pax_global_header00006660000000000000000000000064143644315370014524gustar00rootroot0000000000000052 comment=0730a1bf85c5b5283f27130b6f56a81969d2ef40 swtchart-REL-0.14.0/000077500000000000000000000000001436443153700140655ustar00rootroot00000000000000swtchart-REL-0.14.0/.github/000077500000000000000000000000001436443153700154255ustar00rootroot00000000000000swtchart-REL-0.14.0/.github/workflows/000077500000000000000000000000001436443153700174625ustar00rootroot00000000000000swtchart-REL-0.14.0/.github/workflows/ci.yml000066400000000000000000000017441436443153700206060ustar00rootroot00000000000000############################################################################### # Copyright (c) 2022 SWTChart project # # This program and the accompanying materials are made available under the # terms of the Eclipse Public License 2.0 which is available at # https://www.eclipse.org/legal/epl-2.0/. # # SPDX-License-Identifier: EPL-2.0 # # Contributors: # Matthias Mailänder - initial API and implementation ############################################################################### name: Continuous Integration on: pull_request: jobs: build: runs-on: ubuntu-latest steps: - name: Checkout SWTChart uses: actions/checkout@v3 - name: Set up JDK 11 uses: actions/setup-java@v3 with: distribution: 'temurin' java-version: '11' cache: 'maven' - name: Build with Maven uses: GabrielBB/xvfb-action@v1 with: run: mvn -f org.eclipse.swtchart.cbi/pom.xml -T 1C verify --batch-mode --no-transfer-progress swtchart-REL-0.14.0/.github/workflows/license-check.yml000066400000000000000000000032631436443153700227060ustar00rootroot00000000000000# Copyright (c) 2020, 2022 Contributors to the Eclipse Foundation # # Contributors: # Thomas Jaeckle - initial API and implementation # Yufei Cai - fix head vs base ahead error # Matthias Mailänder - check all files and account for year ranges # # This program and the accompanying materials are made available under the # terms of the Eclipse Public License 2.0 which is available at # http://www.eclipse.org/legal/epl-2.0 # # SPDX-License-Identifier: EPL-2.0 name: License Header on: pull_request: jobs: check-license-header-year: name: Year runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - uses: jitterbit/get-changed-files@v1 id: changed-files continue-on-error: true - name: Print changed files run: | echo "Changed:" echo "${{ steps.changed-files.outputs.added_modified }}" - name: Check year in license header shell: bash run: | included_file_endings=".*\.(java)" current_year=$(date +'%Y') missing_counter=0 for file in ${{ steps.changed-files.outputs.added_modified }}; do if [[ $file =~ $included_file_endings ]]; then if grep -q "Copyright (c) $current_year" $file; then printf "\xE2\x9C\x94 $file\n" elif grep -q "Copyright (c) [0-9]\{4\}, $current_year" $file; then printf "\xE2\x9C\x94 $file\n" else printf "\xE2\x9D\x8C $file\n\tCopyright header with '$current_year' is missing from changed file.\n" missing_counter=$(expr $missing_counter + 1) fi fi done exit $missing_counter swtchart-REL-0.14.0/.project000066400000000000000000000003111436443153700155270ustar00rootroot00000000000000 swtchart swtchart-REL-0.14.0/CODE_OF_CONDUCT.md000066400000000000000000000231141436443153700166650ustar00rootroot00000000000000# Community Code of Conduct **Version 2.0 January 1, 2022** ## Our Pledge In the interest of fostering an open and welcoming environment, we as community members, contributors, Committers[^1], and Project Leads (collectively "Contributors") pledge to make participation in our projects and our community a harassment-free and inclusive experience for everyone. This Community Code of Conduct ("Code") outlines our behavior expectations as members of our community in all Eclipse Foundation activities, both offline and online. It is not intended to govern scenarios or behaviors outside of the scope of Eclipse Foundation activities. Nor is it intended to replace or supersede the protections offered to all our community members under the law. Please follow both the spirit and letter of this Code and encourage other Contributors to follow these principles into our work. Failure to read or acknowledge this Code does not excuse a Contributor from compliance with the Code. ## Our Standards Examples of behavior that contribute to creating a positive and professional environment include: - Using welcoming and inclusive language; - Actively encouraging all voices; - Helping others bring their perspectives and listening actively. If you find yourself dominating a discussion, it is especially important to encourage other voices to join in; - Being respectful of differing viewpoints and experiences; - Gracefully accepting constructive criticism; - Focusing on what is best for the community; - Showing empathy towards other community members; - Being direct but professional; and - Leading by example by holding yourself and others accountable Examples of unacceptable behavior by Contributors include: - The use of sexualized language or imagery; - Unwelcome sexual attention or advances; - Trolling, insulting/derogatory comments, and personal or political attacks; - Public or private harassment, repeated harassment; - Publishing others' private information, such as a physical or electronic address, without explicit permission; - Violent threats or language directed against another person; - Sexist, racist, or otherwise discriminatory jokes and language; - Posting sexually explicit or violent material; - Sharing private content, such as emails sent privately or non-publicly, or unlogged forums such as IRC channel history; - Personal insults, especially those using racist or sexist terms; - Excessive or unnecessary profanity; - Advocating for, or encouraging, any of the above behavior; and - Other conduct which could reasonably be considered inappropriate in a professional setting ## Our Responsibilities With the support of the Eclipse Foundation employees, consultants, officers, and directors (collectively, the "Staff"), Committers, and Project Leads, the Eclipse Foundation Conduct Committee (the "Conduct Committee") is responsible for clarifying the standards of acceptable behavior. The Conduct Committee takes appropriate and fair corrective action in response to any instances of unacceptable behavior. ## Scope This Code applies within all Project, Working Group, and Interest Group spaces and communication channels of the Eclipse Foundation (collectively, "Eclipse spaces"), within any Eclipse-organized event or meeting, and in public spaces when an individual is representing an Eclipse Foundation Project, Working Group, Interest Group, or their communities. Examples of representing a Project or community include posting via an official social media account, personal accounts, or acting as an appointed representative at an online or offline event. Representation of Projects, Working Groups, and Interest Groups may be further defined and clarified by Committers, Project Leads, or the Staff. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the Conduct Committee via conduct@eclipse-foundation.org. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. Without the explicit consent of the reporter, the Conduct Committee is obligated to maintain confidentiality with regard to the reporter of an incident. The Conduct Committee is further obligated to ensure that the respondent is provided with sufficient information about the complaint to reply. If such details cannot be provided while maintaining confidentiality, the Conduct Committee will take the respondent‘s inability to provide a defense into account in its deliberations and decisions. Further details of enforcement guidelines may be posted separately. Staff, Committers and Project Leads have the right to report, remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code, or to block temporarily or permanently any Contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful. Any such actions will be reported to the Conduct Committee for transparency and record keeping. Any Staff (including officers and directors of the Eclipse Foundation), Committers, Project Leads, or Conduct Committee members who are the subject of a complaint to the Conduct Committee will be recused from the process of resolving any such complaint. ## Responsibility The responsibility for administering this Code rests with the Conduct Committee, with oversight by the Executive Director and the Board of Directors. For additional information on the Conduct Committee and its process, please write to . ## Investigation of Potential Code Violations All conflict is not bad as a healthy debate may sometimes be necessary to push us to do our best. It is, however, unacceptable to be disrespectful or offensive, or violate this Code. If you see someone engaging in objectionable behavior violating this Code, we encourage you to address the behavior directly with those involved. If for some reason, you are unable to resolve the matter or feel uncomfortable doing so, or if the behavior is threatening or harassing, please report it following the procedure laid out below. Reports should be directed to . It is the Conduct Committee’s role to receive and address reported violations of this Code and to ensure a fair and speedy resolution. The Eclipse Foundation takes all reports of potential Code violations seriously and is committed to confidentiality and a full investigation of all allegations. The identity of the reporter will be omitted from the details of the report supplied to the accused. Contributors who are being investigated for a potential Code violation will have an opportunity to be heard prior to any final determination. Those found to have violated the Code can seek reconsideration of the violation and disciplinary action decisions. Every effort will be made to have all matters disposed of within 60 days of the receipt of the complaint. ## Actions Contributors who do not follow this Code in good faith may face temporary or permanent repercussions as determined by the Conduct Committee. This Code does not address all conduct. It works in conjunction with our [Communication Channel Guidelines](https://www.eclipse.org/org/documents/communication-channel-guidelines/), [Social Media Guidelines](https://www.eclipse.org/org/documents/social_media_guidelines.php), [Bylaws](https://www.eclipse.org/org/documents/eclipse-foundation-be-bylaws-en.pdf), and [Internal Rules](https://www.eclipse.org/org/documents/ef-be-internal-rules.pdf) which set out additional protections for, and obligations of, all contributors. The Foundation has additional policies that provide further guidance on other matters. It’s impossible to spell out every possible scenario that might be deemed a violation of this Code. Instead, we rely on one another’s good judgment to uphold a high standard of integrity within all Eclipse Spaces. Sometimes, identifying the right thing to do isn’t an easy call. In such a scenario, raise the issue as early as possible. ## No Retaliation The Eclipse community relies upon and values the help of Contributors who identify potential problems that may need to be addressed within an Eclipse Space. Any retaliation against a Contributor who raises an issue honestly is a violation of this Code. That a Contributor has raised a concern honestly or participated in an investigation, cannot be the basis for any adverse action, including threats, harassment, or discrimination. If you work with someone who has raised a concern or provided information in an investigation, you should continue to treat the person with courtesy and respect. If you believe someone has retaliated against you, report the matter as described by this Code. Honest reporting does not mean that you have to be right when you raise a concern; you just have to believe that the information you are providing is accurate. False reporting, especially when intended to retaliate or exclude, is itself a violation of this Code and will not be accepted or tolerated. Everyone is encouraged to ask questions about this Code. Your feedback is welcome, and you will get a response within three business days. Write to . ## Amendments The Eclipse Foundation Board of Directors may amend this Code from time to time and may vary the procedures it sets out where appropriate in a particular case. ### Attribution This Code was inspired by the [Contributor Covenant](https://www.contributor-covenant.org/), version 1.4, available [here](https://www.contributor-covenant.org/version/1/4/code-of-conduct/). [^1]: Capitalized terms used herein without definition shall have the meanings assigned to them in the Bylaws.swtchart-REL-0.14.0/CONTRIBUTING.md000066400000000000000000000052151436443153700163210ustar00rootroot00000000000000# Guide to contributing Please read this if you intend to contribute to the project. ## Developer Guidelines Please contact the team if you're unsure regarding the SWTChart developer guidelines. Each bundle contains the style and formatting guidelines already. They should be applied automatically when using the Eclipse IDE. ## Legal stuff Apologies in advance for the extra work required here - this is necessary to comply with the Eclipse Foundation's strict IP policy. Please also read [this](http://wiki.eclipse.org/Development_Resources/Contributing_via_Git) In order for any contributions to be accepted you MUST do the following things. * Add your github username in your Eclipse Foundation account settings. Log in it to Eclipse and go to account settings. * "Sign-off" your commits Every commit you make in your patch or pull request MUST be "signed off". You do this by adding the `-s` flag when you make the commit(s), e.g. git commit -s -m "Shave the yak some more" * Sign the Eclipse Contributor Agreement (ECA) ## Eclipse Contributor Agreement Before your contribution can be accepted by the project team contributors must electronically sign the Eclipse Contributor Agreement (ECA). * http://www.eclipse.org/legal/ECA.php Commits that are provided by non-committers must have a Signed-off-by field in the footer indicating that the author is aware of the terms by which the contribution has been provided to the project. The non-committer must additionally have an Eclipse Foundation account and must have a signed Eclipse Contributor Agreement (ECA) on file. For more information, please see the Eclipse Committer Handbook: https://www.eclipse.org/projects/handbook/#resources-commit ## Making your changes * Fork the repository on GitHub * Create a new branch for your changes * Make your changes * Make sure you include tests * Make sure the test suite passes after your changes * Commit your changes into that branch * Use descriptive and meaningful commit messages * If you have a lot of commits squash them into a single commit * Make sure you use the `-s` flag when committing as explained above. * Push your changes to your branch in your forked repository ## Submitting the changes Submit a pull request via the normal GitHub UI. ## After submitting * Do not use your branch for any other development, otherwise further changes that you make will be visible in the PR. # Credit This document was originally written by the Vert.x team at https://raw.githubusercontent.com/eclipse/vert.x/master/CONTRIBUTING.md We have shamelessly copied, modified and co-opted it for our own repo and we graciously acknowledge the work of the original authors. swtchart-REL-0.14.0/Jenkinsfile000066400000000000000000000020301436443153700162440ustar00rootroot00000000000000pipeline { agent { kubernetes { label 'centos-7' } } triggers { cron('@midnight') pollSCM('H/5 * * * *') } tools { maven 'apache-maven-latest' jdk 'adoptopenjdk-hotspot-jdk11-latest' } stages { stage('Build') { steps { wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) { sh ''' mvn -f org.eclipse.swtchart.cbi/pom.xml -T 1C -Peclipse-sign clean install ''' } } } stage('deploy') { steps { sshagent ( ['projects-storage.eclipse.org-bot-ssh']) { sh ''' # ssh genie.swtchart@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME} # ssh genie.swtchart@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}/repository # scp -r org.eclipse.swtchart.updatesite/target/repository/* genie.swtchart@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/swtchart/integration/${BRANCH_NAME}/repository ''' } } } } } swtchart-REL-0.14.0/LICENSE000066400000000000000000000334661436443153700151060ustar00rootroot00000000000000Eclipse Public License - v 2.0 THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (“AGREEMENT”). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT. 1. DEFINITIONS “Contribution” means: a) in the case of the initial Contributor, the initial content Distributed under this Agreement, and b) in the case of each subsequent Contributor: i) changes to the Program, and ii) additions to the Program; where such changes and/or additions to the Program originate from and are Distributed by that particular Contributor. A Contribution “originates” from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include changes or additions to the Program that are not Modified Works. “Contributor” means any person or entity that Distributes the Program. “Licensed Patents” mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program. “Program” means the Contributions Distributed in accordance with this Agreement. “Recipient” means anyone who receives the Program under this Agreement or any Secondary License (as applicable), including Contributors. “Derivative Works” shall mean any work, whether in Source Code or other form, that is based on (or derived from) the Program and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. “Modified Works” shall mean any work in Source Code or other form that results from an addition to, deletion from, or modification of the contents of the Program, including, for purposes of clarity any new file in Source Code form that contains any contents of the Program. Modified Works shall not include works that contain only declarations, interfaces, types, classes, structures, or files of the Program solely in each case in order to link to, bind by name, or subclass the Program or Modified Works thereof. “Distribute” means the acts of a) distributing or b) making available in any manner that enables the transfer of a copy. “Source Code” means the form of a Program preferred for making modifications, including but not limited to software source code, documentation source, and configuration files. “Secondary License” means either the GNU General Public License, Version 2.0, or any later versions of that license, including any exceptions or additional permissions as identified by the initial Contributor. 2. GRANT OF RIGHTS a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, Distribute and sublicense the Contribution of such Contributor, if any, and such Derivative Works. b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in Source Code or other form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder. c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to Distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program. d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement. e) Notwithstanding the terms of any Secondary License, no Contributor makes additional grants to any Recipient (other than those set forth in this Agreement) as a result of such Recipient's receipt of the Program under the terms of a Secondary License (if permitted under the terms of Section 3). 3. REQUIREMENTS 3.1 If a Contributor Distributes the Program in any form, then: a) the Program must also be made available as Source Code, in accordance with section 3.2, and the Contributor must accompany the Program with a statement that the Source Code for the Program is available under this Agreement, and informs Recipients how to obtain it in a reasonable manner on or through a medium customarily used for software exchange; and b) the Contributor may Distribute the Program under a license different than this Agreement, provided that such license: i) effectively disclaims on behalf of all other Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose; ii) effectively excludes on behalf of all other Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits; iii) does not attempt to limit or alter the recipients' rights in the Source Code under section 3.2; and iv) requires any subsequent distribution of the Program by any party to be under a license that satisfies the requirements of this section 3. 3.2 When the Program is Distributed as Source Code: a) it must be made available under this Agreement, or if the Program (i) is combined with other material in a separate file or files made available under a Secondary License, and (ii) the initial Contributor attached to the Source Code the notice described in Exhibit A of this Agreement, then the Program may be made available under the terms of such Secondary Licenses, and b) a copy of this Agreement must be included with each copy of the Program. 3.3 Contributors may not remove or alter any copyright, patent, trademark, attribution notices, disclaimers of warranty, or limitations of liability (‘notices’) contained within the Program from any copy of the Program which they Distribute, provided that Contributors may add their own appropriate notices. 4. COMMERCIAL DISTRIBUTION Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (“Commercial Contributor”) hereby agrees to defend and indemnify every other Contributor (“Indemnified Contributor”) against any losses, damages and costs (collectively “Losses”) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense. For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages. 5. NO WARRANTY EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations. 6. DISCLAIMER OF LIABILITY EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 7. GENERAL If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable. If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed. All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive. Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be Distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to Distribute the Program (including its Contributions) under the new version. Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. Nothing in this Agreement is intended to be enforceable by any entity that is not a Contributor or Recipient. No third-party beneficiary rights are created under this Agreement. Exhibit A – Form of Secondary Licenses Notice “This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), version(s), and exceptions or additional permissions here}.” Simply including a copy of this Agreement, including this Exhibit A is not sufficient to license the Source Code under Secondary Licenses. If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice. You may add additional accurate notices of copyright ownership. swtchart-REL-0.14.0/NEWS.md000066400000000000000000000011541436443153700151640ustar00rootroot00000000000000# News & Noteworthy ## Release 0.12.0 (in review) * Moved to version 0.12.0 to avoid confusions with existing pre-Eclipse SWTChart bundles * Internationalization support has been added * Keyboard and mouse events have been refactored to make them easier to use * Jar-signing added * Scroll bar thumb calculation has been fixed * Basic SVG export via Apache Batik has been added * A separate bundle for export options has been added * Improved series handling, introduced a flexible data model * SWT resource leaks fixed ## Release 0.7.0 * Initial release of the official Eclipse SWTChart project swtchart-REL-0.14.0/NOTICE.md000066400000000000000000000024531436443153700153740ustar00rootroot00000000000000# Notices for Eclipse SWTChart This content is produced and maintained by the Eclipse SWTChart project. * Project home: https://projects.eclipse.org/projects/science.swtchart ## Trademarks Eclipse SWTChart is a trademark of the Eclipse Foundation. ## Copyright All content is the property of the respective authors or their employers. For more information regarding authorship of content, please consult the listed source code repository logs. ## Declared Project Licenses This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at https://www.eclipse.org/legal/epl-2.0. SPDX-License-Identifier: EPL-2.0 ## Source Code The project maintains the following source code repositories: * https://github.com/eclipse/swtchart ## Third-party Content This project leverages the following third party content. None ## Cryptography Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. swtchart-REL-0.14.0/OpenSourcePlottingTools.txt000066400000000000000000000002651436443153700214550ustar00rootroot00000000000000------------------------------------------------- Other great open source plotting libraries/tools ------------------------------------------------- https://labplot.kde.org/gallery swtchart-REL-0.14.0/README.md000066400000000000000000000013211436443153700153410ustar00rootroot00000000000000# The Eclipse SWTChart Main Repository Please see [our homepage](https://projects.eclipse.org/projects/science.swtchart) for detailed information about SWTChart, including the update site. Contributions follow the standard Eclipse mechanisms and you should check out our [CONTRIBUTING.md](https://github.com/eclipse/swtchart/blob/develop/CONTRIBUTING.md) file for more information. If you are looking at this, then you are most likely using Git and can start the process by issuing a pull request on our GitHub repo. YouTube (Virtual Eclipse Community Meetup): https://youtu.be/t0PQ1M3NCwI Continuous Integration: https://ci.eclipse.org/swtchart Eclipse Page: https://projects.eclipse.org/projects/science.swtchart swtchart-REL-0.14.0/SECURITY.md000066400000000000000000000007251436443153700156620ustar00rootroot00000000000000# Security Policy Vulnerabilities are tracked by the Eclipse security team, in cooperation with the SWTChart project lead. Fixing vulnerabilities is taken care of by the SWTChart project committers, with assistance and guidance of the security team. ## Reporting a Vulnerability We recommend that in case of suspected vulnerabilities you do not use the SWTChart public issue tracker, but instead contact the Eclipse Security Team directly via security@eclipse.org. swtchart-REL-0.14.0/epl-v20.html000066400000000000000000000416241436443153700161470ustar00rootroot00000000000000 Eclipse Public License - Version 2.0

Eclipse Public License - v 2.0

THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE PUBLIC LICENSE (“AGREEMENT”). ANY USE, REPRODUCTION OR DISTRIBUTION OF THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.

1. DEFINITIONS

“Contribution” means:

  • a) in the case of the initial Contributor, the initial content Distributed under this Agreement, and
  • b) in the case of each subsequent Contributor:
    • i) changes to the Program, and
    • ii) additions to the Program;
    where such changes and/or additions to the Program originate from and are Distributed by that particular Contributor. A Contribution “originates” from a Contributor if it was added to the Program by such Contributor itself or anyone acting on such Contributor's behalf. Contributions do not include changes or additions to the Program that are not Modified Works.

“Contributor” means any person or entity that Distributes the Program.

“Licensed Patents” mean patent claims licensable by a Contributor which are necessarily infringed by the use or sale of its Contribution alone or when combined with the Program.

“Program” means the Contributions Distributed in accordance with this Agreement.

“Recipient” means anyone who receives the Program under this Agreement or any Secondary License (as applicable), including Contributors.

“Derivative Works” shall mean any work, whether in Source Code or other form, that is based on (or derived from) the Program and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship.

“Modified Works” shall mean any work in Source Code or other form that results from an addition to, deletion from, or modification of the contents of the Program, including, for purposes of clarity any new file in Source Code form that contains any contents of the Program. Modified Works shall not include works that contain only declarations, interfaces, types, classes, structures, or files of the Program solely in each case in order to link to, bind by name, or subclass the Program or Modified Works thereof.

“Distribute” means the acts of a) distributing or b) making available in any manner that enables the transfer of a copy.

“Source Code” means the form of a Program preferred for making modifications, including but not limited to software source code, documentation source, and configuration files.

“Secondary License” means either the GNU General Public License, Version 2.0, or any later versions of that license, including any exceptions or additional permissions as identified by the initial Contributor.

2. GRANT OF RIGHTS

  • a) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, Distribute and sublicense the Contribution of such Contributor, if any, and such Derivative Works.
  • b) Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non-exclusive, worldwide, royalty-free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in Source Code or other form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
  • c) Recipient understands that although each Contributor grants the licenses to its Contributions set forth herein, no assurances are provided by any Contributor that the Program does not infringe the patent or other intellectual property rights of any other entity. Each Contributor disclaims any liability to Recipient for claims brought by any other entity based on infringement of intellectual property rights or otherwise. As a condition to exercising the rights and licenses granted hereunder, each Recipient hereby assumes sole responsibility to secure any other intellectual property rights needed, if any. For example, if a third party patent license is required to allow Recipient to Distribute the Program, it is Recipient's responsibility to acquire that license before distributing the Program.
  • d) Each Contributor represents that to its knowledge it has sufficient copyright rights in its Contribution, if any, to grant the copyright license set forth in this Agreement.
  • e) Notwithstanding the terms of any Secondary License, no Contributor makes additional grants to any Recipient (other than those set forth in this Agreement) as a result of such Recipient's receipt of the Program under the terms of a Secondary License (if permitted under the terms of Section 3).

3. REQUIREMENTS

3.1 If a Contributor Distributes the Program in any form, then:

  • a) the Program must also be made available as Source Code, in accordance with section 3.2, and the Contributor must accompany the Program with a statement that the Source Code for the Program is available under this Agreement, and informs Recipients how to obtain it in a reasonable manner on or through a medium customarily used for software exchange; and
  • b) the Contributor may Distribute the Program under a license different than this Agreement, provided that such license:
    • i) effectively disclaims on behalf of all other Contributors all warranties and conditions, express and implied, including warranties or conditions of title and non-infringement, and implied warranties or conditions of merchantability and fitness for a particular purpose;
    • ii) effectively excludes on behalf of all other Contributors all liability for damages, including direct, indirect, special, incidental and consequential damages, such as lost profits;
    • iii) does not attempt to limit or alter the recipients' rights in the Source Code under section 3.2; and
    • iv) requires any subsequent distribution of the Program by any party to be under a license that satisfies the requirements of this section 3.

3.2 When the Program is Distributed as Source Code:

  • a) it must be made available under this Agreement, or if the Program (i) is combined with other material in a separate file or files made available under a Secondary License, and (ii) the initial Contributor attached to the Source Code the notice described in Exhibit A of this Agreement, then the Program may be made available under the terms of such Secondary Licenses, and
  • b) a copy of this Agreement must be included with each copy of the Program.

3.3 Contributors may not remove or alter any copyright, patent, trademark, attribution notices, disclaimers of warranty, or limitations of liability (‘notices’) contained within the Program from any copy of the Program which they Distribute, provided that Contributors may add their own appropriate notices.

4. COMMERCIAL DISTRIBUTION

Commercial distributors of software may accept certain responsibilities with respect to end users, business partners and the like. While this license is intended to facilitate the commercial use of the Program, the Contributor who includes the Program in a commercial product offering should do so in a manner which does not create potential liability for other Contributors. Therefore, if a Contributor includes the Program in a commercial product offering, such Contributor (“Commercial Contributor”) hereby agrees to defend and indemnify every other Contributor (“Indemnified Contributor”) against any losses, damages and costs (collectively “Losses”) arising from claims, lawsuits and other legal actions brought by a third party against the Indemnified Contributor to the extent caused by the acts or omissions of such Commercial Contributor in connection with its distribution of the Program in a commercial product offering. The obligations in this section do not apply to any claims or Losses relating to any actual or alleged intellectual property infringement. In order to qualify, an Indemnified Contributor must: a) promptly notify the Commercial Contributor in writing of such claim, and b) allow the Commercial Contributor to control, and cooperate with the Commercial Contributor in, the defense and any related settlement negotiations. The Indemnified Contributor may participate in any such claim at its own expense.

For example, a Contributor might include the Program in a commercial product offering, Product X. That Contributor is then a Commercial Contributor. If that Commercial Contributor then makes performance claims, or offers warranties related to Product X, those performance claims and warranties are such Commercial Contributor's responsibility alone. Under this section, the Commercial Contributor would have to defend claims against the other Contributors related to those performance claims and warranties, and if a court requires any other Contributor to pay any damages as a result, the Commercial Contributor must pay those damages.

5. NO WARRANTY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE PROGRAM IS PROVIDED ON AN “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely responsible for determining the appropriateness of using and distributing the Program and assumes all risks associated with its exercise of rights under this Agreement, including but not limited to the risks and costs of program errors, compliance with applicable laws, damage to or loss of data, programs or equipment, and unavailability or interruption of operations.

6. DISCLAIMER OF LIABILITY

EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, AND TO THE EXTENT PERMITTED BY APPLICABLE LAW, NEITHER RECIPIENT NOR ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

7. GENERAL

If any provision of this Agreement is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this Agreement, and without further action by the parties hereto, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.

If Recipient institutes patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Program itself (excluding combinations of the Program with other software or hardware) infringes such Recipient's patent(s), then such Recipient's rights granted under Section 2(b) shall terminate as of the date such litigation is filed.

All Recipient's rights under this Agreement shall terminate if it fails to comply with any of the material terms or conditions of this Agreement and does not cure such failure in a reasonable period of time after becoming aware of such noncompliance. If all Recipient's rights under this Agreement terminate, Recipient agrees to cease use and distribution of the Program as soon as reasonably practicable. However, Recipient's obligations under this Agreement and any licenses granted by Recipient relating to the Program shall continue and survive.

Everyone is permitted to copy and distribute copies of this Agreement, but in order to avoid inconsistency the Agreement is copyrighted and may only be modified in the following manner. The Agreement Steward reserves the right to publish new versions (including revisions) of this Agreement from time to time. No one other than the Agreement Steward has the right to modify this Agreement. The Eclipse Foundation is the initial Agreement Steward. The Eclipse Foundation may assign the responsibility to serve as the Agreement Steward to a suitable separate entity. Each new version of the Agreement will be given a distinguishing version number. The Program (including Contributions) may always be Distributed subject to the version of the Agreement under which it was received. In addition, after a new version of the Agreement is published, Contributor may elect to Distribute the Program (including its Contributions) under the new version.

Except as expressly stated in Sections 2(a) and 2(b) above, Recipient receives no rights or licenses to the intellectual property of any Contributor under this Agreement, whether expressly, by implication, estoppel or otherwise. All rights in the Program not expressly granted under this Agreement are reserved. Nothing in this Agreement is intended to be enforceable by any entity that is not a Contributor or Recipient. No third-party beneficiary rights are created under this Agreement.

Exhibit A – Form of Secondary Licenses Notice

“This Source Code may also be made available under the following Secondary Licenses when the conditions for such availability set forth in the Eclipse Public License, v. 2.0 are satisfied: {name license(s), version(s), and exceptions or additional permissions here}.”

Simply including a copy of this Agreement, including this Exhibit A is not sufficient to license the Source Code under Secondary Licenses.

If it is not possible or desirable to put the notice in a particular file, then You may include the notice in a location (such as a LICENSE file in a relevant directory) where a recipient would be likely to look for such a notice.

You may add additional accurate notices of copyright ownership.

swtchart-REL-0.14.0/notice.html000066400000000000000000000220541436443153700162370ustar00rootroot00000000000000 Eclipse Foundation Software User Agreement

Eclipse Foundation Software User Agreement

November 22, 2017

Usage Of Content

THE ECLIPSE FOUNDATION MAKES AVAILABLE SOFTWARE, DOCUMENTATION, INFORMATION AND/OR OTHER MATERIALS FOR OPEN SOURCE PROJECTS (COLLECTIVELY "CONTENT"). USE OF THE CONTENT IS GOVERNED BY THE TERMS AND CONDITIONS OF THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. BY USING THE CONTENT, YOU AGREE THAT YOUR USE OF THE CONTENT IS GOVERNED BY THIS AGREEMENT AND/OR THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW. IF YOU DO NOT AGREE TO THE TERMS AND CONDITIONS OF THIS AGREEMENT AND THE TERMS AND CONDITIONS OF ANY APPLICABLE LICENSE AGREEMENTS OR NOTICES INDICATED OR REFERENCED BELOW, THEN YOU MAY NOT USE THE CONTENT.

Applicable Licenses

Unless otherwise indicated, all Content made available by the Eclipse Foundation is provided to you under the terms and conditions of the Eclipse Public License Version 2.0 ("EPL"). A copy of the EPL is provided with this Content and is also available at http://www.eclipse.org/legal/epl-2.0. For purposes of the EPL, "Program" will mean the Content.

Content includes, but is not limited to, source code, object code, documentation and other files maintained in the Eclipse Foundation source code repository ("Repository") in software modules ("Modules") and made available as downloadable archives ("Downloads").

  • Content may be structured and packaged into modules to facilitate delivering, extending, and upgrading the Content. Typical modules may include plug-ins ("Plug-ins"), plug-in fragments ("Fragments"), and features ("Features").
  • Each Plug-in or Fragment may be packaged as a sub-directory or JAR (Java™ ARchive) in a directory named "plugins".
  • A Feature is a bundle of one or more Plug-ins and/or Fragments and associated material. Each Feature may be packaged as a sub-directory in a directory named "features". Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of the Plug-ins and/or Fragments associated with that Feature.
  • Features may also include other Features ("Included Features"). Within a Feature, files named "feature.xml" may contain a list of the names and version numbers of Included Features.

The terms and conditions governing Plug-ins and Fragments should be contained in files named "about.html" ("Abouts"). The terms and conditions governing Features and Included Features should be contained in files named "license.html" ("Feature Licenses"). Abouts and Feature Licenses may be located in any directory of a Download or Module including, but not limited to the following locations:

  • The top-level (root) directory
  • Plug-in and Fragment directories
  • Inside Plug-ins and Fragments packaged as JARs
  • Sub-directories of the directory named "src" of certain Plug-ins
  • Feature directories

Note: if a Feature made available by the Eclipse Foundation is installed using the Provisioning Technology (as defined below), you must agree to a license ("Feature Update License") during the installation process. If the Feature contains Included Features, the Feature Update License should either provide you with the terms and conditions governing the Included Features or inform you where you can locate them. Feature Update Licenses may be found in the "license" property of files named "feature.properties" found within a Feature. Such Abouts, Feature Licenses, and Feature Update Licenses contain the terms and conditions (or references to such terms and conditions) that govern your use of the associated Content in that directory.

THE ABOUTS, FEATURE LICENSES, AND FEATURE UPDATE LICENSES MAY REFER TO THE EPL OR OTHER LICENSE AGREEMENTS, NOTICES OR TERMS AND CONDITIONS. SOME OF THESE OTHER LICENSE AGREEMENTS MAY INCLUDE (BUT ARE NOT LIMITED TO):

IT IS YOUR OBLIGATION TO READ AND ACCEPT ALL SUCH TERMS AND CONDITIONS PRIOR TO USE OF THE CONTENT. If no About, Feature License, or Feature Update License is provided, please contact the Eclipse Foundation to determine what terms and conditions govern that particular Content.

Use of Provisioning Technology

The Eclipse Foundation makes available provisioning software, examples of which include, but are not limited to, p2 and the Eclipse Update Manager ("Provisioning Technology") for the purpose of allowing users to install software, documentation, information and/or other materials (collectively "Installable Software"). This capability is provided with the intent of allowing such users to install, extend and update Eclipse-based products. Information about packaging Installable Software is available at http://eclipse.org/equinox/p2/repository_packaging.html ("Specification").

You may use Provisioning Technology to allow other parties to install Installable Software. You shall be responsible for enabling the applicable license agreements relating to the Installable Software to be presented to, and accepted by, the users of the Provisioning Technology in accordance with the Specification. By using Provisioning Technology in such a manner and making it available in accordance with the Specification, you further acknowledge your agreement to, and the acquisition of all necessary rights to permit the following:

  1. A series of actions may occur ("Provisioning Process") in which a user may execute the Provisioning Technology on a machine ("Target Machine") with the intent of installing, extending or updating the functionality of an Eclipse-based product.
  2. During the Provisioning Process, the Provisioning Technology may cause third party Installable Software or a portion thereof to be accessed and copied to the Target Machine.
  3. Pursuant to the Specification, you will provide to the user the terms and conditions that govern the use of the Installable Software ("Installable Software Agreement") and such Installable Software Agreement shall be accessed from the Target Machine in accordance with the Specification. Such Installable Software Agreement must inform the user of the terms and conditions that govern the Installable Software and must solicit acceptance by the end user in the manner prescribed in such Installable Software Agreement. Upon such indication of agreement by the user, the provisioning Technology will complete installation of the Installable Software.

Cryptography

Content may contain encryption software. The country in which you are currently may have restrictions on the import, possession, and use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check the country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted.

Java and all Java-based trademarks are trademarks of Oracle Corporation in the United States, other countries, or both.

swtchart-REL-0.14.0/org.eclipse.swtchart.cbi/000077500000000000000000000000001436443153700206715ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.cbi/.gitignore000066400000000000000000000000151436443153700226550ustar00rootroot00000000000000/bin /target swtchart-REL-0.14.0/org.eclipse.swtchart.cbi/.project000066400000000000000000000003311436443153700223350ustar00rootroot00000000000000 org.eclipse.swtchart.cbi swtchart-REL-0.14.0/org.eclipse.swtchart.cbi/.settings/000077500000000000000000000000001436443153700226075ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.cbi/.settings/org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700310240ustar00rootroot00000000000000eclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.cbi/Build.txt000066400000000000000000000014011436443153700224650ustar00rootroot00000000000000=== Develop === A) Install Eclipse for RCP/RAP Developers via the Eclipse installer [1] B) Install RCPTT (Menu -> Help -> Eclipse Marketplace) C) Clone/Import SWTChart repository -> branch "develop" [2] D) Run Application (Create a new Eclipse Application "SWTChart Examples" and select "all workspace and enabled target plug-ins") [1] https://www.eclipse.org/downloads/ [2] https://github.com/eclipse/swtchart === Build === mvn -f org.eclipse.swtchart.cbi/pom.xml clean install === Test === A) Download Eclipse for RCP and RAP Developers B) org.eclipse.swtchart.extensions.demos.updatesite/site.xml -> Build All C) Copy features and plugins folder -> dropins folder of "Eclipse for RCP and RAP Developers" D) Run RCPTT(Rich Client Platform Testing Tool) tests swtchart-REL-0.14.0/org.eclipse.swtchart.cbi/pom.xml000066400000000000000000000154551436443153700222200ustar00rootroot00000000000000 4.0.0 org.eclipse.swtchart org.eclipse.swtchart.build 0.14.0 pom Eclipse SWTChart Use this module to build the SWTChart bundles. EPL v2.0 https://www.eclipse.org/legal/epl-2.0/ yoshitaka Yoshitaka Yanagida yoshitaka [at] eclipse-dev.sakura.ne.jp +9 Developer eselmeister Philip Wenig philip.wenig [at] openchrom.net +1 Developer ../org.eclipse.swtchart.targetplatform ../org.eclipse.swtchart ../org.eclipse.swtchart.test ../org.eclipse.swtchart.extensions ../org.eclipse.swtchart.extensions.eclipse ../org.eclipse.swtchart.customcharts ../org.eclipse.swtchart.extensions.test ../org.eclipse.swtchart.export ../org.eclipse.swtchart.export.test ../org.eclipse.swtchart.export.extended ../org.eclipse.swtchart.export.extended.test ../org.eclipse.swtchart.feature ../org.eclipse.swtchart.updatesite 3.1.0 2.7.5 2.7.1 2.9.1 org.eclipse.tycho org.apache.maven.plugins UTF-8 ${tycho.groupid} tycho-packaging-plugin ${tycho.version} false ${tycho.groupid} tycho-maven-plugin ${tycho.version} true ${tycho.groupid} target-platform-configuration ${tycho.version} org.eclipse.swtchart org.eclipse.swtchart.targetplatform 0.14.0 linux gtk x86_64 win32 win32 x86_64 macosx cocoa x86_64 macosx cocoa aarch64 ${tycho.groupid} tycho-source-plugin ${tycho.version} plugin-source plugin-source org.eclipse.tycho tycho-compiler-plugin ${tycho.version} ${project.build.sourceEncoding} ${tycho.groupid} tycho-surefire-plugin ${tycho.version} true -nl en ${maven.groupid} maven-pmd-plugin ${pmd.version} ${maven.groupid} maven-checkstyle-plugin ${checkstyle.version} false eclipse-sign org.eclipse.cbi.maven.plugins eclipse-jarsigner-plugin 1.3.2 sign sign verify eclipse https://repo.eclipse.org/content/repositories/cbi/ swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/000077500000000000000000000000001436443153700226535ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/.classpath000066400000000000000000000005601436443153700246370ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/.gitignore000066400000000000000000000000151436443153700246370ustar00rootroot00000000000000/bin /target swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/.project000066400000000000000000000012321436443153700243200ustar00rootroot00000000000000 org.eclipse.swtchart.customcharts org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder org.eclipse.pde.SchemaBuilder org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/.settings/000077500000000000000000000000001436443153700245715ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/.settings/org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700330060ustar00rootroot00000000000000eclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/.settings/org.eclipse.jdt.core.prefs000066400000000000000000000005421436443153700315540ustar00rootroot00000000000000eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=11 swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/META-INF/000077500000000000000000000000001436443153700240135ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/META-INF/MANIFEST.MF000066400000000000000000000011311436443153700254410ustar00rootroot00000000000000Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Custom Charts Bundle-SymbolicName: org.eclipse.swtchart.customcharts Bundle-Version: 0.14.0.qualifier Bundle-Activator: org.eclipse.swtchart.customcharts.Activator Bundle-Vendor: SWTChart Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.swtchart;bundle-version="0.14.0", org.eclipse.swtchart.extensions;bundle-version="0.14.0" Bundle-RequiredExecutionEnvironment: JavaSE-11 Automatic-Module-Name: org.eclipse.swtchart.customcharts Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.swtchart.customcharts.core swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/build.properties000066400000000000000000000001141436443153700260640ustar00rootroot00000000000000source.. = src/ output.. = bin/ bin.includes = META-INF/,\ . swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/pom.xml000066400000000000000000000006761436443153700242010ustar00rootroot00000000000000 4.0.0 org.eclipse.swtchart org.eclipse.swtchart.build 0.14.0 ../org.eclipse.swtchart.cbi/pom.xml org.eclipse.swtchart.customcharts eclipse-plugin 0.14.0-SNAPSHOT swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/000077500000000000000000000000001436443153700234425ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/000077500000000000000000000000001436443153700242315ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/000077500000000000000000000000001436443153700256555ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/000077500000000000000000000000001436443153700275145ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/000077500000000000000000000000001436443153700322335ustar00rootroot00000000000000Activator.java000066400000000000000000000030211436443153700347470ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/******************************************************************************* * Copyright (c) 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.customcharts; import org.eclipse.ui.plugin.AbstractUIPlugin; import org.osgi.framework.BundleContext; /** * The activator class controls the plug-in life cycle */ public class Activator extends AbstractUIPlugin { // The plug-in ID public static final String PLUGIN_ID = "org.eclipse.swtchart.customcharts"; //$NON-NLS-1$ // The shared instance private static Activator plugin; /** * The constructor */ public Activator() { } /* * (non-Javadoc) * @see org.eclipse.ui.plugin.AbstractUIPlugin#start(org.osgi.framework.BundleContext) */ public void start(BundleContext context) throws Exception { super.start(context); plugin = this; } /* * (non-Javadoc) * @see org.eclipse.ui.plugin.AbstractUIPlugin#stop(org.osgi.framework.BundleContext) */ public void stop(BundleContext context) throws Exception { plugin = null; super.stop(context); } /** * Returns the shared instance * * @return the shared instance */ public static Activator getDefault() { return plugin; } } swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/core/000077500000000000000000000000001436443153700331635ustar00rootroot00000000000000ChromatogramChart.java000066400000000000000000000101161436443153700373530ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/core/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.customcharts.core; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.Locale; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.axisconverter.MillisecondsToMinuteConverter; import org.eclipse.swtchart.extensions.axisconverter.PercentageConverter; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.SecondaryAxisSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; public class ChromatogramChart extends LineChart { public ChromatogramChart() { super(); initialize(); } public ChromatogramChart(Composite parent, int style) { super(parent, style); initialize(); } private void initialize() { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setOrientation(SWT.HORIZONTAL); chartSettings.setHorizontalSliderVisible(true); chartSettings.setVerticalSliderVisible(true); chartSettings.getRangeRestriction().setZeroX(true); chartSettings.getRangeRestriction().setZeroY(true); // setPrimaryAxisSet(chartSettings); addSecondaryAxisSet(chartSettings); applySettings(chartSettings); } private void setPrimaryAxisSet(IChartSettings chartSettings) { IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle(Messages.getString(Messages.RETENTION_TIME)); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.0##"), new DecimalFormatSymbols(Locale.ENGLISH))); //$NON-NLS-1$ primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_LIST_FOREGROUND)); primaryAxisSettingsX.setPosition(Position.Secondary); primaryAxisSettingsX.setVisible(false); primaryAxisSettingsX.setGridLineStyle(LineStyle.NONE); // IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle(Messages.getString(Messages.INTENSITY)); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.0#E0"), new DecimalFormatSymbols(Locale.ENGLISH))); //$NON-NLS-1$ primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_LIST_FOREGROUND)); primaryAxisSettingsY.setGridLineStyle(LineStyle.NONE); } private void addSecondaryAxisSet(IChartSettings chartSettings) { ISecondaryAxisSettings secondaryAxisSettingsX = new SecondaryAxisSettings(Messages.getString(Messages.MINUTES), new MillisecondsToMinuteConverter()); secondaryAxisSettingsX.setPosition(Position.Primary); secondaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); //$NON-NLS-1$ secondaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_LIST_FOREGROUND)); chartSettings.getSecondaryAxisSettingsListX().add(secondaryAxisSettingsX); // ISecondaryAxisSettings secondaryAxisSettingsY = new SecondaryAxisSettings(Messages.getString(Messages.RELATIVE_INTENSITY), new PercentageConverter(SWT.VERTICAL, true)); secondaryAxisSettingsY.setPosition(Position.Secondary); secondaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); //$NON-NLS-1$ secondaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_LIST_FOREGROUND)); chartSettings.getSecondaryAxisSettingsListY().add(secondaryAxisSettingsY); } } HighlightedStaticPie.java000066400000000000000000000033141436443153700377760ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/core/******************************************************************************* * Copyright (c) 2020, 2023 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation * Philip Wenig - series settings *******************************************************************************/ package org.eclipse.swtchart.customcharts.core; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.extensions.core.ISeriesSettings; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesData; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesSettings; import org.eclipse.swtchart.extensions.piecharts.PieChart; public class HighlightedStaticPie extends PieChart { public HighlightedStaticPie(Composite parent) { super(parent, SWT.NONE); } public HighlightedStaticPie(Composite parent, int style) { super(parent, style); } public void addSeriesData(ICircularSeriesData model) { ICircularSeriesSettings seriesSettings = (ICircularSeriesSettings)model.getSettings(); seriesSettings.setRedrawOnClick(false); seriesSettings.setSliceColor(Display.getDefault().getSystemColor(SWT.COLOR_WHITE)); ISeriesSettings seriesSettingsHighlight = seriesSettings.getSeriesSettingsHighlight(); if(seriesSettingsHighlight instanceof ICircularSeriesSettings) { ((ICircularSeriesSettings)seriesSettingsHighlight).setBorderWidth(3); } // super.addSeriesData(model); } }MassSpectrumChart.java000066400000000000000000000176121436443153700373660ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/core/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.customcharts.core; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEvent; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.ICustomPaintListener; import org.eclipse.swtchart.IPlotArea; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.customcharts.internal.support.BarSeriesIon; import org.eclipse.swtchart.customcharts.internal.support.BarSeriesIonComparator; import org.eclipse.swtchart.extensions.axisconverter.PercentageConverter; import org.eclipse.swtchart.extensions.barcharts.BarChart; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IAxisSettings; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.RangeRestriction; import org.eclipse.swtchart.extensions.core.SecondaryAxisSettings; public class MassSpectrumChart extends BarChart { public enum LabelOption { NOMIMAL, EXACT, CUSTOM; } private static final DecimalFormat DEFAULT_DECIMAL_FORMAT = new DecimalFormat(); // private int numberOfHighestIntensitiesToLabel; private BarSeriesIonComparator barSeriesIonComparator; private LabelOption labelOption; private Map customLabels; public MassSpectrumChart() { super(); initialize(); } public MassSpectrumChart(Composite parent, int style) { super(parent, style); initialize(); } public void setNumberOfHighestIntensitiesToLabel(int numberOfHighestIntensitiesToLabel) { if(numberOfHighestIntensitiesToLabel >= 0) { this.numberOfHighestIntensitiesToLabel = numberOfHighestIntensitiesToLabel; } else { this.numberOfHighestIntensitiesToLabel = 0; } } public void setLabelOption(LabelOption labelOption) { this.labelOption = labelOption; } public void setCustomLabels(Map customLabels) { if(customLabels != null) { this.customLabels = customLabels; } } private void initialize() { numberOfHighestIntensitiesToLabel = 5; barSeriesIonComparator = new BarSeriesIonComparator(); labelOption = LabelOption.EXACT; customLabels = new HashMap<>(); // IChartSettings chartSettings = getChartSettings(); chartSettings.setOrientation(SWT.HORIZONTAL); chartSettings.setHorizontalSliderVisible(true); chartSettings.setVerticalSliderVisible(true); RangeRestriction rangeRestriction = chartSettings.getRangeRestriction(); rangeRestriction.setZeroX(false); rangeRestriction.setZeroY(false); rangeRestriction.setRestrictFrame(true); rangeRestriction.setExtendTypeX(RangeRestriction.ExtendType.ABSOLUTE); rangeRestriction.setExtendMinX(2.0d); rangeRestriction.setExtendMaxX(2.0d); rangeRestriction.setExtendTypeY(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtendMaxY(0.1d); // setPrimaryAxisSet(chartSettings); addSecondaryAxisSet(chartSettings); applySettings(chartSettings); // addSeriesLabelMarker(); } private void setPrimaryAxisSet(IChartSettings chartSettings) { IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("m/z"); //$NON-NLS-1$ primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.0##"), new DecimalFormatSymbols(Locale.ENGLISH))); //$NON-NLS-1$ // IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle(Messages.getString(Messages.INTENSITY)); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.0#E0"), new DecimalFormatSymbols(Locale.ENGLISH))); //$NON-NLS-1$ } private void addSecondaryAxisSet(IChartSettings chartSettings) { ISecondaryAxisSettings secondaryAxisSettingsY = new SecondaryAxisSettings(Messages.getString(Messages.RELATIVE_INTENSITY), new PercentageConverter(SWT.VERTICAL, true)); secondaryAxisSettingsY.setPosition(Position.Secondary); secondaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); //$NON-NLS-1$ chartSettings.getSecondaryAxisSettingsListY().add(secondaryAxisSettingsY); } private void addSeriesLabelMarker() { /* * Plot the series name above the entry. */ IPlotArea plotArea = getBaseChart().getPlotArea(); plotArea.addCustomPaintListener(new ICustomPaintListener() { @Override public void paintControl(PaintEvent e) { List barSeriesIons = getBarSeriesIonList(); Collections.sort(barSeriesIons, barSeriesIonComparator); int barSeriesSize = barSeriesIons.size(); int limit; /* * Positive */ limit = numberOfHighestIntensitiesToLabel; for(int i = 0; i < limit; i++) { if(i < barSeriesSize) { BarSeriesIon barSeriesIon = barSeriesIons.get(i); printLabel(barSeriesIon, e); } } /* * Negative */ limit = barSeriesIons.size() - numberOfHighestIntensitiesToLabel; limit = (limit < 0) ? 0 : limit; for(int i = barSeriesIons.size() - 1; i >= limit; i--) { BarSeriesIon barSeriesIon = barSeriesIons.get(i); if(barSeriesIon.getIntensity() < 0) { printLabel(barSeriesIon, e); } } } @Override public boolean drawBehindSeries() { return false; } }); } private void printLabel(BarSeriesIon barSeriesIon, PaintEvent e) { Point point = barSeriesIon.getPoint(); String label = getLabel(barSeriesIon.getMz()); boolean negative = (barSeriesIon.getIntensity() < 0); Point labelSize = e.gc.textExtent(label); int x = (int)(point.x + 0.5d - labelSize.x / 2.0d); int y = point.y; if(!negative) { y = point.y - labelSize.y; } e.gc.drawText(label, x, y, true); } private String getLabel(double mz) { String label; switch(labelOption) { case NOMIMAL: label = Integer.toString((int)mz); break; case EXACT: DecimalFormat decimalFormat = getDecimalFormatMZ(); label = decimalFormat.format(mz); break; case CUSTOM: label = customLabels.get(mz); if(label == null) { label = ""; //$NON-NLS-1$ } break; default: label = ""; //$NON-NLS-1$ } return label; } private List getBarSeriesIonList() { List barSeriesIons = new ArrayList<>(); // int widthPlotArea = getBaseChart().getPlotArea().getSize().x; ISeries[] series = getBaseChart().getSeriesSet().getSeries(); for(ISeries barSeries : series) { if(barSeries != null) { // double[] xSeries = barSeries.getXSeries(); double[] ySeries = barSeries.getYSeries(); int size = barSeries.getXSeries().length; // for(int i = 0; i < size; i++) { Point point = barSeries.getPixelCoordinates(i); if(point.x >= 0 && point.x <= widthPlotArea) { barSeriesIons.add(new BarSeriesIon(xSeries[i], ySeries[i], point)); } } } } return barSeriesIons; } private DecimalFormat getDecimalFormatMZ() { IAxisSettings axisSettings = getBaseChart().getXAxisSettings(BaseChart.ID_PRIMARY_X_AXIS); if(axisSettings != null) { return axisSettings.getDecimalFormat(); } else { return DEFAULT_DECIMAL_FORMAT; } } } Messages.java000066400000000000000000000023601436443153700355170ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/core/******************************************************************************* * Copyright (c) 2020 SWT Chart Project * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Frank Buloup - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.customcharts.core; import java.util.MissingResourceException; import java.util.ResourceBundle; public class Messages { private static final String BUNDLE_NAME = "org.eclipse.swtchart.customcharts.core.messages"; //$NON-NLS-1$ private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME); public static String INTENSITY = "INTENSITY"; public static String MINUTES = "MINUTES"; public static String RELATIVE_INTENSITY = "RELATIVE_INTENSITY"; public static String RETENTION_TIME = "RETENTION_TIME"; private Messages() { } public static String getString(String key) { try { return RESOURCE_BUNDLE.getString(key); } catch(MissingResourceException e) { return '!' + key + '!'; } } } PCAChart.java000066400000000000000000000133211436443153700353340ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.customcharts.core; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.List; import java.util.Locale; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.extensions.axisconverter.PassThroughConverter; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.RangeRestriction; import org.eclipse.swtchart.extensions.core.SecondaryAxisSettings; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesData; import org.eclipse.swtchart.extensions.scattercharts.ScatterChart; public class PCAChart extends ScatterChart { private Color COLOR_BLACK = getDisplay().getSystemColor(SWT.COLOR_BLACK); // private int symbolSize = 0; private String chartTitle = ""; //$NON-NLS-1$ private String xAxisTitle = "PC1"; //$NON-NLS-1$ private String yAxisTitle = "PC2"; //$NON-NLS-1$ private DecimalFormat decimalFormat = new DecimalFormat(("0.0##"), new DecimalFormatSymbols(Locale.ENGLISH)); //$NON-NLS-1$ public PCAChart() { super(); initialize(); } public PCAChart(Composite parent, int style) { super(parent, style); initialize(); } @Override public void addSeriesData(List scatterSeriesDataList) { super.addSeriesData(scatterSeriesDataList); symbolSize = 0; for(IScatterSeriesData scatterSeriesData : scatterSeriesDataList) { symbolSize = Math.max(symbolSize, scatterSeriesData.getSettings().getSymbolSize()); } } public void setTitles(String chartTitle, String xAxisTitle, String yAxisTitle) { this.chartTitle = chartTitle; this.xAxisTitle = xAxisTitle; this.yAxisTitle = yAxisTitle; // IChartSettings chartSettings = getChartSettings(); chartSettings.setTitle(chartTitle); chartSettings.getPrimaryAxisSettingsX().setTitle(xAxisTitle); chartSettings.getPrimaryAxisSettingsY().setTitle(yAxisTitle); applySettings(chartSettings); } public void setDecimalFormat(DecimalFormat decimalFormat) { this.decimalFormat = decimalFormat; // IChartSettings chartSettings = getChartSettings(); chartSettings.getPrimaryAxisSettingsX().setDecimalFormat(decimalFormat); chartSettings.getPrimaryAxisSettingsY().setDecimalFormat(decimalFormat); for(ISecondaryAxisSettings secondaryAxisSettings : chartSettings.getSecondaryAxisSettingsListX()) { secondaryAxisSettings.setDecimalFormat(decimalFormat); } for(ISecondaryAxisSettings secondaryAxisSettings : chartSettings.getSecondaryAxisSettingsListY()) { secondaryAxisSettings.setDecimalFormat(decimalFormat); } applySettings(chartSettings); } private void initialize() { IChartSettings chartSettings = getChartSettings(); chartSettings.setTitle(chartTitle); chartSettings.setTitleVisible(true); chartSettings.setTitleColor(COLOR_BLACK); chartSettings.setOrientation(SWT.HORIZONTAL); chartSettings.setHorizontalSliderVisible(false); chartSettings.setVerticalSliderVisible(true); RangeRestriction rangeRestriction = chartSettings.getRangeRestriction(); rangeRestriction.setZeroX(false); rangeRestriction.setZeroY(false); rangeRestriction.setRestrictFrame(false); rangeRestriction.setExtendTypeX(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtendTypeY(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtend(0.25d); chartSettings.setShowAxisZeroMarker(true); chartSettings.setColorAxisZeroMarker(COLOR_BLACK); chartSettings.setShowSeriesLabelMarker(true); chartSettings.setColorSeriesLabelMarker(COLOR_BLACK); // setPrimaryAxisSet(chartSettings); addSecondaryAxisSet(chartSettings); // applySettings(chartSettings); } private void setPrimaryAxisSet(IChartSettings chartSettings) { IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle(xAxisTitle); primaryAxisSettingsX.setDecimalFormat(decimalFormat); primaryAxisSettingsX.setColor(COLOR_BLACK); // IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle(yAxisTitle); primaryAxisSettingsY.setDecimalFormat(decimalFormat); primaryAxisSettingsY.setColor(COLOR_BLACK); } private void addSecondaryAxisSet(IChartSettings chartSettings) { ISecondaryAxisSettings secondaryAxisSettingsX = new SecondaryAxisSettings(xAxisTitle, new PassThroughConverter()); secondaryAxisSettingsX.setTitle(""); //$NON-NLS-1$ secondaryAxisSettingsX.setPosition(Position.Secondary); secondaryAxisSettingsX.setDecimalFormat(decimalFormat); secondaryAxisSettingsX.setColor(COLOR_BLACK); chartSettings.getSecondaryAxisSettingsListX().add(secondaryAxisSettingsX); // ISecondaryAxisSettings secondaryAxisSettingsY = new SecondaryAxisSettings(yAxisTitle, new PassThroughConverter()); secondaryAxisSettingsY.setPosition(Position.Secondary); secondaryAxisSettingsY.setDecimalFormat(decimalFormat); secondaryAxisSettingsY.setColor(COLOR_BLACK); chartSettings.getSecondaryAxisSettingsListY().add(secondaryAxisSettingsY); } } ParallelPieCharts.java000066400000000000000000000150521436443153700373110ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/core/******************************************************************************* * Copyright (c) 2020, 2023 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation * Philip Wenig - circular series extended legend *******************************************************************************/ package org.eclipse.swtchart.customcharts.core; import java.util.ArrayList; import java.util.List; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.ISeries.SeriesType; import org.eclipse.swtchart.extensions.core.ChartSettings; import org.eclipse.swtchart.extensions.piecharts.CircularSeriesData; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesSettings; import org.eclipse.swtchart.extensions.piecharts.PieChart; import org.eclipse.swtchart.model.Node; import org.eclipse.swtchart.support.CircularLegend; public class ParallelPieCharts { private Composite composite; private List linkedPieCharts; private CircularLegend legend; private boolean redrawOnClick; private SeriesType seriesType; private int noOfCharts; private int noOfSlices; private String[] legendLabels; // private String[] pieTitles; // It's not used yet. private CircularSeriesData[] dataArray; public ParallelPieCharts(Composite parent, SeriesType type, boolean redraw) { composite = parent; redrawOnClick = redraw; seriesType = type; linkedPieCharts = new ArrayList(); parent.setLayout(new FillLayout()); } /** * Add data to this Pie Chart. We'll build one pie chart for each value in the * array provided. The val matrix must have an array of an array of values. Ex. * labels = {'a', 'b'} val = {{1,2,3}, {4,5,6}} This will create 3 pie charts. * For the first one, 'a' will be 1 and 'b' will be 4. For the second chart 'a' * will be 2 and 'b' will be 5. For the third 'a' will be 3 and 'b' will be 6. * * @param labels * The titles of each series. (These are not the same as titles * given to pies.) * @param val * New values. */ public void addPieChartSeries(String labels[], double val[][]) { noOfCharts = val[0].length; legendLabels = labels; noOfSlices = labels.length; double[] values = new double[noOfSlices]; dataArray = new CircularSeriesData[noOfCharts]; // create the charts independently for(int i = 0; i != noOfCharts; i++) { dataArray[i] = new CircularSeriesData(); dataArray[i].getSettings().setSeriesType(seriesType); values = new double[noOfSlices]; for(int j = 0; j != noOfSlices; j++) { values[j] = val[j][i]; } dataArray[i].setSeries(legendLabels, values); setCircularSettings(dataArray[i]); PieChart pieChart = new PieChart(composite, SWT.NONE); pieChart.addSeriesData(dataArray[i]); linkedPieCharts.add(pieChart); setSettings(i); } // add them to linked scrollable charts for(int i = 0; i != noOfCharts; i++) { for(int j = 0; j != noOfCharts; j++) { if(i == j) continue; linkedPieCharts.get(i).addLinkedScrollableChart(linkedPieCharts.get(j)); } } } /** * * @param parentId * the id to which we want to introduce the child to in each * chart. * @param childId * the child we wish to introduce * @param vals * values of the child in each chart. * * Throws error if vals.length is not equal to number of charts. */ public void addChild(String parentId, String childId, double[] vals) { if(vals.length != noOfCharts) { // throw error return; } for(int i = 0; i != noOfCharts; i++) { Node parent = dataArray[i].getNodeById(parentId); parent.addChild(childId, vals[i]); setSettings(i); } } /** * * @param parentId * the id of node to which we want to add the children in each * chart. * @param childrenId * the id of the children we wish to add. * @param vals * each array in it should represent the values of the * corresponding child node (present at the same index) in * each of the charts. */ public void addChildren(String parentId, String[] childrenId, double[][] vals) { if(vals.length != noOfCharts || vals[0].length != childrenId.length) { // throw error return; } for(int i = 0; i != childrenId.length; i++) { addChild(parentId, childrenId[i], vals[i]); setSettings(i); } } public void setChartTitles(String[] titles) { // this.pieTitles = titles; // It's not used yet. int length = Math.min(noOfCharts, titles.length); for(int i = 0; i != length; i++) { linkedPieCharts.get(i).getChartSettings().setTitle(titles[i]); PieChart pieChart = linkedPieCharts.get(i); ChartSettings chartSettings = (ChartSettings)pieChart.getChartSettings(); chartSettings.setTitleColor(Display.getDefault().getSystemColor(SWT.COLOR_BLACK)); pieChart.applySettings(chartSettings); } } public void setRedrawOnClick(boolean redrawOnClick) { this.redrawOnClick = redrawOnClick; for(int i = 0; i != noOfCharts; i++) { setSettings(i); } } /** * settings for this */ private void setSettings(int index) { // is legend common PieChart pieChart = linkedPieCharts.get(index); pieChart.setLayoutData(new GridData(GridData.FILL_BOTH)); if(index == noOfCharts - 1) { if(legend == null) { legend = new CircularLegend(composite, SWT.NONE); } legend.setChart(pieChart.getBaseChart()); legend.updateLayoutData(); legend.setVisible(true); } ChartSettings chartSettings = (ChartSettings)pieChart.getChartSettings(); chartSettings.setLegendVisible(false); chartSettings.setTitleColor(Display.getDefault().getSystemColor(SWT.COLOR_BLACK)); chartSettings.setLegendExtendedVisible(false); chartSettings.setShowLegendMarker(false); pieChart.applySettings(chartSettings); } private void setCircularSettings(CircularSeriesData circularSeriesData) { ICircularSeriesSettings settings = circularSeriesData.getSettings(); if(redrawOnClick) { settings.setRedrawOnClick(true); settings.setSliceColor(Display.getDefault().getSystemColor(SWT.COLOR_BLACK)); } else { settings.setSliceColor(Display.getDefault().getSystemColor(SWT.COLOR_WHITE)); settings.setRedrawOnClick(false); } } } messages.properties000066400000000000000000000002031436443153700370240ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/coreINTENSITY = Intensity MINUTES = Minutes RELATIVE_INTENSITY = Relative Intensity [%] RETENTION_TIME = Retention Time (milliseconds) messages_de.properties000066400000000000000000000002051436443153700374760ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/coreINTENSITY = Intensitt MINUTES = Minuten RELATIVE_INTENSITY = Relative Intensitt [%] RETENTION_TIME = Retentionszeit (Milisekunden) messages_fr.properties000066400000000000000000000002101436443153700375110ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/coreINTENSITY = Intensit MINUTES = Minutes RELATIVE_INTENSITY = Intensit Relative [%] RETENTION_TIME = Temps de Retention (millisecondes) internal/000077500000000000000000000000001436443153700337705ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customchartssupport/000077500000000000000000000000001436443153700355045ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/internalBarSeriesIon.java000066400000000000000000000017351436443153700407020ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/internal/support/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.customcharts.internal.support; import org.eclipse.swt.graphics.Point; public class BarSeriesIon { private double mz; private double intensity; private Point point; public BarSeriesIon(double mz, double intensity, Point point) { this.mz = mz; this.intensity = intensity; this.point = point; } public double getMz() { return mz; } public double getIntensity() { return intensity; } public Point getPoint() { return point; } } BarSeriesIonComparator.java000066400000000000000000000015201436443153700427220ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.customcharts/src/org/eclipse/swtchart/customcharts/internal/support/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.customcharts.internal.support; import java.util.Comparator; public class BarSeriesIonComparator implements Comparator { @Override public int compare(BarSeriesIon barSeriesIon1, BarSeriesIon barSeriesIon2) { return Double.compare(barSeriesIon2.getIntensity(), barSeriesIon1.getIntensity()); } } swtchart-REL-0.14.0/org.eclipse.swtchart.examples/000077500000000000000000000000001436443153700217525ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/.classpath000066400000000000000000000005601436443153700237360ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.examples/.gitignore000066400000000000000000000000151436443153700237360ustar00rootroot00000000000000/bin /target swtchart-REL-0.14.0/org.eclipse.swtchart.examples/.project000066400000000000000000000012261436443153700234220ustar00rootroot00000000000000 org.eclipse.swtchart.examples org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder org.eclipse.pde.SchemaBuilder org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature swtchart-REL-0.14.0/org.eclipse.swtchart.examples/.settings/000077500000000000000000000000001436443153700236705ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/.settings/org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700321050ustar00rootroot00000000000000eclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.examples/.settings/org.eclipse.jdt.core.prefs000066400000000000000000000621771436443153700306670ustar00rootroot00000000000000eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=11 org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_assignment=0 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0 org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 org.eclipse.jdt.core.formatter.blank_lines_before_field=0 org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=1 org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 org.eclipse.jdt.core.formatter.blank_lines_before_method=1 org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 org.eclipse.jdt.core.formatter.blank_lines_before_package=0 org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false org.eclipse.jdt.core.formatter.comment.format_block_comments=true org.eclipse.jdt.core.formatter.comment.format_header=true org.eclipse.jdt.core.formatter.comment.format_html=true org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true org.eclipse.jdt.core.formatter.comment.format_line_comments=true org.eclipse.jdt.core.formatter.comment.format_source_code=false org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true org.eclipse.jdt.core.formatter.comment.indent_root_tags=true org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert org.eclipse.jdt.core.formatter.comment.line_length=500 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false org.eclipse.jdt.core.formatter.compact_else_if=true org.eclipse.jdt.core.formatter.continuation_indentation=2 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_empty_lines=false org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true org.eclipse.jdt.core.formatter.indentation.size=4 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert org.eclipse.jdt.core.formatter.insert_new_line_after_label=insert org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=do not insert org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.join_lines_in_comments=false org.eclipse.jdt.core.formatter.join_wrapped_lines=true org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false org.eclipse.jdt.core.formatter.lineSplit=80 org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=1 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=0 org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true org.eclipse.jdt.core.formatter.tabulation.char=tab org.eclipse.jdt.core.formatter.tabulation.size=4 org.eclipse.jdt.core.formatter.use_on_off_tags=true org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter swtchart-REL-0.14.0/org.eclipse.swtchart.examples/.settings/org.eclipse.jdt.ui.prefs000066400000000000000000000133741436443153700303470ustar00rootroot00000000000000cleanup.add_default_serial_version_id=false cleanup.add_generated_serial_version_id=true cleanup.add_missing_annotations=true cleanup.add_missing_deprecated_annotations=true cleanup.add_missing_methods=true cleanup.add_missing_nls_tags=false cleanup.add_missing_override_annotations=true cleanup.add_missing_override_annotations_interface_methods=true cleanup.add_serial_version_id=true cleanup.always_use_blocks=true cleanup.always_use_parentheses_in_expressions=false cleanup.always_use_this_for_non_static_field_access=false cleanup.always_use_this_for_non_static_method_access=false cleanup.convert_functional_interfaces=false cleanup.convert_to_enhanced_for_loop=false cleanup.correct_indentation=false cleanup.format_source_code=true cleanup.format_source_code_changes_only=false cleanup.insert_inferred_type_arguments=false cleanup.make_local_variable_final=true cleanup.make_parameters_final=false cleanup.make_private_fields_final=true cleanup.make_type_abstract_if_missing_method=false cleanup.make_variable_declarations_final=false cleanup.never_use_blocks=false cleanup.never_use_parentheses_in_expressions=true cleanup.organize_imports=true cleanup.qualify_static_field_accesses_with_declaring_class=false cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true cleanup.qualify_static_member_accesses_with_declaring_class=true cleanup.qualify_static_method_accesses_with_declaring_class=false cleanup.remove_private_constructors=true cleanup.remove_redundant_type_arguments=false cleanup.remove_trailing_whitespaces=true cleanup.remove_trailing_whitespaces_all=true cleanup.remove_trailing_whitespaces_ignore_empty=false cleanup.remove_unnecessary_casts=true cleanup.remove_unnecessary_nls_tags=true cleanup.remove_unused_imports=true cleanup.remove_unused_local_variables=true cleanup.remove_unused_private_fields=true cleanup.remove_unused_private_members=true cleanup.remove_unused_private_methods=true cleanup.remove_unused_private_types=true cleanup.sort_members=true cleanup.sort_members_all=true cleanup.use_anonymous_class_creation=false cleanup.use_blocks=true cleanup.use_blocks_only_for_return_and_throw=false cleanup.use_lambda=true cleanup.use_parentheses_in_expressions=false cleanup.use_this_for_non_static_field_access=false cleanup.use_this_for_non_static_field_access_only_if_necessary=true cleanup.use_this_for_non_static_method_access=false cleanup.use_this_for_non_static_method_access_only_if_necessary=true cleanup_profile=_ChemClipse cleanup_settings_version=2 eclipse.preferences.version=1 formatter_profile=_ChemClipse formatter_settings_version=12 org.eclipse.jdt.ui.ignorelowercasenames=true org.eclipse.jdt.ui.importorder=java;javax;org;com;net; org.eclipse.jdt.ui.javadoc=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.staticondemandthreshold=99 org.eclipse.jdt.ui.text.custom_code_templates= swtchart-REL-0.14.0/org.eclipse.swtchart.examples/META-INF/000077500000000000000000000000001436443153700231125ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/META-INF/MANIFEST.MF000066400000000000000000000007261436443153700245510ustar00rootroot00000000000000Manifest-Version: 1.0 Automatic-Module-Name: org.eclipse.swtchart.examples Bundle-ManifestVersion: 2 Bundle-Name: Examples Bundle-SymbolicName: org.eclipse.swtchart.examples Bundle-Version: 0.14.0.qualifier Bundle-Activator: org.eclipse.swtchart.examples.Activator Bundle-Vendor: Eclipse Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.swtchart;bundle-version="0.14.0" Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-ActivationPolicy: lazy swtchart-REL-0.14.0/org.eclipse.swtchart.examples/build.properties000066400000000000000000000001141436443153700251630ustar00rootroot00000000000000source.. = src/ output.. = bin/ bin.includes = META-INF/,\ . swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/000077500000000000000000000000001436443153700225415ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/000077500000000000000000000000001436443153700233305ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/000077500000000000000000000000001436443153700247545ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/000077500000000000000000000000001436443153700266135ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/000077500000000000000000000000001436443153700304315ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/Activator.java000066400000000000000000000025011436443153700332260ustar00rootroot00000000000000/******************************************************************************* * Copyright (c) 2018, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.ui.plugin.AbstractUIPlugin; import org.osgi.framework.BundleContext; /** * The activator class controls the plug-in life cycle */ public class Activator extends AbstractUIPlugin { // The plug-in ID public static final String PLUGIN_ID = "org.eclipse.swtchart.examples"; //$NON-NLS-1$ // The shared instance private static Activator plugin; /** * The constructor */ public Activator() { } @Override public void start(BundleContext context) throws Exception { super.start(context); plugin = this; } @Override public void stop(BundleContext context) throws Exception { plugin = null; super.stop(context); } /** * Returns the shared instance * * @return the shared instance */ public static Activator getDefault() { return plugin; } } AngledAxisTickLabelsExample.java000066400000000000000000000043641436443153700365150ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for angled axis tick labels. */ public class AngledAxisTickLabelsExample { private static final double[] ySeries = {1.3, 2.4, 3.9, 2.6, 1.1}; private static final String[] cagetorySeries = {"aaaaaaaaaa", "bb", "ccccccccccc", "dddddddddd", "eeeeeeeee"}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Angled Axis Tick Labels"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); chart.getTitle().setText("Angled Axis Tick Labels"); // set category chart.getAxisSet().getXAxis(0).enableCategory(true); chart.getAxisSet().getXAxis(0).setCategorySeries(cagetorySeries); chart.getAxisSet().getXAxis(0).getTick().setTickLabelAngle(45); // add bar series ISeries barSeries = chart.getSeriesSet().createSeries(SeriesType.BAR, "bar series"); barSeries.setYSeries(ySeries); chart.getAxisSet().adjustRange(); return chart; } }AreaChartExample.java000066400000000000000000000046241436443153700343710ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for area chart. */ public class AreaChartExample { private static final double[] ySeries1 = {0.1, 0.38, 0.71, 0.92, 1.0}; private static final double[] ySeries2 = {1.2, 3.53, 3.1, 0.1, 0.5}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Area Chart"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Area Chart"); // create line series ILineSeries lineSeries1 = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series 1"); lineSeries1.setYSeries(ySeries1); lineSeries1.setLineColor(Display.getDefault().getSystemColor(SWT.COLOR_RED)); lineSeries1.enableArea(true); ILineSeries lineSeries2 = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series 2"); lineSeries2.setYSeries(ySeries2); lineSeries2.enableArea(true); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }BarChartExample.java000066400000000000000000000042541436443153700342240ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IBarSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for bar chart. */ public class BarChartExample { private static final double[] ySeries = {0.2, 1.1, 1.9, 2.3, 1.8, 1.5, 1.8, 2.6, 2.9, 3.2}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Bar Chart"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Bar Chart"); chart.getAxisSet().getXAxis(0).getTitle().setText("Data Points"); chart.getAxisSet().getYAxis(0).getTitle().setText("Amplitude"); // create bar series IBarSeries barSeries = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "bar series"); barSeries.setYSeries(ySeries); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }CategoryExample.java000066400000000000000000000052061436443153700343110ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IBarSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for chart with category axis. */ public class CategoryExample { private static final double[] ySeries1 = {1.3, 2.4, 3.9, 2.6, 1.1}; private static final double[] ySeries2 = {3.0, 2.1, 1.9, 2.3, 3.2}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Category Axis"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Category Axis"); chart.getAxisSet().getXAxis(0).getTitle().setText("Month"); chart.getAxisSet().getYAxis(0).getTitle().setText("Amplitude"); // set category chart.getAxisSet().getXAxis(0).enableCategory(true); chart.getAxisSet().getXAxis(0).setCategorySeries(new String[]{"Jan", "Feb", "Mar", "Apr", "May"}); // create bar series IBarSeries barSeries1 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "bar series 1"); barSeries1.setYSeries(ySeries1); barSeries1.setBarColor(Display.getDefault().getSystemColor(SWT.COLOR_GREEN)); IBarSeries barSeries2 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "bar series 2"); barSeries2.setYSeries(ySeries2); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }DateSeriesExample.java000066400000000000000000000045421436443153700345660ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import java.util.Date; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries.SeriesType; public class DateSeriesExample { private static final double[] ySeries = {0.26, 0.59, 0.92, 0.70, 1.03, 1.34, 1.09, 1.42, 1.75}; private static Date[] xDateSeries; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Line Chart"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ @SuppressWarnings("deprecation") static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Line Chart"); chart.getAxisSet().getXAxis(0).getTitle().setText("Data Points"); chart.getAxisSet().getYAxis(0).getTitle().setText("Amplitude"); xDateSeries = new Date[ySeries.length]; for(int i = 0; i < ySeries.length; i++) { xDateSeries[i] = new Date(2020, 5, i * 2); } // create line series ILineSeries lineSeries = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series"); lineSeries.setYSeries(ySeries); lineSeries.setXDateSeries(xDateSeries); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } } ErrorBarsExample.java000066400000000000000000000043201436443153700344310ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IErrorBar; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for error bars. */ public class ErrorBarsExample { private static final double[] ySeries = {0.0, 0.38, 0.71, 0.92, 1.0, 0.92, 0.71, 0.38, 0.0, -0.38, -0.71, -0.92, -1.0, -0.92, -0.71, -0.38}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Error Bars"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); chart.getTitle().setText("Error Bars"); // create series ISeries series = chart.getSeriesSet().createSeries(SeriesType.LINE, "line series"); series.setYSeries(ySeries); // set error bars IErrorBar errorBar = series.getYErrorBar(); errorBar.setVisible(true); errorBar.setError(0.1); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }LargeSeriesExample.java000066400000000000000000000047331436443153700347450ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for large series chart. */ public class LargeSeriesExample { /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Large Series"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Large Series"); chart.getAxisSet().getXAxis(0).getTitle().setText("Data Points"); chart.getAxisSet().getYAxis(0).getTitle().setText("Amplitude"); // create line series ILineSeries lineSeries = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series"); lineSeries.setYSeries(getSeries()); lineSeries.setSymbolType(PlotSymbolType.NONE); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } private static double[] getSeries() { double[] series = new double[1048576]; for(int i = 0; i < series.length; i++) { series[i] = Math.sin(i * 33 * Math.PI / series.length) + Math.sin(i * 15 * Math.PI / series.length); } return series; } }LineChartExample.java000066400000000000000000000043511436443153700344050ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for line chart. */ public class LineChartExample { private static final double[] ySeries = {0.0, 0.38, 0.71, 0.92, 1.0, 0.92, 0.71, 0.38, 0.0, -0.38, -0.71, -0.92, -1.0, -0.92, -0.71, -0.38}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Line Chart"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Line Chart"); chart.getAxisSet().getXAxis(0).getTitle().setText("Data Points"); chart.getAxisSet().getYAxis(0).getTitle().setText("Amplitude"); // create line series ILineSeries lineSeries = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series"); lineSeries.setYSeries(ySeries); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }LogScaleExample.java000066400000000000000000000044471436443153700342330ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for log scale. */ public class LogScaleExample { private static final double[] ySeries = {0.6, 0.4, 0.7, 0.06, 1.9, 1.7, 2.6, 5.4, 9.1, 11.2, 23.4, 10.6, 54.2, 40.6, 68.1, 110.5}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Log Scale"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Log Scale"); chart.getAxisSet().getXAxis(0).getTitle().setText("Data Points"); chart.getAxisSet().getYAxis(0).getTitle().setText("Amplitude"); // create line series ILineSeries lineSeries = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series"); lineSeries.setYSeries(ySeries); // set log scale chart.getAxisSet().getYAxis(0).enableLogScale(true); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }MultiLevelDoughnutChart.java000066400000000000000000000071211436443153700360000ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ICircularSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for MultiLevel doughnut chart. */ public class MultiLevelDoughnutChart { private static final String[] continentLabels = {"Asia", "Africa", "North America", "South America", "Antarctica", "Europe", "Australia"}; private static final double[] continentValues = {17212000, 11608000, 9365000, 6880000, 5100000, 3837000, 2968000}; private static final String[] AsianCountriesLabels = {"China", "Russia", "India"}; private static final double[] AsianCountriesValues = {3746887, 5083540, 1269219}; private static final String[] AfricanCountriesLabels = {"Algeria", "Congo"}; private static final double[] AfricanCountriesValues = {919595, 905355}; private static final String[] NorthAmericanCountriesLabels = {"Canada", "USA"}; private static final double[] NorthAmericanCountriesValues = {3900261, 3761363}; private static final String[] IndianStatesLabels = {"Maharashtra", "Rajasthan", "Uttar Pradesh", "Madhya Pradesh"}; private static final double[] IndianStateValues = {92320, 213900, 150580, 192718}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Multi Level Doughnut Chart"); shell.setSize(800, 500); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Multi Level Doughnut Chart"); // create doughnut series ICircularSeries multiLevelDoughnut = (ICircularSeries)chart.getSeriesSet().createSeries(SeriesType.DOUGHNUT, "countries"); // sets the series. multiLevelDoughnut.setSeries(continentLabels, continentValues); // adding Asian countries. These go in as second level multiLevelDoughnut.getNodeById("Asia").addChildren(AsianCountriesLabels, AsianCountriesValues); // multiLevelDoughnut.getNodeById("Africa").addChildren(AfricanCountriesLabels, AfricanCountriesValues); // multiLevelDoughnut.getNodeById("North America").addChildren(NorthAmericanCountriesLabels, NorthAmericanCountriesValues); /* * Adding Indian states. These go as third level. * Added to show that those too small for 1 degree, are also made visible */ multiLevelDoughnut.getNodeById("India").addChildren(IndianStatesLabels, IndianStateValues); // Another API multiLevelDoughnut.getNodeById("Europe").addChild("Germany", 137847); // return chart; } } MultiLevelPieExample.java000066400000000000000000000074321436443153700352570ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ICircularSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for MultiLevel pie chart. */ public class MultiLevelPieExample { private static final String[] continentLabels = {"Asia", "Africa", "North America", "South America", "Antarctica", "Europe", "Australia"}; private static final double[] continentValues = {17212000, 11608000, 9365000, 6880000, 5100000, 3837000, 2968000}; private static final String[] AsianCountriesLabels = {"China", "Russia", "India"}; private static final double[] AsianCountriesValues = {3746887, 5083540, 1269219}; private static final String[] AfricanCountriesLabels = {"Algeria", "Congo"}; private static final double[] AfricanCountriesValues = {919595, 905355}; private static final String[] NorthAmericanCountriesLabels = {"Canada", "USA"}; private static final double[] NorthAmericanCountriesValues = {3900261, 3761363}; private static final String[] IndianStatesLabels = {"Maharashtra", "Rajasthan", "Uttar Pradesh", "Madhya Pradesh"}; private static final double[] IndianStateValues = {92320, 213900, 150580, 192718}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Multi Level Pie Chart"); shell.setSize(800, 500); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Multi Level Pie Chart"); // create pie series // Doughnut multiLevelPie = (Doughnut)chart.getSeriesSet().createSeries(SeriesType.DOUGHNUT, "countries"); ICircularSeries multiLevelPie = (ICircularSeries)chart.getSeriesSet().createSeries(SeriesType.PIE, "countries"); // sets the series. multiLevelPie.setSeries(continentLabels, continentValues); /* * Adding countries according to there continents. These go as second level. * */ // adding Asian countries. These go in as second level multiLevelPie.getNodeById("Asia").addChildren(AsianCountriesLabels, AsianCountriesValues); // adding African countries multiLevelPie.getNodeById("Africa").addChildren(AfricanCountriesLabels, AfricanCountriesValues); // adding North American countries. multiLevelPie.getNodeById("North America").addChildren(NorthAmericanCountriesLabels, NorthAmericanCountriesValues); /* * Adding Indian states. These go as third level. * Added to show that those too small for 1 degree, are also made visible */ multiLevelPie.getNodeById("India").addChildren(IndianStatesLabels, IndianStateValues); // Another API multiLevelPie.getNodeById("Europe").addChild("Germany", 137847); // return chart; } } MultipleAxesExample.java000066400000000000000000000062061436443153700351510ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IAxis; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for multiple axes. */ public class MultipleAxesExample { private static final double[] ySeries1 = {0.0, 0.38, 0.71, 0.92, 1.0, 0.92, 0.71, 0.38, 0.0, -0.38, -0.71, -0.92, -1.0, -0.92, -0.71, -0.38}; private static final double[] ySeries2 = {2, 11, 19, 23, 18, 15, 18, 26, 29, 32, 47, 32, 31, 35, 30, 29}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Multiple Axes"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Multiple Axes"); chart.getAxisSet().getXAxis(0).getTitle().setText("Data Points"); chart.getAxisSet().getYAxis(0).getTitle().setText("Amplitude 1"); // create second Y axis int axisId = chart.getAxisSet().createYAxis(); // set the properties of second Y axis IAxis yAxis2 = chart.getAxisSet().getYAxis(axisId); yAxis2.setPosition(Position.Secondary); final Color RED = Display.getDefault().getSystemColor(SWT.COLOR_RED); yAxis2.getTick().setForeground(RED); yAxis2.getTitle().setForeground(RED); yAxis2.getTitle().setText("Amplitude 2"); // create line series ILineSeries lineSeries1 = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series 1"); lineSeries1.setYSeries(ySeries1); ILineSeries lineSeries2 = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series 2"); lineSeries2.setYSeries(ySeries2); lineSeries2.setLineColor(RED); // assign series to second Y axis lineSeries2.setYAxisId(axisId); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }OrientationExample.java000066400000000000000000000044021436443153700350240ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IBarSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for chart orientation. */ public class OrientationExample { private static final double[] ySeries = {0.2, 1.1, 1.9, 2.3, 1.8, 1.5, 1.8, 2.6, 2.9, 3.2}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Orientation"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set the chart orientation chart.setOrientation(SWT.VERTICAL); // set titles chart.getTitle().setText("Orientation"); chart.getAxisSet().getXAxis(0).getTitle().setText("Data Points"); chart.getAxisSet().getYAxis(0).getTitle().setText("Amplitude"); // create bar series IBarSeries barSeries = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "bar series"); barSeries.setYSeries(ySeries); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }RunAllExamples.java000066400000000000000000000122671436443153700341210ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import java.util.Vector; import org.eclipse.swt.SWT; import org.eclipse.swt.custom.SashForm; import org.eclipse.swt.custom.StackLayout; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.List; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.TabFolder; import org.eclipse.swt.widgets.TabItem; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.examples.advanced.AxisTickBoundsExample; import org.eclipse.swtchart.examples.advanced.BarBoundsExample; import org.eclipse.swtchart.examples.advanced.CustomPaintListenerExample; import org.eclipse.swtchart.examples.advanced.DataToPixelConversionExample; import org.eclipse.swtchart.examples.advanced.LegendBoundsExample; import org.eclipse.swtchart.examples.advanced.PixelToDataConversionExample; import org.eclipse.swtchart.examples.advanced.SymbolBoundsExample; /** * The class to run all examples. */ public class RunAllExamples { static Vector basicCharts; static Vector advancedCharts; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Examples"); shell.setSize(750, 400); shell.setLayout(new FillLayout()); SashForm sashForm = new SashForm(shell, SWT.HORIZONTAL); TabFolder tabFolder = new TabFolder(sashForm, SWT.NONE); tabFolder.setLayoutData(new GridData(GridData.FILL_VERTICAL)); tabFolder.setLayout(new FillLayout()); final Composite composite = new Composite(sashForm, SWT.NONE); composite.setLayoutData(new GridData(GridData.FILL_BOTH)); final StackLayout layout = new StackLayout(); composite.setLayout(layout); sashForm.setWeights(new int[]{1, 2}); createList("Basic", createBasicCharts(composite), tabFolder, layout, composite); createList("Advanced", createAdvancedCharts(composite), tabFolder, layout, composite); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } private static void createList(String tabName, final Vector charts, TabFolder tabFolder, final StackLayout layout, final Composite composite) { final List list = new List(tabFolder, SWT.H_SCROLL | SWT.V_SCROLL); TabItem basicTabItem = new TabItem(tabFolder, SWT.NONE); basicTabItem.setText(tabName); basicTabItem.setControl(list); for(Chart chart : charts) { list.add(chart.getTitle().getText()); } list.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent event) { Chart chart = charts.get(list.getSelectionIndex()); layout.topControl = chart; composite.layout(); } }); } private static Vector createBasicCharts(Composite parent) { basicCharts = new Vector(); basicCharts.add(LineChartExample.createChart(parent)); basicCharts.add(BarChartExample.createChart(parent)); basicCharts.add(ScatterChartExample.createChart(parent)); basicCharts.add(AreaChartExample.createChart(parent)); basicCharts.add(StepChartExample.createChart(parent)); basicCharts.add(StackSeriesExample.createChart(parent)); basicCharts.add(SingleLevelPieChartExample.createChart(parent)); basicCharts.add(SingleLevelDoughnutChartExample.createChart(parent)); basicCharts.add(MultiLevelPieExample.createChart(parent)); basicCharts.add(MultiLevelDoughnutChart.createChart(parent)); basicCharts.add(LogScaleExample.createChart(parent)); basicCharts.add(OrientationExample.createChart(parent)); basicCharts.add(CategoryExample.createChart(parent)); basicCharts.add(SeriesLabelExample.createChart(parent)); basicCharts.add(ErrorBarsExample.createChart(parent)); basicCharts.add(MultipleAxesExample.createChart(parent)); basicCharts.add(LargeSeriesExample.createChart(parent)); basicCharts.add(AngledAxisTickLabelsExample.createChart(parent)); return basicCharts; } private static Vector createAdvancedCharts(Composite parent) { basicCharts = new Vector(); basicCharts.add(PixelToDataConversionExample.createChart(parent)); basicCharts.add(DataToPixelConversionExample.createChart(parent)); basicCharts.add(SymbolBoundsExample.createChart(parent)); basicCharts.add(BarBoundsExample.createChart(parent)); basicCharts.add(AxisTickBoundsExample.createChart(parent)); basicCharts.add(LegendBoundsExample.createChart(parent)); basicCharts.add(CustomPaintListenerExample.createChart(parent)); return basicCharts; } } ScatterChartExample.java000066400000000000000000000046461436443153700351320ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries.SeriesType; import org.eclipse.swtchart.LineStyle; /** * An example for scatter chart. */ public class ScatterChartExample { private static final double[] xSeries = {0.0, 2.6, 6.5, 4.4, 5.6, 4.3, 3.4, 10.8, 2.1, 8.9}; private static final double[] ySeries = {1.3, 0.0, 3.9, 2.6, 1.1, 0.6, 3.1, 3.5, 5.6, 4.4}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Scatter Chart"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Scatter Chart"); chart.getAxisSet().getXAxis(0).getTitle().setText("Score A"); chart.getAxisSet().getYAxis(0).getTitle().setText("Score B"); // create scatter series ILineSeries scatterSeries = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "scatter series"); scatterSeries.setLineStyle(LineStyle.NONE); scatterSeries.setXSeries(xSeries); scatterSeries.setYSeries(ySeries); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }SeriesLabelExample.java000066400000000000000000000044641436443153700347330ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for series label. */ public class SeriesLabelExample { private static final double[] ySeries = {0.0, 0.38, 0.71, 0.92, 1.0, 0.92, 0.71, 0.38, 0.0, -0.38, -0.71, -0.92, -1.0, -0.92, -0.71, -0.38}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Series Label"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Series Label"); chart.getAxisSet().getXAxis(0).getTitle().setText("Data Points"); chart.getAxisSet().getYAxis(0).getTitle().setText("Amplitude"); // create line series ILineSeries lineSeries = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series"); lineSeries.setYSeries(ySeries); // set label visible lineSeries.getLabel().setVisible(true); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }SingleLevelDoughnutChartExample.java000066400000000000000000000046071436443153700374510ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ICircularSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for pie chart. */ public class SingleLevelDoughnutChartExample { private static final double[] values = {337309, 131646, 128948, 100123, 81708, 70478, 58226, 47806, 4067, 265783}; private static final String[] labels = {"USA", "Spain", "Italy", "Germany", "China", "France", "Iran", "UK", "India", "Other"}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Doughnut Chart"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Doughnut Chart"); // May replace the CircularSeries Class with Pie... Makes no difference ICircularSeries circularSeries = (ICircularSeries)chart.getSeriesSet().createSeries(SeriesType.DOUGHNUT, "pie series"); // sets the series. circularSeries.setSeries(labels, values); // change color of India to DARK_RED Color color = Display.getDefault().getSystemColor(SWT.COLOR_DARK_RED); circularSeries.setColor("India", color); // return chart; } }SingleLevelPieChartExample.java000066400000000000000000000043071436443153700363660ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2020, 2023 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation * Philip Wenig - series settings mapping *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ICircularSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for pie chart. */ public class SingleLevelPieChartExample { private static final double[] values = {337309, 131646, 128948, 100123, 81708, 70478, 58226, 47806, 4067, 265783}; private static final String[] labels = {"USA", "Spain", "Italy", "Germany", "China", "France", "Iran", "UK", "India", "Other"}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Pie Chart"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { Chart chart = new Chart(parent, SWT.NONE); chart.getTitle().setText("Single Level Pie Chart"); ICircularSeries circularSeries = (ICircularSeries)chart.getSeriesSet().createSeries(SeriesType.PIE, "pie series"); circularSeries.setSeries(labels, values); circularSeries.setColor("India", Display.getDefault().getSystemColor(SWT.COLOR_DARK_RED)); // return chart; } }StackSeriesExample.java000066400000000000000000000053421436443153700347550ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IBarSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for chart with stack series. */ public class StackSeriesExample { private static final double[] ySeries1 = {1.3, 2.4, 3.9, 2.6, 1.1}; private static final double[] ySeries2 = {3.0, 2.1, 1.9, 2.3, 3.2}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Stack Series"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Stack Series"); chart.getAxisSet().getXAxis(0).getTitle().setText("Month"); chart.getAxisSet().getYAxis(0).getTitle().setText("Amplitude"); // set category chart.getAxisSet().getXAxis(0).enableCategory(true); chart.getAxisSet().getXAxis(0).setCategorySeries(new String[]{"Jan", "Feb", "Mar", "Apr", "May"}); // create bar series IBarSeries barSeries1 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "bar series 1"); barSeries1.setYSeries(ySeries1); barSeries1.setBarColor(Display.getDefault().getSystemColor(SWT.COLOR_GREEN)); IBarSeries barSeries2 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "bar series 2"); barSeries2.setYSeries(ySeries2); // enable stack series barSeries1.enableStack(true); barSeries2.enableStack(true); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }StepChartExample.java000066400000000000000000000045641436443153700344370ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for step chart. */ public class StepChartExample { private static final double[] ySeries = {0.0, 0.38, 0.71, 0.92, 1.0, 0.92, 0.71, 0.38, 0.0, -0.38, -0.71, -0.92, -1.0, -0.92, -0.71, -0.38}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Step Chart"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); // set titles chart.getTitle().setText("Step Chart"); chart.getAxisSet().getXAxis(0).getTitle().setText("Data Points"); chart.getAxisSet().getYAxis(0).getTitle().setText("Amplitude"); // create line series ILineSeries lineSeries = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series"); lineSeries.setYSeries(ySeries); lineSeries.setSymbolType(PlotSymbolType.NONE); lineSeries.enableStep(true); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } }swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/advanced/000077500000000000000000000000001436443153700321765ustar00rootroot00000000000000AxisTickBoundsExample.java000066400000000000000000000055761436443153700372050ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/advanced/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples.advanced; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Rectangle; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IAxis; import org.eclipse.swtchart.IAxis.Direction; import org.eclipse.swtchart.IBarSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example to get bounds of axis tick. */ public class AxisTickBoundsExample { private static final double[] ySeries = {0.1, 0.1, 0.2, 0.2, 0.3}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Axis Tick Bounds"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart final Chart chart = new Chart(parent, SWT.NONE); chart.getTitle().setText("Axis Tick Bounds"); // create bar series IBarSeries series1 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "series"); series1.setYSeries(ySeries); // adjust the axis range chart.getAxisSet().adjustRange(); // add mouse move listener to chart chart.addMouseMoveListener(e -> { for(IAxis axis : chart.getAxisSet().getAxes()) { Rectangle r = axis.getTick().getBounds(); // check if mouse cursor is on axis tick if(r.x < e.x && e.x < r.x + r.width && r.y < e.y && e.y < r.y + r.height) { // get pixel coordinate on axis tick int pixelCoord; if(axis.getDirection() == Direction.X) { pixelCoord = e.x - r.x; } else { pixelCoord = e.y - r.y; } // get data coordinate double dataCoord = axis.getDataCoordinate(pixelCoord); // show tool-tip chart.setToolTipText(String.valueOf(dataCoord)); return; } } chart.setToolTipText(null); }); return chart; } }BarBoundsExample.java000066400000000000000000000064301436443153700361600ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/advanced/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples.advanced; import org.eclipse.swt.SWT; import org.eclipse.swt.events.MouseEvent; import org.eclipse.swt.events.MouseMoveListener; import org.eclipse.swt.graphics.Rectangle; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IBarSeries; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example to get bounds of bars. */ public class BarBoundsExample { private static final double[] ySeries1 = {3.0, 2.1, 1.9, 2.3, 3.2}; private static final double[] ySeries2 = {2.0, 3.1, 0.9, 1.3, 2.2}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Bar Bounds"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart final Chart chart = new Chart(parent, SWT.NONE); chart.getTitle().setText("Bar Bounds"); // create bar series IBarSeries series1 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "series 1"); series1.setYSeries(ySeries1); IBarSeries series2 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "series 2"); series2.setYSeries(ySeries2); series2.setBarColor(Display.getDefault().getSystemColor(SWT.COLOR_GREEN)); // adjust the axis range chart.getAxisSet().adjustRange(); // add mouse move listener to open tooltip on data point chart.getPlotArea().addMouseMoveListener(new MouseMoveListener() { @Override public void mouseMove(MouseEvent e) { for(ISeries series : chart.getSeriesSet().getSeries()) { Rectangle[] rs = ((IBarSeries)series).getBounds(); for(int i = 0; i < rs.length; i++) { if(rs[i] != null) { if(rs[i].x < e.x && e.x < rs[i].x + rs[i].width && rs[i].y < e.y && e.y < rs[i].y + rs[i].height) { setToolTipText(series, i); return; } } } } chart.getPlotArea().setToolTipText(null); } private void setToolTipText(ISeries series, int index) { chart.getPlotArea().setToolTipText("Series: " + series.getId() + "\nValue: " + series.getYSeries()[index]); } }); return chart; } }CustomPaintListenerExample.java000066400000000000000000000055611436443153700402610ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/advanced/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples.advanced; import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEvent; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ICustomPaintListener; import org.eclipse.swtchart.IPlotArea; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for custom paint listener. */ public class CustomPaintListenerExample { private static final double[] ySeries = {0.1, 0.38, 0.41, 0.92, 1.0}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Custom Paint Listener"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); chart.getTitle().setText("Custom Paint Listener"); ISeries lineSeries = chart.getSeriesSet().createSeries(SeriesType.LINE, "line series"); lineSeries.setYSeries(ySeries); // add paint listeners IPlotArea plotArea = (IPlotArea)chart.getPlotArea(); plotArea.addCustomPaintListener(new FrontPaintListener()); plotArea.addCustomPaintListener(new BehindPaintListener()); // adjust the axis range chart.getAxisSet().adjustRange(); return chart; } static class FrontPaintListener implements ICustomPaintListener { @Override public void paintControl(PaintEvent e) { e.gc.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_CYAN)); e.gc.fillRectangle(0, e.height / 2, e.width, 20); } @Override public boolean drawBehindSeries() { return false; } } static class BehindPaintListener implements ICustomPaintListener { @Override public void paintControl(PaintEvent e) { e.gc.fillGradientRectangle(e.x, e.y, e.width, e.height, true); } @Override public boolean drawBehindSeries() { return true; } } } DataToPixelConversionExample.java000066400000000000000000000055321436443153700405270ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/advanced/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation * Christoph Läubrich - adjust to ne PlotArea API *******************************************************************************/ package org.eclipse.swtchart.examples.advanced; import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEvent; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IAxis; import org.eclipse.swtchart.ICustomPaintListener; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example to convert data coordinate into pixel coordinate. */ public class DataToPixelConversionExample { private static final int MARGIN = 5; private static final double[] ySeries = {0.0, 0.38, 0.71, 0.92, 1.0, 0.92, 0.71, 0.38, 0.0, -0.38, -0.71, -0.92, -1.0, -0.92, -0.71, -0.38}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Data To Pixel Conversion"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart Chart chart = new Chart(parent, SWT.NONE); chart.getTitle().setText("Data To Pixel Conversion"); // get Y axis final IAxis yAxis = chart.getAxisSet().getYAxis(0); // create line series ILineSeries series = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series"); series.setYSeries(ySeries); // adjust the axis range chart.getAxisSet().adjustRange(); // add paint listener to draw threshold chart.getPlotArea().addCustomPaintListener(new ICustomPaintListener() { @Override public void paintControl(PaintEvent e) { int y = yAxis.getPixelCoordinate(0.65); e.gc.drawLine(0, y, e.width, y); e.gc.drawText("y=0.65", MARGIN, y + MARGIN); } @Override public boolean drawBehindSeries() { return false; } }); return chart; } }HighlightMultiLevelPie.java000066400000000000000000000070401436443153700373330ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/advanced/******************************************************************************* * Copyright (c) 2020, 2023 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation * Philip Wenig - circular series extended legend *******************************************************************************/ package org.eclipse.swtchart.examples.advanced; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ICircularSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example for MultiLevel pie chart. */ public class HighlightMultiLevelPie { private static final String[] continentLabels = {"Asia", "Africa", "North America", "South America", "Antarctica", "Europe", "Australia"}; private static final double[] continentValues = {17212000, 11608000, 9365000, 6880000, 5100000, 3837000, 2968000}; private static final String[] AsianCountriesLabels = {"China", "Russia", "India"}; private static final double[] AsianCountriesValues = {3746887, 5083540, 1269219}; private static final String[] AfricanCountriesLabels = {"Algeria", "Congo"}; private static final double[] AfricanCountriesValues = {919595, 905355}; private static final String[] NorthAmericanCountriesLabels = {"Canada", "USA"}; private static final double[] NorthAmericanCountriesValues = {3900261, 3761363}; private static final String[] IndianStatesLabels = {"Maharashtra", "Rajasthan", "Uttar Pradesh", "Madhya Pradesh"}; private static final double[] IndianStateValues = {92320, 213900, 150580, 192718}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Multi Level Pie Chart"); shell.setSize(800, 500); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { Chart chart = new Chart(parent, SWT.NONE); chart.getTitle().setText("Multi Level Pie Chart"); ICircularSeries multiLevelPie = (ICircularSeries)chart.getSeriesSet().createSeries(SeriesType.PIE, "countries"); multiLevelPie.setSeries(continentLabels, continentValues); multiLevelPie.getNodeById("Asia").addChildren(AsianCountriesLabels, AsianCountriesValues); multiLevelPie.getNodeById("Africa").addChildren(AfricanCountriesLabels, AfricanCountriesValues); multiLevelPie.getNodeById("North America").addChildren(NorthAmericanCountriesLabels, NorthAmericanCountriesValues); multiLevelPie.getNodeById("India").addChildren(IndianStatesLabels, IndianStateValues); multiLevelPie.getNodeById("Europe").addChild("Germany", 137847); multiLevelPie.setSliceColor(Display.getDefault().getSystemColor(SWT.COLOR_WHITE)); multiLevelPie.setSliceColorHighlight(Display.getDefault().getSystemColor(SWT.COLOR_BLACK)); multiLevelPie.setHighlightedNode(multiLevelPie.getNodeById("Russia")); // return chart; } }LegendBoundsExample.java000066400000000000000000000062011436443153700366460ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/advanced/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples.advanced; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Rectangle; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IBarSeries; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example to get bounds of items on legend. */ public class LegendBoundsExample { private static final double[] ySeries1 = {0.1, 0.1, 0.2, 0.2, 0.3}; private static final double[] ySeries2 = {0.5, 0.5, 0.4, 0.3, 0.2}; private static final double[] ySeries3 = {0.3, 0.2, 0.3, 0.4, 0.4}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Legend Bounds"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart final Chart chart = new Chart(parent, SWT.NONE); chart.getTitle().setText("Legend Bounds"); // create bar series IBarSeries series1 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "series 1"); series1.setYSeries(ySeries1); series1.setBarColor(Display.getDefault().getSystemColor(SWT.COLOR_GREEN)); IBarSeries series2 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "series 2"); series2.setYSeries(ySeries2); series2.setBarColor(Display.getDefault().getSystemColor(SWT.COLOR_MAGENTA)); IBarSeries series3 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "series 3"); series3.setYSeries(ySeries3); // adjust the axis range chart.getAxisSet().adjustRange(); // add mouse move listener to legend final Control legend = (Control)chart.getLegend(); legend.addMouseMoveListener(e -> { for(ISeries series : chart.getSeriesSet().getSeries()) { Rectangle r = chart.getLegend().getBounds(series.getId()); if(r.x < e.x && e.x < r.x + r.width && r.y < e.y && e.y < r.y + r.height) { legend.setToolTipText(series.getId()); return; } } }); return chart; } }PixelToDataConversionExample.java000066400000000000000000000051251436443153700405250ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/advanced/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples.advanced; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IAxis; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example to convert pixel coordinate into data coordinate. */ public class PixelToDataConversionExample { private static final double[] ySeries = {0.0, 0.38, 0.71, 0.92, 1.0, 0.92, 0.71, 0.38, 0.0, -0.38, -0.71, -0.92, -1.0, -0.92, -0.71, -0.38}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Pixel To Data Conversion"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart final Chart chart = new Chart(parent, SWT.NONE); chart.getTitle().setText("Pxiel To Data Conversion"); // get axes final IAxis xAxis = chart.getAxisSet().getXAxis(0); final IAxis yAxis = chart.getAxisSet().getYAxis(0); // create line series ILineSeries series = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series"); series.setYSeries(ySeries); // adjust the axis range chart.getAxisSet().adjustRange(); // add mouse move listener to show mouse position on tooltip chart.getPlotArea().addMouseMoveListener(e -> { double x = xAxis.getDataCoordinate(e.x); double y = yAxis.getDataCoordinate(e.y); chart.getPlotArea().setToolTipText("x:" + x + ", y:" + y); }); return chart; } }SymbolBoundsExample.java000066400000000000000000000064771436443153700367340ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.examples/src/org/eclipse/swtchart/examples/advanced/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.examples.advanced; import org.eclipse.swt.SWT; import org.eclipse.swt.events.MouseEvent; import org.eclipse.swt.events.MouseMoveListener; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.ISeries.SeriesType; /** * An example to get bounds of series symbol. */ public class SymbolBoundsExample { private static final double[] ySeries1 = {0.26, 0.25, 0.29, 0.31, 0.32}; private static final double[] ySeries2 = {0.32, 0.31, 0.27, 0.28, 0.26}; /** * The main method. * * @param args * the arguments */ public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Symbol Bounds"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); createChart(shell); shell.open(); while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } /** * create the chart. * * @param parent * The parent composite * @return The created chart */ static public Chart createChart(Composite parent) { // create a chart final Chart chart = new Chart(parent, SWT.NONE); chart.getTitle().setText("Symbol Bounds"); // create line series ILineSeries series1 = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "series 1"); series1.setYSeries(ySeries1); ILineSeries series2 = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "series 2"); series2.setYSeries(ySeries2); series2.setLineColor(Display.getDefault().getSystemColor(SWT.COLOR_RED)); // adjust the axis range chart.getAxisSet().adjustRange(); // add mouse move listener to open tooltip on data point chart.getPlotArea().addMouseMoveListener(new MouseMoveListener() { @Override public void mouseMove(MouseEvent e) { for(ISeries series : chart.getSeriesSet().getSeries()) { for(int i = 0; i < series.getYSeries().length; i++) { Point p = series.getPixelCoordinates(i); double distance = Math.sqrt(Math.pow(e.x - p.x, 2) + Math.pow(e.y - p.y, 2)); if(distance < ((ILineSeries)series).getSymbolSize()) { setToolTipText(series, i); return; } } } chart.getPlotArea().setToolTipText(null); } private void setToolTipText(ISeries series, int index) { chart.getPlotArea().setToolTipText("Series: " + series.getId() + "\nValue: " + series.getYSeries()[index]); } }); return chart; } }swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.feature/000077500000000000000000000000001436443153700247065ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.feature/.project000066400000000000000000000006171436443153700263610ustar00rootroot00000000000000 org.eclipse.swtchart.export.extended.feature org.eclipse.pde.FeatureBuilder org.eclipse.pde.FeatureNature swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.feature/.settings/000077500000000000000000000000001436443153700266245ustar00rootroot00000000000000org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700347620ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.feature/.settingseclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.feature/build.properties000066400000000000000000000000331436443153700301170ustar00rootroot00000000000000bin.includes = feature.xml swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.feature/feature.xml000066400000000000000000000043661436443153700270740ustar00rootroot00000000000000 This is the Eclipse SWTChart Export Extended feature. Copyright (c) 2017, 2022 Lablicate GmbH. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 Copyright (c) 2017, 2022 Lablicate GmbH. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which is available at https://www.eclipse.org/legal/epl-2.0/ SPDX-License-Identifier: EPL-2.0 swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.feature/pom.xml000066400000000000000000000032011436443153700262170ustar00rootroot00000000000000 4.0.0 org.eclipse.swtchart org.eclipse.swtchart.build 0.14.0 ../org.eclipse.swtchart.cbi/pom.xml org.eclipse.swtchart.export.extended.feature eclipse-feature 0.14.0-SNAPSHOT org.eclipse.tycho.extras tycho-source-feature-plugin ${tycho.version} source-feature package source-feature org.eclipse.tycho tycho-p2-plugin ${tycho.version} attached-p2-metadata package p2-metadata swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/000077500000000000000000000000001436443153700242325ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/.classpath000066400000000000000000000007121436443153700262150ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/.gitignore000066400000000000000000000000151436443153700262160ustar00rootroot00000000000000/bin /target swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/.project000066400000000000000000000012421436443153700257000ustar00rootroot00000000000000 org.eclipse.swtchart.export.extended.test org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder org.eclipse.pde.SchemaBuilder org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/.settings/000077500000000000000000000000001436443153700261505ustar00rootroot00000000000000org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700343060ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/.settingseclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/.settings/org.eclipse.jdt.core.prefs000066400000000000000000000005421436443153700331330ustar00rootroot00000000000000eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=11 swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/META-INF/000077500000000000000000000000001436443153700253725ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/META-INF/MANIFEST.MF000066400000000000000000000006521436443153700270270ustar00rootroot00000000000000Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Test Bundle-SymbolicName: org.eclipse.swtchart.export.extended.test Bundle-Version: 0.14.0.qualifier Bundle-Vendor: ChemClipse Fragment-Host: org.eclipse.swtchart.export.extended;bundle-version="0.14.0" Automatic-Module-Name: org.eclipse.swtchart.export.extended.test Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit;bundle-version="4.12.0" swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/build.properties000066400000000000000000000001141436443153700274430ustar00rootroot00000000000000source.. = src/ output.. = bin/ bin.includes = META-INF/,\ . swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/pom.xml000066400000000000000000000007331436443153700255520ustar00rootroot00000000000000 4.0.0 org.eclipse.swtchart org.eclipse.swtchart.build 0.14.0 ../org.eclipse.swtchart.cbi/pom.xml org.eclipse.swtchart.export.extended.test eclipse-test-plugin 0.14.0-SNAPSHOT swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/src/000077500000000000000000000000001436443153700250215ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/src/org/000077500000000000000000000000001436443153700256105ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/src/org/eclipse/000077500000000000000000000000001436443153700272345ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/src/org/eclipse/swtchart/000077500000000000000000000000001436443153700310735ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/src/org/eclipse/swtchart/export/000077500000000000000000000000001436443153700324145ustar00rootroot00000000000000extended/000077500000000000000000000000001436443153700341355ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/src/org/eclipse/swtchart/exportEnvironmentTest_1_UITest.java000066400000000000000000000016341436443153700416250ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/src/org/eclipse/swtchart/export/extended/******************************************************************************* * Copyright (c) 2020 Lablicate GmbH. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.extended; import junit.framework.TestCase; public class EnvironmentTest_1_UITest extends TestCase { @Override protected void setUp() throws Exception { super.setUp(); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertTrue("UI tests can't be executed on a headless build server.", true); } } TestPathHelper.java000066400000000000000000000014761436443153700377040ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/src/org/eclipse/swtchart/export/extended/******************************************************************************* * Copyright (c) 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * Contributors: * * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.extended; /** * THIS CLASS IS NOT SUITED FOR PRODUCTIVE USE!
* IT IS A TESTCLASS! */ public class TestPathHelper extends PathResolver { /* * IMPORT */ public static final String TESTFOLDER_IMPORT = "testData/files/import"; /* * EXPORT */ public static final String TESTFOLDER_EXPORT = "testData/files/export"; } swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/testData/000077500000000000000000000000001436443153700260035ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/testData/files/000077500000000000000000000000001436443153700271055ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/testData/files/export/000077500000000000000000000000001436443153700304265ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/testData/files/export/INFO.txt000066400000000000000000000002221436443153700317160ustar00rootroot00000000000000GIT needs at least one file in this directory to track it, otherwise Eclipse gives a compile error at checkout. Remove it, if not needed anymore. swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/testData/files/import/000077500000000000000000000000001436443153700304175ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended.test/testData/files/import/INFO.txt000066400000000000000000000002221436443153700317070ustar00rootroot00000000000000GIT needs at least one file in this directory to track it, otherwise Eclipse gives a compile error at checkout. Remove it, if not needed anymore. swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/000077500000000000000000000000001436443153700232545ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/.classpath000066400000000000000000000005601436443153700252400ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/.gitignore000066400000000000000000000000151436443153700252400ustar00rootroot00000000000000/bin /target swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/.project000066400000000000000000000012351436443153700247240ustar00rootroot00000000000000 org.eclipse.swtchart.export.extended org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder org.eclipse.pde.SchemaBuilder org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/.settings/000077500000000000000000000000001436443153700251725ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/.settings/org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700334070ustar00rootroot00000000000000eclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/.settings/org.eclipse.jdt.core.prefs000066400000000000000000000621771436443153700321710ustar00rootroot00000000000000eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=11 org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_assignment=0 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0 org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 org.eclipse.jdt.core.formatter.blank_lines_before_field=0 org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=1 org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 org.eclipse.jdt.core.formatter.blank_lines_before_method=1 org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 org.eclipse.jdt.core.formatter.blank_lines_before_package=0 org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false org.eclipse.jdt.core.formatter.comment.format_block_comments=true org.eclipse.jdt.core.formatter.comment.format_header=true org.eclipse.jdt.core.formatter.comment.format_html=true org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true org.eclipse.jdt.core.formatter.comment.format_line_comments=true org.eclipse.jdt.core.formatter.comment.format_source_code=false org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true org.eclipse.jdt.core.formatter.comment.indent_root_tags=true org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert org.eclipse.jdt.core.formatter.comment.line_length=500 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false org.eclipse.jdt.core.formatter.compact_else_if=true org.eclipse.jdt.core.formatter.continuation_indentation=2 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_empty_lines=false org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true org.eclipse.jdt.core.formatter.indentation.size=4 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert org.eclipse.jdt.core.formatter.insert_new_line_after_label=insert org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=do not insert org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.join_lines_in_comments=false org.eclipse.jdt.core.formatter.join_wrapped_lines=true org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false org.eclipse.jdt.core.formatter.lineSplit=80 org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=1 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=0 org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true org.eclipse.jdt.core.formatter.tabulation.char=tab org.eclipse.jdt.core.formatter.tabulation.size=4 org.eclipse.jdt.core.formatter.use_on_off_tags=true org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/.settings/org.eclipse.jdt.ui.prefs000066400000000000000000000133741436443153700316510ustar00rootroot00000000000000cleanup.add_default_serial_version_id=false cleanup.add_generated_serial_version_id=true cleanup.add_missing_annotations=true cleanup.add_missing_deprecated_annotations=true cleanup.add_missing_methods=true cleanup.add_missing_nls_tags=false cleanup.add_missing_override_annotations=true cleanup.add_missing_override_annotations_interface_methods=true cleanup.add_serial_version_id=true cleanup.always_use_blocks=true cleanup.always_use_parentheses_in_expressions=false cleanup.always_use_this_for_non_static_field_access=false cleanup.always_use_this_for_non_static_method_access=false cleanup.convert_functional_interfaces=false cleanup.convert_to_enhanced_for_loop=false cleanup.correct_indentation=false cleanup.format_source_code=true cleanup.format_source_code_changes_only=false cleanup.insert_inferred_type_arguments=false cleanup.make_local_variable_final=true cleanup.make_parameters_final=false cleanup.make_private_fields_final=true cleanup.make_type_abstract_if_missing_method=false cleanup.make_variable_declarations_final=false cleanup.never_use_blocks=false cleanup.never_use_parentheses_in_expressions=true cleanup.organize_imports=true cleanup.qualify_static_field_accesses_with_declaring_class=false cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true cleanup.qualify_static_member_accesses_with_declaring_class=true cleanup.qualify_static_method_accesses_with_declaring_class=false cleanup.remove_private_constructors=true cleanup.remove_redundant_type_arguments=false cleanup.remove_trailing_whitespaces=true cleanup.remove_trailing_whitespaces_all=true cleanup.remove_trailing_whitespaces_ignore_empty=false cleanup.remove_unnecessary_casts=true cleanup.remove_unnecessary_nls_tags=true cleanup.remove_unused_imports=true cleanup.remove_unused_local_variables=true cleanup.remove_unused_private_fields=true cleanup.remove_unused_private_members=true cleanup.remove_unused_private_methods=true cleanup.remove_unused_private_types=true cleanup.sort_members=true cleanup.sort_members_all=true cleanup.use_anonymous_class_creation=false cleanup.use_blocks=true cleanup.use_blocks_only_for_return_and_throw=false cleanup.use_lambda=true cleanup.use_parentheses_in_expressions=false cleanup.use_this_for_non_static_field_access=false cleanup.use_this_for_non_static_field_access_only_if_necessary=true cleanup.use_this_for_non_static_method_access=false cleanup.use_this_for_non_static_method_access_only_if_necessary=true cleanup_profile=_ChemClipse cleanup_settings_version=2 eclipse.preferences.version=1 formatter_profile=_ChemClipse formatter_settings_version=12 org.eclipse.jdt.ui.ignorelowercasenames=true org.eclipse.jdt.ui.importorder=java;javax;org;com;net; org.eclipse.jdt.ui.javadoc=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.staticondemandthreshold=99 org.eclipse.jdt.ui.text.custom_code_templates= swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/META-INF/000077500000000000000000000000001436443153700244145ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/META-INF/MANIFEST.MF000066400000000000000000000017771436443153700260620ustar00rootroot00000000000000Manifest-Version: 1.0 Automatic-Module-Name: org.eclipse.swtchart.export.extended Bundle-ManifestVersion: 2 Bundle-Name: SWTChart Export Options (Extended) Bundle-SymbolicName: org.eclipse.swtchart.export.extended;singleton:=true Bundle-Version: 0.14.0.qualifier Bundle-Activator: org.eclipse.swtchart.export.extended.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.swtchart;bundle-version="0.14.0", org.eclipse.swtchart.extensions;bundle-version="0.14.0", org.eclipse.swtchart.export;bundle-version="0.14.0" Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-ActivationPolicy: lazy Bundle-Vendor: Eclipse SWTChart Export-Package: org.eclipse.swtchart.export.extended.menu.vector Import-Package: org.apache.batik;version="1.14.0", org.apache.batik.anim;version="1.14.0", org.apache.batik.anim.dom;version="1.14.0", org.apache.batik.dom.svg;version="1.14.0", org.apache.batik.ext.awt;version="1.14.0", org.apache.batik.svggen;version="1.14.0", org.w3c.dom.events;version="3.0.0" swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/build.properties000066400000000000000000000001501436443153700264650ustar00rootroot00000000000000source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/plugin.xml000066400000000000000000000005061436443153700252750ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/pom.xml000066400000000000000000000007011436443153700245670ustar00rootroot00000000000000 4.0.0 org.eclipse.swtchart org.eclipse.swtchart.build 0.14.0 ../org.eclipse.swtchart.cbi/pom.xml org.eclipse.swtchart.export.extended eclipse-plugin 0.14.0-SNAPSHOT swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/000077500000000000000000000000001436443153700240435ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/000077500000000000000000000000001436443153700246325ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/000077500000000000000000000000001436443153700262565ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/000077500000000000000000000000001436443153700301155ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/000077500000000000000000000000001436443153700314365ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/000077500000000000000000000000001436443153700332365ustar00rootroot00000000000000Activator.java000066400000000000000000000022751436443153700357640ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/******************************************************************************* * Copyright (c) 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.extended; import org.eclipse.ui.plugin.AbstractUIPlugin; import org.osgi.framework.BundleContext; /** * The activator class controls the plug-in life cycle */ public class Activator extends AbstractUIPlugin { private static Activator plugin; /** * The constructor */ public Activator() { } @Override public void start(BundleContext context) throws Exception { super.start(context); plugin = this; } @Override public void stop(BundleContext context) throws Exception { plugin = null; super.stop(context); } /** * Returns the shared instance * * @return the shared instance */ public static Activator getDefault() { return plugin; } } PathResolver.java000066400000000000000000000025621436443153700364450ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/******************************************************************************* * Copyright (c) 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.extended; import java.io.IOException; import java.net.URL; import org.eclipse.core.runtime.FileLocator; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Platform; import org.osgi.framework.Bundle; public class PathResolver { /** * Returns a absolute path of the specified Folder. For example * TESTDATA_IMPORT_EMPTY as an absolute Path: * $PluginPath$/testdata/files/... * * @param string * @return String absolutePath */ public static String getAbsolutePath(String string) { Bundle bundle = Platform.getBundle(Activator.getDefault().getBundle().getSymbolicName()); IPath path = new Path(string); URL url = FileLocator.find(bundle, path, null); try { return FileLocator.resolve(url).getPath(); } catch(IOException e) { e.printStackTrace(); } return null; } } awt/000077500000000000000000000000001436443153700337525ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extendedChartToGraphics2D.java000066400000000000000000000366571436443153700400510ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/awt/******************************************************************************* * Copyright (c) 2019, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Sanatt Abrol - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.extended.awt; import java.awt.BasicStroke; import java.awt.Graphics2D; import java.awt.Stroke; import java.awt.font.FontRenderContext; import java.awt.geom.AffineTransform; import java.util.ArrayList; import java.util.Arrays; import org.eclipse.swt.graphics.Rectangle; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.ISeries.SeriesType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.internal.axis.Axis; import org.eclipse.swtchart.internal.axis.AxisTickMarks; import org.eclipse.swtchart.internal.compress.CompressScatterSeries; import org.eclipse.swtchart.internal.series.BarSeries; import org.eclipse.swtchart.internal.series.LineSeries; @SuppressWarnings({"rawtypes", "restriction"}) public class ChartToGraphics2D { /** The chart object to be converted to SVG */ private Chart chart; /** The X Axis */ private Axis xAxis; /** The Y Axis */ private Axis yAxis; /** The java.awt.Graphics2D object */ private Graphics2D graphics2D; /** The height of the chart area */ private int height; /** The width of the chart area */ private int width; /** The border on X Axis */ private int xBorder; /** the border on Y Axis */ private int yBorder; /** * Constructor * * @param chart * the org.eclipse.swtchart.Chart object to be converted to java.awt.Graphics2D * @param indexAxisX * the index of X Axis as selected by user * @param indexAxisY * the index of Y Axis as selected by user * @param g2d * the java.awt.Graphics2D object to be created */ public ChartToGraphics2D(Chart chart, int indexAxisX, int indexAxisY, Graphics2D g2d) { this.chart = chart; this.graphics2D = g2d; this.xAxis = (Axis)chart.getAxisSet().getXAxis(indexAxisX); this.yAxis = (Axis)chart.getAxisSet().getYAxis(indexAxisY); this.width = chart.getSize().x; this.height = chart.getSize().y; this.xBorder = 50; this.yBorder = 50; init(); } /** * Return the jawa.awt.Graphics2D object */ public Graphics2D getGraphics2D() { return this.graphics2D; } /** * Initialize the conversion */ private void init() { /** * Translate coordinate system to (50,0) to accommodate space for drawing Y axis * title */ graphics2D.translate(50, 0); graphics2D.setClip(new java.awt.Rectangle(xBorder, yBorder, width - 2 * xBorder, height - 2 * yBorder)); ISeries[] series = chart.getSeriesSet().getSeries(); for(ISeries dataSeries : series) { if(dataSeries != null) { if(dataSeries.getType() == SeriesType.LINE) { drawLineSeries(dataSeries); } else if(dataSeries.getType() == SeriesType.BAR) { drawBarSeries(dataSeries); } else { return; } } } graphics2D.setClip(null); graphics2D.setColor(java.awt.Color.BLACK); /** Draw X Axis */ int x11 = (int)(xBorder); int y11 = (int)(height - yBorder); int x12 = (int)(width - xBorder); int y12 = (int)(height - yBorder); graphics2D.drawLine(x11, y11, x12, y12); /** Draw Y Axis */ int x21 = (int)(xBorder); int y21 = (int)(yBorder); int x22 = (int)(xBorder); int y22 = (int)(height - yBorder); graphics2D.drawLine(x21, y21, x22, y22); /** Draw Grids and Ticks on X axis and Y axis */ drawGridAndTicks(xAxis); drawGridAndTicks(yAxis); /** Draw Tick Labels on X axis and Y axis */ drawTickLabelsOnXAxis(); drawTickLabelsOnYAxis(); /** Translate everything back to (0,0) */ graphics2D.translate(0, 0); /** Draw the X and Y axis labels */ String labelX = xAxis.getTitle().getText(); String labelY = yAxis.getTitle().getText(); graphics2D.setFont(SwtToAwtUtils.toAwtFont(chart.getDisplay(), chart.getAxisSet().getAxes()[0].getTitle().getFont())); AffineTransform affineTransform = new AffineTransform(); FontRenderContext fontRenderContext = new FontRenderContext(affineTransform, true, true); java.awt.Font font = graphics2D.getFont(); int textwidth = (int)(font.getStringBounds(labelX, fontRenderContext).getWidth()); int textheight = (int)(font.getStringBounds(labelX, fontRenderContext).getHeight()); int x1 = (int)(width / 2 - textwidth / 2); int y1 = (int)(height - textheight / 2 + AxisTickMarks.TICK_LENGTH); /** Draw X Axis label */ graphics2D.drawString(labelX, x1, y1); affineTransform.rotate(Math.toRadians(-90), 0, 0); java.awt.Font rotatedFont = font.deriveFont(affineTransform); graphics2D.setFont(rotatedFont); int textwidthY = (int)(font.getStringBounds(labelY, fontRenderContext).getWidth()); /** Draw Y Axis label */ graphics2D.drawString(labelY, -5, height / 2 + textwidthY / 2); } /** * Draw the bar series */ private void drawBarSeries(ISeries dataSeries) { BarSeries barSeries = (BarSeries)dataSeries; graphics2D.setColor(SwtToAwtUtils.toAwtColor(barSeries.getBarColor())); Rectangle[] rs = barSeries.getBoundsForCompressedSeries(); for(int i = 0; i < rs.length; i++) { graphics2D.fillRect(rs[i].x + xBorder, rs[i].y + yBorder, rs[i].width, rs[i].height); graphics2D.drawRect(rs[i].x + xBorder, rs[i].y + yBorder, rs[i].width, rs[i].height); } } /** * Draw the line and scatter series */ private void drawLineSeries(ISeries dataSeries) { LineSeries lineSeries = (LineSeries)dataSeries; // draw line series if(lineSeries.getLineStyle() != LineStyle.NONE) { graphics2D.setColor(SwtToAwtUtils.toAwtColor(lineSeries.getLineColor())); double[] xSeries = dataSeries.getXSeries(); double[] ySeries = dataSeries.getYSeries(); double xMin = Arrays.stream(xSeries).min().getAsDouble(); double xMax = Arrays.stream(xSeries).max().getAsDouble(); double yMin = Arrays.stream(ySeries).min().getAsDouble(); double yMax = Arrays.stream(ySeries).max().getAsDouble(); double xDenumerator = xMax - xMin; double yDenumerator = yMax - yMin; if(xMax > 0 && yMax > 0) { double factorX = (width - 2 * xBorder) / xDenumerator; double factorY = (height - 2 * yBorder) / yDenumerator; /* * Draw the line series */ int nPoints = xSeries.length - 1; for(int i = 0; i < nPoints; i++) { int x1 = (int)((factorX * (xSeries[i] - xMin)) + xBorder); int y1 = (int)((height - factorY * (ySeries[i] - yMin)) - yBorder); int x2 = (int)((factorX * (xSeries[i + 1] - xMin)) + xBorder); int y2 = (int)((height - factorY * (ySeries[i + 1] - yMin)) - yBorder); graphics2D.drawLine(x1, y1, x2, y2); } } return; } // draw scatter plot if(lineSeries.getSymbolType() != PlotSymbolType.NONE) { PlotSymbolType symbolType = lineSeries.getSymbolType(); int symbolSize = lineSeries.getSymbolSize(); java.awt.Color symbolColor = SwtToAwtUtils.toAwtColor(lineSeries.getSymbolColor()); CompressScatterSeries compressor = new CompressScatterSeries(); compressor.setXSeries(dataSeries.getXSeries()); compressor.setYSeries(dataSeries.getYSeries()); // get x and y compressed series double[] xseries = compressor.getCompressedXSeries(); double[] yseries = compressor.getCompressedYSeries(); for(int i = 0; i < xseries.length; i++) { int h, v; if(xAxis.isHorizontalAxis()) { h = xAxis.getPixelCoordinate(xseries[i]) + xBorder; v = yAxis.getPixelCoordinate(yseries[i]) + yBorder; } else { v = xAxis.getPixelCoordinate(xseries[i]) + xBorder; h = yAxis.getPixelCoordinate(yseries[i]) + yBorder; } graphics2D.setColor(symbolColor); // draw the series symbol switch(symbolType) { case CIRCLE: graphics2D.fillOval(h - symbolSize, v - symbolSize, symbolSize * 2, symbolSize * 2); break; case SQUARE: graphics2D.fillRect(h - symbolSize, v - symbolSize, symbolSize * 2, symbolSize * 2); break; case TRIANGLE: int[] triangleXPoints = {h, h + symbolSize, h - symbolSize}; int[] triangleYPoints = {v - symbolSize, v + symbolSize, v + symbolSize}; graphics2D.fillPolygon(triangleXPoints, triangleYPoints, 3); break; case INVERTED_TRIANGLE: int[] invertedTriangleXPoints = {h, h + symbolSize, h - symbolSize}; int[] invertedTriangleYPoints = {v + symbolSize, v - symbolSize, v - symbolSize}; graphics2D.fillPolygon(invertedTriangleXPoints, invertedTriangleYPoints, 3); break; case CROSS: graphics2D.drawLine(h - symbolSize, v - symbolSize, h + symbolSize, v + symbolSize); graphics2D.drawLine(h - symbolSize, v + symbolSize, h + symbolSize, v - symbolSize); break; case PLUS: graphics2D.drawLine(h, v - symbolSize, h, v + symbolSize); graphics2D.drawLine(h - symbolSize, v, h + symbolSize, v); break; case DIAMOND: int[] diamondXPoints = {h, h + symbolSize, h, h - symbolSize}; int[] diamondYPoints = {v - symbolSize, v, v + symbolSize, v}; graphics2D.fillPolygon(diamondXPoints, diamondYPoints, 4); break; case NONE: default: break; } } } } /** * Draw X axis tick-labels */ private void drawTickLabelsOnXAxis() { int offset = xAxis.getTick().getAxisTickMarks().getBounds().x; graphics2D.setFont(SwtToAwtUtils.toAwtFont(chart.getDisplay(), xAxis.getTick().getFont())); AffineTransform affineTransform = new AffineTransform(); FontRenderContext fontRenderContext = new FontRenderContext(affineTransform, true, true); java.awt.Font font = graphics2D.getFont(); int angle = xAxis.getTick().getTickLabelAngle(); ArrayList tickLabelPositions = xAxis.getTick().getAxisTickLabels().getTickLabelPositions(); ArrayList tickVisibilities = xAxis.getTick().getAxisTickLabels().getTickVisibilities(); ArrayList tickLabels = xAxis.getTick().getAxisTickLabels().getTickLabels(); Rectangle bounds = xAxis.getTick().getAxisTickLabels().getBounds(); Position position = xAxis.getPosition(); /** Draw Tick Labels */ for(int i = 0; i < tickLabelPositions.size(); i++) { if(xAxis.isValidCategoryAxis() || tickVisibilities.get(i) == true) { String text = tickLabels.get(i); int textWidth = (int)(font.getStringBounds(text, fontRenderContext).getWidth()); int textHeight = (int)(font.getStringBounds(text, fontRenderContext).getHeight()); if(angle == 0) { int x = (int)(tickLabelPositions.get(i) - textWidth / 2d + offset); graphics2D.drawString(text, bounds.x + x - xBorder, bounds.y + yBorder / 2 + AxisTickMarks.TICK_LENGTH); continue; } float x, y; if(position == Position.Primary) { x = (float)(offset + bounds.x + tickLabelPositions.get(i) - textWidth * Math.cos(Math.toRadians(angle)) - textHeight / 2d * Math.sin(Math.toRadians(angle))); y = (float)(bounds.y + textWidth * Math.sin(Math.toRadians(angle))); } else { x = (float)(offset + bounds.x + tickLabelPositions.get(i) - textHeight / 2d * Math.sin(Math.toRadians(angle))); y = (float)(bounds.y + bounds.height * Math.sin(Math.toRadians(angle))); } drawRotatedText(graphics2D, text, x - xBorder, y + yBorder / 2 + AxisTickMarks.TICK_LENGTH, angle); } } } /** * Draw Y axis tick-labels */ private void drawTickLabelsOnYAxis() { graphics2D.setFont(SwtToAwtUtils.toAwtFont(chart.getDisplay(), yAxis.getTick().getFont())); AffineTransform affineTransform = new AffineTransform(); FontRenderContext fontRenderContext = new FontRenderContext(affineTransform, true, true); java.awt.Font font = graphics2D.getFont(); int figureHeight = (int)(font.getStringBounds("dummy", fontRenderContext).getHeight()); //$NON-NLS-1$ ArrayList tickLabelPositions = yAxis.getTick().getAxisTickLabels().getTickLabelPositions(); ArrayList tickVisibilities = yAxis.getTick().getAxisTickLabels().getTickVisibilities(); ArrayList tickLabels = yAxis.getTick().getAxisTickLabels().getTickLabels(); Rectangle bounds = yAxis.getTick().getAxisTickLabels().getBounds(); /** Draw Tick Labels */ for(int i = 0; i < tickLabelPositions.size(); i++) { if(tickVisibilities.size() == 0 || tickLabels.size() == 0) { break; } if(tickVisibilities.get(i) == true) { String text = tickLabels.get(i); int x = Axis.MARGIN; if(tickLabels.get(0).startsWith("-") && !text.startsWith("-")) { //$NON-NLS-1$ //$NON-NLS-2$ x += (int)(font.getStringBounds("-", fontRenderContext).getWidth()); //$NON-NLS-1$ } int y = (int)(bounds.height - 1 - tickLabelPositions.get(i) - figureHeight / 2.0); graphics2D.drawString(text, bounds.x + x - xBorder, bounds.y + y + yBorder / 2); } } } /** * Draw a rotated text with a certain angle */ private void drawRotatedText(Graphics2D g2d, String text, float x, float y, int angle) { AffineTransform original = g2d.getTransform(); g2d.rotate(Math.PI * (angle / 180)); g2d.drawString(text, x, y); g2d.setTransform(original); } /** * Draw a grid on the given axis */ private void drawGridAndTicks(Axis axis) { int xWidth; if(axis.isHorizontalAxis()) { xWidth = width - 2 * xBorder; } else { xWidth = height - 2 * yBorder; } ArrayList tickLabelPosition = axis.getTick().getAxisTickLabels().getTickLabelPositions(); if(axis.isValidCategoryAxis()) { int step = 0; if(tickLabelPosition.size() > 1) { step = tickLabelPosition.get(1).intValue() - tickLabelPosition.get(0).intValue(); } else { step = xWidth; } int x = (int)(tickLabelPosition.get(0).intValue() - step / 2d); for(int i = 0; i < tickLabelPosition.size() + 1; i++) { x += step; if(x >= xWidth) { continue; } if(axis.isHorizontalAxis()) { int x1 = x + xBorder; int y1 = yBorder; int x2 = x1; int y2 = height - yBorder; drawDashedLine(x1, y1, x2, y2); // draw the tick graphics2D.drawLine(x1, y2, x2, y2 + AxisTickMarks.TICK_LENGTH); } else { int x1 = xBorder; int y1 = height - yBorder - x; int x2 = width - xBorder; int y2 = y1; drawDashedLine(x1, y1, x2, y2); // draw the tick graphics2D.drawLine(xBorder - AxisTickMarks.TICK_LENGTH, y1, xBorder, y2); } } } else { for(int i = 0; i < tickLabelPosition.size(); i++) { int x = tickLabelPosition.get(i).intValue(); if(x >= xWidth) { continue; } if(axis.isHorizontalAxis()) { int x1 = x + xBorder; int y1 = yBorder; int x2 = x1; int y2 = height - yBorder; drawDashedLine(x1, y1, x2, y2); // draw the tick graphics2D.drawLine(x1, height - yBorder, x2, height - yBorder + AxisTickMarks.TICK_LENGTH); } else { int x1 = xBorder; int y1 = height - yBorder - x; int x2 = width - xBorder; int y2 = y1; drawDashedLine(x1, y1, x2, y2); // draw the tick graphics2D.drawLine(xBorder - AxisTickMarks.TICK_LENGTH, y1, xBorder, y2); } } } } /** * Method to draw dashed line */ private void drawDashedLine(int x1, int y1, int x2, int y2) { Graphics2D g2d = (Graphics2D)graphics2D.create(); g2d.setColor(java.awt.Color.GRAY); Stroke dashed = new BasicStroke(1, BasicStroke.CAP_ROUND, BasicStroke.JOIN_BEVEL, 0, new float[]{2, 4}, 0); g2d.setStroke(dashed); g2d.drawLine(x1, y1, x2, y2); g2d.dispose(); } }SwtToAwtUtils.java000066400000000000000000000060401436443153700373720ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/awt/******************************************************************************* * Copyright (c) 2019, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Sanatt Abrol - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.extended.awt; import javax.swing.JPanel; import org.eclipse.swt.graphics.Device; import org.eclipse.swt.graphics.Font; import org.eclipse.swt.graphics.FontData; import org.eclipse.swt.graphics.GC; public class SwtToAwtUtils { /** Dummy string value to get font metrics */ private final static String DUMMY_STRING = "ABCxyz"; //$NON-NLS-1$ /** * Method to convert org.eclipse.swt.Font to java.awt.Font * * @param device * the device where font is to be displayed * @param font * the org.eclipse.swt.Font to be converted to java.awt.Font */ public static java.awt.Font toAwtFont(Device device, Font font) { FontData fontData = font.getFontData()[0]; return toAwtFont(device, fontData); } /** * Method to convert org.eclipse.swt.FontData to java.awt.Font * * @param device * the device where font is to be displayed * @param fontData * the org.eclipse.swt.FontData to be converted to java.awt.Font */ public static java.awt.Font toAwtFont(Device device, FontData fontData) { int fontHeight = (int)Math.round(fontData.getHeight() * device.getDPI().y / 72.0); GC tempGC = new GC(device); Font tempFont = new Font(device, fontData); tempGC.setFont(tempFont); JPanel DUMMY_PANEL = new JPanel(); java.awt.Font tempAWTFont = new java.awt.Font(fontData.getName(), fontData.getStyle(), fontHeight); if(DUMMY_PANEL.getFontMetrics(tempAWTFont).stringWidth(DUMMY_STRING) > tempGC.textExtent(DUMMY_STRING).x) { while(DUMMY_PANEL.getFontMetrics(tempAWTFont).stringWidth(DUMMY_STRING) > tempGC.textExtent(DUMMY_STRING).x) { fontHeight--; tempAWTFont = new java.awt.Font(fontData.getName(), fontData.getStyle(), fontHeight); } } else if(DUMMY_PANEL.getFontMetrics(tempAWTFont).stringWidth(DUMMY_STRING) < tempGC.textExtent(DUMMY_STRING).x) { while(DUMMY_PANEL.getFontMetrics(tempAWTFont).stringWidth(DUMMY_STRING) < tempGC.textExtent(DUMMY_STRING).x) { fontHeight++; tempAWTFont = new java.awt.Font(fontData.getName(), fontData.getStyle(), fontHeight); } } tempFont.dispose(); tempGC.dispose(); return new java.awt.Font(fontData.getName(), fontData.getStyle(), fontHeight); } /** * Creates an AWT color instance to match the RGB values of the specified SWT * color. * * @param color * The SWT color to match. * @return an AWT color abject. */ public static java.awt.Color toAwtColor(org.eclipse.swt.graphics.Color color) { return new java.awt.Color(color.getRed(), color.getGreen(), color.getBlue()); } } menu/000077500000000000000000000000001436443153700341235ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extendedvector/000077500000000000000000000000001436443153700354255ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/menuMessages.java000066400000000000000000000023171436443153700400420ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/menu/vector/******************************************************************************* * Copyright (c) 2020 SWT Chart Project * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Frank Buloup - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.extended.menu.vector; import java.util.MissingResourceException; import java.util.ResourceBundle; public class Messages { private static final String BUNDLE_NAME = "org.eclipse.swtchart.export.extended.menu.vector.messages"; //$NON-NLS-1$ private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME); public static final String EXPORT_TO_SVG = "EXPORT_TO_SVG"; public static final String SAVE_AS_SVG = "SAVE_AS_SVG"; public static final String SVG = "SVG"; private Messages() { } public static String getString(String key) { try { return RESOURCE_BUNDLE.getString(key); } catch(MissingResourceException e) { return '!' + key + '!'; } } } SVGExportHandler.java000066400000000000000000000076571436443153700414460ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/menu/vector/******************************************************************************* * Copyright (c) 2019, 2021 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Sanatt Abrol - SVG export code * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.extended.menu.vector; import java.io.FileOutputStream; import java.io.OutputStreamWriter; import java.io.Writer; import java.lang.reflect.InvocationTargetException; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.dialogs.ProgressMonitorDialog; import org.eclipse.jface.operation.IRunnableWithProgress; import org.eclipse.jface.window.Window; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.FileDialog; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.export.core.AbstractSeriesExportHandler; import org.eclipse.swtchart.export.core.ISeriesExportConverter; import org.eclipse.swtchart.export.core.VectorExportSettingsDialog; import org.eclipse.swtchart.export.extended.svg.SVGFactory; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.ScrollableChart; public class SVGExportHandler extends AbstractSeriesExportHandler implements ISeriesExportConverter { private static final String FILE_EXTENSION = "*.svg"; //$NON-NLS-1$ private static final String NAME = Messages.getString(Messages.SVG) + FILE_EXTENSION + ")"; //$NON-NLS-1$ private static final String TITLE = Messages.getString(Messages.SAVE_AS_SVG); @Override public String getName() { return NAME; } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { FileDialog fileDialog = new FileDialog(shell, SWT.SAVE); fileDialog.setOverwrite(true); fileDialog.setText(NAME); fileDialog.setFilterExtensions(new String[]{"*.svg"}); //$NON-NLS-1$ // String fileName = fileDialog.open(); if(fileName != null) { try { BaseChart baseChart = scrollableChart.getBaseChart(); VectorExportSettingsDialog exportSettingsDialog = new VectorExportSettingsDialog(fileDialog.getParent(), baseChart); exportSettingsDialog.create(); if(exportSettingsDialog.open() == Window.OK) { int indexAxisX = exportSettingsDialog.getIndexAxisSelectionX(); int indexAxisY = exportSettingsDialog.getIndexAxisSelectionY(); if(indexAxisX >= 0 && indexAxisY >= 0) { try { ProgressMonitorDialog monitorDialog = new ProgressMonitorDialog(fileDialog.getParent()); monitorDialog.run(false, false, new IRunnableWithProgress() { @Override public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { try { monitor.beginTask(Messages.getString(Messages.EXPORT_TO_SVG), IProgressMonitor.UNKNOWN); boolean useCSS = true; Writer output = new OutputStreamWriter(new FileOutputStream(fileName), "UTF-8"); //$NON-NLS-1$ SVGFactory svgFactory = new SVGFactory(); svgFactory.createSvg(baseChart, indexAxisX, indexAxisY); if(svgFactory.stream(output, useCSS)) { MessageDialog.openInformation(fileDialog.getParent(), TITLE, MESSAGE_OK); } else { MessageDialog.openInformation(fileDialog.getParent(), TITLE, MESSAGE_ERROR); } } catch(Exception e) { e.printStackTrace(); } finally { monitor.done(); } } }); } catch(Exception e) { e.printStackTrace(); } } } } catch(Exception e) { MessageDialog.openInformation(shell, TITLE, MESSAGE_ERROR); e.printStackTrace(); } } } } messages.properties000066400000000000000000000002571436443153700413560ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/menu/vectorEXPORT_TO_SVG = Exports the chart to SVG via Apache Batik (this may take a while) SAVE_AS_SVG = Save As Scalable Vector Graphic SVG = Scalable Vector Graphic [Graphics2D] ( messages_de.properties000066400000000000000000000003011436443153700420140ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/menu/vectorEXPORT_TO_SVG = Exportiere das Diagramm in ein SVG mittels Apache Batik (dauert eine Weile) SAVE_AS_SVG = Speichere als skalierbare Vektorgrafik SVG = skalierbare Vektorgrafik [Graphics2D] ( messages_fr.properties000066400000000000000000000002461436443153700420430ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/menu/vectorEXPORT_TO_SVG = Exporter le graphe en SVG via Apache Batik (cela peut prendre du temps) SAVE_AS_SVG = Enregistrer en SVG SVG = Scalable Vector Graphic [Graphics2D] ( svg/000077500000000000000000000000001436443153700337565ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extendedSVGFactory.java000066400000000000000000000032231436443153700366100ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.extended/src/org/eclipse/swtchart/export/extended/svg/******************************************************************************* * Copyright (c) 2019, 2023 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Sanatt Abrol - initial API and implementation * Philip Wenig - series mapping *******************************************************************************/ package org.eclipse.swtchart.export.extended.svg; import java.io.Writer; import org.apache.batik.anim.dom.SVGDOMImplementation; import org.apache.batik.svggen.SVGGraphics2D; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.export.extended.awt.ChartToGraphics2D; import org.w3c.dom.DOMImplementation; import org.w3c.dom.Document; public class SVGFactory { private SVGGraphics2D svgGraphics2D; public SVGFactory() { DOMImplementation domImpl = SVGDOMImplementation.getDOMImplementation(); String svgNS = "http://www.w3.org/2000/svg"; //$NON-NLS-1$ Document document = domImpl.createDocument(svgNS, "svg", null); //$NON-NLS-1$ this.svgGraphics2D = new SVGGraphics2D(document); } public void createSvg(Chart chart, int indexXAxis, int indexYAxis) { svgGraphics2D = (SVGGraphics2D)new ChartToGraphics2D(chart, indexXAxis, indexYAxis, svgGraphics2D).getGraphics2D(); } public boolean stream(Writer output, boolean useCss) { try { svgGraphics2D.stream(output, useCss); return true; } catch(Exception e) { return false; } } public Document getDOM() { return svgGraphics2D.getDOMFactory(); } }swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/000077500000000000000000000000001436443153700224335ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/.classpath000066400000000000000000000005601436443153700244170ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/.gitignore000066400000000000000000000000151436443153700244170ustar00rootroot00000000000000/bin /target swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/.project000066400000000000000000000012311436443153700240770ustar00rootroot00000000000000 org.eclipse.swtchart.export.test org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder org.eclipse.pde.SchemaBuilder org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/.settings/000077500000000000000000000000001436443153700243515ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/.settings/org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700325660ustar00rootroot00000000000000eclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/.settings/org.eclipse.jdt.core.prefs000066400000000000000000000005421436443153700313340ustar00rootroot00000000000000eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=11 swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/META-INF/000077500000000000000000000000001436443153700235735ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/META-INF/MANIFEST.MF000066400000000000000000000007211436443153700252250ustar00rootroot00000000000000Manifest-Version: 1.0 Automatic-Module-Name: org.eclipse.swtchart.export.test Bundle-ManifestVersion: 2 Bundle-Name: Test Bundle-SymbolicName: org.eclipse.swtchart.export.test Bundle-Version: 0.14.0.qualifier Fragment-Host: org.eclipse.swtchart.export;bundle-version="0.14.0" Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-Vendor: Eclipse SWTChart Require-Bundle: org.junit;bundle-version="4.12.0", org.eclipse.swtchart.customcharts;bundle-version="0.14.0" swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/build.properties000066400000000000000000000001141436443153700256440ustar00rootroot00000000000000source.. = src/ output.. = bin/ bin.includes = META-INF/,\ . swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/pom.xml000066400000000000000000000007221436443153700237510ustar00rootroot00000000000000 4.0.0 org.eclipse.swtchart org.eclipse.swtchart.build 0.14.0 ../org.eclipse.swtchart.cbi/pom.xml org.eclipse.swtchart.export.test eclipse-test-plugin 0.14.0-SNAPSHOT swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/src/000077500000000000000000000000001436443153700232225ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/src/org/000077500000000000000000000000001436443153700240115ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/src/org/eclipse/000077500000000000000000000000001436443153700254355ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/src/org/eclipse/swtchart/000077500000000000000000000000001436443153700272745ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/src/org/eclipse/swtchart/export/000077500000000000000000000000001436443153700306155ustar00rootroot00000000000000SeriesConverter.java000066400000000000000000000072731436443153700345340ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/src/org/eclipse/swtchart/export/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.SeriesData; public class SeriesConverter { public static ISeriesData getSeriesXY(String file) { int size = getNumberOfLines(file); double[] xSeries = new double[size]; double[] ySeries = new double[size]; // BufferedReader bufferedReader = null; try { String line; int i = 0; bufferedReader = new BufferedReader(new InputStreamReader(new FileInputStream(file))); while((line = bufferedReader.readLine()) != null) { if(!line.startsWith("#")) { String[] values = line.split("\t"); xSeries[i] = Double.parseDouble(values[0].trim()); ySeries[i] = Double.parseDouble(values[1].trim()); i++; } } } catch(Exception e) { // } finally { if(bufferedReader != null) { try { bufferedReader.close(); } catch(IOException e) { // } } } // ISeriesData seriesData = new SeriesData(xSeries, ySeries, file); return seriesData; } public static ISeriesData getSeriesFromY(String fileName) { int size = getNumberOfLines(fileName); double[] ySeries = new double[size]; // BufferedReader bufferedReader = null; try { String line; int i = 0; bufferedReader = new BufferedReader(new InputStreamReader(new FileInputStream(fileName))); while((line = bufferedReader.readLine()) != null) { ySeries[i++] = Double.parseDouble(line.trim()); } } catch(Exception e) { // } finally { if(bufferedReader != null) { try { bufferedReader.close(); } catch(IOException e) { // } } } // ISeriesData seriesData = new SeriesData(ySeries, fileName); return seriesData; } public static List getSeriesScatter(String fileName) { List scatterSeriesList = new ArrayList(); // BufferedReader bufferedReader = null; try { String line; bufferedReader = new BufferedReader(new InputStreamReader(new FileInputStream(fileName))); while((line = bufferedReader.readLine()) != null) { String[] values = line.split("\t"); String id = values[0].trim(); double[] xSeries = new double[]{Double.parseDouble(values[1].trim())}; double[] ySeries = new double[]{Double.parseDouble(values[2].trim())}; ISeriesData seriesData = new SeriesData(xSeries, ySeries, id); scatterSeriesList.add(seriesData); } } catch(Exception e) { // } finally { if(bufferedReader != null) { try { bufferedReader.close(); } catch(IOException e) { // } } } return scatterSeriesList; } private static int getNumberOfLines(String file) { int i = 0; BufferedReader bufferedReader = null; try { bufferedReader = new BufferedReader(new InputStreamReader(new FileInputStream(file))); while((bufferedReader.readLine()) != null) { i++; } } catch(Exception e) { // } finally { if(bufferedReader != null) { try { bufferedReader.close(); } catch(IOException e) { // } } } return i; } } TestPathHelper.java000066400000000000000000000017761436443153700343100ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/src/org/eclipse/swtchart/export/******************************************************************************* * Copyright (c) 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * Contributors: * * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export; /** * THIS CLASS IS NOT SUITED FOR PRODUCTIVE USE!
* IT IS A TESTCLASS! */ public class TestPathHelper extends PathResolver { /* * IMPORT */ public static final String TESTFILE_LINE_SERIES_1 = "testData/files/import/LineSeries1"; public static final String TESTFILE_BAR_SERIES_1 = "testData/files/import/BarSeries1"; public static final String TESTFILE_SCATTER_SERIES_1 = "testData/files/import/ScatterSeries1"; /* * EXPORT */ public static final String TESTFOLDER_EXPORT = "testData/files/export"; } swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/src/org/eclipse/swtchart/export/menu/000077500000000000000000000000001436443153700315615ustar00rootroot00000000000000ImageFactory_1_UITest.java000066400000000000000000000064221436443153700364000ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/src/org/eclipse/swtchart/export/menu/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.menu; import java.io.File; import java.util.ArrayList; import java.util.List; import org.eclipse.swt.SWT; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.export.SeriesConverter; import org.eclipse.swtchart.export.TestPathHelper; import org.eclipse.swtchart.export.images.ImageFactory; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; import junit.framework.TestCase; public class ImageFactory_1_UITest extends TestCase { @Override protected void setUp() throws Exception { super.setUp(); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertTrue("UI tests can't be executed on a headless build server.", true); } public void test2() { try { /* * Create the factory. */ ImageFactory imageFactory = new ImageFactory(ChromatogramChart.class, 800, 600); /* * Modify the chart. */ ChromatogramChart chromatogramChart = imageFactory.getChart(); chromatogramChart.setBackground(chromatogramChart.getBaseChart().getDisplay().getSystemColor(SWT.COLOR_WHITE)); List lineSeriesDataList = new ArrayList(); // ISeriesData seriesData = SeriesConverter.getSeriesXY(TestPathHelper.getAbsolutePath(TestPathHelper.TESTFILE_LINE_SERIES_1)); ILineSeriesData lineSeriesData = new LineSeriesData(seriesData); ILineSeriesSettings lineSerieSettings = lineSeriesData.getSettings(); lineSerieSettings.setEnableArea(true); lineSeriesDataList.add(lineSeriesData); chromatogramChart.addSeriesData(lineSeriesDataList); /* * Export the images. */ String exportFolder = TestPathHelper.getAbsolutePath(TestPathHelper.TESTFOLDER_EXPORT); String prefix = "LineSeries1"; // String png = exportFolder + File.separator + prefix + ".png"; imageFactory.saveImage(png, SWT.IMAGE_PNG); File filePng = new File(png); assertTrue(filePng.exists()); filePng.delete(); // String jpg = exportFolder + File.separator + prefix + ".jpg"; imageFactory.saveImage(jpg, SWT.IMAGE_JPEG); File fileJpg = new File(jpg); assertTrue(fileJpg.exists()); fileJpg.delete(); // String bmp = exportFolder + File.separator + prefix + ".bmp"; imageFactory.saveImage(bmp, SWT.IMAGE_BMP); File fileBmp = new File(bmp); assertTrue(fileBmp.exists()); fileBmp.delete(); // imageFactory.closeShell(); // } catch(InstantiationException e) { e.printStackTrace(); } catch(IllegalAccessException e) { e.printStackTrace(); } } } ImageFactory_2_UITest.java000066400000000000000000000063761436443153700364110ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/src/org/eclipse/swtchart/export/menu/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.menu; import java.io.File; import java.util.ArrayList; import java.util.List; import org.eclipse.swt.SWT; import org.eclipse.swtchart.customcharts.core.MassSpectrumChart; import org.eclipse.swtchart.export.SeriesConverter; import org.eclipse.swtchart.export.TestPathHelper; import org.eclipse.swtchart.export.images.ImageFactory; import org.eclipse.swtchart.extensions.barcharts.BarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import junit.framework.TestCase; public class ImageFactory_2_UITest extends TestCase { @Override protected void setUp() throws Exception { super.setUp(); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertTrue("UI tests can't be executed on a headless build server.", true); } public void test2() { try { /* * Create the factory. */ ImageFactory imageFactory = new ImageFactory(MassSpectrumChart.class, 800, 600); /* * Modify the chart. */ MassSpectrumChart massSpectrumChart = imageFactory.getChart(); massSpectrumChart.setBackground(massSpectrumChart.getBaseChart().getDisplay().getSystemColor(SWT.COLOR_WHITE)); List barSeriesDataList = new ArrayList(); ISeriesData seriesData = SeriesConverter.getSeriesXY(TestPathHelper.getAbsolutePath(TestPathHelper.TESTFILE_BAR_SERIES_1)); // IBarSeriesData barSeriesData = new BarSeriesData(seriesData); IBarSeriesSettings barSeriesSettings = barSeriesData.getSettings(); barSeriesSettings.setDescription(""); barSeriesDataList.add(barSeriesData); massSpectrumChart.addSeriesData(barSeriesDataList); /* * Export the images. */ String exportFolder = TestPathHelper.getAbsolutePath(TestPathHelper.TESTFOLDER_EXPORT); String prefix = "BarSeries1"; // String png = exportFolder + File.separator + prefix + ".png"; imageFactory.saveImage(png, SWT.IMAGE_PNG); File filePng = new File(png); assertTrue(filePng.exists()); filePng.delete(); // String jpg = exportFolder + File.separator + prefix + ".jpg"; imageFactory.saveImage(jpg, SWT.IMAGE_JPEG); File fileJpg = new File(jpg); assertTrue(fileJpg.exists()); fileJpg.delete(); // String bmp = exportFolder + File.separator + prefix + ".bmp"; imageFactory.saveImage(bmp, SWT.IMAGE_BMP); File fileBmp = new File(bmp); assertTrue(fileBmp.exists()); fileBmp.delete(); // imageFactory.closeShell(); // } catch(InstantiationException e) { e.printStackTrace(); } catch(IllegalAccessException e) { e.printStackTrace(); } } } ImageFactory_3_UITest.java000066400000000000000000000111571436443153700364030ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/src/org/eclipse/swtchart/export/menu/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.menu; import java.io.File; import java.util.ArrayList; import java.util.List; import org.eclipse.swt.SWT; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.customcharts.core.PCAChart; import org.eclipse.swtchart.export.SeriesConverter; import org.eclipse.swtchart.export.TestPathHelper; import org.eclipse.swtchart.export.images.ImageFactory; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesData; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesSettings; import org.eclipse.swtchart.extensions.scattercharts.ScatterSeriesData; import junit.framework.TestCase; public class ImageFactory_3_UITest extends TestCase { private int SYMBOL_SIZE = 8; @Override protected void setUp() throws Exception { super.setUp(); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertTrue("UI tests can't be executed on a headless build server.", true); } public void test2() { try { /* * Create the factory. */ ImageFactory imageFactory = new ImageFactory(PCAChart.class, 800, 600); /* * Modify the chart. */ PCAChart pcaChart = imageFactory.getChart(); BaseChart baseChart = pcaChart.getBaseChart(); pcaChart.setBackground(baseChart.getDisplay().getSystemColor(SWT.COLOR_WHITE)); List scatterSeriesList = SeriesConverter.getSeriesScatter(TestPathHelper.getAbsolutePath(TestPathHelper.TESTFILE_SCATTER_SERIES_1)); List scatterSeriesDataList = new ArrayList(); // for(ISeriesData seriesData : scatterSeriesList) { IScatterSeriesData scatterSeriesData = new ScatterSeriesData(seriesData); IScatterSeriesSettings scatterSeriesSettings = scatterSeriesData.getSettings(); /* * Set the color and symbol type. */ double x = seriesData.getXSeries()[0]; double y = seriesData.getYSeries()[0]; scatterSeriesSettings.setSymbolSize(SYMBOL_SIZE); // if(x > 0 && y > 0) { scatterSeriesSettings.setSymbolColor(baseChart.getDisplay().getSystemColor(SWT.COLOR_RED)); scatterSeriesSettings.setSymbolType(PlotSymbolType.SQUARE); } else if(x > 0 && y < 0) { scatterSeriesSettings.setSymbolColor(baseChart.getDisplay().getSystemColor(SWT.COLOR_BLUE)); scatterSeriesSettings.setSymbolType(PlotSymbolType.TRIANGLE); } else if(x < 0 && y > 0) { scatterSeriesSettings.setSymbolColor(baseChart.getDisplay().getSystemColor(SWT.COLOR_MAGENTA)); scatterSeriesSettings.setSymbolType(PlotSymbolType.DIAMOND); } else if(x < 0 && y < 0) { scatterSeriesSettings.setSymbolColor(baseChart.getDisplay().getSystemColor(SWT.COLOR_CYAN)); scatterSeriesSettings.setSymbolType(PlotSymbolType.INVERTED_TRIANGLE); } else { scatterSeriesSettings.setSymbolColor(baseChart.getDisplay().getSystemColor(SWT.COLOR_GRAY)); scatterSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); } // scatterSeriesDataList.add(scatterSeriesData); } pcaChart.addSeriesData(scatterSeriesDataList); /* * Export the images. */ String exportFolder = TestPathHelper.getAbsolutePath(TestPathHelper.TESTFOLDER_EXPORT); String prefix = "ScatterSeries1"; // String png = exportFolder + File.separator + prefix + ".png"; imageFactory.saveImage(png, SWT.IMAGE_PNG); File filePng = new File(png); assertTrue(filePng.exists()); filePng.delete(); // String jpg = exportFolder + File.separator + prefix + ".jpg"; imageFactory.saveImage(jpg, SWT.IMAGE_JPEG); File fileJpg = new File(jpg); assertTrue(fileJpg.exists()); fileJpg.delete(); // String bmp = exportFolder + File.separator + prefix + ".bmp"; imageFactory.saveImage(bmp, SWT.IMAGE_BMP); File fileBmp = new File(bmp); assertTrue(fileBmp.exists()); fileBmp.delete(); // imageFactory.closeShell(); // } catch(InstantiationException e) { e.printStackTrace(); } catch(IllegalAccessException e) { e.printStackTrace(); } } } swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/testData/000077500000000000000000000000001436443153700242045ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/testData/files/000077500000000000000000000000001436443153700253065ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/testData/files/export/000077500000000000000000000000001436443153700266275ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/testData/files/export/.gitignore000066400000000000000000000000401436443153700306110ustar00rootroot00000000000000*.png *.jpg *.jpeg *.bmp *.tiff swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/testData/files/export/INFO.txt000066400000000000000000000002221436443153700301170ustar00rootroot00000000000000GIT needs at least one file in this directory to track it, otherwise Eclipse gives a compile error at checkout. Remove it, if not needed anymore. swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/testData/files/import/000077500000000000000000000000001436443153700266205ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/testData/files/import/BarSeries1000066400000000000000000000012521436443153700305030ustar00rootroot0000000000000016.0 40 17.0 13 18.0 61 20.0 2 25.0 2 26.0 11 29.3 36 34.0 3 36.0 4 37.0 36 38.0 61 39.0 79 40.0 62 41.0 17 42.0 7 44.0 98 45.0 38 46.0 2 47.0 8 49.1 32 50.0 220 51.0 373 52.1 63 54.0 3 55.0 23 56.0 7 57.0 8 60.0 6 61.0 13 62.0 10 63.0 13 64.0 5 65.0 31 66.2 20 67.0 10 68.0 7 69.0 5 70.0 3 71.0 1 73.0 26 74.0 97 75.0 49 77.1 709 78.0 73 79.0 11 80.0 2 81.0 3 82.0 3 83.0 4 84.0 3 85.0 5 86.0 3 87.0 2 89.0 1 90.0 1 91.0 10 93.0 8 94.0 27 95.0 5 96.0 2 97.0 1 102.0 2 103.0 4 105.1 1000 106.2 81 107.0 7 118.0 2 119.0 6 122.1 843 123.0 62 124.0 8 133.0 6 134.0 4 135.0 1 137.0 3 149.0 3 150.0 2 191.0 1 swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/testData/files/import/LineSeries1000066400000000000000000004130351436443153700306740ustar00rootroot000000000000005948 11358.0 6659 11095.0 7370 11259.0 8082 11409.0 8793 11319.0 9505 12928.0 10216 18059.0 10927 18764.0 11639 18298.0 12350 18257.0 13062 18642.0 13773 18221.0 14484 17669.0 15196 17986.0 15907 18317.0 16618 17651.0 17330 17616.0 18041 17149.0 18753 17513.0 19464 17804.0 20175 18314.0 20887 17442.0 21598 17704.0 22309 17944.0 23021 17200.0 23732 18027.0 24444 17692.0 25155 18234.0 25866 17971.0 26578 17371.0 27289 17764.0 28001 17956.0 28712 18360.0 29423 17624.0 30135 17524.0 30846 17769.0 31557 17620.0 32269 18641.0 32980 17715.0 33692 17957.0 34403 18196.0 35114 18659.0 35826 18434.0 36537 17778.0 37249 17504.0 37960 18464.0 38671 18674.0 39383 17533.0 40094 17238.0 40805 18086.0 41517 17928.0 42228 17175.0 42940 17245.0 43651 17280.0 44362 17630.0 45074 17492.0 45785 17765.0 46496 17544.0 47208 17536.0 47919 18179.0 48631 18140.0 49342 17907.0 50053 18027.0 50765 17546.0 51476 17388.0 52188 18547.0 52899 17679.0 53610 17899.0 54322 17662.0 55033 17837.0 55744 17407.0 56456 17652.0 57167 17703.0 57879 17422.0 58590 18499.0 59301 17591.0 60013 17633.0 60724 17079.0 61435 17309.0 62147 17606.0 62858 17677.0 63570 17319.0 64281 17423.0 64992 17603.0 65704 17801.0 66415 17632.0 67127 17546.0 67838 19791.0 68549 20177.0 69261 19484.0 69972 19376.0 70683 19033.0 71395 18392.0 72106 18365.0 72818 18673.0 73529 18560.0 74240 18180.0 74952 18554.0 75663 18142.0 76375 18059.0 77086 18031.0 77797 17763.0 78509 17713.0 79220 17514.0 79931 17777.0 80643 17759.0 81354 18068.0 82066 18128.0 82777 17634.0 83488 17622.0 84200 17633.0 84911 17366.0 85622 17616.0 86334 17923.0 87045 18069.0 87757 18235.0 88468 18561.0 89179 18005.0 89891 17575.0 90602 17554.0 91314 16723.0 92025 18073.0 92736 17590.0 93448 17253.0 94159 17715.0 94870 17369.0 95582 17376.0 96293 17343.0 97005 17954.0 97716 17911.0 98427 17990.0 99139 17538.0 99850 18023.0 100562 17560.0 101273 17264.0 101984 17766.0 102696 17710.0 103407 17154.0 104118 17183.0 104830 17050.0 105541 17096.0 106253 17703.0 106964 17625.0 107675 16548.0 108387 17812.0 109098 17411.0 109809 17527.0 110521 16858.0 111232 17511.0 111944 17279.0 112655 16971.0 113366 17230.0 114078 17166.0 114789 17408.0 115501 17555.0 116212 16788.0 116923 16985.0 117635 16953.0 118346 17959.0 119057 16885.0 119769 17786.0 120480 17161.0 121192 17313.0 121903 17024.0 122614 16999.0 123326 16596.0 124037 17636.0 124749 16513.0 125460 17650.0 126171 17132.0 126883 16745.0 127594 17183.0 128305 17854.0 129017 17122.0 129728 17608.0 130440 16392.0 131151 17238.0 131862 16609.0 132574 17050.0 133285 16893.0 133996 17088.0 134708 17039.0 135419 16997.0 136131 17534.0 136842 16825.0 137553 17442.0 138265 17485.0 138976 17078.0 139688 16915.0 140399 16810.0 141110 17440.0 141822 17385.0 142533 17075.0 143244 17624.0 143956 16535.0 144667 16403.0 145379 16997.0 146090 17106.0 146801 16623.0 147513 16419.0 148224 17836.0 148936 17466.0 149647 17480.0 150358 17106.0 151070 16979.0 151781 16964.0 152492 17316.0 153204 17214.0 153915 16231.0 154627 14515.0 155338 13809.0 156049 13706.0 156761 13155.0 157472 13384.0 158183 13100.0 158895 13248.0 159606 12880.0 160318 12808.0 161029 12681.0 161740 12534.0 162452 12528.0 163163 12482.0 163875 12499.0 164586 12681.0 165297 12644.0 166009 12009.0 166720 12545.0 167431 12478.0 168143 12528.0 168854 12453.0 169566 12370.0 170277 12290.0 170988 12408.0 171700 12231.0 172411 12554.0 173123 12657.0 173834 11746.0 174545 12489.0 175257 12429.0 175968 12470.0 176679 12488.0 177391 12219.0 178102 11907.0 178814 12250.0 179525 12937.0 180236 12250.0 180948 12276.0 181659 12413.0 182370 12291.0 183082 12722.0 183793 12295.0 184505 13019.0 185216 12659.0 185927 12421.0 186639 12402.0 187350 12660.0 188062 12396.0 188773 12565.0 189484 12009.0 190196 11791.0 190907 12090.0 191618 11818.0 192330 12320.0 193041 12340.0 193753 12029.0 194464 12230.0 195175 12615.0 195887 12345.0 196598 12391.0 197310 12325.0 198021 12225.0 198732 12032.0 199444 12368.0 200155 12181.0 200866 12509.0 201578 12216.0 202289 12244.0 203001 12078.0 203712 12133.0 204423 12379.0 205135 12436.0 205846 12474.0 206557 16666.0 207269 42433.0 207980 184573.0 208692 604804.0 209403 1172479.0 210114 1541937.0 210826 1663860.0 211537 1677887.0 212249 1639221.0 212960 1532937.0 213671 1358641.0 214383 1191574.0 215094 1045740.0 215805 873065.0 216517 724812.0 217228 613141.0 217940 530117.0 218651 445384.0 219362 354065.0 220074 267657.0 220785 204784.0 221497 206912.0 222208 325648.0 222919 491843.0 223631 653029.0 224342 757186.0 225053 783120.0 225765 759811.0 226476 706641.0 227188 649526.0 227899 593191.0 228610 519132.0 229322 445620.0 230033 378511.0 230744 326621.0 231456 288696.0 232167 308341.0 232879 359706.0 233590 333613.0 234301 300872.0 235013 287439.0 235724 266513.0 236436 231719.0 237147 197435.0 237858 167053.0 238570 146989.0 239281 133912.0 239992 124607.0 240704 118072.0 241415 112747.0 242127 105911.0 242838 97361.0 243549 90659.0 244261 90514.0 244972 106412.0 245683 123336.0 246395 127132.0 247106 122785.0 247818 119773.0 248529 117162.0 249240 112937.0 249952 102791.0 250663 90749.0 251375 79922.0 252086 74199.0 252797 70304.0 253509 66861.0 254220 63635.0 254931 59505.0 255643 57620.0 256354 54967.0 257066 52160.0 257777 50906.0 258488 49250.0 259200 48092.0 259911 48445.0 260623 49901.0 261334 52341.0 262045 55207.0 262757 56424.0 263468 61193.0 264179 87348.0 264891 118847.0 265602 132004.0 266314 133947.0 267025 128629.0 267736 123145.0 268448 112581.0 269159 103856.0 269870 95675.0 270582 86589.0 271293 78219.0 272005 74742.0 272716 70913.0 273427 71203.0 274139 69134.0 274850 62266.0 275562 59165.0 276273 88266.0 276984 245920.0 277696 385132.0 278407 406518.0 279118 388283.0 279830 380165.0 280541 362733.0 281253 314296.0 281964 239007.0 282675 171104.0 283387 121246.0 284098 88339.0 284810 70305.0 285521 58214.0 286232 52376.0 286944 48352.0 287655 44669.0 288366 42092.0 289078 42165.0 289789 39646.0 290501 39159.0 291212 37421.0 291923 35843.0 292635 35647.0 293346 35187.0 294057 35428.0 294769 35440.0 295480 37910.0 296192 39009.0 296903 37853.0 297614 38366.0 298326 37796.0 299037 37956.0 299749 36168.0 300460 35130.0 301171 34202.0 301883 32499.0 302594 33240.0 303305 31865.0 304017 31084.0 304728 32131.0 305440 31787.0 306151 31774.0 306862 30902.0 307574 31116.0 308285 30581.0 308997 30509.0 309708 30321.0 310419 30667.0 311131 33735.0 311842 35908.0 312553 36484.0 313265 38047.0 313976 37403.0 314688 39057.0 315399 40044.0 316110 39856.0 316822 37299.0 317533 35321.0 318244 34012.0 318956 32967.0 319667 31216.0 320379 30552.0 321090 29305.0 321801 27712.0 322513 27217.0 323224 26597.0 323936 26678.0 324647 26143.0 325358 26855.0 326070 28487.0 326781 28676.0 327492 27777.0 328204 27527.0 328915 28287.0 329627 27452.0 330338 27217.0 331049 26633.0 331761 27123.0 332472 29818.0 333184 33278.0 333895 36503.0 334606 39542.0 335318 40682.0 336029 41797.0 336740 40919.0 337452 39522.0 338163 37073.0 338875 35298.0 339586 31957.0 340297 29906.0 341009 28668.0 341720 27457.0 342431 29442.0 343143 32147.0 343854 34791.0 344566 35706.0 345277 37127.0 345988 35333.0 346700 34401.0 347411 32597.0 348123 31004.0 348834 28726.0 349545 29086.0 350257 35393.0 350968 42089.0 351679 46557.0 352391 51791.0 353102 61317.0 353814 73726.0 354525 96262.0 355236 112924.0 355948 113359.0 356659 107634.0 357371 100128.0 358082 92952.0 358793 83415.0 359505 69986.0 360216 58137.0 360927 49519.0 361639 43422.0 362350 38906.0 363062 34666.0 363773 32100.0 364484 30062.0 365196 28064.0 365907 27127.0 366618 26280.0 367330 26127.0 368041 25464.0 368753 25646.0 369464 25397.0 370175 25085.0 370887 25640.0 371598 24960.0 372310 24888.0 373021 24223.0 373732 23911.0 374444 23924.0 375155 23975.0 375866 24206.0 376578 23643.0 377289 23106.0 378001 22987.0 378712 23484.0 379423 35623.0 380135 69935.0 380846 95419.0 381558 99703.0 382269 101319.0 382980 99403.0 383692 93267.0 384403 78767.0 385114 62474.0 385826 52070.0 386537 42975.0 387249 39270.0 387960 35111.0 388671 32432.0 389383 31926.0 390094 30519.0 390805 30524.0 391517 29593.0 392228 28236.0 392940 27393.0 393651 28132.0 394362 26422.0 395074 26376.0 395785 25509.0 396497 24469.0 397208 24747.0 397919 23743.0 398631 23989.0 399342 23043.0 400053 23023.0 400765 23597.0 401476 23184.0 402188 21997.0 402899 22307.0 403610 22710.0 404322 23018.0 405033 22445.0 405745 20963.0 406456 22032.0 407167 21912.0 407879 22973.0 408590 22105.0 409301 21554.0 410013 23263.0 410724 22771.0 411436 21184.0 412147 20930.0 412858 21126.0 413570 21492.0 414281 21420.0 414992 20311.0 415704 20031.0 416415 20830.0 417127 20116.0 417838 19928.0 418549 19811.0 419261 20113.0 419972 20298.0 420684 20413.0 421395 31747.0 422106 105122.0 422818 234104.0 423529 384677.0 424240 527283.0 424952 661055.0 425663 790782.0 426375 911499.0 427086 1023016.0 427797 1080023.0 428509 859334.0 429220 240793.0 429932 116631.0 430643 84766.0 431354 70419.0 432066 61497.0 432777 54622.0 433488 50823.0 434200 46220.0 434911 44147.0 435623 42078.0 436334 39863.0 437045 37594.0 437757 39517.0 438468 38820.0 439179 37826.0 439891 36446.0 440602 36440.0 441314 35288.0 442025 33521.0 442736 34253.0 443448 33089.0 444159 37708.0 444871 39386.0 445582 38749.0 446293 38577.0 447005 37833.0 447716 36388.0 448427 35619.0 449139 34576.0 449850 32705.0 450562 32090.0 451273 32417.0 451984 31320.0 452696 30942.0 453407 30261.0 454119 30147.0 454830 29143.0 455541 28908.0 456253 28382.0 456964 27647.0 457675 28088.0 458387 28232.0 459098 27675.0 459810 27043.0 460521 26876.0 461232 27606.0 461944 26268.0 462655 26953.0 463366 26581.0 464078 28049.0 464789 30010.0 465501 30602.0 466212 29687.0 466923 30013.0 467635 28511.0 468346 27563.0 469058 27492.0 469769 27587.0 470480 28951.0 471192 38673.0 471903 53502.0 472614 60723.0 473326 63874.0 474037 65113.0 474749 68758.0 475460 65361.0 476171 57715.0 476883 51669.0 477594 47306.0 478305 41238.0 479017 35982.0 479728 33306.0 480440 28817.0 481151 28231.0 481862 30447.0 482574 35859.0 483285 39928.0 483997 41654.0 484708 40869.0 485419 40069.0 486131 41170.0 486842 41405.0 487553 37664.0 488265 37787.0 488976 35448.0 489688 32890.0 490399 33142.0 491110 848287.0 491822 1125945.0 492533 1061967.0 493245 769973.0 493956 546015.0 494667 407015.0 495379 322304.0 496090 264533.0 496801 218772.0 497513 185161.0 498224 158103.0 498936 138412.0 499647 120488.0 500358 107479.0 501070 95984.0 501781 87645.0 502492 79451.0 503204 76428.0 503915 71416.0 504627 64873.0 505338 61885.0 506049 56579.0 506761 54140.0 507472 51237.0 508184 49480.0 508895 46526.0 509606 43615.0 510318 41185.0 511029 40274.0 511740 39591.0 512452 38148.0 513163 38824.0 513875 38599.0 514586 39065.0 515297 37947.0 516009 36673.0 516720 35012.0 517432 32644.0 518143 32014.0 518854 31345.0 519566 29147.0 520277 30092.0 520988 29585.0 521700 28576.0 522411 27744.0 523123 28369.0 523834 27695.0 524545 28272.0 525257 27037.0 525968 26014.0 526679 26469.0 527391 26339.0 528102 25749.0 528814 25680.0 529525 25352.0 530236 26341.0 530948 25797.0 531659 26417.0 532371 28871.0 533082 31935.0 533793 34866.0 534505 36415.0 535216 34747.0 535927 32000.0 536639 30121.0 537350 27005.0 538062 27220.0 538773 25049.0 539484 25612.0 540196 25036.0 540907 25153.0 541619 24419.0 542330 25553.0 543041 25113.0 543753 25141.0 544464 24355.0 545175 23308.0 545887 23066.0 546598 22722.0 547310 22689.0 548021 23756.0 548732 22971.0 549444 24573.0 550155 23806.0 550866 24988.0 551578 23870.0 552289 22399.0 553001 21706.0 553712 20884.0 554423 21194.0 555135 21573.0 555846 20865.0 556558 20843.0 557269 21129.0 557980 21957.0 558692 21833.0 559403 21624.0 560114 22009.0 560826 21254.0 561537 21499.0 562249 21498.0 562960 20992.0 563671 20895.0 564383 20742.0 565094 20285.0 565806 20386.0 566517 20932.0 567228 19219.0 567940 19964.0 568651 19602.0 569362 20759.0 570074 20291.0 570785 19701.0 571497 19887.0 572208 19662.0 572919 20024.0 573631 20471.0 574342 21538.0 575053 31594.0 575765 48053.0 576476 59212.0 577188 62714.0 577899 60666.0 578610 54901.0 579322 61524.0 580033 122317.0 580745 241895.0 581456 373982.0 582167 472444.0 582879 503475.0 583590 377553.0 584301 190640.0 585013 99154.0 585724 64101.0 586436 47503.0 587147 39762.0 587858 34392.0 588570 32472.0 589281 29605.0 589993 28209.0 590704 26762.0 591415 26868.0 592127 25042.0 592838 25421.0 593549 24225.0 594261 23322.0 594972 24467.0 595684 25691.0 596395 27565.0 597106 28284.0 597818 29185.0 598529 30313.0 599240 27872.0 599952 26722.0 600663 25692.0 601375 24485.0 602086 22642.0 602797 22806.0 603509 22519.0 604220 21857.0 604932 21397.0 605643 21380.0 606354 21688.0 607066 21299.0 607777 20880.0 608488 20694.0 609200 20767.0 609911 20304.0 610623 19912.0 611334 21049.0 612045 19574.0 612757 19874.0 613468 20160.0 614180 19826.0 614891 19498.0 615602 19687.0 616314 20276.0 617025 21288.0 617736 23512.0 618448 24775.0 619159 24216.0 619871 23110.0 620582 22381.0 621293 22089.0 622005 20748.0 622716 20605.0 623427 19928.0 624139 19721.0 624850 19224.0 625562 19318.0 626273 19350.0 626984 19980.0 627696 19579.0 628407 19773.0 629119 19494.0 629830 19287.0 630541 18564.0 631253 19024.0 631964 19323.0 632675 18857.0 633387 19412.0 634098 19390.0 634810 18781.0 635521 18741.0 636232 18642.0 636944 18999.0 637655 19125.0 638367 18764.0 639078 17816.0 639789 17511.0 640501 18385.0 641212 18309.0 641923 19215.0 642635 18454.0 643346 18290.0 644058 18476.0 644769 17866.0 645480 18879.0 646192 18575.0 646903 18671.0 647614 19500.0 648326 19525.0 649037 18923.0 649749 19065.0 650460 19800.0 651171 20062.0 651883 20534.0 652594 19493.0 653306 19162.0 654017 20266.0 654728 28276.0 655440 45605.0 656151 60323.0 656862 64327.0 657574 55613.0 658285 43767.0 658997 33735.0 659708 28091.0 660419 24144.0 661131 21843.0 661842 21288.0 662553 22103.0 663265 23483.0 663976 27354.0 664688 30542.0 665399 32731.0 666110 32325.0 666822 30405.0 667533 27721.0 668245 26585.0 668956 24145.0 669667 22600.0 670379 21606.0 671090 20657.0 671801 22474.0 672513 23720.0 673224 24461.0 673936 24250.0 674647 23493.0 675358 22869.0 676070 22238.0 676781 21307.0 677493 21937.0 678204 21872.0 678915 22515.0 679627 21951.0 680338 21838.0 681049 22328.0 681761 21396.0 682472 20704.0 683184 19717.0 683895 19567.0 684606 18985.0 685318 20657.0 686029 23805.0 686740 28480.0 687452 29589.0 688163 28867.0 688875 25858.0 689586 23038.0 690297 20744.0 691009 19539.0 691720 19120.0 692432 18458.0 693143 17880.0 693854 17828.0 694566 17277.0 695277 17294.0 695988 17064.0 696700 18103.0 697411 17376.0 698123 17243.0 698834 18347.0 699545 21954.0 700257 24456.0 700968 25608.0 701680 24629.0 702391 22502.0 703102 20651.0 703814 19151.0 704525 18521.0 705236 18355.0 705948 18689.0 706659 19491.0 707371 19485.0 708082 20246.0 708793 20858.0 709505 20427.0 710216 20398.0 710927 19854.0 711639 19154.0 712350 18524.0 713062 17966.0 713773 17487.0 714484 17375.0 715196 17730.0 715907 17340.0 716619 16578.0 717330 17033.0 718041 17342.0 718753 17857.0 719464 18585.0 720175 19067.0 720887 19782.0 721598 19699.0 722310 19371.0 723021 18218.0 723732 18380.0 724444 18087.0 725155 17486.0 725867 17449.0 726578 17194.0 727289 17028.0 728001 17290.0 728712 17186.0 729423 17455.0 730135 18116.0 730846 17272.0 731558 18065.0 732269 17743.0 732980 18525.0 733692 17861.0 734403 17078.0 735114 16963.0 735826 16547.0 736537 16830.0 737249 17114.0 737960 17129.0 738671 17295.0 739383 17155.0 740094 19537.0 740806 24784.0 741517 30374.0 742228 31786.0 742940 31624.0 743651 33171.0 744362 30278.0 745074 27680.0 745785 25915.0 746497 24534.0 747208 23300.0 747919 23008.0 748631 22231.0 749342 21661.0 750054 21137.0 750765 20902.0 751476 20446.0 752188 20172.0 752899 20779.0 753610 20244.0 754322 19828.0 755033 18878.0 755745 19471.0 756456 19035.0 757167 18166.0 757879 17940.0 758590 17982.0 759301 18311.0 760013 17588.0 760724 17830.0 761436 17751.0 762147 17672.0 762858 17960.0 763570 17341.0 764281 17600.0 764993 17135.0 765704 17431.0 766415 18011.0 767127 17753.0 767838 18080.0 768549 18243.0 769261 17625.0 769972 17608.0 770684 18018.0 771395 18376.0 772106 17173.0 772818 17111.0 773529 17044.0 774241 17084.0 774952 16461.0 775663 17740.0 776375 17424.0 777086 17766.0 777797 17605.0 778509 18591.0 779220 17736.0 779932 17251.0 780643 17483.0 781354 17227.0 782066 16365.0 782777 15924.0 783488 16918.0 784200 16855.0 784911 16333.0 785623 16092.0 786334 15739.0 787045 16080.0 787757 16083.0 788468 16521.0 789180 17096.0 789891 19774.0 790602 22380.0 791314 25070.0 792025 28151.0 792736 39080.0 793448 56272.0 794159 61139.0 794871 51884.0 795582 42134.0 796293 33472.0 797005 27024.0 797716 22977.0 798428 22122.0 799139 20593.0 799850 19734.0 800562 19064.0 801273 19327.0 801984 18219.0 802696 18245.0 803407 17764.0 804119 17399.0 804830 17260.0 805541 17466.0 806253 17870.0 806964 17903.0 807675 17684.0 808387 18082.0 809098 18403.0 809810 18810.0 810521 18130.0 811232 18484.0 811944 17863.0 812655 18142.0 813367 17293.0 814078 17029.0 814789 16856.0 815501 16595.0 816212 16383.0 816923 16044.0 817635 16577.0 818346 16582.0 819058 16068.0 819769 16315.0 820480 17404.0 821192 16845.0 821903 16113.0 822615 17584.0 823326 17179.0 824037 17841.0 824749 16745.0 825460 17986.0 826171 18690.0 826883 23904.0 827594 31334.0 828306 41552.0 829017 49114.0 829728 48964.0 830440 41101.0 831151 34454.0 831862 29851.0 832574 27019.0 833285 25159.0 833997 24020.0 834708 24160.0 835419 23805.0 836131 24629.0 836842 26721.0 837554 26184.0 838265 25919.0 838976 24281.0 839688 21707.0 840399 21343.0 841110 20227.0 841822 19920.0 842533 19488.0 843245 19257.0 843956 19207.0 844667 19478.0 845379 19772.0 846090 19121.0 846802 18764.0 847513 18491.0 848224 17834.0 848936 18120.0 849647 17965.0 850358 20298.0 851070 26498.0 851781 36716.0 852493 44218.0 853204 43846.0 853915 37922.0 854627 30973.0 855338 24845.0 856049 22065.0 856761 20692.0 857472 20284.0 858184 18915.0 858895 18063.0 859606 18529.0 860318 17633.0 861029 18856.0 861741 18799.0 862452 19471.0 863163 22463.0 863875 38700.0 864586 94119.0 865297 191473.0 866009 316021.0 866720 428935.0 867432 466317.0 868143 300773.0 868854 128107.0 869566 62577.0 870277 42933.0 870988 34114.0 871700 29982.0 872411 27215.0 873123 25678.0 873834 23897.0 874545 22992.0 875257 22445.0 875968 21545.0 876680 21711.0 877391 21063.0 878102 20735.0 878814 21339.0 879525 22610.0 880236 24583.0 880948 25810.0 881659 26266.0 882371 25121.0 883082 23918.0 883793 22273.0 884505 21934.0 885216 21303.0 885928 20968.0 886639 20352.0 887350 19566.0 888062 19908.0 888773 18580.0 889484 18491.0 890196 18956.0 890907 18940.0 891619 18607.0 892330 18618.0 893041 18817.0 893753 18646.0 894464 19597.0 895175 18214.0 895887 17501.0 896598 17808.0 897310 19271.0 898021 29005.0 898732 57365.0 899444 98620.0 900155 126057.0 900867 116253.0 901578 82064.0 902289 51312.0 903001 42872.0 903712 64162.0 904423 101989.0 905135 122916.0 905846 106292.0 906558 73267.0 907269 49460.0 907980 37017.0 908692 29623.0 909403 26622.0 910115 25061.0 910826 22790.0 911537 22099.0 912249 21858.0 912960 21200.0 913671 20544.0 914383 20586.0 915094 20747.0 915806 20240.0 916517 19125.0 917228 19038.0 917940 19282.0 918651 18913.0 919362 20424.0 920074 20745.0 920785 22755.0 921497 23622.0 922208 22008.0 922919 21049.0 923631 19632.0 924342 19492.0 925054 19073.0 925765 18645.0 926476 19315.0 927188 18575.0 927899 18459.0 928610 18737.0 929322 19418.0 930033 20960.0 930745 21582.0 931456 21486.0 932167 20619.0 932879 18550.0 933590 19233.0 934302 18402.0 935013 18462.0 935724 17595.0 936436 17649.0 937147 16160.0 937858 16977.0 938570 16521.0 939281 17015.0 939993 16792.0 940704 15912.0 941415 16306.0 942127 17363.0 942838 24992.0 943549 39908.0 944261 55573.0 944972 56732.0 945684 46833.0 946395 36321.0 947106 28988.0 947818 25168.0 948529 23514.0 949241 24292.0 949952 28148.0 950663 30193.0 951375 29379.0 952086 27048.0 952797 23816.0 953509 23058.0 954220 20866.0 954932 19845.0 955643 20181.0 956354 19912.0 957066 21072.0 957777 23540.0 958489 26620.0 959200 32683.0 959911 38508.0 960623 38253.0 961334 35698.0 962045 32605.0 962757 27137.0 963468 23955.0 964180 20646.0 964891 19743.0 965602 19283.0 966314 19831.0 967025 19826.0 967736 18757.0 968448 18865.0 969159 18817.0 969871 20167.0 970582 18834.0 971293 18402.0 972005 18442.0 972716 17323.0 973428 17870.0 974139 18784.0 974850 19493.0 975562 19314.0 976273 19920.0 976984 19832.0 977696 22788.0 978407 23723.0 979119 24067.0 979830 21422.0 980541 20360.0 981253 19313.0 981964 17476.0 982676 17315.0 983387 17480.0 984098 16900.0 984810 17198.0 985521 16816.0 986232 17131.0 986944 17357.0 987655 17302.0 988367 16190.0 989078 17227.0 989789 16661.0 990501 16804.0 991212 16695.0 991923 16985.0 992635 16799.0 993346 16982.0 994058 16642.0 994769 17453.0 995480 18409.0 996192 20225.0 996903 22863.0 997615 27726.0 998326 45332.0 999037 96336.0 999749 178518.0 1000460 293881.0 1001171 426698.0 1001883 528910.0 1002594 441119.0 1003306 339683.0 1004017 370384.0 1004728 426256.0 1005440 354325.0 1006151 154155.0 1006863 60052.0 1007574 37742.0 1008285 30976.0 1008997 27151.0 1009708 25880.0 1010419 24126.0 1011131 22421.0 1011842 21352.0 1012554 21617.0 1013265 20450.0 1013976 20681.0 1014688 21530.0 1015399 23987.0 1016110 24431.0 1016822 23518.0 1017533 23108.0 1018245 22991.0 1018956 23859.0 1019667 23635.0 1020379 23618.0 1021090 21324.0 1021802 20896.0 1022513 19924.0 1023224 19484.0 1023936 19204.0 1024647 19024.0 1025358 17811.0 1026070 18194.0 1026781 18032.0 1027493 17838.0 1028204 17857.0 1028915 17994.0 1029627 18143.0 1030338 17491.0 1031050 16873.0 1031761 17217.0 1032472 16996.0 1033184 17798.0 1033895 21940.0 1034606 36283.0 1035318 62944.0 1036029 77515.0 1036741 69845.0 1037452 48224.0 1038163 34465.0 1038875 25967.0 1039586 22205.0 1040297 20355.0 1041009 19109.0 1041720 19062.0 1042432 23091.0 1043143 39952.0 1043854 96262.0 1044566 182895.0 1045277 234976.0 1045989 205946.0 1046700 125143.0 1047411 69463.0 1048123 43556.0 1048834 32659.0 1049545 26705.0 1050257 25087.0 1050968 23715.0 1051680 23937.0 1052391 25401.0 1053102 28514.0 1053814 28720.0 1054525 26816.0 1055237 24057.0 1055948 21380.0 1056659 20394.0 1057371 19624.0 1058082 19074.0 1058793 19352.0 1059505 18209.0 1060216 19905.0 1060928 18633.0 1061639 18553.0 1062350 19257.0 1063062 18460.0 1063773 18975.0 1064484 17634.0 1065196 18032.0 1065907 17906.0 1066619 16978.0 1067330 17675.0 1068041 17615.0 1068753 17656.0 1069464 17737.0 1070176 18205.0 1070887 17164.0 1071598 16926.0 1072310 16700.0 1073021 16903.0 1073732 16844.0 1074444 16123.0 1075155 17646.0 1075867 16451.0 1076578 16598.0 1077289 16688.0 1078001 17296.0 1078712 17334.0 1079423 17103.0 1080135 17645.0 1080846 16903.0 1081558 17092.0 1082269 15660.0 1082980 16418.0 1083692 15875.0 1084403 16206.0 1085115 16461.0 1085826 15466.0 1086537 16617.0 1087249 16301.0 1087960 18061.0 1088671 17344.0 1089383 17844.0 1090094 18239.0 1090806 17564.0 1091517 16980.0 1092228 17047.0 1092940 16706.0 1093651 16417.0 1094363 16385.0 1095074 15916.0 1095785 16138.0 1096497 15700.0 1097208 15606.0 1097919 16246.0 1098631 15390.0 1099342 16089.0 1100054 15939.0 1100765 18198.0 1101476 19616.0 1102188 22315.0 1102899 20491.0 1103610 20059.0 1104322 18892.0 1105033 18422.0 1105745 18459.0 1106456 18132.0 1107167 19000.0 1107879 17659.0 1108590 18386.0 1109302 18456.0 1110013 17511.0 1110724 17420.0 1111436 17079.0 1112147 16624.0 1112858 16449.0 1113570 15614.0 1114281 16177.0 1114993 16595.0 1115704 17755.0 1116415 17592.0 1117127 18664.0 1117838 18438.0 1118550 17836.0 1119261 17292.0 1119972 17070.0 1120684 16800.0 1121395 17676.0 1122106 18686.0 1122818 20858.0 1123529 22115.0 1124241 22222.0 1124952 20087.0 1125663 18739.0 1126375 17807.0 1127086 18403.0 1127797 17190.0 1128509 16998.0 1129220 16598.0 1129932 16742.0 1130643 16557.0 1131354 16065.0 1132066 15197.0 1132777 15817.0 1133489 16132.0 1134200 16376.0 1134911 16736.0 1135623 17822.0 1136334 17950.0 1137045 17897.0 1137757 17893.0 1138468 18974.0 1139180 18605.0 1139891 18288.0 1140602 18394.0 1141314 18245.0 1142025 17499.0 1142737 16843.0 1143448 16569.0 1144159 16027.0 1144871 16204.0 1145582 16051.0 1146293 16170.0 1147005 17656.0 1147716 18126.0 1148428 21241.0 1149139 21559.0 1149850 20859.0 1150562 18338.0 1151273 16732.0 1151984 16471.0 1152696 16573.0 1153407 16231.0 1154119 16289.0 1154830 16839.0 1155541 18362.0 1156253 18892.0 1156964 17434.0 1157676 17110.0 1158387 16909.0 1159098 15603.0 1159810 16711.0 1160521 16923.0 1161232 17093.0 1161944 16895.0 1162655 17381.0 1163367 18147.0 1164078 18157.0 1164789 18873.0 1165501 19965.0 1166212 19615.0 1166924 18616.0 1167635 23644.0 1168346 32838.0 1169058 41624.0 1169769 44624.0 1170480 34974.0 1171192 28559.0 1171903 22541.0 1172615 20265.0 1173326 17284.0 1174037 18347.0 1174749 20521.0 1175460 28354.0 1176171 43267.0 1176883 53913.0 1177594 51381.0 1178306 40240.0 1179017 29644.0 1179728 24587.0 1180440 21579.0 1181151 20322.0 1181863 19254.0 1182574 18683.0 1183285 18277.0 1183997 17800.0 1184708 18560.0 1185419 19032.0 1186131 19170.0 1186842 19050.0 1187554 19723.0 1188265 18624.0 1188976 19322.0 1189688 18889.0 1190399 18531.0 1191111 18579.0 1191822 18520.0 1192533 19061.0 1193245 19768.0 1193956 20021.0 1194667 19343.0 1195379 20041.0 1196090 17232.0 1196802 18099.0 1197513 17540.0 1198224 17162.0 1198936 16437.0 1199647 16991.0 1200358 17998.0 1201070 21767.0 1201781 32982.0 1202493 46427.0 1203204 48036.0 1203915 40717.0 1204627 28771.0 1205338 23704.0 1206050 20233.0 1206761 19792.0 1207472 21812.0 1208184 25575.0 1208895 28751.0 1209606 28515.0 1210318 25388.0 1211029 22065.0 1211741 19420.0 1212452 17665.0 1213163 17358.0 1213875 16993.0 1214586 17846.0 1215298 16610.0 1216009 17738.0 1216720 18516.0 1217432 19036.0 1218143 18124.0 1218854 17633.0 1219566 18296.0 1220277 17504.0 1220989 19041.0 1221700 20465.0 1222411 20736.0 1223123 20152.0 1223834 18071.0 1224545 16760.0 1225257 17093.0 1225968 17019.0 1226680 16569.0 1227391 17066.0 1228102 18573.0 1228814 23694.0 1229525 39680.0 1230237 61248.0 1230948 69552.0 1231659 58892.0 1232371 40759.0 1233082 28402.0 1233793 22582.0 1234505 20193.0 1235216 17509.0 1235928 17089.0 1236639 16579.0 1237350 17152.0 1238062 16660.0 1238773 17161.0 1239485 16730.0 1240196 16132.0 1240907 16360.0 1241619 15916.0 1242330 15865.0 1243041 16344.0 1243753 16064.0 1244464 16045.0 1245176 16054.0 1245887 16724.0 1246598 15928.0 1247310 16000.0 1248021 16482.0 1248732 16681.0 1249444 17797.0 1250155 19273.0 1250867 20357.0 1251578 20014.0 1252289 20176.0 1253001 20310.0 1253712 25826.0 1254424 36115.0 1255135 43594.0 1255846 40101.0 1256558 32623.0 1257269 26564.0 1257980 24790.0 1258692 26286.0 1259403 29606.0 1260115 31555.0 1260826 29861.0 1261537 24320.0 1262249 21125.0 1262960 18798.0 1263672 17986.0 1264383 17786.0 1265094 18686.0 1265806 17765.0 1266517 17323.0 1267228 17330.0 1267940 16597.0 1268651 16839.0 1269363 16792.0 1270074 17552.0 1270785 16759.0 1271497 17281.0 1272208 17108.0 1272919 16066.0 1273631 15963.0 1274342 15421.0 1275054 14647.0 1275765 15055.0 1276476 15119.0 1277188 15818.0 1277899 15824.0 1278611 16367.0 1279322 16353.0 1280033 17121.0 1280745 15522.0 1281456 16027.0 1282167 17070.0 1282879 17168.0 1283590 16177.0 1284302 16198.0 1285013 16591.0 1285724 14979.0 1286436 15052.0 1287147 14842.0 1287859 14759.0 1288570 16067.0 1289281 17663.0 1289993 22872.0 1290704 28977.0 1291415 43696.0 1292127 73331.0 1292838 112682.0 1293550 124574.0 1294261 98789.0 1294972 61062.0 1295684 36217.0 1296395 23895.0 1297106 19193.0 1297818 18240.0 1298529 17243.0 1299241 16863.0 1299952 15855.0 1300663 16384.0 1301375 16569.0 1302086 17445.0 1302798 16232.0 1303509 16451.0 1304220 16125.0 1304932 17978.0 1305643 21198.0 1306354 26326.0 1307066 30240.0 1307777 29502.0 1308489 25309.0 1309200 21431.0 1309911 18510.0 1310623 18529.0 1311334 21914.0 1312045 28992.0 1312757 36506.0 1313468 37850.0 1314180 37571.0 1314891 42835.0 1315602 51657.0 1316314 53769.0 1317025 45584.0 1317737 33511.0 1318448 26069.0 1319159 21435.0 1319871 18865.0 1320582 18332.0 1321293 17207.0 1322005 16794.0 1322716 15711.0 1323428 15846.0 1324139 16263.0 1324850 16818.0 1325562 16723.0 1326273 16370.0 1326985 16270.0 1327696 16368.0 1328407 15281.0 1329119 16002.0 1329830 15320.0 1330541 14867.0 1331253 15170.0 1331964 15451.0 1332676 15202.0 1333387 15103.0 1334098 15474.0 1334810 15198.0 1335521 15581.0 1336232 15679.0 1336944 15007.0 1337655 14884.0 1338367 15158.0 1339078 15198.0 1339789 16500.0 1340501 16805.0 1341212 19095.0 1341924 21365.0 1342635 24460.0 1343346 26030.0 1344058 24360.0 1344769 21070.0 1345480 18346.0 1346192 17338.0 1346903 15491.0 1347615 15818.0 1348326 15935.0 1349037 15603.0 1349749 15979.0 1350460 16164.0 1351172 17099.0 1351883 17858.0 1352594 17310.0 1353306 17057.0 1354017 16590.0 1354728 16214.0 1355440 16117.0 1356151 15560.0 1356863 16437.0 1357574 16067.0 1358285 15657.0 1358997 15702.0 1359708 15381.0 1360419 16264.0 1361131 16393.0 1361842 17782.0 1362554 20173.0 1363265 20879.0 1363976 21223.0 1364688 20473.0 1365399 18797.0 1366111 18224.0 1366822 17434.0 1367533 16395.0 1368245 17128.0 1368956 17140.0 1369667 17990.0 1370379 18648.0 1371090 19322.0 1371802 19832.0 1372513 20787.0 1373224 19748.0 1373936 20691.0 1374647 20574.0 1375359 18755.0 1376070 18469.0 1376781 17071.0 1377493 17416.0 1378204 18161.0 1378915 18734.0 1379627 24081.0 1380338 39714.0 1381050 72319.0 1381761 113890.0 1382472 162295.0 1383184 216976.0 1383895 263528.0 1384606 263185.0 1385318 168873.0 1386029 77578.0 1386741 45981.0 1387452 35183.0 1388163 30101.0 1388875 28529.0 1389586 25625.0 1390298 24144.0 1391009 23399.0 1391720 22504.0 1392432 21475.0 1393143 20482.0 1393854 20428.0 1394566 19995.0 1395277 20550.0 1395989 19946.0 1396700 20019.0 1397411 20150.0 1398123 20298.0 1398834 19639.0 1399546 20249.0 1400257 18558.0 1400968 18169.0 1401680 17678.0 1402391 18864.0 1403102 20784.0 1403814 23283.0 1404525 23814.0 1405237 21535.0 1405948 20762.0 1406659 19797.0 1407371 18776.0 1408082 19436.0 1408793 20721.0 1409505 21124.0 1410216 20634.0 1410928 18404.0 1411639 17267.0 1412350 17142.0 1413062 16506.0 1413773 16886.0 1414485 17737.0 1415196 17881.0 1415907 16554.0 1416619 16374.0 1417330 16569.0 1418041 16426.0 1418753 17720.0 1419464 17501.0 1420176 17790.0 1420887 18913.0 1421598 21110.0 1422310 22277.0 1423021 23614.0 1423733 24317.0 1424444 23884.0 1425155 23195.0 1425867 22559.0 1426578 21213.0 1427289 21523.0 1428001 20212.0 1428712 21134.0 1429424 21472.0 1430135 21713.0 1430846 20462.0 1431558 20015.0 1432269 19154.0 1432980 19280.0 1433692 19354.0 1434403 18877.0 1435115 18644.0 1435826 20662.0 1436537 20609.0 1437249 21438.0 1437960 21798.0 1438672 22130.0 1439383 22522.0 1440094 20656.0 1440806 20345.0 1441517 20746.0 1442228 21432.0 1442940 22022.0 1443651 25239.0 1444363 31035.0 1445074 46901.0 1445785 70645.0 1446497 89620.0 1447208 91705.0 1447920 69930.0 1448631 46541.0 1449342 33208.0 1450054 26706.0 1450765 26225.0 1451476 25036.0 1452188 25152.0 1452899 24895.0 1453611 25626.0 1454322 26210.0 1455033 26974.0 1455745 28056.0 1456456 27229.0 1457167 26346.0 1457879 23707.0 1458590 22757.0 1459302 20671.0 1460013 20120.0 1460724 19983.0 1461436 19556.0 1462147 19422.0 1462859 18623.0 1463570 19050.0 1464281 18104.0 1464993 17612.0 1465704 17972.0 1466415 18823.0 1467127 18912.0 1467838 22568.0 1468550 28369.0 1469261 35881.0 1469972 37274.0 1470684 35515.0 1471395 29977.0 1472107 25817.0 1472818 23290.0 1473529 24298.0 1474241 29369.0 1474952 39002.0 1475663 45436.0 1476375 40787.0 1477086 33320.0 1477798 25842.0 1478509 22798.0 1479220 21339.0 1479932 23934.0 1480643 23965.0 1481354 24572.0 1482066 24705.0 1482777 22658.0 1483489 20480.0 1484200 19754.0 1484911 18376.0 1485623 20117.0 1486334 20458.0 1487046 22749.0 1487757 23620.0 1488468 25290.0 1489180 24949.0 1489891 23813.0 1490602 21177.0 1491314 20064.0 1492025 19618.0 1492737 18546.0 1493448 19281.0 1494159 17670.0 1494871 17321.0 1495582 17363.0 1496294 17473.0 1497005 17500.0 1497716 18612.0 1498428 17395.0 1499139 17049.0 1499850 17483.0 1500562 17977.0 1501273 18602.0 1501985 18743.0 1502696 17672.0 1503407 17311.0 1504119 17443.0 1504830 17661.0 1505541 19690.0 1506253 23276.0 1506964 26499.0 1507676 26921.0 1508387 26511.0 1509098 23078.0 1509810 21267.0 1510521 19848.0 1511233 20570.0 1511944 24360.0 1512655 30327.0 1513367 31579.0 1514078 28820.0 1514789 25241.0 1515501 23001.0 1516212 21412.0 1516924 21573.0 1517635 21800.0 1518346 21124.0 1519058 20268.0 1519769 19653.0 1520480 19229.0 1521192 18415.0 1521903 17587.0 1522615 16845.0 1523326 16799.0 1524037 16796.0 1524749 18209.0 1525460 19595.0 1526172 19664.0 1526883 19089.0 1527594 18155.0 1528306 16808.0 1529017 16926.0 1529728 16845.0 1530440 17190.0 1531151 18680.0 1531863 18841.0 1532574 19995.0 1533285 22010.0 1533997 24969.0 1534708 30494.0 1535420 37409.0 1536131 40646.0 1536842 35318.0 1537554 27961.0 1538265 22408.0 1538976 20868.0 1539688 21700.0 1540399 21343.0 1541111 21476.0 1541822 19056.0 1542533 18749.0 1543245 17964.0 1543956 17377.0 1544667 17281.0 1545379 17696.0 1546090 17339.0 1546802 17653.0 1547513 18050.0 1548224 18264.0 1548936 18707.0 1549647 18248.0 1550359 18041.0 1551070 17813.0 1551781 17580.0 1552493 17406.0 1553204 17808.0 1553915 18144.0 1554627 19331.0 1555338 18608.0 1556050 19106.0 1556761 18574.0 1557472 18232.0 1558184 18501.0 1558895 17649.0 1559607 18592.0 1560318 24396.0 1561029 39469.0 1561741 68289.0 1562452 110651.0 1563163 160706.0 1563875 208458.0 1564586 246685.0 1565298 218502.0 1566009 123527.0 1566720 60144.0 1567432 41792.0 1568143 33043.0 1568854 31384.0 1569566 29680.0 1570277 28280.0 1570989 27575.0 1571700 25578.0 1572411 24036.0 1573123 22880.0 1573834 22073.0 1574546 21209.0 1575257 20847.0 1575968 20116.0 1576680 20471.0 1577391 19851.0 1578102 20410.0 1578814 21262.0 1579525 22092.0 1580237 23631.0 1580948 23031.0 1581659 25705.0 1582371 28264.0 1583082 30794.0 1583794 28893.0 1584505 26083.0 1585216 23085.0 1585928 20586.0 1586639 19066.0 1587350 19284.0 1588062 18483.0 1588773 19315.0 1589485 21293.0 1590196 21651.0 1590907 21268.0 1591619 20647.0 1592330 19262.0 1593041 18530.0 1593753 17532.0 1594464 17590.0 1595176 17766.0 1595887 16691.0 1596598 17657.0 1597310 18676.0 1598021 18198.0 1598733 18235.0 1599444 18827.0 1600155 18895.0 1600867 18285.0 1601578 17720.0 1602289 17815.0 1603001 17887.0 1603712 18170.0 1604424 19276.0 1605135 20186.0 1605846 23398.0 1606558 30379.0 1607269 35101.0 1607981 34209.0 1608692 29706.0 1609403 26412.0 1610115 28257.0 1610826 35228.0 1611537 42076.0 1612249 41928.0 1612960 34438.0 1613672 29599.0 1614383 30224.0 1615094 34380.0 1615806 33840.0 1616517 30469.0 1617228 25664.0 1617940 21306.0 1618651 20168.0 1619363 21838.0 1620074 32642.0 1620785 59478.0 1621497 106672.0 1622208 161609.0 1622920 195407.0 1623631 176140.0 1624342 106970.0 1625054 56840.0 1625765 36694.0 1626476 28660.0 1627188 25435.0 1627899 23180.0 1628611 21963.0 1629322 21120.0 1630033 20880.0 1630745 20126.0 1631456 20367.0 1632168 20167.0 1632879 19849.0 1633590 19276.0 1634302 18967.0 1635013 20278.0 1635724 24212.0 1636436 29369.0 1637147 35409.0 1637859 34659.0 1638570 28990.0 1639281 24427.0 1639993 21259.0 1640704 19853.0 1641415 20140.0 1642127 21099.0 1642838 22353.0 1643550 23727.0 1644261 22293.0 1644972 21746.0 1645684 20648.0 1646395 20133.0 1647107 20584.0 1647818 19664.0 1648529 18873.0 1649241 18903.0 1649952 17797.0 1650663 17677.0 1651375 17953.0 1652086 17516.0 1652798 16891.0 1653509 16202.0 1654220 16353.0 1654932 16482.0 1655643 16280.0 1656355 17378.0 1657066 17775.0 1657777 18410.0 1658489 19813.0 1659200 22899.0 1659911 27943.0 1660623 33911.0 1661334 32780.0 1662046 29664.0 1662757 24497.0 1663468 23480.0 1664180 23808.0 1664891 23157.0 1665602 22731.0 1666314 21152.0 1667025 20763.0 1667737 21752.0 1668448 24007.0 1669159 27629.0 1669871 28135.0 1670582 28153.0 1671294 26877.0 1672005 26134.0 1672716 25495.0 1673428 26732.0 1674139 36133.0 1674850 52313.0 1675562 77130.0 1676273 97636.0 1676985 93513.0 1677696 72513.0 1678407 46727.0 1679119 32888.0 1679830 27043.0 1680542 25130.0 1681253 23718.0 1681964 22702.0 1682676 21638.0 1683387 20467.0 1684098 19716.0 1684810 18026.0 1685521 18202.0 1686233 17776.0 1686944 18439.0 1687655 22903.0 1688367 38022.0 1689078 49801.0 1689789 61956.0 1690501 56963.0 1691212 49508.0 1691924 44905.0 1692635 41659.0 1693346 44531.0 1694058 49257.0 1694769 52289.0 1695481 48357.0 1696192 40469.0 1696903 34799.0 1697615 29093.0 1698326 26666.0 1699037 26064.0 1699749 25717.0 1700460 23627.0 1701172 23496.0 1701883 23162.0 1702594 22530.0 1703306 21885.0 1704017 21354.0 1704729 21196.0 1705440 21555.0 1706151 20834.0 1706863 20280.0 1707574 20750.0 1708285 19794.0 1708997 20217.0 1709708 19829.0 1710420 19025.0 1711131 19250.0 1711842 20170.0 1712554 19187.0 1713265 18925.0 1713976 18499.0 1714688 18395.0 1715399 20289.0 1716111 19794.0 1716822 19361.0 1717533 18625.0 1718245 18255.0 1718956 19460.0 1719668 20661.0 1720379 22554.0 1721090 22579.0 1721802 22610.0 1722513 20598.0 1723224 20512.0 1723936 20402.0 1724647 20516.0 1725359 20364.0 1726070 20549.0 1726781 20538.0 1727493 20448.0 1728204 21638.0 1728915 24197.0 1729627 25060.0 1730338 23952.0 1731050 22565.0 1731761 21641.0 1732472 20213.0 1733184 19404.0 1733895 18426.0 1734607 17284.0 1735318 17801.0 1736029 17284.0 1736741 18428.0 1737452 20365.0 1738163 20179.0 1738875 19991.0 1739586 19382.0 1740298 18936.0 1741009 18355.0 1741720 16565.0 1742432 17058.0 1743143 17471.0 1743855 16477.0 1744566 16387.0 1745277 16667.0 1745989 17193.0 1746700 16902.0 1747411 17548.0 1748123 17644.0 1748834 17853.0 1749546 18311.0 1750257 17522.0 1750968 17134.0 1751680 16094.0 1752391 16327.0 1753102 16024.0 1753814 16639.0 1754525 15727.0 1755237 16739.0 1755948 17117.0 1756659 16305.0 1757371 16122.0 1758082 16482.0 1758794 16167.0 1759505 16744.0 1760216 16908.0 1760928 16761.0 1761639 16862.0 1762350 16630.0 1763062 15968.0 1763773 17229.0 1764485 18290.0 1765196 20517.0 1765907 21803.0 1766619 21682.0 1767330 19934.0 1768042 18262.0 1768753 17777.0 1769464 17370.0 1770176 17791.0 1770887 16727.0 1771598 16765.0 1772310 16636.0 1773021 15918.0 1773733 15755.0 1774444 17888.0 1775155 17880.0 1775867 19853.0 1776578 20230.0 1777289 19021.0 1778001 18270.0 1778712 17794.0 1779424 15967.0 1780135 16740.0 1780846 16212.0 1781558 15817.0 1782269 15876.0 1782981 15363.0 1783692 15386.0 1784403 16540.0 1785115 17197.0 1785826 18387.0 1786537 17471.0 1787249 16985.0 1787960 16532.0 1788672 16950.0 1789383 17202.0 1790094 18424.0 1790806 18770.0 1791517 19181.0 1792229 17854.0 1792940 16966.0 1793651 17975.0 1794363 20750.0 1795074 27724.0 1795785 40451.0 1796497 46991.0 1797208 45066.0 1797920 34180.0 1798631 25162.0 1799342 20685.0 1800054 17893.0 1800765 17707.0 1801476 17817.0 1802188 15774.0 1802899 17111.0 1803611 18552.0 1804322 19512.0 1805033 20033.0 1805745 19342.0 1806456 19922.0 1807168 18817.0 1807879 18924.0 1808590 19030.0 1809302 18497.0 1810013 18389.0 1810724 18134.0 1811436 18264.0 1812147 18017.0 1812859 18448.0 1813570 18640.0 1814281 18981.0 1814993 19678.0 1815704 19549.0 1816416 19582.0 1817127 19296.0 1817838 19026.0 1818550 19249.0 1819261 20721.0 1819972 20387.0 1820684 20689.0 1821395 19573.0 1822107 19546.0 1822818 18831.0 1823529 20038.0 1824241 21283.0 1824952 22496.0 1825663 27342.0 1826375 41410.0 1827086 82358.0 1827798 167555.0 1828509 285636.0 1829220 374518.0 1829932 343774.0 1830643 213997.0 1831355 101123.0 1832066 50966.0 1832777 34253.0 1833489 29842.0 1834200 27364.0 1834911 27696.0 1835623 25459.0 1836334 24516.0 1837046 23208.0 1837757 22853.0 1838468 22740.0 1839180 22829.0 1839891 21665.0 1840603 21026.0 1841314 20467.0 1842025 19984.0 1842737 19146.0 1843448 19817.0 1844159 20157.0 1844871 19801.0 1845582 19427.0 1846294 20446.0 1847005 18970.0 1847716 20999.0 1848428 21480.0 1849139 22895.0 1849850 22510.0 1850562 21539.0 1851273 20714.0 1851985 19550.0 1852696 19349.0 1853407 18800.0 1854119 19158.0 1854830 20681.0 1855542 21337.0 1856253 22516.0 1856964 20807.0 1857676 19786.0 1858387 18766.0 1859098 18088.0 1859810 18541.0 1860521 18252.0 1861233 17499.0 1861944 17220.0 1862655 17114.0 1863367 17785.0 1864078 17709.0 1864790 17874.0 1865501 17203.0 1866212 17725.0 1866924 18074.0 1867635 17721.0 1868346 17527.0 1869058 18361.0 1869769 18184.0 1870481 17648.0 1871192 17188.0 1871903 17038.0 1872615 16779.0 1873326 17374.0 1874037 17281.0 1874749 17398.0 1875460 18638.0 1876172 19623.0 1876883 20753.0 1877594 19001.0 1878306 17992.0 1879017 17080.0 1879729 16665.0 1880440 15986.0 1881151 16675.0 1881863 18115.0 1882574 18535.0 1883285 20597.0 1883997 24834.0 1884708 29812.0 1885420 31991.0 1886131 31544.0 1886842 29596.0 1887554 27191.0 1888265 24806.0 1888977 23350.0 1889688 21732.0 1890399 20348.0 1891111 19460.0 1891822 18691.0 1892533 19750.0 1893245 19788.0 1893956 20176.0 1894668 19117.0 1895379 17969.0 1896090 16892.0 1896802 16737.0 1897513 16337.0 1898224 16404.0 1898936 16387.0 1899647 16622.0 1900359 15858.0 1901070 16087.0 1901781 15391.0 1902493 16029.0 1903204 16095.0 1903916 17687.0 1904627 17733.0 1905338 18946.0 1906050 19300.0 1906761 20118.0 1907472 18680.0 1908184 18264.0 1908895 19535.0 1909607 19160.0 1910318 19728.0 1911029 18709.0 1911741 19840.0 1912452 21416.0 1913164 23834.0 1913875 26534.0 1914586 27130.0 1915298 25275.0 1916009 22892.0 1916720 20464.0 1917432 19247.0 1918143 17853.0 1918855 17674.0 1919566 16916.0 1920277 17641.0 1920989 16868.0 1921700 16241.0 1922411 16274.0 1923123 15811.0 1923834 16138.0 1924546 15971.0 1925257 16668.0 1925968 15588.0 1926680 16227.0 1927391 15949.0 1928103 16661.0 1928814 16022.0 1929525 17239.0 1930237 18916.0 1930948 22127.0 1931659 26491.0 1932371 31421.0 1933082 36825.0 1933794 42186.0 1934505 42463.0 1935216 36965.0 1935928 28564.0 1936639 23181.0 1937350 19591.0 1938062 17622.0 1938773 16461.0 1939485 15809.0 1940196 15843.0 1940907 15955.0 1941619 16720.0 1942330 16362.0 1943042 16846.0 1943753 16732.0 1944464 17143.0 1945176 16465.0 1945887 17560.0 1946598 17919.0 1947310 17557.0 1948021 16988.0 1948733 17627.0 1949444 16344.0 1950155 16446.0 1950867 16714.0 1951578 17768.0 1952290 19008.0 1953001 19249.0 1953712 19288.0 1954424 20035.0 1955135 20044.0 1955846 20645.0 1956558 20635.0 1957269 20158.0 1957981 19989.0 1958692 19985.0 1959403 22102.0 1960115 24173.0 1960826 26669.0 1961537 26396.0 1962249 24138.0 1962960 22681.0 1963672 20370.0 1964383 19862.0 1965094 21745.0 1965806 23812.0 1966517 29024.0 1967229 32111.0 1967940 30435.0 1968651 27635.0 1969363 24922.0 1970074 22833.0 1970785 21653.0 1971497 20475.0 1972208 22176.0 1972920 25557.0 1973631 33538.0 1974342 42077.0 1975054 47460.0 1975765 46876.0 1976477 38085.0 1977188 30040.0 1977899 26659.0 1978611 24003.0 1979322 22449.0 1980033 22032.0 1980745 21551.0 1981456 20637.0 1982168 19426.0 1982879 18768.0 1983590 18697.0 1984302 19005.0 1985013 20014.0 1985724 22848.0 1986436 26370.0 1987147 26411.0 1987859 24950.0 1988570 22278.0 1989281 20741.0 1989993 19285.0 1990704 18635.0 1991416 18318.0 1992127 18542.0 1992838 17574.0 1993550 17796.0 1994261 17356.0 1994972 18679.0 1995684 19916.0 1996395 22519.0 1997107 24598.0 1997818 24264.0 1998529 22871.0 1999241 22493.0 1999952 21140.0 2000664 22843.0 2001375 22366.0 2002086 21338.0 2002798 19050.0 2003509 18846.0 2004220 17777.0 2004932 18966.0 2005643 18625.0 2006355 19069.0 2007066 19068.0 2007777 19061.0 2008489 19318.0 2009200 19767.0 2009911 20223.0 2010623 18028.0 2011334 18003.0 2012046 17769.0 2012757 17819.0 2013468 17781.0 2014180 17398.0 2014891 16717.0 2015603 19097.0 2016314 20545.0 2017025 22484.0 2017737 22890.0 2018448 23209.0 2019159 23711.0 2019871 24399.0 2020582 22602.0 2021294 20785.0 2022005 19507.0 2022716 17356.0 2023428 17975.0 2024139 19226.0 2024851 23363.0 2025562 28893.0 2026273 34487.0 2026985 33994.0 2027696 30470.0 2028407 25805.0 2029119 21309.0 2029830 19870.0 2030542 19712.0 2031253 21898.0 2031964 25564.0 2032676 31822.0 2033387 31626.0 2034098 27424.0 2034810 23426.0 2035521 19967.0 2036233 18873.0 2036944 18714.0 2037655 20334.0 2038367 23791.0 2039078 30120.0 2039790 33420.0 2040501 33436.0 2041212 27947.0 2041924 23622.0 2042635 21846.0 2043346 23662.0 2044058 27437.0 2044769 31916.0 2045481 30809.0 2046192 27542.0 2046903 22626.0 2047615 21057.0 2048326 19572.0 2049038 19129.0 2049749 18223.0 2050460 17861.0 2051172 17687.0 2051883 17129.0 2052594 18032.0 2053306 18608.0 2054017 18878.0 2054729 19101.0 2055440 19601.0 2056151 19491.0 2056863 19028.0 2057574 18671.0 2058285 17362.0 2058997 17480.0 2059708 19276.0 2060420 22676.0 2061131 29297.0 2061842 40745.0 2062554 55699.0 2063265 71200.0 2063977 85644.0 2064688 95640.0 2065399 101524.0 2066111 99773.0 2066822 87272.0 2067533 73460.0 2068245 58934.0 2068956 51229.0 2069668 44675.0 2070379 37681.0 2071090 33458.0 2071802 30533.0 2072513 28786.0 2073225 29329.0 2073936 28953.0 2074647 29049.0 2075359 27116.0 2076070 24573.0 2076781 24049.0 2077493 21283.0 2078204 21368.0 2078916 20618.0 2079627 20977.0 2080338 21655.0 2081050 20424.0 2081761 20025.0 2082472 19419.0 2083184 20321.0 2083895 20287.0 2084607 21476.0 2085318 21363.0 2086029 22831.0 2086741 21240.0 2087452 22443.0 2088164 21370.0 2088875 21126.0 2089586 20412.0 2090298 19371.0 2091009 19535.0 2091720 20060.0 2092432 21470.0 2093143 24439.0 2093855 30678.0 2094566 38188.0 2095277 47706.0 2095989 59847.0 2096700 66630.0 2097412 61318.0 2098123 50037.0 2098834 37634.0 2099546 30748.0 2100257 25938.0 2100968 23736.0 2101680 22542.0 2102391 21183.0 2103103 20564.0 2103814 19761.0 2104525 20168.0 2105237 19076.0 2105948 18249.0 2106659 18329.0 2107371 18643.0 2108082 18002.0 2108794 18345.0 2109505 18443.0 2110216 18795.0 2110928 18202.0 2111639 18181.0 2112351 17875.0 2113062 17259.0 2113773 17507.0 2114485 16387.0 2115196 17259.0 2115907 16453.0 2116619 17778.0 2117330 17978.0 2118042 18579.0 2118753 23228.0 2119464 37604.0 2120176 71101.0 2120887 123669.0 2121599 169481.0 2122310 175885.0 2123021 133679.0 2123733 75488.0 2124444 43046.0 2125155 30857.0 2125867 28243.0 2126578 31302.0 2127290 31187.0 2128001 30444.0 2128712 27465.0 2129424 23755.0 2130135 21433.0 2130846 20726.0 2131558 19680.0 2132269 19473.0 2132981 19294.0 2133692 19518.0 2134403 18694.0 2135115 19796.0 2135826 18672.0 2136538 19657.0 2137249 19829.0 2137960 18955.0 2138672 18824.0 2139383 19290.0 2140094 20341.0 2140806 21220.0 2141517 23195.0 2142229 23219.0 2142940 24505.0 2143651 32061.0 2144363 46995.0 2145074 73219.0 2145785 108232.0 2146497 149677.0 2147208 184664.0 2147920 186173.0 2148631 131718.0 2149342 67342.0 2150054 38273.0 2150765 30218.0 2151477 27756.0 2152188 25488.0 2152899 24428.0 2153611 24234.0 2154322 25057.0 2155033 25686.0 2155745 24183.0 2156456 23242.0 2157168 22990.0 2157879 21735.0 2158590 20463.0 2159302 20222.0 2160013 19506.0 2160725 19488.0 2161436 19391.0 2162147 18924.0 2162859 19326.0 2163570 19519.0 2164281 19065.0 2164993 21549.0 2165704 22642.0 2166416 27244.0 2167127 29355.0 2167838 26546.0 2168550 24994.0 2169261 22676.0 2169972 23537.0 2170684 25300.0 2171395 25537.0 2172107 27758.0 2172818 27856.0 2173529 25440.0 2174241 23334.0 2174952 21828.0 2175664 24757.0 2176375 29137.0 2177086 32293.0 2177798 35849.0 2178509 36570.0 2179220 34368.0 2179932 31953.0 2180643 31479.0 2181355 29939.0 2182066 29557.0 2182777 29950.0 2183489 32742.0 2184200 34881.0 2184912 33694.0 2185623 28801.0 2186334 24397.0 2187046 21332.0 2187757 18497.0 2188468 18737.0 2189180 18449.0 2189891 18511.0 2190603 18605.0 2191314 19710.0 2192025 19959.0 2192737 19846.0 2193448 19919.0 2194159 19645.0 2194871 18545.0 2195582 18800.0 2196294 19043.0 2197005 17977.0 2197716 18189.0 2198428 18891.0 2199139 17859.0 2199851 18737.0 2200562 18925.0 2201273 19556.0 2201985 20118.0 2202696 20751.0 2203407 21367.0 2204119 20014.0 2204830 19069.0 2205542 18719.0 2206253 18789.0 2206964 18106.0 2207676 18343.0 2208387 17967.0 2209099 18375.0 2209810 19154.0 2210521 18405.0 2211233 19369.0 2211944 20191.0 2212655 19849.0 2213367 19493.0 2214078 18853.0 2214790 17728.0 2215501 17974.0 2216212 17883.0 2216924 18151.0 2217635 18259.0 2218346 18487.0 2219058 18475.0 2219769 18782.0 2220481 16932.0 2221192 17028.0 2221903 16992.0 2222615 17183.0 2223326 17792.0 2224038 19495.0 2224749 20727.0 2225460 20147.0 2226172 20493.0 2226883 20791.0 2227594 19127.0 2228306 18650.0 2229017 18440.0 2229729 18084.0 2230440 18475.0 2231151 17648.0 2231863 17444.0 2232574 16430.0 2233286 16747.0 2233997 16995.0 2234708 16468.0 2235420 16387.0 2236131 16865.0 2236842 17029.0 2237554 16950.0 2238265 16568.0 2238977 16574.0 2239688 15637.0 2240399 16695.0 2241111 17285.0 2241822 17383.0 2242533 18583.0 2243245 18107.0 2243956 19323.0 2244668 18887.0 2245379 19243.0 2246090 18164.0 2246802 18952.0 2247513 18114.0 2248225 17915.0 2248936 16670.0 2249647 16316.0 2250359 16695.0 2251070 16452.0 2251781 16719.0 2252493 16620.0 2253204 16981.0 2253916 17869.0 2254627 18305.0 2255338 17859.0 2256050 18739.0 2256761 18370.0 2257473 17987.0 2258184 18227.0 2258895 20090.0 2259607 22260.0 2260318 22928.0 2261029 23114.0 2261741 21585.0 2262452 20056.0 2263164 19564.0 2263875 20352.0 2264586 19901.0 2265298 19169.0 2266009 18881.0 2266720 18291.0 2267432 17166.0 2268143 16172.0 2268855 16224.0 2269566 17016.0 2270277 17040.0 2270989 18233.0 2271700 19173.0 2272412 21672.0 2273123 20896.0 2273834 20550.0 2274546 19155.0 2275257 17372.0 2275968 18788.0 2276680 18731.0 2277391 19877.0 2278103 19185.0 2278814 20589.0 2279525 21125.0 2280237 22182.0 2280948 22575.0 2281660 22722.0 2282371 21629.0 2283082 20971.0 2283794 21887.0 2284505 22494.0 2285216 21677.0 2285928 21152.0 2286639 19496.0 2287351 19183.0 2288062 18180.0 2288773 17648.0 2289485 17677.0 2290196 17623.0 2290907 18249.0 2291619 19326.0 2292330 19954.0 2293042 21157.0 2293753 19881.0 2294464 19132.0 2295176 18600.0 2295887 20056.0 2296599 22614.0 2297310 26404.0 2298021 25632.0 2298733 22330.0 2299444 20037.0 2300155 18703.0 2300867 18271.0 2301578 17720.0 2302290 17872.0 2303001 17512.0 2303712 16980.0 2304424 16836.0 2305135 16461.0 2305847 16401.0 2306558 16415.0 2307269 17233.0 2307981 16860.0 2308692 17437.0 2309403 18315.0 2310115 17702.0 2310826 18942.0 2311538 18876.0 2312249 18408.0 2312960 17679.0 2313672 16977.0 2314383 16996.0 2315094 16901.0 2315806 17586.0 2316517 17626.0 2317229 17996.0 2317940 17861.0 2318651 17886.0 2319363 19285.0 2320074 21490.0 2320786 23240.0 2321497 22642.0 2322208 21382.0 2322920 18939.0 2323631 18010.0 2324342 16033.0 2325054 16372.0 2325765 16327.0 2326477 16403.0 2327188 15649.0 2327899 16264.0 2328611 16633.0 2329322 18149.0 2330034 19264.0 2330745 21993.0 2331456 23507.0 2332168 23128.0 2332879 21138.0 2333590 21154.0 2334302 19964.0 2335013 20138.0 2335725 18529.0 2336436 18122.0 2337147 17666.0 2337859 17913.0 2338570 17196.0 2339281 16073.0 2339993 16603.0 2340704 17172.0 2341416 17278.0 2342127 18497.0 2342838 19262.0 2343550 19419.0 2344261 19565.0 2344973 23764.0 2345684 31260.0 2346395 44629.0 2347107 54725.0 2347818 53948.0 2348529 41626.0 2349241 31991.0 2349952 24381.0 2350664 21576.0 2351375 19195.0 2352086 18065.0 2352798 17876.0 2353509 17141.0 2354220 17620.0 2354932 17913.0 2355643 16963.0 2356355 16943.0 2357066 17076.0 2357777 16504.0 2358489 16361.0 2359200 16209.0 2359912 16340.0 2360623 17020.0 2361334 17774.0 2362046 18842.0 2362757 20758.0 2363468 21924.0 2364180 21835.0 2364891 21493.0 2365603 27711.0 2366314 39643.0 2367025 58483.0 2367737 75702.0 2368448 72573.0 2369160 56049.0 2369871 39700.0 2370582 31436.0 2371294 31531.0 2372005 30451.0 2372716 28190.0 2373428 25295.0 2374139 25012.0 2374851 22687.0 2375562 21978.0 2376273 22748.0 2376985 20959.0 2377696 20521.0 2378407 19673.0 2379119 18687.0 2379830 18340.0 2380542 17760.0 2381253 18323.0 2381964 18203.0 2382676 19635.0 2383387 19649.0 2384099 20524.0 2384810 20228.0 2385521 20611.0 2386233 23763.0 2386944 31702.0 2387655 47634.0 2388367 72578.0 2389078 104679.0 2389790 128540.0 2390501 136524.0 2391212 100832.0 2391924 55356.0 2392635 33862.0 2393347 27574.0 2394058 26898.0 2394769 28555.0 2395481 30766.0 2396192 30053.0 2396903 27919.0 2397615 24747.0 2398326 22393.0 2399038 21408.0 2399749 20301.0 2400460 20062.0 2401172 20991.0 2401883 22653.0 2402594 27383.0 2403306 36267.0 2404017 42529.0 2404729 40681.0 2405440 34952.0 2406151 28444.0 2406863 23806.0 2407574 23262.0 2408286 25722.0 2408997 28444.0 2409708 29388.0 2410420 27556.0 2411131 24368.0 2411842 21501.0 2412554 20945.0 2413265 22137.0 2413977 26379.0 2414688 31344.0 2415399 35112.0 2416111 33427.0 2416822 29477.0 2417534 25513.0 2418245 23341.0 2418956 22449.0 2419668 22430.0 2420379 24059.0 2421090 25863.0 2421802 25665.0 2422513 25112.0 2423225 23157.0 2423936 20555.0 2424647 18984.0 2425359 18813.0 2426070 18177.0 2426781 19820.0 2427493 19210.0 2428204 19339.0 2428916 20900.0 2429627 21439.0 2430338 20474.0 2431050 18977.0 2431761 19940.0 2432473 19555.0 2433184 21416.0 2433895 22722.0 2434607 22675.0 2435318 21583.0 2436029 19805.0 2436741 19263.0 2437452 18453.0 2438164 18306.0 2438875 19347.0 2439586 20158.0 2440298 19970.0 2441009 19539.0 2441721 19262.0 2442432 18790.0 2443143 18365.0 2443855 17714.0 2444566 17375.0 2445277 17586.0 2445989 17815.0 2446700 17479.0 2447412 18207.0 2448123 18850.0 2448834 18577.0 2449546 18845.0 2450257 19128.0 2450968 18059.0 2451680 19655.0 2452391 18730.0 2453103 20027.0 2453814 21483.0 2454525 25649.0 2455237 34903.0 2455948 47611.0 2456660 58444.0 2457371 57219.0 2458082 42674.0 2458794 32731.0 2459505 26397.0 2460216 23003.0 2460928 22021.0 2461639 21692.0 2462351 20640.0 2463062 19554.0 2463773 19462.0 2464485 18945.0 2465196 19415.0 2465908 18799.0 2466619 19058.0 2467330 19491.0 2468042 19476.0 2468753 19648.0 2469464 21570.0 2470176 21955.0 2470887 21348.0 2471599 20519.0 2472310 21411.0 2473021 21846.0 2473733 26505.0 2474444 28504.0 2475155 29762.0 2475867 29609.0 2476578 25612.0 2477290 23363.0 2478001 21106.0 2478712 21022.0 2479424 21506.0 2480135 21095.0 2480847 20339.0 2481558 18990.0 2482269 18581.0 2482981 19856.0 2483692 20665.0 2484403 20511.0 2485115 20102.0 2485826 20146.0 2486538 18736.0 2487249 18776.0 2487960 17424.0 2488672 17541.0 2489383 16856.0 2490095 17289.0 2490806 17596.0 2491517 18308.0 2492229 18298.0 2492940 18197.0 2493651 19156.0 2494363 19622.0 2495074 20611.0 2495786 21210.0 2496497 21639.0 2497208 21509.0 2497920 22154.0 2498631 22966.0 2499342 21360.0 2500054 23120.0 2500765 26801.0 2501477 41587.0 2502188 84603.0 2502899 180216.0 2503611 316375.0 2504322 481373.0 2505034 518639.0 2505745 405455.0 2506456 212237.0 2507168 93633.0 2507879 49484.0 2508590 36065.0 2509302 31689.0 2510013 28301.0 2510725 25977.0 2511436 23800.0 2512147 23826.0 2512859 23512.0 2513570 22070.0 2514282 27872.0 2514993 35880.0 2515704 51569.0 2516416 61243.0 2517127 59166.0 2517838 48285.0 2518550 35293.0 2519261 28391.0 2519973 25326.0 2520684 21921.0 2521395 22360.0 2522107 21546.0 2522818 22517.0 2523529 22340.0 2524241 22475.0 2524952 22394.0 2525664 22413.0 2526375 21784.0 2527086 21908.0 2527798 21749.0 2528509 22626.0 2529221 23819.0 2529932 24072.0 2530643 23937.0 2531355 21719.0 2532066 22498.0 2532777 22638.0 2533489 22980.0 2534200 23087.0 2534912 22100.0 2535623 20336.0 2536334 20220.0 2537046 19288.0 2537757 18292.0 2538469 18029.0 2539180 18549.0 2539891 18512.0 2540603 18008.0 2541314 19058.0 2542025 18928.0 2542737 18710.0 2543448 19364.0 2544160 19130.0 2544871 19666.0 2545582 21008.0 2546294 22849.0 2547005 25134.0 2547716 25579.0 2548428 24376.0 2549139 24640.0 2549851 24377.0 2550562 23985.0 2551273 23457.0 2551985 23153.0 2552696 23320.0 2553408 23600.0 2554119 23053.0 2554830 22730.0 2555542 22347.0 2556253 20911.0 2556964 19255.0 2557676 18561.0 2558387 19324.0 2559099 19994.0 2559810 26292.0 2560521 39350.0 2561233 65060.0 2561944 94155.0 2562655 103577.0 2563367 87664.0 2564078 60190.0 2564790 41510.0 2565501 32292.0 2566212 27988.0 2566924 26855.0 2567635 25373.0 2568347 26252.0 2569058 30819.0 2569769 32615.0 2570481 33016.0 2571192 28679.0 2571903 24559.0 2572615 22653.0 2573326 21035.0 2574038 19807.0 2574749 19903.0 2575460 19010.0 2576172 19169.0 2576883 18531.0 2577595 20509.0 2578306 20435.0 2579017 22116.0 2579729 21113.0 2580440 20841.0 2581151 19837.0 2581863 20208.0 2582574 19133.0 2583286 18758.0 2583997 18591.0 2584708 18712.0 2585420 18638.0 2586131 18587.0 2586842 17893.0 2587554 17935.0 2588265 17378.0 2588977 17102.0 2589688 17903.0 2590399 18045.0 2591111 18330.0 2591822 19388.0 2592534 18986.0 2593245 20373.0 2593956 19051.0 2594668 20521.0 2595379 23003.0 2596090 24875.0 2596802 27157.0 2597513 27625.0 2598225 27829.0 2598936 25605.0 2599647 23790.0 2600359 21041.0 2601070 19599.0 2601782 19717.0 2602493 20723.0 2603204 22260.0 2603916 23676.0 2604627 23245.0 2605338 23066.0 2606050 22371.0 2606761 21412.0 2607473 22239.0 2608184 21117.0 2608895 21093.0 2609607 19504.0 2610318 19271.0 2611029 20827.0 2611741 22642.0 2612452 28737.0 2613164 33304.0 2613875 39674.0 2614586 40193.0 2615298 40200.0 2616009 38483.0 2616721 34873.0 2617432 32185.0 2618143 30049.0 2618855 29231.0 2619566 27729.0 2620277 27746.0 2620989 26572.0 2621700 24893.0 2622412 24828.0 2623123 24997.0 2623834 25080.0 2624546 27288.0 2625257 28873.0 2625969 30560.0 2626680 28473.0 2627391 28752.0 2628103 27087.0 2628814 27050.0 2629525 27726.0 2630237 29713.0 2630948 29892.0 2631660 29299.0 2632371 28302.0 2633082 24784.0 2633794 23147.0 2634505 22702.0 2635216 22952.0 2635928 25079.0 2636639 38875.0 2637351 79417.0 2638062 160604.0 2638773 273203.0 2639485 365236.0 2640196 376919.0 2640908 270719.0 2641619 140819.0 2642330 69247.0 2643042 44922.0 2643753 36556.0 2644464 33513.0 2645176 31347.0 2645887 31718.0 2646599 30838.0 2647310 30251.0 2648021 30934.0 2648733 33267.0 2649444 40348.0 2650156 49945.0 2650867 61406.0 2651578 59929.0 2652290 51267.0 2653001 41079.0 2653712 34308.0 2654424 30948.0 2655135 27852.0 2655847 26590.0 2656558 26191.0 2657269 25095.0 2657981 23502.0 2658692 24372.0 2659403 24146.0 2660115 23789.0 2660826 24801.0 2661538 23115.0 2662249 23049.0 2662960 23451.0 2663672 22991.0 2664383 24109.0 2665095 24904.0 2665806 24133.0 2666517 23707.0 2667229 24405.0 2667940 24277.0 2668651 25296.0 2669363 27712.0 2670074 29405.0 2670786 32669.0 2671497 32530.0 2672208 31000.0 2672920 27604.0 2673631 24174.0 2674343 22283.0 2675054 22304.0 2675765 22926.0 2676477 24007.0 2677188 24412.0 2677899 24381.0 2678611 24001.0 2679322 24054.0 2680034 25972.0 2680745 27198.0 2681456 29433.0 2682168 31349.0 2682879 33749.0 2683590 34406.0 2684302 31650.0 2685013 28008.0 2685725 24130.0 2686436 22998.0 2687147 23518.0 2687859 22833.0 2688570 22464.0 2689282 21596.0 2689993 22028.0 2690704 21576.0 2691416 21338.0 2692127 20969.0 2692838 21436.0 2693550 21688.0 2694261 21579.0 2694973 22119.0 2695684 22422.0 2696395 22259.0 2697107 21476.0 2697818 21956.0 2698530 21205.0 2699241 21234.0 2699952 20104.0 2700664 20073.0 2701375 22086.0 2702086 27592.0 2702798 37980.0 2703509 58303.0 2704221 78221.0 2704932 84690.0 2705643 73233.0 2706355 53255.0 2707066 36807.0 2707777 29115.0 2708489 25697.0 2709200 24839.0 2709912 25139.0 2710623 25725.0 2711334 27655.0 2712046 32174.0 2712757 38163.0 2713469 41321.0 2714180 42719.0 2714891 37976.0 2715603 34010.0 2716314 31239.0 2717025 27422.0 2717737 26815.0 2718448 25580.0 2719160 23965.0 2719871 23337.0 2720582 22643.0 2721294 24528.0 2722005 27073.0 2722717 28790.0 2723428 31806.0 2724139 30251.0 2724851 28264.0 2725562 26819.0 2726273 23736.0 2726985 21457.0 2727696 22389.0 2728408 21191.0 2729119 21680.0 2729830 22142.0 2730542 21721.0 2731253 22118.0 2731964 21642.0 2732676 21967.0 2733387 23004.0 2734099 23231.0 2734810 23652.0 2735521 23093.0 2736233 22962.0 2736944 21135.0 2737656 20853.0 2738367 21351.0 2739078 21865.0 2739790 21992.0 2740501 22225.0 2741212 21801.0 2741924 21204.0 2742635 20365.0 2743347 18997.0 2744058 20628.0 2744769 19878.0 2745481 20330.0 2746192 20462.0 2746904 19929.0 2747615 19677.0 2748326 20398.0 2749038 20723.0 2749749 20529.0 2750460 20959.0 2751172 20621.0 2751883 20724.0 2752595 21640.0 2753306 22190.0 2754017 24482.0 2754729 29207.0 2755440 32427.0 2756151 33843.0 2756863 30510.0 2757574 26612.0 2758286 22304.0 2758997 21587.0 2759708 20674.0 2760420 19280.0 2761131 19494.0 2761843 20067.0 2762554 19648.0 2763265 21679.0 2763977 19460.0 2764688 20040.0 2765399 19552.0 2766111 19614.0 2766822 19664.0 2767534 20930.0 2768245 20503.0 2768956 20043.0 2769668 20221.0 2770379 19974.0 2771090 20208.0 2771802 19534.0 2772513 19181.0 2773225 19889.0 2773936 19242.0 2774647 18717.0 2775359 19390.0 2776070 19855.0 2776782 21189.0 2777493 21702.0 2778204 22686.0 2778916 22814.0 2779627 23097.0 2780338 24896.0 2781050 28550.0 2781761 35880.0 2782473 45553.0 2783184 51797.0 2783895 55338.0 2784607 52363.0 2785318 44464.0 2786030 38211.0 2786741 33463.0 2787452 30505.0 2788164 28383.0 2788875 27959.0 2789586 27045.0 2790298 25253.0 2791009 25734.0 2791721 25230.0 2792432 23460.0 2793143 23944.0 2793855 24090.0 2794566 24740.0 2795277 26812.0 2795989 27971.0 2796700 27973.0 2797412 25707.0 2798123 25233.0 2798834 24091.0 2799546 25214.0 2800257 25685.0 2800969 25082.0 2801680 24706.0 2802391 24259.0 2803103 23947.0 2803814 24559.0 2804525 25915.0 2805237 28245.0 2805948 28716.0 2806660 28691.0 2807371 26599.0 2808082 24737.0 2808794 23893.0 2809505 22664.0 2810217 21973.0 2810928 21787.0 2811639 21800.0 2812351 23070.0 2813062 22961.0 2813773 24378.0 2814485 24856.0 2815196 24445.0 2815908 24077.0 2816619 24162.0 2817330 22608.0 2818042 22287.0 2818753 23736.0 2819464 24080.0 2820176 25671.0 2820887 29720.0 2821599 30763.0 2822310 28541.0 2823021 25148.0 2823733 24392.0 2824444 22044.0 2825156 20898.0 2825867 20529.0 2826578 19289.0 2827290 20910.0 2828001 20959.0 2828712 21867.0 2829424 22138.0 2830135 22050.0 2830847 21679.0 2831558 22437.0 2832269 21330.0 2832981 21243.0 2833692 21367.0 2834404 23853.0 2835115 26794.0 2835826 28599.0 2836538 29098.0 2837249 33328.0 2837960 50983.0 2838672 95993.0 2839383 179282.0 2840095 276957.0 2840806 318024.0 2841517 263212.0 2842229 158303.0 2842940 80837.0 2843651 45980.0 2844363 34032.0 2845074 31568.0 2845786 31748.0 2846497 34656.0 2847208 39297.0 2847920 44996.0 2848631 55055.0 2849343 60572.0 2850054 61543.0 2850765 59249.0 2851477 57039.0 2852188 57888.0 2852899 53412.0 2853611 46285.0 2854322 38005.0 2855034 30146.0 2855745 28122.0 2856456 25925.0 2857168 24634.0 2857879 23261.0 2858591 22481.0 2859302 23828.0 2860013 24008.0 2860725 30575.0 2861436 52044.0 2862147 94177.0 2862859 146423.0 2863570 180192.0 2864282 164347.0 2864993 110429.0 2865704 66779.0 2866416 46875.0 2867127 38535.0 2867838 37317.0 2868550 38636.0 2869261 41319.0 2869973 42476.0 2870684 41038.0 2871395 36664.0 2872107 34569.0 2872818 31989.0 2873530 32071.0 2874241 32403.0 2874952 32310.0 2875664 30496.0 2876375 27771.0 2877086 24098.0 2877798 23289.0 2878509 23567.0 2879221 24308.0 2879932 24377.0 2880643 23992.0 2881355 24308.0 2882066 23311.0 2882778 24609.0 2883489 22839.0 2884200 22528.0 2884912 22590.0 2885623 23774.0 2886334 25937.0 2887046 29648.0 2887757 31704.0 2888469 32545.0 2889180 34997.0 2889891 47039.0 2890603 77776.0 2891314 129797.0 2892025 183742.0 2892737 209649.0 2893448 179281.0 2894160 124435.0 2894871 71254.0 2895582 47694.0 2896294 36534.0 2897005 32782.0 2897717 33068.0 2898428 30510.0 2899139 30058.0 2899851 28550.0 2900562 27043.0 2901273 26002.0 2901985 25222.0 2902696 25803.0 2903408 26991.0 2904119 31125.0 2904830 37731.0 2905542 47881.0 2906253 53786.0 2906965 51389.0 2907676 42359.0 2908387 33522.0 2909099 28858.0 2909810 28637.0 2910521 27722.0 2911233 27293.0 2911944 26298.0 2912656 26768.0 2913367 25005.0 2914078 25408.0 2914790 24740.0 2915501 24396.0 2916212 23255.0 2916924 21433.0 2917635 22371.0 2918347 21981.0 2919058 22124.0 2919769 22027.0 2920481 21984.0 2921192 21641.0 2921904 24047.0 2922615 33949.0 2923326 60110.0 2924038 107912.0 2924749 157586.0 2925460 183592.0 2926172 158915.0 2926883 110250.0 2927595 74080.0 2928306 53733.0 2929017 44965.0 2929729 38313.0 2930440 34898.0 2931152 31081.0 2931863 30264.0 2932574 28551.0 2933286 29372.0 2933997 28057.0 2934708 28673.0 2935420 27027.0 2936131 26122.0 2936843 25451.0 2937554 23758.0 2938265 24906.0 2938977 23816.0 2939688 25245.0 2940399 25994.0 2941111 24989.0 2941822 25348.0 2942534 24231.0 2943245 23894.0 2943956 23413.0 2944668 23193.0 2945379 23811.0 2946091 26334.0 2946802 29520.0 2947513 42801.0 2948225 69532.0 2948936 115766.0 2949647 165336.0 2950359 181470.0 2951070 153771.0 2951782 105540.0 2952493 70127.0 2953204 53555.0 2953916 43997.0 2954627 38912.0 2955339 34554.0 2956050 32042.0 2956761 28949.0 2957473 27256.0 2958184 26873.0 2958895 26522.0 2959607 25777.0 2960318 26201.0 2961030 25494.0 2961741 27650.0 2962452 28436.0 2963164 28133.0 2963875 26882.0 2964586 25140.0 2965298 24603.0 2966009 22278.0 2966721 22839.0 2967432 22087.0 2968143 22528.0 2968855 22929.0 2969566 22126.0 2970278 22433.0 2970989 22363.0 2971700 25248.0 2972412 26743.0 2973123 26627.0 2973834 26108.0 2974546 25900.0 2975257 24119.0 2975969 23917.0 2976680 24907.0 2977391 24487.0 2978103 22490.0 2978814 23040.0 2979525 21446.0 2980237 21674.0 2980948 21678.0 2981660 23438.0 2982371 22882.0 2983082 24038.0 2983794 23757.0 2984505 22053.0 2985217 23257.0 2985928 23494.0 2986639 23676.0 2987351 23174.0 2988062 23646.0 2988773 21820.0 2989485 20683.0 2990196 21683.0 2990908 21941.0 2991619 23020.0 2992330 24184.0 2993042 25540.0 2993753 29265.0 2994465 29639.0 2995176 29815.0 2995887 29048.0 2996599 27704.0 2997310 27392.0 2998021 29151.0 2998733 30153.0 2999444 30414.0 3000156 29035.0 3000867 29413.0 3001578 29143.0 3002290 29265.0 3003001 28283.0 3003712 26942.0 3004424 26750.0 3005135 25583.0 3005847 24817.0 3006558 22082.0 3007269 22926.0 3007981 21287.0 3008692 21118.0 3009404 22345.0 3010115 21705.0 3010826 21737.0 3011538 21855.0 3012249 22478.0 3012960 23569.0 3013672 23928.0 3014383 24408.0 3015095 22740.0 3015806 23310.0 3016517 22344.0 3017229 21592.0 3017940 21711.0 3018652 21462.0 3019363 22159.0 3020074 21803.0 3020786 23497.0 3021497 24440.0 3022208 25856.0 3022920 27788.0 3023631 28993.0 3024343 29406.0 3025054 28770.0 3025765 25745.0 3026477 24228.0 3027188 23110.0 3027899 22747.0 3028611 23514.0 3029322 22514.0 3030034 22291.0 3030745 23246.0 3031456 24728.0 3032168 32045.0 3032879 50999.0 3033591 84105.0 3034302 119884.0 3035013 147723.0 3035725 144966.0 3036436 119603.0 3037147 84433.0 3037859 58901.0 3038570 41454.0 3039282 32704.0 3039993 30585.0 3040704 26132.0 3041416 24811.0 3042127 24484.0 3042839 24126.0 3043550 25149.0 3044261 26339.0 3044973 26928.0 3045684 26109.0 3046395 25383.0 3047107 24853.0 3047818 23980.0 3048530 22887.0 3049241 22565.0 3049952 22661.0 3050664 24357.0 3051375 26390.0 3052086 26841.0 3052798 27648.0 3053509 28074.0 3054221 27032.0 3054932 26347.0 3055643 25757.0 3056355 24756.0 3057066 24812.0 3057778 26774.0 3058489 30749.0 3059200 37321.0 3059912 45237.0 3060623 50314.0 3061334 52818.0 3062046 54551.0 3062757 52351.0 3063469 48542.0 3064180 42112.0 3064891 37393.0 3065603 33729.0 3066314 30175.0 3067026 29260.0 3067737 28017.0 3068448 27586.0 3069160 26997.0 3069871 28263.0 3070582 30271.0 3071294 32021.0 3072005 34936.0 3072717 38838.0 3073428 43486.0 3074139 42943.0 3074851 39281.0 3075562 35576.0 3076273 31783.0 3076985 30075.0 3077696 30727.0 3078408 31079.0 3079119 31633.0 3079830 33639.0 3080542 38938.0 3081253 51388.0 3081965 79660.0 3082676 115784.0 3083387 137317.0 3084099 130720.0 3084810 95197.0 3085521 60906.0 3086233 40388.0 3086944 30976.0 3087656 28939.0 3088367 27007.0 3089078 26217.0 3089790 24777.0 3090501 25558.0 3091213 25938.0 3091924 24870.0 3092635 24786.0 3093347 24575.0 3094058 23064.0 3094769 23240.0 3095481 23639.0 3096192 23982.0 3096904 23096.0 3097615 22430.0 3098326 22189.0 3099038 21880.0 3099749 22350.0 3100460 22585.0 3101172 22789.0 3101883 24570.0 3102595 24194.0 3103306 24783.0 3104017 24004.0 3104729 22639.0 3105440 21806.0 3106152 21772.0 3106863 21250.0 3107574 24830.0 3108286 26595.0 3108997 29022.0 3109708 30371.0 3110420 28915.0 3111131 28087.0 3111843 26185.0 3112554 24534.0 3113265 24034.0 3113977 23993.0 3114688 24857.0 3115400 26171.0 3116111 25136.0 3116822 24613.0 3117534 24258.0 3118245 23611.0 3118956 23405.0 3119668 23412.0 3120379 24107.0 3121091 24186.0 3121802 26806.0 3122513 29488.0 3123225 32578.0 3123936 33588.0 3124647 35458.0 3125359 34390.0 3126070 34498.0 3126782 33130.0 3127493 31427.0 3128204 31155.0 3128916 29980.0 3129627 30265.0 3130339 28555.0 3131050 28608.0 3131761 26184.0 3132473 25678.0 3133184 26903.0 3133895 29192.0 3134607 32398.0 3135318 38404.0 3136030 46334.0 3136741 53015.0 3137452 58906.0 3138164 62138.0 3138875 62138.0 3139587 58093.0 3140298 51091.0 3141009 48191.0 3141721 45128.0 3142432 42727.0 3143143 40340.0 3143855 35816.0 3144566 32503.0 3145278 29735.0 3145989 27949.0 3146700 27307.0 3147412 26035.0 3148123 25115.0 3148834 25997.0 3149546 27016.0 3150257 26167.0 3150969 25332.0 3151680 25767.0 3152391 25022.0 3153103 25484.0 3153814 25620.0 3154526 23768.0 3155237 25481.0 3155948 25682.0 3156660 25036.0 3157371 25469.0 3158082 25164.0 3158794 26491.0 3159505 25777.0 3160217 24783.0 3160928 24438.0 3161639 23725.0 3162351 22503.0 3163062 23015.0 3163774 22673.0 3164485 22638.0 3165196 22538.0 3165908 22591.0 3166619 24464.0 3167330 24597.0 3168042 25184.0 3168753 25358.0 3169465 26120.0 3170176 26171.0 3170887 26039.0 3171599 26575.0 3172310 26161.0 3173021 30177.0 3173733 48694.0 3174444 98603.0 3175156 200805.0 3175867 349761.0 3176578 504168.0 3177290 576678.0 3178001 465099.0 3178713 239867.0 3179424 98698.0 3180135 50158.0 3180847 36811.0 3181558 31733.0 3182269 30088.0 3182981 27211.0 3183692 26465.0 3184404 26798.0 3185115 26663.0 3185826 27473.0 3186538 26986.0 3187249 27351.0 3187960 27533.0 3188672 27645.0 3189383 28679.0 3190095 28401.0 3190806 25518.0 3191517 24830.0 3192229 25430.0 3192940 27007.0 3193652 29733.0 3194363 28982.0 3195074 27505.0 3195786 26447.0 3196497 24389.0 3197208 24305.0 3197920 23033.0 3198631 23833.0 3199343 26991.0 3200054 34938.0 3200765 54064.0 3201477 82262.0 3202188 104408.0 3202900 106362.0 3203611 85370.0 3204322 63513.0 3205034 46784.0 3205745 37387.0 3206456 31550.0 3207168 28522.0 3207879 26838.0 3208591 25799.0 3209302 25241.0 3210013 27428.0 3210725 29411.0 3211436 40197.0 3212147 62829.0 3212859 94600.0 3213570 118101.0 3214282 114292.0 3214993 90207.0 3215704 59808.0 3216416 43781.0 3217127 32762.0 3217839 27831.0 3218550 26925.0 3219261 26289.0 3219973 25210.0 3220684 25773.0 3221395 24060.0 3222107 23653.0 3222818 22747.0 3223530 23460.0 3224241 23696.0 3224952 25366.0 3225664 26666.0 3226375 27830.0 3227087 28054.0 3227798 26698.0 3228509 26864.0 3229221 25391.0 3229932 25562.0 3230643 25933.0 3231355 25815.0 3232066 26651.0 3232778 26642.0 3233489 26030.0 3234200 25624.0 3234912 25909.0 3235623 24476.0 3236334 24187.0 3237046 25595.0 3237757 26690.0 3238469 32190.0 3239180 37219.0 3239891 41527.0 3240603 42670.0 3241314 40441.0 3242026 35438.0 3242737 30271.0 3243448 25822.0 3244160 24999.0 3244871 23585.0 3245582 23204.0 3246294 23836.0 3247005 24965.0 3247717 24930.0 3248428 25378.0 3249139 25978.0 3249851 27217.0 3250562 26134.0 3251274 26126.0 3251985 24407.0 3252696 22731.0 3253408 22833.0 3254119 23583.0 3254830 23074.0 3255542 24451.0 3256253 23084.0 3256965 23048.0 3257676 23516.0 3258387 22796.0 3259099 23110.0 3259810 24242.0 3260521 23276.0 3261233 22078.0 3261944 21746.0 3262656 21353.0 3263367 22295.0 3264078 22797.0 3264790 22925.0 3265501 24975.0 3266213 25715.0 3266924 26252.0 3267635 27384.0 3268347 26603.0 3269058 24399.0 3269769 23954.0 3270481 23801.0 3271192 23103.0 3271904 23547.0 3272615 23957.0 3273326 26690.0 3274038 29395.0 3274749 33159.0 3275461 34568.0 3276172 35182.0 3276883 31356.0 3277595 28770.0 3278306 27867.0 3279017 27233.0 3279729 27270.0 3280440 28740.0 3281152 28889.0 3281863 29176.0 3282574 28205.0 3283286 27206.0 3283997 25397.0 3284708 24706.0 3285420 26139.0 3286131 27028.0 3286843 27690.0 3287554 27579.0 3288265 24929.0 3288977 24952.0 3289688 24730.0 3290400 24527.0 3291111 28219.0 3291822 29469.0 3292534 28953.0 3293245 26951.0 3293956 25928.0 3294668 24008.0 3295379 23359.0 3296091 22786.0 3296802 23154.0 3297513 24110.0 3298225 24536.0 3298936 25293.0 3299648 24610.0 3300359 24192.0 3301070 23063.0 3301782 23029.0 3302493 22478.0 3303204 23473.0 3303916 26991.0 3304627 32307.0 3305339 41476.0 3306050 48534.0 3306761 49080.0 3307473 42715.0 3308184 39381.0 3308895 38995.0 3309607 44607.0 3310318 51724.0 3311030 54669.0 3311741 49002.0 3312452 39727.0 3313164 32743.0 3313875 28618.0 3314587 27635.0 3315298 25884.0 3316009 25667.0 3316721 24365.0 3317432 24111.0 3318143 23471.0 3318855 23694.0 3319566 22658.0 3320278 23696.0 3320989 23798.0 3321700 25318.0 3322412 27380.0 3323123 29222.0 3323835 31656.0 3324546 31301.0 3325257 30117.0 3325969 27469.0 3326680 26849.0 3327391 28085.0 3328103 32545.0 3328814 48535.0 3329526 66151.0 3330237 81575.0 3330948 76353.0 3331660 60857.0 3332371 44225.0 3333082 35006.0 3333794 31398.0 3334505 29225.0 3335217 27459.0 3335928 25853.0 3336639 25023.0 3337351 23990.0 3338062 22550.0 3338774 22665.0 3339485 22120.0 3340196 23717.0 3340908 22959.0 3341619 22122.0 3342330 22966.0 3343042 23184.0 3343753 22619.0 3344465 22943.0 3345176 23018.0 3345887 23388.0 3346599 23430.0 3347310 22468.0 3348022 21785.0 3348733 21298.0 3349444 22140.0 3350156 20915.0 3350867 21536.0 3351578 21441.0 3352290 22437.0 3353001 22845.0 3353713 23419.0 3354424 24022.0 3355135 24930.0 3355847 26222.0 3356558 25706.0 3357269 25451.0 3357981 23743.0 3358692 23089.0 3359404 21714.0 3360115 21530.0 3360826 21363.0 3361538 20718.0 3362249 20687.0 3362961 20991.0 3363672 21055.0 3364383 20879.0 3365095 20872.0 3365806 21000.0 3366517 22206.0 3367229 21295.0 3367940 21075.0 3368652 21761.0 3369363 22660.0 3370074 23606.0 3370786 23166.0 3371497 22518.0 3372209 24048.0 3372920 24440.0 3373631 24294.0 3374343 24206.0 3375054 23788.0 3375765 22864.0 3376477 22906.0 3377188 21631.0 3377900 22286.0 3378611 21916.0 3379322 20915.0 3380034 21755.0 3380745 22396.0 3381456 23229.0 3382168 23197.0 3382879 23289.0 3383591 23395.0 3384302 24726.0 3385013 25953.0 3385725 25577.0 3386436 25451.0 3387148 25937.0 3387859 27286.0 3388570 30289.0 3389282 29496.0 3389993 27195.0 3390704 25979.0 3391416 24967.0 3392127 25835.0 3392839 26367.0 3393550 28231.0 3394261 29617.0 3394973 30588.0 3395684 32174.0 3396395 34322.0 3397107 33221.0 3397818 32176.0 3398530 31442.0 3399241 29056.0 3399952 27565.0 3400664 26786.0 3401375 26857.0 3402087 27689.0 3402798 27188.0 3403509 26970.0 3404221 29265.0 3404932 29969.0 3405643 29516.0 3406355 28665.0 3407066 26690.0 3407778 26773.0 3408489 27112.0 3409200 25977.0 3409912 27918.0 3410623 35859.0 3411335 56814.0 3412046 89502.0 3412757 119787.0 3413469 133375.0 3414180 110619.0 3414891 79202.0 3415603 50777.0 3416314 36900.0 3417026 31636.0 3417737 28797.0 3418448 28310.0 3419160 27761.0 3419871 28865.0 3420582 28751.0 3421294 27739.0 3422005 26565.0 3422717 27076.0 3423428 27272.0 3424139 26909.0 3424851 27047.0 3425562 27191.0 3426274 26255.0 3426985 28909.0 3427696 28252.0 3428408 27842.0 3429119 31153.0 3429830 37137.0 3430542 52719.0 3431253 81085.0 3431965 118026.0 3432676 142804.0 3433387 148242.0 3434099 155100.0 3434810 174340.0 3435522 204260.0 3436233 227143.0 3436944 259396.0 3437656 299395.0 3438367 320014.0 3439078 237919.0 3439790 113181.0 3440501 66936.0 3441213 51959.0 3441924 44767.0 3442635 40836.0 3443347 38313.0 3444058 36522.0 3444769 34134.0 3445481 33259.0 3446192 32151.0 3446904 31451.0 3447615 30989.0 3448326 31073.0 3449038 30703.0 3449749 30511.0 3450461 30870.0 3451172 31063.0 3451883 30062.0 3452595 28987.0 3453306 30017.0 3454017 29400.0 3454729 28428.0 3455440 28631.0 3456152 28956.0 3456863 28677.0 3457574 28167.0 3458286 27033.0 3458997 27162.0 3459709 25408.0 3460420 25999.0 3461131 27728.0 3461843 27629.0 3462554 27983.0 3463265 27921.0 3463977 28637.0 3464688 28409.0 3465400 27746.0 3466111 29605.0 3466822 38188.0 3467534 63090.0 3468245 119580.0 3468956 209760.0 3469668 300873.0 3470379 317164.0 3471091 244282.0 3471802 143662.0 3472513 74610.0 3473225 46729.0 3473936 36408.0 3474648 34385.0 3475359 32562.0 3476070 30542.0 3476782 31430.0 3477493 31680.0 3478204 30637.0 3478916 28264.0 3479627 29043.0 3480339 29718.0 3481050 31166.0 3481761 34686.0 3482473 39865.0 3483184 47308.0 3483896 49453.0 3484607 46001.0 3485318 39721.0 3486030 35007.0 3486741 32382.0 3487452 30300.0 3488164 29111.0 3488875 28475.0 3489587 27454.0 3490298 26291.0 3491009 26874.0 3491721 26522.0 3492432 27660.0 3493143 26796.0 3493855 27033.0 3494566 25114.0 3495278 25703.0 3495989 25958.0 3496700 25617.0 3497412 25559.0 3498123 27553.0 3498835 27847.0 3499546 28222.0 3500257 28884.0 3500969 30442.0 3501680 30718.0 3502391 31653.0 3503103 29656.0 3503814 28177.0 3504526 24850.0 3505237 25160.0 3505948 24867.0 3506660 25329.0 3507371 25523.0 3508083 27084.0 3508794 28485.0 3509505 30505.0 3510217 31627.0 3510928 30420.0 3511639 29864.0 3512351 29599.0 3513062 29653.0 3513774 30952.0 3514485 30792.0 3515196 31518.0 3515908 30428.0 3516619 30318.0 3517330 29178.0 3518042 28143.0 3518753 28739.0 3519465 28526.0 3520176 28825.0 3520887 30156.0 3521599 30871.0 3522310 30834.0 3523022 32490.0 3523733 31865.0 3524444 28029.0 3525156 28192.0 3525867 28100.0 3526578 33362.0 3527290 47018.0 3528001 78503.0 3528713 133678.0 3529424 190460.0 3530135 214533.0 3530847 182178.0 3531558 126552.0 3532270 74657.0 3532981 50230.0 3533692 40182.0 3534404 37936.0 3535115 35263.0 3535826 33123.0 3536538 31522.0 3537249 30627.0 3537961 27950.0 3538672 27243.0 3539383 27473.0 3540095 28873.0 3540806 29914.0 3541517 35646.0 3542229 50379.0 3542940 71364.0 3543652 98742.0 3544363 115066.0 3545074 110115.0 3545786 89312.0 3546497 66493.0 3547209 53648.0 3547920 44733.0 3548631 40038.0 3549343 37980.0 3550054 35134.0 3550765 34296.0 3551477 32480.0 3552188 32577.0 3552900 33413.0 3553611 32855.0 3554322 32633.0 3555034 34165.0 3555745 33789.0 3556457 33711.0 3557168 35100.0 3557879 37798.0 3558591 40056.0 3559302 40886.0 3560013 39481.0 3560725 35490.0 3561436 31877.0 3562148 29053.0 3562859 29322.0 3563570 28055.0 3564282 29207.0 3564993 28465.0 3565704 27409.0 3566416 28815.0 3567127 28227.0 3567839 28780.0 3568550 27429.0 3569261 28107.0 3569973 27834.0 3570684 27226.0 3571396 27144.0 3572107 27889.0 3572818 27301.0 3573530 28618.0 3574241 28720.0 3574952 28843.0 3575664 29907.0 3576375 28967.0 3577087 28872.0 3577798 28327.0 3578509 27137.0 3579221 27262.0 3579932 26561.0 3580644 26615.0 3581355 26712.0 3582066 26610.0 3582778 26686.0 3583489 25504.0 3584200 25744.0 3584912 24945.0 3585623 26370.0 3586335 26158.0 3587046 26287.0 3587757 25594.0 3588469 26548.0 3589180 25824.0 3589891 28312.0 3590603 30290.0 3591314 31526.0 3592026 31938.0 3592737 32032.0 3593448 30395.0 3594160 29196.0 3594871 27370.0 3595583 27393.0 3596294 28354.0 3597005 26927.0 3597717 26861.0 3598428 26268.0 3599139 26293.0 3599851 26438.0 3600562 25225.0 3601274 25623.0 3601985 24241.0 3602696 25848.0 3603408 24363.0 3604119 24449.0 3604830 24744.0 3605542 25122.0 3606253 24355.0 3606965 24515.0 3607676 24064.0 3608387 24731.0 3609099 25094.0 3609810 24476.0 3610522 26007.0 3611233 25605.0 3611944 25834.0 3612656 24959.0 3613367 26343.0 3614078 25698.0 3614790 25822.0 3615501 26421.0 3616213 26680.0 3616924 26015.0 3617635 25343.0 3618347 25517.0 3619058 25297.0 3619770 24974.0 3620481 26558.0 3621192 26150.0 3621904 30262.0 3622615 40031.0 3623326 58228.0 3624038 74333.0 3624749 84743.0 3625461 76146.0 3626172 64213.0 3626883 48618.0 3627595 37637.0 3628306 31893.0 3629017 29435.0 3629729 27892.0 3630440 26566.0 3631152 26698.0 3631863 26693.0 3632574 26323.0 3633286 26621.0 3633997 27621.0 3634709 28945.0 3635420 30469.0 3636131 30216.0 3636843 31501.0 3637554 29203.0 3638265 28359.0 3638977 28499.0 3639688 28261.0 3640400 28244.0 3641111 28357.0 3641822 28186.0 3642534 26953.0 3643245 26742.0 3643957 24807.0 3644668 25627.0 3645379 25132.0 3646091 25659.0 3646802 26041.0 3647513 26414.0 3648225 27853.0 3648936 29868.0 3649648 32858.0 3650359 37453.0 3651070 48199.0 3651782 61098.0 3652493 70168.0 3653204 72430.0 3653916 63750.0 3654627 55800.0 3655339 51591.0 3656050 47768.0 3656761 46276.0 3657473 40565.0 3658184 38557.0 3658896 37229.0 3659607 37999.0 3660318 40964.0 3661030 42883.0 3661741 44445.0 3662452 44368.0 3663164 40046.0 3663875 35988.0 3664587 32584.0 3665298 30889.0 3666009 29492.0 3666721 30355.0 3667432 32037.0 3668144 38609.0 3668855 48547.0 3669566 71365.0 3670278 98069.0 3670989 118582.0 3671700 109710.0 3672412 91322.0 3673123 61756.0 3673835 46157.0 3674546 37988.0 3675257 35645.0 3675969 33100.0 3676680 33053.0 3677391 32748.0 3678103 30685.0 3678814 30634.0 3679526 30533.0 3680237 30382.0 3680948 30658.0 3681660 29100.0 3682371 30200.0 3683083 29358.0 3683794 29618.0 3684505 30058.0 3685217 30219.0 3685928 32207.0 3686639 32219.0 3687351 32441.0 3688062 32991.0 3688774 33197.0 3689485 31346.0 3690196 30828.0 3690908 29541.0 3691619 30030.0 3692331 28519.0 3693042 28571.0 3693753 27735.0 3694465 27404.0 3695176 26992.0 3695887 26764.0 3696599 27492.0 3697310 28020.0 3698022 27971.0 3698733 27412.0 3699444 27077.0 3700156 26812.0 3700867 27558.0 3701578 28087.0 3702290 28848.0 3703001 28594.0 3703713 26950.0 3704424 26616.0 3705135 25751.0 3705847 26775.0 3706558 27153.0 3707270 26161.0 3707981 25900.0 3708692 25778.0 3709404 26106.0 3710115 26075.0 3710826 26151.0 3711538 25887.0 3712249 26606.0 3712961 26005.0 3713672 26412.0 3714383 26744.0 3715095 27250.0 3715806 27221.0 3716518 28670.0 3717229 29158.0 3717940 30597.0 3718652 33380.0 3719363 43404.0 3720074 66898.0 3720786 115634.0 3721497 194614.0 3722209 300284.0 3722920 430215.0 3723631 570534.0 3724343 701900.0 3725054 733816.0 3725765 583086.0 3726477 306370.0 3727188 162888.0 3727900 116205.0 3728611 95819.0 3729322 83213.0 3730034 74143.0 3730745 70852.0 3731457 63574.0 3732168 60265.0 3732879 55210.0 3733591 52737.0 3734302 52593.0 3735013 49134.0 3735725 47601.0 3736436 47132.0 3737148 46736.0 3737859 44671.0 3738570 44188.0 3739282 43412.0 3739993 42611.0 3740705 41486.0 3741416 41922.0 3742127 42540.0 3742839 42226.0 3743550 41705.0 3744261 43925.0 3744973 41883.0 3745684 42255.0 3746396 42408.0 3747107 43170.0 3747818 42016.0 3748530 42761.0 3749241 43571.0 3749952 43663.0 3750664 44460.0 3751375 43753.0 3752087 45647.0 3752798 45963.0 3753509 47303.0 3754221 48823.0 3754932 48958.0 3755644 49318.0 3756355 50796.0 3757066 52472.0 3757778 58783.0 3758489 71214.0 3759200 97295.0 3759912 133884.0 3760623 168100.0 3761335 185567.0 3762046 180797.0 3762757 181202.0 3763469 200013.0 3764180 220002.0 3764892 207941.0 3765603 153410.0 3766314 95857.0 3767026 62480.0 3767737 50844.0 3768448 44771.0 3769160 41781.0 3769871 40647.0 3770583 38434.0 3771294 37419.0 3772005 37320.0 3772717 36830.0 3773428 36397.0 3774139 35733.0 3774851 34088.0 3775562 32937.0 3776274 33829.0 3776985 33330.0 3777696 32084.0 3778408 32268.0 3779119 33451.0 3779831 36043.0 3780542 34678.0 3781253 37829.0 3781965 38536.0 3782676 35475.0 3783387 33558.0 3784099 31409.0 3784810 31534.0 3785522 31746.0 3786233 31070.0 3786944 29560.0 3787656 29372.0 3788367 29955.0 3789079 29416.0 3789790 30655.0 3790501 30733.0 3791213 29379.0 3791924 28719.0 3792635 29114.0 3793347 29777.0 3794058 31097.0 3794770 31353.0 3795481 30923.0 3796192 31797.0 3796904 30889.0 3797615 31440.0 3798326 30442.0 3799038 30368.0 3799749 29597.0 3800461 29990.0 3801172 31313.0 3801883 30167.0 3802595 30927.0 3803306 29288.0 3804018 29751.0 3804729 28793.0 3805440 29095.0 3806152 28227.0 3806863 28000.0 3807574 28153.0 3808286 28001.0 3808997 27224.0 3809709 27402.0 3810420 26434.0 3811131 26759.0 3811843 26505.0 3812554 26159.0 3813265 26232.0 3813977 26623.0 3814688 26297.0 3815400 25934.0 3816111 25931.0 3816822 25940.0 3817534 25950.0 3818245 26562.0 3818957 25779.0 3819668 26144.0 3820379 26130.0 3821091 27581.0 3821802 26667.0 3822513 28103.0 3823225 27841.0 3823936 28535.0 3824648 30426.0 3825359 35008.0 3826070 39834.0 3826782 43561.0 3827493 43020.0 3828205 37154.0 3828916 34208.0 3829627 28893.0 3830339 28897.0 3831050 27380.0 3831761 28434.0 3832473 28630.0 3833184 29718.0 3833896 29816.0 3834607 29659.0 3835318 28398.0 3836030 29666.0 3836741 31942.0 3837452 33636.0 3838164 35481.0 3838875 34260.0 3839587 32321.0 3840298 30883.0 3841009 29775.0 3841721 28605.0 3842432 29262.0 3843144 27678.0 3843855 27832.0 3844566 28428.0 3845278 28047.0 3845989 28125.0 3846700 28343.0 3847412 28801.0 3848123 29078.0 3848835 29082.0 3849546 28375.0 3850257 28826.0 3850969 28447.0 3851680 27757.0 3852392 26964.0 3853103 26987.0 3853814 27223.0 3854526 27737.0 3855237 29381.0 3855948 30778.0 3856660 32472.0 3857371 32575.0 3858083 31109.0 3858794 29373.0 3859505 29277.0 3860217 28685.0 3860928 27453.0 3861639 27297.0 3862351 27286.0 3863062 27987.0 3863774 30762.0 3864485 35502.0 3865196 41365.0 3865908 44993.0 3866619 44212.0 3867331 40933.0 3868042 34130.0 3868753 30073.0 3869465 27693.0 3870176 27645.0 3870887 26681.0 3871599 27259.0 3872310 25709.0 3873022 26546.0 3873733 26026.0 3874444 26525.0 3875156 27293.0 3875867 27798.0 3876579 27772.0 3877290 28796.0 3878001 27816.0 3878713 28038.0 3879424 26752.0 3880135 26995.0 3880847 26881.0 3881558 26497.0 3882270 25524.0 3882981 25809.0 3883692 25459.0 3884404 25552.0 3885115 25796.0 3885826 26131.0 3886538 26455.0 3887249 25784.0 3887961 26060.0 3888672 26652.0 3889383 26652.0 3890095 28045.0 3890806 27017.0 3891518 27688.0 3892229 28216.0 3892940 27627.0 3893652 27225.0 3894363 26847.0 3895074 27301.0 3895786 27834.0 3896497 28144.0 3897209 28073.0 3897920 28469.0 3898631 28098.0 3899343 28520.0 3900054 28279.0 3900766 27422.0 3901477 26606.0 3902188 27036.0 3902900 25716.0 3903611 25346.0 3904322 26133.0 3905034 25818.0 3905745 24566.0 3906457 24439.0 3907168 24292.0 3907879 24262.0 3908591 24757.0 3909302 24162.0 3910013 24578.0 3910725 24573.0 3911436 24450.0 3912148 24191.0 3912859 24138.0 3913570 23653.0 3914282 23739.0 3914993 25311.0 3915705 27822.0 3916416 27966.0 3917127 28593.0 3917839 31055.0 3918550 31544.0 3919261 32541.0 3919973 30542.0 3920684 29554.0 3921396 27494.0 3922107 27700.0 3922818 26649.0 3923530 26683.0 3924241 25740.0 3924953 25152.0 3925664 26474.0 3926375 26589.0 3927087 25286.0 3927798 25421.0 3928509 25371.0 3929221 24986.0 3929932 23719.0 3930644 23572.0 3931355 23063.0 3932066 24160.0 3932778 23907.0 3933489 25086.0 3934200 25684.0 3934912 25199.0 3935623 25222.0 3936335 25456.0 3937046 25639.0 3937757 23966.0 3938469 24392.0 3939180 24361.0 3939892 24475.0 3940603 25485.0 3941314 25115.0 3942026 25093.0 3942737 26288.0 3943448 25604.0 3944160 26443.0 3944871 27673.0 3945583 30362.0 3946294 30729.0 3947005 30829.0 3947717 30579.0 3948428 29080.0 3949140 27376.0 3949851 26570.0 3950562 26170.0 3951274 25318.0 3951985 25362.0 3952696 25190.0 3953408 24703.0 3954119 25252.0 3954831 25765.0 3955542 26646.0 3956253 26049.0 3956965 25795.0 3957676 25448.0 3958387 24803.0 3959099 24837.0 3959810 25032.0 3960522 24596.0 3961233 26507.0 3961944 24392.0 3962656 24800.0 3963367 24884.0 3964079 24500.0 3964790 25240.0 3965501 26232.0 3966213 27323.0 3966924 27828.0 3967635 28201.0 3968347 26484.0 3969058 25827.0 3969770 25374.0 3970481 25546.0 3971192 25763.0 3971904 26343.0 3972615 25251.0 3973327 24871.0 3974038 23682.0 3974749 24537.0 3975461 24031.0 3976172 25092.0 3976883 23499.0 3977595 24145.0 3978306 24049.0 3979018 24492.0 3979729 24595.0 3980440 24944.0 3981152 24147.0 3981863 24450.0 3982574 24323.0 3983286 24546.0 3983997 24609.0 3984709 24936.0 3985420 25126.0 3986131 24684.0 3986843 23604.0 3987554 24693.0 3988266 24852.0 3988977 25126.0 3989688 25933.0 3990400 25904.0 3991111 24273.0 3991822 23407.0 3992534 22880.0 3993245 24096.0 3993957 24090.0 3994668 23994.0 3995379 24529.0 3996091 24714.0 3996802 25688.0 3997514 25949.0 3998225 25443.0 3998936 25808.0 3999648 25873.0 4000359 25343.0 4001070 25082.0 4001782 24850.0 4002493 24667.0 4003205 24229.0 4003916 25127.0 4004627 25095.0 4005339 24884.0 4006050 25042.0 4006761 25918.0 4007473 24218.0 4008184 24494.0 4008896 23489.0 4009607 23648.0 4010318 23665.0 4011030 24271.0 4011741 25186.0 4012453 26415.0 4013164 27768.0 4013875 28998.0 4014587 30937.0 4015298 32130.0 4016009 33266.0 4016721 32468.0 4017432 30330.0 4018144 28753.0 4018855 28046.0 4019566 28155.0 4020278 28355.0 4020989 27204.0 4021700 27025.0 4022412 25749.0 4023123 25408.0 4023835 25133.0 4024546 24764.0 4025257 24524.0 4025969 24085.0 4026680 23794.0 4027392 23730.0 4028103 23667.0 4028814 24556.0 4029526 24476.0 4030237 24415.0 4030948 24547.0 4031660 25239.0 4032371 25901.0 4033083 24503.0 4033794 24445.0 4034505 24272.0 4035217 23946.0 4035928 25151.0 4036640 25475.0 4037351 25636.0 4038062 26711.0 4038774 25294.0 4039485 25351.0 4040196 25181.0 4040908 25353.0 4041619 25921.0 4042331 26262.0 4043042 26769.0 4043753 27552.0 4044465 26424.0 4045176 25130.0 4045887 26811.0 4046599 25189.0 4047310 25228.0 4048022 24983.0 4048733 24386.0 4049444 24486.0 4050156 25182.0 4050867 24433.0 4051579 23359.0 4052290 24117.0 4053001 24007.0 4053713 24339.0 4054424 24889.0 4055135 23334.0 4055847 24362.0 4056558 24925.0 4057270 25754.0 4057981 26006.0 4058692 25516.0 4059404 26094.0 4060115 27396.0 4060827 29505.0 4061538 37772.0 4062249 49422.0 4062961 62480.0 4063672 70176.0 4064383 63959.0 4065095 55925.0 4065806 48018.0 4066518 39980.0 4067229 36197.0 4067940 34338.0 4068652 32353.0 4069363 32539.0 4070074 29620.0 4070786 28405.0 4071497 29405.0 4072209 27624.0 4072920 27138.0 4073631 26035.0 4074343 26634.0 4075054 26206.0 4075766 26876.0 4076477 27047.0 4077188 25813.0 4077900 26666.0 4078611 26511.0 4079322 27320.0 4080034 27188.0 4080745 26345.0 4081457 26241.0 4082168 26180.0 4082879 26424.0 4083591 26733.0 4084302 26200.0 4085014 27066.0 4085725 27036.0 4086436 26248.0 4087148 25700.0 4087859 26964.0 4088570 26144.0 4089282 26088.0 4089993 26804.0 4090705 26109.0 4091416 26918.0 4092127 26245.0 4092839 26744.0 4093550 27991.0 4094261 25935.0 4094973 25961.0 4095684 25533.0 4096396 25559.0 4097107 25488.0 4097818 25963.0 4098530 24413.0 4099241 25147.0 4099953 25274.0 4100664 24801.0 4101375 24746.0 4102087 24839.0 4102798 24662.0 4103509 24380.0 4104221 23620.0 4104932 24649.0 4105644 24490.0 4106355 25488.0 4107066 23892.0 4107778 24009.0 4108489 24797.0 4109201 23393.0 4109912 24080.0 4110623 23952.0 4111335 24236.0 4112046 24642.0 4112757 24167.0 4113469 23764.0 4114180 25145.0 4114892 25109.0 4115603 25406.0 4116314 25095.0 4117026 25176.0 4117737 24954.0 4118448 25333.0 4119160 26020.0 4119871 26790.0 4120583 27691.0 4121294 27815.0 4122005 26626.0 4122717 26469.0 4123428 25579.0 4124140 25179.0 4124851 24665.0 4125562 24738.0 4126274 24816.0 4126985 23665.0 4127696 23834.0 4128408 23197.0 4129119 23751.0 4129831 25324.0 4130542 24666.0 4131253 25140.0 4131965 24244.0 4132676 24192.0 4133388 24075.0 4134099 24912.0 4134810 24352.0 4135522 24061.0 4136233 23695.0 4136944 23441.0 4137656 23054.0 4138367 23408.0 4139079 22865.0 4139790 23915.0 4140501 24111.0 4141213 24021.0 4141924 23963.0 4142635 24753.0 4143347 25634.0 4144058 25612.0 4144770 24702.0 4145481 25265.0 4146192 26287.0 4146904 25679.0 4147615 25519.0 4148327 25189.0 4149038 25432.0 4149749 25217.0 4150461 24581.0 4151172 24276.0 4151883 25150.0 4152595 23931.0 4153306 24555.0 4154018 25064.0 4154729 23960.0 4155440 23632.0 4156152 25009.0 4156863 24878.0 4157575 25889.0 4158286 25717.0 4158997 25588.0 4159709 25384.0 4160420 24396.0 4161131 25142.0 4161843 24937.0 4162554 24504.0 4163266 25051.0 4163977 24871.0 4164688 25325.0 4165400 25153.0 4166111 25424.0 4166822 25780.0 4167534 25353.0 4168245 27272.0 4168957 27012.0 4169668 27131.0 4170379 26170.0 4171091 25092.0 4171802 25414.0 4172514 25232.0 4173225 24548.0 4173936 24958.0 4174648 24305.0 4175359 24453.0 4176070 24762.0 4176782 24054.0 4177493 24424.0 4178205 24898.0 4178916 25146.0 4179627 25690.0 4180339 24795.0 4181050 24688.0 4181762 24429.0 4182473 24343.0 4183184 23940.0 4183896 24036.0 4184607 23730.0 4185318 24149.0 4186030 23316.0 4186741 23464.0 4187453 24074.0 4188164 23885.0 4188875 23630.0 4189587 24660.0 4190298 24016.0 4191009 24147.0 4191721 24165.0 4192432 24449.0 4193144 24402.0 4193855 24921.0 4194566 24586.0 4195278 24452.0 4195989 25233.0 4196701 23648.0 4197412 26103.0 4198123 24726.0 4198835 24866.0 4199546 24304.0 4200257 25537.0 4200969 25326.0 4201680 24832.0 4202392 26021.0 4203103 25256.0 4203814 24733.0 4204526 24139.0 4205237 22980.0 4205948 23279.0 4206660 24536.0 4207371 24018.0 4208083 24049.0 4208794 23013.0 4209505 23712.0 4210217 23321.0 4210928 24223.0 4211640 24350.0 4212351 24644.0 4213062 25605.0 4213774 25087.0 4214485 26505.0 4215196 26382.0 4215908 26726.0 4216619 25519.0 4217331 25182.0 4218042 24983.0 4218753 24797.0 4219465 25853.0 4220176 26642.0 4220888 27168.0 4221599 26814.0 4222310 26305.0 4223022 26093.0 4223733 25596.0 4224444 25309.0 4225156 24657.0 4225867 24685.0 4226579 24120.0 4227290 24653.0 4228001 24173.0 4228713 24162.0 4229424 24936.0 4230135 24405.0 4230847 24689.0 4231558 24965.0 4232270 25250.0 4232981 25682.0 4233692 24812.0 4234404 26309.0 4235115 26062.0 4235827 25805.0 4236538 25923.0 4237249 26623.0 4237961 26059.0 4238672 26007.0 4239383 26655.0 4240095 26524.0 4240806 29231.0 4241518 33353.0 4242229 46628.0 4242940 73512.0 4243652 113597.0 4244363 158876.0 4245075 196177.0 4245786 200552.0 4246497 160148.0 4247209 119060.0 4247920 88960.0 4248631 71150.0 4249343 65243.0 4250054 56328.0 4250766 53864.0 4251477 50555.0 4252188 50675.0 4252900 48714.0 4253611 48358.0 4254322 47226.0 4255034 49028.0 4255745 50431.0 4256457 53453.0 4257168 54718.0 4257879 58903.0 4258591 60323.0 4259302 64278.0 4260014 68130.0 4260725 69697.0 4261436 74774.0 4262148 81084.0 4262859 88844.0 4263570 94185.0 4264282 101695.0 4264993 105316.0 4265705 110513.0 4266416 105894.0 4267127 98283.0 4267839 81314.0 4268550 64674.0 4269262 52309.0 4269973 44178.0 4270684 39975.0 4271396 37909.0 4272107 37003.0 4272818 35292.0 4273530 33755.0 4274241 33843.0 4274953 32272.0 4275664 33205.0 4276375 31781.0 4277087 31058.0 4277798 29755.0 4278509 31032.0 4279221 31101.0 4279932 30713.0 4280644 31533.0 4281355 30125.0 4282066 30206.0 4282778 28926.0 4283489 29182.0 4284201 29794.0 4284912 29470.0 4285623 29288.0 4286335 28307.0 4287046 28967.0 4287757 28162.0 4288469 28273.0 4289180 27967.0 4289892 29937.0 4290603 29305.0 4291314 30370.0 4292026 30407.0 4292737 30804.0 4293449 31707.0 4294160 30012.0 4294871 29415.0 4295583 28769.0 4296294 28437.0 4297005 26915.0 4297717 27701.0 4298428 28502.0 4299140 27240.0 4299851 28102.0 4300562 28412.0 4301274 28370.0 4301985 29074.0 4302696 28060.0 4303408 27996.0 4304119 28032.0 4304831 27337.0 4305542 27942.0 4306253 26636.0 4306965 26311.0 4307676 26099.0 4308388 26076.0 4309099 26341.0 4309810 26799.0 4310522 26812.0 4311233 25912.0 4311944 27072.0 4312656 26842.0 4313367 26335.0 4314079 27038.0 4314790 26426.0 4315501 26337.0 4316213 26368.0 4316924 26510.0 4317636 26605.0 4318347 26480.0 4319058 25639.0 4319770 25588.0 4320481 26699.0 4321192 26017.0 4321904 26378.0 4322615 26051.0 4323327 26857.0 4324038 27100.0 4324749 26476.0 4325461 26162.0 4326172 26601.0 4326883 26172.0 4327595 26266.0 4328306 27258.0 4329018 26462.0 4329729 25915.0 4330440 26634.0 4331152 26749.0 4331863 26868.0 4332575 26432.0 4333286 27088.0 4333997 27371.0 4334709 26554.0 4335420 28297.0 4336131 26225.0 4336843 26577.0 4337554 26462.0 4338266 25469.0 4338977 26356.0 4339688 26289.0 4340400 26064.0 4341111 26225.0 4341823 26438.0 4342534 26571.0 4343245 27519.0 4343957 28221.0 4344668 26362.0 4345379 27291.0 4346091 26169.0 4346802 27159.0 4347514 25579.0 4348225 26468.0 4348936 27009.0 4349648 27202.0 4350359 27157.0 4351070 26926.0 4351782 24818.0 4352493 25549.0 4353205 25711.0 4353916 26460.0 4354627 24997.0 4355339 26909.0 4356050 26401.0 4356762 26935.0 4357473 27128.0 4358184 27415.0 4358896 26602.0 4359607 27185.0 4360318 26873.0 4361030 27432.0 4361741 28083.0 4362453 27168.0 4363164 27070.0 4363875 27348.0 4364587 27232.0 4365298 27218.0 4366010 28339.0 4366721 28009.0 4367432 27101.0 4368144 27573.0 4368855 28295.0 4369566 28638.0 4370278 28542.0 4370989 28180.0 4371701 27111.0 4372412 27649.0 4373123 28332.0 4373835 28524.0 4374546 27999.0 4375257 27194.0 4375969 27788.0 4376680 27630.0 4377392 25960.0 4378103 26852.0 4378814 28029.0 4379526 28144.0 4380237 26772.0 4380949 27160.0 4381660 26528.0 4382371 26468.0 4383083 27072.0 4383794 25851.0 4384505 26842.0 4385217 26644.0 4385928 27754.0 4386640 27089.0 4387351 25956.0 4388062 26718.0 4388774 26434.0 4389485 26849.0 4390197 26845.0 4390908 26529.0 4391619 25426.0 4392331 26627.0 4393042 26693.0 4393753 27508.0 4394465 27061.0 4395176 26112.0 4395888 26286.0 4396599 26554.0 4397310 26249.0 4398022 26552.0 4398733 26521.0 4399444 26238.0 4400156 26589.0 4400867 26615.0 4401579 27050.0 4402290 26496.0 4403001 27230.0 4403713 26754.0 4404424 26849.0 4405136 27863.0 4405847 27461.0 4406558 28283.0 4407270 28790.0 4407981 27659.0 4408692 28344.0 4409404 28483.0 4410115 28404.0 4410827 26822.0 4411538 27869.0 4412249 27947.0 4412961 28195.0 4413672 28705.0 4414383 29624.0 4415095 28574.0 4415806 28621.0 4416518 29507.0 4417229 29047.0 4417940 28789.0 4418652 28876.0 4419363 28805.0 4420075 28869.0 4420786 27169.0 4421497 26768.0 4422209 27764.0 4422920 27824.0 4423631 27950.0 4424343 26951.0 4425054 25747.0 4425766 26881.0 4426477 27047.0 4427188 27913.0 4427900 28195.0 4428611 27648.0 4429323 27023.0 4430034 27385.0 4430745 25877.0 4431457 26656.0 4432168 26001.0 4432879 26230.0 4433591 27251.0 4434302 27189.0 4435014 26951.0 4435725 26915.0 4436436 28051.0 4437148 27803.0 4437859 28813.0 4438570 29919.0 4439282 31056.0 4439993 30067.0 4440705 31451.0 4441416 27762.0 4442127 28046.0 4442839 27416.0 4443550 29052.0 4444262 28702.0 4444973 27665.0 4445684 26084.0 4446396 27684.0 4447107 27271.0 4447818 28368.0 4448530 28186.0 4449241 27897.0 4449953 28387.0 4450664 27456.0 4451375 26699.0 4452087 27055.0 4452798 27845.0 4453510 27888.0 4454221 27403.0 4454932 28435.0 4455644 26533.0 4456355 27309.0 4457066 26954.0 4457778 27683.0 4458489 28430.0 4459201 29725.0 4459912 30188.0 4460623 29561.0 4461335 29761.0 4462046 29680.0 4462757 28405.0 4463469 27791.0 4464180 26936.0 4464892 27521.0 4465603 26984.0 4466314 27515.0 4467026 27926.0 4467737 27687.0 4468449 27396.0 4469160 27193.0 4469871 26336.0 4470583 27499.0 4471294 28799.0 4472005 28750.0 4472717 28769.0 4473428 28676.0 4474140 29614.0 4474851 29482.0 4475562 28781.0 4476274 29332.0 4476985 28701.0 4477697 28586.0 4478408 28408.0 4479119 28934.0 4479831 27759.0 4480542 26126.0 4481253 27944.0 4481965 28335.0 4482676 27699.0 4483388 29001.0 4484099 29291.0 4484810 29911.0 4485522 29793.0 4486233 31239.0 4486944 33933.0 4487656 34439.0 4488367 35005.0 4489079 33887.0 4489790 32449.0 4490501 32095.0 4491213 30511.0 4491924 30485.0 4492636 30100.0 4493347 28604.0 4494058 29078.0 4494770 28897.0 4495481 29326.0 4496192 28008.0 4496904 27875.0 4497615 29125.0 4498327 28111.0 4499038 29525.0 4499749 29479.0 4500461 29000.0 4501172 31222.0 4501884 29863.0 4502595 29905.0 4503306 28242.0 4504018 29589.0 4504729 28944.0 4505440 28463.0 4506152 28629.0 4506863 28256.0 4507575 28615.0 4508286 29529.0 4508997 28707.0 4509709 28513.0 4510420 28727.0 4511131 29171.0 4511843 30593.0 4512554 30215.0 4513266 29198.0 4513977 28293.0 4514688 29160.0 4515400 29198.0 4516111 27023.0 4516823 28125.0 4517534 28021.0 4518245 27889.0 4518957 27819.0 4519668 29004.0 4520379 27814.0 4521091 28614.0 4521802 28528.0 4522514 27404.0 4523225 28821.0 4523936 28804.0 4524648 29337.0 4525359 29567.0 4526071 28706.0 4526782 28796.0 4527493 29265.0 4528205 28208.0 4528916 28386.0 4529627 28495.0 4530339 27596.0 4531050 28093.0 4531762 28008.0 4532473 28332.0 4533184 28566.0 4533896 28475.0 4534607 27370.0 4535318 28018.0 4536030 27754.0 4536741 28394.0 4537453 27102.0 4538164 27176.0 4538875 27206.0 4539587 27350.0 4540298 27382.0 4541010 27505.0 4541721 28298.0 4542432 27823.0 4543144 28487.0 4543855 28816.0 4544566 28545.0 4545278 27769.0 4545989 28472.0 4546701 28308.0 4547412 28975.0 4548123 28508.0 4548835 30220.0 4549546 30055.0 4550258 28641.0 4550969 28517.0 4551680 28323.0 4552392 29001.0 4553103 30896.0 4553814 30135.0 4554526 29817.0 4555237 29078.0 4555949 29046.0 4556660 29192.0 4557371 28361.0 4558083 29854.0 4558794 29121.0 4559505 29469.0 4560217 28473.0 4560928 29110.0 4561640 28405.0 4562351 28626.0 4563062 27953.0 4563774 27925.0 4564485 28722.0 4565197 29081.0 4565908 28449.0 4566619 28963.0 4567331 28704.0 4568042 28363.0 4568753 28406.0 4569465 29806.0 4570176 31083.0 4570888 30837.0 4571599 32593.0 4572310 31587.0 4573022 31716.0 4573733 30864.0 4574445 28300.0 4575156 27790.0 4575867 28734.0 4576579 28143.0 4577290 28844.0 4578001 28528.0 4578713 29201.0 4579424 29604.0 4580136 28511.0 4580847 28275.0 4581558 29040.0 4582270 30164.0 4582981 28855.0 4583692 28449.0 4584404 30445.0 4585115 28911.0 4585827 28853.0 4586538 30241.0 4587249 29058.0 4587961 30189.0 4588672 30440.0 4589384 29373.0 4590095 28896.0 4590806 28623.0 4591518 30872.0 4592229 28351.0 4592940 29603.0 4593652 29379.0 4594363 29145.0 4595075 28726.0 4595786 29230.0 4596497 28857.0 4597209 29613.0 4597920 29639.0 4598632 29807.0 4599343 29913.0 4600054 30203.0 4600766 30144.0 4601477 29659.0 4602188 29712.0 4602900 29284.0 4603611 29645.0 4604323 30683.0 4605034 29779.0 4605745 29413.0 4606457 29229.0 4607168 29200.0 4607879 29138.0 4608591 29679.0 4609302 28756.0 4610014 30442.0 4610725 31265.0 4611436 31780.0 4612148 32052.0 4612859 33109.0 4613571 30617.0 4614282 30840.0 4614993 29841.0 4615705 28482.0 4616416 29444.0 4617127 29554.0 4617839 29632.0 4618550 29864.0 4619262 29802.0 4619973 29361.0 4620684 30338.0 4621396 29445.0 4622107 29471.0 4622818 29727.0 4623530 29395.0 4624241 29451.0 4624953 29789.0 4625664 30530.0 4626375 30640.0 4627087 29778.0 4627798 30056.0 4628510 29044.0 4629221 31089.0 4629932 30414.0 4630644 30827.0 4631355 30940.0 4632066 31149.0 4632778 30507.0 4633489 30617.0 4634201 30849.0 4634912 30440.0 4635623 30819.0 4636335 31314.0 4637046 30647.0 4637758 30693.0 4638469 30221.0 4639180 30784.0 4639892 31269.0 4640603 31953.0 4641314 31306.0 4642026 30198.0 4642737 30737.0 4643449 30618.0 4644160 30479.0 4644871 30545.0 4645583 30345.0 4646294 30595.0 4647005 30865.0 4647717 31303.0 4648428 29943.0 4649140 30478.0 4649851 31720.0 4650562 32836.0 4651274 33964.0 4651985 34895.0 4652697 35464.0 4653408 33261.0 4654119 32544.0 4654831 32387.0 4655542 32153.0 4656253 30786.0 4656965 31811.0 4657676 31695.0 4658388 32291.0 4659099 30147.0 4659810 31163.0 4660522 30900.0 4661233 31357.0 4661945 30725.0 4662656 31279.0 4663367 31770.0 4664079 31769.0 4664790 32506.0 4665501 31110.0 4666213 32783.0 4666924 31581.0 4667636 32745.0 4668347 33983.0 4669058 36726.0 4669770 39129.0 4670481 40283.0 4671192 42798.0 4671904 43253.0 4672615 42079.0 4673327 39115.0 4674038 36774.0 4674749 35071.0 4675461 35819.0 4676172 36003.0 4676884 34458.0 4677595 35023.0 4678306 35388.0 4679018 33376.0 4679729 35237.0 4680440 34198.0 4681152 33536.0 4681863 32927.0 4682575 33460.0 4683286 34988.0 4683997 34316.0 4684709 34646.0 4685420 33945.0 4686132 32874.0 4686843 33625.0 4687554 32582.0 4688266 32592.0 4688977 32190.0 4689688 31395.0 4690400 31371.0 4691111 32003.0 4691823 32505.0 4692534 32612.0 4693245 31793.0 4693957 32271.0 4694668 31854.0 4695379 33077.0 4696091 31970.0 4696802 31958.0 4697514 31799.0 4698225 31988.0 4698936 31768.0 4699648 32285.0 4700359 32432.0 4701071 32234.0 4701782 34245.0 4702493 33574.0 4703205 35345.0 4703916 35489.0 4704627 34986.0 4705339 36894.0 4706050 34521.0 4706762 33252.0 4707473 32815.0 4708184 34043.0 4708896 34724.0 4709607 32230.0 4710319 33190.0 4711030 32740.0 4711741 32285.0 4712453 33084.0 4713164 33164.0 4713875 33127.0 4714587 33345.0 4715298 32548.0 4716010 32843.0 4716721 31880.0 4717432 33901.0 4718144 32515.0 4718855 32424.0 4719566 34133.0 4720278 33289.0 4720989 33946.0 4721701 33529.0 4722412 33351.0 4723123 34250.0 4723835 35121.0 4724546 37176.0 4725258 39158.0 4725969 42051.0 4726680 40153.0 4727392 41102.0 4728103 39727.0 4728814 39958.0 4729526 39381.0 4730237 38111.0 4730949 38188.0 4731660 35537.0 4732371 35184.0 4733083 35106.0 4733794 34422.0 4734506 34270.0 4735217 33938.0 4735928 32927.0 4736640 34432.0 4737351 34847.0 4738062 33335.0 4738774 33018.0 4739485 34383.0 4740197 34126.0 4740908 34427.0 4741619 34435.0 4742331 35572.0 4743042 35431.0 4743753 35089.0 4744465 35329.0 4745176 35728.0 4745888 35029.0 4746599 35185.0 4747310 36159.0 4748022 35742.0 4748733 35411.0 4749445 37982.0 4750156 37874.0 4750867 36035.0 4751579 37953.0 4752290 36690.0 4753001 36949.0 4753713 36072.0 4754424 36820.0 4755136 37758.0 4755847 37544.0 4756558 38018.0 4757270 38166.0 4757981 37807.0 4758693 39287.0 4759404 37358.0 4760115 36855.0 4760827 36416.0 4761538 36718.0 4762249 36865.0 4762961 37392.0 4763672 36515.0 4764384 36198.0 4765095 37278.0 4765806 36589.0 4766518 36969.0 4767229 35093.0 4767940 35772.0 4768652 36242.0 4769363 37232.0 4770075 37410.0 4770786 37261.0 4771497 39186.0 4772209 38324.0 4772920 37382.0 4773632 37666.0 4774343 37430.0 4775054 35448.0 4775766 35738.0 4776477 36055.0 4777188 35702.0 4777900 37303.0 4778611 36885.0 4779323 36905.0 4780034 36960.0 4780745 35832.0 4781457 35652.0 4782168 35041.0 4782880 35254.0 4783591 35508.0 4784302 36250.0 4785014 36011.0 4785725 36140.0 4786436 38033.0 4787148 35635.0 4787859 37509.0 4788571 36745.0 4789282 36711.0 4789993 35096.0 4790705 35659.0 4791416 36118.0 4792127 36269.0 4792839 37165.0 4793550 35560.0 4794262 36615.0 4794973 37425.0 4795684 35495.0 4796396 36390.0 4797107 35005.0 4797819 36203.0 4798530 36315.0 4799241 36877.0 4799953 36488.0 4800664 36566.0 4801375 36051.0 4802087 35908.0 4802798 36567.0 4803510 35904.0 4804221 35472.0 4804932 35894.0 4805644 35776.0 4806355 34819.0 4807066 37241.0 4807778 37136.0 4808489 36815.0 4809201 36842.0 4809912 35851.0 4810623 37356.0 4811335 38628.0 4812046 38016.0 4812758 37253.0 4813469 38540.0 4814180 38797.0 4814892 39385.0 4815603 38360.0 4816314 38617.0 4817026 38664.0 4817737 39175.0 4818449 36925.0 4819160 37093.0 4819871 36839.0 4820583 37624.0 4821294 36665.0 4822006 36772.0 4822717 37647.0 4823428 36846.0 4824140 38546.0 4824851 38572.0 4825562 37967.0 4826274 38513.0 4826985 39722.0 4827697 38864.0 4828408 42003.0 4829119 44634.0 4829831 51929.0 4830542 55619.0 4831253 58601.0 4831965 58137.0 4832676 53286.0 4833388 46033.0 4834099 42293.0 4834810 40663.0 4835522 40113.0 4836233 38713.0 4836945 38654.0 4837656 39355.0 4838367 39115.0 4839079 41438.0 4839790 41334.0 4840501 42680.0 4841213 44265.0 4841924 46678.0 4842636 47358.0 4843347 48901.0 4844058 47268.0 4844770 46899.0 4845481 45909.0 4846193 42529.0 4846904 41891.0 4847615 41353.0 4848327 40198.0 4849038 40490.0 4849749 40221.0 4850461 39807.0 4851172 41107.0 4851884 41873.0 4852595 40615.0 4853306 39571.0 4854018 38758.0 4854729 39694.0 4855440 37936.0 4856152 39678.0 4856863 38621.0 4857575 38982.0 4858286 39604.0 4858997 40279.0 4859709 40269.0 4860420 39718.0 4861132 39640.0 4861843 39447.0 4862554 38321.0 4863266 39536.0 4863977 39781.0 4864688 39557.0 4865400 39819.0 4866111 40042.0 4866823 41134.0 4867534 40894.0 4868245 39914.0 4868957 40331.0 4869668 39996.0 4870380 39740.0 4871091 39632.0 4871802 40164.0 4872514 40383.0 4873225 40261.0 4873936 39655.0 4874648 40140.0 4875359 39881.0 4876071 40746.0 4876782 39496.0 4877493 40667.0 4878205 40788.0 4878916 41407.0 4879627 43711.0 4880339 41672.0 4881050 42076.0 4881762 41900.0 4882473 41434.0 4883184 41978.0 4883896 40833.0 4884607 41044.0 4885319 39567.0 4886030 40565.0 4886741 40084.0 4887453 41116.0 4888164 40334.0 4888875 41720.0 4889587 41036.0 4890298 41704.0 4891010 40860.0 4891721 42222.0 4892432 41903.0 4893144 41731.0 4893855 40926.0 4894567 40658.0 4895278 41032.0 4895989 40572.0 4896701 41677.0 4897412 41699.0 4898123 41463.0 4898835 41774.0 4899546 41056.0 4900258 40467.0 4900969 41193.0 4901680 42001.0 4902392 40432.0 4903103 41956.0 4903814 42799.0 4904526 41520.0 4905237 43243.0 4905949 42097.0 4906660 43393.0 4907371 40970.0 4908083 42374.0 4908794 42164.0 4909506 41667.0 4910217 41549.0 4910928 41489.0 4911640 41941.0 4912351 42214.0 4913062 43339.0 4913774 44169.0 4914485 44688.0 4915197 43383.0 4915908 44095.0 4916619 43560.0 4917331 44663.0 4918042 45288.0 4918754 44533.0 4919465 44794.0 4920176 45580.0 4920888 44449.0 4921599 44401.0 4922310 45560.0 4923022 44015.0 4923733 45613.0 4924445 44176.0 4925156 44194.0 4925867 45228.0 4926579 43819.0 4927290 44261.0 4928001 43323.0 4928713 44016.0 4929424 44980.0 4930136 44892.0 4930847 45250.0 4931558 45098.0 4932270 44835.0 4932981 45338.0 4933693 44246.0 4934404 44002.0 4935115 43856.0 4935827 44306.0 4936538 43802.0 4937249 43385.0 4937961 43334.0 4938672 43618.0 4939384 45236.0 4940095 43800.0 4940806 45641.0 4941518 44537.0 4942229 44935.0 4942941 45568.0 4943652 43799.0 4944363 44930.0 4945075 45393.0 4945786 45880.0 4946497 45225.0 4947209 44856.0 4947920 44140.0 4948632 44320.0 4949343 44296.0 4950054 43766.0 4950766 45279.0 4951477 44829.0 4952188 44714.0 4952900 44869.0 4953611 44682.0 4954323 45704.0 4955034 44849.0 4955745 44427.0 4956457 44911.0 4957168 44443.0 4957880 44861.0 4958591 44105.0 4959302 45299.0 4960014 45231.0 4960725 46354.0 4961436 45213.0 4962148 44951.0 4962859 43529.0 4963571 43826.0 4964282 43918.0 4964993 44779.0 4965705 45289.0 4966416 45243.0 4967128 46512.0 4967839 45271.0 4968550 44567.0 4969262 44205.0 4969973 44940.0 4970684 45489.0 4971396 45556.0 4972107 44572.0 4972819 46564.0 4973530 43871.0 4974241 45525.0 4974953 46047.0 4975664 47085.0 4976375 45336.0 4977087 45009.0 4977798 46418.0 4978510 45357.0 4979221 46119.0 4979932 44572.0 4980644 45825.0 4981355 46535.0 4982067 46940.0 4982778 45437.0 4983489 44490.0 4984201 45373.0 4984912 45415.0 4985623 44952.0 4986335 46669.0 4987046 46203.0 4987758 45197.0 4988469 44705.0 4989180 45247.0 4989892 46073.0 4990603 46706.0 4991314 45794.0 4992026 45800.0 4992737 47119.0 4993449 46939.0 4994160 46184.0 4994871 45626.0 4995583 46602.0 4996294 45750.0 4997006 44127.0 4997717 45061.0 4998428 47339.0 4999140 45867.0 4999851 45501.0 5000562 46177.0 5001274 46513.0 5001985 46392.0 5002697 47306.0 5003408 46718.0 5004119 48053.0 5004831 49237.0 5005542 49472.0 5006254 51862.0 5006965 53086.0 5007676 52276.0 5008388 52172.0 5009099 50194.0 5009810 49509.0 5010522 49035.0 5011233 47957.0 5011945 48938.0 5012656 47955.0 5013367 47271.0 5014079 47633.0 5014790 46763.0 5015501 47436.0 5016213 47109.0 5016924 47382.0 5017636 46607.0 5018347 46193.0 5019058 47220.0 5019770 46978.0 5020481 46207.0 5021193 47308.0 5021904 46704.0 5022615 46619.0 5023327 45699.0 5024038 46556.0 5024749 47170.0 5025461 47155.0 5026172 48568.0 5026884 48451.0 5027595 48886.0 5028306 47014.0 5029018 48510.0 5029729 47752.0 5030441 47769.0 5031152 47909.0 5031863 47674.0 5032575 49144.0 5033286 47886.0 5033997 48203.0 5034709 47378.0 5035420 47581.0 5036132 47351.0 5036843 47159.0 5037554 48289.0 5038266 48541.0 5038977 46330.0 5039688 47555.0 5040400 46837.0 5041111 47816.0 5041823 47831.0 5042534 47920.0 5043245 48056.0 5043957 47812.0 5044668 49137.0 5045380 49361.0 5046091 50124.0 5046802 50380.0 5047514 47993.0 5048225 48518.0 5048936 49114.0 5049648 48970.0 5050359 49860.0 5051071 48445.0 5051782 49061.0 5052493 48156.0 5053205 47447.0 5053916 47939.0 5054628 49059.0 5055339 48800.0 5056050 49427.0 5056762 50285.0 5057473 48562.0 5058184 49714.0 5058896 48563.0 5059607 50869.0 5060319 50249.0 5061030 49639.0 5061741 49322.0 5062453 49110.0 5063164 48802.0 5063875 49172.0 5064587 48912.0 5065298 48046.0 5066010 48570.0 5066721 48143.0 5067432 48560.0 5068144 46629.0 5068855 48207.0 5069567 48819.0 5070278 47235.0 5070989 48210.0 5071701 47651.0 5072412 47630.0 5073123 47091.0 5073835 47389.0 5074546 47430.0 5075258 47718.0 5075969 48174.0 5076680 48973.0 5077392 48869.0 5078103 46610.0 5078815 47394.0 5079526 48587.0 5080237 47411.0 5080949 48483.0 5081660 49688.0 5082371 48111.0 5083083 48820.0 5083794 48033.0 5084506 48406.0 5085217 48706.0 5085928 48459.0 5086640 48398.0 5087351 47350.0 5088062 48501.0 5088774 48427.0 5089485 49159.0 5090197 47966.0 5090908 47650.0 5091619 47900.0 5092331 48983.0 5093042 50307.0 5093754 47383.0 5094465 48181.0 5095176 48049.0 5095888 48029.0 5096599 48029.0 5097310 48093.0 5098022 47717.0 5098733 48007.0 5099445 47560.0 5100156 47770.0 5100867 48897.0 5101579 46816.0 5102290 46667.0 5103002 47610.0 5103713 47123.0 5104424 47901.0 5105136 46613.0 5105847 49523.0 5106558 49252.0 5107270 49300.0 5107981 49023.0 5108693 49153.0 5109404 48518.0 5110115 48753.0 5110827 47288.0 5111538 46806.0 5112249 48482.0 5112961 47634.0 5113672 47027.0 5114384 47140.0 5115095 47756.0 5115806 46694.0 5116518 47500.0 5117229 46779.0 5117941 48153.0 5118652 46701.0 5119363 46880.0 5120075 48158.0 5120786 47943.0 5121497 46865.0 5122209 47146.0 5122920 48235.0 5123632 48224.0 5124343 48614.0 5125054 48050.0 5125766 48529.0 5126477 48055.0 5127189 48084.0 5127900 48458.0 5128611 48205.0 5129323 45906.0 5130034 47110.0 5130745 48872.0 5131457 48189.0 5132168 48326.0 5132880 47762.0 5133591 49382.0 5134302 48774.0 5135014 48976.0 5135725 48848.0 5136436 46933.0 5137148 47453.0 5137859 48225.0 5138571 49036.0 5139282 48044.0 5139993 48984.0 5140705 46976.0 5141416 47082.0 5142128 48515.0 5142839 48415.0 5143550 48262.0 5144262 47849.0 5144973 49056.0 5145684 48544.0 5146396 48640.0 5147107 49457.0 5147819 46717.0 5148530 47052.0 5149241 47935.0 5149953 47996.0 5150664 47260.0 5151376 47807.0 5152087 49188.0 5152798 46595.0 5153510 48955.0 5154221 48050.0 5154932 47288.0 5155644 47104.0 5156355 48459.0 5157067 48344.0 5157778 48130.0 5158489 48327.0 5159201 48729.0 5159912 48130.0 5160623 46967.0 5161335 47068.0 5162046 48574.0 5162758 48006.0 5163469 48057.0 5164180 47497.0 5164892 47223.0 5165603 47118.0 5166315 47105.0 5167026 48545.0 5167737 47769.0 5168449 48224.0 5169160 47742.0 5169871 46755.0 5170583 47708.0 5171294 47952.0 5172006 49592.0 5172717 47565.0 5173428 48480.0 5174140 48974.0 5174851 49119.0 5175563 49754.0 5176274 48352.0 5176985 48559.0 5177697 49430.0 5178408 46923.0 5179119 49750.0 5179831 50117.0 5180542 49706.0 5181254 49831.0 5181965 49714.0 5182676 48667.0 5183388 48329.0 5184099 48428.0 5184810 47483.0 5185522 47994.0 5186233 48445.0 5186945 48863.0 5187656 48308.0 5188367 48999.0 5189079 49362.0 5189790 50497.0 5190502 52154.0 5191213 50794.0 5191924 50855.0 5192636 51865.0 5193347 52041.0 5194058 51457.0 5194770 49892.0 5195481 51745.0 5196193 50297.0 5196904 49530.0 5197615 48523.0 5198327 49434.0 5199038 49310.0 5199749 48561.0 5200461 47498.0 5201172 47812.0 5201884 47320.0 5202595 48067.0 5203306 47410.0 5204018 48514.0 5204729 47472.0 5205441 48299.0 5206152 47110.0 5206863 46605.0 5207575 48013.0 5208286 48035.0 5208997 47003.0 5209709 46971.0 5210420 47556.0 5211132 48274.0 5211843 46989.0 5212554 48321.0 5213266 48143.0 5213977 47895.0 5214689 47499.0 5215400 47617.0 5216111 47155.0 5216823 47237.0 5217534 47437.0 5218245 47274.0 5218957 46556.0 5219668 47058.0 5220380 47320.0 5221091 47704.0 5221802 47917.0 5222514 46946.0 5223225 47177.0 5223936 48171.0 5224648 46935.0 5225359 47214.0 5226071 47206.0 5226782 46413.0 5227493 48071.0 5228205 48472.0 5228916 46922.0 5229628 48182.0 5230339 47619.0 5231050 46259.0 5231762 47177.0 5232473 47010.0 5233184 46889.0 5233896 46045.0 5234607 46602.0 5235319 47535.0 5236030 48632.0 5236741 48763.0 5237453 46503.0 5238164 48240.0 5238876 47370.0 5239587 48179.0 5240298 47308.0 5241010 47592.0 5241721 47823.0 5242432 47482.0 5243144 47635.0 5243855 47971.0 5244567 47716.0 5245278 47728.0 5245989 47421.0 5246701 46938.0 5247412 47677.0 5248123 46593.0 5248835 47611.0 5249546 47600.0 5250258 47866.0 5250969 47201.0 5251680 48414.0 5252392 45998.0 5253103 46631.0 5253815 47463.0 5254526 48201.0 5255237 47759.0 5255949 47343.0 5256660 47926.0 5257371 46350.0 5258083 48808.0 5258794 48687.0 5259506 48536.0 5260217 47857.0 5260928 49135.0 5261640 47731.0 5262351 47747.0 5263063 47749.0 5263774 47025.0 5264485 47117.0 5265197 48116.0 5265908 47964.0 5266619 48633.0 5267331 48101.0 5268042 49044.0 5268754 48332.0 5269465 49317.0 5270176 49906.0 5270888 49792.0 5271599 49209.0 5272310 48938.0 5273022 46871.0 5273733 49135.0 5274445 47044.0 5275156 47290.0 5275867 48161.0 5276579 48887.0 5277290 48226.0 5278002 47231.0 5278713 48174.0 5279424 47993.0 5280136 46635.0 5280847 48106.0 5281558 47908.0 5282270 46696.0 5282981 48260.0 5283693 46227.0 5284404 46987.0 5285115 45802.0 5285827 46866.0 5286538 45998.0 5287250 46779.0 5287961 46927.0 5288672 46686.0 5289384 46282.0 5290095 46722.0 5290806 46089.0 5291518 46714.0 5292229 46089.0 5292941 47431.0 5293652 47096.0 5294363 48086.0 5295075 46008.0 5295786 46797.0 5296497 48461.0 5297209 46109.0 5297920 46116.0 5298632 47325.0 5299343 48115.0 5300054 47598.0 5300766 47683.0 5301477 48064.0 5302189 48338.0 5302900 48086.0 5303611 48645.0 5304323 48888.0 5305034 49135.0 5305745 48869.0 5306457 47774.0 5307168 47307.0 5307880 46731.0 5308591 47313.0 5309302 48717.0 5310014 46868.0 5310725 48930.0 5311437 47099.0 5312148 46999.0 5312859 46062.0 5313571 47872.0 5314282 47751.0 5314993 46856.0 5315705 45915.0 5316416 46916.0 5317128 48065.0 5317839 46124.0 5318550 46589.0 5319262 46311.0 5319973 47467.0 5320684 47358.0 5321396 48616.0 5322107 47635.0 5322819 47099.0 5323530 46129.0 5324241 47406.0 5324953 46286.0 5325664 46318.0 5326376 47637.0 5327087 47889.0 5327798 47631.0 5328510 46308.0 5329221 45514.0 5329932 47311.0 5330644 46415.0 5331355 47091.0 5332067 46868.0 5332778 47343.0 5333489 46533.0 5334201 47840.0 5334912 47060.0 5335624 46971.0 5336335 46910.0 5337046 46148.0 5337758 46460.0 5338469 47829.0 5339180 46584.0 5339892 48267.0 5340603 48192.0 5341315 48486.0 5342026 49662.0 5342737 49017.0 5343449 50392.0 5344160 50283.0 5344871 50428.0 5345583 50138.0 5346294 47971.0 5347006 48105.0 5347717 48047.0 5348428 48251.0 5349140 48006.0 5349851 47013.0 5350563 47791.0 5351274 46882.0 5351985 47348.0 5352697 46136.0 5353408 47071.0 5354119 47604.0 5354831 46205.0 5355542 46704.0 5356254 47485.0 5356965 47905.0 5357676 46623.0 5358388 47503.0 5359099 46580.0 5359811 48118.0 5360522 48565.0 5361233 46584.0 5361945 48131.0 5362656 46611.0 5363367 46892.0 5364079 46744.0 5364790 45814.0 5365502 47275.0 5366213 46600.0 5366924 46915.0 5367636 47346.0 5368347 46395.0 5369058 46696.0 5369770 46980.0 5370481 47803.0 5371193 46865.0 5371904 47247.0 5372615 46642.0 5373327 46849.0 5374038 46347.0 5374750 46930.0 5375461 47019.0 5376172 48005.0 5376884 46207.0 5377595 46651.0 5378306 48199.0 5379018 46776.0 5379729 46391.0 5380441 48403.0 5381152 47585.0 5381863 46856.0 5382575 47712.0 5383286 48247.0 5383997 47696.0 5384709 45829.0 5385420 46739.0 5386132 46996.0 5386843 48154.0 5387554 46867.0 5388266 47066.0 5388977 46855.0 5389689 46506.0 5390400 46665.0 5391111 46734.0 5391823 46178.0 5392534 48334.0 5393245 47937.0 5393957 47858.0 5394668 46723.0 5395380 47768.0 5396091 46581.0 5396802 46667.0 5397514 47044.0 5398225 46574.0 5398937 46854.0 5399648 47008.0 5400359 46612.0 5401071 45021.0 5401782 46181.0 5402493 46346.0 5403205 48188.0 5403916 46937.0 5404628 46548.0 5405339 45836.0 5406050 46589.0 5406762 47340.0 5407473 45513.0 5408184 46922.0 5408896 48521.0 5409607 46205.0 5410319 47600.0 5411030 46966.0 5411741 46536.0 5412453 47207.0 5413164 46406.0 5413876 49022.0 5414587 48085.0 5415298 47576.0 5416010 47081.0 5416721 47485.0 5417432 47908.0 5418144 47769.0 5418855 45995.0 5419567 46743.0 5420278 46827.0 5420989 47752.0 5421701 47236.0 5422412 46433.0 5423124 48023.0 5423835 46901.0 5424546 47499.0 5425258 46439.0 5425969 49112.0 5426680 47445.0 5427392 47841.0 5428103 48566.0 5428815 47962.0 5429526 46689.0 5430237 46758.0 5430949 46688.0 5431660 47838.0 5432371 48737.0 5433083 46357.0 5433794 47347.0 5434506 48650.0 5435217 46999.0 5435928 47995.0 5436640 47780.0 5437351 47336.0 5438063 49765.0 5438774 50987.0 5439485 53084.0 5440197 52527.0 5440908 55436.0 5441619 57429.0 5442331 56988.0 5443042 56759.0 5443754 55915.0 5444465 52672.0 5445176 52591.0 5445888 52302.0 5446599 50827.0 5447311 49549.0 5448022 49722.0 5448733 49482.0 5449445 48840.0 5450156 49637.0 5450867 49006.0 5451579 49216.0 5452290 48212.0 5453002 49363.0 5453713 48813.0 5454424 48094.0 5455136 48771.0 5455847 48622.0 5456558 48063.0 5457270 49200.0 5457981 48939.0 5458693 48556.0 5459404 49451.0 5460115 48689.0 5460827 47753.0 5461538 47165.0 5462250 47018.0 5462961 48554.0 5463672 48725.0 5464384 48584.0 5465095 46947.0 5465806 48214.0 5466518 47556.0 5467229 47192.0 5467941 47899.0 5468652 47126.0 5469363 47969.0 5470075 47579.0 5470786 46913.0 5471498 47785.0 5472209 47102.0 5472920 46512.0 5473632 48007.0 5474343 48385.0 5475054 47128.0 5475766 47903.0 5476477 47775.0 5477189 47183.0 5477900 47159.0 5478611 46824.0 5479323 48349.0 5480034 45185.0 5480745 46613.0 5481457 46509.0 5482168 47537.0 5482880 47327.0 5483591 45815.0 5484302 46959.0 5485014 46413.0 5485725 47723.0 5486437 47542.0 5487148 47240.0 5487859 45991.0 5488571 45892.0 5489282 45303.0 5489993 46365.0 5490705 46183.0 5491416 45856.0 5492128 46515.0 5492839 46480.0 5493550 47482.0 5494262 46013.0 5494973 46743.0 5495685 47557.0 5496396 46456.0 5497107 46384.0 5497819 46335.0 5498530 45776.0 5499241 45861.0 5499953 46216.0 5500664 46140.0 5501376 47289.0 5502087 47155.0 5502798 45903.0 5503510 47155.0 5504221 47028.0 5504932 47511.0 5505644 47027.0 5506355 46440.0 5507067 46894.0 5507778 45873.0 5508489 46161.0 5509201 46638.0 5509912 45973.0 5510624 47767.0 5511335 46051.0 5512046 46145.0 5512758 47001.0 5513469 45752.0 5514180 46193.0 5514892 46449.0 5515603 46107.0 5516315 46918.0 5517026 45922.0 5517737 46057.0 5518449 48537.0 5519160 46701.0 5519872 47496.0 5520583 46886.0 5521294 46193.0 5522006 46301.0 5522717 46725.0 5523428 46238.0 5524140 46133.0 5524851 46438.0 5525563 46656.0 5526274 46719.0 5526985 45844.0 5527697 45454.0 5528408 46072.0 5529119 46646.0 5529831 45051.0 5530542 47536.0 5531254 47247.0 5531965 46326.0 5532676 45983.0 5533388 47296.0 5534099 46212.0 5534811 46847.0 5535522 46055.0 5536233 45814.0 5536945 46080.0 5537656 46380.0 5538367 46251.0 5539079 46786.0 5539790 45853.0 5540502 45915.0 5541213 47153.0 5541924 46413.0 5542636 46757.0 5543347 46402.0 5544059 45684.0 5544770 45750.0 5545481 44117.0 5546193 45501.0 5546904 46444.0 5547615 44054.0 5548327 45707.0 5549038 45677.0 5549750 44990.0 5550461 46798.0 5551172 46699.0 5551884 47070.0 5552595 46429.0 5553306 45339.0 5554018 44906.0 5554729 45659.0 5555441 45923.0 5556152 45516.0 5556863 45752.0 5557575 44671.0 5558286 47841.0 5558998 46708.0 5559709 47073.0 5560420 45230.0 5561132 45825.0 5561843 45060.0 5562554 45989.0 5563266 46660.0 5563977 46778.0 5564689 46238.0 5565400 46829.0 5566111 45283.0 5566823 47012.0 5567534 47283.0 5568245 48435.0 5568957 47477.0 5569668 48279.0 5570380 49422.0 5571091 48718.0 5571802 48503.0 5572514 48025.0 5573225 48138.0 5573937 47197.0 5574648 47809.0 5575359 47375.0 5576071 46599.0 5576782 46195.0 5577493 45690.0 5578205 47185.0 5578916 45674.0 5579628 46247.0 5580339 46303.0 5581050 46825.0 5581762 46675.0 5582473 46875.0 5583185 46981.0 5583896 45647.0 5584607 46462.0 5585319 46646.0 5586030 46419.0 5586741 45835.0 5587453 45422.0 5588164 45847.0 5588876 46687.0 5589587 46020.0 5590298 46204.0 5591010 45790.0 5591721 45074.0 5592432 46034.0 5593144 46061.0 5593855 45553.0 5594567 46746.0 5595278 45647.0 5595989 46002.0 5596701 46562.0 5597412 45949.0 5598124 46344.0 5598835 46578.0 5599546 45504.0 5600258 45760.0 5600969 47427.0 5601680 45561.0 5602392 47187.0 5603103 47103.0 5603815 45715.0 5604526 46430.0 5605237 46810.0 5605949 45749.0 5606660 44970.0 5607372 45697.0 5608083 47197.0 5608794 46485.0 5609506 46291.0 5610217 46037.0 5610928 46640.0 5611640 45412.0 5612351 45704.0 5613063 46867.0 5613774 45862.0 5614485 44961.0 5615197 45990.0 5615908 47508.0 5616619 46479.0 5617331 47125.0 5618042 45437.0 5618754 44693.0 5619465 46242.0 5620176 46541.0 5620888 46954.0 5621599 46203.0 5622311 45406.0 5623022 47605.0 5623733 44970.0 5624445 45979.0 5625156 46471.0 5625867 45669.0 5626579 45828.0 5627290 46187.0 5628002 47312.0 5628713 46467.0 5629424 46601.0 5630136 45787.0 5630847 47473.0 5631559 46319.0 5632270 45076.0 5632981 45672.0 5633693 47008.0 5634404 47894.0 5635115 45697.0 5635827 47435.0 5636538 47108.0 5637250 46880.0 5637961 47378.0 5638672 47354.0 5639384 46363.0 5640095 45670.0 5640806 46651.0 5641518 46644.0 5642229 46639.0 5642941 47180.0 5643652 47016.0 5644363 47443.0 5645075 46674.0 5645786 47038.0 5646498 47193.0 5647209 46354.0 5647920 46122.0 5648632 44906.0 5649343 47330.0 5650054 46876.0 5650766 46679.0 5651477 46639.0 5652189 46332.0 5652900 46357.0 5653611 46347.0 5654323 47382.0 5655034 47043.0 5655746 46263.0 5656457 47322.0 5657168 46422.0 5657880 47371.0 5658591 47738.0 5659302 47595.0 5660014 48924.0 5660725 46902.0 5661437 47945.0 5662148 46002.0 5662859 46797.0 5663571 47492.0 5664282 46432.0 5664993 46834.0 5665705 46215.0 5666416 47253.0 5667128 46663.0 5667839 46221.0 5668550 45767.0 5669262 45422.0 5669973 45894.0 5670685 45065.0 5671396 45118.0 5672107 46768.0 5672819 48383.0 5673530 46696.0 5674241 47704.0 5674953 47260.0 5675664 48591.0 5676376 50047.0 5677087 49082.0 5677798 50342.0 5678510 50051.0 5679221 49478.0 5679933 51473.0 5680644 48621.0 5681355 47301.0 5682067 47619.0 5682778 46494.0 5683489 47464.0 5684201 46400.0 5684912 46579.0 5685624 46573.0 5686335 46498.0 5687046 46305.0 5687758 45966.0 5688469 47161.0 5689180 46463.0 5689892 46503.0 5690603 45972.0 5691315 47574.0 5692026 45563.0 5692737 45391.0 5693449 45158.0 5694160 45947.0 5694872 46324.0 5695583 46640.0 5696294 44880.0 5697006 46061.0 5697717 46669.0 5698428 47020.0 5699140 45387.0 5699851 45046.0 5700563 45113.0 5701274 44670.0 5701985 45552.0 5702697 47465.0 5703408 45871.0 5704120 46047.0 5704831 46103.0 5705542 45037.0 5706254 44418.0 5706965 45445.0 5707676 44001.0 5708388 46590.0 5709099 45450.0 5709811 45930.0 5710522 45607.0 5711233 45345.0 5711945 44589.0 5712656 43276.0 5713367 44964.0 5714079 44485.0 5714790 44419.0 5715502 44518.0 5716213 45384.0 5716924 44609.0 5717636 45809.0 5718347 45028.0 5719059 43690.0 5719770 45026.0 5720481 44897.0 5721193 46372.0 5721904 44822.0 5722615 45341.0 5723327 44141.0 5724038 46395.0 5724750 44802.0 5725461 44570.0 5726172 44465.0 5726884 44886.0 5727595 44986.0 5728307 45844.0 5729018 45271.0 5729729 46181.0 5730441 45144.0 5731152 44739.0 5731863 45800.0 5732575 44412.0 5733286 45740.0 5733998 45511.0 5734709 45954.0 5735420 45103.0 5736132 45043.0 5736843 46376.0 5737554 45610.0 5738266 46897.0 5738977 45801.0 5739689 45004.0 5740400 45947.0 5741111 44550.0 5741823 45018.0 5742534 46392.0 5743246 44947.0 5743957 45349.0 5744668 45826.0 5745380 46055.0 5746091 46281.0 5746802 46566.0 5747514 45023.0 5748225 46137.0 5748937 45885.0 5749648 45144.0 5750359 44969.0 5751071 45676.0 5751782 46618.0 5752493 44685.0 5753205 45394.0 5753916 45703.0 5754628 45006.0 5755339 46048.0 5756050 45937.0 5756762 45612.0 5757473 45513.0 5758185 44950.0 5758896 46251.0 5759607 44047.0 5760319 46728.0 5761030 45401.0 5761741 44687.0 5762453 46155.0 5763164 46048.0 5763876 45314.0 5764587 44938.0 5765298 44843.0 5766010 44752.0 5766721 45981.0 5767433 45565.0 5768144 44979.0 5768855 45351.0 5769567 46599.0 5770278 45641.0 5770989 44945.0 5771701 45292.0 5772412 46132.0 5773124 45633.0 5773835 45042.0 5774546 45348.0 5775258 45411.0 5775969 45275.0 5776680 45046.0 5777392 45689.0 5778103 45399.0 5778815 44701.0 5779526 44876.0 5780237 45429.0 5780949 44710.0 5781660 44157.0 5782372 45335.0 5783083 44759.0 5783794 44125.0 5784506 44554.0 5785217 42444.0 5785928 46018.0 5786640 45245.0 5787351 45734.0 5788063 45809.0 5788774 43540.0 5789485 46003.0 5790197 43755.0 5790908 45248.0 5791620 45283.0 5792331 46436.0 5793042 45330.0 5793754 45396.0 5794465 45386.0 5795176 44009.0 5795888 44952.0 5796599 46160.0 5797311 43821.0 5798022 44373.0 5798733 44726.0 5799445 43835.0 5800156 45111.0 5800867 44137.0 5801579 43585.0 5802290 45921.0 5803002 45090.0 5803713 44798.0 5804424 46000.0 5805136 43951.0 5805847 45454.0 5806559 44570.0 5807270 44006.0 5807981 44685.0 5808693 45799.0 5809404 44116.0 5810115 44929.0 5810827 44434.0 5811538 45574.0 5812250 45977.0 5812961 44852.0 5813672 45444.0 5814384 45423.0 5815095 45430.0 5815807 44871.0 5816518 43883.0 5817229 45586.0 5817941 46082.0 5818652 44227.0 5819363 45773.0 5820075 45884.0 5820786 45177.0 5821498 45231.0 5822209 45802.0 5822920 44922.0 5823632 45478.0 5824343 45100.0 5825054 45423.0 5825766 45135.0 5826477 45349.0 5827189 45931.0 5827900 44230.0 5828611 45661.0 5829323 44169.0 5830034 45461.0 5830746 45018.0 5831457 45412.0 5832168 45835.0 5832880 46002.0 5833591 44301.0 5834302 46816.0 5835014 45191.0 5835725 45109.0 5836437 45554.0 5837148 45817.0 5837859 45797.0 5838571 44904.0 5839282 44838.0 5839994 44200.0 5840705 46499.0 5841416 44633.0 5842128 45462.0 5842839 45742.0 5843550 45352.0 5844262 44679.0 5844973 44312.0 5845685 44526.0 5846396 44839.0 5847107 44839.0 5847819 44718.0 5848530 44091.0 5849241 44986.0 5849953 45469.0 5850664 45207.0 5851376 44963.0 5852087 45642.0 5852798 46269.0 5853510 44502.0 5854221 45866.0 5854933 46400.0 5855644 43200.0 5856355 44777.0 5857067 45622.0 5857778 44849.0 5858489 45005.0 5859201 45105.0 5859912 44998.0 5860624 46296.0 5861335 43885.0 5862046 44317.0 5862758 45401.0 5863469 44871.0 5864181 43770.0 5864892 44545.0 5865603 44645.0 5866315 43981.0 5867026 45661.0 5867737 45813.0 5868449 46212.0 5869160 43700.0 5869872 45575.0 5870583 45022.0 5871294 45834.0 5872006 44719.0 5872717 44024.0 5873428 45395.0 5874140 44336.0 5874851 44809.0 5875563 45511.0 5876274 44091.0 5876985 45348.0 5877697 45617.0 5878408 44948.0 5879120 44782.0 5879831 45928.0 5880542 45820.0 5881254 44793.0 5881965 44930.0 5882676 45541.0 5883388 45440.0 5884099 44500.0 5884811 44866.0 5885522 44830.0 5886233 45506.0 5886945 43682.0 5887656 45061.0 5888368 44214.0 5889079 43690.0 5889790 43808.0 5890502 44326.0 5891213 44165.0 5891924 45168.0 5892636 43382.0 5893347 44400.0 5894059 44577.0 5894770 46140.0 5895481 45860.0 5896193 44859.0 5896904 45500.0 5897615 43871.0 5898327 45909.0 5899038 44795.0 5899750 45768.0 5900461 45408.0 5901172 44519.0 5901884 43751.0 5902595 45802.0 5903307 45255.0 5904018 44826.0 5904729 43657.0 5905441 44398.0 5906152 45066.0 5906863 44214.0 5907575 43878.0 5908286 44300.0 5908998 45063.0 5909709 45552.0 5910420 45784.0 5911132 44111.0 5911843 44500.0 5912555 44238.0 5913266 44911.0 5913977 45220.0 5914689 45988.0 5915400 44891.0 5916111 44650.0 5916823 43933.0 5917534 45141.0 5918246 44923.0 5918957 44475.0 5919668 44585.0 5920380 44831.0 5921091 44914.0 5921802 44516.0 5922514 45281.0 5923225 45484.0 5923937 44074.0 5924648 43526.0 5925359 44531.0 5926071 45060.0 5926782 44182.0 5927494 43217.0 5928205 44004.0 5928916 43814.0 5929628 44106.0 5930339 44878.0 5931050 44042.0 5931762 44055.0 5932473 43694.0 5933185 45072.0 5933896 44874.0 5934607 46490.0 5935319 44322.0 5936030 44744.0 5936742 44943.0 5937453 44964.0 5938164 44929.0 5938876 44681.0 5939587 45164.0 5940298 45103.0 5941010 45537.0 5941721 45769.0 5942433 45045.0 5943144 44030.0 5943855 45454.0 5944567 44542.0 5945278 44725.0 5945989 45213.0 5946701 45636.0 5947412 45078.0 5948124 45297.0 5948835 44594.0 5949546 44851.0 5950258 44494.0 5950969 45219.0 5951681 45898.0 5952392 45303.0 5953103 45075.0 5953815 44588.0 5954526 45263.0 5955237 45146.0 5955949 45674.0 5956660 45409.0 5957372 45980.0 5958083 45615.0 5958794 45097.0 5959506 45426.0 5960217 45127.0 5960928 45376.0 5961640 44830.0 5962351 43663.0 5963063 44658.0 5963774 44950.0 5964485 46004.0 5965197 46208.0 5965908 46125.0 5966620 44765.0 5967331 44813.0 5968042 45104.0 5968754 44468.0 5969465 45093.0 5970176 44967.0 5970888 45151.0 5971599 43755.0 5972311 44614.0 5973022 46021.0 5973733 44769.0 5974445 44458.0 5975156 44731.0 5975868 45956.0 5976579 45578.0 5977290 44985.0 5978002 43968.0 5978713 43689.0 5979424 45991.0 5980136 44306.0 5980847 45661.0 5981559 45132.0 5982270 44137.0 5982981 45513.0 5983693 45635.0 5984404 44937.0 5985115 44927.0 5985827 44432.0 5986538 43985.0 5987250 45102.0 5987961 45266.0 5988672 44853.0 5989384 44379.0 5990095 45653.0 5990807 44965.0 5991518 44451.0 5992229 44634.0 5992941 44218.0 5993652 43752.0 5994363 44391.0 5995075 43950.0 5995786 44231.0 5996498 45506.0 5997209 44685.0 5997920 45438.0 5998632 43609.0 5999343 43658.0 6000055 43606.0 6000766 44174.0 6001477 44915.0 6002189 43919.0 6002900 44114.0 6003611 44858.0 6004323 44591.0 6005034 45116.0 6005746 44912.0 6006457 45572.0 6007168 44346.0 6007880 43658.0 6008591 43739.0 6009302 44366.0 6010014 44360.0 6010725 44835.0 6011437 44335.0 6012148 44503.0 6012859 44922.0 6013571 44900.0 6014282 44792.0 6014994 44382.0 6015705 44405.0 6016416 44753.0 6017128 46741.0 6017839 45955.0 6018550 45109.0 6019262 44738.0 6019973 44359.0 6020685 45463.0 6021396 44477.0 6022107 44473.0 6022819 44118.0 6023530 44709.0 6024242 43315.0 6024953 44704.0 6025664 44644.0 6026376 45698.0 6027087 45021.0 6027798 45228.0 6028510 43723.0 6029221 43686.0 6029933 44289.0 6030644 44991.0 6031355 44835.0 6032067 43392.0 6032778 44810.0 6033489 45408.0 6034201 44497.0 6034912 45544.0 6035624 44968.0 6036335 43936.0 6037046 44113.0 6037758 44893.0 6038469 45135.0 6039181 45741.0 6039892 44852.0 6040603 44774.0 6041315 45873.0 6042026 45309.0 6042737 45274.0 6043449 45824.0 6044160 44330.0 6044872 45372.0 6045583 45176.0 6046294 44525.0 6047006 43392.0 6047717 45202.0 6048429 45769.0 6049140 45118.0 6049851 44954.0 6050563 44178.0 6051274 44871.0 6051985 44685.0 6052697 43878.0 6053408 44822.0 6054120 45483.0 6054831 45147.0 6055542 45572.0 6056254 43363.0 6056965 44242.0 6057676 43843.0 6058388 44623.0 6059099 45865.0 6059811 44913.0 6060522 44777.0 6061233 44291.0 6061945 45737.0 6062656 45259.0 6063368 44759.0 6064079 45097.0 6064790 45432.0 6065502 44937.0 6066213 44323.0 6066924 43355.0 6067636 44092.0 6068347 44853.0 6069059 45476.0 6069770 45444.0 6070481 44610.0 6071193 45044.0 6071904 44045.0 6072616 44808.0 6073327 45069.0 6074038 44515.0 6074750 43802.0 6075461 45580.0 6076172 44115.0 6076884 44307.0 6077595 43806.0 6078307 43733.0 6079018 45186.0 6079729 46267.0 6080441 43615.0 6081152 44438.0 6081863 45153.0 6082575 45389.0 6083286 44267.0 6083998 43707.0 6084709 45355.0 6085420 45454.0 6086132 45589.0 6086843 43894.0 6087555 45166.0 6088266 44320.0 6088977 45812.0 6089689 44219.0 6090400 45975.0 6091111 45379.0 6091823 44685.0 6092534 44036.0 6093246 44381.0 6093957 44293.0 6094668 45040.0 6095380 45777.0 6096091 44859.0 6096803 46272.0 6097514 45307.0 6098225 44966.0 6098937 45066.0 6099648 45132.0 6100359 44569.0 6101071 44794.0 6101782 45684.0 6102494 46155.0 6103205 45390.0 6103916 45463.0 6104628 45326.0 6105339 45985.0 6106050 45844.0 6106762 45240.0 6107473 44463.0 6108185 44699.0 6108896 45668.0 6109607 44858.0 6110319 45696.0 6111030 44390.0 6111742 44128.0 6112453 45269.0 6113164 44311.0 6113876 44013.0 6114587 43957.0 6115298 44780.0 6116010 45195.0 6116721 43933.0 6117433 46485.0 6118144 44378.0 6118855 44301.0 6119567 43718.0 6120278 44258.0 6120990 43928.0 6121701 45254.0 6122412 43954.0 6123124 45089.0 6123835 44891.0 6124546 44864.0 6125258 44140.0 6125969 44314.0 6126681 43439.0 6127392 44534.0 6128103 45404.0 6128815 44414.0 6129526 43911.0 6130237 43602.0 6130949 43424.0 6131660 43536.0 6132372 44726.0 6133083 44906.0 6133794 44185.0 6134506 44536.0 6135217 43696.0 6135929 42931.0 6136640 44489.0 6137351 44046.0 6138063 43484.0 6138774 43791.0 6139485 44297.0swtchart-REL-0.14.0/org.eclipse.swtchart.export.test/testData/files/import/ScatterSeries1000066400000000000000000000024671436443153700314150ustar00rootroot00000000000000AP1432 366.93641253390547 -13.26894533515153 AP1454 -445.81774198627323 123.59721498302889 AP1430 296.1867651980689 -11.793637693336011 AP1452 121.37119156342857 20.428240391119253 AP1414 418.2384503963244 -33.07001536933967 AP1436 385.38481203708176 -124.64742552876075 AP1458 -423.70339810239665 166.98919564381296 AP1412 498.1425266253802 -35.75752695096075 AP1434 307.2516546086648 -4.691461078149325 AP1456 -446.71621040707316 143.44577863491526 AP1418 680.1369670411 15.041496560200091 AP1416 304.8639755144211 9.973879778107108 AP1438 342.2348864078569 -97.30856233225089 AP1450 -375.09064358391544 182.6457261066699 AP1470 -424.14682759100475 275.0526524872847 AP1420 211.19876533634906 58.11975465123103 AP1442 -530.6226097271456 -656.9075230733088 AP1464 -471.74801735301446 255.1599515310114 AP1440 272.0959880680122 -140.30006326049687 AP1462 -518.2364418027379 355.07718569350743 AP1424 396.729504281565 31.53151868747019 AP1446 -441.54302015698994 -381.0846685767139 AP1468 -381.1863539272755 195.25563692860078 AP1422 464.96864024654195 62.443129697726846 AP1444 -570.2160862223973 -886.6171880498163 AP1466 -414.85163627040555 263.0269036366778 AP1428 328.54764410615627 25.523370959345048 AP1426 417.3947033524427 16.9766230893209 AP1448 59.58503652724752 -8.839915256973084 AP1460 -427.3889367138947 193.9986730452337swtchart-REL-0.14.0/org.eclipse.swtchart.export/000077500000000000000000000000001436443153700214555ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/.classpath000066400000000000000000000005601436443153700234410ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.export/.gitignore000066400000000000000000000000151436443153700234410ustar00rootroot00000000000000/bin /target swtchart-REL-0.14.0/org.eclipse.swtchart.export/.project000066400000000000000000000012241436443153700231230ustar00rootroot00000000000000 org.eclipse.swtchart.export org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder org.eclipse.pde.SchemaBuilder org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature swtchart-REL-0.14.0/org.eclipse.swtchart.export/.settings/000077500000000000000000000000001436443153700233735ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/.settings/org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700316100ustar00rootroot00000000000000eclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.export/.settings/org.eclipse.jdt.core.prefs000066400000000000000000000621771436443153700303720ustar00rootroot00000000000000eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=11 org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_assignment=0 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0 org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=11 org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=11 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 org.eclipse.jdt.core.formatter.blank_lines_before_field=0 org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=1 org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 org.eclipse.jdt.core.formatter.blank_lines_before_method=1 org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 org.eclipse.jdt.core.formatter.blank_lines_before_package=0 org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false org.eclipse.jdt.core.formatter.comment.format_block_comments=true org.eclipse.jdt.core.formatter.comment.format_header=true org.eclipse.jdt.core.formatter.comment.format_html=true org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true org.eclipse.jdt.core.formatter.comment.format_line_comments=true org.eclipse.jdt.core.formatter.comment.format_source_code=false org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true org.eclipse.jdt.core.formatter.comment.indent_root_tags=true org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert org.eclipse.jdt.core.formatter.comment.line_length=500 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false org.eclipse.jdt.core.formatter.compact_else_if=true org.eclipse.jdt.core.formatter.continuation_indentation=2 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_empty_lines=false org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true org.eclipse.jdt.core.formatter.indentation.size=4 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert org.eclipse.jdt.core.formatter.insert_new_line_after_label=insert org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=do not insert org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.join_lines_in_comments=false org.eclipse.jdt.core.formatter.join_wrapped_lines=true org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false org.eclipse.jdt.core.formatter.lineSplit=80 org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=1 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=0 org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true org.eclipse.jdt.core.formatter.tabulation.char=tab org.eclipse.jdt.core.formatter.tabulation.size=4 org.eclipse.jdt.core.formatter.use_on_off_tags=true org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter swtchart-REL-0.14.0/org.eclipse.swtchart.export/.settings/org.eclipse.jdt.ui.prefs000066400000000000000000000133741436443153700300520ustar00rootroot00000000000000cleanup.add_default_serial_version_id=false cleanup.add_generated_serial_version_id=true cleanup.add_missing_annotations=true cleanup.add_missing_deprecated_annotations=true cleanup.add_missing_methods=true cleanup.add_missing_nls_tags=false cleanup.add_missing_override_annotations=true cleanup.add_missing_override_annotations_interface_methods=true cleanup.add_serial_version_id=true cleanup.always_use_blocks=true cleanup.always_use_parentheses_in_expressions=false cleanup.always_use_this_for_non_static_field_access=false cleanup.always_use_this_for_non_static_method_access=false cleanup.convert_functional_interfaces=false cleanup.convert_to_enhanced_for_loop=false cleanup.correct_indentation=false cleanup.format_source_code=true cleanup.format_source_code_changes_only=false cleanup.insert_inferred_type_arguments=false cleanup.make_local_variable_final=true cleanup.make_parameters_final=false cleanup.make_private_fields_final=true cleanup.make_type_abstract_if_missing_method=false cleanup.make_variable_declarations_final=false cleanup.never_use_blocks=false cleanup.never_use_parentheses_in_expressions=true cleanup.organize_imports=true cleanup.qualify_static_field_accesses_with_declaring_class=false cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true cleanup.qualify_static_member_accesses_with_declaring_class=true cleanup.qualify_static_method_accesses_with_declaring_class=false cleanup.remove_private_constructors=true cleanup.remove_redundant_type_arguments=false cleanup.remove_trailing_whitespaces=true cleanup.remove_trailing_whitespaces_all=true cleanup.remove_trailing_whitespaces_ignore_empty=false cleanup.remove_unnecessary_casts=true cleanup.remove_unnecessary_nls_tags=true cleanup.remove_unused_imports=true cleanup.remove_unused_local_variables=true cleanup.remove_unused_private_fields=true cleanup.remove_unused_private_members=true cleanup.remove_unused_private_methods=true cleanup.remove_unused_private_types=true cleanup.sort_members=true cleanup.sort_members_all=true cleanup.use_anonymous_class_creation=false cleanup.use_blocks=true cleanup.use_blocks_only_for_return_and_throw=false cleanup.use_lambda=true cleanup.use_parentheses_in_expressions=false cleanup.use_this_for_non_static_field_access=false cleanup.use_this_for_non_static_field_access_only_if_necessary=true cleanup.use_this_for_non_static_method_access=false cleanup.use_this_for_non_static_method_access_only_if_necessary=true cleanup_profile=_ChemClipse cleanup_settings_version=2 eclipse.preferences.version=1 formatter_profile=_ChemClipse formatter_settings_version=12 org.eclipse.jdt.ui.ignorelowercasenames=true org.eclipse.jdt.ui.importorder=java;javax;org;com;net; org.eclipse.jdt.ui.javadoc=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.staticondemandthreshold=99 org.eclipse.jdt.ui.text.custom_code_templates= swtchart-REL-0.14.0/org.eclipse.swtchart.export/META-INF/000077500000000000000000000000001436443153700226155ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/META-INF/MANIFEST.MF000066400000000000000000000014471436443153700242550ustar00rootroot00000000000000Manifest-Version: 1.0 Automatic-Module-Name: org.eclipse.swtchart.export Bundle-ManifestVersion: 2 Bundle-Name: SWTChart Export Options Bundle-SymbolicName: org.eclipse.swtchart.export;singleton:=true Bundle-Version: 0.14.0.qualifier Bundle-Activator: org.eclipse.swtchart.export.Activator Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.swtchart;bundle-version="0.14.0", org.eclipse.swtchart.extensions;bundle-version="0.14.0" Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-ActivationPolicy: lazy Bundle-Vendor: Eclipse SWTChart Export-Package: org.eclipse.swtchart.export.core, org.eclipse.swtchart.export.images, org.eclipse.swtchart.export.menu, org.eclipse.swtchart.export.menu.bitmap, org.eclipse.swtchart.export.menu.text, org.eclipse.swtchart.export.menu.vector swtchart-REL-0.14.0/org.eclipse.swtchart.export/build.properties000066400000000000000000000001501436443153700246660ustar00rootroot00000000000000source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml swtchart-REL-0.14.0/org.eclipse.swtchart.export/plugin.xml000066400000000000000000000030101436443153700234670ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.export/pom.xml000066400000000000000000000006701436443153700227750ustar00rootroot00000000000000 4.0.0 org.eclipse.swtchart org.eclipse.swtchart.build 0.14.0 ../org.eclipse.swtchart.cbi/pom.xml org.eclipse.swtchart.export eclipse-plugin 0.14.0-SNAPSHOT swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/000077500000000000000000000000001436443153700222445ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/000077500000000000000000000000001436443153700230335ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/000077500000000000000000000000001436443153700244575ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/000077500000000000000000000000001436443153700263165ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/000077500000000000000000000000001436443153700276375ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/Activator.java000066400000000000000000000022671436443153700324450ustar00rootroot00000000000000/******************************************************************************* * Copyright (c) 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export; import org.eclipse.ui.plugin.AbstractUIPlugin; import org.osgi.framework.BundleContext; /** * The activator class controls the plug-in life cycle */ public class Activator extends AbstractUIPlugin { private static Activator plugin; /** * The constructor */ public Activator() { } @Override public void start(BundleContext context) throws Exception { super.start(context); plugin = this; } @Override public void stop(BundleContext context) throws Exception { plugin = null; super.stop(context); } /** * Returns the shared instance * * @return the shared instance */ public static Activator getDefault() { return plugin; } } swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/PathResolver.java000066400000000000000000000025551436443153700331270ustar00rootroot00000000000000/******************************************************************************* * Copyright (c) 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export; import java.io.IOException; import java.net.URL; import org.eclipse.core.runtime.FileLocator; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Platform; import org.osgi.framework.Bundle; public class PathResolver { /** * Returns a absolute path of the specified Folder. For example * TESTDATA_IMPORT_EMPTY as an absolute Path: * $PluginPath$/testdata/files/... * * @param string * @return String absolutePath */ public static String getAbsolutePath(String string) { Bundle bundle = Platform.getBundle(Activator.getDefault().getBundle().getSymbolicName()); IPath path = new Path(string); URL url = FileLocator.find(bundle, path, null); try { return FileLocator.resolve(url).getPath(); } catch(IOException e) { e.printStackTrace(); } return null; } } swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/core/000077500000000000000000000000001436443153700305675ustar00rootroot00000000000000AbstractSeparatedValueHandler.java000066400000000000000000000150001436443153700372360ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/core/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.core; import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.text.DecimalFormat; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.window.Window; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.widgets.FileDialog; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ScrollableChart; public abstract class AbstractSeparatedValueHandler extends AbstractSeriesExportHandler implements ISeriesExportConverter { private String title; private String fileExtension; private String delimiter; public AbstractSeparatedValueHandler(String title, String fileExtension, String delimiter) { this.title = title; this.fileExtension = fileExtension; this.delimiter = delimiter; } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { BaseChart baseChart = scrollableChart.getBaseChart(); /* * Select the export file. */ FileDialog fileDialog = new FileDialog(shell, SWT.SAVE); fileDialog.setOverwrite(true); fileDialog.setText(title); fileDialog.setFilterExtensions(new String[]{fileExtension}); // String fileName = fileDialog.open(); if(fileName != null) { /* * Select the X and Y axis to export. */ VectorExportSettingsDialog exportSettingsDialog = new VectorExportSettingsDialog(shell, baseChart); exportSettingsDialog.create(); if(exportSettingsDialog.open() == Window.OK) { // int indexAxisX = exportSettingsDialog.getIndexAxisSelectionX(); int indexAxisY = exportSettingsDialog.getIndexAxisSelectionY(); // if(indexAxisX >= 0 && indexAxisY >= 0) { /* * X Axis Settings */ IAxisSettings axisSettingsX = baseChart.getXAxisSettings(indexAxisX); IAxisScaleConverter axisScaleConverterX = null; if(axisSettingsX instanceof ISecondaryAxisSettings) { ISecondaryAxisSettings secondaryAxisSettings = (ISecondaryAxisSettings)axisSettingsX; axisScaleConverterX = secondaryAxisSettings.getAxisScaleConverter(); } /* * Y Axis Settings */ IAxisSettings axisSettingsY = baseChart.getYAxisSettings(indexAxisY); IAxisScaleConverter axisScaleConverterY = null; if(axisSettingsY instanceof ISecondaryAxisSettings) { ISecondaryAxisSettings secondaryAxisSettings = (ISecondaryAxisSettings)axisSettingsY; axisScaleConverterY = secondaryAxisSettings.getAxisScaleConverter(); } /* * Print the XY data. */ try (PrintWriter printWriter = new PrintWriter(new File(fileName))) { /* * Header */ printWriter.print(axisSettingsX.getLabel()); printWriter.print(delimiter); printWriter.println(axisSettingsY.getLabel()); /* * Axis settings. */ AxisSettings axisSettings = new AxisSettings(); axisSettings.setIndexAxisX(indexAxisX); axisSettings.setIndexAxisY(indexAxisY); axisSettings.setAxisSettingsX(axisSettingsX); axisSettings.setAxisScaleConverterX(axisScaleConverterX); axisSettings.setAxisSettingsY(axisSettingsY); axisSettings.setAxisScaleConverterY(axisScaleConverterY); /* * Data */ int widthPlotArea = baseChart.getPlotArea().getSize().x; ISeries[] series = baseChart.getSeriesSet().getSeries(); for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { exportSeries(dataSeries, widthPlotArea, axisSettings, printWriter); } } // printWriter.flush(); MessageDialog.openInformation(shell, title, MESSAGE_OK); } catch(FileNotFoundException e) { MessageDialog.openError(shell, title, MESSAGE_ERROR); e.printStackTrace(); } } } // exportSettingsDialog.reset(); scrollableChart.updateLegend(); } } private void exportSeries(ISeries dataSeries, int widthPlotArea, AxisSettings axisSettings, PrintWriter printWriter) { int indexAxisX = axisSettings.getIndexAxisX(); int indexAxisY = axisSettings.getIndexAxisY(); IAxisSettings axisSettingsX = axisSettings.getAxisSettingsX(); DecimalFormat decimalFormatX = axisSettingsX.getDecimalFormat(); IAxisScaleConverter axisScaleConverterX = axisSettings.getAxisScaleConverterX(); IAxisSettings axisSettingsY = axisSettings.getAxisSettingsY(); DecimalFormat decimalFormatY = axisSettingsY.getDecimalFormat(); IAxisScaleConverter axisScaleConverterY = axisSettings.getAxisScaleConverterY(); /* * Series */ printWriter.println(getIdentifier(dataSeries)); // double[] xSeries = dataSeries.getXSeries(); double[] ySeries = dataSeries.getYSeries(); int size = dataSeries.getXSeries().length; // for(int i = 0; i < size; i++) { /* * Only export if the data point is visible. */ Point point = dataSeries.getPixelCoordinates(i); if(point.x >= 0 && point.x <= widthPlotArea) { printValue(printWriter, xSeries[i], indexAxisX, BaseChart.ID_PRIMARY_X_AXIS, decimalFormatX, axisScaleConverterX); printWriter.print(delimiter); printValue(printWriter, ySeries[i], indexAxisY, BaseChart.ID_PRIMARY_Y_AXIS, decimalFormatY, axisScaleConverterY); printWriter.println(""); //$NON-NLS-1$ } } // printWriter.println(""); //$NON-NLS-1$ } private void printValue(PrintWriter printWriter, double value, int indexAxis, int indexPrimaryAxis, DecimalFormat decimalFormat, IAxisScaleConverter axisScaleConverter) { if(indexAxis == indexPrimaryAxis) { printWriter.print(value); } else { if(axisScaleConverter != null) { printWriter.print(decimalFormat.format(axisScaleConverter.convertToSecondaryUnit(value))); } else { printWriter.print(decimalFormat.format(value)); } } } }AbstractSeriesExportHandler.java000066400000000000000000000024251436443153700367740ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/core/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.core; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.extensions.menu.AbstractChartMenuEntry; import org.eclipse.swtchart.extensions.menu.IChartMenuCategories; public abstract class AbstractSeriesExportHandler extends AbstractChartMenuEntry implements ISeriesExportConverter { /** * Returns the description if available. * Otherwise, the series id will be returned. * * @param dataSeries * @return String */ public String getIdentifier(ISeries dataSeries) { String id = dataSeries.getId(); String description = dataSeries.getDescription(); return (description != null && !description.isEmpty()) ? description : id; } @Override public String getCategory() { return IChartMenuCategories.EXPORT_CONVERTER; } }AxisSettings.java000066400000000000000000000042661436443153700340100ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/core/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.core; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisSettings; public class AxisSettings { private int indexAxisX; private int indexAxisY; private IAxisSettings axisSettingsX; private IAxisScaleConverter axisScaleConverterX; private IAxisSettings axisSettingsY; private IAxisScaleConverter axisScaleConverterY; private boolean exportVisibleOnly; public int getIndexAxisX() { return indexAxisX; } public void setIndexAxisX(int indexAxisX) { this.indexAxisX = indexAxisX; } public int getIndexAxisY() { return indexAxisY; } public void setIndexAxisY(int indexAxisY) { this.indexAxisY = indexAxisY; } public IAxisSettings getAxisSettingsX() { return axisSettingsX; } public void setAxisSettingsX(IAxisSettings axisSettingsX) { this.axisSettingsX = axisSettingsX; } public IAxisScaleConverter getAxisScaleConverterX() { return axisScaleConverterX; } public void setAxisScaleConverterX(IAxisScaleConverter axisScaleConverterX) { this.axisScaleConverterX = axisScaleConverterX; } public IAxisSettings getAxisSettingsY() { return axisSettingsY; } public void setAxisSettingsY(IAxisSettings axisSettingsY) { this.axisSettingsY = axisSettingsY; } public IAxisScaleConverter getAxisScaleConverterY() { return axisScaleConverterY; } public void setAxisScaleConverterY(IAxisScaleConverter axisScaleConverterY) { this.axisScaleConverterY = axisScaleConverterY; } public boolean isExportVisibleOnly() { return exportVisibleOnly; } public void setExportVisibleOnly(boolean exportVisibleOnly) { this.exportVisibleOnly = exportVisibleOnly; } } BitmapExportSettingsDialog.java000066400000000000000000000140421436443153700366330ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/core/******************************************************************************* * Copyright (c) 2021 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.core; import org.eclipse.jface.dialogs.TitleAreaDialog; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.swt.SWT; import org.eclipse.swt.events.KeyAdapter; import org.eclipse.swt.events.KeyEvent; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.Rectangle; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Text; import org.eclipse.swtchart.extensions.core.ResourceSupport; import org.eclipse.swtchart.extensions.preferences.PreferenceConstants; public class BitmapExportSettingsDialog extends TitleAreaDialog { private Rectangle boundsMax; // private boolean customSize = false; private int customWidth = 0; private int customHeight = 0; // private Text textWidth; private Text textHeight; // private IPreferenceStore preferenceStore = ResourceSupport.getPreferenceStore(); public BitmapExportSettingsDialog(Shell parent) { super(parent); } @Override public void create() { super.create(); setTitle("Export Bitmap"); setMessage("Define the bitmap export settings."); } public boolean isCustomSize() { return customSize; } public int getCustomWidth() { return customWidth; } public int getCustomHeight() { return customHeight; } @Override protected Control createDialogArea(Composite parent) { boundsMax = Display.getCurrent().getBounds(); customSize = preferenceStore != null ? preferenceStore.getBoolean(PreferenceConstants.P_BITMAP_EXPORT_CUSTOM_SIZE) : PreferenceConstants.DEF_BITMAP_EXPORT_CUSTOM_SIZE; customWidth = preferenceStore != null ? preferenceStore.getInt(PreferenceConstants.P_BITMAP_EXPORT_WIDTH) : PreferenceConstants.DEF_BITMAP_EXPORT_WIDTH; customHeight = preferenceStore != null ? preferenceStore.getInt(PreferenceConstants.P_BITMAP_EXPORT_HEIGHT) : PreferenceConstants.DEF_BITMAP_EXPORT_HEIGHT; // Composite container = (Composite)super.createDialogArea(parent); // Composite composite = new Composite(container, SWT.NONE); composite.setLayoutData(new GridData(GridData.FILL_BOTH)); GridLayout layout = new GridLayout(2, false); composite.setLayout(layout); // createLabelInfo(composite); createSectionCustomSize(composite); textWidth = createSectionWidth(composite); textHeight = createSectionHeight(composite); // updateWidgets(); // return container; } @Override protected void okPressed() { if(preferenceStore != null) { preferenceStore.setValue(PreferenceConstants.P_BITMAP_EXPORT_CUSTOM_SIZE, customSize); preferenceStore.setValue(PreferenceConstants.P_BITMAP_EXPORT_WIDTH, customWidth); preferenceStore.setValue(PreferenceConstants.P_BITMAP_EXPORT_HEIGHT, customHeight); } super.okPressed(); } private void createLabelInfo(Composite parent) { Label label = new Label(parent, SWT.NONE); label.setText("This display allows max '" + boundsMax.width + " x " + boundsMax.height + "' px"); GridData gridData = new GridData(GridData.FILL_HORIZONTAL); gridData.horizontalSpan = 2; label.setLayoutData(gridData); } private void createSectionCustomSize(Composite parent) { Button button = new Button(parent, SWT.CHECK); button.setText("Custom Size"); button.setToolTipText("Activate this to enable the custom size"); button.setSelection(customSize); GridData gridData = new GridData(GridData.FILL_HORIZONTAL); gridData.horizontalSpan = 2; button.setLayoutData(gridData); // button.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { customSize = button.getSelection(); updateWidgets(); } }); } private Text createSectionWidth(Composite parent) { Label label = new Label(parent, SWT.NONE); label.setText("Custom Width"); // Text text = new Text(parent, SWT.BORDER); text.setText(Integer.toString(customWidth)); text.setToolTipText("Max width: " + boundsMax.width); text.setEnabled(customSize); text.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); text.addKeyListener(new KeyAdapter() { @Override public void keyReleased(KeyEvent e) { try { int userWidth = Integer.parseInt(text.getText().trim()); userWidth = userWidth < 1 ? 1 : userWidth; customWidth = userWidth > boundsMax.width ? boundsMax.width : userWidth; } catch(NumberFormatException e1) { e1.printStackTrace(); } } }); // return text; } private Text createSectionHeight(Composite parent) { Label label = new Label(parent, SWT.NONE); label.setText("Custom Height"); // Text text = new Text(parent, SWT.BORDER); text.setText(Integer.toString(customHeight)); text.setToolTipText("Max height: " + boundsMax.height); text.setEnabled(customSize); text.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); text.addKeyListener(new KeyAdapter() { @Override public void keyReleased(KeyEvent e) { try { int userHeight = Integer.parseInt(text.getText().trim()); userHeight = userHeight < 1 ? 1 : userHeight; customHeight = userHeight > boundsMax.height ? boundsMax.height : userHeight; } catch(NumberFormatException e1) { e1.printStackTrace(); } } }); // return text; } private void updateWidgets() { boolean enabled = customSize; textWidth.setEnabled(enabled); textHeight.setEnabled(enabled); } } ISeriesExportConverter.java000066400000000000000000000015361436443153700360150ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/core/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.core; import org.eclipse.swtchart.extensions.menu.IChartMenuEntry; public interface ISeriesExportConverter extends IChartMenuEntry { String MESSAGE_OK = Messages.getString(Messages.DATA_EXPORT_SUCCESS); String MESSAGE_ERROR = Messages.getString(Messages.DATA_EXPORT_ERROR); } swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/core/Messages.java000066400000000000000000000030741436443153700332050ustar00rootroot00000000000000/******************************************************************************* * Copyright (c) 2020 SWT Chart Project * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Frank Buloup - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.core; import java.util.MissingResourceException; import java.util.ResourceBundle; public class Messages { private static final String BUNDLE_NAME = "org.eclipse.swtchart.export.core.messages"; //$NON-NLS-1$ private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME); public static final String ALL_SERIES = "ALL_SERIES"; public static final String DATA_EXPORT_ERROR = "DATA_EXPORT_ERROR"; public static final String DATA_EXPORT_SUCCESS = "DATA_EXPORT_SUCCESS"; public static final String EXPORT = "EXPORT"; public static final String EXPORT_AXIS_SELECTION = "EXPORT_AXIS_SELECTION"; public static final String SELECT_X_Y_TO_EXPORT = "SELECT_X_Y_TO_EXPORT"; public static final String VISIBLE_SERIES = "VISIBLE_SERIES"; public static final String X_AXIS = "X_AXIS"; public static final String Y_AXIS = "Y_AXIS"; private Messages() { } public static String getString(String key) { try { return RESOURCE_BUNDLE.getString(key); } catch(MissingResourceException e) { return '!' + key + '!'; } } } VectorExportSettingsDialog.java000066400000000000000000000210421436443153700366570ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/core/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.core; import java.util.HashMap; import java.util.Map; import java.util.concurrent.atomic.AtomicReference; import org.eclipse.jface.dialogs.IMessageProvider; import org.eclipse.jface.dialogs.TitleAreaDialog; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.window.Window; import org.eclipse.swt.SWT; import org.eclipse.swt.events.MouseAdapter; import org.eclipse.swt.events.MouseEvent; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Combo; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesSettings; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IExtendedChart; import org.eclipse.swtchart.extensions.core.ISeriesSettings; import org.eclipse.swtchart.extensions.core.MappingsSupport; import org.eclipse.swtchart.extensions.core.ResourceSupport; import org.eclipse.swtchart.extensions.core.SeriesListUI; import org.eclipse.swtchart.extensions.dialogs.AbstractSeriesSettingsDialog; import org.eclipse.swtchart.extensions.dialogs.BarSeriesSettingsDialog; import org.eclipse.swtchart.extensions.dialogs.CircularSeriesSettingsDialog; import org.eclipse.swtchart.extensions.dialogs.LineSeriesSettingsDialog; import org.eclipse.swtchart.extensions.dialogs.ScatterSeriesSettingsDialog; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesSettings; import org.eclipse.swtchart.extensions.preferences.PreferenceConstants; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesSettings; public class VectorExportSettingsDialog extends TitleAreaDialog { private AtomicReference listControl = new AtomicReference<>(); private IPreferenceStore preferenceStore = ResourceSupport.getPreferenceStore(); /* * The use might modify the current settings. * Hence, cache the original settings. */ private Map cachedSeriesSettings = new HashMap(); // private Combo comboScaleX; private Combo comboScaleY; // private int indexAxisX; private int indexAxisY; // private BaseChart baseChart = null; public VectorExportSettingsDialog(Shell parent, BaseChart baseChart) { super(parent); this.baseChart = baseChart; /* * Cache the settings an make a deep copy * as the user may modify the settings interactively. */ ISeries[] seriesArray = baseChart.getSeriesSet().getSeries(); for(ISeries series : seriesArray) { String id = series.getId(); ISeriesSettings seriesSettings = baseChart.getSeriesSettings(id); if(seriesSettings != null) { ISeriesSettings seriesSettingsCopy = MappingsSupport.copySettings(seriesSettings); if(seriesSettingsCopy != null) { cachedSeriesSettings.put(id, seriesSettingsCopy); } } } } @Override public void create() { super.create(); setTitle(Messages.getString(Messages.EXPORT_AXIS_SELECTION)); setMessage(Messages.getString(Messages.SELECT_X_Y_TO_EXPORT), IMessageProvider.INFORMATION); // $NON-NLS-1$ } @Override protected Control createDialogArea(Composite parent) { Composite composite = (Composite)super.createDialogArea(parent); Composite container = new Composite(composite, SWT.NONE); container.setLayoutData(new GridData(GridData.FILL_BOTH)); GridLayout layout = new GridLayout(2, false); container.setLayout(layout); // createSelectionAxisX(container); createSelectionAxisY(container); createSeriesList(container); // return composite; } private void createSeriesList(Composite container) { SeriesListUI seriesListUI = new SeriesListUI(container, SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL | SWT.FULL_SELECTION | SWT.BORDER); seriesListUI.setTableSortable(preferenceStore.getBoolean(PreferenceConstants.P_SORT_LEGEND_TABLE)); Table table = seriesListUI.getTable(); GridData gridData = new GridData(GridData.FILL_BOTH); gridData.horizontalSpan = 2; table.setLayoutData(gridData); seriesListUI.setInput(baseChart.getSeriesSet()); seriesListUI.setBaseChart(baseChart); // table.addMouseListener(new MouseAdapter() { @Override public void mouseDoubleClick(MouseEvent e) { Object object = seriesListUI.getStructuredSelection().getFirstElement(); if(object instanceof ISeries) { /* * Series */ ISeries series = (ISeries)object; ISeriesSettings seriesSettings = baseChart.getSeriesSettings(series.getId()); Shell shell = e.display.getActiveShell(); AbstractSeriesSettingsDialog settingsDialog = null; /* * Dialog */ if(seriesSettings instanceof IBarSeriesSettings) { IBarSeriesSettings settings = (IBarSeriesSettings)seriesSettings; settingsDialog = new BarSeriesSettingsDialog(shell, settings); } else if(seriesSettings instanceof ICircularSeriesSettings) { ICircularSeriesSettings settings = (ICircularSeriesSettings)seriesSettings; settingsDialog = new CircularSeriesSettingsDialog(shell, settings); } else if(seriesSettings instanceof ILineSeriesSettings) { ILineSeriesSettings settings = (ILineSeriesSettings)seriesSettings; settingsDialog = new LineSeriesSettingsDialog(shell, settings); } else if(seriesSettings instanceof IScatterSeriesSettings) { IScatterSeriesSettings settings = (IScatterSeriesSettings)seriesSettings; settingsDialog = new ScatterSeriesSettingsDialog(shell, settings); } /* * Apply */ if(settingsDialog != null) { if(settingsDialog.open() == Window.OK) { applySettings(baseChart, series, seriesSettings, true); } } } } }); // listControl.set(seriesListUI); } private void applySettings(BaseChart baseChart, ISeries series, ISeriesSettings seriesSettingsSource, boolean refresh) { baseChart.applySeriesSettings(series, seriesSettingsSource, true); if(refresh) { baseChart.redraw(); listControl.get().refresh(); } } private void createSelectionAxisX(Composite container) { Label label = new Label(container, SWT.NONE); label.setText(Messages.getString(Messages.X_AXIS)); // String[] axisLabelsX = baseChart.getAxisLabels(IExtendedChart.X_AXIS); comboScaleX = new Combo(container, SWT.READ_ONLY); comboScaleX.setItems(axisLabelsX); comboScaleX.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); if(axisLabelsX.length > 0) { comboScaleX.select(0); } } private void createSelectionAxisY(Composite container) { Label label = new Label(container, SWT.NONE); label.setText(Messages.getString(Messages.Y_AXIS)); // String[] axisLabelsY = baseChart.getAxisLabels(IExtendedChart.Y_AXIS); comboScaleY = new Combo(container, SWT.READ_ONLY); comboScaleY.setItems(axisLabelsY); comboScaleY.setLayoutData(new GridData(GridData.FILL_HORIZONTAL)); if(axisLabelsY.length > 0) { comboScaleY.select(0); } } @Override protected boolean isResizable() { return true; } private void saveInput() { indexAxisX = comboScaleX.getSelectionIndex(); indexAxisY = comboScaleY.getSelectionIndex(); } @Override protected void okPressed() { saveInput(); super.okPressed(); } public int getIndexAxisSelectionX() { return indexAxisX; } public int getIndexAxisSelectionY() { return indexAxisY; } public void reset() { ISeries[] seriesArray = baseChart.getSeriesSet().getSeries(); for(ISeries series : seriesArray) { String id = series.getId(); ISeriesSettings seriesSettingsCache = cachedSeriesSettings.get(id); if(seriesSettingsCache != null) { ISeriesSettings seriesSettings = baseChart.getSeriesSettings(id); if(seriesSettings != null) { MappingsSupport.transferSettings(seriesSettingsCache, seriesSettings); baseChart.applySeriesSettings(series, seriesSettings, true); } } } baseChart.redraw(); } }messages.properties000066400000000000000000000005461436443153700344420ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/coreALL_SERIES = All Series DATA_EXPORT_ERROR = Sorry, something has gone wrong to export the data. DATA_EXPORT_SUCCESS = The data has been exported successfully. EXPORT = Export: EXPORT_AXIS_SELECTION = Export Axis Selection SELECT_X_Y_TO_EXPORT = Select the X and Y axis you'd like to export. VISIBLE_SERIES = Visible Series X_AXIS = X Axis: Y_AXIS = Y Axis: fmessages_de.properties000066400000000000000000000006051436443153700351060ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/coreALL_SERIES = Alle Serien DATA_EXPORT_ERROR = Entschuldigung, beim Exportieren der Daten ist etwas schief gelaufen. DATA_EXPORT_SUCCESS = Die Daten wurden erfolgreich exportiert. EXPORT = Export: EXPORT_AXIS_SELECTION = Exportiere Achsenselektion SELECT_X_Y_TO_EXPORT = Whle die X- und Y-Achse, die export werden soll. VISIBLE_SERIES = Sichtbare Serien X_AXIS = X-Achse: Y_AXIS = Y-Achse: messages_fr.properties000066400000000000000000000006161436443153700351270ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/coreALL_SERIES = Toutes les Series DATA_EXPORT_ERROR = Dsol, quelque chose s'est mal pass durant l'exportation des donnes. DATA_EXPORT_SUCCESS = Les donnes ont t exportes avec succs. EXPORT = Export: EXPORT_AXIS_SELECTION = Export Axis Selection SELECT_X_Y_TO_EXPORT = Selectionner les axes X et Y que vous souhaitez exporter. VISIBLE_SERIES = Sries visibles X_AXIS = Axe X: Y_AXIS = Axes Y: swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/images/000077500000000000000000000000001436443153700311045ustar00rootroot00000000000000ImageFactory.java000066400000000000000000000045221436443153700342450ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/images/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.images; import org.eclipse.swt.graphics.ImageData; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.extensions.clipboard.ImageSupplier; import org.eclipse.swtchart.extensions.core.ScrollableChart; public class ImageFactory { private T t; private ImageSupplier imageSupplier; private Display display; /** * The width and height of the current display is allowed. * If width or height are greater, then the display bounds are used. * * @param width * @param height * @return Shell * @throws IllegalAccessException * @throws InstantiationException */ public ImageFactory(Class clazz, int width, int height) throws InstantiationException, IllegalAccessException { // try { t = clazz.getDeclaredConstructor().newInstance(); imageSupplier = new ImageSupplier(); // display = ((ScrollableChart)t).getBaseChart().getDisplay(); if(display != null) { width = (width > display.getBounds().width) ? display.getBounds().width : width; height = (height > display.getBounds().height) ? display.getBounds().height : height; t.getShell().setSize(width, height); } } catch(Exception e) { throw new InstantiationException(); } } public T getChart() { return t; } public void closeShell() { t.getShell().close(); } /** * Path to the file and the format. * Don't forget to call closeShell() if the shell is not needed anymore. * e.g.: SWT.IMAGE_PNG * * @param fileName * @param format */ public void saveImage(String fileName, int format) { t.getShell().open(); while(!t.getShell().isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); ImageData imageData = imageSupplier.getImageData(t.getBaseChart()); imageSupplier.saveImage(imageData, fileName, format); return; } } } }swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/000077500000000000000000000000001436443153700306035ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/Messages.java000066400000000000000000000022761436443153700332240ustar00rootroot00000000000000/******************************************************************************* * Copyright (c) 2020 SWT Chart Project * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Frank Buloup - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.menu; import java.util.MissingResourceException; import java.util.ResourceBundle; public class Messages { private static final String BUNDLE_NAME = "org.eclipse.swtchart.export.menu.messages"; //$NON-NLS-1$ private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME); public static final String PRINT = "PRINT"; public static final String PRINTER_EXPORT = "PRINTER_EXPORT"; public static final String SAVE_SELECTION = "SAVE_SELECTION"; private Messages() { } public static String getString(String key) { try { return RESOURCE_BUNDLE.getString(key); } catch(MissingResourceException e) { return '!' + key + '!'; } } } PrinterExportHandler.java000066400000000000000000000060541436443153700355170ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.menu; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.ImageData; import org.eclipse.swt.graphics.Rectangle; import org.eclipse.swt.printing.PrintDialog; import org.eclipse.swt.printing.Printer; import org.eclipse.swt.printing.PrinterData; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.export.core.AbstractSeriesExportHandler; import org.eclipse.swtchart.export.core.ISeriesExportConverter; import org.eclipse.swtchart.extensions.clipboard.ImageSupplier; import org.eclipse.swtchart.extensions.core.ResourceSupport; import org.eclipse.swtchart.extensions.core.ScrollableChart; public class PrinterExportHandler extends AbstractSeriesExportHandler implements ISeriesExportConverter { private static final String TITLE = Messages.getString(Messages.SAVE_SELECTION); @Override public String getName() { return Messages.getString(Messages.PRINT); } @Override public Image getIcon() { return ResourceSupport.getImage(ResourceSupport.ICON_PRINT); } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { /* * Print using the installed printer dialog. */ PrintDialog dialog = new PrintDialog(shell); PrinterData printerData = dialog.open(); if(printerData != null) { Printer printer = new Printer(printerData); if(printer.startJob(Messages.getString(Messages.PRINTER_EXPORT))) { /* * Create a page */ GC gc = new GC(printer); printer.startPage(); /* * Print the data. */ Rectangle trim = printer.computeTrim(0, 0, 0, 0); Rectangle clientArea = printer.getClientArea(); ImageSupplier imageSupplier = new ImageSupplier(); ImageData imageData = imageSupplier.getImageData(scrollableChart.getBaseChart()); Image image = new Image(printer, imageData); int srcWidth = imageData.width; int srcHeight = imageData.height; if(srcWidth > 0) { double scalingFactor = srcHeight / (srcWidth * 1.0d); int destWidth = clientArea.width + trim.x; // trim is negative int destHeight = (int)(clientArea.width * scalingFactor) + trim.y; // trim is negative gc.drawImage(image, 0, 0, srcWidth, srcHeight, -trim.x, -trim.y, destWidth, destHeight); } /* * Dispose the elements. */ image.dispose(); gc.dispose(); printer.endPage(); printer.endJob(); // MessageDialog.openInformation(shell, TITLE, MESSAGE_OK); } printer.dispose(); } } } swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/bitmap/000077500000000000000000000000001436443153700320575ustar00rootroot00000000000000AbstractBitmapExportHandler.java000066400000000000000000000106661436443153700402540ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/bitmap/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.menu.bitmap; import org.eclipse.jface.window.Window; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.ImageData; import org.eclipse.swt.graphics.Rectangle; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.FileDialog; import org.eclipse.swt.widgets.Listener; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.export.core.AbstractSeriesExportHandler; import org.eclipse.swtchart.export.core.BitmapExportSettingsDialog; import org.eclipse.swtchart.export.core.ISeriesExportConverter; import org.eclipse.swtchart.extensions.clipboard.ImageSupplier; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.ResourceSupport; import org.eclipse.swtchart.extensions.core.ScrollableChart; public abstract class AbstractBitmapExportHandler extends AbstractSeriesExportHandler implements ISeriesExportConverter { private String name; @SuppressWarnings("unused") private String title; private String[] filterExtensions; private int format; public AbstractBitmapExportHandler(String name, String title, String[] filterExtensions, int format) { this.name = name; this.title = title; this.filterExtensions = filterExtensions; this.format = format; } @Override public String getName() { return name; } @Override public Image getIcon() { return ResourceSupport.getImage(ResourceSupport.ICON_BITMAP); } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { FileDialog fileDialog = new FileDialog(shell, SWT.SAVE); fileDialog.setOverwrite(true); fileDialog.setText(name); fileDialog.setFilterExtensions(filterExtensions); // $NON-NLS-1$ //$NON-NLS-2$ // String fileName = fileDialog.open(); if(fileName != null) { /* * Select the export size. */ BitmapExportSettingsDialog bitmapSettingsDialog = new BitmapExportSettingsDialog(fileDialog.getParent()); bitmapSettingsDialog.create(); if(bitmapSettingsDialog.open() == Window.OK) { /* * Base Chart */ BaseChart baseChart = scrollableChart.getBaseChart(); if(bitmapSettingsDialog.isCustomSize()) { int width = bitmapSettingsDialog.getCustomWidth(); int height = bitmapSettingsDialog.getCustomHeight(); exportCustomSize(baseChart, fileName, width, height); } else { exportNormal(baseChart, fileName); } } } } private void exportNormal(BaseChart baseChart, String fileName) { ImageSupplier imageSupplier = new ImageSupplier(); ImageData imageData = imageSupplier.getImageData(baseChart); imageSupplier.saveImage(imageData, fileName, format); } private void exportCustomSize(BaseChart baseChart, String fileName, int width, int height) { Composite parent = baseChart.getParent(); Rectangle bounds = baseChart.getBounds(); /* * Size Image / Save */ Display display = Display.getDefault(); Shell imageShell = new Shell(display); Rectangle imageBounds = imageShell.computeTrim(0, 0, width, height); imageShell.setSize(imageBounds.width, imageBounds.height); imageShell.setLocation(0, 0); imageShell.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_WHITE)); imageShell.addListener(SWT.Paint, new Listener() { @Override public void handleEvent(Event event) { baseChart.setParent(imageShell); baseChart.setBounds(0, 0, width, height); baseChart.updateLayout(); } }); // imageShell.open(); while(!imageShell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); ImageSupplier imageSupplier = new ImageSupplier(); ImageData imageData = imageSupplier.getImageData(baseChart); imageSupplier.saveImage(imageData, fileName, format); baseChart.setParent(parent); baseChart.setBounds(bounds); baseChart.updateLayout(); imageShell.close(); } } } }BMPExportHandler.java000066400000000000000000000021701436443153700357610ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/bitmap/******************************************************************************* * Copyright (c) 2017, 2021 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.menu.bitmap; import org.eclipse.swt.SWT; public class BMPExportHandler extends AbstractBitmapExportHandler { private static final String FILE_EXTENSION = "*.bmp"; //$NON-NLS-1$ public static final String NAME = Messages.getString(Messages.IMAGE) + FILE_EXTENSION + ")"; //$NON-NLS-1$ private static final String TITLE = Messages.getString(Messages.SAVE_AS_IMAGE); private static final String[] FILTER_EXTENSIONS = new String[]{"*.bmp"}; //$NON-NLS-1$ //$NON-NLS-2$ public BMPExportHandler() { super(NAME, TITLE, FILTER_EXTENSIONS, SWT.IMAGE_BMP); } }ClipboardExportHandler.java000066400000000000000000000026101436443153700372410ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/bitmap/******************************************************************************* * Copyright (c) 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.menu.bitmap; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.export.core.AbstractSeriesExportHandler; import org.eclipse.swtchart.export.core.ISeriesExportConverter; import org.eclipse.swtchart.extensions.clipboard.ImageClipboardSupport; import org.eclipse.swtchart.extensions.core.ResourceSupport; import org.eclipse.swtchart.extensions.core.ScrollableChart; public class ClipboardExportHandler extends AbstractSeriesExportHandler implements ISeriesExportConverter { @Override public String getName() { return "Copy Image to Clipboard"; } @Override public Image getIcon() { return ResourceSupport.getImage(ResourceSupport.ICON_BITMAP); } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { ImageClipboardSupport.transfer(shell.getDisplay(), scrollableChart.getBaseChart()); } }JPGExportHandler.java000066400000000000000000000022031436443153700357600ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/bitmap/******************************************************************************* * Copyright (c) 2017, 2021 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.menu.bitmap; import org.eclipse.swt.SWT; public class JPGExportHandler extends AbstractBitmapExportHandler { private static final String FILE_EXTENSION = "*.jpg"; //$NON-NLS-1$ public static final String NAME = Messages.getString(Messages.IMAGE) + FILE_EXTENSION + ")"; //$NON-NLS-1$ private static final String TITLE = Messages.getString(Messages.SAVE_AS_IMAGE); private static final String[] FILTER_EXTENSIONS = new String[]{"*.jpeg", "*.jpg"}; //$NON-NLS-1$ //$NON-NLS-2$ public JPGExportHandler() { super(NAME, TITLE, FILTER_EXTENSIONS, SWT.IMAGE_JPEG); } }Messages.java000066400000000000000000000022131436443153700344100ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/bitmap/******************************************************************************* * Copyright (c) 2020 SWT Chart Project * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Frank Buloup - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.menu.bitmap; import java.util.MissingResourceException; import java.util.ResourceBundle; public class Messages { private static final String BUNDLE_NAME = "org.eclipse.swtchart.export.menu.bitmap.messages"; //$NON-NLS-1$ private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME); public static final String IMAGE = "IMAGE"; public static final String SAVE_AS_IMAGE = "SAVE_AS_IMAGE"; private Messages() { } public static String getString(String key) { try { return RESOURCE_BUNDLE.getString(key); } catch(MissingResourceException e) { return '!' + key + '!'; } } } PNGExportHandler.java000066400000000000000000000021371436443153700357720ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/bitmap/******************************************************************************* * Copyright (c) 2017, 2021 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.menu.bitmap; import org.eclipse.swt.SWT; public class PNGExportHandler extends AbstractBitmapExportHandler { private static final String FILE_EXTENSION = "*.png"; //$NON-NLS-1$ public static final String NAME = Messages.getString("IMAGE") + FILE_EXTENSION + ")"; //$NON-NLS-1$ //$NON-NLS-2$ private static final String TITLE = Messages.getString("SAVE_AS_IMAGE"); //$NON-NLS-1$ private static final String[] FILTER_EXTENSIONS = new String[]{"*.png"}; //$NON-NLS-1$ //$NON-NLS-2$ public PNGExportHandler() { super(NAME, TITLE, FILTER_EXTENSIONS, SWT.IMAGE_PNG); } }messages.properties000066400000000000000000000000561436443153700357260ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/bitmapIMAGE = Image ( SAVE_AS_IMAGE = Save As Image messages_fr.properties000066400000000000000000000000651436443153700364150ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/bitmapIMAGE = Image ( SAVE_AS_IMAGE = Enregistrer en image messages.properties000066400000000000000000000001151436443153700344460ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menuPRINT = Print PRINTER_EXPORT = PrinterExport SAVE_SELECTION = Save Selection messages_de.properties000066400000000000000000000001221436443153700351140ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menuPRINT = Drucken PRINTER_EXPORT = PrinterExport SAVE_SELECTION = Speichere Auswahl messages_fr.properties000066400000000000000000000001321436443153700351340ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menuPRINT = Imprimer PRINTER_EXPORT = PrinterExport SAVE_SELECTION = Enregistrer la Selection swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/text/000077500000000000000000000000001436443153700315675ustar00rootroot00000000000000CSVExportHandler.java000066400000000000000000000027651436443153700355200ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/text/******************************************************************************* * * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.menu.text; import org.eclipse.swt.graphics.Image; import org.eclipse.swtchart.export.core.AbstractSeparatedValueHandler; import org.eclipse.swtchart.export.core.ISeriesExportConverter; import org.eclipse.swtchart.extensions.core.ResourceSupport; public class CSVExportHandler extends AbstractSeparatedValueHandler implements ISeriesExportConverter { private static final String FILE_EXTENSION = "*.csv"; //$NON-NLS-1$ public static final String NAME = Messages.getString(Messages.COMMA_SEPARATED_VALUES) + FILE_EXTENSION + ")"; //$NON-NLS-1$ // private static final String TITLE = Messages.getString(Messages.SAVE_AS_COMMA_SEPARATED); private static final String DELIMITER = ","; //$NON-NLS-1$ @Override public String getName() { return NAME; } @Override public Image getIcon() { return ResourceSupport.getImage(ResourceSupport.ICON_CSV); } public CSVExportHandler() { super(TITLE, FILE_EXTENSION, DELIMITER); } } LaTeXTableExportHandler.java000066400000000000000000000173631436443153700370120ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/text/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.menu.text; import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.text.DecimalFormat; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.window.Window; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.widgets.FileDialog; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.export.core.AbstractSeriesExportHandler; import org.eclipse.swtchart.export.core.AxisSettings; import org.eclipse.swtchart.export.core.ISeriesExportConverter; import org.eclipse.swtchart.export.core.VectorExportSettingsDialog; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ResourceSupport; import org.eclipse.swtchart.extensions.core.ScrollableChart; public class LaTeXTableExportHandler extends AbstractSeriesExportHandler implements ISeriesExportConverter { private static final String FILE_EXTENSION = "*.tex"; //$NON-NLS-1$ public static final String NAME = Messages.getString(Messages.LATEX_TABLE) + FILE_EXTENSION + ")"; //$NON-NLS-1$ // private static final String TITLE = Messages.getString(Messages.SAVE_AS_LATEX); private static final String TAB = "\t"; //$NON-NLS-1$ private static final String DELIMITER = " & "; //$NON-NLS-1$ private static final String HORIZONTAL_LINE = "\\hline"; //$NON-NLS-1$ private static final String LINE_END = " \\\\"; //$NON-NLS-1$ @Override public String getName() { return NAME; } @Override public Image getIcon() { return ResourceSupport.getImage(ResourceSupport.ICON_TEX); } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { BaseChart baseChart = scrollableChart.getBaseChart(); /* * Select the export file. */ FileDialog fileDialog = new FileDialog(shell, SWT.SAVE); fileDialog.setOverwrite(true); fileDialog.setText(TITLE); fileDialog.setFilterExtensions(new String[]{FILE_EXTENSION}); // String fileName = fileDialog.open(); if(fileName != null) { /* * Select the X and Y axis to export. */ VectorExportSettingsDialog exportSettingsDialog = new VectorExportSettingsDialog(shell, baseChart); exportSettingsDialog.create(); if(exportSettingsDialog.open() == Window.OK) { // int indexAxisX = exportSettingsDialog.getIndexAxisSelectionX(); int indexAxisY = exportSettingsDialog.getIndexAxisSelectionY(); // if(indexAxisX >= 0 && indexAxisY >= 0) { /* * X Axis Settings */ IAxisSettings axisSettingsX = baseChart.getXAxisSettings(indexAxisX); IAxisScaleConverter axisScaleConverterX = null; if(axisSettingsX instanceof ISecondaryAxisSettings) { ISecondaryAxisSettings secondaryAxisSettings = (ISecondaryAxisSettings)axisSettingsX; axisScaleConverterX = secondaryAxisSettings.getAxisScaleConverter(); } /* * Y Axis Settings */ IAxisSettings axisSettingsY = baseChart.getYAxisSettings(indexAxisY); IAxisScaleConverter axisScaleConverterY = null; if(axisSettingsY instanceof ISecondaryAxisSettings) { ISecondaryAxisSettings secondaryAxisSettings = (ISecondaryAxisSettings)axisSettingsY; axisScaleConverterY = secondaryAxisSettings.getAxisScaleConverter(); } /* * Print the XY data. */ try (PrintWriter printWriter = new PrintWriter(new File(fileName))) { /* * Header */ printWriter.println("\\begin{center}"); //$NON-NLS-1$ printWriter.println("\\begin{tabular}{ c c }"); //$NON-NLS-1$ // printWriter.print(TAB); printWriter.print(axisSettingsX.getLabel()); printWriter.print(DELIMITER); printWriter.print(axisSettingsY.getLabel()); printWriter.println(LINE_END); /* * Axis settings. */ AxisSettings axisSettings = new AxisSettings(); axisSettings.setIndexAxisX(indexAxisX); axisSettings.setIndexAxisY(indexAxisY); axisSettings.setAxisSettingsX(axisSettingsX); axisSettings.setAxisScaleConverterX(axisScaleConverterX); axisSettings.setAxisSettingsY(axisSettingsY); axisSettings.setAxisScaleConverterY(axisScaleConverterY); /* * Data */ int widthPlotArea = baseChart.getPlotArea().getSize().x; ISeries[] series = baseChart.getSeriesSet().getSeries(); for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { exportSeries(dataSeries, widthPlotArea, axisSettings, printWriter); } } // printWriter.println("\\end{tabular}"); //$NON-NLS-1$ printWriter.println("\\end{center}"); //$NON-NLS-1$ printWriter.flush(); MessageDialog.openInformation(shell, TITLE, MESSAGE_OK); } catch(FileNotFoundException e) { MessageDialog.openError(shell, TITLE, MESSAGE_ERROR); e.printStackTrace(); } } } // exportSettingsDialog.reset(); scrollableChart.updateLegend(); } } private void exportSeries(ISeries dataSeries, int widthPlotArea, AxisSettings axisSettings, PrintWriter printWriter) { int indexAxisX = axisSettings.getIndexAxisX(); int indexAxisY = axisSettings.getIndexAxisY(); IAxisSettings axisSettingsX = axisSettings.getAxisSettingsX(); DecimalFormat decimalFormatX = axisSettingsX.getDecimalFormat(); IAxisScaleConverter axisScaleConverterX = axisSettings.getAxisScaleConverterX(); IAxisSettings axisSettingsY = axisSettings.getAxisSettingsY(); DecimalFormat decimalFormatY = axisSettingsY.getDecimalFormat(); IAxisScaleConverter axisScaleConverterY = axisSettings.getAxisScaleConverterY(); /* * Series */ printWriter.println(TAB + HORIZONTAL_LINE); printWriter.println(TAB + getIdentifier(dataSeries) + DELIMITER + LINE_END); printWriter.println(TAB + HORIZONTAL_LINE); // double[] xSeries = dataSeries.getXSeries(); double[] ySeries = dataSeries.getYSeries(); int size = dataSeries.getXSeries().length; // for(int i = 0; i < size; i++) { /* * Only export if the data point is visible. */ Point point = dataSeries.getPixelCoordinates(i); if(point.x >= 0 && point.x <= widthPlotArea) { printWriter.print(TAB); printValue(printWriter, xSeries[i], indexAxisX, BaseChart.ID_PRIMARY_X_AXIS, decimalFormatX, axisScaleConverterX); printWriter.print(DELIMITER); printValue(printWriter, ySeries[i], indexAxisY, BaseChart.ID_PRIMARY_Y_AXIS, decimalFormatY, axisScaleConverterY); printWriter.println(LINE_END); } } // printWriter.print(TAB); printWriter.print(DELIMITER); printWriter.println(LINE_END); } private void printValue(PrintWriter printWriter, double value, int indexAxis, int indexPrimaryAxis, DecimalFormat decimalFormat, IAxisScaleConverter axisScaleConverter) { if(indexAxis == indexPrimaryAxis) { printWriter.print(value); } else { if(axisScaleConverter != null) { printWriter.print(decimalFormat.format(axisScaleConverter.convertToSecondaryUnit(value))); } else { printWriter.print(decimalFormat.format(value)); } } } }Messages.java000066400000000000000000000032221436443153700341210ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/text/******************************************************************************* * Copyright (c) 2020 SWT Chart Project * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Frank Buloup - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.menu.text; import java.util.MissingResourceException; import java.util.ResourceBundle; public class Messages { private static final String BUNDLE_NAME = "org.eclipse.swtchart.export.menu.text.messages"; //$NON-NLS-1$ private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME); public static final String COMMA_SEPARATED_VALUES = "COMMA_SEPARATED_VALUES"; public static final String IMAGE_R_SCRIPT = "IMAGE_R_SCRIPT"; public static final String LATEX_TABLE = "LATEX_TABLE"; public static final String R_EXTENSION = "R_EXTENSION"; public static final String SAVE_AS_COMMA_SEPARATED = "SAVE_AS_COMMA_SEPARATED"; public static final String SAVE_AS_IMAGE_R_SCRIPT = "SAVE_AS_IMAGE_R_SCRIPT"; public static final String SAVE_AS_LATEX = "SAVE_AS_LATEX"; public static final String SAVE_AS_TAB_SEPARATED = "SAVE_AS_TAB_SEPARATED"; public static final String TAB_SEPARATED_VALUES = "TAB_SEPARATED_VALUES"; private Messages() { } public static String getString(String key) { try { return RESOURCE_BUNDLE.getString(key); } catch(MissingResourceException e) { return '!' + key + '!'; } } } RScriptExportHandler.java000066400000000000000000000672101436443153700364470ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/text/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.menu.text; import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.HashMap; import java.util.Map; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.window.Window; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.widgets.FileDialog; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.export.core.AbstractSeriesExportHandler; import org.eclipse.swtchart.export.core.AxisSettings; import org.eclipse.swtchart.export.core.ISeriesExportConverter; import org.eclipse.swtchart.export.core.VectorExportSettingsDialog; import org.eclipse.swtchart.extensions.barcharts.BarChart; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.ChartType; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ResourceSupport; import org.eclipse.swtchart.extensions.core.ScrollableChart; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.StepChart; import org.eclipse.swtchart.extensions.scattercharts.ScatterChart; public class RScriptExportHandler extends AbstractSeriesExportHandler implements ISeriesExportConverter { private static final String FILE_EXTENSION = Messages.getString(Messages.R_EXTENSION); public static final String NAME = Messages.getString(Messages.IMAGE_R_SCRIPT) + FILE_EXTENSION + ")"; //$NON-NLS-1$ // private static final String TITLE = Messages.getString(Messages.SAVE_AS_IMAGE_R_SCRIPT); // private static final String AXIS_X = "x"; //$NON-NLS-1$ private static final String AXIS_Y = "y"; //$NON-NLS-1$ // private Map plotSymbolsMap; private Map lineStylesMap; @Override public String getName() { return NAME; } @Override public Image getIcon() { return ResourceSupport.getImage(ResourceSupport.ICON_R); } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { BaseChart baseChart = scrollableChart.getBaseChart(); /* * Select the export file. */ FileDialog fileDialog = new FileDialog(shell, SWT.SAVE); fileDialog.setOverwrite(true); fileDialog.setText(TITLE); fileDialog.setFilterExtensions(new String[]{FILE_EXTENSION}); // String fileName = fileDialog.open(); if(fileName != null) { /* * Select the X and Y axis to export. */ VectorExportSettingsDialog exportSettingsDialog = new VectorExportSettingsDialog(shell, baseChart); exportSettingsDialog.create(); if(exportSettingsDialog.open() == Window.OK) { // int indexAxisX = exportSettingsDialog.getIndexAxisSelectionX(); int indexAxisY = exportSettingsDialog.getIndexAxisSelectionY(); // if(indexAxisX >= 0 && indexAxisY >= 0) { /* * X Axis Settings */ IAxisSettings axisSettingsX = baseChart.getXAxisSettings(indexAxisX); IAxisScaleConverter axisScaleConverterX = null; if(axisSettingsX instanceof ISecondaryAxisSettings) { ISecondaryAxisSettings secondaryAxisSettings = (ISecondaryAxisSettings)axisSettingsX; axisScaleConverterX = secondaryAxisSettings.getAxisScaleConverter(); } /* * Y Axis Settings */ IAxisSettings axisSettingsY = baseChart.getYAxisSettings(indexAxisY); IAxisScaleConverter axisScaleConverterY = null; if(axisSettingsY instanceof ISecondaryAxisSettings) { ISecondaryAxisSettings secondaryAxisSettings = (ISecondaryAxisSettings)axisSettingsY; axisScaleConverterY = secondaryAxisSettings.getAxisScaleConverter(); } /* * Print the XY data. */ try (PrintWriter printWriter = new PrintWriter(new File(fileName))) { /* * Axis settings. */ AxisSettings axisSettings = new AxisSettings(); axisSettings.setIndexAxisX(indexAxisX); axisSettings.setIndexAxisY(indexAxisY); axisSettings.setAxisSettingsX(axisSettingsX); axisSettings.setAxisScaleConverterX(axisScaleConverterX); axisSettings.setAxisSettingsY(axisSettingsY); axisSettings.setAxisScaleConverterY(axisScaleConverterY); plotSymbolsMap = new HashMap(); plotSymbolsMap.put(PlotSymbolType.CIRCLE, 1); plotSymbolsMap.put(PlotSymbolType.CROSS, 4); plotSymbolsMap.put(PlotSymbolType.DIAMOND, 5); plotSymbolsMap.put(PlotSymbolType.INVERTED_TRIANGLE, 6); plotSymbolsMap.put(PlotSymbolType.PLUS, 3); plotSymbolsMap.put(PlotSymbolType.SQUARE, 0); plotSymbolsMap.put(PlotSymbolType.TRIANGLE, 2); plotSymbolsMap.put(PlotSymbolType.NONE, 20); // lineStylesMap = new HashMap(); lineStylesMap.put(LineStyle.NONE, 0); lineStylesMap.put(LineStyle.DASH, 2); lineStylesMap.put(LineStyle.DASHDOT, 4); lineStylesMap.put(LineStyle.DASHDOTDOT, 6); lineStylesMap.put(LineStyle.DOT, 3); lineStylesMap.put(LineStyle.SOLID, 1); // /* * First check via instance of. If that fails, perform the enhanced * check via the chart type. */ if(scrollableChart instanceof LineChart) { printLinePlot(fileName, printWriter, scrollableChart, axisSettings); } else if(scrollableChart instanceof BarChart) { printBarPlot(fileName, printWriter, scrollableChart, axisSettings); } else if(scrollableChart instanceof ScatterChart) { printScatterPlot(fileName, printWriter, scrollableChart, axisSettings); } else if(scrollableChart instanceof StepChart) { printStepPlot(fileName, printWriter, scrollableChart, axisSettings); } else { /* * The chart extends ScrollableChart directly. */ ChartType chartType = scrollableChart.getChartType(); switch(chartType) { case LINE: printLinePlot(fileName, printWriter, scrollableChart, axisSettings); break; case BAR: printBarPlot(fileName, printWriter, scrollableChart, axisSettings); break; case SCATTER: printScatterPlot(fileName, printWriter, scrollableChart, axisSettings); break; case STEP: printStepPlot(fileName, printWriter, scrollableChart, axisSettings); break; default: System.out.println("The chart type export is not supported: " + chartType); break; } } // printWriter.flush(); MessageDialog.openInformation(shell, TITLE, MESSAGE_OK); } catch(FileNotFoundException e) { MessageDialog.openError(shell, TITLE, MESSAGE_ERROR); e.printStackTrace(); } } } // exportSettingsDialog.reset(); scrollableChart.updateLegend(); } } private String getColor(Color color) { StringBuilder hex_color = new StringBuilder("#"); double r = color.getRed(); double g = color.getGreen(); double b = color.getBlue(); double[] rgb = new double[]{r, g, b}; for(double x : rgb) { double hex = 16.0d; double div = x / hex; int count = (int)div; double rem = div - count; rem = (int)(rem * hex); char first, second; if(count >= 10) { first = (char)('a' + (count - 10)); } else { first = (char)('0' + count); } if(rem >= 10) { second = (char)('a' + (rem - 10)); } else { second = (char)('0' + rem); } hex_color.append(first); hex_color.append(second); } return hex_color.toString(); } private void printLinePlot(String fileName, PrintWriter printWriter, ScrollableChart scrollableChart, AxisSettings axisSettings) { IAxisSettings axisSettingsX = axisSettings.getAxisSettingsX(); IAxisSettings axisSettingsY = axisSettings.getAxisSettingsY(); // BaseChart baseChart = scrollableChart.getBaseChart(); ISeries[] series = baseChart.getSeriesSet().getSeries(); /* * Read from script. */ printExecuteInfo(fileName, printWriter); /* * Header */ int seriesSize = getSeriesSize(series); printWriter.println("# Header"); //$NON-NLS-1$ printWriter.println("xValueList<-vector(\"list\", " + seriesSize + ")"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println("yValueList<-vector(\"list\", " + seriesSize + ")"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(""); //$NON-NLS-1$ /* * Data */ printWriter.println("# Data"); //$NON-NLS-1$ int widthPlotArea = baseChart.getPlotArea().getSize().x; int index = 1; ArrayList color = new ArrayList(); ArrayList plotSymbols = new ArrayList(); ArrayList lineStyles = new ArrayList(); ArrayList lineTypes = new ArrayList(); for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { ILineSeries lineSeries = (ILineSeries)dataSeries; Color col = lineSeries.getLineColor(); color.add(getColor(col)); PlotSymbolType series_symbol = lineSeries.getSymbolType(); LineStyle style = lineSeries.getLineStyle(); plotSymbols.add(plotSymbolsMap.get(series_symbol)); if(series_symbol == PlotSymbolType.NONE) { lineTypes.add('l'); } else { lineTypes.add('b'); } lineStyles.add(lineStylesMap.get(style)); printLineData(dataSeries, widthPlotArea, axisSettings, index++, printWriter); } } printWriter.println(""); //$NON-NLS-1$ /* * Footer */ printWriter.println("# Footer"); //$NON-NLS-1$ StringBuilder list = new StringBuilder("colorList<-c("); int length1 = color.size(); int color_count = 0; for(String col : color) { list.append("\""); list.append(col); list.append("\""); if(color_count != length1 - 1) { list.append(","); color_count++; } } list.append(")"); printWriter.println(list); // $NON-NLS-1$ // StringBuilder plotSymbol_List = new StringBuilder("symbolList<-c("); int length2 = plotSymbols.size(); int symbol_count = 0; for(int symbol : plotSymbols) { plotSymbol_List.append(symbol); if(symbol_count != length2 - 1) { plotSymbol_List.append(","); symbol_count++; } } plotSymbol_List.append(")"); printWriter.println(plotSymbol_List); // StringBuilder lineStyle_List = new StringBuilder("styleList<-c("); int length3 = lineStyles.size(); int style_count = 0; for(int style : lineStyles) { lineStyle_List.append(style); if(style_count != length3 - 1) { lineStyle_List.append(","); style_count++; } } lineStyle_List.append(")"); printWriter.println(lineStyle_List); // StringBuilder lineType_List = new StringBuilder("typeList<-c("); int length4 = lineTypes.size(); int type_count = 0; for(char type : lineTypes) { lineType_List.append("\""); lineType_List.append(type); lineType_List.append("\""); if(type_count != length4 - 1) { lineType_List.append(","); type_count++; } } lineType_List.append(")"); printWriter.println(lineType_List); // printWriter.println(""); //$NON-NLS-1$ printWriter.println("plot("); //$NON-NLS-1$ printWriter.println(" xValueList[[1]], yValueList[[1]],"); //$NON-NLS-1$ printWriter.println(" xlim=c(range(xValueList)[1], range(xValueList)[2]),"); //$NON-NLS-1$ printWriter.println(" ylim=c(range(yValueList)[1], range(yValueList)[2]),"); //$NON-NLS-1$ printWriter.println(" type=typeList[1],"); //$NON-NLS-1$ printWriter.println(" col=colorList[1],"); //$NON-NLS-1$ printWriter.println(" pch=symbolList[1],"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(" lty= styleList[1],"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(" ylab='" + axisSettingsY.getLabel() + "',"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(" xlab='" + axisSettingsX.getLabel() + "'"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(")"); //$NON-NLS-1$ printWriter.println(""); //$NON-NLS-1$ // if(seriesSize > 1) { printWriter.println("for(i in 2:" + seriesSize + "){"); //$NON-NLS-1$ style//$NON-NLS-2$ printWriter.println(" lines(xValueList[[i]], yValueList[[i]], type=typeList[i],lty=styleList[i], col=colorList[i], pch=symbolList[i])"); //$NON-NLS-1$ printWriter.println("}"); //$NON-NLS-1$ printWriter.println(""); //$NON-NLS-1$ } // // int size = seriesSize; int k; printWriter.println("legend('topleft',"); //$NON-NLS-1$ printWriter.println(" c("); //$NON-NLS-1$ k = 0; for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { printWriter.print(" 'Series " + dataSeries.getDescription() + "'"); //$NON-NLS-1$ //$NON-NLS-2$ if(k < size - 1) { printWriter.print(","); //$NON-NLS-1$ } printWriter.println(); k++; } } printWriter.println(" ),"); //$NON-NLS-1$ printWriter.println(" col=c("); //$NON-NLS-1$ k = 0; for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { printWriter.print(" colorList[" + (k + 1) + "]"); //$NON-NLS-1$ //$NON-NLS-2$ if(k < size - 1) { printWriter.print(","); //$NON-NLS-1$ } printWriter.println(); k++; } } printWriter.println(" ),"); //$NON-NLS-1$ printWriter.println(" lwd=2"); //$NON-NLS-1$ printWriter.println(" )"); //$NON-NLS-1$ printWriter.println(""); //$NON-NLS-1$ } private void printLineData(ISeries dataSeries, int widthPlotArea, AxisSettings axisSettings, int index, PrintWriter printWriter) { int indexAxisX = axisSettings.getIndexAxisX(); int indexAxisY = axisSettings.getIndexAxisY(); IAxisScaleConverter axisScaleConverterX = axisSettings.getAxisScaleConverterX(); IAxisScaleConverter axisScaleConverterY = axisSettings.getAxisScaleConverterY(); // double[] xSeries = dataSeries.getXSeries(); double[] ySeries = dataSeries.getYSeries(); int size = dataSeries.getXSeries().length; // for(int i = 0; i < size; i++) { /* * Only export if the data point is visible. */ Point point = dataSeries.getPixelCoordinates(i); if(point.x >= 0 && point.x <= widthPlotArea) { printValueLinePlot(AXIS_X, index, printWriter, xSeries[i], indexAxisX, BaseChart.ID_PRIMARY_X_AXIS, axisScaleConverterX); printValueLinePlot(AXIS_Y, index, printWriter, ySeries[i], indexAxisY, BaseChart.ID_PRIMARY_Y_AXIS, axisScaleConverterY); } } } private void printValueLinePlot(String axis, int index, PrintWriter printWriter, double value, int indexAxis, int indexPrimaryAxis, IAxisScaleConverter axisScaleConverter) { if(indexAxis == indexPrimaryAxis || axisScaleConverter == null) { if(axis.equals(AXIS_X)) { printWriter.println("xValueList[[" + index + "]]<-c(xValueList[[" + index + "]]," + value + ")"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } else if(axis.equals(AXIS_Y)) { printWriter.println("yValueList[[" + index + "]]<-c(yValueList[[" + index + "]]," + value + ")"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } } else { if(axisScaleConverter != null) { if(axis.equals(AXIS_X)) { printWriter.println("xValueList[[" + index + "]]<-c(xValueList[[" + index + "]]," + axisScaleConverter.convertToSecondaryUnit(value) + ")"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } else if(axis.equals(AXIS_Y)) { printWriter.println("yValueList[[" + index + "]]<-c(yValueList[[" + index + "]]," + axisScaleConverter.convertToSecondaryUnit(value) + ")"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } } } } private void printBarPlot(String fileName, PrintWriter printWriter, ScrollableChart scrollableChart, AxisSettings axisSettings) { IAxisSettings axisSettingsX = axisSettings.getAxisSettingsX(); IAxisSettings axisSettingsY = axisSettings.getAxisSettingsY(); // BaseChart baseChart = scrollableChart.getBaseChart(); ISeries[] series = baseChart.getSeriesSet().getSeries(); /* * Read from script. */ printExecuteInfo(fileName, printWriter); /* * Header */ printWriter.println("# Header"); //$NON-NLS-1$ printWriter.println("count_values<-NULL"); //$NON-NLS-1$ printWriter.println(""); //$NON-NLS-1$ /* * Data */ printWriter.println("# Data"); //$NON-NLS-1$ int widthPlotArea = baseChart.getPlotArea().getSize().x; for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { printBarData(dataSeries, widthPlotArea, axisSettings, printWriter); } } printWriter.println(""); //$NON-NLS-1$ /* * Footer */ printWriter.println("# Footer"); //$NON-NLS-1$ printWriter.println("hist(count_values, breaks = range(count_values)[2]-range(count_values)[1]+1, axes=FALSE, xlab='" + axisSettingsX.getLabel() + "', ylab='" + axisSettingsY.getLabel() + "', main='" + scrollableChart.getChartSettings().getTitle() + "')"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ printWriter.println(""); //$NON-NLS-1$ printWriter.println("axis(2, at = NULL)"); //$NON-NLS-1$ printWriter.println("lower_x <- NULL"); //$NON-NLS-1$ printWriter.println("if(min(count_values) %% 10 != 0){"); //$NON-NLS-1$ printWriter.println(" lower_x <- round(min(count_values) %/% 10,0)*10"); //$NON-NLS-1$ printWriter.println("} else {"); //$NON-NLS-1$ printWriter.println(" lower_x <- min(count_values)+0.5"); //$NON-NLS-1$ printWriter.println("}"); //$NON-NLS-1$ printWriter.println(""); //$NON-NLS-1$ printWriter.println("upper_x <- round(max(count_values)/10,0)*10+0.5"); //$NON-NLS-1$ printWriter.println("axis(1, at = seq(lower_x+0.5, upper_x+0.5, 10), labels=seq(lower_x, upper_x, 10), tick = TRUE )"); //$NON-NLS-1$ } private void printBarData(ISeries dataSeries, int widthPlotArea, AxisSettings axisSettings, PrintWriter printWriter) { int indexAxisX = axisSettings.getIndexAxisX(); IAxisScaleConverter axisScaleConverterX = axisSettings.getAxisScaleConverterX(); IAxisScaleConverter axisScaleConverterY = axisSettings.getAxisScaleConverterY(); /* * Series */ double[] xSeries = dataSeries.getXSeries(); double[] ySeries = dataSeries.getYSeries(); int size = dataSeries.getXSeries().length; // for(int i = 0; i < size; i++) { /* * Only export if the data point is visible. */ Point point = dataSeries.getPixelCoordinates(i); if(point.x >= 0 && point.x <= widthPlotArea) { boolean isPrimaryAxis = (indexAxisX == BaseChart.ID_PRIMARY_X_AXIS); printValueBarPlot(printWriter, xSeries[i], ySeries[i], isPrimaryAxis, axisScaleConverterX, axisScaleConverterY); } } } private void printValueBarPlot(PrintWriter printWriter, double valueX, double valueY, boolean isPrimaryAxis, IAxisScaleConverter axisScaleConverterX, IAxisScaleConverter axisScaleConverterY) { if(isPrimaryAxis || axisScaleConverterX == null || axisScaleConverterY == null) { printWriter.println("count_values<-c(count_values, rep(" + valueX + ", " + valueY + "))"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ } else { if(axisScaleConverterX != null && axisScaleConverterY != null) { printWriter.println("count_values<-c(count_values, rep(" + axisScaleConverterX.convertToSecondaryUnit(valueX) + ", " + axisScaleConverterY.convertToSecondaryUnit(valueY) + "))"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ } } } private void printScatterPlot(String fileName, PrintWriter printWriter, ScrollableChart scrollableChart, AxisSettings axisSettings) { IAxisSettings axisSettingsX = axisSettings.getAxisSettingsX(); IAxisSettings axisSettingsY = axisSettings.getAxisSettingsY(); // BaseChart baseChart = scrollableChart.getBaseChart(); ISeries[] series = baseChart.getSeriesSet().getSeries(); /* * Read from script. */ printExecuteInfo(fileName, printWriter); /* * Header */ int seriesSize = getSeriesSize(series); printWriter.println("# Header"); //$NON-NLS-1$ printWriter.println("xValueList<-vector(\"list\", " + seriesSize + ")"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println("yValueList<-vector(\"list\", " + seriesSize + ")"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(""); //$NON-NLS-1$ /* * Data */ printWriter.println("# Data"); //$NON-NLS-1$ int widthPlotArea = baseChart.getPlotArea().getSize().x; int index = 1; ArrayList color = new ArrayList(); ArrayList plotSymbols = new ArrayList(); for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { ILineSeries lineSeries = (ILineSeries)dataSeries; Color col = lineSeries.getSymbolColor(); color.add(getColor(col)); PlotSymbolType series_symbol = lineSeries.getSymbolType(); plotSymbols.add(plotSymbolsMap.get(series_symbol)); printLineData(dataSeries, widthPlotArea, axisSettings, index++, printWriter); } } printWriter.println(""); //$NON-NLS-1$ /* * Footer */ printWriter.println("# Footer"); //$NON-NLS-1$ StringBuilder list = new StringBuilder("colorList<-c("); int length = color.size(); int color_count = 0; for(String col : color) { list.append("\""); list.append(col); list.append("\""); if(color_count != length - 1) { list.append(","); color_count++; } } list.append(")"); printWriter.println(list); // $NON-NLS-1$ // StringBuilder plotSymbol_List = new StringBuilder("symbolList<-c("); int length2 = plotSymbols.size(); int symbol_count = 0; for(int symbol : plotSymbols) { plotSymbol_List.append(symbol); if(symbol_count != length2 - 1) { plotSymbol_List.append(","); symbol_count++; } } plotSymbol_List.append(")"); printWriter.println(plotSymbol_List); // printWriter.println(""); //$NON-NLS-1$ printWriter.println("plot("); //$NON-NLS-1$ printWriter.println(" xValueList[[1]], yValueList[[1]],"); //$NON-NLS-1$ printWriter.println(" xlim=c(range(xValueList)[1], range(xValueList)[2]),"); //$NON-NLS-1$ printWriter.println(" ylim=c(range(yValueList)[1], range(yValueList)[2]),"); //$NON-NLS-1$ printWriter.println(" type='p',"); //$NON-NLS-1$ printWriter.println(" col=colorList[1],"); //$NON-NLS-1$ printWriter.println(" pch=symbolList[1],"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(" ylab='" + axisSettingsY.getLabel() + "',"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(" xlab='" + axisSettingsX.getLabel() + "'"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(")"); //$NON-NLS-1$ printWriter.println(""); //$NON-NLS-1$ // if(seriesSize > 1) { printWriter.println("for(i in 2:" + seriesSize + "){"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(" points(xValueList[[i]], yValueList[[i]], type='p', col=colorList[i], pch=symbolList[i])"); //$NON-NLS-1$ printWriter.println("}"); //$NON-NLS-1$ printWriter.println(""); //$NON-NLS-1$ } // // printWriter.println("abline(h=0)"); //$NON-NLS-1$ printWriter.println("abline(v=0)"); //$NON-NLS-1$ } private void printStepPlot(String fileName, PrintWriter printWriter, ScrollableChart scrollableChart, AxisSettings axisSettings) { IAxisSettings axisSettingsX = axisSettings.getAxisSettingsX(); IAxisSettings axisSettingsY = axisSettings.getAxisSettingsY(); // BaseChart baseChart = scrollableChart.getBaseChart(); ISeries[] series = baseChart.getSeriesSet().getSeries(); /* * Read from script. */ printExecuteInfo(fileName, printWriter); /* * Header */ int seriesSize = getSeriesSize(series); printWriter.println("# Header"); //$NON-NLS-1$ printWriter.println("xValueList<-vector(\"list\", " + seriesSize + ")"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println("yValueList<-vector(\"list\", " + seriesSize + ")"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(""); //$NON-NLS-1$ /* * Data */ printWriter.println("# Data"); //$NON-NLS-1$ int widthPlotArea = baseChart.getPlotArea().getSize().x; int index = 1; ArrayList color = new ArrayList(); for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { ILineSeries lineSeries = (ILineSeries)dataSeries; Color col = lineSeries.getLineColor(); color.add(getColor(col)); printLineData(dataSeries, widthPlotArea, axisSettings, index++, printWriter); } } printWriter.println(""); //$NON-NLS-1$ /* * Footer */ printWriter.println("# Footer"); //$NON-NLS-1$ StringBuilder list = new StringBuilder("colorList<-c("); int length = color.size(); int color_count = 0; for(String col : color) { list.append("\""); list.append(col); list.append("\""); if(color_count != length - 1) { list.append(","); color_count++; } } list.append(")"); printWriter.println(list); // $NON-NLS-1$ // printWriter.println(""); //$NON-NLS-1$ printWriter.println("plot("); //$NON-NLS-1$ printWriter.println(" xValueList[[1]], yValueList[[1]],"); //$NON-NLS-1$ printWriter.println(" xlim=c(range(xValueList)[1], range(xValueList)[2]),"); //$NON-NLS-1$ printWriter.println(" ylim=c(range(yValueList)[1], range(yValueList)[2]),"); //$NON-NLS-1$ printWriter.println(" type='s',"); //$NON-NLS-1$ printWriter.println(" col=colorList[1],"); //$NON-NLS-1$ printWriter.println(" ylab='" + axisSettingsY.getLabel() + "',"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(" xlab='" + axisSettingsX.getLabel() + "'"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(")"); //$NON-NLS-1$ printWriter.println(""); //$NON-NLS-1$ // if(seriesSize > 1) { printWriter.println("for(i in 2:" + seriesSize + "){"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println(" lines(xValueList[[i]], yValueList[[i]], type='s', col=colorList[i])"); //$NON-NLS-1$ printWriter.println("}"); //$NON-NLS-1$ printWriter.println(""); //$NON-NLS-1$ } // // int size = seriesSize; int k; printWriter.println("legend('topleft',"); //$NON-NLS-1$ printWriter.println(" c("); //$NON-NLS-1$ k = 0; for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { printWriter.print(" 'Series " + dataSeries.getDescription() + "'"); //$NON-NLS-1$ //$NON-NLS-2$ if(k < size - 1) { printWriter.print(","); //$NON-NLS-1$ d } printWriter.println(); k++; } } printWriter.println(" ),"); //$NON-NLS-1$ printWriter.println(" col=c("); //$NON-NLS-1$ k = 0; for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { printWriter.print(" colorList[" + (k + 1) + "]"); //$NON-NLS-1$ //$NON-NLS-2$ if(k < size - 1) { printWriter.print(","); //$NON-NLS-1$ } printWriter.println(); k++; } } printWriter.println(" ),"); //$NON-NLS-1$ printWriter.println(" lwd=2"); //$NON-NLS-1$ printWriter.println(" )"); //$NON-NLS-1$ printWriter.println(""); //$NON-NLS-1$ } private void printExecuteInfo(String fileName, PrintWriter printWriter) { printWriter.println("#-----------------------------------"); //$NON-NLS-1$ printWriter.println("# source('" + fileName + "')"); //$NON-NLS-1$ //$NON-NLS-2$ printWriter.println("#-----------------------------------"); //$NON-NLS-1$ printWriter.println(""); //$NON-NLS-1$ } private int getSeriesSize(ISeries[] series) { int counter = 0; for(ISeries dataSeries : series) { if(dataSeries != null) { if(dataSeries.isVisible()) { counter++; } } } return counter; } }TSVExportHandler.java000066400000000000000000000024641436443153700355350ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/text/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.menu.text; import org.eclipse.swtchart.export.core.AbstractSeparatedValueHandler; import org.eclipse.swtchart.export.core.ISeriesExportConverter; public class TSVExportHandler extends AbstractSeparatedValueHandler implements ISeriesExportConverter { private static final String FILE_EXTENSION = "*.tsv"; //$NON-NLS-1$ public static final String NAME = Messages.getString(Messages.TAB_SEPARATED_VALUES) + FILE_EXTENSION + ")"; //$NON-NLS-1$ // private static final String TITLE = Messages.getString(Messages.SAVE_AS_TAB_SEPARATED); // $NON-NLS-1$ private static final String DELIMITER = "\t"; //$NON-NLS-1$ @Override public String getName() { return NAME; } public TSVExportHandler() { super(TITLE, FILE_EXTENSION, DELIMITER); } } messages.properties000066400000000000000000000005561436443153700354430ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/textCOMMA_SEPARATED_VALUES = Comma Separated Values ( IMAGE_R_SCRIPT = Image R-Script ( LATEX_TABLE = LaTeX Table ( R_EXTENSION = *.R SAVE_AS_COMMA_SEPARATED = Save As Comma Separated Text SAVE_AS_IMAGE_R_SCRIPT = Save As R-Script Image SAVE_AS_LATEX = Save As LaTeX Table SAVE_AS_TAB_SEPARATED = Save As Tab Separated Text TAB_SEPARATED_VALUES = Tab Separated Values ( messages_fr.properties000066400000000000000000000006611436443153700361270ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/textCOMMA_SEPARATED_VALUES = Valeur spares par des virgules ( IMAGE_R_SCRIPT = Image R-Script ( LATEX_TABLE = Table LaTeX ( R_EXTENSION = *.R SAVE_AS_COMMA_SEPARATED = Enregistrer en texte sparateur virgule SAVE_AS_IMAGE_R_SCRIPT = Enregistrer en image R-Script SAVE_AS_LATEX = Enregistrer en table LaTeX SAVE_AS_TAB_SEPARATED = Enregistrer en texte sparateur tabulation TAB_SEPARATED_VALUES = Valeur spares par des tabulations ( swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/vector/000077500000000000000000000000001436443153700321055ustar00rootroot00000000000000Messages.java000066400000000000000000000022751436443153700344460ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/vector/******************************************************************************* * Copyright (c) 2020 SWT Chart Project * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Frank Buloup - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.export.menu.vector; import java.util.MissingResourceException; import java.util.ResourceBundle; public class Messages { private static final String BUNDLE_NAME = "org.eclipse.swtchart.export.menu.vector.messages"; //$NON-NLS-1$ private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME); public static final String EXPORT_TO_SVG = "EXPORT_TO_SVG"; public static final String SAVE_AS_SVG = "SAVE_AS_SVG"; public static final String SVG = "SVG"; private Messages() { } public static String getString(String key) { try { return RESOURCE_BUNDLE.getString(key); } catch(MissingResourceException e) { return '!' + key + '!'; } } } SVGExportHandler.java000066400000000000000000002046671436443153700360470ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/vector/******************************************************************************* * Copyright (c) 2019, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Sanatt Abrol - SVG export code * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.export.menu.vector; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.lang.reflect.InvocationTargetException; import java.text.DecimalFormat; import java.util.regex.Pattern; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.dialogs.ProgressMonitorDialog; import org.eclipse.jface.operation.IRunnableWithProgress; import org.eclipse.jface.window.Window; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.widgets.FileDialog; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.IAxis; import org.eclipse.swtchart.IAxisSet; import org.eclipse.swtchart.IBarSeries; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.export.core.AbstractSeriesExportHandler; import org.eclipse.swtchart.export.core.AxisSettings; import org.eclipse.swtchart.export.core.ISeriesExportConverter; import org.eclipse.swtchart.export.core.VectorExportSettingsDialog; import org.eclipse.swtchart.extensions.barcharts.BarChart; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.ChartType; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ResourceSupport; import org.eclipse.swtchart.extensions.core.ScrollableChart; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.scattercharts.ScatterChart; public class SVGExportHandler extends AbstractSeriesExportHandler implements ISeriesExportConverter { private static final String FILE_EXTENSION = "*.svg"; //$NON-NLS-1$ private static final String NAME = Messages.getString(Messages.SVG) + FILE_EXTENSION + ")"; //$NON-NLS-1$ private static final String TITLE = Messages.getString(Messages.SAVE_AS_SVG); // private static final String AXIS_X = "x"; //$NON-NLS-1$ private static final String AXIS_Y = "y"; //$NON-NLS-1$ @Override public String getName() { return NAME; } @Override public Image getIcon() { return ResourceSupport.getImage(ResourceSupport.ICON_FIGURE); } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { FileDialog fileDialog = new FileDialog(shell, SWT.SAVE); fileDialog.setOverwrite(true); fileDialog.setText(NAME); fileDialog.setFilterExtensions(new String[]{"*.svg"}); //$NON-NLS-1$ // String fileName = fileDialog.open(); if(fileName != null) { try { BaseChart baseChart = scrollableChart.getBaseChart(); VectorExportSettingsDialog exportSettingsDialog = new VectorExportSettingsDialog(fileDialog.getParent(), baseChart); exportSettingsDialog.create(); if(exportSettingsDialog.open() == Window.OK) { int indexAxisX = exportSettingsDialog.getIndexAxisSelectionX(); int indexAxisY = exportSettingsDialog.getIndexAxisSelectionY(); if(indexAxisX >= 0 && indexAxisY >= 0) { try { ProgressMonitorDialog monitorDialog = new ProgressMonitorDialog(fileDialog.getParent()); monitorDialog.run(false, false, new IRunnableWithProgress() { @Override public void run(IProgressMonitor monitor) throws InvocationTargetException, InterruptedException { try { monitor.beginTask(Messages.getString(Messages.EXPORT_TO_SVG), IProgressMonitor.UNKNOWN); /* * X Axis Settings */ IAxisSettings axisSettingsX = baseChart.getXAxisSettings(indexAxisX); IAxisScaleConverter axisScaleConverterX = null; if(axisSettingsX instanceof ISecondaryAxisSettings) { ISecondaryAxisSettings secondaryAxisSettings = (ISecondaryAxisSettings)axisSettingsX; axisScaleConverterX = secondaryAxisSettings.getAxisScaleConverter(); } /* * Y Axis Settings */ IAxisSettings axisSettingsY = baseChart.getYAxisSettings(indexAxisY); IAxisScaleConverter axisScaleConverterY = null; if(axisSettingsY instanceof ISecondaryAxisSettings) { ISecondaryAxisSettings secondaryAxisSettings = (ISecondaryAxisSettings)axisSettingsY; axisScaleConverterY = secondaryAxisSettings.getAxisScaleConverter(); } /* * Print the XY data. */ try (PrintWriter printWriter = new PrintWriter(new File(fileName))) { /* * Axis settings. */ AxisSettings axisSettings = new AxisSettings(); axisSettings.setIndexAxisX(indexAxisX); axisSettings.setIndexAxisY(indexAxisY); axisSettings.setAxisSettingsX(axisSettingsX); axisSettings.setAxisScaleConverterX(axisScaleConverterX); axisSettings.setAxisSettingsY(axisSettingsY); axisSettings.setAxisScaleConverterY(axisScaleConverterY); /* * First check via instance of. If that fails, perform the enhanced * check via the chart type. */ if(scrollableChart instanceof LineChart) { printLinePlot(fileName, printWriter, scrollableChart, axisSettings); } else if(scrollableChart instanceof BarChart) { printBarPlot(fileName, printWriter, scrollableChart, axisSettings); } else if(scrollableChart instanceof ScatterChart) { printScatterPlot(fileName, printWriter, scrollableChart, axisSettings); } else { /* * The chart extends ScrollableChart directly. */ ChartType chartType = scrollableChart.getChartType(); switch(chartType) { case STEP: case LINE: printLinePlot(fileName, printWriter, scrollableChart, axisSettings); break; case BAR: printBarPlot(fileName, printWriter, scrollableChart, axisSettings); break; case SCATTER: printScatterPlot(fileName, printWriter, scrollableChart, axisSettings); break; default: System.out.println("The chart type export is not supported yet: " + chartType); break; } } // MessageDialog.openInformation(shell, TITLE, MESSAGE_OK); } catch(FileNotFoundException e) { MessageDialog.openError(shell, TITLE, MESSAGE_ERROR); e.printStackTrace(); } } catch(Exception e) { e.printStackTrace(); } finally { monitor.done(); } } }); } catch(Exception e) { e.printStackTrace(); } } } // exportSettingsDialog.reset(); scrollableChart.updateLegend(); } catch(Exception e) { MessageDialog.openInformation(shell, TITLE, MESSAGE_ERROR); e.printStackTrace(); } } } private String getColor(Color color) { StringBuilder hex_color = new StringBuilder("#"); double r = color.getRed(); double g = color.getGreen(); double b = color.getBlue(); double[] rgb = new double[]{r, g, b}; for(double x : rgb) { double hex = 16.0d; double div = x / hex; int count = (int)div; double rem = div - count; rem = (int)(rem * hex); char first, second; if(count >= 10) { first = (char)('a' + (count - 10)); } else { first = (char)('0' + count); } if(rem >= 10) { second = (char)('a' + (rem - 10)); } else { second = (char)('0' + rem); } hex_color.append(first); hex_color.append(second); } return hex_color.toString(); } /* * Exports The LineSeries Chart to SVG via the Inkscape Template */ private void printLinePlot(String fileName, PrintWriter printWriter, ScrollableChart scrollableChart, AxisSettings axisSettings) throws Exception { IAxisSettings axisSettingsX = axisSettings.getAxisSettingsX(); IAxisSettings axisSettingsY = axisSettings.getAxisSettingsY(); boolean isReversedX = axisSettingsX.isReversed(); boolean isReversedY = axisSettingsY.isReversed(); DecimalFormat formatX = axisSettingsX.getDecimalFormat(); DecimalFormat formatY = axisSettingsY.getDecimalFormat(); BaseChart baseChart = scrollableChart.getBaseChart(); // boolean isShowAxisZeroMarker = baseChart.getChartSettings().isShowAxisZeroMarker(); ISeries[] series = baseChart.getSeriesSet().getSeries(); String Template = "Template_LineChart.svg"; try (BufferedReader in = new BufferedReader(new InputStreamReader(getClass().getResourceAsStream(Template)))) { double xTicks[] = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getTick().getTickLabelValues(); double yTicks[] = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getTick().getTickLabelValues(); String line; StringBuilder tickX = new StringBuilder("\n" + " %X01%"); StringBuilder tickY = new StringBuilder("\n" + " %Y01%"); StringBuilder legend = new StringBuilder("\n" + " %SERIES A%"); StringBuilder axisLabel = new StringBuilder(""); String regexX = ".*%X-AXIS_TICKS%.*"; String regexY = ".*%Y-AXIS_TICKS%.*"; String titleX = ".*%PLACEHOLDER X-AXIS%.*"; String titleY = ".*%PLACEHOLDER Y-AXIS%.*"; String data_series = ".*%DATA SERIES%.*"; String regex_legend = ".*%LEGEND%.*"; String axis_label = ".*%AXIS LABELS%.*"; while((line = in.readLine()) != null) { if(Pattern.matches(regexX, line)) { int ticklabel_size = xTicks.length; double start = 20.306; double height = 307.216 - 20.306; StringBuilder out = new StringBuilder(""); double upper = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().upper; double lower = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().lower; for(int count = 0; count < ticklabel_size; count++) { String split[] = tickX.toString().split("\\n"); String match1 = ".*%x-coordinate%.*"; String match2 = ".*%X01%.*"; double x; if(!isReversedX) { x = start + ((xTicks[count] - lower) / (upper - lower) * height); } else { x = ((start + height) - (((xTicks[count] - lower) / (upper - lower) * height))); } for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%x-coordinate%", String.valueOf(x)); } else if(Pattern.matches(match2, string)) { string = string.replace("%X01%", String.valueOf(formatX.format(xTicks[count]))); } out.append(string); out.append("\n"); } out.append("\n"); } line = line.replaceAll(regexX, out.toString()); } else if(Pattern.matches(regexY, line)) { int ticklabel_size = yTicks.length; double start = 279.90709; double height = 200.0; StringBuilder out = new StringBuilder(""); double upper = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().upper; double lower = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().lower; for(int count = 0; count < ticklabel_size; count++) { String split[] = tickY.toString().split("\\n"); String match1 = ".*%y-coordinate%.*"; String match2 = ".*%Y01%.*"; double y; if(!isReversedY) { y = start - (height - ((upper - yTicks[count]) / (upper - lower) * height)); } else { y = ((start - height) + (height - ((upper - yTicks[count]) / (upper - lower) * height))); } for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%y-coordinate%", String.valueOf(y)); } else if(Pattern.matches(match2, string)) { string = string.replace("%Y01%", String.valueOf(formatY.format(yTicks[count]))); } out.append(string); out.append("\n"); } out.append("\n"); } line = line.replaceAll(regexY, out.toString()); } else if(Pattern.matches(titleX, line)) { line = line.replace("%PLACEHOLDER X-AXIS%", axisSettingsX.getTitle()); } else if(Pattern.matches(titleY, line)) { line = line.replace("%PLACEHOLDER Y-AXIS%", axisSettingsY.getTitle()); } else if(Pattern.matches(regex_legend, line)) { double start1 = 100.5815; double start2 = 102.06668; StringBuilder out = new StringBuilder(""); int count = 0; for(ISeries serie : series) { if(serie.isVisible()) { ILineSeries lineSerie = (ILineSeries)serie; Color color = lineSerie.getLineColor(); String col = getColor(color); /* * 6 taken just to keep appropriate distance between the Series names in the legend. */ double y1 = start1 + 6 * count; double y2 = start2 + 6 * count; String des = serie.getDescription(); String split[] = legend.toString().split("\\n"); String match1 = ".*%y1-coordinate%.*"; String match2 = ".*%y2-coordinate%.*"; String match3 = ".*%COLOR%.*"; String match4 = ".*%SERIES A%.*"; for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%y1-coordinate%", String.valueOf(y1)); } else if(Pattern.matches(match2, string)) { string = string.replace("%y2-coordinate%", String.valueOf(y2)); } else if(Pattern.matches(match3, string)) { string = string.replace("%COLOR%", col); } else if(Pattern.matches(match4, string)) { string = string.replace("%SERIES A%", des); } out.append(string); out.append("\n"); } out.append("\n"); count++; } } line = line.replaceAll(regex_legend, out.toString()); } else if(Pattern.matches(axis_label, line)) { if(isShowAxisZeroMarker) { StringBuilder out = new StringBuilder(""); String split[] = axisLabel.toString().split("\\n"); String match1 = ".*%x1-coordinate%.*"; String match2 = ".*%x2-coordinate%.*"; String match3 = ".*%y1-coordinate%.*"; String match4 = ".*%y2-coordinate%.*"; double start1 = 20.306; double height1 = 307.216 - 20.306; double start2 = 279.90709; double height2 = 200.0; double upper = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().upper; double lower = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().lower; double x1; if(!isReversedX) { x1 = start1 + ((0.0 - lower) / (upper - lower) * height1); } else { x1 = ((start1 + height1) - (((0.0 - lower) / (upper - lower) * height1))); } if(x1 >= start1 && x1 <= start1 + height1) { for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%x1-coordinate%", String.valueOf(x1)); } if(Pattern.matches(match3, string)) { string = string.replace("%y1-coordinate%", String.valueOf(start2)); } if(Pattern.matches(match2, string)) { string = string.replace("%x2-coordinate%", String.valueOf(x1)); } if(Pattern.matches(match4, string)) { string = string.replace("%y2-coordinate%", String.valueOf(start2 - height2)); } out.append(string); out.append("\n"); } } out.append("\n"); double upper2 = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().upper; double lower2 = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().lower; double y1; if(!isReversedY) { y1 = start2 - (height2 - ((upper2 - 0.0) / (upper2 - lower2) * height2)); } else { y1 = ((start2 - height2) + (height2 - ((upper2 - 0.0) / (upper2 - lower2) * height2))); } if(y1 <= start2 && y1 >= start2 - height2) { for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%x1-coordinate%", String.valueOf(start1)); } if(Pattern.matches(match3, string)) { string = string.replace("%y1-coordinate%", String.valueOf(y1)); } if(Pattern.matches(match2, string)) { string = string.replace("%x2-coordinate%", String.valueOf(start1 + height1)); } if(Pattern.matches(match4, string)) { string = string.replace("%y2-coordinate%", String.valueOf(y1)); } out.append(string); out.append("\n"); } } line = line.replaceAll(axis_label, out.toString()); } } else if(Pattern.matches(data_series, line)) { StringBuilder out = new StringBuilder(""); int widthPlotArea = baseChart.getPlotArea().getSize().x; int heightPlotArea = baseChart.getPlotArea().getSize().y; IAxisSet axisSet = baseChart.getAxisSet(); int index = 0; for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { ILineSeries lineSeries = (ILineSeries)dataSeries; LineStyle lineStyle = lineSeries.getLineStyle(); StringBuilder string = null; if(lineStyle != LineStyle.NONE) { string = printLineData(dataSeries, widthPlotArea, heightPlotArea, axisSettings, index++, printWriter, axisSet, isReversedX, isReversedY); } else { string = printScatterData(dataSeries, widthPlotArea, heightPlotArea, axisSettings, index++, printWriter, axisSet, isReversedX, isReversedY); } out.append(string); } } line = line.replaceAll(data_series, out.toString()); } printWriter.println(line); } } catch(Exception e) { e.printStackTrace(); } } /* * returns the data series to be replaced in the data series in template */ private StringBuilder printLineData(ISeries dataSeries, int widthPlotArea, int heightPlotArea, AxisSettings axisSettings, int index, PrintWriter printWriter, IAxisSet axisSet, boolean isReversedX, boolean isReversedY) { StringBuilder out = new StringBuilder(""); StringBuilder data = new StringBuilder(""); ILineSeries lineSeries = (ILineSeries)dataSeries; Color lineColor = lineSeries.getLineColor(); String color = getColor(lineColor); int indexAxisX = axisSettings.getIndexAxisX(); int indexAxisY = axisSettings.getIndexAxisY(); IAxisScaleConverter axisScaleConverterX = axisSettings.getAxisScaleConverterX(); IAxisScaleConverter axisScaleConverterY = axisSettings.getAxisScaleConverterY(); // double[] xSeries = dataSeries.getXSeries(); double[] ySeries = dataSeries.getYSeries(); String split[] = data.toString().split("\\n"); int size = dataSeries.getXSeries().length; // String match1 = ".*%COLOR%.*"; String match2 = ".*%DATA POINTS%.*"; for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%COLOR%", color); } else if(Pattern.matches(match2, string)) { StringBuilder rep = new StringBuilder(""); for(int i = 0; i < size; i++) { /* * Only export if the data point is visible. */ Point point = dataSeries.getPixelCoordinates(i); if((point.x >= 0 && point.x <= widthPlotArea) && (point.y >= 0 && point.y <= heightPlotArea)) { rep.append(printValueLinePlot(AXIS_X, index, printWriter, xSeries[i], indexAxisX, axisSet, BaseChart.ID_PRIMARY_X_AXIS, axisScaleConverterX, isReversedX, isReversedY)); rep.append(","); rep.append(printValueLinePlot(AXIS_Y, index, printWriter, ySeries[i], indexAxisY, axisSet, BaseChart.ID_PRIMARY_Y_AXIS, axisScaleConverterY, isReversedX, isReversedY)); rep.append(" "); } } string = string.replace("%DATA POINTS%", rep); } out.append(string); out.append("\n"); } return out; } /* * returns value scaled to the appropriate coordinates in SVG */ private String printValueLinePlot(String axis, int index, PrintWriter printWriter, double value, int indexAxis, IAxisSet axisSet, int indexPrimaryAxis, IAxisScaleConverter axisScaleConverter, boolean isReversedX, boolean isReversedY) { String ret = ""; double x = 255.5 - 23.5; double y = 263.5 - 80.5; if(indexAxis == indexPrimaryAxis || axisScaleConverter == null) { if(axis.equals(AXIS_X)) { IAxis xAxis = axisSet.getXAxis(indexAxis); double xUpper = xAxis.getRange().upper; double xLower = xAxis.getRange().lower; double x1; if(!isReversedX) { x1 = 23.5 + ((value - xLower) / (xUpper - xLower) * x); } else { x1 = ((23.5 + x) - ((value - xLower) / (xUpper - xLower) * x)); } ret = String.valueOf(x1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } else if(axis.equals(AXIS_Y)) { IAxis yAxis = axisSet.getYAxis(indexAxis); double yUpper = yAxis.getRange().upper; double yLower = yAxis.getRange().lower; double y1; if(!isReversedY) { y1 = 263.5 - (y - ((yUpper - value) / (yUpper - yLower) * y)); } else { y1 = ((263.5 - y) + (y - ((yUpper - value) / (yUpper - yLower) * y))); } ret = String.valueOf(y1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } } else { if(axisScaleConverter != null) { if(axis.equals(AXIS_X)) { IAxis xAxis = axisSet.getXAxis(indexAxis); double xUpper = xAxis.getRange().upper; double xLower = xAxis.getRange().lower; double x1; if(!isReversedX) { x1 = 23.5 + ((axisScaleConverter.convertToSecondaryUnit(value) - xLower) / (xUpper - xLower) * x); } else { x1 = ((23.5 + x) - ((axisScaleConverter.convertToSecondaryUnit(value) - xLower) / (xUpper - xLower) * x)); } ret = String.valueOf(x1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } else if(axis.equals(AXIS_Y)) { IAxis yAxis = axisSet.getYAxis(indexAxis); double yUpper = yAxis.getRange().upper; double yLower = yAxis.getRange().lower; double y1; if(!isReversedY) { y1 = 80.5 + ((yUpper - axisScaleConverter.convertToSecondaryUnit(value)) / (yUpper - yLower) * y); } else { y1 = ((263.5 - y) + ((yUpper - axisScaleConverter.convertToSecondaryUnit(value)) / (yUpper - yLower) * y)); } ret = String.valueOf(y1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } } } return ret; } /* * Exports The BarSeries Chart to SVG via the Inkscape Template */ private void printBarPlot(String fileName, PrintWriter printWriter, ScrollableChart scrollableChart, AxisSettings axisSettings) { IAxisSettings axisSettingsX = axisSettings.getAxisSettingsX(); IAxisSettings axisSettingsY = axisSettings.getAxisSettingsY(); boolean isReversedX = axisSettingsX.isReversed(); boolean isReversedY = axisSettingsY.isReversed(); DecimalFormat formatX = axisSettingsX.getDecimalFormat(); DecimalFormat formatY = axisSettingsY.getDecimalFormat(); // BaseChart baseChart = scrollableChart.getBaseChart(); boolean isShowAxisZeroMarker = baseChart.getChartSettings().isShowAxisZeroMarker(); ISeries[] series = baseChart.getSeriesSet().getSeries(); String Template = "Template_BarChart.svg"; try (BufferedReader in = new BufferedReader(new InputStreamReader(getClass().getResourceAsStream(Template)))) { double xTicks[] = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getTick().getTickLabelValues(); double yTicks[] = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getTick().getTickLabelValues(); String line; StringBuilder tickX = new StringBuilder("\n" + " %X01%"); StringBuilder tickY = new StringBuilder("\n" + " %Y01%"); StringBuilder legend = new StringBuilder("\n" + " %SERIES A%"); StringBuilder axisLabel = new StringBuilder(""); String regexX = ".*%X-AXIS_TICKS%.*"; String regexY = ".*%Y-AXIS_TICKS%.*"; String titleX = ".*%PLACEHOLDER X-AXIS%.*"; String titleY = ".*%PLACEHOLDER Y-AXIS%.*"; String data_series = ".*%DATA SERIES%.*"; String regex_legend = ".*%LEGEND%.*"; String axis_label = ".*%AXIS LABELS%.*"; while((line = in.readLine()) != null) { if(Pattern.matches(regexX, line)) { int ticklabel_size = xTicks.length; double start = 20.306; double height = 307.216 - 20.306; StringBuilder out = new StringBuilder(""); double upper = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().upper; double lower = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().lower; for(int count = 0; count < ticklabel_size; count++) { String split[] = tickX.toString().split("\\n"); String match1 = ".*%x-coordinate%.*"; String match2 = ".*%X01%.*"; double x; if(!isReversedX) { x = start + ((xTicks[count] - lower) / (upper - lower) * height); } else { x = ((start + height) - (((xTicks[count] - lower) / (upper - lower) * height))); } for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%x-coordinate%", String.valueOf(x)); } else if(Pattern.matches(match2, string)) { string = string.replace("%X01%", String.valueOf(formatX.format(xTicks[count]))); } out.append(string); out.append("\n"); } out.append("\n"); } line = line.replaceAll(regexX, out.toString()); } else if(Pattern.matches(regexY, line)) { int ticklabel_size = yTicks.length; double start = 279.90709; double height = 200.0; StringBuilder out = new StringBuilder(""); double upper = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().upper; double lower = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().lower; for(int count = 0; count < ticklabel_size; count++) { String split[] = tickY.toString().split("\\n"); String match1 = ".*%y-coordinate%.*"; String match2 = ".*%Y01%.*"; double y; if(!isReversedY) { y = start - (height - ((upper - yTicks[count]) / (upper - lower) * height)); } else { y = ((start - height) + (height - ((upper - yTicks[count]) / (upper - lower) * height))); } for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%y-coordinate%", String.valueOf(y)); } else if(Pattern.matches(match2, string)) { string = string.replace("%Y01%", String.valueOf(formatY.format(yTicks[count]))); } out.append(string); out.append("\n"); } out.append("\n"); } line = line.replaceAll(regexY, out.toString()); } else if(Pattern.matches(titleX, line)) { line = line.replace("%PLACEHOLDER X-AXIS%", axisSettingsX.getTitle()); } else if(Pattern.matches(titleY, line)) { line = line.replace("%PLACEHOLDER Y-AXIS%", axisSettingsY.getTitle()); } else if(Pattern.matches(regex_legend, line)) { double start1 = 100.5815; double start2 = 102.06668; StringBuilder out = new StringBuilder(""); int count = 0; for(ISeries serie : series) { if(serie.isVisible()) { IBarSeries barSerie = (IBarSeries)serie; Color color = barSerie.getBarColor(); String col = getColor(color); /* * 6 taken just to keep appropriate distance between the Series names in the legend. */ double y1 = start1 + 6 * count; double y2 = start2 + 6 * count; String des = serie.getDescription(); String split[] = legend.toString().split("\\n"); String match1 = ".*%y1-coordinate%.*"; String match2 = ".*%y2-coordinate%.*"; String match3 = ".*%COLOR%.*"; String match4 = ".*%SERIES A%.*"; for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%y1-coordinate%", String.valueOf(y1)); } else if(Pattern.matches(match2, string)) { string = string.replace("%y2-coordinate%", String.valueOf(y2)); } else if(Pattern.matches(match3, string)) { string = string.replace("%COLOR%", col); } else if(Pattern.matches(match4, string)) { string = string.replace("%SERIES A%", des); } out.append(string); out.append("\n"); } out.append("\n"); count++; } } line = line.replaceAll(regex_legend, out.toString()); } else if(Pattern.matches(axis_label, line)) { if(isShowAxisZeroMarker) { StringBuilder out = new StringBuilder(""); String split[] = axisLabel.toString().split("\\n"); String match1 = ".*%x1-coordinate%.*"; String match2 = ".*%x2-coordinate%.*"; String match3 = ".*%y1-coordinate%.*"; String match4 = ".*%y2-coordinate%.*"; double start1 = 20.306; double height1 = 307.216 - 20.306; double start2 = 279.90709; double height2 = 200.0; double upper = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().upper; double lower = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().lower; double x1; if(!isReversedX) { x1 = start1 + ((0.0 - lower) / (upper - lower) * height1); } else { x1 = ((start1 + height1) - (((0.0 - lower) / (upper - lower) * height1))); } if(x1 >= start1 && x1 <= start1 + height1) { for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%x1-coordinate%", String.valueOf(x1)); } if(Pattern.matches(match3, string)) { string = string.replace("%y1-coordinate%", String.valueOf(start2)); } if(Pattern.matches(match2, string)) { string = string.replace("%x2-coordinate%", String.valueOf(x1)); } if(Pattern.matches(match4, string)) { string = string.replace("%y2-coordinate%", String.valueOf(start2 - height2)); } out.append(string); out.append("\n"); } } out.append("\n"); double upper2 = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().upper; double lower2 = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().lower; double y1; if(!isReversedY) { y1 = start2 - (height2 - ((upper2 - 0.0) / (upper2 - lower2) * height2)); } else { y1 = ((start2 - height2) + (height2 - ((upper2 - 0.0) / (upper2 - lower2) * height2))); } if(y1 <= start2 && y1 >= start2 - height2) { for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%x1-coordinate%", String.valueOf(start1)); } if(Pattern.matches(match3, string)) { string = string.replace("%y1-coordinate%", String.valueOf(y1)); } if(Pattern.matches(match2, string)) { string = string.replace("%x2-coordinate%", String.valueOf(start1 + height1)); } if(Pattern.matches(match4, string)) { string = string.replace("%y2-coordinate%", String.valueOf(y1)); } out.append(string); out.append("\n"); } } line = line.replaceAll(axis_label, out.toString()); } } else if(Pattern.matches(data_series, line)) { StringBuilder out = new StringBuilder(""); int widthPlotArea = baseChart.getPlotArea().getSize().x; int heightPlotArea = baseChart.getPlotArea().getSize().y; IAxisSet axisSet = baseChart.getAxisSet(); int index = 0; for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { StringBuilder string = printBarData(dataSeries, widthPlotArea, heightPlotArea, axisSettings, index++, printWriter, axisSet, isReversedX, isReversedY); out.append(string); } } line = line.replaceAll(data_series, out.toString()); } printWriter.println(line); } } catch(Exception e) { e.printStackTrace(); } } /* * returns the data series to be replaced in the data series in template */ private StringBuilder printBarData(ISeries dataSeries, int widthPlotArea, int heightPlotArea, AxisSettings axisSettings, int index, PrintWriter printWriter, IAxisSet axisSet, boolean isReversedX, boolean isReversedY) { StringBuilder out = new StringBuilder(""); /* BarSeries to be added to the template during export */ StringBuilder data = new StringBuilder(""); IBarSeries barSeries = (IBarSeries)dataSeries; Color barColor = barSeries.getBarColor(); String color = getColor(barColor); int indexAxisX = axisSettings.getIndexAxisX(); int indexAxisY = axisSettings.getIndexAxisY(); IAxisScaleConverter axisScaleConverterX = axisSettings.getAxisScaleConverterX(); IAxisScaleConverter axisScaleConverterY = axisSettings.getAxisScaleConverterY(); // double[] xSeries = dataSeries.getXSeries(); double[] ySeries = dataSeries.getYSeries(); String split[] = data.toString().split("\\n"); int size = dataSeries.getXSeries().length; // String match1 = ".*%COLOR%.*"; String match2 = ".*%x-coordinate%.*"; String match3 = ".*%y-coordinate%.*"; String match4 = ".*%height%.*"; for(int i = 0; i < size; i++) { /* * Only export if the data point is visible. */ Point point = dataSeries.getPixelCoordinates(i); if((point.x >= 0 && point.x <= widthPlotArea)) { double offset = 0.25; double x = Double.parseDouble(printValueBarPlot(AXIS_X, index, printWriter, xSeries[i], indexAxisX, axisSet, BaseChart.ID_PRIMARY_X_AXIS, axisScaleConverterX, isReversedX, isReversedY)); double y = Double.parseDouble(printValueBarPlot(AXIS_Y, index, printWriter, ySeries[i], indexAxisY, axisSet, BaseChart.ID_PRIMARY_Y_AXIS, axisScaleConverterY, isReversedX, isReversedY)); double base = Double.parseDouble(printValueBarPlot(AXIS_Y, index, printWriter, 0.0, indexAxisY, axisSet, BaseChart.ID_PRIMARY_Y_AXIS, axisScaleConverterY, isReversedX, isReversedY)); double height = Math.abs(y - base); /* Width for BarSeries in the Export */ double width = 1.0; /* Values for X,Y, height in the Export */ double newX = x; double newY = y; double newWidth = width; double newHeight = height; /* * Adjusting Bar Width For Export * Have a look at the BarSeries implementation */ if(x < 23.5) { newX = -offset; newWidth += (x + offset); } if(y < 80.5) { newY = -offset; newHeight += y + offset; } double plotWidthArea = 255.5 - 23.5; if(x + width > plotWidthArea) { newWidth -= x + width - plotWidthArea + offset; if(newWidth < 0) { newWidth = 0; } } if(y > base) { if(base + height > y) { newHeight -= (base + height) - y + offset; if(newHeight < 0) { newHeight = 0; } } } else { if(y + height > base) { newHeight -= (y + height) - base + offset; if(newHeight < 0) { newHeight = 0; } } } for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%COLOR%", color); } else if(Pattern.matches(match2, string)) { string = string.replace("%x-coordinate%", String.valueOf(newX)); } else if(Pattern.matches(match3, string)) { if(ySeries[i] >= 0) { string = string.replace("%y-coordinate%", String.valueOf(newY)); } else { string = string.replace("%y-coordinate%", String.valueOf(base)); } } else if(Pattern.matches(match4, string)) { string = string.replace("%height%", String.valueOf(newHeight)); } out.append(string); out.append("\n"); } } } return out; } /* * returns value scaled to the appropriate coordinates in SVG */ private String printValueBarPlot(String axis, int index, PrintWriter printWriter, double value, int indexAxis, IAxisSet axisSet, int indexPrimaryAxis, IAxisScaleConverter axisScaleConverter, boolean isReversedX, boolean isReversedY) { String ret = null; double x = 255.5 - 23.5; double y = 263.5 - 80.5; if(indexAxis == indexPrimaryAxis || axisScaleConverter == null) { if(axis.equals(AXIS_X)) { IAxis xAxis = axisSet.getXAxis(indexAxis); double xUpper = xAxis.getRange().upper; double xLower = xAxis.getRange().lower; value = (value > xUpper) ? xUpper : value; value = (value < xLower) ? xLower : value; double x1; if(!isReversedX) { x1 = 23.5 + ((value - xLower) / (xUpper - xLower) * x); } else { x1 = ((23.5 + x) - ((value - xLower) / (xUpper - xLower) * x)); } ret = String.valueOf(x1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } else if(axis.equals(AXIS_Y)) { IAxis yAxis = axisSet.getYAxis(indexAxis); double yUpper = yAxis.getRange().upper; double yLower = yAxis.getRange().lower; value = (value > yUpper) ? yUpper : value; value = (value < yLower) ? yLower : value; double y1; if(!isReversedY) { y1 = 263.5 - (y - ((yUpper - value) / (yUpper - yLower) * y)); } else { y1 = ((263.5 - y) + (y - ((yUpper - value) / (yUpper - yLower) * y))); } ret = String.valueOf(y1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } } else { if(axisScaleConverter != null) { if(axis.equals(AXIS_X)) { IAxis xAxis = axisSet.getXAxis(indexAxis); double xUpper = xAxis.getRange().upper; double xLower = xAxis.getRange().lower; value = axisScaleConverter.convertToSecondaryUnit(value); value = (value > xUpper) ? xUpper : value; value = (value < xLower) ? xLower : value; double x1; if(!isReversedX) { x1 = 23.5 + ((value - xLower) / (xUpper - xLower) * x); } else { x1 = ((23.5 + x) + ((value - xLower) / (xUpper - xLower) * x)); } ret = String.valueOf(x1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } else if(axis.equals(AXIS_Y)) { IAxis yAxis = axisSet.getYAxis(indexAxis); double yUpper = yAxis.getRange().upper; double yLower = yAxis.getRange().lower; value = axisScaleConverter.convertToSecondaryUnit(value); value = (value > yUpper) ? yUpper : value; value = (value < yLower) ? yLower : value; double y1; if(!isReversedY) { y1 = 263.5 - (y - ((yUpper - value) / (yUpper - yLower) * y)); } else { y1 = ((263.5 - y) - ((yUpper - value) / (yUpper - yLower) * y)); } ret = String.valueOf(y1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } } } return ret; } private void printScatterPlot(String fileName, PrintWriter printWriter, ScrollableChart scrollableChart, AxisSettings axisSettings) { IAxisSettings axisSettingsX = axisSettings.getAxisSettingsX(); IAxisSettings axisSettingsY = axisSettings.getAxisSettingsY(); boolean isReversedX = axisSettingsX.isReversed(); boolean isReversedY = axisSettingsY.isReversed(); DecimalFormat formatX = axisSettingsX.getDecimalFormat(); DecimalFormat formatY = axisSettingsY.getDecimalFormat(); // BaseChart baseChart = scrollableChart.getBaseChart(); boolean isShowAxisZeroMarker = baseChart.getChartSettings().isShowAxisZeroMarker(); ISeries[] series = baseChart.getSeriesSet().getSeries(); String Template = "Template_ScatterChart.svg"; try (BufferedReader in = new BufferedReader(new InputStreamReader(getClass().getResourceAsStream(Template)))) { double xTicks[] = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getTick().getTickLabelValues(); double yTicks[] = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getTick().getTickLabelValues(); String line; StringBuilder tickX = new StringBuilder("\n" + " %X01%"); StringBuilder tickY = new StringBuilder("\n" + " %Y01%"); StringBuilder legend = new StringBuilder("\n" + " %SERIES A%"); StringBuilder axisLabel = new StringBuilder(""); String regexX = ".*%X-AXIS_TICKS%.*"; String regexY = ".*%Y-AXIS_TICKS%.*"; String titleX = ".*%PLACEHOLDER X-AXIS%.*"; String titleY = ".*%PLACEHOLDER Y-AXIS%.*"; String data_series = ".*%DATA SERIES%.*"; String regex_legend = ".*%LEGEND%.*"; String axis_label = ".*%AXIS LABELS%.*"; while((line = in.readLine()) != null) { if(Pattern.matches(regexX, line)) { int ticklabel_size = xTicks.length; double start = 20.306; double height = 307.216 - 20.306; StringBuilder out = new StringBuilder(""); double upper = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().upper; double lower = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().lower; for(int count = 0; count < ticklabel_size; count++) { String split[] = tickX.toString().split("\\n"); String match1 = ".*%x-coordinate%.*"; String match2 = ".*%X01%.*"; double x; if(!isReversedX) { x = start + ((xTicks[count] - lower) / (upper - lower) * height); } else { x = ((start + height) - (((xTicks[count] - lower) / (upper - lower) * height))); } for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%x-coordinate%", String.valueOf(x)); } else if(Pattern.matches(match2, string)) { string = string.replace("%X01%", String.valueOf(formatX.format(xTicks[count]))); } out.append(string); out.append("\n"); } out.append("\n"); } line = line.replaceAll(regexX, out.toString()); } else if(Pattern.matches(regexY, line)) { int ticklabel_size = yTicks.length; double start = 279.90709; double height = 200.0; StringBuilder out = new StringBuilder(""); double upper = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().upper; double lower = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().lower; for(int count = 0; count < ticklabel_size; count++) { String split[] = tickY.toString().split("\\n"); String match1 = ".*%y-coordinate%.*"; String match2 = ".*%Y01%.*"; double y; if(!isReversedY) { y = start - (height - ((upper - yTicks[count]) / (upper - lower) * height)); } else { y = ((start - height) + (height - ((upper - yTicks[count]) / (upper - lower) * height))); } for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%y-coordinate%", String.valueOf(y)); } else if(Pattern.matches(match2, string)) { string = string.replace("%Y01%", String.valueOf(formatY.format(yTicks[count]))); } out.append(string); out.append("\n"); } out.append("\n"); } line = line.replaceAll(regexY, out.toString()); } else if(Pattern.matches(titleX, line)) { line = line.replace("%PLACEHOLDER X-AXIS%", axisSettingsX.getTitle()); } else if(Pattern.matches(titleY, line)) { line = line.replace("%PLACEHOLDER Y-AXIS%", axisSettingsY.getTitle()); } else if(Pattern.matches(regex_legend, line)) { double start1 = 100.5815; double start2 = 102.06668; StringBuilder out = new StringBuilder(""); int count = 0; for(ISeries serie : series) { if(serie.isVisible()) { ILineSeries lineSerie = (ILineSeries)serie; Color color = lineSerie.getSymbolColor(); String col = getColor(color); /* * 6 taken just to keep appropriate distance between the Series names in the legend. */ double y1 = start1 + 6 * count; double y2 = start2 + 6 * count; String des = serie.getDescription(); String split[] = legend.toString().split("\\n"); String match1 = ".*%y1-coordinate%.*"; String match2 = ".*%y2-coordinate%.*"; String match3 = ".*%COLOR%.*"; String match4 = ".*%SERIES A%.*"; for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%y1-coordinate%", String.valueOf(y1)); } else if(Pattern.matches(match2, string)) { string = string.replace("%y2-coordinate%", String.valueOf(y2)); } else if(Pattern.matches(match3, string)) { string = string.replace("%COLOR%", col); } else if(Pattern.matches(match4, string)) { string = string.replace("%SERIES A%", des); } out.append(string); out.append("\n"); } out.append("\n"); count++; } } line = line.replaceAll(regex_legend, out.toString()); } else if(Pattern.matches(axis_label, line)) { if(isShowAxisZeroMarker) { StringBuilder out = new StringBuilder(""); String split[] = axisLabel.toString().split("\\n"); String match1 = ".*%x1-coordinate%.*"; String match2 = ".*%x2-coordinate%.*"; String match3 = ".*%y1-coordinate%.*"; String match4 = ".*%y2-coordinate%.*"; double start1 = 20.306; double height1 = 307.216 - 20.306; double start2 = 279.90709; double height2 = 200.0; double upper = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().upper; double lower = baseChart.getAxisSet().getXAxis(axisSettings.getIndexAxisX()).getRange().lower; double x1; if(!isReversedX) { x1 = start1 + ((0.0 - lower) / (upper - lower) * height1); } else { x1 = ((start1 + height1) - (((0.0 - lower) / (upper - lower) * height1))); } if(x1 >= start1 && x1 <= start1 + height1) { for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%x1-coordinate%", String.valueOf(x1)); } if(Pattern.matches(match3, string)) { string = string.replace("%y1-coordinate%", String.valueOf(start2)); } if(Pattern.matches(match2, string)) { string = string.replace("%x2-coordinate%", String.valueOf(x1)); } if(Pattern.matches(match4, string)) { string = string.replace("%y2-coordinate%", String.valueOf(start2 - height2)); } out.append(string); out.append("\n"); } } out.append("\n"); double upper2 = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().upper; double lower2 = baseChart.getAxisSet().getYAxis(axisSettings.getIndexAxisY()).getRange().lower; double y1; if(!isReversedY) { y1 = start2 - (height2 - ((upper2 - 0.0) / (upper2 - lower2) * height2)); } else { y1 = ((start2 - height2) + (height2 - ((upper2 - 0.0) / (upper2 - lower2) * height2))); } if(y1 <= start2 && y1 >= start2 - height2) { for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%x1-coordinate%", String.valueOf(start1)); } if(Pattern.matches(match3, string)) { string = string.replace("%y1-coordinate%", String.valueOf(y1)); } if(Pattern.matches(match2, string)) { string = string.replace("%x2-coordinate%", String.valueOf(start1 + height1)); } if(Pattern.matches(match4, string)) { string = string.replace("%y2-coordinate%", String.valueOf(y1)); } out.append(string); out.append("\n"); } } line = line.replaceAll(axis_label, out.toString()); } } else if(Pattern.matches(data_series, line)) { StringBuilder out = new StringBuilder(""); int widthPlotArea = baseChart.getPlotArea().getSize().x; int heightPlotArea = baseChart.getPlotArea().getSize().y; IAxisSet axisSet = baseChart.getAxisSet(); int index = 0; for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { StringBuilder string = printScatterData(dataSeries, widthPlotArea, heightPlotArea, axisSettings, index++, printWriter, axisSet, isReversedX, isReversedY); out.append(string); } } line = line.replaceAll(data_series, out.toString()); } printWriter.println(line); } } catch(Exception e) { e.printStackTrace(); } } private StringBuilder printScatterData(ISeries dataSeries, int widthPlotArea, int heightPlotArea, AxisSettings axisSettings, int index, PrintWriter printWriter, IAxisSet axisSet, boolean isReversedX, boolean isReversedY) { StringBuilder out = new StringBuilder(""); StringBuilder data = new StringBuilder(""); ILineSeries lineSerie = (ILineSeries)dataSeries; Color lineColor = lineSerie.getSymbolColor(); String color = getColor(lineColor); int indexAxisX = axisSettings.getIndexAxisX(); int indexAxisY = axisSettings.getIndexAxisY(); IAxisScaleConverter axisScaleConverterX = axisSettings.getAxisScaleConverterX(); IAxisScaleConverter axisScaleConverterY = axisSettings.getAxisScaleConverterY(); // double[] xSeries = dataSeries.getXSeries(); double[] ySeries = dataSeries.getYSeries(); String split[] = data.toString().split("\\n"); int size = dataSeries.getXSeries().length; // String match1 = ".*%COLOR%.*"; String match2 = ".*%x-coordinate%.*"; String match3 = ".*%y-coordinate%.*"; for(int i = 0; i < size; i++) { /* * Only export if the data point is visible. */ Point point = dataSeries.getPixelCoordinates(i); if((point.x >= 0 && point.x <= widthPlotArea) && (point.y >= 0 && point.y <= heightPlotArea)) { double x = Double.parseDouble(printValueScatterPlot(AXIS_X, index, printWriter, xSeries[i], indexAxisX, axisSet, BaseChart.ID_PRIMARY_X_AXIS, axisScaleConverterX, isReversedX, isReversedY)); double y = Double.parseDouble(printValueScatterPlot(AXIS_Y, index, printWriter, ySeries[i], indexAxisY, axisSet, BaseChart.ID_PRIMARY_Y_AXIS, axisScaleConverterY, isReversedX, isReversedY)); for(String string : split) { if(Pattern.matches(match1, string)) { string = string.replace("%COLOR%", color); } else if(Pattern.matches(match2, string)) { string = string.replace("%x-coordinate%", String.valueOf(x)); } else if(Pattern.matches(match3, string)) { string = string.replace("%y-coordinate%", String.valueOf(y)); } out.append(string); out.append("\n"); } } } return out; } private String printValueScatterPlot(String axis, int index, PrintWriter printWriter, double value, int indexAxis, IAxisSet axisSet, int indexPrimaryAxis, IAxisScaleConverter axisScaleConverter, boolean isReversedX, boolean isReversedY) { String ret = null; double x = 255.5 - 23.5; double y = 263.5 - 80.5; if(indexAxis == indexPrimaryAxis || axisScaleConverter == null) { if(axis.equals(AXIS_X)) { IAxis xAxis = axisSet.getXAxis(indexAxis); double xUpper = xAxis.getRange().upper; double xLower = xAxis.getRange().lower; double x1; if(!isReversedX) { x1 = 23.5 + ((value - xLower) / (xUpper - xLower) * x); } else { x1 = ((23.5 + x) - ((value - xLower) / (xUpper - xLower) * x)); } ret = String.valueOf(x1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } else if(axis.equals(AXIS_Y)) { IAxis yAxis = axisSet.getYAxis(indexAxis); double yUpper = yAxis.getRange().upper; double yLower = yAxis.getRange().lower; double y1 = 263.5 - (y - ((yUpper - value) / (yUpper - yLower) * y)); ret = String.valueOf(y1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } } else { if(axisScaleConverter != null) { if(axis.equals(AXIS_X)) { IAxis xAxis = axisSet.getXAxis(indexAxis); double xUpper = xAxis.getRange().upper; double xLower = xAxis.getRange().lower; value = axisScaleConverter.convertToSecondaryUnit(value); double x1; if(!isReversedX) { x1 = 23.5 + ((axisScaleConverter.convertToSecondaryUnit(value) - xLower) / (xUpper - xLower) * x); } else { x1 = ((23.5 + x) - ((axisScaleConverter.convertToSecondaryUnit(value) - xLower) / (xUpper - xLower) * x)); } ret = String.valueOf(x1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } else if(axis.equals(AXIS_Y)) { IAxis yAxis = axisSet.getYAxis(indexAxis); double yUpper = yAxis.getRange().upper; double yLower = yAxis.getRange().lower; value = axisScaleConverter.convertToSecondaryUnit(value); double y1; if(!isReversedY) { y1 = 80.5 + ((yUpper - axisScaleConverter.convertToSecondaryUnit(value)) / (yUpper - yLower) * y); } else { y1 = ((263.5 - y) + ((yUpper - axisScaleConverter.convertToSecondaryUnit(value)) / (yUpper - yLower) * y)); } ret = String.valueOf(y1);// $NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ } } } return ret; } }Template_BarChart.svg000066400000000000000000000214611436443153700360740ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/vector image/svg+xml %PLACEHOLDER X-AXIS% %PLACEHOLDER Y-AXIS% Template_LineChart.svg000066400000000000000000000214521436443153700362570ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/vector image/svg+xml %PLACEHOLDER X-AXIS% %PLACEHOLDER Y-AXIS% Template_ScatterChart.svg000066400000000000000000000214631436443153700367770ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/vector image/svg+xml %PLACEHOLDER X-AXIS% %PLACEHOLDER Y-AXIS% messages.properties000066400000000000000000000002171436443153700357530ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/vectorEXPORT_TO_SVG = Exports the chart to SVG (Template) SAVE_AS_SVG = Save As Scalable Vector Graphic SVG = Scalable Vector Graphic [Template] ( messages_fr.properties000066400000000000000000000001751436443153700364450ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.export/src/org/eclipse/swtchart/export/menu/vectorEXPORT_TO_SVG = Exporter le graphe en SVG (Modle) SAVE_AS_SVG = Enregistrer en SVG SVG = Scalable Vector Graphic [Modle] ( swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/000077500000000000000000000000001436443153700237565ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/.classpath000066400000000000000000000005601436443153700257420ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/.gitignore000066400000000000000000000000151436443153700257420ustar00rootroot00000000000000/bin /target swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/.project000066400000000000000000000012401436443153700254220ustar00rootroot00000000000000 org.eclipse.swtchart.extensions.eclipse org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder org.eclipse.pde.SchemaBuilder org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/.settings/000077500000000000000000000000001436443153700256745ustar00rootroot00000000000000org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700340320ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/.settingseclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/.settings/org.eclipse.jdt.core.prefs000066400000000000000000000621771436443153700326730ustar00rootroot00000000000000eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=11 org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_assignment=0 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0 org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 org.eclipse.jdt.core.formatter.blank_lines_before_field=0 org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=1 org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 org.eclipse.jdt.core.formatter.blank_lines_before_method=1 org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 org.eclipse.jdt.core.formatter.blank_lines_before_package=0 org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false org.eclipse.jdt.core.formatter.comment.format_block_comments=true org.eclipse.jdt.core.formatter.comment.format_header=true org.eclipse.jdt.core.formatter.comment.format_html=true org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true org.eclipse.jdt.core.formatter.comment.format_line_comments=true org.eclipse.jdt.core.formatter.comment.format_source_code=false org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true org.eclipse.jdt.core.formatter.comment.indent_root_tags=true org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert org.eclipse.jdt.core.formatter.comment.line_length=500 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false org.eclipse.jdt.core.formatter.compact_else_if=true org.eclipse.jdt.core.formatter.continuation_indentation=2 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_empty_lines=false org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true org.eclipse.jdt.core.formatter.indentation.size=4 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert org.eclipse.jdt.core.formatter.insert_new_line_after_label=insert org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=do not insert org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.join_lines_in_comments=false org.eclipse.jdt.core.formatter.join_wrapped_lines=true org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false org.eclipse.jdt.core.formatter.lineSplit=80 org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=1 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=0 org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true org.eclipse.jdt.core.formatter.tabulation.char=tab org.eclipse.jdt.core.formatter.tabulation.size=4 org.eclipse.jdt.core.formatter.use_on_off_tags=true org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/.settings/org.eclipse.jdt.ui.prefs000066400000000000000000000133741436443153700323530ustar00rootroot00000000000000cleanup.add_default_serial_version_id=false cleanup.add_generated_serial_version_id=true cleanup.add_missing_annotations=true cleanup.add_missing_deprecated_annotations=true cleanup.add_missing_methods=true cleanup.add_missing_nls_tags=false cleanup.add_missing_override_annotations=true cleanup.add_missing_override_annotations_interface_methods=true cleanup.add_serial_version_id=true cleanup.always_use_blocks=true cleanup.always_use_parentheses_in_expressions=false cleanup.always_use_this_for_non_static_field_access=false cleanup.always_use_this_for_non_static_method_access=false cleanup.convert_functional_interfaces=false cleanup.convert_to_enhanced_for_loop=false cleanup.correct_indentation=false cleanup.format_source_code=true cleanup.format_source_code_changes_only=false cleanup.insert_inferred_type_arguments=false cleanup.make_local_variable_final=true cleanup.make_parameters_final=false cleanup.make_private_fields_final=true cleanup.make_type_abstract_if_missing_method=false cleanup.make_variable_declarations_final=false cleanup.never_use_blocks=false cleanup.never_use_parentheses_in_expressions=true cleanup.organize_imports=true cleanup.qualify_static_field_accesses_with_declaring_class=false cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true cleanup.qualify_static_member_accesses_with_declaring_class=true cleanup.qualify_static_method_accesses_with_declaring_class=false cleanup.remove_private_constructors=true cleanup.remove_redundant_type_arguments=false cleanup.remove_trailing_whitespaces=true cleanup.remove_trailing_whitespaces_all=true cleanup.remove_trailing_whitespaces_ignore_empty=false cleanup.remove_unnecessary_casts=true cleanup.remove_unnecessary_nls_tags=true cleanup.remove_unused_imports=true cleanup.remove_unused_local_variables=true cleanup.remove_unused_private_fields=true cleanup.remove_unused_private_members=true cleanup.remove_unused_private_methods=true cleanup.remove_unused_private_types=true cleanup.sort_members=true cleanup.sort_members_all=true cleanup.use_anonymous_class_creation=false cleanup.use_blocks=true cleanup.use_blocks_only_for_return_and_throw=false cleanup.use_lambda=true cleanup.use_parentheses_in_expressions=false cleanup.use_this_for_non_static_field_access=false cleanup.use_this_for_non_static_field_access_only_if_necessary=true cleanup.use_this_for_non_static_method_access=false cleanup.use_this_for_non_static_method_access_only_if_necessary=true cleanup_profile=_ChemClipse cleanup_settings_version=2 eclipse.preferences.version=1 formatter_profile=_ChemClipse formatter_settings_version=12 org.eclipse.jdt.ui.ignorelowercasenames=true org.eclipse.jdt.ui.importorder=java;javax;org;com;net; org.eclipse.jdt.ui.javadoc=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.staticondemandthreshold=99 org.eclipse.jdt.ui.text.custom_code_templates= swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/META-INF/000077500000000000000000000000001436443153700251165ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/META-INF/MANIFEST.MF000066400000000000000000000013401436443153700265460ustar00rootroot00000000000000Manifest-Version: 1.0 Automatic-Module-Name: org.eclipse.swtchart.extensions.eclipse Bundle-ManifestVersion: 2 Bundle-Name: SWTChart Eclipse Preference Page Bundle-SymbolicName: org.eclipse.swtchart.extensions.eclipse;singleton:=true Bundle-Version: 0.14.0.qualifier Bundle-Activator: org.eclipse.swtchart.extensions.eclipse.Activator Bundle-Vendor: Eclipse SWTChart Require-Bundle: org.eclipse.jface, org.eclipse.core.runtime, org.eclipse.swt, org.eclipse.swtchart;bundle-version="0.14.0", org.eclipse.ui.workbench;bundle-version="3.111.0", org.eclipse.core.databinding;bundle-version="1.6.200", org.eclipse.swtchart.extensions;bundle-version="0.14.0" Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-ActivationPolicy: lazy swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/build.properties000066400000000000000000000001501436443153700271670ustar00rootroot00000000000000source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/plugin.xml000066400000000000000000000006221436443153700257760ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/pom.xml000066400000000000000000000007041436443153700252740ustar00rootroot00000000000000 4.0.0 org.eclipse.swtchart org.eclipse.swtchart.build 0.14.0 ../org.eclipse.swtchart.cbi/pom.xml org.eclipse.swtchart.extensions.eclipse eclipse-plugin 0.14.0-SNAPSHOT swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/src/000077500000000000000000000000001436443153700245455ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/src/org/000077500000000000000000000000001436443153700253345ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/src/org/eclipse/000077500000000000000000000000001436443153700267605ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/src/org/eclipse/swtchart/000077500000000000000000000000001436443153700306175ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/src/org/eclipse/swtchart/extensions/000077500000000000000000000000001436443153700330165ustar00rootroot00000000000000eclipse/000077500000000000000000000000001436443153700343635ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/src/org/eclipse/swtchart/extensionsActivator.java000066400000000000000000000023041436443153700371610ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/src/org/eclipse/swtchart/extensions/eclipse/******************************************************************************* * Copyright (c) 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.eclipse; import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; public class Activator implements BundleActivator { private static BundleContext context; public static BundleContext getContext() { return context; } /* * (non-Javadoc) * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext) */ public void start(BundleContext bundleContext) throws Exception { Activator.context = bundleContext; } /* * (non-Javadoc) * @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext) */ public void stop(BundleContext bundleContext) throws Exception { Activator.context = null; } }preferences/000077500000000000000000000000001436443153700366645ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/src/org/eclipse/swtchart/extensions/eclipsePreferencePageEclipse.java000066400000000000000000000017201436443153700437070ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.eclipse/src/org/eclipse/swtchart/extensions/eclipse/preferences/******************************************************************************* * Copyright (c) 2020, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.eclipse.preferences; import org.eclipse.swtchart.extensions.preferences.PreferencePage; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class PreferencePageEclipse extends PreferencePage implements IWorkbenchPreferencePage { public PreferencePageEclipse() { super(GRID); } public void init(IWorkbench workbench) { // The values are initialized in the ResourceSupport manager. } }swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/000077500000000000000000000000001436443153700241505ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/.classpath000066400000000000000000000005601436443153700261340ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/.gitignore000066400000000000000000000000151436443153700261340ustar00rootroot00000000000000/bin /target swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/.project000066400000000000000000000012411436443153700256150ustar00rootroot00000000000000 org.eclipse.swtchart.extensions.examples org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder org.eclipse.pde.SchemaBuilder org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/.settings/000077500000000000000000000000001436443153700260665ustar00rootroot00000000000000org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700342240ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/.settingseclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/.settings/org.eclipse.jdt.core.prefs000066400000000000000000000621771436443153700330650ustar00rootroot00000000000000eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=11 org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_assignment=0 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0 org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 org.eclipse.jdt.core.formatter.blank_lines_before_field=0 org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=1 org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 org.eclipse.jdt.core.formatter.blank_lines_before_method=1 org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 org.eclipse.jdt.core.formatter.blank_lines_before_package=0 org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false org.eclipse.jdt.core.formatter.comment.format_block_comments=true org.eclipse.jdt.core.formatter.comment.format_header=true org.eclipse.jdt.core.formatter.comment.format_html=true org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true org.eclipse.jdt.core.formatter.comment.format_line_comments=true org.eclipse.jdt.core.formatter.comment.format_source_code=false org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true org.eclipse.jdt.core.formatter.comment.indent_root_tags=true org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert org.eclipse.jdt.core.formatter.comment.line_length=500 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false org.eclipse.jdt.core.formatter.compact_else_if=true org.eclipse.jdt.core.formatter.continuation_indentation=2 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_empty_lines=false org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true org.eclipse.jdt.core.formatter.indentation.size=4 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert org.eclipse.jdt.core.formatter.insert_new_line_after_label=insert org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=do not insert org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.join_lines_in_comments=false org.eclipse.jdt.core.formatter.join_wrapped_lines=true org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false org.eclipse.jdt.core.formatter.lineSplit=80 org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=1 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=0 org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true org.eclipse.jdt.core.formatter.tabulation.char=tab org.eclipse.jdt.core.formatter.tabulation.size=4 org.eclipse.jdt.core.formatter.use_on_off_tags=true org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/.settings/org.eclipse.jdt.ui.prefs000066400000000000000000000133741436443153700325450ustar00rootroot00000000000000cleanup.add_default_serial_version_id=false cleanup.add_generated_serial_version_id=true cleanup.add_missing_annotations=true cleanup.add_missing_deprecated_annotations=true cleanup.add_missing_methods=true cleanup.add_missing_nls_tags=false cleanup.add_missing_override_annotations=true cleanup.add_missing_override_annotations_interface_methods=true cleanup.add_serial_version_id=true cleanup.always_use_blocks=true cleanup.always_use_parentheses_in_expressions=false cleanup.always_use_this_for_non_static_field_access=false cleanup.always_use_this_for_non_static_method_access=false cleanup.convert_functional_interfaces=false cleanup.convert_to_enhanced_for_loop=false cleanup.correct_indentation=false cleanup.format_source_code=true cleanup.format_source_code_changes_only=false cleanup.insert_inferred_type_arguments=false cleanup.make_local_variable_final=true cleanup.make_parameters_final=false cleanup.make_private_fields_final=true cleanup.make_type_abstract_if_missing_method=false cleanup.make_variable_declarations_final=false cleanup.never_use_blocks=false cleanup.never_use_parentheses_in_expressions=true cleanup.organize_imports=true cleanup.qualify_static_field_accesses_with_declaring_class=false cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true cleanup.qualify_static_member_accesses_with_declaring_class=true cleanup.qualify_static_method_accesses_with_declaring_class=false cleanup.remove_private_constructors=true cleanup.remove_redundant_type_arguments=false cleanup.remove_trailing_whitespaces=true cleanup.remove_trailing_whitespaces_all=true cleanup.remove_trailing_whitespaces_ignore_empty=false cleanup.remove_unnecessary_casts=true cleanup.remove_unnecessary_nls_tags=true cleanup.remove_unused_imports=true cleanup.remove_unused_local_variables=true cleanup.remove_unused_private_fields=true cleanup.remove_unused_private_members=true cleanup.remove_unused_private_methods=true cleanup.remove_unused_private_types=true cleanup.sort_members=true cleanup.sort_members_all=true cleanup.use_anonymous_class_creation=false cleanup.use_blocks=true cleanup.use_blocks_only_for_return_and_throw=false cleanup.use_lambda=true cleanup.use_parentheses_in_expressions=false cleanup.use_this_for_non_static_field_access=false cleanup.use_this_for_non_static_field_access_only_if_necessary=true cleanup.use_this_for_non_static_method_access=false cleanup.use_this_for_non_static_method_access_only_if_necessary=true cleanup_profile=_ChemClipse cleanup_settings_version=2 eclipse.preferences.version=1 formatter_profile=_ChemClipse formatter_settings_version=12 org.eclipse.jdt.ui.ignorelowercasenames=true org.eclipse.jdt.ui.importorder=java;javax;org;com;net; org.eclipse.jdt.ui.javadoc=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.staticondemandthreshold=99 org.eclipse.jdt.ui.text.custom_code_templates= swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/META-INF/000077500000000000000000000000001436443153700253105ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/META-INF/MANIFEST.MF000066400000000000000000000016121436443153700267420ustar00rootroot00000000000000Manifest-Version: 1.0 Automatic-Module-Name: org.eclipse.swtchart.extensions.examples Bundle-ManifestVersion: 2 Bundle-Name: SWTChat Extension Examples Bundle-SymbolicName: org.eclipse.swtchart.extensions.examples;singleton:=true Bundle-Version: 0.14.0.qualifier Bundle-Activator: org.eclipse.swtchart.extensions.examples.Activator Bundle-Vendor: Eclipse Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.swtchart;bundle-version="0.14.0", org.eclipse.swtchart.extensions;bundle-version="0.14.0", org.eclipse.e4.ui.di;bundle-version="1.1.100", org.eclipse.e4.ui.model.workbench;bundle-version="1.2.0.v20160229-1459", javax.inject, org.eclipse.swtchart.customcharts;bundle-version="0.14.0" Bundle-RequiredExecutionEnvironment: JavaSE-11 Import-Package: javax.annotation;version="1.2.0" Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.swtchart.extensions.examples.support swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/build.properties000066400000000000000000000002401436443153700273610ustar00rootroot00000000000000output.. = bin/ bin.includes = META-INF/,\ .,\ fragment.e4xmi,\ plugin.xml,\ icons/ source.. = src/ swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/fragment.e4xmi000066400000000000000000000603351436443153700267320ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/icons/000077500000000000000000000000001436443153700252635ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/icons/16x16/000077500000000000000000000000001436443153700260505ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/icons/16x16/apply_settings.gif000066400000000000000000000003631436443153700316060ustar00rootroot00000000000000GIF89aݬdNeD.*E(  +G)  ,T''Z?//B00A;swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/icons/16x16/left.gif000066400000000000000000000005131436443153700274700ustar00rootroot00000000000000GIF89a1ߊ݃ߊ┽~|zxwx}znspurpwulk! ?,hpH,H $"0ňE!mD& eY`C0?yL E-[.wp?d v?' !%#aF,uLR?+VB*QA;swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/icons/16x16/open_settings.gif000066400000000000000000000005431436443153700314220ustar00rootroot00000000000000GIF89a.)HkxPh`pp!.,@!@,r\(0XO VX(B naN?Hn "! wx+-,w]q ]$hj&q %#R()nY..A;swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/icons/16x16/reset.gif000066400000000000000000000002171436443153700276610ustar00rootroot00000000000000GIF89a螬t`_Vgn!,E:E:=65253PPؘ!,X`'dihjrP\Lt]?4e|Me(J2A8t ؁S ( A( ٫P:L xar(56|Qr,*!;swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/icons/16x16/up.gif000066400000000000000000000005131436443153700271620ustar00rootroot00000000000000GIF89a1ߊ݃ߊ┽~|zxwx}znspurpwulk! ?,hpH,0X^ image/svg+xml swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/plugin.xml000066400000000000000000000126071436443153700261760ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/000077500000000000000000000000001436443153700247375ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/000077500000000000000000000000001436443153700255265ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/000077500000000000000000000000001436443153700271525ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/000077500000000000000000000000001436443153700310115ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/000077500000000000000000000000001436443153700332105ustar00rootroot00000000000000examples/000077500000000000000000000000001436443153700347475ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensionsActivator.java000066400000000000000000000075311436443153700375540ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples; import java.net.URL; import java.util.HashMap; import java.util.Map; import org.eclipse.core.runtime.FileLocator; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.Path; import org.eclipse.jface.resource.ImageDescriptor; import org.eclipse.jface.resource.ImageRegistry; import org.eclipse.swt.graphics.Image; import org.eclipse.ui.PlatformUI; import org.eclipse.ui.plugin.AbstractUIPlugin; import org.osgi.framework.Bundle; import org.osgi.framework.BundleContext; /** * The activator class controls the plug-in life cycle */ public class Activator extends AbstractUIPlugin { public static final String ICON_OPEN_SETTINGS = "ICON_SETTINGS"; // $NON-NLS-1$ public static final String ICON_APPLY_SETTINGS = "ICON_APPLY_SETTINGS"; // $NON-NLS-1$ public static final String ICON_START = "ICON_START"; // $NON-NLS-1$ public static final String ICON_STOP = "ICON_STOP"; // $NON-NLS-1$ public static final String ICON_RESET = "ICON_RESET"; // $NON-NLS-1$ public static final String ICON_UP = "ICON_UP"; // $NON-NLS-1$ public static final String ICON_DOWN = "ICON_DOWN"; // $NON-NLS-1$ public static final String ICON_LEFT = "ICON_LEFT"; // $NON-NLS-1$ public static final String ICON_RIGHT = "ICON_RIGHT"; // $NON-NLS-1$ // private static Activator plugin; /** * The constructor */ public Activator() { } @Override public void start(BundleContext context) throws Exception { super.start(context); plugin = this; if(PlatformUI.isWorkbenchRunning()) { initializeImageRegistry(); } } @Override public void stop(BundleContext context) throws Exception { plugin = null; super.stop(context); } /** * Returns the shared instance * * @return the shared instance */ public static Activator getDefault() { return plugin; } public Image getImage(String key) { return getImageRegistry().get(key); } private void initializeImageRegistry() { Map imageHashMap = new HashMap(); imageHashMap.put(ICON_OPEN_SETTINGS, "icons/16x16/open_settings.gif"); // $NON-NLS-1$ imageHashMap.put(ICON_APPLY_SETTINGS, "icons/16x16/apply_settings.gif"); // $NON-NLS-1$ imageHashMap.put(ICON_START, "icons/16x16/start.gif"); // $NON-NLS-1$ imageHashMap.put(ICON_STOP, "icons/16x16/stop.gif"); // $NON-NLS-1$ imageHashMap.put(ICON_RESET, "icons/16x16/reset.gif"); // $NON-NLS-1$ imageHashMap.put(ICON_UP, "icons/16x16/up.gif"); // $NON-NLS-1$ imageHashMap.put(ICON_DOWN, "icons/16x16/down.gif"); // $NON-NLS-1$ imageHashMap.put(ICON_LEFT, "icons/16x16/left.gif"); // $NON-NLS-1$ imageHashMap.put(ICON_RIGHT, "icons/16x16/right.gif"); // $NON-NLS-1$ // ImageRegistry imageRegistry = getImageRegistry(); if(imageRegistry != null) { /* * Set the image/icon values. */ for(Map.Entry entry : imageHashMap.entrySet()) { imageRegistry.put(entry.getKey(), createImageDescriptor(getBundle(), entry.getValue())); } } } /** * Helps to create an image descriptor. * * @param bundle * @param string * @return ImageDescriptor */ private ImageDescriptor createImageDescriptor(Bundle bundle, String string) { ImageDescriptor imageDescriptor = null; IPath path = new Path(string); URL url = FileLocator.find(bundle, path, null); imageDescriptor = ImageDescriptor.createFromURL(url); return imageDescriptor; } } charts/000077500000000000000000000000001436443153700362335ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examplesComplexPieChartExample.java000066400000000000000000000022521436443153700434420ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/******************************************************************************* * Copyright (c) 2020, 2022 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.extensions.examples.parts.ComplexPieChart; public class ComplexPieChartExample { public static void main(String args[]) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Complex PieChart"); shell.setSize(700, 600); shell.setLayout(new FillLayout()); // new ComplexPieChart(shell); shell.open(); // while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } }DemoBoxPlotChart.java000066400000000000000000000075771436443153700422740ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/******************************************************************************* * Copyright (c) 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation * yoshitaka - support for axis categories *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts; import java.util.ArrayList; import java.util.List; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.RangeRestriction; import org.eclipse.swtchart.extensions.core.RangeRestriction.ExtendType; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.scattercharts.BoxPlotChart; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesData; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesSettings; import org.eclipse.swtchart.extensions.scattercharts.ScatterSeriesData; public class DemoBoxPlotChart { public static void main(String args[]) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Box Plot Chart"); shell.setSize(1024, 768); shell.setLayout(new FillLayout()); // BoxPlotChart boxPlotChart = new BoxPlotChart(shell, SWT.NONE); shell.open(); /* * Settings */ IChartSettings chartSettings = boxPlotChart.getChartSettings(); chartSettings.setBufferSelection(true); chartSettings.setHorizontalSliderVisible(false); chartSettings.setVerticalSliderVisible(false); RangeRestriction rangeRestriction = chartSettings.getRangeRestriction(); rangeRestriction.setExtendTypeX(ExtendType.ABSOLUTE); rangeRestriction.setExtendMinX(0.5d); rangeRestriction.setExtendMaxX(0.5d); rangeRestriction.setExtendTypeY(ExtendType.RELATIVE); rangeRestriction.setExtendMinY(0.05d); rangeRestriction.setExtendMaxY(0.05d); IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setVisible(true); primaryAxisSettingsX.setGridLineStyle(LineStyle.NONE); primaryAxisSettingsX.setEnableCategory(true); primaryAxisSettingsX.setCategorySeries(new String[]{"Trace 1", "Trace 2"}); ; boxPlotChart.applySettings(chartSettings); /* * Data */ Color colorBlue = Display.getDefault().getSystemColor(SWT.COLOR_BLUE); Color colorRed = Display.getDefault().getSystemColor(SWT.COLOR_RED); // List boxPlotSeriesList = SeriesConverter.getSeriesBoxPlot(SeriesConverter.BOXPLOT_SERIES_1); List scatterSeriesDataList = new ArrayList(); for(int i = 0; i < boxPlotSeriesList.size(); i++) { ISeriesData seriesData = boxPlotSeriesList.get(i); Color color = (i % 2 == 0) ? colorBlue : colorRed; IScatterSeriesData scatterSeriesData = new ScatterSeriesData(seriesData); IScatterSeriesSettings scatterSeriesSettings = scatterSeriesData.getSettings(); scatterSeriesSettings.setSymbolColor(color); scatterSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); scatterSeriesSettings.setSymbolSize(4); scatterSeriesDataList.add(scatterSeriesData); } boxPlotChart.addSeriesData(scatterSeriesDataList); // while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } // display.dispose(); } }DemoChart.java000066400000000000000000000122741436443153700407520ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/******************************************************************************* * Copyright (c) 2020, 2022 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Yash Bharatiya - initial API and implementation * Philip Wenig - menu demo extension *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts; import org.eclipse.swt.dnd.Clipboard; import org.eclipse.swt.dnd.TextTransfer; import org.eclipse.swt.dnd.Transfer; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.IAxis; import org.eclipse.swtchart.IAxisSet; import org.eclipse.swtchart.IAxisTick; import org.eclipse.swtchart.ITitle; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ResourceSupport; import org.eclipse.swtchart.extensions.core.ScrollableChart; import org.eclipse.swtchart.extensions.examples.parts.LineSeries_1_Part; import org.eclipse.swtchart.extensions.menu.IChartMenuEntry; public class DemoChart { public static void main(String args[]) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("DemoChart"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); // ScrollableChart scrollableChart = new LineSeries_1_Part(shell); shell.open(); /* * Use this demo to test the buffer selection in different * environments. */ IChartSettings chartSettings = scrollableChart.getChartSettings(); chartSettings.setLegendExtendedVisible(true); chartSettings.setBufferSelection(true); addClipboardMenuEntry(chartSettings); addToggleAxisLinesMenuEntry(chartSettings); scrollableChart.applySettings(chartSettings); // while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } private static void addClipboardMenuEntry(IChartSettings chartSettings) { chartSettings.addMenuEntry(new IChartMenuEntry() { @Override public String getName() { return "Copy to Clipboard (Axis Ticks)"; } @Override public String getCategory() { return "Tools"; } @Override public Image getIcon() { return ResourceSupport.getImage(ResourceSupport.ICON_COPY_CLIPBOARD); } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { Clipboard clipboard = new Clipboard(Display.getDefault()); // StringBuilder builder = new StringBuilder(); IAxisSet axisSet = scrollableChart.getBaseChart().getAxisSet(); builder.append(getAxisTicks(axisSet.getXAxes())); builder.append(getAxisTicks(axisSet.getYAxes())); Object[] data = new Object[]{builder.toString()}; // TextTransfer textTransfer = TextTransfer.getInstance(); Transfer[] dataTypes = new Transfer[]{textTransfer}; clipboard.setContents(data, dataTypes); } private String getAxisTicks(IAxis[] axes) { StringBuilder builder = new StringBuilder(); for(IAxis axis : axes) { ITitle title = axis.getTitle(); if(title.isVisible()) { builder.append(title.getText()); builder.append("\n"); IAxisTick ticks = axis.getTick(); double[] values = ticks.getTickLabelValues(); for(double value : values) { builder.append(value); builder.append("\t"); } builder.append("\n"); } } return builder.toString(); } }); } private static void addToggleAxisLinesMenuEntry(IChartSettings chartSettings) { chartSettings.addMenuEntry(new IChartMenuEntry() { @Override public String getName() { return "Toggle Axis Lines"; } @Override public String getCategory() { return "Tools"; } @Override public Image getIcon() { if(chartSettings.getPrimaryAxisSettingsX().isDrawAxisLine()) { return ResourceSupport.getImage(ResourceSupport.ICON_CHECKED); } else { return ResourceSupport.getImage(ResourceSupport.ICON_UNCHECKED); } } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { IChartSettings chartSettings = scrollableChart.getChartSettings(); /* * Primary Axes */ chartSettings.getPrimaryAxisSettingsX().setDrawAxisLine(!chartSettings.getPrimaryAxisSettingsX().isDrawAxisLine()); chartSettings.getPrimaryAxisSettingsY().setDrawAxisLine(!chartSettings.getPrimaryAxisSettingsY().isDrawAxisLine()); /* * Secondary Axes */ for(ISecondaryAxisSettings secondaryAxisSettings : chartSettings.getSecondaryAxisSettingsListX()) { secondaryAxisSettings.setDrawAxisLine(!secondaryAxisSettings.isDrawAxisLine()); } // for(ISecondaryAxisSettings secondaryAxisSettings : chartSettings.getSecondaryAxisSettingsListY()) { secondaryAxisSettings.setDrawAxisLine(!secondaryAxisSettings.isDrawAxisLine()); } // scrollableChart.applySettings(chartSettings); } }); } } FixedRangeChart.java000066400000000000000000000032521436443153700420760ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/******************************************************************************* * Copyright (c) 2022 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.IAxis; import org.eclipse.swtchart.Range; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.ScrollableChart; import org.eclipse.swtchart.extensions.examples.parts.BarSeries_1_1_Part; public class FixedRangeChart { public static void main(String args[]) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("FixedRangeChart"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); // ScrollableChart scrollableChart = new BarSeries_1_1_Part(shell); shell.open(); /* * Set a fixed range. */ IAxis axisX = scrollableChart.getBaseChart().getAxisSet().getXAxis(BaseChart.ID_PRIMARY_X_AXIS); axisX.setRange(new Range(10, 250)); IAxis axisY = scrollableChart.getBaseChart().getAxisSet().getYAxis(BaseChart.ID_PRIMARY_Y_AXIS); axisY.setRange(new Range(0, 1500)); // while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } }InteractiveChartExample.java000066400000000000000000000060571436443153700436610ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/******************************************************************************* * Copyright (c) 2008, 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation * Christoph Läubrich - adjust to ne PlotArea API *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IBarSeries; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries.SeriesType; import org.eclipse.swtchart.extensions.charts.InteractiveChart; import org.eclipse.ui.part.ViewPart; /** * An example view to show InteractiveChart. */ public class InteractiveChartExample extends ViewPart { private static final String[] categorySeries = {"Mon", "Tue", "Wed", "Thu", "Fri"}; private static final double[] yLineSeries1 = {4.6, 5.4, 6.9, 5.6, 7.1}; private static final double[] yLineSeries2 = {6.0, 5.1, 4.9, 5.3, 4.2}; private static final double[] yBarSeries1 = {1.1, 2.9, 3.3, 4.4, 3.5}; private static final double[] yBarSeries2 = {4.3, 3.4, 2.8, 2.1, 1.9}; /** the chart */ private Chart chart; @Override public void createPartControl(Composite parent) { parent.setLayout(new FillLayout()); // create an interactive chart chart = new InteractiveChart(parent, SWT.NONE); // set title chart.getTitle().setText("Sample Interactive Chart"); // set category series chart.getAxisSet().getXAxis(0).enableCategory(true); chart.getAxisSet().getXAxis(0).setCategorySeries(categorySeries); // create line series 1 ILineSeries lineSeries1 = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series 1"); lineSeries1.setYSeries(yLineSeries1); // create line series 2 ILineSeries lineSeries2 = (ILineSeries)chart.getSeriesSet().createSeries(SeriesType.LINE, "line series 2"); lineSeries2.setYSeries(yLineSeries2); lineSeries2.setLineColor(Display.getDefault().getSystemColor(SWT.COLOR_RED)); // create bar series 1 IBarSeries barSeries1 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "bar series 1"); barSeries1.setYSeries(yBarSeries1); // create bar series 2 IBarSeries barSeries2 = (IBarSeries)chart.getSeriesSet().createSeries(SeriesType.BAR, "bar series 2"); barSeries2.setYSeries(yBarSeries2); barSeries2.setBarColor(Display.getDefault().getSystemColor(SWT.COLOR_GREEN)); // adjust the axis range chart.getAxisSet().adjustRange(); } @Override public void setFocus() { chart.setFocus(); } @Override public void dispose() { super.dispose(); chart.dispose(); } } NoBorderSimpleChart.java000066400000000000000000000052401436443153700427450ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/******************************************************************************* * Copyright (c) 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts; import java.util.List; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Font; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ScrollableChart; import org.eclipse.swtchart.extensions.examples.parts.PeakSeries_1_Part; public class NoBorderSimpleChart { public static void main(String args[]) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("NoBorderSimpleChart"); shell.setSize(300, 300); shell.setLayout(new FillLayout()); // ScrollableChart scrollableChart = new PeakSeries_1_Part(shell); shell.open(); /* * Use this demo to test the buffer selection in different * environments. */ Font font = new Font(Display.getCurrent(), "Arial", 12, SWT.NONE); IChartSettings chartSettings = scrollableChart.getChartSettings(); chartSettings.setBufferSelection(true); chartSettings.setHorizontalSliderVisible(false); chartSettings.setVerticalSliderVisible(false); chartSettings.getPrimaryAxisSettingsX().setVisible(false); chartSettings.getPrimaryAxisSettingsY().setVisible(false); chartSettings.setTitle("Toluene"); chartSettings.setTitleColor(Display.getDefault().getSystemColor(SWT.COLOR_BLACK)); chartSettings.setTitleFont(font); chartSettings.setTitleVisible(true); disableSecondaryAxes(chartSettings.getSecondaryAxisSettingsListX()); disableSecondaryAxes(chartSettings.getSecondaryAxisSettingsListY()); scrollableChart.applySettings(chartSettings); // while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } // font.dispose(); display.dispose(); } private static void disableSecondaryAxes(List secondaryAxisSettings) { for(ISecondaryAxisSettings secondaryAxisSetting : secondaryAxisSettings) { secondaryAxisSetting.setVisible(false); secondaryAxisSetting.setGridLineStyle(LineStyle.NONE); } } }SecondaryAxisChart.java000066400000000000000000000101371436443153700426360ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/******************************************************************************* * Copyright (c) 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - menu demo extension *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.List; import java.util.Locale; import java.util.Random; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.axisconverter.ByteToKibibyteConverter; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.SecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.SeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class SecondaryAxisChart { public static void main(String args[]) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("Kibibyte Example"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); // LineChart scrollableChart = new LineChart(shell, SWT.NONE); shell.open(); /* * Chart Settings */ IChartSettings chartSettings = scrollableChart.getChartSettings(); chartSettings.setCreateMenu(true); adjustPrimaryAxes(chartSettings); addSecondaryAxis(chartSettings); chartSettings.setBufferSelection(true); scrollableChart.applySettings(chartSettings); /* * Data and Settings */ List lineSeriesDataList = new ArrayList(); ISeriesData seriesData = getSeriesRandom(); ILineSeriesData lineSeriesData = new LineSeriesData(seriesData); ILineSeriesSettings lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineColor(Display.getDefault().getSystemColor(SWT.COLOR_BLUE)); lineSeriesSettings.setLineWidth(2); lineSeriesSettings.setEnableArea(false); lineSeriesDataList.add(lineSeriesData); scrollableChart.addSeriesData(lineSeriesDataList); // while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } private static void adjustPrimaryAxes(IChartSettings chartSettings) { IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setVisible(false); // IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setGridLineStyle(LineStyle.NONE); primaryAxisSettingsY.setTitle("KB (kilobyte)"); } private static void addSecondaryAxis(IChartSettings chartSettings) { ISecondaryAxisSettings secondaryAxisSettingsY = new SecondaryAxisSettings("KiB (kibibyte)", new ByteToKibibyteConverter()); secondaryAxisSettingsY.setPosition(Position.Secondary); secondaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); // chartSettings.getSecondaryAxisSettingsListY().add(secondaryAxisSettingsY); } public static ISeriesData getSeriesRandom() { int size = 100; double[] ySeries = new double[size]; // for(int i = 0; i < size; i++) { ySeries[i] = 500000; } // Random random = new Random(); for(int i = 35; i < 50; i++) { ySeries[i] = random.nextDouble() * 1000000; } // return new SeriesData(ySeries, "Demo"); } } SimplePieChartExample.java000066400000000000000000000024501436443153700432640ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/******************************************************************************* * Copyright (c) 2020, 2023 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation * Philip Wenig - improvement series data model *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.extensions.examples.parts.SimplePieChart; public class SimplePieChartExample { public static void main(String args[]) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("PieChart"); shell.setSize(700, 600); shell.setLayout(new FillLayout()); // boolean doughnut = true; boolean highlightSeries = false; new SimplePieChart(shell, doughnut, highlightSeries); shell.open(); // while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } }macos/000077500000000000000000000000001436443153700373355ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/chartsBaselineSelectionPaintListenerX.java000066400000000000000000000040401436443153700464200ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/macos/******************************************************************************* * Copyright (c) 2011, 2021 Lablicate GmbH. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts.macos; import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEvent; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.ICustomPaintListener; public class BaselineSelectionPaintListenerX implements ICustomPaintListener { private final static int VERTICAL_MARKER_SIZE = 10; // private int x1; private int y1; private int x2; private int y2; // @Override public void paintControl(PaintEvent e) { if(x1 != x2) { System.out.println("Baseline (Listener): " + e); Color foreground = e.gc.getForeground(); Color background = e.gc.getBackground(); e.gc.setForeground(Display.getDefault().getSystemColor(SWT.COLOR_BLACK)); e.gc.drawLine(x1, y1 - VERTICAL_MARKER_SIZE, x1, y1 + VERTICAL_MARKER_SIZE); // vertical start e.gc.drawLine(x1, y1, x2, y2); e.gc.drawLine(x2, y2 - VERTICAL_MARKER_SIZE, x2, y2 + VERTICAL_MARKER_SIZE); // vertical stop e.gc.setForeground(foreground); e.gc.setBackground(background); } } @Override public boolean drawBehindSeries() { return false; } /** * Resets the start and end point. */ public void reset() { x1 = 0; y1 = 0; x2 = 0; y2 = 0; } /** * @param x1 */ public void setX1(int x1) { this.x1 = x1; } /** * @param y1 */ public void setY1(int y1) { this.y1 = y1; } /** * @param x2 */ public void setX2(int x2) { this.x2 = x2; } /** * @param y2 */ public void setY2(int y2) { this.y2 = y2; } } DemoChart.java000066400000000000000000000036571436443153700420610ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/macos/******************************************************************************* * Copyright (c) 2020, 2021 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Yash Bharatiya - initial API and implementation * Philip Wenig - menu demo extension *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts.macos; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.extensions.core.IChartSettings; public class DemoChart { public static void main(String args[]) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("DemoChart (macOS)"); shell.setSize(500, 400); shell.setLayout(new FillLayout()); // LineChartX lineChartX = new LineChartX(shell); shell.open(); /* * Test macOS settings. */ IChartSettings chartSettings = lineChartX.getChartSettings(); chartSettings.setLegendExtendedVisible(false); // Don't show the legend. chartSettings.setBufferSelection(false); // Doesn't work on macOS. chartSettings.clearMenuEntries(); // Menu entries chartSettings.addMenuEntry(new ResetChartHandlerX()); chartSettings.clearHandledEventProcessors(); // Keyboard/mouse events chartSettings.addHandledEventProcessor(new MouseDownEventX()); chartSettings.addHandledEventProcessor(new MouseMoveSelectionEventX()); chartSettings.addHandledEventProcessor(new MouseMoveShiftEventX()); chartSettings.addHandledEventProcessor(new MouseUpEventX()); lineChartX.applySettings(chartSettings); // while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } }LineChartX.java000066400000000000000000000067431436443153700422130ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/macos/******************************************************************************* * Copyright (c) 2021 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts.macos; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Cursor; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Event; import org.eclipse.swtchart.IPlotArea; import org.eclipse.swtchart.extensions.examples.parts.LineSeries_1_Part; public class LineChartX extends LineSeries_1_Part { private Cursor defaultCursor; private BaselineSelectionPaintListenerX baselineSelectionPaintListenerX; // private int xStart; private int yStart; private int xStop; private int yStop; public LineChartX(Composite parent) { super(parent); createControl(); } private void createControl() { defaultCursor = getBaseChart().getCursor(); /* * Add the paint listeners to draw the selected peak range. */ IPlotArea plotArea = getBaseChart().getPlotArea(); baselineSelectionPaintListenerX = new BaselineSelectionPaintListenerX(); plotArea.addCustomPaintListener(baselineSelectionPaintListenerX); } @Override public void handleMouseDownEvent(Event event) { super.handleMouseDownEvent(event); if(isControlKeyPressed(event) && event.count == 1) { System.out.println("MouseDown (Chart): " + event); startBaselineSelection(event.x, event.y); setCursor(SWT.CURSOR_CROSS); } } @Override public void handleMouseMoveEvent(Event event) { super.handleMouseMoveEvent(event); if(isControlKeyPressed(event)) { System.out.println("MouseMove (Chart): " + event); if(xStart > 0 && yStart > 0) { trackBaselineSelection(event.x, event.y); } } } @Override public void handleMouseUpEvent(Event event) { super.handleMouseUpEvent(event); if(isControlKeyPressed(event)) { System.out.println("MouseUp (Chart): " + event); stopBaselineSelection(event.x, event.y); setCursorDefault(); resetSelectedRange(); } } private void startBaselineSelection(int x, int y) { xStart = x; yStart = y; /* * Set the start point. */ baselineSelectionPaintListenerX.setX1(xStart); baselineSelectionPaintListenerX.setY1(yStart); } private void trackBaselineSelection(int x, int y) { xStop = x; yStop = y; // baselineSelectionPaintListenerX.setX1(xStart); baselineSelectionPaintListenerX.setY1(yStart); baselineSelectionPaintListenerX.setX2(xStop); baselineSelectionPaintListenerX.setY2(yStop); // redrawChart(); } private void stopBaselineSelection(int x, int y) { xStop = x; yStop = y; } private void resetSelectedRange() { baselineSelectionPaintListenerX.reset(); // xStart = 0; yStart = 0; xStop = 0; yStop = 0; // redrawChart(); } private boolean isControlKeyPressed(Event event) { System.out.println("Event (Chart): " + event); return (event.stateMask & SWT.MOD1) == SWT.MOD1; } private void setCursor(int cursorId) { getBaseChart().setCursor(getBaseChart().getDisplay().getSystemCursor(cursorId)); } private void setCursorDefault() { getBaseChart().setCursor(defaultCursor); } private void redrawChart() { getBaseChart().redraw(); } }MouseDownEventX.java000066400000000000000000000023521436443153700432540ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/macos/******************************************************************************* * Copyright (c) 2021 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts.macos; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Event; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IMouseSupport; import org.eclipse.swtchart.extensions.events.MouseDownEvent; public class MouseDownEventX extends MouseDownEvent { @Override public int getEvent() { return IMouseSupport.EVENT_MOUSE_DOWN; } @Override public int getButton() { return IMouseSupport.MOUSE_BUTTON_LEFT; } @Override public int getStateMask() { return SWT.NONE; } @Override public void handleEvent(BaseChart baseChart, Event event) { System.out.println("MouseDown (Handler): " + event); super.handleEvent(baseChart, event); } }MouseMoveSelectionEventX.java000066400000000000000000000026371436443153700451270ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/macos/******************************************************************************* * Copyright (c) 2021 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts.macos; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Event; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IMouseSupport; import org.eclipse.swtchart.extensions.events.MouseMoveSelectionEvent; public class MouseMoveSelectionEventX extends MouseMoveSelectionEvent { @Override public int getEvent() { return IMouseSupport.EVENT_MOUSE_MOVE; } @Override public int getButton() { return IMouseSupport.MOUSE_BUTTON_NONE; } @Override public int getStateMask() { return SWT.BUTTON1; } @Override public void handleEvent(BaseChart baseChart, Event event) { System.out.println("MouseMoveSelection (Handler): " + event); super.handleEvent(baseChart, event); } protected boolean isSingleClick(Event event) { System.out.println("Event (MouseMoveSelection): " + event); return event.count == 1; } }MouseMoveShiftEventX.java000066400000000000000000000026101436443153700442460ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/macos/******************************************************************************* * Copyright (c) 2021 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts.macos; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Event; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IMouseSupport; import org.eclipse.swtchart.extensions.events.MouseMoveShiftEvent; public class MouseMoveShiftEventX extends MouseMoveShiftEvent { @Override public int getEvent() { return IMouseSupport.EVENT_MOUSE_MOVE; } @Override public int getButton() { return IMouseSupport.MOUSE_BUTTON_NONE; } @Override public int getStateMask() { return SWT.MOD1; } @Override public void handleEvent(BaseChart baseChart, Event event) { System.out.println("MouseMoveShift (Handler): " + event); super.handleEvent(baseChart, event); } protected boolean isSingleClick(Event event) { System.out.println("Event (MouseMoveShift): " + event); return event.count == 1; } }MouseUpEventX.java000066400000000000000000000023431436443153700427310ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/macos/******************************************************************************* * Copyright (c) 2021 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts.macos; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Event; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IMouseSupport; import org.eclipse.swtchart.extensions.events.MouseUpEvent; public class MouseUpEventX extends MouseUpEvent { @Override public int getEvent() { return IMouseSupport.EVENT_MOUSE_UP; } @Override public int getButton() { return IMouseSupport.MOUSE_BUTTON_LEFT; } @Override public int getStateMask() { return SWT.BUTTON1; } @Override public void handleEvent(BaseChart baseChart, Event event) { System.out.println("MouseUp (Handler): " + event); super.handleEvent(baseChart, event); } }ResetChartHandlerX.java000066400000000000000000000012541436443153700436740ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/charts/macos/******************************************************************************* * Copyright (c) 2021 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.charts.macos; import org.eclipse.swtchart.extensions.menu.ResetChartHandler; public class ResetChartHandlerX extends ResetChartHandler { }converter/000077500000000000000000000000001436443153700367565ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examplesScanToSecondsConverter.java000066400000000000000000000021621436443153700442200ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/converter/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.converter; import org.eclipse.swtchart.extensions.core.AbstractAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; public class ScanToSecondsConverter extends AbstractAxisScaleConverter implements IAxisScaleConverter { private static final double SECOND_CORRELATION_FACTOR = 16383.78d; @Override public double convertToSecondaryUnit(double primaryValue) { return primaryValue / SECOND_CORRELATION_FACTOR; } @Override public double convertToPrimaryUnit(double secondaryValue) { return secondaryValue * SECOND_CORRELATION_FACTOR; } } menu/000077500000000000000000000000001436443153700357135ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examplesResetXAxisHandler.java000066400000000000000000000023161436443153700421150ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/menu/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.menu; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.extensions.core.ScrollableChart; import org.eclipse.swtchart.extensions.menu.AbstractChartMenuEntry; import org.eclipse.swtchart.extensions.menu.IChartMenuCategories; import org.eclipse.swtchart.extensions.menu.IChartMenuEntry; public class ResetXAxisHandler extends AbstractChartMenuEntry implements IChartMenuEntry { @Override public String getCategory() { return IChartMenuCategories.RANGE_SELECTION; } @Override public String getName() { return "Reset X-Axis"; } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { scrollableChart.adjustXAxis(); } } ResetYAxisHandler.java000066400000000000000000000023161436443153700421160ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/menu/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.menu; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.extensions.core.ScrollableChart; import org.eclipse.swtchart.extensions.menu.AbstractChartMenuEntry; import org.eclipse.swtchart.extensions.menu.IChartMenuCategories; import org.eclipse.swtchart.extensions.menu.IChartMenuEntry; public class ResetYAxisHandler extends AbstractChartMenuEntry implements IChartMenuEntry { @Override public String getCategory() { return IChartMenuCategories.RANGE_SELECTION; } @Override public String getName() { return "Reset Y-Axis"; } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { scrollableChart.adjustYAxis(); } } ZoomInHandler.java000066400000000000000000000023001436443153700412620ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/menu/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.menu; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.extensions.core.ScrollableChart; import org.eclipse.swtchart.extensions.menu.AbstractChartMenuEntry; import org.eclipse.swtchart.extensions.menu.IChartMenuCategories; import org.eclipse.swtchart.extensions.menu.IChartMenuEntry; public class ZoomInHandler extends AbstractChartMenuEntry implements IChartMenuEntry { @Override public String getCategory() { return IChartMenuCategories.RANGE_SELECTION; } @Override public String getName() { return "Zoom In"; } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { scrollableChart.zoomIn(); } } ZoomOutHandler.java000066400000000000000000000023031436443153700414660ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/menu/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.menu; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.extensions.core.ScrollableChart; import org.eclipse.swtchart.extensions.menu.AbstractChartMenuEntry; import org.eclipse.swtchart.extensions.menu.IChartMenuCategories; import org.eclipse.swtchart.extensions.menu.IChartMenuEntry; public class ZoomOutHandler extends AbstractChartMenuEntry implements IChartMenuEntry { @Override public String getCategory() { return IChartMenuCategories.RANGE_SELECTION; } @Override public String getName() { return "Zoom Out"; } @Override public void execute(Shell shell, ScrollableChart scrollableChart) { scrollableChart.zoomOut(); } } parts/000077500000000000000000000000001436443153700361005ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examplesBarSeries_1_1_Part.java000066400000000000000000000036271436443153700422600ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.customcharts.core.MassSpectrumChart; import org.eclipse.swtchart.extensions.barcharts.BarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesData; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; public class BarSeries_1_1_Part extends MassSpectrumChart { @Inject public BarSeries_1_1_Part(Composite parent) { super(parent, SWT.NONE); initialize(); } private void initialize() { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); applySettings(chartSettings); /* * Additional settings */ setNumberOfHighestIntensitiesToLabel(5); setLabelOption(LabelOption.NOMIMAL); setCustomLabels(null); /* * Create series. */ List barSeriesDataList = new ArrayList<>(); ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.BAR_SERIES_1); // IBarSeriesData barSeriesData = new BarSeriesData(seriesData); barSeriesDataList.add(barSeriesData); /* * Set series. */ addSeriesData(barSeriesDataList); } } BarSeries_1_2_Part.java000066400000000000000000000037421436443153700422570ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.customcharts.core.MassSpectrumChart; import org.eclipse.swtchart.extensions.barcharts.BarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesData; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; public class BarSeries_1_2_Part extends MassSpectrumChart { @Inject public BarSeries_1_2_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); initialize(); } private void initialize() { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); applySettings(chartSettings); /* * Additional settings */ setNumberOfHighestIntensitiesToLabel(5); setLabelOption(LabelOption.EXACT); setCustomLabels(null); /* * Create series. */ List barSeriesDataList = new ArrayList(); ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.BAR_SERIES_1); // IBarSeriesData barSeriesData = new BarSeriesData(seriesData); barSeriesDataList.add(barSeriesData); /* * Set series. */ addSeriesData(barSeriesDataList); } } BarSeries_1_3_Part.java000066400000000000000000000131131436443153700422510ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.customcharts.core.MassSpectrumChart; import org.eclipse.swtchart.extensions.barcharts.BarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesData; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; public class BarSeries_1_3_Part extends MassSpectrumChart { @Inject public BarSeries_1_3_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); initialize(); } private void initialize() { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); applySettings(chartSettings); /* * Additional settings */ setNumberOfHighestIntensitiesToLabel(5); setLabelOption(LabelOption.CUSTOM); setCustomLabels(createCustomLabels()); /* * Create series. */ List barSeriesDataList = new ArrayList(); ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.BAR_SERIES_1); // IBarSeriesData barSeriesData = new BarSeriesData(seriesData); barSeriesDataList.add(barSeriesData); /* * Set series. */ addSeriesData(barSeriesDataList); } private Map createCustomLabels() { Map customLabels = new HashMap(); // customLabels.put(16.0, "245 > 16.0 @12"); customLabels.put(17.0, "245 > 17.0 @12"); customLabels.put(18.0, "245 > 18.0 @12"); customLabels.put(20.0, "245 > 20.0 @12"); customLabels.put(25.0, "245 > 25.0 @12"); customLabels.put(26.0, "245 > 26.0 @12"); customLabels.put(29.3, "245 > 29.3 @12"); customLabels.put(34.0, "245 > 34.0 @12"); customLabels.put(36.0, "245 > 36.0 @12"); customLabels.put(37.0, "245 > 37.0 @12"); customLabels.put(38.0, "245 > 38.0 @12"); customLabels.put(39.0, "245 > 39.0 @12"); customLabels.put(40.0, "245 > 40.0 @12"); customLabels.put(41.0, "245 > 41.0 @12"); customLabels.put(42.0, "245 > 42.0 @12"); customLabels.put(44.0, "245 > 44.0 @12"); customLabels.put(45.0, "245 > 45.0 @12"); customLabels.put(46.0, "245 > 46.0 @12"); customLabels.put(47.0, "245 > 47.0 @12"); customLabels.put(49.1, "245 > 49.1 @12"); customLabels.put(50.0, "245 > 50.0 @12"); customLabels.put(51.0, "245 > 51.0 @12"); customLabels.put(52.1, "245 > 52.1 @12"); customLabels.put(54.0, "245 > 54.0 @12"); customLabels.put(55.0, "245 > 55.0 @12"); customLabels.put(56.0, "245 > 56.0 @12"); customLabels.put(57.0, "245 > 57.0 @12"); customLabels.put(60.0, "245 > 60.0 @12"); customLabels.put(61.0, "245 > 61.0 @12"); customLabels.put(62.0, "245 > 62.0 @12"); customLabels.put(63.0, "245 > 63.0 @12"); customLabels.put(64.0, "245 > 64.0 @12"); customLabels.put(65.0, "245 > 65.0 @12"); customLabels.put(66.2, "245 > 66.2 @12"); customLabels.put(67.0, "245 > 67.0 @12"); customLabels.put(68.0, "245 > 68.0 @12"); customLabels.put(69.0, "245 > 69.0 @12"); customLabels.put(70.0, "245 > 70.0 @12"); customLabels.put(71.0, "245 > 71.0 @12"); customLabels.put(73.0, "245 > 73.0 @12"); customLabels.put(74.0, "245 > 74.0 @12"); customLabels.put(75.0, "245 > 75.0 @12"); customLabels.put(77.1, "245 > 77.1 @12"); customLabels.put(78.0, "245 > 78.0 @12"); customLabels.put(79.0, "245 > 79.0 @12"); customLabels.put(80.0, "245 > 80.0 @12"); customLabels.put(81.0, "245 > 81.0 @12"); customLabels.put(82.0, "245 > 82.0 @12"); customLabels.put(83.0, "245 > 83.0 @12"); customLabels.put(84.0, "245 > 84.0 @12"); customLabels.put(85.0, "245 > 85.0 @12"); customLabels.put(86.0, "245 > 86.0 @12"); customLabels.put(87.0, "245 > 87.0 @12"); customLabels.put(89.0, "245 > 89.0 @12"); customLabels.put(90.0, "245 > 90.0 @12"); customLabels.put(91.0, "245 > 91.0 @12"); customLabels.put(93.0, "245 > 93.0 @12"); customLabels.put(94.0, "245 > 94.0 @12"); customLabels.put(95.0, "245 > 95.0 @12"); customLabels.put(96.0, "245 > 96.0 @12"); customLabels.put(97.0, "245 > 97.0 @12"); customLabels.put(102.0, "245 > 102.0 @12"); customLabels.put(103.0, "245 > 103.0 @12"); customLabels.put(105.1, "245 > 105.1 @12"); customLabels.put(106.2, "245 > 106.2 @12"); customLabels.put(107.0, "245 > 107.0 @12"); customLabels.put(118.0, "245 > 118.0 @12"); customLabels.put(119.0, "245 > 119.0 @12"); customLabels.put(122.1, "245 > 122.1 @12"); customLabels.put(123.0, "245 > 123.0 @12"); customLabels.put(124.0, "245 > 124.0 @12"); customLabels.put(133.0, "245 > 133.0 @12"); customLabels.put(134.0, "245 > 134.0 @12"); customLabels.put(135.0, "245 > 135.0 @12"); customLabels.put(137.0, "245 > 137.0 @12"); customLabels.put(149.0, "245 > 149.0 @12"); customLabels.put(150.0, "245 > 150.0 @12"); customLabels.put(191.0, "245 > 191.0 @12"); // return customLabels; } } BarSeries_2_1_Part.java000066400000000000000000000054671436443153700422650ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.List; import java.util.Locale; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.extensions.barcharts.BarChart; import org.eclipse.swtchart.extensions.barcharts.BarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesData; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; public class BarSeries_2_1_Part extends BarChart { @Inject public BarSeries_2_1_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); initialize(); } private void initialize() { IChartSettings chartSettings = getChartSettings(); chartSettings.setOrientation(SWT.HORIZONTAL); chartSettings.setHorizontalSliderVisible(true); chartSettings.setVerticalSliderVisible(true); chartSettings.getRangeRestriction().setZeroX(false); chartSettings.getRangeRestriction().setZeroY(false); // IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("m/z"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.0##"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); // IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("Intensity"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.0#E0"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); // applySettings(chartSettings); /* * Create series. */ List barSeriesDataList = new ArrayList(); ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.BAR_SERIES_2); // IBarSeriesData barSeriesData = new BarSeriesData(seriesData); barSeriesDataList.add(barSeriesData); /* * Set series. */ addSeriesData(barSeriesDataList); } } BarSeries_2_2_Part.java000066400000000000000000000044221436443153700422540ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.customcharts.core.MassSpectrumChart; import org.eclipse.swtchart.extensions.barcharts.BarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesData; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.RangeRestriction; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; public class BarSeries_2_2_Part extends MassSpectrumChart { @Inject public BarSeries_2_2_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); initialize(); } private void initialize() { IChartSettings chartSettings = getChartSettings(); RangeRestriction rangeRestriction = chartSettings.getRangeRestriction(); rangeRestriction.setExtendTypeX(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtendMinX(0.0d); rangeRestriction.setExtendMaxX(0.0d); rangeRestriction.setExtendTypeY(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtendMaxY(0.1d); applySettings(chartSettings); // setNumberOfHighestIntensitiesToLabel(5); setLabelOption(LabelOption.EXACT); setCustomLabels(null); /* * Create series. */ List barSeriesDataList = new ArrayList(); ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.BAR_SERIES_2); // IBarSeriesData barSeriesData = new BarSeriesData(seriesData); barSeriesDataList.add(barSeriesData); /* * Set series. */ addSeriesData(barSeriesDataList); } } BarSeries_3_Part.java000066400000000000000000000054141436443153700420360ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.customcharts.core.MassSpectrumChart; import org.eclipse.swtchart.extensions.barcharts.BarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesSettings; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.RangeRestriction; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; public class BarSeries_3_Part extends MassSpectrumChart { @Inject public BarSeries_3_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); initialize(); } private void initialize() { IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); RangeRestriction rangeRestriction = chartSettings.getRangeRestriction(); rangeRestriction.setExtendTypeY(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtendMinY(0.1d); applySettings(chartSettings); // setNumberOfHighestIntensitiesToLabel(5); setLabelOption(LabelOption.NOMIMAL); setCustomLabels(null); /* * Create series. */ List barSeriesDataList = new ArrayList(); ISeriesData seriesData; IBarSeriesData barSeriesData; IBarSeriesSettings barSeriesSettings; /* * Positive */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.BAR_SERIES_3_POSITIVE); barSeriesData = new BarSeriesData(seriesData); barSeriesSettings = barSeriesData.getSettings(); barSeriesSettings.setBarColor(getDisplay().getSystemColor(SWT.COLOR_RED)); barSeriesDataList.add(barSeriesData); /* * Negative */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.BAR_SERIES_3_NEGATIVE); barSeriesData = new BarSeriesData(seriesData); barSeriesSettings = barSeriesData.getSettings(); barSeriesSettings.setBarColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); barSeriesDataList.add(barSeriesData); /* * Set series. */ addSeriesData(barSeriesDataList); } } BarSeries_4_Part.java000066400000000000000000000047501436443153700420410ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.extensions.barcharts.BarChart; import org.eclipse.swtchart.extensions.barcharts.BarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesData; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.marker.LabelMarker; import org.eclipse.swtchart.IPlotArea; public class BarSeries_4_Part extends BarChart { private int indexSeries; @Inject public BarSeries_4_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); initialize(); } private void initialize() { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); applySettings(chartSettings); /* * Bar Series [0] */ indexSeries = 0; List barSeriesDataList = new ArrayList(); ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.BAR_SERIES_1); // IBarSeriesData barSeriesData = new BarSeriesData(seriesData); barSeriesDataList.add(barSeriesData); /* * Set series. */ addSeriesData(barSeriesDataList); /* * Add the label marker. */ IPlotArea plotArea = getBaseChart().getPlotArea(); LabelMarker labelMarker = new LabelMarker(getBaseChart()); Map labels = new HashMap(); labels.put(21, "2-Methoxy-4-vinylphenol"); labels.put(40, "Ethanone, 1-(2-hydroxy-5-methylphenyl)-"); labels.put(64, "4-Hydroxy-3-methylacetophenone"); // labelMarker.setLabels(labels, indexSeries, SWT.VERTICAL); plotArea.addCustomPaintListener(labelMarker); } } BarSeries_Preferences_Part.java000066400000000000000000000466211436443153700441420ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import javax.inject.Inject; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.preference.IPreferencePage; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.preference.PreferenceConverter; import org.eclipse.jface.preference.PreferenceDialog; import org.eclipse.jface.preference.PreferenceManager; import org.eclipse.jface.preference.PreferenceNode; import org.eclipse.jface.window.Window; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.RGB; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.IBarSeries.BarWidthStyle; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.axisconverter.PercentageConverter; import org.eclipse.swtchart.extensions.barcharts.BarChart; import org.eclipse.swtchart.extensions.barcharts.BarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesSettings; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.RangeRestriction; import org.eclipse.swtchart.extensions.core.SecondaryAxisSettings; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.examples.preferences.BarSeriesDataPreferencePage; import org.eclipse.swtchart.extensions.examples.preferences.BarSeriesPreferenceConstants; import org.eclipse.swtchart.extensions.examples.preferences.BarSeriesPreferencePage; import org.eclipse.swtchart.extensions.examples.preferences.BarSeriesPrimaryAxesPreferencePage; import org.eclipse.swtchart.extensions.examples.preferences.BarSeriesSecondaryAxesPreferencePage; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; public class BarSeries_Preferences_Part extends Composite { private BarChart barChart; private Map colors; @Inject public BarSeries_Preferences_Part(Composite parent) { super(parent, SWT.NONE); colors = new HashMap<>(); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } @Override public void dispose() { for(Color color : colors.values()) { color.dispose(); } super.dispose(); } private void initialize() throws Exception { this.setLayout(new GridLayout(1, true)); /* * Buttons */ Composite compositeButtons = new Composite(this, SWT.NONE); GridData gridDataComposite = new GridData(GridData.FILL_HORIZONTAL); gridDataComposite.horizontalAlignment = SWT.END; compositeButtons.setLayoutData(gridDataComposite); compositeButtons.setLayout(new GridLayout(1, false)); // Button buttonOpenSettings = new Button(compositeButtons, SWT.PUSH); modifySettingsButton(buttonOpenSettings); buttonOpenSettings.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { IPreferencePage preferencePage = new BarSeriesPreferencePage(); preferencePage.setTitle("Chart Settings"); IPreferencePage preferencePrimaryAxesPage = new BarSeriesPrimaryAxesPreferencePage(); preferencePrimaryAxesPage.setTitle("Primary Axes"); IPreferencePage preferenceSecondaryAxesPage = new BarSeriesSecondaryAxesPreferencePage(); preferenceSecondaryAxesPage.setTitle("Secondary Axes"); IPreferencePage preferenceDataPage = new BarSeriesDataPreferencePage(); preferenceDataPage.setTitle("Series Data"); // PreferenceManager preferenceManager = new PreferenceManager(); preferenceManager.addToRoot(new PreferenceNode("1", preferencePage)); preferenceManager.addToRoot(new PreferenceNode("2", preferencePrimaryAxesPage)); preferenceManager.addToRoot(new PreferenceNode("3", preferenceSecondaryAxesPage)); preferenceManager.addToRoot(new PreferenceNode("4", preferenceDataPage)); // // PreferenceDialog preferenceDialog = new PreferenceDialog(e.display.getActiveShell(), preferenceManager); preferenceDialog.create(); preferenceDialog.setMessage("Settings"); if(preferenceDialog.open() == Window.OK) { try { applyChartSettings(); applySeriesSettings(); } catch(Exception e1) { MessageDialog.openError(e.display.getActiveShell(), "Settings", "Something has gone wrong to apply the chart settings."); } } } }); // barChart = new BarChart(this, SWT.NONE); barChart.setLayoutData(new GridData(GridData.FILL_BOTH)); // applyChartSettings(); applySeriesSettings(); } private void modifySettingsButton(Button button) { button.setToolTipText("Open the Settings"); button.setText(Activator.getDefault() != null ? "" : "Settings"); button.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_OPEN_SETTINGS) : null); } private void applyChartSettings() throws Exception { IPreferenceStore preferenceStore = Activator.getDefault().getPreferenceStore(); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); // Color colorHintRangeSelector = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_COLOR_HINT_RANGE_SELECTOR)); Color colorTitle = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_TITLE_COLOR)); Color colorBackground = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_BACKGROUND)); Color colorBackgroundChart = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_BACKGROUND_CHART)); Color colorBackgroundPlotArea = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_BACKGROUND_PLOT_AREA)); Color colorPrimaryXAxis = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_COLOR)); Color colorPrimaryYAxis = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_COLOR)); Color colorSecondaryYAxis = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_COLOR)); Locale localePrimaryXAxis = new Locale(preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE)); Locale localePrimaryYAxis = new Locale(preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE)); Locale localeSecondaryYAxis = new Locale(preferenceStore.getString(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE)); Color colorPositionMarker = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_COLOR_POSITION_MARKER)); Color colorPlotCenterMarker = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_COLOR_PLOT_CENTER_MARKER)); Color colorLegendMarker = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_COLOR_LEGEND_MARKER)); Color colorAxisZeroMarker = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_COLOR_AXIS_ZERO_MARKER)); Color colorSeriesLabelMarker = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_COLOR_SERIES_LABEL_MARKER)); // IChartSettings chartSettings = barChart.getChartSettings(); chartSettings.setEnableRangeSelector(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_ENABLE_RANGE_SELECTOR)); chartSettings.setShowRangeSelectorInitially(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_SHOW_RANGE_SELECTOR_INITIALLY)); chartSettings.setColorHintRangeSelector(colorHintRangeSelector); chartSettings.setRangeSelectorDefaultAxisX(preferenceStore.getInt(BarSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_X)); chartSettings.setRangeSelectorDefaultAxisY(preferenceStore.getInt(BarSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_Y)); chartSettings.setVerticalSliderVisible(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_VERTICAL_SLIDER_VISIBLE)); chartSettings.setHorizontalSliderVisible(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_HORIZONTAL_SLIDER_VISIBLE)); chartSettings.setTitle(preferenceStore.getString(BarSeriesPreferenceConstants.P_TITLE)); chartSettings.setTitleVisible(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_TITLE_VISIBLE)); chartSettings.setTitleColor(colorTitle); chartSettings.setLegendPosition(preferenceStore.getInt(BarSeriesPreferenceConstants.P_LEGEND_POSITION)); chartSettings.setLegendVisible(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_LEGEND_VISIBLE)); chartSettings.setOrientation(preferenceStore.getInt(BarSeriesPreferenceConstants.P_ORIENTATION)); chartSettings.setBackground(colorBackground); chartSettings.setBackgroundChart(colorBackgroundChart); chartSettings.setBackgroundPlotArea(colorBackgroundPlotArea); chartSettings.setEnableCompress(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_ENABLE_COMPRESS)); RangeRestriction rangeRestriction = chartSettings.getRangeRestriction(); rangeRestriction.setZeroX(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_ZERO_X)); rangeRestriction.setZeroY(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_ZERO_Y)); rangeRestriction.setRestrictFrame(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_RESTRICT_ZOOM)); rangeRestriction.setRestrictSelectX(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_X_ZOOM_ONLY)); rangeRestriction.setRestrictSelectY(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_Y_ZOOM_ONLY)); rangeRestriction.setForceZeroMinY(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_FORCE_ZERO_MIN_Y)); rangeRestriction.setExtendTypeX(RangeRestriction.ExtendType.valueOf(preferenceStore.getString(BarSeriesPreferenceConstants.P_EXTEND_TYPE_X))); rangeRestriction.setExtendMinX(preferenceStore.getDouble(BarSeriesPreferenceConstants.P_EXTEND_MIN_X)); rangeRestriction.setExtendMaxX(preferenceStore.getDouble(BarSeriesPreferenceConstants.P_EXTEND_MAX_X)); rangeRestriction.setExtendTypeY(RangeRestriction.ExtendType.valueOf(preferenceStore.getString(BarSeriesPreferenceConstants.P_EXTEND_TYPE_Y))); rangeRestriction.setExtendMinY(preferenceStore.getDouble(BarSeriesPreferenceConstants.P_EXTEND_MIN_Y)); rangeRestriction.setExtendMaxY(preferenceStore.getDouble(BarSeriesPreferenceConstants.P_EXTEND_MAX_Y)); // chartSettings.setShowPositionMarker(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_SHOW_POSITION_MARKER)); chartSettings.setColorPositionMarker(colorPositionMarker); chartSettings.setShowPlotCenterMarker(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_SHOW_PLOT_CENTER_MARKER)); chartSettings.setColorPlotCenterMarker(colorPlotCenterMarker); chartSettings.setShowLegendMarker(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_SHOW_LEGEND_MARKER)); chartSettings.setColorLegendMarker(colorLegendMarker); chartSettings.setShowAxisZeroMarker(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_SHOW_AXIS_ZERO_MARKER)); chartSettings.setColorLegendMarker(colorAxisZeroMarker); chartSettings.setShowSeriesLabelMarker(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_SHOW_SERIES_LABEL_MARKER)); chartSettings.setColorSeriesLabelMarker(colorSeriesLabelMarker); // chartSettings.setCreateMenu(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_CREATE_MENU)); /* * Primary X-Axis */ IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle(preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_TITLE)); primaryAxisSettingsX.setDescription(preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DESCRIPTION)); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat((preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN)), new DecimalFormatSymbols(localePrimaryXAxis))); primaryAxisSettingsX.setColor(colorPrimaryXAxis); primaryAxisSettingsX.setPosition(Position.valueOf(preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_POSITION))); primaryAxisSettingsX.setVisible(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_VISIBLE)); primaryAxisSettingsX.setGridLineStyle(LineStyle.valueOf(preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_GRID_LINE_STYLE))); primaryAxisSettingsX.setEnableLogScale(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE)); primaryAxisSettingsX.setLogScaleBase(preferenceStore.getDouble(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_LOG_SCALE_BASE)); primaryAxisSettingsX.setExtraSpaceTitle(preferenceStore.getInt(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE)); /* * Primary Y-Axis */ IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle(preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_TITLE)); primaryAxisSettingsY.setDescription(preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DESCRIPTION)); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat((preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN)), new DecimalFormatSymbols(localePrimaryYAxis))); primaryAxisSettingsY.setColor(colorPrimaryYAxis); primaryAxisSettingsY.setPosition(Position.valueOf(preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_POSITION))); primaryAxisSettingsY.setVisible(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_VISIBLE)); primaryAxisSettingsY.setGridLineStyle(LineStyle.valueOf(preferenceStore.getString(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_GRID_LINE_STYLE))); primaryAxisSettingsY.setEnableLogScale(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE)); primaryAxisSettingsY.setLogScaleBase(preferenceStore.getDouble(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_LOG_SCALE_BASE)); primaryAxisSettingsY.setExtraSpaceTitle(preferenceStore.getInt(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE)); /* * Secondary Y-Axes */ chartSettings.getSecondaryAxisSettingsListY().clear(); ISecondaryAxisSettings secondaryAxisSettingsY = new SecondaryAxisSettings(preferenceStore.getString(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_TITLE), new PercentageConverter(SWT.VERTICAL, true)); secondaryAxisSettingsY.setDescription(preferenceStore.getString(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DESCRIPTION)); secondaryAxisSettingsY.setDecimalFormat(new DecimalFormat((preferenceStore.getString(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN)), new DecimalFormatSymbols(localeSecondaryYAxis))); secondaryAxisSettingsY.setColor(colorSecondaryYAxis); secondaryAxisSettingsY.setPosition(Position.valueOf(preferenceStore.getString(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_POSITION))); secondaryAxisSettingsY.setVisible(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_VISIBLE)); secondaryAxisSettingsY.setGridLineStyle(LineStyle.valueOf(preferenceStore.getString(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_GRID_LINE_STYLE))); secondaryAxisSettingsY.setEnableLogScale(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE)); secondaryAxisSettingsY.setLogScaleBase(preferenceStore.getDouble(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_LOG_SCALE_BASE)); secondaryAxisSettingsY.setExtraSpaceTitle(preferenceStore.getInt(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE)); chartSettings.getSecondaryAxisSettingsListY().add(secondaryAxisSettingsY); // barChart.applySettings(chartSettings); } private void applySeriesSettings() { IPreferenceStore preferenceStore = Activator.getDefault().getPreferenceStore(); Color barColorSeries1 = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_BAR_COLOR_SERIES_1)); Color barColorSeries1Highlight = getColor(PreferenceConverter.getColor(preferenceStore, BarSeriesPreferenceConstants.P_BAR_COLOR_SERIES_1_HIGHLIGHT)); // barChart.deleteSeries(); List barSeriesDataList = new ArrayList(); ISeriesData seriesData; IBarSeriesData barSeriesData; IBarSeriesSettings barSeriesSettings; /* * Series 1 */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.BAR_SERIES_1); barSeriesData = new BarSeriesData(seriesData); barSeriesSettings = barSeriesData.getSettings(); barSeriesSettings.setDescription(preferenceStore.getString(BarSeriesPreferenceConstants.P_DESCRIPTION_SERIES_1)); // barSeriesSettings.setVisible(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_VISIBLE_SERIES_1)); barSeriesSettings.setVisibleInLegend(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1)); barSeriesSettings.setBarColor(barColorSeries1); barSeriesSettings.setBarPadding(preferenceStore.getInt(BarSeriesPreferenceConstants.P_BAR_PADDING_SERIES_1)); barSeriesSettings.setBarWidth(preferenceStore.getInt(BarSeriesPreferenceConstants.P_BAR_WIDTH_SERIES_1)); barSeriesSettings.setBarWidthStyle(BarWidthStyle.valueOf(preferenceStore.getString(BarSeriesPreferenceConstants.P_BAR_WIDTH_STYLE_SERIES_1))); // IBarSeriesSettings barSeriesSettingsHighlight = (IBarSeriesSettings)barSeriesSettings.getSeriesSettingsHighlight(); barSeriesSettingsHighlight.setVisible(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_VISIBLE_SERIES_1_HIGHLIGHT)); barSeriesSettingsHighlight.setVisibleInLegend(preferenceStore.getBoolean(BarSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT)); barSeriesSettingsHighlight.setBarColor(barColorSeries1Highlight); barSeriesSettingsHighlight.setBarPadding(preferenceStore.getInt(BarSeriesPreferenceConstants.P_BAR_PADDING_SERIES_1_HIGHLIGHT)); barSeriesSettingsHighlight.setBarWidth(preferenceStore.getInt(BarSeriesPreferenceConstants.P_BAR_WIDTH_SERIES_1_HIGHLIGHT)); barSeriesSettingsHighlight.setBarWidthStyle(BarWidthStyle.valueOf(preferenceStore.getString(BarSeriesPreferenceConstants.P_BAR_WIDTH_STYLE_SERIES_1_HIGHLIGHT))); // barSeriesDataList.add(barSeriesData); // barChart.addSeriesData(barSeriesDataList); } private Color getColor(RGB rgb) { Color color = colors.get(rgb); if(color == null) { color = new Color(getDisplay(), rgb); colors.put(rgb, color); } return color; } }ComplexPieChart.java000066400000000000000000000514421436443153700420000ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2020, 2023 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation * Philip Wenig - series settings mappings *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ISeries.SeriesType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.piecharts.CircularSeriesData; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesData; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesSettings; import org.eclipse.swtchart.extensions.piecharts.PieChart; public class ComplexPieChart extends PieChart { private static final String WITHOUT_CLASSIFICATION = "Without Classification"; private static final String SECTOR_GICS = "Sector GICS"; private static final String HEALTHCARE = "Healthcare"; private static final String HEALTHCARE_SERVICES_1 = "Healthcare Services 1"; private static final String HEALTHCARE_SERVICES_2 = "Healthcare Services 2"; private static final String HEALTHCARE_SERVICES_3 = "Healthcare Services 3"; private static final String CUSTOMER_GOODS = "Customer Goods"; private static final String INDUSTRY = "Industry"; private static final String INFORMATION_TECHNOLOGY = "Information Technology"; private static final String PUBLIC_RELATIONS = "Public Relations"; private static final String TELECOMMUNICATIONS = "Telecommunications"; private static final String LUXURY_GOODS = "Luxury Goods"; private static final String FINANCIAL = "Financial"; private static final String BASIC_GOODS = "Basic Goods"; private static final String PUBLIC_UTILITY_1 = "Public Utility 1"; private static final String PUBLIC_UTILITY_2 = "Public Utility 2"; private static final String PUBLIC_MULTI_UTILITY_1 = "Multi Utility 1"; private static final String PUBLIC_MULTI_UTILITY_2 = "Multi Utility 2"; private static final String TELECOMMUNICATIONS_DIVERSE = "Telecommunications Diverse"; private static final String TELECOMMUNICATIONS_INTEGRATED = "Telecommunications Integrated"; private static final String SEMICONDUCTOR_PRODUCTION_1 = "Semiconductor Production 1"; private static final String SEMICONDUCTOR_PRODUCTION_2 = "Semiconductor Production 2"; private static final String SEMICONDUCTOR = "Semiconductor"; private static final String SOFTWARE_SERVICES = "Software Services"; private static final String SOFTWARE = "Software"; private static final String SOFTWARE_APPLICATIONS = "Software Applications"; private static final String BANK_1 = "Bank 1"; private static final String BANK_2 = "Bank 2"; private static final String BANK_GENERAL = "Bank General"; private static final String REAL_ESTATE = "Real Estate"; private static final String INSURANCE_1 = "Insurance 1"; private static final String INSURANCE_2 = "Insurance 2"; private static final String FINANCIAL_SERVICES_2 = "Financial Services 2"; private static final String REAL_ESTATE_BASIS = "Real Estate Basis"; private static final String REAL_ESTATE_ACTIVITIES = "Real Estate Activities"; private static final String ACCIDENT_INSURANCE = "Accident Insurance"; private static final String REINSURANCE = "Reinsurance"; private static final String CAPITAL_MARKET = "Capital Market"; private static final String FINANCIAL_SERVICES_DIVERSE = "Financial Services Diverse"; private static final String FINANCIAL_SERVICES_SPECIALIZED = "Financial Services Specialized"; private static final String CUSTODIAN = "Custodian"; private static final String SCENT_AND_CARE_1 = "Scent and Care 1"; private static final String SCENT_AND_CARE_2 = "Scent and Care 2"; private static final String SCENT_AND_CARE_3 = "Scent and Care 3"; private static final String CHEMICALS_1 = "Chemicals 1"; private static final String CHEMICALS_2 = "Chemicals 2"; private static final String BUILDING_MATERIALS_1 = "Raw Materials 1"; private static final String BUILDING_MATERIALS_2 = "Raw Materials 2"; private static final String BUILDING_MATERIALS_3 = "Raw Materials 3"; private static final String PHARMA_1 = "Pharma 1"; private static final String PHARMA_2 = "Pharma 2"; private static final String PHARMA_3 = "Pharma 3"; private static final String AUTOMOBILE_1 = "Automobile 1"; private static final String AUTOMOBILE_2 = "Automobile 2"; private static final String AUTOMOBILE_3 = "Automobile 3"; private static final String TRANSPORT = "Transport"; private static final String AVIATION_1 = "Aviation 1"; private static final String AVIATION_2 = "Aviation 2"; private static final String AVIATION_3 = "Aviation 3"; private static final String AVIATION_4 = "Aviation 4"; private static final String INVESTMENT = "Investment"; private static final String DEFENSE_1 = "Defense 1"; private static final String DEFENSE_2 = "Defense 2"; private static final String INDUSTRY_1 = "Industry 1"; private static final String INDUSTRY_2 = "Industry 2"; private static final String INDUSTRY_3 = "Industry 3"; private static final String INDUSTRY_4 = "Industry 4"; private static final String RETAIL_1 = "Retail 1"; private static final String RETAIL_2 = "Retail 2"; private static final String RETAIL_3 = "Retail 3"; private static final String RETAIL_4 = "Retail 4"; private static final String RETAIL_5 = "Retail 5"; // private static final String[] labels1 = {WITHOUT_CLASSIFICATION, SECTOR_GICS}; private static final double[] values1 = {4446, 32214}; private static final String[] labels2 = {"Account"}; private static final double[] values2 = {4446}; private static final String[] labels3 = {HEALTHCARE, PUBLIC_UTILITY_2, CUSTOMER_GOODS, INDUSTRY, INFORMATION_TECHNOLOGY, PUBLIC_RELATIONS, BASIC_GOODS, LUXURY_GOODS, FINANCIAL}; private static final double[] values3 = {3816, 3523, 1560, 5831, 2651, 1190, 2132, 5052, 6455}; private static final String[] labels4 = {PUBLIC_UTILITY_1}; private static final double[] values4 = {3523}; private static final String[] labels5 = {PUBLIC_MULTI_UTILITY_2}; private static final double[] values5 = {3523}; private static final String[] labels6 = {PUBLIC_MULTI_UTILITY_1}; private static final double[] values6 = {3523}; private static final String[] labels7 = {"RWE AG", "E.ON Aktiengesellschaft AG"}; private static final double[] values7 = {2183, 1340}; private static final String[] labels8 = {TELECOMMUNICATIONS}; private static final double[] values8 = {1190}; private static final String[] labels9 = {TELECOMMUNICATIONS_DIVERSE}; private static final double[] values9 = {1190}; private static final String[] labels10 = {TELECOMMUNICATIONS_INTEGRATED}; private static final double[] values10 = {1190}; private static final String[] labels11 = {"Deutsche Telekom AG"}; private static final double[] values11 = {1190}; private static final String[] labels12 = {SEMICONDUCTOR_PRODUCTION_2, SOFTWARE_SERVICES}; private static final double[] values12 = {1469, 1182}; private static final String[] labels13 = {SEMICONDUCTOR_PRODUCTION_1}; private static final double[] values13 = {1469}; private static final String[] labels14 = {SEMICONDUCTOR}; private static final double[] values14 = {1469}; private static final String[] labels15 = {"Infineon Technologies AG"}; private static final double[] values15 = {1469}; private static final String[] labels16 = {SOFTWARE}; private static final double[] values16 = {1182}; private static final String[] labels17 = {SOFTWARE_APPLICATIONS}; private static final double[] values17 = {1182}; private static final String[] labels18 = {"SAP SE O.N."}; private static final double[] values18 = {1182}; private static final String[] labels19 = {BANK_2, REAL_ESTATE, INSURANCE_2, FINANCIAL_SERVICES_2}; private static final double[] values19 = {907, 1187, 2778, 1583}; private static final String[] labels20 = {REAL_ESTATE_BASIS}; private static final double[] values20 = {1187}; private static final String[] labels21 = {REAL_ESTATE_ACTIVITIES}; private static final double[] values21 = {1187}; private static final String[] labels22 = {"VONOVIA SE NA O.N."}; private static final double[] values22 = {1187}; private static final String[] labels23 = {INSURANCE_1}; private static final double[] values23 = {2778}; private static final String[] labels24 = {ACCIDENT_INSURANCE, REINSURANCE}; private static final double[] values24 = {1147, 1630}; private static final String[] labels25 = {"Muenchener Rueckversicherungs AG"}; private static final double[] values25 = {1630}; private static final String[] labels26 = {"Allianz SE"}; private static final double[] values26 = {1147}; private static final String[] labels27 = {CAPITAL_MARKET, FINANCIAL_SERVICES_DIVERSE}; private static final double[] values27 = {1577, 6}; private static final String[] labels28 = {CUSTODIAN}; private static final double[] values28 = {1577}; private static final String[] labels29 = {"Deutsche Börse AG"}; private static final double[] values29 = {1577}; private static final String[] labels30 = {FINANCIAL_SERVICES_SPECIALIZED}; private static final double[] values30 = {6}; private static final String[] labels31 = {"WIRECARD AG"}; private static final double[] values31 = {6}; private static final String[] labels32 = {BANK_1}; private static final double[] values32 = {907}; private static final String[] labels33 = {BANK_GENERAL}; private static final double[] values33 = {907}; private static final String[] labels34 = {"Deutsche Bank AG"}; private static final double[] values34 = {907}; private static final String[] labels35 = {HEALTHCARE_SERVICES_1, PHARMA_1}; private static final double[] values35 = {1282, 2533}; private static final String[] labels36 = {PHARMA_2}; private static final double[] values36 = {2533}; private static final String[] labels37 = {PHARMA_3}; private static final double[] values37 = {2533}; private static final String[] labels38 = {"Merck KGaA", "Bayer AG"}; private static final double[] values38 = {1992, 541}; private static final String[] labels39 = {HEALTHCARE_SERVICES_2}; private static final double[] values39 = {1282}; private static final String[] labels40 = {HEALTHCARE_SERVICES_3}; private static final double[] values40 = {1282}; private static final String[] labels41 = {"Fresenius SE & Co KGaA", "Fresenius Medical Care Corporation"}; private static final double[] values41 = {589, 692}; private static final String[] labels42 = {SCENT_AND_CARE_1}; private static final double[] values42 = {1560}; private static final String[] labels43 = {SCENT_AND_CARE_2}; private static final double[] values43 = {1560}; private static final String[] labels44 = {SCENT_AND_CARE_3}; private static final double[] values44 = {1560}; private static final String[] labels45 = {"Henkel AG & Co KGaA", "Beiersdorf AG"}; private static final double[] values45 = {680, 880}; private static final String[] labels46 = {AUTOMOBILE_1, RETAIL_1, RETAIL_3}; private static final double[] values46 = {3317, 317, 1417}; private static final String[] labels47 = {RETAIL_2}; private static final double[] values47 = {317}; private static final String[] labels48 = {"CECONOMY AG ST O.N."}; private static final double[] values48 = {317}; private static final String[] labels49 = {RETAIL_4}; private static final double[] values49 = {1417}; private static final String[] labels50 = {RETAIL_5}; private static final double[] values50 = {1417}; private static final String[] labels51 = {"Adidas AG"}; private static final double[] values51 = {1417}; private static final String[] labels52 = {AUTOMOBILE_2}; private static final double[] values52 = {3317}; private static final String[] labels53 = {AUTOMOBILE_3}; private static final double[] values53 = {3317}; private static final String[] labels54 = {"Daimler AG", "Volkswagen AG", "BMW AG"}; private static final double[] values54 = {1042, 1131, 1143}; private static final String[] labels55 = {TRANSPORT, INVESTMENT}; private static final double[] values55 = {1567, 4264}; private static final String[] labels56 = {AVIATION_3, AVIATION_1}; private static final double[] values56 = {1318, 248}; private static final String[] labels57 = {AVIATION_2}; private static final double[] values57 = {248}; private static final String[] labels58 = {"Deutsche Lufthansa AG"}; private static final double[] values58 = {248}; private static final String[] labels59 = {AVIATION_4}; private static final double[] values59 = {1318}; private static final String[] labels60 = {"Deutsche Post AG"}; private static final double[] values60 = {1318}; private static final String[] labels61 = {INDUSTRY_1, DEFENSE_2, INDUSTRY_3}; private static final double[] values61 = {1587, 1374, 1302}; private static final String[] labels62 = {INDUSTRY_2}; private static final double[] values62 = {1587}; private static final String[] labels63 = {"LINDE PLC EO 0,001"}; private static final double[] values63 = {1587}; private static final String[] labels64 = {INDUSTRY_4}; private static final double[] values64 = {1302}; private static final String[] labels65 = {"Siemens AG"}; private static final double[] values65 = {1302}; private static final String[] labels66 = {DEFENSE_1}; private static final double[] values66 = {1374}; private static final String[] labels67 = {"MTU AERO ENGINES NA O.N."}; private static final double[] values67 = {1374}; private static final String[] labels68 = {BUILDING_MATERIALS_1}; private static final double[] values68 = {2132}; private static final String[] labels69 = {BUILDING_MATERIALS_2, CHEMICALS_1}; private static final double[] values69 = {726, 1406}; private static final String[] labels70 = {BUILDING_MATERIALS_3}; private static final double[] values70 = {726}; private static final String[] labels71 = {"HeidelbergCement AG"}; private static final double[] values71 = {726}; private static final String[] labels72 = {CHEMICALS_2}; private static final double[] values72 = {1406}; private static final String[] labels73 = {"COVESTRO AG O.N.", "BASF SE"}; private static final double[] values73 = {651, 755}; @Inject public ComplexPieChart(Composite parent) { super(parent, SWT.NONE); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Create series. */ ICircularSeriesData multiLevelDoughnut = new CircularSeriesData(); // multiLevelDoughnut.setTitle("DAX"); multiLevelDoughnut.setNodeClass("Taxonomie"); multiLevelDoughnut.setValueClass("Value (€)"); multiLevelDoughnut.setSeries(labels1, values1); // multiLevelDoughnut.getNodeById(WITHOUT_CLASSIFICATION).addChildren(labels2, values2); multiLevelDoughnut.getNodeById(SECTOR_GICS).addChildren(labels3, values3); multiLevelDoughnut.getNodeById(PUBLIC_UTILITY_2).addChildren(labels4, values4); multiLevelDoughnut.getNodeById(PUBLIC_UTILITY_1).addChildren(labels5, values5); multiLevelDoughnut.getNodeById(PUBLIC_MULTI_UTILITY_2).addChildren(labels6, values6); multiLevelDoughnut.getNodeById(PUBLIC_MULTI_UTILITY_1).addChildren(labels7, values7); multiLevelDoughnut.getNodeById(PUBLIC_RELATIONS).addChildren(labels8, values8); multiLevelDoughnut.getNodeById(TELECOMMUNICATIONS).addChildren(labels9, values9); multiLevelDoughnut.getNodeById(TELECOMMUNICATIONS_DIVERSE).addChildren(labels10, values10); multiLevelDoughnut.getNodeById(TELECOMMUNICATIONS_INTEGRATED).addChildren(labels11, values11); multiLevelDoughnut.getNodeById(INFORMATION_TECHNOLOGY).addChildren(labels12, values12); multiLevelDoughnut.getNodeById(SEMICONDUCTOR_PRODUCTION_2).addChildren(labels13, values13); multiLevelDoughnut.getNodeById(SEMICONDUCTOR_PRODUCTION_1).addChildren(labels14, values14); multiLevelDoughnut.getNodeById(SEMICONDUCTOR).addChildren(labels15, values15); multiLevelDoughnut.getNodeById(SOFTWARE_SERVICES).addChildren(labels16, values16); multiLevelDoughnut.getNodeById(SOFTWARE).addChildren(labels17, values17); multiLevelDoughnut.getNodeById(SOFTWARE_APPLICATIONS).addChildren(labels18, values18); multiLevelDoughnut.getNodeById(FINANCIAL).addChildren(labels19, values19); multiLevelDoughnut.getNodeById(REAL_ESTATE).addChildren(labels20, values20); multiLevelDoughnut.getNodeById(REAL_ESTATE_BASIS).addChildren(labels21, values21); multiLevelDoughnut.getNodeById(REAL_ESTATE_ACTIVITIES).addChildren(labels22, values22); multiLevelDoughnut.getNodeById(INSURANCE_2).addChildren(labels23, values23); multiLevelDoughnut.getNodeById(INSURANCE_1).addChildren(labels24, values24); multiLevelDoughnut.getNodeById(REINSURANCE).addChildren(labels25, values25); multiLevelDoughnut.getNodeById(ACCIDENT_INSURANCE).addChildren(labels26, values26); multiLevelDoughnut.getNodeById(FINANCIAL_SERVICES_2).addChildren(labels27, values27); multiLevelDoughnut.getNodeById(CAPITAL_MARKET).addChildren(labels28, values28); multiLevelDoughnut.getNodeById(CUSTODIAN).addChildren(labels29, values29); multiLevelDoughnut.getNodeById(FINANCIAL_SERVICES_DIVERSE).addChildren(labels30, values30); multiLevelDoughnut.getNodeById(FINANCIAL_SERVICES_SPECIALIZED).addChildren(labels31, values31); multiLevelDoughnut.getNodeById(BANK_2).addChildren(labels32, values32); multiLevelDoughnut.getNodeById(BANK_1).addChildren(labels33, values33); multiLevelDoughnut.getNodeById(BANK_GENERAL).addChildren(labels34, values34); multiLevelDoughnut.getNodeById(HEALTHCARE).addChildren(labels35, values35); multiLevelDoughnut.getNodeById(PHARMA_1).addChildren(labels36, values36); multiLevelDoughnut.getNodeById(PHARMA_2).addChildren(labels37, values37); multiLevelDoughnut.getNodeById(PHARMA_3).addChildren(labels38, values38); multiLevelDoughnut.getNodeById(HEALTHCARE_SERVICES_1).addChildren(labels39, values39); multiLevelDoughnut.getNodeById(HEALTHCARE_SERVICES_2).addChildren(labels40, values40); multiLevelDoughnut.getNodeById(HEALTHCARE_SERVICES_3).addChildren(labels41, values41); multiLevelDoughnut.getNodeById(CUSTOMER_GOODS).addChildren(labels42, values42); multiLevelDoughnut.getNodeById(SCENT_AND_CARE_1).addChildren(labels43, values43); multiLevelDoughnut.getNodeById(SCENT_AND_CARE_2).addChildren(labels44, values44); multiLevelDoughnut.getNodeById(SCENT_AND_CARE_3).addChildren(labels45, values45); multiLevelDoughnut.getNodeById(LUXURY_GOODS).addChildren(labels46, values46); multiLevelDoughnut.getNodeById(RETAIL_1).addChildren(labels47, values47); multiLevelDoughnut.getNodeById(RETAIL_2).addChildren(labels48, values48); multiLevelDoughnut.getNodeById(RETAIL_3).addChildren(labels49, values49); multiLevelDoughnut.getNodeById(RETAIL_4).addChildren(labels50, values50); multiLevelDoughnut.getNodeById(RETAIL_5).addChildren(labels51, values51); multiLevelDoughnut.getNodeById(AUTOMOBILE_1).addChildren(labels52, values52); multiLevelDoughnut.getNodeById(AUTOMOBILE_2).addChildren(labels53, values53); multiLevelDoughnut.getNodeById(AUTOMOBILE_3).addChildren(labels54, values54); multiLevelDoughnut.getNodeById(INDUSTRY).addChildren(labels55, values55); multiLevelDoughnut.getNodeById(TRANSPORT).addChildren(labels56, values56); multiLevelDoughnut.getNodeById(AVIATION_1).addChildren(labels57, values57); multiLevelDoughnut.getNodeById(AVIATION_2).addChildren(labels58, values58); multiLevelDoughnut.getNodeById(AVIATION_3).addChildren(labels59, values59); multiLevelDoughnut.getNodeById(AVIATION_4).addChildren(labels60, values60); multiLevelDoughnut.getNodeById(INVESTMENT).addChildren(labels61, values61); multiLevelDoughnut.getNodeById(INDUSTRY_1).addChildren(labels62, values62); multiLevelDoughnut.getNodeById(INDUSTRY_2).addChildren(labels63, values63); multiLevelDoughnut.getNodeById(INDUSTRY_3).addChildren(labels64, values64); multiLevelDoughnut.getNodeById(INDUSTRY_4).addChildren(labels65, values65); multiLevelDoughnut.getNodeById(DEFENSE_2).addChildren(labels66, values66); multiLevelDoughnut.getNodeById(DEFENSE_1).addChildren(labels67, values67); multiLevelDoughnut.getNodeById(BASIC_GOODS).addChildren(labels68, values68); multiLevelDoughnut.getNodeById(BUILDING_MATERIALS_1).addChildren(labels69, values69); multiLevelDoughnut.getNodeById(BUILDING_MATERIALS_2).addChildren(labels70, values70); multiLevelDoughnut.getNodeById(BUILDING_MATERIALS_3).addChildren(labels71, values71); multiLevelDoughnut.getNodeById(CHEMICALS_1).addChildren(labels72, values72); multiLevelDoughnut.getNodeById(CHEMICALS_2).addChildren(labels73, values73); // ICircularSeriesSettings settings = multiLevelDoughnut.getSettings(); settings.setDescription("DAX Taxonomie"); settings.setBorderStyle(LineStyle.SOLID); // multiLevelDoughnut.getSettings().setSeriesType(SeriesType.DOUGHNUT); /* * Set series. * ICircularSeriesData */ addSeriesData(multiLevelDoughnut); } }HighlightedPieChart_Part.java000066400000000000000000000072561436443153700436030ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2020, 2023 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation * Philip Wenig - series settings mappings *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ISeries.SeriesType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.customcharts.core.HighlightedStaticPie; import org.eclipse.swtchart.extensions.piecharts.CircularSeriesData; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesData; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesSettings; public class HighlightedPieChart_Part extends HighlightedStaticPie { private static final String[] continentLabels = {"Asia", "Africa", "North America", "South America", "Antarctica", "Europe", "Australia"}; private static final double[] continentValues = {17212000, 11608000, 9365000, 6880000, 5100000, 3837000, 2968000}; private static final String[] AsianCountriesLabels = {"China", "Russia", "India"}; private static final double[] AsianCountriesValues = {3746887, 5083540, 1269219}; private static final String[] AfricanCountriesLabels = {"Algeria", "Congo"}; private static final double[] AfricanCountriesValues = {919595, 905355}; private static final String[] NorthAmericanCountriesLabels = {"Canada", "USA"}; private static final double[] NorthAmericanCountriesValues = {3900261, 3761363}; private static final String[] IndianStatesLabels = {"Maharashtra", "Rajasthan", "Uttar Pradesh", "Madhya Pradesh"}; private static final double[] IndianStateValues = {92320, 213900, 150580, 192718}; @Inject public HighlightedPieChart_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Create series. */ ICircularSeriesData multiLevelDoughnut = new CircularSeriesData(); // multiLevelDoughnut.setTitle("World"); multiLevelDoughnut.setNodeClass("Landmass Name"); multiLevelDoughnut.setValueClass("Area in sq miles"); // multiLevelDoughnut.setSeries(continentLabels, continentValues); // adding Asian countries. These go in as second level multiLevelDoughnut.getNodeById("Asia").addChildren(AsianCountriesLabels, AsianCountriesValues); // multiLevelDoughnut.getNodeById("Africa").addChildren(AfricanCountriesLabels, AfricanCountriesValues); // multiLevelDoughnut.getNodeById("North America").addChildren(NorthAmericanCountriesLabels, NorthAmericanCountriesValues); /* * Adding Indian states. These go as third level. * Added to show that those too small for 1 degree, are also made visible */ multiLevelDoughnut.getNodeById("India").addChildren(IndianStatesLabels, IndianStateValues); // Another API multiLevelDoughnut.getNodeById("Europe").addChild("Germany", 137847); // // ICircularSeriesSettings settings = multiLevelDoughnut.getSettings(); settings.setDescription("Landmass Distribultion"); settings.setBorderStyle(LineStyle.SOLID); // multiLevelDoughnut.getSettings().setSeriesType(SeriesType.DOUGHNUT); /* * Set series. * ICircularSeriesData */ addSeriesData(multiLevelDoughnut); } }LineSeriesLinked_1_Part.java000066400000000000000000000030621436443153700433430ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.extensions.examples.swt.CustomLinkedLineSeries1; public class LineSeriesLinked_1_Part { @Inject public LineSeriesLinked_1_Part(Composite parent) { try { initialize(parent); } catch(Exception e) { e.printStackTrace(); } } private void initialize(Composite parent) throws Exception { parent.setBackground(parent.getDisplay().getSystemColor(SWT.COLOR_WHITE)); // Composite composite = new Composite(parent, SWT.NONE); composite.setLayout(new GridLayout(1, false)); composite.setLayoutData(new GridData(GridData.FILL_BOTH)); // CustomLinkedLineSeries1 customLinkedLineSeries1 = new CustomLinkedLineSeries1(composite, SWT.NONE); customLinkedLineSeries1.setLayoutData(new GridData(GridData.FILL_BOTH)); customLinkedLineSeries1.setChartInfo("Signal Z", "Sample", "Reference"); } } LineSeries_10_Part.java000066400000000000000000000073421436443153700423010ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.IPlotArea; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; import org.eclipse.swtchart.extensions.marker.LabelMarker; public class LineSeries_10_Part extends ChromatogramChart { private int indexSeries; @Inject public LineSeries_10_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); // try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList(); // ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; /* * Chromatogram [0] */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Active Peaks [1] */ indexSeries = 1; seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_ACTIVE_PEAKS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolType(PlotSymbolType.INVERTED_TRIANGLE); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); /* * Add the label marker. */ IPlotArea plotArea = getBaseChart().getPlotArea(); LabelMarker labelMarker = new LabelMarker(getBaseChart()); List labels = new ArrayList(); labels.add("[1]"); labels.add("[2]"); labels.add("[3]"); labels.add("[4]"); labels.add("[5]"); labels.add("[6]"); labels.add("[7]"); labels.add("[8]"); labels.add("[9]"); labels.add("[10]"); labelMarker.setLabels(labels, indexSeries, SWT.HORIZONTAL); plotArea.addCustomPaintListener(labelMarker); } } LineSeries_1_Part.java000066400000000000000000000247431436443153700422250ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.IPlotArea; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; import org.eclipse.swtchart.extensions.marker.LabelMarker; public class LineSeries_1_Part extends ChromatogramChart { private int indexSeries; @Inject public LineSeries_1_Part(Composite parent) { super(parent, SWT.NONE); // try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList<>(); // ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; ILineSeriesSettings lineSeriesSettingsHighlight; /* * Chromatogram [0] */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Baseline [1] */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_BASELINE); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setSymbolType(PlotSymbolType.NONE); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Selected Scans [2] */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_SELECTED_SCANS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolType(PlotSymbolType.CROSS); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Active Peaks [3] */ indexSeries = 3; seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_ACTIVE_PEAKS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolType(PlotSymbolType.INVERTED_TRIANGLE); lineSeriesSettings.setSymbolSize(5); if(Display.isSystemDarkTheme()) { lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_DARK_GRAY)); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_GRAY)); } else { lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); } lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Inactive Peaks */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_INACTIVE_PEAKS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolType(PlotSymbolType.INVERTED_TRIANGLE); lineSeriesSettings.setSymbolSize(5); if(Display.isSystemDarkTheme()) { lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_DARK_GRAY)); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_GRAY)); } else { lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); } lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Peak 1 */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_SELECTED_PEAK_1); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettings.setSymbolSize(2); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Background 1 */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_SELECTED_PEAK_1_BACKGROUND); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setSymbolType(PlotSymbolType.NONE); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Peak 2 */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_SELECTED_PEAK_2); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettings.setSymbolSize(2); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Background 2 */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_SELECTED_PEAK_2_BACKGROUND); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setSymbolType(PlotSymbolType.NONE); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Identified Scans */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_IDENTIFIED_SCANS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); lineSeriesSettings.setSymbolSize(3); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_GRAY)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Identified Scans Selected. */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_IDENTIFIED_SCANS_SELECTED); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); /* * Set the labels. */ IPlotArea plotArea = getBaseChart().getPlotArea(); LabelMarker labelMarker = new LabelMarker(getBaseChart()); List labels = new ArrayList<>(); labels.add("2-Methoxy-4-vinylphenol"); labels.add("Ethanone, 1-(2-hydroxy-5-methylphenyl)-"); labels.add("4-Hydroxy-2-methylacetophenone"); labels.add("Ethanone, 1-(2-hydroxy-5-methylphenyl)-"); labels.add("4-Hydroxy-3-methylacetophenone"); labels.add("3-Methoxyacetophenone"); labels.add("3-Methyl-4-isopropylphenol"); labels.add("Phenol, 3,4-dimethoxy-"); labels.add("2,4-Dimethoxyphenol"); labels.add("3-Amino-2,6-dimethoxypyridine"); labelMarker.setLabels(labels, indexSeries, SWT.VERTICAL); plotArea.addCustomPaintListener(labelMarker); } } LineSeries_2_Part.java000066400000000000000000000102721436443153700422160ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.List; import java.util.Locale; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.SecondaryAxisSettings; import org.eclipse.swtchart.extensions.examples.converter.ScanToSecondsConverter; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class LineSeries_2_Part extends LineChart { @Inject public LineSeries_2_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); chartSettings.setOrientation(SWT.HORIZONTAL); chartSettings.setHorizontalSliderVisible(true); chartSettings.setVerticalSliderVisible(true); chartSettings.getRangeRestriction().setZeroX(false); chartSettings.getRangeRestriction().setZeroY(false); /* * Primary X-Axis */ IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("scan"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.0##"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsX.setPosition(Position.Primary); primaryAxisSettingsX.setVisible(false); /* * Primary Y-Axis */ IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("Intensity"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.0#E0"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); /* * Secondary X-Axes */ ISecondaryAxisSettings secondaryAxisSettingsX1 = new SecondaryAxisSettings("t1 (sec)", new ScanToSecondsConverter()); secondaryAxisSettingsX1.setPosition(Position.Primary); secondaryAxisSettingsX1.setDecimalFormat(new DecimalFormat(("0"), new DecimalFormatSymbols(Locale.ENGLISH))); secondaryAxisSettingsX1.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); chartSettings.getSecondaryAxisSettingsListX().add(secondaryAxisSettingsX1); // applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList(); ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_2); // ILineSeriesData lineSeriesData = new LineSeriesData(seriesData); ILineSeriesSettings lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); } } LineSeries_3_Part.java000066400000000000000000000140141436443153700422150ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.List; import java.util.Locale; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.axisconverter.MillisecondsToMinuteConverter; import org.eclipse.swtchart.extensions.axisconverter.MillisecondsToScanNumberConverter; import org.eclipse.swtchart.extensions.axisconverter.PercentageConverter; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.SecondaryAxisSettings; import org.eclipse.swtchart.extensions.examples.menu.ZoomInHandler; import org.eclipse.swtchart.extensions.examples.menu.ZoomOutHandler; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class LineSeries_3_Part extends LineChart { @Inject public LineSeries_3_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setOrientation(SWT.HORIZONTAL); chartSettings.setHorizontalSliderVisible(true); chartSettings.setVerticalSliderVisible(true); chartSettings.getRangeRestriction().setZeroX(true); chartSettings.getRangeRestriction().setZeroY(true); chartSettings.setEnableRangeSelector(true); chartSettings.setShowPositionMarker(true); chartSettings.setShowPlotCenterMarker(true); chartSettings.setShowLegendMarker(true); chartSettings.setCreateMenu(true); /* * Primary X-Axis */ IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("Time [ms]"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.0##"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsX.setPosition(Position.Secondary); primaryAxisSettingsX.setVisible(false); primaryAxisSettingsX.setGridLineStyle(LineStyle.NONE); /* * Primary Y-Axis */ IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("Intensity [counts]"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.0#E0"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsY.setGridLineStyle(LineStyle.NONE); /* * Secondary X-Axes */ ISecondaryAxisSettings secondaryAxisSettingsX1 = new SecondaryAxisSettings("Scan Number", new MillisecondsToScanNumberConverter(50, 50)); secondaryAxisSettingsX1.setPosition(Position.Primary); secondaryAxisSettingsX1.setDecimalFormat(new DecimalFormat(("0"), new DecimalFormatSymbols(Locale.ENGLISH))); secondaryAxisSettingsX1.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); secondaryAxisSettingsX1.setExtraSpaceTitle(0); chartSettings.getSecondaryAxisSettingsListX().add(secondaryAxisSettingsX1); // ISecondaryAxisSettings secondaryAxisSettingsX2 = new SecondaryAxisSettings("Time [min]", new MillisecondsToMinuteConverter()); secondaryAxisSettingsX2.setPosition(Position.Primary); secondaryAxisSettingsX2.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); secondaryAxisSettingsX2.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); secondaryAxisSettingsX2.setExtraSpaceTitle(0); chartSettings.getSecondaryAxisSettingsListX().add(secondaryAxisSettingsX2); /* * Secondary Y-Axes */ ISecondaryAxisSettings secondaryAxisSettingsY1 = new SecondaryAxisSettings("Intensity [%]", new PercentageConverter(SWT.VERTICAL, true)); secondaryAxisSettingsY1.setPosition(Position.Secondary); secondaryAxisSettingsY1.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); secondaryAxisSettingsY1.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); chartSettings.getSecondaryAxisSettingsListY().add(secondaryAxisSettingsY1); /* * Add menu items. */ chartSettings.addMenuEntry(new ZoomInHandler()); chartSettings.addMenuEntry(new ZoomOutHandler()); // applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList(); ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_3); // ILineSeriesData lineSeriesData = new LineSeriesData(seriesData); ILineSeriesSettings lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); } } LineSeries_4_Part.java000066400000000000000000000056701436443153700422260ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class LineSeries_4_Part extends ChromatogramChart { @Inject public LineSeries_4_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); chartSettings.setBufferSelection(true); applySettings(chartSettings); /* * Create series. */ Map colors = new HashMap(); colors.put(1, getDisplay().getSystemColor(SWT.COLOR_RED)); colors.put(2, getDisplay().getSystemColor(SWT.COLOR_BLACK)); colors.put(3, getDisplay().getSystemColor(SWT.COLOR_GRAY)); colors.put(4, getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); colors.put(5, getDisplay().getSystemColor(SWT.COLOR_GRAY)); // List lineSeriesDataList = new ArrayList(); for(int i = 1; i <= 5; i++) { ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES + "4_" + i); ILineSeriesData lineSeriesData = new LineSeriesData(seriesData); ILineSeriesSettings lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineColor(colors.get(i)); lineSeriesSettings.setEnableArea(false); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); } // addSeriesData(lineSeriesDataList, LineChart.MEDIUM_COMPRESSION); } } LineSeries_5_Part.java000066400000000000000000000055031436443153700422220ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class LineSeries_5_Part extends ChromatogramChart { @Inject public LineSeries_5_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); chartSettings.getRangeRestriction().setZeroY(false); applySettings(chartSettings); // List lineSeriesDataList = new ArrayList(); // ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; /* * Positive */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_5_POSITIVE); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineColor(getBaseChart().getDisplay().getSystemColor(SWT.COLOR_RED)); lineSeriesSettings.setEnableArea(false); lineSeriesDataList.add(lineSeriesData); /* * Negative */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_5_NEGATIVE); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); lineSeriesSettings.setEnableArea(false); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); } } LineSeries_6_Part.java000066400000000000000000000071611436443153700422250ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.List; import java.util.Locale; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; /* * TODO X-Axis from positive to negative */ public class LineSeries_6_Part extends LineChart { @Inject public LineSeries_6_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setOrientation(SWT.HORIZONTAL); chartSettings.setHorizontalSliderVisible(true); chartSettings.setVerticalSliderVisible(true); chartSettings.getRangeRestriction().setZeroX(false); chartSettings.getRangeRestriction().setZeroY(true); chartSettings.getRangeRestriction().setRestrictFrame(false); chartSettings.setCreateMenu(true); /* * Primary X-Axis */ IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("f1 (ppm)"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.0##"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsX.setPosition(Position.Primary); primaryAxisSettingsX.setReversed(true); /* * Primary Y-Axis */ IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("Intensity"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.0#E0"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); // applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList(); ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_6); // ILineSeriesData lineSeriesData = new LineSeriesData(seriesData); ILineSeriesSettings lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); } } LineSeries_7_HighBackground_Part.java000066400000000000000000000052221436443153700451610ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class LineSeries_7_HighBackground_Part extends ChromatogramChart { @Inject public LineSeries_7_HighBackground_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { IChartSettings chartSettings = getChartSettings(); chartSettings.getRangeRestriction().setForceZeroMinY(true); applySettings(chartSettings); // List lineSeriesDataList = new ArrayList(); // ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; /* * High Background */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_7); double[] ySeries = seriesData.getYSeries(); for(int i = 0; i < ySeries.length; i++) { ySeries[i] = ySeries[i] + 100000; } lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_RED)); lineSeriesSettings.setEnableArea(true); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList, LineChart.HIGH_COMPRESSION); } } LineSeries_7_Normal_Part.java000066400000000000000000000047671436443153700435470ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class LineSeries_7_Normal_Part extends ChromatogramChart { @Inject public LineSeries_7_Normal_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { IChartSettings chartSettings = getChartSettings(); chartSettings.getRangeRestriction().setForceZeroMinY(false); applySettings(chartSettings); // List lineSeriesDataList = new ArrayList(); // ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; /* * Normal */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_7); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_RED)); lineSeriesSettings.setEnableArea(true); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList, LineChart.HIGH_COMPRESSION); } } LineSeries_8_Part.java000066400000000000000000000077251436443153700422350ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.IPlotArea; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; import org.eclipse.swtchart.extensions.marker.LabelMarker; public class LineSeries_8_Part extends ChromatogramChart { private int indexSeries; @Inject public LineSeries_8_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); // try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList(); // ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; /* * Chromatogram [0] */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Active Peaks [1] */ indexSeries = 1; seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_ACTIVE_PEAKS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolType(PlotSymbolType.INVERTED_TRIANGLE); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); /* * Add the label marker. */ IPlotArea plotArea = getBaseChart().getPlotArea(); LabelMarker labelMarker = new LabelMarker(getBaseChart()); List labels = new ArrayList(); labels.add("2-Methoxy-4-vinylphenol"); labels.add("Ethanone, 1-(2-hydroxy-5-methylphenyl)-"); labels.add("4-Hydroxy-2-methylacetophenone"); labels.add("Ethanone, 1-(2-hydroxy-5-methylphenyl)-"); labels.add("4-Hydroxy-3-methylacetophenone"); labels.add("3-Methoxyacetophenone"); labels.add("3-Methyl-4-isopropylphenol"); labels.add("Phenol, 3,4-dimethoxy-"); labels.add("2,4-Dimethoxyphenol"); labels.add("3-Amino-2,6-dimethoxypyridine"); labelMarker.setLabels(labels, indexSeries, SWT.VERTICAL); plotArea.addCustomPaintListener(labelMarker); } } LineSeries_9_Part.java000066400000000000000000000077271436443153700422400ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.IPlotArea; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; import org.eclipse.swtchart.extensions.marker.LabelMarker; public class LineSeries_9_Part extends ChromatogramChart { private int indexSeries; @Inject public LineSeries_9_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); // try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList(); // ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; /* * Chromatogram [0] */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Active Peaks [1] */ indexSeries = 1; seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_ACTIVE_PEAKS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolType(PlotSymbolType.INVERTED_TRIANGLE); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); /* * Add the label marker. */ IPlotArea plotArea = getBaseChart().getPlotArea(); LabelMarker labelMarker = new LabelMarker(getBaseChart()); List labels = new ArrayList(); labels.add("2-Methoxy-4-vinylphenol"); labels.add("Ethanone, 1-(2-hydroxy-5-methylphenyl)-"); labels.add("4-Hydroxy-2-methylacetophenone"); labels.add("Ethanone, 1-(2-hydroxy-5-methylphenyl)-"); labels.add("4-Hydroxy-3-methylacetophenone"); labels.add("3-Methoxyacetophenone"); labels.add("3-Methyl-4-isopropylphenol"); labels.add("Phenol, 3,4-dimethoxy-"); labels.add("2,4-Dimethoxyphenol"); labels.add("3-Amino-2,6-dimethoxypyridine"); labelMarker.setLabels(labels, indexSeries, SWT.HORIZONTAL); plotArea.addCustomPaintListener(labelMarker); } } LineSeries_Edit_Part.java000066400000000000000000000472541436443153700427540ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.ParseException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Combo; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.TabFolder; import org.eclipse.swt.widgets.TabItem; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableColumn; import org.eclipse.swt.widgets.TableItem; import org.eclipse.swt.widgets.Text; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IExtendedChart; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class LineSeries_Edit_Part extends Composite { private static final int NUM_SERIES = 5; private TabFolder tabFolder; /* * Chart */ private Combo comboSelectSeries; private Text textShiftX; private Combo comboScaleX; private Text textShiftY; private Combo comboScaleY; // // private int shiftConstraintRangeSelection; private int shiftConstraintDeleteX; private int shiftConstraintDeleteY; // private int shiftConstraintClinchX; // private int shiftConstraintStretchX; // private int shiftConstraintBroadenX; // private int shiftConstraintNarrowX; // private ChromatogramChart chromatogramChart; // private Map shiftTableMap; @Inject public LineSeries_Edit_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { shiftTableMap = new HashMap(); // this.setLayout(new GridLayout(1, true)); tabFolder = new TabFolder(this, SWT.BOTTOM); tabFolder.setLayoutData(new GridData(GridData.FILL_BOTH)); tabFolder.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { int index = tabFolder.getSelectionIndex(); Table table = shiftTableMap.get(index); List dataShifts = chromatogramChart.getBaseChart().getDataShiftHistory(SeriesConverter.LINE_SERIES + "4_" + index); table.removeAll(); for(double[] dataShift : dataShifts) { addTableRow(table, dataShift); } } }); createChartTabItem(); createTableTabItems(); } private void createChartTabItem() { TabItem tabItem = new TabItem(tabFolder, SWT.NONE); tabItem.setText("Chart"); Composite composite = new Composite(tabFolder, SWT.NONE); composite.setLayout(new GridLayout(1, true)); createChartSection(composite); tabItem.setControl(composite); } private void createTableTabItems() { for(int i = 1; i <= NUM_SERIES; i++) { TabItem tabItem = new TabItem(tabFolder, SWT.NONE); tabItem.setText(SeriesConverter.LINE_SERIES + "4_" + i); Composite composite = new Composite(tabFolder, SWT.NONE); composite.setLayout(new GridLayout(1, true)); Table table = createTableSection(composite); shiftTableMap.put(i, table); tabItem.setControl(composite); } } private Table createTableSection(Composite parent) { Table table = new Table(parent, SWT.BORDER | SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL); table.setHeaderVisible(true); table.setLinesVisible(true); table.setLayoutData(new GridData(GridData.FILL_BOTH)); // String labelAxisX = chromatogramChart.getBaseChart().getXAxisSettings(BaseChart.ID_PRIMARY_X_AXIS).getLabel(); String labelAxisY = chromatogramChart.getBaseChart().getYAxisSettings(BaseChart.ID_PRIMARY_Y_AXIS).getLabel(); // addTableColumn(table, "Start [" + labelAxisX + "]", 150); addTableColumn(table, "Stop [" + labelAxisX + "]", 150); addTableColumn(table, "Shift [" + labelAxisX + "]", 150); addTableColumn(table, "Start [" + labelAxisY + "]", 150); addTableColumn(table, "Stop [" + labelAxisY + "]", 150); addTableColumn(table, "Shift [" + labelAxisY + "]", 150); addTableColumn(table, "Shift Constraints", 150); // return table; } private void addTableColumn(Table table, String column, int width) { TableColumn tableColumn = new TableColumn(table, SWT.LEFT); tableColumn.setText(column); tableColumn.setWidth(width); } public void addTableRow(Table table, double[] dataShift) { int size = dataShift.length; String[] row = new String[size]; for(int i = 0; i < size; i++) { row[i] = Double.toString(dataShift[i]); } TableItem tableItem = new TableItem(table, SWT.NONE); tableItem.setText(row); } private void createChartSection(Composite parent) { /* * Buttons */ Composite compositeButtons = new Composite(parent, SWT.NONE); GridData gridDataComposite = new GridData(GridData.FILL_HORIZONTAL); gridDataComposite.horizontalAlignment = SWT.BEGINNING; compositeButtons.setLayoutData(gridDataComposite); compositeButtons.setLayout(new GridLayout(18, false)); // createLabel(compositeButtons); createCombo(compositeButtons); createTextShiftX(compositeButtons); createComboScaleX(compositeButtons); createButtonLeft(compositeButtons); createButtonRight(compositeButtons); createTextShiftY(compositeButtons); createComboScaleY(compositeButtons); createButtonUp(compositeButtons); createButtonDown(compositeButtons); // createButtonConstraintRangeSelection(compositeButtons); createButtonConstraintDeleteX(compositeButtons); createButtonConstraintDeleteY(compositeButtons); // createButtonConstraintClinchX(compositeButtons); // createButtonConstraintStrechX(compositeButtons); // createButtonConstraintBroadenX(compositeButtons); // createButtonConstraintNarrowX(compositeButtons); createButtonReset(compositeButtons); // createChart(parent); } private void createLabel(Composite parent) { Label label = new Label(parent, SWT.NONE); label.setText("Selected Data Series:"); } private void createCombo(Composite parent) { comboSelectSeries = new Combo(parent, SWT.BORDER | SWT.READ_ONLY); comboSelectSeries.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { selectSeries(); } }); } private void createTextShiftX(Composite parent) { textShiftX = new Text(parent, SWT.BORDER); textShiftX.setText(""); textShiftX.setLayoutData(getGridData()); } private void createComboScaleX(Composite parent) { comboScaleX = new Combo(parent, SWT.READ_ONLY); comboScaleX.setLayoutData(getGridData()); } private void createButtonLeft(Composite parent) { Button button = new Button(parent, SWT.PUSH); button.setToolTipText("Move Left"); button.setText(Activator.getDefault() != null ? "" : "Move Left"); button.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_LEFT) : null); button.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { BaseChart baseChart = chromatogramChart.getBaseChart(); double shiftX = getShift(IExtendedChart.X_AXIS) * -1.0d; String selectedSeriesId = comboSelectSeries.getText().trim(); baseChart.shiftSeries(selectedSeriesId, shiftX, 0.0d); baseChart.redraw(); } }); } private void createButtonRight(Composite parent) { Button button = new Button(parent, SWT.PUSH); button.setToolTipText("Move Right"); button.setText(Activator.getDefault() != null ? "" : "Move Right"); button.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_RIGHT) : null); button.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { BaseChart baseChart = chromatogramChart.getBaseChart(); double shiftX = getShift(IExtendedChart.X_AXIS); String selectedSeriesId = comboSelectSeries.getText().trim(); baseChart.shiftSeries(selectedSeriesId, shiftX, 0.0d); baseChart.redraw(); } }); } private void createTextShiftY(Composite parent) { textShiftY = new Text(parent, SWT.BORDER); textShiftY.setText(""); textShiftY.setLayoutData(getGridData()); } private void createComboScaleY(Composite parent) { comboScaleY = new Combo(parent, SWT.READ_ONLY); comboScaleY.setLayoutData(getGridData()); } private void createButtonUp(Composite parent) { Button button = new Button(parent, SWT.PUSH); button.setToolTipText("Move Up"); button.setText(Activator.getDefault() != null ? "" : "Move Up"); button.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_UP) : null); button.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { BaseChart baseChart = chromatogramChart.getBaseChart(); double shiftY = getShift(IExtendedChart.Y_AXIS); String selectedSeriesId = comboSelectSeries.getText().trim(); baseChart.shiftSeries(selectedSeriesId, 0.0d, shiftY); baseChart.redraw(); } }); } private void createButtonDown(Composite parent) { Button button = new Button(parent, SWT.PUSH); button.setToolTipText("Move Down"); button.setText(Activator.getDefault() != null ? "" : "Move Down"); button.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_DOWN) : null); button.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { BaseChart baseChart = chromatogramChart.getBaseChart(); double shiftY = getShift(IExtendedChart.Y_AXIS) * -1.0d; String selectedSeriesId = comboSelectSeries.getText().trim(); baseChart.shiftSeries(selectedSeriesId, 0.0d, shiftY); baseChart.redraw(); } }); } // private void createButtonConstraintRangeSelection(Composite parent) { // // Button button = new Button(parent, SWT.CHECK); // button.setText("Range Selection"); // button.setSelection(false); // button.addSelectionListener(new SelectionAdapter() { // // @Override // public void widgetSelected(SelectionEvent e) { // // if(button.getSelection()) { // shiftConstraintRangeSelection = BaseChart.SHIFT_CONSTRAINT_RANGE_SELECTION; // } else { // shiftConstraintRangeSelection = 0; // } // setShiftConstraints(); // } // }); // } private void createButtonConstraintDeleteX(Composite parent) { Button button = new Button(parent, SWT.CHECK); button.setText("Delete X"); button.setSelection(false); button.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { if(button.getSelection()) { shiftConstraintDeleteX = BaseChart.SHIFT_CONSTRAINT_DELETE_X; } else { shiftConstraintDeleteX = 0; } setShiftConstraints(); } }); } private void createButtonConstraintDeleteY(Composite parent) { Button button = new Button(parent, SWT.CHECK); button.setText("Delete Y"); button.setSelection(false); button.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { if(button.getSelection()) { shiftConstraintDeleteY = BaseChart.SHIFT_CONSTRAINT_DELETE_Y; } else { shiftConstraintDeleteY = 0; } setShiftConstraints(); } }); } // private void createButtonConstraintClinchX(Composite parent) { // // Button button = new Button(parent, SWT.CHECK); // button.setText("Clinch X"); // button.setSelection(false); // button.addSelectionListener(new SelectionAdapter() { // // @Override // public void widgetSelected(SelectionEvent e) { // // if(button.getSelection()) { // shiftConstraintClinchX = BaseChart.SHIFT_CONSTRAINT_CLINCH_X; // } else { // shiftConstraintClinchX = 0; // } // setShiftConstraints(); // } // }); // } // private void createButtonConstraintStrechX(Composite parent) { // // Button button = new Button(parent, SWT.CHECK); // button.setText("Stretch X"); // button.setSelection(false); // button.addSelectionListener(new SelectionAdapter() { // // @Override // public void widgetSelected(SelectionEvent e) { // // if(button.getSelection()) { // shiftConstraintStretchX = BaseChart.SHIFT_CONSTRAINT_STRETCH_X; // } else { // shiftConstraintStretchX = 0; // } // setShiftConstraints(); // } // }); // } // // private void createButtonConstraintBroadenX(Composite parent) { // // Button button = new Button(parent, SWT.CHECK); // button.setText("Broaden X"); // button.setSelection(false); // button.addSelectionListener(new SelectionAdapter() { // // @Override // public void widgetSelected(SelectionEvent e) { // // if(button.getSelection()) { // shiftConstraintBroadenX = BaseChart.SHIFT_CONSTRAINT_BROADEN_X; // } else { // shiftConstraintBroadenX = 0; // } // setShiftConstraints(); // } // }); // } // // private void createButtonConstraintNarrowX(Composite parent) { // // Button button = new Button(parent, SWT.CHECK); // button.setText("Narrow X"); // button.setSelection(false); // button.addSelectionListener(new SelectionAdapter() { // // @Override // public void widgetSelected(SelectionEvent e) { // // if(button.getSelection()) { // shiftConstraintNarrowX = BaseChart.SHIFT_CONSTRAINT_NARROW_X; // } else { // shiftConstraintNarrowX = 0; // } // setShiftConstraints(); // } // }); // } private void createButtonReset(Composite parent) { Button button = new Button(parent, SWT.PUSH); button.setToolTipText("Reset the data"); button.setText(Activator.getDefault() != null ? "" : "Reset"); button.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_RESET) : null); button.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { loadChromatogramData(); } }); } private void createChart(Composite parent) { chromatogramChart = new ChromatogramChart(parent, SWT.BORDER); chromatogramChart.setLayoutData(new GridData(GridData.FILL_BOTH)); // IChartSettings chartSettings = chromatogramChart.getChartSettings(); chartSettings.setCreateMenu(true); chartSettings.setSupportDataShift(true); chromatogramChart.applySettings(chartSettings); // loadChromatogramData(); } private void loadChromatogramData() { chromatogramChart.deleteSeries(); // Map colors = new HashMap(); colors.put(1, getDisplay().getSystemColor(SWT.COLOR_RED)); colors.put(2, getDisplay().getSystemColor(SWT.COLOR_BLACK)); colors.put(3, getDisplay().getSystemColor(SWT.COLOR_GRAY)); colors.put(4, getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); colors.put(5, getDisplay().getSystemColor(SWT.COLOR_GRAY)); // String[] items = new String[6]; items[0] = "No Selection"; // List lineSeriesDataList = new ArrayList(); for(int i = 1; i <= NUM_SERIES; i++) { ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES + "4_" + i); items[i] = seriesData.getId(); ILineSeriesData lineSeriesData = new LineSeriesData(seriesData); ILineSeriesSettings lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineColor(colors.get(i)); lineSeriesSettings.setEnableArea(false); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); } // chromatogramChart.addSeriesData(lineSeriesDataList, LineChart.MEDIUM_COMPRESSION); comboSelectSeries.setItems(items); comboSelectSeries.select(1); // LineSeries4_1 selectSeries(); // setComboAxisItems(); } public void setComboAxisItems() { /* * X Axes */ BaseChart baseChart = chromatogramChart.getBaseChart(); String[] axisLabelsX = baseChart.getAxisLabels(IExtendedChart.X_AXIS); comboScaleX.setItems(axisLabelsX); if(axisLabelsX.length > 0) { int selectedIndex = 1; // "Minutes" if(selectedIndex >= 0 && selectedIndex < axisLabelsX.length) { comboScaleX.select(selectedIndex); textShiftX.setText("0.5"); } else { comboScaleX.select(0); // Milliseconds textShiftX.setText("10000"); } } /* * Y Axes */ String[] axisLabelsY = baseChart.getAxisLabels(IExtendedChart.Y_AXIS); comboScaleY.setItems(axisLabelsY); if(axisLabelsY.length > 0) { int selectedIndex = 1; // "Relative Intensity [%]" if(selectedIndex >= 0 && selectedIndex < axisLabelsY.length) { comboScaleY.select(selectedIndex); textShiftY.setText("1.2"); } else { comboScaleY.select(0); // Intensity textShiftY.setText("100000"); } } } private void setShiftConstraints() { // int shiftConstraints = shiftConstraintSelection | shiftConstraintDeleteX | shiftConstraintDeleteY | shiftConstraintClinchX | shiftConstraintStretchX | shiftConstraintBroadenX | shiftConstraintNarrowX; int shiftConstraints = shiftConstraintDeleteX | shiftConstraintDeleteY; BaseChart baseChart = chromatogramChart.getBaseChart(); baseChart.setShiftConstraints(shiftConstraints); } private double getShift(String axis) { double shiftValue = 0.0d; try { /* * Try to calculate the primary unit. */ BaseChart baseChart = chromatogramChart.getBaseChart(); DecimalFormat decimalFormat; int selectedAxis; // if(axis.equals(IExtendedChart.X_AXIS)) { selectedAxis = comboScaleX.getSelectionIndex(); decimalFormat = baseChart.getDecimalFormat(IExtendedChart.X_AXIS, selectedAxis); } else { selectedAxis = comboScaleY.getSelectionIndex(); decimalFormat = baseChart.getDecimalFormat(IExtendedChart.Y_AXIS, selectedAxis); } // double secondaryValue; if(axis.equals(IExtendedChart.X_AXIS)) { secondaryValue = decimalFormat.parse(textShiftX.getText().trim()).doubleValue(); } else { secondaryValue = decimalFormat.parse(textShiftY.getText().trim()).doubleValue(); } /* * Convert the range on demand. */ if(selectedAxis == 0) { shiftValue = secondaryValue; } else { IAxisScaleConverter axisScaleConverter = baseChart.getAxisScaleConverter(axis, selectedAxis); shiftValue = axisScaleConverter.convertToPrimaryUnit(secondaryValue); } } catch(ParseException e) { e.printStackTrace(); } // return shiftValue; } private void selectSeries() { BaseChart baseChart = chromatogramChart.getBaseChart(); String selectedSeriesId = comboSelectSeries.getText().trim(); baseChart.resetSeriesSettings(); baseChart.selectSeries(selectedSeriesId); baseChart.redraw(); } private GridData getGridData() { GridData gridData = new GridData(GridData.FILL_HORIZONTAL); gridData.widthHint = 150; return gridData; } } LineSeries_Preferences_Part.java000066400000000000000000000655701436443153700443310ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import javax.inject.Inject; import org.eclipse.jface.preference.IPreferencePage; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.preference.PreferenceConverter; import org.eclipse.jface.preference.PreferenceDialog; import org.eclipse.jface.preference.PreferenceManager; import org.eclipse.jface.preference.PreferenceNode; import org.eclipse.jface.window.Window; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.RGB; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.axisconverter.MillisecondsToMinuteConverter; import org.eclipse.swtchart.extensions.axisconverter.PercentageConverter; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.RangeRestriction; import org.eclipse.swtchart.extensions.core.SecondaryAxisSettings; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.examples.preferences.LineSeriesDataPreferencePage; import org.eclipse.swtchart.extensions.examples.preferences.LineSeriesPreferenceConstants; import org.eclipse.swtchart.extensions.examples.preferences.LineSeriesPreferencePage; import org.eclipse.swtchart.extensions.examples.preferences.LineSeriesPrimaryAxesPreferencePage; import org.eclipse.swtchart.extensions.examples.preferences.LineSeriesSecondaryAxesPreferencePage; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class LineSeries_Preferences_Part extends Composite { private LineChart lineChart; private Map colors; @Inject public LineSeries_Preferences_Part(Composite parent) { super(parent, SWT.NONE); colors = new HashMap<>(); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } @Override public void dispose() { for(Color color : colors.values()) { color.dispose(); } super.dispose(); } private void initialize() throws Exception { this.setLayout(new GridLayout(1, true)); /* * Buttons */ Composite compositeButtons = new Composite(this, SWT.NONE); GridData gridDataComposite = new GridData(GridData.FILL_HORIZONTAL); gridDataComposite.horizontalAlignment = SWT.END; compositeButtons.setLayoutData(gridDataComposite); compositeButtons.setLayout(new GridLayout(1, false)); // Button buttonOpenSettings = new Button(compositeButtons, SWT.PUSH); modifySettingsButton(buttonOpenSettings); buttonOpenSettings.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { IPreferencePage preferencePage = new LineSeriesPreferencePage(); preferencePage.setTitle("Chart Settings"); IPreferencePage preferencePrimaryAxesPage = new LineSeriesPrimaryAxesPreferencePage(); preferencePrimaryAxesPage.setTitle("Primary Axes"); IPreferencePage preferenceSecondaryAxesPage = new LineSeriesSecondaryAxesPreferencePage(); preferenceSecondaryAxesPage.setTitle("Secondary Axes"); IPreferencePage preferenceDataPage = new LineSeriesDataPreferencePage(); preferenceDataPage.setTitle("Series Data"); // PreferenceManager preferenceManager = new PreferenceManager(); preferenceManager.addToRoot(new PreferenceNode("1", preferencePage)); preferenceManager.addToRoot(new PreferenceNode("2", preferencePrimaryAxesPage)); preferenceManager.addToRoot(new PreferenceNode("3", preferenceSecondaryAxesPage)); preferenceManager.addToRoot(new PreferenceNode("4", preferenceDataPage)); // PreferenceDialog preferenceDialog = new PreferenceDialog(e.display.getActiveShell(), preferenceManager); preferenceDialog.create(); preferenceDialog.setMessage("Settings"); if(preferenceDialog.open() == Window.OK) { try { applyChartSettings(); applySeriesSettings(); } catch(Exception e1) { e1.printStackTrace(); } } } }); // lineChart = new LineChart(this, SWT.NONE); lineChart.setLayoutData(new GridData(GridData.FILL_BOTH)); // applyChartSettings(); applySeriesSettings(); } private void modifySettingsButton(Button button) { button.setToolTipText("Open the Settings"); button.setText(Activator.getDefault() != null ? "" : "Settings"); button.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_OPEN_SETTINGS) : null); } private void applyChartSettings() throws Exception { IPreferenceStore preferenceStore = Activator.getDefault().getPreferenceStore(); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); // Color colorHintRangeSelector = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_COLOR_HINT_RANGE_SELECTOR)); Color colorTitle = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_TITLE_COLOR)); Color colorBackground = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_BACKGROUND)); Color colorBackgroundChart = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_BACKGROUND_CHART)); Color colorBackgroundPlotArea = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_BACKGROUND_PLOT_AREA)); Color colorPrimaryXAxis = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_COLOR)); Color colorPrimaryYAxis = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_COLOR)); Locale localePrimaryXAxis = new Locale(preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE)); Locale localePrimaryYAxis = new Locale(preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE)); Color colorSecondaryXAxis = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_COLOR)); Color colorSecondaryYAxis = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_COLOR)); Locale localeSecondaryXAxis = new Locale(preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_DECIMAL_FORMAT_LOCALE)); Locale localeSecondaryYAxis = new Locale(preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE)); Color colorPositionMarker = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_COLOR_POSITION_MARKER)); Color colorPlotCenterMarker = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_COLOR_PLOT_CENTER_MARKER)); Color colorLegendMarker = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_COLOR_LEGEND_MARKER)); Color colorAxisZeroMarker = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_COLOR_AXIS_ZERO_MARKER)); Color colorSeriesLabelMarker = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_COLOR_SERIES_LABEL_MARKER)); // IChartSettings chartSettings = lineChart.getChartSettings(); chartSettings.setEnableRangeSelector(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_RANGE_SELECTOR)); chartSettings.setShowRangeSelectorInitially(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_SHOW_RANGE_SELECTOR_INITIALLY)); chartSettings.setColorHintRangeSelector(colorHintRangeSelector); chartSettings.setRangeSelectorDefaultAxisX(preferenceStore.getInt(LineSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_X)); chartSettings.setRangeSelectorDefaultAxisY(preferenceStore.getInt(LineSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_Y)); chartSettings.setVerticalSliderVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_VERTICAL_SLIDER_VISIBLE)); chartSettings.setHorizontalSliderVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_HORIZONTAL_SLIDER_VISIBLE)); chartSettings.setTitle(preferenceStore.getString(LineSeriesPreferenceConstants.P_TITLE)); chartSettings.setTitleVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_TITLE_VISIBLE)); chartSettings.setTitleColor(colorTitle); chartSettings.setLegendPosition(preferenceStore.getInt(LineSeriesPreferenceConstants.P_LEGEND_POSITION)); chartSettings.setLegendVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_LEGEND_VISIBLE)); chartSettings.setOrientation(preferenceStore.getInt(LineSeriesPreferenceConstants.P_ORIENTATION)); chartSettings.setBackground(colorBackground); chartSettings.setBackgroundChart(colorBackgroundChart); chartSettings.setBackgroundPlotArea(colorBackgroundPlotArea); chartSettings.setEnableCompress(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_COMPRESS)); RangeRestriction rangeRestriction = chartSettings.getRangeRestriction(); rangeRestriction.setZeroX(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ZERO_X)); rangeRestriction.setZeroY(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ZERO_Y)); rangeRestriction.setRestrictFrame(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_RESTRICT_ZOOM)); rangeRestriction.setRestrictSelectX(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_X_ZOOM_ONLY)); rangeRestriction.setRestrictSelectY(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_Y_ZOOM_ONLY)); rangeRestriction.setForceZeroMinY(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_FORCE_ZERO_MIN_Y)); rangeRestriction.setExtendTypeX(RangeRestriction.ExtendType.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_EXTEND_TYPE_X))); rangeRestriction.setExtendMinX(preferenceStore.getDouble(LineSeriesPreferenceConstants.P_EXTEND_MIN_X)); rangeRestriction.setExtendMaxX(preferenceStore.getDouble(LineSeriesPreferenceConstants.P_EXTEND_MAX_X)); rangeRestriction.setExtendTypeY(RangeRestriction.ExtendType.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_EXTEND_TYPE_Y))); rangeRestriction.setExtendMinY(preferenceStore.getDouble(LineSeriesPreferenceConstants.P_EXTEND_MIN_Y)); rangeRestriction.setExtendMaxY(preferenceStore.getDouble(LineSeriesPreferenceConstants.P_EXTEND_MAX_Y)); // chartSettings.setShowPositionMarker(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_SHOW_POSITION_MARKER)); chartSettings.setColorPositionMarker(colorPositionMarker); chartSettings.setShowPlotCenterMarker(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_SHOW_PLOT_CENTER_MARKER)); chartSettings.setColorPlotCenterMarker(colorPlotCenterMarker); chartSettings.setShowLegendMarker(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_SHOW_LEGEND_MARKER)); chartSettings.setColorLegendMarker(colorLegendMarker); chartSettings.setShowAxisZeroMarker(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_SHOW_AXIS_ZERO_MARKER)); chartSettings.setColorLegendMarker(colorAxisZeroMarker); chartSettings.setShowSeriesLabelMarker(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_SHOW_SERIES_LABEL_MARKER)); chartSettings.setColorSeriesLabelMarker(colorSeriesLabelMarker); // chartSettings.setCreateMenu(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_CREATE_MENU)); /* * Primary X-Axis */ IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle(preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_TITLE)); primaryAxisSettingsX.setDescription(preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DESCRIPTION)); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat((preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN)), new DecimalFormatSymbols(localePrimaryXAxis))); primaryAxisSettingsX.setColor(colorPrimaryXAxis); primaryAxisSettingsX.setPosition(Position.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_POSITION))); primaryAxisSettingsX.setVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_VISIBLE)); primaryAxisSettingsX.setGridLineStyle(LineStyle.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_GRID_LINE_STYLE))); primaryAxisSettingsX.setEnableLogScale(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE)); primaryAxisSettingsX.setLogScaleBase(preferenceStore.getDouble(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_LOG_SCALE_BASE)); primaryAxisSettingsX.setExtraSpaceTitle(preferenceStore.getInt(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE)); /* * Primary Y-Axis */ IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle(preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_TITLE)); primaryAxisSettingsY.setDescription(preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DESCRIPTION)); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat((preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN)), new DecimalFormatSymbols(localePrimaryYAxis))); primaryAxisSettingsY.setColor(colorPrimaryYAxis); primaryAxisSettingsY.setPosition(Position.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_POSITION))); primaryAxisSettingsY.setVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_VISIBLE)); primaryAxisSettingsY.setGridLineStyle(LineStyle.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_GRID_LINE_STYLE))); primaryAxisSettingsY.setEnableLogScale(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE)); primaryAxisSettingsY.setLogScaleBase(preferenceStore.getDouble(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_LOG_SCALE_BASE)); primaryAxisSettingsY.setExtraSpaceTitle(preferenceStore.getInt(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE)); /* * Secondary X-Axes */ chartSettings.getSecondaryAxisSettingsListX().clear(); ISecondaryAxisSettings secondaryAxisSettingsX = new SecondaryAxisSettings(preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_TITLE), new MillisecondsToMinuteConverter()); secondaryAxisSettingsX.setDescription(preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_DESCRIPTION)); secondaryAxisSettingsX.setDecimalFormat(new DecimalFormat((preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_DECIMAL_FORMAT_PATTERN)), new DecimalFormatSymbols(localeSecondaryXAxis))); secondaryAxisSettingsX.setColor(colorSecondaryXAxis); secondaryAxisSettingsX.setPosition(Position.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_POSITION))); secondaryAxisSettingsX.setVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_VISIBLE)); secondaryAxisSettingsX.setGridLineStyle(LineStyle.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_GRID_LINE_STYLE))); secondaryAxisSettingsX.setEnableLogScale(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_ENABLE_LOG_SCALE)); secondaryAxisSettingsX.setLogScaleBase(preferenceStore.getDouble(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_LOG_SCALE_BASE)); secondaryAxisSettingsX.setExtraSpaceTitle(preferenceStore.getInt(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_EXTRA_SPACE_TITLE)); chartSettings.getSecondaryAxisSettingsListX().add(secondaryAxisSettingsX); /* * Secondary Y-Axes */ chartSettings.getSecondaryAxisSettingsListY().clear(); ISecondaryAxisSettings secondaryAxisSettingsY = new SecondaryAxisSettings(preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_TITLE), new PercentageConverter(SWT.VERTICAL, true)); secondaryAxisSettingsY.setDescription(preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DESCRIPTION)); secondaryAxisSettingsY.setDecimalFormat(new DecimalFormat((preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN)), new DecimalFormatSymbols(localeSecondaryYAxis))); secondaryAxisSettingsY.setColor(colorSecondaryYAxis); secondaryAxisSettingsY.setPosition(Position.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_POSITION))); secondaryAxisSettingsY.setVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_VISIBLE)); secondaryAxisSettingsY.setGridLineStyle(LineStyle.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_GRID_LINE_STYLE))); secondaryAxisSettingsY.setEnableLogScale(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE)); secondaryAxisSettingsY.setLogScaleBase(preferenceStore.getDouble(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_LOG_SCALE_BASE)); secondaryAxisSettingsY.setExtraSpaceTitle(preferenceStore.getInt(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE)); chartSettings.getSecondaryAxisSettingsListY().add(secondaryAxisSettingsY); // lineChart.applySettings(chartSettings); } private void applySeriesSettings() { IPreferenceStore preferenceStore = Activator.getDefault().getPreferenceStore(); Color lineColorSeries1 = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_1)); Color symbolColorSeries1 = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_1)); Color lineColorSeries2 = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_2)); Color symbolColorSeries2 = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_2)); Color lineColorSeries1Highlight = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_1_HIGHLIGHT)); Color symbolColorSeries1Highlight = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_1_HIGHLIGHT)); Color lineColorSeries2Highlight = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_2_HIGHLIGHT)); Color symbolColorSeries2Highlight = getColor(PreferenceConverter.getColor(preferenceStore, LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_2_HIGHLIGHT)); // lineChart.deleteSeries(); List lineSeriesDataList = new ArrayList(); ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; ILineSeriesSettings lineSeriesSettingsHighlight; /* * Series 1 */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_4_1); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setDescription(preferenceStore.getString(LineSeriesPreferenceConstants.P_DESCRIPTION_SERIES_1)); lineSeriesSettings.setAntialias(preferenceStore.getInt(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_1)); lineSeriesSettings.setEnableArea(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_1)); lineSeriesSettings.setEnableStack(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_1)); lineSeriesSettings.setEnableStep(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_1)); lineSeriesSettings.setLineColor(lineColorSeries1); lineSeriesSettings.setLineStyle(LineStyle.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_1))); lineSeriesSettings.setLineWidth(preferenceStore.getInt(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_1)); lineSeriesSettings.setSymbolColor(symbolColorSeries1); lineSeriesSettings.setSymbolSize(preferenceStore.getInt(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_1)); lineSeriesSettings.setSymbolType(PlotSymbolType.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_1))); lineSeriesSettings.setVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_1)); lineSeriesSettings.setVisibleInLegend(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setAntialias(preferenceStore.getInt(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_1_HIGHLIGHT)); lineSeriesSettingsHighlight.setEnableArea(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_1_HIGHLIGHT)); lineSeriesSettingsHighlight.setEnableStack(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_1_HIGHLIGHT)); lineSeriesSettingsHighlight.setEnableStep(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_1_HIGHLIGHT)); lineSeriesSettingsHighlight.setLineColor(lineColorSeries1Highlight); lineSeriesSettingsHighlight.setLineStyle(LineStyle.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_1_HIGHLIGHT))); lineSeriesSettingsHighlight.setLineWidth(preferenceStore.getInt(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_1_HIGHLIGHT)); lineSeriesSettingsHighlight.setSymbolColor(symbolColorSeries1Highlight); lineSeriesSettingsHighlight.setSymbolSize(preferenceStore.getInt(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_1_HIGHLIGHT)); lineSeriesSettingsHighlight.setSymbolType(PlotSymbolType.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_1_HIGHLIGHT))); lineSeriesSettingsHighlight.setVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_1_HIGHLIGHT)); lineSeriesSettingsHighlight.setVisibleInLegend(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT)); lineSeriesDataList.add(lineSeriesData); /* * Series 2 */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_4_2); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setDescription(preferenceStore.getString(LineSeriesPreferenceConstants.P_DESCRIPTION_SERIES_2)); lineSeriesSettings.setAntialias(preferenceStore.getInt(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_2)); lineSeriesSettings.setEnableArea(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_2)); lineSeriesSettings.setEnableStack(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_2)); lineSeriesSettings.setEnableStep(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_2)); lineSeriesSettings.setLineColor(lineColorSeries2); lineSeriesSettings.setLineStyle(LineStyle.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_2))); lineSeriesSettings.setLineWidth(preferenceStore.getInt(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_2)); lineSeriesSettings.setSymbolColor(symbolColorSeries2); lineSeriesSettings.setSymbolSize(preferenceStore.getInt(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_2)); lineSeriesSettings.setSymbolType(PlotSymbolType.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_2))); lineSeriesSettings.setVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_2)); lineSeriesSettings.setVisibleInLegend(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_2)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setAntialias(preferenceStore.getInt(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_2_HIGHLIGHT)); lineSeriesSettingsHighlight.setEnableArea(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_2_HIGHLIGHT)); lineSeriesSettingsHighlight.setEnableStack(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_2_HIGHLIGHT)); lineSeriesSettingsHighlight.setEnableStep(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_2_HIGHLIGHT)); lineSeriesSettingsHighlight.setLineColor(lineColorSeries2Highlight); lineSeriesSettingsHighlight.setLineStyle(LineStyle.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_2_HIGHLIGHT))); lineSeriesSettingsHighlight.setLineWidth(preferenceStore.getInt(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_2_HIGHLIGHT)); lineSeriesSettingsHighlight.setSymbolColor(symbolColorSeries2Highlight); lineSeriesSettingsHighlight.setSymbolSize(preferenceStore.getInt(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_2_HIGHLIGHT)); lineSeriesSettingsHighlight.setSymbolType(PlotSymbolType.valueOf(preferenceStore.getString(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_2_HIGHLIGHT))); lineSeriesSettingsHighlight.setVisible(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_2_HIGHLIGHT)); lineSeriesSettingsHighlight.setVisibleInLegend(preferenceStore.getBoolean(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_2_HIGHLIGHT)); lineSeriesDataList.add(lineSeriesData); // lineChart.addSeriesData(lineSeriesDataList, LineChart.HIGH_COMPRESSION); } private Color getColor(RGB rgb) { Color color = colors.get(rgb); if(color == null) { color = new Color(getDisplay(), rgb); colors.put(rgb, color); } return color; } }LineSeries_Random_Part.java000066400000000000000000000153011436443153700432730ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.SeriesData; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class LineSeries_Random_Part extends Composite { private static final String ID = "LINE_SERIES_RANDOM"; private static int x = 0; private static int xDelta = 10; // private Button buttonStart; private Button buttonStop; private Button buttonReset; private ChromatogramChart chromatogramChart; // private Display display = getDisplay(); private Acquisition acquisition; private Recording recording; @Inject public LineSeries_Random_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); acquisition = new Acquisition(); recording = new Recording(); } catch(Exception e) { e.printStackTrace(); } } private class Acquisition { private boolean recordData = false; public boolean isRecordData() { return recordData; } public void setRecordData(boolean recordData) { this.recordData = recordData; } } private class Recording implements Runnable { @Override public void run() { if(acquisition.isRecordData()) { chromatogramChart.appendSeries(getRandomSeriesData()); } display.timerExec(500, this); } } private void initialize() throws Exception { this.setLayout(new GridLayout(1, true)); /* * Buttons */ Composite compositeButtons = new Composite(this, SWT.NONE); GridData gridDataComposite = new GridData(GridData.FILL_HORIZONTAL); gridDataComposite.horizontalAlignment = SWT.END; compositeButtons.setLayoutData(gridDataComposite); compositeButtons.setLayout(new GridLayout(3, false)); // buttonStart = new Button(compositeButtons, SWT.PUSH); buttonStart.setToolTipText("Start Recording"); buttonStart.setText(Activator.getDefault() != null ? "" : "Start"); buttonStart.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_START) : null); buttonStart.setEnabled(true); buttonStart.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { acquisition.setRecordData(true); display.asyncExec(recording); // setButtonsEnabled(true); } }); // buttonStop = new Button(compositeButtons, SWT.PUSH); buttonStop.setToolTipText("Stop Recording"); buttonStop.setText(Activator.getDefault() != null ? "" : "Stop"); buttonStop.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_STOP) : null); buttonStop.setEnabled(false); buttonStop.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { acquisition.setRecordData(false); display.timerExec(-1, recording); // setButtonsEnabled(false); } }); // buttonReset = new Button(compositeButtons, SWT.PUSH); buttonReset.setToolTipText("Reset"); buttonReset.setText(Activator.getDefault() != null ? "" : "Reset"); buttonReset.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_RESET) : null); buttonReset.setEnabled(true); buttonReset.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { acquisition.setRecordData(false); display.timerExec(-1, recording); // chromatogramChart.deleteSeries(); x = 0; // List lineSeriesDataList = new ArrayList(); ISeriesData seriesData = getRandomSeriesData(); ILineSeriesData lineSeriesData = new LineSeriesData(seriesData); ILineSeriesSettings lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_RED)); lineSeriesSettings.setEnableArea(true); lineSeriesDataList.add(lineSeriesData); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); chromatogramChart.addSeriesData(lineSeriesDataList); } }); /* * Chart */ chromatogramChart = new ChromatogramChart(this, SWT.BORDER); chromatogramChart.setLayoutData(new GridData(GridData.FILL_BOTH)); // List lineSeriesDataList = new ArrayList(); ISeriesData seriesData = getRandomSeriesData(); ILineSeriesData lineSeriesData = new LineSeriesData(seriesData); ILineSeriesSettings lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_RED)); lineSeriesSettings.setEnableArea(true); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); chromatogramChart.addSeriesData(lineSeriesDataList); } private void setButtonsEnabled(boolean recordData) { buttonStart.setEnabled(!recordData); buttonStop.setEnabled(recordData); buttonReset.setEnabled(!recordData); } private static ISeriesData getRandomSeriesData() { int length = 101; double[] xSeries = new double[length]; double[] ySeries = new double[length]; // double a = Math.random(); // height double i = -5.0d; double iDelta = 0.1d; // for(int j = 0; j < length; j++) { xSeries[j] = x; ySeries[j] = a * Math.exp(-i * i / 2) / Math.sqrt(2 * Math.PI); x += xDelta; i += iDelta; } return new SeriesData(xSeries, ySeries, ID); } } LineSeries_Selection_Part.java000066400000000000000000000241671436443153700440120ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.NavigableSet; import java.util.TreeSet; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Text; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.Range; import org.eclipse.swtchart.extensions.axisconverter.PercentageConverter; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ICustomSelectionHandler; import org.eclipse.swtchart.extensions.core.IExtendedChart; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.SecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.SeriesData; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class LineSeries_Selection_Part extends Composite { private Text textRangeXStart; private Text textRangeXStop; private Text textRangeYStart; private Text textRangeYStop; private Text textX; private Text textY; // private static final String DATA_POINT_SERIES = "DATA_POINT_SERIES"; private NavigableSet xValues; private HashMap yValues; private ISeriesData seriesDataPoint; private LineChart lineChart; @Inject public LineSeries_Selection_Part(Composite parent) { super(parent, SWT.NONE); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } @Override public void dispose() { super.dispose(); } private void initialize() throws Exception { this.setLayout(new GridLayout(1, true)); this.setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); // Composite compositeInfo = new Composite(this, SWT.NONE); GridData gridDataComposite = new GridData(GridData.FILL_HORIZONTAL); gridDataComposite.horizontalAlignment = SWT.BEGINNING; compositeInfo.setLayoutData(gridDataComposite); compositeInfo.setLayout(new GridLayout(13, false)); // createLabel(compositeInfo, "X-Start:"); textRangeXStart = createText(compositeInfo); createLabel(compositeInfo, "X-Stop:"); textRangeXStop = createText(compositeInfo); createLabel(compositeInfo, "Y-Start:"); textRangeYStart = createText(compositeInfo); createLabel(compositeInfo, "Y-Stop:"); textRangeYStop = createText(compositeInfo); createLabel(compositeInfo, "X:"); textX = createText(compositeInfo); createLabel(compositeInfo, "Y:"); textY = createText(compositeInfo); createButtonReset(compositeInfo); // lineChart = new LineChart(this, SWT.NONE); lineChart.setLayoutData(new GridData(GridData.FILL_BOTH)); lineChart.getBaseChart().addCustomRangeSelectionHandler(new ICustomSelectionHandler() { @Override public void handleUserSelection(Event event) { BaseChart baseChart = lineChart.getBaseChart(); Range rangeX = baseChart.getAxisSet().getXAxis(BaseChart.ID_PRIMARY_X_AXIS).getRange(); Range rangeY = baseChart.getAxisSet().getYAxis(BaseChart.ID_PRIMARY_Y_AXIS).getRange(); DecimalFormat decimalFormatX = baseChart.getDecimalFormat(IExtendedChart.X_AXIS, BaseChart.ID_PRIMARY_X_AXIS); DecimalFormat decimalFormatY = baseChart.getDecimalFormat(IExtendedChart.Y_AXIS, BaseChart.ID_PRIMARY_Y_AXIS); textRangeXStart.setText(decimalFormatX.format(rangeX.lower)); textRangeXStop.setText(decimalFormatX.format(rangeX.upper)); textRangeYStart.setText(decimalFormatY.format(rangeY.lower)); textRangeYStop.setText(decimalFormatY.format(rangeY.upper)); } }); lineChart.getBaseChart().addCustomPointSelectionHandler(new ICustomSelectionHandler() { @Override public void handleUserSelection(Event event) { BaseChart baseChart = lineChart.getBaseChart(); double x = baseChart.getSelectedPrimaryAxisValue(event.x, IExtendedChart.X_AXIS); double y = baseChart.getSelectedPrimaryAxisValue(event.y, IExtendedChart.Y_AXIS); // DecimalFormat decimalFormatX = baseChart.getDecimalFormat(IExtendedChart.X_AXIS, BaseChart.ID_PRIMARY_X_AXIS); DecimalFormat decimalFormatY = baseChart.getDecimalFormat(IExtendedChart.Y_AXIS, BaseChart.ID_PRIMARY_Y_AXIS); textX.setText(decimalFormatX.format(x)); textY.setText(decimalFormatY.format(y)); // try { ISeries series = baseChart.getSeriesSet().getSeries(DATA_POINT_SERIES); double xSelected = xValues.floor(x); double ySelected = yValues.get(xSelected); double[] xSeries = new double[]{xSelected}; double[] ySeries = new double[]{ySelected}; series.setXSeries(xSeries); series.setYSeries(ySeries); baseChart.redraw(); } catch(Exception e) { // } } }); applyChartSettings(); } private void createLabel(Composite parent, String text) { Label label = new Label(parent, SWT.NONE); label.setText(text); } private Text createText(Composite parent) { Text text = new Text(parent, SWT.BORDER); text.setText(""); GridData gridData = new GridData(GridData.FILL_HORIZONTAL); gridData.widthHint = 150; text.setLayoutData(gridData); return text; } private void createButtonReset(Composite parent) { Button button = new Button(parent, SWT.PUSH); button.setToolTipText("Reset the data"); button.setText(Activator.getDefault() != null ? "" : "Reset"); button.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_RESET) : null); button.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { textRangeXStart.setText(""); textRangeXStop.setText(""); textRangeYStart.setText(""); textRangeYStop.setText(""); textX.setText(""); textY.setText(""); lineChart.adjustRange(true); lineChart.redraw(); } }); } private void applyChartSettings() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = lineChart.getChartSettings(); chartSettings.setCreateMenu(true); /* * Primary X-Axis */ IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("Time [ms]"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.0##"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); /* * Primary Y-Axis */ IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("Intensity [counts]"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.0#E0"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsY.setGridLineStyle(LineStyle.NONE); /* * Secondary Y-Axes */ ISecondaryAxisSettings secondaryAxisSettingsY1 = new SecondaryAxisSettings("Intensity [%]", new PercentageConverter(SWT.VERTICAL, true)); secondaryAxisSettingsY1.setPosition(Position.Secondary); secondaryAxisSettingsY1.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); secondaryAxisSettingsY1.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); chartSettings.getSecondaryAxisSettingsListY().add(secondaryAxisSettingsY1); // lineChart.applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList(); ISeriesData seriesDataLine = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_3); double[] xSeries = seriesDataLine.getXSeries(); double[] ySeries = seriesDataLine.getYSeries(); xValues = new TreeSet(); yValues = new HashMap(); for(int i = 0; i < xSeries.length; i++) { double x = xSeries[i]; xValues.add(x); yValues.put(x, ySeries[i]); } /* * Line Series */ ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; // lineSeriesData = new LineSeriesData(seriesDataLine); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Selected Point */ seriesDataPoint = new SeriesData(new double[]{0.0}, new double[]{0.0}, DATA_POINT_SERIES); lineSeriesData = new LineSeriesData(seriesDataPoint); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setSymbolType(PlotSymbolType.CROSS); lineSeriesSettings.setEnableArea(true); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ lineChart.addSeriesData(lineSeriesDataList); } } MeasurementSeries_1_Part.java000066400000000000000000000110751436443153700436150ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.List; import java.util.Locale; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class MeasurementSeries_1_Part extends LineChart { @Inject public MeasurementSeries_1_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setOrientation(SWT.HORIZONTAL); chartSettings.setHorizontalSliderVisible(true); chartSettings.setVerticalSliderVisible(true); chartSettings.getRangeRestriction().setZeroX(true); chartSettings.getRangeRestriction().setZeroY(true); chartSettings.setCreateMenu(true); /* * Primary X-Axis */ IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("Concentration [mg/g]"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsX.setGridLineStyle(LineStyle.DOT); /* * Primary Y-Axis */ IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("Area"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsY.setGridLineStyle(LineStyle.DOT); // applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList(); ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; ILineSeriesSettings lineSeriesSettingsHighlight; /* * Readings */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.MEASUREMENT_SERIES_1_READINGS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_RED)); lineSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Regression */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.MEASUREMENT_SERIES_1_REGRESSION); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setLineStyle(LineStyle.SOLID); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); lineSeriesSettings.setSymbolType(PlotSymbolType.NONE); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); } } MeasurementSeries_2_Part.java000066400000000000000000000115671436443153700436240ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class MeasurementSeries_2_Part extends LineChart { @Inject public MeasurementSeries_2_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setOrientation(SWT.HORIZONTAL); chartSettings.setHorizontalSliderVisible(true); chartSettings.setVerticalSliderVisible(true); chartSettings.getRangeRestriction().setZeroX(true); chartSettings.getRangeRestriction().setZeroY(true); chartSettings.setCreateMenu(true); /* * Primary X-Axis */ IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("Concentration [mg/g]"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsX.setGridLineStyle(LineStyle.DOT); /* * Primary Y-Axis */ IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("Area"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsY.setGridLineStyle(LineStyle.DOT); // applySettings(chartSettings); /* * Create series. */ Map colors = new HashMap(); colors.put(1, getDisplay().getSystemColor(SWT.COLOR_BLACK)); colors.put(2, getDisplay().getSystemColor(SWT.COLOR_RED)); colors.put(3, getDisplay().getSystemColor(SWT.COLOR_GRAY)); // List lineSeriesDataList = new ArrayList(); ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; ILineSeriesSettings lineSeriesSettingsHighlight; // for(int i = 1; i <= 3; i++) { /* * Readings */ seriesData = SeriesConverter.getSeriesXY("Measurement2_Readings_" + i); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setSymbolColor(colors.get(i)); lineSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Regression */ seriesData = SeriesConverter.getSeriesXY("Measurement2_Regression_" + i); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setLineStyle(LineStyle.SOLID); lineSeriesSettings.setLineColor(colors.get(i)); lineSeriesSettings.setSymbolType(PlotSymbolType.NONE); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); } /* * Set series. */ addSeriesData(lineSeriesDataList); } } MeasurementSeries_3_Part.java000066400000000000000000000110751436443153700436170ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.List; import java.util.Locale; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class MeasurementSeries_3_Part extends LineChart { @Inject public MeasurementSeries_3_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setOrientation(SWT.HORIZONTAL); chartSettings.setHorizontalSliderVisible(true); chartSettings.setVerticalSliderVisible(true); chartSettings.getRangeRestriction().setZeroX(true); chartSettings.getRangeRestriction().setZeroY(true); chartSettings.setCreateMenu(true); /* * Primary X-Axis */ IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("Concentration [mg/g]"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsX.setGridLineStyle(LineStyle.DOT); /* * Primary Y-Axis */ IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("Area"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsY.setGridLineStyle(LineStyle.DOT); // applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList(); ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; ILineSeriesSettings lineSeriesSettingsHighlight; /* * Readings */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.MEASUREMENT_SERIES_3_READINGS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_RED)); lineSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Regression */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.MEASUREMENT_SERIES_3_REGRESSION); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setLineStyle(LineStyle.SOLID); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); lineSeriesSettings.setSymbolType(PlotSymbolType.NONE); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); } } MultiplePieChart.java000066400000000000000000000034311436443153700421570ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2020 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta: Orignal API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import org.eclipse.swt.layout.FillLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Shell; import org.eclipse.swtchart.ISeries.SeriesType; import org.eclipse.swtchart.customcharts.core.ParallelPieCharts; public class MultiplePieChart { static private String[] labels = {"this", "legend", "needs", "improvement"}; static private String[] titles = {"so", "many", "pie", "charts"}; static private double[][] val = {{1.0, 2.0, 3.0, 5}, {4.0, 5.0, 6.0, 3}, {7, 8, 9, 7}, {1, 5, 3, 2}}; static private String child = "child"; static private double[] childVal = {1.2, 0.9, 0.4, 0.6}; public static void main(String[] args) { Display display = new Display(); Shell shell = new Shell(display); shell.setText("PieChart"); shell.setSize(700, 600); shell.setLayout(new FillLayout()); // // just change SeriesType to SeriesType.DOUGHNUT ParallelPieCharts charts = new ParallelPieCharts(shell, SeriesType.PIE, true); charts.addPieChartSeries(labels, val); charts.addChild("legend", child, childVal); charts.setChartTitles(titles); charts.setRedrawOnClick(true); shell.open(); // while(!shell.isDisposed()) { if(!display.readAndDispatch()) { display.sleep(); } } display.dispose(); } } MyChart_Part.java000066400000000000000000000067571436443153700413170ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2019, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IPlotArea; import org.eclipse.swtchart.extensions.barcharts.BarChart; import org.eclipse.swtchart.extensions.barcharts.BarSeriesData; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesData; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.RangeRestriction; import org.eclipse.swtchart.extensions.core.SeriesData; import org.eclipse.swtchart.extensions.marker.LabelMarker; public class MyChart_Part extends BarChart { @Inject public MyChart_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); initialize(); } private void initialize() { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); chartSettings.setHorizontalSliderVisible(true); chartSettings.setVerticalSliderVisible(true); RangeRestriction rangeRestriction = chartSettings.getRangeRestriction(); rangeRestriction.setRestrictFrame(false); // IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("X Axis (Primary)"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.0"), new DecimalFormatSymbols(Locale.ENGLISH))); // IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("Y Axis (Primary)"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.0"), new DecimalFormatSymbols(Locale.ENGLISH))); // applySettings(chartSettings); /* * Bar Series */ double[] xSeries = new double[]{44.1, 50.4, 75.4, 102.3, 154.4}; double[] ySeries = new double[]{102.0, 289.0, 389.0, 272.0, 160.0}; ISeriesData seriesData = new SeriesData(xSeries, ySeries, "Distribution"); List barSeriesDataList = new ArrayList(); IBarSeriesData barSeriesData = new BarSeriesData(seriesData); barSeriesDataList.add(barSeriesData); addSeriesData(barSeriesDataList); /* * Label Marker. */ BaseChart baseChart = getBaseChart(); IPlotArea plotArea = baseChart.getPlotArea(); LabelMarker labelMarker = new LabelMarker(baseChart); Map labels = new HashMap(); labels.put(0, "44.1 (A)"); labels.put(1, "50.4 (B)"); labels.put(2, "75.4 (C)"); labels.put(3, "102.3 (D)"); labels.put(4, "154.4 (E)"); labelMarker.setLabels(labels, 0, SWT.HORIZONTAL); plotArea.addCustomPaintListener(labelMarker); } } PeakSeries_1_Part.java000066400000000000000000000045161436443153700422120ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2022, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class PeakSeries_1_Part extends ChromatogramChart { @Inject public PeakSeries_1_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); // try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList(); /* * Peak */ ISeriesData seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_SELECTED_PEAK_1); ILineSeriesData lineSeriesData = new LineSeriesData(seriesData); ILineSeriesSettings lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setSymbolType(PlotSymbolType.NONE); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_RED)); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); } }ScatterSeries_1_Part.java000066400000000000000000000075441436443153700427430ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.customcharts.core.PCAChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesData; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesSettings; import org.eclipse.swtchart.extensions.scattercharts.ScatterSeriesData; public class ScatterSeries_1_Part extends PCAChart { private Color COLOR_RED = getDisplay().getSystemColor(SWT.COLOR_RED); private Color COLOR_BLUE = getDisplay().getSystemColor(SWT.COLOR_BLUE); private Color COLOR_MAGENTA = getDisplay().getSystemColor(SWT.COLOR_MAGENTA); private Color COLOR_CYAN = getDisplay().getSystemColor(SWT.COLOR_CYAN); private Color COLOR_GRAY = getDisplay().getSystemColor(SWT.COLOR_GRAY); // private int SYMBOL_SIZE = 8; @Inject public ScatterSeries_1_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); initialize(); } private void initialize() { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); applySettings(chartSettings); /* * Data */ List scatterSeriesList = SeriesConverter.getSeriesScatter(SeriesConverter.SCATTER_SERIES_1); List scatterSeriesDataList = new ArrayList(); // for(ISeriesData seriesData : scatterSeriesList) { IScatterSeriesData scatterSeriesData = new ScatterSeriesData(seriesData); IScatterSeriesSettings scatterSeriesSettings = scatterSeriesData.getSettings(); /* * Set the color and symbol type. */ double x = seriesData.getXSeries()[0]; double y = seriesData.getYSeries()[0]; applySettings(scatterSeriesSettings, x, y, SYMBOL_SIZE); scatterSeriesDataList.add(scatterSeriesData); } /* * Set series. */ addSeriesData(scatterSeriesDataList); } private void applySettings(IScatterSeriesSettings scatterSeriesSettings, double x, double y, int symbolSize) { scatterSeriesSettings.setSymbolSize(SYMBOL_SIZE); // if(x > 0 && y > 0) { scatterSeriesSettings.setSymbolColor(COLOR_RED); scatterSeriesSettings.setSymbolType(PlotSymbolType.SQUARE); } else if(x > 0 && y < 0) { scatterSeriesSettings.setSymbolColor(COLOR_BLUE); scatterSeriesSettings.setSymbolType(PlotSymbolType.TRIANGLE); } else if(x < 0 && y > 0) { scatterSeriesSettings.setSymbolColor(COLOR_MAGENTA); scatterSeriesSettings.setSymbolType(PlotSymbolType.DIAMOND); } else if(x < 0 && y < 0) { scatterSeriesSettings.setSymbolColor(COLOR_CYAN); scatterSeriesSettings.setSymbolType(PlotSymbolType.INVERTED_TRIANGLE); } // IScatterSeriesSettings scatterSeriesSettingsHighlight = (IScatterSeriesSettings)scatterSeriesSettings.getSeriesSettingsHighlight(); scatterSeriesSettingsHighlight.setSymbolColor(COLOR_GRAY); scatterSeriesSettingsHighlight.setSymbolType(PlotSymbolType.CIRCLE); scatterSeriesSettingsHighlight.setSymbolSize(symbolSize); } } ScatterSeries_2_Part.java000066400000000000000000000107161436443153700427370ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesData; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesSettings; import org.eclipse.swtchart.extensions.scattercharts.ScatterChart; import org.eclipse.swtchart.extensions.scattercharts.ScatterSeriesData; public class ScatterSeries_2_Part extends ScatterChart { private int SYMBOL_SIZE = 2; @Inject public ScatterSeries_2_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); // IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("1st Dimension"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); // IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("2nd Dimension"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.000"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); // applySettings(chartSettings); /* * Create series. */ Map colors = new HashMap(); colors.put(1, getDisplay().getSystemColor(SWT.COLOR_RED)); colors.put(2, getDisplay().getSystemColor(SWT.COLOR_BLACK)); colors.put(3, getDisplay().getSystemColor(SWT.COLOR_GRAY)); colors.put(4, getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); colors.put(5, getDisplay().getSystemColor(SWT.COLOR_GRAY)); colors.put(6, getDisplay().getSystemColor(SWT.COLOR_DARK_GREEN)); colors.put(7, getDisplay().getSystemColor(SWT.COLOR_GREEN)); colors.put(8, getDisplay().getSystemColor(SWT.COLOR_DARK_YELLOW)); colors.put(9, getDisplay().getSystemColor(SWT.COLOR_DARK_BLUE)); // Map descriptions = new HashMap(); descriptions.put(1, "Benzothiophene"); descriptions.put(2, "Cyclische Alkane"); descriptions.put(3, "n-/iso-Alkane"); descriptions.put(4, "Diaromaten"); descriptions.put(5, "Dibenzothiophene"); descriptions.put(6, "Monoaromaten"); descriptions.put(7, "Polyaromaten"); descriptions.put(8, "Triaromaten"); descriptions.put(9, "Unknown"); // List scatterSeriesDataList = new ArrayList(); for(int i = 1; i <= 9; i++) { String id = descriptions.get(i); String fileName = SeriesConverter.SCATTER_SERIES + "2_" + i; ISeriesData seriesData = SeriesConverter.getSeriesXY(fileName, id); IScatterSeriesData scatterSeriesData = new ScatterSeriesData(seriesData); IScatterSeriesSettings scatterSeriesSettings = scatterSeriesData.getSettings(); scatterSeriesSettings.setDescription(id); scatterSeriesSettings.setSymbolSize(SYMBOL_SIZE); scatterSeriesSettings.setSymbolColor(colors.get(i)); scatterSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); scatterSeriesDataList.add(scatterSeriesData); } addSeriesData(scatterSeriesDataList); } } ScatterSeries_3_Part.java000066400000000000000000000114551436443153700427410ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.RangeRestriction; import org.eclipse.swtchart.extensions.core.SeriesData; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesData; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesSettings; import org.eclipse.swtchart.extensions.scattercharts.ScatterChart; import org.eclipse.swtchart.extensions.scattercharts.ScatterSeriesData; public class ScatterSeries_3_Part extends ScatterChart { @Inject public ScatterSeries_3_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); RangeRestriction rangeRestriction = chartSettings.getRangeRestriction(); rangeRestriction.setExtendTypeX(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtendMinX(0.25d); rangeRestriction.setExtendMaxX(0.1d); rangeRestriction.setExtendTypeY(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtendMinY(0.25d); rangeRestriction.setExtendMaxY(0.1d); rangeRestriction.setRestrictFrame(false); chartSettings.setCreateMenu(true); // IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("1st Dimension"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); // IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("2nd Dimension"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.000"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); // applySettings(chartSettings); /* * Create series. */ Map colors = new HashMap(); colors.put(1, getDisplay().getSystemColor(SWT.COLOR_RED)); colors.put(2, getDisplay().getSystemColor(SWT.COLOR_GRAY)); colors.put(3, getDisplay().getSystemColor(SWT.COLOR_GREEN)); colors.put(4, getDisplay().getSystemColor(SWT.COLOR_YELLOW)); colors.put(5, getDisplay().getSystemColor(SWT.COLOR_CYAN)); colors.put(6, getDisplay().getSystemColor(SWT.COLOR_BLUE)); colors.put(7, getDisplay().getSystemColor(SWT.COLOR_BLACK)); colors.put(8, getDisplay().getSystemColor(SWT.COLOR_DARK_MAGENTA)); colors.put(9, getDisplay().getSystemColor(SWT.COLOR_DARK_CYAN)); colors.put(10, getDisplay().getSystemColor(SWT.COLOR_DARK_GREEN)); colors.put(11, getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); // List scatterSeriesDataList = new ArrayList(); for(int i = 1; i <= 5; i++) { for(int j = 1; j <= 20; j++) { String id = "Series_" + i + "-" + j; int y = getRandomValue(10.0d); double[] xSeries = new double[]{i}; double[] ySeries = new double[]{y}; ISeriesData seriesData = new SeriesData(xSeries, ySeries, id); IScatterSeriesData scatterSeriesData = new ScatterSeriesData(seriesData); IScatterSeriesSettings scatterSeriesSettings = scatterSeriesData.getSettings(); scatterSeriesSettings.setDescription(id); scatterSeriesSettings.setSymbolSize(getRandomValue(30.0d)); scatterSeriesSettings.setSymbolColor(colors.get(y)); scatterSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); scatterSeriesDataList.add(scatterSeriesData); } } addSeriesData(scatterSeriesDataList); } private int getRandomValue(double multiplier) { return (int)(Math.random() * multiplier + 1); } } ScatterSeries_Edit_Part.java000066400000000000000000000254741436443153700434720ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.TabFolder; import org.eclipse.swt.widgets.TabItem; import org.eclipse.swt.widgets.Table; import org.eclipse.swt.widgets.TableColumn; import org.eclipse.swt.widgets.TableItem; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.customcharts.core.PCAChart; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesData; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesSettings; import org.eclipse.swtchart.extensions.scattercharts.ScatterSeriesData; public class ScatterSeries_Edit_Part extends Composite { private Color COLOR_RED = getDisplay().getSystemColor(SWT.COLOR_RED); private Color COLOR_BLUE = getDisplay().getSystemColor(SWT.COLOR_BLUE); private Color COLOR_MAGENTA = getDisplay().getSystemColor(SWT.COLOR_MAGENTA); private Color COLOR_CYAN = getDisplay().getSystemColor(SWT.COLOR_CYAN); private Color COLOR_GRAY = getDisplay().getSystemColor(SWT.COLOR_GRAY); // private int SYMBOL_SIZE = 8; // private static final int KEY_CODE_R = 114; private static final int KEY_CODE_S = 115; private boolean isCustomSelection = false; // private TabFolder tabFolder; private Table table; private HandledChart handledChart; private Button buttonSetCustomSelection; private class HandledChart extends PCAChart { public HandledChart(Composite parent, int style) { super(parent, style); } @Override public void handleKeyUpEvent(Event event) { super.handleKeyUpEvent(event); isCustomSelection = false; // if(event.keyCode == KEY_CODE_R) { /* * Reset Selection */ BaseChart baseChart = getBaseChart(); baseChart.resetSeriesSettings(); } else if(event.keyCode == KEY_CODE_S) { /* * Custom Selection */ isCustomSelection = true; } // enableButtons(); } @Override public void handleMouseUpEvent(Event event) { super.handleMouseUpEvent(event); // if(isCustomSelection) { /* * Set Selection */ BaseChart baseChart = getBaseChart(); Point plotAreaBounds = baseChart.getPlotArea().getSize(); ISeries[] series = baseChart.getSeriesSet().getSeries(); // for(ISeries scatterSeries : series) { if(scatterSeries != null) { // int size = scatterSeries.getXSeries().length; String id = scatterSeries.getId(); // for(int i = 0; i < size; i++) { Point point = scatterSeries.getPixelCoordinates(i); if(isPointVisible(point, plotAreaBounds)) { baseChart.selectSeries(id); } } } } // baseChart.redraw(); isCustomSelection = false; } // enableButtons(); } } @Inject public ScatterSeries_Edit_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() { this.setLayout(new GridLayout(1, true)); tabFolder = new TabFolder(this, SWT.BOTTOM); tabFolder.setLayoutData(new GridData(GridData.FILL_BOTH)); tabFolder.setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); tabFolder.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { int index = tabFolder.getSelectionIndex(); if(index == 1) { table.removeAll(); BaseChart baseChart = handledChart.getBaseChart(); for(String selectedSeriesId : baseChart.getSelectedSeriesIds()) { addTableRow(table, selectedSeriesId); } } } }); createChartTabItem(); createTableTabItems(); } private void createChartTabItem() { TabItem tabItem = new TabItem(tabFolder, SWT.NONE); tabItem.setText("Chart"); Composite composite = new Composite(tabFolder, SWT.NONE); composite.setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); composite.setLayout(new GridLayout(1, true)); createChartSection(composite); tabItem.setControl(composite); } private void createTableTabItems() { TabItem tabItem = new TabItem(tabFolder, SWT.NONE); tabItem.setText("Selected Series"); Composite composite = new Composite(tabFolder, SWT.NONE); composite.setLayout(new GridLayout(1, true)); table = createTableSection(composite); tabItem.setControl(composite); } private Table createTableSection(Composite parent) { Table table = new Table(parent, SWT.BORDER | SWT.MULTI | SWT.H_SCROLL | SWT.V_SCROLL); table.setHeaderVisible(true); table.setLinesVisible(true); table.setLayoutData(new GridData(GridData.FILL_BOTH)); // addTableColumn(table, "Selected Series", 500); // return table; } private void addTableColumn(Table table, String column, int width) { TableColumn tableColumn = new TableColumn(table, SWT.LEFT); tableColumn.setText(column); tableColumn.setWidth(width); } public void addTableRow(Table table, String selectedSeries) { String[] row = new String[1]; row[0] = selectedSeries; TableItem tableItem = new TableItem(table, SWT.NONE); tableItem.setText(row); } private void createChartSection(Composite parent) { /* * Buttons */ Composite compositeButtons = new Composite(parent, SWT.NONE); compositeButtons.setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); GridData gridDataComposite = new GridData(GridData.FILL_HORIZONTAL); gridDataComposite.horizontalAlignment = SWT.END; compositeButtons.setLayoutData(gridDataComposite); compositeButtons.setLayout(new GridLayout(2, false)); // createButtonEnableSelection(compositeButtons); createButtonReset(compositeButtons); // createChart(parent); } private void createButtonEnableSelection(Composite parent) { buttonSetCustomSelection = new Button(parent, SWT.PUSH); buttonSetCustomSelection.setToolTipText("Enable Custom Selection"); buttonSetCustomSelection.setText(Activator.getDefault() != null ? "" : "Custom Selection (s)"); buttonSetCustomSelection.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_START) : null); buttonSetCustomSelection.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { isCustomSelection = true; enableButtons(); } }); } private void createButtonReset(Composite parent) { Button button = new Button(parent, SWT.PUSH); button.setToolTipText("Reset the data"); button.setText(Activator.getDefault() != null ? "" : "Reset"); button.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_RESET) : null); button.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { isCustomSelection = false; BaseChart baseChart = handledChart.getBaseChart(); baseChart.resetSeriesSettings(); enableButtons(); } }); } private void createChart(Composite parent) { handledChart = new HandledChart(parent, SWT.BORDER); handledChart.setLayoutData(new GridData(GridData.FILL_BOTH)); // IChartSettings chartSettings = handledChart.getChartSettings(); chartSettings.setCreateMenu(true); chartSettings.setSupportDataShift(true); handledChart.applySettings(chartSettings); // loadScatterData(); } private void loadScatterData() { /* * Chart Settings */ IChartSettings chartSettings = handledChart.getChartSettings(); chartSettings.setCreateMenu(true); handledChart.applySettings(chartSettings); /* * Data */ List scatterSeriesList = SeriesConverter.getSeriesScatter(SeriesConverter.SCATTER_SERIES_1); List scatterSeriesDataList = new ArrayList(); // for(ISeriesData seriesData : scatterSeriesList) { IScatterSeriesData scatterSeriesData = new ScatterSeriesData(seriesData); IScatterSeriesSettings scatterSeriesSettings = scatterSeriesData.getSettings(); /* * Set the color and symbol type. */ double x = seriesData.getXSeries()[0]; double y = seriesData.getYSeries()[0]; applySettings(scatterSeriesSettings, x, y, SYMBOL_SIZE); scatterSeriesDataList.add(scatterSeriesData); } /* * Set series. */ handledChart.addSeriesData(scatterSeriesDataList); } private boolean isPointVisible(Point point, Point plotAreaBounds) { if(point.x >= 0 && point.x <= plotAreaBounds.x && point.y >= 0 && point.y <= plotAreaBounds.y) { return true; } else { return false; } } private void applySettings(IScatterSeriesSettings scatterSeriesSettings, double x, double y, int symbolSize) { scatterSeriesSettings.setSymbolSize(SYMBOL_SIZE); // if(x > 0 && y > 0) { scatterSeriesSettings.setSymbolColor(COLOR_RED); scatterSeriesSettings.setSymbolType(PlotSymbolType.SQUARE); } else if(x > 0 && y < 0) { scatterSeriesSettings.setSymbolColor(COLOR_BLUE); scatterSeriesSettings.setSymbolType(PlotSymbolType.TRIANGLE); } else if(x < 0 && y > 0) { scatterSeriesSettings.setSymbolColor(COLOR_MAGENTA); scatterSeriesSettings.setSymbolType(PlotSymbolType.DIAMOND); } else if(x < 0 && y < 0) { scatterSeriesSettings.setSymbolColor(COLOR_CYAN); scatterSeriesSettings.setSymbolType(PlotSymbolType.INVERTED_TRIANGLE); } // IScatterSeriesSettings scatterSeriesSettingsHighlight = (IScatterSeriesSettings)scatterSeriesSettings.getSeriesSettingsHighlight(); scatterSeriesSettingsHighlight.setSymbolColor(COLOR_GRAY); scatterSeriesSettingsHighlight.setSymbolType(PlotSymbolType.CIRCLE); scatterSeriesSettingsHighlight.setSymbolSize(symbolSize); } private void enableButtons() { buttonSetCustomSelection.setEnabled((isCustomSelection) ? false : true); } } ScatterSeries_Preferences_Part.java000066400000000000000000000530621436443153700450400ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Locale; import java.util.Map; import javax.inject.Inject; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.preference.IPreferencePage; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.preference.PreferenceConverter; import org.eclipse.jface.preference.PreferenceDialog; import org.eclipse.jface.preference.PreferenceManager; import org.eclipse.jface.preference.PreferenceNode; import org.eclipse.jface.window.Window; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.RGB; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.RangeRestriction; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.examples.preferences.ScatterSeriesDataPreferencePage; import org.eclipse.swtchart.extensions.examples.preferences.ScatterSeriesPreferenceConstants; import org.eclipse.swtchart.extensions.examples.preferences.ScatterSeriesPreferencePage; import org.eclipse.swtchart.extensions.examples.preferences.ScatterSeriesPrimaryAxesPreferencePage; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesData; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesSettings; import org.eclipse.swtchart.extensions.scattercharts.ScatterChart; import org.eclipse.swtchart.extensions.scattercharts.ScatterSeriesData; public class ScatterSeries_Preferences_Part extends Composite { private ScatterChart scatterChart; private Map colors; @Inject public ScatterSeries_Preferences_Part(Composite parent) { super(parent, SWT.NONE); colors = new HashMap<>(); try { initialize(); } catch(Exception e) { e.printStackTrace(); } } @Override public void dispose() { for(Color color : colors.values()) { color.dispose(); } super.dispose(); } private void initialize() throws Exception { this.setLayout(new GridLayout(1, true)); /* * Buttons */ Composite compositeButtons = new Composite(this, SWT.NONE); GridData gridDataComposite = new GridData(GridData.FILL_HORIZONTAL); gridDataComposite.horizontalAlignment = SWT.END; compositeButtons.setLayoutData(gridDataComposite); compositeButtons.setLayout(new GridLayout(1, false)); // Button buttonOpenSettings = new Button(compositeButtons, SWT.PUSH); modifySettingsButton(buttonOpenSettings); buttonOpenSettings.addSelectionListener(new SelectionAdapter() { @Override public void widgetSelected(SelectionEvent e) { IPreferencePage preferencePage = new ScatterSeriesPreferencePage(); preferencePage.setTitle("Chart Settings"); IPreferencePage preferencePrimaryAxesPage = new ScatterSeriesPrimaryAxesPreferencePage(); preferencePrimaryAxesPage.setTitle("Primary Axes"); IPreferencePage preferenceDataPage = new ScatterSeriesDataPreferencePage(); preferenceDataPage.setTitle("Series Data"); // PreferenceManager preferenceManager = new PreferenceManager(); preferenceManager.addToRoot(new PreferenceNode("1", preferencePage)); preferenceManager.addToRoot(new PreferenceNode("2", preferencePrimaryAxesPage)); preferenceManager.addToRoot(new PreferenceNode("3", preferenceDataPage)); // PreferenceDialog preferenceDialog = new PreferenceDialog(e.display.getActiveShell(), preferenceManager); preferenceDialog.create(); preferenceDialog.setMessage("Settings"); if(preferenceDialog.open() == Window.OK) { try { applyChartSettings(); applySeriesSettings(); } catch(Exception e1) { MessageDialog.openError(e.display.getActiveShell(), "Settings", "Something has gone wrong to apply the chart settings."); } } } }); // scatterChart = new ScatterChart(this, SWT.NONE); scatterChart.setLayoutData(new GridData(GridData.FILL_BOTH)); // applyChartSettings(); applySeriesSettings(); } private void modifySettingsButton(Button button) { button.setToolTipText("Open the Settings"); button.setText(Activator.getDefault() != null ? "" : "Settings"); button.setImage(Activator.getDefault() != null ? Activator.getDefault().getImage(Activator.ICON_OPEN_SETTINGS) : null); } private void applyChartSettings() throws Exception { IPreferenceStore preferenceStore = Activator.getDefault().getPreferenceStore(); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); // Color colorHintRangeSelector = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_COLOR_HINT_RANGE_SELECTOR)); Color colorTitle = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_TITLE_COLOR)); Color colorBackground = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_BACKGROUND)); Color colorBackgroundChart = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_BACKGROUND_CHART)); Color colorBackgroundPlotArea = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_BACKGROUND_PLOT_AREA)); Color colorPrimaryXAxis = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_COLOR)); Color colorPrimaryYAxis = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_COLOR)); Locale localePrimaryXAxis = new Locale(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE)); Locale localePrimaryYAxis = new Locale(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE)); Color colorPositionMarker = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_COLOR_POSITION_MARKER)); Color colorPlotCenterMarker = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_COLOR_PLOT_CENTER_MARKER)); Color colorLegendMarker = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_COLOR_LEGEND_MARKER)); Color colorAxisZeroMarker = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_COLOR_AXIS_ZERO_MARKER)); Color colorSeriesLabelMarker = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_COLOR_SERIES_LABEL_MARKER)); // IChartSettings chartSettings = scatterChart.getChartSettings(); chartSettings.setEnableRangeSelector(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_ENABLE_RANGE_SELECTOR)); chartSettings.setShowRangeSelectorInitially(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_SHOW_RANGE_SELECTOR_INITIALLY)); chartSettings.setColorHintRangeSelector(colorHintRangeSelector); chartSettings.setRangeSelectorDefaultAxisX(preferenceStore.getInt(ScatterSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_X)); chartSettings.setRangeSelectorDefaultAxisY(preferenceStore.getInt(ScatterSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_Y)); chartSettings.setVerticalSliderVisible(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_VERTICAL_SLIDER_VISIBLE)); chartSettings.setHorizontalSliderVisible(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_HORIZONTAL_SLIDER_VISIBLE)); chartSettings.setTitle(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_TITLE)); chartSettings.setTitleVisible(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_TITLE_VISIBLE)); chartSettings.setTitleColor(colorTitle); chartSettings.setLegendPosition(preferenceStore.getInt(ScatterSeriesPreferenceConstants.P_LEGEND_POSITION)); chartSettings.setLegendVisible(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_LEGEND_VISIBLE)); chartSettings.setOrientation(preferenceStore.getInt(ScatterSeriesPreferenceConstants.P_ORIENTATION)); chartSettings.setBackground(colorBackground); chartSettings.setBackgroundChart(colorBackgroundChart); chartSettings.setBackgroundPlotArea(colorBackgroundPlotArea); chartSettings.setEnableCompress(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_ENABLE_COMPRESS)); RangeRestriction rangeRestriction = chartSettings.getRangeRestriction(); rangeRestriction.setZeroX(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_ZERO_X)); rangeRestriction.setZeroY(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_ZERO_Y)); rangeRestriction.setRestrictFrame(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_RESTRICT_ZOOM)); rangeRestriction.setRestrictSelectX(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_X_ZOOM_ONLY)); rangeRestriction.setRestrictSelectY(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_Y_ZOOM_ONLY)); rangeRestriction.setForceZeroMinY(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_FORCE_ZERO_MIN_Y)); rangeRestriction.setExtendTypeX(RangeRestriction.ExtendType.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_EXTEND_TYPE_X))); rangeRestriction.setExtendMinX(preferenceStore.getDouble(ScatterSeriesPreferenceConstants.P_EXTEND_MIN_X)); rangeRestriction.setExtendMaxX(preferenceStore.getDouble(ScatterSeriesPreferenceConstants.P_EXTEND_MAX_X)); rangeRestriction.setExtendTypeY(RangeRestriction.ExtendType.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_EXTEND_TYPE_Y))); rangeRestriction.setExtendMinY(preferenceStore.getDouble(ScatterSeriesPreferenceConstants.P_EXTEND_MIN_Y)); rangeRestriction.setExtendMaxY(preferenceStore.getDouble(ScatterSeriesPreferenceConstants.P_EXTEND_MAX_Y)); // chartSettings.setShowPositionMarker(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_SHOW_POSITION_MARKER)); chartSettings.setColorPositionMarker(colorPositionMarker); chartSettings.setShowPlotCenterMarker(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_SHOW_PLOT_CENTER_MARKER)); chartSettings.setColorPlotCenterMarker(colorPlotCenterMarker); chartSettings.setShowLegendMarker(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_SHOW_LEGEND_MARKER)); chartSettings.setColorLegendMarker(colorLegendMarker); chartSettings.setShowAxisZeroMarker(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_SHOW_AXIS_ZERO_MARKER)); chartSettings.setColorAxisZeroMarker(colorAxisZeroMarker); chartSettings.setShowSeriesLabelMarker(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_SHOW_SERIES_LABEL_MARKER)); chartSettings.setColorSeriesLabelMarker(colorSeriesLabelMarker); // chartSettings.setCreateMenu(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_CREATE_MENU)); /* * Primary X-Axis */ IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_TITLE)); primaryAxisSettingsX.setDescription(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DESCRIPTION)); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat((preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN)), new DecimalFormatSymbols(localePrimaryXAxis))); primaryAxisSettingsX.setColor(colorPrimaryXAxis); primaryAxisSettingsX.setPosition(Position.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_POSITION))); primaryAxisSettingsX.setVisible(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_VISIBLE)); primaryAxisSettingsX.setGridLineStyle(LineStyle.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_GRID_LINE_STYLE))); primaryAxisSettingsX.setEnableLogScale(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE)); primaryAxisSettingsX.setLogScaleBase(preferenceStore.getDouble(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_LOG_SCALE_BASE)); primaryAxisSettingsX.setExtraSpaceTitle(preferenceStore.getInt(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE)); /* * Primary Y-Axis */ IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_TITLE)); primaryAxisSettingsY.setDescription(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DESCRIPTION)); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat((preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN)), new DecimalFormatSymbols(localePrimaryYAxis))); primaryAxisSettingsY.setColor(colorPrimaryYAxis); primaryAxisSettingsY.setPosition(Position.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_POSITION))); primaryAxisSettingsY.setVisible(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_VISIBLE)); primaryAxisSettingsY.setGridLineStyle(LineStyle.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_GRID_LINE_STYLE))); primaryAxisSettingsY.setEnableLogScale(preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE)); primaryAxisSettingsY.setLogScaleBase(preferenceStore.getDouble(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_LOG_SCALE_BASE)); primaryAxisSettingsY.setExtraSpaceTitle(preferenceStore.getInt(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE)); // scatterChart.applySettings(chartSettings); } private void applySeriesSettings() { IPreferenceStore preferenceStore = Activator.getDefault().getPreferenceStore(); int symbolSize = preferenceStore.getInt(ScatterSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES); // Color symbolColorSeriesLeftTop = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_LEFT_TOP)); Color symbolColorSeriesRightTop = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_RIGHT_TOP)); Color symbolColorSeriesLeftBottom = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_LEFT_BOTTOM)); Color symbolColorSeriesRightBottom = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_RIGHT_BOTTOM)); PlotSymbolType plotSymbolTypeLeftTop = PlotSymbolType.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_LEFT_TOP)); boolean isVisibleLeftTop = preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_LEFT_TOP); PlotSymbolType plotSymbolTypeRightTop = PlotSymbolType.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_RIGHT_TOP)); boolean isVisibleRightTop = preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_RIGHT_TOP); PlotSymbolType plotSymbolTypeLeftBottom = PlotSymbolType.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_LEFT_BOTTOM)); boolean isVisibleLeftBottom = preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_LEFT_BOTTOM); PlotSymbolType plotSymbolTypeRightBottom = PlotSymbolType.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_RIGHT_BOTTOM)); boolean isVisibleRightBottom = preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_RIGHT_BOTTOM); // Color symbolColorSeriesLeftTopHighlight = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_TOP)); Color symbolColorSeriesRightTopHighlight = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_TOP)); Color symbolColorSeriesLeftBottomHighlight = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_BOTTOM)); Color symbolColorSeriesRightBottomHighlight = getColor(PreferenceConverter.getColor(preferenceStore, ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_BOTTOM)); PlotSymbolType plotSymbolTypeLeftTopHighlight = PlotSymbolType.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_TOP)); boolean isVisibleLeftTopHighlight = preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_LEFT_TOP); PlotSymbolType plotSymbolTypeRightTopHighlight = PlotSymbolType.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_TOP)); boolean isVisibleRightTopHighlight = preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_RIGHT_TOP); PlotSymbolType plotSymbolTypeLeftBottomHighlight = PlotSymbolType.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_BOTTOM)); boolean isVisibleLeftBottomHighlight = preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_LEFT_BOTTOM); PlotSymbolType plotSymbolTypeRightBottomHighlight = PlotSymbolType.valueOf(preferenceStore.getString(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_BOTTOM)); boolean isVisibleRightBottomHighlight = preferenceStore.getBoolean(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_RIGHT_BOTTOM); // scatterChart.deleteSeries(); /* * Data */ List scatterSeriesList = SeriesConverter.getSeriesScatter(SeriesConverter.SCATTER_SERIES_1); List scatterSeriesDataList = new ArrayList(); // for(ISeriesData seriesData : scatterSeriesList) { IScatterSeriesData scatterSeriesData = new ScatterSeriesData(seriesData); IScatterSeriesSettings scatterSeriesSettings = scatterSeriesData.getSettings(); IScatterSeriesSettings scatterSeriesSettingsHighlight = (IScatterSeriesSettings)scatterSeriesSettings.getSeriesSettingsHighlight(); /* * Set the color and symbol type. */ double x = seriesData.getXSeries()[0]; double y = seriesData.getYSeries()[0]; scatterSeriesSettings.setSymbolSize(symbolSize); scatterSeriesSettingsHighlight.setSymbolSize(symbolSize); // if(x > 0 && y > 0) { scatterSeriesSettings.setSymbolColor(symbolColorSeriesRightTop); scatterSeriesSettings.setSymbolType(plotSymbolTypeRightTop); scatterSeriesSettings.setVisible(isVisibleRightTop); scatterSeriesSettingsHighlight.setSymbolColor(symbolColorSeriesRightTopHighlight); scatterSeriesSettingsHighlight.setSymbolType(plotSymbolTypeRightTopHighlight); scatterSeriesSettingsHighlight.setVisible(isVisibleRightTopHighlight); } else if(x > 0 && y < 0) { scatterSeriesSettings.setSymbolColor(symbolColorSeriesRightBottom); scatterSeriesSettings.setSymbolType(plotSymbolTypeRightBottom); scatterSeriesSettings.setVisible(isVisibleRightBottom); scatterSeriesSettingsHighlight.setSymbolColor(symbolColorSeriesRightBottomHighlight); scatterSeriesSettingsHighlight.setSymbolType(plotSymbolTypeRightBottomHighlight); scatterSeriesSettingsHighlight.setVisible(isVisibleRightBottomHighlight); } else if(x < 0 && y > 0) { scatterSeriesSettings.setSymbolColor(symbolColorSeriesLeftTop); scatterSeriesSettings.setSymbolType(plotSymbolTypeLeftTop); scatterSeriesSettings.setVisible(isVisibleLeftTop); scatterSeriesSettingsHighlight.setSymbolColor(symbolColorSeriesLeftTopHighlight); scatterSeriesSettingsHighlight.setSymbolType(plotSymbolTypeLeftTopHighlight); scatterSeriesSettingsHighlight.setVisible(isVisibleLeftTopHighlight); } else if(x < 0 && y < 0) { scatterSeriesSettings.setSymbolColor(symbolColorSeriesLeftBottom); scatterSeriesSettings.setSymbolType(plotSymbolTypeLeftBottom); scatterSeriesSettings.setVisible(isVisibleLeftBottom); scatterSeriesSettingsHighlight.setSymbolColor(symbolColorSeriesLeftBottomHighlight); scatterSeriesSettingsHighlight.setSymbolType(plotSymbolTypeLeftBottomHighlight); scatterSeriesSettingsHighlight.setVisible(isVisibleLeftBottomHighlight); } // scatterSeriesDataList.add(scatterSeriesData); } // scatterChart.addSeriesData(scatterSeriesDataList); } private Color getColor(RGB rgb) { Color color = colors.get(rgb); if(color == null) { color = new Color(getDisplay(), rgb); colors.put(rgb, color); } return color; } }SimplePieChart.java000066400000000000000000000103141436443153700416130ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2020, 2023 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Himanshu Balasamanta - initial API and implementation * Philip Wenig - series settings edit support *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.ISeries.SeriesType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.core.ISeriesSettings; import org.eclipse.swtchart.extensions.piecharts.CircularSeriesData; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesData; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesSettings; import org.eclipse.swtchart.extensions.piecharts.PieChart; public class SimplePieChart extends PieChart { private static final String[] continentLabels = {"Asia", "Africa", "North America", "South America", "Antarctica", "Europe", "Australia"}; private static final double[] continentValues = {17212000, 11608000, 9365000, 6880000, 5100000, 3837000, 2968000}; private static final String[] AsianCountriesLabels = {"China", "Russia", "India"}; private static final double[] AsianCountriesValues = {3746887, 5083540, 1269219}; private static final String[] AfricanCountriesLabels = {"Algeria", "Congo"}; private static final double[] AfricanCountriesValues = {919595, 905355}; private static final String[] NorthAmericanCountriesLabels = {"Canada", "USA"}; private static final double[] NorthAmericanCountriesValues = {3900261, 3761363}; private static final String[] IndianStatesLabels = {"Maharashtra", "Rajasthan", "Uttar Pradesh", "Madhya Pradesh"}; private static final double[] IndianStateValues = {92320, 213900, 150580, 192718}; // private boolean doughnut = true; private boolean highlightSeries = false; @Inject public SimplePieChart(Composite parent, boolean doughnut, boolean highlightSeries) { super(parent, SWT.NONE); try { this.doughnut = doughnut; this.highlightSeries = highlightSeries; initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Create series. */ ICircularSeriesData circularSeriesData = new CircularSeriesData(); // circularSeriesData.setTitle("World"); circularSeriesData.setNodeClass("Landmass Name"); circularSeriesData.setValueClass("Area in square miles"); // circularSeriesData.setSeries(continentLabels, continentValues); circularSeriesData.getNodeById("Asia").addChildren(AsianCountriesLabels, AsianCountriesValues); circularSeriesData.getNodeById("Africa").addChildren(AfricanCountriesLabels, AfricanCountriesValues); circularSeriesData.getNodeById("North America").addChildren(NorthAmericanCountriesLabels, NorthAmericanCountriesValues); circularSeriesData.getNodeById("India").addChildren(IndianStatesLabels, IndianStateValues); circularSeriesData.getNodeById("Europe").addChild("Germany", 137847); // ICircularSeriesSettings settings = circularSeriesData.getSettings(); settings.setDescription("Landmass Distribution"); settings.setSliceColor(null); settings.setBorderWidth(1); settings.setBorderStyle(LineStyle.SOLID); settings.setSeriesType(doughnut ? SeriesType.DOUGHNUT : SeriesType.PIE); // if(highlightSeries) { settings.setRedrawOnClick(false); ISeriesSettings seriesSettingsHighlight = settings.getSeriesSettingsHighlight(); if(seriesSettingsHighlight instanceof ICircularSeriesSettings) { ICircularSeriesSettings settingsHighlight = (ICircularSeriesSettings)seriesSettingsHighlight; settingsHighlight.setBorderColor(Display.getDefault().getSystemColor(SWT.COLOR_CYAN)); settingsHighlight.setBorderWidth(5); settingsHighlight.setBorderStyle(LineStyle.DOT); } } /* * Set series. * ICircularSeriesData */ addSeriesData(circularSeriesData); } }StepSeries_1_Part.java000066400000000000000000000250211436443153700422370ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/parts/******************************************************************************* * Copyright (c) 2020, 2023 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Yash Bharatiya - initial API and implementation * Philip Wenig - series mapping *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.parts; import java.util.ArrayList; import java.util.List; import javax.inject.Inject; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.IPlotArea; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.customcharts.core.ChromatogramChart; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; import org.eclipse.swtchart.extensions.marker.LabelMarker; public class StepSeries_1_Part extends ChromatogramChart { private int indexSeries; @Inject public StepSeries_1_Part(Composite parent) { super(parent, SWT.NONE); setBackground(getDisplay().getSystemColor(SWT.COLOR_WHITE)); // try { initialize(); } catch(Exception e) { e.printStackTrace(); } } private void initialize() throws Exception { /* * Chart Settings */ IChartSettings chartSettings = getChartSettings(); chartSettings.setCreateMenu(true); applySettings(chartSettings); /* * Create series. */ List lineSeriesDataList = new ArrayList(); // ISeriesData seriesData; ILineSeriesData lineSeriesData; ILineSeriesSettings lineSeriesSettings; ILineSeriesSettings lineSeriesSettingsHighlight; /* * Chromatogram [0] */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setEnableStep(true); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Baseline [1] */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_BASELINE); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setEnableStep(true); lineSeriesSettings.setSymbolType(PlotSymbolType.NONE); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Selected Scans [2] */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_SELECTED_SCANS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setEnableStep(true); lineSeriesSettings.setSymbolType(PlotSymbolType.CROSS); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Active Peaks [3] */ indexSeries = 3; seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_ACTIVE_PEAKS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setEnableStep(true); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolType(PlotSymbolType.INVERTED_TRIANGLE); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Inactive Peaks */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_INACTIVE_PEAKS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(false); lineSeriesSettings.setEnableStep(true); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolType(PlotSymbolType.INVERTED_TRIANGLE); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Peak 1 */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_SELECTED_PEAK_1); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setEnableStep(true); lineSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettings.setSymbolSize(2); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Background 1 */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_SELECTED_PEAK_1_BACKGROUND); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setEnableStep(true); lineSeriesSettings.setSymbolType(PlotSymbolType.NONE); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Peak 2 */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_SELECTED_PEAK_2); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setEnableStep(true); lineSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettings.setSymbolSize(2); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Background 2 */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_SELECTED_PEAK_2_BACKGROUND); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); lineSeriesSettings.setEnableStep(true); lineSeriesSettings.setSymbolType(PlotSymbolType.NONE); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Identified Scans */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_IDENTIFIED_SCANS); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setEnableStep(true); lineSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); lineSeriesSettings.setSymbolSize(3); lineSeriesSettings.setLineColor(getDisplay().getSystemColor(SWT.COLOR_GRAY)); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_GRAY)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Identified Scans Selected. */ seriesData = SeriesConverter.getSeriesXY(SeriesConverter.LINE_SERIES_1_IDENTIFIED_SCANS_SELECTED); lineSeriesData = new LineSeriesData(seriesData); lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setLineStyle(LineStyle.NONE); lineSeriesSettings.setSymbolType(PlotSymbolType.CIRCLE); lineSeriesSettings.setSymbolSize(5); lineSeriesSettings.setSymbolColor(getDisplay().getSystemColor(SWT.COLOR_DARK_RED)); lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList); /* * Set the labels. */ IPlotArea plotArea = getBaseChart().getPlotArea(); LabelMarker labelMarker = new LabelMarker(getBaseChart()); List labels = new ArrayList(); labels.add("2-Methoxy-4-vinylphenol"); labels.add("Ethanone, 1-(2-hydroxy-5-methylphenyl)-"); labels.add("4-Hydroxy-2-methylacetophenone"); labels.add("Ethanone, 1-(2-hydroxy-5-methylphenyl)-"); labels.add("4-Hydroxy-3-methylacetophenone"); labels.add("3-Methoxyacetophenone"); labels.add("3-Methyl-4-isopropylphenol"); labels.add("Phenol, 3,4-dimethoxy-"); labels.add("2,4-Dimethoxyphenol"); labels.add("3-Amino-2,6-dimethoxypyridine"); labelMarker.setLabels(labels, indexSeries, SWT.VERTICAL); plotArea.addCustomPaintListener(labelMarker); } } preferences/000077500000000000000000000000001436443153700372505ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examplesBarSeriesDataPreferencePage.java000066400000000000000000000072231436443153700453640ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.ColorFieldEditor; import org.eclipse.jface.preference.ComboFieldEditor; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.jface.preference.IntegerFieldEditor; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.preferences.PreferenceSupport; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class BarSeriesDataPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public BarSeriesDataPreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setDescription("Set the data series settings."); } @Override public void createFieldEditors() { addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Bar Series 1", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new StringFieldEditor(BarSeriesPreferenceConstants.P_DESCRIPTION_SERIES_1, "Description:", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_VISIBLE_SERIES_1, "Visible", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1, "Visible in Legend", getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_BAR_COLOR_SERIES_1, "Bar Color:", getFieldEditorParent())); addField(new IntegerFieldEditor(BarSeriesPreferenceConstants.P_BAR_PADDING_SERIES_1, "Bar Padding:", getFieldEditorParent())); addField(new IntegerFieldEditor(BarSeriesPreferenceConstants.P_BAR_WIDTH_SERIES_1, "Bar Width:", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_BAR_WIDTH_STYLE_SERIES_1, "Bar Width Style:", PreferenceSupport.BAR_WIDTH_STYLES, getFieldEditorParent())); // addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Bar Series 1 (Highlight)", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_VISIBLE_SERIES_1_HIGHLIGHT, "Visible", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT, "Visible in Legend", getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_BAR_COLOR_SERIES_1_HIGHLIGHT, "Bar Color:", getFieldEditorParent())); addField(new IntegerFieldEditor(BarSeriesPreferenceConstants.P_BAR_PADDING_SERIES_1_HIGHLIGHT, "Bar Padding:", getFieldEditorParent())); addField(new IntegerFieldEditor(BarSeriesPreferenceConstants.P_BAR_WIDTH_SERIES_1_HIGHLIGHT, "Bar Width:", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_BAR_WIDTH_STYLE_SERIES_1_HIGHLIGHT, "Bar Width Style:", PreferenceSupport.BAR_WIDTH_STYLES, getFieldEditorParent())); } @Override public void init(IWorkbench workbench) { } }BarSeriesPreferenceConstants.java000066400000000000000000000344671436443153700457040ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import java.util.Locale; import org.eclipse.swt.SWT; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.IBarSeries.BarWidthStyle; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.core.RangeRestriction; public class BarSeriesPreferenceConstants { public static final String POSTFIX = "BarSeries"; // public static final String P_ENABLE_RANGE_SELECTOR = "enableRangeSelector" + POSTFIX; public static final boolean DEF_ENABLE_RANGE_SELECTOR = true; public static final String P_SHOW_RANGE_SELECTOR_INITIALLY = "showRangeSelectorInitially" + POSTFIX; public static final boolean DEF_SHOW_RANGE_SELECTOR_INITIALLY = true; public static final String P_COLOR_HINT_RANGE_SELECTOR = "colorHintRangeSelector" + POSTFIX; public static final String DEF_COLOR_HINT_RANGE_SELECTOR = "255,0,0"; public static final String P_RANGE_SELECTOR_DEFAULT_AXIS_X = "rangeSelectorDefaultAxisX" + POSTFIX; public static final int DEF_RANGE_SELECTOR_DEFAULT_AXIS_X = 0; // Index public static final String P_RANGE_SELECTOR_DEFAULT_AXIS_Y = "rangeSelectorDefaultAxisY" + POSTFIX; public static final int DEF_RANGE_SELECTOR_DEFAULT_AXIS_Y = 0; // Index // public static final String P_VERTICAL_SLIDER_VISIBLE = "verticalSliderVisible" + POSTFIX; public static final boolean DEF_VERTICAL_SLIDER_VISIBLE = true; public static final String P_HORIZONTAL_SLIDER_VISIBLE = "HorizontalSliderVisible" + POSTFIX; public static final boolean DEF_HORIZONTALSLIDER_VISIBLE = true; // public static final String P_TITLE = "title" + POSTFIX; public static final String DEF_TITLE = "Bar Series"; public static final String P_TITLE_VISIBLE = "titleVisible" + POSTFIX; public static final boolean DEF_TITLE_VISIBLE = false; public static final String P_TITLE_COLOR = "titleColor" + POSTFIX; public static final String DEF_TITLE_COLOR = "0,0,0"; // public static final String P_LEGEND_POSITION = "legendPosition" + POSTFIX; public static final int DEF_LEGEND_POSITION = SWT.RIGHT; public static final String P_LEGEND_VISIBLE = "legendVisible" + POSTFIX; public static final boolean DEF_LEGEND_VISIBLE = false; // public static final String P_ORIENTATION = "orientation" + POSTFIX; public static final int DEF_ORIENTATION = SWT.HORIZONTAL; public static final String P_BACKGROUND = "background" + POSTFIX; public static final String DEF_BACKGROUND = "255,255,255"; public static final String P_BACKGROUND_CHART = "backgroundChart" + POSTFIX; public static final String DEF_BACKGROUND_CHART = "255,255,255"; public static final String P_BACKGROUND_PLOT_AREA = "backgroundPlotArea" + POSTFIX; public static final String DEF_BACKGROUND_PLOT_AREA = "255,255,255"; // public static final String P_ENABLE_COMPRESS = "enableCompress" + POSTFIX; public static final boolean DEF_ENABLE_COMPRESS = true; public static final String P_ZERO_Y = "zeroY" + POSTFIX; public static final boolean DEF_ZERO_Y = true; public static final String P_ZERO_X = "zeroX" + POSTFIX; public static final boolean DEF_ZERO_X = true; public static final String P_RESTRICT_ZOOM = "restrictZoom" + POSTFIX; public static final boolean DEF_RESTRICT_ZOOM = true; public static final String P_X_ZOOM_ONLY = "xZoomOnly" + POSTFIX; public static final boolean DEF_X_ZOOM_ONLY = false; public static final String P_Y_ZOOM_ONLY = "yZoomOnly" + POSTFIX; public static final boolean DEF_Y_ZOOM_ONLY = false; public static final String P_FORCE_ZERO_MIN_Y = "forceZeroMinY" + POSTFIX; public static final boolean DEF_FORCE_ZERO_MIN_Y = false; public static final String P_EXTEND_TYPE_X = "extendTypeX" + POSTFIX; public static final String DEF_EXTEND_TYPE_X = RangeRestriction.ExtendType.RELATIVE.toString(); public static final String P_EXTEND_MIN_X = "extendMinX" + POSTFIX; public static final double DEF_EXTEND_MIN_X = 0.05d; public static final String P_EXTEND_MAX_X = "extendMaxX" + POSTFIX; public static final double DEF_EXTEND_MAX_X = 0.05d; public static final String P_EXTEND_TYPE_Y = "extendTypeY" + POSTFIX; public static final String DEF_EXTEND_TYPE_Y = RangeRestriction.ExtendType.RELATIVE.toString(); public static final String P_EXTEND_MIN_Y = "extendMinY" + POSTFIX; public static final double DEF_EXTEND_MIN_Y = 0.0d; public static final String P_EXTEND_MAX_Y = "extendMaxY" + POSTFIX; public static final double DEF_EXTEND_MAX_Y = 0.05d; // public static final String P_SHOW_POSITION_MARKER = "showPositionMarker" + POSTFIX; public static final boolean DEF_SHOW_POSITION_MARKER = true; public static final String P_COLOR_POSITION_MARKER = "colorPositionMarker" + POSTFIX; public static final String DEF_COLOR_POSITION_MARKER = "100,100,100"; public static final String P_SHOW_PLOT_CENTER_MARKER = "showPlotCenterMarker" + POSTFIX; public static final boolean DEF_SHOW_PLOT_CENTER_MARKER = true; public static final String P_COLOR_PLOT_CENTER_MARKER = "colorPlotCenterMarker" + POSTFIX; public static final String DEF_COLOR_PLOT_CENTER_MARKER = "100,100,100"; public static final String P_SHOW_LEGEND_MARKER = "showLegendMarker" + POSTFIX; public static final boolean DEF_SHOW_LEGEND_MARKER = true; public static final String P_COLOR_LEGEND_MARKER = "colorLegendMarker" + POSTFIX; public static final String DEF_COLOR_LEGEND_MARKER = "100,100,100"; public static final String P_SHOW_AXIS_ZERO_MARKER = "showAxisZeroMarker" + POSTFIX; public static final boolean DEF_SHOW_AXIS_ZERO_MARKER = false; public static final String P_COLOR_AXIS_ZERO_MARKER = "colorAxisZeroMarker" + POSTFIX; public static final String DEF_COLOR_AXIS_ZERO_MARKER = "100,100,100"; public static final String P_SHOW_SERIES_LABEL_MARKER = "showSeriesLabelMarker" + POSTFIX; public static final boolean DEF_SHOW_SERIES_LABEL_MARKER = false; public static final String P_COLOR_SERIES_LABEL_MARKER = "colorSeriesLabelMarker" + POSTFIX; public static final String DEF_COLOR_SERIES_LABEL_MARKER = "100,100,100"; // public static final String P_CREATE_MENU = "createMenu" + POSTFIX; public static final boolean DEF_CREATE_MENU = true; // public static final String P_PRIMARY_X_AXIS_TITLE = "primaryXAxisTitle" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_TITLE = "m/z"; public static final String P_PRIMARY_X_AXIS_DESCRIPTION = "primaryXAxisDescription" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_DESCRIPTION = "Mass-to-charge ratio "; public static final String P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN = "primaryXAxisDecimalFormatPattern" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN = "0"; public static final String P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE = "primaryXAxisDecimalFormatLocale" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE = Locale.ENGLISH.getLanguage(); public static final String P_PRIMARY_X_AXIS_COLOR = "primaryXAxisColor" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_COLOR = "0,0,0"; public static final String P_PRIMARY_X_AXIS_POSITION = "primaryXAxisPosition" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_POSITION = Position.Primary.toString(); public static final String P_PRIMARY_X_AXIS_VISIBLE = "primaryXAxisVisible" + POSTFIX; public static final boolean DEF_PRIMARY_X_AXIS_VISIBLE = true; public static final String P_PRIMARY_X_AXIS_GRID_LINE_STYLE = "primaryXAxisGridLineStyle" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_GRID_LINE_STYLE = LineStyle.DOT.toString(); public static final String P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE = "primaryXAxisEnableLogScale" + POSTFIX; public static final boolean DEF_PRIMARY_X_AXIS_ENABLE_LOG_SCALE = false; public static final String P_PRIMARY_X_AXIS_LOG_SCALE_BASE = "primaryXAxisLogScaleBase" + POSTFIX; public static final double DEF_PRIMARY_X_AXIS_LOG_SCALE_BASE = 10.0d; public static final String P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE = "primaryXAxisExtraSpaceTitle" + POSTFIX; public static final int DEF_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE = 25; // public static final String P_PRIMARY_Y_AXIS_TITLE = "primaryYAxisTitle" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_TITLE = "Intensity"; public static final String P_PRIMARY_Y_AXIS_DESCRIPTION = "primaryYAxisDescription" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_DESCRIPTION = "Intensity"; public static final String P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN = "primaryYAxisDecimalFormatPattern" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN = "0.0#E0"; public static final String P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE = "primaryYAxisDecimalFormatLocale" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE = Locale.ENGLISH.getLanguage(); public static final String P_PRIMARY_Y_AXIS_COLOR = "primaryYAxisColor" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_COLOR = "0,0,0"; public static final String P_PRIMARY_Y_AXIS_POSITION = "primaryYAxisPosition" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_POSITION = Position.Primary.toString(); public static final String P_PRIMARY_Y_AXIS_VISIBLE = "primaryYAxisVisible" + POSTFIX; public static final boolean DEF_PRIMARY_Y_AXIS_VISIBLE = true; public static final String P_PRIMARY_Y_AXIS_GRID_LINE_STYLE = "primaryYAxisGridLineStyle" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_GRID_LINE_STYLE = LineStyle.DOT.toString(); public static final String P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE = "primaryYAxisEnableLogScale" + POSTFIX; public static final boolean DEF_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE = false; public static final String P_PRIMARY_Y_AXIS_LOG_SCALE_BASE = "primaryYAxisLogScaleBase" + POSTFIX; public static final double DEF_PRIMARY_Y_AXIS_LOG_SCALE_BASE = 10.0d; public static final String P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE = "primaryYAxisExtraSpaceTitle" + POSTFIX; public static final int DEF_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE = 25; // public static final String P_SECONDARY_Y_AXIS_TITLE = "secondaryYAxisTitle" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_TITLE = "Int [%]"; public static final String P_SECONDARY_Y_AXIS_DESCRIPTION = "secondaryYAxisDescription" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_DESCRIPTION = "Relative Intensity [%]"; public static final String P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN = "secondaryYAxisDecimalFormatPattern" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN = "0.00"; public static final String P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE = "secondaryYAxisDecimalFormatLocale" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE = Locale.ENGLISH.getLanguage(); public static final String P_SECONDARY_Y_AXIS_COLOR = "secondaryYAxisColor" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_COLOR = "0,0,0"; public static final String P_SECONDARY_Y_AXIS_POSITION = "secondaryYAxisPosition" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_POSITION = Position.Secondary.toString(); public static final String P_SECONDARY_Y_AXIS_VISIBLE = "secondaryYAxisVisible" + POSTFIX; public static final boolean DEF_SECONDARY_Y_AXIS_VISIBLE = true; public static final String P_SECONDARY_Y_AXIS_GRID_LINE_STYLE = "secondaryYAxisGridLineStyle" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_GRID_LINE_STYLE = LineStyle.DOT.toString(); public static final String P_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE = "secondaryYAxisEnableLogScale" + POSTFIX; public static final boolean DEF_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE = false; public static final String P_SECONDARY_Y_AXIS_LOG_SCALE_BASE = "secondaryYAxisLogScaleBase" + POSTFIX; public static final double DEF_SECONDARY_Y_AXIS_LOG_SCALE_BASE = 10.0d; public static final String P_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE = "secondaryYAxisExtraSpaceTitle" + POSTFIX; public static final int DEF_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE = 25; // public static final String P_DESCRIPTION_SERIES_1 = "descriptionSeries1" + POSTFIX; public static final String DEF_DESCRIPTION_SERIES_1 = "Measurement 1"; // public static final String P_BAR_COLOR_SERIES_1 = "barColorSeries1" + POSTFIX; public static final String DEF_BAR_COLOR_SERIES_1 = "255,0,0"; public static final String P_VISIBLE_SERIES_1 = "visibleSeries1" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_1 = true; public static final String P_VISIBLE_IN_LEGEND_SERIES_1 = "visibleInLegendSeries1" + POSTFIX; public static final boolean DEF_VISIBLE_IN_LEGEND_SERIES_1 = true; public static final String P_BAR_PADDING_SERIES_1 = "barPaddingSeries1" + POSTFIX; public static final int DEF_BAR_PADDING_SERIES_1 = 20; public static final String P_BAR_WIDTH_SERIES_1 = "barWidthSeries1" + POSTFIX; public static final int DEF_BAR_WIDTH_SERIES_1 = 1; public static final String P_BAR_WIDTH_STYLE_SERIES_1 = "barWidthStyleSeries1" + POSTFIX; public static final String DEF_BAR_WIDTH_STYLE_SERIES_1 = BarWidthStyle.FIXED.toString(); // public static final String P_BAR_COLOR_SERIES_1_HIGHLIGHT = "barColorSeries1Highlight" + POSTFIX; public static final String DEF_BAR_COLOR_SERIES_1_HIGHLIGHT = "255,0,0"; public static final String P_VISIBLE_SERIES_1_HIGHLIGHT = "visibleSeries1Highlight" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_1_HIGHLIGHT = true; public static final String P_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT = "visibleInLegendSeries1Highlight" + POSTFIX; public static final boolean DEF_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT = true; public static final String P_BAR_PADDING_SERIES_1_HIGHLIGHT = "barPaddingSeries1Highlight" + POSTFIX; public static final int DEF_BAR_PADDING_SERIES_1_HIGHLIGHT = 20; public static final String P_BAR_WIDTH_SERIES_1_HIGHLIGHT = "barWidthSeries1Highlight" + POSTFIX; public static final int DEF_BAR_WIDTH_SERIES_1_HIGHLIGHT = 1; public static final String P_BAR_WIDTH_STYLE_SERIES_1_HIGHLIGHT = "barWidthStyleSeries1Highlight" + POSTFIX; public static final String DEF_BAR_WIDTH_STYLE_SERIES_1_HIGHLIGHT = BarWidthStyle.FIXED.toString(); }BarSeriesPreferenceInitializer.java000066400000000000000000000320051436443153700461750ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.swtchart.extensions.examples.Activator; public class BarSeriesPreferenceInitializer extends AbstractPreferenceInitializer { @Override public void initializeDefaultPreferences() { IPreferenceStore preferenceStore = Activator.getDefault().getPreferenceStore(); /* * Bar Series */ preferenceStore.setDefault(BarSeriesPreferenceConstants.P_ENABLE_RANGE_SELECTOR, BarSeriesPreferenceConstants.DEF_ENABLE_RANGE_SELECTOR); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SHOW_RANGE_SELECTOR_INITIALLY, BarSeriesPreferenceConstants.DEF_SHOW_RANGE_SELECTOR_INITIALLY); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_COLOR_HINT_RANGE_SELECTOR, BarSeriesPreferenceConstants.DEF_COLOR_HINT_RANGE_SELECTOR); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_X, BarSeriesPreferenceConstants.DEF_RANGE_SELECTOR_DEFAULT_AXIS_X); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_Y, BarSeriesPreferenceConstants.DEF_RANGE_SELECTOR_DEFAULT_AXIS_Y); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_VERTICAL_SLIDER_VISIBLE, BarSeriesPreferenceConstants.DEF_VERTICAL_SLIDER_VISIBLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_HORIZONTAL_SLIDER_VISIBLE, BarSeriesPreferenceConstants.DEF_HORIZONTALSLIDER_VISIBLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_TITLE, BarSeriesPreferenceConstants.DEF_TITLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_TITLE_VISIBLE, BarSeriesPreferenceConstants.DEF_TITLE_VISIBLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_TITLE_COLOR, BarSeriesPreferenceConstants.DEF_TITLE_COLOR); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_LEGEND_POSITION, BarSeriesPreferenceConstants.DEF_LEGEND_POSITION); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_LEGEND_VISIBLE, BarSeriesPreferenceConstants.DEF_LEGEND_VISIBLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_ORIENTATION, BarSeriesPreferenceConstants.DEF_ORIENTATION); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_BACKGROUND, BarSeriesPreferenceConstants.DEF_BACKGROUND); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_BACKGROUND_CHART, BarSeriesPreferenceConstants.DEF_BACKGROUND_CHART); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_BACKGROUND_PLOT_AREA, BarSeriesPreferenceConstants.DEF_BACKGROUND_PLOT_AREA); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_ENABLE_COMPRESS, BarSeriesPreferenceConstants.DEF_ENABLE_COMPRESS); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_ZERO_X, BarSeriesPreferenceConstants.DEF_ZERO_X); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_ZERO_Y, BarSeriesPreferenceConstants.DEF_ZERO_Y); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_RESTRICT_ZOOM, BarSeriesPreferenceConstants.DEF_RESTRICT_ZOOM); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_X_ZOOM_ONLY, BarSeriesPreferenceConstants.DEF_X_ZOOM_ONLY); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_Y_ZOOM_ONLY, BarSeriesPreferenceConstants.DEF_Y_ZOOM_ONLY); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_FORCE_ZERO_MIN_Y, BarSeriesPreferenceConstants.DEF_FORCE_ZERO_MIN_Y); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_EXTEND_TYPE_X, BarSeriesPreferenceConstants.DEF_EXTEND_TYPE_X); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_EXTEND_MIN_X, BarSeriesPreferenceConstants.DEF_EXTEND_MIN_X); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_EXTEND_MAX_X, BarSeriesPreferenceConstants.DEF_EXTEND_MAX_X); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_EXTEND_TYPE_Y, BarSeriesPreferenceConstants.DEF_EXTEND_TYPE_Y); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_EXTEND_MIN_Y, BarSeriesPreferenceConstants.DEF_EXTEND_MIN_Y); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_EXTEND_MAX_Y, BarSeriesPreferenceConstants.DEF_EXTEND_MAX_Y); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SHOW_POSITION_MARKER, BarSeriesPreferenceConstants.DEF_SHOW_POSITION_MARKER); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_COLOR_POSITION_MARKER, BarSeriesPreferenceConstants.DEF_COLOR_POSITION_MARKER); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SHOW_PLOT_CENTER_MARKER, BarSeriesPreferenceConstants.DEF_SHOW_PLOT_CENTER_MARKER); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_COLOR_PLOT_CENTER_MARKER, BarSeriesPreferenceConstants.DEF_COLOR_PLOT_CENTER_MARKER); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SHOW_LEGEND_MARKER, BarSeriesPreferenceConstants.DEF_SHOW_LEGEND_MARKER); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_COLOR_LEGEND_MARKER, BarSeriesPreferenceConstants.DEF_COLOR_LEGEND_MARKER); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SHOW_AXIS_ZERO_MARKER, BarSeriesPreferenceConstants.DEF_SHOW_AXIS_ZERO_MARKER); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_COLOR_AXIS_ZERO_MARKER, BarSeriesPreferenceConstants.DEF_COLOR_AXIS_ZERO_MARKER); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SHOW_SERIES_LABEL_MARKER, BarSeriesPreferenceConstants.DEF_SHOW_SERIES_LABEL_MARKER); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_COLOR_SERIES_LABEL_MARKER, BarSeriesPreferenceConstants.DEF_COLOR_SERIES_LABEL_MARKER); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_CREATE_MENU, BarSeriesPreferenceConstants.DEF_CREATE_MENU); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_TITLE, BarSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_TITLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DESCRIPTION, BarSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_DESCRIPTION); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN, BarSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE, BarSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_COLOR, BarSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_COLOR); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_POSITION, BarSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_POSITION); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_VISIBLE, BarSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_VISIBLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_GRID_LINE_STYLE, BarSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_GRID_LINE_STYLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE, BarSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_ENABLE_LOG_SCALE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_LOG_SCALE_BASE, BarSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_LOG_SCALE_BASE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE, BarSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_TITLE, BarSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_TITLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DESCRIPTION, BarSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_DESCRIPTION); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN, BarSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE, BarSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_COLOR, BarSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_COLOR); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_POSITION, BarSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_POSITION); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_VISIBLE, BarSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_VISIBLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_GRID_LINE_STYLE, BarSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_GRID_LINE_STYLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE, BarSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_LOG_SCALE_BASE, BarSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_LOG_SCALE_BASE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE, BarSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_TITLE, BarSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_TITLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DESCRIPTION, BarSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_DESCRIPTION); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN, BarSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE, BarSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_COLOR, BarSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_COLOR); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_POSITION, BarSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_POSITION); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_VISIBLE, BarSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_VISIBLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_GRID_LINE_STYLE, BarSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_GRID_LINE_STYLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE, BarSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_LOG_SCALE_BASE, BarSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_LOG_SCALE_BASE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE, BarSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_DESCRIPTION_SERIES_1, BarSeriesPreferenceConstants.DEF_DESCRIPTION_SERIES_1); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_VISIBLE_SERIES_1, BarSeriesPreferenceConstants.DEF_VISIBLE_SERIES_1); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1, BarSeriesPreferenceConstants.DEF_VISIBLE_IN_LEGEND_SERIES_1); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_BAR_COLOR_SERIES_1, BarSeriesPreferenceConstants.DEF_BAR_COLOR_SERIES_1); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_BAR_PADDING_SERIES_1, BarSeriesPreferenceConstants.DEF_BAR_PADDING_SERIES_1); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_BAR_WIDTH_SERIES_1, BarSeriesPreferenceConstants.DEF_BAR_WIDTH_SERIES_1); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_BAR_WIDTH_STYLE_SERIES_1, BarSeriesPreferenceConstants.DEF_BAR_WIDTH_STYLE_SERIES_1); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_VISIBLE_SERIES_1_HIGHLIGHT, BarSeriesPreferenceConstants.DEF_VISIBLE_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT, BarSeriesPreferenceConstants.DEF_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_BAR_COLOR_SERIES_1_HIGHLIGHT, BarSeriesPreferenceConstants.DEF_BAR_COLOR_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_BAR_PADDING_SERIES_1_HIGHLIGHT, BarSeriesPreferenceConstants.DEF_BAR_PADDING_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_BAR_WIDTH_SERIES_1_HIGHLIGHT, BarSeriesPreferenceConstants.DEF_BAR_WIDTH_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(BarSeriesPreferenceConstants.P_BAR_WIDTH_STYLE_SERIES_1_HIGHLIGHT, BarSeriesPreferenceConstants.DEF_BAR_WIDTH_STYLE_SERIES_1_HIGHLIGHT); } }BarSeriesPreferencePage.java000066400000000000000000000166351436443153700446010ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.ColorFieldEditor; import org.eclipse.jface.preference.ComboFieldEditor; import org.eclipse.jface.preference.FieldEditor; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.jface.preference.IntegerFieldEditor; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.preferences.PreferenceSupport; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class BarSeriesPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public BarSeriesPreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setDescription("Bar Series chart settings."); } @Override public void createFieldEditors() { addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Chart Settings", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_ENABLE_RANGE_SELECTOR, "Enable Range Selector", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_SHOW_RANGE_SELECTOR_INITIALLY, "Show Range Selector Initially", getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_COLOR_HINT_RANGE_SELECTOR, "Color Hint Range Selector:", getFieldEditorParent())); addField(new IntegerFieldEditor(BarSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_X, "Range Selector Default Axis X (Index):", getFieldEditorParent())); addField(new IntegerFieldEditor(BarSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_Y, "Range Selector Default Axis Y (Index):", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_VERTICAL_SLIDER_VISIBLE, "Vertical Slider Visible (see Bug #511257)", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_HORIZONTAL_SLIDER_VISIBLE, "Horizontal Slider Visible", getFieldEditorParent())); addField(new StringFieldEditor(BarSeriesPreferenceConstants.P_TITLE, "Title:", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_TITLE_VISIBLE, "Title Visible", getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_TITLE_COLOR, "Title Color:", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_LEGEND_POSITION, "Legend Position:", PreferenceSupport.LEGEND_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_LEGEND_VISIBLE, "Legend Visible", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_ORIENTATION, "Orientation:", PreferenceSupport.ORIENTATIONS, getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_BACKGROUND, "Background:", getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_BACKGROUND_CHART, "Background Chart:", getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_BACKGROUND_PLOT_AREA, "Background Plot Area:", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_ENABLE_COMPRESS, "Enable Compress", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_ZERO_X, "Zero X", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_ZERO_Y, "Zero Y", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_RESTRICT_ZOOM, "Restrict Zoom", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_X_ZOOM_ONLY, "X Zoom Only", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_Y_ZOOM_ONLY, "Y Zoom Only", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_FORCE_ZERO_MIN_Y, "Force Zero Min Y", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_EXTEND_TYPE_X, "Extend Type X:", PreferenceSupport.EXTEND_TYPES, getFieldEditorParent())); addField(new DoubleFieldEditor(BarSeriesPreferenceConstants.P_EXTEND_MIN_X, "Extend Min X:", getFieldEditorParent())); addField(new DoubleFieldEditor(BarSeriesPreferenceConstants.P_EXTEND_MAX_X, "Extend Max X:", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_EXTEND_TYPE_Y, "Extend Type Y:", PreferenceSupport.EXTEND_TYPES, getFieldEditorParent())); addField(new DoubleFieldEditor(BarSeriesPreferenceConstants.P_EXTEND_MIN_Y, "Extend Min Y:", getFieldEditorParent())); addField(new DoubleFieldEditor(BarSeriesPreferenceConstants.P_EXTEND_MAX_Y, "Extend Max Y:", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_SHOW_POSITION_MARKER, "Show Position Marker", getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_COLOR_POSITION_MARKER, "Color Position Marker:", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_SHOW_PLOT_CENTER_MARKER, "Show Plot Center Marker", getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_COLOR_PLOT_CENTER_MARKER, "Color Plot Center Marker:", getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_SHOW_LEGEND_MARKER, "Show Legend Marker", getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_COLOR_LEGEND_MARKER, "Color Legend Marker:", getFieldEditorParent())); /* * Not needed here. */ FieldEditor fieldEditor1; FieldEditor fieldEditor2; FieldEditor fieldEditor3; FieldEditor fieldEditor4; addField(fieldEditor1 = new BooleanFieldEditor(BarSeriesPreferenceConstants.P_SHOW_AXIS_ZERO_MARKER, "Show Axis Zero Marker", getFieldEditorParent())); addField(fieldEditor2 = new ColorFieldEditor(BarSeriesPreferenceConstants.P_COLOR_AXIS_ZERO_MARKER, "Color Axis Zero Marker:", getFieldEditorParent())); addField(fieldEditor3 = new BooleanFieldEditor(BarSeriesPreferenceConstants.P_SHOW_SERIES_LABEL_MARKER, "Show Series Label Marker", getFieldEditorParent())); addField(fieldEditor4 = new ColorFieldEditor(BarSeriesPreferenceConstants.P_COLOR_SERIES_LABEL_MARKER, "Color Series Label Marker:", getFieldEditorParent())); fieldEditor1.setEnabled(false, getFieldEditorParent()); fieldEditor2.setEnabled(false, getFieldEditorParent()); fieldEditor3.setEnabled(false, getFieldEditorParent()); fieldEditor4.setEnabled(false, getFieldEditorParent()); // addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_CREATE_MENU, "Create Menu", getFieldEditorParent())); } @Override public void init(IWorkbench workbench) { } }BarSeriesPrimaryAxesPreferencePage.java000066400000000000000000000124641436443153700467620ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.ColorFieldEditor; import org.eclipse.jface.preference.ComboFieldEditor; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.jface.preference.IntegerFieldEditor; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.preferences.PreferenceSupport; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class BarSeriesPrimaryAxesPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public BarSeriesPrimaryAxesPreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setTitle("Primary axis settings"); setDescription(""); } @Override public void createFieldEditors() { addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("X-Axis", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new StringFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_TITLE, "Primary X-Axis Title:", getFieldEditorParent())); addField(new StringFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DESCRIPTION, "Primary X-Axis Description:", getFieldEditorParent())); addField(new StringFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN, "Primary X-Axis Format Pattern:", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE, "Primary X-Axis Format Locale:", PreferenceSupport.LOCALES, getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_COLOR, "Primary X-Axis Color:", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_POSITION, "Primary X-Axis Position:", PreferenceSupport.AXIS_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_VISIBLE, "Primary X-Axis Visible", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_GRID_LINE_STYLE, "Primary X-Axis Grid Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE, "Primary X-Axis Enable Log Scale", getFieldEditorParent())); addField(new DoubleFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_LOG_SCALE_BASE, "Primary X-Axis Log Scale Base", getFieldEditorParent())); addField(new IntegerFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE, "Primary X-Axis Extra Space Title:", getFieldEditorParent())); // addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Y-Axis", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new StringFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_TITLE, "Primary Y-Axis Title:", getFieldEditorParent())); addField(new StringFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DESCRIPTION, "Primary Y-Axis Description:", getFieldEditorParent())); addField(new StringFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN, "Primary Y-Axis Format Pattern:", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE, "Primary Y-Axis Format Locale:", PreferenceSupport.LOCALES, getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_COLOR, "Primary Y-Axis Color:", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_POSITION, "Primary Y-Axis Position:", PreferenceSupport.AXIS_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_VISIBLE, "Primary Y-Axis Visible", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_GRID_LINE_STYLE, "Primary Y-Axis Grid Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE, "Primary Y-Axis Enable Log Scale", getFieldEditorParent())); addField(new DoubleFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_LOG_SCALE_BASE, "Primary Y-Axis Log Scale Base", getFieldEditorParent())); addField(new IntegerFieldEditor(BarSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE, "Primary Y-Axis Extra Space Title:", getFieldEditorParent())); } @Override public void init(IWorkbench workbench) { } }BarSeriesSecondaryAxesPreferencePage.java000066400000000000000000000067131436443153700472660ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.ColorFieldEditor; import org.eclipse.jface.preference.ComboFieldEditor; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.jface.preference.IntegerFieldEditor; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.preferences.PreferenceSupport; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class BarSeriesSecondaryAxesPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public BarSeriesSecondaryAxesPreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setTitle("Secondary axis settings"); setDescription(""); } @Override public void createFieldEditors() { addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Y-Axis", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new StringFieldEditor(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_TITLE, "Secondary Y-Axis Title:", getFieldEditorParent())); addField(new StringFieldEditor(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DESCRIPTION, "Secondary Y-Axis Description:", getFieldEditorParent())); addField(new StringFieldEditor(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN, "Secondary Y-Axis Format Pattern:", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE, "Secondary Y-Axis Format Locale:", PreferenceSupport.LOCALES, getFieldEditorParent())); addField(new ColorFieldEditor(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_COLOR, "Secondary Y-Axis Color:", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_POSITION, "Secondary Y-Axis Position:", PreferenceSupport.AXIS_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_VISIBLE, "Secondary Y-Axis Visible", getFieldEditorParent())); addField(new ComboFieldEditor(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_GRID_LINE_STYLE, "Secondary Y-Axis Grid Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new BooleanFieldEditor(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE, "Secondary Y-Axis Enable Log Scale", getFieldEditorParent())); addField(new DoubleFieldEditor(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_LOG_SCALE_BASE, "Secondary Y-Axis Log Scale Base", getFieldEditorParent())); addField(new IntegerFieldEditor(BarSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE, "Secondary Y-Axis Extra Space Title:", getFieldEditorParent())); } @Override public void init(IWorkbench workbench) { } }DoubleFieldEditor.java000066400000000000000000000047051436443153700434460ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Text; public class DoubleFieldEditor extends StringFieldEditor { private double minValue = 0.0d; private double maxValue = Double.MAX_VALUE; public DoubleFieldEditor(String name, String labelText, Composite parent) { super(name, labelText, parent); } public DoubleFieldEditor(String name, String labelText, double minValue, double maxValue, Composite parent) { super(name, labelText, parent); this.minValue = minValue; this.maxValue = maxValue; } @Override protected boolean checkState() { Text textControl = getTextControl(); if(textControl == null) { return false; } String stringValue = textControl.getText(); Double value; try { value = Double.valueOf(stringValue); if(value >= minValue && value <= maxValue) { clearErrorMessage(); return true; } else { setAndShowErrorMessage(); } } catch(NumberFormatException e) { setAndShowErrorMessage(); } return false; } @Override protected void doLoad() { Text textControl = getTextControl(); if(textControl != null) { Double value = getPreferenceStore().getDouble(getPreferenceName()); textControl.setText(value.toString()); } super.doLoad(); } @Override protected void doLoadDefault() { Text textControl = getTextControl(); if(textControl != null) { Double value = getPreferenceStore().getDefaultDouble(getPreferenceName()); textControl.setText(value.toString()); } valueChanged(); } @Override protected void doStore() { Text textControl = getTextControl(); if(textControl != null) { double value = Double.valueOf(textControl.getText()); getPreferenceStore().setValue(getPreferenceName(), value); } } private void setAndShowErrorMessage() { showErrorMessage("Allowed range (MIN = " + minValue + ")(MAX = " + maxValue + ")"); } } LabelFieldEditor.java000066400000000000000000000035141436443153700432500ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.FieldEditor; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Label; /** * This editor can be used to show a label in the preference page. * * @author Dr. Philip Wenig */ public class LabelFieldEditor extends FieldEditor { private Label label; private static final String LABEL_X = "LABELX"; public LabelFieldEditor(String labelText, Composite parent) { super(LABEL_X, labelText, parent); } @Override protected void adjustForNumColumns(int numColumns) { GridData gridData = (GridData)this.label.getLayoutData(); gridData.horizontalSpan = numColumns; } @Override protected void doFillIntoGrid(Composite parent, int numColumns) { this.label = getLabelControl(parent); GridData gridData = new GridData(); gridData.horizontalSpan = numColumns; gridData.horizontalAlignment = GridData.FILL; gridData.grabExcessHorizontalSpace = false; gridData.verticalAlignment = GridData.CENTER; gridData.grabExcessVerticalSpace = false; this.label.setLayoutData(gridData); } @Override protected void doLoad() { } @Override protected void doLoadDefault() { } @Override protected void doStore() { } @Override public int getNumberOfControls() { return 1; } } LineSeriesDataPreferencePage.java000066400000000000000000000223131436443153700455440ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.ColorFieldEditor; import org.eclipse.jface.preference.ComboFieldEditor; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.jface.preference.IntegerFieldEditor; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.preferences.PreferenceSupport; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class LineSeriesDataPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public LineSeriesDataPreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setDescription("Set the data series settings."); } @Override public void createFieldEditors() { addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Line Series 1", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_1, "Antialias:", PreferenceSupport.ANTIALIAS_OPTIONS, getFieldEditorParent())); addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_DESCRIPTION_SERIES_1, "Description:", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_1, "Enable Area", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_1, "Enable Stack", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_1, "Enable Step", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_1, "Line Color:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_1, "Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_1, "Line Width:", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_1, "Symbol Color:", getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_1, "Symbol Size:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_1, "Symbol Type:", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_1, "Visible", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1, "Visible in Legend", getFieldEditorParent())); // addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Line Series 1 (Highlight)", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_1_HIGHLIGHT, "Antialias:", PreferenceSupport.ANTIALIAS_OPTIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_1_HIGHLIGHT, "Enable Area", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_1_HIGHLIGHT, "Enable Stack", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_1_HIGHLIGHT, "Enable Step", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_1_HIGHLIGHT, "Line Color:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_1_HIGHLIGHT, "Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_1_HIGHLIGHT, "Line Width:", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_1_HIGHLIGHT, "Symbol Color:", getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_1_HIGHLIGHT, "Symbol Size:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_1_HIGHLIGHT, "Symbol Type:", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_1_HIGHLIGHT, "Visible", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT, "Visible in Legend", getFieldEditorParent())); // addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Line Series 2", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_2, "Antialias:", PreferenceSupport.ANTIALIAS_OPTIONS, getFieldEditorParent())); addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_DESCRIPTION_SERIES_2, "Description:", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_2, "Enable Area", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_2, "Enable Stack", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_2, "Enable Step", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_2, "Line Color:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_2, "Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_2, "Line Width:", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_2, "Symbol Color:", getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_2, "Symbol Size:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_2, "Symbol Type:", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_2, "Visible", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_2, "Visible in Legend", getFieldEditorParent())); // addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Line Series 2 (Highlight)", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_2_HIGHLIGHT, "Antialias:", PreferenceSupport.ANTIALIAS_OPTIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_2_HIGHLIGHT, "Enable Area", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_2_HIGHLIGHT, "Enable Stack", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_2_HIGHLIGHT, "Enable Step", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_2_HIGHLIGHT, "Line Color:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_2_HIGHLIGHT, "Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_2_HIGHLIGHT, "Line Width:", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_2_HIGHLIGHT, "Symbol Color:", getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_2_HIGHLIGHT, "Symbol Size:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_2_HIGHLIGHT, "Symbol Type:", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_2_HIGHLIGHT, "Visible", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_2_HIGHLIGHT, "Visible in Legend", getFieldEditorParent())); } @Override public void init(IWorkbench workbench) { } }LineSeriesPreferenceConstants.java000066400000000000000000000543271436443153700460640ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import java.util.Locale; import org.eclipse.swt.SWT; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.core.RangeRestriction; public class LineSeriesPreferenceConstants { public static final String POSTFIX = "LineSeries"; // public static final String P_ENABLE_RANGE_SELECTOR = "enableRangeSelector" + POSTFIX; public static final boolean DEF_ENABLE_RANGE_SELECTOR = true; public static final String P_SHOW_RANGE_SELECTOR_INITIALLY = "showRangeSelectorInitially" + POSTFIX; public static final boolean DEF_SHOW_RANGE_SELECTOR_INITIALLY = true; public static final String P_COLOR_HINT_RANGE_SELECTOR = "colorHintRangeSelector" + POSTFIX; public static final String DEF_COLOR_HINT_RANGE_SELECTOR = "255,0,0"; public static final String P_RANGE_SELECTOR_DEFAULT_AXIS_X = "rangeSelectorDefaultAxisX" + POSTFIX; public static final int DEF_RANGE_SELECTOR_DEFAULT_AXIS_X = 0; // Index public static final String P_RANGE_SELECTOR_DEFAULT_AXIS_Y = "rangeSelectorDefaultAxisY" + POSTFIX; public static final int DEF_RANGE_SELECTOR_DEFAULT_AXIS_Y = 0; // Index // public static final String P_VERTICAL_SLIDER_VISIBLE = "verticalSliderVisible" + POSTFIX; public static final boolean DEF_VERTICAL_SLIDER_VISIBLE = true; public static final String P_HORIZONTAL_SLIDER_VISIBLE = "HorizontalSliderVisible" + POSTFIX; public static final boolean DEF_HORIZONTALSLIDER_VISIBLE = true; // public static final String P_TITLE = "title" + POSTFIX; public static final String DEF_TITLE = "Line Series"; public static final String P_TITLE_VISIBLE = "titleVisible" + POSTFIX; public static final boolean DEF_TITLE_VISIBLE = false; public static final String P_TITLE_COLOR = "titleColor" + POSTFIX; public static final String DEF_TITLE_COLOR = "0,0,0"; // public static final String P_LEGEND_POSITION = "legendPosition" + POSTFIX; public static final int DEF_LEGEND_POSITION = SWT.RIGHT; public static final String P_LEGEND_VISIBLE = "legendVisible" + POSTFIX; public static final boolean DEF_LEGEND_VISIBLE = false; // public static final String P_ORIENTATION = "orientation" + POSTFIX; public static final int DEF_ORIENTATION = SWT.HORIZONTAL; public static final String P_BACKGROUND = "background" + POSTFIX; public static final String DEF_BACKGROUND = "255,255,255"; public static final String P_BACKGROUND_CHART = "backgroundChart" + POSTFIX; public static final String DEF_BACKGROUND_CHART = "255,255,255"; public static final String P_BACKGROUND_PLOT_AREA = "backgroundPlotArea" + POSTFIX; public static final String DEF_BACKGROUND_PLOT_AREA = "255,255,255"; // public static final String P_ENABLE_COMPRESS = "enableCompress" + POSTFIX; public static final boolean DEF_ENABLE_COMPRESS = true; public static final String P_ZERO_Y = "zeroY" + POSTFIX; public static final boolean DEF_ZERO_Y = true; public static final String P_ZERO_X = "zeroX" + POSTFIX; public static final boolean DEF_ZERO_X = true; public static final String P_RESTRICT_ZOOM = "restrictZoom" + POSTFIX; public static final boolean DEF_RESTRICT_ZOOM = true; public static final String P_X_ZOOM_ONLY = "xZoomOnly" + POSTFIX; public static final boolean DEF_X_ZOOM_ONLY = false; public static final String P_Y_ZOOM_ONLY = "yZoomOnly" + POSTFIX; public static final boolean DEF_Y_ZOOM_ONLY = false; public static final String P_FORCE_ZERO_MIN_Y = "forceZeroMinY" + POSTFIX; public static final boolean DEF_FORCE_ZERO_MIN_Y = false; public static final String P_EXTEND_TYPE_X = "extendTypeX" + POSTFIX; public static final String DEF_EXTEND_TYPE_X = RangeRestriction.ExtendType.RELATIVE.toString(); public static final String P_EXTEND_MIN_X = "extendMinX" + POSTFIX; public static final double DEF_EXTEND_MIN_X = 0.0d; public static final String P_EXTEND_MAX_X = "extendMaxX" + POSTFIX; public static final double DEF_EXTEND_MAX_X = 0.0d; public static final String P_EXTEND_TYPE_Y = "extendTypeY" + POSTFIX; public static final String DEF_EXTEND_TYPE_Y = RangeRestriction.ExtendType.RELATIVE.toString(); public static final String P_EXTEND_MIN_Y = "extendMinY" + POSTFIX; public static final double DEF_EXTEND_MIN_Y = 0.0d; public static final String P_EXTEND_MAX_Y = "extendMaxY" + POSTFIX; public static final double DEF_EXTEND_MAX_Y = 0.0d; // public static final String P_SHOW_POSITION_MARKER = "showPositionMarker" + POSTFIX; public static final boolean DEF_SHOW_POSITION_MARKER = true; public static final String P_COLOR_POSITION_MARKER = "colorPositionMarker" + POSTFIX; public static final String DEF_COLOR_POSITION_MARKER = "100,100,100"; public static final String P_SHOW_PLOT_CENTER_MARKER = "showPlotCenterMarker" + POSTFIX; public static final boolean DEF_SHOW_PLOT_CENTER_MARKER = true; public static final String P_COLOR_PLOT_CENTER_MARKER = "colorPlotCenterMarker" + POSTFIX; public static final String DEF_COLOR_PLOT_CENTER_MARKER = "100,100,100"; public static final String P_SHOW_LEGEND_MARKER = "showLegendMarker" + POSTFIX; public static final boolean DEF_SHOW_LEGEND_MARKER = true; public static final String P_COLOR_LEGEND_MARKER = "colorLegendMarker" + POSTFIX; public static final String DEF_COLOR_LEGEND_MARKER = "100,100,100"; public static final String P_SHOW_AXIS_ZERO_MARKER = "showAxisZeroMarker" + POSTFIX; public static final boolean DEF_SHOW_AXIS_ZERO_MARKER = false; public static final String P_COLOR_AXIS_ZERO_MARKER = "colorAxisZeroMarker" + POSTFIX; public static final String DEF_COLOR_AXIS_ZERO_MARKER = "100,100,100"; public static final String P_SHOW_SERIES_LABEL_MARKER = "showSeriesLabelMarker" + POSTFIX; public static final boolean DEF_SHOW_SERIES_LABEL_MARKER = false; public static final String P_COLOR_SERIES_LABEL_MARKER = "colorSeriesLabelMarker" + POSTFIX; public static final String DEF_COLOR_SERIES_LABEL_MARKER = "100,100,100"; // public static final String P_CREATE_MENU = "createMenu" + POSTFIX; public static final boolean DEF_CREATE_MENU = true; // public static final String P_PRIMARY_X_AXIS_TITLE = "primaryXAxisTitle" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_TITLE = "Time [ms]"; public static final String P_PRIMARY_X_AXIS_DESCRIPTION = "primaryXAxisDescription" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_DESCRIPTION = "Time [ms]"; public static final String P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN = "primaryXAxisDecimalFormatPattern" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN = "0.0##"; public static final String P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE = "primaryXAxisDecimalFormatLocale" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE = Locale.ENGLISH.getLanguage(); public static final String P_PRIMARY_X_AXIS_COLOR = "primaryXAxisColor" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_COLOR = "0,0,0"; public static final String P_PRIMARY_X_AXIS_POSITION = "primaryXAxisPosition" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_POSITION = Position.Secondary.toString(); public static final String P_PRIMARY_X_AXIS_VISIBLE = "primaryXAxisVisible" + POSTFIX; public static final boolean DEF_PRIMARY_X_AXIS_VISIBLE = false; public static final String P_PRIMARY_X_AXIS_GRID_LINE_STYLE = "primaryXAxisGridLineStyle" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_GRID_LINE_STYLE = LineStyle.NONE.toString(); public static final String P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE = "primaryXAxisEnableLogScale" + POSTFIX; public static final boolean DEF_PRIMARY_X_AXIS_ENABLE_LOG_SCALE = false; public static final String P_PRIMARY_X_AXIS_LOG_SCALE_BASE = "primaryXAxisLogScaleBase" + POSTFIX; public static final double DEF_PRIMARY_X_AXIS_LOG_SCALE_BASE = 10.0d; public static final String P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE = "primaryXAxisExtraSpaceTitle" + POSTFIX; public static final int DEF_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE = 25; // public static final String P_PRIMARY_Y_AXIS_TITLE = "primaryYAxisTitle" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_TITLE = "Intensity [counts]"; public static final String P_PRIMARY_Y_AXIS_DESCRIPTION = "primaryYAxisDescription" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_DESCRIPTION = "Intensity [counts]"; public static final String P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN = "primaryYAxisDecimalFormatPattern" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN = "0.0#E0"; public static final String P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE = "primaryYAxisDecimalFormatLocale" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE = Locale.ENGLISH.getLanguage(); public static final String P_PRIMARY_Y_AXIS_COLOR = "primaryYAxisColor" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_COLOR = "0,0,0"; public static final String P_PRIMARY_Y_AXIS_POSITION = "primaryYAxisPosition" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_POSITION = Position.Primary.toString(); public static final String P_PRIMARY_Y_AXIS_VISIBLE = "primaryYAxisVisible" + POSTFIX; public static final boolean DEF_PRIMARY_Y_AXIS_VISIBLE = true; public static final String P_PRIMARY_Y_AXIS_GRID_LINE_STYLE = "primaryYAxisGridLineStyle" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_GRID_LINE_STYLE = LineStyle.NONE.toString(); public static final String P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE = "primaryYAxisEnableLogScale" + POSTFIX; public static final boolean DEF_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE = false; public static final String P_PRIMARY_Y_AXIS_LOG_SCALE_BASE = "primaryYAxisLogScaleBase" + POSTFIX; public static final double DEF_PRIMARY_Y_AXIS_LOG_SCALE_BASE = 10.0d; public static final String P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE = "primaryYAxisExtraSpaceTitle" + POSTFIX; public static final int DEF_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE = 25; // public static final String P_SECONDARY_X_AXIS_TITLE = "secondaryXAxisTitle" + POSTFIX; public static final String DEF_SECONDARY_X_AXIS_TITLE = "Time [min]"; public static final String P_SECONDARY_X_AXIS_DESCRIPTION = "secondaryXAxisDescription" + POSTFIX; public static final String DEF_SECONDARY_X_AXIS_DESCRIPTION = "Time [min]"; public static final String P_SECONDARY_X_AXIS_DECIMAL_FORMAT_PATTERN = "secondaryXAxisDecimalFormatPattern" + POSTFIX; public static final String DEF_SECONDARY_X_AXIS_DECIMAL_FORMAT_PATTERN = "0.0##"; public static final String P_SECONDARY_X_AXIS_DECIMAL_FORMAT_LOCALE = "secondaryXAxisDecimalFormatLocale" + POSTFIX; public static final String DEF_SECONDARY_X_AXIS_DECIMAL_FORMAT_LOCALE = Locale.ENGLISH.getLanguage(); public static final String P_SECONDARY_X_AXIS_COLOR = "secondaryXAxisColor" + POSTFIX; public static final String DEF_SECONDARY_X_AXIS_COLOR = "0,0,0"; public static final String P_SECONDARY_X_AXIS_POSITION = "secondaryXAxisPosition" + POSTFIX; public static final String DEF_SECONDARY_X_AXIS_POSITION = Position.Primary.toString(); public static final String P_SECONDARY_X_AXIS_VISIBLE = "secondaryXAxisVisible" + POSTFIX; public static final boolean DEF_SECONDARY_X_AXIS_VISIBLE = true; public static final String P_SECONDARY_X_AXIS_GRID_LINE_STYLE = "secondaryXAxisGridLineStyle" + POSTFIX; public static final String DEF_SECONDARY_X_AXIS_GRID_LINE_STYLE = LineStyle.DOT.toString(); public static final String P_SECONDARY_X_AXIS_ENABLE_LOG_SCALE = "secondaryXAxisEnableLogScale" + POSTFIX; public static final boolean DEF_SECONDARY_X_AXIS_ENABLE_LOG_SCALE = false; public static final String P_SECONDARY_X_AXIS_LOG_SCALE_BASE = "secondaryXAxisLogScaleBase" + POSTFIX; public static final double DEF_SECONDARY_X_AXIS_LOG_SCALE_BASE = 10.0d; public static final String P_SECONDARY_X_AXIS_EXTRA_SPACE_TITLE = "secondaryXAxisExtraSpaceTitle" + POSTFIX; public static final int DEF_SECONDARY_X_AXIS_EXTRA_SPACE_TITLE = 25; // public static final String P_SECONDARY_Y_AXIS_TITLE = "secondaryYAxisTitle" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_TITLE = "Intensity [%]"; public static final String P_SECONDARY_Y_AXIS_DESCRIPTION = "secondaryYAxisDescription" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_DESCRIPTION = "Intensity [%]"; public static final String P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN = "secondaryYAxisDecimalFormatPattern" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN = "0.00"; public static final String P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE = "secondaryYAxisDecimalFormatLocale" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE = Locale.ENGLISH.getLanguage(); public static final String P_SECONDARY_Y_AXIS_COLOR = "secondaryYAxisColor" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_COLOR = "0,0,0"; public static final String P_SECONDARY_Y_AXIS_POSITION = "secondaryYAxisPosition" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_POSITION = Position.Secondary.toString(); public static final String P_SECONDARY_Y_AXIS_VISIBLE = "secondaryYAxisVisible" + POSTFIX; public static final boolean DEF_SECONDARY_Y_AXIS_VISIBLE = true; public static final String P_SECONDARY_Y_AXIS_GRID_LINE_STYLE = "secondaryYAxisGridLineStyle" + POSTFIX; public static final String DEF_SECONDARY_Y_AXIS_GRID_LINE_STYLE = LineStyle.DOT.toString(); public static final String P_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE = "secondaryYAxisEnableLogScale" + POSTFIX; public static final boolean DEF_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE = false; public static final String P_SECONDARY_Y_AXIS_LOG_SCALE_BASE = "secondaryYAxisLogScaleBase" + POSTFIX; public static final double DEF_SECONDARY_Y_AXIS_LOG_SCALE_BASE = 10.0d; public static final String P_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE = "secondaryYAxisExtraSpaceTitle" + POSTFIX; public static final int DEF_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE = 25; // public static final String P_DESCRIPTION_SERIES_1 = "descriptionSeries1" + POSTFIX; public static final String DEF_DESCRIPTION_SERIES_1 = "Measurement 1"; // public static final String P_ANTIALIAS_SERIES_1 = "antialiasSeries1" + POSTFIX; public static final int DEF_ANTIALIAS_SERIES_1 = SWT.DEFAULT; public static final String P_ENABLE_AREA_SERIES_1 = "enableAreaSeries1" + POSTFIX; public static final boolean DEF_ENABLE_AREA_SERIES_1 = true; public static final String P_ENABLE_STACK_SERIES_1 = "enableStackSeries1" + POSTFIX; public static final boolean DEF_ENABLE_STACK_SERIES_1 = false; public static final String P_ENABLE_STEP_SERIES_1 = "enableStepSeries1" + POSTFIX; public static final boolean DEF_ENABLE_STEP_SERIES_1 = false; public static final String P_LINE_COLOR_SERIES_1 = "lineColorSeries1" + POSTFIX; public static final String DEF_LINE_COLOR_SERIES_1 = "255,0,0"; public static final String P_LINE_STYLE_SERIES_1 = "lineStyleSeries1" + POSTFIX; public static final String DEF_LINE_STYLE_SERIES_1 = LineStyle.SOLID.toString(); public static final String P_LINE_WIDTH_SERIES_1 = "lineWidthSeries1" + POSTFIX; public static final int DEF_LINE_WIDTH_SERIES_1 = 1; public static final String P_SYMBOL_COLOR_SERIES_1 = "symbolColorSeries1" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_1 = "0,0,0"; public static final String P_SYMBOL_SIZE_SERIES_1 = "symbolSizeSeries1" + POSTFIX; public static final int DEF_SYMBOL_SIZE_SERIES_1 = 8; public static final String P_SYMBOL_TYPE_SERIES_1 = "symbolTypeSeries1" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_1 = PlotSymbolType.NONE.toString(); public static final String P_VISIBLE_SERIES_1 = "visibleSeries1" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_1 = true; public static final String P_VISIBLE_IN_LEGEND_SERIES_1 = "visibleInLegendSeries1" + POSTFIX; public static final boolean DEF_VISIBLE_IN_LEGEND_SERIES_1 = true; // public static final String P_ANTIALIAS_SERIES_1_HIGHLIGHT = "antialiasSeries1Highlight" + POSTFIX; public static final int DEF_ANTIALIAS_SERIES_1_HIGHLIGHT = SWT.DEFAULT; public static final String P_ENABLE_AREA_SERIES_1_HIGHLIGHT = "enableAreaSeries1Highlight" + POSTFIX; public static final boolean DEF_ENABLE_AREA_SERIES_1_HIGHLIGHT = true; public static final String P_ENABLE_STACK_SERIES_1_HIGHLIGHT = "enableStackSeries1Highlight" + POSTFIX; public static final boolean DEF_ENABLE_STACK_SERIES_1_HIGHLIGHT = false; public static final String P_ENABLE_STEP_SERIES_1_HIGHLIGHT = "enableStepSeries1Highlight" + POSTFIX; public static final boolean DEF_ENABLE_STEP_SERIES_1_HIGHLIGHT = false; public static final String P_LINE_COLOR_SERIES_1_HIGHLIGHT = "lineColorSeries1Highlight" + POSTFIX; public static final String DEF_LINE_COLOR_SERIES_1_HIGHLIGHT = "255,0,0"; public static final String P_LINE_STYLE_SERIES_1_HIGHLIGHT = "lineStyleSeries1Highlight" + POSTFIX; public static final String DEF_LINE_STYLE_SERIES_1_HIGHLIGHT = LineStyle.SOLID.toString(); public static final String P_LINE_WIDTH_SERIES_1_HIGHLIGHT = "lineWidthSeries1Highlight" + POSTFIX; public static final int DEF_LINE_WIDTH_SERIES_1_HIGHLIGHT = 1; public static final String P_SYMBOL_COLOR_SERIES_1_HIGHLIGHT = "symbolColorSeries1Highlight" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_1_HIGHLIGHT = "0,0,0"; public static final String P_SYMBOL_SIZE_SERIES_1_HIGHLIGHT = "symbolSizeSeries1Highlight" + POSTFIX; public static final int DEF_SYMBOL_SIZE_SERIES_1_HIGHLIGHT = 8; public static final String P_SYMBOL_TYPE_SERIES_1_HIGHLIGHT = "symbolTypeSeries1Highlight" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_1_HIGHLIGHT = PlotSymbolType.NONE.toString(); public static final String P_VISIBLE_SERIES_1_HIGHLIGHT = "visibleSeries1Highlight" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_1_HIGHLIGHT = true; public static final String P_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT = "visibleInLegendSeries1Highlight" + POSTFIX; public static final boolean DEF_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT = true; // public static final String P_DESCRIPTION_SERIES_2 = "descriptionSeries2" + POSTFIX; public static final String DEF_DESCRIPTION_SERIES_2 = "Measurement 2"; // public static final String P_ANTIALIAS_SERIES_2 = "antialiasSeries2" + POSTFIX; public static final int DEF_ANTIALIAS_SERIES_2 = SWT.DEFAULT; public static final String P_ENABLE_AREA_SERIES_2 = "enableAreaSeries2" + POSTFIX; public static final boolean DEF_ENABLE_AREA_SERIES_2 = true; public static final String P_ENABLE_STACK_SERIES_2 = "enableStackSeries2" + POSTFIX; public static final boolean DEF_ENABLE_STACK_SERIES_2 = false; public static final String P_ENABLE_STEP_SERIES_2 = "enableStepSeries2" + POSTFIX; public static final boolean DEF_ENABLE_STEP_SERIES_2 = false; public static final String P_LINE_COLOR_SERIES_2 = "lineColorSeries2" + POSTFIX; public static final String DEF_LINE_COLOR_SERIES_2 = "125,125,125"; public static final String P_LINE_STYLE_SERIES_2 = "lineStyleSeries2" + POSTFIX; public static final String DEF_LINE_STYLE_SERIES_2 = LineStyle.SOLID.toString(); public static final String P_LINE_WIDTH_SERIES_2 = "lineWidthSeries2" + POSTFIX; public static final int DEF_LINE_WIDTH_SERIES_2 = 1; public static final String P_SYMBOL_COLOR_SERIES_2 = "symbolColorSeries2" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_2 = "0,0,0"; public static final String P_SYMBOL_SIZE_SERIES_2 = "symbolSizeSeries2" + POSTFIX; public static final int DEF_SYMBOL_SIZE_SERIES_2 = 8; public static final String P_SYMBOL_TYPE_SERIES_2 = "symbolTypeSeries2" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_2 = PlotSymbolType.NONE.toString(); public static final String P_VISIBLE_SERIES_2 = "visibleSeries2" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_2 = true; public static final String P_VISIBLE_IN_LEGEND_SERIES_2 = "visibleInLegendSeries2" + POSTFIX; public static final boolean DEF_VISIBLE_IN_LEGEND_SERIES_2 = true; // public static final String P_ANTIALIAS_SERIES_2_HIGHLIGHT = "antialiasSeries2Highlight" + POSTFIX; public static final int DEF_ANTIALIAS_SERIES_2_HIGHLIGHT = SWT.DEFAULT; public static final String P_ENABLE_AREA_SERIES_2_HIGHLIGHT = "enableAreaSeries2Highlight" + POSTFIX; public static final boolean DEF_ENABLE_AREA_SERIES_2_HIGHLIGHT = true; public static final String P_ENABLE_STACK_SERIES_2_HIGHLIGHT = "enableStackSeries2Highlight" + POSTFIX; public static final boolean DEF_ENABLE_STACK_SERIES_2_HIGHLIGHT = false; public static final String P_ENABLE_STEP_SERIES_2_HIGHLIGHT = "enableStepSeries2Highlight" + POSTFIX; public static final boolean DEF_ENABLE_STEP_SERIES_2_HIGHLIGHT = false; public static final String P_LINE_COLOR_SERIES_2_HIGHLIGHT = "lineColorSeries2Highlight" + POSTFIX; public static final String DEF_LINE_COLOR_SERIES_2_HIGHLIGHT = "125,125,125"; public static final String P_LINE_STYLE_SERIES_2_HIGHLIGHT = "lineStyleSeries2Highlight" + POSTFIX; public static final String DEF_LINE_STYLE_SERIES_2_HIGHLIGHT = LineStyle.SOLID.toString(); public static final String P_LINE_WIDTH_SERIES_2_HIGHLIGHT = "lineWidthSeries2Highlight" + POSTFIX; public static final int DEF_LINE_WIDTH_SERIES_2_HIGHLIGHT = 2; public static final String P_SYMBOL_COLOR_SERIES_2_HIGHLIGHT = "symbolColorSeries2Highlight" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_2_HIGHLIGHT = "0,0,0"; public static final String P_SYMBOL_SIZE_SERIES_2_HIGHLIGHT = "symbolSizeSeries2Highlight" + POSTFIX; public static final int DEF_SYMBOL_SIZE_SERIES_2_HIGHLIGHT = 8; public static final String P_SYMBOL_TYPE_SERIES_2_HIGHLIGHT = "symbolTypeSeries2Highlight" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_2_HIGHLIGHT = PlotSymbolType.NONE.toString(); public static final String P_VISIBLE_SERIES_2_HIGHLIGHT = "visibleSeries2Highlight" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_2_HIGHLIGHT = true; public static final String P_VISIBLE_IN_LEGEND_SERIES_2_HIGHLIGHT = "visibleInLegendSeries2Highlight" + POSTFIX; public static final boolean DEF_VISIBLE_IN_LEGEND_SERIES_2_HIGHLIGHT = true; }LineSeriesPreferenceInitializer.java000066400000000000000000000515631436443153700463720ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.swtchart.extensions.examples.Activator; public class LineSeriesPreferenceInitializer extends AbstractPreferenceInitializer { @Override public void initializeDefaultPreferences() { IPreferenceStore preferenceStore = Activator.getDefault().getPreferenceStore(); /* * Line Series */ preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_RANGE_SELECTOR, LineSeriesPreferenceConstants.DEF_ENABLE_RANGE_SELECTOR); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SHOW_RANGE_SELECTOR_INITIALLY, LineSeriesPreferenceConstants.DEF_SHOW_RANGE_SELECTOR_INITIALLY); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_COLOR_HINT_RANGE_SELECTOR, LineSeriesPreferenceConstants.DEF_COLOR_HINT_RANGE_SELECTOR); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_X, LineSeriesPreferenceConstants.DEF_RANGE_SELECTOR_DEFAULT_AXIS_X); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_Y, LineSeriesPreferenceConstants.DEF_RANGE_SELECTOR_DEFAULT_AXIS_Y); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_VERTICAL_SLIDER_VISIBLE, LineSeriesPreferenceConstants.DEF_VERTICAL_SLIDER_VISIBLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_HORIZONTAL_SLIDER_VISIBLE, LineSeriesPreferenceConstants.DEF_HORIZONTALSLIDER_VISIBLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_TITLE, LineSeriesPreferenceConstants.DEF_TITLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_TITLE_VISIBLE, LineSeriesPreferenceConstants.DEF_TITLE_VISIBLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_TITLE_COLOR, LineSeriesPreferenceConstants.DEF_TITLE_COLOR); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LEGEND_POSITION, LineSeriesPreferenceConstants.DEF_LEGEND_POSITION); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LEGEND_VISIBLE, LineSeriesPreferenceConstants.DEF_LEGEND_VISIBLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ORIENTATION, LineSeriesPreferenceConstants.DEF_ORIENTATION); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_BACKGROUND, LineSeriesPreferenceConstants.DEF_BACKGROUND); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_BACKGROUND_CHART, LineSeriesPreferenceConstants.DEF_BACKGROUND_CHART); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_BACKGROUND_PLOT_AREA, LineSeriesPreferenceConstants.DEF_BACKGROUND_PLOT_AREA); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_COMPRESS, LineSeriesPreferenceConstants.DEF_ENABLE_COMPRESS); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ZERO_X, LineSeriesPreferenceConstants.DEF_ZERO_X); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ZERO_Y, LineSeriesPreferenceConstants.DEF_ZERO_Y); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_RESTRICT_ZOOM, LineSeriesPreferenceConstants.DEF_RESTRICT_ZOOM); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_X_ZOOM_ONLY, LineSeriesPreferenceConstants.DEF_X_ZOOM_ONLY); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_Y_ZOOM_ONLY, LineSeriesPreferenceConstants.DEF_Y_ZOOM_ONLY); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_FORCE_ZERO_MIN_Y, LineSeriesPreferenceConstants.DEF_FORCE_ZERO_MIN_Y); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_EXTEND_TYPE_X, LineSeriesPreferenceConstants.DEF_EXTEND_TYPE_X); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_EXTEND_MIN_X, LineSeriesPreferenceConstants.DEF_EXTEND_MIN_X); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_EXTEND_MAX_X, LineSeriesPreferenceConstants.DEF_EXTEND_MAX_X); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_EXTEND_TYPE_Y, LineSeriesPreferenceConstants.DEF_EXTEND_TYPE_Y); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_EXTEND_MIN_Y, LineSeriesPreferenceConstants.DEF_EXTEND_MIN_Y); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_EXTEND_MAX_Y, LineSeriesPreferenceConstants.DEF_EXTEND_MAX_Y); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SHOW_POSITION_MARKER, LineSeriesPreferenceConstants.DEF_SHOW_POSITION_MARKER); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_COLOR_POSITION_MARKER, LineSeriesPreferenceConstants.DEF_COLOR_POSITION_MARKER); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SHOW_PLOT_CENTER_MARKER, LineSeriesPreferenceConstants.DEF_SHOW_PLOT_CENTER_MARKER); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_COLOR_PLOT_CENTER_MARKER, LineSeriesPreferenceConstants.DEF_COLOR_PLOT_CENTER_MARKER); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SHOW_LEGEND_MARKER, LineSeriesPreferenceConstants.DEF_SHOW_LEGEND_MARKER); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_COLOR_LEGEND_MARKER, LineSeriesPreferenceConstants.DEF_COLOR_LEGEND_MARKER); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SHOW_AXIS_ZERO_MARKER, LineSeriesPreferenceConstants.DEF_SHOW_AXIS_ZERO_MARKER); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_COLOR_AXIS_ZERO_MARKER, LineSeriesPreferenceConstants.DEF_COLOR_AXIS_ZERO_MARKER); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SHOW_SERIES_LABEL_MARKER, LineSeriesPreferenceConstants.DEF_SHOW_SERIES_LABEL_MARKER); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_COLOR_SERIES_LABEL_MARKER, LineSeriesPreferenceConstants.DEF_COLOR_SERIES_LABEL_MARKER); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_CREATE_MENU, LineSeriesPreferenceConstants.DEF_CREATE_MENU); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_TITLE, LineSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_TITLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DESCRIPTION, LineSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_DESCRIPTION); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN, LineSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE, LineSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_COLOR, LineSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_COLOR); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_POSITION, LineSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_POSITION); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_VISIBLE, LineSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_VISIBLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_GRID_LINE_STYLE, LineSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_GRID_LINE_STYLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE, LineSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_ENABLE_LOG_SCALE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_LOG_SCALE_BASE, LineSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_LOG_SCALE_BASE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE, LineSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_TITLE, LineSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_TITLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DESCRIPTION, LineSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_DESCRIPTION); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN, LineSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE, LineSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_COLOR, LineSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_COLOR); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_POSITION, LineSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_POSITION); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_VISIBLE, LineSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_VISIBLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_GRID_LINE_STYLE, LineSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_GRID_LINE_STYLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE, LineSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_LOG_SCALE_BASE, LineSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_LOG_SCALE_BASE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE, LineSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_TITLE, LineSeriesPreferenceConstants.DEF_SECONDARY_X_AXIS_TITLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_DESCRIPTION, LineSeriesPreferenceConstants.DEF_SECONDARY_X_AXIS_DESCRIPTION); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_DECIMAL_FORMAT_PATTERN, LineSeriesPreferenceConstants.DEF_SECONDARY_X_AXIS_DECIMAL_FORMAT_PATTERN); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_DECIMAL_FORMAT_LOCALE, LineSeriesPreferenceConstants.DEF_SECONDARY_X_AXIS_DECIMAL_FORMAT_LOCALE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_COLOR, LineSeriesPreferenceConstants.DEF_SECONDARY_X_AXIS_COLOR); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_POSITION, LineSeriesPreferenceConstants.DEF_SECONDARY_X_AXIS_POSITION); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_VISIBLE, LineSeriesPreferenceConstants.DEF_SECONDARY_X_AXIS_VISIBLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_GRID_LINE_STYLE, LineSeriesPreferenceConstants.DEF_SECONDARY_X_AXIS_GRID_LINE_STYLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_ENABLE_LOG_SCALE, LineSeriesPreferenceConstants.DEF_SECONDARY_X_AXIS_ENABLE_LOG_SCALE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_LOG_SCALE_BASE, LineSeriesPreferenceConstants.DEF_SECONDARY_X_AXIS_LOG_SCALE_BASE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_EXTRA_SPACE_TITLE, LineSeriesPreferenceConstants.DEF_SECONDARY_X_AXIS_EXTRA_SPACE_TITLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_TITLE, LineSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_TITLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DESCRIPTION, LineSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_DESCRIPTION); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN, LineSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE, LineSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_COLOR, LineSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_COLOR); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_POSITION, LineSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_POSITION); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_VISIBLE, LineSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_VISIBLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_GRID_LINE_STYLE, LineSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_GRID_LINE_STYLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE, LineSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_LOG_SCALE_BASE, LineSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_LOG_SCALE_BASE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE, LineSeriesPreferenceConstants.DEF_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_DESCRIPTION_SERIES_1, LineSeriesPreferenceConstants.DEF_DESCRIPTION_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_1, LineSeriesPreferenceConstants.DEF_ANTIALIAS_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_1, LineSeriesPreferenceConstants.DEF_ENABLE_AREA_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_1, LineSeriesPreferenceConstants.DEF_ENABLE_STACK_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_1, LineSeriesPreferenceConstants.DEF_ENABLE_STEP_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_1, LineSeriesPreferenceConstants.DEF_LINE_COLOR_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_1, LineSeriesPreferenceConstants.DEF_LINE_COLOR_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_1, LineSeriesPreferenceConstants.DEF_LINE_STYLE_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_1, LineSeriesPreferenceConstants.DEF_LINE_WIDTH_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_1, LineSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_1, LineSeriesPreferenceConstants.DEF_SYMBOL_SIZE_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_1, LineSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_1, LineSeriesPreferenceConstants.DEF_VISIBLE_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1, LineSeriesPreferenceConstants.DEF_VISIBLE_IN_LEGEND_SERIES_1); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_DESCRIPTION_SERIES_2, LineSeriesPreferenceConstants.DEF_DESCRIPTION_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_2, LineSeriesPreferenceConstants.DEF_ANTIALIAS_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_2, LineSeriesPreferenceConstants.DEF_ENABLE_AREA_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_2, LineSeriesPreferenceConstants.DEF_ENABLE_STACK_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_2, LineSeriesPreferenceConstants.DEF_ENABLE_STEP_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_2, LineSeriesPreferenceConstants.DEF_LINE_COLOR_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_2, LineSeriesPreferenceConstants.DEF_LINE_COLOR_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_2, LineSeriesPreferenceConstants.DEF_LINE_STYLE_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_2, LineSeriesPreferenceConstants.DEF_LINE_WIDTH_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_2, LineSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_2, LineSeriesPreferenceConstants.DEF_SYMBOL_SIZE_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_2, LineSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_2, LineSeriesPreferenceConstants.DEF_VISIBLE_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_2, LineSeriesPreferenceConstants.DEF_VISIBLE_IN_LEGEND_SERIES_2); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_ANTIALIAS_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_ENABLE_AREA_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_ENABLE_STACK_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_ENABLE_STEP_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_LINE_COLOR_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_LINE_COLOR_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_LINE_STYLE_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_LINE_WIDTH_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_SYMBOL_SIZE_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_VISIBLE_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_VISIBLE_IN_LEGEND_SERIES_1_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ANTIALIAS_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_ANTIALIAS_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_AREA_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_ENABLE_AREA_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_STACK_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_ENABLE_STACK_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_ENABLE_STEP_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_ENABLE_STEP_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_LINE_COLOR_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_COLOR_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_LINE_COLOR_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_STYLE_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_LINE_STYLE_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_LINE_WIDTH_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_LINE_WIDTH_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_SYMBOL_SIZE_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_VISIBLE_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_VISIBLE_SERIES_2_HIGHLIGHT); preferenceStore.setDefault(LineSeriesPreferenceConstants.P_VISIBLE_IN_LEGEND_SERIES_2_HIGHLIGHT, LineSeriesPreferenceConstants.DEF_VISIBLE_IN_LEGEND_SERIES_2_HIGHLIGHT); } }LineSeriesPreferencePage.java000066400000000000000000000167101436443153700447560ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.ColorFieldEditor; import org.eclipse.jface.preference.ComboFieldEditor; import org.eclipse.jface.preference.FieldEditor; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.jface.preference.IntegerFieldEditor; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.preferences.PreferenceSupport; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class LineSeriesPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public LineSeriesPreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setDescription("Line Series chart settings."); } @Override public void createFieldEditors() { addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Chart Settings", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_RANGE_SELECTOR, "Enable Range Selector", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_SHOW_RANGE_SELECTOR_INITIALLY, "Show Range Selector Initially", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_COLOR_HINT_RANGE_SELECTOR, "Color Hint Range Selector:", getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_X, "Range Selector Default Axis X (Index):", getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_Y, "Range Selector Default Axis Y (Index):", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_VERTICAL_SLIDER_VISIBLE, "Vertical Slider Visible (see Bug #511257)", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_HORIZONTAL_SLIDER_VISIBLE, "Horizontal Slider Visible", getFieldEditorParent())); addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_TITLE, "Title:", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_TITLE_VISIBLE, "Title Visible", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_TITLE_COLOR, "Title Color:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_LEGEND_POSITION, "Legend Position:", PreferenceSupport.LEGEND_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_LEGEND_VISIBLE, "Legend Visible", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_ORIENTATION, "Orientation:", PreferenceSupport.ORIENTATIONS, getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_BACKGROUND, "Background:", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_BACKGROUND_CHART, "Background Chart:", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_BACKGROUND_PLOT_AREA, "Background Plot Area:", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ENABLE_COMPRESS, "Enable Compress", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ZERO_X, "Zero X", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_ZERO_Y, "Zero Y", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_RESTRICT_ZOOM, "Restrict Zoom", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_X_ZOOM_ONLY, "X Zoom Only", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_Y_ZOOM_ONLY, "Y Zoom Only", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_FORCE_ZERO_MIN_Y, "Force Zero Min Y", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_EXTEND_TYPE_X, "Extend Type X:", PreferenceSupport.EXTEND_TYPES, getFieldEditorParent())); addField(new DoubleFieldEditor(LineSeriesPreferenceConstants.P_EXTEND_MIN_X, "Extend Min X:", getFieldEditorParent())); addField(new DoubleFieldEditor(LineSeriesPreferenceConstants.P_EXTEND_MAX_X, "Extend Max X:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_EXTEND_TYPE_Y, "Extend Type Y:", PreferenceSupport.EXTEND_TYPES, getFieldEditorParent())); addField(new DoubleFieldEditor(LineSeriesPreferenceConstants.P_EXTEND_MIN_Y, "Extend Min Y:", getFieldEditorParent())); addField(new DoubleFieldEditor(LineSeriesPreferenceConstants.P_EXTEND_MAX_Y, "Extend Max Y:", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_SHOW_POSITION_MARKER, "Show Position Marker", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_COLOR_POSITION_MARKER, "Color Position Marker:", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_SHOW_PLOT_CENTER_MARKER, "Show Plot Center Marker", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_COLOR_PLOT_CENTER_MARKER, "Color Plot Center Marker:", getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_SHOW_LEGEND_MARKER, "Show Legend Marker", getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_COLOR_LEGEND_MARKER, "Color Legend Marker:", getFieldEditorParent())); /* * Not needed here. */ FieldEditor fieldEditor1; FieldEditor fieldEditor2; FieldEditor fieldEditor3; FieldEditor fieldEditor4; addField(fieldEditor1 = new BooleanFieldEditor(LineSeriesPreferenceConstants.P_SHOW_AXIS_ZERO_MARKER, "Show Axis Zero Marker", getFieldEditorParent())); addField(fieldEditor2 = new ColorFieldEditor(LineSeriesPreferenceConstants.P_COLOR_AXIS_ZERO_MARKER, "Color Axis Zero Marker:", getFieldEditorParent())); addField(fieldEditor3 = new BooleanFieldEditor(LineSeriesPreferenceConstants.P_SHOW_SERIES_LABEL_MARKER, "Show Series Label Marker", getFieldEditorParent())); addField(fieldEditor4 = new ColorFieldEditor(LineSeriesPreferenceConstants.P_COLOR_SERIES_LABEL_MARKER, "Color Series Label Marker:", getFieldEditorParent())); fieldEditor1.setEnabled(false, getFieldEditorParent()); fieldEditor2.setEnabled(false, getFieldEditorParent()); fieldEditor3.setEnabled(false, getFieldEditorParent()); fieldEditor4.setEnabled(false, getFieldEditorParent()); // addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_CREATE_MENU, "Create Menu", getFieldEditorParent())); } @Override public void init(IWorkbench workbench) { } }LineSeriesPrimaryAxesPreferencePage.java000066400000000000000000000125201436443153700471360ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.ColorFieldEditor; import org.eclipse.jface.preference.ComboFieldEditor; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.jface.preference.IntegerFieldEditor; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.preferences.PreferenceSupport; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class LineSeriesPrimaryAxesPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public LineSeriesPrimaryAxesPreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setTitle("Line series axis settings"); setDescription(""); } @Override public void createFieldEditors() { addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("X-Axis", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_TITLE, "Primary X-Axis Title:", getFieldEditorParent())); addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DESCRIPTION, "Primary X-Axis Description:", getFieldEditorParent())); addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN, "Primary X-Axis Format Pattern:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE, "Primary X-Axis Format Locale:", PreferenceSupport.LOCALES, getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_COLOR, "Primary X-Axis Color:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_POSITION, "Primary X-Axis Position:", PreferenceSupport.AXIS_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_VISIBLE, "Primary X-Axis Visible", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_GRID_LINE_STYLE, "Primary X-Axis Grid Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE, "Primary X-Axis Enable Log Scale", getFieldEditorParent())); addField(new DoubleFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_LOG_SCALE_BASE, "Primary X-Axis Log Scale Base", getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE, "Primary X-Axis Extra Space Title:", getFieldEditorParent())); // addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Y-Axis", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_TITLE, "Primary Y-Axis Title:", getFieldEditorParent())); addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DESCRIPTION, "Primary Y-Axis Description:", getFieldEditorParent())); addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN, "Primary Y-Axis Format Pattern:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE, "Primary Y-Axis Format Locale:", PreferenceSupport.LOCALES, getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_COLOR, "Primary Y-Axis Color:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_POSITION, "Primary Y-Axis Position:", PreferenceSupport.AXIS_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_VISIBLE, "Primary Y-Axis Visible", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_GRID_LINE_STYLE, "Primary Y-Axis Grid Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE, "Primary Y-Axis Enable Log Scale", getFieldEditorParent())); addField(new DoubleFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_LOG_SCALE_BASE, "Primary Y-Axis Log Scale Base", getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE, "Primary Y-Axis Extra Space Title:", getFieldEditorParent())); } @Override public void init(IWorkbench workbench) { } }LineSeriesSecondaryAxesPreferencePage.java000066400000000000000000000126521436443153700474500ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.ColorFieldEditor; import org.eclipse.jface.preference.ComboFieldEditor; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.jface.preference.IntegerFieldEditor; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.preferences.PreferenceSupport; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class LineSeriesSecondaryAxesPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public LineSeriesSecondaryAxesPreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setTitle("Secondary axis settings"); setDescription(""); } @Override public void createFieldEditors() { addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("X-Axis", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_TITLE, "Secondary X-Axis Title:", getFieldEditorParent())); addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_DESCRIPTION, "Secondary X-Axis Description:", getFieldEditorParent())); addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_DECIMAL_FORMAT_PATTERN, "Secondary X-Axis Format Pattern:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_DECIMAL_FORMAT_LOCALE, "Secondary X-Axis Format Locale:", PreferenceSupport.LOCALES, getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_COLOR, "Secondary X-Axis Color:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_POSITION, "Secondary X-Axis Position:", PreferenceSupport.AXIS_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_VISIBLE, "Secondary X-Axis Visible", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_GRID_LINE_STYLE, "Secondary X-Axis Grid Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_ENABLE_LOG_SCALE, "Secondary X-Axis Enable Log Scale", getFieldEditorParent())); addField(new DoubleFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_LOG_SCALE_BASE, "Secondary X-Axis Log Scale Base", getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_X_AXIS_EXTRA_SPACE_TITLE, "Secondary X-Axis Extra Space Title:", getFieldEditorParent())); // addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Y-Axis", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_TITLE, "Secondary Y-Axis Title:", getFieldEditorParent())); addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DESCRIPTION, "Secondary Y-Axis Description:", getFieldEditorParent())); addField(new StringFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_PATTERN, "Secondary Y-Axis Format Pattern:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_DECIMAL_FORMAT_LOCALE, "Secondary Y-Axis Format Locale:", PreferenceSupport.LOCALES, getFieldEditorParent())); addField(new ColorFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_COLOR, "Secondary Y-Axis Color:", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_POSITION, "Secondary Y-Axis Position:", PreferenceSupport.AXIS_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_VISIBLE, "Secondary Y-Axis Visible", getFieldEditorParent())); addField(new ComboFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_GRID_LINE_STYLE, "Secondary Y-Axis Grid Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new BooleanFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_ENABLE_LOG_SCALE, "Secondary Y-Axis Enable Log Scale", getFieldEditorParent())); addField(new DoubleFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_LOG_SCALE_BASE, "Secondary Y-Axis Log Scale Base", getFieldEditorParent())); addField(new IntegerFieldEditor(LineSeriesPreferenceConstants.P_SECONDARY_Y_AXIS_EXTRA_SPACE_TITLE, "Secondary Y-Axis Extra Space Title:", getFieldEditorParent())); } @Override public void init(IWorkbench workbench) { } }PreferencePage.java000066400000000000000000000021601436443153700427650ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class PreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public PreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setDescription("EAVP Demo Settings."); } @Override public void createFieldEditors() { } @Override public void init(IWorkbench workbench) { } } ScatterSeriesDataPreferencePage.java000066400000000000000000000133271436443153700462670ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.ColorFieldEditor; import org.eclipse.jface.preference.ComboFieldEditor; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.jface.preference.IntegerFieldEditor; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.preferences.PreferenceSupport; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class ScatterSeriesDataPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public ScatterSeriesDataPreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setDescription("Set the data series settings."); } @Override public void createFieldEditors() { addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Scatter Series", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new IntegerFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES, "Symbol Size:", getFieldEditorParent())); // addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_LEFT_TOP, "Symbol Color (Left Top):", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_LEFT_TOP, "Symbol Type (Left Top):", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_LEFT_TOP, "Visible (Left Top)", getFieldEditorParent())); // addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_RIGHT_TOP, "Symbol Color (Right Top):", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_RIGHT_TOP, "Symbol Type (Right Top):", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_RIGHT_TOP, "Visible (Right Top)", getFieldEditorParent())); // addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_LEFT_BOTTOM, "Symbol Color (Left Bottom):", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_LEFT_BOTTOM, "Symbol Type (Left Bottom):", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_LEFT_BOTTOM, "Visible (Left Bottom)", getFieldEditorParent())); // addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_RIGHT_BOTTOM, "Symbol Color (Right Bottom):", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_RIGHT_BOTTOM, "Symbol Type (Right Bottom):", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_RIGHT_BOTTOM, "Visible (Right Bottom)", getFieldEditorParent())); // addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_TOP, "Symbol Color (Left Top):", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_TOP, "Symbol Type (Left Top):", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_LEFT_TOP, "Visible (Left Top)", getFieldEditorParent())); // addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_TOP, "Symbol Color (Right Top):", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_TOP, "Symbol Type (Right Top):", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_RIGHT_TOP, "Visible (Right Top)", getFieldEditorParent())); // addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_BOTTOM, "Symbol Color (Left Bottom):", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_BOTTOM, "Symbol Type (Left Bottom):", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_LEFT_BOTTOM, "Visible (Left Bottom)", getFieldEditorParent())); // addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_BOTTOM, "Symbol Color (Right Bottom):", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_BOTTOM, "Symbol Type (Right Bottom):", PreferenceSupport.SYMBOL_TYPES, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_RIGHT_BOTTOM, "Visible (Right Bottom)", getFieldEditorParent())); } @Override public void init(IWorkbench workbench) { } }ScatterSeriesPreferenceConstants.java000066400000000000000000000360241436443153700465740ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import java.util.Locale; import org.eclipse.swt.SWT; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.core.RangeRestriction; public class ScatterSeriesPreferenceConstants { public static final String POSTFIX = "ScatterSeries"; // public static final String P_ENABLE_RANGE_SELECTOR = "enableRangeSelector" + POSTFIX; public static final boolean DEF_ENABLE_RANGE_SELECTOR = true; public static final String P_SHOW_RANGE_SELECTOR_INITIALLY = "showRangeSelectorInitially" + POSTFIX; public static final boolean DEF_SHOW_RANGE_SELECTOR_INITIALLY = true; public static final String P_COLOR_HINT_RANGE_SELECTOR = "colorHintRangeSelector" + POSTFIX; public static final String DEF_COLOR_HINT_RANGE_SELECTOR = "255,0,0"; public static final String P_RANGE_SELECTOR_DEFAULT_AXIS_X = "rangeSelectorDefaultAxisX" + POSTFIX; public static final int DEF_RANGE_SELECTOR_DEFAULT_AXIS_X = 0; // Index public static final String P_RANGE_SELECTOR_DEFAULT_AXIS_Y = "rangeSelectorDefaultAxisY" + POSTFIX; public static final int DEF_RANGE_SELECTOR_DEFAULT_AXIS_Y = 0; // Index // public static final String P_VERTICAL_SLIDER_VISIBLE = "verticalSliderVisible" + POSTFIX; public static final boolean DEF_VERTICAL_SLIDER_VISIBLE = true; public static final String P_HORIZONTAL_SLIDER_VISIBLE = "HorizontalSliderVisible" + POSTFIX; public static final boolean DEF_HORIZONTALSLIDER_VISIBLE = true; // public static final String P_TITLE = "title" + POSTFIX; public static final String DEF_TITLE = "Scatter Series"; public static final String P_TITLE_VISIBLE = "titleVisible" + POSTFIX; public static final boolean DEF_TITLE_VISIBLE = false; public static final String P_TITLE_COLOR = "titleColor" + POSTFIX; public static final String DEF_TITLE_COLOR = "0,0,0"; // public static final String P_LEGEND_POSITION = "legendPosition" + POSTFIX; public static final int DEF_LEGEND_POSITION = SWT.RIGHT; public static final String P_LEGEND_VISIBLE = "legendVisible" + POSTFIX; public static final boolean DEF_LEGEND_VISIBLE = false; // public static final String P_ORIENTATION = "orientation" + POSTFIX; public static final int DEF_ORIENTATION = SWT.HORIZONTAL; public static final String P_BACKGROUND = "background" + POSTFIX; public static final String DEF_BACKGROUND = "255,255,255"; public static final String P_BACKGROUND_CHART = "backgroundChart" + POSTFIX; public static final String DEF_BACKGROUND_CHART = "255,255,255"; public static final String P_BACKGROUND_PLOT_AREA = "backgroundPlotArea" + POSTFIX; public static final String DEF_BACKGROUND_PLOT_AREA = "255,255,255"; // public static final String P_ENABLE_COMPRESS = "enableCompress" + POSTFIX; public static final boolean DEF_ENABLE_COMPRESS = true; public static final String P_ZERO_Y = "zeroY" + POSTFIX; public static final boolean DEF_ZERO_Y = false; public static final String P_ZERO_X = "zeroX" + POSTFIX; public static final boolean DEF_ZERO_X = false; public static final String P_RESTRICT_ZOOM = "restrictZoom" + POSTFIX; public static final boolean DEF_RESTRICT_ZOOM = false; public static final String P_X_ZOOM_ONLY = "xZoomOnly" + POSTFIX; public static final boolean DEF_X_ZOOM_ONLY = false; public static final String P_Y_ZOOM_ONLY = "yZoomOnly" + POSTFIX; public static final boolean DEF_Y_ZOOM_ONLY = false; public static final String P_FORCE_ZERO_MIN_Y = "forceZeroMinY" + POSTFIX; public static final boolean DEF_FORCE_ZERO_MIN_Y = false; public static final String P_EXTEND_TYPE_X = "extendTypeX" + POSTFIX; public static final String DEF_EXTEND_TYPE_X = RangeRestriction.ExtendType.RELATIVE.toString(); public static final String P_EXTEND_MIN_X = "extendMinX" + POSTFIX; public static final double DEF_EXTEND_MIN_X = 0.1d; public static final String P_EXTEND_MAX_X = "extendMaxX" + POSTFIX; public static final double DEF_EXTEND_MAX_X = 0.1d; public static final String P_EXTEND_TYPE_Y = "extendTypeY" + POSTFIX; public static final String DEF_EXTEND_TYPE_Y = RangeRestriction.ExtendType.RELATIVE.toString(); public static final String P_EXTEND_MIN_Y = "extendMinY" + POSTFIX; public static final double DEF_EXTEND_MIN_Y = 0.1d; public static final String P_EXTEND_MAX_Y = "extendMaxY" + POSTFIX; public static final double DEF_EXTEND_MAX_Y = 0.1d; // public static final String P_SHOW_POSITION_MARKER = "showPositionMarker" + POSTFIX; public static final boolean DEF_SHOW_POSITION_MARKER = true; public static final String P_COLOR_POSITION_MARKER = "colorPositionMarker" + POSTFIX; public static final String DEF_COLOR_POSITION_MARKER = "100,100,100"; public static final String P_SHOW_PLOT_CENTER_MARKER = "showPlotCenterMarker" + POSTFIX; public static final boolean DEF_SHOW_PLOT_CENTER_MARKER = false; public static final String P_COLOR_PLOT_CENTER_MARKER = "colorPlotCenterMarker" + POSTFIX; public static final String DEF_COLOR_PLOT_CENTER_MARKER = "100,100,100"; public static final String P_SHOW_LEGEND_MARKER = "showLegendMarker" + POSTFIX; public static final boolean DEF_SHOW_LEGEND_MARKER = false; public static final String P_COLOR_LEGEND_MARKER = "colorLegendMarker" + POSTFIX; public static final String DEF_COLOR_LEGEND_MARKER = "100,100,100"; public static final String P_SHOW_AXIS_ZERO_MARKER = "showAxisZeroMarker" + POSTFIX; public static final boolean DEF_SHOW_AXIS_ZERO_MARKER = true; public static final String P_COLOR_AXIS_ZERO_MARKER = "colorAxisZeroMarker" + POSTFIX; public static final String DEF_COLOR_AXIS_ZERO_MARKER = "100,100,100"; public static final String P_SHOW_SERIES_LABEL_MARKER = "showSeriesLabelMarker" + POSTFIX; public static final boolean DEF_SHOW_SERIES_LABEL_MARKER = true; public static final String P_COLOR_SERIES_LABEL_MARKER = "colorSeriesLabelMarker" + POSTFIX; public static final String DEF_COLOR_SERIES_LABEL_MARKER = "0,0,0"; // public static final String P_CREATE_MENU = "createMenu" + POSTFIX; public static final boolean DEF_CREATE_MENU = true; // public static final String P_PRIMARY_X_AXIS_TITLE = "primaryXAxisTitle" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_TITLE = "PC1"; public static final String P_PRIMARY_X_AXIS_DESCRIPTION = "primaryXAxisDescription" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_DESCRIPTION = "Principal Component 1"; public static final String P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN = "primaryXAxisDecimalFormatPattern" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN = "0"; public static final String P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE = "primaryXAxisDecimalFormatLocale" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE = Locale.ENGLISH.getLanguage(); public static final String P_PRIMARY_X_AXIS_COLOR = "primaryXAxisColor" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_COLOR = "0,0,0"; public static final String P_PRIMARY_X_AXIS_POSITION = "primaryXAxisPosition" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_POSITION = Position.Primary.toString(); public static final String P_PRIMARY_X_AXIS_VISIBLE = "primaryXAxisVisible" + POSTFIX; public static final boolean DEF_PRIMARY_X_AXIS_VISIBLE = true; public static final String P_PRIMARY_X_AXIS_GRID_LINE_STYLE = "primaryXAxisGridLineStyle" + POSTFIX; public static final String DEF_PRIMARY_X_AXIS_GRID_LINE_STYLE = LineStyle.DOT.toString(); public static final String P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE = "primaryXAxisEnableLogScale" + POSTFIX; public static final boolean DEF_PRIMARY_X_AXIS_ENABLE_LOG_SCALE = false; public static final String P_PRIMARY_X_AXIS_LOG_SCALE_BASE = "primaryXAxisLogScaleBase" + POSTFIX; public static final double DEF_PRIMARY_X_AXIS_LOG_SCALE_BASE = 10.0d; public static final String P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE = "primaryXAxisExtraSpaceTitle" + POSTFIX; public static final int DEF_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE = 25; // public static final String P_PRIMARY_Y_AXIS_TITLE = "primaryYAxisTitle" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_TITLE = "PC2"; public static final String P_PRIMARY_Y_AXIS_DESCRIPTION = "primaryYAxisDescription" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_DESCRIPTION = "Principal Component 2"; public static final String P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN = "primaryYAxisDecimalFormatPattern" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN = "0.000"; public static final String P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE = "primaryYAxisDecimalFormatLocale" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE = Locale.ENGLISH.getLanguage(); public static final String P_PRIMARY_Y_AXIS_COLOR = "primaryYAxisColor" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_COLOR = "0,0,0"; public static final String P_PRIMARY_Y_AXIS_POSITION = "primaryYAxisPosition" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_POSITION = Position.Primary.toString(); public static final String P_PRIMARY_Y_AXIS_VISIBLE = "primaryYAxisVisible" + POSTFIX; public static final boolean DEF_PRIMARY_Y_AXIS_VISIBLE = true; public static final String P_PRIMARY_Y_AXIS_GRID_LINE_STYLE = "primaryYAxisGridLineStyle" + POSTFIX; public static final String DEF_PRIMARY_Y_AXIS_GRID_LINE_STYLE = LineStyle.DOT.toString(); public static final String P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE = "primaryYAxisEnableLogScale" + POSTFIX; public static final boolean DEF_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE = false; public static final String P_PRIMARY_Y_AXIS_LOG_SCALE_BASE = "primaryYAxisLogScaleBase" + POSTFIX; public static final double DEF_PRIMARY_Y_AXIS_LOG_SCALE_BASE = 10.0d; public static final String P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE = "primaryYAxisExtraSpaceTitle" + POSTFIX; public static final int DEF_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE = 25; // public static final String P_SYMBOL_SIZE_SERIES = "symbolSizeSeries" + POSTFIX; public static final int DEF_SYMBOL_SIZE_SERIES = 8; // public static final String P_SYMBOL_COLOR_SERIES_LEFT_TOP = "symbolColorSeriesLeftTop" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_LEFT_TOP = "255,0,255"; public static final String P_SYMBOL_TYPE_SERIES_LEFT_TOP = "symbolTypeSeriesLeftTop" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_LEFT_TOP = PlotSymbolType.DIAMOND.toString(); public static final String P_VISIBLE_SERIES_LEFT_TOP = "visibleSeriesLeftTop" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_LEFT_TOP = true; // public static final String P_SYMBOL_COLOR_SERIES_RIGHT_TOP = "symbolColorSeriesRightTop" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_RIGHT_TOP = "255,0,0"; public static final String P_SYMBOL_TYPE_SERIES_RIGHT_TOP = "symbolTypeSeriesRightTop" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_RIGHT_TOP = PlotSymbolType.SQUARE.toString(); public static final String P_VISIBLE_SERIES_RIGHT_TOP = "visibleSeriesRightTop" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_RIGHT_TOP = true; // public static final String P_SYMBOL_COLOR_SERIES_LEFT_BOTTOM = "symbolColorSeriesLeftBottom" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_LEFT_BOTTOM = "0,255,255"; public static final String P_SYMBOL_TYPE_SERIES_LEFT_BOTTOM = "symbolTypeSeriesLeftBottom" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_LEFT_BOTTOM = PlotSymbolType.INVERTED_TRIANGLE.toString(); public static final String P_VISIBLE_SERIES_LEFT_BOTTOM = "visibleSeriesLeftBottom" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_LEFT_BOTTOM = true; // public static final String P_SYMBOL_COLOR_SERIES_RIGHT_BOTTOM = "symbolColorSeriesRightBottom" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_RIGHT_BOTTOM = "0,0,255"; public static final String P_SYMBOL_TYPE_SERIES_RIGHT_BOTTOM = "symbolTypeSeriesRightBottom" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_RIGHT_BOTTOM = PlotSymbolType.TRIANGLE.toString(); public static final String P_VISIBLE_SERIES_RIGHT_BOTTOM = "visibleSeriesRightBottom" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_RIGHT_BOTTOM = true; // public static final String P_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_TOP = "symbolColorSeriesHighlightLeftTop" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_TOP = "255,0,255"; public static final String P_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_TOP = "symbolTypeSeriesHighlightLeftTop" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_TOP = PlotSymbolType.DIAMOND.toString(); public static final String P_VISIBLE_SERIES_HIGHLIGHT_LEFT_TOP = "visibleSeriesHighlightLeftTop" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_HIGHLIGHT_LEFT_TOP = true; // public static final String P_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_TOP = "symbolColorSeriesHighlightRightTop" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_TOP = "255,0,0"; public static final String P_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_TOP = "symbolTypeSeriesHighlightRightTop" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_TOP = PlotSymbolType.SQUARE.toString(); public static final String P_VISIBLE_SERIES_HIGHLIGHT_RIGHT_TOP = "visibleSeriesHighlightRightTop" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_HIGHLIGHT_RIGHT_TOP = true; // public static final String P_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_BOTTOM = "symbolColorSeriesHighlightLeftBottom" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_BOTTOM = "0,255,255"; public static final String P_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_BOTTOM = "symbolTypeSeriesHighlightLeftBottom" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_BOTTOM = PlotSymbolType.INVERTED_TRIANGLE.toString(); public static final String P_VISIBLE_SERIES_HIGHLIGHT_LEFT_BOTTOM = "visibleSeriesHighlightLeftBottom" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_HIGHLIGHT_LEFT_BOTTOM = true; // public static final String P_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_BOTTOM = "symbolColorSeriesHighlightRightBottom" + POSTFIX; public static final String DEF_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_BOTTOM = "0,0,255"; public static final String P_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_BOTTOM = "symbolTypeSeriesHighlightRightBottom" + POSTFIX; public static final String DEF_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_BOTTOM = PlotSymbolType.TRIANGLE.toString(); public static final String P_VISIBLE_SERIES_HIGHLIGHT_RIGHT_BOTTOM = "visibleSeriesHighlightRightBottom" + POSTFIX; public static final boolean DEF_VISIBLE_SERIES_HIGHLIGHT_RIGHT_BOTTOM = true; }ScatterSeriesPreferenceInitializer.java000066400000000000000000000342131436443153700471010ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.swtchart.extensions.examples.Activator; public class ScatterSeriesPreferenceInitializer extends AbstractPreferenceInitializer { @Override public void initializeDefaultPreferences() { IPreferenceStore preferenceStore = Activator.getDefault().getPreferenceStore(); /* * Scatter Series */ preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_ENABLE_RANGE_SELECTOR, ScatterSeriesPreferenceConstants.DEF_ENABLE_RANGE_SELECTOR); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SHOW_RANGE_SELECTOR_INITIALLY, ScatterSeriesPreferenceConstants.DEF_SHOW_RANGE_SELECTOR_INITIALLY); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_COLOR_HINT_RANGE_SELECTOR, ScatterSeriesPreferenceConstants.DEF_COLOR_HINT_RANGE_SELECTOR); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_X, ScatterSeriesPreferenceConstants.DEF_RANGE_SELECTOR_DEFAULT_AXIS_X); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_Y, ScatterSeriesPreferenceConstants.DEF_RANGE_SELECTOR_DEFAULT_AXIS_Y); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_VERTICAL_SLIDER_VISIBLE, ScatterSeriesPreferenceConstants.DEF_VERTICAL_SLIDER_VISIBLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_HORIZONTAL_SLIDER_VISIBLE, ScatterSeriesPreferenceConstants.DEF_HORIZONTALSLIDER_VISIBLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_TITLE, ScatterSeriesPreferenceConstants.DEF_TITLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_TITLE_VISIBLE, ScatterSeriesPreferenceConstants.DEF_TITLE_VISIBLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_TITLE_COLOR, ScatterSeriesPreferenceConstants.DEF_TITLE_COLOR); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_LEGEND_POSITION, ScatterSeriesPreferenceConstants.DEF_LEGEND_POSITION); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_LEGEND_VISIBLE, ScatterSeriesPreferenceConstants.DEF_LEGEND_VISIBLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_ORIENTATION, ScatterSeriesPreferenceConstants.DEF_ORIENTATION); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_BACKGROUND, ScatterSeriesPreferenceConstants.DEF_BACKGROUND); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_BACKGROUND_CHART, ScatterSeriesPreferenceConstants.DEF_BACKGROUND_CHART); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_BACKGROUND_PLOT_AREA, ScatterSeriesPreferenceConstants.DEF_BACKGROUND_PLOT_AREA); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_ENABLE_COMPRESS, ScatterSeriesPreferenceConstants.DEF_ENABLE_COMPRESS); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_ZERO_X, ScatterSeriesPreferenceConstants.DEF_ZERO_X); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_ZERO_Y, ScatterSeriesPreferenceConstants.DEF_ZERO_Y); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_RESTRICT_ZOOM, ScatterSeriesPreferenceConstants.DEF_RESTRICT_ZOOM); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_X_ZOOM_ONLY, ScatterSeriesPreferenceConstants.DEF_X_ZOOM_ONLY); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_Y_ZOOM_ONLY, ScatterSeriesPreferenceConstants.DEF_Y_ZOOM_ONLY); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_FORCE_ZERO_MIN_Y, ScatterSeriesPreferenceConstants.DEF_FORCE_ZERO_MIN_Y); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_EXTEND_TYPE_X, ScatterSeriesPreferenceConstants.DEF_EXTEND_TYPE_X); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_EXTEND_MIN_X, ScatterSeriesPreferenceConstants.DEF_EXTEND_MIN_X); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_EXTEND_MAX_X, ScatterSeriesPreferenceConstants.DEF_EXTEND_MAX_X); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_EXTEND_TYPE_Y, ScatterSeriesPreferenceConstants.DEF_EXTEND_TYPE_Y); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_EXTEND_MIN_Y, ScatterSeriesPreferenceConstants.DEF_EXTEND_MIN_Y); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_EXTEND_MAX_Y, ScatterSeriesPreferenceConstants.DEF_EXTEND_MAX_Y); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SHOW_POSITION_MARKER, ScatterSeriesPreferenceConstants.DEF_SHOW_POSITION_MARKER); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_COLOR_POSITION_MARKER, ScatterSeriesPreferenceConstants.DEF_COLOR_POSITION_MARKER); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SHOW_PLOT_CENTER_MARKER, ScatterSeriesPreferenceConstants.DEF_SHOW_PLOT_CENTER_MARKER); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_COLOR_PLOT_CENTER_MARKER, ScatterSeriesPreferenceConstants.DEF_COLOR_PLOT_CENTER_MARKER); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SHOW_LEGEND_MARKER, ScatterSeriesPreferenceConstants.DEF_SHOW_LEGEND_MARKER); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_COLOR_LEGEND_MARKER, ScatterSeriesPreferenceConstants.DEF_COLOR_LEGEND_MARKER); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SHOW_AXIS_ZERO_MARKER, ScatterSeriesPreferenceConstants.DEF_SHOW_AXIS_ZERO_MARKER); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_COLOR_AXIS_ZERO_MARKER, ScatterSeriesPreferenceConstants.DEF_COLOR_AXIS_ZERO_MARKER); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SHOW_SERIES_LABEL_MARKER, ScatterSeriesPreferenceConstants.DEF_SHOW_SERIES_LABEL_MARKER); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_COLOR_SERIES_LABEL_MARKER, ScatterSeriesPreferenceConstants.DEF_COLOR_SERIES_LABEL_MARKER); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_CREATE_MENU, ScatterSeriesPreferenceConstants.DEF_CREATE_MENU); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_TITLE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_TITLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DESCRIPTION, ScatterSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_DESCRIPTION); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN, ScatterSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_COLOR, ScatterSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_COLOR); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_POSITION, ScatterSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_POSITION); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_VISIBLE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_VISIBLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_GRID_LINE_STYLE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_GRID_LINE_STYLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_ENABLE_LOG_SCALE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_LOG_SCALE_BASE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_LOG_SCALE_BASE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_TITLE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_TITLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DESCRIPTION, ScatterSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_DESCRIPTION); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN, ScatterSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_COLOR, ScatterSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_COLOR); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_POSITION, ScatterSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_POSITION); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_VISIBLE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_VISIBLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_GRID_LINE_STYLE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_GRID_LINE_STYLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_LOG_SCALE_BASE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_LOG_SCALE_BASE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE, ScatterSeriesPreferenceConstants.DEF_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_SIZE_SERIES, ScatterSeriesPreferenceConstants.DEF_SYMBOL_SIZE_SERIES); // preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_LEFT_TOP, ScatterSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_LEFT_TOP); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_LEFT_TOP, ScatterSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_LEFT_TOP); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_LEFT_TOP, ScatterSeriesPreferenceConstants.DEF_VISIBLE_SERIES_LEFT_TOP); // preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_RIGHT_TOP, ScatterSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_RIGHT_TOP); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_RIGHT_TOP, ScatterSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_RIGHT_TOP); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_RIGHT_TOP, ScatterSeriesPreferenceConstants.DEF_VISIBLE_SERIES_RIGHT_TOP); // preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_LEFT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_LEFT_BOTTOM); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_LEFT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_LEFT_BOTTOM); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_LEFT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_VISIBLE_SERIES_LEFT_BOTTOM); // preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_RIGHT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_RIGHT_BOTTOM); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_RIGHT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_RIGHT_BOTTOM); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_RIGHT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_VISIBLE_SERIES_RIGHT_BOTTOM); // preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_TOP, ScatterSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_TOP); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_TOP, ScatterSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_TOP); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_LEFT_TOP, ScatterSeriesPreferenceConstants.DEF_VISIBLE_SERIES_HIGHLIGHT_LEFT_TOP); // preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_TOP, ScatterSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_TOP); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_TOP, ScatterSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_TOP); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_RIGHT_TOP, ScatterSeriesPreferenceConstants.DEF_VISIBLE_SERIES_HIGHLIGHT_RIGHT_TOP); // preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_HIGHLIGHT_LEFT_BOTTOM); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_HIGHLIGHT_LEFT_BOTTOM); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_LEFT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_VISIBLE_SERIES_HIGHLIGHT_LEFT_BOTTOM); // preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_SYMBOL_COLOR_SERIES_HIGHLIGHT_RIGHT_BOTTOM); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_SYMBOL_TYPE_SERIES_HIGHLIGHT_RIGHT_BOTTOM); preferenceStore.setDefault(ScatterSeriesPreferenceConstants.P_VISIBLE_SERIES_HIGHLIGHT_RIGHT_BOTTOM, ScatterSeriesPreferenceConstants.DEF_VISIBLE_SERIES_HIGHLIGHT_RIGHT_BOTTOM); } }ScatterSeriesPreferencePage.java000066400000000000000000000161361436443153700454760ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.ColorFieldEditor; import org.eclipse.jface.preference.ComboFieldEditor; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.jface.preference.IntegerFieldEditor; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.preferences.PreferenceSupport; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class ScatterSeriesPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public ScatterSeriesPreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setDescription("Scatter Series chart settings."); } @Override public void createFieldEditors() { addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Chart Settings", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_ENABLE_RANGE_SELECTOR, "Enable Range Selector", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_SHOW_RANGE_SELECTOR_INITIALLY, "Show Range Selector Initially", getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_COLOR_HINT_RANGE_SELECTOR, "Color Hint Range Selector:", getFieldEditorParent())); addField(new IntegerFieldEditor(ScatterSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_X, "Range Selector Default Axis X (Index):", getFieldEditorParent())); addField(new IntegerFieldEditor(ScatterSeriesPreferenceConstants.P_RANGE_SELECTOR_DEFAULT_AXIS_Y, "Range Selector Default Axis Y (Index):", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_VERTICAL_SLIDER_VISIBLE, "Vertical Slider Visible (see Bug #511257)", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_HORIZONTAL_SLIDER_VISIBLE, "Horizontal Slider Visible", getFieldEditorParent())); addField(new StringFieldEditor(ScatterSeriesPreferenceConstants.P_TITLE, "Title:", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_TITLE_VISIBLE, "Title Visible", getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_TITLE_COLOR, "Title Color:", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_LEGEND_POSITION, "Legend Position:", PreferenceSupport.LEGEND_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_LEGEND_VISIBLE, "Legend Visible", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_ORIENTATION, "Orientation:", PreferenceSupport.ORIENTATIONS, getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_BACKGROUND, "Background:", getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_BACKGROUND_CHART, "Background Chart:", getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_BACKGROUND_PLOT_AREA, "Background Plot Area:", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_ENABLE_COMPRESS, "Enable Compress", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_ZERO_X, "Zero X", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_ZERO_Y, "Zero Y", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_RESTRICT_ZOOM, "Restrict Zoom", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_X_ZOOM_ONLY, "X Zoom Only", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_Y_ZOOM_ONLY, "Y Zoom Only", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_FORCE_ZERO_MIN_Y, "Force Zero Min Y", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_EXTEND_TYPE_X, "Extend Type X:", PreferenceSupport.EXTEND_TYPES, getFieldEditorParent())); addField(new DoubleFieldEditor(ScatterSeriesPreferenceConstants.P_EXTEND_MIN_X, "Extend Min X:", getFieldEditorParent())); addField(new DoubleFieldEditor(ScatterSeriesPreferenceConstants.P_EXTEND_MAX_X, "Extend Max X:", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_EXTEND_TYPE_Y, "Extend Type Y:", PreferenceSupport.EXTEND_TYPES, getFieldEditorParent())); addField(new DoubleFieldEditor(ScatterSeriesPreferenceConstants.P_EXTEND_MIN_Y, "Extend Min Y:", getFieldEditorParent())); addField(new DoubleFieldEditor(ScatterSeriesPreferenceConstants.P_EXTEND_MAX_Y, "Extend Max Y:", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_SHOW_POSITION_MARKER, "Show Position Marker", getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_COLOR_POSITION_MARKER, "Color Position Marker:", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_SHOW_PLOT_CENTER_MARKER, "Show Plot Center Marker", getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_COLOR_PLOT_CENTER_MARKER, "Color Plot Center Marker:", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_SHOW_LEGEND_MARKER, "Show Legend Marker", getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_COLOR_LEGEND_MARKER, "Color Legend Marker:", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_SHOW_AXIS_ZERO_MARKER, "Show Axis Zero Marker", getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_COLOR_AXIS_ZERO_MARKER, "Color Axis Zero Marker:", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_SHOW_SERIES_LABEL_MARKER, "Show Series Label Marker", getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_COLOR_SERIES_LABEL_MARKER, "Color Series Label Marker:", getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_CREATE_MENU, "Create Menu", getFieldEditorParent())); } @Override public void init(IWorkbench workbench) { } }ScatterSeriesPrimaryAxesPreferencePage.java000066400000000000000000000126241436443153700476610ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.jface.preference.BooleanFieldEditor; import org.eclipse.jface.preference.ColorFieldEditor; import org.eclipse.jface.preference.ComboFieldEditor; import org.eclipse.jface.preference.FieldEditorPreferencePage; import org.eclipse.jface.preference.IntegerFieldEditor; import org.eclipse.jface.preference.StringFieldEditor; import org.eclipse.swtchart.extensions.examples.Activator; import org.eclipse.swtchart.extensions.preferences.PreferenceSupport; import org.eclipse.ui.IWorkbench; import org.eclipse.ui.IWorkbenchPreferencePage; public class ScatterSeriesPrimaryAxesPreferencePage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage { public ScatterSeriesPrimaryAxesPreferencePage() { super(GRID); setPreferenceStore(Activator.getDefault().getPreferenceStore()); setTitle("Primary axis settings"); setDescription(""); } @Override public void createFieldEditors() { addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("X-Axis", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new StringFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_TITLE, "Primary X-Axis Title:", getFieldEditorParent())); addField(new StringFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DESCRIPTION, "Primary X-Axis Description:", getFieldEditorParent())); addField(new StringFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_PATTERN, "Primary X-Axis Format Pattern:", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_DECIMAL_FORMAT_LOCALE, "Primary X-Axis Format Locale:", PreferenceSupport.LOCALES, getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_COLOR, "Primary X-Axis Color:", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_POSITION, "Primary X-Axis Position:", PreferenceSupport.AXIS_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_VISIBLE, "Primary X-Axis Visible", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_GRID_LINE_STYLE, "Primary X-Axis Grid Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_ENABLE_LOG_SCALE, "Primary X-Axis Enable Log Scale", getFieldEditorParent())); addField(new DoubleFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_LOG_SCALE_BASE, "Primary X-Axis Log Scale Base", getFieldEditorParent())); addField(new IntegerFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_X_AXIS_EXTRA_SPACE_TITLE, "Primary X-Axis Extra Space Title:", getFieldEditorParent())); // addField(new SpacerFieldEditor(getFieldEditorParent())); addField(new LabelFieldEditor("Y-Axis", getFieldEditorParent())); addField(new SpacerFieldEditor(getFieldEditorParent())); // addField(new StringFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_TITLE, "Primary Y-Axis Title:", getFieldEditorParent())); addField(new StringFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DESCRIPTION, "Primary Y-Axis Description:", getFieldEditorParent())); addField(new StringFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_PATTERN, "Primary Y-Axis Format Pattern:", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_DECIMAL_FORMAT_LOCALE, "Primary Y-Axis Format Locale:", PreferenceSupport.LOCALES, getFieldEditorParent())); addField(new ColorFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_COLOR, "Primary Y-Axis Color:", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_POSITION, "Primary Y-Axis Position:", PreferenceSupport.AXIS_POSITIONS, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_VISIBLE, "Primary Y-Axis Visible", getFieldEditorParent())); addField(new ComboFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_GRID_LINE_STYLE, "Primary Y-Axis Grid Line Style:", PreferenceSupport.LINE_STYLES, getFieldEditorParent())); addField(new BooleanFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_ENABLE_LOG_SCALE, "Primary Y-Axis Enable Log Scale", getFieldEditorParent())); addField(new DoubleFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_LOG_SCALE_BASE, "Primary Y-Axis Log Scale Base", getFieldEditorParent())); addField(new IntegerFieldEditor(ScatterSeriesPreferenceConstants.P_PRIMARY_Y_AXIS_EXTRA_SPACE_TITLE, "Primary Y-Axis Extra Space Title:", getFieldEditorParent())); } @Override public void init(IWorkbench workbench) { } }SpacerFieldEditor.java000066400000000000000000000013431436443153700434440ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/preferences/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.preferences; import org.eclipse.swt.widgets.Composite; public class SpacerFieldEditor extends LabelFieldEditor { public SpacerFieldEditor(Composite parent) { super("", parent); } } support/000077500000000000000000000000001436443153700364635ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examplesBarSeries1000066400000000000000000000012521436443153700403460ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support16.0 40 17.0 13 18.0 61 20.0 2 25.0 2 26.0 11 29.3 36 34.0 3 36.0 4 37.0 36 38.0 61 39.0 79 40.0 62 41.0 17 42.0 7 44.0 98 45.0 38 46.0 2 47.0 8 49.1 32 50.0 220 51.0 373 52.1 63 54.0 3 55.0 23 56.0 7 57.0 8 60.0 6 61.0 13 62.0 10 63.0 13 64.0 5 65.0 31 66.2 20 67.0 10 68.0 7 69.0 5 70.0 3 71.0 1 73.0 26 74.0 97 75.0 49 77.1 709 78.0 73 79.0 11 80.0 2 81.0 3 82.0 3 83.0 4 84.0 3 85.0 5 86.0 3 87.0 2 89.0 1 90.0 1 91.0 10 93.0 8 94.0 27 95.0 5 96.0 2 97.0 1 102.0 2 103.0 4 105.1 1000 106.2 81 107.0 7 118.0 2 119.0 6 122.1 843 123.0 62 124.0 8 133.0 6 134.0 4 135.0 1 137.0 3 149.0 3 150.0 2 191.0 1 BarSeries2000066400000000000000000103561351436443153700403650ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support600.3053 3.0 600.3131 2.0 600.3209 10.0 600.3287 5.0 600.3366 2.0 600.3444 4.0 600.3522 2.0 600.36 10.0 600.3678 3.0 600.3756 1.0 600.3912 3.0 600.399 11.0 600.4068 3.0 600.4146 4.0 600.4224 8.0 600.4302 1.0 600.438 8.0 600.4458 3.0 600.4536 3.0 600.4614 5.0 600.4692 7.0 600.477 4.0 600.4848 8.0 600.4926 18.0 600.5004 9.0 600.5082 4.0 600.5161 3.0 600.5317 6.0 600.5473 4.0 600.5551 4.0 600.5629 4.0 600.5707 3.0 600.5785 4.0 600.5863 9.0 600.5941 7.0 600.6019 4.0 600.6097 8.0 600.6175 8.0 600.6253 9.0 600.6331 16.0 600.6409 9.0 600.6487 9.0 600.6566 2.0 600.6644 13.0 600.6722 12.0 600.68 1.0 600.6956 11.0 600.7034 13.0 600.7112 4.0 600.719 7.0 600.7268 7.0 600.7346 3.0 600.7424 9.0 600.7502 10.0 600.758 1.0 600.7658 10.0 600.7736 11.0 600.7815 7.0 600.7893 5.0 600.7971 1.0 600.8049 2.0 600.8127 5.0 600.8205 2.0 600.8283 7.0 600.8361 4.0 600.8439 1.0 600.8517 2.0 600.8673 3.0 600.8829 3.0 600.8908 7.0 600.8986 6.0 600.9142 3.0 600.9376 3.0 600.9454 1.0 600.9532 1.0 600.9688 1.0 600.9923 4.0 601.0001 3.0 601.0079 6.0 601.0157 4.0 601.0235 2.0 601.0313 2.0 601.0469 2.0 601.0547 2.0 601.0625 1.0 601.0703 5.0 601.0781 4.0 601.086 1.0 601.0938 3.0 601.1016 7.0 601.1094 3.0 601.1172 3.0 601.125 4.0 601.1406 1.0 601.1484 3.0 601.1562 1.0 601.164 3.0 601.1719 6.0 601.1797 5.0 601.1875 3.0 601.1953 1.0 601.2031 6.0 601.2109 4.0 601.2187 3.0 601.2265 2.0 601.2343 1.0 601.2421 2.0 601.25 4.0 601.2578 1.0 601.2656 2.0 601.2812 10.0 601.289 11.0 601.2968 7.0 601.3046 11.0 601.3124 10.0 601.3202 10.0 601.3281 2.0 601.3359 2.0 601.3437 3.0 601.3515 1.0 601.3593 7.0 601.3671 10.0 601.3749 13.0 601.3827 12.0 601.3905 6.0 601.3983 9.0 601.4062 4.0 601.414 3.0 601.4296 3.0 601.4374 2.0 601.4452 3.0 601.453 4.0 601.4608 6.0 601.4686 12.0 601.4765 7.0 601.4843 6.0 601.4921 4.0 601.4999 9.0 601.5077 5.0 601.5155 2.0 601.5233 4.0 601.5311 5.0 601.539 3.0 601.5468 3.0 601.5546 1.0 601.5624 6.0 601.5702 3.0 601.5858 4.0 601.5936 14.0 601.6014 7.0 601.6093 4.0 601.6171 3.0 601.6249 1.0 601.6327 2.0 601.6483 4.0 601.6639 6.0 601.6718 4.0 601.6796 4.0 601.6874 4.0 601.6952 7.0 601.703 6.0 601.7108 6.0 601.7186 2.0 601.7264 2.0 601.7343 1.0 601.7421 7.0 601.7499 11.0 601.7577 4.0 601.7655 1.0 601.7733 1.0 601.7811 1.0 601.789 5.0 601.7968 3.0 601.8046 1.0 601.8124 1.0 601.8202 1.0 601.828 9.0 601.8358 20.0 601.8436 8.0 601.8515 1.0 601.8593 7.0 601.8671 4.0 601.8749 5.0 601.8827 8.0 601.8905 3.0 601.8983 5.0 601.9062 5.0 601.914 3.0 601.9218 3.0 601.9296 9.0 601.9374 1.0 601.9452 1.0 601.953 2.0 601.9609 4.0 601.9687 2.0 601.9765 4.0 601.9843 2.0 601.9921 4.0 601.9999 4.0 602.0077 4.0 602.0156 3.0 602.0234 1.0 602.0312 2.0 602.039 4.0 602.0546 3.0 602.0625 5.0 602.0703 1.0 602.0781 1.0 602.0859 6.0 602.0937 5.0 602.1093 1.0 602.1172 2.0 602.1328 4.0 602.1406 5.0 602.1484 3.0 602.1562 1.0 602.1641 4.0 602.1719 1.0 602.1797 2.0 602.1875 3.0 602.1953 2.0 602.2031 8.0 602.2109 9.0 602.2188 1.0 602.2266 2.0 602.2344 3.0 602.2422 2.0 602.25 1.0 602.2578 1.0 602.2657 5.0 602.2813 5.0 602.2891 3.0 602.2969 1.0 602.3047 3.0 602.3204 5.0 602.3282 8.0 602.336 3.0 602.3438 6.0 602.3516 5.0 602.3595 12.0 602.3673 14.0 602.3751 8.0 602.3829 5.0 602.3907 2.0 602.3986 7.0 602.4064 10.0 602.4142 8.0 602.422 6.0 602.4298 1.0 602.4455 8.0 602.4533 9.0 602.4611 11.0 602.4689 13.0 602.4767 9.0 602.4845 10.0 602.4924 5.0 602.5002 2.0 602.508 10.0 602.5158 12.0 602.5236 3.0 602.5315 3.0 602.5471 4.0 602.5549 5.0 602.5627 6.0 602.5705 3.0 602.5784 1.0 602.5862 6.0 602.594 3.0 602.6018 3.0 602.6096 1.0 602.6253 1.0 602.6487 1.0 602.6722 1.0 602.68 1.0 602.6878 6.0 602.6956 4.0 602.7035 3.0 602.7113 10.0 602.7191 10.0 602.7269 5.0 602.7347 2.0 602.7426 4.0 602.7504 3.0 602.766 1.0 602.7817 5.0 602.7895 4.0 602.7973 1.0 602.8051 3.0 602.8129 4.0 602.8286 2.0 602.8364 2.0 602.8442 5.0 602.852 5.0 602.8599 3.0 602.8833 2.0 602.8911 4.0 602.899 6.0 602.9146 1.0 602.9224 1.0 602.9302 1.0 602.9381 2.0 602.9459 12.0 602.9537 8.0 602.9615 2.0 602.9772 5.0 602.985 2.0 602.9928 1.0 603.0006 4.0 603.0085 6.0 603.0163 3.0 603.0241 2.0 603.0319 3.0 603.0397 6.0 603.0476 1.0 603.0632 1.0 603.071 3.0 603.0867 4.0 603.0945 9.0 603.1023 3.0 603.1101 1.0 603.118 1.0 603.1336 2.0 603.1414 1.0 603.1492 3.0 603.1571 1.0 603.1727 1.0 603.1884 5.0 603.1962 4.0 603.204 4.0 603.2197 4.0 603.2275 4.0 603.2353 1.0 603.2431 1.0 603.2509 6.0 603.2588 8.0 603.2666 8.0 603.2744 13.0 603.2822 14.0 603.2901 9.0 603.2979 6.0 603.3057 8.0 603.3135 11.0 603.3213 6.0 603.3292 6.0 603.337 19.0 603.3448 10.0 603.3526 4.0 603.3605 7.0 603.3683 5.0 603.3761 5.0 603.3839 9.0 603.3918 13.0 603.3996 9.0 603.4074 9.0 603.4152 9.0 603.4231 6.0 603.4309 4.0 603.4387 2.0 603.4465 7.0 603.4544 2.0 603.4622 4.0 603.47 4.0 603.4857 4.0 603.4935 10.0 603.5091 1.0 603.5169 1.0 603.5248 2.0 603.5326 1.0 603.5404 1.0 603.5482 3.0 603.5639 3.0 603.5717 4.0 603.5795 4.0 603.5874 7.0 603.5952 2.0 603.6108 2.0 603.6187 2.0 603.6343 2.0 603.6421 1.0 603.65 10.0 603.6578 7.0 603.6656 4.0 603.6735 1.0 603.6813 6.0 603.6891 4.0 603.6969 9.0 603.7048 5.0 603.7126 3.0 603.7204 3.0 603.7361 6.0 603.7439 7.0 603.7517 1.0 603.7674 4.0 603.7752 4.0 603.783 1.0 603.7987 1.0 603.8065 5.0 603.8143 4.0 603.8221 2.0 603.83 2.0 603.8378 3.0 603.8456 2.0 603.8535 2.0 603.8613 4.0 603.8691 7.0 603.8769 1.0 603.8926 1.0 603.9004 3.0 603.9082 1.0 603.9161 4.0 603.9239 7.0 603.9317 4.0 603.9396 2.0 603.9474 5.0 603.9552 2.0 603.963 3.0 603.9709 1.0 603.9787 4.0 603.9865 2.0 603.9943 4.0 604.0022 1.0 604.01 2.0 604.0178 3.0 604.0257 7.0 604.0335 3.0 604.0413 3.0 604.057 1.0 604.0648 2.0 604.0726 2.0 604.0805 2.0 604.0883 4.0 604.0961 2.0 604.1118 1.0 604.1274 1.0 604.1353 2.0 604.1431 3.0 604.1509 3.0 604.1587 2.0 604.1666 2.0 604.1744 5.0 604.1822 1.0 604.1901 5.0 604.1979 3.0 604.2057 2.0 604.2135 2.0 604.2214 2.0 604.2292 1.0 604.237 8.0 604.2683 3.0 604.2762 6.0 604.284 4.0 604.2918 2.0 604.2997 6.0 604.3075 7.0 604.3153 6.0 604.3232 5.0 604.331 3.0 604.3388 8.0 604.3466 10.0 604.3545 3.0 604.3623 18.0 604.3701 33.0 604.378 20.0 604.3858 13.0 604.3936 4.0 604.4015 4.0 604.4093 19.0 604.4171 11.0 604.4249 3.0 604.4328 2.0 604.4406 1.0 604.4484 1.0 604.4563 1.0 604.4641 1.0 604.4719 2.0 604.4798 6.0 604.4876 10.0 604.4954 10.0 604.5033 4.0 604.5111 4.0 604.5189 1.0 604.5267 3.0 604.5346 2.0 604.5502 4.0 604.5581 7.0 604.5659 5.0 604.5737 3.0 604.5816 2.0 604.5894 8.0 604.5972 1.0 604.6051 1.0 604.6129 2.0 604.6207 4.0 604.6286 3.0 604.6521 3.0 604.6599 3.0 604.6677 2.0 604.6755 3.0 604.6834 3.0 604.6912 3.0 604.7147 4.0 604.7225 2.0 604.7304 1.0 604.7382 1.0 604.746 1.0 604.7539 2.0 604.7617 1.0 604.7774 1.0 604.7852 2.0 604.793 4.0 604.8009 5.0 604.8087 6.0 604.8244 4.0 604.84 8.0 604.8479 2.0 604.8557 2.0 604.8635 1.0 604.8714 2.0 604.8792 2.0 604.887 6.0 604.8949 2.0 604.9027 5.0 604.9105 5.0 604.9184 1.0 604.9262 4.0 604.934 3.0 604.9419 2.0 604.9497 2.0 604.9575 5.0 604.9654 5.0 604.9732 2.0 604.981 1.0 604.9889 2.0 604.9967 1.0 605.0045 2.0 605.0124 1.0 605.0202 4.0 605.028 1.0 605.0359 1.0 605.0437 3.0 605.0594 3.0 605.0751 2.0 605.0829 2.0 605.0907 2.0 605.1064 2.0 605.1142 2.0 605.1221 1.0 605.1377 5.0 605.1456 2.0 605.1534 2.0 605.1612 1.0 605.1926 2.0 605.2004 2.0 605.2083 2.0 605.2161 3.0 605.2239 1.0 605.2318 1.0 605.2553 4.0 605.2788 1.0 605.2866 3.0 605.2944 10.0 605.3023 14.0 605.3101 3.0 605.3258 3.0 605.3336 3.0 605.3415 5.0 605.3493 10.0 605.3571 4.0 605.3728 1.0 605.3806 3.0 605.3885 4.0 605.3963 4.0 605.4042 5.0 605.412 2.0 605.4198 5.0 605.4277 10.0 605.4355 4.0 605.4433 3.0 605.4512 4.0 605.459 1.0 605.4669 9.0 605.4747 3.0 605.4825 7.0 605.4904 14.0 605.4982 2.0 605.506 11.0 605.5139 4.0 605.5217 3.0 605.5296 6.0 605.5374 5.0 605.5452 3.0 605.5531 5.0 605.5609 4.0 605.5766 2.0 605.5844 11.0 605.5923 3.0 605.6001 1.0 605.6079 11.0 605.6158 12.0 605.6236 8.0 605.6315 1.0 605.6393 8.0 605.6471 12.0 605.655 10.0 605.6628 11.0 605.6706 6.0 605.6785 6.0 605.6863 4.0 605.6942 4.0 605.702 4.0 605.7098 6.0 605.7177 2.0 605.7255 1.0 605.7334 5.0 605.7412 1.0 605.7569 6.0 605.7647 7.0 605.7726 5.0 605.7804 5.0 605.7882 1.0 605.7961 2.0 605.8039 2.0 605.8196 1.0 605.8274 3.0 605.8353 2.0 605.8431 1.0 605.8509 2.0 605.8666 1.0 605.8745 5.0 605.8823 5.0 605.8901 2.0 605.898 1.0 605.9058 3.0 605.9137 2.0 605.9215 2.0 605.9293 2.0 605.945 3.0 605.9529 1.0 605.9607 2.0 605.9685 1.0 605.9764 2.0 605.9842 1.0 605.9921 4.0 605.9999 2.0 606.0078 1.0 606.0156 2.0 606.0234 2.0 606.0313 2.0 606.0391 2.0 606.047 3.0 606.0548 3.0 606.0626 2.0 606.0705 5.0 606.0783 4.0 606.0862 3.0 606.094 4.0 606.1018 3.0 606.1097 8.0 606.1175 3.0 606.1254 2.0 606.1332 2.0 606.1411 2.0 606.1489 1.0 606.1567 3.0 606.1646 1.0 606.1724 4.0 606.1881 1.0 606.1959 4.0 606.2195 3.0 606.2273 1.0 606.2352 8.0 606.243 2.0 606.2665 2.0 606.2744 5.0 606.2822 1.0 606.2901 8.0 606.2979 5.0 606.3057 4.0 606.3136 4.0 606.3214 2.0 606.3293 1.0 606.3371 2.0 606.345 1.0 606.3528 9.0 606.3606 2.0 606.3685 3.0 606.3763 4.0 606.3842 8.0 606.392 3.0 606.3999 2.0 606.4077 9.0 606.4155 4.0 606.4234 8.0 606.4312 5.0 606.4391 7.0 606.4469 9.0 606.4548 7.0 606.4704 1.0 606.4783 5.0 606.4861 10.0 606.494 6.0 606.5018 2.0 606.5175 3.0 606.5254 5.0 606.5332 5.0 606.541 2.0 606.5489 2.0 606.5567 4.0 606.5803 5.0 606.5881 4.0 606.596 4.0 606.6038 2.0 606.6116 4.0 606.6195 5.0 606.6273 2.0 606.6352 1.0 606.643 16.0 606.6509 14.0 606.6666 4.0 606.6744 9.0 606.6823 7.0 606.6901 4.0 606.6979 6.0 606.7058 2.0 606.7136 1.0 606.7215 2.0 606.7293 3.0 606.7372 7.0 606.745 6.0 606.7529 3.0 606.7607 3.0 606.7764 2.0 606.7842 5.0 606.7921 3.0 606.7999 3.0 606.8078 4.0 606.8156 2.0 606.8235 5.0 606.8313 5.0 606.8392 4.0 606.847 7.0 606.8549 3.0 606.8627 4.0 606.8705 5.0 606.8784 1.0 606.8862 1.0 606.9019 2.0 606.9098 1.0 606.9176 1.0 606.9255 1.0 606.9333 1.0 606.9412 3.0 606.949 2.0 606.9569 2.0 606.9647 3.0 606.9804 3.0 606.9883 3.0 606.9961 3.0 607.0039 6.0 607.0118 7.0 607.0196 1.0 607.0275 1.0 607.0353 1.0 607.0432 2.0 607.051 5.0 607.0589 1.0 607.0667 3.0 607.0746 2.0 607.0824 3.0 607.0903 1.0 607.106 2.0 607.1138 1.0 607.1217 1.0 607.1295 3.0 607.1374 1.0 607.1452 5.0 607.1531 3.0 607.1609 3.0 607.1688 3.0 607.1766 3.0 607.1844 1.0 607.1923 2.0 607.2001 1.0 607.208 7.0 607.2158 5.0 607.2237 4.0 607.2315 7.0 607.2472 1.0 607.2629 2.0 607.2786 1.0 607.2865 4.0 607.2943 6.0 607.3022 10.0 607.31 8.0 607.3179 4.0 607.3257 10.0 607.3336 5.0 607.3414 5.0 607.3493 12.0 607.3571 5.0 607.365 8.0 607.3728 8.0 607.3885 8.0 607.3964 8.0 607.4042 9.0 607.4121 2.0 607.4199 1.0 607.4278 3.0 607.4356 1.0 607.4435 6.0 607.4513 6.0 607.4592 2.0 607.467 3.0 607.4749 9.0 607.4827 7.0 607.4906 8.0 607.4984 7.0 607.5063 8.0 607.5141 4.0 607.522 3.0 607.5298 5.0 607.5377 11.0 607.5455 12.0 607.5534 11.0 607.5612 11.0 607.5691 3.0 607.5769 1.0 607.5926 3.0 607.6005 2.0 607.6083 2.0 607.6162 3.0 607.624 3.0 607.6319 3.0 607.6397 3.0 607.6476 10.0 607.6554 6.0 607.6633 1.0 607.6711 1.0 607.6947 4.0 607.7026 9.0 607.7104 6.0 607.7183 5.0 607.7261 1.0 607.734 3.0 607.7497 3.0 607.7575 2.0 607.7654 2.0 607.7811 4.0 607.7889 1.0 607.7968 3.0 607.8046 2.0 607.8125 2.0 607.8282 1.0 607.8439 2.0 607.8518 1.0 607.8596 6.0 607.8675 1.0 607.8832 1.0 607.9067 2.0 607.9146 2.0 607.9224 2.0 607.9381 1.0 607.946 5.0 607.9617 1.0 607.9695 2.0 607.9853 3.0 607.9931 1.0 608.001 2.0 608.0088 5.0 608.0167 10.0 608.0245 2.0 608.0324 3.0 608.0559 7.0 608.0638 9.0 608.0716 5.0 608.0795 2.0 608.0952 2.0 608.1031 2.0 608.1109 7.0 608.1188 1.0 608.1266 2.0 608.1345 3.0 608.1423 5.0 608.1502 6.0 608.158 7.0 608.1738 1.0 608.1816 2.0 608.1895 2.0 608.1973 4.0 608.2052 4.0 608.213 3.0 608.2287 7.0 608.2366 4.0 608.2523 1.0 608.2602 3.0 608.2759 4.0 608.2837 6.0 608.2916 3.0 608.2994 2.0 608.3073 1.0 608.3387 3.0 608.3466 3.0 608.3544 3.0 608.3623 5.0 608.3701 7.0 608.378 7.0 608.3859 13.0 608.3937 1.0 608.4016 1.0 608.4094 1.0 608.4173 6.0 608.4251 18.0 608.433 7.0 608.4409 6.0 608.4487 4.0 608.4566 3.0 608.4723 1.0 608.4801 1.0 608.488 8.0 608.4959 3.0 608.5037 11.0 608.5116 10.0 608.5194 5.0 608.5273 3.0 608.5351 10.0 608.543 9.0 608.5509 17.0 608.5587 11.0 608.5666 3.0 608.5744 6.0 608.5823 6.0 608.5901 5.0 608.598 3.0 608.6059 4.0 608.6137 2.0 608.6216 2.0 608.6294 3.0 608.6373 5.0 608.6451 9.0 608.653 4.0 608.6609 4.0 608.6687 7.0 608.6766 4.0 608.6844 4.0 608.6923 8.0 608.7001 1.0 608.708 5.0 608.7159 3.0 608.7237 1.0 608.7316 4.0 608.7552 1.0 608.763 9.0 608.7709 5.0 608.7866 2.0 608.7945 5.0 608.8023 4.0 608.8102 1.0 608.818 1.0 608.8259 2.0 608.8337 1.0 608.8416 3.0 608.8495 1.0 608.8573 1.0 608.8652 2.0 608.873 4.0 608.8809 1.0 608.8888 4.0 608.9202 2.0 608.9359 1.0 608.9516 3.0 608.9595 5.0 608.9674 1.0 608.9752 1.0 608.9909 2.0 608.9988 4.0 609.0145 7.0 609.0224 8.0 609.0302 3.0 609.0381 4.0 609.046 4.0 609.0538 1.0 609.0617 1.0 609.0695 1.0 609.0774 2.0 609.0931 2.0 609.101 2.0 609.1167 3.0 609.1246 2.0 609.1403 1.0 609.1482 2.0 609.156 1.0 609.1639 1.0 609.1717 3.0 609.1796 2.0 609.1875 3.0 609.1953 2.0 609.2032 2.0 609.211 2.0 609.2189 1.0 609.2268 6.0 609.2346 2.0 609.2425 1.0 609.2504 2.0 609.2582 1.0 609.2661 3.0 609.3054 1.0 609.3133 5.0 609.3211 6.0 609.329 2.0 609.3368 4.0 609.3447 2.0 609.3526 5.0 609.3604 14.0 609.3683 6.0 609.3762 8.0 609.384 7.0 609.3919 9.0 609.3997 10.0 609.4076 5.0 609.4155 7.0 609.4233 2.0 609.4312 1.0 609.4391 3.0 609.4469 1.0 609.4548 8.0 609.4626 3.0 609.4705 1.0 609.4862 1.0 609.4941 4.0 609.502 4.0 609.5177 1.0 609.5256 2.0 609.5334 4.0 609.5413 5.0 609.5491 5.0 609.557 1.0 609.5649 1.0 609.5806 2.0 609.5885 7.0 609.5963 2.0 609.6042 3.0 609.6121 2.0 609.6199 1.0 609.6278 1.0 609.6435 3.0 609.6514 1.0 609.6671 1.0 609.675 1.0 609.6828 6.0 609.6907 12.0 609.6986 5.0 609.7064 3.0 609.7143 7.0 609.7222 7.0 609.73 8.0 609.7379 1.0 609.7458 5.0 609.7536 9.0 609.7615 6.0 609.7772 2.0 609.7851 2.0 609.7929 4.0 609.8008 2.0 609.8087 4.0 609.8165 14.0 609.8244 14.0 609.8323 2.0 609.8401 3.0 609.848 11.0 609.8559 3.0 609.8637 5.0 609.8716 1.0 609.8795 1.0 609.8952 2.0 609.9031 1.0 609.9188 3.0 609.9267 5.0 609.9345 3.0 609.9424 2.0 609.9503 1.0 609.9581 3.0 609.966 3.0 609.9739 2.0 609.9817 6.0 609.9896 3.0 609.9975 1.0 610.0053 1.0 610.0132 3.0 610.0211 1.0 610.0368 5.0 610.0447 2.0 610.0525 1.0 610.0604 4.0 610.0683 2.0 610.0761 3.0 610.084 2.0 610.0919 1.0 610.0997 5.0 610.1076 7.0 610.1155 1.0 610.1233 3.0 610.1312 1.0 610.1391 2.0 610.1469 1.0 610.1548 4.0 610.1627 1.0 610.1705 1.0 610.1863 4.0 610.1941 3.0 610.202 1.0 610.2256 1.0 610.2335 5.0 610.2414 11.0 610.2492 4.0 610.2571 4.0 610.265 1.0 610.2728 5.0 610.2807 5.0 610.2886 4.0 610.2964 1.0 610.3043 8.0 610.3122 5.0 610.32 3.0 610.3279 4.0 610.3358 1.0 610.3436 2.0 610.3515 8.0 610.3594 8.0 610.3673 11.0 610.3751 2.0 610.383 3.0 610.3909 6.0 610.3987 6.0 610.4066 3.0 610.4145 17.0 610.4223 8.0 610.4302 1.0 610.4381 1.0 610.4459 1.0 610.4617 11.0 610.4696 2.0 610.4774 1.0 610.4853 4.0 610.4932 7.0 610.501 5.0 610.5089 2.0 610.5246 1.0 610.5325 1.0 610.5404 1.0 610.5483 3.0 610.5561 6.0 610.564 6.0 610.5719 3.0 610.5876 4.0 610.5955 11.0 610.6033 5.0 610.6112 4.0 610.627 1.0 610.6348 3.0 610.6427 7.0 610.6506 3.0 610.6584 12.0 610.6742 1.0 610.6821 2.0 610.6899 6.0 610.6978 1.0 610.7057 1.0 610.7135 2.0 610.7293 2.0 610.7372 4.0 610.745 3.0 610.7529 6.0 610.7608 2.0 610.7765 2.0 610.7844 6.0 610.7923 4.0 610.8001 4.0 610.808 3.0 610.8316 2.0 610.8395 9.0 610.8474 4.0 610.8552 2.0 610.8789 4.0 610.8867 3.0 610.8946 2.0 610.9025 3.0 610.9103 5.0 610.9182 1.0 610.9261 2.0 610.934 1.0 610.9418 2.0 610.9655 4.0 610.9733 1.0 610.9812 2.0 610.9891 8.0 610.9969 3.0 611.0048 7.0 611.0127 4.0 611.0206 4.0 611.0284 6.0 611.0363 1.0 611.0442 1.0 611.0678 1.0 611.0757 2.0 611.0836 2.0 611.0914 1.0 611.0993 2.0 611.1072 1.0 611.115 1.0 611.1308 3.0 611.1387 5.0 611.1465 1.0 611.1544 1.0 611.1623 1.0 611.1702 4.0 611.178 6.0 611.1859 4.0 611.1938 2.0 611.2017 2.0 611.2095 1.0 611.2174 1.0 611.2253 3.0 611.2332 1.0 611.241 1.0 611.2489 5.0 611.2647 6.0 611.2725 1.0 611.2883 4.0 611.2962 5.0 611.304 4.0 611.3119 2.0 611.3198 2.0 611.3277 4.0 611.3355 4.0 611.3434 7.0 611.3513 4.0 611.367 1.0 611.3749 5.0 611.3828 3.0 611.3907 2.0 611.3985 11.0 611.4064 8.0 611.4143 7.0 611.4222 2.0 611.43 4.0 611.4379 2.0 611.4458 3.0 611.4537 2.0 611.4615 4.0 611.4694 5.0 611.4773 1.0 611.4852 1.0 611.4931 1.0 611.5009 1.0 611.5088 3.0 611.5167 2.0 611.5246 5.0 611.5324 7.0 611.5403 4.0 611.5482 3.0 611.5639 5.0 611.5718 7.0 611.5797 4.0 611.5876 7.0 611.5955 2.0 611.6033 1.0 611.627 1.0 611.6348 5.0 611.6427 4.0 611.6506 5.0 611.6663 4.0 611.6742 2.0 611.6821 3.0 611.69 2.0 611.6979 3.0 611.7057 4.0 611.7136 10.0 611.7215 1.0 611.7294 4.0 611.753 1.0 611.7609 7.0 611.7688 3.0 611.7766 1.0 611.7845 2.0 611.7924 6.0 611.8003 8.0 611.8081 1.0 611.816 8.0 611.8239 2.0 611.8318 5.0 611.8475 5.0 611.8554 15.0 611.8633 3.0 611.8712 7.0 611.8791 11.0 611.8869 4.0 611.8948 4.0 611.9027 3.0 611.9106 2.0 611.9185 4.0 611.9263 1.0 611.9342 1.0 611.9421 1.0 611.95 9.0 611.9578 9.0 611.9657 3.0 611.9736 1.0 611.9815 3.0 611.9972 5.0 612.0051 2.0 612.013 3.0 612.0209 1.0 612.0288 1.0 612.0366 4.0 612.0445 1.0 612.0524 3.0 612.0603 3.0 612.0682 3.0 612.076 4.0 612.0839 3.0 612.0918 1.0 612.0997 1.0 612.1076 3.0 612.1154 2.0 612.1233 2.0 612.1312 1.0 612.1391 2.0 612.147 1.0 612.1548 1.0 612.1627 3.0 612.1706 3.0 612.1785 5.0 612.1864 1.0 612.1943 1.0 612.2021 13.0 612.21 6.0 612.2179 2.0 612.2258 1.0 612.2337 2.0 612.2415 3.0 612.2573 2.0 612.2652 4.0 612.2731 11.0 612.2809 2.0 612.2967 6.0 612.3046 11.0 612.3125 7.0 612.3204 3.0 612.3282 3.0 612.3361 3.0 612.344 5.0 612.3519 11.0 612.3598 7.0 612.3676 4.0 612.3755 2.0 612.3834 6.0 612.3913 2.0 612.3992 6.0 612.4071 6.0 612.4149 2.0 612.4307 4.0 612.4386 4.0 612.4465 4.0 612.4544 3.0 612.4622 1.0 612.4701 1.0 612.4859 7.0 612.4938 4.0 612.5016 2.0 612.5174 4.0 612.5253 2.0 612.5332 3.0 612.5411 4.0 612.5489 6.0 612.5568 4.0 612.5647 5.0 612.5726 7.0 612.5805 9.0 612.5884 5.0 612.6041 3.0 612.612 11.0 612.6199 11.0 612.6278 3.0 612.6357 2.0 612.6435 6.0 612.6514 1.0 612.6593 3.0 612.6672 3.0 612.6751 8.0 612.683 8.0 612.6909 10.0 612.6987 7.0 612.7066 2.0 612.7145 7.0 612.7224 2.0 612.7303 7.0 612.7382 4.0 612.746 4.0 612.7539 9.0 612.7618 4.0 612.7776 4.0 612.7855 1.0 612.7934 3.0 612.8012 4.0 612.8091 5.0 612.8249 1.0 612.8328 2.0 612.8407 5.0 612.8485 13.0 612.8564 5.0 612.8643 3.0 612.8722 2.0 612.8801 4.0 612.888 2.0 612.8959 4.0 612.9037 6.0 612.9195 2.0 612.9274 1.0 612.9353 1.0 612.9432 2.0 612.9668 1.0 612.9747 2.0 612.9826 3.0 612.9905 2.0 612.9984 4.0 613.0063 2.0 613.0141 1.0 613.022 2.0 613.0299 6.0 613.0378 1.0 613.0536 2.0 613.0615 1.0 613.0693 6.0 613.0772 3.0 613.0851 2.0 613.093 3.0 613.1009 1.0 613.1088 1.0 613.1167 2.0 613.1246 1.0 613.1324 3.0 613.1482 2.0 613.1561 3.0 613.164 3.0 613.1719 8.0 613.1798 7.0 613.1877 1.0 613.1955 4.0 613.2113 3.0 613.2192 3.0 613.2271 2.0 613.235 5.0 613.2429 8.0 613.2508 5.0 613.2586 2.0 613.2665 5.0 613.2744 6.0 613.2823 2.0 613.2981 6.0 613.306 8.0 613.3139 4.0 613.3217 7.0 613.3296 7.0 613.3375 11.0 613.3454 19.0 613.3533 8.0 613.3612 14.0 613.3691 9.0 613.377 4.0 613.3849 14.0 613.3927 10.0 613.4006 2.0 613.4085 2.0 613.4164 3.0 613.4243 4.0 613.4322 2.0 613.4401 5.0 613.448 1.0 613.4637 5.0 613.4716 8.0 613.4795 5.0 613.4874 8.0 613.4953 2.0 613.5032 3.0 613.5111 3.0 613.519 2.0 613.5269 2.0 613.5347 3.0 613.5426 8.0 613.5505 2.0 613.5584 9.0 613.5663 8.0 613.5742 5.0 613.5821 17.0 613.59 19.0 613.5979 10.0 613.6058 4.0 613.6136 5.0 613.6215 7.0 613.6294 10.0 613.6373 4.0 613.6452 3.0 613.6531 5.0 613.661 2.0 613.6689 1.0 613.6768 3.0 613.6847 7.0 613.6925 9.0 613.7004 8.0 613.7162 11.0 613.7241 6.0 613.732 2.0 613.7399 5.0 613.7715 2.0 613.7793 3.0 613.7872 5.0 613.7951 5.0 613.803 1.0 613.8109 2.0 613.8188 2.0 613.8267 3.0 613.8346 2.0 613.8425 5.0 613.8504 8.0 613.8583 9.0 613.8662 1.0 613.8819 2.0 613.8898 6.0 613.8977 8.0 613.9056 4.0 613.9135 1.0 613.9214 1.0 613.9372 6.0 613.9451 4.0 613.953 2.0 613.9609 2.0 613.9687 4.0 613.9766 8.0 613.9845 5.0 613.9924 1.0 614.0003 1.0 614.0161 1.0 614.024 3.0 614.0319 1.0 614.0477 1.0 614.0556 3.0 614.0714 8.0 614.0792 6.0 614.0871 1.0 614.095 1.0 614.1108 1.0 614.1187 2.0 614.1266 5.0 614.1424 3.0 614.1503 2.0 614.1582 1.0 614.1661 1.0 614.174 1.0 614.1819 7.0 614.1898 10.0 614.1977 2.0 614.2055 1.0 614.2134 1.0 614.2213 1.0 614.2371 4.0 614.245 6.0 614.2529 5.0 614.2608 2.0 614.2687 1.0 614.2766 1.0 614.2924 2.0 614.3003 3.0 614.3082 2.0 614.3161 8.0 614.324 7.0 614.3319 1.0 614.3397 6.0 614.3476 6.0 614.3555 3.0 614.3634 7.0 614.3713 14.0 614.3792 9.0 614.3871 7.0 614.395 18.0 614.4029 10.0 614.4108 4.0 614.4187 13.0 614.4266 12.0 614.4345 7.0 614.4424 5.0 614.4503 6.0 614.4661 10.0 614.474 9.0 614.4819 3.0 614.4898 2.0 614.4977 11.0 614.5055 8.0 614.5134 8.0 614.5213 2.0 614.5292 7.0 614.5371 6.0 614.545 2.0 614.5529 2.0 614.5608 3.0 614.5687 9.0 614.5766 7.0 614.5845 4.0 614.5924 6.0 614.6003 1.0 614.6082 3.0 614.6161 5.0 614.624 5.0 614.6319 4.0 614.6398 4.0 614.6477 3.0 614.6556 4.0 614.6635 5.0 614.6714 2.0 614.6951 7.0 614.703 2.0 614.7109 3.0 614.7188 1.0 614.7346 1.0 614.7503 2.0 614.7582 2.0 614.7661 13.0 614.774 7.0 614.7819 3.0 614.7898 1.0 614.7977 3.0 614.8056 6.0 614.8135 8.0 614.8214 6.0 614.853 2.0 614.8609 3.0 614.8767 9.0 614.8846 6.0 614.8925 3.0 614.9004 5.0 614.9083 4.0 614.9162 1.0 614.9241 2.0 614.932 3.0 614.9399 1.0 614.9478 6.0 614.9557 2.0 614.9715 3.0 614.9794 3.0 615.0031 1.0 615.011 1.0 615.0189 4.0 615.0268 10.0 615.0347 5.0 615.0426 3.0 615.0505 3.0 615.0584 4.0 615.0663 2.0 615.0742 3.0 615.0821 1.0 615.09 2.0 615.0979 1.0 615.1058 2.0 615.1374 3.0 615.1453 4.0 615.1532 1.0 615.1611 2.0 615.169 6.0 615.1769 7.0 615.1848 4.0 615.2006 3.0 615.2085 4.0 615.2164 4.0 615.248 3.0 615.2559 2.0 615.2638 2.0 615.2717 3.0 615.2796 3.0 615.2875 14.0 615.2954 6.0 615.3033 5.0 615.3112 1.0 615.327 4.0 615.3349 9.0 615.3428 6.0 615.3507 9.0 615.3586 9.0 615.3665 3.0 615.3744 5.0 615.3823 5.0 615.3902 6.0 615.3981 5.0 615.406 3.0 615.4139 8.0 615.4218 18.0 615.4297 13.0 615.4376 14.0 615.4455 5.0 615.4534 7.0 615.4613 3.0 615.4692 2.0 615.4771 6.0 615.485 3.0 615.4929 2.0 615.5008 1.0 615.5087 4.0 615.5166 5.0 615.5245 5.0 615.5324 2.0 615.5403 2.0 615.5561 7.0 615.5641 8.0 615.572 3.0 615.5799 2.0 615.5957 5.0 615.6036 10.0 615.6115 6.0 615.6273 2.0 615.6352 2.0 615.6431 2.0 615.651 7.0 615.6589 6.0 615.6668 3.0 615.6747 2.0 615.6826 8.0 615.6905 8.0 615.6984 9.0 615.7063 3.0 615.7142 3.0 615.7221 8.0 615.73 14.0 615.7379 7.0 615.7458 3.0 615.7537 4.0 615.7616 1.0 615.7695 3.0 615.7774 7.0 615.7853 2.0 615.7932 1.0 615.8012 3.0 615.8091 1.0 615.817 2.0 615.8249 3.0 615.8328 10.0 615.8407 5.0 615.8486 5.0 615.8565 1.0 615.8644 2.0 615.8723 2.0 615.8802 1.0 615.8881 2.0 615.896 2.0 615.9039 5.0 615.9118 8.0 615.9197 3.0 615.9276 1.0 615.9434 4.0 615.9513 4.0 615.9592 1.0 615.9672 2.0 615.9751 4.0 615.983 1.0 615.9988 2.0 616.0067 2.0 616.0146 1.0 616.0304 4.0 616.0383 7.0 616.0462 2.0 616.0541 1.0 616.062 4.0 616.0699 3.0 616.0778 2.0 616.0936 3.0 616.1016 7.0 616.1174 2.0 616.1253 2.0 616.1332 3.0 616.1411 2.0 616.149 1.0 616.1569 5.0 616.1648 5.0 616.1885 1.0 616.1964 2.0 616.2122 2.0 616.2201 2.0 616.2281 2.0 616.236 1.0 616.2518 1.0 616.2755 1.0 616.2834 1.0 616.2913 4.0 616.2992 19.0 616.3071 12.0 616.315 7.0 616.3229 4.0 616.3309 15.0 616.3388 19.0 616.3467 12.0 616.3546 10.0 616.3625 12.0 616.3704 12.0 616.3783 11.0 616.3862 25.0 616.3941 18.0 616.402 5.0 616.4099 24.0 616.4178 17.0 616.4257 31.0 616.4337 22.0 616.4416 16.0 616.4495 14.0 616.4574 18.0 616.4653 28.0 616.4732 9.0 616.4811 13.0 616.489 22.0 616.4969 22.0 616.5048 11.0 616.5127 19.0 616.5206 27.0 616.5286 15.0 616.5365 9.0 616.5444 20.0 616.5523 8.0 616.5602 1.0 616.5681 6.0 616.576 14.0 616.5839 4.0 616.5918 8.0 616.5997 12.0 616.6076 10.0 616.6156 3.0 616.6235 9.0 616.6314 8.0 616.6393 7.0 616.6472 13.0 616.6551 8.0 616.663 6.0 616.6709 3.0 616.6788 2.0 616.6867 1.0 616.6947 3.0 616.7026 11.0 616.7105 12.0 616.7184 10.0 616.7342 8.0 616.7421 9.0 616.75 1.0 616.7579 1.0 616.7658 9.0 616.7738 7.0 616.7817 2.0 616.7896 1.0 616.7975 2.0 616.8054 2.0 616.8133 1.0 616.8212 2.0 616.8291 2.0 616.837 2.0 616.845 7.0 616.8529 3.0 616.8608 2.0 616.8687 1.0 616.8845 10.0 616.8924 3.0 616.9003 1.0 616.9082 1.0 616.9162 4.0 616.9241 2.0 616.932 2.0 616.9478 2.0 616.9557 1.0 616.9636 4.0 616.9715 1.0 616.9794 2.0 616.9874 4.0 616.9953 1.0 617.0032 1.0 617.019 2.0 617.0269 4.0 617.0427 6.0 617.0507 3.0 617.0586 6.0 617.0665 3.0 617.0744 1.0 617.0823 8.0 617.0902 7.0 617.0981 2.0 617.106 2.0 617.1219 1.0 617.1298 1.0 617.1377 1.0 617.1456 3.0 617.1535 4.0 617.1614 2.0 617.1693 3.0 617.1931 1.0 617.2089 3.0 617.2168 3.0 617.2327 2.0 617.2406 1.0 617.2485 6.0 617.2564 3.0 617.2643 2.0 617.2801 6.0 617.288 14.0 617.296 12.0 617.3039 7.0 617.3118 3.0 617.3197 3.0 617.3276 16.0 617.3355 9.0 617.3434 1.0 617.3514 6.0 617.3593 11.0 617.3672 12.0 617.3751 5.0 617.383 7.0 617.3909 8.0 617.3988 19.0 617.4068 12.0 617.4147 5.0 617.4226 18.0 617.4305 25.0 617.4384 22.0 617.4463 11.0 617.4542 22.0 617.4622 21.0 617.4701 21.0 617.478 6.0 617.4859 9.0 617.4938 3.0 617.5017 4.0 617.5097 20.0 617.5176 12.0 617.5255 17.0 617.5334 19.0 617.5413 8.0 617.5492 8.0 617.5571 2.0 617.573 2.0 617.5809 1.0 617.5888 6.0 617.5967 5.0 617.6046 2.0 617.6126 2.0 617.6205 8.0 617.6284 4.0 617.6363 1.0 617.6442 4.0 617.6521 6.0 617.66 4.0 617.668 2.0 617.6759 2.0 617.6838 5.0 617.6917 15.0 617.6996 11.0 617.7075 4.0 617.7155 8.0 617.7234 10.0 617.7313 4.0 617.7471 5.0 617.755 11.0 617.763 5.0 617.7788 2.0 617.7867 3.0 617.8025 2.0 617.8105 8.0 617.8184 2.0 617.8342 3.0 617.8421 2.0 617.8501 7.0 617.858 3.0 617.8659 4.0 617.8738 4.0 617.8817 3.0 617.8896 8.0 617.8976 5.0 617.9055 1.0 617.9213 1.0 617.9292 2.0 617.9451 1.0 617.953 1.0 617.9609 1.0 617.9688 1.0 617.9767 3.0 617.9847 1.0 618.0005 2.0 618.0084 2.0 618.0163 4.0 618.0242 1.0 618.0322 1.0 618.0401 1.0 618.048 3.0 618.0638 1.0 618.0718 1.0 618.0955 1.0 618.1114 1.0 618.1193 2.0 618.1272 1.0 618.1351 3.0 618.143 2.0 618.151 2.0 618.1589 4.0 618.1668 4.0 618.1747 2.0 618.1826 1.0 618.1985 4.0 618.2064 4.0 618.2222 3.0 618.2301 2.0 618.2381 2.0 618.246 1.0 618.2539 5.0 618.2618 2.0 618.2697 2.0 618.2777 9.0 618.2856 5.0 618.2935 9.0 618.3014 3.0 618.3093 3.0 618.3173 24.0 618.3252 35.0 618.3331 9.0 618.341 1.0 618.349 5.0 618.3569 8.0 618.3648 11.0 618.3727 12.0 618.3806 9.0 618.3886 10.0 618.3965 4.0 618.4044 2.0 618.4123 13.0 618.4202 5.0 618.4282 2.0 618.4361 3.0 618.444 4.0 618.4519 5.0 618.4678 3.0 618.4757 8.0 618.4836 9.0 618.4915 7.0 618.4995 8.0 618.5074 5.0 618.5153 7.0 618.5232 7.0 618.5391 3.0 618.547 5.0 618.5549 3.0 618.5707 4.0 618.5787 2.0 618.5866 8.0 618.5945 4.0 618.6024 3.0 618.6104 2.0 618.6183 2.0 618.6262 6.0 618.6341 12.0 618.642 9.0 618.65 14.0 618.6579 6.0 618.6658 3.0 618.6737 5.0 618.6817 6.0 618.6896 9.0 618.6975 3.0 618.7054 8.0 618.7134 9.0 618.7213 1.0 618.7292 9.0 618.7371 9.0 618.745 1.0 618.753 1.0 618.7609 2.0 618.7688 3.0 618.7767 4.0 618.7847 11.0 618.7926 5.0 618.8005 3.0 618.8084 4.0 618.8164 3.0 618.8322 4.0 618.8401 15.0 618.8481 12.0 618.856 3.0 618.8639 1.0 618.8718 3.0 618.8797 4.0 618.8877 1.0 618.9035 4.0 618.9114 4.0 618.9194 2.0 618.9273 2.0 618.9352 2.0 618.9431 4.0 618.9511 1.0 618.959 3.0 618.9669 6.0 618.9748 3.0 618.9828 6.0 618.9986 1.0 619.0065 3.0 619.0145 3.0 619.0224 4.0 619.0303 5.0 619.0541 2.0 619.062 1.0 619.0699 4.0 619.0779 3.0 619.0858 2.0 619.0937 2.0 619.1016 1.0 619.1096 1.0 619.1175 1.0 619.1254 2.0 619.1333 2.0 619.1413 2.0 619.1571 1.0 619.165 2.0 619.173 1.0 619.1809 4.0 619.1888 4.0 619.1967 1.0 619.2047 1.0 619.2126 1.0 619.2205 1.0 619.2285 1.0 619.2443 4.0 619.2522 4.0 619.2602 9.0 619.2681 3.0 619.276 4.0 619.2839 2.0 619.2998 12.0 619.3077 10.0 619.3156 10.0 619.3236 1.0 619.3315 1.0 619.3394 5.0 619.3474 3.0 619.3553 14.0 619.3632 23.0 619.3711 15.0 619.387 1.0 619.3949 3.0 619.4028 9.0 619.4108 4.0 619.4187 5.0 619.4266 11.0 619.4346 15.0 619.4425 6.0 619.4504 5.0 619.4583 11.0 619.4663 8.0 619.4742 8.0 619.4821 6.0 619.49 3.0 619.498 1.0 619.5138 5.0 619.5297 6.0 619.5376 3.0 619.5455 5.0 619.5535 17.0 619.5614 2.0 619.5693 2.0 619.5773 1.0 619.5852 3.0 619.5931 2.0 619.601 1.0 619.609 4.0 619.6169 6.0 619.6248 12.0 619.6328 8.0 619.6407 10.0 619.6486 8.0 619.6565 6.0 619.6645 4.0 619.6724 9.0 619.6803 11.0 619.6883 16.0 619.6962 3.0 619.7041 4.0 619.712 7.0 619.72 6.0 619.7279 8.0 619.7358 8.0 619.7438 4.0 619.7517 3.0 619.7596 3.0 619.7676 6.0 619.7755 8.0 619.7834 4.0 619.7913 1.0 619.7993 2.0 619.8072 3.0 619.8151 3.0 619.8231 2.0 619.831 8.0 619.8389 9.0 619.8548 4.0 619.8627 3.0 619.8706 1.0 619.8786 1.0 619.8865 2.0 619.8944 2.0 619.9103 1.0 619.9182 2.0 619.9262 6.0 619.9341 6.0 619.942 3.0 619.95 2.0 619.9579 8.0 619.9658 6.0 619.9737 9.0 619.9817 11.0 619.9896 2.0 619.9975 8.0 620.0055 6.0 620.0134 11.0 620.0213 3.0 620.0372 4.0 620.0531 2.0 620.0769 3.0 620.0848 3.0 620.0927 1.0 620.1007 4.0 620.1244 1.0 620.1324 5.0 620.1403 6.0 620.1562 5.0 620.1641 10.0 620.172 3.0 620.18 3.0 620.1879 3.0 620.2038 5.0 620.2117 2.0 620.2196 3.0 620.2276 6.0 620.2355 6.0 620.2434 2.0 620.2514 3.0 620.2593 9.0 620.2672 13.0 620.2752 2.0 620.2831 7.0 620.291 7.0 620.299 1.0 620.3069 2.0 620.3148 4.0 620.3228 1.0 620.3307 3.0 620.3386 7.0 620.3466 7.0 620.3545 5.0 620.3624 18.0 620.3704 6.0 620.3783 4.0 620.3862 8.0 620.3942 5.0 620.4021 9.0 620.41 5.0 620.418 4.0 620.4259 9.0 620.4338 9.0 620.4418 13.0 620.4497 2.0 620.4576 7.0 620.4656 2.0 620.4735 7.0 620.4814 1.0 620.4894 1.0 620.4973 3.0 620.5052 2.0 620.5132 5.0 620.5211 8.0 620.529 2.0 620.5449 2.0 620.5529 5.0 620.5608 4.0 620.5687 3.0 620.5767 2.0 620.5846 1.0 620.5925 4.0 620.6005 1.0 620.6084 2.0 620.6163 2.0 620.6243 9.0 620.6322 7.0 620.6401 1.0 620.6481 3.0 620.656 9.0 620.6639 1.0 620.6719 23.0 620.6798 14.0 620.6877 11.0 620.6957 5.0 620.7036 3.0 620.7116 7.0 620.7195 15.0 620.7274 5.0 620.7354 3.0 620.7512 1.0 620.775 2.0 620.7909 3.0 620.7989 5.0 620.8068 7.0 620.8147 4.0 620.8227 2.0 620.8306 2.0 620.8465 5.0 620.8544 1.0 620.8623 4.0 620.8703 2.0 620.8782 1.0 620.8941 1.0 620.902 5.0 620.91 8.0 620.9179 6.0 620.9338 2.0 620.9417 2.0 620.9497 3.0 620.9576 2.0 620.9655 5.0 620.9735 1.0 620.9814 1.0 620.9893 1.0 620.9973 1.0 621.0052 3.0 621.0132 3.0 621.0211 8.0 621.029 1.0 621.037 4.0 621.0449 2.0 621.0528 2.0 621.0608 2.0 621.0687 1.0 621.0767 1.0 621.0846 4.0 621.0925 2.0 621.1005 3.0 621.1084 9.0 621.1163 7.0 621.1243 5.0 621.1322 4.0 621.1402 5.0 621.1481 3.0 621.156 2.0 621.1719 3.0 621.1799 6.0 621.1878 3.0 621.1957 1.0 621.2037 5.0 621.2116 2.0 621.2196 1.0 621.2354 1.0 621.2434 1.0 621.2513 1.0 621.2592 2.0 621.2672 3.0 621.2751 2.0 621.2831 3.0 621.291 7.0 621.2989 8.0 621.3069 10.0 621.3148 8.0 621.3228 6.0 621.3307 6.0 621.3386 5.0 621.3466 7.0 621.3545 6.0 621.3625 11.0 621.3704 7.0 621.3783 2.0 621.3863 4.0 621.3942 6.0 621.4022 4.0 621.4101 3.0 621.418 2.0 621.426 7.0 621.4339 6.0 621.4419 8.0 621.4498 5.0 621.4577 4.0 621.4657 2.0 621.4736 2.0 621.4816 3.0 621.4895 1.0 621.4975 5.0 621.5054 7.0 621.5133 8.0 621.5213 14.0 621.5292 3.0 621.5372 7.0 621.5451 13.0 621.553 8.0 621.561 10.0 621.5689 8.0 621.5769 10.0 621.5848 10.0 621.5927 2.0 621.6086 2.0 621.6166 2.0 621.6245 1.0 621.6325 3.0 621.6404 10.0 621.6483 8.0 621.6563 9.0 621.6642 4.0 621.6722 3.0 621.6801 3.0 621.688 6.0 621.696 4.0 621.7039 1.0 621.7119 1.0 621.7198 1.0 621.7357 2.0 621.7436 4.0 621.7516 1.0 621.7595 1.0 621.7675 2.0 621.7754 9.0 621.7913 8.0 621.7992 11.0 621.8072 6.0 621.8151 2.0 621.8231 2.0 621.831 3.0 621.839 4.0 621.8469 7.0 621.8548 2.0 621.8628 6.0 621.8707 12.0 621.8787 6.0 621.8866 1.0 621.8946 4.0 621.9025 6.0 621.9104 8.0 621.9184 5.0 621.9263 2.0 621.9343 2.0 621.9422 3.0 621.9502 3.0 621.9581 5.0 621.966 4.0 621.974 3.0 621.9819 6.0 621.9899 8.0 621.9978 1.0 622.0137 3.0 622.0296 2.0 622.0375 2.0 622.0455 1.0 622.0534 2.0 622.0614 2.0 622.0693 1.0 622.0773 6.0 622.0852 4.0 622.0932 1.0 622.1011 4.0 622.109 1.0 622.117 2.0 622.1249 1.0 622.1329 4.0 622.1408 1.0 622.1488 2.0 622.1567 1.0 622.1726 3.0 622.1806 1.0 622.1885 1.0 622.1964 1.0 622.2044 1.0 622.2123 4.0 622.2203 1.0 622.2282 1.0 622.2362 6.0 622.2441 6.0 622.2521 1.0 622.26 2.0 622.268 2.0 622.2759 4.0 622.2838 1.0 622.2918 1.0 622.2997 4.0 622.3077 2.0 622.3156 2.0 622.3236 10.0 622.3315 6.0 622.3395 1.0 622.3474 2.0 622.3554 4.0 622.3633 2.0 622.3713 4.0 622.3871 9.0 622.3951 15.0 622.403 4.0 622.411 4.0 622.4189 4.0 622.4269 1.0 622.4348 9.0 622.4428 7.0 622.4507 6.0 622.4587 2.0 622.4666 3.0 622.4746 1.0 622.4825 1.0 622.4905 10.0 622.4984 10.0 622.5063 3.0 622.5143 7.0 622.5222 4.0 622.5302 7.0 622.5381 6.0 622.5461 2.0 622.554 2.0 622.562 2.0 622.5699 4.0 622.5779 1.0 622.5858 5.0 622.5938 10.0 622.6017 3.0 622.6097 5.0 622.6176 4.0 622.6415 2.0 622.6494 1.0 622.6574 3.0 622.6653 5.0 622.6733 6.0 622.6812 1.0 622.6892 4.0 622.705 4.0 622.713 1.0 622.7209 4.0 622.7289 5.0 622.7368 1.0 622.7448 3.0 622.7527 9.0 622.7607 6.0 622.7686 5.0 622.7766 3.0 622.7845 8.0 622.7925 4.0 622.8004 2.0 622.8084 1.0 622.8243 8.0 622.8322 4.0 622.8402 3.0 622.8481 3.0 622.8561 4.0 622.864 5.0 622.872 3.0 622.8879 2.0 622.8958 1.0 622.9117 5.0 622.9356 3.0 622.9435 3.0 622.9515 1.0 622.9594 2.0 622.9753 2.0 622.9833 1.0 622.9912 2.0 622.9992 2.0 623.0151 4.0 623.023 1.0 623.031 1.0 623.0389 1.0 623.0469 2.0 623.0548 3.0 623.0628 4.0 623.0707 2.0 623.0787 2.0 623.0866 5.0 623.0946 4.0 623.1025 2.0 623.1105 3.0 623.1184 2.0 623.1264 10.0 623.1343 3.0 623.1423 1.0 623.1502 1.0 623.1582 1.0 623.1662 8.0 623.1741 7.0 623.19 2.0 623.2059 2.0 623.2218 1.0 623.2298 3.0 623.2377 1.0 623.2457 3.0 623.2536 2.0 623.2616 1.0 623.2695 2.0 623.2775 3.0 623.2854 3.0 623.2934 2.0 623.3013 4.0 623.3093 3.0 623.3252 11.0 623.3331 14.0 623.3411 3.0 623.3491 6.0 623.357 15.0 623.365 12.0 623.3729 9.0 623.3809 2.0 623.3888 1.0 623.3968 6.0 623.4047 6.0 623.4127 4.0 623.4206 4.0 623.4286 6.0 623.4365 9.0 623.4445 6.0 623.4524 19.0 623.4604 6.0 623.4683 6.0 623.4763 5.0 623.4843 6.0 623.4922 4.0 623.5002 5.0 623.5081 5.0 623.5161 6.0 623.524 2.0 623.532 4.0 623.5399 2.0 623.5479 1.0 623.5558 1.0 623.5638 4.0 623.5717 2.0 623.5797 3.0 623.5877 9.0 623.5956 1.0 623.6036 6.0 623.6115 3.0 623.6195 3.0 623.6274 7.0 623.6354 4.0 623.6433 4.0 623.6513 7.0 623.6592 6.0 623.6672 2.0 623.6831 2.0 623.6911 3.0 623.699 2.0 623.707 1.0 623.7149 3.0 623.7229 4.0 623.7388 4.0 623.7468 2.0 623.7547 1.0 623.7627 3.0 623.7786 4.0 623.7865 3.0 623.7945 2.0 623.8024 2.0 623.8104 2.0 623.8263 7.0 623.8343 6.0 623.8422 3.0 623.8502 3.0 623.8661 1.0 623.89 3.0 623.8979 1.0 623.9059 2.0 623.9138 2.0 623.9218 3.0 623.9297 1.0 623.9377 1.0 623.9456 1.0 623.9536 7.0 623.9616 1.0 623.9695 1.0 623.9854 5.0 623.9934 4.0 624.0013 1.0 624.0093 2.0 624.0173 3.0 624.0252 2.0 624.0332 1.0 624.0411 4.0 624.0491 3.0 624.057 4.0 624.065 1.0 624.0809 2.0 624.0968 4.0 624.1048 2.0 624.1127 1.0 624.1207 1.0 624.1287 4.0 624.1366 1.0 624.1446 1.0 624.1525 6.0 624.1605 9.0 624.1685 2.0 624.1844 4.0 624.1923 3.0 624.2003 6.0 624.2082 3.0 624.2242 2.0 624.2401 1.0 624.248 3.0 624.256 1.0 624.264 5.0 624.2719 2.0 624.2799 5.0 624.2878 4.0 624.2958 3.0 624.3037 7.0 624.3117 3.0 624.3197 3.0 624.3276 3.0 624.3356 6.0 624.3435 1.0 624.3515 10.0 624.3595 8.0 624.3674 2.0 624.3754 3.0 624.3833 2.0 624.3913 1.0 624.3993 14.0 624.4072 6.0 624.4152 8.0 624.4231 7.0 624.4311 2.0 624.4391 4.0 624.447 6.0 624.455 5.0 624.4629 8.0 624.4709 9.0 624.4789 4.0 624.4868 4.0 624.4948 3.0 624.5027 1.0 624.5187 4.0 624.5266 4.0 624.5346 17.0 624.5425 2.0 624.5505 1.0 624.5585 3.0 624.5744 1.0 624.5823 1.0 624.5903 2.0 624.5983 10.0 624.6062 1.0 624.6142 2.0 624.6221 1.0 624.6301 3.0 624.6381 2.0 624.646 2.0 624.654 3.0 624.6619 4.0 624.6699 4.0 624.6779 5.0 624.6858 2.0 624.6938 2.0 624.7018 3.0 624.7097 8.0 624.7177 6.0 624.7256 2.0 624.7336 2.0 624.7416 1.0 624.7495 2.0 624.7575 2.0 624.7654 9.0 624.7734 3.0 624.7893 1.0 624.7973 1.0 624.8053 1.0 624.8132 1.0 624.8291 1.0 624.8371 6.0 624.8451 4.0 624.853 5.0 624.861 5.0 624.869 6.0 624.8769 5.0 624.8849 1.0 624.8928 1.0 624.9008 2.0 624.9088 1.0 624.9167 1.0 624.9247 1.0 624.9327 2.0 624.9645 2.0 624.9725 2.0 624.9804 1.0 624.9884 1.0 625.0043 2.0 625.0123 5.0 625.0202 5.0 625.0282 4.0 625.0362 1.0 625.0441 4.0 625.0521 4.0 625.0601 4.0 625.068 4.0 625.076 2.0 625.0999 1.0 625.1158 1.0 625.1238 2.0 625.1317 5.0 625.1397 2.0 625.1477 3.0 625.1556 3.0 625.1636 3.0 625.1875 2.0 625.2034 1.0 625.2114 1.0 625.2193 1.0 625.2273 2.0 625.2432 1.0 625.2512 4.0 625.2592 1.0 625.2671 5.0 625.2751 1.0 625.2831 1.0 625.291 2.0 625.299 1.0 625.307 18.0 625.3149 3.0 625.3229 5.0 625.3309 7.0 625.3388 4.0 625.3468 3.0 625.3548 7.0 625.3627 2.0 625.3707 9.0 625.3787 14.0 625.3866 9.0 625.4025 15.0 625.4105 17.0 625.4185 8.0 625.4264 7.0 625.4344 9.0 625.4424 12.0 625.4503 9.0 625.4583 3.0 625.4663 3.0 625.4742 1.0 625.4822 2.0 625.4902 5.0 625.4981 2.0 625.5061 4.0 625.5141 1.0 625.522 3.0 625.53 1.0 625.538 6.0 625.5459 8.0 625.5539 2.0 625.5619 1.0 625.5698 5.0 625.5778 5.0 625.5858 1.0 625.6017 2.0 625.6097 2.0 625.6176 5.0 625.6256 10.0 625.6336 10.0 625.6415 2.0 625.6495 4.0 625.6575 7.0 625.6655 11.0 625.6734 3.0 625.6814 5.0 625.6894 10.0 625.6973 18.0 625.7053 4.0 625.7133 8.0 625.7212 4.0 625.7292 7.0 625.7372 6.0 625.7451 1.0 625.7531 1.0 625.7611 2.0 625.769 6.0 625.777 1.0 625.785 5.0 625.7929 5.0 625.8009 2.0 625.8089 1.0 625.8168 1.0 625.8248 3.0 625.8328 1.0 625.8407 3.0 625.8487 1.0 625.8567 4.0 625.8647 1.0 625.8726 2.0 625.8806 3.0 625.8886 6.0 625.8965 4.0 625.9045 1.0 625.9204 1.0 625.9284 1.0 625.9364 1.0 625.9443 5.0 625.9523 2.0 625.9603 2.0 625.9683 1.0 625.9762 5.0 625.9842 1.0 625.9922 3.0 626.0001 2.0 626.0081 4.0 626.024 5.0 626.032 6.0 626.04 5.0 626.048 1.0 626.0639 1.0 626.0719 2.0 626.0798 3.0 626.0878 5.0 626.0958 2.0 626.1037 1.0 626.1117 1.0 626.1277 6.0 626.1356 2.0 626.1516 1.0 626.1595 1.0 626.1675 5.0 626.1914 1.0 626.1994 4.0 626.2074 1.0 626.2153 1.0 626.2233 3.0 626.2313 1.0 626.2392 5.0 626.2472 2.0 626.2711 3.0 626.303 4.0 626.311 2.0 626.319 1.0 626.3269 1.0 626.3349 2.0 626.3429 6.0 626.3508 6.0 626.3588 10.0 626.3668 5.0 626.3748 9.0 626.3827 11.0 626.3907 11.0 626.3987 6.0 626.4067 3.0 626.4146 13.0 626.4226 21.0 626.4306 16.0 626.4385 15.0 626.4465 5.0 626.4545 12.0 626.4625 5.0 626.4704 2.0 626.4784 3.0 626.4944 3.0 626.5023 9.0 626.5103 3.0 626.5183 5.0 626.5262 4.0 626.5342 1.0 626.5422 1.0 626.5581 2.0 626.5661 3.0 626.5741 2.0 626.5821 2.0 626.59 3.0 626.598 8.0 626.606 3.0 626.614 2.0 626.6219 7.0 626.6299 13.0 626.6379 20.0 626.6458 15.0 626.6538 11.0 626.6618 8.0 626.6698 11.0 626.6777 2.0 626.6937 5.0 626.7017 6.0 626.7096 4.0 626.7176 3.0 626.7256 1.0 626.7336 3.0 626.7415 5.0 626.7495 8.0 626.7575 3.0 626.7655 5.0 626.7734 4.0 626.7814 2.0 626.7894 9.0 626.7974 2.0 626.8053 2.0 626.8133 1.0 626.8372 1.0 626.8452 1.0 626.8532 2.0 626.8612 4.0 626.8691 7.0 626.8771 5.0 626.8851 9.0 626.8931 3.0 626.901 5.0 626.909 1.0 626.917 2.0 626.925 2.0 626.9329 1.0 626.9409 2.0 626.9489 2.0 626.9569 2.0 626.9648 1.0 626.9728 1.0 626.9808 3.0 626.9888 2.0 626.9967 1.0 627.0047 2.0 627.0127 8.0 627.0207 1.0 627.0286 8.0 627.0366 1.0 627.0446 2.0 627.0526 1.0 627.0606 4.0 627.0685 2.0 627.0765 1.0 627.0845 1.0 627.1004 1.0 627.1164 2.0 627.1323 2.0 627.1403 2.0 627.1483 3.0 627.1643 8.0 627.1722 5.0 627.1802 2.0 627.1962 2.0 627.2041 3.0 627.2121 2.0 627.2201 3.0 627.2281 3.0 627.236 2.0 627.244 1.0 627.252 7.0 627.268 4.0 627.2759 8.0 627.2839 10.0 627.2919 4.0 627.2999 5.0 627.3078 2.0 627.3158 3.0 627.3238 2.0 627.3318 1.0 627.3398 4.0 627.3477 3.0 627.3557 10.0 627.3637 9.0 627.3717 19.0 627.3797 8.0 627.3876 4.0 627.3956 4.0 627.4036 3.0 627.4116 1.0 627.4195 5.0 627.4275 4.0 627.4355 7.0 627.4435 3.0 627.4515 3.0 627.4594 1.0 627.4674 1.0 627.4754 1.0 627.4834 3.0 627.4914 4.0 627.4993 10.0 627.5073 2.0 627.5153 4.0 627.5233 6.0 627.5313 2.0 627.5472 5.0 627.5552 2.0 627.5632 2.0 627.5712 7.0 627.5791 4.0 627.5871 5.0 627.5951 10.0 627.6031 6.0 627.6111 2.0 627.619 2.0 627.627 1.0 627.635 3.0 627.643 1.0 627.651 4.0 627.6589 1.0 627.6669 1.0 627.6829 1.0 627.6909 1.0 627.7148 1.0 627.7228 3.0 627.7308 5.0 627.7387 7.0 627.7467 2.0 627.7547 1.0 627.7707 5.0 627.7866 1.0 627.7946 3.0 627.8185 3.0 627.8265 1.0 627.8345 5.0 627.8425 9.0 627.8505 6.0 627.8585 5.0 627.8664 1.0 627.8744 1.0 627.8824 6.0 627.8984 1.0 627.9063 2.0 627.9143 6.0 627.9303 3.0 627.9463 1.0 627.9542 2.0 627.9622 2.0 627.9782 2.0 627.9862 2.0 627.9941 2.0 628.0021 2.0 628.0181 2.0 628.0341 3.0 628.042 1.0 628.05 2.0 628.074 2.0 628.082 3.0 628.0899 3.0 628.0979 5.0 628.1059 1.0 628.1139 2.0 628.1299 1.0 628.1378 1.0 628.1458 1.0 628.1538 5.0 628.1618 5.0 628.1698 3.0 628.1778 3.0 628.1857 1.0 628.2097 1.0 628.2177 2.0 628.2257 2.0 628.2336 1.0 628.2496 4.0 628.2576 3.0 628.2656 3.0 628.2736 1.0 628.2815 1.0 628.2895 1.0 628.3055 1.0 628.3135 6.0 628.3215 1.0 628.3295 8.0 628.3374 4.0 628.3454 3.0 628.3534 1.0 628.3614 5.0 628.3694 5.0 628.3774 2.0 628.3853 5.0 628.3933 8.0 628.4013 4.0 628.4093 2.0 628.4173 3.0 628.4253 18.0 628.4333 13.0 628.4412 14.0 628.4492 7.0 628.4572 2.0 628.4652 1.0 628.4732 7.0 628.4812 8.0 628.4892 4.0 628.4971 4.0 628.5051 7.0 628.5131 6.0 628.5211 13.0 628.5291 10.0 628.5371 5.0 628.5451 5.0 628.553 4.0 628.561 8.0 628.569 1.0 628.577 1.0 628.585 1.0 628.593 4.0 628.601 5.0 628.6089 3.0 628.6169 4.0 628.6249 4.0 628.6329 2.0 628.6409 4.0 628.6489 1.0 628.6569 5.0 628.6649 8.0 628.6728 2.0 628.6808 5.0 628.6888 5.0 628.6968 3.0 628.7048 2.0 628.7128 2.0 628.7208 7.0 628.7287 9.0 628.7367 6.0 628.7447 4.0 628.7527 8.0 628.7607 9.0 628.7687 6.0 628.7767 6.0 628.7926 3.0 628.8006 3.0 628.8086 2.0 628.8166 2.0 628.8246 4.0 628.8406 1.0 628.8486 1.0 628.8565 4.0 628.8645 2.0 628.8805 1.0 628.8885 3.0 628.9205 1.0 628.9284 2.0 628.9364 1.0 628.9524 6.0 628.9604 1.0 628.9684 1.0 628.9844 1.0 628.9924 4.0 629.0003 5.0 629.0083 2.0 629.0163 1.0 629.0243 1.0 629.0323 2.0 629.0403 1.0 629.0483 1.0 629.0563 4.0 629.0802 1.0 629.0882 1.0 629.1042 3.0 629.1122 3.0 629.1202 6.0 629.1282 4.0 629.1362 5.0 629.1441 4.0 629.1601 2.0 629.1761 1.0 629.1841 1.0 629.1921 3.0 629.2081 2.0 629.24 1.0 629.256 1.0 629.264 5.0 629.272 11.0 629.28 1.0 629.288 1.0 629.296 3.0 629.304 5.0 629.3119 11.0 629.3199 5.0 629.3279 1.0 629.3359 1.0 629.3439 4.0 629.3519 11.0 629.3599 14.0 629.3679 5.0 629.3839 4.0 629.3919 7.0 629.3998 12.0 629.4078 13.0 629.4158 10.0 629.4238 8.0 629.4318 5.0 629.4398 7.0 629.4478 8.0 629.4558 3.0 629.4638 1.0 629.4718 6.0 629.4798 9.0 629.4878 4.0 629.4957 2.0 629.5037 6.0 629.5117 3.0 629.5197 7.0 629.5277 6.0 629.5357 6.0 629.5437 3.0 629.5517 10.0 629.5597 12.0 629.5677 6.0 629.5757 1.0 629.5837 7.0 629.5917 7.0 629.5996 10.0 629.6076 4.0 629.6156 3.0 629.6316 4.0 629.6396 11.0 629.6476 5.0 629.6556 1.0 629.6636 3.0 629.6716 7.0 629.6796 1.0 629.6876 2.0 629.6956 14.0 629.7036 4.0 629.7116 2.0 629.7195 5.0 629.7275 1.0 629.7435 3.0 629.7515 5.0 629.7595 12.0 629.7675 2.0 629.7755 1.0 629.7835 3.0 629.7915 3.0 629.8075 4.0 629.8155 10.0 629.8235 8.0 629.8315 6.0 629.8395 3.0 629.8474 4.0 629.8554 7.0 629.8634 3.0 629.8714 2.0 629.8794 2.0 629.8874 2.0 629.8954 1.0 629.9114 2.0 629.9194 1.0 629.9354 2.0 629.9434 1.0 629.9514 4.0 629.9594 4.0 629.9754 2.0 629.9834 2.0 629.9914 6.0 629.9993 1.0 630.0073 3.0 630.0153 3.0 630.0233 7.0 630.0313 3.0 630.0393 1.0 630.0473 2.0 630.0633 1.0 630.0793 6.0 630.0873 2.0 630.1033 3.0 630.1273 2.0 630.1353 2.0 630.1433 4.0 630.1513 3.0 630.1593 4.0 630.1673 1.0 630.1832 1.0 630.1912 1.0 630.2072 2.0 630.2152 2.0 630.2232 2.0 630.2312 4.0 630.2392 8.0 630.2472 9.0 630.2632 4.0 630.2712 4.0 630.2792 2.0 630.2872 2.0 630.2952 5.0 630.3032 1.0 630.3112 3.0 630.3192 1.0 630.3272 1.0 630.3352 1.0 630.3432 4.0 630.3512 8.0 630.3592 8.0 630.3672 12.0 630.3752 10.0 630.3832 16.0 630.3912 21.0 630.3992 9.0 630.4072 2.0 630.4152 5.0 630.4232 5.0 630.4312 12.0 630.4392 12.0 630.4472 2.0 630.4552 4.0 630.4632 5.0 630.4712 6.0 630.4792 6.0 630.4871 5.0 630.4951 7.0 630.5031 11.0 630.5111 4.0 630.5191 4.0 630.5271 3.0 630.5351 10.0 630.5431 1.0 630.5511 2.0 630.5591 5.0 630.5671 4.0 630.5751 4.0 630.5831 5.0 630.5911 2.0 630.5991 2.0 630.6071 6.0 630.6151 4.0 630.6231 4.0 630.6311 1.0 630.6391 2.0 630.6471 2.0 630.6551 1.0 630.6631 3.0 630.6711 6.0 630.6791 7.0 630.6871 5.0 630.7031 1.0 630.7191 1.0 630.7271 7.0 630.7351 11.0 630.7431 4.0 630.7511 4.0 630.7591 11.0 630.7671 6.0 630.7831 7.0 630.7911 8.0 630.7991 8.0 630.8071 5.0 630.8151 1.0 630.8231 2.0 630.8311 2.0 630.8391 2.0 630.8471 3.0 630.8551 1.0 630.8631 5.0 630.8711 3.0 630.8791 3.0 630.8871 2.0 630.8951 1.0 630.9031 2.0 630.9111 5.0 630.9191 9.0 630.9271 4.0 630.9431 1.0 630.9511 1.0 630.9751 4.0 630.9831 1.0 630.9911 1.0 630.9991 1.0 631.0152 4.0 631.0312 1.0 631.0392 2.0 631.0472 3.0 631.0552 8.0 631.0632 2.0 631.0712 1.0 631.0792 2.0 631.0872 4.0 631.0952 2.0 631.1032 1.0 631.1112 1.0 631.1192 1.0 631.1352 2.0 631.1432 2.0 631.1512 1.0 631.1672 2.0 631.1752 2.0 631.1912 1.0 631.2072 1.0 631.2152 1.0 631.2232 2.0 631.2312 1.0 631.2392 5.0 631.2472 3.0 631.2552 1.0 631.2632 4.0 631.2712 2.0 631.2792 1.0 631.2872 2.0 631.2952 4.0 631.3032 3.0 631.3112 6.0 631.3193 4.0 631.3273 2.0 631.3353 7.0 631.3433 8.0 631.3513 6.0 631.3593 7.0 631.3673 6.0 631.3753 7.0 631.3833 2.0 631.3913 8.0 631.3993 11.0 631.4073 4.0 631.4153 3.0 631.4233 12.0 631.4313 21.0 631.4393 10.0 631.4473 6.0 631.4553 1.0 631.4633 3.0 631.4713 4.0 631.4793 3.0 631.4873 5.0 631.4953 5.0 631.5033 1.0 631.5194 5.0 631.5274 5.0 631.5354 3.0 631.5514 13.0 631.5594 5.0 631.5674 2.0 631.5754 3.0 631.5994 2.0 631.6074 12.0 631.6154 5.0 631.6234 6.0 631.6314 4.0 631.6394 5.0 631.6474 8.0 631.6554 2.0 631.6635 1.0 631.6715 2.0 631.6795 10.0 631.6875 4.0 631.6955 5.0 631.7035 2.0 631.7115 4.0 631.7195 8.0 631.7275 9.0 631.7355 5.0 631.7435 5.0 631.7595 4.0 631.7675 2.0 631.7835 2.0 631.7916 2.0 631.7996 1.0 631.8076 2.0 631.8156 3.0 631.8236 3.0 631.8316 2.0 631.8396 2.0 631.8476 2.0 631.8556 1.0 631.8716 1.0 631.8796 3.0 631.8876 1.0 631.8956 3.0 631.9037 2.0 631.9117 2.0 631.9197 2.0 631.9277 7.0 631.9357 5.0 631.9437 4.0 631.9517 3.0 631.9597 4.0 631.9677 4.0 631.9757 4.0 631.9837 4.0 631.9917 2.0 631.9997 1.0 632.0078 7.0 632.0158 4.0 632.0238 1.0 632.0398 2.0 632.0478 3.0 632.0558 1.0 632.0638 2.0 632.0718 4.0 632.0798 3.0 632.0878 1.0 632.0958 3.0 632.1039 2.0 632.1199 2.0 632.1439 2.0 632.1679 2.0 632.1839 1.0 632.192 1.0 632.2 2.0 632.208 2.0 632.232 5.0 632.24 1.0 632.248 1.0 632.256 2.0 632.264 4.0 632.272 1.0 632.2801 7.0 632.2881 1.0 632.2961 6.0 632.3041 3.0 632.3201 2.0 632.3441 3.0 632.3521 2.0 632.3602 6.0 632.3682 11.0 632.3762 10.0 632.3842 6.0 632.3922 5.0 632.4002 7.0 632.4082 5.0 632.4162 1.0 632.4242 2.0 632.4322 14.0 632.4403 6.0 632.4483 14.0 632.4563 4.0 632.4643 10.0 632.4803 2.0 632.4883 4.0 632.4963 17.0 632.5043 16.0 632.5124 9.0 632.5204 7.0 632.5284 7.0 632.5364 2.0 632.5444 3.0 632.5524 1.0 632.5604 13.0 632.5684 4.0 632.5765 1.0 632.5845 2.0 632.5925 2.0 632.6005 6.0 632.6085 7.0 632.6165 3.0 632.6245 5.0 632.6325 4.0 632.6405 1.0 632.6486 1.0 632.6566 1.0 632.6646 4.0 632.6726 9.0 632.6886 1.0 632.6966 4.0 632.7046 5.0 632.7127 1.0 632.7207 1.0 632.7367 1.0 632.7527 4.0 632.7607 4.0 632.7687 2.0 632.7768 6.0 632.7848 1.0 632.7928 3.0 632.8088 7.0 632.8168 9.0 632.8248 4.0 632.8409 2.0 632.8569 1.0 632.8729 1.0 632.8809 4.0 632.8889 3.0 632.897 2.0 632.905 1.0 632.913 11.0 632.921 11.0 632.929 5.0 632.937 5.0 632.945 2.0 632.9611 2.0 632.9691 7.0 632.9771 2.0 632.9851 3.0 632.9931 10.0 633.0011 6.0 633.0172 5.0 633.0252 3.0 633.0332 3.0 633.0412 8.0 633.0492 4.0 633.0572 2.0 633.0653 1.0 633.0733 1.0 633.0813 3.0 633.0893 2.0 633.1053 4.0 633.1133 1.0 633.1374 1.0 633.1454 1.0 633.1614 3.0 633.1695 11.0 633.1775 5.0 633.1855 2.0 633.1935 1.0 633.2015 1.0 633.2416 2.0 633.2496 2.0 633.2656 5.0 633.2737 1.0 633.2817 3.0 633.2897 5.0 633.2977 6.0 633.3057 7.0 633.3137 12.0 633.3218 7.0 633.3298 6.0 633.3378 4.0 633.3458 6.0 633.3538 9.0 633.3618 5.0 633.3699 2.0 633.3779 3.0 633.3859 6.0 633.3939 9.0 633.4019 10.0 633.4099 8.0 633.418 1.0 633.426 7.0 633.434 4.0 633.442 1.0 633.45 2.0 633.458 5.0 633.4661 2.0 633.4741 2.0 633.4821 4.0 633.4901 2.0 633.4981 8.0 633.5061 12.0 633.5142 4.0 633.5222 4.0 633.5302 5.0 633.5382 1.0 633.5462 8.0 633.5543 3.0 633.5623 5.0 633.5703 7.0 633.5783 3.0 633.5863 7.0 633.5943 6.0 633.6024 3.0 633.6104 2.0 633.6264 7.0 633.6344 2.0 633.6424 1.0 633.6505 1.0 633.6585 1.0 633.6665 11.0 633.6745 13.0 633.6825 11.0 633.6906 2.0 633.6986 3.0 633.7066 3.0 633.7146 3.0 633.7226 4.0 633.7307 1.0 633.7387 1.0 633.7467 3.0 633.7547 10.0 633.7627 7.0 633.7708 6.0 633.7788 10.0 633.7868 4.0 633.7948 1.0 633.8028 1.0 633.8108 2.0 633.8189 7.0 633.8269 3.0 633.8349 10.0 633.8429 2.0 633.8509 2.0 633.859 2.0 633.867 2.0 633.875 2.0 633.883 1.0 633.891 1.0 633.8991 2.0 633.9071 1.0 633.9151 3.0 633.9311 2.0 633.9392 2.0 633.9472 2.0 633.9552 2.0 633.9632 3.0 633.9712 1.0 633.9793 1.0 633.9953 1.0 634.0033 1.0 634.0114 5.0 634.0194 6.0 634.0274 1.0 634.0434 2.0 634.0515 3.0 634.0675 6.0 634.0755 6.0 634.0835 1.0 634.0916 2.0 634.1156 3.0 634.1477 2.0 634.1557 2.0 634.1638 1.0 634.1798 1.0 634.1878 3.0 634.1958 2.0 634.2039 5.0 634.2119 3.0 634.2279 6.0 634.236 6.0 634.244 1.0 634.252 2.0 634.268 2.0 634.2761 4.0 634.2841 5.0 634.2921 2.0 634.3001 1.0 634.3082 5.0 634.3162 1.0 634.3242 3.0 634.3322 6.0 634.3402 11.0 634.3483 4.0 634.3563 11.0 634.3643 17.0 634.3723 6.0 634.3804 5.0 634.3884 5.0 634.3964 9.0 634.4044 10.0 634.4125 1.0 634.4205 1.0 634.4285 5.0 634.4445 6.0 634.4526 15.0 634.4606 16.0 634.4686 15.0 634.4766 10.0 634.4847 1.0 634.4927 3.0 634.5007 4.0 634.5087 2.0 634.5248 4.0 634.5328 4.0 634.5408 7.0 634.5489 3.0 634.5569 3.0 634.5649 2.0 634.5729 1.0 634.581 9.0 634.589 13.0 634.597 13.0 634.605 1.0 634.6131 3.0 634.6211 6.0 634.6291 11.0 634.6371 4.0 634.6452 4.0 634.6532 3.0 634.6612 3.0 634.6772 1.0 634.7013 2.0 634.7093 10.0 634.7174 10.0 634.7254 9.0 634.7334 3.0 634.7415 3.0 634.7575 1.0 634.7655 3.0 634.7736 12.0 634.7816 12.0 634.7896 16.0 634.7976 6.0 634.8057 3.0 634.8137 1.0 634.8217 7.0 634.8297 5.0 634.8378 11.0 634.8458 3.0 634.8699 2.0 634.8859 10.0 634.8939 4.0 634.902 8.0 634.91 8.0 634.918 2.0 634.926 2.0 634.9341 1.0 634.9421 2.0 634.9501 2.0 634.9582 3.0 634.9662 1.0 634.9742 2.0 634.9822 1.0 634.9903 1.0 634.9983 9.0 635.0063 4.0 635.0143 4.0 635.0224 2.0 635.0304 1.0 635.0384 3.0 635.0545 1.0 635.0625 1.0 635.0705 1.0 635.0786 4.0 635.0866 3.0 635.0946 3.0 635.1026 1.0 635.1107 2.0 635.1187 1.0 635.1267 1.0 635.1348 3.0 635.1428 1.0 635.1508 2.0 635.1669 1.0 635.1749 2.0 635.1829 1.0 635.199 3.0 635.207 2.0 635.215 1.0 635.2311 2.0 635.2552 1.0 635.2632 5.0 635.2712 2.0 635.2793 2.0 635.2873 7.0 635.2953 3.0 635.3034 4.0 635.3114 5.0 635.3194 1.0 635.3274 2.0 635.3355 2.0 635.3435 3.0 635.3515 2.0 635.3596 4.0 635.3676 6.0 635.3756 2.0 635.3836 2.0 635.3917 9.0 635.3997 19.0 635.4077 7.0 635.4238 1.0 635.4318 2.0 635.4399 1.0 635.4479 1.0 635.4559 10.0 635.4639 13.0 635.472 8.0 635.48 3.0 635.488 1.0 635.4961 4.0 635.5041 1.0 635.5202 1.0 635.5282 3.0 635.5362 2.0 635.5442 1.0 635.5523 7.0 635.5603 5.0 635.5764 1.0 635.5844 4.0 635.5924 2.0 635.6005 1.0 635.6085 1.0 635.6246 3.0 635.6326 6.0 635.6406 4.0 635.6486 2.0 635.6647 3.0 635.6727 2.0 635.6808 11.0 635.6888 3.0 635.7049 3.0 635.7129 2.0 635.7209 4.0 635.729 3.0 635.737 2.0 635.745 3.0 635.7531 1.0 635.7611 8.0 635.7691 6.0 635.7772 3.0 635.7852 2.0 635.7932 1.0 635.8012 2.0 635.8093 7.0 635.8173 7.0 635.8253 8.0 635.8334 1.0 635.8414 2.0 635.8494 1.0 635.8575 3.0 635.8655 2.0 635.8735 5.0 635.8816 10.0 635.8896 8.0 635.8976 2.0 635.9057 2.0 635.9217 1.0 635.9298 3.0 635.9378 5.0 635.9458 9.0 635.9539 1.0 635.9619 1.0 635.9699 1.0 636.0101 4.0 636.0181 2.0 636.0262 2.0 636.0422 2.0 636.0503 1.0 636.0583 1.0 636.0663 2.0 636.0744 2.0 636.0824 2.0 636.0904 1.0 636.1145 1.0 636.1306 2.0 636.1386 6.0 636.1467 5.0 636.1547 1.0 636.1627 5.0 636.1708 3.0 636.1788 3.0 636.1949 1.0 636.2029 5.0 636.211 2.0 636.219 4.0 636.2351 4.0 636.2431 2.0 636.2672 1.0 636.2752 6.0 636.2833 7.0 636.2913 4.0 636.2993 2.0 636.3074 2.0 636.3234 5.0 636.3315 6.0 636.3395 4.0 636.3476 4.0 636.3556 6.0 636.3636 19.0 636.3717 10.0 636.3797 2.0 636.3958 2.0 636.4038 1.0 636.4279 8.0 636.4359 11.0 636.444 2.0 636.452 4.0 636.4601 1.0 636.4681 10.0 636.4761 6.0 636.4842 4.0 636.4922 2.0 636.5002 6.0 636.5083 1.0 636.5243 3.0 636.5324 3.0 636.5404 6.0 636.5485 4.0 636.5565 2.0 636.5645 1.0 636.5726 3.0 636.5806 5.0 636.5886 10.0 636.5967 16.0 636.6047 5.0 636.6128 5.0 636.6208 7.0 636.6288 4.0 636.6369 7.0 636.6449 7.0 636.6529 2.0 636.6771 1.0 636.6851 2.0 636.6931 6.0 636.7012 9.0 636.7092 4.0 636.7172 4.0 636.7253 3.0 636.7333 3.0 636.7414 6.0 636.7494 1.0 636.7574 8.0 636.7655 4.0 636.7735 4.0 636.7815 4.0 636.7896 3.0 636.7976 11.0 636.8057 8.0 636.8137 1.0 636.8217 3.0 636.8298 4.0 636.8378 2.0 636.8459 11.0 636.8539 6.0 636.8619 12.0 636.87 3.0 636.886 2.0 636.8941 3.0 636.9021 1.0 636.9102 1.0 636.9182 3.0 636.9262 2.0 636.9343 4.0 636.9423 2.0 636.9504 3.0 636.9584 4.0 636.9664 3.0 636.9745 3.0 636.9906 4.0 636.9986 4.0 637.0066 2.0 637.0147 7.0 637.0227 3.0 637.0308 6.0 637.0388 9.0 637.0468 3.0 637.0549 1.0 637.0629 3.0 637.071 2.0 637.079 1.0 637.087 3.0 637.0951 3.0 637.1031 3.0 637.1112 4.0 637.1192 3.0 637.1272 2.0 637.1353 1.0 637.1433 1.0 637.1514 1.0 637.1594 4.0 637.1755 5.0 637.1835 4.0 637.1916 5.0 637.1996 7.0 637.2077 1.0 637.2157 1.0 637.2237 5.0 637.2318 3.0 637.2398 2.0 637.2479 9.0 637.2559 1.0 637.2639 2.0 637.272 4.0 637.28 3.0 637.2881 5.0 637.2961 4.0 637.3041 1.0 637.3122 3.0 637.3202 5.0 637.3283 4.0 637.3363 2.0 637.3444 2.0 637.3524 1.0 637.3604 8.0 637.3685 14.0 637.3765 7.0 637.3846 6.0 637.3926 10.0 637.4007 7.0 637.4087 10.0 637.4167 9.0 637.4248 4.0 637.4409 3.0 637.4489 4.0 637.465 3.0 637.473 1.0 637.4811 1.0 637.4891 1.0 637.4972 1.0 637.5052 3.0 637.5132 4.0 637.5293 3.0 637.5374 8.0 637.5454 8.0 637.5535 6.0 637.5615 10.0 637.5695 3.0 637.5776 1.0 637.5856 6.0 637.5937 4.0 637.6017 4.0 637.6098 5.0 637.6178 1.0 637.6259 3.0 637.6339 5.0 637.6419 5.0 637.65 1.0 637.658 2.0 637.6661 3.0 637.6741 11.0 637.6822 6.0 637.6982 1.0 637.7063 4.0 637.7143 9.0 637.7224 1.0 637.7304 10.0 637.7385 5.0 637.7465 2.0 637.7546 9.0 637.7626 9.0 637.7706 5.0 637.7787 3.0 637.7867 2.0 637.7948 10.0 637.8028 10.0 637.8109 2.0 637.8189 4.0 637.8431 1.0 637.8511 1.0 637.8591 1.0 637.8672 9.0 637.8752 1.0 637.8833 5.0 637.8913 6.0 637.9074 3.0 637.9235 3.0 637.9316 4.0 637.9476 4.0 637.9637 2.0 637.9718 1.0 637.9959 2.0 638.004 1.0 638.012 2.0 638.0201 1.0 638.0281 3.0 638.0361 3.0 638.0442 3.0 638.0522 1.0 638.0603 1.0 638.0683 3.0 638.0764 1.0 638.0844 4.0 638.0925 1.0 638.1005 1.0 638.1086 3.0 638.1166 3.0 638.1247 5.0 638.1327 3.0 638.1408 4.0 638.1488 3.0 638.1568 4.0 638.1649 3.0 638.189 4.0 638.1971 1.0 638.2051 2.0 638.2132 1.0 638.2212 3.0 638.2293 2.0 638.2373 2.0 638.2454 2.0 638.2615 3.0 638.2695 2.0 638.2776 1.0 638.2856 4.0 638.2937 7.0 638.3017 3.0 638.3098 1.0 638.3178 7.0 638.3258 3.0 638.3339 8.0 638.3419 13.0 638.35 7.0 638.358 7.0 638.3661 5.0 638.3741 6.0 638.3822 4.0 638.3983 5.0 638.4063 10.0 638.4144 3.0 638.4224 9.0 638.4305 17.0 638.4385 10.0 638.4466 12.0 638.4546 3.0 638.4627 2.0 638.4707 8.0 638.4788 12.0 638.4868 5.0 638.4949 3.0 638.5029 7.0 638.511 9.0 638.519 5.0 638.5271 4.0 638.5351 2.0 638.5512 6.0 638.5593 6.0 638.5673 5.0 638.5754 1.0 638.5834 2.0 638.5915 3.0 638.5995 1.0 638.6076 4.0 638.6156 4.0 638.6237 5.0 638.6317 2.0 638.6398 3.0 638.6478 1.0 638.6639 2.0 638.672 7.0 638.68 7.0 638.6881 5.0 638.6961 1.0 638.7042 7.0 638.7122 14.0 638.7203 11.0 638.7283 1.0 638.7444 1.0 638.7525 2.0 638.7605 17.0 638.7686 4.0 638.7766 2.0 638.7847 2.0 638.7927 5.0 638.8008 7.0 638.8088 5.0 638.8169 1.0 638.8249 6.0 638.833 5.0 638.841 1.0 638.8491 6.0 638.8571 8.0 638.8652 8.0 638.8732 8.0 638.8813 2.0 638.8893 4.0 638.8974 3.0 638.9054 10.0 638.9135 12.0 638.9216 2.0 638.9296 7.0 638.9377 3.0 638.9457 6.0 638.9538 7.0 638.9618 4.0 638.9699 4.0 638.9779 2.0 638.994 1.0 639.0021 6.0 639.0101 4.0 639.0182 1.0 639.0262 1.0 639.0423 2.0 639.0504 1.0 639.0584 2.0 639.0665 2.0 639.0745 1.0 639.0907 4.0 639.0987 2.0 639.1068 2.0 639.1229 1.0 639.1309 1.0 639.139 6.0 639.1712 2.0 639.1792 4.0 639.1953 2.0 639.2115 1.0 639.2195 2.0 639.2276 1.0 639.2437 3.0 639.2598 1.0 639.2678 1.0 639.2759 2.0 639.2839 1.0 639.292 1.0 639.3 2.0 639.3081 5.0 639.3162 1.0 639.3242 5.0 639.3323 1.0 639.3403 4.0 639.3484 4.0 639.3564 3.0 639.3645 6.0 639.3725 9.0 639.3806 18.0 639.3886 14.0 639.3967 12.0 639.4048 7.0 639.4128 4.0 639.4209 5.0 639.4289 2.0 639.437 6.0 639.445 6.0 639.4531 18.0 639.4611 11.0 639.4692 10.0 639.4773 3.0 639.4853 1.0 639.4934 2.0 639.5175 2.0 639.5256 4.0 639.5336 4.0 639.5417 9.0 639.5498 6.0 639.5578 10.0 639.5659 8.0 639.582 3.0 639.59 2.0 639.5981 4.0 639.6061 4.0 639.6142 5.0 639.6223 8.0 639.6303 6.0 639.6384 8.0 639.6464 4.0 639.6545 9.0 639.6625 2.0 639.6706 7.0 639.6787 10.0 639.6867 1.0 639.6948 2.0 639.7028 5.0 639.7109 7.0 639.7189 5.0 639.727 2.0 639.7351 5.0 639.7431 3.0 639.7512 2.0 639.7592 2.0 639.7673 4.0 639.7753 4.0 639.7834 3.0 639.7915 2.0 639.7995 3.0 639.8076 2.0 639.8156 4.0 639.8237 3.0 639.8317 1.0 639.8479 2.0 639.8559 7.0 639.864 2.0 639.872 5.0 639.8801 8.0 639.8881 6.0 639.8962 10.0 639.9043 5.0 639.9204 2.0 639.9284 6.0 639.9365 3.0 639.9526 2.0 639.9607 4.0 639.9687 5.0 639.9768 5.0 639.9848 3.0 639.9929 4.0 640.001 3.0 640.009 1.0 640.0251 1.0 640.0332 1.0 640.0493 1.0 640.0574 3.0 640.0654 2.0 640.0735 1.0 640.0816 3.0 640.0896 4.0 640.0977 4.0 640.1057 3.0 640.1138 1.0 640.1219 2.0 640.1299 1.0 640.1621 5.0 640.1702 3.0 640.1783 3.0 640.1863 3.0 640.1944 3.0 640.2024 2.0 640.2105 1.0 640.2186 4.0 640.2266 3.0 640.2508 1.0 640.2589 1.0 640.275 3.0 640.2831 4.0 640.2911 3.0 640.2992 8.0 640.3072 4.0 640.3153 2.0 640.3234 2.0 640.3314 4.0 640.3395 2.0 640.3475 7.0 640.3556 1.0 640.3637 10.0 640.3717 5.0 640.3798 3.0 640.3878 7.0 640.3959 14.0 640.404 7.0 640.412 4.0 640.4201 5.0 640.4281 8.0 640.4362 21.0 640.4443 25.0 640.4523 7.0 640.4604 3.0 640.4685 3.0 640.4765 5.0 640.4846 4.0 640.4926 6.0 640.5007 4.0 640.5088 2.0 640.5168 1.0 640.5249 14.0 640.533 11.0 640.541 7.0 640.5491 5.0 640.5571 3.0 640.5652 1.0 640.5733 11.0 640.5813 4.0 640.5894 5.0 640.5974 2.0 640.6055 7.0 640.6136 7.0 640.6216 6.0 640.6297 6.0 640.6378 2.0 640.6458 4.0 640.6539 2.0 640.662 5.0 640.67 5.0 640.6781 6.0 640.6861 3.0 640.6942 1.0 640.7023 3.0 640.7103 7.0 640.7184 1.0 640.7345 5.0 640.7506 1.0 640.7668 4.0 640.7748 15.0 640.7829 8.0 640.791 1.0 640.799 6.0 640.8071 10.0 640.8152 4.0 640.8232 6.0 640.8313 2.0 640.8393 7.0 640.8474 3.0 640.8555 4.0 640.8635 12.0 640.8716 18.0 640.8797 6.0 640.8877 8.0 640.8958 13.0 640.9039 16.0 640.9119 3.0 640.92 11.0 640.9281 9.0 640.9361 2.0 640.9442 1.0 640.9522 3.0 640.9603 2.0 640.9684 3.0 640.9764 10.0 640.9845 3.0 640.9926 2.0 641.0006 1.0 641.0087 1.0 641.0168 5.0 641.0248 8.0 641.0329 2.0 641.041 2.0 641.049 1.0 641.0571 3.0 641.0732 2.0 641.0894 5.0 641.0974 3.0 641.1055 1.0 641.1136 7.0 641.1216 9.0 641.1297 2.0 641.1378 2.0 641.1458 6.0 641.1539 3.0 641.162 3.0 641.17 2.0 641.1781 1.0 641.1861 1.0 641.1942 3.0 641.2023 1.0 641.2103 2.0 641.2184 1.0 641.2345 3.0 641.2426 8.0 641.2507 4.0 641.2587 5.0 641.2668 3.0 641.2749 1.0 641.2829 5.0 641.2991 3.0 641.3071 1.0 641.3152 7.0 641.3233 5.0 641.3313 8.0 641.3394 16.0 641.3475 16.0 641.3556 2.0 641.3636 10.0 641.3717 9.0 641.3798 3.0 641.3878 4.0 641.3959 13.0 641.404 14.0 641.412 13.0 641.4201 8.0 641.4282 10.0 641.4362 17.0 641.4443 15.0 641.4524 4.0 641.4604 1.0 641.4685 10.0 641.4766 10.0 641.4846 7.0 641.4927 3.0 641.5008 1.0 641.5088 1.0 641.5169 3.0 641.525 6.0 641.533 9.0 641.5411 1.0 641.5492 1.0 641.5572 1.0 641.5653 3.0 641.5734 2.0 641.5815 2.0 641.5895 4.0 641.5976 1.0 641.6299 3.0 641.6379 7.0 641.646 1.0 641.6541 1.0 641.6621 1.0 641.6783 6.0 641.6944 7.0 641.7025 8.0 641.7106 6.0 641.7186 9.0 641.7267 6.0 641.7348 4.0 641.7428 1.0 641.767 3.0 641.7751 7.0 641.7832 4.0 641.7913 2.0 641.7993 9.0 641.8074 8.0 641.8155 6.0 641.8235 1.0 641.8397 1.0 641.8558 1.0 641.8639 3.0 641.872 4.0 641.88 5.0 641.8881 5.0 641.8962 17.0 641.9042 10.0 641.9204 7.0 641.9285 3.0 641.9365 3.0 641.9607 10.0 641.9688 3.0 641.9769 1.0 641.985 1.0 641.993 5.0 642.0092 1.0 642.0172 3.0 642.0334 3.0 642.0415 3.0 642.0495 1.0 642.0576 1.0 642.0657 1.0 642.0737 5.0 642.0818 2.0 642.0899 2.0 642.098 4.0 642.106 2.0 642.1141 1.0 642.1222 1.0 642.1302 3.0 642.1464 2.0 642.1545 3.0 642.1625 5.0 642.1706 4.0 642.1787 1.0 642.1868 2.0 642.1948 1.0 642.2029 6.0 642.211 2.0 642.219 1.0 642.2352 3.0 642.2433 2.0 642.2594 1.0 642.2675 2.0 642.2836 5.0 642.2917 2.0 642.2998 1.0 642.3078 2.0 642.3159 2.0 642.324 5.0 642.3321 1.0 642.3401 1.0 642.3563 8.0 642.3644 4.0 642.3724 3.0 642.3805 4.0 642.3967 2.0 642.4047 1.0 642.4128 1.0 642.4209 6.0 642.429 6.0 642.437 11.0 642.4451 15.0 642.4532 11.0 642.4612 7.0 642.4693 4.0 642.4774 2.0 642.4855 4.0 642.4935 1.0 642.5016 1.0 642.5097 2.0 642.5178 5.0 642.5258 1.0 642.5339 3.0 642.542 14.0 642.5501 5.0 642.5581 2.0 642.5662 1.0 642.5743 3.0 642.5824 8.0 642.5904 2.0 642.5985 4.0 642.6066 9.0 642.6147 4.0 642.6227 7.0 642.6308 8.0 642.6631 3.0 642.6793 3.0 642.6873 9.0 642.6954 7.0 642.7035 1.0 642.7116 3.0 642.7197 2.0 642.7277 2.0 642.7358 1.0 642.7439 2.0 642.76 6.0 642.7681 5.0 642.7762 2.0 642.7843 2.0 642.7923 4.0 642.8004 6.0 642.8085 4.0 642.8166 4.0 642.8246 1.0 642.8327 1.0 642.8408 1.0 642.8489 1.0 642.857 3.0 642.865 4.0 642.8893 2.0 642.8973 4.0 642.9054 6.0 642.9135 1.0 642.9216 1.0 642.9377 2.0 642.9539 2.0 642.962 1.0 642.97 2.0 642.9781 2.0 642.9862 2.0 642.9943 2.0 643.0023 1.0 643.0104 5.0 643.0185 2.0 643.0347 2.0 643.0508 4.0 643.0589 3.0 643.067 3.0 643.075 2.0 643.0831 1.0 643.0912 3.0 643.0993 2.0 643.1074 2.0 643.1154 5.0 643.1235 4.0 643.1316 5.0 643.1397 5.0 643.1477 3.0 643.1558 2.0 643.1639 3.0 643.172 2.0 643.1801 5.0 643.1881 7.0 643.1962 8.0 643.2043 4.0 643.2124 2.0 643.2205 5.0 643.2285 5.0 643.2366 3.0 643.2447 1.0 643.2528 2.0 643.2609 6.0 643.2689 5.0 643.2851 1.0 643.2932 4.0 643.3013 2.0 643.3093 3.0 643.3174 3.0 643.3255 3.0 643.3497 3.0 643.3578 3.0 643.3659 9.0 643.374 3.0 643.382 4.0 643.3901 1.0 643.3982 7.0 643.4063 5.0 643.4144 7.0 643.4224 4.0 643.4305 3.0 643.4386 10.0 643.4467 4.0 643.4548 3.0 643.4629 9.0 643.4709 7.0 643.479 6.0 643.4871 9.0 643.4952 8.0 643.5033 4.0 643.5113 10.0 643.5194 15.0 643.5275 5.0 643.5356 4.0 643.5437 5.0 643.5517 6.0 643.5598 4.0 643.5679 3.0 643.576 1.0 643.5841 7.0 643.5921 4.0 643.6002 3.0 643.6083 13.0 643.6164 3.0 643.6245 2.0 643.6326 2.0 643.6406 4.0 643.6487 10.0 643.6568 11.0 643.673 1.0 643.681 2.0 643.6891 3.0 643.6972 2.0 643.7053 1.0 643.7134 9.0 643.7215 7.0 643.7295 7.0 643.7376 7.0 643.7457 6.0 643.7538 2.0 643.7619 1.0 643.77 8.0 643.778 7.0 643.7861 2.0 643.7942 3.0 643.8023 2.0 643.8104 2.0 643.8184 3.0 643.8265 1.0 643.8346 1.0 643.8427 4.0 643.8508 1.0 643.8589 1.0 643.8669 1.0 643.875 6.0 643.8831 5.0 643.8912 2.0 643.8993 3.0 643.9074 1.0 643.9235 1.0 643.9397 2.0 643.9478 2.0 643.9559 4.0 643.9801 10.0 643.9882 5.0 643.9963 5.0 644.0044 4.0 644.0286 1.0 644.0367 4.0 644.0448 2.0 644.0529 4.0 644.061 2.0 644.069 1.0 644.0771 5.0 644.0933 1.0 644.1095 4.0 644.1175 5.0 644.1256 1.0 644.1337 2.0 644.1418 4.0 644.1499 4.0 644.158 12.0 644.1661 2.0 644.1741 4.0 644.1822 1.0 644.1903 1.0 644.1984 4.0 644.2065 2.0 644.2388 1.0 644.2469 3.0 644.255 2.0 644.2631 2.0 644.2712 5.0 644.2793 4.0 644.2873 2.0 644.2954 4.0 644.3035 6.0 644.3116 12.0 644.3197 6.0 644.3278 8.0 644.3359 10.0 644.3439 12.0 644.352 7.0 644.3601 2.0 644.3682 4.0 644.3763 1.0 644.3844 6.0 644.3925 10.0 644.4005 18.0 644.4086 12.0 644.4167 8.0 644.4248 1.0 644.4329 1.0 644.441 1.0 644.4491 1.0 644.4572 1.0 644.4652 1.0 644.4733 8.0 644.4814 9.0 644.4895 10.0 644.4976 5.0 644.5057 2.0 644.5138 6.0 644.5218 10.0 644.5299 9.0 644.538 12.0 644.5461 13.0 644.5542 5.0 644.5623 1.0 644.5704 5.0 644.5785 4.0 644.5865 2.0 644.5946 4.0 644.6027 5.0 644.6108 2.0 644.6189 3.0 644.627 2.0 644.6351 2.0 644.6432 1.0 644.6513 3.0 644.6755 1.0 644.6836 1.0 644.6917 1.0 644.716 4.0 644.724 4.0 644.7321 7.0 644.7402 2.0 644.7483 2.0 644.7564 6.0 644.7645 11.0 644.7726 5.0 644.7807 1.0 644.7888 1.0 644.8049 4.0 644.813 5.0 644.8211 1.0 644.8373 1.0 644.8454 1.0 644.8535 2.0 644.8616 14.0 644.8696 6.0 644.8858 2.0 644.8939 4.0 644.902 14.0 644.9101 3.0 644.9263 4.0 644.9344 3.0 644.9425 5.0 644.9505 4.0 644.9586 1.0 644.9748 1.0 644.9829 4.0 644.991 3.0 644.9991 5.0 645.0072 3.0 645.0153 3.0 645.0395 2.0 645.0557 4.0 645.0719 1.0 645.08 1.0 645.0881 4.0 645.0962 1.0 645.1043 2.0 645.1124 2.0 645.1204 3.0 645.1285 1.0 645.169 2.0 645.1852 3.0 645.1933 5.0 645.2014 4.0 645.2095 2.0 645.2175 5.0 645.2418 1.0 645.2499 2.0 645.258 1.0 645.2661 5.0 645.2742 3.0 645.2823 3.0 645.2904 2.0 645.2985 7.0 645.3066 4.0 645.3146 5.0 645.3227 2.0 645.3308 4.0 645.3389 2.0 645.347 1.0 645.3551 1.0 645.3632 10.0 645.3713 7.0 645.3794 4.0 645.3875 13.0 645.3956 13.0 645.4037 2.0 645.4118 6.0 645.4199 18.0 645.4279 5.0 645.4441 2.0 645.4522 3.0 645.4603 2.0 645.4684 1.0 645.4765 1.0 645.4846 5.0 645.4927 6.0 645.5008 1.0 645.5089 5.0 645.517 4.0 645.5251 9.0 645.5332 11.0 645.5413 4.0 645.5493 1.0 645.5574 10.0 645.5655 7.0 645.5736 2.0 645.5817 5.0 645.5898 1.0 645.5979 2.0 645.606 1.0 645.6141 4.0 645.6303 1.0 645.6384 2.0 645.6465 3.0 645.6546 3.0 645.6627 1.0 645.6708 3.0 645.6869 1.0 645.695 2.0 645.7031 3.0 645.7112 6.0 645.7193 3.0 645.7274 1.0 645.7355 4.0 645.7436 8.0 645.7517 8.0 645.7598 3.0 645.7679 1.0 645.7841 2.0 645.7922 4.0 645.8003 2.0 645.8084 6.0 645.8165 4.0 645.8246 1.0 645.8327 2.0 645.8408 1.0 645.8488 4.0 645.8569 9.0 645.865 8.0 645.8731 14.0 645.8812 2.0 645.8974 4.0 645.9136 2.0 645.9217 1.0 645.9298 1.0 645.9379 7.0 645.946 4.0 645.9541 1.0 645.9622 5.0 645.9703 3.0 645.9784 3.0 645.9946 1.0 646.0027 1.0 646.0108 2.0 646.0189 3.0 646.027 4.0 646.0351 1.0 646.0432 3.0 646.0594 1.0 646.0674 1.0 646.0755 8.0 646.0836 7.0 646.0917 4.0 646.116 4.0 646.1241 2.0 646.1322 3.0 646.1403 3.0 646.1484 2.0 646.1565 2.0 646.1646 1.0 646.1727 2.0 646.1889 1.0 646.197 4.0 646.2051 9.0 646.2132 1.0 646.2213 7.0 646.2294 5.0 646.2456 1.0 646.2537 1.0 646.2699 2.0 646.278 4.0 646.2861 4.0 646.3023 2.0 646.3104 3.0 646.3185 1.0 646.3266 3.0 646.3347 3.0 646.3428 8.0 646.3509 9.0 646.359 8.0 646.3671 15.0 646.3752 4.0 646.3833 11.0 646.3914 10.0 646.3995 1.0 646.4076 3.0 646.4157 5.0 646.4238 4.0 646.4319 8.0 646.44 6.0 646.4481 10.0 646.4562 12.0 646.4643 5.0 646.4724 6.0 646.4805 7.0 646.4886 10.0 646.4967 5.0 646.5048 1.0 646.5129 11.0 646.521 7.0 646.5291 8.0 646.5372 6.0 646.5453 1.0 646.5534 1.0 646.5615 2.0 646.5696 9.0 646.5777 6.0 646.5858 3.0 646.5939 2.0 646.6101 2.0 646.6182 4.0 646.6263 1.0 646.6344 1.0 646.6425 1.0 646.6506 4.0 646.6587 1.0 646.6668 4.0 646.6749 2.0 646.683 2.0 646.6911 3.0 646.6992 2.0 646.7073 4.0 646.7154 2.0 646.7235 2.0 646.7316 5.0 646.7397 6.0 646.7478 1.0 646.7559 3.0 646.764 1.0 646.7721 2.0 646.7802 3.0 646.7883 3.0 646.7964 1.0 646.8045 9.0 646.8207 2.0 646.8369 2.0 646.845 2.0 646.8531 12.0 646.8612 11.0 646.8693 4.0 646.8936 5.0 646.9017 2.0 646.9179 1.0 646.926 3.0 646.9341 7.0 646.9422 10.0 646.9503 1.0 646.9584 2.0 646.9665 2.0 646.9746 3.0 646.9827 2.0 646.9908 1.0 646.9989 1.0 647.0314 3.0 647.0395 3.0 647.0557 3.0 647.0638 4.0 647.0719 4.0 647.08 1.0 647.0881 1.0 647.0962 1.0 647.1043 1.0 647.1124 2.0 647.1205 4.0 647.1286 1.0 647.1367 1.0 647.1448 3.0 647.1529 3.0 647.161 1.0 647.1691 4.0 647.1772 3.0 647.1853 2.0 647.2015 2.0 647.2096 2.0 647.2258 3.0 647.2339 11.0 647.2421 2.0 647.2502 2.0 647.2583 4.0 647.2664 7.0 647.2745 1.0 647.2826 1.0 647.2907 4.0 647.2988 1.0 647.315 4.0 647.3231 5.0 647.3312 7.0 647.3393 12.0 647.3474 10.0 647.3555 8.0 647.3636 8.0 647.3717 4.0 647.3798 5.0 647.3879 10.0 647.396 11.0 647.4042 10.0 647.4123 8.0 647.4204 7.0 647.4285 15.0 647.4366 9.0 647.4447 6.0 647.4528 12.0 647.4609 7.0 647.469 2.0 647.4771 3.0 647.4852 5.0 647.4933 1.0 647.5014 2.0 647.5095 6.0 647.5176 3.0 647.5257 1.0 647.5338 1.0 647.542 5.0 647.5501 4.0 647.5582 1.0 647.5663 5.0 647.5744 5.0 647.5825 4.0 647.5906 8.0 647.5987 5.0 647.6068 8.0 647.6149 4.0 647.6311 6.0 647.6392 8.0 647.6473 9.0 647.6554 5.0 647.6636 1.0 647.6879 5.0 647.696 3.0 647.7041 1.0 647.7122 6.0 647.7203 5.0 647.7284 4.0 647.7365 1.0 647.7527 5.0 647.7608 8.0 647.7689 2.0 647.7771 1.0 647.7852 2.0 647.7933 8.0 647.8014 13.0 647.8095 7.0 647.8176 2.0 647.8257 6.0 647.8338 5.0 647.8419 7.0 647.85 7.0 647.8581 2.0 647.8662 3.0 647.8744 2.0 647.8825 2.0 647.8906 1.0 647.8987 1.0 647.9068 1.0 647.9149 5.0 647.923 1.0 647.9311 2.0 647.9392 2.0 647.9473 2.0 647.9554 3.0 647.9635 1.0 647.9717 1.0 647.9798 4.0 647.9879 4.0 647.996 3.0 648.0041 1.0 648.0122 2.0 648.0203 2.0 648.0284 2.0 648.0365 2.0 648.0527 6.0 648.0609 6.0 648.069 6.0 648.0771 2.0 648.0852 1.0 648.0933 2.0 648.1014 1.0 648.1095 5.0 648.1176 1.0 648.1257 1.0 648.1338 1.0 648.142 2.0 648.1501 1.0 648.1582 1.0 648.1663 3.0 648.1744 1.0 648.2231 3.0 648.2312 1.0 648.2393 1.0 648.2474 1.0 648.2555 1.0 648.2636 1.0 648.2717 2.0 648.2798 4.0 648.2879 1.0 648.2961 1.0 648.3042 3.0 648.3204 3.0 648.3285 10.0 648.3366 7.0 648.3447 2.0 648.3528 4.0 648.3609 11.0 648.3691 7.0 648.3772 1.0 648.3853 3.0 648.3934 6.0 648.4015 1.0 648.4096 4.0 648.4177 13.0 648.4258 4.0 648.434 6.0 648.4421 8.0 648.4502 9.0 648.4583 7.0 648.4664 4.0 648.4745 2.0 648.4826 5.0 648.4907 6.0 648.4988 3.0 648.5232 3.0 648.5313 3.0 648.5394 5.0 648.5475 2.0 648.5556 5.0 648.5637 3.0 648.5719 4.0 648.58 2.0 648.6043 3.0 648.6205 3.0 648.6287 3.0 648.6368 7.0 648.653 5.0 648.6611 1.0 648.6692 5.0 648.6773 1.0 648.6854 1.0 648.7017 2.0 648.7179 4.0 648.726 7.0 648.7341 2.0 648.7422 3.0 648.7504 1.0 648.7666 5.0 648.7747 5.0 648.7828 7.0 648.7909 7.0 648.799 4.0 648.8072 1.0 648.8153 2.0 648.8234 1.0 648.8315 1.0 648.8396 4.0 648.8477 2.0 648.8558 3.0 648.864 2.0 648.8721 1.0 648.8802 6.0 648.8883 10.0 648.8964 2.0 648.9126 2.0 648.9208 3.0 648.9289 1.0 648.9451 2.0 648.9532 6.0 648.9613 3.0 648.9694 3.0 648.9857 3.0 648.9938 5.0 649.0019 1.0 649.01 6.0 649.0181 1.0 649.0425 2.0 649.0506 2.0 649.0587 1.0 649.0668 7.0 649.075 5.0 649.0831 1.0 649.0912 1.0 649.0993 3.0 649.1074 3.0 649.1155 1.0 649.1318 5.0 649.1399 6.0 649.1642 5.0 649.1723 2.0 649.1886 2.0 649.1967 1.0 649.2048 3.0 649.2129 5.0 649.221 1.0 649.2292 1.0 649.2373 1.0 649.2454 1.0 649.2616 2.0 649.2697 1.0 649.2779 5.0 649.286 4.0 649.2941 3.0 649.3022 6.0 649.3103 2.0 649.3266 7.0 649.3347 5.0 649.3428 2.0 649.3509 12.0 649.359 6.0 649.3672 2.0 649.3753 8.0 649.3834 4.0 649.3915 6.0 649.3996 5.0 649.4077 3.0 649.4159 1.0 649.424 1.0 649.4321 8.0 649.4402 1.0 649.4483 7.0 649.4565 9.0 649.4646 4.0 649.4727 3.0 649.4808 3.0 649.4889 8.0 649.497 9.0 649.5052 10.0 649.5133 4.0 649.5214 2.0 649.5295 10.0 649.5376 7.0 649.5458 9.0 649.5539 8.0 649.562 1.0 649.5701 10.0 649.5782 2.0 649.5864 2.0 649.5945 1.0 649.6026 4.0 649.6107 3.0 649.6188 6.0 649.627 8.0 649.6351 3.0 649.6432 6.0 649.6513 4.0 649.6594 2.0 649.6676 7.0 649.6757 2.0 649.7 1.0 649.7081 5.0 649.7163 5.0 649.7244 6.0 649.7325 8.0 649.7487 5.0 649.7569 5.0 649.765 3.0 649.7731 5.0 649.7812 2.0 649.7894 12.0 649.7975 6.0 649.8056 2.0 649.8137 1.0 649.83 2.0 649.8381 2.0 649.8462 4.0 649.8543 2.0 649.8624 6.0 649.8787 4.0 649.8868 1.0 649.8949 2.0 649.9112 4.0 649.9274 1.0 649.9355 1.0 649.9436 1.0 649.9518 6.0 649.9599 2.0 649.968 1.0 649.9761 2.0 649.9843 3.0 649.9924 3.0 650.0005 9.0 650.0086 8.0 650.0249 3.0 650.033 1.0 650.0411 5.0 650.0492 9.0 650.0574 3.0 650.0655 2.0 650.0736 3.0 650.0817 9.0 650.0898 12.0 650.098 8.0 650.1061 2.0 650.1223 9.0 650.1305 3.0 650.1386 3.0 650.1629 1.0 650.1711 2.0 650.2036 3.0 650.2117 5.0 650.2198 6.0 650.2279 14.0 650.2361 4.0 650.2442 5.0 650.2523 1.0 650.2685 1.0 650.2767 3.0 650.2848 4.0 650.2929 3.0 650.301 4.0 650.3173 2.0 650.3254 3.0 650.3335 1.0 650.3417 1.0 650.3498 3.0 650.3579 3.0 650.366 1.0 650.3742 1.0 650.3823 15.0 650.3904 2.0 650.3985 2.0 650.4066 8.0 650.4148 8.0 650.4229 1.0 650.431 4.0 650.4391 1.0 650.4554 1.0 650.4635 9.0 650.4716 11.0 650.4798 2.0 650.4879 10.0 650.496 13.0 650.5041 3.0 650.5123 2.0 650.5366 2.0 650.5448 1.0 650.5529 3.0 650.561 15.0 650.5691 8.0 650.5773 7.0 650.5854 5.0 650.5935 2.0 650.6016 4.0 650.6098 4.0 650.626 3.0 650.6342 6.0 650.6423 2.0 650.6504 3.0 650.6585 9.0 650.6667 5.0 650.6748 11.0 650.6829 1.0 650.691 12.0 650.6992 8.0 650.7073 14.0 650.7154 8.0 650.7235 2.0 650.7317 3.0 650.7398 9.0 650.7479 4.0 650.756 2.0 650.7642 5.0 650.7723 11.0 650.7804 6.0 650.7885 3.0 650.7967 9.0 650.8048 2.0 650.8129 1.0 650.8211 2.0 650.8536 5.0 650.8617 4.0 650.8779 3.0 650.8861 1.0 650.8942 4.0 650.9023 5.0 650.9105 6.0 650.9186 4.0 650.9267 8.0 650.9348 2.0 650.943 3.0 650.9511 3.0 650.9592 7.0 650.9673 3.0 650.9755 1.0 650.9836 4.0 650.9917 1.0 651.008 4.0 651.0161 4.0 651.0242 2.0 651.0324 2.0 651.0405 5.0 651.0486 1.0 651.0568 2.0 651.0649 3.0 651.073 2.0 651.0893 2.0 651.0974 7.0 651.1055 3.0 651.1137 1.0 651.1218 1.0 651.1299 1.0 651.138 7.0 651.1462 8.0 651.1543 3.0 651.1624 3.0 651.1706 1.0 651.1787 5.0 651.1868 3.0 651.1949 2.0 651.2031 4.0 651.2112 4.0 651.2193 2.0 651.2356 3.0 651.2437 10.0 651.2519 4.0 651.26 2.0 651.2681 1.0 651.2762 5.0 651.2844 3.0 651.2925 4.0 651.3006 5.0 651.3088 2.0 651.3169 5.0 651.325 3.0 651.3413 4.0 651.3494 4.0 651.3575 1.0 651.3657 4.0 651.3738 1.0 651.3819 5.0 651.3901 10.0 651.3982 7.0 651.4063 7.0 651.4145 7.0 651.4226 12.0 651.4307 5.0 651.4388 6.0 651.447 5.0 651.4551 10.0 651.4632 10.0 651.4714 5.0 651.4795 7.0 651.4876 6.0 651.4958 11.0 651.5039 1.0 651.5202 8.0 651.5283 8.0 651.5364 6.0 651.5527 3.0 651.5608 4.0 651.5689 4.0 651.5771 5.0 651.5852 5.0 651.5933 4.0 651.6015 4.0 651.6096 10.0 651.6177 2.0 651.6259 1.0 651.634 3.0 651.6421 5.0 651.6503 4.0 651.6584 4.0 651.6665 2.0 651.6747 2.0 651.6828 5.0 651.6909 10.0 651.6991 8.0 651.7072 6.0 651.7235 3.0 651.7316 1.0 651.7479 3.0 651.7641 7.0 651.7723 4.0 651.7885 5.0 651.7966 8.0 651.8048 2.0 651.821 2.0 651.8292 5.0 651.8373 1.0 651.8454 2.0 651.8536 1.0 651.8617 6.0 651.8698 1.0 651.878 3.0 651.8861 4.0 651.8942 1.0 651.9024 4.0 651.9105 2.0 651.9187 6.0 651.9268 1.0 651.9349 3.0 651.9431 2.0 651.9512 2.0 651.9593 4.0 651.9675 6.0 651.9756 6.0 651.9837 1.0 651.9919 3.0 652.0 1.0 652.0081 6.0 652.0163 7.0 652.0325 2.0 652.0407 2.0 652.0488 3.0 652.0569 2.0 652.0651 3.0 652.0732 6.0 652.0813 18.0 652.0895 3.0 652.0976 3.0 652.1057 2.0 652.1139 1.0 652.1464 1.0 652.1546 3.0 652.1627 1.0 652.1708 2.0 652.179 2.0 652.1952 2.0 652.2034 2.0 652.2115 2.0 652.2196 5.0 652.2278 4.0 652.2359 1.0 652.244 2.0 652.2522 2.0 652.2603 3.0 652.2684 10.0 652.2766 5.0 652.2847 5.0 652.2929 4.0 652.301 2.0 652.3091 3.0 652.3173 2.0 652.3335 1.0 652.3417 8.0 652.3498 7.0 652.3579 1.0 652.3661 6.0 652.3824 8.0 652.3905 5.0 652.3986 2.0 652.4149 8.0 652.423 14.0 652.4312 14.0 652.4393 9.0 652.4475 12.0 652.4556 12.0 652.4637 2.0 652.4719 3.0 652.48 3.0 652.4881 8.0 652.4963 2.0 652.5044 12.0 652.5126 3.0 652.537 6.0 652.5451 7.0 652.5532 12.0 652.5614 7.0 652.5695 8.0 652.5777 5.0 652.5858 1.0 652.6102 2.0 652.6183 2.0 652.6265 1.0 652.6346 5.0 652.6428 3.0 652.6509 1.0 652.659 4.0 652.6672 1.0 652.6753 2.0 652.6916 4.0 652.6997 2.0 652.7079 6.0 652.7241 5.0 652.7323 10.0 652.7404 7.0 652.7486 3.0 652.7567 1.0 652.773 1.0 652.7811 3.0 652.7893 6.0 652.7974 2.0 652.8055 1.0 652.8137 4.0 652.8218 2.0 652.83 3.0 652.8381 4.0 652.8462 6.0 652.8544 11.0 652.8625 2.0 652.8707 1.0 652.8951 2.0 652.9032 1.0 652.9195 6.0 652.9276 6.0 652.9358 2.0 652.9439 6.0 652.9521 6.0 652.9602 1.0 652.9683 5.0 652.9846 4.0 652.9928 1.0 653.0009 5.0 653.009 9.0 653.0172 2.0 653.0253 3.0 653.0335 2.0 653.0416 1.0 653.0497 2.0 653.066 4.0 653.0742 1.0 653.0823 1.0 653.0904 1.0 653.0986 2.0 653.1067 2.0 653.123 2.0 653.1311 10.0 653.1393 4.0 653.1474 5.0 653.1637 1.0 653.1719 1.0 653.18 1.0 653.1963 8.0 653.2044 1.0 653.2126 1.0 653.2207 2.0 653.2288 6.0 653.237 8.0 653.2533 4.0 653.2696 3.0 653.2777 3.0 653.2858 1.0 653.294 1.0 653.3021 2.0 653.3103 4.0 653.3184 1.0 653.3266 6.0 653.3347 4.0 653.3428 1.0 653.3591 2.0 653.3673 2.0 653.3754 6.0 653.3836 5.0 653.3917 7.0 653.3998 13.0 653.408 5.0 653.4161 5.0 653.4243 8.0 653.4324 9.0 653.4406 15.0 653.4487 10.0 653.4568 5.0 653.465 5.0 653.4731 1.0 653.4813 3.0 653.4894 5.0 653.4976 3.0 653.5057 5.0 653.5138 1.0 653.522 2.0 653.5301 2.0 653.5383 2.0 653.5464 1.0 653.5546 2.0 653.5627 4.0 653.5709 10.0 653.579 1.0 653.5871 7.0 653.5953 6.0 653.6034 5.0 653.6197 6.0 653.6279 8.0 653.636 8.0 653.6442 6.0 653.6523 3.0 653.6604 1.0 653.6686 1.0 653.6767 4.0 653.6849 7.0 653.693 13.0 653.7012 13.0 653.7093 2.0 653.7175 2.0 653.7256 3.0 653.7337 3.0 653.7419 5.0 653.75 8.0 653.7582 7.0 653.7663 8.0 653.7745 8.0 653.7826 7.0 653.7908 11.0 653.7989 6.0 653.8071 1.0 653.8152 2.0 653.8233 1.0 653.8641 3.0 653.8722 1.0 653.8804 3.0 653.8885 1.0 653.8967 5.0 653.9048 4.0 653.913 4.0 653.9211 6.0 653.9292 11.0 653.9374 2.0 653.9455 3.0 653.9618 1.0 653.97 1.0 653.9781 2.0 653.9944 1.0 654.0026 2.0 654.0107 6.0 654.0189 4.0 654.027 2.0 654.0352 4.0 654.0433 7.0 654.0514 2.0 654.0759 2.0 654.084 2.0 654.1085 4.0 654.1166 3.0 654.1329 2.0 654.1411 4.0 654.1492 7.0 654.1574 5.0 654.1737 4.0 654.1818 2.0 654.19 1.0 654.2063 2.0 654.2144 1.0 654.2225 2.0 654.2307 5.0 654.2388 10.0 654.247 6.0 654.2551 4.0 654.2633 9.0 654.2714 6.0 654.2796 3.0 654.2877 2.0 654.2959 1.0 654.304 5.0 654.3122 5.0 654.3203 3.0 654.3285 6.0 654.3366 2.0 654.3448 7.0 654.3529 15.0 654.3611 5.0 654.3692 2.0 654.3774 10.0 654.3855 5.0 654.3937 9.0 654.4018 10.0 654.41 2.0 654.4181 6.0 654.4263 2.0 654.4344 4.0 654.4426 6.0 654.4507 16.0 654.4589 17.0 654.467 6.0 654.4752 9.0 654.4833 4.0 654.4915 10.0 654.4996 7.0 654.5078 1.0 654.5159 6.0 654.5241 5.0 654.5322 9.0 654.5404 3.0 654.5485 3.0 654.5567 2.0 654.5648 6.0 654.573 2.0 654.5811 5.0 654.5893 9.0 654.5974 2.0 654.6056 1.0 654.6137 1.0 654.63 3.0 654.6382 2.0 654.6463 2.0 654.6626 8.0 654.6708 3.0 654.6789 3.0 654.6871 5.0 654.6952 4.0 654.7034 7.0 654.7115 2.0 654.7197 6.0 654.7278 1.0 654.736 1.0 654.7441 7.0 654.7523 5.0 654.7604 1.0 654.7686 3.0 654.7767 2.0 654.7849 6.0 654.793 1.0 654.8012 3.0 654.8094 1.0 654.8175 3.0 654.8257 5.0 654.842 5.0 654.8501 7.0 654.8583 3.0 654.8664 3.0 654.8746 2.0 654.8827 1.0 654.8909 4.0 654.899 1.0 654.9072 4.0 654.9153 2.0 654.9235 1.0 654.9316 2.0 654.9398 3.0 654.9479 3.0 654.9642 3.0 654.9724 7.0 654.9806 3.0 654.9887 1.0 654.9969 1.0 655.005 6.0 655.0132 3.0 655.0213 5.0 655.0376 3.0 655.0702 2.0 655.0784 1.0 655.0865 1.0 655.0947 3.0 655.1029 4.0 655.111 3.0 655.1192 1.0 655.1273 4.0 655.1355 4.0 655.1436 3.0 655.1518 1.0 655.1599 3.0 655.1762 1.0 655.1844 2.0 655.1925 1.0 655.2089 4.0 655.217 7.0 655.2252 4.0 655.2333 10.0 655.2415 17.0 655.2496 7.0 655.2578 3.0 655.2659 3.0 655.2741 1.0 655.2822 2.0 655.2986 2.0 655.3067 1.0 655.3149 7.0 655.323 3.0 655.3312 7.0 655.3393 8.0 655.3475 7.0 655.3556 4.0 655.3638 5.0 655.372 4.0 655.3801 1.0 655.3883 4.0 655.3964 9.0 655.4046 4.0 655.4127 7.0 655.4209 5.0 655.429 6.0 655.4372 5.0 655.4454 8.0 655.4535 15.0 655.4617 8.0 655.4698 1.0 655.478 2.0 655.4943 8.0 655.5024 6.0 655.5106 4.0 655.5188 8.0 655.5269 6.0 655.5351 3.0 655.5432 5.0 655.5514 10.0 655.5595 2.0 655.5677 3.0 655.5759 3.0 655.584 5.0 655.5922 2.0 655.6003 2.0 655.6085 1.0 655.6248 2.0 655.6411 1.0 655.6493 1.0 655.6737 2.0 655.6819 3.0 655.6901 2.0 655.7064 2.0 655.7145 1.0 655.7227 6.0 655.7308 6.0 655.7553 5.0 655.7635 8.0 655.7716 4.0 655.7879 2.0 655.7961 3.0 655.8043 1.0 655.8124 3.0 655.8206 3.0 655.8287 1.0 655.8369 6.0 655.8532 6.0 655.8614 6.0 655.8695 2.0 655.8777 1.0 655.8858 6.0 655.894 4.0 655.9022 4.0 655.9103 2.0 655.9185 6.0 655.9266 7.0 655.9348 4.0 655.943 9.0 655.9511 5.0 655.9593 1.0 655.9674 1.0 655.9756 5.0 655.9838 1.0 656.0082 1.0 656.0164 12.0 656.0245 9.0 656.0327 3.0 656.0409 1.0 656.049 2.0 656.0572 1.0 656.0735 4.0 656.0817 1.0 656.0898 1.0 656.098 3.0 656.1143 5.0 656.1225 2.0 656.1306 2.0 656.1388 8.0 656.1469 8.0 656.1551 1.0 656.1633 7.0 656.1714 1.0 656.1796 2.0 656.1877 8.0 656.1959 5.0 656.2041 1.0 656.2122 4.0 656.2204 2.0 656.2285 1.0 656.2367 3.0 656.2449 1.0 656.253 4.0 656.2694 2.0 656.2775 1.0 656.2857 5.0 656.2938 10.0 656.302 8.0 656.3102 2.0 656.3183 2.0 656.3265 3.0 656.3428 5.0 656.351 4.0 656.3591 4.0 656.3673 5.0 656.3755 8.0 656.3836 4.0 656.3918 1.0 656.4081 7.0 656.4163 5.0 656.4244 8.0 656.4326 2.0 656.4407 6.0 656.4489 4.0 656.4571 1.0 656.4652 5.0 656.4734 11.0 656.4816 15.0 656.4897 2.0 656.4979 5.0 656.506 6.0 656.5142 1.0 656.5224 3.0 656.5305 4.0 656.5387 7.0 656.5469 6.0 656.555 5.0 656.5632 4.0 656.5713 3.0 656.5795 2.0 656.5877 3.0 656.5958 2.0 656.604 8.0 656.6122 7.0 656.6203 7.0 656.6285 5.0 656.6367 7.0 656.6448 8.0 656.653 12.0 656.6611 4.0 656.6693 2.0 656.6775 4.0 656.6856 4.0 656.6938 3.0 656.702 3.0 656.7101 3.0 656.7183 3.0 656.7264 1.0 656.7346 2.0 656.7428 1.0 656.7591 3.0 656.7673 3.0 656.7754 3.0 656.7836 2.0 656.7918 4.0 656.7999 1.0 656.8081 1.0 656.8163 4.0 656.8244 2.0 656.8326 8.0 656.8407 7.0 656.8489 7.0 656.8571 1.0 656.8652 8.0 656.8734 4.0 656.8816 4.0 656.8897 2.0 656.9061 3.0 656.9142 8.0 656.9224 1.0 656.9306 1.0 656.9387 3.0 656.9469 5.0 656.9714 1.0 656.9796 1.0 656.9877 2.0 656.9959 6.0 657.0041 1.0 657.0285 2.0 657.0367 6.0 657.0449 3.0 657.053 1.0 657.0612 2.0 657.0694 6.0 657.0775 2.0 657.0857 1.0 657.0939 3.0 657.1102 3.0 657.1184 2.0 657.1265 5.0 657.1347 3.0 657.1592 1.0 657.1674 4.0 657.1755 1.0 657.1837 3.0 657.2 2.0 657.2082 1.0 657.2164 1.0 657.2245 4.0 657.2327 3.0 657.2409 1.0 657.249 2.0 657.2572 2.0 657.2735 4.0 657.2817 1.0 657.2899 2.0 657.298 2.0 657.3062 1.0 657.3225 1.0 657.3307 7.0 657.3389 3.0 657.347 5.0 657.3552 3.0 657.3634 3.0 657.3716 1.0 657.3797 2.0 657.3879 3.0 657.3961 2.0 657.4042 1.0 657.4124 9.0 657.4206 1.0 657.4287 4.0 657.4369 3.0 657.4451 3.0 657.4532 1.0 657.4614 3.0 657.4696 1.0 657.4777 10.0 657.4859 2.0 657.4941 3.0 657.5022 3.0 657.5104 10.0 657.5186 8.0 657.5268 1.0 657.5349 1.0 657.5431 7.0 657.5513 5.0 657.5594 2.0 657.5676 2.0 657.5758 1.0 657.5839 1.0 657.5921 7.0 657.6003 7.0 657.633 2.0 657.6493 1.0 657.6575 4.0 657.6656 4.0 657.6738 9.0 657.682 3.0 657.6901 1.0 657.6983 2.0 657.7065 6.0 657.7146 4.0 657.7228 9.0 657.731 7.0 657.7392 5.0 657.7473 2.0 657.7637 2.0 657.7718 3.0 657.78 2.0 657.7964 4.0 657.8045 1.0 657.8209 8.0 657.829 3.0 657.8372 2.0 657.8535 5.0 657.8617 6.0 657.8699 4.0 657.8781 1.0 657.8862 2.0 657.8944 1.0 657.9026 1.0 657.9107 1.0 657.9189 2.0 657.9353 2.0 657.9516 2.0 657.9598 3.0 657.9679 5.0 657.9761 6.0 657.9843 1.0 657.9925 1.0 658.0006 1.0 658.0088 1.0 658.017 1.0 658.0251 1.0 658.0333 3.0 658.0415 2.0 658.0497 6.0 658.0578 2.0 658.0742 1.0 658.0824 1.0 658.0905 2.0 658.1069 4.0 658.115 1.0 658.1232 8.0 658.1314 9.0 658.1396 3.0 658.1477 2.0 658.1559 2.0 658.1723 6.0 658.1804 3.0 658.1886 1.0 658.1968 1.0 658.2049 4.0 658.2131 1.0 658.2213 6.0 658.2295 1.0 658.2458 1.0 658.254 1.0 658.2622 2.0 658.2703 2.0 658.2785 2.0 658.2867 2.0 658.2948 3.0 658.3112 1.0 658.3194 3.0 658.3275 6.0 658.3357 8.0 658.3439 4.0 658.3521 5.0 658.3602 2.0 658.3766 3.0 658.3848 2.0 658.3929 2.0 658.4011 1.0 658.4093 1.0 658.4175 8.0 658.4256 5.0 658.4338 5.0 658.442 3.0 658.4502 4.0 658.4583 3.0 658.4665 4.0 658.4747 8.0 658.4829 1.0 658.491 1.0 658.4992 1.0 658.5074 7.0 658.5156 5.0 658.5237 5.0 658.5319 3.0 658.5401 10.0 658.5483 11.0 658.5564 5.0 658.5646 1.0 658.5728 1.0 658.581 4.0 658.5891 2.0 658.5973 4.0 658.6137 3.0 658.6218 9.0 658.63 8.0 658.6382 1.0 658.6464 8.0 658.6545 4.0 658.6627 6.0 658.6709 4.0 658.6791 2.0 658.6872 3.0 658.6954 13.0 658.7036 11.0 658.7118 3.0 658.7199 6.0 658.7281 2.0 658.7363 4.0 658.7445 2.0 658.7527 3.0 658.7608 13.0 658.769 3.0 658.7772 2.0 658.7854 6.0 658.7935 4.0 658.8017 4.0 658.8099 9.0 658.8181 4.0 658.8262 1.0 658.8344 6.0 658.8508 3.0 658.859 4.0 658.8671 4.0 658.8753 1.0 658.8835 4.0 658.8917 9.0 658.8998 9.0 658.908 1.0 658.9162 1.0 658.9244 3.0 658.9325 3.0 658.9407 2.0 658.9571 4.0 658.9734 2.0 658.9816 8.0 658.9898 7.0 659.0061 1.0 659.0225 3.0 659.0307 1.0 659.0389 2.0 659.047 5.0 659.0634 1.0 659.0716 2.0 659.0798 1.0 659.0879 2.0 659.0961 1.0 659.1206 2.0 659.1288 1.0 659.137 2.0 659.1452 2.0 659.1534 1.0 659.1615 3.0 659.1779 2.0 659.1861 3.0 659.1943 1.0 659.2024 3.0 659.2188 3.0 659.227 1.0 659.2352 1.0 659.2433 2.0 659.2597 1.0 659.2761 1.0 659.2842 5.0 659.2924 3.0 659.3006 1.0 659.3088 1.0 659.317 8.0 659.3251 21.0 659.3333 9.0 659.3415 6.0 659.3497 8.0 659.3579 2.0 659.366 12.0 659.3824 3.0 659.3906 5.0 659.3988 4.0 659.4069 8.0 659.4151 11.0 659.4233 12.0 659.4315 1.0 659.4397 6.0 659.4478 11.0 659.456 12.0 659.4642 5.0 659.4724 3.0 659.4806 8.0 659.4887 11.0 659.4969 8.0 659.5051 2.0 659.5133 6.0 659.5215 5.0 659.5297 6.0 659.5378 5.0 659.546 7.0 659.5624 2.0 659.5706 8.0 659.5787 7.0 659.5869 1.0 659.5951 2.0 659.6033 2.0 659.6115 1.0 659.6196 5.0 659.6278 4.0 659.636 10.0 659.6442 4.0 659.6524 3.0 659.6606 12.0 659.6687 4.0 659.6769 5.0 659.6851 5.0 659.6933 3.0 659.7015 1.0 659.7097 5.0 659.7178 2.0 659.726 1.0 659.7342 2.0 659.7424 1.0 659.7587 1.0 659.7669 5.0 659.7751 4.0 659.7833 4.0 659.7915 5.0 659.7997 6.0 659.8078 5.0 659.816 13.0 659.8242 12.0 659.8324 1.0 659.8406 5.0 659.8488 6.0 659.8569 7.0 659.8651 2.0 659.8733 2.0 659.8815 2.0 659.8897 3.0 659.8979 1.0 659.906 6.0 659.9142 4.0 659.9224 3.0 659.9306 5.0 659.9388 1.0 659.947 2.0 659.9633 2.0 659.9879 1.0 659.9961 2.0 660.0043 3.0 660.0206 2.0 660.0288 7.0 660.037 3.0 660.0452 3.0 660.0534 3.0 660.0615 2.0 660.0697 3.0 660.0779 1.0 660.0861 2.0 660.0943 3.0 660.1025 4.0 660.1107 6.0 660.1188 7.0 660.127 10.0 660.1352 6.0 660.1434 1.0 660.1516 5.0 660.1598 8.0 660.1679 6.0 660.1761 1.0 660.1843 1.0 660.1925 2.0 660.2007 6.0 660.2089 1.0 660.2171 2.0 660.2252 2.0 660.2416 2.0 660.2498 1.0 660.258 2.0 660.2662 1.0 660.2825 1.0 660.2907 1.0 660.3071 4.0 660.3153 3.0 660.3235 2.0 660.3317 1.0 660.3399 4.0 660.348 8.0 660.3562 1.0 660.3644 4.0 660.3726 5.0 660.3808 3.0 660.389 13.0 660.3972 12.0 660.4053 11.0 660.4135 6.0 660.4217 8.0 660.4299 2.0 660.4381 9.0 660.4463 13.0 660.4545 3.0 660.4627 7.0 660.4708 5.0 660.479 6.0 660.4872 1.0 660.4954 10.0 660.5036 11.0 660.5118 11.0 660.52 4.0 660.5282 6.0 660.5363 7.0 660.5691 4.0 660.5773 3.0 660.5855 1.0 660.5937 7.0 660.6018 4.0 660.61 2.0 660.6182 2.0 660.6264 2.0 660.6346 2.0 660.6428 2.0 660.651 1.0 660.6592 1.0 660.6673 1.0 660.6755 1.0 660.6837 2.0 660.7001 2.0 660.7083 9.0 660.7165 12.0 660.7247 8.0 660.741 5.0 660.7492 12.0 660.7574 2.0 660.7656 1.0 660.7738 4.0 660.782 4.0 660.7902 1.0 660.7984 2.0 660.8066 1.0 660.8147 3.0 660.8229 1.0 660.8475 2.0 660.8557 3.0 660.8639 1.0 660.8721 7.0 660.8803 4.0 660.8885 2.0 660.8966 2.0 660.913 2.0 660.9212 3.0 660.9376 5.0 660.9458 1.0 660.954 4.0 660.9622 3.0 660.9704 3.0 660.9785 1.0 661.0113 2.0 661.0195 1.0 661.0277 1.0 661.0359 3.0 661.0441 4.0 661.0523 2.0 661.0605 2.0 661.0686 2.0 661.0768 1.0 661.0932 3.0 661.1096 2.0 661.1178 2.0 661.126 3.0 661.1342 1.0 661.1424 3.0 661.1506 2.0 661.1587 3.0 661.1669 1.0 661.1751 2.0 661.1833 3.0 661.1915 1.0 661.1997 2.0 661.2079 1.0 661.2161 2.0 661.2243 1.0 661.2325 3.0 661.2407 5.0 661.2489 6.0 661.257 3.0 661.2734 3.0 661.2816 4.0 661.2898 2.0 661.298 3.0 661.3226 8.0 661.3308 8.0 661.339 9.0 661.3472 3.0 661.3554 8.0 661.3635 4.0 661.3717 5.0 661.3799 18.0 661.3881 18.0 661.3963 4.0 661.4045 1.0 661.4127 4.0 661.4209 10.0 661.4291 10.0 661.4373 12.0 661.4455 8.0 661.4537 5.0 661.4619 10.0 661.4701 2.0 661.4783 3.0 661.4864 3.0 661.4946 3.0 661.5028 6.0 661.511 8.0 661.5192 3.0 661.5274 7.0 661.5356 9.0 661.5438 2.0 661.5602 3.0 661.5684 5.0 661.5766 8.0 661.5848 2.0 661.593 10.0 661.6012 7.0 661.6094 4.0 661.6175 2.0 661.6257 1.0 661.6339 6.0 661.6421 13.0 661.6503 8.0 661.6585 7.0 661.6667 8.0 661.6749 1.0 661.6913 2.0 661.6995 1.0 661.7077 5.0 661.7159 3.0 661.7241 2.0 661.7405 5.0 661.7487 1.0 661.7569 3.0 661.7651 2.0 661.7814 1.0 661.7978 2.0 661.806 1.0 661.8224 4.0 661.8306 4.0 661.8388 4.0 661.847 2.0 661.8552 4.0 661.8634 3.0 661.8716 8.0 661.8798 6.0 661.9044 2.0 661.9126 4.0 661.9208 2.0 661.9372 3.0 661.9454 5.0 661.9536 1.0 661.9618 1.0 661.97 1.0 661.9782 2.0 661.9863 4.0 661.9945 3.0 662.0027 1.0 662.0191 2.0 662.0273 9.0 662.0355 11.0 662.0437 3.0 662.0519 7.0 662.0601 1.0 662.1011 1.0 662.1093 1.0 662.1175 9.0 662.1257 5.0 662.1339 7.0 662.1421 5.0 662.1503 1.0 662.1585 8.0 662.1667 1.0 662.1749 1.0 662.1831 1.0 662.1913 5.0 662.1995 10.0 662.2077 2.0 662.2159 2.0 662.2405 2.0 662.2487 2.0 662.2651 1.0 662.2815 1.0 662.2897 2.0 662.3061 3.0 662.3143 8.0 662.3225 4.0 662.3307 4.0 662.3388 6.0 662.347 3.0 662.3552 3.0 662.3634 1.0 662.3716 1.0 662.3798 2.0 662.388 6.0 662.3962 15.0 662.4044 11.0 662.4126 20.0 662.4208 15.0 662.429 4.0 662.4372 4.0 662.4454 6.0 662.4536 6.0 662.4618 4.0 662.47 6.0 662.4782 3.0 662.4864 5.0 662.4946 9.0 662.5028 5.0 662.511 2.0 662.5192 7.0 662.5274 8.0 662.5356 6.0 662.5438 11.0 662.552 11.0 662.5602 3.0 662.5766 5.0 662.5848 7.0 662.593 6.0 662.6012 6.0 662.6094 7.0 662.6176 1.0 662.6258 8.0 662.634 5.0 662.6422 2.0 662.6504 5.0 662.6586 7.0 662.6668 17.0 662.675 5.0 662.6832 1.0 662.6996 1.0 662.7078 1.0 662.716 5.0 662.7243 6.0 662.7325 9.0 662.7407 1.0 662.7489 3.0 662.7571 6.0 662.7653 6.0 662.7735 6.0 662.8063 1.0 662.8145 4.0 662.8227 1.0 662.8309 1.0 662.8391 1.0 662.8473 7.0 662.8555 2.0 662.8719 8.0 662.8801 5.0 662.8965 5.0 662.9047 12.0 662.9129 7.0 662.9211 1.0 662.9293 2.0 662.9375 5.0 662.9457 3.0 662.9539 1.0 662.9621 3.0 662.9703 2.0 662.9867 3.0 662.9949 2.0 663.0031 5.0 663.0113 1.0 663.0195 5.0 663.0277 1.0 663.0359 5.0 663.0441 3.0 663.0523 9.0 663.0605 4.0 663.0687 10.0 663.077 11.0 663.0852 1.0 663.0934 1.0 663.1016 1.0 663.1098 2.0 663.118 7.0 663.1262 5.0 663.1344 4.0 663.1426 4.0 663.1508 2.0 663.1672 5.0 663.1918 2.0 663.2 1.0 663.2082 5.0 663.2164 4.0 663.2246 1.0 663.241 1.0 663.2492 1.0 663.2574 3.0 663.2656 4.0 663.2738 2.0 663.2821 2.0 663.2903 2.0 663.2985 3.0 663.3067 1.0 663.3149 1.0 663.3231 3.0 663.3313 5.0 663.3395 4.0 663.3477 5.0 663.3559 8.0 663.3641 15.0 663.3723 9.0 663.3805 5.0 663.3887 2.0 663.3969 2.0 663.4051 5.0 663.4133 4.0 663.4215 3.0 663.4297 3.0 663.4379 8.0 663.4544 6.0 663.4626 8.0 663.4708 7.0 663.479 15.0 663.4872 10.0 663.4954 3.0 663.5118 2.0 663.52 7.0 663.5282 4.0 663.5364 1.0 663.5446 2.0 663.5528 1.0 663.561 3.0 663.5692 1.0 663.5775 3.0 663.5857 4.0 663.5939 8.0 663.6021 1.0 663.6103 3.0 663.6185 8.0 663.6267 5.0 663.6349 4.0 663.6431 1.0 663.6513 3.0 663.6595 1.0 663.6677 1.0 663.6759 1.0 663.6841 5.0 663.6923 8.0 663.7006 11.0 663.7088 21.0 663.717 5.0 663.7252 8.0 663.7334 1.0 663.7416 3.0 663.7498 6.0 663.758 8.0 663.7662 18.0 663.7744 14.0 663.7826 7.0 663.7908 14.0 663.799 9.0 663.8073 9.0 663.8155 11.0 663.8237 5.0 663.8319 3.0 663.8401 2.0 663.8483 3.0 663.8565 10.0 663.8647 10.0 663.8729 9.0 663.8811 5.0 663.8893 3.0 663.8975 8.0 663.9058 3.0 663.914 3.0 663.9222 1.0 663.9304 3.0 663.9386 3.0 663.9468 5.0 663.955 2.0 663.9632 6.0 663.9714 19.0 663.9796 11.0 663.9878 2.0 664.0043 2.0 664.0207 2.0 664.0289 6.0 664.0371 1.0 664.0453 5.0 664.0535 2.0 664.0617 3.0 664.0699 3.0 664.0781 1.0 664.0864 9.0 664.0946 8.0 664.111 2.0 664.1274 2.0 664.1356 5.0 664.1438 2.0 664.152 2.0 664.1685 1.0 664.1849 4.0 664.1931 2.0 664.2013 1.0 664.2095 4.0 664.2177 1.0 664.2259 1.0 664.2341 1.0 664.2423 1.0 664.2506 2.0 664.2588 2.0 664.267 2.0 664.2834 2.0 664.2998 1.0 664.3162 4.0 664.3245 2.0 664.3409 5.0 664.3491 10.0 664.3573 5.0 664.3655 6.0 664.3737 3.0 664.3819 1.0 664.3901 3.0 664.3984 5.0 664.4066 2.0 664.4148 5.0 664.423 3.0 664.4312 1.0 664.4394 2.0 664.4476 5.0 664.4558 2.0 664.4641 5.0 664.4723 3.0 664.4805 6.0 664.4887 1.0 664.4969 5.0 664.5051 4.0 664.5133 4.0 664.5215 2.0 664.5298 2.0 664.5544 4.0 664.5626 3.0 664.579 3.0 664.5872 4.0 664.5955 1.0 664.6037 1.0 664.6119 1.0 664.6201 6.0 664.6283 5.0 664.6365 1.0 664.6447 2.0 664.6529 1.0 664.6694 9.0 664.6776 4.0 664.6858 2.0 664.694 3.0 664.7022 11.0 664.7104 2.0 664.7187 11.0 664.7269 4.0 664.7351 3.0 664.7433 8.0 664.7515 5.0 664.7597 5.0 664.7679 8.0 664.7761 4.0 664.7844 5.0 664.7926 2.0 664.809 1.0 664.8172 4.0 664.8336 1.0 664.8419 2.0 664.8501 1.0 664.8583 3.0 664.8665 3.0 664.8747 2.0 664.8829 5.0 664.8912 6.0 664.8994 2.0 664.9076 7.0 664.9158 1.0 664.924 2.0 664.9322 4.0 664.9404 2.0 664.9487 1.0 664.9569 3.0 664.9651 1.0 664.9733 2.0 664.9815 1.0 664.9897 1.0 664.9979 1.0 665.0062 2.0 665.0144 2.0 665.0226 4.0 665.0308 1.0 665.039 2.0 665.0637 2.0 665.0719 5.0 665.0801 2.0 665.0883 1.0 665.1047 4.0 665.113 1.0 665.1212 3.0 665.1294 8.0 665.1376 2.0 665.1458 1.0 665.154 2.0 665.1623 1.0 665.1705 1.0 665.1869 1.0 665.1951 1.0 665.2033 1.0 665.2116 4.0 665.2198 1.0 665.228 8.0 665.2362 7.0 665.2444 2.0 665.2526 8.0 665.2691 2.0 665.2855 4.0 665.2937 3.0 665.3102 6.0 665.3184 3.0 665.3266 3.0 665.3348 12.0 665.343 13.0 665.3513 21.0 665.3595 13.0 665.3677 16.0 665.3759 23.0 665.3841 14.0 665.3923 10.0 665.4006 8.0 665.4088 15.0 665.417 21.0 665.4252 18.0 665.4334 20.0 665.4416 17.0 665.4499 16.0 665.4581 2.0 665.4663 4.0 665.4745 1.0 665.4992 3.0 665.5074 2.0 665.5156 3.0 665.5238 6.0 665.5321 2.0 665.5403 2.0 665.5485 3.0 665.5567 1.0 665.5649 2.0 665.5731 5.0 665.5814 5.0 665.5896 1.0 665.5978 5.0 665.606 8.0 665.6142 11.0 665.6225 5.0 665.6307 1.0 665.6389 3.0 665.6471 3.0 665.6553 6.0 665.6636 8.0 665.6718 4.0 665.68 5.0 665.6882 1.0 665.6964 2.0 665.7047 3.0 665.7129 2.0 665.7211 2.0 665.7293 1.0 665.7375 2.0 665.7458 3.0 665.754 6.0 665.7704 1.0 665.7786 4.0 665.7951 5.0 665.8033 4.0 665.8115 1.0 665.8197 2.0 665.828 1.0 665.8362 1.0 665.8444 5.0 665.8526 9.0 665.8608 2.0 665.8691 1.0 665.8773 5.0 665.8855 7.0 665.8937 1.0 665.9019 4.0 665.9102 2.0 665.9184 3.0 665.9266 1.0 665.9348 2.0 665.9513 1.0 665.9677 2.0 665.9759 2.0 665.9842 1.0 665.9924 1.0 666.0006 3.0 666.0088 1.0 666.017 2.0 666.0253 5.0 666.0335 2.0 666.0417 3.0 666.0499 2.0 666.0581 3.0 666.0746 2.0 666.0828 4.0 666.0993 4.0 666.1075 1.0 666.1157 1.0 666.1321 4.0 666.1568 2.0 666.165 1.0 666.1815 1.0 666.1897 2.0 666.1979 1.0 666.2062 2.0 666.2308 1.0 666.239 6.0 666.2473 4.0 666.2719 3.0 666.2966 4.0 666.3048 2.0 666.3131 1.0 666.3213 2.0 666.3295 2.0 666.3377 4.0 666.3459 2.0 666.3542 1.0 666.3624 5.0 666.3706 11.0 666.3788 2.0 666.3871 7.0 666.3953 11.0 666.4035 9.0 666.4117 2.0 666.42 11.0 666.4282 7.0 666.4364 1.0 666.4446 2.0 666.4529 2.0 666.4611 2.0 666.4775 3.0 666.4858 4.0 666.494 2.0 666.5022 2.0 666.5187 3.0 666.5269 5.0 666.5433 5.0 666.5516 1.0 666.5598 3.0 666.568 1.0 666.5845 5.0 666.5927 2.0 666.6009 1.0 666.6091 4.0 666.6174 9.0 666.6256 6.0 666.6338 4.0 666.642 2.0 666.6503 2.0 666.6585 1.0 666.6667 4.0 666.6749 4.0 666.6832 4.0 666.6914 4.0 666.6996 8.0 666.7078 5.0 666.7161 1.0 666.7243 6.0 666.7325 15.0 666.7407 11.0 666.749 3.0 666.7572 4.0 666.7654 1.0 666.7736 1.0 666.7819 4.0 666.7901 9.0 666.7983 5.0 666.8148 1.0 666.8312 5.0 666.8395 7.0 666.8477 6.0 666.8559 11.0 666.8641 7.0 666.8724 3.0 666.8806 5.0 666.8888 8.0 666.8971 1.0 666.9135 1.0 666.9217 1.0 666.93 2.0 666.9382 1.0 666.9464 9.0 666.9546 8.0 666.9629 14.0 666.9711 10.0 666.9793 5.0 666.9876 10.0 666.9958 3.0 667.004 1.0 667.0122 5.0 667.0205 4.0 667.0287 2.0 667.0451 6.0 667.0534 6.0 667.0616 7.0 667.0698 12.0 667.0781 3.0 667.0863 2.0 667.0945 7.0 667.1027 6.0 667.111 6.0 667.1192 4.0 667.1357 3.0 667.1439 4.0 667.1521 3.0 667.1686 3.0 667.1768 5.0 667.185 6.0 667.1933 4.0 667.2015 1.0 667.2179 3.0 667.2262 1.0 667.2344 4.0 667.2426 6.0 667.2509 1.0 667.2591 1.0 667.2673 5.0 667.2838 3.0 667.292 7.0 667.3002 2.0 667.3085 2.0 667.3167 3.0 667.3249 3.0 667.3332 8.0 667.3414 3.0 667.3496 14.0 667.3579 16.0 667.3661 14.0 667.3743 5.0 667.3825 3.0 667.3908 4.0 667.399 3.0 667.4072 6.0 667.4155 3.0 667.4237 3.0 667.4319 7.0 667.4402 14.0 667.4484 10.0 667.4566 6.0 667.4648 2.0 667.4731 10.0 667.4813 11.0 667.4895 1.0 667.4978 9.0 667.506 4.0 667.5142 7.0 667.5225 6.0 667.5307 8.0 667.5389 7.0 667.5472 12.0 667.5554 8.0 667.5636 11.0 667.5718 14.0 667.5801 3.0 667.5883 4.0 667.5965 4.0 667.6048 1.0 667.613 1.0 667.6212 3.0 667.6295 2.0 667.6377 2.0 667.6459 2.0 667.6542 1.0 667.6706 2.0 667.6871 10.0 667.6953 8.0 667.7036 5.0 667.72 1.0 667.7283 7.0 667.7365 10.0 667.7447 9.0 667.7529 3.0 667.7612 5.0 667.7694 4.0 667.7776 2.0 667.7859 2.0 667.7941 1.0 667.8106 1.0 667.8188 2.0 667.8353 2.0 667.86 1.0 667.8847 1.0 667.8929 3.0 667.9011 2.0 667.9094 3.0 667.9258 5.0 667.9341 1.0 667.9423 4.0 667.9505 1.0 667.9588 2.0 667.967 2.0 667.9752 9.0 667.9835 8.0 667.9917 7.0 667.9999 4.0 668.0082 2.0 668.0164 1.0 668.0246 4.0 668.0329 3.0 668.0411 1.0 668.0493 2.0 668.0658 3.0 668.0741 2.0 668.0823 4.0 668.0905 8.0 668.0988 1.0 668.1152 3.0 668.1235 5.0 668.1317 4.0 668.1399 1.0 668.1482 1.0 668.1564 1.0 668.1729 1.0 668.1811 2.0 668.1893 1.0 668.1976 2.0 668.2058 2.0 668.214 5.0 668.2223 2.0 668.2305 2.0 668.2387 3.0 668.247 5.0 668.2552 3.0 668.2635 3.0 668.2717 3.0 668.2882 2.0 668.2964 2.0 668.3129 1.0 668.3211 1.0 668.3293 3.0 668.3376 5.0 668.3458 2.0 668.3541 7.0 668.3623 9.0 668.3705 12.0 668.3788 7.0 668.387 6.0 668.3952 2.0 668.4035 1.0 668.4117 2.0 668.4199 5.0 668.4282 8.0 668.4364 12.0 668.4447 14.0 668.4529 11.0 668.4611 1.0 668.4694 3.0 668.4776 5.0 668.4858 12.0 668.4941 15.0 668.5023 6.0 668.5188 2.0 668.527 7.0 668.5353 5.0 668.5435 3.0 668.5517 2.0 668.56 6.0 668.5682 4.0 668.5764 10.0 668.5847 15.0 668.5929 8.0 668.6012 2.0 668.6094 4.0 668.6176 4.0 668.6259 3.0 668.6341 1.0 668.6423 2.0 668.6506 2.0 668.6588 4.0 668.6671 2.0 668.6753 2.0 668.6918 1.0 668.7 1.0 668.7083 2.0 668.7165 8.0 668.7247 4.0 668.733 2.0 668.7412 1.0 668.7494 1.0 668.7659 2.0 668.7742 2.0 668.7906 3.0 668.7989 13.0 668.8071 7.0 668.8154 3.0 668.8236 3.0 668.8401 5.0 668.8483 3.0 668.8566 6.0 668.8648 1.0 668.873 3.0 668.8813 3.0 668.8895 4.0 668.8977 5.0 668.906 1.0 668.9225 3.0 668.9307 8.0 668.9389 7.0 668.9472 25.0 668.9554 17.0 668.9637 17.0 668.9719 25.0 668.9801 14.0 668.9884 3.0 668.9966 10.0 669.0049 9.0 669.0131 2.0 669.0213 3.0 669.0296 8.0 669.0378 3.0 669.0543 4.0 669.0625 14.0 669.0708 3.0 669.079 1.0 669.0955 4.0 669.1038 5.0 669.112 9.0 669.1202 9.0 669.1285 1.0 669.1367 1.0 669.145 3.0 669.1532 1.0 669.1614 4.0 669.1697 1.0 669.1779 1.0 669.1862 2.0 669.1944 5.0 669.2026 4.0 669.2109 6.0 669.2191 7.0 669.2274 2.0 669.2356 3.0 669.2439 4.0 669.2521 2.0 669.2603 3.0 669.2686 2.0 669.2768 2.0 669.2851 2.0 669.2933 3.0 669.3015 2.0 669.3098 1.0 669.318 1.0 669.3263 5.0 669.3345 5.0 669.3428 6.0 669.351 8.0 669.3592 9.0 669.3675 11.0 669.3757 15.0 669.384 10.0 669.3922 9.0 669.4005 5.0 669.4087 3.0 669.4169 14.0 669.4252 6.0 669.4334 10.0 669.4417 16.0 669.4499 8.0 669.4582 12.0 669.4664 7.0 669.4746 4.0 669.4829 5.0 669.4911 4.0 669.4994 1.0 669.5076 4.0 669.5159 14.0 669.5241 10.0 669.5323 2.0 669.5406 14.0 669.5488 10.0 669.5571 8.0 669.5653 12.0 669.5736 3.0 669.5818 2.0 669.59 5.0 669.5983 10.0 669.6065 2.0 669.6148 5.0 669.623 2.0 669.6313 1.0 669.6395 2.0 669.6478 3.0 669.656 8.0 669.6642 2.0 669.6807 4.0 669.689 6.0 669.7055 5.0 669.7302 1.0 669.7384 6.0 669.7467 6.0 669.7549 7.0 669.7632 3.0 669.7714 10.0 669.7797 8.0 669.7879 4.0 669.7962 5.0 669.8044 5.0 669.8126 4.0 669.8209 4.0 669.8291 4.0 669.8374 1.0 669.8456 4.0 669.8539 3.0 669.8621 1.0 669.8704 4.0 669.8786 8.0 669.8869 4.0 669.8951 3.0 669.9033 5.0 669.9116 4.0 669.9198 4.0 669.9363 2.0 669.9446 9.0 669.9528 12.0 669.9611 9.0 669.9693 11.0 669.9776 6.0 669.9858 2.0 669.9941 2.0 670.0023 5.0 670.0105 21.0 670.0188 13.0 670.027 5.0 670.0353 18.0 670.0435 18.0 670.0518 7.0 670.06 3.0 670.0683 1.0 670.0765 3.0 670.093 3.0 670.1013 2.0 670.1095 1.0 670.1178 5.0 670.126 1.0 670.1342 2.0 670.1425 5.0 670.1507 7.0 670.159 5.0 670.1672 3.0 670.1755 3.0 670.1837 4.0 670.2002 1.0 670.2167 1.0 670.225 4.0 670.258 3.0 670.2662 3.0 670.2827 1.0 670.291 1.0 670.2992 1.0 670.3075 2.0 670.3157 5.0 670.3239 4.0 670.3322 4.0 670.3404 4.0 670.3487 10.0 670.3569 4.0 670.3734 8.0 670.3817 10.0 670.3899 6.0 670.3982 5.0 670.4064 4.0 670.4147 6.0 670.4229 2.0 670.4394 1.0 670.4477 6.0 670.4559 5.0 670.4642 7.0 670.4724 3.0 670.4807 2.0 670.4889 5.0 670.4972 3.0 670.5137 3.0 670.5219 9.0 670.5302 4.0 670.5384 7.0 670.5467 9.0 670.5549 6.0 670.5632 5.0 670.5714 1.0 670.5797 3.0 670.5879 4.0 670.5962 4.0 670.6044 2.0 670.6127 3.0 670.6209 10.0 670.6292 2.0 670.6374 10.0 670.6457 6.0 670.6622 2.0 670.6704 8.0 670.6787 12.0 670.6869 7.0 670.6952 4.0 670.7199 3.0 670.7282 2.0 670.7364 1.0 670.7447 3.0 670.7529 5.0 670.7612 3.0 670.7694 2.0 670.7777 1.0 670.7859 2.0 670.7942 8.0 670.8024 2.0 670.8107 1.0 670.8272 1.0 670.8437 2.0 670.8602 2.0 670.8684 2.0 670.8767 2.0 670.885 9.0 670.8932 9.0 670.9015 3.0 670.9097 6.0 670.918 6.0 670.9262 1.0 670.9427 3.0 670.951 1.0 670.9592 2.0 670.9675 4.0 670.9922 1.0 671.0005 8.0 671.0087 6.0 671.017 3.0 671.0252 5.0 671.0335 5.0 671.0417 3.0 671.05 1.0 671.0583 1.0 671.0665 3.0 671.0748 1.0 671.083 1.0 671.0913 2.0 671.0995 1.0 671.1078 4.0 671.1243 8.0 671.1325 1.0 671.1408 6.0 671.149 4.0 671.1573 3.0 671.1655 1.0 671.1738 1.0 671.1821 3.0 671.1903 1.0 671.1986 1.0 671.2316 2.0 671.2398 1.0 671.2481 4.0 671.2646 1.0 671.2728 1.0 671.2811 1.0 671.2894 3.0 671.2976 2.0 671.3059 1.0 671.3141 1.0 671.3224 8.0 671.3306 1.0 671.3389 3.0 671.3471 1.0 671.3554 3.0 671.3636 6.0 671.3719 5.0 671.3884 3.0 671.3967 11.0 671.4049 7.0 671.4132 7.0 671.4214 9.0 671.4379 2.0 671.4462 3.0 671.4544 3.0 671.4627 5.0 671.471 12.0 671.4792 8.0 671.4875 5.0 671.4957 5.0 671.504 7.0 671.5122 8.0 671.5205 7.0 671.5287 13.0 671.537 2.0 671.5453 8.0 671.5535 8.0 671.5618 7.0 671.57 6.0 671.5783 7.0 671.5865 14.0 671.5948 12.0 671.6031 8.0 671.6113 14.0 671.6196 6.0 671.6278 7.0 671.6361 11.0 671.6443 8.0 671.6526 5.0 671.6608 2.0 671.6774 4.0 671.6856 5.0 671.6939 6.0 671.7021 3.0 671.7104 7.0 671.7186 2.0 671.7269 6.0 671.7352 8.0 671.7434 6.0 671.7517 1.0 671.7599 4.0 671.7682 1.0 671.7764 1.0 671.7847 5.0 671.793 9.0 671.8012 2.0 671.826 3.0 671.8425 2.0 671.8508 1.0 671.859 1.0 671.8673 4.0 671.8755 2.0 671.8838 2.0 671.9003 3.0 671.9086 2.0 671.9168 3.0 671.9251 2.0 671.9333 7.0 671.9416 5.0 671.9499 2.0 671.9581 1.0 671.9664 1.0 671.9746 2.0 671.9829 1.0 671.9994 1.0 672.0077 1.0 672.0159 2.0 672.0242 9.0 672.0324 5.0 672.0407 1.0 672.049 1.0 672.0572 4.0 672.0655 5.0 672.0737 1.0 672.082 1.0 672.0903 2.0 672.0985 2.0 672.1068 3.0 672.115 1.0 672.1233 2.0 672.1316 2.0 672.1398 9.0 672.1481 4.0 672.1646 1.0 672.1729 9.0 672.1811 4.0 672.1894 1.0 672.1976 1.0 672.2059 7.0 672.2142 6.0 672.2224 4.0 672.2307 6.0 672.2472 3.0 672.2637 2.0 672.272 2.0 672.2885 2.0 672.2968 1.0 672.305 1.0 672.3133 4.0 672.3215 5.0 672.3298 15.0 672.3381 17.0 672.3463 4.0 672.3546 3.0 672.3628 5.0 672.3711 10.0 672.3794 1.0 672.3876 4.0 672.3959 7.0 672.4041 2.0 672.4207 3.0 672.4289 1.0 672.4372 6.0 672.4455 8.0 672.4537 1.0 672.462 2.0 672.4702 3.0 672.4785 9.0 672.4868 12.0 672.495 10.0 672.5033 11.0 672.5115 7.0 672.5198 15.0 672.5281 13.0 672.5363 11.0 672.5446 9.0 672.5529 3.0 672.5611 9.0 672.5694 6.0 672.5776 4.0 672.5859 7.0 672.5942 5.0 672.6024 10.0 672.6107 4.0 672.6272 1.0 672.6355 5.0 672.6437 5.0 672.652 2.0 672.6685 4.0 672.6768 8.0 672.6851 3.0 672.6933 2.0 672.7016 10.0 672.7098 7.0 672.7181 4.0 672.7264 1.0 672.7346 5.0 672.7429 1.0 672.7512 1.0 672.7594 2.0 672.7677 3.0 672.776 4.0 672.7842 6.0 672.7925 2.0 672.8007 1.0 672.809 1.0 672.8173 2.0 672.8255 7.0 672.8338 13.0 672.8421 9.0 672.8503 4.0 672.8586 2.0 672.8669 3.0 672.8751 3.0 672.8834 1.0 672.8916 6.0 672.8999 4.0 672.9082 1.0 672.9164 1.0 672.933 4.0 672.9495 7.0 672.9578 11.0 672.966 2.0 672.9743 1.0 672.9826 1.0 672.9908 6.0 672.9991 5.0 673.0073 2.0 673.0156 5.0 673.0239 3.0 673.0321 4.0 673.0404 1.0 673.0487 2.0 673.0569 3.0 673.0652 2.0 673.0735 1.0 673.0817 2.0 673.0983 3.0 673.1065 5.0 673.1148 4.0 673.1231 3.0 673.1313 5.0 673.1396 2.0 673.1479 1.0 673.1644 6.0 673.1727 8.0 673.1809 7.0 673.1892 3.0 673.2057 1.0 673.2223 1.0 673.2305 1.0 673.2388 1.0 673.2471 1.0 673.2553 2.0 673.2636 4.0 673.2719 6.0 673.2801 2.0 673.2884 2.0 673.3049 4.0 673.3132 3.0 673.3215 6.0 673.3297 1.0 673.338 2.0 673.3463 8.0 673.3545 16.0 673.3628 6.0 673.3711 6.0 673.3793 6.0 673.3876 4.0 673.3959 3.0 673.4124 6.0 673.4207 4.0 673.4289 13.0 673.4372 8.0 673.4455 20.0 673.4537 13.0 673.462 11.0 673.4703 11.0 673.4785 2.0 673.4868 2.0 673.4951 7.0 673.5033 10.0 673.5116 11.0 673.5199 2.0 673.5281 7.0 673.5364 4.0 673.5447 9.0 673.5529 5.0 673.5612 5.0 673.5695 5.0 673.5777 2.0 673.586 10.0 673.5943 1.0 673.6026 2.0 673.6108 1.0 673.6274 1.0 673.6356 2.0 673.6439 2.0 673.6522 3.0 673.6604 1.0 673.6687 1.0 673.677 1.0 673.6852 3.0 673.6935 7.0 673.7018 5.0 673.7101 4.0 673.7183 4.0 673.7266 1.0 673.7349 3.0 673.7431 6.0 673.7514 1.0 673.7762 3.0 673.7927 7.0 673.801 7.0 673.8093 4.0 673.8176 3.0 673.8258 3.0 673.8341 2.0 673.8506 2.0 673.8589 5.0 673.8672 13.0 673.8754 16.0 673.8837 4.0 673.9003 14.0 673.9085 13.0 673.9168 5.0 673.9251 1.0 673.9416 3.0 673.9499 1.0 673.9664 1.0 673.9747 1.0 673.983 2.0 673.9912 7.0 674.0078 7.0 674.016 5.0 674.0243 1.0 674.0326 3.0 674.0409 3.0 674.0491 4.0 674.0574 5.0 674.0657 2.0 674.0739 3.0 674.0822 9.0 674.0905 7.0 674.0988 1.0 674.107 1.0 674.1153 2.0 674.1236 4.0 674.1318 3.0 674.1401 3.0 674.1484 7.0 674.1567 2.0 674.1732 1.0 674.1815 9.0 674.1898 3.0 674.198 1.0 674.2063 6.0 674.2146 7.0 674.2228 9.0 674.2311 2.0 674.2394 2.0 674.2477 5.0 674.2559 2.0 674.2642 1.0 674.2725 4.0 674.2808 1.0 674.2973 2.0 674.3056 1.0 674.3138 3.0 674.3304 5.0 674.3469 2.0 674.3552 5.0 674.3635 4.0 674.3718 1.0 674.38 4.0 674.3883 1.0 674.3966 5.0 674.4048 6.0 674.4131 8.0 674.4214 1.0 674.4297 2.0 674.4379 7.0 674.4462 7.0 674.4545 5.0 674.4628 5.0 674.471 2.0 674.4793 1.0 674.4876 3.0 674.4959 10.0 674.5041 6.0 674.5124 2.0 674.5207 3.0 674.529 3.0 674.5372 2.0 674.5455 7.0 674.5621 2.0 674.5703 1.0 674.5786 3.0 674.5869 4.0 674.5952 5.0 674.6034 4.0 674.6117 3.0 674.62 7.0 674.6283 6.0 674.6365 5.0 674.6448 1.0 674.6614 3.0 674.6696 6.0 674.6779 3.0 674.6862 6.0 674.6945 3.0 674.7027 2.0 674.711 1.0 674.7193 9.0 674.7276 11.0 674.7358 12.0 674.7441 7.0 674.7524 6.0 674.7607 9.0 674.7689 3.0 674.7772 3.0 674.7855 1.0 674.7938 2.0 674.802 4.0 674.8103 2.0 674.8186 4.0 674.8351 10.0 674.8434 5.0 674.8517 3.0 674.86 3.0 674.8682 1.0 674.8848 6.0 674.8931 4.0 674.9096 4.0 674.9179 5.0 674.9262 1.0 674.9427 1.0 674.951 1.0 674.9593 3.0 674.9676 8.0 674.9841 1.0 675.0007 1.0 675.009 2.0 675.0172 2.0 675.0255 1.0 675.0338 1.0 675.0503 5.0 675.0586 1.0 675.0669 5.0 675.0752 1.0 675.0834 4.0 675.0917 2.0 675.1 1.0 675.1083 2.0 675.1166 1.0 675.1248 4.0 675.1331 6.0 675.1414 5.0 675.1579 1.0 675.1745 2.0 675.1828 5.0 675.1993 2.0 675.2242 2.0 675.2325 5.0 675.2407 2.0 675.249 3.0 675.2573 1.0 675.2656 2.0 675.2738 3.0 675.2821 1.0 675.2904 1.0 675.307 1.0 675.3152 3.0 675.3235 1.0 675.3318 9.0 675.3401 4.0 675.3484 3.0 675.3649 5.0 675.3732 3.0 675.3815 4.0 675.3898 9.0 675.398 13.0 675.4063 5.0 675.4146 7.0 675.4229 13.0 675.4312 9.0 675.4394 3.0 675.4477 5.0 675.456 3.0 675.4643 4.0 675.4726 6.0 675.4808 6.0 675.4974 1.0 675.514 1.0 675.5222 2.0 675.5305 7.0 675.5388 5.0 675.5471 5.0 675.5554 5.0 675.5636 3.0 675.5719 1.0 675.5802 1.0 675.5885 2.0 675.5968 2.0 675.605 5.0 675.6133 8.0 675.6216 4.0 675.6299 3.0 675.6382 7.0 675.6465 3.0 675.6547 4.0 675.663 1.0 675.6713 8.0 675.6796 4.0 675.6879 5.0 675.6961 1.0 675.7044 5.0 675.7127 9.0 675.721 6.0 675.7293 12.0 675.7458 1.0 675.7541 3.0 675.7707 2.0 675.779 3.0 675.7872 6.0 675.7955 15.0 675.8038 8.0 675.8121 8.0 675.8204 5.0 675.8286 8.0 675.8369 5.0 675.8452 8.0 675.8535 3.0 675.8949 2.0 675.9032 2.0 675.9115 1.0 675.9198 5.0 675.928 6.0 675.9363 1.0 675.9446 5.0 675.9529 3.0 675.9612 3.0 675.9695 2.0 675.9777 2.0 675.986 3.0 675.9943 2.0 676.0026 1.0 676.0192 1.0 676.0274 2.0 676.0357 4.0 676.044 3.0 676.0523 1.0 676.0771 4.0 676.102 1.0 676.1103 1.0 676.1186 1.0 676.1268 1.0 676.1351 1.0 676.1434 3.0 676.1517 3.0 676.1765 3.0 676.1848 1.0 676.1931 4.0 676.2014 2.0 676.2097 1.0 676.218 1.0 676.2263 1.0 676.2428 3.0 676.2594 1.0 676.2677 3.0 676.276 2.0 676.2843 11.0 676.2925 3.0 676.3008 2.0 676.3091 1.0 676.3174 6.0 676.3257 3.0 676.3422 3.0 676.3505 4.0 676.3671 2.0 676.3754 1.0 676.3837 2.0 676.392 1.0 676.4002 7.0 676.4085 12.0 676.4168 4.0 676.4334 1.0 676.4417 3.0 676.45 8.0 676.4583 14.0 676.4665 10.0 676.4831 5.0 676.4914 2.0 676.4997 1.0 676.508 1.0 676.5163 1.0 676.5245 6.0 676.5328 6.0 676.5411 9.0 676.5494 5.0 676.5577 4.0 676.566 6.0 676.5743 3.0 676.5825 3.0 676.5908 5.0 676.5991 11.0 676.6074 2.0 676.6157 4.0 676.624 3.0 676.6323 4.0 676.6406 5.0 676.6488 3.0 676.6571 3.0 676.6654 3.0 676.6737 6.0 676.682 7.0 676.6903 7.0 676.6986 4.0 676.7069 7.0 676.7234 3.0 676.7317 2.0 676.74 4.0 676.7483 2.0 676.7566 7.0 676.7649 5.0 676.7732 16.0 676.7814 12.0 676.7897 2.0 676.798 4.0 676.8063 9.0 676.8146 5.0 676.8229 3.0 676.8395 3.0 676.8478 1.0 676.8643 6.0 676.8726 5.0 676.8809 1.0 676.8892 7.0 676.8975 2.0 676.9058 9.0 676.9141 3.0 676.9224 2.0 676.9306 1.0 676.9389 2.0 676.9472 1.0 676.9555 1.0 676.9638 4.0 676.9804 3.0 676.997 5.0 677.0052 5.0 677.0135 1.0 677.0218 4.0 677.0301 1.0 677.0384 3.0 677.0467 7.0 677.0633 2.0 677.0716 11.0 677.0799 4.0 677.0881 1.0 677.1047 2.0 677.113 2.0 677.1213 4.0 677.1296 1.0 677.1379 7.0 677.1462 1.0 677.1545 3.0 677.1628 2.0 677.171 7.0 677.1793 8.0 677.1876 2.0 677.1959 1.0 677.2042 2.0 677.2125 5.0 677.2208 8.0 677.2374 1.0 677.2457 2.0 677.2788 10.0 677.2871 6.0 677.2954 5.0 677.3037 1.0 677.312 1.0 677.3203 2.0 677.3286 7.0 677.3369 6.0 677.3452 5.0 677.3535 7.0 677.3617 5.0 677.37 1.0 677.3783 4.0 677.3866 7.0 677.3949 9.0 677.4032 1.0 677.4115 12.0 677.4198 17.0 677.4281 7.0 677.4364 3.0 677.4447 2.0 677.453 2.0 677.4613 12.0 677.4695 15.0 677.4778 5.0 677.4861 7.0 677.4944 8.0 677.5027 3.0 677.511 2.0 677.5276 4.0 677.5359 3.0 677.5442 3.0 677.5525 3.0 677.5608 4.0 677.5773 1.0 677.5856 1.0 677.5939 1.0 677.6022 3.0 677.6105 11.0 677.6188 10.0 677.6271 1.0 677.6354 1.0 677.6437 3.0 677.652 5.0 677.6603 8.0 677.6686 5.0 677.6852 1.0 677.6935 4.0 677.7017 12.0 677.71 3.0 677.7183 2.0 677.7266 10.0 677.7349 2.0 677.7432 3.0 677.7515 3.0 677.7598 6.0 677.7681 5.0 677.7764 3.0 677.7847 1.0 677.8013 3.0 677.8096 8.0 677.8179 5.0 677.8262 5.0 677.8345 7.0 677.8428 8.0 677.851 4.0 677.8593 1.0 677.8676 1.0 677.8759 3.0 677.8842 1.0 677.8925 2.0 677.9008 1.0 677.9091 2.0 677.9174 4.0 677.9257 5.0 677.934 3.0 677.9423 10.0 677.9506 4.0 677.9672 1.0 677.9755 2.0 677.9921 9.0 678.0087 3.0 678.017 2.0 678.0252 1.0 678.0418 2.0 678.0667 1.0 678.075 2.0 678.0833 1.0 678.0999 2.0 678.1082 2.0 678.1165 3.0 678.1248 2.0 678.1414 3.0 678.1497 2.0 678.158 2.0 678.1663 7.0 678.1746 2.0 678.1829 3.0 678.1912 1.0 678.2078 1.0 678.2161 2.0 678.2244 1.0 678.2327 1.0 678.2493 1.0 678.2576 2.0 678.2658 4.0 678.2824 1.0 678.299 1.0 678.3073 1.0 678.3156 3.0 678.3239 8.0 678.3322 13.0 678.3405 13.0 678.3488 8.0 678.3571 3.0 678.3654 1.0 678.3737 2.0 678.382 1.0 678.3903 1.0 678.3986 3.0 678.4069 12.0 678.4152 5.0 678.4235 5.0 678.4318 15.0 678.4401 10.0 678.4484 10.0 678.4567 9.0 678.465 3.0 678.4733 1.0 678.4816 10.0 678.4899 8.0 678.4982 4.0 678.5065 4.0 678.5148 5.0 678.5231 2.0 678.5314 5.0 678.5397 3.0 678.548 8.0 678.5563 3.0 678.5646 1.0 678.5729 4.0 678.5812 5.0 678.5895 1.0 678.5978 1.0 678.6061 1.0 678.6144 4.0 678.6227 1.0 678.631 9.0 678.6393 2.0 678.6476 2.0 678.6642 5.0 678.6725 3.0 678.6808 2.0 678.6974 2.0 678.7057 5.0 678.714 7.0 678.7223 1.0 678.7306 3.0 678.7389 1.0 678.7472 9.0 678.7638 4.0 678.7721 1.0 678.7804 3.0 678.7887 1.0 678.797 6.0 678.8053 13.0 678.8136 7.0 678.8219 7.0 678.8302 1.0 678.8385 1.0 678.8468 2.0 678.8551 7.0 678.8634 5.0 678.8717 2.0 678.88 8.0 678.8883 4.0 678.9049 7.0 678.9132 3.0 678.9215 2.0 678.9298 2.0 678.9381 1.0 678.9464 1.0 678.9547 3.0 678.963 6.0 678.9713 7.0 678.9796 2.0 678.9879 1.0 678.9962 5.0 679.0045 3.0 679.0128 4.0 679.0211 3.0 679.0294 3.0 679.0377 2.0 679.046 1.0 679.0543 3.0 679.0626 2.0 679.0709 8.0 679.0792 3.0 679.0875 7.0 679.0958 3.0 679.1041 3.0 679.1124 3.0 679.1207 3.0 679.129 1.0 679.1373 1.0 679.1539 1.0 679.1623 2.0 679.1706 2.0 679.1789 6.0 679.2038 3.0 679.2121 4.0 679.2204 11.0 679.2287 1.0 679.2453 3.0 679.2536 1.0 679.2702 3.0 679.2868 1.0 679.2951 3.0 679.3034 5.0 679.3117 6.0 679.32 3.0 679.3283 1.0 679.3366 2.0 679.3449 3.0 679.3532 5.0 679.3615 3.0 679.3698 4.0 679.3781 6.0 679.3864 17.0 679.3948 18.0 679.4031 6.0 679.4114 11.0 679.4197 7.0 679.428 3.0 679.4363 9.0 679.4446 3.0 679.4529 7.0 679.4612 9.0 679.4695 5.0 679.4778 4.0 679.4861 4.0 679.4944 5.0 679.5027 2.0 679.511 4.0 679.5193 2.0 679.5276 1.0 679.5359 5.0 679.5442 1.0 679.5525 3.0 679.5608 2.0 679.5692 5.0 679.5775 4.0 679.5858 1.0 679.6024 4.0 679.6107 1.0 679.619 3.0 679.6273 5.0 679.6356 4.0 679.6439 2.0 679.6522 2.0 679.6605 9.0 679.6688 8.0 679.6771 2.0 679.6854 1.0 679.6937 9.0 679.702 3.0 679.7103 5.0 679.7187 3.0 679.727 1.0 679.7353 10.0 679.7436 7.0 679.7519 3.0 679.7602 3.0 679.7685 8.0 679.7768 2.0 679.7851 1.0 679.7934 5.0 679.8017 6.0 679.81 4.0 679.8183 10.0 679.8266 5.0 679.8349 9.0 679.8433 8.0 679.8516 5.0 679.8599 7.0 679.8682 10.0 679.8765 4.0 679.8848 5.0 679.8931 1.0 679.9014 2.0 679.9097 3.0 679.918 1.0 679.9263 2.0 679.9346 1.0 679.9429 2.0 679.9512 1.0 679.9596 1.0 679.9679 1.0 679.9762 1.0 679.9845 6.0 679.9928 13.0 680.0094 3.0 680.0177 6.0 680.026 4.0 680.0343 2.0 680.0426 5.0 680.0509 3.0 680.0593 3.0 680.0676 1.0 680.0842 2.0 680.0925 1.0 680.1008 11.0 680.1091 2.0 680.1174 1.0 680.134 1.0 680.1423 6.0 680.1506 2.0 680.159 1.0 680.1673 2.0 680.1756 2.0 680.1922 2.0 680.2005 4.0 680.2254 5.0 680.2337 12.0 680.242 2.0 680.2504 3.0 680.2587 1.0 680.267 3.0 680.2753 2.0 680.2836 1.0 680.2919 1.0 680.3002 6.0 680.3085 1.0 680.3168 4.0 680.3335 1.0 680.3418 1.0 680.3501 10.0 680.3584 4.0 680.3667 3.0 680.375 8.0 680.3833 2.0 680.3916 6.0 680.3999 4.0 680.4082 4.0 680.4166 6.0 680.4249 5.0 680.4332 12.0 680.4415 6.0 680.4498 1.0 680.4581 3.0 680.4664 2.0 680.4747 10.0 680.483 5.0 680.4914 2.0 680.4997 8.0 680.508 8.0 680.5163 9.0 680.5246 7.0 680.5329 7.0 680.5412 9.0 680.5495 2.0 680.5578 3.0 680.5662 1.0 680.5745 8.0 680.5828 9.0 680.5911 5.0 680.5994 2.0 680.6077 2.0 680.616 6.0 680.6243 1.0 680.6326 1.0 680.641 2.0 680.6493 5.0 680.6576 11.0 680.6659 5.0 680.6825 3.0 680.6908 3.0 680.6991 6.0 680.7075 2.0 680.7158 1.0 680.7241 6.0 680.7324 3.0 680.7407 2.0 680.749 1.0 680.7656 3.0 680.774 5.0 680.7823 4.0 680.7906 4.0 680.7989 2.0 680.8072 3.0 680.8155 1.0 680.8238 3.0 680.8321 5.0 680.8405 1.0 680.8488 2.0 680.8571 2.0 680.8737 2.0 680.882 11.0 680.8903 7.0 680.8987 4.0 680.907 2.0 680.9153 2.0 680.9236 9.0 680.9319 11.0 680.9402 2.0 680.9485 4.0 680.9568 3.0 680.9735 3.0 680.9818 1.0 680.9901 4.0 680.9984 3.0 681.0067 1.0 681.015 4.0 681.0234 2.0 681.0317 2.0 681.04 2.0 681.0483 4.0 681.0566 2.0 681.0649 1.0 681.0732 1.0 681.0816 1.0 681.0982 3.0 681.1231 2.0 681.1314 2.0 681.1398 1.0 681.1481 3.0 681.1564 1.0 681.1647 1.0 681.173 2.0 681.1813 2.0 681.1897 4.0 681.198 4.0 681.2146 2.0 681.2312 1.0 681.2395 3.0 681.2479 4.0 681.2562 1.0 681.2645 4.0 681.2728 2.0 681.2811 4.0 681.2894 8.0 681.2978 5.0 681.3061 2.0 681.3144 3.0 681.331 1.0 681.3393 4.0 681.3477 4.0 681.356 5.0 681.3643 7.0 681.3726 5.0 681.3809 3.0 681.3892 3.0 681.3975 17.0 681.4059 12.0 681.4142 10.0 681.4225 27.0 681.4308 28.0 681.4391 19.0 681.4474 4.0 681.4558 4.0 681.4641 1.0 681.4724 5.0 681.4807 1.0 681.489 2.0 681.4974 16.0 681.5057 8.0 681.514 3.0 681.5223 6.0 681.5306 3.0 681.5389 17.0 681.5473 3.0 681.5556 10.0 681.5639 7.0 681.5805 8.0 681.5888 9.0 681.5972 5.0 681.6138 4.0 681.6221 6.0 681.6304 6.0 681.6388 5.0 681.6554 2.0 681.6637 2.0 681.672 3.0 681.6803 6.0 681.6887 4.0 681.697 6.0 681.7136 2.0 681.7386 2.0 681.7469 5.0 681.7552 3.0 681.7635 4.0 681.7718 3.0 681.7802 14.0 681.7885 9.0 681.7968 6.0 681.8051 10.0 681.8134 7.0 681.8218 4.0 681.8301 2.0 681.8384 1.0 681.8467 6.0 681.855 3.0 681.8634 5.0 681.8717 15.0 681.88 4.0 681.8883 1.0 681.8966 8.0 681.905 19.0 681.9133 20.0 681.9216 8.0 681.9299 3.0 681.9382 2.0 681.9466 3.0 681.9632 2.0 681.9715 13.0 681.9798 5.0 681.9882 4.0 681.9965 3.0 682.0048 6.0 682.0131 2.0 682.0214 4.0 682.0298 5.0 682.0381 2.0 682.0464 2.0 682.0547 5.0 682.063 1.0 682.0714 6.0 682.0797 3.0 682.0963 1.0 682.1046 3.0 682.113 6.0 682.1213 3.0 682.1462 1.0 682.1546 1.0 682.1629 3.0 682.1712 5.0 682.1795 2.0 682.1878 2.0 682.2128 3.0 682.2211 2.0 682.2378 2.0 682.2461 12.0 682.2544 9.0 682.2711 2.0 682.2794 2.0 682.2877 3.0 682.321 4.0 682.3293 5.0 682.3376 5.0 682.3543 2.0 682.3626 3.0 682.3709 2.0 682.3793 5.0 682.3876 8.0 682.3959 7.0 682.4042 6.0 682.4125 7.0 682.4209 3.0 682.4292 2.0 682.4375 3.0 682.4458 4.0 682.4542 6.0 682.4625 10.0 682.4708 5.0 682.4791 9.0 682.4875 8.0 682.4958 5.0 682.5041 13.0 682.5124 13.0 682.5207 5.0 682.5291 5.0 682.5374 8.0 682.5457 5.0 682.554 9.0 682.5624 6.0 682.5707 4.0 682.579 2.0 682.5873 3.0 682.5957 2.0 682.604 1.0 682.6123 4.0 682.6206 13.0 682.629 17.0 682.6373 2.0 682.6456 1.0 682.6539 6.0 682.6622 5.0 682.6706 2.0 682.6789 5.0 682.6872 1.0 682.6955 3.0 682.7039 4.0 682.7122 8.0 682.7205 11.0 682.7288 14.0 682.7372 6.0 682.7455 2.0 682.7538 4.0 682.7621 6.0 682.7705 3.0 682.7788 1.0 682.7871 1.0 682.7954 1.0 682.8038 3.0 682.8204 3.0 682.8287 2.0 682.8371 3.0 682.8454 1.0 682.8537 4.0 682.862 5.0 682.8704 1.0 682.8787 5.0 682.887 8.0 682.8953 5.0 682.9037 6.0 682.912 5.0 682.9203 1.0 682.9287 1.0 682.937 2.0 682.9453 5.0 682.962 6.0 682.9703 10.0 682.9786 3.0 682.9869 5.0 682.9953 2.0 683.0036 2.0 683.0119 3.0 683.0202 1.0 683.0286 2.0 683.0369 2.0 683.0452 7.0 683.0535 6.0 683.0619 7.0 683.0702 4.0 683.0785 9.0 683.0869 7.0 683.0952 9.0 683.1118 2.0 683.1202 2.0 683.1285 1.0 683.1368 4.0 683.1451 4.0 683.1618 1.0 683.1701 1.0 683.1785 3.0 683.1951 1.0 683.2034 5.0 683.2201 3.0 683.2284 3.0 683.2367 2.0 683.2451 7.0 683.2534 4.0 683.2617 6.0 683.2784 3.0 683.295 2.0 683.3034 1.0 683.3117 2.0 683.32 7.0 683.3284 6.0 683.3367 1.0 683.345 1.0 683.3533 1.0 683.37 2.0 683.3783 2.0 683.3867 2.0 683.395 6.0 683.4033 11.0 683.4116 5.0 683.42 17.0 683.4283 13.0 683.4366 2.0 683.445 2.0 683.4533 10.0 683.4616 11.0 683.4699 3.0 683.4783 1.0 683.4866 3.0 683.4949 1.0 683.5033 1.0 683.5116 5.0 683.5199 18.0 683.5282 17.0 683.5366 14.0 683.5449 15.0 683.5532 1.0 683.5616 3.0 683.5699 4.0 683.5782 3.0 683.5866 3.0 683.5949 7.0 683.6115 1.0 683.6199 4.0 683.6282 3.0 683.6449 3.0 683.6532 2.0 683.6615 10.0 683.6699 11.0 683.6782 10.0 683.6865 2.0 683.6949 4.0 683.7032 1.0 683.7115 1.0 683.7198 2.0 683.7282 3.0 683.7365 7.0 683.7448 6.0 683.7532 5.0 683.7615 6.0 683.7698 5.0 683.7782 1.0 683.7865 3.0 683.7948 7.0 683.8032 8.0 683.8115 7.0 683.8198 1.0 683.8365 3.0 683.8448 3.0 683.8531 1.0 683.8615 1.0 683.8698 4.0 683.8781 2.0 683.8865 7.0 683.8948 2.0 683.9115 2.0 683.9198 2.0 683.9281 3.0 683.9365 3.0 683.9448 8.0 683.9615 4.0 683.9698 1.0 683.9865 1.0 684.0031 3.0 684.0198 1.0 684.0281 4.0 684.0364 8.0 684.0448 3.0 684.0531 1.0 684.0614 1.0 684.0698 2.0 684.0781 7.0 684.0864 4.0 684.0948 9.0 684.1031 7.0 684.1198 1.0 684.1281 3.0 684.1448 1.0 684.1531 3.0 684.1614 1.0 684.1698 1.0 684.1781 5.0 684.1864 2.0 684.2031 1.0 684.2114 3.0 684.2198 5.0 684.2364 1.0 684.2448 1.0 684.2614 4.0 684.2698 2.0 684.2865 3.0 684.3115 2.0 684.3198 4.0 684.3281 9.0 684.3365 5.0 684.3448 8.0 684.3531 3.0 684.3615 5.0 684.3698 3.0 684.3948 2.0 684.4031 5.0 684.4115 11.0 684.4198 12.0 684.4281 5.0 684.4365 7.0 684.4448 2.0 684.4531 3.0 684.4615 16.0 684.4698 22.0 684.4782 6.0 684.4865 2.0 684.4948 6.0 684.5032 6.0 684.5115 4.0 684.5198 1.0 684.5282 3.0 684.5365 1.0 684.5448 4.0 684.5532 4.0 684.5615 1.0 684.5698 2.0 684.5782 3.0 684.5865 1.0 684.5949 2.0 684.6032 1.0 684.6199 3.0 684.6282 2.0 684.6365 1.0 684.6449 1.0 684.6532 2.0 684.6615 1.0 684.6699 4.0 684.6866 8.0 684.6949 5.0 684.7116 3.0 684.7199 3.0 684.7282 3.0 684.7366 1.0 684.7449 3.0 684.7532 1.0 684.7616 5.0 684.7699 6.0 684.7783 1.0 684.7866 2.0 684.7949 1.0 684.8033 3.0 684.8116 3.0 684.8199 5.0 684.8283 5.0 684.8366 13.0 684.845 5.0 684.8533 2.0 684.8616 3.0 684.87 4.0 684.8783 2.0 684.8866 1.0 684.895 3.0 684.9033 3.0 684.9117 1.0 684.92 1.0 684.9283 7.0 684.9367 2.0 684.945 1.0 684.9534 9.0 684.9617 2.0 684.97 3.0 684.9784 5.0 684.9867 6.0 685.0034 1.0 685.0117 3.0 685.0201 4.0 685.0284 1.0 685.0367 4.0 685.0451 5.0 685.0534 2.0 685.0618 1.0 685.0701 1.0 685.0784 6.0 685.0951 3.0 685.1034 1.0 685.1201 2.0 685.1285 1.0 685.1368 1.0 685.1451 3.0 685.1618 3.0 685.1702 3.0 685.1785 2.0 685.1868 1.0 685.1952 1.0 685.2035 2.0 685.2119 2.0 685.2202 3.0 685.2285 2.0 685.2369 2.0 685.2452 3.0 685.2536 2.0 685.2702 3.0 685.2786 3.0 685.2869 3.0 685.2953 2.0 685.3036 6.0 685.3119 3.0 685.3203 4.0 685.3286 11.0 685.337 3.0 685.3453 3.0 685.3536 5.0 685.362 2.0 685.3703 1.0 685.3787 1.0 685.387 3.0 685.4037 1.0 685.412 2.0 685.4204 5.0 685.4287 16.0 685.4371 9.0 685.4454 2.0 685.4537 2.0 685.4621 17.0 685.4704 20.0 685.4788 5.0 685.4871 4.0 685.4954 2.0 685.5038 1.0 685.5121 6.0 685.5205 3.0 685.5288 3.0 685.5372 7.0 685.5455 6.0 685.5538 11.0 685.5622 9.0 685.5705 10.0 685.5789 9.0 685.5872 2.0 685.5956 1.0 685.6039 7.0 685.6122 6.0 685.6206 9.0 685.6289 6.0 685.6373 8.0 685.6456 8.0 685.6539 5.0 685.6623 2.0 685.6706 3.0 685.6957 2.0 685.7207 1.0 685.729 2.0 685.7374 3.0 685.7457 7.0 685.7541 5.0 685.7624 1.0 685.7707 7.0 685.7791 3.0 685.7874 3.0 685.7958 4.0 685.8041 14.0 685.8125 7.0 685.8208 5.0 685.8292 8.0 685.8375 2.0 685.8458 3.0 685.8542 6.0 685.8625 1.0 685.8709 4.0 685.8792 4.0 685.8876 7.0 685.8959 12.0 685.9042 5.0 685.9126 1.0 685.9209 1.0 685.9293 1.0 685.946 3.0 685.9543 2.0 685.9627 1.0 685.9793 1.0 685.9877 2.0 685.996 3.0 686.0044 3.0 686.0127 8.0 686.0211 5.0 686.0294 1.0 686.0378 2.0 686.0461 4.0 686.0544 10.0 686.0628 4.0 686.0795 2.0 686.0878 2.0 686.0962 2.0 686.1045 1.0 686.1129 2.0 686.1212 1.0 686.1296 2.0 686.1379 2.0 686.1462 5.0 686.1629 1.0 686.1713 1.0 686.1796 2.0 686.2047 5.0 686.213 7.0 686.2214 7.0 686.2297 1.0 686.2381 1.0 686.2464 4.0 686.2547 3.0 686.2631 3.0 686.2714 1.0 686.2798 2.0 686.2965 2.0 686.3132 1.0 686.3215 7.0 686.3299 3.0 686.3382 3.0 686.3466 2.0 686.3549 1.0 686.3632 7.0 686.3716 13.0 686.3799 7.0 686.3883 6.0 686.3966 5.0 686.405 2.0 686.4133 4.0 686.4217 3.0 686.43 2.0 686.4384 6.0 686.4551 2.0 686.4634 4.0 686.4718 1.0 686.4801 14.0 686.4885 7.0 686.4968 6.0 686.5052 9.0 686.5135 3.0 686.5219 4.0 686.5302 4.0 686.5385 6.0 686.5469 12.0 686.5552 4.0 686.5636 7.0 686.5719 6.0 686.5803 9.0 686.5886 1.0 686.6053 1.0 686.6137 5.0 686.622 2.0 686.6304 3.0 686.6387 2.0 686.6471 1.0 686.6638 6.0 686.6721 4.0 686.6805 3.0 686.6888 1.0 686.6972 1.0 686.7055 1.0 686.7139 1.0 686.7222 1.0 686.7306 1.0 686.7389 3.0 686.7556 8.0 686.764 6.0 686.7723 2.0 686.7807 6.0 686.789 6.0 686.7974 4.0 686.8057 15.0 686.8141 8.0 686.8224 2.0 686.8308 4.0 686.8391 2.0 686.8475 6.0 686.8558 9.0 686.8642 4.0 686.8725 3.0 686.8809 3.0 686.8892 4.0 686.8976 10.0 686.9059 4.0 686.9143 12.0 686.9226 9.0 686.931 7.0 686.9393 6.0 686.9477 8.0 686.956 4.0 686.9644 1.0 686.9727 1.0 686.9811 2.0 686.9894 2.0 686.9978 1.0 687.0061 1.0 687.0145 1.0 687.0228 1.0 687.0312 2.0 687.0395 1.0 687.0479 4.0 687.0562 3.0 687.0646 3.0 687.0729 3.0 687.0813 1.0 687.098 2.0 687.123 1.0 687.1314 3.0 687.1397 5.0 687.1481 4.0 687.1648 3.0 687.1731 1.0 687.1815 13.0 687.1898 10.0 687.1982 3.0 687.2065 1.0 687.2316 1.0 687.24 3.0 687.2483 6.0 687.2567 4.0 687.265 2.0 687.2734 1.0 687.2901 3.0 687.2984 2.0 687.3068 1.0 687.3151 3.0 687.3235 1.0 687.3318 2.0 687.3402 5.0 687.3485 1.0 687.3652 1.0 687.3736 2.0 687.382 2.0 687.3903 9.0 687.3987 14.0 687.407 8.0 687.4154 6.0 687.4237 5.0 687.4321 8.0 687.4404 23.0 687.4488 15.0 687.4571 8.0 687.4655 11.0 687.4738 4.0 687.4822 2.0 687.4905 3.0 687.4989 2.0 687.5156 9.0 687.524 9.0 687.5323 11.0 687.5407 13.0 687.549 11.0 687.5574 12.0 687.5657 10.0 687.5741 6.0 687.5824 4.0 687.5908 10.0 687.5992 17.0 687.6075 8.0 687.6159 9.0 687.6242 4.0 687.6326 2.0 687.6409 3.0 687.6493 2.0 687.6576 1.0 687.666 4.0 687.6743 3.0 687.6827 3.0 687.6911 1.0 687.6994 4.0 687.7078 1.0 687.7328 1.0 687.7412 4.0 687.7495 10.0 687.7579 3.0 687.7663 1.0 687.783 4.0 687.7913 3.0 687.808 1.0 687.8164 6.0 687.8247 4.0 687.8331 4.0 687.8415 5.0 687.8498 4.0 687.8582 2.0 687.8665 1.0 687.8749 10.0 687.8832 10.0 687.8916 4.0 687.8999 3.0 687.9083 5.0 687.9167 6.0 687.9334 2.0 687.9417 3.0 687.9501 1.0 687.9584 6.0 687.9668 1.0 687.9752 2.0 687.9835 1.0 687.9919 5.0 688.0002 2.0 688.0086 4.0 688.0253 6.0 688.0337 1.0 688.042 2.0 688.0504 1.0 688.0587 5.0 688.0671 2.0 688.0754 6.0 688.0838 2.0 688.1005 2.0 688.1089 2.0 688.1172 1.0 688.1256 3.0 688.1339 5.0 688.1507 2.0 688.159 4.0 688.1674 3.0 688.2008 2.0 688.2092 1.0 688.2175 1.0 688.2259 4.0 688.2342 9.0 688.2426 5.0 688.2677 2.0 688.276 6.0 688.2844 2.0 688.2927 2.0 688.3011 1.0 688.3095 2.0 688.3262 1.0 688.3429 1.0 688.3513 1.0 688.3596 4.0 688.368 3.0 688.3763 4.0 688.3847 11.0 688.3931 3.0 688.4014 5.0 688.4098 9.0 688.4181 8.0 688.4265 9.0 688.4349 3.0 688.4432 5.0 688.4516 11.0 688.4599 19.0 688.4683 8.0 688.4767 8.0 688.485 2.0 688.4934 9.0 688.5017 3.0 688.5101 4.0 688.5184 13.0 688.5268 17.0 688.5352 4.0 688.5686 10.0 688.577 3.0 688.5853 6.0 688.5937 5.0 688.6021 8.0 688.6104 10.0 688.6188 9.0 688.6271 3.0 688.6355 1.0 688.6439 1.0 688.6522 4.0 688.6606 6.0 688.6689 2.0 688.6773 2.0 688.6857 1.0 688.694 8.0 688.7024 15.0 688.7107 4.0 688.7275 5.0 688.7358 3.0 688.7442 2.0 688.7526 2.0 688.7609 4.0 688.7693 9.0 688.7776 9.0 688.786 5.0 688.7944 1.0 688.8027 2.0 688.8111 2.0 688.8445 3.0 688.8529 1.0 688.8613 2.0 688.8696 1.0 688.8863 2.0 688.8947 2.0 688.9031 3.0 688.9114 1.0 688.9198 3.0 688.9282 2.0 688.9365 1.0 688.9449 1.0 688.97 2.0 688.9783 4.0 688.9867 6.0 688.9951 1.0 689.0034 5.0 689.0118 13.0 689.0201 5.0 689.0285 1.0 689.0452 4.0 689.0536 3.0 689.0703 3.0 689.0787 1.0 689.0871 3.0 689.0954 2.0 689.1121 5.0 689.1205 7.0 689.1289 5.0 689.1372 5.0 689.1456 5.0 689.1623 2.0 689.1707 9.0 689.1791 1.0 689.1874 3.0 689.1958 1.0 689.2041 1.0 689.2125 1.0 689.2209 1.0 689.2292 8.0 689.2376 5.0 689.246 2.0 689.2543 2.0 689.2627 2.0 689.2711 2.0 689.2794 2.0 689.2878 3.0 689.2962 6.0 689.3045 5.0 689.3129 2.0 689.3213 4.0 689.3296 4.0 689.338 2.0 689.3463 1.0 689.3547 1.0 689.3631 4.0 689.3714 9.0 689.3798 8.0 689.3882 19.0 689.3965 15.0 689.4049 10.0 689.4216 3.0 689.43 9.0 689.4384 2.0 689.4467 8.0 689.4551 8.0 689.4635 8.0 689.4718 22.0 689.4802 9.0 689.4886 1.0 689.4969 6.0 689.5053 8.0 689.5137 8.0 689.522 10.0 689.5304 8.0 689.5388 7.0 689.5471 11.0 689.5555 18.0 689.5639 28.0 689.5722 23.0 689.5806 20.0 689.589 13.0 689.5973 3.0 689.6057 1.0 689.6141 5.0 689.6224 11.0 689.6308 24.0 689.6392 10.0 689.6475 5.0 689.6559 9.0 689.6643 3.0 689.6726 2.0 689.681 7.0 689.6894 6.0 689.6977 4.0 689.7061 2.0 689.7145 3.0 689.7228 4.0 689.7312 3.0 689.7396 2.0 689.7479 2.0 689.7563 5.0 689.7647 6.0 689.773 7.0 689.7814 4.0 689.7898 3.0 689.7981 9.0 689.8065 8.0 689.8149 5.0 689.8232 1.0 689.84 2.0 689.8483 4.0 689.8567 3.0 689.8734 1.0 689.8818 1.0 689.8986 3.0 689.9069 2.0 689.9153 4.0 689.9237 6.0 689.932 5.0 689.9404 2.0 689.9488 3.0 689.9571 4.0 689.9655 3.0 689.9739 2.0 689.9822 2.0 689.9906 3.0 690.0073 1.0 690.0157 3.0 690.0241 5.0 690.0325 1.0 690.0408 1.0 690.0492 2.0 690.0576 3.0 690.0659 2.0 690.0743 2.0 690.0827 2.0 690.091 3.0 690.0994 4.0 690.1078 3.0 690.1245 1.0 690.1413 1.0 690.158 1.0 690.1664 2.0 690.1747 4.0 690.1831 2.0 690.1999 2.0 690.2082 5.0 690.2166 6.0 690.225 4.0 690.2333 13.0 690.2417 7.0 690.2584 4.0 690.2919 2.0 690.3003 1.0 690.3087 2.0 690.317 1.0 690.3254 1.0 690.3338 2.0 690.3422 5.0 690.3505 2.0 690.3589 1.0 690.3673 4.0 690.3756 2.0 690.384 6.0 690.3924 4.0 690.4008 1.0 690.4091 4.0 690.4175 8.0 690.4259 2.0 690.4342 2.0 690.4426 12.0 690.451 10.0 690.4594 4.0 690.4677 9.0 690.4761 10.0 690.4845 7.0 690.4928 4.0 690.5012 10.0 690.5096 3.0 690.518 10.0 690.5263 26.0 690.5347 8.0 690.5431 14.0 690.5515 11.0 690.5598 7.0 690.5682 3.0 690.5766 11.0 690.5849 2.0 690.5933 10.0 690.6017 9.0 690.6101 6.0 690.6184 2.0 690.6268 2.0 690.6352 2.0 690.6436 1.0 690.6519 3.0 690.6603 2.0 690.6687 2.0 690.677 4.0 690.6854 7.0 690.6938 5.0 690.7022 4.0 690.7105 2.0 690.7357 3.0 690.744 2.0 690.7524 2.0 690.7608 5.0 690.7692 4.0 690.7775 1.0 690.7859 2.0 690.8026 2.0 690.811 3.0 690.8194 1.0 690.8278 9.0 690.8361 6.0 690.8529 2.0 690.8613 1.0 690.8696 4.0 690.878 1.0 690.8864 4.0 690.8948 3.0 690.9031 2.0 690.9115 10.0 690.9199 5.0 690.9283 6.0 690.9366 4.0 690.945 3.0 690.9534 2.0 690.9618 3.0 690.9701 2.0 690.9785 2.0 690.9869 2.0 690.9953 2.0 691.0036 2.0 691.012 2.0 691.0204 5.0 691.0288 7.0 691.0371 3.0 691.0455 7.0 691.0539 8.0 691.0623 8.0 691.0706 7.0 691.0874 2.0 691.0958 2.0 691.1125 1.0 691.1293 1.0 691.1376 7.0 691.146 2.0 691.1628 4.0 691.1712 2.0 691.1795 1.0 691.1963 1.0 691.213 4.0 691.2214 1.0 691.2298 2.0 691.2382 2.0 691.2465 3.0 691.2549 1.0 691.2633 1.0 691.2717 13.0 691.28 9.0 691.2884 2.0 691.2968 1.0 691.3052 1.0 691.3136 2.0 691.3219 2.0 691.3303 3.0 691.3387 1.0 691.3471 1.0 691.3554 1.0 691.3638 3.0 691.3722 4.0 691.3806 6.0 691.3973 2.0 691.4057 3.0 691.4141 4.0 691.4225 4.0 691.4308 9.0 691.4392 8.0 691.4476 7.0 691.456 4.0 691.4644 12.0 691.4727 18.0 691.4811 9.0 691.4895 3.0 691.4979 6.0 691.5062 4.0 691.5146 6.0 691.523 5.0 691.5314 2.0 691.5398 4.0 691.5481 12.0 691.5565 3.0 691.5649 1.0 691.5733 2.0 691.5817 5.0 691.59 6.0 691.5984 3.0 691.6068 3.0 691.6152 6.0 691.6235 12.0 691.6319 5.0 691.6403 7.0 691.6487 2.0 691.6571 3.0 691.6654 1.0 691.6738 3.0 691.6822 1.0 691.6906 1.0 691.699 4.0 691.7073 5.0 691.7157 2.0 691.7325 5.0 691.7409 2.0 691.7492 1.0 691.7576 1.0 691.766 1.0 691.7828 2.0 691.7911 5.0 691.7995 15.0 691.8079 11.0 691.8163 10.0 691.8247 16.0 691.833 6.0 691.8498 1.0 691.8582 4.0 691.8666 6.0 691.8749 9.0 691.8833 5.0 691.8917 7.0 691.9001 2.0 691.9085 4.0 691.9168 5.0 691.9252 3.0 691.9336 5.0 691.942 3.0 691.9504 2.0 691.9587 6.0 691.9671 8.0 691.9755 5.0 691.9839 2.0 691.9923 2.0 692.009 4.0 692.0174 4.0 692.0258 1.0 692.0426 3.0 692.0509 2.0 692.0593 2.0 692.0677 1.0 692.0761 3.0 692.0845 3.0 692.0928 2.0 692.1012 1.0 692.1096 6.0 692.1264 2.0 692.1348 1.0 692.1431 2.0 692.1515 4.0 692.1599 1.0 692.1683 3.0 692.1767 4.0 692.1934 2.0 692.2018 2.0 692.2102 2.0 692.2186 2.0 692.227 1.0 692.2353 2.0 692.2689 5.0 692.2773 2.0 692.2856 2.0 692.294 9.0 692.3192 3.0 692.3276 2.0 692.3359 4.0 692.3443 3.0 692.3527 3.0 692.3611 7.0 692.3695 2.0 692.3779 3.0 692.3862 2.0 692.3946 2.0 692.403 4.0 692.4114 4.0 692.4282 3.0 692.4365 6.0 692.4449 6.0 692.4533 6.0 692.4617 9.0 692.4701 14.0 692.4785 5.0 692.4869 10.0 692.4952 9.0 692.5036 3.0 692.512 3.0 692.5204 3.0 692.5288 3.0 692.5372 6.0 692.5455 2.0 692.5539 2.0 692.5623 1.0 692.5791 1.0 692.5875 3.0 692.5959 7.0 692.6042 10.0 692.6126 4.0 692.621 12.0 692.6294 6.0 692.6378 1.0 692.6462 6.0 692.6629 3.0 692.6713 10.0 692.6797 4.0 692.6881 5.0 692.7049 4.0 692.7132 8.0 692.7216 5.0 692.73 3.0 692.7384 1.0 692.7468 2.0 692.7636 6.0 692.7719 6.0 692.7803 1.0 692.7887 4.0 692.7971 3.0 692.8055 1.0 692.8139 2.0 692.8223 1.0 692.8306 2.0 692.839 1.0 692.8474 5.0 692.8558 9.0 692.8642 1.0 692.8726 4.0 692.881 2.0 692.8894 5.0 692.8977 3.0 692.9145 5.0 692.9229 1.0 692.9481 3.0 692.9648 1.0 692.9732 5.0 692.9816 1.0 692.99 5.0 692.9984 4.0 693.0068 2.0 693.0152 3.0 693.0235 2.0 693.0403 2.0 693.0487 2.0 693.0571 4.0 693.0655 5.0 693.0739 6.0 693.0823 5.0 693.0906 2.0 693.1074 4.0 693.1158 2.0 693.1242 3.0 693.1326 6.0 693.141 1.0 693.1578 4.0 693.1661 3.0 693.1745 3.0 693.1829 3.0 693.1913 3.0 693.1997 4.0 693.2081 2.0 693.2165 4.0 693.2249 3.0 693.2333 4.0 693.2416 3.0 693.25 1.0 693.2584 2.0 693.2668 5.0 693.2752 3.0 693.2836 11.0 693.292 1.0 693.3004 2.0 693.3088 2.0 693.3255 1.0 693.3339 3.0 693.3423 4.0 693.3507 1.0 693.3591 2.0 693.3675 3.0 693.3759 5.0 693.3843 3.0 693.3926 8.0 693.401 7.0 693.4094 3.0 693.4178 1.0 693.4262 1.0 693.4346 5.0 693.443 3.0 693.4514 7.0 693.4598 10.0 693.4682 21.0 693.4765 11.0 693.4849 5.0 693.4933 5.0 693.5017 5.0 693.5101 5.0 693.5269 7.0 693.5353 1.0 693.5437 4.0 693.5521 6.0 693.5605 6.0 693.5688 2.0 693.5772 1.0 693.5856 3.0 693.594 6.0 693.6024 7.0 693.6108 2.0 693.6192 5.0 693.6276 4.0 693.636 5.0 693.6444 5.0 693.6528 8.0 693.6611 6.0 693.6695 10.0 693.6779 5.0 693.6863 3.0 693.6947 3.0 693.7031 3.0 693.7115 2.0 693.7199 6.0 693.7283 5.0 693.7535 1.0 693.7618 1.0 693.7702 5.0 693.787 3.0 693.7954 1.0 693.8038 2.0 693.8122 6.0 693.8206 5.0 693.829 1.0 693.8374 2.0 693.8458 5.0 693.8542 5.0 693.8626 1.0 693.8709 1.0 693.8793 8.0 693.8877 9.0 693.8961 10.0 693.9045 3.0 693.9129 2.0 693.9297 3.0 693.9465 8.0 693.9549 2.0 693.9633 3.0 693.9717 1.0 693.9884 4.0 693.9968 2.0 694.0052 2.0 694.022 2.0 694.0304 2.0 694.0472 2.0 694.0556 3.0 694.064 2.0 694.0724 2.0 694.0808 5.0 694.0892 7.0 694.0976 6.0 694.106 1.0 694.1144 1.0 694.1311 2.0 694.1479 3.0 694.1563 1.0 694.1647 5.0 694.1731 1.0 694.1815 1.0 694.1899 2.0 694.1983 2.0 694.2067 2.0 694.2235 3.0 694.2319 3.0 694.2403 3.0 694.2487 1.0 694.2655 4.0 694.2739 5.0 694.2822 4.0 694.2906 5.0 694.299 4.0 694.3074 5.0 694.3158 5.0 694.3242 4.0 694.3326 1.0 694.341 1.0 694.3494 2.0 694.3662 3.0 694.3746 3.0 694.383 2.0 694.3914 1.0 694.4082 2.0 694.4166 5.0 694.425 10.0 694.4334 7.0 694.4418 15.0 694.4502 11.0 694.4586 18.0 694.467 14.0 694.4753 14.0 694.4837 2.0 694.4921 7.0 694.5005 10.0 694.5089 12.0 694.5173 6.0 694.5257 3.0 694.5341 7.0 694.5425 12.0 694.5509 5.0 694.5593 2.0 694.5677 6.0 694.5761 4.0 694.5845 7.0 694.5929 3.0 694.6013 3.0 694.6097 5.0 694.6181 8.0 694.6265 1.0 694.6349 4.0 694.6433 4.0 694.6601 3.0 694.6685 6.0 694.6769 4.0 694.6853 4.0 694.6937 4.0 694.7021 4.0 694.7105 4.0 694.7189 1.0 694.7273 1.0 694.7357 3.0 694.7441 1.0 694.7525 5.0 694.7609 5.0 694.7693 1.0 694.7776 3.0 694.786 6.0 694.7944 4.0 694.8028 4.0 694.8112 7.0 694.8196 4.0 694.828 2.0 694.8364 8.0 694.8448 9.0 694.8532 1.0 694.8616 11.0 694.87 9.0 694.8784 5.0 694.8868 6.0 694.8952 16.0 694.9036 8.0 694.912 3.0 694.9288 1.0 694.9372 3.0 694.954 5.0 694.9624 11.0 694.9708 4.0 694.9792 2.0 694.9876 3.0 694.996 2.0 695.0044 3.0 695.0128 3.0 695.0212 1.0 695.0296 3.0 695.038 2.0 695.0464 1.0 695.0548 1.0 695.0632 1.0 695.0716 1.0 695.08 1.0 695.0884 1.0 695.0968 1.0 695.1052 3.0 695.1136 9.0 695.1304 1.0 695.1388 9.0 695.1472 7.0 695.1556 1.0 695.164 1.0 695.1724 1.0 695.1808 5.0 695.1892 4.0 695.1976 1.0 695.206 2.0 695.2144 1.0 695.2312 1.0 695.2396 1.0 695.248 3.0 695.2564 1.0 695.2648 1.0 695.2816 7.0 695.29 3.0 695.2984 2.0 695.3068 6.0 695.332 8.0 695.3404 6.0 695.3488 3.0 695.3572 4.0 695.3656 2.0 695.374 3.0 695.3824 2.0 695.3909 3.0 695.3993 4.0 695.4077 1.0 695.4161 2.0 695.4245 5.0 695.4329 13.0 695.4413 8.0 695.4497 16.0 695.4581 17.0 695.4665 7.0 695.4749 8.0 695.4833 7.0 695.4917 12.0 695.5001 21.0 695.5085 5.0 695.5169 3.0 695.5253 4.0 695.5337 9.0 695.5421 1.0 695.5505 1.0 695.5589 3.0 695.5673 1.0 695.5757 2.0 695.5841 3.0 695.5925 1.0 695.6009 1.0 695.6093 3.0 695.6345 5.0 695.6429 8.0 695.6513 8.0 695.6597 2.0 695.6765 1.0 695.7018 3.0 695.7102 5.0 695.7186 2.0 695.727 1.0 695.7354 1.0 695.7438 2.0 695.7522 5.0 695.7606 7.0 695.769 9.0 695.7774 1.0 695.7858 7.0 695.7942 5.0 695.811 13.0 695.8194 5.0 695.8278 6.0 695.8362 1.0 695.8446 5.0 695.853 1.0 695.8614 7.0 695.8698 5.0 695.8782 6.0 695.8867 9.0 695.8951 3.0 695.9119 2.0 695.9203 1.0 695.9287 3.0 695.9371 2.0 695.9455 6.0 695.9539 6.0 695.9623 2.0 695.9707 3.0 695.9791 1.0 695.9875 3.0 695.9959 1.0 696.0043 4.0 696.0127 5.0 696.0211 7.0 696.0295 3.0 696.0379 3.0 696.0464 4.0 696.0548 1.0 696.0716 4.0 696.08 6.0 696.0884 7.0 696.1052 1.0 696.1136 3.0 696.122 7.0 696.1304 2.0 696.1388 3.0 696.1472 6.0 696.1556 1.0 696.164 1.0 696.1724 3.0 696.1809 1.0 696.1893 3.0 696.1977 1.0 696.2145 1.0 696.2229 2.0 696.2313 4.0 696.2397 1.0 696.2481 1.0 696.2565 1.0 696.2733 5.0 696.2817 6.0 696.2901 2.0 696.2986 4.0 696.307 1.0 696.3154 4.0 696.3238 2.0 696.3322 3.0 696.3406 4.0 696.349 4.0 696.3574 6.0 696.3658 2.0 696.3826 2.0 696.391 2.0 696.3994 9.0 696.4079 10.0 696.4163 4.0 696.4247 10.0 696.4331 8.0 696.4415 8.0 696.4499 24.0 696.4583 21.0 696.4667 17.0 696.4751 6.0 696.4835 7.0 696.4919 4.0 696.5003 5.0 696.5088 2.0 696.5172 1.0 696.5256 4.0 696.534 2.0 696.5424 10.0 696.5508 8.0 696.5592 2.0 696.5676 2.0 696.576 4.0 696.5844 5.0 696.5928 6.0 696.6097 4.0 696.6181 2.0 696.6265 3.0 696.6349 8.0 696.6433 4.0 696.6517 5.0 696.6601 1.0 696.6685 1.0 696.6769 3.0 696.6853 2.0 696.6938 3.0 696.7022 2.0 696.7106 6.0 696.719 2.0 696.7274 2.0 696.7358 5.0 696.7526 1.0 696.761 3.0 696.7694 2.0 696.7779 1.0 696.7863 5.0 696.7947 1.0 696.8031 2.0 696.8115 2.0 696.8283 1.0 696.8367 1.0 696.8451 2.0 696.8536 1.0 696.862 6.0 696.8704 1.0 696.8788 5.0 696.8872 3.0 696.8956 8.0 696.904 9.0 696.9124 7.0 696.9377 1.0 696.9461 1.0 696.9545 1.0 696.9629 5.0 696.9713 3.0 696.9797 4.0 696.9881 1.0 696.9965 7.0 697.005 4.0 697.0134 2.0 697.0218 10.0 697.0302 16.0 697.0386 9.0 697.047 3.0 697.0554 3.0 697.0638 6.0 697.0722 7.0 697.0807 9.0 697.0891 4.0 697.0975 6.0 697.1059 2.0 697.1143 2.0 697.1227 1.0 697.1311 1.0 697.1395 1.0 697.148 2.0 697.1564 4.0 697.1648 4.0 697.1732 6.0 697.1816 2.0 697.19 4.0 697.2068 1.0 697.2153 1.0 697.2237 4.0 697.2405 2.0 697.2489 1.0 697.2573 2.0 697.2657 5.0 697.2742 4.0 697.2826 4.0 697.3078 3.0 697.3162 2.0 697.333 10.0 697.3415 11.0 697.3499 5.0 697.3583 6.0 697.3667 5.0 697.3751 8.0 697.3835 3.0 697.3919 7.0 697.4004 1.0 697.4088 2.0 697.4172 3.0 697.4256 6.0 697.434 14.0 697.4424 9.0 697.4508 6.0 697.4593 4.0 697.4677 5.0 697.4761 1.0 697.4845 4.0 697.4929 12.0 697.5013 6.0 697.5097 5.0 697.5182 3.0 697.5266 5.0 697.535 3.0 697.5434 4.0 697.5518 10.0 697.5602 11.0 697.5687 2.0 697.5771 7.0 697.5855 2.0 697.5939 1.0 697.6023 2.0 697.6107 4.0 697.6191 4.0 697.6276 5.0 697.636 5.0 697.6444 1.0 697.6528 1.0 697.6612 2.0 697.6696 7.0 697.6781 1.0 697.6865 3.0 697.7033 1.0 697.7117 4.0 697.7201 2.0 697.7285 6.0 697.737 2.0 697.7454 1.0 697.7538 1.0 697.7622 3.0 697.779 2.0 697.7875 3.0 697.7959 5.0 697.8043 2.0 697.8211 3.0 697.8295 12.0 697.838 11.0 697.8464 11.0 697.8548 6.0 697.8632 8.0 697.8716 6.0 697.88 1.0 697.8885 2.0 697.8969 5.0 697.9053 3.0 697.9137 6.0 697.9221 2.0 697.939 2.0 697.9558 3.0 697.9642 3.0 697.9726 4.0 697.9895 2.0 697.9979 4.0 698.0063 14.0 698.0147 9.0 698.0231 8.0 698.0316 12.0 698.04 10.0 698.0484 6.0 698.0568 6.0 698.0652 10.0 698.0736 5.0 698.0905 4.0 698.0989 2.0 698.1157 8.0 698.1242 7.0 698.1326 1.0 698.141 5.0 698.1494 5.0 698.1578 2.0 698.1663 1.0 698.1831 1.0 698.1915 1.0 698.1999 4.0 698.2083 4.0 698.2168 3.0 698.2252 2.0 698.2336 1.0 698.242 1.0 698.2504 3.0 698.2589 5.0 698.2757 2.0 698.2841 1.0 698.2925 1.0 698.301 3.0 698.3094 4.0 698.3178 1.0 698.3262 7.0 698.3346 1.0 698.3431 3.0 698.3515 5.0 698.3599 1.0 698.3683 6.0 698.3767 10.0 698.3852 6.0 698.3936 9.0 698.402 5.0 698.4104 2.0 698.4188 1.0 698.4273 8.0 698.4357 6.0 698.4441 7.0 698.4525 8.0 698.4609 10.0 698.4694 11.0 698.4778 8.0 698.4862 3.0 698.4946 7.0 698.503 3.0 698.5115 9.0 698.5199 8.0 698.5283 8.0 698.5367 5.0 698.5451 2.0 698.5536 1.0 698.562 3.0 698.5704 5.0 698.5788 3.0 698.5957 3.0 698.6041 8.0 698.6125 14.0 698.6209 11.0 698.6294 6.0 698.6378 3.0 698.6462 3.0 698.663 1.0 698.6883 3.0 698.7052 1.0 698.7136 1.0 698.722 3.0 698.7304 8.0 698.7388 1.0 698.7473 3.0 698.7557 1.0 698.7978 4.0 698.8062 2.0 698.8146 1.0 698.8231 5.0 698.8315 3.0 698.8399 2.0 698.8568 1.0 698.8652 1.0 698.8736 3.0 698.882 1.0 698.8905 1.0 698.8989 1.0 698.9073 5.0 698.9157 5.0 698.9241 2.0 698.941 2.0 698.9494 3.0 698.9578 5.0 698.9663 1.0 698.9747 1.0 698.9831 1.0 698.9915 9.0 699.0 4.0 699.0084 3.0 699.0168 3.0 699.0252 2.0 699.0337 2.0 699.0421 4.0 699.0505 4.0 699.0589 3.0 699.0673 2.0 699.0926 1.0 699.101 1.0 699.1095 11.0 699.1179 11.0 699.1263 12.0 699.1347 1.0 699.1432 2.0 699.1516 5.0 699.16 5.0 699.1684 10.0 699.1769 2.0 699.1853 2.0 699.1937 1.0 699.2021 1.0 699.219 3.0 699.2274 5.0 699.2358 1.0 699.2443 1.0 699.2611 1.0 699.2695 8.0 699.278 6.0 699.2864 1.0 699.2948 1.0 699.3032 3.0 699.3201 4.0 699.3285 2.0 699.3369 4.0 699.3454 3.0 699.3538 5.0 699.3622 5.0 699.3706 6.0 699.3791 6.0 699.3875 8.0 699.4044 1.0 699.4128 5.0 699.4212 11.0 699.4296 6.0 699.4381 15.0 699.4465 8.0 699.4549 6.0 699.4633 4.0 699.4718 8.0 699.4886 2.0 699.497 9.0 699.5055 12.0 699.5139 4.0 699.5223 9.0 699.5308 6.0 699.5392 11.0 699.5476 17.0 699.556 3.0 699.5645 1.0 699.5813 1.0 699.5897 5.0 699.5982 3.0 699.615 5.0 699.6235 11.0 699.6319 10.0 699.6403 7.0 699.6487 3.0 699.6572 2.0 699.6656 10.0 699.674 5.0 699.6824 2.0 699.6993 3.0 699.7077 8.0 699.7162 7.0 699.7246 4.0 699.733 4.0 699.7499 2.0 699.7583 1.0 699.7667 3.0 699.7752 2.0 699.792 2.0 699.8004 4.0 699.8089 3.0 699.8173 1.0 699.8257 3.0 699.8342 4.0 699.8426 3.0 699.851 5.0 699.8679 6.0 699.8763 10.0 699.8847 3.0 699.8932 1.0 699.9016 1.0 699.91 2.0 699.9184 2.0 699.9269 3.0 699.9353 2.0 699.9437 8.0 699.9522 4.0 699.9606 1.0 699.969 5.0 699.9859 3.0 700.0027 3.0 700.0112 4.0 700.0196 2.0 700.0365 2.0 700.0449 1.0 700.0533 1.0 700.0618 1.0 700.0702 2.0 700.0786 1.0 700.087 3.0 700.0955 5.0 700.1039 3.0 700.1123 2.0 700.1208 3.0 700.1292 4.0 700.1376 1.0 700.1461 1.0 700.1545 3.0 700.1798 3.0 700.1882 1.0 700.1966 1.0 700.2051 3.0 700.2135 11.0 700.2219 3.0 700.2304 2.0 700.2388 7.0 700.2472 4.0 700.2557 1.0 700.2978 6.0 700.3063 4.0 700.3147 2.0 700.3231 1.0 700.3315 3.0 700.34 2.0 700.3484 3.0 700.3568 1.0 700.3653 3.0 700.3821 3.0 700.3906 2.0 700.399 4.0 700.4074 1.0 700.4159 8.0 700.4243 7.0 700.4327 8.0 700.4412 5.0 700.458 5.0 700.4665 4.0 700.4749 5.0 700.4833 8.0 700.4918 5.0 700.5002 14.0 700.5086 4.0 700.5171 5.0 700.5255 3.0 700.5339 16.0 700.5424 10.0 700.5508 6.0 700.5592 3.0 700.5677 4.0 700.5761 5.0 700.5845 3.0 700.593 5.0 700.6014 8.0 700.6098 1.0 700.6183 3.0 700.6267 2.0 700.6351 3.0 700.6436 2.0 700.652 3.0 700.6604 12.0 700.6689 7.0 700.6773 8.0 700.6857 5.0 700.6942 5.0 700.7026 5.0 700.711 5.0 700.7195 3.0 700.7279 5.0 700.7363 9.0 700.7448 7.0 700.7532 5.0 700.7616 3.0 700.7701 2.0 700.7785 3.0 700.7869 6.0 700.7954 11.0 700.8038 9.0 700.8122 7.0 700.8207 3.0 700.8291 8.0 700.8375 7.0 700.8629 6.0 700.8713 4.0 700.8797 2.0 700.8966 4.0 700.905 4.0 700.9135 7.0 700.9219 6.0 700.9388 3.0 700.9472 3.0 700.9556 2.0 700.9725 1.0 700.9809 2.0 700.9894 5.0 701.0063 5.0 701.0147 2.0 701.0316 8.0 701.04 4.0 701.0484 2.0 701.0653 1.0 701.0737 7.0 701.0991 1.0 701.1075 2.0 701.1412 1.0 701.1497 1.0 701.1581 11.0 701.1665 2.0 701.175 1.0 701.1834 1.0 701.1919 2.0 701.2003 1.0 701.2087 2.0 701.2172 1.0 701.2256 1.0 701.2509 2.0 701.2594 5.0 701.2678 4.0 701.2762 1.0 701.2847 3.0 701.2931 1.0 701.3015 3.0 701.31 3.0 701.3184 4.0 701.3269 2.0 701.3353 2.0 701.3522 4.0 701.3606 5.0 701.369 1.0 701.3775 1.0 701.3859 1.0 701.3944 3.0 701.4028 3.0 701.4112 2.0 701.4281 4.0 701.4366 10.0 701.445 9.0 701.4534 9.0 701.4619 1.0 701.4787 2.0 701.4872 7.0 701.4956 4.0 701.5209 7.0 701.5294 3.0 701.5378 4.0 701.5463 9.0 701.5547 4.0 701.5631 1.0 701.5716 3.0 701.58 2.0 701.5885 5.0 701.5969 2.0 701.6053 6.0 701.6138 2.0 701.6222 9.0 701.6307 1.0 701.6391 1.0 701.6475 8.0 701.656 8.0 701.6644 2.0 701.6729 2.0 701.6813 3.0 701.6897 2.0 701.7066 3.0 701.7151 1.0 701.7235 1.0 701.7319 3.0 701.7404 2.0 701.7488 4.0 701.7657 5.0 701.7741 13.0 701.7826 8.0 701.791 18.0 701.7995 15.0 701.8079 11.0 701.8163 5.0 701.8248 3.0 701.8332 5.0 701.8417 4.0 701.8501 1.0 701.867 5.0 701.8754 7.0 701.8839 2.0 701.8923 1.0 701.9007 1.0 701.9092 1.0 701.9176 3.0 701.9261 3.0 701.9345 10.0 701.943 3.0 701.9598 6.0 701.9683 4.0 701.9767 1.0 701.9852 1.0 701.9936 1.0 702.002 3.0 702.0105 3.0 702.0189 4.0 702.0274 7.0 702.0358 2.0 702.0443 1.0 702.0527 5.0 702.0611 3.0 702.0696 1.0 702.078 4.0 702.0865 2.0 702.0949 2.0 702.1202 2.0 702.1287 1.0 702.1371 6.0 702.1456 6.0 702.1625 5.0 702.1709 2.0 702.1878 1.0 702.1962 3.0 702.2047 1.0 702.2131 2.0 702.2216 1.0 702.2384 7.0 702.2469 5.0 702.2553 5.0 702.2638 1.0 702.2722 2.0 702.2807 2.0 702.2891 3.0 702.3144 3.0 702.3313 4.0 702.3398 3.0 702.3567 2.0 702.3651 2.0 702.3735 3.0 702.382 6.0 702.3904 4.0 702.3989 10.0 702.4073 8.0 702.4158 2.0 702.4242 3.0 702.4327 7.0 702.4411 4.0 702.458 2.0 702.4749 3.0 702.4833 2.0 702.4918 2.0 702.5002 1.0 702.5087 4.0 702.5171 3.0 702.5255 6.0 702.534 11.0 702.5424 9.0 702.5509 2.0 702.5593 12.0 702.5678 6.0 702.5762 4.0 702.5847 5.0 702.5931 3.0 702.6016 3.0 702.61 1.0 702.6184 7.0 702.6269 2.0 702.6353 2.0 702.6438 4.0 702.6522 1.0 702.6607 2.0 702.6691 2.0 702.6776 4.0 702.686 7.0 702.6945 8.0 702.7029 7.0 702.7114 7.0 702.7198 2.0 702.7282 3.0 702.7367 1.0 702.7451 6.0 702.7536 5.0 702.762 3.0 702.7789 6.0 702.7874 10.0 702.7958 8.0 702.8043 5.0 702.8127 3.0 702.8212 10.0 702.8296 3.0 702.838 2.0 702.8465 2.0 702.8549 4.0 702.8634 3.0 702.8718 4.0 702.8803 5.0 702.8887 12.0 702.8972 6.0 702.9056 2.0 702.9225 3.0 702.931 1.0 702.9394 4.0 702.9479 1.0 702.9563 2.0 702.9648 2.0 702.9732 3.0 702.9817 9.0 702.9901 2.0 702.9986 1.0 703.007 3.0 703.0239 2.0 703.0323 1.0 703.0492 4.0 703.0577 1.0 703.0661 2.0 703.0746 2.0 703.083 7.0 703.0915 2.0 703.0999 2.0 703.1084 4.0 703.1168 7.0 703.1253 3.0 703.1337 1.0 703.1506 2.0 703.1591 5.0 703.1675 1.0 703.176 5.0 703.1844 4.0 703.1929 2.0 703.2013 3.0 703.2098 1.0 703.2182 2.0 703.2267 4.0 703.2351 2.0 703.2436 4.0 703.2689 2.0 703.2774 1.0 703.2858 1.0 703.2943 1.0 703.3112 3.0 703.3196 7.0 703.3281 4.0 703.3365 4.0 703.345 4.0 703.3534 9.0 703.3619 1.0 703.3703 1.0 703.3788 1.0 703.3872 8.0 703.3957 4.0 703.4041 4.0 703.4126 5.0 703.421 3.0 703.4379 3.0 703.4464 3.0 703.4548 5.0 703.4633 8.0 703.4717 3.0 703.4886 1.0 703.4971 3.0 703.5055 6.0 703.514 15.0 703.5224 10.0 703.5309 5.0 703.5393 2.0 703.5562 6.0 703.5647 10.0 703.5731 14.0 703.5816 6.0 703.59 5.0 703.5985 5.0 703.6069 5.0 703.6154 1.0 703.6238 2.0 703.6407 1.0 703.6492 2.0 703.6576 4.0 703.6661 5.0 703.6746 6.0 703.683 6.0 703.6915 5.0 703.6999 1.0 703.7084 3.0 703.7168 1.0 703.7253 4.0 703.7337 4.0 703.7422 4.0 703.7506 13.0 703.7591 20.0 703.7675 10.0 703.776 2.0 703.7844 1.0 703.8098 5.0 703.8182 1.0 703.8267 3.0 703.8351 5.0 703.8436 10.0 703.8521 4.0 703.8605 1.0 703.869 7.0 703.8774 8.0 703.8859 8.0 703.8943 5.0 703.9028 13.0 703.9112 15.0 703.9197 11.0 703.9281 4.0 703.9366 1.0 703.9619 1.0 703.9704 1.0 703.9789 5.0 703.9873 5.0 703.9958 5.0 704.0042 8.0 704.0127 8.0 704.0296 2.0 704.0465 2.0 704.0549 4.0 704.0634 1.0 704.0719 3.0 704.0888 1.0 704.0972 1.0 704.1057 2.0 704.1141 1.0 704.131 2.0 704.1395 2.0 704.1479 1.0 704.1564 3.0 704.1649 1.0 704.1733 2.0 704.1818 5.0 704.1902 2.0 704.2071 2.0 704.2325 5.0 704.241 3.0 704.2494 1.0 704.2579 2.0 704.2663 10.0 704.2748 9.0 704.2832 2.0 704.3086 1.0 704.3171 1.0 704.3255 1.0 704.334 4.0 704.3424 6.0 704.3509 1.0 704.3593 9.0 704.3678 15.0 704.3762 4.0 704.3847 2.0 704.3932 8.0 704.4016 9.0 704.4101 5.0 704.4185 1.0 704.427 5.0 704.4354 6.0 704.4439 3.0 704.4524 2.0 704.4608 6.0 704.4693 7.0 704.4777 8.0 704.4862 8.0 704.4946 6.0 704.5031 3.0 704.5116 3.0 704.52 4.0 704.5285 7.0 704.5454 3.0 704.5538 4.0 704.5623 1.0 704.5792 2.0 704.5877 5.0 704.5961 4.0 704.6046 7.0 704.613 9.0 704.6215 9.0 704.63 10.0 704.6384 8.0 704.6469 7.0 704.6553 5.0 704.6638 7.0 704.6722 13.0 704.6807 3.0 704.6892 6.0 704.6976 12.0 704.7061 3.0 704.7145 3.0 704.723 5.0 704.7315 4.0 704.7399 3.0 704.7484 2.0 704.7568 2.0 704.7653 1.0 704.7737 5.0 704.7822 7.0 704.7907 1.0 704.7991 4.0 704.8076 4.0 704.816 7.0 704.8245 3.0 704.833 7.0 704.8414 4.0 704.8499 9.0 704.8583 1.0 704.8668 1.0 704.8753 1.0 704.8922 5.0 704.9006 2.0 704.9091 4.0 704.9175 5.0 704.926 7.0 704.9345 3.0 704.9429 4.0 704.9514 5.0 704.9598 2.0 704.9683 1.0 704.9768 2.0 704.9852 1.0 705.0021 3.0 705.0106 5.0 705.0191 4.0 705.0275 15.0 705.036 7.0 705.0444 1.0 705.0529 2.0 705.0698 2.0 705.0867 3.0 705.0952 1.0 705.1037 4.0 705.1206 2.0 705.1291 8.0 705.1375 2.0 705.1544 2.0 705.1629 1.0 705.1714 2.0 705.1798 2.0 705.1883 3.0 705.1967 3.0 705.2052 2.0 705.2137 1.0 705.2221 2.0 705.239 3.0 705.2644 1.0 705.2729 5.0 705.2814 6.0 705.2898 4.0 705.2983 1.0 705.3067 3.0 705.3152 3.0 705.3237 2.0 705.3321 2.0 705.3406 3.0 705.3575 1.0 705.366 1.0 705.3744 1.0 705.3829 5.0 705.3914 5.0 705.3998 3.0 705.4083 2.0 705.4252 4.0 705.4337 8.0 705.4421 8.0 705.4506 10.0 705.4591 4.0 705.4675 6.0 705.476 1.0 705.4845 3.0 705.4929 20.0 705.5014 11.0 705.5098 6.0 705.5183 10.0 705.5268 4.0 705.5437 3.0 705.5522 5.0 705.5606 7.0 705.5691 8.0 705.5775 5.0 705.586 2.0 705.5945 1.0 705.6029 5.0 705.6114 8.0 705.6199 10.0 705.6283 6.0 705.6368 4.0 705.6453 7.0 705.6537 6.0 705.6622 2.0 705.6706 1.0 705.6791 1.0 705.6876 2.0 705.696 2.0 705.7045 1.0 705.7214 1.0 705.7299 3.0 705.7384 4.0 705.7468 1.0 705.7553 1.0 705.7638 7.0 705.7722 11.0 705.7807 3.0 705.7892 2.0 705.7976 2.0 705.8061 8.0 705.8145 9.0 705.823 5.0 705.8315 1.0 705.8399 4.0 705.8484 3.0 705.8569 6.0 705.8653 3.0 705.8823 1.0 705.8907 2.0 705.8992 10.0 705.9077 10.0 705.9161 6.0 705.9246 3.0 705.9331 1.0 705.95 2.0 705.9585 6.0 705.9669 7.0 705.9754 3.0 705.9839 1.0 705.9923 1.0 706.0262 1.0 706.0347 1.0 706.0431 5.0 706.0516 1.0 706.06 3.0 706.0685 2.0 706.077 1.0 706.0854 5.0 706.0939 1.0 706.1024 1.0 706.1108 2.0 706.1193 5.0 706.1278 1.0 706.1362 1.0 706.1447 2.0 706.1532 3.0 706.1617 2.0 706.1701 4.0 706.1786 3.0 706.1871 2.0 706.1955 2.0 706.204 7.0 706.2125 1.0 706.2209 6.0 706.2294 2.0 706.2379 4.0 706.2463 4.0 706.2548 6.0 706.2633 5.0 706.2717 3.0 706.2887 8.0 706.2971 9.0 706.3056 6.0 706.3225 7.0 706.331 4.0 706.3395 3.0 706.3564 1.0 706.3649 7.0 706.3733 4.0 706.3818 1.0 706.3903 1.0 706.3987 3.0 706.4072 3.0 706.4157 3.0 706.4242 9.0 706.4326 9.0 706.4411 7.0 706.4496 3.0 706.458 4.0 706.4665 10.0 706.475 10.0 706.4834 2.0 706.4919 7.0 706.5004 6.0 706.5088 1.0 706.5173 1.0 706.5258 6.0 706.5342 6.0 706.5427 1.0 706.5512 5.0 706.5597 3.0 706.5681 1.0 706.5851 2.0 706.5935 7.0 706.602 6.0 706.6105 8.0 706.6274 3.0 706.6444 8.0 706.6528 3.0 706.6613 9.0 706.6698 7.0 706.6782 1.0 706.6867 2.0 706.6952 9.0 706.7036 4.0 706.7121 3.0 706.7206 9.0 706.7291 4.0 706.7375 5.0 706.746 7.0 706.7545 2.0 706.7629 12.0 706.7714 5.0 706.7799 1.0 706.7883 2.0 706.7968 1.0 706.8053 11.0 706.8138 3.0 706.8222 2.0 706.8307 7.0 706.8392 6.0 706.8476 1.0 706.8561 6.0 706.8646 8.0 706.8731 7.0 706.8815 2.0 706.89 3.0 706.8985 4.0 706.9069 7.0 706.9154 6.0 706.9239 9.0 706.9324 1.0 706.9408 2.0 706.9493 3.0 706.9662 2.0 706.9832 2.0 706.9917 5.0 707.0001 8.0 707.0086 9.0 707.0171 1.0 707.0256 1.0 707.034 4.0 707.0594 1.0 707.0679 4.0 707.0764 2.0 707.0849 6.0 707.0933 2.0 707.1018 1.0 707.1103 2.0 707.1187 2.0 707.1272 2.0 707.1442 3.0 707.1526 2.0 707.1611 2.0 707.1696 1.0 707.1781 2.0 707.1865 1.0 707.195 2.0 707.2035 4.0 707.2204 1.0 707.2289 1.0 707.2374 3.0 707.2458 1.0 707.2543 1.0 707.2628 3.0 707.2713 1.0 707.2797 2.0 707.2882 4.0 707.2967 2.0 707.3052 1.0 707.3136 1.0 707.3221 1.0 707.3306 5.0 707.3475 1.0 707.356 1.0 707.3645 1.0 707.373 6.0 707.3814 3.0 707.3984 3.0 707.4069 1.0 707.4238 3.0 707.4323 3.0 707.4408 8.0 707.4492 5.0 707.4577 17.0 707.4662 12.0 707.4747 19.0 707.4831 12.0 707.4916 4.0 707.5001 4.0 707.5086 15.0 707.517 19.0 707.5255 6.0 707.534 1.0 707.5425 1.0 707.5509 7.0 707.5594 8.0 707.5679 7.0 707.5764 9.0 707.5848 13.0 707.5933 14.0 707.6018 12.0 707.6187 3.0 707.6272 4.0 707.6357 3.0 707.6526 1.0 707.6611 1.0 707.6696 8.0 707.6781 5.0 707.7035 4.0 707.712 1.0 707.7204 4.0 707.7289 3.0 707.7374 2.0 707.7459 3.0 707.7544 5.0 707.7628 9.0 707.7713 8.0 707.7798 2.0 707.7883 6.0 707.7967 1.0 707.8052 1.0 707.8137 5.0 707.8222 10.0 707.8306 4.0 707.8391 15.0 707.8476 14.0 707.8561 2.0 707.8646 3.0 707.873 9.0 707.8815 11.0 707.89 3.0 707.8985 4.0 707.9069 7.0 707.9154 5.0 707.9324 2.0 707.9409 4.0 707.9493 1.0 707.9578 2.0 707.9748 5.0 707.9832 4.0 707.9917 2.0 708.0002 7.0 708.0087 4.0 708.0172 5.0 708.0256 2.0 708.0341 3.0 708.0511 2.0 708.068 3.0 708.0765 1.0 708.085 2.0 708.0935 1.0 708.1019 3.0 708.1104 2.0 708.1189 3.0 708.1274 7.0 708.1359 1.0 708.1443 3.0 708.1528 5.0 708.1613 2.0 708.1698 1.0 708.1782 3.0 708.1867 1.0 708.1952 1.0 708.2206 10.0 708.2291 3.0 708.2376 6.0 708.2461 6.0 708.2546 1.0 708.263 2.0 708.2715 4.0 708.28 5.0 708.2885 3.0 708.297 4.0 708.3054 1.0 708.3224 1.0 708.3309 3.0 708.3394 3.0 708.3478 2.0 708.3563 1.0 708.3648 1.0 708.3733 2.0 708.3818 3.0 708.3902 6.0 708.4072 2.0 708.4157 9.0 708.4242 5.0 708.4326 3.0 708.4411 2.0 708.4496 4.0 708.4581 2.0 708.4666 2.0 708.475 1.0 708.4835 11.0 708.492 15.0 708.5005 4.0 708.509 6.0 708.5175 7.0 708.5259 8.0 708.5344 3.0 708.5429 4.0 708.5514 9.0 708.5599 12.0 708.5683 3.0 708.5768 1.0 708.5853 2.0 708.6023 8.0 708.6108 6.0 708.6192 2.0 708.6277 3.0 708.6362 1.0 708.6447 2.0 708.6532 2.0 708.6616 1.0 708.6701 1.0 708.6786 3.0 708.6871 8.0 708.6956 1.0 708.7041 3.0 708.7125 1.0 708.721 2.0 708.7295 4.0 708.738 4.0 708.7465 2.0 708.7549 5.0 708.7634 2.0 708.7719 14.0 708.7804 12.0 708.7889 6.0 708.7974 2.0 708.8058 1.0 708.8143 3.0 708.8228 2.0 708.8313 1.0 708.8398 4.0 708.8483 1.0 708.8567 2.0 708.8652 2.0 708.8822 2.0 708.8907 1.0 708.8992 2.0 708.9076 4.0 708.9161 8.0 708.9246 4.0 708.9331 2.0 708.9416 1.0 708.9501 2.0 708.9585 3.0 708.967 4.0 708.9755 4.0 708.984 3.0 708.9925 1.0 709.001 2.0 709.0094 7.0 709.0179 4.0 709.0349 3.0 709.0434 8.0 709.0688 1.0 709.0773 3.0 709.0858 5.0 709.0943 4.0 709.1113 1.0 709.1197 3.0 709.1282 1.0 709.1367 3.0 709.1622 6.0 709.1707 2.0 709.1791 4.0 709.1876 1.0 709.2046 1.0 709.2131 1.0 709.2216 2.0 709.2301 3.0 709.247 3.0 709.2555 1.0 709.264 2.0 709.2725 1.0 709.281 2.0 709.2895 1.0 709.2979 4.0 709.3064 1.0 709.3149 3.0 709.3234 7.0 709.3319 8.0 709.3404 5.0 709.3489 9.0 709.3573 9.0 709.3658 2.0 709.3743 7.0 709.3828 11.0 709.3913 8.0 709.3998 4.0 709.4083 3.0 709.4167 10.0 709.4252 5.0 709.4337 6.0 709.4422 8.0 709.4507 15.0 709.4592 9.0 709.4677 11.0 709.4762 7.0 709.4846 4.0 709.4931 8.0 709.5016 4.0 709.5101 8.0 709.5186 10.0 709.5271 4.0 709.5441 4.0 709.5525 9.0 709.561 13.0 709.5695 5.0 709.578 11.0 709.5865 7.0 709.595 6.0 709.6035 4.0 709.612 1.0 709.6204 10.0 709.6289 9.0 709.6374 4.0 709.6544 4.0 709.6629 1.0 709.6714 2.0 709.6799 1.0 709.6883 1.0 709.6968 5.0 709.7053 3.0 709.7138 2.0 709.7308 2.0 709.7393 1.0 709.7478 1.0 709.7563 4.0 709.7647 2.0 709.7732 2.0 709.7817 1.0 709.7902 6.0 709.8072 7.0 709.8157 9.0 709.8242 11.0 709.8327 4.0 709.8411 1.0 709.8496 1.0 709.8581 3.0 709.8666 1.0 709.8751 7.0 709.8836 16.0 709.8921 9.0 709.9006 3.0 709.9175 2.0 709.926 2.0 709.9345 8.0 709.943 11.0 709.9515 1.0 709.96 3.0 709.9685 3.0 709.977 2.0 709.9855 7.0 709.994 3.0 710.0024 2.0 710.0109 1.0 710.0194 1.0 710.0279 1.0 710.0364 5.0 710.0449 8.0 710.0534 1.0 710.0619 1.0 710.0873 8.0 710.0958 3.0 710.1128 2.0 710.1213 2.0 710.1298 6.0 710.1383 3.0 710.1553 1.0 710.1638 3.0 710.1723 2.0 710.1892 1.0 710.2062 2.0 710.2232 3.0 710.2487 2.0 710.2572 1.0 710.2657 3.0 710.2742 1.0 710.2826 1.0 710.2911 2.0 710.3081 6.0 710.3166 1.0 710.3251 1.0 710.3336 1.0 710.3421 3.0 710.3506 6.0 710.3591 3.0 710.3676 6.0 710.3761 2.0 710.3846 1.0 710.393 2.0 710.4015 1.0 710.41 1.0 710.4185 6.0 710.427 5.0 710.4355 2.0 710.444 6.0 710.4525 16.0 710.461 11.0 710.4695 8.0 710.478 3.0 710.4865 8.0 710.495 14.0 710.5035 7.0 710.5119 7.0 710.5204 13.0 710.5289 9.0 710.5374 10.0 710.5459 5.0 710.5544 2.0 710.5629 3.0 710.5714 4.0 710.5799 8.0 710.5884 6.0 710.5969 1.0 710.6054 3.0 710.6139 18.0 710.6224 8.0 710.6309 8.0 710.6393 4.0 710.6478 4.0 710.6648 2.0 710.6733 3.0 710.6818 3.0 710.6903 4.0 710.6988 3.0 710.7073 5.0 710.7158 4.0 710.7243 10.0 710.7328 13.0 710.7413 2.0 710.7498 5.0 710.7583 2.0 710.7753 2.0 710.7838 1.0 710.7922 7.0 710.8007 1.0 710.8092 3.0 710.8177 3.0 710.8262 5.0 710.8347 5.0 710.8432 1.0 710.8517 5.0 710.8602 4.0 710.8687 1.0 710.8772 2.0 710.8857 10.0 710.8942 4.0 710.9027 6.0 710.9112 3.0 710.9197 5.0 710.9282 1.0 710.9452 1.0 710.9537 5.0 710.9622 5.0 710.9876 6.0 710.9961 6.0 711.0046 2.0 711.0131 1.0 711.0216 3.0 711.0301 7.0 711.0386 9.0 711.0471 1.0 711.0556 2.0 711.0641 2.0 711.0726 7.0 711.0811 6.0 711.0896 3.0 711.0981 1.0 711.1151 11.0 711.1236 4.0 711.1321 5.0 711.1491 2.0 711.1576 5.0 711.1661 3.0 711.1746 2.0 711.1831 4.0 711.1916 5.0 711.2001 3.0 711.2086 3.0 711.2171 1.0 711.2256 1.0 711.2341 6.0 711.2425 2.0 711.251 2.0 711.2595 2.0 711.268 1.0 711.2765 2.0 711.285 1.0 711.2935 4.0 711.302 13.0 711.3105 9.0 711.319 3.0 711.3275 2.0 711.336 2.0 711.3445 1.0 711.353 4.0 711.3615 6.0 711.37 5.0 711.3785 4.0 711.387 2.0 711.3955 6.0 711.404 1.0 711.4125 3.0 711.421 5.0 711.4295 2.0 711.438 3.0 711.4465 2.0 711.455 10.0 711.4635 17.0 711.472 10.0 711.4805 8.0 711.489 7.0 711.4975 6.0 711.506 7.0 711.5145 10.0 711.523 11.0 711.5315 19.0 711.54 6.0 711.5485 6.0 711.557 2.0 711.5655 1.0 711.574 5.0 711.5825 16.0 711.591 7.0 711.5995 9.0 711.608 2.0 711.6165 1.0 711.6335 3.0 711.642 8.0 711.6505 1.0 711.659 2.0 711.6675 1.0 711.676 1.0 711.6845 3.0 711.693 7.0 711.7015 1.0 711.71 1.0 711.7185 4.0 711.727 3.0 711.7355 3.0 711.744 1.0 711.7525 2.0 711.761 5.0 711.7695 10.0 711.778 6.0 711.7865 3.0 711.795 2.0 711.8035 1.0 711.812 3.0 711.8205 2.0 711.829 4.0 711.8375 1.0 711.846 4.0 711.8545 7.0 711.863 3.0 711.8885 2.0 711.897 4.0 711.9055 10.0 711.914 7.0 711.9225 3.0 711.931 4.0 711.9395 2.0 711.948 4.0 711.9565 1.0 711.965 6.0 711.9735 5.0 711.9905 3.0 711.999 8.0 712.0075 14.0 712.016 4.0 712.0245 1.0 712.033 5.0 712.0415 3.0 712.05 2.0 712.0586 3.0 712.0671 5.0 712.0756 8.0 712.0841 5.0 712.0926 1.0 712.1096 7.0 712.1181 3.0 712.1266 4.0 712.1351 1.0 712.1521 1.0 712.1606 1.0 712.1691 4.0 712.1776 6.0 712.1861 4.0 712.1946 1.0 712.2031 1.0 712.2116 1.0 712.2201 5.0 712.2286 7.0 712.2371 4.0 712.2456 1.0 712.2541 3.0 712.2626 5.0 712.2711 2.0 712.2796 2.0 712.2881 1.0 712.2966 4.0 712.3051 1.0 712.3136 3.0 712.3222 5.0 712.3307 4.0 712.3392 3.0 712.3477 1.0 712.3562 4.0 712.3647 4.0 712.3732 11.0 712.3817 8.0 712.3902 7.0 712.3987 6.0 712.4072 13.0 712.4157 12.0 712.4242 7.0 712.4327 4.0 712.4412 4.0 712.4497 6.0 712.4582 2.0 712.4667 21.0 712.4752 16.0 712.4837 5.0 712.4922 6.0 712.5007 9.0 712.5093 5.0 712.5178 4.0 712.5263 5.0 712.5348 9.0 712.5433 4.0 712.5518 7.0 712.5603 8.0 712.5688 5.0 712.5773 13.0 712.5858 3.0 712.5943 2.0 712.6028 1.0 712.6198 12.0 712.6283 10.0 712.6368 3.0 712.6538 6.0 712.6624 4.0 712.6709 5.0 712.6794 1.0 712.6879 2.0 712.6964 4.0 712.7049 11.0 712.7134 2.0 712.7219 2.0 712.7304 3.0 712.7389 5.0 712.7474 5.0 712.7644 1.0 712.7729 4.0 712.7814 4.0 712.79 5.0 712.7985 1.0 712.807 1.0 712.8155 1.0 712.824 1.0 712.8325 6.0 712.841 8.0 712.8495 8.0 712.858 2.0 712.8665 3.0 712.875 4.0 712.8835 13.0 712.892 7.0 712.9005 6.0 712.9091 10.0 712.9346 7.0 712.9431 14.0 712.9516 4.0 712.9601 2.0 712.9686 3.0 712.9771 2.0 712.9856 1.0 712.9941 2.0 713.0026 2.0 713.0111 1.0 713.0197 5.0 713.0282 1.0 713.0367 5.0 713.0452 5.0 713.0537 3.0 713.0622 3.0 713.0707 1.0 713.0877 2.0 713.0962 3.0 713.1047 4.0 713.1133 2.0 713.1303 6.0 713.1388 3.0 713.1473 1.0 713.1558 3.0 713.1728 4.0 713.1898 4.0 713.1983 6.0 713.2154 1.0 713.2239 1.0 713.2324 1.0 713.2494 4.0 713.2664 1.0 713.2749 1.0 713.2834 2.0 713.2919 5.0 713.3005 1.0 713.309 3.0 713.3175 2.0 713.326 5.0 713.3345 5.0 713.343 2.0 713.3515 3.0 713.36 1.0 713.3685 2.0 713.377 3.0 713.3856 2.0 713.3941 8.0 713.4026 6.0 713.4111 1.0 713.4196 6.0 713.4281 5.0 713.4366 3.0 713.4451 2.0 713.4536 5.0 713.4622 8.0 713.4707 11.0 713.4792 3.0 713.4877 10.0 713.4962 13.0 713.5047 7.0 713.5132 8.0 713.5217 17.0 713.5302 8.0 713.5388 3.0 713.5473 1.0 713.5643 3.0 713.5728 1.0 713.5813 2.0 713.5898 1.0 713.5983 6.0 713.6068 9.0 713.6154 9.0 713.6239 2.0 713.6409 3.0 713.6494 1.0 713.6579 4.0 713.6749 2.0 713.6835 4.0 713.692 3.0 713.709 2.0 713.7175 2.0 713.726 2.0 713.7345 3.0 713.743 3.0 713.7516 5.0 713.7601 2.0 713.7686 4.0 713.7771 1.0 713.7856 1.0 713.7941 1.0 713.8026 3.0 713.8111 4.0 713.8197 3.0 713.8282 9.0 713.8367 4.0 713.8452 12.0 713.8537 10.0 713.8622 3.0 713.8707 7.0 713.8792 1.0 713.8878 2.0 713.8963 2.0 713.9048 2.0 713.9133 3.0 713.9218 2.0 713.9303 2.0 713.9388 4.0 713.9474 1.0 713.9559 5.0 713.9644 2.0 713.9729 3.0 713.9814 4.0 713.9899 9.0 713.9984 3.0 714.007 6.0 714.0155 4.0 714.024 1.0 714.041 1.0 714.0495 3.0 714.058 2.0 714.0666 2.0 714.0751 2.0 714.0921 3.0 714.1006 6.0 714.1091 1.0 714.1176 4.0 714.1262 2.0 714.1347 1.0 714.1517 1.0 714.1602 2.0 714.1687 5.0 714.1772 6.0 714.1858 10.0 714.1943 14.0 714.2028 4.0 714.2113 2.0 714.2198 5.0 714.2283 2.0 714.2369 2.0 714.2454 5.0 714.2539 1.0 714.2624 1.0 714.2709 2.0 714.2794 1.0 714.2965 1.0 714.305 1.0 714.3135 9.0 714.322 2.0 714.339 2.0 714.3476 1.0 714.3561 3.0 714.3646 6.0 714.3731 4.0 714.3901 1.0 714.4072 1.0 714.4157 6.0 714.4242 8.0 714.4327 22.0 714.4412 11.0 714.4498 7.0 714.4583 5.0 714.4668 2.0 714.4753 12.0 714.4838 9.0 714.4923 1.0 714.5009 2.0 714.5094 10.0 714.5179 10.0 714.5264 3.0 714.5349 10.0 714.5434 7.0 714.552 5.0 714.5605 4.0 714.569 4.0 714.5775 5.0 714.586 5.0 714.5946 1.0 714.6031 6.0 714.6201 2.0 714.6286 1.0 714.6371 3.0 714.6457 3.0 714.6542 3.0 714.6627 4.0 714.6712 1.0 714.6797 2.0 714.6883 2.0 714.6968 3.0 714.7053 6.0 714.7138 3.0 714.7223 3.0 714.7308 2.0 714.7394 9.0 714.7479 8.0 714.7649 4.0 714.7734 5.0 714.782 1.0 714.7905 4.0 714.799 3.0 714.816 2.0 714.8246 1.0 714.8331 2.0 714.8416 8.0 714.8501 4.0 714.8671 5.0 714.8757 3.0 714.8842 8.0 714.8927 1.0 714.9012 1.0 714.9097 3.0 714.9183 1.0 714.9268 4.0 714.9438 3.0 714.9694 1.0 714.9779 2.0 714.9864 2.0 714.9949 5.0 715.012 9.0 715.0205 5.0 715.029 4.0 715.0546 3.0 715.0631 3.0 715.0716 1.0 715.0887 4.0 715.0972 1.0 715.1057 4.0 715.1142 3.0 715.1227 10.0 715.1313 10.0 715.1398 2.0 715.1483 2.0 715.1568 6.0 715.1824 1.0 715.1909 4.0 715.1994 8.0 715.208 5.0 715.2165 5.0 715.225 1.0 715.2335 3.0 715.2506 2.0 715.2591 3.0 715.2676 4.0 715.2761 5.0 715.2847 4.0 715.2932 3.0 715.3017 7.0 715.3102 9.0 715.3273 2.0 715.3358 1.0 715.3443 2.0 715.3528 1.0 715.3614 3.0 715.3784 6.0 715.3869 2.0 715.3954 3.0 715.404 2.0 715.4125 1.0 715.421 2.0 715.4295 2.0 715.4381 7.0 715.4466 1.0 715.4551 11.0 715.4636 12.0 715.4721 4.0 715.4807 5.0 715.4892 4.0 715.4977 15.0 715.5062 16.0 715.5148 9.0 715.5233 5.0 715.5318 8.0 715.5403 20.0 715.5489 11.0 715.5574 4.0 715.5659 8.0 715.5744 4.0 715.5829 8.0 715.5915 3.0 715.6 1.0 715.6085 7.0 715.617 7.0 715.6256 5.0 715.6341 8.0 715.6426 8.0 715.6511 2.0 715.6597 1.0 715.6682 3.0 715.6938 4.0 715.7023 7.0 715.7108 5.0 715.7193 1.0 715.7279 3.0 715.7364 7.0 715.7449 1.0 715.7534 1.0 715.762 9.0 715.7705 2.0 715.779 5.0 715.7875 8.0 715.7961 9.0 715.8046 11.0 715.8131 2.0 715.8216 2.0 715.8302 1.0 715.8387 1.0 715.8472 5.0 715.8557 2.0 715.8643 4.0 715.8728 1.0 715.8813 3.0 715.8898 1.0 715.8984 7.0 715.9154 3.0 715.9239 3.0 715.9325 4.0 715.9495 2.0 715.958 4.0 715.9666 1.0 715.9751 1.0 715.9836 6.0 715.9921 3.0 716.0092 4.0 716.0177 6.0 716.0262 3.0 716.0348 2.0 716.0433 5.0 716.0518 1.0 716.0603 2.0 716.0774 3.0 716.0859 8.0 716.0945 1.0 716.103 4.0 716.1115 2.0 716.12 5.0 716.1286 1.0 716.1371 2.0 716.1456 2.0 716.1541 4.0 716.1627 5.0 716.1712 5.0 716.1797 6.0 716.1883 2.0 716.1968 3.0 716.2053 2.0 716.2138 6.0 716.2309 3.0 716.2394 2.0 716.2479 2.0 716.265 5.0 716.2735 6.0 716.2821 4.0 716.2991 1.0 716.3076 5.0 716.3162 8.0 716.3247 5.0 716.3332 4.0 716.3418 1.0 716.3503 6.0 716.3588 2.0 716.3759 3.0 716.3844 10.0 716.3929 5.0 716.4014 3.0 716.41 2.0 716.427 5.0 716.4356 8.0 716.4526 4.0 716.4611 6.0 716.4697 4.0 716.4782 5.0 716.4867 3.0 716.4953 10.0 716.5038 10.0 716.5123 12.0 716.5209 1.0 716.5294 7.0 716.5379 11.0 716.5464 13.0 716.555 4.0 716.5635 4.0 716.572 3.0 716.5806 1.0 716.5891 3.0 716.5976 4.0 716.6061 1.0 716.6232 3.0 716.6317 2.0 716.6403 2.0 716.6573 2.0 716.6659 3.0 716.6744 3.0 716.6829 3.0 716.6914 7.0 716.7 6.0 716.7085 1.0 716.717 1.0 716.7341 3.0 716.7426 7.0 716.7512 5.0 716.7597 3.0 716.7682 1.0 716.7768 3.0 716.7853 1.0 716.7938 2.0 716.8023 5.0 716.8109 7.0 716.8194 2.0 716.8279 3.0 716.8365 4.0 716.8535 2.0 716.8706 1.0 716.8791 1.0 716.8962 2.0 716.9047 5.0 716.9132 4.0 716.9218 5.0 716.9303 7.0 716.9474 3.0 716.9559 2.0 716.9644 1.0 716.973 8.0 716.9815 8.0 716.99 7.0 716.9986 3.0 717.0071 5.0 717.0242 3.0 717.0327 2.0 717.0412 3.0 717.0583 2.0 717.0668 6.0 717.0754 3.0 717.0839 4.0 717.0924 3.0 717.101 4.0 717.1095 5.0 717.118 2.0 717.1266 3.0 717.1351 3.0 717.1522 2.0 717.1607 5.0 717.1692 1.0 717.1863 8.0 717.1948 3.0 717.2119 5.0 717.2204 5.0 717.229 3.0 717.2375 11.0 717.246 6.0 717.2631 2.0 717.2716 2.0 717.2802 6.0 717.2887 11.0 717.2972 9.0 717.3058 3.0 717.3143 2.0 717.3314 5.0 717.3399 1.0 717.3484 2.0 717.357 2.0 717.3655 1.0 717.374 2.0 717.3826 3.0 717.3911 2.0 717.4167 5.0 717.4252 8.0 717.4338 1.0 717.4423 3.0 717.4508 4.0 717.4594 5.0 717.4679 2.0 717.4764 10.0 717.485 11.0 717.4935 12.0 717.502 17.0 717.5106 8.0 717.5191 4.0 717.5277 8.0 717.5362 9.0 717.5447 6.0 717.5533 4.0 717.5618 3.0 717.5703 3.0 717.5789 8.0 717.5874 5.0 717.5959 10.0 717.6045 3.0 717.613 4.0 717.6215 3.0 717.6301 2.0 717.6386 12.0 717.6472 9.0 717.6557 1.0 717.6642 1.0 717.6728 2.0 717.6898 2.0 717.7154 4.0 717.724 1.0 717.7325 2.0 717.7411 7.0 717.7581 5.0 717.7667 5.0 717.7752 4.0 717.7837 9.0 717.7923 7.0 717.8008 4.0 717.8093 5.0 717.8179 6.0 717.8264 7.0 717.835 7.0 717.8435 7.0 717.852 7.0 717.8606 10.0 717.8691 7.0 717.8776 16.0 717.8862 15.0 717.8947 4.0 717.9033 2.0 717.9118 1.0 717.9203 6.0 717.9289 2.0 717.9374 3.0 717.963 2.0 717.9716 5.0 717.9801 15.0 717.9886 9.0 717.9972 1.0 718.0057 1.0 718.0142 2.0 718.0228 2.0 718.0313 2.0 718.0399 12.0 718.0484 4.0 718.0569 2.0 718.0655 1.0 718.074 2.0 718.0826 1.0 718.0911 2.0 718.0996 5.0 718.1082 9.0 718.1167 2.0 718.1252 1.0 718.1338 2.0 718.1423 3.0 718.1594 1.0 718.1679 1.0 718.1765 3.0 718.1936 2.0 718.2021 2.0 718.2106 1.0 718.2192 3.0 718.2277 1.0 718.2363 1.0 718.2448 4.0 718.2619 1.0 718.2875 2.0 718.296 2.0 718.3046 4.0 718.3131 4.0 718.3217 3.0 718.3302 2.0 718.3387 3.0 718.3473 1.0 718.3558 1.0 718.3644 2.0 718.3729 6.0 718.3814 1.0 718.39 2.0 718.3985 14.0 718.4071 10.0 718.4156 2.0 718.4241 5.0 718.4327 5.0 718.4412 3.0 718.4498 8.0 718.4583 2.0 718.4668 1.0 718.4754 2.0 718.4925 14.0 718.501 11.0 718.5095 3.0 718.5181 11.0 718.5266 11.0 718.5352 2.0 718.5437 2.0 718.5522 7.0 718.5608 2.0 718.5693 9.0 718.5779 12.0 718.5864 3.0 718.595 4.0 718.6035 1.0 718.612 4.0 718.6206 3.0 718.6291 2.0 718.6377 3.0 718.6547 3.0 718.6633 10.0 718.6718 7.0 718.6804 8.0 718.6889 9.0 718.6975 9.0 718.706 7.0 718.7145 14.0 718.7231 7.0 718.7316 2.0 718.7402 2.0 718.7487 8.0 718.7658 3.0 718.7743 2.0 718.7829 3.0 718.7914 1.0 718.8 2.0 718.8085 1.0 718.8171 2.0 718.8256 1.0 718.8341 3.0 718.8427 2.0 718.8512 9.0 718.8598 6.0 718.8683 2.0 718.8769 1.0 718.8854 1.0 718.8939 4.0 718.9025 8.0 718.911 6.0 718.9196 8.0 718.9281 1.0 718.9367 2.0 718.9452 2.0 718.9537 14.0 718.9623 10.0 718.9708 2.0 718.9794 5.0 718.9879 12.0 718.9965 17.0 719.005 4.0 719.0136 1.0 719.0306 2.0 719.0477 2.0 719.0563 6.0 719.0648 2.0 719.0734 3.0 719.099 1.0 719.1161 2.0 719.1246 5.0 719.1332 2.0 719.1417 8.0 719.1503 2.0 719.1759 1.0 719.1844 1.0 719.193 1.0 719.2015 2.0 719.2101 2.0 719.2186 12.0 719.2272 5.0 719.2357 5.0 719.2443 1.0 719.2528 3.0 719.2614 3.0 719.2784 1.0 719.287 1.0 719.2955 8.0 719.3041 6.0 719.3126 10.0 719.3212 10.0 719.3297 7.0 719.3383 6.0 719.3468 2.0 719.3554 4.0 719.3639 2.0 719.3725 2.0 719.381 1.0 719.3895 1.0 719.3981 3.0 719.4066 7.0 719.4152 1.0 719.4237 4.0 719.4323 1.0 719.4408 3.0 719.4494 6.0 719.4579 12.0 719.4665 11.0 719.475 6.0 719.4836 4.0 719.4921 2.0 719.5007 5.0 719.5092 14.0 719.5177 8.0 719.5263 6.0 719.5348 1.0 719.5434 8.0 719.5519 11.0 719.5605 10.0 719.569 2.0 719.5861 2.0 719.5947 2.0 719.6032 5.0 719.6118 2.0 719.6203 5.0 719.6289 2.0 719.6374 9.0 719.646 7.0 719.6545 3.0 719.6631 4.0 719.6716 1.0 719.6802 2.0 719.6887 2.0 719.6972 5.0 719.7058 1.0 719.7229 3.0 719.7314 6.0 719.74 1.0 719.7485 4.0 719.7571 9.0 719.7656 3.0 719.7742 3.0 719.7827 2.0 719.7913 5.0 719.7998 5.0 719.8084 1.0 719.8169 2.0 719.834 2.0 719.8426 11.0 719.8511 12.0 719.8597 14.0 719.8682 25.0 719.8768 9.0 719.8853 5.0 719.9024 2.0 719.911 1.0 719.9195 3.0 719.9281 1.0 719.9452 3.0 719.9537 3.0 719.9623 6.0 719.9708 5.0 719.9794 3.0 719.9879 4.0 719.9965 6.0 720.005 5.0 720.0136 6.0 720.0221 4.0 720.0307 6.0 720.0392 5.0 720.0478 1.0 720.0563 6.0 720.0649 5.0 720.0734 2.0 720.0991 2.0 720.1076 5.0 720.1333 1.0 720.1418 5.0 720.1504 5.0 720.1589 4.0 720.1675 4.0 720.176 3.0 720.1846 1.0 720.1931 4.0 720.2017 5.0 720.2102 4.0 720.2188 6.0 720.2273 3.0 720.2359 7.0 720.2444 6.0 720.253 2.0 720.2615 2.0 720.2786 6.0 720.2872 6.0 720.2957 2.0 720.3043 1.0 720.3128 4.0 720.3214 4.0 720.33 7.0 720.3385 2.0 720.3471 1.0 720.3642 3.0 720.3727 8.0 720.3813 5.0 720.3898 1.0 720.4155 3.0 720.424 17.0 720.4326 13.0 720.4411 7.0 720.4582 2.0 720.4668 3.0 720.4753 2.0 720.4839 4.0 720.4924 5.0 720.501 4.0 720.5096 4.0 720.5181 1.0 720.5267 5.0 720.5352 4.0 720.5438 4.0 720.5523 8.0 720.5609 1.0 720.5694 4.0 720.578 3.0 720.5865 4.0 720.5951 2.0 720.6036 4.0 720.6122 5.0 720.6207 8.0 720.6293 7.0 720.6379 18.0 720.6464 16.0 720.655 11.0 720.6635 4.0 720.6721 1.0 720.6806 3.0 720.6892 1.0 720.6977 3.0 720.7063 3.0 720.7148 3.0 720.732 1.0 720.7405 1.0 720.7576 2.0 720.7662 7.0 720.7747 1.0 720.7833 9.0 720.7918 10.0 720.8004 10.0 720.8089 5.0 720.8175 3.0 720.8261 4.0 720.8346 6.0 720.8432 7.0 720.8517 5.0 720.8603 6.0 720.8688 13.0 720.8774 4.0 720.8859 2.0 720.8945 1.0 720.9116 4.0 720.9202 5.0 720.9373 6.0 720.9458 3.0 720.9544 1.0 720.9629 3.0 720.9715 3.0 720.98 1.0 720.9972 2.0 721.0057 2.0 721.0143 3.0 721.0228 3.0 721.0314 5.0 721.0399 1.0 721.0485 1.0 721.0571 2.0 721.0742 2.0 721.0827 10.0 721.0913 8.0 721.0998 5.0 721.1169 3.0 721.1255 2.0 721.1341 3.0 721.1512 1.0 721.1597 2.0 721.1683 3.0 721.1854 1.0 721.194 7.0 721.2025 3.0 721.2111 2.0 721.2196 3.0 721.2282 4.0 721.2367 2.0 721.2539 2.0 721.2795 2.0 721.2966 1.0 721.3052 2.0 721.3138 1.0 721.3223 2.0 721.3309 1.0 721.348 1.0 721.3566 1.0 721.3651 2.0 721.3737 2.0 721.3822 1.0 721.3993 1.0 721.4079 2.0 721.4165 6.0 721.425 7.0 721.4336 2.0 721.4421 5.0 721.4507 4.0 721.4593 7.0 721.4678 14.0 721.4764 10.0 721.4849 3.0 721.4935 6.0 721.502 16.0 721.5106 24.0 721.5192 15.0 721.5277 11.0 721.5363 19.0 721.5448 11.0 721.5534 19.0 721.562 9.0 721.5705 3.0 721.5791 2.0 721.5876 3.0 721.5962 2.0 721.6048 12.0 721.6133 3.0 721.6219 1.0 721.6304 10.0 721.639 9.0 721.6476 4.0 721.6561 2.0 721.6647 1.0 721.6732 2.0 721.6818 2.0 721.6904 4.0 721.6989 4.0 721.7075 5.0 721.716 3.0 721.7246 1.0 721.7332 11.0 721.7417 5.0 721.7503 4.0 721.7674 3.0 721.776 1.0 721.7845 1.0 721.7931 5.0 721.8016 1.0 721.8102 3.0 721.8188 2.0 721.8273 5.0 721.8359 3.0 721.8444 1.0 721.853 10.0 721.8616 8.0 721.8701 1.0 721.8873 3.0 721.8958 6.0 721.9044 3.0 721.9129 2.0 721.9215 4.0 721.9301 13.0 721.9386 5.0 721.9472 7.0 721.9557 11.0 721.9643 11.0 721.9729 11.0 721.9814 2.0 721.99 2.0 721.9986 6.0 722.0071 7.0 722.0157 4.0 722.0242 3.0 722.0328 1.0 722.0414 2.0 722.0499 6.0 722.0585 3.0 722.0671 1.0 722.0756 5.0 722.0842 4.0 722.0927 8.0 722.1013 4.0 722.1099 3.0 722.1184 1.0 722.127 3.0 722.1356 2.0 722.1441 3.0 722.1612 2.0 722.1698 5.0 722.1784 4.0 722.1869 4.0 722.1955 8.0 722.2041 2.0 722.2126 2.0 722.2212 3.0 722.2297 2.0 722.2383 1.0 722.264 3.0 722.2811 2.0 722.2897 3.0 722.3068 3.0 722.3154 5.0 722.3239 1.0 722.3325 1.0 722.3411 9.0 722.3496 3.0 722.3668 3.0 722.3753 7.0 722.3839 5.0 722.3925 2.0 722.401 3.0 722.4096 1.0 722.4181 1.0 722.4267 5.0 722.4353 1.0 722.4438 1.0 722.4524 2.0 722.461 3.0 722.4695 2.0 722.4781 4.0 722.4867 5.0 722.4952 17.0 722.5038 7.0 722.5124 3.0 722.5209 11.0 722.5295 7.0 722.5381 6.0 722.5466 11.0 722.5552 6.0 722.5638 9.0 722.5723 9.0 722.5809 6.0 722.5894 5.0 722.598 13.0 722.6066 8.0 722.6151 8.0 722.6237 4.0 722.6323 6.0 722.6408 4.0 722.6494 4.0 722.658 1.0 722.6665 1.0 722.6751 2.0 722.6922 2.0 722.7008 2.0 722.7179 1.0 722.7265 1.0 722.7351 2.0 722.7436 9.0 722.7522 8.0 722.7608 5.0 722.7779 6.0 722.7865 1.0 722.795 5.0 722.8036 7.0 722.8122 9.0 722.8207 2.0 722.8293 3.0 722.8379 2.0 722.8464 4.0 722.855 9.0 722.8721 4.0 722.8807 6.0 722.8893 3.0 722.8978 1.0 722.9064 1.0 722.915 3.0 722.9235 1.0 722.9321 3.0 722.9407 3.0 722.9492 3.0 722.9578 3.0 722.9664 3.0 722.9835 3.0 722.9921 11.0 723.0006 1.0 723.0178 3.0 723.0349 3.0 723.0435 4.0 723.0521 3.0 723.0778 1.0 723.0863 2.0 723.0949 1.0 723.1035 4.0 723.112 1.0 723.1206 9.0 723.1292 2.0 723.1377 1.0 723.1463 1.0 723.1549 5.0 723.1634 2.0 723.172 3.0 723.1806 5.0 723.1892 12.0 723.1977 2.0 723.2149 2.0 723.2234 1.0 723.232 1.0 723.2491 3.0 723.2577 2.0 723.2663 1.0 723.2748 8.0 723.2834 5.0 723.292 7.0 723.3006 2.0 723.3091 1.0 723.3177 1.0 723.3263 4.0 723.3348 1.0 723.3434 7.0 723.352 8.0 723.3605 5.0 723.3691 2.0 723.3777 5.0 723.3863 2.0 723.3948 1.0 723.4034 6.0 723.412 5.0 723.4205 7.0 723.4291 4.0 723.4377 7.0 723.4462 2.0 723.4548 14.0 723.4634 6.0 723.472 6.0 723.4805 2.0 723.4891 1.0 723.4977 2.0 723.5062 16.0 723.5148 7.0 723.5234 5.0 723.532 5.0 723.5405 9.0 723.5491 5.0 723.5577 1.0 723.5662 6.0 723.5748 6.0 723.5834 4.0 723.592 8.0 723.6005 11.0 723.6091 7.0 723.6177 2.0 723.6262 2.0 723.6348 3.0 723.652 6.0 723.6605 9.0 723.6691 3.0 723.6777 1.0 723.6862 7.0 723.6948 1.0 723.7034 2.0 723.712 1.0 723.7291 3.0 723.7377 2.0 723.7462 6.0 723.7548 8.0 723.7634 4.0 723.772 4.0 723.7805 3.0 723.7891 3.0 723.7977 5.0 723.8063 4.0 723.8148 6.0 723.8234 10.0 723.832 7.0 723.8405 3.0 723.8491 4.0 723.8577 6.0 723.8663 3.0 723.8748 3.0 723.8834 7.0 723.892 10.0 723.9006 1.0 723.9091 2.0 723.9177 5.0 723.9263 4.0 723.9348 8.0 723.9434 10.0 723.952 4.0 723.9606 4.0 723.9777 3.0 723.9863 2.0 723.9949 2.0 724.012 4.0 724.0206 5.0 724.0292 2.0 724.0463 7.0 724.0549 13.0 724.0635 3.0 724.072 5.0 724.0806 2.0 724.0892 2.0 724.0978 4.0 724.1063 6.0 724.1149 4.0 724.1235 3.0 724.1406 2.0 724.1492 3.0 724.1578 4.0 724.1835 2.0 724.1921 5.0 724.2006 8.0 724.2092 6.0 724.2178 8.0 724.2264 1.0 724.235 2.0 724.2435 3.0 724.2521 2.0 724.2607 2.0 724.2693 1.0 724.2778 2.0 724.2864 1.0 724.295 5.0 724.3036 4.0 724.3207 2.0 724.3293 1.0 724.3379 2.0 724.3464 2.0 724.355 1.0 724.3636 5.0 724.3722 5.0 724.3807 4.0 724.3893 2.0 724.3979 13.0 724.4065 5.0 724.415 6.0 724.4236 4.0 724.4322 1.0 724.4408 3.0 724.4493 5.0 724.4579 26.0 724.4665 13.0 724.4751 13.0 724.4837 11.0 724.4922 9.0 724.5008 9.0 724.5094 4.0 724.518 1.0 724.5265 2.0 724.5351 4.0 724.5437 4.0 724.5523 4.0 724.5608 5.0 724.5694 6.0 724.578 6.0 724.5866 9.0 724.5952 9.0 724.6037 5.0 724.6123 3.0 724.6209 1.0 724.6295 4.0 724.638 5.0 724.6466 6.0 724.6552 7.0 724.6638 1.0 724.6724 2.0 724.6809 1.0 724.6895 5.0 724.6981 4.0 724.7067 4.0 724.7152 2.0 724.7238 4.0 724.7324 2.0 724.741 3.0 724.7496 8.0 724.7581 2.0 724.7753 5.0 724.7839 7.0 724.7924 5.0 724.801 1.0 724.8096 5.0 724.8182 1.0 724.8268 5.0 724.8353 4.0 724.8439 11.0 724.8525 10.0 724.8611 3.0 724.8697 6.0 724.8782 2.0 724.8868 1.0 724.8954 1.0 724.904 6.0 724.9126 6.0 724.9211 5.0 724.9297 2.0 724.9383 8.0 724.9469 11.0 724.9554 4.0 724.964 3.0 724.9812 2.0 724.9983 5.0 725.0069 8.0 725.0155 4.0 725.0241 11.0 725.0327 1.0 725.0412 3.0 725.0584 1.0 725.067 7.0 725.0756 3.0 725.0841 1.0 725.1013 2.0 725.1099 2.0 725.1185 3.0 725.127 3.0 725.1356 3.0 725.1442 1.0 725.1528 3.0 725.1614 2.0 725.17 7.0 725.1785 11.0 725.1871 9.0 725.1957 2.0 725.2043 11.0 725.2129 5.0 725.2214 12.0 725.23 10.0 725.2386 5.0 725.2472 2.0 725.2558 1.0 725.2643 2.0 725.2729 2.0 725.2815 2.0 725.2901 1.0 725.2987 3.0 725.3073 2.0 725.3244 4.0 725.333 3.0 725.3416 3.0 725.3587 5.0 725.3673 2.0 725.3931 5.0 725.4017 3.0 725.4102 14.0 725.4188 7.0 725.4274 3.0 725.436 2.0 725.4446 6.0 725.4531 8.0 725.4617 5.0 725.4703 2.0 725.4789 1.0 725.4961 2.0 725.5046 5.0 725.5132 2.0 725.5218 3.0 725.5304 1.0 725.539 5.0 725.5476 5.0 725.5561 5.0 725.5647 5.0 725.5733 15.0 725.5819 6.0 725.5905 8.0 725.5991 11.0 725.6162 4.0 725.6248 17.0 725.6334 22.0 725.642 16.0 725.6506 14.0 725.6591 6.0 725.6677 1.0 725.6763 1.0 725.6849 3.0 725.6935 5.0 725.7021 5.0 725.7106 2.0 725.7192 2.0 725.7278 8.0 725.7364 4.0 725.745 3.0 725.7536 4.0 725.7621 7.0 725.7707 13.0 725.7793 7.0 725.7879 8.0 725.7965 6.0 725.8051 5.0 725.8137 2.0 725.8222 2.0 725.8308 2.0 725.8394 2.0 725.848 3.0 725.8652 3.0 725.8737 8.0 725.8823 1.0 725.8909 1.0 725.8995 1.0 725.9167 4.0 725.9253 7.0 725.9338 4.0 725.9424 6.0 725.951 4.0 725.9596 7.0 725.9682 3.0 725.9854 3.0 725.9939 3.0 726.0025 13.0 726.0111 4.0 726.0197 5.0 726.0283 2.0 726.0369 3.0 726.0455 1.0 726.054 3.0 726.0626 7.0 726.0712 1.0 726.0798 2.0 726.0884 7.0 726.097 6.0 726.1056 10.0 726.1141 3.0 726.1227 3.0 726.1313 9.0 726.1399 5.0 726.1485 3.0 726.1571 4.0 726.1657 7.0 726.1743 5.0 726.2 4.0 726.2172 3.0 726.2258 9.0 726.2344 2.0 726.2429 2.0 726.2515 2.0 726.2601 3.0 726.2687 2.0 726.2773 1.0 726.2859 2.0 726.3031 2.0 726.3116 1.0 726.3202 2.0 726.3288 2.0 726.3374 1.0 726.3546 1.0 726.3632 3.0 726.3718 4.0 726.3804 3.0 726.3889 11.0 726.3975 3.0 726.4061 1.0 726.4405 1.0 726.4576 4.0 726.4662 2.0 726.4748 4.0 726.4834 3.0 726.5006 2.0 726.5092 2.0 726.5178 1.0 726.5264 5.0 726.5349 12.0 726.5435 6.0 726.5521 12.0 726.5607 4.0 726.5693 12.0 726.5779 6.0 726.5865 22.0 726.5951 14.0 726.6037 3.0 726.6122 2.0 726.6208 2.0 726.6294 1.0 726.638 6.0 726.6466 6.0 726.6552 4.0 726.6638 2.0 726.6724 1.0 726.681 14.0 726.6896 14.0 726.6981 9.0 726.7067 5.0 726.7153 1.0 726.7239 3.0 726.7325 3.0 726.7411 2.0 726.7497 7.0 726.7583 3.0 726.7669 3.0 726.784 1.0 726.7926 4.0 726.8012 2.0 726.8098 2.0 726.8184 6.0 726.827 5.0 726.8356 6.0 726.8442 7.0 726.8528 5.0 726.8614 3.0 726.8699 3.0 726.8785 1.0 726.8871 3.0 726.8957 3.0 726.9129 1.0 726.9215 1.0 726.9301 4.0 726.9387 3.0 726.9645 1.0 726.973 1.0 726.9988 1.0 727.0074 2.0 727.016 3.0 727.0246 8.0 727.0332 5.0 727.0418 5.0 727.0504 1.0 727.059 3.0 727.0676 3.0 727.0761 2.0 727.0847 1.0 727.0933 4.0 727.1019 7.0 727.1105 2.0 727.1191 2.0 727.1277 1.0 727.1621 1.0 727.1707 6.0 727.1878 1.0 727.205 1.0 727.2136 14.0 727.2308 1.0 727.2394 1.0 727.248 2.0 727.2652 4.0 727.2738 6.0 727.2824 1.0 727.291 1.0 727.2996 2.0 727.3082 1.0 727.3167 2.0 727.3253 1.0 727.3339 2.0 727.3425 4.0 727.3511 5.0 727.3769 1.0 727.3855 6.0 727.3941 6.0 727.4027 10.0 727.4113 2.0 727.4199 4.0 727.4285 5.0 727.4371 8.0 727.4457 1.0 727.4542 3.0 727.4628 1.0 727.4714 1.0 727.48 3.0 727.4886 2.0 727.4972 1.0 727.5058 6.0 727.5144 9.0 727.523 7.0 727.5316 7.0 727.5402 4.0 727.5488 10.0 727.5574 4.0 727.566 4.0 727.5746 4.0 727.5832 2.0 727.5918 5.0 727.6004 1.0 727.609 4.0 727.6175 1.0 727.6261 6.0 727.6347 11.0 727.6433 7.0 727.6519 5.0 727.6605 3.0 727.6777 2.0 727.6863 8.0 727.6949 3.0 727.7035 4.0 727.7121 4.0 727.7207 6.0 727.7293 2.0 727.7379 1.0 727.7465 5.0 727.7551 6.0 727.7637 2.0 727.7723 5.0 727.7809 4.0 727.7895 3.0 727.7981 7.0 727.8153 6.0 727.8239 4.0 727.8324 6.0 727.841 1.0 727.8496 8.0 727.8582 6.0 727.8668 6.0 727.8754 3.0 727.884 1.0 727.9012 3.0 727.9098 9.0 727.9184 4.0 727.927 17.0 727.9356 3.0 727.9442 1.0 727.9528 2.0 727.97 7.0 727.9786 10.0 727.9872 11.0 727.9958 6.0 728.0044 2.0 728.0216 7.0 728.0302 3.0 728.0388 4.0 728.0474 7.0 728.056 5.0 728.0646 2.0 728.0732 3.0 728.0818 2.0 728.099 2.0 728.1076 1.0 728.1162 1.0 728.1248 3.0 728.1334 10.0 728.142 3.0 728.1592 4.0 728.1678 11.0 728.1764 9.0 728.185 2.0 728.1936 4.0 728.2021 5.0 728.2107 6.0 728.2365 1.0 728.2451 3.0 728.2537 3.0 728.2623 3.0 728.2709 2.0 728.2795 3.0 728.2881 3.0 728.2967 4.0 728.3053 6.0 728.3311 2.0 728.3397 2.0 728.3483 2.0 728.3569 3.0 728.3655 3.0 728.3741 8.0 728.3827 5.0 728.3913 2.0 728.4085 6.0 728.4171 8.0 728.4257 4.0 728.4343 4.0 728.4429 2.0 728.4515 6.0 728.4601 9.0 728.4687 7.0 728.4773 2.0 728.4945 13.0 728.5031 7.0 728.5117 1.0 728.5203 4.0 728.5289 5.0 728.5375 13.0 728.5461 2.0 728.5547 2.0 728.5633 3.0 728.5719 2.0 728.5805 8.0 728.5891 4.0 728.5977 2.0 728.6063 6.0 728.6149 2.0 728.6236 7.0 728.6322 2.0 728.6408 2.0 728.6494 3.0 728.658 2.0 728.6666 2.0 728.6752 1.0 728.6838 3.0 728.6924 9.0 728.701 6.0 728.7096 3.0 728.7182 3.0 728.7268 4.0 728.7354 4.0 728.744 3.0 728.7526 6.0 728.7612 4.0 728.7698 1.0 728.7784 4.0 728.787 9.0 728.7956 2.0 728.8042 2.0 728.8128 2.0 728.8214 1.0 728.83 6.0 728.8386 3.0 728.8472 7.0 728.8558 4.0 728.8644 5.0 728.873 4.0 728.8816 1.0 728.8902 1.0 728.8988 2.0 728.9074 3.0 728.916 2.0 728.9246 4.0 728.9332 2.0 728.9418 3.0 728.9504 2.0 728.959 1.0 728.9676 1.0 728.9762 10.0 728.9849 3.0 728.9935 1.0 729.0021 2.0 729.0107 1.0 729.0279 2.0 729.0365 5.0 729.0537 2.0 729.0623 4.0 729.0709 4.0 729.0881 1.0 729.1053 3.0 729.1139 8.0 729.1225 3.0 729.1311 2.0 729.1397 12.0 729.1483 10.0 729.1569 6.0 729.1655 6.0 729.1741 2.0 729.1827 3.0 729.1913 4.0 729.2086 6.0 729.2172 4.0 729.2258 3.0 729.2344 1.0 729.243 1.0 729.2516 1.0 729.2602 1.0 729.2688 1.0 729.2774 1.0 729.286 1.0 729.2946 2.0 729.3032 6.0 729.3204 1.0 729.329 5.0 729.3376 1.0 729.3462 3.0 729.3548 2.0 729.3635 3.0 729.3807 1.0 729.3893 1.0 729.4065 1.0 729.4151 1.0 729.4237 7.0 729.4409 3.0 729.4495 4.0 729.4667 1.0 729.4753 2.0 729.4839 4.0 729.4925 2.0 729.5011 3.0 729.5098 8.0 729.5184 1.0 729.527 7.0 729.5356 9.0 729.5442 10.0 729.5528 4.0 729.5614 1.0 729.57 1.0 729.5786 1.0 729.5872 1.0 729.5958 5.0 729.6044 9.0 729.613 1.0 729.6216 1.0 729.6303 1.0 729.6389 3.0 729.6475 6.0 729.6561 3.0 729.6733 1.0 729.6819 2.0 729.6905 1.0 729.7077 3.0 729.7163 4.0 729.7249 3.0 729.7335 4.0 729.7422 13.0 729.7508 3.0 729.7594 7.0 729.768 4.0 729.7766 2.0 729.7852 2.0 729.7938 1.0 729.8024 2.0 729.811 3.0 729.8196 4.0 729.8282 3.0 729.8368 2.0 729.8454 1.0 729.8541 5.0 729.8627 5.0 729.8713 5.0 729.8799 9.0 729.8885 6.0 729.8971 5.0 729.9057 4.0 729.9143 3.0 729.9229 3.0 729.9401 6.0 729.9488 7.0 729.9574 8.0 729.966 3.0 729.9746 2.0 729.9832 1.0 729.9918 2.0 730.0004 5.0 730.009 3.0 730.0176 1.0 730.0262 2.0 730.0348 10.0 730.0435 7.0 730.0521 2.0 730.0607 5.0 730.0693 4.0 730.0779 3.0 730.0865 3.0 730.0951 1.0 730.1037 3.0 730.1296 4.0 730.1382 2.0 730.1468 3.0 730.1554 2.0 730.1726 2.0 730.1898 4.0 730.2157 3.0 730.2243 2.0 730.2329 4.0 730.2415 3.0 730.2501 2.0 730.2587 1.0 730.2673 6.0 730.2759 6.0 730.2846 8.0 730.2932 2.0 730.3018 1.0 730.3104 3.0 730.319 5.0 730.3276 1.0 730.3362 1.0 730.3448 5.0 730.3534 5.0 730.3621 3.0 730.3707 1.0 730.3793 2.0 730.3879 6.0 730.3965 7.0 730.4051 12.0 730.4137 2.0 730.4223 8.0 730.4309 9.0 730.4396 7.0 730.4482 3.0 730.4568 8.0 730.4654 19.0 730.474 8.0 730.4826 3.0 730.4912 4.0 730.4998 3.0 730.5085 3.0 730.5171 4.0 730.5257 5.0 730.5343 5.0 730.5429 3.0 730.5515 3.0 730.5601 8.0 730.5687 13.0 730.5774 8.0 730.586 4.0 730.5946 3.0 730.6032 8.0 730.6118 2.0 730.6204 8.0 730.629 3.0 730.6463 1.0 730.6635 1.0 730.6721 3.0 730.6807 11.0 730.6893 14.0 730.6979 2.0 730.7066 6.0 730.7152 6.0 730.7238 5.0 730.7324 5.0 730.741 7.0 730.7496 1.0 730.7582 6.0 730.7669 1.0 730.7755 2.0 730.7841 5.0 730.7927 5.0 730.8013 3.0 730.8099 6.0 730.8185 8.0 730.8272 5.0 730.8358 8.0 730.8444 1.0 730.853 2.0 730.8616 3.0 730.8702 4.0 730.8788 3.0 730.8875 5.0 730.8961 8.0 730.9047 2.0 730.9133 1.0 730.9219 2.0 730.9305 12.0 730.9391 10.0 730.9478 10.0 730.9564 17.0 730.965 6.0 730.9736 3.0 730.9822 5.0 730.9908 11.0 730.9995 9.0 731.0081 6.0 731.0167 2.0 731.0253 1.0 731.0339 3.0 731.0425 2.0 731.0511 7.0 731.0598 4.0 731.0684 1.0 731.077 1.0 731.0856 1.0 731.0942 2.0 731.1028 1.0 731.1115 1.0 731.1201 1.0 731.1373 6.0 731.1459 4.0 731.1545 1.0 731.1632 2.0 731.1718 3.0 731.1804 1.0 731.189 8.0 731.2062 1.0 731.2321 3.0 731.2407 1.0 731.2493 1.0 731.2579 5.0 731.2666 1.0 731.2752 2.0 731.2838 3.0 731.2924 1.0 731.3096 1.0 731.3269 1.0 731.3355 3.0 731.3441 2.0 731.3527 1.0 731.3613 1.0 731.3786 1.0 731.3872 2.0 731.3958 3.0 731.4044 7.0 731.413 8.0 731.4217 7.0 731.4303 6.0 731.4389 18.0 731.4475 11.0 731.4561 10.0 731.4648 2.0 731.4734 2.0 731.482 3.0 731.4906 10.0 731.4992 4.0 731.5078 6.0 731.5165 11.0 731.5251 8.0 731.5337 7.0 731.5423 6.0 731.5509 6.0 731.5596 12.0 731.5682 6.0 731.5768 2.0 731.5854 7.0 731.594 2.0 731.6027 6.0 731.6113 2.0 731.6199 6.0 731.6285 3.0 731.6371 2.0 731.6457 7.0 731.6544 9.0 731.663 6.0 731.6716 2.0 731.6802 5.0 731.6888 4.0 731.6975 2.0 731.7061 1.0 731.7233 2.0 731.7319 5.0 731.7406 7.0 731.7492 4.0 731.7578 5.0 731.775 4.0 731.7837 6.0 731.7923 7.0 731.8009 3.0 731.8095 4.0 731.8181 1.0 731.8268 5.0 731.8354 6.0 731.844 8.0 731.8526 3.0 731.8612 2.0 731.8785 7.0 731.8871 4.0 731.9043 1.0 731.913 3.0 731.9216 1.0 731.9302 9.0 731.9388 10.0 731.9475 4.0 731.9561 2.0 731.9647 3.0 731.9733 12.0 731.9819 3.0 731.9906 4.0 731.9992 2.0 732.0078 2.0 732.025 2.0 732.0337 7.0 732.0423 4.0 732.0509 8.0 732.0595 7.0 732.0682 3.0 732.0768 3.0 732.0854 3.0 732.094 2.0 732.1026 3.0 732.1199 15.0 732.1285 8.0 732.1371 4.0 732.1457 1.0 732.1544 1.0 732.163 3.0 732.1716 2.0 732.1889 1.0 732.1975 1.0 732.2061 6.0 732.2147 2.0 732.2233 3.0 732.232 4.0 732.2406 1.0 732.2492 4.0 732.2578 1.0 732.2751 1.0 732.2837 1.0 732.2923 1.0 732.301 1.0 732.3096 2.0 732.3182 5.0 732.3268 5.0 732.3354 5.0 732.3441 1.0 732.3527 3.0 732.3613 2.0 732.3699 4.0 732.3786 4.0 732.3958 2.0 732.4044 3.0 732.4131 6.0 732.4217 10.0 732.4303 12.0 732.4389 11.0 732.4476 8.0 732.4562 5.0 732.4648 8.0 732.4734 21.0 732.4821 6.0 732.4907 3.0 732.4993 9.0 732.5079 7.0 732.5165 1.0 732.5252 2.0 732.5338 4.0 732.5424 5.0 732.551 2.0 732.5597 4.0 732.5683 8.0 732.5769 4.0 732.5942 2.0 732.6028 1.0 732.6114 9.0 732.62 7.0 732.6287 7.0 732.6373 3.0 732.6459 1.0 732.6545 4.0 732.6632 9.0 732.6718 13.0 732.6804 15.0 732.689 8.0 732.7063 1.0 732.7149 1.0 732.7235 1.0 732.7322 6.0 732.7408 5.0 732.7494 8.0 732.7581 3.0 732.7667 4.0 732.7753 3.0 732.7839 2.0 732.7926 2.0 732.8012 3.0 732.8271 1.0 732.8357 3.0 732.8443 3.0 732.8529 3.0 732.8616 7.0 732.8702 5.0 732.8788 4.0 732.8874 2.0 732.8961 2.0 732.9047 6.0 732.9133 5.0 732.9219 10.0 732.9306 1.0 732.9392 1.0 732.9478 1.0 732.9565 2.0 732.9651 4.0 732.9737 1.0 732.991 3.0 732.9996 8.0 733.0082 9.0 733.0168 2.0 733.0255 12.0 733.0341 13.0 733.0427 17.0 733.0514 3.0 733.06 5.0 733.0686 10.0 733.0772 2.0 733.0859 1.0 733.0945 2.0 733.1031 3.0 733.1118 2.0 733.1204 3.0 733.129 4.0 733.1549 3.0 733.1721 6.0 733.1808 1.0 733.1894 5.0 733.198 2.0 733.2067 2.0 733.2153 1.0 733.2239 1.0 733.2325 2.0 733.2412 1.0 733.2498 2.0 733.2584 2.0 733.2671 10.0 733.2757 2.0 733.2843 13.0 733.2929 7.0 733.3016 3.0 733.3102 2.0 733.3188 3.0 733.3275 2.0 733.3361 5.0 733.362 4.0 733.3792 1.0 733.4051 1.0 733.4138 3.0 733.4224 4.0 733.431 7.0 733.4396 3.0 733.4483 6.0 733.4569 10.0 733.4655 18.0 733.4742 2.0 733.4914 4.0 733.5001 7.0 733.5087 5.0 733.5173 5.0 733.5259 6.0 733.5346 11.0 733.5432 1.0 733.5518 3.0 733.5605 5.0 733.5691 8.0 733.5777 7.0 733.5864 2.0 733.595 2.0 733.6123 3.0 733.6209 4.0 733.6295 9.0 733.6381 3.0 733.6468 5.0 733.6554 7.0 733.664 1.0 733.6727 2.0 733.6813 3.0 733.6899 2.0 733.6986 1.0 733.7072 4.0 733.7158 1.0 733.7245 4.0 733.7331 5.0 733.7417 5.0 733.759 3.0 733.7676 3.0 733.7762 7.0 733.7935 2.0 733.8021 3.0 733.8108 9.0 733.8194 3.0 733.828 1.0 733.8367 5.0 733.8453 2.0 733.8539 1.0 733.8626 1.0 733.8712 2.0 733.8885 2.0 733.8971 1.0 733.9057 4.0 733.9144 3.0 733.923 4.0 733.9316 7.0 733.9662 6.0 733.9748 2.0 733.9834 1.0 733.9921 3.0 734.0007 1.0 734.0093 5.0 734.018 1.0 734.0266 2.0 734.0352 3.0 734.0439 8.0 734.0525 9.0 734.0611 8.0 734.0698 2.0 734.0784 2.0 734.087 3.0 734.0957 7.0 734.1043 4.0 734.1129 2.0 734.1216 4.0 734.1388 2.0 734.1475 6.0 734.1561 2.0 734.1647 2.0 734.1734 3.0 734.182 3.0 734.1906 2.0 734.1993 4.0 734.2079 8.0 734.2165 3.0 734.2252 5.0 734.2338 1.0 734.2424 1.0 734.2511 1.0 734.2597 5.0 734.2683 1.0 734.277 4.0 734.2856 5.0 734.2942 2.0 734.3115 4.0 734.3202 1.0 734.3288 2.0 734.3374 1.0 734.3461 3.0 734.3547 4.0 734.3806 1.0 734.3892 1.0 734.3979 3.0 734.4065 2.0 734.4151 3.0 734.4324 2.0 734.441 2.0 734.4497 5.0 734.4583 5.0 734.467 10.0 734.4756 13.0 734.4842 11.0 734.4929 10.0 734.5015 7.0 734.5101 2.0 734.5188 6.0 734.5274 8.0 734.536 5.0 734.5447 2.0 734.562 2.0 734.5706 2.0 734.5792 1.0 734.5879 2.0 734.5965 1.0 734.6051 1.0 734.6224 3.0 734.631 1.0 734.6397 3.0 734.657 2.0 734.6656 8.0 734.6742 7.0 734.6829 4.0 734.6915 6.0 734.7001 12.0 734.7088 5.0 734.7174 2.0 734.7347 2.0 734.7433 4.0 734.752 11.0 734.7606 5.0 734.7692 6.0 734.7779 3.0 734.7865 2.0 734.7952 10.0 734.8038 3.0 734.8124 2.0 734.8211 4.0 734.8297 2.0 734.8383 2.0 734.847 4.0 734.8556 6.0 734.8643 11.0 734.8729 1.0 734.8815 1.0 734.8902 3.0 734.8988 2.0 734.9075 2.0 734.9161 1.0 734.9247 2.0 734.942 3.0 734.9593 4.0 734.9679 6.0 734.9766 4.0 734.9852 2.0 734.9938 2.0 735.0025 1.0 735.0111 3.0 735.0284 3.0 735.037 2.0 735.0457 1.0 735.0543 2.0 735.063 5.0 735.0716 3.0 735.0889 4.0 735.0975 2.0 735.1062 1.0 735.1148 7.0 735.1321 3.0 735.1494 2.0 735.158 1.0 735.1666 2.0 735.1753 2.0 735.1839 1.0 735.1926 2.0 735.2012 1.0 735.2098 1.0 735.2185 4.0 735.2358 1.0 735.2444 4.0 735.253 6.0 735.2703 1.0 735.279 1.0 735.2876 3.0 735.2962 1.0 735.3049 3.0 735.3135 2.0 735.3222 2.0 735.3308 3.0 735.3394 11.0 735.3481 3.0 735.3567 3.0 735.374 1.0 735.3826 1.0 735.3913 1.0 735.3999 7.0 735.4172 4.0 735.4431 14.0 735.4518 6.0 735.4604 11.0 735.4691 4.0 735.4777 3.0 735.4863 3.0 735.495 7.0 735.5036 15.0 735.5123 4.0 735.5209 12.0 735.5296 11.0 735.5382 4.0 735.5468 4.0 735.5555 4.0 735.5641 1.0 735.5728 1.0 735.5814 3.0 735.5901 7.0 735.5987 7.0 735.6073 6.0 735.616 7.0 735.6246 3.0 735.6333 2.0 735.6419 12.0 735.6506 9.0 735.6592 3.0 735.6678 1.0 735.6765 6.0 735.6851 3.0 735.6938 4.0 735.7111 2.0 735.7197 2.0 735.737 1.0 735.7456 5.0 735.7543 6.0 735.7629 1.0 735.7716 3.0 735.7802 1.0 735.7888 2.0 735.7975 10.0 735.8061 16.0 735.8148 2.0 735.8321 1.0 735.8407 1.0 735.8494 3.0 735.858 4.0 735.8666 5.0 735.8753 6.0 735.8839 7.0 735.8926 14.0 735.9012 10.0 735.9099 1.0 735.9185 1.0 735.9358 2.0 735.9444 1.0 735.9531 1.0 735.9617 4.0 735.9704 3.0 735.979 2.0 735.9877 3.0 735.9963 11.0 736.005 9.0 736.0136 9.0 736.0222 3.0 736.0309 8.0 736.0395 4.0 736.0482 5.0 736.0568 2.0 736.0655 2.0 736.0741 6.0 736.0828 7.0 736.0914 2.0 736.1001 1.0 736.1087 1.0 736.1173 2.0 736.126 2.0 736.1346 1.0 736.1433 3.0 736.1519 2.0 736.1692 4.0 736.1779 11.0 736.1865 9.0 736.1952 6.0 736.2038 5.0 736.2124 3.0 736.2211 5.0 736.2297 1.0 736.2384 4.0 736.247 1.0 736.2557 1.0 736.2643 4.0 736.273 2.0 736.2816 1.0 736.2903 3.0 736.2989 1.0 736.3076 6.0 736.3162 1.0 736.3249 1.0 736.3335 3.0 736.3421 9.0 736.3508 1.0 736.3594 1.0 736.3681 1.0 736.3767 5.0 736.3854 4.0 736.394 6.0 736.4027 10.0 736.4113 3.0 736.42 5.0 736.4286 1.0 736.4373 3.0 736.4459 6.0 736.4546 8.0 736.4632 11.0 736.4719 14.0 736.4805 11.0 736.4892 6.0 736.4978 3.0 736.5064 4.0 736.5151 2.0 736.5237 1.0 736.5324 5.0 736.541 6.0 736.5497 4.0 736.5583 6.0 736.567 4.0 736.5756 1.0 736.5843 3.0 736.5929 7.0 736.6016 2.0 736.6102 4.0 736.6189 9.0 736.6275 14.0 736.6362 8.0 736.6448 3.0 736.6535 1.0 736.6621 5.0 736.6708 5.0 736.6794 2.0 736.6881 2.0 736.6967 1.0 736.714 1.0 736.7227 7.0 736.7313 4.0 736.74 1.0 736.7486 5.0 736.7573 7.0 736.7659 7.0 736.7832 2.0 736.7919 1.0 736.8005 1.0 736.8092 4.0 736.8178 9.0 736.8351 2.0 736.8438 3.0 736.8524 1.0 736.8611 4.0 736.8697 6.0 736.8784 4.0 736.887 4.0 736.8957 2.0 736.9043 5.0 736.913 9.0 736.9216 4.0 736.9303 4.0 736.9389 6.0 736.9476 14.0 736.9562 6.0 736.9649 4.0 736.9735 2.0 736.9822 1.0 736.9908 2.0 736.9995 7.0 737.0081 7.0 737.0168 2.0 737.0254 7.0 737.0341 7.0 737.0427 1.0 737.0514 1.0 737.0687 2.0 737.0773 6.0 737.086 3.0 737.0946 2.0 737.1033 3.0 737.1119 2.0 737.1206 9.0 737.1292 7.0 737.1379 3.0 737.1465 1.0 737.1638 6.0 737.1725 7.0 737.1811 2.0 737.1898 1.0 737.2331 1.0 737.2417 2.0 737.2504 2.0 737.259 1.0 737.2677 4.0 737.2763 1.0 737.285 2.0 737.3023 4.0 737.3109 3.0 737.3196 2.0 737.3282 1.0 737.3369 1.0 737.3455 1.0 737.3715 4.0 737.3801 1.0 737.3888 4.0 737.3975 8.0 737.4061 2.0 737.4148 3.0 737.4234 1.0 737.4494 1.0 737.458 5.0 737.4667 5.0 737.4753 5.0 737.484 6.0 737.4926 4.0 737.5013 4.0 737.51 11.0 737.5186 14.0 737.5273 27.0 737.5359 14.0 737.5446 7.0 737.5532 7.0 737.5619 10.0 737.5705 5.0 737.5792 10.0 737.5878 10.0 737.5965 7.0 737.6051 4.0 737.6138 9.0 737.6225 6.0 737.6311 2.0 737.6398 3.0 737.6484 1.0 737.6571 3.0 737.6657 1.0 737.6744 1.0 737.683 4.0 737.6917 2.0 737.7003 7.0 737.709 5.0 737.7177 5.0 737.7263 7.0 737.735 4.0 737.7436 4.0 737.7523 2.0 737.7609 2.0 737.7696 2.0 737.7782 5.0 737.7869 6.0 737.7956 2.0 737.8042 1.0 737.8129 4.0 737.8215 3.0 737.8302 8.0 737.8388 12.0 737.8475 4.0 737.8561 1.0 737.8648 4.0 737.8735 10.0 737.8821 2.0 737.8908 2.0 737.8994 6.0 737.9081 3.0 737.9167 4.0 737.9341 2.0 737.9427 7.0 737.9514 8.0 737.96 4.0 737.9687 12.0 737.9773 6.0 737.986 1.0 737.9946 3.0 738.0033 3.0 738.012 2.0 738.0206 1.0 738.0293 3.0 738.0379 3.0 738.0466 1.0 738.0552 4.0 738.0639 3.0 738.0726 4.0 738.0812 3.0 738.0899 3.0 738.0985 3.0 738.1072 3.0 738.1158 4.0 738.1245 2.0 738.1418 1.0 738.1505 1.0 738.1591 3.0 738.1678 8.0 738.1764 7.0 738.1851 2.0 738.1938 2.0 738.2024 2.0 738.2111 1.0 738.2197 3.0 738.2284 4.0 738.2371 3.0 738.263 1.0 738.2803 6.0 738.289 4.0 738.2977 2.0 738.3063 2.0 738.315 8.0 738.3236 10.0 738.3323 9.0 738.341 4.0 738.3669 2.0 738.3756 2.0 738.3842 1.0 738.3929 2.0 738.4016 2.0 738.4102 1.0 738.4189 2.0 738.4275 8.0 738.4362 14.0 738.4449 6.0 738.4535 2.0 738.4622 2.0 738.4708 4.0 738.4795 9.0 738.4882 5.0 738.4968 6.0 738.5055 5.0 738.5141 5.0 738.5228 14.0 738.5315 10.0 738.5401 6.0 738.5488 6.0 738.5574 5.0 738.5661 9.0 738.5748 5.0 738.5834 2.0 738.5921 4.0 738.6007 2.0 738.6094 3.0 738.6181 4.0 738.6267 6.0 738.6354 3.0 738.644 2.0 738.67 1.0 738.6787 5.0 738.6873 8.0 738.696 7.0 738.7047 6.0 738.7133 8.0 738.722 5.0 738.7307 4.0 738.7393 2.0 738.748 9.0 738.7566 2.0 738.7653 4.0 738.774 3.0 738.7826 6.0 738.7913 4.0 738.7999 5.0 738.8086 8.0 738.8173 2.0 738.8259 1.0 738.8346 7.0 738.8519 1.0 738.8606 5.0 738.8692 4.0 738.8779 3.0 738.8952 5.0 738.9039 7.0 738.9125 5.0 738.9299 6.0 738.9385 1.0 738.9472 6.0 738.9559 6.0 738.9645 6.0 738.9732 6.0 738.9818 4.0 738.9905 2.0 738.9992 1.0 739.0078 7.0 739.0165 5.0 739.0252 6.0 739.0338 12.0 739.0425 6.0 739.0511 2.0 739.0598 4.0 739.0685 1.0 739.0771 2.0 739.0858 3.0 739.0945 5.0 739.1031 5.0 739.1118 5.0 739.1204 4.0 739.1291 1.0 739.1378 3.0 739.1464 1.0 739.1551 3.0 739.1638 2.0 739.1724 1.0 739.1811 3.0 739.1984 2.0 739.2071 3.0 739.2157 1.0 739.2244 2.0 739.2331 4.0 739.2417 2.0 739.2504 2.0 739.2591 6.0 739.2677 4.0 739.2764 3.0 739.2851 6.0 739.2937 6.0 739.3024 2.0 739.3111 2.0 739.3197 5.0 739.3284 5.0 739.337 3.0 739.3457 11.0 739.3544 9.0 739.363 2.0 739.3717 1.0 739.3804 2.0 739.389 1.0 739.3977 4.0 739.4064 2.0 739.415 2.0 739.4237 3.0 739.4324 5.0 739.441 3.0 739.4497 7.0 739.4584 8.0 739.467 11.0 739.4757 22.0 739.4844 6.0 739.493 1.0 739.5017 2.0 739.5104 4.0 739.519 10.0 739.5277 16.0 739.5363 7.0 739.545 15.0 739.5537 14.0 739.5623 11.0 739.571 20.0 739.5797 17.0 739.5883 1.0 739.597 3.0 739.6057 5.0 739.6143 9.0 739.623 8.0 739.6317 1.0 739.6403 7.0 739.649 3.0 739.6577 9.0 739.6663 8.0 739.675 2.0 739.6837 4.0 739.6923 6.0 739.701 6.0 739.7097 1.0 739.7183 3.0 739.727 4.0 739.7357 2.0 739.753 9.0 739.7617 18.0 739.7703 8.0 739.779 2.0 739.7877 4.0 739.7963 2.0 739.805 11.0 739.8137 8.0 739.8223 2.0 739.831 2.0 739.8397 13.0 739.8483 9.0 739.857 10.0 739.8657 1.0 739.8744 1.0 739.883 2.0 739.8917 5.0 739.9004 2.0 739.909 1.0 739.9177 3.0 739.9264 1.0 739.935 5.0 739.9437 1.0 739.9524 4.0 739.961 3.0 739.9697 8.0 739.9784 7.0 739.987 6.0 739.9957 3.0 740.0044 2.0 740.013 1.0 740.0217 3.0 740.0304 1.0 740.039 2.0 740.0477 4.0 740.0564 1.0 740.0651 4.0 740.0737 3.0 740.0824 2.0 740.0911 2.0 740.0997 1.0 740.1084 4.0 740.1171 6.0 740.1257 3.0 740.1344 1.0 740.1431 1.0 740.1517 2.0 740.1604 2.0 740.1691 3.0 740.1778 2.0 740.1864 5.0 740.1951 3.0 740.2038 1.0 740.2124 3.0 740.2211 4.0 740.2298 6.0 740.2384 2.0 740.2471 1.0 740.2558 1.0 740.2645 1.0 740.2731 3.0 740.2905 1.0 740.2991 7.0 740.3078 4.0 740.3165 7.0 740.3251 4.0 740.3338 4.0 740.3425 5.0 740.3512 6.0 740.3598 3.0 740.3685 3.0 740.3772 5.0 740.3858 6.0 740.3945 5.0 740.4032 2.0 740.4119 3.0 740.4205 2.0 740.4292 1.0 740.4379 1.0 740.4465 2.0 740.4552 5.0 740.4726 3.0 740.4812 1.0 740.4899 2.0 740.4986 7.0 740.5072 2.0 740.5159 8.0 740.5246 4.0 740.5333 6.0 740.5419 5.0 740.5506 1.0 740.5593 3.0 740.5679 6.0 740.5766 5.0 740.5853 5.0 740.594 1.0 740.6113 11.0 740.62 11.0 740.6286 5.0 740.6373 1.0 740.6547 3.0 740.6633 2.0 740.672 1.0 740.6807 2.0 740.698 2.0 740.7067 3.0 740.7154 1.0 740.724 2.0 740.7414 5.0 740.7501 3.0 740.7587 2.0 740.7674 2.0 740.7848 1.0 740.7934 2.0 740.8021 2.0 740.8108 4.0 740.8194 2.0 740.8281 3.0 740.8368 2.0 740.8455 1.0 740.8541 3.0 740.8628 1.0 740.8715 1.0 740.8802 8.0 740.8888 1.0 740.8975 2.0 740.9062 2.0 740.9149 5.0 740.9235 8.0 740.9322 10.0 740.9409 6.0 740.9495 4.0 740.9582 8.0 740.9669 5.0 740.9756 6.0 740.9929 8.0 741.0016 20.0 741.0103 19.0 741.0189 5.0 741.0276 7.0 741.0363 3.0 741.045 5.0 741.0536 3.0 741.0623 2.0 741.071 1.0 741.0797 2.0 741.1057 2.0 741.1144 2.0 741.123 2.0 741.1317 15.0 741.1404 13.0 741.1491 2.0 741.1577 6.0 741.1664 7.0 741.1751 1.0 741.1838 5.0 741.1924 5.0 741.2098 5.0 741.2185 1.0 741.2271 7.0 741.2358 9.0 741.2445 6.0 741.2532 3.0 741.2619 3.0 741.2792 1.0 741.2879 2.0 741.2966 9.0 741.3052 5.0 741.3139 1.0 741.3226 1.0 741.3313 2.0 741.3399 2.0 741.3486 1.0 741.3573 1.0 741.366 2.0 741.3746 3.0 741.3833 1.0 741.392 3.0 741.4007 3.0 741.4093 8.0 741.418 3.0 741.4267 1.0 741.4441 4.0 741.4527 1.0 741.4614 5.0 741.4701 5.0 741.4788 1.0 741.4874 7.0 741.4961 8.0 741.5048 11.0 741.5135 6.0 741.5222 7.0 741.5308 9.0 741.5395 8.0 741.5482 9.0 741.5569 13.0 741.5655 6.0 741.5742 12.0 741.5829 6.0 741.5916 6.0 741.6003 9.0 741.6089 5.0 741.6176 4.0 741.6263 6.0 741.635 2.0 741.6436 4.0 741.6523 6.0 741.661 1.0 741.6697 5.0 741.6784 8.0 741.687 3.0 741.6957 6.0 741.7044 5.0 741.7217 2.0 741.7304 5.0 741.7391 2.0 741.7478 2.0 741.7565 4.0 741.7651 3.0 741.7738 4.0 741.7912 2.0 741.7999 2.0 741.8172 2.0 741.8433 1.0 741.8519 2.0 741.8606 2.0 741.8693 2.0 741.878 3.0 741.8867 3.0 741.904 4.0 741.9127 6.0 741.9214 4.0 741.93 8.0 741.9387 9.0 741.9474 1.0 741.9648 4.0 741.9734 1.0 741.9821 5.0 741.9908 3.0 741.9995 6.0 742.0082 7.0 742.0169 6.0 742.0255 3.0 742.0342 2.0 742.0429 1.0 742.0516 2.0 742.0603 1.0 742.0689 2.0 742.0776 2.0 742.0863 1.0 742.095 6.0 742.1037 6.0 742.1123 6.0 742.121 7.0 742.1297 3.0 742.1384 9.0 742.1471 4.0 742.1644 3.0 742.1731 3.0 742.1818 2.0 742.1905 1.0 742.2078 1.0 742.2165 5.0 742.2252 2.0 742.2339 3.0 742.2426 2.0 742.2512 1.0 742.2599 3.0 742.2686 1.0 742.2773 1.0 742.286 3.0 742.2946 6.0 742.3033 4.0 742.312 3.0 742.3207 5.0 742.3294 6.0 742.3554 3.0 742.3641 2.0 742.3728 1.0 742.3815 2.0 742.3902 6.0 742.4075 3.0 742.4249 4.0 742.4336 1.0 742.4423 5.0 742.4509 3.0 742.4596 1.0 742.4683 5.0 742.477 5.0 742.4857 8.0 742.4943 13.0 742.503 2.0 742.5117 15.0 742.5204 14.0 742.5291 5.0 742.5378 10.0 742.5464 6.0 742.5551 11.0 742.5638 9.0 742.5725 12.0 742.5812 10.0 742.5899 3.0 742.5986 7.0 742.6072 2.0 742.6159 5.0 742.6246 3.0 742.6333 10.0 742.642 8.0 742.6507 8.0 742.6593 9.0 742.668 4.0 742.6767 11.0 742.6854 3.0 742.6941 6.0 742.7114 2.0 742.7201 1.0 742.7288 6.0 742.7375 3.0 742.7462 3.0 742.7549 3.0 742.7636 2.0 742.7722 8.0 742.7809 3.0 742.7896 2.0 742.807 8.0 742.8157 14.0 742.8243 8.0 742.833 4.0 742.8417 1.0 742.8504 1.0 742.8591 7.0 742.8678 4.0 742.8765 6.0 742.8851 1.0 742.8938 1.0 742.9025 6.0 742.9112 3.0 742.9199 4.0 742.9286 6.0 742.9373 4.0 742.9459 3.0 742.9546 2.0 742.9633 7.0 742.972 6.0 742.9807 1.0 742.9894 2.0 742.9981 3.0 743.0067 5.0 743.0154 5.0 743.0241 12.0 743.0328 2.0 743.0415 3.0 743.0502 2.0 743.0589 2.0 743.0762 5.0 743.0849 1.0 743.0936 3.0 743.1023 1.0 743.111 3.0 743.1197 5.0 743.1284 4.0 743.137 5.0 743.1457 10.0 743.1544 5.0 743.1631 2.0 743.1718 6.0 743.1805 11.0 743.1892 4.0 743.1979 2.0 743.2065 4.0 743.2239 1.0 743.2326 7.0 743.2413 2.0 743.25 3.0 743.2587 3.0 743.2674 4.0 743.276 1.0 743.2847 3.0 743.2934 3.0 743.3108 3.0 743.3195 3.0 743.3282 2.0 743.3369 1.0 743.3455 4.0 743.3542 5.0 743.3629 3.0 743.3716 1.0 743.3803 2.0 743.389 1.0 743.3977 8.0 743.4064 4.0 743.4151 7.0 743.4237 14.0 743.4324 6.0 743.4411 3.0 743.4498 6.0 743.4585 3.0 743.4672 4.0 743.4759 6.0 743.4846 4.0 743.4933 3.0 743.5019 4.0 743.5106 4.0 743.5193 2.0 743.528 3.0 743.5367 6.0 743.5454 12.0 743.5541 9.0 743.5628 4.0 743.5715 7.0 743.5801 6.0 743.5888 2.0 743.5975 2.0 743.6062 5.0 743.6149 9.0 743.6236 11.0 743.6323 6.0 743.641 3.0 743.6497 3.0 743.667 2.0 743.6757 2.0 743.6844 1.0 743.6931 10.0 743.7018 15.0 743.7105 5.0 743.7192 6.0 743.7279 2.0 743.7366 1.0 743.7453 1.0 743.7539 5.0 743.7626 1.0 743.7713 7.0 743.78 8.0 743.7887 3.0 743.7974 8.0 743.8061 9.0 743.8148 21.0 743.8235 7.0 743.8322 2.0 743.8409 7.0 743.8495 8.0 743.8582 3.0 743.8669 4.0 743.8756 8.0 743.8843 1.0 743.893 2.0 743.9017 2.0 743.9104 2.0 743.9191 5.0 743.9278 2.0 743.9365 3.0 743.9452 3.0 743.9538 2.0 743.9625 4.0 743.9712 1.0 743.9799 1.0 743.9886 8.0 743.9973 8.0 744.006 2.0 744.0147 2.0 744.0408 1.0 744.0495 1.0 744.0581 1.0 744.0668 2.0 744.0755 2.0 744.0842 3.0 744.0929 3.0 744.1016 2.0 744.1103 1.0 744.119 2.0 744.1277 9.0 744.1364 9.0 744.1451 4.0 744.1625 2.0 744.1712 4.0 744.1798 2.0 744.1972 2.0 744.2059 2.0 744.2146 3.0 744.232 2.0 744.2494 2.0 744.2581 4.0 744.2668 1.0 744.2755 8.0 744.2842 5.0 744.3016 2.0 744.3103 3.0 744.3189 4.0 744.3276 4.0 744.345 1.0 744.3537 1.0 744.3624 4.0 744.3711 1.0 744.3798 2.0 744.3885 1.0 744.3972 1.0 744.4059 3.0 744.4146 6.0 744.4233 4.0 744.432 12.0 744.4407 5.0 744.4754 6.0 744.4841 10.0 744.4928 11.0 744.5015 7.0 744.5102 8.0 744.5189 5.0 744.5276 1.0 744.5363 3.0 744.545 14.0 744.5537 15.0 744.5624 5.0 744.5711 2.0 744.5798 4.0 744.5885 2.0 744.5972 1.0 744.6059 4.0 744.6146 4.0 744.6233 8.0 744.632 6.0 744.6407 6.0 744.6493 3.0 744.658 1.0 744.6667 2.0 744.6754 4.0 744.6841 2.0 744.6928 1.0 744.7015 1.0 744.7102 2.0 744.7189 1.0 744.7276 2.0 744.7363 5.0 744.745 3.0 744.7537 8.0 744.7624 5.0 744.7798 5.0 744.7885 5.0 744.7972 4.0 744.8146 3.0 744.8233 4.0 744.832 6.0 744.8407 10.0 744.8494 7.0 744.8581 1.0 744.8668 4.0 744.8755 3.0 744.8842 6.0 744.8929 4.0 744.9016 4.0 744.9102 2.0 744.9189 5.0 744.9276 3.0 744.9363 2.0 744.945 3.0 744.9537 2.0 744.9624 9.0 744.9711 9.0 744.9798 10.0 744.9885 5.0 744.9972 5.0 745.0059 1.0 745.0146 3.0 745.032 3.0 745.0407 5.0 745.0494 2.0 745.0581 3.0 745.0668 13.0 745.0755 11.0 745.0842 3.0 745.0929 3.0 745.1016 1.0 745.1103 2.0 745.119 7.0 745.1277 8.0 745.1364 4.0 745.1451 1.0 745.1538 1.0 745.1625 4.0 745.1712 1.0 745.1799 6.0 745.1886 8.0 745.1973 9.0 745.206 13.0 745.2147 4.0 745.2234 1.0 745.2321 3.0 745.2408 3.0 745.2495 6.0 745.2582 4.0 745.2669 1.0 745.2756 5.0 745.2843 4.0 745.293 2.0 745.3017 3.0 745.3104 3.0 745.3191 3.0 745.3278 2.0 745.3365 1.0 745.3452 4.0 745.3539 2.0 745.3626 3.0 745.3713 2.0 745.38 1.0 745.3887 3.0 745.3974 3.0 745.4061 3.0 745.4148 3.0 745.4235 5.0 745.4322 1.0 745.4409 2.0 745.4583 4.0 745.467 1.0 745.4757 3.0 745.4844 3.0 745.4931 4.0 745.5018 8.0 745.5105 9.0 745.5192 6.0 745.5279 7.0 745.5366 5.0 745.5453 13.0 745.554 11.0 745.5627 5.0 745.5714 10.0 745.5801 14.0 745.5888 12.0 745.5975 10.0 745.6062 5.0 745.6149 5.0 745.6236 4.0 745.6323 3.0 745.641 8.0 745.6497 7.0 745.6584 9.0 745.6671 6.0 745.6758 1.0 745.6845 6.0 745.6932 7.0 745.7019 3.0 745.7106 3.0 745.7193 1.0 745.728 4.0 745.7367 3.0 745.7454 1.0 745.7541 6.0 745.7628 8.0 745.7715 2.0 745.7802 2.0 745.7889 1.0 745.7976 5.0 745.8063 1.0 745.8238 3.0 745.8325 16.0 745.8412 13.0 745.8499 1.0 745.8673 1.0 745.876 2.0 745.8847 8.0 745.8934 5.0 745.9108 2.0 745.9195 3.0 745.9282 2.0 745.9369 4.0 745.9456 2.0 745.9543 1.0 745.963 2.0 745.9804 3.0 745.9891 3.0 745.9978 6.0 746.0065 8.0 746.0152 11.0 746.0239 7.0 746.0326 12.0 746.0413 2.0 746.05 1.0 746.0587 1.0 746.0675 7.0 746.0762 4.0 746.0849 2.0 746.0936 6.0 746.1023 1.0 746.111 2.0 746.1197 2.0 746.1284 7.0 746.1371 2.0 746.1545 1.0 746.1632 2.0 746.1719 1.0 746.1806 1.0 746.1893 8.0 746.198 3.0 746.2067 2.0 746.2154 3.0 746.2241 1.0 746.2328 1.0 746.2415 4.0 746.2502 4.0 746.2677 3.0 746.2764 4.0 746.2851 5.0 746.2938 5.0 746.3112 4.0 746.3199 1.0 746.3286 2.0 746.3373 3.0 746.346 2.0 746.3547 1.0 746.3634 4.0 746.3808 12.0 746.3895 6.0 746.3982 3.0 746.407 2.0 746.4157 2.0 746.4244 2.0 746.4331 1.0 746.4418 1.0 746.4505 7.0 746.4592 2.0 746.4679 2.0 746.4766 1.0 746.4853 6.0 746.494 8.0 746.5027 9.0 746.5114 6.0 746.5201 2.0 746.5288 9.0 746.5375 5.0 746.5463 9.0 746.555 13.0 746.5637 10.0 746.5724 7.0 746.5811 2.0 746.5898 3.0 746.5985 4.0 746.6072 8.0 746.6159 4.0 746.6246 9.0 746.6333 7.0 746.642 1.0 746.6507 4.0 746.6595 2.0 746.6682 6.0 746.6769 2.0 746.6856 1.0 746.6943 2.0 746.703 5.0 746.7117 4.0 746.7204 4.0 746.7291 9.0 746.7378 7.0 746.7465 3.0 746.7552 8.0 746.7639 3.0 746.7727 2.0 746.7814 3.0 746.7988 5.0 746.8075 2.0 746.8162 1.0 746.8249 2.0 746.8423 3.0 746.851 10.0 746.8597 6.0 746.8684 5.0 746.8772 5.0 746.8859 5.0 746.8946 3.0 746.9207 7.0 746.9294 3.0 746.9381 13.0 746.9468 12.0 746.9555 8.0 746.9642 10.0 746.973 8.0 746.9817 1.0 746.9904 5.0 746.9991 5.0 747.0078 6.0 747.0165 1.0 747.0252 6.0 747.0339 9.0 747.0426 11.0 747.0513 4.0 747.0601 3.0 747.0688 3.0 747.0775 4.0 747.0862 4.0 747.0949 5.0 747.1036 8.0 747.1123 1.0 747.121 1.0 747.1297 3.0 747.1384 1.0 747.1472 3.0 747.1559 5.0 747.182 1.0 747.1907 2.0 747.2081 1.0 747.2256 2.0 747.2343 2.0 747.243 5.0 747.2517 7.0 747.2691 7.0 747.2778 2.0 747.2865 3.0 747.2952 2.0 747.304 3.0 747.3214 2.0 747.3301 4.0 747.3388 7.0 747.3475 3.0 747.3562 3.0 747.3649 1.0 747.3736 5.0 747.3824 6.0 747.3911 3.0 747.3998 5.0 747.4085 3.0 747.4172 8.0 747.4259 1.0 747.4346 3.0 747.4433 4.0 747.4521 4.0 747.4782 5.0 747.4869 4.0 747.4956 5.0 747.5043 9.0 747.513 5.0 747.5218 16.0 747.5305 11.0 747.5392 8.0 747.5479 12.0 747.5566 4.0 747.5653 4.0 747.574 1.0 747.5827 1.0 747.6002 3.0 747.6089 5.0 747.6176 6.0 747.6263 4.0 747.635 5.0 747.6437 7.0 747.6525 4.0 747.6612 3.0 747.6699 7.0 747.6786 4.0 747.6873 1.0 747.696 10.0 747.7047 9.0 747.7134 11.0 747.7222 10.0 747.7309 4.0 747.7396 3.0 747.7483 4.0 747.757 2.0 747.7657 4.0 747.7744 1.0 747.7832 2.0 747.7919 1.0 747.8006 9.0 747.8093 9.0 747.818 12.0 747.8267 4.0 747.8354 2.0 747.8442 4.0 747.8529 7.0 747.8616 5.0 747.8703 8.0 747.879 1.0 747.8877 5.0 747.8964 4.0 747.9052 5.0 747.9139 1.0 747.9226 2.0 747.9313 4.0 747.94 2.0 747.9487 7.0 747.9575 14.0 747.9662 6.0 747.9749 6.0 747.9836 9.0 747.9923 4.0 748.001 4.0 748.0097 2.0 748.0185 8.0 748.0272 9.0 748.0359 2.0 748.0446 3.0 748.062 2.0 748.0795 2.0 748.0882 3.0 748.0969 2.0 748.1056 4.0 748.1143 4.0 748.1231 8.0 748.1318 4.0 748.1405 1.0 748.1492 1.0 748.1579 6.0 748.1666 8.0 748.1754 3.0 748.1841 5.0 748.1928 3.0 748.2015 3.0 748.2102 4.0 748.2364 2.0 748.2451 1.0 748.2538 4.0 748.2625 6.0 748.28 3.0 748.2887 2.0 748.2974 2.0 748.3061 2.0 748.3148 1.0 748.3235 1.0 748.3323 1.0 748.341 2.0 748.3497 2.0 748.3584 1.0 748.3671 2.0 748.3846 1.0 748.3933 1.0 748.4107 3.0 748.4194 3.0 748.4282 1.0 748.4369 6.0 748.4456 3.0 748.4543 7.0 748.463 6.0 748.4717 2.0 748.4805 8.0 748.4892 15.0 748.4979 9.0 748.5066 8.0 748.5153 15.0 748.5241 13.0 748.5328 2.0 748.5415 1.0 748.5502 5.0 748.5589 3.0 748.5676 5.0 748.5764 2.0 748.5851 4.0 748.5938 5.0 748.6025 5.0 748.6112 5.0 748.62 4.0 748.6287 2.0 748.6374 5.0 748.6461 8.0 748.6548 2.0 748.6636 4.0 748.6723 2.0 748.681 4.0 748.6897 8.0 748.6984 11.0 748.7072 4.0 748.7159 2.0 748.7246 2.0 748.7333 4.0 748.742 3.0 748.7508 2.0 748.7595 2.0 748.7682 4.0 748.7856 1.0 748.7944 2.0 748.8031 2.0 748.8118 2.0 748.8205 6.0 748.8292 8.0 748.838 8.0 748.8467 2.0 748.8554 18.0 748.8641 12.0 748.8728 6.0 748.8816 9.0 748.8903 5.0 748.899 2.0 748.9077 3.0 748.9164 3.0 748.9252 1.0 748.9426 1.0 748.9513 1.0 748.96 4.0 748.9688 7.0 748.9775 7.0 748.9862 6.0 748.9949 11.0 749.0037 13.0 749.0124 6.0 749.0211 3.0 749.0298 4.0 749.0385 2.0 749.056 3.0 749.0647 5.0 749.0734 1.0 749.0821 1.0 749.0996 4.0 749.1083 1.0 749.117 1.0 749.1258 7.0 749.1345 8.0 749.1432 2.0 749.1519 2.0 749.1606 4.0 749.1694 1.0 749.1781 3.0 749.1868 9.0 749.1955 9.0 749.2043 4.0 749.213 3.0 749.2217 1.0 749.2391 9.0 749.2479 1.0 749.2566 1.0 749.274 5.0 749.2828 1.0 749.3002 2.0 749.3089 1.0 749.3177 3.0 749.3264 1.0 749.3351 1.0 749.3438 3.0 749.3613 5.0 749.37 10.0 749.3874 2.0 749.3962 1.0 749.4049 3.0 749.4136 1.0 749.4223 1.0 749.4311 3.0 749.4398 3.0 749.4485 2.0 749.4572 3.0 749.466 3.0 749.4747 10.0 749.4834 3.0 749.4921 8.0 749.5009 8.0 749.5096 6.0 749.5183 10.0 749.527 2.0 749.5357 4.0 749.5532 6.0 749.5619 15.0 749.5706 11.0 749.5794 6.0 749.5881 12.0 749.5968 14.0 749.6055 3.0 749.6143 2.0 749.623 4.0 749.6317 4.0 749.6404 1.0 749.6492 8.0 749.6579 3.0 749.6666 5.0 749.6753 11.0 749.6841 1.0 749.6928 3.0 749.7015 6.0 749.7102 2.0 749.719 2.0 749.7277 6.0 749.7364 6.0 749.7452 8.0 749.7539 1.0 749.7626 3.0 749.7713 5.0 749.7801 1.0 749.7888 1.0 749.7975 4.0 749.8062 3.0 749.815 4.0 749.8237 3.0 749.8324 10.0 749.8411 9.0 749.8499 9.0 749.8586 5.0 749.8673 3.0 749.876 7.0 749.8848 5.0 749.8935 9.0 749.9022 3.0 749.9109 4.0 749.9197 3.0 749.9284 2.0 749.9371 4.0 749.9459 2.0 749.9546 7.0 749.9633 3.0 749.972 6.0 749.9808 5.0 749.9895 2.0 749.9982 2.0 750.0069 5.0 750.0157 2.0 750.0244 7.0 750.0419 4.0 750.0506 3.0 750.0593 7.0 750.068 7.0 750.0768 7.0 750.0855 11.0 750.0942 11.0 750.1029 8.0 750.1117 3.0 750.1204 2.0 750.1291 5.0 750.1379 2.0 750.1466 3.0 750.1553 3.0 750.1728 3.0 750.1815 2.0 750.1902 1.0 750.199 1.0 750.2077 2.0 750.2164 4.0 750.2251 1.0 750.2339 3.0 750.2426 9.0 750.2513 4.0 750.2775 3.0 750.2862 4.0 750.295 4.0 750.3037 1.0 750.3124 5.0 750.3212 3.0 750.3299 5.0 750.3386 2.0 750.3473 8.0 750.3561 3.0 750.3648 2.0 750.3735 6.0 750.3823 7.0 750.391 3.0 750.3997 8.0 750.4085 6.0 750.4172 1.0 750.4346 1.0 750.4434 1.0 750.4521 4.0 750.4608 3.0 750.4696 9.0 750.4783 6.0 750.487 7.0 750.5045 8.0 750.5132 16.0 750.5219 9.0 750.5307 5.0 750.5394 3.0 750.5481 1.0 750.5569 10.0 750.5656 9.0 750.5743 2.0 750.5831 3.0 750.5918 7.0 750.6005 4.0 750.6092 2.0 750.618 3.0 750.6267 3.0 750.6354 4.0 750.6442 5.0 750.6529 6.0 750.6616 3.0 750.6704 1.0 750.6791 1.0 750.6878 1.0 750.6966 1.0 750.7053 6.0 750.714 1.0 750.7227 5.0 750.7315 3.0 750.7402 5.0 750.7489 10.0 750.7577 5.0 750.7664 6.0 750.7751 1.0 750.7839 3.0 750.7926 3.0 750.8101 3.0 750.8188 2.0 750.8275 3.0 750.8363 2.0 750.845 1.0 750.8537 7.0 750.8625 3.0 750.8712 3.0 750.8799 2.0 750.8974 1.0 750.9061 3.0 750.9149 2.0 750.9236 3.0 750.9323 2.0 750.9411 1.0 750.9498 4.0 750.9585 6.0 750.9672 7.0 750.976 3.0 750.9847 9.0 750.9934 9.0 751.0022 2.0 751.0109 9.0 751.0196 2.0 751.0284 7.0 751.0371 7.0 751.0458 4.0 751.0546 2.0 751.0633 3.0 751.072 2.0 751.0895 7.0 751.0982 5.0 751.1157 2.0 751.1244 4.0 751.1332 1.0 751.1419 1.0 751.1594 3.0 751.1769 1.0 751.1856 6.0 751.1943 3.0 751.2031 2.0 751.2118 8.0 751.2205 6.0 751.2293 3.0 751.238 2.0 751.2467 5.0 751.2555 3.0 751.2642 3.0 751.2729 2.0 751.2817 2.0 751.2904 1.0 751.2991 4.0 751.3079 2.0 751.3166 2.0 751.3253 2.0 751.3428 1.0 751.3515 3.0 751.3603 2.0 751.3777 2.0 751.3865 4.0 751.3952 5.0 751.404 2.0 751.4127 1.0 751.4214 2.0 751.4302 3.0 751.4389 9.0 751.4476 6.0 751.4564 1.0 751.4651 4.0 751.4738 7.0 751.4826 9.0 751.5 3.0 751.5088 2.0 751.5175 3.0 751.5263 5.0 751.535 6.0 751.5437 5.0 751.5525 8.0 751.5612 6.0 751.5699 8.0 751.5961 2.0 751.6049 4.0 751.6136 5.0 751.6224 2.0 751.6311 3.0 751.6398 14.0 751.6486 7.0 751.666 2.0 751.6748 1.0 751.6835 5.0 751.6923 3.0 751.701 4.0 751.7185 1.0 751.7272 6.0 751.7359 3.0 751.7447 5.0 751.7534 8.0 751.7621 1.0 751.7709 3.0 751.7796 4.0 751.7884 6.0 751.7971 2.0 751.8058 1.0 751.8146 2.0 751.8233 3.0 751.8321 3.0 751.8408 7.0 751.8495 6.0 751.8583 6.0 751.867 2.0 751.8757 1.0 751.8845 4.0 751.8932 10.0 751.902 1.0 751.9107 1.0 751.9194 10.0 751.9282 5.0 751.9369 2.0 751.9456 3.0 751.9544 3.0 751.9631 6.0 751.9719 6.0 751.9806 15.0 751.9893 6.0 751.9981 5.0 752.0068 14.0 752.0156 8.0 752.0243 3.0 752.033 4.0 752.0418 3.0 752.0505 13.0 752.0593 6.0 752.068 3.0 752.0767 6.0 752.0855 3.0 752.0942 1.0 752.1029 2.0 752.1117 6.0 752.1204 7.0 752.1292 4.0 752.1379 2.0 752.1466 15.0 752.1554 4.0 752.1641 1.0 752.1816 4.0 752.1903 3.0 752.1991 1.0 752.2078 1.0 752.2166 1.0 752.2253 4.0 752.234 1.0 752.2428 2.0 752.2515 2.0 752.2603 1.0 752.269 1.0 752.2777 3.0 752.2865 4.0 752.2952 4.0 752.304 1.0 752.3127 1.0 752.3215 5.0 752.3302 4.0 752.3389 3.0 752.3477 2.0 752.3564 5.0 752.3652 1.0 752.3739 1.0 752.4001 2.0 752.4089 6.0 752.4176 6.0 752.4263 1.0 752.4438 3.0 752.4526 3.0 752.4613 2.0 752.4701 4.0 752.4788 2.0 752.4963 4.0 752.505 9.0 752.5138 2.0 752.5225 5.0 752.5312 10.0 752.54 6.0 752.5487 13.0 752.5575 17.0 752.5662 9.0 752.575 1.0 752.5837 6.0 752.5924 21.0 752.6012 12.0 752.6099 3.0 752.6187 1.0 752.6274 7.0 752.6362 8.0 752.6449 6.0 752.6536 10.0 752.6624 4.0 752.6711 2.0 752.6886 1.0 752.6974 2.0 752.7061 2.0 752.7148 1.0 752.7411 2.0 752.7498 1.0 752.7586 2.0 752.7673 1.0 752.776 4.0 752.7848 2.0 752.7935 2.0 752.8023 1.0 752.811 1.0 752.8198 3.0 752.8285 2.0 752.8372 3.0 752.846 3.0 752.8547 2.0 752.8635 3.0 752.8722 2.0 752.8897 10.0 752.8985 17.0 752.9072 6.0 752.9159 2.0 752.9247 1.0 752.9334 3.0 752.9422 9.0 752.9509 12.0 752.9597 7.0 752.9684 3.0 752.9772 8.0 752.9946 4.0 753.0034 4.0 753.0121 9.0 753.0209 7.0 753.0296 6.0 753.0471 3.0 753.0559 7.0 753.0646 16.0 753.0733 17.0 753.0821 6.0 753.0908 5.0 753.0996 2.0 753.1083 8.0 753.1171 4.0 753.1258 7.0 753.1346 16.0 753.1433 6.0 753.1521 3.0 753.1608 3.0 753.1695 2.0 753.1783 2.0 753.1958 3.0 753.2045 1.0 753.2133 2.0 753.222 3.0 753.2308 5.0 753.2395 5.0 753.2483 4.0 753.257 6.0 753.2658 2.0 753.2745 1.0 753.2832 2.0 753.292 2.0 753.3007 1.0 753.3095 1.0 753.327 6.0 753.3357 8.0 753.3445 4.0 753.3532 2.0 753.362 1.0 753.3707 5.0 753.3795 1.0 753.3882 6.0 753.397 12.0 753.4057 2.0 753.4144 5.0 753.4232 8.0 753.4319 5.0 753.4407 2.0 753.4494 5.0 753.4669 12.0 753.4757 4.0 753.4932 2.0 753.5019 4.0 753.5107 8.0 753.5194 5.0 753.5282 1.0 753.5369 3.0 753.5457 2.0 753.5544 12.0 753.5632 17.0 753.5719 1.0 753.5806 1.0 753.5894 3.0 753.5981 9.0 753.6069 6.0 753.6156 9.0 753.6244 20.0 753.6331 6.0 753.6419 13.0 753.6506 11.0 753.6594 3.0 753.6681 2.0 753.6769 12.0 753.6856 14.0 753.6944 4.0 753.7031 4.0 753.7119 12.0 753.7206 6.0 753.7294 5.0 753.7381 9.0 753.7469 10.0 753.7556 8.0 753.7644 5.0 753.7731 23.0 753.7819 24.0 753.7906 13.0 753.7994 2.0 753.8081 8.0 753.8256 2.0 753.8431 3.0 753.8519 2.0 753.8606 8.0 753.8694 3.0 753.8781 1.0 753.8869 3.0 753.9131 4.0 753.9219 3.0 753.9306 1.0 753.9481 1.0 753.9569 2.0 753.9656 2.0 753.9744 10.0 753.9831 7.0 753.9919 3.0 754.0006 5.0 754.0094 3.0 754.0181 2.0 754.0269 7.0 754.0356 1.0 754.0444 7.0 754.0531 2.0 754.0619 6.0 754.0706 3.0 754.0794 3.0 754.0881 1.0 754.0969 2.0 754.1056 2.0 754.1144 3.0 754.1231 2.0 754.1319 6.0 754.1406 7.0 754.1494 2.0 754.1581 4.0 754.1756 2.0 754.1844 3.0 754.1931 6.0 754.2019 4.0 754.2106 3.0 754.2194 1.0 754.2281 5.0 754.2369 9.0 754.2457 3.0 754.2544 5.0 754.2632 2.0 754.2719 9.0 754.2807 11.0 754.2894 7.0 754.2982 1.0 754.3069 7.0 754.3157 2.0 754.3332 1.0 754.3419 7.0 754.3507 12.0 754.3594 2.0 754.3682 6.0 754.3769 7.0 754.3857 2.0 754.4032 9.0 754.4119 13.0 754.4207 2.0 754.4382 2.0 754.447 4.0 754.4557 2.0 754.4645 7.0 754.4732 2.0 754.482 8.0 754.4907 6.0 754.4995 5.0 754.5082 14.0 754.517 19.0 754.5257 7.0 754.5345 5.0 754.5432 23.0 754.552 15.0 754.5608 23.0 754.5695 20.0 754.5783 9.0 754.587 2.0 754.5958 2.0 754.6045 8.0 754.6133 2.0 754.622 4.0 754.6308 5.0 754.6395 7.0 754.6483 13.0 754.6571 25.0 754.6658 7.0 754.6746 3.0 754.6833 7.0 754.6921 12.0 754.7008 3.0 754.7096 3.0 754.7183 3.0 754.7271 6.0 754.7358 8.0 754.7446 3.0 754.7534 3.0 754.7621 1.0 754.7709 4.0 754.7971 1.0 754.8059 5.0 754.8322 7.0 754.8409 8.0 754.8497 6.0 754.8584 7.0 754.8672 5.0 754.8759 2.0 754.8847 2.0 754.8934 4.0 754.9022 4.0 754.911 7.0 754.9197 6.0 754.9285 4.0 754.946 1.0 754.9547 6.0 754.9635 3.0 754.9722 9.0 754.981 6.0 754.9898 2.0 755.0073 6.0 755.016 7.0 755.0248 4.0 755.0335 1.0 755.0423 1.0 755.0511 10.0 755.0598 8.0 755.0686 1.0 755.0773 2.0 755.0948 4.0 755.1036 2.0 755.1123 2.0 755.1211 2.0 755.1386 1.0 755.1474 4.0 755.1561 6.0 755.1649 4.0 755.1736 4.0 755.1824 3.0 755.1912 4.0 755.1999 5.0 755.2262 5.0 755.235 8.0 755.2437 8.0 755.2525 7.0 755.2612 8.0 755.27 1.0 755.2875 1.0 755.2963 7.0 755.3138 3.0 755.3225 4.0 755.3313 2.0 755.3488 2.0 755.3576 2.0 755.3663 3.0 755.3926 1.0 755.4014 1.0 755.4276 3.0 755.4364 5.0 755.4452 5.0 755.4539 6.0 755.4627 2.0 755.4714 2.0 755.4802 3.0 755.4889 4.0 755.4977 1.0 755.5152 1.0 755.524 2.0 755.5327 3.0 755.5415 5.0 755.5503 10.0 755.559 15.0 755.5678 14.0 755.5765 5.0 755.5853 12.0 755.5941 7.0 755.6028 10.0 755.6116 2.0 755.6203 2.0 755.6291 5.0 755.6379 7.0 755.6466 11.0 755.6554 1.0 755.6641 2.0 755.6729 7.0 755.6817 4.0 755.6904 6.0 755.6992 4.0 755.7167 2.0 755.7255 4.0 755.7342 6.0 755.743 11.0 755.7517 7.0 755.7605 3.0 755.7693 5.0 755.778 2.0 755.7868 1.0 755.8043 3.0 755.8131 6.0 755.8218 2.0 755.8306 2.0 755.8394 7.0 755.8481 5.0 755.8569 4.0 755.8656 1.0 755.8744 1.0 755.8832 8.0 755.8919 6.0 755.9007 3.0 755.9095 4.0 755.9182 2.0 755.927 4.0 755.9357 9.0 755.9445 2.0 755.9533 2.0 755.962 7.0 755.9708 4.0 755.9795 2.0 755.9971 5.0 756.0058 1.0 756.0234 3.0 756.0321 3.0 756.0409 8.0 756.0496 7.0 756.0584 4.0 756.0672 3.0 756.0759 3.0 756.0847 1.0 756.0935 1.0 756.1022 2.0 756.111 7.0 756.1197 11.0 756.1285 13.0 756.1373 6.0 756.146 9.0 756.1548 6.0 756.1636 3.0 756.1723 15.0 756.1811 6.0 756.1898 3.0 756.1986 3.0 756.2074 6.0 756.2161 12.0 756.2249 9.0 756.2337 7.0 756.2424 1.0 756.2512 3.0 756.26 3.0 756.2687 8.0 756.2775 7.0 756.2862 9.0 756.295 4.0 756.3038 11.0 756.3125 3.0 756.3213 5.0 756.3301 4.0 756.3388 3.0 756.3476 1.0 756.3564 4.0 756.3651 2.0 756.3739 4.0 756.3827 8.0 756.3914 3.0 756.4002 2.0 756.4089 6.0 756.4177 4.0 756.4265 8.0 756.4352 7.0 756.444 5.0 756.4528 4.0 756.4615 2.0 756.4703 5.0 756.4791 14.0 756.4966 1.0 756.5054 5.0 756.5141 9.0 756.5229 2.0 756.5317 3.0 756.5404 6.0 756.5492 13.0 756.558 13.0 756.5667 7.0 756.5843 4.0 756.593 19.0 756.6018 10.0 756.6105 1.0 756.6193 1.0 756.6281 9.0 756.6368 8.0 756.6456 7.0 756.6544 3.0 756.6631 1.0 756.6719 3.0 756.6807 1.0 756.6894 1.0 756.6982 1.0 756.707 3.0 756.7245 3.0 756.7333 4.0 756.742 2.0 756.7508 5.0 756.7596 2.0 756.7683 4.0 756.7771 2.0 756.7859 2.0 756.7946 7.0 756.8034 4.0 756.8122 3.0 756.8209 1.0 756.8297 3.0 756.8472 4.0 756.856 5.0 756.8648 6.0 756.8735 7.0 756.8823 8.0 756.8911 4.0 756.8998 3.0 756.9086 3.0 756.9174 2.0 756.9261 6.0 756.9349 3.0 756.9437 3.0 756.9525 1.0 756.9612 2.0 756.97 1.0 756.9788 2.0 756.9875 3.0 756.9963 3.0 757.0051 1.0 757.0138 2.0 757.0226 4.0 757.0314 7.0 757.0401 1.0 757.0489 6.0 757.0577 7.0 757.0664 4.0 757.0752 5.0 757.084 2.0 757.0927 1.0 757.1015 1.0 757.1103 1.0 757.119 4.0 757.1278 7.0 757.1366 3.0 757.1454 6.0 757.1541 4.0 757.1629 4.0 757.1717 14.0 757.1804 7.0 757.1892 4.0 757.198 3.0 757.2067 5.0 757.2243 2.0 757.2418 1.0 757.2506 3.0 757.2594 6.0 757.2681 3.0 757.2769 8.0 757.2857 5.0 757.2944 1.0 757.3032 3.0 757.312 3.0 757.3207 8.0 757.3295 11.0 757.3383 6.0 757.3471 1.0 757.3558 4.0 757.3646 3.0 757.3734 5.0 757.3821 6.0 757.3909 3.0 757.3997 15.0 757.4084 7.0 757.4172 7.0 757.426 7.0 757.4348 11.0 757.4435 6.0 757.4523 5.0 757.4611 1.0 757.4698 2.0 757.4786 1.0 757.4874 4.0 757.4961 3.0 757.5049 2.0 757.5137 3.0 757.5225 1.0 757.5312 6.0 757.54 16.0 757.5488 7.0 757.5575 7.0 757.5663 11.0 757.5751 12.0 757.5839 11.0 757.5926 14.0 757.6014 14.0 757.6102 11.0 757.6189 6.0 757.6277 2.0 757.6365 4.0 757.6453 3.0 757.654 1.0 757.6628 1.0 757.6716 6.0 757.6804 3.0 757.6891 10.0 757.6979 11.0 757.7067 6.0 757.7154 1.0 757.7242 3.0 757.733 1.0 757.7418 7.0 757.7505 10.0 757.7593 1.0 757.7681 7.0 757.7768 19.0 757.7856 10.0 757.7944 11.0 757.8032 26.0 757.8119 38.0 757.8207 30.0 757.8295 34.0 757.8383 86.0 757.847 93.0 757.8558 73.0 757.8646 55.0 757.8733 57.0 757.8821 59.0 757.8909 54.0 757.8997 41.0 757.9084 36.0 757.9172 21.0 757.926 31.0 757.9348 27.0 757.9435 12.0 757.9523 13.0 757.9611 24.0 757.9699 26.0 757.9786 22.0 757.9874 25.0 757.9962 18.0 758.0049 29.0 758.0137 11.0 758.0225 11.0 758.0313 4.0 758.04 3.0 758.0488 8.0 758.0576 10.0 758.0664 4.0 758.0751 4.0 758.0839 2.0 758.0927 5.0 758.1015 6.0 758.1102 6.0 758.119 1.0 758.1278 2.0 758.1453 3.0 758.1541 1.0 758.1629 4.0 758.1717 5.0 758.1804 1.0 758.1892 4.0 758.198 2.0 758.2068 5.0 758.2155 7.0 758.2243 4.0 758.2331 3.0 758.2419 7.0 758.2506 1.0 758.2594 2.0 758.2682 2.0 758.277 4.0 758.2857 3.0 758.3033 2.0 758.3296 5.0 758.3384 6.0 758.3472 1.0 758.3559 6.0 758.3647 2.0 758.3735 5.0 758.3823 4.0 758.391 4.0 758.4086 2.0 758.4262 2.0 758.4349 3.0 758.4437 2.0 758.4525 3.0 758.4613 8.0 758.47 5.0 758.4788 1.0 758.4876 1.0 758.4964 10.0 758.5051 3.0 758.5139 10.0 758.5227 8.0 758.5315 6.0 758.5402 11.0 758.549 6.0 758.5578 3.0 758.5666 7.0 758.5754 8.0 758.5841 3.0 758.5929 4.0 758.6017 8.0 758.6105 6.0 758.6192 5.0 758.628 7.0 758.6368 6.0 758.6456 9.0 758.6544 6.0 758.6631 16.0 758.6719 11.0 758.6807 7.0 758.6895 2.0 758.6982 4.0 758.707 4.0 758.7158 1.0 758.7246 3.0 758.7334 2.0 758.7421 2.0 758.7597 1.0 758.7685 6.0 758.7772 3.0 758.786 2.0 758.7948 5.0 758.8036 9.0 758.8124 16.0 758.8211 20.0 758.8299 16.0 758.8387 38.0 758.8475 41.0 758.8563 72.0 758.865 75.0 758.8738 61.0 758.8826 17.0 758.8914 8.0 758.9001 19.0 758.9089 13.0 758.9177 11.0 758.9265 6.0 758.9353 7.0 758.944 6.0 758.9528 13.0 758.9616 12.0 758.9704 9.0 758.9792 4.0 758.9879 9.0 758.9967 10.0 759.0055 8.0 759.0143 9.0 759.0231 3.0 759.0318 3.0 759.0406 3.0 759.0494 8.0 759.0582 1.0 759.067 2.0 759.0757 2.0 759.0845 3.0 759.0933 9.0 759.1021 7.0 759.1109 6.0 759.1196 6.0 759.1284 4.0 759.1372 5.0 759.146 1.0 759.1548 2.0 759.1635 4.0 759.1723 1.0 759.1811 3.0 759.1899 2.0 759.1987 3.0 759.2074 6.0 759.2162 2.0 759.225 1.0 759.2426 4.0 759.2514 5.0 759.2601 4.0 759.2689 5.0 759.2777 1.0 759.2865 3.0 759.2953 1.0 759.304 2.0 759.3216 4.0 759.3304 1.0 759.3392 1.0 759.3479 1.0 759.3567 3.0 759.3743 4.0 759.3831 3.0 759.3919 5.0 759.4006 4.0 759.4094 2.0 759.4182 7.0 759.427 11.0 759.4446 3.0 759.4533 3.0 759.4621 1.0 759.4709 2.0 759.4797 6.0 759.4885 6.0 759.4972 13.0 759.506 10.0 759.5148 10.0 759.5236 16.0 759.5324 11.0 759.5412 14.0 759.5499 6.0 759.5587 5.0 759.5675 12.0 759.5763 4.0 759.5851 4.0 759.5939 1.0 759.6026 4.0 759.6114 2.0 759.6202 2.0 759.629 5.0 759.6378 4.0 759.6466 10.0 759.6553 6.0 759.6641 5.0 759.6729 7.0 759.6817 5.0 759.6905 1.0 759.6993 4.0 759.708 3.0 759.7168 3.0 759.7256 1.0 759.7432 6.0 759.752 8.0 759.7607 1.0 759.7783 1.0 759.7871 4.0 759.7959 5.0 759.8047 6.0 759.8134 9.0 759.8222 4.0 759.831 1.0 759.8398 5.0 759.8486 15.0 759.8574 28.0 759.8662 11.0 759.8749 3.0 759.8837 5.0 759.8925 6.0 759.9013 2.0 759.9101 11.0 759.9189 6.0 759.9277 2.0 759.9364 5.0 759.954 10.0 759.9628 10.0 759.9716 3.0 759.9804 2.0 759.9891 1.0 759.9979 1.0 760.0067 8.0 760.0155 3.0 760.0243 9.0 760.0331 1.0 760.0419 1.0 760.0506 4.0 760.0594 3.0 760.0682 4.0 760.077 10.0 760.0858 4.0 760.0946 5.0 760.1121 1.0 760.1297 4.0 760.1385 1.0 760.1473 1.0 760.1561 3.0 760.1649 3.0 760.1737 3.0 760.1824 1.0 760.1912 1.0 760.2 5.0 760.2176 2.0 760.2264 2.0 760.2352 5.0 760.2439 8.0 760.2527 1.0 760.2703 1.0 760.2879 5.0 760.2967 3.0 760.3055 3.0 760.3142 3.0 760.3318 1.0 760.3406 1.0 760.3494 3.0 760.3582 1.0 760.367 2.0 760.3758 6.0 760.3845 4.0 760.3933 1.0 760.4021 2.0 760.4109 1.0 760.4197 2.0 760.4285 1.0 760.4373 3.0 760.4461 1.0 760.4548 1.0 760.4636 2.0 760.4724 7.0 760.4812 8.0 760.49 5.0 760.4988 1.0 760.5076 9.0 760.5164 18.0 760.5252 12.0 760.5339 3.0 760.5427 7.0 760.5515 7.0 760.5603 8.0 760.5691 10.0 760.5779 6.0 760.5867 11.0 760.5955 13.0 760.6043 7.0 760.613 5.0 760.6218 3.0 760.6306 3.0 760.6394 4.0 760.6482 3.0 760.6658 7.0 760.6746 1.0 760.6921 2.0 760.7009 7.0 760.7097 7.0 760.7185 7.0 760.7273 15.0 760.7361 3.0 760.7449 5.0 760.7537 3.0 760.7625 1.0 760.7713 1.0 760.7888 3.0 760.7976 3.0 760.8064 4.0 760.8152 1.0 760.824 3.0 760.8328 6.0 760.8416 10.0 760.8504 5.0 760.8592 4.0 760.8679 7.0 760.8767 3.0 760.8855 1.0 760.8943 3.0 760.9031 2.0 760.9119 10.0 760.9207 6.0 760.9295 5.0 760.9383 6.0 760.9471 2.0 760.9559 2.0 760.9646 3.0 760.9734 2.0 760.9822 3.0 760.991 5.0 760.9998 5.0 761.0086 5.0 761.0174 7.0 761.0262 4.0 761.035 3.0 761.0438 5.0 761.0526 10.0 761.0613 10.0 761.0701 14.0 761.0789 11.0 761.0877 3.0 761.0965 3.0 761.1053 3.0 761.1141 1.0 761.1229 5.0 761.1317 5.0 761.1405 5.0 761.1493 1.0 761.1669 5.0 761.1756 1.0 761.1844 1.0 761.1932 5.0 761.202 3.0 761.2108 3.0 761.2196 3.0 761.2284 1.0 761.246 1.0 761.2548 1.0 761.2636 3.0 761.2724 3.0 761.2899 2.0 761.2987 1.0 761.3163 2.0 761.3339 1.0 761.3427 3.0 761.3515 1.0 761.3691 2.0 761.3779 2.0 761.3867 1.0 761.3955 4.0 761.4131 3.0 761.4218 4.0 761.4306 3.0 761.4394 3.0 761.4482 3.0 761.457 2.0 761.4658 2.0 761.4746 5.0 761.4834 7.0 761.4922 5.0 761.501 6.0 761.5098 5.0 761.5186 8.0 761.5274 5.0 761.5362 5.0 761.545 5.0 761.5538 8.0 761.5626 13.0 761.5713 2.0 761.5801 3.0 761.5889 2.0 761.5977 6.0 761.6065 22.0 761.6153 10.0 761.6241 2.0 761.6329 1.0 761.6417 2.0 761.6505 7.0 761.6593 3.0 761.6681 1.0 761.6769 5.0 761.6945 2.0 761.7033 2.0 761.7121 3.0 761.7209 2.0 761.7297 1.0 761.7385 2.0 761.7473 1.0 761.756 5.0 761.7648 5.0 761.7736 2.0 761.7824 5.0 761.7912 10.0 761.8 4.0 761.8088 7.0 761.8176 4.0 761.8352 7.0 761.844 5.0 761.8528 2.0 761.8616 9.0 761.8704 2.0 761.8792 1.0 761.8968 1.0 761.9056 3.0 761.9144 1.0 761.9232 7.0 761.9408 11.0 761.9496 10.0 761.9584 4.0 761.9672 8.0 761.976 2.0 761.9848 3.0 761.9935 4.0 762.0023 4.0 762.0199 2.0 762.0287 6.0 762.0375 2.0 762.0463 1.0 762.0551 2.0 762.0639 2.0 762.0727 5.0 762.0815 3.0 762.0903 15.0 762.0991 6.0 762.1079 3.0 762.1167 2.0 762.1255 7.0 762.1431 2.0 762.1519 3.0 762.1607 2.0 762.1695 3.0 762.1783 2.0 762.1871 3.0 762.1959 5.0 762.2047 6.0 762.2135 4.0 762.2223 5.0 762.2311 3.0 762.2399 3.0 762.2487 2.0 762.2575 2.0 762.2663 1.0 762.2751 1.0 762.2839 4.0 762.2927 7.0 762.3015 2.0 762.3103 1.0 762.3191 1.0 762.3279 4.0 762.3367 4.0 762.3455 1.0 762.3543 4.0 762.3631 11.0 762.3719 6.0 762.3807 1.0 762.3895 1.0 762.3983 10.0 762.4071 2.0 762.4159 6.0 762.4247 2.0 762.4335 3.0 762.4511 4.0 762.4599 4.0 762.4687 6.0 762.4863 2.0 762.4951 5.0 762.5039 5.0 762.5127 1.0 762.5215 5.0 762.5303 3.0 762.5391 1.0 762.5567 5.0 762.5655 11.0 762.5743 8.0 762.5831 10.0 762.5919 6.0 762.6007 7.0 762.6095 6.0 762.6183 7.0 762.6271 16.0 762.6359 9.0 762.6447 12.0 762.6535 4.0 762.6623 2.0 762.6711 10.0 762.6799 13.0 762.6887 14.0 762.6975 3.0 762.7063 1.0 762.7151 5.0 762.7239 8.0 762.7327 10.0 762.7415 6.0 762.7503 1.0 762.7591 2.0 762.7679 4.0 762.7767 6.0 762.7855 1.0 762.7943 2.0 762.8031 3.0 762.8119 13.0 762.8207 10.0 762.8295 5.0 762.8383 2.0 762.8471 3.0 762.8559 6.0 762.8647 4.0 762.8735 2.0 762.8823 4.0 762.8999 4.0 762.9087 3.0 762.9175 2.0 762.9263 7.0 762.9351 4.0 762.9439 8.0 762.9527 5.0 762.9615 5.0 762.9703 3.0 762.9791 1.0 762.9879 4.0 762.9967 5.0 763.0055 3.0 763.0143 1.0 763.0232 3.0 763.032 8.0 763.0408 3.0 763.0496 3.0 763.0584 3.0 763.0672 7.0 763.0848 2.0 763.0936 6.0 763.1024 13.0 763.1112 5.0 763.12 4.0 763.1288 6.0 763.1376 1.0 763.1464 2.0 763.1552 2.0 763.164 2.0 763.1728 3.0 763.1816 2.0 763.1904 1.0 763.1992 2.0 763.208 2.0 763.2168 1.0 763.2256 1.0 763.2344 1.0 763.2432 1.0 763.252 1.0 763.2609 4.0 763.2697 7.0 763.2785 1.0 763.2961 3.0 763.3225 6.0 763.3313 9.0 763.3401 6.0 763.3489 8.0 763.3577 6.0 763.3753 4.0 763.3841 2.0 763.3929 2.0 763.4017 3.0 763.4105 2.0 763.4193 1.0 763.4281 2.0 763.4369 6.0 763.4458 3.0 763.4546 3.0 763.4634 3.0 763.4722 2.0 763.481 4.0 763.4898 9.0 763.4986 8.0 763.5074 1.0 763.5162 1.0 763.525 14.0 763.5338 16.0 763.5426 10.0 763.5514 15.0 763.5602 7.0 763.569 2.0 763.5778 2.0 763.5866 2.0 763.5955 1.0 763.6043 8.0 763.6131 11.0 763.6219 12.0 763.6307 5.0 763.6395 7.0 763.6483 6.0 763.6571 10.0 763.6659 9.0 763.6747 7.0 763.6835 4.0 763.6923 6.0 763.7011 10.0 763.7099 7.0 763.7187 3.0 763.7276 2.0 763.7364 1.0 763.7452 1.0 763.754 1.0 763.7628 1.0 763.7892 5.0 763.798 6.0 763.8068 2.0 763.8244 8.0 763.8332 2.0 763.8421 5.0 763.8509 1.0 763.8685 8.0 763.8861 2.0 763.8949 1.0 763.9037 3.0 763.9125 9.0 763.9213 6.0 763.9301 4.0 763.9389 9.0 763.9477 15.0 763.9566 3.0 763.9654 2.0 763.9742 4.0 763.983 1.0 763.9918 3.0 764.0006 2.0 764.0094 2.0 764.0182 2.0 764.027 4.0 764.0358 10.0 764.0446 6.0 764.0535 3.0 764.0623 8.0 764.0711 3.0 764.0799 17.0 764.0887 16.0 764.0975 6.0 764.1063 3.0 764.1151 2.0 764.1239 5.0 764.1327 7.0 764.1592 3.0 764.168 2.0 764.1768 2.0 764.1944 3.0 764.2032 3.0 764.212 6.0 764.2208 2.0 764.2385 6.0 764.2473 5.0 764.2561 1.0 764.2649 2.0 764.2737 2.0 764.3001 3.0 764.3089 1.0 764.3177 1.0 764.3266 5.0 764.3354 2.0 764.3442 3.0 764.353 2.0 764.3618 2.0 764.3706 2.0 764.3794 1.0 764.3882 3.0 764.397 2.0 764.4059 3.0 764.4147 2.0 764.4235 2.0 764.4411 6.0 764.4499 6.0 764.4587 4.0 764.4675 2.0 764.4763 2.0 764.4852 7.0 764.494 4.0 764.5028 1.0 764.5116 5.0 764.5204 11.0 764.5292 11.0 764.538 11.0 764.5468 8.0 764.5556 5.0 764.5645 9.0 764.5733 2.0 764.5909 4.0 764.5997 3.0 764.6085 3.0 764.6173 1.0 764.6261 4.0 764.635 13.0 764.6438 5.0 764.6526 1.0 764.6614 9.0 764.6702 4.0 764.679 1.0 764.6878 3.0 764.6966 8.0 764.7055 7.0 764.7143 5.0 764.7231 2.0 764.7319 1.0 764.7407 6.0 764.7495 5.0 764.7583 2.0 764.7671 2.0 764.776 3.0 764.7848 3.0 764.7936 2.0 764.8024 3.0 764.8112 2.0 764.82 4.0 764.8377 3.0 764.8465 2.0 764.8553 1.0 764.8641 2.0 764.8817 1.0 764.8905 9.0 764.8994 5.0 764.9082 4.0 764.917 2.0 764.9258 2.0 764.9434 6.0 764.9522 3.0 764.961 1.0 764.9699 2.0 764.9787 2.0 764.9875 12.0 764.9963 8.0 765.0051 1.0 765.0139 5.0 765.0228 11.0 765.0316 11.0 765.0404 4.0 765.0492 7.0 765.058 4.0 765.0668 5.0 765.0756 2.0 765.0845 2.0 765.0933 3.0 765.1021 6.0 765.1109 2.0 765.1197 1.0 765.1285 3.0 765.1373 4.0 765.1462 10.0 765.155 14.0 765.1638 3.0 765.1726 5.0 765.1814 1.0 765.1902 4.0 765.1991 7.0 765.2079 1.0 765.2167 7.0 765.2343 1.0 765.2431 1.0 765.2519 2.0 765.2608 4.0 765.2696 8.0 765.2784 8.0 765.2872 4.0 765.296 6.0 765.3048 2.0 765.3137 9.0 765.3225 7.0 765.3401 2.0 765.3489 2.0 765.3577 3.0 765.3666 10.0 765.3754 8.0 765.3842 4.0 765.393 4.0 765.4018 5.0 765.4106 1.0 765.4283 5.0 765.4371 1.0 765.4459 3.0 765.4547 7.0 765.4635 5.0 765.4724 1.0 765.4812 11.0 765.49 25.0 765.4988 9.0 765.5076 4.0 765.5164 5.0 765.5253 7.0 765.5429 2.0 765.5517 1.0 765.5605 11.0 765.5694 10.0 765.5782 4.0 765.587 2.0 765.5958 5.0 765.6046 3.0 765.6134 6.0 765.6223 19.0 765.6311 5.0 765.6399 2.0 765.6487 6.0 765.6575 6.0 765.6664 16.0 765.6752 13.0 765.684 6.0 765.6928 1.0 765.7016 4.0 765.7104 5.0 765.7193 1.0 765.7281 4.0 765.7457 2.0 765.7545 2.0 765.7634 1.0 765.781 3.0 765.7898 4.0 765.7986 5.0 765.8075 7.0 765.8163 5.0 765.8251 2.0 765.8339 9.0 765.8427 10.0 765.8515 5.0 765.8604 3.0 765.8692 2.0 765.878 3.0 765.8868 3.0 765.8956 5.0 765.9045 2.0 765.9133 1.0 765.9221 6.0 765.9309 1.0 765.9397 5.0 765.9486 5.0 765.9574 2.0 765.975 7.0 765.9838 9.0 766.0015 4.0 766.0103 7.0 766.0191 1.0 766.0368 1.0 766.0456 5.0 766.0544 5.0 766.0632 4.0 766.072 2.0 766.0809 7.0 766.0897 12.0 766.0985 6.0 766.1073 2.0 766.1162 1.0 766.125 3.0 766.1338 6.0 766.1514 5.0 766.1603 4.0 766.1691 2.0 766.1779 5.0 766.1867 2.0 766.1955 2.0 766.2044 4.0 766.222 2.0 766.2308 4.0 766.2397 1.0 766.2485 2.0 766.2573 10.0 766.2661 3.0 766.2749 2.0 766.2838 7.0 766.2926 9.0 766.3014 2.0 766.3102 6.0 766.3279 2.0 766.3367 1.0 766.3455 2.0 766.3543 2.0 766.3632 2.0 766.372 6.0 766.3808 3.0 766.3896 5.0 766.3984 2.0 766.4073 4.0 766.4161 3.0 766.4337 1.0 766.4426 3.0 766.4514 5.0 766.4602 4.0 766.469 5.0 766.4779 2.0 766.4867 2.0 766.4955 3.0 766.5043 3.0 766.5131 9.0 766.522 5.0 766.5308 7.0 766.5396 10.0 766.5484 12.0 766.5573 16.0 766.5661 8.0 766.5749 3.0 766.5837 1.0 766.5926 3.0 766.6014 7.0 766.6102 12.0 766.619 21.0 766.6279 8.0 766.6367 8.0 766.6455 5.0 766.6543 3.0 766.6631 3.0 766.672 1.0 766.6808 9.0 766.6896 7.0 766.6984 1.0 766.7073 4.0 766.7161 2.0 766.7249 4.0 766.7337 5.0 766.7426 6.0 766.7514 4.0 766.7602 2.0 766.769 1.0 766.7779 3.0 766.7867 1.0 766.7955 4.0 766.8043 2.0 766.8308 1.0 766.8396 3.0 766.8485 2.0 766.8573 2.0 766.8749 4.0 766.8838 3.0 766.8926 2.0 766.9014 2.0 766.9102 2.0 766.9191 1.0 766.9279 4.0 766.9367 16.0 766.9455 6.0 766.9544 6.0 766.9632 8.0 766.972 10.0 766.9809 3.0 766.9897 5.0 766.9985 13.0 767.0073 6.0 767.0162 2.0 767.0338 1.0 767.0426 5.0 767.0515 7.0 767.0691 1.0 767.0779 2.0 767.0956 4.0 767.1044 8.0 767.1132 6.0 767.1221 5.0 767.1309 2.0 767.1397 1.0 767.1486 11.0 767.1574 4.0 767.1662 1.0 767.175 3.0 767.1839 1.0 767.1927 3.0 767.2015 4.0 767.2103 2.0 767.2192 1.0 767.228 4.0 767.2368 4.0 767.2457 2.0 767.2545 1.0 767.2633 2.0 767.2721 3.0 767.281 3.0 767.2898 7.0 767.2986 3.0 767.3074 1.0 767.3163 1.0 767.3251 1.0 767.3339 2.0 767.3428 3.0 767.3516 2.0 767.3604 3.0 767.3692 1.0 767.3781 2.0 767.3869 1.0 767.3957 1.0 767.4046 1.0 767.4134 3.0 767.4222 6.0 767.431 6.0 767.4399 5.0 767.4487 2.0 767.4664 3.0 767.4752 7.0 767.484 6.0 767.4928 12.0 767.5017 13.0 767.5105 3.0 767.5193 8.0 767.5282 5.0 767.537 10.0 767.5458 7.0 767.5546 9.0 767.5635 6.0 767.5723 12.0 767.5811 11.0 767.59 10.0 767.5988 10.0 767.6076 7.0 767.6164 1.0 767.6253 2.0 767.6341 7.0 767.6429 3.0 767.6518 1.0 767.6606 5.0 767.6694 7.0 767.6783 2.0 767.6871 3.0 767.6959 2.0 767.7136 11.0 767.7224 4.0 767.7401 5.0 767.7577 1.0 767.7666 3.0 767.7754 3.0 767.7842 3.0 767.7931 4.0 767.8019 3.0 767.8107 3.0 767.8195 6.0 767.8284 12.0 767.8372 2.0 767.846 2.0 767.8549 4.0 767.8637 11.0 767.8725 5.0 767.8814 2.0 767.8902 3.0 767.899 2.0 767.9079 7.0 767.9167 6.0 767.9255 7.0 767.9343 6.0 767.9432 1.0 767.952 4.0 767.9608 5.0 767.9697 3.0 767.9785 4.0 767.9873 1.0 767.9962 3.0 768.005 8.0 768.0138 3.0 768.0227 4.0 768.0315 1.0 768.0403 2.0 768.058 1.0 768.0757 1.0 768.0933 4.0 768.111 2.0 768.1198 1.0 768.1287 8.0 768.1375 7.0 768.1463 1.0 768.1552 2.0 768.164 1.0 768.1728 3.0 768.1816 4.0 768.1993 2.0 768.217 3.0 768.2258 1.0 768.2346 3.0 768.2435 2.0 768.2523 6.0 768.2611 3.0 768.27 10.0 768.2788 5.0 768.2876 2.0 768.2965 3.0 768.3053 1.0 768.323 2.0 768.3318 4.0 768.3406 3.0 768.3495 3.0 768.3583 3.0 768.3672 3.0 768.376 3.0 768.3848 4.0 768.3937 2.0 768.4025 9.0 768.4113 3.0 768.429 5.0 768.4378 3.0 768.4467 4.0 768.4555 2.0 768.4643 1.0 768.4732 3.0 768.482 2.0 768.4908 4.0 768.4997 4.0 768.5085 1.0 768.5173 4.0 768.5262 3.0 768.535 10.0 768.5438 18.0 768.5527 29.0 768.5615 19.0 768.5703 12.0 768.5792 7.0 768.588 4.0 768.5969 10.0 768.6057 11.0 768.6145 7.0 768.6234 2.0 768.6322 9.0 768.6499 8.0 768.6587 4.0 768.6675 2.0 768.6764 4.0 768.6852 6.0 768.694 5.0 768.7029 3.0 768.7117 6.0 768.7205 2.0 768.7294 3.0 768.7382 3.0 768.7471 2.0 768.7559 6.0 768.7647 7.0 768.7736 3.0 768.7912 3.0 768.8001 2.0 768.8089 1.0 768.8177 8.0 768.8266 11.0 768.8354 6.0 768.8443 1.0 768.8531 1.0 768.8708 4.0 768.8796 2.0 768.8884 2.0 768.9061 1.0 768.915 6.0 768.9238 1.0 768.9326 8.0 768.9415 7.0 768.9503 2.0 768.9591 2.0 768.968 1.0 768.9768 1.0 768.9857 1.0 769.0122 12.0 769.021 10.0 769.0298 6.0 769.0387 9.0 769.0475 5.0 769.0564 3.0 769.0652 2.0 769.074 2.0 769.0829 8.0 769.0917 5.0 769.1005 1.0 769.1094 4.0 769.1182 2.0 769.1271 2.0 769.1359 7.0 769.1447 5.0 769.1536 4.0 769.1624 2.0 769.1713 1.0 769.1801 2.0 769.1889 4.0 769.1978 6.0 769.2066 4.0 769.2154 2.0 769.2243 1.0 769.2331 5.0 769.242 3.0 769.2508 6.0 769.2596 3.0 769.2685 1.0 769.2773 4.0 769.2862 1.0 769.295 3.0 769.3038 1.0 769.3127 2.0 769.3215 4.0 769.3304 7.0 769.3392 7.0 769.348 8.0 769.3569 10.0 769.3657 9.0 769.3746 2.0 769.3834 7.0 769.4011 3.0 769.4099 1.0 769.4188 2.0 769.4276 8.0 769.4364 1.0 769.4453 3.0 769.4541 4.0 769.463 9.0 769.4718 8.0 769.4806 7.0 769.4895 1.0 769.4983 5.0 769.5072 6.0 769.516 14.0 769.5248 9.0 769.5337 6.0 769.5425 6.0 769.5514 13.0 769.5602 4.0 769.569 13.0 769.5779 13.0 769.5867 3.0 769.5956 10.0 769.6044 9.0 769.6132 16.0 769.6221 18.0 769.6309 9.0 769.6398 9.0 769.6486 1.0 769.6575 2.0 769.6663 3.0 769.6751 3.0 769.684 2.0 769.6928 9.0 769.7017 6.0 769.7105 15.0 769.7193 7.0 769.7282 6.0 769.737 8.0 769.7459 8.0 769.7547 8.0 769.7636 4.0 769.7724 4.0 769.7812 6.0 769.7901 2.0 769.7989 1.0 769.8078 3.0 769.8166 1.0 769.8254 3.0 769.8431 5.0 769.852 1.0 769.8697 4.0 769.8785 4.0 769.8873 1.0 769.8962 4.0 769.905 6.0 769.9139 5.0 769.9227 6.0 769.9316 9.0 769.9404 2.0 769.9492 2.0 769.9581 1.0 769.9669 1.0 769.9758 4.0 769.9846 4.0 769.9935 1.0 770.0023 2.0 770.0111 8.0 770.02 13.0 770.0288 8.0 770.0377 2.0 770.0465 2.0 770.0554 1.0 770.0642 4.0 770.0731 4.0 770.0819 4.0 770.0907 7.0 770.0996 6.0 770.1084 1.0 770.1173 1.0 770.135 3.0 770.1438 1.0 770.1526 3.0 770.1703 3.0 770.1792 8.0 770.188 10.0 770.1969 1.0 770.2057 3.0 770.2146 3.0 770.2234 2.0 770.2322 2.0 770.2411 6.0 770.2499 1.0 770.2588 2.0 770.2676 3.0 770.2765 2.0 770.2853 3.0 770.303 2.0 770.3207 4.0 770.3295 3.0 770.3384 4.0 770.3472 3.0 770.3561 5.0 770.3649 2.0 770.3738 3.0 770.3826 9.0 770.3915 1.0 770.4003 3.0 770.4092 1.0 770.418 1.0 770.4268 2.0 770.4357 1.0 770.4445 1.0 770.4534 1.0 770.4622 8.0 770.4711 3.0 770.4799 4.0 770.4888 6.0 770.4976 3.0 770.5065 1.0 770.5153 7.0 770.5242 13.0 770.533 7.0 770.5418 4.0 770.5507 1.0 770.5595 11.0 770.5684 22.0 770.5772 10.0 770.5861 10.0 770.5949 15.0 770.6038 2.0 770.6126 3.0 770.6215 10.0 770.6303 7.0 770.6392 4.0 770.648 7.0 770.6569 3.0 770.6657 3.0 770.6745 1.0 770.6834 11.0 770.6922 5.0 770.7011 7.0 770.7099 3.0 770.7188 3.0 770.7276 1.0 770.7365 1.0 770.7542 3.0 770.763 1.0 770.7807 1.0 770.7896 4.0 770.7984 8.0 770.8073 12.0 770.8161 11.0 770.825 13.0 770.8338 6.0 770.8427 1.0 770.8515 3.0 770.8604 2.0 770.8692 1.0 770.8781 1.0 770.8869 2.0 770.8957 1.0 770.9046 1.0 770.9134 4.0 770.9223 5.0 770.9311 3.0 770.94 5.0 770.9488 4.0 770.9665 3.0 770.9754 1.0 770.9842 2.0 770.9931 8.0 771.0019 3.0 771.0196 1.0 771.0285 1.0 771.0373 9.0 771.0462 8.0 771.055 3.0 771.0639 11.0 771.0727 4.0 771.0816 5.0 771.0904 7.0 771.0993 4.0 771.1081 1.0 771.117 1.0 771.1258 1.0 771.1347 4.0 771.1435 3.0 771.1524 1.0 771.1612 5.0 771.1701 3.0 771.1789 6.0 771.1878 1.0 771.1966 1.0 771.2055 4.0 771.2143 5.0 771.2232 2.0 771.2409 6.0 771.2497 4.0 771.2674 3.0 771.2763 5.0 771.2851 2.0 771.294 3.0 771.3028 5.0 771.3205 9.0 771.3294 2.0 771.3382 3.0 771.3471 3.0 771.3559 3.0 771.3648 11.0 771.3736 2.0 771.3825 2.0 771.3913 5.0 771.4002 3.0 771.409 4.0 771.4179 2.0 771.4268 2.0 771.4356 1.0 771.4445 2.0 771.4533 1.0 771.4622 3.0 771.471 2.0 771.4887 2.0 771.4976 4.0 771.5064 18.0 771.5153 13.0 771.5241 13.0 771.533 7.0 771.5418 1.0 771.5507 2.0 771.5595 12.0 771.5684 11.0 771.5772 13.0 771.5861 4.0 771.5949 6.0 771.6038 7.0 771.6126 14.0 771.6215 17.0 771.6304 4.0 771.6392 8.0 771.6481 5.0 771.6569 11.0 771.6658 6.0 771.6746 1.0 771.6835 3.0 771.7012 2.0 771.71 2.0 771.7189 2.0 771.7277 4.0 771.7366 6.0 771.7454 2.0 771.7543 3.0 771.7631 5.0 771.772 9.0 771.7809 1.0 771.7897 6.0 771.7986 7.0 771.8074 4.0 771.8163 3.0 771.8251 1.0 771.834 1.0 771.8428 8.0 771.8517 7.0 771.8605 3.0 771.8694 1.0 771.8783 3.0 771.8871 5.0 771.896 2.0 771.9048 6.0 771.9137 2.0 771.9225 1.0 771.9314 2.0 771.9402 3.0 771.9491 5.0 771.9579 8.0 771.9668 4.0 771.9756 1.0 771.9845 4.0 771.9934 11.0 772.0022 10.0 772.0111 4.0 772.0199 1.0 772.0288 7.0 772.0376 5.0 772.0465 2.0 772.0553 6.0 772.0642 11.0 772.0731 4.0 772.0819 3.0 772.0908 1.0 772.0996 5.0 772.1085 4.0 772.1173 4.0 772.1262 1.0 772.135 1.0 772.1439 1.0 772.1528 3.0 772.1616 7.0 772.1705 2.0 772.1793 8.0 772.1882 11.0 772.197 2.0 772.2059 5.0 772.2147 9.0 772.2236 6.0 772.2325 5.0 772.2413 5.0 772.2502 6.0 772.259 4.0 772.2679 2.0 772.2767 7.0 772.2856 4.0 772.2945 2.0 772.3033 5.0 772.3122 8.0 772.321 2.0 772.3299 1.0 772.3387 1.0 772.3476 3.0 772.3565 5.0 772.3742 1.0 772.3919 4.0 772.4007 4.0 772.4096 3.0 772.4185 1.0 772.4273 2.0 772.4362 8.0 772.445 6.0 772.4539 7.0 772.4627 1.0 772.4716 6.0 772.4893 5.0 772.4982 5.0 772.507 3.0 772.5159 6.0 772.5247 8.0 772.5336 9.0 772.5425 17.0 772.5513 5.0 772.5602 2.0 772.569 2.0 772.5779 2.0 772.5868 4.0 772.5956 10.0 772.6045 3.0 772.6133 2.0 772.6222 6.0 772.631 2.0 772.6399 3.0 772.6488 7.0 772.6576 4.0 772.6665 8.0 772.6753 9.0 772.6842 2.0 772.6931 6.0 772.7019 7.0 772.7108 9.0 772.7196 10.0 772.7285 3.0 772.7462 1.0 772.7551 2.0 772.7639 1.0 772.7728 3.0 772.7816 4.0 772.7905 5.0 772.7994 5.0 772.8082 5.0 772.8171 4.0 772.8348 1.0 772.8437 1.0 772.8525 3.0 772.8791 3.0 772.888 3.0 772.8968 9.0 772.9057 5.0 772.9145 1.0 772.9234 4.0 772.9323 4.0 772.95 5.0 772.9588 8.0 772.9677 8.0 772.9766 5.0 772.9854 4.0 772.9943 7.0 773.0031 5.0 773.012 2.0 773.0209 3.0 773.0297 10.0 773.0386 9.0 773.0475 11.0 773.0652 3.0 773.074 2.0 773.0829 5.0 773.0918 3.0 773.1006 11.0 773.1095 6.0 773.1183 1.0 773.1272 2.0 773.1361 3.0 773.1449 4.0 773.1626 3.0 773.1715 2.0 773.1804 1.0 773.1892 3.0 773.207 2.0 773.2158 4.0 773.2247 5.0 773.2335 2.0 773.2424 5.0 773.2513 11.0 773.2601 9.0 773.269 6.0 773.2867 6.0 773.2956 6.0 773.3044 5.0 773.3133 6.0 773.3222 4.0 773.331 5.0 773.3399 4.0 773.3488 11.0 773.3576 4.0 773.3753 2.0 773.3842 5.0 773.3931 1.0 773.4019 2.0 773.4108 3.0 773.4197 3.0 773.4285 7.0 773.4374 4.0 773.4462 6.0 773.4551 2.0 773.4728 2.0 773.4817 7.0 773.4906 1.0 773.4994 6.0 773.5083 15.0 773.5172 6.0 773.526 3.0 773.5349 8.0 773.5437 13.0 773.5526 6.0 773.5615 11.0 773.5703 18.0 773.5792 18.0 773.5881 5.0 773.5969 9.0 773.6058 4.0 773.6147 2.0 773.6235 6.0 773.6324 9.0 773.6412 13.0 773.6501 17.0 773.659 4.0 773.6678 2.0 773.6767 2.0 773.6856 3.0 773.6944 2.0 773.7122 4.0 773.721 14.0 773.7299 6.0 773.7388 6.0 773.7476 7.0 773.7565 10.0 773.7742 1.0 773.792 9.0 773.8008 8.0 773.8097 5.0 773.8185 2.0 773.8363 2.0 773.8451 4.0 773.854 4.0 773.8629 1.0 773.8717 6.0 773.8806 4.0 773.8895 1.0 773.8983 1.0 773.9072 5.0 773.9161 4.0 773.9249 4.0 773.9338 6.0 773.9427 2.0 773.9604 3.0 773.9693 3.0 773.9781 3.0 773.987 4.0 773.9959 4.0 774.0047 9.0 774.0136 8.0 774.0225 3.0 774.0313 3.0 774.0402 3.0 774.0491 8.0 774.0579 4.0 774.0668 2.0 774.0757 3.0 774.0845 2.0 774.0934 3.0 774.1023 5.0 774.1111 1.0 774.12 4.0 774.1289 8.0 774.1377 2.0 774.1466 2.0 774.1555 1.0 774.1643 2.0 774.1732 5.0 774.1821 1.0 774.1909 2.0 774.1998 1.0 774.2087 1.0 774.2175 3.0 774.2264 3.0 774.2353 1.0 774.2441 3.0 774.253 3.0 774.2707 10.0 774.2796 5.0 774.2885 2.0 774.2974 2.0 774.3151 4.0 774.3328 1.0 774.3417 1.0 774.3594 3.0 774.3683 4.0 774.3772 4.0 774.386 4.0 774.3949 9.0 774.4038 13.0 774.4126 3.0 774.4215 3.0 774.4304 4.0 774.4392 2.0 774.4481 3.0 774.457 6.0 774.4659 3.0 774.4747 2.0 774.4836 2.0 774.4925 6.0 774.5013 3.0 774.5102 3.0 774.5191 2.0 774.5368 2.0 774.5457 6.0 774.5545 4.0 774.5634 9.0 774.5723 9.0 774.5812 3.0 774.59 2.0 774.5989 3.0 774.6078 11.0 774.6166 9.0 774.6255 5.0 774.6344 12.0 774.6432 7.0 774.6521 11.0 774.661 5.0 774.6699 2.0 774.6787 7.0 774.6876 1.0 774.6965 1.0 774.7053 1.0 774.7142 1.0 774.7231 4.0 774.732 1.0 774.7408 3.0 774.7497 3.0 774.7586 1.0 774.7674 4.0 774.7763 2.0 774.8029 5.0 774.8118 6.0 774.8207 10.0 774.8295 10.0 774.8384 5.0 774.8473 2.0 774.8561 2.0 774.865 5.0 774.8739 14.0 774.8828 8.0 774.8916 4.0 774.9005 9.0 774.9094 11.0 774.9182 7.0 774.936 8.0 774.9449 10.0 774.9537 4.0 774.9626 4.0 774.9715 1.0 774.9804 2.0 774.9892 8.0 774.9981 5.0 775.007 2.0 775.0158 1.0 775.0247 5.0 775.0336 4.0 775.0425 1.0 775.0513 4.0 775.0602 5.0 775.0691 4.0 775.0779 6.0 775.0868 5.0 775.0957 6.0 775.1046 10.0 775.1134 6.0 775.1223 9.0 775.1312 7.0 775.1401 1.0 775.1489 1.0 775.1578 3.0 775.1667 1.0 775.1755 2.0 775.1844 3.0 775.1933 5.0 775.211 1.0 775.2199 3.0 775.2288 3.0 775.2377 2.0 775.2465 2.0 775.2554 2.0 775.2732 2.0 775.282 6.0 775.2909 9.0 775.2998 1.0 775.3175 6.0 775.3264 4.0 775.3353 2.0 775.3441 3.0 775.353 3.0 775.3619 3.0 775.3708 1.0 775.3796 2.0 775.3885 2.0 775.3974 1.0 775.424 2.0 775.4329 3.0 775.4418 3.0 775.4506 4.0 775.4595 1.0 775.4773 5.0 775.4861 7.0 775.495 7.0 775.5039 5.0 775.5128 2.0 775.5216 3.0 775.5305 9.0 775.5394 13.0 775.5483 10.0 775.5571 1.0 775.566 7.0 775.5749 12.0 775.5838 14.0 775.5926 9.0 775.6015 6.0 775.6104 9.0 775.6193 6.0 775.6281 12.0 775.637 6.0 775.6459 7.0 775.6637 1.0 775.6725 5.0 775.6814 3.0 775.6903 2.0 775.6992 6.0 775.708 4.0 775.7169 3.0 775.7258 7.0 775.7347 3.0 775.7435 5.0 775.7524 6.0 775.7613 1.0 775.7702 1.0 775.779 3.0 775.7879 1.0 775.7968 3.0 775.8057 2.0 775.8146 5.0 775.8234 8.0 775.8323 6.0 775.8412 3.0 775.8501 10.0 775.8589 6.0 775.8678 2.0 775.8767 7.0 775.8856 4.0 775.8944 1.0 775.9033 2.0 775.9122 5.0 775.9211 12.0 775.93 2.0 775.9388 6.0 775.9477 2.0 775.9566 9.0 775.9655 3.0 775.9743 5.0 775.9832 5.0 775.9921 9.0 776.001 5.0 776.0099 2.0 776.0187 3.0 776.0276 2.0 776.0365 4.0 776.0454 6.0 776.0542 3.0 776.072 2.0 776.0898 2.0 776.0986 3.0 776.1075 3.0 776.1164 3.0 776.1253 2.0 776.1342 2.0 776.143 2.0 776.1519 8.0 776.1608 7.0 776.1697 7.0 776.1785 2.0 776.1874 2.0 776.1963 6.0 776.2052 5.0 776.2141 6.0 776.2229 4.0 776.2318 4.0 776.2407 9.0 776.2496 8.0 776.2585 6.0 776.2673 2.0 776.2762 5.0 776.2851 2.0 776.3029 2.0 776.3117 1.0 776.3206 4.0 776.3295 2.0 776.3384 9.0 776.3473 9.0 776.3561 1.0 776.365 1.0 776.3739 6.0 776.3828 6.0 776.3917 3.0 776.4005 3.0 776.4094 3.0 776.4183 3.0 776.4272 3.0 776.4361 10.0 776.4449 3.0 776.4538 3.0 776.4627 4.0 776.4716 1.0 776.4805 4.0 776.4893 3.0 776.4982 4.0 776.5071 1.0 776.516 4.0 776.5249 2.0 776.5337 7.0 776.5426 4.0 776.5515 14.0 776.5604 4.0 776.5782 7.0 776.587 7.0 776.5959 12.0 776.6048 20.0 776.6137 12.0 776.6314 8.0 776.6403 7.0 776.6492 4.0 776.6581 6.0 776.667 7.0 776.6758 9.0 776.6847 7.0 776.6936 5.0 776.7114 3.0 776.7203 1.0 776.7291 2.0 776.738 2.0 776.7469 3.0 776.7558 3.0 776.7824 1.0 776.7913 3.0 776.8091 5.0 776.818 4.0 776.8268 2.0 776.8357 3.0 776.8446 1.0 776.8535 2.0 776.8624 2.0 776.8713 4.0 776.8801 11.0 776.889 5.0 776.8979 2.0 776.9068 1.0 776.9246 3.0 776.9334 2.0 776.9423 3.0 776.9512 2.0 776.9601 2.0 776.969 1.0 776.9779 3.0 776.9867 9.0 776.9956 7.0 777.0045 9.0 777.0134 2.0 777.0223 2.0 777.0312 4.0 777.04 8.0 777.0489 6.0 777.0578 2.0 777.0667 1.0 777.0756 9.0 777.0845 7.0 777.0934 2.0 777.1111 1.0 777.12 2.0 777.1289 6.0 777.1378 6.0 777.1555 4.0 777.1644 3.0 777.1733 3.0 777.1822 4.0 777.1911 4.0 777.2 1.0 777.2088 8.0 777.2177 4.0 777.2266 4.0 777.2355 10.0 777.2444 1.0 777.2622 3.0 777.271 6.0 777.2799 7.0 777.2888 13.0 777.2977 1.0 777.3066 3.0 777.3155 8.0 777.3244 5.0 777.3332 6.0 777.3421 1.0 777.351 5.0 777.3599 6.0 777.3688 2.0 777.3777 10.0 777.3866 3.0 777.3954 13.0 777.4043 7.0 777.4132 5.0 777.4221 1.0 777.431 2.0 777.4399 5.0 777.4488 2.0 777.4576 4.0 777.4665 5.0 777.4754 4.0 777.4843 2.0 777.4932 4.0 777.5021 7.0 777.511 7.0 777.5199 1.0 777.5287 5.0 777.5465 4.0 777.5554 9.0 777.5643 8.0 777.5732 3.0 777.5821 4.0 777.5909 10.0 777.5998 3.0 777.6087 2.0 777.6176 14.0 777.6265 5.0 777.6354 3.0 777.6443 6.0 777.6532 6.0 777.662 10.0 777.6709 3.0 777.6798 9.0 777.6887 2.0 777.6976 10.0 777.7065 5.0 777.7154 2.0 777.7243 13.0 777.7331 15.0 777.742 8.0 777.7687 1.0 777.7776 4.0 777.7865 3.0 777.7954 1.0 777.8043 7.0 777.8131 3.0 777.822 5.0 777.8398 5.0 777.8487 1.0 777.8576 3.0 777.8665 5.0 777.8754 8.0 777.8842 7.0 777.8931 8.0 777.902 2.0 777.9109 3.0 777.9198 11.0 777.9287 8.0 777.9376 8.0 777.9465 2.0 777.9554 1.0 777.9642 1.0 777.9731 5.0 777.982 2.0 777.9909 2.0 777.9998 1.0 778.0176 2.0 778.0265 4.0 778.0354 1.0 778.0443 1.0 778.0531 3.0 778.062 1.0 778.0709 1.0 778.0798 1.0 778.0976 4.0 778.1065 5.0 778.1154 2.0 778.1243 5.0 778.1332 5.0 778.142 2.0 778.1509 4.0 778.1598 10.0 778.1687 1.0 778.1776 2.0 778.1865 1.0 778.1954 1.0 778.2043 7.0 778.2132 7.0 778.2221 4.0 778.2309 6.0 778.2398 4.0 778.2487 2.0 778.2576 1.0 778.2665 1.0 778.2754 1.0 778.2843 1.0 778.2932 5.0 778.3021 6.0 778.311 5.0 778.3199 3.0 778.3288 2.0 778.3376 2.0 778.3465 6.0 778.3554 8.0 778.3643 4.0 778.3732 2.0 778.3821 1.0 778.391 7.0 778.3999 1.0 778.4088 6.0 778.4177 1.0 778.4266 3.0 778.4355 8.0 778.4443 6.0 778.4532 2.0 778.4621 1.0 778.4799 2.0 778.4888 3.0 778.4977 6.0 778.5066 2.0 778.5155 3.0 778.5244 6.0 778.5333 4.0 778.5422 13.0 778.551 9.0 778.5599 1.0 778.5688 1.0 778.5777 14.0 778.5866 15.0 778.5955 6.0 778.6044 11.0 778.6133 19.0 778.6222 6.0 778.6311 5.0 778.64 4.0 778.6489 2.0 778.6578 4.0 778.6667 11.0 778.6756 2.0 778.6844 2.0 778.6933 4.0 778.7022 1.0 778.7111 1.0 778.72 9.0 778.7289 3.0 778.7378 5.0 778.7556 2.0 778.7645 2.0 778.7734 1.0 778.7823 5.0 778.7912 7.0 778.8001 11.0 778.809 7.0 778.8179 8.0 778.8267 9.0 778.8356 2.0 778.8623 5.0 778.8712 14.0 778.8801 8.0 778.889 11.0 778.8979 2.0 778.9157 2.0 778.9424 2.0 778.9513 1.0 778.9602 2.0 778.9691 5.0 778.978 6.0 778.9868 2.0 778.9957 4.0 779.0046 1.0 779.0135 1.0 779.0224 2.0 779.0313 2.0 779.0402 7.0 779.0491 2.0 779.058 1.0 779.0669 1.0 779.0758 5.0 779.0847 7.0 779.0936 7.0 779.1025 8.0 779.1114 2.0 779.1203 4.0 779.1292 3.0 779.147 6.0 779.1559 1.0 779.1648 3.0 779.2003 5.0 779.2092 1.0 779.2181 4.0 779.227 7.0 779.2359 3.0 779.2448 3.0 779.2537 3.0 779.2626 5.0 779.2715 10.0 779.2804 3.0 779.2893 2.0 779.2982 1.0 779.3071 1.0 779.316 5.0 779.3249 2.0 779.3338 2.0 779.3516 4.0 779.3605 1.0 779.3694 8.0 779.3783 4.0 779.3872 3.0 779.405 5.0 779.4139 3.0 779.4228 1.0 779.4317 1.0 779.4406 1.0 779.4495 1.0 779.4584 2.0 779.4762 4.0 779.4851 4.0 779.494 8.0 779.5028 6.0 779.5117 9.0 779.5206 8.0 779.5295 10.0 779.5384 15.0 779.5473 10.0 779.5562 2.0 779.5651 8.0 779.574 18.0 779.5829 16.0 779.5918 14.0 779.6007 11.0 779.6096 8.0 779.6185 6.0 779.6274 6.0 779.6363 7.0 779.6452 7.0 779.6541 5.0 779.663 1.0 779.6719 13.0 779.6808 13.0 779.6897 8.0 779.6986 1.0 779.7075 5.0 779.7164 5.0 779.7253 9.0 779.7342 6.0 779.7431 6.0 779.752 3.0 779.7609 5.0 779.7698 2.0 779.7787 9.0 779.7876 10.0 779.7965 10.0 779.8054 10.0 779.8143 8.0 779.8232 6.0 779.8321 3.0 779.841 2.0 779.8499 6.0 779.8588 6.0 779.8677 3.0 779.8766 5.0 779.8855 5.0 779.8944 2.0 779.9033 9.0 779.9122 5.0 779.9211 4.0 779.93 4.0 779.9389 7.0 779.9478 3.0 779.9567 1.0 779.9656 3.0 779.9745 3.0 779.9923 2.0 780.0012 1.0 780.0101 13.0 780.019 8.0 780.0279 7.0 780.0368 10.0 780.0457 5.0 780.0546 3.0 780.0635 1.0 780.0724 2.0 780.0813 5.0 780.0902 1.0 780.0991 2.0 780.108 4.0 780.1169 3.0 780.1258 8.0 780.1347 11.0 780.1436 4.0 780.1525 2.0 780.1614 8.0 780.1703 4.0 780.1792 2.0 780.1882 1.0 780.1971 2.0 780.206 6.0 780.2149 10.0 780.2238 4.0 780.2327 7.0 780.2416 6.0 780.2505 2.0 780.2594 4.0 780.2683 3.0 780.2772 2.0 780.2861 1.0 780.295 2.0 780.3039 2.0 780.3128 3.0 780.3306 2.0 780.3484 1.0 780.3573 4.0 780.3662 4.0 780.3751 3.0 780.384 4.0 780.3929 3.0 780.4018 3.0 780.4107 1.0 780.4196 3.0 780.4285 2.0 780.4374 1.0 780.4463 2.0 780.4552 2.0 780.473 4.0 780.4819 2.0 780.4998 3.0 780.5087 6.0 780.5176 2.0 780.5265 7.0 780.5354 1.0 780.5443 3.0 780.5532 1.0 780.5621 4.0 780.571 1.0 780.5799 12.0 780.5888 4.0 780.5977 4.0 780.6066 4.0 780.6155 16.0 780.6244 8.0 780.6333 6.0 780.6422 8.0 780.6511 5.0 780.66 6.0 780.6689 10.0 780.6778 6.0 780.6867 6.0 780.6956 6.0 780.7046 5.0 780.7135 1.0 780.7224 4.0 780.7313 4.0 780.7402 5.0 780.7491 5.0 780.758 7.0 780.7669 9.0 780.7758 2.0 780.7847 4.0 780.7936 10.0 780.8025 1.0 780.8114 1.0 780.8203 8.0 780.8292 7.0 780.8381 5.0 780.847 8.0 780.8559 13.0 780.8649 9.0 780.8738 1.0 780.8827 3.0 780.8916 7.0 780.9005 5.0 780.9094 3.0 780.9183 1.0 780.9272 5.0 780.9361 4.0 780.945 2.0 780.9539 7.0 780.9628 6.0 780.9717 3.0 780.9806 7.0 780.9895 8.0 780.9984 9.0 781.0074 2.0 781.0163 2.0 781.0341 1.0 781.043 5.0 781.0519 8.0 781.0608 5.0 781.0697 1.0 781.0786 1.0 781.0964 1.0 781.1053 10.0 781.1142 10.0 781.1231 3.0 781.132 3.0 781.141 10.0 781.1499 4.0 781.1588 5.0 781.1677 6.0 781.1766 6.0 781.1855 6.0 781.1944 3.0 781.2033 5.0 781.2122 1.0 781.2211 3.0 781.23 2.0 781.2389 2.0 781.2479 1.0 781.2568 3.0 781.2657 2.0 781.2924 2.0 781.3013 3.0 781.3102 6.0 781.3191 3.0 781.328 5.0 781.3369 4.0 781.3458 1.0 781.3548 1.0 781.3637 1.0 781.3815 4.0 781.3904 4.0 781.3993 2.0 781.4082 1.0 781.4171 2.0 781.426 3.0 781.4349 2.0 781.4438 4.0 781.4527 3.0 781.4617 2.0 781.4706 4.0 781.4795 1.0 781.4884 1.0 781.4973 2.0 781.5062 3.0 781.5151 8.0 781.524 1.0 781.5329 13.0 781.5418 9.0 781.5508 5.0 781.5597 8.0 781.5686 4.0 781.5775 7.0 781.5864 3.0 781.5953 3.0 781.6042 14.0 781.6131 8.0 781.622 2.0 781.6309 3.0 781.6399 2.0 781.6488 7.0 781.6577 1.0 781.6666 2.0 781.6755 1.0 781.6844 4.0 781.6933 1.0 781.7022 4.0 781.7111 5.0 781.72 16.0 781.729 12.0 781.7379 2.0 781.7468 7.0 781.7557 8.0 781.7646 7.0 781.7735 1.0 781.7824 3.0 781.7913 6.0 781.8002 1.0 781.8092 3.0 781.8181 2.0 781.827 5.0 781.8359 5.0 781.8448 4.0 781.8537 5.0 781.8626 5.0 781.8715 1.0 781.8805 2.0 781.8894 3.0 781.8983 4.0 781.9072 2.0 781.9161 3.0 781.925 2.0 781.9339 4.0 781.9428 4.0 781.9517 2.0 781.9607 3.0 781.9696 18.0 781.9785 12.0 781.9874 4.0 781.9963 7.0 782.0052 2.0 782.0141 3.0 782.023 7.0 782.032 3.0 782.0409 5.0 782.0498 4.0 782.0587 1.0 782.0676 3.0 782.0765 4.0 782.0854 5.0 782.0943 5.0 782.1033 2.0 782.1122 5.0 782.1211 10.0 782.13 4.0 782.1389 2.0 782.1478 4.0 782.1567 7.0 782.1657 19.0 782.1746 7.0 782.1835 14.0 782.1924 12.0 782.2013 4.0 782.2102 2.0 782.228 1.0 782.237 2.0 782.2459 5.0 782.2548 5.0 782.2637 1.0 782.2815 3.0 782.2904 5.0 782.2994 4.0 782.3083 4.0 782.3172 3.0 782.3261 4.0 782.335 3.0 782.3439 6.0 782.3528 5.0 782.3618 3.0 782.3707 5.0 782.3796 3.0 782.3885 2.0 782.3974 1.0 782.4063 2.0 782.4242 9.0 782.4331 13.0 782.442 3.0 782.4509 8.0 782.4598 9.0 782.4687 5.0 782.4776 8.0 782.4866 7.0 782.4955 2.0 782.5044 2.0 782.5133 7.0 782.5222 1.0 782.5311 1.0 782.5401 8.0 782.549 6.0 782.5579 8.0 782.5668 12.0 782.5757 17.0 782.5846 12.0 782.5935 18.0 782.6025 16.0 782.6114 2.0 782.6203 1.0 782.6292 8.0 782.6381 2.0 782.647 22.0 782.656 9.0 782.6649 3.0 782.6738 5.0 782.6827 3.0 782.6916 3.0 782.7005 2.0 782.7095 7.0 782.7184 12.0 782.7273 8.0 782.7362 10.0 782.7451 7.0 782.754 6.0 782.763 6.0 782.7719 5.0 782.7808 3.0 782.7897 6.0 782.7986 16.0 782.8075 6.0 782.8165 4.0 782.8254 6.0 782.8343 13.0 782.8432 11.0 782.8521 5.0 782.861 7.0 782.8789 2.0 782.8878 4.0 782.8967 4.0 782.9056 2.0 782.9146 4.0 782.9235 4.0 782.9324 2.0 782.9413 3.0 782.9502 8.0 782.9591 10.0 782.9681 3.0 782.977 4.0 782.9859 5.0 783.0037 1.0 783.0126 1.0 783.0216 3.0 783.0305 3.0 783.0394 7.0 783.0483 1.0 783.0572 5.0 783.0662 12.0 783.0751 10.0 783.084 7.0 783.0929 5.0 783.1018 3.0 783.1108 12.0 783.1197 4.0 783.1286 1.0 783.1375 1.0 783.1464 3.0 783.1553 8.0 783.1643 8.0 783.1732 8.0 783.1821 1.0 783.191 1.0 783.1999 2.0 783.2089 8.0 783.2178 5.0 783.2356 1.0 783.2445 2.0 783.2535 1.0 783.2624 1.0 783.2713 1.0 783.2802 5.0 783.2891 2.0 783.2981 2.0 783.307 1.0 783.3248 4.0 783.3337 5.0 783.3427 9.0 783.3605 1.0 783.3873 2.0 783.3962 3.0 783.4051 1.0 783.414 1.0 783.4319 6.0 783.4408 4.0 783.4497 2.0 783.4586 6.0 783.4675 3.0 783.4765 6.0 783.4854 5.0 783.4943 5.0 783.5032 9.0 783.5121 2.0 783.5211 1.0 783.53 3.0 783.5389 5.0 783.5478 5.0 783.5568 11.0 783.5657 7.0 783.5746 8.0 783.5835 7.0 783.5924 4.0 783.6014 4.0 783.6103 12.0 783.6192 17.0 783.6281 11.0 783.637 7.0 783.646 5.0 783.6549 13.0 783.6638 6.0 783.6727 2.0 783.6817 6.0 783.6906 8.0 783.6995 4.0 783.7084 4.0 783.7173 1.0 783.7263 7.0 783.7352 2.0 783.753 2.0 783.762 3.0 783.7709 6.0 783.7798 9.0 783.7887 7.0 783.7976 1.0 783.8066 2.0 783.8155 3.0 783.8244 3.0 783.8333 2.0 783.8423 2.0 783.8512 3.0 783.8601 3.0 783.869 3.0 783.878 5.0 783.8869 4.0 783.8958 10.0 783.9047 9.0 783.9136 12.0 783.9226 8.0 783.9315 2.0 783.9404 2.0 783.9493 7.0 783.9583 3.0 783.9672 3.0 783.9761 3.0 783.985 6.0 783.994 5.0 784.0118 1.0 784.0207 5.0 784.0297 3.0 784.0386 3.0 784.0475 12.0 784.0564 6.0 784.0653 2.0 784.0743 2.0 784.0921 2.0 784.101 2.0 784.11 7.0 784.1189 6.0 784.1278 4.0 784.1367 3.0 784.1457 3.0 784.1546 5.0 784.1635 1.0 784.1724 2.0 784.1814 2.0 784.1903 2.0 784.1992 3.0 784.2171 3.0 784.226 1.0 784.2349 1.0 784.2438 5.0 784.2528 2.0 784.2617 3.0 784.2706 1.0 784.2795 2.0 784.2885 7.0 784.2974 9.0 784.3063 2.0 784.3152 7.0 784.3242 6.0 784.3331 3.0 784.342 4.0 784.3509 2.0 784.3599 4.0 784.3688 2.0 784.3777 3.0 784.3867 7.0 784.3956 8.0 784.4045 3.0 784.4134 1.0 784.4224 4.0 784.4313 7.0 784.4402 5.0 784.4491 3.0 784.4581 8.0 784.467 5.0 784.4759 1.0 784.4848 2.0 784.4938 2.0 784.5027 4.0 784.5205 2.0 784.5295 3.0 784.5384 11.0 784.5473 14.0 784.5563 11.0 784.5652 4.0 784.5741 11.0 784.583 5.0 784.592 9.0 784.6009 7.0 784.6098 7.0 784.6187 6.0 784.6277 5.0 784.6366 5.0 784.6455 8.0 784.6545 7.0 784.6634 9.0 784.6723 10.0 784.6812 3.0 784.6902 2.0 784.6991 4.0 784.708 7.0 784.7169 12.0 784.7259 7.0 784.7348 5.0 784.7437 9.0 784.7527 11.0 784.7616 3.0 784.7705 1.0 784.7794 12.0 784.7884 11.0 784.7973 7.0 784.8062 2.0 784.8152 4.0 784.8241 12.0 784.8419 1.0 784.8509 3.0 784.8598 2.0 784.8687 1.0 784.8777 3.0 784.8866 2.0 784.8955 2.0 784.9044 2.0 784.9134 1.0 784.9223 3.0 784.9312 3.0 784.9402 10.0 784.9491 15.0 784.958 12.0 784.967 3.0 784.9848 4.0 784.9937 1.0 785.0027 9.0 785.0116 7.0 785.0205 4.0 785.0295 7.0 785.0384 7.0 785.0473 1.0 785.0562 1.0 785.0652 2.0 785.0741 2.0 785.083 6.0 785.092 6.0 785.1009 2.0 785.1098 6.0 785.1188 5.0 785.1277 1.0 785.1366 3.0 785.1455 1.0 785.1545 2.0 785.1723 1.0 785.1813 4.0 785.1902 5.0 785.1991 12.0 785.2081 4.0 785.217 5.0 785.2349 2.0 785.2438 5.0 785.2527 2.0 785.2616 3.0 785.2706 2.0 785.2795 2.0 785.2884 9.0 785.2974 3.0 785.3063 3.0 785.3152 5.0 785.3242 4.0 785.3331 5.0 785.342 3.0 785.351 1.0 785.3599 2.0 785.3688 8.0 785.3778 2.0 785.3867 3.0 785.3956 5.0 785.4046 3.0 785.4135 4.0 785.4224 10.0 785.4313 2.0 785.4403 1.0 785.4492 2.0 785.4581 1.0 785.4671 2.0 785.4849 3.0 785.5028 6.0 785.5117 6.0 785.5207 1.0 785.5296 5.0 785.5385 7.0 785.5475 6.0 785.5564 19.0 785.5653 6.0 785.5743 6.0 785.5832 1.0 785.5921 4.0 785.6011 6.0 785.61 5.0 785.6189 14.0 785.6279 8.0 785.6368 14.0 785.6457 9.0 785.6547 9.0 785.6636 1.0 785.6725 3.0 785.6815 6.0 785.6904 2.0 785.6993 3.0 785.7083 2.0 785.7172 4.0 785.7261 6.0 785.7351 6.0 785.744 10.0 785.7529 10.0 785.7619 3.0 785.7708 4.0 785.7797 5.0 785.7887 4.0 785.7976 7.0 785.8065 3.0 785.8155 1.0 785.8244 4.0 785.8333 6.0 785.8423 2.0 785.8512 1.0 785.8601 2.0 785.8691 8.0 785.878 4.0 785.8869 5.0 785.8959 4.0 785.9048 6.0 785.9137 8.0 785.9227 8.0 785.9316 8.0 785.9406 6.0 785.9495 2.0 785.9584 3.0 785.9674 4.0 785.9763 12.0 785.9852 3.0 785.9942 1.0 786.012 1.0 786.021 5.0 786.0299 6.0 786.0388 5.0 786.0478 7.0 786.0567 10.0 786.0656 3.0 786.0746 4.0 786.0835 5.0 786.0925 4.0 786.1014 4.0 786.1103 1.0 786.1193 3.0 786.1282 8.0 786.1371 2.0 786.1461 2.0 786.1639 2.0 786.1729 1.0 786.1818 5.0 786.1908 6.0 786.1997 6.0 786.2086 2.0 786.2176 1.0 786.2265 2.0 786.2354 6.0 786.2533 1.0 786.2712 4.0 786.2801 3.0 786.2891 2.0 786.298 2.0 786.3069 2.0 786.3159 2.0 786.3248 3.0 786.3337 4.0 786.3427 3.0 786.3516 3.0 786.3606 1.0 786.3695 1.0 786.3784 5.0 786.3874 3.0 786.3963 2.0 786.4052 1.0 786.4142 3.0 786.4231 6.0 786.4321 4.0 786.441 2.0 786.4499 6.0 786.4589 11.0 786.4678 7.0 786.4767 3.0 786.4857 3.0 786.4946 1.0 786.5036 3.0 786.5125 7.0 786.5214 7.0 786.5304 10.0 786.5393 9.0 786.5482 4.0 786.5572 2.0 786.5661 4.0 786.5751 16.0 786.584 28.0 786.5929 17.0 786.6019 16.0 786.6108 10.0 786.6198 3.0 786.6287 6.0 786.6376 6.0 786.6466 4.0 786.6555 8.0 786.6644 8.0 786.6734 1.0 786.6823 7.0 786.6913 1.0 786.7002 1.0 786.7091 3.0 786.7181 4.0 786.727 5.0 786.736 4.0 786.7449 18.0 786.7538 12.0 786.7628 7.0 786.7717 5.0 786.7807 3.0 786.7896 14.0 786.7985 1.0 786.8075 2.0 786.8164 5.0 786.8254 4.0 786.8343 9.0 786.8432 3.0 786.8522 4.0 786.8611 3.0 786.8701 1.0 786.8879 4.0 786.8969 9.0 786.9058 6.0 786.9148 2.0 786.9237 3.0 786.9326 7.0 786.9416 3.0 786.9505 5.0 786.9595 3.0 786.9773 3.0 786.9863 1.0 786.9952 1.0 787.0042 4.0 787.0131 3.0 787.0221 11.0 787.031 6.0 787.0399 4.0 787.0489 10.0 787.0578 4.0 787.0668 2.0 787.0757 10.0 787.0846 8.0 787.0936 6.0 787.1025 4.0 787.1115 4.0 787.1293 2.0 787.1383 4.0 787.1651 4.0 787.1741 3.0 787.183 3.0 787.1919 1.0 787.2009 6.0 787.2098 7.0 787.2188 1.0 787.2277 2.0 787.2367 1.0 787.2456 1.0 787.2545 2.0 787.2635 6.0 787.2724 1.0 787.2903 3.0 787.2993 3.0 787.3082 2.0 787.3171 1.0 787.3261 2.0 787.335 3.0 787.344 8.0 787.3529 1.0 787.3619 2.0 787.3708 3.0 787.3797 1.0 787.3887 2.0 787.3976 1.0 787.4066 3.0 787.4155 1.0 787.4245 6.0 787.4334 7.0 787.4423 1.0 787.4513 4.0 787.4602 2.0 787.4692 3.0 787.4781 3.0 787.4871 2.0 787.496 10.0 787.5049 5.0 787.5139 7.0 787.5228 10.0 787.5318 2.0 787.5407 4.0 787.5497 10.0 787.5586 14.0 787.5676 16.0 787.5765 9.0 787.5854 6.0 787.5944 1.0 787.6033 11.0 787.6123 10.0 787.6212 11.0 787.6302 2.0 787.6391 9.0 787.6481 11.0 787.657 4.0 787.6659 3.0 787.6749 6.0 787.6838 7.0 787.6928 5.0 787.7017 2.0 787.7107 4.0 787.7196 1.0 787.7286 2.0 787.7375 3.0 787.7464 7.0 787.7554 3.0 787.7643 5.0 787.7733 4.0 787.7822 10.0 787.7912 3.0 787.8001 7.0 787.8091 5.0 787.818 11.0 787.827 5.0 787.8359 5.0 787.8538 2.0 787.8627 2.0 787.8717 1.0 787.8806 3.0 787.8896 1.0 787.8985 1.0 787.9075 1.0 787.9164 2.0 787.9343 4.0 787.9433 1.0 787.9522 1.0 787.9611 8.0 787.9701 11.0 787.979 10.0 787.988 4.0 787.9969 10.0 788.0059 11.0 788.0148 4.0 788.0238 15.0 788.0327 18.0 788.0417 12.0 788.0506 8.0 788.0596 4.0 788.0685 6.0 788.0775 1.0 788.0864 9.0 788.0954 2.0 788.1043 1.0 788.1132 3.0 788.1222 1.0 788.1311 5.0 788.1401 2.0 788.149 4.0 788.158 1.0 788.1669 8.0 788.1759 4.0 788.1848 4.0 788.1938 3.0 788.2027 1.0 788.2117 3.0 788.2206 2.0 788.2296 1.0 788.2385 5.0 788.2475 5.0 788.2564 1.0 788.2654 5.0 788.2833 2.0 788.2922 1.0 788.3012 1.0 788.3101 5.0 788.319 2.0 788.328 1.0 788.3369 5.0 788.3459 8.0 788.3548 4.0 788.3638 1.0 788.3727 4.0 788.3817 2.0 788.3906 2.0 788.3996 1.0 788.4085 2.0 788.4175 1.0 788.4354 8.0 788.4443 4.0 788.4533 4.0 788.4622 2.0 788.4712 2.0 788.4891 1.0 788.498 4.0 788.507 7.0 788.5159 4.0 788.5249 7.0 788.5338 10.0 788.5428 2.0 788.5517 11.0 788.5607 5.0 788.5696 5.0 788.5786 7.0 788.5875 11.0 788.5965 8.0 788.6054 11.0 788.6144 12.0 788.6233 5.0 788.6323 14.0 788.6412 7.0 788.6502 8.0 788.6591 4.0 788.6681 2.0 788.677 3.0 788.686 8.0 788.6949 3.0 788.7039 1.0 788.7128 5.0 788.7218 1.0 788.7307 2.0 788.7397 2.0 788.7665 2.0 788.7755 8.0 788.7844 7.0 788.7934 5.0 788.8023 3.0 788.8113 1.0 788.8202 5.0 788.8292 10.0 788.8381 5.0 788.8471 6.0 788.856 11.0 788.865 8.0 788.874 3.0 788.8829 3.0 788.8919 1.0 788.9008 3.0 788.9098 2.0 788.9187 4.0 788.9277 4.0 788.9456 1.0 788.9545 6.0 788.9635 6.0 788.9724 1.0 788.9814 1.0 788.9903 3.0 788.9993 7.0 789.0082 11.0 789.0172 5.0 789.0261 1.0 789.0351 1.0 789.044 3.0 789.053 2.0 789.0619 6.0 789.0799 3.0 789.0888 8.0 789.0978 2.0 789.1067 10.0 789.1157 2.0 789.1246 1.0 789.1336 2.0 789.1425 1.0 789.1515 6.0 789.1604 7.0 789.1694 2.0 789.1783 10.0 789.1873 2.0 789.1962 4.0 789.2052 1.0 789.2142 3.0 789.2231 6.0 789.2321 3.0 789.2589 6.0 789.2679 5.0 789.2858 2.0 789.2947 4.0 789.3037 5.0 789.3126 5.0 789.3216 5.0 789.3306 6.0 789.3395 2.0 789.3485 3.0 789.3574 3.0 789.3664 1.0 789.3753 5.0 789.3843 7.0 789.3932 9.0 789.4022 1.0 789.4111 13.0 789.4201 9.0 789.4291 12.0 789.438 5.0 789.447 2.0 789.4649 3.0 789.4738 2.0 789.4828 3.0 789.4917 5.0 789.5007 5.0 789.5096 4.0 789.5186 1.0 789.5276 1.0 789.5365 2.0 789.5455 11.0 789.5544 12.0 789.5634 9.0 789.5723 12.0 789.5813 15.0 789.5902 11.0 789.5992 4.0 789.6082 12.0 789.6171 12.0 789.6261 5.0 789.635 2.0 789.644 2.0 789.6529 9.0 789.6619 7.0 789.6709 7.0 789.6798 2.0 789.6888 9.0 789.6977 8.0 789.7067 9.0 789.7156 4.0 789.7246 3.0 789.7335 4.0 789.7425 5.0 789.7515 2.0 789.7604 2.0 789.7694 3.0 789.7783 2.0 789.7873 8.0 789.7962 4.0 789.8052 1.0 789.8142 5.0 789.8231 9.0 789.8321 2.0 789.841 2.0 789.85 4.0 789.8589 3.0 789.8769 2.0 789.8858 5.0 789.8948 8.0 789.9037 2.0 789.9127 1.0 789.9216 1.0 789.9306 2.0 789.9396 13.0 789.9485 7.0 789.9664 3.0 789.9754 4.0 789.9844 3.0 789.9933 2.0 790.0023 3.0 790.0112 2.0 790.0202 6.0 790.0291 2.0 790.0381 3.0 790.0471 6.0 790.056 7.0 790.065 9.0 790.0739 14.0 790.0829 5.0 790.0919 3.0 790.1008 6.0 790.1098 13.0 790.1187 7.0 790.1277 5.0 790.1366 7.0 790.1456 5.0 790.1546 4.0 790.1635 11.0 790.1725 6.0 790.1814 3.0 790.1904 3.0 790.1994 2.0 790.2083 1.0 790.2173 3.0 790.2262 1.0 790.2442 4.0 790.2531 3.0 790.2621 4.0 790.271 2.0 790.28 1.0 790.289 4.0 790.3069 6.0 790.3158 5.0 790.3248 1.0 790.3338 6.0 790.3427 6.0 790.3517 1.0 790.3606 7.0 790.3696 3.0 790.3786 3.0 790.3875 6.0 790.3965 2.0 790.4054 1.0 790.4144 2.0 790.4234 5.0 790.4323 5.0 790.4413 4.0 790.4502 3.0 790.4592 6.0 790.4682 5.0 790.4771 4.0 790.4861 1.0 790.495 3.0 790.504 6.0 790.513 1.0 790.5219 3.0 790.5309 8.0 790.5398 3.0 790.5488 11.0 790.5578 5.0 790.5667 1.0 790.5757 6.0 790.5847 4.0 790.5936 4.0 790.6026 16.0 790.6115 7.0 790.6205 1.0 790.6295 7.0 790.6384 7.0 790.6474 3.0 790.6563 4.0 790.6653 3.0 790.6743 7.0 790.6832 13.0 790.6922 13.0 790.7012 11.0 790.7101 12.0 790.7191 6.0 790.728 1.0 790.737 2.0 790.746 5.0 790.7549 7.0 790.7639 4.0 790.7729 5.0 790.7818 3.0 790.7908 5.0 790.7997 7.0 790.8087 3.0 790.8177 4.0 790.8266 5.0 790.8356 7.0 790.8446 5.0 790.8535 3.0 790.8625 4.0 790.8714 10.0 790.8804 9.0 790.8894 5.0 790.8983 7.0 790.9073 7.0 790.9163 3.0 790.9252 2.0 790.9342 1.0 790.9431 6.0 790.9521 7.0 790.9611 8.0 790.97 4.0 790.979 8.0 790.988 10.0 790.9969 2.0 791.0059 1.0 791.0149 3.0 791.0238 4.0 791.0328 1.0 791.0417 2.0 791.0507 13.0 791.0597 15.0 791.0686 5.0 791.0776 4.0 791.0866 3.0 791.1045 3.0 791.1135 5.0 791.1224 1.0 791.1314 3.0 791.1404 5.0 791.1493 6.0 791.1583 1.0 791.1673 6.0 791.1762 8.0 791.1852 3.0 791.1941 2.0 791.2031 1.0 791.2121 6.0 791.221 5.0 791.23 7.0 791.239 3.0 791.2479 8.0 791.2569 1.0 791.2748 5.0 791.2838 2.0 791.2928 4.0 791.3017 3.0 791.3107 1.0 791.3197 3.0 791.3286 8.0 791.3376 3.0 791.3466 8.0 791.3555 4.0 791.3645 1.0 791.3735 1.0 791.3824 6.0 791.3914 1.0 791.4004 2.0 791.4093 3.0 791.4183 3.0 791.4272 1.0 791.4362 3.0 791.4452 2.0 791.4541 1.0 791.4631 3.0 791.4721 4.0 791.481 4.0 791.49 4.0 791.499 2.0 791.5079 7.0 791.5169 12.0 791.5259 3.0 791.5348 8.0 791.5438 10.0 791.5528 7.0 791.5617 11.0 791.5707 13.0 791.5797 5.0 791.5886 5.0 791.6066 6.0 791.6156 8.0 791.6245 11.0 791.6335 26.0 791.6425 21.0 791.6514 10.0 791.6604 16.0 791.6694 5.0 791.6783 11.0 791.6873 2.0 791.6963 2.0 791.7142 7.0 791.7232 5.0 791.7321 2.0 791.7411 7.0 791.7501 8.0 791.759 11.0 791.768 13.0 791.777 3.0 791.7859 4.0 791.7949 4.0 791.8039 1.0 791.8218 1.0 791.8308 2.0 791.8397 1.0 791.8487 1.0 791.8577 4.0 791.8667 9.0 791.8756 1.0 791.8846 2.0 791.8936 2.0 791.9025 2.0 791.9115 3.0 791.9384 4.0 791.9474 11.0 791.9563 7.0 791.9653 8.0 791.9743 8.0 791.9833 5.0 791.9922 2.0 792.0012 4.0 792.0102 6.0 792.0191 7.0 792.0281 20.0 792.0371 12.0 792.046 5.0 792.055 6.0 792.064 6.0 792.0729 7.0 792.0819 2.0 792.0909 1.0 792.0999 8.0 792.1088 11.0 792.1178 8.0 792.1268 4.0 792.1357 4.0 792.1447 2.0 792.1537 2.0 792.1627 2.0 792.1716 4.0 792.1806 2.0 792.1896 3.0 792.2075 3.0 792.2165 3.0 792.2254 6.0 792.2344 7.0 792.2434 1.0 792.2524 4.0 792.2613 6.0 792.2703 2.0 792.2793 2.0 792.2882 1.0 792.2972 3.0 792.3062 7.0 792.3152 1.0 792.3241 1.0 792.3331 1.0 792.3421 2.0 792.36 1.0 792.369 1.0 792.378 4.0 792.3869 8.0 792.3959 7.0 792.4049 4.0 792.4138 1.0 792.4228 4.0 792.4318 5.0 792.4497 5.0 792.4587 5.0 792.4677 2.0 792.4856 3.0 792.4946 7.0 792.5036 4.0 792.5125 2.0 792.5215 6.0 792.5305 7.0 792.5395 8.0 792.5484 4.0 792.5574 7.0 792.5664 8.0 792.5753 11.0 792.5843 4.0 792.5933 10.0 792.6023 18.0 792.6112 11.0 792.6202 9.0 792.6292 21.0 792.6382 11.0 792.6471 19.0 792.6561 12.0 792.6651 8.0 792.674 9.0 792.683 7.0 792.692 4.0 792.701 26.0 792.7099 20.0 792.7189 4.0 792.7279 5.0 792.7369 3.0 792.7458 1.0 792.7638 2.0 792.7728 8.0 792.7817 3.0 792.7907 2.0 792.7997 2.0 792.8087 3.0 792.8176 2.0 792.8266 7.0 792.8356 2.0 792.8445 4.0 792.8535 9.0 792.8625 10.0 792.8715 3.0 792.8804 3.0 792.9074 4.0 792.9163 8.0 792.9253 3.0 792.9343 3.0 792.9433 3.0 792.9522 4.0 792.9612 11.0 792.9702 3.0 792.9792 3.0 792.9881 3.0 792.9971 5.0 793.0061 8.0 793.0151 4.0 793.024 5.0 793.033 4.0 793.042 7.0 793.051 4.0 793.0599 12.0 793.0689 1.0 793.0779 4.0 793.0869 9.0 793.0958 4.0 793.1048 8.0 793.1138 1.0 793.1318 5.0 793.1407 4.0 793.1497 10.0 793.1587 3.0 793.1677 8.0 793.1766 3.0 793.1946 2.0 793.2036 3.0 793.2125 6.0 793.2215 2.0 793.2305 3.0 793.2395 5.0 793.2484 1.0 793.2664 5.0 793.2754 4.0 793.2843 2.0 793.2933 1.0 793.3023 4.0 793.3203 4.0 793.3292 1.0 793.3382 2.0 793.3472 3.0 793.3562 7.0 793.3651 4.0 793.3741 4.0 793.3831 6.0 793.3921 1.0 793.4011 1.0 793.41 4.0 793.419 5.0 793.428 3.0 793.437 2.0 793.4459 3.0 793.4549 7.0 793.4639 3.0 793.4729 3.0 793.4819 3.0 793.4908 6.0 793.4998 4.0 793.5088 3.0 793.5178 4.0 793.5267 5.0 793.5357 2.0 793.5447 2.0 793.5537 3.0 793.5627 3.0 793.5716 6.0 793.5806 2.0 793.5896 1.0 793.5986 5.0 793.6075 3.0 793.6165 3.0 793.6255 6.0 793.6345 13.0 793.6435 8.0 793.6524 9.0 793.6614 7.0 793.6704 10.0 793.6794 8.0 793.6884 10.0 793.6973 6.0 793.7063 5.0 793.7153 2.0 793.7243 3.0 793.7333 2.0 793.7422 5.0 793.7512 2.0 793.7602 9.0 793.7692 9.0 793.7781 1.0 793.7871 5.0 793.7961 5.0 793.8051 4.0 793.8141 1.0 793.823 1.0 793.832 1.0 793.841 1.0 793.85 4.0 793.859 2.0 793.8679 4.0 793.8769 3.0 793.8859 4.0 793.8949 12.0 793.9039 9.0 793.9128 4.0 793.9218 4.0 793.9308 9.0 793.9398 9.0 793.9488 4.0 793.9578 5.0 793.9667 6.0 793.9757 6.0 793.9847 4.0 793.9937 9.0 794.0027 5.0 794.0116 5.0 794.0206 4.0 794.0296 5.0 794.0386 1.0 794.0476 3.0 794.0565 4.0 794.0655 10.0 794.0745 7.0 794.0835 3.0 794.0925 6.0 794.1014 3.0 794.1104 8.0 794.1194 15.0 794.1284 4.0 794.1374 3.0 794.1464 3.0 794.1553 2.0 794.1643 6.0 794.1733 4.0 794.1823 2.0 794.1913 4.0 794.2002 8.0 794.2092 6.0 794.2182 3.0 794.2272 4.0 794.2452 1.0 794.2541 2.0 794.2631 3.0 794.2721 1.0 794.2811 2.0 794.2901 3.0 794.2991 2.0 794.308 3.0 794.317 6.0 794.326 2.0 794.335 6.0 794.344 2.0 794.3529 4.0 794.3619 3.0 794.3709 2.0 794.3799 2.0 794.3889 2.0 794.3979 1.0 794.4068 1.0 794.4158 2.0 794.4338 4.0 794.4428 3.0 794.4518 6.0 794.4607 1.0 794.4697 6.0 794.4787 3.0 794.4877 4.0 794.4967 3.0 794.5057 1.0 794.5146 1.0 794.5236 4.0 794.5326 4.0 794.5416 8.0 794.5506 2.0 794.5596 2.0 794.5686 5.0 794.5775 8.0 794.5865 11.0 794.5955 8.0 794.6045 5.0 794.6135 5.0 794.6225 13.0 794.6314 9.0 794.6404 6.0 794.6494 6.0 794.6584 10.0 794.6674 4.0 794.6764 3.0 794.6853 6.0 794.6943 8.0 794.7033 1.0 794.7123 8.0 794.7213 5.0 794.7303 4.0 794.7393 8.0 794.7482 5.0 794.7572 4.0 794.7662 6.0 794.7752 6.0 794.7842 4.0 794.7932 1.0 794.8022 6.0 794.8111 1.0 794.8201 4.0 794.8291 1.0 794.8381 2.0 794.8471 4.0 794.8561 6.0 794.8651 8.0 794.874 1.0 794.883 2.0 794.892 3.0 794.901 11.0 794.91 9.0 794.919 11.0 794.928 3.0 794.9369 5.0 794.9459 2.0 794.9549 5.0 794.9639 8.0 794.9729 6.0 794.9819 3.0 794.9909 2.0 794.9998 2.0 795.0088 2.0 795.0178 7.0 795.0268 7.0 795.0448 1.0 795.0538 5.0 795.0628 6.0 795.0717 6.0 795.0807 10.0 795.0897 4.0 795.0987 6.0 795.1077 9.0 795.1167 13.0 795.1257 6.0 795.1346 5.0 795.1436 10.0 795.1526 14.0 795.1616 10.0 795.1706 4.0 795.1796 5.0 795.1886 2.0 795.1976 5.0 795.2065 3.0 795.2155 11.0 795.2245 2.0 795.2335 5.0 795.2425 3.0 795.2515 4.0 795.2695 8.0 795.2785 4.0 795.2874 7.0 795.2964 6.0 795.3054 4.0 795.3144 1.0 795.3234 4.0 795.3324 3.0 795.3414 1.0 795.3504 9.0 795.3593 1.0 795.3683 6.0 795.3863 3.0 795.3953 3.0 795.4043 5.0 795.4133 6.0 795.4223 9.0 795.4313 5.0 795.4402 4.0 795.4492 1.0 795.4582 1.0 795.4672 1.0 795.4762 3.0 795.4852 3.0 795.5122 2.0 795.5211 8.0 795.5301 8.0 795.5391 1.0 795.5481 2.0 795.5571 3.0 795.5661 4.0 795.5841 2.0 795.5931 4.0 795.6021 8.0 795.611 8.0 795.62 12.0 795.629 8.0 795.638 4.0 795.647 8.0 795.656 4.0 795.665 6.0 795.674 6.0 795.683 5.0 795.692 15.0 795.7009 16.0 795.7099 9.0 795.7189 4.0 795.7279 3.0 795.7369 4.0 795.7459 1.0 795.7549 8.0 795.7639 2.0 795.7729 7.0 795.7819 11.0 795.7909 11.0 795.7998 5.0 795.8088 3.0 795.8178 2.0 795.8268 6.0 795.8358 3.0 795.8448 3.0 795.8538 1.0 795.8628 2.0 795.8808 4.0 795.8898 3.0 795.8988 1.0 795.9077 1.0 795.9167 4.0 795.9257 4.0 795.9437 4.0 795.9527 5.0 795.9617 1.0 795.9707 5.0 795.9797 5.0 795.9887 6.0 795.9977 7.0 796.0067 2.0 796.0156 5.0 796.0246 7.0 796.0336 3.0 796.0426 10.0 796.0516 4.0 796.0606 4.0 796.0696 5.0 796.0786 6.0 796.0876 2.0 796.0966 2.0 796.1056 7.0 796.1146 4.0 796.1236 2.0 796.1326 8.0 796.1415 12.0 796.1505 12.0 796.1595 6.0 796.1775 5.0 796.1865 5.0 796.1955 7.0 796.2045 2.0 796.2135 5.0 796.2315 2.0 796.2405 1.0 796.2495 6.0 796.2585 6.0 796.2675 2.0 796.2764 2.0 796.2854 3.0 796.2944 7.0 796.3034 3.0 796.3124 2.0 796.3214 2.0 796.3304 2.0 796.3394 1.0 796.3484 1.0 796.3574 5.0 796.3664 7.0 796.3754 11.0 796.3844 5.0 796.4024 7.0 796.4114 5.0 796.4204 6.0 796.4293 4.0 796.4383 1.0 796.4473 8.0 796.4563 5.0 796.4653 1.0 796.4743 8.0 796.4833 2.0 796.4923 4.0 796.5013 1.0 796.5103 7.0 796.5193 10.0 796.5283 7.0 796.5373 6.0 796.5463 1.0 796.5553 2.0 796.5643 5.0 796.5733 7.0 796.5823 14.0 796.5913 7.0 796.6003 2.0 796.6093 7.0 796.6182 9.0 796.6272 1.0 796.6362 7.0 796.6452 10.0 796.6632 5.0 796.6812 2.0 796.6992 1.0 796.7082 5.0 796.7172 13.0 796.7262 23.0 796.7352 5.0 796.7442 14.0 796.7532 6.0 796.7622 1.0 796.7712 5.0 796.7802 8.0 796.7892 6.0 796.7982 1.0 796.8072 3.0 796.8162 7.0 796.8252 2.0 796.8342 4.0 796.8432 13.0 796.8522 11.0 796.8612 6.0 796.8701 7.0 796.8791 12.0 796.8881 4.0 796.8971 8.0 796.9061 3.0 796.9151 8.0 796.9241 4.0 796.9331 2.0 796.9421 8.0 796.9511 2.0 796.9601 4.0 796.9691 2.0 796.9781 2.0 796.9871 6.0 796.9961 3.0 797.0051 1.0 797.0141 8.0 797.0231 9.0 797.0321 16.0 797.0411 9.0 797.0501 2.0 797.0591 4.0 797.0681 7.0 797.0771 7.0 797.0861 5.0 797.0951 4.0 797.1041 2.0 797.1131 4.0 797.1221 3.0 797.1401 4.0 797.1491 4.0 797.1581 11.0 797.1671 11.0 797.1761 2.0 797.1851 2.0 797.1941 4.0 797.2031 5.0 797.2121 10.0 797.2211 12.0 797.2301 5.0 797.2391 2.0 797.2481 4.0 797.2571 8.0 797.2661 5.0 797.2751 7.0 797.2841 7.0 797.2931 13.0 797.3021 13.0 797.3111 4.0 797.3201 10.0 797.3291 6.0 797.3381 4.0 797.3471 1.0 797.3561 1.0 797.3651 6.0 797.3831 4.0 797.3921 4.0 797.4011 3.0 797.4101 1.0 797.4191 2.0 797.4281 3.0 797.4371 1.0 797.4461 3.0 797.4551 6.0 797.4641 2.0 797.4731 2.0 797.4821 3.0 797.4911 5.0 797.5001 7.0 797.5091 12.0 797.5181 7.0 797.5271 3.0 797.5361 3.0 797.5451 6.0 797.5541 4.0 797.5631 1.0 797.5721 8.0 797.5811 7.0 797.5901 11.0 797.5991 11.0 797.6081 15.0 797.6171 7.0 797.6261 7.0 797.6351 9.0 797.6441 2.0 797.6531 4.0 797.6621 1.0 797.6711 5.0 797.6801 4.0 797.6891 2.0 797.6981 9.0 797.7071 12.0 797.7161 15.0 797.7251 7.0 797.7341 5.0 797.7431 5.0 797.7521 6.0 797.7611 8.0 797.7701 10.0 797.7791 9.0 797.7881 5.0 797.7971 14.0 797.8061 11.0 797.8151 3.0 797.8241 2.0 797.8331 3.0 797.8421 8.0 797.8511 9.0 797.8601 15.0 797.8691 6.0 797.8781 6.0 797.8872 4.0 797.8962 2.0 797.9052 2.0 797.9142 6.0 797.9232 4.0 797.9322 3.0 797.9412 2.0 797.9502 4.0 797.9682 8.0 797.9772 8.0 797.9862 6.0 797.9952 3.0 798.0042 8.0 798.0132 4.0 798.0222 3.0 798.0402 3.0 798.0492 3.0 798.0582 2.0 798.0672 12.0 798.0762 3.0 798.0852 3.0 798.0942 3.0 798.1032 5.0 798.1122 8.0 798.1212 8.0 798.1302 5.0 798.1393 1.0 798.1483 4.0 798.1573 2.0 798.1663 6.0 798.1753 7.0 798.1843 4.0 798.1933 3.0 798.2023 4.0 798.2113 3.0 798.2203 3.0 798.2293 3.0 798.2383 9.0 798.2473 3.0 798.2563 4.0 798.2653 1.0 798.2743 3.0 798.2833 2.0 798.2923 1.0 798.3013 2.0 798.3103 1.0 798.3194 1.0 798.3284 6.0 798.3374 2.0 798.3464 5.0 798.3554 3.0 798.3644 4.0 798.3734 4.0 798.3824 2.0 798.3914 2.0 798.4004 3.0 798.4094 3.0 798.4274 2.0 798.4364 8.0 798.4454 2.0 798.4544 4.0 798.4634 2.0 798.4724 7.0 798.4815 3.0 798.4905 2.0 798.4995 2.0 798.5085 2.0 798.5175 3.0 798.5265 3.0 798.5355 4.0 798.5445 6.0 798.5535 7.0 798.5625 5.0 798.5715 5.0 798.5805 2.0 798.5895 1.0 798.5985 1.0 798.6075 2.0 798.6256 7.0 798.6346 6.0 798.6436 9.0 798.6526 10.0 798.6616 18.0 798.6706 10.0 798.6796 7.0 798.6886 5.0 798.6976 5.0 798.7066 3.0 798.7156 4.0 798.7246 5.0 798.7337 9.0 798.7427 7.0 798.7517 9.0 798.7607 9.0 798.7697 7.0 798.7787 3.0 798.7877 3.0 798.7967 11.0 798.8057 5.0 798.8147 1.0 798.8237 3.0 798.8327 3.0 798.8417 8.0 798.8508 4.0 798.8688 1.0 798.8778 2.0 798.8868 4.0 798.8958 4.0 798.9048 4.0 798.9138 2.0 798.9228 7.0 798.9318 18.0 798.9408 13.0 798.9499 1.0 798.9679 4.0 798.9769 1.0 798.9859 3.0 798.9949 3.0 799.0039 3.0 799.0129 1.0 799.0219 6.0 799.0309 1.0 799.0399 2.0 799.049 4.0 799.058 3.0 799.067 7.0 799.085 7.0 799.094 3.0 799.103 3.0 799.112 4.0 799.121 15.0 799.13 3.0 799.1391 5.0 799.1481 2.0 799.1571 4.0 799.1661 10.0 799.1751 10.0 799.1841 3.0 799.1931 8.0 799.2021 8.0 799.2111 3.0 799.2201 2.0 799.2292 3.0 799.2382 3.0 799.2472 3.0 799.2562 3.0 799.2652 3.0 799.2742 4.0 799.2922 5.0 799.3012 4.0 799.3103 6.0 799.3193 2.0 799.3283 3.0 799.3373 4.0 799.3463 1.0 799.3553 5.0 799.3643 4.0 799.3733 1.0 799.3823 1.0 799.3914 6.0 799.4004 3.0 799.4094 2.0 799.4184 1.0 799.4274 4.0 799.4364 4.0 799.4544 6.0 799.4634 6.0 799.4725 5.0 799.4815 7.0 799.4905 7.0 799.4995 5.0 799.5085 4.0 799.5175 6.0 799.5265 6.0 799.5355 7.0 799.5446 3.0 799.5536 10.0 799.5626 15.0 799.5716 6.0 799.5806 2.0 799.5896 9.0 799.5986 4.0 799.6167 4.0 799.6257 5.0 799.6347 9.0 799.6437 5.0 799.6527 3.0 799.6617 6.0 799.6707 11.0 799.6797 6.0 799.6888 2.0 799.6978 1.0 799.7068 8.0 799.7338 8.0 799.7428 2.0 799.7518 5.0 799.7609 1.0 799.7699 5.0 799.7789 8.0 799.7879 15.0 799.7969 8.0 799.8059 8.0 799.8149 9.0 799.824 10.0 799.833 4.0 799.842 1.0 799.851 1.0 799.86 4.0 799.869 4.0 799.878 5.0 799.8871 7.0 799.8961 4.0 799.9051 9.0 799.9141 13.0 799.9231 7.0 799.9321 6.0 799.9411 12.0 799.9502 5.0 799.9592 5.0 799.9682 3.0 799.9772 7.0 799.9862 2.0 799.9952 5.0 800.0042 1.0 800.0133 8.0 800.0223 6.0 800.0313 3.0 800.0403 2.0 800.0493 3.0 800.0583 8.0 800.0674 3.0 800.0764 2.0 800.0854 2.0 800.0944 4.0 800.1034 2.0 800.1124 4.0 800.1214 5.0 800.1305 7.0 800.1395 4.0 800.1485 3.0 800.1575 4.0 800.1665 1.0 800.1846 2.0 800.1936 2.0 800.2026 1.0 800.2116 6.0 800.2206 5.0 800.2296 6.0 800.2387 9.0 800.2477 8.0 800.2567 13.0 800.2657 9.0 800.2747 1.0 800.2837 7.0 800.2928 9.0 800.3018 4.0 800.3108 2.0 800.3288 5.0 800.3378 4.0 800.3469 1.0 800.3559 3.0 800.3649 1.0 800.3739 2.0 800.3919 4.0 800.401 7.0 800.41 4.0 800.419 4.0 800.428 2.0 800.446 3.0 800.4551 5.0 800.4731 2.0 800.4821 6.0 800.4911 5.0 800.5001 2.0 800.5092 1.0 800.5182 1.0 800.5272 3.0 800.5362 5.0 800.5452 4.0 800.5543 6.0 800.5633 7.0 800.5723 5.0 800.5813 3.0 800.5903 5.0 800.5993 9.0 800.6084 5.0 800.6174 7.0 800.6264 3.0 800.6354 3.0 800.6444 5.0 800.6535 7.0 800.6625 10.0 800.6715 17.0 800.6805 9.0 800.6895 16.0 800.6985 15.0 800.7076 16.0 800.7166 6.0 800.7256 2.0 800.7346 2.0 800.7436 3.0 800.7527 1.0 800.7617 6.0 800.7707 8.0 800.7797 6.0 800.7887 3.0 800.7978 7.0 800.8068 4.0 800.8158 5.0 800.8248 4.0 800.8338 5.0 800.8429 12.0 800.8519 4.0 800.8609 2.0 800.8699 5.0 800.8789 4.0 800.888 2.0 800.897 9.0 800.906 3.0 800.915 4.0 800.924 5.0 800.9331 11.0 800.9421 14.0 800.9511 7.0 800.9601 2.0 800.9691 2.0 800.9782 6.0 800.9872 1.0 800.9962 6.0 801.0052 4.0 801.0142 2.0 801.0233 3.0 801.0323 4.0 801.0413 1.0 801.0503 3.0 801.0593 6.0 801.0684 5.0 801.0774 9.0 801.0864 12.0 801.0954 11.0 801.1044 11.0 801.1135 3.0 801.1225 10.0 801.1315 6.0 801.1405 2.0 801.1496 1.0 801.1586 1.0 801.1676 5.0 801.1766 8.0 801.1947 2.0 801.2037 5.0 801.2127 1.0 801.2217 5.0 801.2307 15.0 801.2398 14.0 801.2488 8.0 801.2668 7.0 801.2759 7.0 801.2939 3.0 801.3029 1.0 801.3119 2.0 801.321 5.0 801.33 2.0 801.339 5.0 801.348 6.0 801.3571 2.0 801.3661 1.0 801.3751 2.0 801.3841 3.0 801.3932 5.0 801.4022 4.0 801.4112 5.0 801.4202 1.0 801.4292 5.0 801.4383 5.0 801.4473 3.0 801.4563 5.0 801.4653 8.0 801.4744 4.0 801.4834 1.0 801.4924 5.0 801.5014 9.0 801.5105 3.0 801.5195 3.0 801.5285 7.0 801.5375 2.0 801.5465 1.0 801.5556 8.0 801.5646 5.0 801.5736 7.0 801.5826 3.0 801.5917 10.0 801.6007 6.0 801.6097 6.0 801.6187 16.0 801.6278 11.0 801.6368 5.0 801.6458 7.0 801.6548 6.0 801.6639 3.0 801.6729 2.0 801.6819 4.0 801.6909 2.0 801.7 3.0 801.709 7.0 801.718 7.0 801.727 4.0 801.7361 5.0 801.7451 4.0 801.7541 7.0 801.7631 3.0 801.7722 3.0 801.7812 10.0 801.7902 6.0 801.7992 11.0 801.8083 7.0 801.8173 3.0 801.8263 3.0 801.8353 4.0 801.8444 1.0 801.8534 8.0 801.8624 15.0 801.8714 10.0 801.8805 11.0 801.8895 2.0 801.8985 9.0 801.9166 1.0 801.9256 3.0 801.9346 6.0 801.9436 13.0 801.9527 10.0 801.9617 1.0 801.9707 6.0 801.9797 3.0 801.9888 2.0 801.9978 6.0 802.0068 12.0 802.0158 7.0 802.0249 5.0 802.0339 2.0 802.0429 3.0 802.0519 2.0 802.061 7.0 802.07 4.0 802.079 2.0 802.0881 5.0 802.0971 3.0 802.1061 2.0 802.1151 3.0 802.1242 10.0 802.1332 6.0 802.1422 3.0 802.1512 6.0 802.1603 5.0 802.1693 1.0 802.1783 4.0 802.1874 3.0 802.1964 2.0 802.2054 6.0 802.2144 7.0 802.2235 7.0 802.2325 2.0 802.2415 2.0 802.2505 2.0 802.2596 2.0 802.2686 4.0 802.2776 8.0 802.2867 2.0 802.2957 6.0 802.3047 2.0 802.3137 4.0 802.3228 1.0 802.3408 2.0 802.3499 3.0 802.3589 7.0 802.3679 14.0 802.3769 15.0 802.386 9.0 802.395 3.0 802.404 4.0 802.4131 6.0 802.4221 5.0 802.4311 2.0 802.4401 2.0 802.4492 2.0 802.4582 1.0 802.4672 9.0 802.4763 12.0 802.4853 1.0 802.4943 2.0 802.5033 5.0 802.5124 7.0 802.5214 3.0 802.5304 5.0 802.5395 6.0 802.5485 5.0 802.5575 2.0 802.5665 3.0 802.5756 5.0 802.5936 3.0 802.6027 6.0 802.6117 14.0 802.6207 22.0 802.6298 26.0 802.6388 8.0 802.6478 10.0 802.6568 7.0 802.6659 11.0 802.6749 1.0 802.6839 1.0 802.693 8.0 802.702 6.0 802.711 4.0 802.7201 12.0 802.7291 9.0 802.7381 7.0 802.7471 4.0 802.7652 8.0 802.7742 2.0 802.7833 7.0 802.7923 11.0 802.8013 4.0 802.8104 5.0 802.8194 2.0 802.8284 1.0 802.8374 4.0 802.8465 4.0 802.8555 9.0 802.8645 4.0 802.8736 1.0 802.8826 1.0 802.8916 2.0 802.9007 4.0 802.9097 1.0 802.9187 5.0 802.9278 2.0 802.9368 1.0 802.9458 1.0 802.9549 5.0 802.9639 7.0 802.9729 8.0 802.982 4.0 802.991 11.0 803.0 13.0 803.009 10.0 803.0181 4.0 803.0271 4.0 803.0361 3.0 803.0452 2.0 803.0632 6.0 803.0723 5.0 803.0813 3.0 803.0903 6.0 803.0994 6.0 803.1084 4.0 803.1174 2.0 803.1265 8.0 803.1355 7.0 803.1445 8.0 803.1536 4.0 803.1626 1.0 803.1716 3.0 803.1807 7.0 803.1897 2.0 803.1987 4.0 803.2078 3.0 803.2168 2.0 803.2258 1.0 803.2349 3.0 803.2439 4.0 803.2529 7.0 803.262 3.0 803.271 7.0 803.28 5.0 803.2891 5.0 803.2981 5.0 803.3071 2.0 803.3162 6.0 803.3252 4.0 803.3342 2.0 803.3433 4.0 803.3523 2.0 803.3704 5.0 803.3794 4.0 803.3884 9.0 803.3975 5.0 803.4065 1.0 803.4155 7.0 803.4246 8.0 803.4336 2.0 803.4426 8.0 803.4517 1.0 803.4607 1.0 803.4697 2.0 803.4788 9.0 803.4878 10.0 803.5059 2.0 803.5149 3.0 803.5239 3.0 803.533 5.0 803.542 9.0 803.5511 8.0 803.5601 8.0 803.5691 10.0 803.5782 28.0 803.5872 16.0 803.5962 3.0 803.6053 6.0 803.6143 12.0 803.6233 9.0 803.6324 4.0 803.6414 9.0 803.6504 6.0 803.6595 6.0 803.6685 9.0 803.6775 2.0 803.6866 9.0 803.6956 12.0 803.7047 17.0 803.7137 10.0 803.7227 4.0 803.7318 9.0 803.7408 6.0 803.7498 2.0 803.7589 2.0 803.7679 3.0 803.7769 4.0 803.786 7.0 803.795 3.0 803.8041 2.0 803.8131 3.0 803.8221 3.0 803.8312 10.0 803.8492 5.0 803.8583 1.0 803.8673 1.0 803.8763 2.0 803.8854 2.0 803.8944 2.0 803.9035 2.0 803.9125 3.0 803.9215 6.0 803.9306 8.0 803.9396 5.0 803.9486 10.0 803.9577 6.0 803.9667 2.0 803.9758 4.0 803.9848 8.0 803.9938 10.0 804.0029 3.0 804.0119 2.0 804.0209 2.0 804.03 7.0 804.039 13.0 804.0481 8.0 804.0571 7.0 804.0661 6.0 804.0752 2.0 804.0842 2.0 804.0932 6.0 804.1023 3.0 804.1113 4.0 804.1204 2.0 804.1294 1.0 804.1475 1.0 804.1565 4.0 804.1655 9.0 804.1746 1.0 804.1836 5.0 804.1927 6.0 804.2017 6.0 804.2107 2.0 804.2288 2.0 804.2379 5.0 804.2469 2.0 804.2559 3.0 804.265 9.0 804.274 6.0 804.2831 3.0 804.2921 1.0 804.3011 1.0 804.3102 1.0 804.3192 2.0 804.3283 2.0 804.3373 2.0 804.3463 1.0 804.3554 6.0 804.3734 3.0 804.3825 4.0 804.3915 2.0 804.4006 3.0 804.4096 2.0 804.4186 3.0 804.4277 1.0 804.4367 5.0 804.4458 7.0 804.4548 8.0 804.4638 1.0 804.4729 5.0 804.4819 3.0 804.491 1.0 804.5 5.0 804.509 2.0 804.5181 5.0 804.5271 2.0 804.5362 4.0 804.5452 1.0 804.5543 4.0 804.5633 5.0 804.5723 8.0 804.5814 6.0 804.5904 4.0 804.5995 6.0 804.6085 8.0 804.6175 13.0 804.6266 8.0 804.6356 16.0 804.6447 12.0 804.6537 12.0 804.6627 14.0 804.6718 17.0 804.6808 10.0 804.6899 5.0 804.6989 2.0 804.7079 7.0 804.717 4.0 804.726 10.0 804.7351 4.0 804.7441 4.0 804.7532 7.0 804.7622 2.0 804.7712 1.0 804.7803 2.0 804.7893 4.0 804.8074 6.0 804.8165 7.0 804.8255 2.0 804.8345 4.0 804.8436 4.0 804.8526 9.0 804.8617 5.0 804.8707 2.0 804.8797 12.0 804.8888 7.0 804.9069 1.0 804.9159 2.0 804.925 8.0 804.934 9.0 804.943 9.0 804.9521 2.0 804.9611 4.0 804.9702 9.0 804.9792 9.0 804.9883 6.0 804.9973 8.0 805.0063 7.0 805.0154 2.0 805.0244 8.0 805.0335 2.0 805.0606 2.0 805.0697 1.0 805.0787 5.0 805.0877 3.0 805.0968 1.0 805.1058 3.0 805.1149 4.0 805.1239 2.0 805.133 1.0 805.142 1.0 805.151 3.0 805.1601 3.0 805.1691 2.0 805.1782 5.0 805.1872 4.0 805.1963 7.0 805.2053 9.0 805.2144 8.0 805.2234 4.0 805.2415 10.0 805.2505 4.0 805.2686 1.0 805.2777 9.0 805.2867 9.0 805.2958 2.0 805.3048 3.0 805.3138 4.0 805.3229 3.0 805.3319 3.0 805.341 6.0 805.35 2.0 805.3591 6.0 805.3681 6.0 805.3772 2.0 805.3862 4.0 805.3953 5.0 805.4043 15.0 805.4133 3.0 805.4224 2.0 805.4314 1.0 805.4405 2.0 805.4586 1.0 805.4676 2.0 805.4767 4.0 805.4948 4.0 805.5038 5.0 805.5128 2.0 805.5309 4.0 805.54 2.0 805.549 1.0 805.5581 1.0 805.5671 5.0 805.5762 7.0 805.5852 5.0 805.5943 7.0 805.6033 10.0 805.6124 10.0 805.6214 8.0 805.6304 9.0 805.6395 8.0 805.6485 17.0 805.6576 2.0 805.6666 2.0 805.6757 4.0 805.6847 5.0 805.6938 11.0 805.7028 8.0 805.7119 8.0 805.7209 6.0 805.73 5.0 805.739 7.0 805.7481 4.0 805.7571 13.0 805.7662 14.0 805.7752 2.0 805.7933 7.0 805.8023 9.0 805.8114 7.0 805.8204 8.0 805.8295 6.0 805.8385 7.0 805.8476 7.0 805.8566 2.0 805.8657 3.0 805.8838 2.0 805.8928 4.0 805.9019 2.0 805.9109 2.0 805.92 2.0 805.929 2.0 805.9381 5.0 805.9471 3.0 805.9562 6.0 805.9652 10.0 805.9743 5.0 805.9833 1.0 805.9924 1.0 806.0105 1.0 806.0195 6.0 806.0286 6.0 806.0376 10.0 806.0467 7.0 806.0557 7.0 806.0648 17.0 806.0738 8.0 806.0829 11.0 806.0919 5.0 806.11 3.0 806.119 1.0 806.1281 2.0 806.1371 2.0 806.1552 2.0 806.1643 4.0 806.1733 10.0 806.1824 6.0 806.1914 6.0 806.2005 2.0 806.2095 3.0 806.2186 7.0 806.2276 4.0 806.2367 2.0 806.2457 5.0 806.2548 6.0 806.2638 2.0 806.2729 2.0 806.2819 6.0 806.291 6.0 806.3 2.0 806.3091 1.0 806.3181 3.0 806.3272 2.0 806.3362 4.0 806.3453 2.0 806.3544 4.0 806.3725 2.0 806.3815 3.0 806.3906 7.0 806.3996 10.0 806.4087 3.0 806.4177 4.0 806.4268 2.0 806.4358 7.0 806.4449 3.0 806.4539 3.0 806.463 7.0 806.472 8.0 806.4811 5.0 806.4901 8.0 806.4992 2.0 806.5082 5.0 806.5173 4.0 806.5263 4.0 806.5354 6.0 806.5444 1.0 806.5535 2.0 806.5625 3.0 806.5716 5.0 806.5806 10.0 806.5897 9.0 806.5987 2.0 806.6078 7.0 806.6168 6.0 806.6259 11.0 806.635 6.0 806.644 7.0 806.6531 13.0 806.6621 9.0 806.6712 4.0 806.6802 6.0 806.6893 3.0 806.6983 6.0 806.7074 5.0 806.7164 5.0 806.7255 7.0 806.7436 4.0 806.7526 7.0 806.7617 6.0 806.7707 4.0 806.7798 3.0 806.7888 7.0 806.7979 6.0 806.807 2.0 806.816 6.0 806.8251 6.0 806.8341 2.0 806.8432 1.0 806.8522 5.0 806.8613 6.0 806.8703 3.0 806.8794 8.0 806.8884 4.0 806.8975 6.0 806.9065 4.0 806.9156 1.0 806.9247 4.0 806.9337 8.0 806.9428 6.0 806.9609 6.0 806.9699 3.0 806.979 3.0 806.988 15.0 806.9971 11.0 807.0061 4.0 807.0152 13.0 807.0243 8.0 807.0333 9.0 807.0424 5.0 807.0514 8.0 807.0605 9.0 807.0695 8.0 807.0786 1.0 807.0876 4.0 807.0967 6.0 807.1057 3.0 807.1148 4.0 807.1239 3.0 807.1329 3.0 807.142 2.0 807.151 1.0 807.1601 1.0 807.1691 1.0 807.1782 2.0 807.1872 3.0 807.1963 10.0 807.2054 14.0 807.2144 2.0 807.2235 2.0 807.2325 3.0 807.2416 2.0 807.2506 9.0 807.2597 8.0 807.2687 7.0 807.2959 3.0 807.305 2.0 807.314 2.0 807.3231 5.0 807.3321 3.0 807.3412 4.0 807.3502 2.0 807.3684 3.0 807.3955 3.0 807.4046 3.0 807.4136 1.0 807.4318 3.0 807.4408 4.0 807.4499 1.0 807.4589 4.0 807.468 4.0 807.477 2.0 807.4861 4.0 807.4952 3.0 807.5042 3.0 807.5133 3.0 807.5223 10.0 807.5314 4.0 807.5404 4.0 807.5586 6.0 807.5676 6.0 807.5767 6.0 807.5857 13.0 807.5948 14.0 807.6038 10.0 807.6129 11.0 807.622 4.0 807.631 6.0 807.6401 2.0 807.6491 2.0 807.6582 3.0 807.6673 2.0 807.6763 2.0 807.7035 1.0 807.7125 3.0 807.7216 7.0 807.7307 14.0 807.7397 11.0 807.7488 3.0 807.7578 1.0 807.776 2.0 807.785 5.0 807.7941 1.0 807.8303 7.0 807.8394 13.0 807.8484 11.0 807.8575 3.0 807.8665 5.0 807.8756 7.0 807.8847 5.0 807.8937 7.0 807.9028 4.0 807.9118 1.0 807.9209 5.0 807.939 4.0 807.9481 3.0 807.9571 3.0 807.9662 6.0 807.9753 4.0 807.9843 9.0 807.9934 3.0 808.0024 1.0 808.0115 6.0 808.0206 3.0 808.0296 3.0 808.0387 1.0 808.0477 2.0 808.0568 3.0 808.0659 1.0 808.0749 3.0 808.084 5.0 808.093 15.0 808.1021 13.0 808.1112 5.0 808.1202 6.0 808.1293 6.0 808.1384 8.0 808.1474 4.0 808.1565 1.0 808.1655 6.0 808.1746 5.0 808.1837 1.0 808.1927 3.0 808.2018 2.0 808.2108 5.0 808.2199 3.0 808.229 2.0 808.238 1.0 808.2652 1.0 808.2743 1.0 808.2833 5.0 808.2924 8.0 808.3015 2.0 808.3105 7.0 808.3196 2.0 808.3286 9.0 808.3377 5.0 808.3468 6.0 808.3558 1.0 808.3649 3.0 808.374 2.0 808.3921 1.0 808.4011 3.0 808.4102 5.0 808.4193 11.0 808.4283 13.0 808.4374 3.0 808.4465 8.0 808.4555 5.0 808.4646 8.0 808.4736 10.0 808.4827 4.0 808.4918 8.0 808.5008 7.0 808.5099 3.0 808.519 5.0 808.528 5.0 808.5371 2.0 808.5461 3.0 808.5552 2.0 808.5643 2.0 808.5733 2.0 808.5824 2.0 808.5915 1.0 808.6005 3.0 808.6096 7.0 808.6187 19.0 808.6277 18.0 808.6368 5.0 808.6458 6.0 808.6549 15.0 808.664 2.0 808.673 5.0 808.6821 2.0 808.6912 1.0 808.7002 2.0 808.7093 11.0 808.7184 9.0 808.7274 6.0 808.7365 15.0 808.7455 10.0 808.7546 3.0 808.7637 2.0 808.7727 8.0 808.7818 12.0 808.7909 2.0 808.7999 3.0 808.8181 3.0 808.8271 5.0 808.8362 4.0 808.8543 3.0 808.8634 1.0 808.8725 2.0 808.8815 6.0 808.8906 7.0 808.8996 11.0 808.9087 4.0 808.9178 11.0 808.9268 8.0 808.9359 3.0 808.945 5.0 808.954 2.0 808.9722 2.0 808.9812 3.0 808.9903 3.0 808.9994 1.0 809.0084 3.0 809.0175 5.0 809.0266 3.0 809.0356 6.0 809.0447 7.0 809.0538 5.0 809.0628 3.0 809.0719 5.0 809.081 9.0 809.09 12.0 809.0991 8.0 809.1082 2.0 809.1172 6.0 809.1263 6.0 809.1354 1.0 809.1444 2.0 809.1535 3.0 809.1626 2.0 809.1716 2.0 809.1807 7.0 809.1898 12.0 809.1988 5.0 809.217 2.0 809.2442 3.0 809.2532 4.0 809.2623 5.0 809.2714 1.0 809.2804 2.0 809.2986 2.0 809.3076 4.0 809.3167 1.0 809.3258 1.0 809.3348 6.0 809.3439 2.0 809.353 2.0 809.362 1.0 809.3711 4.0 809.3802 5.0 809.3892 8.0 809.3983 3.0 809.4074 2.0 809.4164 2.0 809.4255 5.0 809.4346 2.0 809.4527 2.0 809.4618 1.0 809.4709 4.0 809.4799 9.0 809.4981 3.0 809.5071 1.0 809.5162 4.0 809.5253 1.0 809.5343 5.0 809.5434 6.0 809.5525 14.0 809.5615 11.0 809.5706 2.0 809.5797 6.0 809.5887 1.0 809.5978 5.0 809.6069 8.0 809.616 3.0 809.625 7.0 809.6341 6.0 809.6432 8.0 809.6522 4.0 809.6613 10.0 809.6704 13.0 809.6794 11.0 809.6885 4.0 809.6976 9.0 809.7066 10.0 809.7157 24.0 809.7248 11.0 809.7339 7.0 809.7429 5.0 809.752 7.0 809.7611 7.0 809.7701 9.0 809.7792 6.0 809.7883 4.0 809.7973 5.0 809.8064 2.0 809.8155 4.0 809.8246 4.0 809.8336 3.0 809.8518 2.0 809.8608 1.0 809.8699 1.0 809.879 3.0 809.8881 2.0 809.8971 16.0 809.9062 16.0 809.9153 5.0 809.9243 2.0 809.9334 4.0 809.9425 4.0 809.9515 6.0 809.9606 10.0 809.9697 4.0 809.9788 1.0 809.9878 2.0 809.9969 10.0 810.006 7.0 810.015 8.0 810.0241 2.0 810.0332 2.0 810.0423 6.0 810.0513 4.0 810.0604 4.0 810.0695 11.0 810.0785 10.0 810.0876 5.0 810.0967 2.0 810.1058 4.0 810.1148 5.0 810.1239 6.0 810.133 6.0 810.1421 2.0 810.1511 2.0 810.1602 6.0 810.1693 5.0 810.1783 1.0 810.1874 2.0 810.1965 6.0 810.2056 2.0 810.2146 8.0 810.2237 2.0 810.2328 12.0 810.2418 6.0 810.2509 3.0 810.26 3.0 810.2691 4.0 810.2781 7.0 810.2872 6.0 810.2963 7.0 810.3054 2.0 810.3144 3.0 810.3235 2.0 810.3326 1.0 810.3417 1.0 810.3507 5.0 810.3598 1.0 810.3779 4.0 810.387 2.0 810.3961 5.0 810.4052 2.0 810.4142 2.0 810.4233 3.0 810.4324 1.0 810.4415 3.0 810.4505 4.0 810.4596 4.0 810.4687 7.0 810.4778 4.0 810.4868 6.0 810.4959 10.0 810.5141 10.0 810.5231 4.0 810.5322 2.0 810.5413 4.0 810.5504 16.0 810.5594 14.0 810.5685 7.0 810.5776 12.0 810.5866 13.0 810.5957 7.0 810.6048 9.0 810.6139 8.0 810.6229 11.0 810.632 9.0 810.6411 9.0 810.6502 4.0 810.6592 5.0 810.6683 8.0 810.6774 5.0 810.6865 3.0 810.6955 7.0 810.7046 14.0 810.7137 12.0 810.7228 9.0 810.7318 10.0 810.7409 8.0 810.75 7.0 810.7591 2.0 810.7682 1.0 810.7772 2.0 810.7863 3.0 810.7954 4.0 810.8045 1.0 810.8135 16.0 810.8226 13.0 810.8317 10.0 810.8408 9.0 810.8498 8.0 810.8589 2.0 810.868 3.0 810.8771 2.0 810.8861 2.0 810.8952 5.0 810.9043 6.0 810.9134 1.0 810.9315 8.0 810.9406 6.0 810.9497 6.0 810.9588 5.0 810.9678 1.0 810.9951 7.0 811.0041 2.0 811.0132 11.0 811.0223 1.0 811.0314 3.0 811.0404 4.0 811.0495 5.0 811.0586 3.0 811.0768 5.0 811.0858 1.0 811.0949 8.0 811.104 13.0 811.1131 1.0 811.1221 1.0 811.1312 4.0 811.1403 7.0 811.1494 3.0 811.1585 1.0 811.1675 5.0 811.1766 10.0 811.1857 4.0 811.1948 1.0 811.2038 5.0 811.2129 3.0 811.222 8.0 811.2311 4.0 811.2402 3.0 811.2492 3.0 811.2583 3.0 811.2674 5.0 811.2765 1.0 811.2855 4.0 811.2946 2.0 811.3037 2.0 811.3128 1.0 811.3219 1.0 811.3309 4.0 811.34 5.0 811.3491 4.0 811.3582 2.0 811.3673 6.0 811.3763 3.0 811.3854 1.0 811.3945 2.0 811.4036 1.0 811.4127 2.0 811.4217 1.0 811.449 5.0 811.4581 11.0 811.4671 6.0 811.4762 5.0 811.4853 3.0 811.4944 2.0 811.5034 3.0 811.5125 1.0 811.5216 3.0 811.5307 2.0 811.5398 4.0 811.5488 3.0 811.567 4.0 811.5761 3.0 811.5852 3.0 811.5943 3.0 811.6033 6.0 811.6124 3.0 811.6215 9.0 811.6306 14.0 811.6397 7.0 811.6487 15.0 811.6578 8.0 811.6669 4.0 811.676 10.0 811.6851 10.0 811.6941 2.0 811.7032 2.0 811.7123 1.0 811.7305 7.0 811.7395 5.0 811.7486 3.0 811.7577 6.0 811.7668 5.0 811.7759 3.0 811.7849 1.0 811.794 6.0 811.8031 9.0 811.8122 1.0 811.8213 3.0 811.8304 7.0 811.8394 7.0 811.8485 6.0 811.8576 6.0 811.8667 2.0 811.8848 3.0 811.8939 4.0 811.903 7.0 811.9121 15.0 811.9212 5.0 811.9303 1.0 811.9393 1.0 811.9484 2.0 811.9575 2.0 811.9666 1.0 811.9757 2.0 811.9848 2.0 811.9938 7.0 812.0029 4.0 812.012 12.0 812.0211 5.0 812.0302 2.0 812.0392 5.0 812.0483 3.0 812.0574 8.0 812.0665 9.0 812.0756 8.0 812.0847 3.0 812.0937 2.0 812.1028 3.0 812.1119 1.0 812.121 3.0 812.1301 2.0 812.1392 1.0 812.1482 6.0 812.1573 2.0 812.1664 4.0 812.1755 1.0 812.1937 3.0 812.2118 5.0 812.2209 7.0 812.23 5.0 812.2391 5.0 812.2482 1.0 812.2573 3.0 812.2663 6.0 812.2754 2.0 812.2845 9.0 812.2936 4.0 812.3027 3.0 812.3118 5.0 812.3208 10.0 812.3299 4.0 812.339 4.0 812.3481 2.0 812.3572 3.0 812.3663 5.0 812.3753 3.0 812.3844 6.0 812.3935 4.0 812.4026 6.0 812.4117 1.0 812.4208 7.0 812.4299 4.0 812.4389 10.0 812.448 9.0 812.4571 3.0 812.4662 2.0 812.4753 3.0 812.4844 2.0 812.4935 1.0 812.5025 5.0 812.5116 2.0 812.5207 3.0 812.5389 2.0 812.548 9.0 812.5571 5.0 812.5661 8.0 812.5752 4.0 812.5843 4.0 812.5934 5.0 812.6025 5.0 812.6116 5.0 812.6207 6.0 812.6297 3.0 812.6388 4.0 812.6479 2.0 812.657 4.0 812.6661 6.0 812.6752 13.0 812.6843 1.0 812.6933 3.0 812.7024 7.0 812.7115 9.0 812.7206 8.0 812.7297 9.0 812.7388 8.0 812.7479 8.0 812.757 2.0 812.766 4.0 812.7751 6.0 812.7842 9.0 812.7933 9.0 812.8024 8.0 812.8115 2.0 812.8206 8.0 812.8296 6.0 812.8387 3.0 812.8478 4.0 812.8569 4.0 812.866 10.0 812.8751 2.0 812.8842 1.0 812.8933 9.0 812.9023 11.0 812.9114 10.0 812.9205 3.0 812.9296 2.0 812.9387 4.0 812.9478 7.0 812.9569 3.0 812.966 2.0 812.975 2.0 812.9932 1.0 813.0023 4.0 813.0114 6.0 813.0205 2.0 813.0296 4.0 813.0387 1.0 813.0478 2.0 813.0568 8.0 813.0659 22.0 813.075 9.0 813.0841 2.0 813.0932 4.0 813.1023 9.0 813.1114 5.0 813.1205 2.0 813.1296 2.0 813.1386 3.0 813.1477 5.0 813.1568 4.0 813.1659 2.0 813.175 5.0 813.1841 1.0 813.1932 3.0 813.2023 1.0 813.2114 2.0 813.2204 5.0 813.2386 3.0 813.2477 4.0 813.2568 2.0 813.2659 4.0 813.275 3.0 813.2841 3.0 813.3023 1.0 813.3113 3.0 813.3204 1.0 813.3295 4.0 813.3386 1.0 813.3477 5.0 813.3568 7.0 813.3659 5.0 813.375 4.0 813.3841 1.0 813.3932 2.0 813.4022 3.0 813.4113 2.0 813.4204 2.0 813.4295 3.0 813.4386 4.0 813.4477 3.0 813.4568 7.0 813.4659 8.0 813.475 5.0 813.4841 5.0 813.4932 1.0 813.5022 3.0 813.5113 9.0 813.5204 5.0 813.5295 2.0 813.5386 1.0 813.5477 3.0 813.5568 1.0 813.5659 4.0 813.575 7.0 813.5841 3.0 813.5932 5.0 813.6022 16.0 813.6113 23.0 813.6204 16.0 813.6295 8.0 813.6386 12.0 813.6477 5.0 813.6659 6.0 813.675 10.0 813.6841 8.0 813.6932 13.0 813.7023 10.0 813.7114 5.0 813.7204 2.0 813.7295 5.0 813.7386 5.0 813.7477 5.0 813.7568 10.0 813.7659 7.0 813.775 16.0 813.7841 3.0 813.7932 10.0 813.8023 12.0 813.8114 6.0 813.8205 2.0 813.8296 1.0 813.8386 4.0 813.8477 6.0 813.8568 10.0 813.8659 7.0 813.875 9.0 813.8841 19.0 813.8932 7.0 813.9023 3.0 813.9114 3.0 813.9205 4.0 813.9296 2.0 813.9387 6.0 813.9478 9.0 813.9569 4.0 813.966 3.0 813.975 5.0 813.9841 2.0 813.9932 2.0 814.0023 2.0 814.0114 5.0 814.0205 6.0 814.0296 7.0 814.0387 4.0 814.0478 4.0 814.0569 4.0 814.066 2.0 814.0751 1.0 814.0842 3.0 814.0933 6.0 814.1024 6.0 814.1115 3.0 814.1206 4.0 814.1296 6.0 814.1387 1.0 814.1478 3.0 814.1569 4.0 814.166 5.0 814.1842 2.0 814.1933 4.0 814.2024 1.0 814.2115 5.0 814.2206 1.0 814.2297 1.0 814.2388 6.0 814.2479 6.0 814.257 1.0 814.2661 6.0 814.2752 3.0 814.2843 1.0 814.2934 3.0 814.3116 4.0 814.3206 2.0 814.3297 1.0 814.3388 2.0 814.3479 4.0 814.3661 7.0 814.3752 3.0 814.3843 1.0 814.3934 3.0 814.4025 3.0 814.4116 6.0 814.4207 4.0 814.4298 5.0 814.4389 2.0 814.448 2.0 814.4571 3.0 814.4662 3.0 814.4753 4.0 814.4844 4.0 814.5026 9.0 814.5117 2.0 814.5208 6.0 814.5299 7.0 814.539 1.0 814.5481 2.0 814.5572 1.0 814.5662 10.0 814.5753 4.0 814.5844 4.0 814.5935 3.0 814.6026 21.0 814.6117 17.0 814.6208 7.0 814.6299 8.0 814.639 17.0 814.6481 14.0 814.6572 10.0 814.6663 8.0 814.6754 11.0 814.6845 9.0 814.6936 12.0 814.7027 4.0 814.7209 4.0 814.73 7.0 814.7391 9.0 814.7482 7.0 814.7573 10.0 814.7664 1.0 814.7755 2.0 814.7846 6.0 814.7937 4.0 814.8028 3.0 814.8119 7.0 814.821 5.0 814.8301 7.0 814.8392 6.0 814.8483 5.0 814.8574 4.0 814.8665 2.0 814.8756 2.0 814.8847 6.0 814.8938 10.0 814.9029 14.0 814.912 3.0 814.9211 10.0 814.9302 15.0 814.9393 3.0 814.9484 1.0 814.9575 9.0 814.9666 4.0 814.9757 1.0 814.9848 2.0 814.9939 7.0 815.003 9.0 815.0121 4.0 815.0212 6.0 815.0303 1.0 815.0394 3.0 815.0485 6.0 815.0576 4.0 815.0667 4.0 815.0758 3.0 815.0849 4.0 815.094 4.0 815.1031 3.0 815.1122 5.0 815.1213 8.0 815.1304 1.0 815.1395 2.0 815.1577 3.0 815.1668 7.0 815.1759 2.0 815.185 3.0 815.1941 3.0 815.2032 7.0 815.2123 9.0 815.2214 5.0 815.2305 1.0 815.2396 12.0 815.2487 8.0 815.2578 2.0 815.2669 1.0 815.276 3.0 815.2851 5.0 815.3033 2.0 815.3124 2.0 815.3215 5.0 815.3306 2.0 815.3397 4.0 815.3488 4.0 815.3579 3.0 815.367 8.0 815.3761 7.0 815.3852 4.0 815.3943 4.0 815.4125 1.0 815.4216 3.0 815.4307 2.0 815.4398 2.0 815.4489 5.0 815.458 8.0 815.4671 4.0 815.4762 2.0 815.4944 3.0 815.5035 1.0 815.5126 1.0 815.5217 2.0 815.5308 1.0 815.549 6.0 815.5581 7.0 815.5672 3.0 815.5763 1.0 815.5854 5.0 815.5945 3.0 815.6036 8.0 815.6127 26.0 815.6218 4.0 815.6309 3.0 815.6401 14.0 815.6492 16.0 815.6583 14.0 815.6674 13.0 815.6765 12.0 815.6856 8.0 815.6947 8.0 815.7038 6.0 815.7129 5.0 815.722 7.0 815.7311 4.0 815.7402 3.0 815.7493 11.0 815.7584 4.0 815.7675 11.0 815.7766 3.0 815.7857 5.0 815.7948 4.0 815.8039 4.0 815.813 9.0 815.8221 3.0 815.8312 2.0 815.8403 8.0 815.8494 8.0 815.8585 1.0 815.8676 3.0 815.8767 4.0 815.8859 8.0 815.895 4.0 815.9041 5.0 815.9132 7.0 815.9223 10.0 815.9314 3.0 815.9405 5.0 815.9496 5.0 815.9587 3.0 815.9678 3.0 815.9769 9.0 815.986 6.0 815.9951 5.0 816.0042 12.0 816.0133 7.0 816.0224 7.0 816.0315 3.0 816.0406 1.0 816.0497 4.0 816.0588 10.0 816.068 4.0 816.0771 6.0 816.0862 15.0 816.0953 11.0 816.1044 10.0 816.1135 4.0 816.1226 9.0 816.1317 9.0 816.1408 5.0 816.1499 2.0 816.159 2.0 816.1681 5.0 816.1863 4.0 816.1954 4.0 816.2045 2.0 816.2136 5.0 816.2228 2.0 816.2319 1.0 816.241 1.0 816.2501 4.0 816.2592 8.0 816.2683 8.0 816.2774 3.0 816.2865 1.0 816.2956 4.0 816.3047 4.0 816.3138 5.0 816.3229 5.0 816.332 6.0 816.3411 5.0 816.3502 5.0 816.3594 1.0 816.3867 3.0 816.3958 3.0 816.4049 2.0 816.414 2.0 816.4231 7.0 816.4322 4.0 816.4413 1.0 816.4504 2.0 816.4595 5.0 816.4686 1.0 816.4869 4.0 816.496 1.0 816.5051 6.0 816.5142 9.0 816.5233 3.0 816.5324 1.0 816.5415 2.0 816.5506 8.0 816.5597 6.0 816.5688 5.0 816.5779 2.0 816.587 12.0 816.5962 7.0 816.6053 4.0 816.6144 3.0 816.6235 3.0 816.6326 6.0 816.6417 9.0 816.6508 6.0 816.6599 3.0 816.669 2.0 816.6781 4.0 816.6872 4.0 816.6963 5.0 816.7055 7.0 816.7146 10.0 816.7237 7.0 816.7328 6.0 816.7419 8.0 816.751 9.0 816.7601 8.0 816.7692 6.0 816.7874 3.0 816.7966 7.0 816.8057 10.0 816.8148 7.0 816.8239 7.0 816.833 8.0 816.8421 7.0 816.8512 1.0 816.8603 3.0 816.8694 3.0 816.8785 5.0 816.8876 11.0 816.8968 9.0 816.9059 2.0 816.915 3.0 816.9241 4.0 816.9332 3.0 816.9423 6.0 816.9514 7.0 816.9605 7.0 816.9696 2.0 816.9788 2.0 816.9879 2.0 816.997 5.0 817.0061 4.0 817.0152 6.0 817.0243 3.0 817.0334 4.0 817.0425 4.0 817.0516 4.0 817.0607 2.0 817.0699 6.0 817.079 2.0 817.0881 7.0 817.0972 7.0 817.1063 1.0 817.1245 5.0 817.1336 15.0 817.1427 13.0 817.1519 11.0 817.161 9.0 817.1701 8.0 817.1792 14.0 817.1883 5.0 817.1974 1.0 817.2065 5.0 817.2156 2.0 817.2248 6.0 817.2339 1.0 817.243 7.0 817.2521 9.0 817.2612 9.0 817.2794 4.0 817.2885 5.0 817.2977 3.0 817.3068 1.0 817.3159 2.0 817.325 5.0 817.3341 2.0 817.3432 2.0 817.3523 6.0 817.3614 4.0 817.3706 5.0 817.3797 4.0 817.3979 2.0 817.407 5.0 817.4161 5.0 817.4252 2.0 817.4343 1.0 817.4435 1.0 817.4526 1.0 817.4617 5.0 817.4708 5.0 817.4799 3.0 817.489 3.0 817.4981 2.0 817.5072 3.0 817.5164 3.0 817.5255 2.0 817.5346 3.0 817.5437 8.0 817.5528 5.0 817.5619 2.0 817.571 6.0 817.5802 8.0 817.5893 8.0 817.5984 15.0 817.6075 5.0 817.6166 10.0 817.6257 7.0 817.6348 11.0 817.644 8.0 817.6531 13.0 817.6622 1.0 817.6713 1.0 817.6804 4.0 817.6895 8.0 817.6986 9.0 817.7078 3.0 817.7169 1.0 817.726 14.0 817.7351 6.0 817.7442 13.0 817.7533 10.0 817.7624 11.0 817.7716 6.0 817.7807 3.0 817.7898 2.0 817.7989 4.0 817.808 3.0 817.8171 4.0 817.8263 4.0 817.8354 3.0 817.8445 4.0 817.8536 3.0 817.8627 1.0 817.8718 5.0 817.8809 5.0 817.8901 1.0 817.8992 1.0 817.9083 3.0 817.9265 1.0 817.9356 2.0 817.9539 3.0 817.963 2.0 817.9721 3.0 817.9812 3.0 817.9903 2.0 817.9995 5.0 818.0086 1.0 818.0177 2.0 818.0268 4.0 818.0359 2.0 818.045 2.0 818.0542 3.0 818.0633 5.0 818.0815 2.0 818.0906 2.0 818.0997 2.0 818.1089 5.0 818.118 5.0 818.1271 10.0 818.1362 8.0 818.1453 1.0 818.1544 2.0 818.1636 1.0 818.1727 3.0 818.1818 2.0 818.1909 6.0 818.2 13.0 818.2091 21.0 818.2183 9.0 818.2274 3.0 818.2365 1.0 818.2456 6.0 818.2547 2.0 818.2638 3.0 818.273 3.0 818.2821 4.0 818.2912 5.0 818.3003 1.0 818.3094 2.0 818.3186 1.0 818.3277 2.0 818.3368 3.0 818.3459 1.0 818.355 3.0 818.3641 4.0 818.3733 2.0 818.3824 5.0 818.3915 1.0 818.4006 3.0 818.4097 5.0 818.4189 1.0 818.428 1.0 818.4462 5.0 818.4553 1.0 818.4645 10.0 818.4736 7.0 818.4827 7.0 818.4918 6.0 818.5009 3.0 818.51 7.0 818.5192 5.0 818.5283 4.0 818.5374 6.0 818.5465 2.0 818.5556 1.0 818.5648 3.0 818.5739 2.0 818.583 2.0 818.5921 6.0 818.6012 14.0 818.6104 7.0 818.6195 11.0 818.6286 6.0 818.6377 3.0 818.6468 9.0 818.656 14.0 818.6651 9.0 818.6742 16.0 818.6833 9.0 818.6924 6.0 818.7016 9.0 818.7107 7.0 818.7198 5.0 818.7289 18.0 818.738 10.0 818.7472 8.0 818.7563 9.0 818.7654 7.0 818.7745 3.0 818.7836 1.0 818.7928 5.0 818.8019 8.0 818.811 11.0 818.8201 5.0 818.8292 10.0 818.8384 5.0 818.8475 7.0 818.8566 6.0 818.8657 2.0 818.884 3.0 818.8931 5.0 818.9022 3.0 818.9113 6.0 818.9205 1.0 818.9296 5.0 818.9387 5.0 818.9569 4.0 818.9661 6.0 818.9752 4.0 818.9843 3.0 818.9934 1.0 819.0026 7.0 819.0117 3.0 819.0299 5.0 819.039 3.0 819.0482 13.0 819.0573 6.0 819.0664 2.0 819.0755 1.0 819.0847 8.0 819.0938 15.0 819.1029 4.0 819.112 2.0 819.1211 7.0 819.1303 14.0 819.1394 5.0 819.1485 6.0 819.1576 14.0 819.1668 4.0 819.1759 7.0 819.185 14.0 819.1941 3.0 819.2032 3.0 819.2215 8.0 819.2306 11.0 819.2397 4.0 819.2489 4.0 819.258 2.0 819.2671 3.0 819.2762 4.0 819.2945 2.0 819.3036 6.0 819.3127 2.0 819.3219 5.0 819.331 7.0 819.3401 1.0 819.3492 2.0 819.3583 5.0 819.3675 4.0 819.3766 2.0 819.3857 4.0 819.3948 2.0 819.404 6.0 819.4131 5.0 819.4405 1.0 819.4496 3.0 819.4587 2.0 819.4678 4.0 819.477 7.0 819.4861 7.0 819.4952 2.0 819.5043 9.0 819.5135 6.0 819.5226 7.0 819.5317 9.0 819.5408 4.0 819.55 7.0 819.5591 4.0 819.5682 8.0 819.5773 2.0 819.5865 6.0 819.5956 14.0 819.6047 1.0 819.6138 1.0 819.623 3.0 819.6321 9.0 819.6412 7.0 819.6503 1.0 819.6595 1.0 819.6686 5.0 819.6777 3.0 819.6868 6.0 819.696 2.0 819.7051 4.0 819.7142 8.0 819.7233 4.0 819.7325 7.0 819.7416 4.0 819.7507 6.0 819.7598 3.0 819.769 1.0 819.7781 3.0 819.7872 4.0 819.7964 5.0 819.8055 7.0 819.8146 7.0 819.8237 7.0 819.8329 4.0 819.842 4.0 819.8511 3.0 819.8602 3.0 819.8694 3.0 819.8785 1.0 819.8876 4.0 819.8967 6.0 819.9059 3.0 819.915 1.0 819.9241 7.0 819.9333 3.0 819.9515 7.0 819.9606 3.0 819.9698 3.0 819.9789 5.0 819.988 3.0 819.9971 8.0 820.0063 9.0 820.0154 5.0 820.0245 5.0 820.0337 4.0 820.0428 4.0 820.0519 2.0 820.061 5.0 820.0702 5.0 820.0793 4.0 820.0884 4.0 820.0975 1.0 820.1067 4.0 820.1158 4.0 820.1249 7.0 820.1341 10.0 820.1432 4.0 820.1523 4.0 820.1614 3.0 820.1797 1.0 820.1888 1.0 820.198 8.0 820.2071 8.0 820.2162 4.0 820.2253 3.0 820.2345 4.0 820.2436 3.0 820.2527 1.0 820.2619 2.0 820.271 1.0 820.2801 3.0 820.2984 5.0 820.3075 4.0 820.3166 1.0 820.3349 1.0 820.344 2.0 820.3532 3.0 820.3623 1.0 820.3714 3.0 820.3805 2.0 820.3897 1.0 820.3988 2.0 820.4079 2.0 820.4171 3.0 820.4353 1.0 820.4445 2.0 820.4536 2.0 820.4627 3.0 820.4718 3.0 820.481 5.0 820.4901 5.0 820.4992 5.0 820.5084 5.0 820.5175 3.0 820.5266 8.0 820.5358 4.0 820.5449 1.0 820.554 9.0 820.5631 8.0 820.5723 8.0 820.5814 17.0 820.5905 7.0 820.5997 4.0 820.6088 1.0 820.6179 3.0 820.6271 4.0 820.6362 16.0 820.6453 12.0 820.6545 10.0 820.6636 8.0 820.6727 5.0 820.6818 3.0 820.691 8.0 820.7001 5.0 820.7092 2.0 820.7184 4.0 820.7275 9.0 820.7366 5.0 820.7458 1.0 820.7549 5.0 820.764 5.0 820.7732 4.0 820.7823 3.0 820.7914 4.0 820.8006 4.0 820.8097 10.0 820.8188 6.0 820.828 11.0 820.8371 4.0 820.8462 5.0 820.8554 3.0 820.8645 4.0 820.8736 3.0 820.8827 3.0 820.8919 11.0 820.901 2.0 820.9101 4.0 820.9193 3.0 820.9284 2.0 820.9375 3.0 820.9467 3.0 820.9558 2.0 820.9649 2.0 820.9741 4.0 820.9832 7.0 820.9923 6.0 821.0015 7.0 821.0106 7.0 821.0197 10.0 821.0289 3.0 821.038 2.0 821.0471 2.0 821.0654 4.0 821.0745 3.0 821.0837 3.0 821.0928 22.0 821.1019 9.0 821.1111 6.0 821.1202 3.0 821.1293 1.0 821.1385 7.0 821.1476 2.0 821.1567 1.0 821.1659 8.0 821.175 11.0 821.1841 2.0 821.1933 3.0 821.2024 7.0 821.2115 6.0 821.2207 2.0 821.2298 4.0 821.2389 4.0 821.2481 7.0 821.2572 3.0 821.2664 2.0 821.2755 4.0 821.2846 2.0 821.2938 1.0 821.3029 2.0 821.312 2.0 821.3212 1.0 821.3394 2.0 821.3486 1.0 821.3577 4.0 821.3668 5.0 821.376 4.0 821.3851 2.0 821.3942 2.0 821.4034 3.0 821.4125 2.0 821.4216 1.0 821.4308 6.0 821.4399 12.0 821.4491 8.0 821.4582 3.0 821.4673 3.0 821.4765 2.0 821.4856 4.0 821.4947 5.0 821.5039 3.0 821.513 5.0 821.5221 3.0 821.5313 3.0 821.5404 2.0 821.5495 8.0 821.5587 6.0 821.5678 4.0 821.577 7.0 821.5861 5.0 821.5952 2.0 821.6044 6.0 821.6135 4.0 821.6226 4.0 821.6318 4.0 821.6409 5.0 821.65 15.0 821.6592 14.0 821.6683 6.0 821.6775 5.0 821.6866 8.0 821.6957 5.0 821.7049 6.0 821.714 8.0 821.7231 13.0 821.7323 5.0 821.7414 4.0 821.7597 3.0 821.7688 1.0 821.778 1.0 821.7871 5.0 821.7962 2.0 821.8054 7.0 821.8145 5.0 821.8237 1.0 821.8328 2.0 821.8419 1.0 821.8511 9.0 821.8602 3.0 821.8785 3.0 821.8876 1.0 821.8968 4.0 821.9059 11.0 821.915 7.0 821.9242 2.0 821.9333 4.0 821.9425 7.0 821.9516 12.0 821.9607 1.0 821.9699 3.0 821.979 3.0 821.9881 4.0 821.9973 3.0 822.0064 7.0 822.0156 5.0 822.0247 3.0 822.0338 6.0 822.043 9.0 822.0521 6.0 822.0613 6.0 822.0704 5.0 822.0795 5.0 822.0887 5.0 822.0978 4.0 822.1069 6.0 822.1161 1.0 822.1252 1.0 822.1344 3.0 822.1435 3.0 822.1526 6.0 822.1618 9.0 822.1709 3.0 822.1801 3.0 822.1892 7.0 822.1983 7.0 822.2075 6.0 822.2166 10.0 822.2258 6.0 822.2349 6.0 822.244 12.0 822.2532 7.0 822.2623 9.0 822.2715 18.0 822.2806 6.0 822.2897 5.0 822.2989 4.0 822.308 4.0 822.3172 1.0 822.3263 4.0 822.3354 3.0 822.3446 7.0 822.3537 3.0 822.3629 1.0 822.372 5.0 822.3811 2.0 822.3903 2.0 822.3994 3.0 822.4086 7.0 822.4177 3.0 822.4269 5.0 822.436 3.0 822.4451 4.0 822.4543 10.0 822.4634 1.0 822.4726 6.0 822.4817 2.0 822.4908 4.0 822.5 2.0 822.5091 7.0 822.5183 7.0 822.5274 4.0 822.5366 3.0 822.5457 6.0 822.5548 2.0 822.564 1.0 822.5731 2.0 822.5823 10.0 822.5914 6.0 822.6005 2.0 822.6097 2.0 822.628 5.0 822.6371 9.0 822.6463 10.0 822.6554 14.0 822.6645 19.0 822.6737 12.0 822.6828 24.0 822.692 19.0 822.7011 7.0 822.7103 8.0 822.7194 5.0 822.7285 6.0 822.7377 4.0 822.7468 2.0 822.756 8.0 822.7651 11.0 822.7743 8.0 822.7834 6.0 822.7925 5.0 822.8017 4.0 822.8108 2.0 822.82 1.0 822.8291 4.0 822.8383 1.0 822.8474 3.0 822.8565 2.0 822.8657 2.0 822.8748 3.0 822.884 4.0 822.8931 6.0 822.9023 5.0 822.9114 4.0 822.9205 3.0 822.9297 1.0 822.9388 2.0 822.948 1.0 822.9571 13.0 822.9663 5.0 822.9754 2.0 822.9846 6.0 822.9937 2.0 823.0028 4.0 823.012 2.0 823.0211 3.0 823.0303 2.0 823.0394 6.0 823.0486 5.0 823.0577 1.0 823.0669 9.0 823.076 6.0 823.0943 1.0 823.1034 4.0 823.1126 2.0 823.1217 2.0 823.14 3.0 823.1492 8.0 823.1583 7.0 823.1674 8.0 823.1766 4.0 823.1857 2.0 823.1949 7.0 823.204 8.0 823.2132 5.0 823.2223 3.0 823.2315 3.0 823.2406 10.0 823.2498 14.0 823.2589 7.0 823.268 4.0 823.2772 3.0 823.2863 1.0 823.2955 6.0 823.3046 2.0 823.3138 1.0 823.3229 2.0 823.3321 1.0 823.3504 2.0 823.3595 3.0 823.3687 4.0 823.3778 1.0 823.3869 3.0 823.3961 1.0 823.4052 1.0 823.4144 1.0 823.4327 2.0 823.4418 5.0 823.451 2.0 823.4601 2.0 823.4693 1.0 823.4784 3.0 823.4876 3.0 823.4967 4.0 823.5059 2.0 823.515 2.0 823.5241 2.0 823.5424 8.0 823.5516 4.0 823.5607 4.0 823.5699 3.0 823.579 8.0 823.5882 9.0 823.5973 5.0 823.6065 7.0 823.6156 14.0 823.6248 20.0 823.6339 15.0 823.6431 15.0 823.6522 12.0 823.6614 4.0 823.6705 7.0 823.6797 8.0 823.6888 5.0 823.698 4.0 823.7071 4.0 823.7162 11.0 823.7254 13.0 823.7345 11.0 823.7437 3.0 823.7528 4.0 823.762 3.0 823.7711 6.0 823.7803 9.0 823.7894 10.0 823.7986 4.0 823.8077 4.0 823.8169 2.0 823.826 2.0 823.8443 3.0 823.8535 2.0 823.8626 6.0 823.8718 1.0 823.8809 5.0 823.8901 1.0 823.8992 2.0 823.9084 10.0 823.9175 12.0 823.9267 4.0 823.9358 3.0 823.945 4.0 823.9541 3.0 823.9633 3.0 823.9724 9.0 823.9816 11.0 823.9907 5.0 823.9999 8.0 824.009 9.0 824.0182 9.0 824.0273 8.0 824.0365 15.0 824.0456 10.0 824.0548 8.0 824.0639 14.0 824.0731 11.0 824.0822 10.0 824.0914 8.0 824.1005 6.0 824.1097 11.0 824.1188 2.0 824.128 1.0 824.1371 8.0 824.1463 3.0 824.1554 5.0 824.1646 1.0 824.1737 8.0 824.1829 12.0 824.192 9.0 824.2012 9.0 824.2103 8.0 824.2195 8.0 824.2286 5.0 824.2378 5.0 824.2469 5.0 824.2561 6.0 824.2652 6.0 824.2744 5.0 824.2835 1.0 824.2927 3.0 824.3018 3.0 824.311 6.0 824.3201 7.0 824.3293 4.0 824.3384 1.0 824.3476 4.0 824.3568 2.0 824.3659 2.0 824.3751 4.0 824.3842 4.0 824.3934 1.0 824.4117 8.0 824.4208 10.0 824.43 5.0 824.4391 4.0 824.4483 2.0 824.4574 3.0 824.4666 6.0 824.4757 12.0 824.4849 9.0 824.494 3.0 824.5032 3.0 824.5123 4.0 824.5215 1.0 824.5306 5.0 824.5398 3.0 824.549 6.0 824.5581 2.0 824.5673 3.0 824.5764 3.0 824.5856 3.0 824.5947 6.0 824.6039 6.0 824.613 7.0 824.6222 9.0 824.6313 10.0 824.6405 12.0 824.6496 23.0 824.6588 6.0 824.6679 5.0 824.6771 20.0 824.6862 11.0 824.6954 17.0 824.7046 13.0 824.7137 13.0 824.7229 10.0 824.732 6.0 824.7595 1.0 824.7686 1.0 824.7778 4.0 824.7869 5.0 824.7961 3.0 824.8053 4.0 824.8144 1.0 824.8236 7.0 824.8327 6.0 824.8419 6.0 824.851 4.0 824.8602 3.0 824.8693 4.0 824.8785 3.0 824.8876 1.0 824.8968 2.0 824.906 1.0 824.9151 4.0 824.9243 6.0 824.9334 3.0 824.9426 3.0 824.9517 8.0 824.9609 4.0 824.97 7.0 824.9792 8.0 824.9883 4.0 824.9975 4.0 825.0067 4.0 825.0158 4.0 825.025 2.0 825.0341 3.0 825.0433 13.0 825.0524 8.0 825.0616 2.0 825.0707 3.0 825.0799 9.0 825.0891 5.0 825.0982 6.0 825.1074 1.0 825.1165 3.0 825.1257 7.0 825.1348 8.0 825.144 6.0 825.1532 7.0 825.1623 9.0 825.1715 10.0 825.1806 3.0 825.1898 3.0 825.1989 5.0 825.2081 2.0 825.2172 4.0 825.2264 3.0 825.2356 1.0 825.2447 4.0 825.2539 4.0 825.263 1.0 825.2722 3.0 825.2813 3.0 825.2905 3.0 825.2997 3.0 825.3088 7.0 825.318 5.0 825.3271 2.0 825.3363 3.0 825.3454 6.0 825.3546 4.0 825.3729 6.0 825.3821 1.0 825.3912 5.0 825.4004 3.0 825.4095 2.0 825.4187 2.0 825.4279 1.0 825.4462 3.0 825.4553 6.0 825.4645 6.0 825.4737 1.0 825.492 9.0 825.5011 5.0 825.5103 4.0 825.5194 10.0 825.5286 6.0 825.5378 2.0 825.5469 6.0 825.5561 13.0 825.5652 12.0 825.5744 9.0 825.5836 10.0 825.5927 10.0 825.6019 5.0 825.611 3.0 825.6202 4.0 825.6293 7.0 825.6385 11.0 825.6477 3.0 825.6568 5.0 825.666 7.0 825.6751 5.0 825.6843 8.0 825.6935 7.0 825.7026 7.0 825.7118 6.0 825.7209 4.0 825.7301 5.0 825.7393 6.0 825.7484 4.0 825.7576 3.0 825.7667 9.0 825.7759 16.0 825.7851 8.0 825.8034 2.0 825.8125 3.0 825.8217 2.0 825.8309 1.0 825.84 12.0 825.8492 21.0 825.8583 3.0 825.8675 6.0 825.8767 7.0 825.8858 8.0 825.895 9.0 825.9041 5.0 825.9133 3.0 825.9225 7.0 825.9316 8.0 825.9499 7.0 825.9591 12.0 825.9683 5.0 825.9774 14.0 825.9866 6.0 825.9957 2.0 826.0141 5.0 826.0232 3.0 826.0324 5.0 826.0416 2.0 826.0507 4.0 826.069 2.0 826.0782 4.0 826.0874 5.0 826.0965 8.0 826.1057 9.0 826.1148 5.0 826.124 2.0 826.1332 3.0 826.1423 3.0 826.1515 3.0 826.1607 1.0 826.1698 1.0 826.179 6.0 826.1881 3.0 826.1973 6.0 826.2065 12.0 826.2156 14.0 826.2248 1.0 826.2339 3.0 826.2431 5.0 826.2523 2.0 826.2614 1.0 826.2706 2.0 826.2889 4.0 826.2981 2.0 826.3072 3.0 826.3164 3.0 826.3256 1.0 826.3347 2.0 826.3439 8.0 826.3531 2.0 826.3622 3.0 826.3714 4.0 826.3806 1.0 826.3897 2.0 826.3989 5.0 826.408 2.0 826.4172 1.0 826.4264 3.0 826.4355 5.0 826.4447 4.0 826.4539 7.0 826.463 9.0 826.4722 3.0 826.4813 5.0 826.4905 6.0 826.4997 3.0 826.5088 13.0 826.518 11.0 826.5272 7.0 826.5363 5.0 826.5547 5.0 826.5638 4.0 826.573 13.0 826.5822 16.0 826.5913 12.0 826.6005 9.0 826.6096 3.0 826.6188 2.0 826.628 2.0 826.6371 3.0 826.6463 3.0 826.6555 1.0 826.6646 6.0 826.6738 5.0 826.683 7.0 826.6921 7.0 826.7013 1.0 826.7105 2.0 826.7196 3.0 826.7288 8.0 826.738 5.0 826.7471 13.0 826.7563 6.0 826.7654 5.0 826.7746 3.0 826.7838 6.0 826.7929 8.0 826.8021 9.0 826.8113 7.0 826.8204 2.0 826.8296 5.0 826.8388 4.0 826.8479 2.0 826.8571 5.0 826.8663 13.0 826.8754 2.0 826.8846 4.0 826.8938 4.0 826.9029 2.0 826.9121 4.0 826.9213 1.0 826.9304 2.0 826.9396 2.0 826.9488 3.0 826.9579 3.0 826.9671 2.0 826.9763 1.0 826.9854 1.0 826.9946 4.0 827.0038 7.0 827.0129 4.0 827.0221 3.0 827.0313 8.0 827.0404 6.0 827.0496 2.0 827.0588 2.0 827.0679 2.0 827.0771 4.0 827.0863 4.0 827.0954 4.0 827.1046 2.0 827.1138 7.0 827.1321 2.0 827.1413 5.0 827.1504 3.0 827.1596 1.0 827.1688 2.0 827.1779 2.0 827.2054 3.0 827.2146 2.0 827.2238 1.0 827.2329 5.0 827.2421 6.0 827.2513 3.0 827.2604 6.0 827.2696 2.0 827.2788 3.0 827.2879 1.0 827.2971 9.0 827.3063 3.0 827.3246 4.0 827.3338 1.0 827.343 4.0 827.3521 8.0 827.3613 5.0 827.3705 2.0 827.3796 2.0 827.3888 7.0 827.398 2.0 827.4071 8.0 827.4163 6.0 827.4255 5.0 827.4346 3.0 827.4438 1.0 827.453 4.0 827.4622 5.0 827.4713 2.0 827.4805 2.0 827.4897 1.0 827.4988 3.0 827.508 2.0 827.5172 2.0 827.5263 3.0 827.5355 2.0 827.5447 4.0 827.5538 2.0 827.5722 3.0 827.5814 7.0 827.5905 4.0 827.5997 9.0 827.6089 11.0 827.618 16.0 827.6272 15.0 827.6364 8.0 827.6455 19.0 827.6547 10.0 827.6639 8.0 827.6731 9.0 827.6822 6.0 827.6914 5.0 827.7006 7.0 827.7097 4.0 827.7189 5.0 827.7281 4.0 827.7372 4.0 827.7464 4.0 827.7556 6.0 827.7648 10.0 827.7739 2.0 827.7831 1.0 827.7923 3.0 827.8014 3.0 827.8106 2.0 827.8198 10.0 827.829 5.0 827.8381 3.0 827.8473 2.0 827.8565 4.0 827.8656 2.0 827.8932 1.0 827.9023 3.0 827.9115 3.0 827.9207 2.0 827.9298 3.0 827.939 4.0 827.9482 3.0 827.9574 3.0 827.9665 5.0 827.9757 2.0 827.9849 8.0 827.994 5.0 828.0032 7.0 828.0124 3.0 828.0216 4.0 828.0307 6.0 828.0399 6.0 828.0491 5.0 828.0583 3.0 828.0674 2.0 828.0858 2.0 828.0949 4.0 828.1041 4.0 828.1133 5.0 828.1225 7.0 828.1316 8.0 828.1408 3.0 828.15 2.0 828.1592 5.0 828.1683 5.0 828.1775 5.0 828.1867 2.0 828.205 2.0 828.2142 1.0 828.2234 1.0 828.2325 7.0 828.2417 6.0 828.2509 3.0 828.2601 5.0 828.2692 6.0 828.2784 3.0 828.2876 2.0 828.2968 9.0 828.3059 6.0 828.3151 2.0 828.3243 3.0 828.3335 4.0 828.3518 3.0 828.361 2.0 828.3701 2.0 828.3793 2.0 828.3885 10.0 828.3977 2.0 828.4068 8.0 828.416 8.0 828.4252 6.0 828.4344 7.0 828.4435 7.0 828.4527 5.0 828.4619 3.0 828.4711 7.0 828.4802 2.0 828.4894 4.0 828.4986 7.0 828.5078 3.0 828.5169 10.0 828.5261 8.0 828.5353 2.0 828.5445 3.0 828.5536 3.0 828.5628 6.0 828.572 3.0 828.5812 4.0 828.5903 1.0 828.5995 2.0 828.6087 1.0 828.6179 5.0 828.627 4.0 828.6362 8.0 828.6454 10.0 828.6546 8.0 828.6637 6.0 828.6729 1.0 828.6821 4.0 828.6913 23.0 828.7005 14.0 828.7096 9.0 828.7188 10.0 828.728 14.0 828.7372 10.0 828.7463 12.0 828.7555 12.0 828.7647 4.0 828.7739 3.0 828.783 4.0 828.7922 6.0 828.8014 3.0 828.8106 1.0 828.8197 2.0 828.8289 3.0 828.8381 1.0 828.8473 3.0 828.8565 3.0 828.8656 1.0 828.8748 2.0 828.884 2.0 828.8932 2.0 828.9023 4.0 828.9115 5.0 828.9207 5.0 828.9299 3.0 828.939 5.0 828.9482 6.0 828.9574 3.0 828.9666 12.0 828.9758 6.0 828.9849 12.0 828.9941 10.0 829.0033 15.0 829.0125 18.0 829.0216 12.0 829.0308 4.0 829.04 4.0 829.0492 1.0 829.0584 2.0 829.0675 5.0 829.0767 13.0 829.0859 8.0 829.0951 1.0 829.1042 4.0 829.1134 3.0 829.1226 3.0 829.1318 2.0 829.141 5.0 829.1501 10.0 829.1593 15.0 829.1685 3.0 829.1777 1.0 829.1869 2.0 829.196 6.0 829.2052 1.0 829.2144 3.0 829.2236 4.0 829.2419 4.0 829.2511 2.0 829.2695 5.0 829.2786 1.0 829.2878 2.0 829.297 3.0 829.3062 3.0 829.3154 1.0 829.3245 2.0 829.3337 5.0 829.3429 9.0 829.3521 11.0 829.3613 17.0 829.3704 6.0 829.3796 3.0 829.3888 4.0 829.398 5.0 829.4072 2.0 829.4163 8.0 829.4347 1.0 829.4439 3.0 829.4531 1.0 829.4622 2.0 829.4714 1.0 829.4898 1.0 829.5081 7.0 829.5173 5.0 829.5265 2.0 829.5357 4.0 829.5449 3.0 829.554 8.0 829.5632 2.0 829.5724 2.0 829.5816 1.0 829.5908 5.0 829.5999 8.0 829.6091 4.0 829.6183 2.0 829.6275 10.0 829.6367 12.0 829.6459 9.0 829.655 5.0 829.6642 10.0 829.6734 6.0 829.6826 8.0 829.6918 5.0 829.7009 3.0 829.7101 8.0 829.7193 8.0 829.7285 12.0 829.7377 8.0 829.7468 3.0 829.7652 4.0 829.7744 1.0 829.7836 11.0 829.7928 5.0 829.8019 1.0 829.8111 1.0 829.8203 2.0 829.8295 3.0 829.8387 5.0 829.8479 9.0 829.857 7.0 829.8662 10.0 829.8754 5.0 829.8846 4.0 829.8938 3.0 829.9029 9.0 829.9121 6.0 829.9213 6.0 829.9305 4.0 829.9397 3.0 829.9489 6.0 829.958 13.0 829.9672 1.0 829.9764 2.0 829.9856 10.0 829.9948 5.0 830.004 5.0 830.0131 11.0 830.0223 5.0 830.0315 8.0 830.0407 2.0 830.0499 5.0 830.0591 5.0 830.0682 13.0 830.0774 14.0 830.0866 10.0 830.0958 5.0 830.105 6.0 830.1142 14.0 830.1233 6.0 830.1325 3.0 830.1417 3.0 830.1509 14.0 830.1601 5.0 830.1693 5.0 830.1785 2.0 830.1876 10.0 830.1968 6.0 830.206 4.0 830.2152 2.0 830.2244 3.0 830.2336 3.0 830.2427 10.0 830.2519 8.0 830.2611 5.0 830.2703 9.0 830.2795 4.0 830.2887 3.0 830.2979 18.0 830.307 5.0 830.3162 1.0 830.3254 3.0 830.3346 2.0 830.3438 3.0 830.353 4.0 830.3621 4.0 830.3713 1.0 830.3805 3.0 830.3897 2.0 830.3989 3.0 830.4081 4.0 830.4173 6.0 830.4264 5.0 830.4356 6.0 830.4448 2.0 830.454 2.0 830.4632 3.0 830.4724 2.0 830.4816 6.0 830.4907 4.0 830.4999 4.0 830.5091 1.0 830.5183 3.0 830.5275 2.0 830.5367 6.0 830.5459 4.0 830.555 6.0 830.5642 8.0 830.5734 7.0 830.5826 3.0 830.5918 9.0 830.601 4.0 830.6102 5.0 830.6194 8.0 830.6285 4.0 830.6377 1.0 830.6469 5.0 830.6561 15.0 830.6653 6.0 830.6837 4.0 830.6929 11.0 830.702 2.0 830.7112 5.0 830.7204 7.0 830.7296 4.0 830.7388 3.0 830.748 6.0 830.7572 6.0 830.7755 3.0 830.7847 7.0 830.7939 2.0 830.8031 1.0 830.8123 4.0 830.8307 4.0 830.8399 5.0 830.849 4.0 830.8582 1.0 830.8674 7.0 830.8766 4.0 830.8858 4.0 830.895 7.0 830.9042 9.0 830.9134 2.0 830.9225 3.0 830.9317 4.0 830.9409 5.0 830.9501 1.0 830.9593 2.0 830.9685 3.0 830.9777 2.0 830.9869 5.0 830.9961 8.0 831.0052 1.0 831.0144 2.0 831.0236 4.0 831.042 4.0 831.0512 2.0 831.0604 3.0 831.0696 4.0 831.0788 2.0 831.0879 3.0 831.0971 11.0 831.1063 7.0 831.1155 7.0 831.1247 6.0 831.1339 8.0 831.1431 5.0 831.1523 2.0 831.1615 1.0 831.1706 12.0 831.1798 16.0 831.189 20.0 831.1982 5.0 831.2074 2.0 831.2166 7.0 831.2258 5.0 831.235 15.0 831.2442 8.0 831.2534 6.0 831.2625 7.0 831.2717 1.0 831.2809 4.0 831.2901 5.0 831.2993 5.0 831.3085 2.0 831.3177 3.0 831.3269 5.0 831.3361 5.0 831.3545 6.0 831.3636 5.0 831.3728 2.0 831.382 4.0 831.3912 4.0 831.4004 4.0 831.4096 1.0 831.4188 4.0 831.428 10.0 831.4372 4.0 831.4464 3.0 831.4556 6.0 831.4647 6.0 831.4739 2.0 831.4831 6.0 831.4923 11.0 831.5015 7.0 831.5107 2.0 831.5199 2.0 831.5291 6.0 831.5383 7.0 831.5475 2.0 831.5567 4.0 831.5659 4.0 831.575 1.0 831.5842 3.0 831.5934 3.0 831.6026 5.0 831.6118 9.0 831.621 7.0 831.6302 6.0 831.6394 4.0 831.6486 1.0 831.6578 5.0 831.667 6.0 831.6762 7.0 831.6854 4.0 831.6945 6.0 831.7037 6.0 831.7129 1.0 831.7221 1.0 831.7313 1.0 831.7405 7.0 831.7497 7.0 831.7589 5.0 831.7681 10.0 831.7773 6.0 831.7865 7.0 831.7957 4.0 831.8049 7.0 831.8141 2.0 831.8233 3.0 831.8324 6.0 831.8416 3.0 831.8508 2.0 831.86 5.0 831.8692 5.0 831.8784 9.0 831.8876 8.0 831.8968 9.0 831.906 4.0 831.9152 2.0 831.9244 2.0 831.9336 3.0 831.9428 5.0 831.952 6.0 831.9612 2.0 831.9704 1.0 831.9887 2.0 832.0071 1.0 832.0163 6.0 832.0255 5.0 832.0347 4.0 832.0439 3.0 832.0531 4.0 832.0623 2.0 832.0715 1.0 832.0807 4.0 832.0899 2.0 832.0991 3.0 832.1083 5.0 832.1175 2.0 832.1267 2.0 832.1359 11.0 832.1451 3.0 832.1542 3.0 832.1634 1.0 832.1726 2.0 832.1818 2.0 832.191 8.0 832.2002 8.0 832.2094 3.0 832.2186 6.0 832.2278 8.0 832.237 9.0 832.2462 8.0 832.2554 13.0 832.2646 8.0 832.2738 3.0 832.283 2.0 832.2922 2.0 832.3014 1.0 832.3106 4.0 832.3198 2.0 832.329 2.0 832.3382 5.0 832.3474 6.0 832.3566 3.0 832.3658 1.0 832.3749 3.0 832.3841 7.0 832.3933 2.0 832.4117 5.0 832.4209 1.0 832.4301 4.0 832.4393 7.0 832.4485 3.0 832.4577 5.0 832.4669 8.0 832.4761 10.0 832.4853 7.0 832.4945 2.0 832.5037 1.0 832.5129 2.0 832.5221 4.0 832.5313 10.0 832.5405 3.0 832.5497 5.0 832.5589 5.0 832.5681 3.0 832.5773 1.0 832.5865 1.0 832.5957 2.0 832.6049 2.0 832.6141 2.0 832.6233 4.0 832.6325 3.0 832.6417 8.0 832.6509 19.0 832.6601 15.0 832.6693 5.0 832.6785 4.0 832.6877 9.0 832.6969 15.0 832.7061 11.0 832.7153 16.0 832.7244 1.0 832.7336 9.0 832.7428 8.0 832.752 5.0 832.7612 8.0 832.7704 4.0 832.7796 7.0 832.7888 2.0 832.798 4.0 832.8072 5.0 832.8164 10.0 832.8256 9.0 832.8348 2.0 832.8532 7.0 832.8624 9.0 832.8716 6.0 832.8808 7.0 832.89 3.0 832.8992 4.0 832.9084 1.0 832.9176 1.0 832.9268 10.0 832.936 13.0 832.9452 2.0 832.9544 6.0 832.9728 1.0 832.982 1.0 832.9912 1.0 833.0004 1.0 833.0096 2.0 833.0188 3.0 833.028 8.0 833.0372 11.0 833.0464 6.0 833.0556 3.0 833.0648 2.0 833.074 6.0 833.0832 10.0 833.0924 7.0 833.1016 5.0 833.1108 10.0 833.12 4.0 833.1292 5.0 833.1384 13.0 833.1476 18.0 833.1568 14.0 833.166 10.0 833.1752 4.0 833.1844 8.0 833.1936 19.0 833.2028 5.0 833.212 18.0 833.2212 2.0 833.2304 7.0 833.2396 7.0 833.2488 1.0 833.258 2.0 833.2672 1.0 833.2764 4.0 833.2856 2.0 833.2948 4.0 833.304 4.0 833.3133 1.0 833.3225 1.0 833.3317 2.0 833.3409 4.0 833.3501 2.0 833.3593 2.0 833.3685 3.0 833.3777 7.0 833.3869 1.0 833.3961 3.0 833.4053 1.0 833.4145 7.0 833.4237 11.0 833.4329 4.0 833.4421 9.0 833.4513 8.0 833.4605 3.0 833.4697 2.0 833.4789 1.0 833.5157 1.0 833.5249 1.0 833.5341 1.0 833.5525 3.0 833.5617 3.0 833.5709 3.0 833.5801 2.0 833.5985 4.0 833.6077 8.0 833.6169 4.0 833.6261 1.0 833.6353 4.0 833.6537 7.0 833.663 16.0 833.6722 13.0 833.6814 3.0 833.6906 3.0 833.6998 6.0 833.709 18.0 833.7182 9.0 833.7366 2.0 833.7458 5.0 833.755 8.0 833.7642 3.0 833.7734 8.0 833.7826 15.0 833.7918 9.0 833.801 18.0 833.8102 42.0 833.8194 33.0 833.8286 16.0 833.8378 26.0 833.847 9.0 833.8562 8.0 833.8654 11.0 833.8746 9.0 833.8839 8.0 833.8931 22.0 833.9023 26.0 833.9115 14.0 833.9207 9.0 833.9299 5.0 833.9391 5.0 833.9483 3.0 833.9575 5.0 833.9667 8.0 833.9759 6.0 833.9851 7.0 833.9943 10.0 834.0035 2.0 834.0127 3.0 834.0219 1.0 834.0311 11.0 834.0403 20.0 834.0495 4.0 834.0588 4.0 834.068 3.0 834.0772 5.0 834.0864 8.0 834.0956 3.0 834.1048 4.0 834.114 5.0 834.1232 17.0 834.1324 17.0 834.1416 7.0 834.1508 4.0 834.16 2.0 834.1692 5.0 834.1784 5.0 834.1876 11.0 834.1968 7.0 834.2061 3.0 834.2153 8.0 834.2245 5.0 834.2337 1.0 834.2429 1.0 834.2521 6.0 834.2613 8.0 834.2705 2.0 834.2797 7.0 834.2889 7.0 834.2981 6.0 834.3073 2.0 834.3165 1.0 834.3257 3.0 834.335 1.0 834.3442 3.0 834.3534 2.0 834.3626 1.0 834.381 4.0 834.3902 7.0 834.3994 3.0 834.4086 3.0 834.4178 2.0 834.427 4.0 834.4362 14.0 834.4454 12.0 834.4547 5.0 834.4639 2.0 834.4823 3.0 834.4915 2.0 834.5007 5.0 834.5099 6.0 834.5191 3.0 834.5283 1.0 834.5375 4.0 834.5467 2.0 834.5559 6.0 834.5744 1.0 834.5836 5.0 834.5928 1.0 834.602 1.0 834.6112 8.0 834.6204 14.0 834.6296 16.0 834.6388 6.0 834.648 5.0 834.6664 3.0 834.6757 4.0 834.6849 10.0 834.6941 5.0 834.7033 9.0 834.7125 6.0 834.7217 2.0 834.7309 3.0 834.7401 2.0 834.7678 4.0 834.777 4.0 834.7862 7.0 834.7954 11.0 834.8046 4.0 834.8138 10.0 834.823 18.0 834.8322 5.0 834.8414 4.0 834.8599 6.0 834.8691 11.0 834.8783 9.0 834.8875 10.0 834.8967 7.0 834.9059 5.0 834.9151 10.0 834.9243 4.0 834.9335 11.0 834.9427 1.0 834.9612 3.0 834.9704 9.0 834.9796 3.0 834.9888 4.0 834.998 6.0 835.0072 9.0 835.0164 11.0 835.0256 8.0 835.0349 10.0 835.0441 4.0 835.0533 3.0 835.0625 2.0 835.0717 6.0 835.0809 12.0 835.0901 12.0 835.0993 1.0 835.1085 3.0 835.1178 5.0 835.127 2.0 835.1362 4.0 835.1454 1.0 835.1546 10.0 835.1638 8.0 835.173 1.0 835.1822 9.0 835.1915 11.0 835.2007 11.0 835.2099 16.0 835.2191 6.0 835.2283 13.0 835.2375 7.0 835.2467 4.0 835.2559 1.0 835.2652 7.0 835.2744 1.0 835.2836 1.0 835.2928 3.0 835.302 5.0 835.3112 4.0 835.3204 10.0 835.3296 9.0 835.3389 4.0 835.3481 2.0 835.3573 3.0 835.3665 3.0 835.3757 3.0 835.3849 6.0 835.3941 8.0 835.4033 7.0 835.4126 10.0 835.4218 5.0 835.431 3.0 835.4402 4.0 835.4494 5.0 835.4678 6.0 835.4771 1.0 835.4863 2.0 835.5047 1.0 835.5139 3.0 835.5231 1.0 835.5323 3.0 835.5415 3.0 835.5508 3.0 835.56 2.0 835.5692 3.0 835.5784 7.0 835.5876 10.0 835.5968 6.0 835.606 7.0 835.6245 13.0 835.6337 17.0 835.6429 17.0 835.6521 18.0 835.6613 2.0 835.6706 10.0 835.6798 17.0 835.689 3.0 835.6982 3.0 835.7074 7.0 835.7166 10.0 835.7258 10.0 835.7351 5.0 835.7443 8.0 835.7535 2.0 835.7627 4.0 835.7719 3.0 835.7811 5.0 835.7903 12.0 835.7996 7.0 835.8088 12.0 835.818 14.0 835.8272 11.0 835.8364 5.0 835.8456 10.0 835.8549 8.0 835.8733 6.0 835.8825 8.0 835.8917 8.0 835.9009 6.0 835.9102 7.0 835.9194 9.0 835.9286 4.0 835.9378 7.0 835.947 1.0 835.9562 5.0 835.9654 4.0 835.9747 3.0 835.9839 7.0 835.9931 4.0 836.0023 6.0 836.0115 4.0 836.0207 7.0 836.03 13.0 836.0392 11.0 836.0484 1.0 836.0576 6.0 836.0668 6.0 836.076 9.0 836.0853 11.0 836.0945 3.0 836.1037 6.0 836.1129 5.0 836.1221 3.0 836.1314 13.0 836.1406 8.0 836.1498 4.0 836.159 2.0 836.1682 2.0 836.1774 2.0 836.1867 8.0 836.1959 11.0 836.2051 3.0 836.2143 1.0 836.2235 6.0 836.2327 11.0 836.2512 5.0 836.2604 9.0 836.2696 11.0 836.2788 8.0 836.2881 5.0 836.2973 3.0 836.3065 4.0 836.3157 1.0 836.3249 4.0 836.3341 7.0 836.3434 11.0 836.3526 6.0 836.3618 3.0 836.371 5.0 836.3802 2.0 836.3895 4.0 836.3987 2.0 836.4079 2.0 836.4171 3.0 836.4263 9.0 836.4356 8.0 836.4448 3.0 836.454 7.0 836.4632 6.0 836.4724 1.0 836.4816 1.0 836.4909 3.0 836.5093 4.0 836.5185 1.0 836.5277 3.0 836.5554 4.0 836.5646 5.0 836.5738 7.0 836.5831 5.0 836.5923 5.0 836.6015 6.0 836.6107 8.0 836.6199 4.0 836.6292 3.0 836.6384 7.0 836.6476 6.0 836.6568 5.0 836.666 3.0 836.6753 14.0 836.6845 14.0 836.6937 10.0 836.7029 5.0 836.7121 9.0 836.7214 4.0 836.7306 3.0 836.7398 14.0 836.749 2.0 836.7582 2.0 836.7675 2.0 836.7767 2.0 836.7859 1.0 836.7951 4.0 836.8044 8.0 836.8136 10.0 836.8228 8.0 836.832 5.0 836.8412 1.0 836.8505 4.0 836.8597 15.0 836.8689 8.0 836.8781 6.0 836.8873 6.0 836.8966 8.0 836.9058 4.0 836.915 2.0 836.9242 3.0 836.9334 4.0 836.9427 2.0 836.9519 3.0 836.9611 3.0 836.9703 5.0 836.9796 8.0 836.9888 3.0 836.998 12.0 837.0072 13.0 837.0164 1.0 837.0257 9.0 837.0349 13.0 837.0441 5.0 837.0533 6.0 837.0626 8.0 837.0718 12.0 837.081 10.0 837.0902 5.0 837.0994 6.0 837.1087 12.0 837.1179 17.0 837.1271 15.0 837.1363 17.0 837.1456 15.0 837.1548 10.0 837.164 4.0 837.1732 5.0 837.1825 5.0 837.1917 1.0 837.2009 3.0 837.2101 5.0 837.2193 5.0 837.2286 2.0 837.2378 1.0 837.247 4.0 837.2562 6.0 837.2655 9.0 837.2747 4.0 837.2931 2.0 837.3024 3.0 837.3116 2.0 837.3208 1.0 837.33 2.0 837.3393 2.0 837.3577 2.0 837.3669 4.0 837.3762 2.0 837.3854 4.0 837.3946 1.0 837.4038 3.0 837.413 8.0 837.4223 3.0 837.4315 2.0 837.4407 4.0 837.4499 6.0 837.4592 5.0 837.4684 1.0 837.4776 3.0 837.4868 6.0 837.4961 1.0 837.5053 1.0 837.5145 5.0 837.5237 4.0 837.533 7.0 837.5422 3.0 837.5514 6.0 837.5606 6.0 837.5699 6.0 837.5791 5.0 837.5883 3.0 837.5975 9.0 837.6068 4.0 837.616 7.0 837.6252 8.0 837.6344 4.0 837.6437 7.0 837.6529 4.0 837.6621 9.0 837.6714 4.0 837.6806 4.0 837.6898 6.0 837.699 5.0 837.7083 5.0 837.7175 2.0 837.7267 4.0 837.7359 9.0 837.7452 4.0 837.7544 7.0 837.7636 8.0 837.7728 5.0 837.7821 6.0 837.7913 4.0 837.8005 1.0 837.8374 2.0 837.8467 4.0 837.8559 2.0 837.8651 15.0 837.8743 22.0 837.8836 11.0 837.8928 10.0 837.902 10.0 837.9112 13.0 837.9205 6.0 837.9297 3.0 837.9389 3.0 837.9482 3.0 837.9574 17.0 837.9666 11.0 837.9758 2.0 837.9943 3.0 838.0035 8.0 838.0127 19.0 838.022 10.0 838.0312 6.0 838.0404 5.0 838.0497 6.0 838.0589 9.0 838.0681 10.0 838.0773 3.0 838.0866 4.0 838.0958 4.0 838.105 13.0 838.1143 8.0 838.1235 7.0 838.1327 3.0 838.1419 6.0 838.1512 10.0 838.1604 4.0 838.1696 3.0 838.1788 1.0 838.1881 3.0 838.1973 3.0 838.2065 5.0 838.2158 7.0 838.225 9.0 838.2342 4.0 838.2435 6.0 838.2527 4.0 838.2619 4.0 838.2711 4.0 838.2804 6.0 838.2896 4.0 838.3173 4.0 838.3265 3.0 838.3357 1.0 838.345 4.0 838.3542 2.0 838.3634 4.0 838.3727 3.0 838.3819 1.0 838.3911 4.0 838.4004 6.0 838.428 5.0 838.4373 3.0 838.4465 1.0 838.4557 2.0 838.465 3.0 838.4742 6.0 838.4834 3.0 838.4927 1.0 838.5019 2.0 838.5111 2.0 838.5203 4.0 838.5296 3.0 838.5388 4.0 838.548 2.0 838.5573 3.0 838.5757 1.0 838.585 4.0 838.5942 3.0 838.6034 1.0 838.6127 9.0 838.6219 4.0 838.6311 11.0 838.6403 10.0 838.6496 9.0 838.6588 7.0 838.668 8.0 838.6773 10.0 838.6865 6.0 838.6957 7.0 838.705 4.0 838.7142 9.0 838.7234 10.0 838.7327 3.0 838.7419 5.0 838.7511 5.0 838.7604 3.0 838.7788 5.0 838.7973 5.0 838.8065 5.0 838.825 11.0 838.8342 18.0 838.8434 4.0 838.8527 8.0 838.8619 3.0 838.8711 3.0 838.8804 4.0 838.8896 5.0 838.8988 5.0 838.9081 2.0 838.9173 2.0 838.9265 6.0 838.9358 2.0 838.945 3.0 838.9542 2.0 838.9635 4.0 838.9727 10.0 838.9819 6.0 838.9912 7.0 839.0004 10.0 839.0096 12.0 839.0189 11.0 839.0281 4.0 839.0373 3.0 839.0466 3.0 839.0558 3.0 839.065 2.0 839.0743 4.0 839.0835 2.0 839.0927 3.0 839.102 7.0 839.1112 7.0 839.1204 6.0 839.1297 4.0 839.1389 5.0 839.1574 1.0 839.1666 1.0 839.1758 5.0 839.1851 6.0 839.1943 1.0 839.2035 2.0 839.2128 8.0 839.222 1.0 839.2312 7.0 839.2405 8.0 839.2497 8.0 839.2589 10.0 839.2682 6.0 839.2774 5.0 839.2867 1.0 839.2959 5.0 839.3051 2.0 839.3144 6.0 839.3236 7.0 839.3328 3.0 839.3421 8.0 839.3513 3.0 839.3605 4.0 839.3698 3.0 839.379 1.0 839.3882 5.0 839.3975 2.0 839.4067 2.0 839.4159 2.0 839.4252 4.0 839.4344 3.0 839.4437 6.0 839.4529 7.0 839.4621 6.0 839.4714 3.0 839.4806 4.0 839.4898 3.0 839.4991 2.0 839.5083 5.0 839.5268 4.0 839.536 1.0 839.5452 3.0 839.5545 9.0 839.5637 5.0 839.573 1.0 839.5822 5.0 839.5914 9.0 839.6007 7.0 839.6099 4.0 839.6191 9.0 839.6284 10.0 839.6376 8.0 839.6468 6.0 839.6561 4.0 839.6653 3.0 839.6746 11.0 839.6838 4.0 839.693 8.0 839.7023 18.0 839.7115 8.0 839.7207 7.0 839.73 5.0 839.7392 6.0 839.7485 5.0 839.7577 12.0 839.7669 7.0 839.7762 4.0 839.7854 5.0 839.7946 3.0 839.8039 2.0 839.8131 4.0 839.8224 2.0 839.8316 6.0 839.8408 7.0 839.8501 5.0 839.8593 9.0 839.8685 7.0 839.8778 6.0 839.887 3.0 839.8963 8.0 839.9055 3.0 839.9147 1.0 839.924 1.0 839.9332 6.0 839.9425 1.0 839.9517 4.0 839.9609 1.0 839.9702 2.0 839.9794 3.0 839.9886 4.0 839.9979 3.0 840.0071 11.0 840.0164 8.0 840.0256 3.0 840.0348 1.0 840.0441 2.0 840.0533 7.0 840.0626 5.0 840.0718 1.0 840.081 1.0 840.0903 8.0 840.0995 11.0 840.1087 20.0 840.118 13.0 840.1272 15.0 840.1365 13.0 840.1457 11.0 840.1549 3.0 840.1642 3.0 840.1734 4.0 840.1827 2.0 840.1919 1.0 840.2011 1.0 840.2289 2.0 840.2381 2.0 840.2473 3.0 840.2566 2.0 840.2658 4.0 840.2751 6.0 840.2843 4.0 840.2935 4.0 840.3028 5.0 840.312 2.0 840.3213 6.0 840.3305 3.0 840.3397 2.0 840.349 7.0 840.3582 5.0 840.3675 1.0 840.3767 3.0 840.386 3.0 840.3952 3.0 840.4044 5.0 840.4137 2.0 840.4229 2.0 840.4322 5.0 840.4414 7.0 840.4506 1.0 840.4599 5.0 840.4691 4.0 840.4784 1.0 840.4876 1.0 840.4968 3.0 840.5061 3.0 840.5153 13.0 840.5246 5.0 840.5338 10.0 840.5431 7.0 840.5523 7.0 840.5615 4.0 840.5708 14.0 840.58 12.0 840.5893 12.0 840.5985 5.0 840.6077 3.0 840.617 6.0 840.6262 13.0 840.6355 13.0 840.6447 11.0 840.654 2.0 840.6632 6.0 840.6724 7.0 840.6817 6.0 840.6909 19.0 840.7002 15.0 840.7094 2.0 840.7187 9.0 840.7279 10.0 840.7371 13.0 840.7464 14.0 840.7556 4.0 840.7649 1.0 840.7741 8.0 840.7834 7.0 840.7926 7.0 840.8018 3.0 840.8111 6.0 840.8203 5.0 840.8296 6.0 840.8388 5.0 840.8481 6.0 840.8573 6.0 840.8665 4.0 840.8758 3.0 840.885 9.0 840.8943 4.0 840.9035 5.0 840.9128 4.0 840.922 2.0 840.9313 13.0 840.9405 10.0 840.9497 1.0 840.959 8.0 840.9682 2.0 840.9775 3.0 840.9867 9.0 840.996 14.0 841.0052 9.0 841.0144 1.0 841.0237 6.0 841.0329 8.0 841.0422 9.0 841.0514 4.0 841.0607 3.0 841.0699 3.0 841.0792 2.0 841.0884 4.0 841.0976 4.0 841.1069 7.0 841.1161 6.0 841.1254 1.0 841.1346 2.0 841.1439 2.0 841.1531 5.0 841.1624 4.0 841.1716 7.0 841.1809 12.0 841.1901 12.0 841.1993 3.0 841.2086 3.0 841.2178 2.0 841.2363 2.0 841.2456 5.0 841.2548 7.0 841.2641 5.0 841.2733 1.0 841.2826 9.0 841.2918 6.0 841.301 4.0 841.3103 9.0 841.3195 2.0 841.3288 3.0 841.338 4.0 841.3473 2.0 841.3565 5.0 841.3658 5.0 841.3843 4.0 841.3935 11.0 841.4028 9.0 841.412 6.0 841.4212 1.0 841.4305 4.0 841.4397 5.0 841.449 1.0 841.4582 5.0 841.4675 5.0 841.4767 2.0 841.486 6.0 841.4952 3.0 841.5045 2.0 841.523 1.0 841.5322 4.0 841.5415 4.0 841.56 5.0 841.5692 3.0 841.5784 4.0 841.5877 8.0 841.5969 14.0 841.6062 8.0 841.6154 7.0 841.6247 7.0 841.6339 8.0 841.6432 7.0 841.6524 4.0 841.6617 7.0 841.6709 14.0 841.6802 10.0 841.6894 7.0 841.6987 18.0 841.7079 5.0 841.7172 7.0 841.7264 9.0 841.7357 11.0 841.7449 6.0 841.7542 9.0 841.7727 7.0 841.7911 5.0 841.8004 8.0 841.8096 15.0 841.8189 2.0 841.8281 4.0 841.8374 6.0 841.8466 10.0 841.8559 2.0 841.8651 4.0 841.8744 1.0 841.8836 3.0 841.8929 4.0 841.9021 1.0 841.9114 2.0 841.9206 13.0 841.9299 13.0 841.9391 4.0 841.9484 3.0 841.9576 1.0 841.9669 4.0 841.9761 4.0 841.9854 2.0 841.9946 6.0 842.0039 3.0 842.0131 5.0 842.0224 5.0 842.0316 11.0 842.0409 9.0 842.0501 10.0 842.0594 11.0 842.0686 7.0 842.0779 7.0 842.0871 8.0 842.0964 4.0 842.1149 3.0 842.1241 6.0 842.1334 5.0 842.1426 5.0 842.1519 4.0 842.1611 1.0 842.1704 4.0 842.1796 7.0 842.1889 5.0 842.1981 3.0 842.2074 2.0 842.2166 2.0 842.2259 1.0 842.2351 1.0 842.2444 2.0 842.2536 3.0 842.2629 3.0 842.2721 4.0 842.2814 2.0 842.2999 5.0 842.3092 5.0 842.3184 4.0 842.3277 2.0 842.3369 3.0 842.3462 1.0 842.3554 8.0 842.3647 6.0 842.3739 4.0 842.3832 4.0 842.3924 2.0 842.4017 4.0 842.4109 2.0 842.4202 4.0 842.4294 2.0 842.4387 5.0 842.4479 4.0 842.4572 1.0 842.4757 1.0 842.4849 2.0 842.4942 1.0 842.5034 5.0 842.5127 3.0 842.5219 3.0 842.5312 3.0 842.5405 8.0 842.5497 1.0 842.559 2.0 842.5682 5.0 842.5775 5.0 842.5867 9.0 842.596 1.0 842.6052 10.0 842.6145 4.0 842.6237 6.0 842.6422 2.0 842.6515 4.0 842.6607 3.0 842.67 5.0 842.6793 13.0 842.6885 18.0 842.6978 13.0 842.707 8.0 842.7163 6.0 842.7255 6.0 842.7348 9.0 842.744 20.0 842.7533 9.0 842.7625 12.0 842.7718 2.0 842.781 7.0 842.7903 10.0 842.7996 8.0 842.8088 7.0 842.8181 7.0 842.8273 7.0 842.8366 4.0 842.8458 10.0 842.8551 6.0 842.8643 7.0 842.8736 3.0 842.8828 6.0 842.8921 8.0 842.9014 3.0 842.9106 5.0 842.9199 3.0 842.9291 1.0 842.9384 1.0 842.9476 4.0 842.9569 2.0 842.9661 5.0 842.9754 5.0 842.9846 6.0 842.9939 1.0 843.0032 1.0 843.0124 2.0 843.0217 2.0 843.0402 3.0 843.0494 3.0 843.0587 1.0 843.0679 7.0 843.0772 3.0 843.0865 4.0 843.0957 9.0 843.105 5.0 843.1142 5.0 843.1235 1.0 843.1327 3.0 843.142 3.0 843.1512 7.0 843.1605 10.0 843.1698 7.0 843.179 4.0 843.1883 6.0 843.1975 6.0 843.2068 7.0 843.216 7.0 843.2253 2.0 843.2438 4.0 843.2531 9.0 843.2623 4.0 843.2716 10.0 843.2808 7.0 843.2901 4.0 843.2994 1.0 843.3086 1.0 843.3179 2.0 843.3271 2.0 843.3364 4.0 843.3456 3.0 843.3549 4.0 843.3642 4.0 843.3734 6.0 843.3827 4.0 843.3919 12.0 843.4012 9.0 843.4104 3.0 843.4197 1.0 843.429 1.0 843.4382 7.0 843.4475 8.0 843.4567 2.0 843.466 8.0 843.4752 1.0 843.4845 2.0 843.4938 5.0 843.503 3.0 843.5123 2.0 843.5215 3.0 843.5308 11.0 843.54 13.0 843.5493 5.0 843.5586 3.0 843.5678 5.0 843.5771 3.0 843.5863 2.0 843.5956 4.0 843.6049 5.0 843.6141 4.0 843.6234 1.0 843.6326 1.0 843.6419 4.0 843.6512 1.0 843.6604 6.0 843.6697 17.0 843.6789 5.0 843.6882 3.0 843.6974 8.0 843.7067 1.0 843.716 3.0 843.7252 8.0 843.7345 5.0 843.7437 7.0 843.753 4.0 843.7623 2.0 843.7715 3.0 843.79 4.0 843.7993 6.0 843.8086 3.0 843.8178 7.0 843.8271 5.0 843.8363 6.0 843.8456 2.0 843.8641 4.0 843.8734 2.0 843.8826 1.0 843.8919 9.0 843.9012 10.0 843.9104 4.0 843.9197 6.0 843.9382 1.0 843.9475 1.0 843.9567 2.0 843.966 7.0 843.9752 7.0 843.9845 12.0 843.9938 8.0 844.003 2.0 844.0123 4.0 844.0215 5.0 844.0308 4.0 844.0401 2.0 844.0493 1.0 844.0679 2.0 844.0771 4.0 844.0864 7.0 844.0956 7.0 844.1049 4.0 844.1142 2.0 844.1234 9.0 844.1327 6.0 844.1419 1.0 844.1512 5.0 844.1605 12.0 844.1697 9.0 844.179 6.0 844.1883 8.0 844.1975 1.0 844.2068 3.0 844.216 1.0 844.2253 3.0 844.2346 5.0 844.2438 8.0 844.2531 3.0 844.2623 5.0 844.2716 1.0 844.2809 7.0 844.2901 6.0 844.2994 2.0 844.3087 1.0 844.3179 3.0 844.3272 1.0 844.3364 3.0 844.3457 4.0 844.355 5.0 844.3642 6.0 844.3735 10.0 844.3828 8.0 844.392 10.0 844.4013 6.0 844.4106 3.0 844.4198 3.0 844.4291 8.0 844.4383 2.0 844.4476 5.0 844.4569 3.0 844.4661 4.0 844.4754 7.0 844.4847 1.0 844.4939 3.0 844.5032 8.0 844.5124 3.0 844.5217 3.0 844.531 3.0 844.5402 7.0 844.5495 6.0 844.5588 3.0 844.568 2.0 844.5773 3.0 844.5866 4.0 844.5958 3.0 844.6051 9.0 844.6143 9.0 844.6236 5.0 844.6329 4.0 844.6421 2.0 844.6514 6.0 844.6607 12.0 844.6699 10.0 844.6792 4.0 844.6885 7.0 844.6977 13.0 844.707 7.0 844.7163 5.0 844.7255 7.0 844.7348 5.0 844.7441 6.0 844.7533 7.0 844.7626 16.0 844.7718 14.0 844.7811 4.0 844.7904 9.0 844.7996 11.0 844.8089 4.0 844.8274 3.0 844.8367 2.0 844.846 14.0 844.8552 12.0 844.8645 4.0 844.8738 4.0 844.883 1.0 844.8923 4.0 844.9016 1.0 844.9108 2.0 844.9201 1.0 844.9294 10.0 844.9386 6.0 844.9479 5.0 844.9572 5.0 844.9664 3.0 844.9757 8.0 844.985 12.0 844.9942 4.0 845.0035 6.0 845.0128 6.0 845.022 4.0 845.0313 1.0 845.0406 2.0 845.0498 7.0 845.0591 9.0 845.0684 9.0 845.0776 3.0 845.0869 10.0 845.0962 10.0 845.1054 1.0 845.1147 5.0 845.124 9.0 845.1332 4.0 845.1425 3.0 845.1518 2.0 845.161 4.0 845.1703 11.0 845.1796 9.0 845.1888 3.0 845.1981 2.0 845.2074 4.0 845.2166 4.0 845.2259 2.0 845.2352 5.0 845.2444 6.0 845.2537 4.0 845.263 3.0 845.2722 2.0 845.2815 2.0 845.2908 2.0 845.3 1.0 845.3093 10.0 845.3278 5.0 845.3371 11.0 845.3464 10.0 845.3556 1.0 845.3649 8.0 845.3742 2.0 845.3835 2.0 845.3927 1.0 845.402 7.0 845.4113 5.0 845.4205 8.0 845.4298 8.0 845.4391 1.0 845.4483 8.0 845.4576 3.0 845.4669 2.0 845.4761 4.0 845.4854 7.0 845.4947 11.0 845.5039 4.0 845.5132 2.0 845.5225 5.0 845.5318 4.0 845.541 2.0 845.5503 2.0 845.5596 1.0 845.5688 2.0 845.5781 2.0 845.5874 3.0 845.5966 8.0 845.6059 11.0 845.6152 2.0 845.6244 5.0 845.6337 3.0 845.643 5.0 845.6523 4.0 845.6615 10.0 845.6708 15.0 845.6801 8.0 845.6893 2.0 845.6986 3.0 845.7079 7.0 845.7171 5.0 845.7264 12.0 845.7357 9.0 845.745 5.0 845.7542 7.0 845.7635 5.0 845.7728 6.0 845.782 2.0 845.7913 13.0 845.8006 7.0 845.8099 3.0 845.8191 3.0 845.8284 1.0 845.8377 2.0 845.8469 3.0 845.8562 2.0 845.8655 8.0 845.8748 10.0 845.884 5.0 845.8933 2.0 845.9026 4.0 845.9211 2.0 845.9304 2.0 845.9397 5.0 845.9489 3.0 845.9582 3.0 845.9675 5.0 845.9767 6.0 845.986 5.0 845.9953 3.0 846.0046 1.0 846.0138 2.0 846.0231 1.0 846.0324 2.0 846.0416 16.0 846.0509 8.0 846.0602 2.0 846.0695 8.0 846.0787 8.0 846.088 5.0 846.0973 4.0 846.1065 1.0 846.1158 3.0 846.1251 2.0 846.1344 5.0 846.1436 4.0 846.1529 2.0 846.1622 6.0 846.1715 9.0 846.1807 4.0 846.19 7.0 846.1993 17.0 846.2085 5.0 846.2178 6.0 846.2271 1.0 846.2364 5.0 846.2456 5.0 846.2549 1.0 846.2642 8.0 846.2827 8.0 846.292 4.0 846.3013 1.0 846.3106 1.0 846.3198 2.0 846.3291 5.0 846.3384 4.0 846.3476 3.0 846.3662 4.0 846.3755 4.0 846.3847 3.0 846.394 2.0 846.4033 7.0 846.4126 2.0 846.4218 3.0 846.4311 2.0 846.4404 3.0 846.4497 4.0 846.4589 9.0 846.4682 8.0 846.4775 1.0 846.4868 7.0 846.496 3.0 846.5053 4.0 846.5146 10.0 846.5239 3.0 846.5331 6.0 846.5424 14.0 846.5517 4.0 846.561 6.0 846.5702 2.0 846.5795 3.0 846.5888 5.0 846.5981 12.0 846.6073 9.0 846.6166 10.0 846.6259 7.0 846.6352 2.0 846.6444 4.0 846.6537 12.0 846.663 3.0 846.6723 10.0 846.6815 5.0 846.6908 8.0 846.7001 9.0 846.7094 13.0 846.7186 15.0 846.7279 7.0 846.7372 11.0 846.7465 1.0 846.7557 3.0 846.765 5.0 846.7743 7.0 846.7836 4.0 846.7928 3.0 846.8021 3.0 846.8114 9.0 846.8207 1.0 846.8299 2.0 846.8392 2.0 846.8485 5.0 846.8578 1.0 846.8671 1.0 846.8763 3.0 846.8856 1.0 846.8949 3.0 846.9042 3.0 846.9134 1.0 846.9227 2.0 846.932 1.0 846.9413 2.0 846.9505 7.0 846.9598 5.0 846.9691 1.0 846.9784 5.0 846.9877 4.0 846.9969 8.0 847.0062 9.0 847.0155 3.0 847.0248 1.0 847.034 6.0 847.0433 2.0 847.0526 5.0 847.0619 4.0 847.0712 4.0 847.0804 7.0 847.0897 3.0 847.099 1.0 847.1083 6.0 847.1175 3.0 847.1268 1.0 847.1361 1.0 847.1454 2.0 847.1547 3.0 847.1639 4.0 847.1732 15.0 847.1825 9.0 847.1918 3.0 847.201 6.0 847.2103 8.0 847.2196 2.0 847.2289 6.0 847.2382 1.0 847.2474 2.0 847.2567 7.0 847.266 4.0 847.2753 2.0 847.2846 4.0 847.2938 7.0 847.3031 13.0 847.3124 9.0 847.3217 5.0 847.3309 3.0 847.3402 6.0 847.3495 5.0 847.3588 5.0 847.3773 9.0 847.3866 3.0 847.3959 3.0 847.4052 5.0 847.4145 2.0 847.4237 1.0 847.433 7.0 847.4423 4.0 847.4516 3.0 847.4609 2.0 847.4701 8.0 847.4794 4.0 847.4887 6.0 847.498 6.0 847.5073 1.0 847.5165 3.0 847.5258 10.0 847.5351 9.0 847.5444 7.0 847.5537 8.0 847.5629 4.0 847.5722 2.0 847.5815 2.0 847.5908 6.0 847.6001 1.0 847.6093 2.0 847.6186 6.0 847.6279 1.0 847.6372 5.0 847.6465 11.0 847.6557 3.0 847.665 3.0 847.6743 8.0 847.6836 7.0 847.6929 11.0 847.7022 5.0 847.7114 13.0 847.7207 11.0 847.73 9.0 847.7393 9.0 847.7486 2.0 847.7578 5.0 847.7671 3.0 847.7764 3.0 847.7857 1.0 847.795 5.0 847.8043 4.0 847.8135 4.0 847.8228 2.0 847.8321 2.0 847.8414 5.0 847.8507 4.0 847.8599 4.0 847.8692 1.0 847.8785 8.0 847.8878 6.0 847.8971 7.0 847.9064 4.0 847.9156 4.0 847.9249 8.0 847.9342 17.0 847.9435 9.0 847.9528 10.0 847.962 7.0 847.9713 8.0 847.9806 11.0 847.9899 8.0 847.9992 4.0 848.0085 2.0 848.0177 3.0 848.027 7.0 848.0363 6.0 848.0456 4.0 848.0549 5.0 848.0642 5.0 848.0734 4.0 848.0827 2.0 848.092 7.0 848.1013 7.0 848.1106 14.0 848.1199 8.0 848.1291 8.0 848.1384 13.0 848.1477 9.0 848.157 3.0 848.1663 6.0 848.1756 9.0 848.1848 2.0 848.1941 10.0 848.2034 16.0 848.2127 3.0 848.222 3.0 848.2313 2.0 848.2406 5.0 848.2498 4.0 848.2591 2.0 848.2777 6.0 848.287 4.0 848.2963 3.0 848.3148 1.0 848.3241 6.0 848.3334 10.0 848.3427 4.0 848.352 3.0 848.3612 3.0 848.3705 5.0 848.3798 4.0 848.3891 3.0 848.3984 2.0 848.4077 9.0 848.417 10.0 848.4262 5.0 848.4355 1.0 848.4448 2.0 848.4541 4.0 848.4634 9.0 848.4727 5.0 848.482 7.0 848.4912 3.0 848.5005 4.0 848.5098 2.0 848.5191 6.0 848.5284 4.0 848.5377 4.0 848.547 4.0 848.5562 5.0 848.5655 3.0 848.5748 17.0 848.5841 11.0 848.5934 6.0 848.6027 9.0 848.612 4.0 848.6212 4.0 848.6305 10.0 848.6398 7.0 848.6491 8.0 848.6584 6.0 848.6677 4.0 848.677 4.0 848.6862 1.0 848.6955 2.0 848.7048 11.0 848.7141 20.0 848.7234 6.0 848.7327 5.0 848.742 4.0 848.7513 11.0 848.7605 16.0 848.7698 24.0 848.7791 19.0 848.7884 7.0 848.7977 13.0 848.807 4.0 848.8163 3.0 848.8256 6.0 848.8348 3.0 848.8441 5.0 848.8534 5.0 848.8627 9.0 848.872 10.0 848.8813 4.0 848.8906 6.0 848.8999 1.0 848.9091 5.0 848.9184 2.0 848.9277 2.0 848.937 1.0 848.9463 5.0 848.9556 13.0 848.9649 13.0 848.9742 7.0 848.9834 10.0 848.9927 4.0 849.002 3.0 849.0113 3.0 849.0206 6.0 849.0299 4.0 849.0392 8.0 849.0485 17.0 849.0578 10.0 849.067 5.0 849.0856 2.0 849.0949 2.0 849.1042 7.0 849.1135 3.0 849.1228 4.0 849.1321 5.0 849.1414 4.0 849.1506 1.0 849.1599 1.0 849.1692 6.0 849.1785 3.0 849.1878 4.0 849.1971 10.0 849.2064 6.0 849.2157 6.0 849.225 5.0 849.2342 11.0 849.2435 8.0 849.2528 2.0 849.2621 2.0 849.2714 10.0 849.2807 9.0 849.29 1.0 849.2993 3.0 849.3086 2.0 849.3179 8.0 849.3271 5.0 849.3364 3.0 849.3457 4.0 849.355 2.0 849.3736 2.0 849.3829 2.0 849.3922 4.0 849.4015 3.0 849.4108 7.0 849.42 6.0 849.4293 1.0 849.4386 3.0 849.4479 4.0 849.4572 4.0 849.4665 1.0 849.4758 5.0 849.4851 5.0 849.4944 2.0 849.5037 1.0 849.513 1.0 849.5222 7.0 849.5315 4.0 849.5408 1.0 849.5501 6.0 849.5594 4.0 849.5687 5.0 849.578 7.0 849.5873 2.0 849.5966 6.0 849.6059 11.0 849.6152 11.0 849.6245 9.0 849.6337 4.0 849.643 4.0 849.6523 2.0 849.6616 1.0 849.6709 12.0 849.6802 16.0 849.6895 16.0 849.6988 14.0 849.7081 4.0 849.7174 7.0 849.7267 4.0 849.736 1.0 849.7453 5.0 849.7545 10.0 849.7638 16.0 849.7731 9.0 849.7824 4.0 849.7917 8.0 849.801 12.0 849.8103 12.0 849.8196 11.0 849.8289 15.0 849.8382 10.0 849.8475 2.0 849.8568 8.0 849.8661 20.0 849.8754 10.0 849.8846 13.0 849.8939 11.0 849.9032 2.0 849.9125 10.0 849.9218 13.0 849.9311 1.0 849.9404 6.0 849.9497 3.0 849.959 8.0 849.9683 12.0 849.9776 2.0 849.9869 2.0 849.9962 2.0 850.0055 4.0 850.0148 3.0 850.024 7.0 850.0333 5.0 850.0426 5.0 850.0519 7.0 850.0612 7.0 850.0705 9.0 850.0798 6.0 850.0891 12.0 850.0984 13.0 850.1077 2.0 850.117 7.0 850.1263 6.0 850.1356 7.0 850.1449 13.0 850.1542 10.0 850.1635 1.0 850.1728 5.0 850.1821 2.0 850.1913 5.0 850.2006 13.0 850.2099 7.0 850.2192 4.0 850.2285 3.0 850.2378 3.0 850.2471 3.0 850.2564 1.0 850.2657 9.0 850.275 1.0 850.2843 6.0 850.2936 5.0 850.3029 3.0 850.3122 6.0 850.3215 3.0 850.3308 4.0 850.3401 5.0 850.3494 4.0 850.3587 4.0 850.3773 3.0 850.3866 2.0 850.3958 1.0 850.4051 3.0 850.4144 2.0 850.4237 3.0 850.433 5.0 850.4423 10.0 850.4516 5.0 850.4609 2.0 850.4702 3.0 850.4795 2.0 850.4888 8.0 850.4981 3.0 850.5074 5.0 850.526 5.0 850.5446 2.0 850.5539 5.0 850.5632 2.0 850.5725 7.0 850.5818 5.0 850.5911 3.0 850.6004 1.0 850.619 9.0 850.6283 3.0 850.6376 3.0 850.6469 2.0 850.6562 6.0 850.6655 7.0 850.6748 12.0 850.684 8.0 850.6933 8.0 850.7026 6.0 850.7119 9.0 850.7212 7.0 850.7305 2.0 850.7398 5.0 850.7491 3.0 850.7584 6.0 850.7677 2.0 850.777 3.0 850.7863 7.0 850.7956 10.0 850.8049 9.0 850.8142 11.0 850.8235 13.0 850.8328 7.0 850.8421 9.0 850.8514 5.0 850.8607 6.0 850.87 7.0 850.8793 6.0 850.8886 3.0 850.8979 7.0 850.9072 15.0 850.9165 5.0 850.9258 2.0 850.9351 6.0 850.9444 5.0 850.9537 13.0 850.963 13.0 850.9723 7.0 850.9816 7.0 850.9909 3.0 851.0002 2.0 851.0095 4.0 851.0188 2.0 851.0281 2.0 851.0374 3.0 851.0467 5.0 851.056 6.0 851.0653 4.0 851.0746 7.0 851.0839 13.0 851.0932 6.0 851.1025 3.0 851.1118 3.0 851.1304 1.0 851.1397 6.0 851.149 2.0 851.1583 1.0 851.1676 3.0 851.1769 3.0 851.1862 3.0 851.1955 6.0 851.2048 7.0 851.2141 3.0 851.2327 6.0 851.242 3.0 851.2513 4.0 851.2606 7.0 851.2699 3.0 851.2792 5.0 851.2885 9.0 851.2978 8.0 851.3071 5.0 851.3164 8.0 851.3257 6.0 851.335 3.0 851.3443 3.0 851.3536 9.0 851.3629 5.0 851.3722 6.0 851.3815 9.0 851.4001 2.0 851.4094 7.0 851.4187 8.0 851.428 9.0 851.4373 2.0 851.4466 7.0 851.4559 8.0 851.4652 7.0 851.4745 2.0 851.4838 3.0 851.4931 1.0 851.5024 6.0 851.5117 9.0 851.521 8.0 851.5303 2.0 851.5489 6.0 851.5582 4.0 851.5676 4.0 851.5769 7.0 851.5862 7.0 851.5955 4.0 851.6048 4.0 851.6141 5.0 851.6234 4.0 851.6327 3.0 851.642 6.0 851.6513 2.0 851.6606 1.0 851.6699 3.0 851.6792 7.0 851.6885 10.0 851.6978 7.0 851.7071 6.0 851.7164 2.0 851.7257 2.0 851.735 15.0 851.7443 16.0 851.7536 8.0 851.7629 9.0 851.7722 15.0 851.7815 2.0 851.7908 3.0 851.8001 10.0 851.8094 6.0 851.8187 9.0 851.828 11.0 851.8373 39.0 851.8466 45.0 851.856 49.0 851.8653 19.0 851.8746 27.0 851.8839 21.0 851.8932 25.0 851.9025 25.0 851.9118 10.0 851.9211 11.0 851.9304 15.0 851.9397 5.0 851.949 13.0 851.9583 8.0 851.9676 4.0 851.9769 5.0 851.9862 8.0 851.9955 6.0 852.0048 11.0 852.0141 11.0 852.0234 1.0 852.0327 2.0 852.042 5.0 852.0513 7.0 852.0607 8.0 852.07 16.0 852.0793 5.0 852.0886 6.0 852.0979 1.0 852.1072 9.0 852.1165 2.0 852.1258 3.0 852.1351 1.0 852.1444 1.0 852.1537 3.0 852.163 5.0 852.1723 1.0 852.1816 4.0 852.1909 1.0 852.2095 3.0 852.2188 4.0 852.2282 10.0 852.2375 6.0 852.2468 2.0 852.2561 6.0 852.2654 3.0 852.2747 3.0 852.284 2.0 852.2933 4.0 852.3026 14.0 852.3119 7.0 852.3212 2.0 852.3305 4.0 852.3398 2.0 852.3491 2.0 852.3584 5.0 852.3678 6.0 852.3771 3.0 852.3864 6.0 852.3957 6.0 852.405 4.0 852.4143 3.0 852.4236 1.0 852.4329 2.0 852.4422 5.0 852.4515 6.0 852.4608 7.0 852.4701 5.0 852.4794 5.0 852.4887 3.0 852.4981 3.0 852.5074 3.0 852.5167 7.0 852.526 5.0 852.5353 2.0 852.5446 2.0 852.5539 5.0 852.5632 2.0 852.5725 5.0 852.5818 6.0 852.5911 9.0 852.6004 3.0 852.6097 4.0 852.6191 2.0 852.6284 1.0 852.6377 11.0 852.647 10.0 852.6563 5.0 852.6656 6.0 852.6749 10.0 852.6842 17.0 852.6935 10.0 852.7028 5.0 852.7121 4.0 852.7214 8.0 852.7308 9.0 852.7401 5.0 852.7494 10.0 852.7587 10.0 852.768 2.0 852.7773 10.0 852.7866 14.0 852.7959 7.0 852.8052 6.0 852.8145 4.0 852.8238 5.0 852.8332 18.0 852.8425 34.0 852.8518 16.0 852.8611 8.0 852.8704 16.0 852.8797 14.0 852.889 17.0 852.8983 15.0 852.9076 3.0 852.9169 2.0 852.9263 1.0 852.9356 14.0 852.9449 10.0 852.9542 1.0 852.9635 1.0 852.9728 2.0 852.9821 2.0 852.9914 2.0 853.0007 3.0 853.01 2.0 853.0194 6.0 853.0287 6.0 853.038 5.0 853.0473 4.0 853.0566 6.0 853.0659 2.0 853.0752 7.0 853.0845 7.0 853.0938 5.0 853.1031 2.0 853.1125 5.0 853.1218 5.0 853.1311 7.0 853.1404 8.0 853.1497 4.0 853.159 2.0 853.1683 5.0 853.1776 9.0 853.1869 10.0 853.1963 4.0 853.2056 2.0 853.2149 1.0 853.2242 2.0 853.2335 4.0 853.2428 2.0 853.2614 5.0 853.2708 10.0 853.2801 4.0 853.2894 3.0 853.2987 5.0 853.308 6.0 853.3173 5.0 853.3266 10.0 853.3359 3.0 853.3452 7.0 853.3546 10.0 853.3639 6.0 853.3732 4.0 853.3825 5.0 853.3918 4.0 853.4011 2.0 853.4104 4.0 853.4197 6.0 853.4291 4.0 853.4384 3.0 853.4477 13.0 853.457 9.0 853.4663 2.0 853.4756 3.0 853.4849 14.0 853.4943 8.0 853.5036 2.0 853.5129 3.0 853.5222 6.0 853.5315 4.0 853.5408 3.0 853.5501 4.0 853.5594 3.0 853.5688 3.0 853.5781 4.0 853.5874 5.0 853.5967 1.0 853.6153 1.0 853.6246 1.0 853.634 6.0 853.6433 5.0 853.6526 9.0 853.6619 5.0 853.6712 6.0 853.6805 4.0 853.6898 13.0 853.6992 3.0 853.7085 7.0 853.7178 4.0 853.7271 7.0 853.7364 2.0 853.755 1.0 853.7644 4.0 853.7737 7.0 853.783 16.0 853.7923 8.0 853.8016 4.0 853.8109 6.0 853.8202 8.0 853.8296 3.0 853.8389 7.0 853.8482 8.0 853.8575 3.0 853.8668 5.0 853.8761 6.0 853.8854 6.0 853.8948 3.0 853.9041 2.0 853.9134 3.0 853.9227 6.0 853.932 8.0 853.9413 7.0 853.9507 9.0 853.96 8.0 853.9693 8.0 853.9786 2.0 853.9879 5.0 853.9972 3.0 854.0065 5.0 854.0159 1.0 854.0252 3.0 854.0345 8.0 854.0438 13.0 854.0531 4.0 854.0624 8.0 854.0718 5.0 854.0811 3.0 854.0904 3.0 854.0997 3.0 854.109 3.0 854.1183 4.0 854.1277 8.0 854.137 12.0 854.1463 5.0 854.1556 4.0 854.1649 2.0 854.1742 4.0 854.1836 7.0 854.1929 6.0 854.2022 2.0 854.2115 6.0 854.2208 3.0 854.2301 7.0 854.2395 1.0 854.2488 4.0 854.2581 5.0 854.2674 8.0 854.2767 7.0 854.286 10.0 854.2954 8.0 854.3047 3.0 854.3233 3.0 854.3326 4.0 854.3419 2.0 854.3513 7.0 854.3606 2.0 854.3699 4.0 854.3792 7.0 854.3885 4.0 854.3979 2.0 854.4072 6.0 854.4165 2.0 854.4258 6.0 854.4351 3.0 854.4538 5.0 854.4631 3.0 854.4724 6.0 854.4817 5.0 854.491 4.0 854.5004 4.0 854.5097 2.0 854.519 1.0 854.5283 2.0 854.5376 4.0 854.5469 6.0 854.5563 5.0 854.5656 15.0 854.5749 14.0 854.5842 15.0 854.5935 7.0 854.6029 6.0 854.6122 3.0 854.6215 3.0 854.6308 4.0 854.6401 3.0 854.6495 9.0 854.6588 3.0 854.6681 5.0 854.6774 11.0 854.6867 4.0 854.6961 2.0 854.7054 6.0 854.7147 15.0 854.724 18.0 854.7333 5.0 854.7427 4.0 854.752 11.0 854.7613 9.0 854.7706 2.0 854.7799 4.0 854.7893 4.0 854.7986 3.0 854.8079 5.0 854.8172 7.0 854.8265 11.0 854.8359 7.0 854.8452 7.0 854.8545 3.0 854.8638 4.0 854.8731 10.0 854.8825 4.0 854.8918 9.0 854.9011 3.0 854.9104 4.0 854.9291 5.0 854.9384 8.0 854.9477 6.0 854.957 7.0 854.9663 11.0 854.9757 7.0 854.985 5.0 854.9943 3.0 855.0036 2.0 855.013 4.0 855.0223 6.0 855.0316 14.0 855.0409 5.0 855.0502 4.0 855.0596 4.0 855.0689 7.0 855.0782 7.0 855.0875 5.0 855.0968 8.0 855.1062 7.0 855.1248 2.0 855.1341 6.0 855.1435 8.0 855.1528 3.0 855.1621 4.0 855.1714 1.0 855.1807 6.0 855.2087 5.0 855.218 5.0 855.2274 6.0 855.2367 5.0 855.246 2.0 855.2553 5.0 855.2646 10.0 855.274 4.0 855.2833 5.0 855.2926 6.0 855.3019 12.0 855.3113 8.0 855.3206 10.0 855.3299 4.0 855.3392 2.0 855.3486 8.0 855.3579 6.0 855.3672 6.0 855.3765 1.0 855.3858 5.0 855.3952 5.0 855.4045 8.0 855.4138 1.0 855.4231 2.0 855.4325 3.0 855.4418 4.0 855.4511 4.0 855.4698 5.0 855.4791 4.0 855.4884 7.0 855.4977 6.0 855.5071 8.0 855.5164 4.0 855.5257 4.0 855.535 4.0 855.5444 2.0 855.5537 2.0 855.563 4.0 855.5723 1.0 855.5816 11.0 855.591 8.0 855.6003 1.0 855.6096 2.0 855.6189 3.0 855.6283 1.0 855.6376 3.0 855.6469 9.0 855.6562 10.0 855.6656 12.0 855.6749 2.0 855.6842 11.0 855.6935 12.0 855.7029 9.0 855.7122 6.0 855.7215 4.0 855.7308 5.0 855.7402 3.0 855.7495 7.0 855.7588 4.0 855.7681 1.0 855.7775 4.0 855.7868 9.0 855.7961 3.0 855.8055 7.0 855.8148 6.0 855.8241 6.0 855.8428 3.0 855.8521 4.0 855.8614 5.0 855.8707 2.0 855.8801 2.0 855.8894 3.0 855.8987 7.0 855.908 9.0 855.9174 4.0 855.9267 10.0 855.936 7.0 855.9453 1.0 855.9547 2.0 855.964 4.0 855.9733 3.0 855.9826 3.0 855.992 12.0 856.0013 2.0 856.0106 1.0 856.02 2.0 856.0386 3.0 856.0479 3.0 856.0573 5.0 856.0666 6.0 856.0759 5.0 856.0852 3.0 856.0946 8.0 856.1039 14.0 856.1132 12.0 856.1226 3.0 856.1319 7.0 856.1412 12.0 856.1505 4.0 856.1599 3.0 856.1692 3.0 856.1785 4.0 856.1878 5.0 856.2065 3.0 856.2158 2.0 856.2252 2.0 856.2345 2.0 856.2438 14.0 856.2531 10.0 856.2625 8.0 856.2718 5.0 856.2811 1.0 856.2905 6.0 856.2998 1.0 856.3091 3.0 856.3184 12.0 856.3278 25.0 856.3371 17.0 856.3464 5.0 856.3558 6.0 856.3651 3.0 856.3744 3.0 856.3837 2.0 856.3931 6.0 856.4024 4.0 856.4117 5.0 856.4211 2.0 856.4304 1.0 856.4397 4.0 856.449 5.0 856.4584 5.0 856.4677 8.0 856.477 6.0 856.4864 2.0 856.4957 5.0 856.505 8.0 856.5144 1.0 856.5237 7.0 856.533 1.0 856.5423 3.0 856.5517 4.0 856.561 5.0 856.5703 3.0 856.5797 5.0 856.589 2.0 856.5983 3.0 856.6076 2.0 856.617 2.0 856.6263 4.0 856.645 2.0 856.6543 3.0 856.6636 2.0 856.673 20.0 856.6823 29.0 856.6916 15.0 856.701 9.0 856.7103 21.0 856.7196 1.0 856.7289 4.0 856.7383 12.0 856.7476 16.0 856.7569 9.0 856.7663 3.0 856.7756 2.0 856.7849 1.0 856.7943 5.0 856.8036 2.0 856.8129 4.0 856.8223 1.0 856.8316 3.0 856.8409 1.0 856.8502 4.0 856.8596 10.0 856.8689 1.0 856.8782 1.0 856.8876 2.0 856.8969 2.0 856.9062 6.0 856.9156 2.0 856.9249 2.0 856.9342 10.0 856.9436 18.0 856.9529 19.0 856.9622 7.0 856.9716 3.0 856.9809 2.0 856.9902 2.0 856.9996 3.0 857.0089 7.0 857.0182 9.0 857.0276 2.0 857.0369 3.0 857.0462 16.0 857.0556 7.0 857.0649 11.0 857.0742 6.0 857.0835 3.0 857.0929 7.0 857.1022 3.0 857.1115 2.0 857.1209 4.0 857.1302 2.0 857.1395 3.0 857.1489 3.0 857.1582 6.0 857.1675 4.0 857.1769 14.0 857.1862 5.0 857.1955 5.0 857.2049 11.0 857.2142 4.0 857.2235 4.0 857.2422 5.0 857.2515 2.0 857.2702 6.0 857.2795 6.0 857.2889 3.0 857.2982 3.0 857.3169 3.0 857.3262 5.0 857.3356 3.0 857.3449 5.0 857.3542 2.0 857.3729 7.0 857.3822 2.0 857.3916 7.0 857.4009 7.0 857.4102 6.0 857.4196 3.0 857.4289 2.0 857.4382 1.0 857.4476 7.0 857.4569 6.0 857.4756 1.0 857.4849 2.0 857.4942 2.0 857.5036 3.0 857.5129 14.0 857.5222 3.0 857.5316 1.0 857.5409 3.0 857.5502 4.0 857.5596 2.0 857.5689 1.0 857.5783 2.0 857.5876 1.0 857.5969 3.0 857.6063 1.0 857.6156 2.0 857.6249 3.0 857.6343 4.0 857.6436 1.0 857.6529 3.0 857.6623 2.0 857.6716 14.0 857.6809 7.0 857.6903 8.0 857.6996 2.0 857.709 7.0 857.7183 6.0 857.7276 13.0 857.737 6.0 857.7463 5.0 857.7556 4.0 857.765 13.0 857.7743 9.0 857.7836 11.0 857.793 6.0 857.8023 10.0 857.8117 12.0 857.821 13.0 857.8303 12.0 857.8397 14.0 857.849 11.0 857.8583 7.0 857.8677 3.0 857.877 2.0 857.8863 2.0 857.8957 6.0 857.905 3.0 857.9144 2.0 857.9237 11.0 857.9424 4.0 857.9517 4.0 857.961 2.0 857.9704 3.0 857.9797 3.0 857.9891 10.0 857.9984 5.0 858.0077 9.0 858.0171 10.0 858.0264 27.0 858.0357 18.0 858.0451 6.0 858.0544 7.0 858.0638 11.0 858.0731 12.0 858.0824 2.0 858.0918 5.0 858.1011 6.0 858.1105 2.0 858.1198 1.0 858.1291 3.0 858.1385 2.0 858.1478 5.0 858.1571 5.0 858.1665 6.0 858.1758 7.0 858.1852 10.0 858.1945 6.0 858.2038 1.0 858.2132 7.0 858.2225 8.0 858.2319 6.0 858.2412 4.0 858.2505 8.0 858.2599 8.0 858.2692 10.0 858.2786 2.0 858.2879 5.0 858.2972 3.0 858.3066 2.0 858.3159 6.0 858.3252 9.0 858.3346 7.0 858.3439 3.0 858.3533 5.0 858.3626 4.0 858.3719 10.0 858.3813 2.0 858.3906 4.0 858.4 4.0 858.4093 1.0 858.4186 1.0 858.428 1.0 858.4373 2.0 858.4467 2.0 858.456 1.0 858.4653 2.0 858.4747 2.0 858.4934 4.0 858.5027 8.0 858.512 11.0 858.5214 11.0 858.5307 6.0 858.5401 4.0 858.5494 4.0 858.5588 8.0 858.5681 2.0 858.5774 5.0 858.5868 4.0 858.5961 2.0 858.6055 3.0 858.6148 2.0 858.6241 7.0 858.6335 5.0 858.6428 2.0 858.6522 7.0 858.6615 6.0 858.6708 4.0 858.6802 7.0 858.6895 3.0 858.6989 9.0 858.7082 8.0 858.7176 11.0 858.7269 24.0 858.7362 11.0 858.7456 11.0 858.7549 4.0 858.7643 5.0 858.7736 10.0 858.7829 9.0 858.7923 9.0 858.8016 8.0 858.811 6.0 858.8203 5.0 858.8297 6.0 858.839 7.0 858.8483 12.0 858.8577 16.0 858.867 7.0 858.8764 9.0 858.8857 4.0 858.8951 1.0 858.9044 5.0 858.9137 8.0 858.9231 7.0 858.9324 6.0 858.9418 5.0 858.9511 3.0 858.9605 5.0 858.9698 2.0 858.9791 3.0 858.9885 4.0 858.9978 2.0 859.0072 3.0 859.0165 13.0 859.0259 9.0 859.0352 1.0 859.0539 1.0 859.0632 2.0 859.0726 3.0 859.0819 2.0 859.0913 6.0 859.1006 2.0 859.1099 6.0 859.1193 2.0 859.1286 3.0 859.138 8.0 859.1473 3.0 859.1567 3.0 859.166 5.0 859.1754 3.0 859.1847 4.0 859.194 1.0 859.2034 4.0 859.2127 9.0 859.2221 6.0 859.2314 2.0 859.2408 5.0 859.2501 11.0 859.2595 11.0 859.2688 13.0 859.2781 7.0 859.2875 6.0 859.2968 7.0 859.3062 4.0 859.3155 9.0 859.3249 3.0 859.3342 4.0 859.3436 2.0 859.3529 4.0 859.3622 4.0 859.3716 3.0 859.3809 5.0 859.3903 8.0 859.3996 7.0 859.409 5.0 859.4183 1.0 859.4277 2.0 859.4464 8.0 859.4557 8.0 859.465 2.0 859.4744 3.0 859.4837 2.0 859.4931 13.0 859.5024 3.0 859.5118 2.0 859.5211 3.0 859.5305 3.0 859.5398 4.0 859.5492 4.0 859.5585 5.0 859.5679 9.0 859.5772 5.0 859.5865 1.0 859.5959 4.0 859.6052 5.0 859.6146 3.0 859.6239 8.0 859.6333 7.0 859.6426 5.0 859.652 1.0 859.6613 7.0 859.6707 11.0 859.68 14.0 859.6894 9.0 859.6987 11.0 859.7081 23.0 859.7174 4.0 859.7267 2.0 859.7361 16.0 859.7454 18.0 859.7548 19.0 859.7641 9.0 859.7735 2.0 859.7828 1.0 859.7922 2.0 859.8015 2.0 859.8109 4.0 859.8202 1.0 859.8296 4.0 859.8389 4.0 859.8483 7.0 859.8576 5.0 859.8763 7.0 859.8857 12.0 859.895 7.0 859.9137 6.0 859.923 2.0 859.9324 3.0 859.9417 7.0 859.9511 4.0 859.9604 12.0 859.9698 12.0 859.9791 8.0 859.9885 7.0 859.9978 5.0 860.0072 4.0 860.0165 6.0 860.0259 4.0 860.0352 5.0 860.0446 4.0 860.0539 4.0 860.0633 3.0 860.0726 3.0 860.082 4.0 860.0913 5.0 860.1007 7.0 860.11 2.0 860.1194 3.0 860.1287 8.0 860.1381 2.0 860.1474 2.0 860.1568 2.0 860.1661 5.0 860.1755 8.0 860.1848 9.0 860.1942 3.0 860.2035 2.0 860.2129 3.0 860.2222 4.0 860.2316 5.0 860.2409 8.0 860.2503 10.0 860.2596 1.0 860.269 3.0 860.2783 4.0 860.2877 8.0 860.297 1.0 860.3064 4.0 860.3157 5.0 860.3251 6.0 860.3344 2.0 860.3438 4.0 860.3625 2.0 860.3718 2.0 860.3812 2.0 860.3905 5.0 860.3999 6.0 860.4092 3.0 860.4186 2.0 860.4279 2.0 860.4373 2.0 860.4466 1.0 860.456 3.0 860.4653 1.0 860.4747 5.0 860.484 11.0 860.4934 4.0 860.5027 5.0 860.5121 1.0 860.5214 2.0 860.5308 5.0 860.5401 4.0 860.5495 1.0 860.5588 5.0 860.5682 5.0 860.5775 4.0 860.5869 4.0 860.5962 9.0 860.6056 3.0 860.615 6.0 860.6243 1.0 860.6337 12.0 860.643 5.0 860.6524 5.0 860.6617 5.0 860.6711 10.0 860.6804 4.0 860.6898 9.0 860.6991 12.0 860.7085 10.0 860.7178 7.0 860.7272 13.0 860.7365 19.0 860.7459 13.0 860.7552 10.0 860.7646 14.0 860.7739 17.0 860.7833 7.0 860.7927 4.0 860.802 8.0 860.8114 11.0 860.8207 5.0 860.8301 5.0 860.8394 17.0 860.8488 18.0 860.8581 6.0 860.8675 13.0 860.8768 16.0 860.8862 7.0 860.8955 2.0 860.9142 2.0 860.9236 3.0 860.933 9.0 860.9423 7.0 860.9517 7.0 860.961 3.0 860.9704 8.0 860.9797 2.0 860.9984 3.0 861.0078 1.0 861.0171 3.0 861.0265 2.0 861.0358 5.0 861.0452 1.0 861.0546 6.0 861.0639 3.0 861.0733 3.0 861.0826 3.0 861.092 3.0 861.1013 8.0 861.1107 6.0 861.12 3.0 861.1294 3.0 861.1387 2.0 861.1481 8.0 861.1575 3.0 861.1668 6.0 861.1762 4.0 861.1855 3.0 861.1949 15.0 861.2136 2.0 861.2229 2.0 861.2323 4.0 861.2417 3.0 861.251 3.0 861.2604 9.0 861.2697 2.0 861.2791 2.0 861.2884 9.0 861.2978 5.0 861.3071 5.0 861.3165 9.0 861.3259 7.0 861.3352 4.0 861.3446 7.0 861.3539 2.0 861.3633 3.0 861.3726 7.0 861.382 3.0 861.3913 2.0 861.4007 4.0 861.4101 2.0 861.4194 2.0 861.4288 3.0 861.4381 1.0 861.4475 1.0 861.4568 3.0 861.4662 2.0 861.4756 3.0 861.4849 1.0 861.4943 2.0 861.5036 4.0 861.513 1.0 861.5223 3.0 861.5317 6.0 861.5411 1.0 861.5504 1.0 861.5598 4.0 861.5691 5.0 861.5785 1.0 861.5878 4.0 861.5972 1.0 861.6066 4.0 861.6159 8.0 861.6253 9.0 861.6346 3.0 861.644 3.0 861.6533 4.0 861.6627 13.0 861.6721 7.0 861.6814 8.0 861.6908 13.0 861.7001 7.0 861.7095 4.0 861.7188 15.0 861.7282 20.0 861.7376 6.0 861.7469 16.0 861.7563 12.0 861.7656 13.0 861.775 4.0 861.7844 11.0 861.7937 6.0 861.8031 5.0 861.8124 6.0 861.8218 2.0 861.8311 3.0 861.8405 9.0 861.8499 12.0 861.8592 10.0 861.8686 3.0 861.8779 12.0 861.8873 6.0 861.8967 5.0 861.906 3.0 861.9154 4.0 861.9247 3.0 861.9341 7.0 861.9435 22.0 861.9528 14.0 861.9622 7.0 861.9715 8.0 861.9809 14.0 861.9902 6.0 861.9996 9.0 862.009 5.0 862.0183 2.0 862.0277 2.0 862.037 9.0 862.0464 6.0 862.0558 3.0 862.0651 3.0 862.0745 3.0 862.0838 6.0 862.0932 3.0 862.1026 7.0 862.1119 3.0 862.1213 3.0 862.1306 2.0 862.14 3.0 862.1494 7.0 862.1587 5.0 862.1681 5.0 862.1774 7.0 862.1868 5.0 862.1962 6.0 862.2055 2.0 862.2149 2.0 862.2243 3.0 862.2336 3.0 862.243 7.0 862.2523 6.0 862.2617 6.0 862.2711 6.0 862.2804 8.0 862.2898 10.0 862.2991 5.0 862.3085 5.0 862.3179 6.0 862.3272 5.0 862.3366 10.0 862.3459 4.0 862.3553 3.0 862.3647 7.0 862.374 2.0 862.3834 3.0 862.3928 5.0 862.4021 2.0 862.4115 7.0 862.4208 6.0 862.4302 2.0 862.4396 6.0 862.4489 2.0 862.4583 5.0 862.4677 2.0 862.477 5.0 862.4864 4.0 862.4957 2.0 862.5051 10.0 862.5145 9.0 862.5238 2.0 862.5332 2.0 862.5425 2.0 862.5519 3.0 862.5613 3.0 862.5706 3.0 862.58 1.0 862.5894 4.0 862.5987 6.0 862.6081 7.0 862.6175 5.0 862.6268 7.0 862.6362 4.0 862.6455 6.0 862.6549 11.0 862.6643 1.0 862.6736 4.0 862.683 2.0 862.6924 3.0 862.7017 8.0 862.7111 8.0 862.7204 20.0 862.7298 21.0 862.7392 6.0 862.7485 11.0 862.7579 5.0 862.7673 7.0 862.7766 3.0 862.786 2.0 862.7954 2.0 862.8047 2.0 862.8141 6.0 862.8234 6.0 862.8328 19.0 862.8422 16.0 862.8515 6.0 862.8609 4.0 862.8703 9.0 862.8796 4.0 862.889 9.0 862.8984 9.0 862.9077 2.0 862.9171 4.0 862.9265 8.0 862.9358 6.0 862.9452 2.0 862.9545 5.0 862.9639 8.0 862.9733 4.0 862.9826 3.0 862.992 4.0 863.0014 3.0 863.0107 2.0 863.0201 1.0 863.0295 3.0 863.0388 7.0 863.0482 2.0 863.0669 10.0 863.0763 7.0 863.0857 8.0 863.095 12.0 863.1044 11.0 863.1138 4.0 863.1231 6.0 863.1325 15.0 863.1419 6.0 863.1512 1.0 863.1606 1.0 863.17 2.0 863.1793 1.0 863.1887 1.0 863.1981 5.0 863.2074 4.0 863.2261 7.0 863.2355 4.0 863.2449 4.0 863.2542 4.0 863.2636 3.0 863.273 3.0 863.2823 7.0 863.2917 2.0 863.3011 8.0 863.3104 5.0 863.3198 2.0 863.3292 5.0 863.3385 4.0 863.3479 8.0 863.3573 4.0 863.3666 2.0 863.376 10.0 863.3854 8.0 863.3947 9.0 863.4041 6.0 863.4135 2.0 863.4229 3.0 863.4322 3.0 863.4416 4.0 863.451 2.0 863.4603 1.0 863.4697 2.0 863.4791 4.0 863.4884 4.0 863.4978 5.0 863.5072 1.0 863.5259 1.0 863.5353 3.0 863.5446 4.0 863.554 5.0 863.5634 2.0 863.5727 1.0 863.5821 4.0 863.6008 4.0 863.6102 4.0 863.6196 1.0 863.6289 10.0 863.6383 7.0 863.6477 11.0 863.6571 16.0 863.6664 5.0 863.6758 11.0 863.6852 11.0 863.6945 13.0 863.7039 14.0 863.7133 14.0 863.7226 12.0 863.732 7.0 863.7414 7.0 863.7507 18.0 863.7601 23.0 863.7695 12.0 863.7788 7.0 863.7882 3.0 863.7976 10.0 863.807 16.0 863.8163 2.0 863.8257 6.0 863.8351 9.0 863.8444 7.0 863.8538 8.0 863.8632 7.0 863.8725 4.0 863.8819 6.0 863.8913 6.0 863.9007 4.0 863.91 4.0 863.9194 1.0 863.9288 2.0 863.9381 2.0 863.9475 4.0 863.9569 3.0 863.9756 6.0 863.985 1.0 863.9944 1.0 864.0037 7.0 864.0131 1.0 864.0225 5.0 864.0318 1.0 864.0506 8.0 864.0599 5.0 864.0693 4.0 864.0787 5.0 864.0881 26.0 864.0974 13.0 864.1068 6.0 864.1162 4.0 864.1255 8.0 864.1349 2.0 864.1443 1.0 864.1537 5.0 864.163 4.0 864.1724 4.0 864.1818 10.0 864.1911 9.0 864.2005 4.0 864.2099 3.0 864.2193 8.0 864.2286 8.0 864.238 2.0 864.2474 9.0 864.2567 2.0 864.2661 6.0 864.2755 4.0 864.2849 5.0 864.2942 3.0 864.3036 2.0 864.313 9.0 864.3223 7.0 864.3317 2.0 864.3411 4.0 864.3505 4.0 864.3598 4.0 864.3692 4.0 864.3786 4.0 864.388 2.0 864.3973 2.0 864.4067 1.0 864.4161 5.0 864.4254 7.0 864.4348 5.0 864.4442 2.0 864.4536 3.0 864.4629 1.0 864.4723 2.0 864.4817 3.0 864.4911 5.0 864.5004 2.0 864.5098 7.0 864.5192 4.0 864.5286 4.0 864.5379 4.0 864.5473 1.0 864.5567 4.0 864.566 5.0 864.5754 3.0 864.5848 3.0 864.5942 6.0 864.6035 3.0 864.6129 8.0 864.6223 12.0 864.6317 5.0 864.641 6.0 864.6504 12.0 864.6598 2.0 864.6692 8.0 864.6785 6.0 864.6879 10.0 864.6973 8.0 864.7067 10.0 864.716 12.0 864.7254 12.0 864.7348 15.0 864.7442 10.0 864.7535 6.0 864.7629 6.0 864.7723 7.0 864.7816 7.0 864.791 13.0 864.8004 11.0 864.8098 4.0 864.8191 7.0 864.8285 9.0 864.8379 7.0 864.8473 11.0 864.8566 7.0 864.866 4.0 864.8848 4.0 864.8942 2.0 864.9035 11.0 864.9129 3.0 864.9223 7.0 864.9317 10.0 864.941 4.0 864.9504 4.0 864.9598 3.0 864.9692 9.0 864.9785 8.0 864.9879 3.0 864.9973 4.0 865.0067 11.0 865.016 10.0 865.0254 5.0 865.0348 6.0 865.0442 3.0 865.0535 5.0 865.0629 1.0 865.0723 4.0 865.0817 13.0 865.091 8.0 865.1004 4.0 865.1098 9.0 865.1192 7.0 865.1285 3.0 865.1379 2.0 865.1473 3.0 865.1567 4.0 865.1661 2.0 865.1754 2.0 865.1848 3.0 865.1942 3.0 865.2036 2.0 865.2129 1.0 865.2223 7.0 865.2317 13.0 865.2411 7.0 865.2505 5.0 865.2598 7.0 865.2692 12.0 865.2786 17.0 865.288 34.0 865.2973 26.0 865.3067 22.0 865.3161 28.0 865.3255 18.0 865.3348 30.0 865.3442 19.0 865.3536 5.0 865.363 9.0 865.3724 2.0 865.3817 8.0 865.3911 8.0 865.4005 5.0 865.4099 2.0 865.4192 1.0 865.4286 2.0 865.438 2.0 865.4474 2.0 865.4568 5.0 865.4661 2.0 865.4755 6.0 865.4849 2.0 865.4943 2.0 865.5037 4.0 865.513 5.0 865.5224 4.0 865.5318 4.0 865.5412 3.0 865.5505 5.0 865.5599 4.0 865.5693 3.0 865.5787 9.0 865.5881 5.0 865.5974 7.0 865.6068 6.0 865.6162 6.0 865.6256 9.0 865.635 4.0 865.6443 7.0 865.6537 5.0 865.6631 10.0 865.6725 11.0 865.6819 7.0 865.6912 13.0 865.7006 10.0 865.71 6.0 865.7194 4.0 865.7288 8.0 865.7381 5.0 865.7475 2.0 865.7569 4.0 865.7663 9.0 865.7757 9.0 865.785 15.0 865.7944 5.0 865.8038 7.0 865.8132 3.0 865.8226 3.0 865.8319 2.0 865.8413 3.0 865.8507 7.0 865.8601 11.0 865.8695 2.0 865.8788 3.0 865.8882 8.0 865.8976 2.0 865.907 2.0 865.9164 3.0 865.9257 3.0 865.9445 8.0 865.9539 6.0 865.9633 7.0 865.9727 1.0 865.982 5.0 865.9914 6.0 866.0008 5.0 866.0102 11.0 866.0196 10.0 866.0289 8.0 866.0383 8.0 866.0477 9.0 866.0571 4.0 866.0665 2.0 866.0758 5.0 866.0852 3.0 866.0946 7.0 866.104 5.0 866.1134 9.0 866.1228 8.0 866.1321 3.0 866.1415 5.0 866.1509 7.0 866.1603 11.0 866.1697 11.0 866.1791 7.0 866.1884 12.0 866.1978 5.0 866.2072 2.0 866.2166 5.0 866.226 6.0 866.2353 4.0 866.2447 8.0 866.2541 10.0 866.2635 5.0 866.2729 11.0 866.2823 17.0 866.2916 24.0 866.301 17.0 866.3104 9.0 866.3198 2.0 866.3292 10.0 866.3386 13.0 866.3479 12.0 866.3573 3.0 866.3667 2.0 866.3761 3.0 866.3855 5.0 866.3949 4.0 866.4042 7.0 866.4136 14.0 866.423 14.0 866.4324 5.0 866.4418 2.0 866.4512 4.0 866.4605 5.0 866.4699 9.0 866.4793 3.0 866.4887 2.0 866.4981 3.0 866.5075 3.0 866.5168 3.0 866.5262 3.0 866.5356 5.0 866.545 10.0 866.5544 5.0 866.5638 3.0 866.5732 13.0 866.5825 17.0 866.5919 6.0 866.6013 15.0 866.6107 13.0 866.6201 6.0 866.6295 3.0 866.6388 6.0 866.6482 3.0 866.6576 1.0 866.667 4.0 866.6764 3.0 866.6858 5.0 866.6952 11.0 866.7045 16.0 866.7139 5.0 866.7233 7.0 866.7327 21.0 866.7421 4.0 866.7515 2.0 866.7609 3.0 866.7702 12.0 866.7796 21.0 866.789 11.0 866.7984 13.0 866.8078 15.0 866.8172 12.0 866.8266 12.0 866.8359 3.0 866.8453 12.0 866.8547 5.0 866.8641 3.0 866.8735 3.0 866.8829 4.0 866.9016 3.0 866.911 2.0 866.9204 8.0 866.9298 6.0 866.9392 2.0 866.9486 1.0 866.958 15.0 866.9673 3.0 866.9767 5.0 866.9861 4.0 866.9955 3.0 867.0049 7.0 867.0143 2.0 867.0237 2.0 867.0331 6.0 867.0424 8.0 867.0518 5.0 867.0612 4.0 867.0706 6.0 867.08 4.0 867.0894 5.0 867.0988 1.0 867.1082 1.0 867.1175 4.0 867.1269 7.0 867.1363 5.0 867.1457 6.0 867.1551 6.0 867.1645 4.0 867.1739 5.0 867.1833 11.0 867.1926 4.0 867.202 7.0 867.2114 1.0 867.2208 2.0 867.2302 6.0 867.2396 6.0 867.249 10.0 867.2584 9.0 867.2677 6.0 867.2771 9.0 867.2865 7.0 867.2959 7.0 867.3053 10.0 867.3147 10.0 867.3241 10.0 867.3335 8.0 867.3429 7.0 867.3522 4.0 867.3616 8.0 867.371 8.0 867.3804 1.0 867.3898 3.0 867.3992 4.0 867.4086 5.0 867.418 4.0 867.4274 6.0 867.4367 11.0 867.4461 6.0 867.4555 9.0 867.4649 4.0 867.4743 2.0 867.4837 1.0 867.4931 7.0 867.5025 2.0 867.5119 4.0 867.5212 1.0 867.54 6.0 867.5494 2.0 867.5588 3.0 867.5682 1.0 867.5776 4.0 867.587 3.0 867.5964 2.0 867.6058 5.0 867.6151 3.0 867.6245 5.0 867.6339 10.0 867.6433 14.0 867.6527 4.0 867.6621 3.0 867.6715 15.0 867.6809 19.0 867.6903 4.0 867.6997 9.0 867.7091 3.0 867.7184 7.0 867.7278 4.0 867.7372 4.0 867.7466 10.0 867.756 16.0 867.7654 5.0 867.7748 7.0 867.7842 6.0 867.7936 4.0 867.803 4.0 867.8124 8.0 867.8217 11.0 867.8311 12.0 867.8405 7.0 867.8499 8.0 867.8593 5.0 867.8687 8.0 867.8781 22.0 867.8875 13.0 867.8969 9.0 867.9063 4.0 867.9157 1.0 867.9251 5.0 867.9344 22.0 867.9438 7.0 867.9532 1.0 867.9626 3.0 867.972 5.0 867.9814 5.0 867.9908 10.0 868.0002 1.0 868.0096 5.0 868.019 5.0 868.0378 7.0 868.0471 7.0 868.0565 3.0 868.0659 10.0 868.0753 8.0 868.0847 2.0 868.0941 5.0 868.1035 2.0 868.1129 1.0 868.1223 5.0 868.1317 5.0 868.1411 2.0 868.1505 2.0 868.1599 1.0 868.1693 2.0 868.1786 1.0 868.188 2.0 868.1974 3.0 868.2068 5.0 868.2162 1.0 868.2256 8.0 868.235 4.0 868.2444 1.0 868.2538 10.0 868.2632 6.0 868.2726 4.0 868.2914 3.0 868.3008 5.0 868.3102 18.0 868.3196 10.0 868.3289 2.0 868.3383 2.0 868.3477 7.0 868.3571 3.0 868.3665 6.0 868.3759 7.0 868.3853 9.0 868.3947 4.0 868.4041 7.0 868.4135 1.0 868.4229 4.0 868.4323 5.0 868.4417 6.0 868.4605 9.0 868.4699 1.0 868.4793 3.0 868.4887 2.0 868.498 1.0 868.5074 4.0 868.5168 2.0 868.5262 1.0 868.5356 4.0 868.545 3.0 868.5544 4.0 868.5638 4.0 868.5732 4.0 868.5826 4.0 868.592 4.0 868.6014 2.0 868.6108 3.0 868.6202 5.0 868.6296 6.0 868.639 4.0 868.6484 5.0 868.6578 10.0 868.6672 11.0 868.6766 7.0 868.686 13.0 868.6954 1.0 868.7048 7.0 868.7141 8.0 868.7235 4.0 868.7329 3.0 868.7423 6.0 868.7517 13.0 868.7611 6.0 868.7705 4.0 868.7799 12.0 868.7893 3.0 868.7987 5.0 868.8081 5.0 868.8175 4.0 868.8269 3.0 868.8363 9.0 868.8457 4.0 868.8551 12.0 868.8645 18.0 868.8739 14.0 868.8833 11.0 868.8927 8.0 868.9021 1.0 868.9115 5.0 868.9209 7.0 868.9303 4.0 868.9397 6.0 868.9491 1.0 868.9585 5.0 868.9679 6.0 868.9773 11.0 868.9867 5.0 868.9961 3.0 869.0055 4.0 869.0148 1.0 869.0242 4.0 869.0336 5.0 869.043 7.0 869.0524 1.0 869.0618 4.0 869.0712 8.0 869.0806 5.0 869.09 11.0 869.0994 7.0 869.1088 3.0 869.1182 3.0 869.1276 2.0 869.137 4.0 869.1464 18.0 869.1558 15.0 869.1652 3.0 869.1746 2.0 869.184 4.0 869.1934 5.0 869.2028 7.0 869.2122 5.0 869.2216 3.0 869.231 4.0 869.2404 3.0 869.2498 1.0 869.2592 6.0 869.2686 5.0 869.278 7.0 869.2874 4.0 869.2968 3.0 869.3062 1.0 869.3156 8.0 869.325 11.0 869.3344 12.0 869.3438 4.0 869.3532 4.0 869.3626 5.0 869.372 9.0 869.3814 5.0 869.3908 5.0 869.4002 1.0 869.4096 9.0 869.419 6.0 869.4284 3.0 869.4378 8.0 869.4472 4.0 869.4566 3.0 869.466 6.0 869.4754 6.0 869.4848 13.0 869.4942 3.0 869.5036 1.0 869.513 1.0 869.5224 8.0 869.5318 4.0 869.5412 4.0 869.5506 5.0 869.56 1.0 869.5694 1.0 869.5788 7.0 869.5882 6.0 869.6258 1.0 869.6352 1.0 869.6446 4.0 869.654 2.0 869.6728 6.0 869.6822 10.0 869.6916 5.0 869.701 2.0 869.7104 10.0 869.7198 2.0 869.7292 8.0 869.7386 3.0 869.748 15.0 869.7574 7.0 869.7668 8.0 869.7762 16.0 869.7856 15.0 869.795 9.0 869.8044 2.0 869.8138 4.0 869.8232 10.0 869.8326 2.0 869.8421 1.0 869.8515 4.0 869.8609 17.0 869.8703 13.0 869.8797 2.0 869.8891 3.0 869.8985 2.0 869.9079 3.0 869.9173 5.0 869.9267 9.0 869.9361 7.0 869.9455 2.0 869.9549 4.0 869.9643 1.0 869.9737 4.0 869.9831 4.0 869.9925 1.0 870.0113 4.0 870.0207 6.0 870.0301 4.0 870.0395 4.0 870.0489 1.0 870.0583 1.0 870.0677 10.0 870.0771 6.0 870.0865 5.0 870.0959 3.0 870.1053 4.0 870.1147 1.0 870.1241 4.0 870.1335 3.0 870.1429 5.0 870.1524 2.0 870.1712 1.0 870.19 2.0 870.1994 10.0 870.2088 11.0 870.2182 4.0 870.2276 5.0 870.237 7.0 870.2464 2.0 870.2558 3.0 870.2652 2.0 870.2746 2.0 870.284 9.0 870.2934 6.0 870.3028 2.0 870.3122 9.0 870.3216 4.0 870.331 8.0 870.3404 3.0 870.3498 4.0 870.3593 11.0 870.3687 10.0 870.3781 4.0 870.3875 6.0 870.3969 3.0 870.4063 5.0 870.4157 4.0 870.4251 1.0 870.4345 4.0 870.4439 8.0 870.4533 2.0 870.4627 9.0 870.4721 5.0 870.4815 6.0 870.4909 2.0 870.5003 2.0 870.5097 2.0 870.5191 4.0 870.5286 6.0 870.538 3.0 870.5474 2.0 870.5568 6.0 870.5662 4.0 870.5756 4.0 870.585 8.0 870.5944 6.0 870.6038 4.0 870.6132 3.0 870.6226 4.0 870.632 4.0 870.6414 3.0 870.6508 3.0 870.6602 5.0 870.6696 6.0 870.6791 11.0 870.6885 3.0 870.6979 5.0 870.7073 8.0 870.7167 13.0 870.7261 8.0 870.7355 4.0 870.7449 10.0 870.7543 8.0 870.7637 8.0 870.7731 4.0 870.7825 8.0 870.7919 10.0 870.8013 6.0 870.8108 7.0 870.8202 13.0 870.8296 19.0 870.839 10.0 870.8484 7.0 870.8578 3.0 870.8672 5.0 870.8766 4.0 870.886 8.0 870.8954 5.0 870.9048 1.0 870.9142 4.0 870.9236 4.0 870.9331 11.0 870.9425 14.0 870.9519 7.0 870.9613 4.0 870.9707 2.0 870.9801 4.0 870.9895 5.0 870.9989 4.0 871.0177 4.0 871.0271 19.0 871.0366 14.0 871.046 13.0 871.0554 7.0 871.0648 6.0 871.0742 6.0 871.0836 5.0 871.093 7.0 871.1024 7.0 871.1212 3.0 871.1306 2.0 871.1401 3.0 871.1495 2.0 871.1683 5.0 871.1777 3.0 871.1871 15.0 871.1965 13.0 871.2059 4.0 871.2153 3.0 871.2247 9.0 871.2341 5.0 871.253 5.0 871.2624 15.0 871.2718 14.0 871.2812 12.0 871.2906 9.0 871.3 10.0 871.3094 4.0 871.3188 12.0 871.3282 16.0 871.3377 12.0 871.3471 3.0 871.3565 1.0 871.3659 11.0 871.3753 10.0 871.3847 9.0 871.3941 5.0 871.4035 6.0 871.4129 12.0 871.4224 7.0 871.4318 4.0 871.4412 4.0 871.4506 3.0 871.46 5.0 871.4694 6.0 871.4788 2.0 871.4882 7.0 871.4976 7.0 871.5071 1.0 871.5259 2.0 871.5353 6.0 871.5447 3.0 871.5541 7.0 871.5635 10.0 871.5729 6.0 871.5823 3.0 871.5918 4.0 871.6012 3.0 871.6106 2.0 871.62 6.0 871.6294 4.0 871.6388 4.0 871.6482 14.0 871.6576 9.0 871.6671 7.0 871.6765 5.0 871.6859 14.0 871.6953 22.0 871.7047 19.0 871.7141 13.0 871.7235 12.0 871.7329 8.0 871.7424 12.0 871.7518 9.0 871.7612 11.0 871.7706 3.0 871.78 3.0 871.7894 6.0 871.7988 7.0 871.8082 5.0 871.8177 6.0 871.8271 5.0 871.8365 10.0 871.8459 12.0 871.8553 3.0 871.8647 3.0 871.8741 4.0 871.8835 1.0 871.893 2.0 871.9024 1.0 871.9118 4.0 871.9212 5.0 871.9306 5.0 871.94 9.0 871.9494 6.0 871.9589 4.0 871.9683 6.0 871.9777 5.0 871.9871 1.0 871.9965 5.0 872.0059 4.0 872.0248 4.0 872.0342 2.0 872.0436 2.0 872.053 5.0 872.0624 7.0 872.0812 5.0 872.0907 8.0 872.1001 2.0 872.1095 1.0 872.1189 3.0 872.1283 2.0 872.1377 1.0 872.1471 3.0 872.1566 5.0 872.166 2.0 872.1754 2.0 872.1848 4.0 872.1942 3.0 872.2036 4.0 872.213 3.0 872.2225 1.0 872.2319 8.0 872.2413 4.0 872.2507 6.0 872.2601 1.0 872.2695 4.0 872.279 6.0 872.2884 1.0 872.2978 6.0 872.3072 4.0 872.3166 2.0 872.326 11.0 872.3354 10.0 872.3449 15.0 872.3543 5.0 872.3731 2.0 872.3825 2.0 872.3919 5.0 872.4014 2.0 872.4108 2.0 872.4202 2.0 872.4296 5.0 872.439 7.0 872.4484 5.0 872.4579 2.0 872.4767 3.0 872.4861 6.0 872.4955 12.0 872.5049 18.0 872.5144 4.0 872.5238 6.0 872.5332 2.0 872.5426 2.0 872.552 2.0 872.5614 1.0 872.5709 3.0 872.5803 4.0 872.5897 3.0 872.5991 2.0 872.6085 2.0 872.6179 2.0 872.6274 4.0 872.6368 6.0 872.6462 3.0 872.6556 4.0 872.665 5.0 872.6744 5.0 872.6839 8.0 872.6933 3.0 872.7027 4.0 872.7121 2.0 872.7215 5.0 872.731 13.0 872.7404 13.0 872.7498 5.0 872.7592 3.0 872.7686 4.0 872.778 8.0 872.7875 2.0 872.7969 15.0 872.8063 10.0 872.8157 5.0 872.8251 4.0 872.8346 6.0 872.844 10.0 872.8534 9.0 872.8628 14.0 872.8722 2.0 872.8816 5.0 872.8911 9.0 872.9005 16.0 872.9099 16.0 872.9193 8.0 872.9287 2.0 872.9382 7.0 872.9476 3.0 872.957 4.0 872.9664 2.0 872.9758 2.0 872.9853 4.0 872.9947 11.0 873.0041 7.0 873.0135 3.0 873.0229 12.0 873.0324 8.0 873.0418 4.0 873.0512 2.0 873.0606 8.0 873.07 7.0 873.0795 7.0 873.0889 1.0 873.0983 3.0 873.1171 11.0 873.1266 4.0 873.136 5.0 873.1454 1.0 873.1548 3.0 873.1642 6.0 873.1737 9.0 873.1831 4.0 873.1925 6.0 873.2019 5.0 873.2113 8.0 873.2208 7.0 873.2302 11.0 873.2396 17.0 873.249 13.0 873.2584 4.0 873.2679 5.0 873.2773 3.0 873.2867 7.0 873.2961 8.0 873.3055 14.0 873.315 2.0 873.3244 9.0 873.3338 6.0 873.3432 1.0 873.3527 2.0 873.3621 3.0 873.3715 6.0 873.3809 2.0 873.3903 1.0 873.3998 5.0 873.4092 4.0 873.4186 6.0 873.428 12.0 873.4374 15.0 873.4469 9.0 873.4563 1.0 873.4751 4.0 873.4846 5.0 873.494 6.0 873.5034 3.0 873.5128 5.0 873.5222 5.0 873.5317 1.0 873.5411 6.0 873.5505 2.0 873.5599 2.0 873.5694 2.0 873.5788 4.0 873.5882 2.0 873.5976 15.0 873.607 8.0 873.6165 3.0 873.6259 14.0 873.6353 10.0 873.6447 4.0 873.6542 5.0 873.6636 12.0 873.673 7.0 873.6824 8.0 873.6919 11.0 873.7013 6.0 873.7107 11.0 873.7201 9.0 873.7295 17.0 873.739 10.0 873.7484 13.0 873.7578 9.0 873.7672 3.0 873.7767 7.0 873.7861 5.0 873.7955 2.0 873.8049 3.0 873.8144 2.0 873.8238 2.0 873.8332 7.0 873.8426 5.0 873.8521 7.0 873.8615 5.0 873.8709 3.0 873.8803 4.0 873.8897 9.0 873.8992 1.0 873.9086 6.0 873.918 7.0 873.9274 6.0 873.9369 3.0 873.9463 7.0 873.9557 6.0 873.9651 4.0 873.9746 11.0 873.984 7.0 873.9934 4.0 874.0028 3.0 874.0123 4.0 874.0217 3.0 874.0311 8.0 874.0405 6.0 874.05 7.0 874.0594 2.0 874.0688 11.0 874.0782 6.0 874.0877 2.0 874.0971 10.0 874.1065 15.0 874.1159 1.0 874.1254 1.0 874.1348 3.0 874.1442 4.0 874.1536 7.0 874.1631 2.0 874.1725 3.0 874.1819 5.0 874.1914 12.0 874.2008 8.0 874.2102 5.0 874.2196 1.0 874.2291 3.0 874.2385 1.0 874.2479 1.0 874.2573 4.0 874.2668 13.0 874.2762 8.0 874.295 2.0 874.3045 2.0 874.3139 6.0 874.3233 2.0 874.3327 4.0 874.3422 2.0 874.3516 6.0 874.361 4.0 874.3705 4.0 874.3893 8.0 874.3987 7.0 874.4082 4.0 874.4176 3.0 874.427 3.0 874.4364 2.0 874.4459 7.0 874.4553 5.0 874.4647 7.0 874.4742 1.0 874.4836 2.0 874.493 5.0 874.5024 7.0 874.5119 5.0 874.5213 5.0 874.5307 9.0 874.5401 4.0 874.5496 2.0 874.559 3.0 874.5684 3.0 874.5779 1.0 874.5873 4.0 874.5967 2.0 874.6061 7.0 874.6156 1.0 874.625 3.0 874.6344 7.0 874.6439 3.0 874.6533 3.0 874.6627 11.0 874.6721 9.0 874.6816 14.0 874.691 13.0 874.7004 9.0 874.7099 6.0 874.7193 1.0 874.7287 9.0 874.7381 16.0 874.7476 7.0 874.757 7.0 874.7664 7.0 874.7759 8.0 874.7947 2.0 874.8041 5.0 874.8136 6.0 874.823 2.0 874.8324 13.0 874.8419 10.0 874.8513 2.0 874.8607 7.0 874.8701 6.0 874.8796 2.0 874.889 3.0 874.8984 11.0 874.9079 27.0 874.9173 11.0 874.9267 12.0 874.9362 16.0 874.9456 16.0 874.955 20.0 874.9644 3.0 874.9739 4.0 874.9833 6.0 874.9927 10.0 875.0022 5.0 875.0116 3.0 875.021 3.0 875.0305 2.0 875.0399 2.0 875.0587 3.0 875.0776 3.0 875.087 1.0 875.0965 3.0 875.1059 2.0 875.1153 2.0 875.1342 4.0 875.1436 3.0 875.1531 8.0 875.1625 5.0 875.1719 8.0 875.1813 16.0 875.1908 5.0 875.2002 4.0 875.2096 3.0 875.2191 6.0 875.2285 6.0 875.2379 8.0 875.2474 10.0 875.2662 3.0 875.2757 2.0 875.2851 4.0 875.2945 4.0 875.304 11.0 875.3134 13.0 875.3228 12.0 875.3323 3.0 875.3417 4.0 875.3511 5.0 875.3606 3.0 875.37 3.0 875.3794 5.0 875.3888 13.0 875.3983 7.0 875.4077 9.0 875.4171 7.0 875.4266 3.0 875.436 6.0 875.4454 7.0 875.4549 3.0 875.4643 5.0 875.4737 1.0 875.4832 2.0 875.4926 11.0 875.502 4.0 875.5115 3.0 875.5209 7.0 875.5303 6.0 875.5398 6.0 875.5586 1.0 875.5681 6.0 875.5775 5.0 875.5869 3.0 875.5964 8.0 875.6058 5.0 875.6152 1.0 875.6247 4.0 875.6341 9.0 875.6435 10.0 875.653 2.0 875.6624 3.0 875.6718 2.0 875.6813 7.0 875.6907 4.0 875.7001 2.0 875.7096 5.0 875.719 9.0 875.7284 3.0 875.7379 5.0 875.7473 7.0 875.7567 13.0 875.7662 12.0 875.7756 5.0 875.7851 7.0 875.7945 3.0 875.8134 6.0 875.8228 9.0 875.8322 7.0 875.8417 10.0 875.8511 9.0 875.8605 16.0 875.87 2.0 875.8794 5.0 875.8888 6.0 875.8983 5.0 875.9077 9.0 875.9171 3.0 875.9266 2.0 875.936 4.0 875.9454 9.0 875.9549 7.0 875.9643 5.0 875.9738 10.0 875.9832 9.0 875.9926 1.0 876.0021 4.0 876.0115 6.0 876.0209 3.0 876.0304 1.0 876.0398 6.0 876.0492 4.0 876.0587 1.0 876.0681 2.0 876.0775 6.0 876.087 6.0 876.0964 1.0 876.1153 2.0 876.1247 4.0 876.1342 4.0 876.1436 1.0 876.153 5.0 876.1625 1.0 876.1719 5.0 876.1813 6.0 876.1908 5.0 876.2002 3.0 876.2097 9.0 876.2191 5.0 876.2285 4.0 876.238 1.0 876.2474 1.0 876.2568 8.0 876.2663 3.0 876.2757 4.0 876.2852 8.0 876.2946 2.0 876.304 8.0 876.3135 6.0 876.3229 4.0 876.3323 14.0 876.3418 7.0 876.3512 8.0 876.3607 7.0 876.3701 6.0 876.3795 2.0 876.389 5.0 876.3984 4.0 876.4078 4.0 876.4173 2.0 876.4267 3.0 876.4362 4.0 876.4456 3.0 876.455 7.0 876.4645 6.0 876.4739 2.0 876.4833 2.0 876.4928 6.0 876.5022 1.0 876.5117 3.0 876.5211 2.0 876.5305 2.0 876.54 2.0 876.5494 5.0 876.5589 3.0 876.5683 2.0 876.5777 4.0 876.5872 4.0 876.5966 4.0 876.6155 3.0 876.6249 3.0 876.6344 3.0 876.6438 5.0 876.6532 7.0 876.6627 7.0 876.6721 4.0 876.6816 2.0 876.691 6.0 876.7004 13.0 876.7099 6.0 876.7193 6.0 876.7288 9.0 876.7382 8.0 876.7476 10.0 876.7571 5.0 876.7665 15.0 876.776 13.0 876.7854 4.0 876.7948 9.0 876.8043 6.0 876.8137 11.0 876.8232 10.0 876.8326 6.0 876.842 3.0 876.8515 8.0 876.8609 4.0 876.8704 6.0 876.8798 7.0 876.8892 3.0 876.8987 4.0 876.9081 3.0 876.9176 6.0 876.927 6.0 876.9364 6.0 876.9459 5.0 876.9553 4.0 876.9648 10.0 876.9742 11.0 876.9836 9.0 876.9931 6.0 877.0025 9.0 877.012 5.0 877.0214 5.0 877.0309 14.0 877.0403 15.0 877.0497 9.0 877.0592 8.0 877.0686 4.0 877.0781 1.0 877.0875 5.0 877.0969 7.0 877.1064 9.0 877.1158 6.0 877.1253 3.0 877.1347 4.0 877.1442 5.0 877.1536 8.0 877.163 9.0 877.1725 13.0 877.1819 6.0 877.1914 2.0 877.2008 3.0 877.2102 2.0 877.2197 1.0 877.2291 4.0 877.2386 15.0 877.248 11.0 877.2575 12.0 877.2669 10.0 877.2763 2.0 877.2858 2.0 877.2952 1.0 877.3047 6.0 877.3141 15.0 877.3236 6.0 877.333 4.0 877.3424 2.0 877.3519 4.0 877.3613 2.0 877.3708 2.0 877.3802 4.0 877.3897 5.0 877.3991 2.0 877.4085 4.0 877.418 1.0 877.4274 2.0 877.4369 2.0 877.4463 4.0 877.4558 2.0 877.4652 6.0 877.4746 5.0 877.4841 9.0 877.4935 3.0 877.5124 5.0 877.5219 7.0 877.5313 4.0 877.5408 3.0 877.5502 1.0 877.5596 1.0 877.5691 3.0 877.5785 3.0 877.588 3.0 877.5974 8.0 877.6069 5.0 877.6163 2.0 877.6258 7.0 877.6352 5.0 877.6446 4.0 877.6541 2.0 877.673 6.0 877.6824 1.0 877.6919 2.0 877.7013 5.0 877.7108 3.0 877.7202 11.0 877.7296 10.0 877.7391 6.0 877.7485 6.0 877.758 16.0 877.7674 10.0 877.7769 6.0 877.7863 12.0 877.7958 9.0 877.8052 3.0 877.8147 6.0 877.8241 6.0 877.8335 4.0 877.843 5.0 877.8524 12.0 877.8619 9.0 877.8713 16.0 877.8808 11.0 877.8902 6.0 877.8997 4.0 877.9091 4.0 877.9186 12.0 877.928 6.0 877.9374 1.0 877.9469 3.0 877.9563 7.0 877.9847 2.0 877.9941 8.0 878.0036 8.0 878.013 4.0 878.0225 2.0 878.0319 9.0 878.0414 5.0 878.0508 3.0 878.0697 7.0 878.0791 13.0 878.0886 8.0 878.098 5.0 878.1075 8.0 878.1169 25.0 878.1264 11.0 878.1358 4.0 878.1453 5.0 878.1547 5.0 878.1642 6.0 878.1831 5.0 878.1925 1.0 878.202 2.0 878.2114 2.0 878.2209 1.0 878.2303 4.0 878.2398 7.0 878.2492 5.0 878.2586 6.0 878.2681 8.0 878.2775 4.0 878.287 2.0 878.2964 3.0 878.3059 3.0 878.3153 7.0 878.3248 4.0 878.3342 2.0 878.3437 5.0 878.3531 6.0 878.3626 1.0 878.372 5.0 878.3815 3.0 878.3909 4.0 878.4004 6.0 878.4098 3.0 878.4193 3.0 878.4287 6.0 878.4382 7.0 878.4476 4.0 878.4571 1.0 878.4665 10.0 878.476 5.0 878.4854 3.0 878.4949 2.0 878.5043 2.0 878.5138 4.0 878.5232 2.0 878.5327 7.0 878.5421 3.0 878.5516 7.0 878.561 8.0 878.5705 11.0 878.5799 6.0 878.5894 2.0 878.6083 3.0 878.6177 3.0 878.6272 7.0 878.6366 6.0 878.6461 2.0 878.6555 6.0 878.665 6.0 878.6744 5.0 878.6839 4.0 878.6933 5.0 878.7028 3.0 878.7122 3.0 878.7311 12.0 878.7406 12.0 878.75 12.0 878.7595 15.0 878.7689 10.0 878.7784 13.0 878.7878 9.0 878.7973 6.0 878.8067 9.0 878.8162 6.0 878.8256 10.0 878.8351 6.0 878.8445 13.0 878.854 14.0 878.8634 6.0 878.8729 3.0 878.8823 9.0 878.8918 8.0 878.9012 1.0 878.9107 1.0 878.9201 3.0 878.9296 12.0 878.939 8.0 878.9485 6.0 878.9579 9.0 878.9674 4.0 878.9768 3.0 878.9863 7.0 878.9957 18.0 879.0052 12.0 879.0146 2.0 879.0241 4.0 879.0335 2.0 879.043 1.0 879.0525 3.0 879.0619 2.0 879.0714 3.0 879.0808 6.0 879.0903 7.0 879.0997 6.0 879.1092 7.0 879.1186 3.0 879.1281 2.0 879.1375 4.0 879.147 3.0 879.1564 4.0 879.1659 3.0 879.1753 5.0 879.1848 4.0 879.1942 1.0 879.2037 5.0 879.2131 3.0 879.2226 4.0 879.2321 2.0 879.2415 5.0 879.251 4.0 879.2604 2.0 879.2699 1.0 879.2793 7.0 879.2888 9.0 879.2982 3.0 879.3077 4.0 879.3171 12.0 879.3266 2.0 879.336 6.0 879.3455 3.0 879.3549 3.0 879.3644 12.0 879.3739 6.0 879.3833 5.0 879.3928 1.0 879.4022 1.0 879.4117 5.0 879.4211 5.0 879.4306 8.0 879.44 7.0 879.4495 4.0 879.4589 10.0 879.4684 3.0 879.4779 3.0 879.4873 11.0 879.4968 12.0 879.5062 3.0 879.5157 3.0 879.5251 3.0 879.5346 2.0 879.544 3.0 879.5535 1.0 879.5629 3.0 879.5724 5.0 879.5819 10.0 879.5913 3.0 879.6008 2.0 879.6102 3.0 879.6197 2.0 879.6291 6.0 879.6386 14.0 879.648 12.0 879.6575 3.0 879.667 2.0 879.6764 5.0 879.6859 5.0 879.6953 9.0 879.7048 3.0 879.7142 21.0 879.7237 19.0 879.7331 7.0 879.7426 3.0 879.7521 6.0 879.7615 15.0 879.771 20.0 879.7804 25.0 879.7899 22.0 879.7993 13.0 879.8088 13.0 879.8182 12.0 879.8277 8.0 879.8372 4.0 879.8466 9.0 879.8561 5.0 879.8655 4.0 879.875 13.0 879.8844 6.0 879.8939 7.0 879.9034 9.0 879.9128 5.0 879.9223 2.0 879.9317 6.0 879.9412 10.0 879.9506 6.0 879.9601 6.0 879.9696 4.0 879.979 9.0 879.9885 6.0 879.9979 3.0 880.0074 2.0 880.0168 7.0 880.0263 6.0 880.0358 5.0 880.0452 10.0 880.0641 1.0 880.0736 4.0 880.083 4.0 880.0925 4.0 880.102 5.0 880.1114 2.0 880.1209 2.0 880.1303 3.0 880.1398 9.0 880.1492 8.0 880.1587 3.0 880.1682 3.0 880.1871 1.0 880.1965 5.0 880.206 1.0 880.2155 8.0 880.2249 6.0 880.2344 5.0 880.2438 9.0 880.2533 8.0 880.2627 11.0 880.2722 5.0 880.2817 1.0 880.2911 8.0 880.3006 9.0 880.31 3.0 880.3195 5.0 880.329 6.0 880.3384 10.0 880.3479 7.0 880.3573 4.0 880.3763 3.0 880.3857 3.0 880.3952 11.0 880.4046 6.0 880.4236 4.0 880.433 3.0 880.4425 6.0 880.4519 7.0 880.4614 7.0 880.4709 8.0 880.4803 2.0 880.4898 4.0 880.4992 3.0 880.5087 6.0 880.5182 3.0 880.5276 5.0 880.5371 2.0 880.5465 1.0 880.556 7.0 880.5655 6.0 880.5749 5.0 880.5844 3.0 880.5938 2.0 880.6033 4.0 880.6128 8.0 880.6222 8.0 880.6317 12.0 880.6411 6.0 880.6601 2.0 880.6695 4.0 880.679 4.0 880.6884 11.0 880.6979 3.0 880.7074 11.0 880.7168 14.0 880.7263 19.0 880.7357 13.0 880.7452 13.0 880.7547 25.0 880.7641 17.0 880.7736 9.0 880.7831 9.0 880.7925 2.0 880.802 6.0 880.8114 10.0 880.8209 2.0 880.8304 5.0 880.8398 12.0 880.8493 13.0 880.8588 2.0 880.8682 3.0 880.8777 4.0 880.8871 1.0 880.8966 2.0 880.9155 1.0 880.925 9.0 880.9344 10.0 880.9439 8.0 880.9534 9.0 880.9628 6.0 880.9723 6.0 880.9818 10.0 880.9912 4.0 881.0007 2.0 881.0101 9.0 881.0196 16.0 881.0291 8.0 881.0385 4.0 881.048 2.0 881.0575 10.0 881.0669 16.0 881.0764 4.0 881.0859 5.0 881.0953 11.0 881.1048 4.0 881.1142 3.0 881.1237 2.0 881.1332 3.0 881.1426 8.0 881.1521 7.0 881.1616 4.0 881.171 11.0 881.1805 17.0 881.19 8.0 881.1994 5.0 881.2089 3.0 881.2183 6.0 881.2278 11.0 881.2373 7.0 881.2467 5.0 881.2562 5.0 881.2657 15.0 881.2751 3.0 881.2846 5.0 881.2941 9.0 881.3035 4.0 881.313 5.0 881.3224 9.0 881.3319 8.0 881.3414 4.0 881.3508 7.0 881.3603 1.0 881.3698 4.0 881.3792 3.0 881.3887 5.0 881.3982 4.0 881.4171 3.0 881.4266 5.0 881.436 5.0 881.4455 9.0 881.455 5.0 881.4644 4.0 881.4739 2.0 881.4834 8.0 881.4928 7.0 881.5023 2.0 881.5117 3.0 881.5212 5.0 881.5307 6.0 881.5401 7.0 881.5496 2.0 881.5591 4.0 881.5685 7.0 881.578 6.0 881.5875 5.0 881.5969 2.0 881.6064 6.0 881.6159 5.0 881.6253 7.0 881.6348 9.0 881.6443 9.0 881.6537 4.0 881.6632 2.0 881.6727 6.0 881.6821 4.0 881.6916 11.0 881.7011 8.0 881.7105 1.0 881.72 16.0 881.7295 15.0 881.7389 23.0 881.7484 8.0 881.7579 3.0 881.7673 13.0 881.7768 7.0 881.7863 2.0 881.7957 3.0 881.8052 4.0 881.8147 2.0 881.8241 7.0 881.8336 3.0 881.8525 1.0 881.8715 3.0 881.8809 7.0 881.8904 9.0 881.8999 4.0 881.9093 2.0 881.9188 1.0 881.9283 2.0 881.9377 3.0 881.9472 6.0 881.9567 5.0 881.9661 5.0 881.9756 5.0 881.9851 4.0 881.9946 8.0 882.004 2.0 882.0135 2.0 882.023 4.0 882.0324 5.0 882.0419 3.0 882.0514 4.0 882.0608 3.0 882.0703 2.0 882.0798 13.0 882.0892 6.0 882.0987 8.0 882.1082 14.0 882.1176 13.0 882.1271 13.0 882.1366 13.0 882.146 11.0 882.1555 2.0 882.165 6.0 882.1745 8.0 882.1839 3.0 882.1934 5.0 882.2029 12.0 882.2123 4.0 882.2218 2.0 882.2313 1.0 882.2407 9.0 882.2502 12.0 882.2597 11.0 882.2691 5.0 882.2786 3.0 882.2881 10.0 882.2976 14.0 882.307 13.0 882.3165 9.0 882.326 5.0 882.3354 2.0 882.3449 2.0 882.3544 3.0 882.3638 1.0 882.3733 4.0 882.3828 4.0 882.3923 1.0 882.4017 1.0 882.4112 4.0 882.4207 5.0 882.4301 7.0 882.4396 7.0 882.4491 2.0 882.4585 1.0 882.468 3.0 882.4775 4.0 882.487 10.0 882.4964 5.0 882.5059 7.0 882.5154 5.0 882.5248 4.0 882.5343 5.0 882.5438 5.0 882.5533 1.0 882.5627 6.0 882.5722 1.0 882.5817 1.0 882.5911 4.0 882.6006 6.0 882.6101 3.0 882.6196 7.0 882.629 12.0 882.6385 7.0 882.648 3.0 882.6574 5.0 882.6669 4.0 882.6764 3.0 882.6859 3.0 882.6953 6.0 882.7048 7.0 882.7143 2.0 882.7237 11.0 882.7332 3.0 882.7427 7.0 882.7522 2.0 882.7616 1.0 882.7711 10.0 882.7806 9.0 882.7901 3.0 882.7995 5.0 882.809 8.0 882.8185 16.0 882.8279 11.0 882.8374 5.0 882.8469 6.0 882.8564 4.0 882.8658 2.0 882.8753 3.0 882.8848 2.0 882.8942 6.0 882.9037 6.0 882.9132 8.0 882.9227 7.0 882.9321 2.0 882.9416 5.0 882.9511 7.0 882.9606 2.0 882.97 8.0 882.9795 5.0 882.989 6.0 882.9985 2.0 883.0079 4.0 883.0174 3.0 883.0269 12.0 883.0363 16.0 883.0458 4.0 883.0553 10.0 883.0648 12.0 883.0742 10.0 883.0837 4.0 883.0932 5.0 883.1027 4.0 883.1121 6.0 883.1216 7.0 883.1311 2.0 883.1406 4.0 883.15 5.0 883.1595 1.0 883.169 7.0 883.1785 5.0 883.1879 6.0 883.2069 3.0 883.2164 5.0 883.2258 4.0 883.2353 6.0 883.2448 4.0 883.2543 5.0 883.2637 4.0 883.2732 9.0 883.2827 4.0 883.2922 3.0 883.3016 3.0 883.3206 4.0 883.3301 2.0 883.349 2.0 883.3585 1.0 883.368 1.0 883.3774 2.0 883.3869 4.0 883.3964 12.0 883.4059 9.0 883.4153 6.0 883.4248 4.0 883.4343 3.0 883.4438 13.0 883.4532 16.0 883.4627 9.0 883.4722 7.0 883.4817 8.0 883.4911 11.0 883.5006 8.0 883.5101 4.0 883.5196 5.0 883.5291 5.0 883.5385 2.0 883.548 3.0 883.5575 4.0 883.567 3.0 883.5764 3.0 883.5859 4.0 883.5954 3.0 883.6049 3.0 883.6143 1.0 883.6238 2.0 883.6333 8.0 883.6428 9.0 883.6522 10.0 883.6617 6.0 883.6712 11.0 883.6807 14.0 883.6902 11.0 883.6996 8.0 883.7091 9.0 883.7186 12.0 883.7281 7.0 883.7375 9.0 883.747 20.0 883.7565 16.0 883.766 13.0 883.7755 9.0 883.7849 3.0 883.7944 1.0 883.8039 7.0 883.8134 8.0 883.8228 1.0 883.8323 2.0 883.8418 13.0 883.8513 13.0 883.8608 16.0 883.8702 11.0 883.8797 11.0 883.8892 6.0 883.8987 4.0 883.9081 9.0 883.9176 3.0 883.9271 4.0 883.9366 6.0 883.9461 23.0 883.9555 11.0 883.965 7.0 883.9745 6.0 883.984 8.0 883.9935 13.0 884.0029 18.0 884.0124 6.0 884.0219 3.0 884.0314 8.0 884.0408 4.0 884.0503 8.0 884.0598 6.0 884.0882 5.0 884.0977 13.0 884.1072 8.0 884.1167 5.0 884.1262 4.0 884.1356 4.0 884.1451 3.0 884.1546 6.0 884.1641 4.0 884.1736 5.0 884.183 4.0 884.1925 11.0 884.202 4.0 884.2115 5.0 884.221 7.0 884.2304 2.0 884.2399 8.0 884.2494 5.0 884.2589 3.0 884.2684 7.0 884.2778 4.0 884.2873 9.0 884.2968 2.0 884.3063 9.0 884.3158 8.0 884.3252 3.0 884.3347 5.0 884.3442 6.0 884.3537 3.0 884.3632 6.0 884.3726 2.0 884.3821 4.0 884.3916 17.0 884.4011 6.0 884.4106 5.0 884.4201 3.0 884.4295 1.0 884.439 4.0 884.4485 7.0 884.458 4.0 884.4675 5.0 884.4769 5.0 884.4864 6.0 884.4959 9.0 884.5054 6.0 884.5149 2.0 884.5244 6.0 884.5338 1.0 884.5433 1.0 884.5528 7.0 884.5623 8.0 884.5718 7.0 884.5812 1.0 884.5907 8.0 884.6002 14.0 884.6097 4.0 884.6192 6.0 884.6287 4.0 884.6381 6.0 884.6476 2.0 884.6571 1.0 884.6666 5.0 884.6761 3.0 884.6855 3.0 884.695 3.0 884.7045 2.0 884.714 5.0 884.7235 13.0 884.733 15.0 884.7424 3.0 884.7519 8.0 884.7614 8.0 884.7709 12.0 884.7804 9.0 884.7899 10.0 884.7993 16.0 884.8088 13.0 884.8183 21.0 884.8278 2.0 884.8373 6.0 884.8468 5.0 884.8562 12.0 884.8657 12.0 884.8752 6.0 884.8847 4.0 884.8942 2.0 884.9037 5.0 884.9131 10.0 884.9226 8.0 884.9321 8.0 884.9416 7.0 884.9511 9.0 884.9606 3.0 884.97 5.0 884.9795 6.0 884.989 11.0 884.9985 7.0 885.008 8.0 885.0175 5.0 885.027 8.0 885.0364 8.0 885.0459 2.0 885.0554 1.0 885.0649 4.0 885.0744 5.0 885.0839 3.0 885.0933 5.0 885.1028 4.0 885.1123 5.0 885.1218 2.0 885.1313 4.0 885.1408 5.0 885.1503 18.0 885.1597 6.0 885.1692 4.0 885.1787 7.0 885.1882 12.0 885.1977 13.0 885.2072 3.0 885.2167 5.0 885.2356 5.0 885.2451 2.0 885.2546 6.0 885.2641 4.0 885.2736 2.0 885.2831 4.0 885.2925 12.0 885.302 17.0 885.3115 6.0 885.321 6.0 885.3305 8.0 885.34 4.0 885.3495 6.0 885.3589 8.0 885.3684 10.0 885.3779 2.0 885.3874 4.0 885.3969 6.0 885.4064 5.0 885.4159 6.0 885.4253 4.0 885.4348 4.0 885.4443 15.0 885.4538 9.0 885.4633 9.0 885.4728 7.0 885.4823 7.0 885.4918 4.0 885.5012 6.0 885.5107 5.0 885.5202 8.0 885.5297 6.0 885.5392 5.0 885.5487 3.0 885.5582 2.0 885.5771 4.0 885.5866 1.0 885.5961 2.0 885.6056 6.0 885.6151 7.0 885.6246 3.0 885.6341 3.0 885.6435 5.0 885.653 4.0 885.6625 3.0 885.672 6.0 885.6815 1.0 885.691 4.0 885.7005 6.0 885.71 1.0 885.7195 13.0 885.7289 10.0 885.7384 16.0 885.7479 16.0 885.7574 8.0 885.7669 9.0 885.7764 20.0 885.7859 13.0 885.7954 9.0 885.8048 4.0 885.8143 6.0 885.8238 4.0 885.8333 6.0 885.8428 7.0 885.8523 8.0 885.8618 6.0 885.8713 2.0 885.8808 11.0 885.8902 5.0 885.8997 4.0 885.9282 2.0 885.9377 2.0 885.9472 1.0 885.9567 7.0 885.9662 2.0 885.9757 5.0 885.9851 5.0 885.9946 4.0 886.0041 3.0 886.0136 7.0 886.0231 8.0 886.0421 3.0 886.0516 2.0 886.0611 3.0 886.0705 7.0 886.08 13.0 886.0895 5.0 886.099 2.0 886.1085 9.0 886.118 3.0 886.1275 4.0 886.137 6.0 886.1465 6.0 886.156 7.0 886.1655 8.0 886.1749 3.0 886.1844 5.0 886.1939 5.0 886.2034 4.0 886.2129 4.0 886.2224 3.0 886.2319 2.0 886.2414 5.0 886.2509 4.0 886.2604 3.0 886.2699 3.0 886.2793 1.0 886.2888 3.0 886.2983 6.0 886.3078 5.0 886.3173 9.0 886.3268 2.0 886.3363 2.0 886.3553 4.0 886.3648 4.0 886.3743 3.0 886.3837 13.0 886.3932 9.0 886.4027 2.0 886.4122 4.0 886.4312 11.0 886.4407 6.0 886.4502 3.0 886.4597 3.0 886.4692 4.0 886.4787 2.0 886.4882 9.0 886.4977 9.0 886.5071 12.0 886.5166 11.0 886.5261 6.0 886.5356 4.0 886.5451 1.0 886.5546 3.0 886.5641 5.0 886.5736 5.0 886.5926 10.0 886.6021 4.0 886.6116 3.0 886.6211 1.0 886.6306 4.0 886.64 11.0 886.6495 1.0 886.659 2.0 886.6685 5.0 886.678 9.0 886.6875 9.0 886.697 9.0 886.7065 14.0 886.716 8.0 886.7255 2.0 886.735 7.0 886.7445 11.0 886.754 9.0 886.7635 17.0 886.773 7.0 886.7824 7.0 886.7919 5.0 886.8014 9.0 886.8109 16.0 886.8204 8.0 886.8299 11.0 886.8394 14.0 886.8489 4.0 886.8679 7.0 886.8774 8.0 886.8869 7.0 886.8964 8.0 886.9059 2.0 886.9154 4.0 886.9249 3.0 886.9344 7.0 886.9439 3.0 886.9533 3.0 886.9628 4.0 886.9723 5.0 886.9818 2.0 886.9913 2.0 887.0008 2.0 887.0103 2.0 887.0198 3.0 887.0293 4.0 887.0388 8.0 887.0483 3.0 887.0578 2.0 887.0673 6.0 887.0768 8.0 887.0863 4.0 887.0958 6.0 887.1053 5.0 887.1148 16.0 887.1243 5.0 887.1338 6.0 887.1433 13.0 887.1527 8.0 887.1622 9.0 887.1717 3.0 887.1812 5.0 887.1907 4.0 887.2002 7.0 887.2097 1.0 887.2192 2.0 887.2287 2.0 887.2382 7.0 887.2477 4.0 887.2572 3.0 887.2667 8.0 887.2762 2.0 887.2857 7.0 887.2952 8.0 887.3047 8.0 887.3142 11.0 887.3237 5.0 887.3332 3.0 887.3427 3.0 887.3522 2.0 887.3617 3.0 887.3712 7.0 887.3807 10.0 887.3902 5.0 887.3997 3.0 887.4092 2.0 887.4187 3.0 887.4281 5.0 887.4376 4.0 887.4471 4.0 887.4566 2.0 887.4661 1.0 887.4756 11.0 887.4851 5.0 887.4946 4.0 887.5041 5.0 887.5136 8.0 887.5231 2.0 887.5421 2.0 887.5611 3.0 887.5706 14.0 887.5801 4.0 887.5896 2.0 887.5991 6.0 887.6086 5.0 887.6181 6.0 887.6276 3.0 887.6371 3.0 887.6466 7.0 887.6561 4.0 887.6656 3.0 887.6751 12.0 887.6846 6.0 887.6941 4.0 887.7036 12.0 887.7131 3.0 887.7226 5.0 887.7321 3.0 887.7416 4.0 887.7511 15.0 887.7606 9.0 887.7701 11.0 887.7796 12.0 887.7891 6.0 887.7986 4.0 887.8081 1.0 887.8176 5.0 887.8271 8.0 887.8366 16.0 887.8461 13.0 887.8556 10.0 887.8651 5.0 887.8746 4.0 887.8841 2.0 887.8936 5.0 887.9031 8.0 887.9126 7.0 887.9221 5.0 887.9316 8.0 887.9411 4.0 887.9506 4.0 887.9601 5.0 887.9696 3.0 887.9791 1.0 887.9886 2.0 887.9981 1.0 888.0076 7.0 888.0171 2.0 888.0361 9.0 888.0456 7.0 888.0551 2.0 888.0646 7.0 888.0741 9.0 888.0836 5.0 888.0931 10.0 888.1026 16.0 888.1121 4.0 888.1216 7.0 888.1311 2.0 888.1406 2.0 888.1501 2.0 888.1596 3.0 888.1691 2.0 888.1786 5.0 888.1881 8.0 888.1976 4.0 888.2071 3.0 888.2261 4.0 888.2356 3.0 888.2451 2.0 888.2546 4.0 888.2641 7.0 888.2736 10.0 888.2831 5.0 888.2926 2.0 888.3021 5.0 888.3116 3.0 888.3211 7.0 888.3306 2.0 888.3401 7.0 888.3496 8.0 888.3591 1.0 888.3686 3.0 888.3781 7.0 888.3876 4.0 888.3971 5.0 888.4066 1.0 888.4162 2.0 888.4257 15.0 888.4352 7.0 888.4542 2.0 888.4637 5.0 888.4732 6.0 888.4827 1.0 888.4922 4.0 888.5017 6.0 888.5112 2.0 888.5207 3.0 888.5302 6.0 888.5397 5.0 888.5492 4.0 888.5587 3.0 888.5682 2.0 888.5777 7.0 888.5872 7.0 888.5967 5.0 888.6062 5.0 888.6157 4.0 888.6252 5.0 888.6347 2.0 888.6442 5.0 888.6537 4.0 888.6632 5.0 888.6727 14.0 888.6822 25.0 888.6917 15.0 888.7013 7.0 888.7108 17.0 888.7203 9.0 888.7298 5.0 888.7393 3.0 888.7488 5.0 888.7583 4.0 888.7678 5.0 888.7773 5.0 888.7868 10.0 888.7963 7.0 888.8058 3.0 888.8153 9.0 888.8248 4.0 888.8343 2.0 888.8438 10.0 888.8533 9.0 888.8628 3.0 888.8723 5.0 888.8818 9.0 888.8913 7.0 888.9009 5.0 888.9104 1.0 888.9199 2.0 888.9294 5.0 888.9389 10.0 888.9484 6.0 888.9674 3.0 888.9769 9.0 888.9864 1.0 888.9959 8.0 889.0054 8.0 889.0149 12.0 889.0244 9.0 889.0339 1.0 889.0434 4.0 889.0529 8.0 889.0625 2.0 889.072 6.0 889.0815 6.0 889.091 6.0 889.1005 11.0 889.11 2.0 889.1195 4.0 889.129 2.0 889.1385 4.0 889.148 4.0 889.1575 10.0 889.167 6.0 889.1765 6.0 889.186 6.0 889.1955 2.0 889.205 5.0 889.2146 6.0 889.2241 6.0 889.2336 3.0 889.2431 3.0 889.2526 5.0 889.2621 8.0 889.2716 10.0 889.2811 9.0 889.2906 12.0 889.3001 2.0 889.3096 4.0 889.3191 5.0 889.3286 8.0 889.3381 3.0 889.3477 4.0 889.3572 5.0 889.3667 6.0 889.3762 4.0 889.3952 3.0 889.4047 3.0 889.4142 1.0 889.4237 3.0 889.4332 6.0 889.4522 2.0 889.4618 2.0 889.4713 7.0 889.4808 6.0 889.4903 5.0 889.4998 4.0 889.5093 2.0 889.5188 1.0 889.5283 8.0 889.5378 4.0 889.5473 4.0 889.5568 4.0 889.5663 8.0 889.5759 4.0 889.5854 6.0 889.5949 4.0 889.6044 2.0 889.6139 4.0 889.6234 7.0 889.6329 3.0 889.6424 3.0 889.6519 10.0 889.6614 10.0 889.6709 8.0 889.6805 9.0 889.69 6.0 889.6995 5.0 889.709 4.0 889.7185 7.0 889.728 5.0 889.7375 4.0 889.747 6.0 889.7565 14.0 889.766 12.0 889.7756 13.0 889.7851 11.0 889.7946 7.0 889.8041 2.0 889.8136 12.0 889.8231 15.0 889.8326 11.0 889.8421 8.0 889.8516 8.0 889.8611 14.0 889.8707 4.0 889.8802 1.0 889.8897 2.0 889.8992 9.0 889.9087 5.0 889.9182 5.0 889.9277 11.0 889.9372 6.0 889.9467 7.0 889.9563 6.0 889.9658 2.0 889.9753 2.0 889.9848 3.0 889.9943 2.0 890.0038 1.0 890.0133 6.0 890.0228 7.0 890.0323 4.0 890.0419 8.0 890.0514 1.0 890.0609 2.0 890.0704 4.0 890.0799 6.0 890.0894 5.0 890.0989 6.0 890.1084 3.0 890.1179 7.0 890.1275 1.0 890.137 2.0 890.1465 3.0 890.156 8.0 890.1655 6.0 890.175 3.0 890.1845 3.0 890.194 5.0 890.2036 4.0 890.2131 2.0 890.2226 3.0 890.2321 3.0 890.2416 3.0 890.2511 4.0 890.2606 6.0 890.2701 3.0 890.2797 4.0 890.2892 7.0 890.2987 3.0 890.3082 6.0 890.3177 7.0 890.3272 5.0 890.3367 6.0 890.3462 6.0 890.3558 2.0 890.3653 4.0 890.3748 2.0 890.3843 1.0 890.3938 3.0 890.4033 4.0 890.4128 6.0 890.4224 2.0 890.4319 3.0 890.4414 5.0 890.4509 7.0 890.4604 4.0 890.4699 1.0 890.4794 2.0 890.4889 6.0 890.4985 6.0 890.508 9.0 890.5175 11.0 890.527 7.0 890.5365 5.0 890.546 5.0 890.5555 4.0 890.5651 3.0 890.5746 6.0 890.5841 1.0 890.5936 7.0 890.6031 11.0 890.6126 4.0 890.6221 6.0 890.6317 4.0 890.6412 6.0 890.6507 1.0 890.6602 3.0 890.6697 3.0 890.6792 3.0 890.6887 3.0 890.6983 8.0 890.7078 7.0 890.7173 7.0 890.7268 5.0 890.7363 1.0 890.7458 3.0 890.7554 7.0 890.7649 7.0 890.7744 7.0 890.7839 5.0 890.7934 8.0 890.8124 1.0 890.822 4.0 890.8315 1.0 890.841 4.0 890.8505 5.0 890.86 3.0 890.8695 10.0 890.8791 8.0 890.8886 17.0 890.8981 5.0 890.9076 3.0 890.9171 10.0 890.9266 17.0 890.9362 8.0 890.9457 11.0 890.9552 7.0 890.9647 6.0 890.9742 1.0 890.9837 3.0 890.9933 5.0 891.0028 6.0 891.0123 4.0 891.0218 1.0 891.0313 3.0 891.0408 2.0 891.0504 4.0 891.0599 9.0 891.0694 6.0 891.0789 9.0 891.0884 18.0 891.0979 10.0 891.1075 4.0 891.117 8.0 891.1265 7.0 891.136 2.0 891.1455 8.0 891.155 2.0 891.1646 1.0 891.1741 5.0 891.1836 7.0 891.1931 3.0 891.2026 3.0 891.2121 2.0 891.2217 2.0 891.2312 5.0 891.2407 3.0 891.2502 2.0 891.2597 2.0 891.2693 3.0 891.2788 4.0 891.2883 2.0 891.2978 3.0 891.3073 7.0 891.3168 2.0 891.3264 4.0 891.3359 8.0 891.3454 5.0 891.3549 1.0 891.3644 1.0 891.374 3.0 891.3835 1.0 891.393 5.0 891.4025 4.0 891.412 2.0 891.4311 3.0 891.4406 6.0 891.4501 4.0 891.4596 5.0 891.4691 5.0 891.4787 3.0 891.4882 5.0 891.4977 11.0 891.5072 13.0 891.5167 3.0 891.5263 7.0 891.5358 10.0 891.5453 14.0 891.5548 4.0 891.5643 2.0 891.5739 7.0 891.5834 9.0 891.5929 8.0 891.6024 2.0 891.6119 3.0 891.6215 3.0 891.631 3.0 891.6405 7.0 891.65 4.0 891.6595 1.0 891.6691 2.0 891.6786 4.0 891.6881 4.0 891.6976 9.0 891.7071 6.0 891.7167 5.0 891.7262 11.0 891.7357 8.0 891.7452 6.0 891.7547 5.0 891.7643 10.0 891.7738 15.0 891.7833 18.0 891.7928 17.0 891.8023 10.0 891.8119 8.0 891.8214 2.0 891.8309 5.0 891.8404 13.0 891.8499 14.0 891.8595 7.0 891.869 9.0 891.8785 22.0 891.888 21.0 891.8976 13.0 891.9071 2.0 891.9166 8.0 891.9261 17.0 891.9356 11.0 891.9452 3.0 891.9547 3.0 891.9642 12.0 891.9737 4.0 891.9832 13.0 891.9928 11.0 892.0023 9.0 892.0118 5.0 892.0213 10.0 892.0309 5.0 892.0404 4.0 892.0499 3.0 892.0594 5.0 892.0689 9.0 892.0785 5.0 892.088 3.0 892.0975 1.0 892.107 1.0 892.1166 5.0 892.1261 2.0 892.1356 3.0 892.1451 10.0 892.1546 3.0 892.1642 5.0 892.1737 8.0 892.1832 4.0 892.1927 10.0 892.2023 14.0 892.2118 10.0 892.2213 4.0 892.2308 12.0 892.2404 11.0 892.2499 5.0 892.2594 5.0 892.2689 6.0 892.2784 4.0 892.288 1.0 892.2975 4.0 892.307 10.0 892.3165 3.0 892.3261 9.0 892.3356 4.0 892.3451 1.0 892.3546 5.0 892.3642 12.0 892.3737 2.0 892.3832 5.0 892.3927 4.0 892.4023 4.0 892.4118 3.0 892.4213 9.0 892.4308 10.0 892.4404 5.0 892.4499 4.0 892.4594 5.0 892.4689 7.0 892.4784 2.0 892.488 2.0 892.4975 1.0 892.507 3.0 892.5165 7.0 892.5261 3.0 892.5356 2.0 892.5451 2.0 892.5832 5.0 892.5927 1.0 892.6023 1.0 892.6118 3.0 892.6213 4.0 892.6308 1.0 892.6404 7.0 892.6499 11.0 892.6594 3.0 892.6689 17.0 892.6785 12.0 892.688 7.0 892.6975 2.0 892.7071 4.0 892.7166 5.0 892.7261 12.0 892.7356 5.0 892.7452 9.0 892.7547 16.0 892.7642 12.0 892.7737 20.0 892.7833 16.0 892.7928 7.0 892.8023 9.0 892.8118 8.0 892.8214 13.0 892.8309 8.0 892.8404 8.0 892.8499 10.0 892.8595 13.0 892.869 7.0 892.8785 8.0 892.8881 11.0 892.8976 9.0 892.9071 3.0 892.9166 8.0 892.9262 1.0 892.9357 6.0 892.9452 4.0 892.9547 5.0 892.9643 4.0 892.9738 3.0 892.9833 2.0 892.9928 7.0 893.0024 10.0 893.0119 8.0 893.0214 12.0 893.031 12.0 893.0405 11.0 893.05 7.0 893.0595 6.0 893.0691 2.0 893.0786 9.0 893.0881 1.0 893.0976 3.0 893.1072 3.0 893.1167 9.0 893.1262 6.0 893.1358 3.0 893.1453 3.0 893.1548 2.0 893.1643 8.0 893.1739 5.0 893.1834 4.0 893.1929 1.0 893.2025 2.0 893.212 3.0 893.2215 4.0 893.231 5.0 893.2406 2.0 893.2501 3.0 893.2596 6.0 893.2692 2.0 893.2787 3.0 893.2882 5.0 893.2977 3.0 893.3073 2.0 893.3168 4.0 893.3263 5.0 893.3359 6.0 893.3454 6.0 893.3549 11.0 893.3644 6.0 893.374 7.0 893.3835 5.0 893.393 6.0 893.4026 4.0 893.4121 1.0 893.4216 1.0 893.4312 8.0 893.4407 13.0 893.4502 13.0 893.4597 4.0 893.4693 6.0 893.4788 4.0 893.4883 3.0 893.4979 3.0 893.5074 4.0 893.5169 5.0 893.5265 1.0 893.536 4.0 893.5455 6.0 893.555 1.0 893.5646 9.0 893.5741 2.0 893.5836 4.0 893.5932 3.0 893.6027 3.0 893.6122 5.0 893.6218 1.0 893.6313 2.0 893.6408 2.0 893.6503 1.0 893.6599 2.0 893.6694 3.0 893.6789 5.0 893.6885 8.0 893.698 6.0 893.7075 7.0 893.7171 18.0 893.7266 6.0 893.7361 6.0 893.7457 18.0 893.7552 12.0 893.7647 6.0 893.7743 15.0 893.7838 9.0 893.7933 9.0 893.8028 14.0 893.8124 11.0 893.8219 5.0 893.8314 2.0 893.841 7.0 893.8505 9.0 893.86 9.0 893.8696 4.0 893.8791 2.0 893.8886 3.0 893.8982 2.0 893.9077 3.0 893.9268 3.0 893.9363 5.0 893.9458 5.0 893.9554 1.0 893.9744 2.0 893.984 3.0 893.9935 11.0 894.003 5.0 894.0126 2.0 894.0221 3.0 894.0316 10.0 894.0412 5.0 894.0507 2.0 894.0602 5.0 894.0698 2.0 894.0793 2.0 894.0888 4.0 894.0984 6.0 894.1079 7.0 894.1174 3.0 894.127 2.0 894.1365 5.0 894.146 4.0 894.1556 8.0 894.1651 4.0 894.1746 8.0 894.1842 5.0 894.1937 4.0 894.2032 3.0 894.2128 3.0 894.2223 3.0 894.2414 7.0 894.2509 5.0 894.2604 11.0 894.27 5.0 894.2795 16.0 894.289 7.0 894.2986 5.0 894.3081 8.0 894.3176 8.0 894.3272 11.0 894.3367 3.0 894.3462 2.0 894.3558 6.0 894.3653 3.0 894.3748 13.0 894.3844 6.0 894.4034 6.0 894.413 3.0 894.4225 1.0 894.432 6.0 894.4416 3.0 894.4511 2.0 894.4606 1.0 894.4702 2.0 894.4797 6.0 894.4893 1.0 894.5083 5.0 894.5179 6.0 894.5274 2.0 894.5465 4.0 894.556 2.0 894.5655 7.0 894.5751 2.0 894.5846 5.0 894.5941 9.0 894.6037 8.0 894.6132 7.0 894.6228 12.0 894.6323 3.0 894.6418 4.0 894.6514 9.0 894.6609 1.0 894.6704 7.0 894.68 4.0 894.6895 3.0 894.699 7.0 894.7086 13.0 894.7181 9.0 894.7277 5.0 894.7372 5.0 894.7467 4.0 894.7563 11.0 894.7658 4.0 894.7753 8.0 894.7849 10.0 894.7944 3.0 894.8039 14.0 894.8135 25.0 894.823 21.0 894.8326 19.0 894.8421 10.0 894.8516 3.0 894.8707 12.0 894.8802 3.0 894.8898 5.0 894.8993 9.0 894.9089 3.0 894.9184 6.0 894.9279 4.0 894.9375 1.0 894.947 7.0 894.9565 5.0 894.9661 3.0 894.9852 3.0 894.9947 3.0 895.0042 6.0 895.0138 10.0 895.0233 11.0 895.0328 5.0 895.0424 4.0 895.0519 8.0 895.0615 6.0 895.071 8.0 895.0805 8.0 895.0901 14.0 895.0996 11.0 895.1092 6.0 895.1187 4.0 895.1282 7.0 895.1378 9.0 895.1473 3.0 895.1568 2.0 895.1664 7.0 895.1759 7.0 895.1855 9.0 895.195 4.0 895.2141 9.0 895.2236 3.0 895.2332 4.0 895.2427 7.0 895.2522 9.0 895.2618 5.0 895.2713 1.0 895.2809 12.0 895.2904 9.0 895.2999 2.0 895.3095 1.0 895.319 5.0 895.3286 9.0 895.3381 3.0 895.3476 4.0 895.3572 3.0 895.3667 9.0 895.3763 4.0 895.3858 9.0 895.3953 10.0 895.4049 2.0 895.4144 6.0 895.424 7.0 895.4335 2.0 895.443 6.0 895.4526 4.0 895.4621 8.0 895.4717 2.0 895.4812 2.0 895.4907 1.0 895.5003 5.0 895.5098 3.0 895.5194 10.0 895.5289 8.0 895.5384 7.0 895.548 9.0 895.5575 8.0 895.5671 14.0 895.5766 5.0 895.5861 7.0 895.5957 2.0 895.6052 6.0 895.6148 4.0 895.6243 6.0 895.6339 3.0 895.6434 9.0 895.6529 3.0 895.6625 6.0 895.672 5.0 895.6816 7.0 895.7006 2.0 895.7197 6.0 895.7293 2.0 895.7388 5.0 895.7484 11.0 895.7579 8.0 895.7674 21.0 895.777 13.0 895.7865 13.0 895.7961 18.0 895.8056 13.0 895.8152 10.0 895.8247 14.0 895.8342 8.0 895.8438 3.0 895.8533 3.0 895.8629 6.0 895.8724 14.0 895.8819 12.0 895.8915 8.0 895.901 11.0 895.9106 11.0 895.9201 11.0 895.9297 8.0 895.9488 3.0 895.9583 7.0 895.9774 13.0 895.9869 15.0 895.9965 6.0 896.006 7.0 896.0156 14.0 896.0251 5.0 896.0346 3.0 896.0442 3.0 896.0537 10.0 896.0633 12.0 896.0728 12.0 896.0824 5.0 896.0919 4.0 896.1014 7.0 896.111 5.0 896.1205 4.0 896.1301 3.0 896.1396 3.0 896.1492 3.0 896.1587 7.0 896.1683 2.0 896.1778 1.0 896.1873 7.0 896.1969 13.0 896.2064 7.0 896.216 7.0 896.2255 5.0 896.2351 15.0 896.2446 6.0 896.2542 7.0 896.2637 9.0 896.2732 6.0 896.2828 2.0 896.2923 3.0 896.3019 10.0 896.3114 10.0 896.321 7.0 896.3305 10.0 896.3401 2.0 896.3496 3.0 896.3592 8.0 896.3687 7.0 896.3782 6.0 896.3878 14.0 896.3973 8.0 896.4069 6.0 896.4164 7.0 896.426 5.0 896.4355 5.0 896.4451 2.0 896.4546 2.0 896.4642 3.0 896.4737 3.0 896.4832 2.0 896.4928 3.0 896.5023 3.0 896.5119 6.0 896.5214 7.0 896.531 5.0 896.5405 4.0 896.5501 2.0 896.5596 3.0 896.5692 4.0 896.5787 3.0 896.5883 2.0 896.5978 2.0 896.6073 2.0 896.6169 6.0 896.6264 9.0 896.636 2.0 896.6455 6.0 896.6551 3.0 896.6646 5.0 896.6742 4.0 896.6837 5.0 896.6933 11.0 896.7028 7.0 896.7124 8.0 896.7219 7.0 896.7315 16.0 896.741 12.0 896.7506 12.0 896.7601 7.0 896.7696 11.0 896.7792 17.0 896.7887 9.0 896.7983 11.0 896.8078 11.0 896.8174 2.0 896.8269 2.0 896.8365 10.0 896.846 2.0 896.8556 10.0 896.8651 15.0 896.8747 8.0 896.8842 4.0 896.8938 3.0 896.9033 4.0 896.9129 6.0 896.9224 8.0 896.932 10.0 896.9415 4.0 896.9511 3.0 896.9606 3.0 896.9702 3.0 896.9797 3.0 896.9893 3.0 897.0083 4.0 897.0179 10.0 897.0274 6.0 897.037 1.0 897.0465 6.0 897.0656 4.0 897.0847 8.0 897.0943 7.0 897.1038 1.0 897.1134 2.0 897.1229 5.0 897.1325 6.0 897.142 1.0 897.1516 3.0 897.1611 3.0 897.1707 5.0 897.1802 8.0 897.1898 5.0 897.1993 6.0 897.2089 3.0 897.2184 2.0 897.228 4.0 897.2375 8.0 897.2471 6.0 897.2566 6.0 897.2662 3.0 897.2757 12.0 897.2853 19.0 897.2948 8.0 897.3044 5.0 897.3139 6.0 897.3235 9.0 897.333 5.0 897.3426 2.0 897.3521 9.0 897.3617 5.0 897.3712 2.0 897.3808 2.0 897.3903 3.0 897.3999 5.0 897.4094 3.0 897.419 7.0 897.4285 4.0 897.4381 2.0 897.4476 4.0 897.4572 3.0 897.4667 2.0 897.4763 2.0 897.4859 3.0 897.4954 5.0 897.505 1.0 897.5145 3.0 897.5241 1.0 897.5336 8.0 897.5432 7.0 897.5527 9.0 897.5623 3.0 897.5718 2.0 897.5814 2.0 897.5909 5.0 897.6005 4.0 897.61 4.0 897.6196 3.0 897.6291 3.0 897.6387 8.0 897.6482 1.0 897.6578 5.0 897.6673 1.0 897.6769 6.0 897.6864 6.0 897.696 11.0 897.7055 5.0 897.7151 3.0 897.7246 10.0 897.7342 18.0 897.7438 10.0 897.7533 11.0 897.7629 16.0 897.7724 22.0 897.782 14.0 897.7915 6.0 897.8011 5.0 897.8106 1.0 897.8202 11.0 897.8297 4.0 897.8393 4.0 897.8488 15.0 897.8584 7.0 897.8679 6.0 897.8775 5.0 897.8871 3.0 897.8966 6.0 897.9062 2.0 897.9157 2.0 897.9253 9.0 897.9348 1.0 897.9444 4.0 897.9539 4.0 897.9635 3.0 897.973 5.0 897.9826 1.0 897.9921 6.0 898.0017 5.0 898.0113 2.0 898.0304 9.0 898.0399 9.0 898.0495 5.0 898.059 6.0 898.0686 1.0 898.0781 4.0 898.0877 5.0 898.0972 8.0 898.1068 7.0 898.1163 6.0 898.1259 6.0 898.1355 4.0 898.145 7.0 898.1546 5.0 898.1641 3.0 898.1737 4.0 898.1832 4.0 898.1928 5.0 898.2023 4.0 898.2119 2.0 898.2215 5.0 898.231 5.0 898.2406 2.0 898.2501 3.0 898.2597 6.0 898.2692 1.0 898.2788 2.0 898.2883 1.0 898.2979 5.0 898.3075 2.0 898.317 6.0 898.3266 7.0 898.3361 3.0 898.3457 1.0 898.3552 4.0 898.3648 2.0 898.3743 3.0 898.3839 5.0 898.3935 1.0 898.403 4.0 898.4126 3.0 898.4221 6.0 898.4317 4.0 898.4412 4.0 898.4508 1.0 898.4604 2.0 898.4699 5.0 898.4795 3.0 898.489 5.0 898.4986 8.0 898.5081 5.0 898.5177 2.0 898.5272 5.0 898.5368 3.0 898.5464 1.0 898.5559 7.0 898.5655 3.0 898.575 1.0 898.5846 2.0 898.5941 6.0 898.6037 5.0 898.6133 4.0 898.6228 8.0 898.6324 6.0 898.6419 9.0 898.6515 8.0 898.661 4.0 898.6802 9.0 898.6897 4.0 898.6993 11.0 898.7088 8.0 898.7184 4.0 898.728 3.0 898.7375 10.0 898.7471 5.0 898.7566 8.0 898.7662 5.0 898.7757 10.0 898.7853 9.0 898.7949 4.0 898.8044 7.0 898.814 3.0 898.8235 9.0 898.8331 14.0 898.8427 14.0 898.8522 16.0 898.8618 11.0 898.8713 14.0 898.8809 7.0 898.9 3.0 898.9096 2.0 898.9191 5.0 898.9287 7.0 898.9382 6.0 898.9478 8.0 898.9574 5.0 898.9669 7.0 898.9765 6.0 898.9956 3.0 899.0052 5.0 899.0147 5.0 899.0243 4.0 899.0338 5.0 899.0434 10.0 899.053 3.0 899.0625 3.0 899.0721 4.0 899.0816 5.0 899.0912 8.0 899.1008 4.0 899.1103 7.0 899.1199 7.0 899.1294 3.0 899.139 9.0 899.1486 8.0 899.1581 6.0 899.1677 4.0 899.1772 5.0 899.1868 5.0 899.1964 9.0 899.2059 5.0 899.2155 5.0 899.225 10.0 899.2346 3.0 899.2442 8.0 899.2537 11.0 899.2633 7.0 899.2728 3.0 899.2824 5.0 899.292 5.0 899.3015 2.0 899.3111 2.0 899.3206 1.0 899.3302 7.0 899.3398 6.0 899.3493 16.0 899.3589 16.0 899.3685 8.0 899.378 5.0 899.3876 7.0 899.3971 9.0 899.4067 5.0 899.4163 2.0 899.4258 4.0 899.4354 6.0 899.4449 16.0 899.4545 8.0 899.4641 3.0 899.4736 3.0 899.4832 5.0 899.4928 4.0 899.5023 3.0 899.5119 8.0 899.5214 11.0 899.531 2.0 899.5406 3.0 899.5501 6.0 899.5597 4.0 899.5693 5.0 899.5788 15.0 899.5884 7.0 899.5979 3.0 899.6075 5.0 899.6171 9.0 899.6266 2.0 899.6362 9.0 899.6458 4.0 899.6553 9.0 899.6649 1.0 899.6744 1.0 899.684 5.0 899.7031 8.0 899.7127 10.0 899.7223 12.0 899.7318 8.0 899.7509 4.0 899.7605 10.0 899.7701 10.0 899.7796 10.0 899.7892 12.0 899.7988 7.0 899.8083 9.0 899.8179 6.0 899.8275 11.0 899.837 7.0 899.8466 9.0 899.8561 19.0 899.8657 14.0 899.8753 7.0 899.8848 8.0 899.8944 2.0 899.904 8.0 899.9135 1.0 899.9231 1.0 899.9327 6.0 899.9422 3.0 899.9518 3.0 899.9614 6.0 899.9709 3.0 899.9805 7.0 899.9901 3.0 899.9996 7.0 900.0092 7.0 900.0187 20.0 900.0283 9.0 900.0379 8.0 900.0474 8.0 900.057 4.0 900.0666 1.0 900.0761 3.0 900.0857 7.0 900.0953 2.0 900.1048 1.0 900.1144 4.0 900.124 1.0 900.1335 3.0 900.1431 3.0 900.1527 1.0 900.1622 8.0 900.1718 12.0 900.1814 3.0 900.1909 4.0 900.2005 2.0 900.2101 7.0 900.2196 2.0 900.2292 3.0 900.2388 7.0 900.2483 6.0 900.2579 5.0 900.2674 11.0 900.277 10.0 900.2866 3.0 900.2961 8.0 900.3057 10.0 900.3153 16.0 900.3248 7.0 900.3344 4.0 900.344 8.0 900.3535 9.0 900.3631 7.0 900.3727 12.0 900.3822 14.0 900.3918 12.0 900.4014 12.0 900.4109 4.0 900.4205 3.0 900.4301 4.0 900.4396 2.0 900.4492 3.0 900.4588 5.0 900.4684 5.0 900.4779 4.0 900.4875 2.0 900.4971 2.0 900.5066 3.0 900.5162 4.0 900.5258 4.0 900.5353 3.0 900.5449 3.0 900.5545 3.0 900.564 7.0 900.5736 2.0 900.5832 14.0 900.5927 9.0 900.6023 1.0 900.6119 2.0 900.6214 3.0 900.631 6.0 900.6406 2.0 900.6501 5.0 900.6597 2.0 900.6693 1.0 900.6788 2.0 900.6884 4.0 900.698 3.0 900.7075 4.0 900.7171 5.0 900.7267 3.0 900.7363 14.0 900.7458 3.0 900.7554 6.0 900.765 3.0 900.7745 7.0 900.7841 18.0 900.7937 7.0 900.8032 8.0 900.8128 5.0 900.8224 3.0 900.8319 4.0 900.8415 1.0 900.8511 6.0 900.8607 4.0 900.8702 4.0 900.8798 3.0 900.8894 1.0 900.8989 4.0 900.9085 4.0 900.9181 2.0 900.9276 4.0 900.9372 4.0 900.9468 4.0 900.9563 5.0 900.9659 4.0 900.9755 3.0 901.0042 7.0 901.0138 7.0 901.0233 4.0 901.0329 5.0 901.0425 4.0 901.052 2.0 901.0616 6.0 901.0712 5.0 901.0808 3.0 901.0903 1.0 901.0999 4.0 901.1095 5.0 901.119 7.0 901.1286 5.0 901.1382 4.0 901.1573 4.0 901.1669 4.0 901.1765 10.0 901.186 6.0 901.1956 5.0 901.2052 1.0 901.2148 4.0 901.2243 3.0 901.2339 5.0 901.2435 3.0 901.253 7.0 901.2626 8.0 901.2722 2.0 901.2818 4.0 901.2913 10.0 901.3009 1.0 901.3105 5.0 901.32 1.0 901.3296 5.0 901.3392 4.0 901.3488 5.0 901.3583 5.0 901.3775 1.0 901.387 2.0 901.3966 1.0 901.4062 4.0 901.4158 1.0 901.4253 3.0 901.4349 1.0 901.4445 3.0 901.454 2.0 901.4636 3.0 901.4732 4.0 901.4828 8.0 901.4923 4.0 901.5019 5.0 901.5115 6.0 901.5211 9.0 901.5306 6.0 901.5402 6.0 901.5498 7.0 901.5594 4.0 901.5689 8.0 901.5785 4.0 901.5881 2.0 901.5976 4.0 901.6264 7.0 901.6359 3.0 901.6455 5.0 901.6551 13.0 901.6647 13.0 901.6742 4.0 901.6838 2.0 901.6934 4.0 901.703 5.0 901.7125 1.0 901.7221 6.0 901.7317 6.0 901.7412 8.0 901.7508 10.0 901.7604 12.0 901.77 9.0 901.7795 8.0 901.7891 11.0 901.7987 8.0 901.8083 7.0 901.8178 8.0 901.8274 9.0 901.837 7.0 901.8466 15.0 901.8561 8.0 901.8657 10.0 901.8753 7.0 901.8849 3.0 901.8944 2.0 901.904 2.0 901.9136 4.0 901.9232 7.0 901.9327 5.0 901.9423 4.0 901.9519 5.0 901.9615 2.0 901.971 3.0 901.9806 4.0 901.9902 3.0 901.9998 3.0 902.0093 3.0 902.0189 3.0 902.0285 4.0 902.0381 8.0 902.0476 5.0 902.0572 8.0 902.0668 8.0 902.0764 2.0 902.0859 3.0 902.0955 3.0 902.1051 1.0 902.1147 3.0 902.1243 1.0 902.1338 8.0 902.1434 11.0 902.153 4.0 902.1626 3.0 902.1721 7.0 902.1817 5.0 902.1913 7.0 902.2009 1.0 902.2104 4.0 902.22 2.0 902.2296 5.0 902.2392 8.0 902.2487 17.0 902.2583 6.0 902.2679 1.0 902.2775 5.0 902.2871 12.0 902.2966 12.0 902.3062 12.0 902.3158 10.0 902.3254 10.0 902.3349 5.0 902.3445 4.0 902.3541 4.0 902.3637 5.0 902.3732 5.0 902.3828 8.0 902.3924 17.0 902.402 5.0 902.4116 8.0 902.4211 9.0 902.4307 12.0 902.4403 6.0 902.4499 2.0 902.4594 4.0 902.469 5.0 902.4786 5.0 902.4882 4.0 902.4978 2.0 902.5073 3.0 902.5169 10.0 902.5265 4.0 902.5361 10.0 902.5457 10.0 902.5552 6.0 902.5648 3.0 902.5744 1.0 902.584 2.0 902.5935 3.0 902.6031 1.0 902.6127 8.0 902.6223 13.0 902.6319 2.0 902.6414 2.0 902.651 1.0 902.6606 5.0 902.6702 1.0 902.6798 2.0 902.6893 1.0 902.6989 4.0 902.7085 9.0 902.7181 5.0 902.7276 5.0 902.7372 3.0 902.7468 5.0 902.7564 11.0 902.766 7.0 902.7755 4.0 902.7851 2.0 902.7947 10.0 902.8043 9.0 902.8139 9.0 902.8234 7.0 902.833 9.0 902.8426 5.0 902.8522 11.0 902.8618 7.0 902.8713 15.0 902.8809 7.0 902.8905 8.0 902.9001 5.0 902.9097 8.0 902.9192 5.0 902.9288 10.0 902.9384 6.0 902.948 6.0 902.9576 1.0 902.9671 4.0 902.9767 4.0 902.9863 2.0 902.9959 1.0 903.0055 4.0 903.0151 6.0 903.0246 5.0 903.0342 6.0 903.0438 2.0 903.0534 1.0 903.063 1.0 903.0725 4.0 903.0821 1.0 903.0917 2.0 903.1013 1.0 903.1109 3.0 903.1204 4.0 903.13 10.0 903.1396 4.0 903.1492 3.0 903.1588 8.0 903.1684 6.0 903.1779 10.0 903.1875 11.0 903.1971 2.0 903.2067 4.0 903.2163 7.0 903.2258 11.0 903.2354 3.0 903.245 5.0 903.2546 6.0 903.2642 1.0 903.2738 3.0 903.2833 9.0 903.2929 1.0 903.3025 8.0 903.3121 10.0 903.3217 12.0 903.3312 7.0 903.3408 2.0 903.3504 4.0 903.36 1.0 903.3696 14.0 903.3792 8.0 903.3887 5.0 903.3983 8.0 903.4079 3.0 903.4175 5.0 903.4271 1.0 903.4367 4.0 903.4462 1.0 903.4558 1.0 903.4654 2.0 903.475 5.0 903.4846 3.0 903.4942 2.0 903.5037 4.0 903.5133 2.0 903.5229 8.0 903.5325 5.0 903.5421 8.0 903.5612 2.0 903.5708 3.0 903.59 1.0 903.5996 5.0 903.6092 8.0 903.6187 6.0 903.6283 4.0 903.6379 3.0 903.6475 11.0 903.6571 6.0 903.6667 6.0 903.6763 4.0 903.6858 3.0 903.6954 4.0 903.705 5.0 903.7146 5.0 903.7242 15.0 903.7338 7.0 903.7433 6.0 903.7529 12.0 903.7721 8.0 903.7817 11.0 903.7913 10.0 903.8009 14.0 903.8104 25.0 903.82 16.0 903.8296 5.0 903.8392 8.0 903.8488 9.0 903.8584 6.0 903.8679 10.0 903.8775 6.0 903.8871 1.0 903.8967 4.0 903.9063 7.0 903.9159 9.0 903.9255 3.0 903.935 1.0 903.9446 5.0 903.9638 1.0 903.9734 2.0 903.983 5.0 903.9926 5.0 904.0022 2.0 904.0117 2.0 904.0213 4.0 904.0309 3.0 904.0405 3.0 904.0501 5.0 904.0597 2.0 904.0693 2.0 904.0788 6.0 904.0884 4.0 904.098 4.0 904.1076 1.0 904.1172 5.0 904.1268 2.0 904.1364 2.0 904.1459 5.0 904.1555 3.0 904.1651 6.0 904.1747 4.0 904.1843 6.0 904.1939 1.0 904.2035 5.0 904.2131 1.0 904.2226 5.0 904.2322 4.0 904.2418 7.0 904.2514 4.0 904.261 4.0 904.2706 2.0 904.2802 10.0 904.2898 7.0 904.2993 7.0 904.3089 9.0 904.3185 9.0 904.3281 5.0 904.3377 6.0 904.3473 12.0 904.3569 10.0 904.3665 9.0 904.376 9.0 904.3856 3.0 904.3952 3.0 904.4048 12.0 904.4144 8.0 904.424 7.0 904.4336 1.0 904.4432 4.0 904.4528 3.0 904.4623 4.0 904.4719 8.0 904.4815 9.0 904.4911 2.0 904.5007 5.0 904.5103 4.0 904.5199 6.0 904.5295 6.0 904.5391 4.0 904.5486 2.0 904.5582 3.0 904.5678 3.0 904.5774 4.0 904.587 1.0 904.5966 2.0 904.6062 8.0 904.6158 7.0 904.6254 2.0 904.6349 3.0 904.6445 1.0 904.6541 4.0 904.6637 4.0 904.6733 5.0 904.6829 3.0 904.6925 5.0 904.7021 11.0 904.7117 1.0 904.7213 3.0 904.7308 6.0 904.7404 1.0 904.75 8.0 904.7596 6.0 904.7692 11.0 904.7788 10.0 904.7884 17.0 904.798 10.0 904.8076 11.0 904.8172 5.0 904.8267 3.0 904.8363 2.0 904.8459 8.0 904.8555 6.0 904.8651 3.0 904.8747 4.0 904.8843 6.0 904.8939 5.0 904.9035 3.0 904.9131 6.0 904.9227 5.0 904.9322 2.0 904.9418 1.0 904.9514 2.0 904.961 5.0 904.9706 7.0 904.9802 5.0 904.9898 9.0 904.9994 11.0 905.009 2.0 905.0186 1.0 905.0282 1.0 905.0378 5.0 905.0473 4.0 905.0569 6.0 905.0665 4.0 905.0761 3.0 905.0857 3.0 905.0953 8.0 905.1049 5.0 905.1145 6.0 905.1241 8.0 905.1337 6.0 905.1433 2.0 905.1529 3.0 905.172 2.0 905.1816 4.0 905.1912 5.0 905.2008 3.0 905.22 7.0 905.2296 8.0 905.2392 3.0 905.2488 3.0 905.268 7.0 905.2776 4.0 905.2872 8.0 905.2967 7.0 905.3063 7.0 905.3159 4.0 905.3255 3.0 905.3351 10.0 905.3447 2.0 905.3543 3.0 905.3639 6.0 905.3735 3.0 905.3831 1.0 905.3927 4.0 905.4023 8.0 905.4119 5.0 905.4215 3.0 905.4311 3.0 905.4406 4.0 905.4502 7.0 905.4598 18.0 905.4694 9.0 905.479 7.0 905.4886 6.0 905.4982 5.0 905.5078 5.0 905.5174 5.0 905.527 4.0 905.5462 3.0 905.5558 4.0 905.5654 5.0 905.575 5.0 905.5846 4.0 905.5942 3.0 905.6037 12.0 905.6133 7.0 905.6229 4.0 905.6325 4.0 905.6421 10.0 905.6517 5.0 905.6613 6.0 905.6709 3.0 905.6805 6.0 905.6901 1.0 905.6997 4.0 905.7093 14.0 905.7189 4.0 905.7285 3.0 905.7381 6.0 905.7477 3.0 905.7573 3.0 905.7669 12.0 905.7765 14.0 905.7861 14.0 905.7956 12.0 905.8052 24.0 905.8148 5.0 905.8244 6.0 905.834 2.0 905.8436 7.0 905.8532 13.0 905.8628 9.0 905.8724 7.0 905.882 6.0 905.8916 3.0 905.9012 9.0 905.9108 11.0 905.9204 4.0 905.93 3.0 905.9396 6.0 905.9492 8.0 905.9588 6.0 905.9684 5.0 905.978 2.0 905.9876 7.0 905.9972 2.0 906.0068 8.0 906.0164 15.0 906.026 10.0 906.0356 1.0 906.0452 4.0 906.0548 6.0 906.0643 6.0 906.0739 3.0 906.0835 5.0 906.0931 8.0 906.1027 8.0 906.1123 5.0 906.1219 4.0 906.1315 4.0 906.1411 5.0 906.1507 1.0 906.1603 1.0 906.1699 6.0 906.1795 2.0 906.1891 8.0 906.1987 11.0 906.2083 8.0 906.2179 11.0 906.2275 9.0 906.2371 6.0 906.2467 5.0 906.2563 7.0 906.2659 6.0 906.2755 2.0 906.2851 6.0 906.2947 4.0 906.3043 2.0 906.3139 7.0 906.3235 2.0 906.3331 9.0 906.3427 6.0 906.3523 1.0 906.3619 4.0 906.3715 6.0 906.3811 5.0 906.3907 3.0 906.4003 7.0 906.4099 4.0 906.4195 13.0 906.4291 12.0 906.4387 5.0 906.4483 2.0 906.4579 5.0 906.4675 8.0 906.4771 5.0 906.4963 3.0 906.5059 8.0 906.5155 7.0 906.5251 9.0 906.5347 5.0 906.5443 3.0 906.5539 6.0 906.5635 1.0 906.5731 5.0 906.5827 6.0 906.5923 2.0 906.6019 3.0 906.6115 2.0 906.6211 2.0 906.6403 4.0 906.6499 7.0 906.6595 2.0 906.6787 8.0 906.6883 6.0 906.6979 3.0 906.7075 1.0 906.7171 3.0 906.7267 10.0 906.7363 2.0 906.7459 9.0 906.7555 7.0 906.7651 6.0 906.7747 7.0 906.7843 10.0 906.7939 6.0 906.8035 4.0 906.8131 5.0 906.8227 5.0 906.8323 5.0 906.8419 2.0 906.8515 9.0 906.8611 13.0 906.8707 5.0 906.8803 7.0 906.8899 9.0 906.8995 5.0 906.9091 5.0 906.9187 2.0 906.9283 5.0 906.9379 4.0 906.9475 3.0 906.9571 4.0 906.9667 8.0 906.9763 10.0 906.9859 3.0 906.9955 4.0 907.0051 1.0 907.0147 2.0 907.0243 5.0 907.0339 22.0 907.0435 9.0 907.0531 5.0 907.0627 5.0 907.0723 2.0 907.0819 9.0 907.0915 8.0 907.1011 8.0 907.1107 8.0 907.1203 8.0 907.1299 8.0 907.1395 2.0 907.1491 6.0 907.1588 4.0 907.1684 8.0 907.178 8.0 907.1876 7.0 907.1972 2.0 907.2068 2.0 907.2164 6.0 907.226 3.0 907.2356 5.0 907.2452 5.0 907.2548 6.0 907.2644 3.0 907.274 2.0 907.2836 11.0 907.2932 5.0 907.3028 2.0 907.3124 1.0 907.322 3.0 907.3316 7.0 907.3412 5.0 907.3508 3.0 907.3604 5.0 907.37 9.0 907.3796 5.0 907.3892 2.0 907.3988 1.0 907.4084 6.0 907.418 4.0 907.4277 3.0 907.4373 4.0 907.4469 2.0 907.4661 2.0 907.4757 7.0 907.4853 4.0 907.4949 1.0 907.5045 3.0 907.5237 5.0 907.5333 12.0 907.5429 16.0 907.5525 5.0 907.5621 3.0 907.5717 2.0 907.5813 3.0 907.5909 2.0 907.6005 5.0 907.6101 4.0 907.6198 2.0 907.6294 2.0 907.639 1.0 907.6582 3.0 907.6678 2.0 907.6774 2.0 907.687 4.0 907.6966 6.0 907.7062 5.0 907.7158 2.0 907.7254 6.0 907.735 16.0 907.7446 15.0 907.7542 4.0 907.7638 6.0 907.7734 6.0 907.7831 5.0 907.7927 3.0 907.8023 10.0 907.8119 10.0 907.8215 9.0 907.8311 8.0 907.8407 11.0 907.8503 21.0 907.8599 12.0 907.8695 9.0 907.8791 11.0 907.8887 5.0 907.8983 2.0 907.9079 5.0 907.9175 4.0 907.9272 2.0 907.9368 10.0 907.9464 7.0 907.956 8.0 907.9656 10.0 907.9752 4.0 907.9848 7.0 907.9944 11.0 908.004 7.0 908.0136 7.0 908.0232 7.0 908.0328 13.0 908.0424 5.0 908.052 4.0 908.0617 3.0 908.0713 4.0 908.0809 8.0 908.0905 7.0 908.1001 2.0 908.1097 6.0 908.1193 7.0 908.1289 5.0 908.1385 3.0 908.1481 3.0 908.1577 7.0 908.1673 3.0 908.1866 1.0 908.1962 3.0 908.2058 3.0 908.2154 11.0 908.225 8.0 908.2346 8.0 908.2442 6.0 908.2538 4.0 908.2634 5.0 908.273 12.0 908.2826 12.0 908.2923 3.0 908.3019 6.0 908.3115 7.0 908.3211 12.0 908.3307 8.0 908.3403 12.0 908.3499 7.0 908.3595 11.0 908.3691 7.0 908.3787 7.0 908.3883 5.0 908.398 10.0 908.4076 7.0 908.4172 3.0 908.4268 4.0 908.4364 3.0 908.446 13.0 908.4556 6.0 908.4652 16.0 908.4748 13.0 908.4844 8.0 908.4941 9.0 908.5037 2.0 908.5133 3.0 908.5229 8.0 908.5325 14.0 908.5421 7.0 908.5517 21.0 908.5613 27.0 908.5709 10.0 908.5805 3.0 908.5902 2.0 908.5998 6.0 908.6094 9.0 908.619 4.0 908.6286 3.0 908.6382 3.0 908.6478 4.0 908.6574 1.0 908.667 1.0 908.6767 2.0 908.6863 1.0 908.6959 3.0 908.7055 1.0 908.7151 8.0 908.7247 8.0 908.7535 11.0 908.7632 9.0 908.7728 10.0 908.7824 7.0 908.792 9.0 908.8016 3.0 908.8112 11.0 908.8208 22.0 908.8304 9.0 908.84 9.0 908.8497 10.0 908.8593 5.0 908.8689 2.0 908.8785 5.0 908.8881 2.0 908.8977 5.0 908.9073 8.0 908.9169 4.0 908.9266 6.0 908.9362 8.0 908.9458 5.0 908.9554 6.0 908.965 6.0 908.9746 7.0 908.9842 7.0 908.9938 3.0 909.0035 5.0 909.0131 1.0 909.0227 7.0 909.0323 9.0 909.0419 3.0 909.0515 8.0 909.0611 10.0 909.0707 3.0 909.0804 2.0 909.09 2.0 909.0996 3.0 909.1092 12.0 909.1188 8.0 909.1284 2.0 909.138 3.0 909.1477 2.0 909.1573 2.0 909.1669 2.0 909.1765 4.0 909.1861 11.0 909.1957 9.0 909.2053 1.0 909.215 6.0 909.2246 5.0 909.2342 5.0 909.2438 2.0 909.2534 1.0 909.263 2.0 909.2726 10.0 909.2822 9.0 909.2919 5.0 909.3015 5.0 909.3111 3.0 909.3207 4.0 909.3303 7.0 909.3399 5.0 909.3496 8.0 909.3592 13.0 909.3688 9.0 909.3784 3.0 909.388 1.0 909.3976 3.0 909.4072 1.0 909.4169 5.0 909.4265 5.0 909.4361 10.0 909.4457 9.0 909.4553 9.0 909.4649 8.0 909.4745 5.0 909.4842 4.0 909.4938 5.0 909.5034 2.0 909.513 5.0 909.5226 11.0 909.5322 7.0 909.5515 13.0 909.5611 1.0 909.5707 3.0 909.5803 1.0 909.5899 2.0 909.5995 1.0 909.6092 12.0 909.6188 18.0 909.6284 5.0 909.638 9.0 909.6476 5.0 909.6572 5.0 909.6669 2.0 909.6765 4.0 909.6861 3.0 909.7053 2.0 909.7149 3.0 909.7246 3.0 909.7342 8.0 909.7438 9.0 909.7534 7.0 909.763 11.0 909.7726 10.0 909.7823 8.0 909.7919 13.0 909.8015 11.0 909.8111 9.0 909.8207 7.0 909.8303 10.0 909.84 7.0 909.8496 5.0 909.8592 12.0 909.8688 9.0 909.8784 7.0 909.888 1.0 909.8977 11.0 909.9073 5.0 909.9169 6.0 909.9265 5.0 909.9361 11.0 909.9458 3.0 909.9554 3.0 909.965 2.0 909.9746 9.0 909.9842 5.0 909.9938 5.0 910.0035 4.0 910.0131 9.0 910.0227 3.0 910.0323 3.0 910.0419 2.0 910.0516 5.0 910.0612 1.0 910.0708 4.0 910.0804 2.0 910.09 5.0 910.0996 13.0 910.1093 8.0 910.1189 5.0 910.1285 3.0 910.1381 2.0 910.1477 3.0 910.1574 12.0 910.167 10.0 910.1766 5.0 910.1862 8.0 910.1958 6.0 910.2055 5.0 910.2151 3.0 910.2247 7.0 910.2343 4.0 910.2439 3.0 910.2535 8.0 910.2632 7.0 910.2728 11.0 910.2824 8.0 910.292 6.0 910.3016 8.0 910.3113 10.0 910.3209 11.0 910.3305 5.0 910.3401 9.0 910.3497 10.0 910.3594 3.0 910.369 15.0 910.3786 4.0 910.3882 1.0 910.3978 6.0 910.4075 3.0 910.4171 7.0 910.4267 4.0 910.4363 5.0 910.4459 2.0 910.4556 4.0 910.4652 2.0 910.4844 1.0 910.494 10.0 910.5037 9.0 910.5133 7.0 910.5229 3.0 910.5325 4.0 910.5422 5.0 910.5518 8.0 910.5614 3.0 910.571 2.0 910.5806 4.0 910.5903 5.0 910.5999 3.0 910.6095 3.0 910.6191 2.0 910.6287 5.0 910.6384 1.0 910.648 6.0 910.6576 3.0 910.6672 1.0 910.6769 1.0 910.6865 5.0 910.6961 11.0 910.7057 9.0 910.7153 9.0 910.725 9.0 910.7346 9.0 910.7442 8.0 910.7538 8.0 910.7634 7.0 910.7731 3.0 910.7827 19.0 910.7923 13.0 910.8019 5.0 910.8116 5.0 910.8212 4.0 910.8308 16.0 910.8404 9.0 910.85 6.0 910.8597 4.0 910.8693 1.0 910.8789 7.0 910.8885 10.0 910.8982 4.0 910.9078 5.0 910.9174 4.0 910.927 2.0 910.9367 5.0 910.9463 2.0 910.9559 3.0 910.9655 2.0 910.9751 7.0 910.9848 4.0 910.9944 2.0 911.0136 4.0 911.0233 11.0 911.0329 4.0 911.0425 1.0 911.0521 6.0 911.0618 7.0 911.0714 6.0 911.081 8.0 911.0906 4.0 911.1003 2.0 911.1099 2.0 911.1195 2.0 911.1291 1.0 911.1387 10.0 911.1484 10.0 911.158 5.0 911.1676 5.0 911.1772 4.0 911.1869 9.0 911.1965 1.0 911.2061 2.0 911.2157 5.0 911.2254 13.0 911.235 10.0 911.2446 14.0 911.2542 11.0 911.2639 5.0 911.2735 4.0 911.2831 2.0 911.2927 5.0 911.3024 5.0 911.312 1.0 911.3216 10.0 911.3312 1.0 911.3409 6.0 911.3505 10.0 911.3601 10.0 911.3697 7.0 911.3794 6.0 911.389 5.0 911.3986 5.0 911.4082 6.0 911.4179 12.0 911.4275 9.0 911.4371 2.0 911.4467 5.0 911.4564 7.0 911.466 9.0 911.4756 3.0 911.4852 3.0 911.4949 1.0 911.5045 2.0 911.5141 7.0 911.5238 4.0 911.5334 5.0 911.543 3.0 911.5526 4.0 911.5623 7.0 911.5719 2.0 911.5815 3.0 911.5911 6.0 911.6008 8.0 911.6104 4.0 911.62 3.0 911.6296 8.0 911.6393 9.0 911.6489 10.0 911.6585 3.0 911.6682 3.0 911.6778 5.0 911.6874 5.0 911.697 2.0 911.7067 4.0 911.7163 2.0 911.7259 14.0 911.7355 24.0 911.7452 7.0 911.7548 7.0 911.7644 9.0 911.7741 1.0 911.7837 1.0 911.7933 17.0 911.8029 25.0 911.8126 8.0 911.8222 7.0 911.8318 5.0 911.8414 3.0 911.8511 14.0 911.8607 6.0 911.8703 4.0 911.88 3.0 911.8896 6.0 911.8992 6.0 911.9088 3.0 911.9185 8.0 911.9281 4.0 911.9377 11.0 911.9474 6.0 911.957 3.0 911.9666 6.0 911.9762 6.0 911.9859 3.0 911.9955 6.0 912.0051 11.0 912.0148 6.0 912.0244 5.0 912.034 4.0 912.0436 4.0 912.0533 2.0 912.0629 6.0 912.0725 4.0 912.0822 1.0 912.0918 6.0 912.1014 7.0 912.111 6.0 912.1207 4.0 912.1303 8.0 912.1399 11.0 912.1496 10.0 912.1592 6.0 912.1688 6.0 912.1784 6.0 912.1881 5.0 912.1977 1.0 912.2073 7.0 912.217 6.0 912.2266 4.0 912.2362 2.0 912.2459 7.0 912.2555 7.0 912.2651 2.0 912.2747 4.0 912.2844 13.0 912.294 11.0 912.3036 3.0 912.3133 1.0 912.3229 5.0 912.3325 3.0 912.3422 5.0 912.3518 6.0 912.3614 4.0 912.3711 7.0 912.3807 8.0 912.3903 1.0 912.3999 2.0 912.4192 9.0 912.4288 4.0 912.4385 4.0 912.4481 2.0 912.4577 4.0 912.4674 6.0 912.477 4.0 912.4866 3.0 912.4963 2.0 912.5059 4.0 912.5155 5.0 912.5251 4.0 912.5348 5.0 912.5444 5.0 912.554 2.0 912.5637 5.0 912.5733 2.0 912.5829 5.0 912.5926 4.0 912.6022 5.0 912.6118 4.0 912.6215 2.0 912.6311 1.0 912.6407 3.0 912.6504 6.0 912.66 9.0 912.6696 7.0 912.6793 3.0 912.6889 6.0 912.6985 4.0 912.7082 2.0 912.7178 2.0 912.7274 6.0 912.7371 2.0 912.7467 6.0 912.7563 10.0 912.766 6.0 912.7756 10.0 912.7852 1.0 912.7948 9.0 912.8045 11.0 912.8141 8.0 912.8237 9.0 912.8334 16.0 912.843 6.0 912.8526 2.0 912.8623 7.0 912.8719 11.0 912.8815 9.0 912.8912 4.0 912.9008 3.0 912.9104 3.0 912.9201 10.0 912.9297 9.0 912.9393 8.0 912.949 8.0 912.9586 11.0 912.9682 11.0 912.9779 7.0 912.9875 7.0 912.9972 1.0 913.0068 3.0 913.0164 4.0 913.0261 3.0 913.0357 3.0 913.0453 3.0 913.055 8.0 913.0646 5.0 913.0742 10.0 913.0839 1.0 913.0935 10.0 913.1031 6.0 913.1128 3.0 913.1224 4.0 913.132 5.0 913.1417 11.0 913.1513 6.0 913.1609 5.0 913.1706 2.0 913.1802 6.0 913.1898 4.0 913.1995 6.0 913.2091 10.0 913.2187 4.0 913.2284 4.0 913.238 8.0 913.2477 20.0 913.2573 4.0 913.2669 4.0 913.2766 2.0 913.2862 10.0 913.2958 11.0 913.3055 12.0 913.3151 3.0 913.3247 8.0 913.3344 5.0 913.344 5.0 913.3536 1.0 913.3633 6.0 913.3729 19.0 913.3826 13.0 913.3922 4.0 913.4018 3.0 913.4115 6.0 913.4211 3.0 913.4307 4.0 913.4404 8.0 913.45 1.0 913.4596 3.0 913.4693 4.0 913.4789 6.0 913.4886 4.0 913.4982 1.0 913.5078 2.0 913.5175 3.0 913.5271 1.0 913.5367 4.0 913.5464 11.0 913.556 10.0 913.5656 5.0 913.5753 2.0 913.5849 3.0 913.5946 8.0 913.6042 5.0 913.6138 3.0 913.6235 5.0 913.6331 7.0 913.6427 12.0 913.6524 6.0 913.662 1.0 913.6717 1.0 913.6813 4.0 913.6909 4.0 913.7006 2.0 913.7102 22.0 913.7198 6.0 913.7295 11.0 913.7391 1.0 913.7488 4.0 913.7584 1.0 913.768 9.0 913.7777 15.0 913.7873 10.0 913.7969 10.0 913.8066 8.0 913.8162 6.0 913.8259 12.0 913.8355 11.0 913.8451 12.0 913.8548 12.0 913.8644 7.0 913.8741 9.0 913.8837 3.0 913.8933 5.0 913.903 3.0 913.9126 3.0 913.9222 10.0 913.9319 8.0 913.9415 3.0 913.9512 7.0 913.9608 3.0 913.9704 1.0 913.9801 15.0 913.9897 7.0 913.9994 8.0 914.009 6.0 914.0186 2.0 914.0283 10.0 914.0379 4.0 914.0476 2.0 914.0572 1.0 914.0668 2.0 914.0765 2.0 914.0861 4.0 914.0958 5.0 914.1054 2.0 914.115 4.0 914.1247 11.0 914.1343 2.0 914.144 2.0 914.1536 2.0 914.1632 5.0 914.1729 6.0 914.1825 5.0 914.1922 4.0 914.2018 6.0 914.2114 1.0 914.2211 8.0 914.2307 2.0 914.2404 12.0 914.25 17.0 914.2596 4.0 914.2693 5.0 914.2789 8.0 914.2886 4.0 914.2982 5.0 914.3175 1.0 914.3271 5.0 914.3368 5.0 914.3464 9.0 914.356 6.0 914.3657 1.0 914.3753 3.0 914.385 11.0 914.3946 14.0 914.4043 8.0 914.4139 5.0 914.4235 7.0 914.4332 3.0 914.4428 7.0 914.4525 9.0 914.4621 2.0 914.4717 4.0 914.4814 2.0 914.491 1.0 914.5007 4.0 914.5103 6.0 914.52 1.0 914.5296 3.0 914.5392 2.0 914.5489 6.0 914.5585 8.0 914.5682 3.0 914.5778 3.0 914.5875 13.0 914.5971 7.0 914.6067 2.0 914.6164 5.0 914.626 7.0 914.6357 8.0 914.6549 5.0 914.6646 5.0 914.6742 10.0 914.6839 7.0 914.6935 4.0 914.7032 3.0 914.7128 8.0 914.7224 6.0 914.7321 3.0 914.7417 12.0 914.7514 11.0 914.761 4.0 914.7707 19.0 914.7803 23.0 914.79 21.0 914.7996 6.0 914.8092 4.0 914.8189 12.0 914.8285 11.0 914.8382 19.0 914.8478 8.0 914.8575 4.0 914.8671 3.0 914.8767 9.0 914.8864 8.0 914.896 8.0 914.9057 8.0 914.9153 5.0 914.925 4.0 914.9346 3.0 914.9443 3.0 914.9539 4.0 914.9635 6.0 914.9732 2.0 914.9828 10.0 914.9925 3.0 915.0021 8.0 915.0118 5.0 915.0214 14.0 915.0311 15.0 915.0407 4.0 915.0503 3.0 915.06 8.0 915.0696 1.0 915.0793 9.0 915.0889 2.0 915.0986 6.0 915.1082 4.0 915.1179 1.0 915.1275 3.0 915.1372 8.0 915.1468 3.0 915.1564 5.0 915.1661 6.0 915.1757 11.0 915.1854 6.0 915.195 8.0 915.2047 8.0 915.2143 4.0 915.224 1.0 915.2336 5.0 915.2433 7.0 915.2529 6.0 915.2722 2.0 915.2818 2.0 915.2915 3.0 915.3011 4.0 915.3108 3.0 915.3204 7.0 915.3301 8.0 915.3397 13.0 915.3494 5.0 915.359 2.0 915.3687 1.0 915.3783 3.0 915.3879 3.0 915.3976 2.0 915.4072 7.0 915.4169 5.0 915.4265 12.0 915.4362 9.0 915.4458 11.0 915.4555 5.0 915.4651 1.0 915.4748 5.0 915.4844 3.0 915.4941 1.0 915.5037 3.0 915.5134 5.0 915.523 14.0 915.5327 6.0 915.5423 7.0 915.5519 18.0 915.5616 10.0 915.5712 3.0 915.5809 5.0 915.5905 3.0 915.6002 7.0 915.6098 5.0 915.6195 5.0 915.6291 15.0 915.6388 8.0 915.6484 2.0 915.6581 8.0 915.6677 10.0 915.6774 10.0 915.687 1.0 915.6967 2.0 915.7063 3.0 915.716 2.0 915.7256 1.0 915.7353 2.0 915.7449 7.0 915.7546 7.0 915.7642 8.0 915.7739 8.0 915.7835 9.0 915.7932 8.0 915.8028 14.0 915.8124 7.0 915.8221 11.0 915.8317 4.0 915.8414 3.0 915.851 8.0 915.8607 6.0 915.8703 16.0 915.88 4.0 915.8896 11.0 915.8993 7.0 915.9089 9.0 915.9186 12.0 915.9282 11.0 915.9379 9.0 915.9475 11.0 915.9572 2.0 915.9668 5.0 915.9765 5.0 915.9861 14.0 915.9958 6.0 916.0054 3.0 916.0151 7.0 916.0247 10.0 916.0344 10.0 916.044 2.0 916.0537 3.0 916.0633 3.0 916.073 5.0 916.0826 4.0 916.0923 10.0 916.1116 3.0 916.1212 1.0 916.1309 4.0 916.1405 3.0 916.1502 1.0 916.1598 4.0 916.1695 1.0 916.1791 1.0 916.1888 3.0 916.1984 2.0 916.2081 1.0 916.2177 6.0 916.2274 5.0 916.237 1.0 916.2467 6.0 916.2564 6.0 916.266 8.0 916.2757 17.0 916.2853 15.0 916.295 14.0 916.3046 4.0 916.3143 4.0 916.3239 14.0 916.3336 4.0 916.3432 3.0 916.3529 4.0 916.3625 5.0 916.3722 6.0 916.3818 9.0 916.3915 4.0 916.4011 5.0 916.4108 3.0 916.4204 6.0 916.4301 4.0 916.4397 4.0 916.4494 11.0 916.459 12.0 916.4687 9.0 916.4783 6.0 916.488 5.0 916.4976 5.0 916.5073 9.0 916.517 1.0 916.5266 2.0 916.5363 5.0 916.5459 2.0 916.5556 3.0 916.5652 4.0 916.5749 6.0 916.5845 3.0 916.5942 7.0 916.6038 9.0 916.6231 2.0 916.6328 4.0 916.6424 4.0 916.6521 2.0 916.6617 3.0 916.6714 3.0 916.6811 2.0 916.7004 3.0 916.71 4.0 916.7197 5.0 916.7293 2.0 916.739 8.0 916.7486 3.0 916.7583 5.0 916.7679 11.0 916.7776 14.0 916.7872 9.0 916.7969 12.0 916.8066 8.0 916.8162 4.0 916.8259 4.0 916.8548 3.0 916.8645 2.0 916.8741 11.0 916.8838 12.0 916.8934 9.0 916.9031 14.0 916.9128 14.0 916.9224 7.0 916.9321 1.0 916.9417 8.0 916.9514 9.0 916.961 1.0 916.9707 5.0 916.9803 6.0 916.99 4.0 916.9996 9.0 917.0093 7.0 917.019 6.0 917.0286 5.0 917.0383 5.0 917.0479 5.0 917.0576 6.0 917.0672 9.0 917.0769 9.0 917.0865 6.0 917.0962 8.0 917.1059 8.0 917.1155 6.0 917.1252 4.0 917.1348 2.0 917.1445 3.0 917.1541 4.0 917.1638 4.0 917.1734 1.0 917.1831 3.0 917.1928 5.0 917.2024 3.0 917.2121 6.0 917.2217 1.0 917.2314 4.0 917.241 6.0 917.2507 2.0 917.2604 6.0 917.27 18.0 917.2797 22.0 917.2893 9.0 917.299 2.0 917.3086 8.0 917.3183 1.0 917.328 5.0 917.3376 9.0 917.3473 4.0 917.3569 5.0 917.3666 10.0 917.3762 8.0 917.3859 6.0 917.3956 4.0 917.4052 8.0 917.4149 6.0 917.4245 3.0 917.4342 8.0 917.4438 5.0 917.4535 11.0 917.4632 6.0 917.4728 3.0 917.4825 2.0 917.4921 3.0 917.5018 4.0 917.5114 5.0 917.5211 4.0 917.5308 7.0 917.5404 8.0 917.5597 1.0 917.5694 8.0 917.5791 2.0 917.5887 5.0 917.5984 3.0 917.608 9.0 917.6177 4.0 917.6273 5.0 917.6467 1.0 917.6563 1.0 917.666 2.0 917.6756 3.0 917.6853 8.0 917.695 4.0 917.7046 6.0 917.7143 1.0 917.7239 1.0 917.7336 5.0 917.7432 10.0 917.7529 5.0 917.7626 8.0 917.7722 9.0 917.7819 8.0 917.7915 4.0 917.8012 7.0 917.8109 18.0 917.8205 12.0 917.8302 15.0 917.8398 8.0 917.8495 2.0 917.8592 12.0 917.8688 21.0 917.8785 9.0 917.8881 7.0 917.8978 3.0 917.9075 2.0 917.9171 4.0 917.9268 3.0 917.9364 2.0 917.9461 3.0 917.9558 4.0 917.9654 1.0 917.9751 2.0 917.9847 5.0 917.9944 7.0 918.0041 9.0 918.0137 10.0 918.0234 4.0 918.033 1.0 918.0524 4.0 918.062 4.0 918.0717 6.0 918.0813 2.0 918.091 1.0 918.1007 2.0 918.1103 3.0 918.12 7.0 918.1393 2.0 918.149 8.0 918.1586 8.0 918.1683 11.0 918.178 9.0 918.1876 8.0 918.1973 4.0 918.2069 13.0 918.2166 14.0 918.2263 5.0 918.2359 7.0 918.2456 7.0 918.2553 5.0 918.2649 4.0 918.2746 1.0 918.2842 4.0 918.2939 6.0 918.3036 3.0 918.3132 3.0 918.3229 4.0 918.3325 4.0 918.3422 5.0 918.3519 5.0 918.3615 9.0 918.3712 13.0 918.3809 4.0 918.3905 3.0 918.4002 7.0 918.4098 1.0 918.4195 2.0 918.4292 1.0 918.4388 12.0 918.4485 7.0 918.4582 3.0 918.4678 3.0 918.4775 6.0 918.4872 5.0 918.4968 3.0 918.5065 4.0 918.5161 5.0 918.5258 2.0 918.5355 5.0 918.5548 6.0 918.5645 1.0 918.5741 2.0 918.5838 3.0 918.5934 2.0 918.6031 4.0 918.6128 5.0 918.6224 4.0 918.6321 4.0 918.6418 3.0 918.6514 3.0 918.6611 2.0 918.6708 6.0 918.6804 4.0 918.6901 3.0 918.6998 6.0 918.7094 4.0 918.7191 4.0 918.7287 4.0 918.7384 3.0 918.7481 6.0 918.7577 3.0 918.7674 13.0 918.7771 8.0 918.7867 7.0 918.7964 3.0 918.8061 3.0 918.8157 7.0 918.8254 10.0 918.8351 10.0 918.8447 10.0 918.8544 8.0 918.864 7.0 918.8737 8.0 918.8834 18.0 918.893 4.0 918.9027 1.0 918.9124 6.0 918.922 5.0 918.9317 9.0 918.9414 4.0 918.951 12.0 918.9607 7.0 918.9704 10.0 918.98 11.0 918.9897 2.0 918.9994 5.0 919.009 6.0 919.0187 9.0 919.0284 8.0 919.038 7.0 919.0477 4.0 919.0574 1.0 919.067 4.0 919.0767 4.0 919.0864 6.0 919.096 3.0 919.1057 4.0 919.1154 5.0 919.125 1.0 919.1347 11.0 919.1444 5.0 919.154 3.0 919.1637 6.0 919.1734 8.0 919.1927 2.0 919.2024 2.0 919.212 1.0 919.2217 3.0 919.2314 7.0 919.241 7.0 919.2507 2.0 919.2604 4.0 919.27 3.0 919.2797 3.0 919.2894 7.0 919.299 10.0 919.3087 6.0 919.3184 5.0 919.328 9.0 919.3377 5.0 919.3474 3.0 919.357 3.0 919.3667 3.0 919.3764 3.0 919.386 1.0 919.3957 3.0 919.4054 1.0 919.415 4.0 919.4247 4.0 919.4344 18.0 919.444 9.0 919.4537 6.0 919.4634 7.0 919.473 2.0 919.4827 6.0 919.5021 4.0 919.5117 5.0 919.5214 2.0 919.5311 3.0 919.5407 2.0 919.5504 4.0 919.5601 3.0 919.5697 3.0 919.5794 5.0 919.5891 4.0 919.5987 4.0 919.6084 2.0 919.6181 4.0 919.6277 3.0 919.6374 2.0 919.6471 4.0 919.6568 3.0 919.6664 3.0 919.6761 8.0 919.6858 2.0 919.6954 6.0 919.7051 2.0 919.7148 5.0 919.7244 5.0 919.7341 2.0 919.7438 3.0 919.7534 6.0 919.7631 4.0 919.7728 11.0 919.7825 9.0 919.7921 14.0 919.8018 9.0 919.8115 4.0 919.8211 5.0 919.8308 4.0 919.8405 7.0 919.8501 4.0 919.8598 2.0 919.8695 1.0 919.8792 3.0 919.8888 2.0 919.8985 4.0 919.9082 17.0 919.9178 5.0 919.9275 1.0 919.9372 1.0 919.9469 5.0 919.9565 2.0 919.9662 3.0 919.9759 10.0 919.9855 10.0 919.9952 7.0 920.0049 7.0 920.0146 4.0 920.0242 7.0 920.0339 5.0 920.0436 2.0 920.0532 2.0 920.0629 3.0 920.0726 13.0 920.0822 10.0 920.0919 5.0 920.1016 7.0 920.1113 2.0 920.1209 1.0 920.1306 3.0 920.1403 5.0 920.1596 8.0 920.1693 4.0 920.179 2.0 920.1886 7.0 920.1983 13.0 920.208 7.0 920.2177 2.0 920.2273 6.0 920.237 13.0 920.2467 7.0 920.2563 2.0 920.266 8.0 920.2757 10.0 920.2854 7.0 920.3047 2.0 920.3144 9.0 920.3241 13.0 920.3337 8.0 920.3434 11.0 920.3531 14.0 920.3627 12.0 920.3724 4.0 920.3821 2.0 920.3918 2.0 920.4014 5.0 920.4111 10.0 920.4208 4.0 920.4305 5.0 920.4401 3.0 920.4498 2.0 920.4595 1.0 920.4691 4.0 920.4788 2.0 920.4885 4.0 920.4982 1.0 920.5078 3.0 920.5175 4.0 920.5272 8.0 920.5369 1.0 920.5465 8.0 920.5562 1.0 920.5659 4.0 920.5852 4.0 920.5949 4.0 920.6046 2.0 920.6143 1.0 920.6336 2.0 920.6433 1.0 920.653 3.0 920.6626 4.0 920.6723 2.0 920.682 11.0 920.6917 17.0 920.7013 11.0 920.711 2.0 920.7207 5.0 920.7304 14.0 920.74 16.0 920.7497 5.0 920.7594 5.0 920.7691 5.0 920.7787 7.0 920.7884 5.0 920.7981 11.0 920.8078 17.0 920.8174 6.0 920.8271 12.0 920.8368 10.0 920.8465 8.0 920.8561 12.0 920.8658 15.0 920.8755 13.0 920.8852 6.0 920.8948 10.0 920.9045 14.0 920.9142 18.0 920.9239 3.0 920.9335 7.0 920.9432 1.0 920.9529 4.0 920.9722 2.0 920.9819 7.0 920.9916 6.0 921.0013 5.0 921.0109 11.0 921.0206 12.0 921.0303 7.0 921.04 1.0 921.0497 4.0 921.0593 3.0 921.069 10.0 921.0787 4.0 921.0884 4.0 921.098 4.0 921.1077 1.0 921.1174 3.0 921.1271 7.0 921.1367 8.0 921.1464 8.0 921.1561 10.0 921.1658 4.0 921.1755 7.0 921.1851 6.0 921.1948 2.0 921.2045 1.0 921.2238 3.0 921.2335 14.0 921.2432 18.0 921.2529 2.0 921.2626 3.0 921.2722 4.0 921.2819 4.0 921.2916 1.0 921.3013 13.0 921.3109 5.0 921.3206 10.0 921.3303 3.0 921.34 4.0 921.3497 6.0 921.3593 2.0 921.369 2.0 921.3787 5.0 921.3884 3.0 921.398 2.0 921.4077 3.0 921.4174 4.0 921.4271 6.0 921.4368 2.0 921.4464 4.0 921.4561 10.0 921.4658 3.0 921.4755 9.0 921.4852 4.0 921.4948 8.0 921.5045 16.0 921.5142 10.0 921.5239 16.0 921.5335 5.0 921.5432 1.0 921.5529 3.0 921.5626 7.0 921.5723 6.0 921.5819 6.0 921.5916 2.0 921.6013 7.0 921.611 10.0 921.6207 9.0 921.6303 4.0 921.64 5.0 921.6497 2.0 921.6594 5.0 921.6691 2.0 921.6787 5.0 921.6884 1.0 921.6981 4.0 921.7078 12.0 921.7175 8.0 921.7271 4.0 921.7368 2.0 921.7465 5.0 921.7562 1.0 921.7659 8.0 921.7755 3.0 921.7852 6.0 921.7949 10.0 921.8046 1.0 921.8143 11.0 921.8239 19.0 921.8336 10.0 921.8433 6.0 921.853 11.0 921.8627 4.0 921.8723 3.0 921.882 3.0 921.8917 3.0 921.9014 9.0 921.9111 5.0 921.9208 5.0 921.9304 7.0 921.9401 6.0 921.9498 3.0 921.9692 7.0 921.9788 5.0 921.9885 1.0 921.9982 1.0 922.0176 4.0 922.0272 2.0 922.0369 9.0 922.0466 12.0 922.0563 7.0 922.066 4.0 922.0757 7.0 922.0853 4.0 922.095 11.0 922.1047 2.0 922.1144 3.0 922.1241 4.0 922.1338 7.0 922.1434 4.0 922.1531 1.0 922.1628 3.0 922.1725 3.0 922.1822 3.0 922.1918 1.0 922.2015 4.0 922.2112 10.0 922.2209 11.0 922.2306 6.0 922.2403 7.0 922.2499 9.0 922.2596 4.0 922.2693 5.0 922.279 9.0 922.2887 7.0 922.2984 8.0 922.308 2.0 922.3177 4.0 922.3274 8.0 922.3371 4.0 922.3468 5.0 922.3565 9.0 922.3661 11.0 922.3758 4.0 922.3855 3.0 922.3952 5.0 922.4049 2.0 922.4146 13.0 922.4242 13.0 922.4339 13.0 922.4436 14.0 922.4533 4.0 922.463 6.0 922.4727 4.0 922.4823 5.0 922.492 7.0 922.5017 4.0 922.5114 7.0 922.5211 10.0 922.5308 6.0 922.5405 6.0 922.5501 6.0 922.5598 3.0 922.5695 6.0 922.5792 5.0 922.5889 11.0 922.5986 15.0 922.6082 6.0 922.6179 13.0 922.6276 5.0 922.6373 4.0 922.647 3.0 922.6567 5.0 922.6664 3.0 922.676 8.0 922.6857 4.0 922.6954 7.0 922.7051 2.0 922.7148 4.0 922.7245 2.0 922.7342 4.0 922.7438 2.0 922.7535 7.0 922.7632 3.0 922.7729 1.0 922.7826 4.0 922.7923 6.0 922.802 3.0 922.8116 10.0 922.8213 6.0 922.831 18.0 922.8407 10.0 922.8504 12.0 922.8601 11.0 922.8698 8.0 922.8794 6.0 922.8891 7.0 922.8988 7.0 922.9085 12.0 922.9182 4.0 922.9279 6.0 922.9376 5.0 922.9472 3.0 922.9569 4.0 922.9666 13.0 922.9763 8.0 922.986 10.0 922.9957 5.0 923.0054 2.0 923.0151 4.0 923.0247 2.0 923.0344 5.0 923.0441 12.0 923.0538 7.0 923.0635 1.0 923.0732 2.0 923.0829 6.0 923.0926 4.0 923.1022 3.0 923.1119 3.0 923.1216 4.0 923.1313 3.0 923.141 4.0 923.1507 1.0 923.1604 5.0 923.1701 2.0 923.1797 7.0 923.1894 7.0 923.1991 2.0 923.2088 3.0 923.2185 7.0 923.2282 6.0 923.2379 9.0 923.2476 3.0 923.2572 9.0 923.2669 15.0 923.2766 5.0 923.2863 2.0 923.296 14.0 923.3057 12.0 923.3154 8.0 923.3251 2.0 923.3348 6.0 923.3444 3.0 923.3541 7.0 923.3638 15.0 923.3735 11.0 923.3832 4.0 923.3929 2.0 923.4026 4.0 923.4123 4.0 923.422 11.0 923.4316 5.0 923.4413 5.0 923.451 1.0 923.4607 6.0 923.4704 8.0 923.4801 7.0 923.4898 4.0 923.4995 4.0 923.5092 7.0 923.5188 1.0 923.5285 1.0 923.5382 3.0 923.5479 2.0 923.5576 3.0 923.5673 6.0 923.577 2.0 923.5867 7.0 923.6061 3.0 923.6157 2.0 923.6254 2.0 923.6351 3.0 923.6448 6.0 923.6545 3.0 923.6642 4.0 923.6739 1.0 923.6836 3.0 923.6933 2.0 923.703 2.0 923.7126 3.0 923.7223 8.0 923.732 9.0 923.7417 12.0 923.7514 8.0 923.7611 5.0 923.7708 7.0 923.7805 4.0 923.7902 6.0 923.7999 6.0 923.8096 7.0 923.8192 9.0 923.8289 6.0 923.8386 7.0 923.8483 12.0 923.858 15.0 923.8677 14.0 923.8774 8.0 923.8871 6.0 923.8968 5.0 923.9065 6.0 923.9162 11.0 923.9259 3.0 923.9355 10.0 923.9452 9.0 923.9549 3.0 923.9743 6.0 923.984 6.0 923.9937 3.0 924.0034 10.0 924.0131 6.0 924.0228 4.0 924.0325 5.0 924.0422 9.0 924.0519 8.0 924.0615 5.0 924.0712 9.0 924.0809 5.0 924.0906 2.0 924.1003 8.0 924.11 5.0 924.1197 3.0 924.1294 3.0 924.1391 2.0 924.1488 3.0 924.1585 5.0 924.1682 5.0 924.1779 6.0 924.1876 4.0 924.1972 4.0 924.2069 4.0 924.2166 1.0 924.2263 4.0 924.2457 4.0 924.2554 1.0 924.2651 3.0 924.2748 4.0 924.2845 3.0 924.2942 7.0 924.3039 3.0 924.3136 13.0 924.3233 14.0 924.333 4.0 924.3426 7.0 924.3523 12.0 924.362 4.0 924.3717 5.0 924.3814 10.0 924.3911 6.0 924.4008 8.0 924.4105 4.0 924.4202 6.0 924.4299 3.0 924.4396 3.0 924.4493 6.0 924.459 8.0 924.4687 27.0 924.4784 23.0 924.4881 10.0 924.4978 16.0 924.5075 10.0 924.5171 5.0 924.5268 3.0 924.5365 8.0 924.5462 3.0 924.5656 1.0 924.5753 5.0 924.585 1.0 924.5947 8.0 924.6044 10.0 924.6141 7.0 924.6238 3.0 924.6335 4.0 924.6432 3.0 924.6529 6.0 924.6626 3.0 924.6723 6.0 924.682 5.0 924.6917 9.0 924.7014 9.0 924.7111 5.0 924.7208 2.0 924.7401 3.0 924.7498 5.0 924.7595 8.0 924.7692 4.0 924.7789 3.0 924.7886 5.0 924.7983 2.0 924.808 9.0 924.8177 20.0 924.8274 9.0 924.8371 18.0 924.8468 16.0 924.8565 14.0 924.8662 13.0 924.8759 4.0 924.8856 2.0 924.8953 3.0 924.905 3.0 924.9147 11.0 924.9244 6.0 924.9341 10.0 924.9438 9.0 924.9535 13.0 924.9632 9.0 924.9729 4.0 924.9826 2.0 924.9923 2.0 925.002 2.0 925.0117 7.0 925.0214 10.0 925.0311 5.0 925.0407 14.0 925.0504 11.0 925.0601 7.0 925.0698 1.0 925.0795 2.0 925.0892 6.0 925.0989 9.0 925.1086 4.0 925.1183 9.0 925.128 11.0 925.1377 10.0 925.1474 11.0 925.1571 10.0 925.1668 7.0 925.1765 5.0 925.1862 1.0 925.1959 3.0 925.2056 13.0 925.2153 4.0 925.225 5.0 925.2347 2.0 925.2444 7.0 925.2541 8.0 925.2638 9.0 925.2735 6.0 925.2832 11.0 925.2929 5.0 925.3026 6.0 925.3123 11.0 925.322 7.0 925.3317 2.0 925.3414 4.0 925.3511 5.0 925.3608 8.0 925.3705 6.0 925.3802 7.0 925.3899 2.0 925.3996 4.0 925.4093 5.0 925.419 4.0 925.4287 8.0 925.4384 8.0 925.4481 6.0 925.4578 3.0 925.4675 2.0 925.4772 7.0 925.4869 9.0 925.4966 3.0 925.5063 6.0 925.516 4.0 925.5257 1.0 925.5354 12.0 925.5451 4.0 925.5548 5.0 925.5645 2.0 925.5742 5.0 925.5839 4.0 925.5936 6.0 925.6033 5.0 925.613 2.0 925.6227 6.0 925.6324 9.0 925.6421 2.0 925.6518 4.0 925.6615 8.0 925.6712 5.0 925.6809 8.0 925.6906 5.0 925.7003 6.0 925.7197 4.0 925.7294 5.0 925.7488 9.0 925.7585 9.0 925.7779 3.0 925.7876 6.0 925.7973 4.0 925.807 2.0 925.8167 13.0 925.8264 5.0 925.8361 4.0 925.8458 2.0 925.8555 13.0 925.8652 13.0 925.8749 3.0 925.8846 3.0 925.8943 5.0 925.904 10.0 925.9137 7.0 925.9234 8.0 925.9331 13.0 925.9429 3.0 925.9526 6.0 925.9623 4.0 925.972 6.0 925.9817 6.0 925.9914 1.0 926.0011 4.0 926.0108 4.0 926.0205 5.0 926.0302 1.0 926.0399 2.0 926.0496 2.0 926.0593 3.0 926.0787 4.0 926.0884 4.0 926.0981 2.0 926.1078 5.0 926.1175 3.0 926.1272 4.0 926.1369 10.0 926.1466 2.0 926.1563 5.0 926.166 12.0 926.1757 2.0 926.1854 2.0 926.1951 5.0 926.2048 3.0 926.2145 3.0 926.2242 5.0 926.2339 5.0 926.2436 7.0 926.2534 3.0 926.2631 7.0 926.2728 8.0 926.2825 7.0 926.2922 5.0 926.3019 2.0 926.3116 9.0 926.3213 10.0 926.331 8.0 926.3407 12.0 926.3504 9.0 926.3601 2.0 926.3698 6.0 926.3795 2.0 926.3892 7.0 926.3989 3.0 926.4086 9.0 926.4183 9.0 926.428 3.0 926.4377 5.0 926.4474 6.0 926.4571 7.0 926.4669 3.0 926.4766 4.0 926.4863 9.0 926.496 5.0 926.5057 8.0 926.5154 5.0 926.5251 2.0 926.5348 4.0 926.5445 3.0 926.5542 6.0 926.5639 1.0 926.5736 10.0 926.5833 6.0 926.593 4.0 926.6027 5.0 926.6124 2.0 926.6221 1.0 926.6319 3.0 926.6416 3.0 926.6513 3.0 926.661 6.0 926.6707 9.0 926.6804 10.0 926.6901 2.0 926.6998 4.0 926.7095 1.0 926.7192 2.0 926.7289 6.0 926.7386 12.0 926.7483 4.0 926.758 5.0 926.7677 6.0 926.7774 3.0 926.7872 3.0 926.7969 3.0 926.8066 7.0 926.8163 10.0 926.826 24.0 926.8357 12.0 926.8454 3.0 926.8551 4.0 926.8648 11.0 926.8745 13.0 926.8842 6.0 926.8939 5.0 926.9036 16.0 926.9133 14.0 926.9231 11.0 926.9328 4.0 926.9425 2.0 926.9522 4.0 926.9619 2.0 926.9716 4.0 926.9813 8.0 926.991 14.0 927.0007 3.0 927.0104 5.0 927.0201 5.0 927.0298 5.0 927.0395 8.0 927.0493 2.0 927.059 3.0 927.0687 5.0 927.0784 2.0 927.0881 4.0 927.0978 7.0 927.1075 7.0 927.1172 2.0 927.1269 5.0 927.1366 13.0 927.1463 11.0 927.1561 10.0 927.1658 2.0 927.1755 9.0 927.1852 10.0 927.1949 6.0 927.2046 4.0 927.2143 6.0 927.224 2.0 927.2337 6.0 927.2434 2.0 927.2531 2.0 927.2629 7.0 927.2726 2.0 927.2823 6.0 927.292 8.0 927.3017 6.0 927.3114 18.0 927.3211 5.0 927.3308 1.0 927.3405 10.0 927.3502 17.0 927.3599 6.0 927.3697 12.0 927.3794 7.0 927.3891 9.0 927.3988 14.0 927.4085 5.0 927.4182 1.0 927.4279 1.0 927.4376 3.0 927.4473 4.0 927.457 3.0 927.4668 1.0 927.4765 3.0 927.4862 9.0 927.4959 10.0 927.5056 5.0 927.5153 3.0 927.525 4.0 927.5347 3.0 927.5444 3.0 927.5542 1.0 927.5639 4.0 927.5736 15.0 927.5833 6.0 927.593 1.0 927.6027 2.0 927.6124 2.0 927.6221 3.0 927.6318 4.0 927.6416 4.0 927.6513 4.0 927.661 3.0 927.6707 3.0 927.6804 13.0 927.6901 2.0 927.6998 2.0 927.7095 1.0 927.7192 4.0 927.7387 2.0 927.7484 2.0 927.7581 3.0 927.7775 3.0 927.7872 10.0 927.7969 10.0 927.8067 4.0 927.8164 6.0 927.8261 7.0 927.8358 12.0 927.8455 11.0 927.8552 10.0 927.8649 16.0 927.8746 13.0 927.8844 9.0 927.8941 7.0 927.9038 12.0 927.9135 7.0 927.9232 6.0 927.9329 9.0 927.9426 5.0 927.9523 3.0 927.9621 8.0 927.9718 8.0 927.9815 4.0 927.9912 9.0 928.0009 8.0 928.0106 6.0 928.0203 6.0 928.03 3.0 928.0398 2.0 928.0495 3.0 928.0592 2.0 928.0689 4.0 928.0786 11.0 928.0883 14.0 928.098 10.0 928.1078 11.0 928.1175 5.0 928.1272 8.0 928.1466 7.0 928.1563 5.0 928.166 4.0 928.1758 4.0 928.1855 13.0 928.1952 9.0 928.2049 3.0 928.2146 7.0 928.2243 6.0 928.234 6.0 928.2438 4.0 928.2535 2.0 928.2632 2.0 928.2729 1.0 928.2826 3.0 928.2923 4.0 928.302 1.0 928.3118 8.0 928.3215 13.0 928.3312 5.0 928.3409 14.0 928.3506 9.0 928.3603 7.0 928.37 7.0 928.3798 4.0 928.3895 5.0 928.3992 12.0 928.4089 8.0 928.4186 4.0 928.4283 3.0 928.4381 6.0 928.4478 7.0 928.4575 4.0 928.4672 6.0 928.4769 2.0 928.4866 1.0 928.4964 3.0 928.5061 3.0 928.5158 6.0 928.5255 3.0 928.5352 1.0 928.5449 10.0 928.5546 8.0 928.5644 6.0 928.5741 3.0 928.5838 2.0 928.5935 12.0 928.6032 2.0 928.6129 2.0 928.6227 2.0 928.6324 4.0 928.6421 6.0 928.6518 10.0 928.6615 4.0 928.6712 7.0 928.681 2.0 928.6907 1.0 928.7004 7.0 928.7101 9.0 928.7198 12.0 928.7295 3.0 928.7393 11.0 928.749 9.0 928.7587 4.0 928.7684 6.0 928.7781 7.0 928.7878 2.0 928.7976 1.0 928.8073 5.0 928.817 10.0 928.8267 8.0 928.8364 4.0 928.8462 14.0 928.8559 7.0 928.8656 4.0 928.8753 11.0 928.885 6.0 928.8947 12.0 928.9045 11.0 928.9142 19.0 928.9239 5.0 928.9336 1.0 928.9433 10.0 928.9531 13.0 928.9628 6.0 928.9725 1.0 928.9822 2.0 928.9919 5.0 929.0016 7.0 929.0114 9.0 929.0211 5.0 929.0308 1.0 929.0405 11.0 929.0502 6.0 929.06 6.0 929.0697 5.0 929.0794 6.0 929.0891 8.0 929.0988 8.0 929.1086 3.0 929.1183 5.0 929.128 11.0 929.1377 12.0 929.1474 2.0 929.1571 4.0 929.1669 3.0 929.1766 3.0 929.1863 3.0 929.196 3.0 929.2057 4.0 929.2155 2.0 929.2252 4.0 929.2349 3.0 929.2446 7.0 929.2543 2.0 929.2641 5.0 929.2738 7.0 929.2835 2.0 929.2932 10.0 929.3029 1.0 929.3127 3.0 929.3224 4.0 929.3321 10.0 929.3418 13.0 929.3515 8.0 929.3613 8.0 929.371 2.0 929.3807 2.0 929.3904 3.0 929.4001 4.0 929.4099 3.0 929.4196 3.0 929.4293 5.0 929.439 2.0 929.4488 4.0 929.4682 5.0 929.4779 1.0 929.4876 8.0 929.4974 8.0 929.5071 11.0 929.5168 5.0 929.5265 1.0 929.5362 4.0 929.546 9.0 929.5557 3.0 929.5654 3.0 929.5751 1.0 929.5848 5.0 929.5946 3.0 929.6043 6.0 929.614 2.0 929.6237 5.0 929.6335 3.0 929.6432 5.0 929.6529 5.0 929.6626 6.0 929.6723 7.0 929.6821 2.0 929.6918 3.0 929.7015 1.0 929.7112 4.0 929.721 5.0 929.7307 5.0 929.7404 3.0 929.7501 9.0 929.7598 7.0 929.7696 7.0 929.7793 4.0 929.789 7.0 929.7987 5.0 929.8085 4.0 929.8182 6.0 929.8279 11.0 929.8376 11.0 929.8473 12.0 929.8571 9.0 929.8668 6.0 929.8765 6.0 929.8862 4.0 929.896 3.0 929.9057 5.0 929.9154 8.0 929.9251 1.0 929.9349 4.0 929.9446 10.0 929.9543 6.0 929.964 5.0 929.9738 8.0 929.9835 14.0 929.9932 5.0 930.0029 10.0 930.0126 13.0 930.0224 7.0 930.0321 6.0 930.0418 1.0 930.0515 7.0 930.0613 10.0 930.071 18.0 930.0807 2.0 930.0904 5.0 930.1002 7.0 930.1099 2.0 930.1196 7.0 930.1293 4.0 930.1391 5.0 930.1488 7.0 930.1585 3.0 930.1682 14.0 930.178 10.0 930.1877 3.0 930.1974 5.0 930.2169 6.0 930.2266 7.0 930.2363 1.0 930.246 12.0 930.2558 15.0 930.2655 6.0 930.2752 1.0 930.2849 5.0 930.2947 1.0 930.3044 7.0 930.3141 7.0 930.3238 2.0 930.3336 3.0 930.3433 5.0 930.353 3.0 930.3627 7.0 930.3725 2.0 930.3822 2.0 930.3919 5.0 930.4016 9.0 930.4114 2.0 930.4211 10.0 930.4308 14.0 930.4405 4.0 930.4503 3.0 930.46 7.0 930.4697 9.0 930.4794 3.0 930.4892 2.0 930.4989 3.0 930.5086 2.0 930.5184 4.0 930.5281 4.0 930.5378 4.0 930.5475 5.0 930.5573 1.0 930.567 1.0 930.5767 5.0 930.5864 9.0 930.5962 8.0 930.6059 5.0 930.6156 13.0 930.6253 8.0 930.6351 3.0 930.6448 3.0 930.6545 10.0 930.6643 13.0 930.674 11.0 930.6837 5.0 930.6934 4.0 930.7032 1.0 930.7129 7.0 930.7226 6.0 930.7323 4.0 930.7421 4.0 930.7518 9.0 930.7615 3.0 930.7713 6.0 930.781 16.0 930.7907 10.0 930.8004 14.0 930.8102 7.0 930.8199 10.0 930.8296 12.0 930.8394 8.0 930.8491 14.0 930.8588 11.0 930.8685 4.0 930.8783 14.0 930.888 12.0 930.8977 8.0 930.9075 18.0 930.9172 12.0 930.9269 7.0 930.9366 8.0 930.9464 7.0 930.9561 4.0 930.9658 3.0 930.9756 4.0 930.9853 7.0 930.995 5.0 931.0047 3.0 931.0145 4.0 931.0242 4.0 931.0339 12.0 931.0437 6.0 931.0534 3.0 931.0631 4.0 931.0728 5.0 931.0826 1.0 931.0923 1.0 931.102 2.0 931.1118 5.0 931.1215 2.0 931.1312 4.0 931.141 1.0 931.1604 5.0 931.1701 2.0 931.1799 5.0 931.1896 6.0 931.1993 7.0 931.2091 7.0 931.2188 13.0 931.2285 4.0 931.2383 4.0 931.248 7.0 931.2577 5.0 931.2674 2.0 931.2772 8.0 931.2869 9.0 931.2966 12.0 931.3064 11.0 931.3161 8.0 931.3258 9.0 931.3356 8.0 931.3453 3.0 931.355 4.0 931.3648 7.0 931.3745 8.0 931.3842 3.0 931.3939 4.0 931.4037 1.0 931.4134 1.0 931.4231 2.0 931.4329 6.0 931.4426 10.0 931.4523 13.0 931.4621 5.0 931.4718 3.0 931.4815 5.0 931.4913 4.0 931.501 2.0 931.5107 7.0 931.5302 4.0 931.5399 6.0 931.5496 6.0 931.5594 5.0 931.5691 5.0 931.5788 9.0 931.5886 5.0 931.5983 3.0 931.6178 8.0 931.6275 10.0 931.6372 8.0 931.647 7.0 931.6567 4.0 931.6664 7.0 931.6762 7.0 931.6859 3.0 931.6956 3.0 931.7054 1.0 931.7151 3.0 931.7248 7.0 931.7346 10.0 931.7443 1.0 931.754 2.0 931.7638 7.0 931.7735 4.0 931.7832 1.0 931.793 6.0 931.8027 5.0 931.8124 6.0 931.8222 11.0 931.8319 9.0 931.8416 6.0 931.8514 11.0 931.8611 19.0 931.8708 5.0 931.8806 2.0 931.8903 10.0 931.9 9.0 931.9098 9.0 931.9195 7.0 931.9292 12.0 931.939 12.0 931.9487 14.0 931.9584 9.0 931.9682 11.0 931.9779 7.0 931.9876 5.0 931.9974 6.0 932.0071 5.0 932.0168 8.0 932.0266 5.0 932.0363 4.0 932.046 7.0 932.0558 11.0 932.0655 10.0 932.0752 13.0 932.085 14.0 932.0947 6.0 932.1045 7.0 932.1142 10.0 932.1239 12.0 932.1337 6.0 932.1434 11.0 932.1531 15.0 932.1629 7.0 932.1726 6.0 932.1823 3.0 932.2018 3.0 932.2115 8.0 932.2213 7.0 932.231 4.0 932.2407 8.0 932.2505 9.0 932.2602 2.0 932.2699 6.0 932.2797 8.0 932.2894 7.0 932.2992 7.0 932.3089 8.0 932.3186 4.0 932.3284 9.0 932.3381 13.0 932.3478 5.0 932.3576 4.0 932.3673 5.0 932.377 10.0 932.3868 10.0 932.3965 2.0 932.4063 5.0 932.416 1.0 932.4257 5.0 932.4355 3.0 932.4452 6.0 932.4549 6.0 932.4647 4.0 932.4744 6.0 932.4841 3.0 932.4939 5.0 932.5036 8.0 932.5134 5.0 932.5231 6.0 932.5328 4.0 932.5426 3.0 932.5523 3.0 932.562 3.0 932.5718 5.0 932.5815 3.0 932.5913 2.0 932.601 4.0 932.6107 6.0 932.6205 1.0 932.6302 2.0 932.6399 7.0 932.6497 6.0 932.6594 1.0 932.6692 7.0 932.6789 4.0 932.6886 1.0 932.6984 6.0 932.7081 3.0 932.7178 5.0 932.7276 4.0 932.7373 1.0 932.7471 3.0 932.7568 5.0 932.7665 7.0 932.7763 7.0 932.786 16.0 932.7958 16.0 932.8055 5.0 932.8152 14.0 932.825 13.0 932.8347 9.0 932.8444 16.0 932.8542 16.0 932.8639 4.0 932.8737 9.0 932.8834 8.0 932.8931 4.0 932.9029 2.0 932.9126 2.0 932.9321 9.0 932.9418 7.0 932.9516 8.0 932.9613 8.0 932.9711 6.0 932.9808 5.0 932.9905 1.0 933.0003 4.0 933.01 5.0 933.0197 3.0 933.0295 6.0 933.0392 5.0 933.049 2.0 933.0587 3.0 933.0684 3.0 933.0782 3.0 933.0879 5.0 933.0977 6.0 933.1171 4.0 933.1269 2.0 933.1366 4.0 933.1464 4.0 933.1561 3.0 933.1658 7.0 933.1756 3.0 933.1853 9.0 933.1951 5.0 933.2048 8.0 933.2146 4.0 933.2243 1.0 933.234 9.0 933.2438 13.0 933.2535 2.0 933.2633 5.0 933.273 2.0 933.2827 8.0 933.2925 2.0 933.3022 3.0 933.312 2.0 933.3217 4.0 933.3314 11.0 933.3412 5.0 933.3509 4.0 933.3607 4.0 933.3704 5.0 933.3801 19.0 933.3899 18.0 933.3996 8.0 933.4094 8.0 933.4191 4.0 933.4289 10.0 933.4386 8.0 933.4483 5.0 933.4581 2.0 933.4678 3.0 933.4776 2.0 933.4873 1.0 933.5068 5.0 933.5165 6.0 933.5263 7.0 933.536 4.0 933.5458 3.0 933.5555 3.0 933.5652 1.0 933.575 4.0 933.5847 6.0 933.5945 10.0 933.6042 5.0 933.614 2.0 933.6237 6.0 933.6334 8.0 933.6432 2.0 933.6529 1.0 933.6627 2.0 933.6724 6.0 933.6822 8.0 933.6919 3.0 933.7016 9.0 933.7114 2.0 933.7211 2.0 933.7309 5.0 933.7406 3.0 933.7504 6.0 933.7601 12.0 933.7699 10.0 933.7796 8.0 933.7893 17.0 933.7991 17.0 933.8088 7.0 933.8186 11.0 933.8283 8.0 933.8381 7.0 933.8478 18.0 933.8575 9.0 933.8673 7.0 933.877 3.0 933.8868 5.0 933.8965 3.0 933.9063 5.0 933.916 4.0 933.9258 19.0 933.9355 15.0 933.9452 4.0 933.955 5.0 933.9647 8.0 933.9745 5.0 933.9842 2.0 933.994 2.0 934.0037 3.0 934.0135 7.0 934.0232 1.0 934.0329 3.0 934.0427 3.0 934.0524 5.0 934.0622 5.0 934.0719 4.0 934.0817 5.0 934.0914 5.0 934.1012 10.0 934.1109 4.0 934.1207 1.0 934.1304 9.0 934.1401 7.0 934.1499 9.0 934.1596 10.0 934.1791 7.0 934.1889 2.0 934.1986 2.0 934.2084 2.0 934.2181 1.0 934.2279 7.0 934.2376 6.0 934.2473 6.0 934.2571 4.0 934.2668 1.0 934.2766 2.0 934.2863 7.0 934.2961 4.0 934.3058 3.0 934.3156 12.0 934.3253 8.0 934.3351 10.0 934.3448 3.0 934.3546 9.0 934.3643 4.0 934.3741 2.0 934.3838 3.0 934.3935 2.0 934.4033 8.0 934.413 5.0 934.4228 3.0 934.4325 3.0 934.4423 5.0 934.452 3.0 934.4618 12.0 934.4715 12.0 934.4813 5.0 934.491 4.0 934.5008 4.0 934.5105 8.0 934.5203 3.0 934.53 2.0 934.5398 12.0 934.5495 4.0 934.5592 2.0 934.569 1.0 934.5787 4.0 934.5885 6.0 934.5982 13.0 934.608 12.0 934.6177 6.0 934.6275 6.0 934.6372 10.0 934.647 4.0 934.6567 3.0 934.6665 2.0 934.6762 5.0 934.686 5.0 934.6957 4.0 934.7055 9.0 934.7152 3.0 934.725 4.0 934.7347 7.0 934.7445 4.0 934.7542 10.0 934.764 5.0 934.7737 5.0 934.7835 14.0 934.7932 12.0 934.803 7.0 934.8127 3.0 934.8225 4.0 934.8322 8.0 934.842 13.0 934.8517 7.0 934.8615 4.0 934.8712 22.0 934.8809 11.0 934.8907 6.0 934.9004 10.0 934.9102 7.0 934.9199 9.0 934.9297 9.0 934.9394 11.0 934.9492 13.0 934.9589 8.0 934.9687 6.0 934.9784 3.0 934.9882 2.0 934.9979 11.0 935.0077 9.0 935.0174 8.0 935.0272 6.0 935.0369 4.0 935.0467 3.0 935.0564 6.0 935.0662 6.0 935.0759 15.0 935.0857 8.0 935.0954 3.0 935.1052 1.0 935.1149 8.0 935.1247 3.0 935.1345 2.0 935.1442 3.0 935.154 9.0 935.1637 7.0 935.1735 17.0 935.1832 7.0 935.193 7.0 935.2027 6.0 935.2125 9.0 935.2222 2.0 935.232 4.0 935.2417 2.0 935.2515 6.0 935.2612 4.0 935.271 17.0 935.2807 9.0 935.2905 6.0 935.3002 2.0 935.31 5.0 935.3197 5.0 935.3295 8.0 935.3392 2.0 935.349 3.0 935.3587 5.0 935.3685 5.0 935.3782 2.0 935.388 7.0 935.3977 3.0 935.4075 5.0 935.4172 14.0 935.427 9.0 935.4367 1.0 935.4563 6.0 935.466 5.0 935.4758 4.0 935.4953 4.0 935.505 4.0 935.5148 7.0 935.5245 5.0 935.5343 6.0 935.544 4.0 935.5538 8.0 935.5635 16.0 935.5733 9.0 935.583 9.0 935.5928 1.0 935.6025 4.0 935.6123 5.0 935.6221 1.0 935.6318 5.0 935.6416 3.0 935.6513 9.0 935.6611 11.0 935.6708 10.0 935.6806 9.0 935.6903 4.0 935.7001 3.0 935.7098 4.0 935.7196 1.0 935.7293 5.0 935.7391 5.0 935.7488 3.0 935.7586 8.0 935.7684 11.0 935.7781 9.0 935.7879 8.0 935.7976 9.0 935.8074 10.0 935.8171 8.0 935.8269 7.0 935.8366 11.0 935.8464 11.0 935.8561 7.0 935.8659 8.0 935.8757 14.0 935.8854 12.0 935.8952 13.0 935.9049 3.0 935.9147 3.0 935.9244 10.0 935.9342 4.0 935.9439 3.0 935.9537 6.0 935.9634 10.0 935.9732 10.0 935.983 9.0 935.9927 5.0 936.0025 6.0 936.0122 6.0 936.022 5.0 936.0317 4.0 936.0415 3.0 936.0512 6.0 936.061 5.0 936.0708 6.0 936.0805 8.0 936.0903 5.0 936.1 9.0 936.1098 5.0 936.1195 2.0 936.1293 3.0 936.139 1.0 936.1488 7.0 936.1586 5.0 936.1683 7.0 936.1878 5.0 936.1976 9.0 936.2073 2.0 936.2171 4.0 936.2269 8.0 936.2464 4.0 936.2561 8.0 936.2659 8.0 936.2756 7.0 936.2854 11.0 936.2951 5.0 936.3049 4.0 936.3147 6.0 936.3244 8.0 936.3342 2.0 936.3537 9.0 936.3634 12.0 936.3732 6.0 936.383 4.0 936.3927 2.0 936.4025 2.0 936.4122 1.0 936.422 4.0 936.4317 6.0 936.4415 6.0 936.4513 2.0 936.461 3.0 936.4708 7.0 936.4805 3.0 936.4903 4.0 936.5001 2.0 936.5098 2.0 936.5196 3.0 936.5293 2.0 936.5391 3.0 936.5488 7.0 936.5586 2.0 936.5684 2.0 936.5781 2.0 936.5879 3.0 936.5976 4.0 936.6171 3.0 936.6269 2.0 936.6367 3.0 936.6464 4.0 936.6562 10.0 936.6659 9.0 936.6757 3.0 936.6855 9.0 936.6952 6.0 936.705 5.0 936.7147 8.0 936.7245 10.0 936.7343 11.0 936.744 5.0 936.7538 6.0 936.7635 3.0 936.7733 11.0 936.7831 12.0 936.7928 24.0 936.8026 24.0 936.8123 20.0 936.8221 24.0 936.8318 14.0 936.8416 13.0 936.8514 14.0 936.8611 9.0 936.8709 12.0 936.8806 20.0 936.8904 21.0 936.9002 10.0 936.9099 9.0 936.9197 9.0 936.9294 2.0 936.9392 7.0 936.949 11.0 936.9587 12.0 936.9685 13.0 936.9782 6.0 936.988 7.0 936.9978 10.0 937.0075 8.0 937.0173 4.0 937.0271 8.0 937.0368 9.0 937.0466 7.0 937.0563 5.0 937.0661 6.0 937.0759 8.0 937.0954 16.0 937.1051 22.0 937.1149 15.0 937.1247 7.0 937.1344 4.0 937.1539 2.0 937.1637 3.0 937.1735 10.0 937.1832 6.0 937.193 5.0 937.2028 2.0 937.2125 3.0 937.2223 10.0 937.232 2.0 937.2418 9.0 937.2516 5.0 937.2613 3.0 937.2711 4.0 937.2808 6.0 937.2906 5.0 937.3004 12.0 937.3101 3.0 937.3199 2.0 937.3297 4.0 937.3394 9.0 937.3492 3.0 937.3589 4.0 937.3785 7.0 937.3882 4.0 937.398 6.0 937.4078 6.0 937.4175 2.0 937.4273 1.0 937.437 3.0 937.4468 2.0 937.4566 2.0 937.4663 4.0 937.4761 5.0 937.4859 3.0 937.4956 6.0 937.5054 4.0 937.5151 7.0 937.5249 7.0 937.5347 1.0 937.5444 1.0 937.5542 7.0 937.564 5.0 937.5737 8.0 937.5835 5.0 937.603 3.0 937.6128 14.0 937.6225 2.0 937.6323 2.0 937.6421 4.0 937.6518 1.0 937.6616 9.0 937.6714 7.0 937.6811 7.0 937.6909 6.0 937.7007 5.0 937.7104 5.0 937.7202 2.0 937.7299 5.0 937.7397 3.0 937.7495 3.0 937.7592 8.0 937.769 1.0 937.7788 5.0 937.7885 5.0 937.7983 8.0 937.8081 6.0 937.8178 5.0 937.8276 6.0 937.8374 10.0 937.8471 16.0 937.8569 9.0 937.8667 8.0 937.8764 14.0 937.8862 9.0 937.8959 7.0 937.9057 8.0 937.9155 7.0 937.9252 3.0 937.935 4.0 937.9448 3.0 937.9545 3.0 937.9643 2.0 937.9741 3.0 937.9838 4.0 937.9936 11.0 938.0034 5.0 938.0131 4.0 938.0229 8.0 938.0327 9.0 938.0424 8.0 938.0522 5.0 938.062 13.0 938.0717 6.0 938.0815 6.0 938.0913 1.0 938.101 2.0 938.1108 2.0 938.1206 5.0 938.1303 5.0 938.1401 1.0 938.1499 5.0 938.1596 10.0 938.1694 9.0 938.1792 1.0 938.1889 7.0 938.1987 2.0 938.2085 9.0 938.2182 10.0 938.228 8.0 938.2378 10.0 938.2671 6.0 938.2768 4.0 938.2866 3.0 938.2964 6.0 938.3061 8.0 938.3159 9.0 938.3257 7.0 938.3354 7.0 938.3452 6.0 938.355 7.0 938.3647 5.0 938.3843 4.0 938.394 5.0 938.4038 1.0 938.4136 2.0 938.4233 3.0 938.4331 6.0 938.4429 8.0 938.4526 2.0 938.4624 3.0 938.4722 2.0 938.482 2.0 938.4917 6.0 938.5015 5.0 938.5113 5.0 938.521 7.0 938.5308 12.0 938.5406 2.0 938.5503 3.0 938.5601 3.0 938.5699 3.0 938.5796 2.0 938.5894 1.0 938.5992 2.0 938.6089 2.0 938.6187 1.0 938.6285 2.0 938.6383 3.0 938.6578 1.0 938.6773 2.0 938.6871 10.0 938.6969 8.0 938.7066 7.0 938.7164 8.0 938.7262 5.0 938.7359 3.0 938.7457 6.0 938.7555 4.0 938.7653 7.0 938.775 9.0 938.7848 9.0 938.7946 5.0 938.8043 7.0 938.8141 8.0 938.8239 15.0 938.8336 5.0 938.8434 10.0 938.8532 16.0 938.863 4.0 938.8727 3.0 938.8825 8.0 938.8923 15.0 938.902 6.0 938.9118 7.0 938.9216 6.0 938.9313 9.0 938.9411 5.0 938.9509 9.0 938.9607 1.0 938.9704 5.0 938.9802 8.0 938.99 2.0 938.9997 6.0 939.0095 1.0 939.0193 6.0 939.0291 3.0 939.0388 8.0 939.0486 11.0 939.0584 9.0 939.0681 7.0 939.0779 5.0 939.0877 10.0 939.0975 15.0 939.1072 7.0 939.117 8.0 939.1268 8.0 939.1365 7.0 939.1463 9.0 939.1561 3.0 939.1659 6.0 939.1756 3.0 939.1854 9.0 939.1952 2.0 939.2049 5.0 939.2147 9.0 939.2245 6.0 939.2343 1.0 939.244 8.0 939.2538 5.0 939.2636 2.0 939.2733 7.0 939.2831 3.0 939.2929 5.0 939.3027 4.0 939.3124 7.0 939.3222 2.0 939.332 8.0 939.3418 7.0 939.3515 8.0 939.3613 13.0 939.3711 15.0 939.3808 9.0 939.3906 5.0 939.4004 5.0 939.4102 7.0 939.4199 7.0 939.4297 9.0 939.4395 2.0 939.4493 6.0 939.459 6.0 939.4688 6.0 939.4786 5.0 939.4884 6.0 939.4981 6.0 939.5079 4.0 939.5177 4.0 939.5274 3.0 939.5372 1.0 939.547 2.0 939.5568 2.0 939.5665 3.0 939.5763 10.0 939.5861 5.0 939.5959 7.0 939.6056 8.0 939.6154 5.0 939.6252 2.0 939.635 6.0 939.6447 8.0 939.6545 2.0 939.6643 7.0 939.6741 6.0 939.6838 1.0 939.6936 3.0 939.7034 3.0 939.7132 4.0 939.7229 2.0 939.7327 4.0 939.7425 3.0 939.7523 4.0 939.762 9.0 939.7718 11.0 939.7816 9.0 939.7914 18.0 939.8011 15.0 939.8109 12.0 939.8207 5.0 939.8305 4.0 939.8402 6.0 939.85 11.0 939.8598 19.0 939.8696 23.0 939.8793 19.0 939.8891 7.0 939.8989 13.0 939.9087 12.0 939.9184 5.0 939.9282 3.0 939.938 5.0 939.9478 3.0 939.9575 11.0 939.9673 13.0 939.9771 9.0 939.9869 9.0 939.9966 5.0 940.0064 5.0 940.0162 7.0 940.026 2.0 940.0358 6.0 940.0455 11.0 940.0553 3.0 940.0651 3.0 940.0749 5.0 940.0846 4.0 940.0944 9.0 940.1042 2.0 940.114 12.0 940.1237 6.0 940.1335 8.0 940.1433 4.0 940.1531 8.0 940.1628 3.0 940.1726 8.0 940.1824 5.0 940.1922 5.0 940.202 11.0 940.2117 10.0 940.2215 7.0 940.2313 8.0 940.2411 4.0 940.2508 1.0 940.2606 1.0 940.2704 4.0 940.2802 4.0 940.29 5.0 940.2997 6.0 940.3095 7.0 940.3193 1.0 940.3291 2.0 940.3388 6.0 940.3486 5.0 940.3584 11.0 940.3682 2.0 940.378 1.0 940.3877 7.0 940.3975 2.0 940.4073 5.0 940.4171 5.0 940.4268 7.0 940.4366 1.0 940.4464 5.0 940.4562 5.0 940.466 5.0 940.4757 2.0 940.4855 7.0 940.4953 8.0 940.5051 19.0 940.5149 7.0 940.5246 8.0 940.5344 5.0 940.5442 1.0 940.554 5.0 940.5638 12.0 940.5735 4.0 940.5833 4.0 940.5931 5.0 940.6029 5.0 940.6126 3.0 940.6322 4.0 940.642 1.0 940.6518 3.0 940.6615 3.0 940.6713 6.0 940.6811 12.0 940.6909 2.0 940.7007 9.0 940.7104 5.0 940.7202 2.0 940.73 3.0 940.7398 3.0 940.7496 2.0 940.7593 5.0 940.7691 13.0 940.7789 25.0 940.7887 6.0 940.7985 2.0 940.8082 3.0 940.818 4.0 940.8278 17.0 940.8376 14.0 940.8474 17.0 940.8571 6.0 940.8669 7.0 940.8767 13.0 940.8865 6.0 940.8963 1.0 940.9061 2.0 940.9158 11.0 940.9256 4.0 940.9354 2.0 940.9452 3.0 940.955 10.0 940.9647 13.0 940.9745 5.0 940.9843 6.0 940.9941 10.0 941.0039 3.0 941.0136 6.0 941.0234 8.0 941.0332 4.0 941.043 4.0 941.0528 14.0 941.0626 7.0 941.0723 4.0 941.0821 2.0 941.0919 9.0 941.1017 9.0 941.1115 3.0 941.1212 5.0 941.131 3.0 941.1506 3.0 941.1604 4.0 941.1702 2.0 941.1799 4.0 941.1897 1.0 941.1995 4.0 941.2093 3.0 941.2191 4.0 941.2288 3.0 941.2386 7.0 941.2484 7.0 941.2582 7.0 941.268 3.0 941.2778 4.0 941.2875 9.0 941.2973 3.0 941.3071 7.0 941.3169 2.0 941.3267 6.0 941.3365 1.0 941.3462 4.0 941.356 4.0 941.3658 4.0 941.3756 6.0 941.3854 14.0 941.3952 6.0 941.4049 2.0 941.4147 6.0 941.4245 3.0 941.4343 3.0 941.4441 6.0 941.4539 6.0 941.4636 7.0 941.4734 6.0 941.4832 1.0 941.493 5.0 941.5028 2.0 941.5126 4.0 941.5224 2.0 941.5321 1.0 941.5419 11.0 941.5517 12.0 941.5615 8.0 941.5713 2.0 941.5811 3.0 941.5908 1.0 941.6006 3.0 941.6104 2.0 941.6202 2.0 941.63 3.0 941.6398 5.0 941.6495 1.0 941.6593 1.0 941.6691 2.0 941.6887 6.0 941.6985 12.0 941.7083 3.0 941.718 5.0 941.7278 2.0 941.7376 5.0 941.7474 3.0 941.7572 3.0 941.767 4.0 941.7768 2.0 941.7865 3.0 941.7963 6.0 941.8061 6.0 941.8159 3.0 941.8257 5.0 941.8355 3.0 941.8453 14.0 941.855 9.0 941.8648 7.0 941.8746 3.0 941.8844 6.0 941.8942 11.0 941.904 7.0 941.9138 17.0 941.9235 24.0 941.9333 17.0 941.9431 3.0 941.9529 4.0 941.9627 5.0 941.9725 4.0 941.9823 11.0 941.992 9.0 942.0018 9.0 942.0116 4.0 942.0214 3.0 942.0312 4.0 942.041 2.0 942.0508 4.0 942.0606 8.0 942.0703 5.0 942.0801 4.0 942.0899 7.0 942.0997 11.0 942.1095 5.0 942.1193 2.0 942.1291 13.0 942.1389 5.0 942.1486 6.0 942.1584 2.0 942.1682 4.0 942.178 2.0 942.1878 6.0 942.1976 3.0 942.2074 6.0 942.2172 2.0 942.2269 1.0 942.2367 4.0 942.2465 11.0 942.2563 5.0 942.2661 8.0 942.2759 5.0 942.2857 3.0 942.2955 4.0 942.3052 9.0 942.315 15.0 942.3248 6.0 942.3346 3.0 942.3444 6.0 942.3542 4.0 942.364 3.0 942.3738 3.0 942.3836 3.0 942.3933 3.0 942.4031 6.0 942.4129 9.0 942.4227 6.0 942.4325 5.0 942.4423 3.0 942.4521 6.0 942.4619 2.0 942.4717 10.0 942.4814 2.0 942.4912 6.0 942.501 4.0 942.5108 2.0 942.5206 2.0 942.5304 8.0 942.5402 7.0 942.55 5.0 942.5598 3.0 942.5695 2.0 942.5793 3.0 942.5891 2.0 942.5989 1.0 942.6087 4.0 942.6185 5.0 942.6283 2.0 942.6381 8.0 942.6479 9.0 942.6577 2.0 942.6674 2.0 942.6772 3.0 942.687 4.0 942.6968 5.0 942.7066 7.0 942.7164 6.0 942.7262 10.0 942.736 1.0 942.7458 4.0 942.7556 7.0 942.7654 7.0 942.7751 18.0 942.7849 9.0 942.7947 2.0 942.8045 4.0 942.8143 9.0 942.8241 7.0 942.8339 6.0 942.8437 2.0 942.8535 2.0 942.8633 13.0 942.8731 12.0 942.8828 20.0 942.8926 13.0 942.9024 12.0 942.9122 3.0 942.922 4.0 942.9318 9.0 942.9416 5.0 942.9514 2.0 942.9612 7.0 942.971 6.0 942.9808 7.0 942.9905 9.0 943.0003 6.0 943.0101 6.0 943.0199 13.0 943.0297 5.0 943.0395 5.0 943.0493 7.0 943.0591 12.0 943.0689 17.0 943.0787 12.0 943.0885 12.0 943.0983 8.0 943.1081 3.0 943.1178 1.0 943.1276 6.0 943.1374 3.0 943.1472 3.0 943.157 4.0 943.1668 5.0 943.1766 1.0 943.1864 6.0 943.1962 1.0 943.206 3.0 943.2158 3.0 943.2256 6.0 943.2354 10.0 943.2452 11.0 943.2549 3.0 943.2647 6.0 943.2745 8.0 943.2843 3.0 943.2941 3.0 943.3039 4.0 943.3137 5.0 943.3235 13.0 943.3333 6.0 943.3431 10.0 943.3529 6.0 943.3627 3.0 943.3725 2.0 943.3823 3.0 943.3921 7.0 943.4019 3.0 943.4116 2.0 943.4214 2.0 943.4312 5.0 943.441 7.0 943.4508 4.0 943.4606 4.0 943.4704 9.0 943.4802 3.0 943.49 6.0 943.4998 7.0 943.5096 5.0 943.5194 5.0 943.539 6.0 943.5488 4.0 943.5586 11.0 943.5684 6.0 943.5782 3.0 943.5879 1.0 943.5977 4.0 943.6075 3.0 943.6173 9.0 943.6271 8.0 943.6369 7.0 943.6565 3.0 943.6663 4.0 943.6761 3.0 943.6859 4.0 943.6957 3.0 943.7055 12.0 943.7153 5.0 943.7251 1.0 943.7349 6.0 943.7447 10.0 943.7545 8.0 943.7643 8.0 943.7741 2.0 943.7839 7.0 943.7937 8.0 943.8034 17.0 943.8132 22.0 943.823 11.0 943.8328 10.0 943.8426 9.0 943.8524 5.0 943.8622 12.0 943.872 21.0 943.8818 12.0 943.8916 22.0 943.9014 9.0 943.9112 10.0 943.921 4.0 943.9308 13.0 943.9406 4.0 943.9504 6.0 943.97 5.0 943.9798 12.0 943.9896 10.0 943.9994 4.0 944.0092 8.0 944.019 18.0 944.0288 14.0 944.0386 5.0 944.0484 5.0 944.0582 4.0 944.068 6.0 944.0778 3.0 944.0876 2.0 944.0974 6.0 944.1071 6.0 944.1169 10.0 944.1267 3.0 944.1365 1.0 944.1463 6.0 944.1561 14.0 944.1659 12.0 944.1757 6.0 944.1855 2.0 944.1953 1.0 944.2051 1.0 944.2247 4.0 944.2345 2.0 944.2443 4.0 944.2541 4.0 944.2639 4.0 944.2737 3.0 944.2835 5.0 944.2933 1.0 944.3031 3.0 944.3129 3.0 944.3227 1.0 944.3325 8.0 944.3423 3.0 944.3521 4.0 944.3619 10.0 944.3717 10.0 944.3815 4.0 944.3913 7.0 944.4011 14.0 944.4109 14.0 944.4207 12.0 944.4305 14.0 944.4403 9.0 944.4501 9.0 944.4599 1.0 944.4697 6.0 944.4795 5.0 944.4893 6.0 944.4991 2.0 944.5089 3.0 944.5187 3.0 944.5285 2.0 944.5383 6.0 944.5481 6.0 944.5579 3.0 944.5677 3.0 944.5775 3.0 944.5873 5.0 944.5971 2.0 944.6167 4.0 944.6265 5.0 944.6363 6.0 944.6461 2.0 944.6559 2.0 944.6657 3.0 944.6755 4.0 944.6853 12.0 944.6951 6.0 944.7049 9.0 944.7147 9.0 944.7245 2.0 944.7343 6.0 944.7441 2.0 944.7539 4.0 944.7637 3.0 944.7735 4.0 944.7833 5.0 944.7931 6.0 944.8029 10.0 944.8127 7.0 944.8225 7.0 944.8323 14.0 944.8421 6.0 944.8519 11.0 944.8617 13.0 944.8715 6.0 944.8813 2.0 944.8911 11.0 944.9009 12.0 944.9107 6.0 944.9205 6.0 944.9303 11.0 944.9401 11.0 944.9499 2.0 944.9597 11.0 944.9695 14.0 944.9793 3.0 944.9891 5.0 944.9989 4.0 945.0087 7.0 945.0186 11.0 945.0284 2.0 945.0382 5.0 945.048 4.0 945.0578 6.0 945.0676 11.0 945.0774 4.0 945.0872 4.0 945.097 10.0 945.1068 5.0 945.1166 5.0 945.1264 10.0 945.1362 4.0 945.146 5.0 945.1558 8.0 945.1754 6.0 945.1852 8.0 945.195 9.0 945.2048 10.0 945.2146 4.0 945.2244 2.0 945.2342 5.0 945.244 1.0 945.2538 11.0 945.2636 11.0 945.2734 7.0 945.2832 14.0 945.293 9.0 945.3028 4.0 945.3126 2.0 945.3224 6.0 945.3323 3.0 945.3421 3.0 945.3519 7.0 945.3617 16.0 945.3715 3.0 945.3813 4.0 945.3911 8.0 945.4009 6.0 945.4107 1.0 945.4205 4.0 945.4303 2.0 945.4401 3.0 945.4499 4.0 945.4597 3.0 945.4695 3.0 945.4793 8.0 945.4891 6.0 945.4989 7.0 945.5087 11.0 945.5185 5.0 945.5283 1.0 945.5382 1.0 945.548 2.0 945.5578 7.0 945.5676 8.0 945.5774 5.0 945.5872 2.0 945.597 7.0 945.6068 2.0 945.6166 1.0 945.6264 3.0 945.6362 8.0 945.646 5.0 945.6558 1.0 945.6656 3.0 945.6754 2.0 945.6852 5.0 945.695 5.0 945.7147 1.0 945.7245 3.0 945.7343 2.0 945.7441 4.0 945.7539 6.0 945.7637 3.0 945.7735 3.0 945.7833 2.0 945.7931 6.0 945.8029 4.0 945.8127 7.0 945.8225 3.0 945.8323 4.0 945.8421 4.0 945.8519 5.0 945.8617 13.0 945.8716 15.0 945.8814 15.0 945.8912 6.0 945.901 7.0 945.9108 6.0 945.9206 5.0 945.9304 12.0 945.9402 9.0 945.95 9.0 945.9598 9.0 945.9696 9.0 945.9794 8.0 945.9892 5.0 945.999 5.0 946.0089 3.0 946.0187 10.0 946.0285 3.0 946.0383 5.0 946.0481 1.0 946.0579 1.0 946.0677 3.0 946.0775 6.0 946.0873 7.0 946.0971 1.0 946.1069 2.0 946.1167 3.0 946.1364 3.0 946.1462 3.0 946.156 14.0 946.1658 11.0 946.1756 12.0 946.1854 4.0 946.1952 8.0 946.205 6.0 946.2148 12.0 946.2246 14.0 946.2344 8.0 946.2443 9.0 946.2541 6.0 946.2639 7.0 946.2737 4.0 946.2835 4.0 946.2933 1.0 946.3031 1.0 946.3129 4.0 946.3227 6.0 946.3325 3.0 946.3423 1.0 946.3522 3.0 946.362 1.0 946.3718 2.0 946.3816 5.0 946.3914 8.0 946.4012 10.0 946.411 8.0 946.4208 11.0 946.4306 13.0 946.4404 12.0 946.4502 13.0 946.4601 3.0 946.4699 1.0 946.4797 5.0 946.4895 4.0 946.4993 2.0 946.5091 4.0 946.5189 8.0 946.5287 10.0 946.5385 4.0 946.5483 2.0 946.5582 5.0 946.568 6.0 946.5778 9.0 946.5876 7.0 946.5974 3.0 946.6072 4.0 946.617 5.0 946.6268 2.0 946.6366 3.0 946.6465 3.0 946.6563 7.0 946.6661 8.0 946.6759 2.0 946.6857 9.0 946.6955 3.0 946.7053 6.0 946.7151 5.0 946.7249 8.0 946.7348 6.0 946.7446 3.0 946.7544 8.0 946.7642 6.0 946.774 9.0 946.7838 10.0 946.7936 8.0 946.8034 7.0 946.8132 9.0 946.8231 6.0 946.8329 12.0 946.8427 15.0 946.8525 11.0 946.8623 13.0 946.8721 14.0 946.8819 16.0 946.8917 13.0 946.9016 9.0 946.9114 15.0 946.9212 18.0 946.931 19.0 946.9408 5.0 946.9506 2.0 946.9604 8.0 946.9702 11.0 946.9801 14.0 946.9899 12.0 946.9997 11.0 947.0095 13.0 947.0193 4.0 947.0291 9.0 947.0389 4.0 947.0487 12.0 947.0586 2.0 947.0684 4.0 947.0782 5.0 947.088 4.0 947.0978 6.0 947.1076 5.0 947.1174 3.0 947.1272 7.0 947.1371 5.0 947.1469 1.0 947.1567 3.0 947.1665 3.0 947.1763 3.0 947.1861 5.0 947.1959 6.0 947.2058 4.0 947.2156 4.0 947.2254 4.0 947.2352 4.0 947.245 20.0 947.2548 13.0 947.2646 2.0 947.2745 1.0 947.2843 7.0 947.2941 3.0 947.3039 3.0 947.3137 7.0 947.3235 7.0 947.3333 3.0 947.3432 8.0 947.353 6.0 947.3628 9.0 947.3726 3.0 947.3824 8.0 947.3922 5.0 947.402 3.0 947.4119 4.0 947.4217 5.0 947.4315 5.0 947.4413 4.0 947.4511 1.0 947.4609 9.0 947.4707 9.0 947.4806 8.0 947.4904 2.0 947.5002 2.0 947.51 5.0 947.5198 11.0 947.5296 9.0 947.5395 10.0 947.5493 3.0 947.5591 4.0 947.5689 2.0 947.5787 2.0 947.5885 2.0 947.5984 2.0 947.6082 6.0 947.618 5.0 947.6278 14.0 947.6376 5.0 947.6474 8.0 947.6572 5.0 947.6671 4.0 947.6769 4.0 947.6867 8.0 947.6965 7.0 947.7063 5.0 947.7161 10.0 947.726 6.0 947.7358 2.0 947.7456 3.0 947.7554 1.0 947.7652 5.0 947.775 9.0 947.7849 7.0 947.7947 6.0 947.8045 7.0 947.8143 6.0 947.8241 8.0 947.8339 1.0 947.8438 6.0 947.8536 2.0 947.8634 4.0 947.8732 21.0 947.883 14.0 947.8928 15.0 947.9027 7.0 947.9125 7.0 947.9223 4.0 947.9321 14.0 947.9419 14.0 947.9518 7.0 947.9616 3.0 947.9714 4.0 947.9812 13.0 947.991 13.0 948.0008 4.0 948.0107 3.0 948.0205 3.0 948.0303 2.0 948.0401 4.0 948.0499 2.0 948.0598 1.0 948.0696 5.0 948.0794 6.0 948.0892 5.0 948.099 7.0 948.1088 2.0 948.1187 7.0 948.1285 13.0 948.1383 8.0 948.1481 9.0 948.1579 3.0 948.1678 9.0 948.1776 12.0 948.1874 3.0 948.1972 3.0 948.207 19.0 948.2169 6.0 948.2267 8.0 948.2365 2.0 948.2463 6.0 948.2561 5.0 948.2659 3.0 948.2758 5.0 948.2856 8.0 948.2954 6.0 948.3052 7.0 948.315 8.0 948.3249 5.0 948.3347 5.0 948.3445 3.0 948.3543 3.0 948.3641 7.0 948.374 2.0 948.3838 2.0 948.3936 2.0 948.4034 2.0 948.4132 10.0 948.4231 3.0 948.4329 4.0 948.4427 6.0 948.4525 3.0 948.4623 5.0 948.4722 1.0 948.482 8.0 948.4918 3.0 948.5016 7.0 948.5114 3.0 948.5213 5.0 948.5311 2.0 948.5409 1.0 948.5605 6.0 948.5704 8.0 948.5802 4.0 948.59 2.0 948.5998 5.0 948.6097 3.0 948.6195 3.0 948.6293 7.0 948.6391 2.0 948.6489 4.0 948.6588 5.0 948.6686 13.0 948.6784 6.0 948.6882 5.0 948.698 5.0 948.7079 3.0 948.7177 3.0 948.7275 4.0 948.7373 3.0 948.7472 5.0 948.757 5.0 948.7668 7.0 948.7766 6.0 948.7864 3.0 948.7963 9.0 948.8061 10.0 948.8159 14.0 948.8257 13.0 948.8356 9.0 948.8454 7.0 948.8552 6.0 948.865 5.0 948.8748 11.0 948.8847 12.0 948.8945 6.0 948.9043 2.0 948.9141 13.0 948.924 12.0 948.9338 15.0 948.9436 7.0 948.9534 11.0 948.9632 9.0 948.9731 8.0 948.9829 9.0 948.9927 4.0 949.0025 4.0 949.0124 2.0 949.0222 15.0 949.032 4.0 949.0418 4.0 949.0517 3.0 949.0615 10.0 949.0713 8.0 949.0811 10.0 949.091 8.0 949.1008 7.0 949.1106 7.0 949.1204 6.0 949.1302 3.0 949.1401 2.0 949.1499 2.0 949.1597 2.0 949.1695 3.0 949.1794 1.0 949.1892 2.0 949.199 2.0 949.2088 1.0 949.2187 2.0 949.2285 4.0 949.2383 2.0 949.2481 14.0 949.258 11.0 949.2678 10.0 949.2776 9.0 949.2874 8.0 949.2973 3.0 949.3169 5.0 949.3267 4.0 949.3366 4.0 949.3464 4.0 949.3562 3.0 949.366 10.0 949.3759 10.0 949.3857 10.0 949.3955 10.0 949.4053 8.0 949.4152 10.0 949.425 8.0 949.4348 4.0 949.4446 2.0 949.4545 4.0 949.4643 8.0 949.4741 4.0 949.4839 3.0 949.4938 3.0 949.5036 2.0 949.5134 8.0 949.5232 12.0 949.5331 3.0 949.5429 2.0 949.5527 1.0 949.5625 6.0 949.5724 14.0 949.5822 3.0 949.592 5.0 949.6018 10.0 949.6117 3.0 949.6215 5.0 949.6313 5.0 949.6412 7.0 949.651 5.0 949.6608 6.0 949.6706 10.0 949.6805 4.0 949.6903 3.0 949.7001 3.0 949.7099 4.0 949.7198 7.0 949.7296 3.0 949.7394 6.0 949.7492 11.0 949.7591 4.0 949.7689 8.0 949.7787 4.0 949.7886 3.0 949.7984 8.0 949.8082 11.0 949.818 7.0 949.8279 4.0 949.8377 5.0 949.8475 1.0 949.8573 14.0 949.8672 11.0 949.877 15.0 949.8868 8.0 949.8967 3.0 949.9065 10.0 949.9163 17.0 949.9261 12.0 949.936 5.0 949.9458 8.0 949.9556 9.0 949.9655 3.0 949.9753 4.0 949.9851 2.0 949.9949 7.0 950.0048 1.0 950.0146 4.0 950.0244 3.0 950.0343 9.0 950.0441 6.0 950.0539 5.0 950.0637 2.0 950.0736 12.0 950.0834 16.0 950.0932 11.0 950.1031 2.0 950.1129 3.0 950.1227 3.0 950.1325 5.0 950.1424 2.0 950.1522 6.0 950.162 7.0 950.1719 5.0 950.1817 11.0 950.1915 8.0 950.2013 4.0 950.2112 8.0 950.221 2.0 950.2308 6.0 950.2407 4.0 950.2505 5.0 950.2603 9.0 950.2702 3.0 950.28 4.0 950.2898 4.0 950.2996 7.0 950.3095 6.0 950.3193 4.0 950.3291 10.0 950.339 18.0 950.3488 4.0 950.3586 4.0 950.3685 9.0 950.3783 14.0 950.3881 6.0 950.3979 4.0 950.4078 6.0 950.4176 4.0 950.4274 7.0 950.4373 13.0 950.4471 13.0 950.4569 4.0 950.4668 8.0 950.4766 6.0 950.4864 2.0 950.4963 14.0 950.5061 8.0 950.5159 3.0 950.5257 5.0 950.5356 1.0 950.5454 2.0 950.5552 4.0 950.5651 10.0 950.5749 2.0 950.5847 2.0 950.5946 8.0 950.6044 5.0 950.6142 4.0 950.6241 8.0 950.6339 3.0 950.6437 5.0 950.6536 5.0 950.6634 1.0 950.6732 4.0 950.683 2.0 950.6929 12.0 950.7027 8.0 950.7125 7.0 950.7224 3.0 950.7322 4.0 950.742 3.0 950.7519 4.0 950.7617 4.0 950.7715 2.0 950.7814 3.0 950.7912 8.0 950.801 11.0 950.8109 4.0 950.8207 7.0 950.8305 9.0 950.8404 4.0 950.8502 4.0 950.86 12.0 950.8699 6.0 950.8797 5.0 950.8895 11.0 950.8994 5.0 950.9092 2.0 950.919 6.0 950.9289 9.0 950.9387 23.0 950.9485 11.0 950.9584 10.0 950.9682 13.0 950.978 13.0 950.9879 6.0 950.9977 9.0 951.0075 7.0 951.0174 4.0 951.0272 4.0 951.037 7.0 951.0469 7.0 951.0567 5.0 951.0665 3.0 951.0764 2.0 951.0862 8.0 951.096 10.0 951.1059 3.0 951.1157 7.0 951.1255 8.0 951.1354 3.0 951.1452 3.0 951.155 5.0 951.1649 4.0 951.1747 5.0 951.1845 8.0 951.1944 13.0 951.2042 9.0 951.214 4.0 951.2239 1.0 951.2337 8.0 951.2435 1.0 951.2534 1.0 951.2632 4.0 951.2731 9.0 951.2829 12.0 951.2927 4.0 951.3026 16.0 951.3124 15.0 951.3222 8.0 951.3321 5.0 951.3419 5.0 951.3517 2.0 951.3616 9.0 951.3714 16.0 951.3812 3.0 951.3911 4.0 951.4009 2.0 951.4107 3.0 951.4206 3.0 951.4304 6.0 951.4403 6.0 951.4501 9.0 951.4599 5.0 951.4698 7.0 951.4796 6.0 951.4894 4.0 951.4993 6.0 951.5091 8.0 951.5189 4.0 951.5288 3.0 951.5386 4.0 951.5485 2.0 951.5583 7.0 951.5681 9.0 951.578 7.0 951.5878 8.0 951.5976 2.0 951.6075 4.0 951.6173 7.0 951.6271 9.0 951.637 4.0 951.6468 5.0 951.6567 4.0 951.6665 3.0 951.6763 2.0 951.6862 6.0 951.696 9.0 951.7058 5.0 951.7157 5.0 951.7255 2.0 951.7452 4.0 951.755 6.0 951.7649 1.0 951.7747 4.0 951.7845 11.0 951.7944 5.0 951.8042 4.0 951.8141 4.0 951.8239 3.0 951.8337 5.0 951.8436 3.0 951.8534 3.0 951.8632 3.0 951.8731 10.0 951.8829 6.0 951.8928 2.0 951.9026 6.0 951.9124 3.0 951.9223 4.0 951.9321 3.0 951.942 7.0 951.9518 17.0 951.9616 14.0 951.9715 5.0 951.9813 3.0 951.9911 4.0 952.001 6.0 952.0108 4.0 952.0207 1.0 952.0305 4.0 952.0403 7.0 952.0502 12.0 952.06 13.0 952.0699 9.0 952.0797 1.0 952.0895 4.0 952.0994 4.0 952.1092 7.0 952.1191 4.0 952.1289 1.0 952.1387 4.0 952.1486 4.0 952.1584 4.0 952.1682 5.0 952.1781 3.0 952.1879 4.0 952.1978 1.0 952.2076 5.0 952.2174 5.0 952.2273 3.0 952.2371 4.0 952.247 2.0 952.2568 6.0 952.2666 5.0 952.2765 3.0 952.2863 6.0 952.2962 9.0 952.306 10.0 952.3158 13.0 952.3257 4.0 952.3355 6.0 952.3454 9.0 952.3552 6.0 952.3651 10.0 952.3749 3.0 952.3847 3.0 952.3946 9.0 952.4044 7.0 952.4143 10.0 952.4241 6.0 952.4339 11.0 952.4438 11.0 952.4536 5.0 952.4635 5.0 952.4733 4.0 952.4831 4.0 952.493 12.0 952.5028 25.0 952.5127 21.0 952.5225 7.0 952.5323 1.0 952.5422 6.0 952.552 12.0 952.5619 5.0 952.5717 3.0 952.5816 6.0 952.5914 9.0 952.6012 7.0 952.6111 9.0 952.6209 4.0 952.6308 2.0 952.6406 5.0 952.6505 4.0 952.6603 3.0 952.6701 6.0 952.68 4.0 952.6898 5.0 952.6997 14.0 952.7095 8.0 952.7193 7.0 952.7292 3.0 952.739 4.0 952.7489 3.0 952.7587 4.0 952.7686 3.0 952.7784 1.0 952.7882 1.0 952.7981 3.0 952.8079 3.0 952.8178 10.0 952.8276 12.0 952.8375 8.0 952.8473 9.0 952.8571 6.0 952.867 4.0 952.8768 3.0 952.8867 12.0 952.8965 10.0 952.9064 4.0 952.9162 8.0 952.9261 10.0 952.9359 10.0 952.9457 2.0 952.9556 6.0 952.9654 6.0 952.9753 7.0 952.9851 4.0 952.995 3.0 953.0048 10.0 953.0146 7.0 953.0245 2.0 953.0343 2.0 953.0442 3.0 953.054 5.0 953.0639 12.0 953.0737 7.0 953.0836 3.0 953.0934 5.0 953.1032 3.0 953.1131 5.0 953.1229 3.0 953.1328 2.0 953.1426 3.0 953.1525 4.0 953.1623 7.0 953.1722 17.0 953.182 8.0 953.1918 12.0 953.2017 6.0 953.2115 4.0 953.2214 4.0 953.2312 5.0 953.2411 4.0 953.2509 8.0 953.2608 3.0 953.2706 4.0 953.2805 10.0 953.2903 4.0 953.3001 4.0 953.31 5.0 953.3198 4.0 953.3297 3.0 953.3395 7.0 953.3494 1.0 953.3592 5.0 953.3691 11.0 953.3789 8.0 953.3888 4.0 953.3986 3.0 953.4084 7.0 953.4183 5.0 953.4281 2.0 953.438 3.0 953.4478 4.0 953.4577 3.0 953.4675 3.0 953.4774 7.0 953.4872 2.0 953.4971 3.0 953.5069 9.0 953.5168 1.0 953.5266 8.0 953.5365 5.0 953.5463 3.0 953.5561 8.0 953.566 9.0 953.5758 4.0 953.5857 2.0 953.5955 7.0 953.6054 12.0 953.6152 4.0 953.6251 6.0 953.6349 7.0 953.6448 5.0 953.6546 5.0 953.6645 4.0 953.6743 3.0 953.6842 5.0 953.694 4.0 953.7039 2.0 953.7137 7.0 953.7235 3.0 953.7334 7.0 953.7432 8.0 953.7531 17.0 953.7629 14.0 953.7728 3.0 953.7826 6.0 953.7925 2.0 953.8023 2.0 953.8122 1.0 953.822 5.0 953.8319 2.0 953.8417 3.0 953.8516 13.0 953.8614 17.0 953.8713 15.0 953.8811 9.0 953.891 3.0 953.9008 3.0 953.9107 7.0 953.9205 13.0 953.9304 7.0 953.9402 6.0 953.9501 4.0 953.9599 11.0 953.9698 10.0 953.9796 14.0 953.9895 2.0 953.9993 3.0 954.0092 6.0 954.019 2.0 954.0289 9.0 954.0387 3.0 954.0485 4.0 954.0584 5.0 954.0682 11.0 954.0781 13.0 954.0879 7.0 954.0978 2.0 954.1076 8.0 954.1175 4.0 954.1273 4.0 954.1372 7.0 954.147 9.0 954.1569 7.0 954.1667 5.0 954.1766 4.0 954.1864 2.0 954.1963 9.0 954.2061 2.0 954.216 4.0 954.2258 4.0 954.2357 3.0 954.2455 8.0 954.2554 6.0 954.2652 9.0 954.2751 11.0 954.2849 2.0 954.2948 1.0 954.3047 9.0 954.3145 4.0 954.3342 2.0 954.3441 4.0 954.3539 9.0 954.3638 4.0 954.3736 3.0 954.3835 4.0 954.3933 17.0 954.4032 7.0 954.413 3.0 954.4229 5.0 954.4327 1.0 954.4426 1.0 954.4524 3.0 954.4623 4.0 954.4721 3.0 954.482 4.0 954.4918 3.0 954.5017 7.0 954.5115 14.0 954.5214 7.0 954.5312 7.0 954.5411 7.0 954.5509 7.0 954.5608 4.0 954.5706 4.0 954.5805 4.0 954.5903 2.0 954.6002 4.0 954.61 5.0 954.6199 6.0 954.6298 1.0 954.6396 5.0 954.6495 12.0 954.6593 11.0 954.6692 5.0 954.679 1.0 954.6889 6.0 954.6987 2.0 954.7086 3.0 954.7184 2.0 954.7283 10.0 954.7381 4.0 954.748 5.0 954.7578 9.0 954.7677 4.0 954.7775 11.0 954.7874 6.0 954.7973 5.0 954.8071 1.0 954.817 4.0 954.8268 10.0 954.8367 20.0 954.8465 8.0 954.8564 6.0 954.8662 5.0 954.8761 11.0 954.8859 9.0 954.8958 10.0 954.9056 11.0 954.9155 10.0 954.9253 2.0 954.9352 5.0 954.9451 14.0 954.9549 7.0 954.9648 10.0 954.9746 16.0 954.9845 8.0 954.9943 16.0 955.0042 7.0 955.014 3.0 955.0239 7.0 955.0337 17.0 955.0436 4.0 955.0535 3.0 955.0633 3.0 955.0732 6.0 955.083 4.0 955.0929 8.0 955.1027 6.0 955.1126 3.0 955.1224 6.0 955.1323 13.0 955.1421 4.0 955.152 4.0 955.1619 5.0 955.1717 4.0 955.1816 1.0 955.1914 6.0 955.2013 2.0 955.2111 2.0 955.221 1.0 955.2308 4.0 955.2407 7.0 955.2506 2.0 955.2604 4.0 955.2703 9.0 955.2801 2.0 955.2998 7.0 955.3097 7.0 955.3195 8.0 955.3294 4.0 955.3393 5.0 955.3491 3.0 955.359 8.0 955.3688 6.0 955.3787 4.0 955.3885 7.0 955.3984 11.0 955.4083 17.0 955.4181 10.0 955.428 11.0 955.4378 8.0 955.4477 10.0 955.4575 8.0 955.4674 8.0 955.4772 7.0 955.4871 3.0 955.497 5.0 955.5068 18.0 955.5167 8.0 955.5265 7.0 955.5364 5.0 955.5462 8.0 955.5561 4.0 955.566 8.0 955.5758 9.0 955.5857 10.0 955.5955 6.0 955.6054 6.0 955.6152 2.0 955.6251 1.0 955.635 3.0 955.6448 6.0 955.6547 5.0 955.6645 1.0 955.6744 8.0 955.6843 7.0 955.6941 2.0 955.704 5.0 955.7138 6.0 955.7237 7.0 955.7335 7.0 955.7434 5.0 955.7533 1.0 955.7631 6.0 955.773 4.0 955.7828 7.0 955.7927 12.0 955.8026 9.0 955.8124 3.0 955.8223 5.0 955.8321 6.0 955.842 2.0 955.8518 10.0 955.8617 7.0 955.8716 10.0 955.8814 13.0 955.8913 7.0 955.9011 9.0 955.911 5.0 955.9209 7.0 955.9307 5.0 955.9406 8.0 955.9504 3.0 955.9603 4.0 955.9702 8.0 955.98 17.0 955.9899 8.0 955.9997 6.0 956.0096 4.0 956.0194 6.0 956.0293 2.0 956.0392 9.0 956.049 1.0 956.0589 3.0 956.0687 3.0 956.0786 1.0 956.0885 1.0 956.0983 11.0 956.1082 8.0 956.118 9.0 956.1279 4.0 956.1378 1.0 956.1476 3.0 956.1673 4.0 956.1772 1.0 956.1871 5.0 956.1969 1.0 956.2068 3.0 956.2265 6.0 956.2364 6.0 956.2462 2.0 956.2561 7.0 956.266 7.0 956.2758 6.0 956.2857 7.0 956.2955 4.0 956.3054 6.0 956.3153 3.0 956.335 7.0 956.3448 4.0 956.3547 5.0 956.3646 8.0 956.3744 8.0 956.3843 4.0 956.3942 7.0 956.404 6.0 956.4139 6.0 956.4237 2.0 956.4336 5.0 956.4435 9.0 956.4533 15.0 956.4632 3.0 956.473 6.0 956.4829 10.0 956.4928 4.0 956.5026 3.0 956.5125 4.0 956.5224 4.0 956.5322 3.0 956.5421 5.0 956.5519 8.0 956.5618 3.0 956.5717 6.0 956.5815 3.0 956.5914 3.0 956.6013 4.0 956.6111 1.0 956.621 1.0 956.6308 1.0 956.6407 7.0 956.6604 5.0 956.6703 3.0 956.6802 6.0 956.69 6.0 956.6999 3.0 956.7097 10.0 956.7196 6.0 956.7295 7.0 956.7393 7.0 956.7492 5.0 956.7591 10.0 956.7689 2.0 956.7788 2.0 956.7887 8.0 956.7985 12.0 956.8084 6.0 956.8182 3.0 956.8281 5.0 956.838 4.0 956.8478 3.0 956.8577 9.0 956.8676 10.0 956.8774 7.0 956.8873 3.0 956.8972 10.0 956.907 10.0 956.9169 2.0 956.9268 13.0 956.9366 12.0 956.9465 15.0 956.9563 6.0 956.9662 8.0 956.9761 4.0 956.9859 10.0 956.9958 8.0 957.0057 3.0 957.0155 7.0 957.0254 6.0 957.0353 8.0 957.0451 3.0 957.055 6.0 957.0649 5.0 957.0747 8.0 957.0846 8.0 957.0945 2.0 957.1043 8.0 957.1142 16.0 957.124 8.0 957.1339 4.0 957.1438 3.0 957.1536 8.0 957.1635 10.0 957.1734 5.0 957.1832 2.0 957.1931 2.0 957.203 6.0 957.2128 2.0 957.2227 1.0 957.2326 2.0 957.2424 5.0 957.2523 5.0 957.2622 5.0 957.272 4.0 957.2819 5.0 957.2918 1.0 957.3016 4.0 957.3115 5.0 957.3214 4.0 957.3411 1.0 957.351 7.0 957.3608 7.0 957.3707 4.0 957.3806 4.0 957.3904 6.0 957.4003 5.0 957.4102 4.0 957.42 3.0 957.4299 3.0 957.4398 6.0 957.4496 7.0 957.4595 4.0 957.4694 7.0 957.4792 4.0 957.4891 4.0 957.499 7.0 957.5088 6.0 957.5187 3.0 957.5286 1.0 957.5384 4.0 957.5483 3.0 957.5582 3.0 957.568 3.0 957.5779 7.0 957.5878 4.0 957.5976 1.0 957.6075 5.0 957.6174 1.0 957.6272 5.0 957.6371 3.0 957.647 6.0 957.6569 8.0 957.6667 4.0 957.6766 7.0 957.6865 3.0 957.6963 3.0 957.7062 10.0 957.7161 5.0 957.7259 2.0 957.7358 2.0 957.7457 5.0 957.7555 12.0 957.7654 8.0 957.7753 10.0 957.7851 2.0 957.795 14.0 957.8049 11.0 957.8147 15.0 957.8246 4.0 957.8345 10.0 957.8444 3.0 957.8542 8.0 957.8641 5.0 957.874 3.0 957.8838 2.0 957.8937 10.0 957.9036 17.0 957.9134 12.0 957.9233 12.0 957.9332 4.0 957.943 3.0 957.9529 4.0 957.9628 4.0 957.9727 1.0 957.9825 8.0 957.9924 4.0 958.0023 10.0 958.0121 13.0 958.022 7.0 958.0319 3.0 958.0417 6.0 958.0516 2.0 958.0615 2.0 958.0714 6.0 958.0812 7.0 958.0911 8.0 958.101 6.0 958.1108 13.0 958.1207 13.0 958.1306 13.0 958.1404 5.0 958.1503 2.0 958.1602 6.0 958.1701 9.0 958.1799 2.0 958.1898 5.0 958.1997 3.0 958.2095 7.0 958.2293 1.0 958.249 5.0 958.2589 9.0 958.2688 7.0 958.2786 3.0 958.2885 5.0 958.2984 5.0 958.3083 9.0 958.3181 4.0 958.328 5.0 958.3379 3.0 958.3477 15.0 958.3576 17.0 958.3675 14.0 958.3774 2.0 958.3872 12.0 958.3971 6.0 958.407 10.0 958.4168 8.0 958.4267 1.0 958.4366 3.0 958.4465 4.0 958.4563 1.0 958.4662 7.0 958.4761 8.0 958.486 7.0 958.4958 15.0 958.5057 9.0 958.5156 3.0 958.5254 1.0 958.5353 6.0 958.5452 8.0 958.5551 5.0 958.5649 8.0 958.5748 7.0 958.5847 8.0 958.5946 4.0 958.6044 1.0 958.6143 4.0 958.6242 5.0 958.634 3.0 958.6439 4.0 958.6538 10.0 958.6637 3.0 958.6735 4.0 958.6933 3.0 958.7032 6.0 958.713 3.0 958.7229 4.0 958.7328 1.0 958.7427 3.0 958.7525 3.0 958.7624 1.0 958.7723 2.0 958.7821 4.0 958.792 11.0 958.8019 4.0 958.8118 8.0 958.8216 5.0 958.8315 2.0 958.8414 6.0 958.8513 4.0 958.8611 2.0 958.871 6.0 958.8809 17.0 958.8908 9.0 958.9006 8.0 958.9105 11.0 958.9204 4.0 958.9303 15.0 958.9401 11.0 958.95 9.0 958.9599 14.0 958.9698 11.0 958.9796 12.0 958.9895 15.0 958.9994 8.0 959.0093 8.0 959.0191 4.0 959.029 6.0 959.0389 3.0 959.0488 3.0 959.0586 12.0 959.0685 4.0 959.0784 8.0 959.0883 9.0 959.0981 7.0 959.108 7.0 959.1179 4.0 959.1278 2.0 959.1376 3.0 959.1475 6.0 959.1574 6.0 959.1673 1.0 959.1771 6.0 959.187 6.0 959.1969 1.0 959.2068 4.0 959.2166 2.0 959.2265 3.0 959.2364 4.0 959.2463 1.0 959.2562 6.0 959.266 7.0 959.2759 2.0 959.2858 3.0 959.2957 1.0 959.3055 3.0 959.3154 7.0 959.3253 10.0 959.3352 8.0 959.345 7.0 959.3549 4.0 959.3648 3.0 959.3747 4.0 959.3846 9.0 959.3944 7.0 959.4043 8.0 959.4142 2.0 959.4241 5.0 959.4339 10.0 959.4438 2.0 959.4537 5.0 959.4636 9.0 959.4734 8.0 959.4833 5.0 959.4932 3.0 959.5031 7.0 959.513 11.0 959.5228 2.0 959.5327 9.0 959.5426 4.0 959.5525 3.0 959.5623 3.0 959.5722 4.0 959.5821 4.0 959.592 6.0 959.6019 4.0 959.6117 6.0 959.6216 3.0 959.6315 4.0 959.6414 4.0 959.6513 6.0 959.6611 5.0 959.671 7.0 959.6809 5.0 959.6908 16.0 959.7006 8.0 959.7105 4.0 959.7204 10.0 959.7402 4.0 959.75 4.0 959.7599 10.0 959.7698 6.0 959.7797 3.0 959.7896 4.0 959.7994 6.0 959.8093 3.0 959.8192 2.0 959.8291 4.0 959.839 3.0 959.8488 3.0 959.8587 8.0 959.8686 3.0 959.8785 3.0 959.8883 2.0 959.8982 3.0 959.9081 4.0 959.918 12.0 959.9279 18.0 959.9377 9.0 959.9476 20.0 959.9575 28.0 959.9674 32.0 959.9773 23.0 959.9871 8.0 959.997 6.0 960.0069 2.0 960.0168 3.0 960.0267 8.0 960.0365 15.0 960.0464 17.0 960.0563 13.0 960.0662 4.0 960.0761 3.0 960.086 5.0 960.1057 7.0 960.1156 3.0 960.1255 3.0 960.1354 2.0 960.1452 2.0 960.1551 4.0 960.165 5.0 960.1749 5.0 960.1848 14.0 960.1946 6.0 960.2045 9.0 960.2243 7.0 960.2342 8.0 960.244 9.0 960.2539 5.0 960.2638 1.0 960.2737 7.0 960.2836 3.0 960.2935 4.0 960.3033 3.0 960.3132 5.0 960.3231 7.0 960.333 3.0 960.3429 2.0 960.3527 8.0 960.3626 9.0 960.3725 6.0 960.3824 5.0 960.3923 2.0 960.4022 7.0 960.412 6.0 960.4219 3.0 960.4318 3.0 960.4417 5.0 960.4516 2.0 960.4615 10.0 960.4713 6.0 960.4812 5.0 960.4911 12.0 960.501 6.0 960.5109 3.0 960.5306 7.0 960.5405 7.0 960.5504 8.0 960.5603 4.0 960.5702 5.0 960.58 7.0 960.5899 8.0 960.5998 5.0 960.6097 2.0 960.6196 3.0 960.6295 3.0 960.6393 2.0 960.6492 9.0 960.6591 2.0 960.669 5.0 960.6789 10.0 960.6888 2.0 960.6987 6.0 960.7085 8.0 960.7184 8.0 960.7283 2.0 960.7382 2.0 960.7481 3.0 960.758 2.0 960.7678 2.0 960.7777 2.0 960.7876 4.0 960.7975 6.0 960.8074 1.0 960.8173 7.0 960.8271 11.0 960.837 10.0 960.8469 15.0 960.8568 7.0 960.8667 9.0 960.8766 4.0 960.8865 16.0 960.8963 7.0 960.9062 7.0 960.9161 8.0 960.926 7.0 960.9359 14.0 960.9458 10.0 960.9556 6.0 960.9655 9.0 960.9754 9.0 960.9853 8.0 960.9952 6.0 961.0051 2.0 961.015 7.0 961.0248 8.0 961.0347 5.0 961.0446 5.0 961.0545 4.0 961.0644 4.0 961.0743 9.0 961.0842 3.0 961.094 5.0 961.1039 15.0 961.1138 11.0 961.1237 7.0 961.1336 5.0 961.1435 4.0 961.1534 3.0 961.1632 6.0 961.1731 6.0 961.183 3.0 961.1929 4.0 961.2028 3.0 961.2127 6.0 961.2226 3.0 961.2325 4.0 961.2423 4.0 961.2522 3.0 961.2621 11.0 961.272 13.0 961.2819 7.0 961.2918 4.0 961.3017 4.0 961.3115 2.0 961.3214 2.0 961.3313 10.0 961.3412 10.0 961.3511 2.0 961.3709 8.0 961.3808 12.0 961.3906 13.0 961.4005 4.0 961.4104 5.0 961.4203 12.0 961.4302 5.0 961.4401 5.0 961.45 1.0 961.4599 4.0 961.4697 9.0 961.4796 12.0 961.4895 6.0 961.4994 6.0 961.5093 6.0 961.5192 10.0 961.5291 7.0 961.539 6.0 961.5489 4.0 961.5587 6.0 961.5686 3.0 961.5785 2.0 961.5884 2.0 961.5983 2.0 961.6082 4.0 961.6181 6.0 961.628 7.0 961.6378 2.0 961.6477 4.0 961.6576 9.0 961.6675 1.0 961.6774 1.0 961.6873 2.0 961.6972 3.0 961.7071 9.0 961.7268 5.0 961.7367 5.0 961.7466 6.0 961.7565 2.0 961.7664 3.0 961.7763 8.0 961.7862 5.0 961.7961 7.0 961.806 11.0 961.8159 6.0 961.8257 7.0 961.8356 1.0 961.8455 7.0 961.8554 12.0 961.8653 15.0 961.8752 10.0 961.8851 14.0 961.895 15.0 961.9049 7.0 961.9148 2.0 961.9246 5.0 961.9345 2.0 961.9444 4.0 961.9543 1.0 961.9642 10.0 961.9741 2.0 961.984 3.0 961.9939 5.0 962.0038 9.0 962.0137 10.0 962.0235 7.0 962.0334 8.0 962.0433 8.0 962.0532 4.0 962.0631 12.0 962.073 11.0 962.0829 8.0 962.0928 3.0 962.1027 10.0 962.1126 5.0 962.1225 3.0 962.1323 15.0 962.1422 9.0 962.1521 7.0 962.162 10.0 962.1719 3.0 962.1818 5.0 962.1917 9.0 962.2016 5.0 962.2214 3.0 962.2313 3.0 962.2412 3.0 962.251 1.0 962.2609 8.0 962.2708 4.0 962.2807 2.0 962.2906 6.0 962.3005 8.0 962.3104 4.0 962.3203 2.0 962.3302 4.0 962.3401 3.0 962.35 1.0 962.3599 1.0 962.3698 3.0 962.3796 4.0 962.3895 3.0 962.3994 4.0 962.4093 7.0 962.4192 13.0 962.4291 8.0 962.439 6.0 962.4489 9.0 962.4588 17.0 962.4687 19.0 962.4786 14.0 962.4885 9.0 962.4984 4.0 962.5083 8.0 962.5181 11.0 962.528 9.0 962.5379 7.0 962.5478 10.0 962.5577 9.0 962.5676 1.0 962.5775 7.0 962.5874 13.0 962.5973 21.0 962.6072 5.0 962.6171 1.0 962.627 2.0 962.6369 3.0 962.6468 3.0 962.6567 3.0 962.6666 5.0 962.6764 5.0 962.6863 10.0 962.6962 1.0 962.7061 3.0 962.716 2.0 962.7259 3.0 962.7358 4.0 962.7457 2.0 962.7556 2.0 962.7655 5.0 962.7754 16.0 962.7853 4.0 962.7952 8.0 962.8051 5.0 962.815 4.0 962.8249 7.0 962.8348 3.0 962.8447 3.0 962.8545 7.0 962.8644 1.0 962.8743 8.0 962.8842 6.0 962.8941 7.0 962.904 10.0 962.9139 9.0 962.9238 12.0 962.9337 13.0 962.9436 10.0 962.9535 10.0 962.9634 8.0 962.9733 5.0 962.9832 6.0 962.9931 3.0 963.003 10.0 963.0129 2.0 963.0228 8.0 963.0327 5.0 963.0426 3.0 963.0525 4.0 963.0624 6.0 963.0722 16.0 963.0821 4.0 963.092 3.0 963.1019 3.0 963.1118 9.0 963.1217 5.0 963.1316 3.0 963.1415 4.0 963.1514 8.0 963.1613 11.0 963.1712 10.0 963.1811 2.0 963.191 2.0 963.2009 4.0 963.2108 2.0 963.2207 4.0 963.2306 2.0 963.2405 2.0 963.2504 9.0 963.2603 9.0 963.2702 6.0 963.2801 1.0 963.29 4.0 963.2999 4.0 963.3098 4.0 963.3197 3.0 963.3296 3.0 963.3395 2.0 963.3494 1.0 963.3593 2.0 963.3692 4.0 963.3791 3.0 963.389 7.0 963.3988 12.0 963.4087 7.0 963.4186 3.0 963.4285 4.0 963.4384 3.0 963.4483 3.0 963.4582 2.0 963.4681 9.0 963.478 3.0 963.4879 3.0 963.4978 2.0 963.5077 7.0 963.5176 12.0 963.5275 15.0 963.5374 2.0 963.5473 4.0 963.5572 2.0 963.5671 2.0 963.577 10.0 963.5869 9.0 963.5968 6.0 963.6067 3.0 963.6166 3.0 963.6265 2.0 963.6364 5.0 963.6463 4.0 963.6562 2.0 963.6661 5.0 963.676 3.0 963.6859 9.0 963.6958 6.0 963.7057 7.0 963.7156 6.0 963.7255 8.0 963.7354 3.0 963.7453 3.0 963.7552 4.0 963.7651 3.0 963.775 2.0 963.7849 14.0 963.7948 8.0 963.8047 4.0 963.8146 14.0 963.8245 9.0 963.8344 4.0 963.8443 7.0 963.8542 3.0 963.8641 3.0 963.874 12.0 963.8839 14.0 963.8938 8.0 963.9037 7.0 963.9136 5.0 963.9235 11.0 963.9334 12.0 963.9433 5.0 963.9532 7.0 963.9631 3.0 963.973 7.0 963.9829 15.0 963.9928 6.0 964.0027 5.0 964.0126 8.0 964.0225 4.0 964.0324 2.0 964.0423 11.0 964.0522 7.0 964.0621 3.0 964.072 8.0 964.0819 4.0 964.0918 3.0 964.1017 9.0 964.1116 6.0 964.1215 9.0 964.1314 3.0 964.1512 3.0 964.1611 4.0 964.171 4.0 964.1809 4.0 964.1908 5.0 964.2007 8.0 964.2106 8.0 964.2205 7.0 964.2304 17.0 964.2403 16.0 964.2503 4.0 964.2602 4.0 964.2701 15.0 964.28 5.0 964.2899 5.0 964.2998 6.0 964.3097 5.0 964.3196 6.0 964.3295 4.0 964.3394 5.0 964.3493 3.0 964.3592 4.0 964.3691 1.0 964.379 3.0 964.3889 4.0 964.3988 9.0 964.4087 5.0 964.4186 10.0 964.4285 5.0 964.4384 12.0 964.4483 6.0 964.4582 10.0 964.4681 14.0 964.478 11.0 964.4879 3.0 964.4978 3.0 964.5077 10.0 964.5176 9.0 964.5275 2.0 964.5374 5.0 964.5473 9.0 964.5572 10.0 964.5671 11.0 964.5771 5.0 964.587 12.0 964.5969 5.0 964.6068 3.0 964.6167 3.0 964.6266 9.0 964.6365 1.0 964.6464 1.0 964.6563 4.0 964.6662 5.0 964.6761 3.0 964.686 2.0 964.6959 3.0 964.7058 7.0 964.7157 3.0 964.7256 2.0 964.7355 4.0 964.7454 7.0 964.7553 4.0 964.7652 8.0 964.7751 5.0 964.785 3.0 964.7949 4.0 964.8049 9.0 964.8148 8.0 964.8247 8.0 964.8346 8.0 964.8445 13.0 964.8544 3.0 964.8643 5.0 964.8742 10.0 964.8841 7.0 964.894 8.0 964.9039 17.0 964.9138 8.0 964.9237 9.0 964.9336 10.0 964.9435 9.0 964.9534 7.0 964.9633 3.0 964.9732 1.0 964.9832 12.0 964.9931 10.0 965.003 9.0 965.0129 9.0 965.0228 8.0 965.0327 7.0 965.0426 6.0 965.0525 3.0 965.0624 5.0 965.0723 4.0 965.0822 2.0 965.0921 8.0 965.102 2.0 965.1119 4.0 965.1218 4.0 965.1317 1.0 965.1417 1.0 965.1516 2.0 965.1615 5.0 965.1714 3.0 965.1813 1.0 965.1912 2.0 965.2011 4.0 965.211 6.0 965.2209 6.0 965.2308 6.0 965.2407 5.0 965.2506 4.0 965.2605 9.0 965.2704 2.0 965.2804 2.0 965.2903 7.0 965.3002 6.0 965.3101 13.0 965.32 11.0 965.3299 3.0 965.3398 3.0 965.3497 7.0 965.3596 9.0 965.3794 6.0 965.3893 4.0 965.3993 5.0 965.4092 3.0 965.4191 5.0 965.429 2.0 965.4389 3.0 965.4488 10.0 965.4587 6.0 965.4686 5.0 965.4785 4.0 965.4884 8.0 965.4983 1.0 965.5082 3.0 965.5281 1.0 965.538 4.0 965.5479 12.0 965.5578 7.0 965.5776 1.0 965.5875 6.0 965.5974 14.0 965.6073 6.0 965.6172 5.0 965.6272 4.0 965.6371 3.0 965.647 7.0 965.6569 3.0 965.6668 4.0 965.6767 3.0 965.6866 4.0 965.6965 4.0 965.7064 3.0 965.7163 4.0 965.7262 6.0 965.7362 8.0 965.7461 1.0 965.7659 4.0 965.7758 7.0 965.7857 2.0 965.7956 2.0 965.8055 3.0 965.8154 11.0 965.8253 17.0 965.8353 11.0 965.8452 9.0 965.8551 11.0 965.865 10.0 965.8749 24.0 965.8848 26.0 965.8947 8.0 965.9046 7.0 965.9145 3.0 965.9245 2.0 965.9344 12.0 965.9443 19.0 965.9542 6.0 965.9641 8.0 965.974 13.0 965.9839 4.0 965.9938 5.0 966.0037 4.0 966.0137 3.0 966.0236 2.0 966.0335 5.0 966.0434 6.0 966.0533 1.0 966.0632 8.0 966.0731 1.0 966.083 4.0 966.0929 9.0 966.1029 4.0 966.1128 8.0 966.1227 10.0 966.1326 4.0 966.1425 9.0 966.1524 3.0 966.1623 1.0 966.1722 1.0 966.1822 1.0 966.1921 3.0 966.202 7.0 966.2119 11.0 966.2218 3.0 966.2317 3.0 966.2416 4.0 966.2515 2.0 966.2615 4.0 966.2714 4.0 966.2813 10.0 966.2912 7.0 966.3011 6.0 966.311 16.0 966.3209 13.0 966.3308 12.0 966.3408 10.0 966.3507 6.0 966.3606 4.0 966.3705 10.0 966.3804 15.0 966.3903 5.0 966.4002 9.0 966.4101 4.0 966.4201 2.0 966.43 4.0 966.4399 2.0 966.4498 2.0 966.4597 11.0 966.4696 15.0 966.4795 1.0 966.4895 4.0 966.4994 4.0 966.5093 6.0 966.5192 7.0 966.5291 3.0 966.539 4.0 966.5489 4.0 966.5589 4.0 966.5688 1.0 966.5787 10.0 966.5886 5.0 966.5985 3.0 966.6084 4.0 966.6183 1.0 966.6283 3.0 966.6382 7.0 966.6481 6.0 966.658 7.0 966.6679 4.0 966.6778 1.0 966.6877 4.0 966.6977 3.0 966.7076 3.0 966.7175 4.0 966.7274 4.0 966.7373 9.0 966.7472 5.0 966.7571 7.0 966.7671 7.0 966.777 17.0 966.7869 7.0 966.7968 9.0 966.8067 6.0 966.8166 6.0 966.8266 1.0 966.8365 2.0 966.8464 5.0 966.8563 6.0 966.8662 2.0 966.8761 19.0 966.886 25.0 966.896 15.0 966.9059 9.0 966.9158 13.0 966.9257 5.0 966.9356 6.0 966.9455 10.0 966.9555 18.0 966.9654 18.0 966.9753 7.0 966.9852 2.0 966.9951 9.0 967.005 3.0 967.015 5.0 967.0249 2.0 967.0348 6.0 967.0447 6.0 967.0546 2.0 967.0645 1.0 967.0745 6.0 967.0844 9.0 967.0943 15.0 967.1042 2.0 967.1141 2.0 967.124 6.0 967.134 5.0 967.1439 3.0 967.1538 4.0 967.1637 8.0 967.1736 20.0 967.1835 8.0 967.1935 3.0 967.2133 8.0 967.2232 8.0 967.2331 6.0 967.2431 8.0 967.253 2.0 967.2629 6.0 967.2728 9.0 967.2827 4.0 967.2926 11.0 967.3026 6.0 967.3125 5.0 967.3224 3.0 967.3323 2.0 967.3422 8.0 967.3521 12.0 967.3621 15.0 967.372 9.0 967.3819 14.0 967.3918 5.0 967.4017 5.0 967.4117 8.0 967.4216 7.0 967.4315 2.0 967.4414 2.0 967.4513 8.0 967.4613 5.0 967.4712 4.0 967.4811 11.0 967.491 23.0 967.5009 10.0 967.5108 9.0 967.5208 9.0 967.5307 10.0 967.5406 5.0 967.5505 9.0 967.5604 1.0 967.5704 10.0 967.5803 6.0 967.6001 4.0 967.61 6.0 967.62 5.0 967.6299 4.0 967.6398 6.0 967.6497 4.0 967.6596 3.0 967.6696 4.0 967.6795 4.0 967.6894 7.0 967.6993 15.0 967.7092 6.0 967.7192 6.0 967.7291 4.0 967.739 3.0 967.7489 1.0 967.7588 3.0 967.7688 5.0 967.7787 2.0 967.7886 4.0 967.7985 3.0 967.8084 2.0 967.8184 2.0 967.8283 16.0 967.8382 12.0 967.8481 6.0 967.858 6.0 967.868 5.0 967.8779 6.0 967.8878 4.0 967.8977 3.0 967.9076 10.0 967.9176 10.0 967.9275 14.0 967.9374 11.0 967.9473 15.0 967.9573 2.0 967.9672 12.0 967.9771 17.0 967.987 10.0 967.9969 10.0 968.0069 3.0 968.0168 4.0 968.0267 5.0 968.0366 3.0 968.0465 8.0 968.0565 3.0 968.0664 2.0 968.0763 4.0 968.0862 8.0 968.0962 3.0 968.1061 3.0 968.116 5.0 968.1259 7.0 968.1358 7.0 968.1458 4.0 968.1557 5.0 968.1656 7.0 968.1755 12.0 968.1855 7.0 968.1954 3.0 968.2053 6.0 968.2152 8.0 968.2251 9.0 968.2351 6.0 968.245 5.0 968.2549 13.0 968.2648 23.0 968.2748 17.0 968.2847 12.0 968.2946 5.0 968.3045 6.0 968.3145 10.0 968.3244 16.0 968.3343 7.0 968.3442 3.0 968.3541 14.0 968.3641 7.0 968.374 4.0 968.3839 2.0 968.3938 5.0 968.4038 10.0 968.4137 4.0 968.4236 2.0 968.4335 4.0 968.4435 3.0 968.4534 9.0 968.4633 18.0 968.4732 19.0 968.4832 10.0 968.4931 3.0 968.503 2.0 968.5129 6.0 968.5229 8.0 968.5328 7.0 968.5427 6.0 968.5526 1.0 968.5626 1.0 968.5725 13.0 968.5824 9.0 968.5923 7.0 968.6022 17.0 968.6122 18.0 968.6221 4.0 968.632 8.0 968.6419 5.0 968.6519 15.0 968.6618 12.0 968.6717 10.0 968.6816 7.0 968.6916 3.0 968.7114 11.0 968.7213 12.0 968.7313 5.0 968.7412 6.0 968.7511 13.0 968.761 9.0 968.771 8.0 968.7809 7.0 968.7908 10.0 968.8008 8.0 968.8107 3.0 968.8206 3.0 968.8305 2.0 968.8405 5.0 968.8504 7.0 968.8603 7.0 968.8702 3.0 968.8802 9.0 968.8901 5.0 968.9 12.0 968.9099 4.0 968.9199 3.0 968.9298 13.0 968.9397 12.0 968.9496 3.0 968.9596 7.0 968.9695 6.0 968.9794 3.0 968.9893 9.0 968.9993 8.0 969.0092 8.0 969.0191 10.0 969.0291 4.0 969.039 12.0 969.0489 9.0 969.0588 6.0 969.0688 12.0 969.0787 15.0 969.0886 5.0 969.0985 3.0 969.1085 3.0 969.1184 3.0 969.1283 6.0 969.1383 12.0 969.1482 15.0 969.1581 12.0 969.168 2.0 969.178 6.0 969.1879 9.0 969.1978 4.0 969.2077 4.0 969.2177 4.0 969.2276 3.0 969.2375 8.0 969.2475 3.0 969.2574 3.0 969.2673 9.0 969.2772 7.0 969.2872 4.0 969.2971 7.0 969.307 5.0 969.317 4.0 969.3269 3.0 969.3368 5.0 969.3467 4.0 969.3567 4.0 969.3666 2.0 969.3765 1.0 969.3865 2.0 969.3964 4.0 969.4063 3.0 969.4162 9.0 969.4262 14.0 969.4361 1.0 969.446 1.0 969.456 5.0 969.4659 6.0 969.4758 2.0 969.4857 6.0 969.4957 8.0 969.5056 2.0 969.5155 2.0 969.5255 3.0 969.5354 3.0 969.5453 1.0 969.5553 3.0 969.5652 4.0 969.5751 5.0 969.585 6.0 969.595 2.0 969.6049 3.0 969.6148 7.0 969.6248 4.0 969.6347 1.0 969.6446 8.0 969.6545 2.0 969.6744 15.0 969.6843 9.0 969.6943 5.0 969.7042 3.0 969.7141 11.0 969.7241 9.0 969.734 4.0 969.7439 6.0 969.7539 2.0 969.7638 6.0 969.7737 17.0 969.7836 12.0 969.7936 6.0 969.8035 3.0 969.8134 9.0 969.8234 9.0 969.8333 3.0 969.8432 1.0 969.8532 8.0 969.8631 10.0 969.873 1.0 969.883 5.0 969.8929 10.0 969.9028 12.0 969.9127 10.0 969.9227 6.0 969.9326 3.0 969.9425 8.0 969.9525 7.0 969.9624 5.0 969.9723 6.0 969.9823 5.0 969.9922 1.0 970.0021 3.0 970.0121 5.0 970.022 6.0 970.0419 1.0 970.0518 6.0 970.0617 6.0 970.0717 5.0 970.0816 7.0 970.0915 5.0 970.1015 3.0 970.1114 5.0 970.1213 5.0 970.1313 5.0 970.1412 16.0 970.1511 13.0 970.1611 15.0 970.171 11.0 970.1809 7.0 970.1908 5.0 970.2008 2.0 970.2107 15.0 970.2206 20.0 970.2306 12.0 970.2405 8.0 970.2504 5.0 970.2604 7.0 970.2703 1.0 970.2802 1.0 970.2902 1.0 970.3001 3.0 970.31 3.0 970.32 8.0 970.3299 12.0 970.3398 6.0 970.3498 4.0 970.3597 6.0 970.3696 11.0 970.3796 17.0 970.3895 13.0 970.3994 9.0 970.4094 9.0 970.4193 3.0 970.4293 4.0 970.4392 5.0 970.4491 4.0 970.4591 13.0 970.469 7.0 970.4789 5.0 970.4889 2.0 970.4988 4.0 970.5087 6.0 970.5187 5.0 970.5286 3.0 970.5385 2.0 970.5485 8.0 970.5584 9.0 970.5683 7.0 970.5783 9.0 970.5882 4.0 970.5981 11.0 970.6081 1.0 970.618 12.0 970.6279 6.0 970.6379 2.0 970.6478 2.0 970.6577 4.0 970.6776 1.0 970.6876 3.0 970.6975 8.0 970.7074 3.0 970.7174 4.0 970.7273 5.0 970.7372 3.0 970.7472 2.0 970.7571 1.0 970.767 5.0 970.777 1.0 970.7869 6.0 970.7968 3.0 970.8068 5.0 970.8167 2.0 970.8267 5.0 970.8366 5.0 970.8465 13.0 970.8565 18.0 970.8664 7.0 970.8763 8.0 970.8863 7.0 970.8962 6.0 970.9061 3.0 970.9161 7.0 970.926 9.0 970.936 9.0 970.9459 4.0 970.9558 6.0 970.9658 8.0 970.9757 7.0 970.9856 16.0 970.9956 9.0 971.0055 1.0 971.0155 7.0 971.0254 8.0 971.0353 6.0 971.0453 2.0 971.0552 4.0 971.0651 7.0 971.0751 6.0 971.085 3.0 971.0949 6.0 971.1049 11.0 971.1148 15.0 971.1248 3.0 971.1347 7.0 971.1446 5.0 971.1546 4.0 971.1645 4.0 971.1745 8.0 971.1844 6.0 971.1943 13.0 971.2043 11.0 971.2142 3.0 971.2241 1.0 971.2341 5.0 971.244 6.0 971.254 8.0 971.2639 10.0 971.2738 13.0 971.2838 2.0 971.2937 6.0 971.3036 6.0 971.3136 3.0 971.3235 4.0 971.3335 7.0 971.3434 1.0 971.3533 4.0 971.3633 8.0 971.3732 4.0 971.3832 8.0 971.3931 2.0 971.403 1.0 971.413 7.0 971.4229 5.0 971.4329 4.0 971.4428 4.0 971.4527 1.0 971.4627 5.0 971.4726 6.0 971.4826 6.0 971.4925 5.0 971.5024 5.0 971.5124 7.0 971.5223 4.0 971.5322 2.0 971.5422 7.0 971.5521 7.0 971.5621 1.0 971.572 7.0 971.5819 7.0 971.5919 2.0 971.6018 1.0 971.6118 4.0 971.6217 3.0 971.6316 3.0 971.6416 4.0 971.6515 3.0 971.6615 6.0 971.6814 5.0 971.6913 12.0 971.7012 5.0 971.7112 3.0 971.7211 2.0 971.7311 5.0 971.741 4.0 971.7509 4.0 971.7609 5.0 971.7708 7.0 971.7808 6.0 971.7907 2.0 971.8006 1.0 971.8106 10.0 971.8205 8.0 971.8305 5.0 971.8404 5.0 971.8503 8.0 971.8603 6.0 971.8702 6.0 971.8802 7.0 971.8901 6.0 971.9001 8.0 971.91 3.0 971.9199 15.0 971.9299 11.0 971.9398 5.0 971.9498 11.0 971.9597 16.0 971.9696 21.0 971.9796 19.0 971.9895 12.0 971.9995 10.0 972.0094 9.0 972.0194 5.0 972.0293 2.0 972.0392 4.0 972.0492 4.0 972.0591 2.0 972.0691 2.0 972.079 6.0 972.089 12.0 972.0989 5.0 972.1088 6.0 972.1188 11.0 972.1287 4.0 972.1387 4.0 972.1486 4.0 972.1586 4.0 972.1685 4.0 972.1784 9.0 972.1884 7.0 972.1983 3.0 972.2083 2.0 972.2182 6.0 972.2282 2.0 972.2381 4.0 972.248 4.0 972.258 5.0 972.2679 4.0 972.2779 5.0 972.2878 4.0 972.2978 6.0 972.3077 10.0 972.3176 10.0 972.3276 6.0 972.3375 11.0 972.3475 8.0 972.3574 4.0 972.3674 8.0 972.3773 9.0 972.3873 11.0 972.3972 3.0 972.4071 3.0 972.4171 6.0 972.427 2.0 972.437 10.0 972.4469 9.0 972.4569 14.0 972.4668 6.0 972.4867 3.0 972.4966 6.0 972.5066 11.0 972.5165 7.0 972.5265 14.0 972.5364 7.0 972.5464 11.0 972.5563 9.0 972.5663 7.0 972.5762 6.0 972.5861 1.0 972.5961 4.0 972.606 1.0 972.616 2.0 972.6259 3.0 972.6359 7.0 972.6458 4.0 972.6558 1.0 972.6657 1.0 972.6757 6.0 972.6856 15.0 972.6955 3.0 972.7055 4.0 972.7154 7.0 972.7254 5.0 972.7353 3.0 972.7453 7.0 972.7552 2.0 972.7652 3.0 972.7751 6.0 972.795 6.0 972.805 5.0 972.8149 4.0 972.8248 1.0 972.8348 1.0 972.8447 11.0 972.8547 6.0 972.8646 9.0 972.8746 16.0 972.8845 20.0 972.8945 26.0 972.9044 9.0 972.9144 15.0 972.9243 13.0 972.9343 7.0 972.9442 2.0 972.9542 2.0 972.9641 7.0 972.974 15.0 972.984 12.0 972.9939 7.0 973.0039 8.0 973.0138 3.0 973.0238 4.0 973.0337 4.0 973.0437 6.0 973.0536 14.0 973.0636 5.0 973.0735 3.0 973.0835 3.0 973.0934 4.0 973.1034 1.0 973.1133 3.0 973.1233 7.0 973.1332 14.0 973.1432 3.0 973.1531 6.0 973.1631 6.0 973.173 6.0 973.183 2.0 973.1929 6.0 973.2028 4.0 973.2128 5.0 973.2327 6.0 973.2426 4.0 973.2526 1.0 973.2625 2.0 973.2725 5.0 973.2924 12.0 973.3023 11.0 973.3123 6.0 973.3222 3.0 973.3322 1.0 973.3421 7.0 973.3521 6.0 973.362 11.0 973.372 5.0 973.3819 5.0 973.3919 12.0 973.4018 3.0 973.4118 6.0 973.4217 5.0 973.4317 5.0 973.4416 5.0 973.4516 6.0 973.4615 9.0 973.4715 8.0 973.4814 3.0 973.4914 6.0 973.5013 3.0 973.5113 1.0 973.5312 2.0 973.5411 6.0 973.5511 9.0 973.561 4.0 973.571 6.0 973.5809 3.0 973.5909 8.0 973.6008 4.0 973.6108 5.0 973.6207 6.0 973.6307 9.0 973.6406 4.0 973.6506 6.0 973.6605 2.0 973.6705 4.0 973.6804 2.0 973.6904 5.0 973.7003 3.0 973.7103 4.0 973.7202 5.0 973.7302 1.0 973.7401 6.0 973.7501 4.0 973.76 4.0 973.77 3.0 973.7799 5.0 973.7899 6.0 973.7998 4.0 973.8098 16.0 973.8197 4.0 973.8297 3.0 973.8396 9.0 973.8496 17.0 973.8595 5.0 973.8695 7.0 973.8795 8.0 973.8894 1.0 973.8994 8.0 973.9093 1.0 973.9193 6.0 973.9292 18.0 973.9392 10.0 973.9491 9.0 973.9591 6.0 973.969 1.0 973.979 4.0 973.9889 2.0 973.9989 3.0 974.0088 2.0 974.0188 1.0 974.0287 6.0 974.0387 5.0 974.0486 6.0 974.0586 3.0 974.0685 8.0 974.0785 4.0 974.0885 4.0 974.0984 7.0 974.1084 3.0 974.1183 5.0 974.1283 3.0 974.1382 2.0 974.1581 2.0 974.1681 1.0 974.178 5.0 974.188 3.0 974.1979 2.0 974.2079 10.0 974.2178 4.0 974.2278 1.0 974.2378 2.0 974.2477 7.0 974.2577 8.0 974.2676 11.0 974.2776 8.0 974.2875 6.0 974.2975 6.0 974.3074 2.0 974.3174 3.0 974.3273 3.0 974.3472 4.0 974.3572 5.0 974.3672 1.0 974.3771 4.0 974.3871 10.0 974.397 5.0 974.407 2.0 974.4169 14.0 974.4269 11.0 974.4368 7.0 974.4468 6.0 974.4567 7.0 974.4667 3.0 974.4767 7.0 974.4866 5.0 974.4966 7.0 974.5065 8.0 974.5165 2.0 974.5264 9.0 974.5364 3.0 974.5463 4.0 974.5563 5.0 974.5662 3.0 974.5762 1.0 974.5862 1.0 974.5961 2.0 974.6061 9.0 974.616 8.0 974.626 7.0 974.6359 6.0 974.6459 12.0 974.6558 5.0 974.6658 3.0 974.6758 4.0 974.6857 9.0 974.6957 17.0 974.7056 7.0 974.7156 4.0 974.7255 7.0 974.7355 4.0 974.7455 6.0 974.7554 7.0 974.7654 7.0 974.7753 12.0 974.7853 10.0 974.7952 5.0 974.8052 8.0 974.8151 3.0 974.8251 7.0 974.8351 5.0 974.845 4.0 974.855 13.0 974.8649 5.0 974.8749 7.0 974.8848 17.0 974.8948 20.0 974.9048 13.0 974.9147 11.0 974.9247 5.0 974.9346 9.0 974.9446 6.0 974.9545 5.0 974.9645 6.0 974.9745 7.0 974.9844 11.0 974.9944 8.0 975.0043 6.0 975.0143 1.0 975.0242 6.0 975.0342 14.0 975.0442 6.0 975.0541 5.0 975.0641 6.0 975.074 6.0 975.084 8.0 975.094 5.0 975.1039 3.0 975.1139 4.0 975.1238 4.0 975.1338 4.0 975.1437 4.0 975.1537 3.0 975.1637 13.0 975.1736 2.0 975.1836 3.0 975.1935 4.0 975.2035 12.0 975.2135 2.0 975.2234 2.0 975.2334 3.0 975.2433 3.0 975.2533 3.0 975.2632 2.0 975.2732 2.0 975.2832 3.0 975.2931 1.0 975.3031 5.0 975.313 5.0 975.323 5.0 975.333 13.0 975.3429 8.0 975.3529 5.0 975.3628 7.0 975.3728 5.0 975.3828 10.0 975.3927 7.0 975.4027 9.0 975.4126 12.0 975.4226 2.0 975.4326 3.0 975.4425 4.0 975.4724 3.0 975.4824 4.0 975.4923 16.0 975.5023 22.0 975.5122 7.0 975.5222 2.0 975.5322 4.0 975.5421 4.0 975.5521 7.0 975.562 8.0 975.572 4.0 975.582 9.0 975.5919 10.0 975.6019 6.0 975.6118 2.0 975.6218 4.0 975.6318 3.0 975.6517 4.0 975.6616 3.0 975.6716 11.0 975.6816 4.0 975.6915 2.0 975.7015 4.0 975.7115 9.0 975.7214 7.0 975.7314 6.0 975.7513 4.0 975.7613 2.0 975.7712 2.0 975.7812 5.0 975.7911 2.0 975.8011 5.0 975.8111 4.0 975.821 3.0 975.831 5.0 975.841 9.0 975.8509 11.0 975.8609 7.0 975.8708 7.0 975.8808 13.0 975.8908 3.0 975.9007 4.0 975.9107 7.0 975.9206 3.0 975.9306 1.0 975.9406 2.0 975.9505 8.0 975.9605 15.0 975.9705 10.0 975.9804 1.0 975.9904 3.0 976.0003 4.0 976.0103 2.0 976.0203 5.0 976.0302 6.0 976.0402 6.0 976.0502 7.0 976.0601 6.0 976.0701 2.0 976.0801 10.0 976.09 11.0 976.1 8.0 976.1099 12.0 976.1199 6.0 976.1299 2.0 976.1398 6.0 976.1498 7.0 976.1598 7.0 976.1697 9.0 976.1797 9.0 976.1896 6.0 976.1996 3.0 976.2096 2.0 976.2195 6.0 976.2295 1.0 976.2395 9.0 976.2494 2.0 976.2594 6.0 976.2694 6.0 976.2793 5.0 976.2893 9.0 976.2993 7.0 976.3092 9.0 976.3192 4.0 976.3291 10.0 976.3391 6.0 976.3491 5.0 976.359 3.0 976.369 7.0 976.379 7.0 976.3889 3.0 976.3989 4.0 976.4188 1.0 976.4288 1.0 976.4388 5.0 976.4487 1.0 976.4587 4.0 976.4687 1.0 976.4786 3.0 976.4886 4.0 976.4985 7.0 976.5085 7.0 976.5185 5.0 976.5284 4.0 976.5384 4.0 976.5484 4.0 976.5583 7.0 976.5683 7.0 976.5783 3.0 976.5882 6.0 976.5982 6.0 976.6082 6.0 976.6181 3.0 976.6281 8.0 976.6381 7.0 976.648 4.0 976.658 6.0 976.668 4.0 976.6779 6.0 976.6879 3.0 976.6979 6.0 976.7078 5.0 976.7178 5.0 976.7278 1.0 976.7377 3.0 976.7477 2.0 976.7577 3.0 976.7676 5.0 976.7776 5.0 976.7876 6.0 976.7975 8.0 976.8075 4.0 976.8175 3.0 976.8274 7.0 976.8374 3.0 976.8474 8.0 976.8573 20.0 976.8673 13.0 976.8773 17.0 976.8872 16.0 976.8972 8.0 976.9072 4.0 976.9171 4.0 976.9271 7.0 976.9371 10.0 976.947 4.0 976.957 9.0 976.967 10.0 976.9769 6.0 976.9869 5.0 976.9969 1.0 977.0068 4.0 977.0168 8.0 977.0268 6.0 977.0367 2.0 977.0467 7.0 977.0567 5.0 977.0667 3.0 977.0766 6.0 977.0866 2.0 977.0966 3.0 977.1065 8.0 977.1165 2.0 977.1265 7.0 977.1364 2.0 977.1464 3.0 977.1564 6.0 977.1663 5.0 977.1763 10.0 977.1863 3.0 977.1962 6.0 977.2062 6.0 977.2162 8.0 977.2261 6.0 977.2361 4.0 977.2461 4.0 977.2561 2.0 977.266 2.0 977.276 1.0 977.286 3.0 977.2959 4.0 977.3059 5.0 977.3159 3.0 977.3258 2.0 977.3358 6.0 977.3458 4.0 977.3558 1.0 977.3657 7.0 977.3757 4.0 977.3857 7.0 977.3956 2.0 977.4056 5.0 977.4156 5.0 977.4255 4.0 977.4355 10.0 977.4455 2.0 977.4554 6.0 977.4654 7.0 977.4754 6.0 977.4854 5.0 977.4953 5.0 977.5053 14.0 977.5153 6.0 977.5252 17.0 977.5352 6.0 977.5452 10.0 977.5552 4.0 977.5651 2.0 977.5751 7.0 977.5851 7.0 977.595 6.0 977.605 3.0 977.615 2.0 977.6249 4.0 977.6349 2.0 977.6449 4.0 977.6549 9.0 977.6648 7.0 977.6748 12.0 977.6848 5.0 977.6947 2.0 977.7047 5.0 977.7147 4.0 977.7247 7.0 977.7346 6.0 977.7446 6.0 977.7546 3.0 977.7645 5.0 977.7745 2.0 977.7845 8.0 977.7945 9.0 977.8044 11.0 977.8144 7.0 977.8244 5.0 977.8344 9.0 977.8443 7.0 977.8543 7.0 977.8643 9.0 977.8742 10.0 977.8842 3.0 977.8942 5.0 977.9042 5.0 977.9141 7.0 977.9241 3.0 977.9341 8.0 977.944 10.0 977.954 9.0 977.964 5.0 977.974 6.0 977.9839 5.0 977.9939 2.0 978.0039 1.0 978.0139 4.0 978.0238 4.0 978.0338 2.0 978.0438 6.0 978.0538 2.0 978.0637 9.0 978.0737 7.0 978.0837 3.0 978.0936 2.0 978.1036 8.0 978.1136 6.0 978.1236 9.0 978.1335 14.0 978.1435 2.0 978.1535 11.0 978.1635 2.0 978.1734 7.0 978.1834 4.0 978.1934 3.0 978.2034 2.0 978.2133 6.0 978.2233 6.0 978.2333 8.0 978.2433 3.0 978.2532 3.0 978.2632 4.0 978.2732 7.0 978.2832 2.0 978.2931 6.0 978.3031 3.0 978.3131 10.0 978.323 2.0 978.333 1.0 978.343 3.0 978.353 4.0 978.3629 7.0 978.3729 5.0 978.3829 2.0 978.3929 3.0 978.4028 13.0 978.4128 5.0 978.4228 6.0 978.4328 10.0 978.4427 2.0 978.4527 4.0 978.4627 2.0 978.4727 5.0 978.4826 5.0 978.4926 3.0 978.5026 15.0 978.5126 7.0 978.5226 11.0 978.5325 14.0 978.5425 6.0 978.5525 5.0 978.5625 3.0 978.5724 5.0 978.5824 3.0 978.5924 9.0 978.6024 9.0 978.6123 2.0 978.6223 4.0 978.6323 3.0 978.6522 3.0 978.6622 9.0 978.6722 10.0 978.6822 4.0 978.6921 4.0 978.7021 3.0 978.7121 7.0 978.7221 11.0 978.7321 5.0 978.742 5.0 978.752 11.0 978.762 2.0 978.772 3.0 978.7819 6.0 978.7919 2.0 978.8019 8.0 978.8119 7.0 978.8218 8.0 978.8318 6.0 978.8418 3.0 978.8518 8.0 978.8618 16.0 978.8717 10.0 978.8817 10.0 978.8917 7.0 978.9017 5.0 978.9116 8.0 978.9216 6.0 978.9316 3.0 978.9416 2.0 978.9516 4.0 978.9615 11.0 978.9715 7.0 978.9815 10.0 978.9915 5.0 979.0014 5.0 979.0114 4.0 979.0214 7.0 979.0314 6.0 979.0414 3.0 979.0513 2.0 979.0613 9.0 979.0713 5.0 979.0813 3.0 979.0912 4.0 979.1012 2.0 979.1112 4.0 979.1212 5.0 979.1312 8.0 979.1411 4.0 979.1511 2.0 979.1611 8.0 979.1711 2.0 979.1811 7.0 979.191 6.0 979.201 5.0 979.211 10.0 979.221 1.0 979.231 4.0 979.2409 2.0 979.2509 4.0 979.2609 2.0 979.2709 4.0 979.2808 3.0 979.2908 1.0 979.3008 10.0 979.3108 8.0 979.3208 11.0 979.3307 10.0 979.3407 10.0 979.3507 3.0 979.3607 7.0 979.3707 15.0 979.3806 9.0 979.3906 4.0 979.4006 11.0 979.4106 7.0 979.4206 7.0 979.4305 4.0 979.4405 14.0 979.4505 12.0 979.4605 7.0 979.4705 5.0 979.4804 2.0 979.4904 4.0 979.5004 2.0 979.5104 7.0 979.5204 3.0 979.5304 3.0 979.5403 3.0 979.5503 3.0 979.5603 6.0 979.5703 4.0 979.5803 4.0 979.5902 7.0 979.6002 8.0 979.6102 21.0 979.6202 23.0 979.6302 11.0 979.6401 5.0 979.6501 6.0 979.6601 4.0 979.6701 5.0 979.6801 2.0 979.7 5.0 979.71 2.0 979.72 7.0 979.73 7.0 979.74 3.0 979.7499 9.0 979.7599 3.0 979.7699 5.0 979.7799 5.0 979.7899 1.0 979.7999 5.0 979.8098 3.0 979.8198 15.0 979.8298 24.0 979.8398 6.0 979.8498 8.0 979.8597 18.0 979.8697 5.0 979.8797 11.0 979.8897 3.0 979.8997 4.0 979.9097 11.0 979.9196 4.0 979.9296 4.0 979.9396 6.0 979.9496 8.0 979.9596 16.0 979.9696 16.0 979.9795 7.0 979.9895 13.0 979.9995 5.0 980.0095 12.0 980.0195 13.0 980.0295 6.0 980.0394 5.0 980.0494 6.0 980.0594 4.0 980.0694 9.0 980.0794 8.0 980.0894 4.0 980.0993 3.0 980.1093 6.0 980.1193 9.0 980.1293 6.0 980.1393 10.0 980.1493 7.0 980.1592 4.0 980.1692 4.0 980.1792 6.0 980.1892 11.0 980.1992 7.0 980.2092 8.0 980.2191 20.0 980.2291 16.0 980.2391 3.0 980.2491 4.0 980.2591 4.0 980.2691 7.0 980.2791 3.0 980.289 10.0 980.299 4.0 980.309 2.0 980.319 3.0 980.329 5.0 980.339 3.0 980.349 6.0 980.3589 2.0 980.3689 3.0 980.3789 7.0 980.3889 5.0 980.3989 4.0 980.4089 4.0 980.4188 5.0 980.4288 16.0 980.4388 13.0 980.4488 5.0 980.4588 5.0 980.4688 7.0 980.4788 6.0 980.4887 3.0 980.4987 2.0 980.5087 3.0 980.5187 10.0 980.5287 6.0 980.5387 6.0 980.5487 3.0 980.5586 3.0 980.5686 5.0 980.5786 7.0 980.5886 10.0 980.5986 9.0 980.6086 2.0 980.6186 6.0 980.6286 8.0 980.6385 9.0 980.6485 6.0 980.6585 6.0 980.6685 10.0 980.6785 11.0 980.6885 5.0 980.6985 3.0 980.7084 10.0 980.7184 8.0 980.7284 6.0 980.7384 5.0 980.7484 7.0 980.7584 5.0 980.7684 12.0 980.7784 14.0 980.7883 2.0 980.7983 7.0 980.8083 9.0 980.8183 9.0 980.8283 1.0 980.8383 6.0 980.8483 4.0 980.8583 1.0 980.8682 4.0 980.8782 7.0 980.8882 7.0 980.8982 12.0 980.9082 5.0 980.9182 4.0 980.9282 7.0 980.9382 9.0 980.9481 12.0 980.9581 8.0 980.9681 7.0 980.9781 19.0 980.9881 15.0 980.9981 9.0 981.0081 11.0 981.0181 5.0 981.028 6.0 981.038 3.0 981.048 10.0 981.058 8.0 981.068 16.0 981.078 14.0 981.088 10.0 981.098 5.0 981.108 2.0 981.1179 3.0 981.1279 4.0 981.1379 6.0 981.1479 3.0 981.1579 6.0 981.1679 4.0 981.1779 5.0 981.1879 2.0 981.1979 2.0 981.2079 5.0 981.2178 6.0 981.2278 7.0 981.2378 9.0 981.2478 5.0 981.2578 8.0 981.2678 10.0 981.2778 1.0 981.2878 2.0 981.2978 12.0 981.3077 2.0 981.3177 9.0 981.3277 3.0 981.3377 4.0 981.3477 12.0 981.3577 11.0 981.3677 5.0 981.3777 8.0 981.3877 8.0 981.3977 4.0 981.4076 5.0 981.4176 3.0 981.4276 3.0 981.4376 3.0 981.4476 3.0 981.4576 7.0 981.4676 14.0 981.4776 10.0 981.4876 18.0 981.4976 11.0 981.5076 12.0 981.5175 10.0 981.5275 3.0 981.5375 3.0 981.5475 8.0 981.5575 12.0 981.5675 4.0 981.5775 3.0 981.5975 3.0 981.6075 4.0 981.6175 10.0 981.6275 10.0 981.6374 5.0 981.6474 9.0 981.6574 12.0 981.6674 3.0 981.6774 4.0 981.6874 10.0 981.6974 2.0 981.7074 8.0 981.7174 5.0 981.7274 9.0 981.7374 9.0 981.7474 4.0 981.7573 5.0 981.7673 1.0 981.7773 6.0 981.7873 4.0 981.7973 3.0 981.8073 4.0 981.8173 3.0 981.8273 2.0 981.8373 7.0 981.8473 5.0 981.8573 12.0 981.8673 4.0 981.8773 10.0 981.8872 15.0 981.8972 20.0 981.9072 11.0 981.9172 7.0 981.9272 6.0 981.9372 10.0 981.9472 9.0 981.9572 4.0 981.9672 5.0 981.9772 4.0 981.9872 4.0 981.9972 13.0 982.0072 11.0 982.0172 2.0 982.0272 6.0 982.0371 6.0 982.0471 8.0 982.0571 4.0 982.0671 7.0 982.0771 6.0 982.0871 7.0 982.0971 12.0 982.1071 19.0 982.1171 10.0 982.1271 8.0 982.1371 4.0 982.1471 4.0 982.1571 4.0 982.1671 8.0 982.1771 6.0 982.1871 7.0 982.1971 3.0 982.207 2.0 982.217 6.0 982.227 3.0 982.237 4.0 982.247 2.0 982.257 1.0 982.267 3.0 982.277 7.0 982.287 3.0 982.297 3.0 982.307 8.0 982.317 3.0 982.327 9.0 982.347 1.0 982.357 2.0 982.367 2.0 982.377 8.0 982.387 5.0 982.397 7.0 982.4069 9.0 982.4169 4.0 982.4269 8.0 982.4369 17.0 982.4469 11.0 982.4569 5.0 982.4669 2.0 982.4769 14.0 982.4869 14.0 982.4969 8.0 982.5069 5.0 982.5169 11.0 982.5269 12.0 982.5369 3.0 982.5469 4.0 982.5569 3.0 982.5669 5.0 982.5769 4.0 982.5869 10.0 982.5969 5.0 982.6069 2.0 982.6169 10.0 982.6269 4.0 982.6369 2.0 982.6469 4.0 982.6569 1.0 982.6668 9.0 982.6768 4.0 982.6868 2.0 982.6968 1.0 982.7168 6.0 982.7268 4.0 982.7368 4.0 982.7468 11.0 982.7568 9.0 982.7668 4.0 982.7768 9.0 982.7868 13.0 982.7968 3.0 982.8068 7.0 982.8168 9.0 982.8268 5.0 982.8368 7.0 982.8468 5.0 982.8568 7.0 982.8668 4.0 982.8768 3.0 982.8868 7.0 982.8968 5.0 982.9068 9.0 982.9168 5.0 982.9268 3.0 982.9368 3.0 982.9468 8.0 982.9568 9.0 982.9668 17.0 982.9768 14.0 982.9868 11.0 982.9968 3.0 983.0068 5.0 983.0168 8.0 983.0268 14.0 983.0368 5.0 983.0468 6.0 983.0568 2.0 983.0668 3.0 983.0768 6.0 983.0868 13.0 983.0968 8.0 983.1068 3.0 983.1168 3.0 983.1268 9.0 983.1368 4.0 983.1468 13.0 983.1568 14.0 983.1668 6.0 983.1768 8.0 983.1868 9.0 983.1968 3.0 983.2068 3.0 983.2168 3.0 983.2268 2.0 983.2368 2.0 983.2468 2.0 983.2568 9.0 983.2668 7.0 983.2768 6.0 983.2868 7.0 983.2968 4.0 983.3068 4.0 983.3168 2.0 983.3268 6.0 983.3368 5.0 983.3468 3.0 983.3568 9.0 983.3668 11.0 983.3768 16.0 983.3868 5.0 983.3968 4.0 983.4068 5.0 983.4168 1.0 983.4268 3.0 983.4368 10.0 983.4468 6.0 983.4568 5.0 983.4668 6.0 983.4768 6.0 983.4868 15.0 983.4968 7.0 983.5068 14.0 983.5168 16.0 983.5268 12.0 983.5368 8.0 983.5468 21.0 983.5568 17.0 983.5668 10.0 983.5768 3.0 983.5868 5.0 983.5968 3.0 983.6068 3.0 983.6168 4.0 983.6268 7.0 983.6368 3.0 983.6468 5.0 983.6568 2.0 983.6668 5.0 983.6768 1.0 983.6868 6.0 983.6968 8.0 983.7068 1.0 983.7168 2.0 983.7268 4.0 983.7368 5.0 983.7468 5.0 983.7568 11.0 983.7768 4.0 983.7868 4.0 983.7968 4.0 983.8068 8.0 983.8168 7.0 983.8268 6.0 983.8468 4.0 983.8568 4.0 983.8668 6.0 983.8768 12.0 983.8868 13.0 983.8969 21.0 983.9069 13.0 983.9169 19.0 983.9269 3.0 983.9369 7.0 983.9469 6.0 983.9569 1.0 983.9669 5.0 983.9769 5.0 983.9869 8.0 983.9969 11.0 984.0069 11.0 984.0169 11.0 984.0269 9.0 984.0369 5.0 984.0469 3.0 984.0569 5.0 984.0669 7.0 984.0769 6.0 984.0869 2.0 984.0969 11.0 984.1069 7.0 984.1169 6.0 984.1269 7.0 984.1369 6.0 984.1469 5.0 984.1569 4.0 984.167 6.0 984.177 9.0 984.187 20.0 984.197 6.0 984.207 2.0 984.217 7.0 984.227 3.0 984.237 6.0 984.247 3.0 984.257 6.0 984.267 10.0 984.277 14.0 984.297 9.0 984.307 1.0 984.317 4.0 984.327 7.0 984.337 4.0 984.347 2.0 984.357 6.0 984.3671 2.0 984.3771 2.0 984.3871 7.0 984.3971 11.0 984.4071 5.0 984.4171 3.0 984.4271 6.0 984.4371 11.0 984.4471 8.0 984.4571 12.0 984.4671 7.0 984.4771 4.0 984.4871 5.0 984.4971 6.0 984.5071 9.0 984.5171 2.0 984.5272 6.0 984.5372 6.0 984.5472 2.0 984.5572 4.0 984.5672 3.0 984.5772 6.0 984.5872 11.0 984.5972 6.0 984.6072 8.0 984.6172 3.0 984.6272 4.0 984.6372 14.0 984.6472 6.0 984.6572 4.0 984.6672 3.0 984.6773 10.0 984.6873 5.0 984.6973 6.0 984.7073 10.0 984.7173 7.0 984.7273 2.0 984.7473 1.0 984.7573 6.0 984.7673 4.0 984.7773 3.0 984.7873 4.0 984.7973 1.0 984.8073 2.0 984.8174 6.0 984.8274 5.0 984.8374 2.0 984.8474 3.0 984.8574 6.0 984.8674 6.0 984.8774 5.0 984.8874 9.0 984.8974 8.0 984.9074 16.0 984.9174 21.0 984.9274 8.0 984.9375 12.0 984.9475 9.0 984.9575 8.0 984.9675 8.0 984.9775 7.0 984.9875 5.0 984.9975 14.0 985.0075 6.0 985.0175 4.0 985.0275 8.0 985.0375 8.0 985.0476 3.0 985.0576 5.0 985.0676 2.0 985.0776 10.0 985.0876 9.0 985.0976 5.0 985.1076 4.0 985.1176 4.0 985.1276 4.0 985.1376 5.0 985.1476 6.0 985.1577 2.0 985.1677 6.0 985.1777 5.0 985.1877 4.0 985.1977 2.0 985.2077 2.0 985.2177 2.0 985.2277 3.0 985.2377 3.0 985.2477 4.0 985.2578 9.0 985.2678 11.0 985.2778 6.0 985.2878 4.0 985.2978 2.0 985.3078 4.0 985.3178 3.0 985.3278 6.0 985.3378 20.0 985.3478 16.0 985.3579 8.0 985.3679 6.0 985.3779 3.0 985.3879 5.0 985.3979 5.0 985.4079 2.0 985.4179 2.0 985.4279 4.0 985.4379 4.0 985.448 1.0 985.458 2.0 985.468 4.0 985.478 6.0 985.488 6.0 985.498 11.0 985.508 9.0 985.518 11.0 985.528 8.0 985.5381 4.0 985.5481 6.0 985.5581 4.0 985.5681 5.0 985.5781 3.0 985.5881 7.0 985.5981 3.0 985.6081 2.0 985.6182 2.0 985.6282 2.0 985.6382 8.0 985.6482 6.0 985.6582 5.0 985.6682 1.0 985.6782 4.0 985.6882 9.0 985.6982 3.0 985.7083 4.0 985.7183 5.0 985.7283 7.0 985.7383 11.0 985.7483 5.0 985.7583 4.0 985.7683 4.0 985.7783 9.0 985.7884 2.0 985.7984 2.0 985.8084 5.0 985.8184 1.0 985.8284 8.0 985.8384 6.0 985.8484 2.0 985.8585 7.0 985.8685 2.0 985.8785 1.0 985.8885 1.0 985.8985 4.0 985.9085 7.0 985.9185 2.0 985.9285 4.0 985.9386 9.0 985.9486 16.0 985.9586 6.0 985.9686 4.0 985.9786 4.0 985.9886 4.0 985.9986 2.0 986.0087 1.0 986.0187 4.0 986.0287 3.0 986.0387 8.0 986.0487 5.0 986.0587 6.0 986.0687 9.0 986.0788 4.0 986.0888 2.0 986.0988 6.0 986.1088 12.0 986.1188 9.0 986.1288 9.0 986.1388 3.0 986.1489 1.0 986.1589 9.0 986.1689 3.0 986.1789 1.0 986.1889 2.0 986.1989 1.0 986.2089 4.0 986.219 3.0 986.229 4.0 986.239 2.0 986.249 6.0 986.259 7.0 986.269 13.0 986.2791 9.0 986.2891 4.0 986.2991 3.0 986.3091 9.0 986.3191 5.0 986.3291 5.0 986.3391 3.0 986.3492 1.0 986.3592 5.0 986.3692 6.0 986.3792 2.0 986.3892 4.0 986.3992 2.0 986.4093 1.0 986.4193 8.0 986.4293 9.0 986.4393 8.0 986.4493 9.0 986.4593 3.0 986.4694 10.0 986.4794 11.0 986.4894 2.0 986.4994 2.0 986.5094 8.0 986.5194 13.0 986.5295 8.0 986.5395 5.0 986.5495 9.0 986.5595 8.0 986.5695 6.0 986.5795 7.0 986.5896 4.0 986.5996 8.0 986.6096 2.0 986.6196 12.0 986.6296 13.0 986.6396 13.0 986.6497 4.0 986.6597 2.0 986.6697 3.0 986.6797 1.0 986.6897 3.0 986.6997 8.0 986.7098 6.0 986.7198 6.0 986.7298 6.0 986.7398 3.0 986.7498 5.0 986.7598 4.0 986.7699 1.0 986.7799 4.0 986.7899 8.0 986.7999 9.0 986.8099 3.0 986.82 2.0 986.83 6.0 986.84 15.0 986.85 9.0 986.86 10.0 986.87 16.0 986.8801 13.0 986.8901 1.0 986.9001 1.0 986.9101 5.0 986.9201 9.0 986.9302 10.0 986.9402 6.0 986.9502 4.0 986.9602 8.0 986.9702 8.0 986.9802 3.0 986.9903 2.0 987.0003 9.0 987.0103 9.0 987.0203 1.0 987.0303 4.0 987.0404 4.0 987.0504 12.0 987.0604 8.0 987.0704 2.0 987.0804 4.0 987.0905 4.0 987.1005 2.0 987.1105 7.0 987.1205 8.0 987.1305 6.0 987.1406 7.0 987.1506 2.0 987.1606 5.0 987.1706 4.0 987.1806 11.0 987.1907 11.0 987.2007 7.0 987.2107 7.0 987.2207 7.0 987.2307 5.0 987.2408 3.0 987.2508 6.0 987.2608 4.0 987.2708 7.0 987.2808 3.0 987.2909 5.0 987.3009 6.0 987.3109 8.0 987.3209 5.0 987.3309 5.0 987.341 1.0 987.351 5.0 987.361 10.0 987.371 4.0 987.381 5.0 987.3911 3.0 987.4011 2.0 987.4111 12.0 987.4211 7.0 987.4312 4.0 987.4412 3.0 987.4512 8.0 987.4612 10.0 987.4712 5.0 987.4813 6.0 987.4913 12.0 987.5013 6.0 987.5113 2.0 987.5213 8.0 987.5314 2.0 987.5414 3.0 987.5514 8.0 987.5614 5.0 987.5715 4.0 987.5815 5.0 987.5915 7.0 987.6015 6.0 987.6115 1.0 987.6316 3.0 987.6416 8.0 987.6516 6.0 987.6617 12.0 987.6717 9.0 987.6817 2.0 987.6917 1.0 987.7017 3.0 987.7118 4.0 987.7218 2.0 987.7318 8.0 987.7418 14.0 987.7519 5.0 987.7619 6.0 987.7719 7.0 987.7819 9.0 987.7919 6.0 987.802 5.0 987.812 10.0 987.822 10.0 987.832 3.0 987.8421 5.0 987.8521 7.0 987.8621 6.0 987.8721 3.0 987.8822 9.0 987.8922 7.0 987.9022 8.0 987.9122 5.0 987.9223 5.0 987.9323 12.0 987.9423 14.0 987.9523 20.0 987.9623 24.0 987.9724 24.0 987.9824 14.0 987.9924 7.0 988.0024 8.0 988.0125 8.0 988.0225 5.0 988.0325 1.0 988.0425 7.0 988.0526 6.0 988.0626 3.0 988.0726 9.0 988.0826 8.0 988.0927 4.0 988.1027 6.0 988.1127 12.0 988.1227 7.0 988.1328 12.0 988.1428 7.0 988.1528 8.0 988.1628 3.0 988.1729 5.0 988.1829 3.0 988.1929 3.0 988.2029 7.0 988.213 4.0 988.223 2.0 988.233 10.0 988.243 4.0 988.2531 6.0 988.2631 6.0 988.2831 5.0 988.2932 3.0 988.3032 5.0 988.3132 13.0 988.3232 4.0 988.3333 4.0 988.3433 12.0 988.3533 7.0 988.3633 3.0 988.3734 6.0 988.3834 7.0 988.3934 1.0 988.4035 3.0 988.4135 5.0 988.4235 8.0 988.4335 5.0 988.4436 12.0 988.4536 9.0 988.4636 3.0 988.4736 14.0 988.4837 4.0 988.4937 6.0 988.5037 3.0 988.5137 9.0 988.5238 2.0 988.5338 2.0 988.5438 6.0 988.5538 4.0 988.5639 4.0 988.5739 5.0 988.5839 5.0 988.594 8.0 988.604 3.0 988.614 5.0 988.624 5.0 988.6341 4.0 988.6441 4.0 988.6541 7.0 988.6641 8.0 988.6742 4.0 988.6842 5.0 988.6942 2.0 988.7043 4.0 988.7143 4.0 988.7243 5.0 988.7343 1.0 988.7444 8.0 988.7544 3.0 988.7644 6.0 988.7745 9.0 988.7845 4.0 988.7945 10.0 988.8045 6.0 988.8146 9.0 988.8246 9.0 988.8346 5.0 988.8447 2.0 988.8647 3.0 988.8747 19.0 988.8848 18.0 988.8948 6.0 988.9048 10.0 988.9149 5.0 988.9249 3.0 988.9349 7.0 988.9449 7.0 988.955 5.0 988.965 8.0 988.975 12.0 988.9851 5.0 988.9951 1.0 989.0051 5.0 989.0151 4.0 989.0252 7.0 989.0352 8.0 989.0553 6.0 989.0653 2.0 989.0753 6.0 989.0853 10.0 989.0954 8.0 989.1054 6.0 989.1154 11.0 989.1255 6.0 989.1355 3.0 989.1455 8.0 989.1556 8.0 989.1656 7.0 989.1756 8.0 989.1856 5.0 989.1957 4.0 989.2057 7.0 989.2157 5.0 989.2258 4.0 989.2358 4.0 989.2458 5.0 989.2559 4.0 989.2659 3.0 989.2759 7.0 989.286 6.0 989.296 9.0 989.316 5.0 989.3261 3.0 989.3361 4.0 989.3461 1.0 989.3562 2.0 989.3662 3.0 989.3762 5.0 989.3863 5.0 989.3963 3.0 989.4063 6.0 989.4164 4.0 989.4264 5.0 989.4364 5.0 989.4465 12.0 989.4565 3.0 989.4665 5.0 989.4765 7.0 989.4866 11.0 989.4966 6.0 989.5066 3.0 989.5167 4.0 989.5267 11.0 989.5367 5.0 989.5468 4.0 989.5568 1.0 989.5668 7.0 989.5769 2.0 989.5869 8.0 989.5969 4.0 989.607 6.0 989.617 6.0 989.627 3.0 989.6371 5.0 989.6471 4.0 989.6571 1.0 989.6672 3.0 989.6772 16.0 989.6872 4.0 989.6973 2.0 989.7073 4.0 989.7173 1.0 989.7274 1.0 989.7374 6.0 989.7474 9.0 989.7575 2.0 989.7675 9.0 989.7775 4.0 989.7876 9.0 989.7976 9.0 989.8076 1.0 989.8177 5.0 989.8277 6.0 989.8377 8.0 989.8478 13.0 989.8578 9.0 989.8678 5.0 989.8779 5.0 989.8879 4.0 989.8979 6.0 989.908 8.0 989.918 4.0 989.928 13.0 989.9381 10.0 989.9481 6.0 989.9581 9.0 989.9682 14.0 989.9782 6.0 989.9882 6.0 989.9983 11.0 990.0083 10.0 990.0183 18.0 990.0284 9.0 990.0384 4.0 990.0484 14.0 990.0585 14.0 990.0685 7.0 990.0785 6.0 990.0886 6.0 990.0986 8.0 990.1086 5.0 990.1187 6.0 990.1287 14.0 990.1387 8.0 990.1488 5.0 990.1588 3.0 990.1789 5.0 990.1889 2.0 990.199 7.0 990.209 6.0 990.219 2.0 990.2291 5.0 990.2391 11.0 990.2491 2.0 990.2592 4.0 990.2692 7.0 990.2792 4.0 990.2893 2.0 990.2993 3.0 990.3093 3.0 990.3194 9.0 990.3294 6.0 990.3395 9.0 990.3495 4.0 990.3595 4.0 990.3696 5.0 990.3796 4.0 990.3896 6.0 990.3997 3.0 990.4097 5.0 990.4197 3.0 990.4298 7.0 990.4398 3.0 990.4499 8.0 990.4599 6.0 990.4699 9.0 990.48 8.0 990.49 5.0 990.5 15.0 990.5101 7.0 990.5201 3.0 990.5302 5.0 990.5402 4.0 990.5502 5.0 990.5603 4.0 990.5703 9.0 990.5803 4.0 990.5904 3.0 990.6004 5.0 990.6104 12.0 990.6205 5.0 990.6305 4.0 990.6406 1.0 990.6506 3.0 990.6606 5.0 990.6707 3.0 990.6807 4.0 990.6907 4.0 990.7008 2.0 990.7108 5.0 990.7209 1.0 990.7309 4.0 990.7409 4.0 990.751 2.0 990.761 5.0 990.7711 3.0 990.7811 4.0 990.7911 7.0 990.8012 5.0 990.8112 6.0 990.8212 3.0 990.8313 3.0 990.8413 2.0 990.8514 5.0 990.8614 6.0 990.8714 3.0 990.8815 8.0 990.8915 6.0 990.9016 10.0 990.9116 10.0 990.9216 14.0 990.9317 13.0 990.9417 12.0 990.9518 6.0 990.9618 7.0 990.9718 4.0 990.9819 15.0 990.9919 7.0 991.0019 11.0 991.012 11.0 991.022 4.0 991.0321 6.0 991.0421 8.0 991.0521 9.0 991.0622 10.0 991.0722 10.0 991.0823 2.0 991.0923 8.0 991.1023 6.0 991.1124 4.0 991.1224 4.0 991.1325 11.0 991.1425 4.0 991.1525 2.0 991.1626 9.0 991.1726 3.0 991.1827 6.0 991.1927 3.0 991.2027 7.0 991.2128 6.0 991.2228 4.0 991.2329 5.0 991.2429 4.0 991.2529 9.0 991.263 11.0 991.273 2.0 991.2831 5.0 991.2931 10.0 991.3032 8.0 991.3132 6.0 991.3232 1.0 991.3333 3.0 991.3433 6.0 991.3534 7.0 991.3634 2.0 991.3734 3.0 991.3835 1.0 991.3935 1.0 991.4036 7.0 991.4136 4.0 991.4236 10.0 991.4337 5.0 991.4437 4.0 991.4538 1.0 991.4638 8.0 991.4739 11.0 991.4839 13.0 991.4939 6.0 991.504 9.0 991.514 4.0 991.5241 8.0 991.5341 4.0 991.5442 6.0 991.5642 8.0 991.5743 2.0 991.5843 2.0 991.5944 4.0 991.6044 8.0 991.6144 9.0 991.6245 6.0 991.6345 4.0 991.6446 6.0 991.6546 4.0 991.6647 1.0 991.6747 3.0 991.6847 7.0 991.6948 1.0 991.7048 3.0 991.7149 5.0 991.7249 2.0 991.735 4.0 991.745 9.0 991.755 7.0 991.7651 5.0 991.7751 9.0 991.7852 4.0 991.7952 4.0 991.8053 6.0 991.8153 5.0 991.8254 5.0 991.8354 2.0 991.8454 3.0 991.8555 9.0 991.8655 9.0 991.8756 9.0 991.8856 14.0 991.8957 12.0 991.9057 5.0 991.9157 16.0 991.9258 11.0 991.9358 11.0 991.9459 11.0 991.9559 5.0 991.966 16.0 991.976 15.0 991.9861 6.0 991.9961 4.0 992.0061 4.0 992.0162 8.0 992.0262 2.0 992.0363 8.0 992.0463 2.0 992.0564 6.0 992.0664 2.0 992.0765 2.0 992.0865 14.0 992.0965 9.0 992.1066 5.0 992.1166 5.0 992.1267 7.0 992.1367 4.0 992.1468 1.0 992.1568 5.0 992.1669 8.0 992.1769 3.0 992.187 7.0 992.197 4.0 992.207 7.0 992.2171 10.0 992.2271 6.0 992.2372 9.0 992.2472 4.0 992.2573 5.0 992.2673 7.0 992.2774 4.0 992.2874 8.0 992.2975 6.0 992.3075 14.0 992.3176 4.0 992.3276 2.0 992.3376 6.0 992.3477 8.0 992.3577 6.0 992.3678 2.0 992.3778 3.0 992.3879 2.0 992.3979 3.0 992.408 2.0 992.418 4.0 992.4281 10.0 992.4381 6.0 992.4482 6.0 992.4582 6.0 992.4682 9.0 992.4783 3.0 992.4883 8.0 992.4984 10.0 992.5084 17.0 992.5185 18.0 992.5285 14.0 992.5386 2.0 992.5486 2.0 992.5587 2.0 992.5687 2.0 992.5788 4.0 992.5989 1.0 992.6089 6.0 992.619 10.0 992.629 9.0 992.6391 5.0 992.6491 2.0 992.6591 4.0 992.6692 7.0 992.6792 8.0 992.6893 5.0 992.6993 1.0 992.7094 2.0 992.7194 6.0 992.7295 11.0 992.7395 4.0 992.7496 6.0 992.7596 8.0 992.7697 3.0 992.7797 10.0 992.7898 10.0 992.7998 8.0 992.8099 4.0 992.8199 12.0 992.83 8.0 992.84 3.0 992.8501 5.0 992.8601 5.0 992.8702 1.0 992.8802 4.0 992.8903 12.0 992.9003 11.0 992.9104 9.0 992.9204 4.0 992.9305 8.0 992.9405 7.0 992.9506 9.0 992.9606 6.0 992.9707 4.0 992.9807 12.0 992.9908 12.0 993.0008 15.0 993.0109 11.0 993.0209 7.0 993.031 15.0 993.041 4.0 993.0511 3.0 993.0611 1.0 993.0712 4.0 993.0812 7.0 993.0913 20.0 993.1013 5.0 993.1114 3.0 993.1214 5.0 993.1315 9.0 993.1415 8.0 993.1516 4.0 993.1616 4.0 993.1717 3.0 993.1817 2.0 993.1918 5.0 993.2018 2.0 993.2119 2.0 993.2219 7.0 993.232 8.0 993.242 6.0 993.2521 6.0 993.2621 6.0 993.2722 8.0 993.2822 5.0 993.2923 5.0 993.3023 6.0 993.3124 3.0 993.3224 1.0 993.3325 4.0 993.3425 4.0 993.3526 2.0 993.3626 4.0 993.3727 14.0 993.3827 7.0 993.3928 11.0 993.4028 11.0 993.4129 3.0 993.4229 5.0 993.433 7.0 993.443 5.0 993.4531 7.0 993.4631 4.0 993.4732 4.0 993.4832 4.0 993.4933 8.0 993.5033 6.0 993.5134 5.0 993.5235 1.0 993.5335 4.0 993.5436 4.0 993.5536 6.0 993.5637 2.0 993.5737 11.0 993.5838 1.0 993.5938 2.0 993.6039 5.0 993.6139 5.0 993.624 2.0 993.634 1.0 993.6441 5.0 993.6541 4.0 993.6742 4.0 993.6843 6.0 993.6943 5.0 993.7044 3.0 993.7145 1.0 993.7245 7.0 993.7346 9.0 993.7446 15.0 993.7547 8.0 993.7647 6.0 993.7848 2.0 993.7949 11.0 993.8049 9.0 993.815 2.0 993.825 4.0 993.8351 5.0 993.8452 1.0 993.8552 8.0 993.8653 9.0 993.8753 8.0 993.8854 4.0 993.8954 2.0 993.9055 10.0 993.9155 7.0 993.9256 5.0 993.9356 2.0 993.9457 5.0 993.9658 10.0 993.9759 9.0 993.9859 10.0 993.996 9.0 994.006 3.0 994.0161 5.0 994.0261 12.0 994.0362 11.0 994.0462 7.0 994.0563 3.0 994.0664 11.0 994.0764 10.0 994.0865 7.0 994.0965 6.0 994.1066 2.0 994.1166 5.0 994.1267 8.0 994.1367 15.0 994.1468 20.0 994.1568 6.0 994.1669 6.0 994.177 3.0 994.187 5.0 994.1971 1.0 994.2071 2.0 994.2172 10.0 994.2272 4.0 994.2373 1.0 994.2473 2.0 994.2574 4.0 994.2675 1.0 994.2775 2.0 994.2876 5.0 994.2976 3.0 994.3077 3.0 994.3177 5.0 994.3278 3.0 994.3379 5.0 994.3479 8.0 994.358 4.0 994.368 4.0 994.3781 9.0 994.3881 7.0 994.3982 3.0 994.4083 9.0 994.4183 15.0 994.4284 9.0 994.4384 5.0 994.4485 7.0 994.4585 9.0 994.4686 11.0 994.4786 5.0 994.4887 9.0 994.4988 9.0 994.5088 17.0 994.5189 10.0 994.5289 3.0 994.539 7.0 994.5491 4.0 994.5591 5.0 994.5692 8.0 994.5792 3.0 994.5893 6.0 994.5993 5.0 994.6094 4.0 994.6195 3.0 994.6295 9.0 994.6396 10.0 994.6496 3.0 994.6597 2.0 994.6697 6.0 994.6798 7.0 994.6899 4.0 994.6999 10.0 994.71 6.0 994.72 12.0 994.7301 4.0 994.7402 2.0 994.7502 11.0 994.7603 2.0 994.7703 6.0 994.7804 3.0 994.7904 8.0 994.8005 3.0 994.8106 7.0 994.8206 7.0 994.8307 2.0 994.8407 4.0 994.8508 10.0 994.8609 14.0 994.8709 16.0 994.881 10.0 994.891 4.0 994.9011 6.0 994.9112 13.0 994.9212 12.0 994.9313 9.0 994.9413 8.0 994.9514 3.0 994.9615 11.0 994.9715 9.0 994.9816 8.0 994.9916 9.0 995.0017 8.0 995.0117 10.0 995.0218 7.0 995.0319 2.0 995.0419 5.0 995.052 15.0 995.062 12.0 995.0721 9.0 995.0822 8.0 995.0922 12.0 995.1023 7.0 995.1123 11.0 995.1224 10.0 995.1325 13.0 995.1425 5.0 995.1526 4.0 995.1627 6.0 995.1727 5.0 995.1828 9.0 995.1928 3.0 995.2029 3.0 995.213 10.0 995.223 2.0 995.2331 5.0 995.2431 3.0 995.2532 4.0 995.2633 3.0 995.2733 5.0 995.2834 1.0 995.2934 3.0 995.3035 6.0 995.3136 12.0 995.3236 5.0 995.3337 2.0 995.3438 9.0 995.3538 5.0 995.3639 4.0 995.3739 2.0 995.384 1.0 995.3941 3.0 995.4041 3.0 995.4142 6.0 995.4242 7.0 995.4343 13.0 995.4444 3.0 995.4544 2.0 995.4645 6.0 995.4746 8.0 995.4846 2.0 995.4947 3.0 995.5047 7.0 995.5148 7.0 995.5249 2.0 995.5349 6.0 995.545 3.0 995.5551 2.0 995.5752 3.0 995.5852 4.0 995.5953 3.0 995.6054 9.0 995.6154 7.0 995.6255 4.0 995.6356 5.0 995.6456 8.0 995.6557 4.0 995.6657 4.0 995.6758 12.0 995.6859 9.0 995.6959 5.0 995.706 1.0 995.7161 6.0 995.7261 9.0 995.7362 2.0 995.7463 7.0 995.7563 4.0 995.7764 3.0 995.7865 9.0 995.7966 5.0 995.8066 3.0 995.8167 8.0 995.8268 11.0 995.8368 2.0 995.8469 3.0 995.857 1.0 995.867 7.0 995.8771 5.0 995.8871 2.0 995.8972 8.0 995.9073 16.0 995.9173 8.0 995.9274 11.0 995.9375 7.0 995.9475 6.0 995.9576 10.0 995.9677 5.0 995.9777 12.0 995.9878 7.0 995.9979 2.0 996.0079 4.0 996.018 4.0 996.0281 3.0 996.0381 7.0 996.0482 3.0 996.0582 7.0 996.0683 12.0 996.0784 2.0 996.0884 7.0 996.0985 19.0 996.1086 17.0 996.1186 30.0 996.1287 13.0 996.1388 41.0 996.1488 49.0 996.1589 28.0 996.169 24.0 996.179 27.0 996.1891 32.0 996.1992 19.0 996.2092 8.0 996.2193 12.0 996.2294 12.0 996.2394 14.0 996.2495 13.0 996.2596 16.0 996.2696 18.0 996.2797 4.0 996.2898 9.0 996.2998 6.0 996.3099 1.0 996.32 3.0 996.33 9.0 996.3401 6.0 996.3502 6.0 996.3602 1.0 996.3703 10.0 996.3804 7.0 996.3904 2.0 996.4005 6.0 996.4206 7.0 996.4307 5.0 996.4408 12.0 996.4508 6.0 996.4609 2.0 996.471 3.0 996.481 4.0 996.4911 4.0 996.5012 3.0 996.5112 6.0 996.5213 4.0 996.5314 12.0 996.5414 12.0 996.5515 7.0 996.5616 6.0 996.5716 12.0 996.5817 3.0 996.5918 2.0 996.6018 1.0 996.6119 4.0 996.622 3.0 996.632 5.0 996.6421 10.0 996.6522 6.0 996.6622 3.0 996.6723 6.0 996.6824 11.0 996.6925 10.0 996.7126 3.0 996.7227 9.0 996.7327 7.0 996.7428 4.0 996.7529 4.0 996.7629 2.0 996.773 4.0 996.7831 5.0 996.7931 3.0 996.8133 2.0 996.8233 9.0 996.8334 14.0 996.8435 6.0 996.8536 8.0 996.8636 5.0 996.8737 7.0 996.8838 11.0 996.8938 16.0 996.9039 13.0 996.914 11.0 996.924 11.0 996.9341 10.0 996.9442 2.0 996.9542 5.0 996.9643 5.0 996.9744 7.0 996.9845 14.0 996.9945 16.0 997.0046 15.0 997.0147 5.0 997.0247 5.0 997.0348 9.0 997.0449 3.0 997.0549 6.0 997.065 12.0 997.0751 9.0 997.0852 13.0 997.0952 4.0 997.1053 11.0 997.1154 15.0 997.1254 9.0 997.1355 16.0 997.1456 16.0 997.1557 32.0 997.1657 23.0 997.1758 11.0 997.1859 9.0 997.1959 7.0 997.206 15.0 997.2161 9.0 997.2261 4.0 997.2362 6.0 997.2463 4.0 997.2564 3.0 997.2664 4.0 997.2765 9.0 997.2866 9.0 997.2966 9.0 997.3067 11.0 997.3168 9.0 997.3269 2.0 997.3369 2.0 997.347 3.0 997.3571 7.0 997.3671 3.0 997.3772 3.0 997.3873 6.0 997.3974 4.0 997.4074 2.0 997.4175 3.0 997.4276 3.0 997.4377 2.0 997.4477 8.0 997.4578 11.0 997.4679 8.0 997.4779 7.0 997.488 8.0 997.4981 11.0 997.5082 1.0 997.5182 3.0 997.5283 7.0 997.5384 3.0 997.5485 4.0 997.5585 1.0 997.5686 7.0 997.5787 3.0 997.5887 9.0 997.5988 6.0 997.6089 6.0 997.619 3.0 997.629 3.0 997.6391 4.0 997.6492 5.0 997.6593 3.0 997.6693 8.0 997.6794 3.0 997.6895 4.0 997.6995 4.0 997.7096 4.0 997.7197 2.0 997.7298 5.0 997.7398 4.0 997.76 8.0 997.7701 8.0 997.7801 5.0 997.7902 4.0 997.8003 6.0 997.8104 2.0 997.8204 6.0 997.8305 6.0 997.8406 11.0 997.8507 11.0 997.8607 5.0 997.8708 7.0 997.8809 13.0 997.891 9.0 997.901 4.0 997.9111 7.0 997.9212 10.0 997.9313 13.0 997.9413 9.0 997.9514 7.0 997.9615 5.0 997.9715 7.0 997.9816 17.0 997.9917 3.0 998.0018 4.0 998.0118 4.0 998.0219 7.0 998.032 4.0 998.0421 4.0 998.0522 15.0 998.0622 10.0 998.0723 2.0 998.0824 4.0 998.0925 9.0 998.1025 9.0 998.1126 6.0 998.1227 8.0 998.1328 5.0 998.1428 6.0 998.1529 11.0 998.163 17.0 998.1731 5.0 998.1831 5.0 998.1932 2.0 998.2033 2.0 998.2134 10.0 998.2234 8.0 998.2335 5.0 998.2436 10.0 998.2537 8.0 998.2637 7.0 998.2738 1.0 998.2839 2.0 998.294 7.0 998.304 5.0 998.3141 10.0 998.3242 11.0 998.3343 6.0 998.3444 5.0 998.3544 2.0 998.3645 2.0 998.3746 7.0 998.3847 7.0 998.3947 5.0 998.4048 8.0 998.4149 5.0 998.425 2.0 998.435 4.0 998.4451 6.0 998.4552 2.0 998.4653 2.0 998.4754 3.0 998.4854 10.0 998.4955 9.0 998.5056 5.0 998.5157 6.0 998.5257 4.0 998.5358 4.0 998.5459 14.0 998.556 4.0 998.5661 9.0 998.5761 6.0 998.5862 6.0 998.5963 4.0 998.6064 7.0 998.6164 1.0 998.6265 5.0 998.6366 11.0 998.6467 4.0 998.6568 5.0 998.6668 8.0 998.6769 8.0 998.687 4.0 998.6971 4.0 998.7072 5.0 998.7172 6.0 998.7374 1.0 998.7475 2.0 998.7575 6.0 998.7676 6.0 998.7777 6.0 998.7878 11.0 998.7979 5.0 998.8079 7.0 998.818 6.0 998.8281 3.0 998.8382 5.0 998.8483 4.0 998.8583 2.0 998.8684 6.0 998.8785 9.0 998.8886 3.0 998.8987 8.0 998.9087 12.0 998.9188 3.0 998.9289 5.0 998.939 5.0 998.9491 7.0 998.9591 9.0 998.9692 5.0 998.9793 4.0 998.9894 5.0 998.9995 6.0 999.0095 5.0 999.0196 4.0 999.0297 8.0 999.0398 8.0 999.0499 14.0 999.0599 13.0 999.07 19.0 999.0801 11.0 999.0902 16.0 999.1003 13.0 999.1103 7.0 999.1204 2.0 999.1305 5.0 999.1406 7.0 999.1507 9.0 999.1607 6.0 999.1708 4.0 999.1809 4.0 999.191 2.0 999.2011 3.0 999.2111 2.0 999.2212 3.0 999.2313 5.0 999.2414 7.0 999.2515 10.0 999.2616 7.0 999.2716 6.0 999.2817 6.0 999.2918 2.0 999.3019 5.0 999.312 5.0 999.322 6.0 999.3321 4.0 999.3422 3.0 999.3523 2.0 999.3624 8.0 999.3725 2.0 999.3825 1.0 999.3926 1.0 999.4027 5.0 999.4128 3.0 999.4229 9.0 999.4329 13.0 999.443 4.0 999.4531 2.0 999.4632 3.0 999.4733 14.0 999.4834 11.0 999.4934 4.0 999.5035 5.0 999.5136 6.0 999.5237 3.0 999.5338 3.0 999.5439 13.0 999.5539 13.0 999.564 4.0 999.5741 5.0 999.5842 5.0 999.5943 3.0 999.6044 8.0 999.6144 3.0 999.6245 3.0 999.6346 3.0 999.6447 6.0 999.6548 8.0 999.6649 4.0 999.6749 11.0 999.685 14.0 999.6951 13.0 999.7052 3.0 999.7153 6.0 999.7254 5.0 999.7354 10.0 999.7455 12.0 999.7657 3.0 999.7758 3.0 999.7859 3.0 999.7959 1.0 999.806 5.0 999.8161 16.0 999.8262 15.0 999.8363 9.0 999.8464 4.0 999.8564 2.0 999.8665 6.0 999.8766 9.0 999.8867 8.0 999.8968 13.0 999.9069 11.0 999.917 17.0 999.927 8.0 999.9371 10.0 999.9472 7.0 999.9573 10.0 999.9674 22.0 999.9775 10.0 999.9875 3.0 999.9976 6.0 1000.0077 8.0 1000.0178 5.0 1000.0279 7.0 1000.038 2.0 1000.0481 7.0 1000.0581 8.0 1000.0682 7.0 1000.0783 3.0 1000.0884 6.0 1000.0985 9.0 1000.1086 7.0 1000.1187 11.0 1000.1287 9.0 1000.1388 5.0 1000.1489 7.0 1000.159 8.0 1000.1691 4.0 1000.1792 8.0 1000.1893 4.0 1000.1993 3.0 1000.2094 6.0 1000.2195 1.0 1000.2296 4.0 1000.2397 6.0 1000.2498 11.0 1000.2599 15.0 1000.27 1.0 1000.28 2.0 1000.2901 3.0 1000.3002 6.0 1000.3103 12.0 1000.3204 10.0 1000.3305 3.0 1000.3406 4.0 1000.3506 10.0 1000.3607 8.0 1000.3708 5.0 1000.3809 3.0 1000.391 3.0 1000.4011 2.0 1000.4112 1.0 1000.4213 2.0 1000.4313 6.0 1000.4414 3.0 1000.4515 5.0 1000.4616 14.0 1000.4717 14.0 1000.4818 3.0 1000.4919 10.0 1000.502 7.0 1000.512 5.0 1000.5221 3.0 1000.5322 11.0 1000.5423 6.0 1000.5524 10.0 1000.5625 5.0 1000.5726 5.0 1000.5827 5.0 1000.5927 5.0 1000.6028 4.0 1000.6129 3.0 1000.623 2.0 1000.6331 3.0 1000.6432 3.0 1000.6533 4.0 1000.6634 4.0 1000.6735 6.0 1000.6835 2.0 1000.6936 7.0 1000.7037 3.0 1000.7138 2.0 1000.7239 2.0 1000.734 3.0 1000.7441 5.0 1000.7542 4.0 1000.7643 8.0 1000.7743 2.0 1000.7844 2.0 1000.7945 3.0 1000.8046 5.0 1000.8147 6.0 1000.8248 2.0 1000.8349 8.0 1000.845 3.0 1000.8551 3.0 1000.8651 1.0 1000.8752 2.0 1000.8853 2.0 1000.8954 1.0 1000.9055 5.0 1000.9156 6.0 1000.9257 13.0 1000.9358 9.0 1000.9459 7.0 1000.956 16.0 1000.966 6.0 1000.9761 5.0 1000.9862 4.0 1000.9963 8.0 1001.0064 4.0 1001.0165 4.0 1001.0266 4.0 1001.0367 12.0 1001.0468 8.0 1001.0569 8.0 1001.0669 2.0 1001.077 4.0 1001.0871 8.0 1001.0972 10.0 1001.1073 4.0 1001.1174 2.0 1001.1275 3.0 1001.1376 8.0 1001.1477 9.0 1001.1578 2.0 1001.1679 1.0 1001.1779 4.0 1001.188 5.0 1001.1981 4.0 1001.2183 4.0 1001.2284 2.0 1001.2385 7.0 1001.2486 4.0 1001.2587 4.0 1001.2688 3.0 1001.2789 5.0 1001.289 6.0 1001.299 13.0 1001.3091 10.0 1001.3192 8.0 1001.3293 5.0 1001.3394 6.0 1001.3495 7.0 1001.3596 8.0 1001.3697 3.0 1001.3798 5.0 1001.3899 3.0 1001.4 12.0 1001.4101 19.0 1001.4201 9.0 1001.4302 4.0 1001.4403 3.0 1001.4504 3.0 1001.4605 4.0 1001.4706 7.0 1001.4807 4.0 1001.4908 17.0 1001.5009 11.0 1001.511 4.0 1001.5211 5.0 1001.5312 3.0 1001.5413 6.0 1001.5514 6.0 1001.5614 13.0 1001.5715 11.0 1001.5816 2.0 1001.5917 2.0 1001.6018 2.0 1001.6119 3.0 1001.622 3.0 1001.6321 9.0 1001.6422 1.0 1001.6523 2.0 1001.6624 11.0 1001.6725 5.0 1001.6826 1.0 1001.6927 5.0 1001.7028 2.0 1001.7128 3.0 1001.7229 4.0 1001.733 3.0 1001.7431 8.0 1001.7532 2.0 1001.7633 4.0 1001.7734 2.0 1001.7835 8.0 1001.7936 9.0 1001.8037 3.0 1001.8138 4.0 1001.8239 7.0 1001.834 4.0 1001.8441 3.0 1001.8542 1.0 1001.8643 4.0 1001.8744 13.0 1001.8845 7.0 1001.8945 6.0 1001.9046 3.0 1001.9147 1.0 1001.9248 5.0 1001.9349 1.0 1001.945 8.0 1001.9551 8.0 1001.9652 16.0 1001.9753 23.0 1001.9854 9.0 1001.9955 12.0 1002.0056 15.0 1002.0157 10.0 1002.0258 12.0 1002.0359 11.0 1002.046 2.0 1002.0561 10.0 1002.0662 6.0 1002.0763 9.0 1002.0864 13.0 1002.0965 5.0 1002.1065 9.0 1002.1166 12.0 1002.1267 16.0 1002.1368 12.0 1002.1469 3.0 1002.157 11.0 1002.1671 3.0 1002.1772 6.0 1002.1873 9.0 1002.1974 8.0 1002.2075 5.0 1002.2176 9.0 1002.2277 2.0 1002.2378 5.0 1002.2479 7.0 1002.258 2.0 1002.2681 8.0 1002.2782 6.0 1002.2883 5.0 1002.2984 1.0 1002.3085 6.0 1002.3186 5.0 1002.3287 1.0 1002.3388 4.0 1002.3489 3.0 1002.359 4.0 1002.3691 7.0 1002.3792 3.0 1002.3892 4.0 1002.3993 3.0 1002.4094 4.0 1002.4195 4.0 1002.4296 4.0 1002.4397 5.0 1002.4498 4.0 1002.4599 4.0 1002.47 7.0 1002.4801 3.0 1002.4902 5.0 1002.5003 4.0 1002.5104 4.0 1002.5205 3.0 1002.5306 4.0 1002.5407 6.0 1002.5508 6.0 1002.5609 7.0 1002.571 8.0 1002.5811 3.0 1002.5912 5.0 1002.6013 5.0 1002.6114 6.0 1002.6215 2.0 1002.6316 2.0 1002.6417 4.0 1002.6518 6.0 1002.6619 1.0 1002.672 2.0 1002.6821 3.0 1002.6922 13.0 1002.7023 11.0 1002.7124 2.0 1002.7225 3.0 1002.7326 4.0 1002.7427 3.0 1002.7528 3.0 1002.7629 5.0 1002.773 6.0 1002.7831 11.0 1002.7932 12.0 1002.8033 4.0 1002.8134 8.0 1002.8235 5.0 1002.8336 1.0 1002.8437 5.0 1002.8538 7.0 1002.8639 6.0 1002.874 2.0 1002.8841 4.0 1002.8942 1.0 1002.9043 4.0 1002.9144 8.0 1002.9245 6.0 1002.9346 9.0 1002.9447 8.0 1002.9548 4.0 1002.9649 6.0 1002.975 9.0 1002.9851 10.0 1002.9952 9.0 1003.0053 6.0 1003.0154 8.0 1003.0255 7.0 1003.0356 1.0 1003.0457 7.0 1003.0558 17.0 1003.0659 7.0 1003.076 2.0 1003.0861 6.0 1003.1063 6.0 1003.1164 9.0 1003.1265 4.0 1003.1366 2.0 1003.1467 11.0 1003.1568 3.0 1003.1669 3.0 1003.177 6.0 1003.1871 6.0 1003.1972 4.0 1003.2073 4.0 1003.2174 1.0 1003.2275 3.0 1003.2376 3.0 1003.2477 5.0 1003.2578 2.0 1003.2679 9.0 1003.278 6.0 1003.2881 4.0 1003.2982 5.0 1003.3083 3.0 1003.3184 1.0 1003.3285 2.0 1003.3386 3.0 1003.3487 2.0 1003.3588 4.0 1003.3689 7.0 1003.379 4.0 1003.3891 4.0 1003.3992 6.0 1003.4093 1.0 1003.4194 1.0 1003.4295 11.0 1003.4396 4.0 1003.4497 9.0 1003.4598 8.0 1003.47 4.0 1003.4801 7.0 1003.4902 13.0 1003.5003 8.0 1003.5104 10.0 1003.5306 6.0 1003.5407 6.0 1003.5508 6.0 1003.5609 1.0 1003.571 7.0 1003.5811 6.0 1003.5912 5.0 1003.6013 13.0 1003.6114 9.0 1003.6215 7.0 1003.6316 5.0 1003.6417 6.0 1003.6518 4.0 1003.6619 5.0 1003.672 4.0 1003.6821 3.0 1003.6922 6.0 1003.7023 1.0 1003.7124 1.0 1003.7225 4.0 1003.7326 3.0 1003.7427 7.0 1003.7528 5.0 1003.763 2.0 1003.7731 3.0 1003.7832 2.0 1003.7933 7.0 1003.8034 3.0 1003.8135 4.0 1003.8236 8.0 1003.8337 1.0 1003.8438 3.0 1003.8539 3.0 1003.864 6.0 1003.8741 2.0 1003.8842 6.0 1003.8943 10.0 1003.9044 7.0 1003.9145 14.0 1003.9246 8.0 1003.9347 9.0 1003.9448 12.0 1003.9549 6.0 1003.965 12.0 1003.9752 7.0 1003.9853 9.0 1003.9954 19.0 1004.0055 4.0 1004.0156 19.0 1004.0257 16.0 1004.0358 14.0 1004.0459 10.0 1004.056 8.0 1004.0661 9.0 1004.0762 5.0 1004.0863 12.0 1004.0964 5.0 1004.1065 10.0 1004.1166 7.0 1004.1267 13.0 1004.1368 5.0 1004.147 5.0 1004.1571 4.0 1004.1672 2.0 1004.1773 7.0 1004.1874 9.0 1004.1975 3.0 1004.2076 12.0 1004.2177 9.0 1004.2278 3.0 1004.2379 9.0 1004.248 9.0 1004.2581 4.0 1004.2682 3.0 1004.2783 5.0 1004.2884 4.0 1004.2985 11.0 1004.3087 4.0 1004.3188 6.0 1004.3289 14.0 1004.339 18.0 1004.3491 2.0 1004.3592 2.0 1004.3693 11.0 1004.3794 11.0 1004.3895 11.0 1004.3996 5.0 1004.4198 10.0 1004.4299 3.0 1004.4401 6.0 1004.4502 5.0 1004.4704 3.0 1004.4805 3.0 1004.4906 9.0 1004.5007 7.0 1004.5108 4.0 1004.5209 5.0 1004.531 7.0 1004.5411 14.0 1004.5512 6.0 1004.5715 1.0 1004.5816 5.0 1004.5917 3.0 1004.6018 2.0 1004.6119 10.0 1004.622 9.0 1004.6321 8.0 1004.6422 2.0 1004.6523 4.0 1004.6624 2.0 1004.6725 9.0 1004.6826 4.0 1004.6928 4.0 1004.7029 4.0 1004.713 12.0 1004.7231 7.0 1004.7332 13.0 1004.7433 9.0 1004.7534 4.0 1004.7635 6.0 1004.7736 6.0 1004.7837 6.0 1004.7939 6.0 1004.804 4.0 1004.8141 2.0 1004.8242 9.0 1004.8343 6.0 1004.8444 6.0 1004.8545 3.0 1004.8646 12.0 1004.8747 8.0 1004.8848 8.0 1004.8949 4.0 1004.9051 6.0 1004.9152 9.0 1004.9253 9.0 1004.9354 11.0 1004.9455 12.0 1004.9556 19.0 1004.9657 6.0 1004.9758 3.0 1004.9859 13.0 1004.996 4.0 1005.0062 1.0 1005.0163 8.0 1005.0264 11.0 1005.0365 9.0 1005.0466 10.0 1005.0567 10.0 1005.0668 5.0 1005.0769 3.0 1005.087 5.0 1005.0972 6.0 1005.1073 8.0 1005.1174 7.0 1005.1275 6.0 1005.1376 5.0 1005.1477 3.0 1005.1578 2.0 1005.1679 6.0 1005.178 3.0 1005.1882 7.0 1005.1983 5.0 1005.2084 2.0 1005.2185 6.0 1005.2286 2.0 1005.2387 5.0 1005.2488 4.0 1005.2589 6.0 1005.2691 5.0 1005.2792 5.0 1005.2893 3.0 1005.2994 4.0 1005.3095 5.0 1005.3196 7.0 1005.3297 6.0 1005.3398 4.0 1005.3499 5.0 1005.3601 6.0 1005.3702 6.0 1005.3803 9.0 1005.3904 3.0 1005.4005 10.0 1005.4106 18.0 1005.4207 8.0 1005.4308 5.0 1005.441 7.0 1005.4511 2.0 1005.4612 5.0 1005.4713 9.0 1005.4814 3.0 1005.4915 4.0 1005.5016 8.0 1005.5118 9.0 1005.5219 8.0 1005.532 9.0 1005.5421 9.0 1005.5522 10.0 1005.5623 4.0 1005.5724 2.0 1005.5825 1.0 1005.5927 14.0 1005.6028 7.0 1005.6129 3.0 1005.623 3.0 1005.6331 3.0 1005.6432 3.0 1005.6533 8.0 1005.6635 7.0 1005.6736 2.0 1005.6837 2.0 1005.6938 6.0 1005.7039 8.0 1005.714 9.0 1005.7241 9.0 1005.7343 4.0 1005.7545 2.0 1005.7646 4.0 1005.7747 7.0 1005.7848 10.0 1005.7949 6.0 1005.8051 7.0 1005.8152 9.0 1005.8253 5.0 1005.8354 4.0 1005.8455 7.0 1005.8556 9.0 1005.8657 14.0 1005.8759 5.0 1005.886 5.0 1005.9062 6.0 1005.9163 3.0 1005.9264 17.0 1005.9365 13.0 1005.9467 3.0 1005.9568 5.0 1005.9669 15.0 1005.977 5.0 1005.9871 10.0 1005.9972 15.0 1006.0074 25.0 1006.0175 12.0 1006.0276 2.0 1006.0377 6.0 1006.0478 18.0 1006.0579 22.0 1006.068 21.0 1006.0782 12.0 1006.0883 4.0 1006.0984 2.0 1006.1085 6.0 1006.1186 10.0 1006.1287 7.0 1006.1389 3.0 1006.149 11.0 1006.1591 2.0 1006.1692 9.0 1006.1793 8.0 1006.1894 5.0 1006.1996 8.0 1006.2097 4.0 1006.2299 3.0 1006.24 4.0 1006.2501 8.0 1006.2603 12.0 1006.2704 6.0 1006.2805 9.0 1006.2906 11.0 1006.3007 4.0 1006.3108 3.0 1006.321 4.0 1006.3311 8.0 1006.3412 3.0 1006.3513 7.0 1006.3614 5.0 1006.3715 5.0 1006.3817 5.0 1006.3918 6.0 1006.4019 12.0 1006.412 7.0 1006.4221 4.0 1006.4323 3.0 1006.4424 4.0 1006.4525 10.0 1006.4626 13.0 1006.4727 9.0 1006.4828 7.0 1006.493 6.0 1006.5031 6.0 1006.5132 7.0 1006.5233 5.0 1006.5334 15.0 1006.5436 13.0 1006.5537 9.0 1006.5638 7.0 1006.5739 3.0 1006.584 7.0 1006.5941 6.0 1006.6043 9.0 1006.6144 10.0 1006.6245 5.0 1006.6346 6.0 1006.6447 2.0 1006.6549 4.0 1006.665 6.0 1006.6751 7.0 1006.6852 4.0 1006.6953 13.0 1006.7054 3.0 1006.7156 3.0 1006.7257 2.0 1006.7358 1.0 1006.7459 4.0 1006.756 4.0 1006.7662 3.0 1006.7763 2.0 1006.7864 2.0 1006.7965 6.0 1006.8066 3.0 1006.8168 4.0 1006.8269 3.0 1006.837 12.0 1006.8471 16.0 1006.8572 2.0 1006.8775 5.0 1006.8876 3.0 1006.9078 1.0 1006.918 7.0 1006.9281 4.0 1006.9382 8.0 1006.9483 10.0 1006.9584 6.0 1006.9686 17.0 1006.9787 8.0 1006.9888 10.0 1006.9989 10.0 1007.009 3.0 1007.0192 5.0 1007.0293 10.0 1007.0394 6.0 1007.0495 9.0 1007.0597 7.0 1007.0698 4.0 1007.0799 7.0 1007.09 6.0 1007.1001 8.0 1007.1103 2.0 1007.1204 2.0 1007.1305 2.0 1007.1406 4.0 1007.1507 1.0 1007.1609 1.0 1007.171 3.0 1007.1811 6.0 1007.1912 3.0 1007.2013 4.0 1007.2115 7.0 1007.2216 5.0 1007.2317 3.0 1007.2418 7.0 1007.252 5.0 1007.2621 6.0 1007.2722 8.0 1007.2823 9.0 1007.3026 6.0 1007.3127 8.0 1007.3228 4.0 1007.3329 3.0 1007.3431 3.0 1007.3532 8.0 1007.3633 13.0 1007.3734 4.0 1007.3835 6.0 1007.3937 5.0 1007.4038 10.0 1007.4139 9.0 1007.424 4.0 1007.4342 6.0 1007.4443 4.0 1007.4544 3.0 1007.4645 3.0 1007.4747 2.0 1007.4848 6.0 1007.4949 5.0 1007.505 4.0 1007.5151 5.0 1007.5253 12.0 1007.5354 8.0 1007.5455 5.0 1007.5556 8.0 1007.5658 7.0 1007.5759 9.0 1007.586 11.0 1007.5961 7.0 1007.6063 14.0 1007.6164 6.0 1007.6265 14.0 1007.6366 17.0 1007.6467 5.0 1007.6569 4.0 1007.667 5.0 1007.6771 2.0 1007.6872 4.0 1007.6974 6.0 1007.7075 18.0 1007.7176 11.0 1007.7277 5.0 1007.7379 4.0 1007.748 6.0 1007.7581 4.0 1007.7682 5.0 1007.7784 4.0 1007.7885 7.0 1007.7986 4.0 1007.8087 10.0 1007.8189 7.0 1007.829 1.0 1007.8391 1.0 1007.8492 4.0 1007.8594 4.0 1007.8695 11.0 1007.8796 8.0 1007.8897 9.0 1007.8999 7.0 1007.91 3.0 1007.9201 7.0 1007.9302 9.0 1007.9404 10.0 1007.9505 8.0 1007.9606 4.0 1007.9707 4.0 1007.9809 7.0 1007.991 9.0 1008.0011 12.0 1008.0112 2.0 1008.0315 8.0 1008.0416 14.0 1008.0517 11.0 1008.0619 5.0 1008.072 4.0 1008.0821 3.0 1008.0922 3.0 1008.1024 3.0 1008.1125 4.0 1008.1226 12.0 1008.1328 7.0 1008.1429 10.0 1008.153 12.0 1008.1631 14.0 1008.1733 6.0 1008.1834 5.0 1008.1935 4.0 1008.2036 4.0 1008.2138 3.0 1008.2239 20.0 1008.234 11.0 1008.2441 2.0 1008.2543 2.0 1008.2644 3.0 1008.2745 3.0 1008.2847 7.0 1008.2948 6.0 1008.3049 8.0 1008.315 5.0 1008.3252 4.0 1008.3353 7.0 1008.3454 6.0 1008.3555 2.0 1008.3657 2.0 1008.3758 2.0 1008.3859 7.0 1008.3961 5.0 1008.4062 32.0 1008.4163 24.0 1008.4264 7.0 1008.4366 5.0 1008.4467 14.0 1008.4568 6.0 1008.467 14.0 1008.4771 6.0 1008.4872 6.0 1008.4973 5.0 1008.5075 12.0 1008.5176 8.0 1008.5277 7.0 1008.5378 5.0 1008.548 3.0 1008.5581 3.0 1008.5682 1.0 1008.5784 3.0 1008.5885 4.0 1008.5986 1.0 1008.6087 6.0 1008.6189 10.0 1008.629 9.0 1008.6391 4.0 1008.6493 6.0 1008.6594 3.0 1008.6695 5.0 1008.6797 9.0 1008.6898 6.0 1008.6999 5.0 1008.71 6.0 1008.7202 4.0 1008.7303 10.0 1008.7404 5.0 1008.7506 6.0 1008.7607 7.0 1008.7708 10.0 1008.7809 4.0 1008.7911 1.0 1008.8012 2.0 1008.8215 3.0 1008.8316 5.0 1008.8417 4.0 1008.8519 2.0 1008.862 4.0 1008.8721 7.0 1008.8822 5.0 1008.8924 2.0 1008.9025 2.0 1008.9126 9.0 1008.9228 3.0 1008.9329 7.0 1008.943 4.0 1008.9532 4.0 1008.9633 7.0 1008.9734 18.0 1008.9835 13.0 1008.9937 9.0 1009.0038 11.0 1009.0139 9.0 1009.0241 4.0 1009.0342 9.0 1009.0443 9.0 1009.0545 5.0 1009.0646 5.0 1009.0747 7.0 1009.0849 1.0 1009.1051 5.0 1009.1152 5.0 1009.1254 4.0 1009.1355 9.0 1009.1456 8.0 1009.1558 7.0 1009.1659 14.0 1009.176 13.0 1009.1862 4.0 1009.1963 4.0 1009.2064 6.0 1009.2166 13.0 1009.2267 7.0 1009.2368 11.0 1009.247 5.0 1009.2571 6.0 1009.2672 4.0 1009.2774 3.0 1009.2875 8.0 1009.2976 3.0 1009.3078 3.0 1009.3179 11.0 1009.328 14.0 1009.3381 9.0 1009.3584 2.0 1009.3685 6.0 1009.3787 6.0 1009.3989 7.0 1009.4091 4.0 1009.4192 7.0 1009.4293 2.0 1009.4395 2.0 1009.4496 2.0 1009.4597 6.0 1009.4699 2.0 1009.48 4.0 1009.4901 2.0 1009.5003 9.0 1009.5104 10.0 1009.5205 4.0 1009.5307 7.0 1009.5408 5.0 1009.5509 7.0 1009.5611 12.0 1009.5712 7.0 1009.5813 3.0 1009.5915 5.0 1009.6016 10.0 1009.6117 4.0 1009.6219 7.0 1009.632 8.0 1009.6421 12.0 1009.6523 2.0 1009.6624 4.0 1009.6725 9.0 1009.6928 5.0 1009.7029 16.0 1009.7131 11.0 1009.7232 12.0 1009.7334 9.0 1009.7435 6.0 1009.7536 2.0 1009.7638 8.0 1009.7739 7.0 1009.7942 2.0 1009.8043 4.0 1009.8144 11.0 1009.8246 9.0 1009.8347 11.0 1009.8448 5.0 1009.855 1.0 1009.8651 3.0 1009.8752 2.0 1009.8854 5.0 1009.8955 5.0 1009.9056 3.0 1009.9158 7.0 1009.9259 8.0 1009.9361 6.0 1009.9462 1.0 1009.9563 13.0 1009.9665 15.0 1009.9766 10.0 1009.9867 10.0 1009.9969 10.0 1010.007 9.0 1010.0171 7.0 1010.0273 7.0 1010.0374 4.0 1010.0475 5.0 1010.0577 8.0 1010.0678 4.0 1010.078 10.0 1010.0881 16.0 1010.0982 5.0 1010.1084 2.0 1010.1185 12.0 1010.1286 6.0 1010.1388 13.0 1010.1489 6.0 1010.159 7.0 1010.1692 10.0 1010.1793 3.0 1010.1895 1.0 1010.1996 3.0 1010.2097 8.0 1010.2199 7.0 1010.23 3.0 1010.2401 3.0 1010.2503 3.0 1010.2604 8.0 1010.2705 4.0 1010.2807 4.0 1010.2908 4.0 1010.301 1.0 1010.3111 5.0 1010.3212 5.0 1010.3314 4.0 1010.3415 2.0 1010.3516 10.0 1010.3618 8.0 1010.3719 10.0 1010.3821 14.0 1010.3922 3.0 1010.4023 4.0 1010.4125 6.0 1010.4226 5.0 1010.4327 4.0 1010.4429 7.0 1010.453 4.0 1010.4632 4.0 1010.4733 1.0 1010.4834 6.0 1010.4936 5.0 1010.5037 12.0 1010.5139 3.0 1010.524 2.0 1010.5341 4.0 1010.5443 2.0 1010.5544 2.0 1010.5645 11.0 1010.5747 5.0 1010.5848 1.0 1010.595 4.0 1010.6051 6.0 1010.6152 6.0 1010.6254 2.0 1010.6355 5.0 1010.6457 3.0 1010.6558 10.0 1010.6659 4.0 1010.6761 1.0 1010.6862 4.0 1010.6964 11.0 1010.7065 5.0 1010.7166 4.0 1010.7268 9.0 1010.7369 11.0 1010.7471 5.0 1010.7572 2.0 1010.7673 5.0 1010.7775 4.0 1010.7876 3.0 1010.7977 4.0 1010.8079 4.0 1010.818 4.0 1010.8282 2.0 1010.8383 5.0 1010.8484 7.0 1010.8586 5.0 1010.8687 6.0 1010.8789 2.0 1010.889 7.0 1010.8991 6.0 1010.9093 1.0 1010.9194 8.0 1010.9296 13.0 1010.9397 16.0 1010.9499 10.0 1010.96 11.0 1010.9701 7.0 1010.9803 8.0 1010.9904 8.0 1011.0006 7.0 1011.0107 9.0 1011.0208 11.0 1011.031 1.0 1011.0411 7.0 1011.0513 8.0 1011.0614 8.0 1011.0715 6.0 1011.0817 6.0 1011.0918 6.0 1011.102 1.0 1011.1121 4.0 1011.1222 6.0 1011.1324 6.0 1011.1425 4.0 1011.1527 7.0 1011.1628 4.0 1011.173 6.0 1011.1831 8.0 1011.1932 6.0 1011.2135 2.0 1011.2237 7.0 1011.2338 11.0 1011.2439 9.0 1011.2541 5.0 1011.2642 9.0 1011.2744 14.0 1011.2845 7.0 1011.2947 3.0 1011.3048 4.0 1011.3149 2.0 1011.3251 6.0 1011.3352 2.0 1011.3454 2.0 1011.3555 3.0 1011.3657 6.0 1011.3758 5.0 1011.3859 5.0 1011.3961 7.0 1011.4062 3.0 1011.4164 12.0 1011.4265 5.0 1011.4367 2.0 1011.4468 7.0 1011.4569 9.0 1011.4671 6.0 1011.4772 10.0 1011.4874 8.0 1011.4975 17.0 1011.5077 9.0 1011.5178 7.0 1011.5279 11.0 1011.5381 22.0 1011.5482 6.0 1011.5584 5.0 1011.5685 3.0 1011.5787 1.0 1011.5888 5.0 1011.599 5.0 1011.6091 8.0 1011.6192 5.0 1011.6294 5.0 1011.6395 4.0 1011.6497 12.0 1011.6598 3.0 1011.67 11.0 1011.6801 4.0 1011.6902 7.0 1011.7004 4.0 1011.7105 3.0 1011.7207 9.0 1011.7308 2.0 1011.741 10.0 1011.7511 8.0 1011.7613 4.0 1011.7714 1.0 1011.7815 1.0 1011.7917 7.0 1011.8018 2.0 1011.812 1.0 1011.8323 4.0 1011.8424 9.0 1011.8526 5.0 1011.8627 6.0 1011.8729 4.0 1011.883 6.0 1011.8931 9.0 1011.9033 10.0 1011.9134 8.0 1011.9236 6.0 1011.9337 7.0 1011.9439 5.0 1011.954 8.0 1011.9642 6.0 1011.9743 12.0 1011.9845 10.0 1011.9946 10.0 1012.0047 3.0 1012.0149 10.0 1012.025 8.0 1012.0352 3.0 1012.0453 4.0 1012.0555 5.0 1012.0656 8.0 1012.0758 10.0 1012.0859 10.0 1012.0961 14.0 1012.1062 3.0 1012.1164 2.0 1012.1265 7.0 1012.1366 1.0 1012.1468 13.0 1012.1569 16.0 1012.1671 9.0 1012.1772 5.0 1012.1874 10.0 1012.1975 20.0 1012.2077 13.0 1012.2178 11.0 1012.228 4.0 1012.2381 15.0 1012.2483 3.0 1012.2584 14.0 1012.2686 10.0 1012.2787 5.0 1012.2888 5.0 1012.299 5.0 1012.3091 7.0 1012.3193 4.0 1012.3294 6.0 1012.3396 1.0 1012.3497 1.0 1012.3599 7.0 1012.37 4.0 1012.3802 3.0 1012.3903 11.0 1012.4005 6.0 1012.4106 4.0 1012.4208 3.0 1012.4309 9.0 1012.4411 3.0 1012.4512 3.0 1012.4614 10.0 1012.4715 4.0 1012.4817 6.0 1012.4918 3.0 1012.502 4.0 1012.5121 12.0 1012.5223 11.0 1012.5324 10.0 1012.5425 9.0 1012.5527 10.0 1012.5628 11.0 1012.573 8.0 1012.5831 5.0 1012.5933 5.0 1012.6034 8.0 1012.6136 7.0 1012.6237 3.0 1012.6339 4.0 1012.644 3.0 1012.6542 2.0 1012.6643 4.0 1012.6745 3.0 1012.6846 6.0 1012.6948 3.0 1012.7049 5.0 1012.7151 1.0 1012.7252 7.0 1012.7354 4.0 1012.7455 4.0 1012.7658 3.0 1012.776 7.0 1012.7963 3.0 1012.8064 8.0 1012.8166 4.0 1012.8267 6.0 1012.8369 3.0 1012.847 3.0 1012.8572 7.0 1012.8673 3.0 1012.8775 5.0 1012.8876 4.0 1012.8978 8.0 1012.9079 1.0 1012.9181 3.0 1012.9282 8.0 1012.9384 4.0 1012.9485 5.0 1012.9587 9.0 1012.9688 13.0 1012.979 20.0 1012.9891 22.0 1012.9993 4.0 1013.0094 8.0 1013.0196 5.0 1013.0297 12.0 1013.0399 12.0 1013.05 7.0 1013.0602 6.0 1013.0703 6.0 1013.0805 7.0 1013.0906 12.0 1013.1008 13.0 1013.1109 8.0 1013.1211 14.0 1013.1313 9.0 1013.1414 6.0 1013.1516 12.0 1013.1617 14.0 1013.1719 4.0 1013.182 2.0 1013.1922 3.0 1013.2023 4.0 1013.2125 6.0 1013.2226 6.0 1013.2328 7.0 1013.2429 2.0 1013.2531 7.0 1013.2632 16.0 1013.2734 3.0 1013.2835 8.0 1013.2937 11.0 1013.3038 9.0 1013.314 5.0 1013.3241 2.0 1013.3343 8.0 1013.3444 5.0 1013.3546 2.0 1013.3648 2.0 1013.3749 3.0 1013.3851 3.0 1013.3952 6.0 1013.4054 7.0 1013.4155 1.0 1013.4257 2.0 1013.4358 10.0 1013.446 14.0 1013.4561 4.0 1013.4663 5.0 1013.4764 10.0 1013.4866 4.0 1013.4967 7.0 1013.5069 7.0 1013.517 15.0 1013.5272 6.0 1013.5374 5.0 1013.5475 8.0 1013.5577 3.0 1013.5678 1.0 1013.578 9.0 1013.5881 13.0 1013.5983 10.0 1013.6084 3.0 1013.6186 3.0 1013.6287 5.0 1013.6389 7.0 1013.649 9.0 1013.6592 4.0 1013.6694 6.0 1013.6795 2.0 1013.6897 3.0 1013.6998 7.0 1013.71 9.0 1013.7201 6.0 1013.7303 7.0 1013.7404 2.0 1013.7506 5.0 1013.7607 5.0 1013.7709 1.0 1013.7811 6.0 1013.7912 4.0 1013.8014 8.0 1013.8115 4.0 1013.8217 3.0 1013.8318 3.0 1013.842 11.0 1013.8521 7.0 1013.8623 1.0 1013.8725 6.0 1013.8826 4.0 1013.8928 6.0 1013.9029 1.0 1013.9232 6.0 1013.9334 12.0 1013.9435 12.0 1013.9537 15.0 1013.9639 8.0 1013.974 9.0 1013.9842 5.0 1013.9943 8.0 1014.0045 12.0 1014.0146 13.0 1014.0248 11.0 1014.0349 3.0 1014.0451 11.0 1014.0553 9.0 1014.0654 7.0 1014.0756 8.0 1014.0857 8.0 1014.0959 5.0 1014.106 3.0 1014.1162 6.0 1014.1263 9.0 1014.1365 9.0 1014.1467 10.0 1014.1568 21.0 1014.167 48.0 1014.1771 56.0 1014.1873 47.0 1014.1974 57.0 1014.2076 69.0 1014.2178 61.0 1014.2279 57.0 1014.2381 52.0 1014.2482 26.0 1014.2584 12.0 1014.2685 13.0 1014.2787 19.0 1014.2889 13.0 1014.299 17.0 1014.3092 18.0 1014.3193 11.0 1014.3295 10.0 1014.3396 9.0 1014.3498 10.0 1014.36 11.0 1014.3701 8.0 1014.3803 7.0 1014.3904 4.0 1014.4006 5.0 1014.4108 3.0 1014.4209 4.0 1014.4311 11.0 1014.4412 8.0 1014.4514 8.0 1014.4615 18.0 1014.4717 10.0 1014.4819 4.0 1014.492 3.0 1014.5022 5.0 1014.5123 5.0 1014.5225 4.0 1014.5327 13.0 1014.5428 11.0 1014.553 13.0 1014.5631 6.0 1014.5733 6.0 1014.5834 18.0 1014.5936 7.0 1014.6038 5.0 1014.6139 7.0 1014.6241 18.0 1014.6342 9.0 1014.6444 4.0 1014.6546 2.0 1014.6647 6.0 1014.6749 9.0 1014.685 5.0 1014.6952 3.0 1014.7054 4.0 1014.7155 4.0 1014.7257 8.0 1014.7358 9.0 1014.746 7.0 1014.7562 6.0 1014.7663 6.0 1014.7765 4.0 1014.7866 7.0 1014.7968 14.0 1014.807 6.0 1014.8171 8.0 1014.8273 2.0 1014.8374 1.0 1014.8476 3.0 1014.8578 2.0 1014.8679 3.0 1014.8781 3.0 1014.8882 3.0 1014.8984 3.0 1014.9086 3.0 1014.9187 8.0 1014.9289 2.0 1014.939 3.0 1014.9492 1.0 1014.9594 8.0 1014.9695 12.0 1014.9797 13.0 1014.9898 9.0 1015.0 6.0 1015.0102 7.0 1015.0203 6.0 1015.0305 6.0 1015.0406 6.0 1015.0508 8.0 1015.061 7.0 1015.0711 1.0 1015.0813 5.0 1015.0915 11.0 1015.1016 5.0 1015.1118 5.0 1015.1219 3.0 1015.1321 6.0 1015.1423 9.0 1015.1524 3.0 1015.1626 5.0 1015.1727 13.0 1015.1829 23.0 1015.1931 25.0 1015.2032 28.0 1015.2134 19.0 1015.2236 17.0 1015.2337 23.0 1015.2439 17.0 1015.254 7.0 1015.2642 18.0 1015.2744 35.0 1015.2845 15.0 1015.2947 6.0 1015.3049 4.0 1015.315 8.0 1015.3252 10.0 1015.3353 14.0 1015.3455 8.0 1015.3557 6.0 1015.3658 4.0 1015.376 4.0 1015.3862 2.0 1015.3963 8.0 1015.4065 4.0 1015.4166 4.0 1015.4268 4.0 1015.437 7.0 1015.4471 10.0 1015.4573 5.0 1015.4675 3.0 1015.4776 3.0 1015.4878 8.0 1015.498 8.0 1015.5081 9.0 1015.5183 13.0 1015.5284 12.0 1015.5386 6.0 1015.5488 7.0 1015.5589 4.0 1015.5691 3.0 1015.5793 8.0 1015.5894 6.0 1015.5996 8.0 1015.6098 1.0 1015.6199 4.0 1015.6301 4.0 1015.6402 7.0 1015.6504 8.0 1015.6606 4.0 1015.6707 1.0 1015.6809 4.0 1015.6911 4.0 1015.7012 8.0 1015.7114 9.0 1015.7216 4.0 1015.7317 4.0 1015.7419 5.0 1015.7521 1.0 1015.7622 7.0 1015.7724 6.0 1015.7825 9.0 1015.7927 1.0 1015.8029 1.0 1015.8232 7.0 1015.8334 3.0 1015.8435 6.0 1015.8537 3.0 1015.8639 3.0 1015.874 9.0 1015.8842 14.0 1015.8944 6.0 1015.9045 4.0 1015.9147 8.0 1015.9249 9.0 1015.935 10.0 1015.9452 12.0 1015.9554 14.0 1015.9655 7.0 1015.9757 9.0 1015.9859 15.0 1015.996 15.0 1016.0062 8.0 1016.0164 14.0 1016.0265 17.0 1016.0367 14.0 1016.0469 11.0 1016.057 16.0 1016.0672 9.0 1016.0774 14.0 1016.0875 13.0 1016.0977 7.0 1016.1079 12.0 1016.118 11.0 1016.1282 8.0 1016.1384 7.0 1016.1485 8.0 1016.1587 12.0 1016.1689 6.0 1016.179 4.0 1016.1892 8.0 1016.1994 10.0 1016.2095 16.0 1016.2197 19.0 1016.2299 16.0 1016.24 11.0 1016.2502 12.0 1016.2604 12.0 1016.2705 1.0 1016.2909 7.0 1016.301 5.0 1016.3112 1.0 1016.3214 1.0 1016.3315 5.0 1016.3417 5.0 1016.3519 1.0 1016.362 1.0 1016.3722 6.0 1016.3824 7.0 1016.3925 7.0 1016.4027 5.0 1016.4129 2.0 1016.423 8.0 1016.4332 5.0 1016.4434 5.0 1016.4535 3.0 1016.4637 6.0 1016.4739 6.0 1016.484 3.0 1016.4942 2.0 1016.5044 3.0 1016.5146 3.0 1016.5247 3.0 1016.5349 3.0 1016.5451 2.0 1016.5552 9.0 1016.5654 4.0 1016.5756 7.0 1016.5857 9.0 1016.5959 16.0 1016.6061 14.0 1016.6162 8.0 1016.6264 3.0 1016.6366 3.0 1016.6468 6.0 1016.6569 11.0 1016.6671 7.0 1016.6874 6.0 1016.6976 8.0 1016.7078 10.0 1016.7179 5.0 1016.7281 2.0 1016.7383 4.0 1016.7484 4.0 1016.7586 3.0 1016.7688 4.0 1016.779 5.0 1016.7891 4.0 1016.7993 2.0 1016.8095 7.0 1016.8196 4.0 1016.8298 10.0 1016.84 8.0 1016.8501 3.0 1016.8603 6.0 1016.8705 10.0 1016.8807 5.0 1016.8908 6.0 1016.901 9.0 1016.9112 7.0 1016.9213 6.0 1016.9315 5.0 1016.9417 2.0 1016.9519 10.0 1016.962 10.0 1016.9722 13.0 1016.9824 11.0 1016.9925 6.0 1017.0027 9.0 1017.0129 14.0 1017.023 10.0 1017.0332 16.0 1017.0434 12.0 1017.0536 3.0 1017.0637 7.0 1017.0739 15.0 1017.0841 17.0 1017.0942 5.0 1017.1044 5.0 1017.1146 8.0 1017.1248 2.0 1017.1349 5.0 1017.1451 1.0 1017.1553 2.0 1017.1654 4.0 1017.1756 2.0 1017.1858 4.0 1017.196 4.0 1017.2061 6.0 1017.2163 7.0 1017.2265 2.0 1017.2367 2.0 1017.2468 6.0 1017.257 6.0 1017.2672 4.0 1017.2773 3.0 1017.2875 3.0 1017.2977 6.0 1017.3079 9.0 1017.318 7.0 1017.3282 5.0 1017.3384 5.0 1017.3486 2.0 1017.3587 6.0 1017.3689 10.0 1017.3791 15.0 1017.3892 14.0 1017.3994 7.0 1017.4096 4.0 1017.4198 2.0 1017.4299 8.0 1017.4401 11.0 1017.4503 10.0 1017.4605 7.0 1017.4706 5.0 1017.4808 8.0 1017.491 1.0 1017.5011 4.0 1017.5113 8.0 1017.5215 6.0 1017.5317 2.0 1017.5418 5.0 1017.552 4.0 1017.5622 9.0 1017.5724 4.0 1017.5825 6.0 1017.5927 6.0 1017.6029 12.0 1017.6131 3.0 1017.6232 2.0 1017.6334 6.0 1017.6436 4.0 1017.6538 6.0 1017.6639 4.0 1017.6741 5.0 1017.6843 3.0 1017.6945 5.0 1017.7046 3.0 1017.7148 6.0 1017.725 8.0 1017.7352 4.0 1017.7453 6.0 1017.7555 3.0 1017.7657 8.0 1017.7759 4.0 1017.786 2.0 1017.7962 3.0 1017.8064 5.0 1017.8166 14.0 1017.8267 4.0 1017.8369 3.0 1017.8471 9.0 1017.8573 8.0 1017.8674 5.0 1017.8776 5.0 1017.8878 4.0 1017.898 6.0 1017.9081 5.0 1017.9183 8.0 1017.9285 11.0 1017.9387 5.0 1017.9488 10.0 1017.959 8.0 1017.9692 12.0 1017.9794 8.0 1017.9895 6.0 1017.9997 8.0 1018.0099 6.0 1018.0201 2.0 1018.0302 18.0 1018.0404 12.0 1018.0506 8.0 1018.0608 10.0 1018.0709 7.0 1018.0811 8.0 1018.0913 1.0 1018.1015 5.0 1018.1117 8.0 1018.1218 5.0 1018.132 7.0 1018.1422 3.0 1018.1524 6.0 1018.1625 2.0 1018.1727 7.0 1018.1829 3.0 1018.1931 4.0 1018.2032 3.0 1018.2134 10.0 1018.2236 8.0 1018.2338 5.0 1018.244 6.0 1018.2541 4.0 1018.2643 4.0 1018.2745 5.0 1018.2847 6.0 1018.2948 5.0 1018.305 6.0 1018.3152 3.0 1018.3254 6.0 1018.3356 11.0 1018.3457 4.0 1018.3559 4.0 1018.3661 1.0 1018.3763 7.0 1018.3864 7.0 1018.3966 6.0 1018.4068 6.0 1018.417 5.0 1018.4272 5.0 1018.4373 4.0 1018.4475 6.0 1018.4577 6.0 1018.4679 12.0 1018.478 9.0 1018.4882 6.0 1018.4984 7.0 1018.5086 13.0 1018.5188 6.0 1018.5289 7.0 1018.5391 11.0 1018.5493 10.0 1018.5595 1.0 1018.5697 7.0 1018.5798 3.0 1018.59 9.0 1018.6002 10.0 1018.6104 5.0 1018.6205 9.0 1018.6307 8.0 1018.6409 4.0 1018.6511 3.0 1018.6613 2.0 1018.6714 6.0 1018.6816 10.0 1018.6918 2.0 1018.702 8.0 1018.7122 8.0 1018.7223 12.0 1018.7325 6.0 1018.7427 1.0 1018.7529 1.0 1018.7631 5.0 1018.7732 5.0 1018.7834 3.0 1018.7936 1.0 1018.8038 2.0 1018.814 4.0 1018.8241 8.0 1018.8343 7.0 1018.8445 8.0 1018.8547 3.0 1018.8649 2.0 1018.875 7.0 1018.8852 3.0 1018.8954 3.0 1018.9056 4.0 1018.9158 6.0 1018.9259 3.0 1018.9361 2.0 1018.9463 1.0 1018.9667 2.0 1018.9769 3.0 1018.987 4.0 1018.9972 5.0 1019.0074 5.0 1019.0176 11.0 1019.0278 12.0 1019.0379 2.0 1019.0481 5.0 1019.0583 7.0 1019.0685 7.0 1019.0787 6.0 1019.0888 5.0 1019.099 9.0 1019.1092 7.0 1019.1194 10.0 1019.1296 6.0 1019.1398 6.0 1019.1499 4.0 1019.1601 6.0 1019.1703 5.0 1019.1805 3.0 1019.1907 10.0 1019.2008 9.0 1019.211 5.0 1019.2212 6.0 1019.2314 3.0 1019.2416 4.0 1019.2518 3.0 1019.2619 4.0 1019.2721 5.0 1019.2823 8.0 1019.2925 3.0 1019.3027 4.0 1019.3129 9.0 1019.323 7.0 1019.3332 1.0 1019.3434 4.0 1019.3536 4.0 1019.3638 4.0 1019.3739 5.0 1019.3841 8.0 1019.3943 6.0 1019.4045 3.0 1019.4147 11.0 1019.4249 3.0 1019.435 9.0 1019.4452 8.0 1019.4554 10.0 1019.4656 6.0 1019.4758 7.0 1019.486 2.0 1019.4961 3.0 1019.5063 5.0 1019.5165 2.0 1019.5267 6.0 1019.5369 17.0 1019.5471 12.0 1019.5572 13.0 1019.5674 4.0 1019.5776 6.0 1019.5878 6.0 1019.598 2.0 1019.6082 2.0 1019.6184 9.0 1019.6285 6.0 1019.6387 2.0 1019.6489 2.0 1019.6591 4.0 1019.6693 3.0 1019.6795 2.0 1019.6896 1.0 1019.6998 1.0 1019.71 4.0 1019.7304 3.0 1019.7406 2.0 1019.7508 3.0 1019.7609 2.0 1019.7711 3.0 1019.7813 16.0 1019.7915 24.0 1019.8017 4.0 1019.8119 8.0 1019.822 5.0 1019.8322 3.0 1019.8424 3.0 1019.8526 3.0 1019.8628 3.0 1019.873 5.0 1019.8832 3.0 1019.8933 1.0 1019.9035 3.0 1019.9137 6.0 1019.9239 8.0 1019.9341 10.0 1019.9443 11.0 1019.9545 10.0 1019.9646 9.0 1019.9748 13.0 1019.985 17.0 1019.9952 7.0 1020.0054 7.0 1020.0156 5.0 1020.0258 4.0 1020.0359 7.0 1020.0461 10.0 1020.0563 5.0 1020.0665 7.0 1020.0767 16.0 1020.0869 6.0 1020.0971 6.0 1020.1073 2.0 1020.1174 11.0 1020.1276 7.0 1020.1378 4.0 1020.148 11.0 1020.1582 9.0 1020.1684 9.0 1020.1786 5.0 1020.1887 6.0 1020.1989 7.0 1020.2091 7.0 1020.2193 5.0 1020.2295 6.0 1020.2397 7.0 1020.2601 1.0 1020.2702 5.0 1020.2804 4.0 1020.2906 4.0 1020.3008 3.0 1020.311 4.0 1020.3212 5.0 1020.3314 8.0 1020.3416 5.0 1020.3517 5.0 1020.3619 9.0 1020.3721 7.0 1020.3823 2.0 1020.3925 1.0 1020.4027 3.0 1020.4129 1.0 1020.4231 5.0 1020.4333 2.0 1020.4434 6.0 1020.4536 3.0 1020.4638 4.0 1020.474 6.0 1020.4842 7.0 1020.4944 22.0 1020.5046 8.0 1020.5148 6.0 1020.5249 2.0 1020.5351 11.0 1020.5453 6.0 1020.5555 8.0 1020.5657 11.0 1020.5759 8.0 1020.5861 8.0 1020.5963 5.0 1020.6065 10.0 1020.6167 16.0 1020.6268 9.0 1020.637 5.0 1020.6472 5.0 1020.6574 9.0 1020.6676 6.0 1020.6778 7.0 1020.688 11.0 1020.6982 11.0 1020.7084 4.0 1020.7185 11.0 1020.7287 3.0 1020.7389 2.0 1020.7491 5.0 1020.7593 4.0 1020.7695 3.0 1020.7797 1.0 1020.7899 8.0 1020.8001 5.0 1020.8103 1.0 1020.8204 3.0 1020.8306 13.0 1020.8408 6.0 1020.851 5.0 1020.8612 2.0 1020.8714 6.0 1020.8816 10.0 1020.8918 6.0 1020.902 8.0 1020.9122 8.0 1020.9223 8.0 1020.9325 8.0 1020.9427 6.0 1020.9529 8.0 1020.9631 9.0 1020.9733 4.0 1020.9835 8.0 1020.9937 17.0 1021.0039 6.0 1021.0141 7.0 1021.0243 9.0 1021.0345 13.0 1021.0446 4.0 1021.0548 11.0 1021.065 10.0 1021.0752 9.0 1021.0854 7.0 1021.0956 6.0 1021.1058 2.0 1021.116 9.0 1021.1262 3.0 1021.1364 5.0 1021.1466 16.0 1021.1567 8.0 1021.1669 7.0 1021.1771 4.0 1021.1873 3.0 1021.1975 1.0 1021.2077 2.0 1021.2179 2.0 1021.2281 5.0 1021.2383 3.0 1021.2485 9.0 1021.2587 8.0 1021.2689 2.0 1021.2791 9.0 1021.2892 5.0 1021.2994 3.0 1021.3096 3.0 1021.3198 2.0 1021.33 5.0 1021.3402 4.0 1021.3504 4.0 1021.3606 5.0 1021.3708 4.0 1021.381 2.0 1021.3912 5.0 1021.4116 6.0 1021.4218 6.0 1021.432 8.0 1021.4421 6.0 1021.4523 7.0 1021.4625 10.0 1021.4727 6.0 1021.4829 10.0 1021.4931 17.0 1021.5033 13.0 1021.5135 11.0 1021.5237 8.0 1021.5339 6.0 1021.5441 8.0 1021.5543 10.0 1021.5645 10.0 1021.5747 9.0 1021.5849 10.0 1021.595 5.0 1021.6052 1.0 1021.6154 2.0 1021.6256 8.0 1021.6358 5.0 1021.646 7.0 1021.6562 6.0 1021.6664 5.0 1021.6766 3.0 1021.6868 9.0 1021.697 7.0 1021.7072 7.0 1021.7174 5.0 1021.7276 5.0 1021.7378 6.0 1021.748 3.0 1021.7582 5.0 1021.7684 7.0 1021.7786 4.0 1021.7887 9.0 1021.7989 8.0 1021.8091 5.0 1021.8193 5.0 1021.8295 3.0 1021.8397 6.0 1021.8601 10.0 1021.8703 4.0 1021.8805 5.0 1021.8907 8.0 1021.9009 3.0 1021.9111 12.0 1021.9213 3.0 1021.9315 3.0 1021.9417 8.0 1021.9519 9.0 1021.9621 4.0 1021.9723 8.0 1021.9825 17.0 1021.9927 25.0 1022.0029 30.0 1022.0131 9.0 1022.0232 6.0 1022.0334 7.0 1022.0436 2.0 1022.0538 9.0 1022.064 9.0 1022.0742 5.0 1022.0844 11.0 1022.0946 11.0 1022.1048 5.0 1022.115 3.0 1022.1252 3.0 1022.1354 4.0 1022.1456 5.0 1022.1558 5.0 1022.166 2.0 1022.1762 5.0 1022.1864 3.0 1022.1966 1.0 1022.2068 5.0 1022.217 1.0 1022.2272 4.0 1022.2374 2.0 1022.2476 7.0 1022.2578 11.0 1022.268 7.0 1022.2782 1.0 1022.2884 9.0 1022.2986 8.0 1022.3088 12.0 1022.319 8.0 1022.3292 4.0 1022.3394 1.0 1022.3496 4.0 1022.3598 5.0 1022.37 18.0 1022.3801 3.0 1022.3903 3.0 1022.4005 9.0 1022.4107 4.0 1022.4209 6.0 1022.4311 6.0 1022.4413 13.0 1022.4515 8.0 1022.4617 5.0 1022.4719 2.0 1022.4821 4.0 1022.4923 2.0 1022.5025 5.0 1022.5127 3.0 1022.5229 1.0 1022.5331 5.0 1022.5433 7.0 1022.5535 8.0 1022.5637 7.0 1022.5739 2.0 1022.5841 4.0 1022.5943 4.0 1022.6045 2.0 1022.6147 2.0 1022.6249 5.0 1022.6351 4.0 1022.6453 2.0 1022.6555 3.0 1022.6657 7.0 1022.6759 9.0 1022.6861 12.0 1022.6963 4.0 1022.7065 5.0 1022.7167 8.0 1022.7269 12.0 1022.7371 11.0 1022.7473 2.0 1022.7575 2.0 1022.7677 6.0 1022.7779 10.0 1022.7881 5.0 1022.7983 10.0 1022.8085 6.0 1022.8187 11.0 1022.8289 4.0 1022.8391 5.0 1022.8493 3.0 1022.8595 1.0 1022.8697 2.0 1022.8799 5.0 1022.8901 1.0 1022.9003 4.0 1022.9207 7.0 1022.9309 3.0 1022.9411 8.0 1022.9513 9.0 1022.9615 11.0 1022.9717 13.0 1022.9819 6.0 1022.9921 7.0 1023.0023 16.0 1023.0125 7.0 1023.0227 7.0 1023.0329 3.0 1023.0431 6.0 1023.0533 8.0 1023.0635 11.0 1023.0737 3.0 1023.0839 6.0 1023.0941 3.0 1023.1043 4.0 1023.1145 6.0 1023.1247 6.0 1023.1349 9.0 1023.1451 6.0 1023.1553 7.0 1023.1656 10.0 1023.1758 4.0 1023.186 11.0 1023.1962 8.0 1023.2064 5.0 1023.2166 7.0 1023.2268 4.0 1023.237 11.0 1023.2472 14.0 1023.2574 3.0 1023.2676 11.0 1023.2778 13.0 1023.288 8.0 1023.2982 1.0 1023.3084 13.0 1023.3186 13.0 1023.3288 5.0 1023.339 1.0 1023.3492 9.0 1023.3594 9.0 1023.3696 2.0 1023.3798 5.0 1023.39 6.0 1023.4002 7.0 1023.4104 5.0 1023.4206 3.0 1023.4308 6.0 1023.441 2.0 1023.4512 3.0 1023.4614 3.0 1023.4716 2.0 1023.4818 2.0 1023.492 2.0 1023.5022 3.0 1023.5124 2.0 1023.5227 2.0 1023.5329 3.0 1023.5431 10.0 1023.5533 8.0 1023.5635 6.0 1023.5737 8.0 1023.5839 2.0 1023.5941 4.0 1023.6043 4.0 1023.6145 4.0 1023.6247 4.0 1023.6349 3.0 1023.6451 7.0 1023.6553 10.0 1023.6655 11.0 1023.6757 8.0 1023.6859 7.0 1023.6961 7.0 1023.7063 7.0 1023.7165 7.0 1023.7267 6.0 1023.7369 9.0 1023.7471 2.0 1023.7574 2.0 1023.7676 9.0 1023.7778 10.0 1023.788 6.0 1023.7982 3.0 1023.8186 4.0 1023.8288 3.0 1023.839 4.0 1023.8492 8.0 1023.8594 6.0 1023.8696 7.0 1023.8798 6.0 1023.89 8.0 1023.9002 6.0 1023.9104 8.0 1023.9206 14.0 1023.9308 8.0 1023.941 6.0 1023.9513 9.0 1023.9615 15.0 1023.9717 8.0 1023.9819 15.0 1023.9921 8.0 1024.0023 4.0 1024.0125 14.0 1024.0227 15.0 1024.0329 8.0 1024.0431 7.0 1024.0533 6.0 1024.0635 8.0 1024.0737 16.0 1024.0839 11.0 1024.0941 9.0 1024.1044 11.0 1024.1146 6.0 1024.1248 6.0 1024.135 9.0 1024.1452 8.0 1024.1554 7.0 1024.1656 4.0 1024.1758 7.0 1024.186 9.0 1024.1962 3.0 1024.2064 8.0 1024.2166 7.0 1024.2268 6.0 1024.237 4.0 1024.2472 4.0 1024.2575 4.0 1024.2779 9.0 1024.2881 2.0 1024.2983 1.0 1024.3085 7.0 1024.3289 4.0 1024.3391 3.0 1024.3493 4.0 1024.3595 6.0 1024.3697 5.0 1024.3799 2.0 1024.3902 6.0 1024.4004 10.0 1024.4106 4.0 1024.4208 5.0 1024.431 8.0 1024.4412 8.0 1024.4514 12.0 1024.4616 9.0 1024.4718 4.0 1024.482 6.0 1024.4922 10.0 1024.5025 9.0 1024.5127 3.0 1024.5229 1.0 1024.5331 6.0 1024.5433 5.0 1024.5535 7.0 1024.5637 7.0 1024.5739 7.0 1024.5841 3.0 1024.5943 7.0 1024.6045 8.0 1024.6147 4.0 1024.625 2.0 1024.6352 4.0 1024.6454 2.0 1024.6556 4.0 1024.6658 7.0 1024.676 2.0 1024.6862 1.0 1024.6964 3.0 1024.7066 8.0 1024.7168 4.0 1024.7271 2.0 1024.7373 7.0 1024.7475 4.0 1024.7577 6.0 1024.7679 7.0 1024.7781 6.0 1024.7883 4.0 1024.7985 10.0 1024.8087 2.0 1024.8189 4.0 1024.8292 5.0 1024.8394 7.0 1024.8496 6.0 1024.8598 8.0 1024.87 12.0 1024.8802 12.0 1024.8904 2.0 1024.9006 6.0 1024.9108 1.0 1024.921 4.0 1024.9313 4.0 1024.9415 13.0 1024.9517 8.0 1024.9619 10.0 1024.9721 5.0 1024.9925 1.0 1025.0027 9.0 1025.0129 8.0 1025.0232 7.0 1025.0334 11.0 1025.0436 13.0 1025.0538 11.0 1025.064 6.0 1025.0742 6.0 1025.0844 3.0 1025.0946 4.0 1025.1049 6.0 1025.1151 1.0 1025.1253 4.0 1025.1355 1.0 1025.1457 8.0 1025.1559 7.0 1025.1661 11.0 1025.1763 5.0 1025.1865 3.0 1025.1968 2.0 1025.207 6.0 1025.2172 2.0 1025.2274 1.0 1025.2376 4.0 1025.2478 2.0 1025.258 8.0 1025.2682 7.0 1025.2785 4.0 1025.2887 6.0 1025.2989 1.0 1025.3091 3.0 1025.3193 4.0 1025.3295 6.0 1025.3397 7.0 1025.3499 6.0 1025.3602 6.0 1025.3704 11.0 1025.3806 9.0 1025.3908 4.0 1025.401 3.0 1025.4112 8.0 1025.4214 5.0 1025.4317 1.0 1025.4419 1.0 1025.4623 1.0 1025.4725 2.0 1025.4827 6.0 1025.4929 9.0 1025.5031 6.0 1025.5134 12.0 1025.5236 7.0 1025.5338 3.0 1025.544 2.0 1025.5542 2.0 1025.5644 3.0 1025.5746 5.0 1025.5849 2.0 1025.5951 5.0 1025.6053 6.0 1025.6155 5.0 1025.6257 5.0 1025.6359 3.0 1025.6461 4.0 1025.6564 1.0 1025.6666 1.0 1025.6768 9.0 1025.687 6.0 1025.6972 5.0 1025.7074 1.0 1025.7176 12.0 1025.7279 11.0 1025.7381 5.0 1025.7483 4.0 1025.7585 7.0 1025.7687 8.0 1025.7789 8.0 1025.7892 3.0 1025.7994 12.0 1025.8096 10.0 1025.8198 4.0 1025.83 18.0 1025.8402 15.0 1025.8504 10.0 1025.8607 8.0 1025.8709 7.0 1025.8811 6.0 1025.8913 4.0 1025.9015 5.0 1025.9117 3.0 1025.922 5.0 1025.9322 5.0 1025.9424 4.0 1025.9526 8.0 1025.9628 8.0 1025.973 13.0 1025.9832 7.0 1025.9935 8.0 1026.0037 12.0 1026.0139 4.0 1026.0241 11.0 1026.0343 8.0 1026.0445 8.0 1026.0548 11.0 1026.065 10.0 1026.0752 10.0 1026.0854 13.0 1026.0956 7.0 1026.1058 13.0 1026.1161 19.0 1026.1263 6.0 1026.1365 13.0 1026.1467 8.0 1026.1569 8.0 1026.1671 7.0 1026.1774 13.0 1026.1876 7.0 1026.1978 3.0 1026.208 18.0 1026.2182 10.0 1026.2285 4.0 1026.2387 9.0 1026.2489 2.0 1026.2591 9.0 1026.2693 12.0 1026.2795 10.0 1026.2898 3.0 1026.3 4.0 1026.3102 2.0 1026.3204 11.0 1026.3306 16.0 1026.3408 3.0 1026.3511 1.0 1026.3613 3.0 1026.3715 2.0 1026.3817 8.0 1026.3919 9.0 1026.4022 1.0 1026.4124 8.0 1026.4226 8.0 1026.4328 8.0 1026.443 6.0 1026.4532 3.0 1026.4635 5.0 1026.4737 3.0 1026.4839 10.0 1026.4941 9.0 1026.5043 6.0 1026.5146 19.0 1026.5248 9.0 1026.535 7.0 1026.5452 1.0 1026.5554 4.0 1026.5657 10.0 1026.5759 7.0 1026.5861 23.0 1026.5963 18.0 1026.6065 4.0 1026.6167 5.0 1026.627 2.0 1026.6372 6.0 1026.6474 10.0 1026.6576 11.0 1026.6678 10.0 1026.6781 6.0 1026.6883 5.0 1026.6985 5.0 1026.7087 2.0 1026.7189 4.0 1026.7292 5.0 1026.7394 7.0 1026.7496 4.0 1026.7598 2.0 1026.77 3.0 1026.7803 5.0 1026.7905 4.0 1026.8007 9.0 1026.8109 13.0 1026.8211 6.0 1026.8314 5.0 1026.8416 5.0 1026.8518 2.0 1026.862 3.0 1026.8722 1.0 1026.8825 1.0 1026.8927 9.0 1026.9029 9.0 1026.9131 4.0 1026.9233 11.0 1026.9336 7.0 1026.9438 3.0 1026.954 10.0 1026.9642 10.0 1026.9745 4.0 1026.9847 3.0 1026.9949 6.0 1027.0051 11.0 1027.0153 8.0 1027.0256 8.0 1027.0358 2.0 1027.046 13.0 1027.0562 14.0 1027.0664 9.0 1027.0767 8.0 1027.0869 10.0 1027.0971 13.0 1027.1073 16.0 1027.1176 17.0 1027.1278 13.0 1027.138 5.0 1027.1482 6.0 1027.1584 6.0 1027.1687 2.0 1027.1789 11.0 1027.1891 6.0 1027.1993 4.0 1027.2096 6.0 1027.2198 4.0 1027.23 4.0 1027.2402 4.0 1027.2504 9.0 1027.2607 3.0 1027.2709 14.0 1027.2811 10.0 1027.2913 3.0 1027.3016 5.0 1027.3118 4.0 1027.322 7.0 1027.3322 10.0 1027.3424 5.0 1027.3527 2.0 1027.3629 2.0 1027.3731 8.0 1027.3833 19.0 1027.3936 5.0 1027.4038 9.0 1027.414 8.0 1027.4242 8.0 1027.4345 6.0 1027.4447 5.0 1027.4549 4.0 1027.4651 4.0 1027.4753 5.0 1027.4856 6.0 1027.4958 14.0 1027.506 7.0 1027.5162 10.0 1027.5265 8.0 1027.5367 12.0 1027.5469 4.0 1027.5571 10.0 1027.5674 1.0 1027.5878 1.0 1027.598 5.0 1027.6083 5.0 1027.6185 3.0 1027.6287 2.0 1027.6389 9.0 1027.6492 9.0 1027.6594 7.0 1027.6696 8.0 1027.6798 10.0 1027.6901 10.0 1027.7003 3.0 1027.7105 6.0 1027.7207 10.0 1027.731 11.0 1027.7412 9.0 1027.7514 8.0 1027.7616 11.0 1027.7719 5.0 1027.7821 6.0 1027.7923 7.0 1027.8025 2.0 1027.8128 2.0 1027.823 7.0 1027.8332 1.0 1027.8434 3.0 1027.8537 5.0 1027.8639 3.0 1027.8741 5.0 1027.8843 8.0 1027.8946 6.0 1027.9048 4.0 1027.915 8.0 1027.9252 13.0 1027.9355 8.0 1027.9457 7.0 1027.9559 14.0 1027.9661 7.0 1027.9764 3.0 1027.9968 2.0 1028.007 3.0 1028.0173 3.0 1028.0275 5.0 1028.0377 8.0 1028.0479 9.0 1028.0582 5.0 1028.0684 4.0 1028.0786 7.0 1028.0889 15.0 1028.0991 9.0 1028.1093 16.0 1028.1195 8.0 1028.1298 5.0 1028.14 6.0 1028.1502 9.0 1028.1604 5.0 1028.1707 9.0 1028.1809 8.0 1028.1911 5.0 1028.2014 5.0 1028.2116 12.0 1028.2218 17.0 1028.232 13.0 1028.2423 3.0 1028.2525 9.0 1028.2627 7.0 1028.2729 4.0 1028.2832 6.0 1028.2934 5.0 1028.3036 9.0 1028.3139 8.0 1028.3241 11.0 1028.3343 5.0 1028.3445 7.0 1028.3548 4.0 1028.365 7.0 1028.3752 10.0 1028.3854 7.0 1028.3957 6.0 1028.4059 4.0 1028.4161 5.0 1028.4264 5.0 1028.4366 1.0 1028.4468 3.0 1028.457 8.0 1028.4673 9.0 1028.4775 5.0 1028.4877 6.0 1028.498 4.0 1028.5082 2.0 1028.5184 6.0 1028.5286 8.0 1028.5389 9.0 1028.5491 6.0 1028.5593 10.0 1028.5696 13.0 1028.5798 11.0 1028.59 4.0 1028.6003 2.0 1028.6105 7.0 1028.6207 19.0 1028.6309 13.0 1028.6412 20.0 1028.6514 10.0 1028.6616 10.0 1028.6719 7.0 1028.6821 8.0 1028.6923 5.0 1028.7025 2.0 1028.7128 5.0 1028.723 3.0 1028.7332 5.0 1028.7435 4.0 1028.7537 6.0 1028.7639 5.0 1028.7742 6.0 1028.7844 4.0 1028.8048 6.0 1028.8151 4.0 1028.8253 4.0 1028.8355 5.0 1028.8458 4.0 1028.856 3.0 1028.8662 8.0 1028.8765 6.0 1028.8867 3.0 1028.8969 8.0 1028.9072 6.0 1028.9174 7.0 1028.9276 2.0 1028.9378 2.0 1028.9481 6.0 1028.9583 6.0 1028.9685 12.0 1028.9788 3.0 1028.989 5.0 1028.9992 7.0 1029.0095 4.0 1029.0197 13.0 1029.0299 14.0 1029.0402 15.0 1029.0504 15.0 1029.0606 13.0 1029.0708 17.0 1029.0811 6.0 1029.0913 9.0 1029.1015 10.0 1029.1118 6.0 1029.122 4.0 1029.1322 3.0 1029.1425 5.0 1029.1527 4.0 1029.1629 2.0 1029.1732 6.0 1029.1834 6.0 1029.1936 11.0 1029.2039 5.0 1029.2141 5.0 1029.2243 5.0 1029.2346 6.0 1029.2448 15.0 1029.255 10.0 1029.2653 3.0 1029.2755 1.0 1029.2857 1.0 1029.296 9.0 1029.3062 12.0 1029.3164 11.0 1029.3267 4.0 1029.3471 1.0 1029.3574 4.0 1029.3676 9.0 1029.3778 11.0 1029.3881 5.0 1029.3983 6.0 1029.4085 5.0 1029.4188 3.0 1029.429 5.0 1029.4392 3.0 1029.4495 2.0 1029.4597 7.0 1029.4699 9.0 1029.4802 1.0 1029.4904 4.0 1029.5006 2.0 1029.5109 6.0 1029.5211 2.0 1029.5313 3.0 1029.5416 2.0 1029.5518 1.0 1029.562 1.0 1029.5723 8.0 1029.5825 3.0 1029.5927 8.0 1029.603 1.0 1029.6132 4.0 1029.6234 6.0 1029.6337 12.0 1029.6439 9.0 1029.6541 2.0 1029.6644 4.0 1029.6746 10.0 1029.6848 7.0 1029.6951 6.0 1029.7053 2.0 1029.7155 2.0 1029.7258 7.0 1029.736 8.0 1029.7462 2.0 1029.7565 6.0 1029.7667 2.0 1029.7769 2.0 1029.7872 4.0 1029.7974 10.0 1029.8077 7.0 1029.8179 11.0 1029.8281 12.0 1029.8384 3.0 1029.8486 5.0 1029.8588 1.0 1029.8691 6.0 1029.8793 4.0 1029.8895 2.0 1029.8998 3.0 1029.91 2.0 1029.9202 5.0 1029.9305 3.0 1029.9407 6.0 1029.951 3.0 1029.9612 2.0 1029.9714 3.0 1029.9817 4.0 1029.9919 10.0 1030.0021 7.0 1030.0124 11.0 1030.0226 21.0 1030.0328 19.0 1030.0431 10.0 1030.0533 10.0 1030.0636 5.0 1030.0738 11.0 1030.084 14.0 1030.0943 3.0 1030.1045 2.0 1030.1147 14.0 1030.125 6.0 1030.1352 1.0 1030.1454 8.0 1030.1557 10.0 1030.1659 5.0 1030.1762 2.0 1030.1864 2.0 1030.1966 11.0 1030.2069 15.0 1030.2171 16.0 1030.2273 12.0 1030.2376 17.0 1030.2478 18.0 1030.2581 8.0 1030.2683 8.0 1030.2785 12.0 1030.2888 9.0 1030.299 6.0 1030.3092 6.0 1030.3195 3.0 1030.3297 2.0 1030.34 8.0 1030.3502 4.0 1030.3604 6.0 1030.3707 7.0 1030.3809 7.0 1030.3911 5.0 1030.4014 2.0 1030.4116 5.0 1030.4219 4.0 1030.4321 7.0 1030.4423 6.0 1030.4526 4.0 1030.4731 8.0 1030.4833 12.0 1030.4935 6.0 1030.5038 4.0 1030.514 5.0 1030.5242 9.0 1030.5345 2.0 1030.5447 3.0 1030.555 7.0 1030.5652 6.0 1030.5754 7.0 1030.5857 10.0 1030.5959 8.0 1030.6062 14.0 1030.6164 12.0 1030.6266 10.0 1030.6369 13.0 1030.6471 8.0 1030.6574 24.0 1030.6676 16.0 1030.6778 9.0 1030.6881 8.0 1030.6983 9.0 1030.7086 7.0 1030.7188 6.0 1030.729 6.0 1030.7393 10.0 1030.7495 7.0 1030.7598 12.0 1030.77 7.0 1030.7802 12.0 1030.7905 10.0 1030.8007 7.0 1030.811 5.0 1030.8212 9.0 1030.8314 5.0 1030.8417 2.0 1030.8519 8.0 1030.8622 2.0 1030.8724 6.0 1030.8826 1.0 1030.8929 6.0 1030.9031 7.0 1030.9134 14.0 1030.9236 10.0 1030.9338 8.0 1030.9441 10.0 1030.9543 8.0 1030.9646 8.0 1030.9748 10.0 1030.985 4.0 1030.9953 5.0 1031.0055 2.0 1031.0158 10.0 1031.026 10.0 1031.0363 21.0 1031.0465 3.0 1031.0567 8.0 1031.067 10.0 1031.0772 8.0 1031.0875 1.0 1031.0977 3.0 1031.1079 6.0 1031.1182 14.0 1031.1284 10.0 1031.1387 10.0 1031.1489 5.0 1031.1592 6.0 1031.1694 2.0 1031.1796 2.0 1031.1899 7.0 1031.2001 8.0 1031.2104 9.0 1031.2206 6.0 1031.2308 5.0 1031.2411 14.0 1031.2513 9.0 1031.2616 13.0 1031.2718 2.0 1031.2821 4.0 1031.2923 10.0 1031.3025 5.0 1031.3128 1.0 1031.323 6.0 1031.3333 3.0 1031.3435 15.0 1031.3538 3.0 1031.364 8.0 1031.3742 5.0 1031.3845 9.0 1031.3947 4.0 1031.405 2.0 1031.4152 1.0 1031.4255 5.0 1031.4357 1.0 1031.446 5.0 1031.4562 8.0 1031.4664 6.0 1031.4767 3.0 1031.4869 8.0 1031.4972 4.0 1031.5074 4.0 1031.5177 5.0 1031.5279 4.0 1031.5381 6.0 1031.5484 10.0 1031.5586 12.0 1031.5689 5.0 1031.5791 5.0 1031.5894 1.0 1031.5996 3.0 1031.6099 6.0 1031.6201 6.0 1031.6303 4.0 1031.6406 4.0 1031.6508 7.0 1031.6611 9.0 1031.6713 12.0 1031.6816 8.0 1031.6918 5.0 1031.7021 7.0 1031.7123 7.0 1031.7225 7.0 1031.7328 7.0 1031.743 2.0 1031.7533 4.0 1031.7635 6.0 1031.7738 5.0 1031.784 5.0 1031.7943 10.0 1031.8045 6.0 1031.8147 12.0 1031.825 13.0 1031.8352 7.0 1031.8455 2.0 1031.8557 2.0 1031.866 7.0 1031.8762 4.0 1031.8865 2.0 1031.8967 5.0 1031.907 4.0 1031.9172 11.0 1031.9274 9.0 1031.9377 5.0 1031.9479 8.0 1031.9582 14.0 1031.9684 5.0 1031.9787 5.0 1031.9889 6.0 1031.9992 8.0 1032.0094 2.0 1032.0197 5.0 1032.0299 8.0 1032.0402 11.0 1032.0504 10.0 1032.0606 8.0 1032.0709 16.0 1032.0811 16.0 1032.0914 5.0 1032.1016 7.0 1032.1119 3.0 1032.1221 7.0 1032.1324 4.0 1032.1426 2.0 1032.1529 5.0 1032.1631 9.0 1032.1734 5.0 1032.1836 2.0 1032.1939 8.0 1032.2041 1.0 1032.2144 6.0 1032.2246 5.0 1032.2348 4.0 1032.2451 6.0 1032.2553 3.0 1032.2656 6.0 1032.2758 6.0 1032.2861 8.0 1032.2963 4.0 1032.3066 2.0 1032.3168 5.0 1032.3271 1.0 1032.3373 2.0 1032.3476 4.0 1032.3578 12.0 1032.3681 8.0 1032.3783 2.0 1032.3886 3.0 1032.3988 4.0 1032.4091 9.0 1032.4193 9.0 1032.4296 8.0 1032.4501 10.0 1032.4603 20.0 1032.4705 7.0 1032.4808 14.0 1032.491 18.0 1032.5013 14.0 1032.5115 7.0 1032.5218 7.0 1032.532 8.0 1032.5423 7.0 1032.5525 8.0 1032.5628 7.0 1032.573 6.0 1032.5833 7.0 1032.5935 5.0 1032.6038 5.0 1032.614 9.0 1032.6243 10.0 1032.6345 6.0 1032.6448 3.0 1032.655 2.0 1032.6653 4.0 1032.6755 5.0 1032.6858 1.0 1032.696 7.0 1032.7063 4.0 1032.7165 3.0 1032.7268 2.0 1032.737 5.0 1032.7473 2.0 1032.7575 10.0 1032.7678 6.0 1032.778 6.0 1032.7883 7.0 1032.7985 4.0 1032.8088 4.0 1032.819 4.0 1032.8293 3.0 1032.8395 9.0 1032.8498 10.0 1032.86 5.0 1032.8703 1.0 1032.8805 4.0 1032.8908 8.0 1032.901 8.0 1032.9113 4.0 1032.9215 6.0 1032.9318 10.0 1032.942 7.0 1032.9523 8.0 1032.9625 5.0 1032.9728 7.0 1032.983 19.0 1032.9933 21.0 1033.0035 10.0 1033.0138 6.0 1033.024 10.0 1033.0343 8.0 1033.0445 9.0 1033.0548 10.0 1033.0651 8.0 1033.0753 14.0 1033.0856 10.0 1033.0958 3.0 1033.1061 2.0 1033.1163 2.0 1033.1266 4.0 1033.1368 8.0 1033.1471 3.0 1033.1573 1.0 1033.1676 6.0 1033.1778 8.0 1033.1881 20.0 1033.1983 21.0 1033.2086 5.0 1033.2188 4.0 1033.2291 1.0 1033.2393 6.0 1033.2496 5.0 1033.2598 10.0 1033.2701 13.0 1033.2803 12.0 1033.2906 13.0 1033.3009 10.0 1033.3111 7.0 1033.3214 5.0 1033.3316 2.0 1033.3419 5.0 1033.3521 6.0 1033.3624 1.0 1033.3726 4.0 1033.3829 1.0 1033.3931 3.0 1033.4034 9.0 1033.4136 8.0 1033.4239 2.0 1033.4341 6.0 1033.4444 6.0 1033.4546 3.0 1033.4649 3.0 1033.4752 15.0 1033.4854 9.0 1033.4957 5.0 1033.5059 3.0 1033.5162 7.0 1033.5264 3.0 1033.5367 3.0 1033.5469 16.0 1033.5572 11.0 1033.5674 4.0 1033.5777 8.0 1033.5879 4.0 1033.5982 4.0 1033.6085 5.0 1033.6187 6.0 1033.629 4.0 1033.6392 7.0 1033.6495 6.0 1033.6597 8.0 1033.67 7.0 1033.6802 9.0 1033.6905 10.0 1033.7007 5.0 1033.711 6.0 1033.7213 14.0 1033.7315 4.0 1033.7418 7.0 1033.752 14.0 1033.7623 4.0 1033.7725 6.0 1033.7828 12.0 1033.793 5.0 1033.8033 3.0 1033.8135 3.0 1033.8238 1.0 1033.8341 5.0 1033.8443 3.0 1033.8546 11.0 1033.8648 13.0 1033.8751 3.0 1033.8853 5.0 1033.8956 3.0 1033.9058 1.0 1033.9161 5.0 1033.9264 3.0 1033.9366 6.0 1033.9469 1.0 1033.9571 7.0 1033.9674 10.0 1033.9776 6.0 1033.9879 10.0 1033.9982 6.0 1034.0084 1.0 1034.0187 5.0 1034.0289 7.0 1034.0392 5.0 1034.0494 12.0 1034.0597 12.0 1034.0699 16.0 1034.0802 25.0 1034.0905 10.0 1034.1007 8.0 1034.111 4.0 1034.1212 4.0 1034.1315 3.0 1034.1417 8.0 1034.152 6.0 1034.1623 9.0 1034.1828 1.0 1034.193 6.0 1034.2033 4.0 1034.2135 9.0 1034.2238 1.0 1034.2341 11.0 1034.2443 4.0 1034.2546 4.0 1034.2648 2.0 1034.2751 1.0 1034.2853 3.0 1034.2956 6.0 1034.3161 4.0 1034.3264 5.0 1034.3366 4.0 1034.3469 9.0 1034.3571 4.0 1034.3674 5.0 1034.3777 15.0 1034.3879 10.0 1034.3982 9.0 1034.4084 2.0 1034.429 3.0 1034.4392 2.0 1034.4495 3.0 1034.4597 7.0 1034.47 8.0 1034.4802 4.0 1034.4905 5.0 1034.5008 9.0 1034.511 7.0 1034.5213 11.0 1034.5315 1.0 1034.5418 4.0 1034.5521 5.0 1034.5623 3.0 1034.5828 3.0 1034.5931 10.0 1034.6034 7.0 1034.6136 8.0 1034.6239 4.0 1034.6341 4.0 1034.6444 21.0 1034.6547 11.0 1034.6649 3.0 1034.6752 5.0 1034.6854 2.0 1034.6957 4.0 1034.706 7.0 1034.7162 8.0 1034.7265 1.0 1034.7367 2.0 1034.747 5.0 1034.7572 12.0 1034.7675 12.0 1034.7778 4.0 1034.788 5.0 1034.7983 3.0 1034.8086 5.0 1034.8188 6.0 1034.8291 5.0 1034.8393 6.0 1034.8496 21.0 1034.8599 5.0 1034.8701 7.0 1034.8804 6.0 1034.8906 1.0 1034.9009 2.0 1034.9112 6.0 1034.9214 2.0 1034.9317 3.0 1034.9419 4.0 1034.9522 4.0 1034.9625 6.0 1034.9727 3.0 1034.983 10.0 1035.0035 1.0 1035.0138 3.0 1035.024 8.0 1035.0343 6.0 1035.0445 8.0 1035.0548 9.0 1035.0651 11.0 1035.0753 15.0 1035.0856 6.0 1035.0959 2.0 1035.1061 6.0 1035.1164 5.0 1035.1266 5.0 1035.1369 10.0 1035.1472 8.0 1035.1574 7.0 1035.1677 8.0 1035.178 11.0 1035.1882 5.0 1035.1985 7.0 1035.2087 5.0 1035.219 4.0 1035.2293 1.0 1035.2395 6.0 1035.2498 4.0 1035.26 1.0 1035.2703 2.0 1035.2806 7.0 1035.2908 4.0 1035.3011 2.0 1035.3114 7.0 1035.3216 2.0 1035.3319 4.0 1035.3422 5.0 1035.3524 12.0 1035.3627 14.0 1035.3729 7.0 1035.3832 11.0 1035.3935 5.0 1035.4037 9.0 1035.414 6.0 1035.4243 10.0 1035.4345 5.0 1035.4448 2.0 1035.455 3.0 1035.4756 8.0 1035.4858 1.0 1035.4961 6.0 1035.5064 3.0 1035.5166 9.0 1035.5269 6.0 1035.5372 7.0 1035.5474 11.0 1035.5577 6.0 1035.5679 2.0 1035.5782 5.0 1035.5885 6.0 1035.609 3.0 1035.6193 13.0 1035.6295 6.0 1035.6398 4.0 1035.6501 7.0 1035.6603 4.0 1035.6706 5.0 1035.6809 1.0 1035.6911 6.0 1035.7014 2.0 1035.7116 3.0 1035.7219 4.0 1035.7322 8.0 1035.7424 13.0 1035.7527 9.0 1035.763 8.0 1035.7732 1.0 1035.7835 4.0 1035.7938 3.0 1035.804 9.0 1035.8143 7.0 1035.8246 1.0 1035.8348 1.0 1035.8451 3.0 1035.8554 9.0 1035.8656 5.0 1035.8759 7.0 1035.8862 10.0 1035.8964 3.0 1035.9067 5.0 1035.917 9.0 1035.9272 8.0 1035.9375 13.0 1035.9477 5.0 1035.958 8.0 1035.9683 1.0 1035.9785 9.0 1035.9888 16.0 1035.9991 8.0 1036.0093 7.0 1036.0196 11.0 1036.0299 8.0 1036.0401 10.0 1036.0504 12.0 1036.0607 15.0 1036.0709 15.0 1036.0812 15.0 1036.0915 11.0 1036.1017 7.0 1036.112 9.0 1036.1223 9.0 1036.1325 7.0 1036.1428 7.0 1036.1531 3.0 1036.1633 4.0 1036.1736 2.0 1036.1839 9.0 1036.1941 11.0 1036.2044 17.0 1036.2147 6.0 1036.2249 5.0 1036.2352 12.0 1036.2455 12.0 1036.2557 2.0 1036.266 2.0 1036.2763 6.0 1036.2866 4.0 1036.2968 4.0 1036.3071 2.0 1036.3174 2.0 1036.3276 6.0 1036.3379 5.0 1036.3482 4.0 1036.3584 2.0 1036.3687 9.0 1036.379 3.0 1036.3892 1.0 1036.3995 6.0 1036.4098 5.0 1036.42 4.0 1036.4303 9.0 1036.4406 4.0 1036.4508 8.0 1036.4611 8.0 1036.4714 6.0 1036.4816 4.0 1036.4919 2.0 1036.5022 3.0 1036.5125 1.0 1036.5227 4.0 1036.533 6.0 1036.5433 5.0 1036.5535 8.0 1036.5638 11.0 1036.5741 15.0 1036.5843 5.0 1036.5946 6.0 1036.6049 9.0 1036.6151 7.0 1036.6254 5.0 1036.6357 8.0 1036.6459 4.0 1036.6562 3.0 1036.6665 9.0 1036.6768 4.0 1036.687 4.0 1036.6973 2.0 1036.7076 5.0 1036.7178 8.0 1036.7281 10.0 1036.7384 10.0 1036.7486 3.0 1036.7589 7.0 1036.7692 7.0 1036.7795 5.0 1036.7897 5.0 1036.8 3.0 1036.8103 7.0 1036.8205 5.0 1036.8308 5.0 1036.8411 5.0 1036.8513 2.0 1036.8616 6.0 1036.8719 10.0 1036.8822 4.0 1036.8924 7.0 1036.9027 4.0 1036.913 5.0 1036.9232 3.0 1036.9335 5.0 1036.9438 10.0 1036.9541 6.0 1036.9643 10.0 1036.9746 6.0 1036.9849 11.0 1036.9951 8.0 1037.0054 10.0 1037.0157 7.0 1037.026 15.0 1037.0362 8.0 1037.0465 3.0 1037.0568 3.0 1037.067 6.0 1037.0773 4.0 1037.0876 10.0 1037.0979 10.0 1037.1081 5.0 1037.1184 5.0 1037.1389 5.0 1037.1492 12.0 1037.1595 5.0 1037.1698 6.0 1037.18 7.0 1037.1903 5.0 1037.2006 3.0 1037.2108 2.0 1037.2211 4.0 1037.2314 1.0 1037.2417 9.0 1037.2519 3.0 1037.2622 2.0 1037.2725 8.0 1037.2827 6.0 1037.293 3.0 1037.3033 3.0 1037.3136 3.0 1037.3238 7.0 1037.3341 2.0 1037.3444 5.0 1037.3649 6.0 1037.3752 6.0 1037.3855 4.0 1037.3958 6.0 1037.406 7.0 1037.4163 10.0 1037.4266 9.0 1037.4368 8.0 1037.4471 4.0 1037.4677 5.0 1037.4779 9.0 1037.4882 9.0 1037.4985 8.0 1037.5088 5.0 1037.519 2.0 1037.5293 5.0 1037.5396 2.0 1037.5499 11.0 1037.5601 14.0 1037.5704 4.0 1037.5807 3.0 1037.5909 5.0 1037.6012 2.0 1037.6115 4.0 1037.6218 4.0 1037.632 7.0 1037.6423 4.0 1037.6526 7.0 1037.6629 4.0 1037.6731 11.0 1037.6834 13.0 1037.6937 17.0 1037.704 7.0 1037.7142 8.0 1037.7245 7.0 1037.7348 6.0 1037.7451 4.0 1037.7553 4.0 1037.7759 5.0 1037.7862 9.0 1037.7964 4.0 1037.8067 5.0 1037.817 2.0 1037.8273 6.0 1037.8375 3.0 1037.8478 9.0 1037.8581 11.0 1037.8684 6.0 1037.8786 2.0 1037.8889 4.0 1037.8992 3.0 1037.9095 2.0 1037.9197 5.0 1037.93 10.0 1037.9403 8.0 1037.9506 5.0 1037.9608 7.0 1037.9711 2.0 1037.9814 9.0 1037.9917 11.0 1038.002 4.0 1038.0122 5.0 1038.0225 5.0 1038.0328 4.0 1038.0431 11.0 1038.0533 20.0 1038.0636 12.0 1038.0739 13.0 1038.0842 10.0 1038.0944 10.0 1038.1047 8.0 1038.115 12.0 1038.1253 14.0 1038.1355 2.0 1038.1458 2.0 1038.1561 5.0 1038.1664 13.0 1038.1767 12.0 1038.1869 4.0 1038.1972 3.0 1038.2075 4.0 1038.2178 5.0 1038.228 23.0 1038.2383 21.0 1038.2486 10.0 1038.2589 11.0 1038.2692 8.0 1038.2794 7.0 1038.2897 11.0 1038.3 11.0 1038.3103 7.0 1038.3205 5.0 1038.3308 10.0 1038.3411 8.0 1038.3514 2.0 1038.3616 11.0 1038.3719 1.0 1038.3822 6.0 1038.3925 3.0 1038.4028 6.0 1038.413 2.0 1038.4233 2.0 1038.4336 6.0 1038.4439 6.0 1038.4542 7.0 1038.4644 3.0 1038.4747 4.0 1038.485 6.0 1038.4953 5.0 1038.5055 2.0 1038.5158 2.0 1038.5261 2.0 1038.5364 1.0 1038.5467 5.0 1038.5569 13.0 1038.5672 13.0 1038.5775 7.0 1038.5878 14.0 1038.5981 8.0 1038.6083 5.0 1038.6186 2.0 1038.6289 3.0 1038.6392 1.0 1038.6495 12.0 1038.6597 3.0 1038.67 2.0 1038.6803 1.0 1038.6906 9.0 1038.7008 8.0 1038.7111 4.0 1038.7214 4.0 1038.7317 1.0 1038.742 6.0 1038.7522 5.0 1038.7625 9.0 1038.7728 5.0 1038.7831 9.0 1038.7934 9.0 1038.8036 3.0 1038.8139 6.0 1038.8242 2.0 1038.8345 2.0 1038.8448 9.0 1038.855 7.0 1038.8653 3.0 1038.8756 6.0 1038.8859 9.0 1038.8962 4.0 1038.9065 4.0 1038.9167 1.0 1038.927 4.0 1038.9373 6.0 1038.9476 10.0 1038.9579 8.0 1038.9681 8.0 1038.9784 12.0 1038.9887 9.0 1038.999 8.0 1039.0093 9.0 1039.0195 9.0 1039.0298 7.0 1039.0401 3.0 1039.0504 1.0 1039.0607 11.0 1039.0709 14.0 1039.0812 5.0 1039.0915 13.0 1039.1018 7.0 1039.1121 5.0 1039.1224 6.0 1039.1326 3.0 1039.1429 4.0 1039.1532 1.0 1039.1635 9.0 1039.1738 6.0 1039.184 7.0 1039.1943 7.0 1039.2046 12.0 1039.2149 7.0 1039.2252 7.0 1039.2355 4.0 1039.2457 1.0 1039.256 5.0 1039.2663 3.0 1039.2766 3.0 1039.2869 1.0 1039.2972 3.0 1039.3074 7.0 1039.3177 5.0 1039.328 4.0 1039.3383 9.0 1039.3486 3.0 1039.3588 9.0 1039.3691 12.0 1039.3794 11.0 1039.3897 4.0 1039.4 1.0 1039.4103 2.0 1039.4205 9.0 1039.4308 3.0 1039.4411 1.0 1039.4514 2.0 1039.4617 6.0 1039.472 5.0 1039.4822 2.0 1039.4925 13.0 1039.5028 13.0 1039.5131 9.0 1039.5234 7.0 1039.5337 11.0 1039.5439 11.0 1039.5542 5.0 1039.5645 7.0 1039.5748 5.0 1039.5851 6.0 1039.6057 2.0 1039.6159 3.0 1039.6262 2.0 1039.6365 5.0 1039.6468 6.0 1039.6571 13.0 1039.6674 10.0 1039.6776 17.0 1039.6879 13.0 1039.6982 4.0 1039.7085 9.0 1039.7188 12.0 1039.7291 8.0 1039.7394 2.0 1039.7496 4.0 1039.7599 6.0 1039.7702 3.0 1039.7805 3.0 1039.7908 1.0 1039.8011 6.0 1039.8113 6.0 1039.8216 2.0 1039.8319 7.0 1039.8422 5.0 1039.8525 10.0 1039.8628 8.0 1039.8731 2.0 1039.8833 5.0 1039.8936 5.0 1039.9039 6.0 1039.9142 5.0 1039.9245 6.0 1039.9348 10.0 1039.9451 4.0 1039.9553 1.0 1039.9656 5.0 1039.9759 4.0 1039.9862 4.0 1039.9965 2.0 1040.0068 5.0 1040.0171 18.0 1040.0273 18.0 1040.0376 2.0 1040.0479 4.0 1040.0582 1.0 1040.0685 6.0 1040.0788 27.0 1040.0891 10.0 1040.0993 8.0 1040.1096 6.0 1040.1199 5.0 1040.1302 6.0 1040.1405 3.0 1040.1508 3.0 1040.1611 4.0 1040.1714 4.0 1040.1816 6.0 1040.1919 8.0 1040.2022 2.0 1040.2125 4.0 1040.2228 1.0 1040.2331 14.0 1040.2434 12.0 1040.2537 4.0 1040.2639 9.0 1040.2742 17.0 1040.2845 7.0 1040.2948 11.0 1040.3051 2.0 1040.3154 5.0 1040.3257 7.0 1040.336 11.0 1040.3462 2.0 1040.3565 4.0 1040.3668 2.0 1040.3771 5.0 1040.3874 3.0 1040.3977 5.0 1040.408 5.0 1040.4183 2.0 1040.4285 8.0 1040.4388 6.0 1040.4491 3.0 1040.4594 4.0 1040.4697 11.0 1040.48 11.0 1040.4903 3.0 1040.5006 2.0 1040.5109 5.0 1040.5211 5.0 1040.5314 6.0 1040.5417 14.0 1040.552 10.0 1040.5623 4.0 1040.5726 5.0 1040.5829 3.0 1040.5932 8.0 1040.6035 3.0 1040.6137 4.0 1040.624 6.0 1040.6343 9.0 1040.6446 9.0 1040.6549 7.0 1040.6652 5.0 1040.6755 4.0 1040.6858 4.0 1040.6961 10.0 1040.7063 9.0 1040.7166 4.0 1040.7269 6.0 1040.7372 6.0 1040.7475 10.0 1040.7578 2.0 1040.7681 8.0 1040.7784 15.0 1040.7887 12.0 1040.799 8.0 1040.8092 6.0 1040.8195 4.0 1040.8298 6.0 1040.8401 9.0 1040.8504 4.0 1040.8607 8.0 1040.871 17.0 1040.8813 6.0 1040.8916 1.0 1040.9019 4.0 1040.9121 3.0 1040.9224 5.0 1040.9327 5.0 1040.943 4.0 1040.9533 4.0 1040.9636 6.0 1040.9739 3.0 1040.9842 4.0 1040.9945 4.0 1041.0048 9.0 1041.0151 10.0 1041.0253 4.0 1041.0356 15.0 1041.0459 11.0 1041.0562 15.0 1041.0665 7.0 1041.0768 10.0 1041.0871 11.0 1041.0974 9.0 1041.1077 8.0 1041.118 9.0 1041.1283 15.0 1041.1386 5.0 1041.1488 9.0 1041.1591 15.0 1041.1694 12.0 1041.1797 12.0 1041.19 12.0 1041.2003 14.0 1041.2106 9.0 1041.2209 3.0 1041.2312 4.0 1041.2415 3.0 1041.2518 3.0 1041.2621 9.0 1041.2724 5.0 1041.2826 11.0 1041.2929 12.0 1041.3032 6.0 1041.3135 2.0 1041.3238 7.0 1041.3341 5.0 1041.3444 2.0 1041.3547 9.0 1041.365 7.0 1041.3856 3.0 1041.3959 5.0 1041.4062 6.0 1041.4164 17.0 1041.4267 5.0 1041.437 7.0 1041.4473 6.0 1041.4576 6.0 1041.4679 8.0 1041.4885 1.0 1041.4988 4.0 1041.5091 7.0 1041.5194 4.0 1041.5297 4.0 1041.54 4.0 1041.5503 11.0 1041.5606 9.0 1041.5709 4.0 1041.5811 2.0 1041.5914 5.0 1041.6017 5.0 1041.612 4.0 1041.6223 2.0 1041.6326 10.0 1041.6429 3.0 1041.6532 1.0 1041.6635 5.0 1041.6738 3.0 1041.6841 2.0 1041.6944 9.0 1041.7047 2.0 1041.715 6.0 1041.7253 7.0 1041.7356 4.0 1041.7459 3.0 1041.7562 3.0 1041.7664 3.0 1041.7767 3.0 1041.787 3.0 1041.7973 5.0 1041.8076 3.0 1041.8179 3.0 1041.8282 3.0 1041.8385 2.0 1041.8488 4.0 1041.8591 6.0 1041.8694 4.0 1041.8797 4.0 1041.89 2.0 1041.9003 3.0 1041.9106 4.0 1041.9209 3.0 1041.9312 8.0 1041.9415 12.0 1041.9518 10.0 1041.9621 4.0 1041.9724 9.0 1041.9826 6.0 1041.9929 13.0 1042.0135 7.0 1042.0238 3.0 1042.0341 7.0 1042.0444 8.0 1042.0547 3.0 1042.065 3.0 1042.0753 5.0 1042.0856 14.0 1042.0959 13.0 1042.1062 6.0 1042.1165 7.0 1042.1268 3.0 1042.1371 3.0 1042.1474 11.0 1042.1577 5.0 1042.168 4.0 1042.1783 1.0 1042.1886 6.0 1042.1989 6.0 1042.2092 5.0 1042.2195 12.0 1042.2298 14.0 1042.2401 11.0 1042.2504 8.0 1042.2607 5.0 1042.271 4.0 1042.2813 11.0 1042.2915 10.0 1042.3018 6.0 1042.3121 3.0 1042.3224 14.0 1042.3327 3.0 1042.343 9.0 1042.3533 12.0 1042.3636 7.0 1042.3739 5.0 1042.3842 7.0 1042.3945 3.0 1042.4048 6.0 1042.4151 9.0 1042.4254 3.0 1042.4357 3.0 1042.446 12.0 1042.4563 11.0 1042.4666 3.0 1042.4769 8.0 1042.4872 5.0 1042.4975 15.0 1042.5078 9.0 1042.5181 5.0 1042.5284 6.0 1042.5387 4.0 1042.549 2.0 1042.5593 6.0 1042.5696 4.0 1042.5902 2.0 1042.6005 9.0 1042.6108 10.0 1042.6211 8.0 1042.6314 6.0 1042.6417 3.0 1042.652 4.0 1042.6623 8.0 1042.6726 4.0 1042.6829 10.0 1042.6932 8.0 1042.7035 7.0 1042.7138 12.0 1042.7241 2.0 1042.7344 8.0 1042.7447 3.0 1042.755 3.0 1042.7653 1.0 1042.7756 5.0 1042.7859 7.0 1042.7962 7.0 1042.8065 9.0 1042.8168 7.0 1042.8271 3.0 1042.8374 3.0 1042.8477 6.0 1042.858 7.0 1042.8683 12.0 1042.8786 4.0 1042.8889 3.0 1042.8992 7.0 1042.9095 3.0 1042.9198 4.0 1042.9301 3.0 1042.9404 2.0 1042.9507 4.0 1042.961 15.0 1042.9713 7.0 1042.9816 9.0 1042.9919 9.0 1043.0022 6.0 1043.0125 13.0 1043.0228 20.0 1043.0331 15.0 1043.0434 17.0 1043.0537 9.0 1043.064 3.0 1043.0743 4.0 1043.0846 12.0 1043.0949 7.0 1043.1052 5.0 1043.1155 8.0 1043.1258 2.0 1043.1361 3.0 1043.1464 4.0 1043.1567 6.0 1043.167 4.0 1043.1773 8.0 1043.1876 14.0 1043.1979 10.0 1043.2082 6.0 1043.2185 8.0 1043.2288 7.0 1043.2391 6.0 1043.2494 3.0 1043.2597 2.0 1043.27 4.0 1043.2803 5.0 1043.2906 8.0 1043.3009 3.0 1043.3113 7.0 1043.3216 6.0 1043.3319 2.0 1043.3422 5.0 1043.3525 9.0 1043.3628 5.0 1043.3731 9.0 1043.3834 4.0 1043.3937 4.0 1043.404 7.0 1043.4143 10.0 1043.4246 13.0 1043.4349 10.0 1043.4452 5.0 1043.4555 4.0 1043.4658 2.0 1043.4761 7.0 1043.4864 11.0 1043.4967 4.0 1043.507 2.0 1043.5173 2.0 1043.5276 5.0 1043.5379 4.0 1043.5482 5.0 1043.5585 2.0 1043.5688 2.0 1043.5791 2.0 1043.5894 7.0 1043.5997 5.0 1043.61 6.0 1043.6203 10.0 1043.6307 12.0 1043.641 3.0 1043.6513 5.0 1043.6616 6.0 1043.6719 11.0 1043.6822 7.0 1043.6925 10.0 1043.7028 6.0 1043.7131 5.0 1043.7234 3.0 1043.7337 9.0 1043.744 8.0 1043.7543 5.0 1043.7646 2.0 1043.7749 10.0 1043.7852 9.0 1043.7955 7.0 1043.8058 5.0 1043.8161 3.0 1043.8264 9.0 1043.8367 4.0 1043.8471 4.0 1043.8574 5.0 1043.8677 9.0 1043.878 13.0 1043.8883 12.0 1043.8986 8.0 1043.9089 4.0 1043.9192 7.0 1043.9295 8.0 1043.9398 8.0 1043.9501 9.0 1043.9604 7.0 1043.9707 9.0 1043.981 6.0 1043.9913 7.0 1044.0016 5.0 1044.0119 1.0 1044.0222 6.0 1044.0326 4.0 1044.0429 6.0 1044.0532 7.0 1044.0635 12.0 1044.0738 12.0 1044.0841 5.0 1044.0944 12.0 1044.1047 16.0 1044.115 20.0 1044.1253 6.0 1044.1356 1.0 1044.1459 11.0 1044.1562 8.0 1044.1665 8.0 1044.1768 5.0 1044.1975 12.0 1044.2078 9.0 1044.2181 12.0 1044.2284 12.0 1044.2387 12.0 1044.249 13.0 1044.2593 9.0 1044.2696 6.0 1044.2799 15.0 1044.2902 15.0 1044.3005 3.0 1044.3108 9.0 1044.3211 5.0 1044.3315 5.0 1044.3418 1.0 1044.3521 6.0 1044.3624 5.0 1044.3727 11.0 1044.383 4.0 1044.3933 4.0 1044.4036 8.0 1044.4139 11.0 1044.4242 13.0 1044.4345 4.0 1044.4448 2.0 1044.4551 2.0 1044.4655 3.0 1044.4758 6.0 1044.4861 8.0 1044.4964 4.0 1044.5067 2.0 1044.517 5.0 1044.5273 12.0 1044.5376 6.0 1044.5479 3.0 1044.5582 5.0 1044.5685 6.0 1044.5788 6.0 1044.5892 12.0 1044.5995 6.0 1044.6098 4.0 1044.6201 6.0 1044.6304 2.0 1044.6407 7.0 1044.651 1.0 1044.6613 1.0 1044.6716 2.0 1044.6819 2.0 1044.6922 1.0 1044.7026 5.0 1044.7129 3.0 1044.7232 4.0 1044.7335 7.0 1044.7438 8.0 1044.7541 4.0 1044.7644 7.0 1044.7747 8.0 1044.785 8.0 1044.7953 4.0 1044.8057 1.0 1044.816 10.0 1044.8263 8.0 1044.8469 2.0 1044.8572 15.0 1044.8675 13.0 1044.8778 3.0 1044.8881 1.0 1044.8984 4.0 1044.9088 9.0 1044.9191 8.0 1044.9294 5.0 1044.9397 7.0 1044.95 6.0 1044.9603 5.0 1044.9706 7.0 1044.9809 13.0 1044.9912 11.0 1045.0016 7.0 1045.0119 8.0 1045.0222 4.0 1045.0325 6.0 1045.0428 7.0 1045.0531 4.0 1045.0634 5.0 1045.0737 4.0 1045.084 1.0 1045.0944 8.0 1045.1047 13.0 1045.115 11.0 1045.1253 7.0 1045.1356 8.0 1045.1459 5.0 1045.1562 7.0 1045.1665 13.0 1045.1768 7.0 1045.1872 4.0 1045.1975 2.0 1045.2078 2.0 1045.2181 2.0 1045.2284 4.0 1045.2387 5.0 1045.249 4.0 1045.2593 2.0 1045.2697 12.0 1045.28 14.0 1045.2903 16.0 1045.3006 10.0 1045.3109 2.0 1045.3212 6.0 1045.3315 1.0 1045.3418 2.0 1045.3522 7.0 1045.3625 14.0 1045.3728 5.0 1045.3831 5.0 1045.3934 4.0 1045.4037 9.0 1045.414 1.0 1045.4243 1.0 1045.4347 7.0 1045.445 6.0 1045.4553 3.0 1045.4656 2.0 1045.4759 1.0 1045.4862 5.0 1045.4965 5.0 1045.5069 4.0 1045.5172 5.0 1045.5275 5.0 1045.5378 6.0 1045.5481 4.0 1045.5584 4.0 1045.5687 6.0 1045.579 1.0 1045.5894 4.0 1045.5997 1.0 1045.61 5.0 1045.6203 4.0 1045.6306 10.0 1045.6409 12.0 1045.6512 9.0 1045.6616 4.0 1045.6719 6.0 1045.6822 5.0 1045.6925 6.0 1045.7028 3.0 1045.7131 6.0 1045.7234 1.0 1045.7338 3.0 1045.7441 2.0 1045.7544 5.0 1045.7647 6.0 1045.775 3.0 1045.7853 6.0 1045.7956 9.0 1045.806 2.0 1045.8163 6.0 1045.8266 7.0 1045.8369 5.0 1045.8472 7.0 1045.8575 2.0 1045.8679 6.0 1045.8782 3.0 1045.8885 4.0 1045.8988 6.0 1045.9091 10.0 1045.9194 5.0 1045.9297 11.0 1045.9401 14.0 1045.9504 9.0 1045.9607 15.0 1045.971 20.0 1045.9813 22.0 1045.9916 11.0 1046.002 3.0 1046.0123 7.0 1046.0226 4.0 1046.0329 3.0 1046.0432 1.0 1046.0535 4.0 1046.0639 3.0 1046.0742 13.0 1046.0845 21.0 1046.0948 17.0 1046.1051 5.0 1046.1154 4.0 1046.1258 16.0 1046.1361 14.0 1046.1464 18.0 1046.1567 29.0 1046.167 13.0 1046.1773 10.0 1046.1876 20.0 1046.198 13.0 1046.2083 13.0 1046.2186 7.0 1046.2289 7.0 1046.2392 5.0 1046.2496 3.0 1046.2599 3.0 1046.2702 2.0 1046.2805 6.0 1046.2908 4.0 1046.3011 5.0 1046.3115 6.0 1046.3218 9.0 1046.3321 5.0 1046.3424 3.0 1046.3527 5.0 1046.363 4.0 1046.3734 4.0 1046.3837 3.0 1046.394 7.0 1046.4043 10.0 1046.4146 5.0 1046.425 10.0 1046.4353 7.0 1046.4456 3.0 1046.4559 7.0 1046.4662 8.0 1046.4765 2.0 1046.4869 6.0 1046.4972 13.0 1046.5075 13.0 1046.5178 6.0 1046.5281 11.0 1046.5385 6.0 1046.5488 4.0 1046.5591 8.0 1046.5694 5.0 1046.5797 5.0 1046.59 9.0 1046.6004 14.0 1046.6107 14.0 1046.621 6.0 1046.6313 8.0 1046.6416 4.0 1046.652 5.0 1046.6623 10.0 1046.6726 1.0 1046.6829 4.0 1046.6932 4.0 1046.7036 4.0 1046.7139 6.0 1046.7242 4.0 1046.7345 11.0 1046.7448 11.0 1046.7552 4.0 1046.7655 2.0 1046.7758 5.0 1046.7861 9.0 1046.7964 3.0 1046.8068 4.0 1046.8171 1.0 1046.8274 4.0 1046.8377 4.0 1046.848 2.0 1046.8584 5.0 1046.8687 12.0 1046.879 6.0 1046.8893 2.0 1046.8996 5.0 1046.91 2.0 1046.9203 7.0 1046.9306 9.0 1046.9409 3.0 1046.9512 5.0 1046.9616 2.0 1046.9719 4.0 1046.9822 8.0 1046.9925 6.0 1047.0028 6.0 1047.0132 16.0 1047.0235 8.0 1047.0338 3.0 1047.0441 3.0 1047.0544 14.0 1047.0648 4.0 1047.0751 6.0 1047.0854 13.0 1047.0957 2.0 1047.106 8.0 1047.1164 11.0 1047.1267 11.0 1047.137 12.0 1047.1473 7.0 1047.1577 5.0 1047.168 7.0 1047.1783 5.0 1047.1886 4.0 1047.1989 6.0 1047.2093 5.0 1047.2196 6.0 1047.2299 8.0 1047.2402 7.0 1047.2506 7.0 1047.2609 11.0 1047.2712 13.0 1047.2815 11.0 1047.2918 2.0 1047.3022 4.0 1047.3125 2.0 1047.3228 13.0 1047.3331 6.0 1047.3435 6.0 1047.3538 9.0 1047.3641 8.0 1047.3744 11.0 1047.3847 6.0 1047.3951 3.0 1047.4054 5.0 1047.4157 10.0 1047.426 9.0 1047.4364 9.0 1047.4467 25.0 1047.457 41.0 1047.4673 50.0 1047.4777 71.0 1047.488 76.0 1047.4983 66.0 1047.5086 79.0 1047.5189 74.0 1047.5293 47.0 1047.5396 29.0 1047.5499 21.0 1047.5602 17.0 1047.5706 20.0 1047.5809 7.0 1047.5912 10.0 1047.6015 11.0 1047.6119 14.0 1047.6222 6.0 1047.6325 5.0 1047.6428 12.0 1047.6532 4.0 1047.6635 5.0 1047.6738 12.0 1047.6841 14.0 1047.6945 1.0 1047.7048 2.0 1047.7151 4.0 1047.7254 9.0 1047.7357 5.0 1047.7461 6.0 1047.7564 2.0 1047.7667 1.0 1047.777 1.0 1047.7874 6.0 1047.7977 5.0 1047.808 4.0 1047.8183 4.0 1047.8287 5.0 1047.839 4.0 1047.8493 4.0 1047.8596 4.0 1047.87 5.0 1047.8803 4.0 1047.8906 5.0 1047.9009 7.0 1047.9113 10.0 1047.9216 10.0 1047.9319 12.0 1047.9422 5.0 1047.9526 7.0 1047.9629 1.0 1047.9732 5.0 1047.9836 2.0 1047.9939 3.0 1048.0042 9.0 1048.0145 14.0 1048.0249 10.0 1048.0352 8.0 1048.0455 8.0 1048.0558 10.0 1048.0662 3.0 1048.0765 3.0 1048.0868 4.0 1048.0971 8.0 1048.1075 13.0 1048.1178 14.0 1048.1281 8.0 1048.1384 1.0 1048.1488 8.0 1048.1591 6.0 1048.1694 5.0 1048.1797 3.0 1048.1901 4.0 1048.2004 16.0 1048.2107 20.0 1048.2211 3.0 1048.2314 13.0 1048.2417 7.0 1048.252 8.0 1048.2624 2.0 1048.2727 6.0 1048.283 7.0 1048.2933 5.0 1048.3037 1.0 1048.314 2.0 1048.3243 2.0 1048.3347 1.0 1048.345 4.0 1048.3553 13.0 1048.3656 11.0 1048.376 6.0 1048.3863 7.0 1048.3966 3.0 1048.4069 8.0 1048.4173 9.0 1048.4276 9.0 1048.4379 9.0 1048.4483 10.0 1048.4586 8.0 1048.4689 20.0 1048.4792 26.0 1048.4896 21.0 1048.4999 41.0 1048.5102 42.0 1048.5206 36.0 1048.5309 31.0 1048.5412 30.0 1048.5515 37.0 1048.5619 19.0 1048.5722 5.0 1048.5825 7.0 1048.5929 9.0 1048.6032 16.0 1048.6135 5.0 1048.6238 13.0 1048.6342 10.0 1048.6445 4.0 1048.6548 4.0 1048.6652 5.0 1048.6755 13.0 1048.6858 6.0 1048.6961 1.0 1048.7065 7.0 1048.7168 15.0 1048.7271 4.0 1048.7375 2.0 1048.7478 4.0 1048.7581 2.0 1048.7685 4.0 1048.7788 2.0 1048.7891 9.0 1048.7994 8.0 1048.8098 1.0 1048.8201 1.0 1048.8304 2.0 1048.8408 2.0 1048.8511 1.0 1048.8614 8.0 1048.8718 8.0 1048.8821 2.0 1048.8924 7.0 1048.9027 5.0 1048.9131 2.0 1048.9234 1.0 1048.9337 5.0 1048.9441 4.0 1048.9544 2.0 1048.9647 12.0 1048.9751 7.0 1048.9854 7.0 1048.9957 5.0 1049.006 18.0 1049.0164 17.0 1049.0267 8.0 1049.037 8.0 1049.0474 14.0 1049.0577 12.0 1049.068 16.0 1049.0784 11.0 1049.0887 12.0 1049.099 6.0 1049.1094 10.0 1049.1197 6.0 1049.13 2.0 1049.1404 11.0 1049.1507 5.0 1049.161 2.0 1049.1713 15.0 1049.1817 14.0 1049.192 7.0 1049.2023 6.0 1049.2127 10.0 1049.223 6.0 1049.2333 6.0 1049.2437 7.0 1049.254 7.0 1049.2643 5.0 1049.2747 2.0 1049.285 8.0 1049.2953 11.0 1049.3057 3.0 1049.316 6.0 1049.3263 4.0 1049.3367 10.0 1049.347 3.0 1049.3573 12.0 1049.3677 7.0 1049.378 4.0 1049.3883 6.0 1049.3987 8.0 1049.409 5.0 1049.4193 8.0 1049.4297 7.0 1049.44 19.0 1049.4503 4.0 1049.4607 14.0 1049.471 7.0 1049.4813 5.0 1049.4917 7.0 1049.502 6.0 1049.5123 4.0 1049.5227 10.0 1049.533 15.0 1049.5433 31.0 1049.5537 11.0 1049.564 10.0 1049.5743 6.0 1049.5847 3.0 1049.595 8.0 1049.6053 11.0 1049.6157 7.0 1049.626 5.0 1049.6363 3.0 1049.6467 6.0 1049.657 4.0 1049.6673 4.0 1049.6777 10.0 1049.688 4.0 1049.6983 6.0 1049.7087 6.0 1049.719 10.0 1049.7293 6.0 1049.7397 2.0 1049.75 7.0 1049.7603 11.0 1049.7707 11.0 1049.781 9.0 1049.7913 7.0 1049.8017 7.0 1049.812 6.0 1049.8223 7.0 1049.8327 4.0 1049.843 2.0 1049.8533 3.0 1049.8637 2.0 1049.874 1.0 1049.8843 5.0 1049.8947 2.0 1049.905 2.0 1049.9154 5.0 1049.9257 1.0 1049.936 1.0 1049.9464 8.0 1049.9567 4.0 1049.967 1.0 1049.9774 5.0 1049.9877 4.0 1049.998 5.0 1050.0084 6.0 1050.0187 5.0 1050.029 8.0 1050.0394 5.0 1050.0497 2.0 1050.0601 4.0 1050.0704 11.0 1050.0807 12.0 1050.0911 6.0 1050.1014 4.0 1050.1117 3.0 1050.1221 1.0 1050.1324 3.0 1050.1427 4.0 1050.1531 10.0 1050.1634 8.0 1050.1738 10.0 1050.1841 7.0 1050.1944 11.0 1050.2048 12.0 1050.2151 11.0 1050.2254 2.0 1050.2358 5.0 1050.2461 5.0 1050.2564 8.0 1050.2668 1.0 1050.2771 4.0 1050.2875 1.0 1050.2978 3.0 1050.3081 3.0 1050.3185 4.0 1050.3288 2.0 1050.3391 4.0 1050.3495 3.0 1050.3598 4.0 1050.3702 4.0 1050.3805 9.0 1050.3908 11.0 1050.4012 7.0 1050.4115 3.0 1050.4218 6.0 1050.4322 5.0 1050.4425 3.0 1050.4529 10.0 1050.4632 11.0 1050.4735 3.0 1050.4839 4.0 1050.4942 10.0 1050.5045 11.0 1050.5149 19.0 1050.5252 11.0 1050.5356 10.0 1050.5459 6.0 1050.5562 5.0 1050.5666 5.0 1050.5769 9.0 1050.5873 3.0 1050.5976 7.0 1050.6079 7.0 1050.6183 2.0 1050.6286 3.0 1050.6389 5.0 1050.6493 4.0 1050.6596 5.0 1050.67 15.0 1050.6803 3.0 1050.6906 7.0 1050.701 5.0 1050.7113 3.0 1050.7217 3.0 1050.732 8.0 1050.7423 18.0 1050.7527 17.0 1050.763 14.0 1050.7734 2.0 1050.7837 7.0 1050.794 4.0 1050.8044 5.0 1050.8147 6.0 1050.8251 2.0 1050.8354 4.0 1050.8457 4.0 1050.8561 3.0 1050.8664 2.0 1050.8768 2.0 1050.8871 1.0 1050.8974 4.0 1050.9078 7.0 1050.9181 4.0 1050.9388 4.0 1050.9491 4.0 1050.9595 3.0 1050.9698 9.0 1050.9802 7.0 1050.9905 4.0 1051.0008 3.0 1051.0112 5.0 1051.0215 7.0 1051.0319 10.0 1051.0422 3.0 1051.0525 6.0 1051.0629 11.0 1051.0732 7.0 1051.0836 5.0 1051.0939 4.0 1051.1043 6.0 1051.1146 6.0 1051.1249 1.0 1051.1353 5.0 1051.1456 5.0 1051.156 10.0 1051.1663 3.0 1051.1766 2.0 1051.187 3.0 1051.1973 6.0 1051.2077 11.0 1051.218 7.0 1051.2283 9.0 1051.2387 6.0 1051.249 3.0 1051.2594 5.0 1051.2697 7.0 1051.2801 2.0 1051.2904 6.0 1051.3007 1.0 1051.3111 5.0 1051.3214 5.0 1051.3318 4.0 1051.3421 3.0 1051.3525 3.0 1051.3628 3.0 1051.3835 6.0 1051.3938 4.0 1051.4042 6.0 1051.4145 5.0 1051.4249 1.0 1051.4352 2.0 1051.4455 8.0 1051.4559 15.0 1051.4662 3.0 1051.4766 1.0 1051.4869 8.0 1051.4973 6.0 1051.5076 5.0 1051.5179 3.0 1051.5283 10.0 1051.5386 6.0 1051.549 7.0 1051.5593 6.0 1051.5697 7.0 1051.58 11.0 1051.5903 2.0 1051.6007 5.0 1051.611 8.0 1051.6214 11.0 1051.6317 2.0 1051.6421 3.0 1051.6524 4.0 1051.6627 4.0 1051.6731 5.0 1051.6834 4.0 1051.6938 5.0 1051.7041 3.0 1051.7145 9.0 1051.7248 5.0 1051.7352 4.0 1051.7455 5.0 1051.7558 3.0 1051.7662 2.0 1051.7765 6.0 1051.7869 6.0 1051.7972 3.0 1051.8076 4.0 1051.8179 10.0 1051.8283 6.0 1051.8386 3.0 1051.8489 6.0 1051.8593 5.0 1051.8696 13.0 1051.88 7.0 1051.8903 3.0 1051.9007 4.0 1051.911 2.0 1051.9214 3.0 1051.9317 4.0 1051.9421 3.0 1051.9524 5.0 1051.9627 2.0 1051.9731 8.0 1051.9834 5.0 1051.9938 5.0 1052.0041 11.0 1052.0145 8.0 1052.0248 3.0 1052.0352 7.0 1052.0455 6.0 1052.0559 10.0 1052.0662 6.0 1052.0765 7.0 1052.0869 9.0 1052.0972 20.0 1052.1076 9.0 1052.1179 3.0 1052.1283 1.0 1052.1386 6.0 1052.149 11.0 1052.1593 6.0 1052.1697 1.0 1052.18 11.0 1052.1904 11.0 1052.2007 8.0 1052.211 6.0 1052.2214 2.0 1052.2317 2.0 1052.2421 4.0 1052.2524 6.0 1052.2628 13.0 1052.2731 21.0 1052.2835 12.0 1052.2938 5.0 1052.3042 3.0 1052.3145 3.0 1052.3249 2.0 1052.3352 6.0 1052.3456 8.0 1052.3559 1.0 1052.3663 8.0 1052.3766 3.0 1052.3869 1.0 1052.3973 3.0 1052.4076 2.0 1052.418 2.0 1052.4283 8.0 1052.4387 4.0 1052.449 5.0 1052.4594 8.0 1052.4801 6.0 1052.4904 4.0 1052.5008 9.0 1052.5111 9.0 1052.5215 5.0 1052.5318 5.0 1052.5422 2.0 1052.5525 3.0 1052.5629 13.0 1052.5732 15.0 1052.5836 7.0 1052.5939 10.0 1052.6043 9.0 1052.6146 3.0 1052.625 5.0 1052.6353 6.0 1052.6457 6.0 1052.656 5.0 1052.6664 5.0 1052.6767 5.0 1052.687 2.0 1052.6974 8.0 1052.7077 11.0 1052.7181 7.0 1052.7284 9.0 1052.7388 2.0 1052.7595 5.0 1052.7698 5.0 1052.7802 5.0 1052.7905 2.0 1052.8009 7.0 1052.8112 2.0 1052.8216 2.0 1052.8319 3.0 1052.8423 5.0 1052.8526 1.0 1052.863 4.0 1052.8733 6.0 1052.8837 4.0 1052.894 7.0 1052.9044 11.0 1052.9147 4.0 1052.9251 7.0 1052.9354 3.0 1052.9458 3.0 1052.9561 3.0 1052.9665 4.0 1052.9768 6.0 1052.9872 13.0 1052.9975 9.0 1053.0079 5.0 1053.0182 9.0 1053.0286 6.0 1053.0389 1.0 1053.0493 7.0 1053.0596 12.0 1053.07 4.0 1053.0803 7.0 1053.0907 7.0 1053.1011 6.0 1053.1114 7.0 1053.1218 3.0 1053.1321 3.0 1053.1425 5.0 1053.1528 2.0 1053.1632 5.0 1053.1735 4.0 1053.1839 8.0 1053.1942 14.0 1053.2046 6.0 1053.2149 4.0 1053.2253 5.0 1053.2356 10.0 1053.246 14.0 1053.2563 11.0 1053.2667 11.0 1053.277 10.0 1053.2874 6.0 1053.2977 6.0 1053.3081 7.0 1053.3184 10.0 1053.3288 6.0 1053.3391 2.0 1053.3495 2.0 1053.3598 1.0 1053.3702 4.0 1053.3805 3.0 1053.3909 2.0 1053.4013 9.0 1053.4116 13.0 1053.422 5.0 1053.4323 2.0 1053.4427 7.0 1053.453 4.0 1053.4634 6.0 1053.4841 2.0 1053.4944 7.0 1053.5048 10.0 1053.5151 12.0 1053.5255 4.0 1053.5358 10.0 1053.5462 5.0 1053.5565 14.0 1053.5669 8.0 1053.5773 2.0 1053.5876 4.0 1053.598 3.0 1053.6083 1.0 1053.6187 2.0 1053.629 1.0 1053.6394 3.0 1053.6497 7.0 1053.6601 1.0 1053.6704 12.0 1053.6808 9.0 1053.6911 1.0 1053.7015 6.0 1053.7119 6.0 1053.7222 3.0 1053.7326 2.0 1053.7429 3.0 1053.7533 10.0 1053.7636 4.0 1053.774 2.0 1053.7843 2.0 1053.7947 3.0 1053.805 8.0 1053.8154 10.0 1053.8361 6.0 1053.8465 11.0 1053.8568 3.0 1053.8672 6.0 1053.8775 2.0 1053.8879 13.0 1053.8982 9.0 1053.9086 4.0 1053.9189 4.0 1053.9293 8.0 1053.9397 6.0 1053.95 2.0 1053.9604 10.0 1053.9707 12.0 1053.9811 8.0 1053.9914 1.0 1054.0018 2.0 1054.0121 8.0 1054.0225 11.0 1054.0329 8.0 1054.0432 5.0 1054.0536 4.0 1054.0639 5.0 1054.0743 5.0 1054.0846 9.0 1054.095 10.0 1054.1053 9.0 1054.1157 9.0 1054.1261 7.0 1054.1364 7.0 1054.1468 14.0 1054.1571 9.0 1054.1675 22.0 1054.1778 3.0 1054.1882 3.0 1054.1985 4.0 1054.2089 11.0 1054.2193 7.0 1054.24 8.0 1054.2503 8.0 1054.2607 8.0 1054.271 5.0 1054.2918 9.0 1054.3021 4.0 1054.3125 7.0 1054.3228 2.0 1054.3332 4.0 1054.3435 6.0 1054.3539 6.0 1054.3643 5.0 1054.3746 2.0 1054.385 2.0 1054.3953 4.0 1054.4057 4.0 1054.416 4.0 1054.4264 5.0 1054.4368 2.0 1054.4471 8.0 1054.4575 10.0 1054.4678 15.0 1054.4782 17.0 1054.4886 9.0 1054.4989 6.0 1054.5093 5.0 1054.5196 3.0 1054.53 8.0 1054.5403 11.0 1054.5507 18.0 1054.5611 7.0 1054.5714 4.0 1054.5818 2.0 1054.6025 1.0 1054.6128 2.0 1054.6232 5.0 1054.6336 2.0 1054.6439 5.0 1054.6543 2.0 1054.6646 7.0 1054.675 3.0 1054.6854 3.0 1054.6957 9.0 1054.7061 1.0 1054.7164 9.0 1054.7268 7.0 1054.7372 5.0 1054.7475 2.0 1054.7579 4.0 1054.7682 5.0 1054.7786 7.0 1054.789 1.0 1054.7993 8.0 1054.8097 3.0 1054.82 2.0 1054.8304 6.0 1054.8407 1.0 1054.8511 4.0 1054.8615 2.0 1054.8718 7.0 1054.8822 13.0 1054.8925 8.0 1054.9029 2.0 1054.9133 4.0 1054.9236 3.0 1054.934 18.0 1054.9443 11.0 1054.9547 6.0 1054.9651 11.0 1054.9754 6.0 1054.9858 1.0 1054.9961 11.0 1055.0065 20.0 1055.0169 7.0 1055.0272 8.0 1055.0376 13.0 1055.048 10.0 1055.0583 10.0 1055.0687 8.0 1055.079 6.0 1055.0894 6.0 1055.0998 6.0 1055.1101 2.0 1055.1205 4.0 1055.1308 6.0 1055.1412 3.0 1055.1516 7.0 1055.1619 3.0 1055.1723 4.0 1055.1826 17.0 1055.193 14.0 1055.2034 8.0 1055.2137 6.0 1055.2241 1.0 1055.2345 7.0 1055.2448 13.0 1055.2552 12.0 1055.2655 13.0 1055.2759 12.0 1055.2863 9.0 1055.2966 7.0 1055.307 3.0 1055.3173 11.0 1055.3277 13.0 1055.3381 3.0 1055.3484 10.0 1055.3588 9.0 1055.3692 7.0 1055.3795 6.0 1055.3899 6.0 1055.4002 5.0 1055.4106 6.0 1055.421 6.0 1055.4313 3.0 1055.4417 9.0 1055.4521 25.0 1055.4624 18.0 1055.4728 6.0 1055.4831 5.0 1055.4935 6.0 1055.5039 6.0 1055.5142 7.0 1055.5246 7.0 1055.535 9.0 1055.5453 7.0 1055.5557 5.0 1055.566 3.0 1055.5764 3.0 1055.5868 2.0 1055.5971 2.0 1055.6075 8.0 1055.6179 3.0 1055.6282 6.0 1055.6386 4.0 1055.649 3.0 1055.6593 9.0 1055.6697 2.0 1055.68 6.0 1055.6904 1.0 1055.7008 5.0 1055.7111 2.0 1055.7215 1.0 1055.7319 3.0 1055.7422 6.0 1055.7526 4.0 1055.763 3.0 1055.7733 2.0 1055.7837 3.0 1055.7941 6.0 1055.8044 10.0 1055.8148 10.0 1055.8251 14.0 1055.8355 12.0 1055.8459 16.0 1055.8562 7.0 1055.8666 6.0 1055.877 3.0 1055.8873 3.0 1055.8977 6.0 1055.9081 13.0 1055.9184 2.0 1055.9288 3.0 1055.9392 10.0 1055.9495 4.0 1055.9599 7.0 1055.9703 7.0 1055.9806 8.0 1055.991 6.0 1056.0014 10.0 1056.0117 4.0 1056.0221 9.0 1056.0324 9.0 1056.0428 7.0 1056.0532 7.0 1056.0635 5.0 1056.0739 3.0 1056.0843 3.0 1056.0946 7.0 1056.105 6.0 1056.1154 4.0 1056.1257 4.0 1056.1361 6.0 1056.1465 3.0 1056.1568 1.0 1056.1672 5.0 1056.1776 8.0 1056.1879 8.0 1056.1983 10.0 1056.2087 13.0 1056.219 20.0 1056.2294 13.0 1056.2398 3.0 1056.2501 5.0 1056.2605 7.0 1056.2709 3.0 1056.2812 11.0 1056.2916 3.0 1056.302 10.0 1056.3123 12.0 1056.3227 4.0 1056.3331 3.0 1056.3434 3.0 1056.3538 4.0 1056.3642 5.0 1056.3745 4.0 1056.3849 5.0 1056.3953 3.0 1056.4056 5.0 1056.416 4.0 1056.4264 5.0 1056.4367 6.0 1056.4471 9.0 1056.4575 8.0 1056.4678 2.0 1056.4782 10.0 1056.4886 9.0 1056.4989 10.0 1056.5093 4.0 1056.5197 10.0 1056.5301 14.0 1056.5404 10.0 1056.5508 8.0 1056.5612 2.0 1056.5715 5.0 1056.5819 3.0 1056.5923 5.0 1056.6026 10.0 1056.613 11.0 1056.6234 3.0 1056.6337 3.0 1056.6441 1.0 1056.6545 4.0 1056.6648 4.0 1056.6752 3.0 1056.6856 4.0 1056.6959 1.0 1056.7063 3.0 1056.7167 5.0 1056.7271 5.0 1056.7374 3.0 1056.7478 4.0 1056.7582 11.0 1056.7685 5.0 1056.7789 1.0 1056.7893 1.0 1056.7996 3.0 1056.81 4.0 1056.8204 8.0 1056.8307 10.0 1056.8411 12.0 1056.8515 5.0 1056.8619 9.0 1056.8722 5.0 1056.8826 3.0 1056.893 4.0 1056.9033 4.0 1056.9137 12.0 1056.9241 4.0 1056.9344 5.0 1056.9448 4.0 1056.9552 5.0 1056.9656 4.0 1056.9759 6.0 1056.9863 4.0 1056.9967 2.0 1057.007 8.0 1057.0174 5.0 1057.0278 8.0 1057.0381 12.0 1057.0485 14.0 1057.0589 10.0 1057.0693 14.0 1057.0796 11.0 1057.09 9.0 1057.1004 8.0 1057.1107 9.0 1057.1211 11.0 1057.1315 10.0 1057.1419 5.0 1057.1522 11.0 1057.1626 15.0 1057.173 8.0 1057.1833 6.0 1057.1937 4.0 1057.2041 8.0 1057.2145 10.0 1057.2248 3.0 1057.2352 5.0 1057.2456 6.0 1057.2559 2.0 1057.2663 11.0 1057.2767 4.0 1057.2871 7.0 1057.3078 6.0 1057.3182 6.0 1057.3285 6.0 1057.3389 8.0 1057.3493 4.0 1057.3597 2.0 1057.37 4.0 1057.3804 7.0 1057.3908 3.0 1057.4011 5.0 1057.4115 12.0 1057.4219 18.0 1057.4323 11.0 1057.4426 8.0 1057.453 13.0 1057.4634 13.0 1057.4738 5.0 1057.4841 3.0 1057.5049 2.0 1057.5152 8.0 1057.5256 11.0 1057.536 10.0 1057.5464 2.0 1057.5567 1.0 1057.5671 12.0 1057.5775 3.0 1057.5879 8.0 1057.5982 6.0 1057.6086 4.0 1057.619 2.0 1057.6293 1.0 1057.6501 7.0 1057.6605 7.0 1057.6708 3.0 1057.6812 11.0 1057.6916 19.0 1057.702 6.0 1057.7123 3.0 1057.7227 2.0 1057.7331 7.0 1057.7435 2.0 1057.7538 3.0 1057.7642 9.0 1057.7746 17.0 1057.785 5.0 1057.7953 5.0 1057.8057 12.0 1057.8161 11.0 1057.8264 5.0 1057.8368 7.0 1057.8472 4.0 1057.8576 12.0 1057.8679 3.0 1057.8783 3.0 1057.8887 7.0 1057.8991 4.0 1057.9094 2.0 1057.9198 4.0 1057.9302 3.0 1057.9406 5.0 1057.9509 4.0 1057.9613 13.0 1057.9717 8.0 1057.9821 6.0 1057.9924 1.0 1058.0028 1.0 1058.0132 5.0 1058.0236 7.0 1058.0339 19.0 1058.0443 13.0 1058.0547 10.0 1058.0651 8.0 1058.0754 6.0 1058.0858 21.0 1058.0962 17.0 1058.1066 11.0 1058.117 11.0 1058.1273 12.0 1058.1377 12.0 1058.1481 3.0 1058.1585 3.0 1058.1688 10.0 1058.1792 18.0 1058.1896 13.0 1058.2 9.0 1058.2103 4.0 1058.2207 6.0 1058.2311 11.0 1058.2415 11.0 1058.2518 9.0 1058.2622 14.0 1058.2726 6.0 1058.283 12.0 1058.2933 9.0 1058.3037 3.0 1058.3141 7.0 1058.3245 8.0 1058.3349 3.0 1058.3452 1.0 1058.3556 4.0 1058.366 7.0 1058.3764 5.0 1058.3867 6.0 1058.3971 14.0 1058.4075 4.0 1058.4179 7.0 1058.4283 6.0 1058.4386 5.0 1058.449 8.0 1058.4594 4.0 1058.4698 3.0 1058.4801 2.0 1058.4905 1.0 1058.5009 5.0 1058.5113 4.0 1058.5216 4.0 1058.532 1.0 1058.5424 6.0 1058.5528 5.0 1058.5632 3.0 1058.5735 2.0 1058.5839 3.0 1058.5943 5.0 1058.6047 3.0 1058.6151 12.0 1058.6254 16.0 1058.6358 6.0 1058.6462 10.0 1058.6566 13.0 1058.6669 10.0 1058.6773 2.0 1058.6877 5.0 1058.6981 7.0 1058.7085 4.0 1058.7188 2.0 1058.7292 11.0 1058.7396 9.0 1058.75 7.0 1058.7604 4.0 1058.7707 4.0 1058.7811 11.0 1058.7915 9.0 1058.8019 4.0 1058.8122 4.0 1058.8226 8.0 1058.833 4.0 1058.8434 5.0 1058.8538 8.0 1058.8641 5.0 1058.8745 10.0 1058.8849 10.0 1058.8953 10.0 1058.9057 6.0 1058.9264 4.0 1058.9368 4.0 1058.9472 4.0 1058.9576 5.0 1058.9679 4.0 1058.9783 14.0 1058.9887 9.0 1058.9991 10.0 1059.0095 10.0 1059.0198 2.0 1059.0302 3.0 1059.0406 6.0 1059.051 6.0 1059.0614 6.0 1059.0717 2.0 1059.0821 9.0 1059.0925 9.0 1059.1029 4.0 1059.1133 4.0 1059.1236 13.0 1059.134 5.0 1059.1444 5.0 1059.1548 3.0 1059.1652 3.0 1059.1756 3.0 1059.1859 12.0 1059.1963 7.0 1059.2067 3.0 1059.2171 8.0 1059.2275 12.0 1059.2378 4.0 1059.2482 1.0 1059.2586 6.0 1059.269 4.0 1059.2794 8.0 1059.2897 10.0 1059.3001 11.0 1059.3105 4.0 1059.3209 4.0 1059.3313 8.0 1059.352 5.0 1059.3624 9.0 1059.3728 13.0 1059.3832 9.0 1059.3936 5.0 1059.4039 2.0 1059.4143 10.0 1059.4247 11.0 1059.4351 9.0 1059.4455 4.0 1059.4559 6.0 1059.4662 3.0 1059.4766 7.0 1059.487 7.0 1059.4974 4.0 1059.5078 8.0 1059.5182 2.0 1059.5389 7.0 1059.5493 3.0 1059.5597 4.0 1059.5701 7.0 1059.5805 5.0 1059.5908 9.0 1059.6012 9.0 1059.622 6.0 1059.6324 4.0 1059.6428 2.0 1059.6531 4.0 1059.6635 2.0 1059.6739 9.0 1059.6843 17.0 1059.6947 22.0 1059.7051 6.0 1059.7154 5.0 1059.7258 10.0 1059.7362 4.0 1059.7466 4.0 1059.757 7.0 1059.7674 1.0 1059.7777 8.0 1059.7881 10.0 1059.7985 6.0 1059.8089 7.0 1059.8193 4.0 1059.8297 6.0 1059.84 5.0 1059.8504 3.0 1059.8608 8.0 1059.8712 6.0 1059.8816 4.0 1059.892 4.0 1059.9024 5.0 1059.9127 13.0 1059.9231 16.0 1059.9335 21.0 1059.9439 10.0 1059.9543 10.0 1059.9647 7.0 1059.975 3.0 1059.9854 4.0 1059.9958 9.0 1060.0062 11.0 1060.0166 12.0 1060.027 4.0 1060.0374 2.0 1060.0477 6.0 1060.0581 8.0 1060.0685 18.0 1060.0789 15.0 1060.0893 2.0 1060.0997 15.0 1060.1101 8.0 1060.1204 11.0 1060.1308 12.0 1060.1412 6.0 1060.1516 5.0 1060.162 8.0 1060.1724 8.0 1060.1828 2.0 1060.1931 3.0 1060.2035 2.0 1060.2139 3.0 1060.2243 7.0 1060.2347 5.0 1060.2451 4.0 1060.2555 8.0 1060.2658 5.0 1060.2866 6.0 1060.297 2.0 1060.3074 5.0 1060.3178 4.0 1060.3282 12.0 1060.3385 11.0 1060.3489 3.0 1060.3593 3.0 1060.3697 5.0 1060.3801 5.0 1060.3905 3.0 1060.4009 1.0 1060.4113 5.0 1060.432 1.0 1060.4424 2.0 1060.4528 1.0 1060.4632 2.0 1060.4736 3.0 1060.484 2.0 1060.4944 1.0 1060.5047 4.0 1060.5151 8.0 1060.5255 11.0 1060.5359 19.0 1060.5463 6.0 1060.5567 8.0 1060.5671 1.0 1060.5775 7.0 1060.5878 3.0 1060.5982 6.0 1060.6086 9.0 1060.619 4.0 1060.6294 10.0 1060.6398 4.0 1060.6502 2.0 1060.6606 2.0 1060.6813 2.0 1060.6917 7.0 1060.7021 5.0 1060.7125 6.0 1060.7229 9.0 1060.7333 4.0 1060.7437 6.0 1060.7541 11.0 1060.7645 5.0 1060.7748 9.0 1060.7852 12.0 1060.7956 2.0 1060.806 3.0 1060.8164 8.0 1060.8268 9.0 1060.8372 11.0 1060.8476 7.0 1060.858 1.0 1060.8683 3.0 1060.8787 6.0 1060.8891 6.0 1060.9099 7.0 1060.9203 4.0 1060.9307 15.0 1060.9411 10.0 1060.9515 8.0 1060.9618 3.0 1060.9722 10.0 1060.9826 11.0 1060.993 7.0 1061.0034 9.0 1061.0138 13.0 1061.0242 9.0 1061.0346 7.0 1061.045 4.0 1061.0554 3.0 1061.0657 4.0 1061.0761 12.0 1061.0865 12.0 1061.0969 8.0 1061.1073 2.0 1061.1177 14.0 1061.1281 6.0 1061.1385 6.0 1061.1489 10.0 1061.1593 9.0 1061.1697 4.0 1061.18 5.0 1061.1904 10.0 1061.2008 13.0 1061.2112 11.0 1061.2216 8.0 1061.232 11.0 1061.2424 8.0 1061.2528 6.0 1061.2632 1.0 1061.2736 6.0 1061.284 2.0 1061.2943 9.0 1061.3047 4.0 1061.3151 2.0 1061.3255 1.0 1061.3359 6.0 1061.3463 2.0 1061.3567 1.0 1061.3671 6.0 1061.3775 8.0 1061.3879 4.0 1061.3983 8.0 1061.4087 6.0 1061.4191 3.0 1061.4294 3.0 1061.4398 1.0 1061.4502 10.0 1061.4606 3.0 1061.471 3.0 1061.4814 4.0 1061.4918 10.0 1061.5022 4.0 1061.5126 5.0 1061.523 3.0 1061.5334 8.0 1061.5438 5.0 1061.5542 14.0 1061.5645 4.0 1061.5853 10.0 1061.5957 10.0 1061.6061 9.0 1061.6165 2.0 1061.6269 5.0 1061.6373 5.0 1061.6477 3.0 1061.6581 6.0 1061.6685 5.0 1061.6789 5.0 1061.6893 1.0 1061.6997 2.0 1061.71 6.0 1061.7204 2.0 1061.7308 3.0 1061.7412 4.0 1061.7516 4.0 1061.762 8.0 1061.7724 1.0 1061.7828 3.0 1061.7932 6.0 1061.8036 7.0 1061.814 6.0 1061.8244 3.0 1061.8348 7.0 1061.8452 4.0 1061.8556 4.0 1061.866 1.0 1061.8764 3.0 1061.8867 9.0 1061.8971 4.0 1061.9075 8.0 1061.9179 11.0 1061.9283 7.0 1061.9387 1.0 1061.9491 4.0 1061.9595 3.0 1061.9699 4.0 1061.9803 7.0 1061.9907 13.0 1062.0011 4.0 1062.0115 5.0 1062.0219 8.0 1062.0323 5.0 1062.0427 6.0 1062.0531 5.0 1062.0635 9.0 1062.0739 6.0 1062.0842 7.0 1062.0946 12.0 1062.105 10.0 1062.1154 2.0 1062.1258 7.0 1062.1362 15.0 1062.1466 14.0 1062.157 6.0 1062.1674 16.0 1062.1778 11.0 1062.1882 8.0 1062.1986 7.0 1062.209 3.0 1062.2194 6.0 1062.2298 7.0 1062.2402 16.0 1062.2506 10.0 1062.261 4.0 1062.2714 5.0 1062.2818 9.0 1062.2922 12.0 1062.3026 13.0 1062.313 6.0 1062.3234 8.0 1062.3338 7.0 1062.3441 10.0 1062.3545 5.0 1062.3649 11.0 1062.3753 5.0 1062.3857 8.0 1062.3961 6.0 1062.4065 10.0 1062.4169 11.0 1062.4273 6.0 1062.4377 2.0 1062.4481 6.0 1062.4585 6.0 1062.4689 4.0 1062.4793 7.0 1062.4897 7.0 1062.5001 4.0 1062.5105 5.0 1062.5209 2.0 1062.5313 5.0 1062.5417 5.0 1062.5521 6.0 1062.5625 12.0 1062.5729 11.0 1062.5833 13.0 1062.5937 10.0 1062.6041 8.0 1062.6145 4.0 1062.6249 3.0 1062.6353 3.0 1062.6457 1.0 1062.6561 4.0 1062.6665 2.0 1062.6769 5.0 1062.6873 8.0 1062.6977 3.0 1062.7081 5.0 1062.7289 3.0 1062.7393 6.0 1062.7497 12.0 1062.7601 8.0 1062.7705 3.0 1062.7809 3.0 1062.7913 1.0 1062.8017 5.0 1062.8121 4.0 1062.8224 9.0 1062.8328 4.0 1062.8432 6.0 1062.8536 2.0 1062.864 5.0 1062.8744 7.0 1062.8848 8.0 1062.8952 4.0 1062.9056 6.0 1062.916 10.0 1062.9264 17.0 1062.9368 5.0 1062.9472 4.0 1062.968 1.0 1062.9784 1.0 1062.9888 6.0 1062.9992 1.0 1063.0096 5.0 1063.02 4.0 1063.0304 11.0 1063.0408 11.0 1063.0512 7.0 1063.0616 8.0 1063.072 14.0 1063.0824 15.0 1063.0928 7.0 1063.1032 6.0 1063.1136 17.0 1063.124 12.0 1063.1344 6.0 1063.1448 3.0 1063.1552 3.0 1063.1656 6.0 1063.176 9.0 1063.1864 11.0 1063.1968 12.0 1063.2072 3.0 1063.2176 7.0 1063.228 6.0 1063.2385 6.0 1063.2489 3.0 1063.2593 2.0 1063.2697 5.0 1063.2801 4.0 1063.2905 5.0 1063.3009 4.0 1063.3113 6.0 1063.3217 9.0 1063.3321 11.0 1063.3425 11.0 1063.3529 14.0 1063.3633 13.0 1063.3737 5.0 1063.3841 2.0 1063.3945 4.0 1063.4049 12.0 1063.4153 6.0 1063.4257 5.0 1063.4361 6.0 1063.4465 2.0 1063.4569 4.0 1063.4673 9.0 1063.4777 2.0 1063.4881 4.0 1063.4985 3.0 1063.5089 6.0 1063.5193 4.0 1063.5297 7.0 1063.5401 4.0 1063.5505 5.0 1063.5609 13.0 1063.5713 9.0 1063.5817 10.0 1063.5921 4.0 1063.6025 5.0 1063.6129 7.0 1063.6233 4.0 1063.6337 8.0 1063.6441 8.0 1063.6545 2.0 1063.6649 5.0 1063.6753 6.0 1063.6857 22.0 1063.6961 18.0 1063.7065 5.0 1063.717 2.0 1063.7274 6.0 1063.7378 14.0 1063.7482 10.0 1063.7586 6.0 1063.769 13.0 1063.7794 4.0 1063.7898 13.0 1063.8002 10.0 1063.8106 8.0 1063.821 10.0 1063.8314 2.0 1063.8418 4.0 1063.8522 5.0 1063.8626 3.0 1063.873 4.0 1063.8834 6.0 1063.8938 12.0 1063.9042 2.0 1063.9146 7.0 1063.925 2.0 1063.9354 3.0 1063.9458 3.0 1063.9562 13.0 1063.9666 12.0 1063.9771 3.0 1063.9875 9.0 1063.9979 2.0 1064.0083 6.0 1064.0187 5.0 1064.0291 11.0 1064.0395 8.0 1064.0499 3.0 1064.0603 3.0 1064.0707 4.0 1064.0811 6.0 1064.0915 6.0 1064.1019 9.0 1064.1123 11.0 1064.1227 6.0 1064.1331 9.0 1064.1435 9.0 1064.1539 18.0 1064.1643 6.0 1064.1748 7.0 1064.1852 6.0 1064.1956 6.0 1064.206 5.0 1064.2164 4.0 1064.2268 2.0 1064.2372 2.0 1064.2476 8.0 1064.258 9.0 1064.2684 9.0 1064.2788 3.0 1064.2892 2.0 1064.2996 7.0 1064.31 1.0 1064.3204 5.0 1064.3308 3.0 1064.3412 6.0 1064.3517 9.0 1064.3621 18.0 1064.3725 9.0 1064.3829 9.0 1064.3933 5.0 1064.4037 5.0 1064.4141 1.0 1064.4245 7.0 1064.4349 4.0 1064.4453 5.0 1064.4557 3.0 1064.4661 2.0 1064.4765 7.0 1064.4869 9.0 1064.4974 5.0 1064.5078 7.0 1064.5182 5.0 1064.5286 4.0 1064.539 3.0 1064.5494 3.0 1064.5806 6.0 1064.591 6.0 1064.6014 6.0 1064.6118 10.0 1064.6222 14.0 1064.6327 9.0 1064.6431 6.0 1064.6535 2.0 1064.6639 7.0 1064.6743 3.0 1064.6847 6.0 1064.6951 9.0 1064.7055 4.0 1064.7159 11.0 1064.7263 7.0 1064.7367 1.0 1064.7471 4.0 1064.7575 1.0 1064.768 1.0 1064.7784 3.0 1064.7888 4.0 1064.7992 13.0 1064.8096 6.0 1064.82 7.0 1064.8304 15.0 1064.8408 4.0 1064.8512 1.0 1064.8616 4.0 1064.8825 4.0 1064.8929 3.0 1064.9033 2.0 1064.9241 4.0 1064.9345 4.0 1064.9449 5.0 1064.9553 1.0 1064.9761 2.0 1064.9865 1.0 1065.0074 1.0 1065.0178 6.0 1065.0282 6.0 1065.0386 3.0 1065.049 10.0 1065.0594 7.0 1065.0698 8.0 1065.0802 29.0 1065.0906 15.0 1065.1011 2.0 1065.1115 8.0 1065.1219 10.0 1065.1323 8.0 1065.1427 4.0 1065.1531 7.0 1065.1635 5.0 1065.1739 5.0 1065.1843 8.0 1065.1948 5.0 1065.2052 6.0 1065.2156 4.0 1065.226 4.0 1065.2364 6.0 1065.2468 8.0 1065.2572 1.0 1065.2676 9.0 1065.278 7.0 1065.2885 2.0 1065.2989 5.0 1065.3093 4.0 1065.3197 3.0 1065.3301 7.0 1065.3405 9.0 1065.3509 3.0 1065.3613 5.0 1065.3717 7.0 1065.3822 5.0 1065.3926 4.0 1065.403 1.0 1065.4134 4.0 1065.4238 5.0 1065.4342 6.0 1065.4446 2.0 1065.455 5.0 1065.4654 9.0 1065.4759 10.0 1065.4863 3.0 1065.4967 4.0 1065.5071 2.0 1065.5175 5.0 1065.5279 3.0 1065.5383 2.0 1065.5487 6.0 1065.5592 6.0 1065.5696 9.0 1065.58 7.0 1065.5904 5.0 1065.6008 8.0 1065.6112 5.0 1065.6216 7.0 1065.632 6.0 1065.6425 2.0 1065.6529 2.0 1065.6633 4.0 1065.6737 12.0 1065.6841 12.0 1065.6945 6.0 1065.7049 13.0 1065.7154 9.0 1065.7258 10.0 1065.7362 2.0 1065.7466 2.0 1065.757 12.0 1065.7674 3.0 1065.7778 3.0 1065.7882 5.0 1065.7987 9.0 1065.8091 11.0 1065.8195 8.0 1065.8299 18.0 1065.8403 14.0 1065.8507 3.0 1065.8611 5.0 1065.8716 7.0 1065.882 1.0 1065.8924 8.0 1065.9028 5.0 1065.9132 5.0 1065.9236 6.0 1065.934 7.0 1065.9445 1.0 1065.9549 5.0 1065.9653 5.0 1065.9757 10.0 1065.9861 3.0 1065.9965 4.0 1066.0069 4.0 1066.0174 9.0 1066.0278 4.0 1066.0382 8.0 1066.0486 6.0 1066.059 7.0 1066.0694 12.0 1066.0798 11.0 1066.0903 4.0 1066.1007 4.0 1066.1111 11.0 1066.1215 14.0 1066.1319 19.0 1066.1423 10.0 1066.1528 3.0 1066.1632 16.0 1066.1736 13.0 1066.184 9.0 1066.1944 3.0 1066.2048 8.0 1066.2152 3.0 1066.2257 3.0 1066.2361 3.0 1066.2465 8.0 1066.2569 10.0 1066.2673 9.0 1066.2777 5.0 1066.2882 9.0 1066.2986 11.0 1066.309 3.0 1066.3194 3.0 1066.3298 7.0 1066.3402 12.0 1066.3507 1.0 1066.3611 5.0 1066.3715 8.0 1066.3819 10.0 1066.3923 9.0 1066.4027 14.0 1066.4132 13.0 1066.4236 5.0 1066.434 4.0 1066.4444 3.0 1066.4548 4.0 1066.4652 5.0 1066.4757 4.0 1066.4861 7.0 1066.4965 7.0 1066.5069 6.0 1066.5173 5.0 1066.5277 3.0 1066.5382 1.0 1066.5486 7.0 1066.559 6.0 1066.5694 7.0 1066.5798 3.0 1066.5902 10.0 1066.6007 9.0 1066.6111 15.0 1066.6215 15.0 1066.6319 9.0 1066.6423 13.0 1066.6527 3.0 1066.6632 6.0 1066.6736 6.0 1066.684 6.0 1066.6944 4.0 1066.7048 5.0 1066.7153 9.0 1066.7257 4.0 1066.7361 4.0 1066.7465 9.0 1066.7569 6.0 1066.7673 1.0 1066.7778 5.0 1066.7882 4.0 1066.7986 6.0 1066.809 5.0 1066.8194 1.0 1066.8403 2.0 1066.8507 5.0 1066.8611 7.0 1066.8715 14.0 1066.882 7.0 1066.8924 8.0 1066.9028 3.0 1066.9132 7.0 1066.9236 6.0 1066.934 8.0 1066.9445 7.0 1066.9549 7.0 1066.9653 1.0 1066.9757 3.0 1066.9861 2.0 1066.9966 7.0 1067.007 8.0 1067.0174 13.0 1067.0278 9.0 1067.0382 4.0 1067.0487 9.0 1067.0591 3.0 1067.0695 7.0 1067.0799 4.0 1067.0903 4.0 1067.1008 7.0 1067.1112 12.0 1067.1216 9.0 1067.132 7.0 1067.1424 13.0 1067.1529 13.0 1067.1633 9.0 1067.1737 6.0 1067.1841 5.0 1067.1945 8.0 1067.205 15.0 1067.2154 13.0 1067.2258 6.0 1067.2362 5.0 1067.2466 4.0 1067.2571 1.0 1067.2675 9.0 1067.2779 6.0 1067.2883 7.0 1067.2988 7.0 1067.3092 10.0 1067.3196 3.0 1067.33 2.0 1067.3404 4.0 1067.3509 7.0 1067.3613 2.0 1067.3717 3.0 1067.3821 4.0 1067.3925 6.0 1067.403 3.0 1067.4134 4.0 1067.4238 3.0 1067.4342 2.0 1067.4447 4.0 1067.4551 6.0 1067.4655 4.0 1067.4759 2.0 1067.4863 6.0 1067.4968 2.0 1067.5072 1.0 1067.5176 4.0 1067.528 6.0 1067.5384 7.0 1067.5489 10.0 1067.5593 3.0 1067.5697 2.0 1067.5801 4.0 1067.5906 3.0 1067.601 3.0 1067.6114 10.0 1067.6218 3.0 1067.6323 3.0 1067.6427 3.0 1067.6531 4.0 1067.6635 5.0 1067.6739 1.0 1067.6844 2.0 1067.6948 3.0 1067.7052 3.0 1067.7156 3.0 1067.7261 9.0 1067.7365 5.0 1067.7469 14.0 1067.7573 8.0 1067.7678 7.0 1067.7782 2.0 1067.7886 5.0 1067.799 2.0 1067.8094 7.0 1067.8199 4.0 1067.8303 9.0 1067.8407 4.0 1067.8511 9.0 1067.8616 8.0 1067.872 5.0 1067.8824 3.0 1067.8928 6.0 1067.9033 5.0 1067.9137 5.0 1067.9241 4.0 1067.9345 3.0 1067.945 1.0 1067.9554 3.0 1067.9658 5.0 1067.9762 7.0 1067.9867 5.0 1067.9971 4.0 1068.0075 2.0 1068.0179 7.0 1068.0283 2.0 1068.0388 8.0 1068.0492 4.0 1068.0596 2.0 1068.07 4.0 1068.0805 4.0 1068.0909 5.0 1068.1013 3.0 1068.1117 1.0 1068.1222 5.0 1068.1326 9.0 1068.143 5.0 1068.1534 10.0 1068.1639 10.0 1068.1743 4.0 1068.1847 5.0 1068.1951 21.0 1068.2056 15.0 1068.216 7.0 1068.2264 8.0 1068.2369 16.0 1068.2473 8.0 1068.2577 4.0 1068.2681 5.0 1068.2786 4.0 1068.289 1.0 1068.2994 1.0 1068.3098 7.0 1068.3203 10.0 1068.3307 3.0 1068.3411 4.0 1068.3515 2.0 1068.362 2.0 1068.3724 1.0 1068.3828 14.0 1068.3932 10.0 1068.4037 3.0 1068.4141 3.0 1068.4245 3.0 1068.4349 4.0 1068.4454 7.0 1068.4558 2.0 1068.4662 12.0 1068.4767 7.0 1068.4871 4.0 1068.4975 8.0 1068.5079 6.0 1068.5184 8.0 1068.5288 4.0 1068.5392 7.0 1068.5496 5.0 1068.5601 4.0 1068.5705 6.0 1068.5809 5.0 1068.5914 5.0 1068.6018 3.0 1068.6122 5.0 1068.6226 4.0 1068.6331 1.0 1068.6435 4.0 1068.6539 3.0 1068.6643 7.0 1068.6748 2.0 1068.6852 7.0 1068.6956 8.0 1068.7061 5.0 1068.7165 7.0 1068.7269 10.0 1068.7373 1.0 1068.7478 5.0 1068.7582 7.0 1068.7686 6.0 1068.7791 4.0 1068.7895 4.0 1068.7999 4.0 1068.8103 2.0 1068.8208 1.0 1068.8312 3.0 1068.8416 4.0 1068.8521 5.0 1068.8625 8.0 1068.8729 2.0 1068.8833 5.0 1068.8938 3.0 1068.9042 8.0 1068.9146 8.0 1068.9251 9.0 1068.9355 13.0 1068.9459 7.0 1068.9563 4.0 1068.9668 8.0 1068.9772 3.0 1068.9876 4.0 1068.9981 5.0 1069.0085 11.0 1069.0189 11.0 1069.0293 3.0 1069.0398 6.0 1069.0502 5.0 1069.0606 7.0 1069.0711 14.0 1069.0815 9.0 1069.1024 11.0 1069.1128 12.0 1069.1232 9.0 1069.1336 12.0 1069.1441 10.0 1069.1545 10.0 1069.1649 11.0 1069.1754 8.0 1069.1858 12.0 1069.1962 10.0 1069.2067 6.0 1069.2171 4.0 1069.2275 5.0 1069.2379 6.0 1069.2484 4.0 1069.2588 4.0 1069.2692 5.0 1069.2797 3.0 1069.2901 6.0 1069.3005 4.0 1069.311 3.0 1069.3214 6.0 1069.3318 8.0 1069.3423 5.0 1069.3527 4.0 1069.3631 3.0 1069.3735 2.0 1069.384 11.0 1069.3944 12.0 1069.4048 6.0 1069.4153 6.0 1069.4257 3.0 1069.4361 5.0 1069.4466 10.0 1069.457 12.0 1069.4674 16.0 1069.4779 10.0 1069.4883 12.0 1069.4987 2.0 1069.5092 3.0 1069.5196 3.0 1069.53 6.0 1069.5405 8.0 1069.5509 3.0 1069.5613 3.0 1069.5717 2.0 1069.5822 11.0 1069.5926 4.0 1069.603 4.0 1069.6135 2.0 1069.6239 5.0 1069.6343 9.0 1069.6448 7.0 1069.6552 3.0 1069.6656 2.0 1069.6761 5.0 1069.6865 7.0 1069.6969 9.0 1069.7074 4.0 1069.7178 17.0 1069.7282 10.0 1069.7387 10.0 1069.7491 4.0 1069.7595 2.0 1069.77 7.0 1069.7804 12.0 1069.7908 5.0 1069.8013 3.0 1069.8117 6.0 1069.8221 6.0 1069.8326 5.0 1069.843 7.0 1069.8534 11.0 1069.8639 16.0 1069.8743 8.0 1069.8847 6.0 1069.8952 6.0 1069.9056 3.0 1069.916 7.0 1069.9265 3.0 1069.9369 3.0 1069.9473 8.0 1069.9578 3.0 1069.9682 3.0 1069.9786 3.0 1069.9891 6.0 1069.9995 3.0 1070.0099 1.0 1070.0204 7.0 1070.0308 2.0 1070.0412 6.0 1070.0517 11.0 1070.0621 15.0 1070.0726 7.0 1070.083 5.0 1070.0934 13.0 1070.1039 7.0 1070.1143 5.0 1070.1247 8.0 1070.1352 3.0 1070.1456 5.0 1070.156 10.0 1070.1665 8.0 1070.1769 5.0 1070.1873 1.0 1070.1978 1.0 1070.2082 8.0 1070.2186 16.0 1070.2291 12.0 1070.2395 5.0 1070.2499 4.0 1070.2604 4.0 1070.2708 2.0 1070.2813 3.0 1070.2917 4.0 1070.3021 9.0 1070.3126 7.0 1070.323 5.0 1070.3334 9.0 1070.3439 4.0 1070.3543 13.0 1070.3647 15.0 1070.3752 7.0 1070.3856 10.0 1070.3961 7.0 1070.4065 3.0 1070.4169 6.0 1070.4274 2.0 1070.4378 4.0 1070.4482 2.0 1070.4587 3.0 1070.4691 2.0 1070.4795 3.0 1070.49 13.0 1070.5004 13.0 1070.5109 13.0 1070.5213 13.0 1070.5317 10.0 1070.5422 7.0 1070.5526 6.0 1070.563 5.0 1070.5735 5.0 1070.5839 5.0 1070.5943 12.0 1070.6048 11.0 1070.6152 6.0 1070.6257 3.0 1070.6361 16.0 1070.6465 10.0 1070.657 6.0 1070.6674 11.0 1070.6778 7.0 1070.6883 2.0 1070.6987 6.0 1070.7092 2.0 1070.7196 6.0 1070.73 8.0 1070.7405 6.0 1070.7509 1.0 1070.7613 3.0 1070.7718 7.0 1070.7822 5.0 1070.7927 1.0 1070.8031 4.0 1070.8135 7.0 1070.824 5.0 1070.8344 8.0 1070.8449 3.0 1070.8553 8.0 1070.8657 2.0 1070.8762 5.0 1070.8866 5.0 1070.897 5.0 1070.9075 7.0 1070.9179 4.0 1070.9284 5.0 1070.9388 6.0 1070.9492 2.0 1070.9597 2.0 1070.9701 4.0 1070.9806 4.0 1070.991 4.0 1071.0014 6.0 1071.0119 6.0 1071.0223 2.0 1071.0328 5.0 1071.0432 6.0 1071.0536 4.0 1071.0641 8.0 1071.0745 9.0 1071.085 14.0 1071.0954 11.0 1071.1058 11.0 1071.1163 12.0 1071.1267 16.0 1071.1372 3.0 1071.1476 6.0 1071.158 6.0 1071.1685 10.0 1071.1789 7.0 1071.1894 7.0 1071.1998 9.0 1071.2102 8.0 1071.2207 3.0 1071.2311 5.0 1071.2416 15.0 1071.252 6.0 1071.2624 2.0 1071.2729 5.0 1071.2833 7.0 1071.2938 9.0 1071.3042 9.0 1071.3146 9.0 1071.3251 6.0 1071.3355 5.0 1071.346 8.0 1071.3564 6.0 1071.3668 3.0 1071.3773 6.0 1071.3877 6.0 1071.3982 4.0 1071.4086 17.0 1071.419 16.0 1071.4295 11.0 1071.4399 11.0 1071.4504 11.0 1071.4608 2.0 1071.4713 2.0 1071.4817 6.0 1071.4921 16.0 1071.5026 16.0 1071.513 8.0 1071.5235 11.0 1071.5339 2.0 1071.5443 8.0 1071.5548 8.0 1071.5652 8.0 1071.5757 14.0 1071.5861 5.0 1071.5966 1.0 1071.607 8.0 1071.6174 16.0 1071.6279 10.0 1071.6383 1.0 1071.6488 4.0 1071.6592 9.0 1071.6696 9.0 1071.6801 5.0 1071.6905 12.0 1071.701 13.0 1071.7114 7.0 1071.7219 13.0 1071.7323 11.0 1071.7427 10.0 1071.7532 14.0 1071.7636 16.0 1071.7741 5.0 1071.7845 8.0 1071.8054 4.0 1071.8158 6.0 1071.8263 7.0 1071.8367 6.0 1071.8472 6.0 1071.8576 6.0 1071.8681 11.0 1071.8785 4.0 1071.889 7.0 1071.8994 8.0 1071.9098 4.0 1071.9203 12.0 1071.9307 9.0 1071.9412 5.0 1071.9516 7.0 1071.9621 7.0 1071.9725 3.0 1071.9829 4.0 1071.9934 7.0 1072.0038 7.0 1072.0143 3.0 1072.0247 4.0 1072.0352 4.0 1072.0456 5.0 1072.0561 3.0 1072.0665 5.0 1072.0769 12.0 1072.0874 15.0 1072.0978 7.0 1072.1083 2.0 1072.1187 5.0 1072.1292 8.0 1072.1396 10.0 1072.1501 22.0 1072.1605 18.0 1072.1709 19.0 1072.1814 12.0 1072.1918 2.0 1072.2023 8.0 1072.2127 18.0 1072.2232 14.0 1072.2336 7.0 1072.2441 8.0 1072.2545 5.0 1072.265 4.0 1072.2754 3.0 1072.2858 1.0 1072.2963 6.0 1072.3067 7.0 1072.3172 7.0 1072.3276 10.0 1072.3381 8.0 1072.3485 3.0 1072.359 4.0 1072.3694 1.0 1072.3799 1.0 1072.3903 9.0 1072.4007 6.0 1072.4112 15.0 1072.4216 4.0 1072.4425 10.0 1072.453 8.0 1072.4634 2.0 1072.4739 2.0 1072.4843 4.0 1072.4948 9.0 1072.5052 13.0 1072.5157 1.0 1072.5261 5.0 1072.5365 9.0 1072.547 14.0 1072.5574 11.0 1072.5679 4.0 1072.5783 11.0 1072.5888 11.0 1072.5992 15.0 1072.6097 13.0 1072.6201 6.0 1072.6306 3.0 1072.641 4.0 1072.6515 4.0 1072.6619 7.0 1072.6724 2.0 1072.6828 8.0 1072.6933 9.0 1072.7037 3.0 1072.7142 5.0 1072.7246 12.0 1072.735 8.0 1072.7455 3.0 1072.7559 3.0 1072.7664 1.0 1072.7768 5.0 1072.7873 1.0 1072.7977 2.0 1072.8082 4.0 1072.8186 5.0 1072.8291 20.0 1072.8395 12.0 1072.85 4.0 1072.8604 5.0 1072.8709 13.0 1072.8813 7.0 1072.8918 8.0 1072.9022 12.0 1072.9127 7.0 1072.9231 7.0 1072.9336 5.0 1072.944 2.0 1072.9545 1.0 1072.9649 7.0 1072.9754 11.0 1072.9858 4.0 1072.9963 5.0 1073.0067 3.0 1073.0172 2.0 1073.0276 6.0 1073.038 6.0 1073.0485 9.0 1073.0589 3.0 1073.0694 6.0 1073.0798 13.0 1073.0903 7.0 1073.1007 4.0 1073.1112 4.0 1073.1216 14.0 1073.1321 5.0 1073.1425 12.0 1073.153 8.0 1073.1634 10.0 1073.1739 20.0 1073.1843 30.0 1073.1948 19.0 1073.2052 11.0 1073.2157 8.0 1073.2261 10.0 1073.2366 4.0 1073.247 9.0 1073.2575 17.0 1073.2679 17.0 1073.2784 6.0 1073.2888 4.0 1073.2993 3.0 1073.3097 8.0 1073.3202 5.0 1073.3306 4.0 1073.3411 4.0 1073.3515 5.0 1073.362 5.0 1073.3724 1.0 1073.3829 4.0 1073.3934 10.0 1073.4038 10.0 1073.4143 9.0 1073.4247 7.0 1073.4352 6.0 1073.4456 6.0 1073.4561 1.0 1073.4665 7.0 1073.477 10.0 1073.4874 8.0 1073.4979 9.0 1073.5083 1.0 1073.5188 10.0 1073.5292 1.0 1073.5397 4.0 1073.5501 3.0 1073.5606 7.0 1073.571 1.0 1073.5815 8.0 1073.5919 8.0 1073.6024 2.0 1073.6128 6.0 1073.6233 4.0 1073.6337 19.0 1073.6442 11.0 1073.6546 6.0 1073.6651 5.0 1073.6755 9.0 1073.686 4.0 1073.6964 9.0 1073.7069 10.0 1073.7174 6.0 1073.7278 5.0 1073.7383 3.0 1073.7487 6.0 1073.7592 13.0 1073.7696 16.0 1073.7801 15.0 1073.7905 3.0 1073.8114 5.0 1073.8219 14.0 1073.8323 14.0 1073.8428 3.0 1073.8532 3.0 1073.8637 3.0 1073.8741 4.0 1073.8846 12.0 1073.8951 10.0 1073.9055 8.0 1073.916 1.0 1073.9264 2.0 1073.9369 4.0 1073.9473 3.0 1073.9578 6.0 1073.9682 3.0 1073.9787 1.0 1073.9891 4.0 1073.9996 12.0 1074.01 7.0 1074.0205 2.0 1074.031 5.0 1074.0414 8.0 1074.0519 6.0 1074.0623 7.0 1074.0728 14.0 1074.0832 7.0 1074.0937 5.0 1074.1041 4.0 1074.1146 10.0 1074.125 13.0 1074.1355 16.0 1074.1459 8.0 1074.1564 16.0 1074.1669 13.0 1074.1773 11.0 1074.1878 13.0 1074.1982 12.0 1074.2087 4.0 1074.2191 8.0 1074.2296 12.0 1074.24 7.0 1074.2505 2.0 1074.261 9.0 1074.2714 12.0 1074.2819 5.0 1074.2923 7.0 1074.3028 5.0 1074.3132 15.0 1074.3237 14.0 1074.3341 6.0 1074.3446 5.0 1074.3551 3.0 1074.3655 6.0 1074.376 6.0 1074.3864 1.0 1074.3969 5.0 1074.4073 2.0 1074.4178 8.0 1074.4282 13.0 1074.4387 19.0 1074.4492 7.0 1074.4596 2.0 1074.4701 2.0 1074.4805 3.0 1074.491 3.0 1074.5014 8.0 1074.5119 3.0 1074.5223 7.0 1074.5328 4.0 1074.5433 5.0 1074.5537 4.0 1074.5642 6.0 1074.5746 2.0 1074.5851 17.0 1074.5955 8.0 1074.606 3.0 1074.6165 4.0 1074.6269 8.0 1074.6374 9.0 1074.6478 7.0 1074.6583 6.0 1074.6687 4.0 1074.6792 4.0 1074.6897 1.0 1074.7001 3.0 1074.7106 1.0 1074.721 3.0 1074.7315 4.0 1074.7419 2.0 1074.7524 3.0 1074.7629 5.0 1074.7733 10.0 1074.7838 10.0 1074.7942 10.0 1074.8047 5.0 1074.8151 3.0 1074.8256 6.0 1074.8361 4.0 1074.8465 8.0 1074.857 5.0 1074.8674 8.0 1074.8779 2.0 1074.8884 1.0 1074.8988 5.0 1074.9093 4.0 1074.9197 3.0 1074.9302 15.0 1074.9406 4.0 1074.9511 2.0 1074.9616 10.0 1074.972 11.0 1074.9825 5.0 1074.9929 11.0 1075.0034 5.0 1075.0139 5.0 1075.0243 2.0 1075.0348 2.0 1075.0557 13.0 1075.0662 8.0 1075.0766 4.0 1075.0871 11.0 1075.0975 28.0 1075.108 12.0 1075.1184 8.0 1075.1289 9.0 1075.1394 12.0 1075.1498 6.0 1075.1603 9.0 1075.1707 5.0 1075.1812 3.0 1075.1917 4.0 1075.2021 7.0 1075.2126 3.0 1075.223 8.0 1075.2335 7.0 1075.244 3.0 1075.2544 6.0 1075.2649 6.0 1075.2753 4.0 1075.2963 3.0 1075.3067 1.0 1075.3172 7.0 1075.3276 5.0 1075.3381 10.0 1075.3486 2.0 1075.359 8.0 1075.3695 6.0 1075.3799 5.0 1075.3904 2.0 1075.4009 7.0 1075.4113 3.0 1075.4218 9.0 1075.4322 8.0 1075.4427 11.0 1075.4532 5.0 1075.4636 8.0 1075.4741 5.0 1075.4846 14.0 1075.495 10.0 1075.5055 4.0 1075.5159 8.0 1075.5264 5.0 1075.5369 7.0 1075.5473 13.0 1075.5578 4.0 1075.5682 2.0 1075.5787 7.0 1075.5892 7.0 1075.5996 3.0 1075.6101 3.0 1075.6206 4.0 1075.631 2.0 1075.6415 5.0 1075.6519 5.0 1075.6624 4.0 1075.6729 4.0 1075.6833 2.0 1075.6938 5.0 1075.7043 12.0 1075.7147 7.0 1075.7252 1.0 1075.7356 6.0 1075.7461 3.0 1075.7566 2.0 1075.767 5.0 1075.7775 2.0 1075.7879 3.0 1075.7984 7.0 1075.8193 6.0 1075.8298 5.0 1075.8403 9.0 1075.8507 3.0 1075.8612 5.0 1075.8717 5.0 1075.8821 2.0 1075.8926 1.0 1075.903 5.0 1075.9135 5.0 1075.924 6.0 1075.9344 1.0 1075.9449 4.0 1075.9554 2.0 1075.9658 8.0 1075.9763 17.0 1075.9867 8.0 1075.9972 4.0 1076.0077 1.0 1076.0181 4.0 1076.0286 2.0 1076.0391 8.0 1076.0495 8.0 1076.06 19.0 1076.0705 14.0 1076.0809 7.0 1076.0914 5.0 1076.1019 13.0 1076.1123 14.0 1076.1228 12.0 1076.1332 5.0 1076.1437 8.0 1076.1542 18.0 1076.1646 9.0 1076.1751 3.0 1076.1856 7.0 1076.196 5.0 1076.2065 5.0 1076.217 5.0 1076.2274 6.0 1076.2379 10.0 1076.2484 14.0 1076.2588 14.0 1076.2693 5.0 1076.2797 2.0 1076.2902 2.0 1076.3007 1.0 1076.3111 5.0 1076.3216 3.0 1076.3321 7.0 1076.3425 2.0 1076.353 1.0 1076.3635 11.0 1076.3739 2.0 1076.3844 2.0 1076.3949 6.0 1076.4053 11.0 1076.4158 7.0 1076.4263 6.0 1076.4367 5.0 1076.4472 3.0 1076.4577 6.0 1076.4681 9.0 1076.4786 3.0 1076.4891 5.0 1076.4995 6.0 1076.51 9.0 1076.5205 12.0 1076.5309 3.0 1076.5414 10.0 1076.5519 7.0 1076.5623 5.0 1076.5728 4.0 1076.5833 7.0 1076.5937 4.0 1076.6042 6.0 1076.6147 4.0 1076.6251 13.0 1076.6356 4.0 1076.6461 4.0 1076.6565 2.0 1076.667 13.0 1076.6775 17.0 1076.6879 5.0 1076.6984 4.0 1076.7089 2.0 1076.7193 11.0 1076.7298 4.0 1076.7403 8.0 1076.7507 9.0 1076.7612 4.0 1076.7717 5.0 1076.7821 3.0 1076.7926 3.0 1076.8031 5.0 1076.8135 8.0 1076.824 6.0 1076.8345 2.0 1076.8449 5.0 1076.8554 3.0 1076.8659 1.0 1076.8763 2.0 1076.8868 8.0 1076.8973 4.0 1076.9077 3.0 1076.9182 2.0 1076.9287 16.0 1076.9391 13.0 1076.9496 1.0 1076.9601 9.0 1076.9706 4.0 1076.981 3.0 1076.9915 1.0 1077.002 2.0 1077.0124 6.0 1077.0229 7.0 1077.0334 6.0 1077.0438 2.0 1077.0543 8.0 1077.0648 1.0 1077.0752 5.0 1077.0857 2.0 1077.0962 16.0 1077.1066 12.0 1077.1171 3.0 1077.1276 6.0 1077.1381 7.0 1077.1485 10.0 1077.159 6.0 1077.1695 13.0 1077.1799 17.0 1077.1904 12.0 1077.2009 2.0 1077.2113 7.0 1077.2218 7.0 1077.2323 1.0 1077.2427 6.0 1077.2532 6.0 1077.2637 8.0 1077.2742 7.0 1077.2846 7.0 1077.2951 10.0 1077.3056 12.0 1077.316 6.0 1077.3265 3.0 1077.337 2.0 1077.3474 2.0 1077.3579 4.0 1077.3684 6.0 1077.3789 6.0 1077.3893 4.0 1077.3998 10.0 1077.4103 19.0 1077.4207 7.0 1077.4312 4.0 1077.4417 8.0 1077.4522 5.0 1077.4626 3.0 1077.4731 2.0 1077.4836 9.0 1077.494 4.0 1077.5045 8.0 1077.515 3.0 1077.5255 5.0 1077.5359 5.0 1077.5464 3.0 1077.5569 7.0 1077.5673 6.0 1077.5778 3.0 1077.5883 1.0 1077.5987 3.0 1077.6092 3.0 1077.6197 5.0 1077.6302 4.0 1077.6406 17.0 1077.6511 11.0 1077.6616 4.0 1077.6721 6.0 1077.6825 4.0 1077.693 3.0 1077.7035 4.0 1077.7139 6.0 1077.7244 6.0 1077.7349 15.0 1077.7454 9.0 1077.7558 12.0 1077.7663 10.0 1077.7768 6.0 1077.7872 7.0 1077.7977 6.0 1077.8082 4.0 1077.8187 3.0 1077.8291 4.0 1077.8396 3.0 1077.8501 2.0 1077.8606 4.0 1077.871 4.0 1077.8815 4.0 1077.892 2.0 1077.9024 5.0 1077.9129 4.0 1077.9234 4.0 1077.9339 6.0 1077.9443 9.0 1077.9548 9.0 1077.9653 4.0 1077.9758 4.0 1077.9862 5.0 1077.9967 6.0 1078.0072 2.0 1078.0176 1.0 1078.0281 8.0 1078.0386 3.0 1078.0491 3.0 1078.0595 5.0 1078.07 6.0 1078.0805 6.0 1078.091 3.0 1078.1014 5.0 1078.1119 11.0 1078.1224 6.0 1078.1329 8.0 1078.1433 3.0 1078.1538 11.0 1078.1643 11.0 1078.1748 3.0 1078.1852 4.0 1078.1957 13.0 1078.2062 6.0 1078.2167 3.0 1078.2271 8.0 1078.2376 11.0 1078.2481 9.0 1078.2586 11.0 1078.269 4.0 1078.2795 5.0 1078.29 3.0 1078.3005 4.0 1078.3109 9.0 1078.3214 8.0 1078.3424 3.0 1078.3528 8.0 1078.3633 6.0 1078.3738 1.0 1078.3843 4.0 1078.3947 3.0 1078.4052 4.0 1078.4157 8.0 1078.4262 8.0 1078.4366 3.0 1078.4471 6.0 1078.4576 9.0 1078.4681 3.0 1078.4785 9.0 1078.489 3.0 1078.4995 7.0 1078.51 5.0 1078.5204 1.0 1078.5309 13.0 1078.5414 8.0 1078.5623 5.0 1078.5728 13.0 1078.5833 2.0 1078.5938 4.0 1078.6042 4.0 1078.6147 5.0 1078.6252 4.0 1078.6357 6.0 1078.6462 4.0 1078.6566 5.0 1078.6671 4.0 1078.6776 5.0 1078.6881 4.0 1078.6985 1.0 1078.709 1.0 1078.7195 2.0 1078.73 5.0 1078.7404 2.0 1078.7509 8.0 1078.7614 4.0 1078.7719 3.0 1078.7824 2.0 1078.7928 10.0 1078.8033 8.0 1078.8138 7.0 1078.8243 8.0 1078.8347 10.0 1078.8452 3.0 1078.8557 4.0 1078.8662 7.0 1078.8767 2.0 1078.8976 8.0 1078.9081 13.0 1078.9186 8.0 1078.929 5.0 1078.9395 3.0 1078.95 3.0 1078.9605 5.0 1078.971 5.0 1078.9814 5.0 1078.9919 1.0 1079.0024 3.0 1079.0129 9.0 1079.0233 10.0 1079.0338 7.0 1079.0443 5.0 1079.0548 10.0 1079.0653 6.0 1079.0757 9.0 1079.0862 9.0 1079.0967 10.0 1079.1072 11.0 1079.1177 9.0 1079.1281 6.0 1079.1386 12.0 1079.1491 14.0 1079.1596 11.0 1079.17 4.0 1079.1805 1.0 1079.191 4.0 1079.2015 6.0 1079.212 13.0 1079.2224 19.0 1079.2329 3.0 1079.2434 3.0 1079.2539 6.0 1079.2644 3.0 1079.2748 7.0 1079.2853 1.0 1079.2958 5.0 1079.3063 10.0 1079.3168 9.0 1079.3272 9.0 1079.3377 9.0 1079.3482 10.0 1079.3587 3.0 1079.3692 6.0 1079.3796 5.0 1079.3901 6.0 1079.4006 4.0 1079.4111 6.0 1079.4216 7.0 1079.432 2.0 1079.4425 2.0 1079.453 3.0 1079.4635 2.0 1079.474 4.0 1079.4844 4.0 1079.4949 12.0 1079.5054 1.0 1079.5159 3.0 1079.5264 8.0 1079.5368 5.0 1079.5473 5.0 1079.5578 3.0 1079.5683 5.0 1079.5788 6.0 1079.5893 5.0 1079.5997 7.0 1079.6102 5.0 1079.6207 3.0 1079.6312 3.0 1079.6417 1.0 1079.6521 8.0 1079.6731 3.0 1079.6836 3.0 1079.6941 3.0 1079.7046 5.0 1079.715 7.0 1079.7255 5.0 1079.736 8.0 1079.7465 11.0 1079.757 6.0 1079.7674 8.0 1079.7779 5.0 1079.7884 2.0 1079.7989 7.0 1079.8094 6.0 1079.8199 1.0 1079.8303 2.0 1079.8408 6.0 1079.8513 7.0 1079.8618 12.0 1079.8723 12.0 1079.8827 7.0 1079.8932 5.0 1079.9037 5.0 1079.9142 4.0 1079.9247 3.0 1079.9352 4.0 1079.9456 4.0 1079.9561 6.0 1079.9666 2.0 1079.9771 4.0 1079.9876 2.0 1079.9981 5.0 1080.0085 7.0 1080.019 2.0 1080.0295 4.0 1080.04 3.0 1080.061 12.0 1080.0714 2.0 1080.0819 3.0 1080.0924 2.0 1080.1029 11.0 1080.1134 9.0 1080.1239 8.0 1080.1343 9.0 1080.1448 2.0 1080.1553 26.0 1080.1658 18.0 1080.1763 7.0 1080.1868 6.0 1080.1972 15.0 1080.2077 9.0 1080.2182 2.0 1080.2287 16.0 1080.2392 4.0 1080.2497 9.0 1080.2602 12.0 1080.2706 7.0 1080.2811 9.0 1080.2916 4.0 1080.3021 4.0 1080.3126 3.0 1080.3231 9.0 1080.3335 9.0 1080.344 15.0 1080.3545 7.0 1080.365 6.0 1080.3755 7.0 1080.386 10.0 1080.3965 12.0 1080.4069 5.0 1080.4174 8.0 1080.4279 6.0 1080.4384 10.0 1080.4489 6.0 1080.4594 3.0 1080.4699 3.0 1080.4803 5.0 1080.4908 11.0 1080.5013 5.0 1080.5118 3.0 1080.5223 9.0 1080.5328 7.0 1080.5433 3.0 1080.5537 1.0 1080.5642 6.0 1080.5747 5.0 1080.5852 9.0 1080.5957 10.0 1080.6062 9.0 1080.6167 7.0 1080.6271 3.0 1080.6376 7.0 1080.6481 16.0 1080.6586 5.0 1080.6691 5.0 1080.6796 23.0 1080.6901 21.0 1080.7005 8.0 1080.711 4.0 1080.7215 2.0 1080.732 7.0 1080.7425 7.0 1080.753 16.0 1080.7635 6.0 1080.774 6.0 1080.7844 6.0 1080.7949 3.0 1080.8054 2.0 1080.8159 3.0 1080.8264 8.0 1080.8369 15.0 1080.8474 1.0 1080.8579 7.0 1080.8683 7.0 1080.8788 8.0 1080.8893 10.0 1080.8998 2.0 1080.9103 2.0 1080.9208 3.0 1080.9313 4.0 1080.9418 7.0 1080.9522 12.0 1080.9627 12.0 1080.9732 7.0 1080.9837 7.0 1080.9942 7.0 1081.0047 5.0 1081.0152 5.0 1081.0257 12.0 1081.0361 22.0 1081.0466 9.0 1081.0571 11.0 1081.0676 6.0 1081.0781 2.0 1081.0886 7.0 1081.0991 10.0 1081.1096 13.0 1081.1201 17.0 1081.1305 8.0 1081.141 2.0 1081.1515 5.0 1081.162 14.0 1081.1725 17.0 1081.183 5.0 1081.1935 13.0 1081.204 19.0 1081.2145 7.0 1081.2249 3.0 1081.2354 7.0 1081.2459 3.0 1081.2564 3.0 1081.2669 5.0 1081.2774 9.0 1081.2879 8.0 1081.2984 6.0 1081.3089 7.0 1081.3193 5.0 1081.3298 1.0 1081.3403 10.0 1081.3508 14.0 1081.3613 8.0 1081.3718 10.0 1081.3823 14.0 1081.3928 6.0 1081.4033 2.0 1081.4138 10.0 1081.4242 5.0 1081.4347 3.0 1081.4452 3.0 1081.4557 2.0 1081.4662 4.0 1081.4767 6.0 1081.4872 2.0 1081.4977 4.0 1081.5082 3.0 1081.5187 6.0 1081.5292 5.0 1081.5396 7.0 1081.5501 9.0 1081.5606 3.0 1081.5711 6.0 1081.5816 9.0 1081.5921 4.0 1081.6026 1.0 1081.6131 5.0 1081.6236 11.0 1081.6341 5.0 1081.655 5.0 1081.6655 3.0 1081.6865 3.0 1081.697 6.0 1081.7075 9.0 1081.718 3.0 1081.7285 3.0 1081.739 6.0 1081.7495 4.0 1081.76 3.0 1081.7705 4.0 1081.7809 3.0 1081.7914 12.0 1081.8019 7.0 1081.8124 6.0 1081.8229 8.0 1081.8334 9.0 1081.8439 9.0 1081.8544 17.0 1081.8649 14.0 1081.8754 2.0 1081.8859 3.0 1081.8964 3.0 1081.9068 6.0 1081.9173 1.0 1081.9278 10.0 1081.9383 13.0 1081.9488 5.0 1081.9593 9.0 1081.9698 5.0 1081.9803 7.0 1081.9908 10.0 1082.0013 7.0 1082.0118 6.0 1082.0223 10.0 1082.0328 6.0 1082.0433 6.0 1082.0538 8.0 1082.0642 9.0 1082.0747 5.0 1082.0852 8.0 1082.0957 4.0 1082.1062 8.0 1082.1167 3.0 1082.1272 4.0 1082.1377 4.0 1082.1482 9.0 1082.1587 10.0 1082.1692 12.0 1082.1797 2.0 1082.1902 12.0 1082.2007 14.0 1082.2112 15.0 1082.2216 7.0 1082.2321 12.0 1082.2426 4.0 1082.2531 3.0 1082.2636 1.0 1082.2741 3.0 1082.2846 9.0 1082.2951 14.0 1082.3056 14.0 1082.3161 10.0 1082.3266 1.0 1082.3371 4.0 1082.3476 12.0 1082.3581 5.0 1082.3686 6.0 1082.3791 2.0 1082.3896 2.0 1082.4001 1.0 1082.4105 4.0 1082.421 4.0 1082.4315 3.0 1082.442 1.0 1082.4525 5.0 1082.463 5.0 1082.4735 4.0 1082.484 8.0 1082.4945 1.0 1082.505 10.0 1082.5155 2.0 1082.526 6.0 1082.5365 2.0 1082.547 3.0 1082.5575 8.0 1082.568 11.0 1082.5785 5.0 1082.589 14.0 1082.5995 14.0 1082.61 8.0 1082.6205 3.0 1082.631 5.0 1082.6415 3.0 1082.6519 1.0 1082.6624 10.0 1082.6729 7.0 1082.6834 1.0 1082.6939 15.0 1082.7044 13.0 1082.7149 4.0 1082.7254 9.0 1082.7359 7.0 1082.7464 3.0 1082.7569 5.0 1082.7674 6.0 1082.7779 13.0 1082.7884 15.0 1082.7989 1.0 1082.8094 3.0 1082.8199 9.0 1082.8304 13.0 1082.8409 11.0 1082.8514 6.0 1082.8619 9.0 1082.8724 13.0 1082.8829 4.0 1082.8934 5.0 1082.9039 12.0 1082.9144 4.0 1082.9249 3.0 1082.9354 3.0 1082.9459 2.0 1082.9564 7.0 1082.9669 2.0 1082.9774 2.0 1082.9879 6.0 1082.9983 2.0 1083.0088 2.0 1083.0193 7.0 1083.0298 6.0 1083.0403 8.0 1083.0508 11.0 1083.0613 6.0 1083.0718 4.0 1083.0823 5.0 1083.0928 4.0 1083.1033 11.0 1083.1138 8.0 1083.1243 6.0 1083.1348 7.0 1083.1453 8.0 1083.1558 2.0 1083.1663 14.0 1083.1768 13.0 1083.1873 7.0 1083.1978 4.0 1083.2083 6.0 1083.2188 3.0 1083.2293 6.0 1083.2398 10.0 1083.2503 15.0 1083.2608 4.0 1083.2713 5.0 1083.2818 7.0 1083.2923 5.0 1083.3028 4.0 1083.3133 2.0 1083.3238 3.0 1083.3343 4.0 1083.3448 10.0 1083.3553 7.0 1083.3658 10.0 1083.3763 9.0 1083.3868 15.0 1083.3973 11.0 1083.4078 9.0 1083.4183 8.0 1083.4288 1.0 1083.4393 3.0 1083.4498 4.0 1083.4603 5.0 1083.4708 7.0 1083.4813 3.0 1083.4918 8.0 1083.5023 16.0 1083.5128 3.0 1083.5233 5.0 1083.5338 4.0 1083.5443 5.0 1083.5548 7.0 1083.5653 6.0 1083.5758 3.0 1083.5863 1.0 1083.5968 12.0 1083.6073 12.0 1083.6178 9.0 1083.6283 9.0 1083.6388 7.0 1083.6493 2.0 1083.6598 1.0 1083.6703 5.0 1083.6808 5.0 1083.6913 6.0 1083.7018 10.0 1083.7123 6.0 1083.7228 17.0 1083.7333 7.0 1083.7438 2.0 1083.7543 6.0 1083.7648 5.0 1083.7753 7.0 1083.7858 5.0 1083.7963 6.0 1083.8068 2.0 1083.8173 4.0 1083.8278 6.0 1083.8383 2.0 1083.8488 9.0 1083.8593 7.0 1083.8698 7.0 1083.8803 1.0 1083.8908 5.0 1083.9014 5.0 1083.9119 3.0 1083.9224 5.0 1083.9329 5.0 1083.9434 8.0 1083.9539 4.0 1083.9644 4.0 1083.9749 1.0 1083.9854 7.0 1083.9959 3.0 1084.0064 7.0 1084.0169 7.0 1084.0274 9.0 1084.0379 4.0 1084.0484 2.0 1084.0589 3.0 1084.0694 5.0 1084.0799 11.0 1084.0904 15.0 1084.1009 9.0 1084.1114 14.0 1084.1219 10.0 1084.1324 10.0 1084.1429 3.0 1084.1534 4.0 1084.1639 5.0 1084.1744 6.0 1084.1849 13.0 1084.1954 15.0 1084.2059 7.0 1084.2164 10.0 1084.2269 8.0 1084.2374 6.0 1084.248 8.0 1084.2585 7.0 1084.269 6.0 1084.2795 10.0 1084.29 11.0 1084.3005 7.0 1084.311 9.0 1084.3215 10.0 1084.332 11.0 1084.3425 4.0 1084.353 11.0 1084.3635 11.0 1084.374 6.0 1084.3845 1.0 1084.395 5.0 1084.4055 6.0 1084.416 1.0 1084.4265 13.0 1084.437 7.0 1084.4475 3.0 1084.458 1.0 1084.4685 3.0 1084.4791 6.0 1084.4896 11.0 1084.5001 7.0 1084.5106 7.0 1084.5211 4.0 1084.5316 5.0 1084.5421 7.0 1084.5526 11.0 1084.5631 7.0 1084.5736 9.0 1084.5841 6.0 1084.5946 7.0 1084.6156 5.0 1084.6261 4.0 1084.6366 3.0 1084.6471 3.0 1084.6576 5.0 1084.6682 9.0 1084.6787 6.0 1084.6892 8.0 1084.6997 4.0 1084.7102 5.0 1084.7207 3.0 1084.7312 6.0 1084.7417 5.0 1084.7522 7.0 1084.7627 4.0 1084.7732 3.0 1084.7837 5.0 1084.7942 11.0 1084.8047 3.0 1084.8152 3.0 1084.8257 8.0 1084.8363 7.0 1084.8468 5.0 1084.8573 2.0 1084.8678 9.0 1084.8783 6.0 1084.8888 11.0 1084.8993 6.0 1084.9098 11.0 1084.9203 10.0 1084.9308 10.0 1084.9413 5.0 1084.9518 7.0 1084.9623 9.0 1084.9728 5.0 1084.9834 7.0 1084.9939 3.0 1085.0044 2.0 1085.0149 4.0 1085.0254 2.0 1085.0359 3.0 1085.0464 3.0 1085.0569 4.0 1085.0674 4.0 1085.0779 10.0 1085.0884 6.0 1085.0989 5.0 1085.1094 12.0 1085.12 6.0 1085.1305 3.0 1085.141 4.0 1085.1515 8.0 1085.162 8.0 1085.1725 8.0 1085.183 9.0 1085.1935 9.0 1085.204 5.0 1085.2145 8.0 1085.225 8.0 1085.2355 4.0 1085.2461 7.0 1085.2566 6.0 1085.2671 4.0 1085.2776 6.0 1085.2881 5.0 1085.2986 5.0 1085.3196 5.0 1085.3301 2.0 1085.3406 3.0 1085.3511 7.0 1085.3617 2.0 1085.3722 8.0 1085.3827 5.0 1085.3932 11.0 1085.4037 6.0 1085.4142 9.0 1085.4247 5.0 1085.4352 4.0 1085.4457 8.0 1085.4562 7.0 1085.4668 8.0 1085.4773 7.0 1085.4878 3.0 1085.4983 2.0 1085.5088 1.0 1085.5193 2.0 1085.5298 5.0 1085.5403 8.0 1085.5508 3.0 1085.5613 11.0 1085.5719 3.0 1085.5824 5.0 1085.5929 3.0 1085.6034 10.0 1085.6139 5.0 1085.6244 8.0 1085.6349 5.0 1085.6454 3.0 1085.6559 3.0 1085.6665 4.0 1085.677 6.0 1085.6875 13.0 1085.698 4.0 1085.7085 3.0 1085.719 8.0 1085.7295 5.0 1085.74 9.0 1085.7505 5.0 1085.7611 5.0 1085.7716 9.0 1085.7821 7.0 1085.7926 5.0 1085.8031 12.0 1085.8136 14.0 1085.8241 6.0 1085.8346 6.0 1085.8451 5.0 1085.8557 3.0 1085.8662 10.0 1085.8767 7.0 1085.8872 6.0 1085.8977 6.0 1085.9082 5.0 1085.9187 4.0 1085.9292 1.0 1085.9397 2.0 1085.9503 11.0 1085.9608 3.0 1085.9713 2.0 1085.9818 4.0 1085.9923 7.0 1086.0028 8.0 1086.0133 5.0 1086.0238 6.0 1086.0344 5.0 1086.0449 18.0 1086.0554 21.0 1086.0659 14.0 1086.0764 5.0 1086.0869 1.0 1086.0974 1.0 1086.108 4.0 1086.1185 4.0 1086.129 1.0 1086.1395 1.0 1086.15 7.0 1086.1605 6.0 1086.171 5.0 1086.1815 3.0 1086.1921 4.0 1086.2026 11.0 1086.2131 16.0 1086.2236 5.0 1086.2341 6.0 1086.2446 6.0 1086.2551 2.0 1086.2657 4.0 1086.2762 5.0 1086.2867 3.0 1086.3077 6.0 1086.3182 4.0 1086.3287 6.0 1086.3392 9.0 1086.3498 6.0 1086.3603 5.0 1086.3708 2.0 1086.3813 1.0 1086.3918 5.0 1086.4023 2.0 1086.4128 7.0 1086.4234 5.0 1086.4339 3.0 1086.4444 2.0 1086.4549 3.0 1086.4654 4.0 1086.4759 4.0 1086.4865 4.0 1086.497 9.0 1086.5075 6.0 1086.518 19.0 1086.5285 9.0 1086.539 5.0 1086.5495 3.0 1086.5601 9.0 1086.5706 7.0 1086.5811 8.0 1086.5916 3.0 1086.6021 3.0 1086.6126 12.0 1086.6231 16.0 1086.6337 9.0 1086.6442 8.0 1086.6547 2.0 1086.6652 15.0 1086.6757 4.0 1086.6862 8.0 1086.6968 8.0 1086.7073 22.0 1086.7178 12.0 1086.7283 7.0 1086.7388 3.0 1086.7493 7.0 1086.7599 3.0 1086.7704 10.0 1086.7809 16.0 1086.7914 15.0 1086.8019 4.0 1086.8124 4.0 1086.823 4.0 1086.8335 3.0 1086.844 7.0 1086.8545 2.0 1086.865 3.0 1086.8755 2.0 1086.8861 5.0 1086.8966 8.0 1086.9176 5.0 1086.9281 5.0 1086.9386 3.0 1086.9492 1.0 1086.9597 2.0 1086.9702 8.0 1086.9807 8.0 1086.9912 6.0 1087.0017 1.0 1087.0123 3.0 1087.0228 3.0 1087.0333 7.0 1087.0438 4.0 1087.0543 10.0 1087.0648 14.0 1087.0754 9.0 1087.0859 10.0 1087.0964 4.0 1087.1069 4.0 1087.1174 4.0 1087.128 3.0 1087.1385 16.0 1087.149 17.0 1087.1595 5.0 1087.17 14.0 1087.1805 16.0 1087.1911 8.0 1087.2016 9.0 1087.2121 19.0 1087.2226 13.0 1087.2331 3.0 1087.2437 7.0 1087.2542 10.0 1087.2647 2.0 1087.2752 1.0 1087.2857 10.0 1087.2962 5.0 1087.3068 2.0 1087.3173 3.0 1087.3278 9.0 1087.3383 7.0 1087.3488 5.0 1087.3594 4.0 1087.3699 6.0 1087.3804 5.0 1087.4014 7.0 1087.412 12.0 1087.4225 6.0 1087.433 4.0 1087.4435 2.0 1087.454 4.0 1087.4646 5.0 1087.4751 3.0 1087.4856 8.0 1087.4961 6.0 1087.5066 4.0 1087.5172 1.0 1087.5277 4.0 1087.5382 7.0 1087.5487 8.0 1087.5592 5.0 1087.5698 1.0 1087.5803 1.0 1087.5908 6.0 1087.6013 10.0 1087.6118 5.0 1087.6224 8.0 1087.6329 5.0 1087.6434 5.0 1087.6539 2.0 1087.6644 7.0 1087.675 13.0 1087.6855 9.0 1087.696 7.0 1087.7065 15.0 1087.717 8.0 1087.7276 6.0 1087.7381 8.0 1087.7591 6.0 1087.7696 5.0 1087.7802 7.0 1087.7907 6.0 1087.8012 3.0 1087.8117 3.0 1087.8222 8.0 1087.8328 1.0 1087.8433 4.0 1087.8538 4.0 1087.8643 9.0 1087.8749 11.0 1087.8854 19.0 1087.8959 16.0 1087.9064 3.0 1087.9169 2.0 1087.9275 2.0 1087.938 4.0 1087.9485 3.0 1087.959 6.0 1087.9696 3.0 1087.9906 3.0 1088.0011 5.0 1088.0116 6.0 1088.0222 5.0 1088.0327 10.0 1088.0432 5.0 1088.0537 7.0 1088.0643 12.0 1088.0748 5.0 1088.0853 4.0 1088.0958 11.0 1088.1063 6.0 1088.1169 10.0 1088.1274 10.0 1088.1379 17.0 1088.1484 7.0 1088.159 13.0 1088.1695 7.0 1088.18 5.0 1088.1905 3.0 1088.2011 9.0 1088.2116 10.0 1088.2221 12.0 1088.2326 17.0 1088.2431 19.0 1088.2537 11.0 1088.2642 6.0 1088.2747 7.0 1088.2852 9.0 1088.2958 9.0 1088.3063 5.0 1088.3168 4.0 1088.3273 3.0 1088.3379 5.0 1088.3484 2.0 1088.3589 3.0 1088.3694 7.0 1088.38 1.0 1088.3905 7.0 1088.401 2.0 1088.4115 5.0 1088.422 8.0 1088.4326 11.0 1088.4431 5.0 1088.4536 7.0 1088.4641 2.0 1088.4747 4.0 1088.4852 4.0 1088.4957 5.0 1088.5062 2.0 1088.5168 4.0 1088.5273 5.0 1088.5378 6.0 1088.5483 8.0 1088.5589 3.0 1088.5694 3.0 1088.5799 4.0 1088.5904 7.0 1088.601 7.0 1088.6115 3.0 1088.622 4.0 1088.6325 4.0 1088.6431 1.0 1088.6536 2.0 1088.6641 6.0 1088.6746 9.0 1088.6852 7.0 1088.6957 4.0 1088.7062 9.0 1088.7167 6.0 1088.7273 12.0 1088.7378 4.0 1088.7483 15.0 1088.7589 15.0 1088.7694 4.0 1088.7799 7.0 1088.7904 15.0 1088.801 4.0 1088.8115 5.0 1088.822 6.0 1088.8325 5.0 1088.8431 9.0 1088.8536 7.0 1088.8641 4.0 1088.8746 5.0 1088.8852 6.0 1088.8957 1.0 1088.9062 4.0 1088.9167 4.0 1088.9273 2.0 1088.9378 7.0 1088.9483 4.0 1088.9589 2.0 1088.9694 4.0 1088.9799 10.0 1088.9904 13.0 1089.001 10.0 1089.0115 11.0 1089.022 7.0 1089.0325 2.0 1089.0431 4.0 1089.0536 7.0 1089.0641 4.0 1089.0747 7.0 1089.0852 11.0 1089.0957 5.0 1089.1168 5.0 1089.1273 6.0 1089.1378 6.0 1089.1483 4.0 1089.1589 3.0 1089.1694 10.0 1089.1799 14.0 1089.1905 18.0 1089.201 15.0 1089.2115 14.0 1089.222 7.0 1089.2326 4.0 1089.2431 19.0 1089.2536 15.0 1089.2642 6.0 1089.2747 11.0 1089.2852 5.0 1089.2957 3.0 1089.3063 2.0 1089.3168 7.0 1089.3273 1.0 1089.3379 6.0 1089.3484 3.0 1089.3589 4.0 1089.3694 3.0 1089.38 6.0 1089.3905 10.0 1089.401 5.0 1089.4116 6.0 1089.4221 2.0 1089.4326 1.0 1089.4431 6.0 1089.4537 6.0 1089.4642 7.0 1089.4747 7.0 1089.4853 4.0 1089.4958 6.0 1089.5063 3.0 1089.5168 3.0 1089.5274 2.0 1089.5379 3.0 1089.5484 7.0 1089.559 8.0 1089.5695 14.0 1089.58 2.0 1089.5906 3.0 1089.6011 8.0 1089.6116 4.0 1089.6221 7.0 1089.6327 5.0 1089.6432 3.0 1089.6537 5.0 1089.6643 2.0 1089.6748 2.0 1089.6853 1.0 1089.6959 2.0 1089.7064 2.0 1089.7169 3.0 1089.7274 5.0 1089.738 7.0 1089.7485 3.0 1089.759 6.0 1089.7696 3.0 1089.7801 4.0 1089.7906 10.0 1089.8012 9.0 1089.8117 5.0 1089.8222 2.0 1089.8328 2.0 1089.8433 5.0 1089.8538 6.0 1089.8644 7.0 1089.8749 3.0 1089.8854 5.0 1089.8959 10.0 1089.9065 21.0 1089.917 9.0 1089.9275 3.0 1089.9381 4.0 1089.9486 10.0 1089.9591 15.0 1089.9697 10.0 1089.9802 8.0 1089.9907 11.0 1090.0013 3.0 1090.0118 3.0 1090.0223 8.0 1090.0329 18.0 1090.0434 7.0 1090.0539 2.0 1090.0645 6.0 1090.075 9.0 1090.0855 3.0 1090.0961 8.0 1090.1066 5.0 1090.1171 3.0 1090.1276 5.0 1090.1382 4.0 1090.1487 7.0 1090.1592 11.0 1090.1698 4.0 1090.1803 8.0 1090.1908 14.0 1090.2014 12.0 1090.2119 9.0 1090.2224 8.0 1090.233 12.0 1090.2435 18.0 1090.254 8.0 1090.2646 4.0 1090.2751 4.0 1090.2856 2.0 1090.2962 4.0 1090.3067 2.0 1090.3172 9.0 1090.3278 3.0 1090.3383 4.0 1090.3488 3.0 1090.3594 1.0 1090.3699 2.0 1090.3804 5.0 1090.391 7.0 1090.4015 8.0 1090.412 5.0 1090.4226 11.0 1090.4331 9.0 1090.4436 8.0 1090.4542 13.0 1090.4647 10.0 1090.4753 8.0 1090.4858 14.0 1090.4963 13.0 1090.5069 5.0 1090.5174 10.0 1090.5279 5.0 1090.5385 5.0 1090.549 4.0 1090.5595 10.0 1090.5701 3.0 1090.5806 3.0 1090.5911 3.0 1090.6017 5.0 1090.6122 3.0 1090.6227 7.0 1090.6333 7.0 1090.6438 3.0 1090.6543 3.0 1090.6754 3.0 1090.6859 6.0 1090.6965 6.0 1090.707 3.0 1090.7176 2.0 1090.7281 4.0 1090.7386 3.0 1090.7492 4.0 1090.7597 3.0 1090.7702 5.0 1090.7808 5.0 1090.7913 12.0 1090.8018 13.0 1090.8124 4.0 1090.8229 8.0 1090.8334 5.0 1090.844 6.0 1090.8545 6.0 1090.8651 7.0 1090.8756 3.0 1090.8861 6.0 1090.8967 4.0 1090.9072 4.0 1090.9177 8.0 1090.9283 3.0 1090.9388 2.0 1090.9493 3.0 1090.9599 4.0 1090.9704 6.0 1090.981 4.0 1090.9915 6.0 1091.002 1.0 1091.0126 4.0 1091.0231 6.0 1091.0336 4.0 1091.0442 8.0 1091.0547 3.0 1091.0652 4.0 1091.0758 7.0 1091.0863 11.0 1091.0969 7.0 1091.1074 7.0 1091.1179 6.0 1091.1285 11.0 1091.139 8.0 1091.1495 7.0 1091.1601 16.0 1091.1706 10.0 1091.1812 9.0 1091.1917 10.0 1091.2022 6.0 1091.2128 12.0 1091.2233 9.0 1091.2338 14.0 1091.2444 14.0 1091.2549 8.0 1091.2655 13.0 1091.276 9.0 1091.2865 10.0 1091.2971 4.0 1091.3076 6.0 1091.3182 4.0 1091.3287 6.0 1091.3392 9.0 1091.3498 6.0 1091.3603 5.0 1091.3708 7.0 1091.3814 4.0 1091.3919 4.0 1091.4025 5.0 1091.413 14.0 1091.4235 11.0 1091.4341 4.0 1091.4446 8.0 1091.4552 4.0 1091.4657 5.0 1091.4762 13.0 1091.4868 5.0 1091.4973 4.0 1091.5079 7.0 1091.5184 4.0 1091.5289 1.0 1091.5395 3.0 1091.55 4.0 1091.5605 4.0 1091.5711 2.0 1091.5816 14.0 1091.5922 6.0 1091.6027 6.0 1091.6132 2.0 1091.6238 8.0 1091.6343 1.0 1091.6449 2.0 1091.6554 5.0 1091.6659 5.0 1091.687 4.0 1091.6976 4.0 1091.7081 5.0 1091.7186 5.0 1091.7292 8.0 1091.7397 7.0 1091.7503 5.0 1091.7608 6.0 1091.7713 5.0 1091.7819 10.0 1091.7924 5.0 1091.803 12.0 1091.8135 5.0 1091.8241 5.0 1091.8346 1.0 1091.8451 4.0 1091.8557 12.0 1091.8662 4.0 1091.8768 6.0 1091.8873 5.0 1091.8978 6.0 1091.9084 3.0 1091.9189 4.0 1091.9295 2.0 1091.94 1.0 1091.9505 5.0 1091.9611 7.0 1091.9716 5.0 1091.9822 4.0 1091.9927 6.0 1092.0033 3.0 1092.0138 3.0 1092.0243 3.0 1092.0349 2.0 1092.0454 2.0 1092.056 7.0 1092.0665 6.0 1092.077 8.0 1092.0876 10.0 1092.0981 10.0 1092.1087 8.0 1092.1192 6.0 1092.1298 7.0 1092.1403 10.0 1092.1508 11.0 1092.1614 15.0 1092.1719 10.0 1092.1825 19.0 1092.193 7.0 1092.2036 2.0 1092.2141 13.0 1092.2246 9.0 1092.2352 3.0 1092.2457 4.0 1092.2563 6.0 1092.2774 2.0 1092.2879 7.0 1092.2984 4.0 1092.309 3.0 1092.3195 12.0 1092.3301 13.0 1092.3406 7.0 1092.3512 7.0 1092.3617 8.0 1092.3722 2.0 1092.3828 5.0 1092.3933 10.0 1092.4039 5.0 1092.4144 7.0 1092.425 12.0 1092.4355 5.0 1092.446 1.0 1092.4566 6.0 1092.4671 8.0 1092.4777 9.0 1092.4882 6.0 1092.4988 4.0 1092.5093 6.0 1092.5199 11.0 1092.5304 6.0 1092.5409 10.0 1092.5515 12.0 1092.562 10.0 1092.5726 4.0 1092.5831 1.0 1092.5937 7.0 1092.6042 1.0 1092.6148 5.0 1092.6253 2.0 1092.6358 4.0 1092.6464 1.0 1092.6569 4.0 1092.6675 4.0 1092.678 3.0 1092.6886 7.0 1092.6991 7.0 1092.7097 4.0 1092.7202 8.0 1092.7307 14.0 1092.7413 14.0 1092.7518 9.0 1092.7624 3.0 1092.7729 15.0 1092.7835 16.0 1092.794 9.0 1092.8046 6.0 1092.8151 2.0 1092.8257 3.0 1092.8362 1.0 1092.8467 9.0 1092.8573 14.0 1092.8678 12.0 1092.8784 6.0 1092.8889 5.0 1092.8995 5.0 1092.91 4.0 1092.9206 8.0 1092.9311 5.0 1092.9417 2.0 1092.9522 5.0 1092.9628 8.0 1092.9733 4.0 1092.9838 11.0 1092.9944 17.0 1093.0049 10.0 1093.0155 3.0 1093.026 9.0 1093.0366 6.0 1093.0471 6.0 1093.0577 6.0 1093.0682 17.0 1093.0788 14.0 1093.0893 7.0 1093.0999 9.0 1093.1104 10.0 1093.121 8.0 1093.1315 6.0 1093.1421 2.0 1093.1526 6.0 1093.1631 7.0 1093.1737 6.0 1093.1842 4.0 1093.1948 8.0 1093.2053 17.0 1093.2159 15.0 1093.2264 9.0 1093.237 6.0 1093.2475 4.0 1093.2581 7.0 1093.2686 8.0 1093.2792 12.0 1093.2897 8.0 1093.3003 3.0 1093.3108 7.0 1093.3214 10.0 1093.3319 6.0 1093.3425 3.0 1093.353 6.0 1093.3636 16.0 1093.3741 4.0 1093.3846 4.0 1093.3952 4.0 1093.4057 4.0 1093.4163 8.0 1093.4374 2.0 1093.4479 2.0 1093.4585 4.0 1093.469 6.0 1093.4796 3.0 1093.4901 4.0 1093.5007 7.0 1093.5112 5.0 1093.5218 2.0 1093.5323 3.0 1093.5429 10.0 1093.5534 11.0 1093.564 8.0 1093.5745 7.0 1093.5851 6.0 1093.5956 5.0 1093.6062 4.0 1093.6167 9.0 1093.6273 4.0 1093.6378 11.0 1093.6484 3.0 1093.6589 8.0 1093.6695 10.0 1093.68 8.0 1093.6906 3.0 1093.7011 5.0 1093.7117 5.0 1093.7222 6.0 1093.7328 10.0 1093.7433 6.0 1093.7539 4.0 1093.7644 1.0 1093.775 3.0 1093.7855 6.0 1093.7961 2.0 1093.8066 4.0 1093.8172 4.0 1093.8277 7.0 1093.8383 4.0 1093.8488 3.0 1093.8594 4.0 1093.8699 2.0 1093.8805 7.0 1093.891 8.0 1093.9016 9.0 1093.9121 4.0 1093.9227 7.0 1093.9332 4.0 1093.9438 3.0 1093.9543 2.0 1093.9649 6.0 1093.9754 2.0 1093.986 3.0 1093.9965 6.0 1094.0071 4.0 1094.0176 3.0 1094.0282 7.0 1094.0387 5.0 1094.0493 6.0 1094.0598 6.0 1094.0704 7.0 1094.081 6.0 1094.0915 3.0 1094.1021 2.0 1094.1126 3.0 1094.1232 3.0 1094.1337 5.0 1094.1443 9.0 1094.1548 9.0 1094.1654 7.0 1094.1759 6.0 1094.1865 23.0 1094.197 16.0 1094.2076 7.0 1094.2181 10.0 1094.2287 6.0 1094.2392 15.0 1094.2498 9.0 1094.2603 7.0 1094.2709 6.0 1094.2814 7.0 1094.292 7.0 1094.3026 2.0 1094.3131 4.0 1094.3237 3.0 1094.3342 2.0 1094.3448 2.0 1094.3553 8.0 1094.3659 7.0 1094.3764 3.0 1094.387 3.0 1094.3975 3.0 1094.4081 3.0 1094.4186 2.0 1094.4292 3.0 1094.4397 6.0 1094.4503 5.0 1094.4608 5.0 1094.4714 3.0 1094.482 7.0 1094.4925 5.0 1094.5031 6.0 1094.5136 4.0 1094.5242 5.0 1094.5347 9.0 1094.5453 8.0 1094.5558 7.0 1094.5664 15.0 1094.5769 15.0 1094.5875 11.0 1094.598 15.0 1094.6086 3.0 1094.6192 3.0 1094.6297 8.0 1094.6403 3.0 1094.6508 3.0 1094.6614 6.0 1094.6719 2.0 1094.6825 5.0 1094.693 9.0 1094.7036 14.0 1094.7141 11.0 1094.7247 1.0 1094.7353 7.0 1094.7458 9.0 1094.7564 6.0 1094.7669 3.0 1094.7775 7.0 1094.788 16.0 1094.7986 9.0 1094.8091 1.0 1094.8197 2.0 1094.8303 7.0 1094.8408 5.0 1094.8514 7.0 1094.8619 9.0 1094.8725 8.0 1094.883 3.0 1094.8936 2.0 1094.9041 5.0 1094.9147 5.0 1094.9253 7.0 1094.9358 15.0 1094.9464 3.0 1094.9569 5.0 1094.9675 3.0 1094.978 8.0 1094.9886 9.0 1094.9991 7.0 1095.0097 7.0 1095.0203 2.0 1095.0308 3.0 1095.0414 3.0 1095.0519 6.0 1095.0625 8.0 1095.073 11.0 1095.0836 15.0 1095.0942 24.0 1095.1047 16.0 1095.1153 11.0 1095.1258 12.0 1095.1364 7.0 1095.1469 11.0 1095.1575 6.0 1095.1681 5.0 1095.1786 4.0 1095.1892 2.0 1095.1997 3.0 1095.2103 5.0 1095.2208 17.0 1095.2314 8.0 1095.242 6.0 1095.2525 5.0 1095.2631 12.0 1095.2736 5.0 1095.2842 5.0 1095.2947 8.0 1095.3053 8.0 1095.3159 4.0 1095.3264 7.0 1095.337 11.0 1095.3475 7.0 1095.3581 4.0 1095.3686 9.0 1095.3792 10.0 1095.3898 15.0 1095.4003 3.0 1095.4109 1.0 1095.4214 2.0 1095.432 11.0 1095.4426 5.0 1095.4531 3.0 1095.4637 8.0 1095.4742 6.0 1095.4848 3.0 1095.4953 1.0 1095.5059 5.0 1095.5165 6.0 1095.527 7.0 1095.5376 6.0 1095.5481 4.0 1095.5587 4.0 1095.5693 1.0 1095.5798 3.0 1095.5904 7.0 1095.6009 16.0 1095.6115 16.0 1095.6221 6.0 1095.6326 8.0 1095.6432 6.0 1095.6537 4.0 1095.6643 12.0 1095.6748 6.0 1095.6854 7.0 1095.696 4.0 1095.7065 5.0 1095.7171 3.0 1095.7276 5.0 1095.7382 3.0 1095.7488 1.0 1095.7593 4.0 1095.7699 6.0 1095.7804 1.0 1095.791 9.0 1095.8016 3.0 1095.8121 5.0 1095.8227 2.0 1095.8332 12.0 1095.8438 11.0 1095.8544 3.0 1095.8649 5.0 1095.8755 8.0 1095.886 5.0 1095.8966 11.0 1095.9072 3.0 1095.9177 14.0 1095.9283 7.0 1095.9389 5.0 1095.9494 6.0 1095.96 5.0 1095.9705 5.0 1095.9811 2.0 1095.9917 2.0 1096.0022 6.0 1096.0128 16.0 1096.0233 15.0 1096.0339 9.0 1096.0445 3.0 1096.055 3.0 1096.0656 6.0 1096.0761 7.0 1096.0867 16.0 1096.0973 8.0 1096.1078 6.0 1096.1184 3.0 1096.129 4.0 1096.1395 14.0 1096.1501 15.0 1096.1606 14.0 1096.1712 13.0 1096.1818 12.0 1096.1923 5.0 1096.2029 10.0 1096.2134 10.0 1096.224 24.0 1096.2346 22.0 1096.2451 13.0 1096.2557 6.0 1096.2663 10.0 1096.2768 15.0 1096.2874 12.0 1096.2979 7.0 1096.3085 3.0 1096.3191 6.0 1096.3296 5.0 1096.3402 10.0 1096.3508 6.0 1096.3613 6.0 1096.3719 4.0 1096.3824 11.0 1096.393 11.0 1096.4141 1.0 1096.4247 5.0 1096.4353 2.0 1096.4458 7.0 1096.4564 2.0 1096.467 3.0 1096.4775 4.0 1096.4881 13.0 1096.4986 14.0 1096.5092 10.0 1096.5198 6.0 1096.5303 2.0 1096.5409 7.0 1096.5515 7.0 1096.562 6.0 1096.5726 4.0 1096.5832 4.0 1096.5937 4.0 1096.6043 5.0 1096.6148 2.0 1096.6254 5.0 1096.636 7.0 1096.6465 7.0 1096.6571 9.0 1096.6677 5.0 1096.6782 3.0 1096.6888 4.0 1096.6994 5.0 1096.7099 1.0 1096.7205 4.0 1096.7311 3.0 1096.7416 4.0 1096.7522 3.0 1096.7627 4.0 1096.7733 4.0 1096.7839 4.0 1096.7944 4.0 1096.805 2.0 1096.8156 7.0 1096.8261 4.0 1096.8367 7.0 1096.8473 6.0 1096.8578 6.0 1096.8684 5.0 1096.879 6.0 1096.8895 8.0 1096.9001 4.0 1096.9107 4.0 1096.9212 3.0 1096.9318 2.0 1096.9424 4.0 1096.9529 5.0 1096.9635 3.0 1096.9741 10.0 1096.9846 8.0 1096.9952 6.0 1097.0057 6.0 1097.0163 5.0 1097.0374 5.0 1097.048 3.0 1097.0586 7.0 1097.0691 9.0 1097.0797 8.0 1097.0903 17.0 1097.1008 12.0 1097.1114 13.0 1097.122 10.0 1097.1325 4.0 1097.1431 5.0 1097.1537 10.0 1097.1642 9.0 1097.1748 6.0 1097.1854 11.0 1097.1959 13.0 1097.2065 10.0 1097.2171 9.0 1097.2276 17.0 1097.2382 25.0 1097.2488 19.0 1097.2593 1.0 1097.2699 3.0 1097.2805 5.0 1097.291 6.0 1097.3016 9.0 1097.3122 10.0 1097.3228 11.0 1097.3333 16.0 1097.3439 4.0 1097.3545 1.0 1097.365 5.0 1097.3862 4.0 1097.3967 2.0 1097.4073 4.0 1097.4179 9.0 1097.4284 9.0 1097.439 2.0 1097.4496 3.0 1097.4601 10.0 1097.4707 11.0 1097.4813 6.0 1097.4918 5.0 1097.5024 5.0 1097.513 6.0 1097.5235 6.0 1097.5341 3.0 1097.5447 7.0 1097.5552 10.0 1097.5658 6.0 1097.5764 8.0 1097.587 5.0 1097.5975 3.0 1097.6081 5.0 1097.6187 7.0 1097.6292 7.0 1097.6398 5.0 1097.6504 5.0 1097.6609 3.0 1097.6715 4.0 1097.6821 2.0 1097.6926 5.0 1097.7032 6.0 1097.7138 9.0 1097.7244 3.0 1097.7349 6.0 1097.7455 4.0 1097.7561 2.0 1097.7666 7.0 1097.7772 4.0 1097.7878 4.0 1097.7983 5.0 1097.8089 2.0 1097.8195 3.0 1097.83 1.0 1097.8406 5.0 1097.8512 6.0 1097.8618 7.0 1097.8723 7.0 1097.8829 4.0 1097.8935 3.0 1097.904 2.0 1097.9146 5.0 1097.9252 3.0 1097.9357 3.0 1097.9463 3.0 1097.9569 3.0 1097.9675 2.0 1097.978 3.0 1097.9886 2.0 1097.9992 8.0 1098.0097 6.0 1098.0203 3.0 1098.0309 2.0 1098.0415 2.0 1098.052 11.0 1098.0626 11.0 1098.0732 4.0 1098.0837 9.0 1098.0943 16.0 1098.1049 8.0 1098.1155 8.0 1098.126 7.0 1098.1366 15.0 1098.1472 13.0 1098.1577 7.0 1098.1683 9.0 1098.1789 8.0 1098.1895 2.0 1098.2 2.0 1098.2106 3.0 1098.2212 9.0 1098.2317 12.0 1098.2423 10.0 1098.2529 2.0 1098.2635 7.0 1098.274 7.0 1098.2846 7.0 1098.2952 2.0 1098.3057 5.0 1098.3163 6.0 1098.3269 3.0 1098.3375 6.0 1098.348 5.0 1098.3586 6.0 1098.3692 6.0 1098.3798 2.0 1098.3903 3.0 1098.4009 6.0 1098.4115 8.0 1098.422 13.0 1098.4326 6.0 1098.4432 10.0 1098.4538 17.0 1098.4643 8.0 1098.4749 3.0 1098.4855 3.0 1098.4961 1.0 1098.5066 8.0 1098.5172 5.0 1098.5278 10.0 1098.5383 10.0 1098.5489 3.0 1098.5595 8.0 1098.5701 10.0 1098.5806 10.0 1098.5912 2.0 1098.6018 6.0 1098.6124 9.0 1098.6229 7.0 1098.6335 5.0 1098.6441 5.0 1098.6547 5.0 1098.6652 6.0 1098.6758 3.0 1098.6864 5.0 1098.697 7.0 1098.7075 4.0 1098.7181 12.0 1098.7287 3.0 1098.7392 8.0 1098.7498 2.0 1098.7604 1.0 1098.771 1.0 1098.7815 3.0 1098.7921 5.0 1098.8027 11.0 1098.8133 9.0 1098.8238 5.0 1098.8344 3.0 1098.845 4.0 1098.8556 9.0 1098.8661 3.0 1098.8767 3.0 1098.8873 8.0 1098.8979 7.0 1098.9084 5.0 1098.919 4.0 1098.9296 2.0 1098.9402 1.0 1098.9507 2.0 1098.9613 5.0 1098.9719 2.0 1098.9825 3.0 1098.993 2.0 1099.0036 8.0 1099.0142 4.0 1099.0248 4.0 1099.0354 5.0 1099.0459 12.0 1099.0565 1.0 1099.0671 3.0 1099.0777 9.0 1099.0882 16.0 1099.0988 11.0 1099.1094 20.0 1099.12 15.0 1099.1305 5.0 1099.1411 8.0 1099.1517 17.0 1099.1623 5.0 1099.1728 4.0 1099.1834 14.0 1099.194 17.0 1099.2046 10.0 1099.2151 7.0 1099.2257 9.0 1099.2363 9.0 1099.2469 7.0 1099.2575 13.0 1099.268 7.0 1099.2786 6.0 1099.2892 3.0 1099.2998 8.0 1099.3103 13.0 1099.3209 2.0 1099.3315 7.0 1099.3421 4.0 1099.3526 6.0 1099.3632 6.0 1099.3738 5.0 1099.3844 7.0 1099.395 6.0 1099.4055 7.0 1099.4161 4.0 1099.4267 4.0 1099.4373 10.0 1099.4478 10.0 1099.4584 3.0 1099.469 5.0 1099.4796 12.0 1099.4902 9.0 1099.5007 6.0 1099.5113 10.0 1099.5219 11.0 1099.5325 10.0 1099.543 6.0 1099.5536 4.0 1099.5642 2.0 1099.5748 16.0 1099.5854 2.0 1099.5959 8.0 1099.6065 13.0 1099.6171 9.0 1099.6277 4.0 1099.6383 7.0 1099.6488 5.0 1099.6594 5.0 1099.67 2.0 1099.6806 4.0 1099.6911 7.0 1099.7017 5.0 1099.7123 4.0 1099.7229 7.0 1099.7335 7.0 1099.744 6.0 1099.7546 5.0 1099.7652 10.0 1099.7758 9.0 1099.7864 7.0 1099.7969 7.0 1099.8075 8.0 1099.8181 4.0 1099.8287 7.0 1099.8393 10.0 1099.8498 6.0 1099.8604 5.0 1099.871 9.0 1099.8816 4.0 1099.8922 2.0 1099.9027 9.0 1099.9133 3.0 1099.9239 6.0 1099.9345 7.0 1099.9451 5.0 1099.9556 2.0 1099.9768 11.0 1099.9874 10.0 1099.998 5.0 1100.0085 2.0 1100.0191 6.0 1100.0297 4.0 1100.0403 6.0 1100.0509 6.0 1100.0614 3.0 1100.072 6.0 1100.0826 13.0 1100.0932 7.0 1100.1038 8.0 1100.1143 6.0 1100.1249 5.0 1100.1355 2.0 1100.1461 6.0 1100.1567 4.0 1100.1672 7.0 1100.1778 6.0 1100.1884 9.0 1100.199 9.0 1100.2096 15.0 1100.2202 5.0 1100.2307 2.0 1100.2413 7.0 1100.2519 15.0 1100.2625 8.0 1100.2731 4.0 1100.2836 12.0 1100.2942 7.0 1100.3048 4.0 1100.3154 3.0 1100.326 10.0 1100.3366 11.0 1100.3471 4.0 1100.3577 3.0 1100.3683 5.0 1100.3895 4.0 1100.4 3.0 1100.4106 4.0 1100.4212 8.0 1100.4318 9.0 1100.4424 14.0 1100.453 5.0 1100.4635 3.0 1100.4741 5.0 1100.4847 6.0 1100.4953 1.0 1100.5059 9.0 1100.5165 6.0 1100.527 5.0 1100.5376 4.0 1100.5482 6.0 1100.5588 3.0 1100.5694 7.0 1100.58 16.0 1100.5905 16.0 1100.6011 8.0 1100.6117 10.0 1100.6223 5.0 1100.6329 9.0 1100.6435 2.0 1100.654 6.0 1100.6646 5.0 1100.6752 8.0 1100.6858 10.0 1100.6964 13.0 1100.707 7.0 1100.7175 3.0 1100.7281 7.0 1100.7387 3.0 1100.7493 3.0 1100.7599 8.0 1100.7705 5.0 1100.781 4.0 1100.7916 5.0 1100.8022 8.0 1100.8128 7.0 1100.8234 1.0 1100.834 4.0 1100.8446 21.0 1100.8551 14.0 1100.8657 11.0 1100.8763 2.0 1100.8869 3.0 1100.8975 3.0 1100.9081 4.0 1100.9186 5.0 1100.9292 8.0 1100.9398 3.0 1100.9504 5.0 1100.961 5.0 1100.9716 5.0 1100.9822 8.0 1100.9927 6.0 1101.0033 3.0 1101.0139 3.0 1101.0245 5.0 1101.0351 12.0 1101.0457 7.0 1101.0563 5.0 1101.0668 1.0 1101.0774 1.0 1101.088 3.0 1101.0986 8.0 1101.1092 3.0 1101.1198 5.0 1101.1304 8.0 1101.1409 13.0 1101.1515 10.0 1101.1621 8.0 1101.1727 7.0 1101.1833 11.0 1101.1939 11.0 1101.2045 6.0 1101.215 16.0 1101.2256 8.0 1101.2362 5.0 1101.2468 2.0 1101.2574 2.0 1101.268 1.0 1101.2786 4.0 1101.2891 7.0 1101.2997 9.0 1101.3103 6.0 1101.3209 2.0 1101.3315 3.0 1101.3421 3.0 1101.3527 5.0 1101.3633 3.0 1101.3738 10.0 1101.3844 5.0 1101.395 14.0 1101.4056 4.0 1101.4162 5.0 1101.4268 8.0 1101.4374 14.0 1101.448 2.0 1101.4585 2.0 1101.4691 4.0 1101.4797 2.0 1101.4903 7.0 1101.5009 5.0 1101.5221 6.0 1101.5327 2.0 1101.5432 3.0 1101.5538 7.0 1101.5644 6.0 1101.575 7.0 1101.5856 6.0 1101.5962 4.0 1101.6068 5.0 1101.6174 3.0 1101.6279 1.0 1101.6385 2.0 1101.6597 7.0 1101.6703 7.0 1101.6809 4.0 1101.6915 5.0 1101.7021 7.0 1101.7127 9.0 1101.7232 4.0 1101.7338 6.0 1101.7444 6.0 1101.755 5.0 1101.7656 6.0 1101.7762 3.0 1101.7868 6.0 1101.7974 3.0 1101.808 5.0 1101.8185 5.0 1101.8291 7.0 1101.8397 3.0 1101.8503 13.0 1101.8609 15.0 1101.8715 9.0 1101.8821 7.0 1101.8927 3.0 1101.9033 5.0 1101.9138 3.0 1101.9244 4.0 1101.935 7.0 1101.9456 1.0 1101.9562 3.0 1101.9668 11.0 1101.9774 8.0 1101.988 6.0 1101.9986 6.0 1102.0092 9.0 1102.0197 2.0 1102.0303 7.0 1102.0409 4.0 1102.0515 2.0 1102.0621 2.0 1102.0727 4.0 1102.0833 3.0 1102.0939 4.0 1102.1045 2.0 1102.1151 9.0 1102.1257 7.0 1102.1362 14.0 1102.1468 7.0 1102.1574 7.0 1102.168 4.0 1102.1786 7.0 1102.1892 13.0 1102.1998 23.0 1102.2104 8.0 1102.221 4.0 1102.2316 7.0 1102.2422 4.0 1102.2527 9.0 1102.2633 12.0 1102.2739 8.0 1102.2845 4.0 1102.2951 4.0 1102.3057 5.0 1102.3163 6.0 1102.3269 3.0 1102.3375 5.0 1102.3481 13.0 1102.3587 15.0 1102.3693 6.0 1102.3798 6.0 1102.3904 5.0 1102.401 2.0 1102.4116 6.0 1102.4222 6.0 1102.4328 11.0 1102.4434 16.0 1102.454 13.0 1102.4646 15.0 1102.4752 8.0 1102.4858 8.0 1102.4964 2.0 1102.5175 2.0 1102.5281 3.0 1102.5387 2.0 1102.5493 9.0 1102.5599 9.0 1102.5705 8.0 1102.5811 3.0 1102.5917 3.0 1102.6023 6.0 1102.6129 6.0 1102.6235 5.0 1102.6341 2.0 1102.6447 10.0 1102.6553 2.0 1102.6658 5.0 1102.6764 8.0 1102.687 5.0 1102.6976 9.0 1102.7082 11.0 1102.7188 6.0 1102.7294 6.0 1102.74 6.0 1102.7506 4.0 1102.7612 3.0 1102.7718 9.0 1102.7824 8.0 1102.793 17.0 1102.8036 14.0 1102.8142 6.0 1102.8248 12.0 1102.8353 12.0 1102.8459 10.0 1102.8565 7.0 1102.8671 3.0 1102.8777 5.0 1102.8883 6.0 1102.8989 7.0 1102.9095 3.0 1102.9201 4.0 1102.9307 4.0 1102.9413 10.0 1102.9519 6.0 1102.9625 8.0 1102.9731 5.0 1102.9837 4.0 1102.9943 9.0 1103.0049 11.0 1103.0155 1.0 1103.026 2.0 1103.0366 5.0 1103.0472 3.0 1103.0578 5.0 1103.0684 3.0 1103.079 2.0 1103.0896 3.0 1103.1002 9.0 1103.1108 6.0 1103.1214 3.0 1103.132 6.0 1103.1426 5.0 1103.1532 11.0 1103.1638 5.0 1103.1744 6.0 1103.185 13.0 1103.1956 9.0 1103.2062 4.0 1103.2168 6.0 1103.2274 3.0 1103.238 7.0 1103.2486 3.0 1103.2592 5.0 1103.2697 4.0 1103.2803 4.0 1103.2909 2.0 1103.3015 9.0 1103.3121 10.0 1103.3227 7.0 1103.3333 4.0 1103.3439 5.0 1103.3545 2.0 1103.3651 7.0 1103.3757 6.0 1103.3863 5.0 1103.3969 8.0 1103.4075 11.0 1103.4181 3.0 1103.4287 7.0 1103.4393 11.0 1103.4499 4.0 1103.4605 3.0 1103.4711 7.0 1103.4817 16.0 1103.4923 11.0 1103.5029 3.0 1103.5135 6.0 1103.5241 5.0 1103.5347 8.0 1103.5453 13.0 1103.5559 9.0 1103.5665 4.0 1103.5877 4.0 1103.5983 5.0 1103.6089 3.0 1103.6195 4.0 1103.63 9.0 1103.6406 6.0 1103.6512 3.0 1103.6618 3.0 1103.6724 5.0 1103.683 2.0 1103.6936 6.0 1103.7042 2.0 1103.7148 3.0 1103.7254 2.0 1103.736 3.0 1103.7466 7.0 1103.7572 16.0 1103.7678 12.0 1103.789 5.0 1103.7996 2.0 1103.8102 3.0 1103.8208 6.0 1103.8314 9.0 1103.842 2.0 1103.8526 3.0 1103.8632 4.0 1103.8738 6.0 1103.8844 6.0 1103.895 11.0 1103.9056 21.0 1103.9162 19.0 1103.9268 7.0 1103.9374 11.0 1103.948 8.0 1103.9586 6.0 1103.9692 6.0 1103.9798 3.0 1103.9904 8.0 1104.001 5.0 1104.0116 2.0 1104.0222 7.0 1104.0328 9.0 1104.0434 13.0 1104.054 2.0 1104.0646 6.0 1104.0752 5.0 1104.0858 7.0 1104.0964 7.0 1104.107 5.0 1104.1282 8.0 1104.1388 13.0 1104.1494 18.0 1104.16 21.0 1104.1706 8.0 1104.1812 18.0 1104.1918 9.0 1104.2024 5.0 1104.213 10.0 1104.2236 8.0 1104.2342 9.0 1104.2448 12.0 1104.2554 11.0 1104.266 5.0 1104.2766 5.0 1104.2872 3.0 1104.2978 8.0 1104.3084 15.0 1104.319 17.0 1104.3296 17.0 1104.3402 12.0 1104.3508 18.0 1104.3614 12.0 1104.372 3.0 1104.3826 4.0 1104.3932 4.0 1104.4038 3.0 1104.4144 5.0 1104.425 3.0 1104.4356 4.0 1104.4462 8.0 1104.4568 15.0 1104.4674 4.0 1104.4781 4.0 1104.4887 6.0 1104.4993 11.0 1104.5099 5.0 1104.5205 4.0 1104.5311 2.0 1104.5417 1.0 1104.5523 10.0 1104.5629 7.0 1104.5735 7.0 1104.5841 3.0 1104.5947 2.0 1104.6053 8.0 1104.6159 1.0 1104.6265 5.0 1104.6371 3.0 1104.6477 6.0 1104.6583 11.0 1104.6689 12.0 1104.6795 3.0 1104.6901 1.0 1104.7007 3.0 1104.7113 1.0 1104.7219 5.0 1104.7325 7.0 1104.7431 3.0 1104.7537 9.0 1104.7643 5.0 1104.7749 8.0 1104.7855 8.0 1104.7961 21.0 1104.8067 11.0 1104.8173 3.0 1104.8279 15.0 1104.8386 6.0 1104.8492 3.0 1104.8598 3.0 1104.8704 1.0 1104.881 7.0 1104.8916 6.0 1104.9022 6.0 1104.9128 3.0 1104.9234 2.0 1104.934 4.0 1104.9446 12.0 1104.9552 13.0 1104.9658 5.0 1104.9764 5.0 1104.987 7.0 1104.9976 7.0 1105.0082 2.0 1105.0188 4.0 1105.0294 6.0 1105.04 9.0 1105.0506 3.0 1105.0612 8.0 1105.0718 6.0 1105.0825 7.0 1105.0931 3.0 1105.1037 11.0 1105.1143 13.0 1105.1249 1.0 1105.1355 9.0 1105.1461 11.0 1105.1567 6.0 1105.1673 8.0 1105.1779 9.0 1105.1885 18.0 1105.1991 16.0 1105.2097 24.0 1105.2203 18.0 1105.2309 4.0 1105.2415 9.0 1105.2521 8.0 1105.2627 11.0 1105.2733 12.0 1105.284 3.0 1105.2946 11.0 1105.3052 15.0 1105.3158 8.0 1105.3264 4.0 1105.337 6.0 1105.3476 2.0 1105.3582 4.0 1105.3688 1.0 1105.3794 6.0 1105.39 2.0 1105.4006 4.0 1105.4112 9.0 1105.4218 10.0 1105.4324 4.0 1105.4431 1.0 1105.4537 2.0 1105.4643 6.0 1105.4749 9.0 1105.4855 4.0 1105.4961 8.0 1105.5067 9.0 1105.5173 6.0 1105.5279 3.0 1105.5385 6.0 1105.5491 14.0 1105.5597 13.0 1105.5703 15.0 1105.5809 11.0 1105.5916 9.0 1105.6022 9.0 1105.6128 10.0 1105.6234 10.0 1105.634 9.0 1105.6446 5.0 1105.6552 1.0 1105.6658 7.0 1105.6764 9.0 1105.687 5.0 1105.6976 5.0 1105.7082 10.0 1105.7188 7.0 1105.7295 6.0 1105.7401 4.0 1105.7507 8.0 1105.7613 3.0 1105.7719 10.0 1105.7825 17.0 1105.7931 8.0 1105.8037 11.0 1105.8143 4.0 1105.8249 13.0 1105.8355 21.0 1105.8461 22.0 1105.8568 17.0 1105.8674 11.0 1105.878 8.0 1105.8886 4.0 1105.8992 5.0 1105.9098 4.0 1105.9204 2.0 1105.931 2.0 1105.9416 6.0 1105.9522 5.0 1105.9628 4.0 1105.9735 4.0 1105.9841 9.0 1105.9947 9.0 1106.0053 10.0 1106.0159 8.0 1106.0265 18.0 1106.0371 9.0 1106.0477 10.0 1106.0583 3.0 1106.0689 5.0 1106.0795 1.0 1106.0902 11.0 1106.1008 6.0 1106.1114 7.0 1106.122 4.0 1106.1326 2.0 1106.1432 5.0 1106.1538 16.0 1106.1644 13.0 1106.175 10.0 1106.1856 4.0 1106.1963 8.0 1106.2069 14.0 1106.2175 10.0 1106.2281 6.0 1106.2493 6.0 1106.2599 3.0 1106.2705 5.0 1106.2811 3.0 1106.2918 5.0 1106.3024 6.0 1106.313 7.0 1106.3236 5.0 1106.3448 4.0 1106.3554 6.0 1106.366 6.0 1106.3766 13.0 1106.3873 6.0 1106.3979 3.0 1106.4085 5.0 1106.4191 5.0 1106.4297 9.0 1106.4509 7.0 1106.4615 6.0 1106.4721 4.0 1106.4828 5.0 1106.4934 4.0 1106.504 6.0 1106.5146 1.0 1106.5252 6.0 1106.5358 2.0 1106.5464 3.0 1106.557 2.0 1106.5677 5.0 1106.5783 5.0 1106.5889 11.0 1106.5995 4.0 1106.6101 10.0 1106.6207 2.0 1106.6313 14.0 1106.6419 10.0 1106.6526 11.0 1106.6632 10.0 1106.6738 8.0 1106.6844 5.0 1106.695 3.0 1106.7056 4.0 1106.7162 11.0 1106.7268 9.0 1106.7375 12.0 1106.7481 5.0 1106.7587 8.0 1106.7693 10.0 1106.7799 12.0 1106.7905 7.0 1106.8011 5.0 1106.8117 6.0 1106.8224 4.0 1106.833 5.0 1106.8436 6.0 1106.8542 6.0 1106.8648 8.0 1106.8754 4.0 1106.886 5.0 1106.8967 11.0 1106.9073 3.0 1106.9179 5.0 1106.9285 5.0 1106.9391 7.0 1106.9497 1.0 1106.9603 2.0 1106.971 3.0 1106.9816 5.0 1106.9922 7.0 1107.0028 6.0 1107.0134 8.0 1107.024 5.0 1107.0346 10.0 1107.0453 4.0 1107.0559 4.0 1107.0665 6.0 1107.0771 14.0 1107.0877 19.0 1107.0983 12.0 1107.1089 9.0 1107.1196 10.0 1107.1302 13.0 1107.1408 10.0 1107.1514 9.0 1107.162 6.0 1107.1726 4.0 1107.1832 3.0 1107.1939 3.0 1107.2045 7.0 1107.2151 4.0 1107.2257 5.0 1107.2363 7.0 1107.2469 9.0 1107.2575 5.0 1107.2682 7.0 1107.2788 4.0 1107.2894 8.0 1107.3 7.0 1107.3106 8.0 1107.3212 5.0 1107.3319 11.0 1107.3425 11.0 1107.3531 8.0 1107.3637 5.0 1107.3743 6.0 1107.3849 8.0 1107.3956 5.0 1107.4062 6.0 1107.4168 4.0 1107.4274 3.0 1107.438 4.0 1107.4486 3.0 1107.4593 8.0 1107.4699 11.0 1107.4805 7.0 1107.4911 7.0 1107.5017 5.0 1107.5123 3.0 1107.523 1.0 1107.5336 2.0 1107.5442 4.0 1107.5548 1.0 1107.5654 8.0 1107.576 4.0 1107.5867 3.0 1107.5973 5.0 1107.6079 3.0 1107.6185 5.0 1107.6291 10.0 1107.6397 10.0 1107.6504 5.0 1107.661 5.0 1107.6716 7.0 1107.6822 5.0 1107.6928 7.0 1107.7034 7.0 1107.7141 10.0 1107.7247 7.0 1107.7353 6.0 1107.7459 13.0 1107.7565 8.0 1107.7672 5.0 1107.7778 5.0 1107.7884 6.0 1107.799 4.0 1107.8096 2.0 1107.8202 7.0 1107.8309 5.0 1107.8415 7.0 1107.8521 3.0 1107.8627 7.0 1107.8733 3.0 1107.884 12.0 1107.8946 12.0 1107.9052 6.0 1107.9158 5.0 1107.9264 6.0 1107.937 4.0 1107.9477 2.0 1107.9583 4.0 1107.9689 4.0 1107.9795 3.0 1107.9901 7.0 1108.0008 4.0 1108.0114 7.0 1108.022 2.0 1108.0326 10.0 1108.0432 14.0 1108.0539 5.0 1108.0645 2.0 1108.0751 7.0 1108.0857 11.0 1108.0963 8.0 1108.107 1.0 1108.1176 12.0 1108.1282 8.0 1108.1388 4.0 1108.1494 3.0 1108.1601 6.0 1108.1707 13.0 1108.1813 7.0 1108.1919 7.0 1108.2025 23.0 1108.2132 17.0 1108.2238 6.0 1108.2344 2.0 1108.245 7.0 1108.2556 6.0 1108.2663 12.0 1108.2769 2.0 1108.2875 6.0 1108.2981 9.0 1108.3087 12.0 1108.3194 9.0 1108.33 8.0 1108.3406 3.0 1108.3618 2.0 1108.3725 2.0 1108.3831 2.0 1108.3937 4.0 1108.4043 1.0 1108.4149 6.0 1108.4256 2.0 1108.4362 3.0 1108.4468 5.0 1108.4574 5.0 1108.468 11.0 1108.4787 6.0 1108.4893 5.0 1108.4999 7.0 1108.5105 5.0 1108.5212 5.0 1108.5318 1.0 1108.5424 1.0 1108.553 4.0 1108.5636 6.0 1108.5743 10.0 1108.5849 7.0 1108.5955 9.0 1108.6061 10.0 1108.6168 5.0 1108.6274 3.0 1108.638 11.0 1108.6486 10.0 1108.6592 6.0 1108.6699 5.0 1108.6805 4.0 1108.6911 4.0 1108.7017 2.0 1108.7124 5.0 1108.723 4.0 1108.7336 5.0 1108.7442 4.0 1108.7548 5.0 1108.7655 3.0 1108.7761 11.0 1108.7867 10.0 1108.7973 9.0 1108.808 3.0 1108.8186 5.0 1108.8292 11.0 1108.8398 6.0 1108.8504 8.0 1108.8611 5.0 1108.8717 10.0 1108.8823 9.0 1108.8929 15.0 1108.9036 11.0 1108.9142 8.0 1108.9248 9.0 1108.9354 9.0 1108.9461 5.0 1108.9567 5.0 1108.9673 3.0 1108.9779 3.0 1108.9886 5.0 1108.9992 3.0 1109.0098 7.0 1109.0204 3.0 1109.031 7.0 1109.0417 6.0 1109.0523 8.0 1109.0629 11.0 1109.0735 7.0 1109.0842 13.0 1109.0948 12.0 1109.1054 8.0 1109.116 4.0 1109.1267 10.0 1109.1373 4.0 1109.1479 5.0 1109.1585 2.0 1109.1692 5.0 1109.1798 14.0 1109.1904 4.0 1109.201 1.0 1109.2117 4.0 1109.2223 11.0 1109.2329 6.0 1109.2435 9.0 1109.2542 7.0 1109.2648 8.0 1109.2754 5.0 1109.286 5.0 1109.2967 8.0 1109.3073 9.0 1109.3179 1.0 1109.3285 4.0 1109.3392 1.0 1109.3498 3.0 1109.3604 9.0 1109.371 4.0 1109.3923 1.0 1109.4029 4.0 1109.4135 7.0 1109.4242 7.0 1109.4348 7.0 1109.4454 4.0 1109.4561 5.0 1109.4667 7.0 1109.4773 5.0 1109.4879 5.0 1109.4986 5.0 1109.5092 3.0 1109.5198 9.0 1109.5304 7.0 1109.5411 6.0 1109.5517 1.0 1109.5623 7.0 1109.5729 3.0 1109.5836 10.0 1109.5942 8.0 1109.6048 6.0 1109.6154 9.0 1109.6261 12.0 1109.6367 10.0 1109.6473 5.0 1109.658 8.0 1109.6686 8.0 1109.6792 1.0 1109.6898 3.0 1109.7005 6.0 1109.7111 2.0 1109.7217 4.0 1109.7323 2.0 1109.743 2.0 1109.7536 4.0 1109.7642 5.0 1109.7749 3.0 1109.7855 13.0 1109.7961 8.0 1109.8067 9.0 1109.8174 13.0 1109.828 11.0 1109.8386 12.0 1109.8493 10.0 1109.8599 9.0 1109.8705 6.0 1109.8811 8.0 1109.8918 6.0 1109.9024 6.0 1109.913 2.0 1109.9236 4.0 1109.9343 3.0 1109.9449 5.0 1109.9555 3.0 1109.9662 7.0 1109.9768 5.0 1109.9874 3.0 1109.998 8.0 1110.0087 5.0 1110.0193 5.0 1110.0299 4.0 1110.0406 4.0 1110.0512 6.0 1110.0618 13.0 1110.0725 10.0 1110.0831 8.0 1110.0937 3.0 1110.1043 3.0 1110.115 7.0 1110.1256 22.0 1110.1362 10.0 1110.1469 6.0 1110.1575 3.0 1110.1681 7.0 1110.1787 11.0 1110.1894 10.0 1110.2 2.0 1110.2106 13.0 1110.2213 7.0 1110.2319 5.0 1110.2425 10.0 1110.2532 15.0 1110.2638 12.0 1110.2744 5.0 1110.285 2.0 1110.2957 6.0 1110.3063 12.0 1110.3169 11.0 1110.3276 16.0 1110.3382 12.0 1110.3488 14.0 1110.3595 3.0 1110.3701 5.0 1110.3807 6.0 1110.3913 3.0 1110.402 3.0 1110.4126 4.0 1110.4232 7.0 1110.4339 6.0 1110.4445 4.0 1110.4551 3.0 1110.4658 4.0 1110.4764 4.0 1110.487 6.0 1110.4977 1.0 1110.5083 3.0 1110.5189 9.0 1110.5295 11.0 1110.5402 7.0 1110.5508 13.0 1110.5614 8.0 1110.5721 3.0 1110.5827 4.0 1110.5933 2.0 1110.604 6.0 1110.6252 2.0 1110.6359 10.0 1110.6465 2.0 1110.6571 2.0 1110.6678 4.0 1110.6784 4.0 1110.689 2.0 1110.6997 1.0 1110.7103 7.0 1110.7209 4.0 1110.7315 8.0 1110.7422 19.0 1110.7528 8.0 1110.7634 2.0 1110.7741 4.0 1110.7847 7.0 1110.7953 5.0 1110.806 6.0 1110.8166 14.0 1110.8272 11.0 1110.8379 7.0 1110.8485 7.0 1110.8591 7.0 1110.8698 5.0 1110.8804 6.0 1110.891 1.0 1110.9017 3.0 1110.9123 8.0 1110.9229 9.0 1110.9336 4.0 1110.9442 7.0 1110.9548 5.0 1110.9655 8.0 1110.9761 3.0 1110.9867 10.0 1110.9974 13.0 1111.008 5.0 1111.0186 1.0 1111.0399 4.0 1111.0505 2.0 1111.0612 4.0 1111.0718 11.0 1111.0824 11.0 1111.0931 6.0 1111.1037 7.0 1111.1143 1.0 1111.125 14.0 1111.1356 12.0 1111.1462 11.0 1111.1569 10.0 1111.1675 19.0 1111.1781 19.0 1111.1888 16.0 1111.1994 5.0 1111.2101 8.0 1111.2207 7.0 1111.2313 5.0 1111.242 6.0 1111.2526 3.0 1111.2632 4.0 1111.2739 5.0 1111.2845 14.0 1111.2951 5.0 1111.3058 6.0 1111.3164 10.0 1111.327 3.0 1111.3377 4.0 1111.3483 4.0 1111.3589 4.0 1111.3696 7.0 1111.3802 3.0 1111.3908 9.0 1111.4015 6.0 1111.4121 12.0 1111.4228 1.0 1111.4334 4.0 1111.444 6.0 1111.4547 3.0 1111.4653 3.0 1111.4759 6.0 1111.4866 6.0 1111.4972 4.0 1111.5078 4.0 1111.5185 5.0 1111.5291 5.0 1111.5397 8.0 1111.5504 9.0 1111.561 8.0 1111.5717 5.0 1111.5823 8.0 1111.5929 5.0 1111.6036 10.0 1111.6142 9.0 1111.6248 2.0 1111.6461 6.0 1111.6567 6.0 1111.6674 4.0 1111.678 5.0 1111.6887 6.0 1111.6993 5.0 1111.7099 9.0 1111.7206 6.0 1111.7312 6.0 1111.7418 4.0 1111.7631 5.0 1111.7738 4.0 1111.7844 10.0 1111.795 7.0 1111.8057 7.0 1111.8163 10.0 1111.8269 5.0 1111.8376 8.0 1111.8482 1.0 1111.8589 5.0 1111.8695 10.0 1111.8801 3.0 1111.8908 11.0 1111.9014 4.0 1111.912 2.0 1111.9227 4.0 1111.9333 11.0 1111.944 3.0 1111.9546 9.0 1111.9652 7.0 1111.9759 2.0 1111.9865 5.0 1111.9971 5.0 1112.0078 5.0 1112.0184 9.0 1112.0291 6.0 1112.0397 12.0 1112.0503 7.0 1112.061 4.0 1112.0716 4.0 1112.0823 9.0 1112.0929 3.0 1112.1035 6.0 1112.1142 12.0 1112.1248 5.0 1112.1354 2.0 1112.1461 6.0 1112.1567 17.0 1112.1674 24.0 1112.178 19.0 1112.1886 7.0 1112.1993 8.0 1112.2099 14.0 1112.2206 12.0 1112.2312 8.0 1112.2418 10.0 1112.2525 7.0 1112.2631 5.0 1112.2738 9.0 1112.2844 2.0 1112.295 3.0 1112.3057 7.0 1112.3163 8.0 1112.327 3.0 1112.3376 3.0 1112.3482 8.0 1112.3589 3.0 1112.3695 7.0 1112.3802 2.0 1112.3908 6.0 1112.4014 7.0 1112.4121 5.0 1112.4227 1.0 1112.4334 6.0 1112.444 4.0 1112.4546 6.0 1112.4653 4.0 1112.4759 4.0 1112.4866 2.0 1112.4972 2.0 1112.5078 7.0 1112.5185 8.0 1112.5291 8.0 1112.5398 5.0 1112.5504 4.0 1112.561 3.0 1112.5717 7.0 1112.5823 7.0 1112.593 5.0 1112.6036 12.0 1112.6143 2.0 1112.6249 2.0 1112.6355 4.0 1112.6462 3.0 1112.6568 6.0 1112.6675 3.0 1112.6781 7.0 1112.6887 5.0 1112.6994 2.0 1112.71 8.0 1112.7207 7.0 1112.7313 6.0 1112.742 4.0 1112.7526 4.0 1112.7632 5.0 1112.7739 7.0 1112.7845 3.0 1112.7952 5.0 1112.8058 5.0 1112.8164 4.0 1112.8271 3.0 1112.8377 7.0 1112.8484 5.0 1112.859 4.0 1112.8697 3.0 1112.8803 5.0 1112.8909 17.0 1112.9016 16.0 1112.9122 3.0 1112.9229 6.0 1112.9335 2.0 1112.9442 1.0 1112.9548 8.0 1112.9654 8.0 1112.9761 7.0 1112.9867 8.0 1112.9974 11.0 1113.008 9.0 1113.0187 5.0 1113.0293 5.0 1113.0399 7.0 1113.0506 5.0 1113.0612 6.0 1113.0719 5.0 1113.0825 1.0 1113.0932 4.0 1113.1038 3.0 1113.1145 5.0 1113.1251 6.0 1113.1357 2.0 1113.1464 3.0 1113.157 14.0 1113.1677 9.0 1113.1783 5.0 1113.189 3.0 1113.1996 7.0 1113.2102 6.0 1113.2209 4.0 1113.2315 2.0 1113.2422 6.0 1113.2528 2.0 1113.2635 10.0 1113.2741 3.0 1113.2848 4.0 1113.2954 8.0 1113.306 4.0 1113.3167 4.0 1113.3273 4.0 1113.338 3.0 1113.3486 3.0 1113.3593 5.0 1113.3699 3.0 1113.3806 4.0 1113.3912 10.0 1113.4019 11.0 1113.4125 13.0 1113.4231 6.0 1113.4338 12.0 1113.4444 10.0 1113.4551 7.0 1113.4657 7.0 1113.4764 11.0 1113.487 6.0 1113.4977 1.0 1113.5083 4.0 1113.5189 6.0 1113.5296 10.0 1113.5402 6.0 1113.5509 3.0 1113.5615 12.0 1113.5722 4.0 1113.5828 17.0 1113.5935 19.0 1113.6041 5.0 1113.6148 4.0 1113.6254 6.0 1113.6361 1.0 1113.6467 9.0 1113.6573 19.0 1113.668 4.0 1113.6786 7.0 1113.6893 2.0 1113.6999 3.0 1113.7106 5.0 1113.7212 2.0 1113.7319 7.0 1113.7425 1.0 1113.7532 3.0 1113.7638 6.0 1113.7745 6.0 1113.7851 11.0 1113.7958 7.0 1113.8064 12.0 1113.817 11.0 1113.8277 13.0 1113.8383 13.0 1113.849 7.0 1113.8596 7.0 1113.8703 6.0 1113.8809 6.0 1113.8916 5.0 1113.9022 6.0 1113.9129 8.0 1113.9235 3.0 1113.9342 11.0 1113.9448 6.0 1113.9555 5.0 1113.9661 9.0 1113.9768 2.0 1113.9874 8.0 1113.9981 4.0 1114.0087 10.0 1114.0194 5.0 1114.03 5.0 1114.0406 3.0 1114.0513 2.0 1114.0619 2.0 1114.0726 3.0 1114.0832 5.0 1114.0939 4.0 1114.1045 3.0 1114.1152 4.0 1114.1258 6.0 1114.1365 5.0 1114.1471 13.0 1114.1578 7.0 1114.1684 12.0 1114.1791 11.0 1114.1897 8.0 1114.2004 3.0 1114.211 8.0 1114.2217 10.0 1114.2323 8.0 1114.243 13.0 1114.2536 9.0 1114.2643 9.0 1114.2749 4.0 1114.2856 2.0 1114.2962 2.0 1114.3069 6.0 1114.3175 7.0 1114.3282 5.0 1114.3388 4.0 1114.3495 6.0 1114.3601 4.0 1114.3708 3.0 1114.3814 3.0 1114.3921 11.0 1114.4027 17.0 1114.4134 7.0 1114.424 4.0 1114.4347 6.0 1114.4453 8.0 1114.456 10.0 1114.4666 3.0 1114.4773 3.0 1114.4879 5.0 1114.4986 8.0 1114.5092 8.0 1114.5199 5.0 1114.5305 9.0 1114.5412 2.0 1114.5518 4.0 1114.5625 9.0 1114.5731 6.0 1114.5838 1.0 1114.5944 4.0 1114.6051 5.0 1114.6157 3.0 1114.6264 6.0 1114.637 4.0 1114.6477 6.0 1114.6583 10.0 1114.669 14.0 1114.6796 8.0 1114.6903 8.0 1114.7009 4.0 1114.7116 5.0 1114.7222 7.0 1114.7329 6.0 1114.7435 6.0 1114.7542 9.0 1114.7648 2.0 1114.7755 1.0 1114.7861 8.0 1114.7968 10.0 1114.8074 7.0 1114.8181 6.0 1114.8288 12.0 1114.8394 1.0 1114.8501 6.0 1114.8607 7.0 1114.8714 7.0 1114.882 3.0 1114.8927 7.0 1114.9033 15.0 1114.914 9.0 1114.9246 7.0 1114.9353 1.0 1114.9459 8.0 1114.9566 6.0 1114.9672 13.0 1114.9779 12.0 1114.9885 6.0 1114.9992 6.0 1115.0098 4.0 1115.0205 7.0 1115.0311 5.0 1115.0418 5.0 1115.0525 12.0 1115.0631 5.0 1115.0738 2.0 1115.0844 2.0 1115.0951 2.0 1115.1057 5.0 1115.1164 5.0 1115.127 3.0 1115.1377 5.0 1115.1483 8.0 1115.159 11.0 1115.1696 4.0 1115.1803 4.0 1115.1909 9.0 1115.2016 16.0 1115.2123 18.0 1115.2229 18.0 1115.2336 15.0 1115.2442 21.0 1115.2549 12.0 1115.2655 10.0 1115.2762 5.0 1115.2868 5.0 1115.2975 3.0 1115.3081 4.0 1115.3188 4.0 1115.3294 3.0 1115.3401 4.0 1115.3508 5.0 1115.3614 2.0 1115.3721 12.0 1115.3827 4.0 1115.3934 13.0 1115.404 15.0 1115.4147 13.0 1115.4253 6.0 1115.436 7.0 1115.4573 2.0 1115.468 8.0 1115.4786 3.0 1115.4893 3.0 1115.4999 10.0 1115.5106 6.0 1115.5212 14.0 1115.5319 5.0 1115.5425 6.0 1115.5532 4.0 1115.5639 9.0 1115.5745 13.0 1115.5852 18.0 1115.5958 14.0 1115.6065 5.0 1115.6171 3.0 1115.6278 5.0 1115.6384 5.0 1115.6491 2.0 1115.6598 5.0 1115.6704 10.0 1115.6811 1.0 1115.6917 6.0 1115.7024 3.0 1115.713 9.0 1115.7237 4.0 1115.7344 7.0 1115.745 7.0 1115.7557 13.0 1115.7663 9.0 1115.777 7.0 1115.7876 2.0 1115.7983 5.0 1115.8089 1.0 1115.8196 4.0 1115.8303 2.0 1115.8409 3.0 1115.8516 6.0 1115.8622 4.0 1115.8729 7.0 1115.8835 3.0 1115.8942 4.0 1115.9049 4.0 1115.9155 3.0 1115.9262 4.0 1115.9368 4.0 1115.9475 9.0 1115.9581 3.0 1115.9688 7.0 1115.9795 5.0 1116.0008 4.0 1116.0114 4.0 1116.0221 7.0 1116.0327 9.0 1116.0434 7.0 1116.0541 3.0 1116.0647 6.0 1116.0754 5.0 1116.086 8.0 1116.0967 3.0 1116.1074 5.0 1116.118 6.0 1116.1287 6.0 1116.1393 4.0 1116.15 1.0 1116.1606 6.0 1116.1713 5.0 1116.182 5.0 1116.1926 3.0 1116.2033 4.0 1116.2139 7.0 1116.2246 6.0 1116.2353 15.0 1116.2459 16.0 1116.2566 6.0 1116.2672 12.0 1116.2779 10.0 1116.2885 25.0 1116.2992 13.0 1116.3099 7.0 1116.3205 7.0 1116.3312 7.0 1116.3418 11.0 1116.3525 18.0 1116.3632 6.0 1116.3738 6.0 1116.3845 12.0 1116.3951 5.0 1116.4058 5.0 1116.4165 4.0 1116.4271 10.0 1116.4378 4.0 1116.4484 5.0 1116.4591 6.0 1116.4698 5.0 1116.4804 9.0 1116.4911 2.0 1116.5017 3.0 1116.5124 2.0 1116.5231 4.0 1116.5337 7.0 1116.5444 18.0 1116.555 9.0 1116.5657 2.0 1116.5764 4.0 1116.587 2.0 1116.5977 4.0 1116.6083 6.0 1116.619 2.0 1116.6297 11.0 1116.6403 7.0 1116.651 2.0 1116.6616 4.0 1116.6723 3.0 1116.683 6.0 1116.6936 6.0 1116.7043 3.0 1116.7256 2.0 1116.7363 4.0 1116.7469 4.0 1116.7576 3.0 1116.7683 3.0 1116.7789 4.0 1116.7896 2.0 1116.8002 3.0 1116.8109 2.0 1116.8216 6.0 1116.8322 3.0 1116.8429 10.0 1116.8535 13.0 1116.8642 2.0 1116.8749 4.0 1116.8855 6.0 1116.8962 4.0 1116.9069 8.0 1116.9175 9.0 1116.9282 7.0 1116.9388 3.0 1116.9495 4.0 1116.9602 9.0 1116.9708 15.0 1116.9815 7.0 1116.9921 5.0 1117.0028 3.0 1117.0135 2.0 1117.0241 2.0 1117.0348 5.0 1117.0455 6.0 1117.0561 7.0 1117.0668 4.0 1117.0774 4.0 1117.0881 3.0 1117.0988 3.0 1117.1094 14.0 1117.1201 8.0 1117.1308 8.0 1117.1414 4.0 1117.1521 2.0 1117.1628 8.0 1117.1734 8.0 1117.1841 1.0 1117.1947 5.0 1117.2054 6.0 1117.2161 2.0 1117.2267 2.0 1117.2374 5.0 1117.2481 9.0 1117.2587 3.0 1117.2694 7.0 1117.2801 10.0 1117.2907 5.0 1117.3014 9.0 1117.312 5.0 1117.3227 6.0 1117.3334 9.0 1117.344 11.0 1117.3547 10.0 1117.3654 6.0 1117.376 3.0 1117.3867 3.0 1117.3974 4.0 1117.408 8.0 1117.4187 12.0 1117.4293 14.0 1117.44 3.0 1117.4507 4.0 1117.4613 7.0 1117.472 2.0 1117.4827 6.0 1117.4933 6.0 1117.504 7.0 1117.5147 4.0 1117.5253 6.0 1117.536 3.0 1117.5467 3.0 1117.5573 6.0 1117.568 5.0 1117.5893 7.0 1117.6 3.0 1117.6107 3.0 1117.6213 3.0 1117.632 3.0 1117.6426 14.0 1117.6533 5.0 1117.664 3.0 1117.6746 8.0 1117.6853 3.0 1117.696 7.0 1117.7066 11.0 1117.7173 9.0 1117.728 6.0 1117.7386 8.0 1117.7493 11.0 1117.76 4.0 1117.7706 7.0 1117.7813 8.0 1117.792 11.0 1117.8026 5.0 1117.8133 7.0 1117.824 3.0 1117.8346 4.0 1117.8453 6.0 1117.856 5.0 1117.8666 4.0 1117.8773 13.0 1117.888 11.0 1117.8986 3.0 1117.9093 11.0 1117.92 7.0 1117.9306 5.0 1117.9413 4.0 1117.952 3.0 1117.9626 5.0 1117.9733 2.0 1117.984 4.0 1117.9946 4.0 1118.0053 4.0 1118.016 1.0 1118.0266 8.0 1118.0373 8.0 1118.048 9.0 1118.0586 21.0 1118.0693 5.0 1118.08 8.0 1118.0906 7.0 1118.1013 7.0 1118.112 7.0 1118.1226 2.0 1118.1333 6.0 1118.144 4.0 1118.1546 20.0 1118.1653 20.0 1118.176 9.0 1118.1867 6.0 1118.1973 3.0 1118.208 5.0 1118.2187 3.0 1118.2293 6.0 1118.24 4.0 1118.2507 5.0 1118.2613 4.0 1118.272 2.0 1118.2827 6.0 1118.2933 10.0 1118.304 11.0 1118.3147 9.0 1118.3253 5.0 1118.336 2.0 1118.3467 4.0 1118.368 11.0 1118.3787 5.0 1118.3894 6.0 1118.4 6.0 1118.4107 8.0 1118.4214 6.0 1118.432 6.0 1118.4427 4.0 1118.4534 6.0 1118.464 2.0 1118.4747 4.0 1118.4854 3.0 1118.496 2.0 1118.5067 5.0 1118.5174 10.0 1118.5281 5.0 1118.5494 8.0 1118.5601 10.0 1118.5707 6.0 1118.5814 10.0 1118.5921 14.0 1118.6027 7.0 1118.6134 4.0 1118.6241 8.0 1118.6348 10.0 1118.6454 9.0 1118.6561 6.0 1118.6668 4.0 1118.6774 4.0 1118.6881 6.0 1118.6988 7.0 1118.7094 9.0 1118.7201 4.0 1118.7308 7.0 1118.7415 6.0 1118.7521 3.0 1118.7628 10.0 1118.7735 21.0 1118.7841 11.0 1118.7948 7.0 1118.8055 1.0 1118.8162 2.0 1118.8268 7.0 1118.8375 7.0 1118.8482 5.0 1118.8588 11.0 1118.8695 4.0 1118.8802 7.0 1118.8909 4.0 1118.9015 2.0 1118.9122 8.0 1118.9229 2.0 1118.9335 5.0 1118.9442 6.0 1118.9549 3.0 1118.9656 4.0 1118.9762 2.0 1118.9869 1.0 1118.9976 6.0 1119.0082 2.0 1119.0189 5.0 1119.0296 3.0 1119.0403 2.0 1119.0509 5.0 1119.0616 1.0 1119.0723 5.0 1119.0829 1.0 1119.0936 4.0 1119.1043 7.0 1119.115 13.0 1119.1256 4.0 1119.1363 4.0 1119.147 5.0 1119.1577 3.0 1119.1683 2.0 1119.179 6.0 1119.1897 4.0 1119.2003 16.0 1119.211 10.0 1119.2217 9.0 1119.2324 4.0 1119.243 11.0 1119.2537 7.0 1119.2644 2.0 1119.2751 8.0 1119.2857 5.0 1119.2964 11.0 1119.3071 5.0 1119.3178 6.0 1119.3284 8.0 1119.3391 5.0 1119.3498 3.0 1119.3604 3.0 1119.3711 5.0 1119.3818 10.0 1119.3925 10.0 1119.4031 7.0 1119.4138 8.0 1119.4245 2.0 1119.4352 2.0 1119.4458 7.0 1119.4565 9.0 1119.4672 1.0 1119.4779 3.0 1119.4885 2.0 1119.4992 1.0 1119.5099 6.0 1119.5206 3.0 1119.5312 1.0 1119.5419 4.0 1119.5526 8.0 1119.5633 12.0 1119.5739 14.0 1119.5846 8.0 1119.5953 5.0 1119.606 5.0 1119.6166 3.0 1119.6273 1.0 1119.638 4.0 1119.6487 2.0 1119.6593 6.0 1119.67 6.0 1119.6807 13.0 1119.6914 4.0 1119.702 3.0 1119.7127 5.0 1119.7234 6.0 1119.7341 6.0 1119.7447 4.0 1119.7554 3.0 1119.7661 3.0 1119.7768 3.0 1119.7874 7.0 1119.7981 6.0 1119.8088 11.0 1119.8301 4.0 1119.8408 12.0 1119.8515 9.0 1119.8622 12.0 1119.8728 14.0 1119.8835 3.0 1119.8942 11.0 1119.9049 13.0 1119.9155 3.0 1119.9262 9.0 1119.9369 4.0 1119.9476 3.0 1119.9583 2.0 1119.9689 3.0 1119.9796 7.0 1119.9903 11.0 1120.001 11.0 1120.0116 9.0 1120.0223 8.0 1120.033 3.0 1120.0543 4.0 1120.065 5.0 1120.0757 3.0 1120.0864 2.0 1120.0971 2.0 1120.1077 5.0 1120.1184 4.0 1120.1291 12.0 1120.1398 17.0 1120.1504 6.0 1120.1611 16.0 1120.1718 20.0 1120.1825 16.0 1120.1932 8.0 1120.2038 2.0 1120.2145 12.0 1120.2252 4.0 1120.2359 3.0 1120.2465 6.0 1120.2572 13.0 1120.2679 12.0 1120.2786 12.0 1120.2893 10.0 1120.2999 9.0 1120.3106 9.0 1120.3213 4.0 1120.332 3.0 1120.3426 7.0 1120.3533 5.0 1120.364 6.0 1120.3747 6.0 1120.3854 5.0 1120.396 3.0 1120.4067 3.0 1120.4174 3.0 1120.4281 3.0 1120.4388 6.0 1120.4494 6.0 1120.4601 3.0 1120.4708 8.0 1120.4815 4.0 1120.4921 4.0 1120.5028 18.0 1120.5135 10.0 1120.5242 6.0 1120.5349 8.0 1120.5455 11.0 1120.5562 9.0 1120.5669 3.0 1120.5776 2.0 1120.5883 3.0 1120.5989 5.0 1120.6096 9.0 1120.6203 2.0 1120.631 4.0 1120.6417 6.0 1120.6523 3.0 1120.663 4.0 1120.6737 2.0 1120.6844 4.0 1120.6951 4.0 1120.7057 9.0 1120.7164 10.0 1120.7271 2.0 1120.7378 6.0 1120.7485 2.0 1120.7591 7.0 1120.7698 10.0 1120.7805 7.0 1120.7912 9.0 1120.8019 2.0 1120.8125 3.0 1120.8232 9.0 1120.8339 6.0 1120.8446 7.0 1120.8553 9.0 1120.8659 15.0 1120.8766 4.0 1120.8873 4.0 1120.898 7.0 1120.9087 6.0 1120.9194 6.0 1120.93 3.0 1120.9407 5.0 1120.9514 1.0 1120.9621 12.0 1120.9728 5.0 1120.9834 1.0 1120.9941 3.0 1121.0048 5.0 1121.0155 2.0 1121.0262 9.0 1121.0368 6.0 1121.0475 6.0 1121.0582 4.0 1121.0689 5.0 1121.0796 12.0 1121.0903 8.0 1121.1009 9.0 1121.1116 7.0 1121.1223 4.0 1121.133 8.0 1121.1437 5.0 1121.1544 15.0 1121.165 14.0 1121.1757 2.0 1121.1864 4.0 1121.1971 2.0 1121.2078 3.0 1121.2184 13.0 1121.2291 8.0 1121.2398 4.0 1121.2505 8.0 1121.2612 11.0 1121.2719 9.0 1121.2825 6.0 1121.2932 5.0 1121.3039 4.0 1121.3146 12.0 1121.3253 5.0 1121.336 4.0 1121.3466 5.0 1121.3573 3.0 1121.368 6.0 1121.3787 5.0 1121.3894 3.0 1121.4001 3.0 1121.4107 3.0 1121.4214 2.0 1121.4321 2.0 1121.4428 9.0 1121.4535 10.0 1121.4642 14.0 1121.4748 8.0 1121.4855 2.0 1121.4962 6.0 1121.5069 5.0 1121.5176 12.0 1121.5283 11.0 1121.5389 7.0 1121.5496 7.0 1121.5603 6.0 1121.571 3.0 1121.5817 4.0 1121.5924 4.0 1121.6031 3.0 1121.6137 9.0 1121.6244 4.0 1121.6351 2.0 1121.6458 5.0 1121.6565 7.0 1121.6672 10.0 1121.6778 10.0 1121.6885 8.0 1121.6992 4.0 1121.7099 9.0 1121.7206 15.0 1121.7313 8.0 1121.742 3.0 1121.7526 13.0 1121.7633 17.0 1121.774 3.0 1121.7847 7.0 1121.7954 1.0 1121.8061 7.0 1121.8168 8.0 1121.8274 2.0 1121.8381 5.0 1121.8488 5.0 1121.8595 6.0 1121.8702 4.0 1121.8809 4.0 1121.8916 10.0 1121.9022 2.0 1121.9129 5.0 1121.9236 2.0 1121.9343 1.0 1121.945 3.0 1121.9557 2.0 1121.9664 4.0 1121.977 2.0 1121.9877 4.0 1121.9984 4.0 1122.0091 19.0 1122.0198 9.0 1122.0305 4.0 1122.0412 4.0 1122.0518 3.0 1122.0625 7.0 1122.0732 6.0 1122.0839 7.0 1122.0946 8.0 1122.1053 11.0 1122.116 15.0 1122.1267 11.0 1122.1373 5.0 1122.148 13.0 1122.1587 17.0 1122.1694 6.0 1122.1801 11.0 1122.1908 9.0 1122.2015 5.0 1122.2122 20.0 1122.2228 22.0 1122.2335 5.0 1122.2442 8.0 1122.2549 10.0 1122.2656 16.0 1122.2763 12.0 1122.287 14.0 1122.2977 4.0 1122.3083 1.0 1122.319 2.0 1122.3297 5.0 1122.3404 7.0 1122.3511 11.0 1122.3618 8.0 1122.3725 4.0 1122.3832 2.0 1122.3938 4.0 1122.4045 12.0 1122.4152 5.0 1122.4259 3.0 1122.4366 5.0 1122.4473 6.0 1122.458 5.0 1122.4687 4.0 1122.4794 1.0 1122.49 2.0 1122.5007 1.0 1122.5221 4.0 1122.5328 11.0 1122.5435 9.0 1122.5542 10.0 1122.5649 9.0 1122.5756 7.0 1122.5862 5.0 1122.5969 6.0 1122.6076 2.0 1122.6183 2.0 1122.629 2.0 1122.6397 5.0 1122.6504 3.0 1122.6611 2.0 1122.6718 6.0 1122.6824 9.0 1122.6931 8.0 1122.7038 3.0 1122.7145 7.0 1122.7252 6.0 1122.7359 11.0 1122.7466 2.0 1122.7573 7.0 1122.768 7.0 1122.7787 5.0 1122.7893 14.0 1122.8 13.0 1122.8107 8.0 1122.8214 6.0 1122.8321 5.0 1122.8428 6.0 1122.8535 9.0 1122.8642 6.0 1122.8749 8.0 1122.8856 2.0 1122.8962 4.0 1122.9069 4.0 1122.9176 7.0 1122.9283 8.0 1122.939 11.0 1122.9497 16.0 1122.9604 16.0 1122.9711 8.0 1122.9818 5.0 1122.9925 7.0 1123.0032 1.0 1123.0138 9.0 1123.0245 5.0 1123.0352 5.0 1123.0459 5.0 1123.0566 6.0 1123.0673 1.0 1123.078 4.0 1123.0887 4.0 1123.0994 9.0 1123.1101 3.0 1123.1208 6.0 1123.1315 3.0 1123.1421 6.0 1123.1528 12.0 1123.1635 7.0 1123.1742 9.0 1123.1849 6.0 1123.1956 11.0 1123.2063 5.0 1123.217 8.0 1123.2277 4.0 1123.2384 13.0 1123.2491 16.0 1123.2598 13.0 1123.2705 12.0 1123.2811 15.0 1123.2918 5.0 1123.3025 4.0 1123.3132 6.0 1123.3239 2.0 1123.3346 10.0 1123.3453 7.0 1123.356 1.0 1123.3667 2.0 1123.3774 8.0 1123.3881 5.0 1123.4095 4.0 1123.4202 3.0 1123.4308 5.0 1123.4415 3.0 1123.4522 3.0 1123.4629 8.0 1123.4736 4.0 1123.4843 1.0 1123.495 10.0 1123.5057 6.0 1123.5164 8.0 1123.5271 8.0 1123.5378 9.0 1123.5485 4.0 1123.5592 5.0 1123.5699 8.0 1123.5806 4.0 1123.5912 4.0 1123.6019 9.0 1123.6126 5.0 1123.6233 3.0 1123.634 3.0 1123.6447 3.0 1123.6554 9.0 1123.6661 6.0 1123.6768 6.0 1123.6875 6.0 1123.6982 2.0 1123.7089 2.0 1123.7196 9.0 1123.7303 14.0 1123.741 12.0 1123.7517 8.0 1123.7624 10.0 1123.7731 10.0 1123.7837 5.0 1123.7944 2.0 1123.8051 11.0 1123.8158 5.0 1123.8265 10.0 1123.8372 9.0 1123.8479 2.0 1123.8586 7.0 1123.8693 9.0 1123.88 8.0 1123.8907 13.0 1123.9014 8.0 1123.9121 5.0 1123.9228 2.0 1123.9335 5.0 1123.9442 6.0 1123.9549 1.0 1123.9656 4.0 1123.9763 9.0 1123.987 3.0 1123.9977 5.0 1124.0084 2.0 1124.019 3.0 1124.0297 7.0 1124.0404 4.0 1124.0511 9.0 1124.0618 6.0 1124.0725 7.0 1124.0832 9.0 1124.0939 5.0 1124.1046 4.0 1124.1153 8.0 1124.126 8.0 1124.1367 13.0 1124.1474 5.0 1124.1581 3.0 1124.1688 16.0 1124.1795 11.0 1124.2009 13.0 1124.2116 14.0 1124.2223 5.0 1124.233 10.0 1124.2437 8.0 1124.2544 11.0 1124.2651 7.0 1124.2758 5.0 1124.2865 15.0 1124.2972 8.0 1124.3079 10.0 1124.3186 11.0 1124.3293 13.0 1124.34 5.0 1124.3506 4.0 1124.3613 7.0 1124.372 3.0 1124.3827 7.0 1124.3934 5.0 1124.4041 3.0 1124.4148 5.0 1124.4255 5.0 1124.4362 6.0 1124.4469 5.0 1124.4576 9.0 1124.4683 13.0 1124.479 9.0 1124.4897 8.0 1124.5004 10.0 1124.5111 13.0 1124.5218 3.0 1124.5325 3.0 1124.5432 4.0 1124.5539 4.0 1124.5646 4.0 1124.5753 5.0 1124.586 9.0 1124.5967 4.0 1124.6074 9.0 1124.6181 9.0 1124.6288 4.0 1124.6395 5.0 1124.6502 9.0 1124.6609 5.0 1124.6716 7.0 1124.6823 4.0 1124.693 3.0 1124.7037 5.0 1124.7144 8.0 1124.7251 4.0 1124.7358 4.0 1124.7465 3.0 1124.7679 5.0 1124.7786 10.0 1124.7893 4.0 1124.8 5.0 1124.8107 5.0 1124.8214 4.0 1124.8321 1.0 1124.8428 3.0 1124.8535 2.0 1124.8642 6.0 1124.8749 3.0 1124.8856 8.0 1124.8963 16.0 1124.907 10.0 1124.9177 3.0 1124.9284 4.0 1124.9391 12.0 1124.9498 17.0 1124.9605 11.0 1124.9712 1.0 1124.9819 4.0 1124.9926 5.0 1125.0033 1.0 1125.014 10.0 1125.0247 7.0 1125.0354 8.0 1125.0461 2.0 1125.0568 7.0 1125.0675 2.0 1125.0782 1.0 1125.0889 4.0 1125.0996 6.0 1125.1103 6.0 1125.121 5.0 1125.1317 5.0 1125.1424 4.0 1125.1531 5.0 1125.1638 10.0 1125.1745 2.0 1125.1852 5.0 1125.1959 9.0 1125.2066 8.0 1125.2173 3.0 1125.228 13.0 1125.2387 12.0 1125.2494 6.0 1125.2601 6.0 1125.2708 11.0 1125.2815 4.0 1125.2922 1.0 1125.3029 2.0 1125.3136 2.0 1125.3243 11.0 1125.335 7.0 1125.3457 4.0 1125.3565 2.0 1125.3672 12.0 1125.3779 8.0 1125.3886 1.0 1125.3993 2.0 1125.41 4.0 1125.4207 1.0 1125.4314 5.0 1125.4421 5.0 1125.4528 7.0 1125.4635 6.0 1125.4742 8.0 1125.4849 3.0 1125.4956 4.0 1125.5063 8.0 1125.517 2.0 1125.5277 5.0 1125.5384 7.0 1125.5491 7.0 1125.5598 5.0 1125.5705 6.0 1125.5812 4.0 1125.5919 4.0 1125.6026 12.0 1125.6133 7.0 1125.624 5.0 1125.6347 7.0 1125.6454 2.0 1125.6561 5.0 1125.6668 5.0 1125.6775 3.0 1125.6882 4.0 1125.699 3.0 1125.7097 3.0 1125.7204 11.0 1125.7311 8.0 1125.7418 4.0 1125.7632 6.0 1125.7739 5.0 1125.7846 4.0 1125.7953 6.0 1125.806 4.0 1125.8167 6.0 1125.8274 3.0 1125.8381 3.0 1125.8488 4.0 1125.8595 4.0 1125.8702 4.0 1125.8809 5.0 1125.8916 8.0 1125.9023 2.0 1125.913 10.0 1125.9238 7.0 1125.9345 2.0 1125.9452 9.0 1125.9559 9.0 1125.9666 13.0 1125.9773 14.0 1125.988 3.0 1125.9987 3.0 1126.0094 3.0 1126.0201 2.0 1126.0308 8.0 1126.0522 3.0 1126.0629 4.0 1126.0736 5.0 1126.0843 7.0 1126.095 10.0 1126.1057 1.0 1126.1165 5.0 1126.1379 9.0 1126.1486 9.0 1126.1593 6.0 1126.17 9.0 1126.1807 1.0 1126.1914 8.0 1126.2021 15.0 1126.2128 5.0 1126.2235 8.0 1126.2342 7.0 1126.2449 12.0 1126.2556 13.0 1126.2663 10.0 1126.277 3.0 1126.2878 12.0 1126.2985 6.0 1126.3092 11.0 1126.3199 1.0 1126.3306 3.0 1126.3413 13.0 1126.352 10.0 1126.3627 16.0 1126.3734 8.0 1126.3841 3.0 1126.3948 3.0 1126.4055 6.0 1126.4162 5.0 1126.4269 6.0 1126.4377 2.0 1126.4484 1.0 1126.4591 5.0 1126.4698 5.0 1126.4805 6.0 1126.4912 9.0 1126.5019 4.0 1126.5126 5.0 1126.5233 12.0 1126.534 5.0 1126.5447 6.0 1126.5554 11.0 1126.5662 10.0 1126.5769 9.0 1126.5876 8.0 1126.5983 6.0 1126.609 11.0 1126.6197 10.0 1126.6304 5.0 1126.6411 3.0 1126.6518 4.0 1126.6625 3.0 1126.6732 5.0 1126.6839 10.0 1126.6947 4.0 1126.7054 1.0 1126.7161 4.0 1126.7268 9.0 1126.7375 12.0 1126.7482 8.0 1126.7589 13.0 1126.7696 8.0 1126.7803 2.0 1126.791 4.0 1126.8017 10.0 1126.8125 11.0 1126.8232 12.0 1126.8339 9.0 1126.8446 2.0 1126.8553 5.0 1126.866 9.0 1126.8767 5.0 1126.8874 7.0 1126.8981 10.0 1126.9088 10.0 1126.9195 8.0 1126.9303 8.0 1126.941 8.0 1126.9517 7.0 1126.9624 4.0 1126.9731 3.0 1126.9838 4.0 1126.9945 4.0 1127.0052 11.0 1127.0159 4.0 1127.0267 10.0 1127.0374 2.0 1127.0481 10.0 1127.0588 9.0 1127.0695 2.0 1127.0802 15.0 1127.0909 12.0 1127.1016 7.0 1127.1123 2.0 1127.123 5.0 1127.1338 2.0 1127.1445 4.0 1127.1552 5.0 1127.1659 7.0 1127.1766 12.0 1127.1873 5.0 1127.198 17.0 1127.2087 3.0 1127.2194 5.0 1127.2302 6.0 1127.2409 14.0 1127.2516 15.0 1127.2623 2.0 1127.273 6.0 1127.2837 18.0 1127.2944 16.0 1127.3051 8.0 1127.3159 19.0 1127.3266 10.0 1127.3373 4.0 1127.348 9.0 1127.3587 6.0 1127.3694 5.0 1127.3801 4.0 1127.3908 2.0 1127.4015 5.0 1127.4123 5.0 1127.423 10.0 1127.4337 8.0 1127.4444 1.0 1127.4551 8.0 1127.4658 4.0 1127.4765 3.0 1127.4872 8.0 1127.498 20.0 1127.5087 11.0 1127.5194 10.0 1127.5301 12.0 1127.5408 11.0 1127.5515 13.0 1127.5622 11.0 1127.5729 11.0 1127.5837 6.0 1127.5944 6.0 1127.6051 5.0 1127.6158 6.0 1127.6265 3.0 1127.6372 4.0 1127.6479 4.0 1127.6587 17.0 1127.6694 8.0 1127.6801 9.0 1127.6908 14.0 1127.7015 10.0 1127.7122 4.0 1127.7229 6.0 1127.7337 8.0 1127.7444 8.0 1127.7551 2.0 1127.7658 11.0 1127.7765 13.0 1127.7872 10.0 1127.7979 10.0 1127.8086 12.0 1127.8194 1.0 1127.8301 6.0 1127.8408 3.0 1127.8515 7.0 1127.8622 4.0 1127.8729 4.0 1127.8836 1.0 1127.8944 1.0 1127.9051 6.0 1127.9158 2.0 1127.9265 3.0 1127.9479 2.0 1127.9587 3.0 1127.9694 2.0 1127.9801 4.0 1127.9908 8.0 1128.0015 4.0 1128.0122 2.0 1128.0229 3.0 1128.0337 6.0 1128.0551 3.0 1128.0658 17.0 1128.0765 7.0 1128.0872 9.0 1128.0979 6.0 1128.1087 4.0 1128.1194 3.0 1128.1301 7.0 1128.1408 3.0 1128.1515 4.0 1128.1622 4.0 1128.173 9.0 1128.1837 9.0 1128.1944 10.0 1128.2051 8.0 1128.2158 9.0 1128.2265 3.0 1128.2373 7.0 1128.248 21.0 1128.2587 15.0 1128.2694 9.0 1128.2801 14.0 1128.2908 8.0 1128.3016 7.0 1128.3123 6.0 1128.323 4.0 1128.3337 2.0 1128.3444 6.0 1128.3551 7.0 1128.3659 6.0 1128.3766 3.0 1128.3873 6.0 1128.398 6.0 1128.4087 7.0 1128.4194 5.0 1128.4302 5.0 1128.4409 11.0 1128.4516 9.0 1128.4623 5.0 1128.473 3.0 1128.4837 6.0 1128.4945 10.0 1128.5052 9.0 1128.5159 9.0 1128.5266 6.0 1128.5373 12.0 1128.548 4.0 1128.5588 13.0 1128.5695 9.0 1128.5802 10.0 1128.5909 2.0 1128.6124 5.0 1128.6231 2.0 1128.6338 1.0 1128.6445 7.0 1128.6552 9.0 1128.6659 11.0 1128.6767 2.0 1128.6874 4.0 1128.6981 5.0 1128.7088 9.0 1128.7195 13.0 1128.7303 9.0 1128.741 8.0 1128.7517 11.0 1128.7624 3.0 1128.7731 10.0 1128.7838 9.0 1128.7946 2.0 1128.8053 7.0 1128.816 11.0 1128.8267 12.0 1128.8374 4.0 1128.8482 6.0 1128.8589 5.0 1128.8803 6.0 1128.891 5.0 1128.9018 5.0 1128.9125 1.0 1128.9232 1.0 1128.9339 5.0 1128.9446 7.0 1128.9554 3.0 1128.9661 4.0 1128.9768 2.0 1128.9875 3.0 1128.9982 3.0 1129.009 5.0 1129.0197 6.0 1129.0304 7.0 1129.0411 7.0 1129.0518 6.0 1129.0626 4.0 1129.0733 5.0 1129.084 8.0 1129.0947 7.0 1129.1054 4.0 1129.1162 3.0 1129.1269 4.0 1129.1376 12.0 1129.1483 14.0 1129.159 9.0 1129.1698 4.0 1129.1805 15.0 1129.1912 18.0 1129.2019 11.0 1129.2126 10.0 1129.2234 15.0 1129.2341 5.0 1129.2448 4.0 1129.2555 4.0 1129.2662 3.0 1129.277 10.0 1129.2877 4.0 1129.2984 5.0 1129.3091 13.0 1129.3199 5.0 1129.3306 7.0 1129.3413 2.0 1129.352 7.0 1129.3627 4.0 1129.3735 2.0 1129.3842 4.0 1129.3949 5.0 1129.4056 8.0 1129.4163 10.0 1129.4271 9.0 1129.4378 11.0 1129.4592 2.0 1129.47 6.0 1129.4807 13.0 1129.4914 5.0 1129.5021 2.0 1129.5128 4.0 1129.5236 1.0 1129.5343 3.0 1129.545 5.0 1129.5557 6.0 1129.5665 12.0 1129.5772 10.0 1129.5879 6.0 1129.5986 6.0 1129.6093 16.0 1129.6201 2.0 1129.6308 2.0 1129.6415 13.0 1129.6522 6.0 1129.663 3.0 1129.6737 3.0 1129.6844 5.0 1129.6951 5.0 1129.7059 6.0 1129.7166 7.0 1129.7273 4.0 1129.738 9.0 1129.7487 4.0 1129.7595 7.0 1129.7702 12.0 1129.7809 5.0 1129.7916 5.0 1129.8024 11.0 1129.8131 6.0 1129.8238 3.0 1129.8345 4.0 1129.8453 9.0 1129.856 15.0 1129.8667 25.0 1129.8774 12.0 1129.8882 9.0 1129.8989 7.0 1129.9096 4.0 1129.9203 4.0 1129.9311 4.0 1129.9418 6.0 1129.9525 2.0 1129.9632 5.0 1129.974 1.0 1129.9847 1.0 1129.9954 4.0 1130.0061 5.0 1130.0168 7.0 1130.0276 6.0 1130.0383 6.0 1130.049 10.0 1130.0597 11.0 1130.0705 6.0 1130.0812 2.0 1130.0919 7.0 1130.1026 13.0 1130.1134 7.0 1130.1241 4.0 1130.1348 2.0 1130.1455 3.0 1130.1563 3.0 1130.167 4.0 1130.1777 6.0 1130.1885 7.0 1130.1992 4.0 1130.2099 6.0 1130.2206 8.0 1130.2314 12.0 1130.2421 10.0 1130.2528 9.0 1130.2635 8.0 1130.2743 3.0 1130.285 9.0 1130.2957 14.0 1130.3064 10.0 1130.3172 11.0 1130.3279 4.0 1130.3386 8.0 1130.3493 5.0 1130.3601 10.0 1130.3708 12.0 1130.3815 7.0 1130.3922 5.0 1130.403 8.0 1130.4137 5.0 1130.4244 2.0 1130.4352 11.0 1130.4459 17.0 1130.4566 10.0 1130.4673 5.0 1130.4781 3.0 1130.4888 3.0 1130.4995 4.0 1130.5102 1.0 1130.521 1.0 1130.5317 3.0 1130.5424 12.0 1130.5531 10.0 1130.5639 3.0 1130.5746 2.0 1130.5853 6.0 1130.5961 7.0 1130.6068 8.0 1130.6175 7.0 1130.6282 13.0 1130.639 10.0 1130.6497 4.0 1130.6604 2.0 1130.6712 5.0 1130.6819 5.0 1130.6926 6.0 1130.7033 10.0 1130.7141 9.0 1130.7248 5.0 1130.7355 3.0 1130.7462 12.0 1130.757 8.0 1130.7677 6.0 1130.7784 2.0 1130.7892 6.0 1130.7999 7.0 1130.8106 3.0 1130.8213 3.0 1130.8321 4.0 1130.8428 3.0 1130.8535 5.0 1130.8643 7.0 1130.875 6.0 1130.8857 6.0 1130.8964 4.0 1130.9072 3.0 1130.9179 8.0 1130.9286 8.0 1130.9394 10.0 1130.9501 9.0 1130.9608 4.0 1130.9716 12.0 1130.9823 4.0 1130.993 5.0 1131.0037 6.0 1131.0145 4.0 1131.0252 2.0 1131.0359 8.0 1131.0467 5.0 1131.0574 2.0 1131.0681 3.0 1131.0788 6.0 1131.0896 5.0 1131.1003 2.0 1131.111 3.0 1131.1218 3.0 1131.1325 6.0 1131.1432 6.0 1131.154 8.0 1131.1647 6.0 1131.1754 3.0 1131.1861 13.0 1131.1969 7.0 1131.2076 7.0 1131.2183 6.0 1131.2291 2.0 1131.2398 5.0 1131.2505 5.0 1131.2613 8.0 1131.272 8.0 1131.2827 5.0 1131.2935 9.0 1131.3042 23.0 1131.3149 12.0 1131.3256 2.0 1131.3364 9.0 1131.3471 4.0 1131.3578 5.0 1131.3686 9.0 1131.3793 8.0 1131.39 6.0 1131.4008 4.0 1131.4115 4.0 1131.4222 7.0 1131.433 3.0 1131.4437 7.0 1131.4544 4.0 1131.4652 2.0 1131.4759 2.0 1131.4866 3.0 1131.4973 3.0 1131.5081 2.0 1131.5188 9.0 1131.5295 6.0 1131.5403 2.0 1131.551 2.0 1131.5617 6.0 1131.5725 6.0 1131.5832 2.0 1131.5939 3.0 1131.6047 4.0 1131.6154 2.0 1131.6261 3.0 1131.6369 5.0 1131.6476 7.0 1131.6583 6.0 1131.6691 5.0 1131.6798 3.0 1131.6905 3.0 1131.7013 5.0 1131.712 6.0 1131.7227 9.0 1131.7335 3.0 1131.7442 11.0 1131.7549 12.0 1131.7657 1.0 1131.7764 7.0 1131.7871 9.0 1131.7979 3.0 1131.8086 3.0 1131.8193 12.0 1131.8301 10.0 1131.8408 8.0 1131.8515 4.0 1131.8623 7.0 1131.873 6.0 1131.8837 6.0 1131.8945 3.0 1131.9052 14.0 1131.9159 9.0 1131.9267 9.0 1131.9374 3.0 1131.9481 8.0 1131.9589 1.0 1131.9696 2.0 1131.9803 10.0 1131.9911 9.0 1132.0018 9.0 1132.0125 4.0 1132.0233 10.0 1132.034 6.0 1132.0447 5.0 1132.0555 2.0 1132.0662 5.0 1132.0769 2.0 1132.0877 4.0 1132.0984 3.0 1132.1091 9.0 1132.1199 4.0 1132.1306 8.0 1132.1413 6.0 1132.1521 11.0 1132.1628 6.0 1132.1735 1.0 1132.1843 2.0 1132.195 4.0 1132.2058 11.0 1132.2165 12.0 1132.2272 5.0 1132.238 2.0 1132.2487 4.0 1132.2594 12.0 1132.2702 17.0 1132.2809 5.0 1132.2916 11.0 1132.3024 9.0 1132.3131 6.0 1132.3238 13.0 1132.3346 13.0 1132.3453 7.0 1132.3561 3.0 1132.3668 8.0 1132.3775 6.0 1132.3883 8.0 1132.399 8.0 1132.4097 9.0 1132.4205 8.0 1132.4312 18.0 1132.4419 9.0 1132.4527 2.0 1132.4741 9.0 1132.4849 6.0 1132.4956 13.0 1132.5064 7.0 1132.5171 10.0 1132.5278 4.0 1132.5386 6.0 1132.5493 7.0 1132.56 1.0 1132.5708 5.0 1132.5815 2.0 1132.5923 1.0 1132.603 2.0 1132.6137 3.0 1132.6245 4.0 1132.6352 7.0 1132.6459 9.0 1132.6567 7.0 1132.6674 15.0 1132.6781 22.0 1132.6889 10.0 1132.6996 2.0 1132.7104 3.0 1132.7211 14.0 1132.7318 7.0 1132.7426 4.0 1132.7533 13.0 1132.7641 5.0 1132.7748 6.0 1132.7855 5.0 1132.7963 3.0 1132.807 7.0 1132.8177 3.0 1132.8285 2.0 1132.8392 4.0 1132.85 4.0 1132.8607 2.0 1132.8714 2.0 1132.8822 3.0 1132.8929 11.0 1132.9036 12.0 1132.9144 11.0 1132.9251 15.0 1132.9359 10.0 1132.9466 4.0 1132.9573 3.0 1132.9681 2.0 1132.9788 8.0 1132.9896 3.0 1133.0003 2.0 1133.011 3.0 1133.0218 5.0 1133.0325 3.0 1133.0433 5.0 1133.054 5.0 1133.0647 7.0 1133.0755 11.0 1133.0862 9.0 1133.0969 3.0 1133.1077 6.0 1133.1184 9.0 1133.1292 6.0 1133.1399 3.0 1133.1506 7.0 1133.1614 12.0 1133.1721 6.0 1133.1829 1.0 1133.1936 4.0 1133.2043 5.0 1133.2151 10.0 1133.2258 11.0 1133.2366 20.0 1133.2473 8.0 1133.258 10.0 1133.2688 9.0 1133.2795 7.0 1133.2903 5.0 1133.301 5.0 1133.3117 10.0 1133.3225 8.0 1133.3332 7.0 1133.344 8.0 1133.3547 6.0 1133.3654 10.0 1133.3762 14.0 1133.3869 14.0 1133.3977 6.0 1133.4084 10.0 1133.4192 16.0 1133.4299 10.0 1133.4406 5.0 1133.4514 7.0 1133.4621 6.0 1133.4729 9.0 1133.4836 12.0 1133.4943 8.0 1133.5051 6.0 1133.5158 5.0 1133.5266 5.0 1133.5373 2.0 1133.548 8.0 1133.5588 8.0 1133.5695 6.0 1133.5803 8.0 1133.591 8.0 1133.6018 8.0 1133.6125 8.0 1133.6232 8.0 1133.634 9.0 1133.6447 2.0 1133.6555 3.0 1133.6662 10.0 1133.6769 8.0 1133.6877 7.0 1133.6984 8.0 1133.7092 5.0 1133.7199 6.0 1133.7307 7.0 1133.7414 11.0 1133.7521 9.0 1133.7629 10.0 1133.7736 8.0 1133.7844 3.0 1133.7951 5.0 1133.8059 8.0 1133.8166 2.0 1133.8273 4.0 1133.8381 9.0 1133.8488 17.0 1133.8596 7.0 1133.8703 10.0 1133.8811 8.0 1133.8918 3.0 1133.9025 5.0 1133.9133 5.0 1133.924 10.0 1133.9348 9.0 1133.9563 8.0 1133.967 5.0 1133.9777 6.0 1133.9885 3.0 1133.9992 4.0 1134.01 1.0 1134.0207 3.0 1134.0315 6.0 1134.0422 3.0 1134.053 10.0 1134.0637 15.0 1134.0744 15.0 1134.0852 4.0 1134.0959 1.0 1134.1067 2.0 1134.1174 2.0 1134.1282 8.0 1134.1497 3.0 1134.1604 5.0 1134.1711 8.0 1134.1819 8.0 1134.1926 9.0 1134.2034 3.0 1134.2141 4.0 1134.2249 5.0 1134.2356 6.0 1134.2464 6.0 1134.2571 13.0 1134.2678 17.0 1134.2786 6.0 1134.2893 5.0 1134.3001 13.0 1134.3108 8.0 1134.3216 10.0 1134.3323 5.0 1134.3431 4.0 1134.3538 3.0 1134.3646 3.0 1134.3753 2.0 1134.386 1.0 1134.3968 3.0 1134.4075 2.0 1134.4183 5.0 1134.429 5.0 1134.4398 5.0 1134.4505 6.0 1134.4613 4.0 1134.472 5.0 1134.4828 4.0 1134.4935 4.0 1134.5042 7.0 1134.515 3.0 1134.5257 7.0 1134.5365 12.0 1134.5472 5.0 1134.558 6.0 1134.5687 2.0 1134.5795 2.0 1134.5902 5.0 1134.601 7.0 1134.6117 6.0 1134.6225 9.0 1134.6332 7.0 1134.644 5.0 1134.6547 3.0 1134.6654 6.0 1134.6762 8.0 1134.6869 8.0 1134.6977 7.0 1134.7084 3.0 1134.7192 2.0 1134.7299 2.0 1134.7407 1.0 1134.7514 3.0 1134.7622 4.0 1134.7729 5.0 1134.7837 11.0 1134.7944 9.0 1134.8052 5.0 1134.8159 17.0 1134.8267 12.0 1134.8374 9.0 1134.8481 3.0 1134.8589 9.0 1134.8696 5.0 1134.8804 5.0 1134.8911 1.0 1134.9019 12.0 1134.9126 14.0 1134.9234 6.0 1134.9341 3.0 1134.9449 3.0 1134.9556 4.0 1134.9664 6.0 1134.9771 9.0 1134.9879 2.0 1134.9986 3.0 1135.0094 4.0 1135.0201 6.0 1135.0309 8.0 1135.0416 9.0 1135.0524 9.0 1135.0631 12.0 1135.0739 2.0 1135.0846 13.0 1135.0954 15.0 1135.1061 6.0 1135.1169 10.0 1135.1276 10.0 1135.1384 7.0 1135.1491 5.0 1135.1599 6.0 1135.1706 6.0 1135.1814 7.0 1135.1921 7.0 1135.2029 3.0 1135.2136 10.0 1135.2244 15.0 1135.2351 3.0 1135.2459 4.0 1135.2566 7.0 1135.2673 6.0 1135.2781 3.0 1135.2888 7.0 1135.2996 13.0 1135.3103 5.0 1135.3211 10.0 1135.3318 9.0 1135.3426 7.0 1135.3533 9.0 1135.3641 6.0 1135.3748 15.0 1135.3856 18.0 1135.3964 13.0 1135.4071 7.0 1135.4179 6.0 1135.4286 2.0 1135.4394 1.0 1135.4501 3.0 1135.4609 4.0 1135.4716 5.0 1135.4824 4.0 1135.4931 3.0 1135.5039 5.0 1135.5146 7.0 1135.5254 3.0 1135.5361 1.0 1135.5469 2.0 1135.5576 7.0 1135.5684 5.0 1135.5791 8.0 1135.5899 4.0 1135.6006 4.0 1135.6114 11.0 1135.6221 9.0 1135.6329 3.0 1135.6436 2.0 1135.6544 9.0 1135.6651 6.0 1135.6759 2.0 1135.6866 2.0 1135.6974 4.0 1135.7081 4.0 1135.7189 2.0 1135.7296 4.0 1135.7404 12.0 1135.7511 4.0 1135.7619 8.0 1135.7726 11.0 1135.7834 2.0 1135.7941 3.0 1135.8049 2.0 1135.8157 7.0 1135.8264 3.0 1135.8372 7.0 1135.8479 6.0 1135.8587 2.0 1135.8694 4.0 1135.8802 3.0 1135.8909 2.0 1135.9017 7.0 1135.9124 13.0 1135.9232 10.0 1135.9339 5.0 1135.9447 7.0 1135.9554 11.0 1135.9662 7.0 1135.9769 4.0 1135.9877 7.0 1135.9985 13.0 1136.0092 3.0 1136.02 3.0 1136.0307 1.0 1136.0415 4.0 1136.0522 5.0 1136.063 6.0 1136.0737 11.0 1136.0845 14.0 1136.0952 11.0 1136.106 3.0 1136.1167 8.0 1136.1275 11.0 1136.1382 7.0 1136.149 10.0 1136.1598 7.0 1136.1705 7.0 1136.1813 7.0 1136.2028 3.0 1136.2135 3.0 1136.2243 15.0 1136.235 8.0 1136.2458 5.0 1136.2565 12.0 1136.2673 12.0 1136.2781 13.0 1136.2888 7.0 1136.2996 9.0 1136.3103 9.0 1136.3211 14.0 1136.3318 14.0 1136.3426 7.0 1136.3533 2.0 1136.3641 5.0 1136.3748 4.0 1136.3856 7.0 1136.3964 8.0 1136.4071 3.0 1136.4179 4.0 1136.4286 3.0 1136.4394 3.0 1136.4501 4.0 1136.4609 1.0 1136.4716 5.0 1136.4824 9.0 1136.4932 13.0 1136.5039 5.0 1136.5147 4.0 1136.5254 4.0 1136.5362 6.0 1136.5469 15.0 1136.5577 19.0 1136.5684 6.0 1136.5792 1.0 1136.59 4.0 1136.6007 3.0 1136.6115 5.0 1136.6222 4.0 1136.633 3.0 1136.6437 6.0 1136.6545 8.0 1136.6652 7.0 1136.676 8.0 1136.6868 2.0 1136.6975 4.0 1136.7083 17.0 1136.719 10.0 1136.7298 6.0 1136.7405 4.0 1136.7513 5.0 1136.7621 3.0 1136.7728 3.0 1136.7836 2.0 1136.7943 4.0 1136.8051 7.0 1136.8158 21.0 1136.8266 5.0 1136.8374 10.0 1136.8481 7.0 1136.8589 9.0 1136.8696 2.0 1136.8804 6.0 1136.8911 6.0 1136.9019 2.0 1136.9127 7.0 1136.9234 4.0 1136.9342 7.0 1136.9449 3.0 1136.9557 8.0 1136.9664 10.0 1136.9772 7.0 1136.988 4.0 1136.9987 11.0 1137.0095 13.0 1137.0202 1.0 1137.031 3.0 1137.0418 5.0 1137.0525 9.0 1137.0633 3.0 1137.074 3.0 1137.0848 2.0 1137.0955 3.0 1137.1063 1.0 1137.1171 5.0 1137.1278 7.0 1137.1386 10.0 1137.1493 4.0 1137.1601 4.0 1137.1709 6.0 1137.1816 3.0 1137.1924 8.0 1137.2031 5.0 1137.2139 4.0 1137.2247 10.0 1137.2354 9.0 1137.2462 7.0 1137.2569 8.0 1137.2677 7.0 1137.2784 7.0 1137.2892 2.0 1137.3 2.0 1137.3107 5.0 1137.3215 7.0 1137.3322 7.0 1137.343 15.0 1137.3538 12.0 1137.3645 2.0 1137.3753 15.0 1137.386 4.0 1137.3968 5.0 1137.4076 11.0 1137.4183 5.0 1137.4291 5.0 1137.4398 4.0 1137.4506 6.0 1137.4614 6.0 1137.4721 5.0 1137.4829 10.0 1137.4936 8.0 1137.5044 14.0 1137.5152 11.0 1137.5259 8.0 1137.5367 11.0 1137.5474 5.0 1137.5582 8.0 1137.569 5.0 1137.5797 2.0 1137.5905 4.0 1137.6012 2.0 1137.612 1.0 1137.6228 3.0 1137.6335 1.0 1137.6443 4.0 1137.6551 3.0 1137.6658 5.0 1137.6766 4.0 1137.6873 7.0 1137.6981 4.0 1137.7089 12.0 1137.7196 2.0 1137.7304 9.0 1137.7411 9.0 1137.7519 2.0 1137.7627 5.0 1137.7734 2.0 1137.7842 6.0 1137.795 4.0 1137.8057 8.0 1137.8165 5.0 1137.8272 13.0 1137.838 8.0 1137.8488 8.0 1137.8595 6.0 1137.8703 3.0 1137.881 8.0 1137.8918 5.0 1137.9026 6.0 1137.9133 7.0 1137.9241 4.0 1137.9349 14.0 1137.9456 11.0 1137.9564 1.0 1137.9671 3.0 1137.9779 8.0 1137.9887 15.0 1137.9994 7.0 1138.0102 12.0 1138.021 3.0 1138.0317 5.0 1138.0425 4.0 1138.0533 4.0 1138.064 4.0 1138.0748 7.0 1138.0855 7.0 1138.0963 5.0 1138.1071 5.0 1138.1178 4.0 1138.1286 4.0 1138.1394 8.0 1138.1501 4.0 1138.1609 6.0 1138.1716 12.0 1138.1824 4.0 1138.1932 8.0 1138.2039 10.0 1138.2147 5.0 1138.2255 7.0 1138.2362 3.0 1138.247 7.0 1138.2578 13.0 1138.2685 9.0 1138.2793 9.0 1138.29 5.0 1138.3008 11.0 1138.3116 5.0 1138.3223 1.0 1138.3331 7.0 1138.3439 19.0 1138.3546 23.0 1138.3654 13.0 1138.3762 2.0 1138.3869 2.0 1138.3977 5.0 1138.4085 10.0 1138.4192 3.0 1138.43 5.0 1138.4408 10.0 1138.4515 4.0 1138.4623 11.0 1138.473 9.0 1138.4838 6.0 1138.4946 4.0 1138.5053 2.0 1138.5161 5.0 1138.5269 2.0 1138.5376 5.0 1138.5484 13.0 1138.5592 16.0 1138.5699 13.0 1138.5807 7.0 1138.5915 6.0 1138.6022 7.0 1138.613 5.0 1138.6238 10.0 1138.6345 8.0 1138.6453 7.0 1138.6561 14.0 1138.6668 5.0 1138.6776 4.0 1138.6884 10.0 1138.6991 1.0 1138.7099 2.0 1138.7207 1.0 1138.7314 6.0 1138.7422 14.0 1138.753 9.0 1138.7637 7.0 1138.7745 2.0 1138.7853 2.0 1138.796 2.0 1138.8068 3.0 1138.8176 9.0 1138.8283 7.0 1138.8391 8.0 1138.8499 5.0 1138.8606 7.0 1138.8714 9.0 1138.8822 4.0 1138.8929 2.0 1138.9037 4.0 1138.9145 5.0 1138.9252 7.0 1138.936 5.0 1138.9468 8.0 1138.9575 10.0 1138.9683 7.0 1138.9791 6.0 1138.9898 12.0 1139.0006 10.0 1139.0114 9.0 1139.0221 3.0 1139.0329 4.0 1139.0437 3.0 1139.0544 2.0 1139.0652 5.0 1139.076 3.0 1139.0867 6.0 1139.0975 5.0 1139.1083 5.0 1139.119 5.0 1139.1298 3.0 1139.1406 5.0 1139.1513 7.0 1139.1621 6.0 1139.1729 16.0 1139.1836 11.0 1139.1944 13.0 1139.2052 7.0 1139.216 8.0 1139.2267 5.0 1139.2375 7.0 1139.2483 5.0 1139.259 3.0 1139.2698 6.0 1139.2806 5.0 1139.2913 8.0 1139.3021 2.0 1139.3129 8.0 1139.3236 10.0 1139.3344 14.0 1139.3452 6.0 1139.3559 9.0 1139.3667 15.0 1139.3775 12.0 1139.3883 9.0 1139.399 9.0 1139.4098 6.0 1139.4206 8.0 1139.4313 4.0 1139.4421 4.0 1139.4529 4.0 1139.4636 7.0 1139.4744 6.0 1139.4852 9.0 1139.496 6.0 1139.5067 2.0 1139.5175 5.0 1139.5283 4.0 1139.539 2.0 1139.5498 12.0 1139.5606 9.0 1139.5713 5.0 1139.5821 3.0 1139.5929 7.0 1139.6037 5.0 1139.6144 3.0 1139.6252 3.0 1139.636 9.0 1139.6467 9.0 1139.6575 11.0 1139.6683 6.0 1139.679 5.0 1139.6898 4.0 1139.7006 2.0 1139.7114 1.0 1139.7221 5.0 1139.7329 8.0 1139.7437 16.0 1139.7544 11.0 1139.7652 12.0 1139.776 7.0 1139.7868 6.0 1139.7975 6.0 1139.8083 5.0 1139.8191 7.0 1139.8298 8.0 1139.8406 4.0 1139.8514 3.0 1139.8622 2.0 1139.8729 5.0 1139.8945 6.0 1139.9052 10.0 1139.916 15.0 1139.9268 6.0 1139.9376 6.0 1139.9483 5.0 1139.9591 3.0 1139.9699 6.0 1139.9806 2.0 1139.9914 8.0 1140.0022 5.0 1140.013 7.0 1140.0237 10.0 1140.0345 4.0 1140.0453 2.0 1140.0561 1.0 1140.0668 3.0 1140.0884 3.0 1140.0991 6.0 1140.1099 9.0 1140.1207 7.0 1140.1315 6.0 1140.1422 1.0 1140.153 2.0 1140.1638 3.0 1140.1746 8.0 1140.1853 6.0 1140.1961 2.0 1140.2069 6.0 1140.2176 5.0 1140.2284 14.0 1140.2392 10.0 1140.25 1.0 1140.2607 2.0 1140.2715 1.0 1140.2823 9.0 1140.2931 6.0 1140.3038 13.0 1140.3146 7.0 1140.3254 5.0 1140.3362 3.0 1140.3469 11.0 1140.3577 7.0 1140.3685 7.0 1140.3793 7.0 1140.39 3.0 1140.4008 3.0 1140.4116 2.0 1140.4224 7.0 1140.4331 9.0 1140.4439 6.0 1140.4547 6.0 1140.4654 5.0 1140.4762 4.0 1140.487 14.0 1140.4978 18.0 1140.5085 14.0 1140.5193 9.0 1140.5301 4.0 1140.5409 11.0 1140.5516 6.0 1140.5624 8.0 1140.5732 10.0 1140.584 1.0 1140.5947 3.0 1140.6055 3.0 1140.6163 1.0 1140.6271 7.0 1140.6378 7.0 1140.6486 5.0 1140.6594 6.0 1140.6702 3.0 1140.6809 5.0 1140.6917 6.0 1140.7025 3.0 1140.7133 6.0 1140.7241 9.0 1140.7348 11.0 1140.7456 5.0 1140.7564 5.0 1140.7672 5.0 1140.7779 11.0 1140.7887 2.0 1140.7995 6.0 1140.8103 14.0 1140.821 7.0 1140.8318 4.0 1140.8426 11.0 1140.8534 4.0 1140.8641 9.0 1140.8749 1.0 1140.8857 9.0 1140.8965 9.0 1140.9072 2.0 1140.918 6.0 1140.9288 14.0 1140.9396 7.0 1140.9504 4.0 1140.9611 10.0 1140.9719 3.0 1140.9827 4.0 1140.9935 10.0 1141.0042 20.0 1141.015 10.0 1141.0258 5.0 1141.0366 7.0 1141.0473 9.0 1141.0581 13.0 1141.0689 8.0 1141.0797 3.0 1141.0905 4.0 1141.1012 6.0 1141.112 10.0 1141.1228 13.0 1141.1336 4.0 1141.1443 4.0 1141.1551 7.0 1141.1659 7.0 1141.1767 2.0 1141.1875 1.0 1141.1982 7.0 1141.209 10.0 1141.2198 10.0 1141.2306 5.0 1141.2413 7.0 1141.2521 3.0 1141.2629 8.0 1141.2737 9.0 1141.2845 11.0 1141.2952 17.0 1141.306 12.0 1141.3168 6.0 1141.3276 7.0 1141.3383 3.0 1141.3491 10.0 1141.3599 9.0 1141.3707 1.0 1141.3815 9.0 1141.3922 8.0 1141.403 4.0 1141.4138 9.0 1141.4246 12.0 1141.4354 8.0 1141.4461 10.0 1141.4569 7.0 1141.4677 4.0 1141.4785 2.0 1141.4893 3.0 1141.5 3.0 1141.5108 4.0 1141.5216 10.0 1141.5324 9.0 1141.5432 4.0 1141.5539 7.0 1141.5647 10.0 1141.5755 6.0 1141.5863 6.0 1141.5971 5.0 1141.6078 5.0 1141.6186 6.0 1141.6294 8.0 1141.6402 4.0 1141.651 5.0 1141.6617 4.0 1141.6725 2.0 1141.6833 6.0 1141.6941 13.0 1141.7049 5.0 1141.7156 3.0 1141.7264 5.0 1141.7372 4.0 1141.7588 3.0 1141.7695 4.0 1141.7803 10.0 1141.7911 5.0 1141.8019 13.0 1141.8127 8.0 1141.8234 3.0 1141.8342 7.0 1141.845 5.0 1141.8558 2.0 1141.8666 3.0 1141.8773 1.0 1141.8881 6.0 1141.8989 6.0 1141.9097 2.0 1141.9205 4.0 1141.9313 3.0 1141.942 2.0 1141.9528 6.0 1141.9636 5.0 1141.9744 5.0 1141.9852 9.0 1141.9959 3.0 1142.0067 5.0 1142.0175 5.0 1142.0283 1.0 1142.0391 5.0 1142.0498 7.0 1142.0606 7.0 1142.0714 6.0 1142.0822 2.0 1142.093 6.0 1142.1038 4.0 1142.1145 4.0 1142.1253 3.0 1142.1361 6.0 1142.1469 16.0 1142.1577 5.0 1142.1685 2.0 1142.1792 8.0 1142.19 5.0 1142.2008 4.0 1142.2116 6.0 1142.2224 11.0 1142.2332 9.0 1142.2439 11.0 1142.2547 24.0 1142.2655 19.0 1142.2763 16.0 1142.2871 23.0 1142.2978 29.0 1142.3086 5.0 1142.3194 4.0 1142.3302 7.0 1142.341 6.0 1142.3518 9.0 1142.3625 5.0 1142.3733 1.0 1142.3841 4.0 1142.3949 1.0 1142.4057 8.0 1142.4165 2.0 1142.4273 9.0 1142.438 5.0 1142.4488 8.0 1142.4596 8.0 1142.4704 3.0 1142.4812 2.0 1142.492 2.0 1142.5027 6.0 1142.5135 3.0 1142.5243 12.0 1142.5351 11.0 1142.5459 2.0 1142.5567 4.0 1142.5674 4.0 1142.5782 5.0 1142.589 8.0 1142.5998 5.0 1142.6106 3.0 1142.6214 9.0 1142.6429 8.0 1142.6537 4.0 1142.6645 4.0 1142.6753 8.0 1142.6861 6.0 1142.6969 4.0 1142.7076 4.0 1142.7184 10.0 1142.7292 8.0 1142.74 4.0 1142.7508 3.0 1142.7616 3.0 1142.7724 1.0 1142.7831 3.0 1142.7939 12.0 1142.8047 12.0 1142.8155 11.0 1142.8263 8.0 1142.8371 8.0 1142.8479 6.0 1142.8586 10.0 1142.8694 3.0 1142.8802 6.0 1142.891 2.0 1142.9018 6.0 1142.9126 6.0 1142.9234 6.0 1142.9341 8.0 1142.9449 3.0 1142.9557 3.0 1142.9665 13.0 1142.9773 15.0 1142.9881 8.0 1142.9989 7.0 1143.0097 5.0 1143.0204 2.0 1143.0312 2.0 1143.042 3.0 1143.0528 1.0 1143.0636 3.0 1143.0744 8.0 1143.0852 11.0 1143.0959 14.0 1143.1067 8.0 1143.1175 6.0 1143.1283 6.0 1143.1391 9.0 1143.1499 5.0 1143.1607 13.0 1143.1715 15.0 1143.193 4.0 1143.2038 11.0 1143.2146 4.0 1143.2254 5.0 1143.2362 9.0 1143.247 6.0 1143.2578 17.0 1143.2685 11.0 1143.2793 10.0 1143.2901 15.0 1143.3009 4.0 1143.3117 15.0 1143.3225 12.0 1143.3333 6.0 1143.3441 11.0 1143.3548 8.0 1143.3656 11.0 1143.3764 3.0 1143.3872 4.0 1143.398 5.0 1143.4088 3.0 1143.4196 7.0 1143.4304 2.0 1143.4412 8.0 1143.4519 4.0 1143.4627 11.0 1143.4735 19.0 1143.4843 2.0 1143.4951 2.0 1143.5059 6.0 1143.5167 8.0 1143.5275 6.0 1143.5383 2.0 1143.549 5.0 1143.5598 10.0 1143.5706 8.0 1143.5814 3.0 1143.5922 6.0 1143.603 4.0 1143.6138 3.0 1143.6246 2.0 1143.6461 5.0 1143.6569 4.0 1143.6677 12.0 1143.6785 9.0 1143.6893 9.0 1143.7001 10.0 1143.7109 8.0 1143.7217 6.0 1143.7325 10.0 1143.7433 6.0 1143.754 3.0 1143.7648 6.0 1143.7756 2.0 1143.7864 5.0 1143.7972 8.0 1143.808 6.0 1143.8188 5.0 1143.8296 9.0 1143.8404 6.0 1143.8512 5.0 1143.8619 8.0 1143.8727 2.0 1143.8835 3.0 1143.8943 9.0 1143.9051 2.0 1143.9159 5.0 1143.9267 8.0 1143.9375 8.0 1143.9483 1.0 1143.9591 3.0 1143.9699 6.0 1143.9806 10.0 1143.9914 14.0 1144.0022 3.0 1144.013 9.0 1144.0238 2.0 1144.0346 7.0 1144.0454 3.0 1144.0562 5.0 1144.067 3.0 1144.0778 6.0 1144.0886 7.0 1144.0994 5.0 1144.1101 7.0 1144.1209 2.0 1144.1317 7.0 1144.1425 13.0 1144.1533 4.0 1144.1641 1.0 1144.1749 8.0 1144.1857 2.0 1144.1965 2.0 1144.2073 6.0 1144.2181 2.0 1144.2289 2.0 1144.2504 6.0 1144.2612 5.0 1144.272 6.0 1144.2828 15.0 1144.2936 7.0 1144.3044 5.0 1144.3152 5.0 1144.326 9.0 1144.3368 12.0 1144.3476 5.0 1144.3584 12.0 1144.3692 18.0 1144.38 12.0 1144.3908 9.0 1144.4015 12.0 1144.4123 11.0 1144.4231 7.0 1144.4339 2.0 1144.4447 5.0 1144.4555 9.0 1144.4663 8.0 1144.4771 5.0 1144.4879 10.0 1144.4987 10.0 1144.5095 7.0 1144.5203 2.0 1144.5311 12.0 1144.5419 8.0 1144.5527 6.0 1144.5634 7.0 1144.5742 4.0 1144.585 8.0 1144.5958 9.0 1144.6066 7.0 1144.6174 6.0 1144.6282 8.0 1144.639 9.0 1144.6498 7.0 1144.6606 2.0 1144.6714 3.0 1144.6822 7.0 1144.693 6.0 1144.7038 1.0 1144.7146 6.0 1144.7254 8.0 1144.7362 5.0 1144.747 2.0 1144.7577 2.0 1144.7685 8.0 1144.7793 12.0 1144.7901 12.0 1144.8009 1.0 1144.8117 8.0 1144.8225 12.0 1144.8333 5.0 1144.8441 5.0 1144.8549 2.0 1144.8657 9.0 1144.8765 10.0 1144.8873 7.0 1144.8981 2.0 1144.9089 6.0 1144.9197 8.0 1144.9305 3.0 1144.9413 5.0 1144.9521 5.0 1144.9629 6.0 1144.9737 5.0 1144.9844 6.0 1144.9952 6.0 1145.006 3.0 1145.0168 9.0 1145.0276 4.0 1145.0384 8.0 1145.0492 12.0 1145.06 8.0 1145.0708 5.0 1145.0816 3.0 1145.0924 3.0 1145.1032 6.0 1145.114 1.0 1145.1248 6.0 1145.1356 5.0 1145.1464 7.0 1145.1572 7.0 1145.168 7.0 1145.1788 9.0 1145.1896 6.0 1145.2004 3.0 1145.2112 3.0 1145.222 1.0 1145.2328 4.0 1145.2436 4.0 1145.2544 1.0 1145.2652 12.0 1145.276 16.0 1145.2868 6.0 1145.2976 14.0 1145.3084 7.0 1145.3191 11.0 1145.3299 6.0 1145.3407 3.0 1145.3515 11.0 1145.3623 10.0 1145.3731 19.0 1145.3839 15.0 1145.3947 13.0 1145.4055 9.0 1145.4163 6.0 1145.4271 6.0 1145.4379 10.0 1145.4487 4.0 1145.4595 1.0 1145.4703 10.0 1145.4811 8.0 1145.4919 7.0 1145.5027 2.0 1145.5135 5.0 1145.5243 6.0 1145.5351 7.0 1145.5459 3.0 1145.5567 6.0 1145.5675 4.0 1145.5783 7.0 1145.5891 5.0 1145.5999 9.0 1145.6107 4.0 1145.6215 4.0 1145.6323 6.0 1145.6431 6.0 1145.6539 3.0 1145.6647 6.0 1145.6755 4.0 1145.6863 7.0 1145.6971 12.0 1145.7079 14.0 1145.7187 15.0 1145.7295 8.0 1145.7403 4.0 1145.7511 16.0 1145.7619 9.0 1145.7727 4.0 1145.7835 7.0 1145.7943 4.0 1145.8051 10.0 1145.8267 4.0 1145.8375 3.0 1145.8483 3.0 1145.8591 9.0 1145.8699 13.0 1145.8807 6.0 1145.8915 8.0 1145.9023 13.0 1145.9131 9.0 1145.9239 3.0 1145.9347 4.0 1145.9455 4.0 1145.9563 3.0 1145.9671 8.0 1145.9779 6.0 1145.9887 1.0 1145.9995 2.0 1146.0103 5.0 1146.0211 3.0 1146.0319 1.0 1146.0427 9.0 1146.0535 4.0 1146.0643 5.0 1146.0751 3.0 1146.0859 3.0 1146.0967 5.0 1146.1075 4.0 1146.1183 5.0 1146.1291 3.0 1146.1399 2.0 1146.1507 6.0 1146.1615 9.0 1146.1723 10.0 1146.1831 5.0 1146.1939 2.0 1146.2047 7.0 1146.2155 8.0 1146.2263 3.0 1146.2371 9.0 1146.2479 8.0 1146.2587 2.0 1146.2695 9.0 1146.2803 8.0 1146.2911 2.0 1146.3019 3.0 1146.3127 6.0 1146.3235 9.0 1146.3343 4.0 1146.3451 7.0 1146.3559 4.0 1146.3667 3.0 1146.3776 3.0 1146.3884 2.0 1146.3992 6.0 1146.41 4.0 1146.4208 4.0 1146.4316 4.0 1146.4424 6.0 1146.4532 7.0 1146.464 10.0 1146.4748 13.0 1146.4856 17.0 1146.4964 19.0 1146.5072 4.0 1146.518 5.0 1146.5288 1.0 1146.5396 6.0 1146.5504 1.0 1146.5612 4.0 1146.572 11.0 1146.5828 8.0 1146.5936 5.0 1146.6044 2.0 1146.6152 6.0 1146.626 2.0 1146.6368 7.0 1146.6476 7.0 1146.6584 2.0 1146.6692 8.0 1146.68 8.0 1146.6908 7.0 1146.7016 6.0 1146.7125 9.0 1146.7233 4.0 1146.7341 7.0 1146.7449 4.0 1146.7557 4.0 1146.7665 13.0 1146.7773 9.0 1146.7881 18.0 1146.7989 13.0 1146.8097 14.0 1146.8205 6.0 1146.8313 5.0 1146.8421 7.0 1146.8529 12.0 1146.8637 7.0 1146.8745 2.0 1146.8853 7.0 1146.8961 6.0 1146.9069 4.0 1146.9177 10.0 1146.9285 5.0 1146.9394 8.0 1146.9502 9.0 1146.961 2.0 1146.9718 6.0 1146.9826 8.0 1146.9934 7.0 1147.0042 11.0 1147.015 8.0 1147.0258 5.0 1147.0366 1.0 1147.0474 7.0 1147.0582 4.0 1147.069 4.0 1147.0798 2.0 1147.0906 6.0 1147.1014 4.0 1147.1122 8.0 1147.123 2.0 1147.1339 8.0 1147.1555 1.0 1147.1663 18.0 1147.1771 11.0 1147.1879 17.0 1147.1987 4.0 1147.2203 4.0 1147.2311 7.0 1147.2419 11.0 1147.2527 4.0 1147.2635 5.0 1147.2743 5.0 1147.2851 19.0 1147.296 7.0 1147.3068 5.0 1147.3176 4.0 1147.3284 7.0 1147.3392 11.0 1147.35 7.0 1147.3608 9.0 1147.3716 7.0 1147.3824 8.0 1147.3932 6.0 1147.404 6.0 1147.4148 5.0 1147.4256 9.0 1147.4364 5.0 1147.4473 5.0 1147.4581 4.0 1147.4689 3.0 1147.4797 8.0 1147.4905 10.0 1147.5013 10.0 1147.5121 17.0 1147.5229 10.0 1147.5337 4.0 1147.5445 3.0 1147.5553 1.0 1147.5661 8.0 1147.5769 12.0 1147.5878 8.0 1147.5986 1.0 1147.6094 7.0 1147.6202 8.0 1147.631 2.0 1147.6418 5.0 1147.6526 2.0 1147.6634 6.0 1147.6742 10.0 1147.685 7.0 1147.6958 3.0 1147.7067 5.0 1147.7283 5.0 1147.7391 10.0 1147.7499 9.0 1147.7607 6.0 1147.7715 2.0 1147.7823 9.0 1147.7931 5.0 1147.8039 7.0 1147.8147 9.0 1147.8256 7.0 1147.8364 9.0 1147.8472 10.0 1147.858 5.0 1147.8688 3.0 1147.8796 3.0 1147.8904 1.0 1147.9012 3.0 1147.912 3.0 1147.9228 6.0 1147.9336 6.0 1147.9445 11.0 1147.9553 8.0 1147.9661 2.0 1147.9769 5.0 1147.9877 2.0 1147.9985 1.0 1148.0093 5.0 1148.0201 5.0 1148.0309 6.0 1148.0526 9.0 1148.0634 6.0 1148.0742 9.0 1148.085 13.0 1148.0958 6.0 1148.1066 4.0 1148.1174 3.0 1148.1282 3.0 1148.139 4.0 1148.1499 11.0 1148.1607 6.0 1148.1715 6.0 1148.1823 4.0 1148.1931 6.0 1148.2039 4.0 1148.2147 5.0 1148.2255 15.0 1148.2363 8.0 1148.2472 5.0 1148.258 8.0 1148.2688 11.0 1148.2796 6.0 1148.2904 1.0 1148.3012 5.0 1148.312 1.0 1148.3228 9.0 1148.3336 8.0 1148.3445 12.0 1148.3553 8.0 1148.3661 5.0 1148.3769 12.0 1148.3877 13.0 1148.3985 8.0 1148.4093 4.0 1148.4201 6.0 1148.431 2.0 1148.4418 9.0 1148.4526 7.0 1148.4634 4.0 1148.4742 15.0 1148.485 4.0 1148.5066 4.0 1148.5175 5.0 1148.5283 5.0 1148.5391 5.0 1148.5499 2.0 1148.5607 12.0 1148.5715 1.0 1148.5823 4.0 1148.5931 6.0 1148.604 5.0 1148.6148 7.0 1148.6256 6.0 1148.6364 2.0 1148.6472 2.0 1148.658 2.0 1148.6688 4.0 1148.6797 2.0 1148.6905 4.0 1148.7013 8.0 1148.7121 11.0 1148.7229 11.0 1148.7337 5.0 1148.7445 9.0 1148.7553 10.0 1148.7662 7.0 1148.777 8.0 1148.7878 4.0 1148.7986 6.0 1148.8094 3.0 1148.8202 2.0 1148.831 4.0 1148.8419 3.0 1148.8527 3.0 1148.8635 2.0 1148.8743 6.0 1148.8851 8.0 1148.8959 2.0 1148.9067 6.0 1148.9176 9.0 1148.9284 17.0 1148.9392 28.0 1148.95 17.0 1148.9608 11.0 1148.9716 4.0 1148.9825 7.0 1148.9933 6.0 1149.0041 4.0 1149.0149 4.0 1149.0257 3.0 1149.0365 3.0 1149.0473 6.0 1149.0582 7.0 1149.069 4.0 1149.0798 2.0 1149.0906 1.0 1149.1014 6.0 1149.1122 4.0 1149.123 5.0 1149.1339 3.0 1149.1447 6.0 1149.1555 3.0 1149.1663 2.0 1149.1771 7.0 1149.1879 8.0 1149.1988 11.0 1149.2096 12.0 1149.2204 2.0 1149.2312 7.0 1149.242 6.0 1149.2528 9.0 1149.2637 5.0 1149.2745 12.0 1149.2853 16.0 1149.2961 6.0 1149.3069 15.0 1149.3177 10.0 1149.3286 9.0 1149.3394 12.0 1149.3502 15.0 1149.361 7.0 1149.3718 5.0 1149.3826 2.0 1149.3935 5.0 1149.4043 11.0 1149.4151 10.0 1149.4259 11.0 1149.4367 7.0 1149.4475 6.0 1149.4584 4.0 1149.4692 5.0 1149.48 5.0 1149.4908 4.0 1149.5016 5.0 1149.5124 3.0 1149.5233 3.0 1149.5341 8.0 1149.5449 7.0 1149.5557 6.0 1149.5665 8.0 1149.5773 7.0 1149.5882 6.0 1149.599 10.0 1149.6098 8.0 1149.6206 9.0 1149.6314 4.0 1149.6423 2.0 1149.6531 3.0 1149.6639 1.0 1149.6747 2.0 1149.6963 1.0 1149.7072 9.0 1149.718 14.0 1149.7288 14.0 1149.7396 4.0 1149.7504 7.0 1149.7613 8.0 1149.7721 4.0 1149.7829 4.0 1149.7937 6.0 1149.8045 3.0 1149.8153 5.0 1149.8262 7.0 1149.837 11.0 1149.8478 8.0 1149.8586 16.0 1149.8694 6.0 1149.8803 7.0 1149.8911 4.0 1149.9019 4.0 1149.9127 6.0 1149.9235 10.0 1149.9344 2.0 1149.9452 5.0 1149.956 14.0 1149.9668 7.0 1149.9776 6.0 1149.9885 14.0 1149.9993 22.0 1150.0101 8.0 1150.0209 11.0 1150.0317 12.0 1150.0426 10.0 1150.0534 3.0 1150.0642 7.0 1150.075 7.0 1150.0858 5.0 1150.0967 2.0 1150.1075 9.0 1150.1183 6.0 1150.1291 7.0 1150.1399 4.0 1150.1508 10.0 1150.1616 10.0 1150.1724 3.0 1150.1832 5.0 1150.194 3.0 1150.2049 2.0 1150.2157 2.0 1150.2265 12.0 1150.2373 7.0 1150.2481 19.0 1150.259 22.0 1150.2698 8.0 1150.2806 1.0 1150.2914 4.0 1150.3022 4.0 1150.3131 4.0 1150.3347 8.0 1150.3455 8.0 1150.3564 6.0 1150.3672 8.0 1150.378 10.0 1150.3888 10.0 1150.3996 1.0 1150.4105 10.0 1150.4213 7.0 1150.4321 7.0 1150.4429 18.0 1150.4537 14.0 1150.4646 8.0 1150.4754 2.0 1150.4862 12.0 1150.497 17.0 1150.5079 8.0 1150.5187 13.0 1150.5295 11.0 1150.5403 3.0 1150.5511 5.0 1150.562 10.0 1150.5728 10.0 1150.5836 5.0 1150.5944 6.0 1150.6053 6.0 1150.6161 4.0 1150.6269 4.0 1150.6377 5.0 1150.6485 4.0 1150.6594 6.0 1150.6702 5.0 1150.681 2.0 1150.6918 5.0 1150.7027 7.0 1150.7135 3.0 1150.7243 1.0 1150.746 7.0 1150.7568 2.0 1150.7676 2.0 1150.7784 7.0 1150.7893 7.0 1150.8001 5.0 1150.8109 9.0 1150.8217 5.0 1150.8325 1.0 1150.8434 7.0 1150.8542 9.0 1150.865 12.0 1150.8758 11.0 1150.8867 9.0 1150.8975 4.0 1150.9083 2.0 1150.9191 5.0 1150.93 4.0 1150.9408 14.0 1150.9516 13.0 1150.9624 5.0 1150.9733 6.0 1150.9841 6.0 1151.0057 4.0 1151.0166 5.0 1151.0274 4.0 1151.0382 2.0 1151.049 7.0 1151.0599 8.0 1151.0707 7.0 1151.0815 17.0 1151.0923 7.0 1151.1032 4.0 1151.114 8.0 1151.1248 12.0 1151.1356 3.0 1151.1465 6.0 1151.1573 7.0 1151.1681 3.0 1151.1789 4.0 1151.1898 7.0 1151.2006 4.0 1151.2114 8.0 1151.2222 13.0 1151.2331 7.0 1151.2439 3.0 1151.2547 4.0 1151.2655 8.0 1151.2764 4.0 1151.2872 9.0 1151.298 9.0 1151.3088 1.0 1151.3197 4.0 1151.3305 12.0 1151.3413 10.0 1151.3521 4.0 1151.363 1.0 1151.3738 5.0 1151.3846 12.0 1151.3954 8.0 1151.4063 4.0 1151.4171 9.0 1151.4279 8.0 1151.4387 5.0 1151.4496 5.0 1151.4604 4.0 1151.4712 8.0 1151.4821 4.0 1151.4929 9.0 1151.5037 3.0 1151.5145 4.0 1151.5254 4.0 1151.5362 8.0 1151.547 7.0 1151.5578 1.0 1151.5687 2.0 1151.5795 5.0 1151.5903 11.0 1151.6012 3.0 1151.612 4.0 1151.6228 2.0 1151.6336 9.0 1151.6445 10.0 1151.6553 9.0 1151.6661 3.0 1151.6769 4.0 1151.6878 3.0 1151.6986 6.0 1151.7094 7.0 1151.7203 7.0 1151.7311 7.0 1151.7419 7.0 1151.7527 5.0 1151.7636 4.0 1151.7744 5.0 1151.7852 6.0 1151.7961 7.0 1151.8069 8.0 1151.8177 13.0 1151.8285 16.0 1151.8394 4.0 1151.8502 1.0 1151.861 9.0 1151.8718 21.0 1151.8827 7.0 1151.8935 11.0 1151.9043 10.0 1151.9152 14.0 1151.926 6.0 1151.9368 1.0 1151.9477 1.0 1151.9585 3.0 1151.9693 8.0 1151.9801 11.0 1151.991 8.0 1152.0018 6.0 1152.0126 13.0 1152.0235 8.0 1152.0343 3.0 1152.0451 4.0 1152.0559 2.0 1152.0668 3.0 1152.0776 12.0 1152.0884 10.0 1152.0993 1.0 1152.1101 5.0 1152.1209 6.0 1152.1318 4.0 1152.1426 2.0 1152.1534 9.0 1152.1642 9.0 1152.1751 11.0 1152.1859 10.0 1152.1967 6.0 1152.2076 3.0 1152.2184 4.0 1152.2292 3.0 1152.2401 6.0 1152.2509 7.0 1152.2617 5.0 1152.2725 3.0 1152.2834 14.0 1152.2942 14.0 1152.305 4.0 1152.3159 12.0 1152.3267 2.0 1152.3375 3.0 1152.3592 10.0 1152.37 7.0 1152.3808 10.0 1152.3917 7.0 1152.4025 5.0 1152.4133 3.0 1152.4242 8.0 1152.435 6.0 1152.4458 10.0 1152.4567 5.0 1152.4675 1.0 1152.4783 4.0 1152.4892 4.0 1152.5 6.0 1152.5108 5.0 1152.5217 10.0 1152.5325 6.0 1152.5433 11.0 1152.5542 3.0 1152.565 8.0 1152.5758 5.0 1152.5866 9.0 1152.5975 3.0 1152.6083 11.0 1152.6191 7.0 1152.63 6.0 1152.6408 2.0 1152.6516 2.0 1152.6625 14.0 1152.6733 26.0 1152.6841 5.0 1152.695 4.0 1152.7166 3.0 1152.7275 1.0 1152.7383 1.0 1152.7491 7.0 1152.76 8.0 1152.7708 5.0 1152.7816 1.0 1152.7925 3.0 1152.8033 4.0 1152.8141 8.0 1152.825 6.0 1152.8358 1.0 1152.8466 2.0 1152.8575 4.0 1152.8683 7.0 1152.8791 6.0 1152.89 4.0 1152.9008 3.0 1152.9116 5.0 1152.9225 7.0 1152.9333 5.0 1152.9441 2.0 1152.955 12.0 1152.9658 5.0 1152.9766 6.0 1152.9875 4.0 1153.0091 7.0 1153.02 5.0 1153.0308 5.0 1153.0416 5.0 1153.0525 3.0 1153.0633 7.0 1153.0741 13.0 1153.085 11.0 1153.0958 2.0 1153.1066 5.0 1153.1175 4.0 1153.1283 3.0 1153.1391 5.0 1153.15 8.0 1153.1608 5.0 1153.1716 2.0 1153.1825 2.0 1153.1933 9.0 1153.2042 2.0 1153.215 3.0 1153.2258 8.0 1153.2367 6.0 1153.2475 9.0 1153.2583 8.0 1153.2692 3.0 1153.28 4.0 1153.2908 5.0 1153.3017 11.0 1153.3125 10.0 1153.3233 12.0 1153.3342 5.0 1153.345 4.0 1153.3558 4.0 1153.3667 17.0 1153.3775 11.0 1153.3884 5.0 1153.3992 8.0 1153.41 4.0 1153.4209 1.0 1153.4317 3.0 1153.4425 3.0 1153.4642 6.0 1153.475 9.0 1153.4859 6.0 1153.4967 3.0 1153.5075 14.0 1153.5184 13.0 1153.5292 8.0 1153.5401 9.0 1153.5509 7.0 1153.5617 6.0 1153.5726 8.0 1153.5834 4.0 1153.5942 8.0 1153.6051 4.0 1153.6159 2.0 1153.6267 10.0 1153.6376 3.0 1153.6484 2.0 1153.6593 6.0 1153.6701 6.0 1153.6809 7.0 1153.6918 9.0 1153.7026 8.0 1153.7134 6.0 1153.7243 5.0 1153.7351 8.0 1153.746 3.0 1153.7568 9.0 1153.7676 6.0 1153.7785 11.0 1153.7893 4.0 1153.8001 1.0 1153.811 3.0 1153.8218 7.0 1153.8327 14.0 1153.8435 11.0 1153.8543 8.0 1153.8652 11.0 1153.876 10.0 1153.8868 10.0 1153.8977 5.0 1153.9085 6.0 1153.9194 2.0 1153.9302 8.0 1153.941 3.0 1153.9519 2.0 1153.9627 6.0 1153.9736 3.0 1153.9844 10.0 1153.9952 13.0 1154.0061 9.0 1154.0169 1.0 1154.0277 11.0 1154.0386 5.0 1154.0494 2.0 1154.0603 5.0 1154.0711 7.0 1154.0819 7.0 1154.0928 7.0 1154.1036 5.0 1154.1145 6.0 1154.1253 2.0 1154.1361 2.0 1154.147 4.0 1154.1578 9.0 1154.1687 7.0 1154.1795 5.0 1154.1903 6.0 1154.2012 2.0 1154.212 6.0 1154.2337 5.0 1154.2445 2.0 1154.2554 5.0 1154.2662 16.0 1154.2771 4.0 1154.2879 5.0 1154.2987 3.0 1154.3096 5.0 1154.3204 6.0 1154.3313 7.0 1154.3421 4.0 1154.3529 3.0 1154.3638 4.0 1154.3746 2.0 1154.3855 6.0 1154.3963 8.0 1154.4071 7.0 1154.418 11.0 1154.4288 5.0 1154.4397 7.0 1154.4505 2.0 1154.4722 3.0 1154.483 3.0 1154.4939 5.0 1154.5047 2.0 1154.5155 4.0 1154.5264 7.0 1154.5372 11.0 1154.5481 9.0 1154.5589 5.0 1154.5697 5.0 1154.5806 2.0 1154.5914 5.0 1154.6023 14.0 1154.6131 10.0 1154.624 8.0 1154.6348 12.0 1154.6456 3.0 1154.6565 2.0 1154.6673 5.0 1154.6782 7.0 1154.689 12.0 1154.6998 9.0 1154.7107 5.0 1154.7215 7.0 1154.7324 10.0 1154.7432 1.0 1154.7541 7.0 1154.7649 7.0 1154.7757 5.0 1154.7866 12.0 1154.7974 8.0 1154.8083 2.0 1154.8191 4.0 1154.83 1.0 1154.8408 10.0 1154.8516 3.0 1154.8625 8.0 1154.8733 7.0 1154.8842 2.0 1154.895 3.0 1154.9059 2.0 1154.9167 2.0 1154.9275 4.0 1154.9384 3.0 1154.9492 4.0 1154.9601 6.0 1154.9709 7.0 1154.9818 5.0 1154.9926 7.0 1155.0034 4.0 1155.0143 10.0 1155.0251 9.0 1155.036 3.0 1155.0468 3.0 1155.0577 3.0 1155.0685 2.0 1155.0793 7.0 1155.0902 8.0 1155.101 5.0 1155.1119 5.0 1155.1227 5.0 1155.1336 10.0 1155.1444 7.0 1155.1553 6.0 1155.1661 4.0 1155.1769 2.0 1155.1878 8.0 1155.1986 5.0 1155.2095 7.0 1155.2203 4.0 1155.2312 8.0 1155.242 7.0 1155.2529 3.0 1155.2637 3.0 1155.2745 1.0 1155.2854 9.0 1155.2962 4.0 1155.3071 5.0 1155.3179 6.0 1155.3288 13.0 1155.3396 10.0 1155.3505 7.0 1155.3613 4.0 1155.3721 10.0 1155.383 14.0 1155.3938 13.0 1155.4047 15.0 1155.4155 7.0 1155.4264 12.0 1155.4372 14.0 1155.4481 8.0 1155.4589 12.0 1155.4698 4.0 1155.4806 11.0 1155.4914 3.0 1155.5023 15.0 1155.5131 8.0 1155.524 5.0 1155.5348 2.0 1155.5457 4.0 1155.5565 4.0 1155.5674 7.0 1155.5782 6.0 1155.5891 1.0 1155.5999 8.0 1155.6108 2.0 1155.6216 4.0 1155.6324 12.0 1155.6433 6.0 1155.6541 2.0 1155.665 3.0 1155.6758 4.0 1155.6867 5.0 1155.7084 3.0 1155.7192 4.0 1155.7301 5.0 1155.7409 15.0 1155.7518 10.0 1155.7626 5.0 1155.7735 12.0 1155.7843 16.0 1155.7951 17.0 1155.806 9.0 1155.8168 6.0 1155.8277 7.0 1155.8385 7.0 1155.8494 8.0 1155.8602 7.0 1155.8711 6.0 1155.8819 6.0 1155.8928 3.0 1155.9036 5.0 1155.9145 4.0 1155.9253 4.0 1155.9362 7.0 1155.947 4.0 1155.9579 10.0 1155.9687 8.0 1155.9796 2.0 1155.9904 2.0 1156.0012 1.0 1156.0121 4.0 1156.0338 3.0 1156.0555 12.0 1156.0663 5.0 1156.0772 3.0 1156.088 5.0 1156.0989 3.0 1156.1097 2.0 1156.1206 4.0 1156.1314 3.0 1156.1423 10.0 1156.1531 10.0 1156.164 13.0 1156.1748 5.0 1156.1857 6.0 1156.1965 7.0 1156.2074 5.0 1156.2182 9.0 1156.2291 1.0 1156.2399 2.0 1156.2508 14.0 1156.2616 13.0 1156.2725 10.0 1156.2833 15.0 1156.2942 13.0 1156.305 26.0 1156.3159 20.0 1156.3267 5.0 1156.3376 6.0 1156.3484 10.0 1156.3593 18.0 1156.3701 25.0 1156.381 17.0 1156.3918 13.0 1156.4027 6.0 1156.4135 9.0 1156.4244 7.0 1156.4352 3.0 1156.4461 6.0 1156.4569 3.0 1156.4678 4.0 1156.4786 2.0 1156.4895 14.0 1156.5003 15.0 1156.5112 12.0 1156.522 7.0 1156.5329 21.0 1156.5437 21.0 1156.5546 11.0 1156.5654 9.0 1156.5763 6.0 1156.5871 4.0 1156.598 8.0 1156.6088 7.0 1156.6197 1.0 1156.6305 10.0 1156.6414 5.0 1156.6522 4.0 1156.6631 6.0 1156.6739 1.0 1156.6848 10.0 1156.6956 3.0 1156.7065 6.0 1156.7173 8.0 1156.7282 4.0 1156.739 5.0 1156.7499 2.0 1156.7607 7.0 1156.7716 4.0 1156.7824 3.0 1156.7933 9.0 1156.8041 5.0 1156.815 3.0 1156.8258 1.0 1156.8367 5.0 1156.8476 2.0 1156.8584 3.0 1156.8693 8.0 1156.8801 7.0 1156.891 5.0 1156.9018 4.0 1156.9127 3.0 1156.9235 4.0 1156.9344 4.0 1156.9452 4.0 1156.9561 4.0 1156.9778 5.0 1156.9886 4.0 1156.9995 9.0 1157.0103 6.0 1157.0212 6.0 1157.032 8.0 1157.0429 12.0 1157.0538 14.0 1157.0646 16.0 1157.0755 10.0 1157.0863 3.0 1157.0972 5.0 1157.108 9.0 1157.1189 6.0 1157.1297 6.0 1157.1406 13.0 1157.1514 4.0 1157.1623 14.0 1157.1731 16.0 1157.184 3.0 1157.1948 12.0 1157.2057 11.0 1157.2166 7.0 1157.2274 3.0 1157.2383 2.0 1157.2491 5.0 1157.26 14.0 1157.2708 9.0 1157.2817 4.0 1157.2925 12.0 1157.3034 4.0 1157.3142 12.0 1157.3251 6.0 1157.3359 3.0 1157.3468 7.0 1157.3577 1.0 1157.3685 3.0 1157.3794 8.0 1157.3902 6.0 1157.4011 3.0 1157.4119 5.0 1157.4228 14.0 1157.4336 8.0 1157.4445 2.0 1157.4554 7.0 1157.4662 7.0 1157.4771 3.0 1157.4879 11.0 1157.4988 7.0 1157.5096 3.0 1157.5205 3.0 1157.5313 14.0 1157.5422 12.0 1157.553 2.0 1157.5639 2.0 1157.5748 6.0 1157.5856 3.0 1157.5965 4.0 1157.6073 11.0 1157.6182 7.0 1157.629 6.0 1157.6399 4.0 1157.6507 3.0 1157.6616 2.0 1157.6725 5.0 1157.6833 8.0 1157.6942 4.0 1157.705 12.0 1157.7159 25.0 1157.7267 7.0 1157.7376 5.0 1157.7485 4.0 1157.7593 7.0 1157.7702 9.0 1157.781 4.0 1157.7919 1.0 1157.8027 3.0 1157.8136 3.0 1157.8244 5.0 1157.8353 4.0 1157.8462 7.0 1157.857 5.0 1157.8679 3.0 1157.8787 4.0 1157.8896 3.0 1157.9004 5.0 1157.9113 7.0 1157.9222 8.0 1157.933 2.0 1157.9439 4.0 1157.9547 5.0 1157.9656 7.0 1157.9764 6.0 1157.9873 7.0 1157.9982 6.0 1158.009 8.0 1158.0199 9.0 1158.0307 6.0 1158.0416 10.0 1158.0524 10.0 1158.0633 17.0 1158.0742 6.0 1158.085 5.0 1158.0959 3.0 1158.1067 3.0 1158.1176 2.0 1158.1285 10.0 1158.1393 6.0 1158.1502 4.0 1158.161 2.0 1158.1719 2.0 1158.1827 2.0 1158.1936 12.0 1158.2045 10.0 1158.2153 8.0 1158.2262 4.0 1158.237 6.0 1158.2479 3.0 1158.2588 3.0 1158.2696 3.0 1158.2805 1.0 1158.2913 7.0 1158.3022 14.0 1158.313 16.0 1158.3239 12.0 1158.3348 10.0 1158.3456 17.0 1158.3565 20.0 1158.3673 6.0 1158.3782 9.0 1158.3891 6.0 1158.3999 9.0 1158.4108 8.0 1158.4216 11.0 1158.4325 18.0 1158.4434 3.0 1158.4542 3.0 1158.4651 14.0 1158.4759 7.0 1158.4868 12.0 1158.4977 21.0 1158.5085 18.0 1158.5194 21.0 1158.5302 30.0 1158.5411 46.0 1158.552 58.0 1158.5628 40.0 1158.5737 17.0 1158.5845 14.0 1158.5954 21.0 1158.6063 37.0 1158.6171 13.0 1158.628 12.0 1158.6388 10.0 1158.6497 7.0 1158.6606 9.0 1158.6714 4.0 1158.6823 4.0 1158.6931 5.0 1158.704 2.0 1158.7149 4.0 1158.7257 2.0 1158.7366 5.0 1158.7475 1.0 1158.7583 4.0 1158.7692 3.0 1158.78 6.0 1158.7909 4.0 1158.8018 4.0 1158.8126 4.0 1158.8235 5.0 1158.8343 3.0 1158.8452 4.0 1158.8561 10.0 1158.8669 11.0 1158.8778 8.0 1158.8886 8.0 1158.8995 1.0 1158.9104 1.0 1158.9212 7.0 1158.9321 7.0 1158.943 6.0 1158.9538 6.0 1158.9647 1.0 1158.9755 1.0 1158.9864 1.0 1158.9973 5.0 1159.0081 7.0 1159.019 17.0 1159.0299 16.0 1159.0407 10.0 1159.0516 7.0 1159.0624 4.0 1159.0733 9.0 1159.0842 3.0 1159.095 3.0 1159.1059 9.0 1159.1168 3.0 1159.1276 2.0 1159.1385 2.0 1159.1493 9.0 1159.1602 7.0 1159.1711 7.0 1159.1819 6.0 1159.1928 4.0 1159.2037 1.0 1159.2145 1.0 1159.2254 7.0 1159.2362 3.0 1159.2471 9.0 1159.258 9.0 1159.2688 6.0 1159.2797 7.0 1159.2906 10.0 1159.3014 9.0 1159.3123 15.0 1159.3232 12.0 1159.334 19.0 1159.3449 14.0 1159.3557 8.0 1159.3666 9.0 1159.3775 15.0 1159.3883 16.0 1159.3992 17.0 1159.4101 18.0 1159.4209 5.0 1159.4318 2.0 1159.4427 8.0 1159.4535 10.0 1159.4644 2.0 1159.4753 6.0 1159.4861 7.0 1159.497 5.0 1159.5078 5.0 1159.5187 5.0 1159.5296 15.0 1159.5404 15.0 1159.5513 11.0 1159.5622 18.0 1159.573 24.0 1159.5839 13.0 1159.5948 17.0 1159.6056 13.0 1159.6165 5.0 1159.6274 2.0 1159.6382 10.0 1159.6491 14.0 1159.66 4.0 1159.6708 2.0 1159.6817 6.0 1159.6926 2.0 1159.7034 9.0 1159.7143 10.0 1159.7252 9.0 1159.736 6.0 1159.7469 3.0 1159.7577 5.0 1159.7686 9.0 1159.7795 8.0 1159.7903 14.0 1159.8012 3.0 1159.8121 3.0 1159.8229 2.0 1159.8338 11.0 1159.8447 6.0 1159.8555 7.0 1159.8664 5.0 1159.8773 4.0 1159.8881 9.0 1159.899 8.0 1159.9099 1.0 1159.9207 2.0 1159.9316 4.0 1159.9425 2.0 1159.9533 3.0 1159.9642 4.0 1159.9751 6.0 1159.9859 3.0 1159.9968 2.0 1160.0077 2.0 1160.0185 3.0 1160.0294 2.0 1160.0403 2.0 1160.0511 8.0 1160.062 5.0 1160.0729 8.0 1160.0837 3.0 1160.0946 11.0 1160.1055 7.0 1160.1163 7.0 1160.1272 2.0 1160.1381 5.0 1160.1489 3.0 1160.1598 13.0 1160.1707 4.0 1160.1816 3.0 1160.1924 5.0 1160.2033 12.0 1160.2142 8.0 1160.225 4.0 1160.2359 6.0 1160.2468 2.0 1160.2576 16.0 1160.2685 12.0 1160.2794 3.0 1160.2902 5.0 1160.3011 10.0 1160.312 6.0 1160.3228 5.0 1160.3337 3.0 1160.3446 8.0 1160.3554 15.0 1160.3663 18.0 1160.3772 10.0 1160.388 5.0 1160.3989 9.0 1160.4098 12.0 1160.4207 4.0 1160.4315 6.0 1160.4424 5.0 1160.4533 9.0 1160.4641 10.0 1160.475 5.0 1160.4859 3.0 1160.4967 4.0 1160.5076 3.0 1160.5185 8.0 1160.5293 17.0 1160.5402 14.0 1160.5511 11.0 1160.562 16.0 1160.5728 15.0 1160.5837 27.0 1160.5946 19.0 1160.6054 3.0 1160.6163 4.0 1160.6272 3.0 1160.638 3.0 1160.6489 2.0 1160.6598 4.0 1160.6707 21.0 1160.6815 4.0 1160.6924 8.0 1160.7033 20.0 1160.7141 11.0 1160.725 2.0 1160.7467 4.0 1160.7576 4.0 1160.7685 6.0 1160.7794 8.0 1160.7902 5.0 1160.8011 6.0 1160.812 3.0 1160.8228 5.0 1160.8337 5.0 1160.8446 3.0 1160.8555 3.0 1160.8663 3.0 1160.8772 8.0 1160.8881 6.0 1160.8989 7.0 1160.9098 10.0 1160.9207 8.0 1160.9316 5.0 1160.9424 5.0 1160.9533 8.0 1160.9642 3.0 1160.975 7.0 1160.9859 2.0 1160.9968 5.0 1161.0077 8.0 1161.0185 3.0 1161.0294 13.0 1161.0403 9.0 1161.0511 12.0 1161.062 7.0 1161.0729 11.0 1161.0838 11.0 1161.0946 5.0 1161.1055 3.0 1161.1164 7.0 1161.1272 4.0 1161.1381 8.0 1161.149 10.0 1161.1599 2.0 1161.1707 2.0 1161.1816 6.0 1161.1925 6.0 1161.2034 7.0 1161.2142 4.0 1161.2251 6.0 1161.236 6.0 1161.2468 6.0 1161.2577 2.0 1161.2686 10.0 1161.2795 4.0 1161.2903 4.0 1161.3012 14.0 1161.3121 9.0 1161.323 8.0 1161.3338 11.0 1161.3447 10.0 1161.3556 5.0 1161.3664 7.0 1161.3773 16.0 1161.3882 18.0 1161.3991 6.0 1161.4099 8.0 1161.4208 7.0 1161.4317 7.0 1161.4426 5.0 1161.4534 5.0 1161.4643 5.0 1161.4752 9.0 1161.4861 3.0 1161.4969 7.0 1161.5078 4.0 1161.5187 9.0 1161.5296 7.0 1161.5404 13.0 1161.5513 9.0 1161.5622 1.0 1161.573 5.0 1161.5839 3.0 1161.5948 5.0 1161.6057 5.0 1161.6165 2.0 1161.6274 8.0 1161.6383 12.0 1161.6492 10.0 1161.66 7.0 1161.6709 6.0 1161.6818 5.0 1161.6927 15.0 1161.7035 6.0 1161.7144 5.0 1161.7253 4.0 1161.7362 1.0 1161.747 7.0 1161.7579 2.0 1161.7688 4.0 1161.7905 1.0 1161.8014 9.0 1161.8123 6.0 1161.8232 11.0 1161.834 2.0 1161.8449 1.0 1161.8558 7.0 1161.8667 11.0 1161.8776 10.0 1161.8884 7.0 1161.8993 7.0 1161.9102 5.0 1161.9211 12.0 1161.9319 12.0 1161.9428 8.0 1161.9537 3.0 1161.9646 1.0 1161.9754 3.0 1161.9863 2.0 1161.9972 6.0 1162.0081 7.0 1162.0189 9.0 1162.0298 5.0 1162.0407 4.0 1162.0516 9.0 1162.0624 4.0 1162.0733 4.0 1162.0842 6.0 1162.0951 3.0 1162.106 3.0 1162.1168 11.0 1162.1277 6.0 1162.1386 6.0 1162.1495 9.0 1162.1603 2.0 1162.1712 1.0 1162.1821 14.0 1162.193 9.0 1162.2038 7.0 1162.2147 4.0 1162.2256 8.0 1162.2365 5.0 1162.2474 4.0 1162.2582 1.0 1162.2691 4.0 1162.28 5.0 1162.2909 11.0 1162.3017 6.0 1162.3126 9.0 1162.3235 6.0 1162.3344 8.0 1162.3453 6.0 1162.3561 9.0 1162.367 12.0 1162.3779 3.0 1162.3888 2.0 1162.3996 3.0 1162.4105 3.0 1162.4214 4.0 1162.4323 7.0 1162.4432 2.0 1162.454 4.0 1162.4649 5.0 1162.4758 10.0 1162.4867 7.0 1162.4976 10.0 1162.5084 10.0 1162.5193 6.0 1162.5302 5.0 1162.5411 13.0 1162.5519 4.0 1162.5628 15.0 1162.5737 17.0 1162.5846 16.0 1162.5955 9.0 1162.6063 4.0 1162.6172 6.0 1162.6281 1.0 1162.639 3.0 1162.6499 1.0 1162.6607 5.0 1162.6716 7.0 1162.6825 7.0 1162.6934 6.0 1162.7043 6.0 1162.7151 5.0 1162.726 5.0 1162.7369 8.0 1162.7478 8.0 1162.7587 4.0 1162.7695 1.0 1162.7804 9.0 1162.7913 5.0 1162.8022 7.0 1162.8131 10.0 1162.8239 8.0 1162.8348 4.0 1162.8457 4.0 1162.8566 8.0 1162.8675 11.0 1162.8783 12.0 1162.8892 3.0 1162.9001 11.0 1162.911 5.0 1162.9219 6.0 1162.9327 3.0 1162.9436 7.0 1162.9545 13.0 1162.9654 15.0 1162.9763 6.0 1162.9871 1.0 1162.998 1.0 1163.0089 5.0 1163.0198 4.0 1163.0307 2.0 1163.0416 8.0 1163.0524 13.0 1163.0633 11.0 1163.0742 7.0 1163.0851 4.0 1163.096 2.0 1163.1068 9.0 1163.1177 5.0 1163.1286 7.0 1163.1395 6.0 1163.1504 8.0 1163.1613 6.0 1163.1721 4.0 1163.183 9.0 1163.1939 9.0 1163.2048 6.0 1163.2157 3.0 1163.2265 1.0 1163.2374 3.0 1163.2483 2.0 1163.2592 7.0 1163.2701 5.0 1163.281 3.0 1163.2918 14.0 1163.3027 16.0 1163.3136 10.0 1163.3245 13.0 1163.3354 8.0 1163.3462 3.0 1163.3571 11.0 1163.368 11.0 1163.3789 2.0 1163.3898 4.0 1163.4007 2.0 1163.4115 2.0 1163.4224 1.0 1163.4333 12.0 1163.4442 24.0 1163.4551 11.0 1163.466 12.0 1163.4768 5.0 1163.4877 3.0 1163.4986 4.0 1163.5095 11.0 1163.5204 10.0 1163.5313 13.0 1163.5421 5.0 1163.553 9.0 1163.5639 4.0 1163.5748 5.0 1163.5857 8.0 1163.5966 8.0 1163.6074 1.0 1163.6183 6.0 1163.6292 4.0 1163.6401 3.0 1163.651 10.0 1163.6619 12.0 1163.6728 7.0 1163.6836 4.0 1163.6945 3.0 1163.7054 5.0 1163.7163 1.0 1163.7272 3.0 1163.7381 6.0 1163.7489 3.0 1163.7598 11.0 1163.7707 8.0 1163.7816 1.0 1163.7925 4.0 1163.8034 8.0 1163.8143 6.0 1163.8251 1.0 1163.836 3.0 1163.8469 10.0 1163.8578 7.0 1163.8687 9.0 1163.8796 8.0 1163.8904 6.0 1163.9013 3.0 1163.9122 11.0 1163.9231 12.0 1163.934 6.0 1163.9449 3.0 1163.9558 4.0 1163.9666 3.0 1163.9775 2.0 1163.9993 3.0 1164.0102 5.0 1164.0211 5.0 1164.032 8.0 1164.0428 3.0 1164.0537 6.0 1164.0646 7.0 1164.0755 7.0 1164.0864 6.0 1164.0973 4.0 1164.1082 4.0 1164.119 7.0 1164.1299 8.0 1164.1408 8.0 1164.1517 3.0 1164.1626 4.0 1164.1735 2.0 1164.1844 3.0 1164.1953 12.0 1164.2061 12.0 1164.217 8.0 1164.2279 6.0 1164.2388 12.0 1164.2497 12.0 1164.2606 5.0 1164.2715 6.0 1164.2824 7.0 1164.2932 11.0 1164.3041 2.0 1164.315 8.0 1164.3259 26.0 1164.3368 11.0 1164.3477 13.0 1164.3586 21.0 1164.3694 10.0 1164.3803 7.0 1164.3912 5.0 1164.4021 10.0 1164.413 7.0 1164.4239 3.0 1164.4348 7.0 1164.4566 1.0 1164.4674 5.0 1164.4783 6.0 1164.4892 6.0 1164.5001 3.0 1164.511 4.0 1164.5219 1.0 1164.5328 2.0 1164.5437 4.0 1164.5545 2.0 1164.5654 7.0 1164.5763 4.0 1164.5872 6.0 1164.5981 3.0 1164.609 2.0 1164.6199 7.0 1164.6308 1.0 1164.6417 7.0 1164.6525 8.0 1164.6634 9.0 1164.6743 11.0 1164.6852 3.0 1164.6961 4.0 1164.707 10.0 1164.7179 4.0 1164.7288 6.0 1164.7397 3.0 1164.7505 11.0 1164.7614 14.0 1164.7723 6.0 1164.7832 6.0 1164.7941 6.0 1164.805 7.0 1164.8159 7.0 1164.8268 5.0 1164.8377 6.0 1164.8485 9.0 1164.8594 6.0 1164.8703 3.0 1164.8812 6.0 1164.8921 7.0 1164.903 8.0 1164.9139 12.0 1164.9248 16.0 1164.9357 10.0 1164.9466 4.0 1164.9574 10.0 1164.9683 6.0 1164.9792 3.0 1164.9901 4.0 1165.001 2.0 1165.0119 8.0 1165.0228 6.0 1165.0337 4.0 1165.0446 8.0 1165.0555 9.0 1165.0664 3.0 1165.0772 3.0 1165.0881 9.0 1165.099 2.0 1165.1099 9.0 1165.1208 13.0 1165.1317 16.0 1165.1426 14.0 1165.1535 4.0 1165.1644 12.0 1165.1753 4.0 1165.1862 3.0 1165.197 3.0 1165.2079 4.0 1165.2188 1.0 1165.2297 3.0 1165.2406 14.0 1165.2515 10.0 1165.2624 7.0 1165.2733 4.0 1165.2842 7.0 1165.2951 5.0 1165.306 6.0 1165.3169 7.0 1165.3277 7.0 1165.3386 11.0 1165.3495 16.0 1165.3604 13.0 1165.3713 8.0 1165.3822 7.0 1165.3931 5.0 1165.404 10.0 1165.4149 9.0 1165.4258 5.0 1165.4367 8.0 1165.4476 5.0 1165.4585 7.0 1165.4693 5.0 1165.4802 7.0 1165.4911 5.0 1165.502 4.0 1165.5129 5.0 1165.5238 5.0 1165.5347 1.0 1165.5456 3.0 1165.5565 1.0 1165.5674 4.0 1165.5783 6.0 1165.5892 2.0 1165.6001 2.0 1165.611 9.0 1165.6219 12.0 1165.6327 6.0 1165.6436 4.0 1165.6545 4.0 1165.6654 4.0 1165.6763 2.0 1165.6872 6.0 1165.6981 6.0 1165.709 4.0 1165.7199 4.0 1165.7308 2.0 1165.7417 1.0 1165.7526 6.0 1165.7635 4.0 1165.7744 12.0 1165.7853 13.0 1165.7962 4.0 1165.807 2.0 1165.8179 2.0 1165.8288 1.0 1165.8397 3.0 1165.8506 3.0 1165.8615 4.0 1165.8724 8.0 1165.8833 3.0 1165.8942 8.0 1165.9051 7.0 1165.916 4.0 1165.9269 10.0 1165.9378 7.0 1165.9487 12.0 1165.9596 16.0 1165.9705 7.0 1165.9814 6.0 1165.9923 7.0 1166.0032 5.0 1166.014 3.0 1166.0249 3.0 1166.0358 13.0 1166.0467 5.0 1166.0576 5.0 1166.0685 4.0 1166.0794 3.0 1166.0903 1.0 1166.1012 4.0 1166.1121 4.0 1166.123 10.0 1166.1339 4.0 1166.1448 6.0 1166.1666 8.0 1166.1775 4.0 1166.1884 6.0 1166.1993 8.0 1166.2102 5.0 1166.2211 3.0 1166.232 1.0 1166.2429 4.0 1166.2538 4.0 1166.2647 6.0 1166.2755 11.0 1166.2864 13.0 1166.2973 12.0 1166.3082 9.0 1166.3191 15.0 1166.33 14.0 1166.3409 3.0 1166.3518 6.0 1166.3627 18.0 1166.3736 10.0 1166.3845 10.0 1166.3954 3.0 1166.4063 8.0 1166.4172 8.0 1166.4281 5.0 1166.439 5.0 1166.4499 3.0 1166.4608 10.0 1166.4717 9.0 1166.4826 8.0 1166.4935 14.0 1166.5044 9.0 1166.5153 9.0 1166.5262 2.0 1166.5371 6.0 1166.548 6.0 1166.5589 3.0 1166.5698 5.0 1166.5807 5.0 1166.5916 6.0 1166.6025 4.0 1166.6134 2.0 1166.6243 5.0 1166.6352 9.0 1166.6461 14.0 1166.657 13.0 1166.6679 2.0 1166.6788 4.0 1166.6897 4.0 1166.7005 12.0 1166.7114 10.0 1166.7223 7.0 1166.7332 15.0 1166.7441 16.0 1166.755 9.0 1166.7659 10.0 1166.7768 7.0 1166.7877 1.0 1166.7986 9.0 1166.8095 9.0 1166.8204 8.0 1166.8313 3.0 1166.8422 6.0 1166.8531 2.0 1166.864 2.0 1166.8749 6.0 1166.8858 7.0 1166.8967 3.0 1166.9076 5.0 1166.9185 4.0 1166.9294 3.0 1166.9403 7.0 1166.9512 6.0 1166.9621 1.0 1166.973 2.0 1166.9839 6.0 1166.9948 9.0 1167.0057 7.0 1167.0166 6.0 1167.0275 6.0 1167.0384 7.0 1167.0493 9.0 1167.0602 10.0 1167.0711 16.0 1167.082 13.0 1167.0929 4.0 1167.1038 10.0 1167.1147 8.0 1167.1256 9.0 1167.1365 6.0 1167.1474 12.0 1167.1583 11.0 1167.1692 10.0 1167.1801 20.0 1167.191 21.0 1167.2019 6.0 1167.2128 7.0 1167.2237 5.0 1167.2346 5.0 1167.2455 5.0 1167.2564 14.0 1167.2673 11.0 1167.2782 3.0 1167.2891 9.0 1167.3 12.0 1167.3109 11.0 1167.3218 27.0 1167.3327 20.0 1167.3436 9.0 1167.3546 11.0 1167.3655 5.0 1167.3764 11.0 1167.3873 5.0 1167.3982 3.0 1167.4091 2.0 1167.42 7.0 1167.4309 7.0 1167.4418 3.0 1167.4527 5.0 1167.4636 12.0 1167.4745 6.0 1167.4854 5.0 1167.4963 3.0 1167.5072 12.0 1167.5181 16.0 1167.529 6.0 1167.5399 8.0 1167.5508 5.0 1167.5617 16.0 1167.5726 15.0 1167.5835 14.0 1167.5944 4.0 1167.6053 6.0 1167.6162 6.0 1167.6271 5.0 1167.638 1.0 1167.6489 2.0 1167.6598 2.0 1167.6707 5.0 1167.6816 3.0 1167.6925 8.0 1167.7034 11.0 1167.7143 6.0 1167.7252 6.0 1167.7361 4.0 1167.747 2.0 1167.7579 7.0 1167.7688 8.0 1167.7797 7.0 1167.7907 8.0 1167.8016 7.0 1167.8125 5.0 1167.8234 2.0 1167.8343 7.0 1167.8452 10.0 1167.8561 7.0 1167.867 5.0 1167.8779 3.0 1167.8888 8.0 1167.8997 6.0 1167.9106 4.0 1167.9215 6.0 1167.9324 13.0 1167.9433 7.0 1167.9542 7.0 1167.9651 3.0 1167.976 4.0 1167.9869 13.0 1167.9978 23.0 1168.0087 9.0 1168.0196 5.0 1168.0305 14.0 1168.0414 3.0 1168.0524 3.0 1168.0633 4.0 1168.0742 2.0 1168.0851 3.0 1168.096 5.0 1168.1069 6.0 1168.1178 10.0 1168.1287 11.0 1168.1396 4.0 1168.1505 5.0 1168.1614 6.0 1168.1723 12.0 1168.1832 8.0 1168.1941 8.0 1168.205 4.0 1168.2159 6.0 1168.2268 4.0 1168.2377 3.0 1168.2486 6.0 1168.2596 3.0 1168.2705 3.0 1168.2814 9.0 1168.2923 6.0 1168.3032 7.0 1168.3141 16.0 1168.325 22.0 1168.3359 13.0 1168.3468 6.0 1168.3686 2.0 1168.3795 4.0 1168.3904 3.0 1168.4013 2.0 1168.4122 7.0 1168.4231 12.0 1168.4341 23.0 1168.445 5.0 1168.4559 3.0 1168.4668 6.0 1168.4777 13.0 1168.4886 8.0 1168.4995 10.0 1168.5104 16.0 1168.5213 4.0 1168.5322 9.0 1168.5431 5.0 1168.554 7.0 1168.5649 4.0 1168.5758 7.0 1168.5868 2.0 1168.5977 2.0 1168.6086 5.0 1168.6195 2.0 1168.6304 3.0 1168.6413 2.0 1168.6522 5.0 1168.6631 8.0 1168.674 8.0 1168.6849 8.0 1168.6958 6.0 1168.7067 4.0 1168.7176 5.0 1168.7286 4.0 1168.7395 8.0 1168.7504 5.0 1168.7613 3.0 1168.7722 4.0 1168.7831 2.0 1168.794 10.0 1168.8049 13.0 1168.8158 6.0 1168.8267 2.0 1168.8376 6.0 1168.8485 6.0 1168.8595 3.0 1168.8704 1.0 1168.8813 3.0 1168.8922 4.0 1168.9031 5.0 1168.914 8.0 1168.9249 3.0 1168.9358 3.0 1168.9467 3.0 1168.9576 7.0 1168.9685 5.0 1168.9794 4.0 1168.9904 8.0 1169.0013 6.0 1169.0122 4.0 1169.0231 4.0 1169.034 1.0 1169.0449 1.0 1169.0558 6.0 1169.0667 6.0 1169.0776 9.0 1169.0885 1.0 1169.0995 3.0 1169.1104 2.0 1169.1213 8.0 1169.1322 5.0 1169.1431 4.0 1169.154 2.0 1169.1649 5.0 1169.1758 5.0 1169.1867 9.0 1169.1976 7.0 1169.2086 2.0 1169.2195 12.0 1169.2304 11.0 1169.2413 7.0 1169.2522 4.0 1169.2631 2.0 1169.274 5.0 1169.2849 3.0 1169.2958 5.0 1169.3067 6.0 1169.3177 10.0 1169.3286 13.0 1169.3395 4.0 1169.3504 6.0 1169.3613 9.0 1169.3722 13.0 1169.3831 11.0 1169.394 6.0 1169.4049 2.0 1169.4159 14.0 1169.4268 9.0 1169.4377 7.0 1169.4486 11.0 1169.4595 6.0 1169.4704 3.0 1169.4813 4.0 1169.4922 4.0 1169.5031 12.0 1169.5141 9.0 1169.525 6.0 1169.5359 7.0 1169.5468 7.0 1169.5577 8.0 1169.5686 9.0 1169.5795 1.0 1169.5904 5.0 1169.6014 5.0 1169.6123 3.0 1169.6232 2.0 1169.6341 2.0 1169.645 6.0 1169.6559 7.0 1169.6668 5.0 1169.6777 19.0 1169.6887 11.0 1169.6996 3.0 1169.7105 2.0 1169.7214 3.0 1169.7323 2.0 1169.7432 4.0 1169.7541 7.0 1169.765 3.0 1169.776 4.0 1169.7869 16.0 1169.7978 14.0 1169.8087 7.0 1169.8196 5.0 1169.8305 8.0 1169.8414 2.0 1169.8523 7.0 1169.8633 4.0 1169.8742 9.0 1169.8851 5.0 1169.896 11.0 1169.9069 12.0 1169.9178 7.0 1169.9287 3.0 1169.9397 3.0 1169.9506 4.0 1169.9615 7.0 1169.9724 18.0 1169.9833 13.0 1169.9942 10.0 1170.0051 10.0 1170.0161 7.0 1170.027 3.0 1170.0379 5.0 1170.0488 2.0 1170.0597 6.0 1170.0706 8.0 1170.0815 7.0 1170.0925 7.0 1170.1034 8.0 1170.1252 3.0 1170.1361 5.0 1170.147 8.0 1170.1579 2.0 1170.1689 6.0 1170.1798 9.0 1170.1907 3.0 1170.2016 5.0 1170.2125 9.0 1170.2234 1.0 1170.2343 7.0 1170.2453 2.0 1170.2562 4.0 1170.2671 10.0 1170.278 4.0 1170.2889 8.0 1170.2998 8.0 1170.3108 16.0 1170.3217 5.0 1170.3326 11.0 1170.3435 8.0 1170.3544 9.0 1170.3653 10.0 1170.3762 15.0 1170.3872 4.0 1170.3981 6.0 1170.409 2.0 1170.4199 5.0 1170.4308 1.0 1170.4417 8.0 1170.4527 11.0 1170.4636 3.0 1170.4745 4.0 1170.4854 4.0 1170.4963 1.0 1170.5072 8.0 1170.5182 7.0 1170.5291 5.0 1170.54 9.0 1170.5509 6.0 1170.5618 8.0 1170.5727 7.0 1170.5837 1.0 1170.5946 7.0 1170.6055 3.0 1170.6164 7.0 1170.6273 8.0 1170.6382 10.0 1170.6492 7.0 1170.6601 6.0 1170.671 5.0 1170.6819 7.0 1170.6928 6.0 1170.7037 5.0 1170.7147 3.0 1170.7256 4.0 1170.7365 3.0 1170.7474 3.0 1170.7583 6.0 1170.7692 5.0 1170.7802 6.0 1170.7911 5.0 1170.802 2.0 1170.8129 3.0 1170.8238 5.0 1170.8348 4.0 1170.8457 4.0 1170.8566 4.0 1170.8675 6.0 1170.8784 3.0 1170.8893 4.0 1170.9003 4.0 1170.9112 4.0 1170.9221 5.0 1170.933 2.0 1170.9439 7.0 1170.9549 5.0 1170.9658 8.0 1170.9767 4.0 1170.9876 4.0 1170.9985 3.0 1171.0094 3.0 1171.0204 3.0 1171.0313 4.0 1171.0422 11.0 1171.0531 2.0 1171.064 2.0 1171.075 6.0 1171.0859 1.0 1171.0968 2.0 1171.1077 5.0 1171.1186 5.0 1171.1296 3.0 1171.1405 10.0 1171.1514 4.0 1171.1623 5.0 1171.1732 4.0 1171.1841 4.0 1171.1951 4.0 1171.206 2.0 1171.2169 6.0 1171.2278 13.0 1171.2387 7.0 1171.2497 11.0 1171.2606 8.0 1171.2715 3.0 1171.2824 1.0 1171.2933 5.0 1171.3043 5.0 1171.3152 7.0 1171.3261 9.0 1171.337 3.0 1171.3479 9.0 1171.3589 20.0 1171.3698 14.0 1171.3807 9.0 1171.3916 8.0 1171.4026 5.0 1171.4135 9.0 1171.4244 10.0 1171.4353 9.0 1171.4462 11.0 1171.4572 9.0 1171.4681 10.0 1171.479 4.0 1171.4899 9.0 1171.5008 5.0 1171.5118 8.0 1171.5227 12.0 1171.5336 6.0 1171.5445 10.0 1171.5554 6.0 1171.5664 6.0 1171.5773 4.0 1171.5882 2.0 1171.5991 4.0 1171.6101 11.0 1171.621 11.0 1171.6319 9.0 1171.6537 5.0 1171.6647 6.0 1171.6756 4.0 1171.6865 8.0 1171.6974 6.0 1171.7083 8.0 1171.7193 4.0 1171.7302 11.0 1171.7411 7.0 1171.752 7.0 1171.763 5.0 1171.7739 5.0 1171.7848 3.0 1171.7957 7.0 1171.8066 5.0 1171.8176 12.0 1171.8285 3.0 1171.8394 4.0 1171.8503 7.0 1171.8613 5.0 1171.8722 7.0 1171.8831 5.0 1171.894 10.0 1171.9049 13.0 1171.9159 7.0 1171.9268 1.0 1171.9377 4.0 1171.9486 17.0 1171.9596 8.0 1171.9705 1.0 1171.9814 3.0 1171.9923 7.0 1172.0033 8.0 1172.0142 9.0 1172.0251 1.0 1172.036 9.0 1172.047 9.0 1172.0579 4.0 1172.0688 3.0 1172.0797 14.0 1172.0906 11.0 1172.1016 1.0 1172.1125 3.0 1172.1234 3.0 1172.1343 1.0 1172.1453 3.0 1172.1562 4.0 1172.1671 7.0 1172.178 6.0 1172.189 4.0 1172.1999 12.0 1172.2108 16.0 1172.2217 8.0 1172.2327 4.0 1172.2436 10.0 1172.2545 9.0 1172.2654 4.0 1172.2764 8.0 1172.2873 2.0 1172.2982 10.0 1172.3091 1.0 1172.3201 4.0 1172.331 9.0 1172.3419 13.0 1172.3528 13.0 1172.3638 5.0 1172.3747 3.0 1172.3856 7.0 1172.3965 2.0 1172.4075 8.0 1172.4184 8.0 1172.4293 5.0 1172.4402 3.0 1172.4512 5.0 1172.4621 4.0 1172.473 3.0 1172.4839 3.0 1172.4949 8.0 1172.5058 4.0 1172.5167 5.0 1172.5276 4.0 1172.5386 16.0 1172.5495 18.0 1172.5604 11.0 1172.5713 8.0 1172.5823 10.0 1172.5932 3.0 1172.6041 11.0 1172.615 6.0 1172.626 4.0 1172.6369 3.0 1172.6478 4.0 1172.6588 4.0 1172.6697 2.0 1172.6806 4.0 1172.6915 8.0 1172.7025 7.0 1172.7134 2.0 1172.7243 2.0 1172.7352 7.0 1172.7462 13.0 1172.7571 10.0 1172.768 11.0 1172.7789 9.0 1172.7899 2.0 1172.8008 3.0 1172.8117 8.0 1172.8227 9.0 1172.8336 2.0 1172.8445 2.0 1172.8554 4.0 1172.8664 7.0 1172.8882 4.0 1172.8991 2.0 1172.9101 11.0 1172.921 3.0 1172.9319 8.0 1172.9429 11.0 1172.9538 7.0 1172.9647 2.0 1172.9756 3.0 1172.9866 3.0 1172.9975 10.0 1173.0084 4.0 1173.0194 3.0 1173.0303 7.0 1173.0412 6.0 1173.0521 1.0 1173.0631 4.0 1173.074 6.0 1173.0849 6.0 1173.0959 1.0 1173.1068 6.0 1173.1177 3.0 1173.1286 2.0 1173.1396 6.0 1173.1505 11.0 1173.1614 11.0 1173.1724 11.0 1173.1833 4.0 1173.1942 5.0 1173.2051 4.0 1173.2161 9.0 1173.227 5.0 1173.2379 4.0 1173.2598 5.0 1173.2707 6.0 1173.2816 7.0 1173.2926 5.0 1173.3035 4.0 1173.3144 7.0 1173.3254 6.0 1173.3363 18.0 1173.3472 6.0 1173.3582 7.0 1173.3691 10.0 1173.38 14.0 1173.3909 13.0 1173.4019 8.0 1173.4128 7.0 1173.4237 7.0 1173.4347 10.0 1173.4456 5.0 1173.4565 3.0 1173.4674 14.0 1173.4784 8.0 1173.4893 3.0 1173.5002 5.0 1173.5112 6.0 1173.5221 3.0 1173.544 6.0 1173.5549 5.0 1173.5658 7.0 1173.5768 6.0 1173.5877 2.0 1173.5986 7.0 1173.6095 7.0 1173.6205 2.0 1173.6314 3.0 1173.6423 3.0 1173.6533 1.0 1173.6642 4.0 1173.6751 5.0 1173.6861 3.0 1173.697 1.0 1173.7079 7.0 1173.7189 3.0 1173.7298 6.0 1173.7407 6.0 1173.7517 6.0 1173.7626 7.0 1173.7735 3.0 1173.7844 3.0 1173.7954 3.0 1173.8063 7.0 1173.8172 5.0 1173.8282 10.0 1173.8391 8.0 1173.85 3.0 1173.861 3.0 1173.8719 9.0 1173.8828 2.0 1173.8938 5.0 1173.9047 17.0 1173.9156 13.0 1173.9266 8.0 1173.9375 10.0 1173.9484 9.0 1173.9594 9.0 1173.9703 3.0 1173.9812 1.0 1173.9922 1.0 1174.0031 2.0 1174.014 9.0 1174.025 7.0 1174.0359 1.0 1174.0468 4.0 1174.0578 5.0 1174.0687 1.0 1174.0796 2.0 1174.0906 8.0 1174.1015 6.0 1174.1124 7.0 1174.1234 5.0 1174.1343 1.0 1174.1452 2.0 1174.1562 6.0 1174.1671 9.0 1174.178 3.0 1174.189 6.0 1174.2108 3.0 1174.2218 3.0 1174.2327 2.0 1174.2436 3.0 1174.2546 2.0 1174.2655 16.0 1174.2764 11.0 1174.2874 5.0 1174.2983 5.0 1174.3092 1.0 1174.3202 6.0 1174.3311 11.0 1174.342 16.0 1174.353 10.0 1174.3639 11.0 1174.3748 14.0 1174.3858 2.0 1174.3967 7.0 1174.4076 4.0 1174.4186 3.0 1174.4295 11.0 1174.4404 11.0 1174.4514 8.0 1174.4623 7.0 1174.4732 3.0 1174.4842 9.0 1174.4951 9.0 1174.5061 12.0 1174.517 1.0 1174.5279 3.0 1174.5389 7.0 1174.5498 3.0 1174.5607 8.0 1174.5717 12.0 1174.5826 17.0 1174.5935 13.0 1174.6045 29.0 1174.6154 22.0 1174.6263 19.0 1174.6373 19.0 1174.6482 7.0 1174.6591 4.0 1174.6701 8.0 1174.681 4.0 1174.692 4.0 1174.7029 10.0 1174.7138 15.0 1174.7248 6.0 1174.7357 2.0 1174.7466 5.0 1174.7576 8.0 1174.7685 8.0 1174.7794 10.0 1174.7904 12.0 1174.8013 11.0 1174.8123 7.0 1174.8232 8.0 1174.8341 2.0 1174.8451 11.0 1174.856 14.0 1174.8669 4.0 1174.8779 3.0 1174.8888 10.0 1174.8998 2.0 1174.9107 5.0 1174.9216 8.0 1174.9326 6.0 1174.9435 5.0 1174.9544 2.0 1174.9654 4.0 1174.9763 1.0 1174.9872 2.0 1174.9982 13.0 1175.0091 15.0 1175.0201 8.0 1175.031 3.0 1175.0419 6.0 1175.0529 4.0 1175.0638 5.0 1175.0747 8.0 1175.0857 14.0 1175.0966 4.0 1175.1076 4.0 1175.1185 4.0 1175.1294 6.0 1175.1404 7.0 1175.1513 8.0 1175.1623 5.0 1175.1732 10.0 1175.1841 6.0 1175.1951 3.0 1175.206 6.0 1175.2169 2.0 1175.2279 4.0 1175.2388 6.0 1175.2498 1.0 1175.2607 5.0 1175.2716 6.0 1175.2826 3.0 1175.2935 3.0 1175.3045 3.0 1175.3154 8.0 1175.3263 8.0 1175.3373 11.0 1175.3482 11.0 1175.3591 8.0 1175.3701 7.0 1175.381 7.0 1175.392 7.0 1175.4029 2.0 1175.4138 8.0 1175.4248 6.0 1175.4357 5.0 1175.4467 13.0 1175.4576 9.0 1175.4685 2.0 1175.4795 7.0 1175.4904 8.0 1175.5014 1.0 1175.5123 3.0 1175.5232 5.0 1175.5342 4.0 1175.5451 12.0 1175.5561 18.0 1175.567 15.0 1175.5779 7.0 1175.5889 9.0 1175.5998 12.0 1175.6108 4.0 1175.6217 4.0 1175.6326 14.0 1175.6436 15.0 1175.6545 12.0 1175.6655 16.0 1175.6764 11.0 1175.6873 5.0 1175.6983 4.0 1175.7092 12.0 1175.7202 16.0 1175.7311 6.0 1175.742 7.0 1175.753 7.0 1175.7639 5.0 1175.7749 9.0 1175.7858 6.0 1175.7968 6.0 1175.8077 1.0 1175.8186 5.0 1175.8296 13.0 1175.8405 12.0 1175.8515 4.0 1175.8624 6.0 1175.8733 4.0 1175.8843 5.0 1175.8952 5.0 1175.9062 7.0 1175.9171 1.0 1175.928 7.0 1175.939 5.0 1175.9499 12.0 1175.9609 4.0 1175.9718 9.0 1175.9828 7.0 1175.9937 7.0 1176.0046 10.0 1176.0156 12.0 1176.0265 4.0 1176.0375 2.0 1176.0484 8.0 1176.0594 12.0 1176.0703 5.0 1176.0812 5.0 1176.0922 1.0 1176.1031 5.0 1176.1141 10.0 1176.125 9.0 1176.136 9.0 1176.1469 4.0 1176.1578 8.0 1176.1688 4.0 1176.1797 5.0 1176.1907 3.0 1176.2016 4.0 1176.2126 5.0 1176.2235 3.0 1176.2344 4.0 1176.2454 3.0 1176.2563 4.0 1176.2673 17.0 1176.2782 6.0 1176.2892 14.0 1176.3001 13.0 1176.311 10.0 1176.322 9.0 1176.3329 16.0 1176.3439 13.0 1176.3548 6.0 1176.3658 11.0 1176.3767 7.0 1176.3876 2.0 1176.3986 5.0 1176.4095 9.0 1176.4205 12.0 1176.4314 14.0 1176.4424 5.0 1176.4533 8.0 1176.4643 7.0 1176.4752 9.0 1176.4861 6.0 1176.4971 10.0 1176.508 8.0 1176.519 8.0 1176.5299 29.0 1176.5409 64.0 1176.5518 64.0 1176.5628 61.0 1176.5737 67.0 1176.5846 99.0 1176.5956 97.0 1176.6065 99.0 1176.6175 81.0 1176.6284 53.0 1176.6394 56.0 1176.6503 51.0 1176.6613 44.0 1176.6722 23.0 1176.6832 14.0 1176.6941 20.0 1176.705 20.0 1176.716 13.0 1176.7269 16.0 1176.7379 12.0 1176.7488 9.0 1176.7598 12.0 1176.7707 7.0 1176.7817 9.0 1176.7926 9.0 1176.8036 5.0 1176.8254 7.0 1176.8364 10.0 1176.8473 7.0 1176.8583 5.0 1176.8692 5.0 1176.8802 8.0 1176.8911 9.0 1176.9021 17.0 1176.913 15.0 1176.924 15.0 1176.9349 24.0 1176.9459 3.0 1176.9568 10.0 1176.9677 6.0 1176.9787 9.0 1176.9896 11.0 1177.0006 10.0 1177.0115 10.0 1177.0225 6.0 1177.0334 4.0 1177.0444 3.0 1177.0553 3.0 1177.0663 5.0 1177.0772 8.0 1177.0882 11.0 1177.0991 13.0 1177.1101 5.0 1177.121 8.0 1177.132 8.0 1177.1429 8.0 1177.1538 2.0 1177.1648 15.0 1177.1757 3.0 1177.1867 3.0 1177.1976 1.0 1177.2086 5.0 1177.2195 6.0 1177.2305 7.0 1177.2414 8.0 1177.2524 6.0 1177.2633 4.0 1177.2743 1.0 1177.2852 10.0 1177.2962 1.0 1177.3071 1.0 1177.3181 5.0 1177.329 6.0 1177.34 4.0 1177.3509 6.0 1177.3619 15.0 1177.3728 8.0 1177.3838 7.0 1177.3947 6.0 1177.4057 11.0 1177.4166 6.0 1177.4276 4.0 1177.4385 11.0 1177.4494 11.0 1177.4604 8.0 1177.4713 1.0 1177.4823 7.0 1177.4932 5.0 1177.5042 2.0 1177.5151 5.0 1177.5261 11.0 1177.537 23.0 1177.548 37.0 1177.5589 39.0 1177.5699 34.0 1177.5808 44.0 1177.5918 56.0 1177.6027 48.0 1177.6137 37.0 1177.6246 44.0 1177.6356 56.0 1177.6465 31.0 1177.6575 25.0 1177.6684 17.0 1177.6794 30.0 1177.6903 22.0 1177.7013 15.0 1177.7122 8.0 1177.7232 9.0 1177.7341 4.0 1177.7451 8.0 1177.756 16.0 1177.767 26.0 1177.7779 6.0 1177.7889 8.0 1177.7998 5.0 1177.8108 5.0 1177.8217 9.0 1177.8327 13.0 1177.8436 4.0 1177.8546 3.0 1177.8655 6.0 1177.8765 5.0 1177.8874 2.0 1177.8984 5.0 1177.9093 5.0 1177.9203 3.0 1177.9312 1.0 1177.9422 6.0 1177.9532 1.0 1177.9641 4.0 1177.9751 3.0 1177.986 6.0 1177.997 9.0 1178.0079 8.0 1178.0189 8.0 1178.0298 9.0 1178.0408 4.0 1178.0517 9.0 1178.0627 8.0 1178.0736 3.0 1178.0846 6.0 1178.0955 7.0 1178.1065 8.0 1178.1174 10.0 1178.1284 4.0 1178.1393 6.0 1178.1503 10.0 1178.1612 15.0 1178.1722 5.0 1178.1831 6.0 1178.1941 6.0 1178.205 8.0 1178.216 4.0 1178.2269 6.0 1178.2379 8.0 1178.2489 4.0 1178.2598 4.0 1178.2708 4.0 1178.2817 12.0 1178.2927 7.0 1178.3036 8.0 1178.3146 6.0 1178.3255 6.0 1178.3365 6.0 1178.3474 7.0 1178.3584 8.0 1178.3693 4.0 1178.3803 4.0 1178.3912 19.0 1178.4022 17.0 1178.4131 9.0 1178.4241 16.0 1178.4351 17.0 1178.446 15.0 1178.457 5.0 1178.4679 7.0 1178.4789 20.0 1178.4898 8.0 1178.5008 5.0 1178.5117 2.0 1178.5227 9.0 1178.5336 13.0 1178.5446 9.0 1178.5555 3.0 1178.5665 22.0 1178.5775 21.0 1178.5884 22.0 1178.5994 34.0 1178.6103 43.0 1178.6213 19.0 1178.6322 14.0 1178.6432 14.0 1178.6541 7.0 1178.6651 10.0 1178.676 8.0 1178.687 1.0 1178.698 3.0 1178.7089 6.0 1178.7199 9.0 1178.7308 2.0 1178.7418 4.0 1178.7527 10.0 1178.7637 7.0 1178.7746 6.0 1178.7856 4.0 1178.7965 11.0 1178.8075 10.0 1178.8185 15.0 1178.8294 7.0 1178.8404 7.0 1178.8513 6.0 1178.8623 8.0 1178.8732 11.0 1178.8842 8.0 1178.8951 4.0 1178.9061 5.0 1178.9171 6.0 1178.928 9.0 1178.939 8.0 1178.9499 7.0 1178.9609 3.0 1178.9718 3.0 1178.9828 1.0 1178.9938 6.0 1179.0047 3.0 1179.0157 2.0 1179.0266 4.0 1179.0376 2.0 1179.0485 7.0 1179.0595 1.0 1179.0704 4.0 1179.0814 9.0 1179.0924 9.0 1179.1033 6.0 1179.1143 7.0 1179.1252 9.0 1179.1362 4.0 1179.1471 3.0 1179.1581 3.0 1179.1691 4.0 1179.18 2.0 1179.191 8.0 1179.2019 3.0 1179.2129 3.0 1179.2238 10.0 1179.2348 4.0 1179.2458 3.0 1179.2567 8.0 1179.2677 4.0 1179.2786 4.0 1179.2896 9.0 1179.3005 9.0 1179.3115 7.0 1179.3225 14.0 1179.3334 14.0 1179.3444 13.0 1179.3553 4.0 1179.3663 6.0 1179.3772 7.0 1179.3882 2.0 1179.3992 2.0 1179.4101 4.0 1179.4211 9.0 1179.432 17.0 1179.443 17.0 1179.454 7.0 1179.4649 6.0 1179.4759 6.0 1179.4868 2.0 1179.4978 8.0 1179.5087 1.0 1179.5197 4.0 1179.5307 2.0 1179.5416 6.0 1179.5526 11.0 1179.5635 8.0 1179.5745 7.0 1179.5855 7.0 1179.5964 7.0 1179.6074 6.0 1179.6183 2.0 1179.6293 7.0 1179.6402 2.0 1179.6512 3.0 1179.6622 5.0 1179.6731 7.0 1179.6841 5.0 1179.695 10.0 1179.706 3.0 1179.717 2.0 1179.7279 6.0 1179.7389 1.0 1179.7498 8.0 1179.7608 5.0 1179.7718 4.0 1179.7827 4.0 1179.7937 6.0 1179.8046 10.0 1179.8156 7.0 1179.8266 9.0 1179.8375 1.0 1179.8485 6.0 1179.8594 3.0 1179.8704 2.0 1179.8814 5.0 1179.8923 13.0 1179.9033 8.0 1179.9142 2.0 1179.9252 8.0 1179.9362 1.0 1179.9471 3.0 1179.9581 1.0 1179.969 2.0 1179.98 4.0 1179.991 7.0 1180.0019 6.0 1180.0129 4.0 1180.0239 7.0 1180.0348 7.0 1180.0458 15.0 1180.0567 12.0 1180.0677 3.0 1180.0787 5.0 1180.0896 3.0 1180.1006 6.0 1180.1115 5.0 1180.1225 6.0 1180.1335 5.0 1180.1444 3.0 1180.1554 4.0 1180.1663 4.0 1180.1773 6.0 1180.1883 1.0 1180.1992 5.0 1180.2102 7.0 1180.2212 9.0 1180.2321 2.0 1180.254 5.0 1180.265 2.0 1180.276 2.0 1180.2869 6.0 1180.2979 2.0 1180.3089 14.0 1180.3198 3.0 1180.3308 5.0 1180.3417 10.0 1180.3527 5.0 1180.3637 10.0 1180.3746 14.0 1180.3856 11.0 1180.3966 9.0 1180.4075 5.0 1180.4185 8.0 1180.4294 9.0 1180.4404 11.0 1180.4514 11.0 1180.4623 6.0 1180.4733 10.0 1180.4843 7.0 1180.4952 8.0 1180.5062 7.0 1180.5171 2.0 1180.5281 6.0 1180.5391 8.0 1180.55 8.0 1180.561 1.0 1180.572 5.0 1180.5829 9.0 1180.5939 6.0 1180.6049 8.0 1180.6158 6.0 1180.6377 4.0 1180.6487 5.0 1180.6597 15.0 1180.6706 6.0 1180.6816 11.0 1180.6926 5.0 1180.7035 1.0 1180.7145 3.0 1180.7255 6.0 1180.7364 4.0 1180.7474 12.0 1180.7583 8.0 1180.7693 5.0 1180.7803 2.0 1180.7912 3.0 1180.8022 3.0 1180.8132 5.0 1180.8241 14.0 1180.8351 5.0 1180.8461 4.0 1180.857 5.0 1180.868 2.0 1180.879 4.0 1180.8899 4.0 1180.9009 4.0 1180.9119 7.0 1180.9228 4.0 1180.9338 6.0 1180.9447 7.0 1180.9557 5.0 1180.9667 5.0 1180.9776 7.0 1180.9886 8.0 1180.9996 11.0 1181.0105 4.0 1181.0215 4.0 1181.0325 10.0 1181.0434 11.0 1181.0544 6.0 1181.0654 3.0 1181.0763 8.0 1181.0873 7.0 1181.0983 4.0 1181.1092 11.0 1181.1202 8.0 1181.1312 14.0 1181.1421 5.0 1181.1531 2.0 1181.1641 12.0 1181.175 6.0 1181.186 10.0 1181.197 3.0 1181.2079 7.0 1181.2189 4.0 1181.2299 6.0 1181.2408 5.0 1181.2518 4.0 1181.2628 5.0 1181.2737 10.0 1181.2847 16.0 1181.2957 5.0 1181.3066 10.0 1181.3176 8.0 1181.3286 5.0 1181.3395 4.0 1181.3505 6.0 1181.3615 6.0 1181.3724 7.0 1181.3834 8.0 1181.3944 8.0 1181.4053 11.0 1181.4163 13.0 1181.4273 17.0 1181.4382 10.0 1181.4492 8.0 1181.4602 7.0 1181.4711 3.0 1181.4821 4.0 1181.4931 7.0 1181.504 5.0 1181.515 6.0 1181.526 6.0 1181.5369 3.0 1181.5479 4.0 1181.5589 4.0 1181.5698 10.0 1181.5808 11.0 1181.5918 5.0 1181.6028 11.0 1181.6137 11.0 1181.6247 16.0 1181.6357 14.0 1181.6466 9.0 1181.6576 6.0 1181.6686 6.0 1181.6795 5.0 1181.6905 7.0 1181.7015 8.0 1181.7124 5.0 1181.7234 5.0 1181.7344 7.0 1181.7453 2.0 1181.7563 6.0 1181.7673 10.0 1181.7783 7.0 1181.7892 9.0 1181.8002 8.0 1181.8112 8.0 1181.8221 6.0 1181.8331 4.0 1181.8441 9.0 1181.855 7.0 1181.866 7.0 1181.877 2.0 1181.8879 2.0 1181.8989 9.0 1181.9099 14.0 1181.9209 4.0 1181.9318 4.0 1181.9428 1.0 1181.9538 6.0 1181.9647 8.0 1181.9757 6.0 1181.9867 2.0 1181.9976 3.0 1182.0086 2.0 1182.0196 7.0 1182.0306 8.0 1182.0415 5.0 1182.0525 2.0 1182.0635 6.0 1182.0744 3.0 1182.0854 8.0 1182.0964 11.0 1182.1074 10.0 1182.1183 4.0 1182.1293 12.0 1182.1403 14.0 1182.1512 7.0 1182.1622 6.0 1182.1732 5.0 1182.1841 5.0 1182.1951 5.0 1182.2061 8.0 1182.2171 11.0 1182.228 10.0 1182.239 14.0 1182.25 8.0 1182.2609 5.0 1182.2719 3.0 1182.2829 3.0 1182.2939 10.0 1182.3048 17.0 1182.3158 12.0 1182.3268 6.0 1182.3377 11.0 1182.3487 9.0 1182.3597 9.0 1182.3707 23.0 1182.3816 5.0 1182.3926 11.0 1182.4036 16.0 1182.4145 15.0 1182.4255 10.0 1182.4365 10.0 1182.4475 8.0 1182.4584 9.0 1182.4694 9.0 1182.4804 4.0 1182.4914 6.0 1182.5023 9.0 1182.5133 17.0 1182.5243 19.0 1182.5352 8.0 1182.5462 6.0 1182.5572 13.0 1182.5682 10.0 1182.5791 11.0 1182.5901 5.0 1182.6011 13.0 1182.6121 16.0 1182.623 10.0 1182.634 6.0 1182.645 8.0 1182.6559 10.0 1182.6669 6.0 1182.6779 6.0 1182.6889 12.0 1182.6998 8.0 1182.7108 5.0 1182.7218 4.0 1182.7328 5.0 1182.7437 9.0 1182.7547 12.0 1182.7657 11.0 1182.7767 12.0 1182.7876 4.0 1182.7986 6.0 1182.8096 8.0 1182.8206 6.0 1182.8315 4.0 1182.8425 3.0 1182.8535 3.0 1182.8644 9.0 1182.8754 13.0 1182.8864 10.0 1182.8974 5.0 1182.9083 2.0 1182.9193 3.0 1182.9303 1.0 1182.9413 6.0 1182.9632 5.0 1182.9742 3.0 1182.9852 6.0 1182.9961 6.0 1183.0071 4.0 1183.0181 13.0 1183.0291 4.0 1183.04 3.0 1183.051 9.0 1183.062 10.0 1183.073 13.0 1183.0839 14.0 1183.0949 12.0 1183.1059 12.0 1183.1169 7.0 1183.1278 5.0 1183.1388 5.0 1183.1498 6.0 1183.1608 6.0 1183.1717 8.0 1183.1827 14.0 1183.1937 10.0 1183.2047 7.0 1183.2156 3.0 1183.2266 1.0 1183.2376 7.0 1183.2486 5.0 1183.2596 3.0 1183.2705 5.0 1183.2925 6.0 1183.3035 10.0 1183.3144 3.0 1183.3254 5.0 1183.3364 2.0 1183.3474 4.0 1183.3583 11.0 1183.3693 11.0 1183.3803 7.0 1183.3913 10.0 1183.4022 8.0 1183.4132 4.0 1183.4242 4.0 1183.4462 14.0 1183.4571 14.0 1183.4681 10.0 1183.4791 5.0 1183.4901 3.0 1183.501 2.0 1183.512 3.0 1183.523 2.0 1183.534 4.0 1183.5449 1.0 1183.5559 7.0 1183.5669 4.0 1183.5779 5.0 1183.5889 10.0 1183.5998 8.0 1183.6108 2.0 1183.6218 10.0 1183.6437 6.0 1183.6547 4.0 1183.6657 4.0 1183.6767 5.0 1183.6877 6.0 1183.6986 5.0 1183.7096 6.0 1183.7206 6.0 1183.7316 7.0 1183.7425 5.0 1183.7535 2.0 1183.7645 2.0 1183.7755 15.0 1183.7865 11.0 1183.7974 8.0 1183.8084 11.0 1183.8194 4.0 1183.8304 4.0 1183.8414 8.0 1183.8523 9.0 1183.8633 5.0 1183.8743 13.0 1183.8853 23.0 1183.8962 13.0 1183.9072 7.0 1183.9182 16.0 1183.9292 7.0 1183.9402 7.0 1183.9511 6.0 1183.9621 4.0 1183.9731 8.0 1183.9841 11.0 1183.9951 10.0 1184.006 9.0 1184.017 9.0 1184.028 1.0 1184.039 4.0 1184.05 4.0 1184.0609 2.0 1184.0719 3.0 1184.0829 14.0 1184.0939 8.0 1184.1049 4.0 1184.1158 2.0 1184.1268 7.0 1184.1378 7.0 1184.1488 4.0 1184.1598 7.0 1184.1707 6.0 1184.1817 9.0 1184.1927 10.0 1184.2037 12.0 1184.2147 21.0 1184.2256 12.0 1184.2366 4.0 1184.2476 3.0 1184.2586 5.0 1184.2696 2.0 1184.2805 5.0 1184.2915 10.0 1184.3025 5.0 1184.3135 6.0 1184.3245 10.0 1184.3354 7.0 1184.3464 4.0 1184.3574 12.0 1184.3684 9.0 1184.3794 5.0 1184.3904 3.0 1184.4013 6.0 1184.4123 9.0 1184.4233 8.0 1184.4343 7.0 1184.4453 3.0 1184.4562 5.0 1184.4672 4.0 1184.4782 4.0 1184.4892 10.0 1184.5002 2.0 1184.5112 1.0 1184.5221 10.0 1184.5331 6.0 1184.5441 6.0 1184.5551 6.0 1184.5661 13.0 1184.577 8.0 1184.588 8.0 1184.599 1.0 1184.61 3.0 1184.621 3.0 1184.632 6.0 1184.6429 8.0 1184.6539 5.0 1184.6649 5.0 1184.6759 8.0 1184.6869 7.0 1184.6979 4.0 1184.7088 5.0 1184.7198 7.0 1184.7418 11.0 1184.7528 10.0 1184.7637 10.0 1184.7747 2.0 1184.7857 5.0 1184.7967 7.0 1184.8077 3.0 1184.8187 8.0 1184.8296 8.0 1184.8406 3.0 1184.8516 5.0 1184.8626 7.0 1184.8736 9.0 1184.8846 6.0 1184.8955 1.0 1184.9065 3.0 1184.9175 3.0 1184.9285 8.0 1184.9395 7.0 1184.9505 3.0 1184.9615 2.0 1184.9724 7.0 1184.9834 8.0 1184.9944 3.0 1185.0054 7.0 1185.0164 7.0 1185.0274 12.0 1185.0383 5.0 1185.0493 6.0 1185.0603 8.0 1185.0713 5.0 1185.0823 4.0 1185.0933 6.0 1185.1042 9.0 1185.1152 12.0 1185.1262 12.0 1185.1372 7.0 1185.1482 8.0 1185.1592 4.0 1185.1702 5.0 1185.1811 9.0 1185.1921 8.0 1185.2031 14.0 1185.2141 12.0 1185.2251 1.0 1185.2361 3.0 1185.2471 6.0 1185.258 5.0 1185.269 7.0 1185.28 4.0 1185.291 13.0 1185.302 9.0 1185.313 10.0 1185.324 7.0 1185.3349 15.0 1185.3459 6.0 1185.3569 3.0 1185.3679 6.0 1185.3789 3.0 1185.3899 3.0 1185.4009 4.0 1185.4118 2.0 1185.4228 7.0 1185.4338 14.0 1185.4448 15.0 1185.4558 6.0 1185.4668 5.0 1185.4778 4.0 1185.4887 10.0 1185.4997 9.0 1185.5107 6.0 1185.5217 5.0 1185.5327 6.0 1185.5437 6.0 1185.5547 3.0 1185.5656 6.0 1185.5766 10.0 1185.5876 11.0 1185.5986 3.0 1185.6096 3.0 1185.6206 6.0 1185.6316 4.0 1185.6426 7.0 1185.6535 9.0 1185.6645 6.0 1185.6755 10.0 1185.6865 2.0 1185.6975 5.0 1185.7085 9.0 1185.7195 2.0 1185.7305 4.0 1185.7414 5.0 1185.7524 14.0 1185.7634 3.0 1185.7744 5.0 1185.7854 8.0 1185.7964 6.0 1185.8074 3.0 1185.8184 10.0 1185.8293 9.0 1185.8403 9.0 1185.8513 6.0 1185.8623 6.0 1185.8733 5.0 1185.8843 7.0 1185.8953 5.0 1185.9063 15.0 1185.9173 12.0 1185.9282 8.0 1185.9392 8.0 1185.9502 6.0 1185.9612 13.0 1185.9722 8.0 1185.9942 13.0 1186.0052 2.0 1186.0161 7.0 1186.0271 3.0 1186.0381 3.0 1186.0491 9.0 1186.0601 11.0 1186.0711 4.0 1186.0821 9.0 1186.0931 1.0 1186.1041 6.0 1186.1151 21.0 1186.126 7.0 1186.137 10.0 1186.148 13.0 1186.159 16.0 1186.17 10.0 1186.181 11.0 1186.192 14.0 1186.203 8.0 1186.214 2.0 1186.2249 10.0 1186.2359 11.0 1186.2469 4.0 1186.2579 2.0 1186.2689 7.0 1186.2799 9.0 1186.2909 8.0 1186.3019 9.0 1186.3129 8.0 1186.3239 8.0 1186.3348 16.0 1186.3458 9.0 1186.3568 2.0 1186.3678 5.0 1186.3788 2.0 1186.3898 7.0 1186.4008 20.0 1186.4118 12.0 1186.4228 9.0 1186.4338 10.0 1186.4448 12.0 1186.4557 13.0 1186.4667 4.0 1186.4777 8.0 1186.4887 9.0 1186.4997 11.0 1186.5107 5.0 1186.5217 6.0 1186.5327 5.0 1186.5437 4.0 1186.5547 4.0 1186.5657 4.0 1186.5766 3.0 1186.5876 1.0 1186.5986 4.0 1186.6096 7.0 1186.6206 7.0 1186.6316 6.0 1186.6426 4.0 1186.6536 6.0 1186.6756 4.0 1186.6866 12.0 1186.6976 3.0 1186.7086 2.0 1186.7195 3.0 1186.7305 4.0 1186.7415 7.0 1186.7525 5.0 1186.7635 11.0 1186.7745 7.0 1186.7855 10.0 1186.7965 4.0 1186.8075 5.0 1186.8185 7.0 1186.8295 9.0 1186.8405 3.0 1186.8515 9.0 1186.8624 5.0 1186.8734 5.0 1186.8844 14.0 1186.8954 6.0 1186.9064 3.0 1186.9174 4.0 1186.9284 2.0 1186.9394 3.0 1186.9504 1.0 1186.9614 4.0 1186.9724 3.0 1186.9834 11.0 1186.9944 5.0 1187.0054 4.0 1187.0164 3.0 1187.0273 1.0 1187.0383 3.0 1187.0493 7.0 1187.0603 3.0 1187.0713 10.0 1187.0823 6.0 1187.0933 14.0 1187.1043 5.0 1187.1153 5.0 1187.1263 1.0 1187.1373 10.0 1187.1483 7.0 1187.1593 3.0 1187.1703 4.0 1187.1813 6.0 1187.1923 6.0 1187.2032 2.0 1187.2142 8.0 1187.2252 4.0 1187.2362 3.0 1187.2472 5.0 1187.2582 16.0 1187.2692 14.0 1187.2802 24.0 1187.2912 10.0 1187.3022 6.0 1187.3132 11.0 1187.3242 14.0 1187.3352 8.0 1187.3462 6.0 1187.3572 5.0 1187.3682 5.0 1187.3792 10.0 1187.3902 13.0 1187.4012 4.0 1187.4122 7.0 1187.4231 11.0 1187.4341 8.0 1187.4451 11.0 1187.4561 5.0 1187.4671 14.0 1187.4781 4.0 1187.4891 8.0 1187.5001 4.0 1187.5111 2.0 1187.5221 7.0 1187.5331 12.0 1187.5441 9.0 1187.5551 6.0 1187.5661 6.0 1187.5771 8.0 1187.5881 6.0 1187.5991 8.0 1187.6101 8.0 1187.6211 14.0 1187.6321 6.0 1187.6431 3.0 1187.6541 4.0 1187.6651 8.0 1187.6761 2.0 1187.6871 8.0 1187.698 3.0 1187.709 5.0 1187.72 6.0 1187.731 5.0 1187.742 11.0 1187.753 5.0 1187.764 4.0 1187.775 11.0 1187.786 7.0 1187.797 18.0 1187.808 12.0 1187.819 5.0 1187.83 13.0 1187.841 11.0 1187.852 6.0 1187.863 17.0 1187.874 10.0 1187.885 4.0 1187.896 1.0 1187.907 6.0 1187.918 6.0 1187.929 2.0 1187.94 10.0 1187.951 10.0 1187.962 8.0 1187.973 6.0 1187.984 16.0 1187.995 13.0 1188.006 3.0 1188.017 11.0 1188.028 8.0 1188.039 4.0 1188.05 11.0 1188.061 11.0 1188.072 14.0 1188.083 15.0 1188.094 6.0 1188.105 5.0 1188.116 11.0 1188.127 8.0 1188.138 6.0 1188.149 10.0 1188.16 3.0 1188.171 9.0 1188.182 5.0 1188.193 4.0 1188.204 6.0 1188.215 3.0 1188.226 4.0 1188.237 6.0 1188.2479 2.0 1188.2589 7.0 1188.2699 4.0 1188.2809 4.0 1188.2919 9.0 1188.3029 5.0 1188.3139 7.0 1188.3249 7.0 1188.3359 9.0 1188.3469 5.0 1188.3579 5.0 1188.3689 8.0 1188.3799 12.0 1188.3909 9.0 1188.4019 11.0 1188.4129 11.0 1188.4239 11.0 1188.4349 11.0 1188.4459 5.0 1188.4569 6.0 1188.4679 1.0 1188.4789 5.0 1188.4899 5.0 1188.5009 7.0 1188.5119 12.0 1188.5229 10.0 1188.5339 20.0 1188.5449 13.0 1188.556 12.0 1188.567 7.0 1188.578 3.0 1188.589 1.0 1188.6 3.0 1188.611 7.0 1188.622 8.0 1188.633 14.0 1188.644 14.0 1188.655 12.0 1188.666 7.0 1188.677 5.0 1188.688 4.0 1188.699 4.0 1188.71 6.0 1188.721 9.0 1188.732 10.0 1188.743 6.0 1188.754 12.0 1188.765 12.0 1188.776 18.0 1188.787 11.0 1188.798 13.0 1188.809 9.0 1188.82 9.0 1188.831 7.0 1188.842 4.0 1188.853 5.0 1188.864 13.0 1188.875 13.0 1188.886 15.0 1188.897 8.0 1188.908 7.0 1188.919 9.0 1188.93 14.0 1188.941 6.0 1188.952 9.0 1188.963 5.0 1188.974 9.0 1188.985 8.0 1188.996 8.0 1189.007 8.0 1189.018 5.0 1189.029 5.0 1189.04 6.0 1189.051 4.0 1189.062 3.0 1189.073 7.0 1189.084 3.0 1189.095 8.0 1189.1061 4.0 1189.1171 9.0 1189.1281 6.0 1189.1391 7.0 1189.1501 6.0 1189.1611 4.0 1189.1721 7.0 1189.1831 5.0 1189.1941 6.0 1189.2051 13.0 1189.2161 1.0 1189.2271 5.0 1189.2381 5.0 1189.2491 7.0 1189.2711 1.0 1189.2821 13.0 1189.2931 1.0 1189.3041 5.0 1189.3151 15.0 1189.3261 18.0 1189.3371 13.0 1189.3481 4.0 1189.3591 8.0 1189.3701 9.0 1189.3811 13.0 1189.3922 10.0 1189.4032 25.0 1189.4142 16.0 1189.4252 12.0 1189.4362 2.0 1189.4472 6.0 1189.4582 7.0 1189.4692 10.0 1189.4802 11.0 1189.4912 6.0 1189.5022 11.0 1189.5132 5.0 1189.5242 7.0 1189.5352 6.0 1189.5462 8.0 1189.5572 4.0 1189.5682 7.0 1189.5792 8.0 1189.5902 7.0 1189.6013 7.0 1189.6123 2.0 1189.6233 10.0 1189.6343 8.0 1189.6453 3.0 1189.6563 4.0 1189.6673 9.0 1189.6783 3.0 1189.6893 9.0 1189.7003 14.0 1189.7113 13.0 1189.7223 4.0 1189.7333 9.0 1189.7443 5.0 1189.7553 4.0 1189.7663 6.0 1189.7773 10.0 1189.7884 2.0 1189.7994 7.0 1189.8104 4.0 1189.8214 12.0 1189.8324 6.0 1189.8434 10.0 1189.8544 3.0 1189.8654 9.0 1189.8764 17.0 1189.8874 9.0 1189.8984 10.0 1189.9094 8.0 1189.9204 5.0 1189.9314 12.0 1189.9424 6.0 1189.9535 1.0 1189.9645 2.0 1189.9755 8.0 1189.9865 7.0 1189.9975 9.0 1190.0085 9.0 1190.0195 3.0 1190.0305 5.0 1190.0415 6.0 1190.0525 4.0 1190.0635 11.0 1190.0745 6.0 1190.0855 3.0 1190.0966 6.0 1190.1076 11.0 1190.1186 8.0 1190.1296 3.0 1190.1406 6.0 1190.1516 5.0 1190.1626 2.0 1190.1736 10.0 1190.1846 10.0 1190.1956 7.0 1190.2066 8.0 1190.2176 13.0 1190.2287 13.0 1190.2397 17.0 1190.2507 21.0 1190.2617 18.0 1190.2727 10.0 1190.2837 5.0 1190.2947 10.0 1190.3057 17.0 1190.3167 12.0 1190.3277 9.0 1190.3387 7.0 1190.3497 7.0 1190.3608 18.0 1190.3718 13.0 1190.3828 3.0 1190.3938 8.0 1190.4048 8.0 1190.4158 11.0 1190.4268 12.0 1190.4378 14.0 1190.4488 12.0 1190.4598 22.0 1190.4709 10.0 1190.4819 4.0 1190.4929 9.0 1190.5039 16.0 1190.5149 6.0 1190.5259 6.0 1190.5369 13.0 1190.5479 11.0 1190.5589 8.0 1190.5699 14.0 1190.581 7.0 1190.592 6.0 1190.603 9.0 1190.614 17.0 1190.625 8.0 1190.636 3.0 1190.658 8.0 1190.669 6.0 1190.68 12.0 1190.6911 3.0 1190.7021 6.0 1190.7131 3.0 1190.7241 8.0 1190.7351 4.0 1190.7461 8.0 1190.7571 4.0 1190.7681 8.0 1190.7791 5.0 1190.7902 1.0 1190.8012 1.0 1190.8122 7.0 1190.8232 3.0 1190.8342 8.0 1190.8452 8.0 1190.8562 4.0 1190.8672 5.0 1190.8782 9.0 1190.8893 6.0 1190.9003 3.0 1190.9113 2.0 1190.9223 6.0 1190.9333 6.0 1190.9443 2.0 1190.9553 4.0 1190.9663 7.0 1190.9773 5.0 1190.9884 8.0 1190.9994 12.0 1191.0104 8.0 1191.0214 2.0 1191.0324 4.0 1191.0434 8.0 1191.0544 12.0 1191.0654 11.0 1191.0765 10.0 1191.0875 4.0 1191.0985 3.0 1191.1095 3.0 1191.1205 4.0 1191.1315 6.0 1191.1425 5.0 1191.1535 13.0 1191.1646 7.0 1191.1756 4.0 1191.1866 17.0 1191.1976 10.0 1191.2086 11.0 1191.2196 7.0 1191.2306 16.0 1191.2417 4.0 1191.2527 6.0 1191.2637 10.0 1191.2747 9.0 1191.2857 9.0 1191.2967 8.0 1191.3077 3.0 1191.3187 4.0 1191.3298 5.0 1191.3408 12.0 1191.3518 9.0 1191.3628 12.0 1191.3738 9.0 1191.3848 6.0 1191.3958 4.0 1191.4069 4.0 1191.4179 2.0 1191.4289 4.0 1191.4399 9.0 1191.4509 12.0 1191.4619 8.0 1191.4729 5.0 1191.484 7.0 1191.495 5.0 1191.506 9.0 1191.517 6.0 1191.528 6.0 1191.539 5.0 1191.55 7.0 1191.5611 6.0 1191.5721 7.0 1191.5831 8.0 1191.5941 6.0 1191.6051 6.0 1191.6161 8.0 1191.6271 6.0 1191.6382 8.0 1191.6492 3.0 1191.6602 3.0 1191.6712 5.0 1191.6822 3.0 1191.6932 8.0 1191.7043 2.0 1191.7153 7.0 1191.7263 7.0 1191.7373 6.0 1191.7483 6.0 1191.7593 2.0 1191.7703 5.0 1191.7814 2.0 1191.7924 8.0 1191.8034 7.0 1191.8144 4.0 1191.8254 5.0 1191.8364 7.0 1191.8475 9.0 1191.8585 5.0 1191.8695 10.0 1191.8805 6.0 1191.8915 19.0 1191.9025 7.0 1191.9136 6.0 1191.9246 6.0 1191.9356 5.0 1191.9466 3.0 1191.9576 6.0 1191.9686 4.0 1191.9797 6.0 1191.9907 7.0 1192.0017 6.0 1192.0127 5.0 1192.0237 4.0 1192.0347 2.0 1192.0458 6.0 1192.0568 16.0 1192.0678 14.0 1192.0788 4.0 1192.0898 4.0 1192.1008 2.0 1192.1119 4.0 1192.1229 4.0 1192.1339 2.0 1192.1449 3.0 1192.1559 7.0 1192.1669 10.0 1192.178 3.0 1192.189 13.0 1192.2 10.0 1192.211 12.0 1192.222 4.0 1192.2331 2.0 1192.2441 10.0 1192.2551 9.0 1192.2661 6.0 1192.2771 6.0 1192.2881 4.0 1192.2992 11.0 1192.3102 9.0 1192.3212 8.0 1192.3322 6.0 1192.3432 5.0 1192.3542 6.0 1192.3653 9.0 1192.3763 8.0 1192.3873 12.0 1192.3983 6.0 1192.4093 7.0 1192.4204 13.0 1192.4314 8.0 1192.4424 8.0 1192.4534 13.0 1192.4644 16.0 1192.4755 6.0 1192.4865 3.0 1192.4975 2.0 1192.5085 6.0 1192.5195 8.0 1192.5306 10.0 1192.5416 3.0 1192.5526 2.0 1192.5636 2.0 1192.5746 3.0 1192.5856 7.0 1192.5967 7.0 1192.6077 4.0 1192.6187 4.0 1192.6297 3.0 1192.6407 3.0 1192.6518 6.0 1192.6628 4.0 1192.6738 5.0 1192.6848 9.0 1192.6958 6.0 1192.7069 5.0 1192.7179 7.0 1192.7289 2.0 1192.7399 3.0 1192.7509 3.0 1192.762 7.0 1192.773 2.0 1192.784 6.0 1192.795 5.0 1192.806 2.0 1192.8171 2.0 1192.8281 8.0 1192.8391 12.0 1192.8501 2.0 1192.8612 5.0 1192.8722 8.0 1192.8832 2.0 1192.8942 4.0 1192.9163 6.0 1192.9273 5.0 1192.9383 11.0 1192.9493 6.0 1192.9603 5.0 1192.9714 4.0 1192.9824 16.0 1192.9934 11.0 1193.0044 12.0 1193.0154 5.0 1193.0265 3.0 1193.0375 4.0 1193.0485 6.0 1193.0595 12.0 1193.0706 3.0 1193.0816 3.0 1193.0926 1.0 1193.1036 3.0 1193.1146 8.0 1193.1257 2.0 1193.1367 1.0 1193.1477 5.0 1193.1587 4.0 1193.1698 9.0 1193.1808 7.0 1193.1918 2.0 1193.2028 9.0 1193.2138 2.0 1193.2249 5.0 1193.2359 9.0 1193.2469 2.0 1193.2579 4.0 1193.269 7.0 1193.28 9.0 1193.291 7.0 1193.302 13.0 1193.313 11.0 1193.3241 6.0 1193.3351 7.0 1193.3461 5.0 1193.3571 9.0 1193.3682 8.0 1193.3792 3.0 1193.3902 10.0 1193.4012 6.0 1193.4123 24.0 1193.4233 24.0 1193.4343 14.0 1193.4453 17.0 1193.4563 10.0 1193.4674 6.0 1193.4784 6.0 1193.4894 21.0 1193.5004 17.0 1193.5115 8.0 1193.5225 7.0 1193.5335 5.0 1193.5445 4.0 1193.5556 2.0 1193.5666 8.0 1193.5776 2.0 1193.5886 1.0 1193.5997 2.0 1193.6107 9.0 1193.6217 6.0 1193.6327 10.0 1193.6438 15.0 1193.6548 6.0 1193.6658 3.0 1193.6768 5.0 1193.6879 3.0 1193.6989 4.0 1193.7099 7.0 1193.7209 2.0 1193.732 5.0 1193.743 4.0 1193.765 7.0 1193.7761 7.0 1193.7871 5.0 1193.7981 3.0 1193.8091 2.0 1193.8202 10.0 1193.8312 21.0 1193.8422 8.0 1193.8532 3.0 1193.8643 10.0 1193.8753 6.0 1193.8863 6.0 1193.8973 9.0 1193.9084 8.0 1193.9194 11.0 1193.9304 8.0 1193.9414 4.0 1193.9525 10.0 1193.9635 5.0 1193.9745 10.0 1193.9855 7.0 1193.9966 4.0 1194.0076 8.0 1194.0186 11.0 1194.0296 12.0 1194.0407 6.0 1194.0517 2.0 1194.0627 3.0 1194.0737 11.0 1194.0848 11.0 1194.0958 5.0 1194.1068 2.0 1194.1179 4.0 1194.1289 8.0 1194.1399 7.0 1194.1509 4.0 1194.162 7.0 1194.173 5.0 1194.184 2.0 1194.195 4.0 1194.2061 8.0 1194.2171 6.0 1194.2281 2.0 1194.2391 8.0 1194.2502 6.0 1194.2612 8.0 1194.2722 9.0 1194.2833 8.0 1194.2943 1.0 1194.3053 3.0 1194.3163 2.0 1194.3274 4.0 1194.3384 7.0 1194.3494 1.0 1194.3604 5.0 1194.3825 4.0 1194.3935 10.0 1194.4046 12.0 1194.4156 18.0 1194.4266 20.0 1194.4376 13.0 1194.4487 15.0 1194.4597 7.0 1194.4707 7.0 1194.4818 9.0 1194.4928 6.0 1194.5038 7.0 1194.5148 6.0 1194.5259 4.0 1194.5369 8.0 1194.5479 5.0 1194.559 7.0 1194.57 10.0 1194.581 6.0 1194.592 5.0 1194.6031 4.0 1194.6141 14.0 1194.6251 13.0 1194.6362 5.0 1194.6472 4.0 1194.6582 7.0 1194.6692 3.0 1194.6803 5.0 1194.6913 3.0 1194.7023 6.0 1194.7134 4.0 1194.7244 11.0 1194.7354 9.0 1194.7464 5.0 1194.7575 22.0 1194.7685 7.0 1194.7795 6.0 1194.7906 4.0 1194.8016 6.0 1194.8126 3.0 1194.8237 9.0 1194.8347 10.0 1194.8457 10.0 1194.8567 3.0 1194.8678 2.0 1194.8788 10.0 1194.8898 8.0 1194.9009 5.0 1194.9119 6.0 1194.9229 6.0 1194.934 3.0 1194.945 13.0 1194.956 9.0 1194.9671 2.0 1194.9781 1.0 1194.9891 5.0 1195.0001 3.0 1195.0112 6.0 1195.0222 2.0 1195.0332 2.0 1195.0443 4.0 1195.0553 2.0 1195.0663 2.0 1195.0774 8.0 1195.0884 11.0 1195.0994 20.0 1195.1105 9.0 1195.1215 10.0 1195.1325 8.0 1195.1435 8.0 1195.1546 8.0 1195.1656 4.0 1195.1766 5.0 1195.1877 3.0 1195.1987 4.0 1195.2097 4.0 1195.2208 5.0 1195.2318 1.0 1195.2428 6.0 1195.2539 5.0 1195.2649 7.0 1195.2759 17.0 1195.287 19.0 1195.298 9.0 1195.309 2.0 1195.3201 5.0 1195.3311 7.0 1195.3421 3.0 1195.3532 7.0 1195.3642 13.0 1195.3752 7.0 1195.3862 7.0 1195.3973 16.0 1195.4083 17.0 1195.4193 12.0 1195.4304 4.0 1195.4414 6.0 1195.4524 5.0 1195.4635 7.0 1195.4745 14.0 1195.4855 7.0 1195.4966 9.0 1195.5076 7.0 1195.5186 4.0 1195.5297 2.0 1195.5407 10.0 1195.5517 9.0 1195.5628 2.0 1195.5738 1.0 1195.5848 6.0 1195.5959 3.0 1195.6069 9.0 1195.6179 4.0 1195.629 7.0 1195.64 3.0 1195.651 7.0 1195.6621 4.0 1195.6731 4.0 1195.6841 1.0 1195.6952 5.0 1195.7062 5.0 1195.7172 4.0 1195.7283 2.0 1195.7393 5.0 1195.7503 4.0 1195.7614 3.0 1195.7724 6.0 1195.7835 4.0 1195.7945 5.0 1195.8055 13.0 1195.8166 3.0 1195.8276 8.0 1195.8386 5.0 1195.8497 1.0 1195.8607 2.0 1195.8717 2.0 1195.8828 8.0 1195.8938 8.0 1195.9048 11.0 1195.9159 8.0 1195.9269 9.0 1195.9379 2.0 1195.949 5.0 1195.96 6.0 1195.971 9.0 1195.9821 6.0 1195.9931 10.0 1196.0041 6.0 1196.0152 8.0 1196.0262 4.0 1196.0373 9.0 1196.0483 8.0 1196.0593 2.0 1196.0704 6.0 1196.0814 7.0 1196.0924 4.0 1196.1035 9.0 1196.1145 5.0 1196.1255 5.0 1196.1366 17.0 1196.1476 11.0 1196.1586 8.0 1196.1697 8.0 1196.1807 3.0 1196.1918 4.0 1196.2028 15.0 1196.2138 8.0 1196.2249 8.0 1196.2359 9.0 1196.2469 8.0 1196.258 6.0 1196.269 9.0 1196.28 6.0 1196.2911 7.0 1196.3021 10.0 1196.3132 6.0 1196.3242 9.0 1196.3352 4.0 1196.3463 8.0 1196.3573 10.0 1196.3683 8.0 1196.3794 3.0 1196.3904 5.0 1196.4015 3.0 1196.4125 19.0 1196.4235 13.0 1196.4346 12.0 1196.4456 9.0 1196.4566 5.0 1196.4677 4.0 1196.4787 6.0 1196.4898 11.0 1196.5008 17.0 1196.5118 5.0 1196.5229 2.0 1196.5339 7.0 1196.5449 4.0 1196.556 13.0 1196.567 11.0 1196.5781 11.0 1196.5891 14.0 1196.6001 3.0 1196.6112 4.0 1196.6222 4.0 1196.6332 9.0 1196.6443 12.0 1196.6553 8.0 1196.6664 15.0 1196.6774 10.0 1196.6884 5.0 1196.6995 4.0 1196.7105 3.0 1196.7216 3.0 1196.7326 3.0 1196.7436 6.0 1196.7547 8.0 1196.7657 10.0 1196.7767 8.0 1196.7878 8.0 1196.7988 8.0 1196.8099 10.0 1196.8209 6.0 1196.8319 7.0 1196.843 16.0 1196.854 11.0 1196.8651 2.0 1196.8761 5.0 1196.8871 7.0 1196.8982 2.0 1196.9092 3.0 1196.9203 4.0 1196.9313 7.0 1196.9423 7.0 1196.9534 6.0 1196.9644 7.0 1196.9755 11.0 1196.9865 7.0 1196.9975 8.0 1197.0086 4.0 1197.0196 6.0 1197.0307 6.0 1197.0417 6.0 1197.0527 10.0 1197.0638 5.0 1197.0748 5.0 1197.0859 4.0 1197.0969 4.0 1197.1079 2.0 1197.119 2.0 1197.13 6.0 1197.1411 2.0 1197.1521 6.0 1197.1631 4.0 1197.1742 5.0 1197.1852 10.0 1197.1963 8.0 1197.2073 12.0 1197.2183 7.0 1197.2294 5.0 1197.2404 4.0 1197.2515 6.0 1197.2625 1.0 1197.2736 3.0 1197.2846 10.0 1197.2956 9.0 1197.3067 9.0 1197.3177 8.0 1197.3288 2.0 1197.3398 8.0 1197.3508 12.0 1197.3619 5.0 1197.3729 5.0 1197.384 4.0 1197.395 4.0 1197.4061 11.0 1197.4171 15.0 1197.4281 11.0 1197.4392 9.0 1197.4502 13.0 1197.4613 11.0 1197.4723 9.0 1197.4833 3.0 1197.4944 2.0 1197.5054 10.0 1197.5165 9.0 1197.5275 8.0 1197.5386 6.0 1197.5496 7.0 1197.5606 2.0 1197.5717 2.0 1197.5827 6.0 1197.5938 7.0 1197.6048 4.0 1197.6159 8.0 1197.6269 4.0 1197.6379 6.0 1197.649 2.0 1197.66 2.0 1197.6711 3.0 1197.6821 10.0 1197.6932 21.0 1197.7042 8.0 1197.7152 5.0 1197.7263 4.0 1197.7373 6.0 1197.7484 4.0 1197.7594 4.0 1197.7705 7.0 1197.7815 9.0 1197.7925 12.0 1197.8036 7.0 1197.8146 12.0 1197.8257 7.0 1197.8367 13.0 1197.8478 11.0 1197.8588 4.0 1197.8699 4.0 1197.8809 3.0 1197.8919 4.0 1197.903 5.0 1197.914 6.0 1197.9251 2.0 1197.9361 5.0 1197.9472 2.0 1197.9582 3.0 1197.9693 10.0 1197.9803 14.0 1197.9913 11.0 1198.0024 18.0 1198.0134 10.0 1198.0245 13.0 1198.0355 6.0 1198.0466 9.0 1198.0576 5.0 1198.0687 7.0 1198.0797 3.0 1198.0907 6.0 1198.1018 3.0 1198.1128 4.0 1198.1239 8.0 1198.1349 5.0 1198.146 4.0 1198.1681 7.0 1198.1791 3.0 1198.1902 5.0 1198.2012 4.0 1198.2122 2.0 1198.2233 4.0 1198.2343 7.0 1198.2454 8.0 1198.2564 1.0 1198.2675 3.0 1198.2785 6.0 1198.2896 7.0 1198.3006 5.0 1198.3117 1.0 1198.3227 2.0 1198.3337 9.0 1198.3558 6.0 1198.3669 1.0 1198.3779 7.0 1198.389 17.0 1198.4 2.0 1198.4111 10.0 1198.4221 17.0 1198.4332 6.0 1198.4442 7.0 1198.4553 8.0 1198.4663 4.0 1198.4774 6.0 1198.4884 8.0 1198.4994 16.0 1198.5105 8.0 1198.5215 7.0 1198.5326 5.0 1198.5436 2.0 1198.5547 7.0 1198.5657 8.0 1198.5768 10.0 1198.5878 11.0 1198.5989 13.0 1198.6099 8.0 1198.621 10.0 1198.632 9.0 1198.6431 5.0 1198.6541 6.0 1198.6652 8.0 1198.6762 14.0 1198.6873 8.0 1198.6983 4.0 1198.7093 4.0 1198.7204 5.0 1198.7314 8.0 1198.7425 13.0 1198.7535 10.0 1198.7646 2.0 1198.7756 2.0 1198.7867 3.0 1198.7977 2.0 1198.8088 1.0 1198.8198 10.0 1198.8309 3.0 1198.8419 2.0 1198.853 3.0 1198.864 3.0 1198.8751 5.0 1198.8861 9.0 1198.8972 8.0 1198.9082 1.0 1198.9193 4.0 1198.9303 7.0 1198.9414 10.0 1198.9524 4.0 1198.9635 5.0 1198.9745 10.0 1198.9856 12.0 1198.9966 13.0 1199.0077 2.0 1199.0187 6.0 1199.0298 3.0 1199.0408 10.0 1199.0519 7.0 1199.0629 4.0 1199.074 5.0 1199.085 7.0 1199.0961 7.0 1199.1071 2.0 1199.1182 8.0 1199.1292 12.0 1199.1403 8.0 1199.1513 9.0 1199.1624 7.0 1199.1734 3.0 1199.1845 3.0 1199.1955 1.0 1199.2066 4.0 1199.2176 5.0 1199.2287 7.0 1199.2397 2.0 1199.2508 7.0 1199.2618 8.0 1199.2729 2.0 1199.2839 6.0 1199.306 3.0 1199.3171 5.0 1199.3281 10.0 1199.3392 3.0 1199.3502 5.0 1199.3613 8.0 1199.3723 4.0 1199.3834 2.0 1199.3944 11.0 1199.4055 8.0 1199.4165 3.0 1199.4276 10.0 1199.4386 10.0 1199.4497 2.0 1199.4607 5.0 1199.4718 12.0 1199.4828 8.0 1199.4939 4.0 1199.5049 19.0 1199.516 10.0 1199.527 6.0 1199.5381 2.0 1199.5491 2.0 1199.5602 3.0 1199.5712 1.0 1199.5823 1.0 1199.5933 7.0 1199.6044 2.0 1199.6155 3.0 1199.6265 3.0 1199.6376 4.0 1199.6486 4.0 1199.6597 5.0 1199.6707 7.0 1199.6818 23.0 1199.6928 13.0 1199.7039 5.0 1199.7149 2.0 1199.726 4.0 1199.737 4.0 1199.7481 3.0 1199.7591 2.0 1199.7702 5.0 1199.7812 3.0 1199.7923 2.0 1199.8033 7.0 1199.8144 8.0 1199.8254 3.0 1199.8365 6.0 1199.8476 8.0 1199.8586 5.0 1199.8697 6.0 1199.8807 10.0 1199.8918 3.0 1199.9028 9.0 1199.9139 6.0 1199.9249 4.0 1199.947 3.0 1199.9581 2.0 1199.9691 5.0 1199.9802 2.0 1199.9913 4.0 1200.0023 4.0 1200.0134 7.0 1200.0244 7.0 1200.0355 4.0 1200.0465 1.0 1200.0576 8.0 1200.0686 6.0 1200.0797 3.0 1200.0907 2.0 1200.1018 4.0 1200.1128 8.0 1200.1239 11.0 1200.146 5.0 1200.1571 13.0 1200.1681 12.0 1200.1792 14.0 1200.1902 9.0 1200.2013 3.0 1200.2123 5.0 1200.2234 5.0 1200.2344 3.0 1200.2455 5.0 1200.2566 4.0 1200.2676 5.0 1200.2787 12.0 1200.2897 5.0 1200.3008 5.0 1200.3118 6.0 1200.3229 9.0 1200.3339 8.0 1200.345 8.0 1200.3561 9.0 1200.3671 8.0 1200.3782 3.0 1200.3892 6.0 1200.4003 12.0 1200.4113 12.0 1200.4224 6.0 1200.4334 13.0 1200.4445 5.0 1200.4556 5.0 1200.4666 9.0 1200.4777 11.0 1200.4887 14.0 1200.4998 14.0 1200.5108 5.0 1200.5219 2.0 1200.533 6.0 1200.544 3.0 1200.5551 1.0 1200.5661 4.0 1200.5772 4.0 1200.5882 4.0 1200.5993 9.0 1200.6103 2.0 1200.6214 8.0 1200.6325 3.0 1200.6435 3.0 1200.6546 7.0 1200.6656 11.0 1200.6767 9.0 1200.6877 5.0 1200.6988 9.0 1200.7099 9.0 1200.7209 6.0 1200.732 7.0 1200.743 3.0 1200.7541 6.0 1200.7651 13.0 1200.7762 21.0 1200.7873 17.0 1200.7983 12.0 1200.8094 8.0 1200.8204 13.0 1200.8315 9.0 1200.8426 8.0 1200.8536 7.0 1200.8647 5.0 1200.8757 5.0 1200.8868 2.0 1200.8978 9.0 1200.9089 11.0 1200.92 9.0 1200.931 8.0 1200.9421 4.0 1200.9531 2.0 1200.9642 2.0 1200.9752 6.0 1200.9863 10.0 1200.9974 9.0 1201.0084 9.0 1201.0195 6.0 1201.0305 6.0 1201.0416 7.0 1201.0527 17.0 1201.0637 8.0 1201.0748 8.0 1201.0858 3.0 1201.0969 8.0 1201.108 6.0 1201.119 6.0 1201.1301 2.0 1201.1411 8.0 1201.1522 3.0 1201.1632 5.0 1201.1743 1.0 1201.1854 4.0 1201.1964 8.0 1201.2075 3.0 1201.2185 2.0 1201.2296 8.0 1201.2407 7.0 1201.2517 6.0 1201.2628 2.0 1201.2738 5.0 1201.2849 4.0 1201.296 8.0 1201.307 5.0 1201.3181 5.0 1201.3291 7.0 1201.3402 11.0 1201.3513 19.0 1201.3623 7.0 1201.3734 6.0 1201.3844 1.0 1201.3955 14.0 1201.4066 16.0 1201.4176 7.0 1201.4287 7.0 1201.4397 22.0 1201.4508 14.0 1201.4619 5.0 1201.4729 4.0 1201.484 13.0 1201.4951 11.0 1201.5061 13.0 1201.5172 5.0 1201.5282 12.0 1201.5393 6.0 1201.5504 8.0 1201.5614 13.0 1201.5725 13.0 1201.5835 9.0 1201.5946 13.0 1201.6057 9.0 1201.6167 5.0 1201.6278 9.0 1201.6388 11.0 1201.6499 4.0 1201.661 3.0 1201.672 4.0 1201.6831 6.0 1201.6942 4.0 1201.7052 4.0 1201.7163 9.0 1201.7273 7.0 1201.7384 4.0 1201.7495 9.0 1201.7605 11.0 1201.7716 11.0 1201.7826 7.0 1201.7937 4.0 1201.8048 8.0 1201.8158 3.0 1201.8269 3.0 1201.838 1.0 1201.849 6.0 1201.8601 4.0 1201.8711 4.0 1201.8822 3.0 1201.8933 5.0 1201.9043 3.0 1201.9154 6.0 1201.9265 4.0 1201.9375 11.0 1201.9486 6.0 1201.9597 3.0 1201.9707 4.0 1201.9818 16.0 1201.9928 9.0 1202.0039 7.0 1202.015 7.0 1202.026 10.0 1202.0371 17.0 1202.0482 11.0 1202.0592 9.0 1202.0703 11.0 1202.0813 5.0 1202.0924 6.0 1202.1035 4.0 1202.1145 6.0 1202.1256 8.0 1202.1367 2.0 1202.1477 6.0 1202.1588 4.0 1202.1699 3.0 1202.1809 6.0 1202.192 7.0 1202.203 4.0 1202.2141 11.0 1202.2252 11.0 1202.2362 14.0 1202.2473 15.0 1202.2584 3.0 1202.2694 3.0 1202.2805 6.0 1202.2916 7.0 1202.3026 1.0 1202.3137 5.0 1202.3248 11.0 1202.3358 11.0 1202.3469 2.0 1202.358 5.0 1202.369 5.0 1202.3801 2.0 1202.3911 8.0 1202.4022 6.0 1202.4133 5.0 1202.4243 3.0 1202.4354 8.0 1202.4465 15.0 1202.4575 10.0 1202.4686 6.0 1202.4797 5.0 1202.4907 4.0 1202.5018 5.0 1202.5129 6.0 1202.5239 8.0 1202.535 5.0 1202.5461 4.0 1202.5571 5.0 1202.5682 7.0 1202.5793 10.0 1202.5903 3.0 1202.6014 18.0 1202.6125 13.0 1202.6235 5.0 1202.6346 4.0 1202.6457 4.0 1202.6567 3.0 1202.6678 4.0 1202.6789 7.0 1202.6899 9.0 1202.701 9.0 1202.7121 12.0 1202.7231 4.0 1202.7342 6.0 1202.7453 4.0 1202.7563 2.0 1202.7674 4.0 1202.7785 8.0 1202.7895 5.0 1202.8006 4.0 1202.8117 8.0 1202.8227 7.0 1202.8338 5.0 1202.8449 6.0 1202.8559 11.0 1202.867 6.0 1202.8781 7.0 1202.8891 4.0 1202.9002 4.0 1202.9113 7.0 1202.9223 9.0 1202.9334 8.0 1202.9445 6.0 1202.9555 6.0 1202.9666 5.0 1202.9777 10.0 1202.9887 9.0 1202.9998 6.0 1203.0109 5.0 1203.0219 9.0 1203.033 2.0 1203.0441 4.0 1203.0551 4.0 1203.0662 3.0 1203.0773 5.0 1203.0883 6.0 1203.0994 6.0 1203.1105 10.0 1203.1215 9.0 1203.1326 4.0 1203.1437 2.0 1203.1548 6.0 1203.1658 14.0 1203.1769 10.0 1203.188 8.0 1203.199 7.0 1203.2101 13.0 1203.2212 15.0 1203.2322 10.0 1203.2433 8.0 1203.2544 6.0 1203.2654 1.0 1203.2876 2.0 1203.2986 8.0 1203.3097 6.0 1203.3208 6.0 1203.3319 4.0 1203.3429 3.0 1203.354 4.0 1203.3651 4.0 1203.3761 2.0 1203.3872 3.0 1203.3983 3.0 1203.4093 8.0 1203.4204 8.0 1203.4315 5.0 1203.4425 12.0 1203.4536 9.0 1203.4647 8.0 1203.4758 6.0 1203.4868 2.0 1203.4979 8.0 1203.509 10.0 1203.52 5.0 1203.5311 10.0 1203.5422 9.0 1203.5533 5.0 1203.5643 1.0 1203.5754 5.0 1203.5865 1.0 1203.5975 10.0 1203.6086 8.0 1203.6197 8.0 1203.6307 9.0 1203.6418 12.0 1203.6529 8.0 1203.664 8.0 1203.675 8.0 1203.6861 6.0 1203.6972 5.0 1203.7082 8.0 1203.7193 8.0 1203.7304 12.0 1203.7415 9.0 1203.7525 12.0 1203.7636 8.0 1203.7747 7.0 1203.7857 3.0 1203.7968 5.0 1203.8079 8.0 1203.819 10.0 1203.83 2.0 1203.8411 2.0 1203.8522 10.0 1203.8632 10.0 1203.8743 1.0 1203.8854 9.0 1203.8965 7.0 1203.9075 7.0 1203.9186 3.0 1203.9297 3.0 1203.9407 3.0 1203.9518 5.0 1203.9629 6.0 1203.974 5.0 1203.985 9.0 1203.9961 3.0 1204.0072 4.0 1204.0183 2.0 1204.0293 2.0 1204.0404 4.0 1204.0515 4.0 1204.0625 3.0 1204.0736 9.0 1204.0847 7.0 1204.0958 6.0 1204.1068 13.0 1204.1179 12.0 1204.129 2.0 1204.1401 6.0 1204.1511 17.0 1204.1622 19.0 1204.1733 5.0 1204.1843 5.0 1204.2065 3.0 1204.2176 9.0 1204.2286 7.0 1204.2397 4.0 1204.2508 8.0 1204.2619 4.0 1204.2729 7.0 1204.284 4.0 1204.2951 3.0 1204.3062 6.0 1204.3172 11.0 1204.3283 6.0 1204.3394 5.0 1204.3504 11.0 1204.3615 7.0 1204.3726 9.0 1204.3837 6.0 1204.3947 5.0 1204.4058 7.0 1204.4169 4.0 1204.428 9.0 1204.439 5.0 1204.4501 8.0 1204.4612 10.0 1204.4723 21.0 1204.4833 11.0 1204.4944 10.0 1204.5055 15.0 1204.5166 15.0 1204.5276 18.0 1204.5387 6.0 1204.5498 1.0 1204.5609 1.0 1204.5719 7.0 1204.583 13.0 1204.5941 13.0 1204.6052 8.0 1204.6162 5.0 1204.6273 5.0 1204.6384 4.0 1204.6495 10.0 1204.6605 3.0 1204.6716 4.0 1204.6827 10.0 1204.6938 5.0 1204.7048 3.0 1204.7159 3.0 1204.727 6.0 1204.7381 5.0 1204.7491 7.0 1204.7602 6.0 1204.7713 8.0 1204.7824 5.0 1204.7935 6.0 1204.8045 9.0 1204.8156 5.0 1204.8267 8.0 1204.8378 1.0 1204.8488 4.0 1204.8599 6.0 1204.871 4.0 1204.8821 13.0 1204.8931 8.0 1204.9042 10.0 1204.9153 13.0 1204.9264 7.0 1204.9374 3.0 1204.9485 13.0 1204.9596 12.0 1204.9707 8.0 1204.9818 1.0 1204.9928 6.0 1205.0039 5.0 1205.015 3.0 1205.0261 8.0 1205.0371 12.0 1205.0482 13.0 1205.0593 6.0 1205.0704 1.0 1205.0814 8.0 1205.0925 7.0 1205.1036 2.0 1205.1147 5.0 1205.1258 13.0 1205.1368 14.0 1205.1479 3.0 1205.159 16.0 1205.1701 21.0 1205.1811 9.0 1205.1922 7.0 1205.2033 8.0 1205.2144 2.0 1205.2255 5.0 1205.2365 5.0 1205.2476 3.0 1205.2587 3.0 1205.2698 9.0 1205.2808 12.0 1205.2919 4.0 1205.303 9.0 1205.3141 12.0 1205.3252 15.0 1205.3362 9.0 1205.3473 8.0 1205.3584 11.0 1205.3695 2.0 1205.3806 5.0 1205.3916 5.0 1205.4027 8.0 1205.4138 11.0 1205.4249 2.0 1205.436 8.0 1205.447 11.0 1205.4581 14.0 1205.4692 4.0 1205.4803 17.0 1205.4913 9.0 1205.5024 5.0 1205.5135 2.0 1205.5246 4.0 1205.5357 9.0 1205.5467 12.0 1205.5578 8.0 1205.5689 13.0 1205.58 3.0 1205.5911 1.0 1205.6021 12.0 1205.6132 12.0 1205.6243 7.0 1205.6354 1.0 1205.6465 8.0 1205.6575 3.0 1205.6686 4.0 1205.6797 1.0 1205.6908 5.0 1205.7019 8.0 1205.7129 4.0 1205.724 6.0 1205.7351 7.0 1205.7462 4.0 1205.7573 2.0 1205.7683 4.0 1205.7794 5.0 1205.7905 8.0 1205.8016 8.0 1205.8127 4.0 1205.8237 9.0 1205.8348 13.0 1205.857 2.0 1205.8681 6.0 1205.8792 13.0 1205.8902 9.0 1205.9013 5.0 1205.9124 7.0 1205.9235 6.0 1205.9346 4.0 1205.9456 5.0 1205.9567 7.0 1205.9678 4.0 1205.9789 7.0 1205.99 10.0 1206.0011 10.0 1206.0121 11.0 1206.0232 7.0 1206.0343 10.0 1206.0454 8.0 1206.0565 8.0 1206.0675 3.0 1206.0786 2.0 1206.0897 4.0 1206.1008 10.0 1206.1119 6.0 1206.123 6.0 1206.134 6.0 1206.1451 7.0 1206.1562 4.0 1206.1673 13.0 1206.1784 7.0 1206.1894 9.0 1206.2005 15.0 1206.2116 7.0 1206.2227 8.0 1206.2338 10.0 1206.2449 10.0 1206.2559 8.0 1206.267 5.0 1206.2781 5.0 1206.2892 9.0 1206.3003 3.0 1206.3114 6.0 1206.3224 7.0 1206.3335 8.0 1206.3446 11.0 1206.3557 13.0 1206.3668 12.0 1206.3779 7.0 1206.3889 12.0 1206.4 4.0 1206.4111 3.0 1206.4222 10.0 1206.4333 19.0 1206.4444 13.0 1206.4554 12.0 1206.4665 7.0 1206.4776 13.0 1206.4887 8.0 1206.4998 4.0 1206.5109 11.0 1206.5219 4.0 1206.533 1.0 1206.5441 5.0 1206.5552 6.0 1206.5663 3.0 1206.5774 6.0 1206.5885 14.0 1206.5995 10.0 1206.6106 5.0 1206.6217 6.0 1206.6328 10.0 1206.6439 15.0 1206.655 5.0 1206.666 3.0 1206.6771 8.0 1206.6882 7.0 1206.6993 8.0 1206.7104 9.0 1206.7215 12.0 1206.7326 6.0 1206.7436 4.0 1206.7547 3.0 1206.7658 11.0 1206.7769 7.0 1206.788 7.0 1206.7991 4.0 1206.8101 5.0 1206.8212 6.0 1206.8323 3.0 1206.8434 4.0 1206.8545 7.0 1206.8656 6.0 1206.8767 9.0 1206.8877 10.0 1206.8988 4.0 1206.9099 3.0 1206.921 3.0 1206.9321 1.0 1206.9432 6.0 1206.9543 9.0 1206.9654 8.0 1206.9764 6.0 1206.9875 2.0 1206.9986 3.0 1207.0097 7.0 1207.0208 9.0 1207.0319 8.0 1207.043 4.0 1207.054 2.0 1207.0651 3.0 1207.0762 5.0 1207.0873 8.0 1207.0984 7.0 1207.1095 10.0 1207.1206 7.0 1207.1316 2.0 1207.1427 2.0 1207.1538 14.0 1207.1649 14.0 1207.176 15.0 1207.1871 9.0 1207.1982 5.0 1207.2093 3.0 1207.2203 2.0 1207.2314 6.0 1207.2425 2.0 1207.2536 4.0 1207.2647 4.0 1207.2758 5.0 1207.2869 4.0 1207.298 3.0 1207.309 3.0 1207.3201 7.0 1207.3312 3.0 1207.3423 14.0 1207.3534 10.0 1207.3645 19.0 1207.3756 15.0 1207.3867 7.0 1207.3977 6.0 1207.4088 8.0 1207.4199 6.0 1207.431 4.0 1207.4421 10.0 1207.4532 17.0 1207.4643 13.0 1207.4754 18.0 1207.4865 11.0 1207.4975 16.0 1207.5086 3.0 1207.5197 6.0 1207.5308 3.0 1207.5419 7.0 1207.553 16.0 1207.5641 12.0 1207.5752 8.0 1207.5863 11.0 1207.5973 13.0 1207.6084 15.0 1207.6195 6.0 1207.6306 8.0 1207.6417 14.0 1207.6528 17.0 1207.6639 12.0 1207.675 10.0 1207.6861 1.0 1207.6971 7.0 1207.7082 3.0 1207.7193 4.0 1207.7304 6.0 1207.7415 6.0 1207.7526 2.0 1207.7637 5.0 1207.7748 3.0 1207.7859 1.0 1207.797 9.0 1207.808 8.0 1207.8191 4.0 1207.8302 1.0 1207.8413 5.0 1207.8524 8.0 1207.8635 4.0 1207.8746 8.0 1207.8857 7.0 1207.8968 4.0 1207.9079 4.0 1207.9189 5.0 1207.93 9.0 1207.9411 7.0 1207.9522 5.0 1207.9633 1.0 1207.9744 1.0 1207.9855 15.0 1207.9966 12.0 1208.0077 5.0 1208.0188 3.0 1208.0299 6.0 1208.0409 5.0 1208.052 5.0 1208.0631 7.0 1208.0742 8.0 1208.0853 8.0 1208.0964 7.0 1208.1075 4.0 1208.1186 7.0 1208.1297 5.0 1208.1408 8.0 1208.1519 11.0 1208.163 5.0 1208.174 2.0 1208.1851 4.0 1208.1962 5.0 1208.2073 5.0 1208.2184 5.0 1208.2295 4.0 1208.2406 10.0 1208.2517 10.0 1208.2628 3.0 1208.2739 6.0 1208.285 13.0 1208.2961 10.0 1208.3071 9.0 1208.3182 8.0 1208.3293 2.0 1208.3404 7.0 1208.3515 9.0 1208.3626 6.0 1208.3737 3.0 1208.3848 13.0 1208.3959 10.0 1208.407 5.0 1208.4181 4.0 1208.4292 1.0 1208.4403 8.0 1208.4514 7.0 1208.4624 12.0 1208.4735 13.0 1208.4846 12.0 1208.4957 10.0 1208.5068 7.0 1208.5179 4.0 1208.529 2.0 1208.5401 10.0 1208.5512 2.0 1208.5623 6.0 1208.5734 7.0 1208.5845 2.0 1208.5956 3.0 1208.6067 9.0 1208.6178 6.0 1208.6288 9.0 1208.6399 8.0 1208.651 4.0 1208.6621 2.0 1208.6732 3.0 1208.6843 4.0 1208.6954 4.0 1208.7065 7.0 1208.7176 3.0 1208.7287 12.0 1208.7398 8.0 1208.7509 7.0 1208.762 4.0 1208.7731 4.0 1208.7842 9.0 1208.7953 3.0 1208.8064 6.0 1208.8174 12.0 1208.8285 6.0 1208.8396 3.0 1208.8507 8.0 1208.8618 6.0 1208.8729 4.0 1208.884 9.0 1208.8951 10.0 1208.9062 5.0 1208.9173 5.0 1208.9284 7.0 1208.9395 8.0 1208.9506 8.0 1208.9617 10.0 1208.9728 3.0 1208.9839 4.0 1208.995 6.0 1209.0061 2.0 1209.0172 10.0 1209.0283 7.0 1209.0394 1.0 1209.0504 2.0 1209.0615 1.0 1209.0726 4.0 1209.0837 5.0 1209.0948 5.0 1209.1059 5.0 1209.117 11.0 1209.1281 8.0 1209.1392 3.0 1209.1503 19.0 1209.1614 12.0 1209.1725 4.0 1209.1836 1.0 1209.1947 7.0 1209.2058 2.0 1209.2169 8.0 1209.228 10.0 1209.2391 4.0 1209.2502 4.0 1209.2613 5.0 1209.2724 2.0 1209.2835 12.0 1209.2946 10.0 1209.3057 5.0 1209.3168 8.0 1209.3279 6.0 1209.339 11.0 1209.3501 5.0 1209.3612 2.0 1209.3722 3.0 1209.3833 9.0 1209.3944 9.0 1209.4055 16.0 1209.4166 13.0 1209.4277 7.0 1209.4388 12.0 1209.4499 5.0 1209.461 11.0 1209.4721 15.0 1209.4832 10.0 1209.4943 7.0 1209.5054 7.0 1209.5165 1.0 1209.5276 6.0 1209.5387 11.0 1209.5498 13.0 1209.5609 6.0 1209.572 2.0 1209.5831 7.0 1209.5942 11.0 1209.6053 13.0 1209.6164 5.0 1209.6275 1.0 1209.6386 7.0 1209.6497 17.0 1209.6608 15.0 1209.6719 4.0 1209.683 4.0 1209.6941 3.0 1209.7052 6.0 1209.7163 5.0 1209.7274 1.0 1209.7385 7.0 1209.7496 6.0 1209.7607 10.0 1209.7718 4.0 1209.7829 7.0 1209.794 4.0 1209.8051 11.0 1209.8162 8.0 1209.8273 4.0 1209.8384 1.0 1209.8495 8.0 1209.8606 24.0 1209.8717 11.0 1209.8828 11.0 1209.8939 5.0 1209.905 4.0 1209.9161 2.0 1209.9272 4.0 1209.9383 5.0 1209.9494 1.0 1209.9605 8.0 1209.9716 2.0 1209.9827 2.0 1209.9938 5.0 1210.0049 2.0 1210.016 5.0 1210.0271 2.0 1210.0382 3.0 1210.0493 9.0 1210.0604 8.0 1210.0715 7.0 1210.0826 1.0 1210.0937 2.0 1210.1048 4.0 1210.1159 5.0 1210.127 3.0 1210.1381 3.0 1210.1492 6.0 1210.1603 7.0 1210.1714 6.0 1210.1825 5.0 1210.1936 3.0 1210.2047 5.0 1210.2158 8.0 1210.2269 5.0 1210.238 8.0 1210.2491 7.0 1210.2602 1.0 1210.2713 1.0 1210.2824 4.0 1210.2935 12.0 1210.3046 7.0 1210.3157 7.0 1210.3268 4.0 1210.3379 6.0 1210.349 5.0 1210.3601 3.0 1210.3712 4.0 1210.3823 3.0 1210.3934 11.0 1210.4045 14.0 1210.4156 9.0 1210.4267 8.0 1210.4378 6.0 1210.4489 13.0 1210.46 8.0 1210.4711 9.0 1210.4822 23.0 1210.4933 12.0 1210.5044 11.0 1210.5155 5.0 1210.5266 5.0 1210.5377 1.0 1210.5488 6.0 1210.5599 7.0 1210.5711 6.0 1210.5822 5.0 1210.5933 11.0 1210.6044 2.0 1210.6155 5.0 1210.6266 12.0 1210.6377 5.0 1210.6488 1.0 1210.6599 5.0 1210.671 3.0 1210.6821 5.0 1210.6932 2.0 1210.7043 9.0 1210.7154 5.0 1210.7265 6.0 1210.7376 4.0 1210.7487 14.0 1210.7598 9.0 1210.7709 6.0 1210.782 4.0 1210.7931 9.0 1210.8042 5.0 1210.8153 7.0 1210.8264 12.0 1210.8375 9.0 1210.8486 13.0 1210.8597 15.0 1210.8708 11.0 1210.8819 4.0 1210.8931 4.0 1210.9042 11.0 1210.9153 14.0 1210.9264 13.0 1210.9375 11.0 1210.9486 4.0 1210.9597 6.0 1210.9708 9.0 1210.9819 10.0 1210.993 7.0 1211.0041 11.0 1211.0152 8.0 1211.0263 9.0 1211.0374 4.0 1211.0485 10.0 1211.0596 7.0 1211.0707 10.0 1211.0818 17.0 1211.0929 12.0 1211.104 13.0 1211.1151 2.0 1211.1263 7.0 1211.1374 9.0 1211.1485 4.0 1211.1596 9.0 1211.1707 3.0 1211.1818 10.0 1211.1929 6.0 1211.204 4.0 1211.2151 3.0 1211.2262 2.0 1211.2373 5.0 1211.2484 5.0 1211.2595 5.0 1211.2706 8.0 1211.2817 5.0 1211.2928 3.0 1211.3039 5.0 1211.3151 4.0 1211.3262 5.0 1211.3373 6.0 1211.3484 8.0 1211.3595 7.0 1211.3706 4.0 1211.3817 9.0 1211.3928 4.0 1211.4039 6.0 1211.415 7.0 1211.4261 8.0 1211.4372 2.0 1211.4483 4.0 1211.4594 9.0 1211.4705 9.0 1211.4817 7.0 1211.4928 11.0 1211.5039 8.0 1211.515 9.0 1211.5261 9.0 1211.5372 12.0 1211.5483 6.0 1211.5594 17.0 1211.5705 6.0 1211.5816 2.0 1211.5927 4.0 1211.6038 4.0 1211.6149 9.0 1211.626 2.0 1211.6372 6.0 1211.6483 7.0 1211.6594 1.0 1211.6705 7.0 1211.6816 2.0 1211.6927 14.0 1211.7038 6.0 1211.7149 6.0 1211.726 2.0 1211.7371 6.0 1211.7482 2.0 1211.7593 7.0 1211.7705 5.0 1211.7816 8.0 1211.7927 4.0 1211.8038 5.0 1211.8149 5.0 1211.826 6.0 1211.8371 6.0 1211.8482 2.0 1211.8593 1.0 1211.8704 4.0 1211.8815 9.0 1211.8926 6.0 1211.9038 7.0 1211.9149 2.0 1211.926 1.0 1211.9371 5.0 1211.9482 7.0 1211.9593 2.0 1211.9704 4.0 1211.9815 2.0 1211.9926 7.0 1212.0037 3.0 1212.0148 7.0 1212.026 12.0 1212.0371 14.0 1212.0482 12.0 1212.0593 5.0 1212.0704 4.0 1212.0815 2.0 1212.1037 7.0 1212.1148 5.0 1212.1259 3.0 1212.1371 6.0 1212.1482 6.0 1212.1593 7.0 1212.1704 9.0 1212.1815 10.0 1212.1926 3.0 1212.2037 8.0 1212.2148 4.0 1212.2259 7.0 1212.237 7.0 1212.2482 6.0 1212.2593 3.0 1212.2704 1.0 1212.2815 10.0 1212.2926 13.0 1212.3037 10.0 1212.3148 8.0 1212.3259 3.0 1212.337 5.0 1212.3482 11.0 1212.3593 11.0 1212.3704 8.0 1212.3815 10.0 1212.3926 2.0 1212.4037 5.0 1212.4148 2.0 1212.4259 7.0 1212.437 7.0 1212.4482 7.0 1212.4593 12.0 1212.4704 15.0 1212.4815 11.0 1212.4926 13.0 1212.5037 9.0 1212.5148 6.0 1212.5259 9.0 1212.537 3.0 1212.5482 2.0 1212.5593 6.0 1212.5704 8.0 1212.5815 8.0 1212.5926 3.0 1212.6037 3.0 1212.6148 2.0 1212.6259 4.0 1212.6371 2.0 1212.6482 3.0 1212.6593 6.0 1212.6704 7.0 1212.6815 5.0 1212.6926 6.0 1212.7037 3.0 1212.7148 7.0 1212.726 1.0 1212.7371 3.0 1212.7482 7.0 1212.7593 11.0 1212.7704 4.0 1212.7815 2.0 1212.7926 6.0 1212.8037 5.0 1212.8149 4.0 1212.826 3.0 1212.8371 2.0 1212.8482 4.0 1212.8593 2.0 1212.8704 6.0 1212.8815 9.0 1212.8927 8.0 1212.9038 6.0 1212.9149 1.0 1212.926 6.0 1212.9371 5.0 1212.9482 10.0 1212.9593 8.0 1212.9704 1.0 1212.9816 3.0 1212.9927 7.0 1213.0038 5.0 1213.0149 3.0 1213.026 7.0 1213.0371 2.0 1213.0482 2.0 1213.0594 4.0 1213.0705 8.0 1213.0816 11.0 1213.0927 6.0 1213.1038 2.0 1213.1149 7.0 1213.126 2.0 1213.1372 2.0 1213.1483 4.0 1213.1594 1.0 1213.1705 2.0 1213.1816 5.0 1213.1927 3.0 1213.2039 3.0 1213.215 3.0 1213.2261 5.0 1213.2372 9.0 1213.2483 20.0 1213.2594 8.0 1213.2705 4.0 1213.2817 2.0 1213.2928 9.0 1213.3039 5.0 1213.315 7.0 1213.3261 1.0 1213.3372 4.0 1213.3484 6.0 1213.3595 15.0 1213.3706 1.0 1213.3817 6.0 1213.3928 6.0 1213.4039 3.0 1213.415 4.0 1213.4262 6.0 1213.4373 3.0 1213.4484 2.0 1213.4595 10.0 1213.4706 6.0 1213.4817 1.0 1213.4929 8.0 1213.504 13.0 1213.5151 9.0 1213.5262 3.0 1213.5373 8.0 1213.5484 7.0 1213.5596 8.0 1213.5707 4.0 1213.5818 4.0 1213.5929 2.0 1213.604 6.0 1213.6151 12.0 1213.6263 12.0 1213.6374 4.0 1213.6485 7.0 1213.6596 3.0 1213.6707 3.0 1213.6818 5.0 1213.693 6.0 1213.7041 4.0 1213.7152 11.0 1213.7263 12.0 1213.7374 9.0 1213.7485 4.0 1213.7597 5.0 1213.7708 4.0 1213.7819 3.0 1213.793 9.0 1213.8041 8.0 1213.8153 18.0 1213.8264 15.0 1213.8375 3.0 1213.8486 5.0 1213.8597 8.0 1213.8708 7.0 1213.882 8.0 1213.8931 8.0 1213.9042 4.0 1213.9153 13.0 1213.9264 9.0 1213.9375 2.0 1213.9487 2.0 1213.9598 6.0 1213.9709 4.0 1213.982 4.0 1213.9931 18.0 1214.0043 10.0 1214.0154 7.0 1214.0265 4.0 1214.0376 9.0 1214.0487 6.0 1214.0599 6.0 1214.0821 2.0 1214.0932 9.0 1214.1043 4.0 1214.1154 3.0 1214.1266 9.0 1214.1377 3.0 1214.1488 7.0 1214.1599 6.0 1214.171 9.0 1214.1822 6.0 1214.1933 14.0 1214.2044 12.0 1214.2155 7.0 1214.2266 10.0 1214.2378 6.0 1214.2489 5.0 1214.26 8.0 1214.2711 4.0 1214.2822 7.0 1214.2934 5.0 1214.3045 1.0 1214.3156 7.0 1214.3267 12.0 1214.3378 8.0 1214.349 4.0 1214.3601 7.0 1214.3712 3.0 1214.3823 9.0 1214.3934 7.0 1214.4046 11.0 1214.4157 8.0 1214.4268 15.0 1214.4379 12.0 1214.449 7.0 1214.4602 7.0 1214.4713 9.0 1214.4824 8.0 1214.4935 17.0 1214.5046 17.0 1214.5158 15.0 1214.5269 6.0 1214.538 9.0 1214.5491 5.0 1214.5603 4.0 1214.5714 8.0 1214.5825 12.0 1214.5936 5.0 1214.6047 11.0 1214.6159 13.0 1214.627 15.0 1214.6381 8.0 1214.6492 5.0 1214.6603 4.0 1214.6715 7.0 1214.6826 16.0 1214.6937 7.0 1214.7048 7.0 1214.716 16.0 1214.7271 12.0 1214.7382 9.0 1214.7493 7.0 1214.7604 4.0 1214.7716 1.0 1214.7827 2.0 1214.7938 10.0 1214.8049 7.0 1214.8161 3.0 1214.8272 3.0 1214.8383 4.0 1214.8494 9.0 1214.8605 8.0 1214.8717 16.0 1214.8828 10.0 1214.8939 10.0 1214.905 8.0 1214.9162 7.0 1214.9273 6.0 1214.9384 8.0 1214.9495 9.0 1214.9607 13.0 1214.9718 3.0 1214.9829 4.0 1214.994 4.0 1215.0051 11.0 1215.0163 7.0 1215.0274 4.0 1215.0385 2.0 1215.0496 16.0 1215.0608 7.0 1215.0719 4.0 1215.083 1.0 1215.0941 5.0 1215.1053 1.0 1215.1164 6.0 1215.1275 3.0 1215.1386 2.0 1215.1498 7.0 1215.1609 5.0 1215.172 1.0 1215.1831 5.0 1215.1942 2.0 1215.2054 14.0 1215.2165 16.0 1215.2276 16.0 1215.2387 9.0 1215.2499 6.0 1215.261 3.0 1215.2721 3.0 1215.2832 3.0 1215.2944 4.0 1215.3055 4.0 1215.3166 6.0 1215.3277 10.0 1215.3389 5.0 1215.35 3.0 1215.3611 4.0 1215.3722 3.0 1215.3834 5.0 1215.3945 2.0 1215.4056 8.0 1215.4167 11.0 1215.4279 4.0 1215.439 7.0 1215.4501 13.0 1215.4612 8.0 1215.4724 8.0 1215.4835 10.0 1215.4946 4.0 1215.5057 17.0 1215.5169 7.0 1215.528 2.0 1215.5391 7.0 1215.5502 6.0 1215.5614 6.0 1215.5725 5.0 1215.5836 7.0 1215.5947 6.0 1215.6059 5.0 1215.617 5.0 1215.6281 4.0 1215.6393 6.0 1215.6504 3.0 1215.6615 7.0 1215.6726 2.0 1215.6838 4.0 1215.6949 3.0 1215.706 1.0 1215.7171 1.0 1215.7283 6.0 1215.7394 3.0 1215.7505 3.0 1215.7616 4.0 1215.7728 10.0 1215.7839 16.0 1215.795 7.0 1215.8061 5.0 1215.8173 4.0 1215.8284 3.0 1215.8395 5.0 1215.8507 5.0 1215.8618 4.0 1215.8729 10.0 1215.884 7.0 1215.8952 2.0 1215.9063 4.0 1215.9174 10.0 1215.9285 9.0 1215.9397 5.0 1215.9508 13.0 1215.9619 14.0 1215.9731 6.0 1215.9842 10.0 1215.9953 3.0 1216.0064 12.0 1216.0176 22.0 1216.0287 10.0 1216.0398 5.0 1216.051 6.0 1216.0621 6.0 1216.0732 15.0 1216.1066 5.0 1216.1177 2.0 1216.1289 11.0 1216.14 6.0 1216.1511 4.0 1216.1622 6.0 1216.1734 6.0 1216.1845 10.0 1216.1956 13.0 1216.2068 13.0 1216.2179 6.0 1216.229 9.0 1216.2401 6.0 1216.2513 9.0 1216.2624 3.0 1216.2735 7.0 1216.2847 10.0 1216.2958 5.0 1216.3069 5.0 1216.318 6.0 1216.3292 4.0 1216.3403 3.0 1216.3514 5.0 1216.3626 2.0 1216.3737 1.0 1216.3848 10.0 1216.3959 8.0 1216.4071 7.0 1216.4182 9.0 1216.4293 11.0 1216.4405 20.0 1216.4516 15.0 1216.4627 6.0 1216.4739 6.0 1216.485 15.0 1216.4961 30.0 1216.5072 15.0 1216.5184 8.0 1216.5295 4.0 1216.5406 7.0 1216.5518 8.0 1216.5629 3.0 1216.574 1.0 1216.5852 10.0 1216.5963 6.0 1216.6074 5.0 1216.6186 5.0 1216.6297 3.0 1216.6519 3.0 1216.6631 6.0 1216.6742 11.0 1216.6853 7.0 1216.6965 5.0 1216.7076 4.0 1216.7187 12.0 1216.7299 2.0 1216.741 3.0 1216.7521 5.0 1216.7633 6.0 1216.7744 6.0 1216.7855 6.0 1216.7966 5.0 1216.8078 7.0 1216.8189 7.0 1216.83 10.0 1216.8412 4.0 1216.8523 4.0 1216.8634 9.0 1216.8746 12.0 1216.8857 10.0 1216.8968 2.0 1216.908 3.0 1216.9191 2.0 1216.9302 4.0 1216.9414 1.0 1216.9525 4.0 1216.9748 3.0 1216.9859 5.0 1216.997 7.0 1217.0082 4.0 1217.0193 3.0 1217.0304 2.0 1217.0416 4.0 1217.0527 5.0 1217.0638 12.0 1217.075 10.0 1217.0861 6.0 1217.0972 7.0 1217.1084 5.0 1217.1195 13.0 1217.1306 8.0 1217.1417 10.0 1217.1529 4.0 1217.164 6.0 1217.1751 6.0 1217.1863 4.0 1217.1974 7.0 1217.2085 6.0 1217.2197 5.0 1217.2308 9.0 1217.2419 6.0 1217.2531 3.0 1217.2642 4.0 1217.2754 4.0 1217.2865 4.0 1217.2976 6.0 1217.3088 3.0 1217.3199 1.0 1217.331 2.0 1217.3422 2.0 1217.3533 5.0 1217.3644 9.0 1217.3756 6.0 1217.3867 10.0 1217.3978 11.0 1217.409 7.0 1217.4201 6.0 1217.4312 9.0 1217.4424 7.0 1217.4535 16.0 1217.4646 7.0 1217.4758 2.0 1217.4869 5.0 1217.498 9.0 1217.5092 8.0 1217.5203 4.0 1217.5314 10.0 1217.5426 4.0 1217.5537 2.0 1217.5648 4.0 1217.5871 1.0 1217.5982 5.0 1217.6094 5.0 1217.6205 8.0 1217.6317 6.0 1217.6428 10.0 1217.6539 5.0 1217.6651 10.0 1217.6762 14.0 1217.6873 16.0 1217.6985 13.0 1217.7096 2.0 1217.7207 2.0 1217.7319 3.0 1217.743 9.0 1217.7541 5.0 1217.7653 4.0 1217.7764 5.0 1217.7876 5.0 1217.7987 6.0 1217.8098 5.0 1217.821 4.0 1217.8321 7.0 1217.8432 13.0 1217.8544 10.0 1217.8655 9.0 1217.8766 5.0 1217.8878 6.0 1217.8989 9.0 1217.9101 8.0 1217.9212 4.0 1217.9323 8.0 1217.9435 6.0 1217.9546 9.0 1217.9657 3.0 1217.9769 7.0 1217.988 5.0 1217.9991 5.0 1218.0103 10.0 1218.0214 8.0 1218.0326 4.0 1218.0437 4.0 1218.0548 6.0 1218.066 17.0 1218.0771 9.0 1218.0882 8.0 1218.0994 11.0 1218.1105 11.0 1218.1217 6.0 1218.1328 7.0 1218.1439 8.0 1218.1551 7.0 1218.1662 11.0 1218.1773 9.0 1218.1885 3.0 1218.1996 6.0 1218.2108 14.0 1218.2219 15.0 1218.233 5.0 1218.2442 2.0 1218.2553 5.0 1218.2665 8.0 1218.2776 12.0 1218.2999 10.0 1218.311 3.0 1218.3221 4.0 1218.3333 8.0 1218.3444 9.0 1218.3556 10.0 1218.3667 12.0 1218.3778 7.0 1218.389 2.0 1218.4001 6.0 1218.4113 8.0 1218.4224 2.0 1218.4335 9.0 1218.4447 10.0 1218.4558 1.0 1218.4669 6.0 1218.4781 7.0 1218.4892 3.0 1218.5004 3.0 1218.5115 7.0 1218.5226 4.0 1218.5338 4.0 1218.5449 8.0 1218.5561 6.0 1218.5672 3.0 1218.5783 3.0 1218.5895 3.0 1218.6006 9.0 1218.6118 13.0 1218.6229 4.0 1218.634 4.0 1218.6452 15.0 1218.6563 5.0 1218.6675 6.0 1218.6786 4.0 1218.6897 3.0 1218.7009 6.0 1218.712 11.0 1218.7232 8.0 1218.7343 2.0 1218.7454 3.0 1218.7566 5.0 1218.7677 9.0 1218.7789 12.0 1218.79 5.0 1218.8011 6.0 1218.8123 8.0 1218.8234 3.0 1218.8346 2.0 1218.8457 2.0 1218.8569 4.0 1218.868 5.0 1218.8791 6.0 1218.8903 10.0 1218.9014 8.0 1218.9126 9.0 1218.9237 7.0 1218.9348 6.0 1218.946 3.0 1218.9571 5.0 1218.9683 5.0 1218.9794 7.0 1218.9905 8.0 1219.0017 5.0 1219.0128 3.0 1219.024 5.0 1219.0351 8.0 1219.0463 8.0 1219.0574 8.0 1219.0685 4.0 1219.0797 6.0 1219.0908 6.0 1219.102 4.0 1219.1131 4.0 1219.1242 11.0 1219.1354 12.0 1219.1465 10.0 1219.1577 6.0 1219.1688 7.0 1219.18 7.0 1219.1911 6.0 1219.2022 2.0 1219.2134 3.0 1219.2245 4.0 1219.2357 5.0 1219.2468 6.0 1219.258 9.0 1219.2691 8.0 1219.2802 6.0 1219.2914 4.0 1219.3025 14.0 1219.3137 5.0 1219.3248 3.0 1219.336 6.0 1219.3471 3.0 1219.3582 2.0 1219.3694 6.0 1219.3805 2.0 1219.3917 4.0 1219.4028 5.0 1219.414 4.0 1219.4251 2.0 1219.4363 15.0 1219.4474 10.0 1219.4585 7.0 1219.4697 10.0 1219.4808 15.0 1219.492 7.0 1219.5031 8.0 1219.5143 9.0 1219.5254 10.0 1219.5365 19.0 1219.5477 16.0 1219.5588 10.0 1219.57 6.0 1219.5811 9.0 1219.5923 8.0 1219.6034 1.0 1219.6146 11.0 1219.6257 8.0 1219.6368 14.0 1219.648 3.0 1219.6591 3.0 1219.6703 5.0 1219.6814 11.0 1219.6926 7.0 1219.7037 7.0 1219.7149 1.0 1219.726 1.0 1219.7371 7.0 1219.7483 7.0 1219.7594 14.0 1219.7706 9.0 1219.7817 9.0 1219.7929 5.0 1219.804 7.0 1219.8152 5.0 1219.8263 1.0 1219.8375 5.0 1219.8486 3.0 1219.8597 6.0 1219.8709 5.0 1219.882 5.0 1219.8932 2.0 1219.9043 5.0 1219.9155 9.0 1219.9266 7.0 1219.9378 9.0 1219.9489 8.0 1219.9601 5.0 1219.9712 8.0 1219.9824 8.0 1219.9935 11.0 1220.0046 5.0 1220.0158 8.0 1220.0269 2.0 1220.0381 3.0 1220.0492 3.0 1220.0604 3.0 1220.0715 5.0 1220.0827 9.0 1220.0938 5.0 1220.105 3.0 1220.1161 5.0 1220.1273 4.0 1220.1384 5.0 1220.1495 11.0 1220.1607 5.0 1220.1718 1.0 1220.183 4.0 1220.1941 7.0 1220.2053 6.0 1220.2164 11.0 1220.2276 3.0 1220.2387 5.0 1220.2499 2.0 1220.261 6.0 1220.2722 1.0 1220.2833 3.0 1220.2945 5.0 1220.3056 3.0 1220.3168 4.0 1220.3279 1.0 1220.3391 8.0 1220.3502 10.0 1220.3613 12.0 1220.3725 12.0 1220.3836 10.0 1220.3948 5.0 1220.4059 7.0 1220.4171 10.0 1220.4282 7.0 1220.4394 6.0 1220.4505 2.0 1220.4617 9.0 1220.4728 12.0 1220.484 6.0 1220.4951 5.0 1220.5063 9.0 1220.5174 3.0 1220.5286 5.0 1220.5397 10.0 1220.5509 13.0 1220.562 13.0 1220.5732 4.0 1220.5843 5.0 1220.5955 12.0 1220.6066 3.0 1220.6178 3.0 1220.6289 3.0 1220.6401 3.0 1220.6512 5.0 1220.6624 2.0 1220.6735 3.0 1220.6847 2.0 1220.6958 2.0 1220.707 3.0 1220.7181 6.0 1220.7293 6.0 1220.7404 3.0 1220.7516 2.0 1220.7627 3.0 1220.7739 8.0 1220.785 2.0 1220.7962 4.0 1220.8073 2.0 1220.8185 4.0 1220.8296 6.0 1220.8408 7.0 1220.8519 5.0 1220.8631 2.0 1220.8742 3.0 1220.8854 6.0 1220.8965 4.0 1220.9077 4.0 1220.9188 11.0 1220.93 5.0 1220.9411 2.0 1220.9523 3.0 1220.9634 7.0 1220.9746 11.0 1220.9857 8.0 1220.9969 5.0 1221.008 9.0 1221.0192 10.0 1221.0303 8.0 1221.0415 4.0 1221.0526 6.0 1221.0638 9.0 1221.0749 5.0 1221.0861 6.0 1221.0972 12.0 1221.1084 7.0 1221.1195 2.0 1221.1307 10.0 1221.1418 17.0 1221.153 9.0 1221.1641 7.0 1221.1753 3.0 1221.1864 3.0 1221.1976 7.0 1221.2087 2.0 1221.2199 5.0 1221.231 4.0 1221.2422 7.0 1221.2533 8.0 1221.2645 2.0 1221.2756 10.0 1221.2868 7.0 1221.298 4.0 1221.3091 7.0 1221.3203 18.0 1221.3314 8.0 1221.3426 7.0 1221.3537 2.0 1221.3649 3.0 1221.376 13.0 1221.3872 7.0 1221.3983 7.0 1221.4095 4.0 1221.4206 7.0 1221.4318 20.0 1221.4429 10.0 1221.4541 14.0 1221.4652 9.0 1221.4764 11.0 1221.4875 6.0 1221.4987 8.0 1221.5099 14.0 1221.521 11.0 1221.5322 15.0 1221.5433 22.0 1221.5545 17.0 1221.5656 5.0 1221.5768 5.0 1221.5879 12.0 1221.5991 8.0 1221.6102 8.0 1221.6214 22.0 1221.6325 5.0 1221.6437 5.0 1221.6548 7.0 1221.666 9.0 1221.6772 7.0 1221.6883 3.0 1221.6995 2.0 1221.7106 10.0 1221.7218 11.0 1221.7329 4.0 1221.7441 3.0 1221.7552 2.0 1221.7664 1.0 1221.7775 3.0 1221.7887 4.0 1221.7999 10.0 1221.811 9.0 1221.8222 3.0 1221.8333 16.0 1221.8445 9.0 1221.8556 4.0 1221.8668 5.0 1221.8779 3.0 1221.8891 9.0 1221.9002 11.0 1221.9114 3.0 1221.9226 5.0 1221.9337 5.0 1221.9449 5.0 1221.956 3.0 1221.9672 13.0 1221.9783 10.0 1221.9895 2.0 1222.0006 9.0 1222.0118 7.0 1222.023 16.0 1222.0341 8.0 1222.0453 12.0 1222.0564 4.0 1222.0676 20.0 1222.0787 10.0 1222.0899 4.0 1222.101 8.0 1222.1122 6.0 1222.1234 2.0 1222.1345 12.0 1222.1457 16.0 1222.1568 11.0 1222.168 9.0 1222.1791 7.0 1222.1903 13.0 1222.2014 9.0 1222.2126 3.0 1222.2349 4.0 1222.2461 3.0 1222.2572 6.0 1222.2684 4.0 1222.2795 6.0 1222.2907 2.0 1222.3019 8.0 1222.313 13.0 1222.3242 8.0 1222.3353 9.0 1222.3465 3.0 1222.3576 3.0 1222.3688 3.0 1222.38 19.0 1222.3911 7.0 1222.4023 11.0 1222.4134 15.0 1222.4246 3.0 1222.4357 10.0 1222.4469 6.0 1222.4581 10.0 1222.4692 12.0 1222.4804 10.0 1222.4915 8.0 1222.5027 9.0 1222.5138 6.0 1222.525 7.0 1222.5362 3.0 1222.5473 15.0 1222.5585 13.0 1222.5696 3.0 1222.5808 4.0 1222.592 9.0 1222.6031 9.0 1222.6143 3.0 1222.6254 2.0 1222.6366 5.0 1222.6477 12.0 1222.6589 3.0 1222.6701 5.0 1222.6812 4.0 1222.6924 1.0 1222.7035 3.0 1222.7147 1.0 1222.7259 6.0 1222.737 7.0 1222.7482 6.0 1222.7593 2.0 1222.7705 2.0 1222.7816 3.0 1222.7928 12.0 1222.804 14.0 1222.8151 15.0 1222.8263 9.0 1222.8374 4.0 1222.8598 3.0 1222.8709 4.0 1222.8821 6.0 1222.8932 2.0 1222.9044 5.0 1222.9156 2.0 1222.9267 13.0 1222.9379 12.0 1222.949 3.0 1222.9602 8.0 1222.9714 9.0 1222.9825 11.0 1222.9937 7.0 1223.0048 8.0 1223.016 3.0 1223.0272 11.0 1223.0383 8.0 1223.0495 11.0 1223.0606 7.0 1223.0718 7.0 1223.083 5.0 1223.0941 5.0 1223.1053 1.0 1223.1164 6.0 1223.1276 3.0 1223.1388 2.0 1223.1499 1.0 1223.1611 2.0 1223.1722 4.0 1223.1834 7.0 1223.1946 3.0 1223.2057 5.0 1223.2169 8.0 1223.228 14.0 1223.2392 6.0 1223.2504 8.0 1223.2615 2.0 1223.2727 5.0 1223.2839 2.0 1223.295 10.0 1223.3062 4.0 1223.3173 10.0 1223.3285 3.0 1223.3397 1.0 1223.3508 7.0 1223.362 6.0 1223.3731 6.0 1223.3843 3.0 1223.3955 7.0 1223.4066 6.0 1223.4178 7.0 1223.429 8.0 1223.4401 18.0 1223.4513 21.0 1223.4624 4.0 1223.4736 4.0 1223.4848 7.0 1223.4959 16.0 1223.5071 16.0 1223.5183 9.0 1223.5294 9.0 1223.5406 5.0 1223.5517 7.0 1223.5629 7.0 1223.5741 9.0 1223.5852 12.0 1223.5964 11.0 1223.6076 3.0 1223.6187 7.0 1223.6299 9.0 1223.641 7.0 1223.6522 6.0 1223.6634 6.0 1223.6745 15.0 1223.6857 4.0 1223.6969 1.0 1223.708 4.0 1223.7192 5.0 1223.7303 9.0 1223.7415 2.0 1223.7527 6.0 1223.7638 4.0 1223.775 2.0 1223.7862 4.0 1223.7973 4.0 1223.8085 8.0 1223.8197 3.0 1223.8308 1.0 1223.842 3.0 1223.8531 2.0 1223.8643 5.0 1223.8755 5.0 1223.8866 4.0 1223.8978 4.0 1223.909 6.0 1223.9201 5.0 1223.9313 6.0 1223.9425 9.0 1223.9536 4.0 1223.9648 6.0 1223.976 8.0 1223.9871 8.0 1223.9983 3.0 1224.0094 7.0 1224.0206 11.0 1224.0318 9.0 1224.0429 6.0 1224.0541 2.0 1224.0653 1.0 1224.0764 1.0 1224.0876 5.0 1224.0988 13.0 1224.1099 10.0 1224.1211 5.0 1224.1323 8.0 1224.1434 5.0 1224.1546 9.0 1224.1658 15.0 1224.1769 10.0 1224.1881 7.0 1224.1993 4.0 1224.2104 8.0 1224.2216 5.0 1224.2328 4.0 1224.2439 12.0 1224.2551 11.0 1224.2662 8.0 1224.2774 5.0 1224.2886 3.0 1224.2997 2.0 1224.3109 1.0 1224.3221 6.0 1224.3332 7.0 1224.3444 8.0 1224.3556 3.0 1224.3667 4.0 1224.3779 1.0 1224.3891 6.0 1224.4002 5.0 1224.4114 2.0 1224.4226 1.0 1224.4337 1.0 1224.4449 3.0 1224.4561 2.0 1224.4672 6.0 1224.4784 19.0 1224.4896 18.0 1224.5007 9.0 1224.5119 18.0 1224.5231 8.0 1224.5342 5.0 1224.5454 7.0 1224.5566 8.0 1224.5677 22.0 1224.5789 14.0 1224.5901 11.0 1224.6012 7.0 1224.6124 4.0 1224.6236 11.0 1224.6347 15.0 1224.6459 5.0 1224.6571 3.0 1224.6683 12.0 1224.6794 13.0 1224.6906 7.0 1224.7018 4.0 1224.7129 10.0 1224.7241 10.0 1224.7353 3.0 1224.7464 9.0 1224.7576 7.0 1224.7688 7.0 1224.7799 4.0 1224.7911 8.0 1224.8023 8.0 1224.8134 4.0 1224.8246 4.0 1224.8358 5.0 1224.8469 3.0 1224.8581 5.0 1224.8693 2.0 1224.8804 10.0 1224.8916 1.0 1224.9028 8.0 1224.914 13.0 1224.9251 8.0 1224.9363 8.0 1224.9475 13.0 1224.9586 7.0 1224.9698 4.0 1224.981 14.0 1224.9921 15.0 1225.0033 12.0 1225.0145 11.0 1225.0256 9.0 1225.0368 5.0 1225.048 7.0 1225.0592 9.0 1225.0703 6.0 1225.0815 6.0 1225.0927 3.0 1225.1038 7.0 1225.115 6.0 1225.1262 3.0 1225.1373 7.0 1225.1485 7.0 1225.1597 11.0 1225.1708 4.0 1225.182 2.0 1225.1932 7.0 1225.2044 10.0 1225.2155 6.0 1225.2267 16.0 1225.2379 2.0 1225.249 10.0 1225.2602 11.0 1225.2714 6.0 1225.2825 4.0 1225.2937 4.0 1225.3049 2.0 1225.3161 5.0 1225.3272 11.0 1225.3384 5.0 1225.3496 1.0 1225.3607 3.0 1225.3719 2.0 1225.3831 11.0 1225.3943 14.0 1225.4054 6.0 1225.4166 2.0 1225.4278 3.0 1225.4389 8.0 1225.4501 19.0 1225.4613 10.0 1225.4725 10.0 1225.4836 9.0 1225.4948 4.0 1225.506 7.0 1225.5171 11.0 1225.5283 6.0 1225.5395 4.0 1225.5507 4.0 1225.5618 16.0 1225.573 19.0 1225.5842 11.0 1225.5953 7.0 1225.6065 7.0 1225.6177 2.0 1225.6289 6.0 1225.64 7.0 1225.6512 3.0 1225.6624 5.0 1225.6735 1.0 1225.6847 3.0 1225.6959 6.0 1225.7071 10.0 1225.7182 5.0 1225.7294 9.0 1225.7406 9.0 1225.7518 7.0 1225.7629 1.0 1225.7741 10.0 1225.7853 3.0 1225.7964 7.0 1225.8076 13.0 1225.8188 5.0 1225.83 8.0 1225.8523 2.0 1225.8635 6.0 1225.8747 5.0 1225.8858 10.0 1225.897 9.0 1225.9082 11.0 1225.9194 5.0 1225.9305 5.0 1225.9417 6.0 1225.9529 9.0 1225.964 7.0 1225.9752 5.0 1225.9864 4.0 1225.9976 3.0 1226.0087 4.0 1226.0199 1.0 1226.0311 5.0 1226.0423 14.0 1226.0534 10.0 1226.0646 11.0 1226.0758 6.0 1226.087 8.0 1226.0981 5.0 1226.1093 4.0 1226.1205 3.0 1226.1317 3.0 1226.1428 7.0 1226.154 10.0 1226.1652 1.0 1226.1764 4.0 1226.1875 2.0 1226.1987 4.0 1226.2099 5.0 1226.2211 6.0 1226.2322 10.0 1226.2434 5.0 1226.2546 4.0 1226.2658 6.0 1226.2769 5.0 1226.2881 4.0 1226.2993 5.0 1226.3216 3.0 1226.3328 6.0 1226.344 9.0 1226.3552 1.0 1226.3663 9.0 1226.3775 7.0 1226.3887 10.0 1226.3999 5.0 1226.411 9.0 1226.4222 8.0 1226.4334 9.0 1226.4446 5.0 1226.4557 1.0 1226.4669 2.0 1226.4781 7.0 1226.4893 15.0 1226.5004 10.0 1226.5116 5.0 1226.5228 5.0 1226.534 4.0 1226.5451 4.0 1226.5563 8.0 1226.5675 6.0 1226.5787 4.0 1226.5898 5.0 1226.601 2.0 1226.6122 4.0 1226.6234 9.0 1226.6346 4.0 1226.6457 3.0 1226.6569 8.0 1226.6681 2.0 1226.6793 3.0 1226.6904 3.0 1226.7016 3.0 1226.7128 5.0 1226.724 3.0 1226.7351 3.0 1226.7463 7.0 1226.7575 5.0 1226.7687 3.0 1226.7799 7.0 1226.791 8.0 1226.8022 7.0 1226.8134 9.0 1226.8246 4.0 1226.8357 4.0 1226.8469 8.0 1226.8581 4.0 1226.8693 2.0 1226.8805 8.0 1226.8916 4.0 1226.9028 3.0 1226.914 7.0 1226.9252 1.0 1226.9363 2.0 1226.9475 2.0 1226.9587 4.0 1226.9699 3.0 1226.9811 4.0 1226.9922 3.0 1227.0034 1.0 1227.0146 4.0 1227.0258 2.0 1227.0369 3.0 1227.0481 4.0 1227.0593 6.0 1227.0705 6.0 1227.0817 10.0 1227.0928 12.0 1227.104 8.0 1227.1152 5.0 1227.1264 7.0 1227.1376 8.0 1227.1487 7.0 1227.1599 5.0 1227.1711 2.0 1227.1823 6.0 1227.1935 5.0 1227.2046 5.0 1227.2158 3.0 1227.227 1.0 1227.2382 10.0 1227.2493 6.0 1227.2605 5.0 1227.2717 9.0 1227.2829 2.0 1227.2941 1.0 1227.3052 1.0 1227.3164 3.0 1227.3276 3.0 1227.3388 6.0 1227.35 9.0 1227.3611 6.0 1227.3723 3.0 1227.3835 4.0 1227.3947 6.0 1227.4059 8.0 1227.417 9.0 1227.4282 4.0 1227.4394 8.0 1227.4506 7.0 1227.4618 3.0 1227.4729 7.0 1227.4841 2.0 1227.4953 7.0 1227.5065 8.0 1227.5177 21.0 1227.5289 16.0 1227.54 12.0 1227.5512 4.0 1227.5624 6.0 1227.5736 8.0 1227.5848 11.0 1227.5959 4.0 1227.6071 8.0 1227.6183 7.0 1227.6295 11.0 1227.6407 15.0 1227.6518 18.0 1227.663 8.0 1227.6742 5.0 1227.6854 3.0 1227.6966 10.0 1227.7078 10.0 1227.7189 2.0 1227.7301 6.0 1227.7413 10.0 1227.7525 5.0 1227.7637 7.0 1227.7748 6.0 1227.786 8.0 1227.7972 4.0 1227.8084 6.0 1227.8196 8.0 1227.8308 2.0 1227.8419 4.0 1227.8531 3.0 1227.8643 5.0 1227.8755 2.0 1227.8867 2.0 1227.8978 3.0 1227.909 9.0 1227.9202 10.0 1227.9314 5.0 1227.9426 4.0 1227.9538 7.0 1227.9649 11.0 1227.9761 9.0 1227.9873 9.0 1227.9985 3.0 1228.0097 5.0 1228.0209 7.0 1228.032 8.0 1228.0432 5.0 1228.0544 5.0 1228.0656 3.0 1228.0768 3.0 1228.088 3.0 1228.0991 10.0 1228.1103 7.0 1228.1215 8.0 1228.1327 10.0 1228.1439 9.0 1228.1551 5.0 1228.1662 4.0 1228.1774 6.0 1228.1886 4.0 1228.1998 3.0 1228.211 9.0 1228.2222 3.0 1228.2333 5.0 1228.2445 13.0 1228.2557 4.0 1228.2669 3.0 1228.2781 7.0 1228.2893 11.0 1228.3004 11.0 1228.3116 7.0 1228.3228 7.0 1228.334 11.0 1228.3452 21.0 1228.3564 25.0 1228.3676 12.0 1228.3787 5.0 1228.3899 4.0 1228.4011 6.0 1228.4123 4.0 1228.4235 13.0 1228.4347 8.0 1228.4458 6.0 1228.457 10.0 1228.4682 6.0 1228.4794 5.0 1228.4906 14.0 1228.5018 18.0 1228.513 12.0 1228.5241 10.0 1228.5353 8.0 1228.5465 9.0 1228.5577 7.0 1228.5689 17.0 1228.5801 5.0 1228.5913 4.0 1228.6024 2.0 1228.6136 11.0 1228.6248 15.0 1228.636 12.0 1228.6472 4.0 1228.6584 2.0 1228.6696 3.0 1228.6807 5.0 1228.6919 9.0 1228.7031 6.0 1228.7143 6.0 1228.7255 6.0 1228.7367 8.0 1228.7479 9.0 1228.759 1.0 1228.7702 7.0 1228.7814 4.0 1228.7926 6.0 1228.8038 4.0 1228.815 4.0 1228.8262 2.0 1228.8374 10.0 1228.8485 5.0 1228.8597 6.0 1228.8709 3.0 1228.8821 1.0 1228.8933 13.0 1228.9045 4.0 1228.9157 5.0 1228.9269 8.0 1228.938 7.0 1228.9492 9.0 1228.9604 6.0 1228.9828 4.0 1228.994 3.0 1229.0052 10.0 1229.0164 9.0 1229.0275 7.0 1229.0387 1.0 1229.0499 3.0 1229.0611 1.0 1229.0723 9.0 1229.0835 11.0 1229.0947 5.0 1229.1059 5.0 1229.117 8.0 1229.1282 4.0 1229.1394 6.0 1229.1506 15.0 1229.1618 7.0 1229.173 4.0 1229.1842 4.0 1229.1954 3.0 1229.2065 4.0 1229.2177 11.0 1229.2289 8.0 1229.2401 2.0 1229.2513 7.0 1229.2625 6.0 1229.2737 3.0 1229.2849 5.0 1229.2961 4.0 1229.3072 3.0 1229.3184 7.0 1229.3296 6.0 1229.3408 3.0 1229.352 7.0 1229.3632 5.0 1229.3744 8.0 1229.3856 6.0 1229.3968 10.0 1229.4079 14.0 1229.4191 13.0 1229.4303 6.0 1229.4415 2.0 1229.4527 4.0 1229.4639 8.0 1229.4751 9.0 1229.4863 3.0 1229.4975 11.0 1229.5087 6.0 1229.5198 8.0 1229.531 15.0 1229.5422 4.0 1229.5534 9.0 1229.5646 14.0 1229.5758 15.0 1229.587 15.0 1229.5982 3.0 1229.6094 6.0 1229.6206 3.0 1229.6317 3.0 1229.6429 6.0 1229.6541 7.0 1229.6653 3.0 1229.6765 10.0 1229.6877 5.0 1229.6989 4.0 1229.7101 7.0 1229.7213 6.0 1229.7325 3.0 1229.7437 2.0 1229.7548 4.0 1229.766 4.0 1229.7772 7.0 1229.7884 5.0 1229.7996 2.0 1229.8108 1.0 1229.822 3.0 1229.8332 1.0 1229.8444 1.0 1229.8556 4.0 1229.8668 3.0 1229.8779 3.0 1229.8891 3.0 1229.9003 6.0 1229.9115 13.0 1229.9227 3.0 1229.9339 4.0 1229.9451 4.0 1229.9563 2.0 1229.9675 7.0 1229.9787 10.0 1229.9899 11.0 1230.0011 2.0 1230.0122 12.0 1230.0234 5.0 1230.0346 11.0 1230.0458 15.0 1230.057 10.0 1230.0682 8.0 1230.0794 2.0 1230.0906 3.0 1230.1018 11.0 1230.113 9.0 1230.1242 5.0 1230.1354 2.0 1230.1466 3.0 1230.1578 9.0 1230.1689 4.0 1230.1801 14.0 1230.1913 8.0 1230.2025 5.0 1230.2137 6.0 1230.2249 8.0 1230.2361 4.0 1230.2473 5.0 1230.2585 4.0 1230.2697 1.0 1230.2809 5.0 1230.2921 4.0 1230.3033 7.0 1230.3145 2.0 1230.3257 6.0 1230.3368 7.0 1230.348 7.0 1230.3592 13.0 1230.3704 5.0 1230.3816 4.0 1230.3928 5.0 1230.404 5.0 1230.4152 3.0 1230.4264 3.0 1230.4376 2.0 1230.4488 3.0 1230.46 2.0 1230.4712 15.0 1230.4824 12.0 1230.4936 12.0 1230.5048 9.0 1230.5159 8.0 1230.5271 8.0 1230.5383 6.0 1230.5495 13.0 1230.5607 9.0 1230.5719 8.0 1230.5831 5.0 1230.5943 14.0 1230.6055 9.0 1230.6167 4.0 1230.6279 5.0 1230.6391 4.0 1230.6503 13.0 1230.6615 4.0 1230.6727 5.0 1230.6839 12.0 1230.6951 23.0 1230.7063 8.0 1230.7175 11.0 1230.7287 11.0 1230.7398 9.0 1230.751 6.0 1230.7622 6.0 1230.7734 15.0 1230.7846 8.0 1230.7958 13.0 1230.807 5.0 1230.8182 5.0 1230.8294 6.0 1230.8406 4.0 1230.863 3.0 1230.8742 8.0 1230.8854 1.0 1230.8966 5.0 1230.9078 1.0 1230.919 4.0 1230.9302 5.0 1230.9414 1.0 1230.9526 4.0 1230.9638 8.0 1230.975 13.0 1230.9862 6.0 1230.9974 1.0 1231.0086 2.0 1231.0198 5.0 1231.0309 2.0 1231.0421 4.0 1231.0533 6.0 1231.0645 6.0 1231.0757 5.0 1231.0869 9.0 1231.0981 2.0 1231.1093 4.0 1231.1205 6.0 1231.1317 9.0 1231.1429 5.0 1231.1541 8.0 1231.1653 6.0 1231.1765 2.0 1231.1877 2.0 1231.1989 6.0 1231.2101 1.0 1231.2213 2.0 1231.2325 2.0 1231.2437 2.0 1231.2549 11.0 1231.2661 2.0 1231.2773 7.0 1231.2885 12.0 1231.2997 14.0 1231.3109 12.0 1231.3221 8.0 1231.3333 6.0 1231.3445 10.0 1231.3557 7.0 1231.3669 3.0 1231.3781 5.0 1231.3893 10.0 1231.4005 12.0 1231.4117 11.0 1231.4229 5.0 1231.4341 6.0 1231.4453 1.0 1231.4565 11.0 1231.4677 9.0 1231.4789 3.0 1231.4901 5.0 1231.5013 14.0 1231.5125 7.0 1231.5237 5.0 1231.5349 10.0 1231.5461 3.0 1231.5573 3.0 1231.5685 19.0 1231.5797 7.0 1231.5909 10.0 1231.6021 4.0 1231.6133 2.0 1231.6245 3.0 1231.6357 7.0 1231.6469 2.0 1231.6581 6.0 1231.6693 9.0 1231.6805 19.0 1231.6917 17.0 1231.7029 13.0 1231.7141 17.0 1231.7253 15.0 1231.7365 8.0 1231.7477 3.0 1231.7589 10.0 1231.7701 8.0 1231.7813 7.0 1231.7925 9.0 1231.8037 4.0 1231.8149 5.0 1231.8261 10.0 1231.8373 5.0 1231.8485 5.0 1231.8597 5.0 1231.8709 9.0 1231.8821 4.0 1231.8933 3.0 1231.9045 2.0 1231.9157 2.0 1231.9269 5.0 1231.9381 10.0 1231.9493 3.0 1231.9605 9.0 1231.9717 10.0 1231.9829 7.0 1231.9941 3.0 1232.0053 5.0 1232.0165 5.0 1232.0277 9.0 1232.0389 10.0 1232.0501 1.0 1232.0613 2.0 1232.0725 8.0 1232.0837 6.0 1232.0949 4.0 1232.1061 17.0 1232.1173 12.0 1232.1285 7.0 1232.1397 6.0 1232.1509 2.0 1232.1621 16.0 1232.1733 17.0 1232.1845 21.0 1232.1957 17.0 1232.2069 11.0 1232.2181 13.0 1232.2293 15.0 1232.2405 12.0 1232.2517 5.0 1232.2629 1.0 1232.2741 3.0 1232.2853 2.0 1232.2965 2.0 1232.3077 4.0 1232.3189 6.0 1232.3301 2.0 1232.3413 4.0 1232.3525 6.0 1232.3637 6.0 1232.3749 6.0 1232.3861 9.0 1232.3973 8.0 1232.4085 5.0 1232.4197 2.0 1232.431 7.0 1232.4422 3.0 1232.4534 8.0 1232.4646 7.0 1232.4758 6.0 1232.487 5.0 1232.4982 7.0 1232.5094 8.0 1232.5206 6.0 1232.5318 4.0 1232.543 6.0 1232.5542 6.0 1232.5654 6.0 1232.5766 8.0 1232.5878 5.0 1232.599 7.0 1232.6102 3.0 1232.6214 3.0 1232.6326 6.0 1232.6438 5.0 1232.655 3.0 1232.6662 1.0 1232.6774 7.0 1232.6886 8.0 1232.6998 5.0 1232.711 13.0 1232.7223 13.0 1232.7335 2.0 1232.7447 10.0 1232.7559 11.0 1232.7671 6.0 1232.7783 20.0 1232.7895 17.0 1232.8007 8.0 1232.8119 10.0 1232.8231 5.0 1232.8343 4.0 1232.8455 12.0 1232.8567 12.0 1232.8679 17.0 1232.8791 11.0 1232.8903 3.0 1232.9015 5.0 1232.9127 5.0 1232.9239 4.0 1232.9352 3.0 1232.9464 1.0 1232.9688 3.0 1232.98 7.0 1232.9912 4.0 1233.0024 6.0 1233.0136 4.0 1233.0248 12.0 1233.036 2.0 1233.0472 4.0 1233.0584 11.0 1233.0696 8.0 1233.0808 7.0 1233.092 4.0 1233.1032 1.0 1233.1144 4.0 1233.1257 2.0 1233.1369 3.0 1233.1481 7.0 1233.1593 6.0 1233.1705 6.0 1233.1817 7.0 1233.1929 6.0 1233.2041 8.0 1233.2153 3.0 1233.2265 3.0 1233.2377 7.0 1233.2489 3.0 1233.2601 7.0 1233.2713 2.0 1233.2825 7.0 1233.2938 9.0 1233.305 8.0 1233.3162 10.0 1233.3274 11.0 1233.3386 8.0 1233.3498 1.0 1233.361 2.0 1233.3722 4.0 1233.3834 7.0 1233.3946 2.0 1233.4058 8.0 1233.417 6.0 1233.4282 7.0 1233.4395 7.0 1233.4507 5.0 1233.4619 11.0 1233.4731 13.0 1233.4843 14.0 1233.4955 7.0 1233.5067 4.0 1233.5179 9.0 1233.5291 2.0 1233.5403 5.0 1233.5515 7.0 1233.5627 7.0 1233.5739 4.0 1233.5852 7.0 1233.5964 8.0 1233.6076 10.0 1233.6188 8.0 1233.63 6.0 1233.6412 5.0 1233.6524 2.0 1233.6636 10.0 1233.6748 4.0 1233.686 7.0 1233.6972 11.0 1233.7085 6.0 1233.7197 8.0 1233.7309 15.0 1233.7421 4.0 1233.7533 1.0 1233.7645 6.0 1233.7757 1.0 1233.7869 2.0 1233.7981 2.0 1233.8093 7.0 1233.8205 14.0 1233.8318 9.0 1233.843 3.0 1233.8542 2.0 1233.8654 3.0 1233.8766 8.0 1233.8878 7.0 1233.899 5.0 1233.9102 5.0 1233.9214 5.0 1233.9326 6.0 1233.9439 3.0 1233.9551 5.0 1233.9663 3.0 1233.9775 5.0 1233.9887 8.0 1233.9999 5.0 1234.0111 5.0 1234.0223 6.0 1234.0335 6.0 1234.0447 4.0 1234.056 3.0 1234.0672 4.0 1234.0784 2.0 1234.0896 8.0 1234.1008 7.0 1234.112 8.0 1234.1232 9.0 1234.1344 14.0 1234.1456 13.0 1234.1569 5.0 1234.1681 3.0 1234.1793 4.0 1234.1905 7.0 1234.2017 10.0 1234.2129 4.0 1234.2241 3.0 1234.2353 3.0 1234.2465 5.0 1234.2578 3.0 1234.269 8.0 1234.2802 12.0 1234.2914 13.0 1234.3026 8.0 1234.3138 6.0 1234.325 4.0 1234.3362 6.0 1234.3475 9.0 1234.3587 8.0 1234.3699 8.0 1234.3811 7.0 1234.4035 1.0 1234.4147 5.0 1234.4259 9.0 1234.4372 4.0 1234.4484 4.0 1234.4596 6.0 1234.4708 6.0 1234.482 4.0 1234.4932 5.0 1234.5044 5.0 1234.5156 4.0 1234.5269 1.0 1234.5381 4.0 1234.5493 6.0 1234.5605 12.0 1234.5717 13.0 1234.5829 7.0 1234.5941 14.0 1234.6053 7.0 1234.6166 5.0 1234.6278 10.0 1234.639 6.0 1234.6502 8.0 1234.6614 7.0 1234.6726 1.0 1234.6838 6.0 1234.6951 4.0 1234.7063 4.0 1234.7175 7.0 1234.7287 1.0 1234.7399 3.0 1234.7511 3.0 1234.7623 9.0 1234.7735 4.0 1234.7848 8.0 1234.796 8.0 1234.8072 10.0 1234.8184 16.0 1234.8296 11.0 1234.8408 7.0 1234.852 4.0 1234.8633 9.0 1234.8745 4.0 1234.8857 2.0 1234.8969 3.0 1234.9081 4.0 1234.9193 5.0 1234.9305 9.0 1234.9418 9.0 1234.953 4.0 1234.9642 4.0 1234.9754 3.0 1234.9866 3.0 1234.9978 4.0 1235.0091 6.0 1235.0203 2.0 1235.0315 4.0 1235.0427 3.0 1235.0539 2.0 1235.0651 5.0 1235.0763 7.0 1235.0876 7.0 1235.0988 5.0 1235.11 5.0 1235.1212 7.0 1235.1324 5.0 1235.1436 8.0 1235.1549 4.0 1235.1661 6.0 1235.1773 6.0 1235.1885 5.0 1235.1997 1.0 1235.2109 6.0 1235.2221 6.0 1235.2334 5.0 1235.2446 7.0 1235.2558 6.0 1235.267 2.0 1235.2782 1.0 1235.2894 2.0 1235.3007 1.0 1235.3119 8.0 1235.3231 1.0 1235.3343 4.0 1235.3455 3.0 1235.3567 2.0 1235.368 6.0 1235.3792 8.0 1235.3904 15.0 1235.4016 9.0 1235.4128 4.0 1235.424 1.0 1235.4353 1.0 1235.4465 6.0 1235.4577 7.0 1235.4689 8.0 1235.4801 17.0 1235.4913 6.0 1235.5026 3.0 1235.5138 6.0 1235.525 9.0 1235.5362 4.0 1235.5474 10.0 1235.5586 7.0 1235.5699 4.0 1235.5811 2.0 1235.5923 10.0 1235.6035 4.0 1235.6147 4.0 1235.6372 5.0 1235.6484 14.0 1235.6708 7.0 1235.682 7.0 1235.6933 12.0 1235.7045 11.0 1235.7157 3.0 1235.7269 9.0 1235.7381 10.0 1235.7494 7.0 1235.7606 7.0 1235.7718 2.0 1235.783 4.0 1235.7942 6.0 1235.8054 3.0 1235.8167 2.0 1235.8279 8.0 1235.8391 6.0 1235.8503 5.0 1235.8615 5.0 1235.8728 2.0 1235.884 4.0 1235.8952 4.0 1235.9064 7.0 1235.9176 6.0 1235.9289 3.0 1235.9513 1.0 1235.9625 2.0 1235.9737 1.0 1235.985 5.0 1235.9962 8.0 1236.0074 8.0 1236.0186 5.0 1236.0298 3.0 1236.0411 2.0 1236.0523 3.0 1236.0635 7.0 1236.0747 11.0 1236.0859 16.0 1236.0972 7.0 1236.1084 2.0 1236.1196 4.0 1236.1308 2.0 1236.142 3.0 1236.1533 9.0 1236.1645 9.0 1236.1757 9.0 1236.1869 3.0 1236.1981 2.0 1236.2094 1.0 1236.2206 9.0 1236.2318 16.0 1236.243 14.0 1236.2542 6.0 1236.2655 7.0 1236.2767 5.0 1236.2879 7.0 1236.2991 14.0 1236.3103 9.0 1236.3216 12.0 1236.3328 10.0 1236.344 3.0 1236.3552 4.0 1236.3664 4.0 1236.3777 1.0 1236.3889 9.0 1236.4001 9.0 1236.4113 1.0 1236.4226 3.0 1236.4338 10.0 1236.445 11.0 1236.4562 5.0 1236.4674 6.0 1236.4787 7.0 1236.4899 3.0 1236.5011 4.0 1236.5123 1.0 1236.5235 5.0 1236.5348 3.0 1236.546 22.0 1236.5572 11.0 1236.5684 5.0 1236.5797 4.0 1236.5909 5.0 1236.6021 8.0 1236.6133 9.0 1236.6245 9.0 1236.6358 2.0 1236.647 2.0 1236.6582 6.0 1236.6694 8.0 1236.6807 8.0 1236.6919 7.0 1236.7031 8.0 1236.7143 8.0 1236.7256 2.0 1236.748 6.0 1236.7592 3.0 1236.7704 8.0 1236.7817 4.0 1236.7929 4.0 1236.8041 11.0 1236.8153 7.0 1236.8266 7.0 1236.8378 1.0 1236.849 6.0 1236.8602 11.0 1236.8715 3.0 1236.8827 5.0 1236.8939 2.0 1236.9051 5.0 1236.9163 2.0 1236.9276 4.0 1236.9388 11.0 1236.95 4.0 1236.9612 3.0 1236.9725 5.0 1236.9837 6.0 1236.9949 7.0 1237.0061 6.0 1237.0174 9.0 1237.0286 4.0 1237.0398 2.0 1237.051 4.0 1237.0623 2.0 1237.0735 7.0 1237.0847 6.0 1237.0959 9.0 1237.1072 6.0 1237.1184 8.0 1237.1296 11.0 1237.1408 8.0 1237.1521 9.0 1237.1633 5.0 1237.1745 8.0 1237.1857 7.0 1237.197 5.0 1237.2082 3.0 1237.2194 10.0 1237.2306 5.0 1237.2419 8.0 1237.2531 3.0 1237.2643 4.0 1237.2755 3.0 1237.2868 2.0 1237.298 7.0 1237.3092 6.0 1237.3204 6.0 1237.3317 4.0 1237.3429 5.0 1237.3541 9.0 1237.3653 6.0 1237.3766 8.0 1237.3878 7.0 1237.399 6.0 1237.4102 6.0 1237.4215 6.0 1237.4327 10.0 1237.4439 10.0 1237.4551 14.0 1237.4664 7.0 1237.4776 16.0 1237.4888 13.0 1237.5 8.0 1237.5113 4.0 1237.5225 7.0 1237.5337 9.0 1237.545 9.0 1237.5562 3.0 1237.5674 6.0 1237.5786 8.0 1237.5899 2.0 1237.6011 3.0 1237.6123 8.0 1237.6235 5.0 1237.6348 3.0 1237.646 3.0 1237.6572 4.0 1237.6685 6.0 1237.6797 9.0 1237.6909 9.0 1237.7021 4.0 1237.7134 8.0 1237.7246 7.0 1237.7358 6.0 1237.747 9.0 1237.7583 3.0 1237.7695 3.0 1237.7807 14.0 1237.792 5.0 1237.8032 4.0 1237.8144 8.0 1237.8256 10.0 1237.8369 10.0 1237.8481 2.0 1237.8593 3.0 1237.8705 12.0 1237.8818 11.0 1237.893 2.0 1237.9042 6.0 1237.9155 13.0 1237.9267 7.0 1237.9379 3.0 1237.9491 6.0 1237.9604 3.0 1237.9716 1.0 1237.9828 8.0 1237.9941 10.0 1238.0053 12.0 1238.0165 6.0 1238.0277 3.0 1238.039 6.0 1238.0502 6.0 1238.0614 1.0 1238.0727 6.0 1238.0839 8.0 1238.0951 4.0 1238.1064 1.0 1238.1176 2.0 1238.1288 8.0 1238.14 17.0 1238.1513 23.0 1238.1625 12.0 1238.1737 6.0 1238.185 5.0 1238.1962 9.0 1238.2074 8.0 1238.2186 4.0 1238.2299 3.0 1238.2411 9.0 1238.2523 5.0 1238.2636 7.0 1238.2748 2.0 1238.286 3.0 1238.2973 3.0 1238.3085 9.0 1238.3197 8.0 1238.3309 7.0 1238.3422 12.0 1238.3534 3.0 1238.3646 2.0 1238.3759 8.0 1238.3871 7.0 1238.3983 7.0 1238.4096 7.0 1238.4208 6.0 1238.432 6.0 1238.4432 15.0 1238.4545 14.0 1238.4657 13.0 1238.4769 3.0 1238.4882 3.0 1238.4994 5.0 1238.5106 4.0 1238.5219 9.0 1238.5331 6.0 1238.5556 10.0 1238.5668 6.0 1238.578 1.0 1238.5893 3.0 1238.6005 1.0 1238.6117 9.0 1238.6229 7.0 1238.6342 16.0 1238.6454 11.0 1238.6566 6.0 1238.6679 7.0 1238.6791 6.0 1238.6903 5.0 1238.7016 7.0 1238.7128 7.0 1238.724 3.0 1238.7353 6.0 1238.7465 3.0 1238.7577 3.0 1238.769 3.0 1238.7802 5.0 1238.7914 3.0 1238.8027 4.0 1238.8139 6.0 1238.8251 6.0 1238.8364 7.0 1238.8476 4.0 1238.8588 1.0 1238.8701 2.0 1238.8813 4.0 1238.8925 6.0 1238.9038 5.0 1238.915 2.0 1238.9262 6.0 1238.9374 3.0 1238.9487 3.0 1238.9599 5.0 1238.9711 6.0 1238.9824 7.0 1238.9936 5.0 1239.0048 4.0 1239.0161 4.0 1239.0273 9.0 1239.0385 4.0 1239.0498 9.0 1239.061 6.0 1239.0722 5.0 1239.0835 3.0 1239.0947 7.0 1239.1059 5.0 1239.1172 11.0 1239.1284 13.0 1239.1397 11.0 1239.1509 10.0 1239.1621 5.0 1239.1734 4.0 1239.1846 3.0 1239.1958 3.0 1239.2071 4.0 1239.2183 9.0 1239.2295 2.0 1239.2408 8.0 1239.252 6.0 1239.2632 8.0 1239.2745 5.0 1239.2857 8.0 1239.2969 5.0 1239.3082 3.0 1239.3194 1.0 1239.3306 3.0 1239.3419 3.0 1239.3643 8.0 1239.3756 10.0 1239.3868 6.0 1239.398 5.0 1239.4093 3.0 1239.4205 7.0 1239.4317 5.0 1239.443 7.0 1239.4542 5.0 1239.4655 5.0 1239.4767 7.0 1239.4879 6.0 1239.4992 10.0 1239.5104 12.0 1239.5216 11.0 1239.5329 8.0 1239.5441 4.0 1239.5553 5.0 1239.5666 2.0 1239.5778 3.0 1239.589 8.0 1239.6003 6.0 1239.6115 3.0 1239.6228 3.0 1239.634 10.0 1239.6452 5.0 1239.6565 4.0 1239.6677 14.0 1239.6789 4.0 1239.6902 4.0 1239.7014 2.0 1239.7126 14.0 1239.7239 7.0 1239.7351 12.0 1239.7464 10.0 1239.7576 9.0 1239.7688 2.0 1239.7801 9.0 1239.7913 5.0 1239.8025 2.0 1239.8138 6.0 1239.825 8.0 1239.8362 9.0 1239.8475 6.0 1239.8587 11.0 1239.87 3.0 1239.8812 2.0 1239.8924 7.0 1239.9037 7.0 1239.9261 6.0 1239.9486 4.0 1239.9599 2.0 1239.9823 6.0 1239.9936 11.0 1240.0048 6.0 1240.016 4.0 1240.0273 3.0 1240.0385 1.0 1240.0498 2.0 1240.061 8.0 1240.0722 5.0 1240.0835 4.0 1240.0947 2.0 1240.106 1.0 1240.1172 4.0 1240.1284 9.0 1240.1397 7.0 1240.1509 2.0 1240.1621 10.0 1240.1734 8.0 1240.1846 9.0 1240.1959 6.0 1240.2071 9.0 1240.2183 5.0 1240.2296 2.0 1240.2408 3.0 1240.2521 9.0 1240.2633 8.0 1240.2745 5.0 1240.2858 2.0 1240.297 5.0 1240.3083 4.0 1240.3195 5.0 1240.3307 7.0 1240.342 6.0 1240.3532 13.0 1240.3644 5.0 1240.3757 4.0 1240.3869 11.0 1240.3982 5.0 1240.4094 3.0 1240.4206 7.0 1240.4319 3.0 1240.4431 4.0 1240.4544 4.0 1240.4656 5.0 1240.4768 8.0 1240.4881 5.0 1240.4993 7.0 1240.5106 10.0 1240.5218 12.0 1240.533 16.0 1240.5443 8.0 1240.5555 4.0 1240.5668 11.0 1240.578 8.0 1240.5892 2.0 1240.6005 5.0 1240.6117 5.0 1240.623 4.0 1240.6342 2.0 1240.6567 2.0 1240.6679 10.0 1240.6792 8.0 1240.6904 8.0 1240.7017 11.0 1240.7129 5.0 1240.7241 4.0 1240.7354 14.0 1240.7466 7.0 1240.7579 6.0 1240.7691 7.0 1240.7803 5.0 1240.7916 9.0 1240.8028 10.0 1240.8141 3.0 1240.8366 3.0 1240.8478 4.0 1240.859 6.0 1240.8703 9.0 1240.8815 9.0 1240.8928 14.0 1240.904 3.0 1240.9152 11.0 1240.9265 4.0 1240.9377 1.0 1240.949 7.0 1240.9602 7.0 1240.9715 11.0 1240.9827 4.0 1240.9939 8.0 1241.0052 9.0 1241.0164 11.0 1241.0277 2.0 1241.0389 7.0 1241.0502 7.0 1241.0614 7.0 1241.0726 7.0 1241.0839 5.0 1241.0951 4.0 1241.1064 3.0 1241.1176 6.0 1241.1289 10.0 1241.1401 15.0 1241.1513 3.0 1241.1626 1.0 1241.1851 1.0 1241.1963 2.0 1241.2076 5.0 1241.2188 11.0 1241.23 4.0 1241.2413 10.0 1241.2525 1.0 1241.2638 4.0 1241.275 1.0 1241.2863 6.0 1241.2975 5.0 1241.3087 5.0 1241.32 5.0 1241.3312 13.0 1241.3425 5.0 1241.3537 7.0 1241.365 2.0 1241.3762 9.0 1241.3875 7.0 1241.3987 15.0 1241.4099 10.0 1241.4212 9.0 1241.4324 1.0 1241.4437 6.0 1241.4549 9.0 1241.4662 4.0 1241.4774 8.0 1241.4887 6.0 1241.4999 4.0 1241.5111 10.0 1241.5224 6.0 1241.5336 4.0 1241.5449 9.0 1241.5561 9.0 1241.5674 6.0 1241.5786 8.0 1241.5899 6.0 1241.6011 3.0 1241.6123 5.0 1241.6236 5.0 1241.6348 1.0 1241.6461 5.0 1241.6573 8.0 1241.6686 6.0 1241.6798 4.0 1241.6911 4.0 1241.7023 4.0 1241.7136 8.0 1241.7248 3.0 1241.736 11.0 1241.7473 3.0 1241.7585 7.0 1241.7698 10.0 1241.781 6.0 1241.7923 2.0 1241.8035 1.0 1241.8148 5.0 1241.826 9.0 1241.8373 3.0 1241.8485 7.0 1241.8598 4.0 1241.871 7.0 1241.8822 6.0 1241.8935 6.0 1241.9047 4.0 1241.916 7.0 1241.9272 12.0 1241.9385 9.0 1241.9497 6.0 1241.961 5.0 1241.9722 2.0 1241.9835 5.0 1241.9947 2.0 1242.006 4.0 1242.0285 2.0 1242.0509 4.0 1242.0622 7.0 1242.0734 5.0 1242.0847 10.0 1242.0959 2.0 1242.1072 2.0 1242.1184 7.0 1242.1297 5.0 1242.1409 4.0 1242.1522 10.0 1242.1634 5.0 1242.1747 5.0 1242.1859 5.0 1242.1972 6.0 1242.2084 4.0 1242.2197 7.0 1242.2309 8.0 1242.2422 5.0 1242.2534 3.0 1242.2647 5.0 1242.2759 11.0 1242.2871 2.0 1242.2984 2.0 1242.3096 7.0 1242.3209 7.0 1242.3321 5.0 1242.3434 2.0 1242.3546 7.0 1242.3659 7.0 1242.3771 3.0 1242.3884 6.0 1242.3996 7.0 1242.4109 16.0 1242.4221 9.0 1242.4334 6.0 1242.4446 14.0 1242.4559 13.0 1242.4671 12.0 1242.4784 11.0 1242.4896 5.0 1242.5009 6.0 1242.5121 2.0 1242.5234 6.0 1242.5346 6.0 1242.5459 15.0 1242.5571 3.0 1242.5684 4.0 1242.5796 2.0 1242.5909 6.0 1242.6021 5.0 1242.6134 7.0 1242.6246 2.0 1242.6359 1.0 1242.6471 1.0 1242.6584 4.0 1242.6696 6.0 1242.6809 5.0 1242.6921 8.0 1242.7034 11.0 1242.7146 10.0 1242.7259 5.0 1242.7371 5.0 1242.7484 7.0 1242.7596 3.0 1242.7709 7.0 1242.7821 6.0 1242.7934 5.0 1242.8046 4.0 1242.8159 5.0 1242.8271 5.0 1242.8384 5.0 1242.8496 5.0 1242.8609 13.0 1242.8721 8.0 1242.8834 5.0 1242.8946 4.0 1242.9059 7.0 1242.9171 5.0 1242.9284 7.0 1242.9396 7.0 1242.9509 7.0 1242.9621 6.0 1242.9734 4.0 1242.9846 4.0 1242.9959 5.0 1243.0071 4.0 1243.0184 2.0 1243.0296 3.0 1243.0409 10.0 1243.0521 7.0 1243.0634 5.0 1243.0746 6.0 1243.0859 1.0 1243.0972 2.0 1243.1084 2.0 1243.1197 8.0 1243.1309 4.0 1243.1422 10.0 1243.1534 5.0 1243.1647 3.0 1243.1759 5.0 1243.1872 5.0 1243.1984 11.0 1243.2097 3.0 1243.2209 3.0 1243.2322 9.0 1243.2434 7.0 1243.2547 4.0 1243.2659 14.0 1243.2772 3.0 1243.2884 4.0 1243.2997 6.0 1243.3109 4.0 1243.3222 5.0 1243.3335 7.0 1243.3447 10.0 1243.356 4.0 1243.3672 11.0 1243.3785 10.0 1243.3897 4.0 1243.401 2.0 1243.4122 5.0 1243.4235 4.0 1243.4347 6.0 1243.446 9.0 1243.4572 9.0 1243.4685 2.0 1243.4797 6.0 1243.491 17.0 1243.5023 12.0 1243.5135 7.0 1243.5248 5.0 1243.536 8.0 1243.5473 9.0 1243.5585 5.0 1243.5698 5.0 1243.581 7.0 1243.5923 3.0 1243.6035 2.0 1243.6148 2.0 1243.626 4.0 1243.6373 5.0 1243.6486 2.0 1243.6598 2.0 1243.6711 1.0 1243.6823 2.0 1243.6936 3.0 1243.7048 6.0 1243.7161 9.0 1243.7273 7.0 1243.7386 5.0 1243.7499 16.0 1243.7611 4.0 1243.7724 5.0 1243.7949 1.0 1243.8061 5.0 1243.8174 3.0 1243.8286 13.0 1243.8399 7.0 1243.8511 6.0 1243.8624 4.0 1243.8737 7.0 1243.8849 5.0 1243.8962 4.0 1243.9074 6.0 1243.9187 6.0 1243.9299 8.0 1243.9524 6.0 1243.9637 7.0 1243.975 12.0 1243.9862 14.0 1243.9975 8.0 1244.0087 8.0 1244.02 6.0 1244.0312 6.0 1244.0425 4.0 1244.0538 4.0 1244.065 4.0 1244.0763 6.0 1244.0875 2.0 1244.0988 5.0 1244.11 11.0 1244.1213 6.0 1244.1325 3.0 1244.1438 2.0 1244.1551 3.0 1244.1663 12.0 1244.1776 7.0 1244.1888 4.0 1244.2001 4.0 1244.2113 13.0 1244.2226 11.0 1244.2339 9.0 1244.2451 5.0 1244.2564 5.0 1244.2676 3.0 1244.2789 4.0 1244.2901 2.0 1244.3014 6.0 1244.3127 14.0 1244.3239 9.0 1244.3352 4.0 1244.3464 10.0 1244.3577 8.0 1244.3689 3.0 1244.3802 7.0 1244.3915 2.0 1244.4027 2.0 1244.414 3.0 1244.4252 6.0 1244.4365 3.0 1244.4478 8.0 1244.459 8.0 1244.4703 8.0 1244.4815 3.0 1244.4928 8.0 1244.504 4.0 1244.5153 8.0 1244.5266 2.0 1244.5378 9.0 1244.5491 6.0 1244.5603 5.0 1244.5716 3.0 1244.5829 3.0 1244.5941 7.0 1244.6054 15.0 1244.6166 16.0 1244.6279 8.0 1244.6391 10.0 1244.6504 8.0 1244.6617 6.0 1244.6729 13.0 1244.6842 2.0 1244.6954 4.0 1244.7067 4.0 1244.718 2.0 1244.7292 4.0 1244.7405 3.0 1244.7517 8.0 1244.763 6.0 1244.7743 7.0 1244.7855 6.0 1244.7968 2.0 1244.808 2.0 1244.8193 7.0 1244.8418 11.0 1244.8531 5.0 1244.8643 2.0 1244.8756 3.0 1244.8869 8.0 1244.8981 3.0 1244.9094 10.0 1244.9206 9.0 1244.9319 6.0 1244.9432 7.0 1244.9544 4.0 1244.9657 5.0 1244.9769 3.0 1244.9882 2.0 1244.9995 3.0 1245.0107 5.0 1245.022 6.0 1245.0332 4.0 1245.0445 10.0 1245.0558 13.0 1245.067 13.0 1245.0783 4.0 1245.0895 11.0 1245.1008 3.0 1245.1121 5.0 1245.1233 10.0 1245.1346 4.0 1245.1459 7.0 1245.1571 12.0 1245.1684 11.0 1245.1796 11.0 1245.1909 7.0 1245.2022 2.0 1245.2134 4.0 1245.2247 6.0 1245.2359 9.0 1245.2472 7.0 1245.2697 7.0 1245.281 6.0 1245.2923 12.0 1245.3035 7.0 1245.3148 10.0 1245.326 8.0 1245.3373 6.0 1245.3486 2.0 1245.3598 2.0 1245.3711 6.0 1245.3823 10.0 1245.3936 9.0 1245.4049 9.0 1245.4161 12.0 1245.4274 6.0 1245.4387 6.0 1245.4499 4.0 1245.4612 10.0 1245.4724 13.0 1245.4837 5.0 1245.495 5.0 1245.5062 4.0 1245.5175 3.0 1245.5288 11.0 1245.54 2.0 1245.5513 5.0 1245.5626 7.0 1245.5738 2.0 1245.5851 5.0 1245.5963 5.0 1245.6076 13.0 1245.6189 8.0 1245.6301 10.0 1245.6414 3.0 1245.6527 12.0 1245.6639 8.0 1245.6752 4.0 1245.6865 6.0 1245.6977 2.0 1245.709 6.0 1245.7202 6.0 1245.7315 6.0 1245.7428 4.0 1245.754 6.0 1245.7653 4.0 1245.7766 6.0 1245.7878 14.0 1245.7991 9.0 1245.8104 3.0 1245.8216 7.0 1245.8329 10.0 1245.8441 14.0 1245.8554 1.0 1245.8667 2.0 1245.8779 8.0 1245.8892 21.0 1245.9005 18.0 1245.9117 12.0 1245.923 7.0 1245.9343 5.0 1245.9455 2.0 1245.9568 12.0 1245.9681 12.0 1245.9793 6.0 1245.9906 5.0 1246.0019 3.0 1246.0131 2.0 1246.0244 3.0 1246.0357 5.0 1246.0469 4.0 1246.0582 8.0 1246.0694 5.0 1246.0807 3.0 1246.1032 6.0 1246.1145 4.0 1246.1258 6.0 1246.137 2.0 1246.1483 4.0 1246.1596 13.0 1246.1708 11.0 1246.1821 4.0 1246.1934 3.0 1246.2046 4.0 1246.2159 12.0 1246.2272 4.0 1246.2384 3.0 1246.2497 2.0 1246.261 11.0 1246.2722 9.0 1246.2835 13.0 1246.2948 6.0 1246.306 1.0 1246.3173 6.0 1246.3286 1.0 1246.3398 4.0 1246.3511 7.0 1246.3624 10.0 1246.3736 9.0 1246.3849 7.0 1246.3962 1.0 1246.4074 4.0 1246.4187 6.0 1246.43 3.0 1246.4412 4.0 1246.4525 3.0 1246.4638 2.0 1246.475 4.0 1246.4863 9.0 1246.4976 2.0 1246.5088 3.0 1246.5201 7.0 1246.5314 3.0 1246.5426 2.0 1246.5539 5.0 1246.5652 11.0 1246.5764 9.0 1246.5877 9.0 1246.599 13.0 1246.6102 5.0 1246.6215 9.0 1246.6328 10.0 1246.6441 7.0 1246.6553 16.0 1246.6666 3.0 1246.6779 11.0 1246.6891 8.0 1246.7004 13.0 1246.7117 4.0 1246.7229 12.0 1246.7342 3.0 1246.7455 3.0 1246.7567 3.0 1246.768 15.0 1246.7793 1.0 1246.7905 1.0 1246.8018 2.0 1246.8131 2.0 1246.8243 1.0 1246.8356 6.0 1246.8469 6.0 1246.8582 3.0 1246.8694 11.0 1246.8807 14.0 1246.892 6.0 1246.9032 7.0 1246.9145 9.0 1246.9258 5.0 1246.937 7.0 1246.9483 5.0 1246.9596 6.0 1246.9708 6.0 1246.9821 6.0 1246.9934 6.0 1247.0047 4.0 1247.0159 3.0 1247.0272 11.0 1247.0385 6.0 1247.0497 6.0 1247.061 6.0 1247.0723 2.0 1247.0835 4.0 1247.0948 5.0 1247.1061 3.0 1247.1174 2.0 1247.1286 7.0 1247.1399 6.0 1247.1512 9.0 1247.1624 6.0 1247.1737 5.0 1247.185 9.0 1247.1962 12.0 1247.2075 8.0 1247.2188 5.0 1247.2301 3.0 1247.2413 1.0 1247.2526 12.0 1247.2639 8.0 1247.2751 22.0 1247.2864 8.0 1247.2977 2.0 1247.309 12.0 1247.3202 10.0 1247.3315 11.0 1247.3428 9.0 1247.354 5.0 1247.3653 5.0 1247.3766 7.0 1247.3879 8.0 1247.3991 3.0 1247.4104 4.0 1247.4217 6.0 1247.4329 11.0 1247.4442 7.0 1247.4555 10.0 1247.4668 15.0 1247.478 8.0 1247.4893 8.0 1247.5006 6.0 1247.5118 4.0 1247.5231 3.0 1247.5344 6.0 1247.5457 9.0 1247.5569 6.0 1247.5682 8.0 1247.5795 5.0 1247.5908 3.0 1247.602 3.0 1247.6133 4.0 1247.6246 8.0 1247.6358 15.0 1247.6471 19.0 1247.6584 10.0 1247.6697 13.0 1247.6809 6.0 1247.6922 11.0 1247.7035 4.0 1247.7147 5.0 1247.726 1.0 1247.7373 3.0 1247.7486 6.0 1247.7598 8.0 1247.7711 3.0 1247.7824 4.0 1247.7937 1.0 1247.8049 1.0 1247.8162 5.0 1247.8275 12.0 1247.8388 4.0 1247.85 1.0 1247.8613 5.0 1247.8726 2.0 1247.8838 3.0 1247.8951 3.0 1247.9064 7.0 1247.9177 6.0 1247.9289 4.0 1247.9402 8.0 1247.9515 7.0 1247.9628 8.0 1247.974 5.0 1247.9853 4.0 1247.9966 6.0 1248.0079 9.0 1248.0191 7.0 1248.0304 4.0 1248.0417 10.0 1248.053 8.0 1248.0642 4.0 1248.0755 11.0 1248.0868 3.0 1248.0981 5.0 1248.1093 4.0 1248.1206 6.0 1248.1319 5.0 1248.1544 5.0 1248.1657 4.0 1248.177 6.0 1248.1883 1.0 1248.1995 3.0 1248.2108 2.0 1248.2221 8.0 1248.2334 9.0 1248.2446 6.0 1248.2559 4.0 1248.2672 4.0 1248.2785 5.0 1248.2897 1.0 1248.301 5.0 1248.3123 8.0 1248.3236 13.0 1248.3348 12.0 1248.3461 3.0 1248.3574 11.0 1248.3687 7.0 1248.3799 4.0 1248.3912 3.0 1248.4025 1.0 1248.4138 3.0 1248.425 6.0 1248.4363 3.0 1248.4476 6.0 1248.4589 9.0 1248.4702 11.0 1248.4814 5.0 1248.4927 3.0 1248.504 1.0 1248.5153 1.0 1248.5265 5.0 1248.5378 3.0 1248.5491 10.0 1248.5604 13.0 1248.5716 7.0 1248.5829 4.0 1248.5942 4.0 1248.6055 2.0 1248.6167 3.0 1248.628 8.0 1248.6393 12.0 1248.6506 3.0 1248.6619 2.0 1248.6731 9.0 1248.6844 3.0 1248.6957 7.0 1248.707 6.0 1248.7182 13.0 1248.7295 12.0 1248.7408 9.0 1248.7521 2.0 1248.7634 8.0 1248.7746 13.0 1248.7859 17.0 1248.7972 10.0 1248.8085 7.0 1248.8197 7.0 1248.831 6.0 1248.8423 9.0 1248.8536 4.0 1248.8649 2.0 1248.8761 5.0 1248.8874 2.0 1248.8987 11.0 1248.91 4.0 1248.9212 3.0 1248.9325 3.0 1248.9438 9.0 1248.9551 4.0 1248.9664 3.0 1248.9776 5.0 1248.9889 3.0 1249.0002 3.0 1249.0115 3.0 1249.0228 7.0 1249.034 4.0 1249.0453 6.0 1249.0566 11.0 1249.0679 5.0 1249.0792 4.0 1249.0904 8.0 1249.1017 5.0 1249.113 3.0 1249.1243 4.0 1249.1355 7.0 1249.1468 2.0 1249.1581 1.0 1249.1694 2.0 1249.1807 4.0 1249.1919 6.0 1249.2032 4.0 1249.2145 11.0 1249.2258 11.0 1249.2371 13.0 1249.2483 11.0 1249.2596 6.0 1249.2709 18.0 1249.2822 15.0 1249.2935 7.0 1249.3047 10.0 1249.316 11.0 1249.3273 21.0 1249.3386 13.0 1249.3499 8.0 1249.3611 9.0 1249.3724 4.0 1249.3837 6.0 1249.395 5.0 1249.4063 3.0 1249.4175 6.0 1249.4288 2.0 1249.4401 4.0 1249.4514 13.0 1249.4627 16.0 1249.474 14.0 1249.4852 10.0 1249.4965 5.0 1249.5078 6.0 1249.5191 1.0 1249.5304 8.0 1249.5416 9.0 1249.5529 8.0 1249.5642 8.0 1249.5755 8.0 1249.5868 4.0 1249.598 6.0 1249.6093 10.0 1249.6206 6.0 1249.6319 4.0 1249.6432 6.0 1249.6545 6.0 1249.6657 8.0 1249.677 7.0 1249.6883 7.0 1249.6996 8.0 1249.7109 3.0 1249.7221 1.0 1249.7334 6.0 1249.7447 4.0 1249.756 6.0 1249.7673 4.0 1249.7786 21.0 1249.7898 9.0 1249.8011 16.0 1249.8124 9.0 1249.8237 14.0 1249.835 7.0 1249.8463 3.0 1249.8575 3.0 1249.8688 2.0 1249.8801 4.0 1249.8914 5.0 1249.9027 10.0 1249.9139 6.0 1249.9252 12.0 1249.9365 11.0 1249.9478 10.0 1249.9591 3.0 1249.9704 6.0 1249.9816 6.0 1249.9929 7.0 1250.0042 10.0 1250.0155 12.0 1250.0268 7.0 1250.0381 2.0 1250.0493 4.0 1250.0606 9.0 1250.0719 3.0 1250.0832 1.0 1250.0945 1.0 1250.1058 2.0 1250.117 12.0 1250.1283 7.0 1250.1396 10.0 1250.1509 4.0 1250.1622 8.0 1250.1735 11.0 1250.1848 8.0 1250.196 3.0 1250.2073 9.0 1250.2186 6.0 1250.2299 9.0 1250.2412 6.0 1250.2525 8.0 1250.2637 10.0 1250.275 5.0 1250.2863 7.0 1250.2976 15.0 1250.3089 22.0 1250.3202 11.0 1250.3315 14.0 1250.3427 17.0 1250.354 10.0 1250.3653 13.0 1250.3766 5.0 1250.3879 3.0 1250.3992 1.0 1250.4104 8.0 1250.4217 11.0 1250.433 4.0 1250.4443 7.0 1250.4556 5.0 1250.4669 7.0 1250.4782 8.0 1250.4894 5.0 1250.5007 9.0 1250.512 11.0 1250.5233 16.0 1250.5346 9.0 1250.5459 11.0 1250.5572 27.0 1250.5684 6.0 1250.5797 3.0 1250.591 7.0 1250.6023 6.0 1250.6136 9.0 1250.6249 4.0 1250.6362 5.0 1250.6474 5.0 1250.6587 16.0 1250.67 12.0 1250.6813 6.0 1250.6926 6.0 1250.7039 12.0 1250.7152 7.0 1250.7265 9.0 1250.7377 5.0 1250.749 4.0 1250.7603 8.0 1250.7716 1.0 1250.7829 2.0 1250.7942 4.0 1250.8055 6.0 1250.8167 3.0 1250.828 4.0 1250.8393 5.0 1250.8506 3.0 1250.8619 4.0 1250.8732 6.0 1250.8845 5.0 1250.8958 8.0 1250.907 7.0 1250.9183 11.0 1250.9296 8.0 1250.9409 2.0 1250.9522 7.0 1250.9635 1.0 1250.9748 6.0 1250.9861 4.0 1250.9973 3.0 1251.0086 7.0 1251.0199 8.0 1251.0312 9.0 1251.0425 7.0 1251.0538 7.0 1251.0651 3.0 1251.0764 4.0 1251.0876 11.0 1251.0989 9.0 1251.1102 2.0 1251.1215 3.0 1251.1328 12.0 1251.1441 10.0 1251.1554 16.0 1251.1667 7.0 1251.178 5.0 1251.1892 5.0 1251.2005 3.0 1251.2118 8.0 1251.2231 6.0 1251.2344 13.0 1251.2457 7.0 1251.257 13.0 1251.2683 15.0 1251.2796 14.0 1251.2908 10.0 1251.3021 7.0 1251.3134 7.0 1251.3247 2.0 1251.336 3.0 1251.3473 2.0 1251.3586 3.0 1251.3699 2.0 1251.3812 4.0 1251.3925 6.0 1251.4037 4.0 1251.415 2.0 1251.4263 6.0 1251.4376 13.0 1251.4489 18.0 1251.4602 5.0 1251.4715 5.0 1251.4828 13.0 1251.4941 13.0 1251.5054 15.0 1251.5166 4.0 1251.5279 7.0 1251.5392 3.0 1251.5505 4.0 1251.5618 13.0 1251.5731 6.0 1251.5844 4.0 1251.5957 4.0 1251.607 5.0 1251.6183 4.0 1251.6295 3.0 1251.6408 12.0 1251.6521 11.0 1251.6634 13.0 1251.6747 10.0 1251.686 10.0 1251.6973 5.0 1251.7086 2.0 1251.7199 8.0 1251.7312 17.0 1251.7425 10.0 1251.7537 2.0 1251.765 7.0 1251.7763 12.0 1251.7876 8.0 1251.7989 7.0 1251.8102 6.0 1251.8215 5.0 1251.8328 10.0 1251.8441 5.0 1251.8554 7.0 1251.8667 4.0 1251.878 4.0 1251.8892 5.0 1251.9005 4.0 1251.9118 8.0 1251.9231 7.0 1251.9344 7.0 1251.9457 4.0 1251.957 6.0 1251.9683 7.0 1251.9796 9.0 1251.9909 6.0 1252.0022 7.0 1252.0135 5.0 1252.0248 5.0 1252.036 10.0 1252.0473 9.0 1252.0586 6.0 1252.0699 3.0 1252.0812 3.0 1252.0925 8.0 1252.1038 18.0 1252.1151 11.0 1252.1264 12.0 1252.1377 10.0 1252.149 4.0 1252.1603 9.0 1252.1716 9.0 1252.1829 4.0 1252.1941 2.0 1252.2054 3.0 1252.2167 6.0 1252.228 11.0 1252.2393 3.0 1252.2506 6.0 1252.2619 8.0 1252.2732 11.0 1252.2845 15.0 1252.2958 17.0 1252.3071 5.0 1252.3184 4.0 1252.3297 5.0 1252.341 8.0 1252.3523 5.0 1252.3636 10.0 1252.3748 14.0 1252.3861 6.0 1252.3974 8.0 1252.4087 3.0 1252.42 3.0 1252.4313 7.0 1252.4426 5.0 1252.4539 6.0 1252.4652 10.0 1252.4765 6.0 1252.4878 5.0 1252.4991 6.0 1252.5104 10.0 1252.5217 10.0 1252.533 10.0 1252.5443 11.0 1252.5556 17.0 1252.5669 10.0 1252.5781 19.0 1252.5894 13.0 1252.6007 5.0 1252.612 5.0 1252.6233 3.0 1252.6346 8.0 1252.6459 5.0 1252.6572 14.0 1252.6685 11.0 1252.6798 8.0 1252.6911 6.0 1252.7024 7.0 1252.7137 2.0 1252.725 2.0 1252.7363 7.0 1252.7476 12.0 1252.7589 6.0 1252.7702 4.0 1252.7815 5.0 1252.7928 10.0 1252.8041 4.0 1252.8154 4.0 1252.8266 5.0 1252.8379 6.0 1252.8492 2.0 1252.8605 1.0 1252.8718 1.0 1252.8831 4.0 1252.8944 3.0 1252.9057 7.0 1252.917 7.0 1252.9396 1.0 1252.9509 1.0 1252.9622 5.0 1252.9735 14.0 1252.9848 12.0 1252.9961 8.0 1253.0074 4.0 1253.0187 4.0 1253.03 8.0 1253.0413 9.0 1253.0526 9.0 1253.0639 10.0 1253.0752 4.0 1253.0865 6.0 1253.0978 4.0 1253.1091 3.0 1253.1204 3.0 1253.1317 3.0 1253.143 2.0 1253.1543 7.0 1253.1656 15.0 1253.1769 6.0 1253.1882 4.0 1253.1995 8.0 1253.2107 12.0 1253.222 11.0 1253.2333 11.0 1253.2446 3.0 1253.2559 5.0 1253.2672 6.0 1253.2785 4.0 1253.3011 1.0 1253.3124 4.0 1253.3237 5.0 1253.335 7.0 1253.3463 4.0 1253.3576 11.0 1253.3689 4.0 1253.3802 3.0 1253.3915 1.0 1253.4028 4.0 1253.4141 5.0 1253.4254 1.0 1253.4367 3.0 1253.448 2.0 1253.4593 11.0 1253.4706 4.0 1253.4819 4.0 1253.4932 8.0 1253.5045 5.0 1253.5158 5.0 1253.5271 4.0 1253.5384 4.0 1253.5497 2.0 1253.561 1.0 1253.5723 5.0 1253.5836 4.0 1253.5949 9.0 1253.6062 11.0 1253.6175 4.0 1253.6288 10.0 1253.6401 7.0 1253.6514 7.0 1253.6627 6.0 1253.674 4.0 1253.6853 7.0 1253.6966 8.0 1253.7079 16.0 1253.7192 8.0 1253.7305 3.0 1253.7418 3.0 1253.7531 4.0 1253.7644 6.0 1253.7757 11.0 1253.787 7.0 1253.7983 2.0 1253.8096 4.0 1253.8209 3.0 1253.8322 5.0 1253.8435 6.0 1253.8548 1.0 1253.8661 5.0 1253.8774 2.0 1253.8887 6.0 1253.9 7.0 1253.9113 4.0 1253.9226 4.0 1253.9339 6.0 1253.9452 2.0 1253.9565 6.0 1253.9678 6.0 1253.9791 5.0 1253.9904 5.0 1254.0017 9.0 1254.013 13.0 1254.0243 11.0 1254.0356 4.0 1254.0469 7.0 1254.0582 5.0 1254.0695 10.0 1254.0808 7.0 1254.0921 6.0 1254.1034 16.0 1254.1147 17.0 1254.126 5.0 1254.1373 10.0 1254.1487 7.0 1254.16 9.0 1254.1713 9.0 1254.1826 3.0 1254.1939 12.0 1254.2052 8.0 1254.2165 9.0 1254.2278 10.0 1254.2391 8.0 1254.2504 8.0 1254.2617 9.0 1254.273 12.0 1254.2843 7.0 1254.2956 15.0 1254.3069 11.0 1254.3182 4.0 1254.3295 7.0 1254.3408 4.0 1254.3521 14.0 1254.3634 9.0 1254.3747 3.0 1254.386 8.0 1254.3973 16.0 1254.4086 15.0 1254.4199 2.0 1254.4312 4.0 1254.4425 9.0 1254.4538 7.0 1254.4651 7.0 1254.4764 5.0 1254.4877 4.0 1254.499 21.0 1254.5103 20.0 1254.5217 5.0 1254.533 11.0 1254.5443 10.0 1254.5556 10.0 1254.5669 5.0 1254.5782 4.0 1254.5895 6.0 1254.6008 5.0 1254.6121 10.0 1254.6234 6.0 1254.6347 8.0 1254.646 6.0 1254.6573 7.0 1254.6686 4.0 1254.6799 8.0 1254.6912 6.0 1254.7025 9.0 1254.7138 7.0 1254.7251 5.0 1254.7477 5.0 1254.759 4.0 1254.7703 5.0 1254.7817 2.0 1254.793 5.0 1254.8043 6.0 1254.8156 9.0 1254.8269 7.0 1254.8382 1.0 1254.8495 4.0 1254.8608 3.0 1254.8721 7.0 1254.8834 11.0 1254.8947 7.0 1254.906 4.0 1254.9173 4.0 1254.9286 3.0 1254.9399 4.0 1254.9512 2.0 1254.9625 7.0 1254.9852 2.0 1254.9965 5.0 1255.0078 6.0 1255.0191 5.0 1255.0304 2.0 1255.0417 5.0 1255.053 7.0 1255.0643 14.0 1255.0756 9.0 1255.0869 4.0 1255.0982 3.0 1255.1095 4.0 1255.1208 5.0 1255.1321 6.0 1255.1434 4.0 1255.1547 3.0 1255.1661 6.0 1255.1774 6.0 1255.1887 6.0 1255.2 13.0 1255.2113 12.0 1255.2226 7.0 1255.2339 2.0 1255.2452 2.0 1255.2565 4.0 1255.2678 6.0 1255.2791 12.0 1255.2904 4.0 1255.3017 2.0 1255.313 13.0 1255.3244 7.0 1255.3357 1.0 1255.347 7.0 1255.3583 5.0 1255.3696 3.0 1255.3809 2.0 1255.3922 5.0 1255.4035 5.0 1255.4148 2.0 1255.4261 3.0 1255.4374 2.0 1255.4487 5.0 1255.46 5.0 1255.4714 5.0 1255.4827 8.0 1255.494 5.0 1255.5053 6.0 1255.5166 3.0 1255.5279 8.0 1255.5392 12.0 1255.5505 5.0 1255.5618 7.0 1255.5731 6.0 1255.5844 5.0 1255.5957 5.0 1255.6071 17.0 1255.6184 12.0 1255.6297 12.0 1255.641 10.0 1255.6523 5.0 1255.6636 12.0 1255.6749 5.0 1255.6862 5.0 1255.6975 3.0 1255.7088 7.0 1255.7201 7.0 1255.7315 5.0 1255.7428 4.0 1255.7541 2.0 1255.7654 8.0 1255.7767 7.0 1255.788 6.0 1255.7993 6.0 1255.8106 3.0 1255.8219 3.0 1255.8332 3.0 1255.8446 8.0 1255.8559 8.0 1255.8672 4.0 1255.8785 6.0 1255.8898 6.0 1255.9011 2.0 1255.9124 4.0 1255.9237 4.0 1255.935 9.0 1255.9463 3.0 1255.9577 7.0 1255.969 4.0 1255.9803 5.0 1255.9916 7.0 1256.0029 8.0 1256.0142 12.0 1256.0255 10.0 1256.0368 14.0 1256.0481 16.0 1256.0594 2.0 1256.0708 4.0 1256.0821 2.0 1256.0934 7.0 1256.1047 8.0 1256.116 10.0 1256.1273 10.0 1256.1386 7.0 1256.1499 4.0 1256.1612 9.0 1256.1726 9.0 1256.1839 3.0 1256.1952 4.0 1256.2065 5.0 1256.2178 7.0 1256.2291 3.0 1256.2404 1.0 1256.2517 1.0 1256.2631 8.0 1256.2744 4.0 1256.2857 13.0 1256.297 7.0 1256.3083 6.0 1256.3196 9.0 1256.3309 11.0 1256.3422 10.0 1256.3535 4.0 1256.3649 7.0 1256.3762 7.0 1256.3875 8.0 1256.3988 6.0 1256.4101 5.0 1256.4214 7.0 1256.4327 11.0 1256.444 12.0 1256.4554 10.0 1256.4667 9.0 1256.478 12.0 1256.4893 3.0 1256.5006 10.0 1256.5119 16.0 1256.5232 7.0 1256.5345 11.0 1256.5459 8.0 1256.5572 5.0 1256.5685 2.0 1256.5798 7.0 1256.5911 7.0 1256.6024 11.0 1256.6137 13.0 1256.6251 15.0 1256.6364 11.0 1256.6477 10.0 1256.659 4.0 1256.6816 4.0 1256.6929 9.0 1256.7042 5.0 1256.7156 6.0 1256.7269 7.0 1256.7382 7.0 1256.7495 4.0 1256.7608 7.0 1256.7721 2.0 1256.7834 6.0 1256.7948 5.0 1256.8061 6.0 1256.8174 8.0 1256.8287 10.0 1256.84 5.0 1256.8513 1.0 1256.8626 12.0 1256.874 9.0 1256.8853 2.0 1256.8966 7.0 1256.9079 9.0 1256.9192 8.0 1256.9305 3.0 1256.9418 3.0 1256.9532 8.0 1256.9645 5.0 1256.9871 5.0 1256.9984 7.0 1257.0097 1.0 1257.0211 5.0 1257.0324 7.0 1257.0437 6.0 1257.055 9.0 1257.0663 7.0 1257.0776 7.0 1257.0889 7.0 1257.1003 18.0 1257.1116 12.0 1257.1229 8.0 1257.1342 5.0 1257.1455 10.0 1257.1568 14.0 1257.1682 13.0 1257.1795 15.0 1257.1908 8.0 1257.2021 4.0 1257.2134 5.0 1257.2247 2.0 1257.236 5.0 1257.2474 3.0 1257.2587 6.0 1257.27 5.0 1257.2813 9.0 1257.2926 7.0 1257.3039 9.0 1257.3153 3.0 1257.3266 4.0 1257.3379 7.0 1257.3492 9.0 1257.3605 7.0 1257.3718 7.0 1257.3832 3.0 1257.3945 9.0 1257.4058 20.0 1257.4171 11.0 1257.4284 11.0 1257.4397 6.0 1257.4511 3.0 1257.4624 3.0 1257.4737 1.0 1257.485 8.0 1257.4963 6.0 1257.5077 5.0 1257.519 2.0 1257.5303 5.0 1257.5416 6.0 1257.5529 10.0 1257.5642 7.0 1257.5756 8.0 1257.5869 8.0 1257.5982 3.0 1257.6095 7.0 1257.6208 1.0 1257.6321 6.0 1257.6435 8.0 1257.6548 4.0 1257.6661 7.0 1257.6774 6.0 1257.6887 6.0 1257.7001 9.0 1257.7114 8.0 1257.7227 8.0 1257.734 3.0 1257.7453 6.0 1257.7566 1.0 1257.768 5.0 1257.7793 4.0 1257.7906 8.0 1257.8019 6.0 1257.8132 1.0 1257.8246 4.0 1257.8359 5.0 1257.8472 7.0 1257.8585 9.0 1257.8698 4.0 1257.8812 3.0 1257.8925 10.0 1257.9038 12.0 1257.9151 8.0 1257.9264 4.0 1257.9377 6.0 1257.9491 4.0 1257.9604 3.0 1257.9717 2.0 1257.983 8.0 1257.9943 6.0 1258.0057 2.0 1258.017 2.0 1258.0283 5.0 1258.0396 10.0 1258.0509 6.0 1258.0623 6.0 1258.0736 3.0 1258.0849 3.0 1258.0962 7.0 1258.1075 6.0 1258.1189 13.0 1258.1302 9.0 1258.1415 1.0 1258.1528 2.0 1258.1641 2.0 1258.1755 5.0 1258.1868 7.0 1258.1981 6.0 1258.2094 5.0 1258.2207 3.0 1258.2321 4.0 1258.2434 12.0 1258.2547 8.0 1258.266 2.0 1258.2774 9.0 1258.2887 8.0 1258.3 1.0 1258.3113 6.0 1258.3226 7.0 1258.334 2.0 1258.3453 2.0 1258.3566 2.0 1258.3679 7.0 1258.3792 4.0 1258.3906 11.0 1258.4019 4.0 1258.4132 6.0 1258.4245 4.0 1258.4358 2.0 1258.4472 7.0 1258.4585 11.0 1258.4698 5.0 1258.4811 5.0 1258.4925 8.0 1258.5038 3.0 1258.5151 12.0 1258.5264 16.0 1258.5377 4.0 1258.5491 11.0 1258.5604 10.0 1258.5717 11.0 1258.583 7.0 1258.5944 1.0 1258.6057 3.0 1258.617 4.0 1258.6283 2.0 1258.6396 4.0 1258.651 6.0 1258.6623 5.0 1258.6736 12.0 1258.6849 9.0 1258.6963 3.0 1258.7076 3.0 1258.7189 12.0 1258.7302 6.0 1258.7416 8.0 1258.7529 5.0 1258.7642 5.0 1258.7755 6.0 1258.7868 8.0 1258.7982 5.0 1258.8095 7.0 1258.8208 9.0 1258.8321 6.0 1258.8435 9.0 1258.8548 3.0 1258.8661 3.0 1258.8774 8.0 1258.8888 5.0 1258.9001 4.0 1258.9114 3.0 1258.9227 11.0 1258.934 11.0 1258.9454 7.0 1258.9567 9.0 1258.968 6.0 1258.9793 4.0 1258.9907 8.0 1259.002 11.0 1259.0133 5.0 1259.0246 4.0 1259.036 3.0 1259.0473 4.0 1259.0586 7.0 1259.0699 6.0 1259.0813 9.0 1259.0926 13.0 1259.1039 13.0 1259.1152 6.0 1259.1266 4.0 1259.1379 8.0 1259.1492 2.0 1259.1605 4.0 1259.1719 5.0 1259.1832 4.0 1259.1945 6.0 1259.2058 8.0 1259.2172 14.0 1259.2285 11.0 1259.2398 2.0 1259.2511 9.0 1259.2625 10.0 1259.2738 5.0 1259.2851 6.0 1259.2964 3.0 1259.3078 3.0 1259.3191 1.0 1259.3304 6.0 1259.3417 4.0 1259.3531 4.0 1259.3757 6.0 1259.387 2.0 1259.3984 2.0 1259.4097 4.0 1259.421 8.0 1259.4323 9.0 1259.4437 10.0 1259.455 4.0 1259.4663 7.0 1259.4777 5.0 1259.489 4.0 1259.5003 3.0 1259.5116 5.0 1259.523 3.0 1259.5343 3.0 1259.5456 7.0 1259.5569 15.0 1259.5683 15.0 1259.5796 11.0 1259.5909 17.0 1259.6022 5.0 1259.6136 10.0 1259.6249 8.0 1259.6362 1.0 1259.6476 6.0 1259.6589 9.0 1259.6702 14.0 1259.6815 4.0 1259.6929 7.0 1259.7042 4.0 1259.7155 4.0 1259.7268 3.0 1259.7382 3.0 1259.7495 4.0 1259.7608 7.0 1259.7722 3.0 1259.7835 4.0 1259.7948 4.0 1259.8061 10.0 1259.8175 9.0 1259.8288 5.0 1259.8401 4.0 1259.8514 4.0 1259.8628 12.0 1259.8741 13.0 1259.8854 5.0 1259.8968 2.0 1259.9081 6.0 1259.9194 3.0 1259.9307 4.0 1259.9421 4.0 1259.9534 1.0 1259.9647 7.0 1259.9761 3.0 1259.9874 6.0 1259.9987 1.0 1260.01 2.0 1260.0214 4.0 1260.044 2.0 1260.0554 1.0 1260.0667 4.0 1260.078 3.0 1260.0893 9.0 1260.1007 15.0 1260.112 9.0 1260.1233 2.0 1260.1347 10.0 1260.146 4.0 1260.1573 4.0 1260.1687 5.0 1260.18 8.0 1260.1913 7.0 1260.2026 1.0 1260.214 6.0 1260.2253 8.0 1260.2366 11.0 1260.248 8.0 1260.2593 6.0 1260.2706 8.0 1260.2819 6.0 1260.2933 6.0 1260.3046 5.0 1260.3159 12.0 1260.3273 9.0 1260.3386 8.0 1260.3499 7.0 1260.3613 4.0 1260.3726 2.0 1260.3839 3.0 1260.3953 11.0 1260.4066 7.0 1260.4179 8.0 1260.4292 10.0 1260.4406 4.0 1260.4519 15.0 1260.4632 8.0 1260.4746 6.0 1260.4859 1.0 1260.4972 6.0 1260.5086 4.0 1260.5199 2.0 1260.5312 3.0 1260.5426 7.0 1260.5539 7.0 1260.5652 7.0 1260.5765 8.0 1260.5879 10.0 1260.5992 14.0 1260.6105 8.0 1260.6219 11.0 1260.6332 17.0 1260.6445 6.0 1260.6559 4.0 1260.6672 2.0 1260.6785 6.0 1260.6899 8.0 1260.7012 4.0 1260.7125 2.0 1260.7239 9.0 1260.7352 6.0 1260.7465 8.0 1260.7579 4.0 1260.7692 6.0 1260.7805 4.0 1260.7918 5.0 1260.8032 4.0 1260.8145 7.0 1260.8258 12.0 1260.8372 6.0 1260.8485 8.0 1260.8598 2.0 1260.8712 4.0 1260.8825 5.0 1260.8938 10.0 1260.9052 8.0 1260.9165 5.0 1260.9278 7.0 1260.9392 5.0 1260.9505 7.0 1260.9618 2.0 1260.9732 4.0 1260.9845 2.0 1260.9958 3.0 1261.0072 4.0 1261.0185 10.0 1261.0298 2.0 1261.0412 13.0 1261.0525 14.0 1261.0638 1.0 1261.0752 6.0 1261.0865 9.0 1261.0978 10.0 1261.1092 14.0 1261.1205 9.0 1261.1318 3.0 1261.1432 5.0 1261.1545 4.0 1261.1658 2.0 1261.1772 5.0 1261.1885 7.0 1261.1998 2.0 1261.2112 6.0 1261.2225 7.0 1261.2338 11.0 1261.2452 5.0 1261.2565 6.0 1261.2678 13.0 1261.2792 8.0 1261.2905 8.0 1261.3019 7.0 1261.3132 1.0 1261.3245 7.0 1261.3359 9.0 1261.3472 7.0 1261.3585 7.0 1261.3699 3.0 1261.3812 1.0 1261.3925 6.0 1261.4039 3.0 1261.4152 7.0 1261.4379 2.0 1261.4492 9.0 1261.4605 12.0 1261.4719 7.0 1261.4832 1.0 1261.4945 4.0 1261.5059 1.0 1261.5172 6.0 1261.5286 15.0 1261.5399 10.0 1261.5512 6.0 1261.5626 8.0 1261.5739 1.0 1261.5852 2.0 1261.5966 3.0 1261.6079 3.0 1261.6192 4.0 1261.6306 1.0 1261.6419 8.0 1261.6532 6.0 1261.6646 1.0 1261.6873 9.0 1261.6986 6.0 1261.7099 4.0 1261.7213 4.0 1261.7326 5.0 1261.7439 6.0 1261.7553 10.0 1261.7666 3.0 1261.7779 3.0 1261.7893 9.0 1261.8006 6.0 1261.812 9.0 1261.8233 7.0 1261.8346 7.0 1261.846 5.0 1261.8573 4.0 1261.8686 6.0 1261.88 5.0 1261.8913 8.0 1261.9027 3.0 1261.914 10.0 1261.9253 6.0 1261.9367 7.0 1261.948 2.0 1261.9593 1.0 1261.9707 3.0 1261.982 5.0 1261.9934 3.0 1262.0047 6.0 1262.016 3.0 1262.0274 3.0 1262.0387 4.0 1262.05 9.0 1262.0614 8.0 1262.0727 11.0 1262.0841 14.0 1262.0954 9.0 1262.1067 8.0 1262.1181 6.0 1262.1294 5.0 1262.1407 4.0 1262.1521 5.0 1262.1634 1.0 1262.1748 7.0 1262.1861 11.0 1262.1974 7.0 1262.2088 3.0 1262.2201 2.0 1262.2315 6.0 1262.2428 5.0 1262.2541 4.0 1262.2655 6.0 1262.2768 4.0 1262.2882 3.0 1262.2995 3.0 1262.3108 10.0 1262.3222 8.0 1262.3335 5.0 1262.3448 4.0 1262.3562 5.0 1262.3675 6.0 1262.3789 10.0 1262.3902 9.0 1262.4015 6.0 1262.4129 5.0 1262.4242 10.0 1262.4356 11.0 1262.4469 13.0 1262.4582 2.0 1262.4696 6.0 1262.4809 6.0 1262.4923 9.0 1262.5036 10.0 1262.5149 7.0 1262.5263 10.0 1262.5376 5.0 1262.549 11.0 1262.5603 7.0 1262.5716 5.0 1262.583 1.0 1262.5943 14.0 1262.6057 8.0 1262.617 7.0 1262.6283 16.0 1262.6397 14.0 1262.651 17.0 1262.6624 5.0 1262.6737 10.0 1262.685 6.0 1262.6964 13.0 1262.7077 6.0 1262.7191 1.0 1262.7304 19.0 1262.7418 8.0 1262.7531 13.0 1262.7644 18.0 1262.7758 10.0 1262.7871 5.0 1262.7985 7.0 1262.8098 6.0 1262.8211 11.0 1262.8325 5.0 1262.8438 6.0 1262.8552 2.0 1262.8665 1.0 1262.8778 2.0 1262.8892 6.0 1262.9005 12.0 1262.9119 1.0 1262.9232 6.0 1262.9346 7.0 1262.9459 8.0 1262.9572 7.0 1262.9686 9.0 1262.9799 11.0 1262.9913 2.0 1263.0026 9.0 1263.014 6.0 1263.0253 3.0 1263.0366 1.0 1263.048 6.0 1263.0593 12.0 1263.0707 2.0 1263.082 11.0 1263.0934 7.0 1263.1047 9.0 1263.116 10.0 1263.1274 7.0 1263.1387 11.0 1263.1501 6.0 1263.1614 4.0 1263.1728 5.0 1263.1841 3.0 1263.1954 5.0 1263.2068 6.0 1263.2181 7.0 1263.2295 5.0 1263.2408 11.0 1263.2522 2.0 1263.2635 4.0 1263.2748 1.0 1263.2862 2.0 1263.2975 10.0 1263.3089 5.0 1263.3202 6.0 1263.3316 9.0 1263.3429 6.0 1263.3542 7.0 1263.3656 3.0 1263.3769 11.0 1263.3883 12.0 1263.3996 4.0 1263.411 5.0 1263.4223 8.0 1263.4337 9.0 1263.445 2.0 1263.4563 3.0 1263.4677 6.0 1263.479 6.0 1263.4904 3.0 1263.5017 7.0 1263.5131 5.0 1263.5244 10.0 1263.5358 21.0 1263.5471 16.0 1263.5584 6.0 1263.5698 4.0 1263.5811 6.0 1263.5925 5.0 1263.6038 2.0 1263.6152 8.0 1263.6265 8.0 1263.6379 12.0 1263.6492 6.0 1263.6605 11.0 1263.6719 11.0 1263.6832 1.0 1263.6946 7.0 1263.7059 12.0 1263.7173 8.0 1263.7286 4.0 1263.74 8.0 1263.7513 5.0 1263.7627 2.0 1263.774 4.0 1263.7853 3.0 1263.7967 4.0 1263.808 9.0 1263.8194 13.0 1263.8307 3.0 1263.8421 3.0 1263.8534 3.0 1263.8648 6.0 1263.8761 3.0 1263.8875 5.0 1263.8988 5.0 1263.9102 1.0 1263.9215 5.0 1263.9328 5.0 1263.9442 7.0 1263.9555 8.0 1263.9669 4.0 1263.9782 4.0 1263.9896 7.0 1264.0009 4.0 1264.0123 10.0 1264.0236 2.0 1264.035 5.0 1264.0463 6.0 1264.0577 13.0 1264.069 4.0 1264.0804 3.0 1264.0917 2.0 1264.103 5.0 1264.1144 6.0 1264.1371 1.0 1264.1484 4.0 1264.1598 4.0 1264.1711 1.0 1264.1825 3.0 1264.1938 6.0 1264.2279 2.0 1264.2392 7.0 1264.2506 7.0 1264.2619 4.0 1264.2733 4.0 1264.2846 4.0 1264.296 3.0 1264.3073 2.0 1264.3187 4.0 1264.33 8.0 1264.3414 9.0 1264.3527 5.0 1264.364 10.0 1264.3754 5.0 1264.3867 6.0 1264.3981 2.0 1264.4094 2.0 1264.4208 3.0 1264.4321 5.0 1264.4435 5.0 1264.4548 11.0 1264.4662 6.0 1264.4775 2.0 1264.4889 2.0 1264.5002 6.0 1264.5116 4.0 1264.5229 3.0 1264.5343 9.0 1264.5456 6.0 1264.557 15.0 1264.5683 9.0 1264.5797 8.0 1264.591 6.0 1264.6024 2.0 1264.6137 2.0 1264.6251 1.0 1264.6364 1.0 1264.6478 2.0 1264.6591 4.0 1264.6705 5.0 1264.6818 5.0 1264.6932 5.0 1264.7045 9.0 1264.7159 11.0 1264.7272 8.0 1264.7386 3.0 1264.7613 2.0 1264.7726 6.0 1264.784 7.0 1264.7953 3.0 1264.8067 5.0 1264.818 6.0 1264.8294 7.0 1264.8407 2.0 1264.8634 3.0 1264.8748 10.0 1264.8861 3.0 1264.8975 5.0 1264.9088 5.0 1264.9202 3.0 1264.9315 8.0 1264.9429 19.0 1264.9542 13.0 1264.9656 11.0 1264.9769 11.0 1264.9883 6.0 1264.9996 16.0 1265.011 10.0 1265.0223 3.0 1265.0337 5.0 1265.045 7.0 1265.0564 9.0 1265.0677 9.0 1265.0791 2.0 1265.0905 7.0 1265.1018 4.0 1265.1132 8.0 1265.1245 7.0 1265.1359 4.0 1265.1472 7.0 1265.1586 1.0 1265.1699 6.0 1265.1813 15.0 1265.1926 7.0 1265.204 8.0 1265.2153 3.0 1265.2267 2.0 1265.238 4.0 1265.2494 8.0 1265.2607 6.0 1265.2721 3.0 1265.2834 14.0 1265.2948 5.0 1265.3061 8.0 1265.3175 8.0 1265.3288 3.0 1265.3402 6.0 1265.3629 10.0 1265.3743 9.0 1265.3856 5.0 1265.397 5.0 1265.4083 2.0 1265.4197 5.0 1265.431 4.0 1265.4424 5.0 1265.4537 5.0 1265.4651 4.0 1265.4764 11.0 1265.4878 13.0 1265.4991 9.0 1265.5105 6.0 1265.5219 12.0 1265.5332 9.0 1265.5446 4.0 1265.5559 11.0 1265.5673 19.0 1265.5786 13.0 1265.59 3.0 1265.6013 9.0 1265.6127 5.0 1265.624 24.0 1265.6354 5.0 1265.6467 3.0 1265.6581 7.0 1265.6695 14.0 1265.6808 3.0 1265.6922 5.0 1265.7035 3.0 1265.7149 10.0 1265.7262 7.0 1265.7376 12.0 1265.7489 8.0 1265.7603 6.0 1265.7716 8.0 1265.783 7.0 1265.7944 6.0 1265.8057 3.0 1265.8171 3.0 1265.8284 3.0 1265.8398 2.0 1265.8511 5.0 1265.8625 3.0 1265.8738 6.0 1265.8852 4.0 1265.8965 10.0 1265.9079 12.0 1265.9193 9.0 1265.9306 4.0 1265.942 4.0 1265.9533 5.0 1265.9647 4.0 1265.976 6.0 1265.9874 5.0 1265.9987 5.0 1266.0101 3.0 1266.0215 6.0 1266.0328 9.0 1266.0442 6.0 1266.0555 5.0 1266.0669 2.0 1266.0782 7.0 1266.0896 9.0 1266.101 6.0 1266.1123 5.0 1266.1237 2.0 1266.135 3.0 1266.1464 3.0 1266.1577 2.0 1266.1691 2.0 1266.1804 1.0 1266.1918 8.0 1266.2032 4.0 1266.2145 2.0 1266.2259 2.0 1266.2372 5.0 1266.2486 1.0 1266.2599 6.0 1266.2713 4.0 1266.2827 6.0 1266.294 8.0 1266.3054 8.0 1266.3167 5.0 1266.3281 5.0 1266.3394 6.0 1266.3508 2.0 1266.3622 6.0 1266.3735 2.0 1266.3849 2.0 1266.3962 1.0 1266.4076 2.0 1266.4189 8.0 1266.4303 15.0 1266.4417 11.0 1266.453 3.0 1266.4644 5.0 1266.4757 2.0 1266.4871 4.0 1266.4985 10.0 1266.5098 9.0 1266.5212 5.0 1266.5325 10.0 1266.5439 11.0 1266.5552 3.0 1266.5666 5.0 1266.578 10.0 1266.5893 3.0 1266.6007 7.0 1266.612 16.0 1266.6234 5.0 1266.6348 3.0 1266.6461 8.0 1266.6575 6.0 1266.6688 7.0 1266.6802 2.0 1266.6915 9.0 1266.7029 18.0 1266.7143 7.0 1266.7256 7.0 1266.737 10.0 1266.7483 2.0 1266.7597 4.0 1266.7711 6.0 1266.7824 7.0 1266.7938 4.0 1266.8051 12.0 1266.8165 4.0 1266.8279 2.0 1266.8392 3.0 1266.8506 8.0 1266.8619 7.0 1266.8733 3.0 1266.8847 6.0 1266.896 7.0 1266.9074 3.0 1266.9187 7.0 1266.9301 12.0 1266.9415 5.0 1266.9528 7.0 1266.9642 6.0 1266.9755 3.0 1266.9869 10.0 1266.9983 2.0 1267.0096 5.0 1267.021 5.0 1267.0323 4.0 1267.0437 6.0 1267.0551 8.0 1267.0664 3.0 1267.0778 4.0 1267.0891 4.0 1267.1005 8.0 1267.1119 10.0 1267.1232 5.0 1267.1346 6.0 1267.1459 3.0 1267.1573 4.0 1267.1687 4.0 1267.18 11.0 1267.1914 10.0 1267.2027 2.0 1267.2141 2.0 1267.2255 6.0 1267.2368 9.0 1267.2482 4.0 1267.2596 10.0 1267.2709 8.0 1267.2823 6.0 1267.2936 7.0 1267.305 15.0 1267.3164 5.0 1267.3277 9.0 1267.3391 2.0 1267.3504 6.0 1267.3618 4.0 1267.3732 4.0 1267.3845 3.0 1267.3959 3.0 1267.4073 2.0 1267.43 2.0 1267.4413 3.0 1267.4527 2.0 1267.4641 7.0 1267.4754 7.0 1267.4868 5.0 1267.4982 3.0 1267.5095 3.0 1267.5209 3.0 1267.5322 8.0 1267.5436 10.0 1267.555 7.0 1267.5663 6.0 1267.5777 10.0 1267.5891 8.0 1267.6004 9.0 1267.6118 9.0 1267.6231 3.0 1267.6345 5.0 1267.6459 4.0 1267.6572 10.0 1267.6686 8.0 1267.68 7.0 1267.6913 6.0 1267.7027 6.0 1267.7141 5.0 1267.7254 6.0 1267.7368 4.0 1267.7481 11.0 1267.7595 2.0 1267.7709 3.0 1267.7822 5.0 1267.7936 2.0 1267.805 5.0 1267.8163 7.0 1267.8277 4.0 1267.8391 7.0 1267.8504 2.0 1267.8618 9.0 1267.8731 9.0 1267.8845 2.0 1267.8959 13.0 1267.9072 7.0 1267.9186 10.0 1267.93 5.0 1267.9413 7.0 1267.9527 5.0 1267.9641 7.0 1267.9868 4.0 1267.9982 4.0 1268.0095 9.0 1268.0209 12.0 1268.0323 12.0 1268.0436 1.0 1268.055 3.0 1268.0663 9.0 1268.0777 16.0 1268.0891 8.0 1268.1004 8.0 1268.1118 2.0 1268.1232 6.0 1268.1345 10.0 1268.1459 7.0 1268.1573 3.0 1268.1686 7.0 1268.18 4.0 1268.1914 10.0 1268.2027 5.0 1268.2141 7.0 1268.2255 6.0 1268.2368 8.0 1268.2482 6.0 1268.2596 4.0 1268.2709 6.0 1268.2823 9.0 1268.2937 9.0 1268.305 6.0 1268.3164 6.0 1268.3278 10.0 1268.3391 9.0 1268.3505 4.0 1268.3619 11.0 1268.3732 6.0 1268.396 7.0 1268.4073 6.0 1268.4187 10.0 1268.4301 7.0 1268.4414 6.0 1268.4528 5.0 1268.4642 8.0 1268.4755 4.0 1268.4869 4.0 1268.4983 6.0 1268.5096 8.0 1268.521 8.0 1268.5324 6.0 1268.5437 4.0 1268.5551 9.0 1268.5778 4.0 1268.5892 4.0 1268.6006 3.0 1268.6119 10.0 1268.6233 3.0 1268.6347 5.0 1268.646 5.0 1268.6574 1.0 1268.6688 1.0 1268.6801 3.0 1268.6915 6.0 1268.7029 11.0 1268.7142 9.0 1268.7256 11.0 1268.737 8.0 1268.7483 4.0 1268.7597 3.0 1268.7825 8.0 1268.7938 3.0 1268.8052 3.0 1268.8166 4.0 1268.8279 11.0 1268.8393 8.0 1268.8507 5.0 1268.862 4.0 1268.8734 3.0 1268.8848 6.0 1268.8961 8.0 1268.9075 10.0 1268.9189 17.0 1268.9302 4.0 1268.9416 3.0 1268.953 5.0 1268.9644 9.0 1268.9757 1.0 1268.9871 9.0 1268.9985 4.0 1269.0098 3.0 1269.0212 3.0 1269.0326 6.0 1269.0439 1.0 1269.0553 7.0 1269.0667 5.0 1269.078 5.0 1269.0894 5.0 1269.1008 9.0 1269.1122 5.0 1269.1235 10.0 1269.1349 4.0 1269.1463 14.0 1269.1576 4.0 1269.169 9.0 1269.1804 7.0 1269.1917 12.0 1269.2031 3.0 1269.2145 6.0 1269.2259 4.0 1269.2372 1.0 1269.2486 3.0 1269.26 5.0 1269.2713 6.0 1269.2827 27.0 1269.2941 15.0 1269.3055 3.0 1269.3168 7.0 1269.3282 7.0 1269.3396 7.0 1269.3509 7.0 1269.3623 4.0 1269.3737 8.0 1269.385 12.0 1269.3964 7.0 1269.4078 6.0 1269.4192 4.0 1269.4305 8.0 1269.4419 5.0 1269.4533 9.0 1269.4646 4.0 1269.476 5.0 1269.4874 12.0 1269.4988 10.0 1269.5101 11.0 1269.5215 8.0 1269.5329 8.0 1269.5442 4.0 1269.5556 7.0 1269.567 3.0 1269.5784 5.0 1269.5897 5.0 1269.6011 5.0 1269.6125 3.0 1269.6238 9.0 1269.6352 21.0 1269.6466 13.0 1269.658 7.0 1269.6693 3.0 1269.6807 8.0 1269.6921 5.0 1269.7035 1.0 1269.7148 8.0 1269.7262 11.0 1269.7376 5.0 1269.7489 6.0 1269.7603 6.0 1269.7717 4.0 1269.7831 8.0 1269.7944 2.0 1269.8058 3.0 1269.8172 2.0 1269.8286 5.0 1269.8399 3.0 1269.8513 9.0 1269.8627 14.0 1269.874 7.0 1269.8854 4.0 1269.8968 3.0 1269.9082 7.0 1269.9195 1.0 1269.9309 6.0 1269.9423 9.0 1269.9537 7.0 1269.965 4.0 1269.9764 7.0 1269.9878 12.0 1270.0105 3.0 1270.0219 2.0 1270.0333 3.0 1270.0447 6.0 1270.056 5.0 1270.0674 4.0 1270.0788 6.0 1270.0902 3.0 1270.1015 9.0 1270.1129 4.0 1270.1243 2.0 1270.1356 9.0 1270.147 11.0 1270.1584 9.0 1270.1698 12.0 1270.1811 6.0 1270.1925 5.0 1270.2039 5.0 1270.2153 4.0 1270.2266 5.0 1270.238 6.0 1270.2494 8.0 1270.2608 17.0 1270.2721 11.0 1270.2835 5.0 1270.2949 5.0 1270.3063 4.0 1270.3176 2.0 1270.329 4.0 1270.3404 5.0 1270.3518 8.0 1270.3631 10.0 1270.3745 7.0 1270.3859 5.0 1270.3973 5.0 1270.4086 4.0 1270.42 6.0 1270.4314 6.0 1270.4428 4.0 1270.4542 6.0 1270.4655 8.0 1270.4769 9.0 1270.4883 9.0 1270.4997 11.0 1270.511 5.0 1270.5224 2.0 1270.5338 1.0 1270.5452 8.0 1270.5565 6.0 1270.5679 10.0 1270.5793 14.0 1270.5907 14.0 1270.602 5.0 1270.6134 4.0 1270.6248 14.0 1270.6362 14.0 1270.6475 10.0 1270.6589 14.0 1270.6703 8.0 1270.6817 6.0 1270.6931 6.0 1270.7044 1.0 1270.7158 3.0 1270.7272 4.0 1270.7386 7.0 1270.7499 1.0 1270.7613 4.0 1270.7727 4.0 1270.7841 7.0 1270.7955 6.0 1270.8068 5.0 1270.8182 5.0 1270.8296 8.0 1270.841 8.0 1270.8523 4.0 1270.8637 5.0 1270.8751 6.0 1270.8865 4.0 1270.8978 12.0 1270.9092 25.0 1270.9206 11.0 1270.932 6.0 1270.9434 2.0 1270.9547 3.0 1270.9661 4.0 1270.9775 2.0 1270.9889 9.0 1271.0003 8.0 1271.0116 5.0 1271.023 8.0 1271.0344 1.0 1271.0458 1.0 1271.0571 3.0 1271.0685 7.0 1271.0799 7.0 1271.0913 12.0 1271.1027 7.0 1271.114 5.0 1271.1254 4.0 1271.1368 9.0 1271.1482 8.0 1271.1596 5.0 1271.1709 2.0 1271.1823 9.0 1271.1937 10.0 1271.2051 6.0 1271.2165 6.0 1271.2278 8.0 1271.2392 3.0 1271.262 5.0 1271.2733 5.0 1271.2847 4.0 1271.2961 12.0 1271.3075 14.0 1271.3189 13.0 1271.3302 5.0 1271.3416 10.0 1271.353 1.0 1271.3644 5.0 1271.3758 9.0 1271.3871 3.0 1271.3985 4.0 1271.4099 4.0 1271.4213 5.0 1271.4327 5.0 1271.444 10.0 1271.4554 7.0 1271.4668 4.0 1271.4782 4.0 1271.4896 8.0 1271.5009 7.0 1271.5123 3.0 1271.5237 8.0 1271.5351 7.0 1271.5465 3.0 1271.5579 8.0 1271.5692 17.0 1271.5806 10.0 1271.592 11.0 1271.6034 10.0 1271.6148 3.0 1271.6261 4.0 1271.6375 5.0 1271.6489 10.0 1271.6603 9.0 1271.6717 10.0 1271.683 13.0 1271.6944 15.0 1271.7058 16.0 1271.7172 10.0 1271.7286 7.0 1271.74 3.0 1271.7513 6.0 1271.7627 7.0 1271.7741 17.0 1271.7855 12.0 1271.7969 8.0 1271.8082 9.0 1271.8196 6.0 1271.831 6.0 1271.8424 4.0 1271.8538 5.0 1271.8652 5.0 1271.8765 8.0 1271.8879 8.0 1271.8993 5.0 1271.9107 9.0 1271.9221 10.0 1271.9334 8.0 1271.9448 1.0 1271.9562 1.0 1271.9676 4.0 1271.979 3.0 1271.9904 11.0 1272.0017 8.0 1272.0131 12.0 1272.0245 6.0 1272.0359 7.0 1272.0473 2.0 1272.0587 2.0 1272.07 5.0 1272.0814 1.0 1272.0928 3.0 1272.1042 9.0 1272.1156 3.0 1272.127 9.0 1272.1383 3.0 1272.1497 4.0 1272.1611 2.0 1272.1725 3.0 1272.1839 5.0 1272.1953 4.0 1272.2066 5.0 1272.218 4.0 1272.2294 4.0 1272.2408 2.0 1272.2522 2.0 1272.2636 8.0 1272.2749 8.0 1272.2863 6.0 1272.2977 12.0 1272.3091 17.0 1272.3205 14.0 1272.3319 8.0 1272.3433 8.0 1272.3546 4.0 1272.366 6.0 1272.3774 5.0 1272.3888 8.0 1272.4002 2.0 1272.4116 9.0 1272.4229 3.0 1272.4343 7.0 1272.4457 4.0 1272.4571 7.0 1272.4685 9.0 1272.4799 5.0 1272.4913 1.0 1272.5026 4.0 1272.514 5.0 1272.5254 11.0 1272.5368 17.0 1272.5482 11.0 1272.5596 7.0 1272.571 4.0 1272.5823 4.0 1272.5937 8.0 1272.6051 16.0 1272.6165 10.0 1272.6279 11.0 1272.6393 5.0 1272.6506 4.0 1272.662 8.0 1272.6734 4.0 1272.6848 7.0 1272.6962 5.0 1272.7076 1.0 1272.719 5.0 1272.7304 3.0 1272.7417 8.0 1272.7531 3.0 1272.7645 7.0 1272.7759 9.0 1272.7873 6.0 1272.7987 13.0 1272.8101 3.0 1272.8214 3.0 1272.8328 7.0 1272.8442 14.0 1272.8556 4.0 1272.867 6.0 1272.8784 11.0 1272.8898 5.0 1272.9011 4.0 1272.9125 3.0 1272.9239 8.0 1272.9353 10.0 1272.9467 9.0 1272.9581 7.0 1272.9695 6.0 1272.9809 3.0 1272.9922 1.0 1273.0036 3.0 1273.015 3.0 1273.0264 6.0 1273.0378 4.0 1273.0492 3.0 1273.0606 7.0 1273.072 2.0 1273.0833 11.0 1273.0947 8.0 1273.1061 11.0 1273.1175 8.0 1273.1289 1.0 1273.1403 2.0 1273.1517 4.0 1273.1631 1.0 1273.1744 6.0 1273.1858 11.0 1273.1972 10.0 1273.2086 4.0 1273.22 9.0 1273.2314 3.0 1273.2428 1.0 1273.2542 3.0 1273.2656 3.0 1273.2769 6.0 1273.2883 5.0 1273.2997 1.0 1273.3111 4.0 1273.3225 6.0 1273.3339 8.0 1273.3453 2.0 1273.3567 6.0 1273.3681 6.0 1273.3794 6.0 1273.3908 3.0 1273.4022 5.0 1273.4136 2.0 1273.425 3.0 1273.4364 6.0 1273.4478 8.0 1273.4592 5.0 1273.4706 7.0 1273.4819 4.0 1273.4933 7.0 1273.5047 6.0 1273.5161 16.0 1273.5275 10.0 1273.5389 6.0 1273.5503 9.0 1273.5617 2.0 1273.5731 3.0 1273.5845 3.0 1273.5958 4.0 1273.6072 3.0 1273.6186 6.0 1273.63 8.0 1273.6414 10.0 1273.6528 13.0 1273.6642 4.0 1273.6756 2.0 1273.687 3.0 1273.6984 12.0 1273.7097 1.0 1273.7211 6.0 1273.7325 1.0 1273.7439 8.0 1273.7553 7.0 1273.7667 4.0 1273.7895 4.0 1273.8009 4.0 1273.8123 6.0 1273.8237 5.0 1273.835 6.0 1273.8464 5.0 1273.8578 3.0 1273.8692 8.0 1273.8806 5.0 1273.892 5.0 1273.9034 2.0 1273.9148 6.0 1273.9262 3.0 1273.9376 10.0 1273.949 6.0 1273.9604 7.0 1273.9717 8.0 1273.9831 9.0 1273.9945 1.0 1274.0059 6.0 1274.0173 3.0 1274.0287 2.0 1274.0401 5.0 1274.0515 14.0 1274.0629 5.0 1274.0743 6.0 1274.0857 2.0 1274.0971 1.0 1274.1084 13.0 1274.1198 3.0 1274.1312 6.0 1274.1426 13.0 1274.154 10.0 1274.1654 9.0 1274.1768 4.0 1274.1882 4.0 1274.1996 10.0 1274.211 4.0 1274.2338 10.0 1274.2452 11.0 1274.2566 3.0 1274.2679 11.0 1274.2793 9.0 1274.2907 4.0 1274.3021 12.0 1274.3135 9.0 1274.3363 5.0 1274.3477 8.0 1274.3591 6.0 1274.3705 3.0 1274.3819 8.0 1274.3933 6.0 1274.4047 3.0 1274.4161 7.0 1274.4275 4.0 1274.4388 6.0 1274.4502 8.0 1274.4616 3.0 1274.473 5.0 1274.4844 6.0 1274.4958 7.0 1274.5072 5.0 1274.5186 15.0 1274.53 9.0 1274.5414 4.0 1274.5528 12.0 1274.5642 8.0 1274.5756 3.0 1274.587 9.0 1274.5984 9.0 1274.6098 5.0 1274.6325 4.0 1274.6439 6.0 1274.6553 8.0 1274.6667 16.0 1274.6781 8.0 1274.6895 5.0 1274.7009 7.0 1274.7123 2.0 1274.7237 1.0 1274.7351 7.0 1274.7465 12.0 1274.7579 3.0 1274.7693 4.0 1274.7921 7.0 1274.8035 5.0 1274.8149 5.0 1274.8263 5.0 1274.8377 6.0 1274.8491 3.0 1274.8605 4.0 1274.8718 7.0 1274.8832 4.0 1274.8946 9.0 1274.906 6.0 1274.9174 4.0 1274.9288 6.0 1274.9402 13.0 1274.9516 9.0 1274.963 15.0 1274.9744 9.0 1274.9858 7.0 1274.9972 6.0 1275.0086 10.0 1275.02 10.0 1275.0314 5.0 1275.0428 1.0 1275.0542 9.0 1275.0656 10.0 1275.077 5.0 1275.0884 3.0 1275.1112 4.0 1275.1226 3.0 1275.134 4.0 1275.1454 8.0 1275.1568 17.0 1275.1682 9.0 1275.1796 11.0 1275.191 6.0 1275.2023 9.0 1275.2137 5.0 1275.2251 4.0 1275.2365 2.0 1275.2479 10.0 1275.2593 8.0 1275.2707 2.0 1275.2821 5.0 1275.2935 3.0 1275.3049 5.0 1275.3163 5.0 1275.3277 7.0 1275.3391 2.0 1275.3505 3.0 1275.3619 7.0 1275.3733 6.0 1275.3847 9.0 1275.3961 3.0 1275.4075 6.0 1275.4189 5.0 1275.4303 14.0 1275.4417 8.0 1275.4645 1.0 1275.4759 3.0 1275.4987 4.0 1275.5101 2.0 1275.5215 5.0 1275.5329 4.0 1275.5443 5.0 1275.5557 6.0 1275.5671 9.0 1275.5785 6.0 1275.5899 1.0 1275.6013 3.0 1275.6127 8.0 1275.6241 10.0 1275.6355 7.0 1275.6469 5.0 1275.6583 4.0 1275.6697 5.0 1275.6811 3.0 1275.6925 5.0 1275.7039 14.0 1275.7153 3.0 1275.7267 3.0 1275.7381 1.0 1275.7495 6.0 1275.7609 3.0 1275.7723 5.0 1275.7837 2.0 1275.7951 9.0 1275.8065 5.0 1275.8179 6.0 1275.8293 3.0 1275.8407 3.0 1275.8521 6.0 1275.8635 2.0 1275.8749 3.0 1275.8863 3.0 1275.8977 3.0 1275.9091 2.0 1275.9205 9.0 1275.9319 16.0 1275.9433 9.0 1275.9547 5.0 1275.9661 13.0 1275.9775 16.0 1275.9889 4.0 1276.0003 4.0 1276.0117 8.0 1276.0231 7.0 1276.0345 5.0 1276.0459 6.0 1276.0573 2.0 1276.0687 9.0 1276.0801 4.0 1276.0915 11.0 1276.1029 14.0 1276.1143 4.0 1276.1257 12.0 1276.1371 8.0 1276.1485 11.0 1276.1599 14.0 1276.1713 5.0 1276.1827 6.0 1276.1941 10.0 1276.2055 10.0 1276.2169 6.0 1276.2283 3.0 1276.2397 8.0 1276.2511 10.0 1276.2739 3.0 1276.2853 4.0 1276.2967 8.0 1276.3081 4.0 1276.3195 5.0 1276.3309 7.0 1276.3423 1.0 1276.3537 2.0 1276.3651 10.0 1276.3765 14.0 1276.3879 13.0 1276.3993 6.0 1276.4107 5.0 1276.4221 10.0 1276.4335 4.0 1276.445 8.0 1276.4564 5.0 1276.4678 5.0 1276.4792 5.0 1276.4906 1.0 1276.502 4.0 1276.5134 5.0 1276.5248 14.0 1276.5362 14.0 1276.5476 13.0 1276.559 5.0 1276.5704 5.0 1276.5818 5.0 1276.5932 7.0 1276.6046 12.0 1276.616 15.0 1276.6274 13.0 1276.6388 7.0 1276.6502 3.0 1276.673 5.0 1276.6844 5.0 1276.6958 4.0 1276.7072 2.0 1276.7186 5.0 1276.73 3.0 1276.7414 4.0 1276.7528 4.0 1276.7643 7.0 1276.7757 9.0 1276.7871 4.0 1276.7985 7.0 1276.8099 5.0 1276.8213 6.0 1276.8327 6.0 1276.8441 5.0 1276.8555 6.0 1276.8669 3.0 1276.8783 12.0 1276.8897 5.0 1276.9011 5.0 1276.9125 3.0 1276.9239 3.0 1276.9353 12.0 1276.9467 5.0 1276.9581 7.0 1276.9695 4.0 1276.9809 4.0 1276.9923 7.0 1277.0038 6.0 1277.0152 7.0 1277.0266 1.0 1277.038 2.0 1277.0494 4.0 1277.0608 13.0 1277.0722 15.0 1277.0836 8.0 1277.095 4.0 1277.1064 15.0 1277.1178 16.0 1277.1292 6.0 1277.1406 6.0 1277.152 10.0 1277.1634 8.0 1277.1748 4.0 1277.1862 3.0 1277.1977 2.0 1277.2091 7.0 1277.2205 8.0 1277.2319 4.0 1277.2433 2.0 1277.2547 4.0 1277.2661 11.0 1277.2775 7.0 1277.2889 9.0 1277.3003 10.0 1277.3117 3.0 1277.3231 7.0 1277.3345 2.0 1277.3459 12.0 1277.3573 5.0 1277.3688 4.0 1277.3802 10.0 1277.3916 6.0 1277.403 7.0 1277.4144 11.0 1277.4258 4.0 1277.4372 2.0 1277.4486 4.0 1277.46 8.0 1277.4714 4.0 1277.4828 7.0 1277.4942 8.0 1277.5056 11.0 1277.517 5.0 1277.5285 6.0 1277.5399 2.0 1277.5513 10.0 1277.5627 4.0 1277.5741 4.0 1277.5855 9.0 1277.5969 8.0 1277.6083 6.0 1277.6197 3.0 1277.6311 7.0 1277.6425 11.0 1277.6539 6.0 1277.6653 8.0 1277.6768 2.0 1277.6882 4.0 1277.6996 2.0 1277.711 4.0 1277.7224 10.0 1277.7338 7.0 1277.7452 7.0 1277.7566 1.0 1277.768 4.0 1277.7794 2.0 1277.7908 3.0 1277.8023 1.0 1277.8137 7.0 1277.8251 13.0 1277.8365 8.0 1277.8479 1.0 1277.8593 2.0 1277.8707 2.0 1277.8821 6.0 1277.8935 6.0 1277.9049 5.0 1277.9163 3.0 1277.9278 8.0 1277.9392 1.0 1277.9506 4.0 1277.962 5.0 1277.9734 2.0 1277.9848 2.0 1277.9962 2.0 1278.0076 11.0 1278.019 7.0 1278.0304 11.0 1278.0419 4.0 1278.0533 5.0 1278.0647 9.0 1278.0761 4.0 1278.0875 10.0 1278.0989 12.0 1278.1103 8.0 1278.1217 3.0 1278.1331 7.0 1278.1445 13.0 1278.156 11.0 1278.1674 8.0 1278.1788 8.0 1278.1902 5.0 1278.2016 1.0 1278.213 7.0 1278.2244 2.0 1278.2358 6.0 1278.2472 5.0 1278.2587 3.0 1278.2701 4.0 1278.2815 7.0 1278.2929 5.0 1278.3043 9.0 1278.3157 1.0 1278.3271 4.0 1278.3385 6.0 1278.3499 10.0 1278.3614 8.0 1278.3728 7.0 1278.3842 4.0 1278.3956 6.0 1278.407 7.0 1278.4184 4.0 1278.4298 4.0 1278.4412 3.0 1278.4641 4.0 1278.4755 3.0 1278.4869 4.0 1278.4983 5.0 1278.5097 3.0 1278.5211 4.0 1278.5325 3.0 1278.5439 6.0 1278.5554 9.0 1278.5668 4.0 1278.5782 11.0 1278.5896 5.0 1278.601 5.0 1278.6124 3.0 1278.6238 4.0 1278.6352 9.0 1278.6467 14.0 1278.6581 10.0 1278.6695 4.0 1278.6809 2.0 1278.6923 2.0 1278.7037 6.0 1278.7265 3.0 1278.738 9.0 1278.7494 3.0 1278.7608 5.0 1278.7722 3.0 1278.7836 8.0 1278.795 5.0 1278.8064 3.0 1278.8179 3.0 1278.8293 5.0 1278.8407 14.0 1278.8521 9.0 1278.8635 11.0 1278.8749 5.0 1278.8863 4.0 1278.8977 5.0 1278.9092 5.0 1278.9206 1.0 1278.932 2.0 1278.9434 1.0 1278.9548 1.0 1278.9662 3.0 1278.9776 5.0 1278.9891 4.0 1279.0005 4.0 1279.0119 5.0 1279.0233 4.0 1279.0347 2.0 1279.0461 1.0 1279.0575 2.0 1279.069 5.0 1279.0804 5.0 1279.0918 3.0 1279.1032 2.0 1279.1146 8.0 1279.126 6.0 1279.1375 2.0 1279.1489 3.0 1279.1603 6.0 1279.1717 15.0 1279.1831 13.0 1279.1945 9.0 1279.2059 3.0 1279.2174 8.0 1279.2288 7.0 1279.2402 4.0 1279.2516 7.0 1279.263 7.0 1279.2744 4.0 1279.2858 3.0 1279.2973 7.0 1279.3087 2.0 1279.3201 3.0 1279.3315 10.0 1279.3429 8.0 1279.3543 6.0 1279.3658 4.0 1279.3772 6.0 1279.3886 3.0 1279.4 15.0 1279.4114 7.0 1279.4228 8.0 1279.4343 5.0 1279.4457 6.0 1279.4571 5.0 1279.4685 2.0 1279.4799 1.0 1279.4913 3.0 1279.5028 3.0 1279.5142 5.0 1279.5256 5.0 1279.537 7.0 1279.5484 11.0 1279.5598 19.0 1279.5713 12.0 1279.5827 10.0 1279.5941 11.0 1279.6055 23.0 1279.6169 14.0 1279.6283 12.0 1279.6398 7.0 1279.6512 9.0 1279.6626 14.0 1279.674 14.0 1279.6854 6.0 1279.6968 4.0 1279.7083 3.0 1279.7197 5.0 1279.7311 6.0 1279.7425 3.0 1279.7539 2.0 1279.7653 2.0 1279.7768 6.0 1279.7882 3.0 1279.7996 8.0 1279.811 4.0 1279.8224 6.0 1279.8339 6.0 1279.8453 5.0 1279.8567 6.0 1279.8681 11.0 1279.8795 4.0 1279.8909 10.0 1279.9024 8.0 1279.9138 14.0 1279.9252 6.0 1279.9366 3.0 1279.948 9.0 1279.9595 7.0 1279.9709 1.0 1279.9823 4.0 1279.9937 1.0 1280.0051 2.0 1280.028 3.0 1280.0394 17.0 1280.0508 7.0 1280.0622 5.0 1280.0736 13.0 1280.0851 11.0 1280.0965 7.0 1280.1079 12.0 1280.1193 6.0 1280.1307 8.0 1280.1422 4.0 1280.1536 3.0 1280.165 9.0 1280.1764 9.0 1280.1878 2.0 1280.1993 8.0 1280.2107 5.0 1280.2221 7.0 1280.2335 4.0 1280.2449 7.0 1280.2564 5.0 1280.2678 6.0 1280.2792 4.0 1280.2906 6.0 1280.302 15.0 1280.3135 15.0 1280.3249 8.0 1280.3363 5.0 1280.3477 5.0 1280.3591 10.0 1280.3706 10.0 1280.382 3.0 1280.3934 4.0 1280.4048 5.0 1280.4162 6.0 1280.4277 5.0 1280.4391 12.0 1280.4505 7.0 1280.4619 9.0 1280.4733 11.0 1280.4848 8.0 1280.4962 4.0 1280.5076 2.0 1280.519 4.0 1280.5305 10.0 1280.5419 4.0 1280.5533 1.0 1280.5647 5.0 1280.5761 11.0 1280.5876 7.0 1280.599 11.0 1280.6104 8.0 1280.6218 2.0 1280.6332 10.0 1280.6447 7.0 1280.6561 9.0 1280.6675 5.0 1280.6789 5.0 1280.6904 8.0 1280.7018 5.0 1280.7132 5.0 1280.7246 11.0 1280.736 17.0 1280.7475 9.0 1280.7589 10.0 1280.7703 3.0 1280.7817 9.0 1280.7932 10.0 1280.8046 11.0 1280.816 4.0 1280.8274 4.0 1280.8388 8.0 1280.8503 11.0 1280.8617 6.0 1280.8731 5.0 1280.8845 4.0 1280.896 9.0 1280.9074 15.0 1280.9188 4.0 1280.9302 9.0 1280.9417 9.0 1280.9531 3.0 1280.9645 4.0 1280.9759 4.0 1280.9873 4.0 1280.9988 3.0 1281.0102 8.0 1281.0216 13.0 1281.033 8.0 1281.0445 7.0 1281.0559 6.0 1281.0673 7.0 1281.0787 6.0 1281.0902 4.0 1281.1016 5.0 1281.113 5.0 1281.1244 9.0 1281.1358 13.0 1281.1473 9.0 1281.1587 5.0 1281.1701 5.0 1281.1815 5.0 1281.193 3.0 1281.2044 3.0 1281.2158 4.0 1281.2272 10.0 1281.2387 7.0 1281.2501 12.0 1281.2615 9.0 1281.2729 5.0 1281.2844 9.0 1281.2958 11.0 1281.3072 2.0 1281.3186 6.0 1281.3301 7.0 1281.3415 8.0 1281.3529 4.0 1281.3643 8.0 1281.3758 5.0 1281.3872 4.0 1281.3986 13.0 1281.41 4.0 1281.4215 3.0 1281.4329 3.0 1281.4443 2.0 1281.4557 8.0 1281.4672 7.0 1281.4786 4.0 1281.49 5.0 1281.5014 9.0 1281.5129 2.0 1281.5243 7.0 1281.5357 4.0 1281.5471 4.0 1281.5586 4.0 1281.57 12.0 1281.5814 12.0 1281.5928 11.0 1281.6043 12.0 1281.6157 15.0 1281.6271 4.0 1281.6386 6.0 1281.65 6.0 1281.6614 6.0 1281.6728 9.0 1281.6843 15.0 1281.6957 3.0 1281.7071 7.0 1281.7185 6.0 1281.73 5.0 1281.7414 7.0 1281.7528 5.0 1281.7642 8.0 1281.7757 3.0 1281.7871 9.0 1281.7985 6.0 1281.8099 3.0 1281.8214 3.0 1281.8328 3.0 1281.8442 2.0 1281.8557 4.0 1281.8785 2.0 1281.8899 6.0 1281.9014 6.0 1281.9128 7.0 1281.9242 8.0 1281.9356 11.0 1281.9471 7.0 1281.9585 5.0 1281.9699 8.0 1281.9814 7.0 1281.9928 6.0 1282.0042 4.0 1282.0156 7.0 1282.0271 4.0 1282.0385 3.0 1282.0499 10.0 1282.0614 4.0 1282.0728 2.0 1282.0956 8.0 1282.1071 4.0 1282.1185 15.0 1282.1299 16.0 1282.1414 6.0 1282.1528 5.0 1282.1642 3.0 1282.1756 5.0 1282.1871 5.0 1282.1985 3.0 1282.2099 3.0 1282.2214 6.0 1282.2328 1.0 1282.2442 5.0 1282.2556 7.0 1282.2671 9.0 1282.2785 13.0 1282.2899 1.0 1282.3014 2.0 1282.3128 3.0 1282.3242 3.0 1282.3356 5.0 1282.3471 19.0 1282.3585 18.0 1282.3699 15.0 1282.3814 18.0 1282.3928 7.0 1282.4042 10.0 1282.4156 2.0 1282.4271 6.0 1282.4385 7.0 1282.4499 4.0 1282.4614 5.0 1282.4728 2.0 1282.4842 2.0 1282.4957 5.0 1282.5071 1.0 1282.5185 2.0 1282.5299 8.0 1282.5414 3.0 1282.5528 4.0 1282.5642 7.0 1282.5757 6.0 1282.5871 14.0 1282.5985 11.0 1282.61 7.0 1282.6214 8.0 1282.6328 13.0 1282.6443 7.0 1282.6557 4.0 1282.6671 3.0 1282.6785 4.0 1282.69 12.0 1282.7014 11.0 1282.7128 6.0 1282.7243 5.0 1282.7357 4.0 1282.7471 5.0 1282.7586 9.0 1282.77 6.0 1282.7814 8.0 1282.7929 16.0 1282.8043 7.0 1282.8157 2.0 1282.8271 5.0 1282.8386 10.0 1282.85 7.0 1282.8614 4.0 1282.8729 8.0 1282.8843 4.0 1282.8957 5.0 1282.9072 8.0 1282.9186 8.0 1282.93 2.0 1282.9415 10.0 1282.9529 16.0 1282.9643 7.0 1282.9758 3.0 1282.9872 10.0 1282.9986 16.0 1283.0101 5.0 1283.0215 7.0 1283.0329 8.0 1283.0444 7.0 1283.0558 3.0 1283.0672 4.0 1283.0787 9.0 1283.0901 8.0 1283.1015 7.0 1283.113 8.0 1283.1244 7.0 1283.1358 13.0 1283.1473 7.0 1283.1587 4.0 1283.1701 4.0 1283.1816 3.0 1283.193 1.0 1283.2044 3.0 1283.2273 9.0 1283.2387 8.0 1283.2501 6.0 1283.2616 5.0 1283.273 6.0 1283.2845 6.0 1283.2959 3.0 1283.3073 6.0 1283.3188 15.0 1283.3302 6.0 1283.3416 17.0 1283.3531 6.0 1283.3645 4.0 1283.3759 8.0 1283.3874 10.0 1283.3988 8.0 1283.4102 5.0 1283.4217 4.0 1283.4331 7.0 1283.4445 6.0 1283.456 8.0 1283.4674 12.0 1283.4788 5.0 1283.4903 8.0 1283.5017 6.0 1283.5131 4.0 1283.5246 5.0 1283.536 7.0 1283.5474 6.0 1283.5589 4.0 1283.5703 8.0 1283.5817 19.0 1283.5932 13.0 1283.6046 13.0 1283.616 4.0 1283.6275 6.0 1283.6389 16.0 1283.6504 11.0 1283.6618 5.0 1283.6732 1.0 1283.6847 4.0 1283.6961 7.0 1283.7075 9.0 1283.719 5.0 1283.7304 2.0 1283.7418 6.0 1283.7533 5.0 1283.7647 7.0 1283.7761 4.0 1283.7876 2.0 1283.799 8.0 1283.8104 2.0 1283.8219 8.0 1283.8333 5.0 1283.8448 11.0 1283.8562 4.0 1283.8676 7.0 1283.8791 2.0 1283.8905 6.0 1283.9019 8.0 1283.9134 7.0 1283.9248 4.0 1283.9362 2.0 1283.9477 13.0 1283.9591 18.0 1283.9706 4.0 1283.982 6.0 1283.9934 2.0 1284.0049 3.0 1284.0163 14.0 1284.0277 8.0 1284.0392 3.0 1284.0506 7.0 1284.0621 3.0 1284.0735 4.0 1284.0849 1.0 1284.0964 9.0 1284.1078 2.0 1284.1192 8.0 1284.1307 15.0 1284.1421 19.0 1284.1535 9.0 1284.165 7.0 1284.1764 5.0 1284.1879 11.0 1284.1993 8.0 1284.2107 9.0 1284.2222 7.0 1284.2336 6.0 1284.245 2.0 1284.2565 7.0 1284.2679 9.0 1284.2794 7.0 1284.2908 6.0 1284.3022 3.0 1284.3137 3.0 1284.3251 7.0 1284.3366 10.0 1284.348 10.0 1284.3594 10.0 1284.3709 9.0 1284.3823 8.0 1284.3937 6.0 1284.4052 7.0 1284.4166 2.0 1284.4281 7.0 1284.4395 7.0 1284.4509 11.0 1284.4624 7.0 1284.4738 7.0 1284.4853 6.0 1284.4967 11.0 1284.5081 4.0 1284.5196 8.0 1284.531 9.0 1284.5425 5.0 1284.5539 8.0 1284.5653 8.0 1284.5768 1.0 1284.5882 11.0 1284.5996 4.0 1284.6111 4.0 1284.6225 2.0 1284.634 4.0 1284.6454 5.0 1284.6568 3.0 1284.6683 9.0 1284.6797 18.0 1284.6912 5.0 1284.7026 6.0 1284.714 11.0 1284.7255 14.0 1284.7369 10.0 1284.7484 7.0 1284.7712 7.0 1284.7827 5.0 1284.7941 7.0 1284.8056 6.0 1284.817 9.0 1284.8284 8.0 1284.8399 5.0 1284.8513 4.0 1284.8628 8.0 1284.8742 12.0 1284.8856 17.0 1284.8971 6.0 1284.9085 5.0 1284.92 3.0 1284.9314 3.0 1284.9429 5.0 1284.9543 8.0 1284.9657 9.0 1284.9772 7.0 1284.9886 5.0 1285.0001 2.0 1285.0115 8.0 1285.0229 5.0 1285.0344 3.0 1285.0458 4.0 1285.0573 8.0 1285.0687 7.0 1285.0801 6.0 1285.0916 4.0 1285.103 4.0 1285.1145 2.0 1285.1259 2.0 1285.1374 4.0 1285.1488 5.0 1285.1602 3.0 1285.1717 2.0 1285.1831 8.0 1285.1946 8.0 1285.206 11.0 1285.2175 4.0 1285.2289 6.0 1285.2403 6.0 1285.2518 9.0 1285.2632 5.0 1285.2747 14.0 1285.2861 13.0 1285.2975 5.0 1285.309 8.0 1285.3204 6.0 1285.3433 4.0 1285.3548 8.0 1285.3662 8.0 1285.3776 6.0 1285.3891 3.0 1285.4005 3.0 1285.412 7.0 1285.4234 4.0 1285.4349 3.0 1285.4463 6.0 1285.4577 5.0 1285.4692 11.0 1285.4806 17.0 1285.4921 11.0 1285.5035 9.0 1285.515 5.0 1285.5264 3.0 1285.5379 7.0 1285.5493 5.0 1285.5607 3.0 1285.5722 7.0 1285.5836 3.0 1285.5951 7.0 1285.618 4.0 1285.6294 2.0 1285.6408 14.0 1285.6523 17.0 1285.6637 16.0 1285.6752 3.0 1285.6866 10.0 1285.6981 8.0 1285.7095 3.0 1285.721 6.0 1285.7324 5.0 1285.7438 8.0 1285.7553 4.0 1285.7667 8.0 1285.7782 6.0 1285.7896 3.0 1285.8011 2.0 1285.8125 7.0 1285.824 5.0 1285.8354 7.0 1285.8469 9.0 1285.8583 9.0 1285.8697 4.0 1285.8812 5.0 1285.8926 5.0 1285.9041 6.0 1285.9155 5.0 1285.927 6.0 1285.9384 3.0 1285.9499 5.0 1285.9613 13.0 1285.9727 12.0 1285.9842 6.0 1285.9956 4.0 1286.0071 5.0 1286.0185 7.0 1286.03 9.0 1286.0414 10.0 1286.0529 6.0 1286.0643 3.0 1286.0758 3.0 1286.0872 2.0 1286.0987 8.0 1286.1101 6.0 1286.1215 6.0 1286.133 6.0 1286.1444 10.0 1286.1559 5.0 1286.1673 4.0 1286.1788 7.0 1286.1902 2.0 1286.2017 4.0 1286.2131 10.0 1286.2246 3.0 1286.236 7.0 1286.2475 11.0 1286.2589 10.0 1286.2704 6.0 1286.2818 2.0 1286.2932 6.0 1286.3047 11.0 1286.3161 9.0 1286.3276 13.0 1286.339 6.0 1286.3505 3.0 1286.3619 5.0 1286.3734 5.0 1286.3848 4.0 1286.3963 2.0 1286.4077 3.0 1286.4192 4.0 1286.4306 5.0 1286.4421 1.0 1286.4535 5.0 1286.465 5.0 1286.4764 2.0 1286.4879 13.0 1286.4993 2.0 1286.5107 4.0 1286.5222 12.0 1286.5336 4.0 1286.5451 8.0 1286.5565 3.0 1286.568 4.0 1286.5794 6.0 1286.5909 12.0 1286.6023 5.0 1286.6138 8.0 1286.6252 6.0 1286.6367 6.0 1286.6481 5.0 1286.6596 8.0 1286.671 10.0 1286.6825 7.0 1286.6939 5.0 1286.7168 3.0 1286.7283 2.0 1286.7397 5.0 1286.7512 8.0 1286.7626 12.0 1286.7741 4.0 1286.7855 5.0 1286.797 9.0 1286.8084 9.0 1286.8199 16.0 1286.8313 10.0 1286.8428 11.0 1286.8542 3.0 1286.8657 3.0 1286.8771 1.0 1286.8886 8.0 1286.9 4.0 1286.9115 10.0 1286.9229 7.0 1286.9344 2.0 1286.9458 2.0 1286.9573 12.0 1286.9687 6.0 1286.9802 6.0 1286.9916 2.0 1287.0031 6.0 1287.0145 6.0 1287.026 8.0 1287.0374 5.0 1287.0489 2.0 1287.0603 14.0 1287.0718 10.0 1287.0832 7.0 1287.0947 4.0 1287.1061 2.0 1287.1176 3.0 1287.129 9.0 1287.1405 2.0 1287.1519 4.0 1287.1634 2.0 1287.1748 2.0 1287.1863 3.0 1287.1977 5.0 1287.2092 3.0 1287.2206 5.0 1287.2321 3.0 1287.2435 3.0 1287.255 3.0 1287.2664 10.0 1287.2779 8.0 1287.2893 13.0 1287.3008 6.0 1287.3122 4.0 1287.3237 2.0 1287.3351 7.0 1287.3466 4.0 1287.358 6.0 1287.3695 2.0 1287.3809 4.0 1287.3924 10.0 1287.4039 5.0 1287.4153 6.0 1287.4268 3.0 1287.4382 4.0 1287.4497 5.0 1287.4726 6.0 1287.484 1.0 1287.4955 2.0 1287.5069 5.0 1287.5184 13.0 1287.5298 11.0 1287.5413 5.0 1287.5527 8.0 1287.5642 3.0 1287.5756 3.0 1287.5871 4.0 1287.5985 6.0 1287.61 6.0 1287.6214 11.0 1287.6329 10.0 1287.6444 11.0 1287.6558 10.0 1287.6673 6.0 1287.6787 7.0 1287.6902 4.0 1287.7016 2.0 1287.7131 1.0 1287.7245 9.0 1287.736 3.0 1287.7474 6.0 1287.7589 2.0 1287.7703 6.0 1287.7818 16.0 1287.7932 20.0 1287.8047 12.0 1287.8162 6.0 1287.8276 3.0 1287.8391 6.0 1287.8505 6.0 1287.862 7.0 1287.8734 4.0 1287.8849 7.0 1287.8963 4.0 1287.9078 3.0 1287.9192 5.0 1287.9307 5.0 1287.9422 6.0 1287.9536 3.0 1287.9651 2.0 1287.9765 4.0 1287.988 4.0 1287.9994 10.0 1288.0109 1.0 1288.0223 1.0 1288.0338 4.0 1288.0452 4.0 1288.0567 2.0 1288.0682 6.0 1288.0796 8.0 1288.0911 1.0 1288.1025 3.0 1288.114 2.0 1288.1254 8.0 1288.1369 4.0 1288.1483 4.0 1288.1598 1.0 1288.1712 6.0 1288.1827 1.0 1288.1942 2.0 1288.2056 5.0 1288.2171 1.0 1288.2285 8.0 1288.24 4.0 1288.2514 5.0 1288.2629 7.0 1288.2744 4.0 1288.2858 8.0 1288.2973 8.0 1288.3087 7.0 1288.3202 11.0 1288.3316 4.0 1288.3431 6.0 1288.3545 2.0 1288.366 2.0 1288.3775 3.0 1288.3889 6.0 1288.4004 3.0 1288.4118 3.0 1288.4233 3.0 1288.4347 5.0 1288.4462 3.0 1288.4577 2.0 1288.4691 3.0 1288.4806 5.0 1288.492 4.0 1288.5035 2.0 1288.5149 4.0 1288.5264 7.0 1288.5379 2.0 1288.5493 3.0 1288.5608 8.0 1288.5722 8.0 1288.5837 8.0 1288.5951 7.0 1288.6066 7.0 1288.6181 14.0 1288.6295 4.0 1288.6524 12.0 1288.6639 4.0 1288.6753 4.0 1288.6868 8.0 1288.6983 6.0 1288.7097 2.0 1288.7212 3.0 1288.7326 3.0 1288.7441 4.0 1288.7555 7.0 1288.767 3.0 1288.7785 4.0 1288.7899 5.0 1288.8014 3.0 1288.8128 2.0 1288.8243 9.0 1288.8358 16.0 1288.8472 3.0 1288.8587 6.0 1288.8701 5.0 1288.8816 6.0 1288.893 12.0 1288.9045 11.0 1288.916 7.0 1288.9274 5.0 1288.9389 5.0 1288.9503 6.0 1288.9618 3.0 1288.9733 7.0 1288.9847 8.0 1288.9962 6.0 1289.0076 4.0 1289.0191 11.0 1289.0306 13.0 1289.042 9.0 1289.0535 10.0 1289.0649 6.0 1289.0764 5.0 1289.0878 3.0 1289.0993 6.0 1289.1108 6.0 1289.1222 5.0 1289.1337 1.0 1289.1451 10.0 1289.1566 11.0 1289.1681 9.0 1289.1795 9.0 1289.191 6.0 1289.2024 3.0 1289.2139 5.0 1289.2254 6.0 1289.2368 8.0 1289.2483 7.0 1289.2597 5.0 1289.2712 4.0 1289.2827 3.0 1289.2941 2.0 1289.3056 2.0 1289.3171 2.0 1289.3285 4.0 1289.34 3.0 1289.3514 9.0 1289.3629 10.0 1289.3744 2.0 1289.3858 7.0 1289.3973 2.0 1289.4087 4.0 1289.4202 3.0 1289.4317 2.0 1289.4431 2.0 1289.4546 3.0 1289.466 9.0 1289.4775 5.0 1289.489 3.0 1289.5004 6.0 1289.5119 5.0 1289.5233 8.0 1289.5348 5.0 1289.5463 8.0 1289.5577 2.0 1289.5692 2.0 1289.5807 9.0 1289.5921 13.0 1289.6036 5.0 1289.615 2.0 1289.6265 14.0 1289.638 5.0 1289.6494 16.0 1289.6609 10.0 1289.6724 6.0 1289.6838 6.0 1289.6953 13.0 1289.7067 8.0 1289.7182 6.0 1289.7297 5.0 1289.7411 2.0 1289.7526 2.0 1289.7641 8.0 1289.7755 10.0 1289.787 7.0 1289.7984 5.0 1289.8099 5.0 1289.8214 5.0 1289.8328 5.0 1289.8443 4.0 1289.8558 9.0 1289.8672 12.0 1289.8787 14.0 1289.8901 5.0 1289.9016 11.0 1289.9131 12.0 1289.9245 25.0 1289.936 10.0 1289.9475 3.0 1289.9589 3.0 1289.9704 7.0 1289.9818 11.0 1289.9933 4.0 1290.0048 6.0 1290.0162 3.0 1290.0277 9.0 1290.0392 4.0 1290.0506 3.0 1290.0621 3.0 1290.0736 15.0 1290.085 12.0 1290.0965 14.0 1290.108 7.0 1290.1194 6.0 1290.1309 7.0 1290.1423 22.0 1290.1538 8.0 1290.1653 4.0 1290.1767 3.0 1290.1882 4.0 1290.1997 3.0 1290.2111 3.0 1290.2226 3.0 1290.2341 1.0 1290.2455 5.0 1290.257 4.0 1290.2685 4.0 1290.2799 7.0 1290.2914 9.0 1290.3028 4.0 1290.3143 2.0 1290.3258 3.0 1290.3372 6.0 1290.3487 1.0 1290.3716 7.0 1290.3831 3.0 1290.3946 7.0 1290.406 9.0 1290.4175 6.0 1290.429 20.0 1290.4404 19.0 1290.4519 11.0 1290.4634 4.0 1290.4748 11.0 1290.4863 13.0 1290.4978 15.0 1290.5092 4.0 1290.5207 9.0 1290.5322 10.0 1290.5436 4.0 1290.5551 4.0 1290.5666 2.0 1290.578 3.0 1290.5895 12.0 1290.601 6.0 1290.6124 10.0 1290.6239 7.0 1290.6354 10.0 1290.6468 7.0 1290.6583 9.0 1290.6698 3.0 1290.6812 7.0 1290.6927 4.0 1290.7042 3.0 1290.7156 6.0 1290.7271 4.0 1290.7386 1.0 1290.75 4.0 1290.7615 9.0 1290.773 8.0 1290.7844 12.0 1290.7959 18.0 1290.8074 6.0 1290.8188 9.0 1290.8303 6.0 1290.8418 6.0 1290.8532 6.0 1290.8647 3.0 1290.8762 17.0 1290.8876 18.0 1290.8991 3.0 1290.9106 11.0 1290.922 10.0 1290.9335 8.0 1290.945 1.0 1290.9564 5.0 1290.9679 8.0 1290.9794 4.0 1290.9908 4.0 1291.0023 12.0 1291.0138 5.0 1291.0252 6.0 1291.0367 13.0 1291.0482 12.0 1291.0596 6.0 1291.0711 3.0 1291.0826 18.0 1291.0941 17.0 1291.1055 2.0 1291.117 5.0 1291.1285 3.0 1291.1399 6.0 1291.1514 4.0 1291.1629 10.0 1291.1743 11.0 1291.1858 6.0 1291.1973 2.0 1291.2087 2.0 1291.2202 8.0 1291.2317 6.0 1291.2431 4.0 1291.2546 8.0 1291.2661 6.0 1291.2776 4.0 1291.289 8.0 1291.3005 4.0 1291.312 3.0 1291.3234 4.0 1291.3349 6.0 1291.3464 6.0 1291.3578 10.0 1291.3693 12.0 1291.3808 7.0 1291.3923 6.0 1291.4037 6.0 1291.4152 7.0 1291.4267 5.0 1291.4381 5.0 1291.4496 3.0 1291.4611 5.0 1291.4725 3.0 1291.484 6.0 1291.4955 9.0 1291.507 6.0 1291.5184 3.0 1291.5299 3.0 1291.5414 8.0 1291.5528 3.0 1291.5643 1.0 1291.5758 5.0 1291.5872 1.0 1291.5987 3.0 1291.6102 11.0 1291.6217 14.0 1291.6331 12.0 1291.6446 19.0 1291.6561 8.0 1291.6675 9.0 1291.679 8.0 1291.6905 6.0 1291.702 6.0 1291.7134 14.0 1291.7249 12.0 1291.7364 3.0 1291.7478 6.0 1291.7593 15.0 1291.7708 15.0 1291.7823 8.0 1291.7937 8.0 1291.8052 2.0 1291.8167 1.0 1291.8281 8.0 1291.8396 17.0 1291.8511 6.0 1291.8626 1.0 1291.874 5.0 1291.8855 6.0 1291.897 19.0 1291.9084 8.0 1291.9199 9.0 1291.9314 15.0 1291.9429 4.0 1291.9543 5.0 1291.9658 5.0 1291.9773 6.0 1291.9888 8.0 1292.0002 9.0 1292.0117 7.0 1292.0232 5.0 1292.0346 4.0 1292.0461 3.0 1292.0576 3.0 1292.0691 2.0 1292.0805 5.0 1292.092 8.0 1292.1035 3.0 1292.115 7.0 1292.1264 4.0 1292.1379 10.0 1292.1494 4.0 1292.1608 2.0 1292.1723 5.0 1292.1838 3.0 1292.1953 3.0 1292.2067 6.0 1292.2182 5.0 1292.2297 7.0 1292.2412 3.0 1292.2526 4.0 1292.2641 5.0 1292.2756 6.0 1292.2871 8.0 1292.2985 4.0 1292.31 2.0 1292.3215 2.0 1292.333 6.0 1292.3444 2.0 1292.3559 6.0 1292.3674 7.0 1292.3788 3.0 1292.3903 6.0 1292.4018 1.0 1292.4133 5.0 1292.4247 6.0 1292.4362 10.0 1292.4477 8.0 1292.4592 7.0 1292.4706 7.0 1292.4821 4.0 1292.4936 1.0 1292.5051 7.0 1292.5165 4.0 1292.528 4.0 1292.5395 4.0 1292.551 5.0 1292.5624 6.0 1292.5739 10.0 1292.5854 12.0 1292.5969 8.0 1292.6083 9.0 1292.6198 8.0 1292.6313 5.0 1292.6428 5.0 1292.6542 7.0 1292.6657 4.0 1292.6772 9.0 1292.6887 7.0 1292.7116 6.0 1292.7231 6.0 1292.7346 3.0 1292.7461 2.0 1292.7575 2.0 1292.769 9.0 1292.7805 9.0 1292.792 6.0 1292.8034 7.0 1292.8149 10.0 1292.8264 7.0 1292.8379 2.0 1292.8493 5.0 1292.8608 7.0 1292.8723 7.0 1292.8838 7.0 1292.8952 6.0 1292.9067 9.0 1292.9182 1.0 1292.9297 1.0 1292.9411 5.0 1292.9526 2.0 1292.9641 12.0 1292.9756 3.0 1292.9871 2.0 1292.9985 11.0 1293.01 9.0 1293.0215 2.0 1293.033 3.0 1293.0444 1.0 1293.0559 6.0 1293.0674 3.0 1293.0789 4.0 1293.0904 3.0 1293.1018 3.0 1293.1133 6.0 1293.1248 5.0 1293.1363 2.0 1293.1477 7.0 1293.1707 6.0 1293.1822 8.0 1293.1937 2.0 1293.2051 2.0 1293.2166 1.0 1293.2281 9.0 1293.2396 12.0 1293.251 4.0 1293.2625 1.0 1293.274 4.0 1293.2855 7.0 1293.297 7.0 1293.3199 3.0 1293.3314 12.0 1293.3429 8.0 1293.3543 13.0 1293.3658 12.0 1293.3773 5.0 1293.3888 10.0 1293.4003 10.0 1293.4117 14.0 1293.4232 8.0 1293.4347 7.0 1293.4462 6.0 1293.4577 11.0 1293.4691 11.0 1293.4806 9.0 1293.4921 5.0 1293.5036 5.0 1293.5151 1.0 1293.5265 4.0 1293.538 1.0 1293.5495 9.0 1293.561 4.0 1293.5724 8.0 1293.5839 10.0 1293.5954 6.0 1293.6069 5.0 1293.6184 2.0 1293.6298 3.0 1293.6413 4.0 1293.6528 7.0 1293.6643 5.0 1293.6758 7.0 1293.6872 7.0 1293.6987 4.0 1293.7102 14.0 1293.7217 22.0 1293.7332 12.0 1293.7446 18.0 1293.7561 24.0 1293.7676 10.0 1293.7791 5.0 1293.7906 12.0 1293.8021 5.0 1293.8135 4.0 1293.825 8.0 1293.8365 5.0 1293.848 7.0 1293.8595 8.0 1293.8709 8.0 1293.8824 6.0 1293.8939 2.0 1293.9054 3.0 1293.9169 10.0 1293.9283 1.0 1293.9398 3.0 1293.9513 3.0 1293.9628 4.0 1293.9743 8.0 1293.9857 8.0 1293.9972 7.0 1294.0087 3.0 1294.0202 2.0 1294.0317 14.0 1294.0432 9.0 1294.0546 2.0 1294.0661 9.0 1294.0776 1.0 1294.0891 12.0 1294.1006 7.0 1294.112 6.0 1294.1235 8.0 1294.135 5.0 1294.1465 4.0 1294.158 2.0 1294.1695 5.0 1294.1809 4.0 1294.1924 3.0 1294.2039 4.0 1294.2154 1.0 1294.2269 3.0 1294.2384 4.0 1294.2498 8.0 1294.2613 5.0 1294.2728 5.0 1294.2843 3.0 1294.2958 7.0 1294.3072 7.0 1294.3187 9.0 1294.3302 4.0 1294.3417 3.0 1294.3532 5.0 1294.3647 1.0 1294.3761 10.0 1294.3876 4.0 1294.3991 6.0 1294.4106 5.0 1294.4221 3.0 1294.4336 3.0 1294.445 2.0 1294.4565 6.0 1294.468 4.0 1294.4795 6.0 1294.491 3.0 1294.5025 5.0 1294.5139 5.0 1294.5254 2.0 1294.5369 11.0 1294.5484 4.0 1294.5599 3.0 1294.5714 7.0 1294.5829 6.0 1294.5943 8.0 1294.6058 2.0 1294.6173 4.0 1294.6288 9.0 1294.6403 3.0 1294.6518 1.0 1294.6632 10.0 1294.6747 6.0 1294.6862 2.0 1294.6977 3.0 1294.7092 1.0 1294.7207 3.0 1294.7322 2.0 1294.7436 5.0 1294.7551 1.0 1294.7666 7.0 1294.7781 8.0 1294.7896 10.0 1294.8011 1.0 1294.8125 4.0 1294.824 10.0 1294.8355 14.0 1294.847 7.0 1294.8585 9.0 1294.87 21.0 1294.8815 10.0 1294.8929 13.0 1294.9044 14.0 1294.9159 9.0 1294.9274 5.0 1294.9389 11.0 1294.9504 19.0 1294.9619 16.0 1294.9733 13.0 1294.9848 2.0 1294.9963 4.0 1295.0078 8.0 1295.0193 5.0 1295.0308 4.0 1295.0423 3.0 1295.0537 5.0 1295.0652 5.0 1295.0767 3.0 1295.0882 3.0 1295.0997 9.0 1295.1112 8.0 1295.1341 2.0 1295.1456 11.0 1295.1571 8.0 1295.1686 1.0 1295.1801 2.0 1295.1916 4.0 1295.2031 3.0 1295.2146 5.0 1295.226 6.0 1295.2375 2.0 1295.249 5.0 1295.2605 8.0 1295.272 7.0 1295.2835 4.0 1295.295 5.0 1295.3065 3.0 1295.3179 16.0 1295.3294 8.0 1295.3409 9.0 1295.3524 4.0 1295.3639 2.0 1295.3754 1.0 1295.3869 10.0 1295.3984 6.0 1295.4098 1.0 1295.4213 2.0 1295.4328 8.0 1295.4443 7.0 1295.4558 6.0 1295.4673 4.0 1295.4788 5.0 1295.4903 4.0 1295.5017 3.0 1295.5132 4.0 1295.5247 8.0 1295.5362 9.0 1295.5477 13.0 1295.5592 2.0 1295.5707 14.0 1295.5822 11.0 1295.5937 6.0 1295.6051 6.0 1295.6166 6.0 1295.6281 11.0 1295.6396 5.0 1295.6511 3.0 1295.6626 4.0 1295.6741 5.0 1295.6856 4.0 1295.6971 11.0 1295.7085 10.0 1295.72 5.0 1295.7315 13.0 1295.743 11.0 1295.7545 6.0 1295.766 3.0 1295.7775 4.0 1295.789 15.0 1295.8005 15.0 1295.8119 11.0 1295.8234 5.0 1295.8349 4.0 1295.8464 5.0 1295.8579 10.0 1295.8694 7.0 1295.8809 6.0 1295.8924 5.0 1295.9039 8.0 1295.9154 9.0 1295.9268 5.0 1295.9383 10.0 1295.9498 6.0 1295.9613 6.0 1295.9728 7.0 1295.9843 8.0 1295.9958 8.0 1296.0073 9.0 1296.0188 2.0 1296.0303 6.0 1296.0417 8.0 1296.0532 2.0 1296.0647 4.0 1296.0762 3.0 1296.0877 8.0 1296.0992 5.0 1296.1107 4.0 1296.1222 5.0 1296.1337 2.0 1296.1452 9.0 1296.1567 4.0 1296.1681 6.0 1296.1796 9.0 1296.1911 5.0 1296.2026 7.0 1296.2141 7.0 1296.2256 3.0 1296.2371 1.0 1296.2486 15.0 1296.2601 7.0 1296.2716 2.0 1296.2831 3.0 1296.2946 7.0 1296.306 6.0 1296.3175 6.0 1296.329 12.0 1296.3405 2.0 1296.352 6.0 1296.3635 4.0 1296.375 2.0 1296.3865 13.0 1296.398 20.0 1296.4095 13.0 1296.421 5.0 1296.4325 8.0 1296.444 5.0 1296.4554 1.0 1296.4669 8.0 1296.4784 13.0 1296.4899 8.0 1296.5014 6.0 1296.5129 11.0 1296.5244 7.0 1296.5359 5.0 1296.5474 5.0 1296.5589 7.0 1296.5704 4.0 1296.5819 2.0 1296.5934 4.0 1296.6048 5.0 1296.6163 7.0 1296.6278 2.0 1296.6393 3.0 1296.6508 3.0 1296.6623 3.0 1296.6738 5.0 1296.6853 5.0 1296.6968 4.0 1296.7083 8.0 1296.7198 1.0 1296.7313 2.0 1296.7428 8.0 1296.7543 12.0 1296.7658 3.0 1296.7773 4.0 1296.7887 3.0 1296.8002 6.0 1296.8117 6.0 1296.8232 9.0 1296.8347 2.0 1296.8462 3.0 1296.8577 8.0 1296.8692 8.0 1296.8807 10.0 1296.8922 3.0 1296.9037 7.0 1296.9152 9.0 1296.9267 12.0 1296.9382 10.0 1296.9497 8.0 1296.9612 3.0 1296.9727 8.0 1296.9842 5.0 1296.9956 4.0 1297.0071 6.0 1297.0186 10.0 1297.0301 2.0 1297.0416 6.0 1297.0531 3.0 1297.0646 3.0 1297.0761 9.0 1297.0876 4.0 1297.0991 10.0 1297.1106 6.0 1297.1221 3.0 1297.1336 10.0 1297.1451 4.0 1297.1566 3.0 1297.1796 5.0 1297.1911 7.0 1297.2026 11.0 1297.2141 2.0 1297.2256 3.0 1297.237 5.0 1297.2485 3.0 1297.26 9.0 1297.2715 9.0 1297.283 3.0 1297.2945 3.0 1297.306 3.0 1297.3175 6.0 1297.329 10.0 1297.3405 3.0 1297.352 7.0 1297.3635 5.0 1297.375 4.0 1297.3865 5.0 1297.398 8.0 1297.4095 13.0 1297.421 11.0 1297.4325 7.0 1297.444 3.0 1297.4555 1.0 1297.467 1.0 1297.4785 6.0 1297.49 8.0 1297.5015 8.0 1297.513 5.0 1297.5245 5.0 1297.536 4.0 1297.5475 6.0 1297.559 14.0 1297.5705 13.0 1297.582 4.0 1297.5934 10.0 1297.6049 8.0 1297.6164 3.0 1297.6279 9.0 1297.6394 12.0 1297.6509 3.0 1297.6624 3.0 1297.6739 8.0 1297.6854 3.0 1297.6969 5.0 1297.7084 15.0 1297.7199 4.0 1297.7314 8.0 1297.7429 11.0 1297.7544 5.0 1297.7659 9.0 1297.7774 18.0 1297.7889 8.0 1297.8004 5.0 1297.8119 2.0 1297.8234 8.0 1297.8349 13.0 1297.8464 3.0 1297.8579 6.0 1297.8694 2.0 1297.8809 5.0 1297.8924 4.0 1297.9039 8.0 1297.9154 6.0 1297.9269 5.0 1297.9384 15.0 1297.9499 12.0 1297.9614 7.0 1297.9844 6.0 1297.9959 5.0 1298.0074 6.0 1298.0189 9.0 1298.0304 10.0 1298.0419 6.0 1298.0534 3.0 1298.0649 12.0 1298.0764 10.0 1298.0879 11.0 1298.0994 6.0 1298.1109 7.0 1298.1224 16.0 1298.1339 10.0 1298.1454 23.0 1298.1569 34.0 1298.1684 45.0 1298.1799 48.0 1298.1914 53.0 1298.2029 71.0 1298.2144 58.0 1298.2259 53.0 1298.2374 47.0 1298.2489 48.0 1298.2604 32.0 1298.2719 26.0 1298.2834 28.0 1298.2949 13.0 1298.3064 22.0 1298.3179 16.0 1298.3294 14.0 1298.3409 17.0 1298.3524 7.0 1298.3639 10.0 1298.3754 8.0 1298.3869 6.0 1298.3984 11.0 1298.4099 9.0 1298.4214 17.0 1298.4329 3.0 1298.4444 2.0 1298.4559 7.0 1298.4674 8.0 1298.4789 5.0 1298.4904 2.0 1298.5019 2.0 1298.5134 3.0 1298.5249 7.0 1298.5364 7.0 1298.5479 5.0 1298.5594 1.0 1298.5709 7.0 1298.5824 10.0 1298.5939 7.0 1298.6054 9.0 1298.6169 12.0 1298.6284 6.0 1298.6399 4.0 1298.6514 11.0 1298.6629 14.0 1298.6744 8.0 1298.6859 10.0 1298.6974 10.0 1298.709 4.0 1298.7205 1.0 1298.732 3.0 1298.7435 6.0 1298.755 7.0 1298.7665 2.0 1298.778 2.0 1298.7895 3.0 1298.801 5.0 1298.8125 4.0 1298.824 8.0 1298.8355 4.0 1298.847 6.0 1298.8585 5.0 1298.87 9.0 1298.8815 5.0 1298.893 11.0 1298.9045 3.0 1298.916 5.0 1298.9275 6.0 1298.939 5.0 1298.9505 7.0 1298.962 5.0 1298.9735 6.0 1298.985 10.0 1298.9965 4.0 1299.008 9.0 1299.0195 8.0 1299.031 4.0 1299.054 7.0 1299.0656 6.0 1299.0771 6.0 1299.0886 6.0 1299.1001 2.0 1299.1116 5.0 1299.1231 14.0 1299.1346 13.0 1299.1461 21.0 1299.1576 34.0 1299.1691 42.0 1299.1806 61.0 1299.1921 72.0 1299.2036 71.0 1299.2151 61.0 1299.2266 52.0 1299.2381 33.0 1299.2496 60.0 1299.2611 24.0 1299.2726 13.0 1299.2841 7.0 1299.2956 25.0 1299.3072 16.0 1299.3187 7.0 1299.3302 4.0 1299.3417 3.0 1299.3532 4.0 1299.3647 3.0 1299.3762 10.0 1299.3877 8.0 1299.3992 9.0 1299.4107 3.0 1299.4222 5.0 1299.4337 3.0 1299.4452 9.0 1299.4567 8.0 1299.4682 1.0 1299.4797 3.0 1299.4912 7.0 1299.5027 6.0 1299.5143 10.0 1299.5258 12.0 1299.5373 2.0 1299.5488 6.0 1299.5603 6.0 1299.5718 7.0 1299.5833 12.0 1299.5948 12.0 1299.6063 5.0 1299.6178 5.0 1299.6293 7.0 1299.6408 7.0 1299.6523 2.0 1299.6638 8.0 1299.6753 10.0 1299.6868 5.0 1299.6984 9.0 1299.7099 8.0 1299.7214 1.0 1299.7329 5.0 1299.7444 4.0 1299.7559 3.0 1299.7674 8.0 1299.7789 4.0 1299.7904 5.0 1299.8019 9.0 1299.8134 4.0 1299.8249 5.0 1299.8364 7.0 1299.848 3.0 1299.8595 5.0 1299.871 1.0 1299.8825 2.0 1299.894 10.0 1299.9055 4.0 1299.917 1.0 1299.9285 10.0 1299.94 7.0 1299.9515 2.0 1299.963 2.0 1299.9745 10.0 1299.986 9.0 1299.9976 6.0 1300.0091 5.0 1300.0206 11.0 1300.0321 17.0 1300.0436 5.0 1300.0551 4.0 1300.0666 5.0 1300.0781 3.0 1300.0896 8.0 1300.1011 1.0 1300.1126 1.0 1300.1241 5.0 1300.1357 2.0 1300.1472 5.0 1300.1587 9.0 1300.1702 20.0 1300.1817 34.0 1300.1932 27.0 1300.2047 16.0 1300.2162 19.0 1300.2277 42.0 1300.2392 24.0 1300.2507 26.0 1300.2623 24.0 1300.2738 16.0 1300.2853 14.0 1300.2968 5.0 1300.3083 3.0 1300.3198 8.0 1300.3313 5.0 1300.3428 6.0 1300.3543 5.0 1300.3658 3.0 1300.3774 8.0 1300.3889 9.0 1300.4004 2.0 1300.4119 3.0 1300.4234 4.0 1300.4349 2.0 1300.4464 2.0 1300.4579 5.0 1300.4694 7.0 1300.4809 3.0 1300.4925 6.0 1300.504 10.0 1300.5155 11.0 1300.527 5.0 1300.5385 5.0 1300.55 7.0 1300.5615 6.0 1300.573 11.0 1300.5845 9.0 1300.5961 12.0 1300.6076 7.0 1300.6191 10.0 1300.6306 2.0 1300.6421 4.0 1300.6536 12.0 1300.6651 9.0 1300.6766 7.0 1300.6881 2.0 1300.6997 10.0 1300.7112 3.0 1300.7227 6.0 1300.7342 4.0 1300.7457 7.0 1300.7572 7.0 1300.7687 7.0 1300.7802 8.0 1300.7917 11.0 1300.8033 4.0 1300.8148 10.0 1300.8263 6.0 1300.8378 5.0 1300.8493 4.0 1300.8608 4.0 1300.8723 5.0 1300.8838 3.0 1300.8954 3.0 1300.9069 3.0 1300.9184 9.0 1300.9299 3.0 1300.9414 4.0 1300.9529 2.0 1300.9644 4.0 1300.9759 5.0 1300.9875 4.0 1300.999 8.0 1301.0105 4.0 1301.022 2.0 1301.0335 3.0 1301.045 3.0 1301.0565 2.0 1301.068 7.0 1301.0796 1.0 1301.0911 5.0 1301.1026 2.0 1301.1141 6.0 1301.1256 5.0 1301.1371 3.0 1301.1486 6.0 1301.1601 3.0 1301.1717 4.0 1301.1832 6.0 1301.1947 23.0 1301.2062 27.0 1301.2177 17.0 1301.2292 16.0 1301.2407 11.0 1301.2523 6.0 1301.2638 3.0 1301.2753 4.0 1301.2868 4.0 1301.2983 15.0 1301.3098 11.0 1301.3213 14.0 1301.3329 16.0 1301.3444 15.0 1301.3559 23.0 1301.3674 17.0 1301.3789 9.0 1301.3904 2.0 1301.4019 3.0 1301.4135 5.0 1301.425 8.0 1301.4365 12.0 1301.448 11.0 1301.4595 10.0 1301.471 7.0 1301.4825 7.0 1301.4941 6.0 1301.5056 8.0 1301.5171 4.0 1301.5286 4.0 1301.5401 7.0 1301.5516 12.0 1301.5632 1.0 1301.5747 12.0 1301.5862 16.0 1301.5977 4.0 1301.6092 2.0 1301.6207 5.0 1301.6322 4.0 1301.6438 3.0 1301.6553 2.0 1301.6668 7.0 1301.6783 6.0 1301.6898 10.0 1301.7013 14.0 1301.7129 18.0 1301.7244 7.0 1301.7359 5.0 1301.7474 4.0 1301.7589 6.0 1301.7704 7.0 1301.7819 5.0 1301.7935 8.0 1301.805 2.0 1301.8165 5.0 1301.828 5.0 1301.8395 8.0 1301.851 3.0 1301.8626 9.0 1301.8741 2.0 1301.8856 1.0 1301.8971 4.0 1301.9086 10.0 1301.9201 7.0 1301.9317 5.0 1301.9432 6.0 1301.9547 1.0 1301.9662 4.0 1301.9777 7.0 1301.9892 9.0 1302.0008 2.0 1302.0123 4.0 1302.0238 6.0 1302.0353 4.0 1302.0468 3.0 1302.0584 4.0 1302.0699 11.0 1302.0814 9.0 1302.0929 4.0 1302.1044 5.0 1302.1159 5.0 1302.1275 4.0 1302.139 4.0 1302.1505 3.0 1302.162 10.0 1302.1735 12.0 1302.185 8.0 1302.1966 10.0 1302.2081 7.0 1302.2196 5.0 1302.2311 6.0 1302.2426 3.0 1302.2542 8.0 1302.2657 2.0 1302.2772 3.0 1302.2887 11.0 1302.3002 9.0 1302.3117 4.0 1302.3233 14.0 1302.3348 14.0 1302.3463 12.0 1302.3578 11.0 1302.3693 6.0 1302.3809 4.0 1302.3924 6.0 1302.4039 2.0 1302.4154 3.0 1302.4269 2.0 1302.4385 10.0 1302.45 11.0 1302.4615 3.0 1302.473 5.0 1302.4845 11.0 1302.4961 17.0 1302.5076 6.0 1302.5191 11.0 1302.5306 8.0 1302.5421 5.0 1302.5536 6.0 1302.5652 11.0 1302.5767 3.0 1302.5882 6.0 1302.5997 12.0 1302.6112 3.0 1302.6228 3.0 1302.6343 2.0 1302.6458 7.0 1302.6573 10.0 1302.6688 5.0 1302.6804 6.0 1302.6919 9.0 1302.7034 18.0 1302.7149 4.0 1302.7264 4.0 1302.738 4.0 1302.7495 11.0 1302.761 14.0 1302.7725 9.0 1302.7956 3.0 1302.8071 5.0 1302.8186 2.0 1302.8301 6.0 1302.8417 4.0 1302.8532 4.0 1302.8647 5.0 1302.8762 8.0 1302.8877 6.0 1302.8993 8.0 1302.9108 10.0 1302.9223 16.0 1302.9338 9.0 1302.9453 5.0 1302.9569 5.0 1302.9684 9.0 1302.9799 1.0 1302.9914 5.0 1303.003 16.0 1303.0145 13.0 1303.026 5.0 1303.0375 5.0 1303.049 4.0 1303.0606 5.0 1303.0721 6.0 1303.0836 5.0 1303.0951 2.0 1303.1067 6.0 1303.1182 4.0 1303.1297 5.0 1303.1412 5.0 1303.1527 3.0 1303.1643 6.0 1303.1758 1.0 1303.1873 4.0 1303.1988 4.0 1303.2104 1.0 1303.2219 3.0 1303.2334 4.0 1303.2449 9.0 1303.2564 7.0 1303.268 9.0 1303.2795 6.0 1303.291 7.0 1303.3141 5.0 1303.3256 8.0 1303.3371 10.0 1303.3486 5.0 1303.3601 8.0 1303.3717 7.0 1303.3832 7.0 1303.3947 8.0 1303.4062 12.0 1303.4178 9.0 1303.4293 5.0 1303.4523 5.0 1303.4639 13.0 1303.4754 3.0 1303.4869 4.0 1303.4984 4.0 1303.51 7.0 1303.5215 8.0 1303.533 5.0 1303.5445 6.0 1303.5561 4.0 1303.5676 8.0 1303.5791 12.0 1303.5906 7.0 1303.6021 5.0 1303.6137 9.0 1303.6252 12.0 1303.6367 5.0 1303.6482 21.0 1303.6598 8.0 1303.6713 5.0 1303.6828 13.0 1303.6943 3.0 1303.7059 9.0 1303.7174 10.0 1303.7289 9.0 1303.7404 2.0 1303.752 3.0 1303.7635 7.0 1303.775 6.0 1303.7865 11.0 1303.7981 4.0 1303.8096 7.0 1303.8211 15.0 1303.8326 11.0 1303.8442 10.0 1303.8557 17.0 1303.8672 12.0 1303.8787 9.0 1303.8903 3.0 1303.9018 13.0 1303.9133 15.0 1303.9248 10.0 1303.9364 7.0 1303.9479 7.0 1303.9594 6.0 1303.971 3.0 1303.9825 3.0 1303.994 4.0 1304.0055 8.0 1304.0171 7.0 1304.0286 2.0 1304.0401 8.0 1304.0516 4.0 1304.0632 6.0 1304.0747 5.0 1304.0862 3.0 1304.0977 4.0 1304.1093 3.0 1304.1208 7.0 1304.1323 5.0 1304.1438 5.0 1304.1554 4.0 1304.1669 7.0 1304.1784 7.0 1304.19 2.0 1304.2015 7.0 1304.213 6.0 1304.2245 5.0 1304.2361 2.0 1304.2476 3.0 1304.2591 7.0 1304.2706 11.0 1304.2822 9.0 1304.2937 7.0 1304.3052 3.0 1304.3168 7.0 1304.3283 6.0 1304.3398 3.0 1304.3513 10.0 1304.3629 6.0 1304.3744 4.0 1304.3859 12.0 1304.3974 13.0 1304.409 9.0 1304.4205 2.0 1304.432 4.0 1304.4436 4.0 1304.4551 10.0 1304.4666 14.0 1304.4781 10.0 1304.4897 6.0 1304.5127 3.0 1304.5243 6.0 1304.5358 5.0 1304.5473 15.0 1304.5588 15.0 1304.5704 12.0 1304.5819 3.0 1304.5934 1.0 1304.605 6.0 1304.6165 7.0 1304.628 11.0 1304.6395 2.0 1304.6511 8.0 1304.6626 4.0 1304.6741 4.0 1304.6857 9.0 1304.6972 3.0 1304.7087 3.0 1304.7202 4.0 1304.7318 6.0 1304.7433 11.0 1304.7548 7.0 1304.7664 9.0 1304.7779 13.0 1304.7894 3.0 1304.801 5.0 1304.8125 6.0 1304.824 18.0 1304.8355 10.0 1304.8471 4.0 1304.8586 8.0 1304.8701 14.0 1304.8817 13.0 1304.8932 7.0 1304.9047 7.0 1304.9163 11.0 1304.9278 5.0 1304.9393 3.0 1304.9508 8.0 1304.9624 11.0 1304.9739 4.0 1304.9854 3.0 1304.997 3.0 1305.0085 6.0 1305.02 3.0 1305.0316 4.0 1305.0431 5.0 1305.0546 3.0 1305.0661 4.0 1305.0777 6.0 1305.0892 4.0 1305.1007 6.0 1305.1123 5.0 1305.1238 11.0 1305.1353 16.0 1305.1469 3.0 1305.1584 14.0 1305.1699 14.0 1305.1815 4.0 1305.193 14.0 1305.2045 9.0 1305.2161 10.0 1305.2276 3.0 1305.2391 8.0 1305.2506 6.0 1305.2622 3.0 1305.2737 3.0 1305.2852 4.0 1305.2968 1.0 1305.3083 5.0 1305.3198 4.0 1305.3314 6.0 1305.3429 7.0 1305.3544 7.0 1305.366 6.0 1305.3775 11.0 1305.389 8.0 1305.4006 1.0 1305.4121 6.0 1305.4236 4.0 1305.4352 4.0 1305.4467 1.0 1305.4582 3.0 1305.4698 9.0 1305.4813 9.0 1305.4928 4.0 1305.5044 6.0 1305.5159 4.0 1305.5274 4.0 1305.539 9.0 1305.5505 12.0 1305.562 11.0 1305.5736 3.0 1305.5851 4.0 1305.5966 4.0 1305.6082 3.0 1305.6197 4.0 1305.6312 4.0 1305.6428 7.0 1305.6543 14.0 1305.6658 24.0 1305.6774 8.0 1305.6889 8.0 1305.7004 5.0 1305.712 13.0 1305.7235 7.0 1305.735 9.0 1305.7466 2.0 1305.7581 5.0 1305.7696 10.0 1305.7812 8.0 1305.7927 17.0 1305.8042 5.0 1305.8158 8.0 1305.8273 4.0 1305.8388 2.0 1305.8504 7.0 1305.8619 2.0 1305.8734 3.0 1305.885 6.0 1305.8965 3.0 1305.908 5.0 1305.9196 11.0 1305.9311 17.0 1305.9426 5.0 1305.9542 2.0 1305.9657 4.0 1305.9772 15.0 1305.9888 7.0 1306.0003 15.0 1306.0118 12.0 1306.0234 7.0 1306.0349 12.0 1306.0465 11.0 1306.058 14.0 1306.0695 8.0 1306.0811 4.0 1306.0926 3.0 1306.1041 3.0 1306.1157 7.0 1306.1272 6.0 1306.1387 4.0 1306.1503 1.0 1306.1618 5.0 1306.1733 7.0 1306.1849 10.0 1306.1964 12.0 1306.208 7.0 1306.2195 3.0 1306.231 6.0 1306.2426 11.0 1306.2541 2.0 1306.2656 5.0 1306.2772 3.0 1306.2887 3.0 1306.3002 4.0 1306.3118 6.0 1306.3233 2.0 1306.3348 16.0 1306.3464 7.0 1306.3579 8.0 1306.3695 4.0 1306.381 3.0 1306.3925 10.0 1306.4041 11.0 1306.4156 14.0 1306.4271 2.0 1306.4387 3.0 1306.4502 3.0 1306.4618 4.0 1306.4733 1.0 1306.4848 3.0 1306.5079 6.0 1306.5194 6.0 1306.531 6.0 1306.5425 3.0 1306.5541 8.0 1306.5656 8.0 1306.5771 15.0 1306.5887 9.0 1306.6002 6.0 1306.6117 13.0 1306.6233 11.0 1306.6348 9.0 1306.6464 8.0 1306.6579 8.0 1306.6694 12.0 1306.681 2.0 1306.6925 6.0 1306.704 7.0 1306.7156 4.0 1306.7271 8.0 1306.7387 15.0 1306.7502 4.0 1306.7617 3.0 1306.7733 3.0 1306.7848 8.0 1306.7963 11.0 1306.8079 11.0 1306.8194 3.0 1306.831 4.0 1306.8425 8.0 1306.854 13.0 1306.8656 15.0 1306.8771 10.0 1306.8887 7.0 1306.9002 9.0 1306.9117 3.0 1306.9233 5.0 1306.9348 5.0 1306.9464 8.0 1306.9579 1.0 1306.9925 3.0 1307.0041 4.0 1307.0156 6.0 1307.0271 6.0 1307.0387 11.0 1307.0502 14.0 1307.0617 7.0 1307.0733 6.0 1307.0848 7.0 1307.0964 4.0 1307.1079 8.0 1307.1194 3.0 1307.131 8.0 1307.1425 10.0 1307.1541 3.0 1307.1656 4.0 1307.1771 2.0 1307.1887 7.0 1307.2002 2.0 1307.2118 3.0 1307.2233 2.0 1307.2348 7.0 1307.2464 3.0 1307.2579 2.0 1307.2695 6.0 1307.281 9.0 1307.2926 8.0 1307.3041 9.0 1307.3156 1.0 1307.3272 2.0 1307.3387 6.0 1307.3503 3.0 1307.3618 8.0 1307.3733 5.0 1307.3849 2.0 1307.3964 4.0 1307.408 8.0 1307.4195 3.0 1307.431 5.0 1307.4426 4.0 1307.4541 2.0 1307.4772 4.0 1307.4888 7.0 1307.5003 3.0 1307.5118 7.0 1307.5234 3.0 1307.5349 2.0 1307.5465 6.0 1307.558 2.0 1307.5695 8.0 1307.5811 11.0 1307.5926 2.0 1307.6042 7.0 1307.6157 3.0 1307.6273 2.0 1307.6388 3.0 1307.6503 5.0 1307.6619 11.0 1307.6734 14.0 1307.685 5.0 1307.6965 7.0 1307.7081 7.0 1307.7196 24.0 1307.7311 14.0 1307.7427 1.0 1307.7542 4.0 1307.7658 3.0 1307.7773 1.0 1307.7889 6.0 1307.8004 2.0 1307.8119 7.0 1307.8235 12.0 1307.835 12.0 1307.8466 7.0 1307.8581 4.0 1307.8697 3.0 1307.8812 11.0 1307.8927 3.0 1307.9043 4.0 1307.9158 7.0 1307.9274 12.0 1307.9389 21.0 1307.9505 5.0 1307.962 5.0 1307.9851 4.0 1307.9966 5.0 1308.0082 5.0 1308.0197 8.0 1308.0428 11.0 1308.0544 6.0 1308.0659 12.0 1308.0774 10.0 1308.089 9.0 1308.1005 4.0 1308.1121 6.0 1308.1236 4.0 1308.1352 3.0 1308.1467 4.0 1308.1582 3.0 1308.1698 4.0 1308.1813 9.0 1308.1929 4.0 1308.2044 4.0 1308.216 5.0 1308.2275 1.0 1308.2391 1.0 1308.2506 3.0 1308.2622 1.0 1308.2737 8.0 1308.2852 11.0 1308.2968 14.0 1308.3083 14.0 1308.3199 6.0 1308.3314 7.0 1308.343 2.0 1308.3545 13.0 1308.3661 9.0 1308.3776 8.0 1308.3892 4.0 1308.4007 4.0 1308.4122 4.0 1308.4238 8.0 1308.4353 7.0 1308.4469 2.0 1308.4584 5.0 1308.47 8.0 1308.4815 9.0 1308.4931 10.0 1308.5046 3.0 1308.5162 5.0 1308.5277 3.0 1308.5392 3.0 1308.5508 17.0 1308.5623 8.0 1308.5739 6.0 1308.5854 3.0 1308.597 9.0 1308.6085 4.0 1308.6201 13.0 1308.6316 15.0 1308.6432 5.0 1308.6547 3.0 1308.6663 4.0 1308.6778 15.0 1308.6894 17.0 1308.7009 9.0 1308.7124 6.0 1308.724 9.0 1308.7355 9.0 1308.7471 5.0 1308.7586 3.0 1308.7702 2.0 1308.7817 2.0 1308.7933 9.0 1308.8048 8.0 1308.8164 5.0 1308.8279 8.0 1308.8395 6.0 1308.851 6.0 1308.8626 5.0 1308.8741 12.0 1308.8857 14.0 1308.8972 13.0 1308.9088 7.0 1308.9203 4.0 1308.9319 16.0 1308.9434 6.0 1308.9549 5.0 1308.9665 3.0 1308.978 4.0 1308.9896 4.0 1309.0011 6.0 1309.0127 5.0 1309.0242 4.0 1309.0358 4.0 1309.0473 6.0 1309.0589 3.0 1309.0704 5.0 1309.082 2.0 1309.0935 1.0 1309.1051 4.0 1309.1166 3.0 1309.1282 2.0 1309.1397 2.0 1309.1513 3.0 1309.1628 7.0 1309.1744 3.0 1309.1859 4.0 1309.209 4.0 1309.2206 8.0 1309.2321 8.0 1309.2437 2.0 1309.2552 5.0 1309.2668 1.0 1309.2783 1.0 1309.2899 7.0 1309.3014 1.0 1309.313 3.0 1309.3245 4.0 1309.3361 2.0 1309.3476 6.0 1309.3592 6.0 1309.3707 12.0 1309.3823 13.0 1309.3938 6.0 1309.4054 2.0 1309.4169 2.0 1309.4285 5.0 1309.44 6.0 1309.4516 6.0 1309.4631 7.0 1309.4747 16.0 1309.4862 7.0 1309.4978 4.0 1309.5093 3.0 1309.5209 4.0 1309.5324 9.0 1309.544 9.0 1309.5555 4.0 1309.5671 4.0 1309.5786 2.0 1309.5902 3.0 1309.6017 6.0 1309.6133 8.0 1309.6248 8.0 1309.6364 6.0 1309.6479 13.0 1309.6595 23.0 1309.671 11.0 1309.6826 6.0 1309.6941 4.0 1309.7057 8.0 1309.7172 6.0 1309.7288 10.0 1309.7403 8.0 1309.7519 6.0 1309.7634 3.0 1309.775 4.0 1309.7865 9.0 1309.7981 8.0 1309.8096 9.0 1309.8212 10.0 1309.8328 3.0 1309.8443 12.0 1309.8559 14.0 1309.8674 6.0 1309.879 7.0 1309.8905 15.0 1309.9021 16.0 1309.9136 10.0 1309.9252 1.0 1309.9367 4.0 1309.9483 7.0 1309.9598 11.0 1309.9714 11.0 1309.9829 6.0 1309.9945 6.0 1310.006 8.0 1310.0176 6.0 1310.0291 15.0 1310.0407 8.0 1310.0522 2.0 1310.0638 4.0 1310.0754 4.0 1310.0869 4.0 1310.0985 7.0 1310.11 1.0 1310.1216 10.0 1310.1331 16.0 1310.1447 3.0 1310.1562 6.0 1310.1678 4.0 1310.1793 5.0 1310.1909 10.0 1310.2024 3.0 1310.214 6.0 1310.2255 6.0 1310.2371 5.0 1310.2487 12.0 1310.2602 6.0 1310.2718 9.0 1310.2833 11.0 1310.2949 17.0 1310.3064 10.0 1310.318 3.0 1310.3295 7.0 1310.3411 6.0 1310.3526 6.0 1310.3642 12.0 1310.3758 7.0 1310.3873 10.0 1310.3989 5.0 1310.4104 7.0 1310.422 10.0 1310.4335 6.0 1310.4451 4.0 1310.4566 6.0 1310.4682 5.0 1310.4797 6.0 1310.4913 4.0 1310.5029 7.0 1310.5144 8.0 1310.526 4.0 1310.5375 2.0 1310.5491 4.0 1310.5722 2.0 1310.5837 3.0 1310.5953 3.0 1310.6068 4.0 1310.6184 6.0 1310.63 7.0 1310.6415 8.0 1310.6531 7.0 1310.6646 4.0 1310.6762 7.0 1310.6877 13.0 1310.6993 11.0 1310.7109 6.0 1310.7224 8.0 1310.734 8.0 1310.7455 19.0 1310.7571 18.0 1310.7686 4.0 1310.7802 3.0 1310.7917 5.0 1310.8033 10.0 1310.8149 9.0 1310.8264 4.0 1310.838 4.0 1310.8495 9.0 1310.8611 6.0 1310.8726 7.0 1310.8842 6.0 1310.8958 10.0 1310.9073 11.0 1310.9189 7.0 1310.9304 6.0 1310.942 1.0 1310.9535 4.0 1310.9651 4.0 1310.9766 5.0 1310.9882 8.0 1310.9998 6.0 1311.0113 9.0 1311.0229 6.0 1311.0344 4.0 1311.046 5.0 1311.0576 9.0 1311.0691 5.0 1311.0807 10.0 1311.0922 8.0 1311.1038 2.0 1311.1153 3.0 1311.1269 1.0 1311.1385 2.0 1311.15 5.0 1311.1616 2.0 1311.1731 4.0 1311.1847 12.0 1311.1962 15.0 1311.2078 10.0 1311.2194 5.0 1311.2309 9.0 1311.2425 9.0 1311.254 8.0 1311.2656 2.0 1311.2772 6.0 1311.2887 3.0 1311.3003 6.0 1311.3118 4.0 1311.3234 6.0 1311.3349 6.0 1311.3465 1.0 1311.3581 4.0 1311.3696 7.0 1311.3812 10.0 1311.3927 6.0 1311.4043 1.0 1311.4159 6.0 1311.4274 5.0 1311.439 12.0 1311.4505 3.0 1311.4621 4.0 1311.4852 4.0 1311.4968 3.0 1311.5083 9.0 1311.5199 16.0 1311.5314 6.0 1311.543 7.0 1311.5546 5.0 1311.5661 3.0 1311.5777 2.0 1311.5892 4.0 1311.6008 7.0 1311.6124 11.0 1311.6239 11.0 1311.6355 3.0 1311.647 10.0 1311.6586 11.0 1311.6702 7.0 1311.6817 10.0 1311.6933 5.0 1311.7048 9.0 1311.7164 9.0 1311.728 9.0 1311.7395 10.0 1311.7511 7.0 1311.7626 13.0 1311.7742 6.0 1311.7858 4.0 1311.7973 4.0 1311.8089 4.0 1311.8205 3.0 1311.832 2.0 1311.8436 7.0 1311.8551 5.0 1311.8667 5.0 1311.8783 6.0 1311.8898 3.0 1311.9014 3.0 1311.9129 8.0 1311.9245 10.0 1311.9361 3.0 1311.9476 3.0 1311.9592 1.0 1311.9707 7.0 1311.9823 11.0 1311.9939 4.0 1312.0054 6.0 1312.017 6.0 1312.0286 11.0 1312.0401 11.0 1312.0517 12.0 1312.0632 21.0 1312.0748 15.0 1312.0864 2.0 1312.0979 5.0 1312.1095 16.0 1312.1211 12.0 1312.1326 11.0 1312.1442 5.0 1312.1557 8.0 1312.1673 6.0 1312.1789 5.0 1312.1904 6.0 1312.202 8.0 1312.2135 9.0 1312.2251 13.0 1312.2367 12.0 1312.2482 14.0 1312.2598 6.0 1312.2714 2.0 1312.2829 9.0 1312.2945 13.0 1312.3061 6.0 1312.3176 3.0 1312.3292 14.0 1312.3407 20.0 1312.3523 21.0 1312.3639 5.0 1312.3754 3.0 1312.387 5.0 1312.3986 5.0 1312.4101 3.0 1312.4217 5.0 1312.4332 11.0 1312.4448 13.0 1312.4564 6.0 1312.4679 2.0 1312.4795 8.0 1312.4911 10.0 1312.5026 2.0 1312.5142 5.0 1312.5258 6.0 1312.5373 5.0 1312.5489 10.0 1312.5604 14.0 1312.572 10.0 1312.5836 14.0 1312.5951 10.0 1312.6067 6.0 1312.6183 8.0 1312.6298 9.0 1312.6414 10.0 1312.653 17.0 1312.6645 3.0 1312.6761 3.0 1312.6877 8.0 1312.6992 3.0 1312.7108 1.0 1312.7224 4.0 1312.7339 13.0 1312.7455 23.0 1312.757 14.0 1312.7686 9.0 1312.7802 13.0 1312.7917 1.0 1312.8033 4.0 1312.8149 9.0 1312.8264 4.0 1312.838 11.0 1312.8496 8.0 1312.8611 2.0 1312.8727 10.0 1312.8843 10.0 1312.8958 10.0 1312.9074 15.0 1312.919 14.0 1312.9305 13.0 1312.9421 14.0 1312.9537 13.0 1312.9652 9.0 1312.9768 5.0 1312.9884 6.0 1312.9999 4.0 1313.0115 4.0 1313.0231 14.0 1313.0346 17.0 1313.0462 9.0 1313.0578 3.0 1313.0693 11.0 1313.0809 8.0 1313.0925 6.0 1313.104 3.0 1313.1156 5.0 1313.1272 4.0 1313.1387 6.0 1313.1503 6.0 1313.1619 2.0 1313.1734 4.0 1313.185 14.0 1313.1966 15.0 1313.2081 6.0 1313.2197 6.0 1313.2313 8.0 1313.2428 3.0 1313.2544 3.0 1313.266 3.0 1313.2775 10.0 1313.2891 12.0 1313.3007 10.0 1313.3122 10.0 1313.3238 7.0 1313.3354 16.0 1313.3469 8.0 1313.3585 6.0 1313.3701 6.0 1313.3816 10.0 1313.3932 18.0 1313.4048 14.0 1313.4163 6.0 1313.4279 2.0 1313.4395 8.0 1313.451 6.0 1313.4626 4.0 1313.4742 3.0 1313.4857 3.0 1313.4973 4.0 1313.5089 6.0 1313.5204 5.0 1313.532 3.0 1313.5436 9.0 1313.5552 8.0 1313.5667 11.0 1313.5783 11.0 1313.5899 7.0 1313.6014 5.0 1313.613 5.0 1313.6246 6.0 1313.6361 11.0 1313.6477 14.0 1313.6593 9.0 1313.6708 7.0 1313.6824 3.0 1313.694 3.0 1313.7055 7.0 1313.7171 12.0 1313.7287 7.0 1313.7403 5.0 1313.7518 8.0 1313.7634 5.0 1313.775 11.0 1313.7865 4.0 1313.7981 5.0 1313.8097 2.0 1313.8212 6.0 1313.8328 3.0 1313.8444 10.0 1313.856 11.0 1313.8675 7.0 1313.8791 6.0 1313.8907 12.0 1313.9022 10.0 1313.9138 3.0 1313.9254 4.0 1313.9369 5.0 1313.9485 1.0 1313.9601 5.0 1313.9717 1.0 1313.9832 3.0 1313.9948 6.0 1314.0064 5.0 1314.0179 7.0 1314.0295 4.0 1314.0411 7.0 1314.0526 4.0 1314.0642 3.0 1314.0758 4.0 1314.0874 7.0 1314.0989 10.0 1314.1105 9.0 1314.1221 9.0 1314.1336 7.0 1314.1452 4.0 1314.1568 4.0 1314.1684 10.0 1314.1799 10.0 1314.1915 3.0 1314.2031 5.0 1314.2146 3.0 1314.2262 5.0 1314.2378 9.0 1314.2494 9.0 1314.2609 1.0 1314.2725 6.0 1314.2841 8.0 1314.2956 4.0 1314.3072 7.0 1314.3188 6.0 1314.3304 12.0 1314.3419 4.0 1314.3535 8.0 1314.3651 9.0 1314.3766 12.0 1314.3882 5.0 1314.3998 8.0 1314.4114 8.0 1314.4229 1.0 1314.4345 6.0 1314.4461 1.0 1314.4577 2.0 1314.4692 20.0 1314.4808 20.0 1314.4924 4.0 1314.5039 2.0 1314.5155 5.0 1314.5271 1.0 1314.5387 6.0 1314.5502 16.0 1314.5618 12.0 1314.5734 5.0 1314.585 8.0 1314.5965 8.0 1314.6081 4.0 1314.6197 9.0 1314.6312 9.0 1314.6428 5.0 1314.6544 7.0 1314.666 10.0 1314.6775 8.0 1314.6891 8.0 1314.7007 6.0 1314.7123 12.0 1314.7238 7.0 1314.7354 11.0 1314.747 4.0 1314.7586 7.0 1314.7701 7.0 1314.7817 5.0 1314.7933 5.0 1314.8048 7.0 1314.8164 3.0 1314.828 5.0 1314.8396 8.0 1314.8511 5.0 1314.8627 2.0 1314.8743 9.0 1314.8859 7.0 1314.8974 4.0 1314.909 12.0 1314.9206 10.0 1314.9322 15.0 1314.9437 16.0 1314.9553 4.0 1314.9669 5.0 1314.9785 4.0 1314.99 4.0 1315.0016 7.0 1315.0132 8.0 1315.0248 1.0 1315.0363 5.0 1315.0479 11.0 1315.0595 7.0 1315.0711 1.0 1315.0826 3.0 1315.0942 3.0 1315.1058 6.0 1315.1289 11.0 1315.1405 5.0 1315.1521 19.0 1315.1637 11.0 1315.1752 4.0 1315.1868 7.0 1315.1984 7.0 1315.21 13.0 1315.2215 16.0 1315.2331 3.0 1315.2447 6.0 1315.2563 3.0 1315.2679 2.0 1315.2794 11.0 1315.291 3.0 1315.3026 5.0 1315.3142 4.0 1315.3257 5.0 1315.3373 13.0 1315.3489 10.0 1315.3605 7.0 1315.372 10.0 1315.3836 14.0 1315.3952 13.0 1315.4068 11.0 1315.4183 16.0 1315.4299 5.0 1315.4415 5.0 1315.4531 14.0 1315.4647 9.0 1315.4762 10.0 1315.4878 4.0 1315.4994 4.0 1315.511 5.0 1315.5225 6.0 1315.5341 13.0 1315.5457 16.0 1315.5573 5.0 1315.5688 7.0 1315.5804 6.0 1315.592 1.0 1315.6036 5.0 1315.6152 8.0 1315.6267 7.0 1315.6383 8.0 1315.6499 7.0 1315.6615 6.0 1315.673 3.0 1315.6846 4.0 1315.6962 3.0 1315.7078 1.0 1315.7194 8.0 1315.7309 8.0 1315.7425 3.0 1315.7541 4.0 1315.7657 7.0 1315.7773 5.0 1315.7888 3.0 1315.8004 8.0 1315.812 7.0 1315.8236 7.0 1315.8351 3.0 1315.8467 2.0 1315.8583 6.0 1315.8699 7.0 1315.8815 18.0 1315.893 5.0 1315.9046 5.0 1315.9162 7.0 1315.9278 20.0 1315.9394 11.0 1315.9509 5.0 1315.9625 2.0 1315.9741 11.0 1315.9857 3.0 1315.9972 7.0 1316.0088 10.0 1316.0204 7.0 1316.032 9.0 1316.0436 10.0 1316.0551 15.0 1316.0667 1.0 1316.0783 3.0 1316.0899 1.0 1316.1015 1.0 1316.113 2.0 1316.1246 3.0 1316.1362 3.0 1316.1478 4.0 1316.1594 1.0 1316.1709 3.0 1316.1825 7.0 1316.1941 16.0 1316.2057 9.0 1316.2173 6.0 1316.2288 4.0 1316.2404 7.0 1316.252 6.0 1316.2636 5.0 1316.2752 5.0 1316.2867 6.0 1316.2983 9.0 1316.3099 5.0 1316.3215 5.0 1316.3331 6.0 1316.3447 4.0 1316.3562 9.0 1316.3678 2.0 1316.3794 3.0 1316.391 4.0 1316.4026 3.0 1316.4141 9.0 1316.4257 4.0 1316.4373 10.0 1316.4489 8.0 1316.4605 3.0 1316.472 2.0 1316.4836 6.0 1316.4952 11.0 1316.5068 25.0 1316.5184 18.0 1316.53 8.0 1316.5415 6.0 1316.5531 8.0 1316.5647 7.0 1316.5763 6.0 1316.5879 4.0 1316.5994 3.0 1316.611 3.0 1316.6226 1.0 1316.6342 2.0 1316.6458 6.0 1316.6574 6.0 1316.6689 6.0 1316.6805 8.0 1316.6921 3.0 1316.7037 11.0 1316.7153 4.0 1316.7268 5.0 1316.7384 20.0 1316.75 14.0 1316.7616 5.0 1316.7732 2.0 1316.7848 4.0 1316.7963 9.0 1316.8079 8.0 1316.8195 5.0 1316.8311 1.0 1316.8427 4.0 1316.8543 7.0 1316.8658 8.0 1316.8774 6.0 1316.889 6.0 1316.9006 6.0 1316.9122 3.0 1316.9238 1.0 1316.9353 9.0 1316.9469 7.0 1316.9585 8.0 1316.9701 3.0 1316.9817 6.0 1316.9933 11.0 1317.0048 12.0 1317.0164 2.0 1317.028 3.0 1317.0396 2.0 1317.0512 7.0 1317.0628 14.0 1317.0743 5.0 1317.0859 5.0 1317.0975 4.0 1317.1091 4.0 1317.1207 3.0 1317.1323 2.0 1317.1439 5.0 1317.1554 6.0 1317.1786 4.0 1317.1902 7.0 1317.2018 10.0 1317.2134 12.0 1317.2249 10.0 1317.2365 3.0 1317.2481 4.0 1317.2597 14.0 1317.2713 19.0 1317.2829 6.0 1317.2945 10.0 1317.306 4.0 1317.3176 5.0 1317.3292 2.0 1317.3408 3.0 1317.3524 7.0 1317.364 3.0 1317.3756 7.0 1317.3871 5.0 1317.3987 5.0 1317.4103 1.0 1317.4219 11.0 1317.4335 9.0 1317.4451 6.0 1317.4567 3.0 1317.4682 4.0 1317.4798 5.0 1317.4914 9.0 1317.503 15.0 1317.5146 12.0 1317.5262 5.0 1317.5378 2.0 1317.5493 2.0 1317.5609 6.0 1317.5725 4.0 1317.5841 7.0 1317.5957 3.0 1317.6073 3.0 1317.6189 5.0 1317.6304 14.0 1317.642 15.0 1317.6536 20.0 1317.6652 18.0 1317.6768 18.0 1317.6884 19.0 1317.7 12.0 1317.7116 13.0 1317.7231 7.0 1317.7347 6.0 1317.7463 4.0 1317.7579 10.0 1317.7695 4.0 1317.7811 3.0 1317.7927 5.0 1317.8042 5.0 1317.8158 4.0 1317.8274 6.0 1317.839 5.0 1317.8506 1.0 1317.8622 4.0 1317.8738 3.0 1317.8854 5.0 1317.8969 4.0 1317.9085 5.0 1317.9201 3.0 1317.9317 10.0 1317.9433 12.0 1317.9549 13.0 1317.9665 7.0 1317.9781 2.0 1317.9897 8.0 1318.0012 4.0 1318.0128 2.0 1318.0244 8.0 1318.036 6.0 1318.0476 5.0 1318.0592 8.0 1318.0708 3.0 1318.0824 3.0 1318.0939 3.0 1318.1055 9.0 1318.1171 8.0 1318.1287 3.0 1318.1403 4.0 1318.1519 2.0 1318.1635 2.0 1318.1751 3.0 1318.1867 1.0 1318.1982 3.0 1318.2098 11.0 1318.2214 21.0 1318.233 19.0 1318.2446 7.0 1318.2562 7.0 1318.2678 5.0 1318.2794 9.0 1318.291 7.0 1318.3026 15.0 1318.3141 5.0 1318.3257 2.0 1318.3373 11.0 1318.3489 5.0 1318.3605 3.0 1318.3721 4.0 1318.3837 8.0 1318.3953 16.0 1318.4069 11.0 1318.4184 5.0 1318.43 11.0 1318.4416 4.0 1318.4532 3.0 1318.4648 4.0 1318.4764 4.0 1318.488 4.0 1318.4996 10.0 1318.5112 17.0 1318.5228 10.0 1318.5344 8.0 1318.5459 6.0 1318.5691 10.0 1318.5807 8.0 1318.5923 7.0 1318.6039 8.0 1318.6155 8.0 1318.6271 1.0 1318.6387 1.0 1318.6503 7.0 1318.6619 5.0 1318.6734 8.0 1318.685 5.0 1318.6966 4.0 1318.7082 12.0 1318.7198 13.0 1318.7314 4.0 1318.743 5.0 1318.7546 2.0 1318.7662 2.0 1318.7778 4.0 1318.7894 8.0 1318.8009 4.0 1318.8125 4.0 1318.8241 5.0 1318.8357 3.0 1318.8473 2.0 1318.8589 7.0 1318.8705 9.0 1318.8821 7.0 1318.8937 3.0 1318.9053 10.0 1318.9169 14.0 1318.9285 8.0 1318.9401 10.0 1318.9516 5.0 1318.9632 16.0 1318.9748 10.0 1318.9864 6.0 1318.998 2.0 1319.0096 5.0 1319.0212 3.0 1319.0328 7.0 1319.0444 7.0 1319.056 5.0 1319.0676 9.0 1319.0792 8.0 1319.0908 9.0 1319.1024 11.0 1319.1139 4.0 1319.1255 8.0 1319.1371 3.0 1319.1487 6.0 1319.1603 2.0 1319.1719 7.0 1319.1835 5.0 1319.1951 6.0 1319.2067 7.0 1319.2183 8.0 1319.2299 4.0 1319.2415 3.0 1319.2531 5.0 1319.2647 9.0 1319.2763 1.0 1319.2878 8.0 1319.2994 3.0 1319.311 6.0 1319.3226 7.0 1319.3342 7.0 1319.3458 8.0 1319.3574 10.0 1319.369 6.0 1319.3806 5.0 1319.3922 4.0 1319.4038 3.0 1319.4154 3.0 1319.427 6.0 1319.4386 12.0 1319.4502 6.0 1319.4618 7.0 1319.4734 3.0 1319.485 11.0 1319.4965 4.0 1319.5081 12.0 1319.5197 11.0 1319.5313 6.0 1319.5429 4.0 1319.5545 4.0 1319.5661 6.0 1319.5777 8.0 1319.5893 1.0 1319.6009 12.0 1319.6125 13.0 1319.6241 1.0 1319.6357 9.0 1319.6473 1.0 1319.6589 2.0 1319.6705 7.0 1319.6821 19.0 1319.6937 14.0 1319.7053 6.0 1319.7169 13.0 1319.7285 5.0 1319.74 6.0 1319.7516 7.0 1319.7632 7.0 1319.7748 6.0 1319.7864 7.0 1319.798 9.0 1319.8096 5.0 1319.8212 10.0 1319.8328 8.0 1319.8444 6.0 1319.856 3.0 1319.8676 2.0 1319.8792 4.0 1319.8908 7.0 1319.9024 5.0 1319.914 7.0 1319.9256 6.0 1319.9372 2.0 1319.9488 1.0 1319.9604 4.0 1319.972 6.0 1319.9836 17.0 1319.9952 10.0 1320.0068 8.0 1320.0184 4.0 1320.03 6.0 1320.0416 4.0 1320.0532 3.0 1320.0648 4.0 1320.0764 2.0 1320.0879 6.0 1320.0995 6.0 1320.1111 2.0 1320.1227 3.0 1320.1343 2.0 1320.1459 4.0 1320.1575 3.0 1320.1691 7.0 1320.1807 4.0 1320.1923 13.0 1320.2039 6.0 1320.2155 14.0 1320.2271 12.0 1320.2387 10.0 1320.2503 17.0 1320.2619 18.0 1320.2735 25.0 1320.2851 11.0 1320.2967 13.0 1320.3083 10.0 1320.3199 7.0 1320.3315 3.0 1320.3431 4.0 1320.3547 8.0 1320.3663 4.0 1320.3779 14.0 1320.3895 8.0 1320.4011 5.0 1320.4127 15.0 1320.4243 9.0 1320.4359 6.0 1320.4475 8.0 1320.4591 15.0 1320.4707 9.0 1320.4823 9.0 1320.4939 3.0 1320.5055 3.0 1320.5171 5.0 1320.5287 2.0 1320.5403 2.0 1320.5519 1.0 1320.5635 3.0 1320.5751 3.0 1320.5867 6.0 1320.5983 3.0 1320.6099 1.0 1320.6215 5.0 1320.6331 6.0 1320.6447 5.0 1320.6563 10.0 1320.6679 12.0 1320.6795 6.0 1320.6911 6.0 1320.7027 15.0 1320.7143 8.0 1320.7259 6.0 1320.7375 6.0 1320.7491 11.0 1320.7607 19.0 1320.7723 21.0 1320.7839 15.0 1320.7955 13.0 1320.8071 11.0 1320.8187 5.0 1320.8303 6.0 1320.8419 5.0 1320.8535 2.0 1320.8651 8.0 1320.8767 8.0 1320.8883 5.0 1320.8999 13.0 1320.9115 8.0 1320.9231 4.0 1320.9347 7.0 1320.9463 22.0 1320.9579 21.0 1320.9695 25.0 1320.9811 48.0 1320.9927 32.0 1321.0043 32.0 1321.0159 25.0 1321.0275 9.0 1321.0391 12.0 1321.0507 6.0 1321.0623 8.0 1321.0739 7.0 1321.0855 7.0 1321.0971 7.0 1321.1087 8.0 1321.1203 6.0 1321.1319 2.0 1321.1435 1.0 1321.1551 7.0 1321.1667 10.0 1321.1783 8.0 1321.1899 3.0 1321.2015 6.0 1321.2131 8.0 1321.2247 3.0 1321.2363 11.0 1321.2479 8.0 1321.2596 10.0 1321.2712 16.0 1321.2828 9.0 1321.2944 5.0 1321.306 3.0 1321.3176 10.0 1321.3292 5.0 1321.3408 5.0 1321.3524 9.0 1321.364 9.0 1321.3756 7.0 1321.3872 9.0 1321.3988 7.0 1321.4104 3.0 1321.422 6.0 1321.4336 6.0 1321.4452 3.0 1321.4568 6.0 1321.4684 6.0 1321.4916 5.0 1321.5032 8.0 1321.5148 15.0 1321.5264 6.0 1321.538 6.0 1321.5496 11.0 1321.5612 5.0 1321.5728 8.0 1321.5844 8.0 1321.596 6.0 1321.6077 10.0 1321.6193 4.0 1321.6309 3.0 1321.6425 6.0 1321.6541 10.0 1321.6657 6.0 1321.6773 9.0 1321.6889 5.0 1321.7005 7.0 1321.7121 12.0 1321.7237 9.0 1321.7353 6.0 1321.7469 10.0 1321.7585 17.0 1321.7701 3.0 1321.7817 2.0 1321.7933 5.0 1321.8049 4.0 1321.8165 1.0 1321.8281 6.0 1321.8397 7.0 1321.8514 3.0 1321.863 3.0 1321.8746 5.0 1321.8862 1.0 1321.8978 3.0 1321.9094 3.0 1321.921 4.0 1321.9326 2.0 1321.9442 10.0 1321.9558 18.0 1321.9674 21.0 1321.979 22.0 1321.9906 9.0 1322.0022 16.0 1322.0138 17.0 1322.0254 11.0 1322.037 5.0 1322.0486 2.0 1322.0603 20.0 1322.0719 16.0 1322.0835 4.0 1322.1067 7.0 1322.1183 14.0 1322.1299 6.0 1322.1415 5.0 1322.1531 6.0 1322.1647 5.0 1322.1763 3.0 1322.1879 1.0 1322.1995 1.0 1322.2111 1.0 1322.2227 6.0 1322.2344 4.0 1322.246 5.0 1322.2576 11.0 1322.2692 3.0 1322.2808 4.0 1322.2924 2.0 1322.304 6.0 1322.3156 3.0 1322.3272 13.0 1322.3388 3.0 1322.3504 5.0 1322.362 14.0 1322.3736 5.0 1322.3852 6.0 1322.3969 4.0 1322.4085 1.0 1322.4201 1.0 1322.4317 10.0 1322.4433 7.0 1322.4549 11.0 1322.4665 2.0 1322.4781 4.0 1322.4897 4.0 1322.5013 2.0 1322.5245 15.0 1322.5361 4.0 1322.5478 3.0 1322.5594 8.0 1322.571 9.0 1322.5826 4.0 1322.5942 8.0 1322.6058 6.0 1322.6174 9.0 1322.629 2.0 1322.6406 9.0 1322.6522 13.0 1322.6638 11.0 1322.6755 7.0 1322.6871 7.0 1322.6987 10.0 1322.7103 17.0 1322.7219 7.0 1322.7335 9.0 1322.7451 7.0 1322.7567 4.0 1322.7683 6.0 1322.7799 7.0 1322.7915 5.0 1322.8032 9.0 1322.8148 6.0 1322.8264 7.0 1322.838 9.0 1322.8496 4.0 1322.8612 1.0 1322.8728 7.0 1322.8844 5.0 1322.896 5.0 1322.9076 4.0 1322.9192 5.0 1322.9309 7.0 1322.9425 6.0 1322.9541 15.0 1322.9657 16.0 1322.9773 4.0 1322.9889 8.0 1323.0005 14.0 1323.0121 18.0 1323.0237 16.0 1323.0354 10.0 1323.047 11.0 1323.0586 11.0 1323.0702 8.0 1323.0818 7.0 1323.0934 6.0 1323.105 4.0 1323.1166 2.0 1323.1282 1.0 1323.1398 2.0 1323.1631 8.0 1323.1747 6.0 1323.1863 2.0 1323.1979 3.0 1323.2095 3.0 1323.2211 4.0 1323.2327 5.0 1323.2443 2.0 1323.256 1.0 1323.2676 2.0 1323.2792 5.0 1323.2908 9.0 1323.3024 9.0 1323.314 8.0 1323.3256 10.0 1323.3372 13.0 1323.3489 9.0 1323.3605 1.0 1323.3721 3.0 1323.3837 13.0 1323.3953 8.0 1323.4069 3.0 1323.4185 3.0 1323.4301 4.0 1323.4417 6.0 1323.4534 9.0 1323.465 9.0 1323.4766 6.0 1323.4882 10.0 1323.4998 9.0 1323.5114 8.0 1323.523 2.0 1323.5346 7.0 1323.5463 10.0 1323.5579 6.0 1323.5695 2.0 1323.5811 3.0 1323.5927 5.0 1323.6043 4.0 1323.6159 5.0 1323.6276 9.0 1323.6392 7.0 1323.6508 8.0 1323.6624 1.0 1323.674 3.0 1323.6856 6.0 1323.6972 8.0 1323.7088 2.0 1323.7205 1.0 1323.7321 5.0 1323.7437 10.0 1323.7553 5.0 1323.7669 7.0 1323.7785 3.0 1323.7901 4.0 1323.8018 1.0 1323.8134 4.0 1323.825 3.0 1323.8366 7.0 1323.8482 6.0 1323.8598 7.0 1323.8714 11.0 1323.8831 3.0 1323.8947 4.0 1323.9063 9.0 1323.9179 3.0 1323.9295 6.0 1323.9411 5.0 1323.9527 6.0 1323.9644 6.0 1323.976 5.0 1323.9876 1.0 1323.9992 10.0 1324.0108 14.0 1324.0224 6.0 1324.034 11.0 1324.0457 3.0 1324.0573 8.0 1324.0689 12.0 1324.0805 10.0 1324.0921 7.0 1324.1037 1.0 1324.1153 2.0 1324.127 7.0 1324.1386 2.0 1324.1502 9.0 1324.1618 7.0 1324.1734 6.0 1324.185 9.0 1324.1967 8.0 1324.2083 3.0 1324.2199 4.0 1324.2315 7.0 1324.2431 4.0 1324.2547 3.0 1324.2663 5.0 1324.278 14.0 1324.2896 6.0 1324.3012 5.0 1324.3128 6.0 1324.336 10.0 1324.3477 1.0 1324.3593 3.0 1324.3709 4.0 1324.3825 3.0 1324.3941 9.0 1324.4057 3.0 1324.4174 5.0 1324.429 4.0 1324.4406 9.0 1324.4522 15.0 1324.4638 7.0 1324.4754 9.0 1324.4871 9.0 1324.4987 14.0 1324.5103 9.0 1324.5219 2.0 1324.5335 8.0 1324.5451 5.0 1324.5568 17.0 1324.5684 16.0 1324.58 15.0 1324.5916 6.0 1324.6032 6.0 1324.6148 7.0 1324.6265 2.0 1324.6381 7.0 1324.6497 5.0 1324.6613 4.0 1324.6729 2.0 1324.6846 9.0 1324.6962 17.0 1324.7078 13.0 1324.7194 4.0 1324.731 14.0 1324.7426 9.0 1324.7543 12.0 1324.7659 15.0 1324.7775 8.0 1324.7891 1.0 1324.8007 5.0 1324.8124 2.0 1324.824 6.0 1324.8356 8.0 1324.8472 3.0 1324.8588 5.0 1324.8704 8.0 1324.8821 7.0 1324.8937 15.0 1324.9053 17.0 1324.9169 3.0 1324.9285 7.0 1324.9402 7.0 1324.9518 5.0 1324.9634 6.0 1324.975 9.0 1324.9866 6.0 1324.9983 2.0 1325.0099 3.0 1325.0215 7.0 1325.0331 2.0 1325.0447 2.0 1325.0563 4.0 1325.068 2.0 1325.0796 3.0 1325.0912 8.0 1325.1028 7.0 1325.1144 8.0 1325.1261 9.0 1325.1377 2.0 1325.1493 4.0 1325.1609 2.0 1325.1725 3.0 1325.1842 3.0 1325.1958 7.0 1325.2074 5.0 1325.219 2.0 1325.2306 9.0 1325.2423 9.0 1325.2539 2.0 1325.2655 9.0 1325.2771 5.0 1325.2887 5.0 1325.3004 4.0 1325.312 1.0 1325.3236 3.0 1325.3352 4.0 1325.3468 4.0 1325.3585 12.0 1325.3701 11.0 1325.3817 13.0 1325.3933 3.0 1325.405 8.0 1325.4166 3.0 1325.4282 5.0 1325.4398 3.0 1325.4514 2.0 1325.4631 9.0 1325.4747 5.0 1325.4863 9.0 1325.4979 7.0 1325.5095 3.0 1325.5212 3.0 1325.5328 1.0 1325.5444 3.0 1325.556 6.0 1325.5676 6.0 1325.5793 13.0 1325.5909 5.0 1325.6025 2.0 1325.6141 4.0 1325.6258 4.0 1325.6374 10.0 1325.6606 4.0 1325.6722 9.0 1325.6839 6.0 1325.6955 1.0 1325.7071 6.0 1325.7187 7.0 1325.7304 15.0 1325.742 12.0 1325.7536 5.0 1325.7652 7.0 1325.7768 8.0 1325.7885 7.0 1325.8001 2.0 1325.8117 5.0 1325.8233 3.0 1325.835 8.0 1325.8466 7.0 1325.8582 6.0 1325.8698 13.0 1325.8815 6.0 1325.8931 7.0 1325.9047 4.0 1325.9163 4.0 1325.9279 6.0 1325.9396 3.0 1325.9512 6.0 1325.9744 2.0 1325.9861 6.0 1325.9977 13.0 1326.0093 16.0 1326.0209 9.0 1326.0326 7.0 1326.0442 1.0 1326.0558 5.0 1326.0674 5.0 1326.0791 6.0 1326.0907 8.0 1326.1023 5.0 1326.1139 3.0 1326.1255 4.0 1326.1372 5.0 1326.1488 5.0 1326.1604 9.0 1326.172 11.0 1326.1837 8.0 1326.1953 6.0 1326.2069 3.0 1326.2185 2.0 1326.2302 9.0 1326.2418 9.0 1326.2534 5.0 1326.265 7.0 1326.2767 6.0 1326.2883 4.0 1326.2999 5.0 1326.3115 7.0 1326.3232 13.0 1326.3348 6.0 1326.3464 8.0 1326.358 5.0 1326.3697 1.0 1326.3813 5.0 1326.3929 4.0 1326.4045 9.0 1326.4162 6.0 1326.4278 1.0 1326.4394 8.0 1326.451 16.0 1326.4627 4.0 1326.4743 7.0 1326.4859 16.0 1326.4975 10.0 1326.5092 7.0 1326.5208 12.0 1326.5324 4.0 1326.544 8.0 1326.5557 8.0 1326.5673 4.0 1326.5789 6.0 1326.5906 4.0 1326.6022 9.0 1326.6138 6.0 1326.6254 4.0 1326.6371 3.0 1326.6487 5.0 1326.6603 5.0 1326.6719 1.0 1326.6836 4.0 1326.6952 9.0 1326.7068 3.0 1326.7184 4.0 1326.7301 7.0 1326.7417 2.0 1326.7533 3.0 1326.765 13.0 1326.7766 11.0 1326.7882 4.0 1326.7998 2.0 1326.8115 4.0 1326.8231 5.0 1326.8347 3.0 1326.8463 10.0 1326.858 7.0 1326.8696 5.0 1326.8812 10.0 1326.8928 6.0 1326.9045 6.0 1326.9161 5.0 1326.9277 5.0 1326.9394 2.0 1326.951 6.0 1326.9626 10.0 1326.9742 3.0 1326.9859 4.0 1326.9975 2.0 1327.0091 2.0 1327.0208 4.0 1327.0324 9.0 1327.044 2.0 1327.0556 5.0 1327.0673 9.0 1327.0789 5.0 1327.0905 6.0 1327.1022 8.0 1327.1138 7.0 1327.1254 1.0 1327.137 1.0 1327.1603 1.0 1327.1719 2.0 1327.1836 10.0 1327.1952 3.0 1327.2068 4.0 1327.2184 4.0 1327.2301 11.0 1327.2417 15.0 1327.2533 2.0 1327.265 4.0 1327.2766 5.0 1327.2882 5.0 1327.2998 6.0 1327.3115 6.0 1327.3231 10.0 1327.3347 9.0 1327.3464 3.0 1327.358 8.0 1327.3696 6.0 1327.3812 7.0 1327.3929 3.0 1327.4045 4.0 1327.4161 13.0 1327.4278 12.0 1327.4394 3.0 1327.451 4.0 1327.4627 3.0 1327.4743 3.0 1327.4859 4.0 1327.4975 5.0 1327.5092 10.0 1327.5208 15.0 1327.5324 14.0 1327.5441 6.0 1327.5557 7.0 1327.5673 1.0 1327.579 4.0 1327.5906 6.0 1327.6022 7.0 1327.6139 7.0 1327.6255 8.0 1327.6371 12.0 1327.6487 12.0 1327.6604 13.0 1327.672 8.0 1327.6836 3.0 1327.6953 9.0 1327.7069 6.0 1327.7185 12.0 1327.7302 7.0 1327.7418 8.0 1327.7534 13.0 1327.7767 6.0 1327.7883 6.0 1327.7999 10.0 1327.8116 10.0 1327.8232 6.0 1327.8348 6.0 1327.8465 2.0 1327.8581 7.0 1327.8697 5.0 1327.8814 7.0 1327.893 3.0 1327.9046 8.0 1327.9163 7.0 1327.9279 6.0 1327.9395 4.0 1327.9512 2.0 1327.9628 9.0 1327.9744 3.0 1327.9861 5.0 1327.9977 2.0 1328.0093 5.0 1328.021 3.0 1328.0326 4.0 1328.0442 7.0 1328.0559 9.0 1328.0675 6.0 1328.0791 10.0 1328.0908 4.0 1328.1024 2.0 1328.114 8.0 1328.1257 2.0 1328.1373 3.0 1328.1489 10.0 1328.1606 2.0 1328.1722 6.0 1328.1838 9.0 1328.1955 2.0 1328.2071 3.0 1328.2187 11.0 1328.2303 3.0 1328.242 5.0 1328.2536 6.0 1328.2653 7.0 1328.2769 2.0 1328.2885 7.0 1328.3002 8.0 1328.3118 6.0 1328.3234 2.0 1328.3351 4.0 1328.3467 5.0 1328.3583 5.0 1328.37 1.0 1328.3816 4.0 1328.3932 1.0 1328.4049 3.0 1328.4165 2.0 1328.4281 9.0 1328.4398 13.0 1328.4514 7.0 1328.463 6.0 1328.4747 4.0 1328.4863 6.0 1328.4979 3.0 1328.5096 6.0 1328.5212 7.0 1328.5328 5.0 1328.5445 9.0 1328.5561 5.0 1328.5677 3.0 1328.5794 9.0 1328.591 11.0 1328.6026 8.0 1328.6143 9.0 1328.6259 11.0 1328.6375 7.0 1328.6492 9.0 1328.6608 3.0 1328.6725 7.0 1328.6841 4.0 1328.6957 4.0 1328.7074 9.0 1328.719 16.0 1328.7306 13.0 1328.7423 11.0 1328.7539 8.0 1328.7655 4.0 1328.7772 4.0 1328.7888 9.0 1328.8004 7.0 1328.8121 4.0 1328.8237 19.0 1328.8354 5.0 1328.847 9.0 1328.8586 10.0 1328.8703 12.0 1328.8819 4.0 1328.8935 7.0 1328.9168 4.0 1328.9284 2.0 1328.9634 7.0 1328.975 6.0 1328.9866 7.0 1328.9983 1.0 1329.0099 3.0 1329.0215 6.0 1329.0332 2.0 1329.0448 16.0 1329.0564 14.0 1329.0681 3.0 1329.0797 14.0 1329.0914 26.0 1329.103 8.0 1329.1146 5.0 1329.1263 3.0 1329.1379 11.0 1329.1495 14.0 1329.1612 16.0 1329.1728 6.0 1329.1845 2.0 1329.1961 8.0 1329.2077 5.0 1329.2194 6.0 1329.231 8.0 1329.2426 3.0 1329.2543 4.0 1329.2659 9.0 1329.2776 10.0 1329.2892 5.0 1329.3008 2.0 1329.3125 5.0 1329.3241 7.0 1329.3358 6.0 1329.3474 10.0 1329.359 7.0 1329.3707 2.0 1329.3823 2.0 1329.3939 2.0 1329.4056 5.0 1329.4172 14.0 1329.4289 9.0 1329.4405 10.0 1329.4521 12.0 1329.4638 4.0 1329.4754 8.0 1329.4871 9.0 1329.4987 5.0 1329.5103 7.0 1329.522 3.0 1329.5336 1.0 1329.5453 3.0 1329.5569 3.0 1329.5685 5.0 1329.5802 3.0 1329.5918 7.0 1329.6034 12.0 1329.6151 10.0 1329.6267 5.0 1329.6384 2.0 1329.65 5.0 1329.6616 7.0 1329.6733 10.0 1329.6849 9.0 1329.6966 5.0 1329.7082 3.0 1329.7198 7.0 1329.7315 15.0 1329.7431 12.0 1329.7548 5.0 1329.7664 12.0 1329.778 6.0 1329.7897 11.0 1329.8013 8.0 1329.813 2.0 1329.8246 12.0 1329.8362 6.0 1329.8479 5.0 1329.8595 6.0 1329.8712 1.0 1329.8828 8.0 1329.8944 7.0 1329.9061 3.0 1329.9177 14.0 1329.9294 8.0 1329.941 6.0 1329.9527 2.0 1329.9643 1.0 1329.9759 8.0 1329.9876 13.0 1329.9992 4.0 1330.0109 1.0 1330.0225 7.0 1330.0341 2.0 1330.0458 2.0 1330.0574 2.0 1330.0691 6.0 1330.0807 5.0 1330.0923 1.0 1330.104 5.0 1330.1156 7.0 1330.1273 7.0 1330.1389 13.0 1330.1506 7.0 1330.1738 2.0 1330.1855 2.0 1330.1971 5.0 1330.2088 8.0 1330.2204 7.0 1330.2321 5.0 1330.2437 6.0 1330.2553 4.0 1330.267 1.0 1330.2786 3.0 1330.2903 8.0 1330.3019 8.0 1330.3135 3.0 1330.3252 6.0 1330.3368 7.0 1330.3485 12.0 1330.3601 14.0 1330.3718 2.0 1330.3834 5.0 1330.395 6.0 1330.4067 4.0 1330.4183 9.0 1330.43 1.0 1330.4416 5.0 1330.4649 3.0 1330.4765 2.0 1330.4882 3.0 1330.4998 7.0 1330.5115 12.0 1330.5231 18.0 1330.5348 14.0 1330.5581 2.0 1330.5697 7.0 1330.5813 3.0 1330.593 8.0 1330.6046 9.0 1330.6163 3.0 1330.6279 6.0 1330.6396 3.0 1330.6512 12.0 1330.6628 5.0 1330.6745 4.0 1330.6861 6.0 1330.6978 4.0 1330.7094 1.0 1330.7211 6.0 1330.7327 7.0 1330.7444 16.0 1330.756 22.0 1330.7676 15.0 1330.7793 10.0 1330.7909 7.0 1330.8026 13.0 1330.8142 11.0 1330.8259 2.0 1330.8375 5.0 1330.8492 8.0 1330.8608 5.0 1330.8725 4.0 1330.8841 5.0 1330.8957 2.0 1330.9074 2.0 1330.919 3.0 1330.9307 5.0 1330.9423 3.0 1330.954 8.0 1330.9656 7.0 1330.9773 9.0 1330.9889 7.0 1331.0005 4.0 1331.0122 3.0 1331.0238 13.0 1331.0355 24.0 1331.0471 9.0 1331.0588 3.0 1331.0704 5.0 1331.0821 10.0 1331.0937 1.0 1331.1054 3.0 1331.117 5.0 1331.1287 5.0 1331.1403 3.0 1331.1519 2.0 1331.1636 5.0 1331.1752 3.0 1331.1869 2.0 1331.1985 4.0 1331.2102 2.0 1331.2218 6.0 1331.2335 14.0 1331.2451 6.0 1331.2568 7.0 1331.2684 6.0 1331.2801 6.0 1331.2917 9.0 1331.3034 6.0 1331.315 4.0 1331.3266 3.0 1331.3383 6.0 1331.3499 6.0 1331.3732 2.0 1331.3849 2.0 1331.3965 2.0 1331.4082 7.0 1331.4198 7.0 1331.4315 2.0 1331.4431 3.0 1331.4548 9.0 1331.4664 1.0 1331.4781 5.0 1331.4897 8.0 1331.5014 5.0 1331.513 6.0 1331.5247 4.0 1331.5363 5.0 1331.5479 5.0 1331.5596 4.0 1331.5712 5.0 1331.5829 5.0 1331.5945 7.0 1331.6062 5.0 1331.6178 9.0 1331.6295 14.0 1331.6411 5.0 1331.6528 4.0 1331.6644 7.0 1331.6761 8.0 1331.6877 9.0 1331.6994 10.0 1331.711 6.0 1331.7227 5.0 1331.7343 4.0 1331.746 5.0 1331.7576 7.0 1331.7693 6.0 1331.7809 12.0 1331.7926 7.0 1331.8042 5.0 1331.8159 6.0 1331.8275 8.0 1331.8392 6.0 1331.8508 7.0 1331.8625 1.0 1331.8741 14.0 1331.8858 3.0 1331.8974 3.0 1331.9091 9.0 1331.9207 4.0 1331.944 3.0 1331.9557 10.0 1331.9673 8.0 1331.979 6.0 1331.9906 14.0 1332.0023 14.0 1332.0139 2.0 1332.0256 4.0 1332.0372 3.0 1332.0489 5.0 1332.0605 7.0 1332.0722 4.0 1332.0838 7.0 1332.0955 11.0 1332.1071 14.0 1332.1188 6.0 1332.1304 5.0 1332.1421 2.0 1332.1537 3.0 1332.1654 1.0 1332.177 3.0 1332.1887 6.0 1332.2003 6.0 1332.212 7.0 1332.2236 3.0 1332.2353 2.0 1332.2469 6.0 1332.2586 4.0 1332.2702 6.0 1332.2819 16.0 1332.2935 5.0 1332.3052 3.0 1332.3168 4.0 1332.3285 3.0 1332.3401 15.0 1332.3518 15.0 1332.3634 6.0 1332.3751 9.0 1332.3867 4.0 1332.3984 7.0 1332.41 5.0 1332.4217 6.0 1332.4333 8.0 1332.445 12.0 1332.4566 6.0 1332.4683 5.0 1332.48 4.0 1332.4916 4.0 1332.5033 8.0 1332.5149 6.0 1332.5266 7.0 1332.5382 11.0 1332.5499 12.0 1332.5615 13.0 1332.5732 5.0 1332.5848 3.0 1332.5965 5.0 1332.6081 7.0 1332.6198 7.0 1332.6314 12.0 1332.6431 14.0 1332.6547 11.0 1332.6664 7.0 1332.678 4.0 1332.6897 5.0 1332.7014 2.0 1332.713 3.0 1332.7247 10.0 1332.7363 7.0 1332.748 3.0 1332.7596 8.0 1332.7713 10.0 1332.7829 12.0 1332.7946 12.0 1332.8062 10.0 1332.8179 4.0 1332.8295 11.0 1332.8412 8.0 1332.8528 7.0 1332.8645 12.0 1332.8762 12.0 1332.8878 9.0 1332.8995 5.0 1332.9111 3.0 1332.9228 7.0 1332.9344 1.0 1332.9461 3.0 1332.9577 3.0 1332.9694 13.0 1332.981 6.0 1332.9927 6.0 1333.0043 8.0 1333.016 15.0 1333.0277 6.0 1333.0393 11.0 1333.051 8.0 1333.0626 7.0 1333.0743 5.0 1333.0859 4.0 1333.0976 3.0 1333.1092 4.0 1333.1209 6.0 1333.1326 5.0 1333.1442 4.0 1333.1559 3.0 1333.1675 3.0 1333.1792 6.0 1333.1908 6.0 1333.2025 4.0 1333.2141 5.0 1333.2258 8.0 1333.2374 11.0 1333.2491 15.0 1333.2608 11.0 1333.2724 7.0 1333.2841 3.0 1333.2957 12.0 1333.3074 10.0 1333.319 7.0 1333.3307 9.0 1333.3423 7.0 1333.354 3.0 1333.3657 5.0 1333.3773 5.0 1333.389 9.0 1333.4006 13.0 1333.4123 10.0 1333.4239 5.0 1333.4356 9.0 1333.4473 7.0 1333.4589 7.0 1333.4706 3.0 1333.4822 3.0 1333.4939 7.0 1333.5055 7.0 1333.5172 3.0 1333.5288 6.0 1333.5405 4.0 1333.5522 7.0 1333.5638 11.0 1333.5755 17.0 1333.5871 17.0 1333.5988 7.0 1333.6104 9.0 1333.6221 11.0 1333.6338 7.0 1333.6454 6.0 1333.6571 4.0 1333.6687 7.0 1333.6804 9.0 1333.692 7.0 1333.7037 4.0 1333.7154 4.0 1333.727 3.0 1333.7387 11.0 1333.7503 7.0 1333.762 8.0 1333.7737 4.0 1333.7853 5.0 1333.797 3.0 1333.8086 5.0 1333.8203 13.0 1333.8319 10.0 1333.8436 4.0 1333.8553 9.0 1333.8669 7.0 1333.8786 5.0 1333.8902 4.0 1333.9019 5.0 1333.9135 3.0 1333.9252 2.0 1333.9369 4.0 1333.9485 10.0 1333.9602 6.0 1333.9718 2.0 1333.9835 6.0 1333.9952 11.0 1334.0068 2.0 1334.0185 3.0 1334.0301 1.0 1334.0418 8.0 1334.0535 2.0 1334.0651 6.0 1334.0768 8.0 1334.0884 9.0 1334.1001 3.0 1334.1117 3.0 1334.1234 4.0 1334.1351 4.0 1334.1467 3.0 1334.1584 4.0 1334.17 4.0 1334.1817 3.0 1334.1934 1.0 1334.205 2.0 1334.2167 4.0 1334.2283 5.0 1334.24 2.0 1334.2517 4.0 1334.2633 10.0 1334.275 9.0 1334.2866 2.0 1334.2983 6.0 1334.31 3.0 1334.3216 8.0 1334.3333 7.0 1334.3449 2.0 1334.3566 6.0 1334.3683 4.0 1334.3799 4.0 1334.3916 3.0 1334.4032 6.0 1334.4149 3.0 1334.4266 1.0 1334.4382 4.0 1334.4499 3.0 1334.4616 12.0 1334.4732 7.0 1334.4849 8.0 1334.4965 1.0 1334.5082 10.0 1334.5199 7.0 1334.5315 7.0 1334.5432 4.0 1334.5548 12.0 1334.5665 3.0 1334.5782 5.0 1334.5898 5.0 1334.6015 4.0 1334.6131 3.0 1334.6248 5.0 1334.6365 10.0 1334.6481 3.0 1334.6598 4.0 1334.6715 5.0 1334.6831 1.0 1334.6948 11.0 1334.7064 11.0 1334.7181 9.0 1334.7298 8.0 1334.7414 8.0 1334.7531 6.0 1334.7648 11.0 1334.7764 3.0 1334.7881 6.0 1334.7997 7.0 1334.8114 3.0 1334.8231 3.0 1334.8347 5.0 1334.8464 6.0 1334.858 8.0 1334.8697 11.0 1334.8814 9.0 1334.893 5.0 1334.9047 3.0 1334.9164 6.0 1334.928 11.0 1334.9397 2.0 1334.9514 5.0 1334.963 3.0 1334.9747 3.0 1334.9863 3.0 1334.998 3.0 1335.0097 10.0 1335.0213 8.0 1335.033 4.0 1335.0447 4.0 1335.0563 2.0 1335.068 7.0 1335.0796 10.0 1335.0913 4.0 1335.103 4.0 1335.1146 4.0 1335.1263 3.0 1335.138 4.0 1335.1496 1.0 1335.1613 3.0 1335.173 3.0 1335.1846 1.0 1335.1963 3.0 1335.2079 10.0 1335.2196 5.0 1335.2313 5.0 1335.2429 5.0 1335.2546 8.0 1335.2663 2.0 1335.2779 7.0 1335.2896 13.0 1335.3013 8.0 1335.3129 10.0 1335.3246 9.0 1335.3363 12.0 1335.3479 15.0 1335.3596 18.0 1335.3713 12.0 1335.3829 8.0 1335.3946 6.0 1335.4062 3.0 1335.4179 2.0 1335.4296 4.0 1335.4412 6.0 1335.4529 8.0 1335.4646 2.0 1335.4762 5.0 1335.4879 5.0 1335.4996 7.0 1335.5112 12.0 1335.5229 15.0 1335.5346 9.0 1335.5462 17.0 1335.5579 5.0 1335.5696 6.0 1335.5812 7.0 1335.5929 16.0 1335.6046 16.0 1335.6162 8.0 1335.6279 8.0 1335.6396 7.0 1335.6512 4.0 1335.6629 6.0 1335.6746 3.0 1335.6862 1.0 1335.6979 6.0 1335.7096 9.0 1335.7212 1.0 1335.7329 11.0 1335.7446 10.0 1335.7562 8.0 1335.7679 9.0 1335.7796 6.0 1335.7912 13.0 1335.8029 13.0 1335.8146 8.0 1335.8262 6.0 1335.8379 5.0 1335.8496 9.0 1335.8612 12.0 1335.8729 8.0 1335.8846 1.0 1335.8962 5.0 1335.9079 4.0 1335.9196 11.0 1335.9312 5.0 1335.9429 7.0 1335.9546 5.0 1335.9662 6.0 1335.9779 1.0 1335.9896 13.0 1336.0012 17.0 1336.0129 4.0 1336.0246 6.0 1336.0362 10.0 1336.0479 11.0 1336.0596 4.0 1336.0712 2.0 1336.0829 3.0 1336.0946 3.0 1336.1062 5.0 1336.1179 10.0 1336.1296 4.0 1336.1412 1.0 1336.1529 5.0 1336.1646 4.0 1336.1762 3.0 1336.1879 3.0 1336.1996 6.0 1336.2113 2.0 1336.2229 3.0 1336.2346 1.0 1336.2463 1.0 1336.2579 8.0 1336.2696 11.0 1336.2813 11.0 1336.2929 8.0 1336.3046 7.0 1336.3163 7.0 1336.3279 5.0 1336.3396 5.0 1336.3513 9.0 1336.3629 15.0 1336.3746 12.0 1336.3863 17.0 1336.398 12.0 1336.4096 6.0 1336.4213 5.0 1336.433 7.0 1336.4446 4.0 1336.4563 2.0 1336.468 2.0 1336.4796 5.0 1336.4913 5.0 1336.503 4.0 1336.5263 6.0 1336.538 7.0 1336.5497 7.0 1336.5613 6.0 1336.573 6.0 1336.5847 3.0 1336.5963 2.0 1336.608 1.0 1336.6197 5.0 1336.6314 6.0 1336.643 6.0 1336.6547 9.0 1336.6664 12.0 1336.678 4.0 1336.6897 6.0 1336.7014 12.0 1336.713 6.0 1336.7247 5.0 1336.7364 1.0 1336.7481 5.0 1336.7597 6.0 1336.7714 6.0 1336.7831 8.0 1336.7947 18.0 1336.8064 9.0 1336.8181 10.0 1336.8298 7.0 1336.8414 3.0 1336.8531 4.0 1336.8648 2.0 1336.8764 4.0 1336.8881 11.0 1336.8998 5.0 1336.9115 7.0 1336.9231 1.0 1336.9348 5.0 1336.9465 4.0 1336.9581 2.0 1336.9698 5.0 1336.9815 2.0 1336.9932 2.0 1337.0048 13.0 1337.0165 19.0 1337.0282 20.0 1337.0398 18.0 1337.0515 7.0 1337.0632 15.0 1337.0749 19.0 1337.0865 6.0 1337.0982 5.0 1337.1099 2.0 1337.1216 2.0 1337.1332 5.0 1337.1449 7.0 1337.1566 2.0 1337.1682 6.0 1337.1799 5.0 1337.1916 2.0 1337.2033 5.0 1337.2149 6.0 1337.2266 10.0 1337.2383 3.0 1337.25 7.0 1337.2616 5.0 1337.2733 3.0 1337.285 6.0 1337.2966 3.0 1337.3083 4.0 1337.32 5.0 1337.3317 6.0 1337.3433 18.0 1337.355 10.0 1337.3667 11.0 1337.3784 13.0 1337.39 13.0 1337.4017 23.0 1337.4134 12.0 1337.4251 5.0 1337.4367 9.0 1337.4484 5.0 1337.4601 4.0 1337.4718 5.0 1337.4834 8.0 1337.4951 5.0 1337.5068 5.0 1337.5184 5.0 1337.5301 13.0 1337.5418 12.0 1337.5535 13.0 1337.5651 15.0 1337.5768 7.0 1337.5885 4.0 1337.6002 14.0 1337.6118 10.0 1337.6235 8.0 1337.6352 2.0 1337.6469 6.0 1337.6585 8.0 1337.6702 7.0 1337.6819 11.0 1337.6936 6.0 1337.7052 6.0 1337.7169 5.0 1337.7286 6.0 1337.7403 9.0 1337.7519 5.0 1337.7636 14.0 1337.7753 8.0 1337.787 9.0 1337.7986 10.0 1337.8103 6.0 1337.822 12.0 1337.8337 15.0 1337.8453 7.0 1337.857 8.0 1337.8687 9.0 1337.8804 17.0 1337.8921 12.0 1337.9037 7.0 1337.9154 11.0 1337.9271 4.0 1337.9388 8.0 1337.9504 6.0 1337.9621 5.0 1337.9738 15.0 1337.9855 16.0 1337.9971 16.0 1338.0088 9.0 1338.0205 5.0 1338.0322 18.0 1338.0438 17.0 1338.0555 9.0 1338.0672 3.0 1338.0789 2.0 1338.0905 4.0 1338.1022 18.0 1338.1139 8.0 1338.1256 2.0 1338.1373 2.0 1338.1489 6.0 1338.1606 15.0 1338.1723 16.0 1338.184 7.0 1338.1956 7.0 1338.2073 10.0 1338.219 2.0 1338.2307 8.0 1338.2424 6.0 1338.254 4.0 1338.2657 13.0 1338.2774 14.0 1338.2891 15.0 1338.3007 2.0 1338.3124 4.0 1338.3241 3.0 1338.3358 3.0 1338.3475 3.0 1338.3591 5.0 1338.3708 1.0 1338.3825 2.0 1338.3942 6.0 1338.4058 4.0 1338.4175 1.0 1338.4292 1.0 1338.4409 5.0 1338.4526 6.0 1338.4642 12.0 1338.4759 13.0 1338.4876 9.0 1338.4993 5.0 1338.5109 6.0 1338.5226 6.0 1338.5343 11.0 1338.546 4.0 1338.5577 2.0 1338.5693 1.0 1338.581 9.0 1338.5927 6.0 1338.6044 3.0 1338.6161 7.0 1338.6277 7.0 1338.6394 3.0 1338.6511 1.0 1338.6628 6.0 1338.6745 5.0 1338.6861 5.0 1338.6978 9.0 1338.7095 15.0 1338.7212 7.0 1338.7328 11.0 1338.7445 4.0 1338.7562 7.0 1338.7679 3.0 1338.7912 16.0 1338.8029 14.0 1338.8146 7.0 1338.8263 8.0 1338.838 7.0 1338.8496 6.0 1338.8613 7.0 1338.873 1.0 1338.8847 3.0 1338.8964 4.0 1338.908 3.0 1338.9197 10.0 1338.9314 19.0 1338.9431 8.0 1338.9548 11.0 1338.9665 27.0 1338.9781 15.0 1338.9898 43.0 1339.0015 87.0 1339.0132 99.0 1339.0249 127.0 1339.0365 126.0 1339.0482 137.0 1339.0599 142.0 1339.0716 132.0 1339.0833 116.0 1339.0949 60.0 1339.1066 54.0 1339.1183 43.0 1339.13 35.0 1339.1417 34.0 1339.1533 28.0 1339.165 26.0 1339.1767 11.0 1339.1884 9.0 1339.2001 8.0 1339.2118 5.0 1339.2234 13.0 1339.2351 17.0 1339.2468 16.0 1339.2585 9.0 1339.2702 3.0 1339.2818 9.0 1339.2935 10.0 1339.3052 4.0 1339.3169 14.0 1339.3286 11.0 1339.3403 3.0 1339.3519 4.0 1339.3636 2.0 1339.3753 6.0 1339.387 9.0 1339.3987 10.0 1339.4104 14.0 1339.422 6.0 1339.4337 7.0 1339.4454 10.0 1339.4571 16.0 1339.4688 11.0 1339.4804 3.0 1339.4921 6.0 1339.5038 13.0 1339.5155 6.0 1339.5272 11.0 1339.5389 6.0 1339.5505 15.0 1339.5622 17.0 1339.5739 7.0 1339.5856 1.0 1339.5973 3.0 1339.609 12.0 1339.6206 9.0 1339.6323 6.0 1339.644 11.0 1339.6557 4.0 1339.6674 14.0 1339.6791 23.0 1339.6907 8.0 1339.7024 5.0 1339.7141 4.0 1339.7258 6.0 1339.7375 6.0 1339.7492 14.0 1339.7609 8.0 1339.7725 9.0 1339.7842 11.0 1339.7959 7.0 1339.8076 10.0 1339.8193 21.0 1339.831 12.0 1339.8426 2.0 1339.8543 2.0 1339.866 5.0 1339.8777 4.0 1339.8894 5.0 1339.9011 7.0 1339.9128 3.0 1339.9244 5.0 1339.9361 7.0 1339.9478 14.0 1339.9595 14.0 1339.9712 6.0 1339.9829 10.0 1339.9945 32.0 1340.0062 33.0 1340.0179 42.0 1340.0296 64.0 1340.0413 80.0 1340.053 66.0 1340.0647 37.0 1340.0763 34.0 1340.088 46.0 1340.0997 55.0 1340.1114 34.0 1340.1231 28.0 1340.1348 25.0 1340.1465 12.0 1340.1581 6.0 1340.1698 8.0 1340.1815 13.0 1340.1932 14.0 1340.2049 4.0 1340.2166 2.0 1340.2283 3.0 1340.2399 8.0 1340.2516 3.0 1340.2633 2.0 1340.275 5.0 1340.2867 3.0 1340.2984 3.0 1340.3101 5.0 1340.3217 8.0 1340.3334 6.0 1340.3451 10.0 1340.3568 2.0 1340.3685 3.0 1340.3802 3.0 1340.3919 5.0 1340.4036 5.0 1340.4152 7.0 1340.4269 12.0 1340.4386 9.0 1340.4503 2.0 1340.462 9.0 1340.4737 8.0 1340.4854 2.0 1340.4971 15.0 1340.5087 11.0 1340.5204 4.0 1340.5321 4.0 1340.5438 9.0 1340.5555 5.0 1340.5672 6.0 1340.5789 2.0 1340.5906 4.0 1340.6022 4.0 1340.6139 6.0 1340.6256 9.0 1340.6373 3.0 1340.649 6.0 1340.6607 6.0 1340.6724 5.0 1340.6841 4.0 1340.6957 2.0 1340.7074 3.0 1340.7191 7.0 1340.7308 9.0 1340.7425 13.0 1340.7542 6.0 1340.7659 25.0 1340.7776 33.0 1340.7893 12.0 1340.8009 4.0 1340.8126 10.0 1340.8243 10.0 1340.836 10.0 1340.8477 12.0 1340.8594 4.0 1340.8711 10.0 1340.8828 6.0 1340.8945 14.0 1340.9061 9.0 1340.9178 3.0 1340.9295 8.0 1340.9412 2.0 1340.9529 4.0 1340.9646 9.0 1340.9763 19.0 1340.988 21.0 1340.9997 10.0 1341.0113 16.0 1341.023 23.0 1341.0347 28.0 1341.0464 26.0 1341.0581 24.0 1341.0698 17.0 1341.0815 8.0 1341.0932 6.0 1341.1049 6.0 1341.1166 12.0 1341.1282 27.0 1341.1399 18.0 1341.1516 19.0 1341.1633 11.0 1341.175 8.0 1341.1867 19.0 1341.1984 8.0 1341.2101 7.0 1341.2218 3.0 1341.2335 5.0 1341.2451 10.0 1341.2568 10.0 1341.2685 2.0 1341.2802 6.0 1341.2919 4.0 1341.3036 13.0 1341.3153 8.0 1341.327 3.0 1341.3387 2.0 1341.3504 3.0 1341.3621 5.0 1341.3737 10.0 1341.3854 8.0 1341.3971 7.0 1341.4088 2.0 1341.4205 8.0 1341.4322 13.0 1341.4439 10.0 1341.4556 2.0 1341.4673 3.0 1341.479 5.0 1341.4907 5.0 1341.5024 8.0 1341.514 5.0 1341.5257 7.0 1341.5374 6.0 1341.5491 1.0 1341.5608 8.0 1341.5725 6.0 1341.5842 9.0 1341.5959 19.0 1341.6076 12.0 1341.6193 1.0 1341.631 4.0 1341.6427 9.0 1341.6544 3.0 1341.666 4.0 1341.6777 2.0 1341.6894 4.0 1341.7011 4.0 1341.7128 3.0 1341.7245 7.0 1341.7362 6.0 1341.7479 6.0 1341.7596 5.0 1341.7713 15.0 1341.783 7.0 1341.7947 12.0 1341.8064 9.0 1341.8181 7.0 1341.8297 13.0 1341.8414 12.0 1341.8531 6.0 1341.8648 11.0 1341.8765 12.0 1341.8882 8.0 1341.8999 3.0 1341.9116 6.0 1341.9233 8.0 1341.935 8.0 1341.9584 2.0 1341.9701 2.0 1341.9818 19.0 1341.9935 31.0 1342.0051 10.0 1342.0168 9.0 1342.0285 3.0 1342.0402 7.0 1342.0519 10.0 1342.0636 10.0 1342.0753 5.0 1342.087 3.0 1342.0987 2.0 1342.1104 4.0 1342.1221 3.0 1342.1338 6.0 1342.1455 12.0 1342.1572 4.0 1342.1689 4.0 1342.1806 2.0 1342.1923 3.0 1342.204 7.0 1342.2156 7.0 1342.2273 5.0 1342.239 3.0 1342.2507 5.0 1342.2624 10.0 1342.2741 1.0 1342.2858 5.0 1342.2975 5.0 1342.3092 14.0 1342.3209 6.0 1342.3326 9.0 1342.3443 4.0 1342.356 2.0 1342.3677 5.0 1342.3794 5.0 1342.3911 1.0 1342.4028 4.0 1342.4145 1.0 1342.4262 2.0 1342.4379 7.0 1342.4496 6.0 1342.4613 3.0 1342.4729 4.0 1342.4846 4.0 1342.4963 6.0 1342.508 3.0 1342.5197 6.0 1342.5314 4.0 1342.5431 7.0 1342.5548 7.0 1342.5665 3.0 1342.5782 9.0 1342.5899 9.0 1342.6016 7.0 1342.6133 4.0 1342.625 4.0 1342.6367 6.0 1342.6484 10.0 1342.6601 4.0 1342.6718 2.0 1342.6835 6.0 1342.6952 10.0 1342.7069 9.0 1342.7186 9.0 1342.7303 7.0 1342.742 4.0 1342.7537 7.0 1342.7654 9.0 1342.7771 9.0 1342.7888 10.0 1342.8005 9.0 1342.8122 10.0 1342.8239 11.0 1342.8355 3.0 1342.8472 4.0 1342.8589 2.0 1342.8823 2.0 1342.894 4.0 1342.9057 8.0 1342.9174 6.0 1342.9291 6.0 1342.9408 3.0 1342.9525 6.0 1342.9642 7.0 1342.9759 3.0 1342.9876 6.0 1342.9993 2.0 1343.011 6.0 1343.0227 5.0 1343.0344 4.0 1343.0461 7.0 1343.0578 7.0 1343.0695 10.0 1343.0812 10.0 1343.0929 1.0 1343.1046 4.0 1343.1163 9.0 1343.128 13.0 1343.1397 8.0 1343.1514 4.0 1343.1631 6.0 1343.1748 6.0 1343.1865 5.0 1343.1982 7.0 1343.2099 9.0 1343.2216 2.0 1343.2333 3.0 1343.245 5.0 1343.2567 3.0 1343.2684 4.0 1343.2801 11.0 1343.2918 7.0 1343.3035 4.0 1343.3152 1.0 1343.3269 5.0 1343.3386 6.0 1343.3503 6.0 1343.362 2.0 1343.3737 5.0 1343.3854 4.0 1343.3971 5.0 1343.4088 9.0 1343.4205 7.0 1343.4322 2.0 1343.4439 5.0 1343.4556 6.0 1343.4673 15.0 1343.479 7.0 1343.4907 7.0 1343.5024 4.0 1343.5141 8.0 1343.5258 10.0 1343.5375 11.0 1343.5492 12.0 1343.5609 5.0 1343.5726 5.0 1343.5843 3.0 1343.596 4.0 1343.6077 3.0 1343.6194 2.0 1343.6311 4.0 1343.6428 11.0 1343.6545 5.0 1343.6662 7.0 1343.6779 10.0 1343.6896 15.0 1343.7013 8.0 1343.713 3.0 1343.7247 10.0 1343.7364 4.0 1343.7481 3.0 1343.7598 11.0 1343.7715 6.0 1343.7832 7.0 1343.7949 12.0 1343.8066 19.0 1343.8183 8.0 1343.83 7.0 1343.8417 9.0 1343.8534 7.0 1343.8651 7.0 1343.8768 1.0 1343.8885 7.0 1343.9002 6.0 1343.9119 3.0 1343.9236 8.0 1343.9353 2.0 1343.9471 4.0 1343.9588 4.0 1343.9705 5.0 1343.9822 5.0 1343.9939 4.0 1344.0056 1.0 1344.0173 4.0 1344.029 6.0 1344.0407 3.0 1344.0524 8.0 1344.0641 9.0 1344.0758 9.0 1344.0875 9.0 1344.0992 9.0 1344.1109 8.0 1344.1226 1.0 1344.1343 3.0 1344.146 4.0 1344.1577 5.0 1344.1694 2.0 1344.1811 7.0 1344.1928 3.0 1344.2045 4.0 1344.2162 6.0 1344.2279 5.0 1344.2396 3.0 1344.2513 5.0 1344.263 6.0 1344.2747 8.0 1344.2864 7.0 1344.2981 2.0 1344.3099 4.0 1344.3216 5.0 1344.3333 5.0 1344.345 3.0 1344.3567 4.0 1344.3684 13.0 1344.3801 4.0 1344.3918 3.0 1344.4035 4.0 1344.4152 5.0 1344.4269 10.0 1344.4386 8.0 1344.4503 7.0 1344.462 5.0 1344.4737 4.0 1344.4854 8.0 1344.4971 16.0 1344.5088 7.0 1344.5205 5.0 1344.5322 16.0 1344.5439 3.0 1344.5557 11.0 1344.5674 17.0 1344.5791 12.0 1344.5908 5.0 1344.6025 14.0 1344.6142 7.0 1344.6259 4.0 1344.6376 16.0 1344.6493 8.0 1344.661 3.0 1344.6727 7.0 1344.6844 8.0 1344.6961 10.0 1344.7078 7.0 1344.7195 5.0 1344.7312 6.0 1344.7429 3.0 1344.7546 2.0 1344.7664 6.0 1344.7781 3.0 1344.7898 1.0 1344.8015 4.0 1344.8132 9.0 1344.8249 3.0 1344.8366 7.0 1344.8483 6.0 1344.86 3.0 1344.8717 1.0 1344.8834 2.0 1344.8951 6.0 1344.9185 5.0 1344.9302 6.0 1344.9419 7.0 1344.9537 5.0 1344.9654 2.0 1344.9771 8.0 1344.9888 6.0 1345.0005 6.0 1345.0122 5.0 1345.0239 5.0 1345.0356 4.0 1345.0473 9.0 1345.059 3.0 1345.0707 4.0 1345.0824 6.0 1345.0941 7.0 1345.1058 1.0 1345.1176 4.0 1345.1293 9.0 1345.141 4.0 1345.1527 3.0 1345.1644 26.0 1345.1761 14.0 1345.1878 10.0 1345.1995 11.0 1345.2112 2.0 1345.2229 12.0 1345.2346 13.0 1345.2463 5.0 1345.2581 3.0 1345.2698 5.0 1345.2815 6.0 1345.2932 4.0 1345.3049 3.0 1345.3166 2.0 1345.3283 2.0 1345.34 4.0 1345.3517 6.0 1345.3634 4.0 1345.3751 2.0 1345.3868 2.0 1345.3986 3.0 1345.4103 4.0 1345.422 4.0 1345.4337 8.0 1345.4454 7.0 1345.4571 2.0 1345.4688 4.0 1345.4805 3.0 1345.4922 11.0 1345.5039 9.0 1345.5156 5.0 1345.5274 6.0 1345.5391 3.0 1345.5508 2.0 1345.5625 11.0 1345.5742 7.0 1345.5859 4.0 1345.5976 6.0 1345.6093 4.0 1345.621 9.0 1345.6327 6.0 1345.6445 5.0 1345.6562 8.0 1345.6679 10.0 1345.6796 5.0 1345.6913 11.0 1345.703 5.0 1345.7147 1.0 1345.7264 4.0 1345.7381 3.0 1345.7498 4.0 1345.7616 10.0 1345.7733 9.0 1345.785 8.0 1345.7967 2.0 1345.8084 6.0 1345.8201 11.0 1345.8318 6.0 1345.8435 5.0 1345.8552 2.0 1345.8669 7.0 1345.8787 3.0 1345.8904 4.0 1345.9021 8.0 1345.9138 9.0 1345.9255 3.0 1345.9372 2.0 1345.9489 4.0 1345.9606 6.0 1345.9723 8.0 1345.9841 6.0 1345.9958 4.0 1346.0075 9.0 1346.0192 3.0 1346.0309 5.0 1346.0543 3.0 1346.066 7.0 1346.0778 9.0 1346.0895 4.0 1346.1012 4.0 1346.1129 7.0 1346.1246 9.0 1346.1363 6.0 1346.148 8.0 1346.1597 1.0 1346.1714 4.0 1346.1832 8.0 1346.1949 9.0 1346.2066 10.0 1346.2183 9.0 1346.23 18.0 1346.2417 9.0 1346.2534 4.0 1346.2651 7.0 1346.2769 2.0 1346.2886 8.0 1346.3003 4.0 1346.312 3.0 1346.3237 5.0 1346.3354 7.0 1346.3471 5.0 1346.3589 4.0 1346.3706 6.0 1346.3823 4.0 1346.394 3.0 1346.4057 4.0 1346.4174 4.0 1346.4291 14.0 1346.4408 20.0 1346.4526 15.0 1346.4643 5.0 1346.476 4.0 1346.4877 6.0 1346.4994 11.0 1346.5111 7.0 1346.5228 6.0 1346.5346 5.0 1346.5463 9.0 1346.558 7.0 1346.5697 3.0 1346.5814 5.0 1346.5931 9.0 1346.6048 3.0 1346.6165 9.0 1346.6283 7.0 1346.64 1.0 1346.6517 2.0 1346.6634 12.0 1346.6751 10.0 1346.6868 3.0 1346.6986 6.0 1346.7103 2.0 1346.722 7.0 1346.7337 10.0 1346.7454 14.0 1346.7571 13.0 1346.7688 6.0 1346.7806 4.0 1346.7923 8.0 1346.804 6.0 1346.8157 7.0 1346.8274 18.0 1346.8391 11.0 1346.8508 13.0 1346.8626 6.0 1346.8743 6.0 1346.886 11.0 1346.8977 7.0 1346.9094 8.0 1346.9211 3.0 1346.9329 5.0 1346.9446 5.0 1346.9563 5.0 1346.968 4.0 1346.9797 9.0 1346.9914 10.0 1347.0031 6.0 1347.0149 8.0 1347.0266 1.0 1347.0383 9.0 1347.05 10.0 1347.0617 12.0 1347.0734 19.0 1347.0852 9.0 1347.0969 9.0 1347.1086 8.0 1347.1203 8.0 1347.132 3.0 1347.1437 5.0 1347.1555 4.0 1347.1672 3.0 1347.1789 2.0 1347.1906 4.0 1347.2023 3.0 1347.214 7.0 1347.2258 13.0 1347.2375 13.0 1347.2492 16.0 1347.2609 6.0 1347.2726 8.0 1347.2843 5.0 1347.2961 4.0 1347.3078 7.0 1347.3195 6.0 1347.3312 2.0 1347.3429 2.0 1347.3546 8.0 1347.3664 5.0 1347.3781 12.0 1347.3898 19.0 1347.4015 24.0 1347.4132 10.0 1347.4249 7.0 1347.4367 4.0 1347.4484 9.0 1347.4601 1.0 1347.4718 2.0 1347.4835 2.0 1347.4953 9.0 1347.507 5.0 1347.5187 10.0 1347.5304 10.0 1347.5421 14.0 1347.5538 5.0 1347.5656 9.0 1347.5773 12.0 1347.589 8.0 1347.6007 11.0 1347.6124 11.0 1347.6242 8.0 1347.6359 10.0 1347.6476 11.0 1347.6593 5.0 1347.671 2.0 1347.6828 5.0 1347.6945 5.0 1347.7062 3.0 1347.7179 7.0 1347.7296 5.0 1347.7413 3.0 1347.7531 2.0 1347.7648 3.0 1347.7765 3.0 1347.7882 3.0 1347.7999 12.0 1347.8117 5.0 1347.8234 3.0 1347.8351 13.0 1347.8468 3.0 1347.8585 5.0 1347.8703 13.0 1347.882 8.0 1347.8937 5.0 1347.9054 4.0 1347.9171 6.0 1347.9289 7.0 1347.9406 1.0 1347.9523 8.0 1347.964 7.0 1347.9757 4.0 1347.9875 4.0 1347.9992 15.0 1348.0109 6.0 1348.0226 6.0 1348.0343 4.0 1348.0461 15.0 1348.0578 14.0 1348.0695 13.0 1348.0812 13.0 1348.0929 9.0 1348.1047 5.0 1348.1164 2.0 1348.1281 7.0 1348.1398 6.0 1348.1515 8.0 1348.1633 3.0 1348.175 4.0 1348.1867 1.0 1348.1984 5.0 1348.2102 3.0 1348.2219 2.0 1348.2336 3.0 1348.2453 7.0 1348.257 9.0 1348.2688 5.0 1348.2805 3.0 1348.2922 5.0 1348.3039 4.0 1348.3156 1.0 1348.3274 7.0 1348.3391 20.0 1348.3508 28.0 1348.3625 11.0 1348.3743 5.0 1348.386 6.0 1348.3977 3.0 1348.4094 6.0 1348.4211 6.0 1348.4329 4.0 1348.4446 10.0 1348.4563 6.0 1348.468 1.0 1348.4798 2.0 1348.4915 7.0 1348.5032 6.0 1348.5149 10.0 1348.5266 10.0 1348.5384 8.0 1348.5501 2.0 1348.5618 2.0 1348.5735 3.0 1348.5853 7.0 1348.597 5.0 1348.6087 2.0 1348.6204 9.0 1348.6321 6.0 1348.6439 6.0 1348.6556 2.0 1348.6673 3.0 1348.679 5.0 1348.6908 4.0 1348.7025 1.0 1348.7142 1.0 1348.7259 4.0 1348.7377 5.0 1348.7494 9.0 1348.7611 8.0 1348.7728 5.0 1348.7845 12.0 1348.7963 14.0 1348.808 8.0 1348.8197 9.0 1348.8314 3.0 1348.8432 7.0 1348.8549 7.0 1348.8666 4.0 1348.8783 4.0 1348.8901 6.0 1348.9018 10.0 1348.9135 5.0 1348.9252 7.0 1348.937 10.0 1348.9487 16.0 1348.9604 7.0 1348.9721 3.0 1348.9839 5.0 1348.9956 8.0 1349.0073 6.0 1349.019 14.0 1349.0308 5.0 1349.0425 7.0 1349.0542 15.0 1349.0659 7.0 1349.0777 12.0 1349.0894 19.0 1349.1011 17.0 1349.1128 10.0 1349.1246 2.0 1349.1363 5.0 1349.148 7.0 1349.1597 6.0 1349.1715 12.0 1349.1832 5.0 1349.1949 6.0 1349.2066 6.0 1349.2184 6.0 1349.2301 6.0 1349.2418 6.0 1349.2535 7.0 1349.2653 6.0 1349.277 9.0 1349.2887 7.0 1349.3004 7.0 1349.3122 16.0 1349.3239 20.0 1349.3356 12.0 1349.3473 17.0 1349.3591 26.0 1349.3708 16.0 1349.3825 22.0 1349.3942 27.0 1349.406 18.0 1349.4177 20.0 1349.4294 19.0 1349.4412 10.0 1349.4529 15.0 1349.4646 5.0 1349.4763 19.0 1349.4881 6.0 1349.4998 5.0 1349.5115 6.0 1349.5232 7.0 1349.535 4.0 1349.5467 6.0 1349.5584 3.0 1349.5701 4.0 1349.5819 4.0 1349.5936 10.0 1349.6053 4.0 1349.6171 6.0 1349.6288 6.0 1349.6405 10.0 1349.6522 11.0 1349.664 6.0 1349.6757 13.0 1349.6874 9.0 1349.6992 5.0 1349.7109 12.0 1349.7226 10.0 1349.7343 3.0 1349.7461 9.0 1349.7578 6.0 1349.7695 3.0 1349.7812 2.0 1349.793 8.0 1349.8047 6.0 1349.8164 15.0 1349.8282 9.0 1349.8399 2.0 1349.8516 4.0 1349.8633 9.0 1349.8751 9.0 1349.8868 4.0 1349.8985 8.0 1349.9103 4.0 1349.922 7.0 1349.9337 4.0 1349.9454 9.0 1349.9572 7.0 1349.9689 5.0 1349.9806 2.0 1349.9924 6.0 1350.0041 4.0 1350.0158 6.0 1350.0275 1.0 1350.0393 2.0 1350.051 6.0 1350.0627 5.0 1350.0745 3.0 1350.0862 3.0 1350.0979 1.0 1350.1097 3.0 1350.1214 4.0 1350.1331 2.0 1350.1448 1.0 1350.1566 6.0 1350.1683 2.0 1350.18 5.0 1350.1918 3.0 1350.2035 8.0 1350.2152 3.0 1350.2269 7.0 1350.2387 5.0 1350.2504 8.0 1350.2621 2.0 1350.2739 8.0 1350.2856 7.0 1350.2973 9.0 1350.3091 6.0 1350.3208 1.0 1350.3325 9.0 1350.3442 9.0 1350.356 2.0 1350.3677 13.0 1350.3794 15.0 1350.3912 8.0 1350.4029 11.0 1350.4146 22.0 1350.4264 9.0 1350.4381 13.0 1350.4498 10.0 1350.4616 11.0 1350.4733 10.0 1350.485 12.0 1350.4968 1.0 1350.5085 13.0 1350.5202 6.0 1350.5319 3.0 1350.5437 2.0 1350.5554 6.0 1350.5671 3.0 1350.5789 5.0 1350.5906 2.0 1350.6023 7.0 1350.6141 7.0 1350.6258 7.0 1350.6493 7.0 1350.661 8.0 1350.6727 8.0 1350.6845 5.0 1350.6962 8.0 1350.7079 3.0 1350.7197 5.0 1350.7314 4.0 1350.7431 1.0 1350.7548 8.0 1350.7666 12.0 1350.7783 12.0 1350.79 10.0 1350.8018 10.0 1350.8135 7.0 1350.8252 9.0 1350.837 2.0 1350.8487 5.0 1350.8604 8.0 1350.8722 7.0 1350.8839 5.0 1350.8956 4.0 1350.9074 3.0 1350.9191 3.0 1350.9308 3.0 1350.9426 5.0 1350.9543 6.0 1350.966 4.0 1350.9778 2.0 1350.9895 4.0 1351.0012 7.0 1351.013 2.0 1351.0247 5.0 1351.0364 5.0 1351.0482 5.0 1351.0599 2.0 1351.0716 7.0 1351.0834 14.0 1351.0951 8.0 1351.1068 6.0 1351.1186 5.0 1351.1303 6.0 1351.142 2.0 1351.1538 3.0 1351.1655 5.0 1351.1772 9.0 1351.189 2.0 1351.2007 2.0 1351.2124 5.0 1351.2242 2.0 1351.2359 4.0 1351.2476 8.0 1351.2594 9.0 1351.2711 5.0 1351.2829 4.0 1351.2946 6.0 1351.3063 7.0 1351.3181 3.0 1351.3415 3.0 1351.3533 7.0 1351.365 13.0 1351.3767 17.0 1351.3885 11.0 1351.4002 17.0 1351.4119 18.0 1351.4237 8.0 1351.4354 11.0 1351.4471 12.0 1351.4589 7.0 1351.4706 9.0 1351.4823 14.0 1351.4941 12.0 1351.5058 5.0 1351.5176 6.0 1351.5293 2.0 1351.541 3.0 1351.5528 4.0 1351.5645 13.0 1351.5762 13.0 1351.588 9.0 1351.5997 5.0 1351.6114 8.0 1351.6232 12.0 1351.6349 13.0 1351.6466 1.0 1351.6584 2.0 1351.6701 2.0 1351.6819 2.0 1351.6936 7.0 1351.7053 6.0 1351.7171 6.0 1351.7288 12.0 1351.7405 11.0 1351.7523 9.0 1351.764 9.0 1351.7758 11.0 1351.7875 12.0 1351.7992 5.0 1351.811 2.0 1351.8227 14.0 1351.8344 14.0 1351.8462 21.0 1351.8579 14.0 1351.8696 11.0 1351.8814 9.0 1351.8931 4.0 1351.9049 5.0 1351.9166 5.0 1351.9283 3.0 1351.9401 5.0 1351.9518 12.0 1351.9635 4.0 1351.9753 4.0 1351.987 1.0 1351.9988 6.0 1352.0105 11.0 1352.0222 9.0 1352.034 5.0 1352.0457 7.0 1352.0574 9.0 1352.0692 3.0 1352.0809 5.0 1352.0927 7.0 1352.1044 7.0 1352.1161 6.0 1352.1279 7.0 1352.1396 7.0 1352.1514 4.0 1352.1631 3.0 1352.1748 5.0 1352.1866 9.0 1352.1983 6.0 1352.21 6.0 1352.2453 8.0 1352.257 3.0 1352.2687 7.0 1352.2805 4.0 1352.2922 11.0 1352.304 4.0 1352.3157 2.0 1352.3274 12.0 1352.3392 9.0 1352.3509 3.0 1352.3627 6.0 1352.3744 13.0 1352.3861 8.0 1352.3979 5.0 1352.4096 13.0 1352.4213 11.0 1352.4331 2.0 1352.4448 4.0 1352.4566 11.0 1352.4683 9.0 1352.48 7.0 1352.4918 3.0 1352.5035 8.0 1352.5153 3.0 1352.527 1.0 1352.5387 3.0 1352.5505 9.0 1352.5622 6.0 1352.574 1.0 1352.5857 5.0 1352.5974 2.0 1352.6092 9.0 1352.6209 20.0 1352.6327 7.0 1352.6444 2.0 1352.6562 6.0 1352.6679 5.0 1352.6796 4.0 1352.6914 2.0 1352.7031 3.0 1352.7149 11.0 1352.7266 7.0 1352.7383 8.0 1352.7501 8.0 1352.7618 9.0 1352.7736 5.0 1352.7853 7.0 1352.797 13.0 1352.8088 15.0 1352.8205 7.0 1352.8323 6.0 1352.844 4.0 1352.8557 3.0 1352.8675 7.0 1352.8792 5.0 1352.891 7.0 1352.9027 8.0 1352.9145 3.0 1352.9262 7.0 1352.9379 7.0 1352.9497 7.0 1352.9614 1.0 1352.9849 2.0 1352.9966 2.0 1353.0084 12.0 1353.0201 5.0 1353.0319 8.0 1353.0436 9.0 1353.0554 3.0 1353.0671 5.0 1353.0788 14.0 1353.0906 8.0 1353.1023 1.0 1353.1141 3.0 1353.1258 7.0 1353.1376 13.0 1353.1493 5.0 1353.161 3.0 1353.1728 7.0 1353.1845 7.0 1353.1963 7.0 1353.208 5.0 1353.2198 9.0 1353.2315 4.0 1353.2432 5.0 1353.255 6.0 1353.2667 8.0 1353.2785 8.0 1353.2902 2.0 1353.302 7.0 1353.3137 5.0 1353.3254 5.0 1353.3372 4.0 1353.3489 7.0 1353.3607 1.0 1353.3724 6.0 1353.3842 4.0 1353.3959 13.0 1353.4077 3.0 1353.4194 7.0 1353.4311 9.0 1353.4429 8.0 1353.4546 4.0 1353.4664 5.0 1353.4781 6.0 1353.4899 4.0 1353.5016 5.0 1353.5134 2.0 1353.5251 9.0 1353.5368 5.0 1353.5486 6.0 1353.5603 6.0 1353.5721 2.0 1353.5838 4.0 1353.5956 8.0 1353.6073 10.0 1353.6191 5.0 1353.6308 6.0 1353.6425 2.0 1353.6543 1.0 1353.666 5.0 1353.6778 6.0 1353.6895 8.0 1353.7013 12.0 1353.713 10.0 1353.7248 12.0 1353.7365 6.0 1353.7482 6.0 1353.76 5.0 1353.7717 8.0 1353.7835 6.0 1353.7952 3.0 1353.807 4.0 1353.8187 8.0 1353.8305 8.0 1353.8422 1.0 1353.854 7.0 1353.8657 2.0 1353.8774 4.0 1353.8892 11.0 1353.9009 10.0 1353.9127 12.0 1353.9244 8.0 1353.9362 10.0 1353.9479 4.0 1353.9597 15.0 1353.9714 10.0 1353.9832 7.0 1353.9949 8.0 1354.0067 6.0 1354.0184 5.0 1354.0302 3.0 1354.0419 5.0 1354.0536 4.0 1354.0654 4.0 1354.0771 14.0 1354.0889 24.0 1354.1006 3.0 1354.1124 5.0 1354.1241 4.0 1354.1359 1.0 1354.1476 6.0 1354.1594 5.0 1354.1711 4.0 1354.1829 5.0 1354.1946 4.0 1354.2064 4.0 1354.2181 2.0 1354.2299 4.0 1354.2416 5.0 1354.2533 5.0 1354.2768 2.0 1354.2886 1.0 1354.3003 4.0 1354.3121 7.0 1354.3238 7.0 1354.3356 4.0 1354.3473 4.0 1354.3591 3.0 1354.3708 4.0 1354.3826 3.0 1354.3943 4.0 1354.4061 5.0 1354.4178 3.0 1354.4296 3.0 1354.4413 4.0 1354.4531 1.0 1354.4648 12.0 1354.4766 10.0 1354.4883 7.0 1354.5001 7.0 1354.5118 7.0 1354.5236 4.0 1354.5353 4.0 1354.5471 8.0 1354.5588 10.0 1354.5705 3.0 1354.594 3.0 1354.6058 6.0 1354.6175 5.0 1354.6293 2.0 1354.6528 9.0 1354.6645 3.0 1354.6763 7.0 1354.688 6.0 1354.6998 6.0 1354.7115 7.0 1354.7233 2.0 1354.735 8.0 1354.7468 6.0 1354.7585 5.0 1354.7703 6.0 1354.782 3.0 1354.7938 8.0 1354.8055 6.0 1354.8173 4.0 1354.829 8.0 1354.8408 18.0 1354.8525 17.0 1354.8643 4.0 1354.876 5.0 1354.8878 4.0 1354.8995 4.0 1354.9113 4.0 1354.923 8.0 1354.9348 4.0 1354.9465 2.0 1354.9583 1.0 1354.97 10.0 1354.9818 6.0 1354.9935 3.0 1355.0053 3.0 1355.017 2.0 1355.0288 1.0 1355.0405 8.0 1355.0523 11.0 1355.064 11.0 1355.0758 21.0 1355.0876 13.0 1355.0993 5.0 1355.1111 4.0 1355.1228 9.0 1355.1346 8.0 1355.1463 5.0 1355.1581 8.0 1355.1698 5.0 1355.1816 9.0 1355.1933 11.0 1355.2051 9.0 1355.2168 7.0 1355.2286 9.0 1355.2403 7.0 1355.2638 2.0 1355.2756 8.0 1355.2873 3.0 1355.2991 7.0 1355.3108 3.0 1355.3343 3.0 1355.3461 6.0 1355.3578 7.0 1355.3696 2.0 1355.3813 3.0 1355.3931 4.0 1355.4049 4.0 1355.4166 4.0 1355.4284 5.0 1355.4401 3.0 1355.4519 5.0 1355.4636 9.0 1355.4754 6.0 1355.4871 10.0 1355.4989 3.0 1355.5106 4.0 1355.5224 8.0 1355.5341 8.0 1355.5459 4.0 1355.5576 6.0 1355.5694 5.0 1355.5811 7.0 1355.5929 1.0 1355.6047 6.0 1355.6164 4.0 1355.6282 9.0 1355.6399 6.0 1355.6517 7.0 1355.6752 3.0 1355.6869 3.0 1355.6987 11.0 1355.7104 10.0 1355.7222 2.0 1355.7339 3.0 1355.7457 3.0 1355.7575 10.0 1355.7692 14.0 1355.781 11.0 1355.7927 15.0 1355.8045 16.0 1355.8162 17.0 1355.828 6.0 1355.8397 10.0 1355.8515 5.0 1355.8632 8.0 1355.875 3.0 1355.8868 5.0 1355.8985 13.0 1355.9103 14.0 1355.922 6.0 1355.9338 23.0 1355.9455 7.0 1355.9573 10.0 1355.969 6.0 1355.9808 9.0 1355.9925 8.0 1356.0043 8.0 1356.0161 2.0 1356.0278 6.0 1356.0396 6.0 1356.0513 7.0 1356.0631 5.0 1356.0748 4.0 1356.0866 6.0 1356.0983 18.0 1356.1101 10.0 1356.1219 4.0 1356.1336 9.0 1356.1454 10.0 1356.1571 11.0 1356.1689 11.0 1356.1806 15.0 1356.1924 6.0 1356.2041 10.0 1356.2159 5.0 1356.2277 9.0 1356.2394 6.0 1356.2512 3.0 1356.2629 5.0 1356.2747 6.0 1356.2864 3.0 1356.2982 3.0 1356.31 5.0 1356.3217 2.0 1356.3335 14.0 1356.3452 2.0 1356.357 2.0 1356.3687 12.0 1356.3805 5.0 1356.3923 7.0 1356.404 11.0 1356.4158 1.0 1356.4275 3.0 1356.4393 9.0 1356.451 7.0 1356.4628 5.0 1356.4746 4.0 1356.4863 8.0 1356.4981 5.0 1356.5098 2.0 1356.5216 2.0 1356.5451 2.0 1356.5569 12.0 1356.5686 4.0 1356.5804 6.0 1356.5921 9.0 1356.6039 9.0 1356.6156 3.0 1356.6274 6.0 1356.6392 2.0 1356.6509 5.0 1356.6627 8.0 1356.6744 7.0 1356.6862 9.0 1356.6979 3.0 1356.7097 6.0 1356.7215 7.0 1356.7332 5.0 1356.745 6.0 1356.7567 10.0 1356.7685 9.0 1356.7803 3.0 1356.792 4.0 1356.8038 8.0 1356.8155 2.0 1356.8273 2.0 1356.8391 5.0 1356.8508 3.0 1356.8626 2.0 1356.8743 6.0 1356.8861 11.0 1356.8978 12.0 1356.9096 6.0 1356.9214 5.0 1356.9331 8.0 1356.9449 12.0 1356.9566 5.0 1356.9684 2.0 1356.9802 2.0 1356.9919 3.0 1357.0037 5.0 1357.0154 10.0 1357.0272 2.0 1357.039 8.0 1357.0507 9.0 1357.0625 5.0 1357.0742 5.0 1357.086 17.0 1357.0978 10.0 1357.1095 9.0 1357.1213 3.0 1357.133 9.0 1357.1448 11.0 1357.1566 3.0 1357.1683 1.0 1357.1801 4.0 1357.1918 6.0 1357.2036 2.0 1357.2154 6.0 1357.2271 9.0 1357.2389 11.0 1357.2506 5.0 1357.2624 5.0 1357.2742 4.0 1357.2859 3.0 1357.2977 3.0 1357.3094 5.0 1357.3212 7.0 1357.333 7.0 1357.3447 8.0 1357.3565 9.0 1357.3683 6.0 1357.38 4.0 1357.3918 2.0 1357.4035 8.0 1357.4153 13.0 1357.4271 7.0 1357.4388 4.0 1357.4506 3.0 1357.4623 4.0 1357.4741 3.0 1357.4859 3.0 1357.4976 5.0 1357.5094 8.0 1357.5212 3.0 1357.5329 7.0 1357.5447 11.0 1357.5564 12.0 1357.5682 7.0 1357.58 5.0 1357.5917 2.0 1357.6035 3.0 1357.6152 6.0 1357.627 4.0 1357.6388 4.0 1357.6505 1.0 1357.6623 20.0 1357.6741 16.0 1357.6858 2.0 1357.6976 4.0 1357.7093 7.0 1357.7211 8.0 1357.7329 12.0 1357.7446 8.0 1357.7564 14.0 1357.7682 8.0 1357.7799 4.0 1357.7917 8.0 1357.8034 5.0 1357.8152 4.0 1357.827 4.0 1357.8387 3.0 1357.8505 4.0 1357.8623 8.0 1357.874 6.0 1357.8858 5.0 1357.8976 2.0 1357.9093 6.0 1357.9211 6.0 1357.9328 4.0 1357.9446 1.0 1357.9564 8.0 1357.9681 13.0 1357.9799 7.0 1357.9917 8.0 1358.0152 2.0 1358.027 10.0 1358.0387 3.0 1358.0505 13.0 1358.0622 20.0 1358.074 15.0 1358.0858 6.0 1358.0975 8.0 1358.1093 8.0 1358.1211 3.0 1358.1328 4.0 1358.1446 6.0 1358.1564 4.0 1358.1681 3.0 1358.1799 5.0 1358.1917 1.0 1358.2034 7.0 1358.2152 5.0 1358.227 4.0 1358.2387 2.0 1358.2505 5.0 1358.2622 3.0 1358.274 3.0 1358.2858 5.0 1358.2975 6.0 1358.3093 4.0 1358.3211 5.0 1358.3328 10.0 1358.3446 11.0 1358.3564 13.0 1358.3681 8.0 1358.3799 6.0 1358.3917 6.0 1358.4034 6.0 1358.4152 5.0 1358.427 8.0 1358.4387 7.0 1358.4505 6.0 1358.4623 5.0 1358.474 4.0 1358.4858 3.0 1358.4976 2.0 1358.5093 4.0 1358.5211 8.0 1358.5329 4.0 1358.5446 4.0 1358.5564 11.0 1358.5682 10.0 1358.5799 9.0 1358.5917 7.0 1358.6035 11.0 1358.6152 12.0 1358.627 6.0 1358.6388 6.0 1358.6505 6.0 1358.6623 7.0 1358.6741 2.0 1358.6858 5.0 1358.6976 5.0 1358.7094 4.0 1358.7211 5.0 1358.7329 1.0 1358.7447 8.0 1358.7564 11.0 1358.7682 6.0 1358.78 4.0 1358.7917 4.0 1358.8035 8.0 1358.8153 4.0 1358.827 6.0 1358.8388 8.0 1358.8506 3.0 1358.8623 10.0 1358.8741 3.0 1358.8859 1.0 1358.8976 1.0 1358.9094 2.0 1358.9212 7.0 1358.9329 8.0 1358.9447 3.0 1358.9565 9.0 1358.9682 10.0 1358.98 8.0 1358.9918 9.0 1359.0035 9.0 1359.0271 11.0 1359.0389 12.0 1359.0506 7.0 1359.0624 7.0 1359.0742 3.0 1359.0859 2.0 1359.0977 5.0 1359.1095 4.0 1359.1212 6.0 1359.133 9.0 1359.1448 7.0 1359.1565 3.0 1359.1683 4.0 1359.1801 3.0 1359.1918 2.0 1359.2036 7.0 1359.2154 2.0 1359.2272 6.0 1359.2389 10.0 1359.2507 4.0 1359.2625 7.0 1359.2742 6.0 1359.286 6.0 1359.2978 5.0 1359.3095 6.0 1359.3213 4.0 1359.3331 6.0 1359.3449 2.0 1359.3566 4.0 1359.3684 4.0 1359.3802 8.0 1359.3919 5.0 1359.4037 4.0 1359.4155 9.0 1359.4272 8.0 1359.439 6.0 1359.4508 7.0 1359.4626 5.0 1359.4743 6.0 1359.4861 11.0 1359.4979 9.0 1359.5096 6.0 1359.5214 7.0 1359.5332 5.0 1359.5449 3.0 1359.5567 4.0 1359.5685 1.0 1359.5803 11.0 1359.592 11.0 1359.6038 14.0 1359.6156 13.0 1359.6273 6.0 1359.6391 2.0 1359.6509 2.0 1359.6627 4.0 1359.6744 8.0 1359.6862 6.0 1359.698 4.0 1359.7097 6.0 1359.7215 2.0 1359.7333 7.0 1359.7451 3.0 1359.7686 6.0 1359.7804 6.0 1359.7921 16.0 1359.8039 5.0 1359.8157 1.0 1359.8275 5.0 1359.8392 7.0 1359.851 4.0 1359.8628 2.0 1359.8745 4.0 1359.8863 9.0 1359.8981 8.0 1359.9099 6.0 1359.9216 2.0 1359.9334 3.0 1359.9452 3.0 1359.9569 1.0 1359.9687 5.0 1359.9805 7.0 1359.9923 14.0 1360.004 8.0 1360.0158 2.0 1360.0276 1.0 1360.0394 4.0 1360.0511 5.0 1360.0629 11.0 1360.0747 9.0 1360.0864 6.0 1360.0982 13.0 1360.11 8.0 1360.1218 6.0 1360.1335 5.0 1360.1453 3.0 1360.1571 4.0 1360.1689 8.0 1360.1806 7.0 1360.1924 6.0 1360.2042 8.0 1360.216 6.0 1360.2277 2.0 1360.2395 2.0 1360.2513 3.0 1360.263 2.0 1360.2748 2.0 1360.2866 6.0 1360.2984 5.0 1360.3101 8.0 1360.3219 3.0 1360.3337 4.0 1360.3455 5.0 1360.3572 13.0 1360.369 7.0 1360.3808 12.0 1360.3926 8.0 1360.4043 6.0 1360.4161 3.0 1360.4279 2.0 1360.4397 5.0 1360.4514 6.0 1360.4632 7.0 1360.475 2.0 1360.4868 2.0 1360.4985 3.0 1360.5221 5.0 1360.5339 5.0 1360.5456 3.0 1360.5574 1.0 1360.5692 6.0 1360.581 5.0 1360.5927 8.0 1360.6045 3.0 1360.6163 3.0 1360.6281 1.0 1360.6398 6.0 1360.6516 6.0 1360.6634 5.0 1360.6752 8.0 1360.6869 6.0 1360.6987 2.0 1360.7105 1.0 1360.7223 4.0 1360.734 3.0 1360.7458 7.0 1360.7576 7.0 1360.7694 11.0 1360.7811 12.0 1360.7929 5.0 1360.8047 15.0 1360.8165 10.0 1360.8282 8.0 1360.84 7.0 1360.8518 6.0 1360.8636 8.0 1360.8754 4.0 1360.8871 7.0 1360.8989 6.0 1360.9107 6.0 1360.9225 4.0 1360.9342 5.0 1360.946 6.0 1360.9578 14.0 1360.9696 6.0 1360.9813 5.0 1360.9931 5.0 1361.0049 9.0 1361.0167 7.0 1361.0285 6.0 1361.0402 3.0 1361.052 4.0 1361.0638 2.0 1361.0756 5.0 1361.0873 8.0 1361.0991 13.0 1361.1109 5.0 1361.1227 4.0 1361.1344 4.0 1361.1462 3.0 1361.158 4.0 1361.1698 7.0 1361.1816 9.0 1361.1933 11.0 1361.2051 8.0 1361.2169 7.0 1361.2287 4.0 1361.2404 9.0 1361.2522 13.0 1361.264 6.0 1361.2758 5.0 1361.2876 11.0 1361.2993 13.0 1361.3111 4.0 1361.3229 9.0 1361.3347 7.0 1361.3465 3.0 1361.3582 16.0 1361.37 9.0 1361.3818 5.0 1361.3936 5.0 1361.4053 5.0 1361.4171 10.0 1361.4289 11.0 1361.4407 13.0 1361.4525 6.0 1361.4642 3.0 1361.476 5.0 1361.4878 3.0 1361.4996 2.0 1361.5114 6.0 1361.5231 7.0 1361.5349 3.0 1361.5467 5.0 1361.5585 9.0 1361.5703 12.0 1361.582 9.0 1361.5938 2.0 1361.6056 9.0 1361.6174 8.0 1361.6292 2.0 1361.6409 6.0 1361.6527 6.0 1361.6645 7.0 1361.6763 1.0 1361.6881 6.0 1361.6998 9.0 1361.7116 1.0 1361.7234 7.0 1361.7352 6.0 1361.747 4.0 1361.7587 6.0 1361.7705 9.0 1361.7823 2.0 1361.7941 4.0 1361.8059 5.0 1361.8176 4.0 1361.8294 3.0 1361.8412 3.0 1361.853 13.0 1361.8648 6.0 1361.8765 12.0 1361.8883 16.0 1361.9001 8.0 1361.9119 4.0 1361.9237 2.0 1361.9354 3.0 1361.9472 8.0 1361.959 20.0 1361.9708 9.0 1361.9826 6.0 1361.9943 12.0 1362.0061 8.0 1362.0179 9.0 1362.0297 6.0 1362.0415 6.0 1362.0533 3.0 1362.065 5.0 1362.0768 5.0 1362.0886 1.0 1362.1004 2.0 1362.1122 5.0 1362.1239 7.0 1362.1357 2.0 1362.1475 4.0 1362.1593 1.0 1362.1711 5.0 1362.1829 2.0 1362.1946 7.0 1362.2064 13.0 1362.2182 7.0 1362.23 2.0 1362.2418 3.0 1362.2536 2.0 1362.2653 4.0 1362.2771 5.0 1362.2889 9.0 1362.3007 9.0 1362.3125 6.0 1362.3242 3.0 1362.336 3.0 1362.3478 3.0 1362.3596 3.0 1362.3714 9.0 1362.3832 3.0 1362.3949 6.0 1362.4067 10.0 1362.4185 2.0 1362.4303 8.0 1362.4421 3.0 1362.4539 2.0 1362.4656 9.0 1362.4774 2.0 1362.4892 3.0 1362.501 9.0 1362.5128 6.0 1362.5246 3.0 1362.5363 4.0 1362.5481 3.0 1362.5599 4.0 1362.5717 5.0 1362.5835 4.0 1362.5953 2.0 1362.607 6.0 1362.6188 12.0 1362.6306 5.0 1362.6424 3.0 1362.6542 3.0 1362.666 2.0 1362.6778 4.0 1362.6895 4.0 1362.7013 2.0 1362.7131 2.0 1362.7249 2.0 1362.7367 7.0 1362.7485 10.0 1362.7602 15.0 1362.772 9.0 1362.7838 8.0 1362.7956 18.0 1362.8074 9.0 1362.8192 11.0 1362.831 30.0 1362.8427 21.0 1362.8545 5.0 1362.8663 6.0 1362.8781 6.0 1362.8899 12.0 1362.9017 24.0 1362.9134 18.0 1362.9252 7.0 1362.9488 2.0 1362.9606 2.0 1362.9724 5.0 1362.9842 3.0 1362.9959 5.0 1363.0077 2.0 1363.0195 5.0 1363.0313 6.0 1363.0431 5.0 1363.0549 7.0 1363.0667 10.0 1363.0784 8.0 1363.0902 7.0 1363.102 11.0 1363.1138 13.0 1363.1256 7.0 1363.1374 9.0 1363.1492 7.0 1363.161 12.0 1363.1727 11.0 1363.1845 8.0 1363.1963 8.0 1363.2081 6.0 1363.2199 4.0 1363.2317 3.0 1363.2435 19.0 1363.2552 20.0 1363.267 8.0 1363.2788 9.0 1363.3024 5.0 1363.3142 13.0 1363.326 8.0 1363.3378 5.0 1363.3495 4.0 1363.3613 6.0 1363.3731 15.0 1363.3849 10.0 1363.3967 5.0 1363.4085 5.0 1363.4203 2.0 1363.4321 4.0 1363.4438 10.0 1363.4556 4.0 1363.4674 10.0 1363.4792 10.0 1363.491 3.0 1363.5028 4.0 1363.5146 1.0 1363.5264 1.0 1363.5381 5.0 1363.5499 6.0 1363.5617 4.0 1363.5735 4.0 1363.5853 1.0 1363.5971 5.0 1363.6089 1.0 1363.6207 2.0 1363.6324 4.0 1363.6442 9.0 1363.656 11.0 1363.6678 6.0 1363.6796 8.0 1363.6914 4.0 1363.7032 5.0 1363.715 7.0 1363.7268 5.0 1363.7385 8.0 1363.7503 7.0 1363.7621 8.0 1363.7739 9.0 1363.7857 1.0 1363.7975 5.0 1363.8093 6.0 1363.8211 9.0 1363.8329 2.0 1363.8446 5.0 1363.8564 8.0 1363.8682 8.0 1363.88 10.0 1363.8918 8.0 1363.9036 13.0 1363.9154 8.0 1363.9272 6.0 1363.939 10.0 1363.9508 2.0 1363.9625 4.0 1363.9743 7.0 1363.9861 5.0 1363.9979 11.0 1364.0097 6.0 1364.0215 12.0 1364.0333 14.0 1364.0451 12.0 1364.0569 7.0 1364.0687 6.0 1364.0804 20.0 1364.0922 14.0 1364.104 7.0 1364.1158 13.0 1364.1276 6.0 1364.1394 9.0 1364.1512 9.0 1364.163 3.0 1364.1748 5.0 1364.1866 12.0 1364.1984 13.0 1364.2101 3.0 1364.2219 2.0 1364.2337 6.0 1364.2455 10.0 1364.2573 8.0 1364.2691 5.0 1364.2809 6.0 1364.2927 4.0 1364.3045 2.0 1364.3163 7.0 1364.3281 12.0 1364.3398 12.0 1364.3516 7.0 1364.3634 17.0 1364.3752 11.0 1364.387 6.0 1364.3988 5.0 1364.4106 5.0 1364.4224 5.0 1364.4342 6.0 1364.446 11.0 1364.4578 5.0 1364.4696 8.0 1364.4813 5.0 1364.4931 3.0 1364.5049 9.0 1364.5167 15.0 1364.5285 12.0 1364.5403 5.0 1364.5521 4.0 1364.5639 2.0 1364.5757 2.0 1364.5993 9.0 1364.6111 18.0 1364.6229 13.0 1364.6347 5.0 1364.6464 7.0 1364.6582 8.0 1364.67 6.0 1364.6818 1.0 1364.6936 4.0 1364.7054 8.0 1364.7172 10.0 1364.729 6.0 1364.7408 17.0 1364.7526 10.0 1364.7762 17.0 1364.788 26.0 1364.7998 8.0 1364.8115 6.0 1364.8233 9.0 1364.8351 8.0 1364.8469 5.0 1364.8587 6.0 1364.8705 3.0 1364.8823 11.0 1364.8941 8.0 1364.9059 6.0 1364.9177 6.0 1364.9295 6.0 1364.9413 8.0 1364.9531 7.0 1364.9649 7.0 1364.9767 3.0 1364.9885 1.0 1365.0003 5.0 1365.012 5.0 1365.0238 10.0 1365.0356 2.0 1365.0474 3.0 1365.0592 5.0 1365.071 2.0 1365.0828 5.0 1365.0946 12.0 1365.1064 6.0 1365.1182 4.0 1365.13 4.0 1365.1418 2.0 1365.1536 10.0 1365.1654 8.0 1365.1772 12.0 1365.189 10.0 1365.2008 7.0 1365.2126 5.0 1365.2244 4.0 1365.2362 6.0 1365.2479 9.0 1365.2597 10.0 1365.2715 3.0 1365.2833 5.0 1365.2951 5.0 1365.3069 9.0 1365.3187 11.0 1365.3305 17.0 1365.3423 17.0 1365.3541 24.0 1365.3659 27.0 1365.3777 42.0 1365.3895 49.0 1365.4013 28.0 1365.4131 40.0 1365.4249 48.0 1365.4367 36.0 1365.4485 33.0 1365.4603 24.0 1365.4721 23.0 1365.4839 20.0 1365.4957 15.0 1365.5075 13.0 1365.5193 7.0 1365.5311 5.0 1365.5429 2.0 1365.5546 3.0 1365.5664 2.0 1365.5782 6.0 1365.59 12.0 1365.6018 16.0 1365.6136 15.0 1365.6254 2.0 1365.6372 5.0 1365.649 3.0 1365.6608 17.0 1365.6726 10.0 1365.6844 4.0 1365.6962 5.0 1365.708 7.0 1365.7198 6.0 1365.7316 2.0 1365.7434 1.0 1365.7552 9.0 1365.767 10.0 1365.7788 7.0 1365.7906 6.0 1365.8024 9.0 1365.8142 2.0 1365.826 9.0 1365.8378 16.0 1365.8496 8.0 1365.8614 7.0 1365.8732 6.0 1365.885 5.0 1365.8968 6.0 1365.9086 5.0 1365.9204 8.0 1365.9322 13.0 1365.944 5.0 1365.9558 9.0 1365.9676 6.0 1365.9794 9.0 1365.9912 7.0 1366.003 5.0 1366.0148 4.0 1366.0266 6.0 1366.0384 8.0 1366.0502 7.0 1366.062 7.0 1366.0738 6.0 1366.0856 7.0 1366.0974 8.0 1366.1092 14.0 1366.121 4.0 1366.1328 7.0 1366.1446 10.0 1366.1564 7.0 1366.1682 3.0 1366.18 6.0 1366.1918 2.0 1366.2035 6.0 1366.2153 15.0 1366.2271 6.0 1366.2389 4.0 1366.2507 9.0 1366.2625 15.0 1366.2743 4.0 1366.2861 7.0 1366.2979 4.0 1366.3097 4.0 1366.3215 4.0 1366.3333 5.0 1366.3451 21.0 1366.3569 12.0 1366.3687 20.0 1366.3806 31.0 1366.3924 28.0 1366.4042 36.0 1366.416 38.0 1366.4278 38.0 1366.4396 37.0 1366.4514 30.0 1366.4632 15.0 1366.475 3.0 1366.4868 9.0 1366.4986 10.0 1366.5104 11.0 1366.5222 22.0 1366.534 18.0 1366.5458 11.0 1366.5576 7.0 1366.5694 11.0 1366.5812 6.0 1366.593 11.0 1366.6048 9.0 1366.6166 1.0 1366.6284 3.0 1366.6402 4.0 1366.652 7.0 1366.6638 6.0 1366.6756 7.0 1366.6874 12.0 1366.6992 4.0 1366.711 8.0 1366.7346 4.0 1366.7464 9.0 1366.7582 11.0 1366.77 13.0 1366.7818 8.0 1366.7936 9.0 1366.8054 13.0 1366.8172 4.0 1366.829 4.0 1366.8408 6.0 1366.8526 7.0 1366.8644 6.0 1366.8762 1.0 1366.888 4.0 1366.8998 7.0 1366.9116 8.0 1366.9234 2.0 1366.9352 9.0 1366.947 7.0 1366.9588 4.0 1366.9706 5.0 1366.9824 4.0 1366.9942 8.0 1367.006 10.0 1367.0178 12.0 1367.0297 9.0 1367.0415 9.0 1367.0533 6.0 1367.0651 11.0 1367.0769 11.0 1367.0887 1.0 1367.1005 9.0 1367.1123 8.0 1367.1241 15.0 1367.1359 11.0 1367.1477 2.0 1367.1595 8.0 1367.1713 8.0 1367.1831 5.0 1367.1949 5.0 1367.2067 10.0 1367.2185 11.0 1367.2303 3.0 1367.2421 4.0 1367.2539 3.0 1367.2657 7.0 1367.2775 5.0 1367.2893 11.0 1367.3011 7.0 1367.3129 3.0 1367.3247 4.0 1367.3366 4.0 1367.3484 3.0 1367.3602 6.0 1367.372 5.0 1367.3838 7.0 1367.3956 19.0 1367.4074 18.0 1367.4192 17.0 1367.431 13.0 1367.4428 15.0 1367.4546 24.0 1367.4664 20.0 1367.4782 12.0 1367.49 9.0 1367.5018 11.0 1367.5136 10.0 1367.5254 2.0 1367.5372 3.0 1367.549 4.0 1367.5608 3.0 1367.5727 11.0 1367.5845 5.0 1367.5963 5.0 1367.6081 1.0 1367.6199 4.0 1367.6317 7.0 1367.6435 7.0 1367.6553 9.0 1367.6671 9.0 1367.6789 10.0 1367.6907 10.0 1367.7025 12.0 1367.7143 6.0 1367.7261 5.0 1367.7379 2.0 1367.7497 3.0 1367.7615 7.0 1367.7734 5.0 1367.7852 8.0 1367.797 3.0 1367.8088 10.0 1367.8206 14.0 1367.8324 18.0 1367.8442 18.0 1367.856 4.0 1367.8678 3.0 1367.8796 3.0 1367.8914 5.0 1367.9032 3.0 1367.915 3.0 1367.9268 5.0 1367.9387 23.0 1367.9505 10.0 1367.9623 11.0 1367.9741 2.0 1367.9859 9.0 1367.9977 10.0 1368.0095 4.0 1368.0213 3.0 1368.0331 1.0 1368.0449 11.0 1368.0567 6.0 1368.0685 2.0 1368.0803 1.0 1368.0921 4.0 1368.104 12.0 1368.1158 7.0 1368.1276 13.0 1368.1394 13.0 1368.1512 4.0 1368.163 6.0 1368.1748 5.0 1368.1866 13.0 1368.1984 8.0 1368.2102 3.0 1368.222 4.0 1368.2338 1.0 1368.2457 3.0 1368.2575 4.0 1368.2693 9.0 1368.2811 7.0 1368.2929 14.0 1368.3047 5.0 1368.3165 4.0 1368.3283 5.0 1368.3401 4.0 1368.3519 5.0 1368.3637 14.0 1368.3756 23.0 1368.3874 20.0 1368.3992 7.0 1368.411 3.0 1368.4228 5.0 1368.4346 11.0 1368.4464 15.0 1368.4582 21.0 1368.47 13.0 1368.4818 5.0 1368.4936 10.0 1368.5055 3.0 1368.5173 4.0 1368.5291 3.0 1368.5409 7.0 1368.5527 5.0 1368.5645 5.0 1368.5763 6.0 1368.5881 2.0 1368.5999 7.0 1368.6117 9.0 1368.6236 14.0 1368.6354 11.0 1368.6472 8.0 1368.659 8.0 1368.6708 12.0 1368.6826 7.0 1368.6944 6.0 1368.7062 4.0 1368.718 7.0 1368.7298 7.0 1368.7417 13.0 1368.7535 14.0 1368.7653 11.0 1368.7771 16.0 1368.7889 15.0 1368.8007 9.0 1368.8125 9.0 1368.8243 19.0 1368.8361 16.0 1368.848 17.0 1368.8598 16.0 1368.8716 8.0 1368.8834 6.0 1368.8952 4.0 1368.907 4.0 1368.9188 10.0 1368.9306 9.0 1368.9424 11.0 1368.9543 1.0 1368.9661 5.0 1368.9779 7.0 1368.9897 6.0 1369.0015 3.0 1369.0133 3.0 1369.0251 9.0 1369.0369 3.0 1369.0488 4.0 1369.0606 17.0 1369.0724 14.0 1369.0842 18.0 1369.096 5.0 1369.1078 7.0 1369.1196 4.0 1369.1314 5.0 1369.1432 5.0 1369.1551 3.0 1369.1669 6.0 1369.1787 10.0 1369.1905 10.0 1369.2023 4.0 1369.2141 1.0 1369.2259 5.0 1369.2378 3.0 1369.2496 4.0 1369.2614 7.0 1369.2732 5.0 1369.285 6.0 1369.2968 4.0 1369.3086 11.0 1369.3204 5.0 1369.3323 7.0 1369.3441 9.0 1369.3559 7.0 1369.3677 5.0 1369.3795 7.0 1369.3913 2.0 1369.4031 2.0 1369.4149 1.0 1369.4268 2.0 1369.4386 4.0 1369.4504 5.0 1369.4622 8.0 1369.474 5.0 1369.4858 2.0 1369.4976 3.0 1369.5095 4.0 1369.5213 7.0 1369.5331 9.0 1369.5449 4.0 1369.5567 6.0 1369.5685 12.0 1369.5803 5.0 1369.5922 7.0 1369.604 8.0 1369.6158 3.0 1369.6276 6.0 1369.6394 3.0 1369.6512 4.0 1369.663 10.0 1369.6749 16.0 1369.6867 12.0 1369.6985 6.0 1369.7103 2.0 1369.7339 8.0 1369.7457 9.0 1369.7576 4.0 1369.7694 3.0 1369.7812 4.0 1369.793 5.0 1369.8048 5.0 1369.8166 9.0 1369.8285 2.0 1369.8403 3.0 1369.8521 8.0 1369.8639 4.0 1369.8757 6.0 1369.8875 8.0 1369.8993 7.0 1369.9112 8.0 1369.923 5.0 1369.9348 2.0 1369.9466 10.0 1369.9584 5.0 1369.9702 9.0 1369.9821 9.0 1369.9939 11.0 1370.0057 5.0 1370.0175 6.0 1370.0293 3.0 1370.0411 5.0 1370.053 5.0 1370.0648 1.0 1370.0766 6.0 1370.0884 3.0 1370.1002 3.0 1370.112 1.0 1370.1239 4.0 1370.1357 5.0 1370.1475 13.0 1370.1593 9.0 1370.1711 5.0 1370.1829 3.0 1370.1948 5.0 1370.2066 9.0 1370.2184 1.0 1370.2302 5.0 1370.242 5.0 1370.2538 2.0 1370.2657 5.0 1370.2775 7.0 1370.2893 9.0 1370.3011 5.0 1370.3129 4.0 1370.3247 4.0 1370.3366 3.0 1370.3484 3.0 1370.3602 4.0 1370.372 4.0 1370.3838 5.0 1370.3957 5.0 1370.4075 9.0 1370.4193 7.0 1370.4311 1.0 1370.4429 10.0 1370.4547 11.0 1370.4666 11.0 1370.4784 6.0 1370.4902 13.0 1370.502 9.0 1370.5138 8.0 1370.5257 9.0 1370.5375 13.0 1370.5493 10.0 1370.5611 12.0 1370.5729 7.0 1370.5847 2.0 1370.5966 11.0 1370.6084 4.0 1370.6202 1.0 1370.632 11.0 1370.6438 6.0 1370.6557 4.0 1370.6675 5.0 1370.6911 2.0 1370.7029 1.0 1370.7148 2.0 1370.7266 3.0 1370.7384 2.0 1370.7502 11.0 1370.762 7.0 1370.7739 2.0 1370.7857 18.0 1370.7975 16.0 1370.8093 16.0 1370.8211 11.0 1370.8329 17.0 1370.8448 9.0 1370.8566 12.0 1370.8684 13.0 1370.8802 18.0 1370.892 9.0 1370.9039 9.0 1370.9157 17.0 1370.9275 6.0 1370.9393 10.0 1370.9511 10.0 1370.963 8.0 1370.9748 4.0 1370.9866 7.0 1370.9984 2.0 1371.0103 3.0 1371.0221 6.0 1371.0339 6.0 1371.0457 10.0 1371.0575 8.0 1371.0694 5.0 1371.0812 6.0 1371.093 5.0 1371.1048 8.0 1371.1166 8.0 1371.1285 11.0 1371.1403 5.0 1371.1521 3.0 1371.1639 4.0 1371.1757 13.0 1371.1876 19.0 1371.1994 15.0 1371.2112 2.0 1371.223 5.0 1371.2349 6.0 1371.2467 8.0 1371.2585 11.0 1371.2703 3.0 1371.2821 3.0 1371.294 4.0 1371.3058 4.0 1371.3176 10.0 1371.3294 7.0 1371.3412 8.0 1371.3531 2.0 1371.3649 3.0 1371.3767 4.0 1371.3885 4.0 1371.4004 4.0 1371.4122 4.0 1371.424 12.0 1371.4358 10.0 1371.4476 6.0 1371.4595 7.0 1371.4713 13.0 1371.4831 19.0 1371.4949 10.0 1371.5068 8.0 1371.5186 2.0 1371.5304 4.0 1371.5422 4.0 1371.554 10.0 1371.5659 13.0 1371.5777 16.0 1371.5895 17.0 1371.6013 6.0 1371.6132 2.0 1371.625 3.0 1371.6368 4.0 1371.6486 4.0 1371.6605 4.0 1371.6723 6.0 1371.6841 3.0 1371.6959 5.0 1371.7078 5.0 1371.7196 5.0 1371.7314 7.0 1371.7432 4.0 1371.755 6.0 1371.7669 7.0 1371.7787 14.0 1371.7905 5.0 1371.8023 4.0 1371.8142 2.0 1371.826 2.0 1371.8378 6.0 1371.8496 3.0 1371.8615 10.0 1371.8733 9.0 1371.8851 2.0 1371.8969 6.0 1371.9088 1.0 1371.9206 2.0 1371.9324 2.0 1371.9442 7.0 1371.9561 4.0 1371.9679 5.0 1371.9797 4.0 1371.9915 11.0 1372.0034 7.0 1372.0152 10.0 1372.027 1.0 1372.0388 2.0 1372.0507 4.0 1372.0625 2.0 1372.0861 3.0 1372.098 3.0 1372.1098 5.0 1372.1216 1.0 1372.1334 3.0 1372.1453 8.0 1372.1571 5.0 1372.1689 8.0 1372.1807 7.0 1372.1926 6.0 1372.2044 4.0 1372.2162 2.0 1372.228 1.0 1372.2517 7.0 1372.2635 7.0 1372.2753 7.0 1372.2872 10.0 1372.299 4.0 1372.3108 4.0 1372.3226 4.0 1372.3345 2.0 1372.3463 2.0 1372.3581 10.0 1372.3699 7.0 1372.3818 4.0 1372.3936 8.0 1372.4054 9.0 1372.4173 5.0 1372.4291 7.0 1372.4409 6.0 1372.4527 8.0 1372.4646 2.0 1372.4764 4.0 1372.4882 11.0 1372.5 13.0 1372.5119 9.0 1372.5237 5.0 1372.5355 10.0 1372.5474 9.0 1372.5592 8.0 1372.571 2.0 1372.5828 2.0 1372.5947 7.0 1372.6065 3.0 1372.6183 6.0 1372.6301 18.0 1372.642 5.0 1372.6538 1.0 1372.6656 4.0 1372.6775 11.0 1372.6893 9.0 1372.7011 7.0 1372.7129 10.0 1372.7248 4.0 1372.7366 4.0 1372.7484 17.0 1372.7602 10.0 1372.7721 9.0 1372.7839 4.0 1372.7957 4.0 1372.8076 4.0 1372.8194 10.0 1372.8312 8.0 1372.843 5.0 1372.8549 6.0 1372.8667 10.0 1372.8785 13.0 1372.8904 1.0 1372.9022 5.0 1372.914 10.0 1372.9258 8.0 1372.9377 18.0 1372.9495 11.0 1372.9613 8.0 1372.9732 10.0 1372.985 9.0 1372.9968 3.0 1373.0087 6.0 1373.0205 1.0 1373.0323 3.0 1373.0441 9.0 1373.056 11.0 1373.0678 3.0 1373.0796 3.0 1373.0915 3.0 1373.1033 4.0 1373.1151 13.0 1373.1269 4.0 1373.1388 8.0 1373.1506 9.0 1373.1624 3.0 1373.1743 11.0 1373.1861 7.0 1373.1979 7.0 1373.2098 1.0 1373.2216 5.0 1373.2334 2.0 1373.2452 5.0 1373.2571 11.0 1373.2689 5.0 1373.2807 5.0 1373.2926 4.0 1373.3044 4.0 1373.3162 3.0 1373.3281 1.0 1373.3399 2.0 1373.3517 6.0 1373.3635 9.0 1373.3754 2.0 1373.3872 5.0 1373.399 9.0 1373.4109 6.0 1373.4227 2.0 1373.4345 4.0 1373.4464 6.0 1373.4582 14.0 1373.47 13.0 1373.4819 8.0 1373.4937 4.0 1373.5055 5.0 1373.5174 4.0 1373.5292 11.0 1373.541 15.0 1373.5528 7.0 1373.5647 6.0 1373.5765 15.0 1373.5883 11.0 1373.6002 11.0 1373.612 9.0 1373.6238 11.0 1373.6357 4.0 1373.6475 10.0 1373.6593 13.0 1373.6712 4.0 1373.683 7.0 1373.6948 9.0 1373.7067 12.0 1373.7185 19.0 1373.7303 4.0 1373.7422 4.0 1373.754 1.0 1373.7658 4.0 1373.7777 8.0 1373.7895 6.0 1373.8013 6.0 1373.8132 5.0 1373.825 6.0 1373.8368 5.0 1373.8487 4.0 1373.8605 1.0 1373.8723 3.0 1373.8842 8.0 1373.896 16.0 1373.9078 17.0 1373.9197 6.0 1373.9315 11.0 1373.9433 5.0 1373.9552 4.0 1373.967 1.0 1373.9788 7.0 1373.9907 3.0 1374.0025 2.0 1374.0143 1.0 1374.0262 3.0 1374.038 6.0 1374.0498 9.0 1374.0617 4.0 1374.0735 3.0 1374.0853 1.0 1374.0972 5.0 1374.109 2.0 1374.1208 5.0 1374.1327 6.0 1374.1445 5.0 1374.1563 6.0 1374.1682 9.0 1374.18 2.0 1374.1918 3.0 1374.2037 12.0 1374.2155 2.0 1374.2273 9.0 1374.2392 5.0 1374.251 2.0 1374.2628 2.0 1374.2747 3.0 1374.2865 4.0 1374.2983 6.0 1374.3102 6.0 1374.322 3.0 1374.3338 7.0 1374.3457 3.0 1374.3575 13.0 1374.3693 14.0 1374.3812 6.0 1374.393 2.0 1374.4049 15.0 1374.4167 6.0 1374.4285 3.0 1374.4404 3.0 1374.4522 11.0 1374.464 4.0 1374.4759 3.0 1374.4877 3.0 1374.4995 7.0 1374.5114 7.0 1374.5232 5.0 1374.535 6.0 1374.5469 2.0 1374.5587 3.0 1374.5706 4.0 1374.5824 7.0 1374.5942 8.0 1374.6061 6.0 1374.6179 6.0 1374.6297 10.0 1374.6416 7.0 1374.6534 2.0 1374.6652 6.0 1374.6771 4.0 1374.6889 8.0 1374.7007 6.0 1374.7126 1.0 1374.7244 11.0 1374.7363 10.0 1374.7481 10.0 1374.7599 4.0 1374.7718 7.0 1374.7836 5.0 1374.8073 4.0 1374.8191 1.0 1374.831 3.0 1374.8428 3.0 1374.8546 2.0 1374.8665 2.0 1374.8783 3.0 1374.8901 3.0 1374.902 1.0 1374.9138 6.0 1374.9257 3.0 1374.9375 5.0 1374.9493 11.0 1374.9612 3.0 1374.973 1.0 1374.9848 4.0 1374.9967 6.0 1375.0085 2.0 1375.0204 4.0 1375.0322 4.0 1375.044 6.0 1375.0559 3.0 1375.0677 2.0 1375.0795 7.0 1375.0914 8.0 1375.1032 10.0 1375.1151 5.0 1375.1387 6.0 1375.1506 6.0 1375.1624 8.0 1375.1743 14.0 1375.1861 8.0 1375.1979 5.0 1375.2098 9.0 1375.2216 3.0 1375.2334 1.0 1375.2453 3.0 1375.2571 7.0 1375.269 5.0 1375.2808 1.0 1375.2926 3.0 1375.3045 2.0 1375.3163 4.0 1375.3282 4.0 1375.34 3.0 1375.3518 6.0 1375.3637 11.0 1375.3755 6.0 1375.3874 4.0 1375.3992 4.0 1375.411 4.0 1375.4229 6.0 1375.4347 6.0 1375.4466 2.0 1375.4584 4.0 1375.4702 8.0 1375.4821 9.0 1375.4939 4.0 1375.5058 3.0 1375.5176 5.0 1375.5294 6.0 1375.5413 5.0 1375.5531 10.0 1375.565 13.0 1375.5768 18.0 1375.5886 11.0 1375.6005 4.0 1375.6123 2.0 1375.6242 5.0 1375.636 3.0 1375.6478 3.0 1375.6597 5.0 1375.6715 6.0 1375.6834 4.0 1375.6952 7.0 1375.707 3.0 1375.7189 7.0 1375.7307 1.0 1375.7426 1.0 1375.7544 6.0 1375.7662 4.0 1375.7781 12.0 1375.7899 9.0 1375.8018 4.0 1375.8136 12.0 1375.8255 8.0 1375.8373 6.0 1375.8491 11.0 1375.861 15.0 1375.8728 12.0 1375.8847 9.0 1375.8965 1.0 1375.9083 4.0 1375.9202 11.0 1375.932 13.0 1375.9439 26.0 1375.9557 7.0 1375.9676 2.0 1375.9794 6.0 1375.9912 2.0 1376.0031 5.0 1376.0149 10.0 1376.0268 4.0 1376.0386 4.0 1376.0504 5.0 1376.0623 4.0 1376.0741 8.0 1376.086 8.0 1376.0978 4.0 1376.1097 5.0 1376.1215 5.0 1376.1333 3.0 1376.1452 8.0 1376.157 18.0 1376.1689 9.0 1376.1807 3.0 1376.1926 4.0 1376.2044 12.0 1376.2162 11.0 1376.2281 6.0 1376.2399 14.0 1376.2518 10.0 1376.2636 7.0 1376.2755 4.0 1376.2873 3.0 1376.2991 5.0 1376.311 9.0 1376.3228 3.0 1376.3347 3.0 1376.3465 5.0 1376.3584 10.0 1376.3702 3.0 1376.3821 3.0 1376.3939 4.0 1376.4057 4.0 1376.4176 3.0 1376.4294 6.0 1376.4413 6.0 1376.4531 10.0 1376.465 4.0 1376.4768 5.0 1376.4886 3.0 1376.5005 2.0 1376.5123 3.0 1376.5242 4.0 1376.536 4.0 1376.5479 5.0 1376.5597 1.0 1376.5716 3.0 1376.5834 8.0 1376.5953 5.0 1376.6071 6.0 1376.6189 10.0 1376.6308 10.0 1376.6426 11.0 1376.6545 7.0 1376.6663 6.0 1376.6782 5.0 1376.69 3.0 1376.7019 2.0 1376.7137 5.0 1376.7255 2.0 1376.7374 10.0 1376.7492 10.0 1376.7611 5.0 1376.7729 5.0 1376.7848 10.0 1376.7966 6.0 1376.8085 5.0 1376.8203 14.0 1376.8322 16.0 1376.844 9.0 1376.8558 15.0 1376.8677 18.0 1376.8795 7.0 1376.8914 3.0 1376.9032 5.0 1376.9151 8.0 1376.9269 2.0 1376.9388 2.0 1376.9506 5.0 1376.9625 2.0 1376.9743 12.0 1376.9862 9.0 1376.998 3.0 1377.0098 3.0 1377.0217 8.0 1377.0335 5.0 1377.0454 6.0 1377.0572 5.0 1377.0691 10.0 1377.0809 6.0 1377.0928 3.0 1377.1046 10.0 1377.1165 9.0 1377.1283 8.0 1377.1402 7.0 1377.152 3.0 1377.1639 3.0 1377.1757 4.0 1377.1876 2.0 1377.1994 6.0 1377.2112 6.0 1377.2231 5.0 1377.2349 2.0 1377.2586 11.0 1377.2705 9.0 1377.2823 3.0 1377.2942 6.0 1377.306 9.0 1377.3179 7.0 1377.3297 2.0 1377.3416 3.0 1377.3534 6.0 1377.3653 3.0 1377.3771 6.0 1377.389 9.0 1377.4008 9.0 1377.4127 5.0 1377.4245 4.0 1377.4364 11.0 1377.4482 7.0 1377.4601 11.0 1377.4719 15.0 1377.4837 8.0 1377.4956 5.0 1377.5074 7.0 1377.5193 4.0 1377.5311 8.0 1377.543 2.0 1377.5548 8.0 1377.5667 6.0 1377.5785 6.0 1377.5904 1.0 1377.6022 3.0 1377.6141 7.0 1377.6259 7.0 1377.6378 10.0 1377.6496 2.0 1377.6615 6.0 1377.6733 13.0 1377.6852 6.0 1377.697 6.0 1377.7089 2.0 1377.7207 5.0 1377.7326 1.0 1377.7444 3.0 1377.7563 4.0 1377.7681 2.0 1377.78 2.0 1377.7918 5.0 1377.8037 4.0 1377.8155 5.0 1377.8274 3.0 1377.8392 8.0 1377.8511 4.0 1377.8629 12.0 1377.8748 9.0 1377.8866 4.0 1377.8985 2.0 1377.9103 14.0 1377.9222 20.0 1377.934 12.0 1377.9459 11.0 1377.9577 4.0 1377.9696 3.0 1377.9814 3.0 1377.9933 4.0 1378.0051 10.0 1378.017 5.0 1378.0288 1.0 1378.0407 7.0 1378.0525 10.0 1378.0644 20.0 1378.0762 9.0 1378.0881 6.0 1378.0999 5.0 1378.1118 8.0 1378.1236 6.0 1378.1355 6.0 1378.1474 5.0 1378.1592 13.0 1378.1711 7.0 1378.1829 6.0 1378.1948 4.0 1378.2066 5.0 1378.2185 6.0 1378.2303 1.0 1378.2422 6.0 1378.254 4.0 1378.2659 3.0 1378.2777 6.0 1378.2896 4.0 1378.3014 4.0 1378.3133 2.0 1378.3251 4.0 1378.337 4.0 1378.3488 4.0 1378.3607 2.0 1378.3725 4.0 1378.3844 1.0 1378.3962 1.0 1378.4081 11.0 1378.4199 5.0 1378.4318 1.0 1378.4437 2.0 1378.4555 2.0 1378.4674 5.0 1378.4792 2.0 1378.4911 3.0 1378.5029 2.0 1378.5148 4.0 1378.5266 1.0 1378.5385 3.0 1378.5503 9.0 1378.5622 6.0 1378.574 1.0 1378.5859 6.0 1378.5977 8.0 1378.6096 2.0 1378.6214 4.0 1378.6333 7.0 1378.6452 4.0 1378.657 4.0 1378.6689 10.0 1378.6807 9.0 1378.6926 13.0 1378.7044 14.0 1378.7163 8.0 1378.7281 3.0 1378.74 8.0 1378.7518 4.0 1378.7637 5.0 1378.7755 6.0 1378.7874 8.0 1378.7993 5.0 1378.8111 7.0 1378.823 3.0 1378.8348 8.0 1378.8467 10.0 1378.8585 10.0 1378.8704 6.0 1378.8822 12.0 1378.8941 16.0 1378.9059 11.0 1378.9178 8.0 1378.9297 8.0 1378.9415 9.0 1378.9534 7.0 1378.9652 8.0 1378.9771 11.0 1378.9889 8.0 1379.0008 1.0 1379.0126 3.0 1379.0245 5.0 1379.0364 5.0 1379.0482 3.0 1379.0601 2.0 1379.0719 6.0 1379.0838 2.0 1379.0956 3.0 1379.1075 5.0 1379.1193 3.0 1379.1312 7.0 1379.1431 10.0 1379.1549 7.0 1379.1668 3.0 1379.1786 12.0 1379.1905 11.0 1379.2023 8.0 1379.2142 3.0 1379.226 3.0 1379.2379 6.0 1379.2498 11.0 1379.2616 8.0 1379.2735 4.0 1379.2853 4.0 1379.2972 4.0 1379.309 5.0 1379.3209 4.0 1379.3328 9.0 1379.3446 7.0 1379.3565 2.0 1379.3683 3.0 1379.3802 4.0 1379.392 2.0 1379.4039 8.0 1379.4157 5.0 1379.4276 7.0 1379.4395 4.0 1379.4513 2.0 1379.4632 6.0 1379.475 3.0 1379.4869 6.0 1379.4987 1.0 1379.5106 3.0 1379.5225 4.0 1379.5343 8.0 1379.5462 6.0 1379.558 3.0 1379.5699 5.0 1379.5818 10.0 1379.5936 5.0 1379.6055 2.0 1379.6173 3.0 1379.6292 5.0 1379.641 12.0 1379.6529 10.0 1379.6648 4.0 1379.6766 3.0 1379.6885 4.0 1379.7003 5.0 1379.7122 13.0 1379.724 8.0 1379.7359 10.0 1379.7478 2.0 1379.7596 14.0 1379.7715 17.0 1379.7833 5.0 1379.7952 8.0 1379.8071 11.0 1379.8189 3.0 1379.8308 8.0 1379.8426 13.0 1379.8545 11.0 1379.8664 5.0 1379.8782 3.0 1379.8901 4.0 1379.9019 11.0 1379.9138 9.0 1379.9256 5.0 1379.9375 3.0 1379.9494 6.0 1379.9612 6.0 1379.9731 5.0 1379.9849 8.0 1379.9968 8.0 1380.0087 6.0 1380.0205 2.0 1380.0442 2.0 1380.0561 11.0 1380.068 11.0 1380.0798 4.0 1380.0917 3.0 1380.1035 4.0 1380.1154 3.0 1380.1273 3.0 1380.1391 5.0 1380.151 4.0 1380.1628 5.0 1380.1747 4.0 1380.1866 6.0 1380.1984 3.0 1380.2103 8.0 1380.2221 7.0 1380.234 6.0 1380.2459 6.0 1380.2577 7.0 1380.2696 1.0 1380.2814 4.0 1380.2933 8.0 1380.3052 3.0 1380.317 2.0 1380.3289 4.0 1380.3407 4.0 1380.3526 7.0 1380.3645 10.0 1380.3763 2.0 1380.3882 5.0 1380.4001 13.0 1380.4119 20.0 1380.4238 10.0 1380.4356 4.0 1380.4475 3.0 1380.4594 4.0 1380.4712 5.0 1380.4831 3.0 1380.4949 5.0 1380.5068 11.0 1380.5187 8.0 1380.5305 18.0 1380.5424 43.0 1380.5543 33.0 1380.5661 34.0 1380.578 25.0 1380.5898 30.0 1380.6017 22.0 1380.6136 38.0 1380.6254 24.0 1380.6373 18.0 1380.6491 20.0 1380.661 23.0 1380.6729 10.0 1380.6847 14.0 1380.6966 12.0 1380.7085 10.0 1380.7203 10.0 1380.7322 5.0 1380.744 2.0 1380.7559 8.0 1380.7678 16.0 1380.7796 16.0 1380.7915 7.0 1380.8034 16.0 1380.8152 8.0 1380.8271 11.0 1380.839 15.0 1380.8508 28.0 1380.8627 9.0 1380.8745 12.0 1380.8864 10.0 1380.8983 15.0 1380.9101 4.0 1380.922 12.0 1380.9339 6.0 1380.9457 3.0 1380.9576 6.0 1380.9695 8.0 1380.9813 4.0 1380.9932 7.0 1381.005 8.0 1381.0169 2.0 1381.0288 5.0 1381.0406 2.0 1381.0525 7.0 1381.0644 5.0 1381.0762 9.0 1381.0881 4.0 1381.1 5.0 1381.1118 4.0 1381.1237 4.0 1381.1355 2.0 1381.1474 13.0 1381.1593 16.0 1381.1711 15.0 1381.183 4.0 1381.1949 4.0 1381.2067 8.0 1381.2186 8.0 1381.2305 13.0 1381.2423 6.0 1381.2542 1.0 1381.2661 1.0 1381.2779 6.0 1381.2898 1.0 1381.3017 2.0 1381.3135 4.0 1381.3254 4.0 1381.3372 5.0 1381.3491 4.0 1381.361 4.0 1381.3728 3.0 1381.3847 3.0 1381.3966 4.0 1381.4084 3.0 1381.4203 6.0 1381.4322 4.0 1381.444 8.0 1381.4559 6.0 1381.4678 10.0 1381.4796 5.0 1381.4915 4.0 1381.5034 9.0 1381.5152 5.0 1381.5271 4.0 1381.539 5.0 1381.5508 31.0 1381.5627 24.0 1381.5746 16.0 1381.5864 26.0 1381.5983 34.0 1381.6102 34.0 1381.622 25.0 1381.6339 14.0 1381.6458 5.0 1381.6576 2.0 1381.6695 8.0 1381.6814 10.0 1381.6932 13.0 1381.7051 10.0 1381.717 9.0 1381.7288 8.0 1381.7407 14.0 1381.7526 11.0 1381.7644 4.0 1381.7763 5.0 1381.7882 2.0 1381.8119 5.0 1381.8238 3.0 1381.8356 6.0 1381.8475 6.0 1381.8594 5.0 1381.8712 16.0 1381.8831 14.0 1381.895 4.0 1381.9068 5.0 1381.9187 9.0 1381.9306 10.0 1381.9424 15.0 1381.9543 10.0 1381.9662 13.0 1381.978 13.0 1381.9899 7.0 1382.0018 9.0 1382.0137 5.0 1382.0255 4.0 1382.0374 3.0 1382.0493 6.0 1382.0611 2.0 1382.073 11.0 1382.0849 2.0 1382.0967 1.0 1382.1086 6.0 1382.1205 10.0 1382.1323 2.0 1382.1442 3.0 1382.1561 4.0 1382.1679 2.0 1382.1798 7.0 1382.1917 4.0 1382.2035 5.0 1382.2154 2.0 1382.2273 6.0 1382.2392 1.0 1382.251 5.0 1382.2629 9.0 1382.2748 12.0 1382.2866 4.0 1382.3104 12.0 1382.3222 9.0 1382.3341 6.0 1382.346 10.0 1382.3579 7.0 1382.3697 5.0 1382.3816 2.0 1382.3935 3.0 1382.4053 3.0 1382.4172 10.0 1382.4291 4.0 1382.4409 2.0 1382.4528 2.0 1382.4647 8.0 1382.4765 8.0 1382.4884 6.0 1382.5003 10.0 1382.5122 6.0 1382.524 2.0 1382.5359 3.0 1382.5478 5.0 1382.5596 9.0 1382.5715 10.0 1382.5834 16.0 1382.5953 10.0 1382.6071 4.0 1382.619 13.0 1382.6309 13.0 1382.6427 8.0 1382.6546 3.0 1382.6665 8.0 1382.6783 7.0 1382.6902 14.0 1382.7021 12.0 1382.714 5.0 1382.7258 7.0 1382.7377 4.0 1382.7496 3.0 1382.7614 10.0 1382.7733 18.0 1382.7852 15.0 1382.7971 12.0 1382.8089 6.0 1382.8208 3.0 1382.8327 3.0 1382.8445 3.0 1382.8564 3.0 1382.8683 8.0 1382.8802 5.0 1382.892 1.0 1382.9039 2.0 1382.9158 5.0 1382.9277 6.0 1382.9395 7.0 1382.9514 6.0 1382.9633 2.0 1382.9751 2.0 1382.987 3.0 1382.9989 2.0 1383.0108 3.0 1383.0226 3.0 1383.0345 3.0 1383.0464 3.0 1383.0582 8.0 1383.0701 14.0 1383.082 6.0 1383.0939 4.0 1383.1057 7.0 1383.1176 3.0 1383.1295 5.0 1383.1414 3.0 1383.1532 5.0 1383.1651 11.0 1383.177 6.0 1383.1889 5.0 1383.2007 5.0 1383.2126 12.0 1383.2245 6.0 1383.2363 7.0 1383.2482 6.0 1383.2601 3.0 1383.2838 1.0 1383.2957 1.0 1383.3076 4.0 1383.3195 4.0 1383.3313 3.0 1383.3432 1.0 1383.3551 5.0 1383.367 5.0 1383.3788 7.0 1383.3907 7.0 1383.4026 11.0 1383.4145 18.0 1383.4263 4.0 1383.4382 11.0 1383.4501 13.0 1383.462 7.0 1383.4738 3.0 1383.4857 7.0 1383.4976 5.0 1383.5094 4.0 1383.5213 5.0 1383.5332 7.0 1383.5451 6.0 1383.5569 3.0 1383.5688 2.0 1383.5807 9.0 1383.5926 11.0 1383.6044 7.0 1383.6163 5.0 1383.6282 5.0 1383.6401 6.0 1383.6519 11.0 1383.6638 4.0 1383.6757 8.0 1383.6876 18.0 1383.6995 11.0 1383.7113 5.0 1383.7232 5.0 1383.7351 10.0 1383.747 14.0 1383.7588 9.0 1383.7707 10.0 1383.7826 6.0 1383.7945 21.0 1383.8063 15.0 1383.8182 16.0 1383.8301 13.0 1383.842 9.0 1383.8538 9.0 1383.8657 9.0 1383.8776 5.0 1383.8895 6.0 1383.9013 7.0 1383.9132 7.0 1383.9251 6.0 1383.937 10.0 1383.9488 4.0 1383.9607 4.0 1383.9726 9.0 1383.9845 8.0 1383.9964 6.0 1384.0082 5.0 1384.0201 3.0 1384.032 3.0 1384.0439 15.0 1384.0557 10.0 1384.0676 7.0 1384.0795 6.0 1384.0914 4.0 1384.1032 7.0 1384.1151 4.0 1384.127 8.0 1384.1389 5.0 1384.1508 5.0 1384.1626 2.0 1384.1745 6.0 1384.1864 7.0 1384.1983 6.0 1384.2101 5.0 1384.222 3.0 1384.2339 2.0 1384.2458 6.0 1384.2577 10.0 1384.2695 4.0 1384.2814 6.0 1384.2933 13.0 1384.3052 3.0 1384.317 3.0 1384.3289 2.0 1384.3408 4.0 1384.3527 6.0 1384.3646 5.0 1384.3764 5.0 1384.3883 7.0 1384.4002 9.0 1384.4121 7.0 1384.4358 4.0 1384.4477 3.0 1384.4596 2.0 1384.4833 4.0 1384.4952 7.0 1384.5071 4.0 1384.519 5.0 1384.5309 5.0 1384.5427 3.0 1384.5546 8.0 1384.5665 5.0 1384.5784 4.0 1384.5903 4.0 1384.6021 2.0 1384.614 12.0 1384.6259 8.0 1384.6378 14.0 1384.6497 10.0 1384.6615 14.0 1384.6734 10.0 1384.6853 5.0 1384.6972 6.0 1384.7091 2.0 1384.7209 10.0 1384.7328 6.0 1384.7447 6.0 1384.7566 7.0 1384.7685 7.0 1384.7803 17.0 1384.7922 4.0 1384.816 1.0 1384.8279 5.0 1384.8397 14.0 1384.8516 4.0 1384.8635 3.0 1384.8754 3.0 1384.8873 2.0 1384.8991 5.0 1384.911 5.0 1384.9229 10.0 1384.9348 4.0 1384.9467 7.0 1384.9585 5.0 1384.9704 9.0 1384.9823 8.0 1384.9942 5.0 1385.0061 9.0 1385.0179 6.0 1385.0298 5.0 1385.0417 4.0 1385.0536 10.0 1385.0655 2.0 1385.0773 1.0 1385.0892 3.0 1385.1011 6.0 1385.113 4.0 1385.1249 9.0 1385.1368 11.0 1385.1486 4.0 1385.1605 5.0 1385.1724 11.0 1385.1843 12.0 1385.1962 2.0 1385.208 5.0 1385.2199 8.0 1385.2318 7.0 1385.2437 10.0 1385.2556 5.0 1385.2675 5.0 1385.2793 6.0 1385.2912 4.0 1385.3031 3.0 1385.315 11.0 1385.3269 11.0 1385.3388 13.0 1385.3506 8.0 1385.3625 7.0 1385.3744 4.0 1385.3863 3.0 1385.3982 2.0 1385.41 3.0 1385.4219 7.0 1385.4338 8.0 1385.4457 2.0 1385.4576 1.0 1385.4695 7.0 1385.4813 6.0 1385.4932 10.0 1385.5051 5.0 1385.517 7.0 1385.5289 10.0 1385.5408 5.0 1385.5526 12.0 1385.5645 7.0 1385.5764 8.0 1385.5883 6.0 1385.6002 7.0 1385.6121 3.0 1385.6239 6.0 1385.6358 5.0 1385.6477 13.0 1385.6596 10.0 1385.6715 7.0 1385.6834 6.0 1385.6953 5.0 1385.7071 10.0 1385.719 4.0 1385.7309 4.0 1385.7428 6.0 1385.7547 8.0 1385.7666 4.0 1385.7784 1.0 1385.7903 3.0 1385.8022 2.0 1385.8141 4.0 1385.826 4.0 1385.8379 6.0 1385.8498 6.0 1385.8616 3.0 1385.8735 5.0 1385.8854 6.0 1385.8973 6.0 1385.9092 8.0 1385.9211 13.0 1385.9329 4.0 1385.9448 3.0 1385.9567 5.0 1385.9686 3.0 1385.9805 5.0 1385.9924 15.0 1386.0043 10.0 1386.0161 6.0 1386.028 3.0 1386.0399 9.0 1386.0518 9.0 1386.0637 8.0 1386.0756 4.0 1386.0875 2.0 1386.0993 2.0 1386.1112 3.0 1386.1231 4.0 1386.135 6.0 1386.1469 9.0 1386.1588 16.0 1386.1707 6.0 1386.1825 8.0 1386.1944 3.0 1386.2063 4.0 1386.2182 8.0 1386.2301 1.0 1386.242 4.0 1386.2539 7.0 1386.2657 5.0 1386.2776 2.0 1386.2895 3.0 1386.3014 6.0 1386.3133 8.0 1386.3252 2.0 1386.3371 7.0 1386.349 4.0 1386.3608 3.0 1386.3727 3.0 1386.3846 1.0 1386.3965 5.0 1386.4084 1.0 1386.4203 3.0 1386.4322 3.0 1386.4441 3.0 1386.4559 3.0 1386.4678 5.0 1386.4797 3.0 1386.4916 1.0 1386.5035 3.0 1386.5154 13.0 1386.5273 9.0 1386.5392 5.0 1386.551 4.0 1386.5629 9.0 1386.5748 10.0 1386.5867 3.0 1386.5986 7.0 1386.6105 5.0 1386.6224 2.0 1386.6343 7.0 1386.6461 10.0 1386.658 13.0 1386.6699 8.0 1386.6818 2.0 1386.6937 4.0 1386.7056 7.0 1386.7175 4.0 1386.7294 2.0 1386.7413 4.0 1386.7531 11.0 1386.765 4.0 1386.7769 4.0 1386.7888 8.0 1386.8126 4.0 1386.8245 5.0 1386.8364 4.0 1386.8483 2.0 1386.8601 3.0 1386.872 2.0 1386.8958 7.0 1386.9077 10.0 1386.9196 10.0 1386.9315 11.0 1386.9434 6.0 1386.9553 4.0 1386.9671 9.0 1386.979 7.0 1386.9909 3.0 1387.0028 5.0 1387.0147 4.0 1387.0266 4.0 1387.0385 1.0 1387.0504 2.0 1387.0623 1.0 1387.0742 3.0 1387.086 2.0 1387.0979 6.0 1387.1098 4.0 1387.1217 7.0 1387.1336 10.0 1387.1455 7.0 1387.1574 8.0 1387.1693 5.0 1387.1812 7.0 1387.1931 6.0 1387.2049 2.0 1387.2168 2.0 1387.2287 5.0 1387.2406 2.0 1387.2525 1.0 1387.2644 6.0 1387.2763 4.0 1387.2882 5.0 1387.3001 9.0 1387.312 14.0 1387.3239 9.0 1387.3357 5.0 1387.3476 4.0 1387.3595 9.0 1387.3714 6.0 1387.3833 2.0 1387.3952 1.0 1387.4071 5.0 1387.419 2.0 1387.4309 2.0 1387.4428 2.0 1387.4547 15.0 1387.4666 8.0 1387.4784 4.0 1387.4903 2.0 1387.5022 2.0 1387.5141 1.0 1387.526 9.0 1387.5379 14.0 1387.5498 8.0 1387.5617 8.0 1387.5736 7.0 1387.5855 7.0 1387.5974 5.0 1387.6093 7.0 1387.6211 1.0 1387.633 3.0 1387.6449 7.0 1387.6568 6.0 1387.6687 10.0 1387.6806 11.0 1387.6925 5.0 1387.7044 7.0 1387.7163 5.0 1387.7282 4.0 1387.7401 4.0 1387.752 4.0 1387.7639 3.0 1387.7758 8.0 1387.7876 9.0 1387.7995 4.0 1387.8114 4.0 1387.8233 10.0 1387.8352 11.0 1387.8471 8.0 1387.859 5.0 1387.8709 12.0 1387.8828 7.0 1387.8947 7.0 1387.9066 11.0 1387.9185 13.0 1387.9304 9.0 1387.9423 6.0 1387.9542 3.0 1387.966 9.0 1387.9779 7.0 1387.9898 2.0 1388.0017 5.0 1388.0136 11.0 1388.0255 3.0 1388.0374 7.0 1388.0493 10.0 1388.0612 5.0 1388.0731 5.0 1388.085 4.0 1388.0969 4.0 1388.1088 5.0 1388.1207 5.0 1388.1326 12.0 1388.1445 3.0 1388.1564 4.0 1388.1683 6.0 1388.1801 5.0 1388.192 2.0 1388.2039 2.0 1388.2158 9.0 1388.2277 6.0 1388.2396 6.0 1388.2515 7.0 1388.2634 5.0 1388.2753 6.0 1388.2872 5.0 1388.2991 5.0 1388.311 18.0 1388.3229 20.0 1388.3348 16.0 1388.3467 15.0 1388.3586 6.0 1388.3705 7.0 1388.3824 10.0 1388.3943 8.0 1388.4062 20.0 1388.4181 8.0 1388.43 4.0 1388.4418 16.0 1388.4537 10.0 1388.4656 14.0 1388.4775 9.0 1388.4894 7.0 1388.5013 9.0 1388.5132 11.0 1388.5251 2.0 1388.537 3.0 1388.5489 6.0 1388.5608 6.0 1388.5727 9.0 1388.5846 10.0 1388.6084 3.0 1388.6203 6.0 1388.6441 6.0 1388.656 4.0 1388.6679 5.0 1388.6798 5.0 1388.6917 11.0 1388.7036 11.0 1388.7155 6.0 1388.7274 2.0 1388.7393 6.0 1388.7512 7.0 1388.7631 14.0 1388.775 14.0 1388.7869 13.0 1388.7987 6.0 1388.8106 7.0 1388.8225 4.0 1388.8344 7.0 1388.8463 4.0 1388.8582 6.0 1388.8701 15.0 1388.882 17.0 1388.8939 21.0 1388.9058 18.0 1388.9177 12.0 1388.9296 9.0 1388.9415 12.0 1388.9534 12.0 1388.9653 8.0 1388.9772 8.0 1388.9891 6.0 1389.001 12.0 1389.0129 6.0 1389.0248 6.0 1389.0367 11.0 1389.0486 12.0 1389.0605 9.0 1389.0724 4.0 1389.0843 13.0 1389.0962 10.0 1389.1081 6.0 1389.12 12.0 1389.1319 6.0 1389.1438 7.0 1389.1557 6.0 1389.1676 6.0 1389.1795 9.0 1389.1914 2.0 1389.2033 10.0 1389.2152 19.0 1389.2271 7.0 1389.239 2.0 1389.2509 3.0 1389.2628 6.0 1389.2747 13.0 1389.2866 7.0 1389.2985 1.0 1389.3104 10.0 1389.3223 3.0 1389.3342 3.0 1389.3461 3.0 1389.358 3.0 1389.3699 5.0 1389.3818 5.0 1389.3937 6.0 1389.4056 7.0 1389.4175 3.0 1389.4294 3.0 1389.4413 4.0 1389.4532 3.0 1389.4651 2.0 1389.477 6.0 1389.4889 3.0 1389.5008 1.0 1389.5127 6.0 1389.5246 1.0 1389.5365 4.0 1389.5484 1.0 1389.5603 2.0 1389.5722 5.0 1389.5841 10.0 1389.596 3.0 1389.6079 11.0 1389.6198 9.0 1389.6317 4.0 1389.6436 10.0 1389.6555 2.0 1389.6674 4.0 1389.6793 6.0 1389.6912 7.0 1389.7031 3.0 1389.715 9.0 1389.7269 3.0 1389.7388 6.0 1389.7507 8.0 1389.7626 8.0 1389.7745 4.0 1389.7864 4.0 1389.7983 2.0 1389.8102 4.0 1389.8221 4.0 1389.834 3.0 1389.8578 8.0 1389.8697 10.0 1389.8816 7.0 1389.8935 5.0 1389.9054 4.0 1389.9173 9.0 1389.9292 4.0 1389.9411 4.0 1389.953 10.0 1389.9649 4.0 1389.9768 2.0 1389.9888 5.0 1390.0007 7.0 1390.0126 6.0 1390.0245 8.0 1390.0364 11.0 1390.0483 2.0 1390.0602 2.0 1390.0721 13.0 1390.084 7.0 1390.0959 5.0 1390.1078 2.0 1390.1197 4.0 1390.1316 7.0 1390.1435 9.0 1390.1554 5.0 1390.1673 7.0 1390.1792 5.0 1390.1911 10.0 1390.203 4.0 1390.2149 3.0 1390.2268 2.0 1390.2387 2.0 1390.2506 2.0 1390.2625 4.0 1390.2744 7.0 1390.2863 4.0 1390.2982 1.0 1390.3101 6.0 1390.322 5.0 1390.3339 3.0 1390.3459 11.0 1390.3578 5.0 1390.3697 11.0 1390.3816 3.0 1390.3935 3.0 1390.4054 7.0 1390.4173 6.0 1390.4292 2.0 1390.4411 5.0 1390.453 3.0 1390.4649 3.0 1390.4768 8.0 1390.4887 1.0 1390.5006 9.0 1390.5125 13.0 1390.5244 15.0 1390.5363 9.0 1390.5482 7.0 1390.5601 1.0 1390.572 1.0 1390.5839 3.0 1390.5959 4.0 1390.6078 3.0 1390.6197 2.0 1390.6316 5.0 1390.6435 8.0 1390.6554 4.0 1390.6673 3.0 1390.6792 4.0 1390.6911 5.0 1390.703 8.0 1390.7149 8.0 1390.7268 5.0 1390.7387 8.0 1390.7506 6.0 1390.7625 6.0 1390.7744 6.0 1390.7863 3.0 1390.7982 1.0 1390.8102 6.0 1390.8221 9.0 1390.834 6.0 1390.8459 1.0 1390.8578 3.0 1390.8697 5.0 1390.8816 7.0 1390.8935 10.0 1390.9054 14.0 1390.9173 8.0 1390.9292 3.0 1390.9411 6.0 1390.953 10.0 1390.9649 8.0 1390.9768 8.0 1390.9888 17.0 1391.0007 13.0 1391.0126 3.0 1391.0245 8.0 1391.0364 3.0 1391.0483 1.0 1391.0602 9.0 1391.0721 7.0 1391.084 4.0 1391.0959 8.0 1391.1078 9.0 1391.1197 3.0 1391.1316 2.0 1391.1435 9.0 1391.1555 7.0 1391.1674 3.0 1391.1793 1.0 1391.1912 3.0 1391.2031 11.0 1391.215 9.0 1391.2269 6.0 1391.2388 5.0 1391.2507 11.0 1391.2626 3.0 1391.2745 5.0 1391.2864 7.0 1391.2983 3.0 1391.3103 13.0 1391.3222 5.0 1391.3341 9.0 1391.346 7.0 1391.3579 3.0 1391.3698 6.0 1391.3817 1.0 1391.3936 3.0 1391.4055 2.0 1391.4174 8.0 1391.4293 9.0 1391.4413 4.0 1391.4532 7.0 1391.4651 3.0 1391.4889 4.0 1391.5008 5.0 1391.5127 5.0 1391.5246 1.0 1391.5365 6.0 1391.5484 19.0 1391.5603 11.0 1391.5723 3.0 1391.5842 12.0 1391.5961 16.0 1391.608 2.0 1391.6199 4.0 1391.6318 11.0 1391.6437 6.0 1391.6556 1.0 1391.6675 7.0 1391.6794 15.0 1391.6914 8.0 1391.7033 4.0 1391.7152 8.0 1391.7271 10.0 1391.739 11.0 1391.7509 11.0 1391.7628 10.0 1391.7747 2.0 1391.7866 3.0 1391.7985 2.0 1391.8105 4.0 1391.8224 9.0 1391.8343 13.0 1391.8462 10.0 1391.8581 8.0 1391.87 11.0 1391.8819 5.0 1391.8938 4.0 1391.9057 11.0 1391.9176 10.0 1391.9296 8.0 1391.9415 6.0 1391.9534 4.0 1391.9653 4.0 1391.9772 9.0 1391.9891 11.0 1392.001 10.0 1392.0129 1.0 1392.0248 3.0 1392.0368 10.0 1392.0487 13.0 1392.0606 8.0 1392.0725 2.0 1392.0844 7.0 1392.0963 8.0 1392.1082 8.0 1392.1201 13.0 1392.1321 8.0 1392.144 8.0 1392.1559 14.0 1392.1678 5.0 1392.1797 6.0 1392.1916 1.0 1392.2035 8.0 1392.2154 7.0 1392.2273 11.0 1392.2393 12.0 1392.2512 11.0 1392.2631 9.0 1392.275 2.0 1392.2988 9.0 1392.3107 7.0 1392.3226 4.0 1392.3346 3.0 1392.3465 3.0 1392.3584 6.0 1392.3703 2.0 1392.3822 3.0 1392.3941 10.0 1392.406 4.0 1392.418 4.0 1392.4299 3.0 1392.4418 2.0 1392.4537 4.0 1392.4656 8.0 1392.4775 3.0 1392.4894 4.0 1392.5013 2.0 1392.5133 9.0 1392.5252 2.0 1392.5371 3.0 1392.549 11.0 1392.5609 5.0 1392.5728 3.0 1392.5847 5.0 1392.5967 1.0 1392.6086 9.0 1392.6205 14.0 1392.6324 7.0 1392.6443 13.0 1392.6562 4.0 1392.6681 7.0 1392.6801 10.0 1392.692 6.0 1392.7039 11.0 1392.7158 4.0 1392.7277 2.0 1392.7396 6.0 1392.7515 8.0 1392.7635 6.0 1392.7754 9.0 1392.7873 9.0 1392.7992 13.0 1392.8111 7.0 1392.823 7.0 1392.8349 11.0 1392.8469 3.0 1392.8588 3.0 1392.8707 3.0 1392.8826 4.0 1392.8945 4.0 1392.9064 5.0 1392.9183 9.0 1392.9303 6.0 1392.9422 14.0 1392.9541 11.0 1392.966 7.0 1392.9779 14.0 1392.9898 10.0 1393.0018 5.0 1393.0137 6.0 1393.0256 3.0 1393.0375 3.0 1393.0494 12.0 1393.0613 9.0 1393.0732 2.0 1393.0852 3.0 1393.0971 10.0 1393.109 10.0 1393.1209 1.0 1393.1328 6.0 1393.1567 8.0 1393.1686 6.0 1393.1805 8.0 1393.1924 4.0 1393.2162 4.0 1393.2282 3.0 1393.2401 4.0 1393.252 4.0 1393.2639 2.0 1393.2758 1.0 1393.2877 2.0 1393.2997 3.0 1393.3116 7.0 1393.3235 5.0 1393.3354 4.0 1393.3473 6.0 1393.3592 6.0 1393.3712 12.0 1393.3831 11.0 1393.4069 8.0 1393.4188 9.0 1393.4307 7.0 1393.4427 2.0 1393.4546 4.0 1393.4665 2.0 1393.4784 6.0 1393.4903 6.0 1393.5023 4.0 1393.5142 8.0 1393.5261 17.0 1393.538 15.0 1393.5499 22.0 1393.5618 10.0 1393.5738 9.0 1393.5857 12.0 1393.5976 11.0 1393.6095 11.0 1393.6214 5.0 1393.6334 3.0 1393.6453 11.0 1393.6572 9.0 1393.6691 5.0 1393.681 6.0 1393.6929 10.0 1393.7049 12.0 1393.7168 5.0 1393.7287 13.0 1393.7406 3.0 1393.7525 10.0 1393.7645 5.0 1393.7764 2.0 1393.7883 5.0 1393.8002 3.0 1393.8121 6.0 1393.8241 8.0 1393.836 3.0 1393.8479 5.0 1393.8598 5.0 1393.8717 3.0 1393.8836 6.0 1393.8956 8.0 1393.9075 14.0 1393.9194 10.0 1393.9432 5.0 1393.9552 12.0 1393.9671 12.0 1393.979 13.0 1393.9909 2.0 1394.0028 3.0 1394.0148 1.0 1394.0267 9.0 1394.0386 9.0 1394.0505 6.0 1394.0624 12.0 1394.0744 12.0 1394.0863 4.0 1394.0982 3.0 1394.1101 6.0 1394.122 6.0 1394.134 4.0 1394.1697 5.0 1394.1817 5.0 1394.1936 6.0 1394.2055 4.0 1394.2413 6.0 1394.2532 6.0 1394.2651 6.0 1394.277 5.0 1394.2889 4.0 1394.3009 6.0 1394.3128 6.0 1394.3247 2.0 1394.3366 6.0 1394.3485 11.0 1394.3605 4.0 1394.3724 2.0 1394.3843 1.0 1394.3962 3.0 1394.4082 3.0 1394.4201 2.0 1394.432 5.0 1394.4439 6.0 1394.4558 6.0 1394.4678 3.0 1394.4797 6.0 1394.4916 4.0 1394.5035 6.0 1394.5154 3.0 1394.5274 13.0 1394.5393 1.0 1394.5512 6.0 1394.5631 1.0 1394.5751 5.0 1394.587 12.0 1394.5989 9.0 1394.6108 7.0 1394.6228 7.0 1394.6347 7.0 1394.6466 8.0 1394.6585 5.0 1394.6704 5.0 1394.6824 16.0 1394.6943 8.0 1394.7062 4.0 1394.7181 10.0 1394.7301 13.0 1394.742 10.0 1394.7539 7.0 1394.7658 6.0 1394.7777 4.0 1394.7897 5.0 1394.8016 8.0 1394.8135 7.0 1394.8254 5.0 1394.8374 6.0 1394.8493 5.0 1394.8612 16.0 1394.8731 6.0 1394.8851 9.0 1394.897 7.0 1394.9089 8.0 1394.9208 5.0 1394.9328 5.0 1394.9447 14.0 1394.9566 5.0 1394.9685 3.0 1394.9805 3.0 1394.9924 3.0 1395.0043 3.0 1395.0162 8.0 1395.0281 6.0 1395.0401 5.0 1395.052 1.0 1395.0639 2.0 1395.0758 7.0 1395.0878 11.0 1395.0997 7.0 1395.1116 4.0 1395.1235 7.0 1395.1355 4.0 1395.1474 3.0 1395.1593 8.0 1395.1712 4.0 1395.1832 2.0 1395.1951 6.0 1395.207 7.0 1395.2189 11.0 1395.2309 8.0 1395.2428 8.0 1395.2547 3.0 1395.2666 6.0 1395.2786 5.0 1395.2905 4.0 1395.3024 9.0 1395.3143 13.0 1395.3263 11.0 1395.3382 9.0 1395.3501 6.0 1395.362 3.0 1395.374 1.0 1395.3859 4.0 1395.3978 2.0 1395.4217 7.0 1395.4336 6.0 1395.4455 8.0 1395.4575 10.0 1395.4694 9.0 1395.4813 5.0 1395.4932 19.0 1395.5052 15.0 1395.5171 5.0 1395.529 3.0 1395.5409 1.0 1395.5529 1.0 1395.5648 8.0 1395.5767 2.0 1395.5886 3.0 1395.6006 8.0 1395.6125 12.0 1395.6244 10.0 1395.6364 4.0 1395.6483 4.0 1395.6602 4.0 1395.6721 7.0 1395.6841 11.0 1395.696 6.0 1395.7079 2.0 1395.7198 8.0 1395.7318 7.0 1395.7437 13.0 1395.7556 7.0 1395.7676 12.0 1395.7795 1.0 1395.7914 5.0 1395.8033 8.0 1395.8153 7.0 1395.8272 4.0 1395.8391 11.0 1395.851 12.0 1395.863 11.0 1395.8749 3.0 1395.8868 7.0 1395.8988 7.0 1395.9107 13.0 1395.9226 7.0 1395.9345 6.0 1395.9465 3.0 1395.9584 3.0 1395.9703 5.0 1395.9823 4.0 1395.9942 2.0 1396.018 5.0 1396.03 2.0 1396.0419 10.0 1396.0538 8.0 1396.0658 2.0 1396.0777 4.0 1396.0896 6.0 1396.1015 10.0 1396.1135 9.0 1396.1254 10.0 1396.1373 11.0 1396.1493 1.0 1396.1612 7.0 1396.1731 5.0 1396.185 10.0 1396.197 17.0 1396.2089 8.0 1396.2208 5.0 1396.2328 6.0 1396.2447 24.0 1396.2566 11.0 1396.2686 1.0 1396.2805 2.0 1396.2924 9.0 1396.3043 10.0 1396.3163 11.0 1396.3282 9.0 1396.3401 10.0 1396.3521 5.0 1396.364 5.0 1396.3759 3.0 1396.3879 9.0 1396.3998 15.0 1396.4117 8.0 1396.4236 8.0 1396.4356 8.0 1396.4475 5.0 1396.4594 3.0 1396.4714 4.0 1396.4833 7.0 1396.4952 9.0 1396.5072 3.0 1396.5191 2.0 1396.531 3.0 1396.5429 8.0 1396.5549 3.0 1396.5668 8.0 1396.5787 5.0 1396.5907 4.0 1396.6026 2.0 1396.6145 4.0 1396.6265 6.0 1396.6384 2.0 1396.6503 2.0 1396.6623 4.0 1396.6742 9.0 1396.6861 7.0 1396.6981 7.0 1396.71 5.0 1396.7219 7.0 1396.7338 1.0 1396.7458 5.0 1396.7577 3.0 1396.7816 4.0 1396.7935 4.0 1396.8054 6.0 1396.8174 4.0 1396.8293 10.0 1396.8412 12.0 1396.8532 3.0 1396.8651 8.0 1396.877 12.0 1396.889 15.0 1396.9009 2.0 1396.9128 7.0 1396.9248 12.0 1396.9367 8.0 1396.9486 5.0 1396.9606 3.0 1396.9725 6.0 1396.9844 2.0 1396.9964 12.0 1397.0083 10.0 1397.0202 3.0 1397.0322 3.0 1397.0441 4.0 1397.056 12.0 1397.068 12.0 1397.0799 3.0 1397.0918 8.0 1397.1038 2.0 1397.1157 6.0 1397.1276 7.0 1397.1396 7.0 1397.1515 6.0 1397.1634 5.0 1397.1754 3.0 1397.1873 5.0 1397.1992 10.0 1397.2112 15.0 1397.2231 21.0 1397.235 6.0 1397.247 2.0 1397.2589 1.0 1397.2708 2.0 1397.2828 1.0 1397.2947 3.0 1397.3066 5.0 1397.3186 12.0 1397.3305 3.0 1397.3424 2.0 1397.3544 8.0 1397.3663 11.0 1397.3782 7.0 1397.3902 4.0 1397.4021 5.0 1397.414 7.0 1397.426 5.0 1397.4379 1.0 1397.4498 4.0 1397.4737 4.0 1397.4856 5.0 1397.4976 4.0 1397.5095 7.0 1397.5215 5.0 1397.5334 2.0 1397.5453 4.0 1397.5573 4.0 1397.5692 9.0 1397.5811 3.0 1397.5931 4.0 1397.605 5.0 1397.6169 12.0 1397.6289 9.0 1397.6647 3.0 1397.6766 3.0 1397.6885 1.0 1397.7005 11.0 1397.7124 2.0 1397.7244 4.0 1397.7363 10.0 1397.7482 5.0 1397.7602 2.0 1397.7721 3.0 1397.784 3.0 1397.796 1.0 1397.8079 3.0 1397.8198 2.0 1397.8318 1.0 1397.8437 2.0 1397.8557 2.0 1397.8676 3.0 1397.8795 8.0 1397.8915 3.0 1397.9034 3.0 1397.9153 12.0 1397.9273 11.0 1397.9392 12.0 1397.9511 2.0 1397.9631 3.0 1397.975 4.0 1397.987 15.0 1397.9989 11.0 1398.0108 10.0 1398.0228 9.0 1398.0347 3.0 1398.0466 3.0 1398.0586 5.0 1398.0705 3.0 1398.0825 10.0 1398.0944 9.0 1398.1063 3.0 1398.1183 1.0 1398.1421 4.0 1398.1541 3.0 1398.166 9.0 1398.178 6.0 1398.1899 2.0 1398.2018 4.0 1398.2138 11.0 1398.2257 3.0 1398.2376 10.0 1398.2496 4.0 1398.2615 2.0 1398.2735 11.0 1398.2854 3.0 1398.2973 1.0 1398.3093 1.0 1398.3212 4.0 1398.3332 1.0 1398.3451 15.0 1398.357 10.0 1398.369 1.0 1398.3809 2.0 1398.3928 3.0 1398.4048 1.0 1398.4167 2.0 1398.4287 4.0 1398.4406 8.0 1398.4525 12.0 1398.4645 9.0 1398.4764 9.0 1398.4884 1.0 1398.5003 8.0 1398.5122 11.0 1398.5242 7.0 1398.5361 2.0 1398.5481 1.0 1398.56 4.0 1398.5719 6.0 1398.5839 2.0 1398.6078 2.0 1398.6197 4.0 1398.6316 7.0 1398.6436 4.0 1398.6555 5.0 1398.6675 4.0 1398.6794 14.0 1398.6913 12.0 1398.7033 14.0 1398.7152 10.0 1398.7272 16.0 1398.7391 6.0 1398.751 7.0 1398.763 5.0 1398.7749 7.0 1398.7869 6.0 1398.7988 5.0 1398.8107 1.0 1398.8227 13.0 1398.8346 5.0 1398.8466 3.0 1398.8585 6.0 1398.8704 11.0 1398.8824 6.0 1398.8943 4.0 1398.9063 8.0 1398.9182 16.0 1398.9301 17.0 1398.9421 4.0 1398.954 2.0 1398.966 2.0 1398.9779 17.0 1398.9898 10.0 1399.0018 10.0 1399.0137 10.0 1399.0257 11.0 1399.0376 7.0 1399.0496 8.0 1399.0615 3.0 1399.0734 2.0 1399.0854 7.0 1399.0973 4.0 1399.1093 4.0 1399.1212 8.0 1399.1331 3.0 1399.1451 6.0 1399.157 4.0 1399.169 3.0 1399.1809 2.0 1399.1929 5.0 1399.2048 5.0 1399.2167 1.0 1399.2287 6.0 1399.2406 8.0 1399.2526 4.0 1399.2645 2.0 1399.2765 6.0 1399.2884 12.0 1399.3003 11.0 1399.3123 7.0 1399.3242 10.0 1399.3362 12.0 1399.3481 9.0 1399.3601 5.0 1399.372 11.0 1399.3839 5.0 1399.3959 2.0 1399.4078 3.0 1399.4317 2.0 1399.4437 3.0 1399.4556 4.0 1399.4675 6.0 1399.4795 2.0 1399.4914 9.0 1399.5034 6.0 1399.5153 8.0 1399.5273 8.0 1399.5392 11.0 1399.5511 6.0 1399.5631 9.0 1399.575 7.0 1399.587 3.0 1399.5989 9.0 1399.6109 15.0 1399.6228 23.0 1399.6348 12.0 1399.6467 16.0 1399.6586 6.0 1399.6706 2.0 1399.6825 4.0 1399.6945 6.0 1399.7064 2.0 1399.7184 3.0 1399.7303 5.0 1399.7423 3.0 1399.7542 8.0 1399.7661 8.0 1399.7781 5.0 1399.79 6.0 1399.802 9.0 1399.8139 7.0 1399.8259 4.0 1399.8378 1.0 1399.8498 7.0 1399.8617 6.0 1399.8736 1.0 1399.8856 7.0 1399.8975 4.0 1399.9095 7.0 1399.9214 9.0 1399.9334 6.0 1399.9453 4.0 1399.9573 7.0 1399.9692 9.0 1399.9812 7.0 1399.9931 6.0 1400.005 12.0 1400.017 4.0 1400.0289 4.0 1400.0409 4.0 1400.0528 4.0 1400.0648 8.0 1400.0767 4.0 1400.0887 10.0 1400.1006 3.0 1400.1126 1.0 1400.1245 1.0 1400.1365 4.0 1400.1484 3.0 1400.1603 4.0 1400.1723 5.0 1400.1842 11.0 1400.1962 2.0 1400.2081 10.0 1400.2201 6.0 1400.232 5.0 1400.244 4.0 1400.2559 3.0 1400.2679 3.0 1400.2798 11.0 1400.2918 5.0 1400.3037 6.0 1400.3157 1.0 1400.3276 6.0 1400.3395 4.0 1400.3515 4.0 1400.3634 5.0 1400.3754 12.0 1400.3873 2.0 1400.3993 3.0 1400.4112 7.0 1400.4232 3.0 1400.4351 1.0 1400.4471 7.0 1400.459 7.0 1400.471 3.0 1400.4829 6.0 1400.4949 3.0 1400.5068 12.0 1400.5188 6.0 1400.5307 10.0 1400.5427 6.0 1400.5546 4.0 1400.5666 19.0 1400.5785 3.0 1400.5905 3.0 1400.6024 6.0 1400.6143 1.0 1400.6263 4.0 1400.6382 1.0 1400.6502 8.0 1400.6621 10.0 1400.6741 4.0 1400.686 15.0 1400.698 8.0 1400.7099 4.0 1400.7219 1.0 1400.7338 5.0 1400.7458 8.0 1400.7577 7.0 1400.7697 4.0 1400.7816 4.0 1400.8055 4.0 1400.8175 4.0 1400.8294 6.0 1400.8414 1.0 1400.8533 4.0 1400.8653 9.0 1400.8772 3.0 1400.8892 6.0 1400.9011 7.0 1400.9131 6.0 1400.925 7.0 1400.937 8.0 1400.9489 7.0 1400.9609 13.0 1400.9728 11.0 1400.9848 6.0 1400.9967 5.0 1401.0087 15.0 1401.0206 13.0 1401.0326 9.0 1401.0445 9.0 1401.0565 4.0 1401.0684 3.0 1401.0804 2.0 1401.0923 8.0 1401.1043 15.0 1401.1162 6.0 1401.1282 3.0 1401.1521 7.0 1401.164 7.0 1401.176 2.0 1401.1879 10.0 1401.1999 13.0 1401.2118 2.0 1401.2238 4.0 1401.2357 5.0 1401.2477 2.0 1401.2596 4.0 1401.2716 5.0 1401.2835 1.0 1401.2955 1.0 1401.3074 6.0 1401.3194 13.0 1401.3313 5.0 1401.3433 2.0 1401.3552 13.0 1401.3672 5.0 1401.3791 3.0 1401.3911 7.0 1401.403 9.0 1401.415 6.0 1401.427 9.0 1401.4389 6.0 1401.4509 5.0 1401.4628 7.0 1401.4748 9.0 1401.4867 6.0 1401.4987 4.0 1401.5106 7.0 1401.5226 8.0 1401.5345 3.0 1401.5465 3.0 1401.5584 5.0 1401.5704 5.0 1401.5823 4.0 1401.5943 10.0 1401.6062 8.0 1401.6182 11.0 1401.6301 11.0 1401.6421 2.0 1401.654 2.0 1401.666 1.0 1401.678 8.0 1401.6899 12.0 1401.7019 12.0 1401.7138 1.0 1401.7258 4.0 1401.7377 6.0 1401.7497 7.0 1401.7616 2.0 1401.7736 8.0 1401.7855 5.0 1401.7975 10.0 1401.8094 12.0 1401.8214 8.0 1401.8333 9.0 1401.8453 16.0 1401.8573 15.0 1401.8692 7.0 1401.8812 11.0 1401.8931 8.0 1401.9051 4.0 1401.917 5.0 1401.929 7.0 1401.9409 4.0 1401.9529 7.0 1401.9648 11.0 1401.9768 9.0 1401.9887 4.0 1402.0007 8.0 1402.0127 10.0 1402.0246 4.0 1402.0366 4.0 1402.0485 7.0 1402.0605 8.0 1402.0724 9.0 1402.0844 10.0 1402.0963 4.0 1402.1083 2.0 1402.1202 1.0 1402.1322 7.0 1402.1442 12.0 1402.1561 9.0 1402.1681 11.0 1402.18 12.0 1402.192 2.0 1402.2039 4.0 1402.2159 10.0 1402.2278 5.0 1402.2398 3.0 1402.2637 9.0 1402.2757 5.0 1402.2876 7.0 1402.2996 2.0 1402.3115 1.0 1402.3235 2.0 1402.3354 3.0 1402.3474 3.0 1402.3594 5.0 1402.3713 3.0 1402.3833 6.0 1402.3952 4.0 1402.4072 3.0 1402.4191 4.0 1402.4311 1.0 1402.443 3.0 1402.455 4.0 1402.467 2.0 1402.4789 3.0 1402.4909 3.0 1402.5028 7.0 1402.5148 5.0 1402.5267 4.0 1402.5387 9.0 1402.5507 3.0 1402.5626 2.0 1402.5746 6.0 1402.5865 7.0 1402.5985 11.0 1402.6104 25.0 1402.6224 9.0 1402.6343 7.0 1402.6463 9.0 1402.6583 7.0 1402.6702 11.0 1402.6822 12.0 1402.6941 6.0 1402.7061 5.0 1402.718 4.0 1402.73 10.0 1402.742 11.0 1402.7539 10.0 1402.7659 2.0 1402.7778 3.0 1402.7898 3.0 1402.8018 6.0 1402.8137 5.0 1402.8257 8.0 1402.8376 5.0 1402.8496 7.0 1402.8615 5.0 1402.8735 10.0 1402.8855 4.0 1402.8974 5.0 1402.9094 8.0 1402.9213 5.0 1402.9333 5.0 1402.9452 4.0 1402.9572 13.0 1402.9692 3.0 1402.9811 6.0 1402.9931 11.0 1403.005 10.0 1403.017 4.0 1403.029 4.0 1403.0409 8.0 1403.0529 11.0 1403.0648 7.0 1403.0768 3.0 1403.0888 3.0 1403.1007 2.0 1403.1127 14.0 1403.1246 7.0 1403.1366 2.0 1403.1485 3.0 1403.1605 1.0 1403.1725 6.0 1403.1844 5.0 1403.1964 4.0 1403.2083 4.0 1403.2203 9.0 1403.2323 9.0 1403.2442 10.0 1403.2562 5.0 1403.2681 6.0 1403.2801 3.0 1403.2921 4.0 1403.304 6.0 1403.316 8.0 1403.3279 3.0 1403.3399 4.0 1403.3519 3.0 1403.3638 3.0 1403.3758 7.0 1403.3877 11.0 1403.3997 9.0 1403.4117 6.0 1403.4236 3.0 1403.4356 2.0 1403.4475 2.0 1403.4595 3.0 1403.4715 6.0 1403.4834 2.0 1403.4954 5.0 1403.5073 8.0 1403.5193 1.0 1403.5313 8.0 1403.5432 10.0 1403.5552 6.0 1403.5672 3.0 1403.5791 7.0 1403.5911 19.0 1403.603 12.0 1403.615 16.0 1403.627 12.0 1403.6389 4.0 1403.6509 8.0 1403.6628 8.0 1403.6748 13.0 1403.6868 6.0 1403.6987 5.0 1403.7107 14.0 1403.7226 6.0 1403.7346 5.0 1403.7466 10.0 1403.7585 7.0 1403.7705 4.0 1403.7825 8.0 1403.7944 4.0 1403.8064 5.0 1403.8183 21.0 1403.8303 10.0 1403.8423 7.0 1403.8542 6.0 1403.8662 6.0 1403.8782 12.0 1403.8901 7.0 1403.9021 10.0 1403.914 11.0 1403.926 4.0 1403.938 10.0 1403.9499 6.0 1403.9619 9.0 1403.9739 6.0 1403.9858 7.0 1403.9978 3.0 1404.0097 2.0 1404.0217 1.0 1404.0337 2.0 1404.0456 1.0 1404.0576 6.0 1404.0696 8.0 1404.0815 5.0 1404.0935 4.0 1404.1054 8.0 1404.1174 2.0 1404.1294 8.0 1404.1413 8.0 1404.1533 6.0 1404.1653 13.0 1404.1772 3.0 1404.1892 2.0 1404.2012 8.0 1404.2131 6.0 1404.237 5.0 1404.249 7.0 1404.261 5.0 1404.2729 6.0 1404.2849 9.0 1404.2969 8.0 1404.3088 6.0 1404.3208 5.0 1404.3328 3.0 1404.3447 1.0 1404.3567 2.0 1404.3687 11.0 1404.3806 5.0 1404.3926 2.0 1404.4045 7.0 1404.4165 6.0 1404.4285 8.0 1404.4404 8.0 1404.4524 6.0 1404.4644 7.0 1404.4763 5.0 1404.4883 9.0 1404.5003 7.0 1404.5122 5.0 1404.5242 4.0 1404.5362 6.0 1404.5481 2.0 1404.5601 1.0 1404.5721 6.0 1404.584 8.0 1404.596 26.0 1404.608 12.0 1404.6199 12.0 1404.6319 17.0 1404.6438 4.0 1404.6558 6.0 1404.6678 5.0 1404.6797 6.0 1404.6917 2.0 1404.7037 5.0 1404.7156 5.0 1404.7276 4.0 1404.7396 6.0 1404.7515 1.0 1404.7635 6.0 1404.7755 4.0 1404.7874 11.0 1404.7994 12.0 1404.8114 10.0 1404.8233 12.0 1404.8353 4.0 1404.8473 3.0 1404.8592 14.0 1404.8712 11.0 1404.8832 7.0 1404.8951 13.0 1404.9071 11.0 1404.9191 15.0 1404.931 7.0 1404.943 6.0 1404.955 4.0 1404.9669 7.0 1404.9789 9.0 1404.9909 10.0 1405.0028 2.0 1405.0148 3.0 1405.0268 8.0 1405.0387 8.0 1405.0507 2.0 1405.0627 8.0 1405.0746 7.0 1405.0866 3.0 1405.0986 6.0 1405.1105 2.0 1405.1225 2.0 1405.1345 6.0 1405.1465 2.0 1405.1584 5.0 1405.1704 5.0 1405.1824 5.0 1405.1943 4.0 1405.2063 11.0 1405.2183 4.0 1405.2302 7.0 1405.2422 5.0 1405.2542 3.0 1405.2661 7.0 1405.2781 3.0 1405.2901 8.0 1405.302 6.0 1405.314 2.0 1405.326 4.0 1405.3379 5.0 1405.3499 6.0 1405.3619 5.0 1405.3738 5.0 1405.3858 3.0 1405.3978 4.0 1405.4098 2.0 1405.4217 2.0 1405.4337 2.0 1405.4457 1.0 1405.4576 9.0 1405.4696 5.0 1405.4816 8.0 1405.4935 6.0 1405.5055 9.0 1405.5175 11.0 1405.5294 12.0 1405.5414 6.0 1405.5534 5.0 1405.5654 5.0 1405.5773 3.0 1405.5893 3.0 1405.6013 6.0 1405.6132 5.0 1405.6252 9.0 1405.6372 5.0 1405.6491 4.0 1405.6611 5.0 1405.6731 2.0 1405.6851 1.0 1405.697 3.0 1405.709 5.0 1405.721 3.0 1405.7329 5.0 1405.7449 1.0 1405.7569 14.0 1405.7688 10.0 1405.7808 9.0 1405.7928 8.0 1405.8048 14.0 1405.8167 7.0 1405.8287 3.0 1405.8407 4.0 1405.8526 3.0 1405.8646 4.0 1405.8766 9.0 1405.8886 11.0 1405.9005 11.0 1405.9125 7.0 1405.9245 5.0 1405.9364 3.0 1405.9484 1.0 1405.9604 1.0 1405.9724 5.0 1405.9843 10.0 1405.9963 1.0 1406.0083 8.0 1406.0202 9.0 1406.0322 5.0 1406.0442 5.0 1406.0562 6.0 1406.0681 3.0 1406.0801 1.0 1406.0921 1.0 1406.104 6.0 1406.116 7.0 1406.128 3.0 1406.14 8.0 1406.1519 13.0 1406.1639 6.0 1406.1759 7.0 1406.1878 3.0 1406.1998 6.0 1406.2118 10.0 1406.2238 6.0 1406.2357 4.0 1406.2477 4.0 1406.2597 2.0 1406.2716 6.0 1406.2836 13.0 1406.2956 8.0 1406.3076 6.0 1406.3195 1.0 1406.3315 3.0 1406.3555 6.0 1406.3674 5.0 1406.3794 3.0 1406.3914 3.0 1406.4034 2.0 1406.4153 3.0 1406.4273 8.0 1406.4393 5.0 1406.4512 2.0 1406.4632 1.0 1406.4752 9.0 1406.4872 9.0 1406.4991 6.0 1406.5111 4.0 1406.5231 5.0 1406.5351 5.0 1406.547 2.0 1406.559 5.0 1406.571 7.0 1406.583 9.0 1406.5949 9.0 1406.6069 9.0 1406.6189 6.0 1406.6309 4.0 1406.6428 4.0 1406.6548 9.0 1406.6668 9.0 1406.6787 7.0 1406.6907 13.0 1406.7027 12.0 1406.7147 9.0 1406.7266 5.0 1406.7386 5.0 1406.7506 4.0 1406.7626 3.0 1406.7745 4.0 1406.7865 6.0 1406.7985 5.0 1406.8105 16.0 1406.8224 12.0 1406.8344 4.0 1406.8464 5.0 1406.8584 7.0 1406.8703 12.0 1406.8823 8.0 1406.8943 17.0 1406.9063 8.0 1406.9182 8.0 1406.9302 4.0 1406.9422 5.0 1406.9542 1.0 1406.9661 3.0 1406.9781 1.0 1406.9901 3.0 1407.0021 4.0 1407.014 6.0 1407.026 5.0 1407.038 9.0 1407.05 7.0 1407.062 4.0 1407.0739 6.0 1407.0859 2.0 1407.0979 4.0 1407.1099 4.0 1407.1218 2.0 1407.1338 10.0 1407.1458 10.0 1407.1578 5.0 1407.1697 6.0 1407.1817 7.0 1407.1937 4.0 1407.2057 6.0 1407.2176 4.0 1407.2296 2.0 1407.2416 4.0 1407.2536 2.0 1407.2656 8.0 1407.2775 2.0 1407.2895 4.0 1407.3015 7.0 1407.3135 7.0 1407.3254 12.0 1407.3374 4.0 1407.3494 3.0 1407.3614 8.0 1407.3733 3.0 1407.3853 6.0 1407.3973 3.0 1407.4093 5.0 1407.4213 7.0 1407.4332 7.0 1407.4452 5.0 1407.4572 2.0 1407.4692 2.0 1407.4811 6.0 1407.4931 2.0 1407.5051 6.0 1407.5171 5.0 1407.5291 7.0 1407.541 12.0 1407.553 6.0 1407.565 6.0 1407.577 7.0 1407.5889 3.0 1407.6009 9.0 1407.6129 6.0 1407.6249 9.0 1407.6369 7.0 1407.6488 5.0 1407.6608 5.0 1407.6728 4.0 1407.6848 7.0 1407.6968 7.0 1407.7087 11.0 1407.7207 5.0 1407.7327 5.0 1407.7447 5.0 1407.7566 1.0 1407.7686 4.0 1407.7806 7.0 1407.7926 1.0 1407.8046 2.0 1407.8165 11.0 1407.8285 5.0 1407.8405 3.0 1407.8525 3.0 1407.8645 1.0 1407.8764 7.0 1407.8884 9.0 1407.9004 3.0 1407.9124 5.0 1407.9244 15.0 1407.9363 18.0 1407.9483 7.0 1407.9603 5.0 1407.9723 1.0 1407.9843 7.0 1407.9962 6.0 1408.0082 9.0 1408.0202 2.0 1408.0322 3.0 1408.0442 6.0 1408.0561 6.0 1408.0681 3.0 1408.0801 7.0 1408.0921 3.0 1408.1041 3.0 1408.116 8.0 1408.128 8.0 1408.14 5.0 1408.152 7.0 1408.164 4.0 1408.1759 4.0 1408.1879 1.0 1408.1999 2.0 1408.2119 1.0 1408.2239 6.0 1408.2478 2.0 1408.2598 2.0 1408.2718 11.0 1408.2838 4.0 1408.2958 4.0 1408.3077 7.0 1408.3197 4.0 1408.3317 2.0 1408.3437 6.0 1408.3676 2.0 1408.3796 3.0 1408.3916 4.0 1408.4036 5.0 1408.4156 4.0 1408.4275 6.0 1408.4395 4.0 1408.4515 8.0 1408.4635 8.0 1408.4755 4.0 1408.4875 5.0 1408.4994 6.0 1408.5114 8.0 1408.5234 11.0 1408.5354 9.0 1408.5474 7.0 1408.5594 4.0 1408.5713 5.0 1408.5833 3.0 1408.5953 11.0 1408.6073 10.0 1408.6193 6.0 1408.6312 2.0 1408.6432 2.0 1408.6552 5.0 1408.6672 17.0 1408.6792 13.0 1408.6912 5.0 1408.7031 4.0 1408.7151 1.0 1408.7271 12.0 1408.7391 7.0 1408.7511 8.0 1408.7631 7.0 1408.775 3.0 1408.787 3.0 1408.799 13.0 1408.811 8.0 1408.823 6.0 1408.835 7.0 1408.8469 4.0 1408.8589 3.0 1408.8709 4.0 1408.8829 8.0 1408.8949 14.0 1408.9069 16.0 1408.9188 13.0 1408.9308 1.0 1408.9428 4.0 1408.9548 23.0 1408.9668 10.0 1408.9788 6.0 1408.9908 10.0 1409.0027 9.0 1409.0147 6.0 1409.0267 9.0 1409.0387 5.0 1409.0507 2.0 1409.0627 2.0 1409.0746 1.0 1409.0866 6.0 1409.0986 6.0 1409.1106 2.0 1409.1226 4.0 1409.1346 8.0 1409.1466 11.0 1409.1585 14.0 1409.1825 7.0 1409.1945 11.0 1409.2065 5.0 1409.2185 6.0 1409.2304 2.0 1409.2424 8.0 1409.2544 3.0 1409.2664 2.0 1409.2784 5.0 1409.2904 6.0 1409.3024 9.0 1409.3143 5.0 1409.3263 2.0 1409.3383 4.0 1409.3503 3.0 1409.3623 1.0 1409.3743 6.0 1409.3863 7.0 1409.3982 4.0 1409.4102 3.0 1409.4222 6.0 1409.4342 3.0 1409.4462 3.0 1409.4582 3.0 1409.4702 3.0 1409.4822 7.0 1409.4941 8.0 1409.5061 2.0 1409.5181 2.0 1409.5301 7.0 1409.5421 11.0 1409.5541 6.0 1409.5661 7.0 1409.578 3.0 1409.59 3.0 1409.602 8.0 1409.614 16.0 1409.626 5.0 1409.638 5.0 1409.65 6.0 1409.662 9.0 1409.6739 8.0 1409.6859 3.0 1409.6979 1.0 1409.7099 9.0 1409.7219 6.0 1409.7339 6.0 1409.7459 8.0 1409.7579 7.0 1409.7698 5.0 1409.7818 11.0 1409.7938 14.0 1409.8058 8.0 1409.8178 2.0 1409.8298 9.0 1409.8418 8.0 1409.8538 12.0 1409.8657 4.0 1409.8777 8.0 1409.8897 12.0 1409.9017 6.0 1409.9137 6.0 1409.9257 8.0 1409.9377 6.0 1409.9497 12.0 1409.9616 5.0 1409.9736 7.0 1409.9856 7.0 1409.9976 6.0 1410.0096 7.0 1410.0216 6.0 1410.0336 3.0 1410.0456 6.0 1410.0576 9.0 1410.0695 10.0 1410.0815 7.0 1410.0935 2.0 1410.1055 7.0 1410.1175 14.0 1410.1295 4.0 1410.1415 1.0 1410.1535 5.0 1410.1655 7.0 1410.1774 8.0 1410.1894 13.0 1410.2014 9.0 1410.2134 7.0 1410.2254 1.0 1410.2374 11.0 1410.2494 3.0 1410.2614 5.0 1410.2734 5.0 1410.2854 2.0 1410.2973 4.0 1410.3093 7.0 1410.3213 10.0 1410.3333 4.0 1410.3453 6.0 1410.3573 8.0 1410.3693 5.0 1410.3813 1.0 1410.3933 5.0 1410.4053 1.0 1410.4292 3.0 1410.4412 3.0 1410.4532 4.0 1410.4652 7.0 1410.4772 7.0 1410.4892 2.0 1410.5012 2.0 1410.5132 4.0 1410.5252 9.0 1410.5371 7.0 1410.5491 3.0 1410.5611 9.0 1410.5731 10.0 1410.5851 2.0 1410.5971 8.0 1410.6091 1.0 1410.6211 5.0 1410.6331 5.0 1410.6451 8.0 1410.6571 10.0 1410.6691 18.0 1410.681 18.0 1410.693 10.0 1410.705 16.0 1410.717 13.0 1410.729 4.0 1410.741 3.0 1410.753 17.0 1410.765 4.0 1410.777 6.0 1410.789 4.0 1410.801 3.0 1410.813 2.0 1410.8249 10.0 1410.8369 12.0 1410.8489 4.0 1410.8609 5.0 1410.8729 4.0 1410.8849 6.0 1410.8969 3.0 1410.9089 6.0 1410.9209 5.0 1410.9329 2.0 1410.9449 5.0 1410.9569 2.0 1410.9689 5.0 1410.9808 4.0 1410.9928 4.0 1411.0048 12.0 1411.0168 13.0 1411.0288 4.0 1411.0408 6.0 1411.0528 10.0 1411.0648 8.0 1411.0768 9.0 1411.0888 7.0 1411.1008 1.0 1411.1128 7.0 1411.1248 4.0 1411.1368 4.0 1411.1488 3.0 1411.1607 3.0 1411.1727 2.0 1411.1847 13.0 1411.1967 9.0 1411.2087 4.0 1411.2207 8.0 1411.2327 6.0 1411.2447 2.0 1411.2567 3.0 1411.2687 9.0 1411.2807 9.0 1411.2927 12.0 1411.3047 7.0 1411.3167 4.0 1411.3287 5.0 1411.3407 5.0 1411.3526 7.0 1411.3646 4.0 1411.3766 2.0 1411.3886 10.0 1411.4006 3.0 1411.4126 7.0 1411.4246 4.0 1411.4366 3.0 1411.4486 3.0 1411.4606 3.0 1411.4726 6.0 1411.4846 4.0 1411.4966 7.0 1411.5086 3.0 1411.5206 5.0 1411.5326 3.0 1411.5446 9.0 1411.5566 7.0 1411.5686 2.0 1411.5805 1.0 1411.5925 4.0 1411.6045 4.0 1411.6165 7.0 1411.6285 4.0 1411.6405 3.0 1411.6525 2.0 1411.6645 7.0 1411.6765 12.0 1411.6885 2.0 1411.7005 4.0 1411.7125 7.0 1411.7245 10.0 1411.7365 21.0 1411.7485 22.0 1411.7605 5.0 1411.7725 6.0 1411.7845 13.0 1411.7965 12.0 1411.8085 5.0 1411.8205 7.0 1411.8325 5.0 1411.8445 2.0 1411.8565 3.0 1411.8685 6.0 1411.8804 12.0 1411.8924 16.0 1411.9044 13.0 1411.9284 6.0 1411.9404 7.0 1411.9524 2.0 1411.9644 7.0 1411.9764 4.0 1411.9884 3.0 1412.0004 13.0 1412.0124 10.0 1412.0244 8.0 1412.0364 6.0 1412.0484 2.0 1412.0604 5.0 1412.0844 5.0 1412.0964 1.0 1412.1084 6.0 1412.1204 9.0 1412.1324 7.0 1412.1444 3.0 1412.1564 9.0 1412.1684 9.0 1412.1804 5.0 1412.1924 4.0 1412.2044 5.0 1412.2164 12.0 1412.2284 3.0 1412.2404 9.0 1412.2524 21.0 1412.2644 15.0 1412.2764 9.0 1412.2884 4.0 1412.3004 1.0 1412.3124 6.0 1412.3244 8.0 1412.3364 5.0 1412.3484 11.0 1412.3604 5.0 1412.3724 4.0 1412.3844 2.0 1412.3964 3.0 1412.4083 5.0 1412.4203 14.0 1412.4323 5.0 1412.4443 3.0 1412.4563 3.0 1412.4683 2.0 1412.4803 1.0 1412.4923 5.0 1412.5043 7.0 1412.5163 2.0 1412.5283 5.0 1412.5403 7.0 1412.5523 1.0 1412.5643 4.0 1412.5763 9.0 1412.5883 9.0 1412.6003 6.0 1412.6123 3.0 1412.6243 4.0 1412.6363 5.0 1412.6483 2.0 1412.6603 2.0 1412.6723 3.0 1412.6843 7.0 1412.6963 5.0 1412.7083 1.0 1412.7203 6.0 1412.7323 9.0 1412.7443 9.0 1412.7563 8.0 1412.7683 4.0 1412.7803 14.0 1412.7923 10.0 1412.8043 6.0 1412.8163 2.0 1412.8283 5.0 1412.8403 2.0 1412.8523 11.0 1412.8643 2.0 1412.8763 2.0 1412.8883 4.0 1412.9003 7.0 1412.9123 6.0 1412.9243 7.0 1412.9364 7.0 1412.9484 13.0 1412.9604 9.0 1412.9724 22.0 1412.9844 17.0 1412.9964 13.0 1413.0084 15.0 1413.0204 15.0 1413.0324 11.0 1413.0444 5.0 1413.0564 2.0 1413.0684 6.0 1413.0804 1.0 1413.0924 10.0 1413.1044 10.0 1413.1164 8.0 1413.1284 10.0 1413.1404 1.0 1413.1524 4.0 1413.1644 10.0 1413.1764 10.0 1413.1884 8.0 1413.2004 6.0 1413.2124 3.0 1413.2244 7.0 1413.2364 10.0 1413.2484 11.0 1413.2604 13.0 1413.2724 11.0 1413.2844 3.0 1413.2964 12.0 1413.3084 4.0 1413.3204 7.0 1413.3324 6.0 1413.3444 8.0 1413.3564 5.0 1413.3684 3.0 1413.3804 4.0 1413.3924 2.0 1413.4044 2.0 1413.4164 5.0 1413.4284 3.0 1413.4404 4.0 1413.4524 5.0 1413.4645 1.0 1413.4765 3.0 1413.4885 4.0 1413.5005 14.0 1413.5125 16.0 1413.5245 17.0 1413.5365 5.0 1413.5485 3.0 1413.5605 4.0 1413.5725 2.0 1413.5845 4.0 1413.5965 4.0 1413.6085 4.0 1413.6205 3.0 1413.6325 3.0 1413.6445 4.0 1413.6565 3.0 1413.6685 7.0 1413.6805 3.0 1413.6925 2.0 1413.7045 7.0 1413.7165 9.0 1413.7285 6.0 1413.7405 5.0 1413.7525 5.0 1413.7646 5.0 1413.7766 7.0 1413.7886 7.0 1413.8006 11.0 1413.8126 5.0 1413.8246 8.0 1413.8366 6.0 1413.8486 5.0 1413.8606 3.0 1413.8726 2.0 1413.8846 4.0 1413.9086 10.0 1413.9206 9.0 1413.9326 12.0 1413.9446 14.0 1413.9566 5.0 1413.9686 2.0 1413.9806 3.0 1413.9926 11.0 1414.0047 6.0 1414.0167 13.0 1414.0287 6.0 1414.0407 8.0 1414.0527 6.0 1414.0647 6.0 1414.0767 4.0 1414.0887 3.0 1414.1007 5.0 1414.1127 3.0 1414.1247 5.0 1414.1367 9.0 1414.1487 5.0 1414.1607 4.0 1414.1727 4.0 1414.1847 4.0 1414.1968 6.0 1414.2088 2.0 1414.2208 9.0 1414.2328 7.0 1414.2448 3.0 1414.2568 5.0 1414.2688 12.0 1414.2808 9.0 1414.2928 7.0 1414.3048 2.0 1414.3168 6.0 1414.3288 6.0 1414.3408 5.0 1414.3528 7.0 1414.3648 5.0 1414.3769 2.0 1414.3889 9.0 1414.4009 14.0 1414.4129 8.0 1414.4249 9.0 1414.4369 3.0 1414.4489 3.0 1414.4609 2.0 1414.4729 11.0 1414.4849 7.0 1414.4969 2.0 1414.5089 4.0 1414.5209 14.0 1414.533 5.0 1414.545 9.0 1414.557 14.0 1414.569 9.0 1414.581 1.0 1414.593 3.0 1414.605 7.0 1414.617 3.0 1414.629 7.0 1414.641 2.0 1414.653 5.0 1414.665 5.0 1414.6771 5.0 1414.6891 6.0 1414.7011 9.0 1414.7131 10.0 1414.7251 8.0 1414.7371 5.0 1414.7491 6.0 1414.7611 7.0 1414.7731 5.0 1414.7851 8.0 1414.7971 4.0 1414.8092 4.0 1414.8212 10.0 1414.8332 4.0 1414.8452 12.0 1414.8572 5.0 1414.8692 6.0 1414.8812 5.0 1414.8932 7.0 1414.9052 12.0 1414.9172 8.0 1414.9292 6.0 1414.9413 17.0 1414.9533 17.0 1414.9653 4.0 1414.9773 6.0 1414.9893 6.0 1415.0013 7.0 1415.0133 5.0 1415.0253 5.0 1415.0373 4.0 1415.0493 6.0 1415.0614 8.0 1415.0734 3.0 1415.0854 6.0 1415.0974 4.0 1415.1094 5.0 1415.1214 4.0 1415.1334 6.0 1415.1454 1.0 1415.1574 15.0 1415.1695 13.0 1415.1815 12.0 1415.1935 11.0 1415.2055 9.0 1415.2175 5.0 1415.2295 3.0 1415.2415 5.0 1415.2535 1.0 1415.2655 4.0 1415.2775 1.0 1415.2896 4.0 1415.3016 8.0 1415.3136 3.0 1415.3256 5.0 1415.3376 4.0 1415.3496 10.0 1415.3616 8.0 1415.3736 5.0 1415.3857 4.0 1415.3977 7.0 1415.4097 7.0 1415.4217 5.0 1415.4337 5.0 1415.4457 6.0 1415.4577 7.0 1415.4697 6.0 1415.4817 3.0 1415.4938 3.0 1415.5058 3.0 1415.5178 3.0 1415.5298 7.0 1415.5418 2.0 1415.5538 6.0 1415.5658 7.0 1415.5778 4.0 1415.5899 5.0 1415.6019 12.0 1415.6139 4.0 1415.6259 7.0 1415.6379 3.0 1415.6499 3.0 1415.6619 6.0 1415.6739 10.0 1415.686 9.0 1415.698 4.0 1415.71 5.0 1415.722 7.0 1415.734 4.0 1415.746 9.0 1415.758 8.0 1415.77 2.0 1415.7821 7.0 1415.7941 8.0 1415.8061 6.0 1415.8181 6.0 1415.8301 7.0 1415.8421 12.0 1415.8541 3.0 1415.8662 11.0 1415.8782 9.0 1415.8902 2.0 1415.9022 12.0 1415.9142 6.0 1415.9262 6.0 1415.9382 10.0 1415.9503 9.0 1415.9623 22.0 1415.9743 9.0 1415.9863 6.0 1415.9983 11.0 1416.0103 7.0 1416.0223 7.0 1416.0344 3.0 1416.0464 10.0 1416.0584 9.0 1416.0704 3.0 1416.0824 2.0 1416.0944 6.0 1416.1064 3.0 1416.1185 3.0 1416.1305 2.0 1416.1425 5.0 1416.1545 6.0 1416.1665 3.0 1416.1785 5.0 1416.1905 4.0 1416.2026 11.0 1416.2146 15.0 1416.2266 10.0 1416.2506 13.0 1416.2626 9.0 1416.2747 6.0 1416.2867 6.0 1416.2987 3.0 1416.3107 8.0 1416.3227 12.0 1416.3347 7.0 1416.3467 4.0 1416.3588 2.0 1416.3708 5.0 1416.3828 8.0 1416.3948 3.0 1416.4068 6.0 1416.4188 5.0 1416.4309 9.0 1416.4429 7.0 1416.4549 4.0 1416.4669 9.0 1416.4789 2.0 1416.4909 2.0 1416.503 5.0 1416.515 2.0 1416.527 4.0 1416.539 10.0 1416.551 7.0 1416.563 4.0 1416.5751 2.0 1416.5871 9.0 1416.5991 5.0 1416.6111 7.0 1416.6231 9.0 1416.6351 3.0 1416.6472 3.0 1416.6592 1.0 1416.6712 1.0 1416.6832 11.0 1416.6952 4.0 1416.7072 4.0 1416.7193 4.0 1416.7313 1.0 1416.7433 6.0 1416.7553 6.0 1416.7673 3.0 1416.7793 4.0 1416.7914 3.0 1416.8034 8.0 1416.8154 5.0 1416.8274 11.0 1416.8394 15.0 1416.8514 8.0 1416.8635 3.0 1416.8755 5.0 1416.8875 12.0 1416.8995 9.0 1416.9115 6.0 1416.9236 5.0 1416.9356 4.0 1416.9476 11.0 1416.9596 9.0 1416.9716 5.0 1416.9836 5.0 1416.9957 2.0 1417.0077 9.0 1417.0197 6.0 1417.0317 3.0 1417.0437 2.0 1417.0558 3.0 1417.0678 2.0 1417.0798 2.0 1417.0918 3.0 1417.1038 6.0 1417.1159 13.0 1417.1279 9.0 1417.1399 6.0 1417.1519 9.0 1417.1639 11.0 1417.176 4.0 1417.188 6.0 1417.2 12.0 1417.212 8.0 1417.224 3.0 1417.236 14.0 1417.2481 5.0 1417.2601 2.0 1417.2721 9.0 1417.2841 4.0 1417.2961 6.0 1417.3082 4.0 1417.3202 9.0 1417.3322 7.0 1417.3442 10.0 1417.3562 4.0 1417.3683 3.0 1417.3803 2.0 1417.3923 1.0 1417.4043 2.0 1417.4163 4.0 1417.4284 5.0 1417.4404 8.0 1417.4524 4.0 1417.4644 9.0 1417.4764 7.0 1417.4885 3.0 1417.5005 8.0 1417.5125 1.0 1417.5245 2.0 1417.5366 4.0 1417.5486 2.0 1417.5606 6.0 1417.5846 7.0 1417.5967 3.0 1417.6087 2.0 1417.6207 9.0 1417.6327 12.0 1417.6447 6.0 1417.6568 9.0 1417.6688 11.0 1417.6808 14.0 1417.6928 7.0 1417.7048 6.0 1417.7169 10.0 1417.7289 9.0 1417.7409 5.0 1417.7529 3.0 1417.765 3.0 1417.789 4.0 1417.801 1.0 1417.813 3.0 1417.8251 4.0 1417.8371 4.0 1417.8491 7.0 1417.8611 3.0 1417.8732 18.0 1417.8852 13.0 1417.8972 9.0 1417.9092 10.0 1417.9212 7.0 1417.9333 9.0 1417.9453 12.0 1417.9573 12.0 1417.9693 6.0 1417.9814 6.0 1417.9934 1.0 1418.0054 1.0 1418.0174 7.0 1418.0294 10.0 1418.0415 15.0 1418.0535 5.0 1418.0655 4.0 1418.0775 8.0 1418.0896 4.0 1418.1016 3.0 1418.1136 6.0 1418.1256 4.0 1418.1377 9.0 1418.1497 7.0 1418.1617 12.0 1418.1857 3.0 1418.1978 8.0 1418.2098 6.0 1418.2218 5.0 1418.2338 6.0 1418.2459 6.0 1418.2579 5.0 1418.2699 10.0 1418.2819 8.0 1418.294 11.0 1418.306 1.0 1418.318 6.0 1418.33 3.0 1418.3421 5.0 1418.3541 9.0 1418.3661 8.0 1418.3781 5.0 1418.3902 4.0 1418.4022 6.0 1418.4142 4.0 1418.4262 4.0 1418.4383 9.0 1418.4503 4.0 1418.4623 4.0 1418.4743 3.0 1418.4864 4.0 1418.4984 16.0 1418.5104 14.0 1418.5224 13.0 1418.5345 6.0 1418.5465 12.0 1418.5585 8.0 1418.5705 7.0 1418.5826 10.0 1418.5946 6.0 1418.6066 7.0 1418.6186 11.0 1418.6307 14.0 1418.6427 16.0 1418.6547 5.0 1418.6667 9.0 1418.6788 9.0 1418.6908 6.0 1418.7028 4.0 1418.7148 6.0 1418.7269 3.0 1418.7389 5.0 1418.7509 4.0 1418.7629 9.0 1418.775 11.0 1418.787 8.0 1418.799 4.0 1418.811 5.0 1418.8231 3.0 1418.8351 3.0 1418.8471 6.0 1418.8591 7.0 1418.8712 8.0 1418.8832 13.0 1418.8952 6.0 1418.9073 2.0 1418.9193 4.0 1418.9313 6.0 1418.9433 8.0 1418.9554 8.0 1418.9674 8.0 1418.9794 13.0 1418.9914 12.0 1419.0035 5.0 1419.0155 3.0 1419.0275 14.0 1419.0396 4.0 1419.0516 6.0 1419.0636 8.0 1419.0756 2.0 1419.0877 6.0 1419.0997 6.0 1419.1117 5.0 1419.1237 11.0 1419.1358 2.0 1419.1598 4.0 1419.1719 5.0 1419.1839 9.0 1419.1959 10.0 1419.2079 17.0 1419.22 24.0 1419.232 10.0 1419.244 9.0 1419.256 3.0 1419.2681 3.0 1419.2801 4.0 1419.2921 5.0 1419.3042 5.0 1419.3162 3.0 1419.3282 3.0 1419.3402 1.0 1419.3523 1.0 1419.3643 7.0 1419.3763 3.0 1419.4004 12.0 1419.4124 8.0 1419.4244 7.0 1419.4365 6.0 1419.4485 7.0 1419.4605 7.0 1419.4726 7.0 1419.4846 5.0 1419.4966 3.0 1419.5087 3.0 1419.5207 6.0 1419.5327 3.0 1419.5447 5.0 1419.5568 6.0 1419.5688 5.0 1419.5808 6.0 1419.5929 8.0 1419.6049 4.0 1419.6169 3.0 1419.6289 5.0 1419.641 11.0 1419.653 7.0 1419.665 2.0 1419.6771 6.0 1419.6891 7.0 1419.7011 4.0 1419.7132 12.0 1419.7252 12.0 1419.7372 13.0 1419.7492 2.0 1419.7733 2.0 1419.7853 6.0 1419.8094 4.0 1419.8214 3.0 1419.8335 8.0 1419.8455 10.0 1419.8575 15.0 1419.8696 17.0 1419.8816 10.0 1419.8936 7.0 1419.9056 8.0 1419.9177 7.0 1419.9297 5.0 1419.9417 2.0 1419.9538 10.0 1419.9658 16.0 1419.9778 12.0 1419.9899 4.0 1420.0019 8.0 1420.0139 2.0 1420.026 2.0 1420.038 2.0 1420.05 6.0 1420.062 3.0 1420.0741 2.0 1420.0861 2.0 1420.0981 3.0 1420.1102 2.0 1420.1222 4.0 1420.1342 5.0 1420.1463 7.0 1420.1583 2.0 1420.1703 1.0 1420.1824 5.0 1420.1944 3.0 1420.2064 13.0 1420.2185 6.0 1420.2305 4.0 1420.2425 3.0 1420.2546 10.0 1420.2666 6.0 1420.2907 6.0 1420.3027 2.0 1420.3147 8.0 1420.3268 5.0 1420.3388 6.0 1420.3508 4.0 1420.3629 4.0 1420.3749 4.0 1420.3869 1.0 1420.399 1.0 1420.411 1.0 1420.423 2.0 1420.4351 3.0 1420.4471 5.0 1420.4591 13.0 1420.4712 15.0 1420.4832 8.0 1420.4952 5.0 1420.5073 5.0 1420.5193 4.0 1420.5313 5.0 1420.5434 3.0 1420.5554 7.0 1420.5674 9.0 1420.5795 10.0 1420.5915 6.0 1420.6035 7.0 1420.6156 9.0 1420.6276 7.0 1420.6396 8.0 1420.6517 1.0 1420.6637 5.0 1420.6757 4.0 1420.6878 3.0 1420.6998 7.0 1420.7118 3.0 1420.7239 3.0 1420.7359 1.0 1420.7479 5.0 1420.76 5.0 1420.772 5.0 1420.784 3.0 1420.7961 4.0 1420.8081 4.0 1420.8201 1.0 1420.8322 4.0 1420.8442 7.0 1420.8562 1.0 1420.8683 4.0 1420.8803 5.0 1420.8924 6.0 1420.9044 6.0 1420.9164 14.0 1420.9285 8.0 1420.9405 3.0 1420.9525 9.0 1420.9646 4.0 1420.9766 5.0 1420.9886 6.0 1421.0007 7.0 1421.0127 8.0 1421.0247 8.0 1421.0368 4.0 1421.0488 2.0 1421.0608 5.0 1421.0729 3.0 1421.0849 14.0 1421.097 10.0 1421.109 4.0 1421.121 2.0 1421.1331 3.0 1421.1451 4.0 1421.1571 5.0 1421.1692 5.0 1421.1812 2.0 1421.1932 4.0 1421.2053 5.0 1421.2173 5.0 1421.2294 11.0 1421.2414 9.0 1421.2534 7.0 1421.2655 6.0 1421.2775 5.0 1421.2895 5.0 1421.3016 5.0 1421.3136 14.0 1421.3256 11.0 1421.3377 7.0 1421.3497 4.0 1421.3618 4.0 1421.3738 9.0 1421.3858 10.0 1421.3979 9.0 1421.4099 14.0 1421.4219 6.0 1421.434 3.0 1421.446 5.0 1421.4581 5.0 1421.4701 11.0 1421.4821 5.0 1421.4942 2.0 1421.5062 2.0 1421.5182 2.0 1421.5303 5.0 1421.5423 3.0 1421.5544 4.0 1421.5664 3.0 1421.5784 8.0 1421.5905 2.0 1421.6025 10.0 1421.6145 21.0 1421.6266 7.0 1421.6386 1.0 1421.6507 3.0 1421.6627 6.0 1421.6747 5.0 1421.6868 3.0 1421.6988 4.0 1421.7109 9.0 1421.7229 3.0 1421.7349 6.0 1421.747 8.0 1421.759 12.0 1421.7711 12.0 1421.7831 4.0 1421.7951 6.0 1421.8072 2.0 1421.8192 10.0 1421.8312 3.0 1421.8433 2.0 1421.8553 3.0 1421.8674 10.0 1421.8794 9.0 1421.8914 12.0 1421.9035 4.0 1421.9155 5.0 1421.9276 2.0 1421.9396 3.0 1421.9516 2.0 1421.9637 1.0 1421.9757 2.0 1421.9878 9.0 1421.9998 3.0 1422.0118 9.0 1422.0239 7.0 1422.0359 6.0 1422.048 5.0 1422.06 7.0 1422.072 7.0 1422.0841 7.0 1422.0961 7.0 1422.1082 2.0 1422.1202 6.0 1422.1322 8.0 1422.1443 4.0 1422.1563 8.0 1422.1684 11.0 1422.1804 13.0 1422.1924 2.0 1422.2045 5.0 1422.2165 4.0 1422.2406 11.0 1422.2526 7.0 1422.2647 4.0 1422.2767 14.0 1422.2888 14.0 1422.3008 9.0 1422.3129 11.0 1422.3369 2.0 1422.349 7.0 1422.361 5.0 1422.3731 3.0 1422.3851 6.0 1422.3971 11.0 1422.4092 8.0 1422.4212 10.0 1422.4333 9.0 1422.4453 5.0 1422.4573 3.0 1422.4694 9.0 1422.4814 8.0 1422.4935 4.0 1422.5055 5.0 1422.5176 4.0 1422.5296 8.0 1422.5416 8.0 1422.5537 5.0 1422.5657 7.0 1422.5778 11.0 1422.5898 12.0 1422.6019 6.0 1422.6139 10.0 1422.6259 5.0 1422.638 10.0 1422.65 8.0 1422.6621 3.0 1422.6741 6.0 1422.6862 4.0 1422.6982 2.0 1422.7102 1.0 1422.7223 3.0 1422.7343 10.0 1422.7464 4.0 1422.7584 5.0 1422.7705 2.0 1422.7825 7.0 1422.7945 6.0 1422.8066 8.0 1422.8186 7.0 1422.8307 14.0 1422.8427 1.0 1422.8548 7.0 1422.8668 8.0 1422.8788 9.0 1422.8909 4.0 1422.9029 12.0 1422.915 17.0 1422.927 4.0 1422.9391 5.0 1422.9511 6.0 1422.9631 10.0 1422.9752 7.0 1422.9872 10.0 1422.9993 9.0 1423.0113 9.0 1423.0234 8.0 1423.0354 6.0 1423.0475 5.0 1423.0595 7.0 1423.0715 4.0 1423.0836 7.0 1423.0956 6.0 1423.1077 1.0 1423.1197 4.0 1423.1318 4.0 1423.1438 3.0 1423.1559 2.0 1423.1679 7.0 1423.1799 5.0 1423.192 2.0 1423.204 1.0 1423.2161 7.0 1423.2281 3.0 1423.2402 4.0 1423.2522 5.0 1423.2643 11.0 1423.2763 8.0 1423.2884 8.0 1423.3004 13.0 1423.3124 18.0 1423.3245 19.0 1423.3365 5.0 1423.3486 9.0 1423.3606 9.0 1423.3727 2.0 1423.3847 4.0 1423.4088 2.0 1423.4209 4.0 1423.4329 5.0 1423.4449 8.0 1423.457 7.0 1423.469 8.0 1423.4811 6.0 1423.4931 7.0 1423.5052 5.0 1423.5172 13.0 1423.5293 18.0 1423.5413 7.0 1423.5534 1.0 1423.5654 10.0 1423.5775 11.0 1423.5895 3.0 1423.6016 2.0 1423.6136 5.0 1423.6256 6.0 1423.6377 6.0 1423.6497 10.0 1423.6618 8.0 1423.6738 5.0 1423.6859 1.0 1423.6979 7.0 1423.71 3.0 1423.722 4.0 1423.7341 7.0 1423.7461 5.0 1423.7582 13.0 1423.7702 1.0 1423.7823 9.0 1423.7943 8.0 1423.8064 11.0 1423.8184 15.0 1423.8304 10.0 1423.8425 8.0 1423.8545 6.0 1423.8666 6.0 1423.8907 6.0 1423.9027 8.0 1423.9148 6.0 1423.9268 2.0 1423.9389 2.0 1423.9509 6.0 1423.963 4.0 1423.975 10.0 1423.9871 5.0 1423.9991 4.0 1424.0112 4.0 1424.0232 6.0 1424.0353 12.0 1424.0473 6.0 1424.0594 3.0 1424.0714 5.0 1424.0835 12.0 1424.0955 9.0 1424.1076 4.0 1424.1196 8.0 1424.1317 4.0 1424.1437 12.0 1424.1558 7.0 1424.1678 8.0 1424.1798 10.0 1424.1919 2.0 1424.2039 7.0 1424.216 7.0 1424.228 2.0 1424.2401 4.0 1424.2521 4.0 1424.2642 4.0 1424.2762 5.0 1424.2883 5.0 1424.3003 3.0 1424.3124 1.0 1424.3244 1.0 1424.3365 3.0 1424.3485 8.0 1424.3606 15.0 1424.3726 11.0 1424.3847 6.0 1424.3967 1.0 1424.4088 2.0 1424.4208 3.0 1424.4329 18.0 1424.4449 5.0 1424.457 9.0 1424.469 10.0 1424.4811 1.0 1424.4931 3.0 1424.5052 5.0 1424.5172 3.0 1424.5293 5.0 1424.5413 9.0 1424.5534 2.0 1424.5654 9.0 1424.5775 6.0 1424.5895 3.0 1424.6016 5.0 1424.6137 13.0 1424.6257 9.0 1424.6378 8.0 1424.6498 6.0 1424.6619 8.0 1424.6739 5.0 1424.686 4.0 1424.698 4.0 1424.7101 10.0 1424.7221 8.0 1424.7342 12.0 1424.7462 11.0 1424.7583 4.0 1424.7703 6.0 1424.7824 3.0 1424.7944 1.0 1424.8065 9.0 1424.8185 6.0 1424.8306 12.0 1424.8426 25.0 1424.8547 13.0 1424.8667 11.0 1424.8788 9.0 1424.8908 3.0 1424.9029 3.0 1424.9149 3.0 1424.927 13.0 1424.939 8.0 1424.9511 9.0 1424.9632 5.0 1424.9752 8.0 1424.9873 6.0 1424.9993 16.0 1425.0114 7.0 1425.0234 5.0 1425.0355 14.0 1425.0475 5.0 1425.0596 5.0 1425.0716 4.0 1425.0837 7.0 1425.0957 10.0 1425.1078 11.0 1425.1198 15.0 1425.1319 10.0 1425.1439 10.0 1425.156 2.0 1425.1681 7.0 1425.1801 2.0 1425.1922 2.0 1425.2042 8.0 1425.2163 2.0 1425.2283 2.0 1425.2404 7.0 1425.2524 6.0 1425.2645 5.0 1425.2765 3.0 1425.2886 1.0 1425.3006 5.0 1425.3127 4.0 1425.3247 5.0 1425.3368 3.0 1425.3489 5.0 1425.3609 6.0 1425.373 1.0 1425.385 5.0 1425.3971 7.0 1425.4091 4.0 1425.4212 2.0 1425.4332 5.0 1425.4453 7.0 1425.4573 2.0 1425.4694 3.0 1425.4815 4.0 1425.4935 5.0 1425.5056 3.0 1425.5176 3.0 1425.5297 3.0 1425.5417 1.0 1425.5538 6.0 1425.5658 2.0 1425.5899 5.0 1425.602 1.0 1425.6141 4.0 1425.6261 2.0 1425.6382 3.0 1425.6502 4.0 1425.6623 5.0 1425.6743 5.0 1425.6864 5.0 1425.6984 4.0 1425.7105 1.0 1425.7346 9.0 1425.7467 8.0 1425.7587 7.0 1425.7708 11.0 1425.7828 17.0 1425.7949 10.0 1425.8069 18.0 1425.819 8.0 1425.8311 12.0 1425.8431 1.0 1425.8552 3.0 1425.8672 2.0 1425.8793 7.0 1425.8913 12.0 1425.9034 8.0 1425.9155 5.0 1425.9275 3.0 1425.9396 3.0 1425.9516 7.0 1425.9637 4.0 1425.9757 6.0 1425.9878 4.0 1425.9999 9.0 1426.0119 5.0 1426.024 4.0 1426.036 4.0 1426.0481 3.0 1426.0601 5.0 1426.0722 4.0 1426.0843 10.0 1426.0963 6.0 1426.1084 4.0 1426.1204 1.0 1426.1325 1.0 1426.1445 3.0 1426.1566 5.0 1426.1687 8.0 1426.1807 3.0 1426.1928 2.0 1426.2048 2.0 1426.2169 2.0 1426.2289 2.0 1426.241 5.0 1426.2531 4.0 1426.2651 4.0 1426.2772 5.0 1426.2892 5.0 1426.3013 4.0 1426.3133 2.0 1426.3254 2.0 1426.3375 5.0 1426.3495 3.0 1426.3616 2.0 1426.3736 4.0 1426.3857 1.0 1426.3978 2.0 1426.4098 3.0 1426.4219 3.0 1426.4339 2.0 1426.446 5.0 1426.4581 3.0 1426.4701 6.0 1426.4822 2.0 1426.4942 2.0 1426.5183 3.0 1426.5304 1.0 1426.5425 7.0 1426.5545 3.0 1426.5666 3.0 1426.5786 2.0 1426.5907 5.0 1426.6028 8.0 1426.6148 6.0 1426.6269 1.0 1426.6389 11.0 1426.651 3.0 1426.6631 7.0 1426.6751 11.0 1426.6872 6.0 1426.6992 8.0 1426.7113 4.0 1426.7234 3.0 1426.7354 3.0 1426.7475 6.0 1426.7595 3.0 1426.7716 7.0 1426.7837 6.0 1426.7957 2.0 1426.8078 8.0 1426.8198 2.0 1426.8319 3.0 1426.844 6.0 1426.856 9.0 1426.8681 5.0 1426.8801 1.0 1426.8922 4.0 1426.9043 11.0 1426.9163 6.0 1426.9284 4.0 1426.9404 1.0 1426.9525 1.0 1426.9646 2.0 1426.9766 24.0 1426.9887 12.0 1427.0008 13.0 1427.0128 13.0 1427.0249 16.0 1427.0369 8.0 1427.049 11.0 1427.0611 6.0 1427.0731 5.0 1427.0852 4.0 1427.0972 11.0 1427.1093 4.0 1427.1214 7.0 1427.1334 8.0 1427.1455 1.0 1427.1575 2.0 1427.1696 5.0 1427.1817 1.0 1427.2058 5.0 1427.2179 3.0 1427.2299 6.0 1427.242 2.0 1427.254 5.0 1427.2661 5.0 1427.2782 7.0 1427.2902 3.0 1427.3023 2.0 1427.3144 6.0 1427.3264 4.0 1427.3385 2.0 1427.3505 9.0 1427.3626 10.0 1427.3747 4.0 1427.3867 1.0 1427.3988 2.0 1427.4109 7.0 1427.4229 10.0 1427.435 11.0 1427.447 6.0 1427.4591 4.0 1427.4712 3.0 1427.4832 5.0 1427.4953 1.0 1427.5074 3.0 1427.5194 9.0 1427.5315 3.0 1427.5436 5.0 1427.5556 7.0 1427.5677 1.0 1427.5797 3.0 1427.5918 4.0 1427.6039 8.0 1427.6159 5.0 1427.628 18.0 1427.6401 5.0 1427.6521 9.0 1427.6642 6.0 1427.6763 3.0 1427.6883 14.0 1427.7004 17.0 1427.7124 10.0 1427.7245 3.0 1427.7366 3.0 1427.7486 5.0 1427.7607 4.0 1427.7728 9.0 1427.7848 6.0 1427.7969 8.0 1427.809 4.0 1427.821 4.0 1427.8331 14.0 1427.8452 11.0 1427.8572 13.0 1427.8693 5.0 1427.8814 7.0 1427.8934 4.0 1427.9055 6.0 1427.9175 7.0 1427.9296 8.0 1427.9417 6.0 1427.9537 9.0 1427.9658 6.0 1427.9779 3.0 1427.9899 3.0 1428.002 9.0 1428.0141 10.0 1428.0261 6.0 1428.0382 1.0 1428.0503 9.0 1428.0623 10.0 1428.0744 7.0 1428.0865 4.0 1428.0985 5.0 1428.1106 3.0 1428.1227 3.0 1428.1347 2.0 1428.1468 1.0 1428.1589 3.0 1428.1709 13.0 1428.183 12.0 1428.1951 5.0 1428.2071 5.0 1428.2192 9.0 1428.2313 2.0 1428.2433 4.0 1428.2554 1.0 1428.2675 6.0 1428.2795 8.0 1428.2916 8.0 1428.3037 5.0 1428.3157 3.0 1428.3399 6.0 1428.3519 3.0 1428.364 3.0 1428.3761 4.0 1428.3881 8.0 1428.4002 9.0 1428.4123 4.0 1428.4243 9.0 1428.4364 6.0 1428.4485 5.0 1428.4605 2.0 1428.4726 3.0 1428.4847 9.0 1428.4967 5.0 1428.5088 1.0 1428.5209 12.0 1428.5329 7.0 1428.545 10.0 1428.5571 8.0 1428.5691 3.0 1428.5812 7.0 1428.5933 1.0 1428.6053 2.0 1428.6174 2.0 1428.6295 3.0 1428.6415 3.0 1428.6536 4.0 1428.6657 10.0 1428.6777 6.0 1428.6898 1.0 1428.7019 3.0 1428.7139 11.0 1428.726 3.0 1428.7381 5.0 1428.7502 8.0 1428.7622 8.0 1428.7864 9.0 1428.7984 4.0 1428.8105 3.0 1428.8226 1.0 1428.8346 7.0 1428.8467 3.0 1428.8588 7.0 1428.8708 16.0 1428.8829 12.0 1428.895 5.0 1428.9071 7.0 1428.9191 4.0 1428.9312 3.0 1428.9433 3.0 1428.9553 6.0 1428.9674 7.0 1428.9795 7.0 1428.9915 6.0 1429.0036 5.0 1429.0157 8.0 1429.0277 8.0 1429.0398 2.0 1429.0519 6.0 1429.064 9.0 1429.076 5.0 1429.0881 6.0 1429.1002 7.0 1429.1122 1.0 1429.1243 6.0 1429.1364 2.0 1429.1484 4.0 1429.1605 3.0 1429.1726 2.0 1429.1847 3.0 1429.1967 2.0 1429.2088 5.0 1429.2209 12.0 1429.2329 9.0 1429.245 9.0 1429.2571 4.0 1429.2692 5.0 1429.2812 10.0 1429.2933 4.0 1429.3054 4.0 1429.3174 4.0 1429.3295 4.0 1429.3416 7.0 1429.3536 3.0 1429.3657 3.0 1429.3778 4.0 1429.3899 4.0 1429.4019 3.0 1429.414 4.0 1429.4261 3.0 1429.4381 1.0 1429.4502 11.0 1429.4623 8.0 1429.4744 4.0 1429.4864 1.0 1429.4985 11.0 1429.5106 5.0 1429.5226 2.0 1429.5347 7.0 1429.5468 9.0 1429.5589 3.0 1429.5709 2.0 1429.583 2.0 1429.5951 5.0 1429.6072 4.0 1429.6192 7.0 1429.6313 3.0 1429.6434 2.0 1429.6554 4.0 1429.6675 4.0 1429.6796 9.0 1429.6917 6.0 1429.7037 8.0 1429.7158 5.0 1429.7279 5.0 1429.74 4.0 1429.752 4.0 1429.7641 8.0 1429.7762 5.0 1429.7882 6.0 1429.8003 5.0 1429.8124 2.0 1429.8245 3.0 1429.8365 5.0 1429.8486 9.0 1429.8607 13.0 1429.8728 3.0 1429.8848 2.0 1429.8969 11.0 1429.909 5.0 1429.921 6.0 1429.9331 5.0 1429.9452 1.0 1429.9573 6.0 1429.9693 9.0 1429.9814 12.0 1429.9935 9.0 1430.0056 7.0 1430.0176 6.0 1430.0297 9.0 1430.0418 8.0 1430.0539 4.0 1430.0659 7.0 1430.078 5.0 1430.0901 5.0 1430.1022 10.0 1430.1142 6.0 1430.1263 11.0 1430.1384 8.0 1430.1505 7.0 1430.1625 9.0 1430.1746 5.0 1430.1867 3.0 1430.1988 5.0 1430.2108 3.0 1430.2229 5.0 1430.235 13.0 1430.2471 4.0 1430.2591 2.0 1430.2712 3.0 1430.2833 2.0 1430.2954 4.0 1430.3074 6.0 1430.3195 2.0 1430.3316 4.0 1430.3437 5.0 1430.3557 7.0 1430.3678 8.0 1430.3799 3.0 1430.392 3.0 1430.404 2.0 1430.4161 1.0 1430.4282 2.0 1430.4403 2.0 1430.4523 4.0 1430.4644 7.0 1430.4765 3.0 1430.4886 13.0 1430.5006 4.0 1430.5127 6.0 1430.5248 6.0 1430.5369 10.0 1430.5489 5.0 1430.561 1.0 1430.5852 2.0 1430.5972 8.0 1430.6093 8.0 1430.6214 7.0 1430.6335 2.0 1430.6456 2.0 1430.6576 12.0 1430.6697 4.0 1430.6818 5.0 1430.6939 5.0 1430.7059 9.0 1430.718 8.0 1430.7301 7.0 1430.7422 10.0 1430.7542 9.0 1430.7663 13.0 1430.7784 12.0 1430.7905 15.0 1430.8026 5.0 1430.8146 5.0 1430.8267 2.0 1430.8388 4.0 1430.8509 9.0 1430.8629 5.0 1430.875 3.0 1430.8871 2.0 1430.8992 4.0 1430.9113 6.0 1430.9233 11.0 1430.9354 18.0 1430.9475 5.0 1430.9596 7.0 1430.9716 10.0 1430.9837 8.0 1430.9958 6.0 1431.0079 3.0 1431.02 2.0 1431.032 1.0 1431.0441 10.0 1431.0562 12.0 1431.0683 5.0 1431.0803 2.0 1431.0924 7.0 1431.1045 6.0 1431.1166 10.0 1431.1287 7.0 1431.1407 1.0 1431.1528 3.0 1431.1649 3.0 1431.177 6.0 1431.1891 11.0 1431.2011 2.0 1431.2132 6.0 1431.2253 10.0 1431.2374 2.0 1431.2495 6.0 1431.2615 10.0 1431.2736 12.0 1431.2857 3.0 1431.2978 5.0 1431.3098 10.0 1431.3219 2.0 1431.334 1.0 1431.3461 3.0 1431.3582 14.0 1431.3702 6.0 1431.3823 5.0 1431.3944 2.0 1431.4065 6.0 1431.4186 4.0 1431.4306 4.0 1431.4427 5.0 1431.4548 3.0 1431.4669 5.0 1431.479 4.0 1431.491 4.0 1431.5031 5.0 1431.5152 2.0 1431.5273 2.0 1431.5394 9.0 1431.5514 1.0 1431.5635 4.0 1431.5756 2.0 1431.5877 21.0 1431.5998 18.0 1431.6118 5.0 1431.6239 7.0 1431.636 9.0 1431.6481 4.0 1431.6602 6.0 1431.6723 7.0 1431.6843 7.0 1431.6964 3.0 1431.7085 6.0 1431.7206 7.0 1431.7327 9.0 1431.7447 5.0 1431.7568 4.0 1431.7689 8.0 1431.781 13.0 1431.7931 9.0 1431.8051 4.0 1431.8293 7.0 1431.8414 10.0 1431.8535 6.0 1431.8656 6.0 1431.8776 3.0 1431.8897 6.0 1431.9018 5.0 1431.9139 1.0 1431.926 9.0 1431.938 5.0 1431.9501 8.0 1431.9622 9.0 1431.9743 12.0 1431.9864 9.0 1431.9985 7.0 1432.0105 10.0 1432.0226 18.0 1432.0347 21.0 1432.0468 10.0 1432.071 4.0 1432.083 12.0 1432.0951 10.0 1432.1072 3.0 1432.1193 3.0 1432.1314 6.0 1432.1435 3.0 1432.1555 4.0 1432.1676 1.0 1432.1797 3.0 1432.1918 4.0 1432.2039 6.0 1432.216 6.0 1432.228 13.0 1432.2401 4.0 1432.2522 11.0 1432.2643 7.0 1432.2764 14.0 1432.2885 8.0 1432.3005 6.0 1432.3126 2.0 1432.3247 2.0 1432.3368 8.0 1432.3489 13.0 1432.361 5.0 1432.373 4.0 1432.3851 4.0 1432.3972 3.0 1432.4093 20.0 1432.4214 19.0 1432.4335 6.0 1432.4455 4.0 1432.4576 10.0 1432.4697 5.0 1432.4818 7.0 1432.4939 10.0 1432.506 3.0 1432.518 10.0 1432.5301 13.0 1432.5422 4.0 1432.5543 2.0 1432.5664 7.0 1432.5785 6.0 1432.5906 3.0 1432.6026 2.0 1432.6147 2.0 1432.6268 7.0 1432.6389 6.0 1432.651 4.0 1432.6631 3.0 1432.6752 1.0 1432.6872 3.0 1432.6993 10.0 1432.7114 16.0 1432.7235 11.0 1432.7356 5.0 1432.7477 9.0 1432.7598 9.0 1432.7718 7.0 1432.7839 4.0 1432.796 4.0 1432.8081 3.0 1432.8202 10.0 1432.8323 9.0 1432.8444 12.0 1432.8564 14.0 1432.8685 4.0 1432.8806 9.0 1432.8927 11.0 1432.9048 13.0 1432.9169 5.0 1432.929 2.0 1432.941 8.0 1432.9531 7.0 1432.9652 10.0 1432.9773 6.0 1432.9894 8.0 1433.0015 9.0 1433.0136 10.0 1433.0256 8.0 1433.0377 5.0 1433.0498 4.0 1433.0619 4.0 1433.074 1.0 1433.0861 5.0 1433.0982 2.0 1433.1103 6.0 1433.1223 7.0 1433.1344 3.0 1433.1465 5.0 1433.1586 3.0 1433.1707 2.0 1433.1828 5.0 1433.1949 7.0 1433.207 1.0 1433.219 2.0 1433.2311 2.0 1433.2432 6.0 1433.2553 2.0 1433.2674 5.0 1433.2795 2.0 1433.2916 1.0 1433.3037 5.0 1433.3157 5.0 1433.3278 8.0 1433.3399 9.0 1433.352 2.0 1433.3641 2.0 1433.3762 4.0 1433.3883 1.0 1433.4004 8.0 1433.4125 4.0 1433.4245 3.0 1433.4366 15.0 1433.4487 9.0 1433.4608 6.0 1433.4729 7.0 1433.485 10.0 1433.4971 9.0 1433.5092 4.0 1433.5212 5.0 1433.5333 4.0 1433.5454 4.0 1433.5575 9.0 1433.5696 6.0 1433.5817 11.0 1433.5938 3.0 1433.6059 3.0 1433.618 9.0 1433.63 7.0 1433.6421 2.0 1433.6542 5.0 1433.6663 5.0 1433.6784 8.0 1433.6905 2.0 1433.7026 2.0 1433.7147 3.0 1433.7268 2.0 1433.7389 2.0 1433.7509 3.0 1433.763 13.0 1433.7751 3.0 1433.7872 2.0 1433.7993 7.0 1433.8114 5.0 1433.8235 9.0 1433.8356 22.0 1433.8477 18.0 1433.8598 10.0 1433.8718 5.0 1433.8839 7.0 1433.896 3.0 1433.9081 13.0 1433.9202 10.0 1433.9323 8.0 1433.9444 9.0 1433.9565 12.0 1433.9686 6.0 1433.9807 15.0 1433.9928 13.0 1434.0048 9.0 1434.0169 11.0 1434.029 11.0 1434.0411 8.0 1434.0532 12.0 1434.0653 7.0 1434.0774 3.0 1434.0895 3.0 1434.1016 1.0 1434.1137 5.0 1434.1258 8.0 1434.1378 5.0 1434.1499 13.0 1434.162 6.0 1434.1741 4.0 1434.1862 1.0 1434.1983 4.0 1434.2104 7.0 1434.2225 6.0 1434.2346 8.0 1434.2467 10.0 1434.2588 8.0 1434.2709 12.0 1434.2829 18.0 1434.295 8.0 1434.3071 10.0 1434.3192 6.0 1434.3313 10.0 1434.3434 4.0 1434.3555 2.0 1434.3676 6.0 1434.3797 4.0 1434.3918 2.0 1434.4039 6.0 1434.416 8.0 1434.4281 5.0 1434.4401 5.0 1434.4522 2.0 1434.4643 4.0 1434.4764 3.0 1434.4885 7.0 1434.5006 7.0 1434.5127 7.0 1434.5248 4.0 1434.5369 2.0 1434.549 1.0 1434.5611 5.0 1434.5732 5.0 1434.5853 13.0 1434.5974 7.0 1434.6095 3.0 1434.6215 4.0 1434.6336 2.0 1434.6457 1.0 1434.6578 4.0 1434.6699 3.0 1434.682 3.0 1434.6941 4.0 1434.7062 3.0 1434.7183 3.0 1434.7304 8.0 1434.7425 5.0 1434.7546 1.0 1434.7667 5.0 1434.7788 5.0 1434.7909 5.0 1434.803 7.0 1434.815 4.0 1434.8271 2.0 1434.8392 3.0 1434.8513 2.0 1434.8634 5.0 1434.8755 4.0 1434.8876 5.0 1434.8997 2.0 1434.9118 3.0 1434.9239 7.0 1434.936 4.0 1434.9481 6.0 1434.9602 7.0 1434.9723 11.0 1434.9844 8.0 1434.9965 11.0 1435.0086 5.0 1435.0207 13.0 1435.0328 4.0 1435.0449 4.0 1435.0569 8.0 1435.069 7.0 1435.0811 5.0 1435.0932 5.0 1435.1053 8.0 1435.1174 9.0 1435.1295 8.0 1435.1416 7.0 1435.1537 4.0 1435.1658 9.0 1435.1779 15.0 1435.19 18.0 1435.2021 10.0 1435.2142 12.0 1435.2263 4.0 1435.2384 7.0 1435.2505 9.0 1435.2626 9.0 1435.2747 20.0 1435.2868 15.0 1435.2989 7.0 1435.311 6.0 1435.3231 5.0 1435.3352 7.0 1435.3473 4.0 1435.3593 2.0 1435.3714 5.0 1435.3835 6.0 1435.3956 10.0 1435.4077 2.0 1435.4198 2.0 1435.4319 4.0 1435.444 4.0 1435.4561 3.0 1435.4682 6.0 1435.4803 10.0 1435.4924 7.0 1435.5045 6.0 1435.5166 8.0 1435.5287 9.0 1435.5408 4.0 1435.5529 6.0 1435.565 5.0 1435.5771 1.0 1435.5892 7.0 1435.6013 11.0 1435.6134 2.0 1435.6255 3.0 1435.6376 6.0 1435.6497 2.0 1435.6618 2.0 1435.6739 5.0 1435.686 5.0 1435.6981 3.0 1435.7102 5.0 1435.7223 7.0 1435.7344 8.0 1435.7465 12.0 1435.7586 5.0 1435.7707 8.0 1435.7828 6.0 1435.7949 3.0 1435.807 6.0 1435.8191 3.0 1435.8312 3.0 1435.8433 6.0 1435.8554 9.0 1435.8675 12.0 1435.8796 15.0 1435.8916 10.0 1435.9037 1.0 1435.9158 1.0 1435.9279 4.0 1435.94 1.0 1435.9521 3.0 1435.9642 3.0 1435.9763 3.0 1435.9884 1.0 1436.0005 4.0 1436.0126 10.0 1436.0247 15.0 1436.0368 14.0 1436.0489 13.0 1436.061 2.0 1436.0731 11.0 1436.0852 11.0 1436.0973 1.0 1436.1094 8.0 1436.1215 5.0 1436.1336 4.0 1436.1457 5.0 1436.1578 9.0 1436.1699 7.0 1436.182 6.0 1436.1941 8.0 1436.2062 6.0 1436.2183 5.0 1436.2304 5.0 1436.2425 7.0 1436.2546 8.0 1436.2667 7.0 1436.2788 3.0 1436.2909 1.0 1436.303 5.0 1436.3151 5.0 1436.3272 7.0 1436.3393 8.0 1436.3514 8.0 1436.3635 2.0 1436.3756 6.0 1436.3877 4.0 1436.3998 1.0 1436.412 4.0 1436.4241 3.0 1436.4362 7.0 1436.4483 2.0 1436.4604 7.0 1436.4725 6.0 1436.4846 3.0 1436.4967 4.0 1436.5088 7.0 1436.5209 9.0 1436.533 4.0 1436.5451 9.0 1436.5572 5.0 1436.5693 7.0 1436.5814 5.0 1436.5935 4.0 1436.6056 3.0 1436.6177 11.0 1436.6298 6.0 1436.6419 7.0 1436.654 2.0 1436.6661 2.0 1436.6782 9.0 1436.6903 20.0 1436.7024 10.0 1436.7145 9.0 1436.7266 1.0 1436.7387 7.0 1436.7508 5.0 1436.7629 7.0 1436.775 6.0 1436.7871 6.0 1436.7992 6.0 1436.8234 4.0 1436.8355 6.0 1436.8476 3.0 1436.8597 4.0 1436.8718 5.0 1436.8839 4.0 1436.896 2.0 1436.9202 6.0 1436.9323 7.0 1436.9444 2.0 1436.9566 9.0 1436.9687 6.0 1436.9808 7.0 1436.9929 3.0 1437.005 3.0 1437.0171 1.0 1437.0292 7.0 1437.0413 8.0 1437.0534 6.0 1437.0655 9.0 1437.0776 7.0 1437.0897 2.0 1437.1018 7.0 1437.1139 8.0 1437.126 10.0 1437.1381 6.0 1437.1502 2.0 1437.1623 5.0 1437.1744 3.0 1437.1865 5.0 1437.1986 2.0 1437.2107 5.0 1437.2228 3.0 1437.2349 5.0 1437.247 8.0 1437.2592 4.0 1437.2713 4.0 1437.2834 12.0 1437.2955 4.0 1437.3076 6.0 1437.3197 4.0 1437.3318 3.0 1437.3439 5.0 1437.356 6.0 1437.3681 2.0 1437.3802 6.0 1437.3923 2.0 1437.4044 2.0 1437.4165 1.0 1437.4286 5.0 1437.4407 2.0 1437.4528 5.0 1437.4649 2.0 1437.477 3.0 1437.5013 3.0 1437.5134 3.0 1437.5255 5.0 1437.5376 2.0 1437.5497 2.0 1437.5618 4.0 1437.5739 2.0 1437.586 4.0 1437.5981 4.0 1437.6102 5.0 1437.6223 7.0 1437.6344 13.0 1437.6465 6.0 1437.6586 8.0 1437.6707 9.0 1437.6829 14.0 1437.695 16.0 1437.7071 4.0 1437.7192 4.0 1437.7313 13.0 1437.7434 9.0 1437.7555 1.0 1437.7676 4.0 1437.7797 3.0 1437.7918 3.0 1437.8039 4.0 1437.816 3.0 1437.8281 10.0 1437.8402 2.0 1437.8523 4.0 1437.8645 8.0 1437.8766 4.0 1437.8887 8.0 1437.9008 9.0 1437.9129 5.0 1437.925 8.0 1437.9371 11.0 1437.9613 4.0 1437.9734 13.0 1437.9855 7.0 1437.9976 7.0 1438.0097 6.0 1438.0219 10.0 1438.034 14.0 1438.0461 5.0 1438.0582 3.0 1438.0703 2.0 1438.0824 15.0 1438.0945 14.0 1438.1066 7.0 1438.1187 12.0 1438.1308 5.0 1438.1429 8.0 1438.155 8.0 1438.1672 4.0 1438.1793 5.0 1438.1914 4.0 1438.2035 3.0 1438.2156 1.0 1438.2277 4.0 1438.2398 2.0 1438.2519 3.0 1438.264 4.0 1438.2761 4.0 1438.2882 5.0 1438.3003 6.0 1438.3125 4.0 1438.3246 5.0 1438.3367 6.0 1438.3488 1.0 1438.3609 4.0 1438.373 5.0 1438.3851 8.0 1438.3972 8.0 1438.4093 4.0 1438.4214 1.0 1438.4336 5.0 1438.4457 6.0 1438.4578 3.0 1438.4699 6.0 1438.482 4.0 1438.4941 2.0 1438.5183 5.0 1438.5304 3.0 1438.5425 6.0 1438.5547 4.0 1438.5668 4.0 1438.5789 4.0 1438.591 2.0 1438.6031 4.0 1438.6152 8.0 1438.6273 10.0 1438.6394 1.0 1438.6515 5.0 1438.6636 4.0 1438.6758 7.0 1438.6879 9.0 1438.7 3.0 1438.7121 1.0 1438.7242 4.0 1438.7363 10.0 1438.7484 11.0 1438.7605 13.0 1438.7726 9.0 1438.7848 9.0 1438.7969 2.0 1438.809 2.0 1438.8211 5.0 1438.8332 3.0 1438.8453 1.0 1438.8574 2.0 1438.8695 3.0 1438.8816 6.0 1438.8938 2.0 1438.9059 3.0 1438.918 7.0 1438.9301 10.0 1438.9422 5.0 1438.9543 6.0 1438.9664 4.0 1438.9785 4.0 1438.9907 2.0 1439.0028 3.0 1439.0149 4.0 1439.027 6.0 1439.0512 7.0 1439.0633 14.0 1439.0754 19.0 1439.0876 15.0 1439.0997 9.0 1439.1118 7.0 1439.1239 7.0 1439.136 7.0 1439.1481 11.0 1439.1602 5.0 1439.1723 2.0 1439.1845 4.0 1439.1966 1.0 1439.2087 3.0 1439.2208 6.0 1439.2329 9.0 1439.245 7.0 1439.2571 8.0 1439.2692 3.0 1439.2814 5.0 1439.2935 3.0 1439.3056 9.0 1439.3177 15.0 1439.3298 4.0 1439.3419 6.0 1439.354 9.0 1439.3662 3.0 1439.3783 11.0 1439.3904 9.0 1439.4025 3.0 1439.4146 5.0 1439.4267 4.0 1439.4388 5.0 1439.4509 2.0 1439.4631 7.0 1439.4752 3.0 1439.4873 3.0 1439.4994 4.0 1439.5115 4.0 1439.5236 2.0 1439.5357 3.0 1439.5479 2.0 1439.56 5.0 1439.5721 6.0 1439.5842 7.0 1439.5963 3.0 1439.6084 1.0 1439.6205 5.0 1439.6327 3.0 1439.6448 12.0 1439.6569 9.0 1439.669 6.0 1439.6811 5.0 1439.6932 5.0 1439.7054 5.0 1439.7175 4.0 1439.7296 12.0 1439.7417 2.0 1439.7538 6.0 1439.7659 15.0 1439.778 10.0 1439.7902 4.0 1439.8023 8.0 1439.8144 13.0 1439.8265 5.0 1439.8386 3.0 1439.8507 7.0 1439.8629 8.0 1439.875 8.0 1439.8871 3.0 1439.8992 4.0 1439.9234 1.0 1439.9355 2.0 1439.9477 2.0 1439.9598 4.0 1439.9719 5.0 1439.984 7.0 1439.9961 2.0 1440.0082 3.0 1440.0204 8.0 1440.0325 5.0 1440.0446 5.0 1440.0567 10.0 1440.0688 3.0 1440.0809 4.0 1440.0931 4.0 1440.1052 8.0 1440.1173 7.0 1440.1294 2.0 1440.1415 7.0 1440.1536 4.0 1440.1658 4.0 1440.1779 9.0 1440.19 3.0 1440.2021 6.0 1440.2142 11.0 1440.2264 16.0 1440.2385 12.0 1440.2506 7.0 1440.2627 5.0 1440.2748 4.0 1440.2869 16.0 1440.2991 13.0 1440.3112 9.0 1440.3233 6.0 1440.3354 1.0 1440.3475 5.0 1440.3596 7.0 1440.3718 8.0 1440.396 8.0 1440.4081 4.0 1440.4202 5.0 1440.4324 4.0 1440.4445 3.0 1440.4566 8.0 1440.4687 5.0 1440.4808 5.0 1440.4929 3.0 1440.5051 1.0 1440.5172 2.0 1440.5293 2.0 1440.5414 8.0 1440.5535 4.0 1440.5657 9.0 1440.5778 6.0 1440.5899 6.0 1440.602 7.0 1440.6141 2.0 1440.6262 11.0 1440.6384 4.0 1440.6505 3.0 1440.6626 6.0 1440.6747 18.0 1440.6868 21.0 1440.699 7.0 1440.7111 5.0 1440.7232 6.0 1440.7353 3.0 1440.7474 6.0 1440.7596 9.0 1440.7717 2.0 1440.7838 5.0 1440.7959 4.0 1440.808 11.0 1440.8202 3.0 1440.8323 4.0 1440.8444 3.0 1440.8565 3.0 1440.8686 3.0 1440.8808 10.0 1440.8929 3.0 1440.905 2.0 1440.9171 4.0 1440.9292 1.0 1440.9414 2.0 1440.9535 6.0 1440.9656 8.0 1440.9777 6.0 1440.9898 9.0 1441.002 5.0 1441.0141 6.0 1441.0262 6.0 1441.0383 11.0 1441.0504 8.0 1441.0626 15.0 1441.0747 11.0 1441.0868 16.0 1441.0989 15.0 1441.111 16.0 1441.1232 11.0 1441.1353 8.0 1441.1474 8.0 1441.1595 6.0 1441.1717 8.0 1441.1838 8.0 1441.1959 11.0 1441.208 3.0 1441.2201 4.0 1441.2323 6.0 1441.2444 7.0 1441.2565 3.0 1441.2686 5.0 1441.2807 7.0 1441.2929 2.0 1441.305 2.0 1441.3171 5.0 1441.3292 4.0 1441.3414 15.0 1441.3535 11.0 1441.3656 3.0 1441.3777 10.0 1441.3898 10.0 1441.402 9.0 1441.4141 3.0 1441.4262 9.0 1441.4383 2.0 1441.4505 7.0 1441.4626 6.0 1441.4747 13.0 1441.4868 10.0 1441.4989 5.0 1441.5111 1.0 1441.5232 1.0 1441.5353 2.0 1441.5474 1.0 1441.5596 5.0 1441.5717 9.0 1441.5838 4.0 1441.5959 7.0 1441.6081 4.0 1441.6202 3.0 1441.6323 6.0 1441.6444 4.0 1441.6565 7.0 1441.6687 2.0 1441.6808 1.0 1441.6929 2.0 1441.705 3.0 1441.7172 3.0 1441.7293 4.0 1441.7414 7.0 1441.7535 9.0 1441.7778 2.0 1441.7899 7.0 1441.802 14.0 1441.8142 5.0 1441.8263 3.0 1441.8384 8.0 1441.8627 8.0 1441.8748 14.0 1441.8869 11.0 1441.899 7.0 1441.9111 7.0 1441.9233 4.0 1441.9354 10.0 1441.9475 3.0 1441.9596 1.0 1441.9718 6.0 1441.9839 9.0 1441.996 7.0 1442.0081 7.0 1442.0203 3.0 1442.0324 3.0 1442.0445 1.0 1442.0566 3.0 1442.0688 12.0 1442.0809 12.0 1442.093 8.0 1442.1051 5.0 1442.1173 10.0 1442.1294 4.0 1442.1415 3.0 1442.1536 2.0 1442.1658 8.0 1442.1779 3.0 1442.2022 3.0 1442.2143 3.0 1442.2264 3.0 1442.2385 5.0 1442.2507 3.0 1442.2628 5.0 1442.2749 8.0 1442.287 11.0 1442.2992 6.0 1442.3113 6.0 1442.3234 11.0 1442.3355 4.0 1442.3477 3.0 1442.3598 11.0 1442.3719 10.0 1442.384 5.0 1442.3962 14.0 1442.4083 7.0 1442.4204 14.0 1442.4325 8.0 1442.4447 8.0 1442.4568 3.0 1442.4689 6.0 1442.4811 5.0 1442.4932 4.0 1442.5053 3.0 1442.5174 5.0 1442.5296 5.0 1442.5417 3.0 1442.5538 3.0 1442.5659 4.0 1442.5781 3.0 1442.5902 4.0 1442.6023 15.0 1442.6145 20.0 1442.6266 1.0 1442.6387 6.0 1442.6508 2.0 1442.663 3.0 1442.6751 7.0 1442.6872 10.0 1442.6993 4.0 1442.7115 5.0 1442.7236 5.0 1442.7357 6.0 1442.7479 6.0 1442.76 4.0 1442.7721 4.0 1442.7842 7.0 1442.7964 5.0 1442.8085 5.0 1442.8206 3.0 1442.8328 4.0 1442.8449 8.0 1442.857 7.0 1442.8691 8.0 1442.8813 3.0 1442.8934 6.0 1442.9055 4.0 1442.9177 4.0 1442.9298 2.0 1442.9419 2.0 1442.954 2.0 1442.9662 3.0 1442.9783 11.0 1442.9904 4.0 1443.0026 5.0 1443.0147 2.0 1443.0268 5.0 1443.0389 7.0 1443.0511 9.0 1443.0632 3.0 1443.0753 4.0 1443.0875 4.0 1443.0996 10.0 1443.1117 13.0 1443.1238 9.0 1443.136 4.0 1443.1481 6.0 1443.1602 3.0 1443.1724 4.0 1443.1845 6.0 1443.1966 10.0 1443.2088 12.0 1443.2209 2.0 1443.233 3.0 1443.2451 4.0 1443.2573 3.0 1443.2694 8.0 1443.2815 6.0 1443.2937 4.0 1443.3058 1.0 1443.3179 8.0 1443.3301 11.0 1443.3422 9.0 1443.3543 2.0 1443.3665 3.0 1443.3786 3.0 1443.3907 4.0 1443.4028 3.0 1443.415 6.0 1443.4271 11.0 1443.4392 9.0 1443.4514 7.0 1443.4635 1.0 1443.4756 3.0 1443.4878 2.0 1443.4999 8.0 1443.512 6.0 1443.5242 4.0 1443.5363 2.0 1443.5484 3.0 1443.5727 7.0 1443.5848 5.0 1443.5969 7.0 1443.6091 2.0 1443.6212 7.0 1443.6333 3.0 1443.6455 3.0 1443.6576 3.0 1443.6697 2.0 1443.6819 1.0 1443.694 6.0 1443.7061 6.0 1443.7183 6.0 1443.7425 6.0 1443.7547 3.0 1443.7668 4.0 1443.7789 5.0 1443.7911 4.0 1443.8032 2.0 1443.8153 1.0 1443.8274 1.0 1443.8396 5.0 1443.8517 3.0 1443.876 6.0 1443.8881 6.0 1443.9002 6.0 1443.9124 3.0 1443.9245 5.0 1443.9366 9.0 1443.9488 2.0 1443.9609 10.0 1443.973 7.0 1443.9852 2.0 1443.9973 9.0 1444.0094 8.0 1444.0216 4.0 1444.0337 11.0 1444.0458 6.0 1444.058 5.0 1444.0701 8.0 1444.0822 2.0 1444.0944 4.0 1444.1065 1.0 1444.1186 2.0 1444.1308 7.0 1444.1429 11.0 1444.155 5.0 1444.1672 3.0 1444.1793 3.0 1444.1914 7.0 1444.2036 1.0 1444.2157 2.0 1444.2279 6.0 1444.24 7.0 1444.2521 14.0 1444.2643 11.0 1444.2764 9.0 1444.2885 6.0 1444.3007 18.0 1444.3128 20.0 1444.3249 6.0 1444.3371 3.0 1444.3492 4.0 1444.3613 5.0 1444.3735 3.0 1444.3856 5.0 1444.3977 1.0 1444.4099 5.0 1444.422 6.0 1444.4341 9.0 1444.4463 13.0 1444.4584 10.0 1444.4705 4.0 1444.4827 4.0 1444.4948 6.0 1444.507 7.0 1444.5191 6.0 1444.5312 6.0 1444.5434 6.0 1444.5555 10.0 1444.5676 5.0 1444.5798 10.0 1444.5919 5.0 1444.604 9.0 1444.6162 2.0 1444.6283 9.0 1444.6404 11.0 1444.6526 4.0 1444.6647 2.0 1444.6769 5.0 1444.689 2.0 1444.7011 3.0 1444.7133 7.0 1444.7254 2.0 1444.7375 7.0 1444.7497 18.0 1444.7618 6.0 1444.7739 7.0 1444.7861 6.0 1444.7982 7.0 1444.8104 6.0 1444.8225 9.0 1444.8346 10.0 1444.8468 4.0 1444.8589 3.0 1444.871 10.0 1444.8832 8.0 1444.8953 8.0 1444.9074 10.0 1444.9196 16.0 1444.9317 8.0 1444.9439 2.0 1444.956 4.0 1444.9681 7.0 1444.9803 10.0 1444.9924 9.0 1445.0045 3.0 1445.0167 9.0 1445.0288 5.0 1445.041 9.0 1445.0531 9.0 1445.0652 11.0 1445.0774 18.0 1445.0895 10.0 1445.1016 8.0 1445.1138 10.0 1445.1259 12.0 1445.1381 5.0 1445.1502 8.0 1445.1623 8.0 1445.1745 13.0 1445.1866 3.0 1445.1988 7.0 1445.2109 5.0 1445.223 4.0 1445.2352 12.0 1445.2473 8.0 1445.2594 9.0 1445.2716 3.0 1445.2837 16.0 1445.2959 13.0 1445.308 10.0 1445.3201 1.0 1445.3323 2.0 1445.3444 5.0 1445.3566 2.0 1445.3808 2.0 1445.393 8.0 1445.4051 14.0 1445.4173 8.0 1445.4294 6.0 1445.4415 8.0 1445.4537 2.0 1445.4658 4.0 1445.4779 2.0 1445.4901 3.0 1445.5022 1.0 1445.5144 7.0 1445.5265 5.0 1445.5386 3.0 1445.5508 6.0 1445.5629 2.0 1445.5751 6.0 1445.5872 14.0 1445.5993 5.0 1445.6115 3.0 1445.6236 7.0 1445.6358 9.0 1445.6479 2.0 1445.66 6.0 1445.6722 3.0 1445.6843 3.0 1445.6965 3.0 1445.7086 6.0 1445.7207 9.0 1445.7329 6.0 1445.745 4.0 1445.7572 5.0 1445.7693 8.0 1445.7815 5.0 1445.7936 10.0 1445.8057 6.0 1445.8179 3.0 1445.83 6.0 1445.8422 5.0 1445.8543 6.0 1445.8664 3.0 1445.8786 3.0 1445.8907 4.0 1445.9029 8.0 1445.915 8.0 1445.9271 6.0 1445.9393 8.0 1445.9514 13.0 1445.9636 7.0 1445.9879 8.0 1446.0 12.0 1446.0121 10.0 1446.0243 13.0 1446.0364 4.0 1446.0486 9.0 1446.0607 5.0 1446.0728 13.0 1446.085 3.0 1446.0971 4.0 1446.1093 6.0 1446.1214 5.0 1446.1336 3.0 1446.1457 7.0 1446.1578 2.0 1446.17 8.0 1446.1821 18.0 1446.1943 7.0 1446.2064 4.0 1446.2186 1.0 1446.2307 6.0 1446.2428 9.0 1446.255 12.0 1446.2671 8.0 1446.2793 8.0 1446.2914 5.0 1446.3036 3.0 1446.3157 2.0 1446.3278 2.0 1446.34 8.0 1446.3521 8.0 1446.3643 15.0 1446.3764 10.0 1446.3886 1.0 1446.4007 3.0 1446.4128 9.0 1446.425 6.0 1446.4371 13.0 1446.4493 8.0 1446.4614 9.0 1446.4736 10.0 1446.4857 8.0 1446.4978 6.0 1446.51 2.0 1446.5221 11.0 1446.5343 7.0 1446.5464 3.0 1446.5586 5.0 1446.5707 5.0 1446.5829 3.0 1446.595 7.0 1446.6071 13.0 1446.6193 10.0 1446.6314 7.0 1446.6436 11.0 1446.6557 8.0 1446.6679 2.0 1446.68 4.0 1446.6922 1.0 1446.7043 1.0 1446.7164 4.0 1446.7286 15.0 1446.7407 9.0 1446.7529 9.0 1446.765 5.0 1446.7772 15.0 1446.7893 11.0 1446.8015 10.0 1446.8136 2.0 1446.8258 1.0 1446.8379 3.0 1446.85 6.0 1446.8622 3.0 1446.8743 3.0 1446.8865 3.0 1446.8986 6.0 1446.9108 2.0 1446.9229 7.0 1446.9351 9.0 1446.9472 5.0 1446.9594 2.0 1446.9715 6.0 1446.9836 6.0 1446.9958 3.0 1447.0079 9.0 1447.0201 12.0 1447.0322 5.0 1447.0444 3.0 1447.0565 5.0 1447.0687 4.0 1447.0808 5.0 1447.093 3.0 1447.1051 3.0 1447.1173 3.0 1447.1294 1.0 1447.1415 7.0 1447.1537 7.0 1447.1658 4.0 1447.178 7.0 1447.1901 1.0 1447.2023 5.0 1447.2144 7.0 1447.2266 11.0 1447.2387 2.0 1447.2509 3.0 1447.263 12.0 1447.2752 10.0 1447.2873 10.0 1447.2995 7.0 1447.3116 2.0 1447.3237 4.0 1447.3359 6.0 1447.348 5.0 1447.3602 3.0 1447.3723 5.0 1447.3845 7.0 1447.3966 10.0 1447.4088 5.0 1447.4209 4.0 1447.4331 5.0 1447.4452 3.0 1447.4574 10.0 1447.4695 12.0 1447.4817 3.0 1447.4938 6.0 1447.506 8.0 1447.5181 4.0 1447.5303 4.0 1447.5424 1.0 1447.5546 2.0 1447.5667 4.0 1447.5789 5.0 1447.6032 4.0 1447.6153 9.0 1447.6274 8.0 1447.6396 7.0 1447.6517 3.0 1447.6639 3.0 1447.676 3.0 1447.6882 12.0 1447.7003 20.0 1447.7125 8.0 1447.7246 9.0 1447.7368 3.0 1447.7611 3.0 1447.7732 3.0 1447.7854 9.0 1447.7975 10.0 1447.8097 15.0 1447.8218 10.0 1447.834 2.0 1447.8461 7.0 1447.8583 7.0 1447.8704 7.0 1447.8826 9.0 1447.8947 4.0 1447.9069 4.0 1447.919 4.0 1447.9312 6.0 1447.9433 6.0 1447.9555 4.0 1447.9676 4.0 1447.9798 8.0 1447.9919 8.0 1448.0041 4.0 1448.0162 10.0 1448.0284 18.0 1448.0405 9.0 1448.0527 4.0 1448.0648 7.0 1448.077 2.0 1448.0891 6.0 1448.1013 6.0 1448.1134 9.0 1448.1256 11.0 1448.1377 7.0 1448.1499 8.0 1448.162 3.0 1448.1742 1.0 1448.1863 6.0 1448.1985 7.0 1448.2106 4.0 1448.2228 6.0 1448.2349 7.0 1448.2471 3.0 1448.2592 3.0 1448.2714 3.0 1448.2835 4.0 1448.2957 3.0 1448.3079 7.0 1448.32 2.0 1448.3322 9.0 1448.3443 6.0 1448.3565 1.0 1448.3686 5.0 1448.3808 5.0 1448.3929 4.0 1448.4051 4.0 1448.4172 4.0 1448.4294 6.0 1448.4537 3.0 1448.4658 1.0 1448.4901 2.0 1448.5023 5.0 1448.5144 5.0 1448.5266 4.0 1448.5387 3.0 1448.5509 8.0 1448.563 7.0 1448.5752 2.0 1448.5873 3.0 1448.5995 4.0 1448.6238 12.0 1448.636 5.0 1448.6481 5.0 1448.6603 7.0 1448.6724 6.0 1448.6846 3.0 1448.6967 5.0 1448.7089 2.0 1448.721 7.0 1448.7332 6.0 1448.7453 3.0 1448.7575 5.0 1448.7696 2.0 1448.7818 4.0 1448.794 12.0 1448.8061 16.0 1448.8183 10.0 1448.8304 5.0 1448.8426 6.0 1448.8547 14.0 1448.8669 3.0 1448.879 5.0 1448.8912 6.0 1448.9033 6.0 1448.9155 6.0 1448.9276 15.0 1448.9398 8.0 1448.952 3.0 1448.9641 3.0 1448.9763 6.0 1448.9884 5.0 1449.0006 5.0 1449.0127 11.0 1449.0249 6.0 1449.037 6.0 1449.0492 2.0 1449.0613 9.0 1449.0735 7.0 1449.0856 13.0 1449.0978 6.0 1449.11 3.0 1449.1221 2.0 1449.1343 4.0 1449.1464 2.0 1449.1586 4.0 1449.1707 3.0 1449.1829 1.0 1449.195 3.0 1449.2072 9.0 1449.2194 5.0 1449.2315 1.0 1449.2437 5.0 1449.2558 11.0 1449.268 10.0 1449.2801 5.0 1449.2923 2.0 1449.3044 5.0 1449.3166 6.0 1449.3288 4.0 1449.3409 5.0 1449.3531 2.0 1449.3652 5.0 1449.3774 2.0 1449.3895 4.0 1449.4017 4.0 1449.4138 6.0 1449.426 4.0 1449.4382 11.0 1449.4503 2.0 1449.4625 2.0 1449.4746 13.0 1449.4868 4.0 1449.4989 2.0 1449.5111 2.0 1449.5233 5.0 1449.5354 3.0 1449.5476 13.0 1449.5597 6.0 1449.5719 8.0 1449.584 11.0 1449.5962 2.0 1449.6084 5.0 1449.6205 4.0 1449.6327 2.0 1449.6448 5.0 1449.6691 10.0 1449.6813 2.0 1449.6935 3.0 1449.7056 11.0 1449.7178 10.0 1449.7299 4.0 1449.7421 2.0 1449.7542 1.0 1449.7664 2.0 1449.7786 5.0 1449.7907 5.0 1449.8029 4.0 1449.815 3.0 1449.8272 7.0 1449.8393 5.0 1449.8515 5.0 1449.8637 7.0 1449.8758 2.0 1449.888 2.0 1449.9001 4.0 1449.9123 3.0 1449.9245 5.0 1449.9366 1.0 1449.9488 2.0 1449.9609 6.0 1449.9731 4.0 1449.9852 4.0 1449.9974 4.0 1450.0096 2.0 1450.0217 9.0 1450.0339 13.0 1450.046 10.0 1450.0582 5.0 1450.0704 4.0 1450.0825 9.0 1450.0947 12.0 1450.1068 19.0 1450.119 12.0 1450.1311 5.0 1450.1433 5.0 1450.1555 3.0 1450.1676 2.0 1450.1798 5.0 1450.1919 1.0 1450.2041 6.0 1450.2163 7.0 1450.2284 3.0 1450.2406 4.0 1450.2527 3.0 1450.2649 8.0 1450.2771 10.0 1450.2892 6.0 1450.3014 3.0 1450.3135 9.0 1450.3257 5.0 1450.3379 4.0 1450.35 6.0 1450.3622 3.0 1450.3743 4.0 1450.3865 2.0 1450.3987 1.0 1450.4108 3.0 1450.423 2.0 1450.4351 5.0 1450.4473 5.0 1450.4595 4.0 1450.4716 7.0 1450.4838 3.0 1450.4959 3.0 1450.5081 8.0 1450.5203 10.0 1450.5324 4.0 1450.5446 3.0 1450.5568 5.0 1450.5689 4.0 1450.5811 5.0 1450.5932 6.0 1450.6054 8.0 1450.6176 7.0 1450.6297 3.0 1450.6419 3.0 1450.654 6.0 1450.6662 5.0 1450.6784 4.0 1450.6905 3.0 1450.7027 6.0 1450.7148 7.0 1450.727 4.0 1450.7392 4.0 1450.7513 3.0 1450.7635 1.0 1450.7757 9.0 1450.7878 10.0 1450.8 9.0 1450.8121 5.0 1450.8243 6.0 1450.8365 6.0 1450.8486 3.0 1450.8608 6.0 1450.873 4.0 1450.8851 1.0 1450.8973 8.0 1450.9094 6.0 1450.9216 6.0 1450.9338 4.0 1450.9459 4.0 1450.9581 9.0 1450.9703 10.0 1450.9824 17.0 1450.9946 4.0 1451.0067 4.0 1451.0189 2.0 1451.0311 4.0 1451.0432 4.0 1451.0554 2.0 1451.0676 3.0 1451.0797 8.0 1451.0919 4.0 1451.104 6.0 1451.1162 5.0 1451.1284 12.0 1451.1405 13.0 1451.1527 7.0 1451.1649 1.0 1451.177 2.0 1451.1892 5.0 1451.2014 6.0 1451.2135 13.0 1451.2257 13.0 1451.2378 9.0 1451.25 6.0 1451.2622 4.0 1451.2743 1.0 1451.2987 6.0 1451.3108 11.0 1451.323 6.0 1451.3352 13.0 1451.3473 10.0 1451.3595 7.0 1451.3717 5.0 1451.3838 5.0 1451.396 3.0 1451.4081 1.0 1451.4203 5.0 1451.4325 9.0 1451.4446 4.0 1451.4568 5.0 1451.469 10.0 1451.4811 7.0 1451.4933 4.0 1451.5055 1.0 1451.5176 3.0 1451.5298 8.0 1451.542 8.0 1451.5541 5.0 1451.5663 5.0 1451.5785 2.0 1451.5906 5.0 1451.6028 5.0 1451.615 2.0 1451.6271 2.0 1451.6393 5.0 1451.6514 5.0 1451.6636 4.0 1451.6758 1.0 1451.6879 1.0 1451.7001 4.0 1451.7123 5.0 1451.7244 14.0 1451.7366 8.0 1451.7488 8.0 1451.7609 5.0 1451.7731 3.0 1451.7853 3.0 1451.7974 2.0 1451.8096 3.0 1451.8218 5.0 1451.8339 11.0 1451.8461 7.0 1451.8583 13.0 1451.8704 5.0 1451.8826 3.0 1451.8948 3.0 1451.9069 2.0 1451.9191 8.0 1451.9313 4.0 1451.9434 13.0 1451.9556 17.0 1451.9678 7.0 1451.9799 8.0 1451.9921 7.0 1452.0043 13.0 1452.0164 17.0 1452.0286 18.0 1452.0408 10.0 1452.0529 6.0 1452.0651 6.0 1452.0773 9.0 1452.0894 5.0 1452.1016 2.0 1452.1138 7.0 1452.1259 5.0 1452.1381 11.0 1452.1503 11.0 1452.1746 5.0 1452.1868 4.0 1452.199 10.0 1452.2111 4.0 1452.2233 4.0 1452.2355 4.0 1452.2476 5.0 1452.2598 3.0 1452.272 7.0 1452.2841 7.0 1452.2963 1.0 1452.3085 1.0 1452.3206 12.0 1452.3328 3.0 1452.345 5.0 1452.3571 5.0 1452.3693 3.0 1452.3815 3.0 1452.3936 3.0 1452.4058 2.0 1452.418 3.0 1452.4302 1.0 1452.4423 2.0 1452.4545 2.0 1452.4667 1.0 1452.4788 6.0 1452.491 7.0 1452.5032 2.0 1452.5153 4.0 1452.5275 3.0 1452.5397 1.0 1452.5518 9.0 1452.564 8.0 1452.5762 3.0 1452.5884 5.0 1452.6005 4.0 1452.6127 8.0 1452.6249 3.0 1452.637 4.0 1452.6492 16.0 1452.6614 5.0 1452.6735 7.0 1452.6857 7.0 1452.6979 5.0 1452.71 8.0 1452.7222 8.0 1452.7344 15.0 1452.7466 13.0 1452.7587 7.0 1452.7709 8.0 1452.7831 3.0 1452.7952 3.0 1452.8074 3.0 1452.8196 3.0 1452.8318 5.0 1452.8439 11.0 1452.8561 4.0 1452.8683 13.0 1452.8804 18.0 1452.8926 12.0 1452.9048 16.0 1452.9169 4.0 1452.9291 4.0 1452.9413 5.0 1452.9535 7.0 1452.9656 4.0 1452.9778 1.0 1452.99 1.0 1453.0021 2.0 1453.0143 2.0 1453.0265 3.0 1453.0387 5.0 1453.0508 3.0 1453.063 11.0 1453.0752 13.0 1453.0873 4.0 1453.0995 4.0 1453.1117 1.0 1453.1239 5.0 1453.136 7.0 1453.1482 6.0 1453.1604 5.0 1453.1725 6.0 1453.1847 15.0 1453.1969 10.0 1453.2091 4.0 1453.2212 4.0 1453.2334 4.0 1453.2456 3.0 1453.2578 4.0 1453.2699 5.0 1453.2821 14.0 1453.2943 8.0 1453.3064 1.0 1453.3186 4.0 1453.3308 3.0 1453.343 8.0 1453.3551 18.0 1453.3673 6.0 1453.3795 3.0 1453.3917 4.0 1453.4038 4.0 1453.416 4.0 1453.4282 7.0 1453.4403 6.0 1453.4525 2.0 1453.4647 11.0 1453.4769 6.0 1453.489 5.0 1453.5012 4.0 1453.5134 7.0 1453.5256 7.0 1453.5377 5.0 1453.5499 6.0 1453.5621 3.0 1453.5743 11.0 1453.5986 7.0 1453.6108 4.0 1453.6229 3.0 1453.6351 4.0 1453.6473 5.0 1453.6716 2.0 1453.696 8.0 1453.7082 6.0 1453.7203 3.0 1453.7325 7.0 1453.7447 10.0 1453.7569 9.0 1453.769 4.0 1453.7812 3.0 1453.7934 3.0 1453.8056 3.0 1453.8177 7.0 1453.8299 2.0 1453.8421 1.0 1453.8543 9.0 1453.8664 15.0 1453.8786 8.0 1453.8908 6.0 1453.903 4.0 1453.9151 2.0 1453.9273 5.0 1453.9395 6.0 1453.9517 11.0 1453.9638 10.0 1453.976 8.0 1453.9882 5.0 1454.0004 5.0 1454.0125 4.0 1454.0247 3.0 1454.0369 6.0 1454.0491 11.0 1454.0612 6.0 1454.0734 2.0 1454.0856 4.0 1454.0978 4.0 1454.1099 3.0 1454.1221 9.0 1454.1343 10.0 1454.1465 2.0 1454.1586 5.0 1454.1708 6.0 1454.183 8.0 1454.1952 8.0 1454.2074 10.0 1454.2195 15.0 1454.2317 12.0 1454.2439 5.0 1454.2561 6.0 1454.2682 4.0 1454.2804 3.0 1454.2926 4.0 1454.3048 2.0 1454.3169 5.0 1454.3291 8.0 1454.3413 3.0 1454.3535 3.0 1454.3657 8.0 1454.3778 7.0 1454.39 6.0 1454.4022 3.0 1454.4144 6.0 1454.4265 11.0 1454.4387 5.0 1454.4509 4.0 1454.4631 8.0 1454.4752 11.0 1454.4874 10.0 1454.4996 1.0 1454.5118 3.0 1454.524 4.0 1454.5361 10.0 1454.5483 3.0 1454.5605 1.0 1454.5727 6.0 1454.5848 5.0 1454.597 3.0 1454.6092 5.0 1454.6214 11.0 1454.6336 8.0 1454.6457 2.0 1454.6579 2.0 1454.6701 4.0 1454.6823 4.0 1454.6945 5.0 1454.7066 4.0 1454.7188 9.0 1454.731 8.0 1454.7432 2.0 1454.7553 2.0 1454.7675 6.0 1454.7797 4.0 1454.7919 9.0 1454.8041 2.0 1454.8162 5.0 1454.8284 4.0 1454.8406 13.0 1454.8528 11.0 1454.865 2.0 1454.8771 9.0 1454.8893 20.0 1454.9015 12.0 1454.9137 3.0 1454.9259 5.0 1454.938 4.0 1454.9502 5.0 1454.9624 5.0 1454.9746 3.0 1454.9867 5.0 1454.9989 14.0 1455.0111 12.0 1455.0233 17.0 1455.0355 2.0 1455.0476 3.0 1455.0598 4.0 1455.072 6.0 1455.0842 5.0 1455.0964 10.0 1455.1085 11.0 1455.1207 7.0 1455.1329 4.0 1455.1451 2.0 1455.1573 6.0 1455.1694 4.0 1455.1816 4.0 1455.1938 3.0 1455.206 4.0 1455.2182 5.0 1455.2304 5.0 1455.2425 5.0 1455.2547 4.0 1455.2669 1.0 1455.2791 3.0 1455.2913 3.0 1455.3034 1.0 1455.3156 3.0 1455.3278 11.0 1455.34 4.0 1455.3522 6.0 1455.3643 2.0 1455.3765 3.0 1455.3887 5.0 1455.4009 7.0 1455.4131 5.0 1455.4252 6.0 1455.4374 5.0 1455.4496 2.0 1455.4618 3.0 1455.474 2.0 1455.4862 9.0 1455.4983 6.0 1455.5105 1.0 1455.5227 2.0 1455.5349 5.0 1455.5471 3.0 1455.5592 6.0 1455.5714 11.0 1455.5836 5.0 1455.5958 3.0 1455.608 10.0 1455.6202 2.0 1455.6323 7.0 1455.6445 7.0 1455.6567 3.0 1455.6689 14.0 1455.6811 11.0 1455.6933 14.0 1455.7054 7.0 1455.7176 10.0 1455.7298 11.0 1455.742 7.0 1455.7542 2.0 1455.7664 1.0 1455.7785 2.0 1455.7907 2.0 1455.8029 5.0 1455.8151 8.0 1455.8273 4.0 1455.8395 3.0 1455.8516 4.0 1455.8638 5.0 1455.876 3.0 1455.8882 4.0 1455.9004 4.0 1455.9126 11.0 1455.9247 15.0 1455.9369 8.0 1455.9491 4.0 1455.9613 15.0 1455.9735 8.0 1455.9857 7.0 1455.9978 6.0 1456.01 3.0 1456.0222 6.0 1456.0344 4.0 1456.0466 6.0 1456.0588 6.0 1456.0709 7.0 1456.0831 6.0 1456.0953 14.0 1456.1075 8.0 1456.1197 2.0 1456.1319 2.0 1456.144 5.0 1456.1562 5.0 1456.1684 5.0 1456.1806 4.0 1456.1928 3.0 1456.205 6.0 1456.2172 7.0 1456.2293 7.0 1456.2415 4.0 1456.2537 2.0 1456.2659 1.0 1456.2781 4.0 1456.2903 7.0 1456.3025 7.0 1456.3146 2.0 1456.3268 5.0 1456.339 4.0 1456.3634 6.0 1456.3756 4.0 1456.3877 4.0 1456.3999 4.0 1456.4121 7.0 1456.4243 9.0 1456.4365 14.0 1456.4487 18.0 1456.4609 5.0 1456.473 4.0 1456.4852 3.0 1456.4974 5.0 1456.5096 5.0 1456.5218 6.0 1456.534 6.0 1456.5462 2.0 1456.5584 5.0 1456.5705 4.0 1456.5949 3.0 1456.6071 1.0 1456.6193 4.0 1456.6315 1.0 1456.6437 2.0 1456.6558 2.0 1456.668 2.0 1456.6802 2.0 1456.6924 3.0 1456.7046 4.0 1456.7168 4.0 1456.729 13.0 1456.7412 6.0 1456.7533 5.0 1456.7655 12.0 1456.7777 11.0 1456.7899 7.0 1456.8143 6.0 1456.8265 4.0 1456.8386 1.0 1456.8508 7.0 1456.863 9.0 1456.8752 7.0 1456.8874 3.0 1456.8996 3.0 1456.9118 3.0 1456.924 3.0 1456.9362 5.0 1456.9483 8.0 1456.9605 4.0 1456.9727 10.0 1456.9849 3.0 1456.9971 7.0 1457.0093 1.0 1457.0215 5.0 1457.0458 5.0 1457.058 7.0 1457.0702 4.0 1457.0824 4.0 1457.0946 9.0 1457.1068 11.0 1457.119 4.0 1457.1312 3.0 1457.1434 8.0 1457.1555 8.0 1457.1677 3.0 1457.1799 5.0 1457.1921 6.0 1457.2043 8.0 1457.2165 2.0 1457.2287 4.0 1457.2409 8.0 1457.2531 6.0 1457.2652 5.0 1457.2774 9.0 1457.2896 5.0 1457.3018 10.0 1457.314 5.0 1457.3262 4.0 1457.3384 2.0 1457.3506 4.0 1457.3628 22.0 1457.3749 8.0 1457.3871 1.0 1457.3993 11.0 1457.4115 7.0 1457.4237 1.0 1457.4359 5.0 1457.4481 3.0 1457.4603 5.0 1457.4847 3.0 1457.4968 6.0 1457.509 7.0 1457.5212 2.0 1457.5334 6.0 1457.5456 8.0 1457.57 5.0 1457.5822 1.0 1457.5944 2.0 1457.6066 5.0 1457.6188 10.0 1457.6309 6.0 1457.6431 4.0 1457.6553 3.0 1457.6675 6.0 1457.6797 4.0 1457.6919 6.0 1457.7041 13.0 1457.7163 5.0 1457.7285 6.0 1457.7529 2.0 1457.765 6.0 1457.7772 4.0 1457.7894 4.0 1457.8016 8.0 1457.8138 11.0 1457.826 5.0 1457.8382 3.0 1457.8504 5.0 1457.8626 4.0 1457.8748 12.0 1457.887 9.0 1457.8992 12.0 1457.9113 2.0 1457.9235 5.0 1457.9357 2.0 1457.9479 5.0 1457.9601 3.0 1457.9723 6.0 1457.9845 5.0 1457.9967 3.0 1458.0089 6.0 1458.0211 7.0 1458.0333 5.0 1458.0455 3.0 1458.0577 2.0 1458.0698 5.0 1458.082 8.0 1458.0942 13.0 1458.1064 6.0 1458.1186 7.0 1458.1308 2.0 1458.143 1.0 1458.1552 6.0 1458.1674 8.0 1458.1796 18.0 1458.1918 14.0 1458.204 16.0 1458.2162 15.0 1458.2284 11.0 1458.2405 7.0 1458.2527 5.0 1458.2649 2.0 1458.2771 5.0 1458.2893 4.0 1458.3015 3.0 1458.3137 3.0 1458.3259 1.0 1458.3381 2.0 1458.3503 4.0 1458.3625 4.0 1458.3747 7.0 1458.3869 7.0 1458.3991 5.0 1458.4113 4.0 1458.4235 4.0 1458.4356 5.0 1458.4478 7.0 1458.46 3.0 1458.4722 5.0 1458.4844 6.0 1458.4966 7.0 1458.5088 14.0 1458.521 8.0 1458.5332 10.0 1458.5576 1.0 1458.5698 5.0 1458.582 4.0 1458.5942 7.0 1458.6064 6.0 1458.6186 3.0 1458.6308 2.0 1458.643 7.0 1458.6552 3.0 1458.6673 5.0 1458.6795 3.0 1458.6917 4.0 1458.7039 13.0 1458.7161 4.0 1458.7283 7.0 1458.7527 11.0 1458.7649 5.0 1458.7771 4.0 1458.7893 12.0 1458.8015 22.0 1458.8137 6.0 1458.8259 2.0 1458.8381 2.0 1458.8503 8.0 1458.8625 9.0 1458.8747 6.0 1458.8869 16.0 1458.8991 14.0 1458.9113 4.0 1458.9235 5.0 1458.9357 9.0 1458.9478 7.0 1458.96 8.0 1458.9722 9.0 1458.9844 2.0 1458.9966 3.0 1459.0088 6.0 1459.021 9.0 1459.0332 7.0 1459.0454 4.0 1459.0576 5.0 1459.0698 10.0 1459.082 5.0 1459.0942 4.0 1459.1064 15.0 1459.1186 8.0 1459.1308 5.0 1459.143 11.0 1459.1552 11.0 1459.1674 3.0 1459.1796 8.0 1459.1918 5.0 1459.204 7.0 1459.2162 4.0 1459.2284 3.0 1459.2528 7.0 1459.265 3.0 1459.2772 8.0 1459.2894 4.0 1459.3016 4.0 1459.3138 4.0 1459.326 4.0 1459.3382 3.0 1459.3504 4.0 1459.3626 2.0 1459.3748 7.0 1459.387 3.0 1459.3991 7.0 1459.4113 1.0 1459.4235 4.0 1459.4357 5.0 1459.4479 3.0 1459.4723 1.0 1459.4845 5.0 1459.4967 3.0 1459.5089 4.0 1459.5211 1.0 1459.5333 1.0 1459.5455 9.0 1459.5577 8.0 1459.5699 9.0 1459.5821 9.0 1459.5943 6.0 1459.6065 2.0 1459.6187 5.0 1459.6309 7.0 1459.6431 2.0 1459.6553 1.0 1459.6675 14.0 1459.6797 10.0 1459.6919 3.0 1459.7041 4.0 1459.7163 5.0 1459.7407 5.0 1459.7529 7.0 1459.7651 5.0 1459.7773 5.0 1459.7895 5.0 1459.8017 2.0 1459.8139 3.0 1459.8261 5.0 1459.8383 2.0 1459.8505 12.0 1459.8627 4.0 1459.8749 7.0 1459.8871 8.0 1459.8993 6.0 1459.9115 4.0 1459.9237 3.0 1459.9359 2.0 1459.9481 3.0 1459.9603 6.0 1459.9725 15.0 1459.9847 4.0 1459.9969 3.0 1460.0091 2.0 1460.0213 6.0 1460.0335 8.0 1460.0457 7.0 1460.0579 9.0 1460.0701 13.0 1460.0823 5.0 1460.0945 9.0 1460.1067 9.0 1460.1189 5.0 1460.1311 1.0 1460.1433 11.0 1460.1555 6.0 1460.1677 6.0 1460.1799 8.0 1460.1921 7.0 1460.2043 6.0 1460.2165 4.0 1460.2287 8.0 1460.241 2.0 1460.2654 6.0 1460.2776 4.0 1460.2898 3.0 1460.302 7.0 1460.3142 2.0 1460.3264 4.0 1460.3386 8.0 1460.3508 2.0 1460.363 4.0 1460.3752 10.0 1460.3874 8.0 1460.3996 17.0 1460.4118 9.0 1460.424 6.0 1460.4362 4.0 1460.4484 4.0 1460.4606 3.0 1460.4728 11.0 1460.485 7.0 1460.4972 9.0 1460.5094 10.0 1460.5216 3.0 1460.5338 4.0 1460.546 2.0 1460.5582 5.0 1460.5826 3.0 1460.5948 2.0 1460.607 5.0 1460.6192 4.0 1460.6314 4.0 1460.6436 4.0 1460.6558 7.0 1460.668 5.0 1460.6802 2.0 1460.6925 4.0 1460.7047 4.0 1460.7169 3.0 1460.7291 10.0 1460.7413 10.0 1460.7535 6.0 1460.7657 7.0 1460.7779 6.0 1460.7901 7.0 1460.8023 7.0 1460.8145 8.0 1460.8267 5.0 1460.8389 2.0 1460.8511 10.0 1460.8633 6.0 1460.8755 7.0 1460.8877 7.0 1460.8999 8.0 1460.9121 10.0 1460.9243 2.0 1460.9365 5.0 1460.9487 1.0 1460.9609 8.0 1460.9732 10.0 1460.9854 2.0 1460.9976 4.0 1461.0098 12.0 1461.022 14.0 1461.0342 5.0 1461.0464 7.0 1461.0708 2.0 1461.083 4.0 1461.0952 7.0 1461.1074 6.0 1461.1196 2.0 1461.1318 1.0 1461.144 5.0 1461.1562 3.0 1461.1684 1.0 1461.1806 7.0 1461.1928 12.0 1461.2051 9.0 1461.2173 8.0 1461.2295 9.0 1461.2417 6.0 1461.2539 6.0 1461.2661 10.0 1461.2783 7.0 1461.2905 15.0 1461.3027 9.0 1461.3149 6.0 1461.3271 3.0 1461.3393 6.0 1461.3515 2.0 1461.3637 3.0 1461.3759 6.0 1461.3881 6.0 1461.4004 5.0 1461.4126 5.0 1461.4248 2.0 1461.437 13.0 1461.4492 6.0 1461.4614 2.0 1461.4736 5.0 1461.4858 9.0 1461.498 7.0 1461.5102 2.0 1461.5224 2.0 1461.5346 9.0 1461.5468 6.0 1461.559 3.0 1461.5713 3.0 1461.5835 4.0 1461.5957 4.0 1461.6079 8.0 1461.6201 6.0 1461.6323 6.0 1461.6445 3.0 1461.6567 2.0 1461.6689 6.0 1461.6811 11.0 1461.6933 7.0 1461.7055 4.0 1461.7177 2.0 1461.73 3.0 1461.7422 1.0 1461.7544 4.0 1461.7666 2.0 1461.7788 5.0 1461.791 2.0 1461.8032 2.0 1461.8154 3.0 1461.8276 2.0 1461.8398 15.0 1461.852 5.0 1461.8642 5.0 1461.8765 4.0 1461.8887 11.0 1461.9009 7.0 1461.9131 2.0 1461.9253 1.0 1461.9375 2.0 1461.9497 3.0 1461.9619 9.0 1461.9741 10.0 1461.9863 5.0 1461.9985 2.0 1462.0107 5.0 1462.023 4.0 1462.0352 5.0 1462.0474 7.0 1462.0596 8.0 1462.0718 8.0 1462.084 13.0 1462.0962 8.0 1462.1084 1.0 1462.1206 9.0 1462.1328 11.0 1462.1451 2.0 1462.1573 6.0 1462.1695 5.0 1462.1817 4.0 1462.1939 9.0 1462.2061 4.0 1462.2183 3.0 1462.2305 9.0 1462.2427 4.0 1462.2672 5.0 1462.2794 4.0 1462.2916 1.0 1462.3038 11.0 1462.316 6.0 1462.3282 18.0 1462.3404 11.0 1462.3526 6.0 1462.3648 7.0 1462.377 8.0 1462.3893 5.0 1462.4015 10.0 1462.4137 11.0 1462.4259 10.0 1462.4381 8.0 1462.4503 2.0 1462.4625 1.0 1462.4747 11.0 1462.4869 6.0 1462.4992 4.0 1462.5114 6.0 1462.5236 6.0 1462.548 3.0 1462.5602 7.0 1462.5724 1.0 1462.5846 1.0 1462.5969 1.0 1462.6091 2.0 1462.6213 3.0 1462.6335 3.0 1462.6457 3.0 1462.6579 4.0 1462.6701 3.0 1462.6823 3.0 1462.6945 6.0 1462.7068 9.0 1462.719 7.0 1462.7312 3.0 1462.7434 5.0 1462.7556 5.0 1462.7678 3.0 1462.78 2.0 1462.7922 3.0 1462.8045 1.0 1462.8167 4.0 1462.8289 5.0 1462.8411 2.0 1462.8533 2.0 1462.8655 5.0 1462.8777 4.0 1462.8899 4.0 1462.9022 3.0 1462.9144 3.0 1462.9266 9.0 1462.9388 9.0 1462.951 9.0 1462.9632 8.0 1462.9754 5.0 1462.9877 2.0 1462.9999 5.0 1463.0121 5.0 1463.0243 1.0 1463.0365 2.0 1463.0487 9.0 1463.0609 17.0 1463.0731 9.0 1463.0854 3.0 1463.0976 5.0 1463.1098 4.0 1463.122 8.0 1463.1342 15.0 1463.1464 25.0 1463.1586 11.0 1463.1709 10.0 1463.1831 9.0 1463.1953 5.0 1463.2075 2.0 1463.2197 5.0 1463.2319 10.0 1463.2441 7.0 1463.2564 5.0 1463.2686 9.0 1463.2808 9.0 1463.293 8.0 1463.3052 2.0 1463.3174 4.0 1463.3296 4.0 1463.3419 3.0 1463.3541 5.0 1463.3663 6.0 1463.3785 7.0 1463.3907 3.0 1463.4029 4.0 1463.4152 4.0 1463.4274 2.0 1463.4396 10.0 1463.4518 5.0 1463.464 6.0 1463.4762 6.0 1463.4884 7.0 1463.5007 11.0 1463.5129 10.0 1463.5251 7.0 1463.5373 6.0 1463.5495 3.0 1463.5617 4.0 1463.574 4.0 1463.5862 11.0 1463.5984 8.0 1463.6106 3.0 1463.6228 5.0 1463.635 14.0 1463.6472 6.0 1463.6595 4.0 1463.6717 8.0 1463.6839 4.0 1463.6961 2.0 1463.7083 1.0 1463.7205 7.0 1463.7328 7.0 1463.745 9.0 1463.7572 2.0 1463.7694 4.0 1463.7816 3.0 1463.7938 3.0 1463.8183 3.0 1463.8305 5.0 1463.8427 3.0 1463.8549 4.0 1463.8671 5.0 1463.8794 10.0 1463.8916 14.0 1463.9038 17.0 1463.916 14.0 1463.9282 14.0 1463.9404 1.0 1463.9527 2.0 1463.9649 4.0 1463.9771 8.0 1463.9893 11.0 1464.0015 4.0 1464.0138 5.0 1464.026 5.0 1464.0504 3.0 1464.0626 4.0 1464.0748 7.0 1464.0871 5.0 1464.0993 4.0 1464.1115 12.0 1464.1237 4.0 1464.1359 4.0 1464.1482 5.0 1464.1604 3.0 1464.1726 7.0 1464.1848 5.0 1464.197 5.0 1464.2092 7.0 1464.2215 12.0 1464.2337 6.0 1464.2459 8.0 1464.2581 5.0 1464.2703 2.0 1464.2826 2.0 1464.2948 5.0 1464.307 10.0 1464.3192 9.0 1464.3314 7.0 1464.3436 5.0 1464.3559 4.0 1464.3681 6.0 1464.3803 7.0 1464.3925 5.0 1464.4047 4.0 1464.417 10.0 1464.4292 6.0 1464.4414 2.0 1464.4536 3.0 1464.4658 4.0 1464.4781 2.0 1464.4903 3.0 1464.5025 4.0 1464.5147 5.0 1464.5269 14.0 1464.5392 12.0 1464.5514 3.0 1464.5636 4.0 1464.5758 3.0 1464.588 3.0 1464.6003 3.0 1464.6125 3.0 1464.6247 2.0 1464.6369 3.0 1464.6491 1.0 1464.6614 8.0 1464.6736 9.0 1464.6858 9.0 1464.698 2.0 1464.7102 4.0 1464.7225 6.0 1464.7347 7.0 1464.7469 9.0 1464.7591 9.0 1464.7713 4.0 1464.7836 6.0 1464.7958 8.0 1464.808 9.0 1464.8202 5.0 1464.8325 5.0 1464.8447 2.0 1464.8569 2.0 1464.8691 3.0 1464.8813 16.0 1464.8936 4.0 1464.9058 4.0 1464.918 2.0 1464.9302 5.0 1464.9424 8.0 1464.9547 3.0 1464.9669 6.0 1464.9791 2.0 1464.9913 6.0 1465.0036 7.0 1465.0158 9.0 1465.028 8.0 1465.0402 5.0 1465.0524 2.0 1465.0769 3.0 1465.0891 8.0 1465.1013 8.0 1465.1136 6.0 1465.1258 7.0 1465.1502 3.0 1465.1624 2.0 1465.1747 1.0 1465.1869 12.0 1465.1991 12.0 1465.2113 7.0 1465.2236 11.0 1465.2358 3.0 1465.248 7.0 1465.2602 5.0 1465.2724 8.0 1465.2847 3.0 1465.2969 3.0 1465.3091 2.0 1465.3213 2.0 1465.3336 2.0 1465.3458 2.0 1465.358 8.0 1465.3702 5.0 1465.3825 11.0 1465.3947 5.0 1465.4069 6.0 1465.4191 7.0 1465.4313 12.0 1465.4436 6.0 1465.4558 8.0 1465.468 10.0 1465.4802 5.0 1465.4925 8.0 1465.5047 3.0 1465.5169 3.0 1465.5291 2.0 1465.5414 4.0 1465.5536 5.0 1465.5658 4.0 1465.578 3.0 1465.5903 4.0 1465.6025 3.0 1465.6147 4.0 1465.6269 1.0 1465.6392 10.0 1465.6514 3.0 1465.6636 5.0 1465.6758 9.0 1465.6881 9.0 1465.7003 3.0 1465.7125 4.0 1465.7247 10.0 1465.737 8.0 1465.7492 4.0 1465.7614 8.0 1465.7736 8.0 1465.7859 5.0 1465.7981 5.0 1465.8103 13.0 1465.8225 4.0 1465.8348 5.0 1465.847 8.0 1465.8592 6.0 1465.8714 10.0 1465.8837 8.0 1465.8959 4.0 1465.9081 3.0 1465.9203 6.0 1465.9326 6.0 1465.9448 6.0 1465.957 2.0 1465.9692 5.0 1465.9815 1.0 1465.9937 8.0 1466.0059 7.0 1466.0181 6.0 1466.0304 9.0 1466.0426 10.0 1466.0548 11.0 1466.067 6.0 1466.0793 7.0 1466.0915 6.0 1466.1037 4.0 1466.116 1.0 1466.1282 3.0 1466.1404 5.0 1466.1526 3.0 1466.1649 4.0 1466.1771 6.0 1466.1893 2.0 1466.2015 11.0 1466.2138 4.0 1466.226 3.0 1466.2382 3.0 1466.2504 3.0 1466.2627 3.0 1466.2749 2.0 1466.2871 5.0 1466.3116 2.0 1466.3238 4.0 1466.336 7.0 1466.3483 8.0 1466.3605 3.0 1466.3727 3.0 1466.3849 8.0 1466.3972 5.0 1466.4094 4.0 1466.4216 1.0 1466.4339 2.0 1466.4461 1.0 1466.4583 2.0 1466.4705 2.0 1466.4828 6.0 1466.495 14.0 1466.5072 9.0 1466.5195 12.0 1466.5317 9.0 1466.5439 1.0 1466.5561 3.0 1466.5684 2.0 1466.5928 3.0 1466.6051 2.0 1466.6173 8.0 1466.6295 1.0 1466.6417 3.0 1466.654 5.0 1466.6662 5.0 1466.6784 17.0 1466.6907 5.0 1466.7029 2.0 1466.7151 4.0 1466.7273 8.0 1466.7396 7.0 1466.7518 6.0 1466.764 5.0 1466.7763 6.0 1466.7885 10.0 1466.8007 15.0 1466.8129 13.0 1466.8252 4.0 1466.8374 5.0 1466.8496 9.0 1466.8619 6.0 1466.8741 11.0 1466.8863 11.0 1466.8986 7.0 1466.9108 4.0 1466.923 4.0 1466.9352 4.0 1466.9475 2.0 1466.9597 7.0 1466.9719 4.0 1466.9842 5.0 1466.9964 3.0 1467.0086 5.0 1467.0209 3.0 1467.0331 3.0 1467.0453 7.0 1467.0575 13.0 1467.0698 9.0 1467.082 5.0 1467.0942 6.0 1467.1065 7.0 1467.1187 4.0 1467.1309 3.0 1467.1432 3.0 1467.1554 11.0 1467.1676 4.0 1467.1798 4.0 1467.1921 6.0 1467.2043 6.0 1467.2165 5.0 1467.2288 6.0 1467.241 10.0 1467.2532 17.0 1467.2655 5.0 1467.2777 2.0 1467.2899 2.0 1467.3022 2.0 1467.3144 12.0 1467.3266 9.0 1467.3389 8.0 1467.3511 7.0 1467.3633 3.0 1467.3756 4.0 1467.3878 1.0 1467.4 3.0 1467.4122 2.0 1467.4245 3.0 1467.4367 6.0 1467.4489 12.0 1467.4612 1.0 1467.4734 2.0 1467.4979 7.0 1467.5101 2.0 1467.5223 1.0 1467.5346 4.0 1467.5468 9.0 1467.559 15.0 1467.5713 10.0 1467.5835 13.0 1467.5957 5.0 1467.608 4.0 1467.6202 3.0 1467.6447 12.0 1467.6569 14.0 1467.6691 8.0 1467.6814 5.0 1467.6936 5.0 1467.7058 10.0 1467.7181 9.0 1467.7303 1.0 1467.7425 2.0 1467.7548 6.0 1467.767 7.0 1467.7792 6.0 1467.7915 4.0 1467.8037 9.0 1467.8159 6.0 1467.8282 4.0 1467.8404 6.0 1467.8526 4.0 1467.8649 5.0 1467.8771 12.0 1467.8893 5.0 1467.9016 5.0 1467.9138 2.0 1467.926 8.0 1467.9383 9.0 1467.9505 2.0 1467.9627 6.0 1467.975 7.0 1467.9872 12.0 1467.9994 18.0 1468.0117 10.0 1468.0239 4.0 1468.0361 5.0 1468.0484 4.0 1468.0606 9.0 1468.0728 18.0 1468.0851 8.0 1468.0973 3.0 1468.1095 3.0 1468.1218 5.0 1468.134 7.0 1468.1463 13.0 1468.1585 8.0 1468.1707 6.0 1468.183 7.0 1468.1952 11.0 1468.2074 4.0 1468.2197 13.0 1468.2319 9.0 1468.2441 5.0 1468.2564 5.0 1468.2686 4.0 1468.2808 5.0 1468.2931 1.0 1468.3053 2.0 1468.3175 4.0 1468.3298 4.0 1468.342 5.0 1468.3543 6.0 1468.3665 6.0 1468.3787 8.0 1468.391 10.0 1468.4032 4.0 1468.4154 4.0 1468.4277 11.0 1468.4399 4.0 1468.4521 3.0 1468.4644 6.0 1468.4766 6.0 1468.4889 2.0 1468.5011 5.0 1468.5133 4.0 1468.5256 8.0 1468.5378 6.0 1468.55 6.0 1468.5623 3.0 1468.5745 5.0 1468.5867 3.0 1468.599 4.0 1468.6112 5.0 1468.6235 2.0 1468.6357 6.0 1468.6479 6.0 1468.6602 6.0 1468.6724 11.0 1468.6846 7.0 1468.6969 8.0 1468.7091 7.0 1468.7214 3.0 1468.7336 5.0 1468.7458 6.0 1468.7581 8.0 1468.7703 4.0 1468.7825 1.0 1468.7948 2.0 1468.807 3.0 1468.8193 8.0 1468.8315 2.0 1468.8437 7.0 1468.856 11.0 1468.8682 13.0 1468.8804 2.0 1468.8927 3.0 1468.9049 10.0 1468.9172 12.0 1468.9294 6.0 1468.9416 13.0 1468.9539 11.0 1468.9661 14.0 1468.9784 4.0 1468.9906 8.0 1469.0028 12.0 1469.0151 10.0 1469.0273 2.0 1469.0395 3.0 1469.0518 4.0 1469.064 5.0 1469.0763 12.0 1469.0885 10.0 1469.1007 17.0 1469.113 31.0 1469.1252 23.0 1469.1375 16.0 1469.1497 9.0 1469.1619 3.0 1469.1742 1.0 1469.1987 4.0 1469.2109 3.0 1469.2231 4.0 1469.2354 5.0 1469.2476 9.0 1469.2599 17.0 1469.2721 3.0 1469.2843 5.0 1469.2966 6.0 1469.3088 2.0 1469.3211 4.0 1469.3333 2.0 1469.3455 1.0 1469.3578 4.0 1469.37 11.0 1469.3823 8.0 1469.3945 9.0 1469.4067 6.0 1469.419 7.0 1469.4312 16.0 1469.4435 14.0 1469.4557 16.0 1469.4679 12.0 1469.4802 11.0 1469.4924 4.0 1469.5047 6.0 1469.5169 6.0 1469.5291 8.0 1469.5414 2.0 1469.5536 5.0 1469.5659 1.0 1469.5781 2.0 1469.5903 1.0 1469.6026 6.0 1469.6148 6.0 1469.6271 3.0 1469.6393 6.0 1469.6515 4.0 1469.6638 2.0 1469.676 4.0 1469.6883 4.0 1469.7005 5.0 1469.7128 10.0 1469.725 7.0 1469.7372 5.0 1469.7495 10.0 1469.7617 16.0 1469.774 17.0 1469.7862 4.0 1469.7984 8.0 1469.8107 9.0 1469.8229 10.0 1469.8352 2.0 1469.8474 5.0 1469.8597 3.0 1469.8719 6.0 1469.8841 2.0 1469.8964 4.0 1469.9086 4.0 1469.9209 11.0 1469.9331 8.0 1469.9454 4.0 1469.9576 3.0 1469.9698 9.0 1469.9821 6.0 1469.9943 7.0 1470.0066 4.0 1470.0188 4.0 1470.0311 10.0 1470.0433 6.0 1470.0555 5.0 1470.0678 11.0 1470.08 6.0 1470.0923 15.0 1470.1045 6.0 1470.1168 6.0 1470.129 4.0 1470.1412 11.0 1470.1535 13.0 1470.1657 6.0 1470.178 3.0 1470.1902 5.0 1470.2025 9.0 1470.2147 7.0 1470.2269 13.0 1470.2392 8.0 1470.2514 3.0 1470.2637 4.0 1470.2759 1.0 1470.2882 1.0 1470.3004 3.0 1470.3127 3.0 1470.3249 5.0 1470.3371 9.0 1470.3494 10.0 1470.3616 10.0 1470.3739 8.0 1470.3861 8.0 1470.3984 4.0 1470.4106 6.0 1470.4229 11.0 1470.4351 3.0 1470.4473 2.0 1470.4596 9.0 1470.4718 5.0 1470.4841 4.0 1470.4963 6.0 1470.5086 5.0 1470.5208 10.0 1470.5331 4.0 1470.5453 5.0 1470.5575 3.0 1470.5698 2.0 1470.582 3.0 1470.5943 6.0 1470.6065 1.0 1470.6188 8.0 1470.631 23.0 1470.6433 15.0 1470.6555 1.0 1470.6678 4.0 1470.68 5.0 1470.7045 2.0 1470.7167 3.0 1470.7412 2.0 1470.7535 5.0 1470.778 6.0 1470.7902 7.0 1470.8025 8.0 1470.8147 3.0 1470.827 8.0 1470.8392 9.0 1470.8514 3.0 1470.8637 3.0 1470.8759 3.0 1470.8882 4.0 1470.9004 12.0 1470.9127 6.0 1470.9249 2.0 1470.9372 5.0 1470.9494 8.0 1470.9617 14.0 1470.9739 13.0 1470.9862 5.0 1470.9984 5.0 1471.0107 6.0 1471.0229 7.0 1471.0351 9.0 1471.0474 11.0 1471.0596 12.0 1471.0719 7.0 1471.0841 5.0 1471.0964 2.0 1471.1086 6.0 1471.1209 6.0 1471.1331 10.0 1471.1454 8.0 1471.1576 7.0 1471.1699 7.0 1471.1821 11.0 1471.1944 5.0 1471.2066 8.0 1471.2189 7.0 1471.2311 10.0 1471.2434 9.0 1471.2556 2.0 1471.2678 1.0 1471.2801 1.0 1471.2923 2.0 1471.3046 2.0 1471.3168 2.0 1471.3291 3.0 1471.3413 7.0 1471.3536 9.0 1471.3658 5.0 1471.3781 7.0 1471.3903 4.0 1471.4026 2.0 1471.4148 15.0 1471.4271 14.0 1471.4393 8.0 1471.4516 4.0 1471.4638 6.0 1471.4761 3.0 1471.4883 5.0 1471.5006 2.0 1471.5128 4.0 1471.5251 5.0 1471.5373 9.0 1471.5496 3.0 1471.5618 11.0 1471.5741 7.0 1471.5863 3.0 1471.5986 5.0 1471.6108 9.0 1471.6231 3.0 1471.6353 5.0 1471.6476 8.0 1471.6598 11.0 1471.6721 5.0 1471.6843 5.0 1471.6966 6.0 1471.7088 3.0 1471.7211 5.0 1471.7333 8.0 1471.7456 5.0 1471.7578 10.0 1471.7701 6.0 1471.7823 1.0 1471.7946 5.0 1471.8068 4.0 1471.8191 2.0 1471.8313 3.0 1471.8436 4.0 1471.8558 3.0 1471.8681 6.0 1471.8803 4.0 1471.8926 7.0 1471.9048 10.0 1471.9171 10.0 1471.9293 15.0 1471.9416 7.0 1471.9538 8.0 1471.9661 9.0 1471.9783 6.0 1471.9906 2.0 1472.0028 7.0 1472.0151 8.0 1472.0273 7.0 1472.0396 4.0 1472.0518 5.0 1472.0641 5.0 1472.0763 8.0 1472.0886 7.0 1472.1008 3.0 1472.1131 5.0 1472.1253 6.0 1472.1376 1.0 1472.1498 8.0 1472.1621 14.0 1472.1743 9.0 1472.1866 3.0 1472.1989 4.0 1472.2111 4.0 1472.2234 8.0 1472.2356 15.0 1472.2479 17.0 1472.2601 4.0 1472.2724 2.0 1472.2846 3.0 1472.2969 5.0 1472.3091 7.0 1472.3214 6.0 1472.3336 9.0 1472.3459 3.0 1472.3581 4.0 1472.3704 4.0 1472.3826 2.0 1472.3949 2.0 1472.4071 1.0 1472.4194 6.0 1472.4317 7.0 1472.4439 7.0 1472.4562 11.0 1472.4684 5.0 1472.4807 6.0 1472.4929 3.0 1472.5052 2.0 1472.5174 3.0 1472.5297 17.0 1472.5419 14.0 1472.5542 6.0 1472.5664 7.0 1472.5787 6.0 1472.5909 3.0 1472.6032 3.0 1472.6155 2.0 1472.6277 3.0 1472.64 7.0 1472.6522 9.0 1472.6645 7.0 1472.6767 8.0 1472.689 5.0 1472.7012 4.0 1472.7135 4.0 1472.738 5.0 1472.7502 9.0 1472.7625 5.0 1472.7748 8.0 1472.787 9.0 1472.7993 2.0 1472.8115 2.0 1472.8238 3.0 1472.836 5.0 1472.8483 5.0 1472.8605 8.0 1472.8728 2.0 1472.885 2.0 1472.8973 2.0 1472.9096 2.0 1472.9218 6.0 1472.9341 7.0 1472.9463 7.0 1472.9586 6.0 1472.9708 3.0 1472.9831 5.0 1472.9953 6.0 1473.0076 6.0 1473.0199 4.0 1473.0321 9.0 1473.0444 14.0 1473.0566 8.0 1473.0689 3.0 1473.0811 6.0 1473.0934 7.0 1473.1056 3.0 1473.1179 2.0 1473.1302 3.0 1473.1424 4.0 1473.1547 7.0 1473.1669 6.0 1473.1792 2.0 1473.1914 3.0 1473.2037 3.0 1473.2159 9.0 1473.2282 5.0 1473.2405 2.0 1473.2527 5.0 1473.265 3.0 1473.2895 2.0 1473.3017 4.0 1473.314 6.0 1473.3263 2.0 1473.3385 7.0 1473.3508 1.0 1473.363 9.0 1473.3753 4.0 1473.3875 6.0 1473.3998 4.0 1473.4121 1.0 1473.4243 5.0 1473.4366 9.0 1473.4488 12.0 1473.4611 7.0 1473.4733 4.0 1473.4856 7.0 1473.4979 10.0 1473.5101 3.0 1473.5224 2.0 1473.5346 5.0 1473.5469 5.0 1473.5591 8.0 1473.5714 5.0 1473.5837 4.0 1473.5959 2.0 1473.6082 3.0 1473.6204 1.0 1473.6327 4.0 1473.6449 1.0 1473.6572 2.0 1473.6695 3.0 1473.6817 4.0 1473.694 2.0 1473.7062 6.0 1473.7185 2.0 1473.7308 5.0 1473.743 3.0 1473.7553 2.0 1473.7675 17.0 1473.7798 9.0 1473.792 9.0 1473.8043 2.0 1473.8166 2.0 1473.8288 4.0 1473.8411 2.0 1473.8533 5.0 1473.8656 3.0 1473.8779 6.0 1473.8901 2.0 1473.9024 4.0 1473.9146 5.0 1473.9269 5.0 1473.9392 6.0 1473.9514 4.0 1473.9637 6.0 1473.9759 2.0 1473.9882 5.0 1474.0005 4.0 1474.0127 4.0 1474.025 2.0 1474.0372 3.0 1474.0495 7.0 1474.0618 4.0 1474.074 4.0 1474.0863 4.0 1474.0985 7.0 1474.1108 9.0 1474.1231 2.0 1474.1353 7.0 1474.1476 3.0 1474.1598 9.0 1474.1721 5.0 1474.1844 4.0 1474.1966 9.0 1474.2089 7.0 1474.2211 3.0 1474.2334 2.0 1474.2457 7.0 1474.2579 13.0 1474.2702 15.0 1474.2824 1.0 1474.2947 3.0 1474.307 4.0 1474.3192 5.0 1474.3315 8.0 1474.3437 2.0 1474.356 3.0 1474.3683 5.0 1474.3805 2.0 1474.3928 9.0 1474.405 10.0 1474.4173 17.0 1474.4296 9.0 1474.4418 8.0 1474.4541 9.0 1474.4664 2.0 1474.4786 12.0 1474.4909 10.0 1474.5031 3.0 1474.5154 1.0 1474.5399 3.0 1474.5522 3.0 1474.5644 4.0 1474.5767 3.0 1474.589 1.0 1474.6012 1.0 1474.6135 5.0 1474.6258 3.0 1474.638 3.0 1474.6503 3.0 1474.6625 7.0 1474.6748 4.0 1474.6871 3.0 1474.6993 11.0 1474.7116 7.0 1474.7239 6.0 1474.7361 17.0 1474.7484 7.0 1474.7606 6.0 1474.7729 6.0 1474.7852 2.0 1474.7974 9.0 1474.8097 8.0 1474.822 5.0 1474.8342 2.0 1474.8465 3.0 1474.8587 4.0 1474.871 5.0 1474.8833 4.0 1474.8955 14.0 1474.9078 8.0 1474.9201 2.0 1474.9323 5.0 1474.9446 3.0 1474.9569 3.0 1474.9691 11.0 1474.9814 12.0 1474.9936 11.0 1475.0059 4.0 1475.0182 10.0 1475.0304 7.0 1475.0427 6.0 1475.055 6.0 1475.0672 1.0 1475.0795 8.0 1475.0918 6.0 1475.104 7.0 1475.1163 5.0 1475.1285 14.0 1475.1408 5.0 1475.1531 2.0 1475.1653 7.0 1475.1899 4.0 1475.2021 4.0 1475.2144 5.0 1475.2267 4.0 1475.2389 5.0 1475.2512 5.0 1475.2635 3.0 1475.2757 5.0 1475.288 10.0 1475.3003 6.0 1475.3125 9.0 1475.3248 6.0 1475.337 5.0 1475.3493 3.0 1475.3616 13.0 1475.3738 6.0 1475.3861 8.0 1475.3984 12.0 1475.4106 4.0 1475.4229 12.0 1475.4352 12.0 1475.4474 8.0 1475.4597 8.0 1475.472 7.0 1475.4842 2.0 1475.4965 1.0 1475.5088 4.0 1475.521 13.0 1475.5333 10.0 1475.5456 7.0 1475.5701 2.0 1475.5824 5.0 1475.5946 11.0 1475.6069 8.0 1475.6192 2.0 1475.6314 5.0 1475.6437 7.0 1475.656 3.0 1475.6682 1.0 1475.6805 6.0 1475.6928 3.0 1475.705 7.0 1475.7173 12.0 1475.7296 7.0 1475.7418 5.0 1475.7541 2.0 1475.7664 3.0 1475.7786 5.0 1475.7909 13.0 1475.8032 5.0 1475.8154 6.0 1475.8277 4.0 1475.84 8.0 1475.8522 11.0 1475.8645 1.0 1475.8768 1.0 1475.889 6.0 1475.9013 7.0 1475.9136 4.0 1475.9258 7.0 1475.9381 4.0 1475.9504 2.0 1475.9626 10.0 1475.9749 4.0 1475.9872 4.0 1476.0117 9.0 1476.024 7.0 1476.0362 10.0 1476.0485 2.0 1476.0608 5.0 1476.073 8.0 1476.0853 4.0 1476.0976 7.0 1476.1099 9.0 1476.1221 4.0 1476.1344 4.0 1476.1467 9.0 1476.1589 7.0 1476.1712 8.0 1476.1835 7.0 1476.1957 1.0 1476.208 7.0 1476.2203 6.0 1476.2325 4.0 1476.2448 5.0 1476.2571 1.0 1476.2693 4.0 1476.2816 2.0 1476.2939 11.0 1476.3062 4.0 1476.3184 9.0 1476.3307 8.0 1476.343 7.0 1476.3552 1.0 1476.3675 2.0 1476.3798 13.0 1476.392 18.0 1476.4043 12.0 1476.4166 6.0 1476.4288 3.0 1476.4411 3.0 1476.4534 13.0 1476.4657 9.0 1476.4779 6.0 1476.4902 2.0 1476.5025 3.0 1476.5147 2.0 1476.527 2.0 1476.5515 3.0 1476.5638 12.0 1476.5761 7.0 1476.5884 10.0 1476.6006 4.0 1476.6129 13.0 1476.6252 22.0 1476.6374 4.0 1476.6497 5.0 1476.662 1.0 1476.6743 3.0 1476.6865 4.0 1476.6988 6.0 1476.7111 10.0 1476.7233 3.0 1476.7356 3.0 1476.7479 5.0 1476.7601 9.0 1476.7724 9.0 1476.7847 5.0 1476.797 6.0 1476.8092 4.0 1476.8215 3.0 1476.8338 2.0 1476.846 4.0 1476.8583 9.0 1476.8706 2.0 1476.8829 5.0 1476.8951 8.0 1476.9074 2.0 1476.9197 6.0 1476.932 4.0 1476.9442 4.0 1476.9565 4.0 1476.9688 7.0 1476.981 5.0 1476.9933 2.0 1477.0056 3.0 1477.0179 1.0 1477.0301 5.0 1477.0424 3.0 1477.0547 14.0 1477.0669 14.0 1477.0792 4.0 1477.0915 6.0 1477.1038 4.0 1477.116 3.0 1477.1283 9.0 1477.1406 4.0 1477.1529 14.0 1477.1651 17.0 1477.1774 9.0 1477.1897 14.0 1477.2019 18.0 1477.2142 10.0 1477.2265 3.0 1477.2388 4.0 1477.251 7.0 1477.2633 7.0 1477.2756 3.0 1477.2879 5.0 1477.3001 15.0 1477.3124 11.0 1477.3247 2.0 1477.3369 5.0 1477.3492 4.0 1477.3615 3.0 1477.3738 3.0 1477.386 4.0 1477.3983 2.0 1477.4106 3.0 1477.4229 11.0 1477.4351 6.0 1477.4474 5.0 1477.4597 4.0 1477.472 2.0 1477.4842 3.0 1477.4965 4.0 1477.5088 8.0 1477.5211 3.0 1477.5333 3.0 1477.5456 15.0 1477.5579 5.0 1477.5702 4.0 1477.5824 6.0 1477.5947 6.0 1477.607 4.0 1477.6193 6.0 1477.6315 4.0 1477.6438 8.0 1477.6561 14.0 1477.6684 4.0 1477.6806 2.0 1477.6929 3.0 1477.7052 6.0 1477.7175 2.0 1477.7297 1.0 1477.742 12.0 1477.7543 8.0 1477.7666 8.0 1477.7788 11.0 1477.7911 6.0 1477.8034 4.0 1477.8157 2.0 1477.8279 4.0 1477.8402 4.0 1477.8525 5.0 1477.8648 9.0 1477.877 10.0 1477.8893 7.0 1477.9016 8.0 1477.9139 5.0 1477.9261 8.0 1477.9384 3.0 1477.9507 3.0 1477.963 5.0 1477.9752 9.0 1477.9875 11.0 1477.9998 5.0 1478.0121 3.0 1478.0243 8.0 1478.0366 4.0 1478.0489 1.0 1478.0612 12.0 1478.0735 10.0 1478.0857 5.0 1478.098 8.0 1478.1103 1.0 1478.1226 3.0 1478.1348 8.0 1478.1471 5.0 1478.1594 1.0 1478.1717 8.0 1478.1839 16.0 1478.1962 16.0 1478.2085 13.0 1478.2208 5.0 1478.2331 2.0 1478.2453 3.0 1478.2576 3.0 1478.2699 1.0 1478.2822 9.0 1478.2944 5.0 1478.3067 6.0 1478.319 6.0 1478.3313 4.0 1478.3435 5.0 1478.3558 5.0 1478.3681 2.0 1478.3804 1.0 1478.3927 5.0 1478.4049 9.0 1478.4172 5.0 1478.4295 9.0 1478.4418 12.0 1478.4541 14.0 1478.4663 6.0 1478.4786 8.0 1478.4909 9.0 1478.5032 7.0 1478.5154 3.0 1478.5277 3.0 1478.5523 4.0 1478.5646 6.0 1478.5768 2.0 1478.5891 1.0 1478.6014 8.0 1478.6137 8.0 1478.626 9.0 1478.6382 5.0 1478.6505 4.0 1478.6628 1.0 1478.6751 5.0 1478.6873 9.0 1478.6996 5.0 1478.7119 10.0 1478.7242 14.0 1478.7365 6.0 1478.7487 4.0 1478.761 8.0 1478.7733 5.0 1478.7856 6.0 1478.7979 2.0 1478.8101 2.0 1478.8224 2.0 1478.8347 5.0 1478.847 4.0 1478.8593 1.0 1478.8715 6.0 1478.8838 4.0 1478.8961 3.0 1478.9084 2.0 1478.9207 4.0 1478.9329 5.0 1478.9452 4.0 1478.9575 4.0 1478.9698 3.0 1478.9821 2.0 1478.9943 1.0 1479.0066 1.0 1479.0189 4.0 1479.0312 2.0 1479.0435 5.0 1479.0557 4.0 1479.068 4.0 1479.0803 5.0 1479.0926 1.0 1479.1049 3.0 1479.1171 11.0 1479.1294 11.0 1479.1417 14.0 1479.154 4.0 1479.1663 2.0 1479.1786 4.0 1479.1908 3.0 1479.2031 3.0 1479.2154 7.0 1479.2277 9.0 1479.24 6.0 1479.2522 1.0 1479.2645 3.0 1479.2768 10.0 1479.2891 7.0 1479.3014 5.0 1479.3136 5.0 1479.3259 1.0 1479.3382 4.0 1479.3505 1.0 1479.3628 6.0 1479.3751 4.0 1479.3873 5.0 1479.3996 20.0 1479.4119 19.0 1479.4242 9.0 1479.4365 6.0 1479.4488 8.0 1479.461 10.0 1479.4733 2.0 1479.4856 6.0 1479.5102 4.0 1479.5224 8.0 1479.5347 3.0 1479.547 6.0 1479.5593 10.0 1479.5716 5.0 1479.5839 3.0 1479.5961 2.0 1479.6084 7.0 1479.6207 7.0 1479.633 4.0 1479.6453 8.0 1479.6576 2.0 1479.6698 8.0 1479.6821 12.0 1479.6944 2.0 1479.7067 7.0 1479.719 6.0 1479.7313 2.0 1479.7435 2.0 1479.7558 7.0 1479.7681 2.0 1479.7927 3.0 1479.805 11.0 1479.8172 9.0 1479.8295 8.0 1479.8418 4.0 1479.8541 2.0 1479.8664 1.0 1479.8787 2.0 1479.8909 8.0 1479.9032 1.0 1479.9155 2.0 1479.9278 2.0 1479.9401 2.0 1479.9524 3.0 1479.9647 4.0 1479.9769 6.0 1479.9892 2.0 1480.0015 2.0 1480.0138 10.0 1480.0261 5.0 1480.0384 6.0 1480.0506 10.0 1480.0629 8.0 1480.0752 16.0 1480.0875 15.0 1480.0998 7.0 1480.1121 3.0 1480.1244 5.0 1480.1366 3.0 1480.1489 14.0 1480.1612 20.0 1480.1735 7.0 1480.1858 5.0 1480.1981 10.0 1480.2104 4.0 1480.2226 5.0 1480.2349 7.0 1480.2472 3.0 1480.2595 3.0 1480.2718 3.0 1480.2841 3.0 1480.2964 6.0 1480.3086 6.0 1480.3209 3.0 1480.3332 7.0 1480.3455 6.0 1480.3578 9.0 1480.3701 13.0 1480.3824 7.0 1480.3946 12.0 1480.4069 3.0 1480.4192 6.0 1480.4315 3.0 1480.4438 6.0 1480.4561 6.0 1480.4684 6.0 1480.4807 6.0 1480.4929 3.0 1480.5052 3.0 1480.5175 12.0 1480.5298 5.0 1480.5421 4.0 1480.5544 11.0 1480.5667 12.0 1480.5789 9.0 1480.5912 3.0 1480.6035 8.0 1480.6281 4.0 1480.6404 8.0 1480.6527 5.0 1480.665 6.0 1480.6772 1.0 1480.6895 4.0 1480.7018 4.0 1480.7141 3.0 1480.7264 4.0 1480.7387 7.0 1480.751 4.0 1480.7633 9.0 1480.7755 10.0 1480.7878 3.0 1480.8001 5.0 1480.8124 9.0 1480.8247 8.0 1480.837 5.0 1480.8493 5.0 1480.8616 5.0 1480.8738 4.0 1480.8861 7.0 1480.8984 10.0 1480.9107 7.0 1480.923 4.0 1480.9353 9.0 1480.9476 9.0 1480.9599 11.0 1480.9722 6.0 1480.9844 6.0 1480.9967 5.0 1481.009 11.0 1481.0213 9.0 1481.0336 5.0 1481.0459 3.0 1481.0582 4.0 1481.0828 6.0 1481.095 6.0 1481.1073 12.0 1481.1196 7.0 1481.1319 6.0 1481.1442 1.0 1481.1565 8.0 1481.1688 7.0 1481.1811 7.0 1481.1934 5.0 1481.2057 7.0 1481.2179 4.0 1481.2302 4.0 1481.2425 3.0 1481.2548 3.0 1481.2671 2.0 1481.2794 5.0 1481.2917 1.0 1481.304 4.0 1481.3163 9.0 1481.3286 4.0 1481.3408 6.0 1481.3531 7.0 1481.3654 10.0 1481.3777 14.0 1481.39 7.0 1481.4023 4.0 1481.4146 9.0 1481.4269 5.0 1481.4392 1.0 1481.4515 8.0 1481.4637 12.0 1481.476 9.0 1481.4883 10.0 1481.5006 5.0 1481.5129 16.0 1481.5252 15.0 1481.5375 9.0 1481.5498 8.0 1481.5621 7.0 1481.5744 3.0 1481.5867 1.0 1481.5989 5.0 1481.6112 7.0 1481.6235 6.0 1481.6358 7.0 1481.6481 11.0 1481.6604 9.0 1481.6727 9.0 1481.685 7.0 1481.6973 8.0 1481.7096 5.0 1481.7219 5.0 1481.7342 6.0 1481.7464 3.0 1481.7587 18.0 1481.771 3.0 1481.7833 6.0 1481.7956 3.0 1481.8079 5.0 1481.8202 13.0 1481.8325 4.0 1481.8448 5.0 1481.8571 4.0 1481.8694 6.0 1481.8817 5.0 1481.894 8.0 1481.9062 3.0 1481.9185 6.0 1481.9308 7.0 1481.9431 4.0 1481.9677 5.0 1481.98 4.0 1481.9923 5.0 1482.0046 4.0 1482.0169 7.0 1482.0292 4.0 1482.0415 3.0 1482.0538 2.0 1482.0661 4.0 1482.0783 4.0 1482.0906 5.0 1482.1029 2.0 1482.1152 4.0 1482.1275 3.0 1482.1398 6.0 1482.1521 2.0 1482.1644 13.0 1482.1767 15.0 1482.189 3.0 1482.2013 3.0 1482.2136 6.0 1482.2259 9.0 1482.2382 1.0 1482.2505 2.0 1482.2628 4.0 1482.275 2.0 1482.2873 4.0 1482.2996 4.0 1482.3119 3.0 1482.3242 5.0 1482.3365 10.0 1482.3488 13.0 1482.3611 13.0 1482.3734 10.0 1482.3857 10.0 1482.398 3.0 1482.4103 3.0 1482.4226 6.0 1482.4349 7.0 1482.4472 14.0 1482.4595 5.0 1482.4718 1.0 1482.4841 5.0 1482.4964 2.0 1482.5086 4.0 1482.5209 12.0 1482.5332 7.0 1482.5455 4.0 1482.5578 4.0 1482.5701 1.0 1482.5824 5.0 1482.5947 4.0 1482.607 3.0 1482.6193 3.0 1482.6316 9.0 1482.6439 9.0 1482.6562 6.0 1482.6685 3.0 1482.6808 5.0 1482.6931 2.0 1482.7054 3.0 1482.7177 6.0 1482.73 1.0 1482.7423 1.0 1482.7546 5.0 1482.7669 5.0 1482.7792 9.0 1482.7914 6.0 1482.8037 7.0 1482.816 6.0 1482.8283 3.0 1482.8406 5.0 1482.8529 8.0 1482.8652 2.0 1482.8775 1.0 1482.8898 7.0 1482.9021 1.0 1482.9144 3.0 1482.9267 3.0 1482.939 3.0 1482.9513 9.0 1482.9636 3.0 1482.9759 8.0 1482.9882 7.0 1483.0005 4.0 1483.0128 5.0 1483.0251 7.0 1483.0374 10.0 1483.0497 4.0 1483.062 6.0 1483.0743 4.0 1483.0866 3.0 1483.0989 11.0 1483.1112 9.0 1483.1235 10.0 1483.1358 5.0 1483.1481 6.0 1483.1604 9.0 1483.1727 7.0 1483.185 5.0 1483.1973 9.0 1483.2096 5.0 1483.2341 9.0 1483.2464 13.0 1483.2587 6.0 1483.271 3.0 1483.2833 1.0 1483.2956 8.0 1483.3079 5.0 1483.3202 5.0 1483.3325 12.0 1483.3448 11.0 1483.3571 21.0 1483.3694 18.0 1483.3817 9.0 1483.394 11.0 1483.4063 12.0 1483.4186 13.0 1483.4309 23.0 1483.4432 33.0 1483.4555 53.0 1483.4678 60.0 1483.4801 22.0 1483.4924 22.0 1483.5047 23.0 1483.517 26.0 1483.5293 14.0 1483.5416 24.0 1483.5539 14.0 1483.5662 20.0 1483.5785 14.0 1483.5908 11.0 1483.6031 16.0 1483.6154 13.0 1483.6277 4.0 1483.64 5.0 1483.6523 6.0 1483.6646 8.0 1483.6769 9.0 1483.6892 9.0 1483.7015 3.0 1483.7138 4.0 1483.7261 10.0 1483.7384 1.0 1483.7507 5.0 1483.763 2.0 1483.7753 3.0 1483.7876 7.0 1483.7999 3.0 1483.8122 7.0 1483.8245 4.0 1483.8368 2.0 1483.8491 10.0 1483.8614 11.0 1483.8737 5.0 1483.886 2.0 1483.8983 3.0 1483.9106 3.0 1483.9229 2.0 1483.9352 3.0 1483.9475 4.0 1483.9721 8.0 1483.9844 11.0 1483.9967 4.0 1484.009 2.0 1484.0213 5.0 1484.0336 3.0 1484.0582 6.0 1484.0705 5.0 1484.0828 5.0 1484.0951 4.0 1484.1074 9.0 1484.1198 4.0 1484.1321 1.0 1484.1444 4.0 1484.1567 19.0 1484.169 7.0 1484.1813 2.0 1484.1936 2.0 1484.2059 2.0 1484.2182 5.0 1484.2305 4.0 1484.2428 4.0 1484.2551 12.0 1484.2674 6.0 1484.2797 14.0 1484.292 9.0 1484.3043 9.0 1484.3166 6.0 1484.3289 13.0 1484.3412 3.0 1484.3535 4.0 1484.3658 2.0 1484.3781 8.0 1484.3904 14.0 1484.4027 19.0 1484.415 15.0 1484.4273 23.0 1484.4396 17.0 1484.4519 19.0 1484.4642 18.0 1484.4765 16.0 1484.4888 11.0 1484.5011 16.0 1484.5134 20.0 1484.5257 22.0 1484.538 11.0 1484.5503 11.0 1484.5627 10.0 1484.575 5.0 1484.5873 11.0 1484.5996 2.0 1484.6119 5.0 1484.6242 12.0 1484.6365 17.0 1484.6488 13.0 1484.6611 9.0 1484.6734 11.0 1484.6857 3.0 1484.698 3.0 1484.7103 6.0 1484.7226 2.0 1484.7349 2.0 1484.7472 7.0 1484.7595 3.0 1484.7718 3.0 1484.7841 4.0 1484.7964 7.0 1484.8087 5.0 1484.821 5.0 1484.8333 6.0 1484.8456 7.0 1484.858 7.0 1484.8703 14.0 1484.8826 2.0 1484.8949 4.0 1484.9072 4.0 1484.9195 3.0 1484.9318 1.0 1484.9441 9.0 1484.9564 9.0 1484.9687 5.0 1484.981 6.0 1484.9933 9.0 1485.0056 11.0 1485.0179 7.0 1485.0302 7.0 1485.0425 4.0 1485.0548 4.0 1485.0671 6.0 1485.0795 13.0 1485.0918 6.0 1485.1041 2.0 1485.1164 5.0 1485.1287 5.0 1485.141 6.0 1485.1533 1.0 1485.1656 9.0 1485.1779 11.0 1485.1902 17.0 1485.2025 12.0 1485.2148 10.0 1485.2271 6.0 1485.2394 1.0 1485.2517 8.0 1485.264 8.0 1485.2764 3.0 1485.2887 7.0 1485.301 10.0 1485.3133 9.0 1485.3256 5.0 1485.3379 6.0 1485.3502 8.0 1485.3625 14.0 1485.3748 4.0 1485.3871 5.0 1485.3994 6.0 1485.4117 6.0 1485.424 6.0 1485.4363 14.0 1485.4487 10.0 1485.461 11.0 1485.4733 8.0 1485.4856 10.0 1485.4979 8.0 1485.5102 22.0 1485.5225 13.0 1485.5348 3.0 1485.5471 8.0 1485.5594 1.0 1485.5717 1.0 1485.584 8.0 1485.5963 2.0 1485.6087 5.0 1485.621 2.0 1485.6333 3.0 1485.6456 6.0 1485.6579 5.0 1485.6702 3.0 1485.6825 7.0 1485.6948 4.0 1485.7071 2.0 1485.7194 3.0 1485.7317 13.0 1485.744 9.0 1485.7564 7.0 1485.7687 2.0 1485.781 8.0 1485.7933 4.0 1485.8056 10.0 1485.8179 6.0 1485.8302 13.0 1485.8425 7.0 1485.8548 6.0 1485.8671 9.0 1485.8794 5.0 1485.8918 5.0 1485.9041 4.0 1485.9164 4.0 1485.9287 10.0 1485.941 4.0 1485.9533 8.0 1485.9656 2.0 1485.9779 5.0 1485.9902 7.0 1486.0025 8.0 1486.0148 4.0 1486.0272 5.0 1486.0395 6.0 1486.0518 2.0 1486.0641 3.0 1486.0764 13.0 1486.0887 5.0 1486.101 1.0 1486.1133 2.0 1486.1256 1.0 1486.1379 6.0 1486.1503 9.0 1486.1626 11.0 1486.1749 7.0 1486.1872 11.0 1486.1995 7.0 1486.2118 5.0 1486.2241 7.0 1486.2364 6.0 1486.2487 5.0 1486.2611 11.0 1486.2734 8.0 1486.2857 11.0 1486.298 5.0 1486.3103 12.0 1486.3226 9.0 1486.3349 9.0 1486.3472 4.0 1486.3719 9.0 1486.3842 18.0 1486.3965 4.0 1486.4088 4.0 1486.4211 3.0 1486.4334 8.0 1486.4457 7.0 1486.458 3.0 1486.4703 4.0 1486.4827 5.0 1486.495 18.0 1486.5073 8.0 1486.5196 6.0 1486.5319 11.0 1486.5442 5.0 1486.5565 7.0 1486.5688 13.0 1486.5811 11.0 1486.5935 18.0 1486.6058 3.0 1486.6181 2.0 1486.6304 6.0 1486.6427 6.0 1486.655 2.0 1486.6673 5.0 1486.6796 7.0 1486.692 6.0 1486.7043 10.0 1486.7166 10.0 1486.7289 5.0 1486.7412 6.0 1486.7535 1.0 1486.7658 2.0 1486.7781 4.0 1486.7905 8.0 1486.8028 8.0 1486.8151 2.0 1486.8274 7.0 1486.8397 2.0 1486.852 2.0 1486.8643 12.0 1486.8767 7.0 1486.889 10.0 1486.9013 4.0 1486.9136 10.0 1486.9259 7.0 1486.9382 3.0 1486.9505 3.0 1486.9628 7.0 1486.9752 3.0 1486.9875 8.0 1486.9998 15.0 1487.0121 18.0 1487.0244 18.0 1487.0367 7.0 1487.049 6.0 1487.0614 6.0 1487.0737 2.0 1487.086 5.0 1487.0983 1.0 1487.1106 8.0 1487.1229 6.0 1487.1352 2.0 1487.1476 5.0 1487.1599 8.0 1487.1722 12.0 1487.1845 10.0 1487.1968 16.0 1487.2091 15.0 1487.2214 4.0 1487.2338 7.0 1487.2461 14.0 1487.2584 8.0 1487.2707 3.0 1487.283 1.0 1487.2953 5.0 1487.3077 3.0 1487.32 5.0 1487.3323 9.0 1487.3446 9.0 1487.3569 3.0 1487.3692 7.0 1487.3815 7.0 1487.3939 9.0 1487.4062 8.0 1487.4185 12.0 1487.4308 8.0 1487.4431 4.0 1487.4554 6.0 1487.4678 6.0 1487.4801 17.0 1487.4924 2.0 1487.5047 6.0 1487.517 6.0 1487.5293 8.0 1487.5417 7.0 1487.554 6.0 1487.5663 6.0 1487.5786 1.0 1487.5909 3.0 1487.6032 4.0 1487.6155 10.0 1487.6279 8.0 1487.6402 4.0 1487.6525 3.0 1487.6648 4.0 1487.6771 8.0 1487.6894 8.0 1487.7018 4.0 1487.7141 2.0 1487.7264 1.0 1487.7387 6.0 1487.751 3.0 1487.7633 2.0 1487.7757 8.0 1487.8003 2.0 1487.8126 5.0 1487.8249 4.0 1487.8373 4.0 1487.8496 6.0 1487.8619 10.0 1487.8742 5.0 1487.8865 6.0 1487.8988 4.0 1487.9112 6.0 1487.9235 2.0 1487.9358 9.0 1487.9481 11.0 1487.9604 3.0 1487.9727 15.0 1487.9851 10.0 1487.9974 3.0 1488.0097 5.0 1488.022 12.0 1488.0343 4.0 1488.0467 4.0 1488.059 5.0 1488.0713 5.0 1488.0836 9.0 1488.0959 11.0 1488.1082 14.0 1488.1206 8.0 1488.1329 14.0 1488.1452 8.0 1488.1575 7.0 1488.1698 7.0 1488.1822 13.0 1488.1945 5.0 1488.2068 4.0 1488.2191 4.0 1488.2314 3.0 1488.2438 2.0 1488.2561 6.0 1488.2684 4.0 1488.2807 3.0 1488.293 9.0 1488.3177 3.0 1488.33 3.0 1488.3423 4.0 1488.3546 8.0 1488.3669 4.0 1488.3793 5.0 1488.3916 6.0 1488.4039 7.0 1488.4162 5.0 1488.4285 12.0 1488.4409 7.0 1488.4532 13.0 1488.4655 17.0 1488.4778 3.0 1488.4901 1.0 1488.5025 3.0 1488.5148 1.0 1488.5271 4.0 1488.5394 3.0 1488.5517 6.0 1488.5641 9.0 1488.5764 6.0 1488.5887 4.0 1488.601 3.0 1488.6133 5.0 1488.6257 6.0 1488.638 6.0 1488.6503 3.0 1488.6626 3.0 1488.675 10.0 1488.6873 14.0 1488.6996 3.0 1488.7119 1.0 1488.7242 1.0 1488.7366 8.0 1488.7489 10.0 1488.7612 7.0 1488.7735 3.0 1488.7858 8.0 1488.7982 5.0 1488.8105 4.0 1488.8228 4.0 1488.8351 6.0 1488.8474 1.0 1488.8598 3.0 1488.8721 10.0 1488.8844 6.0 1488.8967 4.0 1488.9091 11.0 1488.9214 4.0 1488.9337 4.0 1488.946 3.0 1488.9583 11.0 1488.9707 16.0 1488.983 15.0 1488.9953 2.0 1489.0076 3.0 1489.02 1.0 1489.0323 3.0 1489.0446 3.0 1489.0569 9.0 1489.0692 3.0 1489.0816 4.0 1489.0939 3.0 1489.1062 7.0 1489.1185 8.0 1489.1309 10.0 1489.1432 7.0 1489.1555 4.0 1489.1678 3.0 1489.1802 4.0 1489.1925 6.0 1489.2048 14.0 1489.2171 16.0 1489.2294 8.0 1489.2418 6.0 1489.2541 5.0 1489.2664 4.0 1489.2787 5.0 1489.2911 6.0 1489.3034 8.0 1489.3157 6.0 1489.328 1.0 1489.3404 2.0 1489.3527 5.0 1489.365 2.0 1489.3773 9.0 1489.3896 2.0 1489.402 3.0 1489.4143 9.0 1489.4266 4.0 1489.4389 7.0 1489.4513 1.0 1489.4636 1.0 1489.4759 8.0 1489.4882 6.0 1489.5006 6.0 1489.5129 5.0 1489.5252 17.0 1489.5375 11.0 1489.5499 6.0 1489.5622 3.0 1489.5745 2.0 1489.5868 5.0 1489.5992 4.0 1489.6115 2.0 1489.6238 3.0 1489.6361 3.0 1489.6485 1.0 1489.6608 6.0 1489.6731 7.0 1489.6854 6.0 1489.6978 2.0 1489.7101 6.0 1489.7224 6.0 1489.7347 1.0 1489.7471 2.0 1489.7594 3.0 1489.7717 4.0 1489.784 1.0 1489.7964 7.0 1489.8087 3.0 1489.821 4.0 1489.8333 1.0 1489.8457 4.0 1489.858 5.0 1489.8703 4.0 1489.8826 1.0 1489.895 4.0 1489.9073 7.0 1489.9196 8.0 1489.9319 3.0 1489.9443 3.0 1489.9689 5.0 1489.9813 1.0 1490.0059 3.0 1490.0182 11.0 1490.0306 6.0 1490.0429 6.0 1490.0552 8.0 1490.0675 4.0 1490.0799 11.0 1490.0922 8.0 1490.1045 5.0 1490.1292 11.0 1490.1415 6.0 1490.1662 7.0 1490.1785 2.0 1490.1908 7.0 1490.2031 24.0 1490.2155 13.0 1490.2278 2.0 1490.2401 3.0 1490.2524 5.0 1490.2648 4.0 1490.2771 3.0 1490.2894 4.0 1490.3018 3.0 1490.3141 5.0 1490.3264 2.0 1490.3387 3.0 1490.3511 5.0 1490.3634 6.0 1490.3757 3.0 1490.388 7.0 1490.4004 3.0 1490.4127 7.0 1490.425 9.0 1490.4374 4.0 1490.4497 4.0 1490.462 8.0 1490.4743 11.0 1490.4867 6.0 1490.499 2.0 1490.5113 10.0 1490.5237 6.0 1490.536 4.0 1490.5483 3.0 1490.5606 3.0 1490.573 4.0 1490.5853 4.0 1490.5976 9.0 1490.61 12.0 1490.6223 7.0 1490.6346 8.0 1490.6469 14.0 1490.6593 1.0 1490.6716 5.0 1490.6839 1.0 1490.6963 2.0 1490.7086 5.0 1490.7209 6.0 1490.7333 8.0 1490.7456 3.0 1490.7579 3.0 1490.7702 1.0 1490.7826 1.0 1490.7949 1.0 1490.8072 10.0 1490.8196 8.0 1490.8319 7.0 1490.8442 7.0 1490.8565 7.0 1490.8689 7.0 1490.8812 4.0 1490.8935 4.0 1490.9059 8.0 1490.9182 5.0 1490.9305 5.0 1490.9429 11.0 1490.9552 10.0 1490.9675 4.0 1490.9799 8.0 1490.9922 6.0 1491.0045 3.0 1491.0168 8.0 1491.0292 1.0 1491.0415 6.0 1491.0538 1.0 1491.0662 5.0 1491.0785 3.0 1491.0908 9.0 1491.1032 6.0 1491.1155 3.0 1491.1278 1.0 1491.1402 2.0 1491.1525 7.0 1491.1648 8.0 1491.1771 18.0 1491.1895 5.0 1491.2018 1.0 1491.2141 3.0 1491.2265 3.0 1491.2388 3.0 1491.2511 5.0 1491.2635 6.0 1491.2758 4.0 1491.2881 3.0 1491.3005 3.0 1491.3128 4.0 1491.3251 1.0 1491.3375 3.0 1491.3498 2.0 1491.3621 1.0 1491.3745 3.0 1491.3868 2.0 1491.3991 4.0 1491.4114 4.0 1491.4238 3.0 1491.4361 3.0 1491.4484 7.0 1491.4608 2.0 1491.4731 4.0 1491.4854 3.0 1491.4978 3.0 1491.5101 4.0 1491.5224 1.0 1491.5348 3.0 1491.5471 1.0 1491.5594 6.0 1491.5718 4.0 1491.5841 3.0 1491.5964 4.0 1491.6088 2.0 1491.6211 1.0 1491.6334 1.0 1491.6458 7.0 1491.6581 8.0 1491.6704 3.0 1491.6828 8.0 1491.6951 8.0 1491.7074 4.0 1491.7198 3.0 1491.7321 2.0 1491.7444 5.0 1491.7568 11.0 1491.7691 3.0 1491.7814 5.0 1491.7938 13.0 1491.8061 7.0 1491.8184 4.0 1491.8308 1.0 1491.8431 7.0 1491.8554 4.0 1491.8678 6.0 1491.8801 4.0 1491.8924 8.0 1491.9048 7.0 1491.9171 5.0 1491.9294 9.0 1491.9418 11.0 1491.9541 5.0 1491.9665 12.0 1491.9788 12.0 1491.9911 4.0 1492.0035 3.0 1492.0158 5.0 1492.0281 9.0 1492.0405 11.0 1492.0528 12.0 1492.0651 4.0 1492.0775 5.0 1492.0898 3.0 1492.1021 6.0 1492.1145 1.0 1492.1268 11.0 1492.1391 2.0 1492.1515 1.0 1492.1638 6.0 1492.1761 4.0 1492.1885 5.0 1492.2008 6.0 1492.2132 5.0 1492.2255 4.0 1492.2378 12.0 1492.2502 19.0 1492.2625 6.0 1492.2748 9.0 1492.2872 1.0 1492.2995 4.0 1492.3118 7.0 1492.3242 9.0 1492.3365 5.0 1492.3488 7.0 1492.3612 12.0 1492.3735 6.0 1492.3859 8.0 1492.3982 4.0 1492.4105 4.0 1492.4229 3.0 1492.4352 5.0 1492.4475 14.0 1492.4599 5.0 1492.4722 1.0 1492.4845 8.0 1492.4969 1.0 1492.5092 3.0 1492.5216 3.0 1492.5339 5.0 1492.5462 1.0 1492.5586 4.0 1492.5709 2.0 1492.5832 12.0 1492.5956 4.0 1492.6079 5.0 1492.6203 2.0 1492.6326 1.0 1492.6449 1.0 1492.6573 2.0 1492.6696 6.0 1492.6819 5.0 1492.6943 3.0 1492.7066 5.0 1492.719 5.0 1492.7313 6.0 1492.7436 3.0 1492.756 8.0 1492.7683 13.0 1492.7806 2.0 1492.793 4.0 1492.8053 9.0 1492.8177 15.0 1492.83 6.0 1492.8423 1.0 1492.8547 5.0 1492.867 4.0 1492.8793 3.0 1492.8917 10.0 1492.904 7.0 1492.9164 1.0 1492.9287 18.0 1492.941 8.0 1492.9534 7.0 1492.9657 1.0 1492.9781 5.0 1492.9904 5.0 1493.0027 16.0 1493.0151 17.0 1493.0274 4.0 1493.0398 15.0 1493.0521 7.0 1493.0644 2.0 1493.0768 9.0 1493.0891 10.0 1493.1014 4.0 1493.1138 7.0 1493.1261 15.0 1493.1385 2.0 1493.1508 3.0 1493.1631 5.0 1493.1755 9.0 1493.1878 10.0 1493.2002 4.0 1493.2125 5.0 1493.2248 2.0 1493.2372 4.0 1493.2495 8.0 1493.2619 6.0 1493.2742 1.0 1493.2865 3.0 1493.2989 13.0 1493.3112 9.0 1493.3236 2.0 1493.3359 12.0 1493.3482 4.0 1493.3606 6.0 1493.3729 5.0 1493.3853 4.0 1493.3976 4.0 1493.4099 11.0 1493.4223 16.0 1493.4346 2.0 1493.447 2.0 1493.4593 3.0 1493.4717 4.0 1493.484 8.0 1493.4963 15.0 1493.5087 9.0 1493.521 7.0 1493.5334 9.0 1493.5457 12.0 1493.558 10.0 1493.5704 4.0 1493.5827 7.0 1493.5951 22.0 1493.6074 26.0 1493.6197 15.0 1493.6321 9.0 1493.6444 4.0 1493.6568 1.0 1493.6691 6.0 1493.6815 3.0 1493.6938 4.0 1493.7061 4.0 1493.7185 7.0 1493.7308 3.0 1493.7432 3.0 1493.7555 2.0 1493.7678 2.0 1493.7802 5.0 1493.7925 9.0 1493.8049 5.0 1493.8172 2.0 1493.8296 6.0 1493.8419 3.0 1493.8542 2.0 1493.8666 5.0 1493.8789 3.0 1493.8913 5.0 1493.9036 6.0 1493.916 11.0 1493.9283 5.0 1493.9406 7.0 1493.953 4.0 1493.9653 3.0 1493.9777 9.0 1493.99 6.0 1494.0024 10.0 1494.0147 7.0 1494.027 5.0 1494.0394 3.0 1494.0517 3.0 1494.0641 18.0 1494.0764 5.0 1494.0888 6.0 1494.1011 4.0 1494.1134 6.0 1494.1258 21.0 1494.1381 21.0 1494.1505 7.0 1494.1628 3.0 1494.1752 24.0 1494.1875 12.0 1494.1998 11.0 1494.2122 12.0 1494.2245 6.0 1494.2369 2.0 1494.2492 4.0 1494.2616 4.0 1494.2739 4.0 1494.2863 1.0 1494.2986 2.0 1494.3109 3.0 1494.3233 5.0 1494.3356 2.0 1494.348 4.0 1494.3603 3.0 1494.3727 7.0 1494.385 8.0 1494.3974 3.0 1494.4097 4.0 1494.422 4.0 1494.4344 3.0 1494.4467 7.0 1494.4591 1.0 1494.4714 3.0 1494.4838 9.0 1494.4961 10.0 1494.5085 2.0 1494.5208 2.0 1494.5332 7.0 1494.5455 8.0 1494.5578 6.0 1494.5702 8.0 1494.5825 6.0 1494.5949 4.0 1494.6072 2.0 1494.6196 5.0 1494.6319 10.0 1494.6443 14.0 1494.6566 8.0 1494.669 2.0 1494.6813 5.0 1494.6936 3.0 1494.706 4.0 1494.7183 6.0 1494.7307 3.0 1494.743 3.0 1494.7554 6.0 1494.7677 2.0 1494.7801 14.0 1494.7924 5.0 1494.8048 3.0 1494.8171 5.0 1494.8295 9.0 1494.8418 5.0 1494.8541 3.0 1494.8665 5.0 1494.8788 7.0 1494.8912 10.0 1494.9035 2.0 1494.9159 4.0 1494.9282 3.0 1494.9406 11.0 1494.9529 1.0 1494.9653 5.0 1494.9776 15.0 1494.99 17.0 1495.0023 12.0 1495.0147 11.0 1495.027 4.0 1495.0393 3.0 1495.0517 4.0 1495.064 7.0 1495.0764 12.0 1495.0887 4.0 1495.1011 7.0 1495.1134 6.0 1495.1258 4.0 1495.1381 5.0 1495.1505 13.0 1495.1628 9.0 1495.1752 6.0 1495.1875 3.0 1495.1999 5.0 1495.2122 6.0 1495.2246 5.0 1495.2369 5.0 1495.2493 2.0 1495.2616 1.0 1495.274 10.0 1495.2863 12.0 1495.2987 5.0 1495.311 5.0 1495.3234 3.0 1495.3357 5.0 1495.348 5.0 1495.3604 7.0 1495.3727 2.0 1495.3851 6.0 1495.3974 1.0 1495.4098 3.0 1495.4221 7.0 1495.4345 12.0 1495.4468 13.0 1495.4592 8.0 1495.4715 10.0 1495.4839 8.0 1495.4962 5.0 1495.5086 21.0 1495.5209 12.0 1495.5333 16.0 1495.5456 14.0 1495.558 8.0 1495.5703 8.0 1495.5827 11.0 1495.595 4.0 1495.6074 8.0 1495.6197 3.0 1495.6321 5.0 1495.6444 8.0 1495.6568 5.0 1495.6691 9.0 1495.6815 8.0 1495.6938 3.0 1495.7062 4.0 1495.7185 5.0 1495.7309 1.0 1495.7432 6.0 1495.7556 4.0 1495.7679 8.0 1495.7803 2.0 1495.7926 5.0 1495.805 4.0 1495.8173 18.0 1495.8297 14.0 1495.842 3.0 1495.8544 6.0 1495.8667 10.0 1495.8791 7.0 1495.8914 8.0 1495.9038 6.0 1495.9161 21.0 1495.9285 22.0 1495.9408 7.0 1495.9532 7.0 1495.9655 6.0 1495.9779 2.0 1495.9902 1.0 1496.0026 5.0 1496.015 5.0 1496.0273 2.0 1496.0397 1.0 1496.052 2.0 1496.0644 5.0 1496.0767 4.0 1496.0891 9.0 1496.1014 11.0 1496.1138 6.0 1496.1261 3.0 1496.1385 8.0 1496.1508 6.0 1496.1632 7.0 1496.1755 5.0 1496.1879 7.0 1496.2002 11.0 1496.2126 14.0 1496.2249 7.0 1496.2373 1.0 1496.2496 10.0 1496.262 11.0 1496.2743 16.0 1496.2867 13.0 1496.299 4.0 1496.3114 1.0 1496.3238 3.0 1496.3361 2.0 1496.3485 7.0 1496.3608 8.0 1496.3732 8.0 1496.3855 5.0 1496.3979 3.0 1496.4102 9.0 1496.4226 7.0 1496.4349 11.0 1496.4473 7.0 1496.4596 14.0 1496.472 8.0 1496.4843 6.0 1496.4967 8.0 1496.509 6.0 1496.5214 4.0 1496.5338 4.0 1496.5461 6.0 1496.5585 5.0 1496.5708 12.0 1496.5832 4.0 1496.5955 4.0 1496.6079 4.0 1496.6202 4.0 1496.6326 4.0 1496.6449 5.0 1496.6573 3.0 1496.682 3.0 1496.6944 10.0 1496.7067 8.0 1496.7191 5.0 1496.7314 10.0 1496.7438 5.0 1496.7561 3.0 1496.7685 7.0 1496.7808 5.0 1496.7932 12.0 1496.8055 10.0 1496.8179 5.0 1496.8303 8.0 1496.8426 8.0 1496.855 5.0 1496.8673 7.0 1496.8797 4.0 1496.892 7.0 1496.9044 5.0 1496.9167 4.0 1496.9291 3.0 1496.9415 3.0 1496.9538 3.0 1496.9662 4.0 1496.9785 9.0 1496.9909 4.0 1497.0032 3.0 1497.0156 6.0 1497.0279 6.0 1497.0403 3.0 1497.0527 2.0 1497.065 2.0 1497.0774 2.0 1497.0897 8.0 1497.1021 6.0 1497.1144 1.0 1497.1268 7.0 1497.1391 6.0 1497.1515 10.0 1497.1639 9.0 1497.1762 16.0 1497.1886 8.0 1497.2009 10.0 1497.2133 3.0 1497.2256 5.0 1497.238 4.0 1497.2503 3.0 1497.2627 5.0 1497.2751 3.0 1497.2874 4.0 1497.2998 3.0 1497.3121 3.0 1497.3245 10.0 1497.3368 7.0 1497.3492 10.0 1497.3616 14.0 1497.3739 10.0 1497.3863 8.0 1497.3986 7.0 1497.411 7.0 1497.4233 5.0 1497.4357 8.0 1497.4481 3.0 1497.4604 7.0 1497.4728 11.0 1497.4851 11.0 1497.4975 10.0 1497.5098 6.0 1497.5222 11.0 1497.5346 8.0 1497.5469 5.0 1497.5593 4.0 1497.5716 1.0 1497.584 15.0 1497.5964 16.0 1497.6087 11.0 1497.6211 5.0 1497.6334 4.0 1497.6458 10.0 1497.6581 6.0 1497.6705 2.0 1497.6829 11.0 1497.6952 4.0 1497.7076 4.0 1497.7199 5.0 1497.7323 6.0 1497.7447 3.0 1497.757 4.0 1497.7694 5.0 1497.7817 8.0 1497.7941 15.0 1497.8064 7.0 1497.8188 4.0 1497.8312 3.0 1497.8435 5.0 1497.8559 5.0 1497.8682 2.0 1497.8806 5.0 1497.893 2.0 1497.9053 5.0 1497.9177 3.0 1497.93 4.0 1497.9424 5.0 1497.9548 4.0 1497.9671 3.0 1497.9795 5.0 1497.9918 11.0 1498.0042 9.0 1498.0166 4.0 1498.0289 3.0 1498.0413 3.0 1498.0536 5.0 1498.066 4.0 1498.0784 13.0 1498.0907 15.0 1498.1031 2.0 1498.1154 1.0 1498.1278 5.0 1498.1402 3.0 1498.1525 4.0 1498.1649 11.0 1498.1772 7.0 1498.1896 8.0 1498.202 6.0 1498.2143 6.0 1498.2267 14.0 1498.239 7.0 1498.2514 4.0 1498.2638 7.0 1498.2761 10.0 1498.2885 5.0 1498.3008 2.0 1498.3132 10.0 1498.3256 10.0 1498.3379 2.0 1498.3503 1.0 1498.3626 5.0 1498.375 4.0 1498.3874 2.0 1498.3997 1.0 1498.4121 4.0 1498.4245 1.0 1498.4368 3.0 1498.4492 7.0 1498.4615 9.0 1498.4739 10.0 1498.4863 4.0 1498.4986 8.0 1498.511 16.0 1498.5233 10.0 1498.5357 2.0 1498.5481 5.0 1498.5604 8.0 1498.5728 7.0 1498.5852 3.0 1498.5975 5.0 1498.6099 13.0 1498.6222 13.0 1498.6346 8.0 1498.647 4.0 1498.6593 6.0 1498.6717 4.0 1498.6841 3.0 1498.6964 2.0 1498.7088 5.0 1498.7211 8.0 1498.7335 1.0 1498.7459 6.0 1498.7582 16.0 1498.7706 7.0 1498.783 4.0 1498.7953 4.0 1498.8077 11.0 1498.82 11.0 1498.8324 3.0 1498.8448 8.0 1498.8571 6.0 1498.8695 6.0 1498.8819 3.0 1498.8942 6.0 1498.9066 4.0 1498.919 1.0 1498.9313 4.0 1498.9437 7.0 1498.956 1.0 1498.9684 2.0 1498.9808 4.0 1498.9931 4.0 1499.0055 20.0 1499.0179 7.0 1499.0302 3.0 1499.0426 2.0 1499.055 10.0 1499.0673 9.0 1499.0797 9.0 1499.092 6.0 1499.1044 4.0 1499.1168 5.0 1499.1291 2.0 1499.1415 1.0 1499.1539 14.0 1499.1662 14.0 1499.1786 14.0 1499.191 3.0 1499.2033 4.0 1499.2157 4.0 1499.2281 9.0 1499.2404 5.0 1499.2528 6.0 1499.2651 3.0 1499.2775 4.0 1499.2899 6.0 1499.3022 10.0 1499.3146 7.0 1499.327 2.0 1499.3393 7.0 1499.3517 12.0 1499.3641 12.0 1499.3764 3.0 1499.3888 1.0 1499.4012 4.0 1499.4135 4.0 1499.4259 3.0 1499.4383 6.0 1499.4506 6.0 1499.463 19.0 1499.4754 12.0 1499.4877 25.0 1499.5001 23.0 1499.5125 22.0 1499.5248 18.0 1499.5372 6.0 1499.5496 6.0 1499.5619 12.0 1499.5743 7.0 1499.5867 8.0 1499.599 17.0 1499.6114 18.0 1499.6238 8.0 1499.6361 5.0 1499.6485 5.0 1499.6609 8.0 1499.6732 9.0 1499.6856 6.0 1499.698 5.0 1499.7103 9.0 1499.7227 12.0 1499.7351 5.0 1499.7474 4.0 1499.7598 2.0 1499.7722 3.0 1499.7845 1.0 1499.7969 8.0 1499.8093 4.0 1499.8216 8.0 1499.834 2.0 1499.8464 6.0 1499.8587 7.0 1499.8711 6.0 1499.8835 6.0 1499.8958 10.0 1499.9082 9.0 1499.9206 9.0 1499.9329 10.0 1499.9453 1.0 1499.9577 4.0 1499.97 9.0 1499.9824 7.0 1499.9948 4.0 1500.0071 2.0 1500.0195 8.0 1500.0319 26.0 1500.0442 31.0 1500.0566 9.0 1500.069 12.0 1500.0813 7.0 1500.0937 10.0 1500.1061 7.0 1500.1184 2.0 1500.1308 10.0 1500.1432 10.0 1500.1556 5.0 1500.1679 2.0 1500.1803 3.0 1500.1927 11.0 1500.205 5.0 1500.2174 8.0 1500.2298 11.0 1500.2421 5.0 1500.2545 6.0 1500.2669 8.0 1500.2792 9.0 1500.2916 7.0 1500.304 3.0 1500.3164 6.0 1500.3287 11.0 1500.3411 3.0 1500.3535 7.0 1500.3658 6.0 1500.3782 6.0 1500.3906 5.0 1500.4029 7.0 1500.4153 9.0 1500.4277 4.0 1500.44 3.0 1500.4524 14.0 1500.4648 18.0 1500.4772 8.0 1500.4895 12.0 1500.5019 19.0 1500.5143 27.0 1500.5266 7.0 1500.539 12.0 1500.5514 17.0 1500.5637 6.0 1500.5761 19.0 1500.5885 10.0 1500.6009 9.0 1500.6132 6.0 1500.6256 3.0 1500.6503 6.0 1500.6627 7.0 1500.6751 8.0 1500.6875 10.0 1500.6998 7.0 1500.7122 5.0 1500.7246 12.0 1500.7369 5.0 1500.7493 12.0 1500.7617 8.0 1500.774 4.0 1500.7864 9.0 1500.7988 7.0 1500.8112 10.0 1500.8235 10.0 1500.8359 5.0 1500.8483 1.0 1500.8606 4.0 1500.873 2.0 1500.8854 5.0 1500.8978 4.0 1500.9101 5.0 1500.9225 6.0 1500.9349 8.0 1500.9473 5.0 1500.9596 1.0 1500.972 1.0 1500.9844 7.0 1500.9967 11.0 1501.0091 16.0 1501.0215 8.0 1501.0339 3.0 1501.0462 4.0 1501.0586 7.0 1501.071 5.0 1501.0833 8.0 1501.0957 8.0 1501.1081 11.0 1501.1205 3.0 1501.1328 1.0 1501.1452 3.0 1501.1576 11.0 1501.17 4.0 1501.1823 11.0 1501.1947 3.0 1501.2071 5.0 1501.2194 4.0 1501.2318 8.0 1501.2442 11.0 1501.2566 12.0 1501.2689 2.0 1501.2813 10.0 1501.2937 7.0 1501.3061 6.0 1501.3184 5.0 1501.3308 6.0 1501.3432 10.0 1501.3556 9.0 1501.3679 8.0 1501.3803 5.0 1501.3927 7.0 1501.405 5.0 1501.4174 3.0 1501.4298 7.0 1501.4422 23.0 1501.4545 25.0 1501.4669 54.0 1501.4793 68.0 1501.4917 96.0 1501.504 154.0 1501.5164 141.0 1501.5288 140.0 1501.5412 158.0 1501.5535 173.0 1501.5659 174.0 1501.5783 96.0 1501.5907 70.0 1501.603 56.0 1501.6154 30.0 1501.6278 28.0 1501.6402 20.0 1501.6525 33.0 1501.6649 13.0 1501.6773 7.0 1501.6897 11.0 1501.702 11.0 1501.7144 6.0 1501.7268 7.0 1501.7392 10.0 1501.7515 9.0 1501.7639 6.0 1501.7763 5.0 1501.7887 23.0 1501.801 13.0 1501.8134 8.0 1501.8258 7.0 1501.8382 4.0 1501.8505 7.0 1501.8629 6.0 1501.8753 9.0 1501.8877 10.0 1501.9 11.0 1501.9124 5.0 1501.9248 12.0 1501.9372 9.0 1501.9495 7.0 1501.9619 5.0 1501.9743 5.0 1501.9867 5.0 1501.999 6.0 1502.0114 5.0 1502.0238 4.0 1502.0362 6.0 1502.0486 2.0 1502.0609 7.0 1502.0733 6.0 1502.0857 8.0 1502.0981 6.0 1502.1104 9.0 1502.1228 9.0 1502.1352 7.0 1502.1476 17.0 1502.1599 15.0 1502.1723 10.0 1502.1847 14.0 1502.1971 7.0 1502.2218 5.0 1502.2342 12.0 1502.2466 13.0 1502.259 7.0 1502.2713 7.0 1502.2837 7.0 1502.2961 7.0 1502.3085 8.0 1502.3208 3.0 1502.3332 2.0 1502.3456 4.0 1502.358 2.0 1502.3704 6.0 1502.3827 3.0 1502.3951 1.0 1502.4075 2.0 1502.4199 4.0 1502.4322 6.0 1502.4446 13.0 1502.457 22.0 1502.4694 26.0 1502.4818 28.0 1502.4941 48.0 1502.5065 99.0 1502.5189 109.0 1502.5313 111.0 1502.5437 110.0 1502.556 103.0 1502.5684 115.0 1502.5808 92.0 1502.5932 58.0 1502.6055 47.0 1502.6179 40.0 1502.6303 39.0 1502.6427 28.0 1502.6551 26.0 1502.6674 23.0 1502.6798 15.0 1502.6922 12.0 1502.7046 13.0 1502.717 3.0 1502.7293 3.0 1502.7417 6.0 1502.7541 3.0 1502.7665 1.0 1502.7789 2.0 1502.7912 7.0 1502.8036 3.0 1502.816 6.0 1502.8284 4.0 1502.8408 5.0 1502.8531 12.0 1502.8655 4.0 1502.8779 2.0 1502.8903 4.0 1502.9027 5.0 1502.915 3.0 1502.9274 3.0 1502.9398 2.0 1502.9646 3.0 1502.9769 10.0 1502.9893 14.0 1503.0017 8.0 1503.0141 3.0 1503.0265 2.0 1503.0388 7.0 1503.0512 5.0 1503.0636 5.0 1503.076 8.0 1503.0884 4.0 1503.1007 1.0 1503.1131 6.0 1503.1255 13.0 1503.1379 15.0 1503.1503 9.0 1503.1626 4.0 1503.175 6.0 1503.1874 8.0 1503.1998 9.0 1503.2122 4.0 1503.2245 7.0 1503.2369 4.0 1503.2493 5.0 1503.2617 5.0 1503.2865 9.0 1503.2988 8.0 1503.3112 8.0 1503.3236 3.0 1503.336 9.0 1503.3484 6.0 1503.3607 1.0 1503.3731 11.0 1503.3855 9.0 1503.3979 2.0 1503.4103 5.0 1503.4227 3.0 1503.435 4.0 1503.4474 3.0 1503.4598 9.0 1503.4722 25.0 1503.4846 20.0 1503.497 47.0 1503.5093 41.0 1503.5217 43.0 1503.5341 43.0 1503.5465 50.0 1503.5589 44.0 1503.5712 50.0 1503.5836 34.0 1503.596 29.0 1503.6084 20.0 1503.6208 21.0 1503.6332 4.0 1503.6455 10.0 1503.6579 13.0 1503.6703 2.0 1503.6827 4.0 1503.6951 3.0 1503.7075 4.0 1503.7198 1.0 1503.7322 6.0 1503.7446 8.0 1503.757 11.0 1503.7694 15.0 1503.7818 13.0 1503.7941 4.0 1503.8065 7.0 1503.8189 8.0 1503.8313 12.0 1503.8437 6.0 1503.8561 7.0 1503.8684 8.0 1503.8808 14.0 1503.8932 5.0 1503.9056 2.0 1503.918 6.0 1503.9304 5.0 1503.9428 6.0 1503.9551 9.0 1503.9675 4.0 1503.9799 6.0 1503.9923 6.0 1504.0047 2.0 1504.0171 4.0 1504.0294 4.0 1504.0418 7.0 1504.0542 7.0 1504.0666 9.0 1504.079 4.0 1504.0914 3.0 1504.1038 1.0 1504.1161 3.0 1504.1285 11.0 1504.1409 9.0 1504.1533 11.0 1504.1657 4.0 1504.1781 3.0 1504.1905 7.0 1504.2028 5.0 1504.2152 4.0 1504.2276 6.0 1504.24 1.0 1504.2524 3.0 1504.2648 6.0 1504.2772 5.0 1504.2895 10.0 1504.3019 1.0 1504.3143 6.0 1504.3267 12.0 1504.3391 8.0 1504.3515 6.0 1504.3639 10.0 1504.3762 10.0 1504.3886 8.0 1504.401 6.0 1504.4134 11.0 1504.4258 12.0 1504.4382 6.0 1504.4506 4.0 1504.4629 12.0 1504.4753 12.0 1504.4877 11.0 1504.5001 5.0 1504.5125 10.0 1504.5249 17.0 1504.5373 11.0 1504.5496 21.0 1504.562 19.0 1504.5744 16.0 1504.5868 19.0 1504.5992 11.0 1504.6116 5.0 1504.624 6.0 1504.6364 5.0 1504.6487 5.0 1504.6611 8.0 1504.6735 5.0 1504.6859 5.0 1504.6983 10.0 1504.7107 2.0 1504.7231 1.0 1504.7355 12.0 1504.7478 13.0 1504.7602 4.0 1504.7726 3.0 1504.7974 2.0 1504.8098 4.0 1504.8222 3.0 1504.8346 7.0 1504.8469 3.0 1504.8593 7.0 1504.8717 8.0 1504.8841 5.0 1504.8965 3.0 1504.9089 5.0 1504.9213 3.0 1504.9337 2.0 1504.9584 6.0 1504.9708 8.0 1504.9832 7.0 1504.9956 1.0 1505.008 5.0 1505.0204 4.0 1505.0328 1.0 1505.0452 3.0 1505.0576 5.0 1505.0699 8.0 1505.0823 14.0 1505.0947 5.0 1505.1071 4.0 1505.1195 2.0 1505.1319 3.0 1505.1443 2.0 1505.1567 4.0 1505.1691 2.0 1505.1814 4.0 1505.1938 7.0 1505.2062 3.0 1505.2186 3.0 1505.231 2.0 1505.2434 4.0 1505.2558 6.0 1505.2682 1.0 1505.2806 8.0 1505.293 5.0 1505.3053 4.0 1505.3177 4.0 1505.3301 2.0 1505.3425 2.0 1505.3549 4.0 1505.3673 7.0 1505.3797 5.0 1505.3921 11.0 1505.4045 2.0 1505.4169 3.0 1505.4292 7.0 1505.4416 5.0 1505.454 2.0 1505.4664 4.0 1505.4788 1.0 1505.4912 7.0 1505.5036 3.0 1505.516 6.0 1505.5284 6.0 1505.5408 6.0 1505.5532 14.0 1505.5655 22.0 1505.5779 18.0 1505.5903 4.0 1505.6027 3.0 1505.6151 7.0 1505.6275 12.0 1505.6399 11.0 1505.6523 9.0 1505.6647 7.0 1505.6771 3.0 1505.6895 4.0 1505.7018 13.0 1505.7142 5.0 1505.7266 3.0 1505.739 3.0 1505.7514 7.0 1505.7638 6.0 1505.7762 10.0 1505.7886 4.0 1505.801 5.0 1505.8134 4.0 1505.8258 3.0 1505.8382 1.0 1505.8505 2.0 1505.8629 9.0 1505.8753 6.0 1505.8877 10.0 1505.9001 16.0 1505.9125 10.0 1505.9249 10.0 1505.9373 14.0 1505.9497 7.0 1505.9621 6.0 1505.9745 5.0 1505.9869 4.0 1505.9993 2.0 1506.0117 3.0 1506.024 2.0 1506.0364 5.0 1506.0488 4.0 1506.0612 4.0 1506.0736 1.0 1506.086 5.0 1506.0984 4.0 1506.1108 8.0 1506.1232 13.0 1506.1356 6.0 1506.148 12.0 1506.1604 9.0 1506.1728 4.0 1506.1852 2.0 1506.1976 5.0 1506.2099 13.0 1506.2223 5.0 1506.2347 2.0 1506.2471 7.0 1506.2595 4.0 1506.2719 3.0 1506.2843 3.0 1506.2967 9.0 1506.3091 9.0 1506.3215 3.0 1506.3339 4.0 1506.3463 2.0 1506.3587 4.0 1506.3711 4.0 1506.3835 11.0 1506.3959 15.0 1506.4083 7.0 1506.433 4.0 1506.4454 9.0 1506.4578 6.0 1506.4702 4.0 1506.4826 4.0 1506.495 5.0 1506.5074 15.0 1506.5198 9.0 1506.5322 3.0 1506.5446 2.0 1506.557 4.0 1506.5694 3.0 1506.5818 9.0 1506.5942 13.0 1506.6066 7.0 1506.619 5.0 1506.6314 5.0 1506.6438 1.0 1506.6562 4.0 1506.6685 2.0 1506.6809 7.0 1506.6933 5.0 1506.7057 4.0 1506.7181 5.0 1506.7305 4.0 1506.7429 3.0 1506.7553 4.0 1506.7677 4.0 1506.7801 9.0 1506.7925 11.0 1506.8049 4.0 1506.8173 5.0 1506.8297 6.0 1506.8421 6.0 1506.8545 7.0 1506.8669 8.0 1506.8793 12.0 1506.8917 7.0 1506.9041 7.0 1506.9165 3.0 1506.9289 3.0 1506.9413 5.0 1506.9537 9.0 1506.9661 3.0 1506.9785 6.0 1506.9909 7.0 1507.0032 7.0 1507.0156 2.0 1507.028 14.0 1507.0404 8.0 1507.0528 5.0 1507.0652 3.0 1507.0776 6.0 1507.09 5.0 1507.1024 7.0 1507.1148 2.0 1507.1272 5.0 1507.1396 1.0 1507.152 5.0 1507.1644 17.0 1507.1768 8.0 1507.1892 8.0 1507.2016 6.0 1507.214 2.0 1507.2264 1.0 1507.2388 2.0 1507.2512 4.0 1507.2636 9.0 1507.276 19.0 1507.2884 10.0 1507.3008 6.0 1507.3132 3.0 1507.3256 2.0 1507.338 8.0 1507.3504 5.0 1507.3628 9.0 1507.3752 7.0 1507.3876 13.0 1507.4 6.0 1507.4124 2.0 1507.4248 4.0 1507.4372 11.0 1507.4496 5.0 1507.462 1.0 1507.4744 3.0 1507.4868 7.0 1507.4992 7.0 1507.5116 3.0 1507.524 3.0 1507.5364 9.0 1507.5488 4.0 1507.5612 7.0 1507.586 4.0 1507.5984 5.0 1507.6108 8.0 1507.6356 3.0 1507.648 10.0 1507.6604 9.0 1507.6728 6.0 1507.6852 2.0 1507.6976 3.0 1507.71 4.0 1507.7224 6.0 1507.7348 4.0 1507.7472 4.0 1507.7596 8.0 1507.772 1.0 1507.7844 10.0 1507.7968 10.0 1507.8092 4.0 1507.8216 3.0 1507.834 9.0 1507.8464 4.0 1507.8588 10.0 1507.8712 11.0 1507.8836 7.0 1507.896 16.0 1507.9084 13.0 1507.9208 2.0 1507.9332 3.0 1507.9456 10.0 1507.958 3.0 1507.9704 6.0 1507.9828 5.0 1507.9952 4.0 1508.0076 3.0 1508.02 9.0 1508.0324 6.0 1508.0448 4.0 1508.0572 5.0 1508.0696 13.0 1508.082 12.0 1508.0944 6.0 1508.1068 5.0 1508.1192 10.0 1508.1316 3.0 1508.144 9.0 1508.1564 16.0 1508.1688 19.0 1508.1812 4.0 1508.1936 4.0 1508.206 3.0 1508.2184 10.0 1508.2308 10.0 1508.2432 6.0 1508.2556 6.0 1508.268 5.0 1508.2804 10.0 1508.2928 7.0 1508.3052 9.0 1508.3176 5.0 1508.33 2.0 1508.3424 3.0 1508.3548 3.0 1508.3672 1.0 1508.3796 4.0 1508.392 2.0 1508.4044 4.0 1508.4168 1.0 1508.4292 4.0 1508.4416 7.0 1508.4541 7.0 1508.4665 1.0 1508.4789 6.0 1508.4913 4.0 1508.5037 5.0 1508.5161 3.0 1508.5285 5.0 1508.5409 3.0 1508.5533 2.0 1508.5657 4.0 1508.5781 2.0 1508.5905 10.0 1508.6029 5.0 1508.6153 6.0 1508.6277 5.0 1508.6401 5.0 1508.6525 2.0 1508.6649 1.0 1508.6773 5.0 1508.6897 5.0 1508.7021 2.0 1508.7145 7.0 1508.7269 3.0 1508.7393 6.0 1508.7517 3.0 1508.7641 6.0 1508.7765 2.0 1508.789 7.0 1508.8014 6.0 1508.8138 9.0 1508.8262 8.0 1508.8386 5.0 1508.851 8.0 1508.8634 6.0 1508.8758 4.0 1508.8882 3.0 1508.913 11.0 1508.9254 4.0 1508.9378 1.0 1508.9502 10.0 1508.9626 18.0 1508.975 23.0 1508.9874 18.0 1508.9998 6.0 1509.0122 18.0 1509.0246 19.0 1509.0371 16.0 1509.0495 20.0 1509.0619 21.0 1509.0743 14.0 1509.0867 9.0 1509.0991 2.0 1509.1115 11.0 1509.1239 18.0 1509.1363 7.0 1509.1487 5.0 1509.1611 7.0 1509.1735 3.0 1509.1859 5.0 1509.1983 2.0 1509.2107 4.0 1509.2231 3.0 1509.2355 8.0 1509.248 8.0 1509.2604 3.0 1509.2728 3.0 1509.2852 3.0 1509.2976 9.0 1509.31 19.0 1509.3224 16.0 1509.3348 13.0 1509.3472 5.0 1509.3596 6.0 1509.372 5.0 1509.3844 4.0 1509.3968 6.0 1509.4092 1.0 1509.4216 1.0 1509.4341 3.0 1509.4465 5.0 1509.4589 16.0 1509.4713 12.0 1509.4837 4.0 1509.4961 5.0 1509.5085 4.0 1509.5209 4.0 1509.5333 3.0 1509.5457 1.0 1509.5581 6.0 1509.5705 7.0 1509.5829 2.0 1509.5953 2.0 1509.6078 3.0 1509.6202 3.0 1509.6326 2.0 1509.645 3.0 1509.6698 2.0 1509.6822 2.0 1509.6946 2.0 1509.707 2.0 1509.7194 3.0 1509.7318 1.0 1509.7442 5.0 1509.7567 10.0 1509.7691 4.0 1509.7815 6.0 1509.7939 1.0 1509.8063 2.0 1509.8187 5.0 1509.8311 4.0 1509.8435 3.0 1509.8559 1.0 1509.8683 5.0 1509.8807 3.0 1509.8931 6.0 1509.9056 2.0 1509.918 7.0 1509.9304 2.0 1509.9428 3.0 1509.9552 3.0 1509.9676 6.0 1509.98 5.0 1509.9924 4.0 1510.0048 17.0 1510.0172 2.0 1510.0296 5.0 1510.0421 5.0 1510.0545 12.0 1510.0669 7.0 1510.0793 3.0 1510.0917 16.0 1510.1041 15.0 1510.1165 6.0 1510.1289 2.0 1510.1413 5.0 1510.1537 9.0 1510.1662 13.0 1510.1786 9.0 1510.191 2.0 1510.2034 2.0 1510.2158 1.0 1510.2282 6.0 1510.2406 7.0 1510.253 8.0 1510.2654 2.0 1510.2779 8.0 1510.2903 9.0 1510.3027 4.0 1510.3151 8.0 1510.3275 12.0 1510.3399 6.0 1510.3523 6.0 1510.3647 1.0 1510.3771 8.0 1510.3895 4.0 1510.402 8.0 1510.4144 6.0 1510.4268 1.0 1510.4392 4.0 1510.4516 4.0 1510.464 4.0 1510.4764 6.0 1510.4888 8.0 1510.5012 7.0 1510.5137 4.0 1510.5261 9.0 1510.5385 2.0 1510.5509 7.0 1510.5633 7.0 1510.5757 5.0 1510.5881 9.0 1510.6005 16.0 1510.613 11.0 1510.6254 7.0 1510.6378 10.0 1510.6502 6.0 1510.6626 1.0 1510.675 4.0 1510.6874 1.0 1510.6998 3.0 1510.7123 5.0 1510.7247 1.0 1510.7371 2.0 1510.7495 11.0 1510.7619 12.0 1510.7743 11.0 1510.7867 3.0 1510.7991 4.0 1510.8116 6.0 1510.824 4.0 1510.8364 1.0 1510.8488 2.0 1510.8736 5.0 1510.886 2.0 1510.8984 4.0 1510.9109 5.0 1510.9233 8.0 1510.9357 11.0 1510.9481 7.0 1510.9605 5.0 1510.9729 2.0 1510.9853 3.0 1510.9978 2.0 1511.0102 2.0 1511.0226 5.0 1511.035 5.0 1511.0474 2.0 1511.0598 8.0 1511.0722 1.0 1511.0846 2.0 1511.0971 8.0 1511.1095 8.0 1511.1219 3.0 1511.1343 8.0 1511.1467 2.0 1511.1591 3.0 1511.1715 4.0 1511.184 1.0 1511.1964 12.0 1511.2088 19.0 1511.2212 8.0 1511.2336 5.0 1511.246 2.0 1511.2709 6.0 1511.2833 12.0 1511.2957 4.0 1511.3081 9.0 1511.3205 3.0 1511.3329 3.0 1511.3453 2.0 1511.3578 4.0 1511.3702 5.0 1511.3826 7.0 1511.395 8.0 1511.4074 10.0 1511.4198 3.0 1511.4447 3.0 1511.4571 2.0 1511.4695 2.0 1511.4819 2.0 1511.4943 3.0 1511.5067 2.0 1511.5192 2.0 1511.5316 1.0 1511.544 10.0 1511.5564 9.0 1511.5688 6.0 1511.5812 1.0 1511.5937 2.0 1511.6061 3.0 1511.6185 2.0 1511.6309 5.0 1511.6433 6.0 1511.6557 4.0 1511.6682 11.0 1511.6806 4.0 1511.693 10.0 1511.7054 7.0 1511.7178 7.0 1511.7302 4.0 1511.7427 2.0 1511.7551 4.0 1511.7675 3.0 1511.7799 4.0 1511.7923 2.0 1511.8047 2.0 1511.8172 5.0 1511.8296 5.0 1511.842 10.0 1511.8544 3.0 1511.8668 3.0 1511.8792 9.0 1511.8917 7.0 1511.9041 8.0 1511.9165 8.0 1511.9289 5.0 1511.9413 12.0 1511.9537 16.0 1511.9662 10.0 1511.9786 4.0 1511.991 5.0 1512.0034 4.0 1512.0158 9.0 1512.0283 12.0 1512.0407 8.0 1512.0531 2.0 1512.0655 5.0 1512.0903 3.0 1512.1028 5.0 1512.1152 1.0 1512.1276 5.0 1512.14 9.0 1512.1524 9.0 1512.1649 18.0 1512.1773 11.0 1512.1897 5.0 1512.2021 7.0 1512.2145 4.0 1512.2269 3.0 1512.2394 7.0 1512.2518 2.0 1512.2642 10.0 1512.2766 6.0 1512.289 8.0 1512.3015 13.0 1512.3139 8.0 1512.3263 8.0 1512.3387 4.0 1512.3511 4.0 1512.3636 1.0 1512.376 7.0 1512.3884 3.0 1512.4008 2.0 1512.4132 6.0 1512.4256 2.0 1512.4381 1.0 1512.4505 4.0 1512.4629 11.0 1512.4753 2.0 1512.5002 7.0 1512.5126 4.0 1512.525 5.0 1512.5374 2.0 1512.5498 7.0 1512.5623 5.0 1512.5747 3.0 1512.5871 2.0 1512.5995 12.0 1512.6119 6.0 1512.6244 3.0 1512.6368 1.0 1512.6492 1.0 1512.6616 2.0 1512.674 1.0 1512.6865 8.0 1512.6989 6.0 1512.7113 12.0 1512.7237 4.0 1512.7362 3.0 1512.7486 6.0 1512.761 4.0 1512.7734 5.0 1512.7858 4.0 1512.7983 4.0 1512.8107 5.0 1512.8231 2.0 1512.8355 5.0 1512.8479 8.0 1512.8604 6.0 1512.8728 4.0 1512.8852 2.0 1512.8976 1.0 1512.9225 5.0 1512.9349 4.0 1512.9473 4.0 1512.9597 1.0 1512.9722 4.0 1512.9846 7.0 1512.997 3.0 1513.0094 7.0 1513.0218 5.0 1513.0343 4.0 1513.0467 3.0 1513.0591 4.0 1513.0715 3.0 1513.084 3.0 1513.0964 2.0 1513.1088 6.0 1513.1212 5.0 1513.1336 4.0 1513.1461 4.0 1513.1585 5.0 1513.1709 1.0 1513.1833 5.0 1513.1958 15.0 1513.2082 7.0 1513.2206 4.0 1513.233 3.0 1513.2454 2.0 1513.2579 8.0 1513.2703 4.0 1513.2827 6.0 1513.2951 7.0 1513.3076 18.0 1513.32 13.0 1513.3324 9.0 1513.3448 5.0 1513.3573 11.0 1513.3697 8.0 1513.3821 7.0 1513.3945 16.0 1513.4069 6.0 1513.4194 5.0 1513.4318 5.0 1513.4442 13.0 1513.4566 7.0 1513.4691 6.0 1513.4815 12.0 1513.4939 8.0 1513.5063 10.0 1513.5188 9.0 1513.5312 6.0 1513.5436 6.0 1513.556 10.0 1513.5685 3.0 1513.5809 8.0 1513.5933 3.0 1513.6057 4.0 1513.6182 5.0 1513.6306 6.0 1513.643 17.0 1513.6554 15.0 1513.6679 7.0 1513.6803 4.0 1513.6927 1.0 1513.7175 6.0 1513.73 4.0 1513.7424 9.0 1513.7548 7.0 1513.7797 4.0 1513.7921 8.0 1513.8045 4.0 1513.8169 4.0 1513.8294 6.0 1513.8418 4.0 1513.8542 4.0 1513.8667 2.0 1513.8791 1.0 1513.8915 1.0 1513.9039 1.0 1513.9164 3.0 1513.9288 5.0 1513.9412 2.0 1513.9536 2.0 1513.9661 4.0 1513.9785 2.0 1513.9909 3.0 1514.0033 5.0 1514.0158 4.0 1514.0282 3.0 1514.053 2.0 1514.0655 12.0 1514.0779 8.0 1514.0903 13.0 1514.1027 16.0 1514.1152 9.0 1514.1276 2.0 1514.14 2.0 1514.1524 9.0 1514.1649 13.0 1514.1773 9.0 1514.1897 9.0 1514.2022 6.0 1514.2146 6.0 1514.227 4.0 1514.2394 4.0 1514.2519 3.0 1514.2643 3.0 1514.2767 16.0 1514.2891 12.0 1514.3016 8.0 1514.314 5.0 1514.3264 1.0 1514.3389 2.0 1514.3513 5.0 1514.3637 4.0 1514.3761 3.0 1514.3886 3.0 1514.401 4.0 1514.4134 3.0 1514.4258 5.0 1514.4383 8.0 1514.4507 4.0 1514.4631 3.0 1514.4756 3.0 1514.488 6.0 1514.5004 6.0 1514.5128 1.0 1514.5253 9.0 1514.5377 7.0 1514.5501 8.0 1514.5626 6.0 1514.575 5.0 1514.5874 9.0 1514.5998 14.0 1514.6123 7.0 1514.6247 6.0 1514.6371 5.0 1514.6496 5.0 1514.662 13.0 1514.6744 6.0 1514.6868 2.0 1514.6993 3.0 1514.7117 4.0 1514.7241 4.0 1514.7366 7.0 1514.749 1.0 1514.7614 3.0 1514.7738 4.0 1514.7863 5.0 1514.7987 5.0 1514.8111 5.0 1514.8236 5.0 1514.836 6.0 1514.8484 3.0 1514.8608 5.0 1514.8733 4.0 1514.8857 6.0 1514.8981 6.0 1514.9106 3.0 1514.923 2.0 1514.9354 3.0 1514.9479 7.0 1514.9603 12.0 1514.9727 4.0 1514.9851 11.0 1514.9976 8.0 1515.01 12.0 1515.0224 10.0 1515.0349 3.0 1515.0473 2.0 1515.0597 2.0 1515.0722 9.0 1515.0846 10.0 1515.097 4.0 1515.1094 7.0 1515.1219 11.0 1515.1343 15.0 1515.1467 12.0 1515.1592 11.0 1515.1716 7.0 1515.184 3.0 1515.1965 6.0 1515.2089 14.0 1515.2213 24.0 1515.2338 5.0 1515.2462 14.0 1515.2586 6.0 1515.271 7.0 1515.2835 4.0 1515.2959 2.0 1515.3083 2.0 1515.3208 5.0 1515.3332 3.0 1515.3456 7.0 1515.3581 6.0 1515.3705 13.0 1515.3829 4.0 1515.3954 6.0 1515.4078 13.0 1515.4202 3.0 1515.4327 7.0 1515.4451 5.0 1515.4575 3.0 1515.47 14.0 1515.4824 15.0 1515.4948 3.0 1515.5073 4.0 1515.5197 15.0 1515.5321 3.0 1515.5445 16.0 1515.557 11.0 1515.5694 7.0 1515.5818 10.0 1515.5943 1.0 1515.6067 5.0 1515.6191 8.0 1515.6316 8.0 1515.644 5.0 1515.6564 10.0 1515.6689 14.0 1515.6813 4.0 1515.6937 2.0 1515.7062 11.0 1515.7186 9.0 1515.731 2.0 1515.7435 5.0 1515.7559 3.0 1515.7683 1.0 1515.7808 3.0 1515.7932 7.0 1515.8056 10.0 1515.8181 6.0 1515.8305 1.0 1515.8429 2.0 1515.8554 9.0 1515.8678 10.0 1515.8802 4.0 1515.8927 2.0 1515.9051 7.0 1515.9175 6.0 1515.93 6.0 1515.9424 7.0 1515.9673 3.0 1515.9797 3.0 1515.9921 7.0 1516.0046 5.0 1516.017 5.0 1516.0294 6.0 1516.0419 4.0 1516.0543 7.0 1516.0668 11.0 1516.0792 11.0 1516.0916 6.0 1516.1041 7.0 1516.1165 6.0 1516.1289 6.0 1516.1414 1.0 1516.1538 11.0 1516.1662 10.0 1516.1787 5.0 1516.1911 8.0 1516.2035 6.0 1516.216 10.0 1516.2284 9.0 1516.2408 5.0 1516.2533 7.0 1516.2657 8.0 1516.2781 6.0 1516.2906 2.0 1516.303 4.0 1516.3155 4.0 1516.3279 3.0 1516.3403 6.0 1516.3528 2.0 1516.3652 6.0 1516.3776 5.0 1516.3901 12.0 1516.4025 11.0 1516.4149 6.0 1516.4274 8.0 1516.4398 4.0 1516.4522 4.0 1516.4647 4.0 1516.4771 5.0 1516.4896 8.0 1516.502 5.0 1516.5144 2.0 1516.5269 5.0 1516.5393 5.0 1516.5517 9.0 1516.5642 2.0 1516.5766 4.0 1516.589 2.0 1516.6139 2.0 1516.6264 2.0 1516.6512 4.0 1516.6637 7.0 1516.6761 8.0 1516.6885 5.0 1516.701 2.0 1516.7134 2.0 1516.7259 4.0 1516.7383 9.0 1516.7507 6.0 1516.7632 2.0 1516.7756 1.0 1516.788 2.0 1516.8005 2.0 1516.8129 1.0 1516.8254 6.0 1516.8378 5.0 1516.8502 15.0 1516.8627 8.0 1516.8751 9.0 1516.8875 4.0 1516.9 2.0 1516.9124 3.0 1516.9249 4.0 1516.9373 3.0 1516.9497 4.0 1516.9622 2.0 1516.9746 4.0 1516.987 15.0 1516.9995 11.0 1517.0119 4.0 1517.0244 4.0 1517.0368 3.0 1517.0492 2.0 1517.0617 4.0 1517.0741 1.0 1517.0866 6.0 1517.099 3.0 1517.1114 4.0 1517.1239 2.0 1517.1363 5.0 1517.1487 6.0 1517.1612 5.0 1517.1736 3.0 1517.1861 10.0 1517.1985 4.0 1517.2109 5.0 1517.2234 3.0 1517.2358 3.0 1517.2483 8.0 1517.2607 13.0 1517.2731 9.0 1517.2856 6.0 1517.298 4.0 1517.3105 8.0 1517.3229 14.0 1517.3353 10.0 1517.3478 7.0 1517.3602 3.0 1517.3727 2.0 1517.3851 2.0 1517.3975 4.0 1517.41 1.0 1517.4224 7.0 1517.4349 2.0 1517.4473 2.0 1517.4597 11.0 1517.4722 1.0 1517.4971 4.0 1517.5095 3.0 1517.5219 17.0 1517.5344 14.0 1517.5468 3.0 1517.5593 10.0 1517.5717 10.0 1517.5841 13.0 1517.5966 17.0 1517.609 5.0 1517.6215 5.0 1517.6339 2.0 1517.6463 7.0 1517.6588 10.0 1517.6712 2.0 1517.6837 2.0 1517.6961 7.0 1517.7086 11.0 1517.721 9.0 1517.7334 4.0 1517.7459 4.0 1517.7583 1.0 1517.7708 4.0 1517.7832 4.0 1517.7956 5.0 1517.8081 8.0 1517.8205 12.0 1517.833 6.0 1517.8454 2.0 1517.8579 7.0 1517.8703 8.0 1517.8827 7.0 1517.8952 2.0 1517.9076 1.0 1517.9201 4.0 1517.9325 5.0 1517.9449 5.0 1517.9574 4.0 1517.9698 6.0 1517.9823 2.0 1517.9947 7.0 1518.0072 4.0 1518.0196 4.0 1518.032 4.0 1518.0445 1.0 1518.0569 2.0 1518.0694 1.0 1518.0818 2.0 1518.0943 5.0 1518.1067 8.0 1518.1191 12.0 1518.1316 6.0 1518.144 5.0 1518.1565 2.0 1518.1689 6.0 1518.1814 7.0 1518.1938 7.0 1518.2062 1.0 1518.2187 11.0 1518.2311 17.0 1518.2436 9.0 1518.256 12.0 1518.2685 10.0 1518.2809 2.0 1518.2934 4.0 1518.3058 4.0 1518.3182 8.0 1518.3307 1.0 1518.3431 3.0 1518.3556 3.0 1518.368 2.0 1518.3805 1.0 1518.3929 1.0 1518.4053 4.0 1518.4178 5.0 1518.4302 4.0 1518.4427 2.0 1518.4551 11.0 1518.4676 11.0 1518.48 10.0 1518.4925 2.0 1518.5049 6.0 1518.5173 6.0 1518.5298 13.0 1518.5422 2.0 1518.5547 8.0 1518.5671 8.0 1518.5796 7.0 1518.592 3.0 1518.6045 12.0 1518.6169 4.0 1518.6294 8.0 1518.6418 9.0 1518.6542 7.0 1518.6667 5.0 1518.6791 2.0 1518.6916 1.0 1518.704 6.0 1518.7165 12.0 1518.7289 7.0 1518.7414 6.0 1518.7538 2.0 1518.7662 1.0 1518.7787 5.0 1518.7911 6.0 1518.8036 2.0 1518.816 10.0 1518.8285 1.0 1518.8409 2.0 1518.8534 3.0 1518.8658 8.0 1518.8783 3.0 1518.8907 6.0 1518.9032 1.0 1518.9156 1.0 1518.928 5.0 1518.9405 5.0 1518.9529 8.0 1518.9654 5.0 1518.9778 18.0 1518.9903 6.0 1519.0027 8.0 1519.0152 16.0 1519.0276 14.0 1519.0401 5.0 1519.0525 4.0 1519.065 6.0 1519.0774 2.0 1519.0899 3.0 1519.1023 4.0 1519.1147 3.0 1519.1272 3.0 1519.1396 4.0 1519.1521 12.0 1519.1645 20.0 1519.177 5.0 1519.1894 13.0 1519.2019 7.0 1519.2143 7.0 1519.2268 7.0 1519.2392 5.0 1519.2517 1.0 1519.2641 1.0 1519.2766 6.0 1519.289 6.0 1519.3015 6.0 1519.3139 9.0 1519.3264 11.0 1519.3388 9.0 1519.3513 9.0 1519.3637 9.0 1519.3761 8.0 1519.3886 3.0 1519.401 1.0 1519.4135 5.0 1519.4259 4.0 1519.4384 6.0 1519.4508 1.0 1519.4633 3.0 1519.4757 1.0 1519.4882 2.0 1519.5006 2.0 1519.5131 3.0 1519.5255 4.0 1519.538 8.0 1519.5504 8.0 1519.5629 4.0 1519.5753 5.0 1519.5878 4.0 1519.6002 4.0 1519.6127 10.0 1519.6251 8.0 1519.6376 2.0 1519.65 3.0 1519.6625 3.0 1519.6749 4.0 1519.6874 6.0 1519.6998 10.0 1519.7123 6.0 1519.7247 5.0 1519.7372 1.0 1519.7496 4.0 1519.7621 5.0 1519.7745 4.0 1519.787 1.0 1519.7994 5.0 1519.8119 6.0 1519.8243 7.0 1519.8368 4.0 1519.8492 2.0 1519.8617 6.0 1519.8741 16.0 1519.8866 1.0 1519.899 4.0 1519.9115 9.0 1519.9239 5.0 1519.9364 3.0 1519.9488 2.0 1519.9613 6.0 1519.9737 3.0 1519.9862 6.0 1519.9986 2.0 1520.0111 1.0 1520.0235 2.0 1520.036 2.0 1520.0484 5.0 1520.0609 12.0 1520.0733 17.0 1520.0858 23.0 1520.0982 13.0 1520.1107 3.0 1520.1231 26.0 1520.1356 26.0 1520.148 12.0 1520.1605 14.0 1520.1729 10.0 1520.1854 4.0 1520.1978 7.0 1520.2103 8.0 1520.2227 10.0 1520.2352 9.0 1520.2476 10.0 1520.2601 9.0 1520.2725 13.0 1520.285 7.0 1520.2975 9.0 1520.3099 5.0 1520.3224 9.0 1520.3348 9.0 1520.3473 12.0 1520.3597 9.0 1520.3722 16.0 1520.3846 2.0 1520.3971 4.0 1520.4095 4.0 1520.422 6.0 1520.4344 8.0 1520.4469 4.0 1520.4593 3.0 1520.4718 2.0 1520.4842 1.0 1520.4967 3.0 1520.5091 4.0 1520.5216 1.0 1520.534 3.0 1520.5465 4.0 1520.559 2.0 1520.5714 6.0 1520.5839 2.0 1520.5963 1.0 1520.6088 3.0 1520.6212 8.0 1520.6461 1.0 1520.6586 3.0 1520.671 6.0 1520.6835 5.0 1520.6959 1.0 1520.7084 4.0 1520.7208 5.0 1520.7333 9.0 1520.7458 5.0 1520.7582 1.0 1520.7707 4.0 1520.7831 5.0 1520.7956 3.0 1520.808 3.0 1520.8205 6.0 1520.8329 1.0 1520.8454 1.0 1520.8578 2.0 1520.8703 4.0 1520.8828 7.0 1520.8952 5.0 1520.9077 2.0 1520.9201 6.0 1520.9326 10.0 1520.945 4.0 1520.9575 4.0 1520.9699 4.0 1520.9824 12.0 1520.9948 9.0 1521.0073 9.0 1521.0198 6.0 1521.0322 6.0 1521.0447 5.0 1521.0571 3.0 1521.0696 4.0 1521.082 6.0 1521.0945 7.0 1521.1069 10.0 1521.1194 6.0 1521.1318 10.0 1521.1443 8.0 1521.1568 5.0 1521.1692 6.0 1521.1817 6.0 1521.1941 9.0 1521.2066 10.0 1521.219 7.0 1521.2315 6.0 1521.244 16.0 1521.2564 13.0 1521.2689 10.0 1521.2813 7.0 1521.2938 5.0 1521.3062 16.0 1521.3187 9.0 1521.3311 6.0 1521.3436 2.0 1521.3561 3.0 1521.3685 8.0 1521.381 13.0 1521.3934 11.0 1521.4059 8.0 1521.4183 4.0 1521.4308 8.0 1521.4433 15.0 1521.4557 10.0 1521.4682 7.0 1521.4806 14.0 1521.4931 6.0 1521.5055 3.0 1521.518 4.0 1521.5304 4.0 1521.5429 4.0 1521.5554 6.0 1521.5678 8.0 1521.5803 14.0 1521.5927 11.0 1521.6052 3.0 1521.6176 6.0 1521.6301 5.0 1521.6426 4.0 1521.655 4.0 1521.6675 1.0 1521.6799 1.0 1521.6924 4.0 1521.7049 5.0 1521.7173 4.0 1521.7298 2.0 1521.7422 6.0 1521.7547 4.0 1521.7671 6.0 1521.7796 2.0 1521.7921 4.0 1521.8045 3.0 1521.817 4.0 1521.8419 2.0 1521.8543 3.0 1521.8668 5.0 1521.8793 7.0 1521.8917 3.0 1521.9042 1.0 1521.9166 2.0 1521.9291 5.0 1521.9416 7.0 1521.954 7.0 1521.9665 6.0 1521.9789 15.0 1521.9914 13.0 1522.0039 13.0 1522.0163 9.0 1522.0288 5.0 1522.0412 3.0 1522.0537 1.0 1522.0661 4.0 1522.0786 3.0 1522.0911 3.0 1522.1035 4.0 1522.116 6.0 1522.1284 2.0 1522.1534 4.0 1522.1658 5.0 1522.1783 5.0 1522.1907 7.0 1522.2032 4.0 1522.2157 9.0 1522.2281 10.0 1522.2406 7.0 1522.253 8.0 1522.2655 6.0 1522.278 3.0 1522.2904 3.0 1522.3029 5.0 1522.3153 5.0 1522.3403 4.0 1522.3527 2.0 1522.3652 10.0 1522.3776 5.0 1522.3901 4.0 1522.4026 4.0 1522.415 8.0 1522.4275 7.0 1522.44 12.0 1522.4524 4.0 1522.4649 6.0 1522.4773 5.0 1522.4898 3.0 1522.5023 6.0 1522.5147 7.0 1522.5272 5.0 1522.5396 9.0 1522.5521 10.0 1522.5646 4.0 1522.577 8.0 1522.5895 7.0 1522.6019 12.0 1522.6269 3.0 1522.6393 6.0 1522.6518 7.0 1522.6643 10.0 1522.6767 4.0 1522.6892 7.0 1522.7016 2.0 1522.7141 4.0 1522.7266 3.0 1522.739 4.0 1522.7515 3.0 1522.7639 1.0 1522.7764 6.0 1522.7889 3.0 1522.8013 2.0 1522.8138 2.0 1522.8263 1.0 1522.8387 6.0 1522.8512 7.0 1522.8636 4.0 1522.8761 4.0 1522.8886 1.0 1522.901 1.0 1522.9135 4.0 1522.926 7.0 1522.9384 5.0 1522.9509 4.0 1522.9633 4.0 1522.9758 4.0 1522.9883 4.0 1523.0007 2.0 1523.0132 4.0 1523.0381 5.0 1523.0506 8.0 1523.0631 8.0 1523.0755 2.0 1523.088 4.0 1523.1004 13.0 1523.1129 11.0 1523.1254 5.0 1523.1378 8.0 1523.1503 7.0 1523.1628 9.0 1523.1752 6.0 1523.1877 4.0 1523.2002 4.0 1523.2126 16.0 1523.2251 10.0 1523.2375 7.0 1523.25 4.0 1523.2625 5.0 1523.2749 5.0 1523.2874 7.0 1523.2999 8.0 1523.3123 11.0 1523.3248 14.0 1523.3373 12.0 1523.3497 7.0 1523.3622 5.0 1523.3747 6.0 1523.3871 7.0 1523.3996 3.0 1523.412 5.0 1523.4245 4.0 1523.437 5.0 1523.4494 2.0 1523.4619 6.0 1523.4744 4.0 1523.4868 4.0 1523.4993 7.0 1523.5118 10.0 1523.5242 6.0 1523.5367 7.0 1523.5492 5.0 1523.5616 2.0 1523.5741 3.0 1523.5866 3.0 1523.599 8.0 1523.6115 2.0 1523.624 3.0 1523.6364 2.0 1523.6489 3.0 1523.6614 3.0 1523.6738 2.0 1523.6863 3.0 1523.6988 5.0 1523.7112 9.0 1523.7237 12.0 1523.7362 8.0 1523.7486 7.0 1523.7611 1.0 1523.7735 2.0 1523.786 3.0 1523.7985 16.0 1523.8109 14.0 1523.8234 6.0 1523.8359 2.0 1523.8483 3.0 1523.8608 2.0 1523.8733 1.0 1523.8857 13.0 1523.8982 9.0 1523.9107 9.0 1523.9231 8.0 1523.9356 4.0 1523.9481 6.0 1523.9606 3.0 1523.973 4.0 1523.9855 3.0 1524.0104 8.0 1524.0229 3.0 1524.0354 5.0 1524.0478 8.0 1524.0603 1.0 1524.0728 2.0 1524.0852 3.0 1524.0977 7.0 1524.1102 7.0 1524.1226 3.0 1524.1351 3.0 1524.1476 6.0 1524.16 1.0 1524.1725 9.0 1524.185 6.0 1524.1974 1.0 1524.2099 7.0 1524.2224 1.0 1524.2348 3.0 1524.2473 11.0 1524.2598 13.0 1524.2722 5.0 1524.2847 1.0 1524.2972 7.0 1524.3096 5.0 1524.3221 5.0 1524.3346 3.0 1524.3471 2.0 1524.3595 11.0 1524.372 12.0 1524.3845 3.0 1524.3969 3.0 1524.4094 3.0 1524.4219 1.0 1524.4343 4.0 1524.4468 3.0 1524.4593 11.0 1524.4717 6.0 1524.4842 4.0 1524.4967 2.0 1524.5092 2.0 1524.5216 4.0 1524.5341 5.0 1524.5466 4.0 1524.559 3.0 1524.5715 7.0 1524.584 5.0 1524.5964 4.0 1524.6089 2.0 1524.6214 7.0 1524.6338 6.0 1524.6463 3.0 1524.6588 12.0 1524.6713 8.0 1524.6837 4.0 1524.6962 5.0 1524.7087 2.0 1524.7211 3.0 1524.7336 2.0 1524.7461 2.0 1524.7585 2.0 1524.771 10.0 1524.7835 6.0 1524.796 5.0 1524.8084 4.0 1524.8209 5.0 1524.8334 5.0 1524.8458 2.0 1524.8708 3.0 1524.8833 3.0 1524.8957 3.0 1524.9082 7.0 1524.9207 4.0 1524.9331 3.0 1524.9456 6.0 1524.9581 5.0 1524.9706 7.0 1524.983 5.0 1524.9955 7.0 1525.008 5.0 1525.0204 5.0 1525.0329 3.0 1525.0454 5.0 1525.0579 6.0 1525.0703 2.0 1525.0828 4.0 1525.0953 9.0 1525.1202 10.0 1525.1327 5.0 1525.1452 2.0 1525.1701 1.0 1525.1826 3.0 1525.195 2.0 1525.2075 2.0 1525.22 1.0 1525.2325 6.0 1525.2449 2.0 1525.2574 3.0 1525.2699 7.0 1525.2823 10.0 1525.2948 6.0 1525.3073 9.0 1525.3198 4.0 1525.3322 5.0 1525.3447 2.0 1525.3572 2.0 1525.3697 9.0 1525.3821 7.0 1525.3946 8.0 1525.4071 12.0 1525.4195 7.0 1525.432 5.0 1525.4445 4.0 1525.457 7.0 1525.4694 4.0 1525.4819 6.0 1525.4944 5.0 1525.5069 5.0 1525.5193 3.0 1525.5318 8.0 1525.5443 2.0 1525.5568 3.0 1525.5692 1.0 1525.5817 6.0 1525.5942 4.0 1525.6067 4.0 1525.6191 6.0 1525.6316 5.0 1525.6441 5.0 1525.6565 6.0 1525.669 3.0 1525.6815 10.0 1525.694 5.0 1525.7064 4.0 1525.7189 1.0 1525.7314 2.0 1525.7439 3.0 1525.7563 3.0 1525.7688 9.0 1525.7813 1.0 1525.7938 4.0 1525.8062 5.0 1525.8187 2.0 1525.8312 2.0 1525.8437 4.0 1525.8561 5.0 1525.8686 2.0 1525.8811 1.0 1525.8936 7.0 1525.906 2.0 1525.9185 5.0 1525.931 5.0 1525.9435 9.0 1525.9559 4.0 1525.9684 3.0 1525.9809 5.0 1525.9934 12.0 1526.0058 7.0 1526.0183 4.0 1526.0308 10.0 1526.0433 8.0 1526.0557 8.0 1526.0682 1.0 1526.0807 2.0 1526.0932 3.0 1526.1056 4.0 1526.1181 3.0 1526.1306 9.0 1526.1431 8.0 1526.1555 8.0 1526.168 1.0 1526.1805 4.0 1526.193 12.0 1526.2055 15.0 1526.2179 6.0 1526.2304 3.0 1526.2429 5.0 1526.2554 9.0 1526.2678 7.0 1526.2803 3.0 1526.3053 2.0 1526.3177 5.0 1526.3302 9.0 1526.3427 6.0 1526.3552 2.0 1526.3677 3.0 1526.3801 8.0 1526.3926 15.0 1526.4051 7.0 1526.4176 5.0 1526.43 2.0 1526.4425 13.0 1526.455 6.0 1526.4675 4.0 1526.4799 5.0 1526.4924 3.0 1526.5049 9.0 1526.5174 6.0 1526.5299 6.0 1526.5423 2.0 1526.5548 6.0 1526.5673 2.0 1526.5798 1.0 1526.5922 4.0 1526.6047 4.0 1526.6172 3.0 1526.6546 4.0 1526.6671 9.0 1526.6796 11.0 1526.6921 13.0 1526.7045 6.0 1526.717 3.0 1526.7295 4.0 1526.7545 5.0 1526.7669 2.0 1526.7794 2.0 1526.7919 5.0 1526.8044 8.0 1526.8169 2.0 1526.8293 3.0 1526.8418 6.0 1526.8543 3.0 1526.8668 6.0 1526.8792 4.0 1526.8917 6.0 1526.9042 9.0 1526.9167 14.0 1526.9292 6.0 1526.9416 5.0 1526.9541 8.0 1526.9666 5.0 1526.9791 12.0 1526.9916 5.0 1527.004 8.0 1527.0165 8.0 1527.029 4.0 1527.0415 8.0 1527.054 6.0 1527.0664 9.0 1527.0789 13.0 1527.0914 7.0 1527.1039 8.0 1527.1164 5.0 1527.1288 4.0 1527.1413 4.0 1527.1538 8.0 1527.1663 9.0 1527.1788 3.0 1527.1912 6.0 1527.2037 5.0 1527.2162 5.0 1527.2287 2.0 1527.2412 3.0 1527.2536 6.0 1527.2661 2.0 1527.2786 2.0 1527.2911 2.0 1527.3036 3.0 1527.316 2.0 1527.3285 3.0 1527.341 14.0 1527.3535 9.0 1527.366 6.0 1527.3785 3.0 1527.3909 6.0 1527.4034 1.0 1527.4159 8.0 1527.4284 8.0 1527.4409 13.0 1527.4533 10.0 1527.4658 2.0 1527.4783 4.0 1527.4908 1.0 1527.5033 10.0 1527.5157 7.0 1527.5282 3.0 1527.5407 5.0 1527.5532 5.0 1527.5657 13.0 1527.5782 3.0 1527.5906 2.0 1527.6031 3.0 1527.6156 9.0 1527.6281 11.0 1527.6406 6.0 1527.6531 5.0 1527.6655 3.0 1527.678 2.0 1527.6905 5.0 1527.703 2.0 1527.7155 2.0 1527.7279 4.0 1527.7529 14.0 1527.7654 7.0 1527.7779 2.0 1527.7904 12.0 1527.8028 5.0 1527.8153 4.0 1527.8278 3.0 1527.8403 9.0 1527.8528 7.0 1527.8653 7.0 1527.8777 11.0 1527.8902 5.0 1527.9027 4.0 1527.9152 4.0 1527.9277 2.0 1527.9402 2.0 1527.9526 10.0 1527.9651 8.0 1527.9776 7.0 1527.9901 8.0 1528.0026 7.0 1528.0151 7.0 1528.0275 6.0 1528.04 6.0 1528.0525 1.0 1528.065 3.0 1528.0775 3.0 1528.09 3.0 1528.1024 3.0 1528.1149 7.0 1528.1274 2.0 1528.1399 3.0 1528.1524 4.0 1528.1649 3.0 1528.1774 11.0 1528.1898 3.0 1528.2023 4.0 1528.2148 12.0 1528.2273 5.0 1528.2398 4.0 1528.2523 9.0 1528.2647 20.0 1528.2772 15.0 1528.2897 9.0 1528.3022 9.0 1528.3147 14.0 1528.3272 11.0 1528.3397 6.0 1528.3521 3.0 1528.3646 4.0 1528.3771 1.0 1528.3896 12.0 1528.4021 9.0 1528.4146 11.0 1528.4271 4.0 1528.4395 2.0 1528.452 3.0 1528.4645 2.0 1528.477 6.0 1528.4895 7.0 1528.502 4.0 1528.5145 2.0 1528.5269 6.0 1528.5394 8.0 1528.5519 1.0 1528.5644 8.0 1528.5769 2.0 1528.5894 2.0 1528.6019 12.0 1528.6143 6.0 1528.6268 4.0 1528.6393 5.0 1528.6518 4.0 1528.6643 3.0 1528.6768 4.0 1528.6893 1.0 1528.7017 10.0 1528.7142 11.0 1528.7267 2.0 1528.7392 2.0 1528.7517 8.0 1528.7642 8.0 1528.7767 1.0 1528.7892 4.0 1528.8016 4.0 1528.8141 2.0 1528.8266 2.0 1528.8391 2.0 1528.8516 2.0 1528.8641 3.0 1528.889 6.0 1528.9015 3.0 1528.914 5.0 1528.9265 9.0 1528.939 1.0 1528.9515 2.0 1528.964 10.0 1528.9765 9.0 1528.9889 5.0 1529.0014 8.0 1529.0139 4.0 1529.0264 11.0 1529.0389 19.0 1529.0514 5.0 1529.0639 5.0 1529.0764 3.0 1529.0889 5.0 1529.1013 3.0 1529.1138 6.0 1529.1388 2.0 1529.1513 6.0 1529.1638 11.0 1529.1763 8.0 1529.1888 7.0 1529.2012 3.0 1529.2137 6.0 1529.2262 7.0 1529.2387 6.0 1529.2512 3.0 1529.2637 9.0 1529.2762 5.0 1529.2887 3.0 1529.3012 1.0 1529.3136 1.0 1529.3261 12.0 1529.3386 6.0 1529.3511 4.0 1529.3636 3.0 1529.3761 2.0 1529.3886 2.0 1529.4011 6.0 1529.4136 7.0 1529.4261 6.0 1529.4385 10.0 1529.451 4.0 1529.4635 3.0 1529.476 5.0 1529.4885 4.0 1529.501 3.0 1529.5135 2.0 1529.526 4.0 1529.5385 10.0 1529.551 9.0 1529.5634 13.0 1529.5759 7.0 1529.5884 10.0 1529.6009 7.0 1529.6134 9.0 1529.6259 7.0 1529.6384 5.0 1529.6509 9.0 1529.6634 7.0 1529.6759 11.0 1529.6883 2.0 1529.7008 8.0 1529.7133 16.0 1529.7258 5.0 1529.7383 7.0 1529.7508 15.0 1529.7633 6.0 1529.7758 3.0 1529.7883 3.0 1529.8008 4.0 1529.8133 1.0 1529.8257 4.0 1529.8382 2.0 1529.8507 2.0 1529.8632 7.0 1529.8757 4.0 1529.8882 1.0 1529.9007 5.0 1529.9132 8.0 1529.9257 4.0 1529.9382 1.0 1529.9507 4.0 1529.9632 4.0 1529.9756 6.0 1529.9881 9.0 1530.0006 3.0 1530.0256 3.0 1530.0381 3.0 1530.0506 5.0 1530.0631 5.0 1530.0756 13.0 1530.0881 5.0 1530.1006 6.0 1530.1131 11.0 1530.1255 10.0 1530.138 4.0 1530.1505 4.0 1530.163 1.0 1530.1755 4.0 1530.188 2.0 1530.2005 10.0 1530.213 6.0 1530.2255 6.0 1530.2505 1.0 1530.263 2.0 1530.2755 9.0 1530.288 2.0 1530.3004 3.0 1530.3129 4.0 1530.3254 3.0 1530.3379 16.0 1530.3504 11.0 1530.3629 2.0 1530.3754 5.0 1530.3879 13.0 1530.4004 11.0 1530.4129 4.0 1530.4254 3.0 1530.4379 6.0 1530.4504 4.0 1530.4629 6.0 1530.4754 3.0 1530.4879 2.0 1530.5003 2.0 1530.5128 2.0 1530.5253 3.0 1530.5378 5.0 1530.5503 8.0 1530.5628 2.0 1530.5753 7.0 1530.5878 9.0 1530.6003 8.0 1530.6128 8.0 1530.6253 5.0 1530.6378 7.0 1530.6503 3.0 1530.6628 4.0 1530.6753 2.0 1530.6878 13.0 1530.7003 4.0 1530.7127 4.0 1530.7252 7.0 1530.7377 9.0 1530.7502 4.0 1530.7627 5.0 1530.7752 4.0 1530.7877 2.0 1530.8002 14.0 1530.8127 11.0 1530.8252 7.0 1530.8377 7.0 1530.8502 5.0 1530.8627 4.0 1530.8752 8.0 1530.8877 9.0 1530.9002 6.0 1530.9127 5.0 1530.9252 6.0 1530.9377 4.0 1530.9502 1.0 1530.9627 8.0 1530.9752 13.0 1530.9876 9.0 1531.0001 5.0 1531.0126 6.0 1531.0251 10.0 1531.0376 4.0 1531.0501 5.0 1531.0626 3.0 1531.0751 6.0 1531.0876 3.0 1531.1126 4.0 1531.1251 9.0 1531.1376 4.0 1531.1501 10.0 1531.1626 5.0 1531.1751 4.0 1531.1876 5.0 1531.2001 2.0 1531.2126 5.0 1531.2251 9.0 1531.2376 16.0 1531.2501 10.0 1531.2626 8.0 1531.2751 5.0 1531.2876 1.0 1531.3001 7.0 1531.3126 3.0 1531.3251 5.0 1531.3376 7.0 1531.3501 8.0 1531.3626 11.0 1531.375 5.0 1531.3875 6.0 1531.4 9.0 1531.4125 9.0 1531.425 10.0 1531.4375 14.0 1531.45 4.0 1531.4625 10.0 1531.475 10.0 1531.5 11.0 1531.5125 12.0 1531.525 4.0 1531.55 5.0 1531.5625 4.0 1531.575 1.0 1531.5875 2.0 1531.6 3.0 1531.625 3.0 1531.6375 2.0 1531.65 3.0 1531.6625 4.0 1531.675 6.0 1531.6875 8.0 1531.7 8.0 1531.7125 2.0 1531.725 1.0 1531.7375 2.0 1531.75 4.0 1531.7625 3.0 1531.775 10.0 1531.7875 10.0 1531.8 6.0 1531.8125 4.0 1531.825 4.0 1531.8375 8.0 1531.85 7.0 1531.875 3.0 1531.8875 5.0 1531.9 10.0 1531.9125 11.0 1531.925 4.0 1531.9375 6.0 1531.95 7.0 1531.9625 5.0 1531.975 5.0 1531.9875 10.0 1532.0 9.0 1532.0125 18.0 1532.025 22.0 1532.0375 8.0 1532.05 12.0 1532.0625 3.0 1532.075 8.0 1532.0875 7.0 1532.1 4.0 1532.1125 3.0 1532.125 3.0 1532.1375 8.0 1532.15 9.0 1532.1625 8.0 1532.175 3.0 1532.1875 3.0 1532.2 4.0 1532.2125 12.0 1532.225 3.0 1532.2375 5.0 1532.25 8.0 1532.2625 4.0 1532.275 2.0 1532.2875 7.0 1532.3 4.0 1532.3125 6.0 1532.325 7.0 1532.3375 5.0 1532.35 2.0 1532.3625 8.0 1532.375 8.0 1532.3875 5.0 1532.4 8.0 1532.4125 5.0 1532.425 5.0 1532.4375 10.0 1532.45 3.0 1532.4625 6.0 1532.475 6.0 1532.4875 2.0 1532.5 5.0 1532.5125 3.0 1532.525 4.0 1532.5375 5.0 1532.55 8.0 1532.5626 9.0 1532.5751 9.0 1532.5876 9.0 1532.6001 6.0 1532.6126 5.0 1532.6251 6.0 1532.6376 3.0 1532.6501 7.0 1532.6626 9.0 1532.6751 5.0 1532.6876 7.0 1532.7001 7.0 1532.7126 7.0 1532.7251 5.0 1532.7376 5.0 1532.7501 5.0 1532.7626 5.0 1532.7751 8.0 1532.7876 5.0 1532.8001 2.0 1532.8126 6.0 1532.8251 4.0 1532.8376 3.0 1532.8501 16.0 1532.8626 2.0 1532.8751 6.0 1532.8876 6.0 1532.9001 3.0 1532.9126 3.0 1532.9251 5.0 1532.9376 4.0 1532.9502 2.0 1532.9627 3.0 1532.9752 10.0 1532.9877 9.0 1533.0002 6.0 1533.0127 7.0 1533.0252 8.0 1533.0377 5.0 1533.0502 2.0 1533.0627 4.0 1533.0752 2.0 1533.0877 1.0 1533.1002 3.0 1533.1127 1.0 1533.1252 4.0 1533.1377 5.0 1533.1502 4.0 1533.1627 11.0 1533.1877 2.0 1533.2002 6.0 1533.2127 3.0 1533.2253 9.0 1533.2378 10.0 1533.2503 4.0 1533.2628 13.0 1533.2753 12.0 1533.2878 6.0 1533.3003 3.0 1533.3128 5.0 1533.3378 6.0 1533.3503 5.0 1533.3628 7.0 1533.3753 14.0 1533.3878 6.0 1533.4003 2.0 1533.4128 3.0 1533.4253 3.0 1533.4378 6.0 1533.4504 7.0 1533.4629 4.0 1533.4754 3.0 1533.4879 9.0 1533.5004 17.0 1533.5129 5.0 1533.5254 7.0 1533.5379 4.0 1533.5504 12.0 1533.5629 8.0 1533.5754 7.0 1533.5879 8.0 1533.6004 3.0 1533.6129 10.0 1533.6254 3.0 1533.638 5.0 1533.6505 5.0 1533.663 2.0 1533.6755 5.0 1533.688 4.0 1533.7005 6.0 1533.713 4.0 1533.7255 2.0 1533.738 4.0 1533.7505 11.0 1533.763 7.0 1533.7755 3.0 1533.788 3.0 1533.8005 5.0 1533.8131 3.0 1533.8256 6.0 1533.8381 7.0 1533.8506 8.0 1533.8631 4.0 1533.8756 7.0 1533.8881 6.0 1533.9006 8.0 1533.9131 2.0 1533.9256 3.0 1533.9381 3.0 1533.9506 3.0 1533.9631 4.0 1533.9757 1.0 1533.9882 3.0 1534.0007 6.0 1534.0132 3.0 1534.0257 3.0 1534.0382 2.0 1534.0507 8.0 1534.0632 8.0 1534.0757 4.0 1534.0882 9.0 1534.1007 6.0 1534.1132 4.0 1534.1258 1.0 1534.1383 7.0 1534.1508 6.0 1534.1633 11.0 1534.1758 11.0 1534.1883 7.0 1534.2008 4.0 1534.2258 12.0 1534.2383 13.0 1534.2508 13.0 1534.2634 7.0 1534.2759 2.0 1534.2884 7.0 1534.3009 3.0 1534.3134 5.0 1534.3259 4.0 1534.3384 5.0 1534.3509 7.0 1534.3634 5.0 1534.3759 2.0 1534.3885 6.0 1534.401 2.0 1534.4135 6.0 1534.426 4.0 1534.4385 6.0 1534.451 4.0 1534.4635 9.0 1534.4885 3.0 1534.501 4.0 1534.5136 7.0 1534.5261 5.0 1534.5386 7.0 1534.5511 4.0 1534.5636 2.0 1534.5761 2.0 1534.5886 6.0 1534.6011 6.0 1534.6136 4.0 1534.6262 3.0 1534.6387 9.0 1534.6512 4.0 1534.6637 1.0 1534.6762 5.0 1534.6887 3.0 1534.7012 5.0 1534.7137 6.0 1534.7262 6.0 1534.7388 1.0 1534.7513 3.0 1534.7638 4.0 1534.7763 1.0 1534.7888 6.0 1534.8013 3.0 1534.8263 4.0 1534.8388 2.0 1534.8514 2.0 1534.8639 3.0 1534.8764 2.0 1534.8889 4.0 1534.9014 4.0 1534.9139 3.0 1534.9264 2.0 1534.9389 6.0 1534.9515 1.0 1534.964 4.0 1534.9765 2.0 1534.989 4.0 1535.0015 5.0 1535.014 3.0 1535.0265 2.0 1535.039 9.0 1535.0516 7.0 1535.0641 1.0 1535.0766 2.0 1535.0891 7.0 1535.1016 4.0 1535.1141 12.0 1535.1266 11.0 1535.1391 10.0 1535.1517 8.0 1535.1642 14.0 1535.1767 4.0 1535.1892 5.0 1535.2017 5.0 1535.2142 11.0 1535.2267 10.0 1535.2393 6.0 1535.2518 9.0 1535.2643 7.0 1535.2768 6.0 1535.2893 2.0 1535.3018 4.0 1535.3143 3.0 1535.3268 5.0 1535.3394 12.0 1535.3519 15.0 1535.3644 19.0 1535.3769 10.0 1535.3894 4.0 1535.4019 4.0 1535.4144 3.0 1535.427 10.0 1535.4395 11.0 1535.452 6.0 1535.4645 6.0 1535.477 1.0 1535.4895 2.0 1535.502 2.0 1535.5146 1.0 1535.5271 1.0 1535.5396 3.0 1535.5521 8.0 1535.5646 5.0 1535.5771 13.0 1535.5896 9.0 1535.6022 4.0 1535.6147 5.0 1535.6272 7.0 1535.6397 7.0 1535.6522 3.0 1535.6647 4.0 1535.6773 6.0 1535.6898 4.0 1535.7023 5.0 1535.7148 5.0 1535.7273 9.0 1535.7398 7.0 1535.7523 4.0 1535.7649 5.0 1535.7774 12.0 1535.7899 12.0 1535.8024 7.0 1535.8149 4.0 1535.8274 6.0 1535.84 3.0 1535.8525 8.0 1535.865 4.0 1535.8775 5.0 1535.89 4.0 1535.9025 8.0 1535.9151 3.0 1535.9276 2.0 1535.9401 3.0 1535.9526 1.0 1535.9651 2.0 1535.9776 6.0 1535.9902 7.0 1536.0027 14.0 1536.0152 21.0 1536.0277 9.0 1536.0402 7.0 1536.0527 8.0 1536.0653 8.0 1536.0778 1.0 1536.0903 4.0 1536.1028 3.0 1536.1153 4.0 1536.1278 2.0 1536.1404 2.0 1536.1529 7.0 1536.1654 7.0 1536.1779 5.0 1536.1904 6.0 1536.2029 4.0 1536.2155 3.0 1536.228 2.0 1536.2405 4.0 1536.253 4.0 1536.2655 7.0 1536.278 7.0 1536.2906 3.0 1536.3031 12.0 1536.3156 13.0 1536.3281 11.0 1536.3406 9.0 1536.3532 8.0 1536.3657 6.0 1536.3782 3.0 1536.3907 3.0 1536.4032 3.0 1536.4157 2.0 1536.4283 6.0 1536.4408 5.0 1536.4533 4.0 1536.4658 9.0 1536.4783 8.0 1536.4909 3.0 1536.5034 5.0 1536.5159 6.0 1536.5284 8.0 1536.5409 2.0 1536.5534 3.0 1536.566 5.0 1536.5785 5.0 1536.591 1.0 1536.6035 2.0 1536.616 5.0 1536.6286 6.0 1536.6411 7.0 1536.6536 7.0 1536.6661 5.0 1536.6786 3.0 1536.6912 5.0 1536.7037 6.0 1536.7162 5.0 1536.7538 1.0 1536.7663 7.0 1536.7788 5.0 1536.7913 4.0 1536.8038 5.0 1536.8164 2.0 1536.8289 3.0 1536.8414 2.0 1536.8539 7.0 1536.8664 6.0 1536.879 2.0 1536.8915 5.0 1536.904 5.0 1536.9165 3.0 1536.929 3.0 1536.9416 4.0 1536.9541 5.0 1536.9666 12.0 1536.9791 5.0 1536.9916 3.0 1537.0042 5.0 1537.0167 10.0 1537.0292 1.0 1537.0417 9.0 1537.0542 6.0 1537.0668 9.0 1537.0793 8.0 1537.0918 7.0 1537.1043 9.0 1537.1168 2.0 1537.1294 2.0 1537.1419 4.0 1537.1544 1.0 1537.1669 4.0 1537.1795 3.0 1537.192 7.0 1537.2045 6.0 1537.217 6.0 1537.2295 14.0 1537.2421 12.0 1537.2546 4.0 1537.2671 5.0 1537.2796 5.0 1537.2921 5.0 1537.3047 5.0 1537.3172 15.0 1537.3297 16.0 1537.3422 10.0 1537.3548 3.0 1537.3673 7.0 1537.3798 17.0 1537.3923 11.0 1537.4048 3.0 1537.4174 4.0 1537.4299 9.0 1537.4424 1.0 1537.4549 4.0 1537.4675 3.0 1537.48 1.0 1537.505 4.0 1537.5176 3.0 1537.5301 1.0 1537.5426 4.0 1537.5551 11.0 1537.5676 6.0 1537.5802 9.0 1537.5927 3.0 1537.6052 5.0 1537.6177 7.0 1537.6303 7.0 1537.6428 6.0 1537.6553 2.0 1537.6678 7.0 1537.6804 3.0 1537.6929 4.0 1537.7054 2.0 1537.7179 2.0 1537.7304 7.0 1537.743 2.0 1537.7555 6.0 1537.7805 6.0 1537.7931 9.0 1537.8056 10.0 1537.8181 3.0 1537.8306 5.0 1537.8432 3.0 1537.8557 8.0 1537.8682 8.0 1537.8807 8.0 1537.8933 6.0 1537.9058 4.0 1537.9183 4.0 1537.9308 3.0 1537.9434 2.0 1537.9559 5.0 1537.9684 6.0 1537.9809 4.0 1537.9935 2.0 1538.006 2.0 1538.0185 2.0 1538.031 4.0 1538.0436 6.0 1538.0561 5.0 1538.0686 3.0 1538.0811 4.0 1538.0937 10.0 1538.1062 8.0 1538.1187 7.0 1538.1312 1.0 1538.1438 3.0 1538.1563 3.0 1538.1688 2.0 1538.1813 5.0 1538.1939 6.0 1538.2064 2.0 1538.2189 5.0 1538.2314 6.0 1538.244 5.0 1538.2565 8.0 1538.269 6.0 1538.2815 3.0 1538.2941 9.0 1538.3066 2.0 1538.3191 8.0 1538.3316 2.0 1538.3442 3.0 1538.3567 3.0 1538.3692 4.0 1538.3817 12.0 1538.3943 17.0 1538.4068 5.0 1538.4193 3.0 1538.4319 4.0 1538.4444 1.0 1538.4569 8.0 1538.4694 7.0 1538.482 3.0 1538.4945 1.0 1538.507 9.0 1538.5195 11.0 1538.5321 4.0 1538.5446 3.0 1538.5571 4.0 1538.5696 11.0 1538.5822 11.0 1538.5947 8.0 1538.6072 6.0 1538.6198 3.0 1538.6323 13.0 1538.6448 10.0 1538.6573 4.0 1538.6699 3.0 1538.6824 3.0 1538.6949 2.0 1538.7074 3.0 1538.72 6.0 1538.7325 1.0 1538.745 4.0 1538.7701 3.0 1538.7826 6.0 1538.7951 6.0 1538.8077 7.0 1538.8202 4.0 1538.8327 6.0 1538.8453 2.0 1538.8578 3.0 1538.8703 4.0 1538.8828 3.0 1538.8954 4.0 1538.9079 2.0 1538.9204 4.0 1538.933 1.0 1538.9455 3.0 1538.958 5.0 1538.9705 1.0 1538.9831 4.0 1538.9956 15.0 1539.0081 10.0 1539.0207 7.0 1539.0332 15.0 1539.0457 8.0 1539.0582 6.0 1539.0708 1.0 1539.0833 2.0 1539.0958 2.0 1539.1084 5.0 1539.1209 5.0 1539.1334 2.0 1539.1459 5.0 1539.1585 13.0 1539.171 7.0 1539.1835 8.0 1539.1961 10.0 1539.2086 6.0 1539.2211 8.0 1539.2337 5.0 1539.2462 7.0 1539.2587 8.0 1539.2712 2.0 1539.2963 8.0 1539.3088 10.0 1539.3214 5.0 1539.3339 7.0 1539.3464 2.0 1539.359 3.0 1539.3715 3.0 1539.384 2.0 1539.3965 4.0 1539.4091 8.0 1539.4216 7.0 1539.4341 7.0 1539.4467 6.0 1539.4592 7.0 1539.4717 15.0 1539.4843 4.0 1539.4968 4.0 1539.5093 6.0 1539.5219 6.0 1539.5344 7.0 1539.5469 8.0 1539.5594 1.0 1539.572 5.0 1539.5845 19.0 1539.597 12.0 1539.6096 10.0 1539.6221 10.0 1539.6346 4.0 1539.6472 8.0 1539.6597 9.0 1539.6722 11.0 1539.6848 5.0 1539.6973 14.0 1539.7098 4.0 1539.7224 5.0 1539.7349 1.0 1539.76 3.0 1539.7725 4.0 1539.785 7.0 1539.7976 3.0 1539.8101 3.0 1539.8226 4.0 1539.8351 1.0 1539.8477 2.0 1539.8602 6.0 1539.8727 6.0 1539.8853 11.0 1539.8978 10.0 1539.9103 3.0 1539.9229 8.0 1539.9354 1.0 1539.9479 5.0 1539.9605 6.0 1539.973 7.0 1539.9855 8.0 1539.9981 11.0 1540.0106 10.0 1540.0231 7.0 1540.0357 7.0 1540.0482 13.0 1540.0607 2.0 1540.0733 2.0 1540.0858 5.0 1540.0983 5.0 1540.1109 7.0 1540.1234 10.0 1540.1359 11.0 1540.1485 12.0 1540.161 7.0 1540.1735 1.0 1540.1861 3.0 1540.1986 8.0 1540.2111 3.0 1540.2487 4.0 1540.2738 4.0 1540.2863 2.0 1540.2989 6.0 1540.3114 3.0 1540.3239 7.0 1540.3365 2.0 1540.349 3.0 1540.3615 3.0 1540.3741 6.0 1540.3866 6.0 1540.3992 3.0 1540.4117 8.0 1540.4242 1.0 1540.4368 3.0 1540.4493 6.0 1540.4618 6.0 1540.4744 5.0 1540.4869 5.0 1540.4994 5.0 1540.512 6.0 1540.5245 3.0 1540.537 6.0 1540.5496 9.0 1540.5621 6.0 1540.5746 1.0 1540.5872 6.0 1540.5997 4.0 1540.6122 6.0 1540.6248 4.0 1540.6373 2.0 1540.6499 2.0 1540.6624 8.0 1540.6749 4.0 1540.6875 3.0 1540.7 7.0 1540.7125 7.0 1540.7251 6.0 1540.7376 1.0 1540.7501 5.0 1540.7627 1.0 1540.7752 6.0 1540.7877 7.0 1540.8003 3.0 1540.8128 8.0 1540.8254 6.0 1540.8379 1.0 1540.8504 8.0 1540.863 3.0 1540.8755 3.0 1540.888 4.0 1540.9006 3.0 1540.9131 7.0 1540.9257 7.0 1540.9382 7.0 1540.9507 2.0 1540.9633 3.0 1540.9758 6.0 1540.9883 4.0 1541.0009 12.0 1541.0134 5.0 1541.0259 1.0 1541.0385 2.0 1541.051 1.0 1541.0636 3.0 1541.0761 3.0 1541.0886 4.0 1541.1012 2.0 1541.1137 5.0 1541.1262 1.0 1541.1388 6.0 1541.1513 5.0 1541.1639 9.0 1541.1764 7.0 1541.1889 10.0 1541.2015 9.0 1541.214 7.0 1541.2265 1.0 1541.2391 2.0 1541.2516 6.0 1541.2642 6.0 1541.2767 7.0 1541.2892 5.0 1541.3018 4.0 1541.3143 1.0 1541.3269 2.0 1541.3394 5.0 1541.3519 9.0 1541.3645 15.0 1541.377 4.0 1541.3895 5.0 1541.4021 2.0 1541.4146 5.0 1541.4272 4.0 1541.4397 2.0 1541.4522 7.0 1541.4648 6.0 1541.4773 8.0 1541.4899 4.0 1541.5024 2.0 1541.5149 1.0 1541.5275 5.0 1541.54 3.0 1541.5526 8.0 1541.5651 7.0 1541.5776 4.0 1541.5902 1.0 1541.6027 3.0 1541.6153 2.0 1541.6278 1.0 1541.6403 5.0 1541.6529 2.0 1541.6654 4.0 1541.6779 4.0 1541.6905 1.0 1541.703 2.0 1541.7156 13.0 1541.7281 3.0 1541.7406 8.0 1541.7532 6.0 1541.7657 4.0 1541.7783 5.0 1541.7908 6.0 1541.8159 10.0 1541.8284 4.0 1541.841 3.0 1541.8535 7.0 1541.8661 4.0 1541.8786 6.0 1541.8911 4.0 1541.9037 7.0 1541.9162 4.0 1541.9288 7.0 1541.9413 3.0 1541.9789 4.0 1541.9915 5.0 1542.004 6.0 1542.0165 4.0 1542.0291 6.0 1542.0416 7.0 1542.0542 9.0 1542.0667 5.0 1542.0793 2.0 1542.0918 2.0 1542.1043 7.0 1542.1169 3.0 1542.1294 2.0 1542.142 2.0 1542.1545 7.0 1542.167 8.0 1542.1796 9.0 1542.1921 5.0 1542.2047 5.0 1542.2172 5.0 1542.2298 3.0 1542.2423 5.0 1542.2548 2.0 1542.2674 2.0 1542.2925 14.0 1542.305 11.0 1542.3175 8.0 1542.3301 7.0 1542.3426 4.0 1542.3552 4.0 1542.3677 8.0 1542.3803 3.0 1542.3928 3.0 1542.4053 6.0 1542.4179 1.0 1542.4304 5.0 1542.443 11.0 1542.4555 4.0 1542.4681 9.0 1542.4806 10.0 1542.4931 10.0 1542.5057 12.0 1542.5308 3.0 1542.5433 6.0 1542.5559 5.0 1542.5684 2.0 1542.581 4.0 1542.5935 8.0 1542.606 4.0 1542.6186 2.0 1542.6311 5.0 1542.6437 9.0 1542.6562 11.0 1542.6688 6.0 1542.6813 9.0 1542.6938 19.0 1542.7064 7.0 1542.7189 7.0 1542.7315 1.0 1542.744 4.0 1542.7691 3.0 1542.7817 6.0 1542.7942 6.0 1542.8067 1.0 1542.8193 2.0 1542.8318 2.0 1542.8444 3.0 1542.8569 3.0 1542.8695 6.0 1542.882 5.0 1542.8946 4.0 1542.9071 7.0 1542.9196 7.0 1542.9322 3.0 1542.9447 8.0 1542.9573 2.0 1542.9698 2.0 1542.9824 5.0 1542.9949 4.0 1543.0075 3.0 1543.02 3.0 1543.0326 4.0 1543.0451 4.0 1543.0576 2.0 1543.0702 2.0 1543.0827 6.0 1543.0953 3.0 1543.1078 3.0 1543.1204 8.0 1543.1329 6.0 1543.1455 2.0 1543.158 5.0 1543.1706 7.0 1543.1831 4.0 1543.1956 5.0 1543.2082 9.0 1543.2207 7.0 1543.2333 7.0 1543.2458 3.0 1543.2584 2.0 1543.2709 3.0 1543.2835 6.0 1543.296 4.0 1543.3086 6.0 1543.3211 6.0 1543.3337 5.0 1543.3462 5.0 1543.3588 2.0 1543.3713 6.0 1543.3838 7.0 1543.3964 3.0 1543.4089 4.0 1543.4215 5.0 1543.434 3.0 1543.4466 2.0 1543.4591 1.0 1543.4717 5.0 1543.4842 4.0 1543.4968 4.0 1543.5093 7.0 1543.5219 1.0 1543.5344 2.0 1543.5595 2.0 1543.5721 3.0 1543.5846 8.0 1543.5971 1.0 1543.6097 3.0 1543.6222 4.0 1543.6473 2.0 1543.6599 3.0 1543.6724 5.0 1543.685 5.0 1543.6975 2.0 1543.7101 4.0 1543.7226 7.0 1543.7352 8.0 1543.7477 9.0 1543.7603 6.0 1543.7728 1.0 1543.7854 3.0 1543.7979 5.0 1543.8105 3.0 1543.823 8.0 1543.8356 6.0 1543.8481 4.0 1543.8607 4.0 1543.8732 3.0 1543.8858 8.0 1543.8983 4.0 1543.9109 6.0 1543.9234 3.0 1543.936 2.0 1543.9485 3.0 1543.9611 3.0 1543.9736 5.0 1543.9862 2.0 1543.9987 5.0 1544.0113 10.0 1544.0238 12.0 1544.0363 13.0 1544.0489 9.0 1544.0614 3.0 1544.074 3.0 1544.0865 5.0 1544.0991 8.0 1544.1116 4.0 1544.1242 2.0 1544.1367 9.0 1544.1493 6.0 1544.1618 7.0 1544.1744 8.0 1544.1869 2.0 1544.1995 7.0 1544.212 7.0 1544.2246 7.0 1544.2371 1.0 1544.2497 5.0 1544.2622 2.0 1544.2748 10.0 1544.2874 9.0 1544.2999 10.0 1544.3125 13.0 1544.325 7.0 1544.3376 12.0 1544.3501 3.0 1544.3627 2.0 1544.3752 3.0 1544.3878 9.0 1544.4003 3.0 1544.4129 2.0 1544.4254 7.0 1544.438 7.0 1544.4505 5.0 1544.4631 2.0 1544.4756 3.0 1544.4882 3.0 1544.5007 2.0 1544.5133 3.0 1544.5258 5.0 1544.5384 2.0 1544.5509 4.0 1544.5635 4.0 1544.576 11.0 1544.5886 6.0 1544.6011 5.0 1544.6137 9.0 1544.6262 10.0 1544.6388 7.0 1544.6513 4.0 1544.6639 8.0 1544.6764 2.0 1544.689 1.0 1544.7015 5.0 1544.7141 4.0 1544.7267 3.0 1544.7392 4.0 1544.7518 5.0 1544.7643 6.0 1544.7769 10.0 1544.7894 8.0 1544.802 6.0 1544.8145 5.0 1544.8271 5.0 1544.8396 2.0 1544.8522 4.0 1544.8647 7.0 1544.8773 17.0 1544.8898 8.0 1544.9024 5.0 1544.9149 4.0 1544.9275 2.0 1544.94 5.0 1544.9526 5.0 1544.9652 4.0 1544.9777 1.0 1544.9903 5.0 1545.0028 4.0 1545.0154 5.0 1545.0279 1.0 1545.0405 3.0 1545.053 1.0 1545.0656 3.0 1545.0781 2.0 1545.0907 2.0 1545.1032 3.0 1545.1158 5.0 1545.1284 8.0 1545.1409 4.0 1545.1535 1.0 1545.166 6.0 1545.1786 8.0 1545.1911 7.0 1545.2037 9.0 1545.2162 5.0 1545.2288 4.0 1545.2413 6.0 1545.2539 11.0 1545.2664 7.0 1545.279 5.0 1545.2916 6.0 1545.3041 6.0 1545.3167 5.0 1545.3292 3.0 1545.3418 5.0 1545.3543 4.0 1545.3669 1.0 1545.3794 8.0 1545.392 2.0 1545.4046 5.0 1545.4171 5.0 1545.4297 2.0 1545.4422 5.0 1545.4548 5.0 1545.4673 13.0 1545.4799 11.0 1545.4924 3.0 1545.505 3.0 1545.5175 4.0 1545.5301 2.0 1545.5427 6.0 1545.5678 1.0 1545.5803 1.0 1545.5929 3.0 1545.6054 5.0 1545.618 1.0 1545.6306 4.0 1545.6431 5.0 1545.6557 12.0 1545.6682 16.0 1545.6808 9.0 1545.6933 2.0 1545.7059 7.0 1545.7184 8.0 1545.731 9.0 1545.7436 5.0 1545.7561 5.0 1545.7687 5.0 1545.7812 2.0 1545.7938 5.0 1545.8063 4.0 1545.8189 1.0 1545.8315 4.0 1545.844 1.0 1545.8566 5.0 1545.8691 4.0 1545.8817 3.0 1545.8942 4.0 1545.9068 4.0 1545.9194 3.0 1545.9319 4.0 1545.9445 3.0 1545.957 5.0 1545.9696 5.0 1545.9821 7.0 1545.9947 1.0 1546.0073 5.0 1546.0198 3.0 1546.0324 1.0 1546.0449 4.0 1546.0575 5.0 1546.07 3.0 1546.0826 1.0 1546.0952 8.0 1546.1077 4.0 1546.1203 2.0 1546.1328 1.0 1546.1454 10.0 1546.158 6.0 1546.1705 8.0 1546.1831 2.0 1546.1956 1.0 1546.2082 1.0 1546.2207 2.0 1546.2333 8.0 1546.2459 3.0 1546.2584 2.0 1546.271 24.0 1546.2835 22.0 1546.2961 13.0 1546.3087 8.0 1546.3212 2.0 1546.3463 1.0 1546.3589 9.0 1546.3714 6.0 1546.384 4.0 1546.3966 3.0 1546.4091 5.0 1546.4217 5.0 1546.4342 7.0 1546.4468 12.0 1546.4594 8.0 1546.4719 15.0 1546.4845 15.0 1546.497 6.0 1546.5096 2.0 1546.5222 7.0 1546.5347 6.0 1546.5473 7.0 1546.5598 6.0 1546.5724 7.0 1546.585 3.0 1546.5975 1.0 1546.6101 5.0 1546.6226 4.0 1546.6352 6.0 1546.6478 3.0 1546.6603 2.0 1546.6729 3.0 1546.6854 4.0 1546.698 2.0 1546.7106 2.0 1546.7231 4.0 1546.7357 4.0 1546.7482 3.0 1546.7608 8.0 1546.7734 2.0 1546.7859 6.0 1546.7985 5.0 1546.811 5.0 1546.8236 5.0 1546.8362 2.0 1546.8487 2.0 1546.8613 3.0 1546.8739 4.0 1546.8864 10.0 1546.899 8.0 1546.9115 10.0 1546.9241 10.0 1546.9367 7.0 1546.9492 7.0 1546.9618 7.0 1546.9743 7.0 1546.9869 4.0 1546.9995 7.0 1547.012 10.0 1547.0246 7.0 1547.0371 7.0 1547.0497 3.0 1547.0623 7.0 1547.0748 7.0 1547.0874 4.0 1547.1 8.0 1547.1125 7.0 1547.1251 8.0 1547.1376 5.0 1547.1628 2.0 1547.1753 6.0 1547.1879 6.0 1547.2005 8.0 1547.213 8.0 1547.2256 5.0 1547.2381 3.0 1547.2507 4.0 1547.2633 2.0 1547.2758 3.0 1547.2884 7.0 1547.301 10.0 1547.3135 10.0 1547.3261 7.0 1547.3386 3.0 1547.3512 3.0 1547.3638 7.0 1547.3763 8.0 1547.3889 11.0 1547.4015 14.0 1547.414 5.0 1547.4266 7.0 1547.4392 12.0 1547.4517 2.0 1547.4643 2.0 1547.4768 3.0 1547.4894 4.0 1547.502 12.0 1547.5145 15.0 1547.5271 5.0 1547.5397 1.0 1547.5522 8.0 1547.5648 7.0 1547.5774 6.0 1547.5899 7.0 1547.6025 7.0 1547.615 9.0 1547.6276 2.0 1547.6402 4.0 1547.6527 2.0 1547.6653 2.0 1547.6779 3.0 1547.6904 4.0 1547.703 8.0 1547.7156 14.0 1547.7281 7.0 1547.7407 7.0 1547.7533 4.0 1547.7658 3.0 1547.7784 3.0 1547.7909 4.0 1547.8035 9.0 1547.8161 7.0 1547.8286 3.0 1547.8412 3.0 1547.8538 5.0 1547.8663 11.0 1547.8789 3.0 1547.8915 2.0 1547.904 2.0 1547.9166 5.0 1547.9292 4.0 1547.9417 9.0 1547.9543 4.0 1547.9669 4.0 1547.992 3.0 1548.0046 5.0 1548.0171 2.0 1548.0297 3.0 1548.0423 2.0 1548.0548 4.0 1548.0674 2.0 1548.08 8.0 1548.0925 8.0 1548.1051 4.0 1548.1177 4.0 1548.1302 1.0 1548.1428 3.0 1548.1554 4.0 1548.1679 3.0 1548.1805 1.0 1548.1931 3.0 1548.2056 3.0 1548.2182 3.0 1548.2308 3.0 1548.2433 2.0 1548.2559 5.0 1548.2685 7.0 1548.281 7.0 1548.2936 8.0 1548.3062 8.0 1548.3187 11.0 1548.3313 14.0 1548.3439 5.0 1548.3564 8.0 1548.369 11.0 1548.3816 6.0 1548.3941 8.0 1548.4067 3.0 1548.4193 4.0 1548.4318 5.0 1548.4444 1.0 1548.457 6.0 1548.4695 10.0 1548.4821 4.0 1548.4947 6.0 1548.5072 3.0 1548.5198 11.0 1548.5324 8.0 1548.5449 8.0 1548.5575 9.0 1548.5701 7.0 1548.5826 4.0 1548.6078 6.0 1548.6203 3.0 1548.6329 3.0 1548.6455 2.0 1548.658 3.0 1548.6706 7.0 1548.6832 6.0 1548.6958 2.0 1548.7209 3.0 1548.7335 3.0 1548.746 6.0 1548.7586 4.0 1548.7712 8.0 1548.7837 10.0 1548.7963 8.0 1548.8089 8.0 1548.8214 2.0 1548.834 5.0 1548.8466 6.0 1548.8591 2.0 1548.8717 2.0 1548.8843 3.0 1548.8969 9.0 1548.9094 6.0 1548.922 1.0 1548.9346 3.0 1548.9471 7.0 1548.9597 11.0 1548.9723 7.0 1548.9848 2.0 1548.9974 4.0 1549.01 2.0 1549.0226 2.0 1549.0351 4.0 1549.0477 1.0 1549.0603 9.0 1549.0728 19.0 1549.0854 5.0 1549.098 4.0 1549.1105 11.0 1549.1231 10.0 1549.1357 3.0 1549.1483 1.0 1549.1608 6.0 1549.1734 9.0 1549.186 8.0 1549.1985 10.0 1549.2111 9.0 1549.2237 4.0 1549.2362 6.0 1549.2488 5.0 1549.2614 6.0 1549.274 5.0 1549.2865 1.0 1549.2991 3.0 1549.3117 6.0 1549.3242 9.0 1549.3368 8.0 1549.3494 3.0 1549.362 6.0 1549.3745 5.0 1549.3871 10.0 1549.3997 16.0 1549.4122 5.0 1549.4248 1.0 1549.4374 1.0 1549.45 4.0 1549.4625 3.0 1549.4751 3.0 1549.4877 2.0 1549.5002 4.0 1549.5128 4.0 1549.5254 4.0 1549.538 2.0 1549.5505 3.0 1549.5631 4.0 1549.5757 4.0 1549.5883 3.0 1549.6008 9.0 1549.6134 4.0 1549.626 2.0 1549.6385 4.0 1549.6511 2.0 1549.6637 6.0 1549.6763 7.0 1549.6888 7.0 1549.7014 8.0 1549.714 11.0 1549.7265 5.0 1549.7391 6.0 1549.7517 7.0 1549.7643 3.0 1549.7768 6.0 1549.7894 3.0 1549.802 3.0 1549.8146 6.0 1549.8271 7.0 1549.8397 3.0 1549.8523 2.0 1549.8649 1.0 1549.89 3.0 1549.9277 3.0 1549.9403 2.0 1549.9529 1.0 1549.9654 9.0 1549.978 1.0 1549.9906 2.0 1550.0032 5.0 1550.0157 3.0 1550.0283 5.0 1550.0535 9.0 1550.066 6.0 1550.0786 3.0 1550.0912 9.0 1550.1038 4.0 1550.1163 8.0 1550.1289 8.0 1550.1415 6.0 1550.1541 6.0 1550.1666 3.0 1550.1792 3.0 1550.1918 4.0 1550.2044 2.0 1550.2169 8.0 1550.2295 3.0 1550.2421 11.0 1550.2546 21.0 1550.2672 14.0 1550.2798 7.0 1550.2924 5.0 1550.305 7.0 1550.3175 5.0 1550.3301 3.0 1550.3427 7.0 1550.3553 7.0 1550.3678 5.0 1550.3804 5.0 1550.393 2.0 1550.4056 3.0 1550.4181 10.0 1550.4307 9.0 1550.4433 15.0 1550.4559 14.0 1550.4684 8.0 1550.481 2.0 1550.5062 6.0 1550.5187 3.0 1550.5439 5.0 1550.5565 11.0 1550.569 14.0 1550.5816 7.0 1550.5942 11.0 1550.6068 4.0 1550.6193 9.0 1550.6319 11.0 1550.6445 15.0 1550.6571 8.0 1550.6697 3.0 1550.6822 4.0 1550.6948 4.0 1550.7074 3.0 1550.72 7.0 1550.7325 2.0 1550.7451 6.0 1550.7577 5.0 1550.7703 5.0 1550.7828 4.0 1550.7954 1.0 1550.808 4.0 1550.8206 2.0 1550.8332 4.0 1550.8457 1.0 1550.8583 2.0 1550.8709 4.0 1550.8835 8.0 1550.896 6.0 1550.9086 3.0 1550.9212 6.0 1550.9338 9.0 1550.9463 4.0 1550.9589 3.0 1550.9715 5.0 1550.9841 9.0 1550.9967 4.0 1551.0092 4.0 1551.0218 8.0 1551.0344 8.0 1551.047 4.0 1551.0596 5.0 1551.0721 4.0 1551.0847 3.0 1551.0973 3.0 1551.1099 4.0 1551.1224 5.0 1551.135 1.0 1551.1476 4.0 1551.1602 2.0 1551.1728 12.0 1551.1853 8.0 1551.2105 5.0 1551.2231 2.0 1551.2357 2.0 1551.2482 13.0 1551.2608 10.0 1551.2734 7.0 1551.286 11.0 1551.2985 2.0 1551.3111 2.0 1551.3237 4.0 1551.3363 4.0 1551.3489 4.0 1551.374 2.0 1551.3866 3.0 1551.3992 9.0 1551.4118 7.0 1551.4243 8.0 1551.4369 18.0 1551.4495 12.0 1551.4621 6.0 1551.4747 1.0 1551.4872 1.0 1551.4998 6.0 1551.5124 4.0 1551.525 7.0 1551.5376 1.0 1551.5501 8.0 1551.5753 2.0 1551.5879 5.0 1551.6005 4.0 1551.613 4.0 1551.6256 2.0 1551.6382 2.0 1551.6508 4.0 1551.6634 6.0 1551.6759 3.0 1551.6885 4.0 1551.7011 3.0 1551.7137 2.0 1551.7263 11.0 1551.7389 6.0 1551.7514 10.0 1551.764 5.0 1551.7766 5.0 1551.7892 1.0 1551.8018 1.0 1551.8143 4.0 1551.8269 3.0 1551.8395 7.0 1551.8521 8.0 1551.8647 3.0 1551.8898 8.0 1551.915 2.0 1551.9276 2.0 1551.9527 8.0 1551.9653 1.0 1551.9779 4.0 1551.9905 5.0 1552.0031 5.0 1552.0156 2.0 1552.0282 8.0 1552.0408 6.0 1552.0534 5.0 1552.066 4.0 1552.0786 4.0 1552.0911 1.0 1552.1037 1.0 1552.1163 5.0 1552.1289 6.0 1552.1415 12.0 1552.1541 5.0 1552.1666 3.0 1552.1792 10.0 1552.1918 9.0 1552.2044 8.0 1552.217 8.0 1552.2295 4.0 1552.2421 3.0 1552.2547 3.0 1552.2673 6.0 1552.2799 5.0 1552.2925 4.0 1552.305 3.0 1552.3176 8.0 1552.3302 14.0 1552.3428 14.0 1552.3554 18.0 1552.368 13.0 1552.3805 8.0 1552.3931 6.0 1552.4057 4.0 1552.4183 10.0 1552.4309 9.0 1552.4435 2.0 1552.4561 4.0 1552.4686 5.0 1552.4812 1.0 1552.4938 3.0 1552.5064 1.0 1552.519 2.0 1552.5316 4.0 1552.5441 9.0 1552.5567 13.0 1552.5693 5.0 1552.5819 3.0 1552.5945 4.0 1552.6071 6.0 1552.6196 7.0 1552.6322 4.0 1552.6448 3.0 1552.6574 2.0 1552.67 2.0 1552.6826 5.0 1552.6952 3.0 1552.7077 6.0 1552.7203 2.0 1552.7329 9.0 1552.7455 12.0 1552.7581 1.0 1552.7707 1.0 1552.7832 4.0 1552.7958 5.0 1552.8084 1.0 1552.821 3.0 1552.8336 4.0 1552.8462 2.0 1552.8588 2.0 1552.8713 3.0 1552.8839 9.0 1552.8965 1.0 1552.9091 5.0 1552.9217 3.0 1552.9343 5.0 1552.9469 4.0 1552.9594 5.0 1552.972 3.0 1552.9846 3.0 1552.9972 5.0 1553.0098 8.0 1553.0224 6.0 1553.035 5.0 1553.0476 12.0 1553.0601 6.0 1553.0727 5.0 1553.0853 2.0 1553.0979 5.0 1553.1105 5.0 1553.1231 4.0 1553.1357 6.0 1553.1482 9.0 1553.1608 5.0 1553.1734 6.0 1553.186 3.0 1553.1986 5.0 1553.2112 5.0 1553.2238 12.0 1553.2364 5.0 1553.2489 2.0 1553.2615 4.0 1553.2741 11.0 1553.2867 8.0 1553.2993 12.0 1553.3119 11.0 1553.3245 3.0 1553.3371 10.0 1553.3496 10.0 1553.3622 3.0 1553.3748 8.0 1553.3874 5.0 1553.4 4.0 1553.4126 6.0 1553.4252 5.0 1553.4378 11.0 1553.4503 5.0 1553.4629 5.0 1553.4755 6.0 1553.4881 8.0 1553.5007 4.0 1553.5133 5.0 1553.5259 7.0 1553.5385 6.0 1553.551 6.0 1553.5636 5.0 1553.5762 3.0 1553.5888 2.0 1553.6014 13.0 1553.614 3.0 1553.6266 5.0 1553.6518 5.0 1553.6643 5.0 1553.6895 5.0 1553.7021 8.0 1553.7147 9.0 1553.7273 8.0 1553.7399 1.0 1553.7525 3.0 1553.7651 4.0 1553.7776 8.0 1553.7902 2.0 1553.8028 5.0 1553.8154 5.0 1553.828 3.0 1553.8406 7.0 1553.8532 11.0 1553.8658 4.0 1553.8784 2.0 1553.891 4.0 1553.9035 11.0 1553.9161 5.0 1553.9287 3.0 1553.9413 4.0 1553.9539 4.0 1553.9665 1.0 1553.9791 3.0 1553.9917 5.0 1554.0043 2.0 1554.0169 6.0 1554.0294 4.0 1554.0546 5.0 1554.0672 4.0 1554.0798 2.0 1554.0924 4.0 1554.105 8.0 1554.1176 2.0 1554.1302 2.0 1554.1428 2.0 1554.1553 5.0 1554.1679 4.0 1554.1805 5.0 1554.1931 2.0 1554.2057 5.0 1554.2183 4.0 1554.2309 1.0 1554.2435 3.0 1554.2687 4.0 1554.2813 8.0 1554.2939 2.0 1554.3064 8.0 1554.319 6.0 1554.3316 12.0 1554.3442 12.0 1554.3568 10.0 1554.3694 4.0 1554.382 10.0 1554.3946 12.0 1554.4072 2.0 1554.4198 5.0 1554.445 6.0 1554.4575 4.0 1554.4701 3.0 1554.4827 12.0 1554.4953 14.0 1554.5079 11.0 1554.5331 2.0 1554.5457 4.0 1554.5583 2.0 1554.5709 3.0 1554.5835 9.0 1554.5961 1.0 1554.6087 3.0 1554.6212 3.0 1554.6338 5.0 1554.6464 4.0 1554.659 4.0 1554.6716 5.0 1554.6842 13.0 1554.6968 2.0 1554.7094 4.0 1554.722 3.0 1554.7346 3.0 1554.7472 3.0 1554.7598 1.0 1554.7724 8.0 1554.785 12.0 1554.7975 9.0 1554.8101 4.0 1554.8227 5.0 1554.8479 6.0 1554.8605 8.0 1554.8731 5.0 1554.8857 2.0 1554.8983 2.0 1554.9109 1.0 1554.9235 3.0 1554.9361 8.0 1554.9487 9.0 1554.9613 6.0 1554.9739 5.0 1554.9865 6.0 1554.9991 10.0 1555.0116 8.0 1555.0242 2.0 1555.0368 5.0 1555.0494 2.0 1555.062 11.0 1555.0746 6.0 1555.0872 12.0 1555.0998 11.0 1555.1124 6.0 1555.125 4.0 1555.1376 2.0 1555.1502 3.0 1555.1628 2.0 1555.1754 3.0 1555.188 2.0 1555.2006 5.0 1555.2132 3.0 1555.2258 5.0 1555.2384 5.0 1555.2509 8.0 1555.2635 5.0 1555.2761 6.0 1555.2887 8.0 1555.3013 2.0 1555.3139 3.0 1555.3265 4.0 1555.3391 9.0 1555.3517 6.0 1555.3643 1.0 1555.3769 9.0 1555.4021 3.0 1555.4147 5.0 1555.4273 5.0 1555.4399 5.0 1555.4525 5.0 1555.4651 15.0 1555.4777 11.0 1555.4903 9.0 1555.5029 6.0 1555.5155 3.0 1555.5281 6.0 1555.5407 14.0 1555.5533 5.0 1555.5658 1.0 1555.5784 7.0 1555.591 3.0 1555.6036 4.0 1555.6162 2.0 1555.6288 2.0 1555.6414 5.0 1555.654 7.0 1555.6666 2.0 1555.6792 5.0 1555.6918 5.0 1555.7044 4.0 1555.717 6.0 1555.7296 5.0 1555.7422 5.0 1555.7548 9.0 1555.7674 6.0 1555.78 1.0 1555.7926 2.0 1555.8052 2.0 1555.8178 6.0 1555.8304 3.0 1555.843 4.0 1555.8556 2.0 1555.8682 4.0 1555.8808 4.0 1555.8934 5.0 1555.906 11.0 1555.9186 4.0 1555.9312 6.0 1555.9438 11.0 1555.9564 9.0 1555.969 3.0 1555.9816 6.0 1555.9942 7.0 1556.0068 14.0 1556.0194 8.0 1556.032 8.0 1556.0446 5.0 1556.0572 1.0 1556.0698 2.0 1556.0824 6.0 1556.095 4.0 1556.1075 8.0 1556.1201 11.0 1556.1327 6.0 1556.1453 9.0 1556.1579 4.0 1556.1705 1.0 1556.1831 6.0 1556.1957 6.0 1556.2083 12.0 1556.2209 15.0 1556.2335 3.0 1556.2461 8.0 1556.2587 4.0 1556.2713 3.0 1556.2839 5.0 1556.2965 7.0 1556.3091 11.0 1556.3217 3.0 1556.3343 4.0 1556.3469 3.0 1556.3595 8.0 1556.3721 8.0 1556.3847 14.0 1556.3973 12.0 1556.4099 4.0 1556.4225 7.0 1556.4351 7.0 1556.4477 4.0 1556.4603 6.0 1556.4729 12.0 1556.4855 5.0 1556.4981 2.0 1556.5107 6.0 1556.5233 14.0 1556.5359 4.0 1556.5485 3.0 1556.5611 3.0 1556.5737 1.0 1556.5863 5.0 1556.5989 1.0 1556.6115 2.0 1556.6241 2.0 1556.6367 5.0 1556.6493 1.0 1556.6619 3.0 1556.6745 4.0 1556.6871 4.0 1556.6998 4.0 1556.7124 5.0 1556.725 2.0 1556.7376 1.0 1556.7502 4.0 1556.7628 3.0 1556.7754 4.0 1556.788 14.0 1556.8006 7.0 1556.8132 9.0 1556.8258 1.0 1556.8384 1.0 1556.851 2.0 1556.8636 3.0 1556.8762 8.0 1556.8888 7.0 1556.9014 4.0 1556.914 5.0 1556.9266 3.0 1556.9518 6.0 1556.9644 5.0 1556.977 2.0 1556.9896 3.0 1557.0022 5.0 1557.0148 2.0 1557.0274 5.0 1557.0652 7.0 1557.0778 4.0 1557.0904 2.0 1557.103 5.0 1557.1156 5.0 1557.1282 14.0 1557.1408 2.0 1557.1534 4.0 1557.166 5.0 1557.1786 11.0 1557.1912 3.0 1557.2038 4.0 1557.2164 6.0 1557.229 10.0 1557.2417 3.0 1557.2669 4.0 1557.2795 10.0 1557.2921 12.0 1557.3047 3.0 1557.3173 3.0 1557.3299 2.0 1557.3425 3.0 1557.3551 2.0 1557.3677 5.0 1557.3803 7.0 1557.3929 8.0 1557.4055 4.0 1557.4181 5.0 1557.4307 5.0 1557.4433 4.0 1557.4559 7.0 1557.4685 3.0 1557.4811 7.0 1557.4937 5.0 1557.5063 5.0 1557.5189 7.0 1557.5315 2.0 1557.5441 1.0 1557.5568 2.0 1557.5694 1.0 1557.582 1.0 1557.5946 3.0 1557.6072 14.0 1557.6198 7.0 1557.6324 2.0 1557.645 9.0 1557.6576 2.0 1557.6702 2.0 1557.6828 2.0 1557.6954 7.0 1557.708 6.0 1557.7206 7.0 1557.7332 4.0 1557.7458 11.0 1557.7584 4.0 1557.771 6.0 1557.7836 5.0 1557.7963 7.0 1557.8089 6.0 1557.8215 3.0 1557.8341 6.0 1557.8467 4.0 1557.8593 3.0 1557.8719 1.0 1557.8845 4.0 1557.8971 4.0 1557.9097 6.0 1557.9223 8.0 1557.9349 8.0 1557.9475 6.0 1557.9601 6.0 1557.9727 2.0 1557.9853 4.0 1557.998 9.0 1558.0106 3.0 1558.0232 3.0 1558.0358 7.0 1558.0484 9.0 1558.061 3.0 1558.0736 4.0 1558.0862 4.0 1558.0988 7.0 1558.1114 6.0 1558.124 3.0 1558.1366 6.0 1558.1492 1.0 1558.1618 7.0 1558.1744 3.0 1558.1871 5.0 1558.1997 4.0 1558.2123 3.0 1558.2249 3.0 1558.2375 4.0 1558.2501 6.0 1558.2627 1.0 1558.2753 7.0 1558.2879 16.0 1558.3005 3.0 1558.3131 3.0 1558.3257 4.0 1558.3383 8.0 1558.351 11.0 1558.3636 9.0 1558.3762 11.0 1558.3888 9.0 1558.4014 9.0 1558.414 9.0 1558.4266 11.0 1558.4392 6.0 1558.4518 3.0 1558.4644 1.0 1558.477 3.0 1558.4896 3.0 1558.5023 2.0 1558.5149 3.0 1558.5275 3.0 1558.5401 1.0 1558.5527 4.0 1558.5653 9.0 1558.5779 4.0 1558.5905 7.0 1558.6031 4.0 1558.6157 3.0 1558.6283 8.0 1558.641 9.0 1558.6536 3.0 1558.6662 3.0 1558.6788 5.0 1558.6914 3.0 1558.704 3.0 1558.7166 4.0 1558.7292 4.0 1558.7418 1.0 1558.7544 3.0 1558.7797 4.0 1558.7923 7.0 1558.8049 12.0 1558.8175 5.0 1558.8301 2.0 1558.8427 4.0 1558.8553 2.0 1558.8679 4.0 1558.8805 1.0 1558.8931 1.0 1558.9058 3.0 1558.9184 2.0 1558.931 1.0 1558.9436 1.0 1558.9562 2.0 1558.9688 8.0 1558.9814 9.0 1558.994 7.0 1559.0066 5.0 1559.0192 6.0 1559.0319 5.0 1559.0445 2.0 1559.0571 5.0 1559.0823 3.0 1559.0949 5.0 1559.1075 6.0 1559.1201 5.0 1559.1327 4.0 1559.1454 11.0 1559.158 7.0 1559.1706 4.0 1559.1832 3.0 1559.1958 2.0 1559.2084 5.0 1559.221 2.0 1559.2336 1.0 1559.2715 2.0 1559.2841 6.0 1559.2967 1.0 1559.3093 1.0 1559.3219 8.0 1559.3345 6.0 1559.3471 8.0 1559.3598 6.0 1559.3724 5.0 1559.385 7.0 1559.3976 8.0 1559.4102 6.0 1559.4228 6.0 1559.4354 8.0 1559.448 4.0 1559.4607 9.0 1559.4733 4.0 1559.4859 5.0 1559.4985 6.0 1559.5111 4.0 1559.5237 1.0 1559.5363 8.0 1559.5489 14.0 1559.5616 11.0 1559.5742 7.0 1559.5868 4.0 1559.5994 4.0 1559.612 7.0 1559.6246 5.0 1559.6372 7.0 1559.6498 12.0 1559.6625 7.0 1559.6751 2.0 1559.6877 5.0 1559.7003 7.0 1559.7129 9.0 1559.7255 2.0 1559.7381 6.0 1559.7508 4.0 1559.7634 4.0 1559.776 4.0 1559.7886 3.0 1559.8012 4.0 1559.8138 2.0 1559.8264 4.0 1559.8391 2.0 1559.8517 3.0 1559.8769 1.0 1559.8895 8.0 1559.9021 2.0 1559.9147 4.0 1559.9274 4.0 1559.94 5.0 1559.9526 1.0 1559.9652 3.0 1559.9778 5.0 1559.9904 2.0 1560.003 2.0 1560.0157 5.0 1560.0283 2.0 1560.0409 7.0 1560.0535 3.0 1560.0661 3.0 1560.0787 2.0 1560.0913 5.0 1560.104 10.0 1560.1166 10.0 1560.1292 4.0 1560.1418 3.0 1560.1544 2.0 1560.167 4.0 1560.1797 8.0 1560.1923 8.0 1560.2049 5.0 1560.2175 4.0 1560.2301 8.0 1560.2427 4.0 1560.2553 10.0 1560.268 4.0 1560.2806 2.0 1560.2932 9.0 1560.3058 4.0 1560.3184 7.0 1560.331 4.0 1560.3437 5.0 1560.3563 6.0 1560.3689 7.0 1560.3815 11.0 1560.3941 14.0 1560.4067 14.0 1560.4194 5.0 1560.432 9.0 1560.4446 7.0 1560.4572 4.0 1560.4698 5.0 1560.4824 4.0 1560.4951 4.0 1560.5077 1.0 1560.5203 9.0 1560.5329 5.0 1560.5455 6.0 1560.5581 5.0 1560.5708 5.0 1560.5834 12.0 1560.596 8.0 1560.6086 4.0 1560.6212 2.0 1560.6338 2.0 1560.6465 6.0 1560.6717 2.0 1560.6843 3.0 1560.6969 5.0 1560.7095 5.0 1560.7222 5.0 1560.7348 6.0 1560.7474 9.0 1560.76 2.0 1560.7726 1.0 1560.7852 3.0 1560.8105 4.0 1560.8231 4.0 1560.8357 5.0 1560.8483 3.0 1560.861 15.0 1560.8736 10.0 1560.8862 5.0 1560.8988 2.0 1560.9114 6.0 1560.924 6.0 1560.9367 8.0 1560.9493 7.0 1560.9619 3.0 1560.9745 2.0 1560.9871 8.0 1560.9998 7.0 1561.0124 1.0 1561.025 5.0 1561.0376 11.0 1561.0502 5.0 1561.0629 3.0 1561.0755 6.0 1561.0881 3.0 1561.1007 2.0 1561.1133 9.0 1561.126 6.0 1561.1386 8.0 1561.1512 6.0 1561.1638 7.0 1561.1764 7.0 1561.189 2.0 1561.2017 3.0 1561.2269 7.0 1561.2395 10.0 1561.2521 2.0 1561.2648 5.0 1561.2774 4.0 1561.29 7.0 1561.3026 10.0 1561.3152 3.0 1561.3279 8.0 1561.3405 10.0 1561.3531 5.0 1561.3657 2.0 1561.3783 7.0 1561.391 3.0 1561.4036 6.0 1561.4162 7.0 1561.4288 6.0 1561.4414 14.0 1561.4541 10.0 1561.4667 7.0 1561.4793 8.0 1561.4919 3.0 1561.5046 10.0 1561.5172 4.0 1561.5298 5.0 1561.5424 3.0 1561.555 6.0 1561.5677 4.0 1561.5803 1.0 1561.5929 8.0 1561.6055 4.0 1561.6181 2.0 1561.6308 8.0 1561.6434 8.0 1561.656 5.0 1561.6686 9.0 1561.6812 11.0 1561.6939 4.0 1561.7065 8.0 1561.7191 10.0 1561.7317 7.0 1561.7444 8.0 1561.757 3.0 1561.7696 5.0 1561.7822 4.0 1561.7948 3.0 1561.8075 7.0 1561.8201 4.0 1561.8327 2.0 1561.8453 6.0 1561.858 3.0 1561.8832 1.0 1561.8958 4.0 1561.9084 3.0 1561.9211 6.0 1561.9337 1.0 1561.9463 1.0 1561.9589 8.0 1561.9716 6.0 1561.9842 1.0 1561.9968 7.0 1562.0094 6.0 1562.022 4.0 1562.0347 5.0 1562.0473 4.0 1562.0725 1.0 1562.0852 2.0 1562.0978 7.0 1562.1104 9.0 1562.123 15.0 1562.1357 9.0 1562.1483 8.0 1562.1609 5.0 1562.1735 6.0 1562.1862 5.0 1562.1988 4.0 1562.2114 3.0 1562.224 8.0 1562.2366 5.0 1562.2493 3.0 1562.2619 4.0 1562.2745 6.0 1562.2871 4.0 1562.2998 2.0 1562.3124 3.0 1562.325 3.0 1562.3376 3.0 1562.3503 4.0 1562.3629 2.0 1562.3755 1.0 1562.3881 3.0 1562.4008 2.0 1562.4134 6.0 1562.426 4.0 1562.4386 11.0 1562.4513 8.0 1562.4639 6.0 1562.4765 6.0 1562.4891 5.0 1562.5018 6.0 1562.5144 1.0 1562.527 3.0 1562.5396 6.0 1562.5523 5.0 1562.5649 3.0 1562.5775 3.0 1562.5901 5.0 1562.6028 2.0 1562.6154 7.0 1562.628 4.0 1562.6406 2.0 1562.6533 3.0 1562.6659 2.0 1562.6785 12.0 1562.6911 9.0 1562.7038 6.0 1562.7164 5.0 1562.729 5.0 1562.7416 2.0 1562.7669 5.0 1562.7795 2.0 1562.7921 4.0 1562.8048 3.0 1562.8174 4.0 1562.83 2.0 1562.8426 1.0 1562.8553 6.0 1562.8679 3.0 1562.8805 3.0 1562.8932 5.0 1562.9058 4.0 1562.9184 6.0 1562.931 1.0 1562.9437 4.0 1562.9563 3.0 1562.9689 1.0 1562.9815 2.0 1562.9942 4.0 1563.0068 6.0 1563.0194 11.0 1563.032 9.0 1563.0447 10.0 1563.0573 15.0 1563.0699 15.0 1563.0826 4.0 1563.0952 12.0 1563.1078 12.0 1563.1204 8.0 1563.1331 6.0 1563.1457 3.0 1563.1583 6.0 1563.1709 3.0 1563.1836 3.0 1563.2088 2.0 1563.2215 5.0 1563.2341 6.0 1563.2467 4.0 1563.2593 4.0 1563.272 2.0 1563.2846 2.0 1563.2972 7.0 1563.3099 2.0 1563.3225 2.0 1563.3351 1.0 1563.3477 6.0 1563.3604 5.0 1563.373 3.0 1563.3856 5.0 1563.3983 8.0 1563.4109 4.0 1563.4235 9.0 1563.4361 5.0 1563.4488 10.0 1563.4614 8.0 1563.474 17.0 1563.4867 12.0 1563.4993 5.0 1563.5119 5.0 1563.5245 12.0 1563.5372 14.0 1563.5498 7.0 1563.5624 6.0 1563.5751 4.0 1563.5877 12.0 1563.6003 8.0 1563.6129 4.0 1563.6256 3.0 1563.6382 6.0 1563.6508 3.0 1563.6635 6.0 1563.6761 5.0 1563.6887 3.0 1563.7014 4.0 1563.714 3.0 1563.7266 2.0 1563.7392 6.0 1563.7519 7.0 1563.7645 4.0 1563.7771 4.0 1563.7898 3.0 1563.8024 4.0 1563.815 4.0 1563.8277 10.0 1563.8403 7.0 1563.8529 15.0 1563.8655 5.0 1563.8782 7.0 1563.8908 8.0 1563.9034 7.0 1563.9161 9.0 1563.9287 7.0 1563.9413 4.0 1563.954 4.0 1563.9666 4.0 1563.9792 3.0 1563.9918 3.0 1564.0045 7.0 1564.0171 8.0 1564.0297 5.0 1564.0424 3.0 1564.0676 7.0 1564.0929 9.0 1564.1055 7.0 1564.1182 6.0 1564.1308 16.0 1564.1434 8.0 1564.1561 8.0 1564.1687 8.0 1564.1813 5.0 1564.194 7.0 1564.2066 8.0 1564.2192 5.0 1564.2318 5.0 1564.2445 13.0 1564.2571 6.0 1564.2697 3.0 1564.2824 10.0 1564.295 6.0 1564.3203 4.0 1564.3329 6.0 1564.3455 4.0 1564.3582 8.0 1564.3834 2.0 1564.3961 10.0 1564.4087 4.0 1564.4213 4.0 1564.434 3.0 1564.4466 2.0 1564.4592 4.0 1564.4719 4.0 1564.4845 2.0 1564.4971 4.0 1564.5098 2.0 1564.5224 3.0 1564.535 3.0 1564.5477 3.0 1564.5603 3.0 1564.5729 17.0 1564.5856 12.0 1564.5982 5.0 1564.6108 6.0 1564.6361 4.0 1564.6487 6.0 1564.6614 16.0 1564.674 8.0 1564.6866 2.0 1564.6993 4.0 1564.7119 3.0 1564.7245 1.0 1564.7372 13.0 1564.7498 19.0 1564.7624 8.0 1564.7751 10.0 1564.7877 3.0 1564.8003 2.0 1564.813 3.0 1564.8256 7.0 1564.8382 9.0 1564.8509 7.0 1564.8635 4.0 1564.8761 5.0 1564.8888 7.0 1564.9014 9.0 1564.914 3.0 1564.9267 2.0 1564.9393 4.0 1564.9519 1.0 1564.9646 1.0 1564.9772 2.0 1564.9899 14.0 1565.0025 10.0 1565.0151 11.0 1565.0278 12.0 1565.0404 12.0 1565.053 3.0 1565.0657 4.0 1565.0783 10.0 1565.0909 7.0 1565.1036 11.0 1565.1162 6.0 1565.1288 4.0 1565.1415 7.0 1565.1541 8.0 1565.1667 10.0 1565.1794 4.0 1565.192 6.0 1565.2047 8.0 1565.2173 6.0 1565.2299 3.0 1565.2426 2.0 1565.2552 8.0 1565.2678 7.0 1565.2805 5.0 1565.2931 2.0 1565.3057 4.0 1565.3184 5.0 1565.331 11.0 1565.3437 11.0 1565.3563 9.0 1565.3689 5.0 1565.3816 4.0 1565.3942 2.0 1565.4068 2.0 1565.4195 4.0 1565.4321 1.0 1565.4447 3.0 1565.4574 7.0 1565.47 4.0 1565.4827 5.0 1565.4953 1.0 1565.5079 3.0 1565.5206 1.0 1565.5332 2.0 1565.5458 3.0 1565.5585 6.0 1565.5711 7.0 1565.5838 3.0 1565.5964 5.0 1565.609 6.0 1565.6217 4.0 1565.6343 10.0 1565.6469 4.0 1565.6596 2.0 1565.6722 3.0 1565.6849 1.0 1565.6975 3.0 1565.7101 6.0 1565.7228 5.0 1565.7354 1.0 1565.748 4.0 1565.7607 5.0 1565.7733 1.0 1565.786 4.0 1565.7986 5.0 1565.8112 9.0 1565.8239 7.0 1565.8365 4.0 1565.8492 4.0 1565.8618 4.0 1565.8744 7.0 1565.8871 2.0 1565.9123 3.0 1565.925 2.0 1565.9376 6.0 1565.9503 3.0 1565.9629 4.0 1565.9755 1.0 1565.9882 5.0 1566.0008 13.0 1566.0135 10.0 1566.0261 10.0 1566.0387 21.0 1566.0514 7.0 1566.064 5.0 1566.0767 7.0 1566.0893 8.0 1566.1019 3.0 1566.1146 9.0 1566.1272 6.0 1566.1399 3.0 1566.1525 5.0 1566.1651 4.0 1566.1778 3.0 1566.1904 6.0 1566.2031 14.0 1566.2283 4.0 1566.241 1.0 1566.2536 9.0 1566.2663 6.0 1566.2789 1.0 1566.2915 4.0 1566.3042 2.0 1566.3168 6.0 1566.3295 6.0 1566.3421 4.0 1566.3547 5.0 1566.3674 4.0 1566.38 5.0 1566.3927 5.0 1566.4053 3.0 1566.4179 4.0 1566.4306 7.0 1566.4432 2.0 1566.4559 5.0 1566.4685 1.0 1566.4938 5.0 1566.5064 9.0 1566.5191 10.0 1566.5317 8.0 1566.5443 3.0 1566.557 5.0 1566.5696 2.0 1566.5823 1.0 1566.5949 4.0 1566.6076 7.0 1566.6202 4.0 1566.6455 3.0 1566.6581 3.0 1566.6708 11.0 1566.6834 8.0 1566.696 5.0 1566.7087 7.0 1566.7213 7.0 1566.734 3.0 1566.7466 4.0 1566.7593 4.0 1566.7719 9.0 1566.7845 1.0 1566.7972 5.0 1566.8098 3.0 1566.8225 4.0 1566.8351 3.0 1566.8478 3.0 1566.8604 2.0 1566.873 9.0 1566.8857 6.0 1566.8983 5.0 1566.911 2.0 1566.9236 4.0 1566.9363 8.0 1566.9489 2.0 1566.9615 2.0 1566.9742 1.0 1566.9868 1.0 1566.9995 1.0 1567.0121 4.0 1567.0248 6.0 1567.0374 3.0 1567.05 4.0 1567.0627 5.0 1567.0753 12.0 1567.088 6.0 1567.1006 2.0 1567.1133 7.0 1567.1259 4.0 1567.1385 3.0 1567.1512 2.0 1567.1638 4.0 1567.1765 5.0 1567.1891 4.0 1567.2018 7.0 1567.2144 3.0 1567.2397 4.0 1567.2523 2.0 1567.265 7.0 1567.2776 17.0 1567.2903 12.0 1567.3029 6.0 1567.3156 6.0 1567.3282 4.0 1567.3409 3.0 1567.3535 7.0 1567.3661 9.0 1567.3788 10.0 1567.3914 5.0 1567.4041 9.0 1567.4167 6.0 1567.4294 5.0 1567.442 1.0 1567.4547 1.0 1567.4673 7.0 1567.4799 6.0 1567.4926 8.0 1567.5052 3.0 1567.5179 6.0 1567.5305 5.0 1567.5432 10.0 1567.5558 9.0 1567.5685 5.0 1567.5811 6.0 1567.5938 1.0 1567.6064 7.0 1567.619 10.0 1567.6317 5.0 1567.6443 3.0 1567.657 2.0 1567.6823 3.0 1567.6949 5.0 1567.7076 3.0 1567.7202 7.0 1567.7329 3.0 1567.7455 6.0 1567.7581 3.0 1567.7708 4.0 1567.7834 2.0 1567.7961 4.0 1567.8087 3.0 1567.8214 5.0 1567.834 1.0 1567.8593 2.0 1567.872 9.0 1567.8846 4.0 1567.8973 7.0 1567.9099 4.0 1567.9226 2.0 1567.9352 3.0 1567.9478 5.0 1567.9605 5.0 1567.9731 1.0 1567.9858 4.0 1567.9984 9.0 1568.0111 6.0 1568.0237 3.0 1568.0364 4.0 1568.049 2.0 1568.0743 4.0 1568.087 6.0 1568.0996 5.0 1568.1123 1.0 1568.1249 2.0 1568.1376 4.0 1568.1502 4.0 1568.1629 2.0 1568.1755 6.0 1568.1882 18.0 1568.2008 18.0 1568.2134 6.0 1568.2261 8.0 1568.2387 2.0 1568.2514 5.0 1568.264 2.0 1568.2767 8.0 1568.2893 3.0 1568.302 7.0 1568.3146 3.0 1568.3273 5.0 1568.3399 5.0 1568.3526 8.0 1568.3652 6.0 1568.3779 10.0 1568.3905 15.0 1568.4032 8.0 1568.4158 4.0 1568.4285 3.0 1568.4538 10.0 1568.4664 10.0 1568.4791 10.0 1568.4917 4.0 1568.5044 3.0 1568.517 1.0 1568.5297 4.0 1568.5423 2.0 1568.555 7.0 1568.5676 2.0 1568.5803 2.0 1568.5929 8.0 1568.6056 7.0 1568.6309 2.0 1568.6435 5.0 1568.6562 10.0 1568.6688 1.0 1568.6815 4.0 1568.6941 4.0 1568.7068 2.0 1568.7194 1.0 1568.7321 5.0 1568.7447 10.0 1568.7574 4.0 1568.77 2.0 1568.7827 5.0 1568.808 2.0 1568.8206 2.0 1568.8333 3.0 1568.8459 5.0 1568.8586 2.0 1568.8712 2.0 1568.8839 5.0 1568.8965 6.0 1568.9092 3.0 1568.9218 5.0 1568.9345 4.0 1568.9471 5.0 1568.9598 2.0 1568.9851 6.0 1568.9977 6.0 1569.0104 5.0 1569.023 9.0 1569.0357 7.0 1569.0483 10.0 1569.0736 1.0 1569.0863 6.0 1569.0989 6.0 1569.1116 3.0 1569.1242 3.0 1569.1369 6.0 1569.1495 3.0 1569.1622 6.0 1569.1749 5.0 1569.1875 5.0 1569.2002 15.0 1569.2128 4.0 1569.2255 7.0 1569.2381 1.0 1569.2508 3.0 1569.2634 7.0 1569.2761 8.0 1569.2887 2.0 1569.3014 3.0 1569.314 6.0 1569.3267 12.0 1569.3393 8.0 1569.352 4.0 1569.3646 3.0 1569.3773 3.0 1569.3899 6.0 1569.4026 3.0 1569.4152 3.0 1569.4279 3.0 1569.4406 3.0 1569.4532 2.0 1569.4659 9.0 1569.4785 14.0 1569.4912 7.0 1569.5038 2.0 1569.5165 5.0 1569.5291 3.0 1569.5418 8.0 1569.5544 4.0 1569.5671 2.0 1569.5797 3.0 1569.5924 6.0 1569.605 4.0 1569.6177 3.0 1569.6304 2.0 1569.643 11.0 1569.6557 7.0 1569.6683 9.0 1569.681 5.0 1569.6936 3.0 1569.7063 3.0 1569.7189 5.0 1569.7316 7.0 1569.7442 8.0 1569.7569 3.0 1569.7696 7.0 1569.7822 10.0 1569.7949 3.0 1569.8075 5.0 1569.8202 8.0 1569.8328 5.0 1569.8581 5.0 1569.8834 5.0 1569.8961 14.0 1569.9088 8.0 1569.9214 5.0 1569.9341 5.0 1569.9467 2.0 1569.9594 3.0 1569.972 3.0 1569.9847 3.0 1569.9973 2.0 1570.01 5.0 1570.0227 6.0 1570.0353 6.0 1570.048 4.0 1570.0606 3.0 1570.0733 9.0 1570.0859 7.0 1570.0986 3.0 1570.1112 3.0 1570.1239 5.0 1570.1366 1.0 1570.1492 1.0 1570.1619 2.0 1570.1745 2.0 1570.1872 3.0 1570.1998 4.0 1570.2125 2.0 1570.2251 9.0 1570.2378 2.0 1570.2505 15.0 1570.2631 10.0 1570.2758 6.0 1570.2884 5.0 1570.3011 4.0 1570.3137 6.0 1570.3264 3.0 1570.3391 1.0 1570.3517 2.0 1570.377 5.0 1570.3897 3.0 1570.4023 4.0 1570.415 6.0 1570.4277 8.0 1570.4403 6.0 1570.453 8.0 1570.4656 10.0 1570.4783 9.0 1570.4909 7.0 1570.5163 3.0 1570.5289 2.0 1570.5416 5.0 1570.5542 9.0 1570.5669 2.0 1570.5795 4.0 1570.5922 2.0 1570.6049 1.0 1570.6175 7.0 1570.6302 7.0 1570.6428 10.0 1570.6555 1.0 1570.6681 11.0 1570.6808 4.0 1570.6935 5.0 1570.7061 6.0 1570.7188 8.0 1570.7314 6.0 1570.7441 2.0 1570.7568 7.0 1570.7694 3.0 1570.7821 2.0 1570.7947 2.0 1570.8074 15.0 1570.82 8.0 1570.8327 5.0 1570.8454 4.0 1570.858 3.0 1570.8707 9.0 1570.8833 6.0 1570.896 4.0 1570.9087 4.0 1570.9213 8.0 1570.934 5.0 1570.9466 5.0 1570.9593 3.0 1570.972 8.0 1570.9846 6.0 1570.9973 7.0 1571.0099 8.0 1571.0226 5.0 1571.0353 7.0 1571.0479 6.0 1571.0606 8.0 1571.0732 3.0 1571.0859 4.0 1571.0985 2.0 1571.1112 8.0 1571.1239 10.0 1571.1365 5.0 1571.1492 8.0 1571.1618 8.0 1571.1745 7.0 1571.1872 11.0 1571.1998 7.0 1571.2125 5.0 1571.2251 4.0 1571.2378 11.0 1571.2505 14.0 1571.2631 11.0 1571.2758 6.0 1571.2885 2.0 1571.3011 2.0 1571.3138 7.0 1571.3264 3.0 1571.3391 5.0 1571.3518 4.0 1571.3644 5.0 1571.3771 11.0 1571.3897 5.0 1571.4024 3.0 1571.4151 9.0 1571.4277 11.0 1571.4404 8.0 1571.453 6.0 1571.4657 4.0 1571.4784 4.0 1571.491 7.0 1571.5037 3.0 1571.5164 7.0 1571.529 6.0 1571.5417 8.0 1571.5543 2.0 1571.567 8.0 1571.5797 18.0 1571.5923 8.0 1571.605 6.0 1571.6176 3.0 1571.6303 7.0 1571.643 1.0 1571.6556 2.0 1571.6683 1.0 1571.681 1.0 1571.6936 2.0 1571.7063 2.0 1571.7189 4.0 1571.7316 3.0 1571.7443 4.0 1571.7569 3.0 1571.7696 1.0 1571.7823 4.0 1571.7949 1.0 1571.8076 3.0 1571.8202 1.0 1571.8329 3.0 1571.8456 10.0 1571.8582 4.0 1571.8836 2.0 1571.8962 5.0 1571.9089 2.0 1571.9215 6.0 1571.9342 3.0 1571.9469 2.0 1571.9595 8.0 1571.9722 4.0 1571.9849 4.0 1571.9975 6.0 1572.0102 10.0 1572.0229 5.0 1572.0355 4.0 1572.0482 2.0 1572.0608 4.0 1572.0735 6.0 1572.0862 2.0 1572.0988 2.0 1572.1115 2.0 1572.1242 3.0 1572.1368 13.0 1572.1495 8.0 1572.1622 4.0 1572.1748 8.0 1572.1875 9.0 1572.2001 2.0 1572.2128 3.0 1572.2255 9.0 1572.2381 1.0 1572.2508 5.0 1572.2635 11.0 1572.2761 4.0 1572.2888 2.0 1572.3015 5.0 1572.3141 3.0 1572.3268 8.0 1572.3395 5.0 1572.3521 4.0 1572.3648 6.0 1572.3775 6.0 1572.3901 4.0 1572.4028 6.0 1572.4154 10.0 1572.4408 8.0 1572.4534 9.0 1572.4661 3.0 1572.4788 6.0 1572.4914 9.0 1572.5041 10.0 1572.5168 13.0 1572.5294 5.0 1572.5421 5.0 1572.5548 1.0 1572.5674 3.0 1572.5801 4.0 1572.5928 7.0 1572.6054 9.0 1572.6181 7.0 1572.6308 10.0 1572.6434 4.0 1572.6561 5.0 1572.6688 5.0 1572.6814 1.0 1572.6941 4.0 1572.7068 2.0 1572.7194 4.0 1572.7321 1.0 1572.7448 3.0 1572.7574 3.0 1572.7701 1.0 1572.7828 4.0 1572.7954 4.0 1572.8081 5.0 1572.8208 3.0 1572.8334 1.0 1572.8461 1.0 1572.8714 2.0 1572.8841 3.0 1572.8968 2.0 1572.9094 3.0 1572.9221 8.0 1572.9348 4.0 1572.9474 4.0 1572.9601 6.0 1572.9728 1.0 1572.9854 3.0 1572.9981 6.0 1573.0108 3.0 1573.0234 2.0 1573.0361 11.0 1573.0488 13.0 1573.0614 4.0 1573.0741 1.0 1573.0868 4.0 1573.0994 5.0 1573.1121 7.0 1573.1248 5.0 1573.1374 3.0 1573.1501 4.0 1573.1628 3.0 1573.1754 4.0 1573.1881 16.0 1573.2008 17.0 1573.2135 13.0 1573.2261 5.0 1573.2388 2.0 1573.2515 5.0 1573.2641 9.0 1573.2768 3.0 1573.2895 7.0 1573.3021 16.0 1573.3148 13.0 1573.3275 8.0 1573.3401 2.0 1573.3528 1.0 1573.3655 1.0 1573.3781 10.0 1573.3908 9.0 1573.4035 9.0 1573.4162 14.0 1573.4288 14.0 1573.4415 15.0 1573.4542 5.0 1573.4668 2.0 1573.4795 2.0 1573.4922 3.0 1573.5048 3.0 1573.5175 9.0 1573.5302 4.0 1573.5428 7.0 1573.5555 5.0 1573.5682 9.0 1573.5809 3.0 1573.6062 2.0 1573.6189 3.0 1573.6315 1.0 1573.6442 3.0 1573.6569 3.0 1573.6695 4.0 1573.6822 3.0 1573.6949 5.0 1573.7076 7.0 1573.7202 9.0 1573.7329 10.0 1573.7456 6.0 1573.7582 12.0 1573.7709 8.0 1573.7836 5.0 1573.7963 1.0 1573.8089 12.0 1573.8216 12.0 1573.8343 1.0 1573.8469 1.0 1573.8596 6.0 1573.8723 6.0 1573.8976 1.0 1573.9103 2.0 1573.923 7.0 1573.9356 7.0 1573.9483 9.0 1573.961 4.0 1573.9736 4.0 1573.9863 1.0 1573.999 5.0 1574.0117 9.0 1574.0243 8.0 1574.037 3.0 1574.0497 5.0 1574.0624 5.0 1574.075 6.0 1574.0877 4.0 1574.1004 2.0 1574.113 2.0 1574.1257 5.0 1574.1384 4.0 1574.1511 8.0 1574.1637 4.0 1574.1764 2.0 1574.1891 6.0 1574.2017 5.0 1574.2144 7.0 1574.2271 12.0 1574.2398 5.0 1574.2524 8.0 1574.2651 11.0 1574.2778 3.0 1574.2905 5.0 1574.3031 4.0 1574.3158 6.0 1574.3285 6.0 1574.3411 6.0 1574.3538 10.0 1574.3665 7.0 1574.3792 8.0 1574.3918 2.0 1574.4045 5.0 1574.4172 6.0 1574.4299 3.0 1574.4425 12.0 1574.4552 3.0 1574.4679 2.0 1574.4805 5.0 1574.4932 5.0 1574.5059 10.0 1574.5186 7.0 1574.5312 2.0 1574.5439 6.0 1574.5566 14.0 1574.5693 3.0 1574.5819 8.0 1574.5946 6.0 1574.6073 2.0 1574.62 3.0 1574.6326 8.0 1574.6453 5.0 1574.658 8.0 1574.6707 2.0 1574.6833 1.0 1574.696 8.0 1574.7087 13.0 1574.7214 13.0 1574.734 10.0 1574.7467 5.0 1574.7594 8.0 1574.7721 3.0 1574.7847 4.0 1574.7974 4.0 1574.8101 7.0 1574.8228 10.0 1574.8354 14.0 1574.8481 10.0 1574.8608 3.0 1574.8735 5.0 1574.8861 5.0 1574.8988 1.0 1574.9115 3.0 1574.9242 5.0 1574.9368 1.0 1574.9495 5.0 1574.9622 6.0 1574.9749 2.0 1574.9875 4.0 1575.0129 2.0 1575.0256 6.0 1575.0382 8.0 1575.0509 9.0 1575.0636 8.0 1575.0763 3.0 1575.0889 6.0 1575.1016 2.0 1575.1143 9.0 1575.127 7.0 1575.1396 12.0 1575.1523 10.0 1575.165 3.0 1575.1777 6.0 1575.1903 3.0 1575.203 4.0 1575.2157 8.0 1575.2284 13.0 1575.2411 10.0 1575.2537 7.0 1575.2664 5.0 1575.2791 10.0 1575.2918 8.0 1575.3044 7.0 1575.3171 10.0 1575.3298 6.0 1575.3425 12.0 1575.3551 13.0 1575.3678 10.0 1575.3805 11.0 1575.3932 11.0 1575.4059 7.0 1575.4185 3.0 1575.4312 5.0 1575.4439 2.0 1575.4566 4.0 1575.4692 6.0 1575.4819 2.0 1575.4946 2.0 1575.5073 5.0 1575.52 6.0 1575.5326 4.0 1575.5453 4.0 1575.558 8.0 1575.5707 7.0 1575.5833 5.0 1575.596 8.0 1575.6087 5.0 1575.6214 6.0 1575.6341 6.0 1575.6467 5.0 1575.6594 5.0 1575.6721 2.0 1575.6848 6.0 1575.6974 11.0 1575.7101 5.0 1575.7228 11.0 1575.7355 2.0 1575.7608 1.0 1575.7735 2.0 1575.7862 3.0 1575.7989 6.0 1575.8116 4.0 1575.8242 5.0 1575.8369 7.0 1575.8496 9.0 1575.8623 6.0 1575.8749 8.0 1575.8876 3.0 1575.9003 5.0 1575.913 7.0 1575.9257 3.0 1575.9383 9.0 1575.951 4.0 1575.9637 6.0 1575.9764 4.0 1576.0017 4.0 1576.0144 3.0 1576.0271 4.0 1576.0398 5.0 1576.0525 11.0 1576.0651 9.0 1576.0778 4.0 1576.0905 4.0 1576.1032 8.0 1576.1159 4.0 1576.1285 4.0 1576.1412 4.0 1576.1539 5.0 1576.1666 1.0 1576.1793 2.0 1576.1919 4.0 1576.2046 8.0 1576.23 4.0 1576.2427 3.0 1576.2553 2.0 1576.268 2.0 1576.2807 5.0 1576.2934 6.0 1576.3061 6.0 1576.3188 4.0 1576.3441 2.0 1576.3568 4.0 1576.3695 10.0 1576.3822 16.0 1576.3948 6.0 1576.4075 5.0 1576.4202 4.0 1576.4329 13.0 1576.4456 6.0 1576.4582 7.0 1576.4709 5.0 1576.4836 4.0 1576.4963 3.0 1576.509 9.0 1576.5217 4.0 1576.5343 5.0 1576.547 6.0 1576.5597 6.0 1576.5724 4.0 1576.5851 9.0 1576.5977 6.0 1576.6104 3.0 1576.6231 5.0 1576.6358 3.0 1576.6485 6.0 1576.6612 11.0 1576.6738 7.0 1576.6865 4.0 1576.7119 5.0 1576.7246 10.0 1576.7373 9.0 1576.7499 6.0 1576.7626 9.0 1576.7753 7.0 1576.788 7.0 1576.8007 3.0 1576.8133 4.0 1576.826 6.0 1576.8387 2.0 1576.8514 2.0 1576.8641 1.0 1576.8894 10.0 1576.9021 12.0 1576.9148 8.0 1576.9275 4.0 1576.9402 11.0 1576.9529 8.0 1576.9655 9.0 1576.9782 13.0 1576.9909 10.0 1577.0036 5.0 1577.0163 2.0 1577.029 5.0 1577.0417 1.0 1577.0543 1.0 1577.067 4.0 1577.0797 5.0 1577.0924 3.0 1577.1051 4.0 1577.1178 7.0 1577.1304 9.0 1577.1431 6.0 1577.1558 8.0 1577.1685 4.0 1577.1812 6.0 1577.1939 5.0 1577.2065 4.0 1577.2192 2.0 1577.2319 2.0 1577.2446 3.0 1577.2573 2.0 1577.27 4.0 1577.2953 6.0 1577.308 5.0 1577.3207 5.0 1577.3334 3.0 1577.3461 4.0 1577.3588 2.0 1577.3714 6.0 1577.3841 15.0 1577.3968 14.0 1577.4095 5.0 1577.4222 4.0 1577.4349 8.0 1577.4476 3.0 1577.4602 8.0 1577.4729 12.0 1577.4856 4.0 1577.4983 3.0 1577.511 2.0 1577.5237 4.0 1577.5364 4.0 1577.549 7.0 1577.5617 8.0 1577.5744 9.0 1577.5871 8.0 1577.5998 5.0 1577.6125 2.0 1577.6252 2.0 1577.6379 2.0 1577.6505 3.0 1577.6632 6.0 1577.6759 5.0 1577.6886 7.0 1577.7013 7.0 1577.714 2.0 1577.7267 4.0 1577.7393 5.0 1577.752 6.0 1577.7647 1.0 1577.7774 3.0 1577.7901 3.0 1577.8028 2.0 1577.8155 1.0 1577.8282 4.0 1577.8408 9.0 1577.8535 11.0 1577.8662 9.0 1577.8789 5.0 1577.8916 11.0 1577.9043 7.0 1577.917 3.0 1577.9296 3.0 1577.9423 10.0 1577.9677 1.0 1577.9804 3.0 1577.9931 4.0 1578.0058 3.0 1578.0185 3.0 1578.0312 4.0 1578.0438 1.0 1578.0565 5.0 1578.0692 10.0 1578.0819 5.0 1578.0946 4.0 1578.1073 5.0 1578.12 1.0 1578.1327 12.0 1578.1453 11.0 1578.158 3.0 1578.1707 4.0 1578.1834 2.0 1578.1961 2.0 1578.2088 6.0 1578.2215 12.0 1578.2342 2.0 1578.2469 1.0 1578.2595 5.0 1578.2722 8.0 1578.2849 4.0 1578.2976 3.0 1578.3103 2.0 1578.3484 3.0 1578.3611 5.0 1578.3737 11.0 1578.3864 6.0 1578.3991 4.0 1578.4118 2.0 1578.4245 4.0 1578.4372 4.0 1578.4499 9.0 1578.4626 5.0 1578.4753 5.0 1578.4879 8.0 1578.5006 6.0 1578.5133 6.0 1578.526 8.0 1578.5387 7.0 1578.5514 5.0 1578.5641 1.0 1578.5768 4.0 1578.5895 2.0 1578.6022 8.0 1578.6148 7.0 1578.6275 9.0 1578.6402 6.0 1578.6529 6.0 1578.6656 6.0 1578.6783 4.0 1578.691 5.0 1578.7037 4.0 1578.7164 4.0 1578.7291 7.0 1578.7418 8.0 1578.7544 5.0 1578.7671 2.0 1578.7798 2.0 1578.7925 7.0 1578.8052 4.0 1578.8179 7.0 1578.8306 3.0 1578.8433 9.0 1578.856 6.0 1578.8687 6.0 1578.8814 5.0 1578.894 1.0 1578.9067 2.0 1578.9194 2.0 1578.9321 5.0 1578.9448 10.0 1578.9575 9.0 1578.9702 3.0 1578.9829 3.0 1578.9956 2.0 1579.0083 6.0 1579.021 9.0 1579.0337 4.0 1579.0463 6.0 1579.059 3.0 1579.0717 2.0 1579.0844 3.0 1579.0971 6.0 1579.1098 5.0 1579.1225 4.0 1579.1479 2.0 1579.1606 2.0 1579.1733 1.0 1579.186 2.0 1579.1987 5.0 1579.2113 5.0 1579.224 2.0 1579.2367 3.0 1579.2494 6.0 1579.2621 6.0 1579.2748 8.0 1579.2875 5.0 1579.3002 1.0 1579.3129 1.0 1579.3256 5.0 1579.3383 4.0 1579.351 7.0 1579.3637 9.0 1579.3764 8.0 1579.3891 8.0 1579.4017 5.0 1579.4144 6.0 1579.4271 4.0 1579.4398 2.0 1579.4525 8.0 1579.4652 4.0 1579.4779 11.0 1579.4906 11.0 1579.5033 5.0 1579.516 5.0 1579.5287 8.0 1579.5414 3.0 1579.5541 1.0 1579.5668 3.0 1579.5795 7.0 1579.5922 6.0 1579.6048 1.0 1579.6175 4.0 1579.6302 4.0 1579.6429 11.0 1579.6556 11.0 1579.6683 6.0 1579.681 1.0 1579.6937 7.0 1579.7064 5.0 1579.7191 4.0 1579.7318 4.0 1579.7445 5.0 1579.7572 8.0 1579.7699 12.0 1579.7826 12.0 1579.7953 4.0 1579.808 5.0 1579.8207 5.0 1579.8334 5.0 1579.846 9.0 1579.8587 6.0 1579.8714 3.0 1579.8841 7.0 1579.8968 1.0 1579.9095 4.0 1579.9222 8.0 1579.9349 2.0 1579.9476 1.0 1579.9603 2.0 1579.973 5.0 1579.9857 4.0 1579.9984 4.0 1580.0111 3.0 1580.0238 2.0 1580.0492 1.0 1580.0619 4.0 1580.0746 6.0 1580.0873 3.0 1580.1 6.0 1580.1127 8.0 1580.1254 2.0 1580.1381 4.0 1580.1507 4.0 1580.1634 3.0 1580.1761 9.0 1580.1888 3.0 1580.2015 9.0 1580.2142 3.0 1580.2269 5.0 1580.2396 4.0 1580.2523 3.0 1580.265 3.0 1580.2904 3.0 1580.3031 7.0 1580.3158 4.0 1580.3285 7.0 1580.3412 6.0 1580.3539 7.0 1580.3666 9.0 1580.3793 3.0 1580.392 4.0 1580.4047 3.0 1580.4174 8.0 1580.4301 4.0 1580.4428 5.0 1580.4555 7.0 1580.4682 4.0 1580.4809 2.0 1580.4936 4.0 1580.5063 3.0 1580.519 3.0 1580.5317 6.0 1580.5444 5.0 1580.5571 4.0 1580.5698 2.0 1580.5825 6.0 1580.5952 6.0 1580.6079 4.0 1580.6206 7.0 1580.6333 12.0 1580.646 6.0 1580.6587 7.0 1580.6713 2.0 1580.684 4.0 1580.6967 2.0 1580.7094 5.0 1580.7221 3.0 1580.7348 5.0 1580.7475 5.0 1580.7602 6.0 1580.7729 4.0 1580.7856 3.0 1580.7983 3.0 1580.811 2.0 1580.8237 5.0 1580.8364 5.0 1580.8491 8.0 1580.8618 9.0 1580.8745 4.0 1580.8872 8.0 1580.8999 9.0 1580.9126 3.0 1580.9253 8.0 1580.938 5.0 1580.9507 3.0 1580.9634 11.0 1580.9761 4.0 1580.9888 10.0 1581.0015 2.0 1581.0142 3.0 1581.0269 1.0 1581.0396 1.0 1581.0523 5.0 1581.065 3.0 1581.0777 6.0 1581.0904 2.0 1581.1031 2.0 1581.1158 9.0 1581.1285 5.0 1581.1412 4.0 1581.1539 4.0 1581.1666 6.0 1581.1793 5.0 1581.192 3.0 1581.2047 6.0 1581.2174 4.0 1581.2301 8.0 1581.2428 6.0 1581.2555 7.0 1581.2682 7.0 1581.2809 3.0 1581.2936 8.0 1581.3063 1.0 1581.319 7.0 1581.3317 3.0 1581.3444 6.0 1581.3571 10.0 1581.3699 4.0 1581.3826 8.0 1581.3953 10.0 1581.408 4.0 1581.4207 2.0 1581.4334 3.0 1581.4461 2.0 1581.4588 3.0 1581.4715 1.0 1581.4842 5.0 1581.4969 6.0 1581.5096 7.0 1581.5223 2.0 1581.535 1.0 1581.5477 6.0 1581.5604 6.0 1581.5731 6.0 1581.5858 3.0 1581.5985 1.0 1581.6112 7.0 1581.6239 8.0 1581.6366 1.0 1581.6493 5.0 1581.662 10.0 1581.6747 5.0 1581.6874 4.0 1581.7001 3.0 1581.7128 5.0 1581.7255 3.0 1581.7382 9.0 1581.7509 8.0 1581.7636 11.0 1581.7763 11.0 1581.789 3.0 1581.8017 2.0 1581.8144 4.0 1581.8271 6.0 1581.8398 7.0 1581.8525 8.0 1581.8652 5.0 1581.8779 4.0 1581.8907 3.0 1581.9034 6.0 1581.9161 5.0 1581.9288 1.0 1581.9542 7.0 1581.9669 5.0 1581.9796 4.0 1581.9923 7.0 1582.005 2.0 1582.0177 2.0 1582.0304 2.0 1582.0431 9.0 1582.0558 17.0 1582.0685 6.0 1582.0812 9.0 1582.0939 10.0 1582.1066 7.0 1582.1193 3.0 1582.132 6.0 1582.1447 1.0 1582.1574 1.0 1582.1701 1.0 1582.1828 5.0 1582.1956 2.0 1582.2083 2.0 1582.221 8.0 1582.2337 4.0 1582.2464 2.0 1582.2591 2.0 1582.2718 5.0 1582.2845 7.0 1582.2972 1.0 1582.3099 3.0 1582.3226 1.0 1582.3353 5.0 1582.348 4.0 1582.3734 9.0 1582.3861 2.0 1582.3988 4.0 1582.4115 10.0 1582.4242 11.0 1582.437 6.0 1582.4497 3.0 1582.4624 7.0 1582.4751 4.0 1582.4878 19.0 1582.5005 13.0 1582.5132 2.0 1582.5259 7.0 1582.5386 5.0 1582.5513 3.0 1582.564 10.0 1582.5767 9.0 1582.5894 3.0 1582.6021 5.0 1582.6148 11.0 1582.6275 7.0 1582.6402 6.0 1582.653 3.0 1582.6657 11.0 1582.6784 8.0 1582.6911 2.0 1582.7038 9.0 1582.7165 7.0 1582.7292 7.0 1582.7419 6.0 1582.7546 5.0 1582.7673 3.0 1582.78 4.0 1582.7927 3.0 1582.8054 2.0 1582.8181 3.0 1582.8309 2.0 1582.8436 5.0 1582.8563 10.0 1582.869 4.0 1582.8817 4.0 1582.8944 5.0 1582.9071 5.0 1582.9198 3.0 1582.9325 3.0 1582.9452 5.0 1582.9579 5.0 1582.9706 3.0 1582.9833 6.0 1583.0088 7.0 1583.0215 4.0 1583.0342 4.0 1583.0469 6.0 1583.0596 7.0 1583.0723 2.0 1583.085 5.0 1583.0977 3.0 1583.1104 4.0 1583.1231 3.0 1583.1358 4.0 1583.1486 4.0 1583.1613 2.0 1583.174 1.0 1583.1867 8.0 1583.1994 8.0 1583.2121 5.0 1583.2248 14.0 1583.2375 6.0 1583.2502 1.0 1583.2629 4.0 1583.2756 9.0 1583.2884 2.0 1583.3011 3.0 1583.3138 3.0 1583.3265 3.0 1583.3519 3.0 1583.3646 8.0 1583.3773 3.0 1583.39 3.0 1583.4027 8.0 1583.4154 17.0 1583.4282 19.0 1583.4409 14.0 1583.4536 1.0 1583.4663 14.0 1583.479 7.0 1583.4917 5.0 1583.5044 4.0 1583.5171 1.0 1583.5298 3.0 1583.5425 4.0 1583.5553 5.0 1583.568 5.0 1583.5807 4.0 1583.5934 3.0 1583.6061 2.0 1583.6188 2.0 1583.6315 4.0 1583.6442 4.0 1583.6569 6.0 1583.6697 2.0 1583.6824 3.0 1583.6951 1.0 1583.7078 3.0 1583.7205 5.0 1583.7332 3.0 1583.7459 7.0 1583.7586 3.0 1583.7713 2.0 1583.784 3.0 1583.7968 2.0 1583.8095 2.0 1583.8222 5.0 1583.8476 4.0 1583.8603 6.0 1583.873 4.0 1583.8857 3.0 1583.8985 1.0 1583.9112 4.0 1583.9239 5.0 1583.9366 2.0 1583.9493 5.0 1583.962 13.0 1583.9747 3.0 1583.9874 8.0 1584.0001 5.0 1584.0129 4.0 1584.0256 2.0 1584.0383 1.0 1584.051 2.0 1584.0637 1.0 1584.0764 3.0 1584.1018 1.0 1584.1146 2.0 1584.1273 2.0 1584.14 12.0 1584.1527 11.0 1584.1654 4.0 1584.1781 4.0 1584.1908 5.0 1584.2035 10.0 1584.2163 6.0 1584.229 4.0 1584.2417 12.0 1584.2544 8.0 1584.2671 4.0 1584.2798 20.0 1584.2925 14.0 1584.3053 6.0 1584.318 4.0 1584.3307 4.0 1584.3434 9.0 1584.3561 2.0 1584.3688 4.0 1584.3815 4.0 1584.3942 12.0 1584.407 2.0 1584.4197 10.0 1584.4324 10.0 1584.4451 7.0 1584.4578 7.0 1584.4705 7.0 1584.4832 4.0 1584.496 3.0 1584.5087 5.0 1584.5214 5.0 1584.5341 2.0 1584.5595 10.0 1584.5722 6.0 1584.585 6.0 1584.5977 3.0 1584.6104 2.0 1584.6231 4.0 1584.6358 2.0 1584.6485 5.0 1584.6612 5.0 1584.674 7.0 1584.6867 4.0 1584.6994 13.0 1584.7121 13.0 1584.7248 12.0 1584.7375 4.0 1584.7502 9.0 1584.763 9.0 1584.7757 4.0 1584.7884 2.0 1584.8011 2.0 1584.8138 7.0 1584.8265 3.0 1584.8393 5.0 1584.852 5.0 1584.8647 2.0 1584.8774 2.0 1584.8901 1.0 1584.9028 5.0 1584.9155 4.0 1584.9283 11.0 1584.941 7.0 1584.9537 5.0 1584.9664 3.0 1584.9791 5.0 1584.9918 6.0 1585.0046 9.0 1585.0173 5.0 1585.03 13.0 1585.0427 5.0 1585.0554 6.0 1585.0681 8.0 1585.0809 3.0 1585.0936 5.0 1585.1063 3.0 1585.119 1.0 1585.1317 2.0 1585.1444 4.0 1585.1572 5.0 1585.1699 7.0 1585.1826 9.0 1585.1953 4.0 1585.208 9.0 1585.2207 5.0 1585.2335 14.0 1585.2462 11.0 1585.2589 5.0 1585.2716 8.0 1585.2843 4.0 1585.297 5.0 1585.3098 4.0 1585.3225 3.0 1585.3352 6.0 1585.3479 8.0 1585.3606 6.0 1585.3861 3.0 1585.3988 3.0 1585.4242 6.0 1585.4369 8.0 1585.4497 2.0 1585.4624 9.0 1585.4751 12.0 1585.4878 4.0 1585.5005 2.0 1585.5132 10.0 1585.526 7.0 1585.5387 6.0 1585.5514 3.0 1585.5641 7.0 1585.5768 11.0 1585.5896 5.0 1585.6023 3.0 1585.615 4.0 1585.6277 2.0 1585.6404 6.0 1585.6531 4.0 1585.6659 7.0 1585.6786 1.0 1585.6913 7.0 1585.704 8.0 1585.7167 1.0 1585.7295 5.0 1585.7422 8.0 1585.7549 5.0 1585.7676 6.0 1585.7803 3.0 1585.7931 6.0 1585.8058 4.0 1585.8185 3.0 1585.8312 7.0 1585.8439 6.0 1585.8567 4.0 1585.8694 4.0 1585.8821 4.0 1585.8948 5.0 1585.9075 4.0 1585.9203 1.0 1585.933 10.0 1585.9457 7.0 1585.9584 9.0 1585.9711 1.0 1585.9839 7.0 1585.9966 5.0 1586.0093 7.0 1586.022 7.0 1586.0347 4.0 1586.0475 3.0 1586.0602 2.0 1586.0729 10.0 1586.0856 4.0 1586.0983 4.0 1586.1111 2.0 1586.1238 2.0 1586.1365 7.0 1586.1492 6.0 1586.1619 4.0 1586.1747 6.0 1586.1874 4.0 1586.2001 8.0 1586.2128 4.0 1586.2255 1.0 1586.2383 3.0 1586.251 4.0 1586.2637 6.0 1586.2764 8.0 1586.2892 12.0 1586.3019 5.0 1586.3146 8.0 1586.3273 7.0 1586.34 4.0 1586.3528 2.0 1586.3655 5.0 1586.3782 3.0 1586.3909 2.0 1586.4036 5.0 1586.4164 9.0 1586.4291 5.0 1586.4418 17.0 1586.4545 14.0 1586.4673 8.0 1586.48 11.0 1586.4927 16.0 1586.5054 8.0 1586.5181 7.0 1586.5309 2.0 1586.5436 3.0 1586.5563 5.0 1586.569 6.0 1586.5818 3.0 1586.5945 9.0 1586.6072 5.0 1586.6199 1.0 1586.6326 4.0 1586.6454 4.0 1586.6581 12.0 1586.6708 5.0 1586.6835 9.0 1586.6963 7.0 1586.709 4.0 1586.7217 10.0 1586.7344 6.0 1586.7599 5.0 1586.7853 4.0 1586.798 2.0 1586.8108 4.0 1586.8235 2.0 1586.8362 2.0 1586.8489 5.0 1586.8617 4.0 1586.8871 7.0 1586.8998 11.0 1586.9126 6.0 1586.9253 4.0 1586.938 10.0 1586.9507 1.0 1586.9635 4.0 1586.9762 11.0 1586.9889 18.0 1587.0016 10.0 1587.0143 5.0 1587.0271 6.0 1587.0398 12.0 1587.0525 11.0 1587.0652 1.0 1587.078 1.0 1587.0907 3.0 1587.1034 2.0 1587.1161 1.0 1587.1289 3.0 1587.1416 3.0 1587.1543 4.0 1587.167 1.0 1587.1798 7.0 1587.1925 10.0 1587.2052 15.0 1587.2179 5.0 1587.2307 3.0 1587.2434 2.0 1587.2561 2.0 1587.2688 4.0 1587.2816 3.0 1587.2943 1.0 1587.307 2.0 1587.3197 10.0 1587.3325 1.0 1587.3452 2.0 1587.3579 10.0 1587.3706 10.0 1587.3834 3.0 1587.3961 6.0 1587.4088 9.0 1587.4216 4.0 1587.4343 6.0 1587.447 3.0 1587.4597 8.0 1587.4725 4.0 1587.4852 6.0 1587.4979 9.0 1587.5106 4.0 1587.5234 10.0 1587.5361 11.0 1587.5488 4.0 1587.5615 6.0 1587.5743 4.0 1587.587 9.0 1587.5997 3.0 1587.6124 1.0 1587.6252 1.0 1587.6379 2.0 1587.6506 7.0 1587.6634 1.0 1587.6761 3.0 1587.6888 1.0 1587.7015 1.0 1587.7143 4.0 1587.727 11.0 1587.7397 9.0 1587.7524 6.0 1587.7652 6.0 1587.7779 7.0 1587.7906 9.0 1587.8034 2.0 1587.8161 13.0 1587.8288 6.0 1587.8415 4.0 1587.8543 8.0 1587.867 7.0 1587.8797 4.0 1587.8924 4.0 1587.9052 10.0 1587.9179 9.0 1587.9306 4.0 1587.9434 2.0 1587.9561 6.0 1587.9688 6.0 1587.9815 3.0 1587.9943 8.0 1588.007 10.0 1588.0197 5.0 1588.0325 9.0 1588.0452 15.0 1588.0579 18.0 1588.0706 4.0 1588.0834 3.0 1588.0961 4.0 1588.1088 6.0 1588.1216 10.0 1588.1343 5.0 1588.147 9.0 1588.1597 6.0 1588.1725 6.0 1588.1852 4.0 1588.1979 9.0 1588.2107 10.0 1588.2234 2.0 1588.2361 10.0 1588.2488 3.0 1588.2616 1.0 1588.2743 3.0 1588.287 2.0 1588.2998 3.0 1588.3125 5.0 1588.3252 16.0 1588.3379 27.0 1588.3507 4.0 1588.3634 7.0 1588.3761 10.0 1588.3889 9.0 1588.4016 5.0 1588.4143 6.0 1588.4271 10.0 1588.4398 11.0 1588.4525 14.0 1588.4652 8.0 1588.478 1.0 1588.4907 6.0 1588.5034 4.0 1588.5162 6.0 1588.5289 5.0 1588.5416 9.0 1588.5544 5.0 1588.5671 1.0 1588.5798 5.0 1588.5926 6.0 1588.6053 8.0 1588.618 4.0 1588.6307 4.0 1588.6435 7.0 1588.6562 10.0 1588.6689 6.0 1588.6817 1.0 1588.6944 2.0 1588.7071 4.0 1588.7199 10.0 1588.7326 5.0 1588.7453 3.0 1588.7581 8.0 1588.7708 2.0 1588.7835 2.0 1588.7962 10.0 1588.809 9.0 1588.8217 9.0 1588.8344 7.0 1588.8472 5.0 1588.8599 6.0 1588.8726 7.0 1588.8854 6.0 1588.8981 7.0 1588.9108 7.0 1588.9236 2.0 1588.9363 2.0 1588.949 5.0 1588.9618 6.0 1588.9745 4.0 1588.9872 3.0 1589.0 2.0 1589.0254 7.0 1589.0382 8.0 1589.0509 4.0 1589.0636 2.0 1589.0764 4.0 1589.0891 2.0 1589.1018 1.0 1589.1145 2.0 1589.1273 3.0 1589.14 4.0 1589.1655 7.0 1589.1782 6.0 1589.1909 4.0 1589.2037 6.0 1589.2164 2.0 1589.2291 1.0 1589.2419 2.0 1589.2546 2.0 1589.2673 14.0 1589.2801 5.0 1589.2928 3.0 1589.3055 4.0 1589.3183 4.0 1589.331 7.0 1589.3437 8.0 1589.3565 8.0 1589.3692 8.0 1589.3819 3.0 1589.3947 6.0 1589.4074 4.0 1589.4201 3.0 1589.4329 5.0 1589.4456 4.0 1589.4584 2.0 1589.4711 5.0 1589.4838 8.0 1589.4966 3.0 1589.5093 6.0 1589.522 6.0 1589.5348 6.0 1589.5475 8.0 1589.5602 8.0 1589.573 5.0 1589.5857 3.0 1589.5984 4.0 1589.6112 3.0 1589.6239 5.0 1589.6366 4.0 1589.6494 1.0 1589.6621 5.0 1589.6748 3.0 1589.6876 2.0 1589.7003 4.0 1589.713 17.0 1589.7258 10.0 1589.7385 3.0 1589.7512 4.0 1589.764 3.0 1589.7767 4.0 1589.7895 5.0 1589.8022 4.0 1589.8149 15.0 1589.8277 14.0 1589.8404 6.0 1589.8531 6.0 1589.8659 4.0 1589.8786 7.0 1589.8913 5.0 1589.9041 5.0 1589.9168 5.0 1589.9295 4.0 1589.9423 4.0 1589.955 4.0 1589.9678 6.0 1589.9805 5.0 1589.9932 2.0 1590.006 4.0 1590.0187 9.0 1590.0314 4.0 1590.0442 4.0 1590.0569 5.0 1590.0696 8.0 1590.0824 5.0 1590.0951 3.0 1590.1079 4.0 1590.1206 3.0 1590.1333 6.0 1590.1461 6.0 1590.1588 3.0 1590.1715 5.0 1590.1843 4.0 1590.197 8.0 1590.2098 1.0 1590.2225 7.0 1590.2352 10.0 1590.248 7.0 1590.2607 8.0 1590.2734 6.0 1590.2862 15.0 1590.2989 1.0 1590.3117 5.0 1590.3244 14.0 1590.3371 12.0 1590.3499 8.0 1590.3626 7.0 1590.3753 9.0 1590.3881 9.0 1590.4008 3.0 1590.4136 2.0 1590.4263 2.0 1590.439 3.0 1590.4518 5.0 1590.4645 15.0 1590.4772 5.0 1590.49 3.0 1590.5027 6.0 1590.5155 3.0 1590.5282 4.0 1590.5409 1.0 1590.5537 4.0 1590.5664 10.0 1590.5792 7.0 1590.5919 7.0 1590.6046 13.0 1590.6174 5.0 1590.6301 6.0 1590.6428 4.0 1590.6556 5.0 1590.6683 8.0 1590.6811 6.0 1590.7065 2.0 1590.732 1.0 1590.7448 4.0 1590.7575 1.0 1590.7702 5.0 1590.783 5.0 1590.8085 4.0 1590.8339 2.0 1590.8467 2.0 1590.8594 6.0 1590.8722 7.0 1590.8849 3.0 1590.8976 6.0 1590.9104 3.0 1590.9231 6.0 1590.9359 3.0 1590.9486 4.0 1590.9613 8.0 1590.9741 5.0 1590.9868 5.0 1590.9996 3.0 1591.0123 2.0 1591.025 2.0 1591.0378 7.0 1591.0505 1.0 1591.0633 10.0 1591.076 9.0 1591.0887 1.0 1591.1015 4.0 1591.1142 10.0 1591.127 16.0 1591.1397 7.0 1591.1524 7.0 1591.1652 12.0 1591.1779 9.0 1591.1907 11.0 1591.2034 8.0 1591.2161 3.0 1591.2289 9.0 1591.2416 6.0 1591.2544 4.0 1591.2671 4.0 1591.2799 1.0 1591.2926 4.0 1591.3053 4.0 1591.3181 4.0 1591.3308 8.0 1591.3436 2.0 1591.3563 5.0 1591.369 14.0 1591.3818 6.0 1591.3945 8.0 1591.4073 2.0 1591.42 4.0 1591.4328 2.0 1591.4455 12.0 1591.4582 5.0 1591.471 5.0 1591.4837 3.0 1591.4965 4.0 1591.5092 5.0 1591.522 8.0 1591.5347 8.0 1591.5474 5.0 1591.5602 5.0 1591.5729 5.0 1591.5857 5.0 1591.5984 9.0 1591.6111 6.0 1591.6239 2.0 1591.6366 5.0 1591.6494 4.0 1591.6621 4.0 1591.6749 4.0 1591.6876 2.0 1591.7004 5.0 1591.7131 1.0 1591.7258 1.0 1591.7386 6.0 1591.7513 3.0 1591.7641 1.0 1591.7768 5.0 1591.7896 5.0 1591.8023 6.0 1591.815 8.0 1591.8278 2.0 1591.8405 4.0 1591.8533 1.0 1591.866 7.0 1591.8788 9.0 1591.8915 9.0 1591.9042 7.0 1591.917 8.0 1591.9297 5.0 1591.9425 7.0 1591.9552 2.0 1591.968 6.0 1591.9807 4.0 1592.0062 1.0 1592.0189 5.0 1592.0317 6.0 1592.0444 5.0 1592.0699 4.0 1592.0827 6.0 1592.0954 2.0 1592.1082 2.0 1592.1209 3.0 1592.1336 1.0 1592.1464 5.0 1592.1591 2.0 1592.1719 3.0 1592.1846 3.0 1592.1974 2.0 1592.2101 1.0 1592.2229 2.0 1592.2356 4.0 1592.2484 4.0 1592.2611 7.0 1592.2738 4.0 1592.2866 7.0 1592.2993 5.0 1592.3121 4.0 1592.3248 1.0 1592.3376 1.0 1592.3503 3.0 1592.3631 7.0 1592.3758 6.0 1592.3886 6.0 1592.4013 14.0 1592.414 16.0 1592.4268 6.0 1592.4395 9.0 1592.4523 15.0 1592.465 11.0 1592.4778 7.0 1592.4905 4.0 1592.5033 10.0 1592.516 10.0 1592.5288 6.0 1592.5415 6.0 1592.5543 2.0 1592.567 4.0 1592.5797 13.0 1592.5925 5.0 1592.6052 6.0 1592.618 1.0 1592.6307 6.0 1592.6435 3.0 1592.6562 5.0 1592.669 1.0 1592.6817 2.0 1592.6945 4.0 1592.7072 2.0 1592.72 4.0 1592.7327 12.0 1592.7455 13.0 1592.7582 2.0 1592.771 3.0 1592.7837 8.0 1592.7965 3.0 1592.8092 8.0 1592.8219 3.0 1592.8347 9.0 1592.8474 1.0 1592.8602 1.0 1592.8729 3.0 1592.8857 1.0 1592.8984 7.0 1592.9112 7.0 1592.9239 3.0 1592.9367 6.0 1592.9494 1.0 1592.9622 2.0 1592.9749 5.0 1592.9877 2.0 1593.0004 1.0 1593.0132 11.0 1593.0259 8.0 1593.0387 3.0 1593.0514 2.0 1593.0642 1.0 1593.0769 5.0 1593.0897 1.0 1593.1024 4.0 1593.1152 3.0 1593.1279 7.0 1593.1407 6.0 1593.1534 2.0 1593.1662 6.0 1593.1789 1.0 1593.1917 2.0 1593.2044 5.0 1593.2171 10.0 1593.2299 13.0 1593.2426 4.0 1593.2554 4.0 1593.2681 8.0 1593.2809 4.0 1593.2936 6.0 1593.3064 4.0 1593.3191 3.0 1593.3319 1.0 1593.3446 2.0 1593.3574 7.0 1593.3701 9.0 1593.3829 6.0 1593.3956 8.0 1593.4084 8.0 1593.4211 5.0 1593.4339 5.0 1593.4466 2.0 1593.4594 2.0 1593.4721 7.0 1593.4849 6.0 1593.4976 2.0 1593.5104 3.0 1593.5231 7.0 1593.5359 4.0 1593.5486 11.0 1593.5614 7.0 1593.5741 1.0 1593.5869 6.0 1593.5997 11.0 1593.6124 11.0 1593.6252 5.0 1593.6379 3.0 1593.6507 2.0 1593.6634 2.0 1593.6762 3.0 1593.6889 5.0 1593.7017 2.0 1593.7144 3.0 1593.7272 1.0 1593.7399 4.0 1593.7527 5.0 1593.7654 3.0 1593.7782 5.0 1593.7909 2.0 1593.8037 3.0 1593.8164 1.0 1593.8292 5.0 1593.8419 5.0 1593.8547 3.0 1593.8674 2.0 1593.8802 8.0 1593.8929 2.0 1593.9057 1.0 1593.9312 4.0 1593.9439 7.0 1593.9567 5.0 1593.9694 4.0 1593.9822 10.0 1593.995 12.0 1594.0077 4.0 1594.0205 7.0 1594.0332 1.0 1594.046 3.0 1594.0587 2.0 1594.0715 6.0 1594.0842 5.0 1594.097 4.0 1594.1097 7.0 1594.1225 4.0 1594.1352 6.0 1594.148 3.0 1594.1607 2.0 1594.1735 4.0 1594.1862 4.0 1594.199 2.0 1594.2117 7.0 1594.2245 15.0 1594.2373 8.0 1594.25 9.0 1594.2628 6.0 1594.2755 5.0 1594.2883 9.0 1594.301 5.0 1594.3138 2.0 1594.3265 3.0 1594.3393 6.0 1594.352 12.0 1594.3648 7.0 1594.3775 4.0 1594.3903 5.0 1594.4031 2.0 1594.4158 3.0 1594.4286 12.0 1594.4413 7.0 1594.4541 6.0 1594.4668 7.0 1594.4796 7.0 1594.4923 4.0 1594.5051 9.0 1594.5178 1.0 1594.5306 4.0 1594.5434 8.0 1594.5561 12.0 1594.5689 3.0 1594.5816 6.0 1594.5944 4.0 1594.6071 6.0 1594.6199 1.0 1594.6326 2.0 1594.6454 2.0 1594.6581 3.0 1594.6709 3.0 1594.6837 4.0 1594.6964 3.0 1594.7092 6.0 1594.7219 9.0 1594.7347 7.0 1594.7474 2.0 1594.7602 10.0 1594.7729 11.0 1594.7857 3.0 1594.7985 9.0 1594.8112 4.0 1594.824 1.0 1594.8367 4.0 1594.8495 3.0 1594.8622 3.0 1594.875 3.0 1594.8877 4.0 1594.9005 10.0 1594.9133 4.0 1594.926 5.0 1594.9388 2.0 1594.9515 3.0 1594.9643 7.0 1594.977 2.0 1594.9898 14.0 1595.0026 12.0 1595.0153 4.0 1595.0281 10.0 1595.0408 3.0 1595.0536 5.0 1595.0663 3.0 1595.0918 1.0 1595.1046 4.0 1595.1174 10.0 1595.1301 8.0 1595.1429 2.0 1595.1556 2.0 1595.1684 5.0 1595.1811 7.0 1595.1939 5.0 1595.2067 7.0 1595.2194 3.0 1595.2322 8.0 1595.2449 5.0 1595.2577 12.0 1595.2704 2.0 1595.2832 1.0 1595.296 7.0 1595.3087 10.0 1595.3215 3.0 1595.3342 3.0 1595.347 4.0 1595.3598 5.0 1595.3725 4.0 1595.3853 4.0 1595.398 1.0 1595.4108 3.0 1595.4235 5.0 1595.4363 3.0 1595.4491 7.0 1595.4618 10.0 1595.4746 17.0 1595.4873 14.0 1595.5001 6.0 1595.5128 14.0 1595.5256 12.0 1595.5384 7.0 1595.5511 6.0 1595.5639 5.0 1595.5766 3.0 1595.5894 4.0 1595.6022 5.0 1595.6149 8.0 1595.6277 8.0 1595.6404 4.0 1595.6532 3.0 1595.666 1.0 1595.6787 7.0 1595.6915 1.0 1595.7042 2.0 1595.717 4.0 1595.7298 4.0 1595.7425 7.0 1595.7553 6.0 1595.768 8.0 1595.7808 12.0 1595.7935 5.0 1595.8063 12.0 1595.8191 6.0 1595.8318 6.0 1595.8446 4.0 1595.8573 6.0 1595.8701 4.0 1595.8829 3.0 1595.8956 6.0 1595.9084 6.0 1595.9211 1.0 1595.9339 6.0 1595.9467 3.0 1595.9594 7.0 1595.9722 5.0 1595.985 1.0 1596.0105 1.0 1596.0232 5.0 1596.036 1.0 1596.0488 3.0 1596.0615 3.0 1596.0743 2.0 1596.087 1.0 1596.0998 9.0 1596.1126 4.0 1596.1253 5.0 1596.1381 4.0 1596.1508 1.0 1596.1636 1.0 1596.1764 2.0 1596.1891 1.0 1596.2019 6.0 1596.2146 10.0 1596.2274 9.0 1596.2402 4.0 1596.2529 4.0 1596.2785 4.0 1596.2912 6.0 1596.304 10.0 1596.3167 7.0 1596.3295 8.0 1596.3423 9.0 1596.355 7.0 1596.3678 7.0 1596.3805 5.0 1596.3933 7.0 1596.4061 6.0 1596.4188 4.0 1596.4316 5.0 1596.4444 14.0 1596.4571 1.0 1596.4699 6.0 1596.4826 4.0 1596.4954 5.0 1596.5082 4.0 1596.5209 4.0 1596.5337 8.0 1596.5465 5.0 1596.5592 8.0 1596.572 11.0 1596.5847 4.0 1596.5975 4.0 1596.6103 6.0 1596.623 2.0 1596.6358 12.0 1596.6486 1.0 1596.6613 4.0 1596.6741 1.0 1596.6869 9.0 1596.6996 9.0 1596.7124 1.0 1596.7251 7.0 1596.7379 4.0 1596.7507 2.0 1596.7634 3.0 1596.7762 5.0 1596.789 3.0 1596.8017 3.0 1596.8145 1.0 1596.8272 2.0 1596.84 1.0 1596.8528 6.0 1596.8655 2.0 1596.8783 2.0 1596.8911 5.0 1596.9038 1.0 1596.9166 2.0 1596.9294 1.0 1596.9421 2.0 1596.9549 2.0 1596.9677 3.0 1596.9804 11.0 1596.9932 15.0 1597.0059 1.0 1597.0187 4.0 1597.0315 2.0 1597.0442 3.0 1597.057 10.0 1597.0698 3.0 1597.0825 6.0 1597.0953 3.0 1597.1081 10.0 1597.1208 7.0 1597.1336 4.0 1597.1464 4.0 1597.1591 1.0 1597.1719 4.0 1597.1847 12.0 1597.1974 3.0 1597.2102 2.0 1597.223 7.0 1597.2357 11.0 1597.2485 8.0 1597.2612 3.0 1597.274 11.0 1597.2868 11.0 1597.2995 1.0 1597.3123 2.0 1597.3251 2.0 1597.3378 7.0 1597.3506 3.0 1597.3634 4.0 1597.3761 7.0 1597.3889 3.0 1597.4017 5.0 1597.4144 3.0 1597.4272 3.0 1597.44 7.0 1597.4527 11.0 1597.4655 10.0 1597.4783 5.0 1597.491 3.0 1597.5038 9.0 1597.5166 14.0 1597.5293 7.0 1597.5421 12.0 1597.5549 7.0 1597.5676 5.0 1597.5804 5.0 1597.5932 4.0 1597.6059 6.0 1597.6187 4.0 1597.6315 8.0 1597.6442 2.0 1597.657 5.0 1597.6698 10.0 1597.6825 6.0 1597.6953 5.0 1597.7081 6.0 1597.7208 7.0 1597.7336 4.0 1597.7464 6.0 1597.7591 1.0 1597.7719 4.0 1597.7847 9.0 1597.7974 4.0 1597.8102 8.0 1597.823 5.0 1597.8358 10.0 1597.8485 8.0 1597.8613 10.0 1597.8741 5.0 1597.8868 8.0 1597.8996 14.0 1597.9124 2.0 1597.9251 4.0 1597.9379 3.0 1597.9507 2.0 1597.9634 4.0 1597.989 3.0 1598.0017 4.0 1598.0145 1.0 1598.0273 2.0 1598.04 6.0 1598.0528 3.0 1598.0656 2.0 1598.0784 3.0 1598.0911 2.0 1598.1039 3.0 1598.1167 4.0 1598.1294 2.0 1598.1422 5.0 1598.155 2.0 1598.1677 4.0 1598.1805 7.0 1598.1933 5.0 1598.206 1.0 1598.2188 4.0 1598.2316 8.0 1598.2443 3.0 1598.2571 2.0 1598.2699 6.0 1598.2827 5.0 1598.2954 8.0 1598.3082 7.0 1598.321 3.0 1598.3337 4.0 1598.3465 3.0 1598.3593 1.0 1598.372 4.0 1598.3848 7.0 1598.3976 5.0 1598.4104 10.0 1598.4231 7.0 1598.4359 8.0 1598.4487 5.0 1598.4614 13.0 1598.4742 9.0 1598.487 11.0 1598.4997 5.0 1598.5125 10.0 1598.5253 11.0 1598.5381 10.0 1598.5508 17.0 1598.5636 7.0 1598.5764 6.0 1598.5891 9.0 1598.6019 5.0 1598.6147 8.0 1598.6402 10.0 1598.653 5.0 1598.6658 6.0 1598.6785 1.0 1598.6913 5.0 1598.7041 1.0 1598.7169 5.0 1598.7296 1.0 1598.7424 5.0 1598.7552 1.0 1598.7679 1.0 1598.7807 4.0 1598.7935 7.0 1598.8063 6.0 1598.819 8.0 1598.8318 8.0 1598.8446 3.0 1598.8573 5.0 1598.8701 1.0 1598.8957 4.0 1598.9084 1.0 1598.9212 5.0 1598.934 4.0 1598.9468 5.0 1598.9595 1.0 1598.9723 5.0 1598.9851 2.0 1598.9978 5.0 1599.0106 6.0 1599.0234 4.0 1599.0362 2.0 1599.0489 7.0 1599.0617 6.0 1599.0745 5.0 1599.0872 4.0 1599.1 10.0 1599.1128 9.0 1599.1256 8.0 1599.1383 8.0 1599.1511 1.0 1599.1639 4.0 1599.1767 3.0 1599.1894 3.0 1599.2022 2.0 1599.215 8.0 1599.2278 9.0 1599.2405 3.0 1599.2533 4.0 1599.2661 13.0 1599.2788 9.0 1599.2916 4.0 1599.3044 1.0 1599.3172 2.0 1599.3299 3.0 1599.3427 3.0 1599.3555 6.0 1599.3683 4.0 1599.381 1.0 1599.3938 3.0 1599.4066 12.0 1599.4194 20.0 1599.4321 15.0 1599.4449 5.0 1599.4577 7.0 1599.4705 1.0 1599.4832 7.0 1599.496 2.0 1599.5088 2.0 1599.5216 12.0 1599.5343 17.0 1599.5471 3.0 1599.5599 13.0 1599.5727 6.0 1599.5854 5.0 1599.5982 1.0 1599.611 2.0 1599.6238 3.0 1599.6365 5.0 1599.6493 6.0 1599.6621 1.0 1599.6749 2.0 1599.6876 11.0 1599.7004 3.0 1599.7132 7.0 1599.726 3.0 1599.7387 1.0 1599.7515 3.0 1599.7643 14.0 1599.7771 8.0 1599.7898 1.0 1599.8026 6.0 1599.8154 2.0 1599.8282 13.0 1599.8409 15.0 1599.8537 3.0 1599.8665 5.0 1599.8793 6.0 1599.892 2.0 1599.9048 7.0 1599.9176 3.0 1599.9304 1.0 1599.9431 2.0 1599.9559 1.0 1599.9687 3.0 1599.9815 2.0 1599.9943 1.0 1600.007 9.0 1600.0198 4.0 1600.0326 7.0 1600.0454 14.0 1600.0581 11.0 1600.0709 6.0 1600.0837 5.0 1600.0965 1.0 1600.122 6.0 1600.1476 9.0 1600.1604 4.0 1600.1731 4.0 1600.1859 6.0 1600.1987 8.0 1600.2115 5.0 1600.2242 5.0 1600.237 2.0 1600.2498 5.0 1600.2626 1.0 1600.2754 1.0 1600.2881 5.0 1600.3009 11.0 1600.3137 8.0 1600.3265 7.0 1600.3392 1.0 1600.352 8.0 1600.3648 11.0 1600.3776 2.0 1600.3904 4.0 1600.4031 1.0 1600.4159 4.0 1600.4287 19.0 1600.4415 16.0 1600.4542 4.0 1600.467 2.0 1600.4798 7.0 1600.4926 7.0 1600.5054 4.0 1600.5181 5.0 1600.5309 12.0 1600.5437 17.0 1600.5565 15.0 1600.5693 3.0 1600.582 9.0 1600.5948 4.0 1600.6076 7.0 1600.6331 3.0 1600.6459 1.0 1600.6587 9.0 1600.6715 3.0 1600.6843 5.0 1600.697 7.0 1600.7098 3.0 1600.7226 2.0 1600.7354 10.0 1600.7482 11.0 1600.7609 7.0 1600.7737 3.0 1600.7865 7.0 1600.7993 10.0 1600.8121 3.0 1600.8248 1.0 1600.8376 5.0 1600.8504 7.0 1600.8632 4.0 1600.876 9.0 1600.8887 17.0 1600.9015 13.0 1600.9143 8.0 1600.9271 6.0 1600.9399 3.0 1600.9526 7.0 1600.9654 5.0 1600.9782 1.0 1600.991 2.0 1601.0038 2.0 1601.0165 4.0 1601.0293 8.0 1601.0421 4.0 1601.0549 2.0 1601.0677 7.0 1601.0804 1.0 1601.0932 4.0 1601.106 7.0 1601.1188 3.0 1601.1444 6.0 1601.1571 12.0 1601.1699 13.0 1601.1827 10.0 1601.1955 3.0 1601.2083 6.0 1601.221 7.0 1601.2338 7.0 1601.2466 1.0 1601.2594 5.0 1601.2722 6.0 1601.2849 3.0 1601.2977 6.0 1601.3105 2.0 1601.3233 1.0 1601.3361 5.0 1601.3489 6.0 1601.3616 8.0 1601.3744 13.0 1601.3872 12.0 1601.4 7.0 1601.4128 2.0 1601.4256 4.0 1601.4383 2.0 1601.4511 5.0 1601.4639 3.0 1601.4767 6.0 1601.4895 9.0 1601.5022 9.0 1601.515 10.0 1601.5278 10.0 1601.5406 3.0 1601.5534 2.0 1601.5662 11.0 1601.5789 10.0 1601.5917 2.0 1601.6045 3.0 1601.6173 14.0 1601.6301 7.0 1601.6429 5.0 1601.6556 5.0 1601.6684 10.0 1601.6812 7.0 1601.694 4.0 1601.7068 5.0 1601.7196 6.0 1601.7323 3.0 1601.7451 4.0 1601.7579 4.0 1601.7707 11.0 1601.7835 5.0 1601.7963 4.0 1601.809 2.0 1601.8218 2.0 1601.8346 4.0 1601.8474 13.0 1601.8602 3.0 1601.873 3.0 1601.8857 5.0 1601.8985 1.0 1601.9113 6.0 1601.9241 4.0 1601.9369 1.0 1601.9497 1.0 1601.9625 6.0 1601.9752 5.0 1602.0008 1.0 1602.0136 4.0 1602.0264 2.0 1602.0392 2.0 1602.0519 6.0 1602.0775 2.0 1602.0903 2.0 1602.1031 3.0 1602.1159 5.0 1602.1287 8.0 1602.1414 11.0 1602.1542 5.0 1602.167 9.0 1602.1798 9.0 1602.1926 5.0 1602.2054 5.0 1602.2182 3.0 1602.2309 7.0 1602.2437 1.0 1602.2565 3.0 1602.2693 4.0 1602.2821 4.0 1602.2949 2.0 1602.3077 4.0 1602.3204 3.0 1602.3332 3.0 1602.346 1.0 1602.3588 2.0 1602.3716 9.0 1602.3844 2.0 1602.3972 8.0 1602.4099 4.0 1602.4227 4.0 1602.4355 9.0 1602.4483 12.0 1602.4611 8.0 1602.4739 10.0 1602.4867 3.0 1602.4994 7.0 1602.5122 6.0 1602.525 3.0 1602.5378 4.0 1602.5506 3.0 1602.5634 8.0 1602.5762 10.0 1602.589 6.0 1602.6017 5.0 1602.6145 13.0 1602.6273 6.0 1602.6401 8.0 1602.6529 6.0 1602.6657 3.0 1602.6785 1.0 1602.6913 4.0 1602.704 3.0 1602.7168 5.0 1602.7296 6.0 1602.7424 3.0 1602.7552 12.0 1602.768 4.0 1602.7808 7.0 1602.7936 7.0 1602.8063 8.0 1602.8191 3.0 1602.8319 7.0 1602.8447 4.0 1602.8575 3.0 1602.8703 5.0 1602.8831 6.0 1602.8959 4.0 1602.9086 2.0 1602.9214 4.0 1602.9342 3.0 1602.947 3.0 1602.9598 4.0 1602.9726 6.0 1602.9854 3.0 1602.9982 5.0 1603.011 4.0 1603.0237 3.0 1603.0365 3.0 1603.0493 4.0 1603.0621 1.0 1603.0749 1.0 1603.0877 4.0 1603.1005 2.0 1603.1133 3.0 1603.1261 4.0 1603.1388 6.0 1603.1516 5.0 1603.1644 7.0 1603.1772 4.0 1603.19 1.0 1603.2028 4.0 1603.2156 5.0 1603.2284 4.0 1603.2412 4.0 1603.2539 9.0 1603.2667 6.0 1603.2795 4.0 1603.2923 5.0 1603.3051 5.0 1603.3179 6.0 1603.3307 10.0 1603.3435 11.0 1603.3563 10.0 1603.3691 3.0 1603.3818 4.0 1603.3946 4.0 1603.4074 7.0 1603.4202 13.0 1603.433 4.0 1603.4458 1.0 1603.4586 2.0 1603.4714 4.0 1603.4842 1.0 1603.497 8.0 1603.5098 7.0 1603.5225 8.0 1603.5353 5.0 1603.5481 6.0 1603.5609 9.0 1603.5737 14.0 1603.5865 6.0 1603.5993 7.0 1603.6121 3.0 1603.6249 6.0 1603.6377 3.0 1603.6505 5.0 1603.6632 2.0 1603.676 1.0 1603.6888 3.0 1603.7016 11.0 1603.7144 4.0 1603.7272 7.0 1603.74 8.0 1603.7528 3.0 1603.7656 3.0 1603.7784 4.0 1603.7912 7.0 1603.804 9.0 1603.8167 7.0 1603.8295 5.0 1603.8423 4.0 1603.8551 3.0 1603.8679 3.0 1603.8807 8.0 1603.8935 4.0 1603.9191 2.0 1603.9319 1.0 1603.9447 2.0 1603.9575 2.0 1603.9702 3.0 1603.983 3.0 1603.9958 9.0 1604.0086 6.0 1604.0214 8.0 1604.0342 8.0 1604.047 1.0 1604.0598 6.0 1604.0726 7.0 1604.0854 13.0 1604.0982 3.0 1604.111 4.0 1604.1238 2.0 1604.1366 8.0 1604.1493 4.0 1604.1621 4.0 1604.1749 6.0 1604.1877 1.0 1604.2005 6.0 1604.2133 4.0 1604.2261 2.0 1604.2389 7.0 1604.2517 8.0 1604.2645 5.0 1604.2773 6.0 1604.2901 3.0 1604.3029 4.0 1604.3157 6.0 1604.3285 5.0 1604.3413 3.0 1604.354 3.0 1604.3668 10.0 1604.3796 8.0 1604.3924 5.0 1604.4052 9.0 1604.418 13.0 1604.4308 16.0 1604.4436 11.0 1604.4564 10.0 1604.4692 6.0 1604.482 11.0 1604.4948 6.0 1604.5076 9.0 1604.5204 4.0 1604.5332 8.0 1604.546 8.0 1604.5588 11.0 1604.5716 8.0 1604.5844 1.0 1604.5971 6.0 1604.6099 7.0 1604.6227 8.0 1604.6355 3.0 1604.6483 7.0 1604.6611 4.0 1604.6739 4.0 1604.6867 1.0 1604.6995 3.0 1604.7123 2.0 1604.7251 4.0 1604.7379 8.0 1604.7507 8.0 1604.7635 5.0 1604.7763 5.0 1604.7891 9.0 1604.8019 5.0 1604.8147 5.0 1604.8275 2.0 1604.8403 6.0 1604.8531 11.0 1604.8659 5.0 1604.8786 3.0 1604.8914 6.0 1604.9042 11.0 1604.917 5.0 1604.9298 2.0 1604.9426 3.0 1604.9554 7.0 1604.9682 1.0 1604.981 3.0 1604.9938 1.0 1605.0066 5.0 1605.0194 4.0 1605.0322 10.0 1605.045 4.0 1605.0578 5.0 1605.0706 3.0 1605.0834 16.0 1605.0962 10.0 1605.109 3.0 1605.1218 5.0 1605.1346 3.0 1605.1474 3.0 1605.1602 5.0 1605.173 3.0 1605.1858 2.0 1605.1986 2.0 1605.2114 3.0 1605.2242 4.0 1605.237 5.0 1605.2498 2.0 1605.2626 3.0 1605.2754 4.0 1605.2882 4.0 1605.301 8.0 1605.3137 6.0 1605.3265 4.0 1605.3393 12.0 1605.3521 11.0 1605.3649 8.0 1605.3777 3.0 1605.3905 4.0 1605.4033 6.0 1605.4161 6.0 1605.4289 10.0 1605.4417 9.0 1605.4545 4.0 1605.4673 13.0 1605.4801 11.0 1605.4929 12.0 1605.5057 7.0 1605.5185 4.0 1605.5313 3.0 1605.5441 3.0 1605.5569 4.0 1605.5697 5.0 1605.5825 6.0 1605.5953 3.0 1605.6081 12.0 1605.6209 2.0 1605.6337 5.0 1605.6465 14.0 1605.6593 10.0 1605.6721 12.0 1605.6849 3.0 1605.6977 3.0 1605.7105 2.0 1605.7233 4.0 1605.7361 5.0 1605.7489 4.0 1605.7617 2.0 1605.7745 3.0 1605.7873 6.0 1605.8001 7.0 1605.8129 6.0 1605.8257 10.0 1605.8385 4.0 1605.8513 6.0 1605.8641 3.0 1605.8769 5.0 1605.8897 3.0 1605.9025 2.0 1605.9153 2.0 1605.9281 11.0 1605.9409 8.0 1605.9537 5.0 1605.9665 2.0 1605.9793 3.0 1605.9921 3.0 1606.0049 2.0 1606.0305 1.0 1606.0433 6.0 1606.0561 8.0 1606.0689 15.0 1606.0817 8.0 1606.0945 6.0 1606.1073 3.0 1606.1201 2.0 1606.1329 5.0 1606.1457 3.0 1606.1585 4.0 1606.1713 1.0 1606.1841 9.0 1606.1969 15.0 1606.2097 5.0 1606.2225 1.0 1606.2481 3.0 1606.2609 4.0 1606.2737 2.0 1606.2865 5.0 1606.2993 7.0 1606.3121 4.0 1606.3249 3.0 1606.3377 7.0 1606.3506 1.0 1606.3634 3.0 1606.3762 10.0 1606.389 11.0 1606.4018 5.0 1606.4146 3.0 1606.4274 2.0 1606.4402 3.0 1606.453 1.0 1606.4658 1.0 1606.4786 7.0 1606.4914 7.0 1606.5042 3.0 1606.517 6.0 1606.5298 9.0 1606.5426 4.0 1606.5554 3.0 1606.5682 3.0 1606.581 6.0 1606.5938 8.0 1606.6194 5.0 1606.6322 7.0 1606.645 4.0 1606.6706 1.0 1606.6962 3.0 1606.709 7.0 1606.7218 3.0 1606.7474 2.0 1606.7602 3.0 1606.773 4.0 1606.7859 9.0 1606.7987 8.0 1606.8115 8.0 1606.8243 6.0 1606.8371 4.0 1606.8499 6.0 1606.8627 4.0 1606.8755 4.0 1606.8883 2.0 1606.9011 4.0 1606.9139 8.0 1606.9267 8.0 1606.9395 12.0 1606.9523 13.0 1606.9651 1.0 1606.9779 3.0 1606.9907 6.0 1607.0035 4.0 1607.0163 6.0 1607.0291 3.0 1607.0419 3.0 1607.0547 2.0 1607.0675 8.0 1607.0804 6.0 1607.0932 10.0 1607.106 13.0 1607.1188 3.0 1607.1316 7.0 1607.1444 3.0 1607.1572 5.0 1607.17 4.0 1607.1828 8.0 1607.1956 3.0 1607.2084 6.0 1607.2212 4.0 1607.234 14.0 1607.2468 6.0 1607.2596 6.0 1607.2724 4.0 1607.2852 2.0 1607.298 3.0 1607.3109 4.0 1607.3237 4.0 1607.3365 4.0 1607.3493 7.0 1607.3621 3.0 1607.3749 3.0 1607.3877 3.0 1607.4005 5.0 1607.4133 9.0 1607.4261 8.0 1607.4389 1.0 1607.4517 5.0 1607.4645 5.0 1607.4773 2.0 1607.4901 9.0 1607.5029 7.0 1607.5158 4.0 1607.5286 5.0 1607.5414 15.0 1607.5542 10.0 1607.567 4.0 1607.5798 16.0 1607.5926 4.0 1607.6054 16.0 1607.6182 14.0 1607.631 6.0 1607.6438 4.0 1607.6566 3.0 1607.6694 7.0 1607.6822 2.0 1607.6951 1.0 1607.7079 6.0 1607.7207 4.0 1607.7335 1.0 1607.7463 5.0 1607.7591 3.0 1607.7719 2.0 1607.7847 2.0 1607.7975 6.0 1607.8103 3.0 1607.8231 7.0 1607.8359 6.0 1607.8487 4.0 1607.8616 2.0 1607.8744 6.0 1607.8872 12.0 1607.9 4.0 1607.9128 5.0 1607.9256 6.0 1607.9384 4.0 1607.9512 9.0 1607.9768 7.0 1607.9896 5.0 1608.0024 3.0 1608.0153 2.0 1608.0281 2.0 1608.0409 1.0 1608.0537 5.0 1608.0665 6.0 1608.0793 4.0 1608.1049 4.0 1608.1177 5.0 1608.1305 2.0 1608.1562 4.0 1608.169 3.0 1608.1818 2.0 1608.1946 2.0 1608.2074 6.0 1608.2202 6.0 1608.233 10.0 1608.2458 14.0 1608.2586 15.0 1608.2714 8.0 1608.2843 2.0 1608.2971 6.0 1608.3099 6.0 1608.3227 9.0 1608.3355 8.0 1608.3483 7.0 1608.3611 10.0 1608.3739 1.0 1608.3867 2.0 1608.3995 5.0 1608.4124 1.0 1608.4252 2.0 1608.438 1.0 1608.4508 3.0 1608.4636 5.0 1608.4764 1.0 1608.4892 3.0 1608.502 3.0 1608.5148 6.0 1608.5276 1.0 1608.5533 6.0 1608.5661 6.0 1608.5789 7.0 1608.5917 8.0 1608.6045 4.0 1608.6173 2.0 1608.6301 4.0 1608.6429 5.0 1608.6558 2.0 1608.6686 8.0 1608.6814 2.0 1608.6942 7.0 1608.707 4.0 1608.7198 3.0 1608.7326 3.0 1608.7454 6.0 1608.7583 3.0 1608.7711 4.0 1608.7839 4.0 1608.7967 2.0 1608.8095 8.0 1608.8223 12.0 1608.8351 6.0 1608.8479 4.0 1608.8607 2.0 1608.8736 5.0 1608.8864 7.0 1608.8992 8.0 1608.912 14.0 1608.9376 6.0 1608.9504 15.0 1608.9632 5.0 1608.9761 8.0 1608.9889 2.0 1609.0017 6.0 1609.0145 5.0 1609.0273 2.0 1609.0401 2.0 1609.0529 3.0 1609.0657 4.0 1609.0786 2.0 1609.0914 2.0 1609.1042 4.0 1609.117 7.0 1609.1298 16.0 1609.1426 16.0 1609.1554 10.0 1609.1683 1.0 1609.1811 3.0 1609.1939 3.0 1609.2067 7.0 1609.2195 8.0 1609.2323 11.0 1609.2451 6.0 1609.258 11.0 1609.2708 11.0 1609.2836 11.0 1609.2964 7.0 1609.3092 14.0 1609.322 5.0 1609.3348 13.0 1609.3476 11.0 1609.3605 1.0 1609.3733 3.0 1609.3861 4.0 1609.3989 2.0 1609.4117 5.0 1609.4245 5.0 1609.4373 3.0 1609.4502 1.0 1609.463 5.0 1609.4758 4.0 1609.4886 7.0 1609.5014 4.0 1609.5142 3.0 1609.5271 7.0 1609.5399 7.0 1609.5527 6.0 1609.5655 7.0 1609.5783 5.0 1609.5911 3.0 1609.6039 7.0 1609.6168 2.0 1609.6296 8.0 1609.6424 5.0 1609.668 5.0 1609.6808 11.0 1609.6936 3.0 1609.7065 2.0 1609.7193 5.0 1609.7321 3.0 1609.7449 3.0 1609.7577 5.0 1609.7705 13.0 1609.7834 8.0 1609.7962 2.0 1609.809 1.0 1609.8218 1.0 1609.8346 11.0 1609.8474 9.0 1609.8603 5.0 1609.8731 7.0 1609.8859 5.0 1609.8987 5.0 1609.9115 7.0 1609.9243 9.0 1609.9372 4.0 1609.95 2.0 1609.9628 4.0 1609.9756 15.0 1609.9884 6.0 1610.0012 6.0 1610.0141 4.0 1610.0269 3.0 1610.0397 1.0 1610.0525 4.0 1610.0653 8.0 1610.0781 3.0 1610.091 3.0 1610.1038 5.0 1610.1166 4.0 1610.1294 10.0 1610.1422 2.0 1610.155 3.0 1610.1679 4.0 1610.1807 11.0 1610.1935 10.0 1610.2063 6.0 1610.2191 3.0 1610.2319 10.0 1610.2448 7.0 1610.2576 11.0 1610.2704 5.0 1610.2832 9.0 1610.296 2.0 1610.3089 5.0 1610.3217 2.0 1610.3345 4.0 1610.3473 1.0 1610.3601 1.0 1610.3729 2.0 1610.3858 1.0 1610.3986 1.0 1610.4114 5.0 1610.4242 8.0 1610.437 5.0 1610.4499 6.0 1610.4627 10.0 1610.4755 23.0 1610.4883 19.0 1610.5011 10.0 1610.5139 3.0 1610.5268 7.0 1610.5396 3.0 1610.5524 5.0 1610.5652 6.0 1610.578 1.0 1610.5909 1.0 1610.6037 3.0 1610.6165 3.0 1610.6293 5.0 1610.6421 1.0 1610.6678 5.0 1610.6806 4.0 1610.6934 7.0 1610.7062 3.0 1610.7191 4.0 1610.7319 5.0 1610.7447 9.0 1610.7575 7.0 1610.7703 7.0 1610.7832 7.0 1610.796 2.0 1610.8088 3.0 1610.8216 8.0 1610.8344 11.0 1610.8473 3.0 1610.8601 8.0 1610.8729 9.0 1610.8857 10.0 1610.8985 10.0 1610.9114 6.0 1610.9242 5.0 1610.937 3.0 1610.9498 5.0 1610.9626 4.0 1610.9755 4.0 1610.9883 2.0 1611.0011 11.0 1611.0139 14.0 1611.0267 9.0 1611.0396 5.0 1611.0524 2.0 1611.0652 6.0 1611.078 5.0 1611.0908 4.0 1611.1037 4.0 1611.1293 5.0 1611.1421 4.0 1611.155 5.0 1611.1678 10.0 1611.1806 3.0 1611.1934 12.0 1611.2062 10.0 1611.2191 8.0 1611.2319 8.0 1611.2447 9.0 1611.2575 6.0 1611.2703 6.0 1611.2832 5.0 1611.296 7.0 1611.3088 14.0 1611.3216 1.0 1611.3345 6.0 1611.3473 13.0 1611.3601 3.0 1611.3729 3.0 1611.3857 7.0 1611.3986 4.0 1611.4114 5.0 1611.4242 5.0 1611.437 14.0 1611.4499 13.0 1611.4627 4.0 1611.4755 11.0 1611.4883 4.0 1611.5011 1.0 1611.514 1.0 1611.5268 9.0 1611.5396 7.0 1611.5524 2.0 1611.5653 7.0 1611.5781 16.0 1611.5909 9.0 1611.6037 5.0 1611.6166 19.0 1611.6294 8.0 1611.6422 11.0 1611.655 5.0 1611.6678 6.0 1611.6807 15.0 1611.6935 6.0 1611.7063 9.0 1611.7191 5.0 1611.732 4.0 1611.7448 3.0 1611.7576 8.0 1611.7704 9.0 1611.7833 7.0 1611.7961 4.0 1611.8089 7.0 1611.8217 5.0 1611.8346 7.0 1611.8474 7.0 1611.8602 3.0 1611.873 12.0 1611.8859 13.0 1611.8987 12.0 1611.9115 5.0 1611.9243 6.0 1611.9371 6.0 1611.95 1.0 1611.9628 3.0 1611.9756 4.0 1611.9884 5.0 1612.0013 6.0 1612.0141 6.0 1612.0269 3.0 1612.0397 3.0 1612.0526 3.0 1612.0654 4.0 1612.0782 4.0 1612.091 2.0 1612.1039 2.0 1612.1167 2.0 1612.1295 6.0 1612.1423 4.0 1612.1552 4.0 1612.168 6.0 1612.1808 8.0 1612.1936 3.0 1612.2065 1.0 1612.2193 4.0 1612.2321 5.0 1612.245 1.0 1612.2578 3.0 1612.2706 1.0 1612.2834 2.0 1612.2963 15.0 1612.3091 6.0 1612.3219 4.0 1612.3347 5.0 1612.3476 4.0 1612.3604 2.0 1612.3732 4.0 1612.386 5.0 1612.3989 4.0 1612.4117 5.0 1612.4245 6.0 1612.4373 4.0 1612.4502 15.0 1612.463 20.0 1612.4758 12.0 1612.4887 3.0 1612.5015 7.0 1612.5143 14.0 1612.5271 14.0 1612.54 5.0 1612.5528 6.0 1612.5656 8.0 1612.5784 3.0 1612.5913 1.0 1612.6041 10.0 1612.6169 10.0 1612.6297 5.0 1612.6426 10.0 1612.6554 12.0 1612.6682 10.0 1612.6811 5.0 1612.6939 1.0 1612.7067 2.0 1612.7195 4.0 1612.7324 1.0 1612.7452 7.0 1612.758 3.0 1612.7709 4.0 1612.7837 2.0 1612.7965 3.0 1612.8093 6.0 1612.8222 5.0 1612.835 5.0 1612.8478 8.0 1612.8606 5.0 1612.8735 5.0 1612.8863 4.0 1612.8991 8.0 1612.912 7.0 1612.9248 6.0 1612.9376 5.0 1612.9504 10.0 1612.9633 8.0 1612.9761 5.0 1612.9889 7.0 1613.0018 15.0 1613.0146 8.0 1613.0274 8.0 1613.0402 3.0 1613.0531 5.0 1613.0659 4.0 1613.0787 2.0 1613.0916 8.0 1613.1044 19.0 1613.1172 8.0 1613.1301 5.0 1613.1429 3.0 1613.1557 5.0 1613.1685 6.0 1613.1814 8.0 1613.1942 9.0 1613.207 13.0 1613.2199 16.0 1613.2327 1.0 1613.2455 4.0 1613.2583 4.0 1613.2712 3.0 1613.284 10.0 1613.2968 8.0 1613.3097 4.0 1613.3225 2.0 1613.3353 6.0 1613.3482 4.0 1613.361 9.0 1613.3738 13.0 1613.3866 6.0 1613.3995 4.0 1613.4123 12.0 1613.4251 8.0 1613.438 7.0 1613.4508 5.0 1613.4636 7.0 1613.4765 5.0 1613.4893 10.0 1613.5021 3.0 1613.515 12.0 1613.5278 6.0 1613.5406 7.0 1613.5534 6.0 1613.5663 2.0 1613.5791 1.0 1613.5919 9.0 1613.6048 3.0 1613.6176 4.0 1613.6304 1.0 1613.6433 7.0 1613.6561 3.0 1613.6689 2.0 1613.6818 4.0 1613.6946 4.0 1613.7074 9.0 1613.7203 5.0 1613.7331 5.0 1613.7459 4.0 1613.7587 3.0 1613.7716 2.0 1613.7844 3.0 1613.7972 4.0 1613.8101 10.0 1613.8229 6.0 1613.8357 10.0 1613.8486 4.0 1613.8614 6.0 1613.8742 6.0 1613.8871 4.0 1613.8999 8.0 1613.9127 7.0 1613.9256 4.0 1613.9384 6.0 1613.9512 8.0 1613.9641 9.0 1613.9769 8.0 1613.9897 9.0 1614.0026 3.0 1614.0154 3.0 1614.0282 2.0 1614.0411 3.0 1614.0539 1.0 1614.0667 7.0 1614.0796 6.0 1614.0924 5.0 1614.1052 6.0 1614.1181 5.0 1614.1309 9.0 1614.1437 2.0 1614.1566 6.0 1614.1694 3.0 1614.1822 8.0 1614.1951 3.0 1614.2079 2.0 1614.2207 5.0 1614.2336 7.0 1614.2464 4.0 1614.2592 5.0 1614.2721 3.0 1614.2849 4.0 1614.2977 5.0 1614.3106 8.0 1614.3234 6.0 1614.3362 10.0 1614.3491 8.0 1614.3619 2.0 1614.3747 9.0 1614.3876 12.0 1614.4004 8.0 1614.4132 6.0 1614.4261 7.0 1614.4389 11.0 1614.4517 15.0 1614.4646 9.0 1614.4774 10.0 1614.4902 10.0 1614.5031 3.0 1614.5159 18.0 1614.5287 10.0 1614.5416 5.0 1614.5544 11.0 1614.5673 3.0 1614.5801 4.0 1614.5929 1.0 1614.6058 1.0 1614.6186 2.0 1614.6314 7.0 1614.6443 6.0 1614.6571 3.0 1614.6699 8.0 1614.6828 2.0 1614.7084 3.0 1614.7213 3.0 1614.7341 3.0 1614.7469 2.0 1614.7598 4.0 1614.7726 4.0 1614.7855 2.0 1614.7983 2.0 1614.8111 4.0 1614.824 9.0 1614.8368 9.0 1614.8496 7.0 1614.8625 5.0 1614.8753 3.0 1614.8881 4.0 1614.901 1.0 1614.9138 2.0 1614.9267 4.0 1614.9395 6.0 1614.9523 1.0 1614.9652 2.0 1614.978 3.0 1614.9908 5.0 1615.0037 6.0 1615.0165 7.0 1615.0293 10.0 1615.0422 14.0 1615.055 4.0 1615.0679 1.0 1615.0807 2.0 1615.0935 4.0 1615.1064 2.0 1615.1192 2.0 1615.132 4.0 1615.1449 2.0 1615.1577 6.0 1615.1706 2.0 1615.1834 4.0 1615.1962 5.0 1615.2091 9.0 1615.2219 5.0 1615.2347 8.0 1615.2476 9.0 1615.2604 9.0 1615.2733 5.0 1615.2861 5.0 1615.2989 9.0 1615.3118 10.0 1615.3246 6.0 1615.3374 12.0 1615.3503 8.0 1615.3631 5.0 1615.376 4.0 1615.3888 6.0 1615.4016 2.0 1615.4145 2.0 1615.4402 7.0 1615.453 17.0 1615.4658 18.0 1615.4787 6.0 1615.4915 2.0 1615.5043 7.0 1615.5172 4.0 1615.53 9.0 1615.5429 5.0 1615.5557 4.0 1615.5685 1.0 1615.5814 3.0 1615.5942 3.0 1615.6071 11.0 1615.6199 8.0 1615.6327 1.0 1615.6456 1.0 1615.6584 10.0 1615.6713 10.0 1615.6841 5.0 1615.6969 5.0 1615.7098 6.0 1615.7226 4.0 1615.7355 1.0 1615.7483 1.0 1615.7611 3.0 1615.774 7.0 1615.7868 9.0 1615.8125 2.0 1615.8253 3.0 1615.8382 6.0 1615.851 9.0 1615.8639 5.0 1615.8767 9.0 1615.8895 10.0 1615.9024 3.0 1615.9152 4.0 1615.9281 1.0 1615.9409 1.0 1615.9537 6.0 1615.9666 2.0 1615.9794 6.0 1615.9923 13.0 1616.0051 10.0 1616.0179 5.0 1616.0308 5.0 1616.0436 6.0 1616.0565 6.0 1616.0693 5.0 1616.0821 5.0 1616.095 4.0 1616.1078 6.0 1616.1207 17.0 1616.1335 11.0 1616.1464 12.0 1616.1592 7.0 1616.172 6.0 1616.1849 4.0 1616.1977 4.0 1616.2234 8.0 1616.2362 3.0 1616.2491 7.0 1616.2619 4.0 1616.2748 3.0 1616.2876 4.0 1616.3133 4.0 1616.3261 3.0 1616.339 2.0 1616.3518 6.0 1616.3775 4.0 1616.3903 2.0 1616.4032 8.0 1616.416 9.0 1616.4289 13.0 1616.4417 9.0 1616.4546 13.0 1616.4674 9.0 1616.4802 2.0 1616.4931 3.0 1616.5059 7.0 1616.5188 7.0 1616.5316 3.0 1616.5445 4.0 1616.5573 6.0 1616.5701 6.0 1616.583 14.0 1616.5958 15.0 1616.6087 5.0 1616.6215 3.0 1616.6344 2.0 1616.6472 4.0 1616.66 6.0 1616.6729 3.0 1616.6857 4.0 1616.7114 4.0 1616.7243 3.0 1616.7371 5.0 1616.75 6.0 1616.7628 2.0 1616.7756 3.0 1616.7885 6.0 1616.8013 10.0 1616.8142 11.0 1616.827 9.0 1616.8399 6.0 1616.8527 2.0 1616.8655 1.0 1616.8784 3.0 1616.8912 1.0 1616.9041 2.0 1616.9169 3.0 1616.9298 1.0 1616.9555 4.0 1616.9683 4.0 1616.9811 2.0 1616.994 9.0 1617.0068 11.0 1617.0197 8.0 1617.0325 7.0 1617.0454 8.0 1617.0582 6.0 1617.0711 10.0 1617.0839 4.0 1617.0968 3.0 1617.1096 5.0 1617.1224 3.0 1617.1353 6.0 1617.1481 6.0 1617.161 12.0 1617.1738 10.0 1617.1867 7.0 1617.1995 2.0 1617.2124 1.0 1617.2252 3.0 1617.2381 2.0 1617.2509 4.0 1617.2637 15.0 1617.2766 9.0 1617.2894 7.0 1617.3023 4.0 1617.3151 4.0 1617.328 3.0 1617.3408 7.0 1617.3537 2.0 1617.3665 7.0 1617.3794 12.0 1617.3922 4.0 1617.4051 5.0 1617.4179 7.0 1617.4307 2.0 1617.4436 5.0 1617.4564 1.0 1617.4693 13.0 1617.4821 5.0 1617.495 8.0 1617.5078 3.0 1617.5207 6.0 1617.5335 11.0 1617.5464 7.0 1617.5592 6.0 1617.5721 10.0 1617.5849 4.0 1617.5978 1.0 1617.6106 4.0 1617.6363 6.0 1617.6491 5.0 1617.662 5.0 1617.6748 4.0 1617.6877 4.0 1617.7005 7.0 1617.7134 5.0 1617.7262 12.0 1617.7391 7.0 1617.7519 3.0 1617.7648 3.0 1617.7776 6.0 1617.7905 2.0 1617.8033 7.0 1617.8162 4.0 1617.829 4.0 1617.8419 3.0 1617.8547 2.0 1617.8676 3.0 1617.8804 8.0 1617.8933 11.0 1617.9061 2.0 1617.9189 2.0 1617.9318 5.0 1617.9446 8.0 1617.9575 7.0 1617.9703 8.0 1617.9832 11.0 1617.996 1.0 1618.0089 5.0 1618.0217 9.0 1618.0346 5.0 1618.0474 4.0 1618.0603 7.0 1618.0731 7.0 1618.086 17.0 1618.0988 11.0 1618.1117 4.0 1618.1245 1.0 1618.1374 1.0 1618.1502 1.0 1618.1631 7.0 1618.1759 2.0 1618.1888 9.0 1618.2016 3.0 1618.2145 4.0 1618.2273 3.0 1618.2402 13.0 1618.253 13.0 1618.2659 5.0 1618.2787 8.0 1618.2916 7.0 1618.3044 6.0 1618.3301 4.0 1618.343 4.0 1618.3687 7.0 1618.3815 12.0 1618.3944 4.0 1618.4072 2.0 1618.4201 3.0 1618.4329 8.0 1618.4586 7.0 1618.4715 4.0 1618.4843 4.0 1618.4972 3.0 1618.51 9.0 1618.5229 7.0 1618.5357 6.0 1618.5614 2.0 1618.5743 3.0 1618.5871 5.0 1618.6 7.0 1618.6128 4.0 1618.6257 3.0 1618.6385 4.0 1618.6514 4.0 1618.6642 6.0 1618.6771 1.0 1618.6899 4.0 1618.7028 3.0 1618.7157 4.0 1618.7285 4.0 1618.7414 6.0 1618.7542 4.0 1618.7671 10.0 1618.7799 4.0 1618.7928 3.0 1618.8056 4.0 1618.8185 9.0 1618.8313 9.0 1618.8442 6.0 1618.857 3.0 1618.8699 1.0 1618.8827 2.0 1618.8956 2.0 1618.9084 5.0 1618.9213 5.0 1618.9341 9.0 1618.947 3.0 1618.9598 3.0 1618.9727 3.0 1618.9855 4.0 1618.9984 11.0 1619.0113 1.0 1619.0241 2.0 1619.037 5.0 1619.0498 8.0 1619.0627 4.0 1619.0755 1.0 1619.0884 5.0 1619.1012 1.0 1619.1141 10.0 1619.1398 2.0 1619.1526 1.0 1619.1655 2.0 1619.1783 6.0 1619.1912 4.0 1619.2041 5.0 1619.2169 3.0 1619.2298 2.0 1619.2426 8.0 1619.2555 4.0 1619.2683 1.0 1619.2812 4.0 1619.294 15.0 1619.3069 7.0 1619.3197 6.0 1619.3326 2.0 1619.3454 6.0 1619.3583 10.0 1619.3712 8.0 1619.384 1.0 1619.3969 2.0 1619.4097 5.0 1619.4226 15.0 1619.4354 14.0 1619.4483 10.0 1619.4611 5.0 1619.474 3.0 1619.4868 3.0 1619.4997 2.0 1619.5254 11.0 1619.5383 15.0 1619.5511 6.0 1619.564 5.0 1619.5768 3.0 1619.5897 5.0 1619.6025 5.0 1619.6154 2.0 1619.6282 6.0 1619.6411 4.0 1619.654 4.0 1619.6668 6.0 1619.6797 5.0 1619.6925 3.0 1619.7054 5.0 1619.7182 6.0 1619.7311 4.0 1619.7439 6.0 1619.7568 2.0 1619.7697 4.0 1619.7825 1.0 1619.7954 2.0 1619.8082 4.0 1619.8211 8.0 1619.8339 5.0 1619.8468 5.0 1619.8597 4.0 1619.8725 5.0 1619.8854 11.0 1619.8982 3.0 1619.9111 5.0 1619.9239 2.0 1619.9368 7.0 1619.9496 5.0 1619.9625 22.0 1619.9754 4.0 1619.9882 6.0 1620.0011 6.0 1620.0139 2.0 1620.0268 2.0 1620.0396 7.0 1620.0525 7.0 1620.0654 4.0 1620.0782 4.0 1620.0911 2.0 1620.1039 3.0 1620.1168 4.0 1620.1296 6.0 1620.1425 1.0 1620.1554 8.0 1620.1682 5.0 1620.1811 4.0 1620.1939 8.0 1620.2068 6.0 1620.2196 3.0 1620.2325 8.0 1620.2454 8.0 1620.2582 4.0 1620.2711 6.0 1620.2839 4.0 1620.2968 5.0 1620.3096 2.0 1620.3225 3.0 1620.3354 2.0 1620.3482 7.0 1620.3611 3.0 1620.3739 3.0 1620.3868 7.0 1620.3997 8.0 1620.4125 6.0 1620.4254 2.0 1620.4382 6.0 1620.4511 5.0 1620.4639 3.0 1620.4768 5.0 1620.4897 3.0 1620.5025 8.0 1620.5154 15.0 1620.5282 4.0 1620.5411 6.0 1620.554 6.0 1620.5668 4.0 1620.5797 7.0 1620.5925 9.0 1620.6054 17.0 1620.6183 7.0 1620.6311 11.0 1620.644 22.0 1620.6568 6.0 1620.6697 2.0 1620.6826 11.0 1620.6954 10.0 1620.7083 4.0 1620.7211 8.0 1620.734 1.0 1620.7469 11.0 1620.7597 11.0 1620.7726 6.0 1620.7854 3.0 1620.7983 1.0 1620.8112 5.0 1620.824 18.0 1620.8369 12.0 1620.8497 10.0 1620.8626 13.0 1620.8755 12.0 1620.8883 3.0 1620.9012 3.0 1620.914 9.0 1620.9269 7.0 1620.9398 12.0 1620.9526 9.0 1620.9655 5.0 1620.9783 1.0 1620.9912 5.0 1621.0041 5.0 1621.0169 5.0 1621.0426 3.0 1621.0555 6.0 1621.0684 6.0 1621.0941 4.0 1621.1069 2.0 1621.1198 6.0 1621.1327 3.0 1621.1455 6.0 1621.1584 8.0 1621.1713 4.0 1621.1841 4.0 1621.197 10.0 1621.2098 6.0 1621.2227 10.0 1621.2484 4.0 1621.2613 9.0 1621.2741 14.0 1621.287 9.0 1621.2999 2.0 1621.3127 5.0 1621.3256 8.0 1621.3385 5.0 1621.3513 6.0 1621.3642 6.0 1621.377 2.0 1621.3899 6.0 1621.4028 9.0 1621.4156 4.0 1621.4285 6.0 1621.4414 8.0 1621.4542 4.0 1621.4671 5.0 1621.4799 6.0 1621.4928 6.0 1621.5057 4.0 1621.5185 2.0 1621.5314 3.0 1621.5443 3.0 1621.5571 2.0 1621.57 5.0 1621.5828 7.0 1621.5957 5.0 1621.6086 5.0 1621.6214 1.0 1621.6343 6.0 1621.6472 9.0 1621.66 7.0 1621.6729 10.0 1621.6858 10.0 1621.6986 6.0 1621.7115 4.0 1621.7243 5.0 1621.7372 1.0 1621.7501 3.0 1621.7629 3.0 1621.7758 1.0 1621.7887 1.0 1621.8015 4.0 1621.8144 6.0 1621.8273 6.0 1621.8401 2.0 1621.853 6.0 1621.8658 2.0 1621.8916 5.0 1621.9044 8.0 1621.9173 8.0 1621.9302 8.0 1621.943 3.0 1621.9559 2.0 1621.9688 5.0 1621.9816 4.0 1621.9945 2.0 1622.0074 4.0 1622.0202 2.0 1622.0331 1.0 1622.046 2.0 1622.0588 6.0 1622.0717 7.0 1622.0845 5.0 1622.0974 2.0 1622.1103 1.0 1622.1231 5.0 1622.136 3.0 1622.1489 1.0 1622.1617 2.0 1622.1746 1.0 1622.1875 11.0 1622.2003 8.0 1622.2132 14.0 1622.2261 10.0 1622.2389 6.0 1622.2518 10.0 1622.2647 11.0 1622.2775 12.0 1622.2904 11.0 1622.3033 3.0 1622.3161 6.0 1622.329 2.0 1622.3419 7.0 1622.3547 8.0 1622.3676 1.0 1622.3805 5.0 1622.3933 4.0 1622.4062 3.0 1622.4191 10.0 1622.4319 4.0 1622.4448 9.0 1622.4577 12.0 1622.4705 7.0 1622.4834 8.0 1622.4963 2.0 1622.522 2.0 1622.5349 8.0 1622.5477 7.0 1622.5606 4.0 1622.5735 5.0 1622.5863 2.0 1622.5992 3.0 1622.6249 2.0 1622.6378 2.0 1622.6507 5.0 1622.6635 2.0 1622.6764 4.0 1622.6893 8.0 1622.7021 2.0 1622.715 2.0 1622.7279 2.0 1622.7407 3.0 1622.7536 5.0 1622.7665 12.0 1622.7793 5.0 1622.7922 14.0 1622.8051 6.0 1622.8179 8.0 1622.8308 5.0 1622.8437 4.0 1622.8565 2.0 1622.8694 8.0 1622.8823 7.0 1622.8951 5.0 1622.908 11.0 1622.9209 11.0 1622.9338 3.0 1622.9466 11.0 1622.9595 19.0 1622.9724 10.0 1622.9852 5.0 1622.9981 6.0 1623.011 5.0 1623.0238 4.0 1623.0367 1.0 1623.0496 5.0 1623.0753 7.0 1623.0882 5.0 1623.101 3.0 1623.1139 4.0 1623.1268 4.0 1623.1397 4.0 1623.1525 8.0 1623.1654 6.0 1623.1783 7.0 1623.1911 5.0 1623.204 4.0 1623.2169 4.0 1623.2297 3.0 1623.2426 4.0 1623.2684 4.0 1623.2812 9.0 1623.2941 4.0 1623.307 3.0 1623.3198 2.0 1623.3327 4.0 1623.3456 6.0 1623.3584 4.0 1623.3713 9.0 1623.3842 8.0 1623.3971 1.0 1623.4099 5.0 1623.4228 8.0 1623.4357 3.0 1623.4485 5.0 1623.4614 6.0 1623.4743 9.0 1623.4871 7.0 1623.5 2.0 1623.5129 6.0 1623.5258 11.0 1623.5386 4.0 1623.5515 7.0 1623.5644 7.0 1623.5772 3.0 1623.603 2.0 1623.6159 5.0 1623.6287 5.0 1623.6416 5.0 1623.6545 6.0 1623.6673 17.0 1623.6802 13.0 1623.6931 4.0 1623.706 12.0 1623.7188 5.0 1623.7317 3.0 1623.7446 1.0 1623.7574 8.0 1623.7703 7.0 1623.7832 11.0 1623.7961 5.0 1623.8089 1.0 1623.8218 9.0 1623.8347 10.0 1623.8475 7.0 1623.8604 5.0 1623.8733 8.0 1623.8862 11.0 1623.899 11.0 1623.9119 7.0 1623.9248 4.0 1623.9377 6.0 1623.9505 3.0 1623.9634 2.0 1623.9763 3.0 1623.9891 6.0 1624.002 5.0 1624.0149 6.0 1624.0278 8.0 1624.0535 6.0 1624.0664 10.0 1624.0793 10.0 1624.0921 4.0 1624.105 5.0 1624.1179 7.0 1624.1307 5.0 1624.1436 7.0 1624.1565 4.0 1624.1694 7.0 1624.1822 9.0 1624.1951 2.0 1624.208 5.0 1624.2209 10.0 1624.2337 12.0 1624.2466 20.0 1624.2595 18.0 1624.2724 9.0 1624.2852 4.0 1624.2981 5.0 1624.311 4.0 1624.3239 4.0 1624.3367 2.0 1624.3496 2.0 1624.3625 2.0 1624.3753 11.0 1624.3882 6.0 1624.4011 4.0 1624.414 4.0 1624.4268 1.0 1624.4397 11.0 1624.4526 23.0 1624.4655 14.0 1624.4783 8.0 1624.4912 1.0 1624.517 8.0 1624.5298 2.0 1624.5427 2.0 1624.5556 4.0 1624.5685 3.0 1624.5813 5.0 1624.5942 4.0 1624.6071 5.0 1624.62 11.0 1624.6328 3.0 1624.6457 3.0 1624.6586 6.0 1624.6715 3.0 1624.6843 1.0 1624.6972 1.0 1624.7101 3.0 1624.723 5.0 1624.7358 1.0 1624.7487 6.0 1624.7616 1.0 1624.7745 18.0 1624.7874 12.0 1624.8002 3.0 1624.826 8.0 1624.8389 2.0 1624.8517 4.0 1624.8646 1.0 1624.8775 2.0 1624.8904 13.0 1624.9032 2.0 1624.9161 1.0 1624.929 1.0 1624.9419 2.0 1624.9547 1.0 1624.9676 7.0 1624.9805 8.0 1624.9934 2.0 1625.0062 5.0 1625.0191 11.0 1625.032 7.0 1625.0449 2.0 1625.0578 2.0 1625.0706 6.0 1625.0835 11.0 1625.0964 2.0 1625.1093 7.0 1625.1221 16.0 1625.135 6.0 1625.1479 4.0 1625.1608 6.0 1625.1737 7.0 1625.1865 8.0 1625.1994 5.0 1625.2123 3.0 1625.2252 9.0 1625.238 7.0 1625.2638 2.0 1625.2767 14.0 1625.2896 18.0 1625.3024 8.0 1625.3153 5.0 1625.3282 9.0 1625.3411 4.0 1625.3539 6.0 1625.3668 2.0 1625.3797 7.0 1625.3926 11.0 1625.4055 5.0 1625.4183 1.0 1625.4312 1.0 1625.4441 5.0 1625.457 14.0 1625.4698 14.0 1625.4827 6.0 1625.4956 3.0 1625.5085 5.0 1625.5214 5.0 1625.5342 11.0 1625.5471 3.0 1625.56 2.0 1625.5729 6.0 1625.5858 3.0 1625.5986 3.0 1625.6115 2.0 1625.6244 2.0 1625.6373 5.0 1625.6502 4.0 1625.663 1.0 1625.6759 4.0 1625.6888 5.0 1625.7017 1.0 1625.7145 3.0 1625.7274 4.0 1625.7403 5.0 1625.7532 3.0 1625.7661 3.0 1625.7789 11.0 1625.7918 4.0 1625.8047 2.0 1625.8176 1.0 1625.8305 6.0 1625.8433 2.0 1625.8562 3.0 1625.8691 5.0 1625.882 1.0 1625.8949 3.0 1625.9077 1.0 1625.9206 8.0 1625.9335 9.0 1625.9464 4.0 1625.9593 9.0 1625.9722 6.0 1625.985 6.0 1625.9979 3.0 1626.0108 9.0 1626.0237 9.0 1626.0366 7.0 1626.0494 4.0 1626.0623 3.0 1626.0752 1.0 1626.0881 4.0 1626.101 7.0 1626.1138 4.0 1626.1267 13.0 1626.1396 14.0 1626.1525 4.0 1626.1654 4.0 1626.1782 4.0 1626.1911 4.0 1626.204 1.0 1626.2169 4.0 1626.2298 2.0 1626.2427 1.0 1626.2555 4.0 1626.2684 5.0 1626.2813 19.0 1626.2942 13.0 1626.3071 7.0 1626.3199 5.0 1626.3328 3.0 1626.3457 3.0 1626.3586 4.0 1626.3715 2.0 1626.3844 11.0 1626.3972 18.0 1626.4101 4.0 1626.423 7.0 1626.4359 15.0 1626.4488 10.0 1626.4617 6.0 1626.4745 6.0 1626.4874 8.0 1626.5003 8.0 1626.5132 4.0 1626.5261 4.0 1626.5389 3.0 1626.5518 4.0 1626.5776 10.0 1626.5905 7.0 1626.6034 4.0 1626.6162 15.0 1626.6291 4.0 1626.642 1.0 1626.6549 2.0 1626.6678 7.0 1626.6807 3.0 1626.6935 4.0 1626.7064 1.0 1626.7193 3.0 1626.7322 1.0 1626.7451 4.0 1626.758 6.0 1626.7708 2.0 1626.7837 5.0 1626.7966 3.0 1626.8095 5.0 1626.8224 3.0 1626.8353 3.0 1626.8482 12.0 1626.861 12.0 1626.8739 4.0 1626.8868 10.0 1626.8997 8.0 1626.9126 3.0 1626.9255 5.0 1626.9383 2.0 1626.9512 1.0 1626.9641 3.0 1626.977 5.0 1626.9899 3.0 1627.0285 11.0 1627.0414 6.0 1627.0543 6.0 1627.0672 4.0 1627.0801 2.0 1627.093 3.0 1627.1058 10.0 1627.1187 9.0 1627.1316 5.0 1627.1445 1.0 1627.1574 3.0 1627.1703 10.0 1627.1832 14.0 1627.196 7.0 1627.2089 5.0 1627.2218 4.0 1627.2347 4.0 1627.2476 2.0 1627.2605 1.0 1627.2734 2.0 1627.2862 2.0 1627.2991 4.0 1627.3249 1.0 1627.3378 2.0 1627.3507 3.0 1627.3636 3.0 1627.3764 3.0 1627.3893 1.0 1627.4022 6.0 1627.4151 5.0 1627.428 4.0 1627.4409 3.0 1627.4538 7.0 1627.4667 4.0 1627.4795 2.0 1627.4924 2.0 1627.5053 4.0 1627.5182 6.0 1627.5311 6.0 1627.544 6.0 1627.5569 11.0 1627.5697 14.0 1627.5826 9.0 1627.5955 5.0 1627.6084 8.0 1627.6213 4.0 1627.6342 4.0 1627.6471 15.0 1627.66 6.0 1627.6728 11.0 1627.6857 2.0 1627.6986 4.0 1627.7115 8.0 1627.7244 4.0 1627.7373 10.0 1627.7502 9.0 1627.7759 4.0 1627.7888 8.0 1627.8017 7.0 1627.8146 2.0 1627.8275 3.0 1627.8404 3.0 1627.8533 7.0 1627.8662 7.0 1627.879 2.0 1627.8919 5.0 1627.9048 8.0 1627.9177 6.0 1627.9306 10.0 1627.9435 6.0 1627.9564 17.0 1627.9693 12.0 1627.9822 18.0 1627.995 13.0 1628.0079 2.0 1628.0208 4.0 1628.0337 4.0 1628.0466 6.0 1628.0595 7.0 1628.0724 9.0 1628.0853 7.0 1628.0982 5.0 1628.111 7.0 1628.1239 12.0 1628.1368 10.0 1628.1497 9.0 1628.1626 2.0 1628.1755 5.0 1628.1884 5.0 1628.2013 3.0 1628.2142 2.0 1628.227 6.0 1628.2399 2.0 1628.2528 1.0 1628.2657 5.0 1628.2786 2.0 1628.2915 8.0 1628.3044 3.0 1628.3173 4.0 1628.3302 2.0 1628.3431 5.0 1628.3559 6.0 1628.3688 5.0 1628.3817 6.0 1628.3946 1.0 1628.4075 1.0 1628.4204 6.0 1628.4333 8.0 1628.4462 12.0 1628.4591 1.0 1628.472 8.0 1628.4849 20.0 1628.4977 4.0 1628.5106 5.0 1628.5235 4.0 1628.5364 3.0 1628.5493 2.0 1628.5622 8.0 1628.5751 2.0 1628.588 6.0 1628.6009 5.0 1628.6138 7.0 1628.6267 3.0 1628.6395 9.0 1628.6524 7.0 1628.6653 7.0 1628.6782 14.0 1628.6911 2.0 1628.704 8.0 1628.7169 10.0 1628.7298 10.0 1628.7427 11.0 1628.7556 4.0 1628.7685 5.0 1628.7813 5.0 1628.7942 3.0 1628.8071 4.0 1628.82 9.0 1628.8329 5.0 1628.8458 2.0 1628.8587 2.0 1628.8716 3.0 1628.8845 6.0 1628.8974 2.0 1628.9103 2.0 1628.9232 12.0 1628.9361 10.0 1628.9489 5.0 1628.9618 3.0 1628.9747 4.0 1628.9876 9.0 1629.0005 18.0 1629.0134 13.0 1629.0263 13.0 1629.0392 5.0 1629.0521 2.0 1629.065 4.0 1629.0779 2.0 1629.0908 2.0 1629.1037 2.0 1629.1166 1.0 1629.1294 4.0 1629.1423 4.0 1629.1552 1.0 1629.1681 8.0 1629.181 3.0 1629.1939 4.0 1629.2068 2.0 1629.2197 9.0 1629.2326 4.0 1629.2584 5.0 1629.2713 2.0 1629.2842 1.0 1629.2971 5.0 1629.31 9.0 1629.3229 5.0 1629.3357 1.0 1629.3486 3.0 1629.3615 2.0 1629.3744 2.0 1629.3873 8.0 1629.4002 5.0 1629.4131 8.0 1629.426 7.0 1629.4389 3.0 1629.4518 6.0 1629.4647 4.0 1629.4776 8.0 1629.4905 6.0 1629.5034 3.0 1629.5163 2.0 1629.5292 1.0 1629.5421 5.0 1629.555 2.0 1629.5678 4.0 1629.5807 1.0 1629.6065 3.0 1629.6194 4.0 1629.6323 1.0 1629.6452 8.0 1629.6581 1.0 1629.671 3.0 1629.6839 3.0 1629.6968 6.0 1629.7097 7.0 1629.7226 10.0 1629.7355 10.0 1629.7484 3.0 1629.7613 7.0 1629.7742 3.0 1629.7871 7.0 1629.8 9.0 1629.8129 5.0 1629.8258 2.0 1629.8387 6.0 1629.8515 8.0 1629.8644 6.0 1629.8773 5.0 1629.8902 2.0 1629.9031 5.0 1629.916 13.0 1629.9289 7.0 1629.9418 7.0 1629.9547 17.0 1629.9676 11.0 1629.9805 9.0 1629.9934 9.0 1630.0063 2.0 1630.0192 5.0 1630.0321 3.0 1630.045 2.0 1630.0579 5.0 1630.0708 2.0 1630.0837 2.0 1630.0966 5.0 1630.1095 3.0 1630.1224 5.0 1630.1353 4.0 1630.1482 5.0 1630.1611 1.0 1630.174 3.0 1630.1869 3.0 1630.2127 6.0 1630.2256 6.0 1630.2385 3.0 1630.2514 2.0 1630.2643 4.0 1630.29 1.0 1630.3029 2.0 1630.3158 4.0 1630.3287 4.0 1630.3416 3.0 1630.3545 1.0 1630.3674 5.0 1630.3803 1.0 1630.3932 4.0 1630.4061 6.0 1630.419 5.0 1630.4319 3.0 1630.4448 4.0 1630.4577 1.0 1630.4706 4.0 1630.4835 6.0 1630.4964 9.0 1630.5093 5.0 1630.5222 3.0 1630.5351 1.0 1630.548 3.0 1630.5609 1.0 1630.5738 1.0 1630.5867 8.0 1630.5996 6.0 1630.6125 5.0 1630.6383 3.0 1630.6512 6.0 1630.6641 8.0 1630.677 7.0 1630.6899 7.0 1630.7028 5.0 1630.7157 3.0 1630.7286 3.0 1630.7415 1.0 1630.7544 9.0 1630.7673 11.0 1630.7931 4.0 1630.806 3.0 1630.8189 5.0 1630.8318 6.0 1630.8576 5.0 1630.8705 12.0 1630.8834 8.0 1630.8963 2.0 1630.9092 4.0 1630.9221 4.0 1630.935 4.0 1630.9479 3.0 1630.9608 1.0 1630.9737 3.0 1630.9866 3.0 1630.9995 6.0 1631.0124 9.0 1631.0382 6.0 1631.0511 8.0 1631.064 2.0 1631.0769 3.0 1631.0898 4.0 1631.1027 8.0 1631.1156 7.0 1631.1285 2.0 1631.1414 4.0 1631.1543 7.0 1631.1672 4.0 1631.1801 4.0 1631.193 2.0 1631.2059 4.0 1631.2188 4.0 1631.2317 8.0 1631.2446 5.0 1631.2575 7.0 1631.2704 5.0 1631.2833 4.0 1631.2962 8.0 1631.3091 4.0 1631.322 9.0 1631.3349 2.0 1631.3478 2.0 1631.3607 3.0 1631.3736 2.0 1631.3865 2.0 1631.3995 5.0 1631.4124 2.0 1631.4253 2.0 1631.4382 9.0 1631.4511 9.0 1631.464 3.0 1631.4769 5.0 1631.4898 8.0 1631.5027 8.0 1631.5156 6.0 1631.5285 7.0 1631.5414 17.0 1631.5543 10.0 1631.5672 2.0 1631.5801 8.0 1631.593 8.0 1631.6059 4.0 1631.6188 5.0 1631.6317 12.0 1631.6446 8.0 1631.6575 3.0 1631.6704 7.0 1631.6833 5.0 1631.6962 1.0 1631.7091 2.0 1631.722 8.0 1631.7349 4.0 1631.7478 10.0 1631.7607 11.0 1631.7736 6.0 1631.7865 3.0 1631.7994 1.0 1631.8124 4.0 1631.8253 4.0 1631.8382 1.0 1631.8511 1.0 1631.864 4.0 1631.8769 4.0 1631.8898 5.0 1631.9027 1.0 1631.9156 4.0 1631.9285 5.0 1631.9414 3.0 1631.9543 5.0 1631.9672 9.0 1631.9801 5.0 1631.993 3.0 1632.0059 4.0 1632.0188 12.0 1632.0317 10.0 1632.0446 6.0 1632.0575 5.0 1632.0704 3.0 1632.0833 7.0 1632.0962 4.0 1632.1092 7.0 1632.1221 4.0 1632.135 7.0 1632.1479 12.0 1632.1608 4.0 1632.1737 3.0 1632.1866 7.0 1632.1995 1.0 1632.2124 3.0 1632.2253 4.0 1632.2382 6.0 1632.2511 3.0 1632.264 2.0 1632.2769 2.0 1632.3027 3.0 1632.3156 5.0 1632.3285 3.0 1632.3415 3.0 1632.3544 5.0 1632.3673 3.0 1632.3802 2.0 1632.3931 3.0 1632.406 5.0 1632.4189 3.0 1632.4318 7.0 1632.4447 7.0 1632.4576 5.0 1632.4705 5.0 1632.4834 6.0 1632.4963 7.0 1632.5092 2.0 1632.5221 9.0 1632.535 6.0 1632.548 3.0 1632.5609 4.0 1632.5738 3.0 1632.5867 4.0 1632.5996 1.0 1632.6125 3.0 1632.6254 1.0 1632.6512 4.0 1632.6641 1.0 1632.677 2.0 1632.6899 4.0 1632.7028 8.0 1632.7158 14.0 1632.7287 7.0 1632.7416 1.0 1632.7545 2.0 1632.7674 7.0 1632.7803 8.0 1632.7932 6.0 1632.8061 3.0 1632.819 5.0 1632.8319 2.0 1632.8577 1.0 1632.8706 1.0 1632.8836 1.0 1632.8965 3.0 1632.9094 4.0 1632.9352 4.0 1632.9481 5.0 1632.961 2.0 1632.9739 4.0 1632.9868 3.0 1632.9997 8.0 1633.0126 2.0 1633.0255 7.0 1633.0385 1.0 1633.0514 2.0 1633.0643 5.0 1633.0772 4.0 1633.0901 6.0 1633.103 8.0 1633.1159 1.0 1633.1288 4.0 1633.1417 2.0 1633.1546 6.0 1633.1675 20.0 1633.1805 11.0 1633.1934 3.0 1633.2063 7.0 1633.2192 4.0 1633.245 2.0 1633.2579 5.0 1633.2708 8.0 1633.2837 7.0 1633.2966 9.0 1633.3095 2.0 1633.3225 4.0 1633.3354 3.0 1633.3483 5.0 1633.3612 4.0 1633.3741 12.0 1633.387 8.0 1633.3999 16.0 1633.4128 17.0 1633.4257 8.0 1633.4387 5.0 1633.4516 4.0 1633.4645 5.0 1633.4774 4.0 1633.4903 9.0 1633.5032 3.0 1633.5161 4.0 1633.529 5.0 1633.5419 7.0 1633.5548 6.0 1633.5678 4.0 1633.5807 4.0 1633.5936 6.0 1633.6065 9.0 1633.6194 6.0 1633.6323 5.0 1633.6452 6.0 1633.6581 17.0 1633.671 16.0 1633.684 4.0 1633.6969 5.0 1633.7098 7.0 1633.7227 4.0 1633.7356 6.0 1633.7485 5.0 1633.7614 6.0 1633.7743 1.0 1633.7873 3.0 1633.8131 9.0 1633.826 6.0 1633.8389 5.0 1633.8518 3.0 1633.8647 6.0 1633.8776 4.0 1633.8905 8.0 1633.9035 10.0 1633.9164 6.0 1633.9293 5.0 1633.9422 4.0 1633.9551 2.0 1633.968 1.0 1633.9809 2.0 1633.9938 2.0 1634.0197 7.0 1634.0326 6.0 1634.0455 4.0 1634.0584 13.0 1634.0713 4.0 1634.0842 7.0 1634.1101 4.0 1634.123 3.0 1634.1359 1.0 1634.1488 10.0 1634.1617 4.0 1634.1875 16.0 1634.2005 4.0 1634.2134 11.0 1634.2263 11.0 1634.2392 11.0 1634.2521 9.0 1634.265 7.0 1634.2779 5.0 1634.2908 11.0 1634.3038 6.0 1634.3167 3.0 1634.3296 3.0 1634.3425 1.0 1634.3554 8.0 1634.3683 4.0 1634.3812 4.0 1634.3942 7.0 1634.4071 3.0 1634.42 5.0 1634.4329 4.0 1634.4458 4.0 1634.4587 7.0 1634.4716 8.0 1634.4846 5.0 1634.4975 5.0 1634.5104 2.0 1634.5233 12.0 1634.5362 15.0 1634.5491 4.0 1634.562 5.0 1634.575 6.0 1634.5879 8.0 1634.6008 5.0 1634.6137 10.0 1634.6266 6.0 1634.6395 3.0 1634.6525 5.0 1634.6654 1.0 1634.6783 1.0 1634.6912 3.0 1634.7041 2.0 1634.717 11.0 1634.7299 10.0 1634.7429 7.0 1634.7558 2.0 1634.7687 9.0 1634.7816 2.0 1634.7945 3.0 1634.8074 3.0 1634.8204 4.0 1634.8333 3.0 1634.8462 7.0 1634.8591 6.0 1634.872 5.0 1634.8849 10.0 1634.8979 8.0 1634.9108 6.0 1634.9237 11.0 1634.9366 18.0 1634.9495 8.0 1634.9624 3.0 1634.9754 5.0 1634.9883 3.0 1635.0012 2.0 1635.0141 3.0 1635.027 1.0 1635.0399 1.0 1635.0529 5.0 1635.0658 2.0 1635.0787 5.0 1635.0916 3.0 1635.1045 5.0 1635.1174 2.0 1635.1304 2.0 1635.1433 2.0 1635.1562 1.0 1635.1691 1.0 1635.182 1.0 1635.1949 2.0 1635.2079 4.0 1635.2208 6.0 1635.2337 3.0 1635.2466 6.0 1635.2595 7.0 1635.2724 2.0 1635.2854 9.0 1635.2983 6.0 1635.3112 3.0 1635.3241 1.0 1635.337 5.0 1635.35 10.0 1635.3629 5.0 1635.3758 2.0 1635.3887 5.0 1635.4016 6.0 1635.4145 11.0 1635.4275 10.0 1635.4404 11.0 1635.4533 8.0 1635.4662 1.0 1635.4791 5.0 1635.4921 8.0 1635.505 3.0 1635.5179 3.0 1635.5437 6.0 1635.5566 12.0 1635.5696 6.0 1635.5825 2.0 1635.5954 4.0 1635.6083 9.0 1635.6212 5.0 1635.6342 4.0 1635.6471 1.0 1635.66 3.0 1635.6729 6.0 1635.6858 3.0 1635.6988 5.0 1635.7117 8.0 1635.7246 2.0 1635.7375 2.0 1635.7504 2.0 1635.7763 4.0 1635.7892 2.0 1635.8021 8.0 1635.815 3.0 1635.828 5.0 1635.8409 9.0 1635.8538 1.0 1635.8667 4.0 1635.8796 4.0 1635.8926 6.0 1635.9055 2.0 1635.9184 4.0 1635.9313 4.0 1635.9442 3.0 1635.9572 2.0 1635.9701 6.0 1635.983 4.0 1636.0088 3.0 1636.0218 5.0 1636.0347 2.0 1636.0476 5.0 1636.0605 2.0 1636.0734 2.0 1636.0864 4.0 1636.0993 8.0 1636.1122 9.0 1636.1251 6.0 1636.138 2.0 1636.151 6.0 1636.1639 8.0 1636.1768 4.0 1636.1897 3.0 1636.2027 8.0 1636.2156 2.0 1636.2285 4.0 1636.2414 4.0 1636.2543 3.0 1636.2673 3.0 1636.2802 2.0 1636.2931 10.0 1636.306 7.0 1636.3189 7.0 1636.3319 7.0 1636.3448 8.0 1636.3577 5.0 1636.3706 1.0 1636.3836 7.0 1636.3965 4.0 1636.4094 4.0 1636.4223 4.0 1636.4352 3.0 1636.4482 4.0 1636.4611 3.0 1636.474 5.0 1636.4869 3.0 1636.4999 7.0 1636.5128 10.0 1636.5257 4.0 1636.5386 8.0 1636.5515 2.0 1636.5645 3.0 1636.5774 7.0 1636.5903 3.0 1636.6032 1.0 1636.6162 9.0 1636.6291 9.0 1636.642 11.0 1636.6549 14.0 1636.6679 6.0 1636.6808 12.0 1636.6937 7.0 1636.7066 4.0 1636.7195 3.0 1636.7325 4.0 1636.7454 3.0 1636.7583 8.0 1636.7712 4.0 1636.7842 6.0 1636.7971 4.0 1636.81 3.0 1636.8229 7.0 1636.8359 5.0 1636.8488 1.0 1636.8617 5.0 1636.8746 4.0 1636.8876 3.0 1636.9005 7.0 1636.9134 2.0 1636.9263 2.0 1636.9393 5.0 1636.9522 5.0 1636.9651 7.0 1636.978 2.0 1636.991 3.0 1637.0039 1.0 1637.0168 6.0 1637.0297 6.0 1637.0427 7.0 1637.0556 6.0 1637.0685 3.0 1637.0814 2.0 1637.0943 8.0 1637.1073 6.0 1637.1202 6.0 1637.1331 2.0 1637.1461 5.0 1637.159 8.0 1637.1719 6.0 1637.1848 2.0 1637.2107 4.0 1637.2236 4.0 1637.2495 7.0 1637.2624 10.0 1637.2753 6.0 1637.2882 2.0 1637.3012 3.0 1637.3141 6.0 1637.327 16.0 1637.3399 6.0 1637.3529 5.0 1637.3658 9.0 1637.3787 3.0 1637.3916 13.0 1637.4046 3.0 1637.4175 5.0 1637.4304 11.0 1637.4433 16.0 1637.4563 11.0 1637.4692 6.0 1637.4821 8.0 1637.495 4.0 1637.508 3.0 1637.5209 2.0 1637.5338 8.0 1637.5468 8.0 1637.5597 4.0 1637.5726 6.0 1637.5855 4.0 1637.5985 10.0 1637.6114 7.0 1637.6243 6.0 1637.6372 9.0 1637.6502 7.0 1637.6631 12.0 1637.676 1.0 1637.689 4.0 1637.7019 7.0 1637.7148 4.0 1637.7277 4.0 1637.7407 7.0 1637.7536 1.0 1637.7665 2.0 1637.7794 5.0 1637.7924 3.0 1637.8053 5.0 1637.8182 4.0 1637.8312 8.0 1637.8441 7.0 1637.857 2.0 1637.8699 2.0 1637.8829 4.0 1637.8958 4.0 1637.9087 4.0 1637.9217 9.0 1637.9346 6.0 1637.9604 2.0 1637.9734 14.0 1637.9863 4.0 1637.9992 6.0 1638.0121 8.0 1638.0251 4.0 1638.038 6.0 1638.0509 4.0 1638.0639 6.0 1638.0768 11.0 1638.0897 6.0 1638.1027 5.0 1638.1156 9.0 1638.1285 2.0 1638.1414 9.0 1638.1544 8.0 1638.1673 1.0 1638.1802 7.0 1638.1932 8.0 1638.2061 9.0 1638.219 6.0 1638.2319 10.0 1638.2449 18.0 1638.2578 19.0 1638.2707 10.0 1638.2837 4.0 1638.2966 2.0 1638.3095 16.0 1638.3225 15.0 1638.3354 9.0 1638.3483 11.0 1638.3612 12.0 1638.3742 14.0 1638.3871 15.0 1638.4 5.0 1638.413 2.0 1638.4259 8.0 1638.4388 17.0 1638.4518 20.0 1638.4647 18.0 1638.4776 11.0 1638.4905 4.0 1638.5035 4.0 1638.5293 2.0 1638.5423 4.0 1638.5552 7.0 1638.5681 11.0 1638.5811 4.0 1638.594 6.0 1638.6069 7.0 1638.6199 5.0 1638.6328 3.0 1638.6457 5.0 1638.6586 8.0 1638.6716 4.0 1638.6845 5.0 1638.6974 14.0 1638.7104 13.0 1638.7233 15.0 1638.7362 6.0 1638.7492 5.0 1638.7621 7.0 1638.775 3.0 1638.788 2.0 1638.8009 1.0 1638.8138 2.0 1638.8268 10.0 1638.8397 3.0 1638.8526 6.0 1638.8655 7.0 1638.8785 3.0 1638.8914 3.0 1638.9043 5.0 1638.9173 6.0 1638.9302 6.0 1638.9431 11.0 1638.9561 12.0 1638.969 9.0 1638.9819 14.0 1638.9949 12.0 1639.0078 3.0 1639.0207 3.0 1639.0337 5.0 1639.0466 3.0 1639.0595 5.0 1639.0725 12.0 1639.0854 11.0 1639.0983 3.0 1639.1113 4.0 1639.1242 5.0 1639.1371 1.0 1639.1501 3.0 1639.163 8.0 1639.1759 3.0 1639.1889 2.0 1639.2018 2.0 1639.2147 3.0 1639.2277 7.0 1639.2406 5.0 1639.2535 6.0 1639.2665 12.0 1639.2794 13.0 1639.2923 21.0 1639.3053 20.0 1639.3182 28.0 1639.3311 19.0 1639.3441 8.0 1639.357 17.0 1639.3699 12.0 1639.3829 3.0 1639.3958 4.0 1639.4087 3.0 1639.4217 8.0 1639.4346 13.0 1639.4475 5.0 1639.4605 8.0 1639.4734 5.0 1639.4863 3.0 1639.4993 2.0 1639.5122 2.0 1639.5251 3.0 1639.5381 8.0 1639.551 2.0 1639.564 4.0 1639.5769 2.0 1639.5898 5.0 1639.6028 8.0 1639.6157 8.0 1639.6286 3.0 1639.6416 2.0 1639.6545 2.0 1639.6674 1.0 1639.6804 2.0 1639.6933 3.0 1639.7062 1.0 1639.7192 3.0 1639.7321 3.0 1639.745 14.0 1639.758 4.0 1639.7709 4.0 1639.7838 1.0 1639.7968 3.0 1639.8097 4.0 1639.8227 1.0 1639.8356 6.0 1639.8485 2.0 1639.8615 5.0 1639.8744 3.0 1639.8873 6.0 1639.9003 6.0 1639.9132 1.0 1639.9391 5.0 1639.952 5.0 1639.965 4.0 1639.9779 4.0 1639.9908 5.0 1640.0038 3.0 1640.0167 5.0 1640.0296 2.0 1640.0426 2.0 1640.0555 2.0 1640.0684 11.0 1640.0814 6.0 1640.0943 4.0 1640.1073 4.0 1640.1202 4.0 1640.1331 5.0 1640.1461 1.0 1640.1719 2.0 1640.1849 8.0 1640.1978 2.0 1640.2108 1.0 1640.2237 6.0 1640.2366 6.0 1640.2496 11.0 1640.2625 6.0 1640.2754 4.0 1640.2884 8.0 1640.3013 19.0 1640.3143 14.0 1640.3272 10.0 1640.3401 22.0 1640.3531 11.0 1640.366 8.0 1640.3789 10.0 1640.3919 4.0 1640.4048 5.0 1640.4178 6.0 1640.4307 2.0 1640.4436 9.0 1640.4566 9.0 1640.4695 5.0 1640.4824 6.0 1640.4954 4.0 1640.5083 4.0 1640.5213 10.0 1640.5342 9.0 1640.5471 19.0 1640.5601 22.0 1640.573 6.0 1640.586 3.0 1640.5989 8.0 1640.6118 5.0 1640.6248 5.0 1640.6377 16.0 1640.6507 11.0 1640.6636 8.0 1640.6765 8.0 1640.6895 1.0 1640.7024 1.0 1640.7153 4.0 1640.7283 2.0 1640.7412 5.0 1640.7542 4.0 1640.7671 1.0 1640.78 7.0 1640.793 11.0 1640.8059 2.0 1640.8189 4.0 1640.8318 8.0 1640.8447 4.0 1640.8706 5.0 1640.8836 3.0 1640.8965 5.0 1640.9094 3.0 1640.9224 3.0 1640.9353 5.0 1640.9483 3.0 1640.9612 2.0 1640.9741 1.0 1640.9871 2.0 1641.0 6.0 1641.013 4.0 1641.0259 3.0 1641.0388 7.0 1641.0518 4.0 1641.0647 10.0 1641.0777 3.0 1641.0906 5.0 1641.1036 7.0 1641.1165 6.0 1641.1294 3.0 1641.1424 5.0 1641.1553 1.0 1641.1812 4.0 1641.1941 7.0 1641.2071 13.0 1641.22 7.0 1641.233 3.0 1641.2459 3.0 1641.2588 2.0 1641.2718 8.0 1641.2847 4.0 1641.2977 3.0 1641.3106 4.0 1641.3236 6.0 1641.3365 2.0 1641.3494 4.0 1641.3624 2.0 1641.3753 6.0 1641.3883 10.0 1641.4012 8.0 1641.4141 10.0 1641.4271 7.0 1641.44 7.0 1641.453 2.0 1641.4659 3.0 1641.4789 3.0 1641.4918 5.0 1641.5047 4.0 1641.5177 2.0 1641.5306 4.0 1641.5565 4.0 1641.5695 16.0 1641.5824 18.0 1641.5953 8.0 1641.6083 7.0 1641.6212 10.0 1641.6342 7.0 1641.6471 6.0 1641.6601 15.0 1641.673 12.0 1641.6859 5.0 1641.6989 2.0 1641.7118 10.0 1641.7248 3.0 1641.7377 9.0 1641.7507 11.0 1641.7636 7.0 1641.7765 4.0 1641.7895 2.0 1641.8024 6.0 1641.8154 6.0 1641.8283 2.0 1641.8413 1.0 1641.8542 2.0 1641.8672 1.0 1641.8801 4.0 1641.893 7.0 1641.906 4.0 1641.9189 8.0 1641.9319 2.0 1641.9448 8.0 1641.9578 2.0 1641.9707 2.0 1641.9836 5.0 1641.9966 1.0 1642.0095 6.0 1642.0225 8.0 1642.0354 4.0 1642.0484 1.0 1642.0613 6.0 1642.0743 3.0 1642.0872 3.0 1642.1001 2.0 1642.1131 2.0 1642.126 4.0 1642.139 5.0 1642.1519 7.0 1642.1649 10.0 1642.1778 8.0 1642.1908 3.0 1642.2037 3.0 1642.2167 6.0 1642.2296 5.0 1642.2425 6.0 1642.2555 8.0 1642.2684 15.0 1642.2814 8.0 1642.2943 4.0 1642.3073 7.0 1642.3202 13.0 1642.3332 15.0 1642.3461 6.0 1642.3591 5.0 1642.372 8.0 1642.3849 6.0 1642.3979 5.0 1642.4108 10.0 1642.4238 7.0 1642.4367 8.0 1642.4497 5.0 1642.4626 2.0 1642.4756 5.0 1642.4885 3.0 1642.5015 9.0 1642.5144 6.0 1642.5274 14.0 1642.5403 4.0 1642.5533 8.0 1642.5662 2.0 1642.5791 4.0 1642.5921 6.0 1642.605 3.0 1642.618 13.0 1642.6309 4.0 1642.6439 5.0 1642.6568 5.0 1642.6698 3.0 1642.6827 4.0 1642.6957 2.0 1642.7086 4.0 1642.7216 1.0 1642.7345 1.0 1642.7475 4.0 1642.7604 2.0 1642.7734 6.0 1642.7863 8.0 1642.7992 10.0 1642.8122 7.0 1642.8251 6.0 1642.8381 8.0 1642.851 4.0 1642.864 2.0 1642.8769 2.0 1642.8899 6.0 1642.9028 3.0 1642.9158 6.0 1642.9287 1.0 1642.9417 4.0 1642.9546 5.0 1642.9805 2.0 1642.9935 5.0 1643.0064 8.0 1643.0194 10.0 1643.0323 9.0 1643.0453 6.0 1643.0582 3.0 1643.0712 3.0 1643.0841 6.0 1643.0971 4.0 1643.11 9.0 1643.123 3.0 1643.1359 4.0 1643.1488 9.0 1643.1618 4.0 1643.1747 3.0 1643.2006 1.0 1643.2136 3.0 1643.2265 3.0 1643.2395 6.0 1643.2524 5.0 1643.2654 8.0 1643.2783 21.0 1643.2913 12.0 1643.3042 8.0 1643.3172 6.0 1643.3301 2.0 1643.3431 6.0 1643.356 11.0 1643.369 10.0 1643.3819 12.0 1643.3949 9.0 1643.4078 5.0 1643.4208 11.0 1643.4337 6.0 1643.4467 5.0 1643.4596 1.0 1643.4726 1.0 1643.4855 2.0 1643.4985 1.0 1643.5114 3.0 1643.5244 4.0 1643.5373 9.0 1643.5503 2.0 1643.5632 2.0 1643.5762 9.0 1643.5891 9.0 1643.6021 9.0 1643.615 6.0 1643.628 1.0 1643.6539 4.0 1643.6669 1.0 1643.6798 2.0 1643.6928 7.0 1643.7057 7.0 1643.7187 7.0 1643.7316 10.0 1643.7446 8.0 1643.7575 3.0 1643.7705 6.0 1643.7834 5.0 1643.7964 2.0 1643.8093 4.0 1643.8223 1.0 1643.8352 2.0 1643.8482 4.0 1643.8611 3.0 1643.8741 7.0 1643.887 9.0 1643.9 1.0 1643.9129 4.0 1643.9259 1.0 1643.9388 7.0 1643.9518 12.0 1643.9647 4.0 1643.9777 8.0 1643.9906 4.0 1644.0036 6.0 1644.0165 5.0 1644.0295 5.0 1644.0425 3.0 1644.0554 6.0 1644.0684 5.0 1644.0813 3.0 1644.0943 3.0 1644.1072 5.0 1644.1202 6.0 1644.1331 7.0 1644.1461 15.0 1644.159 16.0 1644.172 1.0 1644.1849 11.0 1644.1979 13.0 1644.2108 6.0 1644.2238 6.0 1644.2367 7.0 1644.2497 5.0 1644.2627 2.0 1644.2756 12.0 1644.2886 5.0 1644.3015 7.0 1644.3145 6.0 1644.3274 5.0 1644.3404 8.0 1644.3533 6.0 1644.3663 6.0 1644.3792 2.0 1644.3922 11.0 1644.4051 8.0 1644.4181 3.0 1644.4311 3.0 1644.444 5.0 1644.457 5.0 1644.4699 4.0 1644.4829 3.0 1644.4958 3.0 1644.5088 4.0 1644.5217 5.0 1644.5347 3.0 1644.5476 6.0 1644.5606 8.0 1644.5735 3.0 1644.5995 3.0 1644.6124 2.0 1644.6254 4.0 1644.6383 10.0 1644.6513 9.0 1644.6642 18.0 1644.6772 12.0 1644.6901 4.0 1644.7031 5.0 1644.7161 2.0 1644.729 7.0 1644.742 7.0 1644.7549 2.0 1644.7679 5.0 1644.7808 1.0 1644.8067 6.0 1644.8197 5.0 1644.8327 3.0 1644.8456 9.0 1644.8586 11.0 1644.8715 6.0 1644.8845 9.0 1644.8974 4.0 1644.9233 4.0 1644.9363 7.0 1644.9493 1.0 1644.9622 5.0 1644.9752 5.0 1644.9881 5.0 1645.0011 8.0 1645.014 15.0 1645.027 11.0 1645.04 5.0 1645.0529 3.0 1645.0659 2.0 1645.0788 3.0 1645.0918 5.0 1645.1047 4.0 1645.1177 7.0 1645.1306 2.0 1645.1436 2.0 1645.1566 3.0 1645.1695 2.0 1645.1825 7.0 1645.1954 6.0 1645.2084 7.0 1645.2213 6.0 1645.2343 4.0 1645.2473 1.0 1645.2602 4.0 1645.2732 6.0 1645.2861 2.0 1645.2991 4.0 1645.312 5.0 1645.325 3.0 1645.338 8.0 1645.3509 7.0 1645.3639 8.0 1645.3768 8.0 1645.3898 19.0 1645.4028 9.0 1645.4157 5.0 1645.4287 10.0 1645.4416 6.0 1645.4675 4.0 1645.4805 5.0 1645.4935 1.0 1645.5064 1.0 1645.5194 4.0 1645.5323 4.0 1645.5453 7.0 1645.5583 4.0 1645.5712 2.0 1645.5842 4.0 1645.5971 2.0 1645.6101 9.0 1645.623 8.0 1645.636 2.0 1645.649 5.0 1645.6619 10.0 1645.6749 7.0 1645.6878 8.0 1645.7008 3.0 1645.7138 1.0 1645.7267 2.0 1645.7397 6.0 1645.7526 2.0 1645.7656 4.0 1645.7786 1.0 1645.7915 4.0 1645.8045 1.0 1645.8174 3.0 1645.8304 3.0 1645.8434 6.0 1645.8563 4.0 1645.8693 10.0 1645.8822 12.0 1645.8952 8.0 1645.9082 9.0 1645.9211 5.0 1645.9341 7.0 1645.947 6.0 1645.96 21.0 1645.973 57.0 1645.9859 36.0 1645.9989 30.0 1646.0118 31.0 1646.0248 22.0 1646.0378 9.0 1646.0507 26.0 1646.0637 15.0 1646.0766 9.0 1646.0896 15.0 1646.1026 14.0 1646.1155 11.0 1646.1285 9.0 1646.1414 4.0 1646.1544 2.0 1646.1674 5.0 1646.1803 4.0 1646.1933 3.0 1646.2062 4.0 1646.2192 10.0 1646.2322 3.0 1646.2451 6.0 1646.2581 4.0 1646.271 2.0 1646.284 5.0 1646.297 4.0 1646.3099 8.0 1646.3229 2.0 1646.3359 3.0 1646.3488 7.0 1646.3618 12.0 1646.3747 6.0 1646.3877 4.0 1646.4007 9.0 1646.4136 9.0 1646.4266 11.0 1646.4396 8.0 1646.4525 1.0 1646.4655 4.0 1646.4784 2.0 1646.4914 8.0 1646.5044 2.0 1646.5173 2.0 1646.5433 3.0 1646.5562 6.0 1646.5692 9.0 1646.5821 9.0 1646.5951 3.0 1646.6081 5.0 1646.621 12.0 1646.634 7.0 1646.647 8.0 1646.6599 14.0 1646.6729 13.0 1646.6858 4.0 1646.6988 7.0 1646.7118 5.0 1646.7247 8.0 1646.7377 5.0 1646.7507 6.0 1646.7636 8.0 1646.7766 5.0 1646.7895 4.0 1646.8025 10.0 1646.8155 9.0 1646.8284 2.0 1646.8414 5.0 1646.8544 3.0 1646.8673 5.0 1646.8803 5.0 1646.8933 3.0 1646.9062 2.0 1646.9192 4.0 1646.9321 12.0 1646.9451 29.0 1646.9581 18.0 1646.971 6.0 1646.984 16.0 1646.997 21.0 1647.0099 17.0 1647.0229 16.0 1647.0359 18.0 1647.0488 11.0 1647.0618 13.0 1647.0748 14.0 1647.0877 13.0 1647.1007 22.0 1647.1136 15.0 1647.1266 2.0 1647.1396 5.0 1647.1525 4.0 1647.1655 1.0 1647.1785 5.0 1647.1914 1.0 1647.2044 9.0 1647.2174 4.0 1647.2303 8.0 1647.2433 10.0 1647.2563 5.0 1647.2692 1.0 1647.2822 3.0 1647.2952 3.0 1647.3081 8.0 1647.3211 6.0 1647.3341 4.0 1647.347 4.0 1647.36 7.0 1647.373 3.0 1647.3859 7.0 1647.3989 13.0 1647.4119 9.0 1647.4248 2.0 1647.4378 2.0 1647.4507 3.0 1647.4637 5.0 1647.4767 6.0 1647.4896 3.0 1647.5026 7.0 1647.5156 3.0 1647.5285 3.0 1647.5415 6.0 1647.5545 2.0 1647.5674 6.0 1647.5804 3.0 1647.5934 8.0 1647.6063 1.0 1647.6193 3.0 1647.6323 3.0 1647.6452 3.0 1647.6582 13.0 1647.6712 21.0 1647.6841 6.0 1647.6971 2.0 1647.7101 4.0 1647.723 12.0 1647.736 10.0 1647.749 5.0 1647.7619 7.0 1647.7749 4.0 1647.8009 1.0 1647.8138 6.0 1647.8268 4.0 1647.8398 3.0 1647.8527 4.0 1647.8657 5.0 1647.8787 9.0 1647.8916 8.0 1647.9046 6.0 1647.9176 5.0 1647.9305 3.0 1647.9435 5.0 1647.9565 3.0 1647.9694 7.0 1647.9824 20.0 1647.9954 15.0 1648.0083 13.0 1648.0213 12.0 1648.0343 8.0 1648.0472 14.0 1648.0602 7.0 1648.0732 4.0 1648.0861 7.0 1648.0991 8.0 1648.1121 4.0 1648.1251 3.0 1648.138 4.0 1648.151 2.0 1648.1769 1.0 1648.1899 3.0 1648.2029 7.0 1648.2158 5.0 1648.2288 8.0 1648.2547 2.0 1648.2677 2.0 1648.2807 2.0 1648.2937 3.0 1648.3066 5.0 1648.3196 8.0 1648.3326 2.0 1648.3455 5.0 1648.3585 3.0 1648.3715 5.0 1648.3844 12.0 1648.3974 6.0 1648.4104 4.0 1648.4233 1.0 1648.4363 6.0 1648.4493 4.0 1648.4623 5.0 1648.4752 9.0 1648.4882 8.0 1648.5012 17.0 1648.5141 15.0 1648.5401 3.0 1648.553 9.0 1648.566 3.0 1648.579 5.0 1648.592 5.0 1648.6049 5.0 1648.6179 11.0 1648.6309 3.0 1648.6438 7.0 1648.6568 6.0 1648.6698 5.0 1648.6828 15.0 1648.6957 16.0 1648.7087 7.0 1648.7217 4.0 1648.7346 15.0 1648.7476 11.0 1648.7606 4.0 1648.7736 3.0 1648.7865 2.0 1648.7995 2.0 1648.8125 6.0 1648.8254 7.0 1648.8384 6.0 1648.8514 6.0 1648.8644 10.0 1648.8773 4.0 1648.8903 4.0 1648.9033 2.0 1648.9162 6.0 1648.9292 9.0 1648.9422 5.0 1648.9552 3.0 1648.9681 6.0 1648.9811 6.0 1648.9941 7.0 1649.007 4.0 1649.02 5.0 1649.033 3.0 1649.046 11.0 1649.0589 5.0 1649.0719 1.0 1649.0849 14.0 1649.0979 10.0 1649.1108 10.0 1649.1238 5.0 1649.1368 6.0 1649.1497 8.0 1649.1627 9.0 1649.1887 9.0 1649.2016 8.0 1649.2146 12.0 1649.2276 6.0 1649.2406 9.0 1649.2535 1.0 1649.2665 2.0 1649.2795 4.0 1649.2924 1.0 1649.3054 5.0 1649.3184 8.0 1649.3314 4.0 1649.3443 3.0 1649.3573 5.0 1649.3703 2.0 1649.3833 1.0 1649.3962 1.0 1649.4092 9.0 1649.4222 8.0 1649.4352 11.0 1649.4481 5.0 1649.4611 5.0 1649.4741 6.0 1649.4871 5.0 1649.5 1.0 1649.513 2.0 1649.526 2.0 1649.539 2.0 1649.5519 6.0 1649.5779 6.0 1649.5908 7.0 1649.6038 5.0 1649.6168 3.0 1649.6298 1.0 1649.6427 3.0 1649.6557 4.0 1649.6817 6.0 1649.6946 7.0 1649.7076 4.0 1649.7206 3.0 1649.7336 2.0 1649.7465 5.0 1649.7595 3.0 1649.7725 6.0 1649.7855 4.0 1649.7984 1.0 1649.8244 3.0 1649.8374 3.0 1649.8503 2.0 1649.8633 2.0 1649.8763 6.0 1649.8893 6.0 1649.9023 3.0 1649.9152 3.0 1649.9282 2.0 1649.9412 4.0 1649.9542 8.0 1649.9671 1.0 1649.9801 3.0 1649.9931 5.0 1650.0061 5.0 1650.019 6.0 1650.032 11.0 1650.045 7.0 1650.058 4.0 1650.0709 1.0 1650.0839 1.0 1650.0969 5.0 1650.1099 7.0 1650.1228 10.0 1650.1358 8.0 1650.1488 5.0 1650.1618 9.0 1650.1748 1.0 1650.1877 2.0 1650.2007 6.0 1650.2137 9.0 1650.2267 10.0 1650.2396 9.0 1650.2526 9.0 1650.2656 6.0 1650.2786 3.0 1650.2915 6.0 1650.3045 8.0 1650.3175 4.0 1650.3305 4.0 1650.3435 3.0 1650.3564 3.0 1650.3694 3.0 1650.3824 6.0 1650.3954 7.0 1650.4083 5.0 1650.4213 2.0 1650.4343 2.0 1650.4473 5.0 1650.4603 5.0 1650.4732 2.0 1650.4862 9.0 1650.4992 3.0 1650.5122 7.0 1650.5251 9.0 1650.5381 8.0 1650.5511 10.0 1650.5641 4.0 1650.5771 3.0 1650.59 4.0 1650.603 2.0 1650.616 3.0 1650.629 2.0 1650.642 4.0 1650.6549 3.0 1650.6679 10.0 1650.6809 6.0 1650.6939 16.0 1650.7068 11.0 1650.7198 8.0 1650.7328 8.0 1650.7458 4.0 1650.7588 3.0 1650.7717 6.0 1650.7847 4.0 1650.7977 1.0 1650.8107 1.0 1650.8237 7.0 1650.8366 4.0 1650.8496 4.0 1650.8626 3.0 1650.8756 1.0 1650.8886 2.0 1650.9015 3.0 1650.9145 5.0 1650.9275 1.0 1650.9405 1.0 1650.9535 3.0 1650.9664 8.0 1650.9794 13.0 1650.9924 1.0 1651.0054 13.0 1651.0184 11.0 1651.0313 12.0 1651.0443 4.0 1651.0573 8.0 1651.0703 10.0 1651.0833 10.0 1651.0962 6.0 1651.1092 4.0 1651.1222 8.0 1651.1352 5.0 1651.1482 11.0 1651.1611 5.0 1651.1741 2.0 1651.1871 2.0 1651.2001 2.0 1651.2131 1.0 1651.226 4.0 1651.239 4.0 1651.252 2.0 1651.278 5.0 1651.291 7.0 1651.3039 6.0 1651.3169 3.0 1651.3299 3.0 1651.3429 6.0 1651.3559 9.0 1651.3688 5.0 1651.3818 4.0 1651.3948 5.0 1651.4078 5.0 1651.4208 11.0 1651.4338 7.0 1651.4467 4.0 1651.4597 5.0 1651.4727 12.0 1651.4857 4.0 1651.4987 4.0 1651.5116 9.0 1651.5246 2.0 1651.5376 3.0 1651.5506 6.0 1651.5636 17.0 1651.5766 10.0 1651.5895 3.0 1651.6025 1.0 1651.6155 2.0 1651.6285 4.0 1651.6415 12.0 1651.6545 4.0 1651.6674 1.0 1651.6804 6.0 1651.6934 2.0 1651.7064 6.0 1651.7194 6.0 1651.7323 11.0 1651.7453 6.0 1651.7583 7.0 1651.7713 3.0 1651.7843 6.0 1651.7973 9.0 1651.8102 2.0 1651.8232 9.0 1651.8362 4.0 1651.8492 7.0 1651.8622 6.0 1651.8752 7.0 1651.8881 2.0 1651.9011 7.0 1651.9141 5.0 1651.9271 8.0 1651.9401 8.0 1651.9531 5.0 1651.9661 3.0 1651.979 3.0 1651.992 5.0 1652.005 15.0 1652.018 8.0 1652.031 3.0 1652.044 3.0 1652.0569 1.0 1652.0699 4.0 1652.0829 5.0 1652.0959 3.0 1652.1089 1.0 1652.1219 2.0 1652.1348 4.0 1652.1478 6.0 1652.1608 12.0 1652.1738 13.0 1652.1868 4.0 1652.1998 2.0 1652.2128 6.0 1652.2257 9.0 1652.2387 5.0 1652.2517 4.0 1652.2647 3.0 1652.2777 6.0 1652.2907 6.0 1652.3037 7.0 1652.3166 8.0 1652.3296 4.0 1652.3426 6.0 1652.3556 8.0 1652.3686 2.0 1652.3816 3.0 1652.3945 3.0 1652.4075 7.0 1652.4205 3.0 1652.4335 2.0 1652.4465 5.0 1652.4595 9.0 1652.4725 5.0 1652.4854 6.0 1652.4984 3.0 1652.5114 1.0 1652.5244 2.0 1652.5374 2.0 1652.5504 2.0 1652.5634 8.0 1652.5764 11.0 1652.5893 9.0 1652.6023 5.0 1652.6153 7.0 1652.6283 4.0 1652.6413 6.0 1652.6543 7.0 1652.6673 5.0 1652.6802 5.0 1652.6932 6.0 1652.7062 11.0 1652.7192 6.0 1652.7322 5.0 1652.7452 1.0 1652.7712 5.0 1652.7841 4.0 1652.7971 3.0 1652.8101 4.0 1652.8231 5.0 1652.8361 7.0 1652.8491 1.0 1652.8621 3.0 1652.8751 10.0 1652.901 7.0 1652.914 3.0 1652.927 8.0 1652.94 8.0 1652.953 4.0 1652.979 4.0 1652.9919 3.0 1653.0049 3.0 1653.0179 3.0 1653.0309 7.0 1653.0439 5.0 1653.0569 9.0 1653.0699 2.0 1653.0829 4.0 1653.0958 3.0 1653.1088 2.0 1653.1218 4.0 1653.1348 5.0 1653.1478 2.0 1653.1608 5.0 1653.1738 3.0 1653.1868 11.0 1653.1998 6.0 1653.2127 4.0 1653.2257 3.0 1653.2387 4.0 1653.2517 4.0 1653.2647 7.0 1653.2777 3.0 1653.2907 2.0 1653.3037 2.0 1653.3167 6.0 1653.3296 11.0 1653.3426 2.0 1653.3556 2.0 1653.3686 2.0 1653.3816 7.0 1653.3946 3.0 1653.4206 1.0 1653.4336 2.0 1653.4466 7.0 1653.4595 8.0 1653.4725 2.0 1653.4855 3.0 1653.4985 5.0 1653.5115 3.0 1653.5245 7.0 1653.5375 8.0 1653.5505 7.0 1653.5635 9.0 1653.5765 5.0 1653.5894 2.0 1653.6024 9.0 1653.6154 5.0 1653.6284 3.0 1653.6414 1.0 1653.6544 6.0 1653.6674 5.0 1653.6934 10.0 1653.7064 8.0 1653.7194 6.0 1653.7323 4.0 1653.7453 5.0 1653.7583 11.0 1653.7713 3.0 1653.7843 5.0 1653.7973 10.0 1653.8103 8.0 1653.8233 3.0 1653.8363 3.0 1653.8493 2.0 1653.8623 6.0 1653.8882 6.0 1653.9012 7.0 1653.9142 9.0 1653.9272 4.0 1653.9402 4.0 1653.9532 3.0 1653.9662 5.0 1653.9792 6.0 1654.0052 2.0 1654.0182 3.0 1654.0311 3.0 1654.0441 4.0 1654.0571 7.0 1654.0701 5.0 1654.0831 3.0 1654.0961 3.0 1654.1091 9.0 1654.1221 5.0 1654.1351 4.0 1654.1481 1.0 1654.1611 5.0 1654.1741 8.0 1654.1871 5.0 1654.2001 5.0 1654.213 2.0 1654.226 6.0 1654.239 7.0 1654.252 7.0 1654.265 4.0 1654.278 12.0 1654.291 11.0 1654.304 5.0 1654.317 3.0 1654.33 12.0 1654.343 14.0 1654.356 6.0 1654.369 4.0 1654.382 6.0 1654.3949 3.0 1654.4079 9.0 1654.4209 17.0 1654.4339 7.0 1654.4469 6.0 1654.4599 4.0 1654.4729 10.0 1654.4859 7.0 1654.4989 4.0 1654.5119 5.0 1654.5249 6.0 1654.5379 10.0 1654.5509 13.0 1654.5639 4.0 1654.5769 4.0 1654.5899 2.0 1654.6029 7.0 1654.6158 7.0 1654.6288 7.0 1654.6418 5.0 1654.6548 3.0 1654.6678 1.0 1654.6808 4.0 1654.6938 10.0 1654.7068 9.0 1654.7198 9.0 1654.7328 2.0 1654.7458 5.0 1654.7588 12.0 1654.7718 8.0 1654.7848 4.0 1654.7978 6.0 1654.8108 4.0 1654.8238 4.0 1654.8368 7.0 1654.8498 5.0 1654.8627 2.0 1654.8757 9.0 1654.8887 3.0 1654.9017 2.0 1654.9147 5.0 1654.9277 3.0 1654.9407 11.0 1654.9537 11.0 1654.9667 6.0 1654.9797 4.0 1654.9927 11.0 1655.0057 6.0 1655.0187 5.0 1655.0317 1.0 1655.0447 1.0 1655.0577 7.0 1655.0707 3.0 1655.0837 4.0 1655.0967 5.0 1655.1097 3.0 1655.1227 2.0 1655.1357 5.0 1655.1487 1.0 1655.1617 4.0 1655.1747 4.0 1655.1877 5.0 1655.2006 9.0 1655.2136 4.0 1655.2266 9.0 1655.2396 7.0 1655.2526 6.0 1655.2786 5.0 1655.2916 4.0 1655.3046 4.0 1655.3176 1.0 1655.3306 3.0 1655.3436 4.0 1655.3566 7.0 1655.3696 15.0 1655.3826 12.0 1655.3956 6.0 1655.4086 6.0 1655.4216 6.0 1655.4346 7.0 1655.4476 2.0 1655.4606 7.0 1655.4736 3.0 1655.4866 3.0 1655.4996 4.0 1655.5126 5.0 1655.5256 2.0 1655.5386 3.0 1655.5516 10.0 1655.5646 4.0 1655.5776 7.0 1655.5906 13.0 1655.6036 6.0 1655.6166 3.0 1655.6296 3.0 1655.6426 12.0 1655.6556 7.0 1655.6686 5.0 1655.6816 8.0 1655.6946 16.0 1655.7076 11.0 1655.7206 1.0 1655.7336 6.0 1655.7466 4.0 1655.7596 10.0 1655.7726 6.0 1655.7856 7.0 1655.7986 4.0 1655.8116 8.0 1655.8246 6.0 1655.8376 7.0 1655.8505 5.0 1655.8635 2.0 1655.8765 4.0 1655.8895 3.0 1655.9155 2.0 1655.9285 1.0 1655.9415 11.0 1655.9545 7.0 1655.9675 10.0 1655.9805 6.0 1655.9935 5.0 1656.0065 2.0 1656.0195 1.0 1656.0325 2.0 1656.0455 6.0 1656.0585 11.0 1656.0715 9.0 1656.0845 5.0 1656.0975 1.0 1656.1105 4.0 1656.1235 7.0 1656.1365 1.0 1656.1495 3.0 1656.1625 3.0 1656.1755 6.0 1656.1885 6.0 1656.2015 3.0 1656.2146 5.0 1656.2276 4.0 1656.2406 1.0 1656.2536 1.0 1656.2666 4.0 1656.2796 8.0 1656.2926 11.0 1656.3056 10.0 1656.3186 4.0 1656.3316 9.0 1656.3446 8.0 1656.3576 4.0 1656.3706 2.0 1656.3836 3.0 1656.3966 4.0 1656.4096 6.0 1656.4226 18.0 1656.4356 18.0 1656.4486 6.0 1656.4616 5.0 1656.4746 5.0 1656.4876 6.0 1656.5006 6.0 1656.5136 9.0 1656.5266 2.0 1656.5396 1.0 1656.5526 1.0 1656.5656 3.0 1656.5786 4.0 1656.5916 5.0 1656.6046 5.0 1656.6176 3.0 1656.6306 5.0 1656.6436 3.0 1656.6566 9.0 1656.6696 6.0 1656.6826 10.0 1656.6956 3.0 1656.7086 15.0 1656.7216 10.0 1656.7346 7.0 1656.7476 8.0 1656.7606 5.0 1656.7736 6.0 1656.7866 4.0 1656.7996 5.0 1656.8126 9.0 1656.8256 6.0 1656.8386 5.0 1656.8516 6.0 1656.8647 4.0 1656.8777 3.0 1656.8907 2.0 1656.9037 2.0 1656.9167 5.0 1656.9297 6.0 1656.9427 3.0 1656.9557 2.0 1656.9687 3.0 1656.9817 12.0 1656.9947 3.0 1657.0077 4.0 1657.0207 2.0 1657.0337 4.0 1657.0467 12.0 1657.0597 17.0 1657.0727 18.0 1657.0857 6.0 1657.0987 5.0 1657.1117 4.0 1657.1247 5.0 1657.1377 4.0 1657.1637 2.0 1657.1767 2.0 1657.1898 5.0 1657.2028 2.0 1657.2158 5.0 1657.2418 6.0 1657.2548 6.0 1657.2678 7.0 1657.2808 6.0 1657.2938 9.0 1657.3068 1.0 1657.3198 1.0 1657.3328 9.0 1657.3458 8.0 1657.3588 14.0 1657.3718 25.0 1657.3848 11.0 1657.3978 11.0 1657.4108 8.0 1657.4238 2.0 1657.4368 3.0 1657.4499 7.0 1657.4759 5.0 1657.4889 6.0 1657.5019 2.0 1657.5149 1.0 1657.5279 3.0 1657.5409 15.0 1657.5539 16.0 1657.5669 6.0 1657.5799 6.0 1657.5929 2.0 1657.6059 3.0 1657.6189 9.0 1657.6319 5.0 1657.658 5.0 1657.671 10.0 1657.684 3.0 1657.697 3.0 1657.71 9.0 1657.723 5.0 1657.736 2.0 1657.749 1.0 1657.762 3.0 1657.775 7.0 1657.788 7.0 1657.801 3.0 1657.814 4.0 1657.827 2.0 1657.84 1.0 1657.8531 5.0 1657.8661 1.0 1657.8791 11.0 1657.8921 7.0 1657.9051 12.0 1657.9181 9.0 1657.9311 11.0 1657.9441 3.0 1657.9571 4.0 1657.9701 7.0 1657.9831 1.0 1657.9961 8.0 1658.0091 10.0 1658.0222 10.0 1658.0352 12.0 1658.0482 8.0 1658.0612 4.0 1658.0742 8.0 1658.0872 5.0 1658.1002 4.0 1658.1132 5.0 1658.1262 8.0 1658.1392 11.0 1658.1522 9.0 1658.1652 8.0 1658.1783 9.0 1658.1913 6.0 1658.2043 6.0 1658.2173 5.0 1658.2303 6.0 1658.2433 10.0 1658.2563 6.0 1658.2693 2.0 1658.2823 6.0 1658.2953 2.0 1658.3083 9.0 1658.3213 6.0 1658.3344 10.0 1658.3474 1.0 1658.3604 2.0 1658.3734 8.0 1658.3864 10.0 1658.3994 7.0 1658.4124 12.0 1658.4254 9.0 1658.4384 9.0 1658.4514 4.0 1658.4645 1.0 1658.4775 4.0 1658.4905 6.0 1658.5035 1.0 1658.5165 9.0 1658.5295 7.0 1658.5425 3.0 1658.5555 5.0 1658.5685 5.0 1658.5815 4.0 1658.5946 12.0 1658.6076 5.0 1658.6206 6.0 1658.6336 2.0 1658.6466 8.0 1658.6596 4.0 1658.6726 2.0 1658.6856 12.0 1658.6986 16.0 1658.7116 8.0 1658.7247 4.0 1658.7507 7.0 1658.7637 3.0 1658.7767 1.0 1658.7897 4.0 1658.8027 3.0 1658.8157 2.0 1658.8287 4.0 1658.8418 7.0 1658.8548 14.0 1658.8678 11.0 1658.8808 2.0 1658.8938 5.0 1658.9068 3.0 1658.9198 10.0 1658.9328 3.0 1658.9458 2.0 1658.9589 2.0 1658.9719 4.0 1658.9849 4.0 1658.9979 5.0 1659.0109 3.0 1659.0239 2.0 1659.0369 5.0 1659.0499 2.0 1659.063 4.0 1659.076 2.0 1659.089 4.0 1659.102 2.0 1659.115 3.0 1659.128 2.0 1659.141 2.0 1659.154 4.0 1659.167 4.0 1659.1801 1.0 1659.1931 2.0 1659.2061 5.0 1659.2191 7.0 1659.2321 5.0 1659.2581 2.0 1659.2711 4.0 1659.2842 2.0 1659.2972 6.0 1659.3102 5.0 1659.3232 3.0 1659.3362 3.0 1659.3492 2.0 1659.3622 3.0 1659.3753 3.0 1659.4013 3.0 1659.4143 2.0 1659.4273 5.0 1659.4533 2.0 1659.4663 1.0 1659.4794 4.0 1659.4924 8.0 1659.5054 6.0 1659.5184 4.0 1659.5314 9.0 1659.5444 3.0 1659.5574 1.0 1659.5705 4.0 1659.5835 5.0 1659.5965 3.0 1659.6095 13.0 1659.6225 9.0 1659.6355 2.0 1659.6485 5.0 1659.6616 13.0 1659.6746 4.0 1659.6876 2.0 1659.7006 5.0 1659.7136 3.0 1659.7266 5.0 1659.7396 8.0 1659.7527 8.0 1659.7657 10.0 1659.7787 2.0 1659.7917 3.0 1659.8047 4.0 1659.8177 3.0 1659.8307 3.0 1659.8438 2.0 1659.8568 6.0 1659.8698 2.0 1659.8958 4.0 1659.9088 5.0 1659.9219 5.0 1659.9349 2.0 1659.9479 4.0 1659.9609 2.0 1659.9739 5.0 1659.9869 1.0 1659.9999 4.0 1660.013 4.0 1660.026 7.0 1660.039 5.0 1660.052 4.0 1660.065 3.0 1660.078 4.0 1660.0911 9.0 1660.1041 5.0 1660.1171 5.0 1660.1301 3.0 1660.1431 1.0 1660.1561 3.0 1660.1692 3.0 1660.1822 5.0 1660.1952 3.0 1660.2082 3.0 1660.2212 11.0 1660.2342 9.0 1660.2473 10.0 1660.2603 10.0 1660.2733 2.0 1660.2863 2.0 1660.2993 4.0 1660.3123 5.0 1660.3254 10.0 1660.3384 4.0 1660.3514 5.0 1660.3644 4.0 1660.3774 6.0 1660.3904 3.0 1660.4035 3.0 1660.4165 6.0 1660.4295 4.0 1660.4425 5.0 1660.4555 6.0 1660.4685 7.0 1660.4816 5.0 1660.4946 4.0 1660.5076 8.0 1660.5206 5.0 1660.5336 1.0 1660.5467 3.0 1660.5597 2.0 1660.5727 5.0 1660.5857 8.0 1660.5987 9.0 1660.6117 3.0 1660.6248 6.0 1660.6378 6.0 1660.6508 3.0 1660.6638 1.0 1660.6768 2.0 1660.6899 7.0 1660.7029 4.0 1660.7159 6.0 1660.7289 5.0 1660.7419 5.0 1660.7549 2.0 1660.768 14.0 1660.781 6.0 1660.794 4.0 1660.807 10.0 1660.82 9.0 1660.8331 9.0 1660.8461 2.0 1660.8721 10.0 1660.8851 3.0 1660.8982 7.0 1660.9112 5.0 1660.9242 6.0 1660.9372 5.0 1660.9502 3.0 1660.9633 3.0 1660.9763 3.0 1660.9893 5.0 1661.0023 1.0 1661.0153 14.0 1661.0284 11.0 1661.0414 9.0 1661.0544 1.0 1661.0674 4.0 1661.0804 3.0 1661.0935 5.0 1661.1195 1.0 1661.1325 3.0 1661.1455 4.0 1661.1586 5.0 1661.1716 5.0 1661.1846 3.0 1661.1976 4.0 1661.2106 1.0 1661.2237 5.0 1661.2367 9.0 1661.2497 3.0 1661.2627 7.0 1661.2757 6.0 1661.2888 9.0 1661.3018 2.0 1661.3148 5.0 1661.3278 2.0 1661.3408 8.0 1661.3539 23.0 1661.3669 14.0 1661.3799 9.0 1661.3929 14.0 1661.4059 3.0 1661.419 3.0 1661.432 3.0 1661.445 2.0 1661.458 8.0 1661.4711 5.0 1661.4841 5.0 1661.4971 8.0 1661.5101 7.0 1661.5231 7.0 1661.5362 8.0 1661.5492 6.0 1661.5622 4.0 1661.5752 6.0 1661.5882 7.0 1661.6013 3.0 1661.6143 5.0 1661.6273 4.0 1661.6403 5.0 1661.6534 7.0 1661.6664 8.0 1661.6794 7.0 1661.7054 6.0 1661.7185 5.0 1661.7315 4.0 1661.7445 5.0 1661.7575 10.0 1661.7706 4.0 1661.7836 3.0 1661.7966 4.0 1661.8096 8.0 1661.8227 9.0 1661.8357 7.0 1661.8487 8.0 1661.8617 5.0 1661.8747 2.0 1661.8878 3.0 1661.9008 6.0 1661.9138 7.0 1661.9268 7.0 1661.9399 1.0 1661.9529 2.0 1661.9659 1.0 1661.9789 3.0 1661.992 2.0 1662.005 12.0 1662.018 12.0 1662.031 5.0 1662.0441 3.0 1662.0571 11.0 1662.0701 23.0 1662.0831 26.0 1662.0961 24.0 1662.1092 10.0 1662.1222 12.0 1662.1352 7.0 1662.1482 6.0 1662.1613 16.0 1662.1743 8.0 1662.1873 4.0 1662.2003 5.0 1662.2134 2.0 1662.2264 6.0 1662.2394 3.0 1662.2524 8.0 1662.2655 13.0 1662.2785 7.0 1662.2915 9.0 1662.3045 2.0 1662.3176 1.0 1662.3306 11.0 1662.3436 8.0 1662.3566 10.0 1662.3697 3.0 1662.3827 4.0 1662.3957 8.0 1662.4087 5.0 1662.4218 9.0 1662.4348 3.0 1662.4478 3.0 1662.4608 9.0 1662.4739 3.0 1662.4869 5.0 1662.4999 6.0 1662.5129 2.0 1662.526 3.0 1662.552 12.0 1662.565 4.0 1662.5781 7.0 1662.5911 7.0 1662.6041 3.0 1662.6171 2.0 1662.6302 4.0 1662.6562 5.0 1662.6693 6.0 1662.6823 10.0 1662.6953 8.0 1662.7083 6.0 1662.7214 6.0 1662.7344 4.0 1662.7474 6.0 1662.7604 5.0 1662.7735 1.0 1662.7865 7.0 1662.7995 4.0 1662.8125 3.0 1662.8256 3.0 1662.8386 1.0 1662.8516 1.0 1662.8647 1.0 1662.8777 2.0 1662.8907 4.0 1662.9037 2.0 1662.9168 4.0 1662.9298 19.0 1662.9428 3.0 1662.9558 7.0 1662.9689 6.0 1662.9819 8.0 1662.9949 1.0 1663.008 4.0 1663.021 14.0 1663.034 7.0 1663.047 10.0 1663.0601 17.0 1663.0731 15.0 1663.0861 9.0 1663.0991 14.0 1663.1122 5.0 1663.1252 7.0 1663.1382 10.0 1663.1513 4.0 1663.1643 2.0 1663.1773 6.0 1663.1903 3.0 1663.2034 2.0 1663.2164 1.0 1663.2294 4.0 1663.2425 5.0 1663.2555 5.0 1663.2685 4.0 1663.2815 9.0 1663.2946 10.0 1663.3076 1.0 1663.3206 3.0 1663.3337 1.0 1663.3467 2.0 1663.3597 2.0 1663.3727 11.0 1663.3858 6.0 1663.4118 3.0 1663.4249 3.0 1663.4379 5.0 1663.4509 1.0 1663.4639 6.0 1663.477 7.0 1663.49 5.0 1663.503 11.0 1663.5161 10.0 1663.5291 6.0 1663.5421 9.0 1663.5552 7.0 1663.5682 3.0 1663.5812 4.0 1663.5942 8.0 1663.6073 8.0 1663.6203 7.0 1663.6333 2.0 1663.6464 7.0 1663.6594 3.0 1663.6724 5.0 1663.6855 3.0 1663.6985 4.0 1663.7115 5.0 1663.7245 6.0 1663.7376 5.0 1663.7506 3.0 1663.7636 1.0 1663.7767 1.0 1663.7897 2.0 1663.8027 4.0 1663.8158 10.0 1663.8288 7.0 1663.8418 6.0 1663.8549 5.0 1663.8809 3.0 1663.8939 3.0 1663.907 7.0 1663.92 6.0 1663.933 4.0 1663.9461 2.0 1663.9591 6.0 1663.9721 8.0 1663.9852 9.0 1663.9982 62.0 1664.0112 80.0 1664.0243 106.0 1664.0373 113.0 1664.0503 106.0 1664.0634 168.0 1664.0764 180.0 1664.0894 151.0 1664.1025 85.0 1664.1155 78.0 1664.1285 64.0 1664.1415 75.0 1664.1546 57.0 1664.1676 36.0 1664.1806 26.0 1664.1937 18.0 1664.2067 15.0 1664.2197 10.0 1664.2328 7.0 1664.2458 6.0 1664.2588 11.0 1664.2719 7.0 1664.2849 11.0 1664.2979 2.0 1664.311 11.0 1664.324 3.0 1664.337 3.0 1664.3501 4.0 1664.3631 1.0 1664.3761 5.0 1664.3892 6.0 1664.4022 6.0 1664.4152 6.0 1664.4283 6.0 1664.4413 3.0 1664.4543 2.0 1664.4674 4.0 1664.4804 1.0 1664.4934 5.0 1664.5065 7.0 1664.5195 1.0 1664.5325 2.0 1664.5456 1.0 1664.5586 6.0 1664.5716 2.0 1664.5847 7.0 1664.5977 1.0 1664.6107 5.0 1664.6238 7.0 1664.6368 4.0 1664.6498 4.0 1664.6629 4.0 1664.6759 6.0 1664.6889 4.0 1664.702 1.0 1664.715 1.0 1664.728 5.0 1664.7411 6.0 1664.7541 8.0 1664.7671 2.0 1664.7802 3.0 1664.7932 4.0 1664.8063 7.0 1664.8193 11.0 1664.8323 4.0 1664.8454 10.0 1664.8584 3.0 1664.8714 3.0 1664.8845 4.0 1664.8975 9.0 1664.9105 6.0 1664.9236 4.0 1664.9366 2.0 1664.9496 5.0 1664.9627 12.0 1664.9757 9.0 1664.9887 16.0 1665.0018 42.0 1665.0148 43.0 1665.0278 41.0 1665.0409 53.0 1665.0539 58.0 1665.067 75.0 1665.08 97.0 1665.093 100.0 1665.1061 95.0 1665.1191 71.0 1665.1321 68.0 1665.1452 49.0 1665.1582 50.0 1665.1712 46.0 1665.1843 41.0 1665.1973 25.0 1665.2104 15.0 1665.2234 16.0 1665.2364 19.0 1665.2495 23.0 1665.2625 12.0 1665.2755 16.0 1665.2886 9.0 1665.3016 9.0 1665.3146 8.0 1665.3277 4.0 1665.3407 4.0 1665.3538 3.0 1665.3668 8.0 1665.3798 5.0 1665.3929 5.0 1665.4059 4.0 1665.4189 7.0 1665.432 2.0 1665.445 2.0 1665.458 3.0 1665.4711 5.0 1665.4841 2.0 1665.5102 1.0 1665.5232 3.0 1665.5363 9.0 1665.5493 16.0 1665.5623 2.0 1665.5754 8.0 1665.5884 12.0 1665.6015 11.0 1665.6145 8.0 1665.6275 7.0 1665.6406 7.0 1665.6536 8.0 1665.6667 1.0 1665.6797 3.0 1665.6927 3.0 1665.7188 2.0 1665.7318 5.0 1665.7449 11.0 1665.7579 7.0 1665.771 3.0 1665.784 3.0 1665.797 5.0 1665.8101 5.0 1665.8231 7.0 1665.8362 1.0 1665.8492 8.0 1665.8622 2.0 1665.8753 3.0 1665.8883 4.0 1665.9013 9.0 1665.9144 2.0 1665.9274 3.0 1665.9405 2.0 1665.9535 6.0 1665.9665 1.0 1665.9796 3.0 1665.9926 6.0 1666.0057 15.0 1666.0187 30.0 1666.0317 39.0 1666.0448 44.0 1666.0578 64.0 1666.0709 42.0 1666.0839 52.0 1666.0969 44.0 1666.11 18.0 1666.123 23.0 1666.1361 26.0 1666.1491 26.0 1666.1621 6.0 1666.1752 22.0 1666.1882 17.0 1666.2013 12.0 1666.2143 12.0 1666.2273 2.0 1666.2404 2.0 1666.2534 3.0 1666.2665 7.0 1666.2795 11.0 1666.2925 9.0 1666.3056 3.0 1666.3186 1.0 1666.3317 3.0 1666.3447 9.0 1666.3577 9.0 1666.3708 3.0 1666.3838 1.0 1666.3969 9.0 1666.4099 7.0 1666.4229 3.0 1666.436 1.0 1666.449 1.0 1666.4621 5.0 1666.4751 14.0 1666.4882 3.0 1666.5012 8.0 1666.5142 5.0 1666.5273 3.0 1666.5403 2.0 1666.5534 4.0 1666.5664 2.0 1666.5794 4.0 1666.5925 3.0 1666.6055 9.0 1666.6186 5.0 1666.6316 8.0 1666.6447 7.0 1666.6577 3.0 1666.6707 1.0 1666.6838 3.0 1666.6968 4.0 1666.7099 8.0 1666.7229 5.0 1666.7359 4.0 1666.749 5.0 1666.762 3.0 1666.7751 3.0 1666.7881 4.0 1666.8012 3.0 1666.8142 4.0 1666.8272 3.0 1666.8403 2.0 1666.8533 5.0 1666.8664 4.0 1666.8794 4.0 1666.8925 4.0 1666.9055 4.0 1666.9185 10.0 1666.9316 1.0 1666.9446 1.0 1666.9577 5.0 1666.9707 5.0 1666.9838 1.0 1666.9968 3.0 1667.0098 5.0 1667.0229 4.0 1667.0359 10.0 1667.049 15.0 1667.062 12.0 1667.0751 10.0 1667.0881 7.0 1667.1012 12.0 1667.1142 23.0 1667.1272 12.0 1667.1403 12.0 1667.1533 6.0 1667.1664 7.0 1667.1794 4.0 1667.1925 11.0 1667.2055 8.0 1667.2185 14.0 1667.2316 5.0 1667.2446 6.0 1667.2577 2.0 1667.2707 3.0 1667.2838 4.0 1667.2968 2.0 1667.3099 4.0 1667.3229 2.0 1667.3359 3.0 1667.349 4.0 1667.362 7.0 1667.3751 11.0 1667.3881 10.0 1667.4142 7.0 1667.4273 2.0 1667.4403 4.0 1667.4534 5.0 1667.4664 3.0 1667.4794 5.0 1667.4925 6.0 1667.5055 7.0 1667.5186 3.0 1667.5316 3.0 1667.5447 8.0 1667.5577 7.0 1667.5708 4.0 1667.5838 4.0 1667.5969 3.0 1667.6099 8.0 1667.6229 11.0 1667.636 4.0 1667.649 1.0 1667.6621 5.0 1667.6751 3.0 1667.6882 9.0 1667.7012 4.0 1667.7143 5.0 1667.7273 7.0 1667.7404 2.0 1667.7534 5.0 1667.7664 1.0 1667.7795 3.0 1667.7925 2.0 1667.8056 6.0 1667.8186 2.0 1667.8317 1.0 1667.8447 3.0 1667.8578 5.0 1667.8708 1.0 1667.8839 2.0 1667.8969 5.0 1667.91 3.0 1667.923 4.0 1667.9361 4.0 1667.9491 4.0 1667.9622 5.0 1667.9752 4.0 1667.9882 4.0 1668.0013 5.0 1668.0143 4.0 1668.0274 5.0 1668.0404 1.0 1668.0535 8.0 1668.0665 10.0 1668.0796 13.0 1668.0926 7.0 1668.1057 5.0 1668.1187 8.0 1668.1318 6.0 1668.1448 1.0 1668.1579 5.0 1668.1709 4.0 1668.184 8.0 1668.197 15.0 1668.2231 1.0 1668.2362 1.0 1668.2492 4.0 1668.2622 7.0 1668.2883 6.0 1668.3014 5.0 1668.3144 3.0 1668.3275 13.0 1668.3405 5.0 1668.3536 2.0 1668.3666 5.0 1668.3797 6.0 1668.3927 6.0 1668.4188 1.0 1668.4319 5.0 1668.4449 5.0 1668.458 11.0 1668.471 5.0 1668.4841 2.0 1668.4971 3.0 1668.5102 8.0 1668.5232 4.0 1668.5363 9.0 1668.5493 7.0 1668.5624 3.0 1668.5754 4.0 1668.5885 1.0 1668.6015 5.0 1668.6146 3.0 1668.6276 5.0 1668.6407 7.0 1668.6537 2.0 1668.6668 2.0 1668.6798 6.0 1668.6929 1.0 1668.7059 6.0 1668.719 5.0 1668.732 5.0 1668.7451 2.0 1668.7581 3.0 1668.7712 3.0 1668.7842 13.0 1668.7973 8.0 1668.8103 12.0 1668.8234 7.0 1668.8495 1.0 1668.8625 4.0 1668.8756 1.0 1668.8886 2.0 1668.9147 1.0 1668.9278 1.0 1668.9408 3.0 1668.9539 4.0 1668.9669 6.0 1668.98 4.0 1668.993 4.0 1669.0061 4.0 1669.0191 3.0 1669.0322 8.0 1669.0452 15.0 1669.0583 21.0 1669.0713 7.0 1669.0844 7.0 1669.0974 9.0 1669.1105 4.0 1669.1235 8.0 1669.1366 15.0 1669.1497 4.0 1669.1627 8.0 1669.1758 2.0 1669.1888 2.0 1669.2019 7.0 1669.2149 5.0 1669.228 4.0 1669.241 3.0 1669.2541 2.0 1669.2671 2.0 1669.2932 5.0 1669.3063 10.0 1669.3193 3.0 1669.3324 8.0 1669.3454 16.0 1669.3585 6.0 1669.3715 4.0 1669.3846 6.0 1669.3976 16.0 1669.4107 16.0 1669.4238 21.0 1669.4368 13.0 1669.4499 6.0 1669.4629 3.0 1669.476 7.0 1669.489 1.0 1669.5021 4.0 1669.5151 4.0 1669.5282 4.0 1669.5543 3.0 1669.5673 2.0 1669.5804 6.0 1669.5934 6.0 1669.6065 7.0 1669.6196 6.0 1669.6326 9.0 1669.6457 8.0 1669.6587 7.0 1669.6718 13.0 1669.6848 10.0 1669.6979 1.0 1669.7109 1.0 1669.724 5.0 1669.737 3.0 1669.7501 6.0 1669.7631 4.0 1669.7762 7.0 1669.7893 5.0 1669.8023 11.0 1669.8154 7.0 1669.8284 1.0 1669.8415 2.0 1669.8545 3.0 1669.8676 4.0 1669.8806 3.0 1669.8937 2.0 1669.9067 4.0 1669.9198 2.0 1669.9329 3.0 1669.9459 3.0 1669.959 13.0 1669.972 7.0 1669.9851 12.0 1669.9981 10.0 1670.0112 3.0 1670.0242 5.0 1670.0373 7.0 1670.0504 7.0 1670.0634 9.0 1670.0765 7.0 1670.0895 9.0 1670.1026 7.0 1670.1156 4.0 1670.1287 11.0 1670.1417 11.0 1670.1548 4.0 1670.1679 8.0 1670.1809 9.0 1670.194 8.0 1670.207 8.0 1670.2201 7.0 1670.2331 1.0 1670.2462 2.0 1670.2592 5.0 1670.2723 3.0 1670.2854 4.0 1670.2984 7.0 1670.3115 9.0 1670.3245 4.0 1670.3376 5.0 1670.3506 26.0 1670.3637 8.0 1670.3768 7.0 1670.3898 7.0 1670.4029 6.0 1670.4159 15.0 1670.429 10.0 1670.442 5.0 1670.4551 15.0 1670.4681 14.0 1670.4812 3.0 1670.4943 6.0 1670.5073 3.0 1670.5204 6.0 1670.5334 6.0 1670.5465 11.0 1670.5595 9.0 1670.5726 7.0 1670.5857 2.0 1670.5987 3.0 1670.6118 2.0 1670.6248 1.0 1670.6379 6.0 1670.651 15.0 1670.664 11.0 1670.6771 9.0 1670.6901 2.0 1670.7032 9.0 1670.7162 3.0 1670.7293 1.0 1670.7424 3.0 1670.7554 9.0 1670.7685 7.0 1670.7815 5.0 1670.7946 10.0 1670.8076 7.0 1670.8207 9.0 1670.8338 7.0 1670.8468 4.0 1670.8599 1.0 1670.8729 2.0 1670.886 8.0 1670.8991 6.0 1670.9121 5.0 1670.9252 6.0 1670.9513 7.0 1670.9644 6.0 1670.9774 11.0 1670.9905 7.0 1671.0035 9.0 1671.0166 5.0 1671.0296 8.0 1671.0427 8.0 1671.0558 4.0 1671.0688 5.0 1671.0819 3.0 1671.0949 2.0 1671.108 3.0 1671.1211 6.0 1671.1341 6.0 1671.1472 5.0 1671.1602 6.0 1671.1733 3.0 1671.1864 6.0 1671.2125 2.0 1671.2255 5.0 1671.2386 5.0 1671.2517 6.0 1671.2647 5.0 1671.2778 7.0 1671.2908 3.0 1671.3039 2.0 1671.317 9.0 1671.33 6.0 1671.3431 7.0 1671.3561 3.0 1671.3692 15.0 1671.3823 11.0 1671.3953 19.0 1671.4084 7.0 1671.4214 5.0 1671.4345 9.0 1671.4476 10.0 1671.4606 6.0 1671.4737 5.0 1671.4868 9.0 1671.4998 11.0 1671.5129 11.0 1671.5259 6.0 1671.539 11.0 1671.5521 3.0 1671.5651 12.0 1671.5782 13.0 1671.5912 14.0 1671.6043 4.0 1671.6174 7.0 1671.6304 4.0 1671.6435 5.0 1671.6565 10.0 1671.6696 15.0 1671.6827 5.0 1671.6957 6.0 1671.7088 6.0 1671.7219 10.0 1671.7349 7.0 1671.748 5.0 1671.761 5.0 1671.7872 2.0 1671.8002 4.0 1671.8133 4.0 1671.8264 2.0 1671.8394 4.0 1671.8525 11.0 1671.8655 8.0 1671.8786 6.0 1671.8917 4.0 1671.9047 3.0 1671.9178 9.0 1671.9309 5.0 1671.9439 1.0 1671.957 4.0 1671.97 13.0 1671.9831 5.0 1671.9962 4.0 1672.0092 4.0 1672.0223 5.0 1672.0354 3.0 1672.0484 6.0 1672.0615 4.0 1672.0876 5.0 1672.1007 4.0 1672.1137 7.0 1672.1268 9.0 1672.1399 6.0 1672.1529 7.0 1672.166 5.0 1672.1791 10.0 1672.1921 20.0 1672.2052 7.0 1672.2182 4.0 1672.2313 1.0 1672.2444 3.0 1672.2574 1.0 1672.2705 5.0 1672.2836 14.0 1672.2966 4.0 1672.3097 3.0 1672.3228 2.0 1672.3358 8.0 1672.3489 17.0 1672.362 20.0 1672.375 9.0 1672.3881 9.0 1672.4011 6.0 1672.4142 2.0 1672.4273 3.0 1672.4403 11.0 1672.4534 5.0 1672.4665 6.0 1672.4795 10.0 1672.4926 10.0 1672.5057 6.0 1672.5187 1.0 1672.5318 3.0 1672.5449 1.0 1672.5579 6.0 1672.571 2.0 1672.5841 1.0 1672.5971 7.0 1672.6102 8.0 1672.6233 4.0 1672.6363 4.0 1672.6494 4.0 1672.6625 4.0 1672.6755 6.0 1672.6886 8.0 1672.7016 4.0 1672.7147 1.0 1672.7278 2.0 1672.7408 5.0 1672.7539 6.0 1672.767 1.0 1672.78 3.0 1672.7931 1.0 1672.8062 4.0 1672.8192 9.0 1672.8323 1.0 1672.8454 4.0 1672.8584 7.0 1672.8715 5.0 1672.8846 5.0 1672.8976 2.0 1672.9107 5.0 1672.9238 9.0 1672.9368 7.0 1672.9499 5.0 1672.976 3.0 1672.9891 5.0 1673.0152 2.0 1673.0283 5.0 1673.0414 3.0 1673.0544 2.0 1673.0675 6.0 1673.0806 7.0 1673.0936 2.0 1673.1067 7.0 1673.1198 10.0 1673.1328 3.0 1673.1459 1.0 1673.159 1.0 1673.1721 2.0 1673.1851 5.0 1673.1982 8.0 1673.2113 2.0 1673.2243 8.0 1673.2374 9.0 1673.2505 4.0 1673.2635 2.0 1673.2766 2.0 1673.2897 6.0 1673.3027 2.0 1673.3158 4.0 1673.3289 5.0 1673.3419 1.0 1673.355 4.0 1673.3681 11.0 1673.3811 16.0 1673.3942 14.0 1673.4073 6.0 1673.4203 10.0 1673.4334 9.0 1673.4465 9.0 1673.4596 12.0 1673.4726 9.0 1673.4857 6.0 1673.4988 5.0 1673.5118 5.0 1673.5249 1.0 1673.538 5.0 1673.551 5.0 1673.5641 4.0 1673.5772 2.0 1673.5902 4.0 1673.6033 2.0 1673.6164 5.0 1673.6294 16.0 1673.6425 4.0 1673.6556 2.0 1673.6687 7.0 1673.6817 12.0 1673.6948 9.0 1673.7079 4.0 1673.7209 5.0 1673.734 3.0 1673.7471 6.0 1673.7601 8.0 1673.7732 8.0 1673.7863 1.0 1673.7994 7.0 1673.8124 6.0 1673.8255 3.0 1673.8386 3.0 1673.8516 5.0 1673.8647 7.0 1673.8778 4.0 1673.8908 4.0 1673.9039 2.0 1673.917 1.0 1673.9301 11.0 1673.9431 3.0 1673.9562 6.0 1673.9693 8.0 1673.9823 6.0 1673.9954 8.0 1674.0085 11.0 1674.0216 9.0 1674.0346 5.0 1674.0477 3.0 1674.0608 5.0 1674.0738 5.0 1674.1 4.0 1674.1261 5.0 1674.1392 6.0 1674.1523 2.0 1674.1653 13.0 1674.1784 16.0 1674.1915 5.0 1674.2046 6.0 1674.2176 6.0 1674.2307 10.0 1674.2438 4.0 1674.2568 1.0 1674.2699 2.0 1674.283 2.0 1674.2961 8.0 1674.3091 10.0 1674.3222 7.0 1674.3353 3.0 1674.3483 4.0 1674.3614 3.0 1674.3745 9.0 1674.3876 10.0 1674.4006 7.0 1674.4137 4.0 1674.4268 6.0 1674.4399 3.0 1674.4529 3.0 1674.466 8.0 1674.4791 8.0 1674.4921 5.0 1674.5052 10.0 1674.5183 6.0 1674.5314 12.0 1674.5444 7.0 1674.5575 9.0 1674.5706 3.0 1674.5837 2.0 1674.5967 3.0 1674.6098 8.0 1674.6229 11.0 1674.6359 7.0 1674.649 4.0 1674.6752 4.0 1674.6882 3.0 1674.7013 1.0 1674.7144 1.0 1674.7275 2.0 1674.7405 5.0 1674.7536 9.0 1674.7667 3.0 1674.7798 4.0 1674.7928 9.0 1674.8059 2.0 1674.819 4.0 1674.8321 3.0 1674.8451 1.0 1674.8582 7.0 1674.8713 5.0 1674.8844 2.0 1674.8974 2.0 1674.9105 3.0 1674.9236 3.0 1674.9367 4.0 1674.9497 3.0 1674.9628 10.0 1674.9759 13.0 1674.989 13.0 1675.002 3.0 1675.0151 4.0 1675.0282 8.0 1675.0412 9.0 1675.0543 5.0 1675.0674 4.0 1675.0805 4.0 1675.0936 6.0 1675.1066 1.0 1675.1459 8.0 1675.1589 4.0 1675.172 3.0 1675.1851 1.0 1675.1982 4.0 1675.2112 6.0 1675.2243 5.0 1675.2374 12.0 1675.2505 6.0 1675.2635 2.0 1675.2766 1.0 1675.2897 6.0 1675.3028 9.0 1675.3158 9.0 1675.3289 1.0 1675.342 1.0 1675.3551 4.0 1675.3681 4.0 1675.3812 6.0 1675.3943 2.0 1675.4074 5.0 1675.4204 10.0 1675.4335 7.0 1675.4466 4.0 1675.4597 4.0 1675.4728 3.0 1675.4858 3.0 1675.4989 10.0 1675.512 8.0 1675.5251 7.0 1675.5381 7.0 1675.5512 4.0 1675.5643 13.0 1675.5774 12.0 1675.5904 3.0 1675.6035 8.0 1675.6297 3.0 1675.6428 7.0 1675.6558 4.0 1675.6689 7.0 1675.682 4.0 1675.7081 1.0 1675.7212 5.0 1675.7343 3.0 1675.7474 2.0 1675.7605 3.0 1675.7735 2.0 1675.7866 2.0 1675.7997 10.0 1675.8128 4.0 1675.8258 3.0 1675.8389 5.0 1675.852 2.0 1675.8651 9.0 1675.8782 5.0 1675.8912 3.0 1675.9043 4.0 1675.9174 9.0 1675.9305 2.0 1675.9435 3.0 1675.9566 3.0 1675.9697 3.0 1675.9828 4.0 1675.9959 1.0 1676.0089 1.0 1676.022 11.0 1676.0351 12.0 1676.0482 3.0 1676.0613 5.0 1676.0743 2.0 1676.0874 4.0 1676.1005 2.0 1676.1267 3.0 1676.1397 2.0 1676.1528 8.0 1676.1659 4.0 1676.179 2.0 1676.192 8.0 1676.2051 2.0 1676.2182 2.0 1676.2313 2.0 1676.2444 8.0 1676.2574 1.0 1676.2705 1.0 1676.2836 3.0 1676.2967 4.0 1676.3098 7.0 1676.3228 3.0 1676.3359 6.0 1676.349 1.0 1676.3621 4.0 1676.3752 1.0 1676.4013 6.0 1676.4144 10.0 1676.4275 6.0 1676.4406 3.0 1676.4536 3.0 1676.4667 4.0 1676.4929 8.0 1676.506 7.0 1676.5191 6.0 1676.5321 7.0 1676.5452 6.0 1676.5583 6.0 1676.5714 6.0 1676.5845 3.0 1676.5975 3.0 1676.6106 5.0 1676.6237 7.0 1676.6368 2.0 1676.6499 5.0 1676.6629 10.0 1676.676 1.0 1676.6891 6.0 1676.7022 5.0 1676.7153 4.0 1676.7284 12.0 1676.7414 17.0 1676.7545 12.0 1676.7676 10.0 1676.7807 3.0 1676.7938 2.0 1676.8068 8.0 1676.8199 5.0 1676.833 9.0 1676.8461 3.0 1676.8592 5.0 1676.8723 8.0 1676.8853 7.0 1676.9115 7.0 1676.9246 3.0 1676.9377 4.0 1676.9507 4.0 1676.9638 5.0 1676.9769 7.0 1676.99 6.0 1677.0031 2.0 1677.0162 5.0 1677.0292 6.0 1677.0423 4.0 1677.0554 7.0 1677.0685 5.0 1677.0816 3.0 1677.0947 3.0 1677.1077 2.0 1677.1208 9.0 1677.1339 9.0 1677.147 9.0 1677.1601 2.0 1677.1732 7.0 1677.1862 5.0 1677.1993 4.0 1677.2124 10.0 1677.2255 3.0 1677.2386 1.0 1677.2517 8.0 1677.2647 6.0 1677.2778 1.0 1677.2909 4.0 1677.304 3.0 1677.3171 9.0 1677.3302 13.0 1677.3432 12.0 1677.3563 4.0 1677.3694 3.0 1677.3825 2.0 1677.3956 2.0 1677.4087 5.0 1677.4218 1.0 1677.4348 2.0 1677.4479 6.0 1677.461 5.0 1677.4741 11.0 1677.4872 9.0 1677.5003 4.0 1677.5133 6.0 1677.5264 7.0 1677.5395 4.0 1677.5526 1.0 1677.5657 1.0 1677.5788 5.0 1677.5919 1.0 1677.6049 3.0 1677.618 1.0 1677.6311 7.0 1677.6442 4.0 1677.6573 4.0 1677.6704 2.0 1677.6834 1.0 1677.6965 3.0 1677.7096 5.0 1677.7227 1.0 1677.7358 4.0 1677.7489 1.0 1677.762 1.0 1677.775 3.0 1677.7881 8.0 1677.8012 8.0 1677.8143 6.0 1677.8274 1.0 1677.8536 3.0 1677.8666 6.0 1677.8797 9.0 1677.8928 5.0 1677.9059 4.0 1677.919 3.0 1677.9321 8.0 1677.9452 4.0 1677.9583 5.0 1677.9713 4.0 1677.9844 9.0 1677.9975 7.0 1678.0106 3.0 1678.0237 2.0 1678.0368 4.0 1678.0499 7.0 1678.0629 3.0 1678.076 6.0 1678.0891 3.0 1678.1022 9.0 1678.1153 3.0 1678.1284 2.0 1678.1415 3.0 1678.1546 4.0 1678.1676 3.0 1678.1807 2.0 1678.2069 9.0 1678.22 6.0 1678.2331 4.0 1678.2462 1.0 1678.2593 7.0 1678.2723 3.0 1678.2854 5.0 1678.2985 5.0 1678.3116 7.0 1678.3247 6.0 1678.3378 3.0 1678.3509 3.0 1678.364 1.0 1678.377 5.0 1678.3901 5.0 1678.4032 1.0 1678.4163 2.0 1678.4294 2.0 1678.4425 4.0 1678.4556 5.0 1678.4687 3.0 1678.4818 1.0 1678.4948 8.0 1678.5079 4.0 1678.521 1.0 1678.5341 8.0 1678.5472 17.0 1678.5603 14.0 1678.5734 4.0 1678.5865 3.0 1678.5996 3.0 1678.6126 2.0 1678.6257 2.0 1678.6388 9.0 1678.6519 5.0 1678.665 12.0 1678.6781 7.0 1678.6912 7.0 1678.7043 18.0 1678.7174 10.0 1678.7304 5.0 1678.7435 4.0 1678.7566 8.0 1678.7697 4.0 1678.7828 1.0 1678.7959 8.0 1678.809 13.0 1678.8221 8.0 1678.8352 10.0 1678.8483 5.0 1678.8613 3.0 1678.8744 5.0 1678.8875 9.0 1678.9006 12.0 1678.9137 3.0 1678.9268 4.0 1678.9399 3.0 1678.953 2.0 1678.9661 1.0 1678.9792 8.0 1678.9922 9.0 1679.0053 7.0 1679.0184 3.0 1679.0315 7.0 1679.0446 6.0 1679.0577 1.0 1679.0708 1.0 1679.0839 5.0 1679.097 7.0 1679.1101 10.0 1679.1232 10.0 1679.1362 11.0 1679.1493 13.0 1679.1624 8.0 1679.1755 7.0 1679.1886 10.0 1679.2017 8.0 1679.2148 2.0 1679.2279 3.0 1679.241 4.0 1679.2541 1.0 1679.2672 2.0 1679.2802 4.0 1679.2933 5.0 1679.3064 5.0 1679.3195 3.0 1679.3326 6.0 1679.3457 3.0 1679.3588 6.0 1679.3719 1.0 1679.385 5.0 1679.3981 8.0 1679.4112 6.0 1679.4243 6.0 1679.4374 6.0 1679.4504 2.0 1679.4635 1.0 1679.4766 3.0 1679.4897 5.0 1679.5028 4.0 1679.5159 1.0 1679.529 3.0 1679.5421 5.0 1679.5552 3.0 1679.5683 4.0 1679.5814 14.0 1679.5945 4.0 1679.6076 3.0 1679.6206 5.0 1679.6337 1.0 1679.6468 3.0 1679.6599 1.0 1679.673 7.0 1679.6861 8.0 1679.6992 6.0 1679.7123 16.0 1679.7254 9.0 1679.7385 12.0 1679.7647 3.0 1679.7778 5.0 1679.7909 5.0 1679.804 10.0 1679.8171 12.0 1679.8301 3.0 1679.8432 1.0 1679.8694 1.0 1679.8825 3.0 1679.8956 1.0 1679.9087 1.0 1679.9218 7.0 1679.9349 7.0 1679.948 7.0 1679.9611 3.0 1679.9742 5.0 1679.9873 3.0 1680.0004 1.0 1680.0135 4.0 1680.0266 5.0 1680.0397 5.0 1680.0527 2.0 1680.0658 4.0 1680.0789 6.0 1680.092 12.0 1680.1051 11.0 1680.1182 6.0 1680.1313 18.0 1680.1444 5.0 1680.1575 2.0 1680.1706 4.0 1680.1837 1.0 1680.1968 2.0 1680.223 7.0 1680.2361 6.0 1680.2492 6.0 1680.2754 3.0 1680.2885 6.0 1680.3016 2.0 1680.3147 5.0 1680.3277 5.0 1680.3408 5.0 1680.3539 6.0 1680.367 7.0 1680.3801 3.0 1680.3932 3.0 1680.4063 2.0 1680.4194 6.0 1680.4325 4.0 1680.4456 7.0 1680.4587 2.0 1680.4718 3.0 1680.4849 6.0 1680.498 9.0 1680.5111 3.0 1680.5242 1.0 1680.5373 3.0 1680.5504 2.0 1680.5635 4.0 1680.5766 2.0 1680.5897 6.0 1680.6028 4.0 1680.6159 12.0 1680.629 9.0 1680.6421 5.0 1680.6552 3.0 1680.6683 7.0 1680.6814 4.0 1680.6944 14.0 1680.7075 5.0 1680.7206 7.0 1680.7337 5.0 1680.7468 3.0 1680.7599 3.0 1680.773 4.0 1680.7861 6.0 1680.7992 3.0 1680.8123 1.0 1680.8254 7.0 1680.8385 8.0 1680.8516 18.0 1680.8647 8.0 1680.8778 1.0 1680.8909 8.0 1680.904 1.0 1680.9171 4.0 1680.9302 3.0 1680.9433 3.0 1680.9564 1.0 1680.9695 1.0 1680.9957 7.0 1681.0088 6.0 1681.0219 2.0 1681.035 3.0 1681.0481 3.0 1681.0612 3.0 1681.0743 5.0 1681.0874 6.0 1681.1136 3.0 1681.1267 5.0 1681.1398 4.0 1681.1529 3.0 1681.166 5.0 1681.1791 6.0 1681.1922 4.0 1681.2053 7.0 1681.2184 3.0 1681.2315 4.0 1681.2446 8.0 1681.2577 10.0 1681.2708 2.0 1681.2839 4.0 1681.297 2.0 1681.3101 9.0 1681.3232 7.0 1681.3363 2.0 1681.3494 2.0 1681.3625 1.0 1681.3756 1.0 1681.4018 4.0 1681.4149 8.0 1681.428 5.0 1681.4411 5.0 1681.4542 3.0 1681.4673 6.0 1681.4804 6.0 1681.4935 2.0 1681.5066 6.0 1681.5197 6.0 1681.5328 4.0 1681.5459 4.0 1681.559 3.0 1681.5721 3.0 1681.5852 4.0 1681.5983 2.0 1681.6114 1.0 1681.6376 5.0 1681.6507 10.0 1681.6638 14.0 1681.6769 1.0 1681.69 3.0 1681.7031 9.0 1681.7162 10.0 1681.7293 4.0 1681.7424 1.0 1681.7555 9.0 1681.7686 18.0 1681.7817 4.0 1681.7948 8.0 1681.8079 5.0 1681.821 4.0 1681.8341 5.0 1681.8472 6.0 1681.8603 7.0 1681.8734 5.0 1681.8865 7.0 1681.8996 3.0 1681.9127 2.0 1681.9258 4.0 1681.9389 5.0 1681.952 2.0 1681.9651 3.0 1681.9782 2.0 1681.9913 11.0 1682.0044 1.0 1682.0175 8.0 1682.0306 14.0 1682.0437 11.0 1682.0568 2.0 1682.0699 3.0 1682.083 6.0 1682.0961 1.0 1682.1092 1.0 1682.1223 2.0 1682.1355 3.0 1682.1486 5.0 1682.1617 12.0 1682.1748 18.0 1682.1879 7.0 1682.201 7.0 1682.2141 2.0 1682.2272 7.0 1682.2403 10.0 1682.2534 7.0 1682.2665 10.0 1682.2796 6.0 1682.2927 6.0 1682.3058 12.0 1682.3189 6.0 1682.332 9.0 1682.3451 6.0 1682.3582 3.0 1682.3713 4.0 1682.3844 5.0 1682.4106 1.0 1682.4237 4.0 1682.4368 1.0 1682.4499 6.0 1682.463 6.0 1682.4761 4.0 1682.4892 3.0 1682.5024 1.0 1682.5155 5.0 1682.5286 3.0 1682.5417 1.0 1682.5548 1.0 1682.5679 2.0 1682.581 5.0 1682.5941 4.0 1682.6072 4.0 1682.6203 9.0 1682.6334 1.0 1682.6465 3.0 1682.6596 4.0 1682.6727 2.0 1682.6858 6.0 1682.6989 5.0 1682.712 10.0 1682.7251 8.0 1682.7382 2.0 1682.7513 3.0 1682.7644 4.0 1682.7776 4.0 1682.7907 6.0 1682.8038 1.0 1682.8169 9.0 1682.83 17.0 1682.8431 12.0 1682.8562 10.0 1682.8693 5.0 1682.8824 6.0 1682.8955 10.0 1682.9086 5.0 1682.9217 1.0 1682.9348 3.0 1682.9479 11.0 1682.961 11.0 1682.9741 3.0 1682.9872 2.0 1683.0004 4.0 1683.0135 7.0 1683.0266 12.0 1683.0397 12.0 1683.0528 8.0 1683.0659 6.0 1683.079 1.0 1683.0921 4.0 1683.1052 4.0 1683.1183 1.0 1683.1314 8.0 1683.1445 3.0 1683.1576 8.0 1683.1707 2.0 1683.1838 2.0 1683.197 7.0 1683.2101 2.0 1683.2232 1.0 1683.2363 2.0 1683.2494 1.0 1683.2756 2.0 1683.2887 3.0 1683.3018 3.0 1683.3149 3.0 1683.328 5.0 1683.3411 6.0 1683.3542 7.0 1683.3673 6.0 1683.3805 8.0 1683.3936 9.0 1683.4067 11.0 1683.4198 2.0 1683.446 4.0 1683.4591 3.0 1683.4722 4.0 1683.4853 4.0 1683.4984 2.0 1683.5115 4.0 1683.5246 5.0 1683.5378 10.0 1683.5509 10.0 1683.564 2.0 1683.5771 3.0 1683.5902 2.0 1683.6033 8.0 1683.6164 4.0 1683.6295 6.0 1683.6426 1.0 1683.6557 4.0 1683.6951 3.0 1683.7082 8.0 1683.7213 7.0 1683.7344 8.0 1683.7475 3.0 1683.7737 3.0 1683.7868 5.0 1683.7999 7.0 1683.813 5.0 1683.8262 10.0 1683.8393 3.0 1683.8524 2.0 1683.8655 5.0 1683.8786 4.0 1683.8917 1.0 1683.9048 4.0 1683.9179 7.0 1683.931 3.0 1683.9441 5.0 1683.9572 1.0 1683.9704 4.0 1683.9835 3.0 1683.9966 5.0 1684.0097 5.0 1684.0228 2.0 1684.0359 7.0 1684.049 10.0 1684.0621 8.0 1684.0752 3.0 1684.0884 6.0 1684.1015 3.0 1684.1146 3.0 1684.1277 5.0 1684.1408 4.0 1684.1539 2.0 1684.1801 3.0 1684.1932 6.0 1684.2063 8.0 1684.2195 7.0 1684.2326 4.0 1684.2457 4.0 1684.2588 2.0 1684.2719 4.0 1684.285 11.0 1684.2981 6.0 1684.3112 13.0 1684.3243 3.0 1684.3375 4.0 1684.3506 4.0 1684.3637 8.0 1684.3768 3.0 1684.3899 3.0 1684.403 4.0 1684.4161 8.0 1684.4292 4.0 1684.4424 3.0 1684.4555 8.0 1684.4686 11.0 1684.4817 4.0 1684.4948 5.0 1684.5079 3.0 1684.5341 3.0 1684.5473 2.0 1684.5604 4.0 1684.5735 2.0 1684.5866 1.0 1684.5997 3.0 1684.6128 6.0 1684.6259 1.0 1684.6522 3.0 1684.6653 6.0 1684.6784 1.0 1684.6915 6.0 1684.7046 4.0 1684.7177 7.0 1684.7308 12.0 1684.7439 12.0 1684.7571 11.0 1684.7702 5.0 1684.7833 3.0 1684.7964 7.0 1684.8095 1.0 1684.8226 3.0 1684.8357 2.0 1684.8488 9.0 1684.862 7.0 1684.8751 5.0 1684.8882 8.0 1684.9013 7.0 1684.9144 11.0 1684.9275 5.0 1684.9406 2.0 1684.9538 2.0 1684.9669 4.0 1684.98 2.0 1685.0062 2.0 1685.0193 6.0 1685.0324 3.0 1685.0456 9.0 1685.0587 11.0 1685.0718 6.0 1685.0849 8.0 1685.098 2.0 1685.1111 5.0 1685.1242 6.0 1685.1374 4.0 1685.1505 1.0 1685.1636 3.0 1685.1767 5.0 1685.1898 2.0 1685.2029 3.0 1685.216 7.0 1685.2292 5.0 1685.2423 1.0 1685.2554 3.0 1685.2685 2.0 1685.2816 2.0 1685.2947 4.0 1685.3079 2.0 1685.321 5.0 1685.3341 4.0 1685.3472 9.0 1685.3603 7.0 1685.3734 2.0 1685.3865 2.0 1685.3997 1.0 1685.4128 1.0 1685.4259 3.0 1685.439 1.0 1685.4521 4.0 1685.4652 3.0 1685.4784 4.0 1685.4915 3.0 1685.5046 3.0 1685.5177 5.0 1685.5308 5.0 1685.5439 5.0 1685.5571 4.0 1685.5702 7.0 1685.5833 21.0 1685.5964 21.0 1685.6095 9.0 1685.6226 4.0 1685.6358 4.0 1685.6489 7.0 1685.662 8.0 1685.6751 6.0 1685.6882 6.0 1685.7013 1.0 1685.7145 2.0 1685.7276 4.0 1685.7538 3.0 1685.7669 5.0 1685.78 10.0 1685.7932 10.0 1685.8325 3.0 1685.8456 1.0 1685.8587 3.0 1685.8719 2.0 1685.885 3.0 1685.8981 2.0 1685.9112 5.0 1685.9374 2.0 1685.9506 2.0 1685.9637 8.0 1685.9768 6.0 1685.9899 4.0 1686.003 1.0 1686.0162 5.0 1686.0293 4.0 1686.0424 5.0 1686.0555 5.0 1686.0686 3.0 1686.0817 9.0 1686.0949 9.0 1686.108 7.0 1686.1211 5.0 1686.1342 2.0 1686.1473 7.0 1686.1605 8.0 1686.1736 8.0 1686.1867 7.0 1686.1998 10.0 1686.2129 1.0 1686.2261 8.0 1686.2392 12.0 1686.2523 10.0 1686.2654 4.0 1686.2785 9.0 1686.2916 4.0 1686.3048 2.0 1686.3179 5.0 1686.3441 3.0 1686.3572 8.0 1686.3704 5.0 1686.3835 6.0 1686.3966 4.0 1686.4097 1.0 1686.4228 1.0 1686.436 5.0 1686.4491 3.0 1686.4622 7.0 1686.4753 5.0 1686.4884 5.0 1686.5016 11.0 1686.5147 3.0 1686.5278 4.0 1686.5409 1.0 1686.554 7.0 1686.5672 4.0 1686.5803 6.0 1686.5934 2.0 1686.6065 4.0 1686.6196 6.0 1686.6328 10.0 1686.6459 6.0 1686.659 3.0 1686.6721 8.0 1686.6852 6.0 1686.6984 3.0 1686.7115 6.0 1686.7246 6.0 1686.7377 5.0 1686.7508 2.0 1686.764 5.0 1686.7771 5.0 1686.8033 3.0 1686.8165 14.0 1686.8296 10.0 1686.8427 5.0 1686.8558 3.0 1686.8689 7.0 1686.8821 12.0 1686.8952 1.0 1686.9083 1.0 1686.9214 9.0 1686.9345 15.0 1686.9477 7.0 1686.9739 3.0 1686.987 7.0 1687.0002 4.0 1687.0133 2.0 1687.0264 6.0 1687.0395 3.0 1687.0526 2.0 1687.0658 2.0 1687.0789 2.0 1687.092 11.0 1687.1051 7.0 1687.1183 1.0 1687.1314 3.0 1687.1445 12.0 1687.1576 21.0 1687.1707 12.0 1687.1839 8.0 1687.197 11.0 1687.2101 2.0 1687.2232 12.0 1687.2364 9.0 1687.2495 4.0 1687.2626 7.0 1687.2757 2.0 1687.2889 11.0 1687.302 14.0 1687.3151 9.0 1687.3282 5.0 1687.3413 3.0 1687.3545 1.0 1687.3676 1.0 1687.3807 6.0 1687.3938 16.0 1687.407 4.0 1687.4201 2.0 1687.4332 6.0 1687.4595 7.0 1687.4726 6.0 1687.4857 2.0 1687.4988 3.0 1687.512 1.0 1687.5251 4.0 1687.5382 4.0 1687.5513 8.0 1687.5644 4.0 1687.5776 4.0 1687.5907 9.0 1687.6038 4.0 1687.6301 5.0 1687.6432 10.0 1687.6563 9.0 1687.6694 10.0 1687.6826 16.0 1687.6957 6.0 1687.7088 6.0 1687.7219 6.0 1687.7351 9.0 1687.7482 5.0 1687.7613 4.0 1687.7744 5.0 1687.7876 7.0 1687.8007 3.0 1687.8138 13.0 1687.8269 4.0 1687.8401 3.0 1687.8532 5.0 1687.8663 2.0 1687.8794 5.0 1687.8926 6.0 1687.9057 4.0 1687.9188 2.0 1687.9319 8.0 1687.9451 8.0 1687.9582 1.0 1687.9713 2.0 1687.9844 4.0 1687.9976 3.0 1688.0107 3.0 1688.0238 2.0 1688.0369 4.0 1688.0501 11.0 1688.0632 5.0 1688.0763 1.0 1688.0895 3.0 1688.1026 6.0 1688.1157 9.0 1688.1288 7.0 1688.142 6.0 1688.1551 3.0 1688.1682 8.0 1688.1813 6.0 1688.1945 8.0 1688.2076 4.0 1688.2207 2.0 1688.2338 7.0 1688.247 6.0 1688.2601 4.0 1688.2732 6.0 1688.2864 5.0 1688.2995 3.0 1688.3126 3.0 1688.3257 3.0 1688.3389 2.0 1688.352 3.0 1688.3651 9.0 1688.3782 4.0 1688.4045 2.0 1688.4176 8.0 1688.4308 3.0 1688.4439 4.0 1688.457 5.0 1688.4701 7.0 1688.4833 1.0 1688.4964 7.0 1688.5095 3.0 1688.5226 3.0 1688.5358 11.0 1688.5489 13.0 1688.562 6.0 1688.5752 6.0 1688.5883 6.0 1688.6014 5.0 1688.6145 2.0 1688.6277 6.0 1688.6408 5.0 1688.6539 8.0 1688.6671 6.0 1688.6802 8.0 1688.6933 6.0 1688.7064 2.0 1688.7196 5.0 1688.7327 1.0 1688.7458 3.0 1688.759 4.0 1688.7721 4.0 1688.7852 3.0 1688.7983 1.0 1688.8115 7.0 1688.8246 10.0 1688.8377 6.0 1688.8509 6.0 1688.864 11.0 1688.8771 12.0 1688.8902 3.0 1688.9034 4.0 1688.9165 3.0 1688.9296 9.0 1688.9428 7.0 1688.9559 1.0 1688.969 11.0 1688.9822 14.0 1688.9953 5.0 1689.0084 4.0 1689.0215 4.0 1689.0347 5.0 1689.0478 1.0 1689.0609 6.0 1689.0741 7.0 1689.0872 6.0 1689.1135 3.0 1689.1266 4.0 1689.1397 1.0 1689.1528 1.0 1689.166 1.0 1689.1791 1.0 1689.1922 3.0 1689.2054 2.0 1689.2185 4.0 1689.2316 2.0 1689.2448 8.0 1689.2579 2.0 1689.271 3.0 1689.2842 7.0 1689.2973 10.0 1689.3104 3.0 1689.3235 2.0 1689.3367 4.0 1689.3498 7.0 1689.3629 7.0 1689.3761 3.0 1689.3892 4.0 1689.4023 5.0 1689.4155 5.0 1689.4286 2.0 1689.4417 4.0 1689.4549 3.0 1689.468 4.0 1689.4811 7.0 1689.4943 6.0 1689.5074 11.0 1689.5205 7.0 1689.5336 1.0 1689.5468 4.0 1689.5599 2.0 1689.573 2.0 1689.5862 11.0 1689.5993 18.0 1689.6124 12.0 1689.6256 16.0 1689.6387 9.0 1689.6518 2.0 1689.665 12.0 1689.6781 1.0 1689.6912 5.0 1689.7044 12.0 1689.7175 3.0 1689.7306 5.0 1689.7438 4.0 1689.7569 8.0 1689.77 2.0 1689.7832 2.0 1689.8094 3.0 1689.8226 5.0 1689.8357 3.0 1689.8488 8.0 1689.862 14.0 1689.8751 6.0 1689.8882 8.0 1689.9014 5.0 1689.9145 9.0 1689.9276 6.0 1689.9408 4.0 1689.9539 2.0 1689.967 4.0 1689.9802 6.0 1689.9933 3.0 1690.0064 3.0 1690.0196 1.0 1690.0327 3.0 1690.0458 8.0 1690.059 2.0 1690.0721 3.0 1690.0852 6.0 1690.0984 4.0 1690.1115 7.0 1690.1246 11.0 1690.1378 11.0 1690.1509 9.0 1690.164 3.0 1690.1772 4.0 1690.1903 7.0 1690.2034 5.0 1690.2166 4.0 1690.2297 7.0 1690.2428 4.0 1690.256 7.0 1690.2691 6.0 1690.2822 4.0 1690.2954 4.0 1690.3085 2.0 1690.3217 6.0 1690.3348 4.0 1690.3479 3.0 1690.3611 3.0 1690.3742 5.0 1690.3873 7.0 1690.4005 4.0 1690.4267 3.0 1690.4399 7.0 1690.453 8.0 1690.4661 3.0 1690.4793 1.0 1690.4924 7.0 1690.5055 7.0 1690.5187 8.0 1690.5318 4.0 1690.545 6.0 1690.5581 3.0 1690.5712 7.0 1690.5844 3.0 1690.5975 4.0 1690.6106 2.0 1690.6238 6.0 1690.6369 2.0 1690.65 8.0 1690.6632 4.0 1690.6763 1.0 1690.6895 8.0 1690.7026 2.0 1690.7157 7.0 1690.7289 9.0 1690.742 12.0 1690.7551 8.0 1690.7683 5.0 1690.7814 8.0 1690.7945 11.0 1690.8077 6.0 1690.8208 2.0 1690.834 12.0 1690.8471 5.0 1690.8602 5.0 1690.8734 2.0 1690.8865 7.0 1690.8996 4.0 1690.9128 5.0 1690.9391 6.0 1690.9522 3.0 1690.9653 6.0 1690.9785 4.0 1690.9916 4.0 1691.0047 4.0 1691.0179 8.0 1691.031 6.0 1691.0442 12.0 1691.0573 2.0 1691.0704 4.0 1691.0836 2.0 1691.0967 2.0 1691.1098 6.0 1691.123 8.0 1691.1361 4.0 1691.1493 7.0 1691.1624 6.0 1691.1755 9.0 1691.1887 5.0 1691.2018 4.0 1691.2281 3.0 1691.2412 2.0 1691.2544 3.0 1691.2675 5.0 1691.2806 12.0 1691.2938 2.0 1691.3069 1.0 1691.3201 5.0 1691.3332 2.0 1691.3463 6.0 1691.3595 9.0 1691.3726 8.0 1691.3989 3.0 1691.412 4.0 1691.4252 3.0 1691.4515 6.0 1691.4646 2.0 1691.4777 5.0 1691.4909 1.0 1691.504 2.0 1691.5171 3.0 1691.5303 2.0 1691.5434 4.0 1691.5566 4.0 1691.5697 1.0 1691.5828 5.0 1691.596 5.0 1691.6091 1.0 1691.6223 7.0 1691.6354 4.0 1691.6485 5.0 1691.6617 7.0 1691.6748 2.0 1691.688 1.0 1691.7011 5.0 1691.7142 6.0 1691.7274 6.0 1691.7405 3.0 1691.7537 2.0 1691.7668 3.0 1691.78 10.0 1691.7931 9.0 1691.8062 12.0 1691.8194 13.0 1691.8325 4.0 1691.8457 2.0 1691.8588 2.0 1691.8719 12.0 1691.8851 13.0 1691.8982 10.0 1691.9114 1.0 1691.9245 3.0 1691.9376 5.0 1691.9508 3.0 1691.9639 4.0 1691.9771 6.0 1691.9902 11.0 1692.0033 5.0 1692.0165 5.0 1692.0296 6.0 1692.0428 4.0 1692.0559 5.0 1692.0691 6.0 1692.0822 4.0 1692.0953 3.0 1692.1085 5.0 1692.1348 7.0 1692.1479 2.0 1692.1611 10.0 1692.1742 6.0 1692.1873 5.0 1692.2005 7.0 1692.2136 9.0 1692.2268 4.0 1692.2399 8.0 1692.253 6.0 1692.2793 4.0 1692.2925 16.0 1692.3056 20.0 1692.3188 6.0 1692.3319 3.0 1692.345 6.0 1692.3582 4.0 1692.3713 5.0 1692.3845 5.0 1692.3976 6.0 1692.4108 7.0 1692.4239 7.0 1692.437 3.0 1692.4502 6.0 1692.4633 7.0 1692.4765 2.0 1692.4896 1.0 1692.5028 8.0 1692.5159 8.0 1692.5291 5.0 1692.5422 8.0 1692.5553 3.0 1692.5685 3.0 1692.5816 1.0 1692.5948 4.0 1692.6079 4.0 1692.6211 8.0 1692.6342 3.0 1692.6473 4.0 1692.6605 9.0 1692.6736 2.0 1692.6868 6.0 1692.6999 4.0 1692.7131 6.0 1692.7262 10.0 1692.7394 5.0 1692.7525 4.0 1692.7656 6.0 1692.7788 21.0 1692.7919 15.0 1692.8051 4.0 1692.8182 4.0 1692.8314 8.0 1692.8445 7.0 1692.8577 10.0 1692.8708 9.0 1692.8839 3.0 1692.8971 5.0 1692.9234 3.0 1692.9365 3.0 1692.9497 5.0 1692.9628 11.0 1692.976 8.0 1692.9891 10.0 1693.0023 7.0 1693.0154 10.0 1693.0285 6.0 1693.0417 6.0 1693.0548 5.0 1693.068 5.0 1693.0811 4.0 1693.0943 4.0 1693.1074 5.0 1693.1206 2.0 1693.1337 5.0 1693.1469 3.0 1693.16 4.0 1693.1731 2.0 1693.1863 4.0 1693.1994 4.0 1693.2126 9.0 1693.2257 3.0 1693.2389 4.0 1693.252 4.0 1693.2652 2.0 1693.2783 3.0 1693.2915 4.0 1693.3046 1.0 1693.3178 2.0 1693.3309 1.0 1693.3441 3.0 1693.3572 1.0 1693.3703 3.0 1693.3835 2.0 1693.3966 7.0 1693.4098 2.0 1693.4229 3.0 1693.4361 7.0 1693.4492 3.0 1693.4624 4.0 1693.4755 5.0 1693.4887 8.0 1693.5018 10.0 1693.515 8.0 1693.5281 9.0 1693.5413 4.0 1693.5544 1.0 1693.5676 4.0 1693.5807 3.0 1693.5939 11.0 1693.607 7.0 1693.6201 10.0 1693.6333 13.0 1693.6464 9.0 1693.6596 8.0 1693.6727 1.0 1693.6859 1.0 1693.699 1.0 1693.7122 2.0 1693.7253 1.0 1693.7385 14.0 1693.7516 7.0 1693.7648 3.0 1693.7911 7.0 1693.8042 8.0 1693.8174 8.0 1693.8305 6.0 1693.8437 2.0 1693.8568 4.0 1693.87 4.0 1693.8831 6.0 1693.8963 13.0 1693.9094 12.0 1693.9226 7.0 1693.9357 5.0 1693.9489 4.0 1693.962 2.0 1693.9752 7.0 1693.9883 5.0 1694.0015 11.0 1694.0146 8.0 1694.0278 3.0 1694.0409 4.0 1694.0541 2.0 1694.0672 3.0 1694.0804 3.0 1694.0935 7.0 1694.1067 6.0 1694.1198 3.0 1694.133 5.0 1694.1461 3.0 1694.1593 3.0 1694.1724 3.0 1694.1856 7.0 1694.1987 14.0 1694.2119 13.0 1694.225 1.0 1694.2382 9.0 1694.2513 4.0 1694.2645 6.0 1694.2776 8.0 1694.2908 5.0 1694.3039 4.0 1694.3171 3.0 1694.3302 3.0 1694.3434 4.0 1694.3565 5.0 1694.3697 2.0 1694.3828 2.0 1694.396 3.0 1694.4091 3.0 1694.4223 2.0 1694.4354 3.0 1694.4486 4.0 1694.4617 5.0 1694.4749 3.0 1694.488 4.0 1694.5143 4.0 1694.5275 2.0 1694.5406 1.0 1694.5538 5.0 1694.5669 7.0 1694.5801 5.0 1694.5932 8.0 1694.6064 3.0 1694.6195 2.0 1694.6327 1.0 1694.6458 1.0 1694.659 3.0 1694.6721 4.0 1694.6853 2.0 1694.6984 5.0 1694.7116 7.0 1694.7247 3.0 1694.7379 5.0 1694.7511 9.0 1694.7642 5.0 1694.7774 7.0 1694.7905 3.0 1694.8037 10.0 1694.8168 6.0 1694.83 14.0 1694.8431 5.0 1694.8563 3.0 1694.8694 2.0 1694.8826 3.0 1694.8957 8.0 1694.9089 4.0 1694.922 4.0 1694.9352 5.0 1694.9483 9.0 1694.9615 5.0 1694.9746 2.0 1695.001 3.0 1695.0141 4.0 1695.0273 2.0 1695.0404 1.0 1695.0536 2.0 1695.0667 8.0 1695.0799 6.0 1695.093 6.0 1695.1062 11.0 1695.1193 8.0 1695.1325 12.0 1695.1456 20.0 1695.1588 6.0 1695.172 4.0 1695.1851 4.0 1695.1983 4.0 1695.2114 1.0 1695.2246 5.0 1695.2377 6.0 1695.2509 5.0 1695.264 5.0 1695.2772 5.0 1695.2903 3.0 1695.3035 1.0 1695.3166 5.0 1695.343 3.0 1695.3693 7.0 1695.3824 3.0 1695.3956 5.0 1695.4087 4.0 1695.4219 3.0 1695.435 2.0 1695.4482 4.0 1695.4614 2.0 1695.4745 3.0 1695.4877 6.0 1695.5008 5.0 1695.5271 4.0 1695.5403 2.0 1695.5534 2.0 1695.5666 7.0 1695.5797 4.0 1695.5929 1.0 1695.6061 5.0 1695.6192 3.0 1695.6324 2.0 1695.6455 2.0 1695.6718 2.0 1695.685 8.0 1695.6982 3.0 1695.7113 5.0 1695.7245 5.0 1695.7376 2.0 1695.7508 5.0 1695.7639 7.0 1695.7771 3.0 1695.7902 6.0 1695.8034 3.0 1695.8166 2.0 1695.8297 3.0 1695.8429 1.0 1695.856 5.0 1695.8692 4.0 1695.8823 8.0 1695.8955 8.0 1695.9087 2.0 1695.9218 3.0 1695.935 4.0 1695.9481 6.0 1695.9613 3.0 1695.9744 3.0 1695.9876 4.0 1696.0008 5.0 1696.0139 2.0 1696.0402 1.0 1696.0534 1.0 1696.0665 2.0 1696.0797 4.0 1696.0929 2.0 1696.106 6.0 1696.1192 1.0 1696.1323 2.0 1696.1455 3.0 1696.1586 2.0 1696.1718 10.0 1696.185 4.0 1696.1981 3.0 1696.2113 5.0 1696.2244 6.0 1696.2376 5.0 1696.2507 12.0 1696.2639 7.0 1696.2771 3.0 1696.2902 5.0 1696.3034 2.0 1696.3165 5.0 1696.3297 1.0 1696.3429 7.0 1696.356 7.0 1696.3692 10.0 1696.3823 4.0 1696.3955 4.0 1696.4086 14.0 1696.4218 15.0 1696.435 10.0 1696.4481 4.0 1696.4613 7.0 1696.4744 9.0 1696.4876 5.0 1696.5008 12.0 1696.5139 7.0 1696.5271 5.0 1696.5402 8.0 1696.5534 13.0 1696.5666 1.0 1696.5797 6.0 1696.5929 3.0 1696.606 2.0 1696.6192 4.0 1696.6324 9.0 1696.6455 6.0 1696.6587 3.0 1696.6718 5.0 1696.685 3.0 1696.6982 6.0 1696.7113 5.0 1696.7245 5.0 1696.7376 10.0 1696.7508 4.0 1696.764 10.0 1696.7771 5.0 1696.7903 4.0 1696.8166 3.0 1696.8298 2.0 1696.8429 5.0 1696.8561 12.0 1696.8692 10.0 1696.8824 7.0 1696.8956 8.0 1696.9087 6.0 1696.9219 1.0 1696.935 3.0 1696.9482 14.0 1696.9614 5.0 1696.9745 10.0 1696.9877 5.0 1697.0008 3.0 1697.014 3.0 1697.0272 4.0 1697.0403 6.0 1697.0535 8.0 1697.0667 8.0 1697.0798 7.0 1697.093 8.0 1697.1061 6.0 1697.1193 3.0 1697.1325 3.0 1697.1456 7.0 1697.1588 10.0 1697.1719 7.0 1697.1851 7.0 1697.1983 5.0 1697.2114 2.0 1697.2246 7.0 1697.2378 8.0 1697.2509 6.0 1697.2641 5.0 1697.2772 5.0 1697.2904 5.0 1697.3036 2.0 1697.3167 3.0 1697.3299 2.0 1697.3431 3.0 1697.3562 2.0 1697.3825 3.0 1697.3957 2.0 1697.4089 6.0 1697.422 8.0 1697.4352 2.0 1697.4484 6.0 1697.4615 20.0 1697.4747 11.0 1697.4878 4.0 1697.501 2.0 1697.5142 3.0 1697.5273 6.0 1697.5537 1.0 1697.5668 4.0 1697.5931 7.0 1697.6063 5.0 1697.6195 3.0 1697.6326 4.0 1697.6458 3.0 1697.659 2.0 1697.6721 4.0 1697.6853 9.0 1697.6985 8.0 1697.7116 12.0 1697.7248 8.0 1697.7379 2.0 1697.7643 1.0 1697.7774 5.0 1697.7906 7.0 1697.8038 5.0 1697.8169 4.0 1697.8301 3.0 1697.8433 4.0 1697.8564 4.0 1697.8696 3.0 1697.8828 6.0 1697.8959 7.0 1697.9091 6.0 1697.9222 1.0 1697.9354 13.0 1697.9486 1.0 1697.9617 9.0 1697.9749 3.0 1697.9881 6.0 1698.0012 9.0 1698.0144 4.0 1698.0407 6.0 1698.0539 2.0 1698.0671 3.0 1698.0802 3.0 1698.0934 3.0 1698.1066 3.0 1698.1197 4.0 1698.1329 10.0 1698.1461 4.0 1698.1592 9.0 1698.1724 4.0 1698.1856 2.0 1698.1987 10.0 1698.2119 5.0 1698.225 5.0 1698.2382 2.0 1698.2645 6.0 1698.2777 11.0 1698.2909 1.0 1698.304 3.0 1698.3172 1.0 1698.3304 2.0 1698.3435 4.0 1698.3567 6.0 1698.3699 6.0 1698.383 2.0 1698.3962 1.0 1698.4094 4.0 1698.4225 4.0 1698.462 4.0 1698.4752 2.0 1698.4884 2.0 1698.5015 8.0 1698.5147 6.0 1698.5279 8.0 1698.541 10.0 1698.5542 6.0 1698.5674 3.0 1698.5805 3.0 1698.5937 4.0 1698.6069 11.0 1698.62 7.0 1698.6332 2.0 1698.6464 2.0 1698.6596 7.0 1698.6727 13.0 1698.6859 6.0 1698.6991 5.0 1698.7122 9.0 1698.7254 5.0 1698.7386 5.0 1698.7517 2.0 1698.7649 4.0 1698.7781 1.0 1698.7912 7.0 1698.8044 6.0 1698.8176 11.0 1698.8307 4.0 1698.8439 2.0 1698.8571 6.0 1698.8702 8.0 1698.8834 13.0 1698.8966 13.0 1698.9097 8.0 1698.9229 10.0 1698.9361 7.0 1698.9492 9.0 1698.9624 8.0 1698.9756 12.0 1698.9888 8.0 1699.0019 8.0 1699.0151 5.0 1699.0283 2.0 1699.0414 8.0 1699.0546 2.0 1699.0678 1.0 1699.0809 1.0 1699.0941 6.0 1699.1073 16.0 1699.1204 4.0 1699.1336 2.0 1699.1468 1.0 1699.16 3.0 1699.1731 1.0 1699.1863 4.0 1699.1995 6.0 1699.2126 7.0 1699.2258 4.0 1699.239 2.0 1699.2521 5.0 1699.2653 4.0 1699.2785 2.0 1699.2917 1.0 1699.3048 6.0 1699.318 4.0 1699.3312 2.0 1699.3443 6.0 1699.3575 4.0 1699.3707 4.0 1699.3838 3.0 1699.397 2.0 1699.4102 7.0 1699.4234 3.0 1699.4365 3.0 1699.4497 2.0 1699.4629 7.0 1699.476 5.0 1699.4892 3.0 1699.5024 4.0 1699.5156 5.0 1699.5287 3.0 1699.5419 9.0 1699.5551 9.0 1699.5682 6.0 1699.5814 4.0 1699.5946 6.0 1699.6077 5.0 1699.6209 4.0 1699.6341 7.0 1699.6473 2.0 1699.6604 10.0 1699.6736 15.0 1699.6868 5.0 1699.6999 2.0 1699.7131 2.0 1699.7263 3.0 1699.7395 14.0 1699.7526 4.0 1699.7658 4.0 1699.779 3.0 1699.7922 4.0 1699.8053 4.0 1699.8185 2.0 1699.8317 6.0 1699.8448 2.0 1699.858 2.0 1699.8712 5.0 1699.8844 7.0 1699.8975 9.0 1699.9107 3.0 1699.9239 5.0 1699.9502 3.0 1699.9634 3.0 1699.9766 5.0 1699.9897 3.0 1700.0029 6.0 1700.0161 4.0 1700.0293 7.0 1700.0424 4.0 1700.0556 7.0 1700.0688 7.0 1700.0819 5.0 1700.0951 4.0 1700.1083 12.0 1700.1215 12.0 1700.1346 7.0 1700.1478 2.0 1700.161 3.0 1700.1742 3.0 1700.1873 7.0 1700.2005 11.0 1700.2137 2.0 1700.2269 2.0 1700.24 2.0 1700.2532 3.0 1700.2664 3.0 1700.2795 2.0 1700.2927 2.0 1700.3059 5.0 1700.3191 5.0 1700.3322 3.0 1700.3454 1.0 1700.3718 1.0 1700.3849 5.0 1700.3981 7.0 1700.4113 3.0 1700.4245 6.0 1700.4376 4.0 1700.4508 3.0 1700.464 5.0 1700.4772 9.0 1700.4903 5.0 1700.5035 5.0 1700.5167 5.0 1700.5299 4.0 1700.543 2.0 1700.5562 4.0 1700.5694 9.0 1700.5826 8.0 1700.5957 10.0 1700.6089 11.0 1700.6221 12.0 1700.6353 3.0 1700.6484 4.0 1700.6616 3.0 1700.6748 2.0 1700.688 1.0 1700.7011 2.0 1700.7143 3.0 1700.7275 4.0 1700.7407 11.0 1700.7538 15.0 1700.767 17.0 1700.7802 2.0 1700.7934 4.0 1700.8065 8.0 1700.8197 8.0 1700.8329 3.0 1700.8461 4.0 1700.8592 7.0 1700.8724 1.0 1700.8856 3.0 1700.8988 3.0 1700.912 6.0 1700.9251 4.0 1700.9383 3.0 1700.9515 3.0 1700.9647 4.0 1700.9778 5.0 1700.991 6.0 1701.0042 7.0 1701.0174 4.0 1701.0305 5.0 1701.0437 2.0 1701.0569 2.0 1701.0701 3.0 1701.0833 2.0 1701.0964 2.0 1701.1096 7.0 1701.1228 1.0 1701.136 4.0 1701.1491 8.0 1701.1623 3.0 1701.1755 4.0 1701.1887 3.0 1701.215 3.0 1701.2282 3.0 1701.2414 2.0 1701.2546 1.0 1701.2677 4.0 1701.2809 2.0 1701.2941 6.0 1701.3073 3.0 1701.3204 1.0 1701.3336 4.0 1701.3468 9.0 1701.36 1.0 1701.3732 3.0 1701.3863 4.0 1701.3995 3.0 1701.4127 1.0 1701.4259 4.0 1701.439 4.0 1701.4522 1.0 1701.4654 1.0 1701.4786 3.0 1701.4918 1.0 1701.5049 2.0 1701.5181 7.0 1701.5313 5.0 1701.5445 7.0 1701.5577 2.0 1701.5708 6.0 1701.584 14.0 1701.5972 17.0 1701.6104 7.0 1701.6236 13.0 1701.6367 11.0 1701.6499 9.0 1701.6631 7.0 1701.6763 7.0 1701.6894 2.0 1701.7026 3.0 1701.7158 1.0 1701.729 7.0 1701.7422 11.0 1701.7553 9.0 1701.7685 3.0 1701.7817 4.0 1701.7949 6.0 1701.8081 4.0 1701.8212 10.0 1701.8344 6.0 1701.8476 5.0 1701.8608 6.0 1701.874 12.0 1701.8871 6.0 1701.9003 5.0 1701.9135 3.0 1701.9267 6.0 1701.9399 4.0 1701.953 1.0 1701.9662 3.0 1701.9794 5.0 1701.9926 2.0 1702.0189 4.0 1702.0321 6.0 1702.0453 6.0 1702.0585 4.0 1702.0717 1.0 1702.0849 6.0 1702.098 6.0 1702.1112 10.0 1702.1244 7.0 1702.1376 4.0 1702.1508 10.0 1702.1639 11.0 1702.1771 11.0 1702.1903 5.0 1702.2035 7.0 1702.2167 6.0 1702.2298 3.0 1702.243 10.0 1702.2562 4.0 1702.2694 3.0 1702.2826 2.0 1702.2958 3.0 1702.3089 8.0 1702.3221 2.0 1702.3353 2.0 1702.3485 8.0 1702.3617 2.0 1702.3748 5.0 1702.388 1.0 1702.4144 3.0 1702.4276 4.0 1702.4408 4.0 1702.4539 1.0 1702.4671 4.0 1702.4803 7.0 1702.4935 14.0 1702.5067 6.0 1702.5199 3.0 1702.533 5.0 1702.5462 5.0 1702.5594 4.0 1702.5726 1.0 1702.5858 2.0 1702.5989 4.0 1702.6121 3.0 1702.6253 1.0 1702.6385 3.0 1702.6517 3.0 1702.678 3.0 1702.7044 4.0 1702.7176 5.0 1702.7308 5.0 1702.744 11.0 1702.7571 2.0 1702.7703 10.0 1702.7835 12.0 1702.7967 4.0 1702.8099 6.0 1702.8231 15.0 1702.8362 10.0 1702.8494 12.0 1702.8626 12.0 1702.8758 5.0 1702.889 2.0 1702.9022 9.0 1702.9154 4.0 1702.9285 5.0 1702.9417 5.0 1702.9549 7.0 1702.9681 8.0 1702.9813 4.0 1702.9945 5.0 1703.0076 2.0 1703.0208 16.0 1703.034 15.0 1703.0472 3.0 1703.0604 1.0 1703.0736 1.0 1703.0999 4.0 1703.1131 4.0 1703.1263 5.0 1703.1395 9.0 1703.1527 3.0 1703.1659 7.0 1703.179 4.0 1703.1922 2.0 1703.2054 2.0 1703.2186 3.0 1703.2318 3.0 1703.245 6.0 1703.2582 8.0 1703.2713 7.0 1703.2845 7.0 1703.2977 14.0 1703.3109 15.0 1703.3241 9.0 1703.3373 4.0 1703.3636 2.0 1703.3768 3.0 1703.39 3.0 1703.4032 1.0 1703.4164 1.0 1703.4296 6.0 1703.4428 7.0 1703.4559 4.0 1703.4691 12.0 1703.4823 7.0 1703.4955 8.0 1703.5087 4.0 1703.5219 1.0 1703.5351 2.0 1703.5483 1.0 1703.5614 4.0 1703.5746 3.0 1703.5878 2.0 1703.601 5.0 1703.6142 5.0 1703.6274 2.0 1703.6406 2.0 1703.6537 2.0 1703.6669 3.0 1703.6801 2.0 1703.7065 1.0 1703.7197 7.0 1703.7329 13.0 1703.7461 12.0 1703.7592 15.0 1703.7724 12.0 1703.7856 3.0 1703.7988 3.0 1703.812 2.0 1703.8252 2.0 1703.8384 1.0 1703.8516 4.0 1703.8647 4.0 1703.8779 4.0 1703.8911 5.0 1703.9043 13.0 1703.9175 18.0 1703.9307 6.0 1703.9439 6.0 1703.9571 2.0 1703.9703 3.0 1703.9834 6.0 1703.9966 5.0 1704.0098 10.0 1704.023 4.0 1704.0362 2.0 1704.0494 5.0 1704.0626 2.0 1704.0758 2.0 1704.0889 7.0 1704.1021 1.0 1704.1153 4.0 1704.1285 4.0 1704.1549 1.0 1704.1681 2.0 1704.1813 6.0 1704.1945 3.0 1704.2076 1.0 1704.2208 3.0 1704.234 1.0 1704.2472 2.0 1704.2604 4.0 1704.2736 4.0 1704.2868 6.0 1704.3 1.0 1704.3132 4.0 1704.3264 5.0 1704.3395 5.0 1704.3527 2.0 1704.3659 4.0 1704.3791 4.0 1704.3923 3.0 1704.4055 2.0 1704.4187 3.0 1704.4451 7.0 1704.4583 3.0 1704.4714 4.0 1704.4846 3.0 1704.4978 3.0 1704.511 3.0 1704.5242 9.0 1704.5374 4.0 1704.5506 6.0 1704.5638 2.0 1704.577 5.0 1704.5902 3.0 1704.6033 8.0 1704.6165 5.0 1704.6297 5.0 1704.6429 8.0 1704.6561 4.0 1704.6693 1.0 1704.6825 2.0 1704.6957 2.0 1704.7089 2.0 1704.7221 3.0 1704.7353 1.0 1704.7485 2.0 1704.7616 3.0 1704.7748 4.0 1704.788 4.0 1704.8012 1.0 1704.8144 2.0 1704.8276 3.0 1704.8408 3.0 1704.854 9.0 1704.8672 5.0 1704.8804 4.0 1704.8936 4.0 1704.9067 6.0 1704.9199 8.0 1704.9331 9.0 1704.9463 2.0 1704.9595 2.0 1704.9727 3.0 1704.9859 5.0 1704.9991 4.0 1705.0123 10.0 1705.0255 14.0 1705.0387 5.0 1705.0519 5.0 1705.0651 1.0 1705.0782 3.0 1705.0914 9.0 1705.1046 3.0 1705.1178 10.0 1705.131 6.0 1705.1442 3.0 1705.1574 1.0 1705.1838 3.0 1705.197 1.0 1705.2102 5.0 1705.2234 2.0 1705.2366 1.0 1705.2498 2.0 1705.263 3.0 1705.2893 6.0 1705.3025 11.0 1705.3157 4.0 1705.3289 16.0 1705.3421 8.0 1705.3553 6.0 1705.3685 4.0 1705.3817 2.0 1705.3949 7.0 1705.4081 12.0 1705.4213 1.0 1705.4345 1.0 1705.4477 5.0 1705.4609 3.0 1705.4872 4.0 1705.5004 5.0 1705.5136 2.0 1705.5268 5.0 1705.54 1.0 1705.5532 1.0 1705.5664 2.0 1705.5796 9.0 1705.5928 3.0 1705.606 8.0 1705.6192 3.0 1705.6324 3.0 1705.6456 2.0 1705.6588 6.0 1705.672 2.0 1705.6852 2.0 1705.6984 2.0 1705.7116 4.0 1705.7247 3.0 1705.7379 7.0 1705.7511 6.0 1705.7643 1.0 1705.7907 5.0 1705.8039 12.0 1705.8171 3.0 1705.8303 2.0 1705.8435 9.0 1705.8567 9.0 1705.8699 10.0 1705.8831 5.0 1705.8963 4.0 1705.9095 4.0 1705.9227 5.0 1705.9359 1.0 1705.9491 7.0 1705.9623 7.0 1705.9755 4.0 1705.9887 7.0 1706.0019 1.0 1706.0151 2.0 1706.0282 3.0 1706.0414 1.0 1706.0546 2.0 1706.0678 3.0 1706.081 2.0 1706.0942 6.0 1706.1074 7.0 1706.1206 6.0 1706.1338 4.0 1706.147 6.0 1706.1602 6.0 1706.1734 14.0 1706.1866 5.0 1706.1998 3.0 1706.213 3.0 1706.2262 2.0 1706.2394 6.0 1706.2526 7.0 1706.2658 3.0 1706.279 5.0 1706.3054 2.0 1706.3186 6.0 1706.3318 6.0 1706.345 3.0 1706.3582 7.0 1706.3714 4.0 1706.3846 5.0 1706.3978 8.0 1706.411 8.0 1706.4242 2.0 1706.4374 3.0 1706.4506 2.0 1706.4638 6.0 1706.477 2.0 1706.5033 4.0 1706.5165 3.0 1706.5297 5.0 1706.5429 4.0 1706.5561 4.0 1706.5693 5.0 1706.5825 5.0 1706.5957 9.0 1706.6089 12.0 1706.6221 1.0 1706.6353 2.0 1706.6617 12.0 1706.6749 12.0 1706.6881 10.0 1706.7013 4.0 1706.7145 2.0 1706.7277 6.0 1706.7409 7.0 1706.7541 7.0 1706.7673 2.0 1706.7805 5.0 1706.7937 7.0 1706.8069 3.0 1706.8201 6.0 1706.8333 6.0 1706.8465 3.0 1706.8597 9.0 1706.8729 8.0 1706.8861 3.0 1706.8993 2.0 1706.9125 6.0 1706.9257 4.0 1706.9389 7.0 1706.9521 6.0 1706.9653 8.0 1706.9785 15.0 1706.9917 14.0 1707.0049 3.0 1707.0181 2.0 1707.0313 2.0 1707.0445 4.0 1707.0577 3.0 1707.0709 4.0 1707.0841 9.0 1707.0973 7.0 1707.1105 2.0 1707.1237 1.0 1707.1369 4.0 1707.1633 7.0 1707.1765 4.0 1707.1897 4.0 1707.2029 1.0 1707.2161 1.0 1707.2293 1.0 1707.2425 8.0 1707.2557 10.0 1707.2689 4.0 1707.2821 3.0 1707.2953 2.0 1707.3085 2.0 1707.3217 3.0 1707.3349 5.0 1707.3481 8.0 1707.3613 5.0 1707.3745 2.0 1707.3877 4.0 1707.4009 6.0 1707.4141 6.0 1707.4405 5.0 1707.4538 6.0 1707.467 3.0 1707.4802 7.0 1707.4934 5.0 1707.5066 4.0 1707.5198 3.0 1707.533 20.0 1707.5462 13.0 1707.5594 6.0 1707.5726 1.0 1707.5858 6.0 1707.599 4.0 1707.6122 3.0 1707.6254 5.0 1707.6386 1.0 1707.6518 1.0 1707.665 3.0 1707.6782 6.0 1707.6914 5.0 1707.7046 2.0 1707.7178 6.0 1707.731 2.0 1707.7442 4.0 1707.7574 11.0 1707.7706 6.0 1707.7838 9.0 1707.797 9.0 1707.8102 8.0 1707.8234 5.0 1707.8366 3.0 1707.8498 3.0 1707.863 4.0 1707.8762 5.0 1707.8894 1.0 1707.9026 2.0 1707.9158 4.0 1707.9291 5.0 1707.9423 2.0 1707.9555 1.0 1707.9687 2.0 1707.9951 5.0 1708.0083 7.0 1708.0215 6.0 1708.0347 13.0 1708.0479 6.0 1708.0611 5.0 1708.0743 2.0 1708.0875 2.0 1708.1007 2.0 1708.1139 4.0 1708.1271 9.0 1708.1403 6.0 1708.1535 8.0 1708.1667 10.0 1708.1799 5.0 1708.1931 3.0 1708.2063 8.0 1708.2195 4.0 1708.2327 5.0 1708.246 4.0 1708.2592 5.0 1708.2724 11.0 1708.2856 7.0 1708.2988 2.0 1708.312 6.0 1708.3252 9.0 1708.3384 3.0 1708.3648 1.0 1708.378 13.0 1708.3912 19.0 1708.4044 9.0 1708.4176 4.0 1708.4308 9.0 1708.444 3.0 1708.4572 6.0 1708.4704 4.0 1708.4837 3.0 1708.4969 1.0 1708.5101 11.0 1708.5233 8.0 1708.5365 6.0 1708.5497 6.0 1708.5629 4.0 1708.5761 2.0 1708.5893 2.0 1708.6025 5.0 1708.6157 2.0 1708.6289 5.0 1708.6421 6.0 1708.6553 2.0 1708.6685 2.0 1708.6817 2.0 1708.695 4.0 1708.7082 4.0 1708.7214 3.0 1708.7346 1.0 1708.7478 3.0 1708.761 6.0 1708.7742 9.0 1708.7874 7.0 1708.8006 4.0 1708.8138 5.0 1708.827 1.0 1708.8666 11.0 1708.8799 7.0 1708.8931 2.0 1708.9063 4.0 1708.9195 12.0 1708.9327 7.0 1708.9459 1.0 1708.9591 4.0 1708.9723 4.0 1708.9855 5.0 1708.9987 4.0 1709.0119 6.0 1709.0251 7.0 1709.0383 2.0 1709.0516 18.0 1709.0648 15.0 1709.078 12.0 1709.0912 4.0 1709.1044 10.0 1709.1176 6.0 1709.1308 2.0 1709.144 2.0 1709.1572 8.0 1709.1704 4.0 1709.1836 4.0 1709.1968 9.0 1709.2101 2.0 1709.2233 1.0 1709.2365 2.0 1709.2497 9.0 1709.2629 7.0 1709.2761 4.0 1709.2893 9.0 1709.3025 6.0 1709.3157 3.0 1709.3289 2.0 1709.3421 4.0 1709.3554 1.0 1709.3686 2.0 1709.3818 4.0 1709.395 5.0 1709.4082 2.0 1709.4214 2.0 1709.4478 4.0 1709.461 4.0 1709.4742 1.0 1709.4874 3.0 1709.5007 2.0 1709.5139 1.0 1709.5271 5.0 1709.5403 2.0 1709.5535 4.0 1709.5667 6.0 1709.5799 8.0 1709.5931 3.0 1709.6063 4.0 1709.6195 1.0 1709.6328 3.0 1709.646 2.0 1709.6592 2.0 1709.6724 4.0 1709.6856 1.0 1709.6988 2.0 1709.712 10.0 1709.7252 7.0 1709.7384 2.0 1709.7517 2.0 1709.7649 2.0 1709.7781 9.0 1709.7913 10.0 1709.8045 10.0 1709.8177 4.0 1709.8309 4.0 1709.8441 7.0 1709.8573 4.0 1709.8706 3.0 1709.8838 4.0 1709.897 4.0 1709.9102 8.0 1709.9234 4.0 1709.9366 4.0 1709.9498 2.0 1709.963 3.0 1709.9762 2.0 1709.9895 4.0 1710.0027 4.0 1710.0159 5.0 1710.0291 6.0 1710.0423 2.0 1710.0555 11.0 1710.0687 17.0 1710.0819 5.0 1710.0952 5.0 1710.1084 4.0 1710.1216 2.0 1710.1348 4.0 1710.148 5.0 1710.1612 3.0 1710.1744 3.0 1710.1876 3.0 1710.2008 7.0 1710.2141 2.0 1710.2273 2.0 1710.2405 3.0 1710.2537 4.0 1710.2801 6.0 1710.2933 3.0 1710.3066 4.0 1710.3198 4.0 1710.333 8.0 1710.3462 5.0 1710.3594 3.0 1710.3726 1.0 1710.3858 2.0 1710.4123 3.0 1710.4255 5.0 1710.4387 1.0 1710.4651 3.0 1710.4783 5.0 1710.4915 6.0 1710.5048 10.0 1710.518 3.0 1710.5312 4.0 1710.5444 6.0 1710.5576 8.0 1710.5708 5.0 1710.584 3.0 1710.5972 10.0 1710.6105 5.0 1710.6237 2.0 1710.6369 7.0 1710.6501 1.0 1710.6633 12.0 1710.6765 4.0 1710.6897 11.0 1710.703 6.0 1710.7162 3.0 1710.7294 7.0 1710.7426 2.0 1710.7558 12.0 1710.769 4.0 1710.7823 2.0 1710.7955 7.0 1710.8219 3.0 1710.8351 5.0 1710.8483 1.0 1710.8615 2.0 1710.8748 3.0 1710.888 3.0 1710.9012 3.0 1710.9144 7.0 1710.9276 4.0 1710.9408 3.0 1710.954 3.0 1710.9673 10.0 1710.9805 9.0 1710.9937 4.0 1711.0069 2.0 1711.0201 6.0 1711.0333 6.0 1711.0598 1.0 1711.073 3.0 1711.0862 2.0 1711.0994 3.0 1711.1126 6.0 1711.1259 1.0 1711.1391 11.0 1711.1523 7.0 1711.1655 2.0 1711.1787 3.0 1711.1919 4.0 1711.2052 4.0 1711.2184 2.0 1711.2316 5.0 1711.2448 14.0 1711.258 2.0 1711.2712 7.0 1711.2845 2.0 1711.2977 4.0 1711.3109 2.0 1711.3241 3.0 1711.3373 8.0 1711.3505 3.0 1711.3638 8.0 1711.377 5.0 1711.3902 2.0 1711.4034 4.0 1711.4166 3.0 1711.4298 6.0 1711.4431 7.0 1711.4563 4.0 1711.4695 2.0 1711.4827 2.0 1711.4959 6.0 1711.5091 8.0 1711.5224 1.0 1711.5356 3.0 1711.5488 2.0 1711.562 1.0 1711.5752 3.0 1711.5885 1.0 1711.6017 3.0 1711.6149 7.0 1711.6281 9.0 1711.6413 7.0 1711.6545 12.0 1711.6678 4.0 1711.681 9.0 1711.6942 14.0 1711.7074 13.0 1711.7206 9.0 1711.7339 2.0 1711.7471 1.0 1711.7603 9.0 1711.7735 7.0 1711.7867 9.0 1711.7999 6.0 1711.8132 6.0 1711.8264 2.0 1711.8396 5.0 1711.8528 2.0 1711.866 6.0 1711.8793 5.0 1711.8925 1.0 1711.9057 4.0 1711.9189 2.0 1711.9321 9.0 1711.9454 7.0 1711.9586 5.0 1711.9718 5.0 1711.985 14.0 1711.9982 20.0 1712.0115 6.0 1712.0247 5.0 1712.0379 4.0 1712.0511 3.0 1712.0643 1.0 1712.0776 1.0 1712.0908 3.0 1712.104 4.0 1712.1172 5.0 1712.1304 4.0 1712.1437 6.0 1712.1569 9.0 1712.1701 5.0 1712.1965 7.0 1712.2098 9.0 1712.223 3.0 1712.2362 4.0 1712.2494 5.0 1712.2759 6.0 1712.2891 6.0 1712.3023 3.0 1712.3155 8.0 1712.3287 4.0 1712.342 1.0 1712.3552 4.0 1712.3684 4.0 1712.3816 8.0 1712.3948 2.0 1712.4213 4.0 1712.4345 19.0 1712.4477 11.0 1712.4609 3.0 1712.4742 4.0 1712.4874 1.0 1712.5006 5.0 1712.5138 6.0 1712.5271 4.0 1712.5403 9.0 1712.5535 12.0 1712.5667 2.0 1712.5799 1.0 1712.5932 7.0 1712.6064 1.0 1712.6196 5.0 1712.6328 8.0 1712.6461 2.0 1712.6593 3.0 1712.6725 5.0 1712.6857 1.0 1712.6989 1.0 1712.7122 3.0 1712.7254 5.0 1712.7386 4.0 1712.7518 6.0 1712.7651 3.0 1712.7783 6.0 1712.7915 6.0 1712.8047 2.0 1712.8179 5.0 1712.8312 2.0 1712.8444 5.0 1712.8576 4.0 1712.8708 3.0 1712.8841 3.0 1712.8973 2.0 1712.9105 3.0 1712.9237 2.0 1712.937 3.0 1712.9502 7.0 1712.9634 10.0 1712.9766 6.0 1712.9898 6.0 1713.0031 7.0 1713.0295 1.0 1713.0427 1.0 1713.056 5.0 1713.0692 4.0 1713.0824 2.0 1713.0956 4.0 1713.1089 7.0 1713.1221 4.0 1713.1353 5.0 1713.1485 6.0 1713.1618 10.0 1713.175 1.0 1713.1882 3.0 1713.2014 2.0 1713.2146 2.0 1713.2279 11.0 1713.2411 11.0 1713.2543 2.0 1713.2675 3.0 1713.2808 4.0 1713.294 6.0 1713.3072 6.0 1713.3204 2.0 1713.3337 7.0 1713.3469 5.0 1713.3601 5.0 1713.3733 5.0 1713.3866 6.0 1713.3998 7.0 1713.413 3.0 1713.4262 6.0 1713.4395 13.0 1713.4527 4.0 1713.4659 2.0 1713.4791 3.0 1713.4924 6.0 1713.5056 4.0 1713.5188 6.0 1713.532 4.0 1713.5453 5.0 1713.5585 3.0 1713.5717 2.0 1713.5849 3.0 1713.5982 10.0 1713.6114 2.0 1713.6246 3.0 1713.6379 5.0 1713.6511 5.0 1713.6643 6.0 1713.6775 4.0 1713.6908 2.0 1713.704 2.0 1713.7172 2.0 1713.7304 3.0 1713.7437 1.0 1713.7569 3.0 1713.7701 6.0 1713.7833 8.0 1713.7966 8.0 1713.8098 9.0 1713.823 7.0 1713.8362 5.0 1713.8495 4.0 1713.8627 3.0 1713.8759 14.0 1713.8892 3.0 1713.9024 7.0 1713.9156 1.0 1713.9288 4.0 1713.9421 4.0 1713.9553 3.0 1713.9685 2.0 1713.9817 6.0 1713.995 1.0 1714.0082 7.0 1714.0214 13.0 1714.0347 10.0 1714.0479 12.0 1714.0611 5.0 1714.0743 4.0 1714.0876 3.0 1714.1008 5.0 1714.114 3.0 1714.1272 1.0 1714.1405 2.0 1714.1537 6.0 1714.1669 6.0 1714.1802 5.0 1714.1934 2.0 1714.2066 5.0 1714.2198 7.0 1714.2331 6.0 1714.2463 4.0 1714.2595 3.0 1714.2728 3.0 1714.286 3.0 1714.2992 4.0 1714.3124 3.0 1714.3257 2.0 1714.3389 1.0 1714.3521 6.0 1714.3654 12.0 1714.3786 7.0 1714.3918 3.0 1714.405 1.0 1714.4183 2.0 1714.4315 2.0 1714.4447 3.0 1714.458 5.0 1714.4712 7.0 1714.4844 6.0 1714.4976 11.0 1714.5109 8.0 1714.5241 4.0 1714.5373 5.0 1714.5506 7.0 1714.5638 5.0 1714.577 4.0 1714.5903 6.0 1714.6035 4.0 1714.6167 6.0 1714.6299 8.0 1714.6432 3.0 1714.6564 3.0 1714.6696 4.0 1714.6829 4.0 1714.6961 3.0 1714.7093 8.0 1714.7226 3.0 1714.7358 6.0 1714.749 3.0 1714.7622 5.0 1714.7887 7.0 1714.8019 9.0 1714.8152 2.0 1714.8284 7.0 1714.8416 1.0 1714.8549 1.0 1714.8681 2.0 1714.8813 2.0 1714.8945 6.0 1714.9078 4.0 1714.921 3.0 1714.9342 2.0 1714.9475 2.0 1714.9607 1.0 1714.9739 2.0 1714.9872 11.0 1715.0004 10.0 1715.0136 10.0 1715.0269 4.0 1715.0401 2.0 1715.0533 6.0 1715.0666 8.0 1715.0798 4.0 1715.1195 1.0 1715.1327 2.0 1715.1459 9.0 1715.1592 5.0 1715.1724 5.0 1715.1856 8.0 1715.1989 9.0 1715.2121 6.0 1715.2253 5.0 1715.2386 2.0 1715.2518 6.0 1715.265 1.0 1715.2783 4.0 1715.2915 2.0 1715.3047 7.0 1715.318 8.0 1715.3312 8.0 1715.3444 3.0 1715.3709 5.0 1715.3841 3.0 1715.3974 1.0 1715.4106 5.0 1715.4238 5.0 1715.4371 9.0 1715.4503 4.0 1715.4635 3.0 1715.4768 1.0 1715.49 1.0 1715.5032 3.0 1715.5165 7.0 1715.5297 6.0 1715.5429 5.0 1715.5562 3.0 1715.5694 3.0 1715.5826 6.0 1715.5959 13.0 1715.6091 4.0 1715.6223 2.0 1715.6356 2.0 1715.6488 6.0 1715.662 6.0 1715.6753 15.0 1715.6885 3.0 1715.7017 6.0 1715.715 1.0 1715.7282 2.0 1715.7414 5.0 1715.7547 1.0 1715.7811 2.0 1715.7944 4.0 1715.8076 1.0 1715.8208 2.0 1715.8341 4.0 1715.8473 3.0 1715.8605 1.0 1715.8738 8.0 1715.887 4.0 1715.9002 1.0 1715.9135 3.0 1715.9267 9.0 1715.9399 7.0 1715.9532 6.0 1715.9664 2.0 1715.9796 4.0 1715.9929 3.0 1716.0061 2.0 1716.0194 3.0 1716.0326 2.0 1716.0458 2.0 1716.0591 4.0 1716.0723 11.0 1716.0855 6.0 1716.0988 6.0 1716.112 7.0 1716.1252 12.0 1716.1385 3.0 1716.1517 5.0 1716.1649 4.0 1716.1782 2.0 1716.1914 1.0 1716.2047 6.0 1716.2179 8.0 1716.2311 4.0 1716.2444 5.0 1716.2576 8.0 1716.2708 9.0 1716.2841 4.0 1716.2973 5.0 1716.3105 3.0 1716.3238 6.0 1716.337 5.0 1716.3502 2.0 1716.3635 2.0 1716.3767 3.0 1716.39 3.0 1716.4032 5.0 1716.4164 2.0 1716.4297 7.0 1716.4429 11.0 1716.4561 6.0 1716.4694 1.0 1716.4826 3.0 1716.4959 3.0 1716.5091 3.0 1716.5223 7.0 1716.5356 7.0 1716.5488 3.0 1716.562 2.0 1716.5753 2.0 1716.5885 6.0 1716.6018 11.0 1716.615 6.0 1716.6282 1.0 1716.6415 4.0 1716.6547 8.0 1716.6812 1.0 1716.6944 2.0 1716.7077 1.0 1716.7209 1.0 1716.7341 7.0 1716.7474 1.0 1716.7606 7.0 1716.7738 8.0 1716.7871 4.0 1716.8003 8.0 1716.8136 7.0 1716.8268 2.0 1716.84 9.0 1716.8533 6.0 1716.8665 11.0 1716.8797 13.0 1716.893 6.0 1716.9062 7.0 1716.9195 9.0 1716.9327 17.0 1716.9459 7.0 1716.9592 3.0 1716.9724 4.0 1716.9989 2.0 1717.0121 8.0 1717.0254 6.0 1717.0386 2.0 1717.0519 4.0 1717.0651 6.0 1717.0783 10.0 1717.0916 4.0 1717.1048 1.0 1717.118 2.0 1717.1313 3.0 1717.1445 7.0 1717.1578 4.0 1717.171 13.0 1717.1842 5.0 1717.1975 1.0 1717.2107 7.0 1717.224 4.0 1717.2372 2.0 1717.2504 2.0 1717.2637 4.0 1717.2769 1.0 1717.2902 9.0 1717.3034 6.0 1717.3166 4.0 1717.3299 5.0 1717.3431 1.0 1717.3564 4.0 1717.3696 4.0 1717.3828 3.0 1717.3961 4.0 1717.4093 2.0 1717.4226 3.0 1717.4358 4.0 1717.4491 4.0 1717.4623 8.0 1717.4755 4.0 1717.4888 3.0 1717.502 4.0 1717.5153 3.0 1717.5285 3.0 1717.5417 5.0 1717.555 7.0 1717.5682 8.0 1717.5815 11.0 1717.5947 7.0 1717.6079 5.0 1717.6212 6.0 1717.6344 6.0 1717.6477 5.0 1717.6609 5.0 1717.6742 5.0 1717.6874 5.0 1717.7006 7.0 1717.7139 6.0 1717.7271 5.0 1717.7404 2.0 1717.7536 6.0 1717.7668 4.0 1717.7801 8.0 1717.7933 1.0 1717.8066 10.0 1717.8198 14.0 1717.8331 18.0 1717.8463 3.0 1717.8595 2.0 1717.8728 7.0 1717.886 7.0 1717.8993 2.0 1717.9125 4.0 1717.9258 12.0 1717.939 18.0 1717.9522 9.0 1717.9655 10.0 1717.9787 1.0 1717.992 5.0 1718.0052 6.0 1718.0185 4.0 1718.0317 6.0 1718.0449 8.0 1718.0582 8.0 1718.0714 7.0 1718.0847 5.0 1718.0979 10.0 1718.1112 9.0 1718.1244 7.0 1718.1376 5.0 1718.1509 2.0 1718.1641 9.0 1718.1774 12.0 1718.1906 3.0 1718.2171 2.0 1718.2303 4.0 1718.2436 4.0 1718.2568 9.0 1718.2701 9.0 1718.2833 1.0 1718.2966 1.0 1718.3098 2.0 1718.3231 3.0 1718.3363 6.0 1718.3495 6.0 1718.3628 5.0 1718.376 2.0 1718.3893 2.0 1718.4025 3.0 1718.4158 2.0 1718.429 2.0 1718.4423 7.0 1718.4555 1.0 1718.4687 7.0 1718.482 11.0 1718.4952 7.0 1718.5085 17.0 1718.5217 16.0 1718.535 7.0 1718.5482 6.0 1718.5615 4.0 1718.5747 1.0 1718.5879 2.0 1718.6012 1.0 1718.6144 2.0 1718.6277 5.0 1718.6409 3.0 1718.6542 5.0 1718.6674 3.0 1718.6807 1.0 1718.6939 3.0 1718.7072 7.0 1718.7204 10.0 1718.7336 20.0 1718.7469 9.0 1718.7601 12.0 1718.7734 4.0 1718.7866 3.0 1718.7999 5.0 1718.8131 6.0 1718.8264 3.0 1718.8396 3.0 1718.8529 8.0 1718.8661 3.0 1718.8794 14.0 1718.8926 6.0 1718.9058 3.0 1718.9191 4.0 1718.9323 9.0 1718.9456 3.0 1718.9588 4.0 1718.9721 3.0 1718.9853 7.0 1718.9986 10.0 1719.0118 20.0 1719.0251 14.0 1719.0383 8.0 1719.0516 3.0 1719.0781 2.0 1719.0913 3.0 1719.1045 5.0 1719.1178 1.0 1719.131 7.0 1719.1575 2.0 1719.1708 9.0 1719.184 11.0 1719.1973 4.0 1719.2105 1.0 1719.2238 7.0 1719.237 5.0 1719.2503 4.0 1719.2635 2.0 1719.2768 4.0 1719.29 5.0 1719.3033 3.0 1719.3165 7.0 1719.3298 10.0 1719.343 3.0 1719.3563 3.0 1719.3695 4.0 1719.3827 4.0 1719.396 4.0 1719.4092 8.0 1719.4225 3.0 1719.4357 4.0 1719.449 2.0 1719.4622 2.0 1719.4755 2.0 1719.4887 4.0 1719.502 6.0 1719.5152 7.0 1719.5285 6.0 1719.5417 2.0 1719.555 1.0 1719.5682 5.0 1719.5815 7.0 1719.5947 9.0 1719.608 11.0 1719.6212 7.0 1719.6345 7.0 1719.6477 1.0 1719.661 6.0 1719.6742 11.0 1719.6875 14.0 1719.7007 6.0 1719.714 9.0 1719.7272 2.0 1719.7405 4.0 1719.7537 6.0 1719.767 1.0 1719.7935 1.0 1719.8067 5.0 1719.82 6.0 1719.8332 9.0 1719.8465 9.0 1719.8597 5.0 1719.873 8.0 1719.8862 3.0 1719.8995 5.0 1719.9127 9.0 1719.926 3.0 1719.9392 7.0 1719.9525 4.0 1719.9657 4.0 1719.979 3.0 1719.9922 9.0 1720.0055 18.0 1720.0187 5.0 1720.032 2.0 1720.0452 1.0 1720.0585 5.0 1720.0717 1.0 1720.085 9.0 1720.0982 3.0 1720.1115 1.0 1720.1247 8.0 1720.138 6.0 1720.1512 3.0 1720.1645 6.0 1720.1777 11.0 1720.191 9.0 1720.2042 7.0 1720.2175 3.0 1720.2307 2.0 1720.2572 4.0 1720.2705 9.0 1720.2837 9.0 1720.297 7.0 1720.3103 5.0 1720.3235 4.0 1720.3368 5.0 1720.35 2.0 1720.3633 5.0 1720.3765 3.0 1720.3898 1.0 1720.403 3.0 1720.4163 2.0 1720.4295 3.0 1720.4428 3.0 1720.456 10.0 1720.4693 8.0 1720.4825 7.0 1720.4958 1.0 1720.509 8.0 1720.5223 11.0 1720.5355 11.0 1720.5488 7.0 1720.562 1.0 1720.5753 2.0 1720.5886 6.0 1720.6018 3.0 1720.6151 2.0 1720.6283 1.0 1720.6416 2.0 1720.6548 5.0 1720.6681 7.0 1720.6813 9.0 1720.6946 1.0 1720.7078 4.0 1720.7211 1.0 1720.7343 2.0 1720.7476 2.0 1720.7608 5.0 1720.7741 3.0 1720.7874 3.0 1720.8006 6.0 1720.8139 2.0 1720.8271 4.0 1720.8404 2.0 1720.8669 8.0 1720.8801 4.0 1720.8934 4.0 1720.9066 3.0 1720.9199 4.0 1720.9331 3.0 1720.9464 8.0 1720.9597 2.0 1720.9729 10.0 1720.9862 4.0 1720.9994 5.0 1721.0127 1.0 1721.0259 4.0 1721.0392 3.0 1721.0524 3.0 1721.0657 9.0 1721.0789 4.0 1721.0922 1.0 1721.1055 4.0 1721.1187 5.0 1721.1452 1.0 1721.1585 1.0 1721.1717 3.0 1721.185 1.0 1721.1982 4.0 1721.2115 11.0 1721.2248 2.0 1721.238 3.0 1721.2513 4.0 1721.2645 4.0 1721.2778 1.0 1721.291 3.0 1721.3043 4.0 1721.3175 5.0 1721.3308 4.0 1721.3441 2.0 1721.3573 3.0 1721.3706 4.0 1721.3971 3.0 1721.4103 4.0 1721.4236 2.0 1721.4368 3.0 1721.4501 3.0 1721.4634 1.0 1721.4766 3.0 1721.4899 3.0 1721.5031 3.0 1721.5164 2.0 1721.5296 5.0 1721.5429 6.0 1721.5562 3.0 1721.5694 2.0 1721.5827 6.0 1721.5959 9.0 1721.6092 4.0 1721.6224 4.0 1721.6357 1.0 1721.649 3.0 1721.6622 5.0 1721.6755 9.0 1721.6887 4.0 1721.702 3.0 1721.7152 4.0 1721.7285 6.0 1721.7418 2.0 1721.755 2.0 1721.7683 4.0 1721.7815 1.0 1721.7948 2.0 1721.808 2.0 1721.8213 13.0 1721.8346 10.0 1721.8478 6.0 1721.8611 2.0 1721.8743 9.0 1721.8876 13.0 1721.9008 1.0 1721.9141 2.0 1721.9274 4.0 1721.9406 4.0 1721.9539 12.0 1721.9671 9.0 1721.9804 6.0 1721.9937 14.0 1722.0069 12.0 1722.0202 4.0 1722.0334 7.0 1722.0467 1.0 1722.0599 2.0 1722.0732 9.0 1722.0865 8.0 1722.0997 10.0 1722.113 7.0 1722.1262 10.0 1722.1395 9.0 1722.166 8.0 1722.1793 8.0 1722.1925 4.0 1722.2058 4.0 1722.2191 6.0 1722.2323 3.0 1722.2456 1.0 1722.2588 2.0 1722.2721 3.0 1722.2853 6.0 1722.2986 4.0 1722.3119 1.0 1722.3251 3.0 1722.3384 3.0 1722.3516 1.0 1722.3649 2.0 1722.3782 5.0 1722.3914 3.0 1722.4047 4.0 1722.4179 2.0 1722.4312 1.0 1722.4445 6.0 1722.4577 8.0 1722.471 11.0 1722.4842 2.0 1722.4975 3.0 1722.5108 5.0 1722.524 2.0 1722.5373 3.0 1722.5505 5.0 1722.5638 9.0 1722.5771 6.0 1722.5903 1.0 1722.6036 3.0 1722.6169 2.0 1722.6301 4.0 1722.6434 1.0 1722.6566 6.0 1722.6699 5.0 1722.6832 2.0 1722.6964 3.0 1722.7097 3.0 1722.7229 1.0 1722.7362 3.0 1722.7495 4.0 1722.7627 9.0 1722.776 4.0 1722.7892 6.0 1722.8025 9.0 1722.8158 10.0 1722.829 10.0 1722.8423 11.0 1722.8556 9.0 1722.8688 5.0 1722.8821 8.0 1722.8953 5.0 1722.9086 5.0 1722.9219 7.0 1722.9351 6.0 1722.9484 10.0 1722.9617 2.0 1722.9749 2.0 1722.9882 5.0 1723.0014 3.0 1723.0147 2.0 1723.0412 6.0 1723.0545 4.0 1723.0677 8.0 1723.081 6.0 1723.0943 5.0 1723.1075 4.0 1723.1208 5.0 1723.1341 3.0 1723.1473 5.0 1723.1606 5.0 1723.1739 5.0 1723.2136 4.0 1723.2269 1.0 1723.2402 2.0 1723.2534 3.0 1723.2667 3.0 1723.28 7.0 1723.2932 11.0 1723.3065 9.0 1723.3197 4.0 1723.333 4.0 1723.3463 4.0 1723.3595 3.0 1723.3728 4.0 1723.3861 3.0 1723.3993 4.0 1723.4126 11.0 1723.4391 6.0 1723.4524 5.0 1723.4656 2.0 1723.4789 2.0 1723.4922 6.0 1723.5054 2.0 1723.5187 4.0 1723.532 10.0 1723.5452 5.0 1723.5585 4.0 1723.5718 7.0 1723.585 4.0 1723.5983 7.0 1723.6116 3.0 1723.6248 3.0 1723.6381 1.0 1723.6514 1.0 1723.6646 1.0 1723.6779 2.0 1723.6911 5.0 1723.7044 5.0 1723.7177 16.0 1723.7309 4.0 1723.7442 5.0 1723.7575 3.0 1723.7707 5.0 1723.784 14.0 1723.7973 7.0 1723.8105 5.0 1723.8238 3.0 1723.8371 2.0 1723.8503 3.0 1723.8636 4.0 1723.8769 1.0 1723.8901 1.0 1723.9034 6.0 1723.9167 1.0 1723.9299 2.0 1723.9432 6.0 1723.9697 1.0 1723.9963 2.0 1724.0095 3.0 1724.0228 2.0 1724.0361 10.0 1724.0493 4.0 1724.0626 3.0 1724.0759 9.0 1724.0891 3.0 1724.1024 15.0 1724.1157 8.0 1724.1289 11.0 1724.1422 6.0 1724.1555 6.0 1724.1687 5.0 1724.182 1.0 1724.1953 4.0 1724.2218 3.0 1724.2351 8.0 1724.2483 8.0 1724.2749 4.0 1724.2881 5.0 1724.3014 4.0 1724.3147 1.0 1724.3279 2.0 1724.3412 4.0 1724.3545 3.0 1724.3677 3.0 1724.381 5.0 1724.3943 8.0 1724.4075 9.0 1724.4208 7.0 1724.4341 7.0 1724.4473 3.0 1724.4606 5.0 1724.4739 10.0 1724.4871 4.0 1724.5004 4.0 1724.5137 7.0 1724.5269 3.0 1724.5402 1.0 1724.5535 2.0 1724.5667 3.0 1724.58 7.0 1724.5933 5.0 1724.6066 10.0 1724.6198 2.0 1724.6331 1.0 1724.6596 2.0 1724.6729 4.0 1724.6862 11.0 1724.6994 6.0 1724.7127 4.0 1724.726 4.0 1724.7392 10.0 1724.7525 7.0 1724.7658 2.0 1724.779 9.0 1724.7923 4.0 1724.8056 3.0 1724.8189 5.0 1724.8321 4.0 1724.8454 11.0 1724.8587 13.0 1724.8719 3.0 1724.8852 2.0 1724.8985 5.0 1724.9117 4.0 1724.925 4.0 1724.9383 3.0 1724.9515 9.0 1724.9648 10.0 1724.9781 14.0 1724.9914 13.0 1725.0046 4.0 1725.0179 2.0 1725.0312 1.0 1725.0444 3.0 1725.0577 6.0 1725.071 4.0 1725.0842 6.0 1725.1108 1.0 1725.1241 2.0 1725.1373 2.0 1725.1506 1.0 1725.1639 7.0 1725.1771 6.0 1725.1904 3.0 1725.2037 2.0 1725.217 4.0 1725.2302 3.0 1725.2435 2.0 1725.2568 3.0 1725.27 2.0 1725.2833 1.0 1725.2966 7.0 1725.3099 8.0 1725.3231 5.0 1725.3364 6.0 1725.3497 8.0 1725.3629 8.0 1725.3762 2.0 1725.3895 3.0 1725.4028 5.0 1725.416 1.0 1725.4293 3.0 1725.4426 5.0 1725.4558 8.0 1725.4691 6.0 1725.4824 5.0 1725.4957 7.0 1725.5089 11.0 1725.5222 5.0 1725.5355 5.0 1725.5487 5.0 1725.562 2.0 1725.5753 3.0 1725.5886 3.0 1725.6151 3.0 1725.6284 1.0 1725.6417 6.0 1725.6549 1.0 1725.6682 2.0 1725.6815 4.0 1725.6947 10.0 1725.708 11.0 1725.7213 2.0 1725.7346 5.0 1725.7478 1.0 1725.7611 3.0 1725.7744 6.0 1725.7877 6.0 1725.8009 4.0 1725.8142 2.0 1725.8275 3.0 1725.8407 3.0 1725.854 3.0 1725.8673 2.0 1725.8806 3.0 1725.8938 3.0 1725.9071 4.0 1725.9204 10.0 1725.9337 16.0 1725.9469 5.0 1725.9602 4.0 1725.9735 7.0 1725.9868 7.0 1726.0 2.0 1726.0133 4.0 1726.0266 4.0 1726.0398 11.0 1726.0531 6.0 1726.0664 5.0 1726.0797 9.0 1726.0929 2.0 1726.1062 9.0 1726.1195 4.0 1726.1328 7.0 1726.146 6.0 1726.1593 7.0 1726.1726 7.0 1726.1859 9.0 1726.1991 3.0 1726.2124 2.0 1726.2257 3.0 1726.239 9.0 1726.2522 3.0 1726.2655 9.0 1726.2788 9.0 1726.2921 3.0 1726.3053 4.0 1726.3186 5.0 1726.3319 4.0 1726.3452 1.0 1726.3584 1.0 1726.3717 4.0 1726.385 3.0 1726.3983 1.0 1726.4115 2.0 1726.4248 4.0 1726.4381 5.0 1726.4514 4.0 1726.4646 2.0 1726.4779 5.0 1726.4912 3.0 1726.5045 4.0 1726.5177 5.0 1726.531 2.0 1726.5443 1.0 1726.5709 2.0 1726.5841 5.0 1726.5974 2.0 1726.6107 3.0 1726.624 3.0 1726.6372 7.0 1726.6505 2.0 1726.6638 7.0 1726.6771 2.0 1726.6903 3.0 1726.7036 3.0 1726.7169 5.0 1726.7302 7.0 1726.7434 3.0 1726.7567 2.0 1726.77 15.0 1726.7833 10.0 1726.7966 5.0 1726.8098 4.0 1726.8231 8.0 1726.8364 11.0 1726.8497 2.0 1726.8629 2.0 1726.8762 2.0 1726.8895 1.0 1726.9028 2.0 1726.916 2.0 1726.9293 4.0 1726.9426 4.0 1726.9559 4.0 1726.9692 1.0 1726.9824 4.0 1726.9957 2.0 1727.009 1.0 1727.0223 5.0 1727.0355 3.0 1727.0488 1.0 1727.0621 2.0 1727.0754 3.0 1727.0887 3.0 1727.1152 9.0 1727.1285 8.0 1727.1418 8.0 1727.1551 1.0 1727.1683 4.0 1727.1816 1.0 1727.1949 1.0 1727.2214 9.0 1727.2347 6.0 1727.248 2.0 1727.2613 5.0 1727.2746 6.0 1727.2878 2.0 1727.3011 1.0 1727.3144 1.0 1727.3277 5.0 1727.341 4.0 1727.3542 9.0 1727.3675 6.0 1727.3808 1.0 1727.4074 9.0 1727.4206 2.0 1727.4339 7.0 1727.4472 7.0 1727.4605 1.0 1727.4737 4.0 1727.487 2.0 1727.5003 4.0 1727.5136 2.0 1727.5269 4.0 1727.5401 1.0 1727.5534 1.0 1727.5667 1.0 1727.58 6.0 1727.5933 4.0 1727.6065 6.0 1727.6198 1.0 1727.6331 5.0 1727.6464 2.0 1727.6597 10.0 1727.6729 9.0 1727.6862 4.0 1727.6995 1.0 1727.7128 3.0 1727.7261 4.0 1727.7394 2.0 1727.7659 4.0 1727.7792 5.0 1727.7925 3.0 1727.8058 5.0 1727.819 1.0 1727.8323 2.0 1727.8456 2.0 1727.8589 5.0 1727.8854 3.0 1727.8987 3.0 1727.912 3.0 1727.9253 10.0 1727.9386 9.0 1727.9518 2.0 1727.9651 4.0 1727.9784 3.0 1727.9917 3.0 1728.005 2.0 1728.0183 1.0 1728.0315 3.0 1728.0448 4.0 1728.0581 2.0 1728.0714 5.0 1728.0979 1.0 1728.1245 2.0 1728.1378 3.0 1728.1511 3.0 1728.1644 5.0 1728.1776 13.0 1728.1909 7.0 1728.2042 1.0 1728.2175 3.0 1728.2308 1.0 1728.2441 2.0 1728.2573 2.0 1728.2706 2.0 1728.2839 2.0 1728.2972 7.0 1728.3105 6.0 1728.3237 4.0 1728.337 10.0 1728.3503 7.0 1728.3636 4.0 1728.3769 4.0 1728.3902 1.0 1728.4034 6.0 1728.4167 2.0 1728.43 2.0 1728.4433 1.0 1728.4566 3.0 1728.4831 2.0 1728.4964 2.0 1728.5097 3.0 1728.523 14.0 1728.5363 8.0 1728.5496 16.0 1728.5629 2.0 1728.5761 5.0 1728.5894 4.0 1728.6027 10.0 1728.616 11.0 1728.6293 13.0 1728.6426 3.0 1728.6558 4.0 1728.6691 10.0 1728.6824 3.0 1728.6957 5.0 1728.709 1.0 1728.7223 1.0 1728.7355 3.0 1728.7488 4.0 1728.7621 4.0 1728.7754 5.0 1728.7887 3.0 1728.802 5.0 1728.8153 3.0 1728.8285 2.0 1728.8418 2.0 1728.8551 4.0 1728.8684 3.0 1728.8817 5.0 1728.895 5.0 1728.9082 3.0 1728.9215 1.0 1728.9348 8.0 1728.9481 5.0 1728.9614 2.0 1728.9747 5.0 1728.988 7.0 1729.0012 5.0 1729.0145 6.0 1729.0278 5.0 1729.0411 3.0 1729.0544 5.0 1729.0677 1.0 1729.081 4.0 1729.0942 7.0 1729.1075 4.0 1729.1208 5.0 1729.1341 2.0 1729.1474 2.0 1729.1607 5.0 1729.174 2.0 1729.1872 10.0 1729.2005 8.0 1729.2138 6.0 1729.2271 8.0 1729.2404 5.0 1729.2537 11.0 1729.267 9.0 1729.2803 4.0 1729.2935 4.0 1729.3068 5.0 1729.3201 1.0 1729.3334 1.0 1729.36 2.0 1729.3733 3.0 1729.3865 2.0 1729.3998 1.0 1729.4131 4.0 1729.4264 2.0 1729.4397 7.0 1729.453 7.0 1729.4663 7.0 1729.4796 2.0 1729.4928 3.0 1729.5061 1.0 1729.5194 4.0 1729.5327 14.0 1729.546 10.0 1729.5726 2.0 1729.5859 6.0 1729.5991 1.0 1729.6124 4.0 1729.6257 1.0 1729.639 2.0 1729.6523 4.0 1729.6656 2.0 1729.6789 7.0 1729.6922 1.0 1729.7055 8.0 1729.7187 7.0 1729.732 2.0 1729.7453 5.0 1729.7586 4.0 1729.7852 3.0 1729.8118 3.0 1729.825 3.0 1729.8383 5.0 1729.8516 4.0 1729.8649 2.0 1729.8782 2.0 1729.8915 8.0 1729.9048 5.0 1729.9181 7.0 1729.9314 5.0 1729.9446 3.0 1729.9579 9.0 1729.9712 6.0 1729.9845 4.0 1729.9978 8.0 1730.0111 1.0 1730.0244 6.0 1730.0377 2.0 1730.051 6.0 1730.0643 4.0 1730.0775 10.0 1730.0908 9.0 1730.1041 3.0 1730.1174 7.0 1730.1307 6.0 1730.144 1.0 1730.1573 3.0 1730.1839 1.0 1730.1972 1.0 1730.2104 1.0 1730.2237 6.0 1730.237 7.0 1730.2503 1.0 1730.2636 2.0 1730.2769 1.0 1730.2902 9.0 1730.3035 4.0 1730.3168 3.0 1730.3301 3.0 1730.3433 2.0 1730.3699 9.0 1730.3832 3.0 1730.3965 9.0 1730.4098 3.0 1730.4231 2.0 1730.4364 8.0 1730.4497 7.0 1730.463 4.0 1730.4763 3.0 1730.4895 5.0 1730.5028 5.0 1730.5161 3.0 1730.5294 4.0 1730.5427 3.0 1730.556 6.0 1730.5693 3.0 1730.5826 4.0 1730.5959 4.0 1730.6092 7.0 1730.6225 5.0 1730.6358 6.0 1730.649 4.0 1730.6623 2.0 1730.6756 4.0 1730.6889 5.0 1730.7022 3.0 1730.7155 2.0 1730.7288 2.0 1730.7421 4.0 1730.7554 8.0 1730.7687 1.0 1730.782 4.0 1730.7953 8.0 1730.8086 5.0 1730.8218 5.0 1730.8351 5.0 1730.8484 3.0 1730.8617 7.0 1730.875 2.0 1730.8883 4.0 1730.9016 7.0 1730.9149 6.0 1730.9282 12.0 1730.9415 9.0 1730.9548 4.0 1730.9681 7.0 1730.9814 4.0 1730.9947 6.0 1731.0079 2.0 1731.0345 6.0 1731.0478 8.0 1731.0611 6.0 1731.0744 5.0 1731.0877 6.0 1731.101 3.0 1731.1143 4.0 1731.1276 12.0 1731.1409 3.0 1731.1542 3.0 1731.1675 6.0 1731.1808 5.0 1731.1941 10.0 1731.2074 4.0 1731.2206 6.0 1731.2339 8.0 1731.2472 8.0 1731.2605 4.0 1731.2738 4.0 1731.2871 5.0 1731.3004 8.0 1731.3137 5.0 1731.327 3.0 1731.3403 2.0 1731.3536 4.0 1731.3669 4.0 1731.3802 5.0 1731.3935 5.0 1731.4068 3.0 1731.4201 7.0 1731.4334 11.0 1731.4467 5.0 1731.4599 2.0 1731.4732 9.0 1731.4865 10.0 1731.4998 2.0 1731.5131 8.0 1731.5264 2.0 1731.5397 9.0 1731.553 5.0 1731.5663 4.0 1731.5796 4.0 1731.5929 6.0 1731.6062 1.0 1731.6195 5.0 1731.6328 6.0 1731.6461 8.0 1731.6594 3.0 1731.6727 4.0 1731.686 3.0 1731.6993 6.0 1731.7126 1.0 1731.7259 1.0 1731.7392 4.0 1731.7525 3.0 1731.7657 13.0 1731.779 19.0 1731.7923 17.0 1731.8056 5.0 1731.8189 1.0 1731.8322 1.0 1731.8455 1.0 1731.8588 4.0 1731.8721 3.0 1731.8854 1.0 1731.8987 2.0 1731.912 8.0 1731.9253 1.0 1731.9386 6.0 1731.9519 2.0 1731.9652 3.0 1731.9785 1.0 1731.9918 2.0 1732.0051 8.0 1732.0184 4.0 1732.0317 7.0 1732.045 4.0 1732.0583 4.0 1732.0716 4.0 1732.0849 12.0 1732.0982 12.0 1732.1115 5.0 1732.1248 6.0 1732.1381 3.0 1732.1514 5.0 1732.1647 1.0 1732.178 10.0 1732.1913 5.0 1732.2046 1.0 1732.2179 4.0 1732.2311 8.0 1732.2444 6.0 1732.2577 3.0 1732.271 16.0 1732.2843 7.0 1732.2976 2.0 1732.3242 6.0 1732.3375 11.0 1732.3508 5.0 1732.3641 3.0 1732.3774 5.0 1732.3907 2.0 1732.404 1.0 1732.4306 1.0 1732.4439 7.0 1732.4572 5.0 1732.4705 3.0 1732.4838 6.0 1732.4971 7.0 1732.5104 6.0 1732.5237 3.0 1732.537 6.0 1732.5503 8.0 1732.5636 7.0 1732.5769 2.0 1732.5902 2.0 1732.6035 2.0 1732.6168 2.0 1732.6434 5.0 1732.6567 6.0 1732.67 3.0 1732.6833 4.0 1732.6966 1.0 1732.7099 4.0 1732.7232 10.0 1732.7365 4.0 1732.7498 6.0 1732.7631 7.0 1732.7764 4.0 1732.7897 9.0 1732.803 10.0 1732.8163 9.0 1732.8296 11.0 1732.8429 12.0 1732.8562 10.0 1732.8695 3.0 1732.8828 1.0 1732.8961 3.0 1732.9094 1.0 1732.9227 6.0 1732.936 2.0 1732.9493 9.0 1732.9626 8.0 1732.9759 6.0 1732.9892 11.0 1733.0025 6.0 1733.0158 6.0 1733.0291 4.0 1733.0424 4.0 1733.0557 4.0 1733.069 1.0 1733.0823 4.0 1733.0956 4.0 1733.1089 3.0 1733.1355 5.0 1733.1488 3.0 1733.1621 4.0 1733.1754 12.0 1733.1887 7.0 1733.202 2.0 1733.2153 6.0 1733.2286 3.0 1733.2419 2.0 1733.2553 4.0 1733.2686 9.0 1733.2819 11.0 1733.2952 6.0 1733.3085 5.0 1733.3218 8.0 1733.3351 1.0 1733.3484 6.0 1733.3617 8.0 1733.375 5.0 1733.3883 1.0 1733.4016 9.0 1733.4149 2.0 1733.4282 2.0 1733.4415 2.0 1733.4548 1.0 1733.4681 2.0 1733.4814 6.0 1733.4947 2.0 1733.508 4.0 1733.5213 3.0 1733.5346 2.0 1733.5479 1.0 1733.5612 2.0 1733.5745 6.0 1733.5878 2.0 1733.6011 2.0 1733.6144 2.0 1733.6277 4.0 1733.641 3.0 1733.6543 6.0 1733.6676 10.0 1733.6809 8.0 1733.6942 7.0 1733.7075 4.0 1733.7209 1.0 1733.7342 2.0 1733.7475 3.0 1733.7608 8.0 1733.7741 8.0 1733.7874 3.0 1733.8007 1.0 1733.814 3.0 1733.8273 2.0 1733.8406 9.0 1733.8539 9.0 1733.8672 8.0 1733.8805 10.0 1733.8938 1.0 1733.9204 3.0 1733.9337 4.0 1733.947 7.0 1733.9603 6.0 1733.9736 2.0 1733.9869 2.0 1734.0002 12.0 1734.0135 5.0 1734.0269 5.0 1734.0402 4.0 1734.0535 4.0 1734.0668 4.0 1734.0801 4.0 1734.0934 2.0 1734.12 3.0 1734.1333 3.0 1734.1466 6.0 1734.1599 3.0 1734.1732 9.0 1734.1865 7.0 1734.1998 3.0 1734.2131 5.0 1734.2264 10.0 1734.2397 5.0 1734.253 8.0 1734.2664 3.0 1734.2797 2.0 1734.293 6.0 1734.3196 3.0 1734.3462 2.0 1734.3595 2.0 1734.3728 4.0 1734.3861 4.0 1734.4127 5.0 1734.426 4.0 1734.4393 3.0 1734.4526 3.0 1734.4659 5.0 1734.4793 4.0 1734.4926 3.0 1734.5059 4.0 1734.5192 1.0 1734.5325 1.0 1734.5724 3.0 1734.5857 1.0 1734.599 2.0 1734.6123 1.0 1734.6256 6.0 1734.6389 4.0 1734.6522 3.0 1734.6656 4.0 1734.6922 3.0 1734.7055 4.0 1734.7188 2.0 1734.7321 7.0 1734.7454 13.0 1734.7587 3.0 1734.772 9.0 1734.7853 5.0 1734.7986 9.0 1734.8119 10.0 1734.8252 9.0 1734.8386 2.0 1734.8519 7.0 1734.8652 6.0 1734.8785 2.0 1734.8918 7.0 1734.9051 8.0 1734.9184 6.0 1734.9317 6.0 1734.945 9.0 1734.9583 5.0 1734.9716 8.0 1734.9849 8.0 1734.9983 7.0 1735.0116 3.0 1735.0249 3.0 1735.0382 8.0 1735.0515 7.0 1735.0648 9.0 1735.0781 4.0 1735.0914 5.0 1735.1047 3.0 1735.118 8.0 1735.1313 7.0 1735.1447 12.0 1735.158 9.0 1735.1713 5.0 1735.1846 4.0 1735.1979 2.0 1735.2112 2.0 1735.2245 6.0 1735.2378 10.0 1735.2511 10.0 1735.2644 5.0 1735.2777 8.0 1735.2911 4.0 1735.3044 6.0 1735.3177 1.0 1735.331 6.0 1735.3443 1.0 1735.3576 1.0 1735.3709 5.0 1735.3842 3.0 1735.3975 1.0 1735.4108 7.0 1735.4242 10.0 1735.4375 10.0 1735.4508 5.0 1735.4641 3.0 1735.4774 5.0 1735.4907 6.0 1735.504 7.0 1735.5173 3.0 1735.5306 1.0 1735.544 3.0 1735.5573 8.0 1735.5706 2.0 1735.5839 3.0 1735.5972 1.0 1735.6105 1.0 1735.6238 2.0 1735.6371 5.0 1735.6504 3.0 1735.6638 2.0 1735.6904 2.0 1735.7037 5.0 1735.717 2.0 1735.7303 3.0 1735.7436 2.0 1735.7569 1.0 1735.7702 3.0 1735.7969 5.0 1735.8102 1.0 1735.8235 4.0 1735.8368 11.0 1735.8501 10.0 1735.8634 4.0 1735.8767 4.0 1735.8901 6.0 1735.9034 6.0 1735.9167 4.0 1735.93 2.0 1735.9433 4.0 1735.9566 11.0 1735.9699 8.0 1735.9832 5.0 1735.9966 3.0 1736.0099 6.0 1736.0232 9.0 1736.0365 10.0 1736.0498 11.0 1736.0631 8.0 1736.0764 9.0 1736.0897 3.0 1736.1031 4.0 1736.1164 4.0 1736.1297 4.0 1736.143 4.0 1736.1563 5.0 1736.1696 9.0 1736.1829 3.0 1736.1962 1.0 1736.2096 2.0 1736.2229 3.0 1736.2362 4.0 1736.2495 1.0 1736.2628 3.0 1736.2761 5.0 1736.2894 7.0 1736.3028 3.0 1736.3161 2.0 1736.3427 2.0 1736.356 3.0 1736.3693 3.0 1736.3826 1.0 1736.396 4.0 1736.4093 1.0 1736.4359 6.0 1736.4625 7.0 1736.4758 5.0 1736.4892 9.0 1736.5025 1.0 1736.5158 2.0 1736.5291 5.0 1736.5424 4.0 1736.5557 3.0 1736.569 8.0 1736.5824 15.0 1736.5957 10.0 1736.609 1.0 1736.6223 5.0 1736.6356 9.0 1736.6489 7.0 1736.6622 6.0 1736.6756 1.0 1736.6889 6.0 1736.7155 1.0 1736.7288 3.0 1736.7421 5.0 1736.7555 4.0 1736.7688 3.0 1736.7821 4.0 1736.7954 9.0 1736.8087 11.0 1736.822 15.0 1736.8353 1.0 1736.8487 7.0 1736.862 3.0 1736.8753 19.0 1736.8886 15.0 1736.9019 7.0 1736.9152 4.0 1736.9286 1.0 1736.9419 3.0 1736.9552 4.0 1736.9685 2.0 1736.9818 3.0 1736.9951 3.0 1737.0085 6.0 1737.0218 1.0 1737.0351 2.0 1737.0484 8.0 1737.0617 5.0 1737.075 2.0 1737.0884 2.0 1737.115 4.0 1737.1283 5.0 1737.1416 1.0 1737.1549 5.0 1737.1683 9.0 1737.1816 4.0 1737.1949 3.0 1737.2082 2.0 1737.2215 3.0 1737.2348 12.0 1737.2482 7.0 1737.2615 1.0 1737.2748 6.0 1737.2881 5.0 1737.3014 7.0 1737.3148 6.0 1737.3281 4.0 1737.3414 3.0 1737.3547 2.0 1737.368 2.0 1737.3813 5.0 1737.3947 1.0 1737.4213 3.0 1737.4346 1.0 1737.4479 1.0 1737.4612 3.0 1737.4746 6.0 1737.5012 3.0 1737.5278 8.0 1737.5412 9.0 1737.5545 4.0 1737.5678 6.0 1737.5811 6.0 1737.5944 2.0 1737.6078 8.0 1737.6211 2.0 1737.6344 2.0 1737.6477 4.0 1737.661 2.0 1737.6743 9.0 1737.6877 6.0 1737.701 11.0 1737.7143 8.0 1737.7276 1.0 1737.7409 2.0 1737.7543 8.0 1737.7676 17.0 1737.7809 9.0 1737.7942 1.0 1737.8075 3.0 1737.8209 2.0 1737.8342 2.0 1737.8475 2.0 1737.8608 7.0 1737.8741 2.0 1737.8875 5.0 1737.9008 4.0 1737.9141 5.0 1737.9274 3.0 1737.9407 3.0 1737.9541 1.0 1737.9807 9.0 1737.994 5.0 1738.0073 4.0 1738.0207 11.0 1738.034 14.0 1738.0473 11.0 1738.0606 8.0 1738.0739 3.0 1738.0873 14.0 1738.1006 13.0 1738.1139 8.0 1738.1272 5.0 1738.1405 3.0 1738.1539 3.0 1738.1805 2.0 1738.2072 1.0 1738.2205 5.0 1738.2338 3.0 1738.2471 4.0 1738.2604 10.0 1738.2738 9.0 1738.2871 4.0 1738.3004 5.0 1738.3137 6.0 1738.327 2.0 1738.3404 17.0 1738.3537 8.0 1738.367 9.0 1738.3803 5.0 1738.3937 8.0 1738.407 4.0 1738.4203 4.0 1738.4336 2.0 1738.4469 2.0 1738.4603 4.0 1738.4736 4.0 1738.4869 2.0 1738.5002 2.0 1738.5136 4.0 1738.5269 3.0 1738.5535 4.0 1738.5668 12.0 1738.5802 7.0 1738.5935 3.0 1738.6068 9.0 1738.6201 2.0 1738.6335 1.0 1738.6468 3.0 1738.6601 5.0 1738.6734 2.0 1738.6867 4.0 1738.7001 6.0 1738.7134 4.0 1738.7267 2.0 1738.74 1.0 1738.7534 5.0 1738.7667 4.0 1738.7933 2.0 1738.8067 5.0 1738.82 1.0 1738.8333 3.0 1738.8466 5.0 1738.8599 2.0 1738.8733 3.0 1738.8866 7.0 1738.8999 6.0 1738.9132 7.0 1738.9266 5.0 1738.9399 2.0 1738.9532 3.0 1738.9665 5.0 1738.9799 2.0 1738.9932 3.0 1739.0065 3.0 1739.0198 1.0 1739.0332 3.0 1739.0465 8.0 1739.0598 9.0 1739.0731 2.0 1739.0865 8.0 1739.0998 4.0 1739.1131 11.0 1739.1264 4.0 1739.1398 6.0 1739.1531 1.0 1739.1664 9.0 1739.1797 1.0 1739.1931 2.0 1739.2064 1.0 1739.2197 4.0 1739.233 2.0 1739.2464 5.0 1739.2597 6.0 1739.273 10.0 1739.2863 5.0 1739.2997 14.0 1739.313 9.0 1739.3263 8.0 1739.3396 1.0 1739.353 9.0 1739.3663 4.0 1739.3796 5.0 1739.3929 3.0 1739.4063 8.0 1739.4196 2.0 1739.4329 2.0 1739.4462 1.0 1739.4596 10.0 1739.4729 5.0 1739.4862 7.0 1739.4995 10.0 1739.5129 3.0 1739.5262 4.0 1739.5395 4.0 1739.5528 7.0 1739.5662 4.0 1739.5795 2.0 1739.5928 6.0 1739.6062 3.0 1739.6195 5.0 1739.6461 4.0 1739.6595 2.0 1739.6728 1.0 1739.6861 1.0 1739.6994 7.0 1739.7128 5.0 1739.7261 5.0 1739.7394 2.0 1739.7661 4.0 1739.7794 5.0 1739.7927 5.0 1739.8061 7.0 1739.8194 4.0 1739.8327 5.0 1739.846 8.0 1739.8594 4.0 1739.8727 4.0 1739.886 2.0 1739.8994 4.0 1739.9127 4.0 1739.926 6.0 1739.9393 7.0 1739.9527 12.0 1739.966 13.0 1739.9793 2.0 1739.9926 6.0 1740.006 1.0 1740.0193 3.0 1740.0326 4.0 1740.046 12.0 1740.0593 9.0 1740.0726 3.0 1740.0859 2.0 1740.0993 2.0 1740.1126 8.0 1740.1259 2.0 1740.1393 3.0 1740.1526 5.0 1740.1659 11.0 1740.1792 8.0 1740.1926 6.0 1740.2059 5.0 1740.2192 9.0 1740.2326 7.0 1740.2459 13.0 1740.2592 3.0 1740.2725 2.0 1740.2859 3.0 1740.2992 6.0 1740.3125 1.0 1740.3259 3.0 1740.3392 2.0 1740.3525 3.0 1740.3659 3.0 1740.3792 5.0 1740.3925 4.0 1740.4058 4.0 1740.4192 3.0 1740.4325 5.0 1740.4458 4.0 1740.4592 3.0 1740.4725 4.0 1740.4858 5.0 1740.4991 7.0 1740.5125 2.0 1740.5258 1.0 1740.5391 2.0 1740.5525 4.0 1740.5658 2.0 1740.5791 6.0 1740.5925 2.0 1740.6058 2.0 1740.6191 1.0 1740.6325 2.0 1740.6458 6.0 1740.6591 7.0 1740.6724 7.0 1740.6858 5.0 1740.6991 11.0 1740.7124 7.0 1740.7258 6.0 1740.7391 5.0 1740.7524 6.0 1740.7658 6.0 1740.7791 10.0 1740.7924 4.0 1740.8058 4.0 1740.8191 12.0 1740.8324 3.0 1740.8457 14.0 1740.8591 4.0 1740.8724 10.0 1740.8857 11.0 1740.8991 8.0 1740.9124 3.0 1740.9257 3.0 1740.9391 1.0 1740.9524 3.0 1740.9657 6.0 1740.9791 12.0 1740.9924 9.0 1741.0057 4.0 1741.0191 9.0 1741.0324 12.0 1741.0457 12.0 1741.0591 6.0 1741.0724 2.0 1741.0857 5.0 1741.099 14.0 1741.1124 7.0 1741.1257 3.0 1741.139 4.0 1741.1524 4.0 1741.1657 2.0 1741.179 10.0 1741.1924 7.0 1741.2057 2.0 1741.219 1.0 1741.2324 6.0 1741.2457 3.0 1741.259 6.0 1741.2724 4.0 1741.2857 3.0 1741.299 4.0 1741.3124 5.0 1741.3257 4.0 1741.339 3.0 1741.3524 6.0 1741.3657 10.0 1741.379 7.0 1741.3924 9.0 1741.4057 6.0 1741.419 5.0 1741.4324 12.0 1741.4457 9.0 1741.459 2.0 1741.4724 4.0 1741.4857 3.0 1741.499 5.0 1741.5124 4.0 1741.5257 2.0 1741.539 2.0 1741.5524 4.0 1741.5657 4.0 1741.579 8.0 1741.5924 7.0 1741.619 1.0 1741.6457 5.0 1741.6724 3.0 1741.6857 6.0 1741.6991 5.0 1741.7124 1.0 1741.7257 4.0 1741.7391 4.0 1741.7524 1.0 1741.7657 3.0 1741.7791 4.0 1741.7924 1.0 1741.8057 5.0 1741.8191 2.0 1741.8324 1.0 1741.8457 2.0 1741.8591 3.0 1741.8724 2.0 1741.8857 8.0 1741.8991 7.0 1741.9124 1.0 1741.9258 1.0 1741.9391 16.0 1741.9524 7.0 1741.9658 9.0 1741.9791 5.0 1741.9924 1.0 1742.0191 2.0 1742.0324 3.0 1742.0458 4.0 1742.0591 5.0 1742.0858 3.0 1742.0991 3.0 1742.1125 3.0 1742.1258 9.0 1742.1391 5.0 1742.1525 5.0 1742.1658 2.0 1742.1791 1.0 1742.2058 4.0 1742.2191 3.0 1742.2325 9.0 1742.2458 8.0 1742.2592 5.0 1742.2725 4.0 1742.2858 6.0 1742.2992 7.0 1742.3125 5.0 1742.3258 5.0 1742.3392 3.0 1742.3525 3.0 1742.3658 3.0 1742.3792 6.0 1742.3925 1.0 1742.4059 4.0 1742.4192 1.0 1742.4325 4.0 1742.4459 6.0 1742.4592 3.0 1742.4725 3.0 1742.4859 3.0 1742.4992 22.0 1742.5126 12.0 1742.5259 3.0 1742.5392 6.0 1742.5526 2.0 1742.5659 2.0 1742.5793 3.0 1742.5926 2.0 1742.6059 4.0 1742.6193 2.0 1742.6326 5.0 1742.6459 2.0 1742.6593 4.0 1742.6726 7.0 1742.686 2.0 1742.6993 8.0 1742.7126 11.0 1742.726 4.0 1742.7393 8.0 1742.7526 4.0 1742.766 5.0 1742.7793 10.0 1742.7927 9.0 1742.806 5.0 1742.8193 2.0 1742.8327 11.0 1742.846 7.0 1742.8594 5.0 1742.8727 3.0 1742.886 2.0 1742.8994 8.0 1742.9127 7.0 1742.9261 1.0 1742.9394 5.0 1742.9527 4.0 1742.9661 6.0 1742.9794 9.0 1742.9928 7.0 1743.0061 4.0 1743.0194 2.0 1743.0328 2.0 1743.0595 2.0 1743.0728 4.0 1743.0861 5.0 1743.0995 7.0 1743.1128 3.0 1743.1262 7.0 1743.1395 5.0 1743.1528 7.0 1743.1662 1.0 1743.1795 8.0 1743.1929 8.0 1743.2062 3.0 1743.2195 6.0 1743.2329 5.0 1743.2462 1.0 1743.2729 6.0 1743.2862 5.0 1743.2996 3.0 1743.3129 1.0 1743.3263 5.0 1743.3396 6.0 1743.3529 2.0 1743.3663 2.0 1743.3796 7.0 1743.393 2.0 1743.4063 5.0 1743.4196 5.0 1743.433 13.0 1743.4463 3.0 1743.473 2.0 1743.4864 2.0 1743.4997 5.0 1743.513 6.0 1743.5264 9.0 1743.5397 8.0 1743.5531 3.0 1743.5664 2.0 1743.5797 6.0 1743.5931 3.0 1743.6064 2.0 1743.6198 6.0 1743.6331 3.0 1743.6465 3.0 1743.6598 3.0 1743.6731 4.0 1743.6865 4.0 1743.6998 8.0 1743.7132 3.0 1743.7265 4.0 1743.7399 3.0 1743.7532 4.0 1743.7665 4.0 1743.7799 3.0 1743.7932 3.0 1743.8066 2.0 1743.8199 2.0 1743.8332 9.0 1743.8466 5.0 1743.8599 4.0 1743.8733 1.0 1743.8866 4.0 1743.9 5.0 1743.9133 5.0 1743.9267 13.0 1743.94 7.0 1743.9533 1.0 1743.9667 3.0 1743.98 9.0 1743.9934 13.0 1744.0067 10.0 1744.0201 9.0 1744.0334 6.0 1744.0467 15.0 1744.0601 8.0 1744.0734 7.0 1744.0868 5.0 1744.1001 1.0 1744.1135 2.0 1744.1268 1.0 1744.1401 2.0 1744.1535 5.0 1744.1668 1.0 1744.1802 6.0 1744.1935 8.0 1744.2069 4.0 1744.2202 3.0 1744.2336 9.0 1744.2469 6.0 1744.2602 6.0 1744.2736 3.0 1744.2869 3.0 1744.3003 4.0 1744.3136 4.0 1744.327 7.0 1744.3403 10.0 1744.3537 7.0 1744.367 2.0 1744.3803 2.0 1744.3937 14.0 1744.407 14.0 1744.4204 3.0 1744.4337 5.0 1744.4471 6.0 1744.4604 17.0 1744.4738 11.0 1744.4871 7.0 1744.5005 1.0 1744.5138 5.0 1744.5271 7.0 1744.5405 4.0 1744.5538 8.0 1744.5672 15.0 1744.5805 4.0 1744.5939 6.0 1744.6072 2.0 1744.6206 4.0 1744.6339 3.0 1744.6473 4.0 1744.6606 14.0 1744.674 15.0 1744.6873 8.0 1744.714 1.0 1744.7407 3.0 1744.754 5.0 1744.7674 4.0 1744.7807 1.0 1744.7941 4.0 1744.8074 1.0 1744.8208 2.0 1744.8341 2.0 1744.8475 4.0 1744.8608 4.0 1744.8741 6.0 1744.8875 5.0 1744.9008 3.0 1744.9142 6.0 1744.9275 13.0 1744.9409 7.0 1744.9542 9.0 1744.9676 10.0 1744.9809 13.0 1744.9943 5.0 1745.0076 4.0 1745.021 9.0 1745.0343 8.0 1745.0477 14.0 1745.061 4.0 1745.0744 11.0 1745.0877 8.0 1745.1011 2.0 1745.1144 6.0 1745.1277 8.0 1745.1411 6.0 1745.1544 4.0 1745.1678 3.0 1745.1811 5.0 1745.1945 3.0 1745.2078 2.0 1745.2212 4.0 1745.2345 3.0 1745.2479 5.0 1745.2612 6.0 1745.2746 2.0 1745.2879 1.0 1745.3146 1.0 1745.328 2.0 1745.3413 5.0 1745.3547 6.0 1745.368 2.0 1745.3814 9.0 1745.3947 8.0 1745.4081 5.0 1745.4348 4.0 1745.4481 1.0 1745.4615 3.0 1745.4748 1.0 1745.4882 4.0 1745.5015 4.0 1745.5149 9.0 1745.5282 6.0 1745.5416 2.0 1745.5549 4.0 1745.5683 6.0 1745.5816 5.0 1745.595 4.0 1745.6083 5.0 1745.6217 7.0 1745.635 5.0 1745.6484 1.0 1745.6617 1.0 1745.6751 9.0 1745.6884 2.0 1745.7018 4.0 1745.7151 9.0 1745.7285 5.0 1745.7418 10.0 1745.7552 5.0 1745.7685 6.0 1745.7819 5.0 1745.7952 1.0 1745.8086 7.0 1745.8219 8.0 1745.8353 10.0 1745.8486 6.0 1745.862 4.0 1745.8753 4.0 1745.8887 4.0 1745.902 5.0 1745.9154 8.0 1745.9287 10.0 1745.9421 1.0 1745.9554 3.0 1745.9688 1.0 1745.9821 4.0 1745.9955 5.0 1746.0088 6.0 1746.0222 12.0 1746.0355 13.0 1746.0489 2.0 1746.0622 5.0 1746.0756 14.0 1746.0889 18.0 1746.1023 18.0 1746.1156 2.0 1746.129 1.0 1746.1423 5.0 1746.1557 4.0 1746.169 5.0 1746.1824 5.0 1746.1957 3.0 1746.2091 2.0 1746.2224 8.0 1746.2358 8.0 1746.2491 3.0 1746.2625 2.0 1746.2759 8.0 1746.2892 12.0 1746.3026 2.0 1746.3159 3.0 1746.3293 8.0 1746.3426 5.0 1746.356 1.0 1746.3693 3.0 1746.3827 4.0 1746.396 1.0 1746.4094 3.0 1746.4227 2.0 1746.4361 1.0 1746.4494 2.0 1746.4628 1.0 1746.4761 5.0 1746.5028 4.0 1746.5162 8.0 1746.5296 4.0 1746.5429 5.0 1746.5563 3.0 1746.5696 1.0 1746.583 3.0 1746.5963 9.0 1746.6097 6.0 1746.623 3.0 1746.6364 3.0 1746.6497 3.0 1746.6631 7.0 1746.6764 2.0 1746.6898 3.0 1746.7031 7.0 1746.7165 5.0 1746.7299 6.0 1746.7432 5.0 1746.7566 4.0 1746.7699 2.0 1746.7833 11.0 1746.7966 6.0 1746.81 9.0 1746.8233 8.0 1746.8367 5.0 1746.85 3.0 1746.8634 2.0 1746.8768 5.0 1746.8901 3.0 1746.9035 5.0 1746.9168 8.0 1746.9302 4.0 1746.9435 5.0 1746.9569 3.0 1746.9702 4.0 1746.9836 12.0 1746.9969 12.0 1747.0103 7.0 1747.0237 7.0 1747.037 3.0 1747.0637 9.0 1747.0771 11.0 1747.0904 8.0 1747.1038 4.0 1747.1171 7.0 1747.1305 9.0 1747.1439 7.0 1747.1572 8.0 1747.1706 9.0 1747.1839 4.0 1747.1973 4.0 1747.2106 3.0 1747.224 1.0 1747.2373 7.0 1747.2507 6.0 1747.2641 2.0 1747.2774 1.0 1747.2908 3.0 1747.3041 2.0 1747.3175 5.0 1747.3308 3.0 1747.3442 4.0 1747.3576 3.0 1747.3709 7.0 1747.3843 2.0 1747.3976 6.0 1747.411 9.0 1747.4243 10.0 1747.4377 13.0 1747.451 5.0 1747.4644 3.0 1747.4778 5.0 1747.4911 2.0 1747.5045 3.0 1747.5178 2.0 1747.5312 2.0 1747.5445 9.0 1747.5579 3.0 1747.5713 2.0 1747.5846 1.0 1747.598 3.0 1747.6113 5.0 1747.6247 7.0 1747.638 2.0 1747.6514 3.0 1747.6648 6.0 1747.6781 6.0 1747.6915 3.0 1747.7048 1.0 1747.7182 12.0 1747.7316 3.0 1747.7449 3.0 1747.7583 11.0 1747.7716 5.0 1747.785 4.0 1747.7983 3.0 1747.8117 6.0 1747.8251 6.0 1747.8384 4.0 1747.8518 8.0 1747.8651 9.0 1747.8785 5.0 1747.8918 2.0 1747.9052 3.0 1747.9186 2.0 1747.9319 4.0 1747.9453 11.0 1747.9586 6.0 1747.972 7.0 1747.9854 9.0 1747.9987 6.0 1748.0121 8.0 1748.0254 7.0 1748.0388 3.0 1748.0522 2.0 1748.0655 7.0 1748.0789 3.0 1748.0922 2.0 1748.1056 7.0 1748.119 4.0 1748.1323 10.0 1748.1457 12.0 1748.159 6.0 1748.1724 3.0 1748.1857 3.0 1748.1991 4.0 1748.2125 9.0 1748.2258 12.0 1748.2392 10.0 1748.2525 4.0 1748.2659 2.0 1748.2793 1.0 1748.2926 3.0 1748.306 2.0 1748.3193 2.0 1748.3327 4.0 1748.3461 3.0 1748.3594 3.0 1748.3728 2.0 1748.3861 8.0 1748.3995 3.0 1748.4129 11.0 1748.4262 7.0 1748.4396 5.0 1748.453 3.0 1748.4663 2.0 1748.4797 3.0 1748.493 1.0 1748.5064 7.0 1748.5465 8.0 1748.5598 3.0 1748.5732 2.0 1748.5866 6.0 1748.5999 4.0 1748.6133 1.0 1748.6266 2.0 1748.64 4.0 1748.6534 2.0 1748.6667 4.0 1748.6801 4.0 1748.6935 1.0 1748.7068 3.0 1748.7202 4.0 1748.7335 8.0 1748.7469 7.0 1748.7603 1.0 1748.7736 4.0 1748.787 8.0 1748.8003 6.0 1748.8137 13.0 1748.8271 2.0 1748.8404 3.0 1748.8538 10.0 1748.8672 9.0 1748.8805 3.0 1748.8939 9.0 1748.9072 8.0 1748.9206 2.0 1748.934 1.0 1748.9473 6.0 1748.9607 13.0 1748.9741 9.0 1748.9874 5.0 1749.0008 1.0 1749.0141 5.0 1749.0275 4.0 1749.0409 7.0 1749.0676 6.0 1749.081 11.0 1749.0943 1.0 1749.1077 2.0 1749.121 4.0 1749.1344 11.0 1749.1478 10.0 1749.1611 7.0 1749.1745 4.0 1749.1879 4.0 1749.2012 6.0 1749.2146 6.0 1749.228 3.0 1749.2413 10.0 1749.2547 5.0 1749.268 4.0 1749.2814 2.0 1749.2948 3.0 1749.3081 1.0 1749.3215 3.0 1749.3349 1.0 1749.3482 3.0 1749.3616 6.0 1749.375 1.0 1749.3883 6.0 1749.4017 3.0 1749.4151 3.0 1749.4284 3.0 1749.4418 5.0 1749.4551 9.0 1749.4685 5.0 1749.4819 2.0 1749.4952 6.0 1749.5086 1.0 1749.5353 6.0 1749.5487 3.0 1749.5621 6.0 1749.5754 1.0 1749.5888 5.0 1749.6022 7.0 1749.6155 6.0 1749.6289 7.0 1749.6423 2.0 1749.669 5.0 1749.6823 6.0 1749.6957 3.0 1749.7091 2.0 1749.7224 3.0 1749.7358 2.0 1749.7492 1.0 1749.7625 2.0 1749.7759 2.0 1749.7893 2.0 1749.8026 5.0 1749.816 11.0 1749.8294 1.0 1749.8427 7.0 1749.8561 2.0 1749.8695 2.0 1749.8828 11.0 1749.8962 8.0 1749.9096 9.0 1749.9229 16.0 1749.9363 7.0 1749.9497 2.0 1749.963 3.0 1749.9764 1.0 1749.9898 8.0 1750.0031 10.0 1750.0165 9.0 1750.0299 3.0 1750.0432 6.0 1750.0566 15.0 1750.07 5.0 1750.0833 2.0 1750.0967 2.0 1750.1234 10.0 1750.1368 4.0 1750.1502 2.0 1750.1635 5.0 1750.1769 1.0 1750.1903 3.0 1750.2036 1.0 1750.217 2.0 1750.2304 9.0 1750.2437 9.0 1750.2571 5.0 1750.2705 4.0 1750.2838 2.0 1750.2972 3.0 1750.3106 2.0 1750.3239 1.0 1750.3373 3.0 1750.3507 5.0 1750.364 3.0 1750.3774 1.0 1750.3908 2.0 1750.4042 6.0 1750.4175 4.0 1750.4309 8.0 1750.4443 9.0 1750.4576 6.0 1750.471 8.0 1750.4844 8.0 1750.4977 3.0 1750.5111 1.0 1750.5245 4.0 1750.5378 2.0 1750.5512 2.0 1750.5646 6.0 1750.5779 6.0 1750.5913 1.0 1750.6047 5.0 1750.618 4.0 1750.6314 1.0 1750.6448 4.0 1750.6582 1.0 1750.6715 1.0 1750.6849 4.0 1750.7116 2.0 1750.725 3.0 1750.7384 2.0 1750.7517 3.0 1750.7651 1.0 1750.7785 4.0 1750.7919 3.0 1750.8052 2.0 1750.8186 2.0 1750.832 2.0 1750.8453 2.0 1750.8587 7.0 1750.8721 8.0 1750.8854 3.0 1750.8988 2.0 1750.9122 5.0 1750.9255 1.0 1750.9389 5.0 1750.9523 9.0 1750.9657 6.0 1750.979 3.0 1750.9924 4.0 1751.0058 1.0 1751.0191 6.0 1751.0325 8.0 1751.0459 8.0 1751.0593 9.0 1751.0726 5.0 1751.086 7.0 1751.0994 6.0 1751.1127 2.0 1751.1261 2.0 1751.1395 4.0 1751.1528 8.0 1751.1662 6.0 1751.1796 7.0 1751.193 3.0 1751.2063 3.0 1751.2197 12.0 1751.2331 5.0 1751.2464 3.0 1751.2598 3.0 1751.2732 6.0 1751.2866 2.0 1751.3133 4.0 1751.3267 2.0 1751.34 2.0 1751.3534 4.0 1751.3668 2.0 1751.3802 5.0 1751.3935 5.0 1751.4069 13.0 1751.4203 8.0 1751.4337 2.0 1751.447 3.0 1751.4604 2.0 1751.4738 6.0 1751.4871 2.0 1751.5005 2.0 1751.5139 2.0 1751.5273 2.0 1751.5406 5.0 1751.554 5.0 1751.5674 2.0 1751.5807 2.0 1751.5941 6.0 1751.6075 3.0 1751.6209 10.0 1751.6342 8.0 1751.6476 5.0 1751.661 16.0 1751.6744 9.0 1751.6877 5.0 1751.7011 1.0 1751.7145 3.0 1751.7279 3.0 1751.7412 6.0 1751.7546 3.0 1751.768 6.0 1751.7813 9.0 1751.7947 3.0 1751.8081 4.0 1751.8215 3.0 1751.8348 4.0 1751.8482 3.0 1751.8616 7.0 1751.875 7.0 1751.8883 4.0 1751.9017 8.0 1751.9151 5.0 1751.9285 8.0 1751.9418 2.0 1751.9686 8.0 1751.982 9.0 1751.9953 4.0 1752.0087 4.0 1752.0221 6.0 1752.0354 10.0 1752.0488 10.0 1752.0622 4.0 1752.0756 6.0 1752.0889 10.0 1752.1023 6.0 1752.1157 10.0 1752.1291 11.0 1752.1424 5.0 1752.1558 5.0 1752.1692 3.0 1752.1826 1.0 1752.1959 6.0 1752.2093 12.0 1752.2227 6.0 1752.2361 5.0 1752.2494 5.0 1752.2628 5.0 1752.2762 3.0 1752.2896 4.0 1752.3029 7.0 1752.3163 10.0 1752.3297 9.0 1752.3431 6.0 1752.3565 2.0 1752.3698 2.0 1752.3832 3.0 1752.3966 1.0 1752.41 3.0 1752.4233 2.0 1752.4367 2.0 1752.4501 2.0 1752.4635 2.0 1752.4902 1.0 1752.5036 1.0 1752.517 4.0 1752.5303 4.0 1752.5437 1.0 1752.5571 4.0 1752.5705 15.0 1752.5838 8.0 1752.5972 5.0 1752.6106 4.0 1752.624 3.0 1752.6374 7.0 1752.6507 12.0 1752.6641 5.0 1752.6775 3.0 1752.6909 3.0 1752.7042 8.0 1752.7176 5.0 1752.731 6.0 1752.7444 3.0 1752.7577 3.0 1752.7711 5.0 1752.7845 4.0 1752.7979 2.0 1752.8113 6.0 1752.8246 4.0 1752.838 4.0 1752.8514 2.0 1752.8648 12.0 1752.8781 9.0 1752.8915 5.0 1752.9049 8.0 1752.9183 4.0 1752.9317 6.0 1752.945 11.0 1752.9584 14.0 1752.9718 7.0 1752.9852 8.0 1752.9985 5.0 1753.0119 2.0 1753.0253 6.0 1753.0387 2.0 1753.0521 4.0 1753.0654 5.0 1753.0788 3.0 1753.0922 2.0 1753.1056 1.0 1753.1189 1.0 1753.1323 4.0 1753.1457 2.0 1753.1591 2.0 1753.1725 12.0 1753.1858 11.0 1753.1992 4.0 1753.2126 6.0 1753.226 8.0 1753.2394 10.0 1753.2527 5.0 1753.2661 2.0 1753.2795 5.0 1753.2929 12.0 1753.3063 9.0 1753.333 7.0 1753.3464 1.0 1753.3598 3.0 1753.3731 5.0 1753.3865 2.0 1753.3999 2.0 1753.4133 9.0 1753.4267 6.0 1753.44 3.0 1753.4534 3.0 1753.4668 7.0 1753.4802 6.0 1753.4936 7.0 1753.5069 1.0 1753.5203 2.0 1753.5337 1.0 1753.5471 4.0 1753.5605 3.0 1753.5738 2.0 1753.5872 5.0 1753.6006 4.0 1753.614 3.0 1753.6274 5.0 1753.6408 1.0 1753.6541 4.0 1753.6675 6.0 1753.6809 3.0 1753.6943 8.0 1753.7077 5.0 1753.721 4.0 1753.7344 4.0 1753.7478 6.0 1753.7612 3.0 1753.7746 2.0 1753.7879 5.0 1753.8013 1.0 1753.8147 7.0 1753.8281 9.0 1753.8415 5.0 1753.8548 4.0 1753.8682 4.0 1753.8816 1.0 1753.895 3.0 1753.9084 1.0 1753.9218 5.0 1753.9351 1.0 1753.9485 12.0 1753.9619 15.0 1753.9753 19.0 1753.9887 6.0 1754.002 4.0 1754.0154 3.0 1754.0288 5.0 1754.0422 12.0 1754.0556 12.0 1754.069 12.0 1754.0823 7.0 1754.0957 11.0 1754.1091 4.0 1754.1225 1.0 1754.1359 4.0 1754.1493 3.0 1754.1626 1.0 1754.176 5.0 1754.1894 1.0 1754.2028 3.0 1754.2162 6.0 1754.2295 6.0 1754.2429 1.0 1754.2563 4.0 1754.2697 4.0 1754.2831 4.0 1754.2965 7.0 1754.3098 6.0 1754.3232 3.0 1754.3366 5.0 1754.35 5.0 1754.3768 2.0 1754.3901 3.0 1754.4035 1.0 1754.4169 3.0 1754.4303 2.0 1754.4437 7.0 1754.4571 8.0 1754.4704 4.0 1754.4838 5.0 1754.4972 3.0 1754.5106 5.0 1754.524 4.0 1754.5374 3.0 1754.5507 1.0 1754.5641 4.0 1754.5775 3.0 1754.5909 6.0 1754.6177 6.0 1754.6311 8.0 1754.6444 4.0 1754.6578 4.0 1754.6712 7.0 1754.6846 8.0 1754.7114 1.0 1754.7247 1.0 1754.7381 8.0 1754.7515 5.0 1754.7649 2.0 1754.7783 1.0 1754.7917 4.0 1754.8051 7.0 1754.8184 6.0 1754.8318 15.0 1754.8452 9.0 1754.8586 4.0 1754.872 2.0 1754.8854 18.0 1754.8988 8.0 1754.9121 4.0 1754.9255 4.0 1754.9389 8.0 1754.9523 12.0 1754.9657 9.0 1754.9925 4.0 1755.0058 6.0 1755.0192 12.0 1755.0326 4.0 1755.046 9.0 1755.0594 4.0 1755.0728 7.0 1755.0862 2.0 1755.0995 2.0 1755.1129 6.0 1755.1263 1.0 1755.1397 2.0 1755.1531 6.0 1755.1665 10.0 1755.1799 6.0 1755.1932 3.0 1755.2066 2.0 1755.22 4.0 1755.2334 3.0 1755.2468 2.0 1755.2602 5.0 1755.2736 2.0 1755.287 2.0 1755.3003 1.0 1755.3137 3.0 1755.3271 5.0 1755.3405 8.0 1755.3539 16.0 1755.3673 8.0 1755.3807 4.0 1755.394 5.0 1755.4074 2.0 1755.4208 2.0 1755.4342 3.0 1755.4476 3.0 1755.461 1.0 1755.4744 2.0 1755.4878 6.0 1755.5145 3.0 1755.5279 4.0 1755.5547 6.0 1755.5681 5.0 1755.5815 3.0 1755.5949 3.0 1755.6083 3.0 1755.6216 2.0 1755.635 5.0 1755.6484 5.0 1755.6618 3.0 1755.6752 6.0 1755.6886 5.0 1755.702 14.0 1755.7154 7.0 1755.7287 5.0 1755.7421 6.0 1755.7555 1.0 1755.7823 3.0 1755.7957 9.0 1755.8091 7.0 1755.8225 2.0 1755.8359 5.0 1755.8492 5.0 1755.8626 4.0 1755.876 3.0 1755.8894 4.0 1755.9028 1.0 1755.9162 3.0 1755.9296 10.0 1755.943 3.0 1755.9564 2.0 1755.9698 5.0 1755.9831 3.0 1755.9965 9.0 1756.0099 3.0 1756.0233 11.0 1756.0367 15.0 1756.0501 11.0 1756.0635 3.0 1756.0769 9.0 1756.0903 5.0 1756.1037 4.0 1756.1304 4.0 1756.1438 1.0 1756.1572 2.0 1756.1706 5.0 1756.184 13.0 1756.1974 6.0 1756.2108 5.0 1756.2376 4.0 1756.2509 6.0 1756.2643 2.0 1756.2777 5.0 1756.2911 2.0 1756.3045 5.0 1756.3179 9.0 1756.3313 2.0 1756.3447 1.0 1756.3581 2.0 1756.3715 6.0 1756.3849 8.0 1756.3982 1.0 1756.4116 2.0 1756.425 3.0 1756.4518 1.0 1756.4652 6.0 1756.4786 18.0 1756.492 4.0 1756.5054 6.0 1756.5188 13.0 1756.5322 10.0 1756.5456 7.0 1756.5589 1.0 1756.5723 1.0 1756.5857 3.0 1756.5991 5.0 1756.6125 5.0 1756.6259 6.0 1756.6393 5.0 1756.6527 9.0 1756.6661 6.0 1756.6795 8.0 1756.6929 4.0 1756.7063 1.0 1756.7196 7.0 1756.733 10.0 1756.7732 4.0 1756.7866 5.0 1756.8 5.0 1756.8134 2.0 1756.8268 4.0 1756.8402 1.0 1756.8536 2.0 1756.867 4.0 1756.8804 5.0 1756.9071 4.0 1756.9205 7.0 1756.9339 6.0 1756.9473 17.0 1756.9607 4.0 1756.9741 7.0 1756.9875 11.0 1757.0009 5.0 1757.0143 2.0 1757.0277 4.0 1757.0411 5.0 1757.0545 5.0 1757.0679 4.0 1757.0813 3.0 1757.0947 5.0 1757.1081 2.0 1757.1214 6.0 1757.1348 4.0 1757.1616 10.0 1757.175 6.0 1757.1884 4.0 1757.2018 1.0 1757.2152 5.0 1757.2286 9.0 1757.242 11.0 1757.2554 4.0 1757.2688 1.0 1757.2822 4.0 1757.2956 10.0 1757.309 8.0 1757.3224 4.0 1757.3358 4.0 1757.3491 1.0 1757.3625 1.0 1757.3759 1.0 1757.3893 2.0 1757.4027 5.0 1757.4161 5.0 1757.4295 1.0 1757.4429 3.0 1757.4563 4.0 1757.4697 1.0 1757.4831 9.0 1757.4965 7.0 1757.5099 3.0 1757.5233 7.0 1757.5367 4.0 1757.5501 3.0 1757.5635 4.0 1757.5769 6.0 1757.5903 4.0 1757.6037 6.0 1757.6171 2.0 1757.6305 2.0 1757.6438 1.0 1757.6706 3.0 1757.684 2.0 1757.6974 4.0 1757.7108 11.0 1757.7242 6.0 1757.7376 3.0 1757.751 4.0 1757.7644 6.0 1757.7778 2.0 1757.7912 4.0 1757.8046 1.0 1757.818 4.0 1757.8314 5.0 1757.8448 2.0 1757.8582 6.0 1757.8716 4.0 1757.885 2.0 1757.8984 5.0 1757.9118 4.0 1757.9252 6.0 1757.9386 4.0 1757.952 4.0 1757.9654 3.0 1757.9788 12.0 1757.9922 8.0 1758.0056 2.0 1758.0324 4.0 1758.0458 5.0 1758.0591 3.0 1758.0725 2.0 1758.0859 4.0 1758.0993 8.0 1758.1127 14.0 1758.1261 8.0 1758.1395 4.0 1758.1529 4.0 1758.1663 2.0 1758.1797 2.0 1758.1931 3.0 1758.2065 6.0 1758.2199 5.0 1758.2333 3.0 1758.2467 2.0 1758.2601 4.0 1758.2735 4.0 1758.2869 10.0 1758.3137 1.0 1758.3271 2.0 1758.3405 3.0 1758.3539 3.0 1758.3673 3.0 1758.3807 2.0 1758.3941 6.0 1758.4075 20.0 1758.4209 6.0 1758.4343 8.0 1758.4477 3.0 1758.4611 10.0 1758.4745 5.0 1758.4879 8.0 1758.5013 2.0 1758.5147 7.0 1758.5281 5.0 1758.5415 5.0 1758.5549 2.0 1758.5683 4.0 1758.5817 9.0 1758.5951 3.0 1758.6219 1.0 1758.6353 3.0 1758.6487 3.0 1758.6755 1.0 1758.6889 5.0 1758.7023 2.0 1758.7157 7.0 1758.7291 1.0 1758.7425 9.0 1758.7559 2.0 1758.7693 2.0 1758.7827 7.0 1758.7961 17.0 1758.8095 9.0 1758.8229 5.0 1758.8363 2.0 1758.8497 2.0 1758.8631 2.0 1758.8765 6.0 1758.8899 4.0 1758.9033 6.0 1758.9167 1.0 1758.9435 1.0 1758.9569 3.0 1758.9703 4.0 1758.9837 1.0 1758.9971 3.0 1759.0105 3.0 1759.0239 3.0 1759.0373 5.0 1759.0507 8.0 1759.0641 4.0 1759.0775 5.0 1759.0909 6.0 1759.1043 3.0 1759.1177 9.0 1759.1311 7.0 1759.1445 4.0 1759.1579 5.0 1759.1713 7.0 1759.1847 2.0 1759.1981 2.0 1759.2115 5.0 1759.2249 3.0 1759.2383 6.0 1759.2517 2.0 1759.2651 5.0 1759.2785 7.0 1759.2919 5.0 1759.3053 1.0 1759.3187 1.0 1759.3321 11.0 1759.3456 7.0 1759.359 10.0 1759.3724 4.0 1759.3858 3.0 1759.3992 3.0 1759.4126 6.0 1759.426 7.0 1759.4394 9.0 1759.4528 2.0 1759.4662 1.0 1759.4796 5.0 1759.493 3.0 1759.5064 2.0 1759.5198 9.0 1759.5332 7.0 1759.5466 2.0 1759.56 4.0 1759.5734 3.0 1759.6002 1.0 1759.6136 4.0 1759.627 1.0 1759.6404 5.0 1759.6538 5.0 1759.6672 5.0 1759.6806 3.0 1759.694 4.0 1759.7074 6.0 1759.7208 7.0 1759.7342 4.0 1759.7477 2.0 1759.7611 5.0 1759.7745 3.0 1759.7879 1.0 1759.8013 3.0 1759.8147 10.0 1759.8281 5.0 1759.8415 8.0 1759.8683 7.0 1759.8817 4.0 1759.8951 7.0 1759.9085 9.0 1759.9219 7.0 1759.9353 6.0 1759.9487 2.0 1759.9621 5.0 1759.9755 8.0 1759.9889 1.0 1760.0023 8.0 1760.0157 4.0 1760.0291 4.0 1760.0426 3.0 1760.056 3.0 1760.0694 10.0 1760.0828 6.0 1760.0962 6.0 1760.1096 4.0 1760.123 3.0 1760.1364 4.0 1760.1498 6.0 1760.1632 4.0 1760.1766 10.0 1760.19 3.0 1760.2034 1.0 1760.2168 4.0 1760.2302 1.0 1760.2436 5.0 1760.257 5.0 1760.2704 1.0 1760.2839 2.0 1760.2973 1.0 1760.3107 1.0 1760.3241 2.0 1760.3375 10.0 1760.3509 11.0 1760.3643 8.0 1760.3777 11.0 1760.3911 5.0 1760.4045 30.0 1760.4179 46.0 1760.4313 19.0 1760.4447 22.0 1760.4581 9.0 1760.4715 6.0 1760.485 5.0 1760.4984 2.0 1760.5118 2.0 1760.5252 9.0 1760.5386 7.0 1760.552 2.0 1760.5654 5.0 1760.5788 2.0 1760.5922 5.0 1760.6056 3.0 1760.619 5.0 1760.6324 1.0 1760.6458 5.0 1760.6727 5.0 1760.6861 6.0 1760.6995 6.0 1760.7129 1.0 1760.7263 3.0 1760.7397 11.0 1760.7531 9.0 1760.7665 3.0 1760.7799 1.0 1760.7933 4.0 1760.8067 12.0 1760.8201 3.0 1760.8335 3.0 1760.847 8.0 1760.8604 7.0 1760.8738 8.0 1760.8872 9.0 1760.9006 2.0 1760.914 4.0 1760.9274 8.0 1760.9408 2.0 1760.9542 2.0 1760.9676 2.0 1760.981 8.0 1760.9945 7.0 1761.0079 7.0 1761.0213 3.0 1761.0347 6.0 1761.0481 4.0 1761.0615 4.0 1761.0749 12.0 1761.0883 11.0 1761.1017 4.0 1761.1151 2.0 1761.1285 7.0 1761.142 1.0 1761.1554 1.0 1761.1688 3.0 1761.1822 3.0 1761.1956 9.0 1761.209 7.0 1761.2224 7.0 1761.2358 5.0 1761.2492 2.0 1761.2626 3.0 1761.276 11.0 1761.2895 6.0 1761.3029 2.0 1761.3163 7.0 1761.3297 9.0 1761.3431 20.0 1761.3565 15.0 1761.3699 16.0 1761.3833 12.0 1761.3967 2.0 1761.4101 11.0 1761.4236 11.0 1761.437 8.0 1761.4504 5.0 1761.4638 6.0 1761.4772 11.0 1761.4906 7.0 1761.504 6.0 1761.5174 6.0 1761.5308 5.0 1761.5443 7.0 1761.5577 2.0 1761.5711 2.0 1761.5845 6.0 1761.5979 5.0 1761.6113 5.0 1761.6247 7.0 1761.6381 7.0 1761.665 1.0 1761.6784 1.0 1761.6918 4.0 1761.7052 8.0 1761.7186 6.0 1761.732 11.0 1761.7454 14.0 1761.7588 20.0 1761.7722 42.0 1761.7857 34.0 1761.7991 36.0 1761.8125 30.0 1761.8259 23.0 1761.8393 13.0 1761.8527 36.0 1761.8661 37.0 1761.8795 28.0 1761.893 30.0 1761.9064 8.0 1761.9198 8.0 1761.9332 11.0 1761.9466 9.0 1761.96 7.0 1761.9734 4.0 1761.9868 5.0 1762.0003 9.0 1762.0137 4.0 1762.0271 4.0 1762.0405 3.0 1762.0539 8.0 1762.0673 12.0 1762.0807 3.0 1762.0941 3.0 1762.1076 3.0 1762.121 4.0 1762.1344 9.0 1762.1478 2.0 1762.1612 8.0 1762.1746 5.0 1762.188 5.0 1762.2015 4.0 1762.2149 4.0 1762.2283 2.0 1762.2417 6.0 1762.2551 5.0 1762.2685 7.0 1762.2819 6.0 1762.2953 3.0 1762.3088 3.0 1762.3222 7.0 1762.3356 9.0 1762.349 9.0 1762.3624 8.0 1762.3758 8.0 1762.3892 4.0 1762.4027 1.0 1762.4161 3.0 1762.4295 3.0 1762.4429 10.0 1762.4563 11.0 1762.4697 8.0 1762.4831 10.0 1762.4966 1.0 1762.51 5.0 1762.5234 15.0 1762.5368 12.0 1762.5502 5.0 1762.5636 3.0 1762.5771 7.0 1762.5905 2.0 1762.6039 1.0 1762.6307 3.0 1762.6441 2.0 1762.6575 4.0 1762.671 3.0 1762.6844 12.0 1762.6978 5.0 1762.7112 7.0 1762.7246 6.0 1762.738 6.0 1762.7514 19.0 1762.7649 27.0 1762.7783 40.0 1762.7917 36.0 1762.8051 30.0 1762.8185 32.0 1762.8319 36.0 1762.8454 51.0 1762.8588 25.0 1762.8722 31.0 1762.8856 32.0 1762.899 14.0 1762.9124 15.0 1762.9259 10.0 1762.9393 5.0 1762.9527 14.0 1762.9661 12.0 1762.9795 5.0 1762.9929 15.0 1763.0064 12.0 1763.0198 4.0 1763.0332 2.0 1763.0466 1.0 1763.06 1.0 1763.0734 6.0 1763.0869 5.0 1763.1003 2.0 1763.1137 7.0 1763.1271 6.0 1763.1405 5.0 1763.1539 4.0 1763.1674 1.0 1763.1808 5.0 1763.1942 4.0 1763.2076 2.0 1763.221 3.0 1763.2344 2.0 1763.2479 3.0 1763.2613 4.0 1763.2747 5.0 1763.2881 2.0 1763.3015 2.0 1763.3149 4.0 1763.3284 3.0 1763.3418 1.0 1763.3552 5.0 1763.3686 10.0 1763.382 8.0 1763.3955 6.0 1763.4089 8.0 1763.4223 6.0 1763.4357 6.0 1763.4491 3.0 1763.4625 4.0 1763.476 2.0 1763.4894 2.0 1763.5028 3.0 1763.5162 2.0 1763.5296 1.0 1763.5431 5.0 1763.5565 7.0 1763.5699 3.0 1763.5833 7.0 1763.5967 5.0 1763.6102 2.0 1763.6236 6.0 1763.637 5.0 1763.6504 3.0 1763.6638 6.0 1763.6772 2.0 1763.6907 2.0 1763.7041 4.0 1763.7175 5.0 1763.7309 8.0 1763.7443 1.0 1763.7578 6.0 1763.7712 12.0 1763.7846 14.0 1763.798 20.0 1763.8114 33.0 1763.8249 22.0 1763.8383 29.0 1763.8517 29.0 1763.8651 3.0 1763.8785 3.0 1763.892 7.0 1763.9054 9.0 1763.9188 10.0 1763.9322 2.0 1763.9456 12.0 1763.9591 12.0 1763.9725 12.0 1763.9859 10.0 1763.9993 9.0 1764.0127 8.0 1764.0262 10.0 1764.0396 6.0 1764.053 11.0 1764.0664 11.0 1764.0798 4.0 1764.0933 13.0 1764.1067 14.0 1764.1201 9.0 1764.1335 5.0 1764.1469 9.0 1764.1604 4.0 1764.1872 1.0 1764.2006 3.0 1764.2141 10.0 1764.2275 6.0 1764.2409 2.0 1764.2543 7.0 1764.2677 8.0 1764.2812 2.0 1764.2946 11.0 1764.308 10.0 1764.3214 15.0 1764.3348 3.0 1764.3483 6.0 1764.3617 6.0 1764.3751 4.0 1764.3885 4.0 1764.402 2.0 1764.4154 6.0 1764.4288 6.0 1764.4422 6.0 1764.4691 5.0 1764.4825 5.0 1764.4959 2.0 1764.5093 8.0 1764.5228 4.0 1764.5362 5.0 1764.5496 6.0 1764.563 5.0 1764.5764 8.0 1764.5899 5.0 1764.6033 5.0 1764.6167 6.0 1764.6301 7.0 1764.6436 4.0 1764.6704 2.0 1764.6838 2.0 1764.6972 5.0 1764.7107 2.0 1764.7241 1.0 1764.7375 5.0 1764.7509 14.0 1764.7644 6.0 1764.7778 8.0 1764.7912 9.0 1764.8046 15.0 1764.8181 20.0 1764.8315 13.0 1764.8449 7.0 1764.8583 1.0 1764.8718 9.0 1764.8852 4.0 1764.8986 5.0 1764.912 4.0 1764.9254 7.0 1764.9389 3.0 1764.9523 8.0 1764.9657 6.0 1764.9791 2.0 1765.006 8.0 1765.0194 8.0 1765.0328 3.0 1765.0463 3.0 1765.0597 5.0 1765.0731 6.0 1765.0865 1.0 1765.1 5.0 1765.1134 6.0 1765.1268 2.0 1765.1402 9.0 1765.1537 4.0 1765.1671 2.0 1765.1805 12.0 1765.1939 8.0 1765.2074 14.0 1765.2208 7.0 1765.2342 3.0 1765.2476 7.0 1765.2611 5.0 1765.2745 9.0 1765.2879 5.0 1765.3013 4.0 1765.3148 7.0 1765.3282 12.0 1765.3416 10.0 1765.355 8.0 1765.3685 4.0 1765.3819 7.0 1765.3953 7.0 1765.4087 5.0 1765.4222 1.0 1765.4356 5.0 1765.449 7.0 1765.4624 3.0 1765.4759 1.0 1765.4893 2.0 1765.5027 1.0 1765.5162 3.0 1765.5296 2.0 1765.543 3.0 1765.5564 2.0 1765.5699 6.0 1765.5833 1.0 1765.5967 2.0 1765.6101 5.0 1765.6236 4.0 1765.637 7.0 1765.6504 10.0 1765.6638 3.0 1765.6773 4.0 1765.6907 6.0 1765.7041 3.0 1765.7175 3.0 1765.731 2.0 1765.7444 3.0 1765.7578 6.0 1765.7713 3.0 1765.7847 1.0 1765.7981 3.0 1765.8115 6.0 1765.825 7.0 1765.8384 4.0 1765.8518 10.0 1765.8652 3.0 1765.8787 5.0 1765.8921 13.0 1765.9055 4.0 1765.919 6.0 1765.9324 6.0 1765.9458 7.0 1765.9592 6.0 1765.9727 2.0 1765.9861 4.0 1765.9995 4.0 1766.013 5.0 1766.0264 4.0 1766.0398 6.0 1766.0532 5.0 1766.0667 3.0 1766.0801 2.0 1766.0935 4.0 1766.107 4.0 1766.1204 4.0 1766.1338 10.0 1766.1472 6.0 1766.1607 2.0 1766.1741 3.0 1766.1875 11.0 1766.201 6.0 1766.2144 3.0 1766.2278 5.0 1766.2412 8.0 1766.2547 7.0 1766.2681 8.0 1766.2815 7.0 1766.295 3.0 1766.3084 6.0 1766.3218 6.0 1766.3352 1.0 1766.3487 6.0 1766.3621 3.0 1766.3755 3.0 1766.389 5.0 1766.4024 5.0 1766.4158 5.0 1766.4292 8.0 1766.4427 7.0 1766.4561 1.0 1766.4695 5.0 1766.483 1.0 1766.4964 4.0 1766.5098 10.0 1766.5233 3.0 1766.5367 2.0 1766.5501 4.0 1766.5635 5.0 1766.577 1.0 1766.5904 3.0 1766.6038 1.0 1766.6173 3.0 1766.6307 4.0 1766.6441 2.0 1766.6576 8.0 1766.671 10.0 1766.6844 5.0 1766.6979 3.0 1766.7113 1.0 1766.7247 3.0 1766.7381 11.0 1766.7516 9.0 1766.765 2.0 1766.7784 2.0 1766.7919 1.0 1766.8053 3.0 1766.8187 6.0 1766.8322 7.0 1766.8456 2.0 1766.859 2.0 1766.8725 2.0 1766.8859 3.0 1766.8993 3.0 1766.9128 4.0 1766.9262 5.0 1766.9396 1.0 1766.953 4.0 1766.9665 2.0 1766.9799 6.0 1766.9933 13.0 1767.0068 4.0 1767.0202 4.0 1767.0336 1.0 1767.0471 1.0 1767.0605 5.0 1767.0739 11.0 1767.0874 3.0 1767.1008 6.0 1767.1142 3.0 1767.1277 1.0 1767.1411 3.0 1767.1545 7.0 1767.168 3.0 1767.1814 4.0 1767.1948 2.0 1767.2083 6.0 1767.2217 4.0 1767.2351 6.0 1767.2486 2.0 1767.262 3.0 1767.2754 2.0 1767.2889 2.0 1767.3023 9.0 1767.3157 2.0 1767.3292 5.0 1767.3426 4.0 1767.356 10.0 1767.3695 8.0 1767.3829 11.0 1767.3963 8.0 1767.4098 3.0 1767.4232 4.0 1767.4501 5.0 1767.4635 4.0 1767.4769 7.0 1767.4904 8.0 1767.5038 3.0 1767.5172 3.0 1767.5307 4.0 1767.5441 9.0 1767.5575 9.0 1767.571 4.0 1767.5844 3.0 1767.5978 7.0 1767.6113 9.0 1767.6247 9.0 1767.6381 2.0 1767.6516 3.0 1767.665 2.0 1767.6784 9.0 1767.6919 3.0 1767.7053 2.0 1767.7187 5.0 1767.7322 3.0 1767.7456 8.0 1767.759 4.0 1767.7725 5.0 1767.7859 3.0 1767.7993 2.0 1767.8128 4.0 1767.8262 7.0 1767.8396 4.0 1767.8531 9.0 1767.8665 7.0 1767.88 3.0 1767.8934 2.0 1767.9068 4.0 1767.9203 6.0 1767.9337 8.0 1767.9471 11.0 1767.9606 10.0 1767.974 6.0 1767.9874 5.0 1768.0009 7.0 1768.0143 10.0 1768.0277 11.0 1768.0412 7.0 1768.0546 7.0 1768.0681 9.0 1768.0815 4.0 1768.0949 1.0 1768.1084 2.0 1768.1218 9.0 1768.1352 3.0 1768.1487 3.0 1768.1621 3.0 1768.1755 12.0 1768.189 17.0 1768.2024 5.0 1768.2159 7.0 1768.2293 9.0 1768.2427 13.0 1768.2562 10.0 1768.2696 3.0 1768.283 1.0 1768.2965 2.0 1768.3099 6.0 1768.3233 3.0 1768.3368 2.0 1768.3502 6.0 1768.3637 7.0 1768.3771 2.0 1768.3905 1.0 1768.404 2.0 1768.4174 2.0 1768.4308 4.0 1768.4443 8.0 1768.4577 6.0 1768.4712 5.0 1768.4846 2.0 1768.498 1.0 1768.5115 3.0 1768.5249 3.0 1768.5383 4.0 1768.5518 1.0 1768.5652 1.0 1768.5787 1.0 1768.5921 2.0 1768.6055 4.0 1768.619 6.0 1768.6324 4.0 1768.6458 6.0 1768.6593 4.0 1768.6727 3.0 1768.6862 5.0 1768.6996 5.0 1768.713 3.0 1768.7265 3.0 1768.7399 4.0 1768.7534 3.0 1768.7668 4.0 1768.7802 3.0 1768.7937 12.0 1768.8071 7.0 1768.8205 8.0 1768.834 3.0 1768.8474 5.0 1768.8609 2.0 1768.8743 3.0 1768.8877 2.0 1768.9012 4.0 1768.9146 2.0 1768.9281 1.0 1768.9415 2.0 1768.9549 1.0 1768.9684 3.0 1768.9818 13.0 1768.9953 8.0 1769.0087 3.0 1769.0221 8.0 1769.0356 12.0 1769.049 9.0 1769.0625 2.0 1769.0759 4.0 1769.0893 3.0 1769.1028 2.0 1769.1162 4.0 1769.1297 9.0 1769.1431 3.0 1769.1565 3.0 1769.17 11.0 1769.1834 2.0 1769.1969 10.0 1769.2103 7.0 1769.2237 4.0 1769.2372 9.0 1769.2506 6.0 1769.2641 9.0 1769.2775 8.0 1769.2909 5.0 1769.3044 4.0 1769.3178 1.0 1769.3313 1.0 1769.3447 1.0 1769.3581 4.0 1769.3716 2.0 1769.385 7.0 1769.3985 3.0 1769.4119 1.0 1769.4253 3.0 1769.4388 10.0 1769.4522 7.0 1769.4657 5.0 1769.4791 9.0 1769.4926 9.0 1769.506 3.0 1769.5194 3.0 1769.5329 3.0 1769.5463 1.0 1769.5598 2.0 1769.5732 7.0 1769.5866 4.0 1769.6001 1.0 1769.6135 1.0 1769.627 4.0 1769.6404 6.0 1769.6539 3.0 1769.6673 5.0 1769.6807 11.0 1769.6942 10.0 1769.7076 6.0 1769.7211 5.0 1769.7345 7.0 1769.7479 3.0 1769.7614 1.0 1769.7748 8.0 1769.7883 1.0 1769.8152 3.0 1769.8286 4.0 1769.842 8.0 1769.8555 5.0 1769.8689 6.0 1769.8824 5.0 1769.8958 2.0 1769.9093 9.0 1769.9227 1.0 1769.9361 1.0 1769.9496 1.0 1769.963 3.0 1769.9765 2.0 1769.9899 14.0 1770.0034 11.0 1770.0168 4.0 1770.0303 6.0 1770.0437 12.0 1770.0571 17.0 1770.0706 10.0 1770.084 6.0 1770.0975 5.0 1770.1109 9.0 1770.1244 10.0 1770.1378 9.0 1770.1512 21.0 1770.1647 17.0 1770.1781 6.0 1770.1916 2.0 1770.205 7.0 1770.2185 1.0 1770.2319 4.0 1770.2454 2.0 1770.2588 6.0 1770.2722 3.0 1770.2857 7.0 1770.2991 3.0 1770.3126 2.0 1770.326 3.0 1770.3395 2.0 1770.3529 6.0 1770.3664 2.0 1770.3798 2.0 1770.3932 6.0 1770.4067 4.0 1770.4201 4.0 1770.4336 7.0 1770.447 6.0 1770.4605 4.0 1770.4739 8.0 1770.4874 10.0 1770.5008 7.0 1770.5277 3.0 1770.5411 3.0 1770.5546 2.0 1770.568 3.0 1770.5815 2.0 1770.5949 11.0 1770.6084 7.0 1770.6218 1.0 1770.6353 4.0 1770.6487 7.0 1770.6756 2.0 1770.689 6.0 1770.7025 5.0 1770.7159 1.0 1770.7294 4.0 1770.7428 6.0 1770.7563 9.0 1770.7697 5.0 1770.7832 1.0 1770.7966 1.0 1770.8101 1.0 1770.8235 11.0 1770.837 8.0 1770.8504 1.0 1770.8638 1.0 1770.8773 2.0 1770.8907 3.0 1770.9042 4.0 1770.9176 3.0 1770.9311 5.0 1770.9445 1.0 1770.958 1.0 1770.9714 6.0 1770.9849 5.0 1770.9983 4.0 1771.0118 11.0 1771.0252 15.0 1771.0387 8.0 1771.0521 5.0 1771.0655 13.0 1771.079 10.0 1771.0924 7.0 1771.1059 2.0 1771.1193 3.0 1771.1328 5.0 1771.1462 4.0 1771.1597 1.0 1771.1731 6.0 1771.1866 3.0 1771.2 2.0 1771.2135 6.0 1771.2269 1.0 1771.2404 8.0 1771.2538 14.0 1771.2673 9.0 1771.2807 1.0 1771.2942 5.0 1771.3076 3.0 1771.3211 4.0 1771.3345 4.0 1771.348 6.0 1771.3614 3.0 1771.3749 6.0 1771.3883 4.0 1771.4018 6.0 1771.4152 3.0 1771.4286 2.0 1771.4421 7.0 1771.4555 2.0 1771.4959 3.0 1771.5093 7.0 1771.5228 2.0 1771.5362 4.0 1771.5497 7.0 1771.5631 12.0 1771.5766 9.0 1771.59 11.0 1771.6035 8.0 1771.6169 5.0 1771.6304 4.0 1771.6438 6.0 1771.6573 5.0 1771.6707 2.0 1771.6842 4.0 1771.6976 5.0 1771.7111 4.0 1771.7245 6.0 1771.738 6.0 1771.7514 2.0 1771.7649 4.0 1771.7783 8.0 1771.7918 3.0 1771.8052 2.0 1771.8187 2.0 1771.8321 4.0 1771.8456 9.0 1771.859 9.0 1771.8725 13.0 1771.8859 3.0 1771.8994 3.0 1771.9128 2.0 1771.9263 4.0 1771.9397 11.0 1771.9532 7.0 1771.9666 1.0 1771.9801 7.0 1771.9935 4.0 1772.007 2.0 1772.0204 5.0 1772.0339 2.0 1772.0473 8.0 1772.0608 5.0 1772.0743 6.0 1772.0877 9.0 1772.1012 8.0 1772.1146 5.0 1772.1281 1.0 1772.1415 4.0 1772.155 2.0 1772.1684 4.0 1772.1819 5.0 1772.1953 7.0 1772.2088 3.0 1772.2222 4.0 1772.2357 5.0 1772.2491 8.0 1772.2626 3.0 1772.276 1.0 1772.2895 5.0 1772.3029 2.0 1772.3164 2.0 1772.3433 4.0 1772.3567 4.0 1772.3702 7.0 1772.3836 4.0 1772.3971 3.0 1772.4105 5.0 1772.424 10.0 1772.4375 6.0 1772.4509 9.0 1772.4644 3.0 1772.4778 4.0 1772.4913 1.0 1772.5047 3.0 1772.5182 2.0 1772.5316 1.0 1772.5451 2.0 1772.5585 2.0 1772.572 5.0 1772.5854 6.0 1772.5989 4.0 1772.6123 4.0 1772.6258 2.0 1772.6393 3.0 1772.6527 7.0 1772.6662 1.0 1772.6796 1.0 1772.6931 7.0 1772.7065 4.0 1772.72 3.0 1772.7334 5.0 1772.7469 7.0 1772.7603 2.0 1772.7738 3.0 1772.7872 3.0 1772.8007 2.0 1772.8141 6.0 1772.8276 1.0 1772.8411 4.0 1772.8545 1.0 1772.868 2.0 1772.8814 3.0 1772.8949 2.0 1772.9083 6.0 1772.9218 4.0 1772.9352 3.0 1772.9487 6.0 1772.9621 11.0 1772.9756 1.0 1772.9891 2.0 1773.0025 4.0 1773.016 7.0 1773.0294 6.0 1773.0429 2.0 1773.0563 2.0 1773.0698 2.0 1773.0832 10.0 1773.0967 3.0 1773.1236 2.0 1773.1371 4.0 1773.1505 5.0 1773.164 14.0 1773.1774 4.0 1773.1909 2.0 1773.2043 6.0 1773.2178 3.0 1773.2313 3.0 1773.2447 9.0 1773.2582 4.0 1773.2716 6.0 1773.2851 3.0 1773.2985 7.0 1773.312 1.0 1773.3254 4.0 1773.3389 1.0 1773.3524 2.0 1773.3658 1.0 1773.3793 4.0 1773.3927 12.0 1773.4062 5.0 1773.4196 7.0 1773.4331 7.0 1773.4465 4.0 1773.46 3.0 1773.4735 1.0 1773.4869 3.0 1773.5004 3.0 1773.5138 2.0 1773.5273 1.0 1773.5407 2.0 1773.5542 10.0 1773.5677 7.0 1773.5811 1.0 1773.5946 7.0 1773.608 9.0 1773.6215 6.0 1773.6349 3.0 1773.6484 3.0 1773.6619 4.0 1773.6753 5.0 1773.6888 5.0 1773.7022 1.0 1773.7157 6.0 1773.7291 3.0 1773.7426 4.0 1773.7561 3.0 1773.7695 2.0 1773.783 5.0 1773.7964 6.0 1773.8099 2.0 1773.8234 2.0 1773.8368 4.0 1773.8503 10.0 1773.8637 1.0 1773.8772 3.0 1773.8906 2.0 1773.9041 1.0 1773.9176 4.0 1773.931 2.0 1773.9445 2.0 1773.9579 4.0 1773.9849 1.0 1773.9983 1.0 1774.0252 4.0 1774.0387 4.0 1774.0521 6.0 1774.0791 4.0 1774.0925 7.0 1774.106 5.0 1774.1194 2.0 1774.1329 5.0 1774.1464 10.0 1774.1598 4.0 1774.1733 2.0 1774.1867 8.0 1774.2002 9.0 1774.2137 5.0 1774.2271 3.0 1774.2406 8.0 1774.254 10.0 1774.2675 4.0 1774.281 4.0 1774.2944 5.0 1774.3079 8.0 1774.3213 2.0 1774.3348 3.0 1774.3483 5.0 1774.3617 6.0 1774.3752 5.0 1774.3886 8.0 1774.4021 8.0 1774.4156 5.0 1774.429 6.0 1774.4425 4.0 1774.4559 4.0 1774.4694 9.0 1774.4829 1.0 1774.4963 4.0 1774.5098 6.0 1774.5232 3.0 1774.5367 2.0 1774.5502 10.0 1774.5636 4.0 1774.5771 3.0 1774.5905 1.0 1774.604 3.0 1774.6309 6.0 1774.6444 4.0 1774.6713 1.0 1774.6848 3.0 1774.6982 7.0 1774.7117 6.0 1774.7252 4.0 1774.7386 4.0 1774.7521 3.0 1774.7655 4.0 1774.779 4.0 1774.7925 9.0 1774.8059 9.0 1774.8194 6.0 1774.8328 6.0 1774.8463 1.0 1774.8598 4.0 1774.8732 6.0 1774.8867 4.0 1774.9002 2.0 1774.9136 3.0 1774.9271 6.0 1774.9405 2.0 1774.954 6.0 1774.9675 5.0 1774.9809 6.0 1774.9944 2.0 1775.0079 7.0 1775.0213 6.0 1775.0348 18.0 1775.0482 17.0 1775.0617 1.0 1775.0752 5.0 1775.0886 3.0 1775.1021 1.0 1775.1156 4.0 1775.129 4.0 1775.1425 6.0 1775.1559 7.0 1775.1694 7.0 1775.1829 7.0 1775.1963 8.0 1775.2098 2.0 1775.2233 12.0 1775.2367 9.0 1775.2502 5.0 1775.2637 2.0 1775.2771 11.0 1775.2906 11.0 1775.304 8.0 1775.3175 4.0 1775.331 3.0 1775.3444 4.0 1775.3579 3.0 1775.3714 2.0 1775.3848 4.0 1775.3983 8.0 1775.4118 6.0 1775.4252 3.0 1775.4387 2.0 1775.4521 3.0 1775.4656 7.0 1775.4791 7.0 1775.4925 3.0 1775.506 4.0 1775.5195 2.0 1775.5329 8.0 1775.5464 4.0 1775.5599 2.0 1775.5733 1.0 1775.5868 3.0 1775.6003 8.0 1775.6272 3.0 1775.6406 4.0 1775.6541 7.0 1775.6676 5.0 1775.681 6.0 1775.6945 2.0 1775.708 6.0 1775.7214 1.0 1775.7349 7.0 1775.7484 5.0 1775.7618 5.0 1775.7753 3.0 1775.7888 1.0 1775.8022 2.0 1775.8157 4.0 1775.8292 1.0 1775.8426 5.0 1775.8561 7.0 1775.8696 3.0 1775.883 1.0 1775.8965 4.0 1775.91 9.0 1775.9234 4.0 1775.9369 3.0 1775.9504 4.0 1775.9638 2.0 1775.9773 13.0 1775.9908 12.0 1776.0042 6.0 1776.0177 2.0 1776.0312 3.0 1776.0446 1.0 1776.0581 8.0 1776.0716 4.0 1776.085 3.0 1776.112 5.0 1776.1254 2.0 1776.1389 2.0 1776.1524 4.0 1776.1658 3.0 1776.1793 5.0 1776.1928 2.0 1776.2062 2.0 1776.2197 3.0 1776.2332 3.0 1776.2466 2.0 1776.2601 3.0 1776.2736 6.0 1776.287 9.0 1776.3005 8.0 1776.314 1.0 1776.3274 4.0 1776.3409 3.0 1776.3544 10.0 1776.3678 5.0 1776.3948 4.0 1776.4082 5.0 1776.4217 1.0 1776.4352 4.0 1776.4486 3.0 1776.4621 4.0 1776.4756 8.0 1776.489 3.0 1776.5025 7.0 1776.516 3.0 1776.5294 6.0 1776.5429 3.0 1776.5564 3.0 1776.5698 7.0 1776.5833 7.0 1776.5968 2.0 1776.6103 6.0 1776.6237 2.0 1776.6372 4.0 1776.6507 5.0 1776.6641 2.0 1776.6776 5.0 1776.6911 9.0 1776.7045 8.0 1776.718 6.0 1776.7315 9.0 1776.7449 4.0 1776.7584 7.0 1776.7719 1.0 1776.7854 3.0 1776.7988 2.0 1776.8123 4.0 1776.8258 5.0 1776.8392 2.0 1776.8527 9.0 1776.8662 13.0 1776.8796 1.0 1776.8931 4.0 1776.9066 6.0 1776.92 7.0 1776.9335 3.0 1776.947 3.0 1776.9605 2.0 1776.9739 2.0 1776.9874 3.0 1777.0009 7.0 1777.0143 10.0 1777.0278 1.0 1777.0413 1.0 1777.0547 3.0 1777.0682 4.0 1777.0817 8.0 1777.0952 12.0 1777.1086 5.0 1777.1221 6.0 1777.1356 6.0 1777.149 10.0 1777.1625 6.0 1777.176 6.0 1777.1895 10.0 1777.2029 5.0 1777.2164 10.0 1777.2299 8.0 1777.2433 3.0 1777.2568 1.0 1777.2703 5.0 1777.2838 3.0 1777.2972 2.0 1777.3107 4.0 1777.3242 1.0 1777.3376 4.0 1777.3511 5.0 1777.3646 5.0 1777.3781 4.0 1777.3915 2.0 1777.405 3.0 1777.4185 4.0 1777.4319 4.0 1777.4454 4.0 1777.4589 3.0 1777.4724 6.0 1777.4858 10.0 1777.4993 2.0 1777.5128 1.0 1777.5262 2.0 1777.5397 6.0 1777.5532 2.0 1777.5667 1.0 1777.5801 5.0 1777.5936 4.0 1777.6071 3.0 1777.6205 5.0 1777.634 3.0 1777.6475 1.0 1777.661 6.0 1777.6744 11.0 1777.6879 6.0 1777.7014 4.0 1777.7149 7.0 1777.7283 11.0 1777.7553 5.0 1777.7687 10.0 1777.7822 5.0 1777.7957 5.0 1777.8092 8.0 1777.8226 11.0 1777.8361 5.0 1777.8631 6.0 1777.8765 4.0 1777.89 4.0 1777.9035 1.0 1777.917 1.0 1777.9304 2.0 1777.9439 2.0 1777.9574 1.0 1777.9708 6.0 1777.9843 1.0 1777.9978 2.0 1778.0113 6.0 1778.0247 4.0 1778.0382 4.0 1778.0517 9.0 1778.0652 3.0 1778.0786 5.0 1778.0921 1.0 1778.1056 1.0 1778.1191 1.0 1778.1325 4.0 1778.146 6.0 1778.1595 9.0 1778.173 4.0 1778.1864 2.0 1778.1999 3.0 1778.2134 14.0 1778.2269 4.0 1778.2403 3.0 1778.2538 5.0 1778.2673 1.0 1778.2808 3.0 1778.2942 8.0 1778.3077 3.0 1778.3212 1.0 1778.3347 5.0 1778.3481 3.0 1778.3616 1.0 1778.3751 5.0 1778.3886 8.0 1778.402 7.0 1778.4155 13.0 1778.429 5.0 1778.4425 5.0 1778.4559 2.0 1778.4694 1.0 1778.4829 2.0 1778.4964 1.0 1778.5098 5.0 1778.5233 2.0 1778.5368 3.0 1778.5503 4.0 1778.5637 1.0 1778.5772 7.0 1778.5907 10.0 1778.6042 7.0 1778.6177 4.0 1778.6311 4.0 1778.6446 1.0 1778.6581 4.0 1778.6716 2.0 1778.685 8.0 1778.6985 12.0 1778.712 1.0 1778.7255 2.0 1778.7389 1.0 1778.7524 3.0 1778.7659 4.0 1778.7794 3.0 1778.7928 4.0 1778.8063 4.0 1778.8198 1.0 1778.8333 3.0 1778.8468 3.0 1778.8602 3.0 1778.8737 3.0 1778.8872 1.0 1778.9007 1.0 1778.9141 9.0 1778.9276 4.0 1778.9411 4.0 1778.9546 3.0 1778.9681 4.0 1778.9815 10.0 1778.995 3.0 1779.0085 5.0 1779.022 6.0 1779.0354 9.0 1779.0489 14.0 1779.0624 5.0 1779.0759 2.0 1779.0894 2.0 1779.1028 2.0 1779.1163 2.0 1779.1298 2.0 1779.1433 3.0 1779.1567 8.0 1779.1702 12.0 1779.1837 6.0 1779.1972 9.0 1779.2107 6.0 1779.2241 3.0 1779.2376 7.0 1779.2511 6.0 1779.2646 4.0 1779.2781 1.0 1779.2915 3.0 1779.305 1.0 1779.3185 3.0 1779.332 7.0 1779.3454 2.0 1779.3589 7.0 1779.3724 8.0 1779.3859 4.0 1779.3994 3.0 1779.4263 10.0 1779.4398 3.0 1779.4533 6.0 1779.4668 10.0 1779.4802 1.0 1779.4937 2.0 1779.5072 6.0 1779.5207 11.0 1779.5342 3.0 1779.5476 2.0 1779.5611 2.0 1779.5746 3.0 1779.5881 3.0 1779.6016 8.0 1779.615 8.0 1779.6285 5.0 1779.642 3.0 1779.6555 2.0 1779.669 3.0 1779.6824 1.0 1779.6959 8.0 1779.7094 6.0 1779.7229 1.0 1779.7364 1.0 1779.7498 3.0 1779.7633 2.0 1779.7768 3.0 1779.7903 6.0 1779.8038 3.0 1779.8172 4.0 1779.8307 3.0 1779.8442 1.0 1779.8577 6.0 1779.8712 4.0 1779.8846 4.0 1779.8981 1.0 1779.9116 3.0 1779.9251 6.0 1779.9386 12.0 1779.9521 19.0 1779.9655 9.0 1779.979 8.0 1779.9925 1.0 1780.0195 5.0 1780.0329 12.0 1780.0464 7.0 1780.0599 6.0 1780.0734 1.0 1780.0869 2.0 1780.1004 4.0 1780.1138 6.0 1780.1273 14.0 1780.1408 11.0 1780.1543 4.0 1780.1678 3.0 1780.1812 4.0 1780.1947 7.0 1780.2082 6.0 1780.2217 8.0 1780.2352 5.0 1780.2487 5.0 1780.2621 3.0 1780.2756 5.0 1780.2891 9.0 1780.3026 7.0 1780.3161 1.0 1780.3296 5.0 1780.343 4.0 1780.37 4.0 1780.3835 3.0 1780.397 8.0 1780.4105 7.0 1780.4239 3.0 1780.4374 4.0 1780.4509 3.0 1780.4644 7.0 1780.4779 5.0 1780.4914 3.0 1780.5048 6.0 1780.5183 9.0 1780.5318 6.0 1780.5453 3.0 1780.5588 5.0 1780.5723 1.0 1780.5857 3.0 1780.5992 4.0 1780.6127 1.0 1780.6262 2.0 1780.6397 5.0 1780.6532 13.0 1780.6666 9.0 1780.6801 8.0 1780.6936 1.0 1780.7071 2.0 1780.7206 9.0 1780.7341 10.0 1780.7475 13.0 1780.761 5.0 1780.7745 3.0 1780.788 6.0 1780.8015 3.0 1780.815 2.0 1780.8285 3.0 1780.8419 1.0 1780.8554 2.0 1780.8689 2.0 1780.8824 1.0 1780.8959 3.0 1780.9094 4.0 1780.9228 5.0 1780.9363 9.0 1780.9498 6.0 1780.9633 4.0 1780.9768 2.0 1780.9903 8.0 1781.0038 1.0 1781.0172 1.0 1781.0307 1.0 1781.0442 6.0 1781.0577 2.0 1781.0712 6.0 1781.0847 7.0 1781.0982 6.0 1781.1116 3.0 1781.1251 3.0 1781.1386 8.0 1781.1521 9.0 1781.1656 3.0 1781.1791 10.0 1781.1926 1.0 1781.206 2.0 1781.2195 11.0 1781.233 4.0 1781.2465 1.0 1781.26 5.0 1781.2735 7.0 1781.287 4.0 1781.3005 2.0 1781.3139 1.0 1781.3274 3.0 1781.3409 3.0 1781.3544 4.0 1781.3679 2.0 1781.3814 2.0 1781.3949 1.0 1781.4218 5.0 1781.4353 17.0 1781.4488 8.0 1781.4623 3.0 1781.4758 1.0 1781.4893 3.0 1781.5028 4.0 1781.5297 5.0 1781.5432 2.0 1781.5567 5.0 1781.5702 1.0 1781.5837 3.0 1781.5972 1.0 1781.6107 3.0 1781.6241 6.0 1781.6376 6.0 1781.6511 1.0 1781.6646 4.0 1781.6781 4.0 1781.6916 2.0 1781.7051 3.0 1781.7186 3.0 1781.732 2.0 1781.7455 5.0 1781.759 4.0 1781.7725 4.0 1781.786 4.0 1781.7995 2.0 1781.813 2.0 1781.8265 3.0 1781.84 4.0 1781.8534 12.0 1781.8669 13.0 1781.8804 3.0 1781.8939 3.0 1781.9074 8.0 1781.9209 13.0 1781.9344 9.0 1781.9479 8.0 1781.9614 10.0 1781.9748 10.0 1781.9883 7.0 1782.0018 3.0 1782.0153 5.0 1782.0288 2.0 1782.0423 5.0 1782.0558 6.0 1782.0693 6.0 1782.0828 4.0 1782.0962 4.0 1782.1097 8.0 1782.1232 1.0 1782.1367 5.0 1782.1502 6.0 1782.1637 4.0 1782.1772 4.0 1782.1907 1.0 1782.2042 4.0 1782.2177 8.0 1782.2311 5.0 1782.2446 5.0 1782.2581 3.0 1782.2716 8.0 1782.2851 8.0 1782.2986 4.0 1782.3121 1.0 1782.3256 2.0 1782.3391 10.0 1782.3526 4.0 1782.366 8.0 1782.3795 13.0 1782.393 5.0 1782.4065 4.0 1782.42 1.0 1782.447 5.0 1782.4605 2.0 1782.474 5.0 1782.4875 9.0 1782.501 8.0 1782.5144 9.0 1782.5279 2.0 1782.5414 6.0 1782.5549 4.0 1782.5684 2.0 1782.5819 4.0 1782.5954 2.0 1782.6089 6.0 1782.6224 5.0 1782.6359 5.0 1782.6629 7.0 1782.6763 4.0 1782.6898 5.0 1782.7033 6.0 1782.7168 3.0 1782.7303 3.0 1782.7438 3.0 1782.7573 6.0 1782.7708 5.0 1782.7843 6.0 1782.7978 2.0 1782.8113 7.0 1782.8248 7.0 1782.8382 2.0 1782.8517 4.0 1782.8652 3.0 1782.8787 1.0 1782.9057 4.0 1782.9192 4.0 1782.9327 10.0 1782.9462 7.0 1782.9597 2.0 1782.9732 2.0 1782.9867 3.0 1783.0002 8.0 1783.0137 5.0 1783.0271 1.0 1783.0406 2.0 1783.0541 3.0 1783.0676 5.0 1783.0811 15.0 1783.0946 11.0 1783.1081 11.0 1783.1216 6.0 1783.1351 10.0 1783.1486 8.0 1783.1621 6.0 1783.1756 14.0 1783.1891 8.0 1783.2026 3.0 1783.2161 3.0 1783.2296 6.0 1783.243 13.0 1783.2565 10.0 1783.27 3.0 1783.2835 6.0 1783.297 6.0 1783.3105 9.0 1783.324 5.0 1783.3375 2.0 1783.351 4.0 1783.3645 4.0 1783.378 4.0 1783.3915 5.0 1783.405 7.0 1783.4185 4.0 1783.432 8.0 1783.4455 1.0 1783.4724 2.0 1783.4859 3.0 1783.4994 6.0 1783.5129 14.0 1783.5264 5.0 1783.5399 3.0 1783.5534 1.0 1783.5669 3.0 1783.5804 8.0 1783.5939 4.0 1783.6074 2.0 1783.6209 1.0 1783.6344 4.0 1783.6479 3.0 1783.6614 7.0 1783.6749 3.0 1783.6884 2.0 1783.7019 3.0 1783.7154 8.0 1783.7289 8.0 1783.7424 6.0 1783.7559 1.0 1783.7693 1.0 1783.7828 4.0 1783.7963 9.0 1783.8098 12.0 1783.8233 3.0 1783.8368 7.0 1783.8503 3.0 1783.8638 9.0 1783.8773 7.0 1783.8908 8.0 1783.9043 6.0 1783.9178 3.0 1783.9313 3.0 1783.9448 7.0 1783.9583 10.0 1783.9718 6.0 1783.9853 8.0 1783.9988 3.0 1784.0123 13.0 1784.0258 10.0 1784.0393 3.0 1784.0528 5.0 1784.0663 6.0 1784.0798 5.0 1784.0933 11.0 1784.1068 6.0 1784.1203 7.0 1784.1338 8.0 1784.1473 11.0 1784.1608 10.0 1784.1742 5.0 1784.2012 3.0 1784.2147 5.0 1784.2282 7.0 1784.2417 3.0 1784.2552 1.0 1784.2687 4.0 1784.2822 6.0 1784.2957 3.0 1784.3092 4.0 1784.3227 8.0 1784.3362 9.0 1784.3497 5.0 1784.3632 6.0 1784.3767 4.0 1784.3902 7.0 1784.4037 3.0 1784.4172 2.0 1784.4307 4.0 1784.4577 2.0 1784.4712 5.0 1784.4847 3.0 1784.4982 5.0 1784.5252 4.0 1784.5387 6.0 1784.5657 2.0 1784.5792 4.0 1784.5927 2.0 1784.6062 5.0 1784.6197 1.0 1784.6332 2.0 1784.6467 7.0 1784.6602 5.0 1784.6872 1.0 1784.7007 2.0 1784.7142 4.0 1784.7277 5.0 1784.7412 1.0 1784.7547 4.0 1784.7682 2.0 1784.7817 3.0 1784.7952 2.0 1784.8087 4.0 1784.8357 2.0 1784.8492 4.0 1784.8627 4.0 1784.8762 5.0 1784.8897 9.0 1784.9032 3.0 1784.9167 5.0 1784.9302 12.0 1784.9437 7.0 1784.9572 3.0 1784.9707 7.0 1784.9842 13.0 1784.9977 4.0 1785.0112 4.0 1785.0247 5.0 1785.0382 7.0 1785.0517 1.0 1785.0652 5.0 1785.0787 11.0 1785.0922 9.0 1785.1057 4.0 1785.1192 5.0 1785.1327 8.0 1785.1462 4.0 1785.1597 15.0 1785.1732 8.0 1785.1867 1.0 1785.2137 8.0 1785.2272 10.0 1785.2407 10.0 1785.2542 13.0 1785.2677 5.0 1785.2812 2.0 1785.2947 3.0 1785.3082 9.0 1785.3217 7.0 1785.3352 5.0 1785.3487 5.0 1785.3622 2.0 1785.3757 10.0 1785.3892 6.0 1785.4027 1.0 1785.4162 4.0 1785.4297 4.0 1785.4432 2.0 1785.4567 3.0 1785.4702 5.0 1785.4837 5.0 1785.4972 5.0 1785.5108 5.0 1785.5243 7.0 1785.5378 7.0 1785.5513 2.0 1785.5648 4.0 1785.5783 1.0 1785.5918 1.0 1785.6053 2.0 1785.6188 4.0 1785.6323 2.0 1785.6458 2.0 1785.6593 3.0 1785.6728 2.0 1785.6863 3.0 1785.6998 3.0 1785.7133 4.0 1785.7268 1.0 1785.7403 10.0 1785.7538 2.0 1785.7673 1.0 1785.7943 3.0 1785.8078 1.0 1785.8213 4.0 1785.8348 5.0 1785.8483 5.0 1785.8618 4.0 1785.8753 4.0 1785.8888 3.0 1785.9023 5.0 1785.9159 5.0 1785.9294 13.0 1785.9429 3.0 1785.9564 1.0 1785.9699 11.0 1785.9834 16.0 1785.9969 5.0 1786.0104 6.0 1786.0239 6.0 1786.0374 2.0 1786.0509 8.0 1786.0644 14.0 1786.0779 10.0 1786.0914 4.0 1786.1049 6.0 1786.1184 12.0 1786.1319 9.0 1786.1454 2.0 1786.1589 2.0 1786.1724 5.0 1786.1859 3.0 1786.1995 3.0 1786.213 2.0 1786.2265 5.0 1786.24 4.0 1786.2535 4.0 1786.267 1.0 1786.2805 1.0 1786.294 3.0 1786.3075 9.0 1786.321 3.0 1786.3345 7.0 1786.348 4.0 1786.3615 1.0 1786.375 1.0 1786.3885 3.0 1786.402 4.0 1786.4155 9.0 1786.429 6.0 1786.4426 4.0 1786.4561 9.0 1786.4696 2.0 1786.4831 5.0 1786.4966 6.0 1786.5101 3.0 1786.5236 4.0 1786.5371 6.0 1786.5506 10.0 1786.5641 2.0 1786.5776 4.0 1786.5911 5.0 1786.6046 3.0 1786.6181 3.0 1786.6316 9.0 1786.6452 7.0 1786.6587 3.0 1786.6722 3.0 1786.6857 9.0 1786.6992 1.0 1786.7127 8.0 1786.7262 2.0 1786.7397 16.0 1786.7532 5.0 1786.7802 2.0 1786.7937 11.0 1786.8072 4.0 1786.8207 9.0 1786.8343 15.0 1786.8478 6.0 1786.8613 10.0 1786.8748 8.0 1786.8883 1.0 1786.9153 2.0 1786.9288 5.0 1786.9423 2.0 1786.9558 4.0 1786.9693 2.0 1786.9828 3.0 1786.9963 2.0 1787.0099 1.0 1787.0234 1.0 1787.0369 1.0 1787.0504 4.0 1787.0639 7.0 1787.0774 6.0 1787.0909 3.0 1787.1044 4.0 1787.1179 7.0 1787.1314 3.0 1787.1449 11.0 1787.1585 2.0 1787.172 4.0 1787.1855 6.0 1787.199 1.0 1787.2125 8.0 1787.226 4.0 1787.2395 15.0 1787.253 4.0 1787.2665 5.0 1787.28 1.0 1787.2935 2.0 1787.3071 3.0 1787.3341 8.0 1787.3476 9.0 1787.3611 9.0 1787.3746 8.0 1787.3881 2.0 1787.4016 6.0 1787.4151 3.0 1787.4286 2.0 1787.4421 3.0 1787.4692 5.0 1787.4827 3.0 1787.4962 2.0 1787.5097 3.0 1787.5232 8.0 1787.5367 5.0 1787.5502 2.0 1787.5637 5.0 1787.5772 5.0 1787.5908 6.0 1787.6043 2.0 1787.6178 1.0 1787.6313 1.0 1787.6448 1.0 1787.6583 1.0 1787.6718 5.0 1787.6853 3.0 1787.6988 3.0 1787.7124 1.0 1787.7259 2.0 1787.7394 3.0 1787.7529 4.0 1787.7664 3.0 1787.7799 1.0 1787.7934 6.0 1787.8069 3.0 1787.834 3.0 1787.8475 1.0 1787.861 6.0 1787.8745 2.0 1787.888 5.0 1787.9015 7.0 1787.915 6.0 1787.9285 10.0 1787.9421 10.0 1787.9556 3.0 1787.9691 9.0 1787.9826 7.0 1787.9961 5.0 1788.0096 1.0 1788.0231 6.0 1788.0366 7.0 1788.0501 1.0 1788.0637 5.0 1788.0772 2.0 1788.0907 1.0 1788.1042 4.0 1788.1177 6.0 1788.1312 13.0 1788.1447 2.0 1788.1582 5.0 1788.1718 9.0 1788.1853 7.0 1788.1988 6.0 1788.2123 2.0 1788.2258 3.0 1788.2393 5.0 1788.2528 5.0 1788.2663 11.0 1788.2799 6.0 1788.2934 8.0 1788.3069 5.0 1788.3204 3.0 1788.3339 6.0 1788.3474 9.0 1788.3609 7.0 1788.3745 4.0 1788.388 2.0 1788.4015 1.0 1788.415 5.0 1788.4285 3.0 1788.442 1.0 1788.4555 4.0 1788.4691 4.0 1788.4826 3.0 1788.4961 3.0 1788.5096 4.0 1788.5231 4.0 1788.5366 4.0 1788.5501 4.0 1788.5636 7.0 1788.5772 1.0 1788.5907 1.0 1788.6042 2.0 1788.6177 4.0 1788.6312 4.0 1788.6583 3.0 1788.6718 1.0 1788.6853 3.0 1788.6988 7.0 1788.7123 8.0 1788.7258 3.0 1788.7393 4.0 1788.7529 3.0 1788.7664 2.0 1788.7799 2.0 1788.7934 1.0 1788.8204 2.0 1788.8339 3.0 1788.8475 2.0 1788.861 3.0 1788.8745 8.0 1788.888 14.0 1788.9015 2.0 1788.915 2.0 1788.9286 3.0 1788.9421 5.0 1788.9556 3.0 1788.9691 2.0 1788.9826 2.0 1788.9961 3.0 1789.0096 1.0 1789.0232 4.0 1789.0367 4.0 1789.0502 2.0 1789.0637 4.0 1789.0772 5.0 1789.0907 5.0 1789.1043 10.0 1789.1178 2.0 1789.1313 7.0 1789.1448 3.0 1789.1583 10.0 1789.1718 5.0 1789.1854 4.0 1789.1989 1.0 1789.2124 3.0 1789.2259 5.0 1789.2394 5.0 1789.2529 4.0 1789.2665 2.0 1789.28 1.0 1789.2935 3.0 1789.307 4.0 1789.3205 4.0 1789.334 2.0 1789.3476 5.0 1789.3611 9.0 1789.3746 6.0 1789.3881 3.0 1789.4016 5.0 1789.4151 4.0 1789.4287 10.0 1789.4422 5.0 1789.4557 1.0 1789.4692 3.0 1789.4827 3.0 1789.4963 5.0 1789.5098 3.0 1789.5233 2.0 1789.5368 9.0 1789.5503 7.0 1789.5638 3.0 1789.5774 6.0 1789.5909 1.0 1789.6044 2.0 1789.6179 5.0 1789.6314 5.0 1789.645 2.0 1789.6585 6.0 1789.6855 2.0 1789.699 2.0 1789.7125 3.0 1789.7261 4.0 1789.7396 7.0 1789.7531 4.0 1789.7666 4.0 1789.7801 6.0 1789.7937 7.0 1789.8072 8.0 1789.8207 3.0 1789.8342 1.0 1789.8477 3.0 1789.8613 4.0 1789.8748 8.0 1789.8883 1.0 1789.9018 6.0 1789.9153 4.0 1789.9288 6.0 1789.9424 5.0 1789.9559 1.0 1789.9694 5.0 1789.9829 5.0 1789.9964 10.0 1790.01 13.0 1790.0235 7.0 1790.037 1.0 1790.0505 5.0 1790.064 1.0 1790.0776 2.0 1790.0911 4.0 1790.1046 3.0 1790.1181 4.0 1790.1316 5.0 1790.1452 1.0 1790.1587 4.0 1790.1722 4.0 1790.1857 1.0 1790.1992 4.0 1790.2128 3.0 1790.2263 1.0 1790.2398 15.0 1790.2533 10.0 1790.2668 2.0 1790.2804 7.0 1790.2939 5.0 1790.3074 4.0 1790.3209 3.0 1790.3345 2.0 1790.348 13.0 1790.3615 10.0 1790.375 5.0 1790.3885 6.0 1790.4021 2.0 1790.4156 2.0 1790.4291 4.0 1790.4426 1.0 1790.4561 3.0 1790.4697 2.0 1790.4832 6.0 1790.4967 8.0 1790.5102 2.0 1790.5238 5.0 1790.5373 5.0 1790.5508 7.0 1790.5643 7.0 1790.5778 1.0 1790.5914 5.0 1790.6049 4.0 1790.6184 3.0 1790.6319 5.0 1790.6454 12.0 1790.659 5.0 1790.6725 1.0 1790.6995 1.0 1790.7131 3.0 1790.7266 2.0 1790.7401 6.0 1790.7671 2.0 1790.7942 5.0 1790.8077 5.0 1790.8212 1.0 1790.8348 2.0 1790.8483 4.0 1790.8618 13.0 1790.8753 6.0 1790.8889 4.0 1790.9024 8.0 1790.9159 6.0 1790.9294 5.0 1790.9429 11.0 1790.9565 7.0 1790.97 2.0 1790.9835 5.0 1790.997 3.0 1791.0106 3.0 1791.0241 8.0 1791.0376 6.0 1791.0511 6.0 1791.0647 7.0 1791.0782 7.0 1791.0917 8.0 1791.1052 5.0 1791.1188 9.0 1791.1323 5.0 1791.1458 4.0 1791.1593 10.0 1791.1729 3.0 1791.1864 5.0 1791.1999 2.0 1791.2134 2.0 1791.2269 1.0 1791.2405 2.0 1791.254 9.0 1791.2675 10.0 1791.281 2.0 1791.2946 2.0 1791.3081 3.0 1791.3216 5.0 1791.3351 5.0 1791.3487 3.0 1791.3622 6.0 1791.3757 5.0 1791.3892 4.0 1791.4028 4.0 1791.4163 3.0 1791.4298 2.0 1791.4433 7.0 1791.4569 8.0 1791.4704 11.0 1791.4839 2.0 1791.4974 3.0 1791.511 7.0 1791.5245 2.0 1791.538 7.0 1791.5515 6.0 1791.5651 2.0 1791.5786 1.0 1791.5921 2.0 1791.6192 2.0 1791.6327 2.0 1791.6462 5.0 1791.6598 3.0 1791.6733 2.0 1791.6868 9.0 1791.7003 3.0 1791.7139 2.0 1791.7274 2.0 1791.7409 7.0 1791.7544 7.0 1791.768 8.0 1791.7815 10.0 1791.795 7.0 1791.8085 5.0 1791.8221 2.0 1791.8356 3.0 1791.8491 11.0 1791.8626 11.0 1791.8762 11.0 1791.8897 7.0 1791.9032 2.0 1791.9168 3.0 1791.9303 6.0 1791.9438 5.0 1791.9573 4.0 1791.9709 7.0 1791.9844 6.0 1791.9979 7.0 1792.0114 2.0 1792.025 1.0 1792.0385 6.0 1792.052 6.0 1792.0656 9.0 1792.0791 4.0 1792.0926 5.0 1792.1061 7.0 1792.1197 10.0 1792.1332 3.0 1792.1467 3.0 1792.1603 11.0 1792.1738 7.0 1792.1873 2.0 1792.2008 5.0 1792.2144 6.0 1792.2279 3.0 1792.2414 9.0 1792.2549 3.0 1792.2685 8.0 1792.282 3.0 1792.2955 4.0 1792.3091 4.0 1792.3226 3.0 1792.3361 2.0 1792.3496 3.0 1792.3632 5.0 1792.3902 1.0 1792.4038 6.0 1792.4173 6.0 1792.4443 3.0 1792.4579 3.0 1792.4714 4.0 1792.4849 8.0 1792.4985 5.0 1792.512 7.0 1792.5255 3.0 1792.5391 1.0 1792.5526 2.0 1792.5661 6.0 1792.5796 1.0 1792.5932 2.0 1792.6067 4.0 1792.6202 6.0 1792.6473 5.0 1792.6608 4.0 1792.6743 10.0 1792.6879 3.0 1792.7014 4.0 1792.7149 3.0 1792.7285 6.0 1792.742 7.0 1792.7555 2.0 1792.7691 9.0 1792.7826 10.0 1792.7961 1.0 1792.8096 3.0 1792.8232 9.0 1792.8367 5.0 1792.8502 7.0 1792.8638 9.0 1792.8773 4.0 1792.8908 3.0 1792.9044 5.0 1792.9179 7.0 1792.9314 2.0 1792.945 4.0 1792.9585 5.0 1792.972 4.0 1792.9855 10.0 1792.9991 11.0 1793.0126 4.0 1793.0261 10.0 1793.0397 15.0 1793.0532 7.0 1793.0667 2.0 1793.0803 7.0 1793.0938 3.0 1793.1073 1.0 1793.1209 5.0 1793.1344 10.0 1793.1479 5.0 1793.1615 2.0 1793.175 8.0 1793.1885 6.0 1793.2021 3.0 1793.2156 2.0 1793.2291 4.0 1793.2426 5.0 1793.2697 3.0 1793.2832 4.0 1793.2968 9.0 1793.3103 12.0 1793.3238 2.0 1793.3509 5.0 1793.3644 1.0 1793.378 3.0 1793.405 4.0 1793.4186 14.0 1793.4321 3.0 1793.4456 7.0 1793.4592 1.0 1793.4727 4.0 1793.4862 2.0 1793.4998 5.0 1793.5133 3.0 1793.5268 12.0 1793.5404 3.0 1793.5539 12.0 1793.5674 9.0 1793.581 9.0 1793.5945 9.0 1793.608 9.0 1793.6216 5.0 1793.6351 7.0 1793.6486 7.0 1793.6622 3.0 1793.6757 3.0 1793.6892 4.0 1793.7028 2.0 1793.7163 2.0 1793.7298 2.0 1793.7434 6.0 1793.7569 2.0 1793.7704 2.0 1793.784 10.0 1793.7975 9.0 1793.811 7.0 1793.8246 4.0 1793.8381 1.0 1793.8516 6.0 1793.8652 2.0 1793.8787 1.0 1793.9058 9.0 1793.9193 5.0 1793.9328 3.0 1793.9464 2.0 1793.9599 2.0 1793.987 3.0 1794.0005 2.0 1794.0141 7.0 1794.0276 4.0 1794.0411 8.0 1794.0547 8.0 1794.0682 15.0 1794.0817 12.0 1794.0953 4.0 1794.1088 2.0 1794.1223 4.0 1794.1359 5.0 1794.1494 8.0 1794.1629 8.0 1794.1765 2.0 1794.19 6.0 1794.2035 2.0 1794.2171 10.0 1794.2306 2.0 1794.2442 3.0 1794.2577 4.0 1794.2712 9.0 1794.2848 8.0 1794.2983 11.0 1794.3118 7.0 1794.3254 1.0 1794.3389 3.0 1794.366 3.0 1794.3795 3.0 1794.3931 2.0 1794.4066 3.0 1794.4201 4.0 1794.4337 6.0 1794.4472 5.0 1794.4607 1.0 1794.4743 8.0 1794.4878 5.0 1794.5013 8.0 1794.5149 8.0 1794.5284 5.0 1794.542 2.0 1794.5555 3.0 1794.569 2.0 1794.5826 6.0 1794.5961 4.0 1794.6096 9.0 1794.6232 1.0 1794.6367 1.0 1794.6638 3.0 1794.6773 7.0 1794.6909 3.0 1794.7044 3.0 1794.7179 3.0 1794.7315 3.0 1794.745 4.0 1794.7586 3.0 1794.7721 2.0 1794.7856 6.0 1794.7992 1.0 1794.8127 11.0 1794.8262 5.0 1794.8398 3.0 1794.8533 6.0 1794.8669 6.0 1794.8804 4.0 1794.9075 3.0 1794.921 3.0 1794.9346 14.0 1794.9481 2.0 1794.9616 1.0 1794.9887 6.0 1795.0022 6.0 1795.0158 5.0 1795.0293 8.0 1795.0429 8.0 1795.0564 4.0 1795.0699 7.0 1795.0835 4.0 1795.097 2.0 1795.1106 4.0 1795.1241 12.0 1795.1376 7.0 1795.1512 6.0 1795.1647 3.0 1795.1783 6.0 1795.2053 2.0 1795.2189 1.0 1795.2324 2.0 1795.2459 8.0 1795.2595 2.0 1795.273 4.0 1795.2866 11.0 1795.3001 6.0 1795.3136 3.0 1795.3272 3.0 1795.3407 4.0 1795.3543 8.0 1795.3678 9.0 1795.3813 2.0 1795.3949 3.0 1795.4084 11.0 1795.422 10.0 1795.4355 9.0 1795.449 2.0 1795.4626 6.0 1795.4761 14.0 1795.4897 6.0 1795.5032 2.0 1795.5168 5.0 1795.5303 2.0 1795.5438 6.0 1795.5574 8.0 1795.5709 4.0 1795.5845 9.0 1795.598 2.0 1795.6115 2.0 1795.6251 5.0 1795.6386 2.0 1795.6522 5.0 1795.6657 3.0 1795.6792 4.0 1795.6928 3.0 1795.7063 4.0 1795.7199 3.0 1795.7334 9.0 1795.7469 3.0 1795.7605 3.0 1795.774 3.0 1795.7876 2.0 1795.8011 1.0 1795.8147 4.0 1795.8282 2.0 1795.8417 2.0 1795.8553 5.0 1795.8688 7.0 1795.8824 6.0 1795.8959 3.0 1795.9095 6.0 1795.923 7.0 1795.9365 2.0 1795.9501 6.0 1795.9636 8.0 1795.9772 3.0 1795.9907 8.0 1796.0042 3.0 1796.0178 3.0 1796.0313 2.0 1796.0449 7.0 1796.0584 12.0 1796.072 5.0 1796.0855 3.0 1796.099 2.0 1796.1126 4.0 1796.1261 9.0 1796.1397 8.0 1796.1532 1.0 1796.1668 5.0 1796.1803 5.0 1796.1938 2.0 1796.2074 4.0 1796.2209 2.0 1796.2345 3.0 1796.248 3.0 1796.2616 7.0 1796.2751 4.0 1796.2887 12.0 1796.3022 11.0 1796.3157 5.0 1796.3293 3.0 1796.3428 5.0 1796.3564 3.0 1796.3699 4.0 1796.3835 4.0 1796.397 5.0 1796.4105 1.0 1796.4241 2.0 1796.4376 6.0 1796.4512 6.0 1796.4647 1.0 1796.4783 2.0 1796.4918 4.0 1796.5054 6.0 1796.5189 3.0 1796.5324 4.0 1796.546 1.0 1796.5595 2.0 1796.5731 7.0 1796.5866 4.0 1796.6002 8.0 1796.6137 5.0 1796.6273 8.0 1796.6408 3.0 1796.6543 1.0 1796.6679 2.0 1796.6814 5.0 1796.695 5.0 1796.7085 3.0 1796.7221 5.0 1796.7356 2.0 1796.7492 4.0 1796.7627 3.0 1796.7898 6.0 1796.8033 6.0 1796.8169 5.0 1796.844 4.0 1796.8711 11.0 1796.8846 12.0 1796.8982 6.0 1796.9117 1.0 1796.9253 2.0 1796.9388 5.0 1796.9523 1.0 1796.9659 3.0 1796.9794 6.0 1796.993 4.0 1797.0065 6.0 1797.0201 1.0 1797.0336 1.0 1797.0472 1.0 1797.0607 1.0 1797.0743 8.0 1797.0878 3.0 1797.1014 4.0 1797.1149 3.0 1797.1285 2.0 1797.142 3.0 1797.1555 10.0 1797.1691 10.0 1797.1826 9.0 1797.1962 5.0 1797.2097 1.0 1797.2233 4.0 1797.2368 1.0 1797.2504 4.0 1797.2639 1.0 1797.2775 4.0 1797.291 5.0 1797.3046 2.0 1797.3181 3.0 1797.3317 5.0 1797.3452 3.0 1797.3588 1.0 1797.3723 6.0 1797.3859 5.0 1797.3994 4.0 1797.4129 3.0 1797.4265 6.0 1797.44 1.0 1797.4536 1.0 1797.4671 1.0 1797.4807 4.0 1797.4942 8.0 1797.5078 3.0 1797.5213 1.0 1797.5349 6.0 1797.5484 4.0 1797.562 1.0 1797.5755 5.0 1797.5891 3.0 1797.6026 5.0 1797.6162 5.0 1797.6297 6.0 1797.6433 1.0 1797.6568 1.0 1797.6704 6.0 1797.6839 1.0 1797.6975 2.0 1797.711 5.0 1797.7246 1.0 1797.7381 2.0 1797.7517 2.0 1797.7652 1.0 1797.7923 4.0 1797.8059 7.0 1797.8194 5.0 1797.833 18.0 1797.8465 18.0 1797.8601 4.0 1797.8736 5.0 1797.8872 7.0 1797.9007 1.0 1797.9143 3.0 1797.9278 6.0 1797.9414 3.0 1797.9549 2.0 1797.9685 1.0 1797.982 10.0 1797.9956 8.0 1798.0091 3.0 1798.0227 2.0 1798.0362 2.0 1798.0498 1.0 1798.0633 2.0 1798.0769 4.0 1798.0904 13.0 1798.104 6.0 1798.1175 2.0 1798.1311 7.0 1798.1446 5.0 1798.1582 4.0 1798.1717 1.0 1798.1853 12.0 1798.1988 9.0 1798.2124 1.0 1798.2259 1.0 1798.2395 2.0 1798.253 2.0 1798.2666 4.0 1798.2801 6.0 1798.2937 6.0 1798.3072 8.0 1798.3208 9.0 1798.3343 10.0 1798.3479 5.0 1798.3614 2.0 1798.375 4.0 1798.3885 2.0 1798.4021 1.0 1798.4156 7.0 1798.4292 2.0 1798.4427 7.0 1798.4563 6.0 1798.4698 1.0 1798.4834 11.0 1798.4969 7.0 1798.5105 4.0 1798.524 1.0 1798.5376 8.0 1798.5511 10.0 1798.5647 4.0 1798.5783 2.0 1798.5918 3.0 1798.6054 2.0 1798.6189 7.0 1798.6325 4.0 1798.646 1.0 1798.6596 1.0 1798.6731 6.0 1798.6867 8.0 1798.7002 5.0 1798.7138 3.0 1798.7273 3.0 1798.7409 1.0 1798.7544 4.0 1798.768 3.0 1798.7815 2.0 1798.7951 2.0 1798.8087 2.0 1798.8222 3.0 1798.8358 10.0 1798.8493 2.0 1798.8629 7.0 1798.8764 5.0 1798.89 5.0 1798.9035 2.0 1798.9171 4.0 1798.9306 1.0 1798.9442 1.0 1798.9577 5.0 1798.9713 2.0 1798.9848 4.0 1798.9984 2.0 1799.012 5.0 1799.0255 4.0 1799.0391 3.0 1799.0526 6.0 1799.0662 3.0 1799.0797 1.0 1799.0933 3.0 1799.1068 1.0 1799.1204 3.0 1799.1339 4.0 1799.1475 6.0 1799.161 16.0 1799.1746 6.0 1799.2017 5.0 1799.2153 3.0 1799.2424 1.0 1799.2559 6.0 1799.2695 6.0 1799.283 2.0 1799.3102 5.0 1799.3237 2.0 1799.3373 6.0 1799.3508 2.0 1799.3644 3.0 1799.3779 2.0 1799.3915 5.0 1799.405 4.0 1799.4186 12.0 1799.4322 4.0 1799.4457 8.0 1799.4593 5.0 1799.4728 4.0 1799.4864 8.0 1799.4999 2.0 1799.527 9.0 1799.5406 9.0 1799.5542 7.0 1799.5677 8.0 1799.5813 10.0 1799.5948 2.0 1799.6084 2.0 1799.6219 1.0 1799.6355 7.0 1799.649 5.0 1799.6626 8.0 1799.6762 10.0 1799.6897 2.0 1799.7033 3.0 1799.7168 2.0 1799.7304 2.0 1799.7439 9.0 1799.7575 5.0 1799.7711 9.0 1799.7846 3.0 1799.8117 7.0 1799.8253 6.0 1799.8388 5.0 1799.8524 3.0 1799.8795 8.0 1799.8931 7.0 1799.9202 3.0 1799.9337 2.0 1799.9473 2.0 1799.9609 4.0 1799.9744 2.0 1799.988 3.0 1800.0015 10.0 1800.0151 11.0 1800.0286 7.0 1800.0422 5.0 1800.0558 3.0 1800.0693 9.0 1800.0829 2.0 1800.0964 2.0 1800.11 8.0 1800.1235 7.0 1800.1371 2.0 1800.1642 4.0 1800.1778 6.0 1800.1913 10.0 1800.2049 2.0 1800.2185 2.0 1800.232 10.0 1800.2456 8.0 1800.2591 7.0 1800.2727 7.0 1800.2863 6.0 1800.2998 5.0 1800.3134 11.0 1800.3269 1.0 1800.3405 4.0 1800.354 2.0 1800.3676 4.0 1800.3812 1.0 1800.3947 2.0 1800.4083 7.0 1800.4218 6.0 1800.4354 3.0 1800.449 3.0 1800.4625 9.0 1800.4761 5.0 1800.4896 2.0 1800.5032 9.0 1800.5168 20.0 1800.5303 21.0 1800.5439 14.0 1800.5574 6.0 1800.5846 5.0 1800.5981 6.0 1800.6252 7.0 1800.6388 4.0 1800.6524 3.0 1800.6659 10.0 1800.6795 4.0 1800.693 4.0 1800.7066 2.0 1800.7202 3.0 1800.7337 5.0 1800.7473 8.0 1800.7608 7.0 1800.7744 3.0 1800.788 9.0 1800.8015 5.0 1800.8151 1.0 1800.8286 1.0 1800.8422 1.0 1800.8558 8.0 1800.8693 1.0 1800.8829 1.0 1800.8964 5.0 1800.91 2.0 1800.9236 8.0 1800.9371 3.0 1800.9507 4.0 1800.9643 3.0 1800.9778 3.0 1800.9914 3.0 1801.0049 8.0 1801.0185 8.0 1801.0321 3.0 1801.0456 6.0 1801.0592 3.0 1801.0727 4.0 1801.0863 2.0 1801.0999 11.0 1801.1134 5.0 1801.127 13.0 1801.1406 2.0 1801.1541 4.0 1801.1677 6.0 1801.1812 2.0 1801.1948 2.0 1801.2219 15.0 1801.2355 13.0 1801.2491 2.0 1801.2626 11.0 1801.2762 10.0 1801.2897 5.0 1801.3033 5.0 1801.3169 3.0 1801.3304 6.0 1801.344 15.0 1801.3576 11.0 1801.3711 7.0 1801.3847 2.0 1801.3982 3.0 1801.4118 6.0 1801.4254 5.0 1801.4389 8.0 1801.4525 5.0 1801.4661 15.0 1801.4796 7.0 1801.4932 10.0 1801.5067 5.0 1801.5203 3.0 1801.5339 1.0 1801.5474 4.0 1801.561 13.0 1801.5746 5.0 1801.5881 2.0 1801.6017 14.0 1801.6153 8.0 1801.6288 2.0 1801.6424 3.0 1801.6559 13.0 1801.6695 4.0 1801.6831 13.0 1801.6966 6.0 1801.7102 2.0 1801.7238 1.0 1801.7373 3.0 1801.7509 14.0 1801.7645 11.0 1801.778 4.0 1801.7916 3.0 1801.8052 2.0 1801.8187 3.0 1801.8323 4.0 1801.8458 3.0 1801.8594 5.0 1801.873 2.0 1801.8865 4.0 1801.9001 4.0 1801.9137 6.0 1801.9272 1.0 1801.9408 5.0 1801.9544 7.0 1801.9679 3.0 1801.9815 2.0 1801.9951 16.0 1802.0086 2.0 1802.0222 3.0 1802.0358 2.0 1802.0493 5.0 1802.0629 1.0 1802.0765 8.0 1802.09 10.0 1802.1036 6.0 1802.1172 6.0 1802.1307 10.0 1802.1443 6.0 1802.1579 6.0 1802.1714 4.0 1802.185 1.0 1802.1985 3.0 1802.2121 7.0 1802.2257 4.0 1802.2392 6.0 1802.2528 5.0 1802.2664 2.0 1802.2799 2.0 1802.2935 5.0 1802.3071 2.0 1802.3206 10.0 1802.3342 10.0 1802.3613 3.0 1802.3749 2.0 1802.3885 2.0 1802.402 2.0 1802.4156 9.0 1802.4292 4.0 1802.4427 8.0 1802.4563 6.0 1802.4699 12.0 1802.4834 4.0 1802.497 5.0 1802.5106 5.0 1802.5241 7.0 1802.5377 6.0 1802.5513 4.0 1802.5649 8.0 1802.5784 6.0 1802.6056 2.0 1802.6191 4.0 1802.6327 8.0 1802.6463 7.0 1802.6598 3.0 1802.6734 6.0 1802.687 7.0 1802.7005 3.0 1802.7141 3.0 1802.7277 4.0 1802.7412 4.0 1802.7548 6.0 1802.7684 1.0 1802.7819 1.0 1802.8226 2.0 1802.8362 3.0 1802.8498 11.0 1802.8633 12.0 1802.8905 4.0 1802.9041 2.0 1802.9176 2.0 1802.9312 1.0 1802.9448 5.0 1802.9583 1.0 1802.9719 3.0 1802.9855 4.0 1802.999 2.0 1803.0126 1.0 1803.0262 2.0 1803.0397 2.0 1803.0533 3.0 1803.0669 3.0 1803.0804 4.0 1803.094 4.0 1803.1076 13.0 1803.1212 8.0 1803.1347 5.0 1803.1483 3.0 1803.1619 3.0 1803.1754 10.0 1803.189 6.0 1803.2026 2.0 1803.2161 4.0 1803.2297 1.0 1803.2433 1.0 1803.2569 2.0 1803.284 3.0 1803.2976 3.0 1803.3111 4.0 1803.3247 4.0 1803.3383 8.0 1803.3518 2.0 1803.3654 4.0 1803.379 7.0 1803.3926 5.0 1803.4061 9.0 1803.4197 7.0 1803.4333 3.0 1803.4468 3.0 1803.4604 3.0 1803.474 1.0 1803.4876 4.0 1803.5011 3.0 1803.5147 2.0 1803.5283 5.0 1803.5418 1.0 1803.5554 1.0 1803.569 11.0 1803.5826 7.0 1803.5961 8.0 1803.6097 4.0 1803.6233 3.0 1803.6368 5.0 1803.6504 5.0 1803.664 3.0 1803.6776 1.0 1803.6911 1.0 1803.7047 1.0 1803.7183 5.0 1803.7318 2.0 1803.7454 5.0 1803.759 5.0 1803.7726 5.0 1803.7861 5.0 1803.8133 4.0 1803.8404 7.0 1803.854 5.0 1803.8676 2.0 1803.8811 3.0 1803.8947 4.0 1803.9083 5.0 1803.9218 5.0 1803.9354 5.0 1803.949 7.0 1803.9626 4.0 1803.9761 6.0 1803.9897 5.0 1804.0033 7.0 1804.0169 2.0 1804.0304 9.0 1804.044 11.0 1804.0576 4.0 1804.0712 3.0 1804.0847 4.0 1804.0983 8.0 1804.1119 7.0 1804.1254 3.0 1804.139 2.0 1804.1526 10.0 1804.1662 8.0 1804.1797 4.0 1804.1933 1.0 1804.2205 4.0 1804.234 14.0 1804.2476 5.0 1804.2612 5.0 1804.2748 4.0 1804.2883 1.0 1804.3019 2.0 1804.3155 1.0 1804.329 5.0 1804.3426 2.0 1804.3562 1.0 1804.3698 5.0 1804.3833 5.0 1804.3969 1.0 1804.4105 1.0 1804.4241 5.0 1804.4376 1.0 1804.4512 4.0 1804.4648 6.0 1804.4784 2.0 1804.4919 3.0 1804.5055 6.0 1804.5191 1.0 1804.5327 3.0 1804.5462 9.0 1804.5598 3.0 1804.5734 1.0 1804.6005 3.0 1804.6141 6.0 1804.6277 4.0 1804.6413 7.0 1804.6548 4.0 1804.6684 2.0 1804.682 3.0 1804.6956 7.0 1804.7091 2.0 1804.7227 3.0 1804.7363 4.0 1804.7499 2.0 1804.7634 5.0 1804.777 4.0 1804.7906 3.0 1804.8042 6.0 1804.8178 2.0 1804.8313 6.0 1804.8449 7.0 1804.8585 2.0 1804.8721 5.0 1804.8856 2.0 1804.8992 3.0 1804.9128 2.0 1804.9264 6.0 1804.9399 4.0 1804.9535 2.0 1804.9671 6.0 1804.9807 6.0 1804.9942 6.0 1805.0078 12.0 1805.0214 16.0 1805.035 12.0 1805.0485 5.0 1805.0621 6.0 1805.0757 3.0 1805.0893 6.0 1805.1029 3.0 1805.1164 8.0 1805.13 6.0 1805.1436 4.0 1805.1572 6.0 1805.1707 8.0 1805.1843 5.0 1805.1979 2.0 1805.2115 11.0 1805.2251 11.0 1805.2386 7.0 1805.2522 2.0 1805.2658 4.0 1805.2794 4.0 1805.2929 1.0 1805.3065 8.0 1805.3201 5.0 1805.3473 7.0 1805.3608 13.0 1805.3744 5.0 1805.388 4.0 1805.4016 1.0 1805.4151 4.0 1805.4287 2.0 1805.4423 10.0 1805.4559 6.0 1805.4695 3.0 1805.483 2.0 1805.4966 13.0 1805.5102 4.0 1805.5238 5.0 1805.5373 3.0 1805.5509 2.0 1805.5645 6.0 1805.5781 1.0 1805.5917 3.0 1805.6052 11.0 1805.6188 11.0 1805.6324 9.0 1805.646 3.0 1805.6596 5.0 1805.6731 7.0 1805.6867 5.0 1805.7003 5.0 1805.7139 4.0 1805.741 3.0 1805.7546 1.0 1805.7682 5.0 1805.7954 2.0 1805.8089 9.0 1805.8225 13.0 1805.8361 3.0 1805.8633 2.0 1805.8904 3.0 1805.904 5.0 1805.9176 5.0 1805.9312 6.0 1805.9447 2.0 1805.9583 1.0 1805.9719 7.0 1805.9855 5.0 1806.0126 9.0 1806.0262 7.0 1806.0398 8.0 1806.0534 4.0 1806.067 1.0 1806.0805 6.0 1806.0941 8.0 1806.1077 14.0 1806.1213 4.0 1806.1349 9.0 1806.1484 8.0 1806.162 2.0 1806.1756 5.0 1806.1892 4.0 1806.2028 7.0 1806.2163 6.0 1806.2299 1.0 1806.2435 2.0 1806.2571 1.0 1806.2707 1.0 1806.2843 3.0 1806.2978 1.0 1806.3114 7.0 1806.325 4.0 1806.3386 7.0 1806.3522 2.0 1806.3657 6.0 1806.3793 1.0 1806.3929 4.0 1806.4065 1.0 1806.4201 4.0 1806.4337 1.0 1806.4472 4.0 1806.4608 7.0 1806.4744 1.0 1806.488 4.0 1806.5016 6.0 1806.5151 8.0 1806.5287 4.0 1806.5423 5.0 1806.5559 4.0 1806.5695 2.0 1806.5831 4.0 1806.5966 12.0 1806.6102 2.0 1806.6238 5.0 1806.6374 4.0 1806.651 2.0 1806.6646 10.0 1806.6781 6.0 1806.6917 4.0 1806.7053 3.0 1806.7189 4.0 1806.7325 2.0 1806.7461 1.0 1806.7596 3.0 1806.7732 2.0 1806.7868 2.0 1806.8004 4.0 1806.814 7.0 1806.8276 3.0 1806.8411 4.0 1806.8547 4.0 1806.8683 4.0 1806.8819 7.0 1806.8955 3.0 1806.9091 8.0 1806.9226 10.0 1806.9362 3.0 1806.9498 4.0 1806.9634 3.0 1806.977 3.0 1806.9906 5.0 1807.0041 2.0 1807.0177 9.0 1807.0313 4.0 1807.0449 6.0 1807.0585 5.0 1807.0721 2.0 1807.0857 9.0 1807.0992 5.0 1807.1128 5.0 1807.1264 7.0 1807.14 3.0 1807.1536 4.0 1807.1672 3.0 1807.1807 2.0 1807.1943 4.0 1807.2079 3.0 1807.2215 4.0 1807.2351 3.0 1807.2487 6.0 1807.2623 1.0 1807.2758 7.0 1807.2894 11.0 1807.303 4.0 1807.3302 6.0 1807.3438 7.0 1807.3574 1.0 1807.3709 5.0 1807.3845 4.0 1807.3981 4.0 1807.4117 4.0 1807.4253 4.0 1807.4389 4.0 1807.4525 2.0 1807.466 1.0 1807.4796 1.0 1807.4932 5.0 1807.5068 3.0 1807.5204 10.0 1807.534 8.0 1807.5476 11.0 1807.5611 4.0 1807.5747 5.0 1807.5883 7.0 1807.6019 5.0 1807.6155 3.0 1807.6291 4.0 1807.6427 4.0 1807.6563 1.0 1807.6698 3.0 1807.6834 2.0 1807.7106 6.0 1807.7242 4.0 1807.7378 3.0 1807.7514 4.0 1807.7649 14.0 1807.7785 11.0 1807.7921 5.0 1807.8057 4.0 1807.8193 1.0 1807.8465 5.0 1807.8601 5.0 1807.8736 7.0 1807.8872 3.0 1807.9008 3.0 1807.9144 8.0 1807.928 3.0 1807.9416 7.0 1807.9552 2.0 1807.9823 2.0 1807.9959 1.0 1808.0095 6.0 1808.0231 8.0 1808.0367 3.0 1808.0503 1.0 1808.0639 2.0 1808.0775 2.0 1808.0911 5.0 1808.1046 1.0 1808.1318 3.0 1808.1454 2.0 1808.159 5.0 1808.1726 5.0 1808.1862 5.0 1808.1998 4.0 1808.2133 7.0 1808.2269 5.0 1808.2405 9.0 1808.2541 3.0 1808.2677 6.0 1808.2813 12.0 1808.2949 6.0 1808.3085 4.0 1808.3221 4.0 1808.3357 3.0 1808.3492 2.0 1808.3628 10.0 1808.3764 8.0 1808.39 2.0 1808.4036 2.0 1808.4172 4.0 1808.4308 13.0 1808.4444 9.0 1808.458 2.0 1808.4715 2.0 1808.4851 13.0 1808.4987 6.0 1808.5123 11.0 1808.5259 13.0 1808.5395 8.0 1808.5531 17.0 1808.5667 26.0 1808.5803 21.0 1808.5939 37.0 1808.6074 33.0 1808.621 26.0 1808.6346 16.0 1808.6482 18.0 1808.6618 16.0 1808.6754 18.0 1808.689 1.0 1808.7026 5.0 1808.7162 6.0 1808.7298 1.0 1808.7434 3.0 1808.7569 7.0 1808.7705 9.0 1808.7841 6.0 1808.7977 10.0 1808.8113 15.0 1808.8249 5.0 1808.8385 1.0 1808.8521 7.0 1808.8657 1.0 1808.8793 2.0 1808.8929 2.0 1808.9064 1.0 1808.92 5.0 1808.9336 12.0 1808.9472 6.0 1808.9744 5.0 1808.988 7.0 1809.0016 4.0 1809.0152 11.0 1809.0288 6.0 1809.0424 5.0 1809.056 10.0 1809.0695 2.0 1809.0831 4.0 1809.0967 2.0 1809.1103 3.0 1809.1239 5.0 1809.1375 1.0 1809.1647 1.0 1809.1783 2.0 1809.1919 5.0 1809.2055 5.0 1809.2191 7.0 1809.2327 9.0 1809.2462 10.0 1809.2598 8.0 1809.2734 7.0 1809.287 11.0 1809.3006 2.0 1809.3142 4.0 1809.3278 4.0 1809.3414 2.0 1809.355 4.0 1809.3686 6.0 1809.3822 7.0 1809.3958 3.0 1809.423 4.0 1809.4366 1.0 1809.4501 1.0 1809.4637 2.0 1809.4773 5.0 1809.4909 3.0 1809.5045 9.0 1809.5181 6.0 1809.5317 9.0 1809.5453 8.0 1809.5589 17.0 1809.5725 26.0 1809.5861 27.0 1809.5997 15.0 1809.6133 22.0 1809.6269 31.0 1809.6405 37.0 1809.6541 20.0 1809.6676 11.0 1809.6812 8.0 1809.6948 5.0 1809.7084 8.0 1809.722 17.0 1809.7356 10.0 1809.7492 14.0 1809.7628 11.0 1809.7764 15.0 1809.79 14.0 1809.8036 10.0 1809.8172 8.0 1809.8308 1.0 1809.8444 2.0 1809.858 5.0 1809.8716 1.0 1809.8852 2.0 1809.8988 2.0 1809.9124 5.0 1809.9259 7.0 1809.9395 5.0 1809.9531 2.0 1809.9667 8.0 1809.9803 2.0 1809.9939 7.0 1810.0075 7.0 1810.0211 6.0 1810.0347 2.0 1810.0483 4.0 1810.0619 1.0 1810.0755 2.0 1810.0891 3.0 1810.1027 8.0 1810.1163 6.0 1810.1299 3.0 1810.1435 4.0 1810.1571 2.0 1810.1707 4.0 1810.1843 1.0 1810.1979 4.0 1810.2115 11.0 1810.2251 7.0 1810.2387 12.0 1810.2523 7.0 1810.2658 2.0 1810.2794 9.0 1810.293 8.0 1810.3066 1.0 1810.3202 3.0 1810.3338 5.0 1810.3474 7.0 1810.361 1.0 1810.3746 5.0 1810.3882 4.0 1810.4018 5.0 1810.4154 3.0 1810.429 4.0 1810.4426 13.0 1810.4562 7.0 1810.4698 4.0 1810.4834 3.0 1810.497 1.0 1810.5106 5.0 1810.5242 6.0 1810.5378 14.0 1810.5514 9.0 1810.565 13.0 1810.5786 8.0 1810.5922 18.0 1810.6058 9.0 1810.6194 14.0 1810.633 5.0 1810.6466 12.0 1810.6602 10.0 1810.6738 10.0 1810.6874 8.0 1810.701 11.0 1810.7146 2.0 1810.7282 8.0 1810.7418 4.0 1810.7554 2.0 1810.769 1.0 1810.7826 1.0 1810.7962 4.0 1810.8098 5.0 1810.8234 7.0 1810.837 2.0 1810.8505 1.0 1810.8641 3.0 1810.8777 3.0 1810.8913 4.0 1810.9049 1.0 1810.9185 7.0 1810.9321 1.0 1810.9457 4.0 1810.9593 11.0 1810.9729 7.0 1810.9865 5.0 1811.0001 4.0 1811.0137 3.0 1811.0273 4.0 1811.0409 1.0 1811.0545 2.0 1811.0681 3.0 1811.0817 1.0 1811.0953 4.0 1811.1089 4.0 1811.1225 3.0 1811.1361 10.0 1811.1497 6.0 1811.1633 6.0 1811.1769 7.0 1811.1905 9.0 1811.2041 7.0 1811.2177 18.0 1811.2313 11.0 1811.2449 4.0 1811.2585 4.0 1811.2721 1.0 1811.2857 2.0 1811.2993 5.0 1811.3129 2.0 1811.3265 5.0 1811.3401 4.0 1811.3537 7.0 1811.3673 6.0 1811.3945 1.0 1811.4081 1.0 1811.4217 2.0 1811.4353 4.0 1811.4489 4.0 1811.4625 5.0 1811.4761 9.0 1811.4897 4.0 1811.5034 3.0 1811.517 2.0 1811.5306 10.0 1811.5442 1.0 1811.5578 3.0 1811.5714 6.0 1811.585 9.0 1811.5986 11.0 1811.6122 5.0 1811.6258 10.0 1811.6394 3.0 1811.653 1.0 1811.6666 8.0 1811.6802 9.0 1811.6938 10.0 1811.7074 10.0 1811.721 6.0 1811.7346 4.0 1811.7482 6.0 1811.7618 6.0 1811.7754 4.0 1811.789 5.0 1811.8026 2.0 1811.8162 10.0 1811.8298 5.0 1811.8434 4.0 1811.857 2.0 1811.8706 1.0 1811.8842 1.0 1811.8978 5.0 1811.9114 3.0 1811.925 7.0 1811.9386 2.0 1811.9522 5.0 1811.9658 3.0 1811.9794 10.0 1811.993 4.0 1812.0066 5.0 1812.0202 3.0 1812.0338 4.0 1812.0474 4.0 1812.061 4.0 1812.0747 5.0 1812.0883 6.0 1812.1019 8.0 1812.1155 4.0 1812.1291 4.0 1812.1427 5.0 1812.1563 6.0 1812.1699 8.0 1812.1835 6.0 1812.1971 10.0 1812.2107 12.0 1812.2243 7.0 1812.2379 3.0 1812.2515 6.0 1812.2651 5.0 1812.2787 3.0 1812.2923 3.0 1812.3059 1.0 1812.3195 5.0 1812.3331 1.0 1812.3467 7.0 1812.3603 1.0 1812.3739 3.0 1812.3875 1.0 1812.4011 1.0 1812.4148 1.0 1812.4284 6.0 1812.442 2.0 1812.4556 5.0 1812.4692 2.0 1812.4828 2.0 1812.4964 1.0 1812.51 4.0 1812.5236 5.0 1812.5372 8.0 1812.5508 9.0 1812.5644 5.0 1812.578 11.0 1812.5916 7.0 1812.6052 5.0 1812.6188 13.0 1812.6324 11.0 1812.646 6.0 1812.6596 4.0 1812.6733 6.0 1812.6869 7.0 1812.7005 5.0 1812.7141 5.0 1812.7277 7.0 1812.7413 6.0 1812.7549 2.0 1812.7685 2.0 1812.7957 3.0 1812.8093 5.0 1812.8229 3.0 1812.8365 1.0 1812.8501 10.0 1812.8637 6.0 1812.8773 4.0 1812.8909 1.0 1812.9046 3.0 1812.9182 3.0 1812.9318 1.0 1812.959 5.0 1812.9726 3.0 1812.9862 9.0 1812.9998 10.0 1813.0134 12.0 1813.027 4.0 1813.0406 8.0 1813.0542 9.0 1813.0678 3.0 1813.0814 4.0 1813.0951 2.0 1813.1087 1.0 1813.1223 2.0 1813.1359 4.0 1813.1495 3.0 1813.1631 5.0 1813.1767 2.0 1813.1903 14.0 1813.2039 5.0 1813.2175 5.0 1813.2311 6.0 1813.2447 3.0 1813.2583 8.0 1813.272 6.0 1813.2856 3.0 1813.2992 1.0 1813.3128 6.0 1813.3264 17.0 1813.34 9.0 1813.3536 6.0 1813.3672 3.0 1813.3808 6.0 1813.3944 4.0 1813.4216 4.0 1813.4353 4.0 1813.4625 3.0 1813.4761 2.0 1813.4897 2.0 1813.5033 8.0 1813.5169 6.0 1813.5305 4.0 1813.5441 2.0 1813.5577 4.0 1813.5713 6.0 1813.5849 18.0 1813.5986 5.0 1813.6122 2.0 1813.6258 1.0 1813.6394 4.0 1813.653 9.0 1813.6666 10.0 1813.6802 4.0 1813.6938 5.0 1813.7074 8.0 1813.721 9.0 1813.7347 6.0 1813.7483 5.0 1813.7619 6.0 1813.7755 3.0 1813.7891 5.0 1813.8027 1.0 1813.8163 4.0 1813.8299 1.0 1813.8435 4.0 1813.8571 1.0 1813.8708 4.0 1813.8844 8.0 1813.898 6.0 1813.9116 8.0 1813.9252 2.0 1813.9388 2.0 1813.9524 6.0 1813.966 4.0 1813.9796 3.0 1813.9932 1.0 1814.0069 8.0 1814.0205 4.0 1814.0341 4.0 1814.0477 7.0 1814.0613 12.0 1814.0749 8.0 1814.0885 4.0 1814.1021 4.0 1814.1157 7.0 1814.1294 3.0 1814.143 2.0 1814.1566 4.0 1814.1702 3.0 1814.1838 4.0 1814.1974 6.0 1814.211 4.0 1814.2246 1.0 1814.2382 6.0 1814.2519 9.0 1814.2655 6.0 1814.2791 4.0 1814.2927 8.0 1814.3063 2.0 1814.3199 2.0 1814.3335 6.0 1814.3471 10.0 1814.3608 5.0 1814.3744 2.0 1814.388 6.0 1814.4016 2.0 1814.4152 5.0 1814.4288 3.0 1814.4424 10.0 1814.456 12.0 1814.4697 11.0 1814.4833 4.0 1814.4969 3.0 1814.5105 2.0 1814.5241 4.0 1814.5377 12.0 1814.5513 2.0 1814.5649 1.0 1814.5786 2.0 1814.5922 1.0 1814.6058 4.0 1814.6194 2.0 1814.633 7.0 1814.6466 5.0 1814.6602 2.0 1814.6738 1.0 1814.6875 3.0 1814.7011 3.0 1814.7147 2.0 1814.7283 4.0 1814.7419 5.0 1814.7555 2.0 1814.7691 5.0 1814.7828 3.0 1814.7964 1.0 1814.81 6.0 1814.8236 4.0 1814.8372 2.0 1814.8508 2.0 1814.8644 2.0 1814.8781 4.0 1814.8917 3.0 1814.9053 4.0 1814.9189 3.0 1814.9325 2.0 1814.9461 3.0 1814.9597 3.0 1814.9734 3.0 1814.987 5.0 1815.0006 4.0 1815.0142 2.0 1815.0278 4.0 1815.0414 2.0 1815.055 1.0 1815.0687 2.0 1815.0823 3.0 1815.0959 6.0 1815.1095 8.0 1815.1231 8.0 1815.1367 7.0 1815.1503 2.0 1815.164 4.0 1815.1776 5.0 1815.1912 2.0 1815.2048 5.0 1815.2184 4.0 1815.232 8.0 1815.2593 5.0 1815.2729 2.0 1815.2865 4.0 1815.3001 8.0 1815.3137 11.0 1815.3273 4.0 1815.341 3.0 1815.3546 4.0 1815.3682 2.0 1815.3818 2.0 1815.3954 4.0 1815.409 8.0 1815.4227 9.0 1815.4363 6.0 1815.4499 2.0 1815.4771 4.0 1815.4907 16.0 1815.5044 7.0 1815.518 4.0 1815.5316 3.0 1815.5452 6.0 1815.5588 4.0 1815.5724 2.0 1815.5861 3.0 1815.6269 4.0 1815.6405 4.0 1815.6541 7.0 1815.6678 9.0 1815.6814 4.0 1815.695 5.0 1815.7086 8.0 1815.7222 2.0 1815.7358 1.0 1815.7495 4.0 1815.7767 2.0 1815.7903 3.0 1815.8039 2.0 1815.8175 2.0 1815.8312 7.0 1815.8448 1.0 1815.8584 2.0 1815.872 2.0 1815.8856 1.0 1815.8992 7.0 1815.9129 7.0 1815.9673 4.0 1815.981 2.0 1815.9946 1.0 1816.0082 4.0 1816.0218 3.0 1816.0354 3.0 1816.049 4.0 1816.0627 5.0 1816.0763 2.0 1816.0899 3.0 1816.1035 8.0 1816.1171 5.0 1816.1308 10.0 1816.1444 8.0 1816.158 3.0 1816.1716 4.0 1816.1852 2.0 1816.1989 6.0 1816.2125 6.0 1816.2261 9.0 1816.2397 8.0 1816.2533 1.0 1816.267 2.0 1816.2806 5.0 1816.2942 4.0 1816.3078 1.0 1816.3214 2.0 1816.335 4.0 1816.3487 15.0 1816.3623 16.0 1816.3759 7.0 1816.3895 4.0 1816.4031 5.0 1816.4168 4.0 1816.4304 4.0 1816.4576 6.0 1816.4712 6.0 1816.4849 4.0 1816.4985 3.0 1816.5121 2.0 1816.5257 1.0 1816.5393 4.0 1816.553 6.0 1816.5666 10.0 1816.5802 6.0 1816.5938 2.0 1816.6211 1.0 1816.6347 4.0 1816.6483 4.0 1816.6619 3.0 1816.6756 3.0 1816.6892 6.0 1816.7028 1.0 1816.7164 6.0 1816.73 3.0 1816.7437 4.0 1816.7573 6.0 1816.7709 4.0 1816.7845 8.0 1816.7981 3.0 1816.8118 3.0 1816.8254 5.0 1816.839 4.0 1816.8526 2.0 1816.8662 5.0 1816.8799 3.0 1816.9071 5.0 1816.9207 4.0 1816.9344 5.0 1816.948 1.0 1816.9616 3.0 1816.9752 8.0 1816.9888 18.0 1817.0025 13.0 1817.0161 9.0 1817.0297 3.0 1817.0433 2.0 1817.057 6.0 1817.0706 4.0 1817.0842 6.0 1817.0978 2.0 1817.1114 3.0 1817.1251 7.0 1817.1387 5.0 1817.1523 4.0 1817.1659 2.0 1817.1796 1.0 1817.1932 2.0 1817.2204 1.0 1817.2341 3.0 1817.2477 7.0 1817.2613 14.0 1817.2749 4.0 1817.2885 3.0 1817.3022 7.0 1817.3158 5.0 1817.3294 4.0 1817.343 3.0 1817.3567 7.0 1817.3703 3.0 1817.3839 2.0 1817.3975 2.0 1817.4112 4.0 1817.4384 3.0 1817.452 12.0 1817.4793 2.0 1817.4929 3.0 1817.5065 2.0 1817.5201 3.0 1817.5338 2.0 1817.5474 3.0 1817.561 5.0 1817.5746 4.0 1817.5883 1.0 1817.6019 11.0 1817.6155 4.0 1817.6291 5.0 1817.6428 5.0 1817.6564 1.0 1817.67 4.0 1817.6836 5.0 1817.6973 6.0 1817.7109 3.0 1817.7245 1.0 1817.7381 4.0 1817.7518 3.0 1817.7654 3.0 1817.779 3.0 1817.7926 4.0 1817.8063 5.0 1817.8199 4.0 1817.8335 4.0 1817.8471 5.0 1817.8608 9.0 1817.888 4.0 1817.9016 7.0 1817.9153 9.0 1817.9289 2.0 1817.9425 1.0 1817.9561 13.0 1817.9698 3.0 1817.9834 6.0 1817.997 12.0 1818.0106 1.0 1818.0243 2.0 1818.0379 3.0 1818.0515 1.0 1818.0651 6.0 1818.0788 4.0 1818.0924 3.0 1818.106 1.0 1818.1197 9.0 1818.1333 4.0 1818.1469 6.0 1818.1605 4.0 1818.1742 3.0 1818.1878 7.0 1818.2014 16.0 1818.215 9.0 1818.2287 6.0 1818.2423 1.0 1818.2559 2.0 1818.2695 8.0 1818.2832 6.0 1818.2968 3.0 1818.3104 1.0 1818.3241 5.0 1818.3377 11.0 1818.3513 9.0 1818.3649 5.0 1818.3786 3.0 1818.3922 4.0 1818.4058 3.0 1818.4194 2.0 1818.4331 3.0 1818.4467 3.0 1818.4603 6.0 1818.474 4.0 1818.4876 3.0 1818.5012 11.0 1818.5148 5.0 1818.5285 1.0 1818.5421 3.0 1818.5557 17.0 1818.5693 10.0 1818.583 13.0 1818.5966 11.0 1818.6102 12.0 1818.6239 15.0 1818.6375 14.0 1818.6511 14.0 1818.6647 3.0 1818.6784 10.0 1818.692 4.0 1818.7056 5.0 1818.7193 3.0 1818.7329 5.0 1818.7465 10.0 1818.7601 2.0 1818.7738 3.0 1818.7874 4.0 1818.801 2.0 1818.8147 1.0 1818.8283 2.0 1818.8419 7.0 1818.8555 1.0 1818.8692 3.0 1818.8828 1.0 1818.8964 3.0 1818.9101 2.0 1818.9237 1.0 1818.9373 4.0 1818.9509 7.0 1818.9646 6.0 1818.9782 2.0 1818.9918 7.0 1819.0055 4.0 1819.0191 5.0 1819.0327 5.0 1819.0464 14.0 1819.06 14.0 1819.0736 7.0 1819.0872 4.0 1819.1009 9.0 1819.1145 2.0 1819.1281 2.0 1819.1418 1.0 1819.1554 3.0 1819.169 2.0 1819.1827 1.0 1819.1963 3.0 1819.2099 6.0 1819.2235 4.0 1819.2372 2.0 1819.2508 5.0 1819.2644 5.0 1819.2781 2.0 1819.2917 5.0 1819.3053 2.0 1819.319 2.0 1819.3326 11.0 1819.3462 11.0 1819.3599 7.0 1819.3735 3.0 1819.4007 3.0 1819.4144 4.0 1819.428 4.0 1819.4416 6.0 1819.4553 2.0 1819.4689 3.0 1819.4825 3.0 1819.4962 6.0 1819.5098 5.0 1819.5234 7.0 1819.5371 6.0 1819.5507 7.0 1819.5643 14.0 1819.578 7.0 1819.5916 2.0 1819.6052 12.0 1819.6189 19.0 1819.6325 4.0 1819.6461 4.0 1819.6597 9.0 1819.6734 4.0 1819.687 2.0 1819.7006 8.0 1819.7143 16.0 1819.7279 7.0 1819.7415 4.0 1819.7552 2.0 1819.7688 1.0 1819.7824 2.0 1819.7961 2.0 1819.8097 1.0 1819.8233 3.0 1819.837 1.0 1819.8506 2.0 1819.8642 1.0 1819.8779 4.0 1819.8915 2.0 1819.9051 5.0 1819.9188 2.0 1819.946 6.0 1819.9597 9.0 1819.9869 9.0 1820.0006 6.0 1820.0142 3.0 1820.0278 2.0 1820.0415 4.0 1820.0687 2.0 1820.0824 3.0 1820.096 3.0 1820.1096 4.0 1820.1233 2.0 1820.1369 2.0 1820.1505 6.0 1820.1778 7.0 1820.1914 8.0 1820.2051 7.0 1820.2187 3.0 1820.2323 2.0 1820.246 11.0 1820.2596 9.0 1820.2732 9.0 1820.2869 7.0 1820.3141 8.0 1820.3278 4.0 1820.3551 5.0 1820.3687 14.0 1820.3823 5.0 1820.396 3.0 1820.4096 18.0 1820.4232 8.0 1820.4369 5.0 1820.4505 10.0 1820.4641 4.0 1820.4778 5.0 1820.4914 2.0 1820.505 2.0 1820.5187 2.0 1820.5323 3.0 1820.5459 3.0 1820.5596 2.0 1820.5732 12.0 1820.5869 8.0 1820.6005 5.0 1820.6141 6.0 1820.6278 3.0 1820.6414 1.0 1820.6687 3.0 1820.6823 6.0 1820.6959 10.0 1820.7096 3.0 1820.7232 3.0 1820.7368 2.0 1820.7505 4.0 1820.7641 5.0 1820.7778 8.0 1820.7914 2.0 1820.8187 6.0 1820.8323 4.0 1820.8459 4.0 1820.8596 7.0 1820.8732 4.0 1820.8868 9.0 1820.9005 5.0 1820.9141 3.0 1820.9414 8.0 1820.955 3.0 1820.9687 4.0 1820.9823 3.0 1820.9959 10.0 1821.0096 2.0 1821.0232 2.0 1821.0369 4.0 1821.0505 10.0 1821.0641 18.0 1821.0778 3.0 1821.0914 6.0 1821.105 2.0 1821.1187 8.0 1821.1323 6.0 1821.146 6.0 1821.1596 3.0 1821.1732 4.0 1821.1869 2.0 1821.2005 6.0 1821.2141 6.0 1821.2278 3.0 1821.2414 3.0 1821.2551 2.0 1821.2687 2.0 1821.2823 3.0 1821.296 5.0 1821.3096 1.0 1821.3232 3.0 1821.3369 7.0 1821.3505 8.0 1821.3642 10.0 1821.3778 6.0 1821.3914 7.0 1821.4051 11.0 1821.4187 4.0 1821.4324 7.0 1821.446 3.0 1821.4596 2.0 1821.4733 5.0 1821.4869 3.0 1821.5006 1.0 1821.5142 2.0 1821.5278 4.0 1821.5415 16.0 1821.5551 18.0 1821.5687 15.0 1821.5824 5.0 1821.596 9.0 1821.6097 10.0 1821.6233 5.0 1821.6369 1.0 1821.6506 5.0 1821.6642 3.0 1821.6779 3.0 1821.6915 1.0 1821.7051 1.0 1821.7188 2.0 1821.7324 11.0 1821.7461 10.0 1821.7597 4.0 1821.7733 1.0 1821.787 3.0 1821.8006 2.0 1821.8143 2.0 1821.8279 6.0 1821.8415 2.0 1821.8552 3.0 1821.8825 1.0 1821.8961 8.0 1821.9097 12.0 1821.9234 9.0 1821.937 1.0 1821.9507 5.0 1821.9643 2.0 1821.978 2.0 1821.9916 3.0 1822.0052 6.0 1822.0189 7.0 1822.0325 1.0 1822.0462 3.0 1822.0598 5.0 1822.0734 4.0 1822.0871 10.0 1822.1007 7.0 1822.1144 1.0 1822.128 3.0 1822.1416 1.0 1822.1553 1.0 1822.1689 3.0 1822.1826 2.0 1822.1962 3.0 1822.2099 2.0 1822.2235 4.0 1822.2371 4.0 1822.2508 2.0 1822.2644 1.0 1822.2781 1.0 1822.2917 1.0 1822.3053 7.0 1822.319 1.0 1822.3326 2.0 1822.3463 6.0 1822.3599 11.0 1822.3736 5.0 1822.3872 7.0 1822.4008 1.0 1822.4145 3.0 1822.4281 7.0 1822.4418 6.0 1822.4554 6.0 1822.4691 6.0 1822.4827 4.0 1822.4963 5.0 1822.51 4.0 1822.5236 1.0 1822.5373 3.0 1822.5509 1.0 1822.5646 4.0 1822.5782 5.0 1822.5918 2.0 1822.6055 1.0 1822.6191 3.0 1822.6328 11.0 1822.6464 8.0 1822.6601 3.0 1822.6737 12.0 1822.6873 14.0 1822.701 6.0 1822.7146 3.0 1822.7283 7.0 1822.7419 8.0 1822.7556 8.0 1822.7692 9.0 1822.7829 15.0 1822.7965 11.0 1822.8101 9.0 1822.8374 11.0 1822.8511 8.0 1822.8647 2.0 1822.8784 2.0 1822.892 1.0 1822.9056 3.0 1822.9329 4.0 1822.9466 6.0 1822.9602 14.0 1822.9739 8.0 1822.9875 3.0 1823.0012 6.0 1823.0148 6.0 1823.0284 2.0 1823.0421 3.0 1823.0557 2.0 1823.083 6.0 1823.0967 2.0 1823.1103 1.0 1823.124 3.0 1823.1376 4.0 1823.1513 4.0 1823.1649 2.0 1823.1785 2.0 1823.2058 1.0 1823.2195 2.0 1823.2331 1.0 1823.2468 3.0 1823.2604 5.0 1823.2741 1.0 1823.2877 1.0 1823.3014 9.0 1823.315 5.0 1823.3286 3.0 1823.3423 5.0 1823.3559 7.0 1823.3696 2.0 1823.3832 11.0 1823.3969 8.0 1823.4105 4.0 1823.4242 5.0 1823.4378 2.0 1823.4515 8.0 1823.4651 1.0 1823.4924 1.0 1823.506 2.0 1823.5197 3.0 1823.5606 3.0 1823.5743 2.0 1823.5879 7.0 1823.6016 2.0 1823.6152 4.0 1823.6289 6.0 1823.6425 2.0 1823.6562 4.0 1823.6698 10.0 1823.6835 10.0 1823.6971 7.0 1823.7108 2.0 1823.7244 3.0 1823.738 6.0 1823.7517 4.0 1823.7653 2.0 1823.779 3.0 1823.8063 8.0 1823.8199 4.0 1823.8336 4.0 1823.8472 5.0 1823.8609 3.0 1823.8745 5.0 1823.8882 6.0 1823.9018 4.0 1823.9155 5.0 1823.9291 5.0 1823.9428 4.0 1823.9564 3.0 1823.9701 2.0 1823.9837 7.0 1824.011 1.0 1824.0247 6.0 1824.052 9.0 1824.0656 8.0 1824.0793 9.0 1824.0929 4.0 1824.1066 2.0 1824.1202 3.0 1824.1338 11.0 1824.1475 4.0 1824.1611 9.0 1824.1748 10.0 1824.1884 3.0 1824.2021 6.0 1824.2157 14.0 1824.2294 7.0 1824.243 4.0 1824.2567 4.0 1824.2703 4.0 1824.284 4.0 1824.2976 2.0 1824.3113 1.0 1824.3249 2.0 1824.3386 4.0 1824.3522 11.0 1824.3659 9.0 1824.3932 8.0 1824.4068 10.0 1824.4205 4.0 1824.4341 5.0 1824.4478 3.0 1824.4614 6.0 1824.4751 12.0 1824.4887 4.0 1824.5024 3.0 1824.516 4.0 1824.5297 2.0 1824.5433 4.0 1824.5706 7.0 1824.5843 16.0 1824.5979 9.0 1824.6116 14.0 1824.6252 3.0 1824.6389 10.0 1824.6525 14.0 1824.6662 9.0 1824.6798 5.0 1824.6935 9.0 1824.7072 3.0 1824.7208 6.0 1824.7345 12.0 1824.7481 9.0 1824.7618 12.0 1824.7754 15.0 1824.7891 1.0 1824.8027 5.0 1824.8164 5.0 1824.8437 2.0 1824.8573 2.0 1824.871 4.0 1824.8846 6.0 1824.8983 1.0 1824.9119 5.0 1824.9392 5.0 1824.9529 3.0 1824.9665 1.0 1824.9802 2.0 1824.9938 3.0 1825.0075 2.0 1825.0211 4.0 1825.0348 9.0 1825.0484 3.0 1825.0621 8.0 1825.0758 8.0 1825.0894 7.0 1825.1031 5.0 1825.1167 6.0 1825.1304 5.0 1825.144 11.0 1825.1577 6.0 1825.1713 6.0 1825.185 4.0 1825.1986 3.0 1825.2123 2.0 1825.2259 6.0 1825.2396 7.0 1825.2532 3.0 1825.2669 5.0 1825.2805 5.0 1825.2942 9.0 1825.3079 6.0 1825.3215 5.0 1825.3352 4.0 1825.3625 5.0 1825.3761 6.0 1825.3898 7.0 1825.4034 4.0 1825.4171 3.0 1825.4307 2.0 1825.4444 3.0 1825.458 4.0 1825.4717 5.0 1825.4854 6.0 1825.499 7.0 1825.5127 2.0 1825.54 5.0 1825.5536 2.0 1825.5673 6.0 1825.5809 7.0 1825.5946 13.0 1825.6082 10.0 1825.6219 5.0 1825.6355 11.0 1825.6492 11.0 1825.6629 12.0 1825.6765 10.0 1825.6902 1.0 1825.7038 7.0 1825.7175 12.0 1825.7311 5.0 1825.7448 3.0 1825.7584 10.0 1825.7721 5.0 1825.7858 1.0 1825.7994 4.0 1825.8131 5.0 1825.8267 7.0 1825.8404 2.0 1825.854 6.0 1825.8677 4.0 1825.8813 12.0 1825.895 8.0 1825.9087 1.0 1825.9223 8.0 1825.936 5.0 1825.9496 8.0 1825.9633 8.0 1825.9769 7.0 1825.9906 4.0 1826.0042 1.0 1826.0179 1.0 1826.0316 3.0 1826.0452 2.0 1826.0589 8.0 1826.0725 4.0 1826.0862 5.0 1826.0998 7.0 1826.1135 14.0 1826.1271 5.0 1826.1408 5.0 1826.1545 9.0 1826.1681 4.0 1826.1818 8.0 1826.1954 3.0 1826.2227 8.0 1826.2364 12.0 1826.2501 9.0 1826.2637 9.0 1826.2774 7.0 1826.291 1.0 1826.3047 7.0 1826.3183 9.0 1826.332 9.0 1826.3457 7.0 1826.3593 10.0 1826.3866 3.0 1826.4003 3.0 1826.4276 2.0 1826.4413 4.0 1826.4549 1.0 1826.4686 5.0 1826.4822 2.0 1826.4959 5.0 1826.5096 2.0 1826.5232 1.0 1826.5369 3.0 1826.5505 6.0 1826.5642 20.0 1826.5778 26.0 1826.5915 44.0 1826.6052 67.0 1826.6188 91.0 1826.6325 138.0 1826.6461 163.0 1826.6598 186.0 1826.6735 187.0 1826.6871 153.0 1826.7008 117.0 1826.7144 98.0 1826.7281 79.0 1826.7417 65.0 1826.7554 70.0 1826.7691 31.0 1826.7827 19.0 1826.7964 8.0 1826.81 13.0 1826.8237 12.0 1826.8374 9.0 1826.851 9.0 1826.8647 12.0 1826.8783 10.0 1826.892 9.0 1826.9057 13.0 1826.9193 2.0 1826.933 7.0 1826.9466 2.0 1826.9603 21.0 1826.974 13.0 1826.9876 6.0 1827.0013 8.0 1827.0149 2.0 1827.0286 2.0 1827.0423 3.0 1827.0696 6.0 1827.0832 10.0 1827.0969 2.0 1827.1106 6.0 1827.1242 2.0 1827.1379 1.0 1827.1515 13.0 1827.1652 3.0 1827.1789 5.0 1827.1925 14.0 1827.2062 21.0 1827.2198 6.0 1827.2335 2.0 1827.2472 6.0 1827.2608 3.0 1827.2745 1.0 1827.2881 2.0 1827.3018 2.0 1827.3155 6.0 1827.3291 2.0 1827.3428 7.0 1827.3564 11.0 1827.3701 6.0 1827.3838 6.0 1827.3974 5.0 1827.4111 4.0 1827.4247 4.0 1827.4384 4.0 1827.4657 6.0 1827.4794 4.0 1827.4931 5.0 1827.5067 7.0 1827.5204 5.0 1827.534 6.0 1827.5477 8.0 1827.5614 13.0 1827.575 35.0 1827.5887 47.0 1827.6024 69.0 1827.616 96.0 1827.6297 102.0 1827.6433 63.0 1827.657 78.0 1827.6707 90.0 1827.6843 80.0 1827.698 85.0 1827.7116 70.0 1827.7253 70.0 1827.739 48.0 1827.7526 27.0 1827.7663 13.0 1827.78 4.0 1827.7936 9.0 1827.8073 4.0 1827.821 6.0 1827.8346 16.0 1827.8483 18.0 1827.8619 10.0 1827.8756 4.0 1827.8893 5.0 1827.9166 4.0 1827.9303 6.0 1827.9439 14.0 1827.9576 8.0 1827.9712 1.0 1827.9849 1.0 1827.9986 4.0 1828.0122 5.0 1828.0259 5.0 1828.0396 1.0 1828.0532 1.0 1828.0669 3.0 1828.0806 2.0 1828.0942 4.0 1828.1079 4.0 1828.1215 2.0 1828.1352 4.0 1828.1489 3.0 1828.1762 1.0 1828.2035 5.0 1828.2172 4.0 1828.2309 10.0 1828.2445 14.0 1828.2582 9.0 1828.2719 6.0 1828.2855 2.0 1828.2992 1.0 1828.3128 5.0 1828.3265 4.0 1828.3538 3.0 1828.3675 3.0 1828.3812 2.0 1828.3948 3.0 1828.4085 4.0 1828.4222 12.0 1828.4358 1.0 1828.4495 8.0 1828.4632 7.0 1828.4768 3.0 1828.4905 3.0 1828.5042 3.0 1828.5178 7.0 1828.5315 8.0 1828.5452 9.0 1828.5588 7.0 1828.5725 9.0 1828.5862 11.0 1828.5998 8.0 1828.6135 35.0 1828.6272 41.0 1828.6408 48.0 1828.6545 46.0 1828.6681 34.0 1828.6818 43.0 1828.6955 73.0 1828.7091 53.0 1828.7228 34.0 1828.7365 42.0 1828.7501 31.0 1828.7638 36.0 1828.7775 29.0 1828.7911 22.0 1828.8048 12.0 1828.8185 11.0 1828.8321 4.0 1828.8458 7.0 1828.8595 7.0 1828.8731 4.0 1828.8868 2.0 1828.9005 2.0 1828.9141 2.0 1828.9278 6.0 1828.9415 2.0 1828.9551 4.0 1828.9688 3.0 1828.9825 4.0 1828.9961 2.0 1829.0098 3.0 1829.0235 7.0 1829.0372 13.0 1829.0508 7.0 1829.0645 8.0 1829.0782 3.0 1829.0918 4.0 1829.1192 3.0 1829.1328 7.0 1829.1465 14.0 1829.1602 6.0 1829.1875 4.0 1829.2012 7.0 1829.2148 6.0 1829.2285 1.0 1829.2422 1.0 1829.2558 2.0 1829.2695 5.0 1829.2832 11.0 1829.2968 10.0 1829.3105 4.0 1829.3242 3.0 1829.3378 1.0 1829.3515 6.0 1829.3652 4.0 1829.3789 2.0 1829.3925 6.0 1829.4062 16.0 1829.4199 5.0 1829.4335 3.0 1829.4472 3.0 1829.4745 5.0 1829.4882 7.0 1829.5019 1.0 1829.5155 2.0 1829.5292 6.0 1829.5429 8.0 1829.5566 5.0 1829.5702 5.0 1829.5839 6.0 1829.5976 9.0 1829.6112 14.0 1829.6249 7.0 1829.6386 11.0 1829.6522 15.0 1829.6659 33.0 1829.6796 25.0 1829.6932 19.0 1829.7069 27.0 1829.7206 10.0 1829.7343 8.0 1829.7479 12.0 1829.7616 10.0 1829.7753 7.0 1829.7889 8.0 1829.8026 7.0 1829.8163 5.0 1829.83 3.0 1829.8436 2.0 1829.8573 4.0 1829.871 2.0 1829.8846 2.0 1829.8983 8.0 1829.912 10.0 1829.9256 3.0 1829.9393 6.0 1829.953 9.0 1829.9667 3.0 1829.9803 2.0 1829.994 4.0 1830.0077 5.0 1830.0213 4.0 1830.035 2.0 1830.0487 9.0 1830.0624 6.0 1830.076 7.0 1830.0897 7.0 1830.1034 2.0 1830.117 6.0 1830.1307 4.0 1830.1444 7.0 1830.1581 3.0 1830.1717 11.0 1830.1854 10.0 1830.1991 10.0 1830.2127 6.0 1830.2264 5.0 1830.2401 5.0 1830.2538 2.0 1830.2674 1.0 1830.2811 7.0 1830.2948 7.0 1830.3084 2.0 1830.3221 1.0 1830.3358 7.0 1830.3495 13.0 1830.3631 9.0 1830.3768 4.0 1830.3905 3.0 1830.4042 5.0 1830.4178 5.0 1830.4315 6.0 1830.4452 3.0 1830.4588 2.0 1830.4725 9.0 1830.4862 6.0 1830.4999 3.0 1830.5135 3.0 1830.5272 1.0 1830.5409 4.0 1830.5546 2.0 1830.5682 7.0 1830.5819 8.0 1830.5956 9.0 1830.6093 13.0 1830.6229 4.0 1830.6366 2.0 1830.6503 9.0 1830.6639 5.0 1830.6776 19.0 1830.6913 18.0 1830.705 20.0 1830.7186 10.0 1830.7323 15.0 1830.746 13.0 1830.7597 7.0 1830.7733 1.0 1830.787 10.0 1830.8007 4.0 1830.8144 2.0 1830.828 4.0 1830.8417 5.0 1830.8554 1.0 1830.8691 6.0 1830.8827 4.0 1830.8964 1.0 1830.9101 5.0 1830.9238 4.0 1830.9374 7.0 1830.9511 3.0 1830.9648 4.0 1830.9785 2.0 1830.9921 2.0 1831.0058 3.0 1831.0195 10.0 1831.0331 2.0 1831.0468 3.0 1831.0605 6.0 1831.0878 7.0 1831.1015 4.0 1831.1152 2.0 1831.1289 3.0 1831.1426 7.0 1831.1562 9.0 1831.1699 5.0 1831.1836 3.0 1831.1973 2.0 1831.2109 2.0 1831.2246 4.0 1831.2383 4.0 1831.252 11.0 1831.2656 7.0 1831.2793 4.0 1831.293 3.0 1831.3067 6.0 1831.3203 10.0 1831.334 11.0 1831.3477 8.0 1831.3614 8.0 1831.375 10.0 1831.3887 3.0 1831.4024 3.0 1831.4161 3.0 1831.4297 5.0 1831.4434 5.0 1831.4571 10.0 1831.4708 3.0 1831.4845 2.0 1831.4981 2.0 1831.5118 2.0 1831.5255 2.0 1831.5392 2.0 1831.5528 4.0 1831.5665 6.0 1831.5802 2.0 1831.5939 5.0 1831.6075 5.0 1831.6212 13.0 1831.6349 14.0 1831.6486 7.0 1831.6623 4.0 1831.6759 9.0 1831.6896 3.0 1831.7033 2.0 1831.717 2.0 1831.7306 7.0 1831.7443 2.0 1831.758 3.0 1831.7717 4.0 1831.8127 4.0 1831.8264 8.0 1831.8401 1.0 1831.8537 9.0 1831.8674 6.0 1831.8811 1.0 1831.8948 3.0 1831.9085 2.0 1831.9221 1.0 1831.9358 3.0 1831.9495 2.0 1831.9632 9.0 1831.9768 6.0 1831.9905 5.0 1832.0042 10.0 1832.0179 4.0 1832.0316 5.0 1832.0452 4.0 1832.0589 9.0 1832.0726 7.0 1832.0863 5.0 1832.1 5.0 1832.1136 3.0 1832.1273 3.0 1832.141 1.0 1832.1547 13.0 1832.1684 6.0 1832.182 3.0 1832.1957 1.0 1832.2094 7.0 1832.2231 11.0 1832.2367 6.0 1832.2504 7.0 1832.2641 5.0 1832.2778 6.0 1832.2915 5.0 1832.3051 1.0 1832.3188 4.0 1832.3325 7.0 1832.3462 9.0 1832.3599 7.0 1832.3735 3.0 1832.3872 3.0 1832.4009 10.0 1832.4146 7.0 1832.4283 8.0 1832.4419 6.0 1832.4556 1.0 1832.4693 8.0 1832.483 5.0 1832.4967 12.0 1832.5103 7.0 1832.524 3.0 1832.5377 4.0 1832.5514 4.0 1832.5651 4.0 1832.5788 4.0 1832.5924 4.0 1832.6061 3.0 1832.6198 1.0 1832.6335 5.0 1832.6472 1.0 1832.6608 7.0 1832.6745 4.0 1832.7019 3.0 1832.7156 7.0 1832.7292 9.0 1832.7429 10.0 1832.7566 4.0 1832.7703 7.0 1832.784 4.0 1832.7976 4.0 1832.8113 3.0 1832.825 6.0 1832.8387 5.0 1832.8524 2.0 1832.8661 1.0 1832.8797 1.0 1832.8934 6.0 1832.9071 4.0 1832.9208 6.0 1832.9345 3.0 1832.9482 2.0 1832.9755 8.0 1832.9892 5.0 1833.0029 2.0 1833.0166 2.0 1833.0302 9.0 1833.0439 2.0 1833.0576 5.0 1833.0713 7.0 1833.085 1.0 1833.0987 4.0 1833.1123 1.0 1833.126 1.0 1833.1397 8.0 1833.1534 5.0 1833.1671 2.0 1833.1808 6.0 1833.1944 4.0 1833.2081 9.0 1833.2218 4.0 1833.2355 2.0 1833.2492 3.0 1833.2629 4.0 1833.2765 14.0 1833.2902 5.0 1833.3039 3.0 1833.3176 5.0 1833.3313 4.0 1833.345 2.0 1833.3586 4.0 1833.3723 11.0 1833.386 11.0 1833.3997 4.0 1833.4134 6.0 1833.4271 1.0 1833.4407 7.0 1833.4544 7.0 1833.4681 6.0 1833.4818 3.0 1833.4955 4.0 1833.5228 3.0 1833.5365 3.0 1833.5502 5.0 1833.5639 6.0 1833.5776 2.0 1833.5913 4.0 1833.605 2.0 1833.6186 2.0 1833.6323 4.0 1833.646 3.0 1833.6597 6.0 1833.6734 2.0 1833.6871 2.0 1833.7007 2.0 1833.7144 2.0 1833.7281 1.0 1833.7418 4.0 1833.7555 7.0 1833.7692 7.0 1833.7829 8.0 1833.7965 6.0 1833.8102 5.0 1833.8239 2.0 1833.8376 5.0 1833.8513 3.0 1833.865 8.0 1833.8787 2.0 1833.8923 6.0 1833.906 8.0 1833.9197 6.0 1833.9334 1.0 1833.9608 5.0 1833.9745 2.0 1833.9881 4.0 1834.0018 3.0 1834.0155 2.0 1834.0292 1.0 1834.0429 6.0 1834.0566 2.0 1834.0703 14.0 1834.0839 11.0 1834.0976 10.0 1834.1113 10.0 1834.125 3.0 1834.1387 5.0 1834.1524 3.0 1834.1661 2.0 1834.1798 5.0 1834.1934 12.0 1834.2071 4.0 1834.2208 2.0 1834.2345 4.0 1834.2482 2.0 1834.2619 2.0 1834.2756 4.0 1834.2893 1.0 1834.3166 4.0 1834.3303 7.0 1834.3577 1.0 1834.3714 5.0 1834.3851 3.0 1834.3988 1.0 1834.4124 4.0 1834.4261 5.0 1834.4398 2.0 1834.4535 3.0 1834.4672 5.0 1834.4809 3.0 1834.4946 3.0 1834.5083 4.0 1834.5219 2.0 1834.5356 2.0 1834.5493 1.0 1834.563 1.0 1834.5767 3.0 1834.5904 1.0 1834.6314 5.0 1834.6451 4.0 1834.6588 2.0 1834.6725 9.0 1834.6862 3.0 1834.6999 1.0 1834.7136 2.0 1834.7273 2.0 1834.741 7.0 1834.7546 1.0 1834.7683 4.0 1834.782 5.0 1834.7957 5.0 1834.8094 11.0 1834.8231 13.0 1834.8368 11.0 1834.8505 6.0 1834.8642 3.0 1834.8779 2.0 1834.8915 2.0 1834.9052 6.0 1834.9189 3.0 1834.9326 4.0 1834.9463 6.0 1834.96 4.0 1834.9737 1.0 1834.9874 6.0 1835.0011 6.0 1835.0147 13.0 1835.0284 8.0 1835.0421 10.0 1835.0558 5.0 1835.0695 7.0 1835.0832 4.0 1835.0969 1.0 1835.1106 7.0 1835.1243 2.0 1835.138 2.0 1835.1516 5.0 1835.1653 7.0 1835.179 6.0 1835.1927 3.0 1835.2064 2.0 1835.2201 7.0 1835.2338 6.0 1835.2475 6.0 1835.2612 1.0 1835.2886 7.0 1835.3022 6.0 1835.3159 7.0 1835.3296 3.0 1835.3433 2.0 1835.3707 3.0 1835.3844 5.0 1835.3981 3.0 1835.4118 7.0 1835.4392 5.0 1835.4529 5.0 1835.4665 6.0 1835.4802 17.0 1835.4939 6.0 1835.5076 10.0 1835.535 3.0 1835.5487 2.0 1835.5624 2.0 1835.5761 3.0 1835.5898 3.0 1835.6035 5.0 1835.6172 12.0 1835.6308 8.0 1835.6445 4.0 1835.6582 6.0 1835.6719 4.0 1835.6856 1.0 1835.6993 2.0 1835.713 3.0 1835.7404 1.0 1835.7541 3.0 1835.7678 3.0 1835.7815 3.0 1835.7952 3.0 1835.8089 4.0 1835.8225 2.0 1835.8362 3.0 1835.8499 6.0 1835.8773 4.0 1835.891 7.0 1835.9047 2.0 1835.9184 1.0 1835.9321 4.0 1835.9458 1.0 1835.9595 3.0 1835.9869 8.0 1836.0006 3.0 1836.0143 7.0 1836.0279 12.0 1836.0416 7.0 1836.0553 2.0 1836.069 1.0 1836.0827 6.0 1836.0964 2.0 1836.1101 3.0 1836.1238 4.0 1836.1375 5.0 1836.1512 3.0 1836.1649 5.0 1836.1786 2.0 1836.1923 1.0 1836.206 7.0 1836.2197 5.0 1836.2334 7.0 1836.2471 14.0 1836.2607 10.0 1836.2744 8.0 1836.2881 4.0 1836.3018 7.0 1836.3155 1.0 1836.3292 2.0 1836.3429 8.0 1836.3566 5.0 1836.3703 1.0 1836.384 2.0 1836.3977 1.0 1836.4114 3.0 1836.4251 1.0 1836.4388 2.0 1836.4525 4.0 1836.4662 1.0 1836.4799 1.0 1836.4936 1.0 1836.5073 4.0 1836.521 7.0 1836.5346 8.0 1836.5483 5.0 1836.562 7.0 1836.5757 4.0 1836.5894 5.0 1836.6031 1.0 1836.6168 3.0 1836.6305 1.0 1836.6442 5.0 1836.6579 5.0 1836.6716 5.0 1836.6853 4.0 1836.699 4.0 1836.7127 3.0 1836.7264 2.0 1836.7401 8.0 1836.7538 6.0 1836.7675 2.0 1836.7812 2.0 1836.7949 1.0 1836.8223 5.0 1836.836 12.0 1836.8497 9.0 1836.8634 5.0 1836.8771 5.0 1836.8908 3.0 1836.9045 2.0 1836.9181 1.0 1836.9318 3.0 1836.9455 6.0 1836.9592 6.0 1836.9729 8.0 1836.9866 3.0 1837.0003 1.0 1837.014 2.0 1837.0277 1.0 1837.0414 6.0 1837.0551 3.0 1837.0688 7.0 1837.0825 5.0 1837.0962 2.0 1837.1099 3.0 1837.1236 2.0 1837.1373 11.0 1837.151 8.0 1837.1647 10.0 1837.1784 3.0 1837.1921 6.0 1837.2058 4.0 1837.2195 6.0 1837.2332 4.0 1837.2469 4.0 1837.2606 6.0 1837.2743 10.0 1837.288 3.0 1837.3017 10.0 1837.3154 8.0 1837.3291 2.0 1837.3428 1.0 1837.3565 3.0 1837.3702 2.0 1837.3839 3.0 1837.3976 3.0 1837.4113 2.0 1837.425 3.0 1837.4387 1.0 1837.4524 5.0 1837.4661 3.0 1837.4935 3.0 1837.5072 4.0 1837.5209 4.0 1837.5346 11.0 1837.5483 13.0 1837.562 3.0 1837.5757 5.0 1837.5894 4.0 1837.6031 1.0 1837.6168 2.0 1837.6305 20.0 1837.6442 8.0 1837.6716 6.0 1837.6853 5.0 1837.7264 2.0 1837.7401 5.0 1837.7538 10.0 1837.7675 5.0 1837.7812 1.0 1837.7949 2.0 1837.8086 4.0 1837.8223 2.0 1837.836 3.0 1837.8497 1.0 1837.8634 3.0 1837.8908 3.0 1837.9045 5.0 1837.9182 5.0 1837.9319 3.0 1837.9593 4.0 1837.973 3.0 1837.9867 4.0 1838.0004 4.0 1838.0141 1.0 1838.0278 4.0 1838.0415 3.0 1838.0689 2.0 1838.0826 7.0 1838.0963 4.0 1838.11 5.0 1838.1237 5.0 1838.1374 2.0 1838.1511 3.0 1838.1648 1.0 1838.1785 1.0 1838.1922 3.0 1838.2059 7.0 1838.2196 8.0 1838.2333 5.0 1838.247 3.0 1838.2607 2.0 1838.2744 4.0 1838.2881 2.0 1838.3018 3.0 1838.3155 1.0 1838.3292 11.0 1838.3429 14.0 1838.3566 4.0 1838.3703 3.0 1838.384 3.0 1838.3977 3.0 1838.4114 9.0 1838.4251 6.0 1838.4388 1.0 1838.4525 9.0 1838.4663 10.0 1838.48 3.0 1838.4937 2.0 1838.5074 4.0 1838.5211 9.0 1838.5348 7.0 1838.5485 7.0 1838.5622 5.0 1838.5759 5.0 1838.5896 4.0 1838.6033 10.0 1838.617 5.0 1838.6307 11.0 1838.6444 9.0 1838.6581 4.0 1838.6718 2.0 1838.6855 4.0 1838.6992 3.0 1838.7129 5.0 1838.7266 2.0 1838.7403 4.0 1838.754 1.0 1838.7814 1.0 1838.7951 2.0 1838.8088 4.0 1838.8225 12.0 1838.8362 4.0 1838.85 5.0 1838.8637 8.0 1838.8774 1.0 1838.8911 3.0 1838.9048 2.0 1838.9185 9.0 1838.9322 2.0 1838.9459 2.0 1838.9596 2.0 1838.9733 8.0 1838.987 2.0 1839.0144 1.0 1839.0281 5.0 1839.0418 3.0 1839.0555 1.0 1839.0692 2.0 1839.0829 1.0 1839.0966 1.0 1839.1103 12.0 1839.1241 1.0 1839.1378 2.0 1839.1515 8.0 1839.1652 4.0 1839.1789 2.0 1839.1926 1.0 1839.2063 3.0 1839.22 1.0 1839.2337 5.0 1839.2474 7.0 1839.2611 12.0 1839.2748 11.0 1839.2885 9.0 1839.3022 6.0 1839.3159 6.0 1839.3296 7.0 1839.3433 5.0 1839.357 3.0 1839.3708 6.0 1839.3845 2.0 1839.3982 4.0 1839.4119 9.0 1839.4256 6.0 1839.4393 5.0 1839.453 5.0 1839.4667 3.0 1839.4804 5.0 1839.4941 4.0 1839.5078 6.0 1839.5215 3.0 1839.5352 2.0 1839.5489 14.0 1839.5626 4.0 1839.5764 3.0 1839.5901 2.0 1839.6038 2.0 1839.6175 5.0 1839.6312 2.0 1839.6449 3.0 1839.6586 4.0 1839.6723 6.0 1839.686 3.0 1839.6997 8.0 1839.7134 3.0 1839.7271 2.0 1839.7546 2.0 1839.7683 3.0 1839.782 4.0 1839.7957 7.0 1839.8094 4.0 1839.8231 1.0 1839.8368 4.0 1839.8505 8.0 1839.8642 2.0 1839.8779 5.0 1839.8916 4.0 1839.919 7.0 1839.9328 4.0 1839.9465 8.0 1839.9602 6.0 1839.9739 6.0 1839.9876 2.0 1840.0013 11.0 1840.015 7.0 1840.0287 7.0 1840.0424 5.0 1840.0561 5.0 1840.0698 2.0 1840.0836 2.0 1840.111 5.0 1840.1247 9.0 1840.1384 4.0 1840.1521 1.0 1840.1658 16.0 1840.1795 14.0 1840.1932 6.0 1840.2069 1.0 1840.2206 5.0 1840.2344 4.0 1840.2481 4.0 1840.2618 6.0 1840.2755 6.0 1840.2892 3.0 1840.3029 3.0 1840.3166 5.0 1840.3303 1.0 1840.344 1.0 1840.3577 2.0 1840.3715 1.0 1840.3852 1.0 1840.3989 2.0 1840.4126 6.0 1840.4263 4.0 1840.44 5.0 1840.4537 7.0 1840.4674 2.0 1840.4811 5.0 1840.4948 3.0 1840.5086 3.0 1840.5223 2.0 1840.536 1.0 1840.5497 5.0 1840.5634 4.0 1840.5771 5.0 1840.5908 1.0 1840.6045 1.0 1840.6182 2.0 1840.632 6.0 1840.6457 7.0 1840.6594 2.0 1840.6731 5.0 1840.6868 8.0 1840.7005 6.0 1840.7142 5.0 1840.7279 3.0 1840.7416 1.0 1840.7554 10.0 1840.7691 10.0 1840.7828 2.0 1840.7965 5.0 1840.8102 5.0 1840.8239 7.0 1840.8376 2.0 1840.8513 7.0 1840.8651 11.0 1840.8925 2.0 1840.9062 5.0 1840.9199 7.0 1840.9336 10.0 1840.9473 2.0 1840.961 3.0 1840.9885 12.0 1841.0022 9.0 1841.0159 1.0 1841.0296 6.0 1841.0433 6.0 1841.057 6.0 1841.0707 1.0 1841.0844 3.0 1841.0982 1.0 1841.1119 1.0 1841.1256 7.0 1841.1393 4.0 1841.153 11.0 1841.1667 7.0 1841.1804 17.0 1841.1942 9.0 1841.2079 10.0 1841.2216 3.0 1841.2353 4.0 1841.249 7.0 1841.2627 6.0 1841.2764 3.0 1841.2901 2.0 1841.3039 1.0 1841.3176 5.0 1841.3313 2.0 1841.345 6.0 1841.3587 6.0 1841.3724 6.0 1841.3999 5.0 1841.4136 7.0 1841.4273 3.0 1841.441 2.0 1841.4547 6.0 1841.4684 7.0 1841.4821 1.0 1841.4959 7.0 1841.5096 12.0 1841.5233 6.0 1841.537 4.0 1841.5644 1.0 1841.5781 6.0 1841.5919 6.0 1841.6056 2.0 1841.6193 14.0 1841.633 9.0 1841.6467 5.0 1841.6604 1.0 1841.6741 9.0 1841.6879 6.0 1841.7016 2.0 1841.7153 2.0 1841.729 4.0 1841.7427 3.0 1841.7564 5.0 1841.7702 3.0 1841.7839 3.0 1841.8113 1.0 1841.825 6.0 1841.8387 6.0 1841.8524 3.0 1841.8662 6.0 1841.8799 6.0 1841.8936 7.0 1841.9073 4.0 1841.921 4.0 1841.9347 4.0 1841.9485 6.0 1841.9622 13.0 1841.9759 4.0 1841.9896 1.0 1842.0033 8.0 1842.017 10.0 1842.0308 8.0 1842.0445 2.0 1842.0582 3.0 1842.0719 2.0 1842.0856 3.0 1842.0993 2.0 1842.113 7.0 1842.1268 3.0 1842.1405 6.0 1842.1542 11.0 1842.1679 3.0 1842.1816 5.0 1842.1954 8.0 1842.2091 2.0 1842.2228 3.0 1842.2365 7.0 1842.2502 5.0 1842.2639 8.0 1842.2777 12.0 1842.2914 6.0 1842.3051 4.0 1842.3188 3.0 1842.3325 4.0 1842.3462 5.0 1842.36 3.0 1842.3737 5.0 1842.3874 12.0 1842.4011 7.0 1842.4148 3.0 1842.4285 6.0 1842.4423 4.0 1842.456 7.0 1842.4697 8.0 1842.4834 5.0 1842.5109 4.0 1842.5246 4.0 1842.5383 2.0 1842.552 1.0 1842.5657 2.0 1842.5794 1.0 1842.6206 9.0 1842.6343 10.0 1842.648 12.0 1842.6618 10.0 1842.6755 14.0 1842.6892 2.0 1842.7029 3.0 1842.7166 9.0 1842.7303 3.0 1842.7441 2.0 1842.7578 11.0 1842.7715 12.0 1842.7852 2.0 1842.7989 4.0 1842.8127 5.0 1842.8264 2.0 1842.8401 7.0 1842.8538 8.0 1842.8675 7.0 1842.8813 3.0 1842.895 3.0 1842.9087 1.0 1842.9224 1.0 1842.9361 5.0 1842.9499 8.0 1842.9636 4.0 1842.991 4.0 1843.0185 1.0 1843.0322 3.0 1843.0459 3.0 1843.0596 1.0 1843.0871 4.0 1843.1008 5.0 1843.1145 3.0 1843.1282 1.0 1843.1419 2.0 1843.1557 6.0 1843.1694 2.0 1843.1831 8.0 1843.1968 6.0 1843.2105 9.0 1843.2243 10.0 1843.238 9.0 1843.2517 6.0 1843.2654 8.0 1843.2791 9.0 1843.2929 6.0 1843.3066 4.0 1843.3203 3.0 1843.334 2.0 1843.3478 2.0 1843.3615 7.0 1843.3752 4.0 1843.3889 2.0 1843.4026 3.0 1843.4164 2.0 1843.4301 6.0 1843.4438 4.0 1843.4575 12.0 1843.4712 8.0 1843.485 6.0 1843.4987 3.0 1843.5124 4.0 1843.5261 2.0 1843.5399 9.0 1843.5536 6.0 1843.5673 6.0 1843.581 6.0 1843.5947 5.0 1843.6085 4.0 1843.6359 4.0 1843.6496 11.0 1843.6634 7.0 1843.6908 1.0 1843.7045 5.0 1843.7182 3.0 1843.732 9.0 1843.7457 2.0 1843.7594 4.0 1843.7731 1.0 1843.7869 4.0 1843.8006 9.0 1843.8143 8.0 1843.828 14.0 1843.8418 12.0 1843.8555 12.0 1843.8692 9.0 1843.8829 4.0 1843.8966 1.0 1843.9104 2.0 1843.9241 2.0 1843.9378 4.0 1843.9515 3.0 1843.9653 1.0 1843.979 1.0 1843.9927 4.0 1844.0064 2.0 1844.0202 1.0 1844.0339 5.0 1844.0476 2.0 1844.0613 4.0 1844.0751 3.0 1844.0888 10.0 1844.1025 15.0 1844.1162 6.0 1844.1299 4.0 1844.1437 1.0 1844.1574 3.0 1844.1711 6.0 1844.1848 7.0 1844.1986 7.0 1844.2123 2.0 1844.226 3.0 1844.2397 1.0 1844.2535 9.0 1844.2672 8.0 1844.2809 4.0 1844.2946 1.0 1844.3084 6.0 1844.3221 4.0 1844.3358 2.0 1844.3495 6.0 1844.3633 8.0 1844.377 9.0 1844.3907 4.0 1844.4044 2.0 1844.4182 3.0 1844.4319 2.0 1844.4456 5.0 1844.4593 6.0 1844.4731 4.0 1844.4868 1.0 1844.528 2.0 1844.5417 7.0 1844.5554 6.0 1844.5691 4.0 1844.5829 2.0 1844.5966 6.0 1844.6103 8.0 1844.6241 3.0 1844.6515 2.0 1844.6652 2.0 1844.679 1.0 1844.6927 2.0 1844.7064 2.0 1844.7201 2.0 1844.7339 3.0 1844.7476 11.0 1844.7613 3.0 1844.775 3.0 1844.7888 2.0 1844.8025 10.0 1844.8162 5.0 1844.8299 8.0 1844.8437 12.0 1844.8574 4.0 1844.8711 6.0 1844.8849 2.0 1844.8986 3.0 1844.9123 1.0 1844.926 3.0 1844.9398 2.0 1844.9535 7.0 1844.9672 9.0 1844.9809 5.0 1844.9947 5.0 1845.0084 3.0 1845.0221 3.0 1845.0359 10.0 1845.0496 6.0 1845.0633 4.0 1845.077 5.0 1845.0908 2.0 1845.1045 3.0 1845.1182 2.0 1845.132 4.0 1845.1457 3.0 1845.1594 8.0 1845.1731 11.0 1845.1869 1.0 1845.2006 7.0 1845.2143 13.0 1845.228 8.0 1845.2418 3.0 1845.2555 4.0 1845.2692 2.0 1845.283 4.0 1845.2967 4.0 1845.3104 4.0 1845.3241 11.0 1845.3379 12.0 1845.3516 6.0 1845.3653 3.0 1845.3928 3.0 1845.4065 9.0 1845.4202 5.0 1845.434 2.0 1845.4477 6.0 1845.4614 8.0 1845.4752 3.0 1845.4889 4.0 1845.5026 2.0 1845.5164 5.0 1845.5301 1.0 1845.5438 7.0 1845.5575 3.0 1845.5713 2.0 1845.585 2.0 1845.5987 4.0 1845.6125 4.0 1845.6262 2.0 1845.6399 4.0 1845.6537 2.0 1845.6674 3.0 1845.6811 2.0 1845.6948 7.0 1845.7086 2.0 1845.7223 2.0 1845.736 4.0 1845.7498 4.0 1845.7635 3.0 1845.791 3.0 1845.8047 9.0 1845.8184 5.0 1845.8321 1.0 1845.8459 4.0 1845.8596 2.0 1845.8733 3.0 1845.8871 2.0 1845.9008 3.0 1845.9145 3.0 1845.9283 2.0 1845.9557 5.0 1845.9695 3.0 1845.9832 1.0 1845.9969 1.0 1846.0106 1.0 1846.0244 1.0 1846.0381 2.0 1846.0518 6.0 1846.0656 2.0 1846.0793 6.0 1846.093 8.0 1846.1068 3.0 1846.1205 1.0 1846.1342 2.0 1846.148 8.0 1846.1617 10.0 1846.1754 6.0 1846.1892 5.0 1846.2029 1.0 1846.2166 2.0 1846.2304 8.0 1846.2441 5.0 1846.2578 7.0 1846.2715 7.0 1846.2853 3.0 1846.299 11.0 1846.3127 7.0 1846.3265 7.0 1846.3402 2.0 1846.3539 2.0 1846.3677 8.0 1846.3814 6.0 1846.4226 1.0 1846.4363 5.0 1846.4501 1.0 1846.4638 8.0 1846.4775 10.0 1846.4913 4.0 1846.505 2.0 1846.5187 2.0 1846.5325 3.0 1846.5462 2.0 1846.5599 2.0 1846.5737 2.0 1846.5874 3.0 1846.6011 5.0 1846.6149 2.0 1846.6286 1.0 1846.6423 3.0 1846.6698 3.0 1846.6835 4.0 1846.6973 7.0 1846.711 2.0 1846.7247 4.0 1846.7385 1.0 1846.7522 3.0 1846.7659 2.0 1846.7797 5.0 1846.7934 13.0 1846.8071 4.0 1846.8209 1.0 1846.8346 2.0 1846.8483 4.0 1846.8621 4.0 1846.8758 4.0 1846.8895 3.0 1846.9033 7.0 1846.917 1.0 1846.9308 1.0 1846.9445 6.0 1846.9582 10.0 1846.972 7.0 1846.9857 4.0 1846.9994 3.0 1847.0132 4.0 1847.0269 4.0 1847.0406 2.0 1847.0544 5.0 1847.0681 14.0 1847.0818 7.0 1847.0956 1.0 1847.1093 2.0 1847.123 1.0 1847.1368 1.0 1847.1505 5.0 1847.1643 4.0 1847.178 2.0 1847.1917 7.0 1847.2055 1.0 1847.2192 3.0 1847.2329 4.0 1847.2467 3.0 1847.2604 14.0 1847.2741 9.0 1847.2879 11.0 1847.3016 10.0 1847.3153 18.0 1847.3291 2.0 1847.3428 3.0 1847.3566 1.0 1847.3703 3.0 1847.384 6.0 1847.3978 6.0 1847.4115 1.0 1847.4252 2.0 1847.439 6.0 1847.4527 1.0 1847.4664 10.0 1847.4802 4.0 1847.4939 2.0 1847.5077 1.0 1847.5214 7.0 1847.5351 8.0 1847.5489 4.0 1847.5626 3.0 1847.5763 5.0 1847.5901 8.0 1847.6038 6.0 1847.6176 3.0 1847.6313 1.0 1847.645 2.0 1847.6588 4.0 1847.6725 5.0 1847.6862 4.0 1847.7 4.0 1847.7137 9.0 1847.7275 6.0 1847.7412 5.0 1847.7549 2.0 1847.7687 4.0 1847.7824 3.0 1847.7961 3.0 1847.8099 7.0 1847.8236 9.0 1847.8374 4.0 1847.8511 5.0 1847.8648 2.0 1847.8786 2.0 1847.8923 5.0 1847.906 2.0 1847.9198 2.0 1847.9335 3.0 1847.9473 4.0 1847.961 9.0 1847.9747 2.0 1847.9885 1.0 1848.0022 7.0 1848.016 3.0 1848.0297 6.0 1848.0434 2.0 1848.0572 6.0 1848.0709 5.0 1848.0846 2.0 1848.0984 2.0 1848.1121 9.0 1848.1259 6.0 1848.1396 7.0 1848.1533 3.0 1848.1671 4.0 1848.1808 5.0 1848.2083 3.0 1848.222 2.0 1848.2358 5.0 1848.2495 5.0 1848.2633 1.0 1848.277 3.0 1848.2907 3.0 1848.3182 2.0 1848.332 6.0 1848.3457 9.0 1848.3594 3.0 1848.3869 1.0 1848.4007 4.0 1848.4144 2.0 1848.4281 3.0 1848.4419 2.0 1848.4556 3.0 1848.4694 7.0 1848.4831 4.0 1848.4968 2.0 1848.5106 3.0 1848.5381 1.0 1848.5518 3.0 1848.5655 1.0 1848.593 1.0 1848.6068 1.0 1848.6343 2.0 1848.648 5.0 1848.6617 7.0 1848.6755 5.0 1848.6892 1.0 1848.703 3.0 1848.7167 2.0 1848.7304 2.0 1848.7442 3.0 1848.7579 4.0 1848.7717 1.0 1848.7854 7.0 1848.7991 7.0 1848.8129 3.0 1848.8266 6.0 1848.8404 5.0 1848.8541 7.0 1848.8679 8.0 1848.8816 3.0 1848.8953 5.0 1848.9091 5.0 1848.9228 2.0 1848.9366 5.0 1848.9503 1.0 1848.9641 6.0 1848.9778 3.0 1848.9915 3.0 1849.0053 6.0 1849.019 2.0 1849.0328 4.0 1849.0465 3.0 1849.0602 5.0 1849.074 4.0 1849.0877 4.0 1849.1015 1.0 1849.1152 3.0 1849.129 5.0 1849.1427 4.0 1849.1564 2.0 1849.1702 2.0 1849.1839 1.0 1849.1977 6.0 1849.2114 4.0 1849.2252 8.0 1849.2389 14.0 1849.2527 6.0 1849.2664 3.0 1849.2801 2.0 1849.2939 3.0 1849.3076 2.0 1849.3214 3.0 1849.3351 7.0 1849.3489 4.0 1849.3626 4.0 1849.3763 10.0 1849.3901 7.0 1849.4038 4.0 1849.4176 2.0 1849.4313 2.0 1849.4451 3.0 1849.4588 2.0 1849.4726 4.0 1849.4863 3.0 1849.5 6.0 1849.5275 3.0 1849.5413 7.0 1849.555 8.0 1849.5688 1.0 1849.5825 10.0 1849.5963 5.0 1849.61 2.0 1849.6237 2.0 1849.6375 1.0 1849.6512 4.0 1849.665 3.0 1849.6787 1.0 1849.6925 1.0 1849.7062 5.0 1849.72 6.0 1849.7474 3.0 1849.7612 2.0 1849.7749 1.0 1849.7887 2.0 1849.8024 3.0 1849.8162 3.0 1849.8299 4.0 1849.8437 3.0 1849.8574 1.0 1849.8712 2.0 1849.8849 2.0 1849.8986 4.0 1849.9124 3.0 1849.9261 2.0 1849.9399 9.0 1849.9536 3.0 1849.9674 1.0 1849.9811 1.0 1849.9949 4.0 1850.0086 9.0 1850.0224 4.0 1850.0361 3.0 1850.0499 4.0 1850.0636 3.0 1850.0773 1.0 1850.0911 4.0 1850.1048 3.0 1850.1186 3.0 1850.1323 4.0 1850.1461 5.0 1850.1598 8.0 1850.1736 2.0 1850.2011 4.0 1850.2148 6.0 1850.2286 4.0 1850.2423 4.0 1850.2561 4.0 1850.2698 6.0 1850.2835 5.0 1850.2973 7.0 1850.311 5.0 1850.3248 9.0 1850.3385 8.0 1850.3523 1.0 1850.366 10.0 1850.3798 4.0 1850.3935 1.0 1850.4073 5.0 1850.421 8.0 1850.4348 4.0 1850.4485 3.0 1850.4623 4.0 1850.476 6.0 1850.4898 9.0 1850.5035 1.0 1850.5173 1.0 1850.531 6.0 1850.5448 5.0 1850.5585 4.0 1850.5723 1.0 1850.586 5.0 1850.5997 11.0 1850.6135 7.0 1850.6272 4.0 1850.641 3.0 1850.6547 7.0 1850.6685 4.0 1850.6822 2.0 1850.696 5.0 1850.7097 2.0 1850.7235 4.0 1850.7372 3.0 1850.751 5.0 1850.7647 10.0 1850.7785 9.0 1850.7922 1.0 1850.806 5.0 1850.8197 5.0 1850.8335 1.0 1850.8472 9.0 1850.861 5.0 1850.8747 2.0 1850.8885 4.0 1850.9022 3.0 1850.916 2.0 1850.9297 3.0 1850.9435 5.0 1850.9572 8.0 1850.971 6.0 1850.9847 6.0 1850.9985 2.0 1851.0122 7.0 1851.026 4.0 1851.0397 5.0 1851.0535 6.0 1851.0672 2.0 1851.081 3.0 1851.0947 6.0 1851.1085 4.0 1851.1222 1.0 1851.136 5.0 1851.1497 8.0 1851.1635 1.0 1851.1772 9.0 1851.191 8.0 1851.2047 12.0 1851.2185 4.0 1851.2322 3.0 1851.246 3.0 1851.2597 1.0 1851.2735 2.0 1851.2872 10.0 1851.301 10.0 1851.3147 1.0 1851.3285 2.0 1851.3422 9.0 1851.356 8.0 1851.3697 1.0 1851.3835 6.0 1851.3972 2.0 1851.411 6.0 1851.4247 2.0 1851.4385 3.0 1851.4523 4.0 1851.466 3.0 1851.4798 4.0 1851.4935 3.0 1851.5073 1.0 1851.521 3.0 1851.5348 9.0 1851.5485 3.0 1851.5623 2.0 1851.576 3.0 1851.5898 6.0 1851.6035 3.0 1851.6173 2.0 1851.631 4.0 1851.6448 1.0 1851.6585 5.0 1851.6723 4.0 1851.686 11.0 1851.6998 17.0 1851.7135 6.0 1851.7273 5.0 1851.741 10.0 1851.7548 3.0 1851.7686 2.0 1851.7823 4.0 1851.7961 4.0 1851.8098 3.0 1851.8236 6.0 1851.8373 10.0 1851.8511 4.0 1851.8648 6.0 1851.8786 3.0 1851.8923 1.0 1851.9061 1.0 1851.9198 5.0 1851.9336 15.0 1851.9473 5.0 1851.9611 2.0 1851.9748 6.0 1852.0024 6.0 1852.0161 2.0 1852.0299 4.0 1852.0436 8.0 1852.0574 8.0 1852.0849 1.0 1852.0986 1.0 1852.1124 4.0 1852.1261 2.0 1852.1399 4.0 1852.1537 4.0 1852.1674 1.0 1852.1812 8.0 1852.1949 3.0 1852.2087 2.0 1852.2224 5.0 1852.2362 7.0 1852.2499 5.0 1852.2637 3.0 1852.2774 1.0 1852.2912 4.0 1852.305 2.0 1852.3187 4.0 1852.3325 4.0 1852.3462 4.0 1852.36 6.0 1852.3737 1.0 1852.3875 4.0 1852.4012 4.0 1852.415 8.0 1852.4287 6.0 1852.4425 3.0 1852.47 5.0 1852.4838 2.0 1852.4975 4.0 1852.5113 7.0 1852.525 2.0 1852.5388 2.0 1852.5525 3.0 1852.5663 4.0 1852.5801 1.0 1852.5938 4.0 1852.6076 2.0 1852.6213 7.0 1852.6351 8.0 1852.6488 15.0 1852.6626 7.0 1852.6763 2.0 1852.6901 3.0 1852.7039 3.0 1852.7176 5.0 1852.7314 1.0 1852.7451 4.0 1852.7589 2.0 1852.7726 5.0 1852.7864 2.0 1852.8002 2.0 1852.8139 1.0 1852.8277 5.0 1852.8414 8.0 1852.8552 3.0 1852.8689 4.0 1852.8827 5.0 1852.8965 3.0 1852.9102 2.0 1852.924 2.0 1852.9377 4.0 1852.9515 5.0 1852.9652 3.0 1852.979 7.0 1852.9928 2.0 1853.0065 1.0 1853.0203 4.0 1853.034 5.0 1853.0478 1.0 1853.0615 1.0 1853.0753 6.0 1853.0891 4.0 1853.1028 5.0 1853.1166 7.0 1853.1303 14.0 1853.1441 8.0 1853.1578 10.0 1853.1716 11.0 1853.1854 5.0 1853.1991 1.0 1853.2129 8.0 1853.2266 3.0 1853.2404 4.0 1853.2542 4.0 1853.2679 2.0 1853.2817 5.0 1853.2954 4.0 1853.3092 2.0 1853.3229 3.0 1853.3367 6.0 1853.3505 3.0 1853.3642 8.0 1853.378 7.0 1853.3917 4.0 1853.4055 7.0 1853.4193 7.0 1853.433 4.0 1853.4468 2.0 1853.4605 1.0 1853.4743 1.0 1853.4881 6.0 1853.5018 1.0 1853.5156 7.0 1853.5293 7.0 1853.5431 5.0 1853.5569 5.0 1853.5706 1.0 1853.5844 5.0 1853.5981 4.0 1853.6119 3.0 1853.6256 5.0 1853.6394 3.0 1853.6532 2.0 1853.6669 7.0 1853.6807 1.0 1853.7082 3.0 1853.722 6.0 1853.7357 1.0 1853.7495 1.0 1853.7632 4.0 1853.777 3.0 1853.7908 4.0 1853.8045 3.0 1853.8183 4.0 1853.8321 8.0 1853.8458 4.0 1853.8596 4.0 1853.8871 4.0 1853.9009 3.0 1853.9146 4.0 1853.9284 3.0 1853.9421 5.0 1853.9559 3.0 1853.9697 2.0 1853.9834 2.0 1853.9972 4.0 1854.0109 4.0 1854.0247 2.0 1854.0385 3.0 1854.0522 7.0 1854.066 7.0 1854.0797 2.0 1854.0935 2.0 1854.1073 1.0 1854.121 7.0 1854.1348 1.0 1854.1486 5.0 1854.1761 3.0 1854.1898 4.0 1854.2036 1.0 1854.2174 3.0 1854.2311 1.0 1854.2449 6.0 1854.2587 10.0 1854.2724 20.0 1854.2862 4.0 1854.2999 1.0 1854.3137 9.0 1854.3275 4.0 1854.3412 10.0 1854.355 2.0 1854.3688 2.0 1854.3825 6.0 1854.3963 4.0 1854.41 4.0 1854.4238 3.0 1854.4376 3.0 1854.4513 3.0 1854.4651 2.0 1854.4789 7.0 1854.4926 10.0 1854.5064 4.0 1854.5201 4.0 1854.5339 4.0 1854.5477 13.0 1854.5614 6.0 1854.589 7.0 1854.6027 5.0 1854.6165 8.0 1854.6302 6.0 1854.644 2.0 1854.6578 6.0 1854.6715 8.0 1854.6853 5.0 1854.6991 3.0 1854.7128 3.0 1854.7266 7.0 1854.7404 2.0 1854.7541 13.0 1854.7679 8.0 1854.7817 9.0 1854.7954 10.0 1854.8092 11.0 1854.8229 5.0 1854.8367 5.0 1854.8505 5.0 1854.8642 6.0 1854.878 4.0 1854.8918 2.0 1854.9055 3.0 1854.9193 4.0 1854.9331 4.0 1854.9468 2.0 1854.9606 7.0 1854.9744 14.0 1854.9881 12.0 1855.0019 5.0 1855.0156 2.0 1855.0294 5.0 1855.0432 4.0 1855.0569 1.0 1855.0707 2.0 1855.0845 4.0 1855.0982 5.0 1855.112 4.0 1855.1258 3.0 1855.1395 7.0 1855.1533 3.0 1855.1808 2.0 1855.1946 2.0 1855.2084 2.0 1855.2221 3.0 1855.2359 5.0 1855.2497 4.0 1855.2634 1.0 1855.291 4.0 1855.3185 2.0 1855.3323 10.0 1855.346 12.0 1855.3598 11.0 1855.3736 9.0 1855.3873 4.0 1855.4149 3.0 1855.4286 1.0 1855.4424 1.0 1855.4699 4.0 1855.4837 3.0 1855.4975 4.0 1855.5112 5.0 1855.525 15.0 1855.5388 5.0 1855.5525 10.0 1855.5663 9.0 1855.5801 10.0 1855.5938 8.0 1855.6076 4.0 1855.6214 5.0 1855.6351 4.0 1855.6489 2.0 1855.6627 4.0 1855.6764 3.0 1855.6902 1.0 1855.704 5.0 1855.7177 7.0 1855.7315 16.0 1855.7453 9.0 1855.759 2.0 1855.7728 5.0 1855.7866 1.0 1855.8003 3.0 1855.8141 1.0 1855.8279 7.0 1855.8416 11.0 1855.8554 3.0 1855.8692 3.0 1855.8829 2.0 1855.8967 1.0 1855.9105 6.0 1855.9242 2.0 1855.938 6.0 1855.9518 3.0 1855.9656 4.0 1855.9931 8.0 1856.0069 6.0 1856.0206 2.0 1856.0344 4.0 1856.0482 1.0 1856.0619 6.0 1856.0757 3.0 1856.0895 2.0 1856.1032 1.0 1856.117 4.0 1856.1308 4.0 1856.1445 7.0 1856.1583 3.0 1856.1721 1.0 1856.1996 5.0 1856.2134 2.0 1856.2272 5.0 1856.2409 4.0 1856.2547 2.0 1856.2685 6.0 1856.2822 3.0 1856.296 1.0 1856.3098 6.0 1856.3236 6.0 1856.3373 10.0 1856.3649 4.0 1856.3786 10.0 1856.3924 3.0 1856.4062 4.0 1856.4337 6.0 1856.4475 4.0 1856.4613 3.0 1856.475 3.0 1856.4888 4.0 1856.5026 4.0 1856.5163 2.0 1856.5301 2.0 1856.5439 5.0 1856.5576 5.0 1856.5714 3.0 1856.5852 4.0 1856.599 4.0 1856.6127 1.0 1856.6265 4.0 1856.6403 3.0 1856.654 3.0 1856.6678 5.0 1856.6816 7.0 1856.6954 3.0 1856.7091 2.0 1856.7229 1.0 1856.7367 3.0 1856.7504 5.0 1856.7642 5.0 1856.778 3.0 1856.7918 5.0 1856.8055 1.0 1856.8193 3.0 1856.8331 2.0 1856.8468 4.0 1856.8606 2.0 1856.8744 4.0 1856.8882 4.0 1856.9019 5.0 1856.9157 4.0 1856.9295 10.0 1856.9432 3.0 1856.957 4.0 1856.9708 3.0 1856.9846 4.0 1856.9983 1.0 1857.0121 8.0 1857.0259 1.0 1857.0397 1.0 1857.0534 1.0 1857.0672 5.0 1857.081 7.0 1857.0947 1.0 1857.1085 3.0 1857.1223 8.0 1857.1498 7.0 1857.1636 9.0 1857.1774 4.0 1857.1912 5.0 1857.2049 1.0 1857.2187 3.0 1857.2325 7.0 1857.2462 1.0 1857.26 8.0 1857.2738 2.0 1857.2876 3.0 1857.3013 6.0 1857.3151 8.0 1857.3289 4.0 1857.3427 7.0 1857.3564 5.0 1857.3702 2.0 1857.384 2.0 1857.3978 10.0 1857.4115 10.0 1857.4253 17.0 1857.4391 14.0 1857.4529 4.0 1857.4804 2.0 1857.4942 3.0 1857.5079 6.0 1857.5217 12.0 1857.5355 6.0 1857.5493 3.0 1857.563 1.0 1857.5768 2.0 1857.5906 3.0 1857.6044 3.0 1857.6181 3.0 1857.6319 2.0 1857.6457 1.0 1857.6595 3.0 1857.6732 1.0 1857.687 6.0 1857.7008 6.0 1857.7146 7.0 1857.7283 9.0 1857.7421 2.0 1857.7559 8.0 1857.7697 5.0 1857.7834 3.0 1857.7972 3.0 1857.811 12.0 1857.8248 4.0 1857.8385 1.0 1857.8523 1.0 1857.8661 3.0 1857.8799 9.0 1857.8936 5.0 1857.9074 4.0 1857.9212 4.0 1857.935 7.0 1857.9488 6.0 1857.9625 4.0 1857.9763 2.0 1857.9901 3.0 1858.0039 7.0 1858.0176 4.0 1858.0314 1.0 1858.0452 2.0 1858.059 3.0 1858.0727 3.0 1858.0865 2.0 1858.1003 3.0 1858.1141 4.0 1858.1278 2.0 1858.1416 2.0 1858.1554 4.0 1858.1692 2.0 1858.1829 3.0 1858.1967 4.0 1858.2105 1.0 1858.2243 5.0 1858.2381 5.0 1858.2518 6.0 1858.2656 3.0 1858.2932 3.0 1858.3069 3.0 1858.3207 5.0 1858.3345 9.0 1858.3483 3.0 1858.3621 7.0 1858.3758 7.0 1858.3896 15.0 1858.4034 14.0 1858.4172 10.0 1858.4309 5.0 1858.4447 6.0 1858.4585 10.0 1858.4723 5.0 1858.4861 3.0 1858.4998 7.0 1858.5136 1.0 1858.5274 1.0 1858.5549 1.0 1858.5687 2.0 1858.5825 2.0 1858.6101 1.0 1858.6238 3.0 1858.6376 2.0 1858.6514 1.0 1858.6652 1.0 1858.6789 4.0 1858.6927 8.0 1858.7065 5.0 1858.7203 4.0 1858.7341 5.0 1858.7478 3.0 1858.7616 3.0 1858.7754 6.0 1858.7892 6.0 1858.803 2.0 1858.8167 1.0 1858.8305 3.0 1858.8443 5.0 1858.8581 6.0 1858.8719 8.0 1858.8856 3.0 1858.8994 4.0 1858.9132 5.0 1858.927 2.0 1858.9407 3.0 1858.9545 3.0 1858.9683 4.0 1858.9821 6.0 1858.9959 3.0 1859.0096 1.0 1859.0234 5.0 1859.0372 2.0 1859.051 4.0 1859.0648 5.0 1859.0785 1.0 1859.0923 3.0 1859.1061 1.0 1859.1199 1.0 1859.1337 2.0 1859.1474 7.0 1859.1612 4.0 1859.1888 5.0 1859.2026 6.0 1859.2164 5.0 1859.2301 4.0 1859.2577 3.0 1859.2715 7.0 1859.2853 8.0 1859.299 4.0 1859.3128 5.0 1859.3266 7.0 1859.3404 4.0 1859.3542 7.0 1859.3679 13.0 1859.3817 3.0 1859.3955 3.0 1859.4093 3.0 1859.4231 3.0 1859.4368 8.0 1859.4506 4.0 1859.4644 7.0 1859.4782 8.0 1859.492 8.0 1859.5058 9.0 1859.5195 5.0 1859.5333 11.0 1859.5471 7.0 1859.5609 3.0 1859.5884 6.0 1859.6022 6.0 1859.616 7.0 1859.6298 5.0 1859.6436 8.0 1859.6574 2.0 1859.6711 6.0 1859.6849 8.0 1859.6987 5.0 1859.7125 3.0 1859.7263 3.0 1859.7401 4.0 1859.7538 5.0 1859.7676 9.0 1859.7814 5.0 1859.7952 5.0 1859.809 1.0 1859.8228 1.0 1859.8365 4.0 1859.8503 3.0 1859.8641 3.0 1859.8779 1.0 1859.8917 1.0 1859.9054 3.0 1859.9192 1.0 1859.933 2.0 1859.9468 4.0 1859.9606 5.0 1859.9744 8.0 1859.9881 3.0 1860.0157 9.0 1860.0295 6.0 1860.0433 10.0 1860.0571 5.0 1860.0709 3.0 1860.0846 4.0 1860.0984 9.0 1860.1122 8.0 1860.126 5.0 1860.1398 6.0 1860.1536 6.0 1860.1673 3.0 1860.1811 1.0 1860.1949 3.0 1860.2087 13.0 1860.2225 3.0 1860.2363 2.0 1860.25 3.0 1860.2638 1.0 1860.2776 6.0 1860.2914 3.0 1860.3052 1.0 1860.319 1.0 1860.3328 3.0 1860.3465 4.0 1860.3603 4.0 1860.3741 8.0 1860.3879 4.0 1860.4017 2.0 1860.4292 3.0 1860.443 7.0 1860.4568 1.0 1860.4706 4.0 1860.4844 4.0 1860.4982 2.0 1860.512 4.0 1860.5257 4.0 1860.5395 3.0 1860.5533 3.0 1860.5671 4.0 1860.5809 4.0 1860.5947 4.0 1860.6085 4.0 1860.6222 3.0 1860.636 5.0 1860.6498 2.0 1860.6636 2.0 1860.6774 4.0 1860.6912 3.0 1860.705 6.0 1860.7325 1.0 1860.7463 2.0 1860.7601 6.0 1860.7739 1.0 1860.7877 4.0 1860.8015 9.0 1860.8153 4.0 1860.829 1.0 1860.8428 1.0 1860.8566 7.0 1860.8704 2.0 1860.8842 2.0 1860.898 5.0 1860.9118 5.0 1860.9255 11.0 1860.9393 7.0 1860.9531 3.0 1860.9669 2.0 1860.9807 3.0 1860.9945 1.0 1861.0083 1.0 1861.0221 1.0 1861.0358 4.0 1861.0496 1.0 1861.0634 3.0 1861.0772 4.0 1861.091 5.0 1861.1048 4.0 1861.1186 7.0 1861.1324 4.0 1861.1461 3.0 1861.1599 5.0 1861.1737 3.0 1861.1875 6.0 1861.2013 5.0 1861.2151 2.0 1861.2289 4.0 1861.2427 5.0 1861.2565 4.0 1861.2702 5.0 1861.284 2.0 1861.2978 4.0 1861.3116 2.0 1861.3254 4.0 1861.3392 5.0 1861.353 5.0 1861.3668 6.0 1861.3805 1.0 1861.3943 4.0 1861.4081 5.0 1861.4219 2.0 1861.4357 6.0 1861.4495 5.0 1861.4633 2.0 1861.4771 4.0 1861.4909 2.0 1861.5047 4.0 1861.5184 7.0 1861.5322 7.0 1861.546 5.0 1861.5598 2.0 1861.5736 5.0 1861.5874 5.0 1861.6012 4.0 1861.615 4.0 1861.6288 7.0 1861.6425 5.0 1861.6563 3.0 1861.6701 3.0 1861.6839 3.0 1861.6977 2.0 1861.7115 9.0 1861.7253 1.0 1861.7391 4.0 1861.7529 9.0 1861.7667 8.0 1861.7804 4.0 1861.7942 3.0 1861.808 2.0 1861.8218 4.0 1861.8356 3.0 1861.8632 2.0 1861.877 5.0 1861.8908 3.0 1861.9046 8.0 1861.9183 8.0 1861.9321 2.0 1861.9459 4.0 1861.9597 2.0 1861.9735 4.0 1861.9873 6.0 1862.0011 3.0 1862.0149 3.0 1862.0287 3.0 1862.0425 5.0 1862.0563 2.0 1862.0701 1.0 1862.0838 11.0 1862.0976 12.0 1862.1114 3.0 1862.1252 1.0 1862.139 6.0 1862.1528 3.0 1862.1666 5.0 1862.1804 4.0 1862.1942 9.0 1862.208 5.0 1862.2218 4.0 1862.2356 17.0 1862.2493 3.0 1862.2631 4.0 1862.2769 2.0 1862.2907 4.0 1862.3183 3.0 1862.3321 6.0 1862.3459 1.0 1862.3597 13.0 1862.3735 3.0 1862.3873 8.0 1862.4011 16.0 1862.4148 3.0 1862.4286 2.0 1862.4424 7.0 1862.4562 2.0 1862.47 12.0 1862.4838 6.0 1862.4976 7.0 1862.5114 6.0 1862.5252 3.0 1862.539 5.0 1862.5528 3.0 1862.5666 2.0 1862.5804 1.0 1862.5942 2.0 1862.608 6.0 1862.6217 2.0 1862.6355 3.0 1862.6493 8.0 1862.6631 3.0 1862.6769 4.0 1862.6907 5.0 1862.7045 7.0 1862.7183 2.0 1862.7321 1.0 1862.7459 2.0 1862.7597 3.0 1862.7735 11.0 1862.7873 10.0 1862.8011 7.0 1862.8149 2.0 1862.8287 5.0 1862.8424 4.0 1862.8562 2.0 1862.87 6.0 1862.8838 6.0 1862.8976 3.0 1862.9114 5.0 1862.9252 11.0 1862.939 2.0 1862.9528 3.0 1862.9666 2.0 1862.9804 5.0 1862.9942 4.0 1863.008 2.0 1863.0218 2.0 1863.0356 1.0 1863.0494 1.0 1863.0632 3.0 1863.077 6.0 1863.0907 9.0 1863.1045 5.0 1863.1183 1.0 1863.1321 3.0 1863.1459 4.0 1863.1597 6.0 1863.1735 3.0 1863.1873 8.0 1863.2011 3.0 1863.2149 5.0 1863.2287 7.0 1863.2425 8.0 1863.2563 4.0 1863.2701 2.0 1863.2839 11.0 1863.2977 3.0 1863.3115 1.0 1863.3253 2.0 1863.3391 3.0 1863.3529 3.0 1863.3667 2.0 1863.3805 3.0 1863.3943 2.0 1863.408 5.0 1863.4218 3.0 1863.4356 2.0 1863.4494 3.0 1863.4632 6.0 1863.477 2.0 1863.4908 6.0 1863.5046 3.0 1863.5184 2.0 1863.5322 2.0 1863.546 2.0 1863.5598 2.0 1863.5736 3.0 1863.5874 13.0 1863.6012 4.0 1863.6288 4.0 1863.6702 6.0 1863.684 6.0 1863.7116 1.0 1863.753 2.0 1863.7668 1.0 1863.7806 3.0 1863.7944 2.0 1863.8082 5.0 1863.822 2.0 1863.8358 2.0 1863.8496 2.0 1863.8634 3.0 1863.8772 3.0 1863.9048 4.0 1863.9185 6.0 1863.9323 1.0 1863.9599 1.0 1863.9875 3.0 1864.0013 2.0 1864.0151 3.0 1864.0289 3.0 1864.0565 4.0 1864.0703 5.0 1864.0841 3.0 1864.0979 2.0 1864.1117 6.0 1864.1255 4.0 1864.1393 5.0 1864.1531 13.0 1864.1669 4.0 1864.1807 6.0 1864.1945 6.0 1864.2083 6.0 1864.2221 4.0 1864.2359 9.0 1864.2497 3.0 1864.2635 8.0 1864.2773 7.0 1864.2911 6.0 1864.3049 10.0 1864.3187 8.0 1864.3325 1.0 1864.3463 2.0 1864.3601 6.0 1864.3739 5.0 1864.3877 5.0 1864.4015 3.0 1864.4153 2.0 1864.4429 3.0 1864.4567 5.0 1864.4705 3.0 1864.4843 4.0 1864.4981 6.0 1864.5119 2.0 1864.5257 3.0 1864.5395 1.0 1864.5533 4.0 1864.5671 6.0 1864.5809 8.0 1864.5947 3.0 1864.6085 3.0 1864.6361 3.0 1864.6499 2.0 1864.6637 3.0 1864.6775 5.0 1864.6913 2.0 1864.7051 2.0 1864.7189 3.0 1864.7327 1.0 1864.7465 3.0 1864.7603 3.0 1864.7741 3.0 1864.7879 2.0 1864.8017 3.0 1864.8155 5.0 1864.8431 3.0 1864.8569 1.0 1864.8707 3.0 1864.8845 3.0 1864.8984 3.0 1864.9122 5.0 1864.926 2.0 1864.9398 1.0 1864.9536 4.0 1864.9674 3.0 1864.9812 2.0 1864.995 3.0 1865.0088 3.0 1865.0226 5.0 1865.0364 8.0 1865.0502 4.0 1865.064 5.0 1865.0778 6.0 1865.0916 1.0 1865.1054 1.0 1865.1192 1.0 1865.133 4.0 1865.1468 4.0 1865.1606 1.0 1865.1744 1.0 1865.1882 8.0 1865.202 11.0 1865.2158 4.0 1865.2296 2.0 1865.2434 1.0 1865.2572 6.0 1865.271 3.0 1865.2848 4.0 1865.2986 9.0 1865.3124 4.0 1865.3262 5.0 1865.34 7.0 1865.3538 2.0 1865.3676 3.0 1865.3953 2.0 1865.4091 2.0 1865.4367 6.0 1865.4505 9.0 1865.4643 5.0 1865.4781 4.0 1865.4919 3.0 1865.5057 3.0 1865.5195 5.0 1865.5333 5.0 1865.5471 4.0 1865.5609 4.0 1865.5747 3.0 1865.5885 1.0 1865.6023 5.0 1865.6161 1.0 1865.6299 2.0 1865.6437 7.0 1865.6575 2.0 1865.6713 4.0 1865.6851 3.0 1865.6989 10.0 1865.7128 4.0 1865.7266 5.0 1865.7404 5.0 1865.7542 8.0 1865.768 5.0 1865.7818 1.0 1865.7956 5.0 1865.8094 3.0 1865.8232 3.0 1865.837 1.0 1865.8508 2.0 1865.8646 3.0 1865.8784 8.0 1865.8922 3.0 1865.906 1.0 1865.9198 2.0 1865.9474 2.0 1865.9612 6.0 1865.9751 1.0 1865.9889 2.0 1866.0027 2.0 1866.0165 4.0 1866.0303 10.0 1866.0441 2.0 1866.0579 4.0 1866.0717 5.0 1866.0855 9.0 1866.0993 4.0 1866.1131 3.0 1866.1269 3.0 1866.1407 5.0 1866.1545 5.0 1866.1683 9.0 1866.1821 2.0 1866.196 7.0 1866.2098 4.0 1866.2236 2.0 1866.2374 1.0 1866.2512 3.0 1866.265 3.0 1866.2788 2.0 1866.2926 1.0 1866.3064 4.0 1866.3202 8.0 1866.334 8.0 1866.3754 4.0 1866.3893 2.0 1866.4031 4.0 1866.4169 10.0 1866.4307 10.0 1866.4445 5.0 1866.4583 10.0 1866.4721 5.0 1866.4859 3.0 1866.4997 6.0 1866.5135 7.0 1866.5273 5.0 1866.5411 9.0 1866.5549 5.0 1866.5688 3.0 1866.5826 5.0 1866.5964 1.0 1866.6102 5.0 1866.624 5.0 1866.6378 1.0 1866.6516 1.0 1866.6654 10.0 1866.6792 6.0 1866.693 2.0 1866.7068 5.0 1866.7206 1.0 1866.7345 3.0 1866.7621 4.0 1866.7759 3.0 1866.7897 2.0 1866.8035 8.0 1866.8173 3.0 1866.8311 8.0 1866.8449 8.0 1866.8587 5.0 1866.8725 5.0 1866.8864 5.0 1866.9002 4.0 1866.914 3.0 1866.9278 2.0 1866.9416 2.0 1866.9554 2.0 1866.9692 3.0 1866.983 2.0 1866.9968 1.0 1867.0106 2.0 1867.0244 1.0 1867.0383 12.0 1867.0521 13.0 1867.0659 1.0 1867.0797 3.0 1867.0935 5.0 1867.1073 1.0 1867.1211 3.0 1867.1349 7.0 1867.1487 4.0 1867.1625 5.0 1867.1764 4.0 1867.1902 5.0 1867.204 5.0 1867.2178 3.0 1867.2316 3.0 1867.2454 4.0 1867.2592 9.0 1867.273 5.0 1867.2868 7.0 1867.3007 8.0 1867.3145 6.0 1867.3283 2.0 1867.3421 6.0 1867.3559 5.0 1867.3697 6.0 1867.3835 2.0 1867.3973 1.0 1867.4111 5.0 1867.425 3.0 1867.4388 1.0 1867.4526 2.0 1867.4664 3.0 1867.4802 3.0 1867.494 4.0 1867.5078 7.0 1867.5216 3.0 1867.5354 3.0 1867.5493 3.0 1867.5631 3.0 1867.5769 7.0 1867.5907 10.0 1867.6045 2.0 1867.6183 1.0 1867.6321 4.0 1867.6459 5.0 1867.6598 3.0 1867.6736 7.0 1867.6874 7.0 1867.7012 5.0 1867.715 6.0 1867.7288 2.0 1867.7564 1.0 1867.7703 5.0 1867.7841 1.0 1867.7979 3.0 1867.8117 3.0 1867.8393 4.0 1867.8531 1.0 1867.8669 4.0 1867.8808 4.0 1867.8946 1.0 1867.9084 1.0 1867.9222 8.0 1867.936 1.0 1867.9498 2.0 1867.9636 5.0 1867.9774 8.0 1867.9913 1.0 1868.0051 14.0 1868.0189 21.0 1868.0327 13.0 1868.0465 3.0 1868.0603 2.0 1868.0741 3.0 1868.088 3.0 1868.1018 3.0 1868.1156 5.0 1868.1294 6.0 1868.1432 3.0 1868.157 3.0 1868.1708 4.0 1868.1847 3.0 1868.1985 6.0 1868.2123 3.0 1868.2261 2.0 1868.2399 5.0 1868.2537 5.0 1868.2675 6.0 1868.2814 2.0 1868.2952 7.0 1868.309 6.0 1868.3228 13.0 1868.3366 5.0 1868.3504 7.0 1868.3642 3.0 1868.3919 3.0 1868.4057 3.0 1868.4195 2.0 1868.4333 3.0 1868.4471 6.0 1868.4609 5.0 1868.4748 5.0 1868.4886 5.0 1868.5024 10.0 1868.5162 3.0 1868.53 1.0 1868.5438 1.0 1868.5577 9.0 1868.5715 15.0 1868.5853 3.0 1868.5991 6.0 1868.6129 2.0 1868.6267 3.0 1868.6405 6.0 1868.6544 2.0 1868.6682 6.0 1868.6958 3.0 1868.7096 4.0 1868.7234 6.0 1868.7511 4.0 1868.7649 2.0 1868.7787 7.0 1868.7925 10.0 1868.8063 2.0 1868.834 4.0 1868.8478 7.0 1868.8616 5.0 1868.8754 5.0 1868.8892 5.0 1868.9031 4.0 1868.9169 6.0 1868.9307 1.0 1868.9583 4.0 1868.9721 8.0 1868.986 3.0 1869.0136 2.0 1869.0274 10.0 1869.055 2.0 1869.0689 6.0 1869.0827 13.0 1869.0965 3.0 1869.1103 4.0 1869.1241 16.0 1869.1379 3.0 1869.1518 12.0 1869.1656 3.0 1869.1794 5.0 1869.1932 11.0 1869.207 10.0 1869.2209 5.0 1869.2347 6.0 1869.2485 2.0 1869.2623 4.0 1869.2761 10.0 1869.2899 6.0 1869.3038 1.0 1869.3176 1.0 1869.3314 2.0 1869.3452 2.0 1869.359 3.0 1869.3729 3.0 1869.3867 2.0 1869.4005 2.0 1869.4143 2.0 1869.4281 1.0 1869.442 3.0 1869.4558 5.0 1869.4696 8.0 1869.4834 5.0 1869.4972 5.0 1869.511 3.0 1869.5387 2.0 1869.5525 2.0 1869.5663 6.0 1869.5801 12.0 1869.594 6.0 1869.6078 2.0 1869.6216 5.0 1869.6354 6.0 1869.6492 6.0 1869.6631 3.0 1869.6769 2.0 1869.6907 6.0 1869.7045 4.0 1869.7322 1.0 1869.746 3.0 1869.7598 8.0 1869.7736 11.0 1869.7874 3.0 1869.8013 5.0 1869.8151 15.0 1869.8289 4.0 1869.8427 3.0 1869.8565 5.0 1869.8704 3.0 1869.8842 7.0 1869.898 4.0 1869.9118 1.0 1869.9256 1.0 1869.9533 3.0 1869.9809 2.0 1869.9947 1.0 1870.0086 2.0 1870.0224 4.0 1870.0362 6.0 1870.05 9.0 1870.0638 3.0 1870.0777 2.0 1870.0915 4.0 1870.1053 10.0 1870.133 1.0 1870.1468 2.0 1870.1606 4.0 1870.1744 2.0 1870.1882 3.0 1870.2021 3.0 1870.2159 3.0 1870.2297 5.0 1870.2435 2.0 1870.2573 2.0 1870.2712 2.0 1870.285 1.0 1870.3126 4.0 1870.3265 2.0 1870.3403 2.0 1870.3541 2.0 1870.3679 5.0 1870.3817 4.0 1870.3956 2.0 1870.4094 5.0 1870.4232 6.0 1870.437 2.0 1870.4509 2.0 1870.4647 3.0 1870.4785 2.0 1870.4923 8.0 1870.5062 5.0 1870.52 6.0 1870.5338 6.0 1870.5476 1.0 1870.5614 3.0 1870.5753 2.0 1870.5891 7.0 1870.6029 14.0 1870.6167 7.0 1870.6306 9.0 1870.6444 10.0 1870.6582 5.0 1870.6859 2.0 1870.6997 2.0 1870.7135 4.0 1870.7273 8.0 1870.7411 2.0 1870.755 4.0 1870.7688 2.0 1870.7826 2.0 1870.7964 4.0 1870.8103 1.0 1870.8241 4.0 1870.8379 6.0 1870.8517 3.0 1870.8656 1.0 1870.8794 2.0 1870.8932 4.0 1870.907 3.0 1870.9209 2.0 1870.9347 2.0 1870.9485 6.0 1870.9623 5.0 1870.9762 7.0 1870.99 3.0 1871.0038 5.0 1871.0176 5.0 1871.0315 3.0 1871.0453 4.0 1871.0591 6.0 1871.0729 1.0 1871.0868 2.0 1871.1006 2.0 1871.1144 1.0 1871.1282 1.0 1871.1421 10.0 1871.1559 9.0 1871.1697 8.0 1871.1835 6.0 1871.1974 3.0 1871.2112 2.0 1871.225 1.0 1871.2388 7.0 1871.2527 5.0 1871.2665 3.0 1871.2803 12.0 1871.2941 10.0 1871.308 5.0 1871.3218 3.0 1871.3356 2.0 1871.3494 1.0 1871.3633 4.0 1871.3771 7.0 1871.3909 12.0 1871.4047 8.0 1871.4186 6.0 1871.4324 2.0 1871.4462 3.0 1871.46 4.0 1871.4739 3.0 1871.4877 6.0 1871.5015 13.0 1871.5153 13.0 1871.5292 3.0 1871.543 2.0 1871.5568 3.0 1871.5707 4.0 1871.5845 3.0 1871.5983 7.0 1871.6121 10.0 1871.626 4.0 1871.6398 5.0 1871.6536 1.0 1871.6674 2.0 1871.6813 2.0 1871.6951 3.0 1871.7228 3.0 1871.7366 6.0 1871.7504 8.0 1871.7642 2.0 1871.7781 9.0 1871.7919 4.0 1871.8057 2.0 1871.8195 8.0 1871.8334 8.0 1871.8472 4.0 1871.861 4.0 1871.8749 4.0 1871.8887 6.0 1871.9025 7.0 1871.9163 2.0 1871.9302 3.0 1871.944 1.0 1871.9578 5.0 1871.9717 5.0 1871.9855 2.0 1871.9993 3.0 1872.0131 3.0 1872.027 3.0 1872.0408 2.0 1872.0546 2.0 1872.0685 1.0 1872.0823 7.0 1872.0961 12.0 1872.1238 1.0 1872.1376 1.0 1872.1514 1.0 1872.1653 7.0 1872.1791 9.0 1872.1929 7.0 1872.2067 9.0 1872.2206 1.0 1872.2344 5.0 1872.2482 4.0 1872.2621 7.0 1872.2759 2.0 1872.2897 3.0 1872.3035 2.0 1872.3174 1.0 1872.3312 3.0 1872.345 1.0 1872.3589 6.0 1872.3727 4.0 1872.3865 9.0 1872.4004 15.0 1872.4142 13.0 1872.428 8.0 1872.4418 6.0 1872.4695 3.0 1872.4972 3.0 1872.5248 5.0 1872.5387 5.0 1872.5801 2.0 1872.594 1.0 1872.6078 4.0 1872.6216 4.0 1872.6355 9.0 1872.6493 7.0 1872.6631 2.0 1872.677 2.0 1872.6908 6.0 1872.7046 6.0 1872.7185 4.0 1872.7323 3.0 1872.7461 1.0 1872.7599 3.0 1872.7738 2.0 1872.7876 1.0 1872.8014 3.0 1872.8153 3.0 1872.8429 4.0 1872.8568 3.0 1872.8706 5.0 1872.8844 1.0 1872.8983 4.0 1872.9121 8.0 1872.9259 4.0 1872.9398 2.0 1872.9536 6.0 1872.9674 2.0 1872.9813 3.0 1872.9951 1.0 1873.0089 2.0 1873.0227 7.0 1873.0366 7.0 1873.0504 1.0 1873.0642 6.0 1873.0781 2.0 1873.0919 2.0 1873.1057 10.0 1873.1196 12.0 1873.1334 8.0 1873.1472 9.0 1873.1611 6.0 1873.1749 5.0 1873.1887 1.0 1873.2026 2.0 1873.2164 1.0 1873.2302 1.0 1873.2579 4.0 1873.2717 4.0 1873.2856 2.0 1873.2994 4.0 1873.3132 8.0 1873.3271 2.0 1873.3409 10.0 1873.3686 2.0 1873.3824 3.0 1873.3962 3.0 1873.4101 8.0 1873.4239 10.0 1873.4377 2.0 1873.4516 3.0 1873.4654 7.0 1873.4792 9.0 1873.4931 10.0 1873.5069 10.0 1873.5207 8.0 1873.5346 4.0 1873.5484 1.0 1873.5622 4.0 1873.5761 8.0 1873.5899 3.0 1873.6037 4.0 1873.6176 6.0 1873.6314 6.0 1873.6452 7.0 1873.6591 1.0 1873.6729 1.0 1873.6867 2.0 1873.7006 3.0 1873.7144 5.0 1873.7283 5.0 1873.7421 3.0 1873.7559 1.0 1873.7698 1.0 1873.7836 2.0 1873.7974 4.0 1873.8113 3.0 1873.8251 6.0 1873.8389 8.0 1873.8528 11.0 1873.8666 9.0 1873.8804 1.0 1873.8943 2.0 1873.9081 5.0 1873.9219 2.0 1873.9358 5.0 1873.9496 2.0 1873.9635 9.0 1873.9773 10.0 1873.9911 6.0 1874.005 8.0 1874.0188 1.0 1874.0326 4.0 1874.0465 1.0 1874.0603 2.0 1874.0741 5.0 1874.088 8.0 1874.1018 3.0 1874.1156 2.0 1874.1295 1.0 1874.1433 1.0 1874.1572 7.0 1874.171 1.0 1874.1848 3.0 1874.1987 4.0 1874.2125 1.0 1874.2263 3.0 1874.2402 1.0 1874.2678 3.0 1874.2817 4.0 1874.3094 4.0 1874.3232 3.0 1874.337 1.0 1874.3509 3.0 1874.3647 7.0 1874.3785 7.0 1874.3924 2.0 1874.4062 6.0 1874.4201 1.0 1874.4339 1.0 1874.4477 6.0 1874.4616 10.0 1874.4754 5.0 1874.4892 4.0 1874.5031 3.0 1874.5169 3.0 1874.5308 3.0 1874.5446 3.0 1874.5584 4.0 1874.5723 2.0 1874.5861 9.0 1874.5999 4.0 1874.6138 2.0 1874.6276 2.0 1874.6415 3.0 1874.6553 4.0 1874.6691 9.0 1874.683 10.0 1874.6968 3.0 1874.7107 4.0 1874.7245 3.0 1874.7383 8.0 1874.7522 13.0 1874.766 9.0 1874.7798 4.0 1874.8075 2.0 1874.8214 3.0 1874.8352 6.0 1874.849 5.0 1874.8629 2.0 1874.8767 3.0 1874.8906 5.0 1874.9044 4.0 1874.9182 13.0 1874.9321 3.0 1874.9459 1.0 1874.9597 1.0 1874.9736 4.0 1874.9874 12.0 1875.0013 5.0 1875.0151 5.0 1875.0289 6.0 1875.0428 2.0 1875.0566 4.0 1875.0705 5.0 1875.0843 5.0 1875.0981 2.0 1875.112 5.0 1875.1258 14.0 1875.1397 8.0 1875.1535 2.0 1875.1673 2.0 1875.1812 6.0 1875.195 4.0 1875.2089 4.0 1875.2227 3.0 1875.2365 8.0 1875.2504 16.0 1875.2642 10.0 1875.2781 4.0 1875.2919 4.0 1875.3057 2.0 1875.3196 4.0 1875.3334 4.0 1875.3473 7.0 1875.3611 7.0 1875.375 5.0 1875.3888 3.0 1875.4026 3.0 1875.4165 4.0 1875.4303 2.0 1875.4442 9.0 1875.458 5.0 1875.4718 8.0 1875.4857 10.0 1875.4995 3.0 1875.5134 4.0 1875.5272 9.0 1875.541 2.0 1875.5549 2.0 1875.5687 5.0 1875.5826 6.0 1875.5964 5.0 1875.6103 6.0 1875.6241 6.0 1875.6379 2.0 1875.6656 4.0 1875.6795 6.0 1875.6933 9.0 1875.7071 14.0 1875.721 3.0 1875.7348 3.0 1875.7487 3.0 1875.7625 5.0 1875.7764 3.0 1875.7902 1.0 1875.804 7.0 1875.8179 6.0 1875.8317 2.0 1875.8456 3.0 1875.8594 1.0 1875.8733 8.0 1875.8871 3.0 1875.9009 6.0 1875.9148 3.0 1875.9286 6.0 1875.9425 6.0 1875.9563 4.0 1875.9702 1.0 1875.984 7.0 1875.9978 4.0 1876.0117 2.0 1876.0255 2.0 1876.0394 3.0 1876.0532 1.0 1876.0671 4.0 1876.0809 5.0 1876.0947 1.0 1876.1086 4.0 1876.1224 8.0 1876.1501 2.0 1876.164 3.0 1876.1778 5.0 1876.1917 4.0 1876.2055 5.0 1876.2193 9.0 1876.2332 2.0 1876.247 1.0 1876.2609 3.0 1876.2747 5.0 1876.2886 2.0 1876.3024 5.0 1876.3163 8.0 1876.3301 1.0 1876.3439 7.0 1876.3578 5.0 1876.3716 4.0 1876.3855 7.0 1876.3993 2.0 1876.4132 8.0 1876.427 6.0 1876.4547 4.0 1876.4685 9.0 1876.4824 15.0 1876.4962 8.0 1876.5101 8.0 1876.5239 3.0 1876.5378 14.0 1876.5516 7.0 1876.5655 2.0 1876.5793 1.0 1876.5932 4.0 1876.607 5.0 1876.6208 9.0 1876.6347 5.0 1876.6485 2.0 1876.6624 3.0 1876.6762 8.0 1876.6901 3.0 1876.7039 4.0 1876.7178 6.0 1876.7316 4.0 1876.7455 2.0 1876.7593 5.0 1876.7731 8.0 1876.787 2.0 1876.8008 10.0 1876.8147 6.0 1876.8285 10.0 1876.8424 17.0 1876.8562 11.0 1876.8701 5.0 1876.8839 1.0 1876.8978 9.0 1876.9116 2.0 1876.9255 3.0 1876.9393 6.0 1876.9531 8.0 1876.967 9.0 1876.9808 6.0 1876.9947 5.0 1877.0085 3.0 1877.0224 3.0 1877.0362 4.0 1877.0501 6.0 1877.0639 3.0 1877.0778 3.0 1877.0916 8.0 1877.1055 8.0 1877.1193 5.0 1877.1332 5.0 1877.147 3.0 1877.1609 2.0 1877.1747 5.0 1877.1886 3.0 1877.2024 2.0 1877.2162 4.0 1877.2301 12.0 1877.2439 1.0 1877.2578 3.0 1877.2716 8.0 1877.2855 11.0 1877.3132 4.0 1877.327 10.0 1877.3409 4.0 1877.3547 10.0 1877.3686 1.0 1877.3824 8.0 1877.3963 9.0 1877.4101 15.0 1877.424 6.0 1877.4378 2.0 1877.4517 7.0 1877.4655 2.0 1877.4794 2.0 1877.4932 4.0 1877.5071 7.0 1877.5209 8.0 1877.5348 9.0 1877.5486 5.0 1877.5625 7.0 1877.5763 9.0 1877.604 5.0 1877.6317 2.0 1877.6456 2.0 1877.6594 2.0 1877.6733 2.0 1877.6871 3.0 1877.7009 7.0 1877.7148 4.0 1877.7286 6.0 1877.7425 2.0 1877.7563 2.0 1877.7702 2.0 1877.784 2.0 1877.7979 2.0 1877.8117 10.0 1877.8256 5.0 1877.8394 3.0 1877.8533 8.0 1877.8671 3.0 1877.881 2.0 1877.8948 3.0 1877.9087 3.0 1877.9225 10.0 1877.9364 9.0 1877.9502 4.0 1877.9641 3.0 1877.978 4.0 1877.9918 5.0 1878.0057 2.0 1878.0195 3.0 1878.0334 4.0 1878.0472 1.0 1878.0611 3.0 1878.0749 2.0 1878.0888 3.0 1878.1026 3.0 1878.1165 6.0 1878.1303 6.0 1878.1442 1.0 1878.158 3.0 1878.1719 4.0 1878.1857 5.0 1878.1996 7.0 1878.2134 8.0 1878.2273 8.0 1878.2411 2.0 1878.255 5.0 1878.2688 8.0 1878.2827 3.0 1878.2965 3.0 1878.3104 1.0 1878.3242 3.0 1878.3381 1.0 1878.3519 5.0 1878.3796 1.0 1878.3935 2.0 1878.4073 6.0 1878.4212 7.0 1878.435 9.0 1878.4489 2.0 1878.4628 2.0 1878.4766 2.0 1878.5043 2.0 1878.5182 1.0 1878.532 4.0 1878.5459 2.0 1878.5597 1.0 1878.5736 6.0 1878.5874 5.0 1878.6013 6.0 1878.6151 1.0 1878.629 5.0 1878.6428 4.0 1878.6567 1.0 1878.6705 4.0 1878.6844 1.0 1878.6982 5.0 1878.7121 3.0 1878.726 4.0 1878.7537 3.0 1878.7675 2.0 1878.7814 5.0 1878.7952 3.0 1878.8091 3.0 1878.8229 6.0 1878.8368 2.0 1878.8506 5.0 1878.8645 3.0 1878.8783 5.0 1878.8922 4.0 1878.9061 4.0 1878.9199 1.0 1878.9476 4.0 1878.9615 1.0 1878.9753 2.0 1878.9892 3.0 1879.003 5.0 1879.0169 6.0 1879.0307 7.0 1879.0446 15.0 1879.0585 18.0 1879.0723 9.0 1879.0862 6.0 1879.1 5.0 1879.1139 3.0 1879.1277 7.0 1879.1416 3.0 1879.1554 1.0 1879.1693 2.0 1879.1831 4.0 1879.197 5.0 1879.2109 2.0 1879.2247 3.0 1879.2386 5.0 1879.2524 4.0 1879.2801 9.0 1879.294 5.0 1879.3078 3.0 1879.3217 4.0 1879.3356 10.0 1879.3494 8.0 1879.3633 1.0 1879.3771 3.0 1879.391 1.0 1879.4048 8.0 1879.4187 17.0 1879.4325 7.0 1879.4464 4.0 1879.4603 3.0 1879.4741 4.0 1879.488 5.0 1879.5018 3.0 1879.5157 5.0 1879.5295 2.0 1879.5434 4.0 1879.5572 4.0 1879.5711 2.0 1879.585 2.0 1879.5988 1.0 1879.6127 1.0 1879.6265 4.0 1879.6404 5.0 1879.6542 2.0 1879.6681 3.0 1879.682 3.0 1879.6958 5.0 1879.7097 4.0 1879.7235 1.0 1879.7374 1.0 1879.7651 2.0 1879.779 4.0 1879.7928 2.0 1879.8067 7.0 1879.8205 4.0 1879.8344 4.0 1879.8482 7.0 1879.8621 9.0 1879.876 2.0 1879.8898 2.0 1879.9037 3.0 1879.9175 2.0 1879.9314 4.0 1879.9452 1.0 1879.9591 4.0 1879.973 2.0 1879.9868 3.0 1880.0145 2.0 1880.0284 7.0 1880.0423 1.0 1880.0561 2.0 1880.07 4.0 1880.0838 12.0 1880.0977 5.0 1880.1115 4.0 1880.1254 2.0 1880.1393 5.0 1880.1531 3.0 1880.167 5.0 1880.1808 4.0 1880.1947 1.0 1880.2086 2.0 1880.2224 7.0 1880.2363 8.0 1880.2501 3.0 1880.264 3.0 1880.2779 3.0 1880.2917 6.0 1880.3056 1.0 1880.3194 4.0 1880.3333 6.0 1880.3471 6.0 1880.361 9.0 1880.3749 6.0 1880.3887 1.0 1880.4026 3.0 1880.4164 1.0 1880.4303 6.0 1880.4442 11.0 1880.458 6.0 1880.4719 8.0 1880.4857 7.0 1880.4996 4.0 1880.5135 2.0 1880.5412 7.0 1880.555 14.0 1880.5689 13.0 1880.5828 8.0 1880.5966 9.0 1880.6105 7.0 1880.6243 4.0 1880.6382 3.0 1880.6521 5.0 1880.6659 5.0 1880.6798 5.0 1880.6936 1.0 1880.7075 2.0 1880.7214 1.0 1880.7352 3.0 1880.7491 5.0 1880.763 9.0 1880.7768 4.0 1880.7907 7.0 1880.8045 2.0 1880.8323 1.0 1880.8461 6.0 1880.86 5.0 1880.8738 5.0 1880.8877 6.0 1880.9016 4.0 1880.9154 7.0 1880.9293 5.0 1880.9432 3.0 1880.957 2.0 1880.9709 11.0 1880.9847 2.0 1880.9986 7.0 1881.0125 1.0 1881.0263 4.0 1881.0402 3.0 1881.054 5.0 1881.0679 4.0 1881.0818 3.0 1881.0956 3.0 1881.1095 6.0 1881.1234 4.0 1881.1372 1.0 1881.1511 3.0 1881.1649 1.0 1881.1788 2.0 1881.1927 11.0 1881.2065 2.0 1881.2204 2.0 1881.2343 3.0 1881.2481 8.0 1881.262 9.0 1881.2758 8.0 1881.2897 1.0 1881.3036 8.0 1881.3174 5.0 1881.3313 4.0 1881.3452 9.0 1881.359 2.0 1881.3729 5.0 1881.3867 6.0 1881.4006 2.0 1881.4145 8.0 1881.4283 7.0 1881.4422 3.0 1881.4561 11.0 1881.4699 4.0 1881.4838 2.0 1881.4977 9.0 1881.5115 4.0 1881.5254 8.0 1881.5392 1.0 1881.5531 7.0 1881.567 6.0 1881.5808 2.0 1881.5947 2.0 1881.6224 1.0 1881.6363 1.0 1881.6502 2.0 1881.664 1.0 1881.6779 1.0 1881.6918 4.0 1881.7056 10.0 1881.7195 2.0 1881.7333 4.0 1881.7472 4.0 1881.7611 5.0 1881.7749 11.0 1881.7888 5.0 1881.8027 7.0 1881.8165 4.0 1881.8443 3.0 1881.872 4.0 1881.8859 6.0 1881.8997 2.0 1881.9136 1.0 1881.9275 1.0 1881.9413 3.0 1881.9552 1.0 1881.969 2.0 1881.9829 1.0 1881.9968 6.0 1882.0106 6.0 1882.0245 1.0 1882.0384 3.0 1882.0522 7.0 1882.08 2.0 1882.0938 8.0 1882.1077 1.0 1882.1216 6.0 1882.1354 1.0 1882.1493 1.0 1882.1632 6.0 1882.177 3.0 1882.1909 9.0 1882.2048 7.0 1882.2186 3.0 1882.2325 7.0 1882.2464 8.0 1882.2602 1.0 1882.2741 2.0 1882.288 6.0 1882.3018 12.0 1882.3157 4.0 1882.3296 6.0 1882.3434 5.0 1882.3573 1.0 1882.3712 1.0 1882.385 1.0 1882.3989 6.0 1882.4128 2.0 1882.4266 5.0 1882.4405 4.0 1882.4544 4.0 1882.4682 6.0 1882.4821 5.0 1882.496 2.0 1882.5098 2.0 1882.5237 6.0 1882.5376 3.0 1882.5514 6.0 1882.5653 8.0 1882.5792 7.0 1882.593 2.0 1882.6069 3.0 1882.6208 3.0 1882.6346 7.0 1882.6485 1.0 1882.6624 1.0 1882.6763 10.0 1882.6901 5.0 1882.704 3.0 1882.7179 6.0 1882.7317 5.0 1882.7456 4.0 1882.7595 1.0 1882.7733 4.0 1882.7872 5.0 1882.8288 5.0 1882.8427 6.0 1882.8565 10.0 1882.8704 4.0 1882.8843 5.0 1882.8981 9.0 1882.912 2.0 1882.9259 3.0 1882.9398 3.0 1882.9536 6.0 1882.9675 7.0 1882.9814 5.0 1882.9952 4.0 1883.0091 2.0 1883.023 1.0 1883.0368 5.0 1883.0507 5.0 1883.0646 4.0 1883.0784 3.0 1883.0923 3.0 1883.1062 1.0 1883.1339 2.0 1883.1478 4.0 1883.1617 4.0 1883.1755 4.0 1883.1894 4.0 1883.2033 3.0 1883.2171 1.0 1883.231 1.0 1883.2449 3.0 1883.2588 2.0 1883.2726 6.0 1883.2865 5.0 1883.3004 6.0 1883.3142 1.0 1883.3281 4.0 1883.342 6.0 1883.3558 4.0 1883.3697 4.0 1883.3836 6.0 1883.3975 3.0 1883.4113 9.0 1883.4252 7.0 1883.4391 12.0 1883.4529 2.0 1883.4668 3.0 1883.4807 1.0 1883.4946 1.0 1883.5084 1.0 1883.5223 4.0 1883.5362 11.0 1883.55 3.0 1883.5639 4.0 1883.5778 1.0 1883.6055 5.0 1883.6194 9.0 1883.6333 4.0 1883.6471 2.0 1883.661 3.0 1883.6749 4.0 1883.6888 2.0 1883.7026 1.0 1883.7165 8.0 1883.7304 10.0 1883.7442 1.0 1883.7581 4.0 1883.772 4.0 1883.7859 5.0 1883.7997 8.0 1883.8136 11.0 1883.8275 10.0 1883.8413 4.0 1883.8552 4.0 1883.8691 1.0 1883.883 1.0 1883.8968 2.0 1883.9107 6.0 1883.9246 4.0 1883.9385 7.0 1883.9523 5.0 1883.9662 2.0 1883.9801 7.0 1883.9939 5.0 1884.0078 3.0 1884.0217 1.0 1884.0356 5.0 1884.0494 4.0 1884.0633 3.0 1884.0772 2.0 1884.0911 7.0 1884.1049 3.0 1884.1188 1.0 1884.1327 4.0 1884.1465 4.0 1884.1604 4.0 1884.1743 2.0 1884.1882 10.0 1884.202 2.0 1884.2159 5.0 1884.2298 5.0 1884.2437 4.0 1884.2575 1.0 1884.2714 1.0 1884.2853 14.0 1884.2992 8.0 1884.313 9.0 1884.3269 2.0 1884.3547 2.0 1884.3685 4.0 1884.3824 1.0 1884.3963 1.0 1884.4102 6.0 1884.424 2.0 1884.4379 1.0 1884.4518 2.0 1884.4795 9.0 1884.4934 11.0 1884.5073 9.0 1884.5212 6.0 1884.5489 1.0 1884.5628 6.0 1884.5767 3.0 1884.5905 6.0 1884.6044 7.0 1884.6183 1.0 1884.6322 4.0 1884.646 8.0 1884.6599 4.0 1884.6738 1.0 1884.6877 3.0 1884.7015 2.0 1884.7154 6.0 1884.7293 3.0 1884.7432 3.0 1884.757 1.0 1884.7709 7.0 1884.7848 3.0 1884.7987 8.0 1884.8125 6.0 1884.8264 4.0 1884.8403 3.0 1884.8542 2.0 1884.868 7.0 1884.8819 6.0 1884.8958 4.0 1884.9097 10.0 1884.9235 5.0 1884.9374 5.0 1884.9513 3.0 1884.9652 10.0 1884.9791 6.0 1884.9929 4.0 1885.0068 1.0 1885.0207 3.0 1885.0346 1.0 1885.0484 4.0 1885.0623 2.0 1885.0762 9.0 1885.0901 3.0 1885.1039 3.0 1885.1178 7.0 1885.1317 6.0 1885.1456 2.0 1885.1595 3.0 1885.1733 1.0 1885.1872 2.0 1885.2011 3.0 1885.215 5.0 1885.2288 2.0 1885.2427 1.0 1885.2566 6.0 1885.2705 6.0 1885.2843 4.0 1885.2982 4.0 1885.3121 2.0 1885.326 1.0 1885.3399 3.0 1885.3537 9.0 1885.3676 3.0 1885.3815 4.0 1885.3954 13.0 1885.4092 2.0 1885.4231 2.0 1885.437 2.0 1885.4509 4.0 1885.4648 5.0 1885.4786 4.0 1885.4925 6.0 1885.5064 10.0 1885.5203 2.0 1885.5342 4.0 1885.548 2.0 1885.5619 10.0 1885.5758 2.0 1885.5897 4.0 1885.6035 9.0 1885.6174 17.0 1885.6313 5.0 1885.6452 1.0 1885.6591 8.0 1885.6729 2.0 1885.6868 2.0 1885.7007 1.0 1885.7146 7.0 1885.7285 6.0 1885.7423 3.0 1885.7562 2.0 1885.7701 1.0 1885.784 2.0 1885.7979 3.0 1885.8117 3.0 1885.8256 4.0 1885.8395 3.0 1885.8534 6.0 1885.8673 3.0 1885.895 4.0 1885.9089 4.0 1885.9367 3.0 1885.9505 4.0 1885.9644 11.0 1885.9783 12.0 1885.9922 2.0 1886.0061 1.0 1886.0199 1.0 1886.0338 2.0 1886.0477 10.0 1886.0616 1.0 1886.0893 6.0 1886.1032 6.0 1886.1171 1.0 1886.131 2.0 1886.1449 3.0 1886.1587 8.0 1886.1726 7.0 1886.1865 2.0 1886.2004 2.0 1886.2143 5.0 1886.2282 10.0 1886.242 4.0 1886.2559 2.0 1886.2698 1.0 1886.2837 2.0 1886.2976 3.0 1886.3114 13.0 1886.3253 4.0 1886.3392 9.0 1886.3531 4.0 1886.367 3.0 1886.3808 3.0 1886.3947 1.0 1886.4086 1.0 1886.4225 1.0 1886.4364 3.0 1886.4503 6.0 1886.4641 4.0 1886.478 8.0 1886.4919 9.0 1886.5058 8.0 1886.5197 1.0 1886.5335 2.0 1886.5474 2.0 1886.5613 2.0 1886.5752 8.0 1886.5891 2.0 1886.603 3.0 1886.6168 3.0 1886.6307 8.0 1886.6446 9.0 1886.6585 5.0 1886.6724 6.0 1886.6863 3.0 1886.7001 5.0 1886.714 4.0 1886.7279 2.0 1886.7418 7.0 1886.7696 3.0 1886.7834 6.0 1886.7973 5.0 1886.8112 5.0 1886.8251 5.0 1886.839 3.0 1886.8529 2.0 1886.8667 4.0 1886.8806 4.0 1886.8945 2.0 1886.9084 13.0 1886.9223 14.0 1886.9362 6.0 1886.95 3.0 1886.9639 2.0 1886.9778 5.0 1886.9917 7.0 1887.0056 3.0 1887.0195 1.0 1887.0333 3.0 1887.0472 2.0 1887.0611 1.0 1887.075 6.0 1887.0889 9.0 1887.1028 1.0 1887.1305 5.0 1887.1444 7.0 1887.1583 6.0 1887.1722 12.0 1887.1861 9.0 1887.2 1.0 1887.2138 3.0 1887.2277 6.0 1887.2416 3.0 1887.2555 10.0 1887.2694 4.0 1887.2833 1.0 1887.2972 7.0 1887.311 3.0 1887.3249 3.0 1887.3388 4.0 1887.3527 6.0 1887.3666 4.0 1887.3805 3.0 1887.3944 7.0 1887.4082 2.0 1887.4221 3.0 1887.436 2.0 1887.4499 6.0 1887.4638 13.0 1887.4777 12.0 1887.4916 6.0 1887.5054 2.0 1887.5193 2.0 1887.5332 3.0 1887.5471 7.0 1887.561 6.0 1887.5749 3.0 1887.6026 6.0 1887.6165 3.0 1887.6304 3.0 1887.6443 1.0 1887.6582 6.0 1887.6721 5.0 1887.6998 2.0 1887.7137 4.0 1887.7276 2.0 1887.7415 4.0 1887.7554 1.0 1887.7693 1.0 1887.7832 4.0 1887.7971 5.0 1887.8109 5.0 1887.8248 6.0 1887.8387 3.0 1887.8665 1.0 1887.8804 2.0 1887.8943 2.0 1887.9082 1.0 1887.922 3.0 1887.9359 3.0 1887.9498 2.0 1887.9637 2.0 1887.9776 4.0 1887.9915 2.0 1888.0054 3.0 1888.0193 1.0 1888.0331 4.0 1888.047 9.0 1888.0609 4.0 1888.0748 2.0 1888.0887 6.0 1888.1026 5.0 1888.1165 2.0 1888.1304 5.0 1888.1442 6.0 1888.172 4.0 1888.1859 5.0 1888.1998 4.0 1888.2276 2.0 1888.2415 3.0 1888.2554 4.0 1888.2692 5.0 1888.2831 12.0 1888.297 12.0 1888.3109 6.0 1888.3248 7.0 1888.3387 8.0 1888.3526 3.0 1888.3665 6.0 1888.3804 7.0 1888.3942 4.0 1888.4081 4.0 1888.422 11.0 1888.4359 8.0 1888.4498 6.0 1888.4637 1.0 1888.4776 6.0 1888.4915 3.0 1888.5054 2.0 1888.5192 8.0 1888.5331 3.0 1888.547 5.0 1888.5609 8.0 1888.5748 6.0 1888.5887 7.0 1888.6026 2.0 1888.6165 1.0 1888.6304 8.0 1888.6443 6.0 1888.6581 1.0 1888.672 1.0 1888.6859 11.0 1888.6998 3.0 1888.7137 2.0 1888.7276 3.0 1888.7415 5.0 1888.7554 2.0 1888.7693 4.0 1888.7832 5.0 1888.7971 4.0 1888.8109 6.0 1888.8248 5.0 1888.8526 3.0 1888.8665 2.0 1888.8804 12.0 1888.8943 3.0 1888.9082 4.0 1888.936 1.0 1888.9637 7.0 1888.9776 9.0 1888.9915 9.0 1889.0054 11.0 1889.0193 9.0 1889.0332 2.0 1889.0471 6.0 1889.061 1.0 1889.0749 7.0 1889.0888 8.0 1889.1027 5.0 1889.1166 9.0 1889.1304 7.0 1889.1443 4.0 1889.1582 4.0 1889.1721 3.0 1889.186 6.0 1889.2138 1.0 1889.2277 1.0 1889.2416 3.0 1889.2555 4.0 1889.2694 5.0 1889.2833 11.0 1889.2972 10.0 1889.311 3.0 1889.3249 10.0 1889.3388 14.0 1889.3527 22.0 1889.3666 15.0 1889.3805 3.0 1889.3944 6.0 1889.4083 6.0 1889.4222 7.0 1889.4361 7.0 1889.45 9.0 1889.4639 12.0 1889.4778 5.0 1889.4917 9.0 1889.5055 2.0 1889.5194 6.0 1889.5333 6.0 1889.5472 12.0 1889.5611 3.0 1889.575 5.0 1889.5889 8.0 1889.6028 1.0 1889.6167 1.0 1889.6445 6.0 1889.6584 10.0 1889.6723 5.0 1889.6862 6.0 1889.7001 2.0 1889.714 5.0 1889.7278 1.0 1889.7556 6.0 1889.7695 1.0 1889.7834 2.0 1889.7973 1.0 1889.8112 5.0 1889.8251 6.0 1889.839 6.0 1889.8529 2.0 1889.8668 2.0 1889.8807 3.0 1889.8946 3.0 1889.9085 2.0 1889.9224 3.0 1889.9363 8.0 1889.9502 10.0 1889.9641 10.0 1889.978 8.0 1889.9918 1.0 1890.0057 1.0 1890.0196 2.0 1890.0335 5.0 1890.0474 9.0 1890.0613 7.0 1890.0752 2.0 1890.0891 2.0 1890.103 1.0 1890.1169 1.0 1890.1308 2.0 1890.1447 4.0 1890.1586 7.0 1890.1725 9.0 1890.1864 2.0 1890.2003 2.0 1890.2142 4.0 1890.2281 1.0 1890.242 3.0 1890.2559 16.0 1890.2698 12.0 1890.2837 3.0 1890.2976 3.0 1890.3114 2.0 1890.3253 9.0 1890.3392 7.0 1890.3531 4.0 1890.367 5.0 1890.3809 18.0 1890.3948 12.0 1890.4087 5.0 1890.4226 10.0 1890.4365 15.0 1890.4504 9.0 1890.4643 8.0 1890.4782 4.0 1890.4921 4.0 1890.506 1.0 1890.5199 4.0 1890.5338 5.0 1890.5477 4.0 1890.5616 5.0 1890.5755 8.0 1890.5894 1.0 1890.6033 4.0 1890.6172 4.0 1890.6311 7.0 1890.645 11.0 1890.6589 10.0 1890.6728 4.0 1890.6867 1.0 1890.7006 4.0 1890.7145 3.0 1890.7284 1.0 1890.7423 1.0 1890.7562 3.0 1890.7701 5.0 1890.784 3.0 1890.7979 4.0 1890.8118 2.0 1890.8256 3.0 1890.8395 5.0 1890.8534 11.0 1890.8673 8.0 1890.8812 5.0 1890.8951 1.0 1890.909 4.0 1890.9229 4.0 1890.9368 1.0 1890.9507 3.0 1890.9646 2.0 1890.9924 3.0 1891.0063 7.0 1891.0202 10.0 1891.0341 5.0 1891.048 5.0 1891.0619 4.0 1891.0758 4.0 1891.0897 6.0 1891.1036 6.0 1891.1175 10.0 1891.1314 8.0 1891.1453 3.0 1891.1592 3.0 1891.1731 4.0 1891.187 5.0 1891.2009 4.0 1891.2148 1.0 1891.2287 1.0 1891.2426 4.0 1891.2565 3.0 1891.2704 5.0 1891.2843 11.0 1891.2982 4.0 1891.3121 1.0 1891.326 5.0 1891.3399 4.0 1891.3538 6.0 1891.3677 5.0 1891.3816 10.0 1891.3955 15.0 1891.4094 8.0 1891.4233 13.0 1891.4372 11.0 1891.4511 5.0 1891.465 4.0 1891.4789 4.0 1891.4928 2.0 1891.5067 8.0 1891.5206 12.0 1891.5345 7.0 1891.5484 7.0 1891.5623 9.0 1891.5762 1.0 1891.5901 1.0 1891.604 3.0 1891.6179 5.0 1891.6318 5.0 1891.6457 5.0 1891.6596 3.0 1891.6735 3.0 1891.6874 1.0 1891.7013 3.0 1891.7152 4.0 1891.7291 2.0 1891.743 5.0 1891.7569 1.0 1891.7708 5.0 1891.7847 10.0 1891.7987 16.0 1891.8126 3.0 1891.8265 10.0 1891.8404 6.0 1891.8543 8.0 1891.8682 9.0 1891.8821 10.0 1891.896 1.0 1891.9099 2.0 1891.9238 4.0 1891.9377 13.0 1891.9516 2.0 1891.9794 2.0 1891.9933 3.0 1892.0072 1.0 1892.0211 5.0 1892.035 1.0 1892.0489 5.0 1892.0628 3.0 1892.0767 7.0 1892.0906 3.0 1892.1045 2.0 1892.1184 9.0 1892.1323 3.0 1892.1601 1.0 1892.174 2.0 1892.1879 1.0 1892.2018 4.0 1892.2157 4.0 1892.2296 5.0 1892.2435 3.0 1892.2574 4.0 1892.2713 2.0 1892.2852 2.0 1892.2992 8.0 1892.3131 3.0 1892.327 2.0 1892.3409 5.0 1892.3687 2.0 1892.3826 4.0 1892.3965 5.0 1892.4104 4.0 1892.4243 7.0 1892.4382 10.0 1892.4521 12.0 1892.466 22.0 1892.4799 15.0 1892.4938 10.0 1892.5077 1.0 1892.5216 11.0 1892.5355 3.0 1892.5494 7.0 1892.5633 2.0 1892.5772 3.0 1892.5911 2.0 1892.605 4.0 1892.619 4.0 1892.6329 1.0 1892.6746 5.0 1892.6885 3.0 1892.7024 1.0 1892.7163 8.0 1892.7302 7.0 1892.7441 2.0 1892.758 4.0 1892.7719 2.0 1892.7858 3.0 1892.7997 3.0 1892.8136 6.0 1892.8275 5.0 1892.8414 11.0 1892.8553 8.0 1892.8692 18.0 1892.8832 21.0 1892.8971 17.0 1892.911 11.0 1892.9249 10.0 1892.9388 11.0 1892.9527 12.0 1892.9666 8.0 1892.9805 8.0 1892.9944 9.0 1893.0083 4.0 1893.0222 4.0 1893.0361 6.0 1893.05 8.0 1893.0639 6.0 1893.0778 3.0 1893.0917 7.0 1893.1057 1.0 1893.1196 4.0 1893.1335 7.0 1893.1474 8.0 1893.1613 1.0 1893.1752 1.0 1893.1891 3.0 1893.2169 5.0 1893.2308 6.0 1893.2447 6.0 1893.2586 3.0 1893.2725 2.0 1893.2864 3.0 1893.3004 5.0 1893.3282 6.0 1893.3421 5.0 1893.356 7.0 1893.3699 9.0 1893.3838 6.0 1893.3977 4.0 1893.4116 2.0 1893.4255 3.0 1893.4394 7.0 1893.4533 5.0 1893.4672 4.0 1893.4812 3.0 1893.4951 3.0 1893.509 12.0 1893.5229 9.0 1893.5368 1.0 1893.5507 3.0 1893.5646 6.0 1893.5785 2.0 1893.5924 2.0 1893.6063 7.0 1893.6202 7.0 1893.6341 1.0 1893.6481 4.0 1893.662 1.0 1893.6759 1.0 1893.6898 9.0 1893.7037 2.0 1893.7176 4.0 1893.7315 2.0 1893.7454 5.0 1893.7593 4.0 1893.7732 8.0 1893.7871 3.0 1893.8011 4.0 1893.815 4.0 1893.8289 3.0 1893.8428 3.0 1893.8567 9.0 1893.8706 11.0 1893.8845 4.0 1893.8984 6.0 1893.9123 5.0 1893.9262 5.0 1893.9401 5.0 1893.9541 2.0 1893.968 6.0 1893.9819 8.0 1893.9958 7.0 1894.0097 3.0 1894.0375 6.0 1894.0514 3.0 1894.0653 3.0 1894.0792 3.0 1894.0932 1.0 1894.1071 1.0 1894.121 7.0 1894.1349 5.0 1894.1488 6.0 1894.1627 3.0 1894.1766 1.0 1894.1905 2.0 1894.2044 4.0 1894.2184 2.0 1894.2323 5.0 1894.2462 10.0 1894.2601 7.0 1894.274 3.0 1894.2879 6.0 1894.3157 5.0 1894.3296 6.0 1894.3436 5.0 1894.3575 9.0 1894.3714 2.0 1894.3853 5.0 1894.3992 8.0 1894.4131 7.0 1894.427 10.0 1894.4409 4.0 1894.4548 4.0 1894.4688 4.0 1894.4827 9.0 1894.4966 10.0 1894.5105 15.0 1894.5244 10.0 1894.5383 3.0 1894.5522 3.0 1894.5661 2.0 1894.5801 4.0 1894.594 3.0 1894.6079 4.0 1894.6357 8.0 1894.6496 5.0 1894.6635 1.0 1894.6913 3.0 1894.7192 1.0 1894.7331 6.0 1894.747 8.0 1894.7609 8.0 1894.7748 3.0 1894.7887 3.0 1894.8027 3.0 1894.8166 3.0 1894.8305 5.0 1894.8583 7.0 1894.8722 6.0 1894.8861 4.0 1894.9 6.0 1894.914 6.0 1894.9279 3.0 1894.9418 12.0 1894.9557 13.0 1894.9696 10.0 1894.9835 7.0 1894.9974 3.0 1895.0114 9.0 1895.0253 8.0 1895.0392 6.0 1895.067 2.0 1895.0809 10.0 1895.0948 2.0 1895.1087 5.0 1895.1227 6.0 1895.1366 1.0 1895.1505 9.0 1895.1644 6.0 1895.1783 5.0 1895.1922 8.0 1895.2061 3.0 1895.2201 4.0 1895.234 2.0 1895.2479 1.0 1895.2618 1.0 1895.2757 3.0 1895.2896 3.0 1895.3036 1.0 1895.3175 8.0 1895.3314 3.0 1895.3453 1.0 1895.3592 3.0 1895.3731 5.0 1895.387 8.0 1895.401 10.0 1895.4149 4.0 1895.4288 1.0 1895.4427 4.0 1895.4566 7.0 1895.4705 3.0 1895.4844 5.0 1895.4984 9.0 1895.5123 3.0 1895.5262 8.0 1895.5401 8.0 1895.554 12.0 1895.5679 2.0 1895.5819 8.0 1895.5958 2.0 1895.6097 7.0 1895.6236 2.0 1895.6375 7.0 1895.6514 6.0 1895.6654 1.0 1895.6932 5.0 1895.7071 5.0 1895.721 5.0 1895.7489 1.0 1895.7628 2.0 1895.7767 3.0 1895.7906 2.0 1895.8045 2.0 1895.8184 3.0 1895.8324 9.0 1895.8463 15.0 1895.8602 3.0 1895.8741 8.0 1895.888 2.0 1895.9019 3.0 1895.9159 2.0 1895.9298 3.0 1895.9437 1.0 1895.9576 2.0 1895.9715 6.0 1895.9854 10.0 1895.9994 6.0 1896.0133 2.0 1896.0272 2.0 1896.0411 2.0 1896.055 8.0 1896.0689 6.0 1896.0829 7.0 1896.0968 5.0 1896.1107 5.0 1896.1246 5.0 1896.1385 2.0 1896.1525 1.0 1896.1664 3.0 1896.1803 2.0 1896.2081 2.0 1896.222 3.0 1896.236 2.0 1896.2499 4.0 1896.2638 4.0 1896.2777 2.0 1896.2916 4.0 1896.3056 3.0 1896.3195 1.0 1896.3334 3.0 1896.3473 2.0 1896.3612 12.0 1896.3751 4.0 1896.3891 2.0 1896.403 7.0 1896.4169 1.0 1896.4308 3.0 1896.4447 3.0 1896.4587 7.0 1896.4726 8.0 1896.4865 3.0 1896.5004 3.0 1896.5143 7.0 1896.5283 3.0 1896.5422 10.0 1896.5561 2.0 1896.57 4.0 1896.5839 3.0 1896.5979 11.0 1896.6118 8.0 1896.6257 2.0 1896.6396 6.0 1896.6535 2.0 1896.6675 2.0 1896.6814 2.0 1896.6953 1.0 1896.7092 3.0 1896.7371 10.0 1896.751 1.0 1896.7649 3.0 1896.7788 1.0 1896.7927 3.0 1896.8067 3.0 1896.8206 2.0 1896.8345 13.0 1896.8484 6.0 1896.8623 1.0 1896.8763 2.0 1896.8902 3.0 1896.9041 1.0 1896.918 2.0 1896.9319 7.0 1896.9459 7.0 1896.9598 3.0 1896.9737 3.0 1896.9876 2.0 1897.0015 4.0 1897.0155 4.0 1897.0294 7.0 1897.0433 3.0 1897.0572 6.0 1897.0711 7.0 1897.0851 1.0 1897.099 4.0 1897.1129 3.0 1897.1268 4.0 1897.1408 7.0 1897.1547 3.0 1897.1825 3.0 1897.1964 4.0 1897.2104 4.0 1897.2243 3.0 1897.2382 6.0 1897.2521 10.0 1897.2661 9.0 1897.28 3.0 1897.2939 2.0 1897.3078 7.0 1897.3217 3.0 1897.3357 7.0 1897.3496 4.0 1897.3774 4.0 1897.3914 6.0 1897.4053 2.0 1897.4192 4.0 1897.4331 3.0 1897.447 2.0 1897.461 3.0 1897.4749 10.0 1897.4888 2.0 1897.5027 3.0 1897.5167 2.0 1897.5306 7.0 1897.5445 8.0 1897.5584 1.0 1897.5724 1.0 1897.5863 1.0 1897.6002 3.0 1897.6141 4.0 1897.628 6.0 1897.642 6.0 1897.6559 6.0 1897.6698 8.0 1897.6837 4.0 1897.6977 3.0 1897.7116 2.0 1897.7255 3.0 1897.7394 5.0 1897.7534 2.0 1897.7673 11.0 1897.7812 7.0 1897.7951 6.0 1897.8091 4.0 1897.823 7.0 1897.8369 2.0 1897.8648 5.0 1897.8787 8.0 1897.8926 11.0 1897.9065 18.0 1897.9204 16.0 1897.9344 8.0 1897.9483 5.0 1897.9622 7.0 1897.9761 4.0 1897.9901 3.0 1898.004 2.0 1898.0179 3.0 1898.0318 1.0 1898.0458 2.0 1898.0597 1.0 1898.0736 1.0 1898.0875 4.0 1898.1015 7.0 1898.1154 7.0 1898.1293 10.0 1898.1432 4.0 1898.1572 4.0 1898.1711 3.0 1898.185 1.0 1898.1989 1.0 1898.2268 1.0 1898.2407 5.0 1898.2547 3.0 1898.2686 4.0 1898.2825 2.0 1898.2964 4.0 1898.3104 4.0 1898.3243 11.0 1898.3382 10.0 1898.3521 6.0 1898.3661 6.0 1898.38 13.0 1898.3939 9.0 1898.4078 1.0 1898.4357 4.0 1898.4635 1.0 1898.4775 5.0 1898.4914 3.0 1898.5053 8.0 1898.5193 12.0 1898.5332 1.0 1898.5471 3.0 1898.561 3.0 1898.575 11.0 1898.5889 13.0 1898.6028 8.0 1898.6167 4.0 1898.6307 4.0 1898.6446 3.0 1898.6585 1.0 1898.6724 3.0 1898.6864 4.0 1898.7003 2.0 1898.7142 4.0 1898.7282 2.0 1898.7421 3.0 1898.756 6.0 1898.7699 6.0 1898.7839 7.0 1898.7978 14.0 1898.8117 5.0 1898.8257 3.0 1898.8396 2.0 1898.8535 3.0 1898.8674 6.0 1898.8814 5.0 1898.8953 1.0 1898.9092 2.0 1898.9231 7.0 1898.9371 5.0 1898.951 6.0 1898.9649 7.0 1898.9789 5.0 1898.9928 5.0 1899.0067 3.0 1899.0206 1.0 1899.0346 1.0 1899.0485 2.0 1899.0624 2.0 1899.0764 10.0 1899.0903 10.0 1899.1042 7.0 1899.1181 2.0 1899.146 2.0 1899.1599 5.0 1899.1739 5.0 1899.1878 6.0 1899.2017 4.0 1899.2157 6.0 1899.2296 3.0 1899.2435 1.0 1899.2574 3.0 1899.2714 5.0 1899.2853 1.0 1899.2992 11.0 1899.3132 16.0 1899.3271 5.0 1899.341 2.0 1899.3549 3.0 1899.3689 4.0 1899.3828 8.0 1899.3967 5.0 1899.4107 12.0 1899.4246 20.0 1899.4385 6.0 1899.4525 7.0 1899.4664 7.0 1899.4803 3.0 1899.4942 3.0 1899.5082 6.0 1899.5221 7.0 1899.536 1.0 1899.55 1.0 1899.5639 8.0 1899.5778 4.0 1899.5918 4.0 1899.6057 1.0 1899.6196 1.0 1899.6336 4.0 1899.6475 9.0 1899.6614 8.0 1899.6753 4.0 1899.6893 1.0 1899.7032 13.0 1899.7171 7.0 1899.7311 5.0 1899.745 13.0 1899.7589 9.0 1899.7868 2.0 1899.8007 2.0 1899.8147 5.0 1899.8286 3.0 1899.8425 4.0 1899.8565 7.0 1899.8704 2.0 1899.8843 3.0 1899.8982 15.0 1899.9122 12.0 1899.9261 8.0 1899.94 4.0 1899.954 2.0 1899.9679 3.0 1899.9818 10.0 1899.9958 5.0 1900.0097 3.0 1900.0236 5.0 1900.0376 1.0 1900.0654 3.0 1900.0794 2.0 1900.0933 10.0 1900.1072 7.0 1900.1212 10.0 1900.1351 5.0 1900.149 2.0 1900.163 3.0 1900.1908 1.0 1900.2048 7.0 1900.2187 5.0 1900.2326 5.0 1900.2466 4.0 1900.2744 5.0 1900.2884 3.0 1900.3023 4.0 1900.3162 2.0 1900.3302 1.0 1900.3441 3.0 1900.358 3.0 1900.372 6.0 1900.3859 1.0 1900.3998 1.0 1900.4138 7.0 1900.4277 1.0 1900.4416 3.0 1900.4556 1.0 1900.4695 1.0 1900.4834 6.0 1900.4974 9.0 1900.5113 5.0 1900.5252 12.0 1900.5392 6.0 1900.5531 2.0 1900.567 2.0 1900.581 2.0 1900.5949 3.0 1900.6088 5.0 1900.6228 1.0 1900.6367 3.0 1900.6506 7.0 1900.6646 6.0 1900.6785 2.0 1900.6924 3.0 1900.7064 1.0 1900.7342 3.0 1900.7482 1.0 1900.7621 8.0 1900.7761 10.0 1900.79 7.0 1900.8039 4.0 1900.8179 6.0 1900.8318 9.0 1900.8457 1.0 1900.8597 2.0 1900.8736 2.0 1900.8875 5.0 1900.9015 9.0 1900.9154 1.0 1900.9293 3.0 1900.9433 3.0 1900.9572 1.0 1900.9711 3.0 1900.9851 6.0 1900.999 12.0 1901.013 5.0 1901.0269 3.0 1901.0408 5.0 1901.0548 1.0 1901.0687 3.0 1901.0826 2.0 1901.0966 2.0 1901.1105 1.0 1901.1244 5.0 1901.1384 7.0 1901.1523 7.0 1901.1663 8.0 1901.1802 5.0 1901.1941 3.0 1901.2081 1.0 1901.222 5.0 1901.2359 5.0 1901.2499 21.0 1901.2638 13.0 1901.2777 7.0 1901.2917 2.0 1901.3056 1.0 1901.3196 1.0 1901.3335 7.0 1901.3474 3.0 1901.3614 1.0 1901.3753 4.0 1901.3892 3.0 1901.4032 9.0 1901.4171 5.0 1901.4311 5.0 1901.445 2.0 1901.4589 2.0 1901.4729 4.0 1901.4868 5.0 1901.5007 11.0 1901.5147 6.0 1901.5286 3.0 1901.5565 5.0 1901.5704 2.0 1901.5844 1.0 1901.5983 4.0 1901.6123 8.0 1901.6401 1.0 1901.6541 4.0 1901.668 7.0 1901.6819 4.0 1901.6959 2.0 1901.7098 1.0 1901.7238 3.0 1901.7377 2.0 1901.7516 7.0 1901.7656 3.0 1901.7795 5.0 1901.7935 9.0 1901.8074 8.0 1901.8213 6.0 1901.8353 5.0 1901.8492 3.0 1901.8631 2.0 1901.8771 3.0 1901.891 3.0 1901.905 5.0 1901.9328 5.0 1901.9607 3.0 1901.9747 4.0 1901.9886 7.0 1902.0025 2.0 1902.0165 3.0 1902.0304 6.0 1902.0444 3.0 1902.0583 7.0 1902.0722 4.0 1902.0862 6.0 1902.1001 7.0 1902.1141 12.0 1902.128 4.0 1902.1419 1.0 1902.1559 1.0 1902.1698 1.0 1902.1838 4.0 1902.1977 6.0 1902.2116 7.0 1902.2256 2.0 1902.2395 3.0 1902.2535 3.0 1902.2813 3.0 1902.2953 1.0 1902.3092 2.0 1902.3232 3.0 1902.3371 4.0 1902.351 2.0 1902.365 1.0 1902.3789 1.0 1902.3929 10.0 1902.4068 2.0 1902.4207 7.0 1902.4347 2.0 1902.4486 2.0 1902.4626 12.0 1902.4765 5.0 1902.4905 5.0 1902.5044 3.0 1902.5183 3.0 1902.5323 9.0 1902.5462 2.0 1902.5602 8.0 1902.5741 6.0 1902.588 1.0 1902.602 5.0 1902.6159 7.0 1902.6299 4.0 1902.6578 2.0 1902.6717 5.0 1902.6856 6.0 1902.6996 3.0 1902.7135 2.0 1902.7275 7.0 1902.7414 1.0 1902.7554 5.0 1902.7693 6.0 1902.7832 4.0 1902.7972 2.0 1902.8111 6.0 1902.8251 8.0 1902.839 5.0 1902.8529 7.0 1902.8669 7.0 1902.8808 6.0 1902.8948 5.0 1902.9087 3.0 1902.9227 5.0 1902.9366 3.0 1902.9645 10.0 1902.9784 9.0 1902.9924 3.0 1903.0063 3.0 1903.0203 1.0 1903.0482 4.0 1903.076 2.0 1903.09 1.0 1903.1039 5.0 1903.1179 10.0 1903.1318 3.0 1903.1458 2.0 1903.1597 6.0 1903.1736 4.0 1903.1876 11.0 1903.2015 4.0 1903.2155 1.0 1903.2294 6.0 1903.2434 4.0 1903.2573 5.0 1903.2713 4.0 1903.2852 6.0 1903.2991 4.0 1903.3131 1.0 1903.327 2.0 1903.341 4.0 1903.3549 4.0 1903.3689 1.0 1903.3828 6.0 1903.3968 9.0 1903.4107 4.0 1903.4246 4.0 1903.4386 2.0 1903.4525 4.0 1903.4665 2.0 1903.4804 3.0 1903.4944 9.0 1903.5083 10.0 1903.5223 4.0 1903.5362 6.0 1903.5502 9.0 1903.5641 3.0 1903.578 7.0 1903.592 10.0 1903.6059 8.0 1903.6199 5.0 1903.6338 12.0 1903.6478 4.0 1903.6617 6.0 1903.6757 2.0 1903.6896 1.0 1903.7036 5.0 1903.7175 1.0 1903.7314 1.0 1903.7454 6.0 1903.7593 3.0 1903.7733 3.0 1903.7872 2.0 1903.8151 2.0 1903.8291 2.0 1903.843 4.0 1903.857 2.0 1903.8709 2.0 1903.8849 2.0 1903.8988 2.0 1903.9127 7.0 1903.9267 3.0 1903.9406 2.0 1903.9546 2.0 1903.9825 8.0 1903.9964 7.0 1904.0104 5.0 1904.0243 3.0 1904.0383 2.0 1904.0522 4.0 1904.0662 1.0 1904.0801 4.0 1904.0941 3.0 1904.108 3.0 1904.122 1.0 1904.1359 6.0 1904.1498 2.0 1904.1638 2.0 1904.1917 1.0 1904.2056 4.0 1904.2196 4.0 1904.2335 7.0 1904.2475 2.0 1904.2614 3.0 1904.2754 7.0 1904.2893 4.0 1904.3033 9.0 1904.3172 11.0 1904.3312 9.0 1904.3451 8.0 1904.3591 1.0 1904.373 4.0 1904.387 4.0 1904.4009 9.0 1904.4149 7.0 1904.4288 2.0 1904.4428 2.0 1904.4567 3.0 1904.4707 4.0 1904.4846 7.0 1904.4986 7.0 1904.5125 5.0 1904.5264 8.0 1904.5404 3.0 1904.5543 5.0 1904.5683 3.0 1904.5822 3.0 1904.5962 9.0 1904.6101 11.0 1904.6241 4.0 1904.638 9.0 1904.652 3.0 1904.6659 11.0 1904.6799 10.0 1904.6938 1.0 1904.7078 2.0 1904.7217 5.0 1904.7357 11.0 1904.7496 9.0 1904.7636 6.0 1904.7775 1.0 1904.7915 3.0 1904.8054 5.0 1904.8194 3.0 1904.8333 4.0 1904.8473 15.0 1904.8612 7.0 1904.8752 3.0 1904.9031 2.0 1904.917 4.0 1904.931 1.0 1904.9449 2.0 1904.9589 9.0 1904.9728 8.0 1904.9868 2.0 1905.0007 3.0 1905.0147 3.0 1905.0286 2.0 1905.0426 4.0 1905.0565 1.0 1905.0705 2.0 1905.0844 3.0 1905.0984 3.0 1905.1123 7.0 1905.1263 5.0 1905.1402 4.0 1905.1542 4.0 1905.1682 7.0 1905.1821 2.0 1905.1961 6.0 1905.21 5.0 1905.224 3.0 1905.2379 2.0 1905.2519 5.0 1905.2658 12.0 1905.2798 10.0 1905.2937 7.0 1905.3077 6.0 1905.3216 4.0 1905.3356 4.0 1905.3495 3.0 1905.3635 3.0 1905.3774 3.0 1905.3914 6.0 1905.4053 10.0 1905.4193 11.0 1905.4332 1.0 1905.4472 1.0 1905.4751 4.0 1905.489 4.0 1905.503 4.0 1905.517 2.0 1905.5309 3.0 1905.5449 2.0 1905.5588 1.0 1905.5867 2.0 1905.6007 5.0 1905.6146 12.0 1905.6286 7.0 1905.6425 3.0 1905.6565 2.0 1905.6704 1.0 1905.6844 6.0 1905.6983 3.0 1905.7123 2.0 1905.7262 3.0 1905.7402 4.0 1905.7542 9.0 1905.7681 6.0 1905.7821 6.0 1905.796 13.0 1905.81 3.0 1905.8239 4.0 1905.8379 1.0 1905.8518 3.0 1905.8658 2.0 1905.8797 5.0 1905.8937 1.0 1905.9076 1.0 1905.9216 2.0 1905.9356 5.0 1905.9495 5.0 1905.9635 4.0 1905.9774 2.0 1905.9914 2.0 1906.0053 3.0 1906.0193 3.0 1906.0332 4.0 1906.0472 9.0 1906.0611 3.0 1906.0751 2.0 1906.089 3.0 1906.103 1.0 1906.117 2.0 1906.1309 5.0 1906.1449 6.0 1906.1588 9.0 1906.1728 4.0 1906.1867 8.0 1906.2007 13.0 1906.2146 9.0 1906.2286 3.0 1906.2426 2.0 1906.2565 1.0 1906.2705 2.0 1906.2844 1.0 1906.2984 1.0 1906.3123 2.0 1906.3263 4.0 1906.3402 10.0 1906.3542 5.0 1906.3821 4.0 1906.3961 5.0 1906.41 2.0 1906.424 3.0 1906.4379 5.0 1906.4519 7.0 1906.4658 7.0 1906.4798 5.0 1906.5077 2.0 1906.5217 3.0 1906.5356 4.0 1906.5496 9.0 1906.5635 3.0 1906.5775 5.0 1906.5915 8.0 1906.6054 3.0 1906.6194 3.0 1906.6333 5.0 1906.6473 8.0 1906.6612 1.0 1906.6752 2.0 1906.6891 1.0 1906.7031 1.0 1906.7171 1.0 1906.731 4.0 1906.745 3.0 1906.7589 1.0 1906.7729 6.0 1906.7868 3.0 1906.8008 4.0 1906.8148 5.0 1906.8287 6.0 1906.8427 11.0 1906.8566 6.0 1906.8706 6.0 1906.8845 5.0 1906.8985 4.0 1906.9125 4.0 1906.9264 7.0 1906.9404 7.0 1906.9543 3.0 1906.9683 2.0 1906.9823 6.0 1906.9962 10.0 1907.0102 7.0 1907.0241 4.0 1907.052 2.0 1907.066 2.0 1907.0939 2.0 1907.1079 4.0 1907.1218 1.0 1907.1358 2.0 1907.1498 1.0 1907.1637 2.0 1907.1777 4.0 1907.1916 2.0 1907.2056 4.0 1907.2195 5.0 1907.2335 3.0 1907.2475 2.0 1907.2614 5.0 1907.2754 6.0 1907.2893 5.0 1907.3033 3.0 1907.3173 3.0 1907.3312 1.0 1907.3452 2.0 1907.3591 1.0 1907.3731 3.0 1907.3871 3.0 1907.415 2.0 1907.4289 5.0 1907.4429 9.0 1907.4569 5.0 1907.4708 2.0 1907.4848 2.0 1907.4987 5.0 1907.5127 6.0 1907.5267 6.0 1907.5406 4.0 1907.5546 3.0 1907.5685 4.0 1907.5965 1.0 1907.6104 1.0 1907.6244 1.0 1907.6383 2.0 1907.6523 5.0 1907.6663 2.0 1907.6802 6.0 1907.6942 2.0 1907.7081 4.0 1907.7221 3.0 1907.7361 2.0 1907.75 6.0 1907.764 3.0 1907.7779 6.0 1907.7919 4.0 1907.8059 6.0 1907.8198 7.0 1907.8338 1.0 1907.8477 2.0 1907.8617 9.0 1907.8757 5.0 1907.9036 3.0 1907.9176 1.0 1907.9315 6.0 1907.9455 2.0 1907.9594 2.0 1907.9734 2.0 1907.9874 1.0 1908.0013 2.0 1908.0153 5.0 1908.0292 3.0 1908.0432 4.0 1908.0572 2.0 1908.0711 4.0 1908.0851 6.0 1908.0991 3.0 1908.113 13.0 1908.127 10.0 1908.1409 3.0 1908.1549 4.0 1908.1689 3.0 1908.1828 4.0 1908.1968 1.0 1908.2108 2.0 1908.2247 1.0 1908.2387 2.0 1908.2526 10.0 1908.2666 4.0 1908.2806 2.0 1908.2945 4.0 1908.3085 1.0 1908.3364 6.0 1908.3504 11.0 1908.3643 2.0 1908.3783 3.0 1908.3923 5.0 1908.4062 1.0 1908.4202 4.0 1908.4342 1.0 1908.4481 2.0 1908.4761 4.0 1908.49 4.0 1908.504 2.0 1908.5179 1.0 1908.5319 3.0 1908.5459 4.0 1908.5598 5.0 1908.5738 16.0 1908.5878 17.0 1908.6017 6.0 1908.6157 5.0 1908.6297 3.0 1908.6436 3.0 1908.6576 2.0 1908.6715 4.0 1908.6855 5.0 1908.6995 7.0 1908.7134 6.0 1908.7274 7.0 1908.7414 2.0 1908.7553 2.0 1908.7693 5.0 1908.7833 4.0 1908.7972 4.0 1908.8112 5.0 1908.8252 2.0 1908.8391 1.0 1908.8531 4.0 1908.867 6.0 1908.881 7.0 1908.895 5.0 1908.9089 6.0 1908.9229 6.0 1908.9369 6.0 1908.9508 4.0 1908.9648 3.0 1908.9788 1.0 1908.9927 4.0 1909.0067 1.0 1909.0207 4.0 1909.0346 6.0 1909.0486 5.0 1909.0626 2.0 1909.0765 6.0 1909.0905 7.0 1909.1045 4.0 1909.1184 4.0 1909.1324 3.0 1909.1464 6.0 1909.1603 3.0 1909.1743 3.0 1909.1883 1.0 1909.2022 2.0 1909.2162 2.0 1909.2302 3.0 1909.2441 5.0 1909.2581 3.0 1909.2721 4.0 1909.286 9.0 1909.3 9.0 1909.314 4.0 1909.3279 2.0 1909.3419 2.0 1909.3559 3.0 1909.3698 6.0 1909.3838 5.0 1909.4117 2.0 1909.4257 1.0 1909.4397 2.0 1909.4536 2.0 1909.4676 2.0 1909.4816 1.0 1909.4955 4.0 1909.5095 9.0 1909.5235 8.0 1909.5374 9.0 1909.5514 9.0 1909.5654 8.0 1909.5793 6.0 1909.5933 4.0 1909.6073 3.0 1909.6212 2.0 1909.6352 5.0 1909.6492 1.0 1909.6631 7.0 1909.6771 5.0 1909.6911 1.0 1909.705 2.0 1909.719 2.0 1909.733 2.0 1909.7469 4.0 1909.7609 1.0 1909.7749 3.0 1909.7888 5.0 1909.8028 3.0 1909.8168 1.0 1909.8308 3.0 1909.8447 1.0 1909.8587 1.0 1909.8727 2.0 1909.8866 4.0 1909.9006 1.0 1909.9146 1.0 1909.9285 3.0 1909.9425 2.0 1909.9565 7.0 1909.9704 6.0 1909.9844 3.0 1909.9984 3.0 1910.0123 8.0 1910.0263 3.0 1910.0403 4.0 1910.0682 3.0 1910.0822 7.0 1910.0962 2.0 1910.1101 1.0 1910.1241 4.0 1910.1381 3.0 1910.152 1.0 1910.166 1.0 1910.18 1.0 1910.1939 4.0 1910.2079 6.0 1910.2219 4.0 1910.2359 2.0 1910.2498 3.0 1910.2638 1.0 1910.2778 2.0 1910.2917 7.0 1910.3057 10.0 1910.3197 12.0 1910.3337 6.0 1910.3476 3.0 1910.3616 3.0 1910.3756 6.0 1910.3895 11.0 1910.4035 7.0 1910.4175 4.0 1910.4314 3.0 1910.4454 3.0 1910.4594 4.0 1910.4734 12.0 1910.4873 9.0 1910.5013 7.0 1910.5153 7.0 1910.5292 5.0 1910.5432 2.0 1910.5572 2.0 1910.5712 1.0 1910.5851 14.0 1910.5991 6.0 1910.6131 3.0 1910.627 9.0 1910.641 3.0 1910.655 5.0 1910.669 5.0 1910.6829 4.0 1910.6969 3.0 1910.7109 1.0 1910.7248 5.0 1910.7388 5.0 1910.7528 8.0 1910.7668 2.0 1910.7807 3.0 1910.7947 2.0 1910.8087 1.0 1910.8226 5.0 1910.8366 5.0 1910.8506 2.0 1910.8646 1.0 1910.8785 5.0 1910.8925 5.0 1910.9065 5.0 1910.9204 2.0 1910.9344 2.0 1910.9484 1.0 1910.9624 6.0 1910.9763 6.0 1910.9903 3.0 1911.0322 2.0 1911.0462 2.0 1911.0602 1.0 1911.0742 2.0 1911.0881 4.0 1911.1021 2.0 1911.1161 2.0 1911.13 2.0 1911.144 2.0 1911.158 1.0 1911.172 8.0 1911.1859 5.0 1911.1999 6.0 1911.2139 1.0 1911.2279 4.0 1911.2418 1.0 1911.2558 3.0 1911.2698 2.0 1911.2838 4.0 1911.2977 1.0 1911.3117 5.0 1911.3257 4.0 1911.3396 6.0 1911.3536 2.0 1911.3676 9.0 1911.3816 12.0 1911.3955 2.0 1911.4095 1.0 1911.4235 1.0 1911.4375 1.0 1911.4514 2.0 1911.4654 4.0 1911.4794 5.0 1911.4934 3.0 1911.5073 3.0 1911.5213 4.0 1911.5353 4.0 1911.5493 2.0 1911.5632 5.0 1911.5772 6.0 1911.5912 2.0 1911.6052 3.0 1911.6191 5.0 1911.6331 1.0 1911.6471 3.0 1911.6611 5.0 1911.675 5.0 1911.689 11.0 1911.703 4.0 1911.717 2.0 1911.7309 4.0 1911.7449 8.0 1911.7589 1.0 1911.7729 2.0 1911.7868 3.0 1911.8008 12.0 1911.8148 9.0 1911.8288 11.0 1911.8427 2.0 1911.8567 5.0 1911.8707 4.0 1911.8847 7.0 1911.8987 2.0 1911.9126 6.0 1911.9266 5.0 1911.9406 5.0 1911.9546 8.0 1911.9685 6.0 1911.9825 3.0 1911.9965 2.0 1912.0105 4.0 1912.0384 7.0 1912.0524 2.0 1912.0803 3.0 1912.0943 1.0 1912.1223 5.0 1912.1363 4.0 1912.1502 4.0 1912.1642 3.0 1912.1782 4.0 1912.2061 3.0 1912.2201 3.0 1912.2341 5.0 1912.2481 5.0 1912.262 3.0 1912.276 4.0 1912.29 6.0 1912.318 2.0 1912.3319 3.0 1912.3459 1.0 1912.3599 3.0 1912.3739 2.0 1912.3878 3.0 1912.4018 7.0 1912.4158 8.0 1912.4298 1.0 1912.4577 3.0 1912.4717 6.0 1912.4857 7.0 1912.4997 7.0 1912.5136 3.0 1912.5276 8.0 1912.5416 10.0 1912.5556 8.0 1912.5696 9.0 1912.5835 7.0 1912.5975 16.0 1912.6115 5.0 1912.6255 3.0 1912.6395 3.0 1912.6534 3.0 1912.6674 4.0 1912.6814 8.0 1912.6954 10.0 1912.7094 5.0 1912.7233 3.0 1912.7373 3.0 1912.7513 9.0 1912.7653 5.0 1912.7792 2.0 1912.7932 5.0 1912.8072 9.0 1912.8212 5.0 1912.8352 2.0 1912.8491 4.0 1912.8771 5.0 1912.8911 8.0 1912.9051 5.0 1912.919 2.0 1912.933 4.0 1912.947 4.0 1912.961 1.0 1912.975 2.0 1912.9889 3.0 1913.0029 3.0 1913.0169 1.0 1913.0309 8.0 1913.0449 5.0 1913.0588 3.0 1913.0728 1.0 1913.0868 3.0 1913.1008 5.0 1913.1148 2.0 1913.1427 1.0 1913.1567 2.0 1913.1707 1.0 1913.1847 2.0 1913.1987 2.0 1913.2126 4.0 1913.2266 2.0 1913.2406 5.0 1913.2546 3.0 1913.2686 7.0 1913.2825 13.0 1913.3105 1.0 1913.3385 4.0 1913.3524 1.0 1913.3664 2.0 1913.3804 5.0 1913.3944 6.0 1913.4084 1.0 1913.4224 3.0 1913.4363 6.0 1913.4503 5.0 1913.4643 2.0 1913.4783 4.0 1913.4923 7.0 1913.5062 8.0 1913.5202 8.0 1913.5342 9.0 1913.5482 6.0 1913.5622 5.0 1913.5762 6.0 1913.5901 4.0 1913.6041 8.0 1913.6181 4.0 1913.6321 4.0 1913.6461 1.0 1913.66 5.0 1913.674 3.0 1913.688 3.0 1913.702 5.0 1913.716 4.0 1913.73 7.0 1913.7439 7.0 1913.7579 4.0 1913.7719 5.0 1913.7859 8.0 1913.7999 2.0 1913.8139 4.0 1913.8278 3.0 1913.8418 2.0 1913.8558 4.0 1913.8698 2.0 1913.8838 3.0 1913.8978 3.0 1913.9257 3.0 1913.9677 1.0 1913.9817 4.0 1913.9956 9.0 1914.0096 4.0 1914.0236 3.0 1914.0376 5.0 1914.0516 2.0 1914.0656 6.0 1914.0795 2.0 1914.0935 2.0 1914.1075 2.0 1914.1215 4.0 1914.1355 5.0 1914.1495 2.0 1914.1635 2.0 1914.1774 8.0 1914.1914 2.0 1914.2054 2.0 1914.2194 1.0 1914.2334 1.0 1914.2474 3.0 1914.2613 1.0 1914.2753 3.0 1914.2893 2.0 1914.3033 4.0 1914.3173 1.0 1914.3313 5.0 1914.3453 4.0 1914.3592 2.0 1914.3732 8.0 1914.3872 5.0 1914.4012 1.0 1914.4152 11.0 1914.4292 9.0 1914.4432 4.0 1914.4571 4.0 1914.4711 6.0 1914.4851 4.0 1914.5271 6.0 1914.5411 10.0 1914.555 6.0 1914.569 3.0 1914.583 1.0 1914.597 5.0 1914.611 4.0 1914.625 3.0 1914.639 5.0 1914.6529 2.0 1914.6809 14.0 1914.6949 8.0 1914.7089 3.0 1914.7369 5.0 1914.7508 12.0 1914.7648 6.0 1914.7788 5.0 1914.7928 5.0 1914.8068 3.0 1914.8208 2.0 1914.8348 2.0 1914.8488 1.0 1914.8627 3.0 1914.8767 2.0 1914.8907 2.0 1914.9047 3.0 1914.9187 4.0 1914.9327 7.0 1914.9467 12.0 1914.9607 7.0 1914.9746 12.0 1914.9886 7.0 1915.0026 5.0 1915.0166 3.0 1915.0306 4.0 1915.0446 2.0 1915.0586 5.0 1915.0726 6.0 1915.0865 4.0 1915.1005 6.0 1915.1145 5.0 1915.1285 9.0 1915.1425 3.0 1915.1565 3.0 1915.1705 3.0 1915.1845 2.0 1915.1984 2.0 1915.2124 5.0 1915.2264 4.0 1915.2404 1.0 1915.2544 2.0 1915.2684 3.0 1915.2824 1.0 1915.2964 3.0 1915.3104 4.0 1915.3243 3.0 1915.3383 5.0 1915.3523 2.0 1915.3663 2.0 1915.3803 1.0 1915.3943 4.0 1915.4083 5.0 1915.4363 5.0 1915.4502 6.0 1915.4642 5.0 1915.4782 4.0 1915.4922 5.0 1915.5062 4.0 1915.5202 3.0 1915.5482 6.0 1915.5622 3.0 1915.5761 1.0 1915.5901 2.0 1915.6041 7.0 1915.6181 2.0 1915.6321 4.0 1915.6461 1.0 1915.6601 1.0 1915.6741 4.0 1915.6881 1.0 1915.7021 2.0 1915.716 5.0 1915.73 5.0 1915.744 5.0 1915.758 2.0 1915.772 5.0 1915.786 1.0 1915.8 2.0 1915.814 3.0 1915.828 1.0 1915.842 2.0 1915.8559 2.0 1915.8699 3.0 1915.8839 7.0 1915.8979 4.0 1915.9119 3.0 1915.9259 4.0 1915.9539 5.0 1915.9679 3.0 1915.9819 3.0 1915.9959 2.0 1916.0098 1.0 1916.0238 3.0 1916.0378 5.0 1916.0518 10.0 1916.0658 3.0 1916.0798 1.0 1916.0938 7.0 1916.1078 3.0 1916.1218 2.0 1916.1358 3.0 1916.1498 3.0 1916.1638 1.0 1916.1777 5.0 1916.1917 8.0 1916.2057 1.0 1916.2197 4.0 1916.2337 3.0 1916.2477 2.0 1916.2617 3.0 1916.2757 1.0 1916.2897 1.0 1916.3037 10.0 1916.3177 6.0 1916.3317 2.0 1916.3457 10.0 1916.3596 3.0 1916.3736 3.0 1916.3876 5.0 1916.4016 7.0 1916.4156 1.0 1916.4296 6.0 1916.4436 3.0 1916.4576 8.0 1916.4716 6.0 1916.4856 8.0 1916.4996 3.0 1916.5136 5.0 1916.5276 3.0 1916.5416 5.0 1916.5555 10.0 1916.5695 1.0 1916.5835 3.0 1916.5975 9.0 1916.6115 9.0 1916.6255 4.0 1916.6395 11.0 1916.6535 6.0 1916.6675 11.0 1916.6815 13.0 1916.6955 6.0 1916.7375 2.0 1916.7515 5.0 1916.7655 2.0 1916.7794 2.0 1916.7934 6.0 1916.8074 2.0 1916.8354 4.0 1916.8494 4.0 1916.8634 2.0 1916.8774 2.0 1916.8914 1.0 1916.9054 1.0 1916.9194 2.0 1916.9334 8.0 1916.9474 4.0 1916.9614 2.0 1916.9754 2.0 1916.9894 2.0 1917.0174 5.0 1917.0313 2.0 1917.0453 4.0 1917.0593 2.0 1917.0733 5.0 1917.0873 1.0 1917.1013 3.0 1917.1153 2.0 1917.1293 2.0 1917.1713 1.0 1917.1853 2.0 1917.1993 12.0 1917.2133 10.0 1917.2273 7.0 1917.2413 2.0 1917.2553 6.0 1917.2693 4.0 1917.2973 1.0 1917.3253 7.0 1917.3392 10.0 1917.3532 2.0 1917.3672 3.0 1917.3812 5.0 1917.3952 9.0 1917.4092 3.0 1917.4232 5.0 1917.4372 12.0 1917.4512 8.0 1917.4652 1.0 1917.4792 4.0 1917.4932 10.0 1917.5072 7.0 1917.5212 6.0 1917.5352 13.0 1917.5492 10.0 1917.5632 2.0 1917.5772 5.0 1917.5912 2.0 1917.6052 4.0 1917.6192 1.0 1917.6332 3.0 1917.6472 5.0 1917.6612 6.0 1917.6752 4.0 1917.7032 3.0 1917.7172 5.0 1917.7452 3.0 1917.7592 2.0 1917.7732 2.0 1917.7872 5.0 1917.8012 2.0 1917.8291 2.0 1917.8431 3.0 1917.8571 2.0 1917.8711 2.0 1917.8851 3.0 1917.8991 9.0 1917.9131 6.0 1917.9271 4.0 1917.9411 3.0 1917.9551 2.0 1917.9691 2.0 1917.9831 3.0 1917.9971 3.0 1918.0111 2.0 1918.0251 1.0 1918.0391 3.0 1918.0531 1.0 1918.0671 2.0 1918.0811 11.0 1918.0951 6.0 1918.1091 8.0 1918.1231 6.0 1918.1371 8.0 1918.1511 7.0 1918.1651 3.0 1918.1791 1.0 1918.1931 5.0 1918.2071 4.0 1918.2211 3.0 1918.2351 2.0 1918.2491 2.0 1918.2631 4.0 1918.2771 5.0 1918.2911 5.0 1918.3051 4.0 1918.3191 1.0 1918.3331 2.0 1918.3471 1.0 1918.3611 1.0 1918.3751 6.0 1918.3891 6.0 1918.4031 5.0 1918.4171 11.0 1918.4311 9.0 1918.4451 3.0 1918.4591 4.0 1918.4731 3.0 1918.4871 7.0 1918.5011 3.0 1918.5151 3.0 1918.5291 5.0 1918.5431 5.0 1918.5571 1.0 1918.5711 5.0 1918.5851 10.0 1918.5991 10.0 1918.6131 4.0 1918.6271 6.0 1918.6551 7.0 1918.6691 3.0 1918.6831 2.0 1918.7111 5.0 1918.7251 3.0 1918.7391 2.0 1918.7531 1.0 1918.7671 3.0 1918.7811 1.0 1918.7951 4.0 1918.8091 1.0 1918.8231 3.0 1918.8371 1.0 1918.8511 5.0 1918.8651 3.0 1918.8791 7.0 1918.8931 4.0 1918.9071 1.0 1918.9211 2.0 1918.9351 10.0 1918.9491 6.0 1918.9631 5.0 1918.9771 2.0 1918.9912 2.0 1919.0052 5.0 1919.0192 8.0 1919.0332 5.0 1919.0472 2.0 1919.0612 2.0 1919.0752 4.0 1919.0892 11.0 1919.1032 12.0 1919.1172 2.0 1919.1312 1.0 1919.1592 4.0 1919.1732 4.0 1919.1872 3.0 1919.2012 4.0 1919.2152 1.0 1919.2432 2.0 1919.2572 6.0 1919.2712 13.0 1919.2852 8.0 1919.2992 4.0 1919.3132 3.0 1919.3272 5.0 1919.3412 2.0 1919.3552 5.0 1919.3692 1.0 1919.3832 2.0 1919.3972 6.0 1919.4112 1.0 1919.4252 4.0 1919.4392 6.0 1919.4533 7.0 1919.4673 10.0 1919.4813 12.0 1919.4953 2.0 1919.5093 5.0 1919.5233 3.0 1919.5373 2.0 1919.5513 2.0 1919.5653 5.0 1919.5793 3.0 1919.5933 1.0 1919.6073 5.0 1919.6213 10.0 1919.6353 6.0 1919.6493 1.0 1919.6633 2.0 1919.6773 2.0 1919.6913 1.0 1919.7053 6.0 1919.7193 11.0 1919.7333 4.0 1919.7473 1.0 1919.7614 10.0 1919.7754 8.0 1919.8034 2.0 1919.8174 1.0 1919.8314 1.0 1919.8594 1.0 1919.8734 1.0 1919.9154 6.0 1919.9294 4.0 1919.9434 4.0 1919.9574 8.0 1919.9714 7.0 1919.9854 8.0 1919.9994 2.0 1920.0135 9.0 1920.0275 2.0 1920.0415 2.0 1920.0555 4.0 1920.0695 1.0 1920.0835 3.0 1920.0975 1.0 1920.1115 3.0 1920.1255 2.0 1920.1395 3.0 1920.1535 3.0 1920.1675 5.0 1920.1815 11.0 1920.1955 7.0 1920.2095 1.0 1920.2235 7.0 1920.2376 1.0 1920.2516 1.0 1920.2656 6.0 1920.2796 3.0 1920.2936 6.0 1920.3076 1.0 1920.3216 3.0 1920.3356 4.0 1920.3636 2.0 1920.3776 3.0 1920.3916 4.0 1920.4056 3.0 1920.4196 2.0 1920.4337 1.0 1920.4477 2.0 1920.4617 5.0 1920.4757 5.0 1920.4897 2.0 1920.5037 1.0 1920.5177 4.0 1920.5317 4.0 1920.5457 3.0 1920.5597 3.0 1920.5737 5.0 1920.5877 3.0 1920.6017 2.0 1920.6158 2.0 1920.6298 3.0 1920.6438 4.0 1920.6578 5.0 1920.6718 9.0 1920.6858 9.0 1920.6998 14.0 1920.7138 3.0 1920.7278 5.0 1920.7418 3.0 1920.7558 2.0 1920.7698 4.0 1920.7839 2.0 1920.7979 2.0 1920.8119 3.0 1920.8259 1.0 1920.8399 2.0 1920.8539 3.0 1920.8679 2.0 1920.8819 2.0 1920.8959 5.0 1920.9099 1.0 1920.9239 2.0 1920.938 2.0 1920.966 1.0 1920.98 2.0 1920.994 5.0 1921.008 3.0 1921.022 2.0 1921.036 2.0 1921.05 1.0 1921.064 1.0 1921.0781 2.0 1921.0921 3.0 1921.1061 3.0 1921.1341 2.0 1921.1481 2.0 1921.1621 1.0 1921.1761 4.0 1921.1901 3.0 1921.2041 2.0 1921.2182 1.0 1921.2462 4.0 1921.2602 1.0 1921.2742 4.0 1921.2882 2.0 1921.3022 1.0 1921.3162 3.0 1921.3442 3.0 1921.3583 5.0 1921.3723 5.0 1921.3863 2.0 1921.4003 4.0 1921.4423 7.0 1921.4563 1.0 1921.4703 5.0 1921.4844 3.0 1921.4984 8.0 1921.5124 1.0 1921.5264 2.0 1921.5404 6.0 1921.5544 5.0 1921.5684 5.0 1921.5824 6.0 1921.5965 2.0 1921.6105 1.0 1921.6245 1.0 1921.6385 7.0 1921.6525 8.0 1921.6665 7.0 1921.6805 6.0 1921.6945 8.0 1921.7085 4.0 1921.7226 9.0 1921.7366 1.0 1921.7506 2.0 1921.7786 1.0 1921.7926 5.0 1921.8066 4.0 1921.8206 5.0 1921.8347 4.0 1921.8487 1.0 1921.8767 3.0 1921.8907 1.0 1921.9047 2.0 1921.9187 6.0 1921.9328 2.0 1921.9468 2.0 1921.9608 8.0 1921.9748 8.0 1921.9888 6.0 1922.0028 3.0 1922.0168 4.0 1922.0308 8.0 1922.0449 2.0 1922.0589 1.0 1922.0729 3.0 1922.0869 5.0 1922.1009 3.0 1922.1149 2.0 1922.1289 1.0 1922.157 9.0 1922.171 1.0 1922.185 1.0 1922.199 2.0 1922.213 3.0 1922.227 3.0 1922.2411 3.0 1922.2551 3.0 1922.2691 3.0 1922.2831 3.0 1922.2971 2.0 1922.3251 3.0 1922.3392 4.0 1922.3532 5.0 1922.3672 2.0 1922.3812 5.0 1922.3952 3.0 1922.4092 1.0 1922.4232 3.0 1922.4513 1.0 1922.4653 3.0 1922.4793 7.0 1922.4933 3.0 1922.5213 2.0 1922.5354 5.0 1922.5494 5.0 1922.5634 6.0 1922.5774 4.0 1922.5914 3.0 1922.6054 2.0 1922.6195 5.0 1922.6335 3.0 1922.6475 1.0 1922.6615 8.0 1922.6755 13.0 1922.6895 8.0 1922.7035 3.0 1922.7176 6.0 1922.7316 3.0 1922.7456 9.0 1922.7596 4.0 1922.7736 4.0 1922.7876 10.0 1922.8017 4.0 1922.8297 6.0 1922.8437 3.0 1922.8577 2.0 1922.8717 6.0 1922.8858 7.0 1922.8998 7.0 1922.9138 16.0 1922.9278 12.0 1922.9418 4.0 1922.9699 1.0 1922.9839 4.0 1922.9979 1.0 1923.0119 3.0 1923.0259 15.0 1923.0399 14.0 1923.054 9.0 1923.068 2.0 1923.082 2.0 1923.096 3.0 1923.11 3.0 1923.124 3.0 1923.1381 7.0 1923.1521 7.0 1923.1661 4.0 1923.1801 1.0 1923.1941 6.0 1923.2081 10.0 1923.2222 3.0 1923.2362 3.0 1923.2502 6.0 1923.2642 3.0 1923.2782 3.0 1923.2923 2.0 1923.3063 2.0 1923.3203 6.0 1923.3343 4.0 1923.3483 6.0 1923.3623 5.0 1923.3764 2.0 1923.3904 6.0 1923.4044 5.0 1923.4184 4.0 1923.4324 9.0 1923.4465 11.0 1923.4605 4.0 1923.4745 1.0 1923.4885 5.0 1923.5025 2.0 1923.5166 3.0 1923.5306 5.0 1923.5446 2.0 1923.5586 7.0 1923.5726 5.0 1923.5866 10.0 1923.6007 2.0 1923.6147 12.0 1923.6287 12.0 1923.6427 3.0 1923.6567 6.0 1923.6708 3.0 1923.6848 3.0 1923.6988 3.0 1923.7128 15.0 1923.7268 4.0 1923.7409 2.0 1923.7549 4.0 1923.7829 2.0 1923.7969 12.0 1923.811 7.0 1923.825 4.0 1923.839 4.0 1923.853 4.0 1923.867 2.0 1923.8811 4.0 1923.8951 5.0 1923.9091 2.0 1923.9231 5.0 1923.9371 2.0 1923.9512 4.0 1923.9652 2.0 1923.9932 5.0 1924.0072 6.0 1924.0213 6.0 1924.0353 5.0 1924.0493 1.0 1924.0633 4.0 1924.0773 6.0 1924.0914 5.0 1924.1054 2.0 1924.1194 5.0 1924.1334 4.0 1924.1475 3.0 1924.1615 2.0 1924.1755 4.0 1924.1895 5.0 1924.2035 2.0 1924.2176 4.0 1924.2316 4.0 1924.2456 3.0 1924.2596 6.0 1924.2736 3.0 1924.2877 2.0 1924.3157 4.0 1924.3297 2.0 1924.3438 6.0 1924.3578 5.0 1924.3718 3.0 1924.3858 7.0 1924.3998 7.0 1924.4139 8.0 1924.4279 2.0 1924.4419 2.0 1924.4559 5.0 1924.47 5.0 1924.484 1.0 1924.498 2.0 1924.512 1.0 1924.526 5.0 1924.5401 8.0 1924.5541 3.0 1924.5681 4.0 1924.5821 4.0 1924.5962 5.0 1924.6102 4.0 1924.6382 5.0 1924.6522 1.0 1924.6663 1.0 1924.6803 8.0 1924.6943 3.0 1924.7083 3.0 1924.7224 7.0 1924.7364 3.0 1924.7504 5.0 1924.7644 4.0 1924.7785 2.0 1924.7925 4.0 1924.8065 4.0 1924.8205 5.0 1924.8346 6.0 1924.8486 1.0 1924.8626 4.0 1924.8766 6.0 1924.8906 4.0 1924.9047 7.0 1924.9187 11.0 1924.9327 2.0 1924.9467 3.0 1924.9608 6.0 1924.9748 3.0 1924.9888 5.0 1925.0028 6.0 1925.0169 2.0 1925.0309 5.0 1925.0449 4.0 1925.0589 3.0 1925.073 8.0 1925.087 2.0 1925.101 2.0 1925.115 4.0 1925.1291 1.0 1925.1431 4.0 1925.1571 7.0 1925.1711 2.0 1925.1852 9.0 1925.1992 11.0 1925.2132 1.0 1925.2272 3.0 1925.2413 3.0 1925.2553 10.0 1925.2693 1.0 1925.2833 3.0 1925.2974 3.0 1925.3114 5.0 1925.3254 3.0 1925.3394 1.0 1925.3535 3.0 1925.3675 4.0 1925.3815 7.0 1925.3955 4.0 1925.4096 1.0 1925.4236 2.0 1925.4376 3.0 1925.4516 3.0 1925.4657 3.0 1925.4797 4.0 1925.4937 4.0 1925.5077 5.0 1925.5218 5.0 1925.5358 4.0 1925.5498 15.0 1925.5639 6.0 1925.5779 2.0 1925.5919 5.0 1925.6059 12.0 1925.62 8.0 1925.634 7.0 1925.648 1.0 1925.662 7.0 1925.6761 3.0 1925.7041 3.0 1925.7181 2.0 1925.7322 6.0 1925.7462 3.0 1925.7602 8.0 1925.7743 9.0 1925.7883 6.0 1925.8023 3.0 1925.8163 4.0 1925.8304 8.0 1925.8444 11.0 1925.8584 5.0 1925.8724 6.0 1925.8865 3.0 1925.9005 7.0 1925.9145 2.0 1925.9286 5.0 1925.9426 2.0 1925.9566 2.0 1925.9706 1.0 1925.9847 3.0 1926.0127 5.0 1926.0267 9.0 1926.0408 3.0 1926.0548 9.0 1926.0688 6.0 1926.0829 4.0 1926.0969 5.0 1926.1109 7.0 1926.1249 4.0 1926.139 4.0 1926.153 5.0 1926.167 3.0 1926.1811 3.0 1926.2231 2.0 1926.2372 1.0 1926.2512 2.0 1926.2652 4.0 1926.2793 3.0 1926.2933 5.0 1926.3073 4.0 1926.3214 5.0 1926.3354 3.0 1926.3494 2.0 1926.3634 5.0 1926.3775 4.0 1926.3915 1.0 1926.4055 6.0 1926.4196 2.0 1926.4336 3.0 1926.4476 5.0 1926.4616 8.0 1926.4757 5.0 1926.4897 3.0 1926.5037 6.0 1926.5178 8.0 1926.5318 7.0 1926.5458 3.0 1926.5599 1.0 1926.5739 7.0 1926.5879 4.0 1926.6019 2.0 1926.616 2.0 1926.644 4.0 1926.6581 2.0 1926.6721 6.0 1926.6861 7.0 1926.7002 4.0 1926.7142 4.0 1926.7282 2.0 1926.7422 1.0 1926.7563 7.0 1926.7703 8.0 1926.7843 13.0 1926.7984 5.0 1926.8124 2.0 1926.8264 2.0 1926.8405 7.0 1926.8545 1.0 1926.8826 4.0 1926.8966 2.0 1926.9106 4.0 1926.9247 3.0 1926.9387 3.0 1926.9527 12.0 1926.9667 2.0 1926.9808 6.0 1926.9948 4.0 1927.0088 1.0 1927.0229 5.0 1927.0369 7.0 1927.0509 3.0 1927.065 6.0 1927.079 2.0 1927.093 5.0 1927.1071 2.0 1927.1351 2.0 1927.1492 6.0 1927.1632 5.0 1927.1772 2.0 1927.1913 5.0 1927.2053 4.0 1927.2334 2.0 1927.2474 7.0 1927.2614 6.0 1927.2755 9.0 1927.2895 5.0 1927.3035 7.0 1927.3175 4.0 1927.3316 3.0 1927.3456 7.0 1927.3596 8.0 1927.3737 9.0 1927.3877 7.0 1927.4017 4.0 1927.4158 6.0 1927.4438 5.0 1927.4579 4.0 1927.4719 2.0 1927.4859 3.0 1927.5 5.0 1927.514 5.0 1927.528 11.0 1927.5421 13.0 1927.5561 6.0 1927.5701 4.0 1927.5842 1.0 1927.5982 3.0 1927.6122 6.0 1927.6263 6.0 1927.6403 1.0 1927.6544 4.0 1927.6684 3.0 1927.6824 9.0 1927.6965 5.0 1927.7105 13.0 1927.7245 4.0 1927.7386 6.0 1927.7666 3.0 1927.7807 5.0 1927.7947 10.0 1927.8087 3.0 1927.8368 2.0 1927.8508 7.0 1927.8649 4.0 1927.8789 2.0 1927.8929 3.0 1927.907 1.0 1927.921 5.0 1927.935 8.0 1927.9491 4.0 1927.9631 2.0 1927.9771 3.0 1927.9912 3.0 1928.0052 5.0 1928.0193 2.0 1928.0333 2.0 1928.0473 3.0 1928.0614 2.0 1928.0754 1.0 1928.0894 2.0 1928.1035 3.0 1928.1175 9.0 1928.1315 7.0 1928.1456 3.0 1928.1596 2.0 1928.1736 3.0 1928.1877 8.0 1928.2017 2.0 1928.2158 3.0 1928.2298 1.0 1928.2438 7.0 1928.2579 2.0 1928.2859 1.0 1928.3 2.0 1928.314 3.0 1928.328 2.0 1928.3561 1.0 1928.3702 5.0 1928.3842 4.0 1928.4123 9.0 1928.4263 4.0 1928.4403 6.0 1928.4544 8.0 1928.4684 5.0 1928.4824 10.0 1928.4965 9.0 1928.5105 10.0 1928.5246 9.0 1928.5386 7.0 1928.5526 5.0 1928.5667 3.0 1928.5807 7.0 1928.5947 4.0 1928.6088 1.0 1928.6228 9.0 1928.6369 8.0 1928.6509 5.0 1928.6649 3.0 1928.679 3.0 1928.693 3.0 1928.707 7.0 1928.7211 3.0 1928.7351 4.0 1928.7492 5.0 1928.7632 2.0 1928.7772 2.0 1928.7913 8.0 1928.8053 6.0 1928.8194 4.0 1928.8334 9.0 1928.8474 4.0 1928.8615 3.0 1928.8895 2.0 1928.9036 3.0 1928.9176 2.0 1928.9317 7.0 1928.9457 3.0 1928.9597 10.0 1928.9738 4.0 1929.0019 1.0 1929.0159 1.0 1929.0299 3.0 1929.044 7.0 1929.058 6.0 1929.0721 1.0 1929.0861 1.0 1929.1001 3.0 1929.1142 7.0 1929.1282 10.0 1929.1422 8.0 1929.1563 6.0 1929.1703 2.0 1929.1984 6.0 1929.2265 2.0 1929.2405 4.0 1929.2546 1.0 1929.2686 1.0 1929.2826 1.0 1929.2967 2.0 1929.3107 3.0 1929.3248 5.0 1929.3528 3.0 1929.3669 10.0 1929.3809 9.0 1929.395 11.0 1929.409 4.0 1929.423 6.0 1929.4371 1.0 1929.4511 1.0 1929.4652 2.0 1929.4933 4.0 1929.5073 2.0 1929.5213 8.0 1929.5354 10.0 1929.5494 1.0 1929.5635 2.0 1929.5775 6.0 1929.5915 3.0 1929.6056 9.0 1929.6196 13.0 1929.6337 11.0 1929.6477 4.0 1929.6617 3.0 1929.6758 5.0 1929.6898 2.0 1929.7039 2.0 1929.7179 5.0 1929.732 2.0 1929.746 4.0 1929.76 2.0 1929.7741 3.0 1929.7881 8.0 1929.8022 4.0 1929.8162 1.0 1929.8302 3.0 1929.8583 3.0 1929.8724 4.0 1929.9145 6.0 1929.9285 1.0 1929.9426 5.0 1929.9566 7.0 1929.9707 3.0 1929.9847 7.0 1929.9988 3.0 1930.0268 3.0 1930.0409 2.0 1930.0549 6.0 1930.069 5.0 1930.083 3.0 1930.0971 5.0 1930.1111 7.0 1930.1251 4.0 1930.1392 2.0 1930.1532 4.0 1930.1673 8.0 1930.1813 9.0 1930.1954 2.0 1930.2094 2.0 1930.2234 5.0 1930.2375 8.0 1930.2515 1.0 1930.2796 2.0 1930.2937 1.0 1930.3077 3.0 1930.3217 5.0 1930.3358 10.0 1930.3498 4.0 1930.3639 5.0 1930.3779 2.0 1930.392 4.0 1930.406 2.0 1930.4201 7.0 1930.4341 7.0 1930.4481 6.0 1930.4622 3.0 1930.4903 4.0 1930.5043 7.0 1930.5184 7.0 1930.5324 1.0 1930.5465 3.0 1930.5605 5.0 1930.5745 19.0 1930.5886 9.0 1930.6026 4.0 1930.6167 6.0 1930.6307 6.0 1930.6448 5.0 1930.6588 2.0 1930.6729 6.0 1930.6869 3.0 1930.7009 2.0 1930.715 3.0 1930.729 5.0 1930.7431 3.0 1930.7571 2.0 1930.7712 4.0 1930.7852 4.0 1930.7993 8.0 1930.8133 4.0 1930.8274 2.0 1930.8414 2.0 1930.8555 2.0 1930.8695 1.0 1930.8835 9.0 1930.8976 4.0 1930.9116 2.0 1930.9257 4.0 1930.9397 2.0 1930.9538 3.0 1930.9678 1.0 1930.9819 3.0 1930.9959 1.0 1931.01 3.0 1931.024 2.0 1931.038 3.0 1931.0521 2.0 1931.0661 14.0 1931.0802 3.0 1931.0942 5.0 1931.1083 4.0 1931.1223 5.0 1931.1504 1.0 1931.1645 6.0 1931.2066 3.0 1931.2207 3.0 1931.2347 1.0 1931.2488 5.0 1931.2768 3.0 1931.2909 3.0 1931.3049 4.0 1931.319 2.0 1931.3471 1.0 1931.3611 2.0 1931.3752 6.0 1931.3892 6.0 1931.4033 4.0 1931.4173 11.0 1931.4314 3.0 1931.4454 9.0 1931.4595 4.0 1931.4735 10.0 1931.4876 7.0 1931.5016 3.0 1931.5157 4.0 1931.5297 3.0 1931.5438 5.0 1931.5578 2.0 1931.5719 7.0 1931.5859 2.0 1931.5999 5.0 1931.614 2.0 1931.628 7.0 1931.6421 10.0 1931.6561 9.0 1931.6702 4.0 1931.6842 2.0 1931.6983 2.0 1931.7123 1.0 1931.7264 5.0 1931.7404 7.0 1931.7545 6.0 1931.7685 7.0 1931.7826 7.0 1931.7966 4.0 1931.8107 6.0 1931.8247 8.0 1931.8388 1.0 1931.8528 3.0 1931.8669 5.0 1931.8809 5.0 1931.895 9.0 1931.909 10.0 1931.9231 1.0 1931.9371 2.0 1931.9512 2.0 1931.9652 1.0 1931.9793 3.0 1931.9933 1.0 1932.0214 2.0 1932.0355 4.0 1932.0495 2.0 1932.0636 2.0 1932.0776 3.0 1932.0917 8.0 1932.1057 8.0 1932.1198 4.0 1932.1338 3.0 1932.1479 2.0 1932.1619 11.0 1932.176 3.0 1932.19 1.0 1932.2041 3.0 1932.2181 2.0 1932.2322 6.0 1932.2462 4.0 1932.2603 4.0 1932.2743 7.0 1932.2884 2.0 1932.3024 2.0 1932.3165 6.0 1932.3305 3.0 1932.3446 3.0 1932.3586 2.0 1932.3727 3.0 1932.3867 7.0 1932.4008 4.0 1932.4148 6.0 1932.4289 1.0 1932.443 2.0 1932.457 1.0 1932.4711 5.0 1932.4851 6.0 1932.4992 2.0 1932.5132 5.0 1932.5273 7.0 1932.5554 5.0 1932.5694 7.0 1932.5835 1.0 1932.5975 1.0 1932.6116 6.0 1932.6256 1.0 1932.6397 4.0 1932.6537 2.0 1932.6678 2.0 1932.6959 1.0 1932.7099 4.0 1932.724 5.0 1932.738 3.0 1932.7521 1.0 1932.7662 4.0 1932.7802 5.0 1932.7943 9.0 1932.8224 6.0 1932.8364 10.0 1932.8645 1.0 1932.8786 8.0 1932.8926 1.0 1932.9067 6.0 1932.9207 6.0 1932.9348 3.0 1932.9488 4.0 1932.9629 2.0 1932.977 6.0 1932.991 5.0 1933.0051 3.0 1933.0191 3.0 1933.0332 4.0 1933.0472 4.0 1933.0613 7.0 1933.0753 2.0 1933.0894 5.0 1933.1034 4.0 1933.1175 7.0 1933.1315 6.0 1933.1456 4.0 1933.1597 2.0 1933.1737 3.0 1933.1878 3.0 1933.2018 4.0 1933.2159 2.0 1933.244 4.0 1933.258 2.0 1933.2721 3.0 1933.2861 5.0 1933.3002 2.0 1933.3143 4.0 1933.3283 10.0 1933.3424 2.0 1933.3564 3.0 1933.3705 2.0 1933.3845 2.0 1933.3986 5.0 1933.4126 4.0 1933.4267 19.0 1933.4407 6.0 1933.4548 7.0 1933.4689 7.0 1933.4829 6.0 1933.497 6.0 1933.511 9.0 1933.5251 3.0 1933.5391 6.0 1933.5532 10.0 1933.5672 11.0 1933.5813 12.0 1933.5954 9.0 1933.6094 7.0 1933.6235 6.0 1933.6375 1.0 1933.6516 3.0 1933.6656 2.0 1933.6797 2.0 1933.6937 4.0 1933.7078 3.0 1933.7219 11.0 1933.7359 12.0 1933.75 8.0 1933.764 6.0 1933.7781 2.0 1933.7921 2.0 1933.8062 4.0 1933.8203 9.0 1933.8343 5.0 1933.8484 10.0 1933.8624 3.0 1933.8765 4.0 1933.8905 4.0 1933.9046 3.0 1933.9187 4.0 1933.9327 2.0 1933.9468 4.0 1933.9608 7.0 1933.9749 5.0 1933.9889 8.0 1934.003 5.0 1934.0171 4.0 1934.0311 6.0 1934.0452 5.0 1934.0592 1.0 1934.0733 2.0 1934.0873 7.0 1934.1014 5.0 1934.1155 5.0 1934.1295 6.0 1934.1436 1.0 1934.1576 10.0 1934.1717 4.0 1934.1857 4.0 1934.1998 2.0 1934.2139 2.0 1934.2279 3.0 1934.242 5.0 1934.256 4.0 1934.2701 2.0 1934.2842 1.0 1934.2982 4.0 1934.3123 2.0 1934.3263 2.0 1934.3544 6.0 1934.3685 3.0 1934.3826 3.0 1934.3966 3.0 1934.4107 4.0 1934.4247 5.0 1934.4388 9.0 1934.4529 3.0 1934.4669 4.0 1934.481 7.0 1934.495 4.0 1934.5091 4.0 1934.5232 1.0 1934.5372 6.0 1934.5513 3.0 1934.5653 2.0 1934.5794 4.0 1934.5934 2.0 1934.6075 5.0 1934.6216 1.0 1934.6356 1.0 1934.6497 4.0 1934.6637 14.0 1934.6778 5.0 1934.6919 1.0 1934.7059 6.0 1934.72 14.0 1934.734 8.0 1934.7481 13.0 1934.7622 5.0 1934.7762 2.0 1934.7903 2.0 1934.8043 1.0 1934.8184 1.0 1934.8325 6.0 1934.8465 5.0 1934.8606 7.0 1934.8746 1.0 1934.9028 2.0 1934.9168 3.0 1934.9309 1.0 1934.945 3.0 1934.959 6.0 1934.9731 3.0 1934.9871 9.0 1935.0012 4.0 1935.0153 10.0 1935.0293 3.0 1935.0434 3.0 1935.0574 4.0 1935.0715 5.0 1935.0856 1.0 1935.0996 3.0 1935.1137 3.0 1935.1277 2.0 1935.1418 3.0 1935.1559 2.0 1935.1699 2.0 1935.184 3.0 1935.1981 2.0 1935.2121 3.0 1935.2262 5.0 1935.2402 5.0 1935.2543 3.0 1935.2684 1.0 1935.2824 6.0 1935.2965 5.0 1935.3105 3.0 1935.3246 6.0 1935.3387 4.0 1935.3668 1.0 1935.3809 6.0 1935.3949 4.0 1935.409 3.0 1935.423 2.0 1935.4371 4.0 1935.4652 3.0 1935.4793 3.0 1935.4934 1.0 1935.5074 7.0 1935.5215 8.0 1935.5356 3.0 1935.5496 12.0 1935.5637 4.0 1935.5777 4.0 1935.5918 6.0 1935.6059 6.0 1935.6199 4.0 1935.634 5.0 1935.6481 5.0 1935.6621 4.0 1935.6762 8.0 1935.6902 13.0 1935.7043 7.0 1935.7184 5.0 1935.7324 7.0 1935.7465 4.0 1935.7606 5.0 1935.7746 3.0 1935.7887 2.0 1935.8028 5.0 1935.8168 4.0 1935.8309 4.0 1935.8449 5.0 1935.859 4.0 1935.8731 2.0 1935.8871 2.0 1935.9012 3.0 1935.9153 2.0 1935.9293 2.0 1935.9434 4.0 1935.9575 4.0 1935.9715 9.0 1935.9856 11.0 1936.0137 1.0 1936.0278 3.0 1936.0418 2.0 1936.0559 7.0 1936.07 10.0 1936.084 6.0 1936.0981 4.0 1936.1122 3.0 1936.1262 3.0 1936.1403 3.0 1936.1544 2.0 1936.1684 5.0 1936.1825 4.0 1936.1966 2.0 1936.2106 1.0 1936.2247 4.0 1936.2388 2.0 1936.2528 3.0 1936.2669 2.0 1936.281 4.0 1936.295 6.0 1936.3091 2.0 1936.3232 10.0 1936.3372 7.0 1936.3513 1.0 1936.3654 2.0 1936.3794 2.0 1936.3935 3.0 1936.4076 1.0 1936.4216 3.0 1936.4497 4.0 1936.4638 1.0 1936.4779 1.0 1936.4919 2.0 1936.506 7.0 1936.5201 7.0 1936.5341 2.0 1936.5482 4.0 1936.5623 3.0 1936.5763 3.0 1936.5904 7.0 1936.6045 8.0 1936.6185 2.0 1936.6326 3.0 1936.6467 5.0 1936.6607 4.0 1936.6748 2.0 1936.6889 6.0 1936.703 9.0 1936.717 6.0 1936.7311 5.0 1936.7452 3.0 1936.7592 2.0 1936.7733 2.0 1936.7874 3.0 1936.8014 2.0 1936.8155 5.0 1936.8296 4.0 1936.8436 6.0 1936.8577 9.0 1936.8718 4.0 1936.8858 5.0 1936.8999 15.0 1936.914 12.0 1936.928 10.0 1936.9421 2.0 1936.9562 3.0 1936.9702 2.0 1936.9843 8.0 1936.9984 7.0 1937.0124 2.0 1937.0406 8.0 1937.0546 7.0 1937.0687 7.0 1937.0828 10.0 1937.0969 6.0 1937.1109 4.0 1937.125 8.0 1937.1672 1.0 1937.1813 2.0 1937.1953 3.0 1937.2094 3.0 1937.2516 2.0 1937.2657 5.0 1937.2797 3.0 1937.2938 2.0 1937.3079 6.0 1937.336 2.0 1937.3501 1.0 1937.3642 4.0 1937.3782 1.0 1937.3923 1.0 1937.4204 4.0 1937.4345 1.0 1937.4486 2.0 1937.4627 4.0 1937.4767 4.0 1937.4908 1.0 1937.5049 5.0 1937.5189 3.0 1937.533 5.0 1937.5471 6.0 1937.5611 4.0 1937.5752 9.0 1937.5893 3.0 1937.6034 5.0 1937.6174 14.0 1937.6315 12.0 1937.6456 3.0 1937.6596 1.0 1937.6737 9.0 1937.6878 8.0 1937.7019 3.0 1937.73 1.0 1937.7441 1.0 1937.7581 4.0 1937.7722 10.0 1937.7863 14.0 1937.8003 14.0 1937.8144 6.0 1937.8285 1.0 1937.8426 3.0 1937.8566 2.0 1937.8707 3.0 1937.8848 7.0 1937.8988 2.0 1937.9129 4.0 1937.927 2.0 1937.9411 3.0 1937.9551 3.0 1937.9692 2.0 1937.9833 2.0 1937.9974 2.0 1938.0114 10.0 1938.0255 11.0 1938.0396 11.0 1938.0536 2.0 1938.0677 4.0 1938.0818 3.0 1938.0959 2.0 1938.1099 5.0 1938.124 5.0 1938.1381 1.0 1938.1521 1.0 1938.1662 6.0 1938.1803 2.0 1938.1944 7.0 1938.2084 5.0 1938.2225 2.0 1938.2366 9.0 1938.2507 11.0 1938.2647 4.0 1938.2788 7.0 1938.2929 2.0 1938.3069 3.0 1938.321 10.0 1938.3492 9.0 1938.3632 8.0 1938.3773 2.0 1938.3914 5.0 1938.4055 2.0 1938.4195 1.0 1938.4336 5.0 1938.4477 7.0 1938.4618 3.0 1938.4758 4.0 1938.4899 4.0 1938.504 10.0 1938.518 3.0 1938.5462 5.0 1938.5603 5.0 1938.5743 7.0 1938.5884 4.0 1938.6025 6.0 1938.6166 2.0 1938.6306 1.0 1938.6447 1.0 1938.6588 4.0 1938.6729 2.0 1938.6869 5.0 1938.701 1.0 1938.7151 3.0 1938.7292 5.0 1938.7432 14.0 1938.7573 6.0 1938.7714 7.0 1938.7855 3.0 1938.7995 3.0 1938.8136 7.0 1938.8277 4.0 1938.8418 7.0 1938.8558 3.0 1938.8699 3.0 1938.8981 5.0 1938.9121 8.0 1938.9262 5.0 1938.9403 4.0 1938.9544 1.0 1938.9684 5.0 1938.9825 2.0 1938.9966 7.0 1939.0107 6.0 1939.0247 7.0 1939.0388 5.0 1939.0529 2.0 1939.067 6.0 1939.081 8.0 1939.0951 8.0 1939.1092 3.0 1939.1233 9.0 1939.1373 6.0 1939.1514 5.0 1939.1655 4.0 1939.1796 5.0 1939.1937 8.0 1939.2077 3.0 1939.2218 3.0 1939.2359 2.0 1939.25 3.0 1939.264 4.0 1939.2781 4.0 1939.2922 2.0 1939.3063 5.0 1939.3203 5.0 1939.3344 3.0 1939.3485 2.0 1939.3626 3.0 1939.3766 1.0 1939.3907 9.0 1939.4048 5.0 1939.4189 8.0 1939.433 5.0 1939.447 4.0 1939.4611 1.0 1939.4752 8.0 1939.4893 5.0 1939.5033 7.0 1939.5174 7.0 1939.5315 3.0 1939.5456 13.0 1939.5597 5.0 1939.5737 3.0 1939.5878 2.0 1939.6019 1.0 1939.616 2.0 1939.63 4.0 1939.6441 5.0 1939.6582 8.0 1939.6723 1.0 1939.7004 7.0 1939.7145 5.0 1939.7286 2.0 1939.7427 10.0 1939.7567 5.0 1939.7708 15.0 1939.7849 10.0 1939.799 3.0 1939.8131 2.0 1939.8271 3.0 1939.8412 8.0 1939.8553 5.0 1939.8694 4.0 1939.8835 5.0 1939.8975 6.0 1939.9116 4.0 1939.9257 2.0 1939.9398 6.0 1939.9538 2.0 1939.9679 6.0 1939.982 5.0 1939.9961 4.0 1940.0102 2.0 1940.0242 3.0 1940.0383 9.0 1940.0524 7.0 1940.0665 4.0 1940.0806 1.0 1940.0946 4.0 1940.1087 8.0 1940.1228 7.0 1940.1369 2.0 1940.151 2.0 1940.165 2.0 1940.1791 3.0 1940.1932 1.0 1940.2073 4.0 1940.2214 5.0 1940.2354 1.0 1940.2495 2.0 1940.2777 2.0 1940.2918 2.0 1940.3058 8.0 1940.3199 5.0 1940.334 3.0 1940.3481 1.0 1940.3622 6.0 1940.3762 4.0 1940.3903 4.0 1940.4044 6.0 1940.4185 5.0 1940.4326 4.0 1940.4466 2.0 1940.4607 9.0 1940.4748 5.0 1940.4889 2.0 1940.503 4.0 1940.5171 6.0 1940.5311 2.0 1940.5452 1.0 1940.5593 3.0 1940.5734 1.0 1940.5875 1.0 1940.6015 10.0 1940.6156 7.0 1940.6297 8.0 1940.6438 10.0 1940.6579 10.0 1940.6719 9.0 1940.686 5.0 1940.7001 3.0 1940.7142 12.0 1940.7283 8.0 1940.7424 3.0 1940.7564 3.0 1940.7705 5.0 1940.7846 4.0 1940.7987 6.0 1940.8128 3.0 1940.8269 8.0 1940.8409 7.0 1940.8691 2.0 1940.8832 1.0 1940.8973 2.0 1940.9113 1.0 1940.9254 2.0 1940.9395 4.0 1940.9536 4.0 1940.9677 4.0 1940.9818 3.0 1940.9958 6.0 1941.0099 2.0 1941.024 1.0 1941.0522 3.0 1941.0663 1.0 1941.0803 6.0 1941.0944 3.0 1941.1085 7.0 1941.1226 3.0 1941.1367 3.0 1941.1508 1.0 1941.1648 2.0 1941.1789 9.0 1941.193 9.0 1941.2071 4.0 1941.2212 2.0 1941.2353 6.0 1941.2493 5.0 1941.2634 1.0 1941.2775 2.0 1941.2916 1.0 1941.3057 4.0 1941.3198 2.0 1941.3338 2.0 1941.3479 2.0 1941.362 3.0 1941.3761 1.0 1941.4043 1.0 1941.4184 3.0 1941.4324 4.0 1941.4465 4.0 1941.4606 2.0 1941.4747 4.0 1941.4888 4.0 1941.5029 8.0 1941.5169 3.0 1941.531 3.0 1941.5451 5.0 1941.5592 2.0 1941.5733 2.0 1941.5874 3.0 1941.6015 5.0 1941.6155 4.0 1941.6296 3.0 1941.6437 3.0 1941.6719 3.0 1941.686 5.0 1941.7001 2.0 1941.7282 12.0 1941.7423 9.0 1941.7564 11.0 1941.7705 7.0 1941.7846 1.0 1941.7987 6.0 1941.8127 8.0 1941.8268 1.0 1941.8409 2.0 1941.855 2.0 1941.8691 3.0 1941.8832 2.0 1941.8973 3.0 1941.9113 4.0 1941.9536 4.0 1941.9677 2.0 1941.9818 2.0 1941.9959 2.0 1942.0099 3.0 1942.024 8.0 1942.0381 4.0 1942.0522 4.0 1942.0663 2.0 1942.0804 3.0 1942.0945 3.0 1942.1086 3.0 1942.1226 4.0 1942.1367 15.0 1942.1508 9.0 1942.1649 11.0 1942.179 3.0 1942.1931 2.0 1942.2072 1.0 1942.2213 1.0 1942.2353 3.0 1942.2494 2.0 1942.2635 4.0 1942.2776 1.0 1942.2917 2.0 1942.3058 3.0 1942.3199 2.0 1942.334 2.0 1942.348 2.0 1942.3621 2.0 1942.3762 1.0 1942.3903 3.0 1942.4044 4.0 1942.4326 2.0 1942.4467 3.0 1942.4607 7.0 1942.4748 1.0 1942.4889 3.0 1942.503 9.0 1942.5171 9.0 1942.5312 1.0 1942.5453 2.0 1942.5594 5.0 1942.5735 4.0 1942.6016 5.0 1942.6157 2.0 1942.6298 5.0 1942.6439 2.0 1942.6721 11.0 1942.6862 6.0 1942.7003 4.0 1942.7143 6.0 1942.7284 5.0 1942.7425 3.0 1942.7566 2.0 1942.7707 7.0 1942.7848 3.0 1942.7989 2.0 1942.813 6.0 1942.8271 4.0 1942.8411 6.0 1942.8552 10.0 1942.8693 2.0 1942.8834 9.0 1942.8975 4.0 1942.9116 3.0 1942.9257 5.0 1942.9398 3.0 1942.9539 3.0 1942.968 3.0 1942.9961 3.0 1943.0102 1.0 1943.0243 5.0 1943.0384 12.0 1943.0525 2.0 1943.0666 5.0 1943.0807 6.0 1943.0948 11.0 1943.1089 8.0 1943.123 4.0 1943.137 1.0 1943.1511 1.0 1943.1652 3.0 1943.1793 2.0 1943.1934 8.0 1943.2075 7.0 1943.2216 3.0 1943.2357 5.0 1943.2498 3.0 1943.2639 6.0 1943.278 6.0 1943.292 5.0 1943.3202 7.0 1943.3343 10.0 1943.3484 5.0 1943.3625 2.0 1943.3766 3.0 1943.3907 1.0 1943.4048 5.0 1943.4189 6.0 1943.433 2.0 1943.447 2.0 1943.4611 2.0 1943.4752 4.0 1943.4893 5.0 1943.5034 4.0 1943.5175 2.0 1943.5316 6.0 1943.5457 4.0 1943.5598 2.0 1943.5739 6.0 1943.588 4.0 1943.6021 3.0 1943.6162 1.0 1943.6443 5.0 1943.6584 14.0 1943.6725 2.0 1943.6866 4.0 1943.7007 1.0 1943.7148 6.0 1943.7289 6.0 1943.743 3.0 1943.7571 4.0 1943.7712 1.0 1943.7853 4.0 1943.7994 3.0 1943.8135 2.0 1943.8275 2.0 1943.8416 2.0 1943.8557 4.0 1943.8698 11.0 1943.8839 8.0 1943.898 3.0 1943.9121 3.0 1943.9262 1.0 1943.9403 4.0 1943.9544 2.0 1943.9685 3.0 1943.9826 4.0 1943.9967 6.0 1944.0108 11.0 1944.0249 9.0 1944.039 3.0 1944.053 2.0 1944.0671 3.0 1944.0812 14.0 1944.0953 10.0 1944.1094 4.0 1944.1235 5.0 1944.1376 2.0 1944.1517 2.0 1944.1658 4.0 1944.1799 3.0 1944.194 4.0 1944.2081 5.0 1944.2222 3.0 1944.2363 4.0 1944.2504 5.0 1944.2645 1.0 1944.2786 3.0 1944.2927 3.0 1944.3067 2.0 1944.3208 5.0 1944.3349 5.0 1944.349 1.0 1944.3631 9.0 1944.3772 6.0 1944.3913 4.0 1944.4054 5.0 1944.4195 1.0 1944.4336 3.0 1944.4477 1.0 1944.4618 5.0 1944.4759 1.0 1944.49 4.0 1944.5041 2.0 1944.5182 7.0 1944.5323 1.0 1944.5464 5.0 1944.5605 6.0 1944.5887 4.0 1944.6028 5.0 1944.6169 6.0 1944.6309 6.0 1944.645 5.0 1944.6591 3.0 1944.6732 2.0 1944.6873 5.0 1944.7014 4.0 1944.7155 2.0 1944.7296 3.0 1944.7437 7.0 1944.7578 1.0 1944.7719 9.0 1944.786 5.0 1944.8001 8.0 1944.8142 7.0 1944.8283 4.0 1944.8565 2.0 1944.8706 2.0 1944.8847 4.0 1944.8988 6.0 1944.9129 2.0 1944.927 3.0 1944.9411 3.0 1944.9552 1.0 1944.9693 6.0 1944.9834 5.0 1944.9975 8.0 1945.0116 7.0 1945.0257 3.0 1945.0398 3.0 1945.0539 10.0 1945.068 8.0 1945.0821 16.0 1945.0962 8.0 1945.1102 2.0 1945.1243 1.0 1945.1384 6.0 1945.1525 6.0 1945.1666 2.0 1945.1807 3.0 1945.1948 8.0 1945.2089 9.0 1945.223 1.0 1945.2371 3.0 1945.2512 5.0 1945.2653 6.0 1945.2794 10.0 1945.2935 10.0 1945.3076 2.0 1945.3217 5.0 1945.3499 3.0 1945.364 9.0 1945.3781 6.0 1945.3922 1.0 1945.4063 5.0 1945.4204 2.0 1945.4345 1.0 1945.4486 1.0 1945.4627 3.0 1945.4768 3.0 1945.4909 7.0 1945.505 4.0 1945.5332 3.0 1945.5473 6.0 1945.5614 15.0 1945.5755 10.0 1945.5896 5.0 1945.6037 7.0 1945.6178 5.0 1945.6319 4.0 1945.646 4.0 1945.6601 1.0 1945.6742 5.0 1945.6883 8.0 1945.7024 3.0 1945.7165 2.0 1945.7306 4.0 1945.7447 3.0 1945.7588 4.0 1945.7729 3.0 1945.787 2.0 1945.8011 1.0 1945.8152 3.0 1945.8293 2.0 1945.8434 2.0 1945.8575 3.0 1945.8716 2.0 1945.8857 4.0 1945.8998 1.0 1945.9139 1.0 1945.928 7.0 1945.9421 1.0 1945.9562 4.0 1945.9703 1.0 1945.9844 3.0 1945.9985 4.0 1946.0126 3.0 1946.0267 3.0 1946.0408 5.0 1946.0549 8.0 1946.069 2.0 1946.0831 7.0 1946.0972 2.0 1946.1113 3.0 1946.1254 3.0 1946.1395 5.0 1946.1536 2.0 1946.1677 3.0 1946.1818 5.0 1946.1959 9.0 1946.21 6.0 1946.2383 5.0 1946.2524 6.0 1946.2665 5.0 1946.2806 6.0 1946.2947 2.0 1946.3088 4.0 1946.3229 2.0 1946.337 3.0 1946.3652 1.0 1946.3934 2.0 1946.4075 8.0 1946.4216 1.0 1946.4357 3.0 1946.4498 4.0 1946.4639 1.0 1946.478 6.0 1946.4921 2.0 1946.5062 9.0 1946.5203 11.0 1946.5344 1.0 1946.5485 2.0 1946.5626 8.0 1946.5767 10.0 1946.5908 8.0 1946.6049 1.0 1946.619 3.0 1946.6331 5.0 1946.6472 3.0 1946.6613 7.0 1946.6754 7.0 1946.6895 5.0 1946.7036 2.0 1946.7178 3.0 1946.7319 1.0 1946.746 4.0 1946.7601 3.0 1946.7742 6.0 1946.7883 4.0 1946.8024 1.0 1946.8165 11.0 1946.8306 4.0 1946.8447 3.0 1946.8588 7.0 1946.8729 3.0 1946.887 5.0 1946.9011 6.0 1946.9152 9.0 1946.9293 5.0 1946.9434 4.0 1946.9575 1.0 1946.9716 2.0 1946.9857 2.0 1946.9998 4.0 1947.0139 3.0 1947.028 2.0 1947.0422 11.0 1947.0563 4.0 1947.0704 1.0 1947.0986 2.0 1947.1127 2.0 1947.1268 2.0 1947.1409 4.0 1947.155 2.0 1947.1691 1.0 1947.1832 1.0 1947.1973 4.0 1947.2114 7.0 1947.2255 2.0 1947.2396 4.0 1947.2678 4.0 1947.2819 2.0 1947.2961 5.0 1947.3102 4.0 1947.3243 6.0 1947.3384 4.0 1947.3525 6.0 1947.3666 1.0 1947.3807 5.0 1947.3948 1.0 1947.4089 2.0 1947.423 1.0 1947.4371 2.0 1947.4512 5.0 1947.4653 2.0 1947.4794 5.0 1947.4935 3.0 1947.5076 7.0 1947.5218 1.0 1947.5359 1.0 1947.55 3.0 1947.5641 5.0 1947.5782 8.0 1947.5923 1.0 1947.6064 3.0 1947.6205 8.0 1947.6346 3.0 1947.6487 5.0 1947.6628 3.0 1947.6769 3.0 1947.7051 7.0 1947.7193 6.0 1947.7334 9.0 1947.7475 6.0 1947.7757 4.0 1947.7898 5.0 1947.818 9.0 1947.8321 5.0 1947.8462 3.0 1947.8603 5.0 1947.8744 7.0 1947.8885 7.0 1947.9027 8.0 1947.9168 9.0 1947.9309 7.0 1947.945 2.0 1947.9591 3.0 1947.9732 5.0 1947.9873 4.0 1948.0014 4.0 1948.0155 3.0 1948.0296 2.0 1948.0437 2.0 1948.072 2.0 1948.0861 1.0 1948.1143 5.0 1948.1284 2.0 1948.1425 5.0 1948.1566 12.0 1948.1707 2.0 1948.1848 3.0 1948.1989 2.0 1948.213 2.0 1948.2272 2.0 1948.2413 1.0 1948.2554 1.0 1948.2695 1.0 1948.2836 3.0 1948.2977 4.0 1948.3118 1.0 1948.3259 5.0 1948.34 5.0 1948.3541 7.0 1948.3683 11.0 1948.3824 6.0 1948.3965 4.0 1948.4106 5.0 1948.4247 2.0 1948.4388 4.0 1948.4529 1.0 1948.467 1.0 1948.4811 3.0 1948.4952 2.0 1948.5094 5.0 1948.5235 4.0 1948.5376 4.0 1948.5517 1.0 1948.5658 1.0 1948.5799 2.0 1948.594 4.0 1948.6081 3.0 1948.6222 4.0 1948.6363 8.0 1948.6505 4.0 1948.6646 8.0 1948.6787 8.0 1948.6928 5.0 1948.7069 2.0 1948.721 2.0 1948.7351 4.0 1948.7633 5.0 1948.7775 7.0 1948.8057 2.0 1948.8198 3.0 1948.8339 2.0 1948.848 4.0 1948.8621 8.0 1948.8762 6.0 1948.8904 4.0 1948.9045 3.0 1948.9186 5.0 1948.9327 2.0 1948.9468 1.0 1948.9609 3.0 1948.975 1.0 1948.9891 2.0 1949.0032 2.0 1949.0174 6.0 1949.0315 2.0 1949.0456 3.0 1949.0597 2.0 1949.0738 2.0 1949.0879 3.0 1949.102 10.0 1949.1161 1.0 1949.1303 6.0 1949.1444 3.0 1949.1585 7.0 1949.1726 4.0 1949.1867 1.0 1949.2008 5.0 1949.2149 2.0 1949.229 3.0 1949.2432 3.0 1949.2573 2.0 1949.2714 4.0 1949.2855 7.0 1949.2996 3.0 1949.3137 2.0 1949.3278 3.0 1949.342 7.0 1949.3561 4.0 1949.3702 12.0 1949.3843 3.0 1949.3984 3.0 1949.4125 1.0 1949.4266 1.0 1949.4407 5.0 1949.4549 3.0 1949.469 5.0 1949.4831 4.0 1949.4972 3.0 1949.5113 4.0 1949.5254 4.0 1949.5395 6.0 1949.5537 3.0 1949.5678 2.0 1949.5819 2.0 1949.596 3.0 1949.6101 3.0 1949.6242 2.0 1949.6383 16.0 1949.6525 8.0 1949.6666 4.0 1949.6807 5.0 1949.6948 7.0 1949.7089 5.0 1949.723 2.0 1949.7371 3.0 1949.7513 4.0 1949.7654 5.0 1949.7795 1.0 1949.7936 10.0 1949.8077 4.0 1949.8218 4.0 1949.836 4.0 1949.8501 10.0 1949.8642 7.0 1949.8783 6.0 1949.8924 8.0 1949.9065 2.0 1949.9206 3.0 1949.9348 5.0 1949.9489 5.0 1949.963 3.0 1949.9771 6.0 1949.9912 6.0 1950.0053 7.0 1950.0195 2.0 1950.0336 2.0 1950.0618 1.0 1950.0759 1.0 1950.09 1.0 1950.1042 2.0 1950.1183 3.0 1950.1324 4.0 1950.1465 5.0 1950.1606 6.0 1950.1747 6.0 1950.1889 6.0 1950.203 4.0 1950.2171 2.0 1950.2312 3.0 1950.2453 1.0 1950.2594 1.0 1950.2735 6.0 1950.2877 6.0 1950.3018 8.0 1950.3159 2.0 1950.33 8.0 1950.3441 3.0 1950.3583 1.0 1950.3724 1.0 1950.3865 1.0 1950.4006 3.0 1950.4147 3.0 1950.4288 2.0 1950.443 3.0 1950.4571 7.0 1950.4712 4.0 1950.4853 2.0 1950.4994 1.0 1950.5135 2.0 1950.5277 2.0 1950.5418 4.0 1950.5559 1.0 1950.57 3.0 1950.5841 2.0 1950.5983 4.0 1950.6124 1.0 1950.6265 3.0 1950.6406 1.0 1950.6688 3.0 1950.683 10.0 1950.6971 9.0 1950.7112 3.0 1950.7253 1.0 1950.7394 3.0 1950.7536 7.0 1950.7677 2.0 1950.7818 1.0 1950.7959 2.0 1950.81 2.0 1950.8241 7.0 1950.8383 11.0 1950.8524 5.0 1950.8665 6.0 1950.8806 2.0 1950.8947 2.0 1950.9089 3.0 1950.923 3.0 1950.9371 3.0 1950.9653 2.0 1950.9795 6.0 1950.9936 6.0 1951.0077 3.0 1951.0218 3.0 1951.0359 2.0 1951.0501 13.0 1951.0642 12.0 1951.0783 10.0 1951.0924 8.0 1951.1065 4.0 1951.1207 10.0 1951.1348 8.0 1951.1489 12.0 1951.1771 4.0 1951.1913 10.0 1951.2054 10.0 1951.2195 9.0 1951.2336 6.0 1951.2477 8.0 1951.2619 3.0 1951.276 2.0 1951.2901 2.0 1951.3042 3.0 1951.3183 1.0 1951.3325 3.0 1951.3466 4.0 1951.3607 4.0 1951.3748 4.0 1951.3889 1.0 1951.4031 2.0 1951.4172 1.0 1951.4313 2.0 1951.4454 2.0 1951.4595 4.0 1951.4737 2.0 1951.4878 6.0 1951.5019 6.0 1951.516 2.0 1951.5301 1.0 1951.5443 3.0 1951.5584 1.0 1951.5725 3.0 1951.5866 7.0 1951.6008 7.0 1951.6149 1.0 1951.629 1.0 1951.6431 3.0 1951.6572 6.0 1951.6714 4.0 1951.6855 5.0 1951.6996 5.0 1951.7137 1.0 1951.7279 2.0 1951.742 1.0 1951.7561 9.0 1951.7702 8.0 1951.7843 2.0 1951.7985 4.0 1951.8126 2.0 1951.8267 3.0 1951.8408 2.0 1951.855 1.0 1951.8691 4.0 1951.8832 3.0 1951.8973 1.0 1951.9114 1.0 1951.9256 2.0 1951.9397 4.0 1951.9538 2.0 1951.9679 3.0 1951.9821 1.0 1951.9962 4.0 1952.0103 7.0 1952.0244 1.0 1952.0386 4.0 1952.0527 8.0 1952.0668 2.0 1952.0809 4.0 1952.095 8.0 1952.1092 11.0 1952.1233 13.0 1952.1374 16.0 1952.1515 13.0 1952.1657 9.0 1952.1798 14.0 1952.1939 6.0 1952.208 3.0 1952.2222 6.0 1952.2363 7.0 1952.2504 5.0 1952.2645 1.0 1952.2787 4.0 1952.2928 10.0 1952.3069 5.0 1952.321 2.0 1952.3352 5.0 1952.3493 4.0 1952.3634 3.0 1952.3775 1.0 1952.3917 3.0 1952.4058 4.0 1952.4199 6.0 1952.434 4.0 1952.4481 6.0 1952.4623 12.0 1952.4764 4.0 1952.4905 2.0 1952.5046 2.0 1952.5188 1.0 1952.5329 8.0 1952.547 6.0 1952.5611 6.0 1952.5753 5.0 1952.5894 4.0 1952.6035 8.0 1952.6176 3.0 1952.6318 3.0 1952.6459 7.0 1952.66 5.0 1952.6742 11.0 1952.6883 5.0 1952.7024 3.0 1952.7165 3.0 1952.7448 3.0 1952.7589 2.0 1952.773 4.0 1952.7872 2.0 1952.8013 2.0 1952.8154 5.0 1952.8295 7.0 1952.8437 3.0 1952.8578 5.0 1952.8719 2.0 1952.886 9.0 1952.9002 10.0 1952.9143 8.0 1952.9284 2.0 1952.9425 2.0 1952.9567 10.0 1952.9708 4.0 1952.9849 3.0 1952.9991 2.0 1953.0273 2.0 1953.0414 2.0 1953.0556 6.0 1953.0697 6.0 1953.0838 8.0 1953.0979 5.0 1953.1121 5.0 1953.1262 2.0 1953.1403 6.0 1953.1544 4.0 1953.1686 9.0 1953.1827 9.0 1953.1968 11.0 1953.211 6.0 1953.2251 2.0 1953.2392 5.0 1953.2533 3.0 1953.2816 3.0 1953.2957 4.0 1953.3099 4.0 1953.324 4.0 1953.3381 9.0 1953.3522 8.0 1953.3664 10.0 1953.3805 9.0 1953.3946 7.0 1953.4087 10.0 1953.4229 16.0 1953.437 8.0 1953.4653 4.0 1953.4794 1.0 1953.4935 2.0 1953.5076 5.0 1953.5218 9.0 1953.5359 3.0 1953.55 4.0 1953.5642 2.0 1953.5783 6.0 1953.5924 8.0 1953.6066 4.0 1953.6207 3.0 1953.6348 2.0 1953.6489 5.0 1953.6631 18.0 1953.6772 9.0 1953.6913 7.0 1953.7055 3.0 1953.7196 1.0 1953.7337 2.0 1953.7478 2.0 1953.762 4.0 1953.7761 1.0 1953.7902 6.0 1953.8044 8.0 1953.8185 1.0 1953.8326 4.0 1953.8467 10.0 1953.8609 3.0 1953.875 7.0 1953.8891 6.0 1953.9033 2.0 1953.9174 3.0 1953.9315 1.0 1953.9457 6.0 1953.9598 1.0 1953.9739 6.0 1953.9881 3.0 1954.0022 3.0 1954.0163 9.0 1954.0304 10.0 1954.0446 7.0 1954.0587 8.0 1954.0728 3.0 1954.087 2.0 1954.1011 1.0 1954.1152 6.0 1954.1294 14.0 1954.1435 13.0 1954.1576 7.0 1954.1717 6.0 1954.1859 5.0 1954.2 2.0 1954.2141 6.0 1954.2283 8.0 1954.2424 7.0 1954.2565 8.0 1954.2707 4.0 1954.2848 8.0 1954.2989 6.0 1954.3131 4.0 1954.3272 9.0 1954.3413 3.0 1954.3555 3.0 1954.3696 3.0 1954.3837 6.0 1954.3979 8.0 1954.412 3.0 1954.4261 11.0 1954.4402 8.0 1954.4544 5.0 1954.4685 4.0 1954.4968 3.0 1954.5109 1.0 1954.525 4.0 1954.5392 9.0 1954.5533 3.0 1954.5674 4.0 1954.5816 4.0 1954.5957 2.0 1954.6098 1.0 1954.624 1.0 1954.6522 4.0 1954.6805 3.0 1954.6946 4.0 1954.7088 2.0 1954.7229 5.0 1954.737 8.0 1954.7512 5.0 1954.7653 9.0 1954.7794 8.0 1954.7936 12.0 1954.8077 9.0 1954.8218 4.0 1954.836 6.0 1954.8501 11.0 1954.8642 17.0 1954.8784 7.0 1954.8925 5.0 1954.9066 4.0 1954.9208 1.0 1954.9349 5.0 1954.949 4.0 1954.9632 1.0 1954.9773 2.0 1954.9914 2.0 1955.0056 4.0 1955.0197 1.0 1955.0338 2.0 1955.048 8.0 1955.0621 3.0 1955.0762 9.0 1955.0904 11.0 1955.1045 10.0 1955.1186 5.0 1955.1328 5.0 1955.1469 4.0 1955.161 5.0 1955.1752 12.0 1955.1893 14.0 1955.2035 3.0 1955.2176 8.0 1955.2317 7.0 1955.2459 4.0 1955.26 2.0 1955.2741 7.0 1955.2883 7.0 1955.3024 2.0 1955.3165 11.0 1955.3307 1.0 1955.3448 5.0 1955.3589 3.0 1955.3731 3.0 1955.3872 7.0 1955.4013 1.0 1955.4155 5.0 1955.4296 5.0 1955.4438 7.0 1955.4579 6.0 1955.472 4.0 1955.4862 3.0 1955.5003 5.0 1955.5144 7.0 1955.5286 3.0 1955.5427 3.0 1955.5568 4.0 1955.571 1.0 1955.5851 4.0 1955.5992 4.0 1955.6134 3.0 1955.6417 2.0 1955.6558 1.0 1955.6699 4.0 1955.6841 2.0 1955.6982 4.0 1955.7123 3.0 1955.7265 3.0 1955.7406 2.0 1955.7547 6.0 1955.7689 3.0 1955.783 4.0 1955.7972 6.0 1955.8113 6.0 1955.8254 5.0 1955.8396 8.0 1955.8537 1.0 1955.8678 4.0 1955.882 5.0 1955.8961 7.0 1955.9103 10.0 1955.9244 12.0 1955.9385 5.0 1955.9527 2.0 1955.9668 3.0 1955.9809 1.0 1955.9951 3.0 1956.0092 6.0 1956.0234 19.0 1956.0375 7.0 1956.0516 4.0 1956.0658 3.0 1956.0799 5.0 1956.094 5.0 1956.1082 8.0 1956.1223 14.0 1956.1365 5.0 1956.1506 13.0 1956.1647 6.0 1956.1789 7.0 1956.193 4.0 1956.2072 5.0 1956.2213 3.0 1956.2354 5.0 1956.2496 2.0 1956.2637 8.0 1956.2778 3.0 1956.292 3.0 1956.3061 2.0 1956.3203 1.0 1956.3344 5.0 1956.3485 5.0 1956.3768 4.0 1956.391 7.0 1956.4051 3.0 1956.4475 2.0 1956.4617 6.0 1956.4758 13.0 1956.4899 6.0 1956.5041 6.0 1956.5182 6.0 1956.5323 7.0 1956.5465 5.0 1956.5606 4.0 1956.5748 7.0 1956.5889 10.0 1956.603 4.0 1956.6172 1.0 1956.6313 3.0 1956.6455 1.0 1956.6596 10.0 1956.6737 5.0 1956.6879 2.0 1956.702 4.0 1956.7162 2.0 1956.7303 11.0 1956.7444 7.0 1956.7586 4.0 1956.7727 6.0 1956.7869 5.0 1956.801 6.0 1956.8152 1.0 1956.8293 8.0 1956.8434 1.0 1956.8576 4.0 1956.8717 3.0 1956.8859 3.0 1956.9141 4.0 1956.9283 1.0 1956.9424 1.0 1956.9566 2.0 1956.9707 4.0 1956.9848 7.0 1956.999 5.0 1957.0131 2.0 1957.0273 1.0 1957.0414 4.0 1957.0555 5.0 1957.0697 6.0 1957.0838 8.0 1957.098 2.0 1957.1121 13.0 1957.1263 24.0 1957.1404 10.0 1957.1545 5.0 1957.1687 5.0 1957.1828 8.0 1957.197 8.0 1957.2111 4.0 1957.2253 1.0 1957.2394 1.0 1957.2535 8.0 1957.2677 3.0 1957.2818 5.0 1957.296 3.0 1957.3101 3.0 1957.3242 4.0 1957.3384 7.0 1957.3525 5.0 1957.3667 2.0 1957.3808 3.0 1957.395 4.0 1957.4091 2.0 1957.4232 2.0 1957.4374 1.0 1957.4515 2.0 1957.4657 2.0 1957.4798 3.0 1957.494 3.0 1957.5081 2.0 1957.5222 4.0 1957.5364 3.0 1957.5505 2.0 1957.5647 6.0 1957.5788 10.0 1957.593 4.0 1957.6071 2.0 1957.6213 3.0 1957.6354 6.0 1957.6495 2.0 1957.6637 2.0 1957.692 6.0 1957.7061 11.0 1957.7203 7.0 1957.7344 3.0 1957.7485 3.0 1957.7627 3.0 1957.7768 1.0 1957.791 9.0 1957.8051 4.0 1957.8193 4.0 1957.8334 5.0 1957.8476 9.0 1957.8617 1.0 1957.8758 14.0 1957.89 12.0 1957.9041 4.0 1957.9183 2.0 1957.9324 2.0 1957.9466 5.0 1957.9607 4.0 1957.9749 4.0 1957.989 2.0 1958.0031 3.0 1958.0173 15.0 1958.0314 10.0 1958.0456 3.0 1958.0597 6.0 1958.0739 6.0 1958.088 2.0 1958.1022 6.0 1958.1163 9.0 1958.1305 4.0 1958.1446 4.0 1958.1587 4.0 1958.1729 5.0 1958.187 4.0 1958.2153 2.0 1958.2295 1.0 1958.2436 7.0 1958.2578 2.0 1958.2719 3.0 1958.2861 3.0 1958.3002 3.0 1958.3143 3.0 1958.3285 7.0 1958.3426 3.0 1958.3568 4.0 1958.3851 4.0 1958.3992 7.0 1958.4134 1.0 1958.4417 3.0 1958.4558 7.0 1958.47 7.0 1958.4841 4.0 1958.4983 3.0 1958.5124 7.0 1958.5265 2.0 1958.5407 2.0 1958.5548 5.0 1958.569 3.0 1958.5831 3.0 1958.5973 4.0 1958.6114 1.0 1958.6256 3.0 1958.6397 3.0 1958.6539 4.0 1958.668 4.0 1958.6822 1.0 1958.6963 5.0 1958.7105 7.0 1958.7246 3.0 1958.7388 4.0 1958.7529 9.0 1958.7671 4.0 1958.7812 8.0 1958.7953 5.0 1958.8095 5.0 1958.8236 6.0 1958.8378 1.0 1958.8519 1.0 1958.8661 7.0 1958.8802 9.0 1958.8944 5.0 1958.9085 4.0 1958.9227 2.0 1958.9368 2.0 1958.951 4.0 1958.9651 7.0 1958.9793 2.0 1958.9934 1.0 1959.0076 6.0 1959.0217 3.0 1959.0359 10.0 1959.05 10.0 1959.0642 2.0 1959.0783 5.0 1959.0925 3.0 1959.1066 1.0 1959.1208 6.0 1959.1349 6.0 1959.1491 7.0 1959.1632 6.0 1959.1774 5.0 1959.1915 2.0 1959.2057 1.0 1959.2198 1.0 1959.234 7.0 1959.2481 12.0 1959.2623 6.0 1959.2906 3.0 1959.3047 5.0 1959.3189 2.0 1959.333 1.0 1959.3613 2.0 1959.3755 2.0 1959.3896 4.0 1959.4038 8.0 1959.4179 4.0 1959.4321 6.0 1959.4604 2.0 1959.4745 2.0 1959.4887 4.0 1959.5028 4.0 1959.517 1.0 1959.5311 7.0 1959.5453 4.0 1959.5594 4.0 1959.5736 1.0 1959.5877 3.0 1959.6019 5.0 1959.616 1.0 1959.6302 4.0 1959.6443 7.0 1959.6585 5.0 1959.6726 2.0 1959.6868 8.0 1959.7009 7.0 1959.7151 1.0 1959.7292 3.0 1959.7434 1.0 1959.7575 3.0 1959.7717 7.0 1959.7858 1.0 1959.8 1.0 1959.8141 8.0 1959.8283 7.0 1959.8424 7.0 1959.8566 1.0 1959.8707 1.0 1959.8849 5.0 1959.899 3.0 1959.9132 1.0 1959.9273 4.0 1959.9415 9.0 1959.9556 12.0 1959.9698 5.0 1959.9839 1.0 1959.9981 7.0 1960.0123 5.0 1960.0264 2.0 1960.0406 5.0 1960.0547 5.0 1960.0689 1.0 1960.083 1.0 1960.0972 3.0 1960.1113 5.0 1960.1255 1.0 1960.1538 8.0 1960.1679 3.0 1960.1821 4.0 1960.1962 8.0 1960.2104 1.0 1960.2387 6.0 1960.2529 4.0 1960.267 1.0 1960.2812 2.0 1960.3095 1.0 1960.3236 3.0 1960.3378 2.0 1960.3519 5.0 1960.3661 3.0 1960.3802 6.0 1960.3944 3.0 1960.4085 2.0 1960.4227 3.0 1960.4368 2.0 1960.451 2.0 1960.4652 1.0 1960.4793 6.0 1960.4935 5.0 1960.5076 4.0 1960.5218 2.0 1960.5359 7.0 1960.5501 2.0 1960.5642 3.0 1960.5784 2.0 1960.5925 7.0 1960.6209 4.0 1960.635 2.0 1960.6492 6.0 1960.6633 6.0 1960.6775 7.0 1960.6916 5.0 1960.7058 4.0 1960.7199 3.0 1960.7341 8.0 1960.7482 2.0 1960.7624 4.0 1960.7766 2.0 1960.7907 4.0 1960.8049 6.0 1960.819 1.0 1960.8332 6.0 1960.8473 2.0 1960.8615 7.0 1960.8756 3.0 1960.8898 1.0 1960.904 2.0 1960.9181 6.0 1960.9323 3.0 1960.9464 4.0 1960.9606 4.0 1960.9747 7.0 1960.9889 8.0 1961.003 7.0 1961.0172 4.0 1961.0314 7.0 1961.0455 2.0 1961.0597 4.0 1961.0738 1.0 1961.088 10.0 1961.1021 6.0 1961.1163 2.0 1961.1304 3.0 1961.1446 6.0 1961.1588 9.0 1961.1729 7.0 1961.1871 6.0 1961.2154 5.0 1961.2295 5.0 1961.2437 2.0 1961.2579 5.0 1961.272 13.0 1961.2862 12.0 1961.3003 8.0 1961.3145 4.0 1961.3286 1.0 1961.3428 8.0 1961.357 6.0 1961.3711 5.0 1961.3853 1.0 1961.3994 5.0 1961.4136 4.0 1961.4277 1.0 1961.4419 2.0 1961.4561 3.0 1961.4702 3.0 1961.4844 1.0 1961.4985 3.0 1961.5127 2.0 1961.5268 3.0 1961.541 1.0 1961.5552 4.0 1961.5693 6.0 1961.5835 5.0 1961.5976 5.0 1961.626 1.0 1961.6401 4.0 1961.6543 3.0 1961.6684 2.0 1961.6826 2.0 1961.6967 5.0 1961.7109 10.0 1961.7251 14.0 1961.7392 6.0 1961.7534 12.0 1961.7675 9.0 1961.7817 4.0 1961.7959 7.0 1961.81 2.0 1961.8242 6.0 1961.8383 4.0 1961.8666 1.0 1961.8808 1.0 1961.895 4.0 1961.9091 5.0 1961.9233 2.0 1961.9374 6.0 1961.9516 6.0 1961.9658 6.0 1961.9799 2.0 1961.9941 6.0 1962.0082 4.0 1962.0366 3.0 1962.0507 2.0 1962.0649 5.0 1962.079 3.0 1962.0932 2.0 1962.1074 4.0 1962.1215 2.0 1962.1357 2.0 1962.1498 3.0 1962.164 1.0 1962.1782 4.0 1962.1923 5.0 1962.2065 4.0 1962.2206 4.0 1962.2348 4.0 1962.249 3.0 1962.2631 1.0 1962.2773 4.0 1962.2914 5.0 1962.3056 1.0 1962.3198 1.0 1962.3481 5.0 1962.3622 18.0 1962.3764 7.0 1962.3906 2.0 1962.4047 1.0 1962.4189 1.0 1962.433 4.0 1962.4472 5.0 1962.4614 6.0 1962.4755 4.0 1962.4897 5.0 1962.5039 5.0 1962.518 3.0 1962.5322 8.0 1962.5463 2.0 1962.5605 1.0 1962.5747 4.0 1962.5888 5.0 1962.603 5.0 1962.6171 1.0 1962.6313 5.0 1962.6455 5.0 1962.6596 4.0 1962.6738 2.0 1962.688 4.0 1962.7021 1.0 1962.7163 1.0 1962.7304 5.0 1962.7446 7.0 1962.7588 3.0 1962.7729 2.0 1962.7871 1.0 1962.8154 7.0 1962.8296 7.0 1962.8437 1.0 1962.8579 2.0 1962.8721 5.0 1962.8862 3.0 1962.9004 2.0 1962.9146 3.0 1962.9287 6.0 1962.9429 3.0 1962.957 3.0 1962.9712 4.0 1962.9854 7.0 1963.0137 3.0 1963.0279 4.0 1963.042 1.0 1963.0562 4.0 1963.0704 3.0 1963.0845 4.0 1963.0987 4.0 1963.1128 4.0 1963.127 7.0 1963.1412 4.0 1963.1553 11.0 1963.1695 11.0 1963.1837 5.0 1963.1978 8.0 1963.212 6.0 1963.2262 3.0 1963.2545 2.0 1963.2686 6.0 1963.2828 8.0 1963.297 3.0 1963.3111 3.0 1963.3253 2.0 1963.3395 7.0 1963.3536 5.0 1963.3678 7.0 1963.382 9.0 1963.3961 1.0 1963.4103 3.0 1963.4245 2.0 1963.4386 9.0 1963.4528 12.0 1963.4669 7.0 1963.4811 5.0 1963.4953 4.0 1963.5094 4.0 1963.5236 1.0 1963.5378 6.0 1963.5519 5.0 1963.5661 3.0 1963.5803 1.0 1963.5944 6.0 1963.6086 4.0 1963.6228 3.0 1963.6369 1.0 1963.6511 4.0 1963.6653 3.0 1963.6794 7.0 1963.6936 6.0 1963.7078 3.0 1963.7219 2.0 1963.7361 3.0 1963.7503 6.0 1963.7644 5.0 1963.7786 10.0 1963.7928 9.0 1963.8069 8.0 1963.8211 4.0 1963.8353 2.0 1963.8494 1.0 1963.8636 8.0 1963.8778 9.0 1963.8919 11.0 1963.9061 5.0 1963.9202 5.0 1963.9344 8.0 1963.9486 5.0 1963.9627 8.0 1963.9769 3.0 1963.9911 1.0 1964.0052 8.0 1964.0194 8.0 1964.0336 4.0 1964.0478 2.0 1964.0619 5.0 1964.0761 9.0 1964.0903 3.0 1964.1044 2.0 1964.1186 3.0 1964.1328 4.0 1964.1469 5.0 1964.1611 6.0 1964.1753 5.0 1964.1894 4.0 1964.2036 3.0 1964.2178 5.0 1964.2319 2.0 1964.2461 3.0 1964.2603 1.0 1964.2744 2.0 1964.2886 2.0 1964.3028 3.0 1964.3169 5.0 1964.3311 10.0 1964.3453 1.0 1964.3594 7.0 1964.3736 1.0 1964.3878 3.0 1964.4019 10.0 1964.4161 10.0 1964.4303 10.0 1964.4444 2.0 1964.4586 1.0 1964.4728 6.0 1964.487 5.0 1964.5011 5.0 1964.5153 1.0 1964.5295 2.0 1964.5436 4.0 1964.5578 7.0 1964.572 2.0 1964.5861 2.0 1964.6003 1.0 1964.6145 4.0 1964.6286 10.0 1964.6428 4.0 1964.657 4.0 1964.6711 1.0 1964.6853 4.0 1964.6995 5.0 1964.7137 4.0 1964.7278 17.0 1964.742 9.0 1964.7562 2.0 1964.7703 12.0 1964.7845 4.0 1964.7987 4.0 1964.8128 7.0 1964.827 1.0 1964.8412 1.0 1964.8554 8.0 1964.8695 4.0 1964.8837 4.0 1964.8979 4.0 1964.912 2.0 1964.9262 2.0 1964.9404 7.0 1964.9545 6.0 1964.9687 1.0 1964.9971 2.0 1965.0254 1.0 1965.0396 1.0 1965.0537 3.0 1965.0679 3.0 1965.0821 3.0 1965.0962 1.0 1965.1246 1.0 1965.1388 1.0 1965.1529 5.0 1965.1671 12.0 1965.1813 7.0 1965.1954 3.0 1965.2096 4.0 1965.2238 4.0 1965.238 8.0 1965.2521 6.0 1965.2663 2.0 1965.2805 1.0 1965.2946 1.0 1965.3088 1.0 1965.323 7.0 1965.3372 6.0 1965.3513 4.0 1965.3655 8.0 1965.3797 3.0 1965.3938 3.0 1965.408 3.0 1965.4222 4.0 1965.4364 6.0 1965.4505 9.0 1965.4647 6.0 1965.4789 5.0 1965.493 1.0 1965.5072 16.0 1965.5214 6.0 1965.5356 2.0 1965.5497 5.0 1965.5639 4.0 1965.5781 1.0 1965.5923 2.0 1965.6064 3.0 1965.6206 5.0 1965.6348 3.0 1965.6489 6.0 1965.6631 5.0 1965.6773 4.0 1965.6915 3.0 1965.7056 5.0 1965.7198 10.0 1965.734 9.0 1965.7482 5.0 1965.7623 3.0 1965.7765 4.0 1965.7907 1.0 1965.8049 10.0 1965.819 4.0 1965.8332 2.0 1965.8615 4.0 1965.8757 1.0 1965.8899 4.0 1965.9182 1.0 1965.9324 3.0 1965.9466 3.0 1965.9608 9.0 1965.9749 11.0 1965.9891 6.0 1966.0033 14.0 1966.0175 8.0 1966.0316 7.0 1966.0458 6.0 1966.06 7.0 1966.0742 5.0 1966.0883 5.0 1966.1025 4.0 1966.1167 4.0 1966.1309 3.0 1966.145 9.0 1966.1592 7.0 1966.1734 4.0 1966.1876 1.0 1966.2017 3.0 1966.2159 10.0 1966.2301 2.0 1966.2443 3.0 1966.2584 2.0 1966.2726 2.0 1966.2868 1.0 1966.301 5.0 1966.3151 7.0 1966.3293 4.0 1966.3435 5.0 1966.3577 1.0 1966.3718 2.0 1966.386 3.0 1966.4002 1.0 1966.4285 1.0 1966.4427 1.0 1966.4569 1.0 1966.4711 3.0 1966.4852 3.0 1966.4994 1.0 1966.5136 2.0 1966.5278 3.0 1966.5419 7.0 1966.5561 3.0 1966.5703 3.0 1966.5845 3.0 1966.5986 2.0 1966.6128 2.0 1966.627 5.0 1966.6412 4.0 1966.6553 4.0 1966.6695 1.0 1966.6837 3.0 1966.6979 1.0 1966.7121 11.0 1966.7262 12.0 1966.7404 11.0 1966.7546 4.0 1966.7688 9.0 1966.7829 9.0 1966.7971 2.0 1966.8113 2.0 1966.8255 4.0 1966.8396 3.0 1966.8538 4.0 1966.868 6.0 1966.8822 1.0 1966.8964 7.0 1966.9105 4.0 1966.9247 3.0 1966.9389 12.0 1966.9531 4.0 1966.9672 3.0 1966.9814 6.0 1966.9956 6.0 1967.0098 10.0 1967.024 5.0 1967.0381 3.0 1967.0523 7.0 1967.0665 6.0 1967.0948 3.0 1967.109 3.0 1967.1232 11.0 1967.1374 3.0 1967.1516 7.0 1967.1657 3.0 1967.1799 7.0 1967.1941 10.0 1967.2083 8.0 1967.2224 1.0 1967.2366 3.0 1967.2508 5.0 1967.265 1.0 1967.2792 3.0 1967.2933 2.0 1967.3075 3.0 1967.3217 4.0 1967.3359 1.0 1967.3501 2.0 1967.3642 6.0 1967.3784 3.0 1967.3926 3.0 1967.4068 3.0 1967.4209 3.0 1967.4351 2.0 1967.4493 1.0 1967.4635 4.0 1967.4777 7.0 1967.4918 3.0 1967.506 4.0 1967.5202 4.0 1967.5344 1.0 1967.5486 1.0 1967.5627 2.0 1967.5911 1.0 1967.6195 3.0 1967.6336 2.0 1967.6478 3.0 1967.662 4.0 1967.6762 3.0 1967.6904 5.0 1967.7045 16.0 1967.7187 3.0 1967.7471 5.0 1967.7613 5.0 1967.7754 1.0 1967.7896 5.0 1967.8038 3.0 1967.818 1.0 1967.8322 5.0 1967.8463 7.0 1967.8605 2.0 1967.8747 3.0 1967.8889 7.0 1967.9031 6.0 1967.9173 10.0 1967.9314 8.0 1967.9456 4.0 1967.9598 1.0 1967.974 3.0 1967.9882 5.0 1968.0023 5.0 1968.0165 9.0 1968.0307 4.0 1968.0449 2.0 1968.0591 2.0 1968.0732 2.0 1968.0874 6.0 1968.1016 3.0 1968.1158 6.0 1968.13 5.0 1968.1442 5.0 1968.1583 5.0 1968.1725 1.0 1968.1867 2.0 1968.2009 3.0 1968.2151 3.0 1968.2292 4.0 1968.2434 6.0 1968.2576 3.0 1968.2718 5.0 1968.286 20.0 1968.3002 10.0 1968.3143 4.0 1968.3285 8.0 1968.3427 1.0 1968.3711 5.0 1968.3853 10.0 1968.3994 4.0 1968.4136 4.0 1968.4278 7.0 1968.442 5.0 1968.4562 6.0 1968.4704 3.0 1968.4845 1.0 1968.4987 4.0 1968.5129 7.0 1968.5271 4.0 1968.5413 4.0 1968.5555 5.0 1968.5696 5.0 1968.5838 7.0 1968.598 10.0 1968.6122 2.0 1968.6264 4.0 1968.6406 8.0 1968.6547 2.0 1968.6689 2.0 1968.6831 3.0 1968.6973 5.0 1968.7115 2.0 1968.7257 3.0 1968.7398 5.0 1968.754 3.0 1968.7682 2.0 1968.7824 2.0 1968.7966 2.0 1968.8108 5.0 1968.8249 7.0 1968.8391 8.0 1968.8533 1.0 1968.8675 1.0 1968.8817 10.0 1968.8959 9.0 1968.9101 9.0 1968.9242 3.0 1968.9384 2.0 1968.9526 5.0 1968.9668 2.0 1968.9952 6.0 1969.0093 6.0 1969.0235 3.0 1969.0377 4.0 1969.0519 2.0 1969.0661 8.0 1969.0803 2.0 1969.0945 6.0 1969.1086 1.0 1969.1228 3.0 1969.1512 4.0 1969.1654 1.0 1969.1796 5.0 1969.2079 7.0 1969.2221 4.0 1969.2363 3.0 1969.2505 7.0 1969.2647 3.0 1969.2789 1.0 1969.2931 2.0 1969.3072 3.0 1969.3214 2.0 1969.3356 1.0 1969.3498 2.0 1969.364 4.0 1969.3782 5.0 1969.3924 9.0 1969.4065 4.0 1969.4207 3.0 1969.4349 2.0 1969.4491 4.0 1969.4633 3.0 1969.4775 4.0 1969.4917 5.0 1969.5059 2.0 1969.52 2.0 1969.5342 5.0 1969.5484 1.0 1969.5626 2.0 1969.5768 2.0 1969.591 3.0 1969.6052 3.0 1969.6193 1.0 1969.6335 2.0 1969.6619 2.0 1969.6761 2.0 1969.6903 1.0 1969.7045 8.0 1969.7187 7.0 1969.7328 1.0 1969.747 3.0 1969.7612 1.0 1969.7754 1.0 1969.7896 12.0 1969.8038 8.0 1969.818 4.0 1969.8322 2.0 1969.8605 5.0 1969.8747 1.0 1969.8889 1.0 1969.9031 2.0 1969.9173 7.0 1969.9315 5.0 1969.9457 4.0 1969.9599 6.0 1969.974 3.0 1969.9882 1.0 1970.0024 3.0 1970.0166 6.0 1970.0308 6.0 1970.045 1.0 1970.0592 1.0 1970.0734 2.0 1970.0876 2.0 1970.1017 7.0 1970.1159 5.0 1970.1301 5.0 1970.1443 3.0 1970.1585 1.0 1970.1727 4.0 1970.1869 1.0 1970.2011 3.0 1970.2153 8.0 1970.2294 3.0 1970.2436 3.0 1970.2578 3.0 1970.272 2.0 1970.2862 4.0 1970.3004 4.0 1970.3146 16.0 1970.3288 9.0 1970.343 8.0 1970.3572 4.0 1970.3713 4.0 1970.3855 8.0 1970.3997 2.0 1970.4139 6.0 1970.4281 5.0 1970.4423 6.0 1970.4565 4.0 1970.4707 6.0 1970.4849 3.0 1970.4991 2.0 1970.5132 3.0 1970.5274 6.0 1970.5416 2.0 1970.5842 6.0 1970.6126 4.0 1970.6268 4.0 1970.641 4.0 1970.6552 1.0 1970.6693 1.0 1970.6835 6.0 1970.7119 4.0 1970.7261 4.0 1970.7403 5.0 1970.7545 4.0 1970.7687 9.0 1970.7829 16.0 1970.7971 4.0 1970.8113 6.0 1970.8254 8.0 1970.8396 13.0 1970.8538 8.0 1970.8822 2.0 1970.8964 1.0 1970.9248 4.0 1970.939 4.0 1970.9532 5.0 1970.9674 7.0 1970.9958 3.0 1971.0099 3.0 1971.0241 2.0 1971.0383 8.0 1971.0525 8.0 1971.0667 5.0 1971.0809 12.0 1971.0951 7.0 1971.1093 9.0 1971.1235 14.0 1971.1377 10.0 1971.1519 12.0 1971.1661 13.0 1971.1803 20.0 1971.1944 43.0 1971.2086 29.0 1971.2228 23.0 1971.237 36.0 1971.2512 36.0 1971.2654 31.0 1971.2796 26.0 1971.2938 16.0 1971.308 4.0 1971.3222 11.0 1971.3364 11.0 1971.3506 3.0 1971.3648 5.0 1971.379 6.0 1971.3932 3.0 1971.4073 3.0 1971.4215 4.0 1971.4357 2.0 1971.4499 10.0 1971.4641 18.0 1971.4783 4.0 1971.4925 5.0 1971.5067 1.0 1971.5209 7.0 1971.5351 6.0 1971.5493 6.0 1971.5635 4.0 1971.5777 1.0 1971.5919 7.0 1971.6061 8.0 1971.6203 11.0 1971.6345 3.0 1971.6486 1.0 1971.6628 7.0 1971.677 8.0 1971.6912 3.0 1971.7054 10.0 1971.7196 6.0 1971.7338 1.0 1971.748 6.0 1971.7622 6.0 1971.7764 7.0 1971.7906 4.0 1971.8048 9.0 1971.819 12.0 1971.8332 16.0 1971.8474 6.0 1971.8758 4.0 1971.89 7.0 1971.9042 5.0 1971.9184 3.0 1971.9326 7.0 1971.9467 11.0 1971.9609 7.0 1971.9751 12.0 1971.9893 12.0 1972.0035 1.0 1972.0177 2.0 1972.0319 5.0 1972.0461 5.0 1972.0603 3.0 1972.0745 8.0 1972.0887 10.0 1972.1029 8.0 1972.1171 6.0 1972.1313 10.0 1972.1455 5.0 1972.1597 3.0 1972.1739 5.0 1972.1881 9.0 1972.2023 32.0 1972.2165 28.0 1972.2307 22.0 1972.2449 14.0 1972.2591 14.0 1972.2733 20.0 1972.2875 10.0 1972.3017 8.0 1972.3159 8.0 1972.33 10.0 1972.3442 14.0 1972.3584 12.0 1972.3726 5.0 1972.3868 5.0 1972.401 3.0 1972.4152 4.0 1972.4294 7.0 1972.4436 6.0 1972.4578 5.0 1972.472 6.0 1972.4862 5.0 1972.5004 2.0 1972.5146 1.0 1972.5288 4.0 1972.543 4.0 1972.5572 5.0 1972.5714 1.0 1972.5856 2.0 1972.5998 7.0 1972.614 6.0 1972.6282 4.0 1972.6424 3.0 1972.6566 5.0 1972.6708 7.0 1972.685 2.0 1972.6992 2.0 1972.7134 9.0 1972.7276 3.0 1972.7418 4.0 1972.756 4.0 1972.7702 10.0 1972.7844 4.0 1972.7986 3.0 1972.8128 5.0 1972.827 3.0 1972.8412 2.0 1972.8554 2.0 1972.8696 3.0 1972.8838 13.0 1972.898 3.0 1972.9122 1.0 1972.9264 3.0 1972.9406 2.0 1972.9548 1.0 1972.969 5.0 1972.9832 5.0 1972.9974 3.0 1973.0116 1.0 1973.0258 6.0 1973.04 4.0 1973.0542 3.0 1973.0684 2.0 1973.0826 3.0 1973.0968 1.0 1973.111 2.0 1973.1252 6.0 1973.1394 7.0 1973.1536 7.0 1973.1678 4.0 1973.182 11.0 1973.1962 32.0 1973.2104 10.0 1973.2246 15.0 1973.2388 25.0 1973.253 25.0 1973.2672 21.0 1973.2814 13.0 1973.2956 6.0 1973.3098 4.0 1973.324 4.0 1973.3382 6.0 1973.3524 2.0 1973.3666 5.0 1973.3808 8.0 1973.395 7.0 1973.4092 5.0 1973.4234 3.0 1973.4376 2.0 1973.4518 4.0 1973.466 4.0 1973.4802 2.0 1973.4944 4.0 1973.5086 4.0 1973.537 4.0 1973.5512 6.0 1973.5654 9.0 1973.5796 7.0 1973.5938 13.0 1973.608 11.0 1973.6222 9.0 1973.6364 4.0 1973.6506 4.0 1973.6648 5.0 1973.679 3.0 1973.6932 6.0 1973.7216 2.0 1973.7358 5.0 1973.75 9.0 1973.7642 1.0 1973.7784 4.0 1973.7926 2.0 1973.8068 5.0 1973.821 11.0 1973.8494 2.0 1973.8636 6.0 1973.8778 1.0 1973.892 3.0 1973.9062 2.0 1973.9204 6.0 1973.9346 7.0 1973.9488 6.0 1973.9631 5.0 1973.9773 9.0 1973.9915 9.0 1974.0057 2.0 1974.0199 1.0 1974.0341 2.0 1974.0625 7.0 1974.0767 1.0 1974.0909 2.0 1974.1051 7.0 1974.1193 10.0 1974.1335 5.0 1974.1477 2.0 1974.1619 8.0 1974.1761 2.0 1974.1903 7.0 1974.2045 8.0 1974.2187 17.0 1974.2329 13.0 1974.2613 9.0 1974.2755 8.0 1974.2897 7.0 1974.3039 12.0 1974.3181 4.0 1974.3323 4.0 1974.3466 3.0 1974.3608 3.0 1974.375 4.0 1974.3892 3.0 1974.4034 7.0 1974.4318 11.0 1974.446 2.0 1974.4602 1.0 1974.4744 2.0 1974.5028 4.0 1974.517 2.0 1974.5312 2.0 1974.5454 2.0 1974.5596 6.0 1974.5738 2.0 1974.588 3.0 1974.6022 4.0 1974.6164 6.0 1974.6306 2.0 1974.6449 8.0 1974.6591 3.0 1974.6733 3.0 1974.6875 1.0 1974.7017 7.0 1974.7159 9.0 1974.7301 6.0 1974.7443 3.0 1974.7585 2.0 1974.7727 3.0 1974.7869 10.0 1974.8011 8.0 1974.8153 4.0 1974.8295 5.0 1974.8437 2.0 1974.8579 10.0 1974.8721 1.0 1974.8864 4.0 1974.9006 7.0 1974.9148 7.0 1974.929 4.0 1974.9432 1.0 1974.9574 3.0 1974.9716 1.0 1974.9858 1.0 1975.0 1.0 1975.0142 2.0 1975.0284 7.0 1975.0426 2.0 1975.0568 5.0 1975.071 5.0 1975.0852 5.0 1975.0995 1.0 1975.1137 1.0 1975.1279 3.0 1975.1421 2.0 1975.1705 3.0 1975.1989 2.0 1975.2131 7.0 1975.2273 14.0 1975.2415 11.0 1975.2557 3.0 1975.2699 2.0 1975.2842 6.0 1975.2984 2.0 1975.3126 3.0 1975.341 1.0 1975.3552 3.0 1975.3694 1.0 1975.3836 6.0 1975.3978 6.0 1975.412 3.0 1975.4262 4.0 1975.4404 2.0 1975.4689 1.0 1975.4831 4.0 1975.4973 11.0 1975.5115 11.0 1975.5257 1.0 1975.5399 4.0 1975.5541 2.0 1975.5825 3.0 1975.5967 2.0 1975.6109 4.0 1975.6252 6.0 1975.6394 3.0 1975.6536 2.0 1975.6678 4.0 1975.682 3.0 1975.6962 2.0 1975.7104 5.0 1975.7246 6.0 1975.7388 2.0 1975.753 2.0 1975.7672 1.0 1975.7815 3.0 1975.7957 1.0 1975.8099 1.0 1975.8241 2.0 1975.8383 4.0 1975.8525 6.0 1975.8667 3.0 1975.8809 1.0 1975.8951 2.0 1975.9093 10.0 1975.9236 11.0 1975.9378 6.0 1975.952 1.0 1975.9662 4.0 1975.9946 2.0 1976.0088 1.0 1976.023 3.0 1976.0372 5.0 1976.0514 4.0 1976.0657 1.0 1976.0799 1.0 1976.0941 4.0 1976.1083 2.0 1976.1225 2.0 1976.1367 4.0 1976.1509 3.0 1976.1651 5.0 1976.1793 3.0 1976.2078 9.0 1976.222 4.0 1976.2362 9.0 1976.2504 2.0 1976.2646 8.0 1976.2788 7.0 1976.293 5.0 1976.3072 4.0 1976.3215 6.0 1976.3357 5.0 1976.3499 7.0 1976.3641 9.0 1976.3783 4.0 1976.3925 4.0 1976.4209 3.0 1976.4352 6.0 1976.4494 2.0 1976.4636 8.0 1976.4778 8.0 1976.5062 1.0 1976.5204 5.0 1976.5346 1.0 1976.5488 5.0 1976.5631 2.0 1976.5773 7.0 1976.5915 2.0 1976.6057 3.0 1976.6199 1.0 1976.6341 7.0 1976.6483 3.0 1976.6625 10.0 1976.6768 2.0 1976.691 6.0 1976.7052 8.0 1976.7194 3.0 1976.7336 5.0 1976.7478 4.0 1976.762 8.0 1976.7763 8.0 1976.7905 11.0 1976.8047 2.0 1976.8189 2.0 1976.8331 2.0 1976.8473 5.0 1976.8615 4.0 1976.8757 5.0 1976.89 2.0 1976.9042 10.0 1976.9184 8.0 1976.9326 20.0 1976.9468 2.0 1976.961 6.0 1976.9752 4.0 1976.9895 12.0 1977.0037 12.0 1977.0179 8.0 1977.0321 11.0 1977.0463 2.0 1977.0605 1.0 1977.0747 1.0 1977.089 2.0 1977.1032 2.0 1977.1174 1.0 1977.1316 1.0 1977.1742 1.0 1977.2027 9.0 1977.2169 4.0 1977.2311 2.0 1977.2453 6.0 1977.2595 12.0 1977.2737 10.0 1977.288 5.0 1977.3022 14.0 1977.3164 4.0 1977.3306 3.0 1977.3448 3.0 1977.359 4.0 1977.3733 1.0 1977.3875 4.0 1977.4017 5.0 1977.4159 6.0 1977.4301 4.0 1977.4443 3.0 1977.4585 1.0 1977.4728 8.0 1977.487 2.0 1977.5012 1.0 1977.5154 1.0 1977.5296 2.0 1977.5438 2.0 1977.5581 1.0 1977.5723 3.0 1977.6007 4.0 1977.6149 5.0 1977.6291 4.0 1977.6434 3.0 1977.6576 1.0 1977.6718 3.0 1977.686 3.0 1977.7002 1.0 1977.7144 2.0 1977.7287 1.0 1977.7429 16.0 1977.7571 13.0 1977.7713 3.0 1977.7997 2.0 1977.814 3.0 1977.8282 4.0 1977.8424 4.0 1977.8566 5.0 1977.8708 12.0 1977.885 9.0 1977.8993 3.0 1977.9135 3.0 1977.9277 2.0 1977.9419 2.0 1977.9703 4.0 1977.9846 2.0 1977.9988 3.0 1978.013 7.0 1978.0272 9.0 1978.0414 8.0 1978.0556 5.0 1978.0699 5.0 1978.0841 3.0 1978.0983 8.0 1978.1125 2.0 1978.1267 10.0 1978.141 13.0 1978.1552 3.0 1978.1694 2.0 1978.1836 4.0 1978.1978 7.0 1978.212 6.0 1978.2263 3.0 1978.2405 5.0 1978.2547 3.0 1978.2689 2.0 1978.2831 6.0 1978.2974 6.0 1978.3116 4.0 1978.3258 5.0 1978.34 2.0 1978.3542 5.0 1978.3685 6.0 1978.3827 4.0 1978.3969 3.0 1978.4111 8.0 1978.4395 4.0 1978.4538 2.0 1978.468 9.0 1978.4822 3.0 1978.4964 3.0 1978.5106 7.0 1978.5249 6.0 1978.5391 2.0 1978.5533 2.0 1978.5817 3.0 1978.596 1.0 1978.6102 5.0 1978.6244 4.0 1978.6528 6.0 1978.6671 4.0 1978.6813 5.0 1978.6955 3.0 1978.7097 5.0 1978.7239 2.0 1978.7382 3.0 1978.7524 2.0 1978.7666 1.0 1978.7808 1.0 1978.795 1.0 1978.8093 1.0 1978.8235 2.0 1978.8377 4.0 1978.8519 4.0 1978.8661 4.0 1978.8804 3.0 1978.8946 5.0 1978.9088 6.0 1978.923 7.0 1978.9373 6.0 1978.9515 5.0 1978.9657 4.0 1978.9799 1.0 1978.9941 2.0 1979.0084 5.0 1979.0226 4.0 1979.0368 10.0 1979.051 4.0 1979.0652 7.0 1979.0795 6.0 1979.0937 1.0 1979.1079 6.0 1979.1221 5.0 1979.1364 5.0 1979.1506 3.0 1979.1648 7.0 1979.179 6.0 1979.1932 2.0 1979.2075 1.0 1979.2217 1.0 1979.2359 5.0 1979.2501 2.0 1979.2643 2.0 1979.2786 1.0 1979.2928 3.0 1979.307 9.0 1979.3212 5.0 1979.3355 8.0 1979.3497 6.0 1979.3639 5.0 1979.3781 3.0 1979.3923 5.0 1979.4066 3.0 1979.4208 3.0 1979.435 2.0 1979.4492 1.0 1979.4635 5.0 1979.4777 2.0 1979.4919 3.0 1979.5204 2.0 1979.5488 4.0 1979.563 5.0 1979.5772 3.0 1979.5915 2.0 1979.6057 1.0 1979.6199 5.0 1979.6341 4.0 1979.6484 3.0 1979.6626 3.0 1979.6768 6.0 1979.691 3.0 1979.7053 2.0 1979.7195 5.0 1979.7337 5.0 1979.7479 6.0 1979.7622 10.0 1979.7764 4.0 1979.7906 1.0 1979.8048 3.0 1979.8191 7.0 1979.8333 10.0 1979.8475 8.0 1979.8617 4.0 1979.876 4.0 1979.8902 3.0 1979.9044 3.0 1979.9186 1.0 1979.9328 2.0 1979.9471 5.0 1979.9613 2.0 1979.9755 3.0 1979.9897 3.0 1980.004 2.0 1980.0182 2.0 1980.0324 2.0 1980.0466 5.0 1980.0609 3.0 1980.0751 1.0 1980.0893 3.0 1980.1178 7.0 1980.132 10.0 1980.1462 6.0 1980.1604 5.0 1980.1747 14.0 1980.1889 11.0 1980.2031 7.0 1980.2174 3.0 1980.2316 6.0 1980.2458 5.0 1980.26 4.0 1980.2743 4.0 1980.2885 10.0 1980.3027 7.0 1980.3169 5.0 1980.3312 2.0 1980.3596 5.0 1980.3738 1.0 1980.3881 4.0 1980.4023 2.0 1980.4165 1.0 1980.4307 1.0 1980.445 6.0 1980.4592 3.0 1980.4734 1.0 1980.4876 3.0 1980.5019 8.0 1980.5161 3.0 1980.5303 7.0 1980.5446 3.0 1980.5588 3.0 1980.573 1.0 1980.5872 3.0 1980.6015 6.0 1980.6157 1.0 1980.6299 6.0 1980.6441 4.0 1980.6584 4.0 1980.6726 4.0 1980.6868 6.0 1980.7011 8.0 1980.7153 3.0 1980.7295 7.0 1980.7437 4.0 1980.758 2.0 1980.7722 2.0 1980.7864 1.0 1980.8006 2.0 1980.8149 3.0 1980.8291 1.0 1980.8433 1.0 1980.8576 6.0 1980.886 4.0 1980.9002 3.0 1980.9145 1.0 1980.9287 5.0 1980.9429 3.0 1980.9572 3.0 1980.9714 6.0 1980.9856 6.0 1980.9998 5.0 1981.0141 4.0 1981.0283 5.0 1981.0425 4.0 1981.0568 7.0 1981.071 2.0 1981.0852 10.0 1981.0994 13.0 1981.1137 3.0 1981.1279 6.0 1981.1421 4.0 1981.1564 1.0 1981.1706 7.0 1981.1848 6.0 1981.199 2.0 1981.2133 1.0 1981.2275 7.0 1981.2417 1.0 1981.256 3.0 1981.2702 5.0 1981.2844 1.0 1981.2986 5.0 1981.3129 2.0 1981.3271 2.0 1981.3413 8.0 1981.3556 2.0 1981.384 3.0 1981.3983 6.0 1981.4125 2.0 1981.4267 4.0 1981.4409 2.0 1981.4552 3.0 1981.4694 8.0 1981.4836 2.0 1981.4979 2.0 1981.5121 3.0 1981.5263 3.0 1981.5406 6.0 1981.5548 2.0 1981.569 2.0 1981.5833 1.0 1981.5975 1.0 1981.6117 4.0 1981.6402 3.0 1981.6544 7.0 1981.6686 5.0 1981.6829 5.0 1981.6971 4.0 1981.7113 3.0 1981.7256 9.0 1981.7398 8.0 1981.754 2.0 1981.7683 11.0 1981.7825 3.0 1981.7967 7.0 1981.8109 3.0 1981.8252 3.0 1981.8394 2.0 1981.8536 4.0 1981.8679 4.0 1981.8821 4.0 1981.8963 1.0 1981.9106 5.0 1981.9248 4.0 1981.939 1.0 1981.9533 8.0 1981.9675 7.0 1981.9817 8.0 1981.996 4.0 1982.0102 4.0 1982.0244 1.0 1982.0387 3.0 1982.0529 2.0 1982.0671 3.0 1982.0814 4.0 1982.0956 2.0 1982.1098 8.0 1982.1241 3.0 1982.1383 4.0 1982.1525 4.0 1982.1667 2.0 1982.181 4.0 1982.1952 2.0 1982.2094 1.0 1982.2237 4.0 1982.2379 6.0 1982.2521 2.0 1982.2948 4.0 1982.3091 2.0 1982.3233 4.0 1982.3375 5.0 1982.3518 1.0 1982.366 2.0 1982.3802 9.0 1982.3945 3.0 1982.4087 3.0 1982.4229 3.0 1982.4372 4.0 1982.4514 1.0 1982.4656 3.0 1982.4799 5.0 1982.4941 11.0 1982.5083 2.0 1982.5226 6.0 1982.5368 1.0 1982.5653 4.0 1982.5795 6.0 1982.608 5.0 1982.6222 12.0 1982.6365 1.0 1982.6507 5.0 1982.6649 3.0 1982.6792 1.0 1982.6934 1.0 1982.7076 6.0 1982.7219 8.0 1982.7361 10.0 1982.7503 6.0 1982.7646 2.0 1982.7788 7.0 1982.793 9.0 1982.8073 3.0 1982.8215 8.0 1982.8357 14.0 1982.85 8.0 1982.8642 5.0 1982.8784 4.0 1982.8927 3.0 1982.9069 3.0 1982.9212 5.0 1982.9354 2.0 1982.9496 4.0 1982.9639 5.0 1982.9781 8.0 1982.9923 12.0 1983.0066 3.0 1983.0208 7.0 1983.035 7.0 1983.0493 7.0 1983.0635 5.0 1983.092 3.0 1983.1062 4.0 1983.1205 11.0 1983.1347 8.0 1983.1489 5.0 1983.1632 4.0 1983.1774 1.0 1983.1916 8.0 1983.2059 6.0 1983.2201 3.0 1983.2486 4.0 1983.2628 7.0 1983.2771 3.0 1983.2913 3.0 1983.3055 2.0 1983.3198 6.0 1983.334 2.0 1983.3482 3.0 1983.3625 2.0 1983.391 2.0 1983.4052 4.0 1983.4337 7.0 1983.4479 2.0 1983.4621 7.0 1983.4764 6.0 1983.4906 1.0 1983.5049 1.0 1983.5191 3.0 1983.5333 2.0 1983.5476 2.0 1983.5618 5.0 1983.576 5.0 1983.5903 6.0 1983.6045 2.0 1983.633 2.0 1983.6472 1.0 1983.6615 1.0 1983.6757 8.0 1983.6899 6.0 1983.7042 5.0 1983.7184 1.0 1983.7327 3.0 1983.7469 4.0 1983.7611 3.0 1983.7754 6.0 1983.7896 1.0 1983.8039 4.0 1983.8323 3.0 1983.8466 1.0 1983.8608 6.0 1983.875 4.0 1983.8893 7.0 1983.9035 2.0 1983.9178 2.0 1983.932 2.0 1983.9462 3.0 1983.9605 8.0 1983.9747 11.0 1983.989 3.0 1984.0032 1.0 1984.0174 2.0 1984.0317 5.0 1984.0459 7.0 1984.0602 4.0 1984.0744 3.0 1984.0886 2.0 1984.1029 5.0 1984.1171 11.0 1984.1314 5.0 1984.1456 5.0 1984.1598 5.0 1984.1741 7.0 1984.1883 3.0 1984.2026 8.0 1984.2168 2.0 1984.231 3.0 1984.2453 6.0 1984.2595 4.0 1984.2738 2.0 1984.288 1.0 1984.3022 1.0 1984.3165 5.0 1984.3307 1.0 1984.345 4.0 1984.3592 4.0 1984.3734 4.0 1984.3877 3.0 1984.4019 4.0 1984.4162 5.0 1984.4304 3.0 1984.4446 2.0 1984.4589 1.0 1984.4731 3.0 1984.4874 1.0 1984.5016 2.0 1984.5158 3.0 1984.5301 3.0 1984.5586 4.0 1984.5728 6.0 1984.5871 6.0 1984.6013 2.0 1984.644 1.0 1984.6583 2.0 1984.6725 1.0 1984.6867 12.0 1984.701 5.0 1984.7152 3.0 1984.7295 2.0 1984.7437 2.0 1984.7722 2.0 1984.7864 4.0 1984.8007 6.0 1984.8149 10.0 1984.8292 13.0 1984.8434 11.0 1984.8577 3.0 1984.8719 7.0 1984.8861 7.0 1984.9004 4.0 1984.9146 1.0 1984.9289 1.0 1984.9431 6.0 1984.9573 3.0 1984.9716 4.0 1984.9858 4.0 1985.0001 6.0 1985.0143 1.0 1985.0286 2.0 1985.0428 2.0 1985.0571 3.0 1985.0713 6.0 1985.0998 2.0 1985.114 4.0 1985.1283 3.0 1985.1425 1.0 1985.1568 2.0 1985.171 4.0 1985.1852 8.0 1985.1995 2.0 1985.2137 2.0 1985.228 3.0 1985.2422 2.0 1985.2707 3.0 1985.2849 3.0 1985.2992 5.0 1985.3134 9.0 1985.3277 2.0 1985.3419 5.0 1985.3562 1.0 1985.3704 5.0 1985.3847 1.0 1985.3989 2.0 1985.4274 2.0 1985.4416 3.0 1985.4559 2.0 1985.4701 2.0 1985.4844 3.0 1985.4986 2.0 1985.5129 5.0 1985.5271 4.0 1985.5413 7.0 1985.5556 6.0 1985.5698 4.0 1985.5841 2.0 1985.5983 2.0 1985.6126 5.0 1985.6268 5.0 1985.6411 4.0 1985.6553 4.0 1985.6696 4.0 1985.6838 1.0 1985.698 4.0 1985.7123 4.0 1985.7265 4.0 1985.7408 2.0 1985.755 5.0 1985.7693 3.0 1985.7835 6.0 1985.7978 3.0 1985.812 2.0 1985.8263 4.0 1985.8405 1.0 1985.869 7.0 1985.8832 4.0 1985.8975 2.0 1985.9117 9.0 1985.926 10.0 1985.9402 7.0 1985.9545 3.0 1985.9687 15.0 1985.983 17.0 1985.9972 4.0 1986.0115 3.0 1986.0257 1.0 1986.04 4.0 1986.0542 2.0 1986.0827 5.0 1986.0969 5.0 1986.1112 9.0 1986.1254 3.0 1986.1397 11.0 1986.1539 11.0 1986.1682 1.0 1986.1824 3.0 1986.1967 3.0 1986.2109 3.0 1986.2252 4.0 1986.2394 9.0 1986.2537 7.0 1986.2822 1.0 1986.2964 2.0 1986.3106 2.0 1986.3249 2.0 1986.3391 2.0 1986.3534 6.0 1986.3676 6.0 1986.3819 6.0 1986.3961 3.0 1986.4104 2.0 1986.4246 4.0 1986.4389 1.0 1986.4531 1.0 1986.4674 1.0 1986.4816 2.0 1986.4959 5.0 1986.5101 3.0 1986.5244 2.0 1986.5386 8.0 1986.5529 9.0 1986.5671 7.0 1986.5814 3.0 1986.5956 3.0 1986.6099 7.0 1986.6241 5.0 1986.6384 4.0 1986.6526 3.0 1986.6669 1.0 1986.6811 3.0 1986.6954 11.0 1986.7096 3.0 1986.7381 5.0 1986.7524 3.0 1986.7666 3.0 1986.7809 2.0 1986.7951 1.0 1986.8093 2.0 1986.8236 1.0 1986.8521 3.0 1986.8663 1.0 1986.8806 1.0 1986.8948 8.0 1986.9091 7.0 1986.9233 3.0 1986.9376 5.0 1986.9518 3.0 1986.9661 7.0 1986.9803 2.0 1986.9946 6.0 1987.0088 3.0 1987.0231 6.0 1987.0373 8.0 1987.0516 7.0 1987.0658 7.0 1987.0801 5.0 1987.0944 1.0 1987.1086 4.0 1987.1229 2.0 1987.1371 1.0 1987.1514 3.0 1987.1656 1.0 1987.1799 3.0 1987.1941 6.0 1987.2084 11.0 1987.2226 26.0 1987.2369 25.0 1987.2511 12.0 1987.2654 12.0 1987.2796 11.0 1987.2939 25.0 1987.3081 14.0 1987.3224 7.0 1987.3366 7.0 1987.3509 15.0 1987.3651 11.0 1987.3794 4.0 1987.3936 2.0 1987.4079 7.0 1987.4221 8.0 1987.4364 5.0 1987.4506 7.0 1987.4649 4.0 1987.4791 5.0 1987.4934 2.0 1987.5076 3.0 1987.5219 4.0 1987.5361 2.0 1987.5504 7.0 1987.5646 9.0 1987.5789 9.0 1987.5932 3.0 1987.6074 4.0 1987.6217 6.0 1987.6359 10.0 1987.6502 3.0 1987.6644 2.0 1987.6787 5.0 1987.6929 4.0 1987.7072 6.0 1987.7214 7.0 1987.7357 7.0 1987.7499 8.0 1987.7642 4.0 1987.7784 3.0 1987.7927 5.0 1987.8069 3.0 1987.8212 1.0 1987.8354 5.0 1987.8497 4.0 1987.864 7.0 1987.8782 3.0 1987.8925 4.0 1987.9067 4.0 1987.921 4.0 1987.9352 3.0 1987.9495 2.0 1987.9637 4.0 1987.978 2.0 1987.9922 2.0 1988.0065 6.0 1988.035 3.0 1988.0493 1.0 1988.0635 3.0 1988.0778 3.0 1988.092 7.0 1988.1063 3.0 1988.1205 3.0 1988.1348 1.0 1988.149 2.0 1988.1633 1.0 1988.1775 3.0 1988.1918 3.0 1988.206 9.0 1988.2203 8.0 1988.2346 6.0 1988.2488 3.0 1988.2631 5.0 1988.2773 11.0 1988.2916 19.0 1988.3058 14.0 1988.3201 6.0 1988.3343 7.0 1988.3486 4.0 1988.3629 2.0 1988.3771 4.0 1988.3914 5.0 1988.4056 1.0 1988.4199 2.0 1988.4341 5.0 1988.4484 7.0 1988.4626 7.0 1988.4769 5.0 1988.4912 7.0 1988.5054 4.0 1988.5197 5.0 1988.5339 3.0 1988.5482 2.0 1988.5624 9.0 1988.5767 2.0 1988.5909 1.0 1988.6195 11.0 1988.6337 9.0 1988.648 6.0 1988.6622 4.0 1988.6765 5.0 1988.6907 16.0 1988.705 19.0 1988.7192 9.0 1988.7335 5.0 1988.7478 5.0 1988.762 2.0 1988.7763 1.0 1988.7905 8.0 1988.8048 9.0 1988.819 10.0 1988.8333 5.0 1988.8476 4.0 1988.8618 5.0 1988.8761 2.0 1988.8903 4.0 1988.9046 11.0 1988.9188 2.0 1988.9331 13.0 1988.9474 9.0 1988.9616 13.0 1988.9759 5.0 1988.9901 4.0 1989.0044 4.0 1989.0186 4.0 1989.0329 6.0 1989.0472 3.0 1989.0614 2.0 1989.0757 6.0 1989.0899 3.0 1989.1042 4.0 1989.1184 3.0 1989.1327 10.0 1989.147 5.0 1989.1612 1.0 1989.1755 5.0 1989.1897 14.0 1989.204 41.0 1989.2183 60.0 1989.2325 55.0 1989.2468 79.0 1989.261 104.0 1989.2753 106.0 1989.2895 122.0 1989.3038 106.0 1989.3181 97.0 1989.3323 112.0 1989.3466 87.0 1989.3608 80.0 1989.3751 44.0 1989.3894 38.0 1989.4036 34.0 1989.4179 12.0 1989.4321 7.0 1989.4464 11.0 1989.4606 13.0 1989.4749 10.0 1989.4892 7.0 1989.5034 2.0 1989.5177 7.0 1989.5319 3.0 1989.5462 4.0 1989.5605 8.0 1989.5747 10.0 1989.589 8.0 1989.6032 6.0 1989.6175 1.0 1989.6318 16.0 1989.646 20.0 1989.6603 6.0 1989.6745 7.0 1989.6888 14.0 1989.7031 7.0 1989.7173 5.0 1989.7316 3.0 1989.7458 2.0 1989.7601 1.0 1989.7744 2.0 1989.7886 3.0 1989.8029 9.0 1989.8171 9.0 1989.8314 6.0 1989.8457 3.0 1989.8599 1.0 1989.8742 4.0 1989.8884 3.0 1989.9027 6.0 1989.917 2.0 1989.9312 1.0 1989.9455 1.0 1989.9597 2.0 1989.974 6.0 1989.9883 6.0 1990.0025 1.0 1990.0168 4.0 1990.0311 13.0 1990.0453 12.0 1990.0596 3.0 1990.0738 2.0 1990.0881 2.0 1990.1024 14.0 1990.1166 7.0 1990.1309 4.0 1990.1451 1.0 1990.1594 2.0 1990.1737 1.0 1990.1879 3.0 1990.2022 16.0 1990.2165 25.0 1990.2307 30.0 1990.245 46.0 1990.2592 80.0 1990.2735 61.0 1990.2878 72.0 1990.302 61.0 1990.3163 92.0 1990.3305 103.0 1990.3448 103.0 1990.3591 93.0 1990.3733 68.0 1990.3876 47.0 1990.4019 12.0 1990.4161 10.0 1990.4304 9.0 1990.4446 8.0 1990.4589 8.0 1990.4732 8.0 1990.4874 7.0 1990.5017 8.0 1990.516 3.0 1990.5302 4.0 1990.5445 9.0 1990.5588 3.0 1990.573 1.0 1990.5873 3.0 1990.6015 2.0 1990.6158 15.0 1990.6301 4.0 1990.6586 9.0 1990.6729 10.0 1990.6871 3.0 1990.7014 5.0 1990.7156 3.0 1990.7299 7.0 1990.7442 16.0 1990.7584 3.0 1990.7727 4.0 1990.787 2.0 1990.8155 2.0 1990.8298 2.0 1990.844 3.0 1990.8583 14.0 1990.8726 7.0 1990.8868 2.0 1990.9011 3.0 1990.9153 3.0 1990.9296 6.0 1990.9439 7.0 1990.9581 5.0 1990.9724 4.0 1990.9867 2.0 1991.0009 1.0 1991.0152 5.0 1991.0295 10.0 1991.0437 5.0 1991.058 5.0 1991.0723 3.0 1991.0865 7.0 1991.1008 16.0 1991.115 8.0 1991.1293 2.0 1991.1436 1.0 1991.1578 4.0 1991.1721 5.0 1991.1864 2.0 1991.2006 6.0 1991.2149 17.0 1991.2292 24.0 1991.2434 23.0 1991.2577 13.0 1991.272 21.0 1991.2862 40.0 1991.3005 33.0 1991.3148 51.0 1991.329 53.0 1991.3433 46.0 1991.3576 35.0 1991.3718 27.0 1991.3861 17.0 1991.4004 8.0 1991.4146 10.0 1991.4289 7.0 1991.4432 3.0 1991.4574 11.0 1991.4717 21.0 1991.486 3.0 1991.5002 1.0 1991.5145 2.0 1991.5288 4.0 1991.543 1.0 1991.5573 12.0 1991.5716 11.0 1991.5858 7.0 1991.6001 6.0 1991.6144 3.0 1991.6286 2.0 1991.6429 1.0 1991.6572 2.0 1991.6714 1.0 1991.6857 3.0 1991.7 2.0 1991.7142 6.0 1991.7285 10.0 1991.7428 5.0 1991.757 10.0 1991.7713 11.0 1991.7856 3.0 1991.7998 5.0 1991.8141 3.0 1991.8284 4.0 1991.8426 5.0 1991.8569 5.0 1991.8712 11.0 1991.8854 5.0 1991.8997 1.0 1991.914 7.0 1991.9282 5.0 1991.9425 8.0 1991.9568 5.0 1991.971 3.0 1991.9853 5.0 1991.9996 2.0 1992.0139 1.0 1992.0281 6.0 1992.0424 6.0 1992.0567 1.0 1992.0709 3.0 1992.0852 6.0 1992.0995 16.0 1992.1137 7.0 1992.128 7.0 1992.1423 2.0 1992.1565 7.0 1992.1708 8.0 1992.1851 1.0 1992.1993 3.0 1992.2136 6.0 1992.2279 7.0 1992.2422 10.0 1992.2564 19.0 1992.2707 17.0 1992.285 16.0 1992.2992 25.0 1992.3135 15.0 1992.3278 19.0 1992.342 27.0 1992.3563 22.0 1992.3706 17.0 1992.3848 13.0 1992.3991 12.0 1992.4134 5.0 1992.4277 6.0 1992.4419 9.0 1992.4562 6.0 1992.4705 2.0 1992.4847 6.0 1992.499 9.0 1992.5133 4.0 1992.5275 5.0 1992.5418 4.0 1992.5704 3.0 1992.5846 3.0 1992.5989 5.0 1992.6132 5.0 1992.6274 2.0 1992.656 5.0 1992.6702 5.0 1992.6845 19.0 1992.6988 4.0 1992.7131 1.0 1992.7273 2.0 1992.7416 3.0 1992.7559 3.0 1992.7701 6.0 1992.7844 6.0 1992.7987 4.0 1992.813 5.0 1992.8272 4.0 1992.8415 4.0 1992.8558 3.0 1992.87 5.0 1992.8843 4.0 1992.8986 6.0 1992.9129 8.0 1992.9271 7.0 1992.9414 6.0 1992.9557 6.0 1992.9699 12.0 1992.9842 5.0 1992.9985 3.0 1993.0128 3.0 1993.0556 7.0 1993.0698 1.0 1993.0841 5.0 1993.0984 2.0 1993.1127 3.0 1993.1269 10.0 1993.1412 15.0 1993.1555 6.0 1993.1698 1.0 1993.184 1.0 1993.1983 3.0 1993.2126 6.0 1993.2268 3.0 1993.2411 1.0 1993.2554 8.0 1993.2697 6.0 1993.2839 4.0 1993.2982 10.0 1993.3125 13.0 1993.3268 10.0 1993.341 8.0 1993.3553 10.0 1993.3696 9.0 1993.3838 12.0 1993.3981 12.0 1993.4124 2.0 1993.4267 1.0 1993.4409 3.0 1993.4552 2.0 1993.4695 6.0 1993.4838 10.0 1993.498 3.0 1993.5123 4.0 1993.5266 3.0 1993.5409 6.0 1993.5551 1.0 1993.5694 5.0 1993.5837 2.0 1993.598 3.0 1993.6122 6.0 1993.6265 2.0 1993.6408 2.0 1993.655 3.0 1993.6693 1.0 1993.6836 6.0 1993.6979 4.0 1993.7121 4.0 1993.7264 2.0 1993.7407 2.0 1993.755 1.0 1993.7692 1.0 1993.7835 1.0 1993.7978 1.0 1993.8121 2.0 1993.8263 3.0 1993.8406 6.0 1993.8549 6.0 1993.8692 1.0 1993.8834 4.0 1993.8977 5.0 1993.912 11.0 1993.9263 12.0 1993.9405 11.0 1993.9691 2.0 1993.9834 6.0 1993.9976 9.0 1994.0119 4.0 1994.0262 1.0 1994.0547 1.0 1994.069 2.0 1994.0833 2.0 1994.0976 1.0 1994.1118 3.0 1994.1261 9.0 1994.1404 3.0 1994.1547 1.0 1994.169 1.0 1994.1975 6.0 1994.2118 3.0 1994.2261 8.0 1994.2403 6.0 1994.2546 4.0 1994.2689 7.0 1994.2832 8.0 1994.2974 10.0 1994.3117 7.0 1994.326 12.0 1994.3403 8.0 1994.3545 8.0 1994.3688 10.0 1994.3831 4.0 1994.3974 8.0 1994.4117 6.0 1994.4259 4.0 1994.4402 1.0 1994.4545 2.0 1994.4688 2.0 1994.483 2.0 1994.4973 1.0 1994.5116 4.0 1994.5259 3.0 1994.5401 6.0 1994.5544 6.0 1994.5687 11.0 1994.583 3.0 1994.5973 2.0 1994.6115 3.0 1994.6258 2.0 1994.6401 4.0 1994.6544 2.0 1994.6686 1.0 1994.6829 10.0 1994.6972 5.0 1994.7115 5.0 1994.7258 5.0 1994.74 1.0 1994.7543 6.0 1994.7686 10.0 1994.7829 3.0 1994.7972 3.0 1994.8114 2.0 1994.8257 1.0 1994.84 5.0 1994.8543 2.0 1994.8685 7.0 1994.8828 8.0 1994.8971 4.0 1994.9114 1.0 1994.9257 3.0 1994.9399 5.0 1994.9542 6.0 1994.9685 4.0 1994.9828 2.0 1994.9971 2.0 1995.0113 6.0 1995.0256 5.0 1995.0399 6.0 1995.0542 6.0 1995.0684 1.0 1995.0827 1.0 1995.097 2.0 1995.1113 2.0 1995.1256 2.0 1995.1398 4.0 1995.1541 9.0 1995.1684 7.0 1995.1827 2.0 1995.197 7.0 1995.2112 6.0 1995.2255 5.0 1995.2398 9.0 1995.2541 7.0 1995.2684 5.0 1995.2826 3.0 1995.2969 7.0 1995.3112 8.0 1995.3255 2.0 1995.3398 2.0 1995.354 4.0 1995.3683 5.0 1995.3826 5.0 1995.3969 8.0 1995.4112 9.0 1995.4254 1.0 1995.4397 2.0 1995.4683 3.0 1995.4826 2.0 1995.4969 3.0 1995.5111 3.0 1995.5254 2.0 1995.5397 6.0 1995.554 4.0 1995.5825 3.0 1995.5968 1.0 1995.6111 2.0 1995.6254 3.0 1995.6397 1.0 1995.6539 1.0 1995.6682 1.0 1995.6825 1.0 1995.6968 4.0 1995.7111 6.0 1995.7254 12.0 1995.7396 5.0 1995.7682 1.0 1995.7825 5.0 1995.7968 5.0 1995.811 1.0 1995.8253 4.0 1995.8396 2.0 1995.8539 1.0 1995.8682 2.0 1995.8825 2.0 1995.8967 3.0 1995.911 3.0 1995.9253 4.0 1995.9396 3.0 1995.9539 4.0 1995.9681 3.0 1995.9824 5.0 1995.9967 4.0 1996.011 5.0 1996.0253 5.0 1996.0396 3.0 1996.0538 2.0 1996.0967 4.0 1996.111 1.0 1996.1253 1.0 1996.1395 1.0 1996.1538 8.0 1996.1681 3.0 1996.1824 4.0 1996.1967 2.0 1996.211 4.0 1996.2252 4.0 1996.2395 8.0 1996.2538 2.0 1996.2681 2.0 1996.2824 8.0 1996.2967 7.0 1996.3109 3.0 1996.3252 7.0 1996.3395 3.0 1996.3538 2.0 1996.3824 1.0 1996.3967 1.0 1996.4109 6.0 1996.4252 7.0 1996.4395 9.0 1996.4538 7.0 1996.4681 5.0 1996.4824 4.0 1996.4966 4.0 1996.5109 5.0 1996.5252 2.0 1996.5538 3.0 1996.5681 2.0 1996.5823 6.0 1996.6109 3.0 1996.6252 2.0 1996.6395 8.0 1996.6538 4.0 1996.6681 6.0 1996.6823 5.0 1996.6966 5.0 1996.7109 7.0 1996.7252 5.0 1996.7395 6.0 1996.7538 5.0 1996.7681 2.0 1996.7823 4.0 1996.7966 2.0 1996.8109 1.0 1996.8252 4.0 1996.8395 1.0 1996.8538 5.0 1996.8681 2.0 1996.8966 2.0 1996.9109 4.0 1996.9252 5.0 1996.9395 12.0 1996.9538 10.0 1996.9681 5.0 1996.9823 20.0 1996.9966 2.0 1997.0109 4.0 1997.0252 4.0 1997.0395 2.0 1997.0538 8.0 1997.0681 4.0 1997.0823 3.0 1997.0966 6.0 1997.1109 4.0 1997.1252 4.0 1997.1395 5.0 1997.1538 1.0 1997.1681 4.0 1997.1824 3.0 1997.1966 4.0 1997.2109 10.0 1997.2252 7.0 1997.2395 6.0 1997.2538 5.0 1997.2681 7.0 1997.2824 6.0 1997.2967 4.0 1997.3109 4.0 1997.3252 4.0 1997.3538 4.0 1997.3824 3.0 1997.3967 1.0 1997.411 1.0 1997.4252 3.0 1997.4824 1.0 1997.4967 1.0 1997.511 5.0 1997.5253 1.0 1997.5538 3.0 1997.5681 2.0 1997.5824 1.0 1997.5967 2.0 1997.611 2.0 1997.6253 15.0 1997.6396 11.0 1997.6539 7.0 1997.6681 8.0 1997.6824 10.0 1997.6967 9.0 1997.711 10.0 1997.7253 2.0 1997.7396 4.0 1997.7539 1.0 1997.7682 6.0 1997.7825 4.0 1997.7967 3.0 1997.811 2.0 1997.8253 4.0 1997.8396 3.0 1997.8539 2.0 1997.8682 5.0 1997.8825 3.0 1997.9111 2.0 1997.9253 3.0 1997.9396 2.0 1997.9539 4.0 1997.9682 3.0 1997.9825 6.0 1997.9968 3.0 1998.0111 11.0 1998.0254 14.0 1998.0397 3.0 1998.054 5.0 1998.0682 7.0 1998.0825 1.0 1998.0968 5.0 1998.1111 7.0 1998.1254 9.0 1998.1397 6.0 1998.154 4.0 1998.1683 6.0 1998.1826 5.0 1998.1969 10.0 1998.2112 7.0 1998.2254 1.0 1998.2397 4.0 1998.254 4.0 1998.2683 2.0 1998.2826 2.0 1998.2969 4.0 1998.3112 6.0 1998.3255 1.0 1998.3398 11.0 1998.3541 10.0 1998.3684 2.0 1998.3826 3.0 1998.3969 5.0 1998.4112 1.0 1998.4255 4.0 1998.4398 2.0 1998.4541 3.0 1998.4684 1.0 1998.4827 4.0 1998.497 3.0 1998.5113 3.0 1998.5256 1.0 1998.5398 2.0 1998.5541 3.0 1998.5684 1.0 1998.5827 3.0 1998.597 2.0 1998.6113 3.0 1998.6256 1.0 1998.6399 3.0 1998.6542 4.0 1998.6685 5.0 1998.6828 1.0 1998.6971 6.0 1998.7114 4.0 1998.7256 5.0 1998.7399 2.0 1998.7542 6.0 1998.7685 4.0 1998.7828 10.0 1998.7971 2.0 1998.8114 2.0 1998.8257 5.0 1998.84 5.0 1998.8543 7.0 1998.8829 3.0 1998.8972 10.0 1998.9115 10.0 1998.9257 5.0 1998.94 4.0 1998.9543 5.0 1998.9686 8.0 1998.9829 7.0 1998.9972 5.0 1999.0115 3.0 1999.0258 1.0 1999.0401 2.0 1999.0544 5.0 1999.0687 10.0 1999.083 5.0 1999.0973 2.0 1999.1116 3.0 1999.1259 4.0 1999.1402 11.0 1999.1544 5.0 1999.1687 8.0 1999.183 4.0 1999.1973 5.0 1999.2116 2.0 1999.2259 1.0 1999.2402 2.0 1999.2545 2.0 1999.2688 1.0 1999.2831 4.0 1999.2974 4.0 1999.3117 2.0 1999.326 2.0 1999.3403 2.0 1999.3546 2.0 1999.3689 1.0 1999.3832 4.0 1999.3975 2.0 1999.4117 1.0 1999.426 5.0 1999.4403 1.0 1999.4546 1.0 1999.4689 4.0 1999.4832 6.0 1999.4975 4.0 1999.5118 4.0 1999.5404 3.0 1999.5547 2.0 1999.569 10.0 1999.5833 2.0 1999.5976 1.0 1999.6119 2.0 1999.6262 5.0 1999.6405 8.0 1999.6548 8.0 1999.6691 5.0 1999.6834 8.0 1999.6977 7.0 1999.712 5.0 1999.7263 3.0 1999.7405 3.0 1999.7548 1.0 1999.7691 3.0 1999.7834 1.0 1999.7977 8.0 1999.812 4.0 1999.8263 5.0 1999.8406 2.0 1999.8549 5.0 1999.8692 1.0 1999.8835 6.0 1999.8978 3.0 1999.9121 1.0 1999.9407 3.0 1999.955 4.0 1999.9693 4.0 1999.9836 3.0 1999.9979 4.0 2000.0122 6.0 2000.0408 3.0 2000.0551 6.0 2000.0694 4.0 2000.098 2.0 2000.1123 4.0 2000.1266 2.0 2000.1409 2.0 2000.1552 2.0 2000.1695 2.0 2000.1838 1.0 2000.1981 1.0 2000.2123 1.0 2000.2266 2.0 2000.2409 7.0 2000.2552 6.0 2000.2695 4.0 2000.2838 8.0 2000.2981 4.0 2000.3124 3.0 2000.341 2.0 2000.3553 5.0 2000.3696 6.0 2000.3839 6.0 2000.3982 9.0 2000.4268 6.0 2000.4411 5.0 2000.4554 3.0 2000.4697 3.0 2000.484 12.0 2000.4983 10.0 2000.5126 5.0 2000.5269 4.0 2000.5412 7.0 2000.5555 10.0 2000.5698 3.0 2000.5841 3.0 2000.5984 2.0 2000.6127 1.0 2000.627 2.0 2000.6413 3.0 2000.6699 3.0 2000.6842 3.0 2000.6985 6.0 2000.7128 2.0 2000.7271 4.0 2000.7414 4.0 2000.7557 2.0 2000.7843 10.0 2000.7986 7.0 2000.8129 2.0 2000.8272 9.0 2000.8415 1.0 2000.8558 1.0 2000.8701 6.0 2000.8844 4.0 2000.8987 2.0 2000.913 4.0 2000.9416 2.0 2000.9559 6.0 2000.9702 4.0 2000.9845 6.0 2000.9988 1.0 2001.0131 2.0 2001.0274 9.0 2001.0417 10.0 2001.056 5.0 2001.0703 1.0 2001.0846 1.0 2001.0989 5.0 2001.1132 11.0 2001.1275 4.0 2001.1418 5.0 2001.1561 1.0 2001.1704 2.0 2001.1847 1.0 2001.199 8.0 2001.2276 2.0 2001.2562 2.0 2001.2705 2.0 2001.2991 1.0 2001.3134 4.0 2001.3277 2.0 2001.3563 5.0 2001.3706 3.0 2001.3849 2.0 2001.3993 3.0 2001.4136 1.0 2001.4279 1.0 2001.4422 3.0 2001.4565 1.0 2001.4851 5.0 2001.4994 6.0 2001.5137 3.0 2001.528 4.0 2001.5423 4.0 2001.5566 3.0 2001.5709 3.0 2001.5852 6.0 2001.5995 2.0 2001.6138 5.0 2001.6281 2.0 2001.6424 2.0 2001.6567 1.0 2001.671 3.0 2001.6853 5.0 2001.6996 1.0 2001.7139 3.0 2001.7282 2.0 2001.7425 9.0 2001.7568 5.0 2001.7711 6.0 2001.7854 1.0 2001.7997 4.0 2001.8283 2.0 2001.8426 3.0 2001.8569 3.0 2001.8713 7.0 2001.8856 8.0 2001.8999 5.0 2001.9142 7.0 2001.9285 12.0 2001.9428 7.0 2001.9571 6.0 2001.9714 3.0 2001.9857 9.0 2002.0 5.0 2002.0143 2.0 2002.0286 3.0 2002.0429 4.0 2002.0572 9.0 2002.0715 5.0 2002.0858 3.0 2002.1001 4.0 2002.1144 9.0 2002.1287 7.0 2002.143 8.0 2002.1573 3.0 2002.1716 3.0 2002.1859 2.0 2002.2003 5.0 2002.2146 2.0 2002.2289 4.0 2002.2432 1.0 2002.2718 3.0 2002.2861 7.0 2002.3004 1.0 2002.329 4.0 2002.3433 2.0 2002.3576 1.0 2002.3719 4.0 2002.3862 7.0 2002.4005 3.0 2002.4148 4.0 2002.4291 1.0 2002.4434 4.0 2002.4578 1.0 2002.4721 8.0 2002.4864 6.0 2002.5007 3.0 2002.515 2.0 2002.5293 2.0 2002.5436 8.0 2002.5579 4.0 2002.5722 6.0 2002.5865 5.0 2002.6008 2.0 2002.6151 1.0 2002.6294 3.0 2002.6437 3.0 2002.658 7.0 2002.6723 4.0 2002.701 3.0 2002.7153 1.0 2002.7296 2.0 2002.7439 8.0 2002.7582 7.0 2002.7725 3.0 2002.7868 4.0 2002.8011 4.0 2002.8154 7.0 2002.8297 6.0 2002.844 2.0 2002.8583 10.0 2002.8726 8.0 2002.887 7.0 2002.9013 5.0 2002.9156 6.0 2002.9299 2.0 2002.9442 8.0 2002.9585 11.0 2002.9728 9.0 2002.9871 4.0 2003.0014 5.0 2003.0157 7.0 2003.03 4.0 2003.0443 3.0 2003.0586 2.0 2003.073 3.0 2003.0873 5.0 2003.1302 1.0 2003.1445 5.0 2003.1588 8.0 2003.1731 2.0 2003.1874 4.0 2003.2017 1.0 2003.216 2.0 2003.2303 5.0 2003.2447 6.0 2003.259 6.0 2003.2733 2.0 2003.2876 7.0 2003.3019 4.0 2003.3162 5.0 2003.3305 1.0 2003.3448 7.0 2003.3591 9.0 2003.3734 11.0 2003.3877 1.0 2003.4307 2.0 2003.445 9.0 2003.4593 12.0 2003.4736 6.0 2003.4879 5.0 2003.5022 4.0 2003.5165 2.0 2003.5452 2.0 2003.5595 4.0 2003.5738 12.0 2003.5881 4.0 2003.6024 2.0 2003.6167 6.0 2003.631 5.0 2003.6453 2.0 2003.6596 1.0 2003.6739 5.0 2003.6883 3.0 2003.7026 2.0 2003.7169 1.0 2003.7312 2.0 2003.7455 9.0 2003.7598 2.0 2003.7884 3.0 2003.8171 4.0 2003.8457 2.0 2003.86 5.0 2003.8886 3.0 2003.9029 2.0 2003.9172 3.0 2003.9315 6.0 2003.9459 5.0 2003.9602 5.0 2003.9745 2.0 2003.9888 3.0 2004.0031 11.0 2004.0174 4.0 2004.0317 9.0 2004.046 1.0 2004.0603 4.0 2004.0747 3.0 2004.089 5.0 2004.1033 1.0 2004.1176 7.0 2004.1319 4.0 2004.1462 7.0 2004.1748 1.0 2004.1892 1.0 2004.2035 4.0 2004.2178 6.0 2004.2321 13.0 2004.2464 1.0 2004.2607 2.0 2004.275 1.0 2004.2893 5.0 2004.3037 3.0 2004.318 7.0 2004.3323 3.0 2004.3466 3.0 2004.3609 6.0 2004.3752 2.0 2004.3895 3.0 2004.4038 7.0 2004.4182 3.0 2004.4325 4.0 2004.4468 3.0 2004.4611 2.0 2004.4754 3.0 2004.4897 7.0 2004.504 9.0 2004.5183 5.0 2004.5327 1.0 2004.547 1.0 2004.5613 3.0 2004.5756 6.0 2004.5899 2.0 2004.6042 3.0 2004.6185 1.0 2004.6472 7.0 2004.6615 6.0 2004.6758 3.0 2004.6901 2.0 2004.7044 2.0 2004.7187 4.0 2004.7331 4.0 2004.7474 5.0 2004.7617 2.0 2004.776 1.0 2004.7903 4.0 2004.8046 1.0 2004.8189 1.0 2004.8476 5.0 2004.8619 7.0 2004.8762 12.0 2004.8905 4.0 2004.9048 7.0 2004.9191 11.0 2004.9335 18.0 2004.9478 9.0 2004.9621 9.0 2004.9764 3.0 2004.9907 3.0 2005.005 4.0 2005.0193 3.0 2005.0337 1.0 2005.048 1.0 2005.0623 2.0 2005.0766 1.0 2005.0909 3.0 2005.1052 8.0 2005.1196 5.0 2005.1339 6.0 2005.1625 5.0 2005.1768 9.0 2005.1911 6.0 2005.2054 2.0 2005.2198 2.0 2005.2341 5.0 2005.2484 2.0 2005.277 4.0 2005.2913 6.0 2005.3057 3.0 2005.32 9.0 2005.3343 11.0 2005.3486 8.0 2005.3629 4.0 2005.3772 12.0 2005.3916 3.0 2005.4059 4.0 2005.4202 4.0 2005.4345 3.0 2005.4488 2.0 2005.4631 4.0 2005.4775 8.0 2005.4918 4.0 2005.5061 5.0 2005.5204 3.0 2005.5347 2.0 2005.549 3.0 2005.5634 1.0 2005.5777 2.0 2005.592 1.0 2005.6063 7.0 2005.6206 4.0 2005.6349 3.0 2005.6493 1.0 2005.6636 2.0 2005.6779 3.0 2005.7065 1.0 2005.7209 5.0 2005.7352 8.0 2005.7495 3.0 2005.7638 1.0 2005.7781 5.0 2005.7924 3.0 2005.8068 2.0 2005.8211 6.0 2005.8354 3.0 2005.8497 2.0 2005.864 1.0 2005.8927 4.0 2005.907 2.0 2005.9213 4.0 2005.9356 2.0 2005.9499 4.0 2005.9786 7.0 2005.9929 3.0 2006.0072 2.0 2006.0215 6.0 2006.0359 5.0 2006.0502 4.0 2006.0645 13.0 2006.0788 5.0 2006.0931 4.0 2006.1218 2.0 2006.1361 5.0 2006.1504 4.0 2006.1647 4.0 2006.179 7.0 2006.1934 8.0 2006.2077 3.0 2006.222 3.0 2006.2363 10.0 2006.2506 4.0 2006.265 1.0 2006.2793 2.0 2006.2936 6.0 2006.3079 6.0 2006.3222 3.0 2006.3366 1.0 2006.3509 1.0 2006.3652 3.0 2006.3795 13.0 2006.3938 18.0 2006.4082 8.0 2006.4225 5.0 2006.4368 6.0 2006.4511 6.0 2006.4654 3.0 2006.4798 6.0 2006.4941 3.0 2006.5084 4.0 2006.5227 10.0 2006.537 2.0 2006.5514 3.0 2006.5657 4.0 2006.58 1.0 2006.5943 6.0 2006.6087 4.0 2006.623 7.0 2006.6373 9.0 2006.6516 2.0 2006.6659 8.0 2006.6803 8.0 2006.6946 3.0 2006.7089 6.0 2006.7232 2.0 2006.7375 2.0 2006.7519 12.0 2006.7662 6.0 2006.7805 1.0 2006.7948 3.0 2006.8091 3.0 2006.8235 2.0 2006.8378 4.0 2006.8521 2.0 2006.8664 7.0 2006.8808 1.0 2006.8951 3.0 2006.9094 5.0 2006.9237 2.0 2006.938 1.0 2006.9524 4.0 2006.9667 5.0 2006.981 5.0 2006.9953 7.0 2007.0097 11.0 2007.024 7.0 2007.0383 2.0 2007.0526 5.0 2007.0669 5.0 2007.0813 1.0 2007.0956 4.0 2007.1099 1.0 2007.1242 2.0 2007.1386 1.0 2007.1529 1.0 2007.1672 5.0 2007.1815 4.0 2007.1959 5.0 2007.2102 1.0 2007.2245 3.0 2007.2388 1.0 2007.2531 4.0 2007.2675 11.0 2007.2818 8.0 2007.2961 4.0 2007.3104 5.0 2007.3248 7.0 2007.3391 5.0 2007.3534 20.0 2007.3677 19.0 2007.3821 5.0 2007.3964 7.0 2007.4107 3.0 2007.425 1.0 2007.4394 3.0 2007.4537 1.0 2007.468 4.0 2007.4823 2.0 2007.4966 3.0 2007.511 4.0 2007.5253 5.0 2007.5396 2.0 2007.5539 2.0 2007.5683 1.0 2007.5826 4.0 2007.5969 4.0 2007.6112 1.0 2007.6256 2.0 2007.6399 7.0 2007.6542 2.0 2007.6685 4.0 2007.6972 2.0 2007.7115 1.0 2007.7258 10.0 2007.7402 7.0 2007.7545 8.0 2007.7688 7.0 2007.7831 5.0 2007.7975 6.0 2007.8118 1.0 2007.8261 10.0 2007.8404 4.0 2007.8548 5.0 2007.8691 5.0 2007.8834 2.0 2007.8977 3.0 2007.9121 3.0 2007.9264 5.0 2007.9407 3.0 2007.955 6.0 2007.9694 6.0 2007.9837 3.0 2007.998 7.0 2008.0123 2.0 2008.0267 5.0 2008.041 9.0 2008.0553 1.0 2008.0697 2.0 2008.084 5.0 2008.127 2.0 2008.1413 2.0 2008.1699 3.0 2008.1843 3.0 2008.1986 2.0 2008.2272 1.0 2008.2416 2.0 2008.2559 2.0 2008.2702 5.0 2008.2846 1.0 2008.2989 3.0 2008.3132 6.0 2008.3275 2.0 2008.3419 2.0 2008.3705 3.0 2008.3848 2.0 2008.3992 4.0 2008.4135 1.0 2008.4278 2.0 2008.4422 3.0 2008.4565 2.0 2008.4708 4.0 2008.4851 6.0 2008.4995 4.0 2008.5138 2.0 2008.5281 4.0 2008.5424 2.0 2008.5568 2.0 2008.5711 2.0 2008.5854 3.0 2008.5998 3.0 2008.6141 1.0 2008.6284 6.0 2008.6427 4.0 2008.6571 5.0 2008.6714 7.0 2008.6857 3.0 2008.7001 2.0 2008.7144 5.0 2008.7287 1.0 2008.743 3.0 2008.7574 6.0 2008.7717 5.0 2008.786 3.0 2008.8004 4.0 2008.829 1.0 2008.8433 2.0 2008.8577 7.0 2008.872 4.0 2008.8863 5.0 2008.9007 3.0 2008.915 6.0 2008.9293 14.0 2008.9436 2.0 2008.958 1.0 2008.9723 3.0 2008.9866 6.0 2009.001 2.0 2009.0153 2.0 2009.0296 1.0 2009.044 5.0 2009.0583 12.0 2009.0726 6.0 2009.0869 7.0 2009.1013 4.0 2009.1156 2.0 2009.1299 1.0 2009.1443 4.0 2009.1586 2.0 2009.1729 5.0 2009.1873 5.0 2009.2016 4.0 2009.2159 5.0 2009.2302 10.0 2009.2446 9.0 2009.2589 7.0 2009.2732 13.0 2009.2876 3.0 2009.3019 4.0 2009.3162 9.0 2009.3306 2.0 2009.3449 4.0 2009.3592 7.0 2009.3735 14.0 2009.3879 7.0 2009.4022 5.0 2009.4165 8.0 2009.4309 8.0 2009.4452 7.0 2009.4595 4.0 2009.4739 4.0 2009.4882 1.0 2009.5025 2.0 2009.5169 5.0 2009.5312 4.0 2009.5455 5.0 2009.5599 5.0 2009.5742 1.0 2009.5885 2.0 2009.6028 1.0 2009.6172 2.0 2009.6458 2.0 2009.6602 2.0 2009.6745 5.0 2009.6888 8.0 2009.7032 4.0 2009.7175 3.0 2009.7318 6.0 2009.7462 7.0 2009.7605 6.0 2009.7748 1.0 2009.7892 5.0 2009.8035 2.0 2009.8178 9.0 2009.8322 7.0 2009.8465 10.0 2009.8608 5.0 2009.8752 4.0 2009.9038 4.0 2009.9182 8.0 2009.9325 6.0 2009.9468 5.0 2009.9612 1.0 2009.9755 5.0 2009.9898 7.0 2010.0042 1.0 2010.0185 5.0 2010.0328 1.0 2010.0472 4.0 2010.0615 7.0 2010.0758 1.0 2010.0902 8.0 2010.1045 4.0 2010.1188 7.0 2010.1332 3.0 2010.1475 3.0 2010.1618 2.0 2010.1762 4.0 2010.2048 3.0 2010.2192 4.0 2010.2335 1.0 2010.2622 7.0 2010.2765 11.0 2010.2908 5.0 2010.3052 3.0 2010.3195 1.0 2010.3338 8.0 2010.3482 11.0 2010.3625 2.0 2010.3768 6.0 2010.3912 6.0 2010.4055 7.0 2010.4198 8.0 2010.4342 5.0 2010.4485 2.0 2010.4628 6.0 2010.4772 4.0 2010.4915 2.0 2010.5058 4.0 2010.5202 3.0 2010.5345 3.0 2010.5489 2.0 2010.5632 2.0 2010.5775 3.0 2010.5919 3.0 2010.6062 3.0 2010.6205 1.0 2010.6492 2.0 2010.6635 5.0 2010.6779 7.0 2010.6922 3.0 2010.7065 1.0 2010.7209 2.0 2010.7352 1.0 2010.7495 3.0 2010.7639 1.0 2010.7782 3.0 2010.7926 8.0 2010.8069 13.0 2010.8212 5.0 2010.8356 8.0 2010.8499 4.0 2010.8642 2.0 2010.8786 6.0 2010.8929 3.0 2010.9072 2.0 2010.9359 3.0 2010.9503 8.0 2010.9646 2.0 2010.9789 2.0 2010.9933 3.0 2011.0076 8.0 2011.0219 2.0 2011.0506 6.0 2011.0649 9.0 2011.0793 1.0 2011.0936 4.0 2011.1223 2.0 2011.1366 1.0 2011.151 7.0 2011.1653 2.0 2011.194 6.0 2011.2083 3.0 2011.2227 2.0 2011.237 3.0 2011.2513 1.0 2011.2657 7.0 2011.28 10.0 2011.2943 6.0 2011.3087 3.0 2011.323 6.0 2011.3374 8.0 2011.3517 10.0 2011.366 6.0 2011.3804 8.0 2011.3947 3.0 2011.409 3.0 2011.4234 4.0 2011.4377 2.0 2011.4521 2.0 2011.4664 1.0 2011.4807 1.0 2011.5094 4.0 2011.5238 1.0 2011.5381 7.0 2011.5524 3.0 2011.5668 2.0 2011.5811 5.0 2011.5955 3.0 2011.6098 4.0 2011.6241 2.0 2011.6528 3.0 2011.6671 5.0 2011.6815 4.0 2011.6958 3.0 2011.7102 2.0 2011.7245 4.0 2011.7388 4.0 2011.7532 2.0 2011.7675 1.0 2011.7819 2.0 2011.7962 3.0 2011.8105 2.0 2011.8249 4.0 2011.8392 8.0 2011.8536 5.0 2011.8679 4.0 2011.8822 4.0 2011.9109 2.0 2011.9253 9.0 2011.9396 7.0 2011.9539 3.0 2011.9683 4.0 2011.9826 13.0 2011.997 21.0 2012.0113 12.0 2012.0256 3.0 2012.04 3.0 2012.0543 1.0 2012.0687 4.0 2012.083 14.0 2012.0973 6.0 2012.1117 9.0 2012.1547 6.0 2012.169 1.0 2012.1834 2.0 2012.1977 6.0 2012.2121 2.0 2012.2264 4.0 2012.2408 1.0 2012.2551 1.0 2012.2694 1.0 2012.2838 6.0 2012.2981 1.0 2012.3125 4.0 2012.3268 3.0 2012.3411 6.0 2012.3555 5.0 2012.3698 5.0 2012.3842 7.0 2012.3985 9.0 2012.4128 7.0 2012.4272 1.0 2012.4415 4.0 2012.4559 7.0 2012.4702 6.0 2012.4846 4.0 2012.4989 2.0 2012.5132 6.0 2012.5276 7.0 2012.5419 4.0 2012.5563 1.0 2012.5706 1.0 2012.585 4.0 2012.5993 4.0 2012.6136 3.0 2012.628 3.0 2012.6423 2.0 2012.6567 4.0 2012.671 3.0 2012.6854 8.0 2012.6997 5.0 2012.714 5.0 2012.7284 2.0 2012.7427 3.0 2012.7571 2.0 2012.7714 2.0 2012.7858 2.0 2012.8001 2.0 2012.8144 2.0 2012.8288 4.0 2012.8431 5.0 2012.8575 5.0 2012.8718 7.0 2012.8862 2.0 2012.9005 5.0 2012.9148 4.0 2012.9292 2.0 2012.9435 3.0 2012.9579 3.0 2012.9722 2.0 2012.9866 4.0 2013.0009 3.0 2013.0152 12.0 2013.0296 5.0 2013.0439 4.0 2013.0583 8.0 2013.0726 8.0 2013.087 8.0 2013.1013 4.0 2013.1157 2.0 2013.13 2.0 2013.1443 4.0 2013.173 1.0 2013.1874 1.0 2013.2161 2.0 2013.2304 2.0 2013.2448 6.0 2013.2591 7.0 2013.2734 4.0 2013.2878 1.0 2013.3021 5.0 2013.3165 7.0 2013.3308 2.0 2013.3452 6.0 2013.3595 7.0 2013.3739 6.0 2013.3882 2.0 2013.4026 3.0 2013.4169 2.0 2013.4312 7.0 2013.4599 2.0 2013.4743 1.0 2013.4886 1.0 2013.503 3.0 2013.5173 6.0 2013.5317 3.0 2013.546 2.0 2013.5604 2.0 2013.5747 5.0 2013.589 5.0 2013.6034 3.0 2013.6177 2.0 2013.6321 3.0 2013.6464 1.0 2013.6608 3.0 2013.6751 1.0 2013.6895 1.0 2013.7038 1.0 2013.7182 3.0 2013.7325 1.0 2013.7469 2.0 2013.7612 2.0 2013.7756 6.0 2013.7899 8.0 2013.8042 5.0 2013.8186 1.0 2013.8329 1.0 2013.8473 3.0 2013.8616 6.0 2013.876 4.0 2013.8903 4.0 2013.9047 14.0 2013.919 6.0 2013.9334 5.0 2013.9477 3.0 2013.9621 5.0 2013.9764 4.0 2013.9908 8.0 2014.0051 4.0 2014.0195 2.0 2014.0338 12.0 2014.0481 17.0 2014.0625 13.0 2014.0768 7.0 2014.0912 3.0 2014.1199 1.0 2014.1342 2.0 2014.1486 1.0 2014.1629 2.0 2014.1773 3.0 2014.1916 14.0 2014.206 7.0 2014.2203 5.0 2014.2347 3.0 2014.249 10.0 2014.2634 3.0 2014.2777 7.0 2014.2921 11.0 2014.3064 9.0 2014.3208 2.0 2014.3495 1.0 2014.3638 1.0 2014.3782 5.0 2014.3925 5.0 2014.4212 2.0 2014.4356 3.0 2014.4499 1.0 2014.4643 6.0 2014.4786 5.0 2014.4929 6.0 2014.5073 2.0 2014.5216 3.0 2014.536 2.0 2014.5503 4.0 2014.5647 3.0 2014.579 1.0 2014.5934 3.0 2014.6077 2.0 2014.6221 4.0 2014.6364 5.0 2014.6508 3.0 2014.6651 2.0 2014.6795 4.0 2014.6938 2.0 2014.7082 4.0 2014.7225 4.0 2014.7369 2.0 2014.7512 2.0 2014.7656 1.0 2014.7799 2.0 2014.7943 4.0 2014.8086 10.0 2014.823 2.0 2014.8373 2.0 2014.8517 4.0 2014.866 3.0 2014.8804 7.0 2014.8947 7.0 2014.9091 7.0 2014.9234 5.0 2014.9378 10.0 2014.9522 11.0 2014.9665 4.0 2014.9809 5.0 2014.9952 3.0 2015.0096 3.0 2015.0239 2.0 2015.0383 4.0 2015.0526 3.0 2015.067 5.0 2015.0813 2.0 2015.0957 6.0 2015.11 3.0 2015.1244 7.0 2015.1387 6.0 2015.1531 7.0 2015.1674 7.0 2015.1818 5.0 2015.1961 7.0 2015.2105 2.0 2015.2248 2.0 2015.2392 5.0 2015.2535 6.0 2015.2679 8.0 2015.2822 2.0 2015.3109 6.0 2015.3253 4.0 2015.3396 1.0 2015.354 4.0 2015.3683 3.0 2015.3827 4.0 2015.3971 1.0 2015.4114 2.0 2015.4258 2.0 2015.4545 5.0 2015.4688 4.0 2015.4832 2.0 2015.4975 1.0 2015.5119 4.0 2015.5262 1.0 2015.5549 5.0 2015.5693 1.0 2015.5836 3.0 2015.598 2.0 2015.6123 3.0 2015.6267 2.0 2015.6411 1.0 2015.6554 1.0 2015.6698 2.0 2015.6841 1.0 2015.6985 4.0 2015.7128 1.0 2015.7272 1.0 2015.7415 5.0 2015.7559 2.0 2015.7702 3.0 2015.7846 3.0 2015.7989 2.0 2015.8133 5.0 2015.8277 5.0 2015.842 3.0 2015.8707 5.0 2015.8851 2.0 2015.8994 2.0 2015.9138 6.0 2015.9281 6.0 2015.9425 4.0 2015.9568 4.0 2015.9856 2.0 2015.9999 3.0 2016.0143 1.0 2016.0286 4.0 2016.043 7.0 2016.0573 1.0 2016.0717 3.0 2016.086 1.0 2016.1004 2.0 2016.1435 1.0 2016.1578 4.0 2016.2009 2.0 2016.2152 3.0 2016.2296 6.0 2016.2439 11.0 2016.2583 5.0 2016.287 2.0 2016.3014 1.0 2016.3157 4.0 2016.3301 3.0 2016.3444 3.0 2016.3588 5.0 2016.3731 5.0 2016.3875 10.0 2016.4019 5.0 2016.4162 1.0 2016.4306 6.0 2016.4449 11.0 2016.4736 3.0 2016.488 2.0 2016.5023 5.0 2016.5167 1.0 2016.5311 6.0 2016.5454 5.0 2016.5598 3.0 2016.5741 3.0 2016.5885 5.0 2016.6028 1.0 2016.6172 3.0 2016.6316 9.0 2016.6459 3.0 2016.6603 7.0 2016.6746 8.0 2016.689 2.0 2016.7033 4.0 2016.7177 2.0 2016.7321 2.0 2016.7464 1.0 2016.7608 5.0 2016.7751 3.0 2016.7895 4.0 2016.8182 4.0 2016.8326 2.0 2016.8469 1.0 2016.8613 4.0 2016.8756 10.0 2016.89 8.0 2016.9044 4.0 2016.9187 2.0 2016.9331 1.0 2016.9474 3.0 2016.9618 1.0 2016.9761 4.0 2016.9905 7.0 2017.0049 3.0 2017.0192 2.0 2017.0336 4.0 2017.0479 6.0 2017.0623 6.0 2017.0766 2.0 2017.091 1.0 2017.1054 1.0 2017.1197 3.0 2017.1341 2.0 2017.1484 8.0 2017.1628 9.0 2017.1772 3.0 2017.1915 4.0 2017.2059 4.0 2017.2202 2.0 2017.2346 3.0 2017.249 1.0 2017.2633 3.0 2017.2777 3.0 2017.292 1.0 2017.3064 4.0 2017.3208 2.0 2017.3351 5.0 2017.3495 13.0 2017.3638 7.0 2017.3782 6.0 2017.3925 11.0 2017.4069 2.0 2017.4213 2.0 2017.4356 6.0 2017.45 6.0 2017.4643 2.0 2017.4787 2.0 2017.4931 7.0 2017.5074 4.0 2017.5218 5.0 2017.5361 1.0 2017.5505 3.0 2017.5649 1.0 2017.5792 3.0 2017.5936 19.0 2017.608 14.0 2017.6223 14.0 2017.6367 5.0 2017.651 5.0 2017.6654 3.0 2017.6798 7.0 2017.6941 4.0 2017.7085 5.0 2017.7228 7.0 2017.7372 11.0 2017.7516 1.0 2017.7659 6.0 2017.7803 7.0 2017.7946 1.0 2017.809 5.0 2017.8234 3.0 2017.8377 2.0 2017.8521 4.0 2017.8664 2.0 2017.8808 5.0 2017.8952 3.0 2017.9095 3.0 2017.9383 5.0 2017.9526 8.0 2017.967 1.0 2017.9957 7.0 2018.0101 8.0 2018.0244 3.0 2018.0388 10.0 2018.0531 6.0 2018.0675 3.0 2018.0819 2.0 2018.0962 4.0 2018.1106 4.0 2018.125 3.0 2018.1393 4.0 2018.1537 15.0 2018.168 14.0 2018.1824 7.0 2018.1968 8.0 2018.2111 11.0 2018.2255 5.0 2018.2399 1.0 2018.2542 3.0 2018.2686 2.0 2018.2829 2.0 2018.2973 4.0 2018.3117 7.0 2018.326 3.0 2018.3404 4.0 2018.3548 5.0 2018.3691 4.0 2018.3835 3.0 2018.3979 11.0 2018.4122 9.0 2018.4266 6.0 2018.4409 4.0 2018.4553 9.0 2018.4697 13.0 2018.484 12.0 2018.4984 9.0 2018.5128 6.0 2018.5271 1.0 2018.5415 4.0 2018.5559 1.0 2018.5702 1.0 2018.5846 1.0 2018.5989 4.0 2018.6133 2.0 2018.6277 1.0 2018.642 3.0 2018.6564 3.0 2018.6708 1.0 2018.6851 4.0 2018.6995 5.0 2018.7282 2.0 2018.7426 4.0 2018.757 8.0 2018.7713 5.0 2018.7857 1.0 2018.8 6.0 2018.8144 14.0 2018.8288 5.0 2018.8431 4.0 2018.8575 1.0 2018.8719 2.0 2018.8862 3.0 2018.9006 3.0 2018.915 4.0 2018.9293 4.0 2018.9437 4.0 2018.9581 7.0 2018.9724 2.0 2019.0012 1.0 2019.0155 3.0 2019.0299 8.0 2019.0443 10.0 2019.0586 7.0 2019.073 1.0 2019.0873 6.0 2019.1017 5.0 2019.1161 15.0 2019.1304 6.0 2019.1448 5.0 2019.1592 2.0 2019.1735 1.0 2019.1879 5.0 2019.2023 2.0 2019.2166 1.0 2019.231 3.0 2019.2454 3.0 2019.2597 2.0 2019.2741 3.0 2019.2885 5.0 2019.3028 2.0 2019.3172 5.0 2019.3316 4.0 2019.3459 1.0 2019.3747 6.0 2019.389 6.0 2019.4034 3.0 2019.4178 3.0 2019.4321 3.0 2019.4465 3.0 2019.4609 4.0 2019.4752 5.0 2019.4896 3.0 2019.504 4.0 2019.5183 10.0 2019.5327 5.0 2019.5471 5.0 2019.5758 3.0 2019.5902 5.0 2019.6045 2.0 2019.6189 1.0 2019.6333 6.0 2019.6477 1.0 2019.662 2.0 2019.6764 4.0 2019.6908 9.0 2019.7051 2.0 2019.7195 2.0 2019.7339 1.0 2019.7482 8.0 2019.7626 4.0 2019.777 4.0 2019.7913 10.0 2019.8057 5.0 2019.8201 4.0 2019.8344 9.0 2019.8488 1.0 2019.8632 3.0 2019.8775 3.0 2019.8919 7.0 2019.9063 1.0 2019.9206 6.0 2019.935 6.0 2019.9494 4.0 2019.9638 1.0 2019.9781 5.0 2019.9925 3.0 2020.0069 4.0 2020.0212 4.0 2020.0356 7.0 2020.05 3.0 2020.0643 4.0 2020.0787 1.0 2020.0931 2.0 2020.1074 8.0 2020.1218 4.0 2020.1362 4.0 2020.1649 2.0 2020.1793 3.0 2020.1937 2.0 2020.208 5.0 2020.2224 11.0 2020.2368 13.0 2020.2511 5.0 2020.2655 2.0 2020.2799 1.0 2020.2943 3.0 2020.3086 1.0 2020.323 2.0 2020.3374 2.0 2020.3517 4.0 2020.3661 4.0 2020.3805 3.0 2020.3948 2.0 2020.4092 3.0 2020.438 2.0 2020.4523 4.0 2020.4667 3.0 2020.4811 4.0 2020.4954 1.0 2020.5098 6.0 2020.5242 4.0 2020.5386 5.0 2020.5529 2.0 2020.5673 2.0 2020.5817 1.0 2020.596 2.0 2020.6104 3.0 2020.6248 6.0 2020.6392 11.0 2020.6535 7.0 2020.6679 2.0 2020.6823 3.0 2020.6966 2.0 2020.711 4.0 2020.7254 5.0 2020.7398 5.0 2020.7541 2.0 2020.7685 2.0 2020.7829 6.0 2020.7972 1.0 2020.8116 2.0 2020.826 3.0 2020.8404 1.0 2020.8547 3.0 2020.8691 3.0 2020.8835 3.0 2020.8978 6.0 2020.9122 3.0 2020.9266 3.0 2020.941 4.0 2020.9553 4.0 2020.9697 5.0 2020.9841 2.0 2020.9984 3.0 2021.0128 6.0 2021.0272 8.0 2021.0416 3.0 2021.0559 13.0 2021.0703 2.0 2021.0847 1.0 2021.0991 2.0 2021.1134 7.0 2021.1278 5.0 2021.1566 3.0 2021.1709 2.0 2021.1853 3.0 2021.1997 7.0 2021.214 2.0 2021.2284 7.0 2021.2428 5.0 2021.2572 2.0 2021.2715 6.0 2021.2859 1.0 2021.3003 2.0 2021.3147 5.0 2021.329 3.0 2021.3434 2.0 2021.3722 4.0 2021.3865 4.0 2021.4009 5.0 2021.4153 5.0 2021.4297 9.0 2021.444 7.0 2021.4584 6.0 2021.4728 1.0 2021.4871 2.0 2021.5015 2.0 2021.5159 10.0 2021.5303 5.0 2021.5446 4.0 2021.559 2.0 2021.5734 3.0 2021.5878 3.0 2021.6165 2.0 2021.6453 2.0 2021.6596 4.0 2021.674 5.0 2021.6884 1.0 2021.7028 6.0 2021.7171 2.0 2021.7315 1.0 2021.7459 1.0 2021.7603 6.0 2021.7746 2.0 2021.789 5.0 2021.8034 1.0 2021.8178 3.0 2021.8321 5.0 2021.8465 8.0 2021.8609 5.0 2021.8753 1.0 2021.8896 2.0 2021.904 2.0 2021.9184 2.0 2021.9328 2.0 2021.9472 7.0 2021.9615 4.0 2021.9759 1.0 2021.9903 7.0 2022.0047 5.0 2022.019 8.0 2022.0334 4.0 2022.0478 4.0 2022.0622 6.0 2022.0765 5.0 2022.0909 2.0 2022.1053 5.0 2022.1197 3.0 2022.1628 15.0 2022.1772 11.0 2022.1916 7.0 2022.2059 4.0 2022.2203 5.0 2022.2347 5.0 2022.2491 8.0 2022.2634 3.0 2022.2778 6.0 2022.2922 3.0 2022.3066 6.0 2022.3209 5.0 2022.3353 4.0 2022.3497 5.0 2022.3641 1.0 2022.3785 1.0 2022.4072 4.0 2022.4216 6.0 2022.436 6.0 2022.4503 2.0 2022.4647 2.0 2022.4791 2.0 2022.5079 3.0 2022.5222 1.0 2022.5366 1.0 2022.551 6.0 2022.5654 1.0 2022.5797 3.0 2022.5941 1.0 2022.6085 1.0 2022.6229 6.0 2022.6373 6.0 2022.6516 6.0 2022.666 4.0 2022.6804 2.0 2022.6948 2.0 2022.7092 1.0 2022.7235 7.0 2022.7379 4.0 2022.7523 3.0 2022.7667 3.0 2022.781 4.0 2022.7954 4.0 2022.8098 3.0 2022.8242 1.0 2022.8529 4.0 2022.8673 3.0 2022.8817 4.0 2022.8961 2.0 2022.9105 2.0 2022.9248 2.0 2022.9392 3.0 2022.9536 5.0 2022.968 8.0 2022.9824 6.0 2022.9967 6.0 2023.0111 4.0 2023.0255 3.0 2023.0399 6.0 2023.0543 7.0 2023.0686 9.0 2023.1262 3.0 2023.1405 2.0 2023.1549 6.0 2023.1693 4.0 2023.1837 7.0 2023.1981 10.0 2023.2124 2.0 2023.2268 6.0 2023.2412 3.0 2023.2556 3.0 2023.27 7.0 2023.2843 8.0 2023.2987 7.0 2023.3131 6.0 2023.3275 2.0 2023.3419 7.0 2023.3562 8.0 2023.3706 2.0 2023.385 2.0 2023.3994 5.0 2023.4138 5.0 2023.4282 6.0 2023.4425 6.0 2023.4569 4.0 2023.4713 7.0 2023.4857 4.0 2023.5001 3.0 2023.5144 5.0 2023.5288 5.0 2023.5432 1.0 2023.5576 1.0 2023.572 9.0 2023.5864 8.0 2023.6007 10.0 2023.6151 4.0 2023.6295 3.0 2023.6439 2.0 2023.6726 4.0 2023.687 4.0 2023.7014 3.0 2023.7158 5.0 2023.7302 2.0 2023.7446 1.0 2023.7589 2.0 2023.7733 1.0 2023.7877 2.0 2023.8021 5.0 2023.8165 2.0 2023.8452 3.0 2023.8596 4.0 2023.874 8.0 2023.8884 10.0 2023.9028 4.0 2023.9171 4.0 2023.9315 1.0 2023.9459 2.0 2023.9603 6.0 2023.9891 1.0 2024.0034 4.0 2024.0178 4.0 2024.0322 4.0 2024.0466 1.0 2024.061 5.0 2024.0754 2.0 2024.0897 5.0 2024.1041 6.0 2024.1185 3.0 2024.1329 3.0 2024.1473 4.0 2024.1617 5.0 2024.1761 1.0 2024.1904 5.0 2024.2048 2.0 2024.2192 1.0 2024.2336 1.0 2024.248 4.0 2024.2624 2.0 2024.2767 2.0 2024.2911 4.0 2024.3055 2.0 2024.3199 3.0 2024.3343 2.0 2024.3487 3.0 2024.363 4.0 2024.3774 2.0 2024.3918 3.0 2024.4062 4.0 2024.4206 1.0 2024.435 2.0 2024.4494 1.0 2024.4637 5.0 2024.4781 3.0 2024.4925 1.0 2024.5069 2.0 2024.5213 6.0 2024.5357 3.0 2024.5501 12.0 2024.5644 1.0 2024.5788 5.0 2024.5932 1.0 2024.6076 7.0 2024.622 4.0 2024.6508 1.0 2024.6651 3.0 2024.6795 1.0 2024.6939 3.0 2024.7083 6.0 2024.7227 3.0 2024.7371 7.0 2024.7658 3.0 2024.7802 4.0 2024.7946 6.0 2024.809 5.0 2024.8234 5.0 2024.8378 5.0 2024.8522 2.0 2024.8809 8.0 2024.8953 9.0 2024.9097 4.0 2024.9241 9.0 2024.9385 9.0 2024.9672 2.0 2024.9816 6.0 2024.996 5.0 2025.0104 3.0 2025.0248 3.0 2025.0392 7.0 2025.0536 2.0 2025.068 2.0 2025.0823 10.0 2025.0967 7.0 2025.1111 1.0 2025.1255 6.0 2025.1399 4.0 2025.1543 2.0 2025.1687 3.0 2025.1831 5.0 2025.1974 3.0 2025.2118 4.0 2025.2262 4.0 2025.255 1.0 2025.2694 5.0 2025.2838 4.0 2025.3125 6.0 2025.3269 4.0 2025.3413 1.0 2025.3557 12.0 2025.3701 2.0 2025.3845 6.0 2025.3989 4.0 2025.4133 14.0 2025.4277 8.0 2025.442 12.0 2025.4564 7.0 2025.4708 1.0 2025.4852 9.0 2025.4996 14.0 2025.514 3.0 2025.5284 7.0 2025.5428 4.0 2025.5572 2.0 2025.5715 5.0 2025.5859 11.0 2025.6003 10.0 2025.6147 1.0 2025.6291 3.0 2025.6435 3.0 2025.6723 1.0 2025.6867 1.0 2025.701 3.0 2025.7154 3.0 2025.7298 5.0 2025.7442 2.0 2025.7586 2.0 2025.773 2.0 2025.8018 1.0 2025.8162 2.0 2025.8306 1.0 2025.8449 9.0 2025.8593 3.0 2025.8737 8.0 2025.8881 9.0 2025.9025 2.0 2025.9169 2.0 2025.9313 4.0 2025.9457 7.0 2025.9601 4.0 2025.9745 4.0 2026.0032 2.0 2026.0176 2.0 2026.032 4.0 2026.0464 1.0 2026.0752 6.0 2026.0896 2.0 2026.104 4.0 2026.1184 4.0 2026.1328 3.0 2026.1471 2.0 2026.1615 6.0 2026.1759 5.0 2026.1903 1.0 2026.2047 5.0 2026.2191 10.0 2026.2335 5.0 2026.2479 3.0 2026.2623 4.0 2026.2767 2.0 2026.2911 2.0 2026.3054 1.0 2026.3198 1.0 2026.3342 7.0 2026.3486 1.0 2026.363 6.0 2026.3774 2.0 2026.3918 2.0 2026.4062 14.0 2026.4206 13.0 2026.435 13.0 2026.4494 9.0 2026.4638 4.0 2026.4782 5.0 2026.4925 1.0 2026.5213 2.0 2026.5357 4.0 2026.5501 1.0 2026.5645 6.0 2026.5789 2.0 2026.5933 3.0 2026.6221 11.0 2026.6365 6.0 2026.6509 5.0 2026.6653 7.0 2026.6796 1.0 2026.694 1.0 2026.7084 3.0 2026.7228 4.0 2026.7372 5.0 2026.7516 6.0 2026.766 3.0 2026.7804 1.0 2026.7948 1.0 2026.8092 5.0 2026.8236 4.0 2026.838 2.0 2026.8668 2.0 2026.8812 4.0 2026.8955 3.0 2026.9099 5.0 2026.9243 6.0 2026.9387 14.0 2026.9531 3.0 2026.9675 2.0 2026.9819 5.0 2026.9963 5.0 2027.0107 1.0 2027.0251 5.0 2027.0395 8.0 2027.0539 3.0 2027.0683 6.0 2027.0827 4.0 2027.0971 1.0 2027.1259 1.0 2027.1402 3.0 2027.1546 2.0 2027.169 2.0 2027.1834 7.0 2027.1978 4.0 2027.2122 10.0 2027.2266 10.0 2027.241 13.0 2027.2554 5.0 2027.2698 6.0 2027.2842 4.0 2027.2986 2.0 2027.313 4.0 2027.3418 2.0 2027.3562 3.0 2027.3706 6.0 2027.385 4.0 2027.3994 11.0 2027.4138 4.0 2027.4281 4.0 2027.4425 4.0 2027.4569 4.0 2027.4713 2.0 2027.4857 10.0 2027.5001 11.0 2027.5145 7.0 2027.5289 2.0 2027.5433 3.0 2027.5577 3.0 2027.5721 11.0 2027.5865 4.0 2027.6009 5.0 2027.6153 1.0 2027.6297 4.0 2027.6441 3.0 2027.6585 5.0 2027.6729 4.0 2027.6873 2.0 2027.7017 6.0 2027.7161 2.0 2027.7305 7.0 2027.7449 1.0 2027.7593 4.0 2027.7737 5.0 2027.7881 4.0 2027.8025 2.0 2027.8169 4.0 2027.8312 2.0 2027.8456 3.0 2027.86 1.0 2027.8744 3.0 2027.8888 6.0 2027.9032 3.0 2027.9176 7.0 2027.932 3.0 2027.9464 2.0 2027.9608 1.0 2027.9752 5.0 2027.9896 7.0 2028.004 10.0 2028.0184 1.0 2028.0472 5.0 2028.0616 13.0 2028.076 10.0 2028.0904 8.0 2028.1048 2.0 2028.1192 4.0 2028.1336 5.0 2028.148 7.0 2028.1624 12.0 2028.1768 6.0 2028.1912 5.0 2028.2056 2.0 2028.22 2.0 2028.2344 1.0 2028.2488 5.0 2028.2632 5.0 2028.2776 6.0 2028.292 7.0 2028.3064 3.0 2028.3208 8.0 2028.3352 3.0 2028.3496 4.0 2028.364 4.0 2028.3784 2.0 2028.3928 1.0 2028.4072 2.0 2028.4216 1.0 2028.436 11.0 2028.4504 2.0 2028.4648 4.0 2028.4792 5.0 2028.4936 15.0 2028.508 13.0 2028.5224 7.0 2028.5368 2.0 2028.5512 6.0 2028.5656 5.0 2028.58 5.0 2028.5944 3.0 2028.6088 6.0 2028.6232 1.0 2028.6376 5.0 2028.652 6.0 2028.6664 4.0 2028.6808 4.0 2028.6952 6.0 2028.7096 3.0 2028.7384 3.0 2028.7528 4.0 2028.7672 6.0 2028.7816 4.0 2028.796 2.0 2028.8104 1.0 2028.8248 2.0 2028.8536 2.0 2028.868 3.0 2028.8824 6.0 2028.8968 9.0 2028.9112 5.0 2028.9256 4.0 2028.94 2.0 2028.9544 2.0 2028.9688 2.0 2028.9832 14.0 2028.9976 8.0 2029.012 4.0 2029.0408 3.0 2029.0552 3.0 2029.0696 6.0 2029.084 1.0 2029.0984 1.0 2029.1272 1.0 2029.1416 1.0 2029.156 4.0 2029.1704 5.0 2029.1848 11.0 2029.1992 6.0 2029.2136 6.0 2029.228 11.0 2029.2424 4.0 2029.2568 3.0 2029.2712 2.0 2029.2856 6.0 2029.3 5.0 2029.3144 4.0 2029.3288 10.0 2029.3432 10.0 2029.3576 11.0 2029.372 7.0 2029.3864 5.0 2029.4008 5.0 2029.4152 2.0 2029.4296 2.0 2029.444 5.0 2029.4584 8.0 2029.4728 7.0 2029.4873 10.0 2029.5017 7.0 2029.5161 3.0 2029.5305 14.0 2029.5449 13.0 2029.5593 5.0 2029.5737 4.0 2029.5881 3.0 2029.6025 3.0 2029.6169 5.0 2029.6313 9.0 2029.6457 4.0 2029.6601 2.0 2029.6745 1.0 2029.7033 2.0 2029.7177 1.0 2029.7321 1.0 2029.7465 4.0 2029.7753 3.0 2029.8185 2.0 2029.8329 1.0 2029.8473 3.0 2029.8617 2.0 2029.8762 3.0 2029.8906 2.0 2029.905 8.0 2029.9194 5.0 2029.9338 10.0 2029.9482 8.0 2029.9626 6.0 2029.977 2.0 2029.9914 3.0 2030.0058 3.0 2030.0202 5.0 2030.0346 2.0 2030.049 4.0 2030.0634 5.0 2030.0922 6.0 2030.1066 2.0 2030.121 6.0 2030.1354 1.0 2030.1498 3.0 2030.1643 2.0 2030.1787 3.0 2030.1931 12.0 2030.2075 3.0 2030.2219 4.0 2030.2363 5.0 2030.2507 2.0 2030.2651 6.0 2030.2795 1.0 2030.2939 6.0 2030.3083 4.0 2030.3227 4.0 2030.3371 3.0 2030.3659 10.0 2030.3803 2.0 2030.3947 7.0 2030.4092 3.0 2030.438 4.0 2030.4524 7.0 2030.4668 3.0 2030.4956 2.0 2030.51 4.0 2030.5244 6.0 2030.5388 8.0 2030.5532 8.0 2030.5676 9.0 2030.582 7.0 2030.5964 7.0 2030.6108 6.0 2030.6253 4.0 2030.6397 2.0 2030.6541 3.0 2030.6685 4.0 2030.6829 5.0 2030.6973 8.0 2030.7117 8.0 2030.7261 6.0 2030.7405 4.0 2030.7549 2.0 2030.7693 3.0 2030.7837 5.0 2030.7981 9.0 2030.8125 11.0 2030.827 2.0 2030.8414 4.0 2030.8558 5.0 2030.8702 4.0 2030.8846 1.0 2030.899 2.0 2030.9134 2.0 2030.9278 7.0 2030.9422 4.0 2030.9566 3.0 2030.971 2.0 2030.9854 1.0 2030.9999 3.0 2031.0143 4.0 2031.0287 2.0 2031.0431 2.0 2031.0575 2.0 2031.0719 1.0 2031.0863 1.0 2031.1007 8.0 2031.1151 7.0 2031.1295 2.0 2031.1439 1.0 2031.1583 2.0 2031.1728 4.0 2031.1872 2.0 2031.2016 10.0 2031.216 7.0 2031.2448 1.0 2031.2592 8.0 2031.2736 5.0 2031.288 5.0 2031.3024 1.0 2031.3168 2.0 2031.3313 1.0 2031.3457 2.0 2031.3601 11.0 2031.3745 4.0 2031.3889 3.0 2031.4033 3.0 2031.4321 7.0 2031.4609 8.0 2031.4754 9.0 2031.4898 2.0 2031.5042 2.0 2031.5186 3.0 2031.533 6.0 2031.5474 14.0 2031.5618 16.0 2031.5762 11.0 2031.5906 6.0 2031.6051 6.0 2031.6195 3.0 2031.6339 3.0 2031.6483 4.0 2031.6627 5.0 2031.6771 9.0 2031.6915 4.0 2031.7203 2.0 2031.7347 2.0 2031.7492 2.0 2031.7636 2.0 2031.778 4.0 2031.7924 3.0 2031.8068 2.0 2031.8212 1.0 2031.8356 4.0 2031.85 1.0 2031.8789 1.0 2031.8933 2.0 2031.9077 5.0 2031.9221 1.0 2031.9365 4.0 2031.9509 2.0 2031.9653 3.0 2031.9797 13.0 2031.9942 18.0 2032.0086 6.0 2032.023 5.0 2032.0374 3.0 2032.0518 1.0 2032.0662 2.0 2032.0806 3.0 2032.095 6.0 2032.1095 9.0 2032.1239 4.0 2032.1383 4.0 2032.1527 4.0 2032.1671 3.0 2032.1815 6.0 2032.1959 2.0 2032.2103 4.0 2032.2248 4.0 2032.2392 4.0 2032.2536 4.0 2032.268 2.0 2032.2824 2.0 2032.2968 2.0 2032.3112 2.0 2032.3256 3.0 2032.3401 1.0 2032.3545 8.0 2032.3689 3.0 2032.3833 3.0 2032.3977 2.0 2032.4121 7.0 2032.4265 10.0 2032.441 6.0 2032.4554 1.0 2032.4698 10.0 2032.4842 5.0 2032.4986 4.0 2032.5274 2.0 2032.5418 2.0 2032.5563 1.0 2032.5851 2.0 2032.5995 9.0 2032.6139 2.0 2032.6283 1.0 2032.6427 2.0 2032.6572 4.0 2032.6716 6.0 2032.686 5.0 2032.7004 3.0 2032.7148 1.0 2032.7292 4.0 2032.7436 2.0 2032.7725 3.0 2032.7869 4.0 2032.8157 7.0 2032.8301 6.0 2032.8446 4.0 2032.859 5.0 2032.8734 2.0 2032.8878 4.0 2032.9022 6.0 2032.9166 5.0 2032.931 5.0 2032.9455 3.0 2032.9599 9.0 2032.9743 5.0 2032.9887 5.0 2033.0031 8.0 2033.0175 14.0 2033.032 7.0 2033.0464 5.0 2033.0608 1.0 2033.0752 4.0 2033.0896 3.0 2033.104 4.0 2033.1184 2.0 2033.1329 6.0 2033.1473 3.0 2033.1617 5.0 2033.1761 2.0 2033.1905 5.0 2033.2049 2.0 2033.2194 1.0 2033.2338 2.0 2033.2482 2.0 2033.2626 1.0 2033.277 4.0 2033.2914 1.0 2033.3059 3.0 2033.3203 4.0 2033.3347 2.0 2033.3491 4.0 2033.3635 2.0 2033.3779 3.0 2033.4068 1.0 2033.4212 2.0 2033.4356 5.0 2033.45 4.0 2033.4644 1.0 2033.4789 10.0 2033.4933 2.0 2033.5077 6.0 2033.5365 2.0 2033.5509 6.0 2033.5654 5.0 2033.5798 2.0 2033.5942 2.0 2033.6086 3.0 2033.623 10.0 2033.6375 2.0 2033.6519 2.0 2033.6663 6.0 2033.6807 2.0 2033.6951 4.0 2033.724 2.0 2033.7384 7.0 2033.7528 2.0 2033.7816 6.0 2033.7961 4.0 2033.8105 5.0 2033.8249 3.0 2033.8393 5.0 2033.8537 6.0 2033.8681 3.0 2033.8826 2.0 2033.897 16.0 2033.9114 10.0 2033.9258 2.0 2033.9402 4.0 2033.9547 10.0 2033.9691 3.0 2033.9835 3.0 2033.9979 2.0 2034.0268 4.0 2034.0412 4.0 2034.0556 8.0 2034.07 6.0 2034.0844 2.0 2034.0989 2.0 2034.1133 1.0 2034.1277 3.0 2034.1421 9.0 2034.1565 6.0 2034.171 1.0 2034.1854 4.0 2034.1998 6.0 2034.2142 8.0 2034.2286 3.0 2034.243 1.0 2034.2575 8.0 2034.2719 6.0 2034.2863 3.0 2034.3007 3.0 2034.3152 2.0 2034.3296 8.0 2034.344 4.0 2034.3584 3.0 2034.3728 2.0 2034.3873 2.0 2034.4017 7.0 2034.4161 4.0 2034.4305 12.0 2034.4449 6.0 2034.4594 5.0 2034.4738 6.0 2034.4882 7.0 2034.5026 4.0 2034.517 3.0 2034.5315 1.0 2034.5459 4.0 2034.5603 6.0 2034.5747 1.0 2034.5891 1.0 2034.6036 8.0 2034.618 2.0 2034.6468 2.0 2034.6613 2.0 2034.6757 3.0 2034.6901 3.0 2034.7045 1.0 2034.7189 2.0 2034.7334 6.0 2034.7478 1.0 2034.7622 4.0 2034.7766 9.0 2034.791 8.0 2034.8055 4.0 2034.8199 7.0 2034.8343 4.0 2034.8487 6.0 2034.8632 3.0 2034.8776 1.0 2034.892 1.0 2034.9064 2.0 2034.9208 6.0 2034.9353 5.0 2034.9497 3.0 2034.9641 6.0 2034.9785 6.0 2034.993 3.0 2035.0074 7.0 2035.0218 4.0 2035.0362 7.0 2035.0507 6.0 2035.0651 10.0 2035.0795 14.0 2035.0939 5.0 2035.1083 5.0 2035.1372 3.0 2035.1516 7.0 2035.166 1.0 2035.1805 3.0 2035.1949 2.0 2035.2093 2.0 2035.2237 1.0 2035.2382 6.0 2035.2526 2.0 2035.267 6.0 2035.2814 9.0 2035.2958 9.0 2035.3103 2.0 2035.3247 6.0 2035.3391 1.0 2035.3535 5.0 2035.368 6.0 2035.3824 3.0 2035.3968 8.0 2035.4112 6.0 2035.4257 5.0 2035.4401 3.0 2035.4545 3.0 2035.4689 3.0 2035.4834 5.0 2035.4978 3.0 2035.5122 2.0 2035.5266 2.0 2035.5411 3.0 2035.5555 6.0 2035.5699 8.0 2035.5843 1.0 2035.5988 1.0 2035.6276 1.0 2035.642 3.0 2035.6565 2.0 2035.6709 1.0 2035.6853 2.0 2035.6997 7.0 2035.7286 1.0 2035.743 4.0 2035.7574 1.0 2035.7863 2.0 2035.8007 1.0 2035.8151 6.0 2035.8296 6.0 2035.844 3.0 2035.8584 1.0 2035.8728 1.0 2035.8873 4.0 2035.9017 6.0 2035.9161 5.0 2035.9305 2.0 2035.945 6.0 2035.9594 14.0 2035.9738 5.0 2035.9882 4.0 2036.0027 2.0 2036.0171 5.0 2036.0315 1.0 2036.046 6.0 2036.0748 4.0 2036.0892 4.0 2036.1181 4.0 2036.1325 1.0 2036.1469 6.0 2036.1614 10.0 2036.1758 5.0 2036.1902 9.0 2036.2046 4.0 2036.2191 1.0 2036.2335 1.0 2036.2479 7.0 2036.2624 4.0 2036.2768 2.0 2036.2912 1.0 2036.3056 3.0 2036.3201 2.0 2036.3489 2.0 2036.3633 7.0 2036.3778 8.0 2036.3922 2.0 2036.4066 3.0 2036.4211 1.0 2036.4355 4.0 2036.4499 7.0 2036.4643 7.0 2036.4788 3.0 2036.4932 6.0 2036.5076 3.0 2036.5221 3.0 2036.5365 4.0 2036.5509 2.0 2036.5653 3.0 2036.5798 2.0 2036.5942 1.0 2036.6086 5.0 2036.6231 1.0 2036.6375 5.0 2036.6519 7.0 2036.6663 2.0 2036.6808 3.0 2036.6952 2.0 2036.7096 4.0 2036.7241 6.0 2036.7385 3.0 2036.7529 3.0 2036.7818 1.0 2036.7962 1.0 2036.8251 3.0 2036.8395 7.0 2036.8539 3.0 2036.8683 2.0 2036.8828 3.0 2036.8972 2.0 2036.9116 3.0 2036.9261 4.0 2036.9405 3.0 2036.9549 3.0 2036.9694 5.0 2036.9838 1.0 2036.9982 3.0 2037.0126 2.0 2037.0271 5.0 2037.0415 6.0 2037.0559 6.0 2037.0704 8.0 2037.0848 5.0 2037.1137 13.0 2037.1281 12.0 2037.1425 9.0 2037.1569 9.0 2037.1714 3.0 2037.1858 6.0 2037.2002 10.0 2037.2147 4.0 2037.2291 2.0 2037.2435 1.0 2037.258 3.0 2037.2724 3.0 2037.2868 6.0 2037.3013 2.0 2037.3157 1.0 2037.3301 4.0 2037.3445 3.0 2037.359 7.0 2037.3734 8.0 2037.3878 1.0 2037.4023 3.0 2037.4167 2.0 2037.4311 4.0 2037.4456 6.0 2037.46 3.0 2037.4744 7.0 2037.4889 1.0 2037.5033 4.0 2037.5177 6.0 2037.5322 4.0 2037.5466 2.0 2037.561 4.0 2037.5754 2.0 2037.5899 1.0 2037.6043 3.0 2037.6187 6.0 2037.6332 2.0 2037.6476 4.0 2037.662 5.0 2037.7053 2.0 2037.7342 2.0 2037.7486 2.0 2037.7631 14.0 2037.7775 5.0 2037.7919 2.0 2037.8064 1.0 2037.8208 3.0 2037.8352 4.0 2037.8497 1.0 2037.8641 2.0 2037.8785 4.0 2037.893 4.0 2037.9218 3.0 2037.9363 4.0 2037.9507 2.0 2037.9651 5.0 2037.9796 12.0 2037.994 3.0 2038.0084 5.0 2038.0373 2.0 2038.0517 3.0 2038.0662 3.0 2038.0806 3.0 2038.095 7.0 2038.1095 4.0 2038.1239 6.0 2038.1383 8.0 2038.1528 4.0 2038.1816 4.0 2038.2105 1.0 2038.2394 8.0 2038.2538 7.0 2038.2682 3.0 2038.2827 1.0 2038.2971 3.0 2038.3115 2.0 2038.326 7.0 2038.3404 9.0 2038.3548 6.0 2038.3693 3.0 2038.3837 7.0 2038.3982 7.0 2038.4126 4.0 2038.427 5.0 2038.4415 5.0 2038.4559 6.0 2038.4703 3.0 2038.4848 1.0 2038.4992 10.0 2038.5136 1.0 2038.5281 3.0 2038.5425 1.0 2038.5569 3.0 2038.5714 6.0 2038.5858 1.0 2038.6002 3.0 2038.6291 5.0 2038.6436 5.0 2038.658 2.0 2038.6724 2.0 2038.6869 3.0 2038.7013 4.0 2038.7157 3.0 2038.7302 4.0 2038.759 6.0 2038.7735 6.0 2038.7879 1.0 2038.8023 7.0 2038.8168 7.0 2038.8312 2.0 2038.8457 2.0 2038.8601 4.0 2038.8745 5.0 2038.889 4.0 2038.9034 5.0 2038.9178 5.0 2038.9323 7.0 2038.9467 1.0 2038.9611 3.0 2038.9756 4.0 2038.99 6.0 2039.0045 4.0 2039.0189 3.0 2039.0333 5.0 2039.0478 3.0 2039.0622 6.0 2039.0766 4.0 2039.0911 4.0 2039.1055 8.0 2039.12 1.0 2039.1344 1.0 2039.1488 6.0 2039.1633 4.0 2039.1777 1.0 2039.1921 5.0 2039.2066 1.0 2039.221 3.0 2039.2355 8.0 2039.2499 3.0 2039.2643 2.0 2039.2788 2.0 2039.2932 4.0 2039.3076 2.0 2039.3221 6.0 2039.3365 5.0 2039.351 6.0 2039.3798 7.0 2039.3943 9.0 2039.4087 1.0 2039.4232 2.0 2039.4376 2.0 2039.452 11.0 2039.4665 11.0 2039.4809 5.0 2039.4953 1.0 2039.5098 3.0 2039.5242 4.0 2039.5531 4.0 2039.5675 7.0 2039.582 11.0 2039.5964 6.0 2039.6109 6.0 2039.6253 6.0 2039.6397 7.0 2039.6542 3.0 2039.6686 6.0 2039.6831 7.0 2039.6975 2.0 2039.7264 4.0 2039.7408 9.0 2039.7553 4.0 2039.7697 4.0 2039.7841 1.0 2039.7986 7.0 2039.813 4.0 2039.8275 3.0 2039.8419 9.0 2039.8563 6.0 2039.8708 2.0 2039.8852 1.0 2039.8997 4.0 2039.9141 4.0 2039.943 5.0 2039.9719 3.0 2039.9863 1.0 2040.0007 3.0 2040.0152 2.0 2040.0296 1.0 2040.0441 1.0 2040.0585 8.0 2040.0729 7.0 2040.0874 3.0 2040.1018 3.0 2040.1163 4.0 2040.1307 3.0 2040.1451 3.0 2040.1596 1.0 2040.174 6.0 2040.1885 8.0 2040.2029 3.0 2040.2174 2.0 2040.2318 1.0 2040.2462 13.0 2040.2607 9.0 2040.2751 1.0 2040.304 3.0 2040.3184 2.0 2040.3329 3.0 2040.3473 7.0 2040.3618 1.0 2040.3762 6.0 2040.3907 5.0 2040.4051 3.0 2040.4195 2.0 2040.4484 1.0 2040.4629 1.0 2040.4917 4.0 2040.5062 3.0 2040.5206 1.0 2040.5495 5.0 2040.564 3.0 2040.5784 2.0 2040.5928 3.0 2040.6073 8.0 2040.6217 2.0 2040.6362 1.0 2040.6506 1.0 2040.6651 3.0 2040.6795 1.0 2040.6939 3.0 2040.7084 6.0 2040.7228 13.0 2040.7373 2.0 2040.7517 3.0 2040.7662 1.0 2040.7806 4.0 2040.795 3.0 2040.8095 11.0 2040.8239 3.0 2040.8384 3.0 2040.8528 1.0 2040.8673 3.0 2040.8817 2.0 2040.8962 2.0 2040.9106 3.0 2040.925 1.0 2040.9395 2.0 2040.9539 1.0 2040.9684 3.0 2040.9828 6.0 2040.9973 1.0 2041.0117 9.0 2041.0261 11.0 2041.0406 10.0 2041.055 5.0 2041.0695 9.0 2041.0839 7.0 2041.0984 4.0 2041.1128 1.0 2041.1273 3.0 2041.1417 6.0 2041.1561 3.0 2041.1706 1.0 2041.185 10.0 2041.1995 11.0 2041.2139 12.0 2041.2284 6.0 2041.2428 7.0 2041.2573 1.0 2041.2717 2.0 2041.2862 2.0 2041.3006 4.0 2041.315 3.0 2041.3295 7.0 2041.3439 4.0 2041.3584 3.0 2041.3728 3.0 2041.3873 10.0 2041.4017 4.0 2041.4306 1.0 2041.4451 2.0 2041.4595 2.0 2041.4739 3.0 2041.4884 4.0 2041.5028 4.0 2041.5173 2.0 2041.5317 4.0 2041.5462 2.0 2041.5606 3.0 2041.5751 1.0 2041.5895 3.0 2041.604 10.0 2041.6184 6.0 2041.6329 1.0 2041.6617 3.0 2041.6762 1.0 2041.6906 2.0 2041.7051 5.0 2041.7195 9.0 2041.734 1.0 2041.7484 1.0 2041.7629 2.0 2041.7773 3.0 2041.8062 4.0 2041.8207 5.0 2041.8351 2.0 2041.8496 3.0 2041.864 6.0 2041.8784 4.0 2041.8929 1.0 2041.9073 4.0 2041.9362 6.0 2041.9651 2.0 2041.9796 5.0 2041.994 7.0 2042.0085 8.0 2042.0229 2.0 2042.0374 13.0 2042.0518 6.0 2042.0663 3.0 2042.0807 2.0 2042.0952 2.0 2042.1096 3.0 2042.1241 1.0 2042.1385 2.0 2042.153 3.0 2042.1674 3.0 2042.1819 3.0 2042.1963 4.0 2042.2107 5.0 2042.2541 1.0 2042.2685 4.0 2042.283 2.0 2042.2974 4.0 2042.3119 5.0 2042.3263 2.0 2042.3408 1.0 2042.3552 2.0 2042.3697 6.0 2042.3841 6.0 2042.3986 5.0 2042.413 3.0 2042.4275 3.0 2042.4419 3.0 2042.4564 4.0 2042.4708 5.0 2042.4853 6.0 2042.4997 6.0 2042.5142 7.0 2042.5286 3.0 2042.5431 5.0 2042.5575 3.0 2042.572 7.0 2042.5864 2.0 2042.6009 4.0 2042.6153 3.0 2042.6298 8.0 2042.6442 3.0 2042.6587 1.0 2042.6731 4.0 2042.6876 3.0 2042.702 9.0 2042.7165 2.0 2042.7309 6.0 2042.7454 1.0 2042.7598 4.0 2042.7743 4.0 2042.8032 5.0 2042.8176 2.0 2042.8321 12.0 2042.8465 10.0 2042.861 6.0 2042.8754 4.0 2042.8899 2.0 2042.9043 4.0 2042.9188 1.0 2042.9332 2.0 2042.9477 2.0 2042.9621 1.0 2042.9766 2.0 2042.991 7.0 2043.0055 5.0 2043.0199 2.0 2043.0344 2.0 2043.0488 2.0 2043.0633 2.0 2043.0777 4.0 2043.0922 6.0 2043.1067 6.0 2043.1211 1.0 2043.1356 5.0 2043.15 4.0 2043.1645 2.0 2043.1789 6.0 2043.1934 12.0 2043.2078 7.0 2043.2223 4.0 2043.2367 1.0 2043.2512 2.0 2043.2656 4.0 2043.2801 2.0 2043.2945 3.0 2043.3234 4.0 2043.3379 2.0 2043.3523 3.0 2043.3668 1.0 2043.3812 8.0 2043.3957 6.0 2043.4101 4.0 2043.4246 2.0 2043.4391 3.0 2043.4535 3.0 2043.468 3.0 2043.4824 3.0 2043.4969 2.0 2043.5113 1.0 2043.5258 2.0 2043.5402 2.0 2043.5547 1.0 2043.5691 2.0 2043.5836 3.0 2043.6125 2.0 2043.6269 1.0 2043.6559 2.0 2043.6703 7.0 2043.6848 4.0 2043.6992 3.0 2043.7137 1.0 2043.7281 2.0 2043.7426 2.0 2043.7715 9.0 2043.7859 5.0 2043.8004 2.0 2043.8148 6.0 2043.8582 4.0 2043.8727 2.0 2043.8871 10.0 2043.9016 7.0 2043.916 5.0 2043.9305 1.0 2043.9449 2.0 2043.9594 4.0 2043.9738 10.0 2043.9883 8.0 2044.0028 9.0 2044.0172 1.0 2044.0317 2.0 2044.0461 1.0 2044.0606 6.0 2044.075 5.0 2044.0895 1.0 2044.1039 2.0 2044.1184 1.0 2044.1328 4.0 2044.1473 7.0 2044.1618 5.0 2044.1762 2.0 2044.1907 6.0 2044.2051 3.0 2044.2196 3.0 2044.234 2.0 2044.2485 2.0 2044.2629 6.0 2044.2774 3.0 2044.2919 2.0 2044.3063 5.0 2044.3208 7.0 2044.3352 6.0 2044.3497 3.0 2044.3641 4.0 2044.3786 4.0 2044.3931 2.0 2044.4075 3.0 2044.422 3.0 2044.4364 2.0 2044.4509 1.0 2044.4653 1.0 2044.4798 1.0 2044.4942 3.0 2044.5087 7.0 2044.5232 3.0 2044.5376 4.0 2044.5521 11.0 2044.5665 7.0 2044.581 1.0 2044.5954 7.0 2044.6099 2.0 2044.6244 9.0 2044.6388 5.0 2044.6533 5.0 2044.6677 7.0 2044.6822 3.0 2044.6966 1.0 2044.7111 3.0 2044.7256 3.0 2044.74 1.0 2044.7545 2.0 2044.7689 2.0 2044.7834 6.0 2044.7978 2.0 2044.8123 4.0 2044.8268 1.0 2044.8412 2.0 2044.8557 3.0 2044.8701 4.0 2044.8846 1.0 2044.8991 2.0 2044.9135 2.0 2044.928 3.0 2044.9424 4.0 2044.9569 8.0 2044.9713 3.0 2044.9858 3.0 2045.0003 2.0 2045.0147 5.0 2045.0292 3.0 2045.0436 4.0 2045.0581 3.0 2045.0726 2.0 2045.087 12.0 2045.1015 2.0 2045.1159 3.0 2045.1304 3.0 2045.1448 6.0 2045.1593 5.0 2045.1738 1.0 2045.1882 6.0 2045.2027 2.0 2045.2171 3.0 2045.2316 1.0 2045.2461 8.0 2045.2605 3.0 2045.275 4.0 2045.2894 2.0 2045.3039 2.0 2045.3184 2.0 2045.3328 3.0 2045.3473 5.0 2045.3617 6.0 2045.3762 1.0 2045.3907 5.0 2045.4051 5.0 2045.4196 9.0 2045.434 5.0 2045.4485 7.0 2045.463 20.0 2045.4774 6.0 2045.4919 8.0 2045.5063 6.0 2045.5208 11.0 2045.5353 8.0 2045.5497 4.0 2045.5642 7.0 2045.5786 6.0 2045.5931 2.0 2045.6365 3.0 2045.6509 3.0 2045.6654 3.0 2045.6799 4.0 2045.6943 2.0 2045.7088 3.0 2045.7232 1.0 2045.7377 4.0 2045.7522 2.0 2045.7666 11.0 2045.7811 7.0 2045.7956 8.0 2045.81 3.0 2045.8245 2.0 2045.8389 4.0 2045.8534 5.0 2045.8679 2.0 2045.8968 3.0 2045.9112 1.0 2045.9257 7.0 2045.9402 5.0 2045.9546 11.0 2045.9691 7.0 2045.9836 1.0 2045.998 2.0 2046.0125 6.0 2046.0269 2.0 2046.0414 1.0 2046.0559 7.0 2046.0703 7.0 2046.0848 8.0 2046.0992 5.0 2046.1137 10.0 2046.1282 4.0 2046.1571 1.0 2046.1716 1.0 2046.186 4.0 2046.2005 3.0 2046.2149 1.0 2046.2294 7.0 2046.2439 4.0 2046.2583 3.0 2046.2728 1.0 2046.2873 6.0 2046.3017 1.0 2046.3162 7.0 2046.3307 3.0 2046.3451 3.0 2046.3596 4.0 2046.3885 4.0 2046.403 9.0 2046.4174 6.0 2046.4319 2.0 2046.4464 9.0 2046.4608 2.0 2046.4753 1.0 2046.4897 3.0 2046.5042 11.0 2046.5187 1.0 2046.5331 2.0 2046.5476 4.0 2046.5621 1.0 2046.5765 1.0 2046.591 2.0 2046.6055 4.0 2046.6199 1.0 2046.6344 3.0 2046.6489 3.0 2046.6633 7.0 2046.6922 3.0 2046.7212 4.0 2046.7356 1.0 2046.7501 1.0 2046.7646 3.0 2046.779 1.0 2046.7935 1.0 2046.808 5.0 2046.8224 2.0 2046.8369 1.0 2046.8514 1.0 2046.8658 3.0 2046.8803 4.0 2046.8948 1.0 2046.9092 3.0 2046.9237 1.0 2046.9381 1.0 2046.9526 2.0 2046.9671 5.0 2046.996 1.0 2047.0105 2.0 2047.0249 1.0 2047.0394 4.0 2047.0539 3.0 2047.0683 1.0 2047.0828 5.0 2047.0973 3.0 2047.1117 4.0 2047.1262 3.0 2047.1407 3.0 2047.1551 4.0 2047.1696 3.0 2047.1841 1.0 2047.1985 4.0 2047.213 4.0 2047.2275 5.0 2047.2419 4.0 2047.2564 4.0 2047.2709 10.0 2047.2853 3.0 2047.2998 3.0 2047.3143 5.0 2047.3287 7.0 2047.3432 6.0 2047.3577 1.0 2047.3721 1.0 2047.3866 1.0 2047.4011 4.0 2047.4155 5.0 2047.43 4.0 2047.4445 4.0 2047.4589 1.0 2047.4734 3.0 2047.4879 1.0 2047.5023 4.0 2047.5168 8.0 2047.5313 5.0 2047.5457 3.0 2047.5602 3.0 2047.5747 6.0 2047.5891 15.0 2047.6036 5.0 2047.6181 5.0 2047.6325 5.0 2047.6615 5.0 2047.6759 10.0 2047.6904 5.0 2047.7049 1.0 2047.7194 5.0 2047.7338 9.0 2047.7483 1.0 2047.7628 1.0 2047.7772 4.0 2047.7917 7.0 2047.8062 1.0 2047.8206 6.0 2047.8351 2.0 2047.8496 2.0 2047.864 4.0 2047.8785 6.0 2047.893 9.0 2047.9074 9.0 2047.9219 1.0 2047.9364 6.0 2047.9508 4.0 2047.9653 2.0 2047.9798 3.0 2047.9943 3.0 2048.0087 2.0 2048.0232 3.0 2048.0377 4.0 2048.0521 8.0 2048.0666 5.0 2048.0811 1.0 2048.0955 2.0 2048.11 3.0 2048.1245 8.0 2048.1389 2.0 2048.1534 6.0 2048.1679 3.0 2048.1824 1.0 2048.1968 2.0 2048.2258 8.0 2048.2402 5.0 2048.2547 4.0 2048.2692 2.0 2048.2836 2.0 2048.2981 2.0 2048.3126 1.0 2048.3271 4.0 2048.3415 5.0 2048.356 2.0 2048.3705 4.0 2048.3849 6.0 2048.3994 7.0 2048.4139 8.0 2048.4283 3.0 2048.4428 5.0 2048.4573 3.0 2048.4718 2.0 2048.4862 1.0 2048.5007 3.0 2048.5152 6.0 2048.5296 6.0 2048.5441 3.0 2048.5586 6.0 2048.5731 8.0 2048.5875 3.0 2048.602 2.0 2048.6165 3.0 2048.6309 3.0 2048.6454 11.0 2048.6599 5.0 2048.6744 3.0 2048.6888 2.0 2048.7033 3.0 2048.7178 1.0 2048.7322 8.0 2048.7467 8.0 2048.7612 4.0 2048.7757 2.0 2048.8046 1.0 2048.8191 1.0 2048.8335 1.0 2048.848 4.0 2048.8625 6.0 2048.877 3.0 2048.8914 4.0 2048.9059 4.0 2048.9204 2.0 2048.9349 5.0 2048.9493 1.0 2048.9638 2.0 2048.9783 4.0 2048.9927 2.0 2049.0072 5.0 2049.0217 4.0 2049.0362 6.0 2049.0506 1.0 2049.0651 1.0 2049.0796 2.0 2049.0941 2.0 2049.1085 7.0 2049.123 3.0 2049.1375 4.0 2049.1519 2.0 2049.1664 4.0 2049.1809 3.0 2049.1954 1.0 2049.2098 2.0 2049.2243 3.0 2049.2388 4.0 2049.2533 3.0 2049.2677 1.0 2049.2822 2.0 2049.2967 1.0 2049.3112 2.0 2049.3256 4.0 2049.3401 6.0 2049.3546 1.0 2049.369 5.0 2049.3835 5.0 2049.398 2.0 2049.4125 3.0 2049.4269 2.0 2049.4559 5.0 2049.4704 2.0 2049.4848 3.0 2049.4993 4.0 2049.5138 2.0 2049.5283 1.0 2049.5427 5.0 2049.5572 3.0 2049.5717 4.0 2049.5862 6.0 2049.6151 1.0 2049.6296 8.0 2049.6441 7.0 2049.6585 2.0 2049.673 4.0 2049.6875 6.0 2049.702 4.0 2049.7164 2.0 2049.7309 1.0 2049.7454 4.0 2049.7599 1.0 2049.7743 1.0 2049.7888 6.0 2049.8033 2.0 2049.8178 4.0 2049.8322 2.0 2049.8467 5.0 2049.8612 2.0 2049.8757 3.0 2049.8901 5.0 2049.9046 5.0 2049.9191 8.0 2049.9336 7.0 2049.948 5.0 2049.9625 5.0 2049.977 4.0 2049.9915 4.0 2050.006 3.0 2050.0204 4.0 2050.0349 4.0 2050.0494 2.0 2050.0639 5.0 2050.0783 1.0 2050.1073 1.0 2050.1218 3.0 2050.1362 5.0 2050.1507 4.0 2050.1652 5.0 2050.1797 9.0 2050.1941 4.0 2050.2086 2.0 2050.2231 5.0 2050.2376 7.0 2050.2521 2.0 2050.2665 5.0 2050.281 1.0 2050.31 1.0 2050.3244 3.0 2050.3389 7.0 2050.3534 3.0 2050.3679 3.0 2050.3824 2.0 2050.3968 1.0 2050.4113 9.0 2050.4258 3.0 2050.4403 2.0 2050.4692 5.0 2050.4837 6.0 2050.4982 4.0 2050.5127 2.0 2050.5271 2.0 2050.5416 2.0 2050.5706 5.0 2050.5995 4.0 2050.614 4.0 2050.6285 4.0 2050.643 3.0 2050.6574 2.0 2050.6719 2.0 2050.6864 1.0 2050.7009 2.0 2050.7154 3.0 2050.7298 2.0 2050.7443 2.0 2050.7588 4.0 2050.7733 3.0 2050.7877 5.0 2050.8022 4.0 2050.8167 2.0 2050.8312 1.0 2050.8457 1.0 2050.8601 3.0 2050.8746 1.0 2050.8891 3.0 2050.9036 6.0 2050.9181 9.0 2050.9325 9.0 2050.947 13.0 2050.9615 6.0 2050.9905 3.0 2051.0049 3.0 2051.0194 5.0 2051.0339 3.0 2051.0484 1.0 2051.0629 3.0 2051.0773 1.0 2051.0918 3.0 2051.1063 9.0 2051.1208 9.0 2051.1353 7.0 2051.1497 4.0 2051.1642 4.0 2051.1787 7.0 2051.1932 9.0 2051.2077 4.0 2051.2366 4.0 2051.2656 2.0 2051.2801 3.0 2051.2945 3.0 2051.309 3.0 2051.3235 5.0 2051.338 3.0 2051.3525 2.0 2051.3669 7.0 2051.3814 7.0 2051.3959 4.0 2051.4104 4.0 2051.4249 2.0 2051.4394 1.0 2051.4538 2.0 2051.4683 3.0 2051.4828 3.0 2051.5118 8.0 2051.5262 4.0 2051.5407 2.0 2051.5697 4.0 2051.5842 3.0 2051.5987 3.0 2051.6131 1.0 2051.6421 5.0 2051.6566 4.0 2051.6711 4.0 2051.6855 2.0 2051.7 6.0 2051.7145 3.0 2051.729 1.0 2051.7435 1.0 2051.758 6.0 2051.7724 5.0 2051.7869 1.0 2051.8014 5.0 2051.8159 2.0 2051.8304 3.0 2051.8449 6.0 2051.8593 1.0 2051.8738 3.0 2051.8883 7.0 2051.9028 8.0 2051.9173 6.0 2051.9317 2.0 2051.9462 3.0 2051.9607 2.0 2051.9752 2.0 2051.9897 3.0 2052.0042 5.0 2052.0331 6.0 2052.0476 5.0 2052.0621 4.0 2052.0766 7.0 2052.0911 4.0 2052.1055 2.0 2052.12 6.0 2052.1345 11.0 2052.149 3.0 2052.1635 4.0 2052.178 1.0 2052.1925 1.0 2052.2069 3.0 2052.2214 3.0 2052.2359 9.0 2052.2504 2.0 2052.2649 2.0 2052.2794 1.0 2052.2938 2.0 2052.3083 5.0 2052.3228 5.0 2052.3373 1.0 2052.3518 3.0 2052.3663 2.0 2052.3807 5.0 2052.3952 3.0 2052.4097 6.0 2052.4242 5.0 2052.4387 3.0 2052.4532 6.0 2052.4677 5.0 2052.4821 3.0 2052.4966 3.0 2052.5111 5.0 2052.5546 3.0 2052.5691 2.0 2052.5835 2.0 2052.598 5.0 2052.6125 2.0 2052.627 1.0 2052.6415 1.0 2052.6705 3.0 2052.6849 4.0 2052.6994 2.0 2052.7139 5.0 2052.7284 2.0 2052.7429 1.0 2052.7574 3.0 2052.7719 4.0 2052.7863 4.0 2052.8153 2.0 2052.8298 4.0 2052.8443 2.0 2052.8588 3.0 2052.8733 4.0 2052.8877 5.0 2052.9022 5.0 2052.9167 1.0 2052.9312 7.0 2052.9457 8.0 2052.9602 4.0 2052.9747 3.0 2052.9892 2.0 2053.0036 1.0 2053.0181 7.0 2053.0326 1.0 2053.0471 1.0 2053.0616 3.0 2053.0761 1.0 2053.0906 2.0 2053.105 7.0 2053.1195 10.0 2053.134 5.0 2053.1485 7.0 2053.163 1.0 2053.1775 2.0 2053.192 5.0 2053.2065 3.0 2053.2209 5.0 2053.2354 6.0 2053.2499 4.0 2053.2644 2.0 2053.2789 4.0 2053.3079 16.0 2053.3224 16.0 2053.3369 7.0 2053.3513 5.0 2053.3803 6.0 2053.3948 2.0 2053.4093 2.0 2053.4238 5.0 2053.4383 4.0 2053.4672 5.0 2053.4817 3.0 2053.4962 2.0 2053.5107 1.0 2053.5397 3.0 2053.5542 3.0 2053.5687 6.0 2053.5832 5.0 2053.5976 9.0 2053.6121 4.0 2053.6266 1.0 2053.6411 3.0 2053.6556 1.0 2053.6701 2.0 2053.6846 2.0 2053.6991 3.0 2053.7136 1.0 2053.728 3.0 2053.7425 2.0 2053.757 1.0 2053.7715 1.0 2053.786 3.0 2053.8005 1.0 2053.815 2.0 2053.8295 8.0 2053.844 7.0 2053.8585 3.0 2053.8729 3.0 2053.8874 1.0 2053.9019 3.0 2053.9164 3.0 2053.9309 6.0 2053.9454 4.0 2053.9744 6.0 2053.9889 2.0 2054.0034 2.0 2054.0178 3.0 2054.0323 1.0 2054.0468 10.0 2054.0613 8.0 2054.0758 8.0 2054.0903 11.0 2054.1048 4.0 2054.1193 8.0 2054.1338 11.0 2054.1483 5.0 2054.1628 8.0 2054.1772 5.0 2054.1917 9.0 2054.2062 7.0 2054.2207 4.0 2054.2352 3.0 2054.2497 1.0 2054.2642 1.0 2054.2787 3.0 2054.2932 3.0 2054.3077 3.0 2054.3222 3.0 2054.3367 1.0 2054.3511 7.0 2054.3656 3.0 2054.3801 7.0 2054.3946 10.0 2054.4091 5.0 2054.4236 1.0 2054.4526 3.0 2054.4671 13.0 2054.4816 6.0 2054.4961 6.0 2054.5106 6.0 2054.525 6.0 2054.5395 9.0 2054.554 1.0 2054.5685 3.0 2054.583 6.0 2054.5975 9.0 2054.612 2.0 2054.6265 5.0 2054.641 4.0 2054.6555 2.0 2054.67 6.0 2054.6845 7.0 2054.699 2.0 2054.7135 2.0 2054.7279 4.0 2054.7424 1.0 2054.7569 2.0 2054.7714 5.0 2054.7859 5.0 2054.8004 2.0 2054.8149 3.0 2054.8294 4.0 2054.8439 4.0 2054.8584 7.0 2054.8729 4.0 2054.8874 7.0 2054.9019 3.0 2054.9164 2.0 2054.9453 4.0 2054.9743 1.0 2054.9888 6.0 2055.0033 6.0 2055.0178 6.0 2055.0323 2.0 2055.0468 5.0 2055.0613 3.0 2055.0758 7.0 2055.0903 1.0 2055.1048 7.0 2055.1193 6.0 2055.1338 8.0 2055.1483 5.0 2055.1628 8.0 2055.1773 3.0 2055.2062 2.0 2055.2207 10.0 2055.2352 9.0 2055.2497 1.0 2055.2642 3.0 2055.2932 3.0 2055.3222 6.0 2055.3367 16.0 2055.3512 6.0 2055.3657 3.0 2055.3802 5.0 2055.3947 8.0 2055.4092 6.0 2055.4237 6.0 2055.4382 1.0 2055.4672 3.0 2055.4817 1.0 2055.4961 4.0 2055.5106 3.0 2055.5251 2.0 2055.5541 1.0 2055.5686 4.0 2055.5831 8.0 2055.5976 7.0 2055.6266 2.0 2055.6411 1.0 2055.6556 2.0 2055.6701 1.0 2055.6846 4.0 2055.6991 6.0 2055.7136 2.0 2055.7281 2.0 2055.7426 5.0 2055.7571 1.0 2055.7716 3.0 2055.7861 6.0 2055.8006 15.0 2055.8151 2.0 2055.8296 7.0 2055.8441 4.0 2055.8586 4.0 2055.8731 1.0 2055.8876 9.0 2055.9021 7.0 2055.9165 2.0 2055.931 1.0 2055.9455 2.0 2055.96 1.0 2055.9745 4.0 2055.989 6.0 2056.0035 4.0 2056.018 1.0 2056.0325 1.0 2056.047 8.0 2056.0615 4.0 2056.076 1.0 2056.0905 7.0 2056.105 11.0 2056.1195 12.0 2056.134 7.0 2056.1485 4.0 2056.163 5.0 2056.2065 4.0 2056.221 7.0 2056.2355 9.0 2056.25 11.0 2056.2645 7.0 2056.2935 7.0 2056.308 10.0 2056.3225 5.0 2056.337 9.0 2056.3515 11.0 2056.366 4.0 2056.3805 1.0 2056.395 2.0 2056.4095 5.0 2056.4385 2.0 2056.453 1.0 2056.4675 2.0 2056.482 6.0 2056.4965 5.0 2056.511 2.0 2056.5255 3.0 2056.54 1.0 2056.5545 2.0 2056.569 2.0 2056.5835 3.0 2056.6125 1.0 2056.627 3.0 2056.6415 8.0 2056.656 5.0 2056.6705 1.0 2056.685 2.0 2056.6995 3.0 2056.714 2.0 2056.7285 5.0 2056.743 5.0 2056.7575 4.0 2056.772 3.0 2056.7865 6.0 2056.801 9.0 2056.8155 2.0 2056.83 1.0 2056.8445 8.0 2056.859 2.0 2056.8735 1.0 2056.888 3.0 2056.9025 2.0 2056.917 3.0 2056.9315 1.0 2056.946 2.0 2056.9605 4.0 2056.975 3.0 2056.9895 4.0 2057.004 1.0 2057.0185 2.0 2057.033 4.0 2057.0475 2.0 2057.062 4.0 2057.0765 2.0 2057.091 8.0 2057.1055 7.0 2057.12 3.0 2057.1345 8.0 2057.149 13.0 2057.1635 12.0 2057.178 5.0 2057.1925 7.0 2057.207 2.0 2057.2215 5.0 2057.236 4.0 2057.2505 1.0 2057.265 3.0 2057.2795 2.0 2057.294 1.0 2057.3085 8.0 2057.323 3.0 2057.3375 3.0 2057.352 3.0 2057.3665 2.0 2057.381 4.0 2057.41 3.0 2057.4245 9.0 2057.439 5.0 2057.4535 4.0 2057.4681 1.0 2057.4826 1.0 2057.4971 5.0 2057.5116 3.0 2057.5261 1.0 2057.5406 4.0 2057.5551 4.0 2057.5696 3.0 2057.5841 7.0 2057.5986 4.0 2057.6131 5.0 2057.6421 2.0 2057.6711 3.0 2057.6856 2.0 2057.7001 4.0 2057.7146 5.0 2057.7291 3.0 2057.7436 3.0 2057.7581 11.0 2057.7726 6.0 2057.7871 3.0 2057.8016 1.0 2057.8161 2.0 2057.8306 1.0 2057.8451 1.0 2057.8596 1.0 2057.8741 4.0 2057.8887 1.0 2057.9032 5.0 2057.9177 2.0 2057.9322 5.0 2057.9467 1.0 2057.9612 5.0 2057.9757 2.0 2057.9902 8.0 2058.0047 3.0 2058.0192 5.0 2058.0337 2.0 2058.0482 7.0 2058.0627 5.0 2058.0772 8.0 2058.0917 12.0 2058.1062 6.0 2058.1207 6.0 2058.1352 4.0 2058.1497 3.0 2058.1642 3.0 2058.1787 3.0 2058.1933 1.0 2058.2078 1.0 2058.2223 2.0 2058.2368 6.0 2058.2513 3.0 2058.2658 1.0 2058.2803 2.0 2058.2948 2.0 2058.3093 3.0 2058.3238 7.0 2058.3383 2.0 2058.3528 2.0 2058.3673 1.0 2058.3818 1.0 2058.3963 4.0 2058.4108 4.0 2058.4253 4.0 2058.4399 7.0 2058.4544 2.0 2058.4689 11.0 2058.4834 5.0 2058.4979 4.0 2058.5124 1.0 2058.5269 3.0 2058.5414 1.0 2058.5704 2.0 2058.5849 3.0 2058.5994 4.0 2058.6139 2.0 2058.6284 4.0 2058.6429 2.0 2058.6575 4.0 2058.672 8.0 2058.6865 5.0 2058.701 3.0 2058.7155 10.0 2058.73 11.0 2058.7445 5.0 2058.759 2.0 2058.7735 2.0 2058.788 1.0 2058.8025 1.0 2058.817 3.0 2058.8315 1.0 2058.846 5.0 2058.8606 4.0 2058.8751 6.0 2058.8896 4.0 2058.9041 6.0 2058.9186 8.0 2058.9331 6.0 2058.9476 8.0 2058.9621 9.0 2058.9766 13.0 2058.9911 5.0 2059.0056 5.0 2059.0201 7.0 2059.0347 2.0 2059.0492 2.0 2059.0637 2.0 2059.0782 1.0 2059.0927 3.0 2059.1072 4.0 2059.1217 3.0 2059.1362 8.0 2059.1507 6.0 2059.1652 2.0 2059.1797 4.0 2059.1942 3.0 2059.2088 2.0 2059.2233 7.0 2059.2378 4.0 2059.2523 2.0 2059.2668 4.0 2059.2813 7.0 2059.2958 3.0 2059.3103 3.0 2059.3248 5.0 2059.3393 11.0 2059.3538 9.0 2059.3684 9.0 2059.3829 2.0 2059.3974 2.0 2059.4119 2.0 2059.4264 3.0 2059.4409 2.0 2059.4554 4.0 2059.4699 15.0 2059.4844 5.0 2059.4989 9.0 2059.5135 11.0 2059.528 7.0 2059.5425 9.0 2059.557 4.0 2059.5715 9.0 2059.586 4.0 2059.6005 4.0 2059.615 5.0 2059.6295 3.0 2059.644 4.0 2059.6586 3.0 2059.6731 5.0 2059.6876 6.0 2059.7021 5.0 2059.7166 8.0 2059.7311 5.0 2059.7456 1.0 2059.7601 6.0 2059.7746 5.0 2059.7892 1.0 2059.8037 3.0 2059.8182 1.0 2059.8327 6.0 2059.8472 5.0 2059.8617 1.0 2059.8762 2.0 2059.8907 1.0 2059.9052 2.0 2059.9198 2.0 2059.9343 1.0 2059.9488 4.0 2059.9633 3.0 2059.9778 3.0 2059.9923 2.0 2060.0068 4.0 2060.0213 2.0 2060.0359 9.0 2060.0504 9.0 2060.0649 12.0 2060.0794 7.0 2060.0939 2.0 2060.1084 4.0 2060.1374 1.0 2060.1519 6.0 2060.1665 1.0 2060.181 5.0 2060.1955 6.0 2060.21 3.0 2060.2245 8.0 2060.239 6.0 2060.2535 6.0 2060.268 1.0 2060.2826 3.0 2060.2971 1.0 2060.3116 2.0 2060.3261 2.0 2060.3406 4.0 2060.3551 2.0 2060.3696 1.0 2060.3842 6.0 2060.3987 1.0 2060.4132 4.0 2060.4277 6.0 2060.4567 1.0 2060.4712 4.0 2060.4857 1.0 2060.5003 1.0 2060.5293 2.0 2060.5438 5.0 2060.5583 3.0 2060.5728 3.0 2060.5873 5.0 2060.6019 4.0 2060.6164 1.0 2060.6309 4.0 2060.6454 9.0 2060.6744 3.0 2060.6889 1.0 2060.7035 3.0 2060.718 2.0 2060.747 6.0 2060.7615 3.0 2060.776 1.0 2060.7905 2.0 2060.8051 1.0 2060.8341 3.0 2060.8486 11.0 2060.8631 6.0 2060.8776 10.0 2060.8921 4.0 2060.9067 12.0 2060.9212 7.0 2060.9357 3.0 2060.9502 4.0 2060.9647 3.0 2060.9792 17.0 2060.9937 9.0 2061.0228 1.0 2061.0373 4.0 2061.0518 3.0 2061.0663 1.0 2061.0808 4.0 2061.0954 9.0 2061.1099 9.0 2061.1244 1.0 2061.1389 2.0 2061.1534 2.0 2061.1679 4.0 2061.1825 9.0 2061.197 11.0 2061.2115 1.0 2061.2405 6.0 2061.255 4.0 2061.2695 4.0 2061.2841 2.0 2061.2986 5.0 2061.3131 4.0 2061.3276 6.0 2061.3421 4.0 2061.3566 16.0 2061.3712 12.0 2061.4002 2.0 2061.4147 1.0 2061.4437 2.0 2061.4583 8.0 2061.4728 3.0 2061.4873 3.0 2061.5018 2.0 2061.5163 3.0 2061.5309 1.0 2061.5454 1.0 2061.5599 4.0 2061.5744 2.0 2061.6034 4.0 2061.618 4.0 2061.6325 4.0 2061.647 7.0 2061.6615 4.0 2061.676 6.0 2061.6905 6.0 2061.7051 11.0 2061.7196 6.0 2061.7341 1.0 2061.7486 2.0 2061.7631 4.0 2061.7777 2.0 2061.7922 1.0 2061.8067 3.0 2061.8212 4.0 2061.8357 3.0 2061.8502 8.0 2061.8648 5.0 2061.8793 3.0 2061.8938 4.0 2061.9083 5.0 2061.9374 3.0 2061.9519 4.0 2061.9664 1.0 2061.9809 6.0 2061.9954 2.0 2062.0245 6.0 2062.039 3.0 2062.0535 5.0 2062.068 10.0 2062.0825 5.0 2062.0971 3.0 2062.1116 2.0 2062.1261 1.0 2062.1406 4.0 2062.1551 5.0 2062.1697 4.0 2062.1842 5.0 2062.1987 5.0 2062.2132 3.0 2062.2277 10.0 2062.2423 1.0 2062.2568 4.0 2062.2713 3.0 2062.3003 8.0 2062.3149 3.0 2062.3294 4.0 2062.3439 6.0 2062.3729 6.0 2062.3875 4.0 2062.402 3.0 2062.4165 5.0 2062.431 5.0 2062.4455 1.0 2062.4601 1.0 2062.4746 4.0 2062.4891 1.0 2062.5036 2.0 2062.5181 2.0 2062.5327 1.0 2062.5472 2.0 2062.5617 1.0 2062.5762 5.0 2062.5907 4.0 2062.6053 6.0 2062.6198 5.0 2062.6343 1.0 2062.6488 2.0 2062.6634 7.0 2062.6779 3.0 2062.6924 1.0 2062.7069 4.0 2062.7214 6.0 2062.736 4.0 2062.7505 3.0 2062.765 1.0 2062.7795 2.0 2062.794 4.0 2062.8086 5.0 2062.8231 4.0 2062.8376 4.0 2062.8521 5.0 2062.8667 7.0 2062.8812 2.0 2062.8957 7.0 2062.9102 3.0 2062.9247 2.0 2062.9393 5.0 2062.9538 4.0 2062.9683 4.0 2062.9828 11.0 2062.9974 14.0 2063.0119 5.0 2063.0264 4.0 2063.0409 2.0 2063.0554 4.0 2063.07 1.0 2063.099 4.0 2063.1135 3.0 2063.1281 6.0 2063.1426 10.0 2063.1571 12.0 2063.1716 6.0 2063.1861 4.0 2063.2007 10.0 2063.2152 8.0 2063.2297 7.0 2063.2442 1.0 2063.2588 8.0 2063.2733 4.0 2063.2878 2.0 2063.3023 7.0 2063.3169 7.0 2063.3314 2.0 2063.3459 8.0 2063.3604 3.0 2063.375 6.0 2063.3895 3.0 2063.4185 2.0 2063.433 4.0 2063.4476 2.0 2063.4621 5.0 2063.4766 1.0 2063.4911 2.0 2063.5057 6.0 2063.5202 2.0 2063.5347 1.0 2063.5492 9.0 2063.5638 7.0 2063.5783 2.0 2063.5928 3.0 2063.6073 5.0 2063.6219 2.0 2063.6364 5.0 2063.6509 12.0 2063.6654 6.0 2063.68 4.0 2063.6945 3.0 2063.709 5.0 2063.7235 4.0 2063.7381 2.0 2063.7526 5.0 2063.7671 2.0 2063.7816 4.0 2063.7962 1.0 2063.8107 6.0 2063.8252 7.0 2063.8397 4.0 2063.8543 2.0 2063.8688 2.0 2063.8833 2.0 2063.8978 3.0 2063.9124 10.0 2063.9269 2.0 2063.9414 7.0 2063.9559 4.0 2063.9705 4.0 2063.985 4.0 2063.9995 4.0 2064.014 3.0 2064.0286 1.0 2064.0431 6.0 2064.0576 3.0 2064.0722 4.0 2064.0867 1.0 2064.1012 1.0 2064.1157 1.0 2064.1303 5.0 2064.1448 2.0 2064.1593 1.0 2064.1884 4.0 2064.2029 4.0 2064.2174 7.0 2064.2319 5.0 2064.2465 3.0 2064.261 4.0 2064.2755 5.0 2064.2901 4.0 2064.3046 5.0 2064.3191 7.0 2064.3336 4.0 2064.3482 5.0 2064.3627 4.0 2064.3772 7.0 2064.3917 3.0 2064.4063 2.0 2064.4208 2.0 2064.4353 3.0 2064.4499 3.0 2064.4644 4.0 2064.4789 5.0 2064.4934 4.0 2064.508 2.0 2064.5225 3.0 2064.537 3.0 2064.5515 1.0 2064.5661 3.0 2064.5806 4.0 2064.5951 6.0 2064.6097 5.0 2064.6242 3.0 2064.6387 3.0 2064.6532 4.0 2064.6678 6.0 2064.6823 7.0 2064.6968 6.0 2064.7114 7.0 2064.7259 9.0 2064.7404 4.0 2064.7549 1.0 2064.7695 2.0 2064.784 5.0 2064.7985 2.0 2064.8131 1.0 2064.8276 4.0 2064.8421 5.0 2064.8566 1.0 2064.8712 2.0 2064.8857 6.0 2064.9002 5.0 2064.9148 4.0 2064.9293 10.0 2064.9438 6.0 2064.9583 3.0 2064.9729 2.0 2064.9874 8.0 2065.0019 4.0 2065.0165 2.0 2065.031 3.0 2065.0455 3.0 2065.0601 5.0 2065.0746 2.0 2065.0891 10.0 2065.1036 4.0 2065.1327 1.0 2065.1472 4.0 2065.1618 5.0 2065.1763 2.0 2065.2054 1.0 2065.2199 5.0 2065.2344 6.0 2065.2489 5.0 2065.2635 6.0 2065.278 14.0 2065.2925 12.0 2065.3071 2.0 2065.3216 6.0 2065.3361 4.0 2065.3507 3.0 2065.3652 4.0 2065.3797 7.0 2065.3943 8.0 2065.4088 3.0 2065.4233 4.0 2065.4378 4.0 2065.4524 1.0 2065.4669 2.0 2065.4814 3.0 2065.496 7.0 2065.5105 4.0 2065.525 6.0 2065.5396 5.0 2065.5541 4.0 2065.5686 6.0 2065.5832 6.0 2065.5977 5.0 2065.6122 6.0 2065.6268 13.0 2065.6413 3.0 2065.6558 3.0 2065.6704 1.0 2065.6849 6.0 2065.6994 5.0 2065.7139 1.0 2065.7285 4.0 2065.743 2.0 2065.7721 2.0 2065.8011 2.0 2065.8157 1.0 2065.8302 2.0 2065.8447 5.0 2065.8593 1.0 2065.8738 3.0 2065.8883 3.0 2065.9029 1.0 2065.9174 3.0 2065.9319 6.0 2065.9465 5.0 2065.961 1.0 2065.9755 8.0 2065.9901 6.0 2066.0046 3.0 2066.0191 2.0 2066.0337 1.0 2066.0482 3.0 2066.0627 8.0 2066.0773 7.0 2066.0918 4.0 2066.1063 6.0 2066.1209 12.0 2066.1354 6.0 2066.1499 8.0 2066.1645 6.0 2066.1935 4.0 2066.2081 4.0 2066.2226 5.0 2066.2371 1.0 2066.2517 1.0 2066.2662 4.0 2066.2807 3.0 2066.2953 2.0 2066.3098 4.0 2066.3243 4.0 2066.3389 3.0 2066.3534 1.0 2066.3679 4.0 2066.3825 2.0 2066.397 3.0 2066.4115 3.0 2066.4261 4.0 2066.4406 3.0 2066.4551 5.0 2066.4697 7.0 2066.4842 7.0 2066.4988 1.0 2066.5133 4.0 2066.5278 2.0 2066.5424 6.0 2066.5569 6.0 2066.5714 9.0 2066.586 10.0 2066.6005 2.0 2066.615 2.0 2066.6296 4.0 2066.6441 8.0 2066.6586 4.0 2066.6732 3.0 2066.6877 6.0 2066.7022 6.0 2066.7168 4.0 2066.7313 7.0 2066.7459 9.0 2066.7604 12.0 2066.7749 9.0 2066.7895 2.0 2066.804 4.0 2066.8185 2.0 2066.8331 3.0 2066.8476 7.0 2066.8621 2.0 2066.8767 5.0 2066.8912 3.0 2066.9057 1.0 2066.9203 3.0 2066.9494 6.0 2066.9639 7.0 2066.993 3.0 2067.0075 4.0 2067.022 2.0 2067.0366 3.0 2067.0511 3.0 2067.0657 2.0 2067.0802 2.0 2067.0947 10.0 2067.1093 4.0 2067.1238 3.0 2067.1383 4.0 2067.1529 2.0 2067.1674 6.0 2067.1819 4.0 2067.1965 7.0 2067.211 4.0 2067.2401 2.0 2067.2546 3.0 2067.2692 8.0 2067.2837 9.0 2067.2982 6.0 2067.3128 3.0 2067.3273 3.0 2067.3709 6.0 2067.3855 6.0 2067.4 3.0 2067.4291 1.0 2067.4436 1.0 2067.4582 4.0 2067.4727 6.0 2067.4872 4.0 2067.5018 6.0 2067.5163 3.0 2067.5309 8.0 2067.5454 2.0 2067.5599 2.0 2067.5745 4.0 2067.589 8.0 2067.6035 8.0 2067.6181 17.0 2067.6326 8.0 2067.6472 8.0 2067.6762 2.0 2067.6908 4.0 2067.7053 3.0 2067.7199 3.0 2067.7344 3.0 2067.7489 2.0 2067.7635 7.0 2067.778 2.0 2067.7926 1.0 2067.8071 1.0 2067.8216 3.0 2067.8362 3.0 2067.8507 3.0 2067.8653 1.0 2067.8798 5.0 2067.8943 3.0 2067.9089 8.0 2067.9234 4.0 2067.938 6.0 2067.9525 4.0 2067.967 3.0 2067.9816 2.0 2067.9961 2.0 2068.0107 1.0 2068.0252 1.0 2068.0397 4.0 2068.0543 5.0 2068.0688 7.0 2068.0834 3.0 2068.0979 3.0 2068.1124 2.0 2068.127 2.0 2068.1415 5.0 2068.1561 4.0 2068.1706 3.0 2068.1851 2.0 2068.1997 6.0 2068.2142 1.0 2068.2288 3.0 2068.2433 7.0 2068.2578 9.0 2068.2724 6.0 2068.2869 2.0 2068.3015 3.0 2068.316 1.0 2068.3306 2.0 2068.3451 1.0 2068.3596 6.0 2068.3742 2.0 2068.3887 2.0 2068.4033 3.0 2068.4178 2.0 2068.4323 2.0 2068.4469 3.0 2068.4614 2.0 2068.476 8.0 2068.4905 4.0 2068.5051 5.0 2068.5196 3.0 2068.5341 6.0 2068.5487 9.0 2068.5632 4.0 2068.5778 3.0 2068.5923 1.0 2068.6068 6.0 2068.6214 2.0 2068.6359 1.0 2068.665 1.0 2068.6796 2.0 2068.6941 7.0 2068.7086 7.0 2068.7232 11.0 2068.7377 2.0 2068.7523 2.0 2068.7668 2.0 2068.7814 6.0 2068.7959 5.0 2068.8104 5.0 2068.825 6.0 2068.8541 4.0 2068.8686 10.0 2068.8832 7.0 2068.8977 4.0 2068.9122 7.0 2068.9268 4.0 2068.9413 4.0 2068.9559 3.0 2068.9704 3.0 2068.985 7.0 2068.9995 7.0 2069.0141 4.0 2069.0286 3.0 2069.0431 4.0 2069.0577 10.0 2069.0722 4.0 2069.0868 2.0 2069.1013 6.0 2069.1159 4.0 2069.1304 3.0 2069.1449 6.0 2069.1595 6.0 2069.174 3.0 2069.1886 4.0 2069.2031 2.0 2069.2177 2.0 2069.2322 4.0 2069.2468 8.0 2069.2613 4.0 2069.2758 2.0 2069.2904 13.0 2069.3049 6.0 2069.3195 5.0 2069.334 2.0 2069.3486 4.0 2069.3631 3.0 2069.3777 2.0 2069.3922 9.0 2069.4068 7.0 2069.4213 1.0 2069.4358 4.0 2069.4504 4.0 2069.4649 1.0 2069.4795 2.0 2069.494 1.0 2069.5086 6.0 2069.5231 5.0 2069.5377 5.0 2069.5522 5.0 2069.5668 1.0 2069.5813 2.0 2069.5958 4.0 2069.6104 4.0 2069.6249 4.0 2069.6395 4.0 2069.654 4.0 2069.6686 4.0 2069.6831 3.0 2069.6977 5.0 2069.7122 3.0 2069.7268 7.0 2069.7413 9.0 2069.7559 4.0 2069.7704 4.0 2069.7849 4.0 2069.7995 4.0 2069.814 2.0 2069.8286 5.0 2069.8431 8.0 2069.8577 4.0 2069.8722 3.0 2069.8868 3.0 2069.9013 1.0 2069.9159 1.0 2069.9304 1.0 2069.945 2.0 2069.9595 2.0 2069.9741 2.0 2069.9886 2.0 2070.0031 1.0 2070.0177 1.0 2070.0322 16.0 2070.0468 4.0 2070.0613 4.0 2070.0759 3.0 2070.0904 5.0 2070.105 8.0 2070.1195 4.0 2070.1486 4.0 2070.1632 1.0 2070.1777 3.0 2070.1923 3.0 2070.2068 5.0 2070.2214 5.0 2070.2359 4.0 2070.2505 4.0 2070.265 3.0 2070.2796 14.0 2070.2941 8.0 2070.3087 7.0 2070.3232 1.0 2070.3377 7.0 2070.3523 4.0 2070.3668 7.0 2070.3814 5.0 2070.3959 6.0 2070.4105 4.0 2070.425 2.0 2070.4396 2.0 2070.4541 6.0 2070.4687 2.0 2070.4832 2.0 2070.4978 5.0 2070.5123 4.0 2070.5269 4.0 2070.5414 10.0 2070.556 3.0 2070.5705 2.0 2070.5851 4.0 2070.5996 2.0 2070.6142 5.0 2070.6287 1.0 2070.6433 2.0 2070.6578 3.0 2070.6724 3.0 2070.6869 2.0 2070.716 6.0 2070.7306 2.0 2070.7451 2.0 2070.7597 1.0 2070.7742 3.0 2070.7888 4.0 2070.8033 2.0 2070.8179 3.0 2070.847 9.0 2070.8615 3.0 2070.8761 1.0 2070.8906 3.0 2070.9052 1.0 2070.9197 3.0 2070.9343 1.0 2070.9488 3.0 2070.9634 5.0 2070.9779 5.0 2070.9925 4.0 2071.0216 5.0 2071.0361 5.0 2071.0507 8.0 2071.0798 1.0 2071.0943 4.0 2071.1089 5.0 2071.1234 5.0 2071.138 2.0 2071.1525 5.0 2071.1671 2.0 2071.1816 8.0 2071.1962 5.0 2071.2107 2.0 2071.2253 5.0 2071.2399 3.0 2071.2544 3.0 2071.269 4.0 2071.2835 7.0 2071.2981 3.0 2071.3126 2.0 2071.3272 2.0 2071.3563 3.0 2071.3708 2.0 2071.3854 3.0 2071.3999 3.0 2071.4145 6.0 2071.429 4.0 2071.4436 1.0 2071.4581 2.0 2071.4727 5.0 2071.4872 10.0 2071.5018 9.0 2071.5163 7.0 2071.5309 9.0 2071.5454 3.0 2071.56 5.0 2071.5746 1.0 2071.5891 4.0 2071.6037 3.0 2071.6182 2.0 2071.6328 4.0 2071.6473 2.0 2071.6619 2.0 2071.6764 3.0 2071.691 2.0 2071.7055 6.0 2071.7201 2.0 2071.7346 4.0 2071.7492 3.0 2071.7783 1.0 2071.7928 3.0 2071.8074 10.0 2071.822 6.0 2071.8365 2.0 2071.8511 3.0 2071.8656 7.0 2071.8802 1.0 2071.8947 4.0 2071.9093 3.0 2071.9238 8.0 2071.9384 10.0 2071.9529 1.0 2071.9675 5.0 2071.9821 3.0 2071.9966 3.0 2072.0112 8.0 2072.0257 6.0 2072.0403 2.0 2072.0548 4.0 2072.0694 1.0 2072.0839 2.0 2072.0985 3.0 2072.113 3.0 2072.1422 4.0 2072.1567 1.0 2072.1713 2.0 2072.1858 7.0 2072.2004 4.0 2072.2149 3.0 2072.2295 2.0 2072.244 9.0 2072.2586 5.0 2072.2731 5.0 2072.2877 6.0 2072.3023 6.0 2072.3168 1.0 2072.3314 2.0 2072.3459 2.0 2072.3605 2.0 2072.375 4.0 2072.3896 13.0 2072.4041 14.0 2072.4187 8.0 2072.4333 5.0 2072.4478 6.0 2072.4624 4.0 2072.4769 16.0 2072.4915 13.0 2072.506 5.0 2072.5206 2.0 2072.5352 2.0 2072.5497 6.0 2072.5643 6.0 2072.5788 9.0 2072.5934 14.0 2072.6079 4.0 2072.6225 8.0 2072.637 3.0 2072.6516 2.0 2072.6662 1.0 2072.6953 2.0 2072.7098 2.0 2072.7244 1.0 2072.7389 4.0 2072.7535 3.0 2072.7681 1.0 2072.7826 2.0 2072.7972 2.0 2072.8117 1.0 2072.8263 4.0 2072.8408 4.0 2072.8554 4.0 2072.87 7.0 2072.8845 4.0 2072.8991 2.0 2072.9136 3.0 2072.9282 2.0 2072.9427 5.0 2072.9573 5.0 2072.9719 6.0 2072.9864 3.0 2073.001 4.0 2073.0155 2.0 2073.0301 3.0 2073.0447 4.0 2073.0592 5.0 2073.0738 3.0 2073.0883 6.0 2073.1029 6.0 2073.1174 3.0 2073.132 2.0 2073.1466 5.0 2073.1611 5.0 2073.1757 1.0 2073.1902 1.0 2073.2048 2.0 2073.2194 5.0 2073.2339 9.0 2073.2485 6.0 2073.263 4.0 2073.2776 1.0 2073.2921 2.0 2073.3067 5.0 2073.3213 2.0 2073.3504 1.0 2073.3649 6.0 2073.3795 6.0 2073.3941 7.0 2073.4086 4.0 2073.4232 2.0 2073.4377 5.0 2073.4814 3.0 2073.496 2.0 2073.5251 8.0 2073.5397 2.0 2073.5542 4.0 2073.5688 7.0 2073.5833 1.0 2073.5979 4.0 2073.6125 1.0 2073.627 4.0 2073.6416 8.0 2073.6561 1.0 2073.6707 2.0 2073.6853 2.0 2073.6998 4.0 2073.7144 5.0 2073.7289 10.0 2073.7435 7.0 2073.7581 3.0 2073.7726 6.0 2073.7872 4.0 2073.8017 5.0 2073.8163 4.0 2073.8309 5.0 2073.8454 7.0 2073.86 6.0 2073.8745 4.0 2073.8891 5.0 2073.9037 1.0 2073.9182 5.0 2073.9328 2.0 2073.9473 4.0 2073.9619 4.0 2073.9765 1.0 2073.991 4.0 2074.0056 1.0 2074.0202 1.0 2074.0347 1.0 2074.0493 1.0 2074.0638 1.0 2074.0784 5.0 2074.093 4.0 2074.1075 2.0 2074.1221 1.0 2074.1366 1.0 2074.1512 2.0 2074.1658 3.0 2074.1803 2.0 2074.1949 2.0 2074.2095 2.0 2074.224 3.0 2074.2531 5.0 2074.2823 2.0 2074.2968 2.0 2074.3114 2.0 2074.326 1.0 2074.3405 2.0 2074.3696 9.0 2074.3842 6.0 2074.3988 2.0 2074.4133 3.0 2074.4279 3.0 2074.4425 6.0 2074.457 2.0 2074.4716 8.0 2074.4861 3.0 2074.5007 3.0 2074.5153 2.0 2074.5298 7.0 2074.5444 6.0 2074.559 4.0 2074.5735 2.0 2074.5881 1.0 2074.6027 2.0 2074.6172 2.0 2074.6318 6.0 2074.6463 2.0 2074.6609 2.0 2074.7046 3.0 2074.7192 2.0 2074.7337 5.0 2074.7483 5.0 2074.7629 3.0 2074.7774 7.0 2074.792 13.0 2074.8066 10.0 2074.8211 2.0 2074.8357 3.0 2074.8648 1.0 2074.8794 4.0 2074.8939 3.0 2074.9085 5.0 2074.9231 1.0 2074.9376 3.0 2074.9522 1.0 2074.9668 2.0 2074.9813 3.0 2074.9959 3.0 2075.0105 2.0 2075.025 2.0 2075.0396 5.0 2075.0542 2.0 2075.0833 1.0 2075.0978 4.0 2075.1124 1.0 2075.127 2.0 2075.1415 2.0 2075.1561 5.0 2075.1707 6.0 2075.1852 4.0 2075.1998 3.0 2075.2144 1.0 2075.2289 4.0 2075.2435 1.0 2075.2581 2.0 2075.2726 2.0 2075.2872 2.0 2075.3018 5.0 2075.3163 5.0 2075.3455 2.0 2075.3746 3.0 2075.3892 4.0 2075.4037 4.0 2075.4183 5.0 2075.4329 3.0 2075.4474 5.0 2075.462 6.0 2075.4766 4.0 2075.4911 1.0 2075.5057 3.0 2075.5203 4.0 2075.5348 3.0 2075.5494 4.0 2075.564 1.0 2075.5785 2.0 2075.5931 9.0 2075.6077 11.0 2075.6222 4.0 2075.6368 2.0 2075.6514 2.0 2075.6659 6.0 2075.6805 3.0 2075.6951 5.0 2075.7096 4.0 2075.7242 2.0 2075.7388 11.0 2075.7533 6.0 2075.7825 1.0 2075.797 1.0 2075.8116 3.0 2075.8262 6.0 2075.8407 8.0 2075.8553 3.0 2075.8699 3.0 2075.8844 3.0 2075.899 3.0 2075.9136 2.0 2075.9282 3.0 2075.9427 3.0 2075.9573 4.0 2075.9719 5.0 2075.9864 7.0 2076.001 3.0 2076.0156 2.0 2076.0301 2.0 2076.0447 5.0 2076.0593 3.0 2076.0738 5.0 2076.0884 3.0 2076.103 3.0 2076.1175 3.0 2076.1321 4.0 2076.1467 5.0 2076.1613 2.0 2076.1758 6.0 2076.1904 3.0 2076.205 1.0 2076.2195 6.0 2076.2341 5.0 2076.2487 4.0 2076.2632 1.0 2076.2778 4.0 2076.2924 4.0 2076.3069 5.0 2076.3215 2.0 2076.3361 7.0 2076.3507 3.0 2076.3652 2.0 2076.3798 6.0 2076.3944 8.0 2076.4089 1.0 2076.4235 1.0 2076.4381 3.0 2076.4526 5.0 2076.4672 8.0 2076.4818 8.0 2076.4964 1.0 2076.5109 5.0 2076.5255 8.0 2076.5401 5.0 2076.5546 6.0 2076.5692 2.0 2076.5838 4.0 2076.5983 6.0 2076.6129 13.0 2076.6275 5.0 2076.6421 2.0 2076.6566 7.0 2076.6712 17.0 2076.6858 2.0 2076.7003 3.0 2076.7149 2.0 2076.7295 3.0 2076.7441 1.0 2076.7586 3.0 2076.7732 5.0 2076.7878 2.0 2076.8023 6.0 2076.8169 6.0 2076.8315 3.0 2076.8461 2.0 2076.8606 3.0 2076.8752 6.0 2076.8898 2.0 2076.9043 11.0 2076.9189 6.0 2076.9335 2.0 2076.9481 9.0 2076.9626 1.0 2076.9772 6.0 2076.9918 2.0 2077.0063 1.0 2077.0209 7.0 2077.0355 2.0 2077.0501 1.0 2077.0792 3.0 2077.0938 1.0 2077.1083 8.0 2077.1229 1.0 2077.1375 5.0 2077.1521 6.0 2077.1666 3.0 2077.1812 3.0 2077.1958 4.0 2077.2104 3.0 2077.2249 9.0 2077.2395 10.0 2077.2541 4.0 2077.2686 1.0 2077.2832 3.0 2077.2978 2.0 2077.3124 6.0 2077.3415 2.0 2077.3561 1.0 2077.3707 2.0 2077.3852 4.0 2077.3998 6.0 2077.4144 1.0 2077.429 3.0 2077.4435 2.0 2077.4581 3.0 2077.4727 1.0 2077.4873 2.0 2077.5018 7.0 2077.5164 4.0 2077.531 1.0 2077.5455 4.0 2077.5601 1.0 2077.5747 1.0 2077.5893 5.0 2077.6038 5.0 2077.6184 6.0 2077.633 12.0 2077.6476 3.0 2077.6621 3.0 2077.6767 3.0 2077.6913 2.0 2077.7059 3.0 2077.7204 2.0 2077.735 9.0 2077.7496 8.0 2077.7642 3.0 2077.7787 9.0 2077.7933 3.0 2077.8079 1.0 2077.8225 4.0 2077.837 6.0 2077.8516 2.0 2077.8662 3.0 2077.8808 3.0 2077.8953 8.0 2077.9099 2.0 2077.9245 3.0 2077.9536 5.0 2077.9682 1.0 2077.9828 3.0 2077.9974 3.0 2078.0119 3.0 2078.0265 2.0 2078.0411 2.0 2078.0557 2.0 2078.0702 2.0 2078.0848 4.0 2078.114 10.0 2078.1285 4.0 2078.1431 8.0 2078.1577 11.0 2078.1723 4.0 2078.1869 3.0 2078.2014 5.0 2078.216 7.0 2078.2306 2.0 2078.2452 2.0 2078.2597 5.0 2078.2743 3.0 2078.2889 1.0 2078.3035 1.0 2078.318 2.0 2078.3326 3.0 2078.3472 1.0 2078.3618 5.0 2078.3763 1.0 2078.3909 2.0 2078.4201 1.0 2078.4347 4.0 2078.4492 3.0 2078.4638 7.0 2078.4784 3.0 2078.493 4.0 2078.5075 7.0 2078.5221 4.0 2078.5367 1.0 2078.5513 3.0 2078.5658 5.0 2078.595 2.0 2078.6096 2.0 2078.6533 2.0 2078.6679 3.0 2078.6825 1.0 2078.697 4.0 2078.7262 5.0 2078.7408 1.0 2078.7554 2.0 2078.7699 6.0 2078.7845 1.0 2078.7991 3.0 2078.8137 1.0 2078.8283 3.0 2078.8428 5.0 2078.8574 1.0 2078.872 4.0 2078.8866 6.0 2078.9011 7.0 2078.9157 3.0 2078.9303 2.0 2078.9449 4.0 2078.9595 9.0 2078.974 2.0 2078.9886 1.0 2079.0032 6.0 2079.0178 7.0 2079.0324 1.0 2079.0469 4.0 2079.0615 3.0 2079.0761 2.0 2079.0907 3.0 2079.1053 1.0 2079.1198 6.0 2079.1344 5.0 2079.149 4.0 2079.1636 6.0 2079.1782 5.0 2079.1927 8.0 2079.2073 12.0 2079.2219 6.0 2079.2365 1.0 2079.2511 6.0 2079.2656 13.0 2079.2802 14.0 2079.2948 7.0 2079.3094 3.0 2079.324 3.0 2079.3385 3.0 2079.3531 10.0 2079.3677 4.0 2079.3969 5.0 2079.4114 5.0 2079.426 11.0 2079.4406 7.0 2079.4552 3.0 2079.4698 1.0 2079.4843 2.0 2079.4989 8.0 2079.5135 8.0 2079.5427 4.0 2079.5572 7.0 2079.5718 3.0 2079.5864 4.0 2079.601 6.0 2079.6156 1.0 2079.6301 5.0 2079.6447 7.0 2079.6593 14.0 2079.6739 6.0 2079.7031 1.0 2079.7176 6.0 2079.7322 4.0 2079.7468 4.0 2079.7614 2.0 2079.776 4.0 2079.7905 3.0 2079.8051 2.0 2079.8197 2.0 2079.8343 4.0 2079.8489 2.0 2079.8635 6.0 2079.878 5.0 2079.8926 7.0 2079.9072 3.0 2079.9218 1.0 2079.9364 2.0 2079.951 1.0 2079.9655 2.0 2079.9801 1.0 2079.9947 1.0 2080.0093 2.0 2080.0239 6.0 2080.0384 5.0 2080.053 4.0 2080.0676 3.0 2080.0822 4.0 2080.0968 2.0 2080.1114 7.0 2080.1259 4.0 2080.1405 4.0 2080.1551 8.0 2080.1697 4.0 2080.1843 2.0 2080.1989 3.0 2080.2134 7.0 2080.228 2.0 2080.2718 5.0 2080.2864 2.0 2080.3009 9.0 2080.3155 1.0 2080.3301 1.0 2080.3447 1.0 2080.3593 1.0 2080.3739 3.0 2080.3884 1.0 2080.403 2.0 2080.4176 1.0 2080.4322 4.0 2080.4468 9.0 2080.4614 4.0 2080.476 5.0 2080.5051 4.0 2080.5197 5.0 2080.5343 2.0 2080.5489 3.0 2080.5635 8.0 2080.578 2.0 2080.5926 1.0 2080.6072 5.0 2080.6218 4.0 2080.6364 1.0 2080.651 5.0 2080.6656 3.0 2080.6801 4.0 2080.6947 1.0 2080.7093 5.0 2080.7239 1.0 2080.7385 1.0 2080.7531 7.0 2080.7677 5.0 2080.7822 8.0 2080.7968 11.0 2080.8114 1.0 2080.826 2.0 2080.8406 1.0 2080.8552 3.0 2080.8697 5.0 2080.8843 5.0 2080.8989 2.0 2080.9135 1.0 2080.9281 1.0 2080.9573 4.0 2080.9864 2.0 2081.001 3.0 2081.0156 1.0 2081.0302 2.0 2081.0448 4.0 2081.0594 8.0 2081.074 8.0 2081.0885 11.0 2081.1031 3.0 2081.1177 3.0 2081.1323 1.0 2081.1469 2.0 2081.1615 2.0 2081.1761 7.0 2081.1906 7.0 2081.2052 1.0 2081.2198 6.0 2081.2344 7.0 2081.249 5.0 2081.2636 1.0 2081.2782 6.0 2081.2928 5.0 2081.3073 16.0 2081.3219 11.0 2081.3365 9.0 2081.3511 5.0 2081.3657 8.0 2081.3803 4.0 2081.3949 4.0 2081.4095 5.0 2081.424 4.0 2081.4386 3.0 2081.4532 1.0 2081.4678 3.0 2081.4824 1.0 2081.497 1.0 2081.5116 2.0 2081.5262 10.0 2081.5407 3.0 2081.5553 11.0 2081.5845 6.0 2081.5991 2.0 2081.6137 6.0 2081.6283 3.0 2081.6429 7.0 2081.6575 4.0 2081.672 3.0 2081.6866 1.0 2081.7012 2.0 2081.7158 7.0 2081.7304 8.0 2081.745 2.0 2081.7596 2.0 2081.7742 1.0 2081.7888 1.0 2081.8033 5.0 2081.8179 3.0 2081.8325 2.0 2081.8471 7.0 2081.8617 4.0 2081.8763 6.0 2081.8909 5.0 2081.9055 5.0 2081.9201 3.0 2081.9346 4.0 2081.9492 2.0 2081.9784 5.0 2081.993 5.0 2082.0076 2.0 2082.0222 5.0 2082.0368 5.0 2082.0514 9.0 2082.066 2.0 2082.0805 9.0 2082.0951 6.0 2082.1097 2.0 2082.1243 2.0 2082.1389 4.0 2082.1535 4.0 2082.1681 4.0 2082.1827 4.0 2082.1973 3.0 2082.2119 4.0 2082.241 3.0 2082.2556 2.0 2082.2702 1.0 2082.2848 2.0 2082.2994 1.0 2082.314 2.0 2082.3286 1.0 2082.3432 5.0 2082.3578 3.0 2082.3724 2.0 2082.3869 2.0 2082.4015 2.0 2082.4161 4.0 2082.4307 2.0 2082.4453 2.0 2082.4599 1.0 2082.4745 2.0 2082.4891 4.0 2082.5037 2.0 2082.5183 4.0 2082.5329 4.0 2082.5474 2.0 2082.562 1.0 2082.5766 1.0 2082.6058 2.0 2082.6204 1.0 2082.635 3.0 2082.6496 3.0 2082.6642 5.0 2082.6788 11.0 2082.6934 11.0 2082.708 4.0 2082.7226 4.0 2082.7663 2.0 2082.7809 1.0 2082.7955 4.0 2082.8101 3.0 2082.8247 5.0 2082.8393 5.0 2082.8539 3.0 2082.8685 6.0 2082.8831 3.0 2082.8977 8.0 2082.9123 1.0 2082.9268 4.0 2082.956 4.0 2082.9706 4.0 2082.9852 1.0 2082.9998 2.0 2083.0144 9.0 2083.029 8.0 2083.0436 1.0 2083.0582 5.0 2083.0728 1.0 2083.0874 4.0 2083.102 5.0 2083.1166 3.0 2083.1312 7.0 2083.1457 9.0 2083.1603 6.0 2083.1749 3.0 2083.1895 6.0 2083.2041 8.0 2083.2333 1.0 2083.2479 1.0 2083.2625 2.0 2083.2771 5.0 2083.2917 5.0 2083.3063 7.0 2083.3209 3.0 2083.3355 4.0 2083.3501 5.0 2083.3647 2.0 2083.3793 1.0 2083.3939 7.0 2083.4084 7.0 2083.423 5.0 2083.4376 3.0 2083.4522 6.0 2083.4668 1.0 2083.4814 4.0 2083.496 9.0 2083.5106 7.0 2083.5252 4.0 2083.5398 5.0 2083.5544 11.0 2083.569 3.0 2083.5836 4.0 2083.6128 6.0 2083.6274 8.0 2083.642 8.0 2083.6566 7.0 2083.6712 8.0 2083.6858 20.0 2083.7003 11.0 2083.7149 6.0 2083.7295 2.0 2083.7441 7.0 2083.7587 7.0 2083.7733 6.0 2083.8025 1.0 2083.8171 2.0 2083.8317 2.0 2083.8463 2.0 2083.8609 4.0 2083.8755 2.0 2083.8901 6.0 2083.9047 4.0 2083.9193 2.0 2083.9339 1.0 2083.9485 5.0 2083.9631 3.0 2083.9777 7.0 2083.9923 3.0 2084.0069 3.0 2084.0215 1.0 2084.0361 2.0 2084.0507 5.0 2084.0653 3.0 2084.0799 3.0 2084.0945 3.0 2084.1091 3.0 2084.1236 10.0 2084.1382 2.0 2084.1674 3.0 2084.182 3.0 2084.2112 5.0 2084.2258 10.0 2084.2404 10.0 2084.255 2.0 2084.2696 1.0 2084.2842 6.0 2084.2988 4.0 2084.3134 4.0 2084.328 3.0 2084.3426 7.0 2084.3572 4.0 2084.3718 7.0 2084.3864 10.0 2084.401 3.0 2084.4156 2.0 2084.4302 1.0 2084.4448 3.0 2084.4594 2.0 2084.474 1.0 2084.4886 3.0 2084.5032 3.0 2084.5178 2.0 2084.5324 2.0 2084.547 3.0 2084.5616 7.0 2084.5908 7.0 2084.6054 9.0 2084.62 1.0 2084.6346 5.0 2084.6492 9.0 2084.6638 8.0 2084.6784 1.0 2084.693 10.0 2084.7076 10.0 2084.7222 7.0 2084.7368 10.0 2084.7514 1.0 2084.766 3.0 2084.7806 1.0 2084.7952 3.0 2084.8098 1.0 2084.8244 1.0 2084.839 7.0 2084.8536 5.0 2084.8682 2.0 2084.8828 1.0 2084.8974 5.0 2084.912 5.0 2084.9266 4.0 2084.9412 4.0 2084.9558 7.0 2084.9704 2.0 2084.985 3.0 2084.9996 2.0 2085.0142 3.0 2085.0288 9.0 2085.0434 15.0 2085.058 5.0 2085.0726 2.0 2085.0872 1.0 2085.1018 3.0 2085.1164 4.0 2085.131 1.0 2085.1456 1.0 2085.1602 3.0 2085.1748 4.0 2085.1894 6.0 2085.204 6.0 2085.2186 4.0 2085.2332 4.0 2085.2478 3.0 2085.2624 2.0 2085.277 4.0 2085.2916 4.0 2085.3062 11.0 2085.3208 3.0 2085.3354 5.0 2085.35 1.0 2085.3646 2.0 2085.3792 8.0 2085.3938 11.0 2085.423 6.0 2085.4376 9.0 2085.4522 4.0 2085.4668 7.0 2085.4814 1.0 2085.496 5.0 2085.5106 4.0 2085.5252 1.0 2085.5398 3.0 2085.5544 18.0 2085.569 22.0 2085.5836 7.0 2085.5982 2.0 2085.6128 5.0 2085.6274 2.0 2085.642 7.0 2085.6566 12.0 2085.6712 16.0 2085.6858 8.0 2085.7004 5.0 2085.7151 4.0 2085.7297 1.0 2085.7443 1.0 2085.7589 7.0 2085.7735 6.0 2085.7881 15.0 2085.8027 8.0 2085.8173 7.0 2085.8319 2.0 2085.8465 4.0 2085.8611 4.0 2085.8757 9.0 2085.8903 3.0 2085.9049 2.0 2085.9195 7.0 2085.9341 13.0 2085.9487 4.0 2085.9633 2.0 2085.9779 2.0 2085.9925 12.0 2086.0071 4.0 2086.0217 1.0 2086.0363 2.0 2086.0509 2.0 2086.0655 5.0 2086.0801 1.0 2086.0947 8.0 2086.1093 3.0 2086.1239 3.0 2086.1386 3.0 2086.1532 2.0 2086.1678 8.0 2086.1824 2.0 2086.197 3.0 2086.2116 3.0 2086.2262 3.0 2086.2408 3.0 2086.2554 4.0 2086.27 10.0 2086.2846 10.0 2086.2992 4.0 2086.3138 4.0 2086.3284 1.0 2086.343 7.0 2086.3576 3.0 2086.3722 6.0 2086.3868 2.0 2086.416 1.0 2086.4307 5.0 2086.4453 4.0 2086.4745 1.0 2086.4891 3.0 2086.5037 4.0 2086.5183 5.0 2086.5329 1.0 2086.5475 1.0 2086.5621 2.0 2086.5767 8.0 2086.5913 8.0 2086.6059 4.0 2086.6205 6.0 2086.6351 1.0 2086.6497 5.0 2086.6643 4.0 2086.6789 4.0 2086.6936 2.0 2086.7082 4.0 2086.7374 2.0 2086.752 4.0 2086.7666 4.0 2086.7812 1.0 2086.7958 2.0 2086.8104 2.0 2086.825 5.0 2086.8396 2.0 2086.8542 2.0 2086.8688 5.0 2086.8834 1.0 2086.898 5.0 2086.9127 6.0 2086.9273 6.0 2086.9419 3.0 2086.9711 2.0 2086.9857 3.0 2087.0003 1.0 2087.0149 8.0 2087.0295 5.0 2087.0441 2.0 2087.0587 4.0 2087.0733 2.0 2087.0879 1.0 2087.1172 3.0 2087.1318 1.0 2087.1464 2.0 2087.161 6.0 2087.1756 9.0 2087.1902 2.0 2087.2048 13.0 2087.2194 9.0 2087.234 8.0 2087.2486 10.0 2087.2632 7.0 2087.2778 11.0 2087.2925 3.0 2087.3071 6.0 2087.3217 5.0 2087.3363 1.0 2087.3509 2.0 2087.3655 1.0 2087.3801 2.0 2087.3947 8.0 2087.4093 9.0 2087.4239 5.0 2087.4385 2.0 2087.4532 2.0 2087.4678 5.0 2087.4824 4.0 2087.497 2.0 2087.5116 3.0 2087.5262 7.0 2087.5408 6.0 2087.5554 4.0 2087.57 3.0 2087.5846 4.0 2087.5992 1.0 2087.6139 3.0 2087.6285 8.0 2087.6431 11.0 2087.6577 1.0 2087.6723 2.0 2087.6869 1.0 2087.7307 3.0 2087.7453 1.0 2087.76 4.0 2087.7746 1.0 2087.7892 3.0 2087.8038 4.0 2087.8184 5.0 2087.833 2.0 2087.8476 3.0 2087.8622 1.0 2087.8768 1.0 2087.8914 2.0 2087.9061 2.0 2087.9207 4.0 2087.9353 3.0 2087.9499 1.0 2087.9645 2.0 2087.9791 6.0 2087.9937 4.0 2088.0083 1.0 2088.0229 4.0 2088.0376 1.0 2088.0522 5.0 2088.0668 2.0 2088.0814 5.0 2088.096 4.0 2088.1106 8.0 2088.1252 5.0 2088.1398 2.0 2088.1544 3.0 2088.1691 5.0 2088.1837 3.0 2088.1983 5.0 2088.2129 8.0 2088.2275 8.0 2088.2421 5.0 2088.2567 2.0 2088.2713 5.0 2088.2859 9.0 2088.3006 9.0 2088.3152 1.0 2088.359 2.0 2088.3736 4.0 2088.3882 13.0 2088.4028 5.0 2088.4321 3.0 2088.4467 3.0 2088.4613 3.0 2088.4759 2.0 2088.4905 1.0 2088.5197 2.0 2088.5344 3.0 2088.549 2.0 2088.5636 1.0 2088.5782 4.0 2088.5928 3.0 2088.6074 3.0 2088.622 1.0 2088.6366 4.0 2088.6513 1.0 2088.6659 2.0 2088.6805 4.0 2088.6951 6.0 2088.7097 3.0 2088.7243 1.0 2088.7536 4.0 2088.7682 8.0 2088.7828 4.0 2088.7974 2.0 2088.812 3.0 2088.8266 3.0 2088.8412 1.0 2088.8559 2.0 2088.8705 4.0 2088.8851 1.0 2088.8997 4.0 2088.9143 4.0 2088.9289 2.0 2088.9435 1.0 2088.9582 3.0 2088.9728 1.0 2088.9874 4.0 2089.002 4.0 2089.0166 7.0 2089.0312 3.0 2089.0458 1.0 2089.0605 5.0 2089.0751 2.0 2089.0897 2.0 2089.1043 7.0 2089.1189 1.0 2089.1335 10.0 2089.1481 4.0 2089.1628 3.0 2089.1774 11.0 2089.192 5.0 2089.2066 7.0 2089.2212 2.0 2089.2358 1.0 2089.2504 8.0 2089.2651 2.0 2089.2797 4.0 2089.2943 1.0 2089.3089 1.0 2089.3235 1.0 2089.3381 3.0 2089.3528 11.0 2089.3674 3.0 2089.382 5.0 2089.3966 11.0 2089.4112 7.0 2089.4258 4.0 2089.4404 4.0 2089.4551 2.0 2089.4697 5.0 2089.4989 3.0 2089.5135 5.0 2089.5281 4.0 2089.5428 11.0 2089.5574 6.0 2089.572 4.0 2089.5866 5.0 2089.6012 2.0 2089.6158 4.0 2089.6305 6.0 2089.6451 1.0 2089.6597 4.0 2089.6743 9.0 2089.6889 9.0 2089.7035 6.0 2089.7182 2.0 2089.7328 6.0 2089.7474 6.0 2089.762 15.0 2089.7766 8.0 2089.7912 1.0 2089.8059 2.0 2089.8205 7.0 2089.8351 8.0 2089.8643 3.0 2089.879 1.0 2089.8936 7.0 2089.9082 4.0 2089.9228 2.0 2089.9374 1.0 2089.952 2.0 2089.9667 3.0 2089.9813 1.0 2089.9959 2.0 2090.0105 8.0 2090.0251 4.0 2090.0397 4.0 2090.0544 11.0 2090.069 9.0 2090.0836 5.0 2090.0982 4.0 2090.1128 5.0 2090.1275 4.0 2090.1421 4.0 2090.1567 4.0 2090.1713 3.0 2090.1859 3.0 2090.2006 2.0 2090.2152 3.0 2090.2298 3.0 2090.2444 7.0 2090.259 5.0 2090.2736 3.0 2090.2883 2.0 2090.3029 9.0 2090.3175 7.0 2090.3321 5.0 2090.3467 1.0 2090.3614 1.0 2090.376 5.0 2090.3906 7.0 2090.4052 1.0 2090.4198 4.0 2090.4345 4.0 2090.4491 8.0 2090.4637 4.0 2090.4783 2.0 2090.4929 11.0 2090.5076 10.0 2090.5222 7.0 2090.5368 15.0 2090.5514 11.0 2090.566 6.0 2090.5807 4.0 2090.5953 4.0 2090.6099 1.0 2090.6245 2.0 2090.6391 6.0 2090.6538 4.0 2090.6684 1.0 2090.683 3.0 2090.6976 1.0 2090.7122 3.0 2090.7269 1.0 2090.7415 4.0 2090.7561 1.0 2090.7707 3.0 2090.7853 6.0 2090.8 11.0 2090.8146 3.0 2090.8292 3.0 2090.8438 5.0 2090.8584 2.0 2090.8731 1.0 2090.8877 2.0 2090.9023 3.0 2090.9169 7.0 2090.9315 3.0 2090.9462 2.0 2090.9608 2.0 2090.9754 3.0 2091.0047 2.0 2091.0193 1.0 2091.0485 1.0 2091.0631 1.0 2091.0778 6.0 2091.0924 3.0 2091.107 3.0 2091.1216 1.0 2091.1362 10.0 2091.1509 13.0 2091.1655 2.0 2091.1801 6.0 2091.1947 11.0 2091.2094 4.0 2091.224 2.0 2091.2386 2.0 2091.2532 5.0 2091.2678 16.0 2091.2825 12.0 2091.2971 9.0 2091.3117 8.0 2091.3263 8.0 2091.341 3.0 2091.3556 8.0 2091.3702 6.0 2091.3848 6.0 2091.3995 4.0 2091.4141 5.0 2091.4287 4.0 2091.4433 4.0 2091.4579 2.0 2091.4726 2.0 2091.4872 2.0 2091.5018 4.0 2091.5164 5.0 2091.5311 4.0 2091.5457 3.0 2091.5603 1.0 2091.5749 1.0 2091.5896 2.0 2091.6042 8.0 2091.6188 9.0 2091.6334 8.0 2091.6627 9.0 2091.6773 3.0 2091.6919 3.0 2091.7065 5.0 2091.7212 8.0 2091.7358 5.0 2091.7504 4.0 2091.765 3.0 2091.7797 7.0 2091.7943 2.0 2091.8089 4.0 2091.8235 1.0 2091.8382 1.0 2091.8528 4.0 2091.8674 3.0 2091.882 4.0 2091.8967 5.0 2091.9113 3.0 2091.9259 1.0 2091.9405 3.0 2091.9552 4.0 2091.9698 5.0 2091.9844 2.0 2091.999 3.0 2092.0137 4.0 2092.0283 12.0 2092.0429 4.0 2092.0575 2.0 2092.0722 4.0 2092.0868 1.0 2092.1014 1.0 2092.116 2.0 2092.1307 3.0 2092.1453 6.0 2092.1599 1.0 2092.1745 2.0 2092.1892 4.0 2092.2184 1.0 2092.233 3.0 2092.2623 3.0 2092.2769 9.0 2092.2915 5.0 2092.3062 4.0 2092.3208 6.0 2092.3354 8.0 2092.3501 6.0 2092.3647 9.0 2092.3793 2.0 2092.3939 13.0 2092.4086 7.0 2092.4232 4.0 2092.4378 9.0 2092.4524 9.0 2092.4671 8.0 2092.4817 1.0 2092.4963 4.0 2092.5109 7.0 2092.5256 4.0 2092.5402 1.0 2092.5548 2.0 2092.5694 1.0 2092.5841 5.0 2092.5987 3.0 2092.6133 3.0 2092.628 9.0 2092.6426 6.0 2092.6572 1.0 2092.6718 5.0 2092.6865 7.0 2092.7011 6.0 2092.7157 3.0 2092.7304 9.0 2092.745 4.0 2092.7596 5.0 2092.7742 3.0 2092.7889 5.0 2092.8035 2.0 2092.8181 1.0 2092.8327 5.0 2092.8474 2.0 2092.862 1.0 2092.8766 5.0 2092.8913 3.0 2092.9059 3.0 2092.9205 2.0 2092.9351 5.0 2092.9498 2.0 2092.9644 6.0 2092.979 2.0 2092.9937 3.0 2093.0083 6.0 2093.0229 7.0 2093.0375 4.0 2093.0522 5.0 2093.0668 4.0 2093.0814 6.0 2093.0961 2.0 2093.1107 3.0 2093.1253 1.0 2093.1546 4.0 2093.1692 4.0 2093.1838 7.0 2093.1985 6.0 2093.2131 3.0 2093.2277 4.0 2093.2423 5.0 2093.257 6.0 2093.2716 1.0 2093.2862 3.0 2093.3009 6.0 2093.3155 6.0 2093.3301 2.0 2093.3448 5.0 2093.3594 4.0 2093.374 5.0 2093.3886 3.0 2093.4033 4.0 2093.4179 3.0 2093.4325 2.0 2093.4472 3.0 2093.4618 7.0 2093.4911 1.0 2093.5057 7.0 2093.5203 5.0 2093.5349 2.0 2093.5496 6.0 2093.5642 10.0 2093.5788 2.0 2093.5935 5.0 2093.6081 11.0 2093.6227 6.0 2093.6374 3.0 2093.652 5.0 2093.6666 4.0 2093.6813 6.0 2093.6959 2.0 2093.7105 2.0 2093.7251 4.0 2093.7398 13.0 2093.7544 9.0 2093.769 4.0 2093.7983 2.0 2093.8129 4.0 2093.8276 3.0 2093.8422 3.0 2093.8568 4.0 2093.8715 4.0 2093.8861 3.0 2093.9007 1.0 2093.9154 5.0 2093.93 3.0 2093.9592 4.0 2093.9739 2.0 2093.9885 3.0 2094.0031 4.0 2094.0178 2.0 2094.0324 2.0 2094.047 9.0 2094.0617 3.0 2094.0763 4.0 2094.0909 8.0 2094.1056 1.0 2094.1202 5.0 2094.1348 1.0 2094.1495 3.0 2094.1641 2.0 2094.1934 3.0 2094.208 1.0 2094.2226 2.0 2094.2373 2.0 2094.2519 4.0 2094.2812 8.0 2094.2958 3.0 2094.3104 8.0 2094.3251 2.0 2094.3397 6.0 2094.3543 10.0 2094.369 3.0 2094.3836 2.0 2094.3982 3.0 2094.4129 3.0 2094.4275 11.0 2094.4421 4.0 2094.4568 4.0 2094.486 13.0 2094.5007 5.0 2094.5153 2.0 2094.5299 3.0 2094.5446 6.0 2094.5592 7.0 2094.5738 3.0 2094.5885 4.0 2094.6031 3.0 2094.6177 5.0 2094.6324 4.0 2094.647 12.0 2094.6616 3.0 2094.6763 3.0 2094.6909 4.0 2094.7055 7.0 2094.7202 6.0 2094.7348 2.0 2094.7494 1.0 2094.7641 4.0 2094.7787 3.0 2094.7934 6.0 2094.808 5.0 2094.8226 3.0 2094.8373 2.0 2094.8519 2.0 2094.8665 5.0 2094.8958 5.0 2094.9104 8.0 2094.9251 2.0 2094.9397 1.0 2094.9543 3.0 2094.969 2.0 2094.9836 1.0 2094.9982 3.0 2095.0129 3.0 2095.0275 1.0 2095.0422 1.0 2095.0568 3.0 2095.0714 2.0 2095.0861 2.0 2095.1007 1.0 2095.13 2.0 2095.1446 1.0 2095.1592 2.0 2095.1739 1.0 2095.1885 2.0 2095.2031 14.0 2095.2178 11.0 2095.2324 5.0 2095.2471 3.0 2095.2617 1.0 2095.2763 1.0 2095.291 5.0 2095.3056 6.0 2095.3202 1.0 2095.3349 1.0 2095.3495 6.0 2095.3641 2.0 2095.3788 6.0 2095.3934 10.0 2095.4081 5.0 2095.4227 1.0 2095.4373 2.0 2095.452 3.0 2095.4666 6.0 2095.4812 1.0 2095.4959 3.0 2095.5105 2.0 2095.5252 2.0 2095.5398 1.0 2095.5544 2.0 2095.5837 6.0 2095.5983 3.0 2095.613 1.0 2095.6276 1.0 2095.6423 3.0 2095.6569 2.0 2095.6715 2.0 2095.6862 1.0 2095.7008 2.0 2095.7154 1.0 2095.7301 1.0 2095.7447 6.0 2095.7594 3.0 2095.7886 4.0 2095.8033 3.0 2095.8179 5.0 2095.8472 4.0 2095.8618 3.0 2095.8765 2.0 2095.9057 6.0 2095.9204 5.0 2095.935 1.0 2095.9497 6.0 2095.9643 4.0 2095.9789 6.0 2095.9936 3.0 2096.0082 1.0 2096.0229 1.0 2096.0375 3.0 2096.0521 5.0 2096.0668 10.0 2096.0814 6.0 2096.0961 10.0 2096.1107 4.0 2096.1253 3.0 2096.14 4.0 2096.1546 6.0 2096.1693 13.0 2096.1839 7.0 2096.1985 6.0 2096.2132 5.0 2096.2278 6.0 2096.2425 7.0 2096.2571 2.0 2096.301 9.0 2096.3157 5.0 2096.3303 12.0 2096.3449 3.0 2096.3596 1.0 2096.3742 7.0 2096.3889 9.0 2096.4035 4.0 2096.4181 1.0 2096.4328 4.0 2096.4474 11.0 2096.4621 9.0 2096.4767 9.0 2096.4913 7.0 2096.506 3.0 2096.5206 3.0 2096.5353 3.0 2096.5499 5.0 2096.5645 7.0 2096.5792 7.0 2096.5938 2.0 2096.6085 3.0 2096.6231 2.0 2096.6378 1.0 2096.6524 1.0 2096.667 1.0 2096.6817 2.0 2096.6963 3.0 2096.711 7.0 2096.7256 3.0 2096.7402 3.0 2096.7549 3.0 2096.7695 4.0 2096.7842 7.0 2096.7988 3.0 2096.8135 2.0 2096.8281 1.0 2096.8427 4.0 2096.8574 2.0 2096.872 2.0 2096.8867 6.0 2096.9013 4.0 2096.9159 3.0 2096.9306 2.0 2096.9452 1.0 2096.9599 1.0 2096.9745 2.0 2096.9892 2.0 2097.0038 3.0 2097.0184 3.0 2097.0331 2.0 2097.0477 4.0 2097.0624 3.0 2097.077 6.0 2097.0917 1.0 2097.1209 2.0 2097.1356 9.0 2097.1502 4.0 2097.1649 1.0 2097.1795 2.0 2097.1942 9.0 2097.2088 4.0 2097.2234 3.0 2097.2381 6.0 2097.2527 2.0 2097.2674 1.0 2097.282 3.0 2097.2967 7.0 2097.3113 5.0 2097.326 8.0 2097.3406 6.0 2097.3552 3.0 2097.3699 2.0 2097.3845 5.0 2097.3992 2.0 2097.4138 2.0 2097.4285 2.0 2097.4431 6.0 2097.4577 2.0 2097.4724 4.0 2097.487 7.0 2097.5017 6.0 2097.5163 4.0 2097.531 6.0 2097.5456 5.0 2097.5603 5.0 2097.5749 11.0 2097.5895 9.0 2097.6042 4.0 2097.6335 6.0 2097.6481 4.0 2097.6628 2.0 2097.6774 3.0 2097.6921 3.0 2097.7067 5.0 2097.7214 1.0 2097.736 5.0 2097.7506 4.0 2097.7653 3.0 2097.7799 1.0 2097.7946 1.0 2097.8092 9.0 2097.8239 5.0 2097.8385 1.0 2097.8532 3.0 2097.8678 3.0 2097.8825 2.0 2097.8971 1.0 2097.9117 2.0 2097.9264 3.0 2097.941 5.0 2097.9703 3.0 2097.985 4.0 2097.9996 1.0 2098.0143 3.0 2098.0289 1.0 2098.0436 6.0 2098.0582 10.0 2098.0729 5.0 2098.0875 1.0 2098.1021 1.0 2098.1168 3.0 2098.1314 4.0 2098.1461 1.0 2098.1607 2.0 2098.1754 7.0 2098.19 3.0 2098.2047 1.0 2098.2193 4.0 2098.234 3.0 2098.2486 2.0 2098.2633 2.0 2098.2779 3.0 2098.2926 7.0 2098.3072 5.0 2098.3218 4.0 2098.3365 5.0 2098.3511 5.0 2098.3658 3.0 2098.3804 3.0 2098.3951 5.0 2098.4097 1.0 2098.4244 1.0 2098.439 4.0 2098.4537 1.0 2098.4683 2.0 2098.483 6.0 2098.4976 9.0 2098.5123 2.0 2098.5269 5.0 2098.5416 5.0 2098.5562 7.0 2098.5709 3.0 2098.5855 1.0 2098.6002 1.0 2098.6148 10.0 2098.6295 8.0 2098.6441 1.0 2098.6587 9.0 2098.6734 7.0 2098.688 10.0 2098.7027 8.0 2098.7173 23.0 2098.732 23.0 2098.7466 5.0 2098.7613 1.0 2098.7759 6.0 2098.7906 5.0 2098.8052 4.0 2098.8199 2.0 2098.8345 7.0 2098.8492 2.0 2098.8785 5.0 2098.8931 1.0 2098.9078 3.0 2098.9224 4.0 2098.9371 2.0 2098.9664 7.0 2098.981 2.0 2098.9957 4.0 2099.0103 5.0 2099.025 7.0 2099.0543 2.0 2099.0689 4.0 2099.0836 2.0 2099.0982 2.0 2099.1129 2.0 2099.1275 3.0 2099.1422 5.0 2099.1568 1.0 2099.1715 3.0 2099.1861 2.0 2099.2008 3.0 2099.2154 1.0 2099.2301 2.0 2099.2447 3.0 2099.2594 2.0 2099.274 8.0 2099.2887 3.0 2099.3033 10.0 2099.318 2.0 2099.3326 5.0 2099.3473 5.0 2099.3619 5.0 2099.3766 1.0 2099.3912 2.0 2099.4059 3.0 2099.4205 1.0 2099.4352 3.0 2099.4498 2.0 2099.4645 1.0 2099.4791 12.0 2099.4938 7.0 2099.5084 4.0 2099.5231 2.0 2099.5524 5.0 2099.5671 7.0 2099.5817 5.0 2099.5964 3.0 2099.611 1.0 2099.6403 5.0 2099.655 3.0 2099.6696 4.0 2099.6843 5.0 2099.6989 4.0 2099.7282 1.0 2099.7429 3.0 2099.7575 3.0 2099.7722 4.0 2099.8015 5.0 2099.8161 1.0 2099.8308 1.0 2099.8454 6.0 2099.8601 4.0 2099.8894 5.0 2099.9041 6.0 2099.9187 4.0 2099.9334 8.0 2099.948 3.0 2099.9627 5.0 2099.9773 3.0 2099.992 4.0 2100.0066 2.0 2100.0213 2.0 2100.0359 3.0 2100.0506 2.0 2100.0652 6.0 2100.0799 6.0 2100.0945 3.0 2100.1092 7.0 2100.1239 4.0 2100.1385 2.0 2100.1532 1.0 2100.1678 1.0 2100.1825 12.0 2100.1971 4.0 2100.2118 3.0 2100.2411 3.0 2100.2557 11.0 2100.2704 7.0 2100.285 3.0 2100.2997 1.0 2100.3144 1.0 2100.329 2.0 2100.3437 4.0 2100.3583 5.0 2100.373 4.0 2100.3876 1.0 2100.4023 2.0 2100.4169 3.0 2100.4316 2.0 2100.4462 5.0 2100.4609 2.0 2100.4756 2.0 2100.4902 1.0 2100.5049 3.0 2100.5195 3.0 2100.5342 2.0 2100.5488 3.0 2100.5635 4.0 2100.5781 2.0 2100.5928 1.0 2100.6074 2.0 2100.6221 3.0 2100.6368 7.0 2100.6514 2.0 2100.6661 1.0 2100.6807 2.0 2100.6954 1.0 2100.71 2.0 2100.7247 3.0 2100.7393 2.0 2100.754 2.0 2100.7687 2.0 2100.7833 5.0 2100.798 5.0 2100.8126 3.0 2100.8273 2.0 2100.8419 5.0 2100.8566 5.0 2100.8713 5.0 2100.8859 5.0 2100.9006 3.0 2100.9152 2.0 2100.9299 2.0 2100.9445 7.0 2100.9592 3.0 2100.9738 3.0 2100.9885 2.0 2101.0032 4.0 2101.0178 1.0 2101.0325 3.0 2101.0471 2.0 2101.0764 1.0 2101.0911 1.0 2101.1058 2.0 2101.1204 4.0 2101.1351 5.0 2101.1497 4.0 2101.1644 5.0 2101.179 4.0 2101.1937 3.0 2101.2084 1.0 2101.223 4.0 2101.2377 1.0 2101.2523 2.0 2101.267 4.0 2101.2816 5.0 2101.2963 4.0 2101.311 1.0 2101.3256 5.0 2101.3403 4.0 2101.3549 2.0 2101.3696 3.0 2101.3843 7.0 2101.3989 3.0 2101.4136 2.0 2101.4282 2.0 2101.4429 7.0 2101.4575 3.0 2101.4722 9.0 2101.4869 4.0 2101.5015 4.0 2101.5162 6.0 2101.5308 7.0 2101.5455 9.0 2101.5602 4.0 2101.5748 9.0 2101.5895 5.0 2101.6041 4.0 2101.6188 2.0 2101.6334 7.0 2101.6481 3.0 2101.6628 6.0 2101.6774 3.0 2101.6921 3.0 2101.7067 3.0 2101.7214 8.0 2101.7361 7.0 2101.7507 3.0 2101.7654 4.0 2101.78 6.0 2101.7947 3.0 2101.8094 7.0 2101.824 5.0 2101.8387 2.0 2101.868 1.0 2101.8827 5.0 2101.8973 2.0 2101.912 2.0 2101.9266 2.0 2101.9413 2.0 2101.956 5.0 2101.9706 1.0 2101.9853 2.0 2101.9999 4.0 2102.0146 6.0 2102.0293 5.0 2102.0439 4.0 2102.0586 4.0 2102.0732 2.0 2102.0879 5.0 2102.1026 2.0 2102.1172 5.0 2102.1319 6.0 2102.1465 9.0 2102.1612 18.0 2102.1759 7.0 2102.1905 3.0 2102.2052 7.0 2102.2198 4.0 2102.2345 1.0 2102.2492 4.0 2102.2638 3.0 2102.2785 4.0 2102.2932 2.0 2102.3078 4.0 2102.3225 1.0 2102.3371 1.0 2102.3518 3.0 2102.3665 3.0 2102.3811 3.0 2102.3958 11.0 2102.4104 9.0 2102.4251 5.0 2102.4398 4.0 2102.4544 10.0 2102.4691 6.0 2102.4838 6.0 2102.4984 2.0 2102.5131 4.0 2102.5277 2.0 2102.5424 2.0 2102.5571 4.0 2102.5717 3.0 2102.5864 2.0 2102.601 2.0 2102.6157 5.0 2102.6304 1.0 2102.645 3.0 2102.6597 6.0 2102.6744 4.0 2102.689 1.0 2102.7037 2.0 2102.7183 6.0 2102.7477 2.0 2102.7623 5.0 2102.777 1.0 2102.7917 3.0 2102.8063 4.0 2102.821 6.0 2102.8357 9.0 2102.8503 1.0 2102.865 4.0 2102.8796 4.0 2102.8943 3.0 2102.909 10.0 2102.9236 6.0 2102.9383 8.0 2102.953 7.0 2102.9676 7.0 2102.9823 14.0 2102.997 19.0 2103.0116 2.0 2103.0556 1.0 2103.0703 2.0 2103.0849 10.0 2103.1143 5.0 2103.1289 2.0 2103.1436 6.0 2103.1583 3.0 2103.1729 7.0 2103.1876 4.0 2103.2169 3.0 2103.2316 3.0 2103.2462 3.0 2103.2609 4.0 2103.2756 6.0 2103.2902 7.0 2103.3049 4.0 2103.3342 2.0 2103.3489 2.0 2103.3636 2.0 2103.3782 2.0 2103.3929 2.0 2103.4076 5.0 2103.4222 4.0 2103.4369 2.0 2103.4516 5.0 2103.4662 6.0 2103.4809 3.0 2103.4955 5.0 2103.5102 8.0 2103.5249 4.0 2103.5395 3.0 2103.5542 3.0 2103.5689 5.0 2103.5835 4.0 2103.5982 1.0 2103.6129 3.0 2103.6275 5.0 2103.6569 6.0 2103.6715 6.0 2103.6862 2.0 2103.7009 3.0 2103.7155 6.0 2103.7449 5.0 2103.7595 3.0 2103.7742 4.0 2103.7889 4.0 2103.8035 1.0 2103.8329 1.0 2103.8475 2.0 2103.8622 4.0 2103.8769 4.0 2103.8915 8.0 2103.9062 5.0 2103.9209 1.0 2103.9355 8.0 2103.9502 7.0 2103.9649 8.0 2103.9795 8.0 2103.9942 3.0 2104.0089 1.0 2104.0235 1.0 2104.0382 3.0 2104.0529 1.0 2104.0675 4.0 2104.0822 3.0 2104.1115 1.0 2104.1262 7.0 2104.1409 1.0 2104.1555 1.0 2104.1849 1.0 2104.1995 4.0 2104.2142 5.0 2104.2289 3.0 2104.2436 6.0 2104.2582 8.0 2104.2729 2.0 2104.2876 5.0 2104.3022 2.0 2104.3169 4.0 2104.3316 3.0 2104.3462 12.0 2104.3609 5.0 2104.3756 7.0 2104.3902 10.0 2104.4049 7.0 2104.4196 2.0 2104.4342 4.0 2104.4489 5.0 2104.4636 8.0 2104.4782 6.0 2104.4929 4.0 2104.5076 3.0 2104.5223 1.0 2104.5369 4.0 2104.5516 5.0 2104.5663 5.0 2104.5809 6.0 2104.5956 3.0 2104.6103 1.0 2104.6249 4.0 2104.6396 7.0 2104.6543 11.0 2104.669 3.0 2104.6836 1.0 2104.6983 2.0 2104.713 4.0 2104.7276 2.0 2104.757 1.0 2104.7716 6.0 2104.7863 3.0 2104.801 7.0 2104.8156 4.0 2104.8303 5.0 2104.845 1.0 2104.8597 2.0 2104.8743 3.0 2104.889 1.0 2104.9037 3.0 2104.9183 1.0 2104.9477 8.0 2104.9624 3.0 2104.977 4.0 2104.9917 2.0 2105.0064 2.0 2105.021 3.0 2105.0357 2.0 2105.0504 2.0 2105.065 6.0 2105.0797 12.0 2105.0944 8.0 2105.1091 3.0 2105.1237 4.0 2105.1384 5.0 2105.1531 2.0 2105.1677 2.0 2105.1824 2.0 2105.1971 2.0 2105.2264 4.0 2105.2411 4.0 2105.2558 2.0 2105.2704 1.0 2105.2851 2.0 2105.2998 2.0 2105.3145 1.0 2105.3291 2.0 2105.3438 5.0 2105.3585 6.0 2105.3732 4.0 2105.3878 1.0 2105.4025 2.0 2105.4172 1.0 2105.4318 1.0 2105.4465 3.0 2105.4612 5.0 2105.4759 9.0 2105.4905 5.0 2105.5052 1.0 2105.5199 3.0 2105.5345 2.0 2105.5492 1.0 2105.5639 10.0 2105.5786 6.0 2105.5932 5.0 2105.6079 8.0 2105.6226 4.0 2105.6373 4.0 2105.6519 9.0 2105.6666 6.0 2105.6813 2.0 2105.6959 7.0 2105.7253 6.0 2105.74 5.0 2105.7546 4.0 2105.7693 15.0 2105.784 3.0 2105.7987 4.0 2105.8133 5.0 2105.828 10.0 2105.8427 3.0 2105.8574 5.0 2105.872 4.0 2105.8867 2.0 2105.9014 2.0 2105.9161 3.0 2105.9307 3.0 2105.9454 7.0 2105.9601 2.0 2105.9747 3.0 2106.0041 7.0 2106.0188 7.0 2106.0334 1.0 2106.0481 3.0 2106.0628 4.0 2106.0775 1.0 2106.0921 3.0 2106.1068 2.0 2106.1362 3.0 2106.1508 1.0 2106.1655 2.0 2106.1802 7.0 2106.1949 1.0 2106.2095 5.0 2106.2242 1.0 2106.2389 3.0 2106.2536 6.0 2106.2682 4.0 2106.2829 3.0 2106.2976 7.0 2106.3123 9.0 2106.3269 5.0 2106.3416 3.0 2106.3563 2.0 2106.371 3.0 2106.3856 2.0 2106.4003 6.0 2106.415 6.0 2106.4297 5.0 2106.4443 1.0 2106.459 5.0 2106.4737 1.0 2106.4884 4.0 2106.5031 3.0 2106.5177 3.0 2106.5324 5.0 2106.5471 2.0 2106.5618 3.0 2106.5764 5.0 2106.5911 2.0 2106.6058 2.0 2106.6205 11.0 2106.6351 7.0 2106.6498 6.0 2106.6645 4.0 2106.6792 9.0 2106.6938 4.0 2106.7085 5.0 2106.7232 4.0 2106.7379 9.0 2106.7526 4.0 2106.7672 4.0 2106.7819 6.0 2106.7966 1.0 2106.8406 1.0 2106.8553 5.0 2106.87 9.0 2106.8846 3.0 2106.8993 2.0 2106.914 2.0 2106.9287 1.0 2106.958 5.0 2106.9727 3.0 2107.0021 1.0 2107.0167 3.0 2107.0314 1.0 2107.0461 5.0 2107.0608 4.0 2107.0755 2.0 2107.0901 1.0 2107.1048 1.0 2107.1195 3.0 2107.1342 2.0 2107.1488 5.0 2107.1635 8.0 2107.1782 2.0 2107.2076 9.0 2107.2222 1.0 2107.2369 4.0 2107.2516 4.0 2107.2663 1.0 2107.281 2.0 2107.2956 4.0 2107.3103 9.0 2107.325 6.0 2107.3397 10.0 2107.3544 4.0 2107.369 5.0 2107.3837 2.0 2107.3984 3.0 2107.4131 3.0 2107.4277 2.0 2107.4424 8.0 2107.4571 4.0 2107.4718 1.0 2107.4865 1.0 2107.5011 7.0 2107.5158 5.0 2107.5305 2.0 2107.5452 2.0 2107.5599 4.0 2107.5745 3.0 2107.5892 3.0 2107.6039 3.0 2107.6186 1.0 2107.6333 2.0 2107.6479 4.0 2107.6626 5.0 2107.6773 4.0 2107.692 6.0 2107.7067 2.0 2107.7213 2.0 2107.736 3.0 2107.7507 2.0 2107.7654 5.0 2107.7801 3.0 2107.7947 3.0 2107.8094 1.0 2107.8241 10.0 2107.8388 6.0 2107.8535 7.0 2107.8975 5.0 2107.9122 2.0 2107.9416 3.0 2107.9562 2.0 2107.9709 3.0 2108.0003 8.0 2108.015 3.0 2108.059 2.0 2108.0737 1.0 2108.0884 3.0 2108.103 1.0 2108.1324 1.0 2108.1471 1.0 2108.1618 2.0 2108.1765 4.0 2108.1911 6.0 2108.2058 2.0 2108.2205 4.0 2108.2352 5.0 2108.2499 1.0 2108.2645 2.0 2108.2792 3.0 2108.2939 5.0 2108.3086 5.0 2108.3233 1.0 2108.338 5.0 2108.3526 2.0 2108.3673 5.0 2108.382 3.0 2108.3967 3.0 2108.4114 1.0 2108.4261 3.0 2108.4407 7.0 2108.4554 7.0 2108.4701 10.0 2108.4848 6.0 2108.4995 3.0 2108.5142 2.0 2108.5288 1.0 2108.5435 5.0 2108.5582 5.0 2108.5729 2.0 2108.5876 1.0 2108.6023 5.0 2108.6169 3.0 2108.6316 10.0 2108.6463 6.0 2108.661 6.0 2108.6757 2.0 2108.6904 9.0 2108.705 7.0 2108.7197 7.0 2108.7344 6.0 2108.7491 1.0 2108.7638 1.0 2108.7785 2.0 2108.7931 6.0 2108.8078 3.0 2108.8225 3.0 2108.8372 7.0 2108.8519 3.0 2108.8666 3.0 2108.8812 3.0 2108.8959 7.0 2108.9106 6.0 2108.9253 3.0 2108.94 4.0 2108.9547 4.0 2108.9694 1.0 2109.0134 7.0 2109.0281 5.0 2109.0428 3.0 2109.0575 2.0 2109.0721 5.0 2109.0868 6.0 2109.1015 1.0 2109.1162 1.0 2109.1456 1.0 2109.1603 2.0 2109.1749 7.0 2109.1896 4.0 2109.2043 3.0 2109.219 5.0 2109.2337 11.0 2109.2484 10.0 2109.2631 4.0 2109.2777 1.0 2109.2924 3.0 2109.3071 5.0 2109.3218 1.0 2109.3512 4.0 2109.3659 1.0 2109.3805 2.0 2109.3952 4.0 2109.4099 2.0 2109.4246 4.0 2109.4393 3.0 2109.454 3.0 2109.4687 3.0 2109.498 1.0 2109.5127 3.0 2109.5274 2.0 2109.5421 2.0 2109.5568 4.0 2109.5715 1.0 2109.5862 1.0 2109.6008 3.0 2109.6155 3.0 2109.6302 5.0 2109.6449 8.0 2109.6596 8.0 2109.6743 4.0 2109.689 4.0 2109.7037 6.0 2109.7183 1.0 2109.733 5.0 2109.7477 6.0 2109.7624 7.0 2109.7771 3.0 2109.7918 2.0 2109.8065 1.0 2109.8212 3.0 2109.8358 5.0 2109.8505 5.0 2109.8652 4.0 2109.8799 7.0 2109.8946 3.0 2109.9093 2.0 2109.924 2.0 2109.9387 4.0 2109.9533 4.0 2109.968 1.0 2109.9827 3.0 2109.9974 8.0 2110.0268 6.0 2110.0415 7.0 2110.0709 1.0 2110.0855 1.0 2110.1149 4.0 2110.1296 4.0 2110.1443 2.0 2110.1737 11.0 2110.1884 4.0 2110.2031 1.0 2110.2177 5.0 2110.2324 4.0 2110.2471 3.0 2110.2618 6.0 2110.2912 2.0 2110.3059 6.0 2110.3206 6.0 2110.3353 6.0 2110.3646 1.0 2110.3793 4.0 2110.394 10.0 2110.4087 10.0 2110.4234 3.0 2110.4381 10.0 2110.4528 3.0 2110.4675 3.0 2110.4822 10.0 2110.4968 5.0 2110.5115 3.0 2110.5409 2.0 2110.5556 4.0 2110.5703 8.0 2110.585 4.0 2110.5997 5.0 2110.6144 3.0 2110.6291 2.0 2110.6437 6.0 2110.6584 3.0 2110.6731 5.0 2110.7025 3.0 2110.7172 2.0 2110.7319 2.0 2110.7466 5.0 2110.7613 3.0 2110.7907 2.0 2110.8053 3.0 2110.8347 5.0 2110.8494 4.0 2110.8641 4.0 2110.8788 3.0 2110.8935 3.0 2110.9082 1.0 2110.9229 1.0 2110.9376 1.0 2110.9523 4.0 2110.967 9.0 2110.9816 5.0 2110.9963 13.0 2111.011 8.0 2111.0257 1.0 2111.0404 2.0 2111.0551 5.0 2111.0698 2.0 2111.0845 2.0 2111.0992 2.0 2111.1139 2.0 2111.1286 4.0 2111.1433 5.0 2111.1579 4.0 2111.1726 1.0 2111.1873 1.0 2111.202 3.0 2111.2167 1.0 2111.2314 4.0 2111.2461 5.0 2111.2608 5.0 2111.2755 3.0 2111.2902 2.0 2111.3196 3.0 2111.3343 4.0 2111.349 13.0 2111.3636 13.0 2111.3783 4.0 2111.393 3.0 2111.4077 5.0 2111.4224 2.0 2111.4371 4.0 2111.4518 1.0 2111.4665 1.0 2111.4959 5.0 2111.5106 1.0 2111.5253 2.0 2111.54 7.0 2111.5547 7.0 2111.5694 6.0 2111.5841 3.0 2111.5987 3.0 2111.6134 4.0 2111.6281 3.0 2111.6428 8.0 2111.6575 7.0 2111.6722 4.0 2111.6869 3.0 2111.7016 1.0 2111.7163 1.0 2111.731 2.0 2111.7457 3.0 2111.7604 5.0 2111.7751 1.0 2111.7898 4.0 2111.8045 3.0 2111.8339 3.0 2111.8485 3.0 2111.8632 4.0 2111.8779 3.0 2111.8926 5.0 2111.9073 5.0 2111.922 3.0 2111.9367 8.0 2111.9514 2.0 2111.9661 4.0 2111.9808 7.0 2111.9955 6.0 2112.0102 4.0 2112.0249 2.0 2112.0396 3.0 2112.0543 5.0 2112.069 7.0 2112.0837 3.0 2112.0984 1.0 2112.1131 4.0 2112.1278 3.0 2112.1425 2.0 2112.1572 7.0 2112.1718 3.0 2112.1865 1.0 2112.2012 2.0 2112.2159 2.0 2112.2306 8.0 2112.2453 6.0 2112.26 3.0 2112.2747 1.0 2112.2894 10.0 2112.3041 6.0 2112.3188 4.0 2112.3335 5.0 2112.3482 5.0 2112.3629 6.0 2112.3776 1.0 2112.3923 4.0 2112.407 2.0 2112.4217 5.0 2112.4364 2.0 2112.4511 2.0 2112.4658 1.0 2112.4805 2.0 2112.4952 2.0 2112.5246 1.0 2112.5393 4.0 2112.554 6.0 2112.5687 1.0 2112.5834 3.0 2112.5981 8.0 2112.6127 6.0 2112.6274 5.0 2112.6421 1.0 2112.6568 5.0 2112.6715 9.0 2112.6862 10.0 2112.7009 1.0 2112.7156 3.0 2112.7303 6.0 2112.745 7.0 2112.7597 1.0 2112.7744 1.0 2112.7891 3.0 2112.8038 3.0 2112.8185 2.0 2112.8332 2.0 2112.8479 4.0 2112.892 1.0 2112.9067 3.0 2112.9214 4.0 2112.9361 5.0 2112.9508 2.0 2112.9655 2.0 2112.9802 7.0 2112.9949 4.0 2113.0096 2.0 2113.0243 2.0 2113.039 1.0 2113.0537 2.0 2113.0831 5.0 2113.0978 1.0 2113.1125 4.0 2113.1272 2.0 2113.1419 2.0 2113.1566 5.0 2113.1713 1.0 2113.186 3.0 2113.2007 6.0 2113.2154 7.0 2113.2301 3.0 2113.2448 4.0 2113.2742 3.0 2113.2889 3.0 2113.3036 6.0 2113.3183 2.0 2113.333 2.0 2113.3624 5.0 2113.3771 4.0 2113.3918 11.0 2113.4065 6.0 2113.4212 7.0 2113.4359 1.0 2113.4506 8.0 2113.4653 6.0 2113.48 4.0 2113.4947 5.0 2113.5094 5.0 2113.5241 3.0 2113.5388 3.0 2113.5535 1.0 2113.5682 3.0 2113.5829 4.0 2113.5976 3.0 2113.6123 7.0 2113.627 8.0 2113.6417 13.0 2113.6564 10.0 2113.6711 5.0 2113.6858 3.0 2113.7005 2.0 2113.7152 2.0 2113.7299 5.0 2113.7446 5.0 2113.7593 1.0 2113.774 3.0 2113.8034 4.0 2113.8181 2.0 2113.8328 2.0 2113.8475 2.0 2113.8622 1.0 2113.8769 3.0 2113.8916 4.0 2113.921 2.0 2113.9357 2.0 2113.9504 1.0 2113.9651 4.0 2113.9798 4.0 2113.9945 3.0 2114.0092 5.0 2114.0239 3.0 2114.0386 3.0 2114.0533 1.0 2114.0681 1.0 2114.0828 3.0 2114.0975 4.0 2114.1122 5.0 2114.1269 4.0 2114.1416 1.0 2114.1563 4.0 2114.171 3.0 2114.1857 1.0 2114.2004 2.0 2114.2151 1.0 2114.2298 1.0 2114.2445 3.0 2114.2592 3.0 2114.2739 4.0 2114.2886 4.0 2114.3033 6.0 2114.318 4.0 2114.3327 1.0 2114.3474 6.0 2114.3621 8.0 2114.3768 3.0 2114.3915 2.0 2114.4062 1.0 2114.4209 11.0 2114.4356 6.0 2114.4503 1.0 2114.465 2.0 2114.4797 1.0 2114.4944 8.0 2114.5092 6.0 2114.5239 1.0 2114.5386 1.0 2114.5533 4.0 2114.568 3.0 2114.5827 5.0 2114.5974 8.0 2114.6121 9.0 2114.6268 2.0 2114.6415 2.0 2114.6709 4.0 2114.6856 2.0 2114.7003 1.0 2114.715 11.0 2114.7297 4.0 2114.7444 9.0 2114.7591 10.0 2114.7738 2.0 2114.7885 3.0 2114.8032 1.0 2114.818 1.0 2114.8327 5.0 2114.8474 1.0 2114.8621 4.0 2114.8768 9.0 2114.8915 9.0 2114.9062 3.0 2114.9209 6.0 2114.9356 1.0 2114.9503 1.0 2114.965 1.0 2114.9797 5.0 2115.0091 6.0 2115.0238 5.0 2115.0385 1.0 2115.0532 1.0 2115.0679 1.0 2115.0827 6.0 2115.0974 7.0 2115.1121 4.0 2115.1268 5.0 2115.1415 6.0 2115.1562 7.0 2115.1856 3.0 2115.2003 5.0 2115.2297 2.0 2115.2444 1.0 2115.2591 8.0 2115.2738 10.0 2115.2885 11.0 2115.3033 5.0 2115.318 8.0 2115.3327 9.0 2115.3474 5.0 2115.3621 1.0 2115.3768 8.0 2115.3915 6.0 2115.4062 1.0 2115.4209 3.0 2115.4356 8.0 2115.4503 3.0 2115.465 2.0 2115.4797 6.0 2115.4944 9.0 2115.5092 9.0 2115.5386 2.0 2115.5533 4.0 2115.568 7.0 2115.5827 6.0 2115.5974 8.0 2115.6121 7.0 2115.6268 6.0 2115.6415 4.0 2115.6562 2.0 2115.6709 4.0 2115.6857 1.0 2115.7004 3.0 2115.7151 1.0 2115.7298 5.0 2115.7445 13.0 2115.7592 3.0 2115.7739 5.0 2115.7886 10.0 2115.8033 7.0 2115.818 3.0 2115.8327 2.0 2115.8474 3.0 2115.8622 5.0 2115.8769 6.0 2115.8916 5.0 2115.9063 2.0 2115.921 1.0 2115.9357 1.0 2115.9504 6.0 2115.9651 13.0 2115.9798 6.0 2115.9945 2.0 2116.0092 1.0 2116.024 4.0 2116.0387 14.0 2116.0534 6.0 2116.0681 1.0 2116.1122 6.0 2116.1416 3.0 2116.1563 5.0 2116.1711 3.0 2116.1858 1.0 2116.2005 1.0 2116.2152 5.0 2116.2299 1.0 2116.2446 2.0 2116.2593 4.0 2116.274 8.0 2116.2887 8.0 2116.3034 3.0 2116.3182 3.0 2116.3329 3.0 2116.3476 2.0 2116.3623 2.0 2116.377 2.0 2116.3917 1.0 2116.4064 1.0 2116.4211 2.0 2116.4358 1.0 2116.4505 1.0 2116.4653 1.0 2116.48 5.0 2116.4947 5.0 2116.5094 6.0 2116.5241 6.0 2116.5388 5.0 2116.5682 2.0 2116.583 2.0 2116.6124 12.0 2116.6271 7.0 2116.6418 4.0 2116.6565 8.0 2116.6859 1.0 2116.7154 4.0 2116.7301 2.0 2116.7448 1.0 2116.7595 3.0 2116.7742 3.0 2116.8036 5.0 2116.8183 1.0 2116.8331 2.0 2116.8478 5.0 2116.8625 3.0 2116.8772 1.0 2116.8919 4.0 2116.9066 7.0 2116.9213 2.0 2116.936 2.0 2116.9508 1.0 2116.9655 2.0 2116.9802 4.0 2116.9949 2.0 2117.0096 1.0 2117.0243 3.0 2117.039 4.0 2117.0685 3.0 2117.0832 3.0 2117.0979 1.0 2117.1126 1.0 2117.1273 2.0 2117.142 2.0 2117.1567 10.0 2117.1714 8.0 2117.1862 2.0 2117.2009 5.0 2117.2156 8.0 2117.2303 7.0 2117.245 2.0 2117.2597 9.0 2117.2744 5.0 2117.2892 2.0 2117.3039 12.0 2117.3186 15.0 2117.3333 4.0 2117.348 11.0 2117.3627 12.0 2117.3774 3.0 2117.3922 3.0 2117.4216 4.0 2117.4363 2.0 2117.451 11.0 2117.4657 5.0 2117.4804 6.0 2117.4952 4.0 2117.5246 4.0 2117.5393 4.0 2117.554 8.0 2117.5687 5.0 2117.5834 3.0 2117.5982 2.0 2117.6129 1.0 2117.6276 6.0 2117.6423 1.0 2117.657 4.0 2117.6717 6.0 2117.6865 10.0 2117.7012 4.0 2117.7159 1.0 2117.7306 5.0 2117.7453 3.0 2117.76 2.0 2117.7747 4.0 2117.7895 2.0 2117.8042 4.0 2117.8336 5.0 2117.8483 4.0 2117.863 3.0 2117.8778 3.0 2117.8925 4.0 2117.9072 4.0 2117.9219 4.0 2117.9366 2.0 2117.9513 2.0 2117.9661 3.0 2117.9808 4.0 2117.9955 1.0 2118.0102 1.0 2118.0249 1.0 2118.0396 4.0 2118.0543 3.0 2118.0691 4.0 2118.0838 1.0 2118.0985 2.0 2118.1132 9.0 2118.1279 2.0 2118.1426 1.0 2118.1574 3.0 2118.1868 4.0 2118.2015 5.0 2118.2162 7.0 2118.231 3.0 2118.2457 2.0 2118.2604 1.0 2118.2751 2.0 2118.2898 3.0 2118.3045 10.0 2118.3193 3.0 2118.334 1.0 2118.3487 2.0 2118.3634 3.0 2118.3781 7.0 2118.3928 2.0 2118.4076 3.0 2118.437 5.0 2118.4517 4.0 2118.4664 5.0 2118.4812 3.0 2118.4959 2.0 2118.5106 5.0 2118.5253 7.0 2118.54 4.0 2118.5547 4.0 2118.5695 5.0 2118.5842 1.0 2118.5989 4.0 2118.6136 5.0 2118.6283 5.0 2118.6431 2.0 2118.6578 4.0 2118.6725 2.0 2118.7019 1.0 2118.7166 2.0 2118.7314 6.0 2118.7461 6.0 2118.7608 4.0 2118.7755 8.0 2118.7902 3.0 2118.805 1.0 2118.8197 3.0 2118.8344 3.0 2118.8491 9.0 2118.8638 8.0 2118.8786 3.0 2118.8933 8.0 2118.908 6.0 2118.9227 2.0 2118.9374 3.0 2118.9522 3.0 2118.9669 1.0 2118.9816 4.0 2118.9963 3.0 2119.0258 4.0 2119.0405 4.0 2119.0552 5.0 2119.0699 9.0 2119.0846 8.0 2119.0994 10.0 2119.1141 9.0 2119.1288 3.0 2119.1435 3.0 2119.1582 3.0 2119.173 3.0 2119.1877 11.0 2119.2024 1.0 2119.2171 2.0 2119.2318 4.0 2119.2466 3.0 2119.2613 3.0 2119.276 4.0 2119.2907 3.0 2119.3054 2.0 2119.3202 5.0 2119.3349 6.0 2119.3496 10.0 2119.3643 2.0 2119.379 5.0 2119.3938 2.0 2119.4232 3.0 2119.4379 1.0 2119.4527 4.0 2119.4674 8.0 2119.4968 4.0 2119.5115 4.0 2119.5263 1.0 2119.541 3.0 2119.5557 8.0 2119.5704 6.0 2119.5852 4.0 2119.5999 9.0 2119.6146 3.0 2119.6293 4.0 2119.644 5.0 2119.6588 3.0 2119.6735 8.0 2119.6882 7.0 2119.7029 2.0 2119.7177 4.0 2119.7324 4.0 2119.7471 11.0 2119.7618 10.0 2119.7765 6.0 2119.7913 4.0 2119.806 6.0 2119.8207 2.0 2119.8354 3.0 2119.8502 6.0 2119.8649 1.0 2119.8796 2.0 2119.8943 8.0 2119.909 2.0 2119.9238 11.0 2119.9385 9.0 2119.9532 2.0 2119.9679 2.0 2119.9827 1.0 2119.9974 2.0 2120.0121 1.0 2120.0268 4.0 2120.0416 7.0 2120.0563 14.0 2120.071 3.0 2120.0857 1.0 2120.1005 2.0 2120.1299 2.0 2120.1446 2.0 2120.1593 3.0 2120.1741 4.0 2120.1888 2.0 2120.2035 4.0 2120.2182 3.0 2120.233 4.0 2120.2477 4.0 2120.2624 5.0 2120.2771 1.0 2120.2919 5.0 2120.3066 6.0 2120.3213 5.0 2120.336 2.0 2120.3508 5.0 2120.3655 3.0 2120.3802 1.0 2120.3949 3.0 2120.4097 5.0 2120.4244 4.0 2120.4391 2.0 2120.4538 2.0 2120.4686 6.0 2120.4833 1.0 2120.498 7.0 2120.5127 5.0 2120.5275 5.0 2120.5422 3.0 2120.5569 1.0 2120.5716 2.0 2120.5864 6.0 2120.6011 2.0 2120.6158 4.0 2120.6305 7.0 2120.6453 10.0 2120.66 5.0 2120.6747 2.0 2120.6894 1.0 2120.7042 3.0 2120.7189 9.0 2120.7336 6.0 2120.7483 7.0 2120.7631 5.0 2120.7778 1.0 2120.7925 4.0 2120.8072 3.0 2120.822 13.0 2120.8367 7.0 2120.8514 4.0 2120.8662 4.0 2120.8809 8.0 2120.8956 6.0 2120.9103 4.0 2120.9251 1.0 2120.9398 2.0 2120.9692 2.0 2120.984 3.0 2121.0134 5.0 2121.0281 1.0 2121.0429 7.0 2121.0576 3.0 2121.0723 1.0 2121.0871 1.0 2121.1165 3.0 2121.1312 3.0 2121.146 2.0 2121.1607 5.0 2121.1754 1.0 2121.1901 1.0 2121.2049 1.0 2121.2196 4.0 2121.2343 4.0 2121.2491 1.0 2121.2638 3.0 2121.2785 4.0 2121.2932 2.0 2121.308 3.0 2121.3227 5.0 2121.3374 6.0 2121.3522 1.0 2121.3669 2.0 2121.3816 4.0 2121.3963 6.0 2121.4111 1.0 2121.4258 1.0 2121.4405 7.0 2121.4553 6.0 2121.47 1.0 2121.4847 1.0 2121.4994 2.0 2121.5142 2.0 2121.5289 1.0 2121.5731 5.0 2121.5878 7.0 2121.6025 6.0 2121.6173 5.0 2121.632 6.0 2121.6467 2.0 2121.6615 1.0 2121.6762 2.0 2121.6909 1.0 2121.7056 2.0 2121.7204 8.0 2121.7351 3.0 2121.7498 2.0 2121.7793 5.0 2121.794 12.0 2121.8088 5.0 2121.8235 3.0 2121.8382 2.0 2121.8529 2.0 2121.8677 1.0 2121.8824 3.0 2121.8971 3.0 2121.9119 3.0 2121.9266 10.0 2121.9413 3.0 2121.9561 13.0 2121.9708 4.0 2121.9855 2.0 2122.0002 7.0 2122.0297 2.0 2122.0444 1.0 2122.0592 2.0 2122.0739 5.0 2122.0886 1.0 2122.1181 1.0 2122.1328 11.0 2122.1475 7.0 2122.1623 2.0 2122.177 2.0 2122.1917 2.0 2122.2065 1.0 2122.2212 2.0 2122.2359 2.0 2122.2654 1.0 2122.2801 3.0 2122.2949 2.0 2122.3096 4.0 2122.3243 7.0 2122.3391 1.0 2122.3538 6.0 2122.3685 11.0 2122.3832 3.0 2122.398 3.0 2122.4127 3.0 2122.4274 3.0 2122.4422 4.0 2122.4569 1.0 2122.4716 1.0 2122.4864 8.0 2122.5011 6.0 2122.5158 6.0 2122.5306 5.0 2122.5453 6.0 2122.56 1.0 2122.5748 2.0 2122.5895 4.0 2122.6042 2.0 2122.619 5.0 2122.6337 8.0 2122.6484 10.0 2122.6632 6.0 2122.6779 9.0 2122.6926 5.0 2122.7074 2.0 2122.7221 6.0 2122.7368 3.0 2122.7516 1.0 2122.7663 2.0 2122.781 4.0 2122.7958 7.0 2122.8105 8.0 2122.8252 1.0 2122.84 1.0 2122.8547 5.0 2122.8694 5.0 2122.8842 3.0 2122.8989 3.0 2122.9136 5.0 2122.9284 1.0 2122.9578 2.0 2122.9726 2.0 2122.9873 1.0 2123.002 4.0 2123.0168 5.0 2123.0315 2.0 2123.0462 5.0 2123.061 1.0 2123.0757 1.0 2123.0904 2.0 2123.1052 2.0 2123.1199 5.0 2123.1346 1.0 2123.1494 1.0 2123.1641 2.0 2123.1788 2.0 2123.1936 7.0 2123.2083 6.0 2123.223 1.0 2123.2378 10.0 2123.2525 4.0 2123.2672 4.0 2123.282 4.0 2123.2967 1.0 2123.3262 5.0 2123.3409 8.0 2123.3557 8.0 2123.3704 4.0 2123.3851 4.0 2123.3999 1.0 2123.4146 2.0 2123.4293 1.0 2123.4441 1.0 2123.4588 1.0 2123.4735 3.0 2123.503 2.0 2123.5177 3.0 2123.5325 2.0 2123.5472 2.0 2123.562 2.0 2123.5767 1.0 2123.5914 7.0 2123.6062 9.0 2123.6356 4.0 2123.6504 5.0 2123.6651 9.0 2123.6798 5.0 2123.6946 2.0 2123.7093 4.0 2123.7241 3.0 2123.7388 3.0 2123.7535 2.0 2123.7683 1.0 2123.7977 3.0 2123.8125 3.0 2123.8272 9.0 2123.8419 5.0 2123.8567 4.0 2123.8714 8.0 2123.8862 4.0 2123.9009 7.0 2123.9156 2.0 2123.9304 1.0 2123.9451 2.0 2123.9598 2.0 2123.9746 4.0 2123.9893 7.0 2124.0041 4.0 2124.0188 1.0 2124.0335 4.0 2124.0483 6.0 2124.0777 3.0 2124.0925 3.0 2124.1072 8.0 2124.122 6.0 2124.1367 2.0 2124.1514 1.0 2124.1662 3.0 2124.1809 3.0 2124.1956 5.0 2124.2104 6.0 2124.2251 1.0 2124.2399 5.0 2124.2546 5.0 2124.2693 2.0 2124.2841 4.0 2124.2988 5.0 2124.3135 4.0 2124.343 5.0 2124.3578 5.0 2124.3872 2.0 2124.402 1.0 2124.4167 2.0 2124.4315 3.0 2124.4462 2.0 2124.4609 5.0 2124.4757 10.0 2124.4904 2.0 2124.5199 2.0 2124.5346 7.0 2124.5494 13.0 2124.5641 6.0 2124.5788 2.0 2124.5936 4.0 2124.6083 9.0 2124.6231 10.0 2124.6378 8.0 2124.6525 2.0 2124.6673 6.0 2124.682 5.0 2124.6968 1.0 2124.7262 7.0 2124.741 5.0 2124.7557 3.0 2124.7705 1.0 2124.7999 5.0 2124.8147 3.0 2124.8442 2.0 2124.8589 3.0 2124.8736 3.0 2124.8884 4.0 2124.9031 1.0 2124.9179 2.0 2124.9326 3.0 2124.9474 2.0 2124.9621 2.0 2124.9768 2.0 2124.9916 4.0 2125.0063 5.0 2125.0211 3.0 2125.0358 4.0 2125.0505 3.0 2125.0653 3.0 2125.0948 3.0 2125.1095 1.0 2125.1242 7.0 2125.139 8.0 2125.1537 2.0 2125.1832 4.0 2125.1979 3.0 2125.2127 10.0 2125.2274 7.0 2125.2422 4.0 2125.2569 1.0 2125.2717 1.0 2125.2864 2.0 2125.3011 4.0 2125.3159 2.0 2125.3306 3.0 2125.3454 2.0 2125.3601 2.0 2125.3749 1.0 2125.3896 1.0 2125.4043 5.0 2125.4191 1.0 2125.4338 1.0 2125.4486 1.0 2125.4633 1.0 2125.478 1.0 2125.4928 2.0 2125.5075 2.0 2125.5223 1.0 2125.537 5.0 2125.5518 3.0 2125.5665 5.0 2125.5812 1.0 2125.596 5.0 2125.6107 4.0 2125.6255 5.0 2125.6402 2.0 2125.655 3.0 2125.6697 1.0 2125.6845 3.0 2125.6992 2.0 2125.7139 5.0 2125.7287 7.0 2125.7434 2.0 2125.7582 2.0 2125.7729 6.0 2125.7877 3.0 2125.8024 1.0 2125.8171 3.0 2125.8319 3.0 2125.8466 1.0 2125.8614 6.0 2125.8761 1.0 2125.8909 3.0 2125.9056 1.0 2125.9203 4.0 2125.9351 2.0 2125.9498 4.0 2125.9646 2.0 2125.9793 1.0 2126.0088 2.0 2126.0236 10.0 2126.0383 2.0 2126.053 5.0 2126.0678 3.0 2126.0825 1.0 2126.0973 3.0 2126.112 10.0 2126.1268 6.0 2126.1415 3.0 2126.1563 4.0 2126.171 8.0 2126.1858 3.0 2126.2005 5.0 2126.2152 2.0 2126.2447 2.0 2126.2595 2.0 2126.2742 1.0 2126.289 3.0 2126.3185 2.0 2126.3332 2.0 2126.3479 8.0 2126.3627 3.0 2126.3774 3.0 2126.3922 1.0 2126.4069 2.0 2126.4217 6.0 2126.4364 2.0 2126.4512 2.0 2126.4659 5.0 2126.4807 5.0 2126.4954 4.0 2126.5102 4.0 2126.5249 2.0 2126.5396 4.0 2126.5544 6.0 2126.5691 1.0 2126.5839 3.0 2126.5986 6.0 2126.6134 9.0 2126.6281 2.0 2126.6429 4.0 2126.6576 4.0 2126.6724 5.0 2126.6871 8.0 2126.7166 2.0 2126.7314 3.0 2126.7608 2.0 2126.7756 9.0 2126.7903 5.0 2126.8051 6.0 2126.8198 1.0 2126.8346 5.0 2126.8493 3.0 2126.8641 8.0 2126.8788 8.0 2126.8936 2.0 2126.9083 6.0 2126.9231 4.0 2126.9378 2.0 2126.9673 2.0 2126.9821 5.0 2126.9968 2.0 2127.0116 2.0 2127.0263 1.0 2127.041 1.0 2127.0558 5.0 2127.0705 2.0 2127.0853 2.0 2127.1 8.0 2127.1148 2.0 2127.1295 4.0 2127.1443 2.0 2127.159 7.0 2127.1738 2.0 2127.1885 4.0 2127.2033 8.0 2127.218 5.0 2127.2328 1.0 2127.2475 4.0 2127.2623 3.0 2127.277 2.0 2127.2918 2.0 2127.3065 4.0 2127.3213 12.0 2127.336 4.0 2127.3508 1.0 2127.3655 3.0 2127.3803 4.0 2127.395 6.0 2127.4098 4.0 2127.4245 5.0 2127.4393 2.0 2127.454 5.0 2127.4688 7.0 2127.4835 3.0 2127.4983 5.0 2127.513 4.0 2127.5278 4.0 2127.5425 8.0 2127.5573 4.0 2127.572 1.0 2127.5868 3.0 2127.6015 1.0 2127.6163 2.0 2127.631 3.0 2127.6458 2.0 2127.6605 8.0 2127.6753 4.0 2127.69 3.0 2127.7048 2.0 2127.7195 1.0 2127.7638 2.0 2127.7785 10.0 2127.7933 9.0 2127.808 5.0 2127.8228 5.0 2127.8375 7.0 2127.8523 1.0 2127.867 5.0 2127.8818 3.0 2127.8965 9.0 2127.9113 2.0 2127.926 4.0 2127.9408 6.0 2127.9555 4.0 2127.9703 5.0 2127.985 5.0 2127.9998 3.0 2128.0145 3.0 2128.0293 5.0 2128.044 7.0 2128.0588 3.0 2128.0735 5.0 2128.0883 4.0 2128.103 2.0 2128.1178 9.0 2128.1325 4.0 2128.162 1.0 2128.1768 4.0 2128.1916 2.0 2128.2063 2.0 2128.2211 3.0 2128.2358 2.0 2128.2653 3.0 2128.2801 7.0 2128.2948 2.0 2128.3096 1.0 2128.3243 8.0 2128.3391 5.0 2128.3686 7.0 2128.3833 8.0 2128.3981 2.0 2128.4128 4.0 2128.4276 4.0 2128.4423 2.0 2128.4571 5.0 2128.4719 13.0 2128.4866 10.0 2128.5014 5.0 2128.5161 1.0 2128.5309 5.0 2128.5456 2.0 2128.5751 3.0 2128.5899 2.0 2128.6046 4.0 2128.6194 2.0 2128.6341 2.0 2128.6489 1.0 2128.6636 2.0 2128.6784 2.0 2128.6932 1.0 2128.7079 6.0 2128.7227 3.0 2128.7374 6.0 2128.7522 3.0 2128.7669 9.0 2128.7817 3.0 2128.7964 4.0 2128.8112 3.0 2128.8259 2.0 2128.8407 4.0 2128.8554 8.0 2128.8702 6.0 2128.885 4.0 2128.8997 2.0 2128.9145 5.0 2128.9292 2.0 2128.944 1.0 2128.9587 6.0 2128.9735 2.0 2128.9882 8.0 2129.003 3.0 2129.0177 2.0 2129.0325 2.0 2129.0473 8.0 2129.062 5.0 2129.0768 2.0 2129.0915 1.0 2129.121 4.0 2129.1358 3.0 2129.1505 3.0 2129.1653 1.0 2129.1801 5.0 2129.1948 10.0 2129.2096 2.0 2129.2243 6.0 2129.2391 9.0 2129.2538 1.0 2129.2686 5.0 2129.2833 8.0 2129.2981 6.0 2129.3129 3.0 2129.3424 4.0 2129.3571 3.0 2129.3719 6.0 2129.3866 1.0 2129.4014 6.0 2129.4161 4.0 2129.4309 6.0 2129.4457 3.0 2129.4604 9.0 2129.4752 9.0 2129.4899 13.0 2129.5047 3.0 2129.5194 5.0 2129.5342 4.0 2129.549 7.0 2129.5637 2.0 2129.608 2.0 2129.6227 3.0 2129.6523 4.0 2129.667 1.0 2129.6818 3.0 2129.6965 2.0 2129.7113 2.0 2129.726 3.0 2129.7408 4.0 2129.7556 2.0 2129.7703 4.0 2129.7851 6.0 2129.7998 1.0 2129.8146 14.0 2129.8293 5.0 2129.8589 4.0 2129.8736 4.0 2129.8884 7.0 2129.9031 4.0 2129.9179 6.0 2129.9327 5.0 2129.9474 3.0 2129.9622 3.0 2129.9769 9.0 2129.9917 3.0 2130.0064 1.0 2130.0212 2.0 2130.036 6.0 2130.0507 1.0 2130.0655 6.0 2130.0802 6.0 2130.095 2.0 2130.1245 6.0 2130.1393 7.0 2130.154 12.0 2130.1688 6.0 2130.1835 5.0 2130.1983 1.0 2130.2131 8.0 2130.2278 3.0 2130.2426 2.0 2130.2573 2.0 2130.2721 5.0 2130.2869 4.0 2130.3016 1.0 2130.3164 1.0 2130.3311 2.0 2130.3459 3.0 2130.3607 1.0 2130.3754 2.0 2130.3902 1.0 2130.4049 5.0 2130.4197 8.0 2130.4492 4.0 2130.464 2.0 2130.4787 1.0 2130.4935 3.0 2130.5083 8.0 2130.523 7.0 2130.5378 3.0 2130.5525 2.0 2130.5673 6.0 2130.5821 5.0 2130.5968 8.0 2130.6116 5.0 2130.6263 5.0 2130.6411 2.0 2130.6559 2.0 2130.6706 10.0 2130.6854 7.0 2130.7001 3.0 2130.7149 4.0 2130.7297 6.0 2130.7444 3.0 2130.7739 3.0 2130.7887 3.0 2130.8035 3.0 2130.8182 3.0 2130.833 13.0 2130.8478 1.0 2130.8625 2.0 2130.8773 3.0 2130.892 2.0 2130.9068 3.0 2130.9216 2.0 2130.9363 4.0 2130.9511 3.0 2130.9658 2.0 2130.9806 2.0 2130.9954 1.0 2131.0101 1.0 2131.0249 1.0 2131.0397 9.0 2131.0692 1.0 2131.0839 4.0 2131.0987 1.0 2131.1135 1.0 2131.1282 6.0 2131.143 2.0 2131.1578 4.0 2131.1725 3.0 2131.1873 6.0 2131.202 5.0 2131.2168 2.0 2131.2316 6.0 2131.2463 4.0 2131.2611 1.0 2131.2759 6.0 2131.2906 2.0 2131.3054 4.0 2131.3201 4.0 2131.3349 2.0 2131.3497 1.0 2131.3644 2.0 2131.3792 4.0 2131.394 8.0 2131.4087 7.0 2131.4235 1.0 2131.4383 2.0 2131.453 9.0 2131.4678 2.0 2131.4825 2.0 2131.4973 3.0 2131.5121 12.0 2131.5268 3.0 2131.5416 3.0 2131.5564 8.0 2131.5711 7.0 2131.5859 1.0 2131.6007 2.0 2131.6154 6.0 2131.6302 7.0 2131.6449 7.0 2131.6745 5.0 2131.6892 2.0 2131.704 3.0 2131.7188 5.0 2131.7335 3.0 2131.7483 3.0 2131.7778 2.0 2131.7926 3.0 2131.8074 6.0 2131.8221 6.0 2131.8369 4.0 2131.8516 2.0 2131.8664 6.0 2131.8812 2.0 2131.8959 6.0 2131.9107 3.0 2131.9255 1.0 2131.9402 4.0 2131.955 4.0 2131.9698 14.0 2131.9845 8.0 2131.9993 4.0 2132.0141 2.0 2132.0288 3.0 2132.0436 5.0 2132.0584 3.0 2132.0879 2.0 2132.1027 3.0 2132.1322 4.0 2132.147 1.0 2132.1765 2.0 2132.1913 1.0 2132.206 10.0 2132.2208 5.0 2132.2355 8.0 2132.2503 6.0 2132.2651 8.0 2132.2798 4.0 2132.2946 1.0 2132.3241 4.0 2132.3537 1.0 2132.3684 2.0 2132.3832 6.0 2132.398 1.0 2132.4127 3.0 2132.4275 5.0 2132.4423 9.0 2132.457 11.0 2132.4718 11.0 2132.4866 3.0 2132.5013 9.0 2132.5161 4.0 2132.5309 2.0 2132.5604 1.0 2132.5752 3.0 2132.59 4.0 2132.6047 5.0 2132.6195 1.0 2132.6343 1.0 2132.649 2.0 2132.6638 2.0 2132.6933 3.0 2132.7081 2.0 2132.7229 7.0 2132.7376 7.0 2132.7524 2.0 2132.7819 9.0 2132.7967 6.0 2132.8558 5.0 2132.8705 7.0 2132.8853 8.0 2132.9001 5.0 2132.9148 11.0 2132.9296 3.0 2132.9444 4.0 2132.9592 2.0 2132.9739 8.0 2132.9887 7.0 2133.0035 1.0 2133.0182 10.0 2133.033 6.0 2133.0478 7.0 2133.0625 1.0 2133.0773 4.0 2133.0921 6.0 2133.1068 3.0 2133.1216 3.0 2133.1364 6.0 2133.1512 8.0 2133.1659 7.0 2133.1807 7.0 2133.1955 6.0 2133.225 1.0 2133.2398 2.0 2133.2545 5.0 2133.2693 5.0 2133.2841 1.0 2133.2988 1.0 2133.3136 3.0 2133.3284 2.0 2133.3432 3.0 2133.3579 3.0 2133.3727 4.0 2133.3875 2.0 2133.4022 2.0 2133.417 4.0 2133.4318 7.0 2133.4465 11.0 2133.4613 6.0 2133.4761 3.0 2133.4909 6.0 2133.5056 6.0 2133.5204 7.0 2133.5352 5.0 2133.5499 2.0 2133.5647 5.0 2133.5795 7.0 2133.5943 13.0 2133.609 12.0 2133.6238 7.0 2133.6386 5.0 2133.6533 10.0 2133.6681 2.0 2133.6829 6.0 2133.6977 4.0 2133.7124 4.0 2133.7272 7.0 2133.742 4.0 2133.7715 2.0 2133.7863 6.0 2133.8011 7.0 2133.8158 11.0 2133.8306 10.0 2133.8454 19.0 2133.8601 21.0 2133.8749 18.0 2133.8897 19.0 2133.9045 30.0 2133.9192 24.0 2133.934 18.0 2133.9488 25.0 2133.9635 19.0 2133.9783 9.0 2133.9931 4.0 2134.0079 3.0 2134.0226 3.0 2134.0374 3.0 2134.0522 1.0 2134.0817 1.0 2134.0965 5.0 2134.1113 2.0 2134.1408 1.0 2134.1556 7.0 2134.1704 4.0 2134.1851 2.0 2134.1999 5.0 2134.2147 7.0 2134.2295 6.0 2134.2442 1.0 2134.259 6.0 2134.2885 3.0 2134.3033 1.0 2134.3329 11.0 2134.3476 12.0 2134.3624 4.0 2134.3772 2.0 2134.392 3.0 2134.4067 4.0 2134.4215 4.0 2134.4363 4.0 2134.4511 5.0 2134.4658 3.0 2134.4806 5.0 2134.4954 2.0 2134.5102 9.0 2134.5249 8.0 2134.5397 3.0 2134.5545 2.0 2134.5692 2.0 2134.584 7.0 2134.5988 2.0 2134.6136 3.0 2134.6283 3.0 2134.6431 1.0 2134.6579 4.0 2134.6727 3.0 2134.6874 3.0 2134.7022 4.0 2134.717 1.0 2134.7318 6.0 2134.7465 1.0 2134.7613 5.0 2134.7761 1.0 2134.7909 3.0 2134.8056 6.0 2134.8204 8.0 2134.8352 12.0 2134.85 9.0 2134.8647 14.0 2134.8795 16.0 2134.8943 29.0 2134.9091 31.0 2134.9238 21.0 2134.9386 17.0 2134.9534 19.0 2134.9682 9.0 2134.9829 7.0 2134.9977 11.0 2135.0125 4.0 2135.0273 6.0 2135.0421 3.0 2135.0568 3.0 2135.1012 4.0 2135.1159 12.0 2135.1307 8.0 2135.1455 2.0 2135.1603 5.0 2135.175 1.0 2135.2194 7.0 2135.2341 8.0 2135.2489 4.0 2135.2637 1.0 2135.2785 2.0 2135.2933 4.0 2135.308 2.0 2135.3228 4.0 2135.3376 3.0 2135.3524 5.0 2135.3671 6.0 2135.3819 8.0 2135.3967 4.0 2135.4115 6.0 2135.4262 4.0 2135.441 1.0 2135.4558 1.0 2135.4706 7.0 2135.4854 6.0 2135.5149 6.0 2135.5297 4.0 2135.5445 1.0 2135.5592 2.0 2135.574 3.0 2135.5888 1.0 2135.6036 1.0 2135.6184 1.0 2135.6331 4.0 2135.6479 6.0 2135.6627 1.0 2135.6775 2.0 2135.6922 5.0 2135.707 1.0 2135.7218 2.0 2135.7366 10.0 2135.7514 3.0 2135.7661 1.0 2135.7809 2.0 2135.7957 6.0 2135.8105 12.0 2135.8253 1.0 2135.84 6.0 2135.8548 12.0 2135.8696 10.0 2135.8844 15.0 2135.8991 15.0 2135.9139 10.0 2135.9287 4.0 2135.9435 8.0 2135.9583 16.0 2135.973 25.0 2135.9878 13.0 2136.0026 7.0 2136.0174 5.0 2136.0322 3.0 2136.0469 5.0 2136.0617 6.0 2136.0913 3.0 2136.1061 5.0 2136.1208 2.0 2136.1356 2.0 2136.1504 2.0 2136.1652 2.0 2136.18 2.0 2136.1947 3.0 2136.2095 1.0 2136.2243 2.0 2136.2391 3.0 2136.2539 3.0 2136.2686 5.0 2136.2834 2.0 2136.2982 5.0 2136.313 3.0 2136.3278 4.0 2136.3425 6.0 2136.3573 6.0 2136.3721 3.0 2136.3869 1.0 2136.4017 10.0 2136.4164 3.0 2136.4312 1.0 2136.446 2.0 2136.4608 10.0 2136.4756 11.0 2136.4903 2.0 2136.5051 1.0 2136.5199 2.0 2136.5347 3.0 2136.5495 6.0 2136.5643 3.0 2136.579 9.0 2136.5938 8.0 2136.6086 5.0 2136.6234 1.0 2136.6382 5.0 2136.6529 4.0 2136.6677 5.0 2136.6825 4.0 2136.6973 1.0 2136.7121 2.0 2136.7268 2.0 2136.7416 3.0 2136.7564 3.0 2136.7712 4.0 2136.786 5.0 2136.8008 4.0 2136.8155 8.0 2136.8303 1.0 2136.8451 4.0 2136.8599 11.0 2136.8747 14.0 2136.8895 20.0 2136.9042 13.0 2136.919 4.0 2136.9338 8.0 2136.9486 7.0 2136.9634 7.0 2136.9781 9.0 2136.9929 9.0 2137.0077 3.0 2137.0225 11.0 2137.0373 3.0 2137.0521 4.0 2137.0668 2.0 2137.0816 3.0 2137.0964 1.0 2137.1112 6.0 2137.1408 4.0 2137.1555 6.0 2137.1703 6.0 2137.1851 7.0 2137.1999 3.0 2137.2147 7.0 2137.2295 10.0 2137.2442 7.0 2137.259 13.0 2137.2738 9.0 2137.2886 3.0 2137.3034 3.0 2137.3182 1.0 2137.3329 5.0 2137.3477 14.0 2137.3625 4.0 2137.3773 3.0 2137.3921 5.0 2137.4069 4.0 2137.4217 3.0 2137.4364 6.0 2137.4512 6.0 2137.466 2.0 2137.4808 2.0 2137.4956 9.0 2137.5104 9.0 2137.5251 2.0 2137.5399 2.0 2137.5547 4.0 2137.5695 3.0 2137.5843 1.0 2137.5991 1.0 2137.6139 3.0 2137.6286 5.0 2137.6434 3.0 2137.6582 1.0 2137.673 4.0 2137.6878 2.0 2137.7026 1.0 2137.7173 2.0 2137.7321 4.0 2137.7469 2.0 2137.7617 5.0 2137.7765 1.0 2137.7913 1.0 2137.8061 2.0 2137.8356 3.0 2137.8504 7.0 2137.8652 9.0 2137.88 4.0 2137.8948 4.0 2137.9096 2.0 2137.9243 7.0 2137.9391 8.0 2137.9539 9.0 2137.9687 5.0 2137.9835 14.0 2137.9983 9.0 2138.0131 8.0 2138.0279 9.0 2138.0426 3.0 2138.0574 1.0 2138.0722 4.0 2138.087 9.0 2138.1018 5.0 2138.1166 1.0 2138.1314 6.0 2138.1461 11.0 2138.1609 2.0 2138.1757 4.0 2138.1905 1.0 2138.2053 2.0 2138.2201 4.0 2138.2349 2.0 2138.2497 2.0 2138.2644 3.0 2138.294 1.0 2138.3088 2.0 2138.3236 1.0 2138.3384 4.0 2138.3532 1.0 2138.3827 3.0 2138.3975 2.0 2138.4123 1.0 2138.4271 2.0 2138.4419 3.0 2138.4567 2.0 2138.4715 1.0 2138.4863 2.0 2138.501 2.0 2138.5158 5.0 2138.5306 4.0 2138.5454 3.0 2138.5602 3.0 2138.575 9.0 2138.5898 5.0 2138.6046 1.0 2138.6193 2.0 2138.6341 3.0 2138.6489 1.0 2138.6637 1.0 2138.6785 5.0 2138.6933 2.0 2138.7081 2.0 2138.7229 1.0 2138.7377 9.0 2138.782 4.0 2138.8116 1.0 2138.8264 2.0 2138.8412 6.0 2138.856 9.0 2138.8708 7.0 2138.8855 3.0 2138.9003 4.0 2138.9151 4.0 2138.9299 1.0 2138.9447 1.0 2138.9595 2.0 2138.9743 2.0 2138.9891 2.0 2139.0187 2.0 2139.0334 2.0 2139.0482 3.0 2139.063 2.0 2139.0778 5.0 2139.0926 2.0 2139.1074 3.0 2139.1222 1.0 2139.137 5.0 2139.1518 2.0 2139.1666 3.0 2139.2109 2.0 2139.2257 3.0 2139.2405 3.0 2139.2849 1.0 2139.2997 3.0 2139.3145 10.0 2139.3293 6.0 2139.344 4.0 2139.3588 3.0 2139.3736 2.0 2139.3884 2.0 2139.4032 1.0 2139.418 5.0 2139.4328 3.0 2139.4476 1.0 2139.4772 4.0 2139.492 7.0 2139.5067 1.0 2139.5363 4.0 2139.5511 4.0 2139.5955 6.0 2139.6103 7.0 2139.6251 2.0 2139.6399 2.0 2139.6547 3.0 2139.6695 3.0 2139.6842 1.0 2139.699 1.0 2139.7138 3.0 2139.7286 4.0 2139.7434 3.0 2139.7582 5.0 2139.773 9.0 2139.7878 6.0 2139.8026 2.0 2139.8174 3.0 2139.8322 3.0 2139.847 4.0 2139.8618 2.0 2139.8913 6.0 2139.9061 2.0 2139.9209 2.0 2139.9357 2.0 2139.9505 11.0 2139.9653 8.0 2139.9801 3.0 2139.9949 4.0 2140.0097 2.0 2140.0245 15.0 2140.0393 9.0 2140.0541 2.0 2140.0689 2.0 2140.0837 2.0 2140.0985 2.0 2140.1132 5.0 2140.128 6.0 2140.1428 7.0 2140.1576 2.0 2140.1724 1.0 2140.1872 4.0 2140.202 6.0 2140.2168 3.0 2140.2316 1.0 2140.2464 3.0 2140.2612 5.0 2140.276 5.0 2140.3056 2.0 2140.3204 2.0 2140.3352 6.0 2140.3499 2.0 2140.3647 7.0 2140.3795 3.0 2140.3943 3.0 2140.4091 9.0 2140.4239 5.0 2140.4387 1.0 2140.4535 3.0 2140.4683 4.0 2140.4831 4.0 2140.4979 1.0 2140.5127 2.0 2140.5275 5.0 2140.5423 8.0 2140.5571 6.0 2140.5719 3.0 2140.5867 1.0 2140.6015 4.0 2140.6163 6.0 2140.6311 2.0 2140.6458 7.0 2140.6606 2.0 2140.6754 2.0 2140.6902 5.0 2140.705 7.0 2140.7198 2.0 2140.7346 1.0 2140.7494 5.0 2140.7642 9.0 2140.779 5.0 2140.7938 3.0 2140.8086 3.0 2140.8234 7.0 2140.8382 2.0 2140.853 3.0 2140.8678 5.0 2140.8826 7.0 2140.8974 14.0 2140.9122 2.0 2140.927 1.0 2140.9418 3.0 2140.9714 2.0 2140.9862 2.0 2141.001 4.0 2141.0158 2.0 2141.0305 1.0 2141.0453 1.0 2141.0601 2.0 2141.0749 2.0 2141.0897 9.0 2141.1045 2.0 2141.1193 4.0 2141.1341 8.0 2141.1489 6.0 2141.1637 1.0 2141.2081 2.0 2141.2377 5.0 2141.2525 4.0 2141.2673 9.0 2141.2821 3.0 2141.2969 1.0 2141.3265 2.0 2141.3413 7.0 2141.3561 2.0 2141.3709 5.0 2141.3857 3.0 2141.4005 11.0 2141.4153 6.0 2141.4301 8.0 2141.4449 5.0 2141.4597 2.0 2141.4745 5.0 2141.5041 3.0 2141.5189 6.0 2141.5337 5.0 2141.5485 3.0 2141.5633 1.0 2141.5781 1.0 2141.5929 3.0 2141.6077 10.0 2141.6225 7.0 2141.6373 9.0 2141.6521 1.0 2141.6817 4.0 2141.6965 1.0 2141.7113 3.0 2141.7261 2.0 2141.7409 3.0 2141.7557 3.0 2141.7705 3.0 2141.7853 3.0 2141.8001 2.0 2141.8149 2.0 2141.8297 3.0 2141.8445 7.0 2141.8593 4.0 2141.8741 8.0 2141.8889 8.0 2141.9037 4.0 2141.9185 13.0 2141.9333 7.0 2141.9481 10.0 2141.9629 10.0 2141.9777 2.0 2141.9925 5.0 2142.0073 5.0 2142.0221 6.0 2142.0369 3.0 2142.0517 5.0 2142.0665 6.0 2142.0813 2.0 2142.0961 1.0 2142.1109 2.0 2142.1257 2.0 2142.1405 2.0 2142.1553 1.0 2142.1701 2.0 2142.1849 1.0 2142.1997 2.0 2142.2145 1.0 2142.2293 2.0 2142.2441 3.0 2142.2589 4.0 2142.2737 2.0 2142.2885 4.0 2142.3033 3.0 2142.3181 3.0 2142.3329 5.0 2142.3477 2.0 2142.3625 9.0 2142.3773 3.0 2142.3921 1.0 2142.4069 4.0 2142.4217 6.0 2142.4365 7.0 2142.4513 8.0 2142.4661 1.0 2142.4809 8.0 2142.4957 11.0 2142.5105 6.0 2142.5253 1.0 2142.5401 7.0 2142.5549 4.0 2142.5697 1.0 2142.5845 4.0 2142.5993 1.0 2142.6141 5.0 2142.6289 3.0 2142.6437 6.0 2142.6585 6.0 2142.6733 2.0 2142.6881 5.0 2142.7029 8.0 2142.7177 3.0 2142.7325 18.0 2142.7473 7.0 2142.7621 3.0 2142.7769 8.0 2142.7917 1.0 2142.8065 4.0 2142.8213 1.0 2142.8362 5.0 2142.851 5.0 2142.8658 7.0 2142.8806 12.0 2142.8954 8.0 2142.9102 6.0 2142.925 6.0 2142.9398 3.0 2142.9546 9.0 2142.9694 7.0 2142.9842 11.0 2142.999 1.0 2143.0138 7.0 2143.0286 2.0 2143.0434 12.0 2143.0582 10.0 2143.073 5.0 2143.0878 9.0 2143.1026 6.0 2143.1174 3.0 2143.1322 20.0 2143.147 11.0 2143.1618 6.0 2143.1766 10.0 2143.1914 2.0 2143.2062 4.0 2143.221 4.0 2143.2359 3.0 2143.2507 3.0 2143.2655 3.0 2143.2803 4.0 2143.2951 1.0 2143.3099 4.0 2143.3247 5.0 2143.3395 7.0 2143.3543 4.0 2143.3691 1.0 2143.3839 1.0 2143.3987 1.0 2143.4135 2.0 2143.4283 3.0 2143.4431 5.0 2143.4727 1.0 2143.4875 3.0 2143.5023 5.0 2143.532 1.0 2143.5468 4.0 2143.5616 3.0 2143.5764 2.0 2143.5912 9.0 2143.606 8.0 2143.6208 1.0 2143.6356 4.0 2143.6504 11.0 2143.6652 15.0 2143.68 10.0 2143.6948 3.0 2143.7096 1.0 2143.7244 5.0 2143.7392 8.0 2143.754 4.0 2143.7689 10.0 2143.7837 1.0 2143.7985 6.0 2143.8133 2.0 2143.8429 2.0 2143.8577 2.0 2143.8725 3.0 2143.8873 7.0 2143.9021 12.0 2143.9169 13.0 2143.9317 11.0 2143.9465 6.0 2143.9613 3.0 2143.9761 2.0 2143.991 6.0 2144.0058 3.0 2144.0206 5.0 2144.0354 2.0 2144.0502 1.0 2144.065 4.0 2144.0798 2.0 2144.0946 2.0 2144.1094 2.0 2144.1242 1.0 2144.139 6.0 2144.1538 10.0 2144.1686 6.0 2144.1835 4.0 2144.1983 2.0 2144.2131 5.0 2144.2279 7.0 2144.2427 7.0 2144.2575 2.0 2144.2723 7.0 2144.2871 4.0 2144.3019 3.0 2144.3167 1.0 2144.3315 3.0 2144.3463 1.0 2144.3611 1.0 2144.376 7.0 2144.3908 6.0 2144.4056 6.0 2144.4204 3.0 2144.45 6.0 2144.4648 3.0 2144.4796 1.0 2144.4944 3.0 2144.5092 2.0 2144.524 1.0 2144.5389 6.0 2144.5537 10.0 2144.5685 6.0 2144.5833 6.0 2144.5981 10.0 2144.6129 11.0 2144.6277 7.0 2144.6573 1.0 2144.6721 4.0 2144.6869 3.0 2144.7018 2.0 2144.7166 6.0 2144.7314 3.0 2144.7462 4.0 2144.761 4.0 2144.7906 1.0 2144.8054 3.0 2144.8202 2.0 2144.835 3.0 2144.8499 1.0 2144.8647 7.0 2144.8795 2.0 2144.8943 1.0 2144.9091 3.0 2144.9239 11.0 2144.9387 7.0 2144.9535 5.0 2144.9683 5.0 2144.998 3.0 2145.0128 4.0 2145.0276 1.0 2145.0424 3.0 2145.0572 4.0 2145.072 5.0 2145.0868 4.0 2145.1016 4.0 2145.1164 3.0 2145.1313 3.0 2145.1461 4.0 2145.1609 4.0 2145.1757 3.0 2145.1905 8.0 2145.2053 3.0 2145.2201 3.0 2145.2349 2.0 2145.2497 14.0 2145.2646 10.0 2145.2794 5.0 2145.2942 1.0 2145.309 8.0 2145.3238 1.0 2145.3386 5.0 2145.3534 5.0 2145.3682 4.0 2145.3831 8.0 2145.3979 10.0 2145.4127 7.0 2145.4275 4.0 2145.4423 6.0 2145.4571 4.0 2145.4719 5.0 2145.4867 9.0 2145.5016 1.0 2145.5164 1.0 2145.5312 3.0 2145.546 5.0 2145.5608 4.0 2145.5756 2.0 2145.5904 3.0 2145.6052 6.0 2145.6201 4.0 2145.6349 6.0 2145.6497 3.0 2145.6645 1.0 2145.6793 4.0 2145.6941 2.0 2145.7089 8.0 2145.7237 6.0 2145.7386 4.0 2145.7534 7.0 2145.7682 2.0 2145.783 5.0 2145.7978 2.0 2145.8126 2.0 2145.8274 5.0 2145.8423 1.0 2145.8571 1.0 2145.8719 4.0 2145.8867 4.0 2145.9015 7.0 2145.9163 1.0 2145.9311 3.0 2145.9459 1.0 2145.9608 1.0 2145.9756 1.0 2145.9904 3.0 2146.0052 4.0 2146.02 7.0 2146.0348 3.0 2146.0496 8.0 2146.0645 3.0 2146.1089 4.0 2146.1237 3.0 2146.1533 4.0 2146.1682 3.0 2146.183 4.0 2146.2126 2.0 2146.2274 1.0 2146.2422 6.0 2146.2571 8.0 2146.2719 4.0 2146.2867 3.0 2146.3015 8.0 2146.3163 7.0 2146.3311 4.0 2146.3459 2.0 2146.3608 6.0 2146.3756 2.0 2146.3904 3.0 2146.42 2.0 2146.4348 4.0 2146.4497 13.0 2146.4645 11.0 2146.4793 4.0 2146.4941 1.0 2146.5089 2.0 2146.5237 5.0 2146.5385 3.0 2146.5534 4.0 2146.5682 4.0 2146.583 2.0 2146.5978 1.0 2146.6126 1.0 2146.6274 9.0 2146.6423 6.0 2146.6571 2.0 2146.6719 4.0 2146.6867 3.0 2146.7015 2.0 2146.7163 8.0 2146.7312 3.0 2146.7608 1.0 2146.7756 1.0 2146.7904 7.0 2146.8052 12.0 2146.8201 12.0 2146.8349 4.0 2146.8497 3.0 2146.8645 3.0 2146.8793 7.0 2146.8941 4.0 2146.909 5.0 2146.9238 4.0 2146.9386 4.0 2146.9534 1.0 2146.9682 9.0 2146.9831 6.0 2146.9979 3.0 2147.0127 1.0 2147.0275 8.0 2147.0423 9.0 2147.0571 10.0 2147.072 2.0 2147.0868 3.0 2147.1016 5.0 2147.1164 7.0 2147.1312 6.0 2147.146 2.0 2147.1609 4.0 2147.1757 4.0 2147.1905 1.0 2147.2053 2.0 2147.2201 3.0 2147.2498 6.0 2147.3091 2.0 2147.3239 4.0 2147.3387 5.0 2147.3535 1.0 2147.3683 3.0 2147.3831 6.0 2147.398 5.0 2147.4128 7.0 2147.4276 8.0 2147.4424 4.0 2147.4572 1.0 2147.4721 5.0 2147.4869 9.0 2147.5017 2.0 2147.5165 6.0 2147.5313 3.0 2147.561 1.0 2147.5758 3.0 2147.5906 5.0 2147.6054 4.0 2147.6203 2.0 2147.6351 7.0 2147.6499 12.0 2147.6647 4.0 2147.6795 2.0 2147.6944 1.0 2147.7092 2.0 2147.724 3.0 2147.7388 4.0 2147.7536 4.0 2147.7685 2.0 2147.7981 2.0 2147.8129 5.0 2147.8277 6.0 2147.8426 6.0 2147.8574 2.0 2147.8722 3.0 2147.887 4.0 2147.9018 3.0 2147.9167 3.0 2147.9315 3.0 2147.9463 1.0 2147.9611 3.0 2147.9759 3.0 2147.9908 8.0 2148.0056 10.0 2148.0204 2.0 2148.0352 2.0 2148.0501 9.0 2148.0649 4.0 2148.0797 5.0 2148.0945 4.0 2148.1093 3.0 2148.1242 6.0 2148.139 4.0 2148.1538 2.0 2148.1686 2.0 2148.1834 5.0 2148.1983 2.0 2148.2131 1.0 2148.2279 2.0 2148.2427 3.0 2148.2724 1.0 2148.2872 4.0 2148.302 4.0 2148.3168 2.0 2148.3317 3.0 2148.3465 2.0 2148.3613 4.0 2148.3761 6.0 2148.391 6.0 2148.4058 1.0 2148.4206 1.0 2148.4354 1.0 2148.4502 2.0 2148.4651 4.0 2148.4799 2.0 2148.4947 5.0 2148.5095 5.0 2148.5244 4.0 2148.5392 8.0 2148.554 4.0 2148.5688 4.0 2148.5837 5.0 2148.5985 6.0 2148.6133 6.0 2148.6281 3.0 2148.6429 3.0 2148.6578 2.0 2148.6726 1.0 2148.6874 2.0 2148.7022 1.0 2148.7171 5.0 2148.7319 1.0 2148.7615 4.0 2148.7764 6.0 2148.7912 8.0 2148.806 3.0 2148.8208 5.0 2148.8357 1.0 2148.8505 8.0 2148.8653 9.0 2148.8801 5.0 2148.895 5.0 2148.9098 7.0 2148.9394 1.0 2148.9542 7.0 2148.9691 6.0 2148.9839 1.0 2148.9987 2.0 2149.0135 1.0 2149.0284 2.0 2149.0432 5.0 2149.058 4.0 2149.0728 1.0 2149.0877 1.0 2149.1025 2.0 2149.1173 3.0 2149.1321 4.0 2149.147 5.0 2149.1618 3.0 2149.1766 12.0 2149.1914 5.0 2149.2211 4.0 2149.2359 1.0 2149.2507 3.0 2149.2656 1.0 2149.2804 2.0 2149.31 4.0 2149.3249 4.0 2149.3397 5.0 2149.3545 8.0 2149.3694 5.0 2149.3842 2.0 2149.399 1.0 2149.4138 4.0 2149.4287 3.0 2149.4435 5.0 2149.4583 5.0 2149.4731 4.0 2149.488 2.0 2149.5028 2.0 2149.5324 5.0 2149.5473 2.0 2149.5621 6.0 2149.5769 9.0 2149.5917 5.0 2149.6066 6.0 2149.6214 2.0 2149.6511 3.0 2149.6659 2.0 2149.6807 6.0 2149.6955 4.0 2149.7104 3.0 2149.7252 3.0 2149.74 4.0 2149.7548 2.0 2149.7697 6.0 2149.7845 5.0 2149.7993 5.0 2149.8142 2.0 2149.829 6.0 2149.8438 2.0 2149.8586 7.0 2149.8735 12.0 2149.8883 8.0 2149.9031 13.0 2149.9179 3.0 2149.9328 6.0 2149.9476 23.0 2149.9624 11.0 2149.9773 7.0 2149.9921 4.0 2150.0069 6.0 2150.0217 2.0 2150.0366 2.0 2150.0514 6.0 2150.0662 5.0 2150.0811 3.0 2150.0959 3.0 2150.1107 3.0 2150.1255 7.0 2150.1404 15.0 2150.1552 2.0 2150.1849 2.0 2150.1997 3.0 2150.2145 3.0 2150.2293 3.0 2150.2442 4.0 2150.2738 2.0 2150.2887 3.0 2150.3035 1.0 2150.3183 4.0 2150.3331 12.0 2150.348 7.0 2150.3628 5.0 2150.3776 4.0 2150.3925 11.0 2150.4073 7.0 2150.4221 1.0 2150.437 1.0 2150.4518 1.0 2150.4666 3.0 2150.4814 2.0 2150.4963 4.0 2150.5111 1.0 2150.5259 2.0 2150.5408 5.0 2150.5556 7.0 2150.5704 1.0 2150.5852 4.0 2150.6001 4.0 2150.6149 5.0 2150.6297 4.0 2150.6446 1.0 2150.6594 2.0 2150.6742 3.0 2150.6891 5.0 2150.7039 1.0 2150.7187 5.0 2150.7336 6.0 2150.7484 7.0 2150.7632 1.0 2150.778 2.0 2150.8077 3.0 2150.8225 1.0 2150.8374 4.0 2150.8522 11.0 2150.867 8.0 2150.8819 4.0 2150.8967 13.0 2150.9115 11.0 2150.9264 22.0 2150.9412 8.0 2150.956 8.0 2150.9708 12.0 2150.9857 12.0 2151.0005 9.0 2151.0153 10.0 2151.0302 9.0 2151.045 4.0 2151.0598 7.0 2151.0895 1.0 2151.1192 2.0 2151.134 5.0 2151.1488 6.0 2151.1785 2.0 2151.1933 1.0 2151.2082 1.0 2151.223 4.0 2151.2378 1.0 2151.2527 2.0 2151.2675 3.0 2151.2823 1.0 2151.2972 2.0 2151.312 1.0 2151.3268 10.0 2151.3417 3.0 2151.3565 5.0 2151.3713 3.0 2151.401 3.0 2151.4158 9.0 2151.4306 4.0 2151.4455 4.0 2151.4603 3.0 2151.4751 4.0 2151.49 1.0 2151.5196 1.0 2151.5345 3.0 2151.5493 8.0 2151.5641 7.0 2151.579 5.0 2151.5938 9.0 2151.6087 3.0 2151.6235 1.0 2151.6383 2.0 2151.6532 5.0 2151.6828 5.0 2151.6977 5.0 2151.7125 7.0 2151.7273 3.0 2151.7422 13.0 2151.757 4.0 2151.7718 1.0 2151.7867 1.0 2151.8015 6.0 2151.8163 1.0 2151.8312 3.0 2151.846 1.0 2151.8608 7.0 2151.8757 12.0 2151.8905 25.0 2151.9053 34.0 2151.9202 50.0 2151.935 73.0 2151.9498 78.0 2151.9647 75.0 2151.9795 126.0 2151.9943 141.0 2152.0092 122.0 2152.024 101.0 2152.0388 78.0 2152.0537 44.0 2152.0685 26.0 2152.0834 19.0 2152.0982 20.0 2152.113 14.0 2152.1279 6.0 2152.1427 14.0 2152.1575 23.0 2152.1724 12.0 2152.1872 8.0 2152.202 5.0 2152.2317 3.0 2152.2465 10.0 2152.2614 3.0 2152.2762 5.0 2152.2911 1.0 2152.3059 1.0 2152.3207 8.0 2152.3356 7.0 2152.3504 3.0 2152.3652 4.0 2152.3801 1.0 2152.3949 8.0 2152.4097 5.0 2152.4246 2.0 2152.4543 3.0 2152.4691 1.0 2152.4839 5.0 2152.4988 5.0 2152.5136 2.0 2152.5284 2.0 2152.5433 1.0 2152.5581 2.0 2152.5729 10.0 2152.5878 1.0 2152.6175 4.0 2152.6323 3.0 2152.6471 2.0 2152.662 3.0 2152.6768 4.0 2152.6916 4.0 2152.7065 1.0 2152.7362 2.0 2152.751 4.0 2152.7658 2.0 2152.7807 3.0 2152.7955 5.0 2152.8103 5.0 2152.8252 3.0 2152.84 4.0 2152.8549 9.0 2152.8845 7.0 2152.8994 15.0 2152.9142 30.0 2152.9291 44.0 2152.9439 57.0 2152.9587 72.0 2152.9736 88.0 2152.9884 126.0 2153.0032 117.0 2153.0181 86.0 2153.0329 91.0 2153.0478 63.0 2153.0626 46.0 2153.0774 38.0 2153.0923 28.0 2153.1071 16.0 2153.122 15.0 2153.1368 15.0 2153.1516 5.0 2153.1665 3.0 2153.1813 7.0 2153.1961 1.0 2153.211 6.0 2153.2258 14.0 2153.2407 2.0 2153.2555 3.0 2153.2703 9.0 2153.2852 5.0 2153.3 4.0 2153.3149 3.0 2153.3297 6.0 2153.3445 10.0 2153.3594 6.0 2153.3742 6.0 2153.3891 1.0 2153.4039 9.0 2153.4187 1.0 2153.4336 6.0 2153.4484 4.0 2153.4633 2.0 2153.4781 4.0 2153.4929 7.0 2153.5078 4.0 2153.5226 1.0 2153.5375 2.0 2153.5523 3.0 2153.5671 6.0 2153.582 16.0 2153.5968 4.0 2153.6117 8.0 2153.6265 8.0 2153.6413 2.0 2153.6562 3.0 2153.671 2.0 2153.6859 3.0 2153.7007 3.0 2153.7156 1.0 2153.7304 2.0 2153.7452 4.0 2153.7601 1.0 2153.7749 6.0 2153.7898 5.0 2153.8046 5.0 2153.8194 6.0 2153.8343 9.0 2153.8491 5.0 2153.864 7.0 2153.8788 4.0 2153.8936 7.0 2153.9085 12.0 2153.9233 18.0 2153.9382 31.0 2153.953 51.0 2153.9679 51.0 2153.9827 41.0 2153.9975 68.0 2154.0124 53.0 2154.0272 40.0 2154.0421 33.0 2154.0569 37.0 2154.0718 30.0 2154.0866 9.0 2154.1014 11.0 2154.1163 13.0 2154.1311 17.0 2154.146 8.0 2154.1608 8.0 2154.1756 7.0 2154.2053 4.0 2154.2202 8.0 2154.235 5.0 2154.2499 4.0 2154.2647 5.0 2154.2795 2.0 2154.2944 1.0 2154.3092 9.0 2154.3241 7.0 2154.3389 6.0 2154.3538 13.0 2154.3686 9.0 2154.3834 3.0 2154.3983 6.0 2154.4131 7.0 2154.428 2.0 2154.4428 4.0 2154.4577 9.0 2154.4725 2.0 2154.4874 4.0 2154.5022 5.0 2154.517 3.0 2154.5319 3.0 2154.5467 9.0 2154.5616 4.0 2154.5764 7.0 2154.5913 3.0 2154.6061 2.0 2154.6209 8.0 2154.6358 9.0 2154.6506 7.0 2154.6655 3.0 2154.6803 1.0 2154.6952 2.0 2154.7249 4.0 2154.7397 1.0 2154.7545 3.0 2154.7694 1.0 2154.7842 1.0 2154.7991 2.0 2154.8139 9.0 2154.8288 8.0 2154.8436 3.0 2154.8585 5.0 2154.8882 3.0 2154.903 2.0 2154.9178 3.0 2154.9327 8.0 2154.9475 16.0 2154.9624 21.0 2154.9772 12.0 2154.9921 22.0 2155.0069 18.0 2155.0218 14.0 2155.0366 14.0 2155.0515 15.0 2155.0663 12.0 2155.0811 9.0 2155.096 12.0 2155.1108 9.0 2155.1257 1.0 2155.1405 9.0 2155.1554 4.0 2155.1702 3.0 2155.1851 4.0 2155.1999 6.0 2155.2148 3.0 2155.2444 5.0 2155.2593 5.0 2155.2741 8.0 2155.289 4.0 2155.3038 3.0 2155.3187 1.0 2155.3335 3.0 2155.3484 1.0 2155.3632 5.0 2155.3781 2.0 2155.3929 7.0 2155.4078 5.0 2155.4226 5.0 2155.4375 6.0 2155.4523 5.0 2155.4671 3.0 2155.482 4.0 2155.4968 8.0 2155.5117 7.0 2155.5265 8.0 2155.5414 8.0 2155.5711 1.0 2155.5859 1.0 2155.6008 2.0 2155.6156 2.0 2155.6305 2.0 2155.6453 7.0 2155.6602 5.0 2155.675 1.0 2155.6899 3.0 2155.7047 6.0 2155.7196 4.0 2155.7344 7.0 2155.7493 9.0 2155.7641 4.0 2155.7789 2.0 2155.7938 3.0 2155.8086 1.0 2155.8235 5.0 2155.8383 5.0 2155.8532 2.0 2155.868 3.0 2155.8829 9.0 2155.8977 12.0 2155.9126 4.0 2155.9274 1.0 2155.9571 6.0 2155.972 10.0 2155.9868 9.0 2156.0017 29.0 2156.0165 30.0 2156.0314 9.0 2156.0462 10.0 2156.0611 8.0 2156.0759 8.0 2156.0908 5.0 2156.1056 5.0 2156.1205 6.0 2156.1353 7.0 2156.1502 10.0 2156.165 10.0 2156.1799 1.0 2156.1947 1.0 2156.2096 2.0 2156.2244 2.0 2156.2393 1.0 2156.2541 4.0 2156.269 2.0 2156.2838 3.0 2156.2987 1.0 2156.3135 3.0 2156.3284 1.0 2156.3432 4.0 2156.3581 10.0 2156.3729 5.0 2156.3878 4.0 2156.4026 2.0 2156.4175 4.0 2156.4323 6.0 2156.4472 2.0 2156.462 5.0 2156.4769 4.0 2156.4917 5.0 2156.5066 8.0 2156.5214 4.0 2156.5363 2.0 2156.5511 4.0 2156.566 2.0 2156.5808 1.0 2156.5957 3.0 2156.6105 8.0 2156.6254 10.0 2156.6402 4.0 2156.6551 1.0 2156.6699 2.0 2156.6848 5.0 2156.6996 3.0 2156.7145 5.0 2156.7293 3.0 2156.7442 1.0 2156.759 4.0 2156.7739 3.0 2156.7887 2.0 2156.8036 10.0 2156.8184 6.0 2156.8333 1.0 2156.8482 3.0 2156.863 5.0 2156.8779 3.0 2156.8927 3.0 2156.9076 4.0 2156.9224 3.0 2156.9373 4.0 2156.9521 5.0 2156.967 11.0 2156.9818 5.0 2156.9967 7.0 2157.0115 7.0 2157.0264 5.0 2157.0412 6.0 2157.0561 14.0 2157.0858 1.0 2157.1006 3.0 2157.1155 4.0 2157.1303 5.0 2157.1452 2.0 2157.1601 6.0 2157.1749 1.0 2157.2046 7.0 2157.2343 1.0 2157.2492 6.0 2157.264 6.0 2157.2789 2.0 2157.2937 8.0 2157.3086 2.0 2157.3234 6.0 2157.3383 3.0 2157.368 2.0 2157.3829 1.0 2157.3977 1.0 2157.4274 6.0 2157.4423 10.0 2157.4571 6.0 2157.472 6.0 2157.4868 7.0 2157.5017 3.0 2157.5165 4.0 2157.5314 4.0 2157.5462 3.0 2157.5611 1.0 2157.576 4.0 2157.5908 3.0 2157.6057 1.0 2157.6205 3.0 2157.6354 1.0 2157.6502 4.0 2157.6651 1.0 2157.6799 5.0 2157.6948 1.0 2157.7096 2.0 2157.7245 2.0 2157.7394 6.0 2157.7542 4.0 2157.7691 3.0 2157.7839 1.0 2157.7988 4.0 2157.8136 2.0 2157.8285 12.0 2157.8433 7.0 2157.8582 4.0 2157.8731 3.0 2157.8879 2.0 2157.9028 2.0 2157.9176 6.0 2157.9325 2.0 2157.9473 2.0 2157.9622 8.0 2157.977 6.0 2157.9919 12.0 2158.0068 7.0 2158.0365 11.0 2158.0513 6.0 2158.0662 1.0 2158.081 4.0 2158.0959 7.0 2158.1107 6.0 2158.1256 8.0 2158.1405 3.0 2158.1553 2.0 2158.1702 4.0 2158.185 1.0 2158.1999 5.0 2158.2147 2.0 2158.2296 1.0 2158.2445 2.0 2158.2593 3.0 2158.2742 1.0 2158.289 3.0 2158.3039 1.0 2158.3187 1.0 2158.3336 3.0 2158.3485 3.0 2158.3633 5.0 2158.3782 4.0 2158.393 2.0 2158.4227 1.0 2158.4376 2.0 2158.4673 2.0 2158.4822 6.0 2158.497 2.0 2158.5119 6.0 2158.5267 4.0 2158.5416 8.0 2158.5565 5.0 2158.5713 2.0 2158.601 3.0 2158.6159 3.0 2158.6307 2.0 2158.6456 1.0 2158.6605 5.0 2158.6753 4.0 2158.6902 1.0 2158.705 2.0 2158.7199 2.0 2158.7348 1.0 2158.7496 3.0 2158.7645 6.0 2158.7793 5.0 2158.7942 6.0 2158.809 9.0 2158.8239 6.0 2158.8388 6.0 2158.8536 3.0 2158.8685 3.0 2158.8833 5.0 2158.8982 2.0 2158.9131 4.0 2158.9279 12.0 2158.9428 14.0 2158.9576 7.0 2158.9725 12.0 2158.9874 11.0 2159.0022 3.0 2159.0171 5.0 2159.0319 16.0 2159.0468 9.0 2159.0617 4.0 2159.0765 2.0 2159.1062 1.0 2159.1211 1.0 2159.136 3.0 2159.1508 9.0 2159.1657 4.0 2159.1805 3.0 2159.1954 2.0 2159.2103 10.0 2159.2251 2.0 2159.24 6.0 2159.2548 4.0 2159.2697 5.0 2159.2846 2.0 2159.2994 1.0 2159.3143 2.0 2159.3291 2.0 2159.344 5.0 2159.3589 4.0 2159.3737 3.0 2159.3886 1.0 2159.4034 4.0 2159.4183 1.0 2159.4332 2.0 2159.448 3.0 2159.4629 1.0 2159.4777 2.0 2159.4926 2.0 2159.5075 2.0 2159.5223 2.0 2159.5372 2.0 2159.5669 7.0 2159.5818 14.0 2159.5966 5.0 2159.6115 9.0 2159.6264 3.0 2159.6412 3.0 2159.6561 3.0 2159.6709 2.0 2159.6858 2.0 2159.7007 3.0 2159.7155 4.0 2159.7304 2.0 2159.7452 1.0 2159.7601 4.0 2159.7898 1.0 2159.8047 2.0 2159.8196 3.0 2159.8344 3.0 2159.8493 8.0 2159.8641 7.0 2159.879 7.0 2159.8939 2.0 2159.9087 2.0 2159.9236 7.0 2159.9385 5.0 2159.9533 3.0 2159.9682 6.0 2159.983 19.0 2159.9979 12.0 2160.0128 6.0 2160.0276 5.0 2160.0574 5.0 2160.0722 6.0 2160.0871 1.0 2160.102 9.0 2160.1168 3.0 2160.1317 6.0 2160.1614 1.0 2160.1763 4.0 2160.1911 2.0 2160.206 2.0 2160.2209 3.0 2160.2357 5.0 2160.2506 2.0 2160.2654 6.0 2160.2803 1.0 2160.2952 3.0 2160.31 2.0 2160.3249 1.0 2160.3398 5.0 2160.3546 2.0 2160.3695 2.0 2160.3844 3.0 2160.3992 1.0 2160.4141 2.0 2160.429 2.0 2160.4438 2.0 2160.4587 6.0 2160.4735 1.0 2160.4884 4.0 2160.5033 2.0 2160.5181 2.0 2160.533 3.0 2160.5627 1.0 2160.5776 1.0 2160.5925 4.0 2160.6073 11.0 2160.6222 7.0 2160.6371 2.0 2160.6519 5.0 2160.6668 3.0 2160.6817 2.0 2160.6965 3.0 2160.7114 2.0 2160.7262 1.0 2160.7411 3.0 2160.756 1.0 2160.7708 5.0 2160.7857 2.0 2160.8006 5.0 2160.8154 14.0 2160.8303 5.0 2160.8452 3.0 2160.86 1.0 2160.8749 1.0 2160.8898 1.0 2160.9046 5.0 2160.9195 5.0 2160.9344 2.0 2160.9492 5.0 2160.9641 8.0 2160.979 4.0 2160.9938 3.0 2161.0087 3.0 2161.0236 4.0 2161.0384 5.0 2161.0533 3.0 2161.0682 8.0 2161.0979 3.0 2161.1128 1.0 2161.1574 1.0 2161.1722 3.0 2161.1871 4.0 2161.202 8.0 2161.2168 7.0 2161.2317 1.0 2161.2466 8.0 2161.2614 1.0 2161.2763 3.0 2161.2912 1.0 2161.306 5.0 2161.3209 2.0 2161.3358 2.0 2161.3655 1.0 2161.3804 3.0 2161.3952 3.0 2161.4101 1.0 2161.425 5.0 2161.4398 1.0 2161.4547 5.0 2161.4696 6.0 2161.4844 4.0 2161.4993 5.0 2161.5142 1.0 2161.5291 4.0 2161.5439 8.0 2161.5588 4.0 2161.5737 4.0 2161.5885 5.0 2161.6034 5.0 2161.6183 4.0 2161.6331 3.0 2161.648 6.0 2161.6629 3.0 2161.6777 2.0 2161.6926 2.0 2161.7075 3.0 2161.7372 3.0 2161.7521 6.0 2161.767 5.0 2161.7818 3.0 2161.8116 1.0 2161.8264 2.0 2161.8413 4.0 2161.8562 14.0 2161.871 11.0 2161.8859 13.0 2161.9008 11.0 2161.9156 2.0 2161.9305 2.0 2161.9454 4.0 2161.9603 10.0 2161.9751 7.0 2161.99 12.0 2162.0049 8.0 2162.0197 8.0 2162.0346 2.0 2162.0495 8.0 2162.0792 4.0 2162.0941 1.0 2162.1089 4.0 2162.1238 3.0 2162.1387 4.0 2162.1536 4.0 2162.1833 7.0 2162.1982 1.0 2162.213 2.0 2162.2279 3.0 2162.2577 3.0 2162.2725 2.0 2162.2874 3.0 2162.3023 1.0 2162.332 1.0 2162.3469 1.0 2162.3617 4.0 2162.3766 6.0 2162.3915 1.0 2162.4064 3.0 2162.4212 1.0 2162.4361 3.0 2162.451 1.0 2162.4658 5.0 2162.4807 1.0 2162.4956 2.0 2162.5105 7.0 2162.5253 5.0 2162.5551 3.0 2162.5699 1.0 2162.5848 3.0 2162.5997 3.0 2162.6146 3.0 2162.6294 1.0 2162.6443 5.0 2162.6592 3.0 2162.6741 1.0 2162.6889 8.0 2162.7038 5.0 2162.7187 6.0 2162.7335 2.0 2162.7484 1.0 2162.7633 2.0 2162.793 8.0 2162.8079 7.0 2162.8228 3.0 2162.8376 7.0 2162.8525 3.0 2162.8674 1.0 2162.8823 2.0 2162.8971 7.0 2162.912 2.0 2162.9269 1.0 2162.9566 7.0 2162.9715 4.0 2162.9864 1.0 2163.0013 4.0 2163.0161 5.0 2163.0459 5.0 2163.0607 3.0 2163.0756 1.0 2163.0905 5.0 2163.1054 4.0 2163.1202 6.0 2163.1351 3.0 2163.15 3.0 2163.1797 2.0 2163.1946 8.0 2163.2095 2.0 2163.2244 3.0 2163.2392 3.0 2163.2541 1.0 2163.269 7.0 2163.2839 3.0 2163.2987 2.0 2163.3136 1.0 2163.3285 2.0 2163.3433 3.0 2163.3582 8.0 2163.3731 3.0 2163.388 1.0 2163.4028 4.0 2163.4177 2.0 2163.4326 5.0 2163.4623 5.0 2163.4772 2.0 2163.4921 1.0 2163.507 2.0 2163.5218 1.0 2163.5367 1.0 2163.5516 4.0 2163.5665 3.0 2163.5813 6.0 2163.5962 4.0 2163.6111 3.0 2163.626 7.0 2163.6408 7.0 2163.6706 2.0 2163.6855 3.0 2163.7004 1.0 2163.7152 7.0 2163.7301 6.0 2163.745 4.0 2163.7599 2.0 2163.7747 2.0 2163.7896 1.0 2163.8045 2.0 2163.8342 1.0 2163.864 2.0 2163.8789 5.0 2163.8937 1.0 2163.9086 5.0 2163.9235 6.0 2163.9532 1.0 2163.9681 5.0 2163.983 8.0 2163.9979 7.0 2164.0128 2.0 2164.0276 1.0 2164.0425 12.0 2164.0574 7.0 2164.0723 4.0 2164.102 2.0 2164.1169 3.0 2164.1318 2.0 2164.1466 10.0 2164.1615 5.0 2164.1764 6.0 2164.1913 5.0 2164.2062 5.0 2164.221 5.0 2164.2359 8.0 2164.2508 4.0 2164.2657 2.0 2164.2805 5.0 2164.2954 9.0 2164.3103 5.0 2164.3252 2.0 2164.3401 1.0 2164.3549 5.0 2164.3698 4.0 2164.3847 1.0 2164.4144 1.0 2164.4293 6.0 2164.4442 2.0 2164.4591 1.0 2164.474 1.0 2164.4888 2.0 2164.5037 6.0 2164.5186 5.0 2164.5335 3.0 2164.5483 1.0 2164.5632 4.0 2164.5781 5.0 2164.593 5.0 2164.6079 2.0 2164.6227 1.0 2164.6525 2.0 2164.6674 3.0 2164.6823 9.0 2164.6971 12.0 2164.712 11.0 2164.7269 7.0 2164.7418 3.0 2164.7567 5.0 2164.7715 4.0 2164.7864 3.0 2164.8013 2.0 2164.8162 2.0 2164.831 2.0 2164.8459 5.0 2164.8608 1.0 2164.8757 4.0 2164.8906 1.0 2164.9054 5.0 2164.9203 12.0 2164.9352 3.0 2164.9501 1.0 2164.965 4.0 2164.9798 9.0 2164.9947 3.0 2165.0096 7.0 2165.0245 4.0 2165.0394 7.0 2165.0542 4.0 2165.0691 2.0 2165.084 2.0 2165.1138 5.0 2165.1287 7.0 2165.1435 8.0 2165.1584 8.0 2165.1733 3.0 2165.1882 6.0 2165.2031 3.0 2165.2179 1.0 2165.2328 5.0 2165.2477 4.0 2165.2626 3.0 2165.2775 7.0 2165.2923 3.0 2165.3072 9.0 2165.3221 5.0 2165.337 6.0 2165.3519 3.0 2165.3667 5.0 2165.3816 6.0 2165.3965 1.0 2165.4114 13.0 2165.4263 6.0 2165.4412 2.0 2165.456 2.0 2165.4709 1.0 2165.4858 1.0 2165.5007 4.0 2165.5304 4.0 2165.5453 3.0 2165.5602 1.0 2165.5751 2.0 2165.59 1.0 2165.6049 2.0 2165.6197 1.0 2165.6346 2.0 2165.6495 5.0 2165.6644 2.0 2165.6793 3.0 2165.6942 2.0 2165.709 2.0 2165.7239 2.0 2165.7388 4.0 2165.7537 2.0 2165.7686 2.0 2165.7834 6.0 2165.7983 4.0 2165.8132 8.0 2165.8281 5.0 2165.843 5.0 2165.8579 8.0 2165.8727 3.0 2165.8876 3.0 2165.9025 3.0 2165.9174 10.0 2165.9323 10.0 2165.9472 6.0 2165.962 1.0 2165.9769 1.0 2165.9918 2.0 2166.0067 6.0 2166.0216 7.0 2166.0365 6.0 2166.0513 12.0 2166.0662 6.0 2166.0811 2.0 2166.096 3.0 2166.1109 1.0 2166.1407 4.0 2166.1555 4.0 2166.1704 1.0 2166.1853 8.0 2166.2002 3.0 2166.2151 5.0 2166.23 6.0 2166.2448 3.0 2166.2597 4.0 2166.2746 2.0 2166.2895 1.0 2166.3044 6.0 2166.3193 6.0 2166.3341 11.0 2166.349 5.0 2166.3639 1.0 2166.3788 8.0 2166.3937 1.0 2166.4086 5.0 2166.4235 5.0 2166.4383 4.0 2166.4532 1.0 2166.4681 4.0 2166.483 11.0 2166.4979 8.0 2166.5128 9.0 2166.5277 8.0 2166.5425 10.0 2166.5574 5.0 2166.5723 5.0 2166.5872 1.0 2166.6021 4.0 2166.617 3.0 2166.6319 5.0 2166.6467 6.0 2166.6616 8.0 2166.6765 8.0 2166.6914 5.0 2166.7063 7.0 2166.7212 4.0 2166.7361 5.0 2166.7658 2.0 2166.7807 2.0 2166.7956 3.0 2166.8105 1.0 2166.8254 5.0 2166.8403 7.0 2166.8551 6.0 2166.87 1.0 2166.8849 2.0 2166.8998 1.0 2166.9147 2.0 2166.9296 4.0 2166.9445 3.0 2166.9594 8.0 2166.9742 5.0 2166.9891 6.0 2167.004 4.0 2167.0189 13.0 2167.0338 13.0 2167.0487 10.0 2167.0636 4.0 2167.0785 3.0 2167.0933 2.0 2167.1082 3.0 2167.1231 4.0 2167.138 6.0 2167.1529 6.0 2167.1678 5.0 2167.1827 1.0 2167.1976 4.0 2167.2124 4.0 2167.2273 3.0 2167.2422 1.0 2167.2571 1.0 2167.272 3.0 2167.2869 11.0 2167.3018 2.0 2167.3167 5.0 2167.3315 3.0 2167.3613 2.0 2167.3762 5.0 2167.3911 3.0 2167.406 5.0 2167.4209 8.0 2167.4358 2.0 2167.4507 3.0 2167.4655 5.0 2167.4804 9.0 2167.4953 11.0 2167.5102 3.0 2167.5251 6.0 2167.54 5.0 2167.5549 5.0 2167.5698 1.0 2167.5847 8.0 2167.5995 5.0 2167.6144 5.0 2167.6293 3.0 2167.6442 5.0 2167.6591 7.0 2167.674 11.0 2167.6889 10.0 2167.7038 6.0 2167.7187 8.0 2167.7335 3.0 2167.7484 7.0 2167.7633 2.0 2167.7782 1.0 2167.7931 3.0 2167.808 2.0 2167.8229 1.0 2167.8378 1.0 2167.8527 3.0 2167.8824 3.0 2167.8973 4.0 2167.9122 6.0 2167.9271 4.0 2167.942 7.0 2167.9569 6.0 2167.9718 3.0 2167.9867 6.0 2168.0016 5.0 2168.0165 5.0 2168.0314 7.0 2168.0462 4.0 2168.0611 5.0 2168.076 4.0 2168.0909 4.0 2168.1058 3.0 2168.1207 6.0 2168.1356 2.0 2168.1505 1.0 2168.1803 4.0 2168.1952 8.0 2168.21 1.0 2168.2249 3.0 2168.2398 7.0 2168.2696 2.0 2168.2845 2.0 2168.2994 4.0 2168.3143 1.0 2168.3292 3.0 2168.3441 2.0 2168.3738 4.0 2168.3887 2.0 2168.4036 2.0 2168.4185 1.0 2168.4334 5.0 2168.4483 8.0 2168.4632 9.0 2168.4781 10.0 2168.493 8.0 2168.5079 9.0 2168.5228 7.0 2168.5377 6.0 2168.5526 14.0 2168.5674 9.0 2168.5823 5.0 2168.5972 4.0 2168.6121 5.0 2168.627 4.0 2168.6568 3.0 2168.6717 2.0 2168.6866 2.0 2168.7015 2.0 2168.7164 2.0 2168.7313 8.0 2168.7462 2.0 2168.7611 2.0 2168.7759 2.0 2168.7908 4.0 2168.8057 9.0 2168.8206 2.0 2168.8355 2.0 2168.8653 4.0 2168.8802 2.0 2168.8951 3.0 2168.91 2.0 2168.9249 4.0 2168.9398 2.0 2168.9547 6.0 2168.9696 2.0 2168.9845 1.0 2168.9994 10.0 2169.0142 1.0 2169.0291 2.0 2169.044 5.0 2169.0589 2.0 2169.0738 5.0 2169.0887 6.0 2169.1036 10.0 2169.1185 4.0 2169.1334 2.0 2169.1483 2.0 2169.1632 3.0 2169.1781 6.0 2169.193 5.0 2169.2079 1.0 2169.2228 3.0 2169.2377 4.0 2169.2526 2.0 2169.2675 4.0 2169.2823 2.0 2169.2972 3.0 2169.3121 6.0 2169.327 1.0 2169.3419 6.0 2169.3568 6.0 2169.3717 3.0 2169.3866 2.0 2169.4015 2.0 2169.4164 4.0 2169.4313 2.0 2169.4462 1.0 2169.4611 1.0 2169.476 2.0 2169.4909 2.0 2169.5058 1.0 2169.5207 2.0 2169.5356 3.0 2169.5505 11.0 2169.5654 2.0 2169.5803 1.0 2169.5952 4.0 2169.6101 6.0 2169.6249 8.0 2169.6398 3.0 2169.6547 3.0 2169.6696 6.0 2169.6845 3.0 2169.6994 3.0 2169.7143 2.0 2169.7292 1.0 2169.7441 2.0 2169.759 2.0 2169.7739 5.0 2169.7888 6.0 2169.8037 4.0 2169.8186 6.0 2169.8335 5.0 2169.8484 3.0 2169.8633 1.0 2169.8782 3.0 2169.8931 4.0 2169.908 7.0 2169.9229 3.0 2169.9378 7.0 2169.9527 2.0 2169.9676 3.0 2169.9825 6.0 2169.9974 2.0 2170.0123 3.0 2170.0272 4.0 2170.0421 8.0 2170.057 5.0 2170.0719 6.0 2170.0868 4.0 2170.1017 6.0 2170.1165 4.0 2170.1314 1.0 2170.1463 3.0 2170.1612 2.0 2170.1761 4.0 2170.191 6.0 2170.2059 3.0 2170.2208 3.0 2170.2357 4.0 2170.2506 4.0 2170.2655 1.0 2170.2804 1.0 2170.3102 6.0 2170.3251 6.0 2170.3549 1.0 2170.3698 3.0 2170.3847 3.0 2170.3996 3.0 2170.4145 5.0 2170.4294 7.0 2170.4443 1.0 2170.4592 4.0 2170.4741 1.0 2170.489 3.0 2170.5039 5.0 2170.5188 4.0 2170.5337 6.0 2170.5486 4.0 2170.5784 1.0 2170.5933 1.0 2170.6082 1.0 2170.638 7.0 2170.6529 8.0 2170.6678 3.0 2170.6827 3.0 2170.6976 4.0 2170.7125 11.0 2170.7274 3.0 2170.7423 8.0 2170.7572 4.0 2170.7721 7.0 2170.787 12.0 2170.8019 5.0 2170.8317 4.0 2170.8466 3.0 2170.8615 5.0 2170.8764 4.0 2170.8913 2.0 2170.9211 2.0 2170.936 1.0 2170.9509 5.0 2170.9658 7.0 2170.9807 5.0 2170.9956 5.0 2171.0105 3.0 2171.0254 1.0 2171.0403 1.0 2171.0552 3.0 2171.0701 2.0 2171.085 4.0 2171.0999 2.0 2171.1148 4.0 2171.1297 5.0 2171.1446 6.0 2171.1595 6.0 2171.1893 4.0 2171.2042 6.0 2171.2191 8.0 2171.2489 3.0 2171.2638 6.0 2171.2787 2.0 2171.2936 10.0 2171.3085 4.0 2171.3234 2.0 2171.3383 2.0 2171.3682 2.0 2171.3831 3.0 2171.398 1.0 2171.4129 4.0 2171.4278 1.0 2171.4427 9.0 2171.4576 4.0 2171.4725 1.0 2171.5172 1.0 2171.5321 4.0 2171.547 1.0 2171.5619 2.0 2171.5768 3.0 2171.6066 1.0 2171.6215 3.0 2171.6364 1.0 2171.6513 10.0 2171.6662 4.0 2171.6811 1.0 2171.696 8.0 2171.7109 8.0 2171.7258 1.0 2171.7407 4.0 2171.7556 6.0 2171.7705 1.0 2171.7854 4.0 2171.8003 2.0 2171.8152 5.0 2171.8301 7.0 2171.8451 3.0 2171.86 3.0 2171.8749 4.0 2171.8898 2.0 2171.9047 4.0 2171.9196 2.0 2171.9345 4.0 2171.9494 4.0 2171.9643 7.0 2171.9792 7.0 2171.9941 4.0 2172.009 6.0 2172.0388 1.0 2172.0537 6.0 2172.0686 1.0 2172.0835 2.0 2172.1133 1.0 2172.1282 7.0 2172.1431 8.0 2172.158 5.0 2172.1729 4.0 2172.1879 1.0 2172.2028 3.0 2172.2177 2.0 2172.2475 1.0 2172.2624 3.0 2172.2773 2.0 2172.2922 3.0 2172.3071 4.0 2172.322 4.0 2172.3369 4.0 2172.3518 5.0 2172.3667 6.0 2172.3816 5.0 2172.3965 4.0 2172.4114 4.0 2172.4263 2.0 2172.4412 8.0 2172.4562 2.0 2172.486 1.0 2172.5009 6.0 2172.5158 3.0 2172.5456 7.0 2172.5605 2.0 2172.5754 3.0 2172.5903 5.0 2172.6052 2.0 2172.6201 7.0 2172.635 2.0 2172.6648 2.0 2172.6797 3.0 2172.6947 4.0 2172.7096 1.0 2172.7245 6.0 2172.7394 6.0 2172.7543 7.0 2172.7692 11.0 2172.7841 4.0 2172.799 7.0 2172.8139 2.0 2172.8288 2.0 2172.8437 8.0 2172.8586 12.0 2172.8735 2.0 2172.8884 5.0 2172.9034 5.0 2172.9183 1.0 2172.9332 4.0 2172.9481 3.0 2172.963 4.0 2172.9779 4.0 2172.9928 5.0 2173.0077 5.0 2173.0226 6.0 2173.0375 3.0 2173.0524 3.0 2173.0673 4.0 2173.0823 5.0 2173.0972 4.0 2173.1121 2.0 2173.127 4.0 2173.1419 1.0 2173.1717 5.0 2173.1866 4.0 2173.2015 2.0 2173.2313 6.0 2173.2462 4.0 2173.2612 3.0 2173.2761 4.0 2173.291 5.0 2173.3059 13.0 2173.3208 13.0 2173.3357 2.0 2173.3655 2.0 2173.3804 1.0 2173.3953 3.0 2173.4102 5.0 2173.4252 1.0 2173.4401 2.0 2173.455 2.0 2173.4848 8.0 2173.4997 7.0 2173.5146 9.0 2173.5295 4.0 2173.5444 6.0 2173.5593 5.0 2173.5742 4.0 2173.5892 9.0 2173.6041 5.0 2173.619 3.0 2173.6339 4.0 2173.6637 4.0 2173.6786 3.0 2173.6935 5.0 2173.7084 4.0 2173.7383 4.0 2173.7532 2.0 2173.7681 5.0 2173.783 3.0 2173.8128 2.0 2173.8277 1.0 2173.8426 5.0 2173.8575 1.0 2173.8725 2.0 2173.8874 8.0 2173.9023 4.0 2173.9172 1.0 2173.9321 3.0 2173.947 4.0 2173.9619 5.0 2173.9768 1.0 2173.9917 3.0 2174.0067 1.0 2174.0216 6.0 2174.0365 7.0 2174.0514 6.0 2174.0663 5.0 2174.0812 8.0 2174.0961 2.0 2174.111 4.0 2174.1259 5.0 2174.1409 2.0 2174.1558 1.0 2174.1707 6.0 2174.1856 1.0 2174.2005 4.0 2174.2154 3.0 2174.2303 6.0 2174.2452 4.0 2174.2602 5.0 2174.2751 3.0 2174.29 2.0 2174.3049 6.0 2174.3198 3.0 2174.3347 3.0 2174.3496 7.0 2174.3645 1.0 2174.3795 2.0 2174.3944 5.0 2174.4093 2.0 2174.4242 3.0 2174.4391 2.0 2174.454 5.0 2174.4689 2.0 2174.4838 3.0 2174.4988 2.0 2174.5137 2.0 2174.5286 4.0 2174.5584 1.0 2174.5733 2.0 2174.5882 1.0 2174.6032 6.0 2174.6181 2.0 2174.633 2.0 2174.6479 2.0 2174.6628 1.0 2174.6926 1.0 2174.7075 5.0 2174.7225 5.0 2174.7523 3.0 2174.7672 1.0 2174.797 1.0 2174.8119 5.0 2174.8269 3.0 2174.8418 3.0 2174.8567 1.0 2174.8716 6.0 2174.8865 5.0 2174.9014 10.0 2174.9163 3.0 2174.9313 4.0 2174.9462 5.0 2174.9611 2.0 2174.976 4.0 2174.9909 7.0 2175.0058 1.0 2175.0207 5.0 2175.0357 7.0 2175.0655 4.0 2175.0804 4.0 2175.0953 8.0 2175.1102 6.0 2175.1252 1.0 2175.1401 4.0 2175.155 4.0 2175.1699 3.0 2175.1848 2.0 2175.1997 2.0 2175.2146 5.0 2175.2296 4.0 2175.2445 3.0 2175.2743 8.0 2175.2892 4.0 2175.3041 2.0 2175.3191 4.0 2175.334 4.0 2175.3489 6.0 2175.3638 5.0 2175.3787 7.0 2175.3936 5.0 2175.4085 2.0 2175.4384 2.0 2175.4533 2.0 2175.4682 5.0 2175.4831 4.0 2175.498 2.0 2175.513 8.0 2175.5279 4.0 2175.5428 3.0 2175.5577 6.0 2175.5726 4.0 2175.5875 2.0 2175.6025 4.0 2175.6174 5.0 2175.6323 4.0 2175.6472 1.0 2175.6621 5.0 2175.692 1.0 2175.7218 2.0 2175.7666 3.0 2175.7815 2.0 2175.7964 7.0 2175.8113 5.0 2175.8262 4.0 2175.8411 3.0 2175.8561 2.0 2175.871 4.0 2175.8859 1.0 2175.9008 3.0 2175.9157 3.0 2175.9306 8.0 2175.9456 9.0 2175.9605 4.0 2175.9754 3.0 2175.9903 2.0 2176.0052 3.0 2176.0202 1.0 2176.0351 1.0 2176.05 6.0 2176.0649 6.0 2176.0798 11.0 2176.0947 2.0 2176.1246 10.0 2176.1395 9.0 2176.1544 5.0 2176.1693 6.0 2176.2141 2.0 2176.229 4.0 2176.2439 9.0 2176.2589 6.0 2176.2738 7.0 2176.2887 4.0 2176.3036 7.0 2176.3335 1.0 2176.3484 1.0 2176.3633 2.0 2176.3782 2.0 2176.3931 3.0 2176.4081 7.0 2176.423 3.0 2176.4379 5.0 2176.4528 1.0 2176.4677 5.0 2176.4826 2.0 2176.4976 1.0 2176.5125 1.0 2176.5274 4.0 2176.5423 2.0 2176.5573 6.0 2176.5722 2.0 2176.5871 4.0 2176.602 8.0 2176.6169 5.0 2176.6319 1.0 2176.6468 3.0 2176.6617 1.0 2176.6766 5.0 2176.6915 7.0 2176.7065 3.0 2176.7214 5.0 2176.7363 8.0 2176.7512 3.0 2176.7661 4.0 2176.7811 10.0 2176.796 6.0 2176.8109 7.0 2176.8258 10.0 2176.8407 12.0 2176.8557 3.0 2176.8706 2.0 2176.8855 3.0 2176.9004 12.0 2176.9153 6.0 2176.9303 2.0 2176.9452 2.0 2176.9601 3.0 2176.975 3.0 2176.99 8.0 2177.0049 9.0 2177.0198 2.0 2177.0347 2.0 2177.0496 2.0 2177.0646 5.0 2177.0795 6.0 2177.0944 4.0 2177.1093 4.0 2177.1243 7.0 2177.1392 1.0 2177.1541 4.0 2177.169 3.0 2177.1839 1.0 2177.1989 2.0 2177.2138 3.0 2177.2287 6.0 2177.2436 3.0 2177.2586 3.0 2177.2735 8.0 2177.2884 11.0 2177.3033 11.0 2177.3182 6.0 2177.3332 1.0 2177.3481 5.0 2177.363 6.0 2177.3779 2.0 2177.3929 6.0 2177.4078 2.0 2177.4227 9.0 2177.4376 2.0 2177.4526 7.0 2177.4675 2.0 2177.4824 13.0 2177.4973 12.0 2177.5122 7.0 2177.5272 1.0 2177.557 3.0 2177.5719 5.0 2177.5869 7.0 2177.6018 3.0 2177.6167 4.0 2177.6316 4.0 2177.6466 3.0 2177.6615 3.0 2177.6764 12.0 2177.6913 2.0 2177.7361 2.0 2177.766 3.0 2177.7809 3.0 2177.7958 2.0 2177.8107 3.0 2177.8257 2.0 2177.8406 4.0 2177.8555 1.0 2177.8704 3.0 2177.8853 4.0 2177.9003 5.0 2177.9152 4.0 2177.9301 4.0 2177.945 5.0 2177.96 3.0 2177.9749 2.0 2177.9898 2.0 2178.0047 3.0 2178.0197 1.0 2178.0346 4.0 2178.0495 4.0 2178.0645 3.0 2178.0943 3.0 2178.1092 2.0 2178.1391 1.0 2178.154 5.0 2178.1689 3.0 2178.1839 2.0 2178.1988 1.0 2178.2137 1.0 2178.2286 1.0 2178.2436 5.0 2178.2585 6.0 2178.2734 4.0 2178.2883 4.0 2178.3033 3.0 2178.3182 2.0 2178.3331 2.0 2178.363 3.0 2178.3779 3.0 2178.3928 12.0 2178.4077 7.0 2178.4227 6.0 2178.4376 1.0 2178.4525 1.0 2178.4675 4.0 2178.4824 6.0 2178.4973 3.0 2178.5122 3.0 2178.5272 5.0 2178.557 2.0 2178.5869 1.0 2178.6018 1.0 2178.6167 6.0 2178.6317 7.0 2178.6615 5.0 2178.6764 7.0 2178.6914 3.0 2178.7063 1.0 2178.7212 7.0 2178.7361 2.0 2178.7511 3.0 2178.766 1.0 2178.7809 1.0 2178.8406 4.0 2178.8556 10.0 2178.8705 3.0 2178.8854 8.0 2178.9004 7.0 2178.9153 2.0 2178.9451 3.0 2178.9601 1.0 2178.975 6.0 2178.9899 2.0 2179.0049 3.0 2179.0198 3.0 2179.0347 2.0 2179.0496 3.0 2179.0646 6.0 2179.0795 8.0 2179.0944 7.0 2179.1094 3.0 2179.1243 7.0 2179.1392 3.0 2179.1691 1.0 2179.184 4.0 2179.2288 3.0 2179.2437 5.0 2179.2586 5.0 2179.2736 6.0 2179.2885 8.0 2179.3034 4.0 2179.3184 3.0 2179.3333 1.0 2179.3482 1.0 2179.3632 1.0 2179.3781 6.0 2179.393 5.0 2179.4079 2.0 2179.4229 3.0 2179.4527 3.0 2179.4677 3.0 2179.4975 2.0 2179.5125 4.0 2179.5274 1.0 2179.5423 2.0 2179.5572 3.0 2179.5722 8.0 2179.5871 14.0 2179.602 7.0 2179.617 6.0 2179.6319 3.0 2179.6468 2.0 2179.6618 4.0 2179.6767 6.0 2179.6916 1.0 2179.7066 2.0 2179.7215 5.0 2179.7364 2.0 2179.7513 3.0 2179.7663 2.0 2179.7812 1.0 2179.7961 2.0 2179.8111 1.0 2179.826 2.0 2179.8409 4.0 2179.8559 2.0 2179.8708 5.0 2179.8857 10.0 2179.9007 8.0 2179.9156 5.0 2179.9305 3.0 2179.9604 5.0 2179.9753 1.0 2180.0052 1.0 2180.0201 6.0 2180.05 2.0 2180.0649 1.0 2180.0798 5.0 2180.0948 10.0 2180.1097 5.0 2180.1246 11.0 2180.1396 11.0 2180.1545 6.0 2180.1694 11.0 2180.1844 7.0 2180.1993 2.0 2180.2142 4.0 2180.2292 3.0 2180.2441 3.0 2180.259 2.0 2180.274 1.0 2180.2889 5.0 2180.3038 8.0 2180.3188 10.0 2180.3337 4.0 2180.3486 2.0 2180.3636 5.0 2180.3785 6.0 2180.3934 6.0 2180.4084 8.0 2180.4233 8.0 2180.4382 1.0 2180.4532 2.0 2180.4681 5.0 2180.483 7.0 2180.498 6.0 2180.5129 3.0 2180.5278 3.0 2180.5428 1.0 2180.5577 2.0 2180.5726 9.0 2180.5876 7.0 2180.6025 3.0 2180.6174 4.0 2180.6324 11.0 2180.6473 4.0 2180.6622 2.0 2180.6772 3.0 2180.6921 5.0 2180.7071 7.0 2180.722 4.0 2180.7369 4.0 2180.7519 9.0 2180.7668 4.0 2180.7967 4.0 2180.8116 2.0 2180.8265 2.0 2180.8415 2.0 2180.8564 1.0 2180.8863 5.0 2180.9012 3.0 2180.9161 5.0 2180.9311 4.0 2180.946 1.0 2180.9609 7.0 2180.9759 8.0 2180.9908 1.0 2181.0058 1.0 2181.0207 5.0 2181.0356 1.0 2181.0506 5.0 2181.0655 3.0 2181.0804 3.0 2181.0954 1.0 2181.1103 5.0 2181.1252 3.0 2181.1402 1.0 2181.1551 2.0 2181.17 2.0 2181.185 2.0 2181.1999 2.0 2181.2149 1.0 2181.2298 2.0 2181.2447 2.0 2181.2597 6.0 2181.2746 4.0 2181.2895 2.0 2181.3045 6.0 2181.3194 7.0 2181.3343 2.0 2181.3493 3.0 2181.3642 7.0 2181.3792 2.0 2181.3941 2.0 2181.409 2.0 2181.424 3.0 2181.4389 1.0 2181.4538 4.0 2181.4688 11.0 2181.4837 5.0 2181.4987 4.0 2181.5136 5.0 2181.5435 4.0 2181.5584 5.0 2181.5733 6.0 2181.5883 3.0 2181.6032 1.0 2181.6331 4.0 2181.648 2.0 2181.663 5.0 2181.6779 12.0 2181.6928 6.0 2181.7078 5.0 2181.7227 1.0 2181.7377 9.0 2181.7526 2.0 2181.7675 1.0 2181.7825 1.0 2181.8273 3.0 2181.8422 1.0 2181.8572 1.0 2181.8721 2.0 2181.887 3.0 2181.902 5.0 2181.9169 7.0 2181.9319 3.0 2181.9468 1.0 2181.9617 2.0 2181.9767 4.0 2181.9916 2.0 2182.0065 2.0 2182.0215 4.0 2182.0364 6.0 2182.0514 2.0 2182.0663 3.0 2182.0812 5.0 2182.0962 6.0 2182.1111 3.0 2182.1261 10.0 2182.141 2.0 2182.1559 2.0 2182.1709 4.0 2182.1858 2.0 2182.2008 2.0 2182.2157 1.0 2182.2306 1.0 2182.2456 4.0 2182.2755 3.0 2182.2904 1.0 2182.3053 2.0 2182.3203 2.0 2182.3352 5.0 2182.3502 1.0 2182.3651 6.0 2182.38 2.0 2182.395 4.0 2182.4099 4.0 2182.4249 2.0 2182.4398 2.0 2182.4697 5.0 2182.4846 2.0 2182.4996 5.0 2182.5145 2.0 2182.5294 1.0 2182.5444 1.0 2182.5593 3.0 2182.5743 5.0 2182.5892 2.0 2182.6041 3.0 2182.634 2.0 2182.6639 10.0 2182.6789 6.0 2182.6938 3.0 2182.7237 9.0 2182.7386 8.0 2182.7536 6.0 2182.7685 10.0 2182.7834 10.0 2182.7984 5.0 2182.8133 2.0 2182.8283 5.0 2182.8432 2.0 2182.8582 7.0 2182.8731 6.0 2182.888 1.0 2182.903 2.0 2182.9179 5.0 2182.9478 2.0 2182.9627 3.0 2182.9777 3.0 2183.0076 2.0 2183.0225 8.0 2183.0375 4.0 2183.0524 5.0 2183.0673 3.0 2183.0823 5.0 2183.0972 8.0 2183.1122 8.0 2183.1271 8.0 2183.1421 7.0 2183.157 3.0 2183.1719 4.0 2183.1869 7.0 2183.2018 6.0 2183.2168 1.0 2183.2317 8.0 2183.2467 9.0 2183.2616 4.0 2183.2765 1.0 2183.2915 6.0 2183.3064 1.0 2183.3214 3.0 2183.3363 2.0 2183.3513 2.0 2183.3662 1.0 2183.3812 3.0 2183.3961 3.0 2183.411 7.0 2183.426 8.0 2183.4409 2.0 2183.4559 7.0 2183.4708 1.0 2183.4858 3.0 2183.5157 2.0 2183.5306 2.0 2183.5455 1.0 2183.5605 3.0 2183.5754 1.0 2183.5904 2.0 2183.6203 1.0 2183.6352 2.0 2183.6501 2.0 2183.6651 2.0 2183.68 7.0 2183.695 8.0 2183.7099 10.0 2183.7249 6.0 2183.7398 4.0 2183.7697 3.0 2183.7847 1.0 2183.7996 5.0 2183.8145 7.0 2183.8295 1.0 2183.8444 1.0 2183.8594 6.0 2183.8743 4.0 2183.9042 4.0 2183.9192 1.0 2183.9491 2.0 2183.964 9.0 2183.9789 3.0 2183.9939 7.0 2184.0088 2.0 2184.0238 4.0 2184.0387 1.0 2184.0537 1.0 2184.0686 5.0 2184.0836 4.0 2184.0985 3.0 2184.1135 5.0 2184.1284 9.0 2184.1434 6.0 2184.1583 4.0 2184.1732 5.0 2184.1882 3.0 2184.2031 4.0 2184.2181 5.0 2184.233 6.0 2184.248 4.0 2184.2779 8.0 2184.2928 5.0 2184.3227 1.0 2184.3377 1.0 2184.3526 6.0 2184.3676 3.0 2184.3974 4.0 2184.4124 1.0 2184.4273 3.0 2184.4572 6.0 2184.4722 4.0 2184.4871 3.0 2184.5021 3.0 2184.517 9.0 2184.532 10.0 2184.5469 4.0 2184.5619 2.0 2184.5768 9.0 2184.5918 6.0 2184.6067 1.0 2184.6217 3.0 2184.6366 5.0 2184.6516 4.0 2184.6665 1.0 2184.6815 5.0 2184.6964 3.0 2184.7114 3.0 2184.7263 7.0 2184.7412 2.0 2184.7562 1.0 2184.7711 4.0 2184.7861 5.0 2184.801 3.0 2184.816 1.0 2184.8309 1.0 2184.8459 3.0 2184.8608 1.0 2184.8758 11.0 2184.8907 4.0 2184.9057 3.0 2184.9206 2.0 2184.9356 1.0 2184.9505 2.0 2184.9655 4.0 2184.9804 2.0 2184.9954 4.0 2185.0103 5.0 2185.0253 2.0 2185.0402 2.0 2185.0552 2.0 2185.0851 4.0 2185.1 1.0 2185.115 3.0 2185.1299 2.0 2185.1449 2.0 2185.1598 1.0 2185.1897 3.0 2185.2047 1.0 2185.2346 3.0 2185.2495 3.0 2185.2645 3.0 2185.2794 1.0 2185.2944 2.0 2185.3093 2.0 2185.3243 2.0 2185.3392 2.0 2185.3542 2.0 2185.3691 2.0 2185.3841 3.0 2185.399 2.0 2185.414 3.0 2185.4289 1.0 2185.4439 3.0 2185.4588 2.0 2185.4738 1.0 2185.4887 2.0 2185.5037 1.0 2185.5186 4.0 2185.5336 5.0 2185.5485 6.0 2185.5635 4.0 2185.5784 3.0 2185.5934 6.0 2185.6382 4.0 2185.6532 1.0 2185.6682 3.0 2185.6831 3.0 2185.6981 4.0 2185.713 6.0 2185.728 2.0 2185.7429 2.0 2185.7579 2.0 2185.7728 1.0 2185.7878 4.0 2185.8027 2.0 2185.8177 7.0 2185.8326 8.0 2185.8476 3.0 2185.8625 11.0 2185.8775 8.0 2185.8924 2.0 2185.9074 2.0 2185.9223 1.0 2185.9373 5.0 2185.9522 2.0 2185.9672 2.0 2185.9821 6.0 2185.9971 1.0 2186.027 2.0 2186.042 5.0 2186.0569 5.0 2186.0719 4.0 2186.0868 4.0 2186.1167 6.0 2186.1466 2.0 2186.1765 3.0 2186.1915 4.0 2186.2214 3.0 2186.2363 2.0 2186.2513 1.0 2186.2663 5.0 2186.2812 4.0 2186.2962 8.0 2186.3111 11.0 2186.3261 5.0 2186.341 7.0 2186.356 8.0 2186.3709 1.0 2186.3859 4.0 2186.4008 7.0 2186.4158 4.0 2186.4308 3.0 2186.4457 1.0 2186.4756 4.0 2186.4906 4.0 2186.5055 1.0 2186.5205 3.0 2186.5354 8.0 2186.5504 6.0 2186.5653 1.0 2186.5803 3.0 2186.5953 1.0 2186.6102 5.0 2186.6252 9.0 2186.6401 6.0 2186.6551 4.0 2186.67 2.0 2186.685 1.0 2186.6999 4.0 2186.7149 4.0 2186.7298 1.0 2186.7448 6.0 2186.7598 2.0 2186.7897 1.0 2186.8046 3.0 2186.8345 3.0 2186.8495 3.0 2186.8644 1.0 2186.8794 2.0 2186.8944 3.0 2186.9093 3.0 2186.9243 2.0 2186.9392 8.0 2186.9542 1.0 2186.9691 4.0 2186.9841 2.0 2186.9991 3.0 2187.014 4.0 2187.029 7.0 2187.0439 6.0 2187.0589 6.0 2187.0738 9.0 2187.0888 6.0 2187.1037 5.0 2187.1337 5.0 2187.1486 1.0 2187.1636 1.0 2187.1785 2.0 2187.2084 5.0 2187.2234 3.0 2187.2384 1.0 2187.2533 2.0 2187.2683 2.0 2187.2832 5.0 2187.2982 3.0 2187.3131 2.0 2187.3431 5.0 2187.358 1.0 2187.373 4.0 2187.3879 9.0 2187.4029 6.0 2187.4178 2.0 2187.4328 2.0 2187.4478 4.0 2187.4627 2.0 2187.4777 7.0 2187.4926 6.0 2187.5076 5.0 2187.5225 3.0 2187.5375 2.0 2187.5525 9.0 2187.5674 5.0 2187.5824 5.0 2187.5973 3.0 2187.6123 1.0 2187.6273 2.0 2187.6422 3.0 2187.6572 4.0 2187.6721 2.0 2187.6871 3.0 2187.7021 4.0 2187.717 2.0 2187.732 3.0 2187.7469 2.0 2187.7619 3.0 2187.7768 7.0 2187.7918 4.0 2187.8068 2.0 2187.8217 7.0 2187.8367 4.0 2187.8516 7.0 2187.8666 4.0 2187.8816 4.0 2187.8965 2.0 2187.9115 2.0 2187.9264 1.0 2187.9414 4.0 2187.9564 4.0 2187.9713 2.0 2187.9863 2.0 2188.0012 3.0 2188.0312 5.0 2188.0461 1.0 2188.0611 3.0 2188.076 12.0 2188.091 7.0 2188.106 3.0 2188.1209 3.0 2188.1359 3.0 2188.1508 2.0 2188.1658 6.0 2188.1808 4.0 2188.1957 3.0 2188.2107 1.0 2188.2256 1.0 2188.2406 4.0 2188.2556 4.0 2188.2705 1.0 2188.2855 2.0 2188.3004 5.0 2188.3154 1.0 2188.3304 3.0 2188.3453 1.0 2188.3603 2.0 2188.3752 1.0 2188.3902 1.0 2188.4052 2.0 2188.4201 1.0 2188.4351 4.0 2188.45 3.0 2188.465 2.0 2188.48 2.0 2188.4949 7.0 2188.5099 4.0 2188.5249 1.0 2188.5398 4.0 2188.5548 8.0 2188.5697 10.0 2188.5847 6.0 2188.5997 3.0 2188.6146 7.0 2188.6296 13.0 2188.6445 12.0 2188.6595 8.0 2188.6745 6.0 2188.6894 1.0 2188.7044 4.0 2188.7194 2.0 2188.7343 3.0 2188.7493 6.0 2188.7642 7.0 2188.7792 2.0 2188.7942 8.0 2188.8091 9.0 2188.8241 3.0 2188.8391 1.0 2188.854 3.0 2188.869 6.0 2188.8839 1.0 2188.8989 2.0 2188.9139 11.0 2188.9288 8.0 2188.9438 3.0 2188.9588 3.0 2188.9737 4.0 2188.9887 2.0 2189.0036 2.0 2189.0186 3.0 2189.0336 3.0 2189.0485 7.0 2189.0635 4.0 2189.0785 1.0 2189.0934 1.0 2189.1234 6.0 2189.1383 4.0 2189.1533 4.0 2189.1682 2.0 2189.1832 1.0 2189.1982 5.0 2189.2131 5.0 2189.2281 5.0 2189.2431 5.0 2189.258 2.0 2189.273 2.0 2189.3029 4.0 2189.3179 2.0 2189.3328 9.0 2189.3478 2.0 2189.3628 1.0 2189.3777 3.0 2189.3927 4.0 2189.4077 2.0 2189.4226 1.0 2189.4376 2.0 2189.4526 4.0 2189.4675 2.0 2189.4975 10.0 2189.5124 1.0 2189.5274 4.0 2189.5424 7.0 2189.5573 1.0 2189.5723 2.0 2189.5872 2.0 2189.6022 3.0 2189.6172 3.0 2189.6321 9.0 2189.6471 5.0 2189.6621 2.0 2189.677 1.0 2189.692 6.0 2189.707 1.0 2189.7219 1.0 2189.7369 2.0 2189.7519 2.0 2189.7668 1.0 2189.7818 2.0 2189.7968 1.0 2189.8117 3.0 2189.8267 4.0 2189.8417 3.0 2189.8566 2.0 2189.8716 1.0 2189.8866 1.0 2189.9015 7.0 2189.9165 10.0 2189.9315 3.0 2189.9464 2.0 2189.9614 5.0 2189.9764 3.0 2189.9913 6.0 2190.0063 3.0 2190.0213 3.0 2190.0512 4.0 2190.0662 11.0 2190.0811 9.0 2190.0961 2.0 2190.1111 6.0 2190.126 11.0 2190.141 2.0 2190.156 3.0 2190.1709 2.0 2190.1859 2.0 2190.2009 14.0 2190.2158 7.0 2190.2308 1.0 2190.2458 3.0 2190.2607 3.0 2190.2757 3.0 2190.2907 3.0 2190.3056 2.0 2190.3206 2.0 2190.3356 4.0 2190.3505 1.0 2190.3655 6.0 2190.3805 5.0 2190.4104 2.0 2190.4254 3.0 2190.4403 5.0 2190.4553 1.0 2190.4703 2.0 2190.4853 1.0 2190.5002 5.0 2190.5152 5.0 2190.5302 3.0 2190.5451 5.0 2190.5751 3.0 2190.59 2.0 2190.605 3.0 2190.6349 1.0 2190.6499 1.0 2190.6649 2.0 2190.6798 3.0 2190.6948 5.0 2190.7098 4.0 2190.7247 2.0 2190.7397 4.0 2190.7547 1.0 2190.7697 4.0 2190.7846 4.0 2190.8146 2.0 2190.8295 2.0 2190.8445 7.0 2190.8744 4.0 2190.8894 13.0 2190.9044 4.0 2190.9194 5.0 2190.9343 1.0 2190.9493 5.0 2190.9643 6.0 2190.9792 2.0 2190.9942 2.0 2191.0092 2.0 2191.0241 6.0 2191.0391 1.0 2191.0541 3.0 2191.0691 5.0 2191.084 5.0 2191.099 5.0 2191.114 7.0 2191.1289 5.0 2191.1439 7.0 2191.1589 8.0 2191.1738 4.0 2191.1888 5.0 2191.2038 4.0 2191.2188 1.0 2191.2337 3.0 2191.2487 3.0 2191.2637 1.0 2191.2786 3.0 2191.2936 2.0 2191.3086 1.0 2191.3236 2.0 2191.3385 2.0 2191.3535 3.0 2191.3834 2.0 2191.3984 5.0 2191.4134 3.0 2191.4284 5.0 2191.4433 3.0 2191.4583 8.0 2191.4733 7.0 2191.4882 8.0 2191.5032 6.0 2191.5182 5.0 2191.5332 5.0 2191.5481 4.0 2191.5631 4.0 2191.5781 8.0 2191.593 1.0 2191.608 5.0 2191.623 3.0 2191.6529 5.0 2191.6679 7.0 2191.6829 11.0 2191.6978 4.0 2191.7128 10.0 2191.7278 1.0 2191.7428 6.0 2191.7577 6.0 2191.7727 3.0 2191.7877 3.0 2191.8027 4.0 2191.8176 2.0 2191.8326 3.0 2191.8476 6.0 2191.8625 3.0 2191.8775 1.0 2191.8925 2.0 2191.9075 3.0 2191.9224 3.0 2191.9374 4.0 2191.9674 1.0 2191.9823 5.0 2191.9973 6.0 2192.0123 4.0 2192.0273 2.0 2192.0572 2.0 2192.0722 3.0 2192.0871 3.0 2192.1021 3.0 2192.1171 1.0 2192.1321 3.0 2192.147 1.0 2192.162 3.0 2192.177 6.0 2192.192 3.0 2192.2069 5.0 2192.2219 2.0 2192.2369 1.0 2192.2519 2.0 2192.2668 5.0 2192.2818 4.0 2192.2968 3.0 2192.3118 3.0 2192.3267 3.0 2192.3567 1.0 2192.4016 4.0 2192.4316 2.0 2192.4465 7.0 2192.4615 4.0 2192.4765 2.0 2192.4915 5.0 2192.5064 3.0 2192.5214 4.0 2192.5364 2.0 2192.5514 3.0 2192.5663 1.0 2192.5813 3.0 2192.6113 1.0 2192.6262 1.0 2192.6412 1.0 2192.6562 1.0 2192.6712 2.0 2192.6861 3.0 2192.7011 7.0 2192.7161 3.0 2192.7311 11.0 2192.746 7.0 2192.761 3.0 2192.776 2.0 2192.791 3.0 2192.8059 3.0 2192.8209 1.0 2192.8359 3.0 2192.8509 3.0 2192.8659 1.0 2192.8808 2.0 2192.8958 2.0 2192.9108 4.0 2192.9258 5.0 2192.9407 1.0 2192.9557 3.0 2192.9857 2.0 2193.0006 3.0 2193.0156 4.0 2193.0306 1.0 2193.0456 3.0 2193.0606 1.0 2193.0755 4.0 2193.0905 7.0 2193.1055 9.0 2193.1205 3.0 2193.1354 1.0 2193.1504 6.0 2193.1654 5.0 2193.1804 4.0 2193.2103 3.0 2193.2403 3.0 2193.2553 3.0 2193.2702 2.0 2193.2852 2.0 2193.3002 6.0 2193.3152 3.0 2193.3301 3.0 2193.3451 1.0 2193.3601 2.0 2193.3751 1.0 2193.3901 8.0 2193.405 3.0 2193.42 2.0 2193.435 5.0 2193.45 7.0 2193.465 3.0 2193.4799 2.0 2193.4949 4.0 2193.5099 2.0 2193.5249 3.0 2193.5398 3.0 2193.5548 2.0 2193.5848 1.0 2193.5998 2.0 2193.6147 4.0 2193.6297 2.0 2193.6447 6.0 2193.6747 5.0 2193.6896 2.0 2193.7046 6.0 2193.7196 1.0 2193.7346 1.0 2193.7496 2.0 2193.7645 2.0 2193.7795 1.0 2193.7945 6.0 2193.8095 5.0 2193.8245 1.0 2193.8394 2.0 2193.8544 1.0 2193.8694 7.0 2193.8844 10.0 2193.8994 1.0 2193.9143 1.0 2193.9293 5.0 2193.9443 4.0 2193.9593 8.0 2193.9743 7.0 2193.9892 5.0 2194.0042 8.0 2194.0192 4.0 2194.0342 5.0 2194.0492 8.0 2194.0641 2.0 2194.0791 1.0 2194.0941 1.0 2194.1091 4.0 2194.1241 11.0 2194.139 4.0 2194.169 2.0 2194.184 7.0 2194.199 8.0 2194.2139 5.0 2194.2289 2.0 2194.2439 1.0 2194.2589 2.0 2194.2739 3.0 2194.2888 2.0 2194.3038 1.0 2194.3188 3.0 2194.3338 3.0 2194.3488 1.0 2194.3638 2.0 2194.3787 2.0 2194.3937 3.0 2194.4087 1.0 2194.4237 3.0 2194.4387 2.0 2194.4536 5.0 2194.4836 2.0 2194.4986 1.0 2194.5136 2.0 2194.5286 3.0 2194.5435 2.0 2194.5585 3.0 2194.5735 1.0 2194.5885 3.0 2194.6035 6.0 2194.6185 6.0 2194.6334 2.0 2194.6484 5.0 2194.6634 3.0 2194.6784 11.0 2194.6934 5.0 2194.7083 3.0 2194.7233 4.0 2194.7383 1.0 2194.7533 1.0 2194.7683 2.0 2194.7833 2.0 2194.7982 1.0 2194.8132 4.0 2194.8282 4.0 2194.8432 2.0 2194.8732 3.0 2194.8881 7.0 2194.9031 4.0 2194.9181 4.0 2194.9331 10.0 2194.9481 11.0 2194.9631 5.0 2194.978 5.0 2194.993 5.0 2195.008 3.0 2195.023 1.0 2195.038 4.0 2195.053 1.0 2195.0679 2.0 2195.0829 12.0 2195.0979 7.0 2195.1129 2.0 2195.1279 5.0 2195.1429 7.0 2195.1579 2.0 2195.1728 2.0 2195.1878 4.0 2195.2028 3.0 2195.2178 3.0 2195.2328 3.0 2195.2478 8.0 2195.2627 4.0 2195.2777 5.0 2195.2927 11.0 2195.3077 9.0 2195.3227 4.0 2195.3377 4.0 2195.3527 4.0 2195.3676 3.0 2195.3826 4.0 2195.3976 3.0 2195.4126 7.0 2195.4276 1.0 2195.4426 5.0 2195.4576 9.0 2195.4725 4.0 2195.4875 3.0 2195.5025 5.0 2195.5175 3.0 2195.5325 3.0 2195.5475 2.0 2195.5625 4.0 2195.5774 1.0 2195.5924 4.0 2195.6074 7.0 2195.6224 1.0 2195.6374 2.0 2195.6524 1.0 2195.6674 3.0 2195.6823 5.0 2195.6973 7.0 2195.7123 7.0 2195.7273 8.0 2195.7423 2.0 2195.7573 3.0 2195.7723 2.0 2195.7872 1.0 2195.8022 5.0 2195.8172 1.0 2195.8322 7.0 2195.8472 3.0 2195.8622 2.0 2195.8772 2.0 2195.8921 1.0 2195.9071 2.0 2195.9221 2.0 2195.9371 2.0 2195.9521 1.0 2195.9671 2.0 2195.9821 1.0 2195.9971 7.0 2196.012 9.0 2196.027 2.0 2196.042 3.0 2196.057 9.0 2196.087 2.0 2196.102 3.0 2196.117 9.0 2196.1319 1.0 2196.1469 1.0 2196.1619 1.0 2196.1769 2.0 2196.1919 6.0 2196.2069 7.0 2196.2219 9.0 2196.2369 2.0 2196.2668 6.0 2196.2818 9.0 2196.2968 5.0 2196.3118 3.0 2196.3268 2.0 2196.3418 1.0 2196.3568 2.0 2196.3718 4.0 2196.3867 2.0 2196.4017 4.0 2196.4167 2.0 2196.4317 8.0 2196.4467 8.0 2196.4617 3.0 2196.5216 8.0 2196.5366 4.0 2196.5516 1.0 2196.5666 5.0 2196.5816 4.0 2196.5966 2.0 2196.6116 6.0 2196.6416 3.0 2196.6565 3.0 2196.6715 1.0 2196.7015 2.0 2196.7165 3.0 2196.7465 1.0 2196.7615 4.0 2196.7765 1.0 2196.7915 4.0 2196.8064 2.0 2196.8214 1.0 2196.8364 3.0 2196.8514 5.0 2196.8664 5.0 2196.8814 1.0 2196.8964 2.0 2196.9114 3.0 2196.9264 2.0 2196.9414 2.0 2196.9563 3.0 2196.9713 2.0 2196.9863 6.0 2197.0013 12.0 2197.0163 10.0 2197.0313 1.0 2197.0463 2.0 2197.0613 4.0 2197.0763 4.0 2197.0913 1.0 2197.1063 5.0 2197.1212 2.0 2197.1362 6.0 2197.1512 3.0 2197.1662 5.0 2197.1812 7.0 2197.1962 6.0 2197.2112 12.0 2197.2262 4.0 2197.2412 4.0 2197.2562 1.0 2197.2862 2.0 2197.3011 6.0 2197.3161 3.0 2197.3311 1.0 2197.3611 5.0 2197.3761 8.0 2197.3911 7.0 2197.4061 9.0 2197.4211 1.0 2197.4361 3.0 2197.4511 8.0 2197.4661 5.0 2197.481 1.0 2197.496 4.0 2197.511 5.0 2197.526 3.0 2197.541 3.0 2197.556 9.0 2197.571 5.0 2197.586 3.0 2197.601 9.0 2197.616 1.0 2197.631 2.0 2197.646 2.0 2197.676 4.0 2197.6909 1.0 2197.7059 5.0 2197.7209 5.0 2197.7359 3.0 2197.7509 1.0 2197.7659 2.0 2197.7809 9.0 2197.7959 9.0 2197.8109 3.0 2197.8259 5.0 2197.8409 4.0 2197.8559 4.0 2197.8709 3.0 2197.8859 9.0 2197.9009 3.0 2197.9158 2.0 2197.9308 7.0 2197.9458 3.0 2197.9608 3.0 2197.9758 1.0 2197.9908 4.0 2198.0058 2.0 2198.0208 1.0 2198.0358 6.0 2198.0508 2.0 2198.0658 2.0 2198.0808 2.0 2198.0958 1.0 2198.1108 1.0 2198.1258 3.0 2198.1408 3.0 2198.1558 3.0 2198.1707 2.0 2198.1857 2.0 2198.2007 1.0 2198.2157 7.0 2198.2307 1.0 2198.2457 3.0 2198.2607 3.0 2198.2757 5.0 2198.2907 7.0 2198.3057 3.0 2198.3207 4.0 2198.3357 6.0 2198.3507 1.0 2198.3657 2.0 2198.3957 2.0 2198.4107 7.0 2198.4257 1.0 2198.4407 6.0 2198.4557 2.0 2198.4707 2.0 2198.4856 3.0 2198.5006 2.0 2198.5156 3.0 2198.5306 3.0 2198.5456 2.0 2198.5606 6.0 2198.5756 2.0 2198.5906 1.0 2198.6056 3.0 2198.6206 6.0 2198.6356 6.0 2198.6506 5.0 2198.6656 1.0 2198.6806 2.0 2198.6956 4.0 2198.7106 5.0 2198.7256 4.0 2198.7406 3.0 2198.7556 7.0 2198.7706 5.0 2198.7856 3.0 2198.8006 2.0 2198.8156 3.0 2198.8306 4.0 2198.8456 6.0 2198.8756 4.0 2198.8906 1.0 2198.9056 1.0 2198.9205 1.0 2198.9355 3.0 2198.9505 7.0 2198.9655 2.0 2198.9805 5.0 2198.9955 5.0 2199.0255 2.0 2199.0405 5.0 2199.0555 3.0 2199.0705 3.0 2199.0855 2.0 2199.1005 5.0 2199.1155 6.0 2199.1305 3.0 2199.1455 1.0 2199.1605 6.0 2199.1755 3.0 2199.1905 2.0 2199.2055 2.0 2199.2205 4.0 2199.2355 5.0 2199.2505 2.0 2199.2655 5.0 2199.2805 6.0 2199.2955 2.0 2199.3405 9.0 2199.3555 5.0 2199.3705 3.0 2199.3855 2.0 2199.4155 5.0 2199.4305 6.0 2199.4455 5.0 2199.4605 13.0 2199.4755 6.0 2199.4905 2.0 2199.5205 2.0 2199.5355 4.0 2199.5505 4.0 2199.5655 8.0 2199.5805 4.0 2199.5955 6.0 2199.6105 8.0 2199.6255 2.0 2199.6405 2.0 2199.6555 4.0 2199.6705 3.0 2199.6855 2.0 2199.7005 4.0 2199.7155 2.0 2199.7305 3.0 2199.7455 2.0 2199.7605 5.0 2199.7755 11.0 2199.8055 1.0 2199.8205 2.0 2199.8355 2.0 2199.8505 8.0 2199.8655 8.0 2199.8805 5.0 2199.8955 3.0 2199.9105 5.0 2199.9255 4.0 2199.9405 1.0 2199.9555 2.0 2199.9705 2.0 2199.9855 1.0 2200.0155 1.0 2200.0305 5.0 2200.0455 9.0 2200.0605 5.0 2200.0755 2.0 2200.0905 2.0 2200.1055 4.0 2200.1205 5.0 2200.1355 3.0 2200.1655 2.0 2200.1805 4.0 2200.1955 2.0 2200.2105 2.0 2200.2255 3.0 2200.2405 3.0 2200.2555 1.0 2200.2705 10.0 2200.2855 11.0 2200.3005 5.0 2200.3155 4.0 2200.3305 2.0 2200.3455 1.0 2200.3605 4.0 2200.3755 5.0 2200.3905 5.0 2200.4055 6.0 2200.4205 7.0 2200.4355 5.0 2200.4505 1.0 2200.4655 5.0 2200.4805 3.0 2200.4955 5.0 2200.5106 5.0 2200.5256 4.0 2200.5406 4.0 2200.5556 4.0 2200.5706 2.0 2200.5856 4.0 2200.6006 2.0 2200.6156 1.0 2200.6306 10.0 2200.6456 8.0 2200.6606 2.0 2200.6756 7.0 2200.6906 3.0 2200.7056 2.0 2200.7356 2.0 2200.7506 3.0 2200.7656 3.0 2200.7806 6.0 2200.7956 5.0 2200.8106 5.0 2200.8256 4.0 2200.8406 2.0 2200.8556 9.0 2200.8706 4.0 2200.8856 1.0 2200.9006 2.0 2200.9156 6.0 2200.9306 2.0 2200.9457 2.0 2200.9607 5.0 2200.9757 4.0 2200.9907 10.0 2201.0057 12.0 2201.0207 16.0 2201.0357 5.0 2201.0507 3.0 2201.0657 3.0 2201.0957 7.0 2201.1107 2.0 2201.1257 3.0 2201.1407 3.0 2201.1557 7.0 2201.1707 7.0 2201.1857 5.0 2201.2007 2.0 2201.2157 3.0 2201.2307 2.0 2201.2457 4.0 2201.2608 3.0 2201.2758 1.0 2201.3058 3.0 2201.3208 4.0 2201.3358 6.0 2201.3508 8.0 2201.3658 5.0 2201.3808 8.0 2201.3958 4.0 2201.4108 4.0 2201.4258 2.0 2201.4408 5.0 2201.4708 3.0 2201.4858 3.0 2201.5008 2.0 2201.5159 1.0 2201.5309 3.0 2201.5459 1.0 2201.5609 4.0 2201.5759 2.0 2201.6059 3.0 2201.6209 1.0 2201.6359 8.0 2201.6659 1.0 2201.6809 2.0 2201.6959 4.0 2201.7109 3.0 2201.7259 6.0 2201.741 5.0 2201.756 4.0 2201.771 8.0 2201.786 4.0 2201.801 9.0 2201.816 11.0 2201.831 4.0 2201.846 5.0 2201.861 9.0 2201.876 6.0 2201.891 3.0 2201.906 3.0 2201.921 2.0 2201.936 4.0 2201.9511 7.0 2201.9661 2.0 2201.9811 4.0 2201.9961 7.0 2202.0261 2.0 2202.0411 5.0 2202.0561 6.0 2202.0711 4.0 2202.1011 7.0 2202.1161 4.0 2202.1311 6.0 2202.1462 10.0 2202.1612 4.0 2202.1762 2.0 2202.1912 2.0 2202.2062 4.0 2202.2212 1.0 2202.2362 6.0 2202.2512 1.0 2202.2662 4.0 2202.2812 3.0 2202.2962 2.0 2202.3113 1.0 2202.3263 2.0 2202.3413 3.0 2202.3563 3.0 2202.3863 7.0 2202.4013 2.0 2202.4163 3.0 2202.4313 1.0 2202.4463 1.0 2202.4613 1.0 2202.4764 1.0 2202.5064 1.0 2202.5214 4.0 2202.5364 1.0 2202.5514 4.0 2202.5664 3.0 2202.5814 4.0 2202.5964 2.0 2202.6114 2.0 2202.6265 2.0 2202.6415 2.0 2202.6565 2.0 2202.6715 1.0 2202.6865 1.0 2202.7015 3.0 2202.7165 8.0 2202.7315 6.0 2202.7465 1.0 2202.7615 2.0 2202.7766 5.0 2202.7916 2.0 2202.8066 7.0 2202.8216 8.0 2202.8366 1.0 2202.8516 2.0 2202.8816 2.0 2202.8966 4.0 2202.9117 7.0 2202.9267 5.0 2202.9417 3.0 2202.9567 2.0 2202.9717 2.0 2202.9867 4.0 2203.0017 6.0 2203.0167 6.0 2203.0317 3.0 2203.0468 5.0 2203.0618 3.0 2203.0768 7.0 2203.0918 6.0 2203.1068 3.0 2203.1218 4.0 2203.1368 3.0 2203.1518 4.0 2203.1668 4.0 2203.1819 3.0 2203.1969 4.0 2203.2119 1.0 2203.2269 2.0 2203.2419 3.0 2203.2569 2.0 2203.2719 3.0 2203.2869 1.0 2203.302 6.0 2203.317 1.0 2203.332 3.0 2203.347 8.0 2203.362 5.0 2203.377 5.0 2203.392 2.0 2203.407 4.0 2203.4221 3.0 2203.4371 2.0 2203.4521 3.0 2203.4671 5.0 2203.4821 5.0 2203.4971 2.0 2203.5121 5.0 2203.5271 4.0 2203.5422 7.0 2203.5572 2.0 2203.5722 5.0 2203.5872 5.0 2203.6022 2.0 2203.6172 2.0 2203.6322 2.0 2203.6623 2.0 2203.6773 4.0 2203.7073 1.0 2203.7523 1.0 2203.7674 1.0 2203.7824 3.0 2203.7974 7.0 2203.8124 2.0 2203.8274 9.0 2203.8424 4.0 2203.8574 1.0 2203.8725 2.0 2203.8875 2.0 2203.9025 3.0 2203.9175 1.0 2203.9325 4.0 2203.9475 2.0 2203.9625 4.0 2203.9776 5.0 2203.9926 7.0 2204.0076 2.0 2204.0376 4.0 2204.0526 10.0 2204.0677 5.0 2204.0827 1.0 2204.0977 2.0 2204.1127 3.0 2204.1277 3.0 2204.1427 2.0 2204.1577 2.0 2204.1728 1.0 2204.1878 1.0 2204.2028 3.0 2204.2178 1.0 2204.2328 4.0 2204.2478 2.0 2204.2629 4.0 2204.2779 5.0 2204.2929 2.0 2204.3229 5.0 2204.3379 2.0 2204.3529 4.0 2204.368 5.0 2204.383 9.0 2204.413 1.0 2204.428 3.0 2204.443 2.0 2204.4581 1.0 2204.4731 3.0 2204.4881 2.0 2204.5031 2.0 2204.5181 2.0 2204.5331 1.0 2204.5482 2.0 2204.5632 5.0 2204.5932 6.0 2204.6082 2.0 2204.6232 1.0 2204.6383 6.0 2204.6533 6.0 2204.6683 1.0 2204.6833 1.0 2204.6983 2.0 2204.7133 3.0 2204.7284 8.0 2204.7434 4.0 2204.7584 4.0 2204.7734 3.0 2204.7884 2.0 2204.8034 5.0 2204.8185 1.0 2204.8335 4.0 2204.8485 4.0 2204.8635 2.0 2204.8785 8.0 2204.8936 2.0 2204.9236 5.0 2204.9386 7.0 2204.9536 9.0 2204.9686 2.0 2204.9837 2.0 2204.9987 3.0 2205.0137 4.0 2205.0287 6.0 2205.0588 1.0 2205.0888 2.0 2205.1038 5.0 2205.1338 2.0 2205.1489 1.0 2205.1639 4.0 2205.1789 1.0 2205.1939 2.0 2205.2089 2.0 2205.224 2.0 2205.239 4.0 2205.254 5.0 2205.269 1.0 2205.284 4.0 2205.2991 6.0 2205.3141 7.0 2205.3291 10.0 2205.3441 6.0 2205.3591 8.0 2205.3742 4.0 2205.3892 3.0 2205.4042 7.0 2205.4192 7.0 2205.4342 6.0 2205.4492 1.0 2205.4793 2.0 2205.4943 4.0 2205.5093 2.0 2205.5243 7.0 2205.5394 12.0 2205.5544 10.0 2205.5694 5.0 2205.5844 3.0 2205.5994 3.0 2205.6145 2.0 2205.6295 1.0 2205.6595 3.0 2205.6896 3.0 2205.7046 3.0 2205.7196 4.0 2205.7346 3.0 2205.7497 2.0 2205.7647 3.0 2205.7797 7.0 2205.7947 2.0 2205.8097 4.0 2205.8248 2.0 2205.8398 5.0 2205.8548 3.0 2205.8698 1.0 2205.8999 3.0 2205.9149 6.0 2205.9299 5.0 2205.9449 6.0 2205.9599 3.0 2205.975 2.0 2205.99 3.0 2206.005 4.0 2206.02 4.0 2206.0351 5.0 2206.0501 2.0 2206.0651 2.0 2206.0801 3.0 2206.0951 2.0 2206.1102 3.0 2206.1252 2.0 2206.1402 18.0 2206.1552 7.0 2206.1703 8.0 2206.1853 5.0 2206.2153 5.0 2206.2303 4.0 2206.2454 4.0 2206.2604 2.0 2206.2754 2.0 2206.2904 3.0 2206.3055 4.0 2206.3205 3.0 2206.3355 4.0 2206.3505 3.0 2206.3655 1.0 2206.3806 3.0 2206.3956 2.0 2206.4106 4.0 2206.4256 2.0 2206.4407 1.0 2206.4557 2.0 2206.4707 1.0 2206.4857 4.0 2206.5008 2.0 2206.5158 1.0 2206.5308 2.0 2206.5458 2.0 2206.5609 3.0 2206.5759 5.0 2206.5909 5.0 2206.6209 3.0 2206.636 3.0 2206.651 8.0 2206.666 1.0 2206.681 5.0 2206.6961 5.0 2206.7111 1.0 2206.7261 1.0 2206.7411 7.0 2206.7562 10.0 2206.7712 7.0 2206.7862 6.0 2206.8012 1.0 2206.8163 3.0 2206.8313 3.0 2206.8463 2.0 2206.8613 1.0 2206.8764 6.0 2206.8914 9.0 2206.9064 1.0 2206.9365 7.0 2206.9515 8.0 2206.9815 8.0 2206.9966 7.0 2207.0116 2.0 2207.0266 6.0 2207.0416 1.0 2207.0567 2.0 2207.0717 4.0 2207.0867 9.0 2207.1017 4.0 2207.1168 3.0 2207.1318 3.0 2207.1468 5.0 2207.1618 4.0 2207.1769 7.0 2207.1919 7.0 2207.2069 6.0 2207.2219 2.0 2207.237 8.0 2207.252 4.0 2207.267 3.0 2207.2971 3.0 2207.3121 7.0 2207.3271 3.0 2207.3421 2.0 2207.3722 3.0 2207.4022 4.0 2207.4173 3.0 2207.4323 3.0 2207.4473 2.0 2207.4624 4.0 2207.4774 3.0 2207.4924 2.0 2207.5074 3.0 2207.5225 1.0 2207.5375 3.0 2207.5525 3.0 2207.5675 4.0 2207.5826 5.0 2207.5976 1.0 2207.6126 4.0 2207.6277 3.0 2207.6427 5.0 2207.6577 6.0 2207.6727 8.0 2207.6878 2.0 2207.7028 1.0 2207.7328 9.0 2207.7479 4.0 2207.7629 2.0 2207.7779 2.0 2207.793 1.0 2207.823 7.0 2207.838 3.0 2207.8531 1.0 2207.8681 2.0 2207.8831 9.0 2207.8982 6.0 2207.9132 5.0 2207.9282 1.0 2207.9432 2.0 2207.9583 2.0 2207.9733 2.0 2207.9883 1.0 2208.0184 2.0 2208.0334 1.0 2208.0484 3.0 2208.0635 3.0 2208.0785 2.0 2208.0935 5.0 2208.1236 2.0 2208.1386 3.0 2208.1536 3.0 2208.1687 3.0 2208.1837 11.0 2208.1987 1.0 2208.2138 6.0 2208.2288 3.0 2208.2438 3.0 2208.2588 6.0 2208.2739 5.0 2208.2889 6.0 2208.3039 4.0 2208.319 7.0 2208.334 2.0 2208.364 2.0 2208.3791 4.0 2208.3941 4.0 2208.4091 1.0 2208.4242 1.0 2208.4392 2.0 2208.4542 7.0 2208.4693 6.0 2208.4843 8.0 2208.4993 3.0 2208.5294 2.0 2208.5444 2.0 2208.5594 4.0 2208.5745 2.0 2208.5895 2.0 2208.6045 8.0 2208.6196 1.0 2208.6346 3.0 2208.6496 1.0 2208.6647 4.0 2208.6797 4.0 2208.6947 1.0 2208.7097 8.0 2208.7248 9.0 2208.7548 2.0 2208.7699 1.0 2208.7849 5.0 2208.7999 3.0 2208.815 2.0 2208.83 5.0 2208.845 2.0 2208.8601 5.0 2208.8751 2.0 2208.8901 5.0 2208.9052 2.0 2208.9202 2.0 2208.9352 5.0 2208.9502 1.0 2208.9653 1.0 2208.9803 1.0 2208.9953 6.0 2209.0104 10.0 2209.0254 1.0 2209.0404 3.0 2209.0555 2.0 2209.0705 1.0 2209.0855 1.0 2209.1006 4.0 2209.1306 4.0 2209.1457 5.0 2209.1607 7.0 2209.1757 3.0 2209.1908 1.0 2209.2058 3.0 2209.2208 7.0 2209.2359 10.0 2209.2509 9.0 2209.2659 1.0 2209.281 3.0 2209.296 3.0 2209.311 5.0 2209.3261 4.0 2209.3411 4.0 2209.3561 6.0 2209.3862 2.0 2209.4012 3.0 2209.4163 2.0 2209.4313 2.0 2209.4463 12.0 2209.4614 5.0 2209.4764 6.0 2209.4914 1.0 2209.5065 3.0 2209.5215 6.0 2209.5365 6.0 2209.5516 1.0 2209.5666 2.0 2209.5816 1.0 2209.5967 6.0 2209.6117 11.0 2209.6267 8.0 2209.6418 2.0 2209.6568 4.0 2209.6718 2.0 2209.6869 4.0 2209.7019 5.0 2209.7169 1.0 2209.732 2.0 2209.747 7.0 2209.762 10.0 2209.7771 2.0 2209.7921 4.0 2209.8071 6.0 2209.8372 7.0 2209.8522 5.0 2209.8673 3.0 2209.8823 5.0 2209.8973 7.0 2209.9124 5.0 2209.9274 4.0 2209.9425 1.0 2209.9575 3.0 2209.9725 2.0 2209.9876 5.0 2210.0176 4.0 2210.0327 1.0 2210.0477 4.0 2210.0778 7.0 2210.0928 1.0 2210.1078 4.0 2210.1229 7.0 2210.1379 3.0 2210.153 4.0 2210.168 1.0 2210.183 1.0 2210.1981 3.0 2210.2281 1.0 2210.2432 2.0 2210.2582 3.0 2210.2732 1.0 2210.2883 5.0 2210.3033 4.0 2210.3183 2.0 2210.3334 5.0 2210.3484 1.0 2210.3635 1.0 2210.3785 2.0 2210.3935 5.0 2210.4086 4.0 2210.4236 1.0 2210.4386 1.0 2210.4537 3.0 2210.4687 1.0 2210.4838 3.0 2210.4988 2.0 2210.5138 2.0 2210.5289 3.0 2210.5439 7.0 2210.5589 8.0 2210.574 4.0 2210.589 1.0 2210.6041 2.0 2210.6191 1.0 2210.6341 3.0 2210.6492 2.0 2210.6642 1.0 2210.6792 2.0 2210.6943 1.0 2210.7093 1.0 2210.7394 6.0 2210.7544 2.0 2210.7695 6.0 2210.7845 2.0 2210.7995 2.0 2210.8146 2.0 2210.8296 3.0 2210.8597 2.0 2210.8747 3.0 2210.8898 1.0 2210.9048 4.0 2210.9198 8.0 2210.9349 4.0 2210.9499 2.0 2210.965 2.0 2210.98 2.0 2210.995 3.0 2211.0101 7.0 2211.0251 5.0 2211.0402 5.0 2211.0552 12.0 2211.0702 10.0 2211.0853 5.0 2211.1003 7.0 2211.1154 4.0 2211.1304 2.0 2211.1454 1.0 2211.1605 2.0 2211.1755 3.0 2211.1905 1.0 2211.2056 1.0 2211.2206 3.0 2211.2357 2.0 2211.2507 8.0 2211.2657 10.0 2211.2808 11.0 2211.2958 4.0 2211.3109 6.0 2211.3259 6.0 2211.3409 1.0 2211.356 6.0 2211.371 6.0 2211.3861 2.0 2211.4011 3.0 2211.4161 1.0 2211.4312 4.0 2211.4462 1.0 2211.4613 2.0 2211.4763 1.0 2211.4913 2.0 2211.5064 2.0 2211.5214 3.0 2211.5365 8.0 2211.5515 12.0 2211.5666 6.0 2211.5816 3.0 2211.5966 1.0 2211.6117 5.0 2211.6267 3.0 2211.6418 1.0 2211.6568 3.0 2211.6869 1.0 2211.7019 2.0 2211.717 2.0 2211.732 9.0 2211.747 5.0 2211.7621 4.0 2211.7771 1.0 2211.7922 8.0 2211.8072 4.0 2211.8223 1.0 2211.8373 4.0 2211.8523 12.0 2211.8674 5.0 2211.8824 3.0 2211.8975 7.0 2211.9125 2.0 2211.9275 1.0 2211.9426 4.0 2211.9576 2.0 2211.9727 5.0 2211.9877 2.0 2212.0028 1.0 2212.0178 4.0 2212.0328 3.0 2212.0479 7.0 2212.0629 5.0 2212.078 4.0 2212.093 8.0 2212.1081 1.0 2212.1231 4.0 2212.1381 5.0 2212.1532 3.0 2212.1682 8.0 2212.1833 6.0 2212.1983 4.0 2212.2134 4.0 2212.2284 2.0 2212.2434 3.0 2212.2585 3.0 2212.2735 6.0 2212.2886 10.0 2212.3036 7.0 2212.3187 5.0 2212.3337 7.0 2212.3487 5.0 2212.3638 1.0 2212.3788 3.0 2212.3939 3.0 2212.4089 2.0 2212.424 4.0 2212.454 1.0 2212.4691 1.0 2212.4841 3.0 2212.4992 2.0 2212.5142 2.0 2212.5293 1.0 2212.5443 3.0 2212.5594 5.0 2212.5744 7.0 2212.5894 1.0 2212.6045 3.0 2212.6346 1.0 2212.6496 3.0 2212.6647 5.0 2212.6797 6.0 2212.6948 3.0 2212.7098 1.0 2212.7248 4.0 2212.7399 3.0 2212.7549 5.0 2212.77 4.0 2212.785 3.0 2212.8001 1.0 2212.8151 1.0 2212.8302 3.0 2212.8452 8.0 2212.8753 3.0 2212.8903 2.0 2212.9054 4.0 2212.9204 4.0 2212.9355 9.0 2212.9505 7.0 2212.9656 4.0 2212.9806 5.0 2212.9957 1.0 2213.0107 6.0 2213.0257 17.0 2213.0408 9.0 2213.0558 2.0 2213.0859 3.0 2213.116 1.0 2213.1461 6.0 2213.1612 7.0 2213.1762 6.0 2213.1913 6.0 2213.2063 5.0 2213.2213 4.0 2213.2364 2.0 2213.2514 8.0 2213.2665 5.0 2213.2815 8.0 2213.2966 13.0 2213.3116 4.0 2213.3267 1.0 2213.3417 2.0 2213.3568 5.0 2213.3718 2.0 2213.3869 7.0 2213.4019 1.0 2213.417 4.0 2213.432 2.0 2213.447 1.0 2213.4621 1.0 2213.4771 1.0 2213.4922 3.0 2213.5072 3.0 2213.5223 4.0 2213.5373 10.0 2213.5524 1.0 2213.5674 2.0 2213.5825 3.0 2213.6126 4.0 2213.6276 5.0 2213.6427 4.0 2213.6577 2.0 2213.6728 2.0 2213.6878 2.0 2213.7029 4.0 2213.7179 6.0 2213.733 1.0 2213.748 1.0 2213.763 1.0 2213.7781 4.0 2213.7931 4.0 2213.8232 7.0 2213.8533 4.0 2213.8684 2.0 2213.8834 4.0 2213.8985 2.0 2213.9135 5.0 2213.9436 1.0 2213.9587 5.0 2213.9737 3.0 2213.9888 1.0 2214.0038 2.0 2214.0189 2.0 2214.0339 2.0 2214.049 2.0 2214.064 1.0 2214.0791 4.0 2214.0941 2.0 2214.1092 2.0 2214.1242 4.0 2214.1393 5.0 2214.1543 2.0 2214.1694 9.0 2214.1844 2.0 2214.1995 2.0 2214.2145 3.0 2214.2296 2.0 2214.2446 3.0 2214.2597 7.0 2214.2747 4.0 2214.2898 9.0 2214.3048 4.0 2214.3349 1.0 2214.35 1.0 2214.365 2.0 2214.3801 3.0 2214.3951 3.0 2214.4102 4.0 2214.4252 5.0 2214.4403 1.0 2214.4553 2.0 2214.4704 3.0 2214.4854 5.0 2214.5005 8.0 2214.5155 5.0 2214.5306 3.0 2214.5456 3.0 2214.5757 5.0 2214.5908 9.0 2214.6058 3.0 2214.6209 8.0 2214.6359 6.0 2214.651 6.0 2214.666 3.0 2214.6811 6.0 2214.6961 5.0 2214.7112 3.0 2214.7262 1.0 2214.7413 7.0 2214.7563 4.0 2214.7714 1.0 2214.7864 3.0 2214.8015 1.0 2214.8166 2.0 2214.8316 3.0 2214.8467 3.0 2214.8617 1.0 2214.8918 5.0 2214.9069 2.0 2214.9219 5.0 2214.952 3.0 2214.9671 5.0 2214.9821 1.0 2214.9972 4.0 2215.0122 2.0 2215.0273 7.0 2215.0423 3.0 2215.0574 5.0 2215.0724 7.0 2215.0875 5.0 2215.1025 4.0 2215.1176 3.0 2215.1327 2.0 2215.1477 4.0 2215.1778 4.0 2215.1929 3.0 2215.2079 4.0 2215.223 2.0 2215.238 6.0 2215.2531 3.0 2215.2681 1.0 2215.2832 5.0 2215.2982 4.0 2215.3133 6.0 2215.3283 1.0 2215.3434 2.0 2215.3585 5.0 2215.3735 1.0 2215.3886 1.0 2215.4036 3.0 2215.4187 3.0 2215.4337 4.0 2215.4488 3.0 2215.4638 7.0 2215.4789 3.0 2215.4939 2.0 2215.509 2.0 2215.524 3.0 2215.5391 6.0 2215.5542 1.0 2215.5692 4.0 2215.5843 3.0 2215.5993 5.0 2215.6144 2.0 2215.6294 3.0 2215.6445 2.0 2215.6595 3.0 2215.6746 2.0 2215.6896 2.0 2215.7047 1.0 2215.7198 2.0 2215.7499 2.0 2215.7649 1.0 2215.78 3.0 2215.795 1.0 2215.8101 4.0 2215.8251 1.0 2215.8402 3.0 2215.8553 6.0 2215.8703 4.0 2215.8854 4.0 2215.9004 7.0 2215.9155 12.0 2215.9305 2.0 2215.9456 3.0 2215.9606 2.0 2215.9757 8.0 2215.9908 5.0 2216.0058 13.0 2216.0209 6.0 2216.0359 2.0 2216.051 3.0 2216.066 5.0 2216.0811 1.0 2216.0961 2.0 2216.1112 3.0 2216.1413 4.0 2216.1564 5.0 2216.1714 12.0 2216.1865 4.0 2216.2015 2.0 2216.2166 6.0 2216.2317 9.0 2216.2467 8.0 2216.2618 2.0 2216.2768 3.0 2216.2919 3.0 2216.3069 5.0 2216.322 7.0 2216.3371 5.0 2216.3521 5.0 2216.3672 4.0 2216.3822 3.0 2216.3973 7.0 2216.4123 9.0 2216.4274 9.0 2216.4425 2.0 2216.4575 5.0 2216.4726 3.0 2216.4876 2.0 2216.5027 4.0 2216.5177 5.0 2216.5328 4.0 2216.5479 2.0 2216.5629 1.0 2216.578 1.0 2216.593 8.0 2216.6081 7.0 2216.6231 4.0 2216.6382 1.0 2216.6533 3.0 2216.6683 4.0 2216.6834 5.0 2216.6984 5.0 2216.7135 1.0 2216.7286 3.0 2216.7436 6.0 2216.7587 3.0 2216.7737 1.0 2216.7888 1.0 2216.8038 8.0 2216.8189 7.0 2216.834 8.0 2216.849 5.0 2216.8641 1.0 2216.8791 3.0 2216.8942 7.0 2216.9093 2.0 2216.9243 1.0 2216.9394 1.0 2216.9544 7.0 2217.0147 2.0 2217.0297 2.0 2217.0448 4.0 2217.0599 2.0 2217.0749 7.0 2217.09 8.0 2217.105 5.0 2217.1201 2.0 2217.1352 5.0 2217.1502 10.0 2217.1653 3.0 2217.1803 5.0 2217.1954 4.0 2217.2105 2.0 2217.2255 4.0 2217.2406 4.0 2217.2556 4.0 2217.2707 3.0 2217.2858 4.0 2217.3008 2.0 2217.3159 5.0 2217.3309 4.0 2217.346 6.0 2217.3611 4.0 2217.3761 1.0 2217.3912 3.0 2217.4062 2.0 2217.4213 2.0 2217.4364 1.0 2217.4514 1.0 2217.4665 5.0 2217.4815 2.0 2217.4966 3.0 2217.5117 3.0 2217.5267 8.0 2217.5418 6.0 2217.5568 2.0 2217.5719 4.0 2217.587 1.0 2217.602 5.0 2217.6171 2.0 2217.6322 2.0 2217.6472 1.0 2217.6623 3.0 2217.6773 1.0 2217.6924 1.0 2217.7075 1.0 2217.7225 3.0 2217.7376 2.0 2217.7526 10.0 2217.7677 8.0 2217.7828 2.0 2217.7978 7.0 2217.8129 7.0 2217.828 3.0 2217.843 5.0 2217.8581 11.0 2217.8731 5.0 2217.8882 3.0 2217.9033 5.0 2217.9183 2.0 2217.9334 4.0 2217.9635 4.0 2217.9786 1.0 2217.9936 3.0 2218.0087 1.0 2218.0238 5.0 2218.0388 6.0 2218.0539 5.0 2218.069 1.0 2218.084 1.0 2218.0991 2.0 2218.1141 8.0 2218.1292 2.0 2218.1443 3.0 2218.1593 4.0 2218.1744 3.0 2218.1895 4.0 2218.2045 12.0 2218.2196 2.0 2218.2347 14.0 2218.2497 3.0 2218.2648 13.0 2218.2798 8.0 2218.2949 6.0 2218.31 8.0 2218.325 4.0 2218.3401 8.0 2218.3552 5.0 2218.3702 2.0 2218.3853 4.0 2218.4004 6.0 2218.4154 5.0 2218.4455 2.0 2218.4606 1.0 2218.4757 1.0 2218.4907 3.0 2218.5058 3.0 2218.5359 3.0 2218.551 7.0 2218.5811 8.0 2218.6113 1.0 2218.6263 2.0 2218.6414 1.0 2218.6565 4.0 2218.6715 2.0 2218.6866 3.0 2218.7017 1.0 2218.7167 1.0 2218.7318 4.0 2218.7468 2.0 2218.7619 1.0 2218.777 4.0 2218.792 2.0 2218.8071 10.0 2218.8222 5.0 2218.8372 2.0 2218.8523 4.0 2218.8674 2.0 2218.8824 4.0 2218.8975 1.0 2218.9126 1.0 2218.9276 5.0 2218.9578 8.0 2218.9728 4.0 2218.9879 9.0 2219.003 5.0 2219.0331 4.0 2219.0482 3.0 2219.0632 6.0 2219.0783 2.0 2219.0934 1.0 2219.1084 2.0 2219.1235 1.0 2219.1386 2.0 2219.1536 6.0 2219.1687 2.0 2219.1838 5.0 2219.1988 4.0 2219.2139 2.0 2219.229 3.0 2219.244 3.0 2219.2591 6.0 2219.2742 4.0 2219.2892 7.0 2219.3043 7.0 2219.3194 5.0 2219.3344 5.0 2219.3495 6.0 2219.3646 3.0 2219.3796 2.0 2219.3947 2.0 2219.4098 2.0 2219.4248 3.0 2219.4399 2.0 2219.455 4.0 2219.47 3.0 2219.4851 8.0 2219.5002 8.0 2219.5152 2.0 2219.5604 8.0 2219.5755 8.0 2219.5906 7.0 2219.6057 4.0 2219.6207 1.0 2219.6358 4.0 2219.6509 3.0 2219.6659 3.0 2219.681 2.0 2219.6961 4.0 2219.7111 1.0 2219.7262 5.0 2219.7413 1.0 2219.7563 1.0 2219.7714 4.0 2219.7865 2.0 2219.8015 8.0 2219.8166 6.0 2219.8317 8.0 2219.8468 3.0 2219.8618 1.0 2219.8769 2.0 2219.892 1.0 2219.907 3.0 2219.9221 2.0 2219.9372 1.0 2219.9824 2.0 2219.9974 2.0 2220.0125 2.0 2220.0276 6.0 2220.0427 10.0 2220.0577 6.0 2220.0728 2.0 2220.1029 5.0 2220.118 3.0 2220.1331 5.0 2220.1783 2.0 2220.1934 13.0 2220.2084 7.0 2220.2235 2.0 2220.2386 3.0 2220.2536 9.0 2220.2687 8.0 2220.2838 1.0 2220.2988 1.0 2220.3139 2.0 2220.329 2.0 2220.3441 5.0 2220.3591 1.0 2220.3742 6.0 2220.3893 8.0 2220.4043 5.0 2220.4345 2.0 2220.4496 3.0 2220.4646 1.0 2220.4797 2.0 2220.4948 3.0 2220.5098 1.0 2220.5249 8.0 2220.54 4.0 2220.5551 5.0 2220.5701 9.0 2220.5852 2.0 2220.6003 1.0 2220.6153 1.0 2220.6304 1.0 2220.6455 1.0 2220.6606 2.0 2220.6756 3.0 2220.6907 2.0 2220.7208 2.0 2220.7359 11.0 2220.751 6.0 2220.7661 2.0 2220.7811 4.0 2220.7962 3.0 2220.8113 4.0 2220.8264 11.0 2220.8414 2.0 2220.8565 3.0 2220.8866 2.0 2220.9017 7.0 2220.9168 5.0 2220.9319 4.0 2220.9469 4.0 2220.9771 6.0 2220.9922 7.0 2221.0223 5.0 2221.0374 3.0 2221.0524 2.0 2221.0675 12.0 2221.0826 7.0 2221.0977 4.0 2221.1127 6.0 2221.1278 3.0 2221.1429 5.0 2221.158 7.0 2221.173 9.0 2221.1881 5.0 2221.2032 7.0 2221.2183 4.0 2221.2333 2.0 2221.2484 3.0 2221.2635 4.0 2221.2786 8.0 2221.2936 9.0 2221.3087 6.0 2221.3238 6.0 2221.3539 2.0 2221.369 5.0 2221.3841 7.0 2221.3991 2.0 2221.4142 1.0 2221.4293 5.0 2221.4444 1.0 2221.4594 2.0 2221.4745 1.0 2221.4896 7.0 2221.5047 3.0 2221.5197 1.0 2221.5348 2.0 2221.5499 1.0 2221.565 2.0 2221.58 3.0 2221.5951 3.0 2221.6102 2.0 2221.6253 1.0 2221.6403 3.0 2221.6554 2.0 2221.6705 3.0 2221.6856 3.0 2221.7006 2.0 2221.7157 2.0 2221.7308 5.0 2221.7609 1.0 2221.776 1.0 2221.7911 6.0 2221.8062 3.0 2221.8212 4.0 2221.8363 8.0 2221.8514 8.0 2221.8665 5.0 2221.8816 2.0 2221.8966 2.0 2221.9117 1.0 2221.9268 3.0 2221.9419 2.0 2221.9569 1.0 2221.9871 3.0 2222.0022 3.0 2222.0323 2.0 2222.0474 9.0 2222.0625 7.0 2222.0775 3.0 2222.0926 4.0 2222.1077 9.0 2222.1228 7.0 2222.1379 6.0 2222.1529 3.0 2222.168 4.0 2222.1831 5.0 2222.1982 6.0 2222.2132 5.0 2222.2283 4.0 2222.2434 3.0 2222.2585 7.0 2222.2735 4.0 2222.2886 3.0 2222.3037 4.0 2222.3188 1.0 2222.3339 7.0 2222.3489 4.0 2222.364 5.0 2222.3942 7.0 2222.4092 2.0 2222.4243 2.0 2222.4394 6.0 2222.4545 3.0 2222.4696 1.0 2222.4846 1.0 2222.4997 6.0 2222.5148 4.0 2222.5299 1.0 2222.5449 1.0 2222.5751 9.0 2222.5902 2.0 2222.6053 1.0 2222.6203 1.0 2222.6354 1.0 2222.6505 4.0 2222.6656 2.0 2222.6807 5.0 2222.6957 6.0 2222.7108 8.0 2222.741 2.0 2222.7561 1.0 2222.7711 8.0 2222.7862 6.0 2222.8013 10.0 2222.8164 4.0 2222.8314 2.0 2222.8465 1.0 2222.8616 7.0 2222.8767 5.0 2222.8918 7.0 2222.9068 2.0 2222.9219 6.0 2222.937 4.0 2222.9521 7.0 2222.9822 6.0 2222.9973 8.0 2223.0124 6.0 2223.0275 1.0 2223.0426 2.0 2223.0576 3.0 2223.0727 3.0 2223.0878 2.0 2223.1029 2.0 2223.118 4.0 2223.133 1.0 2223.1481 1.0 2223.1632 3.0 2223.1934 1.0 2223.2084 8.0 2223.2235 3.0 2223.2386 4.0 2223.2688 1.0 2223.2838 5.0 2223.2989 2.0 2223.3291 1.0 2223.3442 3.0 2223.3593 4.0 2223.3743 4.0 2223.3894 9.0 2223.4045 2.0 2223.4196 4.0 2223.4347 2.0 2223.4497 1.0 2223.4648 5.0 2223.4799 1.0 2223.495 2.0 2223.5101 3.0 2223.5251 2.0 2223.5553 1.0 2223.5704 2.0 2223.5855 3.0 2223.6006 2.0 2223.6156 1.0 2223.6307 4.0 2223.6609 3.0 2223.676 7.0 2223.6911 5.0 2223.7061 1.0 2223.7212 2.0 2223.7363 4.0 2223.7514 10.0 2223.7665 16.0 2223.7815 6.0 2223.7966 2.0 2223.8117 3.0 2223.8268 2.0 2223.8419 4.0 2223.857 6.0 2223.872 6.0 2223.8871 2.0 2223.9022 4.0 2223.9173 3.0 2223.9324 2.0 2223.9475 3.0 2223.9625 3.0 2223.9927 3.0 2224.0229 4.0 2224.038 4.0 2224.053 4.0 2224.0681 4.0 2224.0832 3.0 2224.0983 5.0 2224.1134 3.0 2224.1285 4.0 2224.1586 3.0 2224.1737 2.0 2224.1888 2.0 2224.2039 3.0 2224.219 4.0 2224.234 3.0 2224.2491 3.0 2224.2642 14.0 2224.2793 10.0 2224.2944 2.0 2224.3095 1.0 2224.3246 2.0 2224.3396 8.0 2224.3547 9.0 2224.3698 14.0 2224.3849 2.0 2224.4 5.0 2224.4151 6.0 2224.4301 5.0 2224.4452 1.0 2224.4603 3.0 2224.4754 1.0 2224.4905 5.0 2224.5056 2.0 2224.5207 2.0 2224.5357 1.0 2224.5508 1.0 2224.5659 1.0 2224.581 3.0 2224.5961 3.0 2224.6112 4.0 2224.6263 2.0 2224.6413 7.0 2224.6564 6.0 2224.6866 3.0 2224.7017 3.0 2224.7168 5.0 2224.7318 15.0 2224.7469 10.0 2224.762 3.0 2224.7771 6.0 2224.7922 3.0 2224.8073 2.0 2224.8224 3.0 2224.8375 2.0 2224.8525 1.0 2224.8676 1.0 2224.8827 1.0 2224.8978 1.0 2224.9129 7.0 2224.928 1.0 2224.9431 1.0 2224.9581 5.0 2224.9732 7.0 2224.9883 7.0 2225.0034 5.0 2225.0185 5.0 2225.0336 4.0 2225.0637 5.0 2225.0788 5.0 2225.0939 3.0 2225.109 4.0 2225.1241 7.0 2225.1392 1.0 2225.1694 1.0 2225.1844 4.0 2225.2146 9.0 2225.2297 3.0 2225.2599 2.0 2225.2901 5.0 2225.3051 2.0 2225.3202 4.0 2225.3353 2.0 2225.3504 7.0 2225.3655 11.0 2225.3806 3.0 2225.3957 1.0 2225.4108 1.0 2225.4259 2.0 2225.4409 3.0 2225.456 5.0 2225.4711 2.0 2225.4862 3.0 2225.5013 1.0 2225.5164 4.0 2225.5315 2.0 2225.5466 2.0 2225.5616 4.0 2225.5767 3.0 2225.5918 5.0 2225.6069 1.0 2225.622 3.0 2225.6371 2.0 2225.6522 6.0 2225.6673 1.0 2225.6824 5.0 2225.6974 3.0 2225.7125 1.0 2225.7276 1.0 2225.7427 4.0 2225.7578 8.0 2225.7729 4.0 2225.788 9.0 2225.8031 4.0 2225.8182 1.0 2225.8333 3.0 2225.8483 10.0 2225.8634 3.0 2225.8785 5.0 2225.8936 2.0 2225.9238 6.0 2225.954 1.0 2225.9691 3.0 2225.9841 3.0 2225.9992 3.0 2226.0143 1.0 2226.0294 4.0 2226.0445 6.0 2226.0596 4.0 2226.0747 3.0 2226.0898 4.0 2226.1049 2.0 2226.12 1.0 2226.1351 3.0 2226.1501 2.0 2226.1652 4.0 2226.1803 3.0 2226.1954 2.0 2226.2105 4.0 2226.2256 8.0 2226.2407 5.0 2226.2709 5.0 2226.3011 2.0 2226.3161 1.0 2226.3312 3.0 2226.3463 3.0 2226.3614 5.0 2226.3916 1.0 2226.4067 1.0 2226.4218 2.0 2226.4369 1.0 2226.452 2.0 2226.4822 5.0 2226.4972 2.0 2226.5123 1.0 2226.5274 4.0 2226.5576 1.0 2226.5727 2.0 2226.5878 1.0 2226.6029 4.0 2226.618 3.0 2226.6331 1.0 2226.6482 1.0 2226.6633 1.0 2226.6783 5.0 2226.6934 1.0 2226.7085 1.0 2226.7236 2.0 2226.7387 2.0 2226.7538 1.0 2226.7689 1.0 2226.784 3.0 2226.7991 3.0 2226.8142 1.0 2226.8444 5.0 2226.8595 4.0 2226.8746 2.0 2226.8896 5.0 2226.9047 6.0 2226.9198 9.0 2226.9349 3.0 2226.9651 11.0 2226.9802 11.0 2226.9953 13.0 2227.0104 2.0 2227.0406 2.0 2227.0557 1.0 2227.0708 2.0 2227.101 2.0 2227.1161 5.0 2227.1311 3.0 2227.1462 8.0 2227.1613 6.0 2227.1764 4.0 2227.1915 4.0 2227.2066 6.0 2227.2217 5.0 2227.2368 5.0 2227.2519 5.0 2227.267 2.0 2227.2821 3.0 2227.2972 1.0 2227.3123 2.0 2227.3274 6.0 2227.3425 6.0 2227.3576 3.0 2227.3727 8.0 2227.3878 5.0 2227.4028 2.0 2227.4179 3.0 2227.433 1.0 2227.4481 2.0 2227.4632 2.0 2227.4783 2.0 2227.4934 1.0 2227.5085 1.0 2227.5236 2.0 2227.5387 2.0 2227.5538 4.0 2227.5689 2.0 2227.584 1.0 2227.5991 6.0 2227.6142 2.0 2227.6293 6.0 2227.6444 2.0 2227.6595 2.0 2227.6746 1.0 2227.6897 4.0 2227.7048 2.0 2227.7199 3.0 2227.7349 2.0 2227.75 3.0 2227.7651 6.0 2227.7802 6.0 2227.7953 1.0 2227.8104 2.0 2227.8255 1.0 2227.8406 4.0 2227.8557 4.0 2227.8708 7.0 2227.8859 3.0 2227.901 3.0 2227.9161 4.0 2227.9312 4.0 2227.9463 4.0 2227.9614 6.0 2227.9765 1.0 2227.9916 3.0 2228.0067 6.0 2228.0369 2.0 2228.052 3.0 2228.0671 3.0 2228.0973 4.0 2228.1275 3.0 2228.1426 3.0 2228.1577 6.0 2228.1728 5.0 2228.1879 1.0 2228.203 1.0 2228.218 3.0 2228.2331 5.0 2228.2482 4.0 2228.2633 4.0 2228.2784 6.0 2228.2935 3.0 2228.3086 7.0 2228.3237 8.0 2228.3388 6.0 2228.3539 6.0 2228.369 2.0 2228.3992 5.0 2228.4143 1.0 2228.4294 3.0 2228.4445 2.0 2228.4596 1.0 2228.4747 3.0 2228.4898 6.0 2228.5049 4.0 2228.52 1.0 2228.5502 6.0 2228.5653 5.0 2228.5804 2.0 2228.5955 2.0 2228.6106 2.0 2228.6257 4.0 2228.6408 5.0 2228.6559 2.0 2228.671 2.0 2228.6861 2.0 2228.7012 4.0 2228.7163 2.0 2228.7314 2.0 2228.7616 2.0 2228.7767 4.0 2228.7918 1.0 2228.8069 1.0 2228.822 1.0 2228.8371 4.0 2228.8522 3.0 2228.8975 6.0 2228.9126 1.0 2228.9277 2.0 2228.973 3.0 2228.9881 5.0 2229.0032 1.0 2229.0334 6.0 2229.0485 3.0 2229.0636 4.0 2229.0787 3.0 2229.0938 5.0 2229.1089 4.0 2229.124 2.0 2229.1391 3.0 2229.1542 3.0 2229.1693 3.0 2229.1844 4.0 2229.1995 4.0 2229.2146 4.0 2229.2297 1.0 2229.2448 1.0 2229.2599 7.0 2229.275 1.0 2229.2901 1.0 2229.3052 4.0 2229.3203 2.0 2229.3354 1.0 2229.3505 3.0 2229.3656 6.0 2229.3807 4.0 2229.3958 3.0 2229.4109 4.0 2229.426 3.0 2229.4411 4.0 2229.4562 2.0 2229.4713 7.0 2229.4864 3.0 2229.5015 1.0 2229.5166 4.0 2229.5317 1.0 2229.5469 1.0 2229.5771 6.0 2229.6224 2.0 2229.6375 1.0 2229.6526 3.0 2229.6828 3.0 2229.7281 8.0 2229.7432 6.0 2229.7583 5.0 2229.7734 6.0 2229.7885 3.0 2229.8036 7.0 2229.8187 3.0 2229.8338 1.0 2229.8489 6.0 2229.864 1.0 2229.8791 3.0 2229.8942 1.0 2229.9093 1.0 2229.9244 3.0 2229.9395 5.0 2229.9546 2.0 2229.9697 1.0 2229.9848 2.0 2229.9999 3.0 2230.015 1.0 2230.0301 3.0 2230.0453 1.0 2230.0604 10.0 2230.0755 5.0 2230.0906 4.0 2230.1057 1.0 2230.151 3.0 2230.1661 5.0 2230.1812 2.0 2230.1963 2.0 2230.2265 3.0 2230.2416 2.0 2230.2567 1.0 2230.2718 1.0 2230.3171 2.0 2230.3322 2.0 2230.3473 2.0 2230.3624 1.0 2230.3927 1.0 2230.4078 3.0 2230.4229 1.0 2230.438 3.0 2230.4531 4.0 2230.4682 4.0 2230.4833 4.0 2230.4984 2.0 2230.5135 5.0 2230.5286 6.0 2230.5437 3.0 2230.5588 7.0 2230.5739 1.0 2230.589 1.0 2230.6192 3.0 2230.6343 4.0 2230.6495 7.0 2230.6646 8.0 2230.6797 8.0 2230.6948 8.0 2230.7099 5.0 2230.725 1.0 2230.7401 2.0 2230.7552 1.0 2230.7703 3.0 2230.7854 4.0 2230.8005 5.0 2230.8156 2.0 2230.8307 5.0 2230.8458 2.0 2230.8609 2.0 2230.8761 1.0 2230.8912 2.0 2230.9063 2.0 2230.9214 3.0 2230.9365 3.0 2230.9516 3.0 2230.9667 2.0 2230.9818 4.0 2230.9969 3.0 2231.012 3.0 2231.0271 2.0 2231.0573 2.0 2231.0724 3.0 2231.0876 1.0 2231.1027 1.0 2231.1178 5.0 2231.1329 2.0 2231.148 1.0 2231.1631 7.0 2231.1782 1.0 2231.1933 3.0 2231.2084 2.0 2231.2235 2.0 2231.2386 5.0 2231.2688 6.0 2231.284 5.0 2231.2991 5.0 2231.3142 2.0 2231.3293 2.0 2231.3444 2.0 2231.3595 1.0 2231.3897 6.0 2231.4048 6.0 2231.4199 1.0 2231.435 5.0 2231.4501 2.0 2231.4653 3.0 2231.4804 4.0 2231.4955 2.0 2231.5106 3.0 2231.5257 7.0 2231.5408 6.0 2231.5559 5.0 2231.571 4.0 2231.5861 5.0 2231.6012 2.0 2231.6163 2.0 2231.6315 5.0 2231.6466 7.0 2231.6617 4.0 2231.6768 1.0 2231.6919 6.0 2231.707 4.0 2231.7221 2.0 2231.7372 2.0 2231.7674 2.0 2231.7826 3.0 2231.7977 3.0 2231.8128 6.0 2231.8279 4.0 2231.843 3.0 2231.8581 3.0 2231.8883 3.0 2231.9034 5.0 2231.9185 2.0 2231.9337 9.0 2231.9488 9.0 2231.9639 4.0 2231.979 3.0 2231.9941 5.0 2232.0092 4.0 2232.0243 6.0 2232.0394 6.0 2232.0545 1.0 2232.0696 2.0 2232.0848 12.0 2232.0999 4.0 2232.115 6.0 2232.1301 4.0 2232.1452 5.0 2232.1603 18.0 2232.1754 3.0 2232.1905 8.0 2232.2056 4.0 2232.2208 4.0 2232.2359 4.0 2232.2661 1.0 2232.2812 2.0 2232.2963 7.0 2232.3114 3.0 2232.3265 4.0 2232.3417 7.0 2232.3568 1.0 2232.3719 3.0 2232.387 3.0 2232.4021 7.0 2232.4172 6.0 2232.4323 1.0 2232.4474 4.0 2232.4626 4.0 2232.4777 4.0 2232.4928 1.0 2232.5079 5.0 2232.523 10.0 2232.5381 6.0 2232.5532 5.0 2232.5683 1.0 2232.5834 3.0 2232.5986 4.0 2232.6137 6.0 2232.6288 5.0 2232.6439 3.0 2232.659 1.0 2232.6741 4.0 2232.6892 1.0 2232.7044 3.0 2232.7195 2.0 2232.7346 2.0 2232.7497 1.0 2232.7648 2.0 2232.7799 3.0 2232.795 3.0 2232.8101 4.0 2232.8253 1.0 2232.8404 4.0 2232.8555 4.0 2232.8706 5.0 2232.8857 8.0 2232.9008 1.0 2232.9159 2.0 2232.9311 2.0 2232.9462 2.0 2232.9613 2.0 2232.9764 1.0 2232.9915 2.0 2233.0066 2.0 2233.0217 2.0 2233.0369 9.0 2233.052 4.0 2233.0671 1.0 2233.0822 3.0 2233.0973 3.0 2233.1124 2.0 2233.1275 7.0 2233.1427 4.0 2233.1578 2.0 2233.1729 1.0 2233.188 1.0 2233.2031 3.0 2233.2182 5.0 2233.2333 4.0 2233.2485 2.0 2233.2636 9.0 2233.2787 5.0 2233.2938 2.0 2233.324 5.0 2233.3391 3.0 2233.3543 1.0 2233.3694 1.0 2233.3845 3.0 2233.3996 1.0 2233.4147 2.0 2233.4298 2.0 2233.445 1.0 2233.4601 2.0 2233.4752 4.0 2233.4903 7.0 2233.5054 4.0 2233.5205 1.0 2233.5356 1.0 2233.5508 1.0 2233.5659 4.0 2233.581 1.0 2233.5961 1.0 2233.6112 3.0 2233.6263 5.0 2233.6415 2.0 2233.6566 4.0 2233.6717 6.0 2233.6868 3.0 2233.7019 5.0 2233.717 7.0 2233.7322 4.0 2233.7473 3.0 2233.7624 3.0 2233.7775 4.0 2233.7926 5.0 2233.8077 7.0 2233.8229 1.0 2233.838 4.0 2233.8531 2.0 2233.8682 2.0 2233.8833 6.0 2233.8984 5.0 2233.9136 3.0 2233.9287 6.0 2233.9438 5.0 2233.9589 3.0 2233.974 5.0 2233.9891 5.0 2234.0043 5.0 2234.0194 5.0 2234.0345 10.0 2234.0496 4.0 2234.0647 3.0 2234.0799 3.0 2234.095 5.0 2234.1101 2.0 2234.1252 2.0 2234.1403 5.0 2234.1554 6.0 2234.1706 3.0 2234.1857 4.0 2234.2008 2.0 2234.2159 5.0 2234.231 1.0 2234.2462 3.0 2234.2613 6.0 2234.2764 2.0 2234.2915 2.0 2234.3066 2.0 2234.3217 2.0 2234.3369 6.0 2234.352 5.0 2234.3671 2.0 2234.3822 5.0 2234.3973 1.0 2234.4125 5.0 2234.4276 8.0 2234.4427 3.0 2234.4578 1.0 2234.4729 7.0 2234.4881 7.0 2234.5032 4.0 2234.5183 1.0 2234.5334 2.0 2234.5485 3.0 2234.5636 3.0 2234.5788 1.0 2234.609 5.0 2234.6241 5.0 2234.6392 10.0 2234.6544 5.0 2234.6695 1.0 2234.6846 1.0 2234.6997 1.0 2234.7148 2.0 2234.73 2.0 2234.7451 7.0 2234.7602 3.0 2234.7753 4.0 2234.7904 1.0 2234.8207 1.0 2234.8358 6.0 2234.8509 8.0 2234.866 4.0 2234.8812 1.0 2234.9265 3.0 2234.9417 4.0 2234.9568 5.0 2234.9719 2.0 2234.987 1.0 2235.0021 2.0 2235.0173 2.0 2235.0324 1.0 2235.0475 5.0 2235.0626 2.0 2235.0777 5.0 2235.0929 4.0 2235.108 2.0 2235.1231 6.0 2235.1382 3.0 2235.1533 3.0 2235.1685 1.0 2235.1836 5.0 2235.1987 6.0 2235.2138 1.0 2235.229 1.0 2235.2441 3.0 2235.2592 3.0 2235.2743 11.0 2235.2894 3.0 2235.3046 4.0 2235.3197 4.0 2235.3348 1.0 2235.3499 3.0 2235.3651 1.0 2235.3802 2.0 2235.3953 5.0 2235.4104 2.0 2235.4255 1.0 2235.4407 1.0 2235.4558 1.0 2235.4709 2.0 2235.486 3.0 2235.5314 2.0 2235.5465 3.0 2235.5616 6.0 2235.5768 2.0 2235.5919 3.0 2235.607 1.0 2235.6221 14.0 2235.6373 3.0 2235.6524 3.0 2235.6675 2.0 2235.6826 2.0 2235.6977 3.0 2235.7129 1.0 2235.728 2.0 2235.7431 2.0 2235.7582 3.0 2235.7734 2.0 2235.7885 2.0 2235.8036 4.0 2235.8187 1.0 2235.8339 6.0 2235.849 2.0 2235.8641 9.0 2235.8792 3.0 2235.8944 4.0 2235.9095 3.0 2235.9246 2.0 2235.9397 6.0 2235.9549 2.0 2235.97 4.0 2235.9851 3.0 2236.0002 4.0 2236.0153 2.0 2236.0305 2.0 2236.0456 2.0 2236.0758 2.0 2236.091 2.0 2236.1061 2.0 2236.1212 6.0 2236.1363 2.0 2236.1515 4.0 2236.1666 2.0 2236.1817 2.0 2236.1968 5.0 2236.212 6.0 2236.2422 2.0 2236.2573 5.0 2236.2725 11.0 2236.2876 2.0 2236.3027 8.0 2236.3178 4.0 2236.333 10.0 2236.3481 5.0 2236.3632 12.0 2236.3783 9.0 2236.3935 1.0 2236.4086 2.0 2236.4237 2.0 2236.4389 2.0 2236.4691 7.0 2236.4842 5.0 2236.4994 3.0 2236.5145 7.0 2236.5296 4.0 2236.5447 4.0 2236.575 1.0 2236.5901 1.0 2236.6052 10.0 2236.6204 9.0 2236.6355 6.0 2236.6506 3.0 2236.6657 1.0 2236.6809 4.0 2236.696 1.0 2236.7111 3.0 2236.7263 5.0 2236.7414 4.0 2236.7565 3.0 2236.7716 1.0 2236.7868 3.0 2236.8019 5.0 2236.817 3.0 2236.8321 4.0 2236.8473 1.0 2236.8624 1.0 2236.8775 6.0 2236.8926 1.0 2236.9078 3.0 2236.9229 6.0 2236.938 3.0 2236.9532 5.0 2236.9834 5.0 2236.9985 4.0 2237.0137 2.0 2237.0288 1.0 2237.0439 1.0 2237.0591 1.0 2237.0742 3.0 2237.0893 3.0 2237.1044 6.0 2237.1196 4.0 2237.1347 5.0 2237.1498 2.0 2237.165 3.0 2237.1801 2.0 2237.1952 2.0 2237.2103 5.0 2237.2255 1.0 2237.2406 1.0 2237.2557 4.0 2237.2708 2.0 2237.286 3.0 2237.3011 3.0 2237.3162 8.0 2237.3314 2.0 2237.3465 4.0 2237.3616 5.0 2237.3768 2.0 2237.3919 4.0 2237.407 4.0 2237.4221 3.0 2237.4373 7.0 2237.4524 4.0 2237.4675 2.0 2237.4827 1.0 2237.4978 5.0 2237.5129 4.0 2237.528 3.0 2237.5432 5.0 2237.5583 6.0 2237.5734 8.0 2237.5886 9.0 2237.6037 2.0 2237.6188 5.0 2237.634 5.0 2237.6491 3.0 2237.6642 2.0 2237.6793 4.0 2237.6945 2.0 2237.7096 1.0 2237.7247 9.0 2237.7399 1.0 2237.755 3.0 2237.7853 1.0 2237.8004 3.0 2237.8155 10.0 2237.8306 2.0 2237.8458 2.0 2237.8609 1.0 2237.876 4.0 2237.8912 3.0 2237.9063 1.0 2237.9214 3.0 2237.9366 2.0 2237.9517 2.0 2237.982 5.0 2237.9971 1.0 2238.0122 2.0 2238.0273 1.0 2238.0425 5.0 2238.0576 4.0 2238.0727 5.0 2238.0879 12.0 2238.1181 1.0 2238.1333 2.0 2238.1635 3.0 2238.1787 2.0 2238.1938 1.0 2238.2241 11.0 2238.2392 3.0 2238.2543 3.0 2238.2695 1.0 2238.2846 2.0 2238.2997 3.0 2238.3148 2.0 2238.33 4.0 2238.3451 2.0 2238.3602 6.0 2238.3754 21.0 2238.3905 5.0 2238.4056 3.0 2238.4208 9.0 2238.4359 3.0 2238.4662 10.0 2238.4813 6.0 2238.4964 4.0 2238.5116 8.0 2238.5267 4.0 2238.5418 2.0 2238.557 4.0 2238.5721 4.0 2238.5872 4.0 2238.6024 3.0 2238.6175 3.0 2238.6326 1.0 2238.6478 5.0 2238.6629 1.0 2238.678 2.0 2238.6932 3.0 2238.7083 4.0 2238.7386 2.0 2238.7537 5.0 2238.7688 4.0 2238.784 6.0 2238.7991 4.0 2238.8142 1.0 2238.8294 2.0 2238.8445 4.0 2238.8596 4.0 2238.8748 5.0 2238.8899 5.0 2238.905 8.0 2238.9202 2.0 2238.9504 5.0 2238.9656 3.0 2238.9807 3.0 2239.011 1.0 2239.0261 1.0 2239.0413 1.0 2239.0564 6.0 2239.0715 3.0 2239.0867 1.0 2239.1018 1.0 2239.1169 1.0 2239.1321 2.0 2239.1472 2.0 2239.1623 1.0 2239.1775 4.0 2239.1926 8.0 2239.2077 2.0 2239.2229 2.0 2239.238 3.0 2239.2531 4.0 2239.2683 1.0 2239.2834 6.0 2239.2986 7.0 2239.3137 6.0 2239.3288 13.0 2239.344 11.0 2239.3591 2.0 2239.3742 6.0 2239.3894 4.0 2239.4045 2.0 2239.4196 5.0 2239.4348 1.0 2239.4499 3.0 2239.465 1.0 2239.4802 4.0 2239.4953 3.0 2239.5105 2.0 2239.5256 2.0 2239.5407 6.0 2239.5559 9.0 2239.571 4.0 2239.5861 3.0 2239.6013 3.0 2239.6164 4.0 2239.6315 2.0 2239.6467 3.0 2239.6618 1.0 2239.677 2.0 2239.6921 1.0 2239.7072 2.0 2239.7224 5.0 2239.7526 2.0 2239.7678 5.0 2239.7829 2.0 2239.7981 2.0 2239.8132 1.0 2239.8283 7.0 2239.8435 6.0 2239.8586 5.0 2239.8737 3.0 2239.8889 10.0 2239.904 6.0 2239.9192 1.0 2239.9343 1.0 2239.9494 4.0 2239.9646 8.0 2239.9797 8.0 2239.9948 3.0 2240.01 3.0 2240.0251 1.0 2240.0403 3.0 2240.0554 8.0 2240.0705 1.0 2240.0857 2.0 2240.1008 3.0 2240.1159 8.0 2240.1311 1.0 2240.1462 8.0 2240.1614 3.0 2240.1765 4.0 2240.1916 6.0 2240.2068 12.0 2240.2219 9.0 2240.2371 4.0 2240.2522 5.0 2240.2673 4.0 2240.2825 5.0 2240.2976 6.0 2240.3127 16.0 2240.3279 6.0 2240.343 12.0 2240.3582 8.0 2240.3733 6.0 2240.3884 5.0 2240.4036 2.0 2240.4187 4.0 2240.4339 1.0 2240.449 1.0 2240.4641 4.0 2240.4793 1.0 2240.4944 6.0 2240.5096 1.0 2240.5247 4.0 2240.555 3.0 2240.5701 3.0 2240.5853 2.0 2240.6004 3.0 2240.6307 4.0 2240.6458 1.0 2240.661 4.0 2240.6761 3.0 2240.6912 2.0 2240.7064 7.0 2240.7215 1.0 2240.7367 1.0 2240.7518 4.0 2240.7669 3.0 2240.7821 5.0 2240.7972 6.0 2240.8124 8.0 2240.8275 5.0 2240.8426 5.0 2240.8881 3.0 2240.9032 4.0 2240.9184 6.0 2240.9335 8.0 2240.9486 6.0 2240.9638 10.0 2240.9789 4.0 2240.9941 3.0 2241.0092 1.0 2241.0243 3.0 2241.0395 2.0 2241.0546 2.0 2241.0698 2.0 2241.0849 6.0 2241.1 10.0 2241.1152 3.0 2241.1455 1.0 2241.1606 3.0 2241.1758 1.0 2241.1909 9.0 2241.206 7.0 2241.2212 6.0 2241.2363 1.0 2241.2515 1.0 2241.2666 3.0 2241.2818 6.0 2241.2969 2.0 2241.312 4.0 2241.3272 2.0 2241.3423 2.0 2241.3575 2.0 2241.3726 7.0 2241.3877 12.0 2241.4029 6.0 2241.418 5.0 2241.4332 3.0 2241.4483 2.0 2241.4635 5.0 2241.4786 2.0 2241.4937 7.0 2241.5089 1.0 2241.524 1.0 2241.5392 6.0 2241.5543 2.0 2241.5695 5.0 2241.5846 3.0 2241.5998 2.0 2241.6149 2.0 2241.63 1.0 2241.6452 3.0 2241.6603 3.0 2241.6755 5.0 2241.6906 1.0 2241.7058 3.0 2241.7209 2.0 2241.736 2.0 2241.7512 4.0 2241.7663 4.0 2241.7815 4.0 2241.7966 2.0 2241.8118 4.0 2241.8269 2.0 2241.8572 4.0 2241.8723 11.0 2241.8875 2.0 2241.9026 2.0 2241.9178 5.0 2241.9329 2.0 2241.9481 4.0 2241.9632 5.0 2241.9784 6.0 2242.0086 1.0 2242.0238 3.0 2242.0389 1.0 2242.0541 3.0 2242.0692 2.0 2242.0844 1.0 2242.0995 2.0 2242.1147 5.0 2242.1298 2.0 2242.1449 1.0 2242.1601 5.0 2242.1752 3.0 2242.1904 4.0 2242.2207 2.0 2242.2358 4.0 2242.251 1.0 2242.2661 2.0 2242.2813 4.0 2242.2964 2.0 2242.3115 1.0 2242.3418 9.0 2242.357 11.0 2242.3721 4.0 2242.3873 6.0 2242.4024 6.0 2242.4176 7.0 2242.4327 6.0 2242.4479 9.0 2242.463 7.0 2242.4782 6.0 2242.4933 5.0 2242.5084 1.0 2242.5236 3.0 2242.5387 1.0 2242.5539 1.0 2242.569 6.0 2242.5842 3.0 2242.5993 1.0 2242.6145 4.0 2242.6296 4.0 2242.6448 1.0 2242.6599 5.0 2242.6751 2.0 2242.6902 2.0 2242.7054 10.0 2242.7205 4.0 2242.7357 3.0 2242.7508 7.0 2242.7659 10.0 2242.7811 12.0 2242.7962 16.0 2242.8114 6.0 2242.8265 3.0 2242.8417 1.0 2242.8568 3.0 2242.872 3.0 2242.8871 6.0 2242.9023 2.0 2242.9174 3.0 2242.9326 4.0 2242.9477 4.0 2242.9629 1.0 2242.978 4.0 2242.9932 3.0 2243.0083 3.0 2243.0235 3.0 2243.0386 3.0 2243.0538 3.0 2243.0689 1.0 2243.0841 4.0 2243.0992 10.0 2243.1143 9.0 2243.1295 1.0 2243.1446 3.0 2243.1598 2.0 2243.1749 2.0 2243.1901 2.0 2243.2052 3.0 2243.2204 3.0 2243.2355 1.0 2243.2507 7.0 2243.2658 3.0 2243.281 1.0 2243.2961 3.0 2243.3113 4.0 2243.3264 1.0 2243.3416 2.0 2243.3567 1.0 2243.3719 3.0 2243.387 2.0 2243.4022 3.0 2243.4173 1.0 2243.4325 3.0 2243.4476 8.0 2243.4628 9.0 2243.4779 5.0 2243.5082 4.0 2243.5234 10.0 2243.5385 3.0 2243.5537 4.0 2243.5688 2.0 2243.584 2.0 2243.5991 2.0 2243.6143 3.0 2243.6294 3.0 2243.6446 1.0 2243.6749 1.0 2243.7052 4.0 2243.7203 2.0 2243.7355 3.0 2243.7506 2.0 2243.7658 1.0 2243.7809 1.0 2243.7961 2.0 2243.8264 4.0 2243.8415 4.0 2243.8567 6.0 2243.8718 4.0 2243.887 11.0 2243.9021 3.0 2243.9173 2.0 2243.9324 5.0 2243.9476 2.0 2243.9627 5.0 2243.9779 2.0 2243.9931 1.0 2244.0082 1.0 2244.0234 5.0 2244.0385 2.0 2244.0537 3.0 2244.0688 3.0 2244.084 5.0 2244.0991 8.0 2244.1143 2.0 2244.1294 2.0 2244.1446 6.0 2244.1597 12.0 2244.1749 13.0 2244.19 5.0 2244.2052 5.0 2244.2203 11.0 2244.2355 4.0 2244.2506 3.0 2244.2658 1.0 2244.2809 2.0 2244.2961 6.0 2244.3112 6.0 2244.3264 5.0 2244.3416 4.0 2244.3567 2.0 2244.3719 4.0 2244.387 2.0 2244.4022 2.0 2244.4173 4.0 2244.4325 2.0 2244.4476 2.0 2244.4628 7.0 2244.4779 6.0 2244.5082 3.0 2244.5234 3.0 2244.5385 8.0 2244.5537 4.0 2244.5688 2.0 2244.584 2.0 2244.6143 8.0 2244.6295 2.0 2244.6446 2.0 2244.6598 2.0 2244.6749 1.0 2244.6901 5.0 2244.7052 7.0 2244.7204 2.0 2244.7658 1.0 2244.781 3.0 2244.8113 4.0 2244.8265 6.0 2244.8416 2.0 2244.8568 4.0 2244.8719 3.0 2244.8871 1.0 2244.9022 5.0 2244.9174 7.0 2244.9325 6.0 2244.9477 7.0 2244.9932 5.0 2245.0083 5.0 2245.0235 2.0 2245.0386 4.0 2245.0538 1.0 2245.0689 2.0 2245.0841 5.0 2245.0993 1.0 2245.1296 2.0 2245.1599 5.0 2245.175 1.0 2245.1902 12.0 2245.2053 4.0 2245.2205 1.0 2245.2357 5.0 2245.2508 3.0 2245.266 3.0 2245.2811 3.0 2245.2963 4.0 2245.3266 4.0 2245.3417 4.0 2245.3569 2.0 2245.3721 9.0 2245.3872 12.0 2245.4024 6.0 2245.4175 4.0 2245.4327 5.0 2245.4478 3.0 2245.463 5.0 2245.4782 3.0 2245.4933 6.0 2245.5085 3.0 2245.5236 1.0 2245.5388 1.0 2245.5539 1.0 2245.5691 2.0 2245.5842 1.0 2245.5994 5.0 2245.6146 7.0 2245.6297 5.0 2245.6449 2.0 2245.66 2.0 2245.6752 1.0 2245.6903 2.0 2245.7055 8.0 2245.7207 4.0 2245.7358 2.0 2245.751 1.0 2245.7661 5.0 2245.7813 1.0 2245.7965 3.0 2245.8116 2.0 2245.8268 1.0 2245.8419 2.0 2245.8571 2.0 2245.8722 1.0 2245.8874 3.0 2245.9026 3.0 2245.9177 8.0 2245.9329 4.0 2245.948 1.0 2245.9632 6.0 2245.9783 2.0 2246.0087 6.0 2246.0238 6.0 2246.039 2.0 2246.0541 6.0 2246.0693 5.0 2246.0845 1.0 2246.0996 3.0 2246.1148 9.0 2246.1299 13.0 2246.1451 7.0 2246.1603 5.0 2246.1754 3.0 2246.1906 1.0 2246.2057 1.0 2246.2209 8.0 2246.236 6.0 2246.2512 10.0 2246.2664 3.0 2246.2815 3.0 2246.3118 8.0 2246.327 8.0 2246.3422 10.0 2246.3573 8.0 2246.3725 9.0 2246.3876 8.0 2246.4028 3.0 2246.418 2.0 2246.4331 3.0 2246.4483 5.0 2246.4634 1.0 2246.4786 1.0 2246.4938 6.0 2246.5089 6.0 2246.5241 6.0 2246.5392 3.0 2246.5544 1.0 2246.5696 1.0 2246.5847 3.0 2246.5999 1.0 2246.615 7.0 2246.6302 3.0 2246.6454 4.0 2246.6605 5.0 2246.6757 13.0 2246.6908 2.0 2246.706 4.0 2246.7212 3.0 2246.7363 1.0 2246.7515 6.0 2246.7667 2.0 2246.7818 2.0 2246.797 10.0 2246.8121 4.0 2246.8273 4.0 2246.8425 2.0 2246.8576 6.0 2246.8728 1.0 2246.8879 2.0 2246.9031 1.0 2246.9183 3.0 2246.9334 1.0 2246.9486 1.0 2246.9637 6.0 2246.9789 9.0 2246.9941 5.0 2247.0092 4.0 2247.0244 3.0 2247.0396 8.0 2247.0547 1.0 2247.0699 3.0 2247.085 2.0 2247.1002 2.0 2247.1154 11.0 2247.1305 3.0 2247.1457 4.0 2247.1609 1.0 2247.176 6.0 2247.1912 3.0 2247.2215 1.0 2247.2367 2.0 2247.2518 2.0 2247.267 3.0 2247.2822 2.0 2247.2973 2.0 2247.3125 9.0 2247.3276 3.0 2247.3428 6.0 2247.358 5.0 2247.3883 3.0 2247.4035 5.0 2247.4186 2.0 2247.4338 1.0 2247.4489 3.0 2247.4641 2.0 2247.4793 3.0 2247.4944 1.0 2247.5096 6.0 2247.5248 3.0 2247.5399 2.0 2247.5551 4.0 2247.5703 2.0 2247.5854 3.0 2247.6006 2.0 2247.6157 2.0 2247.6461 1.0 2247.6612 2.0 2247.6764 4.0 2247.7067 3.0 2247.7219 1.0 2247.7371 3.0 2247.7522 1.0 2247.7977 2.0 2247.8129 2.0 2247.828 1.0 2247.8432 6.0 2247.8584 6.0 2247.8735 8.0 2247.8887 1.0 2247.9039 10.0 2247.919 9.0 2247.9494 2.0 2247.9645 3.0 2247.9797 4.0 2247.9949 2.0 2248.01 7.0 2248.0252 8.0 2248.0404 7.0 2248.0555 1.0 2248.0707 4.0 2248.0859 7.0 2248.101 9.0 2248.1162 8.0 2248.1313 2.0 2248.1465 4.0 2248.1617 3.0 2248.192 6.0 2248.2072 1.0 2248.2223 2.0 2248.2375 5.0 2248.2527 2.0 2248.2678 6.0 2248.283 2.0 2248.2982 2.0 2248.3133 5.0 2248.3285 3.0 2248.3437 6.0 2248.3588 1.0 2248.374 2.0 2248.3892 3.0 2248.4043 4.0 2248.4195 3.0 2248.4347 1.0 2248.4498 5.0 2248.465 5.0 2248.4802 9.0 2248.4953 2.0 2248.5105 1.0 2248.5257 2.0 2248.5408 1.0 2248.556 2.0 2248.5863 1.0 2248.6015 6.0 2248.647 2.0 2248.6622 6.0 2248.6773 3.0 2248.6925 4.0 2248.7077 2.0 2248.7228 3.0 2248.738 1.0 2248.7987 3.0 2248.829 3.0 2248.8442 8.0 2248.8594 3.0 2248.8745 2.0 2248.8897 1.0 2248.9049 4.0 2248.92 3.0 2248.9352 3.0 2248.9504 1.0 2248.9655 7.0 2248.9807 10.0 2248.9959 4.0 2249.011 3.0 2249.0262 1.0 2249.0414 1.0 2249.0565 8.0 2249.0717 2.0 2249.0869 1.0 2249.1021 3.0 2249.1172 1.0 2249.1324 1.0 2249.1476 5.0 2249.1627 2.0 2249.1779 9.0 2249.1931 5.0 2249.2082 1.0 2249.2234 5.0 2249.2386 5.0 2249.2537 2.0 2249.2689 1.0 2249.2841 3.0 2249.2993 5.0 2249.3144 5.0 2249.3296 1.0 2249.3448 2.0 2249.3599 11.0 2249.3751 12.0 2249.3903 2.0 2249.4054 6.0 2249.4206 3.0 2249.4358 7.0 2249.451 2.0 2249.4661 4.0 2249.4813 7.0 2249.4965 2.0 2249.5116 2.0 2249.5268 5.0 2249.542 1.0 2249.5571 5.0 2249.5723 1.0 2249.5875 3.0 2249.6027 1.0 2249.6178 3.0 2249.633 1.0 2249.6482 5.0 2249.6633 7.0 2249.6937 1.0 2249.724 5.0 2249.7544 3.0 2249.7847 2.0 2249.7999 4.0 2249.8151 3.0 2249.8302 5.0 2249.8454 1.0 2249.8606 1.0 2249.8757 4.0 2249.8909 1.0 2249.9061 2.0 2249.9213 4.0 2249.9364 2.0 2249.9516 4.0 2249.9668 7.0 2249.9819 3.0 2249.9971 3.0 2250.0275 3.0 2250.0426 6.0 2250.0578 7.0 2250.073 8.0 2250.0881 3.0 2250.1033 4.0 2250.1185 2.0 2250.1337 3.0 2250.1488 1.0 2250.164 2.0 2250.1792 6.0 2250.1944 2.0 2250.2095 7.0 2250.2247 2.0 2250.255 1.0 2250.2702 5.0 2250.2854 3.0 2250.3006 10.0 2250.3157 6.0 2250.3309 2.0 2250.3461 5.0 2250.3613 4.0 2250.3764 3.0 2250.3916 3.0 2250.4068 5.0 2250.4219 10.0 2250.4371 3.0 2250.4523 1.0 2250.4675 2.0 2250.4826 1.0 2250.5282 7.0 2250.5585 4.0 2250.604 4.0 2250.6192 1.0 2250.6344 3.0 2250.6496 5.0 2250.6647 5.0 2250.6799 4.0 2250.6951 5.0 2250.7103 1.0 2250.7254 3.0 2250.7406 5.0 2250.7558 5.0 2250.771 2.0 2250.7861 5.0 2250.8013 3.0 2250.8165 2.0 2250.8316 2.0 2250.8468 7.0 2250.862 9.0 2250.8772 5.0 2250.8923 2.0 2250.9075 2.0 2250.9227 1.0 2250.9379 3.0 2250.9531 14.0 2250.9682 9.0 2250.9834 3.0 2250.9986 6.0 2251.0138 6.0 2251.0289 5.0 2251.0441 6.0 2251.0593 2.0 2251.0745 3.0 2251.0896 2.0 2251.12 3.0 2251.1352 8.0 2251.1503 12.0 2251.1655 4.0 2251.1807 1.0 2251.1959 1.0 2251.211 1.0 2251.2262 2.0 2251.2566 1.0 2251.2717 3.0 2251.2869 9.0 2251.3021 8.0 2251.3173 1.0 2251.3324 2.0 2251.3476 3.0 2251.3628 2.0 2251.378 5.0 2251.3932 3.0 2251.4083 4.0 2251.4235 1.0 2251.4387 4.0 2251.4539 2.0 2251.469 2.0 2251.4842 1.0 2251.4994 2.0 2251.5146 6.0 2251.5297 1.0 2251.5449 9.0 2251.5601 3.0 2251.5753 2.0 2251.5905 7.0 2251.6056 7.0 2251.6208 5.0 2251.636 1.0 2251.6512 4.0 2251.6663 5.0 2251.6815 4.0 2251.6967 5.0 2251.7271 2.0 2251.7422 1.0 2251.7574 4.0 2251.7726 2.0 2251.7878 2.0 2251.8029 3.0 2251.8181 2.0 2251.8333 1.0 2251.8485 5.0 2251.8637 7.0 2251.8788 5.0 2251.894 2.0 2251.9092 1.0 2251.9244 1.0 2251.9395 2.0 2251.9547 2.0 2251.9699 1.0 2251.9851 6.0 2252.0003 2.0 2252.0154 2.0 2252.0306 3.0 2252.061 3.0 2252.0762 3.0 2252.0913 2.0 2252.1065 1.0 2252.1217 2.0 2252.1369 2.0 2252.1521 5.0 2252.1672 9.0 2252.1824 3.0 2252.1976 4.0 2252.2128 1.0 2252.228 2.0 2252.2431 6.0 2252.2583 5.0 2252.2735 3.0 2252.2887 3.0 2252.3039 3.0 2252.319 2.0 2252.3342 7.0 2252.3494 2.0 2252.3646 4.0 2252.3798 5.0 2252.3949 5.0 2252.4101 5.0 2252.4253 9.0 2252.4405 6.0 2252.4708 7.0 2252.486 1.0 2252.5012 6.0 2252.5164 5.0 2252.5316 3.0 2252.5467 1.0 2252.5619 2.0 2252.5771 3.0 2252.5923 6.0 2252.6075 2.0 2252.6226 2.0 2252.653 4.0 2252.6682 1.0 2252.6834 6.0 2252.6985 1.0 2252.7137 3.0 2252.7289 6.0 2252.7441 4.0 2252.7593 2.0 2252.7744 4.0 2252.7896 4.0 2252.8048 7.0 2252.82 4.0 2252.8352 1.0 2252.8504 4.0 2252.8655 2.0 2252.8807 1.0 2252.8959 1.0 2252.9263 7.0 2252.9414 6.0 2252.9566 4.0 2252.9718 1.0 2252.987 1.0 2253.0022 2.0 2253.0174 2.0 2253.0325 3.0 2253.0477 3.0 2253.0629 2.0 2253.0781 5.0 2253.0933 4.0 2253.1236 3.0 2253.1388 1.0 2253.154 2.0 2253.1692 5.0 2253.1844 3.0 2253.1996 5.0 2253.2147 3.0 2253.2299 5.0 2253.2451 4.0 2253.2603 9.0 2253.2755 2.0 2253.2906 3.0 2253.3058 3.0 2253.321 7.0 2253.3362 1.0 2253.3514 7.0 2253.3666 16.0 2253.3817 11.0 2253.3969 2.0 2253.4121 6.0 2253.4273 6.0 2253.4425 3.0 2253.4577 3.0 2253.4729 1.0 2253.488 1.0 2253.5032 1.0 2253.5336 6.0 2253.5488 4.0 2253.564 11.0 2253.5791 4.0 2253.5943 3.0 2253.6095 1.0 2253.6247 3.0 2253.6399 8.0 2253.6551 2.0 2253.6702 3.0 2253.6854 1.0 2253.7006 2.0 2253.7158 1.0 2253.7614 6.0 2253.7765 6.0 2253.8069 2.0 2253.8373 6.0 2253.8525 2.0 2253.8676 6.0 2253.8828 4.0 2253.898 5.0 2253.9132 7.0 2253.9284 7.0 2253.9436 3.0 2253.9588 1.0 2253.9739 1.0 2253.9891 2.0 2254.0043 3.0 2254.0195 3.0 2254.0347 2.0 2254.0499 2.0 2254.0651 3.0 2254.0802 7.0 2254.0954 6.0 2254.1106 3.0 2254.1258 2.0 2254.141 6.0 2254.1562 7.0 2254.1714 3.0 2254.1865 10.0 2254.2017 2.0 2254.2169 10.0 2254.2321 5.0 2254.2473 7.0 2254.2625 1.0 2254.2777 3.0 2254.2929 12.0 2254.308 4.0 2254.3384 2.0 2254.3536 3.0 2254.3688 5.0 2254.384 4.0 2254.3992 2.0 2254.4143 5.0 2254.4295 4.0 2254.4447 1.0 2254.4599 1.0 2254.4751 6.0 2254.4903 4.0 2254.5055 3.0 2254.5358 3.0 2254.5662 3.0 2254.5814 3.0 2254.5966 5.0 2254.6118 4.0 2254.627 2.0 2254.6422 2.0 2254.6573 4.0 2254.6725 3.0 2254.7029 1.0 2254.7181 1.0 2254.7333 2.0 2254.7485 1.0 2254.7788 4.0 2254.794 1.0 2254.8092 2.0 2254.8244 4.0 2254.8396 5.0 2254.8548 4.0 2254.87 1.0 2254.8852 5.0 2254.9004 17.0 2254.9155 4.0 2254.9307 3.0 2254.9459 3.0 2254.9611 1.0 2254.9763 2.0 2254.9915 4.0 2255.0067 3.0 2255.0219 2.0 2255.0371 4.0 2255.0522 5.0 2255.0674 6.0 2255.0826 1.0 2255.0978 3.0 2255.1434 6.0 2255.1586 7.0 2255.1738 7.0 2255.1889 4.0 2255.2041 4.0 2255.2193 5.0 2255.2345 3.0 2255.2497 5.0 2255.2649 4.0 2255.2801 2.0 2255.2953 4.0 2255.3105 1.0 2255.3257 1.0 2255.3408 2.0 2255.3712 2.0 2255.3864 2.0 2255.4016 3.0 2255.4168 1.0 2255.432 3.0 2255.4472 1.0 2255.4624 1.0 2255.4776 3.0 2255.4928 2.0 2255.5079 4.0 2255.5231 1.0 2255.5535 2.0 2255.5687 2.0 2255.5839 4.0 2255.5991 8.0 2255.6143 8.0 2255.6295 2.0 2255.6447 3.0 2255.6599 5.0 2255.675 2.0 2255.6902 3.0 2255.7054 5.0 2255.7206 1.0 2255.7358 2.0 2255.751 5.0 2255.7662 1.0 2255.7814 2.0 2255.7966 2.0 2255.827 3.0 2255.8422 3.0 2255.8573 3.0 2255.8725 1.0 2255.8877 4.0 2255.9029 1.0 2255.9181 3.0 2255.9333 3.0 2255.9485 2.0 2255.9637 1.0 2255.9789 5.0 2255.9941 9.0 2256.0093 3.0 2256.0245 1.0 2256.0396 4.0 2256.0548 11.0 2256.07 13.0 2256.0852 1.0 2256.1004 1.0 2256.1156 2.0 2256.1308 3.0 2256.146 3.0 2256.1612 4.0 2256.1764 10.0 2256.1916 3.0 2256.222 6.0 2256.2372 2.0 2256.2524 3.0 2256.2675 5.0 2256.2827 2.0 2256.2979 2.0 2256.3131 4.0 2256.3283 4.0 2256.3435 1.0 2256.3587 5.0 2256.3739 7.0 2256.3891 12.0 2256.4043 6.0 2256.4195 2.0 2256.4347 1.0 2256.4499 8.0 2256.4651 5.0 2256.4803 3.0 2256.4954 1.0 2256.5106 1.0 2256.5258 2.0 2256.541 2.0 2256.5562 1.0 2256.5714 8.0 2256.5866 7.0 2256.6018 2.0 2256.617 3.0 2256.6322 3.0 2256.6474 5.0 2256.6626 2.0 2256.6778 9.0 2256.693 8.0 2256.7082 3.0 2256.7234 5.0 2256.7386 4.0 2256.7538 2.0 2256.7841 1.0 2256.7993 2.0 2256.8145 7.0 2256.8297 10.0 2256.8449 8.0 2256.8601 5.0 2256.9057 3.0 2256.9209 4.0 2256.9361 2.0 2256.9513 1.0 2256.9665 4.0 2256.9817 6.0 2256.9969 12.0 2257.0121 5.0 2257.0273 1.0 2257.0425 2.0 2257.0577 2.0 2257.0729 3.0 2257.0881 1.0 2257.1033 4.0 2257.1184 1.0 2257.1336 4.0 2257.1488 5.0 2257.164 2.0 2257.1792 1.0 2257.1944 5.0 2257.2096 3.0 2257.2248 3.0 2257.24 6.0 2257.2552 3.0 2257.2704 6.0 2257.2856 4.0 2257.3008 7.0 2257.316 8.0 2257.3312 18.0 2257.3464 10.0 2257.3616 2.0 2257.3768 4.0 2257.392 2.0 2257.4224 3.0 2257.4376 8.0 2257.4528 5.0 2257.4832 4.0 2257.4984 5.0 2257.5136 1.0 2257.5288 4.0 2257.544 4.0 2257.5592 5.0 2257.5744 4.0 2257.5896 1.0 2257.6048 4.0 2257.62 2.0 2257.6351 2.0 2257.6503 6.0 2257.6655 1.0 2257.6807 4.0 2257.6959 4.0 2257.7111 2.0 2257.7263 3.0 2257.7415 3.0 2257.7719 2.0 2257.7871 1.0 2257.8023 3.0 2257.8175 8.0 2257.8327 2.0 2257.8479 5.0 2257.8631 7.0 2257.8783 4.0 2257.8935 11.0 2257.9087 7.0 2257.9239 4.0 2257.9391 7.0 2257.9543 3.0 2257.9695 4.0 2257.9847 6.0 2257.9999 3.0 2258.0151 3.0 2258.0303 5.0 2258.0455 1.0 2258.0607 2.0 2258.0759 4.0 2258.0911 4.0 2258.1063 2.0 2258.1215 1.0 2258.1367 5.0 2258.1519 5.0 2258.1671 4.0 2258.1823 1.0 2258.1975 4.0 2258.2127 4.0 2258.2279 6.0 2258.2431 1.0 2258.2583 2.0 2258.2735 4.0 2258.2887 1.0 2258.3039 1.0 2258.3191 1.0 2258.3343 2.0 2258.3495 5.0 2258.3647 12.0 2258.3799 11.0 2258.3951 4.0 2258.4103 1.0 2258.4255 8.0 2258.4407 1.0 2258.4559 1.0 2258.4711 1.0 2258.4863 4.0 2258.5015 5.0 2258.5167 7.0 2258.5319 2.0 2258.5623 2.0 2258.5927 3.0 2258.6079 2.0 2258.6231 2.0 2258.6383 1.0 2258.6535 1.0 2258.6687 2.0 2258.6839 5.0 2258.6991 2.0 2258.7143 5.0 2258.7295 3.0 2258.7447 2.0 2258.7599 3.0 2258.7751 1.0 2258.7903 2.0 2258.8055 1.0 2258.8207 1.0 2258.8359 1.0 2258.8511 3.0 2258.8664 2.0 2258.8816 3.0 2258.8968 5.0 2258.912 10.0 2258.9272 12.0 2258.9424 6.0 2258.9576 9.0 2258.9728 6.0 2258.988 2.0 2259.0032 4.0 2259.0184 1.0 2259.064 5.0 2259.1096 3.0 2259.1248 11.0 2259.14 9.0 2259.1552 5.0 2259.1704 1.0 2259.1856 6.0 2259.2008 3.0 2259.216 3.0 2259.2464 4.0 2259.2616 4.0 2259.2768 3.0 2259.292 2.0 2259.3072 2.0 2259.3224 2.0 2259.3376 3.0 2259.3528 4.0 2259.368 4.0 2259.3833 3.0 2259.3985 2.0 2259.4137 8.0 2259.4289 4.0 2259.4441 5.0 2259.4593 4.0 2259.4745 4.0 2259.4897 3.0 2259.5049 2.0 2259.5201 1.0 2259.5353 6.0 2259.5505 6.0 2259.5657 4.0 2259.5809 2.0 2259.5961 3.0 2259.6113 1.0 2259.6265 5.0 2259.6417 7.0 2259.6569 4.0 2259.6721 8.0 2259.6873 4.0 2259.7025 3.0 2259.7178 2.0 2259.733 4.0 2259.7482 4.0 2259.7634 2.0 2259.7786 2.0 2259.7938 3.0 2259.809 4.0 2259.8242 10.0 2259.8394 1.0 2259.8546 1.0 2259.8698 2.0 2259.885 1.0 2259.9002 4.0 2259.9154 2.0 2259.9306 8.0 2259.9458 4.0 2259.961 4.0 2259.9762 1.0 2259.9915 2.0 2260.0067 1.0 2260.0219 3.0 2260.0371 6.0 2260.0523 2.0 2260.0675 1.0 2260.0827 3.0 2260.0979 4.0 2260.1131 2.0 2260.1283 2.0 2260.1435 3.0 2260.1587 5.0 2260.1739 5.0 2260.1891 2.0 2260.2043 1.0 2260.2195 3.0 2260.2348 4.0 2260.25 1.0 2260.2652 4.0 2260.2804 4.0 2260.2956 5.0 2260.3108 2.0 2260.326 6.0 2260.3412 3.0 2260.3564 3.0 2260.3716 1.0 2260.3868 3.0 2260.402 3.0 2260.4172 10.0 2260.4324 5.0 2260.4477 4.0 2260.4629 7.0 2260.4933 8.0 2260.5085 6.0 2260.5237 6.0 2260.5389 6.0 2260.5541 3.0 2260.5693 3.0 2260.5845 3.0 2260.5997 11.0 2260.6149 8.0 2260.6301 4.0 2260.6454 3.0 2260.6606 3.0 2260.6758 3.0 2260.691 2.0 2260.7062 3.0 2260.7214 6.0 2260.7366 1.0 2260.7518 3.0 2260.767 3.0 2260.7822 3.0 2260.7974 2.0 2260.8431 3.0 2260.8583 5.0 2260.8735 3.0 2260.8887 6.0 2260.9039 2.0 2260.9191 1.0 2260.9495 1.0 2260.9647 6.0 2260.9799 8.0 2260.9952 2.0 2261.0104 13.0 2261.0256 3.0 2261.0408 4.0 2261.056 4.0 2261.0712 3.0 2261.1016 4.0 2261.1168 2.0 2261.132 2.0 2261.1473 5.0 2261.1625 1.0 2261.1777 2.0 2261.1929 3.0 2261.2081 4.0 2261.2233 5.0 2261.2385 7.0 2261.2537 3.0 2261.2689 9.0 2261.2841 5.0 2261.2994 2.0 2261.3146 3.0 2261.3298 3.0 2261.345 2.0 2261.3602 4.0 2261.3754 3.0 2261.3906 4.0 2261.4058 2.0 2261.421 2.0 2261.4362 1.0 2261.4515 1.0 2261.4667 2.0 2261.4819 4.0 2261.4971 2.0 2261.5123 2.0 2261.5275 4.0 2261.5427 5.0 2261.5579 5.0 2261.5731 2.0 2261.5884 2.0 2261.6036 3.0 2261.6188 2.0 2261.634 3.0 2261.6492 4.0 2261.6644 8.0 2261.6796 7.0 2261.6948 5.0 2261.7101 3.0 2261.7253 2.0 2261.7557 1.0 2261.7709 3.0 2261.7861 1.0 2261.8013 6.0 2261.8165 3.0 2261.8317 2.0 2261.847 2.0 2261.8774 1.0 2261.8926 3.0 2261.9078 2.0 2261.923 5.0 2261.9382 5.0 2261.9534 5.0 2261.9839 6.0 2261.9991 9.0 2262.0143 4.0 2262.0295 6.0 2262.0447 3.0 2262.0599 1.0 2262.0751 5.0 2262.0904 2.0 2262.1056 3.0 2262.1208 7.0 2262.136 8.0 2262.1512 2.0 2262.1664 1.0 2262.1816 3.0 2262.1969 3.0 2262.2121 3.0 2262.2273 4.0 2262.2425 3.0 2262.2577 1.0 2262.2729 3.0 2262.2881 8.0 2262.3033 4.0 2262.3186 3.0 2262.3338 9.0 2262.349 5.0 2262.3642 1.0 2262.3794 2.0 2262.3946 2.0 2262.4098 1.0 2262.4251 6.0 2262.4403 7.0 2262.4555 8.0 2262.4707 2.0 2262.4859 1.0 2262.5011 2.0 2262.5163 3.0 2262.5316 3.0 2262.5468 2.0 2262.562 2.0 2262.5772 2.0 2262.5924 3.0 2262.6076 2.0 2262.6229 2.0 2262.6533 2.0 2262.6685 3.0 2262.6837 1.0 2262.6989 6.0 2262.7141 3.0 2262.7294 4.0 2262.7446 2.0 2262.7598 2.0 2262.775 2.0 2262.7902 2.0 2262.8054 4.0 2262.8206 4.0 2262.8359 4.0 2262.8663 1.0 2262.8815 2.0 2262.8967 7.0 2262.9119 6.0 2262.9272 3.0 2262.9424 5.0 2262.9576 4.0 2262.9728 5.0 2262.988 5.0 2263.0032 3.0 2263.0185 5.0 2263.0337 6.0 2263.0489 9.0 2263.0641 3.0 2263.0945 1.0 2263.1098 1.0 2263.125 2.0 2263.1402 2.0 2263.1554 3.0 2263.1706 5.0 2263.1858 5.0 2263.2315 2.0 2263.2467 3.0 2263.2619 3.0 2263.2771 1.0 2263.2924 2.0 2263.3076 6.0 2263.3228 3.0 2263.338 4.0 2263.3532 2.0 2263.3684 2.0 2263.3837 3.0 2263.3989 1.0 2263.4293 1.0 2263.4445 4.0 2263.4597 2.0 2263.475 4.0 2263.4902 4.0 2263.5054 2.0 2263.5206 1.0 2263.5358 1.0 2263.5511 4.0 2263.5663 1.0 2263.5815 8.0 2263.5967 2.0 2263.6119 2.0 2263.6271 2.0 2263.6424 1.0 2263.6576 2.0 2263.6728 2.0 2263.688 2.0 2263.7032 3.0 2263.7185 1.0 2263.7489 1.0 2263.7793 2.0 2263.7945 6.0 2263.8098 8.0 2263.825 7.0 2263.8402 1.0 2263.8706 1.0 2263.8859 3.0 2263.9011 3.0 2263.9163 3.0 2263.9315 7.0 2263.9467 2.0 2263.962 2.0 2263.9772 1.0 2263.9924 1.0 2264.0076 4.0 2264.0228 2.0 2264.0381 7.0 2264.0533 1.0 2264.0685 2.0 2264.0837 8.0 2264.0989 7.0 2264.1142 8.0 2264.1294 1.0 2264.1598 1.0 2264.175 1.0 2264.1903 5.0 2264.2055 4.0 2264.2359 6.0 2264.2511 4.0 2264.2664 3.0 2264.2816 3.0 2264.2968 1.0 2264.3272 2.0 2264.3425 5.0 2264.3577 2.0 2264.3729 3.0 2264.3881 10.0 2264.4033 2.0 2264.4186 1.0 2264.4338 3.0 2264.449 5.0 2264.4794 2.0 2264.4947 3.0 2264.5099 4.0 2264.5251 2.0 2264.5403 4.0 2264.5556 3.0 2264.586 10.0 2264.6012 2.0 2264.6164 2.0 2264.6317 1.0 2264.6469 4.0 2264.6621 4.0 2264.6773 3.0 2264.6925 6.0 2264.7078 4.0 2264.723 1.0 2264.7382 1.0 2264.7534 3.0 2264.7687 4.0 2264.7839 5.0 2264.7991 2.0 2264.8143 5.0 2264.8295 3.0 2264.8448 6.0 2264.86 8.0 2264.8752 1.0 2264.8904 2.0 2264.9057 4.0 2264.9361 7.0 2264.9513 5.0 2264.9666 3.0 2264.9818 5.0 2264.997 5.0 2265.0122 4.0 2265.0274 11.0 2265.0427 2.0 2265.0579 10.0 2265.0731 7.0 2265.0883 2.0 2265.1036 2.0 2265.1188 2.0 2265.134 1.0 2265.1492 2.0 2265.1645 2.0 2265.1797 1.0 2265.1949 3.0 2265.2101 3.0 2265.2253 6.0 2265.2406 8.0 2265.2558 3.0 2265.271 2.0 2265.2862 1.0 2265.3015 1.0 2265.3167 11.0 2265.3319 6.0 2265.3471 5.0 2265.3624 3.0 2265.3776 6.0 2265.3928 5.0 2265.408 1.0 2265.4233 1.0 2265.4385 2.0 2265.4537 5.0 2265.4689 8.0 2265.4842 7.0 2265.4994 4.0 2265.5146 1.0 2265.5298 2.0 2265.5451 4.0 2265.5603 2.0 2265.5755 7.0 2265.5907 4.0 2265.606 5.0 2265.6212 6.0 2265.6364 9.0 2265.6516 6.0 2265.6669 4.0 2265.6821 3.0 2265.6973 3.0 2265.7125 5.0 2265.7278 2.0 2265.743 2.0 2265.7582 2.0 2265.7734 1.0 2265.7887 1.0 2265.8039 3.0 2265.8191 2.0 2265.8343 1.0 2265.8496 10.0 2265.8648 2.0 2265.8952 3.0 2265.9105 2.0 2265.9409 2.0 2265.9561 2.0 2265.9714 2.0 2265.9866 1.0 2266.0018 2.0 2266.017 6.0 2266.0323 7.0 2266.0475 2.0 2266.078 5.0 2266.0932 10.0 2266.1084 2.0 2266.1236 4.0 2266.1389 7.0 2266.1541 3.0 2266.1693 2.0 2266.1845 5.0 2266.1998 2.0 2266.215 2.0 2266.2302 2.0 2266.2455 1.0 2266.2607 1.0 2266.2759 3.0 2266.2911 1.0 2266.3064 4.0 2266.3216 5.0 2266.3368 2.0 2266.352 2.0 2266.3673 2.0 2266.3825 5.0 2266.3977 1.0 2266.4434 4.0 2266.4586 5.0 2266.4739 5.0 2266.4891 9.0 2266.5043 8.0 2266.5195 6.0 2266.55 1.0 2266.5652 2.0 2266.5805 3.0 2266.5957 4.0 2266.6109 5.0 2266.6261 5.0 2266.6414 5.0 2266.6566 2.0 2266.6718 3.0 2266.6871 1.0 2266.7175 4.0 2266.7327 4.0 2266.748 2.0 2266.7632 6.0 2266.7784 2.0 2266.8089 2.0 2266.8241 2.0 2266.8393 3.0 2266.8546 1.0 2266.8698 2.0 2266.885 1.0 2266.9003 2.0 2266.9155 1.0 2266.9307 1.0 2266.946 2.0 2266.9612 3.0 2266.9764 1.0 2266.9916 3.0 2267.0069 1.0 2267.0373 2.0 2267.0526 1.0 2267.0678 6.0 2267.083 5.0 2267.0983 2.0 2267.1135 1.0 2267.1287 1.0 2267.1439 1.0 2267.1592 1.0 2267.1744 1.0 2267.1896 2.0 2267.2049 4.0 2267.2201 1.0 2267.2353 6.0 2267.2506 9.0 2267.2658 3.0 2267.281 2.0 2267.2962 8.0 2267.3115 5.0 2267.3267 6.0 2267.3419 7.0 2267.3876 3.0 2267.4029 7.0 2267.4181 1.0 2267.4333 8.0 2267.4486 4.0 2267.4638 1.0 2267.479 10.0 2267.4943 5.0 2267.5095 1.0 2267.5247 1.0 2267.5399 3.0 2267.5552 3.0 2267.5856 3.0 2267.6009 8.0 2267.6161 8.0 2267.6313 11.0 2267.6466 4.0 2267.6618 2.0 2267.6923 3.0 2267.7075 1.0 2267.7227 5.0 2267.738 3.0 2267.7532 5.0 2267.7684 2.0 2267.7989 1.0 2267.8141 1.0 2267.8294 1.0 2267.8446 2.0 2267.8598 3.0 2267.8751 2.0 2267.8903 1.0 2267.9055 6.0 2267.9207 4.0 2267.936 6.0 2267.9512 3.0 2267.9664 4.0 2267.9817 5.0 2267.9969 4.0 2268.0121 4.0 2268.0274 3.0 2268.0426 4.0 2268.0578 4.0 2268.0731 1.0 2268.0883 5.0 2268.1035 5.0 2268.1188 1.0 2268.134 4.0 2268.1492 7.0 2268.1645 6.0 2268.1797 5.0 2268.1949 1.0 2268.2102 2.0 2268.2254 2.0 2268.2407 4.0 2268.2559 2.0 2268.2711 1.0 2268.2864 4.0 2268.3016 4.0 2268.3168 4.0 2268.3321 4.0 2268.3473 3.0 2268.3625 1.0 2268.3778 3.0 2268.393 1.0 2268.4082 3.0 2268.4235 2.0 2268.4387 3.0 2268.4539 5.0 2268.4692 1.0 2268.4844 1.0 2268.4996 2.0 2268.5149 2.0 2268.5301 3.0 2268.5758 4.0 2268.591 2.0 2268.6063 2.0 2268.6215 1.0 2268.6367 1.0 2268.652 3.0 2268.6672 3.0 2268.6825 4.0 2268.6977 2.0 2268.7129 2.0 2268.7282 2.0 2268.7434 1.0 2268.7586 2.0 2268.7739 2.0 2268.7891 1.0 2268.8043 3.0 2268.8196 6.0 2268.8348 2.0 2268.85 3.0 2268.8653 4.0 2268.8805 7.0 2268.8958 1.0 2268.911 2.0 2268.9262 3.0 2268.9415 4.0 2268.9567 9.0 2268.9719 1.0 2269.0024 7.0 2269.0176 10.0 2269.0329 5.0 2269.0481 2.0 2269.0634 5.0 2269.0786 1.0 2269.0938 1.0 2269.1091 1.0 2269.1243 6.0 2269.1548 4.0 2269.17 8.0 2269.1853 8.0 2269.2005 7.0 2269.2157 1.0 2269.231 4.0 2269.2462 4.0 2269.2614 4.0 2269.2767 6.0 2269.2919 7.0 2269.3072 4.0 2269.3224 7.0 2269.3376 3.0 2269.3529 6.0 2269.3681 2.0 2269.3833 3.0 2269.3986 3.0 2269.4291 3.0 2269.4443 3.0 2269.4595 2.0 2269.4748 3.0 2269.49 8.0 2269.5052 7.0 2269.5205 5.0 2269.5357 6.0 2269.551 2.0 2269.5662 1.0 2269.5814 4.0 2269.6119 6.0 2269.6271 3.0 2269.6424 6.0 2269.6576 5.0 2269.6729 6.0 2269.6881 2.0 2269.7033 4.0 2269.7338 1.0 2269.7491 3.0 2269.7643 3.0 2269.7795 2.0 2269.7948 6.0 2269.81 1.0 2269.8253 2.0 2269.8557 2.0 2269.871 1.0 2269.8862 3.0 2269.9015 5.0 2269.9167 4.0 2269.9319 3.0 2269.9472 5.0 2269.9624 6.0 2269.9777 2.0 2269.9929 8.0 2270.0081 4.0 2270.0234 3.0 2270.0386 7.0 2270.0539 8.0 2270.0691 4.0 2270.0843 2.0 2270.0996 2.0 2270.1148 3.0 2270.1301 7.0 2270.1453 7.0 2270.1605 4.0 2270.1758 4.0 2270.191 7.0 2270.2063 4.0 2270.2215 4.0 2270.2367 4.0 2270.252 10.0 2270.2825 2.0 2270.2977 1.0 2270.3282 2.0 2270.3434 2.0 2270.3587 4.0 2270.3739 1.0 2270.3891 2.0 2270.4044 1.0 2270.4196 3.0 2270.4349 6.0 2270.4501 12.0 2270.4654 10.0 2270.4806 14.0 2270.4958 9.0 2270.5111 2.0 2270.5263 2.0 2270.5416 8.0 2270.5568 12.0 2270.572 6.0 2270.5873 3.0 2270.6025 1.0 2270.6178 5.0 2270.633 7.0 2270.6483 6.0 2270.6635 3.0 2270.6787 3.0 2270.694 6.0 2270.7092 1.0 2270.7245 1.0 2270.7549 2.0 2270.7702 4.0 2270.7854 3.0 2270.8159 1.0 2270.8312 8.0 2270.8464 7.0 2270.8616 4.0 2270.8769 7.0 2270.8921 4.0 2270.9074 4.0 2270.9226 5.0 2270.9379 7.0 2270.9531 1.0 2270.9683 3.0 2270.9836 5.0 2270.9988 3.0 2271.0141 2.0 2271.0293 2.0 2271.0446 3.0 2271.0598 3.0 2271.0751 1.0 2271.0903 3.0 2271.1055 3.0 2271.1208 1.0 2271.136 1.0 2271.1513 4.0 2271.1818 1.0 2271.2122 2.0 2271.2275 1.0 2271.2427 1.0 2271.258 1.0 2271.2732 1.0 2271.2885 1.0 2271.3037 7.0 2271.319 2.0 2271.3342 8.0 2271.3494 7.0 2271.3647 2.0 2271.3799 6.0 2271.3952 1.0 2271.4104 2.0 2271.4257 2.0 2271.4409 3.0 2271.4562 8.0 2271.4714 9.0 2271.4866 5.0 2271.5019 4.0 2271.5171 5.0 2271.5324 3.0 2271.5476 3.0 2271.5629 2.0 2271.5781 2.0 2271.5934 3.0 2271.6086 12.0 2271.6239 7.0 2271.6391 2.0 2271.6696 4.0 2271.6848 2.0 2271.7001 2.0 2271.7306 3.0 2271.7458 4.0 2271.7611 5.0 2271.7763 5.0 2271.7916 6.0 2271.8068 3.0 2271.822 4.0 2271.8373 2.0 2271.8678 3.0 2271.883 12.0 2271.8983 3.0 2271.9135 3.0 2271.9288 2.0 2271.944 1.0 2271.9593 1.0 2271.9745 1.0 2272.005 6.0 2272.0202 6.0 2272.0355 7.0 2272.066 1.0 2272.0812 5.0 2272.0965 1.0 2272.1117 1.0 2272.127 3.0 2272.1422 2.0 2272.1575 2.0 2272.188 4.0 2272.2032 1.0 2272.2185 4.0 2272.2337 8.0 2272.249 8.0 2272.2642 2.0 2272.2794 4.0 2272.2947 2.0 2272.3099 4.0 2272.3252 7.0 2272.3404 2.0 2272.3557 4.0 2272.3709 5.0 2272.3862 6.0 2272.4014 2.0 2272.4167 6.0 2272.4319 5.0 2272.4472 5.0 2272.4624 1.0 2272.4777 2.0 2272.4929 6.0 2272.5082 11.0 2272.5234 15.0 2272.5387 6.0 2272.5539 4.0 2272.5692 1.0 2272.5844 4.0 2272.5997 2.0 2272.6149 1.0 2272.6302 5.0 2272.6454 3.0 2272.6607 3.0 2272.6759 6.0 2272.6912 1.0 2272.7064 1.0 2272.7217 1.0 2272.7369 1.0 2272.7521 2.0 2272.7674 2.0 2272.7826 4.0 2272.7979 4.0 2272.8131 1.0 2272.8284 1.0 2272.8436 3.0 2272.8589 2.0 2272.8894 3.0 2272.9046 3.0 2272.9199 5.0 2272.9351 2.0 2272.9504 1.0 2272.9656 6.0 2272.9809 3.0 2273.0114 3.0 2273.0266 6.0 2273.0419 6.0 2273.0571 2.0 2273.0724 1.0 2273.0876 1.0 2273.1029 4.0 2273.1181 2.0 2273.1334 1.0 2273.1486 3.0 2273.1791 2.0 2273.1944 11.0 2273.2096 4.0 2273.2249 3.0 2273.2401 3.0 2273.2554 2.0 2273.2707 1.0 2273.2859 3.0 2273.3012 4.0 2273.3164 4.0 2273.3317 4.0 2273.3469 7.0 2273.3622 2.0 2273.3774 5.0 2273.3927 6.0 2273.4079 6.0 2273.4232 2.0 2273.4384 3.0 2273.4537 3.0 2273.4689 3.0 2273.4842 8.0 2273.4994 5.0 2273.5147 2.0 2273.5299 1.0 2273.5452 3.0 2273.5604 4.0 2273.5757 5.0 2273.5909 2.0 2273.6214 1.0 2273.6367 1.0 2273.6519 5.0 2273.6672 5.0 2273.6824 7.0 2273.6977 5.0 2273.7129 1.0 2273.7435 2.0 2273.7587 2.0 2273.774 4.0 2273.8045 4.0 2273.835 4.0 2273.8502 3.0 2273.8655 3.0 2273.8807 2.0 2273.896 2.0 2273.9112 4.0 2273.9265 1.0 2273.9417 7.0 2273.957 4.0 2273.9875 6.0 2274.0028 12.0 2274.018 10.0 2274.0333 11.0 2274.0485 8.0 2274.0638 4.0 2274.079 14.0 2274.0943 12.0 2274.1095 1.0 2274.1248 3.0 2274.14 3.0 2274.1553 1.0 2274.1705 3.0 2274.1858 5.0 2274.2011 2.0 2274.2163 2.0 2274.2316 5.0 2274.2468 1.0 2274.2621 1.0 2274.2773 4.0 2274.2926 3.0 2274.3078 2.0 2274.3231 2.0 2274.3383 1.0 2274.3536 3.0 2274.3689 4.0 2274.3841 2.0 2274.3994 3.0 2274.4146 3.0 2274.4299 5.0 2274.4451 4.0 2274.4604 2.0 2274.4756 13.0 2274.4909 9.0 2274.5061 10.0 2274.5214 4.0 2274.5367 9.0 2274.5519 8.0 2274.5672 4.0 2274.5977 6.0 2274.6129 14.0 2274.6282 11.0 2274.6434 7.0 2274.6587 4.0 2274.674 6.0 2274.6892 4.0 2274.7045 6.0 2274.7197 6.0 2274.735 3.0 2274.7502 8.0 2274.7655 4.0 2274.796 1.0 2274.8113 1.0 2274.8418 1.0 2274.857 1.0 2274.8723 1.0 2274.8875 2.0 2274.9028 11.0 2274.9181 3.0 2274.9333 4.0 2274.9486 10.0 2274.9638 7.0 2274.9791 6.0 2274.9943 4.0 2275.0096 4.0 2275.0249 3.0 2275.0401 2.0 2275.0554 4.0 2275.0859 2.0 2275.1011 1.0 2275.1164 2.0 2275.1316 4.0 2275.1469 1.0 2275.1622 6.0 2275.1774 3.0 2275.1927 4.0 2275.2079 2.0 2275.2232 4.0 2275.2385 14.0 2275.2537 3.0 2275.269 10.0 2275.2842 8.0 2275.2995 2.0 2275.33 13.0 2275.3453 3.0 2275.3605 6.0 2275.3758 13.0 2275.391 7.0 2275.4368 5.0 2275.4521 6.0 2275.4673 14.0 2275.4826 14.0 2275.4978 16.0 2275.5131 5.0 2275.5284 1.0 2275.5589 6.0 2275.5741 2.0 2275.5894 8.0 2275.6046 8.0 2275.6199 8.0 2275.6352 9.0 2275.6504 4.0 2275.6657 2.0 2275.6809 3.0 2275.6962 4.0 2275.7115 3.0 2275.7267 4.0 2275.742 3.0 2275.7572 12.0 2275.7725 7.0 2275.7878 2.0 2275.803 2.0 2275.8183 2.0 2275.8335 2.0 2275.8488 5.0 2275.8641 3.0 2275.8793 2.0 2275.8946 1.0 2275.9098 8.0 2275.9251 4.0 2275.9404 1.0 2275.9556 2.0 2275.9709 1.0 2275.9861 2.0 2276.0014 2.0 2276.0167 5.0 2276.0319 4.0 2276.0472 1.0 2276.0624 3.0 2276.0777 10.0 2276.093 8.0 2276.1082 2.0 2276.1235 3.0 2276.1387 6.0 2276.154 2.0 2276.1693 1.0 2276.1845 2.0 2276.1998 5.0 2276.215 7.0 2276.2303 8.0 2276.2456 2.0 2276.2608 8.0 2276.2761 9.0 2276.2913 3.0 2276.3066 6.0 2276.3219 8.0 2276.3371 3.0 2276.3524 4.0 2276.3677 3.0 2276.3829 3.0 2276.3982 2.0 2276.4134 1.0 2276.444 2.0 2276.4745 1.0 2276.4897 13.0 2276.505 12.0 2276.5203 3.0 2276.5355 1.0 2276.5508 10.0 2276.5661 5.0 2276.5813 2.0 2276.5966 1.0 2276.6118 3.0 2276.6271 5.0 2276.6424 5.0 2276.6576 6.0 2276.6729 2.0 2276.6882 1.0 2276.7034 1.0 2276.7187 2.0 2276.7339 1.0 2276.7645 1.0 2276.7797 4.0 2276.795 4.0 2276.8103 1.0 2276.8408 1.0 2276.856 3.0 2276.8713 1.0 2276.8866 1.0 2276.9018 1.0 2276.9171 3.0 2276.9324 10.0 2276.9476 3.0 2276.9629 5.0 2276.9782 3.0 2276.9934 3.0 2277.0087 6.0 2277.0239 6.0 2277.0392 4.0 2277.0545 1.0 2277.0697 2.0 2277.085 3.0 2277.1003 1.0 2277.1155 3.0 2277.1308 3.0 2277.1461 6.0 2277.1613 11.0 2277.1766 10.0 2277.1918 3.0 2277.2071 7.0 2277.2224 2.0 2277.2376 4.0 2277.2529 3.0 2277.2682 7.0 2277.2834 5.0 2277.2987 4.0 2277.314 4.0 2277.3292 4.0 2277.3445 2.0 2277.3598 4.0 2277.3903 5.0 2277.4056 5.0 2277.4208 10.0 2277.4361 1.0 2277.4513 4.0 2277.4666 3.0 2277.4819 2.0 2277.4971 6.0 2277.5124 6.0 2277.5277 3.0 2277.5429 4.0 2277.5582 7.0 2277.5735 1.0 2277.5887 5.0 2277.604 2.0 2277.6193 3.0 2277.6345 5.0 2277.6498 4.0 2277.6651 1.0 2277.6803 7.0 2277.6956 1.0 2277.7109 1.0 2277.7414 4.0 2277.7567 2.0 2277.7719 7.0 2277.7872 5.0 2277.8025 8.0 2277.8177 1.0 2277.833 5.0 2277.8483 1.0 2277.8635 2.0 2277.8788 1.0 2277.8941 2.0 2277.9093 3.0 2277.9246 1.0 2277.9399 1.0 2277.9704 4.0 2277.9857 3.0 2278.0009 1.0 2278.0162 1.0 2278.0315 6.0 2278.0467 13.0 2278.062 3.0 2278.0773 3.0 2278.0925 6.0 2278.1078 3.0 2278.1231 4.0 2278.1383 9.0 2278.1536 3.0 2278.1689 3.0 2278.1841 2.0 2278.1994 5.0 2278.2147 4.0 2278.2299 5.0 2278.2605 1.0 2278.2757 4.0 2278.291 7.0 2278.3063 10.0 2278.3215 6.0 2278.3368 1.0 2278.3521 3.0 2278.3673 3.0 2278.3826 1.0 2278.3979 2.0 2278.4131 4.0 2278.4284 1.0 2278.459 1.0 2278.4742 5.0 2278.4895 2.0 2278.5048 1.0 2278.52 1.0 2278.5353 6.0 2278.5506 8.0 2278.5658 3.0 2278.5811 2.0 2278.6116 7.0 2278.6269 5.0 2278.6422 3.0 2278.6574 2.0 2278.6727 1.0 2278.688 5.0 2278.7033 1.0 2278.7185 4.0 2278.7338 2.0 2278.7491 4.0 2278.7643 9.0 2278.7796 3.0 2278.7949 3.0 2278.8101 3.0 2278.8254 1.0 2278.8407 2.0 2278.856 1.0 2278.8712 1.0 2278.8865 5.0 2278.9018 2.0 2278.917 9.0 2278.9323 2.0 2278.9476 5.0 2278.9628 2.0 2278.9781 1.0 2278.9934 3.0 2279.0087 3.0 2279.0239 1.0 2279.0392 3.0 2279.0545 2.0 2279.0697 1.0 2279.085 6.0 2279.1003 3.0 2279.1308 4.0 2279.1461 7.0 2279.1614 5.0 2279.1766 11.0 2279.1919 3.0 2279.2072 1.0 2279.2224 1.0 2279.2377 3.0 2279.253 7.0 2279.2683 10.0 2279.2835 11.0 2279.2988 9.0 2279.3141 4.0 2279.3293 6.0 2279.3446 3.0 2279.3599 1.0 2279.3752 2.0 2279.3904 1.0 2279.4057 3.0 2279.421 3.0 2279.4362 3.0 2279.4668 4.0 2279.4821 2.0 2279.5126 5.0 2279.5431 1.0 2279.5584 3.0 2279.5737 18.0 2279.589 4.0 2279.6042 2.0 2279.6195 2.0 2279.6348 4.0 2279.6501 2.0 2279.6653 2.0 2279.6806 3.0 2279.6959 3.0 2279.7111 2.0 2279.7264 1.0 2279.7417 4.0 2279.757 3.0 2279.7722 2.0 2279.7875 1.0 2279.8028 3.0 2279.8181 5.0 2279.8333 5.0 2279.8486 8.0 2279.8639 5.0 2279.8791 11.0 2279.8944 7.0 2279.9097 5.0 2279.925 2.0 2279.9402 2.0 2279.9555 3.0 2279.9708 1.0 2279.9861 3.0 2280.0166 5.0 2280.0472 4.0 2280.0624 5.0 2280.0777 4.0 2280.093 1.0 2280.1083 1.0 2280.1235 3.0 2280.1388 2.0 2280.1541 2.0 2280.1846 5.0 2280.1999 8.0 2280.2152 3.0 2280.2304 5.0 2280.2457 3.0 2280.261 3.0 2280.2763 2.0 2280.2915 3.0 2280.3068 7.0 2280.3221 3.0 2280.3374 5.0 2280.3526 2.0 2280.3679 7.0 2280.3832 6.0 2280.3985 2.0 2280.4137 7.0 2280.429 11.0 2280.4443 1.0 2280.4596 4.0 2280.4748 6.0 2280.4901 12.0 2280.5054 2.0 2280.5207 4.0 2280.5359 6.0 2280.5512 4.0 2280.5665 2.0 2280.5818 2.0 2280.597 2.0 2280.6123 5.0 2280.6276 3.0 2280.6429 7.0 2280.6582 2.0 2280.6734 5.0 2280.6887 2.0 2280.704 4.0 2280.7193 3.0 2280.7345 2.0 2280.7498 1.0 2280.7651 3.0 2280.7804 1.0 2280.7956 2.0 2280.8262 1.0 2280.8415 1.0 2280.872 2.0 2280.8873 10.0 2280.9026 8.0 2280.9179 2.0 2280.9331 2.0 2280.9484 3.0 2280.9637 3.0 2280.9942 11.0 2281.0248 2.0 2281.0401 2.0 2281.0553 2.0 2281.0706 2.0 2281.1012 1.0 2281.1165 2.0 2281.1317 1.0 2281.147 6.0 2281.1623 3.0 2281.1776 6.0 2281.1928 6.0 2281.2081 2.0 2281.2234 3.0 2281.2387 2.0 2281.254 1.0 2281.2692 4.0 2281.2845 7.0 2281.3151 5.0 2281.3303 1.0 2281.3456 4.0 2281.3609 4.0 2281.3762 5.0 2281.3915 3.0 2281.4067 8.0 2281.422 2.0 2281.4373 2.0 2281.4526 1.0 2281.4678 1.0 2281.4831 4.0 2281.4984 4.0 2281.5137 3.0 2281.5442 3.0 2281.5595 4.0 2281.5748 7.0 2281.5901 4.0 2281.6054 3.0 2281.6206 14.0 2281.6359 9.0 2281.6512 3.0 2281.6665 8.0 2281.6818 3.0 2281.697 1.0 2281.7123 7.0 2281.7276 1.0 2281.7429 2.0 2281.7582 6.0 2281.7887 3.0 2281.8193 7.0 2281.8346 8.0 2281.8498 1.0 2281.8651 2.0 2281.8804 3.0 2281.8957 4.0 2281.911 6.0 2281.9262 3.0 2281.9415 8.0 2281.9568 5.0 2281.9721 2.0 2281.9874 2.0 2282.0026 2.0 2282.0179 6.0 2282.0332 7.0 2282.0485 13.0 2282.0638 5.0 2282.079 5.0 2282.0943 2.0 2282.1096 2.0 2282.1249 3.0 2282.1402 6.0 2282.1554 1.0 2282.1707 2.0 2282.186 5.0 2282.2013 6.0 2282.2166 5.0 2282.2318 7.0 2282.2471 5.0 2282.2624 1.0 2282.2777 1.0 2282.293 3.0 2282.3083 2.0 2282.3235 2.0 2282.3388 3.0 2282.3541 1.0 2282.3694 3.0 2282.3847 4.0 2282.3999 4.0 2282.4152 2.0 2282.4305 1.0 2282.4458 3.0 2282.4611 3.0 2282.4764 3.0 2282.4916 10.0 2282.5222 6.0 2282.5375 5.0 2282.5528 4.0 2282.568 8.0 2282.5833 5.0 2282.5986 12.0 2282.6139 10.0 2282.6292 13.0 2282.6445 9.0 2282.6597 3.0 2282.6903 2.0 2282.7056 5.0 2282.7209 2.0 2282.7362 2.0 2282.7514 2.0 2282.7667 2.0 2282.782 3.0 2282.7973 4.0 2282.8279 2.0 2282.8431 5.0 2282.8584 7.0 2282.8737 2.0 2282.9043 5.0 2282.9196 5.0 2282.9348 2.0 2282.9501 6.0 2282.9654 2.0 2282.9807 2.0 2282.996 4.0 2283.0113 3.0 2283.0265 7.0 2283.0418 4.0 2283.0571 1.0 2283.0724 3.0 2283.0877 2.0 2283.103 2.0 2283.1182 2.0 2283.1335 3.0 2283.1488 4.0 2283.1641 3.0 2283.1794 5.0 2283.1947 2.0 2283.21 3.0 2283.2252 7.0 2283.2864 3.0 2283.3017 6.0 2283.3169 2.0 2283.3322 7.0 2283.3475 1.0 2283.3628 2.0 2283.3781 5.0 2283.3934 1.0 2283.4239 3.0 2283.4392 1.0 2283.4545 3.0 2283.4698 1.0 2283.4851 4.0 2283.5004 7.0 2283.5157 17.0 2283.5309 3.0 2283.5615 3.0 2283.5768 3.0 2283.5921 2.0 2283.6074 9.0 2283.6227 10.0 2283.6379 4.0 2283.6532 5.0 2283.6685 1.0 2283.6838 4.0 2283.6991 2.0 2283.7144 3.0 2283.7449 1.0 2283.7602 3.0 2283.7755 4.0 2283.7908 2.0 2283.8061 1.0 2283.8214 7.0 2283.8367 3.0 2283.8519 7.0 2283.8672 1.0 2283.8825 2.0 2283.8978 7.0 2283.9131 2.0 2283.9284 7.0 2283.959 1.0 2283.9742 3.0 2283.9895 3.0 2284.0048 6.0 2284.0201 1.0 2284.0354 5.0 2284.0507 1.0 2284.066 3.0 2284.0813 3.0 2284.0965 6.0 2284.1118 5.0 2284.1271 2.0 2284.1577 3.0 2284.173 1.0 2284.1883 2.0 2284.2036 9.0 2284.2188 8.0 2284.2341 3.0 2284.2494 1.0 2284.2647 1.0 2284.3106 4.0 2284.3259 4.0 2284.3411 3.0 2284.3564 1.0 2284.3717 9.0 2284.387 12.0 2284.4023 10.0 2284.4176 3.0 2284.4329 15.0 2284.4482 5.0 2284.4635 2.0 2284.4787 5.0 2284.494 4.0 2284.5093 2.0 2284.5399 1.0 2284.5705 1.0 2284.5858 7.0 2284.6011 5.0 2284.6163 8.0 2284.6316 8.0 2284.6469 5.0 2284.6622 3.0 2284.6775 1.0 2284.6928 8.0 2284.7081 2.0 2284.7234 4.0 2284.7387 2.0 2284.754 6.0 2284.7692 3.0 2284.7845 8.0 2284.7998 1.0 2284.8151 3.0 2284.8457 3.0 2284.861 2.0 2284.8763 5.0 2284.8916 10.0 2284.9069 2.0 2284.9221 2.0 2284.9374 1.0 2284.9527 1.0 2284.9833 5.0 2284.9986 1.0 2285.0139 2.0 2285.0292 5.0 2285.0445 3.0 2285.0598 5.0 2285.075 2.0 2285.0903 2.0 2285.1056 7.0 2285.1209 2.0 2285.1362 7.0 2285.1515 7.0 2285.1668 9.0 2285.1821 5.0 2285.1974 1.0 2285.2127 4.0 2285.228 1.0 2285.2433 2.0 2285.2585 5.0 2285.2738 7.0 2285.2891 12.0 2285.3044 5.0 2285.3197 1.0 2285.335 1.0 2285.3503 3.0 2285.3656 1.0 2285.3809 2.0 2285.3962 5.0 2285.4115 8.0 2285.4268 7.0 2285.442 6.0 2285.4573 15.0 2285.4726 17.0 2285.4879 5.0 2285.5032 6.0 2285.5185 1.0 2285.5338 8.0 2285.5491 11.0 2285.5644 3.0 2285.5797 3.0 2285.595 1.0 2285.6103 11.0 2285.6256 4.0 2285.6408 2.0 2285.6714 11.0 2285.6867 6.0 2285.702 4.0 2285.7173 4.0 2285.7326 2.0 2285.7479 5.0 2285.7632 10.0 2285.7785 2.0 2285.7938 2.0 2285.8091 2.0 2285.8397 1.0 2285.8549 2.0 2285.8702 2.0 2285.8855 2.0 2285.9008 3.0 2285.9161 1.0 2285.9314 3.0 2285.9467 5.0 2285.962 1.0 2285.9773 1.0 2286.0079 2.0 2286.0232 8.0 2286.0385 6.0 2286.0538 9.0 2286.0691 7.0 2286.0844 2.0 2286.0997 5.0 2286.1149 5.0 2286.1302 5.0 2286.1455 1.0 2286.1608 3.0 2286.1914 1.0 2286.222 8.0 2286.2373 9.0 2286.2526 1.0 2286.2679 4.0 2286.2832 2.0 2286.2985 7.0 2286.3138 3.0 2286.3291 5.0 2286.3444 1.0 2286.3597 1.0 2286.375 1.0 2286.3903 3.0 2286.4055 4.0 2286.4208 5.0 2286.4361 1.0 2286.4514 2.0 2286.4667 2.0 2286.482 2.0 2286.4973 2.0 2286.5126 3.0 2286.5279 1.0 2286.5432 10.0 2286.5585 15.0 2286.5738 3.0 2286.5891 6.0 2286.6044 5.0 2286.6197 2.0 2286.635 9.0 2286.6503 19.0 2286.6656 13.0 2286.6809 10.0 2286.6962 11.0 2286.7115 3.0 2286.7268 5.0 2286.7726 2.0 2286.8032 2.0 2286.8185 4.0 2286.8338 4.0 2286.8491 4.0 2286.8644 8.0 2286.8797 1.0 2286.895 5.0 2286.9103 11.0 2286.9256 4.0 2286.9409 5.0 2286.9562 1.0 2286.9715 3.0 2286.9868 7.0 2287.0021 2.0 2287.0174 4.0 2287.0327 9.0 2287.048 3.0 2287.0633 4.0 2287.0786 1.0 2287.0939 2.0 2287.1092 2.0 2287.1245 2.0 2287.1398 6.0 2287.1551 7.0 2287.1704 8.0 2287.1857 5.0 2287.201 1.0 2287.2163 6.0 2287.2316 8.0 2287.2469 1.0 2287.2622 4.0 2287.2775 1.0 2287.2928 2.0 2287.3081 5.0 2287.3387 3.0 2287.354 7.0 2287.3693 3.0 2287.3846 3.0 2287.3999 1.0 2287.4152 5.0 2287.4304 6.0 2287.4457 3.0 2287.461 6.0 2287.4763 4.0 2287.4916 3.0 2287.5222 4.0 2287.5375 5.0 2287.5528 3.0 2287.5681 3.0 2287.5834 3.0 2287.5987 3.0 2287.614 2.0 2287.6293 11.0 2287.6446 11.0 2287.6599 4.0 2287.6752 3.0 2287.6905 3.0 2287.7058 5.0 2287.7211 1.0 2287.7364 2.0 2287.7517 5.0 2287.767 8.0 2287.7823 8.0 2287.7976 8.0 2287.8129 2.0 2287.8282 3.0 2287.8435 3.0 2287.8588 4.0 2287.8741 4.0 2287.9047 5.0 2287.92 2.0 2287.9353 4.0 2287.9506 6.0 2287.9659 4.0 2287.9965 2.0 2288.0271 3.0 2288.0424 2.0 2288.0577 2.0 2288.073 1.0 2288.0883 1.0 2288.1036 1.0 2288.1189 4.0 2288.1342 9.0 2288.1495 5.0 2288.1649 3.0 2288.1802 1.0 2288.1955 1.0 2288.2108 7.0 2288.2261 5.0 2288.2414 4.0 2288.2567 6.0 2288.272 3.0 2288.2873 1.0 2288.3026 1.0 2288.3179 2.0 2288.3332 4.0 2288.3485 5.0 2288.3638 1.0 2288.3791 3.0 2288.4097 1.0 2288.425 4.0 2288.4403 3.0 2288.4556 4.0 2288.4709 3.0 2288.4862 4.0 2288.5015 8.0 2288.5168 5.0 2288.5321 1.0 2288.5474 1.0 2288.5627 8.0 2288.578 7.0 2288.5933 6.0 2288.6086 8.0 2288.6239 6.0 2288.6392 5.0 2288.6545 3.0 2288.6698 8.0 2288.6851 6.0 2288.7004 9.0 2288.7157 6.0 2288.731 3.0 2288.7463 2.0 2288.7616 2.0 2288.7769 3.0 2288.7922 3.0 2288.8075 1.0 2288.8229 2.0 2288.8382 3.0 2288.8535 2.0 2288.8688 4.0 2288.8841 2.0 2288.8994 5.0 2288.9147 1.0 2288.9453 2.0 2288.9606 1.0 2288.9759 2.0 2288.9912 1.0 2289.0065 6.0 2289.0218 9.0 2289.0371 2.0 2289.0524 1.0 2289.0677 2.0 2289.0983 1.0 2289.1289 5.0 2289.1442 6.0 2289.1595 7.0 2289.1748 3.0 2289.1902 4.0 2289.2055 3.0 2289.2208 1.0 2289.2514 1.0 2289.2667 1.0 2289.282 4.0 2289.2973 3.0 2289.3126 2.0 2289.3279 2.0 2289.3432 9.0 2289.3585 5.0 2289.3738 3.0 2289.4044 2.0 2289.4197 7.0 2289.435 6.0 2289.4503 8.0 2289.4656 1.0 2289.481 2.0 2289.4963 1.0 2289.5116 4.0 2289.5269 10.0 2289.5422 3.0 2289.5728 3.0 2289.5881 4.0 2289.6034 10.0 2289.6187 2.0 2289.6493 5.0 2289.6646 8.0 2289.6799 2.0 2289.6952 2.0 2289.7105 3.0 2289.7258 3.0 2289.7412 3.0 2289.7565 2.0 2289.7718 3.0 2289.7871 2.0 2289.8177 2.0 2289.833 15.0 2289.8483 9.0 2289.8636 3.0 2289.8789 3.0 2289.8942 2.0 2289.9095 1.0 2289.9248 1.0 2289.9401 3.0 2289.9555 4.0 2289.9708 2.0 2289.9861 3.0 2290.0014 2.0 2290.0167 1.0 2290.032 1.0 2290.0473 9.0 2290.0626 1.0 2290.0779 5.0 2290.0932 4.0 2290.1085 1.0 2290.1238 1.0 2290.1391 1.0 2290.1545 3.0 2290.1698 1.0 2290.1851 4.0 2290.2004 7.0 2290.2157 2.0 2290.231 8.0 2290.2463 3.0 2290.2616 1.0 2290.2769 7.0 2290.2922 3.0 2290.3075 3.0 2290.3228 3.0 2290.3382 5.0 2290.3535 6.0 2290.3688 5.0 2290.3841 6.0 2290.3994 3.0 2290.4147 1.0 2290.43 2.0 2290.4453 2.0 2290.4606 2.0 2290.4759 8.0 2290.4912 3.0 2290.5065 3.0 2290.5219 6.0 2290.5372 9.0 2290.5525 15.0 2290.5678 9.0 2290.5831 10.0 2290.5984 5.0 2290.6137 3.0 2290.629 9.0 2290.6443 17.0 2290.6596 18.0 2290.675 8.0 2290.6903 10.0 2290.7056 5.0 2290.7209 5.0 2290.7362 6.0 2290.7515 1.0 2290.8127 3.0 2290.8281 6.0 2290.8434 3.0 2290.8587 1.0 2290.874 3.0 2290.8893 1.0 2290.9046 4.0 2290.9352 10.0 2290.9505 5.0 2290.9658 1.0 2290.9965 2.0 2291.0118 1.0 2291.0271 3.0 2291.0577 1.0 2291.073 5.0 2291.0883 2.0 2291.1036 3.0 2291.119 2.0 2291.1343 2.0 2291.1649 2.0 2291.1802 3.0 2291.2108 6.0 2291.2261 6.0 2291.2414 1.0 2291.2568 8.0 2291.2721 2.0 2291.2874 4.0 2291.318 3.0 2291.3333 2.0 2291.3486 4.0 2291.3639 1.0 2291.3793 1.0 2291.3946 4.0 2291.4099 2.0 2291.4252 2.0 2291.4405 3.0 2291.4558 2.0 2291.4711 7.0 2291.4864 6.0 2291.5018 1.0 2291.5171 6.0 2291.5324 1.0 2291.5477 6.0 2291.563 5.0 2291.5783 2.0 2291.5936 5.0 2291.6089 13.0 2291.6243 1.0 2291.6396 12.0 2291.6549 11.0 2291.6702 2.0 2291.6855 6.0 2291.7008 1.0 2291.7161 1.0 2291.7314 2.0 2291.7468 1.0 2291.7774 3.0 2291.7927 1.0 2291.8233 6.0 2291.8386 8.0 2291.854 6.0 2291.8693 2.0 2291.8999 7.0 2291.9152 3.0 2291.9305 1.0 2291.9458 3.0 2291.9612 4.0 2291.9918 2.0 2292.0071 2.0 2292.0224 2.0 2292.0377 7.0 2292.053 8.0 2292.0837 3.0 2292.099 4.0 2292.1143 3.0 2292.1296 2.0 2292.1449 7.0 2292.1602 1.0 2292.1756 3.0 2292.1909 2.0 2292.2062 3.0 2292.2215 3.0 2292.2368 3.0 2292.2674 5.0 2292.2828 5.0 2292.2981 5.0 2292.3134 2.0 2292.3287 2.0 2292.344 2.0 2292.3593 7.0 2292.3746 1.0 2292.39 2.0 2292.4206 1.0 2292.4359 5.0 2292.4512 3.0 2292.4665 3.0 2292.4819 2.0 2292.4972 1.0 2292.5125 5.0 2292.5278 5.0 2292.5431 8.0 2292.5584 10.0 2292.5738 6.0 2292.5891 4.0 2292.6044 2.0 2292.6197 8.0 2292.635 7.0 2292.6503 6.0 2292.6657 2.0 2292.681 2.0 2292.6963 1.0 2292.7116 8.0 2292.7269 3.0 2292.7422 2.0 2292.7576 3.0 2292.7882 4.0 2292.8035 3.0 2292.8188 1.0 2292.8341 2.0 2292.8495 4.0 2292.8648 1.0 2292.9107 3.0 2292.926 3.0 2292.9414 3.0 2292.9567 2.0 2292.972 2.0 2293.0026 2.0 2293.0179 1.0 2293.0333 2.0 2293.0486 2.0 2293.0639 6.0 2293.0792 4.0 2293.0945 1.0 2293.1099 2.0 2293.1252 1.0 2293.1405 2.0 2293.1558 7.0 2293.1864 4.0 2293.2018 1.0 2293.2171 4.0 2293.2324 2.0 2293.2477 1.0 2293.263 1.0 2293.2784 2.0 2293.2937 3.0 2293.309 5.0 2293.3243 6.0 2293.3396 3.0 2293.3549 2.0 2293.3703 3.0 2293.3856 3.0 2293.4009 2.0 2293.4162 2.0 2293.4315 4.0 2293.4469 2.0 2293.4622 2.0 2293.4775 5.0 2293.4928 3.0 2293.5081 6.0 2293.5235 7.0 2293.5388 6.0 2293.5541 3.0 2293.5694 9.0 2293.5847 8.0 2293.6001 6.0 2293.6154 2.0 2293.6307 5.0 2293.646 4.0 2293.6613 7.0 2293.6767 7.0 2293.692 4.0 2293.7073 6.0 2293.7226 2.0 2293.7379 3.0 2293.7686 2.0 2293.7839 1.0 2293.7992 2.0 2293.8145 1.0 2293.8299 4.0 2293.8452 3.0 2293.8758 1.0 2293.8911 4.0 2293.9065 4.0 2293.9218 10.0 2293.9371 1.0 2293.9524 1.0 2293.9677 2.0 2293.9831 2.0 2293.9984 4.0 2294.0137 2.0 2294.029 4.0 2294.0443 5.0 2294.0597 3.0 2294.075 3.0 2294.0903 5.0 2294.1056 1.0 2294.1209 1.0 2294.1516 3.0 2294.1669 2.0 2294.1822 2.0 2294.1976 2.0 2294.2435 1.0 2294.2588 3.0 2294.2742 2.0 2294.2895 2.0 2294.3048 12.0 2294.3201 4.0 2294.3355 3.0 2294.3508 2.0 2294.3661 5.0 2294.3814 3.0 2294.3967 1.0 2294.4121 11.0 2294.4274 10.0 2294.4427 1.0 2294.458 2.0 2294.4734 4.0 2294.4887 2.0 2294.504 1.0 2294.5193 2.0 2294.5346 2.0 2294.55 8.0 2294.5653 1.0 2294.5806 3.0 2294.5959 3.0 2294.6113 4.0 2294.6266 2.0 2294.6419 7.0 2294.6572 6.0 2294.6725 3.0 2294.6879 1.0 2294.7032 6.0 2294.7338 2.0 2294.7492 4.0 2294.7645 1.0 2294.7798 4.0 2294.7951 1.0 2294.8105 7.0 2294.8258 13.0 2294.8411 2.0 2294.8564 2.0 2294.8718 1.0 2294.8871 1.0 2294.9024 1.0 2294.9177 2.0 2294.9331 1.0 2294.9484 4.0 2294.9637 3.0 2294.979 1.0 2294.9943 8.0 2295.0097 9.0 2295.025 1.0 2295.0403 7.0 2295.0556 6.0 2295.071 2.0 2295.0863 2.0 2295.1016 1.0 2295.1169 1.0 2295.1476 2.0 2295.1629 2.0 2295.1782 1.0 2295.1936 4.0 2295.2089 10.0 2295.2242 7.0 2295.2395 2.0 2295.2549 3.0 2295.2702 1.0 2295.2855 3.0 2295.3008 3.0 2295.3468 3.0 2295.3621 2.0 2295.3775 1.0 2295.3928 10.0 2295.4081 3.0 2295.4234 2.0 2295.4388 4.0 2295.4694 4.0 2295.4848 5.0 2295.5001 2.0 2295.5154 2.0 2295.5307 5.0 2295.5461 2.0 2295.5614 4.0 2295.5767 4.0 2295.592 2.0 2295.6074 4.0 2295.6227 4.0 2295.638 1.0 2295.6533 1.0 2295.6687 9.0 2295.684 6.0 2295.6993 1.0 2295.7146 1.0 2295.73 1.0 2295.7606 3.0 2295.776 6.0 2295.7913 1.0 2295.8066 2.0 2295.8219 2.0 2295.8373 1.0 2295.8526 2.0 2295.8679 6.0 2295.8832 2.0 2295.8986 2.0 2295.9139 4.0 2295.9292 2.0 2295.9446 2.0 2295.9599 6.0 2295.9752 8.0 2295.9905 2.0 2296.0059 3.0 2296.0212 2.0 2296.0365 2.0 2296.0518 2.0 2296.0672 6.0 2296.0825 1.0 2296.0978 2.0 2296.1132 2.0 2296.1285 2.0 2296.1438 1.0 2296.1591 1.0 2296.1745 1.0 2296.1898 4.0 2296.2051 6.0 2296.2205 3.0 2296.2358 2.0 2296.2511 5.0 2296.2664 5.0 2296.2818 4.0 2296.2971 2.0 2296.3124 4.0 2296.3278 2.0 2296.3431 2.0 2296.3584 6.0 2296.3737 4.0 2296.3891 3.0 2296.4044 12.0 2296.4197 4.0 2296.4351 5.0 2296.4504 5.0 2296.4657 1.0 2296.481 2.0 2296.4964 2.0 2296.5117 3.0 2296.527 4.0 2296.5424 9.0 2296.5577 9.0 2296.573 3.0 2296.5884 4.0 2296.6037 8.0 2296.619 17.0 2296.6343 13.0 2296.6497 9.0 2296.665 15.0 2296.6803 26.0 2296.6957 22.0 2296.711 10.0 2296.7263 4.0 2296.7417 3.0 2296.757 2.0 2296.7723 2.0 2296.7876 6.0 2296.803 4.0 2296.8183 3.0 2296.8336 3.0 2296.849 2.0 2296.8643 1.0 2296.8796 2.0 2296.895 2.0 2296.9103 4.0 2296.9256 3.0 2296.9563 3.0 2296.9716 6.0 2296.9869 8.0 2297.0023 4.0 2297.0176 2.0 2297.0329 2.0 2297.0483 5.0 2297.0636 1.0 2297.0789 8.0 2297.0943 6.0 2297.1096 3.0 2297.1249 4.0 2297.1403 1.0 2297.1556 1.0 2297.1709 2.0 2297.1862 4.0 2297.2016 2.0 2297.2169 2.0 2297.2322 4.0 2297.2476 2.0 2297.2629 2.0 2297.2782 2.0 2297.2936 3.0 2297.3089 3.0 2297.3242 10.0 2297.3396 19.0 2297.3549 5.0 2297.3702 4.0 2297.3856 1.0 2297.4009 1.0 2297.4162 7.0 2297.4316 16.0 2297.4469 3.0 2297.4776 3.0 2297.4929 1.0 2297.5082 12.0 2297.5236 7.0 2297.5389 5.0 2297.5542 18.0 2297.5696 18.0 2297.5849 12.0 2297.6002 12.0 2297.6156 10.0 2297.6309 20.0 2297.6462 17.0 2297.6616 38.0 2297.6769 36.0 2297.6922 27.0 2297.7076 19.0 2297.7229 6.0 2297.7382 10.0 2297.7536 8.0 2297.7689 1.0 2297.7842 3.0 2297.7996 2.0 2297.8149 2.0 2297.8302 4.0 2297.8456 3.0 2297.8609 4.0 2297.8762 2.0 2297.8916 1.0 2297.9069 1.0 2297.9222 2.0 2297.9376 7.0 2297.9529 3.0 2297.9682 2.0 2297.9836 3.0 2297.9989 3.0 2298.0142 2.0 2298.0296 1.0 2298.0449 3.0 2298.0602 4.0 2298.0756 3.0 2298.0909 2.0 2298.1062 5.0 2298.1216 4.0 2298.1369 1.0 2298.1522 4.0 2298.1676 3.0 2298.1829 4.0 2298.1983 4.0 2298.2136 2.0 2298.2289 1.0 2298.2443 3.0 2298.2749 2.0 2298.2903 1.0 2298.3056 3.0 2298.3209 5.0 2298.3363 6.0 2298.3516 6.0 2298.3669 2.0 2298.3823 1.0 2298.3976 2.0 2298.4129 1.0 2298.4283 2.0 2298.4436 1.0 2298.459 4.0 2298.4743 7.0 2298.4896 2.0 2298.505 1.0 2298.5203 2.0 2298.5356 6.0 2298.551 2.0 2298.5663 2.0 2298.5816 7.0 2298.597 2.0 2298.6123 3.0 2298.6277 9.0 2298.643 5.0 2298.6583 3.0 2298.6737 5.0 2298.689 8.0 2298.7043 7.0 2298.7197 6.0 2298.735 6.0 2298.7503 7.0 2298.7657 14.0 2298.781 10.0 2298.7964 3.0 2298.8117 1.0 2298.827 3.0 2298.8424 1.0 2298.8577 4.0 2298.873 2.0 2298.8884 4.0 2298.9037 7.0 2298.9191 5.0 2298.9497 3.0 2298.9651 3.0 2298.9804 1.0 2298.9957 4.0 2299.0111 4.0 2299.0264 2.0 2299.0418 3.0 2299.0571 7.0 2299.0724 9.0 2299.0878 3.0 2299.1031 3.0 2299.1184 8.0 2299.1338 6.0 2299.1491 4.0 2299.1645 1.0 2299.1798 1.0 2299.1951 6.0 2299.2105 4.0 2299.2258 5.0 2299.2412 6.0 2299.2565 4.0 2299.2718 2.0 2299.2872 2.0 2299.3025 2.0 2299.3178 5.0 2299.3332 7.0 2299.3485 15.0 2299.3639 4.0 2299.3792 2.0 2299.3945 6.0 2299.4099 4.0 2299.4252 5.0 2299.4559 1.0 2299.4712 1.0 2299.4866 2.0 2299.5019 8.0 2299.5173 6.0 2299.5326 4.0 2299.5479 9.0 2299.5633 9.0 2299.5786 2.0 2299.594 8.0 2299.6093 8.0 2299.6246 9.0 2299.64 11.0 2299.6553 6.0 2299.6707 7.0 2299.686 6.0 2299.7167 2.0 2299.732 5.0 2299.7474 11.0 2299.7627 3.0 2299.778 2.0 2299.8087 9.0 2299.8241 5.0 2299.8394 3.0 2299.8547 1.0 2299.8701 3.0 2299.8854 1.0 2299.9008 1.0 2299.9161 2.0 2299.9314 4.0 2299.9468 10.0 2299.9621 5.0 2299.9775 3.0 2299.9928 5.0 2300.0081 2.0 2300.0235 7.0 2300.0388 1.0 2300.0542 2.0 2300.0695 4.0 2300.0849 2.0 2300.1002 2.0 2300.1155 4.0 2300.1309 1.0 2300.1462 2.0 2300.1616 1.0 2300.1769 4.0 2300.1922 3.0 2300.2076 1.0 2300.2229 3.0 2300.2383 3.0 2300.269 4.0 2300.2843 7.0 2300.2996 1.0 2300.315 4.0 2300.3303 4.0 2300.3457 6.0 2300.361 1.0 2300.3764 2.0 2300.4377 2.0 2300.4531 4.0 2300.4684 4.0 2300.4837 13.0 2300.4991 8.0 2300.5144 5.0 2300.5298 5.0 2300.5451 4.0 2300.5605 5.0 2300.5758 6.0 2300.5911 8.0 2300.6065 4.0 2300.6218 3.0 2300.6372 15.0 2300.6525 7.0 2300.6679 10.0 2300.6832 6.0 2300.6986 8.0 2300.7139 1.0 2300.7292 3.0 2300.7599 4.0 2300.7753 4.0 2300.7906 3.0 2300.806 1.0 2300.8213 1.0 2300.8366 2.0 2300.852 7.0 2300.8673 1.0 2300.8827 7.0 2300.898 5.0 2300.9134 7.0 2300.9287 4.0 2300.9441 1.0 2300.9594 3.0 2300.9747 1.0 2300.9901 3.0 2301.0054 5.0 2301.0208 9.0 2301.0361 3.0 2301.0515 1.0 2301.0668 5.0 2301.0822 6.0 2301.0975 5.0 2301.1128 2.0 2301.1282 2.0 2301.1589 6.0 2301.1742 5.0 2301.1896 4.0 2301.2049 1.0 2301.2203 1.0 2301.2356 1.0 2301.251 1.0 2301.2663 2.0 2301.2816 5.0 2301.297 3.0 2301.3123 1.0 2301.3277 5.0 2301.343 2.0 2301.3584 1.0 2301.3737 2.0 2301.3891 2.0 2301.4044 1.0 2301.4351 3.0 2301.4504 8.0 2301.4811 2.0 2301.4965 3.0 2301.5118 2.0 2301.5272 1.0 2301.5425 3.0 2301.5579 4.0 2301.5732 2.0 2301.5886 4.0 2301.6039 2.0 2301.6193 2.0 2301.6346 3.0 2301.6499 3.0 2301.6653 5.0 2301.6806 3.0 2301.696 5.0 2301.7113 2.0 2301.7267 4.0 2301.742 5.0 2301.7574 2.0 2301.7727 3.0 2301.7881 3.0 2301.8034 2.0 2301.8188 2.0 2301.8341 9.0 2301.8495 8.0 2301.8648 2.0 2301.8802 8.0 2301.8955 6.0 2301.9262 4.0 2301.9415 6.0 2301.9569 4.0 2301.9722 5.0 2301.9876 6.0 2302.0029 3.0 2302.0183 1.0 2302.0336 5.0 2302.049 5.0 2302.0643 3.0 2302.0797 5.0 2302.095 7.0 2302.1104 6.0 2302.1257 1.0 2302.1411 1.0 2302.1564 1.0 2302.1718 2.0 2302.2025 5.0 2302.2178 1.0 2302.2332 6.0 2302.2485 5.0 2302.2639 4.0 2302.2792 3.0 2302.2946 3.0 2302.3099 5.0 2302.3559 3.0 2302.3866 3.0 2302.402 2.0 2302.4173 4.0 2302.4327 4.0 2302.448 2.0 2302.4634 1.0 2302.4787 2.0 2302.4941 4.0 2302.5094 10.0 2302.5248 2.0 2302.5401 3.0 2302.5555 1.0 2302.5708 3.0 2302.5862 7.0 2302.6015 10.0 2302.6169 2.0 2302.6322 2.0 2302.6476 8.0 2302.6629 4.0 2302.6783 1.0 2302.6936 2.0 2302.709 5.0 2302.7243 3.0 2302.7397 1.0 2302.755 2.0 2302.7704 2.0 2302.7857 2.0 2302.8164 1.0 2302.8318 2.0 2302.8471 1.0 2302.8625 4.0 2302.8778 4.0 2302.8932 6.0 2302.9239 4.0 2302.9393 2.0 2302.9546 2.0 2302.97 6.0 2302.9853 4.0 2303.0007 13.0 2303.016 4.0 2303.0314 5.0 2303.0467 5.0 2303.0621 1.0 2303.0928 3.0 2303.1081 3.0 2303.1235 7.0 2303.1388 8.0 2303.1542 4.0 2303.1695 1.0 2303.2002 6.0 2303.2156 4.0 2303.2309 1.0 2303.2616 5.0 2303.277 2.0 2303.2923 3.0 2303.3077 1.0 2303.323 2.0 2303.3384 1.0 2303.3537 2.0 2303.3691 4.0 2303.3845 5.0 2303.3998 4.0 2303.4152 3.0 2303.4305 1.0 2303.4459 4.0 2303.4612 4.0 2303.4766 3.0 2303.4919 2.0 2303.5073 3.0 2303.5226 8.0 2303.538 1.0 2303.5533 3.0 2303.5687 1.0 2303.584 7.0 2303.5994 7.0 2303.6147 11.0 2303.6301 15.0 2303.6455 5.0 2303.6608 2.0 2303.6762 2.0 2303.6915 2.0 2303.7069 3.0 2303.7376 2.0 2303.7529 1.0 2303.7683 4.0 2303.7836 5.0 2303.8143 2.0 2303.8297 5.0 2303.8451 1.0 2303.8604 4.0 2303.8758 5.0 2303.8911 4.0 2303.9065 3.0 2303.9218 1.0 2303.9372 2.0 2303.9525 2.0 2303.9679 9.0 2303.9832 10.0 2303.9986 2.0 2304.0293 1.0 2304.0447 2.0 2304.06 6.0 2304.0754 1.0 2304.0907 4.0 2304.1061 5.0 2304.1214 1.0 2304.1368 2.0 2304.1521 2.0 2304.1675 5.0 2304.1829 2.0 2304.2136 3.0 2304.2443 4.0 2304.2596 7.0 2304.275 5.0 2304.2903 3.0 2304.3057 2.0 2304.3211 1.0 2304.3364 1.0 2304.3671 1.0 2304.3825 1.0 2304.3978 4.0 2304.4132 5.0 2304.4285 1.0 2304.4593 4.0 2304.4746 6.0 2304.49 6.0 2304.5053 6.0 2304.5207 7.0 2304.536 9.0 2304.5514 7.0 2304.5667 4.0 2304.5821 2.0 2304.5975 1.0 2304.6282 2.0 2304.6435 1.0 2304.6589 5.0 2304.6742 8.0 2304.6896 8.0 2304.7203 9.0 2304.7357 4.0 2304.751 4.0 2304.7664 3.0 2304.7817 1.0 2304.7971 2.0 2304.8278 3.0 2304.8432 2.0 2304.8585 7.0 2304.8892 4.0 2304.9046 2.0 2304.92 1.0 2304.9353 4.0 2304.966 2.0 2304.9814 3.0 2304.9968 1.0 2305.0121 4.0 2305.0275 7.0 2305.0428 4.0 2305.0582 5.0 2305.0735 2.0 2305.0889 7.0 2305.1043 6.0 2305.1196 3.0 2305.135 1.0 2305.1503 3.0 2305.1657 5.0 2305.1811 2.0 2305.1964 3.0 2305.2118 1.0 2305.2271 5.0 2305.2425 2.0 2305.2578 3.0 2305.2886 2.0 2305.3039 2.0 2305.3193 12.0 2305.3346 6.0 2305.35 3.0 2305.3654 1.0 2305.3807 3.0 2305.3961 3.0 2305.4114 2.0 2305.4268 7.0 2305.4422 5.0 2305.4575 1.0 2305.4729 3.0 2305.4882 2.0 2305.5036 10.0 2305.519 6.0 2305.5343 7.0 2305.5497 5.0 2305.565 6.0 2305.5804 5.0 2305.5958 2.0 2305.6111 2.0 2305.6265 3.0 2305.6572 1.0 2305.6726 3.0 2305.6879 3.0 2305.7186 5.0 2305.734 5.0 2305.7494 3.0 2305.7647 3.0 2305.7801 6.0 2305.7954 3.0 2305.8108 11.0 2305.8262 5.0 2305.8569 1.0 2305.8722 2.0 2305.903 4.0 2305.9183 3.0 2305.9337 5.0 2305.949 1.0 2305.9644 3.0 2305.9798 2.0 2305.9951 2.0 2306.0105 1.0 2306.0258 7.0 2306.0412 5.0 2306.0566 6.0 2306.0719 4.0 2306.0873 4.0 2306.1027 6.0 2306.118 3.0 2306.1487 2.0 2306.1641 3.0 2306.1795 3.0 2306.2102 4.0 2306.2256 5.0 2306.2409 2.0 2306.2563 2.0 2306.2716 5.0 2306.287 5.0 2306.3024 8.0 2306.3177 3.0 2306.3331 3.0 2306.3792 4.0 2306.3945 4.0 2306.4099 3.0 2306.4253 3.0 2306.4406 3.0 2306.456 6.0 2306.4714 7.0 2306.4867 11.0 2306.5174 3.0 2306.5328 2.0 2306.5482 3.0 2306.5635 4.0 2306.5789 7.0 2306.5943 1.0 2306.6096 5.0 2306.625 4.0 2306.6403 2.0 2306.6557 1.0 2306.6711 1.0 2306.6864 6.0 2306.7018 5.0 2306.7172 7.0 2306.7325 14.0 2306.7479 6.0 2306.7633 6.0 2306.7786 1.0 2306.794 2.0 2306.8093 1.0 2306.8247 3.0 2306.8401 1.0 2306.8554 2.0 2306.8708 7.0 2306.8862 6.0 2306.9015 2.0 2306.9169 1.0 2306.9323 1.0 2306.9476 2.0 2306.963 4.0 2306.9784 2.0 2306.9937 4.0 2307.0091 4.0 2307.0244 2.0 2307.0398 1.0 2307.0552 7.0 2307.0859 1.0 2307.1013 6.0 2307.1166 2.0 2307.132 3.0 2307.1474 5.0 2307.1627 2.0 2307.1781 4.0 2307.1935 6.0 2307.2088 3.0 2307.2242 1.0 2307.2396 5.0 2307.2549 3.0 2307.2703 3.0 2307.2857 9.0 2307.301 2.0 2307.3164 4.0 2307.3318 1.0 2307.3471 3.0 2307.3625 3.0 2307.3779 2.0 2307.3932 1.0 2307.4086 8.0 2307.4239 9.0 2307.4393 13.0 2307.4547 13.0 2307.47 9.0 2307.4854 8.0 2307.5008 6.0 2307.5315 3.0 2307.5469 3.0 2307.5622 2.0 2307.5776 2.0 2307.593 1.0 2307.6083 2.0 2307.6237 3.0 2307.6391 2.0 2307.6544 2.0 2307.6698 5.0 2307.6852 2.0 2307.7005 5.0 2307.7159 6.0 2307.7466 3.0 2307.762 1.0 2307.7928 7.0 2307.8081 1.0 2307.8235 4.0 2307.8389 3.0 2307.8542 2.0 2307.885 2.0 2307.9003 3.0 2307.9157 1.0 2307.9464 2.0 2307.9618 3.0 2307.9772 2.0 2307.9925 1.0 2308.0079 1.0 2308.0233 2.0 2308.0386 2.0 2308.054 1.0 2308.0694 1.0 2308.0847 7.0 2308.1001 4.0 2308.1308 3.0 2308.1616 3.0 2308.177 2.0 2308.1923 6.0 2308.2077 1.0 2308.2231 2.0 2308.2538 4.0 2308.2845 1.0 2308.2999 2.0 2308.346 4.0 2308.3614 3.0 2308.3767 2.0 2308.3921 11.0 2308.4075 8.0 2308.4229 3.0 2308.4382 4.0 2308.4536 4.0 2308.469 2.0 2308.4843 7.0 2308.4997 5.0 2308.5151 8.0 2308.5304 7.0 2308.5458 2.0 2308.5612 7.0 2308.5766 3.0 2308.5919 6.0 2308.6073 5.0 2308.6227 2.0 2308.638 1.0 2308.6534 1.0 2308.6688 2.0 2308.6841 3.0 2308.6995 4.0 2308.7149 3.0 2308.7764 3.0 2308.7917 3.0 2308.8071 4.0 2308.8225 4.0 2308.8378 1.0 2308.8532 1.0 2308.8686 1.0 2308.884 6.0 2308.8993 1.0 2308.9147 1.0 2308.9301 6.0 2308.9454 2.0 2308.9608 3.0 2308.9762 10.0 2308.9916 3.0 2309.0069 2.0 2309.0223 6.0 2309.0377 2.0 2309.053 3.0 2309.0684 5.0 2309.0838 4.0 2309.0992 3.0 2309.1145 1.0 2309.1299 4.0 2309.1453 1.0 2309.1606 3.0 2309.176 2.0 2309.1914 3.0 2309.2068 2.0 2309.2221 5.0 2309.2375 1.0 2309.2683 5.0 2309.2836 7.0 2309.299 1.0 2309.3144 2.0 2309.3297 6.0 2309.3451 5.0 2309.3605 3.0 2309.3759 6.0 2309.3912 8.0 2309.4066 3.0 2309.422 6.0 2309.4374 1.0 2309.4527 7.0 2309.4681 3.0 2309.4835 1.0 2309.4988 2.0 2309.5142 3.0 2309.5296 4.0 2309.545 3.0 2309.5603 9.0 2309.5757 1.0 2309.5911 2.0 2309.6065 2.0 2309.6372 2.0 2309.6526 4.0 2309.6679 4.0 2309.6833 6.0 2309.6987 5.0 2309.7141 11.0 2309.7294 4.0 2309.7448 4.0 2309.7602 9.0 2309.7756 1.0 2309.7909 3.0 2309.8063 3.0 2309.8217 3.0 2309.8371 7.0 2309.8524 5.0 2309.8678 1.0 2309.8832 3.0 2309.9139 1.0 2309.9447 4.0 2309.9601 2.0 2309.9754 1.0 2309.9908 2.0 2310.0062 3.0 2310.0216 1.0 2310.0369 3.0 2310.0523 2.0 2310.0677 7.0 2310.0831 6.0 2310.0984 6.0 2310.1138 10.0 2310.1292 4.0 2310.1446 5.0 2310.1599 6.0 2310.1753 1.0 2310.1907 2.0 2310.2061 2.0 2310.2214 1.0 2310.2368 6.0 2310.2522 2.0 2310.2676 3.0 2310.2829 1.0 2310.2983 4.0 2310.3137 4.0 2310.3291 5.0 2310.3444 1.0 2310.3752 2.0 2310.3906 2.0 2310.4059 7.0 2310.4213 5.0 2310.4367 15.0 2310.4521 28.0 2310.4674 10.0 2310.4828 3.0 2310.4982 6.0 2310.5136 11.0 2310.529 3.0 2310.5443 2.0 2310.5597 4.0 2310.5905 3.0 2310.6058 5.0 2310.6212 2.0 2310.6366 8.0 2310.6673 1.0 2310.6827 4.0 2310.6981 1.0 2310.7135 7.0 2310.7289 7.0 2310.7442 3.0 2310.7596 1.0 2310.775 3.0 2310.7904 2.0 2310.8057 4.0 2310.8211 2.0 2310.8365 3.0 2310.8519 1.0 2310.8672 2.0 2310.8826 4.0 2310.898 5.0 2310.9134 4.0 2310.9288 2.0 2310.9441 3.0 2310.9595 5.0 2310.9749 1.0 2310.9903 2.0 2311.0057 3.0 2311.021 7.0 2311.0364 3.0 2311.0518 3.0 2311.0672 4.0 2311.0825 3.0 2311.0979 7.0 2311.1133 10.0 2311.1287 4.0 2311.1441 3.0 2311.1594 3.0 2311.2056 2.0 2311.2209 4.0 2311.2363 5.0 2311.2517 9.0 2311.2671 2.0 2311.2825 2.0 2311.2978 4.0 2311.3132 6.0 2311.3286 4.0 2311.344 5.0 2311.3594 1.0 2311.3747 5.0 2311.3901 5.0 2311.4209 2.0 2311.4363 1.0 2311.4516 3.0 2311.467 8.0 2311.4824 11.0 2311.4978 4.0 2311.5132 4.0 2311.5285 4.0 2311.5439 1.0 2311.5593 2.0 2311.5747 2.0 2311.5901 1.0 2311.6054 4.0 2311.6208 2.0 2311.6516 6.0 2311.667 3.0 2311.6823 6.0 2311.6977 2.0 2311.7131 1.0 2311.7285 3.0 2311.7439 12.0 2311.7592 2.0 2311.79 1.0 2311.8054 5.0 2311.8208 4.0 2311.8669 2.0 2311.8823 11.0 2311.8977 9.0 2311.913 2.0 2311.9284 1.0 2311.9438 4.0 2311.9592 4.0 2311.9746 8.0 2311.99 4.0 2312.0053 3.0 2312.0207 4.0 2312.0361 8.0 2312.0515 3.0 2312.0669 3.0 2312.113 7.0 2312.1284 3.0 2312.1438 2.0 2312.1592 1.0 2312.1899 3.0 2312.2053 2.0 2312.2207 3.0 2312.2361 2.0 2312.2514 2.0 2312.2668 3.0 2312.2822 2.0 2312.2976 5.0 2312.313 3.0 2312.3437 3.0 2312.3591 3.0 2312.3745 3.0 2312.3899 1.0 2312.4053 1.0 2312.4207 3.0 2312.436 4.0 2312.4514 4.0 2312.4668 1.0 2312.4822 3.0 2312.4976 2.0 2312.513 6.0 2312.5437 2.0 2312.5591 2.0 2312.5745 3.0 2312.5899 8.0 2312.6053 2.0 2312.636 13.0 2312.6514 13.0 2312.6668 13.0 2312.6822 8.0 2312.6976 3.0 2312.7129 7.0 2312.7283 9.0 2312.7437 8.0 2312.7591 20.0 2312.7745 25.0 2312.7899 11.0 2312.8052 7.0 2312.8206 2.0 2312.8514 1.0 2312.8668 3.0 2312.8822 6.0 2312.8976 1.0 2312.9129 4.0 2312.9283 4.0 2312.9437 3.0 2312.9591 10.0 2312.9745 8.0 2313.0052 2.0 2313.0206 5.0 2313.036 2.0 2313.0514 13.0 2313.0668 6.0 2313.0822 7.0 2313.0976 8.0 2313.1129 2.0 2313.1283 1.0 2313.1437 7.0 2313.1591 6.0 2313.1745 4.0 2313.1899 1.0 2313.2052 4.0 2313.2206 2.0 2313.236 4.0 2313.2514 2.0 2313.2668 3.0 2313.2822 7.0 2313.2976 9.0 2313.3129 4.0 2313.3437 1.0 2313.3591 6.0 2313.3745 4.0 2313.3899 2.0 2313.4053 1.0 2313.4207 6.0 2313.436 4.0 2313.4514 5.0 2313.4668 2.0 2313.4822 3.0 2313.4976 1.0 2313.513 4.0 2313.5284 1.0 2313.5591 4.0 2313.5745 5.0 2313.5899 6.0 2313.6053 8.0 2313.6207 4.0 2313.6361 8.0 2313.6515 8.0 2313.6668 4.0 2313.6822 6.0 2313.6976 8.0 2313.713 13.0 2313.7284 13.0 2313.7438 3.0 2313.7592 4.0 2313.7745 5.0 2313.7899 2.0 2313.8053 3.0 2313.8207 6.0 2313.8361 3.0 2313.8515 2.0 2313.8669 1.0 2313.8823 2.0 2313.8976 1.0 2313.913 3.0 2313.9284 4.0 2313.9438 5.0 2313.9592 2.0 2313.9746 1.0 2313.99 4.0 2314.0054 4.0 2314.0208 8.0 2314.0361 3.0 2314.0515 5.0 2314.0669 1.0 2314.0823 1.0 2314.0977 10.0 2314.1131 4.0 2314.1285 4.0 2314.1439 2.0 2314.1593 4.0 2314.1746 1.0 2314.19 5.0 2314.2054 4.0 2314.2208 5.0 2314.2362 1.0 2314.2516 2.0 2314.267 4.0 2314.2824 1.0 2314.3285 3.0 2314.3439 5.0 2314.3593 4.0 2314.3747 2.0 2314.3901 2.0 2314.4055 2.0 2314.4209 3.0 2314.4363 5.0 2314.4516 4.0 2314.467 3.0 2314.4824 2.0 2314.4978 6.0 2314.5132 5.0 2314.5286 1.0 2314.544 2.0 2314.5594 6.0 2314.5748 9.0 2314.5902 3.0 2314.6055 5.0 2314.6209 40.0 2314.6363 69.0 2314.6517 69.0 2314.6671 83.0 2314.6825 105.0 2314.6979 90.0 2314.7133 103.0 2314.7287 98.0 2314.7441 106.0 2314.7594 103.0 2314.7748 81.0 2314.7902 60.0 2314.8056 61.0 2314.821 40.0 2314.8364 22.0 2314.8518 27.0 2314.8672 10.0 2314.8826 8.0 2314.898 6.0 2314.9134 6.0 2314.9288 1.0 2314.9441 8.0 2314.9595 8.0 2314.9749 7.0 2314.9903 3.0 2315.0057 6.0 2315.0211 5.0 2315.0365 5.0 2315.0519 3.0 2315.0673 2.0 2315.0827 1.0 2315.0981 5.0 2315.1134 2.0 2315.1288 4.0 2315.1442 3.0 2315.1596 2.0 2315.175 1.0 2315.1904 4.0 2315.2058 12.0 2315.2212 6.0 2315.2366 1.0 2315.252 1.0 2315.2674 6.0 2315.2828 8.0 2315.2982 2.0 2315.3135 5.0 2315.3289 2.0 2315.3443 1.0 2315.3597 1.0 2315.3751 2.0 2315.3905 2.0 2315.4059 2.0 2315.4213 3.0 2315.4367 7.0 2315.4521 7.0 2315.4675 3.0 2315.4829 4.0 2315.4983 2.0 2315.5137 1.0 2315.529 4.0 2315.5444 1.0 2315.5598 1.0 2315.5752 5.0 2315.5906 1.0 2315.606 4.0 2315.6214 17.0 2315.6368 28.0 2315.6522 29.0 2315.6676 30.0 2315.683 52.0 2315.6984 79.0 2315.7138 84.0 2315.7292 72.0 2315.7446 115.0 2315.76 99.0 2315.7753 67.0 2315.7907 69.0 2315.8061 68.0 2315.8215 46.0 2315.8369 29.0 2315.8523 12.0 2315.8677 14.0 2315.8831 15.0 2315.8985 13.0 2315.9139 8.0 2315.9293 14.0 2315.9447 12.0 2315.9601 2.0 2315.9755 2.0 2315.9909 3.0 2316.0371 1.0 2316.0525 4.0 2316.0678 1.0 2316.0832 3.0 2316.0986 2.0 2316.114 6.0 2316.1294 4.0 2316.1448 10.0 2316.1602 8.0 2316.1756 3.0 2316.191 6.0 2316.2064 6.0 2316.2218 4.0 2316.2372 4.0 2316.2526 6.0 2316.268 9.0 2316.2834 6.0 2316.2988 5.0 2316.3142 8.0 2316.3296 5.0 2316.345 4.0 2316.3604 4.0 2316.3912 1.0 2316.4066 4.0 2316.4219 8.0 2316.4373 10.0 2316.4527 7.0 2316.4681 7.0 2316.4835 7.0 2316.5143 4.0 2316.5297 1.0 2316.5451 2.0 2316.5605 9.0 2316.5759 3.0 2316.5913 7.0 2316.6067 6.0 2316.6221 13.0 2316.6375 12.0 2316.6529 22.0 2316.6683 26.0 2316.6837 21.0 2316.6991 52.0 2316.7145 73.0 2316.7299 69.0 2316.7453 45.0 2316.7607 33.0 2316.7761 35.0 2316.7915 30.0 2316.8069 15.0 2316.8223 12.0 2316.8377 2.0 2316.8531 3.0 2316.8685 3.0 2316.8839 1.0 2316.8993 3.0 2316.9147 3.0 2316.9301 3.0 2316.9455 6.0 2316.9608 4.0 2316.9762 4.0 2316.9916 2.0 2317.0224 4.0 2317.0378 6.0 2317.0532 5.0 2317.0686 7.0 2317.084 4.0 2317.0994 2.0 2317.1148 5.0 2317.1302 2.0 2317.1456 3.0 2317.161 2.0 2317.1764 2.0 2317.1918 3.0 2317.2072 3.0 2317.2226 1.0 2317.2534 5.0 2317.2688 9.0 2317.2842 8.0 2317.2996 2.0 2317.315 7.0 2317.3304 4.0 2317.3458 3.0 2317.3612 3.0 2317.3766 4.0 2317.392 4.0 2317.4074 3.0 2317.4228 3.0 2317.4382 4.0 2317.4536 2.0 2317.469 7.0 2317.4844 3.0 2317.5152 7.0 2317.5306 5.0 2317.546 4.0 2317.5614 4.0 2317.5922 1.0 2317.6076 5.0 2317.623 3.0 2317.6384 6.0 2317.6538 12.0 2317.6692 10.0 2317.6846 9.0 2317.7 22.0 2317.7154 20.0 2317.7308 31.0 2317.7462 17.0 2317.7616 23.0 2317.777 34.0 2317.7924 29.0 2317.8078 27.0 2317.8232 9.0 2317.8386 11.0 2317.854 8.0 2317.8694 1.0 2317.8848 2.0 2317.9002 2.0 2317.9156 2.0 2317.931 1.0 2317.9464 4.0 2317.9618 2.0 2317.9926 4.0 2318.008 4.0 2318.0234 8.0 2318.0388 13.0 2318.0542 5.0 2318.0696 2.0 2318.085 2.0 2318.1159 2.0 2318.1313 7.0 2318.1467 9.0 2318.1621 7.0 2318.1775 7.0 2318.1929 8.0 2318.2083 3.0 2318.2237 4.0 2318.2391 5.0 2318.2545 5.0 2318.2699 3.0 2318.2853 1.0 2318.3007 2.0 2318.3161 2.0 2318.3315 2.0 2318.3469 2.0 2318.3623 4.0 2318.3777 2.0 2318.3931 1.0 2318.4085 2.0 2318.4239 2.0 2318.4393 2.0 2318.4547 3.0 2318.4701 2.0 2318.4855 2.0 2318.5009 2.0 2318.5163 1.0 2318.5317 1.0 2318.5471 2.0 2318.5625 10.0 2318.5779 10.0 2318.5933 2.0 2318.6087 1.0 2318.6395 5.0 2318.655 7.0 2318.6704 9.0 2318.6858 16.0 2318.7012 13.0 2318.7166 10.0 2318.732 10.0 2318.7474 6.0 2318.7628 3.0 2318.7782 3.0 2318.7936 2.0 2318.809 1.0 2318.8244 5.0 2318.8398 6.0 2318.8552 5.0 2318.8706 1.0 2318.886 1.0 2318.9014 2.0 2318.9168 3.0 2318.9322 8.0 2318.9476 5.0 2318.963 4.0 2318.9784 1.0 2318.9938 2.0 2319.0093 1.0 2319.0247 3.0 2319.0401 4.0 2319.0555 3.0 2319.1017 1.0 2319.1171 3.0 2319.1325 2.0 2319.1479 3.0 2319.1633 7.0 2319.1787 8.0 2319.1941 2.0 2319.2095 3.0 2319.2249 3.0 2319.2403 2.0 2319.2557 4.0 2319.2711 3.0 2319.2866 4.0 2319.302 11.0 2319.3174 6.0 2319.3328 3.0 2319.3482 3.0 2319.3636 1.0 2319.379 3.0 2319.3944 4.0 2319.4098 3.0 2319.4252 7.0 2319.4406 3.0 2319.456 1.0 2319.4714 2.0 2319.5022 4.0 2319.5176 3.0 2319.5331 3.0 2319.5485 3.0 2319.5639 3.0 2319.5793 2.0 2319.5947 2.0 2319.6101 1.0 2319.6255 2.0 2319.6409 4.0 2319.6563 3.0 2319.6717 5.0 2319.6871 2.0 2319.7025 2.0 2319.7179 6.0 2319.7333 7.0 2319.7488 7.0 2319.7642 10.0 2319.7796 13.0 2319.795 5.0 2319.8104 7.0 2319.8258 7.0 2319.8412 2.0 2319.8566 1.0 2319.872 2.0 2319.8874 4.0 2319.9028 4.0 2319.9182 5.0 2319.9336 1.0 2319.9491 4.0 2319.9645 1.0 2319.9799 3.0 2319.9953 3.0 2320.0261 6.0 2320.0415 2.0 2320.0569 7.0 2320.0723 5.0 2320.0877 9.0 2320.1031 3.0 2320.1185 3.0 2320.134 3.0 2320.1494 3.0 2320.1648 4.0 2320.1802 3.0 2320.1956 4.0 2320.2264 1.0 2320.2418 1.0 2320.2572 5.0 2320.2726 10.0 2320.288 1.0 2320.3035 5.0 2320.3189 7.0 2320.3343 10.0 2320.3497 8.0 2320.3651 8.0 2320.3805 8.0 2320.3959 8.0 2320.4113 6.0 2320.4267 2.0 2320.4575 3.0 2320.473 3.0 2320.4884 2.0 2320.5038 2.0 2320.5192 5.0 2320.5346 2.0 2320.5654 8.0 2320.5808 7.0 2320.5962 4.0 2320.6116 8.0 2320.6271 6.0 2320.6425 9.0 2320.6579 2.0 2320.6733 1.0 2320.6887 6.0 2320.7041 5.0 2320.7195 2.0 2320.7349 2.0 2320.7503 3.0 2320.7658 3.0 2320.7812 2.0 2320.8274 2.0 2320.8428 2.0 2320.8582 1.0 2320.8736 2.0 2320.889 3.0 2320.9045 3.0 2320.9199 4.0 2320.9353 3.0 2320.9507 2.0 2320.9661 4.0 2320.9815 5.0 2320.9969 2.0 2321.0123 8.0 2321.0277 13.0 2321.0432 7.0 2321.0586 1.0 2321.074 2.0 2321.1048 13.0 2321.1202 7.0 2321.1356 3.0 2321.151 8.0 2321.1665 1.0 2321.1819 1.0 2321.2127 1.0 2321.2281 3.0 2321.2435 8.0 2321.2589 6.0 2321.2743 2.0 2321.2898 3.0 2321.3052 5.0 2321.3206 3.0 2321.336 5.0 2321.3514 1.0 2321.3668 1.0 2321.3822 5.0 2321.3976 2.0 2321.4131 4.0 2321.4285 10.0 2321.4439 2.0 2321.4747 1.0 2321.4901 2.0 2321.5055 5.0 2321.5209 10.0 2321.5364 8.0 2321.5518 2.0 2321.5672 1.0 2321.5826 2.0 2321.598 2.0 2321.6288 5.0 2321.6443 7.0 2321.6597 3.0 2321.6751 7.0 2321.6905 2.0 2321.7059 2.0 2321.7213 2.0 2321.7367 2.0 2321.7522 4.0 2321.7676 2.0 2321.8138 2.0 2321.8292 5.0 2321.8446 2.0 2321.8601 2.0 2321.8755 6.0 2321.9063 3.0 2321.9217 1.0 2321.9371 1.0 2321.9525 6.0 2321.968 2.0 2321.9834 3.0 2321.9988 2.0 2322.0296 2.0 2322.0604 1.0 2322.0759 1.0 2322.0913 9.0 2322.1067 7.0 2322.1221 3.0 2322.1375 7.0 2322.1529 3.0 2322.1684 4.0 2322.1838 6.0 2322.1992 3.0 2322.23 2.0 2322.2454 3.0 2322.2917 1.0 2322.3071 1.0 2322.3533 9.0 2322.3688 1.0 2322.3842 2.0 2322.415 3.0 2322.4304 13.0 2322.4458 5.0 2322.4613 5.0 2322.4767 4.0 2322.4921 15.0 2322.5075 17.0 2322.5229 5.0 2322.5383 6.0 2322.5538 3.0 2322.5692 4.0 2322.5846 5.0 2322.6 5.0 2322.6154 6.0 2322.6308 7.0 2322.6463 1.0 2322.6617 5.0 2322.6771 4.0 2322.7079 1.0 2322.7233 2.0 2322.7388 1.0 2322.7542 4.0 2322.7696 3.0 2322.785 4.0 2322.8004 7.0 2322.8159 6.0 2322.8313 5.0 2322.8467 7.0 2322.8621 4.0 2322.8775 2.0 2322.8929 3.0 2322.9084 4.0 2322.9238 6.0 2322.9546 2.0 2322.97 4.0 2322.9855 4.0 2323.0009 3.0 2323.0163 1.0 2323.0317 1.0 2323.0471 8.0 2323.0625 1.0 2323.078 6.0 2323.0934 8.0 2323.1088 3.0 2323.1242 2.0 2323.1396 3.0 2323.1551 1.0 2323.1705 2.0 2323.1859 2.0 2323.2013 8.0 2323.2167 10.0 2323.2322 5.0 2323.2476 9.0 2323.263 2.0 2323.2784 6.0 2323.2938 4.0 2323.3092 3.0 2323.3247 12.0 2323.3401 6.0 2323.3555 2.0 2323.3709 2.0 2323.4018 2.0 2323.4172 2.0 2323.4326 9.0 2323.448 10.0 2323.4634 4.0 2323.4943 5.0 2323.5097 1.0 2323.5251 3.0 2323.5405 1.0 2323.556 7.0 2323.5714 5.0 2323.5868 3.0 2323.6022 1.0 2323.6176 4.0 2323.6331 3.0 2323.6485 2.0 2323.6639 1.0 2323.6793 5.0 2323.7256 5.0 2323.741 6.0 2323.7564 5.0 2323.7719 2.0 2323.7873 1.0 2323.8027 2.0 2323.8335 5.0 2323.849 9.0 2323.8644 6.0 2323.8798 5.0 2323.8952 6.0 2323.9106 2.0 2323.9261 1.0 2323.9415 2.0 2323.9569 4.0 2323.9723 3.0 2323.9877 1.0 2324.0032 6.0 2324.0186 8.0 2324.034 5.0 2324.0494 5.0 2324.0649 2.0 2324.0803 3.0 2324.0957 1.0 2324.1111 3.0 2324.1265 4.0 2324.142 7.0 2324.1574 1.0 2324.1728 2.0 2324.1882 2.0 2324.2037 8.0 2324.2191 2.0 2324.2345 6.0 2324.2499 2.0 2324.2653 2.0 2324.2962 7.0 2324.3116 1.0 2324.327 3.0 2324.3425 2.0 2324.3579 8.0 2324.3733 10.0 2324.3887 4.0 2324.4042 2.0 2324.4196 2.0 2324.435 1.0 2324.4504 8.0 2324.4658 7.0 2324.4813 3.0 2324.4967 2.0 2324.5121 3.0 2324.5275 2.0 2324.543 9.0 2324.5584 3.0 2324.5738 9.0 2324.5892 8.0 2324.6047 2.0 2324.6201 4.0 2324.6509 7.0 2324.6664 8.0 2324.6818 6.0 2324.6972 7.0 2324.7126 3.0 2324.728 5.0 2324.7435 2.0 2324.7589 14.0 2324.7743 2.0 2324.7897 2.0 2324.8052 3.0 2324.8206 6.0 2324.836 4.0 2324.8514 1.0 2324.8669 2.0 2324.8823 5.0 2324.8977 1.0 2324.9131 2.0 2324.944 3.0 2324.9594 8.0 2324.9748 3.0 2324.9903 2.0 2325.0057 3.0 2325.0211 1.0 2325.0365 4.0 2325.052 3.0 2325.0982 1.0 2325.1137 1.0 2325.1291 3.0 2325.1445 1.0 2325.1599 2.0 2325.1754 6.0 2325.1908 3.0 2325.2216 4.0 2325.2371 2.0 2325.2525 4.0 2325.2679 3.0 2325.2833 3.0 2325.2988 2.0 2325.3142 2.0 2325.3296 1.0 2325.3451 3.0 2325.3605 3.0 2325.3759 2.0 2325.3913 4.0 2325.4068 6.0 2325.4222 2.0 2325.4376 1.0 2325.453 3.0 2325.4685 6.0 2325.4839 6.0 2325.5147 2.0 2325.5302 5.0 2325.5456 6.0 2325.561 4.0 2325.5765 4.0 2325.5919 6.0 2325.6073 2.0 2325.6227 7.0 2325.6382 9.0 2325.6536 2.0 2325.669 5.0 2325.6844 11.0 2325.6999 7.0 2325.7153 2.0 2325.7462 2.0 2325.7616 1.0 2325.777 1.0 2325.7924 3.0 2325.8079 3.0 2325.8233 3.0 2325.8387 2.0 2325.8541 1.0 2325.8696 4.0 2325.885 2.0 2325.9004 1.0 2325.9159 2.0 2325.9313 5.0 2325.9467 9.0 2325.9621 10.0 2325.9776 2.0 2325.993 3.0 2326.0239 3.0 2326.0393 4.0 2326.0701 4.0 2326.0856 4.0 2326.101 11.0 2326.1164 3.0 2326.1319 5.0 2326.1473 6.0 2326.1627 2.0 2326.1781 3.0 2326.1936 1.0 2326.209 8.0 2326.2244 10.0 2326.2399 5.0 2326.2553 3.0 2326.2707 4.0 2326.2861 3.0 2326.3016 3.0 2326.317 6.0 2326.3324 3.0 2326.3479 11.0 2326.3633 6.0 2326.3787 4.0 2326.3942 6.0 2326.4096 2.0 2326.425 3.0 2326.4559 11.0 2326.4713 5.0 2326.4867 4.0 2326.5022 3.0 2326.5176 4.0 2326.533 2.0 2326.5485 4.0 2326.5639 2.0 2326.5947 4.0 2326.6102 3.0 2326.6256 2.0 2326.641 4.0 2326.6565 4.0 2326.6719 2.0 2326.6873 3.0 2326.7028 2.0 2326.7336 9.0 2326.749 1.0 2326.7645 3.0 2326.7799 1.0 2326.8108 9.0 2326.8262 9.0 2326.8416 3.0 2326.8571 5.0 2326.8725 12.0 2326.8879 3.0 2326.9034 2.0 2326.9188 1.0 2326.9497 1.0 2326.9651 8.0 2326.9805 9.0 2326.996 6.0 2327.0114 3.0 2327.0268 6.0 2327.0422 2.0 2327.0577 2.0 2327.0731 2.0 2327.0885 1.0 2327.104 1.0 2327.1194 1.0 2327.1348 2.0 2327.1503 2.0 2327.1657 2.0 2327.1811 2.0 2327.1966 5.0 2327.212 7.0 2327.2274 6.0 2327.2429 10.0 2327.2583 3.0 2327.2737 9.0 2327.2892 5.0 2327.3046 5.0 2327.32 3.0 2327.3355 6.0 2327.3509 3.0 2327.3663 2.0 2327.3818 1.0 2327.3972 5.0 2327.4126 9.0 2327.4435 3.0 2327.4589 6.0 2327.4744 2.0 2327.4898 4.0 2327.5052 4.0 2327.5207 7.0 2327.5361 2.0 2327.5515 2.0 2327.567 2.0 2327.5824 1.0 2327.5978 5.0 2327.6133 4.0 2327.6287 8.0 2327.6441 2.0 2327.6596 5.0 2327.675 14.0 2327.6904 9.0 2327.7059 6.0 2327.7213 3.0 2327.7367 2.0 2327.7522 4.0 2327.7676 3.0 2327.783 2.0 2327.7985 1.0 2327.8139 1.0 2327.8293 3.0 2327.8448 2.0 2327.8602 2.0 2327.8756 6.0 2327.8911 1.0 2327.9065 4.0 2327.9219 2.0 2327.9374 3.0 2327.9528 3.0 2327.9683 6.0 2327.9837 2.0 2327.9991 4.0 2328.0146 4.0 2328.03 2.0 2328.0609 2.0 2328.0917 2.0 2328.1072 3.0 2328.1226 3.0 2328.138 1.0 2328.1535 12.0 2328.1689 5.0 2328.1843 5.0 2328.1998 1.0 2328.2152 1.0 2328.2307 2.0 2328.2461 3.0 2328.277 1.0 2328.2924 1.0 2328.3078 5.0 2328.3233 8.0 2328.3387 1.0 2328.3541 3.0 2328.3696 6.0 2328.385 2.0 2328.4004 9.0 2328.4159 2.0 2328.4313 5.0 2328.4468 5.0 2328.4622 2.0 2328.4776 1.0 2328.4931 7.0 2328.5085 1.0 2328.5239 2.0 2328.5548 3.0 2328.5703 5.0 2328.5857 2.0 2328.6011 4.0 2328.6166 6.0 2328.632 4.0 2328.6474 2.0 2328.6629 4.0 2328.6783 2.0 2328.6938 3.0 2328.7092 1.0 2328.7246 6.0 2328.7401 4.0 2328.7555 7.0 2328.7709 5.0 2328.7864 8.0 2328.8018 4.0 2328.8173 1.0 2328.8327 4.0 2328.8481 14.0 2328.8636 9.0 2328.879 1.0 2328.8944 2.0 2328.9099 5.0 2328.9253 5.0 2328.9408 8.0 2328.9562 1.0 2328.9716 1.0 2328.9871 2.0 2329.0179 4.0 2329.0334 3.0 2329.0488 2.0 2329.0643 2.0 2329.0797 5.0 2329.0951 6.0 2329.1106 4.0 2329.126 1.0 2329.1415 1.0 2329.1569 2.0 2329.1723 3.0 2329.1878 2.0 2329.2032 2.0 2329.2187 4.0 2329.2341 7.0 2329.2495 3.0 2329.265 5.0 2329.2804 5.0 2329.2958 3.0 2329.3113 2.0 2329.3267 2.0 2329.3422 4.0 2329.3576 3.0 2329.373 2.0 2329.3885 7.0 2329.4039 5.0 2329.4194 6.0 2329.4348 2.0 2329.4502 6.0 2329.4657 1.0 2329.4811 3.0 2329.4966 2.0 2329.512 1.0 2329.5274 1.0 2329.5429 2.0 2329.5583 7.0 2329.5738 2.0 2329.5892 1.0 2329.6046 6.0 2329.6201 6.0 2329.6355 3.0 2329.651 8.0 2329.6664 1.0 2329.6818 1.0 2329.6973 6.0 2329.7127 5.0 2329.7282 4.0 2329.7436 4.0 2329.7591 3.0 2329.7745 4.0 2329.8054 9.0 2329.8208 3.0 2329.8363 2.0 2329.8517 2.0 2329.8671 1.0 2329.8826 3.0 2329.898 1.0 2329.9135 6.0 2329.9289 5.0 2329.9443 3.0 2329.9598 2.0 2329.9752 1.0 2329.9907 1.0 2330.0061 4.0 2330.0216 1.0 2330.037 4.0 2330.0524 2.0 2330.0679 3.0 2330.0833 6.0 2330.0988 4.0 2330.1142 3.0 2330.1297 2.0 2330.1451 1.0 2330.1605 1.0 2330.176 1.0 2330.1914 4.0 2330.2069 6.0 2330.2223 2.0 2330.2377 2.0 2330.2532 1.0 2330.2686 3.0 2330.2841 1.0 2330.2995 4.0 2330.315 6.0 2330.3304 4.0 2330.3458 2.0 2330.3613 5.0 2330.3767 4.0 2330.3922 2.0 2330.4076 4.0 2330.4231 3.0 2330.4385 2.0 2330.4539 1.0 2330.4848 2.0 2330.5003 5.0 2330.5157 2.0 2330.5312 3.0 2330.5466 8.0 2330.5621 2.0 2330.5929 4.0 2330.6084 14.0 2330.6238 2.0 2330.6547 3.0 2330.6702 6.0 2330.6856 6.0 2330.701 3.0 2330.7165 4.0 2330.7319 2.0 2330.7474 3.0 2330.7628 5.0 2330.7783 7.0 2330.7937 6.0 2330.8246 3.0 2330.84 8.0 2330.8555 7.0 2330.8709 8.0 2330.8864 6.0 2330.9018 10.0 2330.9173 2.0 2330.9327 1.0 2330.9482 2.0 2330.9636 2.0 2330.979 1.0 2330.9945 2.0 2331.0099 5.0 2331.0254 6.0 2331.0408 3.0 2331.0563 1.0 2331.0717 2.0 2331.0872 3.0 2331.1026 2.0 2331.1181 6.0 2331.1335 8.0 2331.1489 2.0 2331.1644 4.0 2331.1798 7.0 2331.1953 6.0 2331.2107 5.0 2331.2262 4.0 2331.2416 1.0 2331.2725 2.0 2331.288 2.0 2331.3034 11.0 2331.3189 4.0 2331.3343 8.0 2331.3497 4.0 2331.3652 6.0 2331.3806 6.0 2331.3961 1.0 2331.4115 4.0 2331.427 1.0 2331.4424 2.0 2331.4579 6.0 2331.4733 11.0 2331.4888 3.0 2331.5042 3.0 2331.5197 3.0 2331.5351 6.0 2331.5505 9.0 2331.566 3.0 2331.5814 3.0 2331.5969 1.0 2331.6123 1.0 2331.6278 2.0 2331.6432 2.0 2331.6587 2.0 2331.6741 5.0 2331.6896 9.0 2331.705 7.0 2331.7205 8.0 2331.7359 5.0 2331.7514 4.0 2331.7668 3.0 2331.7823 2.0 2331.7977 6.0 2331.8132 10.0 2331.8286 5.0 2331.8595 6.0 2331.8749 5.0 2331.8904 9.0 2331.9058 9.0 2331.9213 4.0 2331.9367 1.0 2331.9522 4.0 2331.9676 6.0 2331.9831 4.0 2331.9985 4.0 2332.014 3.0 2332.0294 1.0 2332.0449 1.0 2332.0603 3.0 2332.0758 5.0 2332.0912 11.0 2332.1067 6.0 2332.1221 4.0 2332.1376 8.0 2332.153 5.0 2332.1685 3.0 2332.1839 3.0 2332.1994 1.0 2332.2148 8.0 2332.2303 7.0 2332.2457 3.0 2332.2612 2.0 2332.2766 3.0 2332.2921 5.0 2332.3075 4.0 2332.3384 1.0 2332.3539 1.0 2332.3848 1.0 2332.4002 2.0 2332.4157 6.0 2332.4311 8.0 2332.4466 2.0 2332.462 2.0 2332.4775 3.0 2332.4929 1.0 2332.5084 3.0 2332.5238 1.0 2332.5393 4.0 2332.5547 3.0 2332.5702 3.0 2332.5856 2.0 2332.6165 2.0 2332.632 8.0 2332.6474 2.0 2332.6629 4.0 2332.6783 1.0 2332.6938 2.0 2332.7092 7.0 2332.7247 6.0 2332.7401 2.0 2332.7556 3.0 2332.771 5.0 2332.7865 1.0 2332.8019 2.0 2332.8174 2.0 2332.8328 2.0 2332.8483 5.0 2332.8637 1.0 2332.8792 5.0 2332.8946 4.0 2332.9101 1.0 2332.9255 2.0 2332.941 3.0 2332.9564 1.0 2332.9719 2.0 2332.9873 1.0 2333.0182 4.0 2333.0337 1.0 2333.0491 2.0 2333.0646 4.0 2333.08 1.0 2333.0955 2.0 2333.111 4.0 2333.1419 1.0 2333.1573 4.0 2333.1882 1.0 2333.2037 3.0 2333.2191 3.0 2333.2346 1.0 2333.25 2.0 2333.2655 1.0 2333.3118 1.0 2333.3273 2.0 2333.3427 2.0 2333.3582 1.0 2333.3736 3.0 2333.3891 4.0 2333.42 3.0 2333.4355 1.0 2333.4509 1.0 2333.4664 1.0 2333.4818 9.0 2333.4973 11.0 2333.5127 6.0 2333.5282 7.0 2333.5436 4.0 2333.5591 3.0 2333.5745 2.0 2333.59 12.0 2333.6054 6.0 2333.6209 5.0 2333.6364 9.0 2333.6518 3.0 2333.6673 2.0 2333.6827 1.0 2333.6982 2.0 2333.7136 1.0 2333.7291 2.0 2333.7445 6.0 2333.76 11.0 2333.7754 10.0 2333.7909 2.0 2333.8064 1.0 2333.8218 2.0 2333.8373 4.0 2333.8527 7.0 2333.8682 2.0 2333.8836 6.0 2333.8991 2.0 2333.9145 6.0 2333.93 5.0 2333.9454 2.0 2333.9609 10.0 2333.9764 2.0 2333.9918 4.0 2334.0073 7.0 2334.0227 4.0 2334.0382 3.0 2334.0536 3.0 2334.0691 3.0 2334.0845 2.0 2334.1 2.0 2334.1155 7.0 2334.1309 3.0 2334.1464 3.0 2334.1618 6.0 2334.1773 9.0 2334.1927 1.0 2334.2082 4.0 2334.2236 9.0 2334.2391 6.0 2334.2546 4.0 2334.27 3.0 2334.2855 2.0 2334.3009 3.0 2334.3164 5.0 2334.3318 3.0 2334.3473 4.0 2334.3627 2.0 2334.3782 1.0 2334.3937 1.0 2334.4091 2.0 2334.44 3.0 2334.4555 1.0 2334.4709 3.0 2334.4864 4.0 2334.5019 2.0 2334.5173 2.0 2334.5328 4.0 2334.5482 4.0 2334.5637 4.0 2334.5791 4.0 2334.5946 2.0 2334.6101 1.0 2334.6255 3.0 2334.641 6.0 2334.6564 3.0 2334.6719 5.0 2334.6873 4.0 2334.7028 3.0 2334.7183 1.0 2334.7337 3.0 2334.7492 6.0 2334.7646 4.0 2334.7801 6.0 2334.7955 4.0 2334.811 3.0 2334.8265 1.0 2334.8419 1.0 2334.8574 4.0 2334.8728 2.0 2334.8883 3.0 2334.9038 1.0 2334.9192 4.0 2334.9347 1.0 2334.9501 4.0 2334.9656 6.0 2334.981 8.0 2334.9965 1.0 2335.012 2.0 2335.0274 4.0 2335.0429 3.0 2335.0738 1.0 2335.0893 1.0 2335.1202 3.0 2335.1356 1.0 2335.1511 2.0 2335.1665 3.0 2335.182 5.0 2335.1975 3.0 2335.2129 2.0 2335.2284 2.0 2335.2438 2.0 2335.2593 6.0 2335.2748 7.0 2335.2902 8.0 2335.3057 3.0 2335.3211 1.0 2335.3366 2.0 2335.3521 3.0 2335.3675 1.0 2335.383 5.0 2335.3984 1.0 2335.4139 5.0 2335.4294 3.0 2335.4448 8.0 2335.4603 5.0 2335.4757 6.0 2335.4912 2.0 2335.5067 5.0 2335.5221 9.0 2335.5376 2.0 2335.553 1.0 2335.584 3.0 2335.5994 7.0 2335.6149 8.0 2335.6303 5.0 2335.6458 2.0 2335.6613 4.0 2335.6767 5.0 2335.6922 5.0 2335.7076 11.0 2335.7231 6.0 2335.7386 3.0 2335.7849 4.0 2335.8004 2.0 2335.8159 8.0 2335.8313 3.0 2335.8468 8.0 2335.8623 2.0 2335.8777 1.0 2335.8932 2.0 2335.9086 3.0 2335.9241 6.0 2335.9396 1.0 2335.955 2.0 2335.9705 6.0 2335.9859 6.0 2336.0014 1.0 2336.0169 6.0 2336.0323 4.0 2336.0478 2.0 2336.0633 3.0 2336.0787 3.0 2336.1096 2.0 2336.1251 4.0 2336.1406 1.0 2336.156 3.0 2336.1715 3.0 2336.187 4.0 2336.2024 2.0 2336.2179 5.0 2336.2333 1.0 2336.2488 3.0 2336.2643 1.0 2336.2797 2.0 2336.2952 4.0 2336.3107 2.0 2336.3261 3.0 2336.3416 4.0 2336.357 1.0 2336.3725 2.0 2336.388 5.0 2336.4034 9.0 2336.4189 8.0 2336.4344 1.0 2336.4498 4.0 2336.4653 6.0 2336.4807 2.0 2336.4962 1.0 2336.5117 1.0 2336.5271 4.0 2336.5426 2.0 2336.5581 7.0 2336.589 8.0 2336.6045 4.0 2336.6199 4.0 2336.6354 2.0 2336.6508 2.0 2336.6663 1.0 2336.6818 6.0 2336.6972 6.0 2336.7127 6.0 2336.7282 5.0 2336.7436 9.0 2336.7591 6.0 2336.79 1.0 2336.8055 1.0 2336.8364 3.0 2336.8519 1.0 2336.8828 2.0 2336.8983 6.0 2336.9137 10.0 2336.9292 9.0 2336.9447 6.0 2336.9601 5.0 2336.9756 11.0 2336.9911 11.0 2337.0375 6.0 2337.0529 1.0 2337.0684 6.0 2337.0993 1.0 2337.1303 3.0 2337.1457 3.0 2337.1612 4.0 2337.1921 3.0 2337.2076 1.0 2337.2231 3.0 2337.2385 7.0 2337.254 2.0 2337.2694 8.0 2337.2849 6.0 2337.3004 4.0 2337.3158 6.0 2337.3313 2.0 2337.3468 5.0 2337.3622 2.0 2337.3777 2.0 2337.3932 3.0 2337.4086 3.0 2337.4241 2.0 2337.4396 3.0 2337.455 3.0 2337.4705 1.0 2337.486 6.0 2337.5014 4.0 2337.5169 5.0 2337.5324 2.0 2337.5478 12.0 2337.5633 4.0 2337.5788 1.0 2337.6097 5.0 2337.6252 4.0 2337.6406 3.0 2337.6561 1.0 2337.6716 3.0 2337.6871 3.0 2337.7025 4.0 2337.718 5.0 2337.7335 6.0 2337.7489 1.0 2337.7644 4.0 2337.7799 2.0 2337.7953 11.0 2337.8108 10.0 2337.8263 5.0 2337.8417 7.0 2337.8572 1.0 2337.8727 3.0 2337.8881 2.0 2337.9036 3.0 2337.9345 1.0 2337.95 1.0 2337.9655 2.0 2337.9809 2.0 2337.9964 1.0 2338.0273 2.0 2338.0428 3.0 2338.0583 5.0 2338.0738 5.0 2338.0892 4.0 2338.1047 3.0 2338.1356 3.0 2338.1511 7.0 2338.1666 7.0 2338.182 10.0 2338.1975 6.0 2338.213 4.0 2338.2284 7.0 2338.2439 2.0 2338.2594 3.0 2338.2903 3.0 2338.3058 2.0 2338.3213 8.0 2338.3367 3.0 2338.3522 5.0 2338.3677 1.0 2338.3831 2.0 2338.3986 5.0 2338.4141 1.0 2338.445 2.0 2338.4605 1.0 2338.476 3.0 2338.4914 1.0 2338.5069 6.0 2338.5224 2.0 2338.5378 5.0 2338.5533 2.0 2338.5688 3.0 2338.5842 7.0 2338.5997 2.0 2338.6152 3.0 2338.6307 3.0 2338.6461 3.0 2338.6616 2.0 2338.6771 9.0 2338.6925 2.0 2338.708 1.0 2338.7235 7.0 2338.739 3.0 2338.7544 7.0 2338.7699 7.0 2338.7854 1.0 2338.8008 3.0 2338.8163 4.0 2338.8318 1.0 2338.8473 2.0 2338.8627 4.0 2338.8782 6.0 2338.9246 7.0 2338.9401 4.0 2338.9556 7.0 2338.971 8.0 2338.9865 4.0 2339.002 1.0 2339.0174 3.0 2339.0329 6.0 2339.0484 2.0 2339.0639 4.0 2339.0793 3.0 2339.0948 4.0 2339.1103 2.0 2339.1257 1.0 2339.1412 2.0 2339.1567 5.0 2339.1722 4.0 2339.1876 2.0 2339.2031 3.0 2339.2186 9.0 2339.2341 7.0 2339.2495 2.0 2339.265 3.0 2339.2805 3.0 2339.2959 3.0 2339.3114 1.0 2339.3269 2.0 2339.3578 2.0 2339.3733 3.0 2339.3888 3.0 2339.4043 3.0 2339.4197 1.0 2339.4352 2.0 2339.4507 3.0 2339.4661 8.0 2339.4816 2.0 2339.4971 4.0 2339.5126 1.0 2339.528 4.0 2339.5435 4.0 2339.559 3.0 2339.5745 2.0 2339.5899 10.0 2339.6054 2.0 2339.6209 1.0 2339.6828 1.0 2339.7137 4.0 2339.7292 3.0 2339.7447 3.0 2339.7602 3.0 2339.7756 4.0 2339.7911 1.0 2339.822 3.0 2339.8685 2.0 2339.8839 3.0 2339.8994 4.0 2339.9149 3.0 2339.9304 5.0 2339.9458 2.0 2339.9613 2.0 2339.9768 2.0 2339.9923 17.0 2340.0077 15.0 2340.0232 7.0 2340.0387 3.0 2340.0696 9.0 2340.0851 3.0 2340.1006 3.0 2340.1161 1.0 2340.1315 4.0 2340.147 1.0 2340.1625 6.0 2340.178 1.0 2340.1935 4.0 2340.2089 2.0 2340.2244 1.0 2340.2399 3.0 2340.2554 1.0 2340.2708 5.0 2340.2863 2.0 2340.3018 2.0 2340.3327 5.0 2340.3482 1.0 2340.3637 2.0 2340.3946 7.0 2340.4101 2.0 2340.4256 2.0 2340.4565 3.0 2340.472 9.0 2340.4875 7.0 2340.503 4.0 2340.5185 4.0 2340.5494 1.0 2340.5649 2.0 2340.5804 2.0 2340.5958 4.0 2340.6113 5.0 2340.6268 5.0 2340.6423 3.0 2340.6732 3.0 2340.6887 3.0 2340.7042 2.0 2340.7197 3.0 2340.7351 2.0 2340.7506 1.0 2340.7661 6.0 2340.7816 8.0 2340.797 7.0 2340.8125 3.0 2340.828 1.0 2340.859 1.0 2340.8899 4.0 2340.9054 5.0 2340.9209 3.0 2340.9364 2.0 2340.9518 3.0 2340.9673 1.0 2340.9828 1.0 2340.9983 1.0 2341.0137 3.0 2341.0292 11.0 2341.0447 3.0 2341.0602 5.0 2341.0757 4.0 2341.0911 4.0 2341.1066 4.0 2341.1221 1.0 2341.1531 2.0 2341.1685 4.0 2341.184 5.0 2341.1995 2.0 2341.215 4.0 2341.2304 1.0 2341.2459 2.0 2341.2614 1.0 2341.2924 2.0 2341.3078 3.0 2341.3233 5.0 2341.3388 4.0 2341.3543 10.0 2341.3698 10.0 2341.3852 9.0 2341.4007 6.0 2341.4162 3.0 2341.4317 5.0 2341.4472 1.0 2341.4626 2.0 2341.4781 7.0 2341.4936 2.0 2341.5091 6.0 2341.5246 4.0 2341.54 8.0 2341.5555 4.0 2341.571 3.0 2341.5865 2.0 2341.602 3.0 2341.6174 7.0 2341.6329 1.0 2341.6484 3.0 2341.6639 4.0 2341.6794 9.0 2341.7103 3.0 2341.7258 2.0 2341.7413 4.0 2341.7568 6.0 2341.7723 15.0 2341.7877 7.0 2341.8032 1.0 2341.8187 5.0 2341.8342 2.0 2341.8497 4.0 2341.8651 3.0 2341.8806 12.0 2341.8961 8.0 2341.9116 5.0 2341.9425 7.0 2341.958 5.0 2341.9735 14.0 2341.989 3.0 2342.0045 3.0 2342.02 4.0 2342.0354 2.0 2342.0509 4.0 2342.0664 3.0 2342.0819 5.0 2342.0974 2.0 2342.1128 5.0 2342.1283 3.0 2342.1438 4.0 2342.1593 5.0 2342.1903 3.0 2342.2057 4.0 2342.2212 1.0 2342.2367 3.0 2342.2522 3.0 2342.2677 3.0 2342.2832 1.0 2342.2986 2.0 2342.3141 1.0 2342.3296 2.0 2342.3451 1.0 2342.3606 2.0 2342.3761 4.0 2342.3915 4.0 2342.407 2.0 2342.438 1.0 2342.4535 2.0 2342.469 4.0 2342.4844 7.0 2342.4999 10.0 2342.5154 5.0 2342.5309 6.0 2342.5464 5.0 2342.5619 10.0 2342.5773 8.0 2342.5928 5.0 2342.6238 6.0 2342.6393 1.0 2342.6548 7.0 2342.6702 5.0 2342.6857 1.0 2342.7012 3.0 2342.7167 4.0 2342.7322 7.0 2342.7477 8.0 2342.7631 5.0 2342.7786 4.0 2342.7941 3.0 2342.8251 3.0 2342.8406 8.0 2342.8561 4.0 2342.8715 2.0 2342.887 2.0 2342.9025 2.0 2342.918 2.0 2342.9335 3.0 2342.949 1.0 2342.9644 1.0 2342.9799 3.0 2342.9954 3.0 2343.0109 2.0 2343.0264 3.0 2343.0419 7.0 2343.0574 5.0 2343.0728 4.0 2343.0883 5.0 2343.1193 1.0 2343.1348 3.0 2343.1503 3.0 2343.1658 1.0 2343.1967 3.0 2343.2122 6.0 2343.2277 2.0 2343.2432 7.0 2343.2587 1.0 2343.2742 4.0 2343.2896 4.0 2343.3051 5.0 2343.3206 5.0 2343.3361 8.0 2343.3516 9.0 2343.3671 6.0 2343.3826 6.0 2343.398 5.0 2343.4135 10.0 2343.429 4.0 2343.4445 8.0 2343.46 7.0 2343.4755 13.0 2343.491 7.0 2343.5065 3.0 2343.5219 1.0 2343.5374 5.0 2343.5529 7.0 2343.5684 1.0 2343.5994 2.0 2343.6149 2.0 2343.6458 4.0 2343.6613 5.0 2343.6768 4.0 2343.6923 1.0 2343.7078 1.0 2343.7233 1.0 2343.7388 5.0 2343.7543 2.0 2343.7697 3.0 2343.7852 2.0 2343.8007 1.0 2343.8162 1.0 2343.8317 5.0 2343.8472 4.0 2343.8627 4.0 2343.8782 4.0 2343.8936 1.0 2343.9091 3.0 2343.9401 6.0 2343.9556 9.0 2343.9711 2.0 2343.9866 6.0 2344.0021 3.0 2344.0175 2.0 2344.033 1.0 2344.0485 7.0 2344.064 2.0 2344.0795 4.0 2344.095 4.0 2344.1415 3.0 2344.1569 3.0 2344.1724 2.0 2344.1879 1.0 2344.2034 2.0 2344.2189 1.0 2344.2344 5.0 2344.2499 3.0 2344.2654 2.0 2344.2809 4.0 2344.2964 3.0 2344.3118 6.0 2344.3273 3.0 2344.3428 7.0 2344.3583 15.0 2344.3738 3.0 2344.3893 4.0 2344.4048 4.0 2344.4203 8.0 2344.4358 2.0 2344.4512 1.0 2344.4667 2.0 2344.4822 2.0 2344.4977 3.0 2344.5132 9.0 2344.5287 2.0 2344.5597 2.0 2344.5752 6.0 2344.5907 2.0 2344.6062 4.0 2344.6216 2.0 2344.6526 7.0 2344.6681 6.0 2344.6836 1.0 2344.6991 3.0 2344.7146 4.0 2344.7301 3.0 2344.7456 1.0 2344.7611 3.0 2344.7765 5.0 2344.792 3.0 2344.8075 4.0 2344.823 5.0 2344.8385 6.0 2344.854 4.0 2344.8695 4.0 2344.885 3.0 2344.9005 3.0 2344.916 1.0 2344.9315 1.0 2344.947 1.0 2344.9624 6.0 2344.9779 5.0 2344.9934 4.0 2345.0244 3.0 2345.0399 2.0 2345.0554 3.0 2345.0709 2.0 2345.0864 3.0 2345.1174 2.0 2345.1329 8.0 2345.1484 2.0 2345.1638 4.0 2345.1793 5.0 2345.1948 3.0 2345.2103 2.0 2345.2413 7.0 2345.2568 7.0 2345.2723 2.0 2345.2878 1.0 2345.3033 5.0 2345.3188 4.0 2345.3343 4.0 2345.3498 5.0 2345.3652 6.0 2345.3807 2.0 2345.3962 4.0 2345.4117 1.0 2345.4272 2.0 2345.4427 1.0 2345.4737 5.0 2345.4892 5.0 2345.5047 1.0 2345.5202 1.0 2345.5357 4.0 2345.5512 6.0 2345.5667 5.0 2345.5822 1.0 2345.5976 2.0 2345.6131 2.0 2345.6286 3.0 2345.6441 2.0 2345.6596 5.0 2345.6751 3.0 2345.6906 5.0 2345.7061 5.0 2345.7216 12.0 2345.7371 7.0 2345.7526 1.0 2345.7681 8.0 2345.7836 6.0 2345.7991 6.0 2345.8146 2.0 2345.8301 2.0 2345.8456 3.0 2345.8611 4.0 2345.8765 1.0 2345.9075 2.0 2345.9385 5.0 2345.954 4.0 2345.9695 6.0 2345.985 3.0 2346.0005 7.0 2346.016 3.0 2346.0315 6.0 2346.047 2.0 2346.0625 2.0 2346.078 3.0 2346.0935 3.0 2346.109 1.0 2346.1245 1.0 2346.14 10.0 2346.1555 9.0 2346.171 5.0 2346.1865 2.0 2346.2019 1.0 2346.2329 7.0 2346.2484 1.0 2346.2639 2.0 2346.2794 3.0 2346.2949 1.0 2346.3104 4.0 2346.3259 4.0 2346.3414 13.0 2346.3569 5.0 2346.3724 6.0 2346.3879 5.0 2346.4034 3.0 2346.4344 1.0 2346.4499 1.0 2346.4654 2.0 2346.4809 5.0 2346.4964 3.0 2346.5119 7.0 2346.5274 3.0 2346.5429 4.0 2346.5584 8.0 2346.5739 7.0 2346.5894 1.0 2346.6049 3.0 2346.6204 7.0 2346.6359 2.0 2346.6513 6.0 2346.6668 3.0 2346.6823 5.0 2346.6978 1.0 2346.7133 3.0 2346.7288 5.0 2346.7598 2.0 2346.7753 4.0 2346.7908 1.0 2346.8218 2.0 2346.8373 4.0 2346.8528 3.0 2346.8683 2.0 2346.8838 2.0 2346.8993 3.0 2346.9303 3.0 2346.9458 1.0 2346.9613 3.0 2346.9923 1.0 2347.0078 3.0 2347.0388 1.0 2347.0543 2.0 2347.0698 4.0 2347.1008 4.0 2347.1163 2.0 2347.1318 6.0 2347.1473 7.0 2347.1628 2.0 2347.1783 1.0 2347.1938 5.0 2347.2093 4.0 2347.2248 4.0 2347.2403 6.0 2347.2558 3.0 2347.2713 3.0 2347.2868 1.0 2347.3023 1.0 2347.3178 8.0 2347.3333 8.0 2347.3488 5.0 2347.3643 5.0 2347.3798 7.0 2347.3953 1.0 2347.4108 6.0 2347.4263 4.0 2347.4418 3.0 2347.4573 4.0 2347.4728 4.0 2347.4883 3.0 2347.5038 9.0 2347.5193 5.0 2347.5348 2.0 2347.5503 3.0 2347.5658 4.0 2347.5813 2.0 2347.5968 1.0 2347.6123 6.0 2347.6278 3.0 2347.6588 2.0 2347.6743 1.0 2347.6898 2.0 2347.7053 2.0 2347.7208 2.0 2347.7363 6.0 2347.7518 4.0 2347.7673 2.0 2347.7828 2.0 2347.7983 7.0 2347.8138 1.0 2347.8293 2.0 2347.8448 4.0 2347.8603 5.0 2347.8758 2.0 2347.8913 12.0 2347.9068 4.0 2347.9223 4.0 2347.9378 15.0 2347.9533 6.0 2347.9688 1.0 2347.9843 7.0 2347.9998 2.0 2348.0153 2.0 2348.0308 2.0 2348.0463 4.0 2348.0618 1.0 2348.0773 2.0 2348.0928 1.0 2348.1238 3.0 2348.1393 1.0 2348.1548 5.0 2348.1703 5.0 2348.1858 2.0 2348.2013 1.0 2348.2168 7.0 2348.2323 4.0 2348.2478 1.0 2348.2633 3.0 2348.2944 4.0 2348.3099 3.0 2348.3254 4.0 2348.3409 3.0 2348.3564 2.0 2348.3719 1.0 2348.3874 2.0 2348.4029 2.0 2348.4184 2.0 2348.4494 4.0 2348.4649 2.0 2348.4959 3.0 2348.5114 11.0 2348.5269 12.0 2348.5424 4.0 2348.5579 1.0 2348.5734 6.0 2348.5889 3.0 2348.6044 2.0 2348.6199 3.0 2348.6354 2.0 2348.6509 1.0 2348.6664 1.0 2348.6819 3.0 2348.6974 8.0 2348.7129 2.0 2348.7285 4.0 2348.744 4.0 2348.7595 7.0 2348.775 13.0 2348.7905 2.0 2348.806 9.0 2348.8215 14.0 2348.837 4.0 2348.8525 1.0 2348.868 6.0 2348.8835 6.0 2348.9145 5.0 2348.93 5.0 2348.9455 5.0 2348.961 8.0 2348.9765 3.0 2349.0075 1.0 2349.023 4.0 2349.0385 4.0 2349.0541 1.0 2349.0696 3.0 2349.0851 1.0 2349.1006 3.0 2349.1316 4.0 2349.1471 4.0 2349.1626 3.0 2349.1781 2.0 2349.1936 1.0 2349.2091 2.0 2349.2246 2.0 2349.2401 1.0 2349.2556 1.0 2349.2711 3.0 2349.2866 1.0 2349.3177 1.0 2349.3332 1.0 2349.3487 2.0 2349.3642 4.0 2349.3797 2.0 2349.3952 2.0 2349.4107 3.0 2349.4262 9.0 2349.4417 4.0 2349.4572 3.0 2349.4727 2.0 2349.4882 2.0 2349.5037 5.0 2349.5347 2.0 2349.5503 1.0 2349.5658 3.0 2349.5813 3.0 2349.5968 6.0 2349.6123 3.0 2349.6278 3.0 2349.6433 2.0 2349.6588 4.0 2349.6743 5.0 2349.6898 1.0 2349.7053 5.0 2349.7208 3.0 2349.7363 1.0 2349.7518 6.0 2349.7674 2.0 2349.7829 11.0 2349.7984 8.0 2349.8139 10.0 2349.8294 1.0 2349.8449 7.0 2349.8604 5.0 2349.8759 5.0 2349.8914 2.0 2349.9069 1.0 2349.9224 14.0 2349.9379 13.0 2349.9534 2.0 2349.969 4.0 2349.9845 4.0 2350.0155 3.0 2350.031 5.0 2350.0465 2.0 2350.062 3.0 2350.0775 5.0 2350.093 2.0 2350.1085 2.0 2350.124 1.0 2350.1396 2.0 2350.1551 2.0 2350.1706 5.0 2350.1861 3.0 2350.2016 5.0 2350.2171 8.0 2350.2326 2.0 2350.2481 5.0 2350.2636 3.0 2350.2791 5.0 2350.2946 3.0 2350.3102 4.0 2350.3257 4.0 2350.3412 1.0 2350.3722 1.0 2350.4032 1.0 2350.4342 4.0 2350.4497 8.0 2350.4653 2.0 2350.4963 1.0 2350.5118 1.0 2350.5273 3.0 2350.5428 4.0 2350.5583 2.0 2350.5738 2.0 2350.6048 4.0 2350.6359 5.0 2350.6514 6.0 2350.6824 1.0 2350.6979 2.0 2350.7134 1.0 2350.7289 3.0 2350.7444 9.0 2350.76 6.0 2350.7755 6.0 2350.791 3.0 2350.8065 3.0 2350.822 6.0 2350.8375 9.0 2350.853 5.0 2350.8685 2.0 2350.884 7.0 2350.8996 7.0 2350.9151 1.0 2350.9306 5.0 2350.9461 1.0 2350.9616 3.0 2350.9771 2.0 2350.9926 6.0 2351.0081 2.0 2351.0236 2.0 2351.0392 5.0 2351.0547 8.0 2351.0702 7.0 2351.0857 3.0 2351.1012 7.0 2351.1167 2.0 2351.1322 2.0 2351.1477 3.0 2351.1633 1.0 2351.1788 4.0 2351.1943 6.0 2351.2098 2.0 2351.2253 3.0 2351.2408 5.0 2351.2718 1.0 2351.2874 2.0 2351.3029 5.0 2351.3184 1.0 2351.3339 4.0 2351.3494 6.0 2351.3649 3.0 2351.3804 1.0 2351.3959 5.0 2351.427 4.0 2351.4425 3.0 2351.458 3.0 2351.4735 2.0 2351.489 3.0 2351.5045 5.0 2351.5201 2.0 2351.5356 3.0 2351.5511 1.0 2351.5666 1.0 2351.5821 11.0 2351.5976 8.0 2351.6131 1.0 2351.6286 1.0 2351.6442 7.0 2351.6597 9.0 2351.6752 7.0 2351.6907 6.0 2351.7062 5.0 2351.7217 1.0 2351.7372 2.0 2351.7528 1.0 2351.7683 5.0 2351.7838 2.0 2351.7993 4.0 2351.8148 4.0 2351.8303 2.0 2351.8458 4.0 2351.8769 5.0 2351.8924 5.0 2351.9079 3.0 2351.9234 3.0 2351.9389 1.0 2351.9545 1.0 2351.97 2.0 2351.9855 4.0 2352.001 2.0 2352.032 4.0 2352.0475 3.0 2352.0631 2.0 2352.0786 4.0 2352.0941 3.0 2352.1096 2.0 2352.1251 2.0 2352.1406 4.0 2352.1562 7.0 2352.1717 6.0 2352.1872 1.0 2352.2027 3.0 2352.2337 4.0 2352.2492 14.0 2352.2648 5.0 2352.2803 4.0 2352.2958 1.0 2352.3113 4.0 2352.3268 2.0 2352.3423 2.0 2352.3579 6.0 2352.3734 6.0 2352.3889 8.0 2352.4044 2.0 2352.4199 2.0 2352.4354 7.0 2352.451 5.0 2352.4665 1.0 2352.482 4.0 2352.4975 3.0 2352.513 2.0 2352.5285 4.0 2352.5441 2.0 2352.5596 2.0 2352.5751 6.0 2352.5906 3.0 2352.6061 3.0 2352.6216 5.0 2352.6372 3.0 2352.6527 3.0 2352.6682 5.0 2352.6837 8.0 2352.6992 7.0 2352.7147 4.0 2352.7303 2.0 2352.7613 1.0 2352.7768 3.0 2352.7923 1.0 2352.8079 4.0 2352.8234 1.0 2352.8389 7.0 2352.8544 4.0 2352.8699 1.0 2352.8854 5.0 2352.901 7.0 2352.9165 5.0 2352.932 4.0 2352.9475 2.0 2352.963 1.0 2352.9786 1.0 2352.9941 3.0 2353.0096 5.0 2353.0251 2.0 2353.0406 3.0 2353.0561 2.0 2353.0717 1.0 2353.0872 3.0 2353.1027 1.0 2353.1182 2.0 2353.1337 4.0 2353.1493 3.0 2353.1648 2.0 2353.1803 1.0 2353.1958 3.0 2353.2113 2.0 2353.2269 1.0 2353.2424 1.0 2353.2579 3.0 2353.2734 5.0 2353.2889 5.0 2353.3045 3.0 2353.3355 4.0 2353.351 2.0 2353.3665 6.0 2353.382 3.0 2353.3976 5.0 2353.4286 1.0 2353.4441 1.0 2353.4596 6.0 2353.4752 4.0 2353.4907 7.0 2353.5217 5.0 2353.5372 4.0 2353.5528 3.0 2353.5683 4.0 2353.5838 1.0 2353.6149 1.0 2353.6304 2.0 2353.6459 4.0 2353.6614 1.0 2353.6769 4.0 2353.6925 1.0 2353.708 14.0 2353.7235 3.0 2353.739 1.0 2353.7701 1.0 2353.7856 1.0 2353.8011 7.0 2353.8166 4.0 2353.8321 2.0 2353.8477 1.0 2353.8632 1.0 2353.8787 2.0 2353.8942 2.0 2353.9098 2.0 2353.9253 8.0 2353.9408 4.0 2353.9563 11.0 2353.9718 4.0 2353.9874 1.0 2354.0029 3.0 2354.0184 4.0 2354.0339 7.0 2354.0494 1.0 2354.065 1.0 2354.0805 2.0 2354.096 2.0 2354.1115 2.0 2354.1426 1.0 2354.1581 2.0 2354.1736 2.0 2354.1891 1.0 2354.2047 4.0 2354.2202 3.0 2354.2512 3.0 2354.2668 1.0 2354.2823 1.0 2354.3133 1.0 2354.3288 9.0 2354.3444 2.0 2354.3599 5.0 2354.3754 7.0 2354.3909 14.0 2354.4065 7.0 2354.422 3.0 2354.4375 3.0 2354.453 1.0 2354.4841 2.0 2354.4996 3.0 2354.5151 2.0 2354.5307 1.0 2354.5462 2.0 2354.5617 4.0 2354.5772 3.0 2354.5927 3.0 2354.6083 1.0 2354.6238 4.0 2354.6393 1.0 2354.6548 9.0 2354.6704 8.0 2354.6859 2.0 2354.7014 6.0 2354.7169 6.0 2354.7325 4.0 2354.7635 2.0 2354.779 2.0 2354.7946 11.0 2354.8101 9.0 2354.8256 4.0 2354.8411 4.0 2354.8567 4.0 2354.8722 4.0 2354.8877 7.0 2354.9032 2.0 2354.9188 4.0 2354.9343 3.0 2354.9498 1.0 2354.9653 2.0 2354.9809 2.0 2354.9964 10.0 2355.0119 11.0 2355.0274 12.0 2355.043 4.0 2355.074 2.0 2355.0895 2.0 2355.1051 1.0 2355.1206 4.0 2355.1361 12.0 2355.1516 11.0 2355.1672 7.0 2355.1827 2.0 2355.1982 1.0 2355.2137 4.0 2355.2603 5.0 2355.2758 1.0 2355.2914 1.0 2355.3069 4.0 2355.3224 1.0 2355.3379 2.0 2355.3535 4.0 2355.369 3.0 2355.3845 1.0 2355.4001 1.0 2355.4156 2.0 2355.4311 7.0 2355.4466 12.0 2355.4622 8.0 2355.4777 3.0 2355.4932 1.0 2355.5087 2.0 2355.5243 4.0 2355.5398 4.0 2355.5553 4.0 2355.5708 3.0 2355.5864 3.0 2355.6174 4.0 2355.6485 2.0 2355.664 2.0 2355.6795 5.0 2355.6951 2.0 2355.7106 2.0 2355.7416 3.0 2355.7572 2.0 2355.7727 3.0 2355.7882 3.0 2355.8038 1.0 2355.8193 6.0 2355.8348 3.0 2355.8503 1.0 2355.8659 5.0 2355.8814 9.0 2355.8969 5.0 2355.9125 5.0 2355.928 4.0 2355.9435 5.0 2355.959 4.0 2355.9746 2.0 2355.9901 2.0 2356.0056 2.0 2356.0212 1.0 2356.0367 2.0 2356.0522 4.0 2356.0677 1.0 2356.0833 1.0 2356.0988 1.0 2356.1143 1.0 2356.1299 2.0 2356.1454 2.0 2356.1609 5.0 2356.1764 2.0 2356.192 4.0 2356.2075 4.0 2356.223 4.0 2356.2386 2.0 2356.2541 3.0 2356.2851 1.0 2356.3007 3.0 2356.3162 3.0 2356.3473 4.0 2356.3628 2.0 2356.3783 4.0 2356.3938 1.0 2356.4094 5.0 2356.4249 3.0 2356.4404 2.0 2356.456 3.0 2356.4715 3.0 2356.487 13.0 2356.5026 10.0 2356.5181 4.0 2356.5336 7.0 2356.5491 2.0 2356.5647 4.0 2356.5802 3.0 2356.5957 4.0 2356.6113 5.0 2356.6268 5.0 2356.6423 5.0 2356.6579 4.0 2356.6734 3.0 2356.6889 3.0 2356.7045 5.0 2356.72 7.0 2356.7355 2.0 2356.751 3.0 2356.7666 6.0 2356.7821 2.0 2356.7976 4.0 2356.8132 5.0 2356.8287 3.0 2356.8442 2.0 2356.8598 3.0 2356.8753 1.0 2356.8908 2.0 2356.9064 4.0 2356.9219 4.0 2356.9374 2.0 2356.953 3.0 2356.9685 1.0 2356.984 4.0 2356.9995 9.0 2357.0151 6.0 2357.0306 3.0 2357.0461 4.0 2357.0617 5.0 2357.0772 3.0 2357.1083 4.0 2357.1238 4.0 2357.1393 3.0 2357.1704 1.0 2357.1859 1.0 2357.2015 2.0 2357.217 1.0 2357.2325 3.0 2357.2481 5.0 2357.2636 7.0 2357.2791 5.0 2357.2947 3.0 2357.3102 4.0 2357.3257 3.0 2357.3413 5.0 2357.3568 3.0 2357.3723 2.0 2357.3879 3.0 2357.4034 1.0 2357.4189 4.0 2357.4345 4.0 2357.45 3.0 2357.4655 1.0 2357.4811 2.0 2357.4966 1.0 2357.5121 2.0 2357.5277 5.0 2357.5432 5.0 2357.5743 1.0 2357.5898 5.0 2357.6053 7.0 2357.6209 10.0 2357.6364 4.0 2357.6519 3.0 2357.6675 4.0 2357.683 2.0 2357.6985 4.0 2357.7141 4.0 2357.7296 2.0 2357.7451 6.0 2357.7607 3.0 2357.7762 3.0 2357.7917 2.0 2357.8073 1.0 2357.8228 1.0 2357.8383 1.0 2357.8539 4.0 2357.8694 3.0 2357.916 3.0 2357.9315 1.0 2357.9471 5.0 2357.9626 2.0 2357.9782 1.0 2357.9937 7.0 2358.0092 9.0 2358.0248 6.0 2358.0403 2.0 2358.0558 2.0 2358.0869 1.0 2358.1024 2.0 2358.118 3.0 2358.1335 2.0 2358.149 2.0 2358.1646 4.0 2358.1956 7.0 2358.2112 2.0 2358.2267 1.0 2358.2423 3.0 2358.2578 3.0 2358.2733 4.0 2358.2889 6.0 2358.3044 2.0 2358.3199 1.0 2358.3355 2.0 2358.351 4.0 2358.3665 2.0 2358.3821 2.0 2358.3976 1.0 2358.4132 5.0 2358.4287 2.0 2358.4442 6.0 2358.4598 10.0 2358.4753 3.0 2358.4908 2.0 2358.5064 4.0 2358.5219 3.0 2358.5374 1.0 2358.553 4.0 2358.5685 5.0 2358.5841 6.0 2358.5996 4.0 2358.6151 3.0 2358.6307 1.0 2358.6462 2.0 2358.6617 1.0 2358.6773 4.0 2358.6928 1.0 2358.7084 8.0 2358.7239 6.0 2358.7394 4.0 2358.755 7.0 2358.7705 2.0 2358.786 4.0 2358.8016 1.0 2358.8171 3.0 2358.8327 5.0 2358.8482 5.0 2358.8637 3.0 2358.8948 4.0 2358.9103 4.0 2358.9259 2.0 2358.9414 5.0 2358.957 7.0 2358.9725 3.0 2358.988 2.0 2359.0036 1.0 2359.0347 3.0 2359.0502 3.0 2359.0657 5.0 2359.0813 10.0 2359.0968 5.0 2359.1123 1.0 2359.1279 4.0 2359.1434 1.0 2359.159 2.0 2359.1745 1.0 2359.19 1.0 2359.2056 5.0 2359.2211 7.0 2359.2367 4.0 2359.2522 4.0 2359.2677 6.0 2359.2833 4.0 2359.2988 4.0 2359.3144 3.0 2359.3299 5.0 2359.3454 4.0 2359.361 4.0 2359.3765 3.0 2359.3921 3.0 2359.4076 2.0 2359.4231 3.0 2359.4387 5.0 2359.4542 1.0 2359.4698 2.0 2359.4853 3.0 2359.5008 4.0 2359.5164 4.0 2359.5319 3.0 2359.5941 4.0 2359.6096 3.0 2359.6252 2.0 2359.6407 1.0 2359.6562 4.0 2359.6718 1.0 2359.6873 3.0 2359.7029 1.0 2359.7184 2.0 2359.7339 6.0 2359.7495 5.0 2359.765 1.0 2359.7806 4.0 2359.7961 6.0 2359.8116 7.0 2359.8272 2.0 2359.8427 4.0 2359.8583 5.0 2359.8738 7.0 2359.8893 2.0 2359.9049 2.0 2359.9204 5.0 2359.936 3.0 2359.9515 4.0 2359.9671 4.0 2359.9826 5.0 2359.9981 3.0 2360.0137 6.0 2360.0292 8.0 2360.0448 6.0 2360.0603 2.0 2360.1069 2.0 2360.1225 3.0 2360.138 2.0 2360.1536 2.0 2360.1691 2.0 2360.2002 4.0 2360.2157 1.0 2360.2313 5.0 2360.2468 4.0 2360.2624 4.0 2360.2779 3.0 2360.2934 1.0 2360.309 3.0 2360.3245 4.0 2360.3401 1.0 2360.3556 2.0 2360.3712 2.0 2360.3867 3.0 2360.4022 3.0 2360.4178 7.0 2360.4333 4.0 2360.4489 2.0 2360.4644 3.0 2360.48 5.0 2360.4955 10.0 2360.511 2.0 2360.5421 2.0 2360.5577 1.0 2360.5732 10.0 2360.5888 4.0 2360.6043 3.0 2360.6199 4.0 2360.6354 3.0 2360.6665 1.0 2360.682 1.0 2360.6976 1.0 2360.7131 4.0 2360.7287 8.0 2360.7442 6.0 2360.7597 7.0 2360.7753 6.0 2360.7908 1.0 2360.8064 2.0 2360.8219 2.0 2360.8375 1.0 2360.853 2.0 2360.8686 3.0 2360.8841 1.0 2360.8996 4.0 2360.9152 2.0 2360.9307 4.0 2360.9463 3.0 2360.9618 3.0 2360.9774 3.0 2360.9929 2.0 2361.024 3.0 2361.0396 2.0 2361.0551 6.0 2361.0706 1.0 2361.0862 7.0 2361.1017 7.0 2361.1173 5.0 2361.1328 11.0 2361.1484 6.0 2361.1639 4.0 2361.1795 6.0 2361.195 1.0 2361.2106 4.0 2361.2261 3.0 2361.2416 1.0 2361.2727 2.0 2361.2883 1.0 2361.3038 9.0 2361.3194 7.0 2361.3349 8.0 2361.3505 5.0 2361.366 2.0 2361.3816 1.0 2361.4127 5.0 2361.4282 6.0 2361.4437 3.0 2361.4593 3.0 2361.4904 3.0 2361.5059 3.0 2361.5215 1.0 2361.5526 4.0 2361.5681 2.0 2361.5837 3.0 2361.5992 2.0 2361.6148 5.0 2361.6303 3.0 2361.6459 8.0 2361.6614 4.0 2361.6769 4.0 2361.6925 2.0 2361.708 7.0 2361.7236 1.0 2361.7391 1.0 2361.7547 10.0 2361.7702 7.0 2361.7858 1.0 2361.8013 3.0 2361.8169 2.0 2361.8324 2.0 2361.848 5.0 2361.8635 1.0 2361.8791 1.0 2361.8946 5.0 2361.9102 3.0 2361.9257 1.0 2361.9413 3.0 2361.9568 1.0 2361.9724 8.0 2361.9879 5.0 2362.0035 8.0 2362.019 4.0 2362.0346 1.0 2362.0501 3.0 2362.0812 4.0 2362.0967 2.0 2362.1123 3.0 2362.1278 3.0 2362.1434 2.0 2362.1589 4.0 2362.1745 7.0 2362.19 3.0 2362.2056 2.0 2362.2211 9.0 2362.2367 5.0 2362.2522 7.0 2362.2678 10.0 2362.2833 9.0 2362.2989 3.0 2362.3144 2.0 2362.33 2.0 2362.3455 1.0 2362.3611 9.0 2362.3766 1.0 2362.3922 1.0 2362.4077 1.0 2362.4233 4.0 2362.4388 1.0 2362.4544 1.0 2362.4699 3.0 2362.4855 2.0 2362.501 1.0 2362.5166 1.0 2362.5321 2.0 2362.5477 3.0 2362.5632 3.0 2362.5788 2.0 2362.5943 2.0 2362.6254 6.0 2362.641 1.0 2362.6565 3.0 2362.6721 1.0 2362.6876 2.0 2362.7187 2.0 2362.7343 1.0 2362.7498 5.0 2362.7654 7.0 2362.7809 3.0 2362.812 1.0 2362.8431 1.0 2362.8587 2.0 2362.8742 4.0 2362.8898 4.0 2362.9053 6.0 2362.9209 7.0 2362.9364 3.0 2362.952 1.0 2362.9676 2.0 2362.9831 12.0 2362.9987 6.0 2363.0142 4.0 2363.0298 4.0 2363.0453 1.0 2363.0609 5.0 2363.0764 2.0 2363.092 3.0 2363.1075 4.0 2363.1231 3.0 2363.1386 3.0 2363.1542 1.0 2363.1697 1.0 2363.2008 7.0 2363.2164 5.0 2363.2319 1.0 2363.263 3.0 2363.2786 2.0 2363.2941 5.0 2363.3097 4.0 2363.3253 1.0 2363.3408 2.0 2363.3564 3.0 2363.3719 6.0 2363.3875 10.0 2363.4186 3.0 2363.4341 2.0 2363.4497 3.0 2363.4652 2.0 2363.4808 3.0 2363.4963 1.0 2363.5274 1.0 2363.543 4.0 2363.5586 2.0 2363.5741 3.0 2363.5897 1.0 2363.6052 2.0 2363.6208 1.0 2363.6363 7.0 2363.6519 3.0 2363.6674 4.0 2363.683 2.0 2363.6985 1.0 2363.7141 6.0 2363.7296 7.0 2363.7608 3.0 2363.7763 1.0 2363.7919 2.0 2363.823 7.0 2363.8385 9.0 2363.8541 20.0 2363.8696 7.0 2363.8852 7.0 2363.9007 1.0 2363.9163 6.0 2363.9319 1.0 2363.9474 4.0 2363.9785 2.0 2364.0096 5.0 2364.0252 6.0 2364.0407 3.0 2364.0563 1.0 2364.0718 4.0 2364.0874 1.0 2364.103 1.0 2364.1185 1.0 2364.1341 1.0 2364.1496 3.0 2364.1652 5.0 2364.1807 2.0 2364.1963 1.0 2364.2118 1.0 2364.2274 3.0 2364.243 4.0 2364.2585 4.0 2364.2741 4.0 2364.2896 6.0 2364.3052 1.0 2364.3207 2.0 2364.3363 2.0 2364.3518 1.0 2364.3674 2.0 2364.383 11.0 2364.3985 6.0 2364.4296 2.0 2364.4607 4.0 2364.4763 3.0 2364.4919 3.0 2364.5074 3.0 2364.523 2.0 2364.5385 2.0 2364.5696 1.0 2364.5852 3.0 2364.6008 3.0 2364.6163 3.0 2364.6474 2.0 2364.663 6.0 2364.6941 2.0 2364.7097 1.0 2364.7252 3.0 2364.7408 3.0 2364.7563 6.0 2364.7719 4.0 2364.7874 6.0 2364.803 2.0 2364.8186 2.0 2364.8497 3.0 2364.8652 2.0 2364.8808 2.0 2364.8963 2.0 2364.9119 1.0 2364.9275 5.0 2364.943 3.0 2364.9586 4.0 2364.9741 4.0 2364.9897 1.0 2365.0053 3.0 2365.0208 5.0 2365.0364 6.0 2365.0519 2.0 2365.083 3.0 2365.0986 5.0 2365.1142 1.0 2365.1297 2.0 2365.1453 1.0 2365.1608 1.0 2365.2075 4.0 2365.2231 9.0 2365.2386 6.0 2365.2542 2.0 2365.2698 1.0 2365.3009 2.0 2365.3164 2.0 2365.332 2.0 2365.3476 9.0 2365.3631 1.0 2365.3942 1.0 2365.4098 1.0 2365.4253 4.0 2365.4409 2.0 2365.472 1.0 2365.4876 7.0 2365.5031 1.0 2365.5187 5.0 2365.5343 4.0 2365.5498 3.0 2365.5654 4.0 2365.5809 2.0 2365.6121 1.0 2365.6276 3.0 2365.6432 5.0 2365.6588 13.0 2365.6743 6.0 2365.7054 8.0 2365.721 8.0 2365.7521 1.0 2365.7677 2.0 2365.7832 2.0 2365.7988 6.0 2365.8144 5.0 2365.8299 3.0 2365.8455 2.0 2365.861 8.0 2365.8766 3.0 2365.8922 4.0 2365.9077 3.0 2365.9388 2.0 2365.9544 4.0 2365.97 3.0 2365.9855 4.0 2366.0011 2.0 2366.0167 5.0 2366.0322 3.0 2366.0478 2.0 2366.0789 5.0 2366.0945 7.0 2366.11 10.0 2366.1256 1.0 2366.1412 2.0 2366.1567 3.0 2366.1723 4.0 2366.1878 1.0 2366.2034 2.0 2366.219 1.0 2366.2501 1.0 2366.2657 2.0 2366.2812 1.0 2366.2968 5.0 2366.3279 2.0 2366.3435 2.0 2366.359 1.0 2366.3746 3.0 2366.3902 2.0 2366.4057 1.0 2366.4213 7.0 2366.4368 6.0 2366.4524 2.0 2366.468 6.0 2366.4835 4.0 2366.4991 4.0 2366.5147 3.0 2366.5458 5.0 2366.5613 3.0 2366.5769 1.0 2366.5925 1.0 2366.608 6.0 2366.6236 3.0 2366.6392 2.0 2366.6547 2.0 2366.6703 1.0 2366.6859 8.0 2366.7014 4.0 2366.717 5.0 2366.7325 2.0 2366.7481 7.0 2366.7792 3.0 2366.7948 4.0 2366.8104 4.0 2366.8259 6.0 2366.8415 7.0 2366.8571 2.0 2366.8726 1.0 2366.8882 1.0 2366.9038 2.0 2366.9193 4.0 2366.9349 2.0 2366.9505 2.0 2366.966 3.0 2366.9816 4.0 2366.9971 4.0 2367.0127 3.0 2367.0283 1.0 2367.0438 1.0 2367.0594 2.0 2367.075 3.0 2367.0905 4.0 2367.1061 1.0 2367.1217 1.0 2367.1372 6.0 2367.1528 4.0 2367.1839 5.0 2367.1995 2.0 2367.2151 4.0 2367.2306 1.0 2367.2618 1.0 2367.2773 6.0 2367.2929 5.0 2367.3396 1.0 2367.3707 1.0 2367.3863 2.0 2367.4019 1.0 2367.4174 4.0 2367.433 2.0 2367.4641 3.0 2367.4797 4.0 2367.4953 2.0 2367.5108 4.0 2367.5264 3.0 2367.542 2.0 2367.5575 6.0 2367.5731 2.0 2367.6198 4.0 2367.6354 7.0 2367.6509 2.0 2367.6665 2.0 2367.6821 3.0 2367.7132 2.0 2367.7288 5.0 2367.7443 6.0 2367.7599 10.0 2367.7755 2.0 2367.791 1.0 2367.8066 5.0 2367.8222 4.0 2367.8377 2.0 2367.8533 3.0 2367.8689 2.0 2367.9311 2.0 2367.9467 3.0 2367.9623 5.0 2367.9778 2.0 2367.9934 3.0 2368.009 3.0 2368.0245 1.0 2368.0401 1.0 2368.0557 1.0 2368.0713 3.0 2368.0868 10.0 2368.1024 7.0 2368.1335 3.0 2368.1491 5.0 2368.1647 2.0 2368.1802 4.0 2368.1958 3.0 2368.2114 3.0 2368.2269 1.0 2368.2581 2.0 2368.2736 2.0 2368.2892 4.0 2368.3048 3.0 2368.3204 1.0 2368.3359 4.0 2368.3515 5.0 2368.3671 3.0 2368.3826 1.0 2368.3982 7.0 2368.4293 2.0 2368.4449 2.0 2368.4761 11.0 2368.4916 3.0 2368.5072 2.0 2368.5383 6.0 2368.5539 3.0 2368.5695 6.0 2368.585 2.0 2368.6006 1.0 2368.6162 7.0 2368.6318 3.0 2368.6473 5.0 2368.6629 5.0 2368.6785 10.0 2368.694 2.0 2368.7096 1.0 2368.7252 2.0 2368.7407 8.0 2368.7563 8.0 2368.7719 2.0 2368.7875 2.0 2368.803 5.0 2368.8342 6.0 2368.8497 9.0 2368.8653 3.0 2368.8965 3.0 2368.912 1.0 2368.9276 6.0 2368.9587 5.0 2368.9743 5.0 2368.9899 5.0 2369.0055 5.0 2369.021 8.0 2369.0366 5.0 2369.0522 5.0 2369.0677 2.0 2369.0833 9.0 2369.0989 6.0 2369.1145 3.0 2369.13 4.0 2369.1456 6.0 2369.1767 3.0 2369.1923 3.0 2369.2079 11.0 2369.2235 8.0 2369.239 8.0 2369.2546 4.0 2369.2702 2.0 2369.2858 5.0 2369.3013 3.0 2369.3169 1.0 2369.3325 4.0 2369.348 4.0 2369.3636 2.0 2369.3792 5.0 2369.3948 2.0 2369.4103 1.0 2369.4259 5.0 2369.4415 8.0 2369.4726 2.0 2369.4882 2.0 2369.5038 6.0 2369.5193 15.0 2369.5349 4.0 2369.5505 3.0 2369.5661 2.0 2369.5816 7.0 2369.5972 7.0 2369.6284 7.0 2369.6439 7.0 2369.6595 3.0 2369.6751 3.0 2369.7062 1.0 2369.7218 7.0 2369.7374 7.0 2369.753 3.0 2369.7685 4.0 2369.7841 7.0 2369.7997 14.0 2369.8153 13.0 2369.8308 2.0 2369.8464 1.0 2369.862 7.0 2369.8775 4.0 2369.8931 3.0 2369.9087 3.0 2369.9243 3.0 2369.9398 2.0 2369.9554 7.0 2369.971 5.0 2369.9866 3.0 2370.0021 6.0 2370.0177 4.0 2370.0333 5.0 2370.0489 3.0 2370.0644 4.0 2370.08 5.0 2370.0956 2.0 2370.1112 3.0 2370.1267 3.0 2370.1423 4.0 2370.1579 3.0 2370.1735 4.0 2370.2046 4.0 2370.2202 2.0 2370.2358 4.0 2370.2669 8.0 2370.2825 7.0 2370.2981 8.0 2370.3137 4.0 2370.3448 1.0 2370.3604 1.0 2370.376 3.0 2370.3915 1.0 2370.4071 3.0 2370.4227 1.0 2370.4538 2.0 2370.4694 2.0 2370.485 2.0 2370.5006 9.0 2370.5161 8.0 2370.5317 9.0 2370.5473 9.0 2370.5629 6.0 2370.5785 3.0 2370.594 1.0 2370.6096 1.0 2370.6252 4.0 2370.6408 5.0 2370.6875 1.0 2370.7031 2.0 2370.7186 6.0 2370.7342 3.0 2370.7498 2.0 2370.7654 2.0 2370.781 1.0 2370.7965 3.0 2370.8121 2.0 2370.8277 1.0 2370.8433 2.0 2370.8588 9.0 2370.8744 2.0 2370.89 3.0 2370.9056 1.0 2370.9212 1.0 2370.9367 1.0 2370.9523 3.0 2370.9679 7.0 2370.9835 3.0 2370.999 6.0 2371.0146 5.0 2371.0302 7.0 2371.0458 1.0 2371.0614 2.0 2371.0769 4.0 2371.0925 1.0 2371.1081 4.0 2371.1237 9.0 2371.1393 3.0 2371.1548 2.0 2371.1704 2.0 2371.2016 2.0 2371.2171 1.0 2371.2327 6.0 2371.2483 2.0 2371.2639 7.0 2371.2795 6.0 2371.295 2.0 2371.3106 4.0 2371.3262 3.0 2371.3418 7.0 2371.3574 3.0 2371.3729 2.0 2371.3885 3.0 2371.4041 3.0 2371.4197 1.0 2371.4353 1.0 2371.4508 1.0 2371.4664 1.0 2371.482 3.0 2371.4976 1.0 2371.5132 4.0 2371.5287 3.0 2371.5443 1.0 2371.5599 1.0 2371.5755 2.0 2371.5911 2.0 2371.6066 3.0 2371.6222 1.0 2371.6378 2.0 2371.6534 4.0 2371.669 3.0 2371.6845 2.0 2371.7001 6.0 2371.7157 10.0 2371.7313 3.0 2371.7469 1.0 2371.7624 1.0 2371.778 1.0 2371.7936 5.0 2371.8092 3.0 2371.8248 8.0 2371.8403 3.0 2371.8559 4.0 2371.8715 2.0 2371.8871 6.0 2371.9027 1.0 2371.9183 4.0 2371.9338 3.0 2371.9494 5.0 2371.965 1.0 2371.9806 3.0 2371.9962 2.0 2372.0117 10.0 2372.0273 5.0 2372.0429 1.0 2372.0585 1.0 2372.0741 4.0 2372.0897 6.0 2372.1208 1.0 2372.1364 4.0 2372.152 1.0 2372.1676 3.0 2372.1831 3.0 2372.1987 6.0 2372.2143 2.0 2372.2299 1.0 2372.2455 3.0 2372.2611 3.0 2372.2766 1.0 2372.2922 3.0 2372.3078 3.0 2372.3234 7.0 2372.339 1.0 2372.3546 1.0 2372.3701 1.0 2372.3857 2.0 2372.4013 3.0 2372.4169 3.0 2372.4325 1.0 2372.4636 2.0 2372.4792 3.0 2372.5104 5.0 2372.526 13.0 2372.5415 7.0 2372.5571 11.0 2372.5727 4.0 2372.5883 7.0 2372.6039 4.0 2372.6195 1.0 2372.635 3.0 2372.6506 7.0 2372.6662 7.0 2372.6818 2.0 2372.6974 5.0 2372.713 1.0 2372.7286 1.0 2372.7441 2.0 2372.7597 6.0 2372.7753 2.0 2372.7909 2.0 2372.8065 1.0 2372.8221 4.0 2372.8376 8.0 2372.8532 6.0 2372.8688 4.0 2372.8844 6.0 2372.9 13.0 2372.9156 5.0 2372.9311 2.0 2372.9467 7.0 2372.9623 9.0 2372.9779 3.0 2372.9935 1.0 2373.0091 4.0 2373.0247 4.0 2373.0402 7.0 2373.0558 2.0 2373.0714 2.0 2373.087 9.0 2373.1026 9.0 2373.1182 2.0 2373.1338 4.0 2373.1493 1.0 2373.1649 3.0 2373.1805 3.0 2373.1961 5.0 2373.2117 2.0 2373.2273 6.0 2373.2428 6.0 2373.2584 2.0 2373.274 3.0 2373.2896 1.0 2373.3052 1.0 2373.3208 2.0 2373.3364 1.0 2373.352 2.0 2373.3675 4.0 2373.3831 6.0 2373.3987 2.0 2373.4143 3.0 2373.4299 4.0 2373.4455 4.0 2373.4611 3.0 2373.4766 2.0 2373.5078 3.0 2373.539 1.0 2373.5546 8.0 2373.5702 3.0 2373.6013 5.0 2373.6325 5.0 2373.6637 4.0 2373.6793 6.0 2373.6949 6.0 2373.726 2.0 2373.7572 3.0 2373.7884 1.0 2373.804 3.0 2373.8196 1.0 2373.8507 1.0 2373.8663 1.0 2373.8975 2.0 2373.9131 15.0 2373.9287 7.0 2373.9443 3.0 2373.9598 3.0 2373.9754 1.0 2374.0066 3.0 2374.0222 1.0 2374.0378 3.0 2374.0534 1.0 2374.0846 3.0 2374.1001 3.0 2374.1157 2.0 2374.1313 6.0 2374.1469 8.0 2374.1625 2.0 2374.1781 1.0 2374.1937 4.0 2374.2093 2.0 2374.2248 6.0 2374.2404 3.0 2374.256 3.0 2374.2716 3.0 2374.2872 2.0 2374.3028 3.0 2374.3184 6.0 2374.334 4.0 2374.3496 3.0 2374.3652 4.0 2374.3807 2.0 2374.3963 6.0 2374.4119 9.0 2374.4275 10.0 2374.4431 4.0 2374.4587 1.0 2374.4743 2.0 2374.4899 10.0 2374.5055 7.0 2374.521 6.0 2374.5366 3.0 2374.5522 4.0 2374.5678 1.0 2374.5834 6.0 2374.599 13.0 2374.6146 13.0 2374.6302 1.0 2374.6458 4.0 2374.6614 1.0 2374.6769 1.0 2374.6925 3.0 2374.7081 12.0 2374.7237 5.0 2374.7393 3.0 2374.7549 2.0 2374.7705 2.0 2374.7861 1.0 2374.8017 2.0 2374.8173 2.0 2374.8329 3.0 2374.8484 7.0 2374.864 1.0 2374.8796 3.0 2374.9108 9.0 2374.9264 4.0 2374.942 1.0 2374.9576 3.0 2374.9732 4.0 2374.9888 3.0 2375.0044 5.0 2375.02 4.0 2375.0355 5.0 2375.0511 15.0 2375.0667 9.0 2375.0823 5.0 2375.0979 1.0 2375.1135 4.0 2375.1291 1.0 2375.1447 4.0 2375.1759 4.0 2375.1915 1.0 2375.2071 5.0 2375.2226 4.0 2375.2382 2.0 2375.2694 2.0 2375.285 2.0 2375.3006 1.0 2375.3162 1.0 2375.3318 5.0 2375.3474 6.0 2375.363 17.0 2375.3786 11.0 2375.3942 1.0 2375.4098 5.0 2375.4253 2.0 2375.4409 3.0 2375.4565 6.0 2375.4721 1.0 2375.4877 5.0 2375.5033 3.0 2375.5189 1.0 2375.5345 3.0 2375.5501 1.0 2375.5657 4.0 2375.5969 6.0 2375.6125 5.0 2375.6281 4.0 2375.6592 3.0 2375.6748 1.0 2375.6904 2.0 2375.706 2.0 2375.7216 5.0 2375.7372 6.0 2375.7528 4.0 2375.7684 3.0 2375.784 2.0 2375.7996 3.0 2375.8152 4.0 2375.8308 1.0 2375.862 3.0 2375.8776 1.0 2375.8932 1.0 2375.9088 2.0 2375.9243 1.0 2375.9399 1.0 2375.9555 6.0 2375.9711 3.0 2375.9867 1.0 2376.0023 1.0 2376.0335 3.0 2376.0647 4.0 2376.0959 2.0 2376.1115 3.0 2376.1271 1.0 2376.1427 1.0 2376.1583 8.0 2376.1739 2.0 2376.1895 1.0 2376.2051 2.0 2376.2207 2.0 2376.2363 2.0 2376.2518 1.0 2376.2674 1.0 2376.283 2.0 2376.2986 6.0 2376.3142 7.0 2376.3298 4.0 2376.3454 8.0 2376.361 7.0 2376.3766 2.0 2376.3922 2.0 2376.4078 9.0 2376.4234 6.0 2376.439 3.0 2376.4546 2.0 2376.4702 1.0 2376.4858 1.0 2376.5014 1.0 2376.517 4.0 2376.5326 4.0 2376.5482 5.0 2376.5638 4.0 2376.5794 1.0 2376.595 6.0 2376.6106 4.0 2376.6262 2.0 2376.6573 1.0 2376.6729 3.0 2376.6885 2.0 2376.7197 2.0 2376.7353 2.0 2376.7509 2.0 2376.7821 3.0 2376.8133 1.0 2376.8289 1.0 2376.8445 10.0 2376.8601 3.0 2376.8757 1.0 2376.9069 2.0 2376.9225 1.0 2376.9381 6.0 2376.9537 6.0 2376.9693 4.0 2376.9849 4.0 2377.0005 1.0 2377.0161 2.0 2377.0317 7.0 2377.0473 3.0 2377.0785 1.0 2377.0941 3.0 2377.1097 6.0 2377.1409 1.0 2377.1565 2.0 2377.1721 6.0 2377.1877 7.0 2377.2033 6.0 2377.2189 4.0 2377.2345 2.0 2377.2501 2.0 2377.2657 6.0 2377.2813 5.0 2377.2969 1.0 2377.3125 4.0 2377.3281 6.0 2377.3437 6.0 2377.3593 1.0 2377.3749 3.0 2377.3905 3.0 2377.4061 1.0 2377.4217 3.0 2377.4373 3.0 2377.4529 2.0 2377.4685 1.0 2377.4841 2.0 2377.4997 2.0 2377.5153 3.0 2377.5309 6.0 2377.5465 2.0 2377.5621 1.0 2377.5777 6.0 2377.5933 1.0 2377.6089 4.0 2377.6245 1.0 2377.6401 3.0 2377.6557 5.0 2377.6713 2.0 2377.7025 3.0 2377.7181 4.0 2377.7337 1.0 2377.7493 2.0 2377.7649 5.0 2377.7805 1.0 2377.7961 5.0 2377.8117 2.0 2377.8273 2.0 2377.8429 10.0 2377.8585 2.0 2377.8741 3.0 2377.9053 6.0 2377.9209 9.0 2377.9365 4.0 2377.9521 2.0 2377.9677 4.0 2377.9833 3.0 2377.9989 2.0 2378.0145 3.0 2378.0301 1.0 2378.0457 10.0 2378.0613 8.0 2378.0769 2.0 2378.0925 6.0 2378.1081 7.0 2378.1237 4.0 2378.1393 4.0 2378.1549 5.0 2378.1705 2.0 2378.1861 3.0 2378.2017 1.0 2378.2173 7.0 2378.2329 2.0 2378.2485 4.0 2378.2641 3.0 2378.2797 2.0 2378.2953 4.0 2378.3109 5.0 2378.3265 3.0 2378.3421 1.0 2378.3733 2.0 2378.4045 2.0 2378.4201 2.0 2378.4357 2.0 2378.4513 2.0 2378.4669 3.0 2378.4826 3.0 2378.4982 3.0 2378.5138 1.0 2378.5294 4.0 2378.545 3.0 2378.5606 5.0 2378.5762 4.0 2378.5918 1.0 2378.6074 3.0 2378.623 7.0 2378.6386 4.0 2378.6542 5.0 2378.6698 4.0 2378.701 3.0 2378.7166 2.0 2378.7322 1.0 2378.7478 2.0 2378.7634 4.0 2378.779 3.0 2378.7946 4.0 2378.8102 1.0 2378.8258 2.0 2378.8414 1.0 2378.8726 4.0 2378.8882 3.0 2378.9039 5.0 2378.9195 2.0 2378.9351 5.0 2378.9507 3.0 2378.9663 3.0 2378.9975 2.0 2379.0131 6.0 2379.0287 5.0 2379.0443 3.0 2379.0599 5.0 2379.0755 7.0 2379.0911 5.0 2379.1067 12.0 2379.1223 3.0 2379.1379 3.0 2379.1535 4.0 2379.1691 7.0 2379.1847 6.0 2379.2003 5.0 2379.2159 3.0 2379.2316 2.0 2379.2472 2.0 2379.2628 2.0 2379.2784 1.0 2379.294 2.0 2379.3096 7.0 2379.3252 7.0 2379.3408 1.0 2379.3564 1.0 2379.372 1.0 2379.3876 4.0 2379.4032 2.0 2379.4188 3.0 2379.4344 4.0 2379.4656 7.0 2379.4812 2.0 2379.4969 1.0 2379.5125 1.0 2379.5281 3.0 2379.5437 6.0 2379.5593 1.0 2379.5749 10.0 2379.5905 4.0 2379.6061 7.0 2379.6217 4.0 2379.6373 4.0 2379.6529 1.0 2379.6841 3.0 2379.6997 3.0 2379.7154 3.0 2379.731 4.0 2379.7466 5.0 2379.7622 1.0 2379.7778 8.0 2379.7934 8.0 2379.809 3.0 2379.8246 5.0 2379.8402 9.0 2379.8558 10.0 2379.8714 3.0 2379.887 2.0 2379.9026 1.0 2379.9182 3.0 2379.9339 2.0 2379.9495 3.0 2379.9651 4.0 2379.9807 5.0 2379.9963 3.0 2380.0119 3.0 2380.0275 4.0 2380.0431 1.0 2380.0587 3.0 2380.0743 4.0 2380.0899 5.0 2380.1212 3.0 2380.1368 3.0 2380.168 3.0 2380.1836 2.0 2380.1992 3.0 2380.2148 7.0 2380.2304 3.0 2380.246 7.0 2380.2616 2.0 2380.2772 3.0 2380.2928 3.0 2380.3085 3.0 2380.3241 2.0 2380.3397 2.0 2380.3553 1.0 2380.3709 4.0 2380.3865 1.0 2380.4021 4.0 2380.4177 13.0 2380.4333 9.0 2380.4489 2.0 2380.4646 5.0 2380.4802 8.0 2380.4958 9.0 2380.5114 17.0 2380.527 3.0 2380.5426 4.0 2380.5582 3.0 2380.5738 3.0 2380.5894 8.0 2380.6206 6.0 2380.6519 4.0 2380.6675 3.0 2380.6831 1.0 2380.7143 3.0 2380.7299 3.0 2380.7455 1.0 2380.7611 4.0 2380.7768 2.0 2380.7924 5.0 2380.808 6.0 2380.8392 4.0 2380.8548 8.0 2380.8704 6.0 2380.886 1.0 2380.9016 1.0 2380.9172 3.0 2380.9329 6.0 2380.9485 5.0 2380.9641 1.0 2380.9797 9.0 2380.9953 1.0 2381.0109 1.0 2381.0265 4.0 2381.0421 1.0 2381.0578 6.0 2381.0734 4.0 2381.089 5.0 2381.1046 8.0 2381.1202 4.0 2381.1358 4.0 2381.1514 5.0 2381.167 1.0 2381.1826 2.0 2381.1983 2.0 2381.2139 3.0 2381.2295 3.0 2381.2451 2.0 2381.2607 3.0 2381.2763 3.0 2381.2919 3.0 2381.3075 4.0 2381.3232 3.0 2381.3388 3.0 2381.3544 4.0 2381.37 7.0 2381.3856 6.0 2381.4012 5.0 2381.4168 2.0 2381.4637 2.0 2381.5105 1.0 2381.5261 1.0 2381.5417 8.0 2381.5573 4.0 2381.573 3.0 2381.5886 4.0 2381.6042 2.0 2381.6198 3.0 2381.6354 6.0 2381.6666 3.0 2381.6823 3.0 2381.6979 1.0 2381.7135 2.0 2381.7291 3.0 2381.7447 8.0 2381.7603 6.0 2381.7759 5.0 2381.7916 4.0 2381.8072 8.0 2381.8228 2.0 2381.854 6.0 2381.8696 4.0 2381.8852 1.0 2381.9009 2.0 2381.9165 1.0 2381.9321 3.0 2381.9477 2.0 2381.9789 1.0 2381.9945 1.0 2382.0102 5.0 2382.0258 4.0 2382.0414 11.0 2382.057 6.0 2382.0726 2.0 2382.0882 2.0 2382.1038 7.0 2382.1195 5.0 2382.1351 2.0 2382.1507 1.0 2382.1819 1.0 2382.1975 2.0 2382.2131 1.0 2382.2288 1.0 2382.2444 1.0 2382.26 3.0 2382.2756 5.0 2382.2912 7.0 2382.3068 4.0 2382.3225 4.0 2382.3381 4.0 2382.3537 3.0 2382.3693 3.0 2382.3849 6.0 2382.4005 1.0 2382.4162 3.0 2382.4318 4.0 2382.4474 11.0 2382.463 6.0 2382.4786 1.0 2382.4942 2.0 2382.5098 4.0 2382.5255 8.0 2382.5411 4.0 2382.5567 1.0 2382.5723 3.0 2382.5879 2.0 2382.6035 7.0 2382.6192 1.0 2382.6348 3.0 2382.6504 1.0 2382.666 3.0 2382.6816 5.0 2382.6972 2.0 2382.7129 7.0 2382.7441 5.0 2382.7597 4.0 2382.8066 3.0 2382.8222 3.0 2382.8378 2.0 2382.8534 1.0 2382.869 2.0 2382.8847 3.0 2382.9159 3.0 2382.9315 2.0 2382.9471 3.0 2382.9784 4.0 2382.994 1.0 2383.0096 1.0 2383.0252 2.0 2383.0408 5.0 2383.0565 2.0 2383.0721 1.0 2383.1033 1.0 2383.1189 5.0 2383.1345 4.0 2383.1502 2.0 2383.1658 4.0 2383.1814 4.0 2383.197 5.0 2383.2126 2.0 2383.2283 1.0 2383.2439 4.0 2383.2751 3.0 2383.2907 2.0 2383.3063 7.0 2383.3376 2.0 2383.3532 3.0 2383.3688 1.0 2383.3844 3.0 2383.4001 3.0 2383.4157 6.0 2383.4313 4.0 2383.4469 2.0 2383.4782 2.0 2383.4938 4.0 2383.5094 8.0 2383.525 1.0 2383.5406 1.0 2383.5563 7.0 2383.5719 10.0 2383.6031 1.0 2383.6187 2.0 2383.6344 1.0 2383.65 2.0 2383.6656 2.0 2383.6812 1.0 2383.6968 2.0 2383.7125 6.0 2383.7281 3.0 2383.7437 4.0 2383.7593 10.0 2383.7749 10.0 2383.7906 6.0 2383.8062 10.0 2383.8218 2.0 2383.8374 3.0 2383.853 4.0 2383.8687 3.0 2383.8843 3.0 2383.8999 2.0 2383.9155 1.0 2383.9311 1.0 2383.9468 8.0 2383.9624 4.0 2383.978 2.0 2383.9936 1.0 2384.0093 3.0 2384.0249 3.0 2384.0405 8.0 2384.0561 2.0 2384.0717 2.0 2384.0874 2.0 2384.103 2.0 2384.1186 2.0 2384.1342 4.0 2384.1498 2.0 2384.1655 2.0 2384.1811 5.0 2384.1967 9.0 2384.2123 6.0 2384.228 4.0 2384.2436 1.0 2384.2592 2.0 2384.2748 1.0 2384.2904 1.0 2384.3061 3.0 2384.3217 1.0 2384.3373 6.0 2384.3686 2.0 2384.3842 4.0 2384.3998 3.0 2384.4154 3.0 2384.431 1.0 2384.4467 4.0 2384.4623 6.0 2384.4779 4.0 2384.4935 4.0 2384.5092 2.0 2384.5248 4.0 2384.556 3.0 2384.5717 3.0 2384.5873 2.0 2384.6029 9.0 2384.6185 3.0 2384.6498 3.0 2384.681 5.0 2384.6966 1.0 2384.7123 2.0 2384.7279 1.0 2384.7435 5.0 2384.7591 3.0 2384.7748 5.0 2384.7904 1.0 2384.806 3.0 2384.8216 6.0 2384.8373 4.0 2384.8685 3.0 2384.8998 2.0 2384.9154 1.0 2384.931 1.0 2384.9466 1.0 2384.9623 1.0 2384.9779 5.0 2384.9935 1.0 2385.0091 3.0 2385.0247 3.0 2385.0404 2.0 2385.056 7.0 2385.0716 3.0 2385.0872 3.0 2385.1029 3.0 2385.1185 1.0 2385.1341 2.0 2385.1497 1.0 2385.1654 3.0 2385.181 2.0 2385.1966 3.0 2385.2279 4.0 2385.2435 7.0 2385.2591 2.0 2385.2748 4.0 2385.306 5.0 2385.3216 3.0 2385.3373 1.0 2385.3529 1.0 2385.3685 3.0 2385.3841 3.0 2385.3998 1.0 2385.4154 2.0 2385.431 4.0 2385.4466 2.0 2385.4623 1.0 2385.4779 1.0 2385.4935 2.0 2385.5091 2.0 2385.5248 1.0 2385.5404 1.0 2385.556 7.0 2385.5716 3.0 2385.5873 4.0 2385.6029 4.0 2385.6185 2.0 2385.6342 7.0 2385.6498 4.0 2385.681 1.0 2385.7123 3.0 2385.7279 1.0 2385.7435 1.0 2385.7592 1.0 2385.7748 5.0 2385.7904 5.0 2385.806 7.0 2385.8217 3.0 2385.8373 2.0 2385.8529 7.0 2385.8686 3.0 2385.8842 5.0 2385.8998 5.0 2385.9154 4.0 2385.9311 2.0 2385.9467 1.0 2385.9623 1.0 2385.978 2.0 2385.9936 3.0 2386.0092 1.0 2386.0248 6.0 2386.0405 1.0 2386.0561 2.0 2386.0717 6.0 2386.0873 5.0 2386.1186 3.0 2386.1499 1.0 2386.1655 2.0 2386.1811 4.0 2386.1967 3.0 2386.2124 4.0 2386.228 2.0 2386.2436 1.0 2386.2593 2.0 2386.2749 1.0 2386.2905 1.0 2386.3061 2.0 2386.3218 6.0 2386.3374 4.0 2386.353 9.0 2386.3687 2.0 2386.3843 4.0 2386.3999 3.0 2386.4155 7.0 2386.4312 7.0 2386.4468 2.0 2386.4624 2.0 2386.4781 1.0 2386.4937 6.0 2386.5093 5.0 2386.525 3.0 2386.5406 4.0 2386.5562 4.0 2386.5875 2.0 2386.6031 1.0 2386.6187 8.0 2386.6344 6.0 2386.65 3.0 2386.6656 9.0 2386.6813 13.0 2386.6969 10.0 2386.7125 4.0 2386.7281 2.0 2386.7438 6.0 2386.7594 3.0 2386.775 5.0 2386.7907 3.0 2386.8063 8.0 2386.8219 6.0 2386.8376 3.0 2386.8532 2.0 2386.8688 8.0 2386.8844 8.0 2386.9001 1.0 2386.9157 3.0 2386.9313 1.0 2386.947 1.0 2386.9626 3.0 2386.9782 5.0 2386.9939 7.0 2387.0095 4.0 2387.0251 4.0 2387.0408 7.0 2387.0564 6.0 2387.072 8.0 2387.0877 11.0 2387.1033 12.0 2387.1189 6.0 2387.1345 3.0 2387.1502 2.0 2387.1658 3.0 2387.1814 1.0 2387.1971 1.0 2387.2127 3.0 2387.2283 5.0 2387.244 5.0 2387.2596 3.0 2387.2752 4.0 2387.2909 6.0 2387.3065 2.0 2387.3221 3.0 2387.3378 1.0 2387.3534 3.0 2387.369 2.0 2387.3847 3.0 2387.4003 1.0 2387.4159 3.0 2387.4316 5.0 2387.4472 15.0 2387.4628 8.0 2387.4785 3.0 2387.4941 2.0 2387.5097 4.0 2387.5254 10.0 2387.541 4.0 2387.5566 2.0 2387.5723 2.0 2387.6035 4.0 2387.6192 9.0 2387.6348 4.0 2387.6504 4.0 2387.6817 5.0 2387.713 3.0 2387.7286 4.0 2387.7442 1.0 2387.7599 1.0 2387.7755 2.0 2387.7911 4.0 2387.8068 2.0 2387.838 2.0 2387.8537 3.0 2387.8693 3.0 2387.8849 6.0 2387.9006 5.0 2387.9162 6.0 2387.9318 4.0 2387.9475 3.0 2387.9631 4.0 2387.9787 1.0 2387.9944 1.0 2388.01 2.0 2388.0569 8.0 2388.0725 7.0 2388.1038 2.0 2388.1194 4.0 2388.1351 4.0 2388.1507 8.0 2388.1663 12.0 2388.182 4.0 2388.1976 2.0 2388.2133 5.0 2388.2289 4.0 2388.2758 2.0 2388.2914 4.0 2388.3071 6.0 2388.3227 2.0 2388.3383 1.0 2388.354 1.0 2388.3696 4.0 2388.3852 3.0 2388.4009 3.0 2388.4165 1.0 2388.4322 2.0 2388.4634 4.0 2388.4791 7.0 2388.4947 4.0 2388.5103 2.0 2388.526 2.0 2388.5416 1.0 2388.5572 3.0 2388.5729 3.0 2388.5885 2.0 2388.6042 8.0 2388.6198 4.0 2388.6354 2.0 2388.6511 2.0 2388.6667 1.0 2388.6823 2.0 2388.698 7.0 2388.7136 5.0 2388.7292 1.0 2388.7449 4.0 2388.7605 1.0 2388.7762 5.0 2388.7918 13.0 2388.8074 10.0 2388.8231 7.0 2388.8387 1.0 2388.8543 3.0 2388.87 1.0 2388.8856 1.0 2388.9013 5.0 2388.9169 9.0 2388.9325 6.0 2388.9482 3.0 2388.9638 1.0 2388.9794 4.0 2389.0107 7.0 2389.0264 7.0 2389.042 11.0 2389.0576 7.0 2389.0733 9.0 2389.0889 7.0 2389.1045 9.0 2389.1202 5.0 2389.1358 16.0 2389.1515 7.0 2389.1671 6.0 2389.1827 12.0 2389.1984 1.0 2389.214 2.0 2389.2297 5.0 2389.2453 1.0 2389.2609 2.0 2389.2766 4.0 2389.2922 1.0 2389.3078 1.0 2389.3235 2.0 2389.3704 1.0 2389.4017 3.0 2389.4173 3.0 2389.433 1.0 2389.4486 7.0 2389.4642 5.0 2389.4799 2.0 2389.4955 4.0 2389.5112 2.0 2389.5424 1.0 2389.5581 7.0 2389.5737 3.0 2389.5894 1.0 2389.6206 1.0 2389.6363 7.0 2389.6519 8.0 2389.6676 3.0 2389.6832 2.0 2389.6988 2.0 2389.7145 4.0 2389.7301 5.0 2389.7458 2.0 2389.7614 5.0 2389.777 5.0 2389.7927 5.0 2389.8083 2.0 2389.824 1.0 2389.8396 1.0 2389.8552 4.0 2389.8709 5.0 2389.8865 9.0 2389.9022 5.0 2389.9178 1.0 2389.9334 3.0 2389.9491 1.0 2389.9647 3.0 2389.9804 2.0 2389.996 3.0 2390.0116 8.0 2390.0273 1.0 2390.0429 6.0 2390.0742 3.0 2390.0899 2.0 2390.1055 1.0 2390.1211 2.0 2390.1368 2.0 2390.1524 3.0 2390.1837 3.0 2390.1993 1.0 2390.215 3.0 2390.2463 3.0 2390.2619 1.0 2390.2776 1.0 2390.3088 2.0 2390.3245 3.0 2390.3401 4.0 2390.3558 4.0 2390.3714 6.0 2390.387 1.0 2390.4027 3.0 2390.4183 3.0 2390.434 6.0 2390.4496 4.0 2390.4653 1.0 2390.4809 2.0 2390.4965 5.0 2390.5122 5.0 2390.5278 4.0 2390.5435 2.0 2390.5591 1.0 2390.5748 2.0 2390.5904 2.0 2390.606 4.0 2390.6217 2.0 2390.6373 1.0 2390.653 6.0 2390.6686 2.0 2390.6843 7.0 2390.6999 2.0 2390.7155 2.0 2390.7312 1.0 2390.7468 4.0 2390.7625 9.0 2390.7781 8.0 2390.7938 1.0 2390.8094 1.0 2390.8407 4.0 2390.8563 2.0 2390.872 5.0 2390.8876 5.0 2390.9189 2.0 2390.9346 2.0 2390.9502 3.0 2390.9658 2.0 2390.9815 5.0 2390.9971 2.0 2391.0284 6.0 2391.0441 4.0 2391.0597 3.0 2391.0754 2.0 2391.091 5.0 2391.1066 4.0 2391.1223 5.0 2391.1379 4.0 2391.1536 5.0 2391.1692 5.0 2391.1849 1.0 2391.2005 2.0 2391.2162 4.0 2391.2318 1.0 2391.2475 4.0 2391.2631 9.0 2391.2787 4.0 2391.2944 3.0 2391.31 3.0 2391.3257 3.0 2391.3413 4.0 2391.357 2.0 2391.3726 2.0 2391.3883 3.0 2391.4039 1.0 2391.4196 3.0 2391.4352 1.0 2391.4508 3.0 2391.4665 2.0 2391.4821 6.0 2391.4978 2.0 2391.5134 1.0 2391.5447 2.0 2391.5604 1.0 2391.5917 3.0 2391.623 2.0 2391.6386 1.0 2391.6542 4.0 2391.6699 7.0 2391.6855 7.0 2391.7012 3.0 2391.7168 1.0 2391.7325 1.0 2391.7481 3.0 2391.7638 2.0 2391.7794 2.0 2391.7951 1.0 2391.8107 2.0 2391.8264 2.0 2391.842 5.0 2391.8577 3.0 2391.8733 8.0 2391.889 6.0 2391.9046 3.0 2391.9202 5.0 2391.9359 3.0 2391.9515 2.0 2391.9672 6.0 2391.9828 3.0 2391.9985 6.0 2392.0141 7.0 2392.0298 4.0 2392.0454 5.0 2392.0611 7.0 2392.0767 5.0 2392.0924 6.0 2392.108 3.0 2392.1237 4.0 2392.1393 1.0 2392.155 7.0 2392.1706 3.0 2392.1863 3.0 2392.2019 1.0 2392.2176 2.0 2392.2489 3.0 2392.2645 4.0 2392.2802 4.0 2392.2958 4.0 2392.3114 4.0 2392.3271 3.0 2392.3427 4.0 2392.3584 2.0 2392.374 4.0 2392.3897 5.0 2392.4053 5.0 2392.4366 4.0 2392.4523 1.0 2392.4679 2.0 2392.4836 2.0 2392.4992 8.0 2392.5149 2.0 2392.5305 2.0 2392.5462 2.0 2392.5618 5.0 2392.5775 5.0 2392.6088 2.0 2392.6244 9.0 2392.6401 1.0 2392.6557 5.0 2392.6714 1.0 2392.687 4.0 2392.7027 3.0 2392.7183 3.0 2392.7496 2.0 2392.7653 1.0 2392.7809 1.0 2392.7966 3.0 2392.8122 7.0 2392.8435 8.0 2392.8748 2.0 2392.8905 4.0 2392.9061 9.0 2392.9218 6.0 2392.9374 2.0 2392.9687 2.0 2392.9844 2.0 2393.0 2.0 2393.0157 3.0 2393.0313 4.0 2393.047 1.0 2393.0626 9.0 2393.0783 7.0 2393.0939 2.0 2393.1096 4.0 2393.1253 2.0 2393.1409 1.0 2393.1566 7.0 2393.1722 6.0 2393.1879 1.0 2393.2035 1.0 2393.2192 3.0 2393.2348 3.0 2393.2505 5.0 2393.2661 3.0 2393.2818 11.0 2393.2974 3.0 2393.3131 5.0 2393.3444 3.0 2393.36 3.0 2393.3757 1.0 2393.3913 4.0 2393.4226 4.0 2393.4383 3.0 2393.4539 1.0 2393.4696 4.0 2393.4852 1.0 2393.5009 2.0 2393.5166 3.0 2393.5322 1.0 2393.5479 2.0 2393.5635 4.0 2393.5792 7.0 2393.5948 1.0 2393.6105 4.0 2393.6261 4.0 2393.6418 2.0 2393.6574 8.0 2393.6731 3.0 2393.6887 4.0 2393.7044 1.0 2393.72 3.0 2393.7357 3.0 2393.7514 8.0 2393.767 10.0 2393.7827 4.0 2393.7983 5.0 2393.8296 3.0 2393.8453 4.0 2393.8766 2.0 2393.8922 4.0 2393.9235 2.0 2393.9392 4.0 2393.9705 6.0 2393.9862 11.0 2394.0018 2.0 2394.0175 8.0 2394.0331 1.0 2394.0488 5.0 2394.0644 1.0 2394.0957 1.0 2394.1114 2.0 2394.127 5.0 2394.1427 8.0 2394.1584 6.0 2394.174 5.0 2394.1897 6.0 2394.2053 4.0 2394.221 4.0 2394.2366 1.0 2394.2523 5.0 2394.2679 3.0 2394.2836 4.0 2394.2993 2.0 2394.3149 3.0 2394.3306 2.0 2394.3462 2.0 2394.3619 2.0 2394.3775 3.0 2394.3932 1.0 2394.4088 3.0 2394.4245 7.0 2394.4402 1.0 2394.4558 5.0 2394.4715 6.0 2394.4871 2.0 2394.5028 1.0 2394.5184 1.0 2394.5341 3.0 2394.5497 6.0 2394.5654 2.0 2394.5811 6.0 2394.5967 5.0 2394.6124 3.0 2394.628 1.0 2394.6437 1.0 2394.6593 7.0 2394.675 6.0 2394.6907 3.0 2394.7063 4.0 2394.722 1.0 2394.7376 9.0 2394.7533 10.0 2394.7689 6.0 2394.8002 3.0 2394.8159 1.0 2394.8472 3.0 2394.8629 4.0 2394.8785 1.0 2394.8942 1.0 2394.9098 7.0 2394.9255 8.0 2394.9412 4.0 2394.9568 4.0 2394.9725 3.0 2394.9881 2.0 2395.0038 2.0 2395.0195 2.0 2395.0351 2.0 2395.0508 3.0 2395.0664 7.0 2395.0821 2.0 2395.0977 3.0 2395.1134 4.0 2395.1291 4.0 2395.1447 2.0 2395.1604 3.0 2395.176 4.0 2395.1917 3.0 2395.2073 3.0 2395.2387 2.0 2395.2543 3.0 2395.27 1.0 2395.2856 1.0 2395.3013 2.0 2395.317 4.0 2395.3326 4.0 2395.3483 4.0 2395.3639 1.0 2395.3796 2.0 2395.3952 5.0 2395.4109 1.0 2395.4266 5.0 2395.4422 1.0 2395.4579 1.0 2395.4735 5.0 2395.4892 3.0 2395.5049 1.0 2395.5362 3.0 2395.5518 6.0 2395.5675 4.0 2395.5832 4.0 2395.5988 3.0 2395.6145 1.0 2395.6301 11.0 2395.6458 10.0 2395.6615 5.0 2395.6771 8.0 2395.6928 6.0 2395.7084 3.0 2395.7241 1.0 2395.7398 2.0 2395.7554 4.0 2395.7711 2.0 2395.8024 4.0 2395.8181 11.0 2395.8337 6.0 2395.8807 3.0 2395.8964 5.0 2395.912 5.0 2395.9277 2.0 2395.9433 3.0 2395.9747 1.0 2395.9903 3.0 2396.006 1.0 2396.0216 4.0 2396.0373 5.0 2396.053 6.0 2396.0686 14.0 2396.0843 1.0 2396.1 3.0 2396.1156 1.0 2396.1313 4.0 2396.1626 3.0 2396.1783 1.0 2396.1939 1.0 2396.2096 2.0 2396.2252 1.0 2396.2409 4.0 2396.2566 3.0 2396.2722 2.0 2396.2879 5.0 2396.3036 1.0 2396.3192 3.0 2396.3349 3.0 2396.3505 1.0 2396.3662 2.0 2396.4132 1.0 2396.4445 2.0 2396.4602 7.0 2396.4758 3.0 2396.4915 2.0 2396.5072 1.0 2396.5228 4.0 2396.5385 3.0 2396.5541 7.0 2396.5698 3.0 2396.5855 2.0 2396.6011 2.0 2396.6168 4.0 2396.6325 3.0 2396.6481 11.0 2396.6638 13.0 2396.6795 2.0 2396.6951 5.0 2396.7108 2.0 2396.7264 3.0 2396.7421 1.0 2396.7578 1.0 2396.7734 1.0 2396.7891 2.0 2396.8048 2.0 2396.8204 1.0 2396.8361 2.0 2396.8518 1.0 2396.8674 2.0 2396.8831 4.0 2396.8987 3.0 2396.9144 2.0 2396.9301 2.0 2396.9457 3.0 2396.9614 4.0 2396.9771 6.0 2396.9927 5.0 2397.0084 6.0 2397.0241 1.0 2397.0397 6.0 2397.0554 2.0 2397.071 6.0 2397.1024 5.0 2397.118 4.0 2397.1337 1.0 2397.1494 1.0 2397.165 2.0 2397.1807 1.0 2397.1964 1.0 2397.212 4.0 2397.2277 6.0 2397.2434 1.0 2397.259 2.0 2397.2747 2.0 2397.2904 1.0 2397.306 3.0 2397.3217 2.0 2397.3374 4.0 2397.353 6.0 2397.3687 1.0 2397.3843 4.0 2397.4 2.0 2397.4157 2.0 2397.4313 8.0 2397.447 3.0 2397.4627 2.0 2397.4783 1.0 2397.494 1.0 2397.5097 4.0 2397.541 4.0 2397.5567 3.0 2397.5723 1.0 2397.588 1.0 2397.635 3.0 2397.6507 6.0 2397.6663 6.0 2397.682 3.0 2397.6977 1.0 2397.7133 5.0 2397.729 2.0 2397.7447 2.0 2397.7603 5.0 2397.776 3.0 2397.7917 5.0 2397.8073 2.0 2397.823 1.0 2397.8387 3.0 2397.8543 5.0 2397.87 2.0 2397.8857 2.0 2397.9013 3.0 2397.917 3.0 2397.9483 3.0 2397.964 2.0 2397.9953 8.0 2398.011 11.0 2398.0267 2.0 2398.0423 1.0 2398.058 1.0 2398.0737 1.0 2398.105 2.0 2398.1207 5.0 2398.1363 7.0 2398.152 2.0 2398.1677 1.0 2398.1834 1.0 2398.199 2.0 2398.2147 2.0 2398.2304 1.0 2398.246 2.0 2398.2617 2.0 2398.2774 1.0 2398.293 2.0 2398.3087 2.0 2398.3244 4.0 2398.34 3.0 2398.3557 1.0 2398.3714 10.0 2398.387 9.0 2398.4027 6.0 2398.4184 7.0 2398.434 11.0 2398.4497 9.0 2398.4654 3.0 2398.4811 5.0 2398.4967 2.0 2398.5124 2.0 2398.5281 1.0 2398.5437 1.0 2398.5594 1.0 2398.5751 2.0 2398.5907 1.0 2398.6064 1.0 2398.6221 2.0 2398.6377 6.0 2398.6534 3.0 2398.6691 5.0 2398.6848 6.0 2398.7004 2.0 2398.7161 6.0 2398.7318 9.0 2398.7474 3.0 2398.7631 4.0 2398.7788 2.0 2398.7944 1.0 2398.8101 3.0 2398.8258 4.0 2398.8415 5.0 2398.8571 6.0 2398.8728 3.0 2398.8885 3.0 2398.9041 4.0 2398.9198 3.0 2398.9355 3.0 2398.9512 5.0 2398.9668 8.0 2398.9825 5.0 2398.9982 2.0 2399.0138 1.0 2399.0295 1.0 2399.0452 3.0 2399.0608 4.0 2399.0765 3.0 2399.0922 3.0 2399.1079 1.0 2399.1235 2.0 2399.1392 6.0 2399.1549 7.0 2399.1705 4.0 2399.1862 4.0 2399.2019 1.0 2399.2176 3.0 2399.2332 1.0 2399.2489 3.0 2399.2646 5.0 2399.2802 2.0 2399.2959 1.0 2399.3116 2.0 2399.3273 2.0 2399.3429 1.0 2399.3586 1.0 2399.3743 2.0 2399.3899 1.0 2399.4056 1.0 2399.4213 7.0 2399.437 4.0 2399.4526 3.0 2399.484 4.0 2399.5153 3.0 2399.531 7.0 2399.5467 8.0 2399.5623 5.0 2399.578 2.0 2399.6094 3.0 2399.6407 3.0 2399.6564 1.0 2399.6721 1.0 2399.6877 2.0 2399.7034 3.0 2399.7191 2.0 2399.7347 3.0 2399.7504 4.0 2399.7661 6.0 2399.7818 5.0 2399.7974 3.0 2399.8131 2.0 2399.8288 2.0 2399.8445 5.0 2399.8601 3.0 2399.8758 3.0 2399.8915 3.0 2399.9072 1.0 2399.9228 2.0 2399.9385 2.0 2399.9542 7.0 2399.9699 5.0 2399.9855 1.0 2400.0012 4.0 2400.0325 3.0 2400.0482 4.0 2400.0639 1.0 2400.0796 2.0 2400.0952 1.0 2400.1109 2.0 2400.1423 1.0 2400.1579 6.0 2400.1736 5.0 2400.1893 6.0 2400.205 3.0 2400.2206 10.0 2400.2363 8.0 2400.252 1.0 2400.2677 3.0 2400.2833 2.0 2400.299 9.0 2400.3147 11.0 2400.3304 6.0 2400.346 4.0 2400.3617 2.0 2400.3774 3.0 2400.3931 1.0 2400.4087 2.0 2400.4244 4.0 2400.4401 1.0 2400.4558 1.0 2400.4714 1.0 2400.4871 3.0 2400.5028 2.0 2400.5185 2.0 2400.5341 2.0 2400.5498 4.0 2400.5812 2.0 2400.5969 4.0 2400.6125 4.0 2400.6282 2.0 2400.6439 9.0 2400.6596 2.0 2400.6909 7.0 2400.7066 3.0 2400.7379 5.0 2400.7536 1.0 2400.7693 6.0 2400.785 7.0 2400.8006 2.0 2400.832 5.0 2400.8477 2.0 2400.8634 1.0 2400.879 2.0 2400.8947 2.0 2400.9104 4.0 2400.9261 7.0 2400.9417 9.0 2400.9574 5.0 2400.9731 9.0 2400.9888 3.0 2401.0201 3.0 2401.0358 1.0 2401.0515 3.0 2401.0672 3.0 2401.0828 1.0 2401.0985 1.0 2401.1142 7.0 2401.1455 3.0 2401.1612 1.0 2401.1769 1.0 2401.1926 1.0 2401.2083 5.0 2401.2239 5.0 2401.2396 3.0 2401.2553 5.0 2401.271 8.0 2401.2866 6.0 2401.3023 8.0 2401.318 3.0 2401.3337 3.0 2401.3494 9.0 2401.365 5.0 2401.3807 3.0 2401.3964 3.0 2401.4121 6.0 2401.4278 1.0 2401.4434 4.0 2401.4591 4.0 2401.4748 2.0 2401.4905 6.0 2401.5061 7.0 2401.5218 6.0 2401.5375 2.0 2401.5845 3.0 2401.6002 3.0 2401.6159 3.0 2401.6316 12.0 2401.6473 15.0 2401.6629 5.0 2401.6786 6.0 2401.6943 12.0 2401.71 7.0 2401.7257 1.0 2401.7413 6.0 2401.757 2.0 2401.7727 4.0 2401.7884 1.0 2401.8041 7.0 2401.8197 5.0 2401.8354 3.0 2401.8511 5.0 2401.8668 4.0 2401.8825 7.0 2401.8981 10.0 2401.9138 7.0 2401.9295 4.0 2401.9452 4.0 2401.9765 1.0 2401.9922 2.0 2402.0236 1.0 2402.0393 4.0 2402.0549 11.0 2402.0706 3.0 2402.0863 5.0 2402.102 2.0 2402.1177 4.0 2402.1334 7.0 2402.149 4.0 2402.1647 3.0 2402.1804 1.0 2402.1961 1.0 2402.2118 1.0 2402.2274 2.0 2402.2431 3.0 2402.2588 6.0 2402.2745 4.0 2402.2902 4.0 2402.3058 1.0 2402.3215 7.0 2402.3372 4.0 2402.3529 5.0 2402.3686 8.0 2402.3843 1.0 2402.3999 6.0 2402.4156 10.0 2402.4313 4.0 2402.447 1.0 2402.4627 3.0 2402.4783 4.0 2402.494 4.0 2402.5097 3.0 2402.5254 4.0 2402.5568 2.0 2402.5724 2.0 2402.5881 3.0 2402.6038 3.0 2402.6195 3.0 2402.6352 3.0 2402.6509 3.0 2402.6665 5.0 2402.6822 2.0 2402.6979 3.0 2402.7136 3.0 2402.7293 3.0 2402.745 1.0 2402.7763 2.0 2402.792 1.0 2402.8077 2.0 2402.8234 3.0 2402.8391 7.0 2402.8547 1.0 2402.8861 3.0 2402.9018 2.0 2402.9175 1.0 2402.9332 1.0 2402.9488 2.0 2402.9645 2.0 2402.9802 1.0 2402.9959 4.0 2403.0116 2.0 2403.0273 1.0 2403.0429 5.0 2403.0586 2.0 2403.0743 2.0 2403.09 7.0 2403.1057 6.0 2403.1214 8.0 2403.137 2.0 2403.1527 4.0 2403.1684 12.0 2403.1841 4.0 2403.1998 3.0 2403.2155 3.0 2403.2312 2.0 2403.2468 2.0 2403.2625 6.0 2403.2782 3.0 2403.2939 3.0 2403.3253 9.0 2403.341 1.0 2403.3566 3.0 2403.3723 4.0 2403.388 2.0 2403.4037 2.0 2403.4194 5.0 2403.4351 7.0 2403.4507 1.0 2403.4664 3.0 2403.4821 5.0 2403.4978 9.0 2403.5135 8.0 2403.5292 9.0 2403.5449 6.0 2403.5605 4.0 2403.5762 1.0 2403.5919 4.0 2403.6076 3.0 2403.6233 1.0 2403.639 3.0 2403.6547 2.0 2403.6703 1.0 2403.686 3.0 2403.7017 5.0 2403.7174 1.0 2403.7488 2.0 2403.7645 8.0 2403.7802 2.0 2403.8115 1.0 2403.8272 3.0 2403.8429 5.0 2403.8586 8.0 2403.8743 5.0 2403.89 6.0 2403.9056 2.0 2403.9213 3.0 2403.937 3.0 2403.9527 3.0 2403.9684 3.0 2403.9998 3.0 2404.0155 5.0 2404.0311 3.0 2404.0468 5.0 2404.0625 6.0 2404.0782 7.0 2404.0939 2.0 2404.1096 1.0 2404.1253 8.0 2404.141 4.0 2404.1566 4.0 2404.1723 3.0 2404.2037 2.0 2404.2194 5.0 2404.2351 2.0 2404.2508 7.0 2404.2665 4.0 2404.2821 2.0 2404.2978 4.0 2404.3135 5.0 2404.3292 2.0 2404.3606 1.0 2404.3763 4.0 2404.392 6.0 2404.4077 7.0 2404.4233 7.0 2404.439 3.0 2404.4547 1.0 2404.4704 1.0 2404.4861 3.0 2404.5018 4.0 2404.5175 6.0 2404.5332 4.0 2404.5645 2.0 2404.5802 4.0 2404.5959 2.0 2404.6273 3.0 2404.643 2.0 2404.6587 1.0 2404.6744 3.0 2404.7057 3.0 2404.7214 1.0 2404.7371 2.0 2404.7528 2.0 2404.7685 3.0 2404.7842 3.0 2404.7999 6.0 2404.8156 7.0 2404.8313 2.0 2404.847 1.0 2404.8626 1.0 2404.8783 1.0 2404.9097 5.0 2404.9254 4.0 2404.9411 5.0 2404.9568 1.0 2404.9725 4.0 2405.0039 1.0 2405.0195 3.0 2405.0352 2.0 2405.0509 6.0 2405.0666 5.0 2405.0823 9.0 2405.098 3.0 2405.1294 2.0 2405.1451 4.0 2405.1608 2.0 2405.1921 3.0 2405.2078 1.0 2405.2235 1.0 2405.2392 7.0 2405.2549 4.0 2405.2706 5.0 2405.2863 1.0 2405.302 3.0 2405.3177 4.0 2405.3334 3.0 2405.3491 1.0 2405.3648 4.0 2405.3961 6.0 2405.4118 7.0 2405.4275 4.0 2405.4432 3.0 2405.4589 7.0 2405.4746 3.0 2405.506 1.0 2405.5217 2.0 2405.5531 3.0 2405.5688 4.0 2405.6001 3.0 2405.6158 1.0 2405.6315 1.0 2405.6472 3.0 2405.6786 1.0 2405.6943 7.0 2405.71 2.0 2405.7257 2.0 2405.7414 4.0 2405.7571 4.0 2405.7728 2.0 2405.7885 5.0 2405.8041 5.0 2405.8355 1.0 2405.8512 5.0 2405.8669 7.0 2405.8826 2.0 2405.8983 2.0 2405.914 1.0 2405.9297 2.0 2405.9454 3.0 2405.9611 7.0 2405.9768 2.0 2405.9925 8.0 2406.0082 4.0 2406.0239 2.0 2406.0395 6.0 2406.0552 1.0 2406.0709 6.0 2406.0866 6.0 2406.1023 7.0 2406.118 6.0 2406.1337 1.0 2406.1494 5.0 2406.1651 6.0 2406.1808 4.0 2406.1965 3.0 2406.2122 1.0 2406.2279 2.0 2406.2436 1.0 2406.2593 4.0 2406.275 5.0 2406.2907 3.0 2406.322 2.0 2406.3377 3.0 2406.3534 8.0 2406.3691 13.0 2406.3848 9.0 2406.4162 2.0 2406.4319 3.0 2406.4476 2.0 2406.479 2.0 2406.4947 4.0 2406.5104 1.0 2406.5261 4.0 2406.5418 2.0 2406.5575 2.0 2406.5732 3.0 2406.5889 5.0 2406.6046 5.0 2406.6203 1.0 2406.636 1.0 2406.6673 2.0 2406.6987 7.0 2406.7144 1.0 2406.7301 1.0 2406.7458 2.0 2406.7615 3.0 2406.7772 9.0 2406.7929 4.0 2406.8086 6.0 2406.8243 2.0 2406.84 8.0 2406.8557 3.0 2406.8714 4.0 2406.8871 1.0 2406.9028 2.0 2406.9185 4.0 2406.9342 1.0 2406.9499 3.0 2406.9656 3.0 2406.997 1.0 2407.0127 1.0 2407.0284 5.0 2407.0441 9.0 2407.0598 11.0 2407.0755 15.0 2407.0912 7.0 2407.1069 3.0 2407.1383 7.0 2407.154 8.0 2407.1696 1.0 2407.1853 11.0 2407.201 8.0 2407.2167 2.0 2407.2324 8.0 2407.2481 10.0 2407.2638 6.0 2407.2795 1.0 2407.2952 7.0 2407.3109 4.0 2407.3423 5.0 2407.358 8.0 2407.3737 2.0 2407.3894 1.0 2407.4051 1.0 2407.4365 6.0 2407.4522 4.0 2407.4679 1.0 2407.4836 3.0 2407.4993 2.0 2407.515 2.0 2407.5307 9.0 2407.5464 5.0 2407.5621 3.0 2407.5778 2.0 2407.5935 1.0 2407.6092 1.0 2407.6249 1.0 2407.6406 1.0 2407.6563 2.0 2407.672 1.0 2407.6877 2.0 2407.7034 6.0 2407.7191 1.0 2407.7348 1.0 2407.7505 2.0 2407.7662 4.0 2407.7976 2.0 2407.8133 3.0 2407.829 2.0 2407.8447 4.0 2407.8761 5.0 2407.8918 1.0 2407.9075 12.0 2407.9232 9.0 2407.9389 2.0 2407.9546 4.0 2407.9703 3.0 2407.986 2.0 2408.0017 1.0 2408.0174 1.0 2408.0331 2.0 2408.0488 1.0 2408.0645 3.0 2408.0802 4.0 2408.0959 7.0 2408.1116 11.0 2408.1273 5.0 2408.143 3.0 2408.1587 3.0 2408.1744 6.0 2408.1901 3.0 2408.2058 6.0 2408.2215 7.0 2408.2372 6.0 2408.2529 4.0 2408.2686 1.0 2408.3 3.0 2408.3314 6.0 2408.3471 1.0 2408.3628 2.0 2408.3942 5.0 2408.4099 5.0 2408.4256 6.0 2408.4413 1.0 2408.457 1.0 2408.4727 2.0 2408.4884 5.0 2408.5041 2.0 2408.5198 4.0 2408.5355 2.0 2408.5512 6.0 2408.5984 1.0 2408.6141 1.0 2408.6298 2.0 2408.6612 1.0 2408.6769 3.0 2408.6926 2.0 2408.7083 5.0 2408.724 5.0 2408.7397 2.0 2408.7868 2.0 2408.8025 6.0 2408.8182 4.0 2408.8339 5.0 2408.8496 2.0 2408.8653 7.0 2408.881 1.0 2408.8967 5.0 2408.9124 2.0 2408.9281 5.0 2408.9438 1.0 2408.9595 2.0 2408.9752 1.0 2408.9909 3.0 2409.0066 3.0 2409.0223 2.0 2409.038 3.0 2409.0694 2.0 2409.0852 12.0 2409.1009 11.0 2409.1166 5.0 2409.1323 5.0 2409.148 2.0 2409.1637 2.0 2409.1794 5.0 2409.2108 2.0 2409.2265 3.0 2409.2422 2.0 2409.2579 3.0 2409.2736 2.0 2409.305 2.0 2409.3364 1.0 2409.3521 2.0 2409.3678 1.0 2409.3835 4.0 2409.3992 3.0 2409.4149 2.0 2409.4307 1.0 2409.4778 4.0 2409.4935 2.0 2409.5092 2.0 2409.5249 4.0 2409.5563 4.0 2409.572 1.0 2409.5877 3.0 2409.6034 2.0 2409.6505 7.0 2409.6662 5.0 2409.6819 5.0 2409.6976 1.0 2409.7134 2.0 2409.7291 2.0 2409.7448 4.0 2409.7605 9.0 2409.7762 2.0 2409.7919 5.0 2409.8076 3.0 2409.8233 3.0 2409.839 4.0 2409.8547 4.0 2409.8704 1.0 2409.8861 7.0 2409.9018 9.0 2409.9175 5.0 2409.9332 6.0 2409.9489 1.0 2409.9647 7.0 2409.9804 10.0 2409.9961 9.0 2410.0118 4.0 2410.0275 1.0 2410.0432 1.0 2410.0589 2.0 2410.0746 2.0 2410.0903 2.0 2410.106 3.0 2410.1217 4.0 2410.1374 3.0 2410.1531 3.0 2410.1688 5.0 2410.1846 12.0 2410.2003 2.0 2410.216 1.0 2410.2317 9.0 2410.2474 5.0 2410.2631 7.0 2410.2788 3.0 2410.2945 3.0 2410.3102 4.0 2410.3259 3.0 2410.3416 1.0 2410.3731 2.0 2410.4045 1.0 2410.4359 5.0 2410.4516 1.0 2410.4673 4.0 2410.483 2.0 2410.4987 6.0 2410.5144 6.0 2410.5301 3.0 2410.5458 2.0 2410.5616 4.0 2410.5773 7.0 2410.593 1.0 2410.6087 2.0 2410.6244 6.0 2410.6401 1.0 2410.6558 2.0 2410.6715 4.0 2410.6872 3.0 2410.7029 1.0 2410.7186 3.0 2410.7344 1.0 2410.7501 1.0 2410.7658 1.0 2410.7815 7.0 2410.7972 6.0 2410.8129 2.0 2410.8286 2.0 2410.8443 3.0 2410.86 3.0 2410.8915 1.0 2410.9072 3.0 2410.9229 2.0 2410.9386 1.0 2410.9543 3.0 2410.97 5.0 2410.9857 1.0 2411.0014 3.0 2411.0171 2.0 2411.0328 3.0 2411.0486 6.0 2411.0643 10.0 2411.08 3.0 2411.0957 1.0 2411.1114 5.0 2411.1271 3.0 2411.1428 17.0 2411.1585 11.0 2411.1742 7.0 2411.1899 6.0 2411.2057 5.0 2411.2214 2.0 2411.2371 1.0 2411.2528 2.0 2411.2685 4.0 2411.2842 6.0 2411.2999 1.0 2411.3156 1.0 2411.3313 2.0 2411.3471 7.0 2411.3628 3.0 2411.3785 6.0 2411.3942 2.0 2411.4099 7.0 2411.4256 5.0 2411.457 1.0 2411.4885 3.0 2411.5042 3.0 2411.5199 1.0 2411.5356 2.0 2411.5513 2.0 2411.567 6.0 2411.5827 3.0 2411.5984 1.0 2411.6142 2.0 2411.6299 3.0 2411.6456 3.0 2411.6613 3.0 2411.677 3.0 2411.6927 5.0 2411.7084 5.0 2411.7241 8.0 2411.7399 2.0 2411.7556 1.0 2411.7713 4.0 2411.787 5.0 2411.8027 5.0 2411.8184 1.0 2411.8341 3.0 2411.8499 3.0 2411.8656 2.0 2411.8813 10.0 2411.897 10.0 2411.9127 3.0 2411.9284 4.0 2411.9441 6.0 2411.9598 3.0 2411.9756 3.0 2411.9913 5.0 2412.007 1.0 2412.0227 2.0 2412.0384 3.0 2412.0541 3.0 2412.0698 7.0 2412.0856 2.0 2412.1013 1.0 2412.117 5.0 2412.1327 6.0 2412.1484 6.0 2412.1641 3.0 2412.1798 11.0 2412.1956 4.0 2412.2113 5.0 2412.227 5.0 2412.2427 6.0 2412.2584 4.0 2412.2741 4.0 2412.2898 3.0 2412.3056 1.0 2412.3213 4.0 2412.3527 2.0 2412.3684 3.0 2412.3841 2.0 2412.3998 6.0 2412.4156 9.0 2412.4313 1.0 2412.447 3.0 2412.4627 1.0 2412.4784 7.0 2412.4941 2.0 2412.5098 2.0 2412.5256 2.0 2412.5413 7.0 2412.557 2.0 2412.5727 4.0 2412.5884 3.0 2412.6041 3.0 2412.6199 8.0 2412.6356 6.0 2412.6513 2.0 2412.667 4.0 2412.6827 7.0 2412.6984 5.0 2412.7141 11.0 2412.7299 7.0 2412.7456 1.0 2412.7613 4.0 2412.777 1.0 2412.7927 5.0 2412.8084 4.0 2412.8242 1.0 2412.8556 2.0 2412.8713 6.0 2412.887 1.0 2412.9027 4.0 2412.9185 1.0 2412.9342 6.0 2412.9499 2.0 2412.9656 3.0 2412.9813 11.0 2412.997 2.0 2413.0128 1.0 2413.0285 2.0 2413.0442 1.0 2413.0599 4.0 2413.0756 3.0 2413.0913 2.0 2413.1071 6.0 2413.1228 5.0 2413.1385 1.0 2413.1542 2.0 2413.1699 4.0 2413.1857 3.0 2413.2014 2.0 2413.2171 3.0 2413.2328 2.0 2413.2485 1.0 2413.28 1.0 2413.2957 1.0 2413.3114 2.0 2413.3271 2.0 2413.3428 3.0 2413.3585 2.0 2413.3743 2.0 2413.39 2.0 2413.4057 4.0 2413.4214 2.0 2413.4371 2.0 2413.4529 3.0 2413.4686 6.0 2413.4843 7.0 2413.5 3.0 2413.5157 5.0 2413.5314 3.0 2413.5472 2.0 2413.5629 6.0 2413.5786 2.0 2413.5943 3.0 2413.61 4.0 2413.6258 1.0 2413.6415 4.0 2413.6572 9.0 2413.6729 3.0 2413.7044 1.0 2413.7201 2.0 2413.7358 9.0 2413.7515 1.0 2413.7672 4.0 2413.783 3.0 2413.7987 2.0 2413.8144 2.0 2413.8301 3.0 2413.8458 1.0 2413.8615 3.0 2413.8773 3.0 2413.893 5.0 2413.9087 6.0 2413.9244 8.0 2413.9401 6.0 2413.9559 4.0 2413.9716 8.0 2413.9873 2.0 2414.003 2.0 2414.0187 6.0 2414.0345 2.0 2414.0502 2.0 2414.0659 1.0 2414.0816 1.0 2414.0974 5.0 2414.1131 3.0 2414.1288 7.0 2414.1445 3.0 2414.1602 4.0 2414.176 2.0 2414.1917 2.0 2414.2388 5.0 2414.2546 3.0 2414.2703 3.0 2414.286 2.0 2414.3017 2.0 2414.3174 3.0 2414.3332 2.0 2414.3489 1.0 2414.3646 2.0 2414.3803 2.0 2414.396 2.0 2414.4118 7.0 2414.4275 11.0 2414.4432 3.0 2414.4589 3.0 2414.4747 6.0 2414.4904 4.0 2414.5218 2.0 2414.5375 3.0 2414.5533 5.0 2414.569 5.0 2414.5847 6.0 2414.6004 2.0 2414.6162 3.0 2414.6319 2.0 2414.6476 4.0 2414.6633 7.0 2414.679 3.0 2414.6948 2.0 2414.7105 3.0 2414.7262 2.0 2414.7419 1.0 2414.7577 1.0 2414.7734 3.0 2414.8048 1.0 2414.8205 2.0 2414.8363 4.0 2414.852 2.0 2414.8677 5.0 2414.8834 3.0 2414.8992 3.0 2414.9149 4.0 2414.9306 1.0 2414.9463 6.0 2414.9778 2.0 2414.9935 2.0 2415.0092 5.0 2415.0249 2.0 2415.0407 2.0 2415.0721 5.0 2415.0878 10.0 2415.1036 3.0 2415.135 3.0 2415.1507 2.0 2415.1665 2.0 2415.1822 1.0 2415.1979 5.0 2415.2136 8.0 2415.2294 3.0 2415.2451 3.0 2415.2608 2.0 2415.2765 3.0 2415.308 2.0 2415.3237 1.0 2415.3394 2.0 2415.3552 1.0 2415.3709 1.0 2415.3866 4.0 2415.4023 4.0 2415.4181 4.0 2415.4338 6.0 2415.4495 4.0 2415.4652 2.0 2415.481 6.0 2415.4967 1.0 2415.5124 1.0 2415.5281 1.0 2415.5596 4.0 2415.5753 1.0 2415.591 1.0 2415.6068 3.0 2415.6225 7.0 2415.6382 4.0 2415.6539 3.0 2415.6697 1.0 2415.6854 1.0 2415.7011 5.0 2415.7168 5.0 2415.7326 9.0 2415.7483 9.0 2415.764 3.0 2415.7797 2.0 2415.7955 3.0 2415.8112 2.0 2415.8426 4.0 2415.8584 6.0 2415.8741 2.0 2415.8898 5.0 2415.9055 3.0 2415.9213 3.0 2415.937 7.0 2415.9527 5.0 2415.9685 1.0 2415.9842 4.0 2415.9999 2.0 2416.0156 1.0 2416.0314 5.0 2416.0471 8.0 2416.0628 2.0 2416.11 1.0 2416.1257 5.0 2416.1414 1.0 2416.1572 3.0 2416.1729 1.0 2416.1886 1.0 2416.2044 11.0 2416.2201 11.0 2416.2358 1.0 2416.2515 2.0 2416.2673 2.0 2416.283 3.0 2416.2987 1.0 2416.3144 1.0 2416.3302 1.0 2416.3459 4.0 2416.3616 2.0 2416.3931 3.0 2416.4245 1.0 2416.4403 3.0 2416.456 2.0 2416.4717 8.0 2416.4875 10.0 2416.5032 5.0 2416.5346 2.0 2416.5504 1.0 2416.5661 4.0 2416.5818 1.0 2416.5976 1.0 2416.6447 1.0 2416.6605 2.0 2416.6762 4.0 2416.6919 2.0 2416.7077 9.0 2416.7234 4.0 2416.7391 8.0 2416.7706 1.0 2416.7863 1.0 2416.802 9.0 2416.8178 5.0 2416.8335 2.0 2416.8492 2.0 2416.865 1.0 2416.8807 2.0 2416.8964 4.0 2416.9121 3.0 2416.9279 4.0 2416.9436 4.0 2416.9593 2.0 2416.9751 2.0 2416.9908 1.0 2417.0065 3.0 2417.0223 1.0 2417.038 5.0 2417.0537 2.0 2417.0694 6.0 2417.0852 4.0 2417.1009 7.0 2417.1166 8.0 2417.1324 2.0 2417.1481 7.0 2417.1638 1.0 2417.1796 1.0 2417.1953 5.0 2417.211 7.0 2417.2267 7.0 2417.2425 8.0 2417.2582 7.0 2417.2739 4.0 2417.2897 3.0 2417.3054 3.0 2417.3369 4.0 2417.3526 6.0 2417.3683 2.0 2417.3841 4.0 2417.3998 6.0 2417.4155 7.0 2417.4313 5.0 2417.447 8.0 2417.4627 6.0 2417.4784 2.0 2417.4942 2.0 2417.5099 2.0 2417.5256 2.0 2417.5414 3.0 2417.5571 5.0 2417.5886 2.0 2417.6043 1.0 2417.62 2.0 2417.6358 3.0 2417.6515 6.0 2417.6672 1.0 2417.683 3.0 2417.7144 2.0 2417.7302 2.0 2417.7459 2.0 2417.7616 4.0 2417.7774 2.0 2417.7931 3.0 2417.8246 4.0 2417.856 1.0 2417.8717 5.0 2417.8875 7.0 2417.9032 6.0 2417.9189 4.0 2417.9504 1.0 2417.9819 4.0 2417.9976 6.0 2418.0133 3.0 2418.0291 5.0 2418.0605 8.0 2418.0763 4.0 2418.092 2.0 2418.1077 1.0 2418.1235 1.0 2418.1392 6.0 2418.1549 3.0 2418.2022 5.0 2418.2179 1.0 2418.2336 2.0 2418.2494 5.0 2418.2651 2.0 2418.2808 1.0 2418.3123 3.0 2418.328 8.0 2418.3438 7.0 2418.3595 6.0 2418.3752 2.0 2418.391 6.0 2418.4067 7.0 2418.4224 1.0 2418.4382 2.0 2418.4539 2.0 2418.4696 7.0 2418.4854 4.0 2418.5011 3.0 2418.5168 9.0 2418.5326 6.0 2418.5483 7.0 2418.564 11.0 2418.5798 4.0 2418.5955 3.0 2418.6113 5.0 2418.627 1.0 2418.6427 2.0 2418.6742 2.0 2418.6899 1.0 2418.7057 2.0 2418.7214 2.0 2418.7371 3.0 2418.7529 4.0 2418.7686 6.0 2418.7843 6.0 2418.8001 8.0 2418.8158 7.0 2418.8316 11.0 2418.8473 3.0 2418.863 2.0 2418.8788 1.0 2418.8945 1.0 2418.926 1.0 2418.9417 3.0 2418.9574 1.0 2418.9732 1.0 2418.9889 3.0 2419.0046 4.0 2419.0204 4.0 2419.0361 2.0 2419.0519 3.0 2419.0676 1.0 2419.0833 5.0 2419.0991 9.0 2419.1148 9.0 2419.1305 4.0 2419.1463 5.0 2419.162 2.0 2419.1778 6.0 2419.1935 8.0 2419.2092 4.0 2419.2407 3.0 2419.2564 1.0 2419.2722 3.0 2419.2879 8.0 2419.3037 1.0 2419.3351 1.0 2419.3509 3.0 2419.3666 4.0 2419.3823 2.0 2419.3981 2.0 2419.4138 3.0 2419.4296 3.0 2419.461 1.0 2419.4768 5.0 2419.4925 4.0 2419.5082 2.0 2419.5397 5.0 2419.5555 2.0 2419.5712 2.0 2419.5869 2.0 2419.6027 1.0 2419.6184 2.0 2419.6342 2.0 2419.6499 2.0 2419.6814 1.0 2419.6971 1.0 2419.7128 4.0 2419.7286 4.0 2419.7443 2.0 2419.7601 3.0 2419.7758 2.0 2419.8073 2.0 2419.823 2.0 2419.8388 5.0 2419.8545 2.0 2419.8702 1.0 2419.886 5.0 2419.9017 2.0 2419.9332 2.0 2419.9489 1.0 2419.9647 3.0 2419.9804 3.0 2419.9962 2.0 2420.0119 4.0 2420.0276 4.0 2420.0434 1.0 2420.0591 2.0 2420.0749 2.0 2420.0906 2.0 2420.1221 2.0 2420.1378 6.0 2420.1536 6.0 2420.1693 5.0 2420.185 6.0 2420.2008 1.0 2420.2323 4.0 2420.248 6.0 2420.2795 4.0 2420.2952 4.0 2420.311 1.0 2420.3267 3.0 2420.3424 4.0 2420.3582 1.0 2420.3897 1.0 2420.4054 2.0 2420.4212 4.0 2420.4369 5.0 2420.4526 2.0 2420.4684 2.0 2420.4841 1.0 2420.4999 2.0 2420.5156 1.0 2420.5313 1.0 2420.5786 4.0 2420.6258 1.0 2420.6415 4.0 2420.6573 6.0 2420.673 1.0 2420.6888 2.0 2420.7045 2.0 2420.7202 5.0 2420.736 4.0 2420.7517 2.0 2420.7675 3.0 2420.7832 5.0 2420.799 2.0 2420.8147 3.0 2420.8304 1.0 2420.8462 3.0 2420.8619 5.0 2420.8777 2.0 2420.8934 1.0 2420.9092 2.0 2420.9249 1.0 2420.9406 2.0 2420.9564 4.0 2420.9721 3.0 2420.9879 3.0 2421.0036 3.0 2421.0194 6.0 2421.0351 5.0 2421.0508 5.0 2421.0666 2.0 2421.0823 6.0 2421.0981 3.0 2421.1138 3.0 2421.1296 6.0 2421.1453 4.0 2421.161 6.0 2421.1768 2.0 2421.1925 7.0 2421.2083 2.0 2421.224 4.0 2421.2398 1.0 2421.2555 5.0 2421.2713 1.0 2421.287 2.0 2421.3027 3.0 2421.3185 3.0 2421.3342 2.0 2421.35 7.0 2421.3657 2.0 2421.3815 1.0 2421.3972 2.0 2421.413 5.0 2421.4287 1.0 2421.4602 2.0 2421.4759 3.0 2421.4917 8.0 2421.5074 4.0 2421.5232 4.0 2421.5389 3.0 2421.5547 1.0 2421.5704 3.0 2421.5861 3.0 2421.6019 1.0 2421.6176 4.0 2421.6334 2.0 2421.6491 3.0 2421.6649 2.0 2421.6964 5.0 2421.7121 2.0 2421.7279 3.0 2421.7436 2.0 2421.7593 1.0 2421.7751 1.0 2421.7908 2.0 2421.8066 2.0 2421.8223 1.0 2421.8381 1.0 2421.8696 3.0 2421.8853 1.0 2421.9011 2.0 2421.9168 4.0 2421.9325 6.0 2421.9483 19.0 2421.964 12.0 2421.9798 3.0 2421.9955 1.0 2422.027 1.0 2422.0428 4.0 2422.0585 8.0 2422.0743 3.0 2422.09 1.0 2422.1058 9.0 2422.1215 5.0 2422.1373 3.0 2422.153 1.0 2422.1845 9.0 2422.2002 6.0 2422.216 6.0 2422.2317 3.0 2422.2475 5.0 2422.2632 5.0 2422.279 3.0 2422.2947 6.0 2422.3105 5.0 2422.342 8.0 2422.3577 6.0 2422.3735 5.0 2422.3892 7.0 2422.405 5.0 2422.4365 6.0 2422.4522 11.0 2422.4679 6.0 2422.4837 4.0 2422.4994 1.0 2422.5152 6.0 2422.5467 4.0 2422.5624 6.0 2422.5782 4.0 2422.5939 6.0 2422.6097 7.0 2422.6254 3.0 2422.6412 9.0 2422.6569 2.0 2422.6727 6.0 2422.6884 1.0 2422.7042 3.0 2422.7199 1.0 2422.7357 1.0 2422.7987 1.0 2422.8144 2.0 2422.8459 6.0 2422.8617 7.0 2422.8774 2.0 2422.8932 2.0 2422.9089 7.0 2422.9247 2.0 2422.9404 1.0 2422.9562 3.0 2422.9719 2.0 2422.9877 6.0 2423.0034 6.0 2423.0192 2.0 2423.0349 2.0 2423.0507 4.0 2423.0664 5.0 2423.0822 2.0 2423.0979 2.0 2423.1137 4.0 2423.1294 6.0 2423.1452 2.0 2423.1609 12.0 2423.1767 4.0 2423.1924 11.0 2423.2082 16.0 2423.2239 7.0 2423.2397 6.0 2423.2554 8.0 2423.2712 3.0 2423.2869 6.0 2423.3027 3.0 2423.3184 2.0 2423.3342 3.0 2423.3499 1.0 2423.3657 9.0 2423.3814 6.0 2423.3972 2.0 2423.4129 6.0 2423.4287 9.0 2423.4444 4.0 2423.4602 1.0 2423.4759 3.0 2423.4917 7.0 2423.5074 5.0 2423.5232 3.0 2423.5389 4.0 2423.5547 8.0 2423.5862 3.0 2423.6019 5.0 2423.6334 1.0 2423.6492 2.0 2423.6649 3.0 2423.6807 2.0 2423.6964 1.0 2423.7122 5.0 2423.7279 3.0 2423.7437 7.0 2423.7595 5.0 2423.7752 2.0 2423.791 2.0 2423.8067 2.0 2423.8225 1.0 2423.8382 9.0 2423.854 2.0 2423.8697 1.0 2423.8855 1.0 2423.9012 13.0 2423.917 7.0 2423.9327 5.0 2423.9485 2.0 2423.9642 5.0 2423.98 2.0 2424.0115 1.0 2424.0272 2.0 2424.043 7.0 2424.0588 3.0 2424.0745 6.0 2424.106 1.0 2424.1218 3.0 2424.1375 6.0 2424.1533 8.0 2424.169 7.0 2424.1848 4.0 2424.2005 4.0 2424.2163 8.0 2424.232 7.0 2424.2478 7.0 2424.2635 6.0 2424.2793 2.0 2424.2951 6.0 2424.3108 10.0 2424.3266 2.0 2424.3423 13.0 2424.3581 6.0 2424.3738 5.0 2424.3896 2.0 2424.4053 3.0 2424.4211 1.0 2424.4368 2.0 2424.4526 1.0 2424.4684 5.0 2424.4841 4.0 2424.4999 4.0 2424.5156 3.0 2424.5314 5.0 2424.5471 6.0 2424.5629 11.0 2424.5786 11.0 2424.5944 5.0 2424.6101 2.0 2424.6259 4.0 2424.6417 4.0 2424.6574 4.0 2424.6732 2.0 2424.7047 1.0 2424.7677 5.0 2424.7835 9.0 2424.7992 1.0 2424.815 4.0 2424.8307 3.0 2424.8465 5.0 2424.8622 4.0 2424.878 2.0 2424.8937 6.0 2424.9095 4.0 2424.9253 6.0 2424.941 4.0 2424.9568 1.0 2424.9725 1.0 2424.9883 5.0 2425.004 3.0 2425.0198 3.0 2425.0355 2.0 2425.0513 7.0 2425.0671 8.0 2425.0828 7.0 2425.0986 3.0 2425.1143 2.0 2425.1301 4.0 2425.1458 2.0 2425.1616 3.0 2425.1774 7.0 2425.1931 7.0 2425.2089 4.0 2425.2246 5.0 2425.2404 13.0 2425.2561 3.0 2425.2719 4.0 2425.2877 2.0 2425.3034 1.0 2425.3192 2.0 2425.3349 4.0 2425.3507 1.0 2425.3664 8.0 2425.3822 3.0 2425.398 3.0 2425.4295 2.0 2425.4452 4.0 2425.461 1.0 2425.4767 2.0 2425.4925 3.0 2425.5083 5.0 2425.524 4.0 2425.5398 4.0 2425.5555 4.0 2425.5713 7.0 2425.5871 6.0 2425.6186 3.0 2425.6343 6.0 2425.6501 3.0 2425.6658 3.0 2425.6816 3.0 2425.6974 4.0 2425.7131 4.0 2425.7289 2.0 2425.7446 7.0 2425.7604 11.0 2425.7762 5.0 2425.7919 1.0 2425.8077 3.0 2425.8234 3.0 2425.8392 4.0 2425.8549 5.0 2425.8707 9.0 2425.8865 4.0 2425.9022 5.0 2425.918 2.0 2425.9337 2.0 2425.9495 7.0 2425.9653 4.0 2425.981 3.0 2425.9968 3.0 2426.0125 4.0 2426.0283 4.0 2426.0598 1.0 2426.0756 4.0 2426.0913 1.0 2426.1071 3.0 2426.1229 2.0 2426.1386 8.0 2426.1544 7.0 2426.1701 2.0 2426.1859 2.0 2426.2017 4.0 2426.2174 3.0 2426.2332 1.0 2426.2489 1.0 2426.2647 2.0 2426.2805 8.0 2426.2962 4.0 2426.312 2.0 2426.3277 2.0 2426.3435 3.0 2426.3593 2.0 2426.375 2.0 2426.3908 5.0 2426.4065 2.0 2426.4223 2.0 2426.4381 4.0 2426.4538 4.0 2426.4696 2.0 2426.4854 3.0 2426.5011 2.0 2426.5169 3.0 2426.5326 6.0 2426.5484 3.0 2426.5642 2.0 2426.5799 2.0 2426.5957 1.0 2426.6272 3.0 2426.643 2.0 2426.6587 4.0 2426.6745 3.0 2426.6903 3.0 2426.706 4.0 2426.7218 3.0 2426.7375 2.0 2426.7533 3.0 2426.7691 1.0 2426.7848 5.0 2426.8006 1.0 2426.8163 2.0 2426.8321 2.0 2426.8479 2.0 2426.8636 2.0 2426.8794 1.0 2426.8952 4.0 2426.9109 3.0 2426.9267 8.0 2426.9424 3.0 2426.9582 5.0 2426.9897 3.0 2427.0055 3.0 2427.0213 3.0 2427.037 1.0 2427.0528 5.0 2427.0685 1.0 2427.0843 2.0 2427.1001 2.0 2427.1158 1.0 2427.1316 2.0 2427.1474 3.0 2427.1631 3.0 2427.1789 5.0 2427.1947 4.0 2427.2104 2.0 2427.2262 2.0 2427.2419 4.0 2427.2577 12.0 2427.2735 4.0 2427.2892 1.0 2427.305 3.0 2427.3208 8.0 2427.3365 3.0 2427.3681 3.0 2427.3838 1.0 2427.3996 1.0 2427.4153 10.0 2427.4311 11.0 2427.4469 5.0 2427.4626 4.0 2427.4784 5.0 2427.4942 3.0 2427.5099 3.0 2427.5415 2.0 2427.5572 4.0 2427.573 3.0 2427.5888 3.0 2427.6045 2.0 2427.6203 1.0 2427.6361 4.0 2427.6518 5.0 2427.6676 1.0 2427.6833 1.0 2427.6991 2.0 2427.7149 3.0 2427.7306 2.0 2427.7464 8.0 2427.7622 4.0 2427.7779 5.0 2427.7937 4.0 2427.8095 7.0 2427.8252 6.0 2427.841 5.0 2427.8883 4.0 2427.9041 1.0 2427.9198 1.0 2427.9356 4.0 2427.9514 5.0 2427.9671 1.0 2427.9829 2.0 2427.9987 8.0 2428.0144 4.0 2428.0302 2.0 2428.046 2.0 2428.0617 2.0 2428.0775 2.0 2428.0933 3.0 2428.109 1.0 2428.1406 7.0 2428.1563 3.0 2428.1721 4.0 2428.1879 1.0 2428.2036 1.0 2428.2194 4.0 2428.2352 3.0 2428.2509 5.0 2428.2667 2.0 2428.2825 2.0 2428.2982 8.0 2428.3298 1.0 2428.3455 1.0 2428.3613 2.0 2428.3771 3.0 2428.3928 2.0 2428.4086 7.0 2428.4244 3.0 2428.4401 4.0 2428.4559 2.0 2428.4717 4.0 2428.4874 3.0 2428.519 6.0 2428.5347 8.0 2428.5505 3.0 2428.5663 3.0 2428.582 3.0 2428.5978 3.0 2428.6136 4.0 2428.6293 3.0 2428.6451 4.0 2428.6609 2.0 2428.6766 1.0 2428.6924 4.0 2428.7082 2.0 2428.724 4.0 2428.7397 2.0 2428.7555 1.0 2428.787 2.0 2428.8028 3.0 2428.8186 5.0 2428.8343 3.0 2428.8501 2.0 2428.8659 2.0 2428.8816 3.0 2428.8974 3.0 2428.9132 3.0 2428.9289 7.0 2428.9447 8.0 2428.9605 4.0 2428.9763 7.0 2428.992 7.0 2429.0078 6.0 2429.0236 2.0 2429.0393 4.0 2429.0551 7.0 2429.0709 6.0 2429.0866 3.0 2429.1024 11.0 2429.1182 3.0 2429.1339 8.0 2429.1497 1.0 2429.1655 2.0 2429.1813 2.0 2429.197 3.0 2429.2128 2.0 2429.2286 10.0 2429.2443 3.0 2429.2601 3.0 2429.2759 6.0 2429.2916 5.0 2429.3074 5.0 2429.3232 1.0 2429.339 4.0 2429.3547 3.0 2429.3705 6.0 2429.3863 2.0 2429.4178 4.0 2429.4336 4.0 2429.4494 2.0 2429.4651 4.0 2429.4809 1.0 2429.4967 1.0 2429.5124 7.0 2429.5282 4.0 2429.544 2.0 2429.5755 6.0 2429.6071 1.0 2429.6228 1.0 2429.6386 1.0 2429.6702 1.0 2429.6859 2.0 2429.7017 2.0 2429.7175 1.0 2429.7332 2.0 2429.749 2.0 2429.7648 4.0 2429.7806 4.0 2429.7963 1.0 2429.8121 3.0 2429.8279 5.0 2429.8436 4.0 2429.8594 4.0 2429.8752 1.0 2429.891 3.0 2429.9067 3.0 2429.9225 10.0 2429.9383 5.0 2429.9698 2.0 2429.9856 2.0 2430.0014 3.0 2430.0171 3.0 2430.0329 7.0 2430.0487 2.0 2430.0645 6.0 2430.0802 7.0 2430.096 2.0 2430.1118 2.0 2430.1591 4.0 2430.1906 1.0 2430.2222 2.0 2430.238 9.0 2430.2695 3.0 2430.2853 8.0 2430.3011 4.0 2430.3168 2.0 2430.3326 1.0 2430.3484 5.0 2430.3641 6.0 2430.3799 4.0 2430.3957 3.0 2430.4115 3.0 2430.443 4.0 2430.4588 1.0 2430.4746 1.0 2430.4903 1.0 2430.5061 2.0 2430.5219 2.0 2430.5377 2.0 2430.5534 7.0 2430.5692 1.0 2430.585 1.0 2430.6008 1.0 2430.6165 1.0 2430.6323 1.0 2430.6481 2.0 2430.6639 1.0 2430.6796 1.0 2430.6954 2.0 2430.7112 1.0 2430.727 2.0 2430.7427 1.0 2430.7585 1.0 2430.7743 1.0 2430.7901 2.0 2430.8058 3.0 2430.8216 2.0 2430.8374 4.0 2430.8532 9.0 2430.8689 2.0 2430.8847 5.0 2430.9005 1.0 2430.9163 1.0 2430.932 2.0 2430.9478 3.0 2430.9636 1.0 2430.9794 1.0 2430.9951 5.0 2431.0109 1.0 2431.0267 1.0 2431.0425 2.0 2431.0582 4.0 2431.0898 7.0 2431.1056 8.0 2431.1214 6.0 2431.1371 4.0 2431.1529 3.0 2431.1687 1.0 2431.1845 3.0 2431.2002 2.0 2431.216 1.0 2431.2318 3.0 2431.2476 4.0 2431.2791 3.0 2431.2949 7.0 2431.3107 4.0 2431.3264 1.0 2431.3422 8.0 2431.358 3.0 2431.3738 1.0 2431.3896 3.0 2431.4053 2.0 2431.4211 3.0 2431.4369 2.0 2431.4527 1.0 2431.4684 4.0 2431.5158 4.0 2431.5316 8.0 2431.5473 4.0 2431.5631 6.0 2431.5789 3.0 2431.5947 5.0 2431.6104 2.0 2431.6262 11.0 2431.642 5.0 2431.6578 2.0 2431.6736 3.0 2431.7051 4.0 2431.7209 2.0 2431.7367 2.0 2431.7524 3.0 2431.784 5.0 2431.7998 2.0 2431.8313 3.0 2431.8471 4.0 2431.8629 5.0 2431.8787 4.0 2431.8945 4.0 2431.926 3.0 2431.9418 1.0 2431.9576 2.0 2431.9733 2.0 2431.9891 3.0 2432.0049 2.0 2432.0207 3.0 2432.0365 5.0 2432.0522 4.0 2432.068 3.0 2432.0838 5.0 2432.0996 6.0 2432.1154 2.0 2432.1627 8.0 2432.1785 1.0 2432.1943 2.0 2432.21 2.0 2432.2258 5.0 2432.2416 6.0 2432.2574 4.0 2432.2732 1.0 2432.2889 3.0 2432.3047 3.0 2432.3205 1.0 2432.3363 3.0 2432.3521 2.0 2432.3678 4.0 2432.3836 1.0 2432.3994 3.0 2432.4152 3.0 2432.431 3.0 2432.4467 2.0 2432.4625 3.0 2432.4783 1.0 2432.4941 1.0 2432.5099 2.0 2432.5256 3.0 2432.5414 4.0 2432.5572 2.0 2432.573 2.0 2432.5888 6.0 2432.6046 2.0 2432.6203 1.0 2432.6361 3.0 2432.6519 2.0 2432.6677 1.0 2432.6835 2.0 2432.6992 4.0 2432.715 3.0 2432.7308 3.0 2432.7466 2.0 2432.7624 4.0 2432.7781 1.0 2432.7939 3.0 2432.8097 6.0 2432.8255 2.0 2432.8413 1.0 2432.8571 4.0 2432.8728 3.0 2432.8886 2.0 2432.9044 3.0 2432.9202 1.0 2432.936 1.0 2432.9518 5.0 2432.9675 3.0 2432.9833 3.0 2432.9991 1.0 2433.0149 4.0 2433.0307 3.0 2433.0464 3.0 2433.0622 2.0 2433.0938 2.0 2433.1096 1.0 2433.1254 3.0 2433.1411 2.0 2433.1569 2.0 2433.1727 4.0 2433.1885 2.0 2433.2043 3.0 2433.2201 8.0 2433.2358 6.0 2433.2516 7.0 2433.2674 3.0 2433.299 3.0 2433.3148 9.0 2433.3305 2.0 2433.3463 3.0 2433.3779 1.0 2433.3937 4.0 2433.4095 2.0 2433.4252 4.0 2433.441 9.0 2433.4568 7.0 2433.4726 1.0 2433.4884 8.0 2433.5042 4.0 2433.5199 3.0 2433.5357 3.0 2433.5673 4.0 2433.5989 2.0 2433.6147 4.0 2433.6304 3.0 2433.6462 7.0 2433.662 2.0 2433.6778 1.0 2433.6936 1.0 2433.7094 1.0 2433.7567 3.0 2433.7725 1.0 2433.7883 4.0 2433.8041 1.0 2433.8199 1.0 2433.8356 5.0 2433.8514 2.0 2433.8672 2.0 2433.883 4.0 2433.8988 4.0 2433.9146 2.0 2433.9304 1.0 2433.9461 1.0 2433.9619 1.0 2433.9777 2.0 2433.9935 2.0 2434.0093 2.0 2434.0251 1.0 2434.0409 1.0 2434.0566 1.0 2434.0724 3.0 2434.0882 8.0 2434.104 6.0 2434.1198 5.0 2434.1356 2.0 2434.1514 5.0 2434.1671 4.0 2434.1829 4.0 2434.1987 1.0 2434.2145 1.0 2434.2303 1.0 2434.2461 9.0 2434.2619 11.0 2434.2776 11.0 2434.2934 4.0 2434.3092 5.0 2434.325 4.0 2434.3408 5.0 2434.3724 3.0 2434.3882 1.0 2434.4039 2.0 2434.4197 1.0 2434.4355 5.0 2434.4513 2.0 2434.4671 7.0 2434.4829 6.0 2434.4987 2.0 2434.5145 4.0 2434.5302 3.0 2434.546 1.0 2434.5618 8.0 2434.5776 3.0 2434.5934 8.0 2434.6092 4.0 2434.625 1.0 2434.6408 7.0 2434.6565 13.0 2434.6723 2.0 2434.6881 5.0 2434.7039 6.0 2434.7197 6.0 2434.7355 4.0 2434.7513 4.0 2434.7671 8.0 2434.7828 2.0 2434.7986 1.0 2434.8302 2.0 2434.846 2.0 2434.8618 3.0 2434.8776 3.0 2434.8934 2.0 2434.9092 1.0 2434.9249 3.0 2434.9407 1.0 2434.9565 5.0 2434.9723 5.0 2434.9881 5.0 2435.0039 2.0 2435.0197 4.0 2435.0355 2.0 2435.0513 3.0 2435.067 3.0 2435.0828 2.0 2435.0986 5.0 2435.1144 3.0 2435.1302 4.0 2435.146 5.0 2435.1618 6.0 2435.1776 2.0 2435.1934 1.0 2435.2091 1.0 2435.2249 5.0 2435.2407 8.0 2435.2565 5.0 2435.2723 2.0 2435.2881 8.0 2435.3039 4.0 2435.3197 3.0 2435.3355 3.0 2435.3513 9.0 2435.367 9.0 2435.3828 2.0 2435.3986 1.0 2435.4144 2.0 2435.4302 4.0 2435.446 1.0 2435.4618 4.0 2435.4934 1.0 2435.525 5.0 2435.5407 4.0 2435.5565 4.0 2435.5723 1.0 2435.5881 8.0 2435.6039 4.0 2435.6355 1.0 2435.6513 5.0 2435.6671 5.0 2435.6829 1.0 2435.6987 1.0 2435.7144 4.0 2435.7302 4.0 2435.746 3.0 2435.7618 2.0 2435.7776 11.0 2435.7934 12.0 2435.8092 4.0 2435.825 2.0 2435.8408 4.0 2435.8566 1.0 2435.8724 1.0 2435.8882 3.0 2435.9039 2.0 2435.9197 8.0 2435.9355 1.0 2435.9513 1.0 2435.9671 1.0 2435.9987 1.0 2436.0145 1.0 2436.0303 4.0 2436.0461 8.0 2436.0619 4.0 2436.0777 1.0 2436.0935 3.0 2436.1092 2.0 2436.125 1.0 2436.1408 8.0 2436.1566 2.0 2436.1724 2.0 2436.1882 5.0 2436.204 3.0 2436.2198 8.0 2436.2356 4.0 2436.2672 2.0 2436.283 3.0 2436.2988 6.0 2436.3146 3.0 2436.3303 4.0 2436.3461 1.0 2436.3619 1.0 2436.3777 1.0 2436.3935 3.0 2436.4093 1.0 2436.4251 3.0 2436.4409 3.0 2436.4567 2.0 2436.4725 1.0 2436.4883 2.0 2436.5199 2.0 2436.5515 1.0 2436.5673 2.0 2436.583 2.0 2436.5988 1.0 2436.6304 1.0 2436.6462 4.0 2436.662 2.0 2436.6778 4.0 2436.6936 1.0 2436.7094 2.0 2436.7252 5.0 2436.741 6.0 2436.7568 8.0 2436.7726 4.0 2436.7884 2.0 2436.8042 2.0 2436.82 5.0 2436.8358 2.0 2436.8516 4.0 2436.8673 2.0 2436.8831 2.0 2436.8989 1.0 2436.9147 5.0 2436.9305 4.0 2436.9463 2.0 2436.9621 6.0 2436.9779 8.0 2436.9937 2.0 2437.0095 3.0 2437.0253 2.0 2437.0411 1.0 2437.0569 6.0 2437.0885 4.0 2437.1043 9.0 2437.1201 3.0 2437.1359 3.0 2437.1517 4.0 2437.1675 1.0 2437.1833 4.0 2437.1991 10.0 2437.2149 1.0 2437.2306 2.0 2437.2464 2.0 2437.2622 3.0 2437.278 2.0 2437.2938 2.0 2437.3096 1.0 2437.3254 1.0 2437.3412 2.0 2437.357 11.0 2437.3728 7.0 2437.3886 2.0 2437.4044 4.0 2437.4202 2.0 2437.436 1.0 2437.4518 10.0 2437.4676 6.0 2437.4834 2.0 2437.4992 2.0 2437.515 1.0 2437.5308 2.0 2437.5466 5.0 2437.5624 4.0 2437.5782 6.0 2437.594 6.0 2437.6098 3.0 2437.6256 4.0 2437.6572 2.0 2437.673 2.0 2437.6888 4.0 2437.7204 1.0 2437.7362 3.0 2437.752 2.0 2437.7678 4.0 2437.7836 4.0 2437.7993 2.0 2437.8151 7.0 2437.8309 7.0 2437.8467 2.0 2437.8625 2.0 2437.8783 3.0 2437.8941 2.0 2437.9099 1.0 2437.9257 3.0 2437.9415 1.0 2437.9573 5.0 2437.9731 7.0 2437.9889 4.0 2438.0047 5.0 2438.0205 3.0 2438.0363 5.0 2438.0521 2.0 2438.0679 2.0 2438.0837 3.0 2438.0995 1.0 2438.1153 4.0 2438.1311 2.0 2438.1469 3.0 2438.1627 1.0 2438.1785 1.0 2438.1943 4.0 2438.2101 1.0 2438.2259 3.0 2438.2417 10.0 2438.2575 3.0 2438.2891 2.0 2438.3049 3.0 2438.3207 2.0 2438.3365 3.0 2438.3523 1.0 2438.3681 3.0 2438.3839 2.0 2438.3997 7.0 2438.4155 2.0 2438.4313 2.0 2438.4471 1.0 2438.4629 1.0 2438.4787 6.0 2438.4945 5.0 2438.5103 2.0 2438.5261 3.0 2438.5419 1.0 2438.5735 2.0 2438.5893 4.0 2438.6051 3.0 2438.6209 4.0 2438.6367 1.0 2438.6525 3.0 2438.6683 4.0 2438.6841 3.0 2438.7157 2.0 2438.7315 3.0 2438.7473 1.0 2438.7631 3.0 2438.7947 4.0 2438.8105 4.0 2438.8263 3.0 2438.8421 2.0 2438.8579 1.0 2438.8737 4.0 2438.8895 2.0 2438.9053 4.0 2438.9211 9.0 2438.937 3.0 2438.9528 3.0 2438.9686 2.0 2438.9844 7.0 2439.0002 3.0 2439.016 3.0 2439.0318 3.0 2439.0476 2.0 2439.0792 4.0 2439.095 6.0 2439.1108 1.0 2439.1266 3.0 2439.1424 1.0 2439.1582 2.0 2439.174 1.0 2439.1898 3.0 2439.2056 1.0 2439.2214 5.0 2439.2372 3.0 2439.253 3.0 2439.2688 6.0 2439.2846 4.0 2439.3004 3.0 2439.3162 3.0 2439.332 3.0 2439.3478 5.0 2439.3636 3.0 2439.3794 5.0 2439.3952 3.0 2439.411 3.0 2439.4268 3.0 2439.4426 3.0 2439.4584 3.0 2439.49 1.0 2439.5059 3.0 2439.5217 4.0 2439.5375 2.0 2439.5533 5.0 2439.5691 2.0 2439.5849 4.0 2439.6007 2.0 2439.6165 4.0 2439.6323 3.0 2439.6481 5.0 2439.6639 3.0 2439.6797 4.0 2439.6955 6.0 2439.7113 3.0 2439.7429 2.0 2439.7903 3.0 2439.8061 1.0 2439.8219 2.0 2439.8377 4.0 2439.8535 8.0 2439.8694 5.0 2439.8852 7.0 2439.901 3.0 2439.9168 1.0 2439.9326 6.0 2439.9642 3.0 2439.98 5.0 2439.9958 9.0 2440.0116 5.0 2440.0274 1.0 2440.0432 4.0 2440.059 5.0 2440.0748 5.0 2440.0906 2.0 2440.1064 1.0 2440.1222 1.0 2440.138 3.0 2440.1538 6.0 2440.1697 1.0 2440.1855 4.0 2440.2013 1.0 2440.2171 2.0 2440.2329 8.0 2440.2487 4.0 2440.2645 2.0 2440.2803 4.0 2440.2961 2.0 2440.3119 3.0 2440.3277 5.0 2440.3435 2.0 2440.3593 1.0 2440.3751 1.0 2440.3909 8.0 2440.4067 1.0 2440.4226 3.0 2440.4384 5.0 2440.4542 7.0 2440.47 5.0 2440.4858 7.0 2440.5174 2.0 2440.5332 1.0 2440.549 4.0 2440.5648 7.0 2440.5806 3.0 2440.5964 10.0 2440.6122 6.0 2440.628 1.0 2440.6439 1.0 2440.6597 4.0 2440.6755 6.0 2440.6913 8.0 2440.7071 2.0 2440.7229 2.0 2440.7387 2.0 2440.7703 1.0 2440.7861 4.0 2440.8177 8.0 2440.8335 7.0 2440.8494 5.0 2440.8652 3.0 2440.881 1.0 2440.9126 3.0 2440.9284 2.0 2440.9442 5.0 2440.96 1.0 2440.9758 7.0 2440.9916 3.0 2441.0391 1.0 2441.0549 2.0 2441.0707 3.0 2441.0865 2.0 2441.1023 1.0 2441.1181 5.0 2441.1339 4.0 2441.1497 1.0 2441.1655 1.0 2441.1813 2.0 2441.1971 2.0 2441.213 2.0 2441.2288 5.0 2441.2446 2.0 2441.292 3.0 2441.3078 3.0 2441.3236 2.0 2441.3394 1.0 2441.3552 3.0 2441.3711 6.0 2441.3869 4.0 2441.4027 1.0 2441.4185 1.0 2441.4343 2.0 2441.4501 5.0 2441.4659 2.0 2441.4817 1.0 2441.4975 4.0 2441.5133 1.0 2441.5292 1.0 2441.5608 1.0 2441.5766 1.0 2441.5924 3.0 2441.6082 4.0 2441.624 2.0 2441.6398 5.0 2441.6556 2.0 2441.6714 3.0 2441.6873 1.0 2441.7031 1.0 2441.7189 3.0 2441.7505 1.0 2441.7663 3.0 2441.7821 7.0 2441.7979 3.0 2441.8137 10.0 2441.8296 7.0 2441.8454 3.0 2441.8612 8.0 2441.877 5.0 2441.8928 7.0 2441.9086 3.0 2441.9244 2.0 2441.9402 4.0 2441.9561 2.0 2441.9719 1.0 2441.9877 6.0 2442.0035 5.0 2442.0193 3.0 2442.0351 6.0 2442.0509 3.0 2442.0667 1.0 2442.0825 2.0 2442.0984 1.0 2442.1142 5.0 2442.13 5.0 2442.1458 2.0 2442.1616 1.0 2442.1774 1.0 2442.1932 4.0 2442.209 3.0 2442.2249 7.0 2442.2407 7.0 2442.2565 3.0 2442.2723 8.0 2442.2881 8.0 2442.3039 2.0 2442.3197 4.0 2442.3355 8.0 2442.3514 8.0 2442.3672 7.0 2442.383 4.0 2442.3988 3.0 2442.4146 11.0 2442.4304 2.0 2442.4462 2.0 2442.4621 1.0 2442.4779 2.0 2442.4937 4.0 2442.5095 4.0 2442.5253 3.0 2442.5411 1.0 2442.5569 1.0 2442.5727 2.0 2442.5886 2.0 2442.6044 5.0 2442.6202 2.0 2442.636 2.0 2442.6518 3.0 2442.6676 2.0 2442.6834 2.0 2442.6993 3.0 2442.7151 2.0 2442.7309 3.0 2442.7467 5.0 2442.7625 4.0 2442.7783 4.0 2442.7941 5.0 2442.81 3.0 2442.8258 4.0 2442.8416 1.0 2442.8732 4.0 2442.889 2.0 2442.9048 1.0 2442.9207 1.0 2442.9365 3.0 2442.9523 1.0 2442.9681 2.0 2442.9839 3.0 2443.0156 2.0 2443.0314 2.0 2443.0472 2.0 2443.063 1.0 2443.0788 3.0 2443.1104 1.0 2443.1263 5.0 2443.1421 2.0 2443.1579 1.0 2443.1737 3.0 2443.1895 7.0 2443.2053 3.0 2443.2212 2.0 2443.2528 1.0 2443.2686 3.0 2443.3002 6.0 2443.3161 6.0 2443.3319 1.0 2443.3477 4.0 2443.3635 3.0 2443.3793 3.0 2443.3951 7.0 2443.4109 9.0 2443.4268 11.0 2443.4426 5.0 2443.4584 2.0 2443.4742 1.0 2443.49 4.0 2443.5058 4.0 2443.5217 2.0 2443.5375 2.0 2443.5533 1.0 2443.5691 2.0 2443.5849 1.0 2443.6008 8.0 2443.6166 1.0 2443.6324 3.0 2443.6482 5.0 2443.664 3.0 2443.6798 1.0 2443.6957 1.0 2443.7115 3.0 2443.7273 2.0 2443.7431 1.0 2443.7589 7.0 2443.7747 2.0 2443.7906 5.0 2443.8064 1.0 2443.8222 3.0 2443.838 5.0 2443.8538 1.0 2443.8696 12.0 2443.8855 6.0 2443.9013 2.0 2443.9171 4.0 2443.9329 3.0 2443.9487 2.0 2443.9646 1.0 2443.9804 2.0 2443.9962 9.0 2444.012 9.0 2444.0278 2.0 2444.0437 11.0 2444.0595 2.0 2444.0753 1.0 2444.0911 1.0 2444.1069 3.0 2444.1227 4.0 2444.1386 2.0 2444.1544 2.0 2444.1702 2.0 2444.186 2.0 2444.2018 1.0 2444.2177 8.0 2444.2335 3.0 2444.2493 1.0 2444.2809 3.0 2444.2968 7.0 2444.3126 4.0 2444.3284 5.0 2444.3442 1.0 2444.36 3.0 2444.3759 1.0 2444.3917 2.0 2444.4075 8.0 2444.4233 9.0 2444.4391 9.0 2444.455 4.0 2444.4708 3.0 2444.4866 2.0 2444.5024 1.0 2444.5182 5.0 2444.5341 1.0 2444.5499 3.0 2444.5657 1.0 2444.5815 1.0 2444.5973 3.0 2444.6132 3.0 2444.629 3.0 2444.6448 1.0 2444.6764 2.0 2444.6923 5.0 2444.7081 3.0 2444.7239 7.0 2444.7397 15.0 2444.7555 7.0 2444.7714 7.0 2444.7872 6.0 2444.803 6.0 2444.8188 4.0 2444.8346 5.0 2444.8505 5.0 2444.8663 2.0 2444.8821 12.0 2444.8979 13.0 2444.9137 6.0 2444.9296 7.0 2444.9454 3.0 2444.9612 2.0 2444.977 3.0 2444.9929 2.0 2445.0087 4.0 2445.0245 4.0 2445.0403 2.0 2445.0561 2.0 2445.072 1.0 2445.0878 2.0 2445.1036 2.0 2445.1194 1.0 2445.1353 1.0 2445.1511 8.0 2445.1669 8.0 2445.1827 1.0 2445.1985 2.0 2445.2144 2.0 2445.2302 1.0 2445.246 3.0 2445.2618 2.0 2445.2777 2.0 2445.2935 2.0 2445.3093 5.0 2445.3251 4.0 2445.3409 9.0 2445.3568 13.0 2445.3726 7.0 2445.3884 7.0 2445.4042 4.0 2445.4201 3.0 2445.4359 4.0 2445.4517 2.0 2445.4675 6.0 2445.4834 5.0 2445.4992 1.0 2445.515 2.0 2445.5466 5.0 2445.5625 3.0 2445.5783 9.0 2445.6099 3.0 2445.6416 7.0 2445.6574 9.0 2445.6732 3.0 2445.6891 4.0 2445.7049 3.0 2445.7207 2.0 2445.7365 2.0 2445.7524 5.0 2445.7682 5.0 2445.784 3.0 2445.7998 1.0 2445.8157 1.0 2445.8315 5.0 2445.8473 1.0 2445.8631 2.0 2445.879 5.0 2445.8948 8.0 2445.9106 5.0 2445.9264 4.0 2445.9422 1.0 2445.9581 1.0 2445.9739 2.0 2445.9897 2.0 2446.0055 2.0 2446.0372 6.0 2446.053 4.0 2446.0688 4.0 2446.0847 1.0 2446.1005 5.0 2446.1163 4.0 2446.1321 3.0 2446.148 2.0 2446.1796 1.0 2446.1955 3.0 2446.2113 2.0 2446.2271 5.0 2446.2429 3.0 2446.2588 2.0 2446.2746 4.0 2446.2904 5.0 2446.3062 4.0 2446.3221 4.0 2446.3379 14.0 2446.3537 6.0 2446.3695 7.0 2446.3854 2.0 2446.4012 5.0 2446.417 8.0 2446.4328 3.0 2446.4487 1.0 2446.4645 4.0 2446.4803 1.0 2446.4961 2.0 2446.512 3.0 2446.5278 1.0 2446.5595 5.0 2446.5753 6.0 2446.5911 1.0 2446.6069 4.0 2446.6386 1.0 2446.6544 5.0 2446.6861 3.0 2446.7019 5.0 2446.7177 5.0 2446.7336 3.0 2446.7494 5.0 2446.7652 5.0 2446.781 9.0 2446.7969 5.0 2446.8127 3.0 2446.8285 4.0 2446.8443 1.0 2446.876 5.0 2446.8918 7.0 2446.9077 2.0 2446.9235 3.0 2446.9393 3.0 2446.9551 8.0 2446.971 6.0 2446.9868 1.0 2447.0026 6.0 2447.0185 5.0 2447.0343 7.0 2447.0501 4.0 2447.0659 3.0 2447.0818 2.0 2447.0976 1.0 2447.1134 1.0 2447.1293 3.0 2447.1451 2.0 2447.1767 3.0 2447.1926 1.0 2447.2242 1.0 2447.2401 9.0 2447.2559 1.0 2447.2717 4.0 2447.2875 5.0 2447.3034 6.0 2447.3192 14.0 2447.335 7.0 2447.3509 2.0 2447.3667 3.0 2447.3825 5.0 2447.3983 1.0 2447.4142 6.0 2447.43 4.0 2447.4458 3.0 2447.4617 7.0 2447.4775 7.0 2447.4933 4.0 2447.5092 1.0 2447.525 1.0 2447.5408 2.0 2447.5566 1.0 2447.5725 2.0 2447.5883 5.0 2447.6041 6.0 2447.62 6.0 2447.6358 9.0 2447.6516 2.0 2447.6833 4.0 2447.6991 2.0 2447.7149 1.0 2447.7308 2.0 2447.7466 3.0 2447.7624 2.0 2447.7783 10.0 2447.7941 8.0 2447.8099 6.0 2447.8258 5.0 2447.8416 4.0 2447.8574 13.0 2447.8733 7.0 2447.8891 2.0 2447.9049 4.0 2447.9207 5.0 2447.9366 4.0 2447.9524 3.0 2447.9682 4.0 2447.9841 7.0 2447.9999 5.0 2448.0157 8.0 2448.0316 2.0 2448.0474 2.0 2448.0632 1.0 2448.0791 2.0 2448.0949 5.0 2448.1107 4.0 2448.1266 4.0 2448.1582 2.0 2448.1741 4.0 2448.1899 2.0 2448.2057 1.0 2448.2215 1.0 2448.2374 3.0 2448.2532 2.0 2448.269 1.0 2448.2849 2.0 2448.3007 5.0 2448.3165 2.0 2448.3324 8.0 2448.3482 5.0 2448.364 5.0 2448.3799 6.0 2448.3957 3.0 2448.4115 1.0 2448.4274 2.0 2448.4432 4.0 2448.459 2.0 2448.4749 6.0 2448.4907 2.0 2448.5065 5.0 2448.5224 7.0 2448.5382 2.0 2448.554 11.0 2448.5699 11.0 2448.5857 6.0 2448.6015 1.0 2448.6174 2.0 2448.6332 2.0 2448.649 1.0 2448.6649 2.0 2448.6807 4.0 2448.6965 3.0 2448.7124 2.0 2448.7599 1.0 2448.7757 1.0 2448.7915 2.0 2448.8074 2.0 2448.8232 1.0 2448.839 4.0 2448.8549 1.0 2448.8707 2.0 2448.8865 6.0 2448.9024 4.0 2448.9182 4.0 2448.9341 4.0 2448.9499 4.0 2448.9657 3.0 2448.9816 1.0 2448.9974 2.0 2449.0132 2.0 2449.0291 5.0 2449.0449 4.0 2449.0607 7.0 2449.0766 11.0 2449.0924 5.0 2449.1082 2.0 2449.1241 2.0 2449.1399 11.0 2449.1557 4.0 2449.1716 2.0 2449.1874 7.0 2449.2032 8.0 2449.2191 6.0 2449.2349 5.0 2449.2508 4.0 2449.2666 5.0 2449.2824 1.0 2449.2983 5.0 2449.3299 3.0 2449.3458 10.0 2449.3616 8.0 2449.3774 4.0 2449.3933 6.0 2449.4249 5.0 2449.4408 19.0 2449.4566 7.0 2449.4725 3.0 2449.4883 3.0 2449.5041 4.0 2449.52 9.0 2449.5358 3.0 2449.5516 2.0 2449.5675 8.0 2449.5833 5.0 2449.5991 3.0 2449.615 2.0 2449.6308 4.0 2449.6467 3.0 2449.6625 2.0 2449.6783 4.0 2449.71 3.0 2449.7258 1.0 2449.7417 6.0 2449.7575 1.0 2449.7734 4.0 2449.7892 3.0 2449.805 1.0 2449.8209 1.0 2449.8367 1.0 2449.8525 2.0 2449.8684 1.0 2449.8842 2.0 2449.9001 2.0 2449.9159 2.0 2449.9317 1.0 2449.9476 5.0 2449.9792 3.0 2449.9951 3.0 2450.0109 4.0 2450.0268 4.0 2450.0426 1.0 2450.0743 3.0 2450.0901 6.0 2450.1218 3.0 2450.1376 3.0 2450.1535 5.0 2450.1693 10.0 2450.1851 4.0 2450.2168 2.0 2450.2327 4.0 2450.2485 3.0 2450.2643 3.0 2450.2802 1.0 2450.296 6.0 2450.3118 2.0 2450.3277 2.0 2450.3435 3.0 2450.3594 2.0 2450.3752 3.0 2450.391 2.0 2450.4069 1.0 2450.4227 6.0 2450.4386 3.0 2450.4544 1.0 2450.4861 4.0 2450.5019 1.0 2450.5178 2.0 2450.5336 2.0 2450.5494 5.0 2450.5653 3.0 2450.597 5.0 2450.6128 1.0 2450.6286 5.0 2450.6445 4.0 2450.6603 1.0 2450.6762 1.0 2450.692 6.0 2450.7078 1.0 2450.7237 1.0 2450.7554 2.0 2450.7712 5.0 2450.787 4.0 2450.8029 2.0 2450.8187 8.0 2450.8346 1.0 2450.8504 4.0 2450.8662 4.0 2450.8821 6.0 2450.8979 5.0 2450.9138 4.0 2450.9296 3.0 2450.9455 3.0 2450.9613 10.0 2450.9771 8.0 2450.993 3.0 2451.0088 3.0 2451.0247 7.0 2451.0405 13.0 2451.0563 10.0 2451.0722 11.0 2451.088 5.0 2451.1039 5.0 2451.1197 5.0 2451.1355 3.0 2451.1514 2.0 2451.1672 2.0 2451.1831 7.0 2451.1989 5.0 2451.2148 5.0 2451.2306 5.0 2451.2464 2.0 2451.2623 2.0 2451.2781 8.0 2451.294 8.0 2451.3098 13.0 2451.3257 1.0 2451.3573 5.0 2451.3732 8.0 2451.389 9.0 2451.4049 8.0 2451.4207 7.0 2451.4365 1.0 2451.4524 2.0 2451.4841 3.0 2451.4999 2.0 2451.5158 3.0 2451.5316 3.0 2451.5475 3.0 2451.5791 2.0 2451.595 4.0 2451.6108 1.0 2451.6425 2.0 2451.6584 4.0 2451.6742 3.0 2451.69 5.0 2451.7059 2.0 2451.7217 2.0 2451.7376 4.0 2451.7534 1.0 2451.7693 4.0 2451.7851 8.0 2451.8009 4.0 2451.8168 6.0 2451.8326 2.0 2451.8485 1.0 2451.8643 2.0 2451.8802 2.0 2451.896 2.0 2451.9119 1.0 2451.9277 3.0 2451.9435 2.0 2451.9594 1.0 2451.9752 6.0 2451.9911 9.0 2452.0069 1.0 2452.0228 4.0 2452.0386 10.0 2452.0545 8.0 2452.0703 3.0 2452.0861 7.0 2452.102 8.0 2452.1178 7.0 2452.1337 4.0 2452.1495 1.0 2452.1654 2.0 2452.1812 3.0 2452.1971 8.0 2452.2129 5.0 2452.2287 4.0 2452.2446 7.0 2452.2604 5.0 2452.2763 4.0 2452.2921 3.0 2452.308 2.0 2452.3238 1.0 2452.3397 1.0 2452.3555 11.0 2452.3714 4.0 2452.3872 8.0 2452.403 3.0 2452.4189 3.0 2452.4347 7.0 2452.4506 4.0 2452.4664 4.0 2452.4981 6.0 2452.514 2.0 2452.5298 1.0 2452.5615 4.0 2452.5774 5.0 2452.5932 1.0 2452.6091 7.0 2452.6249 14.0 2452.6407 3.0 2452.6566 4.0 2452.6724 2.0 2452.6883 1.0 2452.72 7.0 2452.7358 3.0 2452.7517 1.0 2452.7675 1.0 2452.7834 1.0 2452.7992 3.0 2452.8151 5.0 2452.8309 5.0 2452.8468 2.0 2452.8626 2.0 2452.8784 3.0 2452.8943 3.0 2452.926 1.0 2452.9577 1.0 2452.9735 13.0 2452.9894 6.0 2453.0052 8.0 2453.0211 2.0 2453.0845 4.0 2453.1003 5.0 2453.1162 6.0 2453.1479 2.0 2453.1637 3.0 2453.1796 3.0 2453.1954 1.0 2453.2271 4.0 2453.2588 3.0 2453.2746 1.0 2453.2905 9.0 2453.3063 7.0 2453.3222 5.0 2453.338 7.0 2453.3539 5.0 2453.3697 3.0 2453.3856 3.0 2453.4014 4.0 2453.4173 6.0 2453.4331 4.0 2453.449 5.0 2453.4648 4.0 2453.4807 3.0 2453.4965 1.0 2453.5124 2.0 2453.5441 2.0 2453.5599 1.0 2453.5758 2.0 2453.5916 2.0 2453.6075 4.0 2453.6233 1.0 2453.6392 6.0 2453.655 5.0 2453.6867 4.0 2453.7026 2.0 2453.7184 1.0 2453.7343 2.0 2453.7501 3.0 2453.766 1.0 2453.7977 1.0 2453.8135 2.0 2453.8294 3.0 2453.8452 3.0 2453.8611 1.0 2453.8769 2.0 2453.8928 4.0 2453.9086 7.0 2453.9245 8.0 2453.9403 2.0 2453.9562 8.0 2453.972 9.0 2453.9879 8.0 2454.0037 7.0 2454.0196 6.0 2454.0354 1.0 2454.0513 2.0 2454.0671 3.0 2454.083 5.0 2454.0988 7.0 2454.1147 2.0 2454.1306 1.0 2454.1464 3.0 2454.1623 3.0 2454.1781 2.0 2454.194 1.0 2454.2098 2.0 2454.2257 1.0 2454.2415 2.0 2454.2574 4.0 2454.2732 6.0 2454.2891 1.0 2454.3049 1.0 2454.3208 1.0 2454.3366 3.0 2454.3525 6.0 2454.3683 3.0 2454.3842 5.0 2454.4 16.0 2454.4159 14.0 2454.4317 5.0 2454.4476 6.0 2454.4634 4.0 2454.4793 3.0 2454.4952 6.0 2454.511 4.0 2454.5269 6.0 2454.5427 5.0 2454.5586 4.0 2454.5903 2.0 2454.6061 8.0 2454.622 1.0 2454.6378 2.0 2454.6537 4.0 2454.6695 3.0 2454.6854 2.0 2454.7012 3.0 2454.7171 2.0 2454.7329 4.0 2454.7488 5.0 2454.7647 4.0 2454.7805 3.0 2454.7964 3.0 2454.8122 5.0 2454.8281 2.0 2454.8439 3.0 2454.8598 7.0 2454.8756 2.0 2454.9073 5.0 2454.9232 2.0 2454.939 5.0 2454.9549 4.0 2454.9708 1.0 2454.9866 2.0 2455.0025 4.0 2455.0183 5.0 2455.0342 5.0 2455.05 1.0 2455.0659 3.0 2455.0817 2.0 2455.0976 3.0 2455.1134 2.0 2455.1293 1.0 2455.1452 3.0 2455.161 3.0 2455.1769 4.0 2455.1927 5.0 2455.2086 4.0 2455.2244 11.0 2455.2403 5.0 2455.2561 5.0 2455.272 4.0 2455.2878 3.0 2455.3037 5.0 2455.3196 1.0 2455.3354 2.0 2455.3513 1.0 2455.3671 4.0 2455.383 2.0 2455.4147 4.0 2455.4305 8.0 2455.4464 7.0 2455.4781 2.0 2455.494 1.0 2455.5098 2.0 2455.5257 2.0 2455.5574 1.0 2455.5732 4.0 2455.5891 3.0 2455.605 2.0 2455.6208 3.0 2455.6367 6.0 2455.6684 4.0 2455.6842 1.0 2455.7001 1.0 2455.716 10.0 2455.7318 3.0 2455.7477 3.0 2455.7635 3.0 2455.7794 4.0 2455.7952 3.0 2455.8111 2.0 2455.827 5.0 2455.8428 10.0 2455.8587 3.0 2455.8745 2.0 2455.8904 6.0 2455.9062 3.0 2455.9221 6.0 2455.9538 4.0 2455.9697 2.0 2455.9855 3.0 2456.0014 2.0 2456.0172 3.0 2456.0331 4.0 2456.049 4.0 2456.0648 6.0 2456.0807 4.0 2456.0965 2.0 2456.1124 4.0 2456.1282 10.0 2456.1441 4.0 2456.16 1.0 2456.1758 3.0 2456.1917 3.0 2456.2075 3.0 2456.2234 6.0 2456.2393 2.0 2456.2551 3.0 2456.271 2.0 2456.2868 1.0 2456.3027 2.0 2456.3185 4.0 2456.3503 2.0 2456.3661 1.0 2456.382 4.0 2456.4137 4.0 2456.4296 1.0 2456.4454 2.0 2456.4613 5.0 2456.4771 4.0 2456.493 1.0 2456.5089 3.0 2456.5564 4.0 2456.5723 3.0 2456.5882 3.0 2456.604 7.0 2456.6357 1.0 2456.6516 1.0 2456.6674 2.0 2456.6833 4.0 2456.6992 2.0 2456.715 5.0 2456.7309 9.0 2456.7467 1.0 2456.7626 5.0 2456.7785 1.0 2456.7943 4.0 2456.8102 6.0 2456.826 3.0 2456.8419 12.0 2456.8578 5.0 2456.8736 3.0 2456.9054 3.0 2456.9212 3.0 2456.9371 4.0 2456.9529 4.0 2456.9688 2.0 2456.9847 2.0 2457.0005 1.0 2457.0164 3.0 2457.0322 5.0 2457.0481 3.0 2457.064 2.0 2457.0798 1.0 2457.0957 2.0 2457.1433 5.0 2457.1591 6.0 2457.1908 6.0 2457.2067 11.0 2457.2226 3.0 2457.2384 8.0 2457.2543 3.0 2457.2702 9.0 2457.286 1.0 2457.3019 2.0 2457.3177 2.0 2457.3336 1.0 2457.3495 8.0 2457.3653 9.0 2457.3812 1.0 2457.3971 4.0 2457.4129 4.0 2457.4288 5.0 2457.4446 1.0 2457.4605 7.0 2457.4764 5.0 2457.4922 3.0 2457.5081 1.0 2457.5239 2.0 2457.5398 3.0 2457.5715 1.0 2457.5874 5.0 2457.6033 3.0 2457.6191 1.0 2457.635 3.0 2457.6509 3.0 2457.6667 4.0 2457.6984 1.0 2457.7143 10.0 2457.7302 4.0 2457.7619 5.0 2457.7778 14.0 2457.7936 4.0 2457.8095 1.0 2457.8253 9.0 2457.8412 7.0 2457.8571 2.0 2457.8729 6.0 2457.8888 1.0 2457.9047 1.0 2457.9205 1.0 2457.9523 3.0 2457.9681 3.0 2457.9998 4.0 2458.0157 3.0 2458.0316 5.0 2458.0474 5.0 2458.0633 2.0 2458.0792 2.0 2458.095 5.0 2458.1109 2.0 2458.1268 3.0 2458.1426 3.0 2458.1585 2.0 2458.1902 2.0 2458.2061 3.0 2458.222 1.0 2458.2378 1.0 2458.2537 1.0 2458.2695 3.0 2458.2854 1.0 2458.3013 1.0 2458.3171 7.0 2458.333 5.0 2458.3489 6.0 2458.3647 11.0 2458.3806 8.0 2458.3965 4.0 2458.4123 3.0 2458.4282 4.0 2458.4441 3.0 2458.4599 4.0 2458.4917 4.0 2458.5075 3.0 2458.5234 4.0 2458.5393 4.0 2458.5551 3.0 2458.571 5.0 2458.5869 9.0 2458.6027 7.0 2458.6186 5.0 2458.6345 3.0 2458.6503 1.0 2458.6662 3.0 2458.6821 4.0 2458.6979 5.0 2458.7138 1.0 2458.7455 3.0 2458.7614 1.0 2458.7772 3.0 2458.7931 2.0 2458.809 2.0 2458.8248 1.0 2458.8407 4.0 2458.8566 3.0 2458.8725 1.0 2458.8883 2.0 2458.9042 8.0 2458.9201 1.0 2458.9359 3.0 2458.9518 2.0 2458.9677 3.0 2458.9835 4.0 2459.0153 3.0 2459.0311 7.0 2459.047 6.0 2459.0629 3.0 2459.0787 3.0 2459.0946 6.0 2459.1105 4.0 2459.1263 1.0 2459.1422 3.0 2459.1581 1.0 2459.1739 4.0 2459.2057 5.0 2459.2215 5.0 2459.2374 1.0BarSeries3-Negative000066400000000000000000000014531436443153700421130ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support26.0 -4.0 27.0 -4.0 28.0 -2.0 29.0 -3.0 37.0 -4.0 38.0 -9.0 39.0 -94.0 40.0 -10.0 41.0 -55.0 42.0 -0.0 43.0 -14.0 50.0 -13.0 51.0 -56.0 52.0 -17.0 53.0 -33.0 54.0 -0.0 55.0 -17.0 57.0 -3.0 58.0 -5.0 61.0 -3.0 62.0 -12.0 63.0 -24.0 64.0 -7.0 65.0 -46.0 66.0 -16.0 67.0 -25.0 68.0 -12.0 69.0 -7.0 74.0 -6.0 75.0 -12.0 76.0 -3.0 77.0 -80.0 78.0 -24.0 79.0 -49.0 80.0 -2.0 81.0 -6.0 83.0 -5.0 85.0 -4.0 87.0 -3.0 89.0 -13.0 90.0 -5.0 91.0 -157.0 92.0 -19.0 93.0 -12.0 94.0 -4.0 95.0 -3.0 101.0 -4.0 102.0 -11.0 103.0 -17.0 104.0 -4.0 105.0 -43.0 106.0 -6.0 107.0 -51.0 108.0 -12.0 109.0 -17.0 113.0 -6.0 114.0 -3.0 115.0 -91.0 116.0 -28.0 117.0 -87.0 118.0 -10.0 119.0 -6.0 120.0 -6.0 121.0 -22.0 128.0 -4.0 129.0 -3.0 131.0 -6.0 133.0 -20.0 134.0 -18.0 135.0 -1000.0 136.0 -89.0 137.0 -4.0 150.0 -248.0 151.0 -27.0BarSeries3-Positive000066400000000000000000000046341436443153700421570ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support36.0 1.2991572618484497 37.0 11.544942855834961 38.0 43.054771423339844 39.0 174.83145141601562 40.0 24.037919998168945 41.0 31.509830474853516 42.0 17.15589714050293 43.0 32.25421142578125 44.0 44.05898666381836 45.0 10.161516189575195 46.0 1.067415714263916 47.0 2.66853928565979 49.0 16.594100952148438 50.0 95.9339828491211 51.0 193.65167236328125 52.0 127.24718475341797 53.0 144.71908569335938 54.0 12.226123809814453 55.0 88.30757904052734 56.0 5.962078094482422 57.0 14.248594284057617 58.0 8.86938190460205 59.0 4.122190952301025 60.0 5.7092695236206055 61.0 25.540729522705078 62.0 59.23454666137695 63.0 118.59549713134766 64.0 26.678369522094727 65.0 84.63482666015625 66.0 20.54775047302246 67.0 19.6278076171875 68.0 6.516853332519531 69.0 16.938201904296875 70.0 5.491572380065918 71.0 5.933988571166992 72.0 1.6853933334350586 73.0 15.063200950622559 74.0 29.634828567504883 75.0 47.212074279785156 76.0 20.2668514251709 77.0 580.16845703125 78.0 148.42697143554688 79.0 184.1011199951172 80.0 23.20926856994629 81.0 22.09971809387207 82.0 2.956460475921631 83.0 2.0224716663360596 84.0 1.8960673809051514 85.0 18.202245712280273 86.0 8.356741905212402 87.0 12.450841903686523 88.0 3.9676966667175293 89.0 81.48876190185547 90.0 15.491571426391602 91.0 64.42415618896484 92.0 9.234549522399902 93.0 4.227528095245361 94.0 6.207864761352539 95.0 11.446629524230957 96.0 3.1811797618865967 97.0 8.49718952178955 98.0 4.817415714263916 99.0 2.1418535709381104 100.0 1.327247142791748 101.0 4.367977142333984 102.0 11.095504760742188 103.0 21.994380950927734 104.0 6.439606666564941 105.0 27.563201904296875 107.0 485.05615234375 108.0 45.372188568115234 109.0 17.050561904907227 110.0 3.2233142852783203 113.0 1.769662857055664 114.0 4.283707618713379 115.0 5.238763332366943 116.0 1.6853933334350586 117.0 7.717695713043213 118.0 8.146066665649414 119.0 7.05056095123291 120.0 7.96348237991333 121.0 7.4016852378845215 122.0 1.516853928565979 123.0 4.248594760894775 124.0 3.3778085708618164 126.0 1.1587077379226685 128.0 2.1418535709381104 131.0 3.2865169048309326 132.0 1.235954999923706 133.0 11.404494285583496 134.0 10.730337142944336 135.0 904.4381713867188 136.0 83.56038665771484 137.0 17.745784759521484 138.0 25.730335235595703 139.0 2.71769642829895 144.0 4.873595237731934 147.0 3.644662618637085 148.0 3.504213571548462 149.0 15.688201904296875 150.0 1000.0 151.0 103.96769714355469 152.0 11.235954284667969 167.0 2.0224716663360596BoxPlotSeries1000066400000000000000000000005461436443153700412360ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support1 741.5,752.1,741.4,729.1,767.1,766.1,756.3,745.4,735.6,741,754.2,758.6,753.9,742.6,729.6,723.3,724.6,748.5,754.2,749.2,734,727.6,718.1,729.2,766.5,772.5,765.5,766.5,772.5,765.5 2 743.6,753.9,745.1,731.6,768.2,767.3,758.7,746.6,737.9,743.6,756.6,760.3,755.2,743.6,731.9,725.5,727.4,751.8,756.2,752.8,737.8,731.2,724.9,732.4,770.7,775.7,767.3,745.4,738.4,736LineSeries1000066400000000000000000015321741436443153700405460ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support50 105252 100 105229 150 105249 200 105249 250 105280 300 105276 350 105263 400 105294 450 105673 500 105991 550 106037 600 105509 650 105070 700 104876 750 104842 800 104804 850 104860 900 105001 950 105023 1000 104980 1050 104961 1100 104956 1150 104827 1200 104839 1250 104961 1300 104980 1350 104969 1400 104994 1450 104994 1500 104948 1550 104913 1600 104965 1650 104905 1700 104884 1750 104921 1800 104884 1850 104877 1900 104876 1950 104909 2000 104865 2050 104927 2100 104964 2150 104947 2200 104923 2250 104979 2300 104986 2350 104946 2400 104961 2450 105017 2500 105004 2550 104963 2600 104928 2650 104960 2700 105006 2750 105011 2800 105005 2850 105029 2900 105074 2950 105077 3000 105062 3050 105043 3100 105004 3150 104955 3200 104944 3250 104979 3300 104994 3350 105037 3400 105050 3450 105027 3500 105008 3550 105013 3600 105059 3650 105036 3700 104998 3750 104962 3800 104960 3850 104998 3900 105025 3950 105082 4000 105092 4050 105080 4100 105030 4150 105052 4200 105045 4250 105061 4300 105025 4350 105025 4400 105005 4450 105010 4500 105048 4550 105039 4600 105009 4650 104978 4700 104966 4750 104955 4800 104973 4850 105034 4900 105093 4950 105104 5000 105083 5050 105071 5100 105043 5150 104973 5200 104934 5250 104968 5300 105067 5350 105093 5400 105076 5450 105047 5500 105047 5550 105089 5600 105099 5650 105090 5700 105045 5750 105038 5800 105029 5850 105058 5900 105050 5950 105057 6000 105013 6050 104997 6100 105018 6150 105038 6200 105081 6250 105058 6300 105044 6350 105001 6400 104982 6450 104992 6500 105005 6550 105015 6600 104972 6650 104967 6700 105004 6750 105036 6800 105007 6850 104964 6900 104961 6950 105016 7000 105028 7050 105035 7100 105012 7150 105008 7200 105016 7250 105005 7300 105014 7350 105013 7400 105024 7450 105040 7500 105056 7550 105076 7600 105061 7650 105020 7700 105017 7750 105026 7800 105076 7850 105105 7900 105139 7950 105158 8000 105135 8050 105117 8100 105137 8150 105114 8200 105107 8250 105039 8300 105006 8350 104966 8400 104988 8450 105037 8500 105101 8550 105078 8600 105072 8650 105035 8700 105047 8750 105103 8800 105123 8850 105108 8900 105039 8950 105037 9000 105030 9050 105029 9100 105051 9150 105097 9200 105104 9250 105087 9300 105054 9350 105045 9400 104983 9450 104950 9500 104950 9550 105004 9600 105069 9650 105091 9700 105041 9750 105017 9800 105004 9850 105023 9900 105034 9950 105071 10000 105141 10050 105158 10100 105162 10150 105119 10200 105099 10250 105108 10300 105110 10350 105101 10400 105077 10450 105071 10500 105069 10550 105075 10600 105095 10650 105124 10700 105123 10750 105131 10800 105121 10850 105099 10900 105081 10950 105093 11000 105093 11050 105109 11100 105139 11150 105194 11200 105185 11250 105155 11300 105071 11350 105064 11400 105034 11450 105067 11500 105066 11550 105083 11600 105134 11650 105120 11700 105097 11750 105057 11800 105071 11850 105075 11900 105072 11950 105114 12000 105173 12050 105171 12100 105153 12150 105127 12200 105153 12250 105179 12300 105169 12350 105151 12400 105119 12450 105103 12500 105082 12550 105067 12600 105067 12650 105120 12700 105158 12750 105188 12800 105171 12850 105149 12900 105105 12950 105097 13000 105127 13050 105147 13100 105140 13150 105094 13200 105120 13250 105184 13300 105227 13350 105178 13400 105094 13450 105066 13500 105117 13550 105140 13600 105121 13650 105108 13700 105081 13750 105080 13800 105037 13850 105057 13900 105086 13950 105108 14000 105109 14050 105095 14100 105109 14150 105114 14200 105122 14250 105117 14300 105138 14350 105108 14400 105097 14450 105042 14500 105087 14550 105147 14600 105187 14650 105163 14700 105117 14750 105150 14800 105170 14850 105186 14900 105152 14950 105088 15000 105083 15050 105106 15100 105165 15150 105102 15200 105047 15250 105009 15300 105018 15350 105046 15400 105062 15450 105067 15500 105003 15550 104957 15600 104981 15650 105023 15700 105039 15750 104979 15800 104945 15850 104946 15900 104957 15950 104948 16000 104918 16050 104905 16100 104905 16150 104874 16200 104863 16250 104862 16300 104897 16350 104930 16400 104986 16450 104960 16500 104929 16550 104868 16600 104876 16650 104890 16700 104858 16750 104837 16800 104856 16850 104864 16900 104891 16950 104868 17000 104902 17050 104923 17100 104942 17150 104904 17200 104852 17250 104821 17300 104809 17350 104833 17400 104850 17450 104857 17500 104822 17550 104802 17600 104822 17650 104831 17700 104821 17750 104823 17800 104804 17850 104799 17900 104799 17950 104836 18000 104835 18050 104818 18100 104810 18150 104792 18200 104788 18250 104821 18300 104867 18350 104863 18400 104841 18450 104830 18500 104822 18550 104801 18600 104741 18650 104742 18700 104704 18750 104666 18800 104642 18850 104688 18900 104766 18950 104726 19000 104681 19050 104679 19100 104695 19150 104692 19200 104655 19250 104696 19300 104695 19350 104680 19400 104689 19450 104721 19500 104747 19550 104709 19600 104674 19650 104685 19700 104703 19750 104692 19800 104662 19850 104612 19900 104594 19950 104548 20000 104558 20050 104565 20100 104577 20150 104543 20200 104522 20250 104544 20300 104597 20350 104613 20400 104628 20450 104586 20500 104574 20550 104528 20600 104513 20650 104491 20700 104529 20750 104566 20800 104577 20850 104564 20900 104548 20950 104543 21000 104500 21050 104480 21100 104486 21150 104489 21200 104486 21250 104479 21300 104498 21350 104487 21400 104481 21450 104474 21500 104491 21550 104478 21600 104471 21650 104465 21700 104455 21750 104435 21800 104421 21850 104446 21900 104458 21950 104482 22000 104461 22050 104468 22100 104432 22150 104442 22200 104440 22250 104457 22300 104455 22350 104434 22400 104416 22450 104418 22500 104408 22550 104415 22600 104434 22650 104463 22700 104428 22750 104356 22800 104320 22850 104312 22900 104333 22950 104347 23000 104367 23050 104381 23100 104380 23150 104397 23200 104384 23250 104341 23300 104287 23350 104270 23400 104275 23450 104268 23500 104287 23550 104268 23600 104270 23650 104204 23700 104192 23750 104176 23800 104230 23850 104275 23900 104301 23950 104282 24000 104252 24050 104241 24100 104219 24150 104202 24200 104159 24250 104173 24300 104163 24350 104164 24400 104121 24450 104132 24500 104168 24550 104234 24600 104263 24650 104243 24700 104188 24750 104208 24800 104201 24850 104238 24900 104225 24950 104248 25000 104238 25050 104209 25100 104207 25150 104183 25200 104163 25250 104115 25300 104080 25350 104086 25400 104122 25450 104173 25500 104171 25550 104150 25600 104070 25650 104044 25700 104095 25750 104098 25800 104096 25850 104076 25900 104126 25950 104115 26000 104087 26050 104035 26100 104003 26150 103974 26200 104033 26250 104088 26300 104119 26350 104073 26400 104057 26450 104038 26500 104078 26550 104113 26600 104108 26650 104083 26700 104035 26750 104005 26800 104004 26850 104021 26900 104021 26950 103996 27000 103980 27050 103987 27100 103973 27150 103966 27200 103989 27250 103996 27300 103996 27350 103977 27400 103965 27450 103984 27500 104003 27550 104018 27600 104026 27650 104011 27700 103987 27750 103933 27800 103927 27850 103963 27900 103982 27950 103994 28000 103974 28050 103974 28100 103941 28150 103912 28200 103891 28250 103920 28300 103949 28350 103965 28400 103911 28450 103882 28500 103880 28550 103860 28600 103834 28650 103805 28700 103859 28750 103929 28800 103955 28850 103947 28900 103940 28950 103929 29000 103937 29050 103949 29100 103963 29150 103955 29200 103945 29250 103951 29300 103977 29350 103969 29400 103963 29450 103976 29500 103971 29550 103976 29600 103962 29650 103979 29700 104003 29750 104023 29800 104010 29850 103980 29900 103965 29950 103988 30000 103996 30050 103972 30100 103945 30150 103934 30200 103961 30250 103941 30300 103914 30350 103901 30400 103960 30450 104024 30500 104066 30550 104057 30600 104051 30650 103984 30700 103944 30750 103965 30800 103998 30850 103978 30900 103923 30950 103945 31000 103982 31050 103973 31100 103926 31150 103869 31200 103887 31250 103902 31300 103972 31350 103978 31400 103994 31450 104019 31500 104053 31550 104017 31600 104001 31650 104003 31700 104050 31750 104019 31800 103924 31850 103937 31900 103974 31950 104029 32000 104005 32050 103994 32100 104024 32150 104058 32200 104080 32250 104085 32300 104075 32350 104047 32400 104033 32450 104042 32500 104018 32550 104014 32600 103969 32650 104019 32700 104008 32750 104032 32800 104002 32850 104036 32900 104061 32950 104104 33000 104126 33050 104129 33100 104094 33150 104079 33200 104060 33250 104106 33300 104091 33350 104114 33400 104073 33450 104084 33500 104094 33550 104180 33600 104160 33650 104101 33700 104043 33750 104065 33800 104111 33850 104130 33900 104145 33950 104136 34000 104113 34050 104122 34100 104159 34150 104171 34200 104139 34250 104095 34300 104119 34350 104143 34400 104148 34450 104128 34500 104121 34550 104086 34600 104069 34650 104060 34700 104088 34750 104112 34800 104112 34850 104123 34900 104099 34950 104054 35000 103992 35050 103968 35100 104035 35150 104128 35200 104168 35250 104161 35300 104137 35350 104143 35400 104129 35450 104140 35500 104144 35550 104157 35600 104173 35650 104154 35700 104127 35750 104111 35800 104075 35850 104043 35900 104024 35950 104071 36000 104126 36050 104169 36100 104147 36150 104122 36200 104077 36250 104102 36300 104120 36350 104140 36400 104142 36450 104154 36500 104162 36550 104183 36600 104180 36650 104187 36700 104182 36750 104191 36800 104212 36850 104222 36900 104247 36950 104238 37000 104222 37050 104178 37100 104154 37150 104145 37200 104143 37250 104156 37300 104158 37350 104159 37400 104139 37450 104173 37500 104243 37550 104282 37600 104233 37650 104179 37700 104165 37750 104210 37800 104262 37850 104265 37900 104228 37950 104156 38000 104132 38050 104156 38100 104148 38150 104148 38200 104134 38250 104211 38300 104280 38350 104301 38400 104302 38450 104299 38500 104288 38550 104292 38600 104293 38650 104319 38700 104306 38750 104280 38800 104266 38850 104234 38900 104235 38950 104259 39000 104239 39050 104216 39100 104248 39150 104346 39200 104344 39250 104287 39300 104237 39350 104261 39400 104268 39450 104284 39500 104331 39550 104363 39600 104341 39650 104294 39700 104297 39750 104318 39800 104327 39850 104316 39900 104290 39950 104286 40000 104311 40050 104342 40100 104367 40150 104373 40200 104382 40250 104369 40300 104349 40350 104308 40400 104328 40450 104317 40500 104339 40550 104266 40600 104267 40650 104251 40700 104281 40750 104278 40800 104343 40850 104364 40900 104341 40950 104317 41000 104301 41050 104329 41100 104361 41150 104401 41200 104371 41250 104307 41300 104285 41350 104323 41400 104341 41450 104347 41500 104364 41550 104371 41600 104358 41650 104307 41700 104269 41750 104295 41800 104344 41850 104375 41900 104401 41950 104457 42000 104467 42050 104436 42100 104381 42150 104394 42200 104383 42250 104355 42300 104354 42350 104360 42400 104418 42450 104393 42500 104397 42550 104397 42600 104452 42650 104473 42700 104443 42750 104408 42800 104397 42850 104421 42900 104433 42950 104478 43000 104574 43050 104795 43100 105107 43150 105443 43200 105700 43250 105756 43300 105648 43350 105398 43400 105153 43450 104884 43500 104726 43550 104575 43600 104500 43650 104437 43700 104428 43750 104452 43800 104489 43850 104488 43900 104467 43950 104455 44000 104499 44050 104545 44100 104538 44150 104500 44200 104485 44250 104461 44300 104459 44350 104442 44400 104477 44450 104533 44500 104541 44550 104524 44600 104475 44650 104459 44700 104472 44750 104510 44800 104543 44850 104532 44900 104478 44950 104461 45000 104478 45050 104526 45100 104573 45150 104587 45200 104557 45250 104485 45300 104471 45350 104454 45400 104492 45450 104531 45500 104577 45550 104552 45600 104503 45650 104485 45700 104494 45750 104465 45800 104476 45850 104495 45900 104520 45950 104522 46000 104508 46050 104511 46100 104492 46150 104500 46200 104493 46250 104495 46300 104517 46350 104567 46400 104576 46450 104554 46500 104479 46550 104427 46600 104383 46650 104389 46700 104465 46750 104523 46800 104570 46850 104536 46900 104493 46950 104485 47000 104521 47050 104600 47100 104612 47150 104617 47200 104617 47250 104609 47300 104540 47350 104475 47400 104471 47450 104481 47500 104484 47550 104473 47600 104494 47650 104481 47700 104469 47750 104433 47800 104469 47850 104485 47900 104566 47950 104580 48000 104523 48050 104488 48100 104473 48150 104555 48200 104567 48250 104537 48300 104521 48350 104482 48400 104499 48450 104497 48500 104512 48550 104497 48600 104498 48650 104500 48700 104512 48750 104539 48800 104563 48850 104566 48900 104560 48950 104560 49000 104561 49050 104543 49100 104542 49150 104555 49200 104555 49250 104536 49300 104586 49350 104615 49400 104615 49450 104568 49500 104554 49550 104544 49600 104546 49650 104542 49700 104599 49750 104589 49800 104592 49850 104583 49900 104566 49950 104536 50000 104524 50050 104537 50100 104540 50150 104527 50200 104570 50250 104619 50300 104655 50350 104624 50400 104553 50450 104522 50500 104497 50550 104509 50600 104514 50650 104519 50700 104539 50750 104534 50800 104566 50850 104566 50900 104522 50950 104504 51000 104515 51050 104557 51100 104558 51150 104527 51200 104513 51250 104512 51300 104522 51350 104545 51400 104520 51450 104553 51500 104576 51550 104616 51600 104615 51650 104601 51700 104590 51750 104606 51800 104560 51850 104544 51900 104517 51950 104565 52000 104609 52050 104640 52100 104646 52150 104673 52200 104643 52250 104606 52300 104579 52350 104586 52400 104605 52450 104552 52500 104541 52550 104503 52600 104513 52650 104490 52700 104508 52750 104505 52800 104523 52850 104521 52900 104552 52950 104583 53000 104588 53050 104595 53100 104577 53150 104576 53200 104575 53250 104536 53300 104556 53350 104531 53400 104557 53450 104557 53500 104571 53550 104617 53600 104658 53650 104643 53700 104586 53750 104542 53800 104572 53850 104595 53900 104623 53950 104617 54000 104652 54050 104633 54100 104651 54150 104652 54200 104655 54250 104668 54300 104706 54350 104703 54400 104687 54450 104659 54500 104659 54550 104664 54600 104670 54650 104682 54700 104652 54750 104630 54800 104657 54850 104721 54900 104702 54950 104674 55000 104594 55050 104581 55100 104600 55150 104656 55200 104701 55250 104687 55300 104670 55350 104682 55400 104680 55450 104647 55500 104603 55550 104582 55600 104606 55650 104596 55700 104621 55750 104647 55800 104643 55850 104635 55900 104591 55950 104579 56000 104554 56050 104582 56100 104611 56150 104610 56200 104614 56250 104654 56300 104676 56350 104684 56400 104647 56450 104655 56500 104692 56550 104725 56600 104760 56650 104732 56700 104749 56750 104788 56800 104854 56850 104845 56900 104863 56950 104907 57000 105020 57050 105100 57100 105138 57150 105215 57200 105237 57250 105303 57300 105276 57350 105276 57400 105256 57450 105283 57500 105297 57550 105240 57600 105170 57650 105121 57700 105095 57750 105064 57800 105079 57850 105079 57900 105057 57950 104949 58000 104857 58050 104797 58100 104799 58150 104806 58200 104797 58250 104745 58300 104717 58350 104704 58400 104696 58450 104708 58500 104706 58550 104726 58600 104763 58650 104781 58700 104737 58750 104670 58800 104674 58850 104709 58900 104750 58950 104764 59000 104765 59050 104751 59100 104764 59150 104801 59200 104850 59250 104815 59300 104803 59350 104779 59400 104767 59450 104728 59500 104726 59550 104776 59600 104814 59650 104795 59700 104778 59750 104816 59800 104799 59850 104764 59900 104687 59950 104695 60000 104717 60050 104738 60100 104743 60150 104742 60200 104765 60250 104771 60300 104789 60350 104771 60400 104746 60450 104688 60500 104706 60550 104721 60600 104712 60650 104661 60700 104655 60750 104670 60800 104689 60850 104726 60900 104729 60950 104767 61000 104764 61050 104797 61100 104781 61150 104785 61200 104780 61250 104771 61300 104733 61350 104712 61400 104720 61450 104718 61500 104733 61550 104733 61600 104740 61650 104739 61700 104750 61750 104786 61800 104822 61850 104832 61900 104788 61950 104753 62000 104745 62050 104812 62100 104832 62150 104810 62200 104755 62250 104713 62300 104700 62350 104707 62400 104740 62450 104744 62500 104758 62550 104745 62600 104787 62650 104797 62700 104825 62750 104837 62800 104857 62850 104867 62900 104843 62950 104833 63000 104826 63050 104794 63100 104763 63150 104791 63200 104849 63250 104856 63300 104813 63350 104781 63400 104777 63450 104783 63500 104811 63550 104812 63600 104816 63650 104821 63700 104817 63750 104810 63800 104798 63850 104809 63900 104806 63950 104830 64000 104846 64050 104867 64100 104831 64150 104852 64200 104859 64250 104865 64300 104874 64350 104867 64400 104866 64450 104838 64500 104875 64550 104897 64600 104887 64650 104853 64700 104842 64750 104877 64800 104853 64850 104824 64900 104807 64950 104824 65000 104832 65050 104819 65100 104854 65150 104857 65200 104878 65250 104879 65300 104913 65350 104896 65400 104825 65450 104801 65500 104827 65550 104863 65600 104890 65650 104875 65700 104893 65750 104893 65800 104931 65850 104918 65900 104905 65950 104867 66000 104905 66050 104928 66100 104946 66150 104927 66200 104915 66250 104926 66300 104956 66350 104951 66400 104909 66450 104878 66500 104869 66550 104895 66600 104888 66650 104889 66700 104887 66750 104879 66800 104878 66850 104890 66900 104902 66950 104902 67000 104901 67050 104899 67100 104933 67150 104959 67200 104993 67250 104976 67300 104934 67350 104906 67400 104895 67450 104906 67500 104900 67550 104928 67600 104927 67650 104907 67700 104868 67750 104882 67800 104930 67850 104969 67900 104985 67950 104974 68000 104956 68050 104895 68100 104884 68150 104912 68200 104932 68250 104945 68300 104903 68350 104914 68400 104961 68450 104918 68500 104837 68550 104788 68600 104832 68650 104841 68700 104893 68750 105010 68800 105018 68850 104959 68900 104905 68950 104953 69000 104908 69050 104917 69100 104929 69150 104909 69200 104862 69250 104899 69300 104930 69350 104936 69400 104968 69450 104985 69500 104949 69550 104936 69600 104913 69650 104940 69700 104938 69750 104989 69800 104952 69850 104902 69900 104939 69950 104974 70000 105009 70050 105031 70100 105087 70150 105054 70200 104984 70250 104951 70300 104969 70350 104993 70400 105023 70450 105045 70500 105078 70550 105070 70600 105037 70650 104973 70700 104962 70750 104965 70800 104982 70850 104978 70900 105006 70950 105028 71000 105017 71050 104998 71100 104966 71150 104984 71200 104980 71250 104964 71300 104929 71350 104946 71400 104953 71450 104910 71500 104951 71550 105112 71600 105203 71650 105092 71700 105007 71750 105000 71800 104998 71850 104939 71900 104938 71950 105015 72000 105030 72050 105035 72100 105059 72150 105078 72200 105092 72250 105108 72300 105082 72350 105031 72400 104985 72450 104983 72500 105046 72550 105071 72600 105094 72650 105084 72700 105034 72750 105005 72800 104988 72850 105048 72900 105047 72950 105039 73000 105053 73050 105073 73100 105045 73150 105047 73200 105071 73250 105045 73300 104987 73350 104989 73400 105013 73450 104972 73500 104934 73550 104986 73600 105031 73650 105024 73700 104985 73750 104972 73800 105036 73850 105052 73900 105048 73950 104996 74000 105005 74050 105044 74100 105106 74150 105137 74200 105124 74250 105095 74300 105095 74350 105165 74400 105157 74450 105123 74500 105038 74550 105041 74600 105061 74650 105112 74700 105117 74750 105130 74800 105114 74850 105097 74900 105052 74950 105033 75000 104999 75050 104967 75100 104947 75150 105015 75200 105062 75250 105056 75300 105031 75350 105019 75400 105030 75450 104993 75500 105022 75550 105056 75600 105082 75650 105029 75700 104930 75750 104886 75800 104966 75850 104983 75900 104988 75950 104978 76000 105040 76050 105040 76100 104994 76150 105009 76200 105031 76250 105016 76300 105031 76350 105067 76400 105072 76450 105012 76500 104962 76550 104906 76600 104883 76650 104871 76700 104916 76750 104972 76800 104982 76850 104943 76900 104916 76950 104931 77000 104965 77050 104951 77100 104940 77150 104884 77200 104844 77250 104831 77300 104854 77350 104902 77400 104947 77450 104938 77500 104916 77550 104846 77600 104849 77650 104808 77700 104818 77750 104872 77800 104908 77850 104865 77900 104828 77950 104813 78000 104803 78050 104770 78100 104740 78150 104798 78200 104831 78250 104915 78300 104883 78350 104849 78400 104788 78450 104812 78500 104815 78550 104783 78600 104785 78650 104787 78700 104814 78750 104784 78800 104754 78850 104687 78900 104666 78950 104669 79000 104728 79050 104731 79100 104712 79150 104717 79200 104764 79250 104787 79300 104771 79350 104720 79400 104727 79450 104714 79500 104695 79550 104679 79600 104669 79650 104678 79700 104666 79750 104686 79800 104713 79850 104720 79900 104743 79950 104785 80000 104795 80050 104620 80100 104479 80150 104541 80200 104689 80250 104647 80300 104571 80350 104585 80400 104610 80450 104589 80500 104612 80550 104677 80600 104683 80650 104640 80700 104638 80750 104602 80800 104612 80850 104702 80900 104740 80950 104774 81000 104803 81050 104798 81100 104740 81150 104742 81200 104805 81250 104836 81300 104807 81350 104851 81400 104875 81450 104870 81500 104833 81550 104819 81600 104781 81650 104774 81700 104789 81750 104745 81800 104709 81850 104670 81900 104689 81950 104662 82000 104683 82050 104687 82100 104688 82150 104672 82200 104640 82250 104611 82300 104561 82350 104578 82400 104560 82450 104534 82500 104485 82550 104472 82600 104461 82650 104427 82700 104384 82750 104372 82800 104447 82850 104554 82900 104581 82950 104527 83000 104504 83050 104511 83100 104490 83150 104461 83200 104464 83250 104470 83300 104464 83350 104423 83400 104395 83450 104377 83500 104406 83550 104430 83600 104419 83650 104399 83700 104410 83750 104429 83800 104414 83850 104405 83900 104407 83950 104395 84000 104414 84050 104406 84100 104398 84150 104370 84200 104356 84250 104378 84300 104406 84350 104370 84400 104312 84450 104296 84500 104303 84550 104335 84600 104303 84650 104292 84700 104276 84750 104270 84800 104266 84850 104278 84900 104299 84950 104365 85000 104356 85050 104316 85100 104255 85150 104251 85200 104261 85250 104297 85300 104295 85350 104327 85400 104287 85450 104290 85500 104257 85550 104281 85600 104318 85650 104349 85700 104368 85750 104355 85800 104354 85850 104315 85900 104238 85950 104190 86000 104189 86050 104224 86100 104258 86150 104258 86200 104294 86250 104276 86300 104287 86350 104283 86400 104323 86450 104334 86500 104272 86550 104199 86600 104223 86650 104329 86700 104407 86750 104399 86800 104400 86850 104394 86900 104383 86950 104356 87000 104318 87050 104331 87100 104367 87150 104350 87200 104292 87250 104207 87300 104211 87350 104235 87400 104291 87450 104359 87500 104372 87550 104378 87600 104425 87650 104440 87700 104390 87750 104338 87800 104348 87850 104378 87900 104387 87950 104391 88000 104411 88050 104381 88100 104374 88150 104379 88200 104397 88250 104415 88300 104418 88350 104394 88400 104359 88450 104360 88500 104349 88550 104359 88600 104355 88650 104372 88700 104388 88750 104377 88800 104388 88850 104372 88900 104393 88950 104400 89000 104422 89050 104412 89100 104419 89150 104419 89200 104424 89250 104459 89300 104454 89350 104458 89400 104460 89450 104478 89500 104494 89550 104470 89600 104447 89650 104386 89700 104396 89750 104408 89800 104445 89850 104441 89900 104465 89950 104467 90000 104456 90050 104452 90100 104407 90150 104397 90200 104391 90250 104452 90300 104500 90350 104519 90400 104514 90450 104456 90500 104438 90550 104446 90600 104460 90650 104443 90700 104488 90750 104566 90800 104518 90850 104486 90900 104384 90950 104476 91000 104459 91050 104472 91100 104438 91150 104419 91200 104437 91250 104430 91300 104454 91350 104440 91400 104446 91450 104437 91500 104446 91550 104461 91600 104435 91650 104442 91700 104449 91750 104478 91800 104465 91850 104423 91900 104434 91950 104478 92000 104562 92050 104565 92100 104544 92150 104520 92200 104538 92250 104559 92300 104545 92350 104538 92400 104524 92450 104576 92500 104578 92550 104595 92600 104532 92650 104493 92700 104464 92750 104491 92800 104516 92850 104550 92900 104559 92950 104588 93000 104588 93050 104614 93100 104638 93150 104630 93200 104611 93250 104609 93300 104613 93350 104571 93400 104472 93450 104407 93500 104436 93550 104572 93600 104625 93650 104612 93700 104567 93750 104609 93800 104598 93850 104570 93900 104558 93950 104571 94000 104551 94050 104552 94100 104558 94150 104563 94200 104539 94250 104547 94300 104545 94350 104571 94400 104590 94450 104592 94500 104582 94550 104575 94600 104576 94650 104565 94700 104558 94750 104543 94800 104512 94850 104482 94900 104511 94950 104458 95000 104433 95050 104447 95100 104495 95150 104529 95200 104567 95250 104607 95300 104627 95350 104596 95400 104615 95450 104600 95500 104561 95550 104582 95600 104598 95650 104618 95700 104565 95750 104561 95800 104574 95850 104590 95900 104568 95950 104582 96000 104615 96050 104650 96100 104616 96150 104568 96200 104530 96250 104536 96300 104555 96350 104558 96400 104557 96450 104544 96500 104565 96550 104592 96600 104609 96650 104624 96700 104636 96750 104625 96800 104619 96850 104582 96900 104576 96950 104606 97000 104650 97050 104685 97100 104679 97150 104695 97200 104687 97250 104628 97300 104588 97350 104582 97400 104597 97450 104586 97500 104567 97550 104585 97600 104596 97650 104596 97700 104599 97750 104598 97800 104629 97850 104653 97900 104687 97950 104668 98000 104644 98050 104634 98100 104642 98150 104673 98200 104677 98250 104668 98300 104625 98350 104596 98400 104622 98450 104670 98500 104692 98550 104684 98600 104676 98650 104671 98700 104675 98750 104671 98800 104687 98850 104689 98900 104725 98950 104738 99000 104726 99050 104691 99100 104687 99150 104684 99200 104677 99250 104686 99300 104688 99350 104687 99400 104683 99450 104693 99500 104669 99550 104644 99600 104607 99650 104626 99700 104586 99750 104603 99800 104590 99850 104596 99900 104603 99950 104653 100000 104681 100050 104691 100100 104663 100150 104672 100200 104678 100250 104684 100300 104733 100350 104744 100400 104746 100450 104689 100500 104713 100550 104737 100600 104764 100650 104781 100700 104793 100750 104780 100800 104729 100850 104670 100900 104687 100950 104676 101000 104696 101050 104704 101100 104723 101150 104698 101200 104679 101250 104668 101300 104678 101350 104668 101400 104665 101450 104665 101500 104661 101550 104672 101600 104643 101650 104626 101700 104619 101750 104673 101800 104706 101850 104702 101900 104693 101950 104685 102000 104677 102050 104672 102100 104651 102150 104638 102200 104669 102250 104721 102300 104764 102350 104717 102400 104690 102450 104705 102500 104725 102550 104729 102600 104730 102650 104739 102700 104726 102750 104695 102800 104709 102850 104727 102900 104793 102950 104822 103000 104898 103050 104882 103100 104848 103150 104755 103200 104723 103250 104763 103300 104829 103350 104837 103400 104788 103450 104758 103500 104756 103550 104780 103600 104757 103650 104762 103700 104740 103750 104702 103800 104678 103850 104632 103900 104664 103950 104683 104000 104754 104050 104749 104100 104712 104150 104641 104200 104659 104250 104708 104300 104750 104350 104742 104400 104729 104450 104740 104500 104770 104550 104765 104600 104762 104650 104729 104700 104707 104750 104729 104800 104756 104850 104814 104900 104801 104950 104763 105000 104696 105050 104664 105100 104678 105150 104717 105200 104770 105250 104794 105300 104789 105350 104787 105400 104834 105450 104875 105500 104879 105550 104815 105600 104767 105650 104790 105700 104774 105750 104746 105800 104713 105850 104747 105900 104776 105950 104711 106000 104667 106050 104671 106100 104728 106150 104757 106200 104762 106250 104761 106300 104769 106350 104774 106400 104762 106450 104765 106500 104805 106550 104845 106600 104871 106650 104837 106700 104803 106750 105090 106800 105491 106850 105587 106900 105312 106950 104935 107000 104862 107050 104819 107100 104832 107150 104823 107200 104832 107250 104827 107300 104841 107350 104829 107400 104819 107450 104835 107500 104829 107550 104757 107600 104689 107650 104699 107700 104748 107750 104757 107800 104755 107850 104785 107900 104836 107950 104830 108000 104812 108050 104799 108100 104825 108150 104824 108200 104796 108250 104731 108300 104715 108350 104739 108400 104810 108450 104811 108500 104831 108550 104842 108600 104867 108650 104853 108700 104828 108750 104766 108800 104743 108850 104738 108900 104758 108950 104780 109000 104771 109050 104794 109100 104792 109150 104808 109200 104853 109250 104876 109300 104893 109350 104869 109400 104894 109450 104855 109500 104810 109550 104730 109600 104721 109650 104734 109700 104747 109750 104788 109800 104806 109850 104820 109900 104813 109950 104819 110000 104783 110050 104778 110100 104773 110150 104812 110200 104810 110250 104805 110300 104808 110350 104786 110400 104803 110450 104816 110500 104829 110550 104789 110600 104774 110650 104812 110700 104797 110750 104783 110800 104766 110850 104795 110900 104790 110950 104784 111000 104821 111050 104884 111100 104899 111150 104920 111200 104911 111250 104885 111300 104851 111350 104845 111400 104897 111450 104896 111500 104859 111550 104837 111600 104827 111650 104842 111700 104879 111750 104949 111800 104973 111850 104947 111900 104901 111950 104904 112000 104886 112050 104841 112100 104787 112150 104762 112200 104763 112250 104789 112300 104797 112350 104806 112400 104822 112450 104791 112500 104772 112550 104747 112600 104802 112650 104833 112700 104886 112750 104865 112800 104835 112850 104782 112900 104749 112950 104762 113000 104762 113050 104788 113100 104819 113150 104869 113200 104864 113250 104824 113300 104755 113350 104762 113400 104802 113450 104881 113500 104958 113550 104986 113600 105016 113650 105020 113700 105074 113750 105073 113800 105088 113850 105081 113900 105101 113950 105134 114000 105193 114050 105192 114100 105174 114150 105183 114200 105269 114250 105356 114300 105426 114350 105452 114400 105490 114450 105477 114500 105512 114550 105536 114600 105538 114650 105506 114700 105494 114750 105520 114800 105511 114850 105486 114900 105461 114950 105499 115000 105523 115050 105537 115100 105529 115150 105504 115200 105476 115250 105428 115300 105363 115350 105339 115400 105312 115450 105291 115500 105263 115550 105226 115600 105206 115650 105188 115700 105166 115750 105148 115800 105151 115850 105163 115900 105160 115950 105115 116000 105077 116050 105004 116100 104970 116150 104937 116200 104916 116250 104881 116300 104877 116350 104919 116400 104918 116450 104890 116500 104860 116550 104870 116600 104855 116650 104843 116700 104817 116750 104839 116800 104881 116850 104876 116900 104869 116950 104816 117000 104823 117050 104820 117100 104820 117150 104793 117200 104740 117250 104712 117300 104726 117350 104767 117400 104795 117450 104758 117500 104740 117550 104722 117600 104747 117650 104757 117700 104752 117750 104740 117800 104756 117850 104814 117900 104820 117950 104793 118000 104735 118050 104725 118100 104748 118150 104788 118200 104846 118250 104837 118300 104822 118350 104754 118400 104743 118450 104756 118500 104802 118550 104851 118600 104866 118650 104877 118700 104914 118750 104952 118800 105018 118850 105024 118900 105093 118950 105158 119000 105289 119050 105433 119100 105602 119150 105741 119200 105912 119250 106136 119300 106424 119350 106688 119400 106900 119450 107133 119500 107388 119550 107698 119600 107987 119650 108280 119700 108559 119750 108809 119800 109033 119850 109215 119900 109396 119950 109522 120000 109628 120050 109677 120100 109690 120150 109677 120200 109638 120250 109614 120300 109494 120350 109325 120400 109085 120450 108917 120500 108698 120550 108478 120600 108203 120650 107957 120700 107714 120750 107417 120800 107149 120850 106911 120900 106749 120950 106564 121000 106374 121050 106184 121100 106064 121150 105930 121200 105790 121250 105636 121300 105524 121350 105450 121400 105354 121450 105265 121500 105203 121550 105149 121600 105119 121650 105036 121700 105005 121750 104990 121800 104957 121850 104934 121900 104867 121950 104854 122000 104833 122050 104812 122100 104813 122150 104801 122200 104854 122250 104863 122300 104850 122350 104767 122400 104783 122450 104795 122500 104849 122550 104817 122600 104829 122650 104829 122700 104816 122750 104756 122800 104749 122850 104754 122900 104791 122950 104733 123000 104738 123050 104723 123100 104738 123150 104704 123200 104686 123250 104665 123300 104677 123350 104663 123400 104706 123450 104713 123500 104745 123550 104710 123600 104708 123650 104694 123700 104707 123750 104682 123800 104700 123850 104662 123900 104642 123950 104640 124000 104670 124050 104683 124100 104630 124150 104593 124200 104558 124250 104584 124300 104598 124350 104654 124400 104640 124450 104616 124500 104598 124550 104606 124600 104612 124650 104568 124700 104569 124750 104557 124800 104559 124850 104538 124900 104551 124950 104512 125000 104457 125050 104391 125100 104424 125150 104498 125200 104578 125250 104636 125300 104583 125350 104581 125400 104543 125450 104545 125500 104475 125550 104467 125600 104450 125650 104485 125700 104449 125750 104438 125800 104433 125850 104422 125900 104442 125950 104441 126000 104479 126050 104485 126100 104423 126150 104399 126200 104403 126250 104501 126300 104505 126350 104467 126400 104405 126450 104355 126500 104372 126550 104351 126600 104405 126650 104412 126700 104433 126750 104381 126800 104281 126850 104277 126900 104285 126950 104355 127000 104349 127050 104376 127100 104383 127150 104359 127200 104358 127250 104302 127300 104333 127350 104286 127400 104303 127450 104286 127500 104314 127550 104331 127600 104272 127650 104250 127700 104235 127750 104280 127800 104291 127850 104299 127900 104278 127950 104243 128000 104202 128050 104202 128100 104195 128150 104219 128200 104244 128250 104244 128300 104222 128350 104158 128400 104142 128450 104130 128500 104198 128550 104243 128600 104266 128650 104222 128700 104197 128750 104172 128800 104145 128850 104132 128900 104158 128950 104179 129000 104152 129050 104143 129100 104150 129150 104190 129200 104172 129250 104155 129300 104148 129350 104115 129400 104102 129450 104081 129500 104131 129550 104127 129600 104079 129650 104057 129700 104049 129750 104073 129800 104091 129850 104130 129900 104165 129950 104152 130000 104111 130050 104107 130100 104085 130150 104078 130200 104052 130250 104054 130300 104048 130350 104044 130400 104039 130450 104017 130500 103986 130550 103979 130600 104017 130650 104023 130700 104019 130750 104010 130800 104041 130850 104064 130900 104084 130950 104055 131000 103994 131050 103968 131100 104001 131150 104066 131200 104068 131250 104040 131300 104001 131350 103998 131400 104003 131450 104041 131500 104050 131550 104085 131600 104097 131650 104084 131700 104033 131750 104002 131800 103973 131850 103945 131900 103947 131950 103978 132000 104000 132050 103976 132100 103945 132150 103932 132200 103913 132250 103904 132300 103906 132350 103918 132400 103950 132450 103978 132500 103967 132550 103937 132600 103937 132650 103961 132700 103997 132750 104028 132800 104002 132850 103984 132900 103965 132950 104013 133000 104039 133050 104036 133100 104041 133150 104039 133200 104063 133250 104073 133300 104062 133350 103992 133400 103919 133450 103914 133500 103966 133550 104030 133600 104083 133650 104098 133700 104083 133750 104051 133800 104010 133850 103937 133900 103923 133950 103919 134000 103976 134050 104009 134100 104043 134150 104075 134200 104044 134250 104030 134300 104006 134350 104032 134400 104039 134450 104032 134500 104018 134550 104052 134600 104079 134650 104068 134700 104023 134750 104024 134800 104006 134850 104020 134900 103996 134950 104013 135000 104002 135050 104004 135100 104024 135150 104032 135200 104026 135250 103989 135300 103971 135350 104022 135400 104057 135450 104049 135500 103993 135550 103959 135600 103954 135650 103937 135700 103955 135750 103945 135800 103966 135850 103996 135900 104036 135950 104040 136000 104041 136050 104031 136100 104014 136150 104011 136200 104025 136250 104041 136300 104007 136350 103984 136400 103972 136450 103987 136500 103994 136550 103977 136600 103953 136650 103943 136700 103977 136750 104008 136800 104031 136850 104019 136900 104031 136950 104058 137000 104097 137050 104100 137100 104084 137150 104019 137200 103963 137250 103948 137300 104015 137350 104043 137400 104046 137450 104040 137500 104035 137550 104031 137600 104037 137650 104060 137700 104070 137750 104051 137800 104044 137850 104041 137900 104045 137950 104063 138000 104086 138050 104060 138100 104026 138150 104019 138200 104019 138250 103995 138300 103927 138350 103946 138400 104003 138450 104043 138500 104007 138550 103992 138600 104024 138650 104064 138700 104061 138750 104080 138800 104095 138850 104096 138900 104057 138950 104032 139000 104051 139050 104058 139100 104052 139150 104018 139200 104004 139250 104032 139300 104068 139350 104088 139400 104090 139450 104071 139500 104082 139550 104075 139600 104086 139650 104072 139700 104047 139750 104014 139800 104000 139850 104037 139900 104086 139950 104115 140000 104136 140050 104116 140100 104095 140150 104060 140200 104097 140250 104113 140300 104152 140350 104134 140400 104133 140450 104116 140500 104091 140550 104098 140600 104119 140650 104148 140700 104163 140750 104107 140800 104108 140850 104089 140900 104137 140950 104121 141000 104115 141050 104045 141100 104037 141150 104058 141200 104104 141250 104086 141300 104082 141350 104070 141400 104117 141450 104122 141500 104125 141550 104085 141600 104032 141650 104016 141700 104025 141750 104072 141800 104141 141850 104186 141900 104186 141950 104127 142000 104086 142050 104037 142100 104051 142150 104065 142200 104087 142250 104076 142300 104106 142350 104139 142400 104194 142450 104175 142500 104132 142550 104067 142600 104046 142650 104065 142700 104103 142750 104142 142800 104180 142850 104201 142900 104191 142950 104140 143000 104092 143050 104067 143100 104116 143150 104171 143200 104210 143250 104223 143300 104209 143350 104195 143400 104181 143450 104191 143500 104202 143550 104225 143600 104207 143650 104164 143700 104094 143750 104043 143800 104089 143850 104118 143900 104180 143950 104193 144000 104208 144050 104176 144100 104164 144150 104169 144200 104240 144250 104269 144300 104280 144350 104258 144400 104236 144450 104243 144500 104227 144550 104208 144600 104214 144650 104232 144700 104253 144750 104246 144800 104242 144850 104249 144900 104259 144950 104349 145000 104453 145050 104548 145100 104575 145150 104591 145200 104667 145250 104892 145300 105228 145350 105761 145400 106324 145450 107060 145500 108013 145550 109408 145600 111373 145650 113864 145700 117174 145750 121457 145800 127051 145850 134135 145900 143128 145950 154406 146000 168434 146050 185678 146100 206631 146150 231903 146200 262261 146250 298604 146300 341425 146350 391091 146400 448423 146450 514217 146500 589137 146550 673194 146600 766796 146650 869947 146700 982891 146750 1106094 146800 1239862 146850 1384380 146900 1539088 146950 1704154 147000 1880227 147050 2066981 147100 2264036 147150 2470281 147200 2683807 147250 2904854 147300 3134445 147350 3373975 147400 3623398 147450 3882711 147500 4153556 147550 4433809 147600 4720770 147650 5012436 147700 5312590 147750 5621370 147800 5934014 147850 6246919 147900 6561124 147950 6877913 148000 7198227 148050 7522296 148100 7853389 148150 8193466 148200 8537611 148250 8879438 148300 9214032 148350 9549544 148400 9898656 148450 1.03E+07 148500 1.06E+07 148550 1.10E+07 148600 1.13E+07 148650 1.16E+07 148700 1.20E+07 148750 1.23E+07 148800 1.27E+07 148850 1.30E+07 148900 1.33E+07 148950 1.37E+07 149000 1.40E+07 149050 1.44E+07 149100 1.48E+07 149150 1.51E+07 149200 1.55E+07 149250 1.58E+07 149300 1.62E+07 149350 1.65E+07 149400 1.69E+07 149450 1.72E+07 149500 1.76E+07 149550 1.80E+07 149600 1.83E+07 149650 1.87E+07 149700 1.91E+07 149750 1.94E+07 149800 1.98E+07 149850 2.02E+07 149900 2.06E+07 149950 2.09E+07 150000 2.13E+07 150050 2.16E+07 150100 2.20E+07 150150 2.23E+07 150200 2.27E+07 150250 2.31E+07 150300 2.35E+07 150350 2.39E+07 150400 2.42E+07 150450 2.46E+07 150500 2.50E+07 150550 2.54E+07 150600 2.58E+07 150650 2.62E+07 150700 2.66E+07 150750 2.69E+07 150800 2.72E+07 150850 2.76E+07 150900 2.80E+07 150950 2.83E+07 151000 2.87E+07 151050 2.91E+07 151100 2.95E+07 151150 3.00E+07 151200 3.04E+07 151250 3.08E+07 151300 3.12E+07 151350 3.15E+07 151400 3.19E+07 151450 3.22E+07 151500 3.25E+07 151550 3.27E+07 151600 3.27E+07 151650 3.24E+07 151700 3.17E+07 151750 3.03E+07 151800 2.79E+07 151850 2.44E+07 151900 2.00E+07 151950 1.53E+07 152000 1.09E+07 152050 7193080 152100 4479155 152150 2684576 152200 1590045 152250 961537 152300 614849 152350 429098 152400 331110 152450 279720 152500 252621 152550 237879 152600 229246 152650 223607 152700 219553 152750 216240 152800 213331 152850 210585 152900 208059 152950 205682 153000 203552 153050 201570 153100 199723 153150 197856 153200 195936 153250 194039 153300 192256 153350 190707 153400 189242 153450 187687 153500 186038 153550 184346 153600 182803 153650 181349 153700 180015 153750 178682 153800 177403 153850 176194 153900 175053 153950 173926 154000 172757 154050 171568 154100 170336 154150 169105 154200 167931 154250 166908 154300 166021 154350 165155 154400 164277 154450 163287 154500 162335 154550 161435 154600 160657 154650 159852 154700 159027 154750 158233 154800 157454 154850 156657 154900 155804 154950 154989 155000 154215 155050 153460 155100 152629 155150 151770 155200 150958 155250 150280 155300 149727 155350 149202 155400 148597 155450 147961 155500 147323 155550 146797 155600 146216 155650 145684 155700 145083 155750 144514 155800 143887 155850 143286 155900 142710 155950 142219 156000 141710 156050 141278 156100 140800 156150 140395 156200 139926 156250 139476 156300 138946 156350 138455 156400 137950 156450 137540 156500 137134 156550 136763 156600 136371 156650 135935 156700 135535 156750 135096 156800 134707 156850 134292 156900 133857 156950 133511 157000 133107 157050 132838 157100 132442 157150 132071 157200 131652 157250 131267 157300 130939 157350 130631 157400 130313 157450 129942 157500 129536 157550 129184 157600 128900 157650 128669 157700 128375 157750 128095 157800 127788 157850 127523 157900 127236 157950 126980 158000 126777 158050 126529 158100 126273 158150 125986 158200 125775 158250 125535 158300 125285 158350 125005 158400 124793 158450 124644 158500 124479 158550 124288 158600 124036 158650 123787 158700 123534 158750 123323 158800 123152 158850 122945 158900 122751 158950 122552 159000 122354 159050 122145 159100 121935 159150 121783 159200 121640 159250 121497 159300 121369 159350 121204 159400 121020 159450 120805 159500 120594 159550 120420 159600 120184 159650 119963 159700 119759 159750 119591 159800 119458 159850 119251 159900 119094 159950 118890 160000 118787 160050 118619 160100 118499 160150 118359 160200 118283 160250 118157 160300 118007 160350 117903 160400 117778 160450 117617 160500 117360 160550 117167 160600 117002 160650 116908 160700 116798 160750 116716 160800 116598 160850 116481 160900 116319 160950 116225 161000 116107 161050 116044 161100 115892 161150 115805 161200 115658 161250 115578 161300 115460 161350 115410 161400 115267 161450 115154 161500 115015 161550 114917 161600 114793 161650 114697 161700 114586 161750 114478 161800 114339 161850 114274 161900 114213 161950 114160 162000 114057 162050 113952 162100 113922 162150 113919 162200 113903 162250 113763 162300 113665 162350 113573 162400 113511 162450 113376 162500 113303 162550 113192 162600 113104 162650 112963 162700 112912 162750 112847 162800 112800 162850 112718 162900 112637 162950 112511 163000 112476 163050 112431 163100 112429 163150 112337 163200 112284 163250 112219 163300 112177 163350 112110 163400 112063 163450 111977 163500 111909 163550 111858 163600 111797 163650 111702 163700 111594 163750 111534 163800 111490 163850 111445 163900 111361 163950 111332 164000 111281 164050 111251 164100 111174 164150 111110 164200 111053 164250 110982 164300 110912 164350 110843 164400 110824 164450 110775 164500 110752 164550 110688 164600 110677 164650 110628 164700 110583 164750 110521 164800 110427 164850 110342 164900 110256 164950 110200 165000 110130 165050 110103 165100 110064 165150 110080 165200 110041 165250 110022 165300 109959 165350 109932 165400 109891 165450 109854 165500 109815 165550 109769 165600 109727 165650 109626 165700 109585 165750 109524 165800 109524 165850 109492 165900 109507 165950 109449 166000 109376 166050 109283 166100 109260 166150 109254 166200 109274 166250 109266 166300 109262 166350 109200 166400 109158 166450 109107 166500 109058 166550 109003 166600 108995 166650 108994 166700 108982 166750 108905 166800 108841 166850 108788 166900 108732 166950 108696 167000 108655 167050 108666 167100 108648 167150 108624 167200 108551 167250 108514 167300 108452 167350 108460 167400 108414 167450 108418 167500 108408 167550 108393 167600 108346 167650 108264 167700 108262 167750 108281 167800 108339 167850 108313 167900 108274 167950 108191 168000 108162 168050 108109 168100 108095 168150 108062 168200 108074 168250 108064 168300 108065 168350 108005 168400 107960 168450 107924 168500 107939 168550 107916 168600 107861 168650 107809 168700 107785 168750 107814 168800 107808 168850 107743 168900 107688 168950 107675 169000 107675 169050 107628 169100 107581 169150 107558 169200 107536 169250 107491 169300 107459 169350 107466 169400 107456 169450 107478 169500 107457 169550 107413 169600 107332 169650 107297 169700 107306 169750 107351 169800 107327 169850 107304 169900 107289 169950 107285 170000 107292 170050 107262 170100 107260 170150 107248 170200 107220 170250 107185 170300 107158 170350 107108 170400 107086 170450 107025 170500 107031 170550 107016 170600 107000 170650 106962 170700 106936 170750 106941 170800 106925 170850 106932 170900 106871 170950 106830 171000 106759 171050 106791 171100 106802 171150 106806 171200 106774 171250 106724 171300 106712 171350 106662 171400 106672 171450 106637 171500 106627 171550 106620 171600 106632 171650 106627 171700 106628 171750 106583 171800 106576 171850 106564 171900 106545 171950 106555 172000 106497 172050 106498 172100 106445 172150 106442 172200 106377 172250 106344 172300 106360 172350 106400 172400 106417 172450 106343 172500 106296 172550 106228 172600 106232 172650 106235 172700 106235 172750 106246 172800 106220 172850 106243 172900 106183 172950 106164 173000 106117 173050 106119 173100 106116 173150 106105 173200 106103 173250 106088 173300 106097 173350 106055 173400 106056 173450 106003 173500 105980 173550 105913 173600 105939 173650 105973 173700 106055 173750 106060 173800 106041 173850 105990 173900 105952 173950 105997 174000 106007 174050 105996 174100 105945 174150 105930 174200 105932 174250 105940 174300 105970 174350 105991 174400 105979 174450 105962 174500 106001 174550 106041 174600 106010 174650 105957 174700 105896 174750 105895 174800 105852 174850 105863 174900 105837 174950 105819 175000 105780 175050 105707 175100 105686 175150 105617 175200 105642 175250 105606 175300 105608 175350 105566 175400 105571 175450 105548 175500 105550 175550 105511 175600 105459 175650 105429 175700 105400 175750 105420 175800 105409 175850 105385 175900 105352 175950 105349 176000 105377 176050 105368 176100 105277 176150 105219 176200 105184 176250 105183 176300 105141 176350 105106 176400 105076 176450 105108 176500 105145 176550 105190 176600 105181 176650 105147 176700 105092 176750 105041 176800 105010 176850 105030 176900 105093 176950 105126 177000 105156 177050 105093 177100 105033 177150 104942 177200 104922 177250 104929 177300 104936 177350 104955 177400 104943 177450 104952 177500 104950 177550 104949 177600 104933 177650 104869 177700 104855 177750 104812 177800 104829 177850 104795 177900 104796 177950 104780 178000 104783 178050 104813 178100 104840 178150 104885 178200 104869 178250 104817 178300 104746 178350 104735 178400 104733 178450 104749 178500 104731 178550 104739 178600 104749 178650 104732 178700 104706 178750 104611 178800 104539 178850 104484 178900 104511 178950 104528 179000 104579 179050 104602 179100 104595 179150 104569 179200 104560 179250 104603 179300 104571 179350 104583 179400 104539 179450 104571 179500 104522 179550 104477 179600 104457 179650 104465 179700 104531 179750 104528 179800 104531 179850 104506 179900 104482 179950 104428 180000 104374 180050 104362 180100 104382 180150 104406 180200 104376 180250 104345 180300 104321 180350 104322 180400 104330 180450 104322 180500 104324 180550 104315 180600 104343 180650 104341 180700 104323 180750 104303 180800 104312 180850 104308 180900 104259 180950 104213 181000 104212 181050 104221 181100 104246 181150 104259 181200 104260 181250 104249 181300 104224 181350 104234 181400 104217 181450 104214 181500 104177 181550 104156 181600 104177 181650 104191 181700 104176 181750 104117 181800 104137 181850 104188 181900 104207 181950 104206 182000 104180 182050 104196 182100 104159 182150 104153 182200 104148 182250 104141 182300 104163 182350 104170 182400 104205 182450 104161 182500 104126 182550 104097 182600 104076 182650 104068 182700 104062 182750 104090 182800 104079 182850 104074 182900 104105 182950 104158 183000 104203 183050 104149 183100 104092 183150 104036 183200 104049 183250 104088 183300 104078 183350 104060 183400 104021 183450 104062 183500 104059 183550 104061 183600 104060 183650 104056 183700 104056 183750 104020 183800 104072 183850 104074 183900 104104 183950 104085 184000 104058 184050 104022 184100 103985 184150 104004 184200 104003 184250 104033 184300 104037 184350 104063 184400 104093 184450 104087 184500 104077 184550 103997 184600 103973 184650 103966 184700 103959 184750 103955 184800 103939 184850 103976 184900 103997 184950 104004 185000 104016 185050 104011 185100 103992 185150 103974 185200 103955 185250 103984 185300 103985 185350 104011 185400 104027 185450 104028 185500 104028 185550 103990 185600 103957 185650 103947 185700 103927 185750 103941 185800 103925 185850 103971 185900 104005 185950 104014 186000 104007 186050 104003 186100 104044 186150 104035 186200 104030 186250 104001 186300 103974 186350 103974 186400 103979 186450 104024 186500 104020 186550 104033 186600 104006 186650 103991 186700 103981 186750 104008 186800 104010 186850 103977 186900 103945 186950 103983 187000 104003 187050 104037 187100 104002 187150 103991 187200 103961 187250 103957 187300 103998 187350 103984 187400 103996 187450 103981 187500 104007 187550 104015 187600 103993 187650 103986 187700 103978 187750 103995 187800 103980 187850 103950 187900 103924 187950 103934 188000 103941 188050 103974 188100 103963 188150 103998 188200 103978 188250 103977 188300 103955 188350 103932 188400 103961 188450 103936 188500 103931 188550 103916 188600 103936 188650 103979 188700 103948 188750 103893 188800 103830 188850 103845 188900 103929 188950 103958 189000 103912 189050 103880 189100 103881 189150 103967 189200 103981 189250 104007 189300 103997 189350 103993 189400 104022 189450 104019 189500 104060 189550 104041 189600 104041 189650 104023 189700 104047 189750 104054 189800 104049 189850 104023 189900 104031 189950 104042 190000 104080 190050 104111 190100 104132 190150 104102 190200 104081 190250 104082 190300 104089 190350 104071 190400 104029 190450 104015 190500 104032 190550 104035 190600 104022 190650 104053 190700 104084 190750 104126 190800 104065 190850 104047 190900 104068 190950 104109 191000 104123 191050 104074 191100 104024 191150 104008 191200 104016 191250 104057 191300 104054 191350 104063 191400 104045 191450 104062 191500 104062 191550 104043 191600 104013 191650 103984 191700 103941 191750 103914 191800 103889 191850 103897 191900 103949 191950 103979 192000 104020 192050 103957 192100 103912 192150 103887 192200 103878 192250 103897 192300 103896 192350 103933 192400 103907 192450 103849 192500 103816 192550 103834 192600 103869 192650 103847 192700 103814 192750 103825 192800 103917 192850 103933 192900 103925 192950 103860 193000 103861 193050 103828 193100 103787 193150 103751 193200 103778 193250 103781 193300 103783 193350 103748 193400 103765 193450 103787 193500 103823 193550 103833 193600 103832 193650 103829 193700 103848 193750 103846 193800 103837 193850 103839 193900 103855 193950 103914 194000 103955 194050 103965 194100 103917 194150 103843 194200 103828 194250 103818 194300 103787 194350 103799 194400 103837 194450 103892 194500 103903 194550 103897 194600 103858 194650 103836 194700 103786 194750 103810 194800 103821 194850 103861 194900 103849 194950 103866 195000 103866 195050 103896 195100 103854 195150 103824 195200 103794 195250 103822 195300 103840 195350 103843 195400 103815 195450 103777 195500 103767 195550 103786 195600 103840 195650 103860 195700 103834 195750 103815 195800 103800 195850 103800 195900 103773 195950 103783 196000 103817 196050 103872 196100 103869 196150 103873 196200 103867 196250 103855 196300 103807 196350 103770 196400 103785 196450 103796 196500 103827 196550 103810 196600 103780 196650 103758 196700 103773 196750 103839 196800 103849 196850 103852 196900 103832 196950 103828 197000 103817 197050 103790 197100 103770 197150 103730 197200 103710 197250 103726 197300 103767 197350 103784 197400 103775 197450 103786 197500 103814 197550 103821 197600 103783 197650 103751 197700 103744 197750 103762 197800 103762 197850 103733 197900 103736 197950 103731 198000 103724 198050 103729 198100 103736 198150 103765 198200 103754 198250 103773 198300 103783 198350 103801 198400 103772 198450 103751 198500 103694 198550 103695 198600 103695 198650 103714 198700 103747 198750 103769 198800 103788 198850 103776 198900 103779 198950 103795 199000 103834 199050 103857 199100 103881 199150 103867 199200 103846 199250 103811 199300 103822 199350 103856 199400 103890 199450 103920 199500 103953 199550 104047 199600 104129 199650 104266 199700 104408 199750 104541 199800 104659 199850 104816 199900 105032 199950 105257 200000 105521 200050 105818 200100 106192 200150 106596 200200 107053 200250 107556 200300 108100 200350 108713 200400 109412 200450 110200 200500 111132 200550 112115 200600 113194 200650 114294 200700 115501 200750 116849 200800 118369 200850 120027 200900 121773 200950 123573 201000 125490 201050 127536 201100 129653 201150 131905 201200 134192 201250 136631 201300 139103 201350 141561 201400 144063 201450 146570 201500 149149 201550 151698 201600 154240 201650 156728 201700 159051 201750 161308 201800 163536 201850 165769 201900 167904 201950 169853 202000 171614 202050 173151 202100 174500 202150 175566 202200 176366 202250 176933 202300 177336 202350 177547 202400 177552 202450 177379 202500 176857 202550 175951 202600 174773 202650 173477 202700 172046 202750 170354 202800 168425 202850 166398 202900 164365 202950 162276 203000 160056 203050 157604 203100 155011 203150 152431 203200 149876 203250 147292 203300 144645 203350 142010 203400 139494 203450 137049 203500 134691 203550 132390 203600 130137 203650 128004 203700 125949 203750 123981 203800 122111 203850 120370 203900 118800 203950 117345 204000 115997 204050 114730 204100 113551 204150 112480 204200 111521 204250 110644 204300 109840 204350 109100 204400 108422 204450 107848 204500 107355 204550 106948 204600 106566 204650 106222 204700 105933 204750 105680 204800 105488 204850 105322 204900 105230 204950 105158 205000 105108 205050 105096 205100 105158 205150 105260 205200 105375 205250 105506 205300 105682 205350 105917 205400 106193 205450 106533 205500 106881 205550 107214 205600 107573 205650 108013 205700 108548 205750 109098 205800 109649 205850 110243 205900 110919 205950 111599 206000 112270 206050 112959 206100 113727 206150 114466 206200 115150 206250 115815 206300 116527 206350 117268 206400 117944 206450 118589 206500 119237 206550 119879 206600 120452 206650 120922 206700 121298 206750 121610 206800 121818 206850 121963 206900 122092 206950 122148 207000 122097 207050 121859 207100 121537 207150 121196 207200 120833 207250 120438 207300 119954 207350 119448 207400 118880 207450 118264 207500 117585 207550 116849 207600 116154 207650 115445 207700 114738 207750 114013 207800 113267 207850 112560 207900 111893 207950 111202 208000 110520 208050 109823 208100 109238 208150 108710 208200 108207 208250 107721 208300 107254 208350 106788 208400 106365 208450 105987 208500 105681 208550 105408 208600 105181 208650 104966 208700 104779 208750 104612 208800 104492 208850 104353 208900 104257 208950 104157 209000 104067 209050 103972 209100 103895 209150 103860 209200 103789 209250 103742 209300 103714 209350 103713 209400 103708 209450 103695 209500 103687 209550 103693 209600 103707 209650 103674 209700 103613 209750 103543 209800 103513 209850 103512 209900 103514 209950 103547 210000 103579 210050 103609 210100 103610 210150 103592 210200 103605 210250 103623 210300 103644 210350 103624 210400 103588 210450 103531 210500 103501 210550 103506 210600 103552 210650 103554 210700 103562 210750 103541 210800 103559 210850 103580 210900 103579 210950 103557 211000 103534 211050 103565 211100 103568 211150 103579 211200 103528 211250 103551 211300 103547 211350 103569 211400 103584 211450 103552 211500 103530 211550 103466 211600 103460 211650 103484 211700 103530 211750 103560 211800 103541 211850 103537 211900 103516 211950 103518 212000 103495 212050 103501 212100 103464 212150 103445 212200 103423 212250 103445 212300 103451 212350 103420 212400 103389 212450 103373 212500 103444 212550 103511 212600 103526 212650 103482 212700 103436 212750 103456 212800 103465 212850 103489 212900 103490 212950 103512 213000 103487 213050 103434 213100 103408 213150 103412 213200 103430 213250 103432 213300 103457 213350 103492 213400 103492 213450 103494 213500 103457 213550 103427 213600 103376 213650 103385 213700 103392 213750 103417 213800 103417 213850 103456 213900 103444 213950 103426 214000 103402 214050 103386 214100 103385 214150 103384 214200 103398 214250 103370 214300 103353 214350 103358 214400 103380 214450 103400 214500 103365 214550 103380 214600 103364 214650 103370 214700 103396 214750 103429 214800 103460 214850 103431 214900 103429 214950 103432 215000 103435 215050 103396 215100 103410 215150 103390 215200 103322 215250 103246 215300 103247 215350 103311 215400 103357 215450 103364 215500 103361 215550 103351 215600 103319 215650 103316 215700 103289 215750 103284 215800 103261 215850 103279 215900 103300 215950 103310 216000 103320 216050 103312 216100 103292 216150 103274 216200 103289 216250 103277 216300 103283 216350 103281 216400 103300 216450 103290 216500 103248 216550 103212 216600 103159 216650 103145 216700 103134 216750 103159 216800 103171 216850 103188 216900 103205 216950 103216 217000 103243 217050 103194 217100 103158 217150 103104 217200 103073 217250 103095 217300 103124 217350 103174 217400 103157 217450 103122 217500 103100 217550 103101 217600 103110 217650 103088 217700 103063 217750 103059 217800 103057 217850 103068 217900 103068 217950 103074 218000 103051 218050 103047 218100 103042 218150 103025 218200 102986 218250 102993 218300 103013 218350 103001 218400 102990 218450 102974 218500 103026 218550 103073 218600 103083 218650 103026 218700 102968 218750 102970 218800 102973 218850 102970 218900 102970 218950 102953 219000 102941 219050 102926 219100 102934 219150 102937 219200 102912 219250 102882 219300 102865 219350 102876 219400 102913 219450 102956 219500 102994 219550 102987 219600 102979 219650 102931 219700 102911 219750 102868 219800 102866 219850 102850 219900 102815 219950 102797 220000 102825 220050 102861 220100 102873 220150 102846 220200 102836 220250 102823 220300 102820 220350 102806 220400 102765 220450 102726 220500 102722 220550 102746 220600 102746 220650 102738 220700 102728 220750 102742 220800 102761 220850 102770 220900 102790 220950 102755 221000 102747 221050 102722 221100 102708 221150 102696 221200 102712 221250 102714 221300 102713 221350 102695 221400 102657 221450 102633 221500 102624 221550 102647 221600 102640 221650 102632 221700 102625 221750 102634 221800 102636 221850 102664 221900 102657 221950 102649 222000 102648 222050 102700 222100 102747 222150 102755 222200 102700 222250 102662 222300 102630 222350 102605 222400 102594 222450 102598 222500 102613 222550 102580 222600 102574 222650 102609 222700 102638 222750 102619 222800 102577 222850 102533 222900 102510 222950 102474 223000 102468 223050 102468 223100 102476 223150 102495 223200 102492 223250 102509 223300 102505 223350 102497 223400 102503 223450 102528 223500 102553 223550 102534 223600 102491 223650 102478 223700 102470 223750 102438 223800 102405 223850 102431 223900 102456 223950 102453 224000 102434 224050 102463 224100 102477 224150 102480 224200 102450 224250 102480 224300 102528 224350 102541 224400 102477 224450 102431 224500 102457 224550 102493 224600 102486 224650 102476 224700 102516 224750 102558 224800 102560 224850 102522 224900 102483 224950 102510 225000 102549 225050 102570 225100 102502 225150 102502 225200 102490 225250 102545 225300 102520 225350 102507 225400 102475 225450 102505 225500 102569 225550 102590 225600 102550 225650 102486 225700 102467 225750 102508 225800 102562 225850 102546 225900 102484 225950 102409 226000 102381 226050 102339 226100 102323 226150 102325 226200 102375 226250 102393 226300 102398 226350 102379 226400 102391 226450 102419 226500 102451 226550 102390 226600 102354 226650 102354 226700 102401 226750 102451 226800 102468 226850 102499 226900 102511 226950 102527 227000 102542 227050 102516 227100 102446 227150 102419 227200 102444 227250 102545 227300 102594 227350 102599 227400 102592 227450 102624 227500 102641 227550 102653 227600 102647 227650 102697 227700 102710 227750 102716 227800 102737 227850 102795 227900 102890 227950 102929 228000 102922 228050 102891 228100 102886 228150 102891 228200 102902 228250 102916 228300 102977 228350 103008 228400 103026 228450 103012 228500 103017 228550 103002 228600 103019 228650 103088 228700 103141 228750 103161 228800 103140 228850 103125 228900 103124 228950 103158 229000 103241 229050 103287 229100 103258 229150 103218 229200 103166 229250 103166 229300 103177 229350 103256 229400 103281 229450 103275 229500 103228 229550 103196 229600 103234 229650 103255 229700 103305 229750 103261 229800 103253 229850 103263 229900 103316 229950 103365 230000 103376 230050 103410 230100 103453 230150 103465 230200 103502 230250 103517 230300 103548 230350 103515 230400 103458 230450 103437 230500 103425 230550 103432 230600 103405 230650 103379 230700 103387 230750 103408 230800 103455 230850 103472 230900 103484 230950 103487 231000 103451 231050 103414 231100 103380 231150 103388 231200 103410 231250 103391 231300 103360 231350 103332 231400 103325 231450 103327 231500 103343 231550 103374 231600 103414 231650 103415 231700 103394 231750 103374 231800 103349 231850 103342 231900 103324 231950 103344 232000 103349 232050 103359 232100 103359 232150 103333 232200 103342 232250 103350 232300 103365 232350 103344 232400 103336 232450 103359 232500 103372 232550 103349 232600 103326 232650 103328 232700 103326 232750 103309 232800 103299 232850 103316 232900 103299 232950 103301 233000 103290 233050 103318 233100 103360 233150 103401 233200 103463 233250 103455 233300 103445 233350 103378 233400 103344 233450 103319 233500 103347 233550 103341 233600 103363 233650 103374 233700 103409 233750 103370 233800 103361 233850 103362 233900 103381 233950 103361 234000 103321 234050 103351 234100 103351 234150 103338 234200 103309 234250 103325 234300 103334 234350 103341 234400 103348 234450 103385 234500 103379 234550 103371 234600 103323 234650 103329 234700 103345 234750 103421 234800 103446 234850 103433 234900 103414 234950 103416 235000 103460 235050 103470 235100 103502 235150 103523 235200 103585 235250 103610 235300 103659 235350 103720 235400 103771 235450 103828 235500 103868 235550 103979 235600 104028 235650 104035 235700 104020 235750 104052 235800 104150 235850 104226 235900 104313 235950 104397 236000 104506 236050 104602 236100 104677 236150 104791 236200 104890 236250 104990 236300 105080 236350 105200 236400 105312 236450 105418 236500 105516 236550 105621 236600 105712 236650 105829 236700 105899 236750 105962 236800 106012 236850 106110 236900 106188 236950 106214 237000 106199 237050 106196 237100 106193 237150 106196 237200 106175 237250 106169 237300 106140 237350 106098 237400 105987 237450 105909 237500 105828 237550 105776 237600 105688 237650 105592 237700 105504 237750 105393 237800 105261 237850 105135 237900 105047 237950 104968 238000 104828 238050 104697 238100 104586 238150 104508 238200 104417 238250 104300 238300 104192 238350 104104 238400 104006 238450 103926 238500 103864 238550 103867 238600 103856 238650 103799 238700 103730 238750 103699 238800 103666 238850 103654 238900 103641 238950 103634 239000 103598 239050 103564 239100 103518 239150 103478 239200 103461 239250 103453 239300 103429 239350 103362 239400 103340 239450 103355 239500 103389 239550 103400 239600 103375 239650 103365 239700 103346 239750 103329 239800 103297 239850 103291 239900 103291 239950 103305 240000 103328 240050 103332 240100 103324 240150 103319 240200 103346 240250 103336 240300 103302 240350 103296 240400 103297 240450 103304 240500 103278 240550 103303 240600 103336 240650 103378 240700 103389 240750 103392 240800 103397 240850 103424 240900 103438 240950 103411 241000 103366 241050 103323 241100 103320 241150 103334 241200 103367 241250 103376 241300 103385 241350 103381 241400 103382 241450 103347 241500 103309 241550 103341 241600 103353 241650 103360 241700 103318 241750 103325 241800 103347 241850 103369 241900 103384 241950 103382 242000 103398 242050 103397 242100 103393 242150 103373 242200 103400 242250 103430 242300 103424 242350 103392 242400 103351 242450 103342 242500 103334 242550 103368 242600 103376 242650 103385 242700 103357 242750 103354 242800 103377 242850 103372 242900 103381 242950 103366 243000 103341 243050 103343 243100 103353 243150 103390 243200 103313 243250 103302 243300 103323 243350 103418 243400 103413 243450 103420 243500 103414 243550 103420 243600 103405 243650 103387 243700 103372 243750 103363 243800 103351 243850 103377 243900 103379 243950 103376 244000 103350 244050 103358 244100 103378 244150 103417 244200 103421 244250 103404 244300 103338 244350 103318 244400 103328 244450 103340 244500 103304 244550 103281 244600 103291 244650 103346 244700 103387 244750 103409 244800 103381 244850 103372 244900 103352 244950 103345 245000 103343 245050 103334 245100 103344 245150 103327 245200 103336 245250 103334 245300 103324 245350 103305 245400 103271 245450 103253 245500 103275 245550 103334 245600 103387 245650 103411 245700 103400 245750 103368 245800 103342 245850 103352 245900 103372 245950 103371 246000 103300 246050 103232 246100 103198 246150 103223 246200 103264 246250 103272 246300 103273 246350 103315 246400 103371 246450 103395 246500 103384 246550 103359 246600 103348 246650 103332 246700 103337 246750 103313 246800 103282 246850 103273 246900 103316 246950 103348 247000 103329 247050 103312 247100 103298 247150 103313 247200 103346 247250 103348 247300 103330 247350 103277 247400 103274 247450 103260 247500 103278 247550 103323 247600 103363 247650 103379 247700 103342 247750 103339 247800 103347 247850 103331 247900 103260 247950 103247 248000 103271 248050 103298 248100 103311 248150 103330 248200 103358 248250 103351 248300 103352 248350 103380 248400 103377 248450 103348 248500 103318 248550 103302 248600 103303 248650 103317 248700 103342 248750 103336 248800 103306 248850 103296 248900 103323 248950 103329 249000 103335 249050 103322 249100 103329 249150 103319 249200 103321 249250 103323 249300 103302 249350 103269 249400 103237 249450 103226 249500 103220 249550 103254 249600 103261 249650 103275 249700 103269 249750 103293 249800 103280 249850 103245 249900 103230 249950 103261 250000 103321 250050 103309 250100 103304 250150 103303 250200 103296 250250 103278 250300 103216 250350 103234 250400 103234 250450 103246 250500 103261 250550 103274 250600 103244 250650 103214 250700 103209 250750 103286 250800 103318 250850 103342 250900 103349 250950 103363 251000 103368 251050 103350 251100 103290 251150 103235 251200 103202 251250 103222 251300 103281 251350 103309 251400 103339 251450 103309 251500 103263 251550 103252 251600 103257 251650 103294 251700 103277 251750 103245 251800 103255 251850 103248 251900 103257 251950 103252 252000 103276 252050 103298 252100 103309 252150 103300 252200 103298 252250 103271 252300 103294 252350 103274 252400 103279 252450 103287 252500 103316 252550 103278 252600 103220 252650 103210 252700 103257 252750 103297 252800 103334 252850 103353 252900 103347 252950 103301 253000 103243 253050 103233 253100 103233 253150 103282 253200 103290 253250 103296 253300 103289 253350 103313 253400 103306 253450 103295 253500 103276 253550 103313 253600 103329 253650 103305 253700 103296 253750 103284 253800 103333 253850 103377 253900 103408 253950 103418 254000 103380 254050 103346 254100 103315 254150 103308 254200 103364 254250 103397 254300 103382 254350 103310 254400 103277 254450 103269 254500 103295 254550 103284 254600 103303 254650 103345 254700 103403 254750 103443 254800 103432 254850 103442 254900 103444 254950 103423 255000 103379 255050 103354 255100 103362 255150 103369 255200 103327 255250 103281 255300 103267 255350 103287 255400 103284 255450 103246 255500 103246 255550 103281 255600 103283 255650 103278 255700 103263 255750 103326 255800 103327 255850 103304 255900 103237 255950 103206 256000 103245 256050 103280 256100 103329 256150 103325 256200 103308 256250 103261 256300 103231 256350 103233 256400 103231 256450 103224 256500 103212 256550 103213 256600 103198 256650 103202 256700 103213 256750 103223 256800 103227 256850 103227 256900 103231 256950 103222 257000 103192 257050 103215 257100 103242 257150 103285 257200 103288 257250 103273 257300 103246 257350 103236 257400 103264 257450 103330 257500 103372 257550 103342 257600 103274 257650 103229 257700 103183 257750 103177 257800 103187 257850 103223 257900 103216 257950 103225 258000 103260 258050 103291 258100 103268 258150 103215 258200 103201 258250 103207 258300 103228 258350 103235 258400 103223 258450 103191 258500 103142 258550 103131 258600 103164 258650 103195 258700 103188 258750 103153 258800 103148 258850 103196 258900 103270 258950 103285 259000 103256 259050 103228 259100 103242 259150 103261 259200 103264 259250 103293 259300 103282 259350 103227 259400 103148 259450 103117 259500 103129 259550 103155 259600 103180 259650 103206 259700 103195 259750 103161 259800 103155 259850 103216 259900 103283 259950 103314 260000 103308 260050 103288 260100 103235 260150 103188 260200 103198 260250 103234 260300 103245 260350 103222 260400 103209 260450 103208 260500 103200 260550 103160 260600 103140 260650 103147 260700 103174 260750 103201 260800 103175 260850 103156 260900 103164 260950 103222 261000 103274 261050 103296 261100 103248 261150 103219 261200 103141 261250 103160 261300 103187 261350 103236 261400 103204 261450 103137 261500 103129 261550 103164 261600 103182 261650 103145 261700 103096 261750 103087 261800 103118 261850 103155 261900 103208 261950 103221 262000 103221 262050 103241 262100 103243 262150 103247 262200 103226 262250 103222 262300 103219 262350 103143 262400 103127 262450 103155 262500 103220 262550 103236 262600 103235 262650 103218 262700 103174 262750 103120 262800 103106 262850 103133 262900 103121 262950 103120 263000 103160 263050 103205 263100 103227 263150 103200 263200 103185 263250 103161 263300 103188 263350 103192 263400 103145 263450 103052 263500 103026 263550 103109 263600 103160 263650 103155 263700 103142 263750 103123 263800 103120 263850 103107 263900 103085 263950 103109 264000 103074 264050 103068 264100 103054 264150 103075 264200 103109 264250 103104 264300 103088 264350 103133 264400 103143 264450 103129 264500 103064 264550 103062 264600 103070 264650 103051 264700 103020 264750 103012 264800 103027 264850 103032 264900 103027 264950 102991 265000 102963 265050 102930 265100 102957 265150 102964 265200 102997 265250 102981 265300 102973 265350 102946 265400 102927 265450 102900 265500 102848 265550 102844 265600 102842 265650 102869 265700 102832 265750 102840 265800 102872 265850 102886 265900 102891 265950 102860 266000 102942 266050 102968 266100 103022 266150 103001 266200 103019 266250 103054 266300 103121 266350 103211 266400 103297 266450 103411 266500 103588 266550 103802 266600 104031 266650 104354 266700 104736 266750 105237 266800 105789 266850 106523 266900 107421 266950 108433 267000 109619 267050 111067 267100 112866 267150 114974 267200 117378 267250 120137 267300 123341 267350 127118 267400 131486 267450 136527 267500 142175 267550 148636 267600 155941 267650 164071 267700 172894 267750 182546 267800 193358 267850 205439 267900 218620 267950 232674 268000 247682 268050 263741 268100 281029 268150 299653 268200 319572 268250 340346 268300 361223 268350 381975 268400 402905 268450 424697 268500 447752 268550 471709 268600 495906 268650 519524 268700 542533 268750 565052 268800 586999 268850 607378 268900 625673 268950 641899 269000 656639 269050 670079 269100 681301 269150 690019 269200 695930 269250 699250 269300 699411 269350 696038 269400 689828 269450 681283 269500 670473 269550 657075 269600 640909 269650 622841 269700 603427 269750 583130 269800 561449 269850 538227 269900 514070 269950 489669 270000 465323 270050 440969 270100 416615 270150 392337 270200 368387 270250 345067 270300 322837 270350 301798 270400 282013 270450 263340 270500 245814 270550 229531 270600 214640 270650 201196 270700 189071 270750 178140 270800 168322 270850 159538 270900 151590 270950 144460 271000 138135 271050 132669 271100 127885 271150 123708 271200 120077 271250 117019 271300 114486 271350 112355 271400 110539 271450 108944 271500 107653 271550 106605 271600 105803 271650 105110 271700 104529 271750 104062 271800 103674 271850 103378 271900 103128 271950 102967 272000 102823 272050 102736 272100 102635 272150 102551 272200 102461 272250 102384 272300 102360 272350 102326 272400 102323 272450 102295 272500 102296 272550 102288 272600 102306 272650 102290 272700 102312 272750 102332 272800 102315 272850 102279 272900 102222 272950 102236 273000 102229 273050 102226 273100 102193 273150 102222 273200 102234 273250 102238 273300 102215 273350 102194 273400 102211 273450 102177 273500 102149 273550 102137 273600 102136 273650 102120 273700 102116 273750 102124 273800 102151 273850 102116 273900 102116 273950 102135 274000 102153 274050 102153 274100 102160 274150 102142 274200 102136 274250 102131 274300 102125 274350 102132 274400 102124 274450 102148 274500 102120 274550 102123 274600 102101 274650 102054 274700 101996 274750 102021 274800 102053 274850 102080 274900 102087 274950 102110 275000 102094 275050 102031 275100 102009 275150 102030 275200 102078 275250 102091 275300 102053 275350 102043 275400 102047 275450 102078 275500 102094 275550 102108 275600 102076 275650 102025 275700 101969 275750 101986 275800 101990 275850 102019 275900 102058 275950 102083 276000 102127 276050 102117 276100 102089 276150 102040 276200 102015 276250 102025 276300 102041 276350 102030 276400 102049 276450 102046 276500 102075 276550 102080 276600 102083 276650 102096 276700 102092 276750 102088 276800 102073 276850 102085 276900 102078 276950 102116 277000 102148 277050 102181 277100 102168 277150 102137 277200 102115 277250 102111 277300 102091 277350 102054 277400 102030 277450 102026 277500 102063 277550 102128 277600 102189 277650 102230 277700 102162 277750 102106 277800 102071 277850 102066 277900 102092 277950 102117 278000 102126 278050 102122 278100 102086 278150 102101 278200 102127 278250 102158 278300 102151 278350 102098 278400 102115 278450 102138 278500 102170 278550 102211 278600 102261 278650 102370 278700 102423 278750 102488 278800 102566 278850 102715 278900 102917 278950 103186 279000 103510 279050 103929 279100 104390 279150 104926 279200 105605 279250 106389 279300 107319 279350 108426 279400 109765 279450 111341 279500 113100 279550 115148 279600 117541 279650 120252 279700 123262 279750 126557 279800 130185 279850 134219 279900 138549 279950 143153 280000 147890 280050 152942 280100 158463 280150 164512 280200 170962 280250 177544 280300 183980 280350 190129 280400 195993 280450 201745 280500 207258 280550 212520 280600 217316 280650 221539 280700 225011 280750 227496 280800 229046 280850 229920 280900 230446 280950 230440 281000 229625 281050 227975 281100 225745 281150 222985 281200 219549 281250 215440 281300 210622 281350 205124 281400 199003 281450 192612 281500 186269 281550 180092 281600 173969 281650 167932 281700 162072 281750 156391 281800 150935 281850 145748 281900 140924 281950 136351 282000 132084 282050 128113 282100 124531 282150 121316 282200 118483 282250 116038 282300 113864 282350 111947 282400 110256 282450 108778 282500 107574 282550 106569 282600 105783 282650 105143 282700 104622 282750 104179 282800 103760 282850 103423 282900 103105 282950 102860 283000 102664 283050 102568 283100 102487 283150 102421 283200 102364 283250 102313 283300 102305 283350 102285 283400 102256 283450 102193 283500 102145 283550 102178 283600 102196 283650 102228 283700 102193 283750 102214 283800 102193 283850 102215 283900 102187 283950 102188 284000 102161 284050 102152 284100 102135 284150 102092 284200 102044 284250 102081 284300 102157 284350 102219 284400 102204 284450 102214 284500 102269 284550 102261 284600 102227 284650 102171 284700 102170 284750 102178 284800 102199 284850 102211 284900 102248 284950 102246 285000 102266 285050 102251 285100 102258 285150 102229 285200 102211 285250 102211 285300 102232 285350 102240 285400 102198 285450 102169 285500 102143 285550 102163 285600 102206 285650 102228 285700 102254 285750 102282 285800 102293 285850 102307 285900 102260 285950 102288 286000 102246 286050 102249 286100 102214 286150 102232 286200 102204 286250 102204 286300 102210 286350 102263 286400 102290 286450 102292 286500 102259 286550 102207 286600 102204 286650 102216 286700 102219 286750 102177 286800 102185 286850 102243 286900 102242 286950 102218 287000 102171 287050 102159 287100 102102 287150 102093 287200 102164 287250 102261 287300 102299 287350 102249 287400 102225 287450 102201 287500 102216 287550 102210 287600 102229 287650 102228 287700 102233 287750 102215 287800 102228 287850 102229 287900 102265 287950 102242 288000 102236 288050 102184 288100 102207 288150 102223 288200 102265 288250 102260 288300 102249 288350 102241 288400 102247 288450 102265 288500 102260 288550 102276 288600 102256 288650 102256 288700 102244 288750 102223 288800 102152 288850 102115 288900 102136 288950 102199 289000 102226 289050 102207 289100 102210 289150 102216 289200 102256 289250 102278 289300 102289 289350 102279 289400 102277 289450 102259 289500 102245 289550 102220 289600 102208 289650 102234 289700 102260 289750 102312 289800 102345 289850 102328 289900 102300 289950 102251 290000 102277 290050 102277 290100 102309 290150 102315 290200 102319 290250 102283 290300 102275 290350 102277 290400 102293 290450 102265 290500 102264 290550 102299 290600 102317 290650 102269 290700 102213 290750 102173 290800 102157 290850 102135 290900 102186 290950 102215 291000 102224 291050 102162 291100 102198 291150 102243 291200 102305 291250 102318 291300 102309 291350 102342 291400 102305 291450 102274 291500 102217 291550 102237 291600 102274 291650 102264 291700 102222 291750 102200 291800 102215 291850 102307 291900 102330 291950 102333 292000 102286 292050 102244 292100 102255 292150 102255 292200 102260 292250 102235 292300 102221 292350 102248 292400 102269 292450 102284 292500 102293 292550 102308 292600 102301 292650 102290 292700 102260 292750 102257 292800 102238 292850 102256 292900 102258 292950 102244 293000 102261 293050 102297 293100 102319 293150 102288 293200 102264 293250 102279 293300 102271 293350 102227 293400 102234 293450 102237 293500 102287 293550 102287 293600 102302 293650 102281 293700 102316 293750 102345 293800 102372 293850 102291 293900 102222 293950 102195 294000 102232 294050 102253 294100 102268 294150 102257 294200 102272 294250 102237 294300 102221 294350 102190 294400 102189 294450 102228 294500 102231 294550 102201 294600 102169 294650 102184 294700 102214 294750 102173 294800 102153 294850 102142 294900 102159 294950 102177 295000 102234 295050 102267 295100 102246 295150 102240 295200 102239 295250 102257 295300 102206 295350 102155 295400 102141 295450 102189 295500 102228 295550 102230 295600 102217 295650 102239 295700 102271 295750 102259 295800 102257 295850 102224 295900 102190 295950 102180 296000 102190 296050 102209 296100 102198 296150 102202 296200 102222 296250 102231 296300 102227 296350 102231 296400 102209 296450 102215 296500 102225 296550 102236 296600 102221 296650 102170 296700 102167 296750 102171 296800 102186 296850 102183 296900 102166 296950 102191 297000 102211 297050 102209 297100 102211 297150 102217 297200 102245 297250 102232 297300 102219 297350 102231 297400 102217 297450 102189 297500 102170 297550 102199 297600 102267 297650 102279 297700 102281 297750 102253 297800 102218 297850 102207 297900 102190 297950 102183 298000 102162 298050 102165 298100 102190 298150 102211 298200 102213 298250 102209 298300 102182 298350 102192 298400 102253 298450 102291 298500 102287 298550 102234 298600 102233 298650 102232 298700 102216 298750 102213 298800 102205 298850 102239 298900 102260 298950 102258 299000 102259 299050 102230 299100 102249 299150 102260 299200 102267 299250 102265 299300 102250 299350 102255 299400 102269 299450 102259 299500 102187 299550 102127 299600 102136 299650 102172 299700 102229 299750 102265 299800 102263 299850 102260 299900 102206 299950 102222 300000 102211 300050 102235 300100 102244 300150 102254 300200 102247 300250 102236 300300 102202 300350 102173 300400 102161 300450 102185 300500 102208 300550 102260 300600 102285 300650 102292 300700 102217 300750 102152 300800 102162 300850 102202 300900 102257 300950 102265 301000 102288 301050 102276 301100 102293 301150 102290 301200 102327 301250 102324 301300 102342 301350 102358 301400 102351 301450 102339 301500 102330 301550 102330 301600 102360 301650 102370 301700 102402 301750 102399 301800 102376 301850 102371 301900 102388 301950 102369 302000 102318 302050 102297 302100 102314 302150 102387 302200 102391 302250 102377 302300 102364 302350 102347 302400 102373 302450 102368 302500 102356 302550 102311 302600 102239 302650 102212 302700 102239 302750 102283 302800 102273 302850 102236 302900 102226 302950 102259 303000 102277 303050 102280 303100 102277 303150 102248 303200 102232 303250 102219 303300 102225 303350 102182 303400 102185 303450 102194 303500 102234 303550 102256 303600 102260 303650 102256 303700 102241 303750 102239 303800 102213 303850 102196 303900 102209 303950 102233 304000 102233 304050 102224 304100 102208 304150 102193 304200 102151 304250 102153 304300 102170 304350 102186 304400 102232 304450 102231 304500 102248 304550 102222 304600 102221 304650 102196 304700 102209 304750 102196 304800 102186 304850 102167 304900 102154 304950 102199 305000 102200 305050 102219 305100 102192 305150 102159 305200 102155 305250 102187 305300 102233 305350 102238 305400 102208 305450 102224 305500 102239 305550 102269 305600 102220 305650 102222 305700 102234 305750 102283 305800 102288 305850 102265 305900 102223 305950 102213 306000 102235 306050 102269 306100 102235 306150 102181 306200 102134 306250 102114 306300 102096 306350 102098 306400 102133 306450 102166 306500 102163 306550 102173 306600 102204 306650 102257 306700 102297 306750 102258 306800 102179 306850 102124 306900 102101 306950 102128 307000 102131 307050 102155 307100 102161 307150 102144 307200 102132 307250 102137 307300 102144 307350 102155 307400 102168 307450 102179 307500 102211 307550 102204 307600 102194 307650 102168 307700 102164 307750 102164 307800 102148 307850 102133 307900 102148 307950 102185 308000 102195 308050 102133 308100 102108 308150 102115 308200 102166 308250 102174 308300 102149 308350 102108 308400 102130 308450 102194 308500 102249 308550 102223 308600 102187 308650 102138 308700 102120 308750 102095 308800 102133 308850 102155 308900 102166 308950 102182 309000 102160 309050 102149 309100 102136 309150 102161 309200 102161 309250 102145 309300 102120 309350 102113 309400 102134 309450 102149 309500 102139 309550 102124 309600 102043 309650 102025 309700 102033 309750 102107 309800 102135 309850 102087 309900 102059 309950 102033 310000 102009 310050 101986 310100 101971 310150 102010 310200 101997 310250 101977 310300 101956 310350 101995 310400 102054 310450 102102 310500 102123 310550 102094 310600 102039 310650 101975 310700 101960 310750 101942 310800 101953 310850 101944 310900 101959 310950 101975 311000 102001 311050 102020 311100 102055 311150 102170 311200 102306 311250 102441 311300 102521 311350 102603 311400 102745 311450 103007 311500 103381 311550 103847 311600 104429 311650 105157 311700 106077 311750 107201 311800 108537 311850 110130 311900 112002 311950 114245 312000 116863 312050 119902 312100 123367 312150 127291 312200 131663 312250 136509 312300 141721 312350 147302 312400 153259 312450 159579 312500 166053 312550 172500 312600 178884 312650 185186 312700 191292 312750 197020 312800 202132 312850 206479 312900 209954 312950 212696 313000 214710 313050 215836 313100 215880 313150 214644 313200 212221 313250 208698 313300 204526 313350 199758 313400 194513 313450 188668 313500 182428 313550 175995 313600 169456 313650 162916 313700 156535 313750 150537 313800 144979 313850 139737 313900 134844 313950 130316 314000 126264 314050 122678 314100 119565 314150 116844 314200 114495 314250 112502 314300 110837 314350 109366 314400 108081 314450 106987 314500 106119 314550 105474 314600 104943 314650 104475 314700 104052 314750 103680 314800 103381 314850 103108 314900 102901 314950 102720 315000 102542 315050 102369 315100 102245 315150 102162 315200 102047 315250 101904 315300 101813 315350 101777 315400 101770 315450 101729 315500 101723 315550 101701 315600 101685 315650 101646 315700 101640 315750 101641 315800 101632 315850 101618 315900 101569 315950 101540 316000 101482 316050 101498 316100 101491 316150 101512 316200 101518 316250 101547 316300 101541 316350 101482 316400 101474 316450 101499 316500 101557 316550 101540 316600 101507 316650 101534 316700 101592 316750 101646 316800 101654 316850 101653 316900 101654 316950 101649 317000 101654 317050 101654 317100 101641 317150 101619 317200 101640 317250 101625 317300 101631 317350 101621 317400 101644 317450 101660 317500 101692 317550 101681 317600 101669 317650 101625 317700 101608 317750 101538 317800 101489 317850 101484 317900 101500 317950 101450 318000 101410 318050 101390 318100 101419 318150 101417 318200 101394 318250 101363 318300 101362 318350 101332 318400 101352 318450 101335 318500 101338 318550 101303 318600 101270 318650 101275 318700 101300 318750 101317 318800 101319 318850 101318 318900 101291 318950 101289 319000 101238 319050 101242 319100 101245 319150 101256 319200 101283 319250 101288 319300 101309 319350 101297 319400 101271 319450 101263 319500 101251 319550 101242 319600 101246 319650 101272 319700 101292 319750 101291 319800 101256 319850 101257 319900 101240 319950 101268 320000 101295 320050 101291 320100 101248 320150 101214 320200 101246 320250 101302 320300 101345 320350 101339 320400 101318 320450 101298 320500 101292 320550 101310 320600 101280 320650 101280 320700 101266 320750 101257 320800 101281 320850 101268 320900 101293 320950 101231 321000 101224 321050 101228 321100 101254 321150 101246 321200 101251 321250 101295 321300 101322 321350 101330 321400 101333 321450 101335 321500 101306 321550 101246 321600 101268 321650 101286 321700 101307 321750 101259 321800 101282 321850 101329 321900 101350 321950 101334 322000 101292 322050 101320 322100 101359 322150 101378 322200 101361 322250 101319 322300 101340 322350 101354 322400 101345 322450 101309 322500 101311 322550 101350 322600 101352 322650 101313 322700 101256 322750 101254 322800 101287 322850 101331 322900 101329 322950 101320 323000 101318 323050 101331 323100 101342 323150 101362 323200 101415 323250 101441 323300 101434 323350 101471 323400 101552 323450 101667 323500 101755 323550 101853 323600 102005 323650 102160 323700 102313 323750 102470 323800 102661 323850 102933 323900 103242 323950 103599 324000 103991 324050 104449 324100 104918 324150 105437 324200 105963 324250 106553 324300 107148 324350 107830 324400 108477 324450 109122 324500 109648 324550 110167 324600 110628 324650 111092 324700 111478 324750 111783 324800 111936 324850 112028 324900 112058 324950 112072 325000 111977 325050 111755 325100 111443 325150 111072 325200 110639 325250 110111 325300 109544 325350 108965 325400 108392 325450 107834 325500 107253 325550 106649 325600 106025 325650 105470 325700 104991 325750 104547 325800 104128 325850 103729 325900 103370 325950 103058 326000 102821 326050 102612 326100 102406 326150 102189 326200 102012 326250 101881 326300 101725 326350 101631 326400 101563 326450 101565 326500 101543 326550 101507 326600 101473 326650 101451 326700 101432 326750 101401 326800 101376 326850 101378 326900 101380 326950 101420 327000 101449 327050 101493 327100 101486 327150 101476 327200 101449 327250 101433 327300 101418 327350 101410 327400 101414 327450 101452 327500 101477 327550 101492 327600 101468 327650 101469 327700 101482 327750 101498 327800 101478 327850 101457 327900 101423 327950 101445 328000 101451 328050 101441 328100 101415 328150 101382 328200 101383 328250 101383 328300 101423 328350 101452 328400 101473 328450 101468 328500 101459 328550 101468 328600 101475 328650 101464 328700 101442 328750 101446 328800 101445 328850 101396 328900 101350 328950 101392 329000 101475 329050 101509 329100 101504 329150 101502 329200 101524 329250 101516 329300 101499 329350 101522 329400 101534 329450 101525 329500 101483 329550 101482 329600 101480 329650 101470 329700 101450 329750 101484 329800 101533 329850 101579 329900 101557 329950 101492 330000 101460 330050 101521 330100 101552 330150 101536 330200 101447 330250 101413 330300 101433 330350 101487 330400 101522 330450 101488 330500 101485 330550 101492 330600 101515 330650 101496 330700 101455 330750 101440 330800 101416 330850 101453 330900 101474 330950 101521 331000 101519 331050 101515 331100 101481 331150 101459 331200 101442 331250 101469 331300 101512 331350 101552 331400 101525 331450 101517 331500 101501 331550 101537 331600 101534 331650 101548 331700 101558 331750 101612 331800 101651 331850 101666 331900 101667 331950 101674 332000 101698 332050 101713 332100 101721 332150 101754 332200 101810 332250 101861 332300 101863 332350 101839 332400 101853 332450 101876 332500 101896 332550 101867 332600 101862 332650 101860 332700 101891 332750 101908 332800 101910 332850 101934 332900 101942 332950 101916 333000 101872 333050 101831 333100 101829 333150 101820 333200 101822 333250 101794 333300 101757 333350 101723 333400 101706 333450 101664 333500 101637 333550 101618 333600 101615 333650 101619 333700 101637 333750 101656 333800 101666 333850 101654 333900 101636 333950 101609 334000 101608 334050 101627 334100 101612 334150 101553 334200 101500 334250 101548 334300 101600 334350 101628 334400 101558 334450 101491 334500 101488 334550 101561 334600 101632 334650 101673 334700 101607 334750 101575 334800 101522 334850 101534 334900 101557 334950 101639 335000 101700 335050 101750 335100 101743 335150 101713 335200 101643 335250 101587 335300 101574 335350 101585 335400 101622 335450 101609 335500 101604 335550 101582 335600 101575 335650 101589 335700 101583 335750 101603 335800 101582 335850 101556 335900 101569 335950 101612 336000 101640 336050 101636 336100 101622 336150 101589 336200 101564 336250 101555 336300 101641 336350 101686 336400 101699 336450 101661 336500 101641 336550 101645 336600 101650 336650 101698 336700 101740 336750 101812 336800 101866 336850 101950 336900 102057 336950 102284 337000 102581 337050 102967 337100 103471 337150 104198 337200 105166 337250 106488 337300 108246 337350 110601 337400 113645 337450 117546 337500 122602 337550 129106 337600 137459 337650 147933 337700 160940 337750 177041 337800 196695 337850 220230 337900 248391 337950 282357 338000 322812 338050 369904 338100 423829 338150 486054 338200 557094 338250 636714 338300 724895 338350 823611 338400 934783 338450 1058206 338500 1192373 338550 1336735 338600 1492001 338650 1658277 338700 1833736 338750 2016095 338800 2204871 338850 2398759 338900 2598523 338950 2804393 339000 3019426 339050 3239880 339100 3452450 339150 3648696 339200 3830230 339250 4002063 339300 4160095 339350 4292479 339400 4396487 339450 4470995 339500 4515598 339550 4524976 339600 4493853 339650 4422890 339700 4312291 339750 4161700 339800 3969378 339850 3736402 339900 3470868 339950 3186848 340000 2895754 340050 2605124 340100 2312321 340150 2021744 340200 1742735 340250 1485775 340300 1254889 340350 1049589 340400 869039 340450 713863 340500 583169 340550 475817 340600 389121 340650 320244 340700 266222 340750 224563 340800 192570 340850 168178 340900 149748 340950 136099 341000 126206 341050 119085 341100 113989 341150 110377 341200 107858 341250 106099 341300 104879 341350 104044 341400 103432 341450 103035 341500 102760 341550 102614 341600 102522 341650 102495 341700 102454 341750 102401 341800 102335 341850 102304 341900 102264 341950 102239 342000 102237 342050 102259 342100 102251 342150 102202 342200 102169 342250 102131 342300 102109 342350 102065 342400 102078 342450 102106 342500 102109 342550 102096 342600 102058 342650 102054 342700 102054 342750 102083 342800 102122 342850 102130 342900 102116 342950 102057 343000 102042 343050 102023 343100 102041 343150 102031 343200 102032 343250 102036 343300 102031 343350 102013 343400 102000 343450 101974 343500 101975 343550 101958 343600 101992 343650 101999 343700 101990 343750 101951 343800 101914 343850 101887 343900 101897 343950 101930 344000 101942 344050 101933 344100 101938 344150 101947 344200 101975 344250 101972 344300 101960 344350 101932 344400 101908 344450 101918 344500 101934 344550 102004 344600 102093 344650 102170 344700 102219 344750 102317 344800 102474 344850 102693 344900 102931 344950 103175 345000 103502 345050 103897 345100 104418 345150 104999 345200 105626 345250 106342 345300 107152 345350 108119 345400 109174 345450 110330 345500 111558 345550 112840 345600 114171 345650 115538 345700 116904 345750 118146 345800 119276 345850 120355 345900 121394 345950 122353 346000 123164 346050 123860 346100 124361 346150 124646 346200 124681 346250 124556 346300 124265 346350 123742 346400 122941 346450 121909 346500 120811 346550 119676 346600 118470 346650 117216 346700 115870 346750 114540 346800 113202 346850 111955 346900 110721 346950 109541 347000 108470 347050 107552 347100 106737 347150 105999 347200 105340 347250 104762 347300 104245 347350 103805 347400 103460 347450 103170 347500 102881 347550 102596 347600 102366 347650 102240 347700 102144 347750 102050 347800 101947 347850 101898 347900 101889 347950 101880 348000 101871 348050 101857 348100 101857 348150 101832 348200 101774 348250 101742 348300 101728 348350 101764 348400 101792 348450 101765 348500 101745 348550 101737 348600 101787 348650 101808 348700 101809 348750 101826 348800 101863 348850 101890 348900 101883 348950 101844 349000 101797 349050 101770 349100 101803 349150 101810 349200 101793 349250 101745 349300 101715 349350 101703 349400 101690 349450 101741 349500 101793 349550 101891 349600 101917 349650 101896 349700 101823 349750 101792 349800 101815 349850 101852 349900 101901 349950 101992 350000 102083 350050 102149 350100 102151 350150 102203 350200 102325 350250 102513 350300 102632 350350 102738 350400 102871 350450 103062 350500 103266 350550 103477 350600 103698 350650 103874 350700 104002 350750 104154 350800 104400 350850 104613 350900 104835 350950 105010 351000 105195 351050 105332 351100 105465 351150 105654 351200 105808 351250 105890 351300 105910 351350 105919 351400 105907 351450 105858 351500 105793 351550 105679 351600 105540 351650 105352 351700 105206 351750 105027 351800 104815 351850 104621 351900 104417 351950 104245 352000 104021 352050 103787 352100 103535 352150 103328 352200 103159 352250 103010 352300 102805 352350 102649 352400 102475 352450 102353 352500 102257 352550 102191 352600 102133 352650 102040 352700 101997 352750 101953 352800 101910 352850 101854 352900 101841 352950 101793 353000 101740 353050 101704 353100 101696 353150 101713 353200 101669 353250 101660 353300 101651 353350 101653 353400 101661 353450 101640 353500 101670 353550 101686 353600 101661 353650 101605 353700 101594 353750 101639 353800 101653 353850 101683 353900 101704 353950 101722 354000 101694 354050 101675 354100 101700 354150 101720 354200 101704 354250 101658 354300 101630 354350 101669 354400 101690 354450 101673 354500 101632 354550 101633 354600 101641 354650 101610 354700 101603 354750 101638 354800 101689 354850 101695 354900 101695 354950 101680 355000 101652 355050 101594 355100 101585 355150 101604 355200 101626 355250 101621 355300 101627 355350 101615 355400 101612 355450 101588 355500 101557 355550 101553 355600 101528 355650 101548 355700 101534 355750 101541 355800 101519 355850 101520 355900 101492 355950 101490 356000 101521 356050 101549 356100 101562 356150 101533 356200 101527 356250 101516 356300 101514 356350 101522 356400 101519 356450 101503 356500 101467 356550 101460 356600 101468 356650 101523 356700 101538 356750 101521 356800 101516 356850 101542 356900 101584 356950 101577 357000 101579 357050 101557 357100 101557 357150 101546 357200 101536 357250 101561 357300 101563 357350 101596 357400 101586 357450 101610 357500 101633 357550 101682 357600 101680 357650 101635 357700 101605 357750 101600 357800 101665 357850 101655 357900 101627 357950 101582 358000 101549 358050 101555 358100 101530 358150 101513 358200 101473 358250 101437 358300 101424 358350 101427 358400 101431 358450 101412 358500 101378 358550 101376 358600 101397 358650 101419 358700 101406 358750 101347 358800 101300 358850 101283 358900 101335 358950 101357 359000 101382 359050 101376 359100 101357 359150 101337 359200 101359 359250 101387 359300 101389 359350 101333 359400 101327 359450 101317 359500 101345 359550 101341 359600 101340 359650 101324 359700 101296 359750 101269 359800 101300 359850 101342 359900 101349 359950 101325 360000 101323 360050 101323 360100 101309 360150 101265 360200 101281 360250 101287 360300 101337 360350 101377 360400 101349 360450 101253 360500 101174 360550 101160 360600 101214 360650 101256 360700 101312 360750 101326 360800 101279 360850 101230 360900 101214 360950 101233 361000 101223 361050 101202 361100 101189 361150 101177 361200 101183 361250 101214 361300 101246 361350 101226 361400 101163 361450 101084 361500 101101 361550 101145 361600 101223 361650 101187 361700 101141 361750 101128 361800 101160 361850 101194 361900 101188 361950 101185 362000 101191 362050 101209 362100 101220 362150 101200 362200 101133 362250 101109 362300 101113 362350 101144 362400 101153 362450 101137 362500 101136 362550 101182 362600 101260 362650 101295 362700 101306 362750 101324 362800 101406 362850 101474 362900 101552 362950 101649 363000 101803 363050 101942 363100 102109 363150 102265 363200 102473 363250 102682 363300 102882 363350 103094 363400 103324 363450 103513 363500 103671 363550 103795 363600 103932 363650 104032 363700 104119 363750 104184 363800 104217 363850 104209 363900 104190 363950 104139 364000 103981 364050 103780 364100 103570 364150 103426 364200 103265 364250 103093 364300 102913 364350 102681 364400 102450 364450 102182 364500 102004 364550 101854 364600 101717 364650 101582 364700 101437 364750 101327 364800 101219 364850 101136 364900 101088 364950 101029 365000 100979 365050 100920 365100 100880 365150 100857 365200 100852 365250 100874 365300 100888 365350 100869 365400 100846 365450 100796 365500 100754 365550 100700 365600 100725 365650 100789 365700 100794 365750 100756 365800 100721 365850 100742 365900 100760 365950 100749 366000 100759 366050 100771 366100 100752 366150 100718 366200 100713 366250 100729 366300 100764 366350 100809 366400 100822 366450 100804 366500 100769 366550 100769 366600 100768 366650 100773 366700 100796 366750 100808 366800 100768 366850 100741 366900 100733 366950 100736 367000 100754 367050 100811 367100 100863 367150 100856 367200 100800 367250 100813 367300 100846 367350 100835 367400 100802 367450 100747 367500 100776 367550 100756 367600 100735 367650 100707 367700 100732 367750 100806 367800 100826 367850 100787 367900 100735 367950 100722 368000 100752 368050 100748 368100 100754 368150 100772 368200 100801 368250 100813 368300 100803 368350 100812 368400 100809 368450 100798 368500 100768 368550 100771 368600 100799 368650 100847 368700 100841 368750 100833 368800 100790 368850 100764 368900 100749 368950 100781 369000 100820 369050 100830 369100 100825 369150 100831 369200 100845 369250 100864 369300 100894 369350 100902 369400 100909 369450 100912 369500 100933 369550 100911 369600 100899 369650 100880 369700 100890 369750 100880 369800 100885 369850 100907 369900 100964 369950 101024 370000 101083 370050 101150 370100 101222 370150 101266 370200 101289 370250 101365 370300 101528 370350 101716 370400 101915 370450 102115 370500 102383 370550 102699 370600 103120 370650 103693 370700 104453 370750 105451 370800 106707 370850 108313 370900 110369 370950 112953 371000 116238 371050 120364 371100 125526 371150 131818 371200 139409 371250 148522 371300 159419 371350 172221 371400 187176 371450 204611 371500 224633 371550 247002 371600 271591 371650 298562 371700 327933 371750 359584 371800 392619 371850 425750 371900 458215 371950 490833 372000 523690 372050 555590 372100 584815 372150 610307 372200 631084 372250 646322 372300 656609 372350 661844 372400 661858 372450 656500 372500 645830 372550 629072 372600 605693 372650 577111 372700 545406 372750 511630 372800 476106 372850 439748 372900 403734 372950 369065 373000 335964 373050 304839 373100 275876 373150 249597 373200 226022 373250 205376 373300 187429 373350 171834 373400 158348 373450 146789 373500 137187 373550 129324 373600 122988 373650 117876 373700 113831 373750 110648 373800 108188 373850 106299 373900 104862 373950 103795 374000 103031 374050 102509 374100 102172 374150 101960 374200 101863 374250 101857 374300 101934 374350 102030 374400 102137 374450 102285 374500 102498 374550 102774 374600 103045 374650 103383 374700 103751 374750 104198 374800 104654 374850 105095 374900 105520 374950 105936 375000 106322 375050 106704 375100 107057 375150 107393 375200 107603 375250 107733 375300 107818 375350 107888 375400 107853 375450 107743 375500 107507 375550 107212 375600 106872 375650 106487 375700 106074 375750 105608 375800 105173 375850 104752 375900 104330 375950 103930 376000 103524 376050 103147 376100 102744 376150 102415 376200 102187 376250 102021 376300 101886 376350 101699 376400 101519 376450 101366 376500 101267 376550 101232 376600 101153 376650 101102 376700 101048 376750 101028 376800 100995 376850 100986 376900 101007 376950 101011 377000 101048 377050 101040 377100 101045 377150 101026 377200 101026 377250 101051 377300 101022 377350 100977 377400 100924 377450 100914 377500 100972 377550 101009 377600 101038 377650 101004 377700 100950 377750 100932 377800 100966 377850 101017 377900 101024 377950 101003 378000 100987 378050 100980 378100 101016 378150 101027 378200 101012 378250 100963 378300 100955 378350 100968 378400 100960 378450 100942 378500 100949 378550 100934 378600 100943 378650 100976 378700 101013 378750 100994 378800 100951 378850 100940 378900 100928 378950 100925 379000 100950 379050 101018 379100 101041 379150 101022 379200 101018 379250 101003 379300 101022 379350 100981 379400 101004 379450 100983 379500 101005 379550 101014 379600 101028 379650 101021 379700 101001 379750 100979 379800 100983 379850 101005 379900 101031 379950 101032 380000 101014 380050 101007 380100 101036 380150 101031 380200 101037 380250 101046 380300 101063 380350 101045 380400 100995 380450 100983 380500 100995 380550 101016 380600 101011 380650 101018 380700 101023 380750 101045 380800 101057 380850 101058 380900 101030 380950 101016 381000 101012 381050 101036 381100 101030 381150 101019 381200 100986 381250 100968 381300 100972 381350 100960 381400 100947 381450 100932 381500 100905 381550 100945 381600 101012 381650 101105 381700 101114 381750 101082 381800 101006 381850 100980 381900 100968 381950 101038 382000 101083 382050 101108 382100 101077 382150 101026 382200 100982 382250 100983 382300 100972 382350 100963 382400 100949 382450 100968 382500 101007 382550 101003 382600 100990 382650 100956 382700 100957 382750 101002 382800 101045 382850 101090 382900 101078 382950 101042 383000 101039 383050 101003 383100 101013 383150 101025 383200 101082 383250 101110 383300 101082 383350 101038 383400 101021 383450 101033 383500 101060 383550 101089 383600 101094 383650 101086 383700 101047 383750 101008 383800 100987 383850 100971 383900 100956 383950 100962 384000 100985 384050 101015 384100 101019 384150 101028 384200 101047 384250 101064 384300 101077 384350 101073 384400 101074 384450 101063 384500 101061 384550 101070 384600 101036 384650 101005 384700 100982 384750 101020 384800 101073 384850 101103 384900 101116 384950 101079 385000 101021 385050 100967 385100 100934 385150 100980 385200 101021 385250 101053 385300 101077 385350 101077 385400 101090 385450 101049 385500 101050 385550 101050 385600 101053 385650 101032 385700 101049 385750 101046 385800 101032 385850 101006 385900 101010 385950 101030 386000 100997 386050 100980 386100 100983 386150 101029 386200 101046 386250 101063 386300 101044 386350 101032 386400 101042 386450 101031 386500 101019 386550 100990 386600 101033 386650 101031 386700 101038 386750 101038 386800 101061 386850 101071 386900 101061 386950 101084 387000 101058 387050 101063 387100 101080 387150 101095 387200 101095 387250 101086 387300 101105 387350 101117 387400 101131 387450 101132 387500 101113 387550 101091 387600 101098 387650 101107 387700 101114 387750 101141 387800 101190 387850 101248 387900 101313 387950 101403 388000 101512 388050 101639 388100 101832 388150 102092 388200 102394 388250 102741 388300 103201 388350 103804 388400 104512 388450 105341 388500 106331 388550 107522 388600 108895 388650 110385 388700 111994 388750 113682 388800 115489 388850 117365 388900 119314 388950 121304 389000 123363 389050 125420 389100 127379 389150 129144 389200 130628 389250 131855 389300 132773 389350 133444 389400 133753 389450 133762 389500 133400 389550 132708 389600 131646 389650 130297 389700 128736 389750 127024 389800 125188 389850 123250 389900 121308 389950 119340 390000 117389 390050 115407 390100 113539 390150 111818 390200 110244 390250 108796 390300 107504 390350 106372 390400 105371 390450 104486 390500 103777 390550 103221 390600 102765 390650 102365 390700 102082 390750 101849 390800 101660 390850 101451 390900 101328 390950 101245 391000 101156 391050 101094 391100 101075 391150 101112 391200 101144 391250 101119 391300 101116 391350 101118 391400 101154 391450 101167 391500 101135 391550 101104 391600 101095 391650 101090 391700 101085 391750 101062 391800 101063 391850 101106 391900 101135 391950 101122 392000 101094 392050 101050 392100 101079 392150 101075 392200 101120 392250 101111 392300 101141 392350 101132 392400 101114 392450 101078 392500 101054 392550 101063 392600 101080 392650 101088 392700 101069 392750 101034 392800 101032 392850 101069 392900 101086 392950 101092 393000 101070 393050 101090 393100 101114 393150 101179 393200 101181 393250 101191 393300 101152 393350 101111 393400 101058 393450 101013 393500 101040 393550 101066 393600 101079 393650 101058 393700 101035 393750 101038 393800 101043 393850 101033 393900 101087 393950 101118 394000 101140 394050 101112 394100 101092 394150 101082 394200 101072 394250 101050 394300 101029 394350 100985 394400 100979 394450 100977 394500 101001 394550 100996 394600 100995 394650 101039 394700 101064 394750 101105 394800 101067 394850 101098 394900 101122 394950 101162 395000 101121 395050 101077 395100 101054 395150 101083 395200 101096 395250 101096 395300 101089 395350 101083 395400 101055 395450 101030 395500 100999 395550 100986 395600 100986 395650 101037 395700 101120 395750 101138 395800 101122 395850 101083 395900 101092 395950 101121 396000 101169 396050 101220 396100 101258 396150 101292 396200 101396 396250 101509 396300 101631 396350 101746 396400 101931 396450 102209 396500 102550 396550 102946 396600 103405 396650 103931 396700 104605 396750 105411 396800 106354 396850 107425 396900 108568 396950 109906 397000 111334 397050 112871 397100 114388 397150 115963 397200 117562 397250 119163 397300 120712 397350 122116 397400 123362 397450 124401 397500 125219 397550 125856 397600 126270 397650 126422 397700 126190 397750 125608 397800 124749 397850 123654 397900 122391 397950 121033 398000 119637 398050 118129 398100 116542 398150 114977 398200 113443 398250 111970 398300 110489 398350 109134 398400 107883 398450 106756 398500 105781 398550 104954 398600 104267 398650 103657 398700 103122 398750 102670 398800 102275 398850 101959 398900 101704 398950 101524 399000 101411 399050 101332 399100 101271 399150 101249 399200 101235 399250 101221 399300 101197 399350 101164 399400 101133 399450 101082 399500 101058 399550 101025 399600 101017 399650 101009 399700 101043 399750 101102 399800 101132 399850 101130 399900 101126 399950 101098 400000 101054 400050 101022 400100 101021 400150 101017 400200 100983 400250 101002 400300 101076 400350 101119 400400 101119 400450 101125 400500 101150 400550 101169 400600 101141 400650 101112 400700 101107 400750 101097 400800 101052 400850 101020 400900 101010 400950 101037 401000 101073 401050 101107 401100 101123 401150 101125 401200 101114 401250 101126 401300 101124 401350 101130 401400 101099 401450 101081 401500 101050 401550 101033 401600 101004 401650 101014 401700 101079 401750 101134 401800 101169 401850 101150 401900 101128 401950 101102 402000 101107 402050 101109 402100 101137 402150 101132 402200 101142 402250 101106 402300 101086 402350 101073 402400 101082 402450 101093 402500 101083 402550 101086 402600 101110 402650 101156 402700 101167 402750 101177 402800 101161 402850 101161 402900 101154 402950 101216 403000 101288 403050 101376 403100 101414 403150 101471 403200 101526 403250 101678 403300 101898 403350 102159 403400 102430 403450 102722 403500 103070 403550 103480 403600 103917 403650 104402 403700 104920 403750 105452 403800 105949 403850 106459 403900 107004 403950 107564 404000 108137 404050 108648 404100 109070 404150 109323 404200 109520 404250 109658 404300 109721 404350 109675 404400 109514 404450 109243 404500 108894 404550 108492 404600 108040 404650 107526 404700 107002 404750 106495 404800 105972 404850 105431 404900 104925 404950 104460 405000 104045 405050 103667 405100 103338 405150 103082 405200 102831 405250 102602 405300 102385 405350 102251 405400 102153 405450 102083 405500 102011 405550 101983 405600 101960 405650 101921 405700 101875 405750 101840 405800 101811 405850 101808 405900 101802 405950 101792 406000 101768 406050 101728 406100 101735 406150 101745 406200 101752 406250 101755 406300 101754 406350 101742 406400 101696 406450 101640 406500 101639 406550 101656 406600 101669 406650 101668 406700 101660 406750 101642 406800 101626 406850 101619 406900 101631 406950 101605 407000 101575 407050 101549 407100 101534 407150 101488 407200 101442 407250 101448 407300 101468 407350 101477 407400 101482 407450 101519 407500 101543 407550 101515 407600 101448 407650 101397 407700 101376 407750 101331 407800 101308 407850 101310 407900 101354 407950 101373 408000 101378 408050 101352 408100 101363 408150 101362 408200 101385 408250 101362 408300 101318 408350 101298 408400 101309 408450 101325 408500 101339 408550 101337 408600 101318 408650 101308 408700 101260 408750 101253 408800 101208 408850 101195 408900 101180 408950 101180 409000 101213 409050 101219 409100 101246 409150 101230 409200 101247 409250 101249 409300 101280 409350 101298 409400 101277 409450 101202 409500 101152 409550 101167 409600 101204 409650 101206 409700 101156 409750 101139 409800 101161 409850 101204 409900 101234 409950 101188 410000 101176 410050 101144 410100 101141 410150 101108 410200 101101 410250 101122 410300 101147 410350 101208 410400 101269 410450 101306 410500 101293 410550 101327 410600 101367 410650 101426 410700 101451 410750 101503 410800 101577 410850 101650 410900 101742 410950 101822 411000 101881 411050 101925 411100 101940 411150 101968 411200 102019 411250 102080 411300 102133 411350 102117 411400 102083 411450 102031 411500 102024 411550 102055 411600 102060 411650 101995 411700 101899 411750 101799 411800 101736 411850 101655 411900 101626 411950 101545 412000 101437 412050 101320 412100 101252 412150 101221 412200 101199 412250 101165 412300 101099 412350 100999 412400 100976 412450 100985 412500 101007 412550 100945 412600 100848 412650 100766 412700 100768 412750 100815 412800 100849 412850 100834 412900 100799 412950 100785 413000 100761 413050 100752 413100 100729 413150 100733 413200 100743 413250 100777 413300 100792 413350 100806 413400 100791 413450 100772 413500 100762 413550 100743 413600 100767 413650 100781 413700 100783 413750 100721 413800 100678 413850 100699 413900 100722 413950 100712 414000 100695 414050 100681 414100 100716 414150 100700 414200 100700 414250 100667 414300 100644 414350 100652 414400 100649 414450 100640 414500 100593 414550 100542 414600 100541 414650 100555 414700 100610 414750 100628 414800 100624 414850 100583 414900 100541 414950 100512 415000 100501 415050 100478 415100 100474 415150 100510 415200 100548 415250 100569 415300 100528 415350 100505 415400 100512 415450 100505 415500 100484 415550 100452 415600 100468 415650 100503 415700 100526 415750 100531 415800 100498 415850 100464 415900 100416 415950 100449 416000 100457 416050 100447 416100 100420 416150 100391 416200 100394 416250 100382 416300 100385 416350 100415 416400 100420 416450 100431 416500 100450 416550 100489 416600 100474 416650 100450 416700 100417 416750 100403 416800 100395 416850 100416 416900 100465 416950 100461 417000 100433 417050 100420 417100 100375 417150 100347 417200 100348 417250 100414 417300 100410 417350 100364 417400 100330 417450 100370 417500 100383 417550 100385 417600 100338 417650 100303 417700 100286 417750 100300 417800 100353 417850 100415 417900 100415 417950 100402 418000 100344 418050 100359 418100 100380 418150 100404 418200 100405 418250 100402 418300 100391 418350 100389 418400 100405 418450 100388 418500 100360 418550 100319 418600 100317 418650 100344 418700 100349 418750 100364 418800 100363 418850 100351 418900 100329 418950 100343 419000 100371 419050 100413 419100 100383 419150 100382 419200 100364 419250 100362 419300 100373 419350 100425 419400 100479 419450 100475 419500 100440 419550 100396 419600 100337 419650 100325 419700 100339 419750 100349 419800 100369 419850 100383 419900 100367 419950 100376 420000 100377 420050 100359 420100 100306 420150 100316 420200 100380 420250 100383 420300 100391 420350 100403 420400 100380 420450 100333 420500 100322 420550 100341 420600 100342 420650 100377 420700 100409 420750 100442 420800 100443 420850 100455 420900 100489 420950 100502 421000 100469 421050 100419 421100 100413 421150 100413 421200 100406 421250 100423 421300 100431 421350 100446 421400 100421 421450 100414 421500 100413 421550 100415 421600 100424 421650 100414 421700 100398 421750 100416 421800 100427 421850 100411 421900 100423 421950 100422 422000 100418 422050 100425 422100 100450 422150 100463 422200 100467 422250 100482 422300 100491 422350 100482 422400 100461 422450 100463 422500 100418 422550 100400 422600 100411 422650 100429 422700 100437 422750 100430 422800 100461 422850 100473 422900 100454 422950 100395 423000 100333 423050 100363 423100 100443 423150 100521 423200 100534 423250 100490 423300 100435 423350 100387 423400 100399 423450 100419 423500 100417 423550 100400 423600 100396 423650 100442 423700 100492 423750 100495 423800 100501 423850 100464 423900 100469 423950 100453 424000 100489 424050 100505 424100 100517 424150 100515 424200 100499 424250 100486 424300 100476 424350 100451 424400 100417 424450 100380 424500 100406 424550 100467 424600 100521 424650 100511 424700 100481 424750 100412 424800 100439 424850 100470 424900 100490 424950 100498 425000 100482 425050 100493 425100 100474 425150 100480 425200 100460 425250 100451 425300 100445 425350 100488 425400 100527 425450 100524 425500 100523 425550 100502 425600 100507 425650 100492 425700 100460 425750 100489 425800 100530 425850 100561 425900 100528 425950 100487 426000 100490 426050 100477 426100 100485 426150 100454 426200 100451 426250 100448 426300 100463 426350 100448 426400 100408 426450 100402 426500 100426 426550 100458 426600 100462 426650 100462 426700 100495 426750 100514 426800 100538 426850 100513 426900 100546 426950 100528 427000 100520 427050 100472 427100 100477 427150 100499 427200 100509 427250 100504 427300 100469 427350 100467 427400 100506 427450 100548 427500 100598 427550 100572 427600 100541 427650 100497 427700 100509 427750 100564 427800 100585 427850 100610 427900 100617 427950 100670 428000 100688 428050 100689 428100 100632 428150 100578 428200 100539 428250 100523 428300 100537 428350 100590 428400 100628 428450 100611 428500 100577 428550 100557 428600 100576 428650 100562 428700 100555 428750 100498 428800 100469 428850 100478 428900 100524 428950 100537 429000 100503 429050 100468 429100 100491 429150 100471 429200 100489 429250 100486 429300 100528 429350 100536 429400 100541 429450 100564 429500 100563 429550 100521 429600 100461 429650 100444 429700 100470 429750 100501 429800 100526 429850 100541 429900 100513 429950 100506 430000 100495 430050 100527 430100 100543 430150 100557 430200 100538 430250 100507 430300 100498 430350 100516 430400 100521 430450 100504 430500 100499 430550 100483 430600 100515 430650 100526 430700 100536 430750 100517 430800 100513 430850 100505 430900 100493 430950 100496 431000 100522 431050 100505 431100 100453 431150 100414 431200 100427 431250 100481 431300 100509 431350 100510 431400 100499 431450 100511 431500 100543 431550 100550 431600 100533 431650 100491 431700 100439 431750 100436 431800 100479 431850 100526 431900 100552 431950 100566 432000 100575 432050 100573 432100 100536 432150 100555 432200 100554 432250 100588 432300 100579 432350 100563 432400 100497 432450 100461 432500 100450 432550 100472 432600 100495 432650 100494 432700 100487 432750 100462 432800 100455 432850 100465 432900 100488 432950 100516 433000 100525 433050 100531 433100 100502 433150 100479 433200 100514 433250 100580 433300 100621 433350 100576 433400 100568 433450 100575 433500 100565 433550 100548 433600 100526 433650 100547 433700 100559 433750 100545 433800 100533 433850 100499 433900 100462 433950 100424 434000 100397 434050 100448 434100 100489 434150 100520 434200 100511 434250 100487 434300 100461 434350 100453 434400 100464 434450 100469 434500 100505 434550 100534 434600 100558 434650 100516 434700 100523 434750 100535 434800 100554 434850 100540 434900 100552 434950 100562 435000 100554 435050 100540 435100 100562 435150 100603 435200 100648 435250 100684 435300 100730 435350 100811 435400 100853 435450 100875 435500 100910 435550 100998 435600 101141 435650 101316 435700 101552 435750 101806 435800 102057 435850 102318 435900 102582 435950 102871 436000 103176 436050 103507 436100 103827 436150 104130 436200 104393 436250 104608 436300 104788 436350 104941 436400 105035 436450 105052 436500 105014 436550 104906 436600 104750 436650 104544 436700 104309 436750 104009 436800 103685 436850 103355 436900 103084 436950 102829 437000 102582 437050 102304 437100 102003 437150 101781 437200 101563 437250 101383 437300 101178 437350 101020 437400 100895 437450 100806 437500 100777 437550 100748 437600 100730 437650 100682 437700 100636 437750 100578 437800 100531 437850 100518 437900 100514 437950 100495 438000 100455 438050 100446 438100 100460 438150 100508 438200 100494 438250 100476 438300 100465 438350 100485 438400 100503 438450 100487 438500 100465 438550 100465 438600 100504 438650 100533 438700 100525 438750 100458 438800 100427 438850 100456 438900 100508 438950 100529 439000 100509 439050 100518 439100 100546 439150 100560 439200 100581 439250 100578 439300 100626 439350 100609 439400 100589 439450 100567 439500 100539 439550 100538 439600 100536 439650 100545 439700 100571 439750 100552 439800 100573 439850 100582 439900 100596 439950 100578 440000 100567 440050 100568 440100 100560 440150 100534 440200 100550 440250 100586 440300 100596 440350 100606 440400 100582 440450 100593 440500 100606 440550 100630 440600 100638 440650 100602 440700 100578 440750 100572 440800 100593 440850 100630 440900 100656 440950 100638 441000 100605 441050 100586 441100 100596 441150 100612 441200 100605 441250 100574 441300 100545 441350 100526 441400 100528 441450 100551 441500 100546 441550 100558 441600 100566 441650 100586 441700 100554 441750 100488 441800 100468 441850 100474 441900 100514 441950 100513 442000 100505 442050 100475 442100 100459 442150 100497 442200 100526 442250 100539 442300 100535 442350 100523 442400 100539 442450 100573 442500 100632 442550 100639 442600 100612 442650 100599 442700 100551 442750 100506 442800 100468 442850 100503 442900 100543 442950 100563 443000 100554 443050 100531 443100 100512 443150 100519 443200 100529 443250 100509 443300 100496 443350 100509 443400 100537 443450 100551 443500 100551 443550 100556 443600 100588 443650 100598 443700 100623 443750 100602 443800 100579 443850 100549 443900 100577 443950 100609 444000 100655 444050 100663 444100 100648 444150 100634 444200 100632 444250 100640 444300 100669 444350 100677 444400 100699 444450 100661 444500 100656 444550 100658 444600 100674 444650 100672 444700 100640 444750 100613 444800 100585 444850 100598 444900 100571 444950 100571 445000 100531 445050 100557 445100 100579 445150 100588 445200 100579 445250 100521 445300 100540 445350 100598 445400 100678 445450 100650 445500 100592 445550 100551 445600 100561 445650 100573 445700 100578 445750 100572 445800 100567 445850 100537 445900 100530 445950 100516 446000 100538 446050 100593 446100 100598 446150 100562 446200 100493 446250 100512 446300 100506 446350 100541 446400 100563 446450 100628 446500 100602 446550 100557 446600 100549 446650 100594 446700 100591 446750 100587 446800 100546 446850 100599 446900 100584 446950 100577 447000 100540 447050 100536 447100 100523 447150 100510 447200 100512 447250 100546 447300 100527 447350 100529 447400 100553 447450 100576 447500 100554 447550 100520 447600 100542 447650 100584 447700 100582 447750 100560 447800 100547 447850 100593 447900 100656 447950 100670 448000 100675 448050 100657 448100 100633 448150 100598 448200 100572 448250 100598 448300 100601 448350 100608 448400 100608 448450 100626 448500 100625 448550 100627 448600 100639 448650 100661 448700 100665 448750 100653 448800 100612 448850 100608 448900 100584 448950 100588 449000 100579 449050 100572 449100 100548 449150 100521 449200 100500 449250 100486 449300 100496 449350 100549 449400 100595 449450 100594 449500 100556 449550 100541 449600 100548 449650 100580 449700 100606 449750 100601 449800 100605 449850 100611 449900 100609 449950 100598 450000 100591 450050 100622 450100 100601 450150 100578 450200 100539 450250 100503 450300 100462 450350 100431 450400 100470 450450 100520 450500 100550 450550 100569 450600 100612 450650 100640 450700 100614 450750 100560 450800 100534 450850 100541 450900 100544 450950 100542 451000 100533 451050 100535 451100 100531 451150 100542 451200 100556 451250 100620 451300 100650 451350 100681 451400 100642 451450 100612 451500 100544 451550 100529 451600 100533 451650 100577 451700 100559 451750 100510 451800 100447 451850 100449 451900 100507 451950 100554 452000 100593 452050 100563 452100 100544 452150 100514 452200 100517 452250 100533 452300 100528 452350 100507 452400 100464 452450 100467 452500 100477 452550 100484 452600 100472 452650 100462 452700 100479 452750 100468 452800 100476 452850 100460 452900 100464 452950 100480 453000 100515 453050 100563 453100 100608 453150 100637 453200 100607 453250 100592 453300 100594 453350 100597 453400 100582 453450 100581 453500 100605 453550 100584 453600 100496 453650 100473 453700 100505 453750 100564 453800 100585 453850 100596 453900 100625 453950 100629 454000 100619 454050 100589 454100 100528 454150 100495 454200 100503 454250 100530 454300 100564 454350 100581 454400 100593 454450 100571 454500 100507 454550 100460 454600 100449 454650 100512 454700 100587 454750 100566 454800 100492 454850 100438 454900 100433 454950 100451 455000 100482 455050 100521 455100 100529 455150 100501 455200 100513 455250 100553 455300 100556 455350 100505 455400 100466 455450 100433 455500 100404 455550 100410 455600 100398 455650 100440 455700 100479 455750 100529 455800 100510 455850 100459 455900 100441 455950 100459 456000 100467 456050 100479 456100 100472 456150 100470 456200 100463 456250 100437 456300 100387 456350 100362 456400 100379 456450 100382 456500 100393 456550 100412 456600 100441 456650 100450 456700 100482 456750 100468 456800 100426 456850 100351 456900 100381 456950 100409 457000 100397 457050 100374 457100 100372 457150 100537 457200 100615 457250 100596 457300 100412 457350 100298 457400 100285 457450 100300 457500 100327 457550 100321 457600 100290 457650 100262 457700 100271 457750 100302 457800 100307 457850 100285 457900 100288 457950 100270 458000 100253 458050 100198 458100 100180 458150 100208 458200 100225 458250 100234 458300 100206 458350 100176 458400 100172 458450 100180 458500 100167 458550 100105 458600 100075 458650 100121 458700 100171 458750 100197 458800 100154 458850 100157 458900 100129 458950 100128 459000 100111 459050 100119 459100 100160 459150 100169 459200 100146 459250 100087 459300 100041 459350 100046 459400 100078 459450 100089 459500 100087 459550 100075 459600 100070 459650 100042 459700 100066 459750 100105 459800 100152 459850 100101 459900 100052 459950 100024 460000 100038 460050 100041 460100 100038 460150 100046 460200 100055 460250 100049 460300 100017 460350 99995 460400 99953 460450 99929 460500 99922 460550 99905 460600 99927 460650 99964 460700 99981 460750 99938 460800 99888 460850 99909 460900 99918 460950 99940 461000 99950 461050 100004 461100 99982 461150 99965 461200 99938 461250 99940 461300 99927 461350 99937 461400 99954 461450 99939 461500 99876 461550 99832 461600 99834 461650 99850 461700 99858 461750 99861 461800 99858 461850 99859 461900 99847 461950 99887 462000 99849 462050 99821 462100 99787 462150 99815 462200 99848 462250 99875 462300 99867 462350 99849 462400 99826 462450 99858 462500 99904 462550 99887 462600 99850 462650 99785 462700 99775 462750 99801 462800 99824 462850 99860 462900 99869 462950 99928 463000 99946 463050 99908 463100 99870 463150 99872 463200 99943 463250 99977 463300 99963 463350 99914 463400 99869 463450 99832 463500 99826 463550 99822 463600 99841 463650 99828 463700 99799 463750 99751 463800 99728 463850 99687 463900 99699 463950 99719 464000 99783 464050 99814 464100 99801 464150 99767 464200 99715 464250 99667 464300 99642 464350 99675 464400 99745 464450 99787 464500 99795 464550 99807 464600 99820 464650 99793 464700 99743 464750 99707 464800 99716 464850 99719 464900 99740 464950 99775 465000 99839 465050 99919 465100 99950 465150 99939 465200 99939 465250 99944 465300 100024 465350 100041 465400 100070 465450 100091 465500 100150 465550 100217 465600 100245 465650 100205 465700 100159 465750 100167 465800 100212 465850 100195 465900 100132 465950 100110 466000 100132 466050 100107 466100 100040 466150 99991 466200 99977 466250 99977 466300 99943 466350 99899 466400 99883 466450 99905 466500 99926 466550 99905 466600 99866 466650 99822 466700 99773 466750 99729 466800 99722 466850 99743 466900 99759 466950 99762 467000 99742 467050 99721 467100 99738 467150 99755 467200 99781 467250 99757 467300 99710 467350 99687 467400 99676 467450 99707 467500 99735 467550 99776 467600 99786 467650 99800 467700 99812 467750 99845 467800 99860 467850 99843 467900 99841 467950 99809 468000 99806 468050 99766 468100 99766 468150 99768 468200 99783 468250 99802 468300 99770 468350 99753 468400 99732 468450 99785 468500 99806 468550 99792 468600 99794 468650 99795 468700 99825 468750 99808 468800 99836 468850 99906 468900 99935 468950 99936 469000 99909 469050 99929 469100 99939 469150 99948 469200 100026 469250 100201 469300 100379 469350 100571 469400 100824 469450 101148 469500 101548 469550 101925 469600 102403 469650 102915 469700 103536 469750 104247 469800 105003 469850 105797 469900 106631 469950 107517 470000 108398 470050 109228 470100 110005 470150 110737 470200 111358 470250 111843 470300 112180 470350 112362 470400 112428 470450 112321 470500 112023 470550 111531 470600 110946 470650 110322 470700 109678 470750 108974 470800 108239 470850 107516 470900 106815 470950 106136 471000 105502 471050 104951 471100 104431 471150 103915 471200 103439 471250 103093 471300 102816 471350 102563 471400 102336 471450 102179 471500 102060 471550 101940 471600 101832 471650 101764 471700 101748 471750 101699 471800 101651 471850 101582 471900 101500 471950 101423 472000 101421 472050 101467 472100 101465 472150 101401 472200 101349 472250 101324 472300 101310 472350 101311 472400 101310 472450 101297 472500 101294 472550 101279 472600 101252 472650 101221 472700 101232 472750 101245 472800 101227 472850 101214 472900 101237 472950 101235 473000 101182 473050 101158 473100 101139 473150 101122 473200 101070 473250 101072 473300 101108 473350 101120 473400 101125 473450 101126 473500 101087 473550 101031 473600 100991 473650 100992 473700 101007 473750 101026 473800 101058 473850 101067 473900 101042 473950 101014 474000 101015 474050 101017 474100 101020 474150 101017 474200 101013 474250 100977 474300 100958 474350 100936 474400 100953 474450 100963 474500 100980 474550 100999 474600 100991 474650 100989 474700 100958 474750 100923 474800 100924 474850 100925 474900 100948 474950 100979 475000 100973 475050 100950 475100 100902 475150 100955 475200 100992 475250 101003 475300 100982 475350 100962 475400 100944 475450 100882 475500 100881 475550 100917 475600 100958 475650 100941 475700 100898 475750 100910 475800 100899 475850 100927 475900 100902 475950 100899 476000 100850 476050 100854 476100 100886 476150 100913 476200 100922 476250 100890 476300 100889 476350 100866 476400 100856 476450 100819 476500 100815 476550 100823 476600 100808 476650 100784 476700 100769 476750 100791 476800 100757 476850 100718 476900 100707 476950 100726 477000 100749 477050 100745 477100 100770 477150 100787 477200 100797 477250 100779 477300 100756 477350 100768 477400 100807 477450 100862 477500 100858 477550 100860 477600 100855 477650 100822 477700 100778 477750 100741 477800 100745 477850 100750 477900 100729 477950 100712 478000 100714 478050 100721 478100 100760 478150 100740 478200 100750 478250 100740 478300 100732 478350 100735 478400 100736 478450 100758 478500 100754 478550 100774 478600 100808 478650 100874 478700 100895 478750 100861 478800 100818 478850 100791 478900 100798 478950 100777 479000 100776 479050 100770 479100 100762 479150 100731 479200 100707 479250 100668 479300 100647 479350 100630 479400 100612 479450 100634 479500 100657 479550 100655 479600 100626 479650 100597 479700 100623 479750 100635 479800 100606 479850 100552 479900 100538 479950 100580 480000 100627 480050 100619 480100 100586 480150 100575 480200 100582 480250 100627 480300 100636 480350 100574 480400 100539 480450 100537 480500 100590 480550 100609 480600 100637 480650 100648 480700 100647 480750 100639 480800 100650 480850 100618 480900 100623 480950 100628 481000 100664 481050 100652 481100 100643 481150 100670 481200 100702 481250 100732 481300 100770 481350 100761 481400 100711 481450 100643 481500 100605 481550 100615 481600 100598 481650 100595 481700 100617 481750 100623 481800 100640 481850 100640 481900 100647 481950 100635 482000 100590 482050 100568 482100 100559 482150 100565 482200 100581 482250 100578 482300 100572 482350 100533 482400 100505 482450 100493 482500 100533 482550 100589 482600 100582 482650 100537 482700 100478 482750 100505 482800 100522 482850 100531 482900 100540 482950 100585 483000 100605 483050 100599 483100 100565 483150 100516 483200 100447 483250 100418 483300 100431 483350 100468 483400 100483 483450 100535 483500 100564 483550 100560 483600 100552 483650 100559 483700 100573 483750 100562 483800 100589 483850 100598 483900 100588 483950 100530 484000 100540 484050 100554 484100 100583 484150 100542 484200 100520 484250 100494 484300 100497 484350 100507 484400 100520 484450 100492 484500 100485 484550 100489 484600 100537 484650 100538 484700 100527 484750 100543 484800 100559 484850 100537 484900 100492 484950 100452 485000 100447 485050 100501 485100 100521 485150 100529 485200 100489 485250 100498 485300 100512 485350 100502 485400 100484 485450 100456 485500 100466 485550 100518 485600 100572 485650 100644 485700 100673 485750 100706 485800 100730 485850 100773 485900 100846 485950 100945 486000 101060 486050 101153 486100 101241 486150 101340 486200 101503 486250 101665 486300 101846 486350 102023 486400 102181 486450 102322 486500 102450 486550 102570 486600 102654 486650 102720 486700 102796 486750 102865 486800 102881 486850 102850 486900 102814 486950 102757 487000 102691 487050 102569 487100 102434 487150 102276 487200 102122 487250 101964 487300 101816 487350 101646 487400 101529 487450 101389 487500 101254 487550 101097 487600 100980 487650 100925 487700 100822 487750 100741 487800 100651 487850 100630 487900 100582 487950 100591 488000 100578 488050 100577 488100 100555 488150 100529 488200 100508 488250 100473 488300 100478 488350 100466 488400 100456 488450 100455 488500 100454 488550 100461 488600 100466 488650 100495 488700 100475 488750 100456 488800 100446 488850 100472 488900 100508 488950 100510 489000 100517 489050 100491 489100 100460 489150 100413 489200 100379 489250 100394 489300 100406 489350 100420 489400 100401 489450 100400 489500 100419 489550 100433 489600 100418 489650 100373 489700 100366 489750 100395 489800 100403 489850 100396 489900 100397 489950 100429 490000 100489 490050 100514 490100 100508 490150 100469 490200 100459 490250 100426 490300 100368 490350 100359 490400 100393 490450 100421 490500 100414 490550 100407 490600 100437 490650 100418 490700 100409 490750 100409 490800 100489 490850 100505 490900 100504 490950 100442 491000 100470 491050 100478 491100 100467 491150 100462 491200 100465 491250 100474 491300 100462 491350 100468 491400 100442 491450 100438 491500 100415 491550 100446 491600 100453 491650 100489 491700 100506 491750 100523 491800 100526 491850 100527 491900 100517 491950 100505 492000 100530 492050 100503 492100 100503 492150 100446 492200 100453 492250 100432 492300 100456 492350 100450 492400 100432 492450 100417 492500 100429 492550 100443 492600 100441 492650 100429 492700 100445 492750 100473 492800 100490 492850 100511 492900 100493 492950 100477 493000 100469 493050 100466 493100 100450 493150 100443 493200 100449 493250 100481 493300 100482 493350 100470 493400 100447 493450 100454 493500 100451 493550 100492 493600 100472 493650 100497 493700 100456 493750 100443 493800 100466 493850 100497 493900 100498 493950 100438 494000 100424 494050 100392 494100 100362 494150 100342 494200 100361 494250 100368 494300 100357 494350 100390 494400 100453 494450 100482 494500 100485 494550 100470 494600 100497 494650 100480 494700 100454 494750 100444 494800 100483 494850 100472 494900 100473 494950 100439 495000 100465 495050 100500 495100 100558 495150 100550 495200 100516 495250 100485 495300 100480 495350 100456 495400 100487 495450 100551 495500 100542 495550 100491 495600 100452 495650 100466 495700 100497 495750 100485 495800 100481 495850 100485 495900 100513 495950 100536 496000 100473 496050 100464 496100 100485 496150 100523 496200 100507 496250 100486 496300 100496 496350 100538 496400 100522 496450 100508 496500 100448 496550 100421 496600 100452 496650 100501 496700 100549 496750 100539 496800 100534 496850 100515 496900 100491 496950 100479 497000 100489 497050 100516 497100 100504 497150 100487 497200 100496 497250 100508 497300 100518 497350 100525 497400 100529 497450 100576 497500 100599 497550 100592 497600 100581 497650 100564 497700 100582 497750 100555 497800 100553 497850 100590 497900 100654 497950 100673 498000 100667 498050 100630 498100 100617 498150 100639 498200 100636 498250 100630 498300 100615 498350 100663 498400 100681 498450 100651 498500 100624 498550 100642 498600 100700 498650 100735 498700 100733 498750 100705 498800 100703 498850 100724 498900 100771 498950 100797 499000 100813 499050 100811 499100 100814 499150 100770 499200 100776 499250 100773 499300 100815 499350 100791 499400 100765 499450 100773 499500 100769 499550 100801 499600 100812 499650 100836 499700 100831 499750 100805 499800 100800 499850 100795 499900 100793 499950 100765 500000 100731 500050 100717 500100 100756 500150 100761 500200 100761 500250 100751 500300 100781 500350 100738 500400 100707 500450 100630 500500 100623 500550 100602 500600 100618 500650 100625 500700 100616 500750 100656 500800 100666 500850 100674 500900 100624 500950 100617 501000 100625 501050 100653 501100 100639 501150 100624 501200 100595 501250 100600 501300 100601 501350 100607 501400 100600 501450 100582 501500 100569 501550 100576 501600 100603 501650 100635 501700 100596 501750 100558 501800 100514 501850 100543 501900 100571 501950 100623 502000 100682 502050 100718 502100 100642 502150 100588 502200 100546 502250 100552 502300 100574 502350 100523 502400 100528 502450 100530 502500 100592 502550 100602 502600 100575 502650 100578 502700 100571 502750 100547 502800 100503 502850 100505 502900 100503 502950 100526 503000 100517 503050 100525 503100 100538 503150 100579 503200 100581 503250 100546 503300 100509 503350 100482 503400 100507 503450 100513 503500 100506 503550 100489 503600 100480 503650 100510 503700 100513 503750 100498 503800 100490 503850 100452 503900 100438 503950 100421 504000 100472 504050 100532 504100 100581 504150 100573 504200 100563 504250 100565 504300 100592 504350 100637 504400 100652 504450 100674 504500 100649 504550 100684 504600 100686 504650 100700 504700 100647 504750 100641 504800 100668 504850 100699 504900 100700 504950 100644 505000 100601 505050 100602 505100 100600 505150 100583 505200 100516 505250 100507 505300 100514 505350 100489 505400 100451 505450 100411 505500 100385 505550 100364 505600 100368 505650 100397 505700 100383 505750 100327 505800 100342 505850 100394 505900 100459 505950 100427 506000 100382 506050 100328 506100 100312 506150 100301 506200 100278 506250 100227 506300 100194 506350 100191 506400 100196 506450 100183 506500 100191 506550 100191 506600 100183 506650 100170 506700 100114 506750 100124 506800 100114 506850 100136 506900 100124 506950 100113 507000 100120 507050 100115 507100 100116 507150 100117 507200 100090 507250 100090 507300 100105 507350 100116 507400 100112 507450 100108 507500 100101 507550 100073 507600 100057 507650 100077 507700 100107 507750 100109 507800 100103 507850 100105 507900 100069 507950 100045 508000 99986 508050 99952 508100 99956 508150 99957 508200 100010 508250 99990 508300 99995 508350 99957 508400 99957 508450 99950 508500 99940 508550 99885 508600 99853 508650 99872 508700 99928 508750 99929 508800 99946 508850 99954 508900 99990 508950 100020 509000 100051 509050 100080 509100 100028 509150 99971 509200 99933 509250 99916 509300 99947 509350 99988 509400 100019 509450 100012 509500 99940 509550 99917 509600 99904 509650 99897 509700 99871 509750 99884 509800 99930 509850 99948 509900 99897 509950 99855 510000 99827 510050 99817 510100 99801 510150 99772 510200 99764 510250 99802 510300 99851 510350 99878 510400 99866 510450 99862 510500 99871 510550 99832 510600 99836 510650 99818 510700 99812 510750 99751 510800 99720 510850 99733 510900 99734 510950 99726 511000 99711 511050 99725 511100 99736 511150 99744 511200 99742 511250 99743 511300 99710 511350 99689 511400 99657 511450 99659 511500 99687 511550 99713 511600 99727 511650 99707 511700 99681 511750 99676 511800 99689 511850 99695 511900 99684 511950 99645 512000 99643 512050 99634 512100 99637 512150 99663 512200 99734 512250 99794 512300 99794 512350 99706 512400 99650 512450 99689 512500 99743 512550 99800 512600 99766 512650 99821 512700 99883 512750 99964 512800 100015 512850 100030 512900 100093 512950 100145 513000 100196 513050 100207 513100 100250 513150 100281 513200 100328 513250 100346 513300 100432 513350 100465 513400 100485 513450 100455 513500 100483 513550 100508 513600 100473 513650 100460 513700 100487 513750 100511 513800 100525 513850 100538 513900 100671 513950 100833 514000 101052 514050 101320 514100 101645 514150 102062 514200 102628 514250 103309 514300 104012 514350 104760 514400 105553 514450 106429 514500 107325 514550 108223 514600 109096 514650 109839 514700 110571 514750 111241 514800 111873 514850 112293 514900 112531 514950 112557 515000 112405 515050 112065 515100 111624 515150 111027 515200 110327 515250 109517 515300 108690 515350 107784 515400 106863 515450 105920 515500 105077 515550 104273 515600 103540 515650 102881 515700 102238 515750 101730 515800 101283 515850 100985 515900 100683 515950 100416 516000 100182 516050 100001 516100 99911 516150 99856 516200 99834 516250 99770 516300 99738 516350 99735 516400 99741 516450 99747 516500 99777 516550 99826 516600 99826 516650 99749 516700 99719 516750 99770 516800 99827 516850 99826 516900 99747 516950 99691 517000 99696 517050 99729 517100 99770 517150 99770 517200 99746 517250 99697 517300 99635 517350 99642 517400 99627 517450 99621 517500 99575 517550 99608 517600 99667 517650 99708 517700 99695 517750 99633 517800 99621 517850 99661 517900 99726 517950 99738 518000 99737 518050 99731 518100 99774 518150 99819 518200 99857 518250 99880 518300 99844 518350 99829 518400 99809 518450 99812 518500 99809 518550 99771 518600 99757 518650 99740 518700 99741 518750 99758 518800 99727 518850 99704 518900 99689 518950 99728 519000 99738 519050 99703 519100 99695 519150 99682 519200 99695 519250 99667 519300 99671 519350 99690 519400 99697 519450 99729 519500 99763 519550 99796 519600 99801 519650 99783 519700 99790 519750 99820 519800 99829 519850 99868 519900 99879 519950 99956 520000 100056 520050 100237 520100 100407 520150 100599 520200 100795 520250 101044 520300 101302 520350 101641 520400 102052 520450 102460 520500 102877 520550 103313 520600 103818 520650 104272 520700 104687 520750 105082 520800 105486 520850 105794 520900 106026 520950 106153 521000 106262 521050 106300 521100 106229 521150 106054 521200 105837 521250 105581 521300 105285 521350 104936 521400 104568 521450 104199 521500 103843 521550 103474 521600 103097 521650 102764 521700 102523 521750 102330 521800 102046 521850 101782 521900 101536 521950 101385 522000 101221 522050 101117 522100 101011 522150 100965 522200 100881 522250 100795 522300 100663 522350 100608 522400 100609 522450 100636 522500 100628 522550 100617 522600 100633 522650 100604 522700 100561 522750 100515 522800 100515 522850 100553 522900 100536 522950 100538 523000 100533 523050 100591 523100 100594 523150 100583 523200 100512 523250 100525 523300 100521 523350 100538 523400 100529 523450 100509 523500 100489 523550 100428 523600 100399 523650 100380 523700 100404 523750 100428 523800 100420 523850 100414 523900 100377 523950 100403 524000 100376 524050 100397 524100 100369 524150 100352 524200 100290 524250 100287 524300 100310 524350 100359 524400 100316 524450 100292 524500 100224 524550 100220 524600 100184 524650 100244 524700 100283 524750 100288 524800 100246 524850 100194 524900 100177 524950 100181 525000 100235 525050 100254 525100 100266 525150 100216 525200 100237 525250 100200 525300 100222 525350 100216 525400 100240 525450 100254 525500 100249 525550 100267 525600 100301 525650 100320 525700 100312 525750 100245 525800 100222 525850 100168 525900 100180 525950 100147 526000 100179 526050 100164 526100 100158 526150 100129 526200 100087 526250 100111 526300 100134 526350 100150 526400 100103 526450 100115 526500 100130 526550 100144 526600 100076 526650 100066 526700 100060 526750 100083 526800 100115 526850 100138 526900 100104 526950 100056 527000 100007 527050 100031 527100 100021 527150 100043 527200 100008 527250 100020 527300 100023 527350 100055 527400 100071 527450 100095 527500 100117 527550 100099 527600 100075 527650 100068 527700 100049 527750 100053 527800 100043 527850 100035 527900 100025 527950 99976 528000 99948 528050 99909 528100 99905 528150 99915 528200 99906 528250 99947 528300 99994 528350 100071 528400 100079 528450 100059 528500 100013 528550 100017 528600 100018 528650 100002 528700 99966 528750 99984 528800 100015 528850 100064 528900 100079 528950 100094 529000 100111 529050 100101 529100 100063 529150 100069 529200 100112 529250 100128 529300 100056 529350 99993 529400 99988 529450 99998 529500 100017 529550 100008 529600 100022 529650 100000 529700 100001 529750 100031 529800 100052 529850 100066 529900 99991 529950 99978 530000 99992 530050 100038 530100 100027 530150 100002 530200 99985 530250 100008 530300 100028 530350 100062 530400 100093 530450 100118 530500 100090 530550 100098 530600 100117 530650 100168 530700 100198 530750 100257 530800 100355 530850 100474 530900 100569 530950 100717 531000 100861 531050 101031 531100 101231 531150 101437 531200 101711 531250 101954 531300 102237 531350 102512 531400 102821 531450 103106 531500 103399 531550 103648 531600 103857 531650 103966 531700 104051 531750 104131 531800 104244 531850 104288 531900 104223 531950 104108 532000 103997 532050 103859 532100 103680 532150 103436 532200 103234 532250 103020 532300 102805 532350 102578 532400 102346 532450 102148 532500 101953 532550 101809 532600 101716 532650 101613 532700 101512 532750 101421 532800 101340 532850 101285 532900 101194 532950 101131 533000 101087 533050 101062 533100 101033 533150 100965 533200 100917 533250 100935 533300 100909 533350 100916 533400 100937 533450 100998 533500 101005 533550 100954 533600 100885 533650 100839 533700 100828 533750 100854 533800 100858 533850 100802 533900 100737 533950 100697 534000 100699 534050 100737 534100 100778 534150 100810 534200 100794 534250 100750 534300 100723 534350 100715 534400 100713 534450 100733 534500 100718 534550 100701 534600 100649 534650 100634 534700 100633 534750 100617 534800 100587 534850 100570 534900 100562 534950 100540 535000 100520 535050 100521 535100 100525 535150 100528 535200 100526 535250 100560 535300 100576 535350 100577 535400 100577 535450 100538 535500 100529 535550 100496 535600 100517 535650 100520 535700 100547 535750 100549 535800 100506 535850 100498 535900 100517 535950 100617 536000 100616 536050 100544 536100 100476 536150 100447 536200 100452 536250 100431 536300 100395 536350 100391 536400 100391 536450 100431 536500 100444 536550 100407 536600 100353 536650 100349 536700 100358 536750 100401 536800 100384 536850 100381 536900 100364 536950 100360 537000 100377 537050 100353 537100 100334 537150 100313 537200 100353 537250 100407 537300 100421 537350 100392 537400 100354 537450 100345 537500 100322 537550 100327 537600 100314 537650 100330 537700 100284 537750 100273 537800 100262 537850 100295 537900 100317 537950 100315 538000 100319 538050 100306 538100 100318 538150 100332 538200 100373 538250 100359 538300 100345 538350 100349 538400 100365 538450 100325 538500 100230 538550 100224 538600 100243 538650 100269 538700 100237 538750 100241 538800 100243 538850 100290 538900 100279 538950 100288 539000 100268 539050 100301 539100 100316 539150 100345 539200 100303 539250 100238 539300 100192 539350 100202 539400 100250 539450 100248 539500 100276 539550 100315 539600 100328 539650 100312 539700 100291 539750 100246 539800 100193 539850 100154 539900 100155 539950 100195 540000 100214 540050 100241 540100 100231 540150 100208 540200 100198 540250 100210 540300 100234 540350 100218 540400 100204 540450 100168 540500 100222 540550 100238 540600 100253 540650 100222 540700 100234 540750 100272 540800 100268 540850 100293 540900 100294 540950 100336 541000 100313 541050 100303 541100 100346 541150 100424 541200 100546 541250 100650 541300 100775 541350 100904 541400 101029 541450 101161 541500 101315 541550 101473 541600 101629 541650 101790 541700 101996 541750 102262 541800 102521 541850 102764 541900 102926 541950 103119 542000 103253 542050 103351 542100 103405 542150 103466 542200 103505 542250 103454 542300 103391 542350 103357 542400 103230 542450 103051 542500 102795 542550 102594 542600 102405 542650 102224 542700 102024 542750 101768 542800 101514 542850 101339 542900 101161 542950 101019 543000 100837 543050 100730 543100 100632 543150 100598 543200 100561 543250 100525 543300 100444 543350 100422 543400 100411 543450 100449 543500 100443 543550 100441 543600 100437 543650 100399 543700 100387 543750 100358 543800 100368 543850 100381 543900 100406 543950 100418 544000 100401 544050 100374 544100 100351 544150 100317 544200 100299 544250 100303 544300 100327 544350 100323 544400 100280 544450 100283 544500 100312 544550 100345 544600 100283 544650 100233 544700 100207 544750 100239 544800 100246 544850 100238 544900 100238 544950 100267 545000 100284 545050 100255 545100 100230 545150 100251 545200 100293 545250 100290 545300 100299 545350 100316 545400 100356 545450 100326 545500 100324 545550 100307 545600 100311 545650 100301 545700 100281 545750 100301 545800 100316 545850 100327 545900 100320 545950 100303 546000 100323 546050 100313 546100 100295 546150 100256 546200 100242 546250 100205 546300 100228 546350 100228 546400 100231 546450 100187 546500 100171 546550 100214 546600 100248 546650 100273 546700 100271 546750 100324 546800 100324 546850 100311 546900 100253 546950 100243 547000 100249 547050 100238 547100 100240 547150 100188 547200 100193 547250 100183 547300 100208 547350 100203 547400 100176 547450 100159 547500 100143 547550 100151 547600 100162 547650 100182 547700 100169 547750 100158 547800 100143 547850 100178 547900 100205 547950 100197 548000 100203 548050 100195 548100 100198 548150 100205 548200 100214 548250 100260 548300 100275 548350 100258 548400 100210 548450 100192 548500 100188 548550 100219 548600 100227 548650 100223 548700 100241 548750 100221 548800 100240 548850 100209 548900 100236 548950 100263 549000 100273 549050 100266 549100 100238 549150 100253 549200 100272 549250 100324 549300 100308 549350 100273 549400 100211 549450 100192 549500 100208 549550 100233 549600 100263 549650 100257 549700 100210 549750 100203 549800 100205 549850 100260 549900 100282 549950 100264 550000 100241 550050 100230 550100 100218 550150 100246 550200 100254 550250 100286 550300 100341 550350 100322 550400 100328 550450 100305 550500 100370 550550 100418 550600 100431 550650 100479 550700 100588 550750 100693 550800 100775 550850 100834 550900 100910 550950 101004 551000 101092 551050 101201 551100 101301 551150 101394 551200 101527 551250 101653 551300 101782 551350 101855 551400 101895 551450 101936 551500 101989 551550 102031 551600 102040 551650 101993 551700 101960 551750 101891 551800 101852 551850 101765 551900 101664 551950 101524 552000 101390 552050 101304 552100 101189 552150 101090 552200 101000 552250 100910 552300 100809 552350 100649 552400 100560 552450 100486 552500 100443 552550 100351 552600 100278 552650 100233 552700 100208 552750 100192 552800 100204 552850 100240 552900 100247 552950 100206 553000 100165 553050 100118 553100 100104 553150 100096 553200 100135 553250 100145 553300 100146 553350 100150 553400 100194 553450 100230 553500 100261 553550 100265 553600 100291 553650 100311 553700 100360 553750 100449 553800 100552 553850 100670 553900 100796 553950 100961 554000 101163 554050 101417 554100 101780 554150 102235 554200 102787 554250 103464 554300 104321 554350 105366 554400 106546 554450 107850 554500 109279 554550 110844 554600 112583 554650 114425 554700 116344 554750 118223 554800 120030 554850 121694 554900 123182 554950 124572 555000 125700 555050 126485 555100 126721 555150 126503 555200 125873 555250 124917 555300 123620 555350 122016 555400 120225 555450 118350 555500 116445 555550 114529 555600 112689 555650 110982 555700 109429 555750 108026 555800 106791 555850 105690 555900 104751 555950 104012 556000 103443 556050 102969 556100 102544 556150 102181 556200 101936 556250 101749 556300 101596 556350 101453 556400 101354 556450 101297 556500 101224 556550 101115 556600 101010 556650 100969 556700 100930 556750 100919 556800 100899 556850 100866 556900 100832 556950 100768 557000 100715 557050 100658 557100 100620 557150 100624 557200 100635 557250 100613 557300 100579 557350 100578 557400 100568 557450 100540 557500 100469 557550 100438 557600 100417 557650 100395 557700 100390 557750 100382 557800 100374 557850 100320 557900 100314 557950 100311 558000 100333 558050 100324 558100 100301 558150 100263 558200 100280 558250 100294 558300 100351 558350 100322 558400 100308 558450 100269 558500 100244 558550 100209 558600 100197 558650 100183 558700 100189 558750 100156 558800 100137 558850 100103 558900 100103 558950 100091 559000 100083 559050 100030 559100 100026 559150 100039 559200 100066 559250 100052 559300 100032 559350 100015 559400 99969 559450 99951 559500 99958 559550 99992 559600 99995 559650 99985 559700 99960 559750 99927 559800 99906 559850 99922 559900 99934 559950 99917 560000 99910 560050 99920 560100 99923 560150 99899 560200 99866 560250 99865 560300 99854 560350 99837 560400 99822 560450 99832 560500 99852 560550 99848 560600 99793 560650 99767 560700 99783 560750 99817 560800 99821 560850 99807 560900 99801 560950 99840 561000 99846 561050 99892 561100 99956 561150 100060 561200 100156 561250 100178 561300 100198 561350 100291 561400 100400 561450 100504 561500 100518 561550 100624 561600 100730 561650 100843 561700 100851 561750 100844 561800 100875 561850 100913 561900 100917 561950 100861 562000 100788 562050 100725 562100 100646 562150 100591 562200 100544 562250 100550 562300 100561 562350 100592 562400 100614 562450 100721 562500 100898 562550 101145 562600 101424 562650 101799 562700 102259 562750 102752 562800 103337 562850 103994 562900 104768 562950 105512 563000 106298 563050 107119 563100 107949 563150 108751 563200 109441 563250 110027 563300 110519 563350 110922 563400 111298 563450 111466 563500 111460 563550 111275 563600 111059 563650 110706 563700 110204 563750 109535 563800 108768 563850 107914 563900 107005 563950 106126 564000 105328 564050 104581 564100 103927 564150 103266 564200 102687 564250 102103 564300 101623 564350 101197 564400 100842 564450 100582 564500 100389 564550 100221 564600 100075 564650 99924 564700 99808 564750 99694 564800 99651 564850 99634 564900 99683 564950 99708 565000 99753 565050 99739 565100 99743 565150 99718 565200 99687 565250 99651 565300 99609 565350 99605 565400 99584 565450 99647 565500 99667 565550 99681 565600 99658 565650 99631 565700 99621 565750 99629 565800 99690 565850 99694 565900 99691 565950 99669 566000 99658 566050 99678 566100 99714 566150 99784 566200 99811 566250 99800 566300 99800 566350 99807 566400 99847 566450 99899 566500 99936 566550 99975 566600 100018 566650 100064 566700 100078 566750 100084 566800 100108 566850 100174 566900 100215 566950 100187 567000 100123 567050 100082 567100 100118 567150 100151 567200 100166 567250 100077 567300 100011 567350 99980 567400 100014 567450 100021 567500 99966 567550 99936 567600 99925 567650 99947 567700 99958 567750 99934 567800 99911 567850 99908 567900 99953 567950 100002 568000 100070 568050 100119 568100 100185 568150 100238 568200 100321 568250 100377 568300 100442 568350 100487 568400 100511 568450 100537 568500 100586 568550 100624 568600 100658 568650 100666 568700 100702 568750 100679 568800 100634 568850 100589 568900 100572 568950 100557 569000 100536 569050 100504 569100 100467 569150 100412 569200 100358 569250 100329 569300 100280 569350 100211 569400 100149 569450 100137 569500 100160 569550 100125 569600 100114 569650 100067 569700 100066 569750 100053 569800 100097 569850 100122 569900 100146 569950 100180 570000 100192 570050 100213 570100 100205 570150 100246 570200 100293 570250 100345 570300 100392 570350 100432 570400 100508 570450 100511 570500 100493 570550 100517 570600 100625 570650 100748 570700 100787 570750 100830 570800 100883 570850 100958 570900 101041 570950 101081 571000 101083 571050 101081 571100 101140 571150 101228 571200 101295 571250 101341 571300 101377 571350 101399 571400 101428 571450 101462 571500 101467 571550 101404 571600 101312 571650 101273 571700 101283 571750 101247 571800 101179 571850 101107 571900 101105 571950 101102 572000 101111 572050 101094 572100 101058 572150 100994 572200 100992 572250 101053 572300 101157 572350 101184 572400 101183 572450 101166 572500 101221 572550 101280 572600 101340 572650 101357 572700 101340 572750 101340 572800 101331 572850 101313 572900 101254 572950 101184 573000 101136 573050 101106 573100 101063 573150 101004 573200 100938 573250 100841 573300 100765 573350 100695 573400 100637 573450 100569 573500 100517 573550 100481 573600 100483 573650 100434 573700 100428 573750 100380 573800 100340 573850 100309 573900 100300 573950 100317 574000 100353 574050 100341 574100 100323 574150 100270 574200 100277 574250 100291 574300 100273 574350 100285 574400 100274 574450 100294 574500 100246 574550 100229 574600 100211 574650 100232 574700 100259 574750 100295 574800 100320 574850 100320 574900 100278 574950 100235 575000 100216 575050 100234 575100 100271 575150 100300 575200 100312 575250 100276 575300 100239 575350 100244 575400 100271 575450 100293 575500 100292 575550 100293 575600 100269 575650 100226 575700 100226 575750 100250 575800 100313 575850 100333 575900 100326 575950 100303 576000 100305 576050 100383 576100 100420 576150 100450 576200 100466 576250 100540 576300 100647 576350 100740 576400 100845 576450 100961 576500 101113 576550 101312 576600 101610 576650 101956 576700 102352 576750 102788 576800 103272 576850 103782 576900 104324 576950 104940 577000 105615 577050 106290 577100 106935 577150 107596 577200 108267 577250 108923 577300 109529 577350 110074 577400 110520 577450 110886 577500 111142 577550 111253 577600 111190 577650 110985 577700 110748 577750 110427 577800 109993 577850 109464 577900 108912 577950 108269 578000 107592 578050 106890 578100 106238 578150 105597 578200 105025 578250 104491 578300 103969 578350 103437 578400 102958 578450 102568 578500 102217 578550 101955 578600 101734 578650 101571 578700 101455 578750 101368 578800 101297 578850 101231 578900 101158 578950 101165 579000 101166 579050 101185 579100 101170 579150 101145 579200 101169 579250 101188 579300 101235 579350 101270 579400 101296 579450 101301 579500 101287 579550 101303 579600 101317 579650 101350 579700 101382 579750 101435 579800 101478 579850 101525 579900 101559 579950 101619 580000 101678 580050 101754 580100 101825 580150 101861 580200 101926 580250 101992 580300 102065 580350 102130 580400 102192 580450 102279 580500 102386 580550 102501 580600 102637 580650 102759 580700 102870 580750 102962 580800 103064 580850 103198 580900 103346 580950 103464 581000 103554 581050 103679 581100 103815 581150 103951 581200 104049 581250 104202 581300 104359 581350 104513 581400 104662 581450 104832 581500 105019 581550 105205 581600 105365 581650 105514 581700 105611 581750 105750 581800 105846 581850 105936 581900 105983 581950 105994 582000 106031 582050 106050 582100 106083 582150 106035 582200 105939 582250 105826 582300 105738 582350 105637 582400 105528 582450 105395 582500 105240 582550 105033 582600 104791 582650 104568 582700 104382 582750 104209 582800 104054 582850 103936 582900 103849 582950 103797 583000 103748 583050 103738 583100 103725 583150 103680 583200 103677 583250 103728 583300 103855 583350 103964 583400 103955 583450 103934 583500 103884 583550 103944 583600 103992 583650 103994 583700 103948 583750 103913 583800 103893 583850 103834 583900 103734 583950 103667 584000 103642 584050 103613 584100 103537 584150 103421 584200 103352 584250 103282 584300 103226 584350 103138 584400 103079 584450 103037 584500 102993 584550 102939 584600 102842 584650 102770 584700 102736 584750 102736 584800 102736 584850 102704 584900 102684 584950 102630 585000 102561 585050 102515 585100 102463 585150 102425 585200 102366 585250 102328 585300 102308 585350 102288 585400 102242 585450 102214 585500 102161 585550 102170 585600 102158 585650 102130 585700 102096 585750 102056 585800 102056 585850 102042 585900 101984 585950 101921 586000 101872 586050 101870 586100 101806 586150 101781 586200 101777 586250 101845 586300 101846 586350 101835 586400 101791 586450 101747 586500 101729 586550 101713 586600 101672 586650 101644 586700 101624 586750 101635 586800 101629 586850 101651 586900 101683 586950 101676 587000 101657 587050 101648 587100 101634 587150 101594 587200 101559 587250 101513 587300 101528 587350 101522 587400 101541 587450 101514 587500 101475 587550 101473 587600 101475 587650 101479 587700 101463 587750 101458 587800 101450 587850 101428 587900 101428 587950 101460 588000 101486 588050 101477 588100 101448 588150 101448 588200 101499 588250 101569 588300 101688 588350 101808 588400 101934 588450 102072 588500 102213 588550 102387 588600 102614 588650 102940 588700 103333 588750 103717 588800 104127 588850 104581 588900 105109 588950 105637 589000 106200 589050 106798 589100 107428 589150 108039 589200 108588 589250 109123 589300 109624 589350 110087 589400 110447 589450 110744 589500 110964 589550 111117 589600 111142 589650 111050 589700 110828 589750 110528 589800 110185 589850 109799 589900 109324 589950 108814 590000 108310 590050 107827 590100 107298 590150 106722 590200 106146 590250 105592 590300 105095 590350 104624 590400 104224 590450 103861 590500 103520 590550 103188 590600 102906 590650 102674 590700 102465 590750 102280 590800 102156 590850 102068 590900 102001 590950 101978 591000 102008 591050 102037 591100 102067 591150 102103 591200 102150 591250 102251 591300 102424 591350 102716 591400 103087 591450 103520 591500 103936 591550 104363 591600 104814 591650 105353 591700 105904 591750 106489 591800 107120 591850 107725 591900 108309 591950 108806 592000 109229 592050 109551 592100 109807 592150 110048 592200 110190 592250 110163 592300 109987 592350 109654 592400 109242 592450 108761 592500 108245 592550 107725 592600 107157 592650 106605 592700 106025 592750 105445 592800 104858 592850 104322 592900 103881 592950 103500 593000 103172 593050 102909 593100 102692 593150 102522 593200 102338 593250 102181 593300 102047 593350 101949 593400 101877 593450 101796 593500 101733 593550 101727 593600 101719 593650 101720 593700 101663 593750 101662 593800 101649 593850 101681 593900 101694 593950 101692 594000 101698 594050 101731 594100 101769 594150 101784 594200 101794 594250 101834 594300 101893 594350 101915 594400 101937 594450 101956 594500 101989 594550 101967 594600 101922 594650 101900 594700 101919 594750 101927 594800 101872 594850 101815 594900 101736 594950 101693 595000 101600 595050 101518 595100 101425 595150 101361 595200 101341 595250 101348 595300 101345 595350 101244 595400 101123 595450 101029 595500 101006 595550 100979 595600 100959 595650 100911 595700 100872 595750 100839 595800 100812 595850 100820 595900 100798 595950 100787 596000 100741 596050 100730 596100 100739 596150 100759 596200 100749 596250 100733 596300 100733 596350 100754 596400 100775 596450 100758 596500 100741 596550 100692 596600 100664 596650 100639 596700 100662 596750 100687 596800 100709 596850 100697 596900 100659 596950 100604 597000 100609 597050 100618 597100 100666 597150 100692 597200 100723 597250 100689 597300 100641 597350 100593 597400 100573 597450 100544 597500 100541 597550 100499 597600 100451 597650 100420 597700 100409 597750 100469 597800 100519 597850 100533 597900 100518 597950 100506 598000 100548 598050 100574 598100 100581 598150 100560 598200 100529 598250 100499 598300 100492 598350 100510 598400 100516 598450 100522 598500 100481 598550 100427 598600 100394 598650 100426 598700 100482 598750 100500 598800 100503 598850 100476 598900 100465 598950 100423 599000 100378 599050 100338 599100 100334 599150 100337 599200 100367 599250 100360 599300 100374 599350 100354 599400 100362 599450 100385 599500 100397 599550 100359 599600 100323 599650 100337 599700 100387 599750 100359 599800 100311 599850 100271 599900 100276 599950 100296 600000 100323 600050 100326 600100 100326 600150 100303 600200 100325 600250 100329 600300 100357 600350 100346 600400 100320 600450 100255 600500 100226 600550 100226 600600 100260 600650 100303 600700 100319 600750 100290 600800 100242 600850 100207 600900 100232 600950 100221 601000 100223 601050 100190 601100 100184 601150 100177 601200 100179 601250 100208 601300 100242 601350 100259 601400 100229 601450 100193 601500 100155 601550 100143 601600 100141 601650 100135 601700 100143 601750 100095 601800 100090 601850 100067 601900 100099 601950 100096 602000 100092 602050 100075 602100 100099 602150 100138 602200 100108 602250 100024 602300 99987 602350 100000 602400 100021 602450 99995 602500 99977 602550 99987 602600 99986 602650 100003 602700 99974 602750 99969 602800 99972 602850 99988 602900 100011 602950 100031 603000 100043 603050 100035 603100 100006 603150 100034 603200 100048 603250 100074 603300 100064 603350 100037 603400 100030 603450 100028 603500 100048 603550 100069 603600 100109 603650 100144 603700 100168 603750 100189 603800 100210 603850 100203 603900 100206 603950 100226 604000 100267 604050 100292 604100 100316 604150 100312 604200 100385 604250 100409 604300 100437 604350 100387 604400 100402 604450 100428 604500 100454 604550 100499 604600 100537 604650 100546 604700 100492 604750 100444 604800 100393 604850 100387 604900 100387 604950 100421 605000 100403 605050 100342 605100 100278 605150 100227 605200 100226 605250 100195 605300 100185 605350 100156 605400 100107 605450 100088 605500 100061 605550 100053 605600 100019 605650 100013 605700 100025 605750 100041 605800 100043 605850 100070 605900 100133 605950 100239 606000 100287 606050 100328 606100 100391 606150 100485 606200 100505 606250 100502 606300 100622 606350 100751 606400 100832 606450 100833 606500 100834 606550 100847 606600 100829 606650 100847 606700 100826 606750 100774 606800 100711 606850 100690 606900 100657 606950 100610 607000 100492 607050 100392 607100 100269 607150 100167 607200 100052 607250 99997 607300 99990 607350 99969 607400 99867 607450 99789 607500 99767 607550 99771 607600 99755 607650 99687 607700 99654 607750 99638 607800 99643 607850 99643 607900 99625 607950 99583 608000 99552 608050 99520 608100 99536 608150 99561 608200 99593 608250 99625 608300 99655 608350 99666 608400 99636 608450 99610 608500 99582 608550 99589 608600 99580 608650 99584 608700 99616 608750 99589 608800 99546 608850 99498 608900 99519 608950 99575 609000 99588 609050 99554 609100 99525 609150 99536 609200 99575 609250 99559 609300 99542 609350 99546 609400 99563 609450 99583 609500 99592 609550 99587 609600 99566 609650 99562 609700 99562 609750 99621 609800 99680 609850 99718 609900 99671 609950 99618 610000 99608 610050 99643 610100 99669 610150 99680 610200 99689 610250 99690 610300 99700 610350 99671 610400 99656 610450 99649 610500 99678 610550 99705 610600 99691 610650 99682 610700 99670 610750 99709 610800 99710 610850 99700 610900 99693 610950 99723 611000 99760 611050 99791 611100 99795 611150 99774 611200 99783 611250 99803 611300 99862 611350 99913 611400 99952 611450 99993 611500 100003 611550 100002 611600 100006 611650 100036 611700 100103 611750 100151 611800 100133 611850 100064 611900 100047 611950 100072 612000 100137 612050 100160 612100 100190 612150 100209 612200 100210 612250 100209 612300 100205 612350 100235 612400 100258 612450 100274 612500 100285 612550 100333 612600 100355 612650 100330 612700 100275 612750 100241 612800 100218 612850 100186 612900 100137 612950 100105 613000 100084 613050 100064 613100 100014 613150 99949 613200 99929 613250 99922 613300 99926 613350 99950 613400 100025 613450 100078 613500 100083 613550 100034 613600 99993 613650 99959 613700 99933 613750 99944 613800 99930 613850 99907 613900 99861 613950 99830 614000 99835 614050 99840 614100 99867 614150 99849 614200 99847 614250 99829 614300 99877 614350 99920 614400 99963 614450 99962 614500 99955 614550 99970 614600 100018 614650 100110 614700 100208 614750 100298 614800 100384 614850 100507 614900 100652 614950 100774 615000 100897 615050 101025 615100 101149 615150 101284 615200 101371 615250 101487 615300 101535 615350 101592 615400 101618 615450 101613 615500 101577 615550 101529 615600 101481 615650 101447 615700 101353 615750 101239 615800 101119 615850 101004 615900 100884 615950 100716 616000 100611 616050 100548 616100 100512 616150 100430 616200 100360 616250 100308 616300 100252 616350 100229 616400 100223 616450 100252 616500 100276 616550 100300 616600 100342 616650 100385 616700 100425 616750 100477 616800 100551 616850 100732 616900 100923 616950 101097 617000 101196 617050 101315 617100 101429 617150 101530 617200 101606 617250 101679 617300 101755 617350 101813 617400 101861 617450 101880 617500 101854 617550 101749 617600 101653 617650 101573 617700 101500 617750 101380 617800 101236 617850 101112 617900 100996 617950 100881 618000 100765 618050 100664 618100 100577 618150 100480 618200 100381 618250 100301 618300 100253 618350 100219 618400 100154 618450 100094 618500 100042 618550 100009 618600 99981 618650 99962 618700 99979 618750 100029 618800 100050 618850 100043 618900 100041 618950 100051 619000 100073 619050 100091 619100 100094 619150 100111 619200 100104 619250 100133 619300 100183 619350 100256 619400 100343 619450 100422 619500 100536 619550 100655 619600 100765 619650 100884 619700 100996 619750 101115 619800 101208 619850 101345 619900 101472 619950 101588 620000 101639 620050 101675 620100 101748 620150 101802 620200 101811 620250 101750 620300 101696 620350 101627 620400 101568 620450 101485 620500 101369 620550 101256 620600 101107 620650 101014 620700 100871 620750 100740 620800 100636 620850 100525 620900 100457 620950 100383 621000 100338 621050 100261 621100 100216 621150 100149 621200 100085 621250 100035 621300 100029 621350 100061 621400 100026 621450 99996 621500 99987 621550 99997 621600 100059 621650 100083 621700 100112 621750 100103 621800 100080 621850 100068 621900 100035 621950 100055 622000 100061 622050 100122 622100 100116 622150 100116 622200 100064 622250 100074 622300 100083 622350 100091 622400 100073 622450 100069 622500 100073 622550 100078 622600 100074 622650 100081 622700 100099 622750 100121 622800 100097 622850 100069 622900 100052 622950 100063 623000 100097 623050 100097 623100 100097 623150 100049 623200 100027 623250 100033 623300 100044 623350 100071 623400 100084 623450 100108 623500 100094 623550 100055 623600 100058 623650 100062 623700 100062 623750 100044 623800 100010 623850 100001 623900 99985 623950 99991 624000 100023 624050 100058 624100 100112 624150 100137 624200 100183 624250 100173 624300 100128 624350 100090 624400 100128 624450 100162 624500 100175 624550 100158 624600 100136 624650 100112 624700 100070 624750 100058 624800 100067 624850 100113 624900 100126 624950 100144 625000 100158 625050 100198 625100 100180 625150 100161 625200 100188 625250 100208 625300 100179 625350 100159 625400 100186 625450 100221 625500 100218 625550 100269 625600 100360 625650 100434 625700 100409 625750 100434 625800 100437 625850 100478 625900 100476 625950 100548 626000 100622 626050 100674 626100 100673 626150 100690 626200 100739 626250 100800 626300 100816 626350 100762 626400 100699 626450 100671 626500 100660 626550 100677 626600 100669 626650 100652 626700 100589 626750 100508 626800 100453 626850 100406 626900 100363 626950 100290 627000 100245 627050 100227 627100 100271 627150 100314 627200 100312 627250 100289 627300 100278 627350 100295 627400 100347 627450 100369 627500 100389 627550 100378 627600 100384 627650 100417 627700 100426 627750 100461 627800 100467 627850 100492 627900 100527 627950 100610 628000 100706 628050 100763 628100 100769 628150 100775 628200 100791 628250 100810 628300 100798 628350 100771 628400 100761 628450 100777 628500 100817 628550 100814 628600 100793 628650 100755 628700 100744 628750 100738 628800 100702 628850 100632 628900 100564 628950 100509 629000 100466 629050 100412 629100 100368 629150 100355 629200 100356 629250 100322 629300 100293 629350 100260 629400 100268 629450 100260 629500 100256 629550 100272 629600 100302 629650 100278 629700 100235 629750 100183 629800 100190 629850 100203 629900 100212 629950 100233 630000 100262 630050 100277 630100 100266 630150 100256 630200 100264 630250 100295 630300 100322 630350 100369 630400 100434 630450 100473 630500 100501 630550 100510 630600 100569 630650 100643 630700 100712 630750 100762 630800 100799 630850 100827 630900 100864 630950 100916 631000 100938 631050 100951 631100 100960 631150 100983 631200 100995 631250 100949 631300 100931 631350 100895 631400 100876 631450 100871 631500 100867 631550 100851 631600 100780 631650 100733 631700 100710 631750 100676 631800 100678 631850 100664 631900 100639 631950 100570 632000 100502 632050 100489 632100 100481 632150 100504 632200 100500 632250 100466 632300 100426 632350 100413 632400 100401 632450 100364 632500 100339 632550 100352 632600 100404 632650 100393 632700 100353 632750 100310 632800 100319 632850 100338 632900 100351 632950 100364 633000 100379 633050 100373 633100 100358 633150 100379 633200 100428 633250 100526 633300 100665 633350 100854 633400 101038 633450 101270 633500 101668 633550 102256 633600 103079 633650 104165 633700 105648 633750 107542 633800 109997 633850 113151 633900 117152 633950 122031 634000 127891 634050 134786 634100 142823 634150 152087 634200 162617 634250 174587 634300 187757 634350 201697 634400 215942 634450 230417 634500 245355 634550 260667 634600 275586 634650 288666 634700 299144 634750 307460 634800 313994 634850 318494 634900 320606 634950 320279 635000 316928 635050 310120 635100 300337 635150 288739 635200 275697 635250 261455 635300 246394 635350 231083 635400 215867 635450 201048 635500 186942 635550 173828 635600 161919 635650 151275 635700 141931 635750 133916 635800 127334 635850 121973 635900 117599 635950 113986 636000 111103 636050 108814 636100 107010 636150 105628 636200 104556 636250 103742 636300 103088 636350 102586 636400 102227 636450 101952 636500 101757 636550 101574 636600 101402 636650 101250 636700 101121 636750 101049 636800 101009 636850 100989 636900 100976 636950 100972 637000 100948 637050 100900 637100 100851 637150 100813 637200 100798 637250 100774 637300 100788 637350 100812 637400 100850 637450 100864 637500 100819 637550 100766 637600 100716 637650 100712 637700 100686 637750 100670 637800 100609 637850 100578 637900 100555 637950 100582 638000 100595 638050 100570 638100 100544 638150 100565 638200 100580 638250 100546 638300 100496 638350 100472 638400 100507 638450 100496 638500 100514 638550 100553 638600 100588 638650 100620 638700 100676 638750 100826 638800 101035 638850 101272 638900 101523 638950 101865 639000 102380 639050 103080 639100 103950 639150 105007 639200 106374 639250 108048 639300 110025 639350 112237 639400 114757 639450 117684 639500 120913 639550 124433 639600 128080 639650 131889 639700 135770 639750 139692 639800 143489 639850 146987 639900 149982 639950 152303 640000 154005 640050 155012 640100 155471 640150 155258 640200 154332 640250 152609 640300 150111 640350 147027 640400 143456 640450 139557 640500 135561 640550 131701 640600 127980 640650 124326 640700 120800 640750 117576 640800 114745 640850 112222 640900 110005 640950 108116 641000 106554 641050 105277 641100 104239 641150 103426 641200 102786 641250 102275 641300 101924 641350 101702 641400 101574 641450 101493 641500 101441 641550 101421 641600 101425 641650 101440 641700 101458 641750 101450 641800 101456 641850 101435 641900 101470 641950 101551 642000 101605 642050 101607 642100 101543 642150 101556 642200 101594 642250 101647 642300 101703 642350 101737 642400 101793 642450 101883 642500 102003 642550 102102 642600 102180 642650 102291 642700 102454 642750 102609 642800 102719 642850 102859 642900 102970 642950 103075 643000 103082 643050 103138 643100 103186 643150 103219 643200 103183 643250 103136 643300 103101 643350 103049 643400 102978 643450 102892 643500 102784 643550 102674 643600 102550 643650 102458 643700 102336 643750 102205 643800 102052 643850 101917 643900 101816 643950 101757 644000 101738 644050 101685 644100 101659 644150 101604 644200 101617 644250 101612 644300 101608 644350 101584 644400 101538 644450 101515 644500 101462 644550 101463 644600 101475 644650 101485 644700 101436 644750 101364 644800 101293 644850 101225 644900 101190 644950 101143 645000 101114 645050 101035 645100 101001 645150 100971 645200 100963 645250 100946 645300 100924 645350 100929 645400 100952 645450 100955 645500 100897 645550 100834 645600 100788 645650 100799 645700 100787 645750 100744 645800 100712 645850 100696 645900 100714 645950 100748 646000 100783 646050 100786 646100 100782 646150 100722 646200 100707 646250 100671 646300 100661 646350 100664 646400 100669 646450 100702 646500 100723 646550 100744 646600 100749 646650 100706 646700 100668 646750 100666 646800 100721 646850 100772 646900 100765 646950 100736 647000 100721 647050 100739 647100 100749 647150 100737 647200 100721 647250 100732 647300 100747 647350 100739 647400 100703 647450 100693 647500 100702 647550 100679 647600 100618 647650 100574 647700 100614 647750 100645 647800 100698 647850 100700 647900 100666 647950 100642 648000 100640 648050 100658 648100 100620 648150 100566 648200 100530 648250 100517 648300 100523 648350 100536 648400 100553 648450 100575 648500 100619 648550 100693 648600 100791 648650 100881 648700 100995 648750 101192 648800 101518 648850 101970 648900 102504 648950 103205 649000 104129 649050 105359 649100 106902 649150 108771 649200 110949 649250 113532 649300 116648 649350 120372 649400 124661 649450 129442 649500 134725 649550 140414 649600 146417 649650 152567 649700 158826 649750 165025 649800 171026 649850 176524 649900 181247 649950 185063 650000 188049 650050 190317 650100 191814 650150 192206 650200 191114 650250 188546 650300 184788 650350 180098 650400 174552 650450 168378 650500 161888 650550 155324 650600 148871 650650 142682 650700 136932 650750 131633 650800 126776 650850 122356 650900 118368 650950 114931 651000 111985 651050 109507 651100 107453 651150 105819 651200 104537 651250 103508 651300 102719 651350 102133 651400 101688 651450 101394 651500 101183 651550 101062 651600 100969 651650 100920 651700 100879 651750 100807 651800 100741 651850 100707 651900 100717 651950 100731 652000 100739 652050 100734 652100 100699 652150 100664 652200 100631 652250 100591 652300 100591 652350 100544 652400 100554 652450 100516 652500 100487 652550 100419 652600 100373 652650 100383 652700 100429 652750 100418 652800 100387 652850 100327 652900 100298 652950 100262 653000 100238 653050 100264 653100 100289 653150 100303 653200 100287 653250 100275 653300 100243 653350 100183 653400 100111 653450 100116 653500 100192 653550 100259 653600 100276 653650 100213 653700 100169 653750 100143 653800 100166 653850 100166 653900 100098 653950 100047 654000 99989 654050 99987 654100 99995 654150 100046 654200 100088 654250 100071 654300 100053 654350 100028 654400 100038 654450 100048 654500 100085 654550 100080 654600 100059 654650 100018 654700 99996 654750 99998 654800 100013 654850 100023 654900 100002 654950 99996 655000 99992 655050 100016 655100 100023 655150 100008 655200 99969 655250 99964 655300 100002 655350 100082 655400 100140 655450 100148 655500 100093 655550 100005 655600 99999 655650 100015 655700 100040 655750 100066 655800 100084 655850 100134 655900 100116 655950 100088 656000 100049 656050 100028 656100 100010 656150 99974 656200 99930 656250 99927 656300 99965 656350 100011 656400 100028 656450 100010 656500 100006 656550 100028 656600 100071 656650 100124 656700 100156 656750 100193 656800 100213 656850 100224 656900 100201 656950 100190 657000 100210 657050 100229 657100 100203 657150 100169 657200 100167 657250 100243 657300 100328 657350 100336 657400 100293 657450 100247 657500 100234 657550 100220 657600 100186 657650 100161 657700 100123 657750 100095 657800 100094 657850 100090 657900 100136 657950 100181 658000 100292 658050 100452 658100 100728 658150 101105 658200 101584 658250 102195 658300 103120 658350 104465 658400 106335 658450 108770 658500 111986 658550 116166 658600 121518 658650 128041 658700 135964 658750 145393 658800 156734 658850 170292 658900 186095 658950 203926 659000 223552 659050 244732 659100 267487 659150 291298 659200 316017 659250 341103 659300 365769 659350 388667 659400 408511 659450 425038 659500 438218 659550 447704 659600 453047 659650 454661 659700 451907 659750 444080 659800 430221 659850 411843 659900 391218 659950 369639 660000 347255 660050 323449 660100 299062 660150 275072 660200 252131 660250 230280 660300 209830 660350 191152 660400 174643 660450 160520 660500 148771 660550 139137 660600 131203 660650 124688 660700 119438 660750 115205 660800 111943 660850 109461 660900 107643 660950 106277 661000 105256 661050 104408 661100 103683 661150 103072 661200 102648 661250 102362 661300 102082 661350 101798 661400 101554 661450 101386 661500 101240 661550 101101 661600 100964 661650 100885 661700 100857 661750 100781 661800 100668 661850 100540 661900 100534 661950 100538 662000 100538 662050 100502 662100 100490 662150 100493 662200 100470 662250 100430 662300 100407 662350 100420 662400 100411 662450 100392 662500 100430 662550 100470 662600 100504 662650 100457 662700 100422 662750 100430 662800 100449 662850 100439 662900 100375 662950 100371 663000 100400 663050 100443 663100 100414 663150 100421 663200 100443 663250 100468 663300 100485 663350 100510 663400 100589 663450 100685 663500 100764 663550 100855 663600 101012 663650 101269 663700 101608 663750 101969 663800 102419 663850 102964 663900 103688 663950 104600 664000 105709 664050 107000 664100 108411 664150 109945 664200 111625 664250 113505 664300 115512 664350 117584 664400 119600 664450 121664 664500 123686 664550 125603 664600 127202 664650 128367 664700 129186 664750 129732 664800 130118 664850 130201 664900 129818 664950 128907 665000 127620 665050 126125 665100 124506 665150 122726 665200 120811 665250 118845 665300 116825 665350 114832 665400 112954 665450 111288 665500 109836 665550 108540 665600 107386 665650 106381 665700 105524 665750 104838 665800 104263 665850 103773 665900 103332 665950 102956 666000 102663 666050 102432 666100 102250 666150 102062 666200 101855 666250 101681 666300 101518 666350 101386 666400 101231 666450 101122 666500 101024 666550 100900 666600 100766 666650 100685 666700 100655 666750 100661 666800 100620 666850 100587 666900 100547 666950 100551 667000 100577 667050 100585 667100 100597 667150 100624 667200 100660 667250 100699 667300 100753 667350 100830 667400 100924 667450 101019 667500 101080 667550 101130 667600 101208 667650 101334 667700 101450 667750 101575 667800 101716 667850 101850 667900 101921 667950 101950 668000 101985 668050 102036 668100 102072 668150 102091 668200 102084 668250 102070 668300 102047 668350 101986 668400 101915 668450 101795 668500 101666 668550 101537 668600 101433 668650 101319 668700 101179 668750 101079 668800 101008 668850 100939 668900 100851 668950 100766 669000 100735 669050 100734 669100 100736 669150 100709 669200 100625 669250 100591 669300 100568 669350 100588 669400 100583 669450 100533 669500 100490 669550 100469 669600 100487 669650 100480 669700 100464 669750 100470 669800 100464 669850 100478 669900 100480 669950 100501 670000 100467 670050 100423 670100 100441 670150 100444 670200 100408 670250 100332 670300 100303 670350 100329 670400 100361 670450 100398 670500 100411 670550 100409 670600 100392 670650 100431 670700 100450 670750 100448 670800 100444 670850 100449 670900 100475 670950 100443 671000 100436 671050 100438 671100 100470 671150 100473 671200 100433 671250 100386 671300 100374 671350 100433 671400 100475 671450 100489 671500 100499 671550 100547 671600 100574 671650 100536 671700 100483 671750 100490 671800 100524 671850 100560 671900 100589 671950 100614 672000 100651 672050 100688 672100 100725 672150 100774 672200 100813 672250 100801 672300 100784 672350 100771 672400 100847 672450 100878 672500 100861 672550 100820 672600 100807 672650 100851 672700 100867 672750 100847 672800 100783 672850 100774 672900 100767 672950 100762 673000 100722 673050 100685 673100 100641 673150 100608 673200 100601 673250 100599 673300 100572 673350 100555 673400 100560 673450 100590 673500 100601 673550 100575 673600 100564 673650 100587 673700 100652 673750 100698 673800 100697 673850 100655 673900 100621 673950 100578 674000 100560 674050 100537 674100 100517 674150 100530 674200 100560 674250 100602 674300 100584 674350 100552 674400 100545 674450 100581 674500 100600 674550 100590 674600 100541 674650 100523 674700 100548 674750 100604 674800 100620 674850 100596 674900 100572 674950 100589 675000 100622 675050 100630 675100 100623 675150 100617 675200 100611 675250 100589 675300 100594 675350 100601 675400 100633 675450 100629 675500 100623 675550 100624 675600 100654 675650 100695 675700 100680 675750 100646 675800 100628 675850 100630 675900 100615 675950 100600 676000 100617 676050 100608 676100 100608 676150 100608 676200 100628 676250 100641 676300 100652 676350 100651 676400 100667 676450 100681 676500 100683 676550 100646 676600 100652 676650 100665 676700 100654 676750 100614 676800 100632 676850 100685 676900 100693 676950 100696 677000 100703 677050 100720 677100 100734 677150 100711 677200 100676 677250 100611 677300 100601 677350 100616 677400 100613 677450 100612 677500 100629 677550 100668 677600 100671 677650 100651 677700 100597 677750 100592 677800 100594 677850 100591 677900 100545 677950 100512 678000 100564 678050 100603 678100 100592 678150 100558 678200 100581 678250 100655 678300 100709 678350 100699 678400 100677 678450 100694 678500 100734 678550 100791 678600 100798 678650 100835 678700 100850 678750 100906 678800 100955 678850 101007 678900 101057 678950 101089 679000 101158 679050 101210 679100 101278 679150 101340 679200 101354 679250 101375 679300 101372 679350 101440 679400 101484 679450 101562 679500 101581 679550 101624 679600 101659 679650 101688 679700 101696 679750 101697 679800 101763 679850 101841 679900 101872 679950 101850 680000 101789 680050 101710 680100 101683 680150 101627 680200 101546 680250 101431 680300 101331 680350 101247 680400 101167 680450 101090 680500 101058 680550 100979 680600 100927 680650 100845 680700 100805 680750 100741 680800 100713 680850 100680 680900 100673 680950 100646 681000 100630 681050 100642 681100 100684 681150 100699 681200 100704 681250 100691 681300 100699 681350 100692 681400 100739 681450 100757 681500 100765 681550 100725 681600 100710 681650 100704 681700 100711 681750 100719 681800 100742 681850 100774 681900 100801 681950 100812 682000 100792 682050 100770 682100 100766 682150 100773 682200 100792 682250 100788 682300 100779 682350 100758 682400 100741 682450 100715 682500 100725 682550 100723 682600 100750 682650 100737 682700 100712 682750 100701 682800 100720 682850 100723 682900 100689 682950 100684 683000 100734 683050 100788 683100 100787 683150 100772 683200 100750 683250 100732 683300 100722 683350 100698 683400 100691 683450 100698 683500 100719 683550 100739 683600 100729 683650 100734 683700 100732 683750 100757 683800 100773 683850 100780 683900 100780 683950 100786 684000 100792 684050 100801 684100 100814 684150 100844 684200 100858 684250 100848 684300 100855 684350 100808 684400 100796 684450 100790 684500 100821 684550 100810 684600 100801 684650 100803 684700 100806 684750 100792 684800 100808 684850 100833 684900 100814 684950 100788 685000 100801 685050 100850 685100 100868 685150 100850 685200 100827 685250 100850 685300 100896 685350 100958 685400 101018 685450 101110 685500 101223 685550 101392 685600 101631 685650 101954 685700 102321 685750 102751 685800 103249 685850 103873 685900 104627 685950 105526 686000 106505 686050 107509 686100 108598 686150 109795 686200 111080 686250 112323 686300 113444 686350 114449 686400 115386 686450 116320 686500 117221 686550 117938 686600 118365 686650 118437 686700 118192 686750 117687 686800 116922 686850 116046 686900 115003 686950 113925 687000 112759 687050 111575 687100 110385 687150 109236 687200 108206 687250 107240 687300 106352 687350 105501 687400 104783 687450 104162 687500 103647 687550 103214 687600 102867 687650 102611 687700 102414 687750 102236 687800 102069 687850 101934 687900 101818 687950 101701 688000 101594 688050 101509 688100 101459 688150 101386 688200 101337 688250 101279 688300 101247 688350 101227 688400 101217 688450 101189 688500 101156 688550 101125 688600 101108 688650 101104 688700 101065 688750 101062 688800 101064 688850 101057 688900 101054 688950 101029 689000 101062 689050 101083 689100 101093 689150 101103 689200 101079 689250 101040 689300 101009 689350 101022 689400 101073 689450 101113 689500 101140 689550 101170 689600 101193 689650 101239 689700 101250 689750 101299 689800 101359 689850 101482 689900 101606 689950 101777 690000 101934 690050 102139 690100 102278 690150 102470 690200 102680 690250 102941 690300 103208 690350 103473 690400 103775 690450 104100 690500 104403 690550 104711 690600 104964 690650 105239 690700 105453 690750 105608 690800 105696 690850 105703 690900 105667 690950 105578 691000 105434 691050 105288 691100 105085 691150 104831 691200 104534 691250 104211 691300 103901 691350 103592 691400 103286 691450 103029 691500 102780 691550 102552 691600 102328 691650 102147 691700 102011 691750 101872 691800 101783 691850 101676 691900 101615 691950 101515 692000 101477 692050 101416 692100 101346 692150 101250 692200 101187 692250 101164 692300 101159 692350 101164 692400 101158 692450 101155 692500 101135 692550 101135 692600 101110 692650 101095 692700 101055 692750 101057 692800 101036 692850 101070 692900 101084 692950 101110 693000 101113 693050 101082 693100 101087 693150 101107 693200 101143 693250 101141 693300 101063 693350 101018 693400 101033 693450 101083 693500 101113 693550 101121 693600 101145 693650 101165 693700 101182 693750 101182 693800 101202 693850 101192 693900 101167 693950 101134 694000 101136 694050 101207 694100 101284 694150 101374 694200 101439 694250 101499 694300 101567 694350 101626 694400 101670 694450 101697 694500 101767 694550 101882 694600 101982 694650 102038 694700 102027 694750 102011 694800 102075 694850 102170 694900 102236 694950 102189 695000 102086 695050 101988 695100 101946 695150 101938 695200 101902 695250 101854 695300 101811 695350 101761 695400 101646 695450 101580 695500 101531 695550 101513 695600 101433 695650 101380 695700 101322 695750 101296 695800 101270 695850 101256 695900 101243 695950 101222 696000 101234 696050 101242 696100 101233 696150 101196 696200 101152 696250 101171 696300 101173 696350 101189 696400 101138 696450 101138 696500 101104 696550 101116 696600 101122 696650 101178 696700 101184 696750 101151 696800 101116 696850 101092 696900 101096 696950 101057 697000 101025 697050 101020 697100 101045 697150 101038 697200 101011 697250 101016 697300 101051 697350 101042 697400 101015 697450 101036 697500 101035 697550 101022 697600 101021 697650 101046 697700 101054 697750 101019 697800 101041 697850 101105 697900 101134 697950 101129 698000 101089 698050 101113 698100 101117 698150 101129 698200 101109 698250 101090 698300 101056 698350 101008 698400 100986 698450 100985 698500 101015 698550 101021 698600 101029 698650 100998 698700 100956 698750 100922 698800 100922 698850 100941 698900 100920 698950 100878 699000 100866 699050 100881 699100 100879 699150 100909 699200 100945 699250 100999 699300 100963 699350 100892 699400 100878 699450 100893 699500 100912 699550 100870 699600 100835 699650 100813 699700 100813 699750 100835 699800 100857 699850 100830 699900 100756 699950 100727 700000 100749 700050 100785 700100 100808 700150 100777 700200 100749 700250 100717 700300 100747 700350 100805 700400 100872 700450 100876 700500 100873 700550 100861 700600 100879 700650 100848 700700 100812 700750 100789 700800 100805 700850 100800 700900 100794 700950 100764 701000 100711 701050 100707 701100 100751 701150 100834 701200 100874 701250 100835 701300 100807 701350 100836 701400 100906 701450 100905 701500 100858 701550 100816 701600 100795 701650 100759 701700 100722 701750 100715 701800 100741 701850 100776 701900 100748 701950 100678 702000 100625 702050 100639 702100 100651 702150 100640 702200 100595 702250 100585 702300 100589 702350 100632 702400 100635 702450 100670 702500 100688 702550 100674 702600 100618 702650 100601 702700 100629 702750 100657 702800 100645 702850 100636 702900 100648 702950 100684 703000 100710 703050 100686 703100 100616 703150 100545 703200 100527 703250 100560 703300 100617 703350 100628 703400 100577 703450 100559 703500 100587 703550 100626 703600 100599 703650 100559 703700 100536 703750 100534 703800 100528 703850 100511 703900 100488 703950 100469 704000 100471 704050 100455 704100 100422 704150 100435 704200 100462 704250 100492 704300 100489 704350 100489 704400 100513 704450 100543 704500 100567 704550 100592 704600 100589 704650 100596 704700 100589 704750 100587 704800 100578 704850 100578 704900 100567 704950 100564 705000 100561 705050 100609 705100 100675 705150 100726 705200 100752 705250 100781 705300 100827 705350 100868 705400 100897 705450 100925 705500 100947 705550 100970 705600 101006 705650 101011 705700 101040 705750 101027 705800 101024 705850 100992 705900 101011 705950 101003 706000 100951 706050 100865 706100 100852 706150 100872 706200 100864 706250 100773 706300 100676 706350 100628 706400 100657 706450 100711 706500 100695 706550 100664 706600 100592 706650 100591 706700 100614 706750 100701 706800 100795 706850 100945 706900 101076 706950 101268 707000 101466 707050 101757 707100 102078 707150 102440 707200 102842 707250 103299 707300 103811 707350 104336 707400 104852 707450 105369 707500 105834 707550 106303 707600 106667 707650 106953 707700 107123 707750 107207 707800 107208 707850 107126 707900 106943 707950 106670 708000 106273 708050 105857 708100 105393 708150 104902 708200 104410 708250 103934 708300 103491 708350 103093 708400 102715 708450 102398 708500 102075 708550 101768 708600 101496 708650 101265 708700 101102 708750 100975 708800 100890 708850 100827 708900 100753 708950 100715 709000 100692 709050 100667 709100 100624 709150 100594 709200 100568 709250 100514 709300 100474 709350 100467 709400 100525 709450 100544 709500 100526 709550 100489 709600 100513 709650 100541 709700 100569 709750 100594 709800 100587 709850 100548 709900 100537 709950 100552 710000 100565 710050 100543 710100 100528 710150 100519 710200 100489 710250 100471 710300 100453 710350 100450 710400 100460 710450 100523 710500 100545 710550 100565 710600 100563 710650 100551 710700 100555 710750 100556 710800 100564 710850 100581 710900 100614 710950 100662 711000 100687 711050 100692 711100 100689 711150 100684 711200 100686 711250 100741 711300 100803 711350 100823 711400 100836 711450 100843 711500 100840 711550 100828 711600 100835 711650 100861 711700 100893 711750 100879 711800 100844 711850 100818 711900 100823 711950 100869 712000 100868 712050 100835 712100 100783 712150 100755 712200 100742 712250 100733 712300 100706 712350 100727 712400 100723 712450 100739 712500 100680 712550 100670 712600 100654 712650 100695 712700 100738 712750 100773 712800 100720 712850 100649 712900 100649 712950 100705 713000 100732 713050 100676 713100 100638 713150 100625 713200 100637 713250 100680 713300 100694 713350 100723 713400 100736 713450 100751 713500 100783 713550 100847 713600 100923 713650 100905 713700 100837 713750 100790 713800 100770 713850 100768 713900 100753 713950 100759 714000 100757 714050 100757 714100 100763 714150 100777 714200 100804 714250 100849 714300 100844 714350 100829 714400 100787 714450 100809 714500 100838 714550 100900 714600 100906 714650 100894 714700 100840 714750 100806 714800 100828 714850 100842 714900 100855 714950 100774 715000 100738 715050 100745 715100 100774 715150 100810 715200 100812 715250 100871 715300 100883 715350 100884 715400 100837 715450 100813 715500 100827 715550 100856 715600 100881 715650 100880 715700 100868 715750 100833 715800 100785 715850 100771 715900 100821 715950 100896 716000 100941 716050 100923 716100 100891 716150 100889 716200 100921 716250 100945 716300 100911 716350 100850 716400 100801 716450 100824 716500 100874 716550 100941 716600 100920 716650 100893 716700 100905 716750 100960 716800 101004 716850 101022 716900 101038 716950 101050 717000 101085 717050 101107 717100 101143 717150 101169 717200 101218 717250 101252 717300 101304 717350 101371 717400 101433 717450 101460 717500 101490 717550 101564 717600 101638 717650 101672 717700 101671 717750 101636 717800 101628 717850 101683 717900 101676 717950 101667 718000 101612 718050 101595 718100 101583 718150 101544 718200 101502 718250 101436 718300 101379 718350 101359 718400 101361 718450 101350 718500 101348 718550 101310 718600 101298 718650 101279 718700 101334 718750 101382 718800 101395 718850 101406 718900 101436 718950 101458 719000 101472 719050 101457 719100 101494 719150 101515 719200 101562 719250 101584 719300 101601 719350 101595 719400 101590 719450 101575 719500 101574 719550 101593 719600 101598 719650 101572 719700 101533 719750 101516 719800 101518 719850 101485 719900 101448 719950 101422 720000 101463 720050 101473 720100 101444 720150 101414 720200 101380 720250 101397 720300 101395 720350 101378 720400 101360 720450 101315 720500 101326 720550 101280 720600 101237 720650 101208 720700 101216 720750 101251 720800 101261 720850 101268 720900 101253 720950 101241 721000 101213 721050 101252 721100 101270 721150 101298 721200 101275 721250 101265 721300 101268 721350 101256 721400 101295 721450 101345 721500 101357 721550 101336 721600 101300 721650 101322 721700 101305 721750 101308 721800 101309 721850 101293 721900 101273 721950 101258 722000 101274 722050 101291 722100 101293 722150 101319 722200 101343 722250 101351 722300 101368 722350 101373 722400 101381 722450 101378 722500 101385 722550 101397 722600 101400 722650 101398 722700 101394 722750 101357 722800 101364 722850 101365 722900 101403 722950 101387 723000 101378 723050 101385 723100 101410 723150 101420 723200 101403 723250 101416 723300 101431 723350 101449 723400 101418 723450 101410 723500 101403 723550 101418 723600 101398 723650 101350 723700 101335 723750 101336 723800 101401 723850 101442 723900 101443 723950 101376 724000 101327 724050 101341 724100 101408 724150 101462 724200 101499 724250 101528 724300 101479 724350 101427 724400 101415 724450 101447 724500 101501 724550 101526 724600 101552 724650 101518 724700 101468 724750 101452 724800 101477 724850 101493 724900 101490 724950 101527 725000 101559 725050 101546 725100 101521 725150 101521 725200 101523 725250 101508 725300 101482 725350 101483 725400 101499 725450 101492 725500 101493 725550 101521 725600 101573 725650 101614 725700 101598 725750 101582 725800 101569 725850 101573 725900 101584 725950 101606 726000 101622 726050 101637 726100 101612 726150 101587 726200 101575 726250 101613 726300 101624 726350 101613 726400 101563 726450 101566 726500 101559 726550 101590 726600 101583 726650 101590 726700 101622 726750 101640 726800 101621 726850 101572 726900 101560 726950 101613 727000 101664 727050 101668 727100 101666 727150 101633 727200 101636 727250 101650 727300 101707 727350 101739 727400 101707 727450 101701 727500 101727 727550 101810 727600 101816 727650 101817 727700 101771 727750 101748 727800 101768 727850 101751 727900 101724 727950 101659 728000 101675 728050 101698 728100 101698 728150 101654 728200 101662 728250 101678 728300 101732 728350 101742 728400 101710 728450 101690 728500 101720 728550 101781 728600 101807 728650 101785 728700 101772 728750 101767 728800 101772 728850 101790 728900 101788 728950 101823 729000 101818 729050 101797 729100 101742 729150 101710 729200 101683 729250 101669 729300 101681 729350 101707 729400 101730 729450 101755 729500 101799 729550 101779 729600 101776 729650 101777 729700 101774 729750 101766 729800 101770 729850 101797 729900 101798 729950 101803 730000 101841 730050 101880 730100 101917 730150 101922 730200 101905 730250 101837 730300 101798 730350 101771 730400 101758 730450 101775 730500 101810 730550 101857 730600 101867 730650 101875 730700 101863 730750 101864 730800 101846 730850 101836 730900 101801 730950 101776 731000 101794 731050 101831 731100 101826 731150 101811 731200 101821 731250 101844 731300 101815 731350 101775 731400 101796 731450 101873 731500 101881 731550 101881 731600 101833 731650 101841 731700 101847 731750 101845 731800 101858 731850 101852 731900 101867 731950 101872 732000 101856 732050 101872 732100 101890 732150 101909 732200 101914 732250 101859 732300 101828 732350 101783 732400 101812 732450 101867 732500 101926 732550 101941 732600 101900 732650 101866 732700 101853 732750 101874 732800 101889 732850 101902 732900 101884 732950 101865 733000 101837 733050 101849 733100 101843 733150 101837 733200 101878 733250 101912 733300 101945 733350 101898 733400 101866 733450 101870 733500 101885 733550 101914 733600 101949 733650 101952 733700 101956 733750 101922 733800 101942 733850 101932 733900 101891 733950 101873 734000 101932 734050 101960 734100 101953 734150 101896 734200 101906 734250 101921 734300 101935 734350 101944 734400 101928 734450 101933 734500 101938 734550 101981 734600 101997 734650 102013 734700 102030 734750 102021 734800 102011 734850 101977 734900 101968 734950 101929 735000 101922 735050 101961 735100 101993 735150 102017 735200 102003 735250 102026 735300 102025 735350 102046 735400 102043 735450 102012 735500 101993 735550 101979 735600 102011 735650 102009 735700 102038 735750 102000 735800 101982 735850 101962 735900 101985 735950 102001 736000 102015 736050 102067 736100 102113 736150 102157 736200 102113 736250 102097 736300 102067 736350 102064 736400 102016 736450 101990 736500 102030 736550 102084 736600 102102 736650 102084 736700 102037 736750 102058 736800 102081 736850 102082 736900 102089 736950 102102 737000 102200 737050 102249 737100 102255 737150 102203 737200 102181 737250 102189 737300 102215 737350 102199 737400 102213 737450 102186 737500 102174 737550 102161 737600 102182 737650 102156 737700 102109 737750 102109 737800 102163 737850 102202 737900 102181 737950 102130 738000 102117 738050 102130 738100 102144 738150 102108 738200 102116 738250 102146 738300 102183 738350 102209 738400 102244 738450 102243 738500 102190 738550 102138 738600 102147 738650 102218 738700 102246 738750 102262 738800 102227 738850 102268 738900 102296 738950 102301 739000 102263 739050 102279 739100 102291 739150 102297 739200 102279 739250 102299 739300 102301 739350 102259 739400 102237 739450 102257 739500 102325 739550 102336 739600 102312 739650 102268 739700 102274 739750 102293 739800 102338 739850 102355 739900 102382 739950 102405 740000 102383 740050 102348 740100 102259 740150 102254 740200 102274 740250 102345 740300 102389 740350 102392 740400 102381 740450 102382 740500 102383 740550 102371 740600 102350 740650 102370 740700 102389 740750 102373 740800 102378 740850 102401 740900 102456 740950 102457 741000 102476 741050 102457 741100 102432 741150 102392 741200 102394 741250 102401 741300 102411 741350 102433 741400 102463 741450 102465 741500 102438 741550 102430 741600 102441 741650 102455 741700 102431 741750 102429 741800 102476 741850 102507 741900 102508 741950 102456 742000 102421 742050 102407 742100 102441 742150 102486 742200 102522 742250 102519 742300 102542 742350 102566 742400 102587 742450 102584 742500 102583 742550 102592 742600 102598 742650 102600 742700 102632 742750 102657 742800 102658 742850 102636 742900 102607 742950 102623 743000 102649 743050 102632 743100 102588 743150 102571 743200 102616 743250 102654 743300 102651 743350 102615 743400 102585 743450 102586 743500 102620 743550 102652 743600 102636 743650 102650 743700 102689 743750 102736 743800 102737 743850 102686 743900 102631 743950 102631 744000 102678 744050 102736 744100 102735 744150 102676 744200 102631 744250 102625 744300 102684 744350 102703 744400 102715 744450 102720 744500 102737 744550 102743 744600 102718 744650 102704 744700 102720 744750 102721 744800 102721 744850 102696 744900 102705 744950 102708 745000 102737 745050 102734 745100 102779 745150 102789 745200 102781 745250 102697 745300 102680 745350 102703 745400 102727 745450 102736 745500 102733 745550 102753 745600 102735 745650 102741 745700 102744 745750 102786 745800 102825 745850 102866 745900 102833 745950 102825 746000 102835 746050 102865 746100 102846 746150 102804 746200 102800 746250 102825 746300 102882 746350 102916 746400 102869 746450 102826 746500 102782 746550 102801 746600 102818 746650 102787 746700 102791 746750 102767 746800 102784 746850 102768 746900 102759 746950 102774 747000 102792 747050 102826 747100 102845 747150 102877 747200 102904 747250 102953 747300 102950 747350 102941 747400 102891 747450 102869 747500 102850 747550 102861 747600 102903 747650 102915 747700 102947 747750 102949 747800 102940 747850 102905 747900 102877 747950 102895 748000 102908 748050 102891 748100 102889 748150 102886 748200 102876 748250 102864 748300 102882 748350 102927 748400 102922 748450 102914 748500 102928 748550 102982 748600 102998 748650 103008 748700 103012 748750 103055 748800 103049 748850 103033 748900 102997 748950 103022 749000 103059 749050 103061 749100 103004 749150 102951 749200 102940 749250 102966 749300 103004 749350 103014 749400 103028 749450 102989 749500 102957 749550 102928 749600 102929 749650 102944 749700 102960 749750 103023 749800 103073 749850 103092 749900 103034 749950 103012 750000 103004 750050 103009 750100 102963 750150 102934 750200 102928 750250 102943 750300 102988 750350 102997 750400 102993 750450 102986 750500 102994 750550 102993 750600 102971 750650 102951 750700 102963 750750 102981 750800 102996 750850 103023 750900 103035 750950 103055 751000 103043 751050 103055 751100 103103 751150 103092 751200 103064 751250 103017 751300 103003 751350 103011 751400 103006 751450 103001 751500 102981 751550 102972 751600 102970 751650 102961 751700 102992 751750 102989 751800 102991 751850 102976 751900 103016 751950 103063 752000 103035 752050 103001 752100 102973 752150 103028 752200 103078 752250 103102 752300 103082 752350 103073 752400 103051 752450 103034 752500 103040 752550 103083 752600 103092 752650 103079 752700 103071 752750 103054 752800 103054 752850 103037 752900 103065 752950 103068 753000 103067 753050 103087 753100 103103 753150 103114 753200 103103 753250 103077 753300 103035 753350 103058 753400 103072 753450 103092 753500 103041 753550 103043 753600 103062 753650 103057 753700 103037 753750 103000 753800 103002 753850 103035 753900 103023 753950 103022 754000 103008 754050 103047 754100 103045 754150 103022 754200 103009 754250 102984 754300 102989 754350 102965 754400 102979 754450 102963 754500 102974 754550 102988 754600 102985 754650 102972 754700 102929 754750 102924 754800 102901 754850 102901 754900 102888 754950 102910 755000 102946 755050 102932 755100 102896 755150 102844 755200 102854 755250 102869 755300 102873 755350 102849 755400 102803 755450 102824 755500 102846 755550 102852 755600 102814 755650 102797 755700 102824 755750 102839 755800 102836 755850 102834 755900 102821 755950 102832 756000 102872 756050 102923 756100 102942 756150 102900 756200 102887 756250 102900 756300 102876 756350 102837 756400 102853 756450 102932 756500 102961 756550 102916 756600 102897 756650 102947 756700 103028 756750 103050 756800 103022 756850 102985 756900 102995 756950 103030 757000 103048 757050 103020 757100 102985 757150 102936 757200 102941 757250 102943 757300 102928 757350 102927 757400 102959 757450 102970 757500 102952 757550 102916 757600 102900 757650 102886 757700 102863 757750 102910 757800 102924 757850 102907 757900 102847 757950 102814 758000 102805 758050 102788 758100 102784 758150 102785 758200 102792 758250 102802 758300 102843 758350 102858 758400 102866 758450 102866 758500 102884 758550 102877 758600 102857 758650 102868 758700 102853 758750 102828 758800 102829 758850 102840 758900 102814 758950 102776 759000 102750 759050 102730 759100 102690 759150 102707 759200 102741 759250 102787 759300 102784 759350 102765 759400 102736 759450 102721 759500 102724 759550 102745 759600 102765 759650 102763 759700 102727 759750 102707 759800 102744 759850 102794 759900 102802 759950 102772 760000 102763 760050 102783 760100 102821 760150 102802 760200 102794 760250 102773 760300 102777 760350 102764 760400 102741 760450 102748 760500 102718 760550 102709 760600 102722 760650 102741 760700 102776 760750 102783 760800 102789 760850 102797 760900 102761 760950 102736 761000 102734 761050 102774 761100 102845 761150 102869 761200 102903 761250 102965 761300 103017 761350 103063 761400 103072 761450 103144 761500 103203 761550 103258 761600 103283 761650 103286 761700 103273 761750 103239 761800 103247 761850 103270 761900 103257 761950 103237 762000 103197 762050 103137 762100 103085 762150 103048 762200 103063 762250 103003 762300 102948 762350 102928 762400 102985 762450 102995 762500 102963 762550 102915 762600 102885 762650 102876 762700 102871 762750 102912 762800 102949 762850 102913 762900 102881 762950 102854 763000 102882 763050 102889 763100 102908 763150 102890 763200 102917 763250 102954 763300 103003 763350 102976 763400 102962 763450 103003 763500 103043 763550 103016 763600 102965 763650 102954 763700 102968 763750 102954 763800 102972 763850 102963 763900 102988 763950 102949 764000 102916 764050 102898 764100 102882 764150 102876 764200 102885 764250 102923 764300 102965 764350 102976 764400 103011 764450 103025 764500 103032 764550 103037 764600 103065 764650 103068 764700 103054 764750 103042 764800 103093 764850 103119 764900 103140 764950 103107 765000 103095 765050 103077 765100 103081 765150 103077 765200 103093 765250 103130 765300 103166 765350 103199 765400 103180 765450 103194 765500 103233 765550 103276 765600 103298 765650 103295 765700 103293 765750 103242 765800 103223 765850 103194 765900 103237 765950 103220 766000 103227 766050 103227 766100 103261 766150 103266 766200 103261 766250 103254 766300 103298 766350 103314 766400 103308 766450 103313 766500 103330 766550 103341 766600 103288 766650 103243 766700 103209 766750 103208 766800 103219 766850 103243 766900 103262 766950 103303 767000 103321 767050 103329 767100 103310 767150 103305 767200 103322 767250 103352 767300 103354 767350 103345 767400 103336 767450 103345 767500 103361 767550 103356 767600 103380 767650 103401 767700 103421 767750 103444 767800 103462 767850 103487 767900 103478 767950 103465 768000 103447 768050 103484 768100 103523 768150 103567 768200 103580 768250 103554 768300 103524 768350 103537 768400 103588 768450 103618 768500 103576 768550 103528 768600 103504 768650 103523 768700 103551 768750 103536 768800 103542 768850 103544 768900 103628 768950 103660 769000 103674 769050 103640 769100 103592 769150 103544 769200 103528 769250 103522 769300 103582 769350 103606 769400 103637 769450 103647 769500 103643 769550 103651 769600 103639 769650 103676 769700 103704 769750 103725 769800 103682 769850 103658 769900 103688 769950 103765 770000 103832 770050 103820 770100 103799 770150 103761 770200 103762 770250 103781 770300 103826 770350 103848 770400 103864 770450 103851 770500 103850 770550 103844 770600 103826 770650 103821 770700 103811 770750 103818 770800 103804 770850 103791 770900 103789 770950 103804 771000 103806 771050 103827 771100 103846 771150 103886 771200 103903 771250 103926 771300 104158 771350 104308 771400 104376 771450 104202 771500 104088 771550 104019 771600 103937 771650 103964 771700 104009 771750 104085 771800 104059 771850 104045 771900 104016 771950 104010 772000 103999 772050 104007 772100 104022 772150 104046 772200 104049 772250 104066 772300 104070 772350 104094 772400 104084 772450 104064 772500 104057 772550 104058 772600 104053 772650 104063 772700 104049 772750 104071 772800 104083 772850 104104 772900 104100 772950 104079 773000 104053 773050 104078 773100 104092 773150 104141 773200 104124 773250 104130 773300 104168 773350 104222 773400 104281 773450 104299 773500 104296 773550 104289 773600 104312 773650 104354 773700 104411 773750 104393 773800 104391 773850 104358 773900 104369 773950 104357 774000 104351 774050 104394 774100 104435 774150 104476 774200 104438 774250 104407 774300 104374 774350 104377 774400 104398 774450 104407 774500 104385 774550 104348 774600 104359 774650 104356 774700 104362 774750 104350 774800 104355 774850 104377 774900 104383 774950 104421 775000 104475 775050 104524 775100 104559 775150 104548 775200 104538 775250 104511 775300 104563 775350 104673 775400 104781 775450 104829 775500 104882 775550 104953 775600 105027 775650 105008 775700 104998 775750 104997 775800 105026 775850 105085 775900 105110 775950 105122 776000 105082 776050 105065 776100 105011 776150 104943 776200 104850 776250 104810 776300 104794 776350 104782 776400 104740 776450 104680 776500 104603 776550 104557 776600 104545 776650 104556 776700 104540 776750 104517 776800 104466 776850 104439 776900 104390 776950 104374 777000 104359 777050 104373 777100 104381 777150 104391 777200 104398 777250 104390 777300 104367 777350 104372 777400 104366 777450 104391 777500 104442 777550 104513 777600 104543 777650 104547 777700 104563 777750 104595 777800 104583 777850 104601 777900 104641 777950 104667 778000 104664 778050 104696 778100 104791 778150 104908 778200 105045 778250 105139 778300 105256 778350 105325 778400 105406 778450 105504 778500 105603 778550 105718 778600 105836 778650 105922 778700 105955 778750 105920 778800 105897 778850 105869 778900 105855 778950 105813 779000 105784 779050 105698 779100 105624 779150 105548 779200 105484 779250 105423 779300 105364 779350 105292 779400 105247 779450 105187 779500 105137 779550 105090 779600 105076 779650 105067 779700 105067 779750 105044 779800 105012 779850 104956 779900 104934 779950 104964 780000 104955 780050 104937 780100 104912 780150 104938 780200 104976 780250 104966 780300 104944 780350 104874 780400 104804 780450 104756 780500 104738 780550 104778 780600 104806 780650 104799 780700 104787 780750 104778 780800 104797 780850 104803 780900 104797 780950 104804 781000 104806 781050 104797 781100 104833 781150 104865 781200 104901 781250 104890 781300 104872 781350 104859 781400 104872 781450 104917 781500 104938 781550 104943 781600 104944 781650 104971 781700 104995 781750 105024 781800 105038 781850 105068 781900 105086 781950 105079 782000 105071 782050 105060 782100 105087 782150 105134 782200 105152 782250 105149 782300 105099 782350 105097 782400 105108 782450 105109 782500 105103 782550 105133 782600 105148 782650 105155 782700 105104 782750 105108 782800 105089 782850 105131 782900 105128 782950 105103 783000 105138 783050 105154 783100 105177 783150 105092 783200 105074 783250 105065 783300 105122 783350 105135 783400 105195 783450 105184 783500 105171 783550 105154 783600 105158 783650 105189 783700 105203 783750 105209 783800 105215 783850 105239 783900 105212 783950 105170 784000 105164 784050 105233 784100 105283 784150 105275 784200 105275 784250 105313 784300 105351 784350 105349 784400 105344 784450 105294 784500 105244 784550 105239 784600 105291 784650 105325 784700 105323 784750 105337 784800 105342 784850 105337 784900 105329 784950 105316 785000 105318 785050 105298 785100 105307 785150 105321 785200 105348 785250 105410 785300 105437 785350 105424 785400 105385 785450 105358 785500 105347 785550 105364 785600 105343 785650 105379 785700 105376 785750 105429 785800 105423 785850 105408 785900 105402 785950 105428 786000 105445 786050 105466 786100 105484 786150 105502 786200 105528 786250 105516 786300 105534 786350 105525 786400 105524 786450 105554 786500 105577 786550 105633 786600 105649 786650 105681 786700 105732 786750 105830 786800 105873 786850 105843 786900 105835 786950 105851 787000 105897 787050 105931 787100 105969 787150 105938 787200 105913 787250 105890 787300 105916 787350 105929 787400 105915 787450 105888 787500 105821 787550 105753 787600 105769 787650 105778 787700 105807 787750 105770 787800 105726 787850 105705 787900 105683 787950 105681 788000 105673 788050 105669 788100 105665 788150 105662 788200 105661 788250 105655 788300 105645 788350 105645 788400 105616 788450 105638 788500 105677 788550 105722 788600 105711 788650 105684 788700 105659 788750 105647 788800 105672 788850 105723 788900 105753 788950 105718 789000 105675 789050 105636 789100 105630 789150 105625 789200 105633 789250 105640 789300 105679 789350 105720 789400 105730 789450 105704 789500 105692 789550 105693 789600 105690 789650 105673 789700 105652 789750 105626 789800 105614 789850 105623 789900 105653 789950 105665 790000 105734 790050 105790 790100 105832 790150 105832 790200 105851 790250 105880 790300 105867 790350 105903 790400 105910 790450 105957 790500 105976 790550 106040 790600 106090 790650 106096 790700 106120 790750 106152 790800 106144 790850 106095 790900 106046 790950 106090 791000 106130 791050 106198 791100 106221 791150 106223 791200 106218 791250 106205 791300 106229 791350 106225 791400 106227 791450 106218 791500 106203 791550 106246 791600 106229 791650 106214 791700 106196 791750 106214 791800 106273 791850 106321 791900 106338 791950 106315 792000 106278 792050 106292 792100 106271 792150 106214 792200 106187 792250 106208 792300 106232 792350 106211 792400 106175 792450 106167 792500 106169 792550 106147 792600 106117 792650 106097 792700 106096 792750 106057 792800 106047 792850 106053 792900 106065 792950 106050 793000 106035 793050 106054 793100 106024 793150 106027 793200 106053 793250 106128 793300 106156 793350 106133 793400 106120 793450 106128 793500 106172 793550 106181 793600 106154 793650 106073 793700 106059 793750 106052 793800 106092 793850 106072 793900 106095 793950 106095 794000 106138 794050 106125 794100 106143 794150 106151 794200 106162 794250 106175 794300 106156 794350 106182 794400 106150 794450 106159 794500 106126 794550 106088 794600 106089 794650 106091 794700 106138 794750 106119 794800 106157 794850 106176 794900 106222 794950 106203 795000 106195 795050 106145 795100 106128 795150 106107 795200 106112 795250 106137 795300 106167 795350 106189 795400 106164 795450 106169 795500 106212 795550 106272 795600 106258 795650 106195 795700 106141 795750 106125 795800 106135 795850 106145 795900 106174 795950 106153 796000 106118 796050 106111 796100 106131 796150 106172 796200 106169 796250 106141 796300 106135 796350 106162 796400 106212 796450 106225 796500 106242 796550 106268 796600 106294 796650 106284 796700 106291 796750 106272 796800 106278 796850 106278 796900 106325 796950 106357 797000 106373 797050 106385 797100 106391 797150 106360 797200 106313 797250 106249 797300 106274 797350 106302 797400 106346 797450 106362 797500 106381 797550 106357 797600 106323 797650 106322 797700 106336 797750 106368 797800 106340 797850 106351 797900 106305 797950 106321 798000 106284 798050 106283 798100 106268 798150 106311 798200 106297 798250 106235 798300 106197 798350 106218 798400 106290 798450 106318 798500 106316 798550 106295 798600 106268 798650 106304 798700 106333 798750 106392 798800 106399 798850 106397 798900 106373 798950 106364 799000 106361 799050 106393 799100 106424 799150 106450 799200 106473 799250 106526 799300 106571 799350 106618 799400 106682 799450 106722 799500 106738 799550 106728 799600 106762 799650 106864 799700 106944 799750 107032 799800 107074 799850 107072 799900 107074 799950 107055 800000 107095 800050 107105 800100 107076 800150 107052 800200 107035 800250 107048 800300 107059 800350 107042 800400 107033 800450 106972 800500 106921 800550 106847 800600 106800 800650 106771 800700 106789 800750 106780 800800 106736 800850 106684 800900 106631 800950 106629 801000 106630 801050 106651 801100 106646 801150 106640 801200 106630 801250 106558 801300 106507 801350 106478 801400 106542 801450 106558 801500 106589 801550 106606 801600 106631 801650 106616 801700 106597 801750 106611 801800 106626 801850 106662 801900 106684 801950 106725 802000 106731 802050 106696 802100 106661 802150 106647 802200 106644 802250 106627 802300 106636 802350 106613 802400 106572 802450 106544 802500 106539 802550 106562 802600 106530 802650 106556 802700 106533 802750 106565 802800 106557 802850 106568 802900 106532 802950 106517 803000 106509 803050 106522 803100 106546 803150 106575 803200 106613 803250 106608 803300 106597 803350 106583 803400 106616 803450 106685 803500 106722 803550 106702 803600 106700 803650 106705 803700 106756 803750 106759 803800 106764 803850 106760 803900 106755 803950 106736 804000 106745 804050 106775 804100 106804 804150 106774 804200 106762 804250 106741 804300 106717 804350 106685 804400 106661 804450 106676 804500 106693 804550 106737 804600 106742 804650 106749 804700 106750 804750 106810 804800 106827 804850 106783 804900 106757 804950 106736 805000 106813 805050 106850 805100 106865 805150 106838 805200 106787 805250 106765 805300 106729 805350 106716 805400 106700 805450 106685 805500 106695 805550 106769 805600 106805 805650 106827 805700 106830 805750 106851 805800 106874 805850 106863 805900 106891 805950 106893 806000 106904 806050 106934 806100 106970 806150 107060 806200 107134 806250 107187 806300 107230 806350 107248 806400 107315 806450 107392 806500 107469 806550 107544 806600 107556 806650 107562 806700 107531 806750 107495 806800 107492 806850 107490 806900 107492 806950 107432 807000 107350 807050 107320 807100 107316 807150 107318 807200 107290 807250 107255 807300 107227 807350 107136 807400 107094 807450 107069 807500 107093 807550 107092 807600 107038 807650 106988 807700 106967 807750 107009 807800 107069 807850 107108 807900 107129 807950 107100 808000 107071 808050 107074 808100 107102 808150 107071 808200 107030 808250 107034 808300 107063 808350 107102 808400 107120 808450 107146 808500 107188 808550 107220 808600 107245 808650 107235 808700 107234 808750 107357 808800 107404 808850 107431 808900 107349 808950 107370 809000 107426 809050 107469 809100 107491 809150 107512 809200 107518 809250 107512 809300 107483 809350 107491 809400 107507 809450 107521 809500 107581 809550 107625 809600 107661 809650 107671 809700 107661 809750 107709 809800 107691 809850 107695 809900 107682 809950 107755 810000 107860 810050 107865 810100 107903 810150 107908 810200 108004 810250 108028 810300 108085 810350 108116 810400 108126 810450 108124 810500 108159 810550 108189 810600 108227 810650 108186 810700 108181 810750 108155 810800 108199 810850 108283 810900 108383 810950 108435 811000 108424 811050 108405 811100 108381 811150 108410 811200 108437 811250 108494 811300 108527 811350 108590 811400 108680 811450 108714 811500 108728 811550 108736 811600 108754 811650 108751 811700 108699 811750 108681 811800 108657 811850 108643 811900 108637 811950 108645 812000 108647 812050 108572 812100 108495 812150 108452 812200 108451 812250 108408 812300 108370 812350 108322 812400 108291 812450 108222 812500 108157 812550 108140 812600 108101 812650 108083 812700 108011 812750 107987 812800 107980 812850 108002 812900 108028 812950 108045 813000 108007 813050 107988 813100 107974 813150 108021 813200 108049 813250 108048 813300 108017 813350 108022 813400 108024 813450 108062 813500 108088 813550 108112 813600 108153 813650 108159 813700 108166 813750 108149 813800 108151 813850 108142 813900 108146 813950 108124 814000 108119 814050 108138 814100 108159 814150 108161 814200 108143 814250 108126 814300 108157 814350 108191 814400 108263 814450 108340 814500 108347 814550 108352 814600 108305 814650 108301 814700 108256 814750 108243 814800 108220 814850 108205 814900 108233 814950 108301 815000 108380 815050 108431 815100 108431 815150 108402 815200 108407 815250 108423 815300 108400 815350 108364 815400 108351 815450 108411 815500 108457 815550 108495 815600 108510 815650 108483 815700 108456 815750 108452 815800 108416 815850 108395 815900 108395 815950 108451 816000 108519 816050 108548 816100 108557 816150 108519 816200 108504 816250 108494 816300 108517 816350 108532 816400 108537 816450 108529 816500 108542 816550 108564 816600 108576 816650 108554 816700 108540 816750 108538 816800 108581 816850 108617 816900 108655 816950 108649 817000 108637 817050 108641 817100 108677 817150 108744 817200 108797 817250 108822 817300 108842 817350 108811 817400 108827 817450 108829 817500 108835 817550 108811 817600 108800 817650 108831 817700 108835 817750 108925 817800 109002 817850 109032 817900 108990 817950 108957 818000 108967 818050 108963 818100 108948 818150 108998 818200 109011 818250 109028 818300 109056 818350 109073 818400 109079 818450 109044 818500 109066 818550 109125 818600 109170 818650 109182 818700 109209 818750 109250 818800 109306 818850 109316 818900 109326 818950 109299 819000 109299 819050 109309 819100 109305 819150 109284 819200 109235 819250 109229 819300 109228 819350 109232 819400 109206 819450 109164 819500 109165 819550 109198 819600 109219 819650 109214 819700 109201 819750 109227 819800 109226 819850 109239 819900 109228 819950 109257 820000 109278 820050 109284 820100 109293 820150 109284 820200 109303 820250 109300 820300 109309 820350 109303 820400 109291 820450 109303 820500 109298 820550 109278 820600 109249 820650 109304 820700 109397 820750 109499 820800 109518 820850 109468 820900 109459 820950 109478 821000 109546 821050 109584 821100 109613 821150 109637 821200 109646 821250 109652 821300 109651 821350 109655 821400 109656 821450 109669 821500 109694 821550 109764 821600 109809 821650 109847 821700 109886 821750 109926 821800 109974 821850 109985 821900 110013 821950 110036 822000 110023 822050 110062 822100 110074 822150 110096 822200 110070 822250 110053 822300 110067 822350 110006 822400 109965 822450 109938 822500 109969 822550 109964 822600 109934 822650 109963 822700 109982 822750 110030 822800 110005 822850 110024 822900 110010 822950 109986 823000 109944 823050 109941 823100 109965 823150 109978 823200 109979 823250 109954 823300 109951 823350 109916 823400 109928 823450 109914 823500 109945 823550 109985 823600 109995 823650 109995 823700 110007 823750 110035 823800 110048 823850 110014 823900 110012 823950 109995 824000 110025 824050 110056 824100 110116 824150 110142 824200 110148 824250 110179 824300 110201 824350 110229 824400 110245 824450 110286 824500 110312 824550 110323 824600 110307 824650 110350 824700 110379 824750 110426 824800 110421 824850 110405 824900 110392 824950 110402 825000 110371 825050 110375 825100 110395 825150 110434 825200 110416 825250 110396 825300 110367 825350 110408 825400 110446 825450 110479 825500 110453 825550 110385 825600 110376 825650 110352 825700 110418 825750 110448 825800 110497 825850 110474 825900 110473 825950 110452 826000 110470 826050 110484 826100 110515 826150 110506 826200 110523 826250 110518 826300 110513 826350 110504 826400 110549 826450 110608 826500 110672 826550 110686 826600 110698 826650 110719 826700 110729 826750 110739 826800 110695 826850 110695 826900 110689 826950 110666 827000 110671 827050 110727 827100 110839 827150 110888 827200 110869 827250 110815 827300 110755 827350 110678 827400 110664 827450 110691 827500 110750 827550 110757 827600 110765 827650 110798 827700 110782 827750 110777 827800 110767 827850 110824 827900 110852 827950 110875 828000 110861 828050 110852 828100 110806 828150 110808 828200 110783 828250 110817 828300 110840 828350 110886 828400 110893 828450 110873 828500 110837 828550 110837 828600 110821 828650 110843 828700 110847 828750 110913 828800 110938 828850 110945 828900 110874 828950 110883 829000 110887 829050 110955 829100 110937 829150 110951 829200 110978 829250 111028 829300 111092 829350 111132 829400 111161 829450 111134 829500 111082 829550 111084 829600 111081 829650 111118 829700 111157 829750 111204 829800 111223 829850 111206 829900 111204 829950 111218 830000 111217 830050 111227 830100 111256 830150 111256 830200 111241 830250 111202 830300 111194 830350 111211 830400 111233 830450 111278 830500 111305 830550 111313 830600 111302 830650 111228 830700 111204 830750 111214 830800 111334 830850 111343 830900 111363 830950 111360 831000 111431 831050 111424 831100 111409 831150 111454 831200 111502 831250 111534 831300 111482 831350 111466 831400 111482 831450 111473 831500 111469 831550 111424 831600 111470 831650 111493 831700 111538 831750 111527 831800 111525 831850 111536 831900 111573 831950 111624 832000 111622 832050 111618 832100 111595 832150 111589 832200 111575 832250 111576 832300 111595 832350 111627 832400 111640 832450 111622 832500 111576 832550 111577 832600 111587 832650 111628 832700 111625 832750 111641 832800 111667 832850 111689 832900 111713 832950 111665 833000 111654 833050 111646 833100 111682 833150 111723 833200 111752 833250 111765 833300 111750 833350 111752 833400 111773 833450 111804 833500 111787 833550 111807 833600 111863 833650 111972 833700 112048 833750 112065 833800 112106 833850 112161 833900 112291 833950 112377 834000 112450 834050 112477 834100 112531 834150 112639 834200 112739 834250 112818 834300 112885 834350 112955 834400 113023 834450 113130 834500 113213 834550 113233 834600 113135 834650 113058 834700 113084 834750 113124 834800 113188 834850 113190 834900 113161 834950 113109 835000 113082 835050 113102 835100 113125 835150 113104 835200 113088 835250 113091 835300 113083 835350 113119 835400 113141 835450 113172 835500 113177 835550 113204 835600 113283 835650 113342 835700 113334 835750 113333 835800 113337 835850 113403 835900 113484 835950 113606 836000 113684 836050 113736 836100 113783 836150 113853 836200 113931 836250 113945 836300 114006 836350 114051 836400 114125 836450 114111 836500 114108 836550 114116 836600 114126 836650 114099 836700 114028 836750 113968 836800 113949 836850 113887 836900 113790 836950 113682 837000 113590 837050 113475 837100 113325 837150 113238 837200 113167 837250 113131 837300 113080 837350 113019 837400 112952 837450 112932 837500 112959 837550 112974 837600 112934 837650 112904 837700 112852 837750 112830 837800 112781 837850 112766 837900 112755 837950 112803 838000 112886 838050 112915 838100 112870 838150 112793 838200 112742 838250 112715 838300 112719 838350 112751 838400 112820 838450 112896 838500 112957 838550 113064 838600 113110 838650 113156 838700 113201 838750 113311 838800 113483 838850 113579 838900 113647 838950 113655 839000 113734 839050 113865 839100 114033 839150 114161 839200 114255 839250 114325 839300 114427 839350 114524 839400 114619 839450 114627 839500 114635 839550 114624 839600 114620 839650 114564 839700 114509 839750 114484 839800 114414 839850 114293 839900 114160 839950 114093 840000 114024 840050 113951 840100 113826 840150 113726 840200 113618 840250 113559 840300 113492 840350 113466 840400 113420 840450 113392 840500 113322 840550 113307 840600 113280 840650 113266 840700 113211 840750 113206 840800 113207 840850 113175 840900 113127 840950 113159 841000 113198 841050 113228 841100 113228 841150 113234 841200 113248 841250 113226 841300 113231 841350 113261 841400 113301 841450 113323 841500 113318 841550 113305 841600 113300 841650 113294 841700 113310 841750 113414 841800 113483 841850 113521 841900 113445 841950 113422 842000 113436 842050 113449 842100 113476 842150 113491 842200 113522 842250 113534 842300 113541 842350 113543 842400 113529 842450 113556 842500 113594 842550 113635 842600 113621 842650 113586 842700 113551 842750 113561 842800 113585 842850 113615 842900 113592 842950 113585 843000 113611 843050 113660 843100 113689 843150 113671 843200 113648 843250 113679 843300 113757 843350 113834 843400 113869 843450 113890 843500 113950 843550 114042 843600 114108 843650 114151 843700 114190 843750 114225 843800 114280 843850 114324 843900 114423 843950 114502 844000 114579 844050 114636 844100 114668 844150 114695 844200 114694 844250 114678 844300 114651 844350 114641 844400 114690 844450 114729 844500 114733 844550 114664 844600 114623 844650 114547 844700 114522 844750 114492 844800 114466 844850 114474 844900 114437 844950 114446 845000 114414 845050 114417 845100 114410 845150 114441 845200 114493 845250 114569 845300 114598 845350 114651 845400 114699 845450 114784 845500 114853 845550 114896 845600 114899 845650 114931 845700 115011 845750 115102 845800 115152 845850 115135 845900 115141 845950 115158 846000 115159 846050 115140 846100 115156 846150 115185 846200 115164 846250 115097 846300 115069 846350 115092 846400 115094 846450 115019 846500 114940 846550 114866 846600 114846 846650 114806 846700 114802 846750 114805 846800 114804 846850 114751 846900 114708 846950 114695 847000 114709 847050 114687 847100 114687 847150 114729 847200 114807 847250 114849 847300 114883 847350 114888 847400 114878 847450 114858 847500 114872 847550 114910 847600 114946 847650 114985 847700 115011 847750 115016 847800 115033 847850 115038 847900 115078 847950 115104 848000 115122 848050 115106 848100 115062 848150 115076 848200 115097 848250 115134 848300 115176 848350 115199 848400 115214 848450 115206 848500 115205 848550 115205 848600 115188 848650 115183 848700 115163 848750 115204 848800 115226 848850 115246 848900 115246 848950 115302 849000 115349 849050 115374 849100 115371 849150 115357 849200 115353 849250 115356 849300 115410 849350 115464 849400 115469 849450 115460 849500 115434 849550 115427 849600 115437 849650 115466 849700 115515 849750 115529 849800 115573 849850 115548 849900 115565 849950 115535 850000 115571 850050 115582 850100 115583 850150 115590 850200 115617 850250 115635 850300 115671 850350 115684 850400 115706 850450 115692 850500 115695 850550 115712 850600 115738 850650 115772 850700 115811 850750 115842 850800 115892 850850 115900 850900 115897 850950 115943 851000 115976 851050 116048 851100 116065 851150 116145 851200 116205 851250 116238 851300 116230 851350 116214 851400 116179 851450 116172 851500 116201 851550 116237 851600 116271 851650 116232 851700 116219 851750 116199 851800 116251 851850 116290 851900 116333 851950 116297 852000 116272 852050 116246 852100 116290 852150 116317 852200 116341 852250 116340 852300 116351 852350 116394 852400 116371 852450 116372 852500 116352 852550 116397 852600 116398 852650 116373 852700 116333 852750 116333 852800 116335 852850 116445 852900 116516 852950 116589 853000 116545 853050 116542 853100 116532 853150 116552 853200 116524 853250 116531 853300 116564 853350 116586 853400 116604 853450 116592 853500 116615 853550 116620 853600 116640 853650 116686 853700 116700 853750 116724 853800 116719 853850 116781 853900 116829 853950 116920 854000 117003 854050 117107 854100 117188 854150 117324 854200 117458 854250 117588 854300 117721 854350 117876 854400 118043 854450 118182 854500 118310 854550 118432 854600 118551 854650 118653 854700 118767 854750 118840 854800 118853 854850 118855 854900 118880 854950 118970 855000 119002 855050 118943 855100 118775 855150 118613 855200 118485 855250 118364 855300 118233 855350 118115 855400 118058 855450 117986 855500 117906 855550 117795 855600 117730 855650 117651 855700 117587 855750 117511 855800 117482 855850 117462 855900 117467 855950 117488 856000 117539 856050 117594 856100 117658 856150 117753 856200 117882 856250 118001 856300 118137 856350 118253 856400 118354 856450 118461 856500 118581 856550 118688 856600 118718 856650 118724 856700 118741 856750 118803 856800 118824 856850 118797 856900 118709 856950 118612 857000 118551 857050 118430 857100 118322 857150 118194 857200 118117 857250 118072 857300 118056 857350 118032 857400 117926 857450 117818 857500 117715 857550 117674 857600 117635 857650 117641 857700 117643 857750 117668 857800 117651 857850 117627 857900 117550 857950 117512 858000 117494 858050 117520 858100 117586 858150 117652 858200 117666 858250 117617 858300 117546 858350 117560 858400 117601 858450 117653 858500 117669 858550 117668 858600 117662 858650 117632 858700 117620 858750 117664 858800 117722 858850 117812 858900 117873 858950 117910 859000 117917 859050 117905 859100 117927 859150 117932 859200 117958 859250 118014 859300 118023 859350 118040 859400 117993 859450 118023 859500 118007 859550 118036 859600 118055 859650 118133 859700 118190 859750 118226 859800 118222 859850 118199 859900 118195 859950 118176 860000 118146 860050 118139 860100 118117 860150 118137 860200 118160 860250 118237 860300 118298 860350 118333 860400 118333 860450 118343 860500 118327 860550 118385 860600 118415 860650 118456 860700 118413 860750 118422 860800 118469 860850 118508 860900 118510 860950 118496 861000 118519 861050 118510 861100 118528 861150 118556 861200 118598 861250 118568 861300 118542 861350 118560 861400 118602 861450 118657 861500 118737 861550 118822 861600 118858 861650 118848 861700 118843 861750 118852 861800 118832 861850 118887 861900 118940 861950 119023 862000 118986 862050 118957 862100 118933 862150 119023 862200 119098 862250 119189 862300 119221 862350 119287 862400 119332 862450 119357 862500 119408 862550 119450 862600 119506 862650 119547 862700 119622 862750 119669 862800 119713 862850 119775 862900 119880 862950 119978 863000 120058 863050 120079 863100 120126 863150 120123 863200 120159 863250 120174 863300 120192 863350 120237 863400 120238 863450 120219 863500 120176 863550 120134 863600 120139 863650 120067 863700 120047 863750 120024 863800 120072 863850 120121 863900 120089 863950 120026 864000 119938 864050 119915 864100 119973 864150 120023 864200 120068 864250 120079 864300 120058 864350 120038 864400 120034 864450 120092 864500 120115 864550 120150 864600 120101 864650 120105 864700 120076 864750 120066 864800 120035 864850 120039 864900 120078 864950 120085 865000 120074 865050 120046 865100 120064 865150 120088 865200 120120 865250 120152 865300 120146 865350 120163 865400 120205 865450 120281 865500 120318 865550 120277 865600 120206 865650 120217 865700 120252 865750 120290 865800 120292 865850 120313 865900 120312 865950 120292 866000 120280 866050 120288 866100 120309 866150 120344 866200 120374 866250 120371 866300 120375 866350 120424 866400 120442 866450 120480 866500 120483 866550 120541 866600 120554 866650 120564 866700 120593 866750 120586 866800 120629 866850 120660 866900 120746 866950 120784 867000 120841 867050 120843 867100 120845 867150 120795 867200 120796 867250 120850 867300 120899 867350 120940 867400 120926 867450 120964 867500 120960 867550 120970 867600 120941 867650 120950 867700 120959 867750 121012 867800 121053 867850 121096 867900 121103 867950 121132 868000 121125 868050 121142 868100 121187 868150 121206 868200 121265 868250 121304 868300 121297 868350 121255 868400 121239 868450 121313 868500 121389 868550 121402 868600 121395 868650 121404 868700 121420 868750 121465 868800 121450 868850 121480 868900 121534 868950 121602 869000 121625 869050 121619 869100 121637 869150 121645 869200 121680 869250 121680 869300 121718 869350 121725 869400 121743 869450 121738 869500 121702 869550 121704 869600 121710 869650 121783 869700 121812 869750 121816 869800 121822 869850 121793 869900 121845 869950 121850 870000 121892 870050 121853 870100 121852 870150 121885 870200 121954 870250 122000 870300 122058 870350 122147 870400 122166 870450 122159 870500 122112 870550 122161 870600 122174 870650 122162 870700 122177 870750 122249 870800 122391 870850 122517 870900 122641 870950 122740 871000 122830 871050 122901 871100 122985 871150 123092 871200 123236 871250 123403 871300 123659 871350 123924 871400 124219 871450 124474 871500 124813 871550 125164 871600 125519 871650 125810 871700 126072 871750 126351 871800 126621 871850 126842 871900 126958 871950 127023 872000 127089 872050 127054 872100 126967 872150 126762 872200 126604 872250 126405 872300 126184 872350 125888 872400 125581 872450 125299 872500 125022 872550 124727 872600 124417 872650 124162 872700 123971 872750 123800 872800 123594 872850 123415 872900 123259 872950 123144 873000 123038 873050 122959 873100 122913 873150 122849 873200 122826 873250 122811 873300 122796 873350 122791 873400 122808 873450 122884 873500 122898 873550 122925 873600 122927 873650 122973 873700 122961 873750 122937 873800 122887 873850 122898 873900 122870 873950 122897 874000 122899 874050 122918 874100 122905 874150 122920 874200 122937 874250 122960 874300 122995 874350 123061 874400 123127 874450 123194 874500 123205 874550 123201 874600 123173 874650 123209 874700 123233 874750 123302 874800 123336 874850 123357 874900 123353 874950 123363 875000 123437 875050 123434 875100 123462 875150 123460 875200 123481 875250 123479 875300 123453 875350 123444 875400 123436 875450 123486 875500 123537 875550 123599 875600 123635 875650 123658 875700 123645 875750 123640 875800 123665 875850 123707 875900 123731 875950 123737 876000 123716 876050 123737 876100 123711 876150 123712 876200 123702 876250 123771 876300 123838 876350 123836 876400 123842 876450 123805 876500 123854 876550 123864 876600 123894 876650 123862 876700 123896 876750 123998 876800 124117 876850 124149 876900 124163 876950 124184 877000 124210 877050 124254 877100 124294 877150 124341 877200 124364 877250 124442 877300 124555 877350 124626 877400 124608 877450 124586 877500 124579 877550 124602 877600 124626 877650 124651 877700 124680 877750 124705 877800 124720 877850 124757 877900 124765 877950 124815 878000 124815 878050 124857 878100 124887 878150 124869 878200 124861 878250 124852 878300 124946 878350 124991 878400 125043 878450 125095 878500 125136 878550 125172 878600 125181 878650 125265 878700 125325 878750 125370 878800 125440 878850 125527 878900 125630 878950 125650 879000 125678 879050 125714 879100 125734 879150 125754 879200 125740 879250 125771 879300 125750 879350 125751 879400 125726 879450 125776 879500 125844 879550 125872 879600 125870 879650 125859 879700 125876 879750 125883 879800 125882 879850 125905 879900 125916 879950 125892 880000 125851 880050 125826 880100 125811 880150 125825 880200 125799 880250 125835 880300 125843 880350 125856 880400 125865 880450 125900 880500 125939 880550 125974 880600 125955 880650 125986 880700 125968 880750 125970 880800 125943 880850 125935 880900 125988 880950 126030 881000 126093 881050 126125 881100 126159 881150 126145 881200 126109 881250 126151 881300 126231 881350 126283 881400 126255 881450 126233 881500 126223 881550 126215 881600 126206 881650 126227 881700 126263 881750 126295 881800 126339 881850 126391 881900 126445 881950 126459 882000 126433 882050 126374 882100 126383 882150 126439 882200 126551 882250 126577 882300 126592 882350 126575 882400 126561 882450 126563 882500 126524 882550 126588 882600 126615 882650 126645 882700 126606 882750 126601 882800 126596 882850 126553 882900 126514 882950 126494 883000 126508 883050 126493 883100 126535 883150 126538 883200 126553 883250 126523 883300 126542 883350 126616 883400 126666 883450 126681 883500 126628 883550 126617 883600 126630 883650 126620 883700 126594 883750 126553 883800 126548 883850 126570 883900 126610 883950 126686 884000 126688 884050 126699 884100 126695 884150 126781 884200 126890 884250 126987 884300 126999 884350 127027 884400 127063 884450 127122 884500 127191 884550 127251 884600 127364 884650 127425 884700 127524 884750 127608 884800 127697 884850 127752 884900 127817 884950 127890 885000 127939 885050 127992 885100 128037 885150 128074 885200 128032 885250 127976 885300 127927 885350 127915 885400 127924 885450 127918 885500 127892 885550 127851 885600 127822 885650 127806 885700 127748 885750 127664 885800 127592 885850 127518 885900 127496 885950 127489 886000 127564 886050 127616 886100 127614 886150 127591 886200 127602 886250 127666 886300 127717 886350 127726 886400 127703 886450 127704 886500 127768 886550 127834 886600 127857 886650 127867 886700 127888 886750 127875 886800 127879 886850 127898 886900 127921 886950 127869 887000 127836 887050 127852 887100 127848 887150 127787 887200 127718 887250 127727 887300 127709 887350 127669 887400 127568 887450 127579 887500 127555 887550 127564 887600 127535 887650 127537 887700 127539 887750 127567 887800 127642 887850 127680 887900 127708 887950 127710 888000 127684 888050 127640 888100 127622 888150 127650 888200 127719 888250 127759 888300 127823 888350 127823 888400 127797 888450 127831 888500 127830 888550 127882 888600 127831 888650 127843 888700 127885 888750 127916 888800 127902 888850 127854 888900 127857 888950 127966 889000 127995 889050 128000 889100 127913 889150 127880 889200 127865 889250 127860 889300 127887 889350 127916 889400 127963 889450 127997 889500 128044 889550 128079 889600 128117 889650 128104 889700 128077 889750 128112 889800 128161 889850 128230 889900 128218 889950 128239 890000 128282 890050 128304 890100 128303 890150 128325 890200 128400 890250 128501 890300 128510 890350 128526 890400 128530 890450 128590 890500 128622 890550 128641 890600 128674 890650 128747 890700 128831 890750 128940 890800 129043 890850 129108 890900 129129 890950 129123 891000 129183 891050 129239 891100 129299 891150 129342 891200 129321 891250 129288 891300 129265 891350 129285 891400 129324 891450 129345 891500 129391 891550 129410 891600 129405 891650 129352 891700 129277 891750 129228 891800 129232 891850 129219 891900 129228 891950 129231 892000 129253 892050 129281 892100 129308 892150 129345 892200 129357 892250 129343 892300 129357 892350 129359 892400 129343 892450 129328 892500 129371 892550 129438 892600 129456 892650 129404 892700 129397 892750 129414 892800 129452 892850 129499 892900 129570 892950 129682 893000 129802 893050 129908 893100 129980 893150 130019 893200 130122 893250 130224 893300 130344 893350 130509 893400 130663 893450 130808 893500 130860 893550 130951 893600 130981 893650 131071 893700 131158 893750 131259 893800 131267 893850 131204 893900 131192 893950 131188 894000 131159 894050 131093 894100 131023 894150 131062 894200 131038 894250 131029 894300 130912 894350 130825 894400 130689 894450 130588 894500 130542 894550 130474 894600 130393 894650 130294 894700 130264 894750 130251 894800 130217 894850 130171 894900 130141 894950 130134 895000 130097 895050 130050 895100 129986 895150 129967 895200 129987 895250 130008 895300 130045 895350 130043 895400 130034 895450 130012 895500 130005 895550 130038 895600 130093 895650 130100 895700 130068 895750 130059 895800 130042 895850 130075 895900 130119 895950 130180 896000 130238 896050 130213 896100 130216 896150 130201 896200 130253 896250 130290 896300 130371 896350 130378 896400 130386 896450 130357 896500 130381 896550 130434 896600 130499 896650 130561 896700 130609 896750 130634 896800 130685 896850 130699 896900 130684 896950 130633 897000 130707 897050 130827 897100 130908 897150 130916 897200 130904 897250 130943 897300 130940 897350 130988 897400 131006 897450 131043 897500 130990 897550 130985 897600 131008 897650 131070 897700 131113 897750 131126 897800 131135 897850 131095 897900 131028 897950 130951 898000 130952 898050 130969 898100 131000 898150 131024 898200 131069 898250 131074 898300 131043 898350 131033 898400 131099 898450 131143 898500 131142 898550 131112 898600 131163 898650 131268 898700 131340 898750 131358 898800 131419 898850 131527 898900 131618 898950 131684 899000 131749 899050 131840 899100 131935 899150 132094 899200 132256 899250 132406 899300 132535 899350 132697 899400 132921 899450 133133 899500 133359 899550 133522 899600 133751 899650 133983 899700 134221 899750 134360 899800 134446 899850 134564 899900 134693 899950 134841 900000 134926 900050 134938 900100 134877 900150 134763 900200 134658 900250 134577 900300 134499 900350 134398 900400 134271 900450 134129 900500 133978 900550 133791 900600 133608 900650 133477 900700 133352 900750 133265 900800 133156 900850 133054 900900 132899 900950 132785 901000 132701 901050 132671 901100 132594 901150 132520 901200 132429 901250 132393 901300 132360 901350 132388 901400 132419 901450 132432 901500 132448 901550 132422 901600 132445 901650 132458 901700 132530 901750 132565 901800 132568 901850 132585 901900 132654 901950 132720 902000 132711 902050 132676 902100 132668 902150 132710 902200 132764 902250 132785 902300 132747 902350 132768 902400 132787 902450 132845 902500 132809 902550 132796 902600 132781 902650 132797 902700 132787 902750 132783 902800 132808 902850 132836 902900 132840 902950 132819 903000 132821 903050 132855 903100 132896 903150 132957 903200 132997 903250 132926 903300 132868 903350 132846 903400 132946 903450 132975 903500 132953 903550 132964 903600 132995 903650 133018 903700 133026 903750 133082 903800 133141 903850 133123 903900 133058 903950 133050 904000 133091 904050 133065 904100 133024 904150 133021 904200 133099 904250 133164 904300 133182 904350 133133 904400 133082 904450 133050 904500 133101 904550 133155 904600 133148 904650 133129 904700 133091 904750 133095 904800 133081 904850 133065 904900 133050 904950 133079 905000 133129 905050 133178 905100 133173 905150 133122 905200 133119 905250 133151 905300 133224 905350 133238 905400 133218 905450 133207 905500 133165 905550 133162 905600 133165 905650 133200 905700 133226 905750 133225 905800 133218 905850 133201 905900 133186 905950 133213 906000 133277 906050 133330 906100 133332 906150 133251 906200 133181 906250 133190 906300 133244 906350 133315 906400 133316 906450 133351 906500 133308 906550 133277 906600 133245 906650 133297 906700 133374 906750 133413 906800 133406 906850 133406 906900 133438 906950 133503 907000 133564 907050 133573 907100 133517 907150 133475 907200 133511 907250 133579 907300 133609 907350 133554 907400 133537 907450 133583 907500 133678 907550 133779 907600 133765 907650 133763 907700 133764 907750 133811 907800 133828 907850 133880 907900 133935 907950 133972 908000 133984 908050 134016 908100 134078 908150 134086 908200 134057 908250 134066 908300 134084 908350 134122 908400 134137 908450 134188 908500 134237 908550 134234 908600 134216 908650 134238 908700 134344 908750 134425 908800 134484 908850 134512 908900 134557 908950 134537 909000 134532 909050 134588 909100 134673 909150 134715 909200 134713 909250 134789 909300 134889 909350 134973 909400 134979 909450 135001 909500 135045 909550 135114 909600 135217 909650 135284 909700 135264 909750 135190 909800 135188 909850 135286 909900 135364 909950 135401 910000 135441 910050 135494 910100 135484 910150 135500 910200 135536 910250 135575 910300 135591 910350 135632 910400 135693 910450 135773 910500 135825 910550 135875 910600 135908 910650 135923 910700 135952 910750 135997 910800 136050 910850 136155 910900 136158 910950 136153 911000 136112 911050 136159 911100 136237 911150 136332 911200 136365 911250 136375 911300 136379 911350 136469 911400 136566 911450 136659 911500 136690 911550 136701 911600 136720 911650 136722 911700 136707 911750 136735 911800 136756 911850 136845 911900 136903 911950 136967 912000 136957 912050 136959 912100 137035 912150 137167 912200 137265 912250 137308 912300 137280 912350 137267 912400 137313 912450 137365 912500 137429 912550 137434 912600 137495 912650 137533 912700 137594 912750 137675 912800 137749 912850 137822 912900 137843 912950 137869 913000 137913 913050 137948 913100 137982 913150 138032 913200 138090 913250 138105 913300 138093 913350 138105 913400 138130 913450 138185 913500 138257 913550 138367 913600 138439 913650 138481 913700 138496 913750 138476 913800 138461 913850 138470 913900 138530 913950 138574 914000 138657 914050 138694 914100 138733 914150 138776 914200 138863 914250 138956 914300 138985 914350 139029 914400 139051 914450 139129 914500 139198 914550 139308 914600 139401 914650 139466 914700 139542 914750 139575 914800 139604 914850 139626 914900 139688 914950 139741 915000 139796 915050 139878 915100 139993 915150 140093 915200 140174 915250 140261 915300 140329 915350 140369 915400 140384 915450 140449 915500 140518 915550 140631 915600 140704 915650 140806 915700 140889 915750 140991 915800 141123 915850 141224 915900 141308 915950 141378 916000 141440 916050 141502 916100 141520 916150 141565 916200 141622 916250 141676 916300 141793 916350 141890 916400 141948 916450 141964 916500 142002 916550 142029 916600 142002 916650 142035 916700 142102 916750 142171 916800 142141 916850 142105 916900 142076 916950 142085 917000 142124 917050 142185 917100 142232 917150 142223 917200 142191 917250 142189 917300 142269 917350 142335 917400 142383 917450 142420 917500 142446 917550 142471 917600 142489 917650 142509 917700 142536 917750 142576 917800 142612 917850 142663 917900 142684 917950 142712 918000 142751 918050 142821 918100 142880 918150 142914 918200 142901 918250 142947 918300 142946 918350 142970 918400 142963 918450 142987 918500 142975 918550 143055 918600 143094 918650 143153 918700 143181 918750 143227 918800 143304 918850 143345 918900 143367 918950 143388 919000 143401 919050 143441 919100 143469 919150 143508 919200 143577 919250 143609 919300 143642 919350 143675 919400 143700 919450 143706 919500 143741 919550 143827 919600 143900 919650 143897 919700 143886 919750 143922 919800 143973 919850 143989 919900 143975 919950 143976 920000 144013 920050 144064 920100 144101 920150 144124 920200 144121 920250 144143 920300 144197 920350 144245 920400 144312 920450 144336 920500 144374 920550 144389 920600 144436 920650 144470 920700 144518 920750 144536 920800 144595 920850 144601 920900 144644 920950 144658 921000 144729 921050 144774 921100 144856 921150 144922 921200 144999 921250 145062 921300 145114 921350 145166 921400 145228 921450 145279 921500 145344 921550 145360 921600 145396 921650 145368 921700 145424 921750 145495 921800 145584 921850 145584 921900 145619 921950 145680 922000 145752 922050 145787 922100 145856 922150 145903 922200 145933 922250 145990 922300 146107 922350 146174 922400 146227 922450 146235 922500 146273 922550 146261 922600 146262 922650 146311 922700 146376 922750 146453 922800 146497 922850 146590 922900 146669 922950 146766 923000 146822 923050 146900 923100 147032 923150 147130 923200 147244 923250 147283 923300 147334 923350 147346 923400 147345 923450 147375 923500 147431 923550 147509 923600 147591 923650 147626 923700 147687 923750 147733 923800 147801 923850 147863 923900 147932 923950 147958 924000 147927 924050 147874 924100 147879 924150 147928 924200 148010 924250 148057 924300 148091 924350 148107 924400 148175 924450 148259 924500 148333 924550 148316 924600 148322 924650 148280 924700 148399 924750 148484 924800 148602 924850 148624 924900 148631 924950 148621 925000 148658 925050 148763 925100 148913 925150 149022 925200 149062 925250 149033 925300 149044 925350 149090 925400 149196 925450 149294 925500 149311 925550 149348 925600 149353 925650 149362 925700 149328 925750 149331 925800 149452 925850 149574 925900 149645 925950 149624 926000 149617 926050 149623 926100 149696 926150 149742 926200 149805 926250 149874 926300 149929 926350 149982 926400 149975 926450 150035 926500 150088 926550 150128 926600 150129 926650 150119 926700 150160 926750 150220 926800 150310 926850 150404 926900 150462 926950 150457 927000 150498 927050 150564 927100 150653 927150 150693 927200 150729 927250 150806 927300 150875 927350 150952 927400 151019 927450 151041 927500 151042 927550 150995 927600 151038 927650 151054 927700 151103 927750 151116 927800 151167 927850 151231 927900 151290 927950 151368 928000 151452 928050 151511 928100 151605 928150 151640 928200 151729 928250 151749 928300 151821 928350 151874 928400 151904 928450 151942 928500 151977 928550 152056 928600 152115 928650 152190 928700 152293 928750 152346 928800 152426 928850 152497 928900 152613 928950 152659 929000 152656 929050 152648 929100 152696 929150 152792 929200 152892 929250 152938 929300 152943 929350 152947 929400 152973 929450 153000 929500 153047 929550 153127 929600 153206 929650 153272 929700 153284 929750 153301 929800 153269 929850 153287 929900 153343 929950 153409 930000 153431 930050 153448 930100 153454 930150 153468 930200 153490 930250 153549 930300 153631 930350 153676 930400 153721 930450 153721 930500 153726 930550 153791 930600 153890 930650 153909 930700 153929 930750 153993 930800 154123 930850 154181 930900 154202 930950 154180 931000 154180 931050 154171 931100 154226 931150 154288 931200 154372 931250 154452 931300 154509 931350 154475 931400 154489 931450 154500 931500 154581 931550 154583 931600 154639 931650 154667 931700 154763 931750 154815 931800 154853 931850 154840 931900 154849 931950 154908 932000 154970 932050 155011 932100 155015 932150 155071 932200 155168 932250 155271 932300 155350 932350 155340 932400 155358 932450 155327 932500 155373 932550 155408 932600 155495 932650 155548 932700 155574 932750 155572 932800 155563 932850 155565 932900 155567 932950 155593 933000 155573 933050 155534 933100 155509 933150 155557 933200 155653 933250 155690 933300 155692 933350 155708 933400 155768 933450 155829 933500 155811 933550 155825 933600 155802 933650 155874 933700 155905 933750 155966 933800 155990 933850 155984 933900 156029 933950 156008 934000 156022 934050 156088 934100 156207 934150 156291 934200 156321 934250 156359 934300 156397 934350 156403 934400 156460 934450 156571 934500 156660 934550 156667 934600 156695 934650 156779 934700 156864 934750 156863 934800 156812 934850 156832 934900 156915 934950 156998 935000 157005 935050 157022 935100 157062 935150 157185 935200 157237 935250 157294 935300 157301 935350 157314 935400 157337 935450 157363 935500 157432 935550 157514 935600 157565 935650 157598 935700 157622 935750 157601 935800 157661 935850 157716 935900 157810 935950 157857 936000 157919 936050 158006 936100 158029 936150 158042 936200 158052 936250 158100 936300 158127 936350 158196 936400 158241 936450 158308 936500 158304 936550 158377 936600 158432 936650 158499 936700 158544 936750 158613 936800 158674 936850 158746 936900 158777 936950 158838 937000 158918 937050 158984 937100 159046 937150 159004 937200 159023 937250 159040 937300 159133 937350 159199 937400 159267 937450 159336 937500 159358 937550 159390 937600 159458 937650 159551 937700 159629 937750 159649 937800 159690 937850 159755 937900 159778 937950 159876 938000 159938 938050 160011 938100 160055 938150 160144 938200 160320 938250 160457 938300 160530 938350 160554 938400 160597 938450 160717 938500 160868 938550 161005 938600 161116 938650 161152 938700 161189 938750 161235 938800 161306 938850 161384 938900 161462 938950 161512 939000 161550 939050 161541 939100 161584 939150 161657 939200 161731 939250 161781 939300 161859 939350 161965 939400 162066 939450 162165 939500 162290 939550 162385 939600 162406 939650 162416 939700 162420 939750 162468 939800 162522 939850 162590 939900 162630 939950 162704 940000 162796 940050 162869 940100 162833 940150 162848 940200 162882 940250 163014 940300 163099 940350 163158 940400 163179 940450 163190 940500 163247 940550 163292 940600 163369 940650 163493 940700 163600 940750 163673 940800 163667 940850 163716 940900 163795 940950 163884 941000 163974 941050 164072 941100 164124 941150 164163 941200 164260 941250 164391 941300 164517 941350 164543 941400 164549 941450 164597 941500 164683 941550 164789 941600 164841 941650 164896 941700 164965 941750 165033 941800 165094 941850 165161 941900 165258 941950 165349 942000 165402 942050 165442 942100 165479 942150 165558 942200 165612 942250 165687 942300 165711 942350 165724 942400 165726 942450 165794 942500 165887 942550 165910 942600 165935 942650 165924 942700 165948 942750 165949 942800 166012 942850 166092 942900 166134 942950 166169 943000 166211 943050 166292 943100 166355 943150 166410 943200 166458 943250 166473 943300 166475 943350 166515 943400 166534 943450 166536 943500 166528 943550 166564 943600 166600 943650 166615 943700 166585 943750 166572 943800 166523 943850 166522 943900 166508 943950 166550 944000 166614 944050 166645 944100 166628 944150 166573 944200 166527 944250 166483 944300 166455 944350 166477 944400 166572 944450 166660 944500 166707 944550 166721 944600 166739 944650 166801 944700 166853 944750 166875 944800 166874 944850 166866 944900 166856 944950 166802 945000 166796 945050 166783 945100 166800 945150 166784 945200 166860 945250 166992 945300 167063 945350 167079 945400 167083 945450 167105 945500 167163 945550 167234 945600 167355 945650 167398 945700 167371 945750 167341 945800 167380 945850 167428 945900 167486 945950 167537 946000 167642 946050 167733 946100 167757 946150 167819 946200 167845 946250 167875 946300 167852 946350 167815 946400 167833 946450 167868 946500 167978 946550 168009 946600 168020 946650 168022 946700 168125 946750 168177 946800 168195 946850 168198 946900 168309 946950 168396 947000 168432 947050 168439 947100 168506 947150 168602 947200 168665 947250 168674 947300 168739 947350 168762 947400 168796 947450 168817 947500 168905 947550 169004 947600 169010 947650 168994 947700 168988 947750 169100 947800 169210 947850 169264 947900 169253 947950 169232 948000 169266 948050 169348 948100 169468 948150 169529 948200 169539 948250 169517 948300 169516 948350 169538 948400 169600 948450 169683 948500 169698 948550 169706 948600 169741 948650 169735 948700 169689 948750 169694 948800 169748 948850 169840 948900 169844 948950 169873 949000 169858 949050 169857 949100 169876 949150 169893 949200 169924 949250 169943 949300 169997 949350 170021 949400 170070 949450 170099 949500 170138 949550 170174 949600 170236 949650 170301 949700 170302 949750 170371 949800 170443 949850 170486 949900 170440 949950 170455 950000 170492 950050 170560 950100 170537 950150 170581 950200 170608 950250 170666 950300 170680 950350 170696 950400 170704 950450 170714 950500 170772 950550 170870 950600 170935 950650 170931 950700 170942 950750 170939 950800 170998 950850 170983 950900 170968 950950 170942 951000 170942 951050 171036 951100 171090 951150 171160 951200 171169 951250 171188 951300 171217 951350 171287 951400 171355 951450 171413 951500 171431 951550 171412 951600 171422 951650 171438 951700 171470 951750 171434 951800 171452 951850 171518 951900 171612 951950 171639 952000 171716 952050 171785 952100 171802 952150 171805 952200 171863 952250 171946 952300 171989 952350 171957 952400 171999 952450 171997 952500 172033 952550 172056 952600 172126 952650 172148 952700 172183 952750 172228 952800 172356 952850 172466 952900 172527 952950 172564 953000 172611 953050 172607 953100 172613 953150 172579 953200 172633 953250 172638 953300 172655 953350 172706 953400 172740 953450 172803 953500 172778 953550 172836 953600 172892 953650 172976 953700 173019 953750 173102 953800 173150 953850 173179 953900 173167 953950 173209 954000 173243 954050 173336 954100 173427 954150 173520 954200 173534 954250 173575 954300 173617 954350 173655 954400 173647 954450 173669 954500 173696 954550 173680 954600 173642 954650 173658 954700 173665 954750 173694 954800 173697 954850 173748 954900 173796 954950 173876 955000 173988 955050 174117 955100 174217 955150 174239 955200 174163 955250 174082 955300 174071 955350 174120 955400 174181 955450 174210 955500 174197 955550 174207 955600 174252 955650 174347 955700 174397 955750 174441 955800 174442 955850 174410 955900 174384 955950 174426 956000 174450 956050 174440 956100 174409 956150 174438 956200 174550 956250 174652 956300 174720 956350 174776 956400 174823 956450 174916 956500 174990 956550 175056 956600 175100 956650 175072 956700 175108 956750 175135 956800 175164 956850 175123 956900 175078 956950 175122 957000 175227 957050 175343 957100 175383 957150 175389 957200 175399 957250 175417 957300 175408 957350 175427 957400 175499 957450 175587 957500 175610 957550 175605 957600 175633 957650 175740 957700 175742 957750 175702 957800 175688 957850 175769 957900 175873 957950 175960 958000 176048 958050 176085 958100 176109 958150 176141 958200 176180 958250 176186 958300 176167 958350 176159 958400 176173 958450 176245 958500 176312 958550 176344 958600 176394 958650 176511 958700 176629 958750 176692 958800 176666 958850 176638 958900 176623 958950 176644 959000 176702 959050 176733 959100 176797 959150 176803 959200 176843 959250 176924 959300 176992 959350 177091 959400 177124 959450 177170 959500 177194 959550 177273 959600 177406 959650 177487 959700 177563 959750 177617 959800 177703 959850 177725 959900 177737 959950 177780 960000 177881 960050 177964 960100 178013 960150 178025 960200 178094 960250 178125 960300 178170 960350 178166 960400 178252 960450 178299 960500 178372 960550 178364 960600 178391 960650 178424 960700 178434 960750 178472 960800 178490 960850 178513 960900 178475 960950 178495 961000 178554 961050 178611 961100 178686 961150 178797 961200 178813 961250 178757 961300 178735 961350 178789 961400 178899 961450 178932 961500 178974 961550 179012 961600 179027 961650 179143 961700 179171 961750 179223 961800 179240 961850 179284 961900 179295 961950 179318 962000 179350 962050 179387 962100 179396 962150 179430 962200 179481 962250 179497 962300 179479 962350 179514 962400 179554 962450 179619 962500 179651 962550 179725 962600 179792 962650 179830 962700 179858 962750 179900 962800 179909 962850 179900 962900 179893 962950 179954 963000 179960 963050 179975 963100 180031 963150 180150 963200 180271 963250 180311 963300 180374 963350 180391 963400 180497 963450 180562 963500 180594 963550 180536 963600 180575 963650 180619 963700 180709 963750 180772 963800 180867 963850 180903 963900 180891 963950 180892 964000 180972 964050 181066 964100 181126 964150 181178 964200 181269 964250 181419 964300 181470 964350 181450 964400 181442 964450 181474 964500 181504 964550 181494 964600 181526 964650 181615 964700 181654 964750 181614 964800 181531 964850 181534 964900 181556 964950 181530 965000 181517 965050 181523 965100 181551 965150 181528 965200 181529 965250 181568 965300 181582 965350 181603 965400 181575 965450 181568 965500 181573 965550 181598 965600 181612 965650 181650 965700 181774 965750 181908 965800 181975 965850 181988 965900 181945 965950 181932 966000 181909 966050 181959 966100 181990 966150 181987 966200 182000 966250 182029 966300 182060 966350 182139 966400 182188 966450 182254 966500 182277 966550 182294 966600 182307 966650 182334 966700 182442 966750 182514 966800 182542 966850 182519 966900 182635 966950 182796 967000 182942 967050 182995 967100 183019 967150 183116 967200 183246 967250 183323 967300 183340 967350 183335 967400 183341 967450 183339 967500 183372 967550 183401 967600 183477 967650 183519 967700 183606 967750 183620 967800 183654 967850 183646 967900 183707 967950 183783 968000 183868 968050 183895 968100 183876 968150 183910 968200 183960 968250 183963 968300 184031 968350 184092 968400 184195 968450 184200 968500 184261 968550 184349 968600 184411 968650 184410 968700 184381 968750 184396 968800 184488 968850 184571 968900 184545 968950 184530 969000 184538 969050 184626 969100 184629 969150 184636 969200 184579 969250 184547 969300 184539 969350 184595 969400 184649 969450 184706 969500 184742 969550 184761 969600 184717 969650 184737 969700 184773 969750 184850 969800 184889 969850 184952 969900 185035 969950 185094 970000 185102 970050 185027 970100 185036 970150 185116 970200 185202 970250 185198 970300 185133 970350 185174 970400 185250 970450 185285 970500 185271 970550 185230 970600 185317 970650 185354 970700 185414 970750 185461 970800 185494 970850 185537 970900 185574 970950 185647 971000 185727 971050 185744 971100 185744 971150 185719 971200 185737 971250 185784 971300 185875 971350 185935 971400 185940 971450 185925 971500 185941 971550 186012 971600 186033 971650 186030 971700 186038 971750 186061 971800 186101 971850 186173 971900 186269 971950 186341 972000 186439 972050 186501 972100 186551 972150 186475 972200 186450 972250 186530 972300 186683 972350 186791 972400 186825 972450 186816 972500 186844 972550 186859 972600 186905 972650 186943 972700 187013 972750 187088 972800 187139 972850 187098 972900 187071 972950 187179 973000 187288 973050 187405 973100 187426 973150 187414 973200 187370 973250 187300 973300 187331 973350 187363 973400 187435 973450 187468 973500 187479 973550 187461 973600 187532 973650 187631 973700 187734 973750 187703 973800 187658 973850 187645 973900 187656 973950 187687 974000 187683 974050 187750 974100 187805 974150 187784 974200 187716 974250 187716 974300 187792 974350 187850 974400 187836 974450 187835 974500 187857 974550 187860 974600 187896 974650 187966 974700 188036 974750 188063 974800 188102 974850 188125 974900 188094 974950 188069 975000 188116 975050 188150 975100 188125 975150 188098 975200 188123 975250 188187 975300 188193 975350 188232 975400 188222 975450 188241 975500 188280 975550 188364 975600 188468 975650 188494 975700 188515 975750 188549 975800 188698 975850 188836 975900 188905 975950 188901 976000 188918 976050 188959 976100 189138 976150 189392 976200 189685 976250 189986 976300 190306 976350 190794 976400 191319 976450 191943 976500 192665 976550 193593 976600 194807 976650 196176 976700 197698 976750 199366 976800 201279 976850 203436 976900 205677 976950 207814 977000 209727 977050 211357 977100 212808 977150 214037 977200 215100 977250 215822 977300 216124 977350 215865 977400 215067 977450 213816 977500 212245 977550 210467 977600 208536 977650 206592 977700 204679 977750 202768 977800 200884 977850 199127 977900 197573 977950 196189 978000 194920 978050 193953 978100 193152 978150 192594 978200 192017 978250 191640 978300 191376 978350 191239 978400 191125 978450 190999 978500 190953 978550 190969 978600 190982 978650 190948 978700 190900 978750 190878 978800 190912 978850 190943 978900 191006 978950 191026 979000 191051 979050 191093 979100 191125 979150 191190 979200 191202 979250 191219 979300 191219 979350 191237 979400 191271 979450 191302 979500 191335 979550 191396 979600 191442 979650 191454 979700 191516 979750 191520 979800 191583 979850 191637 979900 191713 979950 191718 980000 191664 980050 191691 980100 191793 980150 191881 980200 191958 980250 192038 980300 192119 980350 192183 980400 192226 980450 192287 980500 192356 980550 192350 980600 192371 980650 192407 980700 192525 980750 192598 980800 192656 980850 192740 980900 192841 980950 192938 981000 193060 981050 193121 981100 193193 981150 193231 981200 193382 981250 193445 981300 193529 981350 193578 981400 193666 981450 193720 981500 193798 981550 193879 981600 193899 981650 193912 981700 193950 981750 194062 981800 194106 981850 194136 981900 194118 981950 194180 982000 194250 982050 194331 982100 194405 982150 194483 982200 194616 982250 194704 982300 194742 982350 194761 982400 194815 982450 194870 982500 194883 982550 194877 982600 194919 982650 195002 982700 195046 982750 195083 982800 195051 982850 195014 982900 195002 982950 194998 983000 194988 983050 194976 983100 195002 983150 195034 983200 194961 983250 194988 983300 194992 983350 195073 983400 195073 983450 195092 983500 195125 983550 195179 983600 195247 983650 195261 983700 195253 983750 195231 983800 195270 983850 195319 983900 195389 983950 195420 984000 195407 984050 195384 984100 195405 984150 195432 984200 195449 984250 195415 984300 195429 984350 195541 984400 195688 984450 195807 984500 195872 984550 195915 984600 195936 984650 195950 984700 196008 984750 196019 984800 196010 984850 195966 984900 196004 984950 196042 985000 196122 985050 196205 985100 196251 985150 196250 985200 196250 985250 196225 985300 196228 985350 196267 985400 196343 985450 196430 985500 196431 985550 196518 985600 196538 985650 196599 985700 196614 985750 196627 985800 196653 985850 196707 985900 196751 985950 196850 986000 196925 986050 197047 986100 197069 986150 197101 986200 197173 986250 197287 986300 197385 986350 197420 986400 197497 986450 197585 986500 197761 986550 197795 986600 197847 986650 197932 986700 198066 986750 198179 986800 198187 986850 198266 986900 198288 986950 198386 987000 198420 987050 198520 987100 198546 987150 198589 987200 198688 987250 198789 987300 198893 987350 198912 987400 198927 987450 198959 987500 199025 987550 199113 987600 199189 987650 199235 987700 199227 987750 199277 987800 199354 987850 199463 987900 199476 987950 199484 988000 199487 988050 199489 988100 199538 988150 199571 988200 199617 988250 199653 988300 199678 988350 199720 988400 199738 988450 199808 988500 199867 988550 199863 988600 199895 988650 199896 988700 199938 988750 199952 988800 200055 988850 200096 988900 200121 988950 200138 989000 200232 989050 200383 989100 200389 989150 200413 989200 200366 989250 200421 989300 200501 989350 200546 989400 200548 989450 200541 989500 200583 989550 200664 989600 200724 989650 200812 989700 200925 989750 201000 989800 201030 989850 201082 989900 201158 989950 201272 990000 201298 990050 201285 990100 201280 990150 201311 990200 201384 990250 201389 990300 201418 990350 201451 990400 201545 990450 201652 990500 201713 990550 201772 990600 201822 990650 201878 990700 201967 990750 202053 990800 202194 990850 202262 990900 202287 990950 202287 991000 202298 991050 202303 991100 202363 991150 202414 991200 202525 991250 202550 991300 202591 991350 202655 991400 202722 991450 202791 991500 202761 991550 202752 991600 202749 991650 202802 991700 202846 991750 202901 991800 202975 991850 203055 991900 203139 991950 203192 992000 203250 992050 203321 992100 203351 992150 203329 992200 203270 992250 203282 992300 203363 992350 203440 992400 203505 992450 203549 992500 203603 992550 203622 992600 203649 992650 203668 992700 203673 992750 203681 992800 203666 992850 203751 992900 203785 992950 203840 993000 203834 993050 203931 993100 203964 993150 204034 993200 204085 993250 204197 993300 204305 993350 204421 993400 204556 993450 204677 993500 204788 993550 204980 993600 205198 993650 205426 993700 205605 993750 205791 993800 205960 993850 206126 993900 206259 993950 206386 994000 206428 994050 206432 994100 206364 994150 206315 994200 206207 994250 206023 994300 205866 994350 205714 994400 205634 994450 205459 994500 205324 994550 205198 994600 205076 994650 204951 994700 204782 994750 204639 994800 204499 994850 204400 994900 204326 994950 204279 995000 204281 995050 204300 995100 204238 995150 204150 995200 204111 995250 204166 995300 204195 995350 204220 995400 204229 995450 204259 995500 204213 995550 204245 995600 204325 995650 204428 995700 204458 995750 204439 995800 204476 995850 204478 995900 204506 995950 204565 996000 204693 996050 204784 996100 204788 996150 204802 996200 204864 996250 204971 996300 205075 996350 205166 996400 205263 996450 205308 996500 205342 996550 205331 996600 205333 996650 205413 996700 205544 996750 205668 996800 205701 996850 205748 996900 205810 996950 205887 997000 205906 997050 205989 997100 206023 997150 206127 997200 206192 997250 206297 997300 206350 997350 206356 997400 206401 997450 206477 997500 206550 997550 206674 997600 206719 997650 206763 997700 206799 997750 206902 997800 207093 997850 207253 997900 207387 997950 207421 998000 207435 998050 207475 998100 207527 998150 207581 998200 207611 998250 207643 998300 207636 998350 207608 998400 207623 998450 207652 998500 207729 998550 207845 998600 207924 998650 207970 998700 207939 998750 207968 998800 208072 998850 208193 998900 208306 998950 208337 999000 208381 999050 208419 999100 208463 999150 208479 999200 208512 999250 208633 999300 208716 999350 208816 999400 208834 999450 208880 999500 208905 999550 209000 999600 209147 999650 209219 999700 209239 999750 209264 999800 209358 999850 209457 999900 209549 999950 209682 1000000 209719 1000050 209741 1000100 209704 1000150 209735 1000200 209764 1000250 209755 1000300 209747 1000350 209734 1000400 209758 1000450 209769 1000500 209804 1000550 209882 1000600 209980 1000650 210058 1000700 210136 1000750 210227 1000800 210288 1000850 210338 1000900 210383 1000950 210477 1001000 210562 1001050 210623 1001100 210707 1001150 210834 1001200 211004 1001250 211152 1001300 211279 1001350 211447 1001400 211584 1001450 211769 1001500 211871 1001550 212016 1001600 212119 1001650 212299 1001700 212433 1001750 212605 1001800 212708 1001850 212878 1001900 212964 1001950 213096 1002000 213192 1002050 213269 1002100 213343 1002150 213402 1002200 213474 1002250 213533 1002300 213515 1002350 213472 1002400 213378 1002450 213353 1002500 213414 1002550 213482 1002600 213532 1002650 213563 1002700 213612 1002750 213668 1002800 213722 1002850 213810 1002900 213907 1002950 213941 1003000 213981 1003050 214034 1003100 214130 1003150 214157 1003200 214180 1003250 214175 1003300 214243 1003350 214255 1003400 214317 1003450 214262 1003500 214328 1003550 214371 1003600 214451 1003650 214410 1003700 214382 1003750 214440 1003800 214529 1003850 214634 1003900 214678 1003950 214746 1004000 214766 1004050 214841 1004100 214872 1004150 214890 1004200 214832 1004250 214788 1004300 214798 1004350 214809 1004400 214865 1004450 214930 1004500 215020 1004550 215035 1004600 215044 1004650 215060 1004700 215138 1004750 215197 1004800 215231 1004850 215312 1004900 215359 1004950 215416 1005000 215429 1005050 215467 1005100 215530 1005150 215585 1005200 215684 1005250 215748 1005300 215764 1005350 215814 1005400 215898 1005450 215981 1005500 216024 1005550 216089 1005600 216186 1005650 216249 1005700 216282 1005750 216363 1005800 216440 1005850 216475 1005900 216523 1005950 216580 1006000 216716 1006050 216758 1006100 216901 1006150 217032 1006200 217142 1006250 217177 1006300 217217 1006350 217268 1006400 217301 1006450 217377 1006500 217518 1006550 217619 1006600 217685 1006650 217735 1006700 217817 1006750 217866 1006800 217892 1006850 217951 1006900 218042 1006950 218168 1007000 218293 1007050 218422 1007100 218547 1007150 218614 1007200 218615 1007250 218657 1007300 218707 1007350 218776 1007400 218764 1007450 218827 1007500 218887 1007550 218988 1007600 219076 1007650 219170 1007700 219261 1007750 219303 1007800 219341 1007850 219373 1007900 219490 1007950 219591 1008000 219668 1008050 219655 1008100 219715 1008150 219802 1008200 219798 1008250 219715 1008300 219662 1008350 219713 1008400 219762 1008450 219778 1008500 219794 1008550 219852 1008600 219872 1008650 219907 1008700 219942 1008750 220023 1008800 220047 1008850 220053 1008900 220032 1008950 220105 1009000 220214 1009050 220351 1009100 220394 1009150 220396 1009200 220434 1009250 220451 1009300 220473 1009350 220537 1009400 220602 1009450 220669 1009500 220645 1009550 220708 1009600 220769 1009650 220796 1009700 220823 1009750 220861 1009800 220935 1009850 221039 1009900 221067 1009950 221106 1010000 221044 1010050 221076 1010100 221128 1010150 221175 1010200 221183 1010250 221154 1010300 221116 1010350 221129 1010400 221142 1010450 221220 1010500 221277 1010550 221328 1010600 221322 1010650 221333 1010700 221347 1010750 221368 1010800 221402 1010850 221438 1010900 221491 1010950 221484 1011000 221447 1011050 221451 1011100 221445 1011150 221463 1011200 221448 1011250 221444 1011300 221475 1011350 221569 1011400 221641 1011450 221735 1011500 221782 1011550 221803 1011600 221774 1011650 221735 1011700 221762 1011750 221842 1011800 221853 1011850 221873 1011900 221813 1011950 221808 1012000 221822 1012050 221888 1012100 221968 1012150 222003 1012200 222028 1012250 222017 1012300 222014 1012350 222005 1012400 222050 1012450 222068 1012500 222064 1012550 222057 1012600 222129 1012650 222218 1012700 222308 1012750 222385 1012800 222448 1012850 222505 1012900 222549 1012950 222574 1013000 222599 1013050 222575 1013100 222624 1013150 222603 1013200 222638 1013250 222709 1013300 222825 1013350 222906 1013400 222899 1013450 222884 1013500 222909 1013550 222946 1013600 222966 1013650 222930 1013700 222918 1013750 222937 1013800 223038 1013850 223166 1013900 223254 1013950 223299 1014000 223314 1014050 223366 1014100 223360 1014150 223376 1014200 223426 1014250 223560 1014300 223647 1014350 223785 1014400 223861 1014450 223979 1014500 224012 1014550 224090 1014600 224149 1014650 224240 1014700 224294 1014750 224304 1014800 224293 1014850 224248 1014900 224271 1014950 224303 1015000 224404 1015050 224541 1015100 224659 1015150 224709 1015200 224693 1015250 224686 1015300 224760 1015350 224853 1015400 224929 1015450 224971 1015500 225017 1015550 225011 1015600 225028 1015650 225044 1015700 225114 1015750 225194 1015800 225249 1015850 225255 1015900 225194 1015950 225162 1016000 225204 1016050 225265 1016100 225257 1016150 225255 1016200 225321 1016250 225386 1016300 225376 1016350 225318 1016400 225326 1016450 225407 1016500 225462 1016550 225463 1016600 225409 1016650 225358 1016700 225334 1016750 225384 1016800 225468 1016850 225532 1016900 225470 1016950 225367 1017000 225273 1017050 225286 1017100 225350 1017150 225391 1017200 225415 1017250 225397 1017300 225412 1017350 225413 1017400 225439 1017450 225522 1017500 225583 1017550 225659 1017600 225686 1017650 225739 1017700 225761 1017750 225782 1017800 225772 1017850 225791 1017900 225789 1017950 225799 1018000 225769 1018050 225783 1018100 225818 1018150 225856 1018200 225932 1018250 225989 1018300 226075 1018350 226097 1018400 226106 1018450 226168 1018500 226219 1018550 226341 1018600 226368 1018650 226449 1018700 226490 1018750 226617 1018800 226699 1018850 226778 1018900 226832 1018950 226913 1019000 226929 1019050 226962 1019100 226940 1019150 227047 1019200 227066 1019250 227201 1019300 227250 1019350 227317 1019400 227310 1019450 227326 1019500 227373 1019550 227369 1019600 227283 1019650 227233 1019700 227234 1019750 227335 1019800 227405 1019850 227492 1019900 227553 1019950 227579 1020000 227559 1020050 227606 1020100 227602 1020150 227598 1020200 227559 1020250 227625 1020300 227714 1020350 227801 1020400 227898 1020450 227913 1020500 227883 1020550 227822 1020600 227813 1020650 227813 1020700 227839 1020750 227866 1020800 227904 1020850 227905 1020900 227912 1020950 227931 1021000 227930 1021050 227952 1021100 227949 1021150 227974 1021200 227979 1021250 228002 1021300 228016 1021350 227996 1021400 227987 1021450 227976 1021500 228082 1021550 228171 1021600 228287 1021650 228286 1021700 228360 1021750 228365 1021800 228415 1021850 228448 1021900 228565 1021950 228649 1022000 228711 1022050 228724 1022100 228800 1022150 228888 1022200 229001 1022250 229062 1022300 229128 1022350 229197 1022400 229281 1022450 229332 1022500 229421 1022550 229525 1022600 229696 1022650 229749 1022700 229833 1022750 229859 1022800 229915 1022850 229927 1022900 229885 1022950 229941 1023000 230077 1023050 230222 1023100 230271 1023150 230272 1023200 230300 1023250 230370 1023300 230427 1023350 230454 1023400 230528 1023450 230622 1023500 230698 1023550 230691 1023600 230661 1023650 230638 1023700 230667 1023750 230707 1023800 230774 1023850 230776 1023900 230792 1023950 230815 1024000 230819 1024050 230796 1024100 230780 1024150 230819 1024200 230892 1024250 230940 1024300 231009 1024350 231031 1024400 231060 1024450 231086 1024500 231085 1024550 231115 1024600 231147 1024650 231255 1024700 231340 1024750 231391 1024800 231429 1024850 231482 1024900 231572 1024950 231637 1025000 231746 1025050 231844 1025100 231936 1025150 231996 1025200 232046 1025250 232116 1025300 232221 1025350 232302 1025400 232370 1025450 232387 1025500 232401 1025550 232480 1025600 232549 1025650 232601 1025700 232622 1025750 232668 1025800 232758 1025850 232813 1025900 232849 1025950 232896 1026000 232970 1026050 233085 1026100 233068 1026150 233082 1026200 233086 1026250 233202 1026300 233283 1026350 233381 1026400 233472 1026450 233489 1026500 233511 1026550 233531 1026600 233614 1026650 233674 1026700 233762 1026750 233803 1026800 233803 1026850 233810 1026900 233828 1026950 233891 1027000 233913 1027050 233972 1027100 233988 1027150 234034 1027200 234066 1027250 234059 1027300 234057 1027350 233992 1027400 234030 1027450 234051 1027500 234134 1027550 234195 1027600 234235 1027650 234270 1027700 234286 1027750 234289 1027800 234322 1027850 234353 1027900 234355 1027950 234328 1028000 234339 1028050 234414 1028100 234535 1028150 234567 1028200 234616 1028250 234580 1028300 234598 1028350 234566 1028400 234551 1028450 234460 1028500 234472 1028550 234501 1028600 234560 1028650 234610 1028700 234600 1028750 234646 1028800 234613 1028850 234645 1028900 234678 1028950 234711 1029000 234717 1029050 234724 1029100 234768 1029150 234782 1029200 234780 1029250 234808 1029300 234922 1029350 234996 1029400 235065 1029450 235043 1029500 235081 1029550 235034 1029600 235047 1029650 235061 1029700 235143 1029750 235230 1029800 235273 1029850 235274 1029900 235296 1029950 235347 1030000 235345 1030050 235269 1030100 235173 1030150 235230 1030200 235344 1030250 235464 1030300 235516 1030350 235531 1030400 235560 1030450 235619 1030500 235657 1030550 235662 1030600 235657 1030650 235690 1030700 235702 1030750 235656 1030800 235685 1030850 235808 1030900 235906 1030950 235871 1031000 235852 1031050 235838 1031100 235902 1031150 235930 1031200 236036 1031250 236092 1031300 236093 1031350 236016 1031400 236007 1031450 236086 1031500 236247 1031550 236329 1031600 236328 1031650 236307 1031700 236356 1031750 236400 1031800 236435 1031850 236452 1031900 236510 1031950 236604 1032000 236718 1032050 236795 1032100 236818 1032150 236895 1032200 237029 1032250 237167 1032300 237170 1032350 237149 1032400 237137 1032450 237171 1032500 237131 1032550 237142 1032600 237203 1032650 237301 1032700 237405 1032750 237444 1032800 237564 1032850 237653 1032900 237805 1032950 237837 1033000 237887 1033050 237885 1033100 237968 1033150 238004 1033200 238073 1033250 238081 1033300 238121 1033350 238127 1033400 238265 1033450 238357 1033500 238469 1033550 238505 1033600 238605 1033650 238659 1033700 238651 1033750 238635 1033800 238670 1033850 238807 1033900 238905 1033950 239037 1034000 239044 1034050 239108 1034100 239121 1034150 239197 1034200 239175 1034250 239189 1034300 239256 1034350 239372 1034400 239525 1034450 239569 1034500 239615 1034550 239629 1034600 239746 1034650 239839 1034700 239874 1034750 239858 1034800 239892 1034850 239964 1034900 240086 1034950 240152 1035000 240210 1035050 240254 1035100 240412 1035150 240430 1035200 240446 1035250 240428 1035300 240615 1035350 240755 1035400 240833 1035450 240814 1035500 240854 1035550 240945 1035600 241074 1035650 241176 1035700 241226 1035750 241257 1035800 241305 1035850 241321 1035900 241406 1035950 241455 1036000 241558 1036050 241589 1036100 241675 1036150 241705 1036200 241766 1036250 241794 1036300 241941 1036350 241995 1036400 242005 1036450 241983 1036500 242043 1036550 242115 1036600 242105 1036650 242115 1036700 242147 1036750 242190 1036800 242246 1036850 242316 1036900 242346 1036950 242375 1037000 242366 1037050 242444 1037100 242513 1037150 242599 1037200 242653 1037250 242600 1037300 242561 1037350 242567 1037400 242651 1037450 242726 1037500 242759 1037550 242788 1037600 242832 1037650 242804 1037700 242770 1037750 242766 1037800 242880 1037850 243062 1037900 243135 1037950 243179 1038000 243200 1038050 243267 1038100 243312 1038150 243380 1038200 243479 1038250 243591 1038300 243627 1038350 243680 1038400 243751 1038450 243852 1038500 243976 1038550 244094 1038600 244222 1038650 244302 1038700 244399 1038750 244456 1038800 244494 1038850 244580 1038900 244659 1038950 244703 1039000 244667 1039050 244702 1039100 244828 1039150 244988 1039200 245072 1039250 245107 1039300 245146 1039350 245213 1039400 245244 1039450 245267 1039500 245348 1039550 245461 1039600 245595 1039650 245645 1039700 245755 1039750 245808 1039800 245860 1039850 245932 1039900 246048 1039950 246121 1040000 246097 1040050 246119 1040100 246142 1040150 246221 1040200 246247 1040250 246365 1040300 246448 1040350 246511 1040400 246545 1040450 246572 1040500 246542 1040550 246503 1040600 246523 1040650 246594 1040700 246680 1040750 246721 1040800 246786 1040850 246845 1040900 246878 1040950 246926 1041000 246950 1041050 247014 1041100 247057 1041150 247161 1041200 247250 1041250 247287 1041300 247292 1041350 247257 1041400 247275 1041450 247308 1041500 247394 1041550 247460 1041600 247525 1041650 247663 1041700 247778 1041750 247911 1041800 247943 1041850 247940 1041900 247911 1041950 247955 1042000 248063 1042050 248164 1042100 248165 1042150 248140 1042200 248150 1042250 248185 1042300 248260 1042350 248330 1042400 248485 1042450 248611 1042500 248651 1042550 248630 1042600 248626 1042650 248659 1042700 248719 1042750 248753 1042800 248790 1042850 248783 1042900 248745 1042950 248740 1043000 248680 1043050 248733 1043100 248759 1043150 248889 1043200 249050 1043250 249238 1043300 249366 1043350 249393 1043400 249396 1043450 249423 1043500 249458 1043550 249546 1043600 249612 1043650 249646 1043700 249641 1043750 249589 1043800 249597 1043850 249624 1043900 249723 1043950 249756 1044000 249829 1044050 249895 1044100 250004 1044150 250042 1044200 250064 1044250 250058 1044300 250022 1044350 250059 1044400 250127 1044450 250248 1044500 250305 1044550 250384 1044600 250454 1044650 250570 1044700 250646 1044750 250674 1044800 250684 1044850 250771 1044900 250872 1044950 250927 1045000 250979 1045050 251017 1045100 251100 1045150 251152 1045200 251282 1045250 251383 1045300 251425 1045350 251488 1045400 251586 1045450 251705 1045500 251814 1045550 251858 1045600 251900 1045650 251945 1045700 252007 1045750 252120 1045800 252185 1045850 252232 1045900 252273 1045950 252365 1046000 252491 1046050 252534 1046100 252560 1046150 252599 1046200 252666 1046250 252618 1046300 252551 1046350 252460 1046400 252502 1046450 252623 1046500 252760 1046550 252849 1046600 252931 1046650 252990 1046700 253017 1046750 252949 1046800 252959 1046850 253046 1046900 253091 1046950 253170 1047000 253133 1047050 253137 1047100 253098 1047150 253191 1047200 253266 1047250 253236 1047300 253199 1047350 253203 1047400 253325 1047450 253410 1047500 253454 1047550 253488 1047600 253511 1047650 253578 1047700 253620 1047750 253700 1047800 253707 1047850 253751 1047900 253728 1047950 253784 1048000 253857 1048050 253893 1048100 253980 1048150 254015 1048200 254103 1048250 254122 1048300 254158 1048350 254190 1048400 254168 1048450 254204 1048500 254229 1048550 254331 1048600 254365 1048650 254374 1048700 254423 1048750 254459 1048800 254508 1048850 254511 1048900 254485 1048950 254542 1049000 254529 1049050 254610 1049100 254625 1049150 254702 1049200 254745 1049250 254765 1049300 254835 1049350 254888 1049400 254975 1049450 255050 1049500 255098 1049550 255083 1049600 255036 1049650 255059 1049700 255157 1049750 255233 1049800 255237 1049850 255239 1049900 255239 1049950 255244 1050000 255250 1050050 255251 1050100 255332 1050150 255443 1050200 255604 1050250 255707 1050300 255763 1050350 255808 1050400 255815 1050450 255810 1050500 255876 1050550 255933 1050600 255947 1050650 255941 1050700 256007 1050750 256088 1050800 256148 1050850 256204 1050900 256248 1050950 256252 1051000 256240 1051050 256310 1051100 256370 1051150 256463 1051200 256528 1051250 256599 1051300 256659 1051350 256723 1051400 256752 1051450 256777 1051500 256781 1051550 256846 1051600 256876 1051650 256935 1051700 256980 1051750 257049 1051800 257106 1051850 257078 1051900 257112 1051950 257169 1052000 257302 1052050 257345 1052100 257366 1052150 257414 1052200 257485 1052250 257582 1052300 257616 1052350 257613 1052400 257600 1052450 257643 1052500 257727 1052550 257803 1052600 257824 1052650 257810 1052700 257821 1052750 257864 1052800 257869 1052850 257856 1052900 257838 1052950 257856 1053000 257924 1053050 258036 1053100 258137 1053150 258137 1053200 258143 1053250 258175 1053300 258219 1053350 258228 1053400 258272 1053450 258326 1053500 258369 1053550 258360 1053600 258408 1053650 258368 1053700 258412 1053750 258407 1053800 258476 1053850 258541 1053900 258536 1053950 258593 1054000 258611 1054050 258736 1054100 258866 1054150 258959 1054200 258997 1054250 258986 1054300 258929 1054350 258929 1054400 258948 1054450 259056 1054500 259049 1054550 259015 1054600 258984 1054650 258987 1054700 258957 1054750 258927 1054800 258988 1054850 259056 1054900 259072 1054950 259034 1055000 258980 1055050 258888 1055100 258913 1055150 258943 1055200 258978 1055250 258823 1055300 258723 1055350 258689 1055400 258727 1055450 258728 1055500 258711 1055550 258752 1055600 258839 1055650 258912 1055700 258946 1055750 258937 1055800 258894 1055850 258851 1055900 258800 1055950 258741 1056000 258627 1056050 258518 1056100 258518 1056150 258570 1056200 258584 1056250 258584 1056300 258633 1056350 258628 1056400 258554 1056450 258440 1056500 258456 1056550 258565 1056600 258632 1056650 258633 1056700 258592 1056750 258607 1056800 258636 1056850 258651 1056900 258638 1056950 258632 1057000 258589 1057050 258511 1057100 258503 1057150 258532 1057200 258552 1057250 258465 1057300 258387 1057350 258380 1057400 258424 1057450 258466 1057500 258472 1057550 258464 1057600 258466 1057650 258490 1057700 258523 1057750 258524 1057800 258521 1057850 258559 1057900 258571 1057950 258511 1058000 258469 1058050 258418 1058100 258405 1058150 258364 1058200 258342 1058250 258337 1058300 258326 1058350 258299 1058400 258230 1058450 258254 1058500 258314 1058550 258424 1058600 258419 1058650 258394 1058700 258401 1058750 258367 1058800 258377 1058850 258273 1058900 258252 1058950 258195 1059000 258214 1059050 258185 1059100 258195 1059150 258224 1059200 258254 1059250 258240 1059300 258235 1059350 258279 1059400 258349 1059450 258301 1059500 258265 1059550 258286 1059600 258379 1059650 258400 1059700 258354 1059750 258327 1059800 258333 1059850 258421 1059900 258456 1059950 258474 1060000 258399 1060050 258412 1060100 258460 1060150 258559 1060200 258590 1060250 258572 1060300 258558 1060350 258515 1060400 258492 1060450 258497 1060500 258599 1060550 258638 1060600 258578 1060650 258484 1060700 258469 1060750 258500 1060800 258526 1060850 258588 1060900 258629 1060950 258705 1061000 258706 1061050 258713 1061100 258685 1061150 258673 1061200 258672 1061250 258701 1061300 258778 1061350 258818 1061400 258843 1061450 258845 1061500 258863 1061550 258868 1061600 258883 1061650 258863 1061700 258890 1061750 258900 1061800 258933 1061850 258907 1061900 258914 1061950 258967 1062000 258992 1062050 259025 1062100 259041 1062150 259054 1062200 259080 1062250 259142 1062300 259190 1062350 259188 1062400 259244 1062450 259288 1062500 259340 1062550 259300 1062600 259287 1062650 259237 1062700 259205 1062750 259193 1062800 259264 1062850 259346 1062900 259440 1062950 259428 1063000 259415 1063050 259391 1063100 259360 1063150 259310 1063200 259286 1063250 259334 1063300 259389 1063350 259489 1063400 259560 1063450 259615 1063500 259593 1063550 259542 1063600 259551 1063650 259639 1063700 259739 1063750 259751 1063800 259703 1063850 259681 1063900 259737 1063950 259798 1064000 259808 1064050 259762 1064100 259690 1064150 259637 1064200 259593 1064250 259547 1064300 259573 1064350 259588 1064400 259645 1064450 259658 1064500 259677 1064550 259727 1064600 259763 1064650 259840 1064700 259861 1064750 259910 1064800 259873 1064850 259845 1064900 259777 1064950 259810 1065000 259796 1065050 259847 1065100 259847 1065150 259908 1065200 259890 1065250 259901 1065300 259869 1065350 259886 1065400 259883 1065450 260002 1065500 260146 1065550 260225 1065600 260196 1065650 260120 1065700 260104 1065750 260094 1065800 260083 1065850 260132 1065900 260168 1065950 260177 1066000 260104 1066050 260134 1066100 260189 1066150 260262 1066200 260297 1066250 260267 1066300 260316 1066350 260296 1066400 260351 1066450 260253 1066500 260216 1066550 260169 1066600 260223 1066650 260232 1066700 260288 1066750 260313 1066800 260283 1066850 260258 1066900 260235 1066950 260235 1067000 260201 1067050 260223 1067100 260298 1067150 260385 1067200 260408 1067250 260402 1067300 260374 1067350 260357 1067400 260381 1067450 260418 1067500 260414 1067550 260430 1067600 260466 1067650 260467 1067700 260393 1067750 260269 1067800 260240 1067850 260265 1067900 260317 1067950 260283 1068000 260223 1068050 260223 1068100 260195 1068150 260243 1068200 260222 1068250 260246 1068300 260191 1068350 260168 1068400 260172 1068450 260186 1068500 260180 1068550 260105 1068600 260026 1068650 260003 1068700 260117 1068750 260183 1068800 260143 1068850 260061 1068900 260082 1068950 260103 1069000 260141 1069050 260162 1069100 260193 1069150 260197 1069200 260229 1069250 260278 1069300 260323 1069350 260336 1069400 260375 1069450 260435 1069500 260452 1069550 260442 1069600 260436 1069650 260426 1069700 260479 1069750 260439 1069800 260483 1069850 260508 1069900 260584 1069950 260579 1070000 260510 1070050 260492 1070100 260588 1070150 260663 1070200 260683 1070250 260649 1070300 260636 1070350 260557 1070400 260440 1070450 260387 1070500 260458 1070550 260517 1070600 260590 1070650 260620 1070700 260667 1070750 260697 1070800 260697 1070850 260683 1070900 260655 1070950 260629 1071000 260685 1071050 260678 1071100 260712 1071150 260626 1071200 260577 1071250 260519 1071300 260517 1071350 260558 1071400 260528 1071450 260482 1071500 260445 1071550 260474 1071600 260439 1071650 260390 1071700 260310 1071750 260330 1071800 260306 1071850 260326 1071900 260290 1071950 260257 1072000 260206 1072050 260190 1072100 260185 1072150 260171 1072200 260203 1072250 260261 1072300 260329 1072350 260344 1072400 260278 1072450 260227 1072500 260240 1072550 260339 1072600 260394 1072650 260440 1072700 260465 1072750 260537 1072800 260542 1072850 260491 1072900 260432 1072950 260442 1073000 260493 1073050 260561 1073100 260577 1073150 260523 1073200 260486 1073250 260472 1073300 260555 1073350 260510 1073400 260491 1073450 260415 1073500 260469 1073550 260474 1073600 260497 1073650 260478 1073700 260513 1073750 260533 1073800 260556 1073850 260524 1073900 260500 1073950 260538 1074000 260578 1074050 260655 1074100 260616 1074150 260600 1074200 260598 1074250 260698 1074300 260776 1074350 260806 1074400 260833 1074450 260871 1074500 260870 1074550 260764 1074600 260622 1074650 260662 1074700 260681 1074750 260728 1074800 260686 1074850 260726 1074900 260775 1074950 260799 1075000 260804 1075050 260805 1075100 260838 1075150 260825 1075200 260791 1075250 260794 1075300 260823 1075350 260871 1075400 260838 1075450 260860 1075500 260867 1075550 260863 1075600 260816 1075650 260815 1075700 260859 1075750 260921 1075800 260903 1075850 260921 1075900 260959 1075950 261034 1076000 261077 1076050 261107 1076100 261137 1076150 261127 1076200 261082 1076250 261096 1076300 261087 1076350 261165 1076400 261144 1076450 261159 1076500 261159 1076550 261173 1076600 261257 1076650 261347 1076700 261426 1076750 261476 1076800 261452 1076850 261429 1076900 261327 1076950 261297 1077000 261349 1077050 261390 1077100 261393 1077150 261405 1077200 261470 1077250 261478 1077300 261490 1077350 261520 1077400 261575 1077450 261569 1077500 261524 1077550 261527 1077600 261547 1077650 261576 1077700 261584 1077750 261631 1077800 261665 1077850 261682 1077900 261701 1077950 261771 1078000 261888 1078050 261917 1078100 261959 1078150 261943 1078200 261994 1078250 262023 1078300 262066 1078350 261987 1078400 261937 1078450 261910 1078500 261969 1078550 261999 1078600 262113 1078650 262141 1078700 262164 1078750 262096 1078800 262075 1078850 262045 1078900 262059 1078950 262040 1079000 262013 1079050 261964 1079100 261966 1079150 262014 1079200 262017 1079250 262049 1079300 262020 1079350 262070 1079400 262133 1079450 262184 1079500 262212 1079550 262149 1079600 262149 1079650 262114 1079700 262152 1079750 262152 1079800 262168 1079850 262171 1079900 262202 1079950 262209 1080000 262220 1080050 262207 1080100 262261 1080150 262251 1080200 262265 1080250 262270 1080300 262353 1080350 262343 1080400 262302 1080450 262218 1080500 262245 1080550 262289 1080600 262313 1080650 262269 1080700 262212 1080750 262254 1080800 262287 1080850 262304 1080900 262300 1080950 262342 1081000 262401 1081050 262387 1081100 262376 1081150 262354 1081200 262383 1081250 262404 1081300 262392 1081350 262394 1081400 262451 1081450 262527 1081500 262576 1081550 262594 1081600 262565 1081650 262529 1081700 262533 1081750 262629 1081800 262757 1081850 262827 1081900 262857 1081950 262846 1082000 262815 1082050 262765 1082100 262796 1082150 262794 1082200 262797 1082250 262808 1082300 262871 1082350 262853 1082400 262775 1082450 262686 1082500 262738 1082550 262738 1082600 262791 1082650 262798 1082700 262821 1082750 262809 1082800 262855 1082850 262929 1082900 262922 1082950 262919 1083000 262927 1083050 262934 1083100 262908 1083150 262839 1083200 262810 1083250 262825 1083300 262898 1083350 262993 1083400 263085 1083450 263149 1083500 263238 1083550 263189 1083600 263080 1083650 263018 1083700 263033 1083750 263125 1083800 263127 1083850 263089 1083900 263087 1083950 263084 1084000 263086 1084050 263031 1084100 263007 1084150 262971 1084200 262961 1084250 262946 1084300 262937 1084350 262898 1084400 262869 1084450 262957 1084500 262993 1084550 262991 1084600 262954 1084650 262989 1084700 263018 1084750 263024 1084800 262983 1084850 262977 1084900 262976 1084950 263000 1085000 262994 1085050 262986 1085100 262968 1085150 262949 1085200 262911 1085250 262902 1085300 262933 1085350 262986 1085400 262963 1085450 262934 1085500 262874 1085550 262930 1085600 262945 1085650 262916 1085700 262821 1085750 262766 1085800 262779 1085850 262796 1085900 262776 1085950 262749 1086000 262747 1086050 262747 1086100 262778 1086150 262750 1086200 262811 1086250 262791 1086300 262784 1086350 262748 1086400 262750 1086450 262780 1086500 262758 1086550 262706 1086600 262723 1086650 262795 1086700 262914 1086750 262953 1086800 262942 1086850 262948 1086900 262923 1086950 262883 1087000 262861 1087050 262873 1087100 262915 1087150 262937 1087200 263026 1087250 263107 1087300 263114 1087350 263089 1087400 263065 1087450 263161 1087500 263255 1087550 263293 1087600 263224 1087650 263148 1087700 263120 1087750 263107 1087800 263071 1087850 263046 1087900 263028 1087950 263001 1088000 262950 1088050 262838 1088100 262758 1088150 262793 1088200 262919 1088250 263026 1088300 262985 1088350 262920 1088400 262884 1088450 262873 1088500 262890 1088550 262841 1088600 262849 1088650 262818 1088700 262763 1088750 262698 1088800 262645 1088850 262649 1088900 262655 1088950 262642 1089000 262641 1089050 262665 1089100 262635 1089150 262627 1089200 262533 1089250 262526 1089300 262566 1089350 262671 1089400 262707 1089450 262635 1089500 262553 1089550 262520 1089600 262532 1089650 262525 1089700 262489 1089750 262412 1089800 262368 1089850 262327 1089900 262317 1089950 262347 1090000 262379 1090050 262405 1090100 262345 1090150 262364 1090200 262433 1090250 262455 1090300 262372 1090350 262290 1090400 262285 1090450 262277 1090500 262300 1090550 262316 1090600 262366 1090650 262316 1090700 262293 1090750 262258 1090800 262237 1090850 262198 1090900 262233 1090950 262278 1091000 262305 1091050 262311 1091100 262287 1091150 262233 1091200 262192 1091250 262227 1091300 262294 1091350 262322 1091400 262248 1091450 262210 1091500 262174 1091550 262189 1091600 262144 1091650 262173 1091700 262215 1091750 262272 1091800 262260 1091850 262275 1091900 262252 1091950 262271 1092000 262301 1092050 262335 1092100 262328 1092150 262284 1092200 262272 1092250 262221 1092300 262193 1092350 262240 1092400 262326 1092450 262366 1092500 262359 1092550 262340 1092600 262315 1092650 262292 1092700 262281 1092750 262309 1092800 262268 1092850 262258 1092900 262222 1092950 262220 1093000 262205 1093050 262148 1093100 262140 1093150 262105 1093200 262057 1093250 262039 1093300 262057 1093350 262134 1093400 262136 1093450 262192 1093500 262237 1093550 262254 1093600 262248 1093650 262223 1093700 262201 1093750 262126 1093800 262106 1093850 262146 1093900 262181 1093950 262190 1094000 262222 1094050 262255 1094100 262279 1094150 262260 1094200 262187 1094250 262104 1094300 262048 1094350 262006 1094400 262022 1094450 262036 1094500 262134 1094550 262157 1094600 262122 1094650 262025 1094700 262030 1094750 262076 1094800 262134 1094850 262074 1094900 262048 1094950 262071 1095000 262125 1095050 262163 1095100 262152 1095150 262194 1095200 262195 1095250 262209 1095300 262175 1095350 262124 1095400 262053 1095450 262033 1095500 262078 1095550 262192 1095600 262169 1095650 262094 1095700 261970 1095750 261970 1095800 261988 1095850 261989 1095900 261961 1095950 261971 1096000 262003 1096050 262080 1096100 262099 1096150 262086 1096200 262049 1096250 262055 1096300 262106 1096350 262099 1096400 262083 1096450 262038 1096500 261988 1096550 261984 1096600 262037 1096650 262092 1096700 262029 1096750 261875 1096800 261815 1096850 261827 1096900 261871 1096950 261894 1097000 261960 1097050 262042 1097100 262044 1097150 261952 1097200 261881 1097250 261830 1097300 261835 1097350 261860 1097400 261931 1097450 261991 1097500 261986 1097550 261944 1097600 261906 1097650 261947 1097700 262037 1097750 262081 1097800 262042 1097850 261913 1097900 261806 1097950 261769 1098000 261755 1098050 261758 1098100 261760 1098150 261777 1098200 261744 1098250 261694 1098300 261718 1098350 261810 1098400 261864 1098450 261849 1098500 261786 1098550 261752 1098600 261710 1098650 261672 1098700 261619 1098750 261698 1098800 261826 1098850 261928 1098900 261849 1098950 261734 1099000 261682 1099050 261690 1099100 261707 1099150 261656 1099200 261624 1099250 261642 1099300 261735 1099350 261772 1099400 261760 1099450 261666 1099500 261673 1099550 261687 1099600 261688 1099650 261694 1099700 261709 1099750 261770 1099800 261767 1099850 261728 1099900 261721 1099950 261712 1100000 261716 1100050 261656 1100100 261572 1100150 261538 1100200 261541 1100250 261514 1100300 261473 1100350 261480 1100400 261588 1100450 261679 1100500 261680 1100550 261655 1100600 261633 1100650 261629 1100700 261653 1100750 261607 1100800 261629 1100850 261624 1100900 261676 1100950 261698 1101000 261730 1101050 261733 1101100 261800 1101150 261773 1101200 261769 1101250 261649 1101300 261684 1101350 261738 1101400 261827 1101450 261784 1101500 261740 1101550 261811 1101600 261926 1101650 262004 1101700 261940 1101750 261904 1101800 261849 1101850 261832 1101900 261752 1101950 261719 1102000 261690 1102050 261681 1102100 261664 1102150 261643 1102200 261688 1102250 261714 1102300 261754 1102350 261776 1102400 261797 1102450 261765 1102500 261732 1102550 261729 1102600 261761 1102650 261787 1102700 261778 1102750 261778 1102800 261833 1102850 261893 1102900 261897 1102950 261893 1103000 261884 1103050 261899 1103100 261815 1103150 261732 1103200 261728 1103250 261754 1103300 261820 1103350 261845 1103400 261878 1103450 261856 1103500 261840 1103550 261839 1103600 261871 1103650 261880 1103700 261857 1103750 261814 1103800 261822 1103850 261880 1103900 261934 1103950 261963 1104000 261941 1104050 261923 1104100 261894 1104150 261913 1104200 261937 1104250 261944 1104300 261891 1104350 261820 1104400 261806 1104450 261843 1104500 261946 1104550 261976 1104600 261939 1104650 261914 1104700 261921 1104750 261968 1104800 261982 1104850 261961 1104900 261966 1104950 261970 1105000 262013 1105050 262090 1105100 262078 1105150 262068 1105200 262027 1105250 262029 1105300 261995 1105350 262000 1105400 262033 1105450 262110 1105500 262174 1105550 262228 1105600 262157 1105650 262019 1105700 261944 1105750 262007 1105800 262124 1105850 262104 1105900 262074 1105950 262045 1106000 262081 1106050 262060 1106100 262012 1106150 262020 1106200 262029 1106250 262046 1106300 262067 1106350 262086 1106400 262045 1106450 262057 1106500 262052 1106550 262058 1106600 261978 1106650 261967 1106700 261957 1106750 261915 1106800 261883 1106850 261952 1106900 262003 1106950 262062 1107000 262040 1107050 262035 1107100 261971 1107150 261928 1107200 261920 1107250 261992 1107300 262000 1107350 261923 1107400 261767 1107450 261697 1107500 261721 1107550 261771 1107600 261830 1107650 261873 1107700 261888 1107750 261852 1107800 261783 1107850 261722 1107900 261718 1107950 261764 1108000 261775 1108050 261749 1108100 261716 1108150 261725 1108200 261753 1108250 261709 1108300 261662 1108350 261598 1108400 261535 1108450 261532 1108500 261536 1108550 261621 1108600 261744 1108650 261888 1108700 261926 1108750 261887 1108800 261812 1108850 261824 1108900 261819 1108950 261779 1109000 261730 1109050 261692 1109100 261664 1109150 261649 1109200 261596 1109250 261579 1109300 261539 1109350 261566 1109400 261523 1109450 261506 1109500 261511 1109550 261596 1109600 261675 1109650 261696 1109700 261720 1109750 261743 1109800 261809 1109850 261803 1109900 261808 1109950 261733 1110000 261689 1110050 261642 1110100 261613 1110150 261617 1110200 261600 1110250 261622 1110300 261695 1110350 261772 1110400 261762 1110450 261707 1110500 261709 1110550 261749 1110600 261748 1110650 261748 1110700 261851 1110750 261926 1110800 261994 1110850 261955 1110900 261939 1110950 261902 1111000 261952 1111050 262017 1111100 262048 1111150 262013 1111200 262009 1111250 262005 1111300 262009 1111350 262033 1111400 262030 1111450 261985 1111500 261894 1111550 261802 1111600 261747 1111650 261678 1111700 261643 1111750 261640 1111800 261674 1111850 261690 1111900 261670 1111950 261665 1112000 261718 1112050 261819 1112100 261867 1112150 261831 1112200 261860 1112250 261899 1112300 261954 1112350 261846 1112400 261804 1112450 261807 1112500 261866 1112550 261833 1112600 261834 1112650 261791 1112700 261818 1112750 261791 1112800 261834 1112850 261865 1112900 261860 1112950 261789 1113000 261672 1113050 261653 1113100 261673 1113150 261684 1113200 261650 1113250 261639 1113300 261673 1113350 261757 1113400 261782 1113450 261851 1113500 261827 1113550 261818 1113600 261703 1113650 261605 1113700 261583 1113750 261595 1113800 261616 1113850 261631 1113900 261661 1113950 261710 1114000 261704 1114050 261678 1114100 261623 1114150 261541 1114200 261502 1114250 261506 1114300 261522 1114350 261507 1114400 261440 1114450 261414 1114500 261445 1114550 261516 1114600 261601 1114650 261624 1114700 261594 1114750 261549 1114800 261484 1114850 261448 1114900 261437 1114950 261476 1115000 261527 1115050 261519 1115100 261495 1115150 261482 1115200 261426 1115250 261398 1115300 261420 1115350 261481 1115400 261561 1115450 261540 1115500 261530 1115550 261426 1115600 261402 1115650 261358 1115700 261360 1115750 261348 1115800 261369 1115850 261395 1115900 261394 1115950 261356 1116000 261316 1116050 261316 1116100 261301 1116150 261345 1116200 261383 1116250 261384 1116300 261427 1116350 261418 1116400 261435 1116450 261415 1116500 261369 1116550 261415 1116600 261423 1116650 261464 1116700 261445 1116750 261384 1116800 261379 1116850 261366 1116900 261397 1116950 261430 1117000 261491 1117050 261507 1117100 261460 1117150 261421 1117200 261441 1117250 261490 1117300 261559 1117350 261539 1117400 261453 1117450 261348 1117500 261340 1117550 261386 1117600 261407 1117650 261413 1117700 261473 1117750 261545 1117800 261557 1117850 261518 1117900 261503 1117950 261534 1118000 261565 1118050 261566 1118100 261532 1118150 261499 1118200 261491 1118250 261449 1118300 261359 1118350 261295 1118400 261256 1118450 261298 1118500 261299 1118550 261326 1118600 261324 1118650 261367 1118700 261398 1118750 261449 1118800 261441 1118850 261439 1118900 261428 1118950 261440 1119000 261478 1119050 261463 1119100 261482 1119150 261566 1119200 261678 1119250 261717 1119300 261627 1119350 261578 1119400 261522 1119450 261556 1119500 261572 1119550 261584 1119600 261528 1119650 261464 1119700 261463 1119750 261524 1119800 261570 1119850 261584 1119900 261549 1119950 261483 1120000 261476 1120050 261494 1120100 261578 1120150 261596 1120200 261598 1120250 261556 1120300 261502 1120350 261457 1120400 261440 1120450 261404 1120500 261356 1120550 261335 1120600 261363 1120650 261404 1120700 261380 1120750 261363 1120800 261365 1120850 261409 1120900 261448 1120950 261453 1121000 261476 1121050 261500 1121100 261500 1121150 261441 1121200 261435 1121250 261401 1121300 261439 1121350 261386 1121400 261365 1121450 261294 1121500 261283 1121550 261328 1121600 261335 1121650 261253 1121700 261181 1121750 261129 1121800 261163 1121850 261216 1121900 261253 1121950 261226 1122000 261133 1122050 261093 1122100 261058 1122150 261052 1122200 261032 1122250 261029 1122300 261003 1122350 260979 1122400 260914 1122450 260847 1122500 260844 1122550 260904 1122600 260975 1122650 260969 1122700 260943 1122750 260912 1122800 260911 1122850 260969 1122900 260967 1122950 260936 1123000 260939 1123050 260982 1123100 261056 1123150 261008 1123200 260976 1123250 260964 1123300 260956 1123350 260963 1123400 260933 1123450 260944 1123500 260946 1123550 260964 1123600 260958 1123650 260998 1123700 260960 1123750 260924 1123800 260873 1123850 260859 1123900 260883 1123950 260851 1124000 260801 1124050 260737 1124100 260739 1124150 260823 1124200 260833 1124250 260814 1124300 260694 1124350 260629 1124400 260541 1124450 260506 1124500 260493 1124550 260449 1124600 260444 1124650 260418 1124700 260421 1124750 260432 1124800 260454 1124850 260441 1124900 260359 1124950 260316 1125000 260342 1125050 260369 1125100 260365 1125150 260359 1125200 260372 1125250 260412 1125300 260398 1125350 260443 1125400 260430 1125450 260413 1125500 260395 1125550 260367 1125600 260356 1125650 260288 1125700 260267 1125750 260259 1125800 260269 1125850 260214 1125900 260207 1125950 260205 1126000 260222 1126050 260132 1126100 260045 1126150 259984 1126200 259976 1126250 259974 1126300 260022 1126350 260044 1126400 260046 1126450 260016 1126500 259999 1126550 260000 1126600 260028 1126650 260051 1126700 259987 1126750 259917 1126800 259882 1126850 259897 1126900 259858 1126950 259819 1127000 259827 1127050 259885 1127100 259952 1127150 259966 1127200 259987 1127250 259938 1127300 259879 1127350 259815 1127400 259850 1127450 259918 1127500 259907 1127550 259864 1127600 259837 1127650 259883 1127700 259913 1127750 259925 1127800 259889 1127850 259872 1127900 259845 1127950 259760 1128000 259683 1128050 259640 1128100 259682 1128150 259708 1128200 259779 1128250 259793 1128300 259813 1128350 259811 1128400 259821 1128450 259801 1128500 259760 1128550 259787 1128600 259881 1128650 259904 1128700 259868 1128750 259771 1128800 259738 1128850 259756 1128900 259834 1128950 259876 1129000 259907 1129050 259853 1129100 259794 1129150 259727 1129200 259695 1129250 259682 1129300 259672 1129350 259617 1129400 259553 1129450 259474 1129500 259460 1129550 259489 1129600 259555 1129650 259559 1129700 259596 1129750 259602 1129800 259652 1129850 259642 1129900 259615 1129950 259614 1130000 259593 1130050 259601 1130100 259591 1130150 259595 1130200 259620 1130250 259585 1130300 259541 1130350 259567 1130400 259674 1130450 259742 1130500 259703 1130550 259554 1130600 259468 1130650 259411 1130700 259460 1130750 259494 1130800 259514 1130850 259542 1130900 259622 1130950 259619 1131000 259653 1131050 259635 1131100 259674 1131150 259642 1131200 259599 1131250 259589 1131300 259600 1131350 259586 1131400 259585 1131450 259569 1131500 259580 1131550 259599 1131600 259527 1131650 259480 1131700 259483 1131750 259530 1131800 259551 1131850 259490 1131900 259410 1131950 259381 1132000 259414 1132050 259488 1132100 259500 1132150 259512 1132200 259519 1132250 259557 1132300 259523 1132350 259498 1132400 259468 1132450 259484 1132500 259504 1132550 259520 1132600 259475 1132650 259500 1132700 259526 1132750 259522 1132800 259464 1132850 259423 1132900 259446 1132950 259473 1133000 259467 1133050 259497 1133100 259468 1133150 259449 1133200 259432 1133250 259435 1133300 259492 1133350 259472 1133400 259493 1133450 259452 1133500 259443 1133550 259369 1133600 259396 1133650 259426 1133700 259527 1133750 259595 1133800 259639 1133850 259650 1133900 259624 1133950 259693 1134000 259800 1134050 259811 1134100 259800 1134150 259787 1134200 259907 1134250 259977 1134300 260038 1134350 260106 1134400 260164 1134450 260267 1134500 260308 1134550 260378 1134600 260429 1134650 260575 1134700 260656 1134750 260741 1134800 260753 1134850 260879 1134900 261044 1134950 261201 1135000 261249 1135050 261229 1135100 261213 1135150 261294 1135200 261446 1135250 261637 1135300 261796 1135350 261898 1135400 261997 1135450 262128 1135500 262269 1135550 262308 1135600 262377 1135650 262480 1135700 262670 1135750 262818 1135800 262894 1135850 262954 1135900 263026 1135950 263083 1136000 263142 1136050 263131 1136100 263157 1136150 263180 1136200 263228 1136250 263207 1136300 263245 1136350 263255 1136400 263338 1136450 263302 1136500 263328 1136550 263279 1136600 263256 1136650 263160 1136700 263096 1136750 263075 1136800 263053 1136850 263053 1136900 262967 1136950 262875 1137000 262775 1137050 262714 1137100 262624 1137150 262566 1137200 262526 1137250 262530 1137300 262463 1137350 262411 1137400 262369 1137450 262325 1137500 262155 1137550 261941 1137600 261794 1137650 261728 1137700 261657 1137750 261482 1137800 261385 1137850 261337 1137900 261373 1137950 261362 1138000 261349 1138050 261327 1138100 261327 1138150 261271 1138200 261186 1138250 261088 1138300 261049 1138350 261052 1138400 261041 1138450 261002 1138500 260944 1138550 260930 1138600 260900 1138650 260915 1138700 260863 1138750 260824 1138800 260738 1138850 260686 1138900 260632 1138950 260598 1139000 260576 1139050 260601 1139100 260641 1139150 260615 1139200 260565 1139250 260490 1139300 260469 1139350 260447 1139400 260385 1139450 260340 1139500 260320 1139550 260354 1139600 260399 1139650 260414 1139700 260464 1139750 260499 1139800 260492 1139850 260386 1139900 260318 1139950 260313 1140000 260392 1140050 260370 1140100 260339 1140150 260315 1140200 260331 1140250 260346 1140300 260355 1140350 260340 1140400 260289 1140450 260170 1140500 260096 1140550 260093 1140600 260188 1140650 260275 1140700 260328 1140750 260267 1140800 260168 1140850 260042 1140900 259996 1140950 259968 1141000 259993 1141050 260009 1141100 259999 1141150 259962 1141200 259946 1141250 260003 1141300 260064 1141350 260075 1141400 260064 1141450 260080 1141500 260070 1141550 260014 1141600 259962 1141650 259983 1141700 260021 1141750 259996 1141800 259923 1141850 259881 1141900 259890 1141950 259926 1142000 259927 1142050 259943 1142100 259953 1142150 259942 1142200 259962 1142250 259961 1142300 259977 1142350 259915 1142400 259931 1142450 259915 1142500 259945 1142550 259922 1142600 259932 1142650 259965 1142700 260004 1142750 259986 1142800 259953 1142850 259932 1142900 259982 1142950 260014 1143000 259959 1143050 259963 1143100 259945 1143150 260014 1143200 260019 1143250 260033 1143300 260043 1143350 259993 1143400 259946 1143450 259920 1143500 259946 1143550 259920 1143600 259914 1143650 259845 1143700 259859 1143750 259785 1143800 259802 1143850 259823 1143900 259852 1143950 259833 1144000 259768 1144050 259762 1144100 259714 1144150 259702 1144200 259666 1144250 259741 1144300 259735 1144350 259726 1144400 259679 1144450 259726 1144500 259720 1144550 259714 1144600 259631 1144650 259581 1144700 259538 1144750 259512 1144800 259504 1144850 259514 1144900 259513 1144950 259528 1145000 259541 1145050 259627 1145100 259669 1145150 259663 1145200 259566 1145250 259511 1145300 259482 1145350 259545 1145400 259542 1145450 259484 1145500 259371 1145550 259362 1145600 259420 1145650 259509 1145700 259537 1145750 259498 1145800 259446 1145850 259355 1145900 259336 1145950 259328 1146000 259356 1146050 259369 1146100 259339 1146150 259360 1146200 259421 1146250 259532 1146300 259483 1146350 259384 1146400 259316 1146450 259363 1146500 259412 1146550 259418 1146600 259420 1146650 259407 1146700 259384 1146750 259354 1146800 259327 1146850 259270 1146900 259242 1146950 259292 1147000 259390 1147050 259376 1147100 259305 1147150 259221 1147200 259265 1147250 259329 1147300 259395 1147350 259348 1147400 259273 1147450 259262 1147500 259367 1147550 259438 1147600 259394 1147650 259347 1147700 259308 1147750 259402 1147800 259447 1147850 259501 1147900 259448 1147950 259466 1148000 259524 1148050 259619 1148100 259597 1148150 259582 1148200 259565 1148250 259646 1148300 259693 1148350 259716 1148400 259655 1148450 259592 1148500 259557 1148550 259593 1148600 259654 1148650 259712 1148700 259713 1148750 259743 1148800 259710 1148850 259740 1148900 259728 1148950 259824 1149000 259815 1149050 259813 1149100 259746 1149150 259745 1149200 259769 1149250 259780 1149300 259729 1149350 259729 1149400 259726 1149450 259821 1149500 259814 1149550 259857 1149600 259849 1149650 259847 1149700 259869 1149750 259909 1149800 259930 1149850 259916 1149900 259888 1149950 260011 1150000 260087 1150050 260114 1150100 259999 1150150 259968 1150200 259955 1150250 259918 1150300 259901 1150350 259910 1150400 259908 1150450 259842 1150500 259817 1150550 259847 1150600 259921 1150650 259934 1150700 259975 1150750 259906 1150800 259913 1150850 259850 1150900 259887 1150950 259898 1151000 259981 1151050 260013 1151100 260042 1151150 259981 1151200 259995 1151250 260026 1151300 260063 1151350 260017 1151400 259920 1151450 259866 1151500 259887 1151550 259907 1151600 259991 1151650 260021 1151700 260016 1151750 259988 1151800 259941 1151850 259933 1151900 259909 1151950 259888 1152000 259899 1152050 259880 1152100 259904 1152150 259958 1152200 260048 1152250 260053 1152300 260041 1152350 260057 1152400 260150 1152450 260214 1152500 260211 1152550 260179 1152600 260102 1152650 260060 1152700 260074 1152750 260143 1152800 260167 1152850 260128 1152900 260157 1152950 260143 1153000 260107 1153050 260020 1153100 260006 1153150 260010 1153200 260011 1153250 260038 1153300 260084 1153350 260059 1153400 260036 1153450 259977 1153500 260019 1153550 259984 1153600 260043 1153650 260017 1153700 260004 1153750 259944 1153800 259912 1153850 259881 1153900 259878 1153950 259917 1154000 259967 1154050 260037 1154100 260029 1154150 260112 1154200 260088 1154250 260100 1154300 260040 1154350 260014 1154400 260043 1154450 260038 1154500 260064 1154550 260003 1154600 260024 1154650 260053 1154700 260112 1154750 260100 1154800 260069 1154850 260077 1154900 260104 1154950 260137 1155000 260110 1155050 260124 1155100 260133 1155150 260171 1155200 260230 1155250 260274 1155300 260249 1155350 260199 1155400 260167 1155450 260203 1155500 260180 1155550 260203 1155600 260235 1155650 260302 1155700 260311 1155750 260339 1155800 260350 1155850 260347 1155900 260336 1155950 260318 1156000 260317 1156050 260268 1156100 260257 1156150 260277 1156200 260343 1156250 260380 1156300 260360 1156350 260340 1156400 260333 1156450 260386 1156500 260424 1156550 260504 1156600 260502 1156650 260494 1156700 260459 1156750 260473 1156800 260481 1156850 260499 1156900 260529 1156950 260530 1157000 260530 1157050 260571 1157100 260628 1157150 260619 1157200 260548 1157250 260554 1157300 260667 1157350 260792 1157400 260838 1157450 260793 1157500 260669 1157550 260583 1157600 260601 1157650 260711 1157700 260764 1157750 260707 1157800 260609 1157850 260565 1157900 260537 1157950 260542 1158000 260586 1158050 260630 1158100 260650 1158150 260665 1158200 260696 1158250 260719 1158300 260665 1158350 260656 1158400 260652 1158450 260707 1158500 260767 1158550 260819 1158600 260812 1158650 260744 1158700 260711 1158750 260708 1158800 260700 1158850 260658 1158900 260592 1158950 260600 1159000 260588 1159050 260628 1159100 260598 1159150 260654 1159200 260701 1159250 260748 1159300 260732 1159350 260726 1159400 260746 1159450 260773 1159500 260729 1159550 260703 1159600 260654 1159650 260654 1159700 260643 1159750 260687 1159800 260741 1159850 260772 1159900 260747 1159950 260701 1160000 260715 1160050 260789 1160100 260852 1160150 260848 1160200 260797 1160250 260778 1160300 260841 1160350 260878 1160400 260904 1160450 260836 1160500 260804 1160550 260757 1160600 260801 1160650 260824 1160700 260816 1160750 260736 1160800 260673 1160850 260710 1160900 260776 1160950 260834 1161000 260822 1161050 260801 1161100 260888 1161150 260921 1161200 260874 1161250 260745 1161300 260753 1161350 260810 1161400 260838 1161450 260771 1161500 260728 1161550 260668 1161600 260694 1161650 260656 1161700 260681 1161750 260703 1161800 260746 1161850 260709 1161900 260639 1161950 260637 1162000 260655 1162050 260610 1162100 260559 1162150 260539 1162200 260599 1162250 260628 1162300 260590 1162350 260590 1162400 260636 1162450 260713 1162500 260707 1162550 260719 1162600 260690 1162650 260712 1162700 260653 1162750 260710 1162800 260680 1162850 260686 1162900 260638 1162950 260627 1163000 260595 1163050 260497 1163100 260459 1163150 260433 1163200 260498 1163250 260507 1163300 260535 1163350 260584 1163400 260604 1163450 260639 1163500 260700 1163550 260712 1163600 260633 1163650 260553 1163700 260532 1163750 260634 1163800 260633 1163850 260581 1163900 260484 1163950 260524 1164000 260581 1164050 260557 1164100 260429 1164150 260441 1164200 260509 1164250 260553 1164300 260495 1164350 260416 1164400 260347 1164450 260295 1164500 260295 1164550 260331 1164600 260310 1164650 260270 1164700 260188 1164750 260137 1164800 260099 1164850 260081 1164900 260098 1164950 260078 1165000 260083 1165050 260101 1165100 260127 1165150 260146 1165200 260098 1165250 260064 1165300 260026 1165350 259997 1165400 259951 1165450 259956 1165500 259986 1165550 259989 1165600 259973 1165650 259941 1165700 259987 1165750 260006 1165800 259975 1165850 259944 1165900 259931 1165950 259986 1166000 259970 1166050 259961 1166100 259909 1166150 259878 1166200 259827 1166250 259839 1166300 259831 1166350 259821 1166400 259829 1166450 259896 1166500 259932 1166550 259983 1166600 260003 1166650 259997 1166700 259988 1166750 259980 1166800 259957 1166850 259894 1166900 259800 1166950 259787 1167000 259860 1167050 259944 1167100 259941 1167150 259883 1167200 259828 1167250 259877 1167300 259916 1167350 259915 1167400 259897 1167450 259860 1167500 259910 1167550 259895 1167600 259859 1167650 259778 1167700 259698 1167750 259623 1167800 259548 1167850 259552 1167900 259609 1167950 259686 1168000 259740 1168050 259673 1168100 259574 1168150 259482 1168200 259470 1168250 259548 1168300 259559 1168350 259536 1168400 259512 1168450 259555 1168500 259648 1168550 259659 1168600 259668 1168650 259611 1168700 259527 1168750 259455 1168800 259420 1168850 259415 1168900 259381 1168950 259381 1169000 259364 1169050 259327 1169100 259351 1169150 259397 1169200 259486 1169250 259451 1169300 259400 1169350 259345 1169400 259367 1169450 259388 1169500 259439 1169550 259454 1169600 259446 1169650 259355 1169700 259332 1169750 259349 1169800 259388 1169850 259326 1169900 259259 1169950 259266 1170000 259321 1170050 259445 1170100 259484 1170150 259558 1170200 259584 1170250 259615 1170300 259550 1170350 259477 1170400 259452 1170450 259485 1170500 259516 1170550 259484 1170600 259415 1170650 259384 1170700 259403 1170750 259440 1170800 259459 1170850 259463 1170900 259479 1170950 259422 1171000 259382 1171050 259340 1171100 259399 1171150 259396 1171200 259437 1171250 259371 1171300 259362 1171350 259395 1171400 259382 1171450 259376 1171500 259229 1171550 259214 1171600 259220 1171650 259279 1171700 259331 1171750 259346 1171800 259333 1171850 259287 1171900 259207 1171950 259221 1172000 259282 1172050 259354 1172100 259327 1172150 259230 1172200 259136 1172250 259137 1172300 259216 1172350 259340 1172400 259352 1172450 259315 1172500 259268 1172550 259292 1172600 259376 1172650 259374 1172700 259358 1172750 259304 1172800 259334 1172850 259344 1172900 259317 1172950 259254 1173000 259250 1173050 259240 1173100 259230 1173150 259245 1173200 259325 1173250 259412 1173300 259391 1173350 259370 1173400 259356 1173450 259423 1173500 259491 1173550 259508 1173600 259466 1173650 259394 1173700 259387 1173750 259379 1173800 259400 1173850 259423 1173900 259426 1173950 259373 1174000 259357 1174050 259347 1174100 259348 1174150 259296 1174200 259296 1174250 259337 1174300 259355 1174350 259379 1174400 259432 1174450 259471 1174500 259512 1174550 259512 1174600 259546 1174650 259532 1174700 259481 1174750 259433 1174800 259428 1174850 259400 1174900 259382 1174950 259415 1175000 259468 1175050 259479 1175100 259445 1175150 259439 1175200 259457 1175250 259443 1175300 259417 1175350 259383 1175400 259372 1175450 259390 1175500 259410 1175550 259427 1175600 259451 1175650 259413 1175700 259418 1175750 259415 1175800 259526 1175850 259572 1175900 259587 1175950 259564 1176000 259481 1176050 259479 1176100 259520 1176150 259589 1176200 259571 1176250 259506 1176300 259493 1176350 259548 1176400 259611 1176450 259656 1176500 259719 1176550 259785 1176600 259776 1176650 259694 1176700 259648 1176750 259727 1176800 259752 1176850 259769 1176900 259753 1176950 259775 1177000 259801 1177050 259800 1177100 259841 1177150 259860 1177200 259871 1177250 259827 1177300 259810 1177350 259781 1177400 259818 1177450 259758 1177500 259782 1177550 259742 1177600 259811 1177650 259736 1177700 259734 1177750 259686 1177800 259714 1177850 259769 1177900 259799 1177950 259809 1178000 259767 1178050 259761 1178100 259848 1178150 259924 1178200 259927 1178250 259868 1178300 259801 1178350 259791 1178400 259796 1178450 259845 1178500 259913 1178550 259972 1178600 260031 1178650 260006 1178700 260050 1178750 260033 1178800 260032 1178850 260032 1178900 260039 1178950 260091 1179000 260017 1179050 259986 1179100 260015 1179150 260132 1179200 260178 1179250 260147 1179300 260098 1179350 260112 1179400 260152 1179450 260205 1179500 260293 1179550 260328 1179600 260333 1179650 260228 1179700 260161 1179750 260097 1179800 260117 1179850 260133 1179900 260134 1179950 260097 1180000 260124 1180050 260145 1180100 260210 1180150 260238 1180200 260258 1180250 260273 1180300 260212 1180350 260130 1180400 260086 1180450 260123 1180500 260169 1180550 260162 1180600 260133 1180650 260158 1180700 260127 1180750 260054 1180800 260004 1180850 259966 1180900 259993 1180950 260015 1181000 260068 1181050 260100 1181100 260061 1181150 260014 1181200 259992 1181250 259959 1181300 259933 1181350 259928 1181400 259958 1181450 259992 1181500 260000 1181550 260036 1181600 260046 1181650 260049 1181700 260026 1181750 260028 1181800 259987 1181850 260001 1181900 259969 1181950 260016 1182000 260012 1182050 259988 1182100 259942 1182150 259911 1182200 259944 1182250 259910 1182300 259890 1182350 259844 1182400 259828 1182450 259810 1182500 259760 1182550 259731 1182600 259721 1182650 259739 1182700 259694 1182750 259627 1182800 259620 1182850 259686 1182900 259726 1182950 259734 1183000 259715 1183050 259792 1183100 259835 1183150 259868 1183200 259819 1183250 259812 1183300 259769 1183350 259729 1183400 259729 1183450 259722 1183500 259730 1183550 259712 1183600 259696 1183650 259681 1183700 259676 1183750 259705 1183800 259777 1183850 259842 1183900 259938 1183950 259987 1184000 260036 1184050 259973 1184100 259896 1184150 259894 1184200 259949 1184250 259947 1184300 259892 1184350 259854 1184400 259891 1184450 259838 1184500 259816 1184550 259810 1184600 259802 1184650 259805 1184700 259771 1184750 259795 1184800 259826 1184850 259907 1184900 259959 1184950 259992 1185000 259958 1185050 259933 1185100 259848 1185150 259856 1185200 259805 1185250 259802 1185300 259744 1185350 259827 1185400 259898 1185450 259937 1185500 259883 1185550 259854 1185600 259855 1185650 259859 1185700 259850 1185750 259844 1185800 259847 1185850 259864 1185900 259876 1185950 259864 1186000 259842 1186050 259813 1186100 259831 1186150 259823 1186200 259835 1186250 259823 1186300 259908 1186350 259923 1186400 260015 1186450 260039 1186500 260073 1186550 260001 1186600 259938 1186650 259935 1186700 259991 1186750 260059 1186800 260039 1186850 260020 1186900 259964 1186950 259998 1187000 259991 1187050 260039 1187100 260025 1187150 260076 1187200 260016 1187250 259969 1187300 259884 1187350 259860 1187400 259846 1187450 259870 1187500 259900 1187550 259961 1187600 260016 1187650 260135 1187700 260151 1187750 260187 1187800 260149 1187850 260238 1187900 260271 1187950 260229 1188000 260158 1188050 260126 1188100 260163 1188150 260094 1188200 260040 1188250 260075 1188300 260250 1188350 260388 1188400 260462 1188450 260429 1188500 260390 1188550 260290 1188600 260298 1188650 260306 1188700 260351 1188750 260322 1188800 260290 1188850 260276 1188900 260250 1188950 260217 1189000 260209 1189050 260231 1189100 260331 1189150 260376 1189200 260357 1189250 260225 1189300 260214 1189350 260344 1189400 260488 1189450 260543 1189500 260513 1189550 260494 1189600 260482 1189650 260525 1189700 260586 1189750 260616 1189800 260617 1189850 260607 1189900 260619 1189950 260609 1190000 260634 1190050 260638 1190100 260653 1190150 260608 1190200 260584 1190250 260549 1190300 260542 1190350 260544 1190400 260561 1190450 260648 1190500 260722 1190550 260814 1190600 260775 1190650 260709 1190700 260583 1190750 260502 1190800 260501 1190850 260529 1190900 260610 1190950 260656 1191000 260622 1191050 260517 1191100 260446 1191150 260545 1191200 260647 1191250 260689 1191300 260643 1191350 260598 1191400 260604 1191450 260627 1191500 260697 1191550 260733 1191600 260757 1191650 260738 1191700 260718 1191750 260652 1191800 260680 1191850 260721 1191900 260827 1191950 260859 1192000 260862 1192050 260800 1192100 260751 1192150 260796 1192200 260896 1192250 260904 1192300 260811 1192350 260696 1192400 260707 1192450 260739 1192500 260719 1192550 260689 1192600 260693 1192650 260734 1192700 260720 1192750 260637 1192800 260625 1192850 260642 1192900 260696 1192950 260736 1193000 260765 1193050 260813 1193100 260882 1193150 260848 1193200 260849 1193250 260747 1193300 260802 1193350 260834 1193400 260888 1193450 260828 1193500 260761 1193550 260695 1193600 260736 1193650 260768 1193700 260736 1193750 260697 1193800 260639 1193850 260646 1193900 260594 1193950 260593 1194000 260668 1194050 260720 1194100 260709 1194150 260632 1194200 260615 1194250 260639 1194300 260621 1194350 260652 1194400 260731 1194450 260845 1194500 260924 1194550 260936 1194600 260926 1194650 260874 1194700 260858 1194750 260916 1194800 260953 1194850 260998 1194900 261012 1194950 261027 1195000 260941 1195050 260840 1195100 260791 1195150 260884 1195200 261024 1195250 261168 1195300 261147 1195350 261079 1195400 260964 1195450 260953 1195500 261007 1195550 261032 1195600 261010 1195650 260960 1195700 260974 1195750 261002 1195800 261056 1195850 261134 1195900 261141 1195950 261157 1196000 261072 1196050 261055 1196100 261035 1196150 261070 1196200 261116 1196250 261104 1196300 261122 1196350 261092 1196400 261015 1196450 260959 1196500 260971 1196550 261036 1196600 261064 1196650 261138 1196700 261186 1196750 261183 1196800 261118 1196850 261078 1196900 261031 1196950 261050 1197000 261005 1197050 261083 1197100 261056 1197150 261088 1197200 261059 1197250 261029 1197300 260997 1197350 260968 1197400 260987 1197450 261023 1197500 261056 1197550 261117 1197600 261124 1197650 261086 1197700 260959 1197750 260904 1197800 260880 1197850 260930 1197900 260927 1197950 260952 1198000 260928 1198050 260960 1198100 260954 1198150 261014 1198200 261064 1198250 261119 1198300 261126 1198350 261112 1198400 261095 1198450 261041 1198500 261032 1198550 261057 1198600 261146 1198650 261170 1198700 261237 1198750 261239 1198800 261233 1198850 261177 1198900 261191 1198950 261193 1199000 261135 1199050 261053 1199100 261096 1199150 261150 1199200 261145 1199250 261096 1199300 261105 1199350 261203 1199400 261188 1199450 261178 1199500 261126 1199550 261166 1199600 261183 1199650 261233 1199700 261276 1199750 261303 1199800 261353 1199850 261376 1199900 261391 1199950 261373 1200000 261322 1200050 261262 1200100 261193 1200150 261185 1200200 261210 1200250 261252 1200300 261286 1200350 261296 1200400 261234 1200450 261193 1200500 261247 1200550 261372 1200600 261439 1200650 261388 1200700 261331 1200750 261267 1200800 261256 1200850 261241 1200900 261245 1200950 261254 1201000 261267 1201050 261239 1201100 261227 1201150 261241 1201200 261277 1201250 261269 1201300 261156 1201350 261138 1201400 261122 1201450 261215 1201500 261266 1201550 261307 1201600 261369 1201650 261384 1201700 261451 1201750 261469 1201800 261478 1201850 261437 1201900 261376 1201950 261346 1202000 261296 1202050 261319 1202100 261344 1202150 261368 1202200 261290 1202250 261176 1202300 261094 1202350 261114 1202400 261190 1202450 261243 1202500 261201 1202550 261122 1202600 261127 1202650 261122 1202700 261152 1202750 261125 1202800 261175 1202850 261191 1202900 261221 1202950 261187 1203000 261192 1203050 261204 1203100 261229 1203150 261241 1203200 261260 1203250 261300 1203300 261318 1203350 261280 1203400 261146 1203450 261066 1203500 261034 1203550 261157 1203600 261207 1203650 261218 1203700 261161 1203750 261114 1203800 261098 1203850 261106 1203900 261132 1203950 261176 1204000 261191 1204050 261284 1204100 261338 1204150 261372 1204200 261301 1204250 261188 1204300 261123 1204350 261164 1204400 261219 1204450 261292 1204500 261264 1204550 261237 1204600 261155 1204650 261115 1204700 261146 1204750 261193 1204800 261203 1204850 261237 1204900 261287 1204950 261329 1205000 261254 1205050 261150 1205100 261143 1205150 261189 1205200 261230 1205250 261256 1205300 261273 1205350 261318 1205400 261280 1205450 261256 1205500 261172 1205550 261135 1205600 261108 1205650 261145 1205700 261163 1205750 261186 1205800 261182 1205850 261235 1205900 261228 1205950 261252 1206000 261218 1206050 261201 1206100 261175 1206150 261232 1206200 261241 1206250 261264 1206300 261195 1206350 261206 1206400 261228 1206450 261260 1206500 261322 1206550 261308 1206600 261253 1206650 261151 1206700 261061 1206750 261086 1206800 261175 1206850 261278 1206900 261326 1206950 261375 1207000 261440 1207050 261502 1207100 261446 1207150 261459 1207200 261468 1207250 261443 1207300 261357 1207350 261296 1207400 261345 1207450 261347 1207500 261290 1207550 261244 1207600 261308 1207650 261345 1207700 261331 1207750 261275 1207800 261282 1207850 261322 1207900 261339 1207950 261330 1208000 261285 1208050 261226 1208100 261202 1208150 261165 1208200 261165 1208250 261176 1208300 261271 1208350 261305 1208400 261304 1208450 261309 1208500 261349 1208550 261444 1208600 261522 1208650 261635 1208700 261634 1208750 261545 1208800 261351 1208850 261257 1208900 261209 1208950 261255 1209000 261293 1209050 261348 1209100 261341 1209150 261296 1209200 261181 1209250 261175 1209300 261184 1209350 261246 1209400 261172 1209450 261166 1209500 261200 1209550 261283 1209600 261296 1209650 261219 1209700 261115 1209750 261051 1209800 261072 1209850 261185 1209900 261197 1209950 261195 1210000 261142 1210050 261158 1210100 261164 1210150 261203 1210200 261235 1210250 261262 1210300 261276 1210350 261291 1210400 261294 1210450 261256 1210500 261264 1210550 261238 1210600 261263 1210650 261234 1210700 261238 1210750 261251 1210800 261322 1210850 261399 1210900 261409 1210950 261348 1211000 261339 1211050 261313 1211100 261352 1211150 261347 1211200 261433 1211250 261406 1211300 261342 1211350 261275 1211400 261316 1211450 261359 1211500 261387 1211550 261349 1211600 261334 1211650 261356 1211700 261377 1211750 261417 1211800 261400 1211850 261414 1211900 261388 1211950 261376 1212000 261306 1212050 261284 1212100 261257 1212150 261348 1212200 261327 1212250 261318 1212300 261268 1212350 261303 1212400 261352 1212450 261320 1212500 261289 1212550 261255 1212600 261303 1212650 261355 1212700 261290 1212750 261207 1212800 261144 1212850 261217 1212900 261296 1212950 261309 1213000 261228 1213050 261183 1213100 261231 1213150 261339 1213200 261390 1213250 261352 1213300 261307 1213350 261260 1213400 261293 1213450 261328 1213500 261343 1213550 261378 1213600 261371 1213650 261359 1213700 261320 1213750 261304 1213800 261311 1213850 261325 1213900 261372 1213950 261476 1214000 261467 1214050 261440 1214100 261310 1214150 261227 1214200 261182 1214250 261252 1214300 261288 1214350 261267 1214400 261245 1214450 261320 1214500 261395 1214550 261345 1214600 261307 1214650 261246 1214700 261234 1214750 261142 1214800 261031 1214850 260999 1214900 261003 1214950 260975 1215000 260978 1215050 260991 1215100 261074 1215150 261018 1215200 261071 1215250 261120 1215300 261198 1215350 261231 1215400 261270 1215450 261252 1215500 261182 1215550 261135 1215600 261129 1215650 261123 1215700 261112 1215750 261137 1215800 261177 1215850 261165 1215900 261175 1215950 261087 1216000 261059 1216050 261013 1216100 261049 1216150 261083 1216200 261123 1216250 261115 1216300 261095 1216350 261085 1216400 261059 1216450 261066 1216500 261074 1216550 261107 1216600 261122 1216650 261156 1216700 261197 1216750 261178 1216800 261182 1216850 261176 1216900 261229 1216950 261185 1217000 261141 1217050 261078 1217100 261031 1217150 261048 1217200 261075 1217250 261080 1217300 261028 1217350 261008 1217400 261032 1217450 261008 1217500 260966 1217550 260891 1217600 260912 1217650 260903 1217700 260952 1217750 260950 1217800 260977 1217850 260979 1217900 260983 1217950 260988 1218000 261003 1218050 261011 1218100 261027 1218150 261059 1218200 261114 1218250 261103 1218300 261067 1218350 261020 1218400 260981 1218450 260904 1218500 260846 1218550 260819 1218600 260834 1218650 260862 1218700 260893 1218750 260937 1218800 260953 1218850 261013 1218900 261087 1218950 261093 1219000 261034 1219050 260972 1219100 261014 1219150 261060 1219200 261114 1219250 261088 1219300 261082 1219350 261015 1219400 261007 1219450 260981 1219500 260962 1219550 260862 1219600 260862 1219650 260902 1219700 261033 1219750 260989 1219800 260901 1219850 260882 1219900 260970 1219950 261026 1220000 261030 1220050 261034 1220100 261123 1220150 261189 1220200 261214 1220250 261166 1220300 261125 1220350 261117 1220400 261176 1220450 261213 1220500 261236 1220550 261185 1220600 261136 1220650 261106 1220700 261115 1220750 261177 1220800 261165 1220850 261141 1220900 261051 1220950 260981 1221000 260951 1221050 260931 1221100 261000 1221150 261033 1221200 261053 1221250 261036 1221300 261070 1221350 261165 1221400 261172 1221450 261147 1221500 261089 1221550 261051 1221600 261052 1221650 261137 1221700 261247 1221750 261272 1221800 261213 1221850 261156 1221900 261161 1221950 261218 1222000 261309 1222050 261277 1222100 261190 1222150 261086 1222200 261070 1222250 261051 1222300 261055 1222350 261042 1222400 261046 1222450 261116 1222500 261181 1222550 261224 1222600 261175 1222650 261149 1222700 261153 1222750 261188 1222800 261211 1222850 261209 1222900 261157 1222950 261124 1223000 261117 1223050 261137 1223100 261137 1223150 261079 1223200 261013 1223250 261011 1223300 261042 1223350 261088 1223400 261074 1223450 261050 1223500 261015 1223550 260971 1223600 260942 1223650 260919 1223700 260968 1223750 260945 1223800 260942 1223850 260835 1223900 260832 1223950 260816 1224000 260894 1224050 260951 1224100 260983 1224150 260975 1224200 260954 1224250 260934 1224300 260950 1224350 260961 1224400 261010 1224450 261001 1224500 261001 1224550 260949 1224600 260958 1224650 260945 1224700 261004 1224750 260988 1224800 261034 1224850 261038 1224900 261055 1224950 261032 1225000 261036 1225050 261050 1225100 261070 1225150 261068 1225200 261106 1225250 261093 1225300 261050 1225350 261019 1225400 261058 1225450 261057 1225500 261017 1225550 260974 1225600 260969 1225650 260960 1225700 260940 1225750 260941 1225800 260954 1225850 260935 1225900 260945 1225950 260960 1226000 261031 1226050 261047 1226100 261058 1226150 260947 1226200 260904 1226250 260883 1226300 260902 1226350 260830 1226400 260726 1226450 260731 1226500 260827 1226550 260879 1226600 260865 1226650 260840 1226700 260886 1226750 260931 1226800 260906 1226850 260952 1226900 261054 1226950 261167 1227000 261208 1227050 261134 1227100 261094 1227150 261036 1227200 261023 1227250 261039 1227300 261093 1227350 261083 1227400 261031 1227450 260950 1227500 260958 1227550 260977 1227600 261002 1227650 261007 1227700 260998 1227750 260985 1227800 260996 1227850 261024 1227900 261044 1227950 261069 1228000 261069 1228050 261139 1228100 261150 1228150 261216 1228200 261168 1228250 261164 1228300 261096 1228350 261080 1228400 261090 1228450 261186 1228500 261228 1228550 261269 1228600 261213 1228650 261220 1228700 261172 1228750 261153 1228800 261153 1228850 261205 1228900 261243 1228950 261221 1229000 261199 1229050 261239 1229100 261319 1229150 261321 1229200 261291 1229250 261245 1229300 261248 1229350 261264 1229400 261261 1229450 261268 1229500 261324 1229550 261387 1229600 261436 1229650 261438 1229700 261475 1229750 261403 1229800 261369 1229850 261338 1229900 261415 1229950 261462 1230000 261427 1230050 261424 1230100 261376 1230150 261442 1230200 261413 1230250 261469 1230300 261452 1230350 261445 1230400 261411 1230450 261358 1230500 261342 1230550 261312 1230600 261293 1230650 261350 1230700 261401 1230750 261394 1230800 261307 1230850 261204 1230900 261202 1230950 261233 1231000 261285 1231050 261307 1231100 261251 1231150 261165 1231200 261113 1231250 261160 1231300 261211 1231350 261185 1231400 261094 1231450 261048 1231500 261092 1231550 261139 1231600 261146 1231650 261069 1231700 261047 1231750 260956 1231800 260954 1231850 260936 1231900 261003 1231950 261033 1232000 261012 1232050 261017 1232100 261026 1232150 261066 1232200 261090 1232250 261036 1232300 260972 1232350 260937 1232400 260926 1232450 260955 1232500 260956 1232550 261021 1232600 261043 1232650 261023 1232700 260951 1232750 260944 1232800 260952 1232850 260970 1232900 260944 1232950 260947 1233000 260997 1233050 260983 1233100 260961 1233150 260973 1233200 261031 1233250 261087 1233300 261061 1233350 261094 1233400 261099 1233450 261157 1233500 261101 1233550 261150 1233600 261164 1233650 261185 1233700 261129 1233750 261094 1233800 261094 1233850 261072 1233900 261018 1233950 261046 1234000 261114 1234050 261233 1234100 261243 1234150 261176 1234200 261091 1234250 261059 1234300 261116 1234350 261153 1234400 261209 1234450 261173 1234500 261130 1234550 261054 1234600 261011 1234650 261012 1234700 261073 1234750 261082 1234800 261086 1234850 261052 1234900 261060 1234950 261053 1235000 261046 1235050 261052 1235100 261070 1235150 261104 1235200 261149 1235250 261121 1235300 261086 1235350 261059 1235400 261094 1235450 261123 1235500 261124 1235550 261120 1235600 261109 1235650 261121 1235700 261149 1235750 261187 1235800 261199 1235850 261154 1235900 261100 1235950 261099 1236000 261115 1236050 261083 1236100 261015 1236150 260974 1236200 261032 1236250 261020 1236300 260990 1236350 260966 1236400 261008 1236450 261072 1236500 261075 1236550 261056 1236600 261076 1236650 261123 1236700 261157 1236750 261129 1236800 261076 1236850 261096 1236900 261061 1236950 261028 1237000 261026 1237050 261043 1237100 261046 1237150 261064 1237200 261094 1237250 261084 1237300 261022 1237350 261019 1237400 261039 1237450 261077 1237500 261113 1237550 261152 1237600 261131 1237650 261079 1237700 261028 1237750 261080 1237800 261166 1237850 261270 1237900 261245 1237950 261130 1238000 261000 1238050 260977 1238100 260976 1238150 261048 1238200 261052 1238250 261134 1238300 261167 1238350 261197 1238400 261210 1238450 261163 1238500 261104 1238550 261002 1238600 261020 1238650 261070 1238700 261138 1238750 261146 1238800 261078 1238850 261062 1238900 261092 1238950 261220 1239000 261192 1239050 261173 1239100 261122 1239150 261104 1239200 261118 1239250 261100 1239300 261152 1239350 261116 1239400 261152 1239450 261145 1239500 261172 1239550 261137 1239600 261073 1239650 260973 1239700 260960 1239750 261009 1239800 261021 1239850 260952 1239900 260912 1239950 260972 1240000 261075 1240050 261156 1240100 261176 1240150 261121 1240200 261101 1240250 261118 1240300 261215 1240350 261223 1240400 261227 1240450 261233 1240500 261273 1240550 261253 1240600 261215 1240650 261171 1240700 261201 1240750 261233 1240800 261275 1240850 261246 1240900 261160 1240950 261152 1241000 261228 1241050 261268 1241100 261265 1241150 261211 1241200 261174 1241250 261156 1241300 261126 1241350 261134 1241400 261134 1241450 261162 1241500 261188 1241550 261150 1241600 261145 1241650 261140 1241700 261189 1241750 261252 1241800 261320 1241850 261328 1241900 261313 1241950 261344 1242000 261370 1242050 261326 1242100 261251 1242150 261254 1242200 261268 1242250 261231 1242300 261189 1242350 261241 1242400 261239 1242450 261205 1242500 261156 1242550 261229 1242600 261295 1242650 261366 1242700 261419 1242750 261470 1242800 261449 1242850 261407 1242900 261454 1242950 261467 1243000 261490 1243050 261358 1243100 261314 1243150 261292 1243200 261351 1243250 261374 1243300 261377 1243350 261380 1243400 261385 1243450 261441 1243500 261480 1243550 261578 1243600 261594 1243650 261634 1243700 261561 1243750 261509 1243800 261533 1243850 261488 1243900 261421 1243950 261347 1244000 261363 1244050 261391 1244100 261362 1244150 261411 1244200 261418 1244250 261435 1244300 261393 1244350 261410 1244400 261393 1244450 261361 1244500 261356 1244550 261374 1244600 261403 1244650 261426 1244700 261446 1244750 261478 1244800 261516 1244850 261428 1244900 261353 1244950 261296 1245000 261377 1245050 261427 1245100 261400 1245150 261369 1245200 261320 1245250 261351 1245300 261344 1245350 261294 1245400 261233 1245450 261237 1245500 261339 1245550 261397 1245600 261427 1245650 261388 1245700 261378 1245750 261375 1245800 261352 1245850 261293 1245900 261198 1245950 261143 1246000 261195 1246050 261228 1246100 261263 1246150 261233 1246200 261198 1246250 261147 1246300 261105 1246350 261109 1246400 261171 1246450 261206 1246500 261214 1246550 261169 1246600 261136 1246650 261092 1246700 261108 1246750 261115 1246800 261114 1246850 261105 1246900 261091 1246950 261098 1247000 261107 1247050 261097 1247100 261051 1247150 260963 1247200 260929 1247250 260971 1247300 261024 1247350 261071 1247400 261029 1247450 261018 1247500 261070 1247550 261148 1247600 261235 1247650 261223 1247700 261218 1247750 261233 1247800 261223 1247850 261242 1247900 261242 1247950 261301 1248000 261336 1248050 261336 1248100 261321 1248150 261357 1248200 261413 1248250 261395 1248300 261294 1248350 261238 1248400 261263 1248450 261351 1248500 261349 1248550 261310 1248600 261289 1248650 261298 1248700 261281 1248750 261262 1248800 261293 1248850 261308 1248900 261349 1248950 261319 1249000 261331 1249050 261284 1249100 261344 1249150 261448 1249200 261489 1249250 261404 1249300 261299 1249350 261231 1249400 261200 1249450 261195 1249500 261191 1249550 261146 1249600 261105 1249650 261125 1249700 261186 1249750 261172 1249800 261147 1249850 261139 1249900 261197 1249950 261225 1250000 261209 1250050 261205 1250100 261198 1250150 261217 1250200 261199 1250250 261164 1250300 261176 1250350 261144 1250400 261204 1250450 261167 1250500 261170 1250550 261147 1250600 261195 1250650 261256 1250700 261197 1250750 261141 1250800 261116 1250850 261151 1250900 261218 1250950 261201 1251000 261181 1251050 261154 1251100 261174 1251150 261188 1251200 261160 1251250 261151 1251300 261190 1251350 261265 1251400 261284 1251450 261281 1251500 261253 1251550 261299 1251600 261273 1251650 261218 1251700 261192 1251750 261220 1251800 261197 1251850 261136 1251900 261074 1251950 261110 1252000 261113 1252050 261130 1252100 261072 1252150 261051 1252200 261052 1252250 261075 1252300 261079 1252350 261097 1252400 261167 1252450 261197 1252500 261196 1252550 261145 1252600 261186 1252650 261259 1252700 261319 1252750 261251 1252800 261149 1252850 261054 1252900 261022 1252950 260978 1253000 261004 1253050 260995 1253100 261006 1253150 261038 1253200 261099 1253250 261140 1253300 261133 1253350 261130 1253400 261142 1253450 261116 1253500 261076 1253550 261056 1253600 261115 1253650 261162 1253700 261150 1253750 261087 1253800 261093 1253850 261105 1253900 261139 1253950 261120 1254000 261129 1254050 261127 1254100 261095 1254150 261094 1254200 261055 1254250 261077 1254300 261079 1254350 261148 1254400 261163 1254450 261163 1254500 261102 1254550 261149 1254600 261144 1254650 261167 1254700 261141 1254750 261177 1254800 261182 1254850 261178 1254900 261195 1254950 261200 1255000 261149 1255050 261097 1255100 261111 1255150 261085 1255200 261119 1255250 261113 1255300 261147 1255350 261064 1255400 261034 1255450 261019 1255500 261002 1255550 260983 1255600 261026 1255650 261107 1255700 261109 1255750 261044 1255800 260988 1255850 261020 1255900 261029 1255950 261090 1256000 261121 1256050 261137 1256100 261082 1256150 261046 1256200 261108 1256250 261097 1256300 261049 1256350 260964 1256400 260952 1256450 261000 1256500 261052 1256550 261140 1256600 261151 1256650 261193 1256700 261194 1256750 261225 1256800 261228 1256850 261268 1256900 261356 1256950 261400 1257000 261368 1257050 261261 1257100 261220 1257150 261222 1257200 261193 1257250 261190 1257300 261195 1257350 261293 1257400 261332 1257450 261362 1257500 261364 1257550 261310 1257600 261214 1257650 261095 1257700 261041 1257750 261051 1257800 261120 1257850 261206 1257900 261258 1257950 261226 1258000 261175 1258050 261125 1258100 261153 1258150 261146 1258200 261159 1258250 261169 1258300 261207 1258350 261283 1258400 261309 1258450 261254 1258500 261183 1258550 261115 1258600 261133 1258650 261185 1258700 261295 1258750 261424 1258800 261393 1258850 261307 1258900 261159 1258950 261119 1259000 261052 1259050 261093 1259100 261128 1259150 261160 1259200 261137 1259250 261117 1259300 261154 1259350 261209 1259400 261269 1259450 261289 1259500 261252 1259550 261214 1259600 261130 1259650 261148 1259700 261185 1259750 261282 1259800 261296 1259850 261247 1259900 261128 1259950 261060 1260000 261052 1260050 261138 1260100 261195 1260150 261221 1260200 261241 1260250 261216 1260300 261212 1260350 261199 1260400 261196 1260450 261175 1260500 261119 1260550 261131 1260600 261168 1260650 261178 1260700 261126 1260750 261092 1260800 261123 1260850 261159 1260900 261194 1260950 261187 1261000 261202 1261050 261161 1261100 261127 1261150 261125 1261200 261209 1261250 261216 1261300 261161 1261350 261040 1261400 261077 1261450 261072 1261500 261029 1261550 260890 1261600 260886 1261650 260912 1261700 261030 1261750 261049 1261800 261095 1261850 261095 1261900 261104 1261950 261117 1262000 261117 1262050 261155 1262100 261181 1262150 261152 1262200 261125 1262250 261076 1262300 261067 1262350 261020 1262400 260924 1262450 260833 1262500 260782 1262550 260818 1262600 260827 1262650 260823 1262700 260828 1262750 260826 1262800 260802 1262850 260700 1262900 260685 1262950 260711 1263000 260780 1263050 260794 1263100 260766 1263150 260755 1263200 260746 1263250 260750 1263300 260708 1263350 260645 1263400 260622 1263450 260618 1263500 260633 1263550 260593 1263600 260560 1263650 260525 1263700 260516 1263750 260544 1263800 260594 1263850 260611 1263900 260545 1263950 260488 1264000 260481 1264050 260525 1264100 260521 1264150 260437 1264200 260436 1264250 260471 1264300 260567 1264350 260608 1264400 260534 1264450 260500 1264500 260445 1264550 260506 1264600 260537 1264650 260517 1264700 260448 1264750 260348 1264800 260303 1264850 260338 1264900 260393 1264950 260407 1265000 260361 1265050 260330 1265100 260305 1265150 260275 1265200 260213 1265250 260138 1265300 260106 1265350 260066 1265400 260098 1265450 260050 1265500 260054 1265550 260050 1265600 260113 1265650 260098 1265700 260059 1265750 260015 1265800 260016 1265850 259955 1265900 259914 1265950 259898 1266000 259965 1266050 260023 1266100 260063 1266150 260059 1266200 260055 1266250 260052 1266300 260086 1266350 260064 1266400 260053 1266450 260012 1266500 259969 1266550 259934 1266600 259925 1266650 259952 1266700 259951 1266750 259970 1266800 260018 1266850 260070 1266900 260101 1266950 260039 1267000 259944 1267050 259843 1267100 259886 1267150 259963 1267200 260017 1267250 259977 1267300 259974 1267350 259957 1267400 259943 1267450 259908 1267500 259874 1267550 259856 1267600 259791 1267650 259816 1267700 259761 1267750 259780 1267800 259727 1267850 259771 1267900 259743 1267950 259787 1268000 259796 1268050 259805 1268100 259783 1268150 259785 1268200 259778 1268250 259700 1268300 259628 1268350 259571 1268400 259572 1268450 259598 1268500 259573 1268550 259548 1268600 259491 1268650 259576 1268700 259592 1268750 259609 1268800 259554 1268850 259571 1268900 259607 1268950 259632 1269000 259664 1269050 259702 1269100 259749 1269150 259758 1269200 259726 1269250 259700 1269300 259732 1269350 259762 1269400 259688 1269450 259593 1269500 259527 1269550 259587 1269600 259608 1269650 259629 1269700 259658 1269750 259711 1269800 259738 1269850 259700 1269900 259667 1269950 259609 1270000 259661 1270050 259625 1270100 259662 1270150 259542 1270200 259510 1270250 259507 1270300 259503 1270350 259486 1270400 259439 1270450 259454 1270500 259456 1270550 259450 1270600 259466 1270650 259566 1270700 259614 1270750 259654 1270800 259592 1270850 259610 1270900 259596 1270950 259638 1271000 259649 1271050 259704 1271100 259728 1271150 259663 1271200 259588 1271250 259556 1271300 259596 1271350 259602 1271400 259608 1271450 259578 1271500 259581 1271550 259574 1271600 259522 1271650 259521 1271700 259519 1271750 259544 1271800 259461 1271850 259399 1271900 259325 1271950 259315 1272000 259293 1272050 259379 1272100 259410 1272150 259384 1272200 259342 1272250 259382 1272300 259462 1272350 259495 1272400 259520 1272450 259533 1272500 259522 1272550 259510 1272600 259518 1272650 259608 1272700 259685 1272750 259679 1272800 259620 1272850 259610 1272900 259664 1272950 259679 1273000 259590 1273050 259573 1273100 259578 1273150 259624 1273200 259622 1273250 259680 1273300 259701 1273350 259705 1273400 259675 1273450 259667 1273500 259673 1273550 259673 1273600 259701 1273650 259725 1273700 259715 1273750 259715 1273800 259690 1273850 259675 1273900 259654 1273950 259654 1274000 259702 1274050 259811 1274100 259863 1274150 259823 1274200 259788 1274250 259760 1274300 259841 1274350 259852 1274400 259880 1274450 259907 1274500 259906 1274550 259903 1274600 259897 1274650 259913 1274700 259948 1274750 259996 1274800 259929 1274850 259837 1274900 259771 1274950 259793 1275000 259902 1275050 259955 1275100 260025 1275150 260001 1275200 259983 1275250 259908 1275300 259865 1275350 259833 1275400 259884 1275450 259894 1275500 259898 1275550 259895 1275600 259924 1275650 259967 1275700 259926 1275750 259880 1275800 259851 1275850 259838 1275900 259934 1275950 259931 1276000 259912 1276050 259824 1276100 259782 1276150 259864 1276200 259884 1276250 259879 1276300 259824 1276350 259894 1276400 260008 1276450 260040 1276500 259918 1276550 259795 1276600 259778 1276650 259912 1276700 259983 1276750 260008 1276800 259916 1276850 259873 1276900 259899 1276950 259955 1277000 259989 1277050 260003 1277100 260024 1277150 260025 1277200 259985 1277250 259973 1277300 260069 1277350 260180 1277400 260255 1277450 260240 1277500 260196 1277550 260143 1277600 260100 1277650 260054 1277700 260062 1277750 260079 1277800 260081 1277850 260015 1277900 259977 1277950 259995 1278000 260037 1278050 260032 1278100 260019 1278150 260016 1278200 260014 1278250 259998 1278300 260054 1278350 260087 1278400 260110 1278450 260050 1278500 260011 1278550 260007 1278600 260040 1278650 260060 1278700 260138 1278750 260202 1278800 260256 1278850 260232 1278900 260206 1278950 260239 1279000 260214 1279050 260192 1279100 260215 1279150 260279 1279200 260266 1279250 260232 1279300 260203 1279350 260209 1279400 260169 1279450 260141 1279500 260094 1279550 260091 1279600 260045 1279650 260095 1279700 260095 1279750 260132 1279800 260090 1279850 260072 1279900 260105 1279950 260187 1280000 260261 1280050 260318 1280100 260331 1280150 260306 1280200 260194 1280250 260196 1280300 260250 1280350 260373 1280400 260383 1280450 260420 1280500 260413 1280550 260398 1280600 260312 1280650 260297 1280700 260272 1280750 260276 1280800 260264 1280850 260263 1280900 260259 1280950 260258 1281000 260269 1281050 260280 1281100 260224 1281150 260219 1281200 260193 1281250 260191 1281300 260111 1281350 260070 1281400 260129 1281450 260156 1281500 260136 1281550 260086 1281600 260109 1281650 260152 1281700 260156 1281750 260180 1281800 260149 1281850 260110 1281900 260139 1281950 260254 1282000 260302 1282050 260240 1282100 260158 1282150 260149 1282200 260205 1282250 260301 1282300 260338 1282350 260357 1282400 260370 1282450 260402 1282500 260417 1282550 260399 1282600 260392 1282650 260355 1282700 260330 1282750 260377 1282800 260441 1282850 260469 1282900 260458 1282950 260420 1283000 260411 1283050 260398 1283100 260381 1283150 260399 1283200 260445 1283250 260490 1283300 260466 1283350 260413 1283400 260367 1283450 260377 1283500 260400 1283550 260471 1283600 260490 1283650 260449 1283700 260416 1283750 260422 1283800 260523 1283850 260606 1283900 260640 1283950 260613 1284000 260539 1284050 260471 1284100 260405 1284150 260338 1284200 260315 1284250 260329 1284300 260326 1284350 260321 1284400 260304 1284450 260387 1284500 260406 1284550 260399 1284600 260338 1284650 260321 1284700 260347 1284750 260373 1284800 260387 1284850 260388 1284900 260346 1284950 260340 1285000 260363 1285050 260447 1285100 260517 1285150 260502 1285200 260465 1285250 260424 1285300 260394 1285350 260392 1285400 260352 1285450 260304 1285500 260240 1285550 260159 1285600 260191 1285650 260267 1285700 260329 1285750 260335 1285800 260306 1285850 260298 1285900 260251 1285950 260284 1286000 260352 1286050 260411 1286100 260400 1286150 260379 1286200 260398 1286250 260383 1286300 260400 1286350 260387 1286400 260366 1286450 260329 1286500 260325 1286550 260345 1286600 260344 1286650 260336 1286700 260324 1286750 260337 1286800 260322 1286850 260283 1286900 260249 1286950 260221 1287000 260179 1287050 260182 1287100 260168 1287150 260203 1287200 260195 1287250 260201 1287300 260200 1287350 260198 1287400 260224 1287450 260240 1287500 260283 1287550 260256 1287600 260206 1287650 260147 1287700 260133 1287750 260157 1287800 260177 1287850 260168 1287900 260123 1287950 260068 1288000 260019 1288050 260057 1288100 260152 1288150 260256 1288200 260297 1288250 260230 1288300 260189 1288350 260147 1288400 260121 1288450 260089 1288500 260119 1288550 260138 1288600 260160 1288650 260151 1288700 260229 1288750 260193 1288800 260096 1288850 260011 1288900 260067 1288950 260174 1289000 260189 1289050 260131 1289100 260128 1289150 260159 1289200 260222 1289250 260194 1289300 260185 1289350 260194 1289400 260197 1289450 260200 1289500 260179 1289550 260192 1289600 260159 1289650 260155 1289700 260109 1289750 260140 1289800 260118 1289850 260114 1289900 260080 1289950 260093 1290000 260132 1290050 260195 1290100 260236 1290150 260241 1290200 260201 1290250 260177 1290300 260163 1290350 260146 1290400 260170 1290450 260220 1290500 260280 1290550 260248 1290600 260215 1290650 260214 1290700 260202 1290750 260147 1290800 260048 1290850 260042 1290900 260067 1290950 260087 1291000 260120 1291050 260139 1291100 260207 1291150 260198 1291200 260158 1291250 260131 1291300 260121 1291350 260193 1291400 260190 1291450 260174 1291500 260104 1291550 260079 1291600 260031 1291650 260053 1291700 260005 1291750 260030 1291800 260078 1291850 260129 1291900 260122 1291950 260017 1292000 259948 1292050 259942 1292100 259987 1292150 260056 1292200 260128 1292250 260155 1292300 260138 1292350 260041 1292400 260057 1292450 260113 1292500 260216 1292550 260170 1292600 260106 1292650 260096 1292700 260141 1292750 260150 1292800 260092 1292850 260065 1292900 260128 1292950 260217 1293000 260241 1293050 260225 1293100 260160 1293150 260088 1293200 260034 1293250 259989 1293300 260018 1293350 259963 1293400 259982 1293450 260021 1293500 260089 1293550 260126 1293600 260098 1293650 260135 1293700 260181 1293750 260194 1293800 260142 1293850 260008 1293900 259915 1293950 259867 1294000 259919 1294050 259983 1294100 260052 1294150 260052 1294200 260050 1294250 260009 1294300 259984 1294350 259967 1294400 259989 1294450 260011 1294500 260030 1294550 259971 1294600 259959 1294650 259976 1294700 259975 1294750 259990 1294800 259960 1294850 260045 1294900 260082 1294950 260111 1295000 260033 1295050 260003 1295100 259934 1295150 259957 1295200 259982 1295250 260079 1295300 260144 1295350 260138 1295400 260071 1295450 260059 1295500 260079 1295550 260135 1295600 260146 1295650 260131 1295700 260035 1295750 259946 1295800 259874 1295850 259910 1295900 259977 1295950 259993 1296000 260025 1296050 260034 1296100 260096 1296150 260018 1296200 259894 1296250 259786 1296300 259773 1296350 259856 1296400 259921 1296450 259952 1296500 259883 1296550 259831 1296600 259854 1296650 259952 1296700 260026 1296750 260005 1296800 259940 1296850 259875 1296900 259880 1296950 259898 1297000 259924 1297050 259915 1297100 259916 1297150 259874 1297200 259805 1297250 259800 1297300 259864 1297350 259965 1297400 259941 1297450 259900 1297500 259857 1297550 259862 1297600 259865 1297650 259847 1297700 259848 1297750 259839 1297800 259909 1297850 259895 1297900 259892 1297950 259832 1298000 259850 1298050 259929 1298100 260050 1298150 260058 1298200 259973 1298250 259859 1298300 259825 1298350 259839 1298400 259923 1298450 259991 1298500 259968 1298550 259890 1298600 259827 1298650 259818 1298700 259849 1298750 259908 1298800 259938 1298850 259916 1298900 259896 1298950 259882 1299000 259847 1299050 259805 1299100 259837 1299150 259897 1299200 259912 1299250 259960 1299300 259978 1299350 259986 1299400 259952 1299450 259898 1299500 259865 1299550 259763 1299600 259718 1299650 259716 1299700 259746 1299750 259748 1299800 259705 1299850 259656 1299900 259640 1299950 259676 1300000 259684 1300050 259631 1300100 259588 1300150 259571 1300200 259562 1300250 259530 1300300 259534 1300350 259620 1300400 259709 1300450 259747 1300500 259703 1300550 259614 1300600 259547 1300650 259519 1300700 259521 1300750 259618 1300800 259637 1300850 259631 1300900 259571 1300950 259571 1301000 259584 1301050 259615 1301100 259675 1301150 259671 1301200 259613 1301250 259566 1301300 259645 1301350 259678 1301400 259707 1301450 259663 1301500 259652 1301550 259557 1301600 259547 1301650 259503 1301700 259507 1301750 259540 1301800 259610 1301850 259626 1301900 259614 1301950 259542 1302000 259545 1302050 259546 1302100 259594 1302150 259607 1302200 259596 1302250 259612 1302300 259627 1302350 259574 1302400 259532 1302450 259500 1302500 259461 1302550 259500 1302600 259544 1302650 259628 1302700 259587 1302750 259572 1302800 259654 1302850 259727 1302900 259694 1302950 259539 1303000 259432 1303050 259432 1303100 259540 1303150 259583 1303200 259597 1303250 259460 1303300 259449 1303350 259449 1303400 259511 1303450 259519 1303500 259552 1303550 259559 1303600 259557 1303650 259520 1303700 259545 1303750 259579 1303800 259551 1303850 259457 1303900 259410 1303950 259496 1304000 259625 1304050 259715 1304100 259673 1304150 259630 1304200 259574 1304250 259599 1304300 259579 1304350 259507 1304400 259443 1304450 259508 1304500 259560 1304550 259559 1304600 259453 1304650 259371 1304700 259321 1304750 259307 1304800 259381 1304850 259461 1304900 259505 1304950 259563 1305000 259541 1305050 259512 1305100 259354 1305150 259323 1305200 259295 1305250 259370 1305300 259393 1305350 259435 1305400 259411 1305450 259399 1305500 259383 1305550 259400 1305600 259411 1305650 259385 1305700 259367 1305750 259331 1305800 259339 1305850 259355 1305900 259417 1305950 259464 1306000 259461 1306050 259421 1306100 259344 1306150 259334 1306200 259306 1306250 259328 1306300 259304 1306350 259293 1306400 259299 1306450 259285 1306500 259307 1306550 259353 1306600 259446 1306650 259430 1306700 259411 1306750 259407 1306800 259448 1306850 259458 1306900 259445 1306950 259454 1307000 259458 1307050 259420 1307100 259323 1307150 259254 1307200 259161 1307250 259206 1307300 259221 1307350 259360 1307400 259403 1307450 259397 1307500 259349 1307550 259320 1307600 259324 1307650 259367 1307700 259433 1307750 259460 1307800 259366 1307850 259229 1307900 259108 1307950 259117 1308000 259203 1308050 259272 1308100 259236 1308150 259179 1308200 259231 1308250 259316 1308300 259363 1308350 259292 1308400 259284 1308450 259277 1308500 259317 1308550 259301 1308600 259273 1308650 259322 1308700 259339 1308750 259333 1308800 259268 1308850 259253 1308900 259303 1308950 259346 1309000 259361 1309050 259370 1309100 259370 1309150 259327 1309200 259254 1309250 259191 1309300 259178 1309350 259176 1309400 259132 1309450 259119 1309500 259074 1309550 259082 1309600 259037 1309650 259046 1309700 259034 1309750 259018 1309800 259058 1309850 259119 1309900 259166 1309950 259138 1310000 259171 1310050 259205 1310100 259238 1310150 259139 1310200 259076 1310250 259024 1310300 259063 1310350 259114 1310400 259138 1310450 259104 1310500 259037 1310550 258977 1310600 259009 1310650 259038 1310700 259080 1310750 259079 1310800 259086 1310850 259099 1310900 259050 1310950 259001 1311000 258962 1311050 259021 1311100 259054 1311150 259083 1311200 259022 1311250 259065 1311300 259081 1311350 259109 1311400 259072 1311450 258990 1311500 258983 1311550 258896 1311600 258937 1311650 258900 1311700 258892 1311750 258922 1311800 258934 1311850 258958 1311900 258877 1311950 258770 1312000 258776 1312050 258806 1312100 258906 1312150 258942 1312200 258933 1312250 258932 1312300 258888 1312350 258814 1312400 258794 1312450 258780 1312500 258758 1312550 258688 1312600 258661 1312650 258679 1312700 258696 1312750 258685 1312800 258668 1312850 258624 1312900 258575 1312950 258547 1313000 258526 1313050 258561 1313100 258507 1313150 258456 1313200 258392 1313250 258393 1313300 258466 1313350 258515 1313400 258534 1313450 258521 1313500 258504 1313550 258495 1313600 258440 1313650 258424 1313700 258406 1313750 258351 1313800 258254 1313850 258185 1313900 258213 1313950 258218 1314000 258252 1314050 258217 1314100 258266 1314150 258298 1314200 258318 1314250 258253 1314300 258168 1314350 258128 1314400 258152 1314450 258206 1314500 258239 1314550 258225 1314600 258171 1314650 258122 1314700 258074 1314750 258048 1314800 258063 1314850 258122 1314900 258166 1314950 258193 1315000 258162 1315050 258098 1315100 258056 1315150 257999 1315200 258028 1315250 258019 1315300 258075 1315350 258079 1315400 258126 1315450 258106 1315500 258094 1315550 258046 1315600 258079 1315650 258102 1315700 258143 1315750 258087 1315800 258054 1315850 257999 1315900 258019 1315950 258005 1316000 257998 1316050 257933 1316100 257921 1316150 257931 1316200 257957 1316250 257968 1316300 257920 1316350 257914 1316400 257867 1316450 257863 1316500 257847 1316550 257823 1316600 257786 1316650 257774 1316700 257830 1316750 257891 1316800 257989 1316850 258001 1316900 257935 1316950 257813 1317000 257791 1317050 257847 1317100 257850 1317150 257807 1317200 257711 1317250 257714 1317300 257758 1317350 257851 1317400 257856 1317450 257825 1317500 257795 1317550 257793 1317600 257825 1317650 257846 1317700 257888 1317750 257864 1317800 257815 1317850 257767 1317900 257717 1317950 257701 1318000 257729 1318050 257752 1318100 257797 1318150 257748 1318200 257710 1318250 257656 1318300 257653 1318350 257750 1318400 257832 1318450 257884 1318500 257831 1318550 257809 1318600 257802 1318650 257789 1318700 257773 1318750 257774 1318800 257811 1318850 257779 1318900 257748 1318950 257756 1319000 257779 1319050 257753 1319100 257701 1319150 257660 1319200 257648 1319250 257597 1319300 257640 1319350 257647 1319400 257670 1319450 257641 1319500 257660 1319550 257698 1319600 257686 1319650 257653 1319700 257603 1319750 257567 1319800 257535 1319850 257556 1319900 257641 1319950 257753 1320000 257792 1320050 257801 1320100 257748 1320150 257688 1320200 257678 1320250 257709 1320300 257747 1320350 257734 1320400 257712 1320450 257715 1320500 257707 1320550 257723 1320600 257687 1320650 257664 1320700 257636 1320750 257656 1320800 257731 1320850 257784 1320900 257845 1320950 257779 1321000 257802 1321050 257801 1321100 257823 1321150 257720 1321200 257647 1321250 257646 1321300 257661 1321350 257686 1321400 257692 1321450 257724 1321500 257766 1321550 257752 1321600 257742 1321650 257694 1321700 257695 1321750 257662 1321800 257672 1321850 257665 1321900 257743 1321950 257782 1322000 257805 1322050 257820 1322100 257869 1322150 257896 1322200 257848 1322250 257774 1322300 257722 1322350 257753 1322400 257788 1322450 257879 1322500 257923 1322550 257959 1322600 257923 1322650 257926 1322700 257928 1322750 257978 1322800 257912 1322850 257807 1322900 257694 1322950 257712 1323000 257772 1323050 257834 1323100 257818 1323150 257845 1323200 257840 1323250 257842 1323300 257793 1323350 257759 1323400 257760 1323450 257774 1323500 257819 1323550 257839 1323600 257781 1323650 257756 1323700 257735 1323750 257799 1323800 257804 1323850 257773 1323900 257739 1323950 257775 1324000 257833 1324050 257837 1324100 257840 1324150 257865 1324200 257892 1324250 257936 1324300 257939 1324350 258013 1324400 258041 1324450 258019 1324500 258012 1324550 258055 1324600 258186 1324650 258276 1324700 258298 1324750 258249 1324800 258216 1324850 258159 1324900 258177 1324950 258164 1325000 258164 1325050 258112 1325100 258126 1325150 258115 1325200 258158 1325250 258205 1325300 258268 1325350 258288 1325400 258304 1325450 258303 1325500 258312 1325550 258231 1325600 258181 1325650 258145 1325700 258184 1325750 258235 1325800 258311 1325850 258295 1325900 258207 1325950 258178 1326000 258230 1326050 258292 1326100 258264 1326150 258131 1326200 258082 1326250 258084 1326300 258149 1326350 258147 1326400 258088 1326450 258122 1326500 258223 1326550 258286 1326600 258231 1326650 258179 1326700 258192 1326750 258227 1326800 258208 1326850 258171 1326900 258143 1326950 258144 1327000 258169 1327050 258216 1327100 258206 1327150 258254 1327200 258260 1327250 258197 1327300 258154 1327350 258147 1327400 258230 1327450 258230 1327500 258243 1327550 258274 1327600 258325 1327650 258388 1327700 258419 1327750 258395 1327800 258373 1327850 258308 1327900 258313 1327950 258398 1328000 258503 1328050 258539 1328100 258439 1328150 258436 1328200 258398 1328250 258411 1328300 258456 1328350 258502 1328400 258501 1328450 258482 1328500 258496 1328550 258474 1328600 258479 1328650 258501 1328700 258499 1328750 258407 1328800 258314 1328850 258370 1328900 258418 1328950 258418 1329000 258361 1329050 258344 1329100 258380 1329150 258384 1329200 258371 1329250 258391 1329300 258417 1329350 258455 1329400 258443 1329450 258412 1329500 258363 1329550 258356 1329600 258374 1329650 258441 1329700 258454 1329750 258456 1329800 258460 1329850 258445 1329900 258533 1329950 258516 1330000 258589 1330050 258565 1330100 258617 1330150 258595 1330200 258583 1330250 258514 1330300 258500 1330350 258439 1330400 258478 1330450 258553 1330500 258631 1330550 258611 1330600 258531 1330650 258538 1330700 258628 1330750 258647 1330800 258668 1330850 258628 1330900 258657 1330950 258641 1331000 258616 1331050 258580 1331100 258527 1331150 258538 1331200 258530 1331250 258556 1331300 258575 1331350 258619 1331400 258579 1331450 258520 1331500 258444 1331550 258512 1331600 258635 1331650 258735 1331700 258719 1331750 258621 1331800 258571 1331850 258569 1331900 258574 1331950 258556 1332000 258580 1332050 258624 1332100 258658 1332150 258600 1332200 258509 1332250 258466 1332300 258443 1332350 258475 1332400 258491 1332450 258568 1332500 258598 1332550 258618 1332600 258630 1332650 258664 1332700 258698 1332750 258713 1332800 258689 1332850 258617 1332900 258581 1332950 258552 1333000 258624 1333050 258605 1333100 258604 1333150 258634 1333200 258692 1333250 258689 1333300 258658 1333350 258638 1333400 258651 1333450 258613 1333500 258585 1333550 258569 1333600 258699 1333650 258761 1333700 258732 1333750 258609 1333800 258588 1333850 258669 1333900 258654 1333950 258563 1334000 258542 1334050 258535 1334100 258603 1334150 258616 1334200 258609 1334250 258581 1334300 258594 1334350 258634 1334400 258641 1334450 258662 1334500 258630 1334550 258640 1334600 258573 1334650 258599 1334700 258552 1334750 258530 1334800 258523 1334850 258539 1334900 258542 1334950 258559 1335000 258573 1335050 258601 1335100 258552 1335150 258561 1335200 258547 1335250 258556 1335300 258533 1335350 258518 1335400 258521 1335450 258473 1335500 258496 1335550 258532 1335600 258558 1335650 258547 1335700 258510 1335750 258554 1335800 258594 1335850 258625 1335900 258664 1335950 258680 1336000 258719 1336050 258711 1336100 258671 1336150 258651 1336200 258648 1336250 258665 1336300 258650 1336350 258672 1336400 258682 1336450 258640 1336500 258581 1336550 258607 1336600 258720 1336650 258777 1336700 258718 1336750 258666 1336800 258640 1336850 258653 1336900 258603 1336950 258591 1337000 258558 1337050 258570 1337100 258552 1337150 258560 1337200 258548 1337250 258610 1337300 258664 1337350 258711 1337400 258669 1337450 258583 1337500 258569 1337550 258607 1337600 258667 1337650 258616 1337700 258536 1337750 258496 1337800 258501 1337850 258506 1337900 258520 1337950 258481 1338000 258496 1338050 258491 1338100 258549 1338150 258494 1338200 258473 1338250 258499 1338300 258591 1338350 258653 1338400 258659 1338450 258639 1338500 258687 1338550 258741 1338600 258827 1338650 258758 1338700 258664 1338750 258624 1338800 258686 1338850 258805 1338900 258831 1338950 258772 1339000 258674 1339050 258599 1339100 258648 1339150 258649 1339200 258624 1339250 258555 1339300 258618 1339350 258666 1339400 258727 1339450 258743 1339500 258743 1339550 258748 1339600 258699 1339650 258712 1339700 258682 1339750 258703 1339800 258732 1339850 258722 1339900 258664 1339950 258611 1340000 258646 1340050 258717 1340100 258724 1340150 258720 1340200 258642 1340250 258644 1340300 258644 1340350 258681 1340400 258664 1340450 258652 1340500 258644 1340550 258621 1340600 258621 1340650 258642 1340700 258670 1340750 258655 1340800 258666 1340850 258676 1340900 258612 1340950 258597 1341000 258632 1341050 258712 1341100 258649 1341150 258611 1341200 258577 1341250 258603 1341300 258602 1341350 258589 1341400 258578 1341450 258598 1341500 258672 1341550 258747 1341600 258684 1341650 258622 1341700 258585 1341750 258639 1341800 258656 1341850 258707 1341900 258728 1341950 258708 1342000 258641 1342050 258640 1342100 258701 1342150 258686 1342200 258655 1342250 258607 1342300 258655 1342350 258698 1342400 258745 1342450 258791 1342500 258756 1342550 258698 1342600 258639 1342650 258651 1342700 258722 1342750 258736 1342800 258732 1342850 258694 1342900 258710 1342950 258740 1343000 258808 1343050 258782 1343100 258801 1343150 258821 1343200 258839 1343250 258742 1343300 258620 1343350 258604 1343400 258622 1343450 258630 1343500 258628 1343550 258683 1343600 258760 1343650 258816 1343700 258848 1343750 258873 1343800 258864 1343850 258877 1343900 258865 1343950 258880 1344000 258879 1344050 258901 1344100 258914 1344150 258917 1344200 258879 1344250 258849 1344300 258880 1344350 258883 1344400 258849 1344450 258770 1344500 258816 1344550 258879 1344600 258928 1344650 258927 1344700 258914 1344750 258923 1344800 258827 1344850 258791 1344900 258771 1344950 258866 1345000 258948 1345050 258977 1345100 258971 1345150 258874 1345200 258826 1345250 258817 1345300 258937 1345350 259076 1345400 259137 1345450 259113 1345500 258981 1345550 258931 1345600 258941 1345650 258963 1345700 258976 1345750 258935 1345800 258971 1345850 258998 1345900 259100 1345950 259152 1346000 259155 1346050 259129 1346100 259139 1346150 259143 1346200 259183 1346250 259142 1346300 259163 1346350 259115 1346400 259124 1346450 259151 1346500 259172 1346550 259172 1346600 259175 1346650 259212 1346700 259220 1346750 259233 1346800 259240 1346850 259289 1346900 259298 1346950 259269 1347000 259249 1347050 259239 1347100 259218 1347150 259225 1347200 259183 1347250 259251 1347300 259233 1347350 259294 1347400 259227 1347450 259206 1347500 259176 1347550 259232 1347600 259295 1347650 259329 1347700 259342 1347750 259380 1347800 259404 1347850 259432 1347900 259393 1347950 259366 1348000 259361 1348050 259455 1348100 259523 1348150 259534 1348200 259481 1348250 259463 1348300 259496 1348350 259501 1348400 259433 1348450 259371 1348500 259360 1348550 259415 1348600 259419 1348650 259408 1348700 259413 1348750 259425 1348800 259409 1348850 259401 1348900 259435 1348950 259513 1349000 259554 1349050 259583 1349100 259615 1349150 259609 1349200 259598 1349250 259567 1349300 259645 1349350 259656 1349400 259660 1349450 259592 1349500 259583 1349550 259603 1349600 259681 1349650 259726 1349700 259757 1349750 259709 1349800 259693 1349850 259679 1349900 259709 1349950 259671 1350000 259661 1350050 259642 1350100 259641 1350150 259646 1350200 259616 1350250 259605 1350300 259611 1350350 259614 1350400 259653 1350450 259599 1350500 259605 1350550 259564 1350600 259599 1350650 259585 1350700 259578 1350750 259600 1350800 259656 1350850 259726 1350900 259742 1350950 259718 1351000 259658 1351050 259586 1351100 259609 1351150 259700 1351200 259771 1351250 259776 1351300 259779 1351350 259774 1351400 259762 1351450 259744 1351500 259773 1351550 259783 1351600 259794 1351650 259825 1351700 259867 1351750 259866 1351800 259820 1351850 259792 1351900 259751 1351950 259779 1352000 259785 1352050 259845 1352100 259772 1352150 259757 1352200 259753 1352250 259841 1352300 259910 1352350 259903 1352400 259884 1352450 259893 1352500 259949 1352550 260030 1352600 260028 1352650 260052 1352700 260069 1352750 260080 1352800 260054 1352850 260067 1352900 260078 1352950 260112 1353000 260099 1353050 260191 1353100 260233 1353150 260247 1353200 260240 1353250 260272 1353300 260320 1353350 260350 1353400 260381 1353450 260378 1353500 260391 1353550 260405 1353600 260472 1353650 260495 1353700 260488 1353750 260461 1353800 260439 1353850 260465 1353900 260555 1353950 260683 1354000 260751 1354050 260737 1354100 260679 1354150 260662 1354200 260675 1354250 260789 1354300 260891 1354350 260911 1354400 260876 1354450 260887 1354500 260944 1354550 260904 1354600 260837 1354650 260788 1354700 260751 1354750 260774 1354800 260823 1354850 260901 1354900 260897 1354950 260905 1355000 260970 1355050 261017 1355100 261030 1355150 261003 1355200 260972 1355250 260938 1355300 260916 1355350 260942 1355400 260952 1355450 261017 1355500 261024 1355550 261006 1355600 260901 1355650 260907 1355700 260912 1355750 260944 1355800 260900 1355850 260929 1355900 260961 1355950 260955 1356000 260942 1356050 260907 1356100 260925 1356150 260935 1356200 260922 1356250 260942 1356300 260907 1356350 260934 1356400 260947 1356450 260992 1356500 260973 1356550 260950 1356600 260977 1356650 261092 1356700 261120 1356750 261068 1356800 261002 1356850 261041 1356900 261071 1356950 261067 1357000 261059 1357050 261086 1357100 261114 1357150 261033 1357200 260957 1357250 260920 1357300 260980 1357350 260994 1357400 260897 1357450 260805 1357500 260811 1357550 260819 1357600 260839 1357650 260794 1357700 260832 1357750 260812 1357800 260851 1357850 260820 1357900 260835 1357950 260822 1358000 260847 1358050 260881 1358100 260890 1358150 260913 1358200 260852 1358250 260757 1358300 260695 1358350 260685 1358400 260739 1358450 260731 1358500 260684 1358550 260644 1358600 260599 1358650 260640 1358700 260673 1358750 260719 1358800 260710 1358850 260697 1358900 260653 1358950 260626 1359000 260543 1359050 260595 1359100 260579 1359150 260615 1359200 260547 1359250 260556 1359300 260535 1359350 260593 1359400 260610 1359450 260668 1359500 260661 1359550 260679 1359600 260706 1359650 260711 1359700 260651 1359750 260582 1359800 260531 1359850 260536 1359900 260504 1359950 260471 1360000 260450 1360050 260439 1360100 260423 1360150 260435 1360200 260451 1360250 260484 1360300 260442 1360350 260404 1360400 260395 1360450 260409 1360500 260375 1360550 260354 1360600 260328 1360650 260320 1360700 260244 1360750 260191 1360800 260145 1360850 260099 1360900 260077 1360950 260110 1361000 260138 1361050 260112 1361100 260009 1361150 259942 1361200 259905 1361250 259912 1361300 259920 1361350 259966 1361400 259936 1361450 259878 1361500 259794 1361550 259775 1361600 259711 1361650 259737 1361700 259742 1361750 259845 1361800 259856 1361850 259864 1361900 259877 1361950 259870 1362000 259817 1362050 259702 1362100 259540 1362150 259523 1362200 259560 1362250 259624 1362300 259555 1362350 259481 1362400 259423 1362450 259459 1362500 259479 1362550 259526 1362600 259458 1362650 259394 1362700 259318 1362750 259347 1362800 259333 1362850 259361 1362900 259399 1362950 259449 1363000 259381 1363050 259263 1363100 259153 1363150 259128 1363200 259128 1363250 259124 1363300 259064 1363350 259007 1363400 258913 1363450 258901 1363500 258955 1363550 259061 1363600 259111 1363650 259053 1363700 259008 1363750 258899 1363800 258862 1363850 258821 1363900 258831 1363950 258829 1364000 258848 1364050 258821 1364100 258790 1364150 258739 1364200 258777 1364250 258797 1364300 258775 1364350 258756 1364400 258673 1364450 258585 1364500 258567 1364550 258554 1364600 258580 1364650 258508 1364700 258571 1364750 258577 1364800 258534 1364850 258444 1364900 258433 1364950 258457 1365000 258396 1365050 258349 1365100 258316 1365150 258294 1365200 258222 1365250 258115 1365300 258077 1365350 258099 1365400 258192 1365450 258263 1365500 258215 1365550 258097 1365600 258014 1365650 258040 1365700 258065 1365750 258072 1365800 258006 1365850 258029 1365900 258062 1365950 258153 1366000 258148 1366050 258125 1366100 258034 1366150 257999 1366200 257904 1366250 257879 1366300 257834 1366350 257836 1366400 257821 1366450 257850 1366500 257906 1366550 257876 1366600 257802 1366650 257742 1366700 257738 1366750 257765 1366800 257722 1366850 257689 1366900 257604 1366950 257551 1367000 257523 1367050 257544 1367100 257563 1367150 257574 1367200 257538 1367250 257536 1367300 257471 1367350 257424 1367400 257404 1367450 257398 1367500 257409 1367550 257382 1367600 257346 1367650 257336 1367700 257322 1367750 257360 1367800 257412 1367850 257411 1367900 257359 1367950 257232 1368000 257202 1368050 257210 1368100 257275 1368150 257316 1368200 257293 1368250 257279 1368300 257305 1368350 257397 1368400 257395 1368450 257307 1368500 257216 1368550 257154 1368600 257125 1368650 257129 1368700 257144 1368750 257132 1368800 257126 1368850 257126 1368900 257085 1368950 257053 1369000 257035 1369050 257135 1369100 257135 1369150 257087 1369200 256994 1369250 257029 1369300 257111 1369350 257129 1369400 257094 1369450 257074 1369500 257089 1369550 257088 1369600 257006 1369650 256917 1369700 256858 1369750 256900 1369800 257028 1369850 257088 1369900 257052 1369950 256949 1370000 256900 1370050 256939 1370100 256919 1370150 256932 1370200 256926 1370250 256996 1370300 256980 1370350 256948 1370400 256919 1370450 256933 1370500 256918 1370550 256893 1370600 256890 1370650 256911 1370700 256903 1370750 256880 1370800 256910 1370850 256954 1370900 257029 1370950 257042 1371000 257008 1371050 256980 1371100 256999 1371150 257023 1371200 256984 1371250 256923 1371300 256928 1371350 256927 1371400 256905 1371450 256830 1371500 256838 1371550 256878 1371600 256942 1371650 256907 1371700 256843 1371750 256804 1371800 256864 1371850 256863 1371900 256846 1371950 256767 1372000 256804 1372050 256848 1372100 256857 1372150 256856 1372200 256801 1372250 256797 1372300 256788 1372350 256793 1372400 256765 1372450 256735 1372500 256757 1372550 256786 1372600 256808 1372650 256845 1372700 256797 1372750 256790 1372800 256687 1372850 256705 1372900 256658 1372950 256635 1373000 256595 1373050 256583 1373100 256614 1373150 256675 1373200 256743 1373250 256752 1373300 256732 1373350 256642 1373400 256616 1373450 256689 1373500 256748 1373550 256728 1373600 256684 1373650 256658 1373700 256670 1373750 256578 1373800 256603 1373850 256634 1373900 256666 1373950 256699 1374000 256748 1374050 256761 1374100 256694 1374150 256679 1374200 256662 1374250 256660 1374300 256665 1374350 256682 1374400 256649 1374450 256600 1374500 256594 1374550 256634 1374600 256652 1374650 256635 1374700 256609 1374750 256629 1374800 256644 1374850 256691 1374900 256613 1374950 256622 1375000 256569 1375050 256630 1375100 256619 1375150 256660 1375200 256665 1375250 256722 1375300 256758 1375350 256790 1375400 256786 1375450 256721 1375500 256631 1375550 256627 1375600 256718 1375650 256827 1375700 256815 1375750 256782 1375800 256727 1375850 256702 1375900 256672 1375950 256671 1376000 256752 1376050 256770 1376100 256772 1376150 256694 1376200 256681 1376250 256659 1376300 256686 1376350 256745 1376400 256794 1376450 256798 1376500 256804 1376550 256811 1376600 256822 1376650 256750 1376700 256727 1376750 256717 1376800 256737 1376850 256743 1376900 256714 1376950 256745 1377000 256754 1377050 256792 1377100 256795 1377150 256820 1377200 256774 1377250 256808 1377300 256804 1377350 256855 1377400 256775 1377450 256698 1377500 256680 1377550 256731 1377600 256787 1377650 256748 1377700 256736 1377750 256733 1377800 256790 1377850 256701 1377900 256621 1377950 256586 1378000 256648 1378050 256739 1378100 256813 1378150 256823 1378200 256824 1378250 256798 1378300 256848 1378350 256846 1378400 256867 1378450 256887 1378500 256922 1378550 256878 1378600 256794 1378650 256733 1378700 256784 1378750 256843 1378800 256889 1378850 256846 1378900 256795 1378950 256730 1379000 256727 1379050 256784 1379100 256875 1379150 256827 1379200 256784 1379250 256739 1379300 256817 1379350 256827 1379400 256845 1379450 256850 1379500 256848 1379550 256850 1379600 256872 1379650 256887 1379700 256875 1379750 256857 1379800 256835 1379850 256802 1379900 256754 1379950 256780 1380000 256870 1380050 256958 1380100 256987 1380150 256966 1380200 256944 1380250 256934 1380300 256924 1380350 256911 1380400 256862 1380450 256817 1380500 256779 1380550 256831 1380600 256866 1380650 256908 1380700 256866 1380750 256843 1380800 256774 1380850 256791 1380900 256876 1380950 256969 1381000 257001 1381050 256984 1381100 256948 1381150 256916 1381200 256862 1381250 256873 1381300 256837 1381350 256818 1381400 256812 1381450 256852 1381500 256854 1381550 256873 1381600 256922 1381650 256965 1381700 256909 1381750 256795 1381800 256746 1381850 256787 1381900 256863 1381950 256841 1382000 256876 1382050 256906 1382100 257020 1382150 257037 1382200 257044 1382250 257049 1382300 257034 1382350 257022 1382400 257001 1382450 256975 1382500 257007 1382550 256980 1382600 256953 1382650 256917 1382700 256933 1382750 256993 1382800 257038 1382850 257051 1382900 257087 1382950 257075 1383000 257101 1383050 257080 1383100 257046 1383150 257040 1383200 257015 1383250 257025 1383300 257037 1383350 257063 1383400 257076 1383450 257026 1383500 256969 1383550 256997 1383600 257049 1383650 257161 1383700 257158 1383750 257152 1383800 257085 1383850 257082 1383900 257101 1383950 257152 1384000 257212 1384050 257220 1384100 257172 1384150 257092 1384200 257053 1384250 257101 1384300 257173 1384350 257243 1384400 257186 1384450 257139 1384500 257101 1384550 257234 1384600 257296 1384650 257211 1384700 257071 1384750 256952 1384800 256997 1384850 257048 1384900 257111 1384950 257135 1385000 257126 1385050 257114 1385100 257087 1385150 257088 1385200 257094 1385250 257126 1385300 257091 1385350 257046 1385400 257042 1385450 257051 1385500 257061 1385550 257063 1385600 257030 1385650 257029 1385700 257011 1385750 257074 1385800 257114 1385850 257104 1385900 257029 1385950 257018 1386000 257005 1386050 257011 1386100 256986 1386150 256997 1386200 257041 1386250 257001 1386300 256940 1386350 256858 1386400 256912 1386450 256961 1386500 257072 1386550 257090 1386600 257095 1386650 257079 1386700 257070 1386750 257088 1386800 257131 1386850 257138 1386900 257165 1386950 257124 1387000 257115 1387050 257127 1387100 257174 1387150 257231 1387200 257164 1387250 257096 1387300 257033 1387350 257106 1387400 257113 1387450 257066 1387500 257013 1387550 256978 1387600 257010 1387650 257040 1387700 257056 1387750 256975 1387800 256916 1387850 256902 1387900 256999 1387950 257046 1388000 257065 1388050 257072 1388100 257044 1388150 257145 1388200 257215 1388250 257234 1388300 257072 1388350 256967 1388400 256941 1388450 256959 1388500 256974 1388550 257009 1388600 257065 1388650 257082 1388700 257058 1388750 257003 1388800 256964 1388850 256946 1388900 256944 1388950 256968 1389000 256975 1389050 257016 1389100 257055 1389150 257029 1389200 256980 1389250 256929 1389300 256953 1389350 256982 1389400 256945 1389450 256957 1389500 256971 1389550 257013 1389600 257024 1389650 256998 1389700 256993 1389750 256983 1389800 256990 1389850 256973 1389900 256967 1389950 256962 1390000 256985 1390050 256958 1390100 256961 1390150 256916 1390200 256891 1390250 256812 1390300 256785 1390350 256835 1390400 256908 1390450 256941 1390500 256926 1390550 256939 1390600 256954 1390650 256899 1390700 256888 1390750 256885 1390800 256949 1390850 256947 1390900 256956 1390950 256960 1391000 256970 1391050 256924 1391100 256911 1391150 256880 1391200 256937 1391250 256974 1391300 257032 1391350 257038 1391400 256997 1391450 257019 1391500 257032 1391550 257108 1391600 257126 1391650 257131 1391700 257100 1391750 257126 1391800 257186 1391850 257172 1391900 257133 1391950 257118 1392000 257203 1392050 257245 1392100 257213 1392150 257185 1392200 257169 1392250 257150 1392300 257053 1392350 256975 1392400 257035 1392450 257128 1392500 257159 1392550 257038 1392600 256991 1392650 257013 1392700 257124 1392750 257176 1392800 257202 1392850 257253 1392900 257231 1392950 257207 1393000 257171 1393050 257158 1393100 257176 1393150 257144 1393200 257130 1393250 257068 1393300 257047 1393350 257062 1393400 257099 1393450 257120 1393500 257122 1393550 257106 1393600 257058 1393650 257035 1393700 257019 1393750 257054 1393800 257126 1393850 257148 1393900 257186 1393950 257198 1394000 257212 1394050 257169 1394100 257063 1394150 257041 1394200 257042 1394250 257047 1394300 257053 1394350 257028 1394400 257054 1394450 257024 1394500 257013 1394550 256949 1394600 256972 1394650 257012 1394700 257036 1394750 256966 1394800 256928 1394850 257003 1394900 257044 1394950 257043 1395000 256987 1395050 256963 1395100 257016 1395150 257095 1395200 257218 1395250 257206 1395300 257130 1395350 257040 1395400 257034 1395450 257106 1395500 257223 1395550 257221 1395600 257194 1395650 257088 1395700 257043 1395750 256998 1395800 257006 1395850 257043 1395900 257070 1395950 257087 1396000 257103 1396050 257121 1396100 257134 1396150 257136 1396200 257145 1396250 257135 1396300 257161 1396350 257196 1396400 257230 1396450 257209 1396500 257159 1396550 257154 1396600 257216 1396650 257208 1396700 257174 1396750 257133 1396800 257212 1396850 257214 1396900 257240 1396950 257227 1397000 257286 1397050 257272 1397100 257214 1397150 257143 1397200 257142 1397250 257194 1397300 257278 1397350 257310 1397400 257303 1397450 257297 1397500 257267 1397550 257289 1397600 257272 1397650 257293 1397700 257280 1397750 257250 1397800 257245 1397850 257266 1397900 257310 1397950 257296 1398000 257264 1398050 257189 1398100 257188 1398150 257199 1398200 257273 1398250 257271 1398300 257221 1398350 257195 1398400 257184 1398450 257190 1398500 257228 1398550 257296 1398600 257326 1398650 257324 1398700 257253 1398750 257207 1398800 257185 1398850 257182 1398900 257200 1398950 257115 1399000 257096 1399050 257130 1399100 257224 1399150 257319 1399200 257349 1399250 257374 1399300 257312 1399350 257281 1399400 257216 1399450 257263 1399500 257260 1399550 257291 1399600 257239 1399650 257205 1399700 257164 1399750 257115 1399800 257068 1399850 257060 1399900 257122 1399950 257154 1400000 257177 1400050 257155 1400100 257144 1400150 257114 1400200 257118 1400250 257136 1400300 257145 1400350 257105 1400400 257139 1400450 257149 1400500 257164 1400550 257119 1400600 257127 1400650 257169 1400700 257245 1400750 257273 1400800 257303 1400850 257299 1400900 257329 1400950 257274 1401000 257214 1401050 257175 1401100 257195 1401150 257206 1401200 257191 1401250 257147 1401300 257139 1401350 257191 1401400 257225 1401450 257291 1401500 257278 1401550 257269 1401600 257234 1401650 257168 1401700 257202 1401750 257232 1401800 257303 1401850 257314 1401900 257295 1401950 257254 1402000 257199 1402050 257184 1402100 257223 1402150 257277 1402200 257290 1402250 257300 1402300 257266 1402350 257244 1402400 257210 1402450 257224 1402500 257270 1402550 257258 1402600 257241 1402650 257202 1402700 257157 1402750 257098 1402800 257013 1402850 257027 1402900 257096 1402950 257094 1403000 257082 1403050 257020 1403100 257087 1403150 257144 1403200 257216 1403250 257206 1403300 257140 1403350 257090 1403400 257037 1403450 256973 1403500 256938 1403550 256958 1403600 257009 1403650 257023 1403700 256975 1403750 256945 1403800 256919 1403850 257031 1403900 257160 1403950 257227 1404000 257184 1404050 257151 1404100 257109 1404150 257118 1404200 257111 1404250 257209 1404300 257300 1404350 257273 1404400 257208 1404450 257188 1404500 257212 1404550 257199 1404600 257207 1404650 257233 1404700 257262 1404750 257239 1404800 257260 1404850 257280 1404900 257259 1404950 257275 1405000 257285 1405050 257293 1405100 257224 1405150 257196 1405200 257207 1405250 257241 1405300 257262 1405350 257251 1405400 257245 1405450 257257 1405500 257243 1405550 257190 1405600 257121 1405650 257136 1405700 257151 1405750 257124 1405800 257092 1405850 257076 1405900 257161 1405950 257162 1406000 257176 1406050 257153 1406100 257136 1406150 257171 1406200 257168 1406250 257133 1406300 257122 1406350 257136 1406400 257179 1406450 257203 1406500 257139 1406550 257101 1406600 257065 1406650 257102 1406700 257099 1406750 257064 1406800 257051 1406850 257034 1406900 257013 1406950 257032 1407000 257082 1407050 257082 1407100 257053 1407150 257011 1407200 257059 1407250 257062 1407300 257119 1407350 257073 1407400 257047 1407450 257054 1407500 257093 1407550 257074 1407600 257053 1407650 257027 1407700 257019 1407750 256942 1407800 256918 1407850 256920 1407900 256950 1407950 256961 1408000 256982 1408050 256970 1408100 256971 1408150 256969 1408200 256956 1408250 256937 1408300 256999 1408350 257051 1408400 257095 1408450 256985 1408500 256889 1408550 256824 1408600 256836 1408650 256849 1408700 256826 1408750 256857 1408800 256891 1408850 256934 1408900 256897 1408950 256898 1409000 256909 1409050 256878 1409100 256791 1409150 256692 1409200 256667 1409250 256698 1409300 256790 1409350 256865 1409400 256903 1409450 256857 1409500 256840 1409550 256845 1409600 256901 1409650 256908 1409700 256873 1409750 256834 1409800 256824 1409850 256908 1409900 256939 1409950 256907 1410000 256835 1410050 256772 1410100 256842 1410150 256823 1410200 256848 1410250 256802 1410300 256768 1410350 256741 1410400 256732 1410450 256738 1410500 256799 1410550 256776 1410600 256788 1410650 256726 1410700 256715 1410750 256724 1410800 256720 1410850 256676 1410900 256664 1410950 256673 1411000 256761 1411050 256804 1411100 256798 1411150 256767 1411200 256710 1411250 256692 1411300 256670 1411350 256715 1411400 256776 1411450 256796 1411500 256708 1411550 256684 1411600 256640 1411650 256664 1411700 256632 1411750 256688 1411800 256760 1411850 256784 1411900 256726 1411950 256631 1412000 256603 1412050 256569 1412100 256636 1412150 256631 1412200 256628 1412250 256555 1412300 256534 1412350 256529 1412400 256485 1412450 256440 1412500 256438 1412550 256565 1412600 256663 1412650 256690 1412700 256674 1412750 256661 1412800 256734 1412850 256748 1412900 256777 1412950 256716 1413000 256697 1413050 256682 1413100 256741 1413150 256722 1413200 256719 1413250 256679 1413300 256723 1413350 256689 1413400 256722 1413450 256678 1413500 256735 1413550 256764 1413600 256813 1413650 256810 1413700 256782 1413750 256794 1413800 256807 1413850 256811 1413900 256867 1413950 256952 1414000 257032 1414050 257067 1414100 257037 1414150 257019 1414200 256950 1414250 256924 1414300 256941 1414350 256958 1414400 256909 1414450 256876 1414500 256910 1414550 257001 1414600 257052 1414650 257081 1414700 257079 1414750 257072 1414800 257060 1414850 257093 1414900 257150 1414950 257193 1415000 257215 1415050 257223 1415100 257145 1415150 257126 1415200 257148 1415250 257212 1415300 257253 1415350 257265 1415400 257236 1415450 257223 1415500 257234 1415550 257293 1415600 257257 1415650 257207 1415700 257178 1415750 257148 1415800 257144 1415850 257176 1415900 257241 1415950 257273 1416000 257255 1416050 257220 1416100 257167 1416150 257165 1416200 257114 1416250 257115 1416300 257163 1416350 257269 1416400 257300 1416450 257250 1416500 257202 1416550 257221 1416600 257232 1416650 257211 1416700 257203 1416750 257201 1416800 257297 1416850 257320 1416900 257356 1416950 257334 1417000 257319 1417050 257351 1417100 257423 1417150 257502 1417200 257543 1417250 257486 1417300 257488 1417350 257459 1417400 257493 1417450 257465 1417500 257469 1417550 257514 1417600 257561 1417650 257526 1417700 257497 1417750 257488 1417800 257558 1417850 257532 1417900 257510 1417950 257518 1418000 257524 1418050 257531 1418100 257542 1418150 257596 1418200 257636 1418250 257610 1418300 257554 1418350 257500 1418400 257436 1418450 257473 1418500 257501 1418550 257512 1418600 257439 1418650 257417 1418700 257431 1418750 257437 1418800 257385 1418850 257329 1418900 257284 1418950 257225 1419000 257233 1419050 257275 1419100 257323 1419150 257310 1419200 257292 1419250 257299 1419300 257274 1419350 257178 1419400 257127 1419450 257139 1419500 257169 1419550 257178 1419600 257154 1419650 257208 1419700 257228 1419750 257179 1419800 257197 1419850 257195 1419900 257302 1419950 257263 1420000 257233 1420050 257154 1420100 257148 1420150 257120 1420200 257089 1420250 257099 1420300 257198 1420350 257256 1420400 257265 1420450 257186 1420500 257210 1420550 257228 1420600 257286 1420650 257275 1420700 257257 1420750 257198 1420800 257128 1420850 257063 1420900 257026 1420950 257028 1421000 257039 1421050 257077 1421100 257093 1421150 257060 1421200 257008 1421250 256983 1421300 256993 1421350 257001 1421400 257014 1421450 257055 1421500 257054 1421550 257070 1421600 257039 1421650 257078 1421700 257064 1421750 257037 1421800 257021 1421850 257019 1421900 256996 1421950 256972 1422000 256963 1422050 257041 1422100 257037 1422150 257033 1422200 256979 1422250 256927 1422300 256876 1422350 256850 1422400 256898 1422450 256954 1422500 256975 1422550 256953 1422600 256950 1422650 256939 1422700 256933 1422750 256909 1422800 256887 1422850 256843 1422900 256746 1422950 256764 1423000 256811 1423050 256889 1423100 256826 1423150 256777 1423200 256683 1423250 256720 1423300 256694 1423350 256768 1423400 256708 1423450 256710 1423500 256653 1423550 256690 1423600 256721 1423650 256767 1423700 256791 1423750 256784 1423800 256755 1423850 256707 1423900 256738 1423950 256770 1424000 256857 1424050 256899 1424100 256944 1424150 256938 1424200 256926 1424250 256943 1424300 256893 1424350 256901 1424400 256883 1424450 256905 1424500 256852 1424550 256772 1424600 256735 1424650 256724 1424700 256734 1424750 256708 1424800 256756 1424850 256755 1424900 256797 1424950 256782 1425000 256802 1425050 256804 1425100 256783 1425150 256782 1425200 256760 1425250 256771 1425300 256731 1425350 256673 1425400 256619 1425450 256609 1425500 256659 1425550 256606 1425600 256616 1425650 256629 1425700 256708 1425750 256776 1425800 256795 1425850 256791 1425900 256752 1425950 256767 1426000 256788 1426050 256878 1426100 256938 1426150 256979 1426200 256900 1426250 256832 1426300 256806 1426350 256827 1426400 256846 1426450 256818 1426500 256888 1426550 256933 1426600 257019 1426650 257013 1426700 257009 1426750 256990 1426800 257023 1426850 257032 1426900 257038 1426950 257013 1427000 256964 1427050 256942 1427100 256886 1427150 256985 1427200 257048 1427250 257106 1427300 257056 1427350 257031 1427400 256950 1427450 256895 1427500 256816 1427550 256827 1427600 256812 1427650 256851 1427700 256888 1427750 256966 1427800 256935 1427850 256959 1427900 256943 1427950 256976 1428000 256924 1428050 256886 1428100 256828 1428150 256835 1428200 256800 1428250 256806 1428300 256812 1428350 256861 1428400 256867 1428450 256812 1428500 256758 1428550 256751 1428600 256774 1428650 256771 1428700 256733 1428750 256725 1428800 256733 1428850 256823 1428900 256857 1428950 256872 1429000 256861 1429050 256873 1429100 256902 1429150 256908 1429200 256967 1429250 256999 1429300 256993 1429350 256961 1429400 256970 1429450 257000 1429500 256981 1429550 256983 1429600 256996 1429650 256965 1429700 256905 1429750 256903 1429800 256957 1429850 256988 1429900 257006 1429950 256981 1430000 256973 1430050 256940 1430100 256987 1430150 257035 1430200 257035 1430250 256990 1430300 256941 1430350 256986 1430400 256968 1430450 256920 1430500 256856 1430550 256837 1430600 256948 1430650 257029 1430700 257130 1430750 257140 1430800 257107 1430850 257089 1430900 257090 1430950 257058 1431000 257023 1431050 256944 1431100 256948 1431150 256948 1431200 256980 1431250 257005 1431300 257018 1431350 257017 1431400 257024 1431450 257013 1431500 257050 1431550 257085 1431600 257087 1431650 257084 1431700 257066 1431750 257054 1431800 257047 1431850 257001 1431900 257021 1431950 257051 1432000 257044 1432050 256971 1432100 256859 1432150 256838 1432200 256824 1432250 256779 1432300 256819 1432350 256882 1432400 256955 1432450 256986 1432500 257009 1432550 257017 1432600 256982 1432650 256945 1432700 256924 1432750 256901 1432800 256915 1432850 256954 1432900 256937 1432950 256920 1433000 256888 1433050 256891 1433100 256891 1433150 256880 1433200 256912 1433250 256987 1433300 257026 1433350 257042 1433400 256983 1433450 256977 1433500 256928 1433550 256913 1433600 256940 1433650 256999 1433700 257018 1433750 256964 1433800 256900 1433850 256971 1433900 257026 1433950 257086 1434000 257008 1434050 256976 1434100 256951 1434150 256995 1434200 257067 1434250 257149 1434300 257137 1434350 257094 1434400 257078 1434450 257109 1434500 257095 1434550 257028 1434600 256976 1434650 257017 1434700 257027 1434750 257003 1434800 256955 1434850 256868 1434900 256846 1434950 256862 1435000 256997 1435050 257061 1435100 257018 1435150 257040 1435200 257053 1435250 257122 1435300 257060 1435350 257042 1435400 256999 1435450 257081 1435500 257131 1435550 257142 1435600 257072 1435650 257013 1435700 257073 1435750 257079 1435800 257092 1435850 257044 1435900 257001 1435950 257039 1436000 257097 1436050 257183 1436100 257153 1436150 257122 1436200 257099 1436250 257178 1436300 257215 1436350 257205 1436400 257160 1436450 257142 1436500 257146 1436550 257070 1436600 257001 1436650 257051 1436700 257090 1436750 257098 1436800 256973 1436850 256981 1436900 257037 1436950 257094 1437000 257120 1437050 257113 1437100 257089 1437150 257101 1437200 257179 1437250 257247 1437300 257211 1437350 257148 1437400 257117 1437450 257178 1437500 257162 1437550 257207 1437600 257215 1437650 257246 1437700 257221 1437750 257233 1437800 257190 1437850 257143 1437900 257126 1437950 257187 1438000 257235 1438050 257238 1438100 257192 1438150 257159 1438200 257099 1438250 257091 1438300 257132 1438350 257203 1438400 257306 1438450 257322 1438500 257347 1438550 257260 1438600 257260 1438650 257174 1438700 257196 1438750 257164 1438800 257173 1438850 257183 1438900 257221 1438950 257261 1439000 257292 1439050 257340 1439100 257401 1439150 257451 1439200 257460 1439250 257450 1439300 257436 1439350 257433 1439400 257432 1439450 257446 1439500 257450 1439550 257450 1439600 257473 1439650 257480 1439700 257531 1439750 257482 1439800 257448 1439850 257412 1439900 257375 1439950 257406 1440000 257408 1440050 257435 1440100 257433 1440150 257408 1440200 257395 1440250 257399 1440300 257378 1440350 257436 1440400 257462 1440450 257445 1440500 257395 1440550 257382 1440600 257418 1440650 257424 1440700 257434 1440750 257454 1440800 257544 1440850 257553 1440900 257559 1440950 257498 1441000 257430 1441050 257412 1441100 257312 1441150 257370 1441200 257347 1441250 257416 1441300 257430 1441350 257512 1441400 257554 1441450 257531 1441500 257458 1441550 257445 1441600 257415 1441650 257411 1441700 257388 1441750 257396 1441800 257378 1441850 257347 1441900 257307 1441950 257262 1442000 257280 1442050 257311 1442100 257372 1442150 257343 1442200 257311 1442250 257278 1442300 257305 1442350 257321 1442400 257372 1442450 257378 1442500 257409 1442550 257429 1442600 257437 1442650 257435 1442700 257360 1442750 257330 1442800 257344 1442850 257346 1442900 257361 1442950 257335 1443000 257380 1443050 257388 1443100 257363 1443150 257382 1443200 257396 1443250 257422 1443300 257380 1443350 257345 1443400 257381 1443450 257434 1443500 257472 1443550 257438 1443600 257447 1443650 257453 1443700 257504 1443750 257566 1443800 257668 1443850 257690 1443900 257620 1443950 257558 1444000 257528 1444050 257576 1444100 257626 1444150 257658 1444200 257667 1444250 257635 1444300 257603 1444350 257560 1444400 257602 1444450 257709 1444500 257798 1444550 257782 1444600 257723 1444650 257705 1444700 257736 1444750 257730 1444800 257747 1444850 257735 1444900 257829 1444950 257802 1445000 257763 1445050 257671 1445100 257706 1445150 257727 1445200 257721 1445250 257722 1445300 257749 1445350 257755 1445400 257734 1445450 257743 1445500 257823 1445550 257871 1445600 257895 1445650 257862 1445700 257817 1445750 257787 1445800 257763 1445850 257733 1445900 257689 1445950 257680 1446000 257729 1446050 257763 1446100 257723 1446150 257673 1446200 257652 1446250 257718 1446300 257807 1446350 257882 1446400 257951 1446450 257995 1446500 258047 1446550 257988 1446600 257928 1446650 257910 1446700 257929 1446750 257920 1446800 257914 1446850 257932 1446900 257948 1446950 257913 1447000 257891 1447050 257870 1447100 257868 1447150 257878 1447200 257849 1447250 257782 1447300 257786 1447350 257841 1447400 257940 1447450 257978 1447500 257965 1447550 257899 1447600 257826 1447650 257784 1447700 257812 1447750 257869 1447800 257936 1447850 257930 1447900 257891 1447950 257845 1448000 257843 1448050 257861 1448100 257887 1448150 257918 1448200 257881 1448250 257876 1448300 257880 1448350 257943 1448400 257984 1448450 257924 1448500 257863 1448550 257797 1448600 257847 1448650 257889 1448700 257894 1448750 257859 1448800 257817 1448850 257791 1448900 257808 1448950 257807 1449000 257800 1449050 257785 1449100 257786 1449150 257757 1449200 257720 1449250 257691 1449300 257772 1449350 257876 1449400 257971 1449450 257953 1449500 257856 1449550 257835 1449600 257848 1449650 257951 1449700 258022 1449750 258070 1449800 258069 1449850 258097 1449900 258095 1449950 258104 1450000 258030 1450050 258045 1450100 257978 1450150 257949 1450200 257927 1450250 257966 1450300 257954 1450350 257989 1450400 257975 1450450 257978 1450500 257873 1450550 257817 1450600 257811 1450650 257834 1450700 257847 1450750 257868 1450800 257864 1450850 257859 1450900 257767 1450950 257708 1451000 257751 1451050 257810 1451100 257878 1451150 257845 1451200 257798 1451250 257770 1451300 257748 1451350 257776 1451400 257780 1451450 257787 1451500 257764 1451550 257693 1451600 257665 1451650 257658 1451700 257661 1451750 257664 1451800 257668 1451850 257665 1451900 257615 1451950 257624 1452000 257717 1452050 257801 1452100 257773 1452150 257696 1452200 257632 1452250 257644 1452300 257629 1452350 257661 1452400 257666 1452450 257704 1452500 257718 1452550 257749 1452600 257739 1452650 257762 1452700 257760 1452750 257781 1452800 257730 1452850 257633 1452900 257550 1452950 257460 1453000 257444 1453050 257394 1453100 257393 1453150 257355 1453200 257422 1453250 257441 1453300 257497 1453350 257450 1453400 257440 1453450 257410 1453500 257419 1453550 257442 1453600 257431 1453650 257433 1453700 257442 1453750 257469 1453800 257476 1453850 257469 1453900 257488 1453950 257508 1454000 257525 1454050 257548 1454100 257541 1454150 257478 1454200 257403 1454250 257351 1454300 257389 1454350 257411 1454400 257422 1454450 257431 1454500 257393 1454550 257322 1454600 257251 1454650 257241 1454700 257264 1454750 257209 1454800 257193 1454850 257114 1454900 257084 1454950 257065 1455000 257120 1455050 257154 1455100 257151 1455150 257134 1455200 257101 1455250 257086 1455300 257095 1455350 257104 1455400 257098 1455450 257039 1455500 257040 1455550 257010 1455600 257059 1455650 257038 1455700 256979 1455750 256931 1455800 256950 1455850 256965 1455900 256918 1455950 256900 1456000 256928 1456050 256927 1456100 256874 1456150 256836 1456200 256880 1456250 256873 1456300 256824 1456350 256767 1456400 256713 1456450 256755 1456500 256751 1456550 256798 1456600 256713 1456650 256695 1456700 256639 1456750 256653 1456800 256637 1456850 256664 1456900 256694 1456950 256685 1457000 256648 1457050 256642 1457100 256678 1457150 256654 1457200 256605 1457250 256573 1457300 256611 1457350 256632 1457400 256600 1457450 256588 1457500 256659 1457550 256765 1457600 256776 1457650 256748 1457700 256695 1457750 256653 1457800 256595 1457850 256594 1457900 256645 1457950 256629 1458000 256620 1458050 256618 1458100 256653 1458150 256626 1458200 256567 1458250 256583 1458300 256603 1458350 256598 1458400 256596 1458450 256574 1458500 256616 1458550 256602 1458600 256536 1458650 256496 1458700 256477 1458750 256519 1458800 256523 1458850 256528 1458900 256523 1458950 256557 1459000 256543 1459050 256527 1459100 256451 1459150 256376 1459200 256324 1459250 256336 1459300 256356 1459350 256412 1459400 256335 1459450 256231 1459500 256155 1459550 256164 1459600 256231 1459650 256169 1459700 256222 1459750 256227 1459800 256285 1459850 256227 1459900 256181 1459950 256134 1460000 256131 1460050 256121 1460100 256093 1460150 256056 1460200 256004 1460250 255964 1460300 255934 1460350 255935 1460400 255943 1460450 255912 1460500 255867 1460550 255815 1460600 255821 1460650 255937 1460700 256044 1460750 256040 1460800 255954 1460850 255903 1460900 255910 1460950 255910 1461000 255915 1461050 255947 1461100 255952 1461150 255966 1461200 255964 1461250 255997 1461300 255999 1461350 255986 1461400 255959 1461450 255950 1461500 255994 1461550 255998 1461600 256029 1461650 256001 1461700 256023 1461750 256009 1461800 256007 1461850 256012 1461900 256089 1461950 256138 1462000 256110 1462050 256068 1462100 256095 1462150 256161 1462200 256151 1462250 256082 1462300 256041 1462350 256009 1462400 255989 1462450 255962 1462500 255929 1462550 255988 1462600 255972 1462650 255944 1462700 255856 1462750 255901 1462800 256001 1462850 255975 1462900 255926 1462950 255848 1463000 255878 1463050 255841 1463100 255810 1463150 255828 1463200 255887 1463250 255946 1463300 255901 1463350 255841 1463400 255797 1463450 255817 1463500 255822 1463550 255835 1463600 255846 1463650 255890 1463700 255911 1463750 255883 1463800 255881 1463850 255837 1463900 255857 1463950 255930 1464000 256050 1464050 256162 1464100 256190 1464150 256186 1464200 256184 1464250 256156 1464300 256168 1464350 256105 1464400 256121 1464450 256110 1464500 256100 1464550 256089 1464600 256087 1464650 256125 1464700 256126 1464750 256077 1464800 256047 1464850 256052 1464900 256123 1464950 256191 1465000 256170 1465050 256102 1465100 256068 1465150 256083 1465200 256089 1465250 256052 1465300 256013 1465350 256018 1465400 256019 1465450 256036 1465500 256038 1465550 256121 1465600 256173 1465650 256275 1465700 256280 1465750 256238 1465800 256091 1465850 255982 1465900 255983 1465950 256065 1466000 256118 1466050 256070 1466100 255999 1466150 255959 1466200 256033 1466250 256153 1466300 256248 1466350 256179 1466400 256072 1466450 256062 1466500 256087 1466550 256103 1466600 256034 1466650 256046 1466700 256043 1466750 256032 1466800 255978 1466850 255985 1466900 256012 1466950 256037 1467000 256017 1467050 255997 1467100 256044 1467150 256144 1467200 256160 1467250 256123 1467300 256057 1467350 256084 1467400 256107 1467450 256114 1467500 256148 1467550 256115 1467600 256077 1467650 256081 1467700 256206 1467750 256265 1467800 256238 1467850 256128 1467900 256122 1467950 256096 1468000 256105 1468050 256157 1468100 256213 1468150 256281 1468200 256289 1468250 256313 1468300 256399 1468350 256426 1468400 256467 1468450 256449 1468500 256451 1468550 256402 1468600 256371 1468650 256378 1468700 256394 1468750 256398 1468800 256348 1468850 256330 1468900 256308 1468950 256309 1469000 256322 1469050 256350 1469100 256426 1469150 256428 1469200 256421 1469250 256347 1469300 256364 1469350 256380 1469400 256427 1469450 256404 1469500 256381 1469550 256348 1469600 256332 1469650 256272 1469700 256281 1469750 256272 1469800 256349 1469850 256355 1469900 256366 1469950 256378 1470000 256386 1470050 256421 1470100 256342 1470150 256294 1470200 256210 1470250 256250 1470300 256249 1470350 256272 1470400 256275 1470450 256351 1470500 256425 1470550 256418 1470600 256381 1470650 256365 1470700 256427 1470750 256461 1470800 256499 1470850 256471 1470900 256473 1470950 256527 1471000 256560 1471050 256566 1471100 256520 1471150 256525 1471200 256507 1471250 256481 1471300 256433 1471350 256444 1471400 256396 1471450 256402 1471500 256318 1471550 256289 1471600 256291 1471650 256351 1471700 256390 1471750 256430 1471800 256428 1471850 256382 1471900 256356 1471950 256389 1472000 256524 1472050 256515 1472100 256504 1472150 256457 1472200 256478 1472250 256438 1472300 256397 1472350 256388 1472400 256389 1472450 256374 1472500 256330 1472550 256374 1472600 256411 1472650 256445 1472700 256459 1472750 256453 1472800 256435 1472850 256446 1472900 256516 1472950 256517 1473000 256455 1473050 256317 1473100 256327 1473150 256365 1473200 256434 1473250 256405 1473300 256389 1473350 256345 1473400 256358 1473450 256281 1473500 256209 1473550 256170 1473600 256222 1473650 256338 1473700 256342 1473750 256312 1473800 256264 1473850 256257 1473900 256266 1473950 256279 1474000 256286 1474050 256334 1474100 256413 1474150 256490 1474200 256496 1474250 256475 1474300 256483 1474350 256499 1474400 256430 1474450 256368 1474500 256290 1474550 256276 1474600 256246 1474650 256262 1474700 256313 1474750 256352 1474800 256361 1474850 256311 1474900 256287 1474950 256258 1475000 256277 1475050 256237 1475100 256235 1475150 256268 1475200 256322 1475250 256357 1475300 256405 1475350 256407 1475400 256451 1475450 256407 1475500 256428 1475550 256438 1475600 256495 1475650 256501 1475700 256466 1475750 256404 1475800 256392 1475850 256444 1475900 256472 1475950 256512 1476000 256450 1476050 256429 1476100 256389 1476150 256385 1476200 256441 1476250 256525 1476300 256563 1476350 256530 1476400 256448 1476450 256320 1476500 256278 1476550 256261 1476600 256363 1476650 256391 1476700 256415 1476750 256407 1476800 256436 1476850 256403 1476900 256416 1476950 256383 1477000 256423 1477050 256401 1477100 256329 1477150 256307 1477200 256281 1477250 256320 1477300 256327 1477350 256371 1477400 256384 1477450 256377 1477500 256365 1477550 256353 1477600 256346 1477650 256358 1477700 256366 1477750 256344 1477800 256317 1477850 256343 1477900 256374 1477950 256405 1478000 256425 1478050 256433 1478100 256388 1478150 256385 1478200 256403 1478250 256511 1478300 256509 1478350 256483 1478400 256382 1478450 256363 1478500 256390 1478550 256464 1478600 256526 1478650 256529 1478700 256498 1478750 256473 1478800 256402 1478850 256352 1478900 256341 1478950 256388 1479000 256479 1479050 256479 1479100 256522 1479150 256514 1479200 256500 1479250 256437 1479300 256378 1479350 256324 1479400 256321 1479450 256283 1479500 256321 1479550 256359 1479600 256382 1479650 256391 1479700 256391 1479750 256419 1479800 256401 1479850 256413 1479900 256412 1479950 256433 1480000 256439 1480050 256494 1480100 256489 1480150 256440 1480200 256373 1480250 256369 1480300 256418 1480350 256455 1480400 256497 1480450 256527 1480500 256560 1480550 256506 1480600 256407 1480650 256374 1480700 256425 1480750 256531 1480800 256542 1480850 256486 1480900 256410 1480950 256353 1481000 256386 1481050 256403 1481100 256411 1481150 256362 1481200 256309 1481250 256275 1481300 256363 1481350 256411 1481400 256423 1481450 256401 1481500 256431 1481550 256509 1481600 256526 1481650 256603 1481700 256622 1481750 256574 1481800 256534 1481850 256546 1481900 256628 1481950 256688 1482000 256672 1482050 256574 1482100 256489 1482150 256453 1482200 256557 1482250 256624 1482300 256636 1482350 256631 1482400 256594 1482450 256602 1482500 256557 1482550 256516 1482600 256448 1482650 256421 1482700 256427 1482750 256446 1482800 256422 1482850 256406 1482900 256432 1482950 256454 1483000 256437 1483050 256419 1483100 256367 1483150 256396 1483200 256473 1483250 256512 1483300 256466 1483350 256409 1483400 256447 1483450 256472 1483500 256492 1483550 256473 1483600 256538 1483650 256566 1483700 256566 1483750 256505 1483800 256435 1483850 256456 1483900 256431 1483950 256473 1484000 256442 1484050 256476 1484100 256473 1484150 256466 1484200 256435 1484250 256372 1484300 256352 1484350 256376 1484400 256438 1484450 256483 1484500 256506 1484550 256495 1484600 256509 1484650 256532 1484700 256600 1484750 256653 1484800 256686 1484850 256670 1484900 256612 1484950 256615 1485000 256659 1485050 256782 1485100 256765 1485150 256693 1485200 256559 1485250 256550 1485300 256520 1485350 256558 1485400 256505 1485450 256527 1485500 256499 1485550 256487 1485600 256475 1485650 256503 1485700 256541 1485750 256547 1485800 256578 1485850 256554 1485900 256493 1485950 256399 1486000 256370 1486050 256415 1486100 256422 1486150 256465 1486200 256463 1486250 256451 1486300 256401 1486350 256438 1486400 256466 1486450 256467 1486500 256421 1486550 256421 1486600 256450 1486650 256473 1486700 256517 1486750 256532 1486800 256553 1486850 256574 1486900 256633 1486950 256629 1487000 256581 1487050 256477 1487100 256447 1487150 256407 1487200 256515 1487250 256540 1487300 256627 1487350 256581 1487400 256521 1487450 256462 1487500 256466 1487550 256528 1487600 256531 1487650 256454 1487700 256396 1487750 256393 1487800 256472 1487850 256530 1487900 256588 1487950 256594 1488000 256548 1488050 256448 1488100 256424 1488150 256438 1488200 256440 1488250 256484 1488300 256556 1488350 256698 1488400 256756 1488450 256775 1488500 256773 1488550 256743 1488600 256707 1488650 256707 1488700 256684 1488750 256632 1488800 256599 1488850 256590 1488900 256619 1488950 256619 1489000 256602 1489050 256703 1489100 256718 1489150 256805 1489200 256805 1489250 256786 1489300 256715 1489350 256694 1489400 256721 1489450 256775 1489500 256818 1489550 256802 1489600 256755 1489650 256679 1489700 256652 1489750 256705 1489800 256747 1489850 256818 1489900 256798 1489950 256728 1490000 256646 1490050 256678 1490100 256678 1490150 256728 1490200 256682 1490250 256716 1490300 256757 1490350 256768 1490400 256818 1490450 256839 1490500 256873 1490550 256873 1490600 256819 1490650 256748 1490700 256673 1490750 256622 1490800 256689 1490850 256711 1490900 256694 1490950 256689 1491000 256723 1491050 256794 1491100 256720 1491150 256720 1491200 256670 1491250 256735 1491300 256652 1491350 256634 1491400 256594 1491450 256671 1491500 256729 1491550 256767 1491600 256741 1491650 256760 1491700 256726 1491750 256707 1491800 256653 1491850 256602 1491900 256564 1491950 256567 1492000 256639 1492050 256693 1492100 256761 1492150 256727 1492200 256746 1492250 256682 1492300 256730 1492350 256720 1492400 256732 1492450 256673 1492500 256627 1492550 256658 1492600 256685 1492650 256668 1492700 256684 1492750 256710 1492800 256825 1492850 256834 1492900 256843 1492950 256822 1493000 256819 1493050 256825 1493100 256767 1493150 256682 1493200 256686 1493250 256748 1493300 256852 1493350 256890 1493400 256893 1493450 256860 1493500 256851 1493550 256871 1493600 256903 1493650 256927 1493700 256971 1493750 256974 1493800 256914 1493850 256877 1493900 256942 1493950 257007 1494000 257040 1494050 256974 1494100 256960 1494150 256940 1494200 256997 1494250 256999 1494300 256964 1494350 256881 1494400 256907 1494450 256941 1494500 256965 1494550 256945 1494600 256981 1494650 257050 1494700 257112 1494750 257174 1494800 257163 1494850 257098 1494900 257013 1494950 257015 1495000 257014 1495050 257018 1495100 256982 1495150 256996 1495200 256998 1495250 257038 1495300 257045 1495350 257024 1495400 257031 1495450 257057 1495500 257112 1495550 257133 1495600 257112 1495650 257097 1495700 257072 1495750 257046 1495800 257042 1495850 257047 1495900 257077 1495950 257125 1496000 257115 1496050 257104 1496100 257047 1496150 257057 1496200 257078 1496250 257111 1496300 257089 1496350 257056 1496400 257098 1496450 257173 1496500 257217 1496550 257168 1496600 257099 1496650 257082 1496700 257074 1496750 257056 1496800 257036 1496850 257065 1496900 257103 1496950 257123 1497000 257160 1497050 257149 1497100 257156 1497150 257080 1497200 257128 1497250 257113 1497300 257120 1497350 257085 1497400 257123 1497450 257186 1497500 257217 1497550 257275 1497600 257243 1497650 257232 1497700 257137 1497750 257128 1497800 257108 1497850 257148 1497900 257136 1497950 257145 1498000 257136 1498050 257268 1498100 257313 1498150 257311 1498200 257179 1498250 257123 1498300 257117 1498350 257152 1498400 257193 1498450 257152 1498500 257161 1498550 257112 1498600 257165 1498650 257143 1498700 257137 1498750 257150 1498800 257166 1498850 257175 1498900 257171 1498950 257209 1499000 257298 1499050 257302 1499100 257225 1499150 257205 1499200 257208 1499250 257185 1499300 257119 1499350 257093 1499400 257160 1499450 257169 1499500 257127 1499550 257019 1499600 256932 1499650 256949 1499700 256985 1499750 256995 1499800 257002 1499850 257012 1499900 257059 1499950 257063 1500000 257043 1500050 256985 1500100 256951 1500150 256955 1500200 256977 1500250 257007 1500300 257059 1500350 257117 1500400 257089 1500450 257034 1500500 257035 1500550 257043 1500600 256994 1500650 256907 1500700 256916 1500750 256985 1500800 257053 1500850 257077 1500900 257087 1500950 257082 1501000 257050 1501050 257020 1501100 257057 1501150 257128 1501200 257175 1501250 257185 1501300 257211 1501350 257215 1501400 257181 1501450 257034 1501500 256973 1501550 256893 1501600 256891 1501650 256885 1501700 256947 1501750 256978 1501800 256967 1501850 256939 1501900 256917 1501950 256959 1502000 256980 1502050 257006 1502100 257006 1502150 257008 1502200 256970 1502250 256971 1502300 256962 1502350 257000 1502400 256967 1502450 256973 1502500 256946 1502550 256926 1502600 256872 1502650 256836 1502700 256876 1502750 256926 1502800 256950 1502850 256877 1502900 256778 1502950 256818 1503000 256862 1503050 256920 1503100 256910 1503150 256907 1503200 256914 1503250 256831 1503300 256760 1503350 256666 1503400 256711 1503450 256800 1503500 256891 1503550 256902 1503600 256901 1503650 256898 1503700 256880 1503750 256838 1503800 256762 1503850 256745 1503900 256746 1503950 256776 1504000 256817 1504050 256805 1504100 256790 1504150 256797 1504200 256818 1504250 256786 1504300 256700 1504350 256663 1504400 256672 1504450 256636 1504500 256572 1504550 256573 1504600 256639 1504650 256711 1504700 256705 1504750 256752 1504800 256740 1504850 256753 1504900 256612 1504950 256530 1505000 256469 1505050 256507 1505100 256509 1505150 256556 1505200 256565 1505250 256581 1505300 256556 1505350 256584 1505400 256627 1505450 256640 1505500 256629 1505550 256622 1505600 256636 1505650 256669 1505700 256614 1505750 256585 1505800 256506 1505850 256593 1505900 256649 1505950 256693 1506000 256694 1506050 256666 1506100 256633 1506150 256593 1506200 256612 1506250 256618 1506300 256597 1506350 256612 1506400 256577 1506450 256543 1506500 256491 1506550 256480 1506600 256469 1506650 256444 1506700 256432 1506750 256437 1506800 256382 1506850 256369 1506900 256349 1506950 256368 1507000 256396 1507050 256420 1507100 256443 1507150 256448 1507200 256437 1507250 256408 1507300 256425 1507350 256345 1507400 256289 1507450 256186 1507500 256170 1507550 256170 1507600 256186 1507650 256189 1507700 256220 1507750 256247 1507800 256281 1507850 256248 1507900 256128 1507950 256069 1508000 256068 1508050 256139 1508100 256147 1508150 256143 1508200 256162 1508250 256179 1508300 256161 1508350 256137 1508400 256076 1508450 256034 1508500 256012 1508550 256046 1508600 256065 1508650 256074 1508700 256056 1508750 256026 1508800 256004 1508850 256010 1508900 255968 1508950 255929 1509000 255874 1509050 255928 1509100 256019 1509150 256101 1509200 256092 1509250 255991 1509300 255933 1509350 255896 1509400 255848 1509450 255793 1509500 255791 1509550 255809 1509600 255840 1509650 255841 1509700 255808 1509750 255737 1509800 255733 1509850 255707 1509900 255702 1509950 255632 1510000 255646 1510050 255639 1510100 255627 1510150 255601 1510200 255545 1510250 255541 1510300 255565 1510350 255625 1510400 255626 1510450 255578 1510500 255559 1510550 255574 1510600 255650 1510650 255667 1510700 255633 1510750 255559 1510800 255516 1510850 255523 1510900 255497 1510950 255517 1511000 255476 1511050 255464 1511100 255422 1511150 255425 1511200 255409 1511250 255407 1511300 255330 1511350 255293 1511400 255227 1511450 255232 1511500 255233 1511550 255234 1511600 255199 1511650 255194 1511700 255167 1511750 255171 1511800 255124 1511850 255138 1511900 255215 1511950 255235 1512000 255218 1512050 255186 1512100 255227 1512150 255276 1512200 255257 1512250 255220 1512300 255184 1512350 255177 1512400 255193 1512450 255227 1512500 255241 1512550 255210 1512600 255130 1512650 255134 1512700 255236 1512750 255281 1512800 255249 1512850 255166 1512900 255203 1512950 255213 1513000 255250 1513050 255226 1513100 255257 1513150 255210 1513200 255203 1513250 255158 1513300 255096 1513350 255055 1513400 255045 1513450 255088 1513500 255096 1513550 255143 1513600 255162 1513650 255115 1513700 255049 1513750 254999 1513800 255050 1513850 255117 1513900 255175 1513950 255194 1514000 255196 1514050 255201 1514100 255205 1514150 255138 1514200 255042 1514250 254986 1514300 255006 1514350 255058 1514400 255120 1514450 255131 1514500 255209 1514550 255199 1514600 255267 1514650 255235 1514700 255258 1514750 255211 1514800 255185 1514850 255102 1514900 255033 1514950 254979 1515000 254966 1515050 254969 1515100 254994 1515150 254980 1515200 255016 1515250 255050 1515300 255129 1515350 255132 1515400 255071 1515450 255001 1515500 254934 1515550 254916 1515600 254958 1515650 254989 1515700 255004 1515750 255022 1515800 255030 1515850 255066 1515900 255083 1515950 255059 1516000 255027 1516050 255019 1516100 255040 1516150 255104 1516200 255106 1516250 255112 1516300 255061 1516350 255006 1516400 255052 1516450 255091 1516500 255098 1516550 255031 1516600 254991 1516650 254958 1516700 254986 1516750 254996 1516800 255058 1516850 254991 1516900 254946 1516950 254864 1517000 254928 1517050 254961 1517100 254996 1517150 254905 1517200 254942 1517250 254969 1517300 255087 1517350 255113 1517400 255096 1517450 255034 1517500 254902 1517550 254827 1517600 254830 1517650 254876 1517700 254942 1517750 254930 1517800 254918 1517850 254946 1517900 254928 1517950 254923 1518000 254863 1518050 254866 1518100 254839 1518150 254878 1518200 254925 1518250 254892 1518300 254863 1518350 254866 1518400 254941 1518450 254945 1518500 254961 1518550 254958 1518600 254905 1518650 254796 1518700 254771 1518750 254782 1518800 254815 1518850 254946 1518900 255071 1518950 255082 1519000 255017 1519050 254938 1519100 254971 1519150 254950 1519200 254968 1519250 255007 1519300 255037 1519350 255038 1519400 254995 1519450 254974 1519500 255012 1519550 255109 1519600 255201 1519650 255225 1519700 255184 1519750 255130 1519800 255102 1519850 255112 1519900 255135 1519950 255142 1520000 255124 1520050 255155 1520100 255182 1520150 255182 1520200 255100 1520250 255058 1520300 255067 1520350 255107 1520400 255117 1520450 255036 1520500 254967 1520550 254956 1520600 255074 1520650 255159 1520700 255201 1520750 255140 1520800 255116 1520850 255122 1520900 255162 1520950 255181 1521000 255177 1521050 255152 1521100 255165 1521150 255183 1521200 255199 1521250 255202 1521300 255153 1521350 255086 1521400 255114 1521450 255212 1521500 255273 1521550 255254 1521600 255175 1521650 255146 1521700 255116 1521750 255097 1521800 255164 1521850 255168 1521900 255199 1521950 255157 1522000 255150 1522050 255205 1522100 255231 1522150 255199 1522200 255114 1522250 255049 1522300 255087 1522350 255152 1522400 255206 1522450 255198 1522500 255167 1522550 255150 1522600 255161 1522650 255205 1522700 255272 1522750 255340 1522800 255364 1522850 255380 1522900 255386 1522950 255397 1523000 255412 1523050 255403 1523100 255382 1523150 255359 1523200 255329 1523250 255346 1523300 255329 1523350 255330 1523400 255320 1523450 255373 1523500 255437 1523550 255445 1523600 255386 1523650 255365 1523700 255391 1523750 255430 1523800 255426 1523850 255422 1523900 255388 1523950 255343 1524000 255303 1524050 255331 1524100 255321 1524150 255300 1524200 255304 1524250 255324 1524300 255378 1524350 255354 1524400 255356 1524450 255279 1524500 255245 1524550 255204 1524600 255226 1524650 255265 1524700 255290 1524750 255372 1524800 255450 1524850 255447 1524900 255380 1524950 255326 1525000 255366 1525050 255373 1525100 255419 1525150 255415 1525200 255400 1525250 255335 1525300 255328 1525350 255345 1525400 255337 1525450 255391 1525500 255409 1525550 255425 1525600 255396 1525650 255441 1525700 255458 1525750 255428 1525800 255396 1525850 255356 1525900 255362 1525950 255321 1526000 255352 1526050 255357 1526100 255295 1526150 255252 1526200 255190 1526250 255284 1526300 255318 1526350 255336 1526400 255325 1526450 255304 1526500 255351 1526550 255376 1526600 255412 1526650 255340 1526700 255292 1526750 255268 1526800 255366 1526850 255395 1526900 255402 1526950 255300 1527000 255261 1527050 255274 1527100 255348 1527150 255419 1527200 255419 1527250 255391 1527300 255349 1527350 255319 1527400 255359 1527450 255381 1527500 255418 1527550 255416 1527600 255387 1527650 255396 1527700 255384 1527750 255401 1527800 255389 1527850 255365 1527900 255357 1527950 255312 1528000 255400 1528050 255467 1528100 255530 1528150 255473 1528200 255420 1528250 255374 1528300 255345 1528350 255337 1528400 255347 1528450 255358 1528500 255351 1528550 255354 1528600 255345 1528650 255277 1528700 255240 1528750 255297 1528800 255381 1528850 255394 1528900 255361 1528950 255347 1529000 255350 1529050 255339 1529100 255315 1529150 255315 1529200 255323 1529250 255335 1529300 255391 1529350 255367 1529400 255329 1529450 255291 1529500 255318 1529550 255312 1529600 255366 1529650 255350 1529700 255352 1529750 255288 1529800 255266 1529850 255291 1529900 255280 1529950 255262 1530000 255219 1530050 255255 1530100 255272 1530150 255326 1530200 255299 1530250 255309 1530300 255297 1530350 255313 1530400 255334 1530450 255335 1530500 255267 1530550 255216 1530600 255228 1530650 255241 1530700 255212 1530750 255183 1530800 255226 1530850 255264 1530900 255201 1530950 255187 1531000 255261 1531050 255319 1531100 255295 1531150 255223 1531200 255235 1531250 255259 1531300 255241 1531350 255236 1531400 255199 1531450 255149 1531500 255120 1531550 255174 1531600 255292 1531650 255345 1531700 255301 1531750 255261 1531800 255214 1531850 255225 1531900 255257 1531950 255344 1532000 255347 1532050 255339 1532100 255308 1532150 255337 1532200 255318 1532250 255315 1532300 255343 1532350 255333 1532400 255331 1532450 255340 1532500 255356 1532550 255399 1532600 255382 1532650 255385 1532700 255309 1532750 255275 1532800 255294 1532850 255313 1532900 255278 1532950 255244 1533000 255235 1533050 255279 1533100 255292 1533150 255303 1533200 255279 1533250 255258 1533300 255285 1533350 255323 1533400 255369 1533450 255390 1533500 255390 1533550 255434 1533600 255400 1533650 255343 1533700 255278 1533750 255254 1533800 255322 1533850 255363 1533900 255384 1533950 255317 1534000 255260 1534050 255205 1534100 255192 1534150 255190 1534200 255187 1534250 255151 1534300 255108 1534350 255128 1534400 255157 1534450 255166 1534500 255170 1534550 255224 1534600 255301 1534650 255332 1534700 255307 1534750 255244 1534800 255208 1534850 255240 1534900 255241 1534950 255235 1535000 255238 1535050 255224 1535100 255244 1535150 255186 1535200 255191 1535250 255196 1535300 255208 1535350 255246 1535400 255270 1535450 255281 1535500 255267 1535550 255236 1535600 255263 1535650 255326 1535700 255340 1535750 255282 1535800 255213 1535850 255257 1535900 255337 1535950 255352 1536000 255330 1536050 255269 1536100 255294 1536150 255310 1536200 255392 1536250 255410 1536300 255361 1536350 255300 1536400 255264 1536450 255274 1536500 255246 1536550 255253 1536600 255221 1536650 255218 1536700 255196 1536750 255224 1536800 255238 1536850 255203 1536900 255150 1536950 255073 1537000 255040 1537050 255038 1537100 255120 1537150 255190 1537200 255208 1537250 255176 1537300 255091 1537350 255028 1537400 254983 1537450 254972 1537500 254972 1537550 255023 1537600 255052 1537650 255077 1537700 255093 1537750 255092 1537800 255113 1537850 255076 1537900 255100 1537950 255111 1538000 255126 1538050 255103 1538100 255106 1538150 255074 1538200 255045 1538250 254991 1538300 255051 1538350 255157 1538400 255238 1538450 255209 1538500 255159 1538550 255139 1538600 255188 1538650 255209 1538700 255219 1538750 255204 1538800 255188 1538850 255120 1538900 255122 1538950 255199 1539000 255336 1539050 255410 1539100 255395 1539150 255311 1539200 255236 1539250 255203 1539300 255207 1539350 255205 1539400 255193 1539450 255206 1539500 255238 1539550 255244 1539600 255247 1539650 255168 1539700 255173 1539750 255161 1539800 255197 1539850 255202 1539900 255196 1539950 255209LineSeries1_ActivePeaks000066400000000000000000000002641436443153700430120ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support202399.0 177552.0 269299.0 699411.0 313099.0 215880.0 339550.0 4524976.0 346200.0 124681.0 372400.0 661858.0 389449.0 133762.0 397650.0 126422.0 640099.0 155471.0 650149.0 192206.0LineSeries1_Baseline000066400000000000000000025001361436443153700423420ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support50.0 105252.0 100.0 105229.0 150.0 105239.0 199.0 105249.0 250.0 105251.0 300.0 105151.75 349.0 105139.0 400.0 105046.0 450.0 105016.5 499.0 105026.5 550.0 105000.875 600.0 105011.0 649.0 104986.25 700.0 104876.0 750.0 104840.0 799.0 104804.0 850.0 104860.0 900.0 104874.375 949.0 104833.5 1000.0 104821.5 1050.0 104844.0 1099.0 104831.765625 1150.0 104827.0 1200.0 104832.8125 1249.0 104833.1328125 1300.0 104837.78125 1350.0 104838.8125 1399.0 104834.5 1450.0 104841.609375 1500.0 104843.25 1549.0 104844.59375 1600.0 104845.90625 1650.0 104846.375 1699.0 104846.1875 1750.0 104845.03125 1800.0 104845.375 1849.0 104845.359375 1900.0 104845.234375 1950.0 104845.0 1999.0 104845.09375 2050.0 104844.875 2100.0 104844.875 2149.0 104844.453125 2200.0 104844.546875 2250.0 104844.4765625 2299.0 104844.4140625 2350.0 104844.0703125 2400.0 104843.921875 2449.0 104843.546875 2500.0 104843.125 2550.0 104842.5 2599.0 104841.609375 2650.0 104840.546875 2700.0 104839.25 2749.0 104837.7109375 2800.0 104835.953125 2850.0 104833.9609375 2899.0 104831.7421875 2950.0 104829.3046875 3000.0 104826.65625 3049.0 104823.8046875 3100.0 104820.78125 3150.0 104817.5703125 3199.0 104814.2109375 3250.0 104810.7109375 3300.0 104807.09375 3349.0 104803.3671875 3400.0 104799.5390625 3450.0 104795.625 3499.0 104791.640625 3550.0 104787.6015625 3600.0 104783.5078125 3649.0 104779.390625 3700.0 104775.265625 3750.0 104771.1796875 3799.0 104767.015625 3850.0 104762.8828125 3900.0 104758.71875 3949.0 104754.5703125 4000.0 104750.53125 4050.0 104746.4375 4099.0 104742.59375 4150.0 104738.8359375 4200.0 104735.0078125 4249.0 104731.1875 4300.0 104727.3671875 4350.0 104723.7109375 4399.0 104720.125 4450.0 104716.5390625 4500.0 104713.421875 4549.0 104710.4375 4600.0 104707.515625 4650.0 104704.453125 4699.0 104701.34375 4750.0 104698.1328125 4800.0 104695.046875 4849.0 104692.078125 4900.0 104688.671875 4950.0 104685.921875 4999.0 104683.6875 5050.0 104681.65625 5100.0 104680.03125 5149.0 104678.4375 5200.0 104676.6328125 5250.0 104674.25 5299.0 104671.78125 5350.0 104669.015625 5400.0 104666.1953125 5449.0 104663.578125 5500.0 104661.203125 5550.0 104657.6015625 5599.0 104654.8359375 5650.0 104652.6484375 5700.0 104650.5625 5749.0 104648.5546875 5800.0 104646.765625 5850.0 104645.109375 5899.0 104643.9375 5950.0 104643.0625 6000.0 104641.3828125 6049.0 104639.390625 6100.0 104637.3125 6150.0 104635.125 6199.0 104632.765625 6250.0 104630.359375 6300.0 104628.015625 6349.0 104625.9609375 6400.0 104623.734375 6450.0 104619.53125 6499.0 104616.8125 6550.0 104613.9921875 6600.0 104611.828125 6649.0 104610.6796875 6700.0 104609.0 6750.0 104607.125 6799.0 104604.9375 6850.0 104603.171875 6900.0 104601.28125 6949.0 104599.65625 7000.0 104597.671875 7050.0 104595.6484375 7099.0 104594.1015625 7150.0 104592.9453125 7200.0 104591.75 7249.0 104590.9140625 7300.0 104590.3515625 7350.0 104589.4921875 7399.0 104587.6875 7450.0 104585.15625 7500.0 104581.3359375 7549.0 104579.109375 7600.0 104576.7265625 7650.0 104574.71875 7699.0 104573.1171875 7750.0 104571.59375 7800.0 104564.6640625 7849.0 104563.265625 7900.0 104560.75 7950.0 104558.53125 7999.0 104556.421875 8050.0 104554.5390625 8100.0 104552.59375 8149.0 104550.75 8200.0 104549.2421875 8250.0 104548.6875 8299.0 104547.4453125 8350.0 104545.734375 8400.0 104543.7109375 8449.0 104541.65625 8500.0 104539.8515625 8550.0 104538.46875 8599.0 104536.671875 8650.0 104535.1015625 8700.0 104533.296875 8749.0 104531.296875 8800.0 104529.28125 8850.0 104526.9609375 8899.0 104524.890625 8950.0 104523.140625 9000.0 104521.5390625 9049.0 104520.0703125 9100.0 104517.953125 9150.0 104516.015625 9199.0 104514.1328125 9250.0 104512.203125 9300.0 104510.4453125 9349.0 104508.65625 9400.0 104506.953125 9450.0 104506.1171875 9499.0 104505.140625 9550.0 104503.171875 9600.0 104501.5859375 9649.0 104500.21875 9700.0 104499.375 9750.0 104498.6015625 9799.0 104497.359375 9850.0 104496.3515625 9900.0 104494.4296875 9949.0 104492.96875 10000.0 104490.578125 10050.0 104488.4296875 10099.0 104477.546875 10150.0 104477.15625 10200.0 104475.265625 10249.0 104472.734375 10300.0 104470.0078125 10350.0 104468.0625 10399.0 104465.78125 10450.0 104463.6640625 10500.0 104461.6796875 10549.0 104459.984375 10600.0 104457.9921875 10650.0 104456.578125 10699.0 104454.6953125 10750.0 104453.3203125 10800.0 104451.53125 10849.0 104449.625 10900.0 104447.953125 10950.0 104446.171875 10999.0 104443.953125 11050.0 104442.1875 11100.0 104440.7109375 11149.0 104439.2421875 11200.0 104437.546875 11250.0 104437.515625 11299.0 104436.3125 11350.0 104435.046875 11400.0 104434.0625 11449.0 104431.609375 11500.0 104429.0625 11550.0 104427.015625 11599.0 104425.2890625 11650.0 104423.5 11700.0 104421.6484375 11749.0 104419.6875 11800.0 104417.8046875 11850.0 104416.265625 11899.0 104415.234375 11950.0 104415.5546875 12000.0 104414.7421875 12049.0 104412.859375 12100.0 104410.4375 12150.0 104408.390625 12199.0 104406.5625 12250.0 104404.578125 12300.0 104402.7890625 12349.0 104402.015625 12400.0 104402.15625 12450.0 104401.46875 12499.0 104399.9140625 12550.0 104397.703125 12600.0 104395.6875 12649.0 104394.34375 12700.0 104394.3125 12750.0 104393.953125 12799.0 104393.125 12850.0 104392.078125 12900.0 104391.375 12949.0 104389.3125 13000.0 104387.546875 13050.0 104385.796875 13099.0 104383.515625 13150.0 104381.21875 13200.0 104378.5 13249.0 104376.5546875 13300.0 104373.375 13350.0 104371.578125 13399.0 104369.15625 13450.0 104367.109375 13500.0 104365.3125 13549.0 104363.5625 13600.0 104362.0 13650.0 104360.40625 13699.0 104358.3359375 13750.0 104356.21875 13800.0 104354.015625 13849.0 104352.046875 13900.0 104348.59375 13950.0 104346.4375 13999.0 104344.625 14050.0 104343.15625 14100.0 104341.1796875 14149.0 104339.4375 14200.0 104337.6796875 14250.0 104336.078125 14299.0 104334.125 14350.0 104332.6015625 14400.0 104331.34375 14449.0 104330.328125 14500.0 104329.203125 14550.0 104327.40625 14599.0 104324.421875 14650.0 104323.609375 14700.0 104318.25 14749.0 104320.1484375 14800.0 104318.2734375 14850.0 104315.375 14899.0 104314.390625 14950.0 104311.9375 15000.0 104309.390625 15049.0 104307.34375 15100.0 104305.390625 15150.0 104303.3671875 15199.0 104301.6640625 15250.0 104299.703125 15300.0 104297.828125 15349.0 104295.828125 15400.0 104294.015625 15450.0 104292.1015625 15499.0 104290.5625 15550.0 104289.109375 15600.0 104288.859375 15649.0 104288.171875 15700.0 104286.6484375 15750.0 104284.6015625 15799.0 104282.6875 15850.0 104280.78125 15900.0 104278.875 15949.0 104276.9765625 16000.0 104275.40625 16050.0 104274.4296875 16099.0 104272.640625 16150.0 104270.9609375 16200.0 104270.984375 16249.0 104269.984375 16300.0 104268.2421875 16350.0 104266.96875 16399.0 104265.4765625 16450.0 104263.6171875 16500.0 104262.03125 16549.0 104260.421875 16600.0 104257.71875 16650.0 104254.7265625 16699.0 104251.5625 16750.0 104248.5390625 16800.0 104245.4609375 16849.0 104243.328125 16900.0 104241.71875 16950.0 104239.625 16999.0 104237.0078125 17050.0 104234.2890625 17100.0 104231.296875 17149.0 104228.828125 17200.0 104226.78125 17250.0 104225.0546875 17299.0 104224.03125 17350.0 104222.1953125 17400.0 104220.0625 17449.0 104217.6796875 17500.0 104215.484375 17550.0 104212.265625 17599.0 104209.5 17650.0 104207.84375 17700.0 104206.0625 17749.0 104204.0859375 17800.0 104202.328125 17850.0 104200.328125 17899.0 104198.96875 17950.0 104197.953125 18000.0 104197.25 18049.0 104195.078125 18100.0 104192.0546875 18150.0 104189.859375 18199.0 104188.296875 18250.0 104184.1328125 18300.0 104181.765625 18349.0 104179.765625 18400.0 104177.875 18450.0 104176.84375 18499.0 104175.3671875 18550.0 104173.328125 18600.0 104171.734375 18649.0 104170.046875 18700.0 104168.1484375 18750.0 104165.984375 18799.0 104164.0703125 18850.0 104162.53125 18900.0 104160.5078125 18949.0 104158.6015625 19000.0 104156.828125 19050.0 104155.5625 19099.0 104154.0859375 19150.0 104152.609375 19200.0 104151.796875 19249.0 104150.671875 19300.0 104148.984375 19350.0 104146.71875 19399.0 104151.09375 19450.0 104151.8046875 19500.0 104150.3125 19549.0 104148.484375 19600.0 104146.5234375 19650.0 104144.0234375 19699.0 104141.4765625 19750.0 104138.6875 19800.0 104136.015625 19849.0 104133.8828125 19900.0 104132.125 19950.0 104129.6171875 19999.0 104127.5703125 20050.0 104125.171875 20100.0 104123.328125 20149.0 104121.3046875 20200.0 104119.359375 20250.0 104117.5 20299.0 104115.9609375 20350.0 104114.140625 20400.0 104111.984375 20449.0 104110.578125 20500.0 104109.1640625 20550.0 104106.84375 20599.0 104105.390625 20650.0 104104.09375 20700.0 104102.640625 20749.0 104100.9375 20800.0 104099.0546875 20850.0 104096.96875 20899.0 104095.25 20950.0 104093.4296875 21000.0 104091.90625 21049.0 104090.5078125 21100.0 104088.34375 21150.0 104085.6640625 21199.0 104083.90625 21250.0 104082.078125 21300.0 104080.3671875 21349.0 104078.890625 21400.0 104077.421875 21450.0 104075.703125 21499.0 104074.484375 21550.0 104072.6015625 21600.0 104071.1015625 21649.0 104069.734375 21700.0 104071.0390625 21750.0 104070.0703125 21799.0 104068.6328125 21850.0 104067.484375 21900.0 104066.0859375 21949.0 104065.359375 22000.0 104064.125 22050.0 104061.8125 22099.0 104059.21875 22150.0 104056.640625 22200.0 104054.1171875 22249.0 104051.8828125 22300.0 104050.03125 22350.0 104048.203125 22399.0 104046.578125 22450.0 104044.796875 22500.0 104042.9921875 22549.0 104041.0859375 22600.0 104039.296875 22650.0 104037.125 22699.0 104035.3828125 22750.0 104033.6640625 22800.0 104031.609375 22849.0 104029.921875 22900.0 104028.5390625 22950.0 104027.46875 22999.0 104026.46875 23050.0 104026.96875 23100.0 104027.109375 23149.0 104026.9375 23200.0 104025.484375 23250.0 104023.453125 23299.0 104021.7109375 23350.0 104019.328125 23400.0 104016.875 23449.0 104014.8125 23500.0 104012.78125 23550.0 104010.9453125 23599.0 104009.1171875 23650.0 104007.171875 23700.0 104005.1484375 23749.0 104003.203125 23800.0 104001.578125 23850.0 104000.265625 23899.0 104000.03125 23950.0 104000.3125 24000.0 104000.3046875 24049.0 103999.96875 24100.0 103998.9296875 24150.0 103997.578125 24199.0 103995.828125 24250.0 103993.796875 24300.0 103991.4140625 24349.0 103989.296875 24400.0 103987.3828125 24450.0 103985.734375 24499.0 103984.6875 24550.0 103984.25 24600.0 103984.6171875 24649.0 103984.3046875 24700.0 103983.9140625 24750.0 103983.1875 24799.0 103982.2578125 24850.0 103981.203125 24900.0 103980.15625 24949.0 103979.375 25000.0 103979.171875 25050.0 103979.375 25099.0 103979.578125 25150.0 103979.6484375 25200.0 103979.5859375 25249.0 103979.4921875 25300.0 103979.421875 25350.0 103979.515625 25399.0 103979.765625 25450.0 103980.296875 25500.0 103980.671875 25549.0 103980.96875 25600.0 103981.265625 25650.0 103981.6015625 25699.0 103982.0 25750.0 103982.3359375 25800.0 103982.3359375 25849.0 103981.921875 25900.0 103981.453125 25950.0 103980.9609375 25999.0 103980.4140625 26050.0 103979.546875 26100.0 103978.328125 26149.0 103974.0 26200.0 103971.7734375 26250.0 103971.8984375 26299.0 103971.71875 26350.0 103969.6640625 26400.0 103967.9921875 26449.0 103966.296875 26500.0 103963.59375 26550.0 103960.53125 26599.0 103956.9609375 26650.0 103952.640625 26700.0 103951.265625 26749.0 103947.984375 26800.0 103940.0 26850.0 103939.625 26899.0 103935.0 26950.0 103929.046875 27000.0 103924.3125 27049.0 103921.4921875 27100.0 103918.09375 27150.0 103916.71875 27199.0 103913.0625 27250.0 103908.7734375 27300.0 103905.4609375 27349.0 103901.765625 27400.0 103889.5 27450.0 103895.7421875 27499.0 103893.015625 27550.0 103889.609375 27600.0 103886.53125 27649.0 103882.78125 27700.0 103879.828125 27750.0 103874.1015625 27799.0 103870.921875 27850.0 103874.6171875 27900.0 103871.28125 27949.0 103868.984375 28000.0 103869.796875 28050.0 103868.5 28099.0 103868.171875 28150.0 103865.046875 28200.0 103864.453125 28249.0 103862.6875 28300.0 103860.75 28350.0 103857.4375 28399.0 103855.1875 28450.0 103862.3125 28500.0 103853.0 28549.0 103843.5 28600.0 103832.5 28650.0 103805.0 28699.0 103859.0 28750.0 103870.9375 28800.0 103867.0 28849.0 103869.390625 28900.0 103869.390625 28950.0 103868.828125 28999.0 103865.390625 29050.0 103864.4921875 29100.0 103861.03125 29149.0 103858.1484375 29200.0 103854.640625 29250.0 103850.734375 29299.0 103849.0859375 29350.0 103846.8046875 29400.0 103846.328125 29449.0 103847.125 29500.0 103839.3515625 29550.0 103839.640625 29599.0 103844.9921875 29650.0 103845.9765625 29700.0 103845.0 29749.0 103847.4375 29800.0 103848.015625 29850.0 103847.5625 29899.0 103837.0 29950.0 103850.3984375 30000.0 103850.28125 30049.0 103849.75 30100.0 103850.203125 30149.0 103851.90625 30199.0 103853.203125 30250.0 103854.59375 30300.0 103855.96875 30349.0 103855.53125 30400.0 103856.6875 30449.0 103857.0234375 30499.0 103858.796875 30550.0 103860.0078125 30600.0 103859.0859375 30649.0 103861.9375 30700.0 103863.484375 30749.0 103865.2109375 30799.0 103863.46875 30850.0 103863.6015625 30900.0 103864.6328125 30949.0 103866.2421875 31000.0 103868.7890625 31049.0 103870.546875 31099.0 103872.578125 31150.0 103869.0 31200.0 103875.75 31249.0 103878.765625 31300.0 103881.171875 31349.0 103883.109375 31399.0 103883.5625 31450.0 103886.109375 31500.0 103887.015625 31549.0 103887.9453125 31600.0 103888.609375 31649.0 103885.546875 31699.0 103888.171875 31750.0 103888.96875 31800.0 103889.1328125 31849.0 103886.5 31900.0 103895.734375 31950.0 103897.234375 31999.0 103898.6171875 32050.0 103900.109375 32100.0 103900.828125 32149.0 103901.328125 32200.0 103901.703125 32250.0 103901.953125 32299.0 103903.125 32350.0 103903.5703125 32400.0 103903.84375 32449.0 103904.484375 32500.0 103904.609375 32550.0 103905.0234375 32599.0 103905.515625 32650.0 103905.6484375 32700.0 103905.921875 32749.0 103906.5 32800.0 103906.6875 32850.0 103906.8515625 32899.0 103907.84375 32950.0 103908.0234375 33000.0 103907.6328125 33049.0 103906.625 33100.0 103907.7421875 33150.0 103907.9375 33199.0 103907.9453125 33250.0 103907.8515625 33300.0 103908.234375 33349.0 103907.9765625 33400.0 103907.3984375 33450.0 103906.84375 33499.0 103906.234375 33550.0 103905.59375 33600.0 103904.984375 33649.0 103904.265625 33700.0 103903.4765625 33750.0 103902.6640625 33799.0 103901.8359375 33850.0 103901.03125 33900.0 103900.2578125 33949.0 103899.5 34000.0 103898.71875 34050.0 103897.8515625 34099.0 103896.921875 34150.0 103895.96875 34200.0 103895.0546875 34249.0 103894.1875 34300.0 103893.390625 34350.0 103892.640625 34399.0 103891.921875 34450.0 103891.21875 34500.0 103890.5 34549.0 103889.71875 34600.0 103888.890625 34650.0 103888.015625 34699.0 103887.171875 34750.0 103886.375 34800.0 103885.6328125 34849.0 103884.9453125 34900.0 103884.3046875 34950.0 103883.65625 34999.0 103883.0078125 35050.0 103882.3671875 35100.0 103881.7265625 35149.0 103881.078125 35200.0 103880.4140625 35250.0 103879.734375 35299.0 103879.046875 35350.0 103878.3515625 35400.0 103877.671875 35449.0 103877.015625 35500.0 103876.375 35550.0 103875.75 35599.0 103875.125 35650.0 103874.515625 35700.0 103873.90625 35749.0 103873.296875 35800.0 103872.6875 35850.0 103872.078125 35899.0 103871.453125 35950.0 103870.828125 36000.0 103870.1953125 36049.0 103869.5703125 36100.0 103868.953125 36150.0 103868.328125 36199.0 103867.71875 36250.0 103867.125 36300.0 103866.5234375 36349.0 103865.921875 36400.0 103865.3125 36450.0 103864.7109375 36499.0 103864.09375 36550.0 103863.4921875 36600.0 103862.890625 36649.0 103862.296875 36700.0 103861.71875 36750.0 103861.140625 36799.0 103860.5859375 36850.0 103860.03125 36900.0 103859.46875 36949.0 103858.890625 37000.0 103858.3203125 37050.0 103857.734375 37099.0 103857.15625 37150.0 103856.578125 37200.0 103856.0078125 37249.0 103855.4375 37300.0 103854.875 37350.0 103854.3203125 37399.0 103853.7734375 37450.0 103853.2265625 37500.0 103852.671875 37549.0 103852.1171875 37600.0 103851.5546875 37650.0 103850.984375 37699.0 103850.3984375 37750.0 103849.8125 37800.0 103849.2109375 37849.0 103848.609375 37900.0 103848.0 37950.0 103847.390625 37999.0 103846.765625 38050.0 103846.1484375 38100.0 103845.515625 38149.0 103844.875 38200.0 103844.234375 38250.0 103843.578125 38299.0 103842.90625 38350.0 103842.21875 38400.0 103841.53125 38449.0 103840.828125 38500.0 103840.109375 38550.0 103839.3828125 38599.0 103838.640625 38650.0 103837.890625 38700.0 103837.125 38749.0 103836.34375 38800.0 103835.5625 38850.0 103834.7734375 38899.0 103833.9609375 38950.0 103833.140625 39000.0 103832.3125 39049.0 103831.4609375 39100.0 103830.6015625 39150.0 103829.734375 39199.0 103828.859375 39250.0 103827.96875 39300.0 103827.078125 39349.0 103826.171875 39400.0 103825.25 39450.0 103824.328125 39499.0 103823.390625 39550.0 103822.4375 39600.0 103821.4765625 39649.0 103820.5078125 39700.0 103819.53125 39750.0 103818.5546875 39799.0 103817.5625 39850.0 103816.5703125 39900.0 103815.5625 39949.0 103814.546875 40000.0 103813.53125 40050.0 103812.5 40099.0 103811.4609375 40150.0 103810.421875 40200.0 103809.3671875 40249.0 103808.3203125 40300.0 103807.265625 40350.0 103806.21875 40399.0 103805.15625 40450.0 103804.1015625 40500.0 103803.046875 40549.0 103801.984375 40600.0 103800.921875 40650.0 103799.84375 40699.0 103798.765625 40750.0 103797.6875 40800.0 103796.6015625 40849.0 103795.5234375 40900.0 103794.4453125 40950.0 103793.375 40999.0 103792.3046875 41050.0 103791.2421875 41100.0 103790.1796875 41149.0 103789.109375 41200.0 103788.046875 41250.0 103786.9765625 41299.0 103785.90625 41350.0 103784.8359375 41400.0 103783.7578125 41449.0 103782.6875 41500.0 103781.6171875 41550.0 103780.5546875 41599.0 103779.5 41650.0 103778.453125 41700.0 103777.40625 41749.0 103776.375 41800.0 103775.34375 41850.0 103774.3125 41899.0 103773.2890625 41950.0 103772.265625 42000.0 103771.234375 42049.0 103770.203125 42100.0 103769.1796875 42150.0 103768.15625 42199.0 103767.125 42250.0 103766.109375 42300.0 103765.1015625 42349.0 103764.09375 42400.0 103763.109375 42450.0 103762.1171875 42499.0 103761.140625 42550.0 103760.1640625 42600.0 103759.1953125 42649.0 103758.234375 42700.0 103757.2734375 42750.0 103756.3125 42799.0 103755.359375 42850.0 103754.40625 42900.0 103753.453125 42949.0 103752.5078125 43000.0 103751.5625 43050.0 103750.6171875 43099.0 103749.6796875 43150.0 103748.7421875 43200.0 103747.8125 43249.0 103746.8828125 43300.0 103745.9609375 43350.0 103745.046875 43399.0 103744.1328125 43450.0 103743.2265625 43500.0 103742.328125 43549.0 103741.4375 43600.0 103740.5390625 43650.0 103739.65625 43699.0 103738.765625 43750.0 103737.890625 43800.0 103737.0078125 43849.0 103736.125 43900.0 103735.2578125 43950.0 103734.3828125 43999.0 103733.515625 44050.0 103732.6484375 44100.0 103731.78125 44149.0 103730.9296875 44200.0 103730.078125 44250.0 103729.2265625 44299.0 103728.3828125 44350.0 103727.5390625 44400.0 103726.703125 44449.0 103725.859375 44500.0 103725.03125 44550.0 103724.203125 44599.0 103723.375 44650.0 103722.546875 44700.0 103721.7265625 44749.0 103720.90625 44800.0 103720.09375 44850.0 103719.28125 44899.0 103718.46875 44950.0 103717.65625 45000.0 103716.8515625 45049.0 103716.046875 45100.0 103715.25 45150.0 103714.453125 45199.0 103713.65625 45250.0 103712.859375 45300.0 103712.0703125 45349.0 103711.28125 45400.0 103710.4921875 45450.0 103709.7109375 45499.0 103708.9296875 45550.0 103708.1484375 45600.0 103707.375 45649.0 103706.6015625 45700.0 103705.828125 45750.0 103705.0625 45799.0 103704.296875 45850.0 103703.53125 45900.0 103702.765625 45949.0 103702.0078125 46000.0 103701.25 46050.0 103700.5 46099.0 103699.7421875 46150.0 103698.984375 46200.0 103698.234375 46249.0 103697.4921875 46300.0 103696.7421875 46350.0 103696.0 46399.0 103695.2578125 46450.0 103694.515625 46500.0 103693.78125 46549.0 103693.046875 46600.0 103692.3125 46650.0 103691.578125 46699.0 103690.8515625 46750.0 103690.125 46800.0 103689.3984375 46849.0 103688.671875 46900.0 103687.953125 46950.0 103687.234375 46999.0 103686.515625 47050.0 103685.796875 47100.0 103685.0859375 47149.0 103684.375 47200.0 103683.6640625 47250.0 103682.953125 47299.0 103682.25 47350.0 103681.546875 47400.0 103680.84375 47449.0 103680.140625 47500.0 103679.4375 47550.0 103678.7421875 47599.0 103678.046875 47650.0 103677.3515625 47700.0 103676.65625 47749.0 103675.96875 47800.0 103675.28125 47850.0 103674.5859375 47899.0 103673.90625 47950.0 103673.21875 48000.0 103672.53125 48049.0 103671.8515625 48100.0 103671.171875 48150.0 103670.4921875 48199.0 103669.8203125 48250.0 103669.140625 48300.0 103668.46875 48349.0 103667.796875 48400.0 103667.1328125 48450.0 103666.4609375 48499.0 103665.7890625 48550.0 103665.125 48600.0 103664.4609375 48649.0 103663.796875 48700.0 103663.1328125 48750.0 103662.4765625 48799.0 103661.8125 48850.0 103661.15625 48900.0 103660.5 48949.0 103659.84375 49000.0 103659.1875 49050.0 103658.5390625 49099.0 103657.8828125 49150.0 103657.234375 49200.0 103656.5859375 49249.0 103655.9375 49300.0 103655.2890625 49350.0 103654.640625 49399.0 103654.0 49450.0 103653.3515625 49500.0 103652.7109375 49549.0 103652.0703125 49600.0 103651.4296875 49650.0 103650.7890625 49699.0 103650.15625 49750.0 103649.515625 49800.0 103648.875 49849.0 103648.25 49900.0 103647.609375 49950.0 103646.984375 49999.0 103646.34375 50050.0 103645.71875 50100.0 103645.09375 50149.0 103644.4609375 50200.0 103643.828125 50250.0 103643.203125 50299.0 103642.578125 50350.0 103641.953125 50400.0 103641.328125 50449.0 103640.703125 50500.0 103640.078125 50550.0 103639.453125 50599.0 103638.828125 50650.0 103638.21875 50700.0 103637.59375 50749.0 103636.96875 50800.0 103636.359375 50850.0 103635.7421875 50899.0 103635.125 50950.0 103634.5078125 51000.0 103633.890625 51049.0 103633.28125 51100.0 103632.6640625 51150.0 103632.046875 51199.0 103631.4296875 51250.0 103630.8125 51300.0 103630.1953125 51349.0 103629.578125 51400.0 103628.96875 51450.0 103628.3515625 51499.0 103627.734375 51550.0 103627.125 51600.0 103626.515625 51649.0 103625.8984375 51700.0 103625.2890625 51750.0 103624.671875 51799.0 103624.0625 51850.0 103623.4609375 51900.0 103622.8515625 51949.0 103622.2421875 52000.0 103621.640625 52050.0 103621.03125 52099.0 103620.421875 52150.0 103619.828125 52200.0 103619.21875 52249.0 103618.609375 52300.0 103618.0 52350.0 103617.3984375 52399.0 103616.796875 52450.0 103616.1875 52500.0 103615.578125 52549.0 103614.984375 52600.0 103614.375 52650.0 103613.7734375 52699.0 103613.171875 52750.0 103612.5703125 52800.0 103611.9765625 52849.0 103611.375 52900.0 103610.78125 52950.0 103610.1875 52999.0 103609.59375 53050.0 103609.0 53100.0 103608.4140625 53149.0 103607.8203125 53200.0 103607.234375 53250.0 103606.640625 53299.0 103606.0625 53350.0 103605.46875 53400.0 103604.875 53449.0 103604.2890625 53500.0 103603.6953125 53550.0 103603.109375 53599.0 103602.515625 53650.0 103601.921875 53700.0 103601.3359375 53749.0 103600.75 53800.0 103600.15625 53850.0 103599.5703125 53899.0 103598.984375 53950.0 103598.40625 54000.0 103597.8203125 54049.0 103597.234375 54100.0 103596.65625 54150.0 103596.078125 54199.0 103595.5 54250.0 103594.921875 54300.0 103594.34375 54349.0 103593.765625 54400.0 103593.1953125 54450.0 103592.625 54499.0 103592.046875 54550.0 103591.484375 54600.0 103590.90625 54649.0 103590.34375 54700.0 103589.765625 54750.0 103589.1953125 54799.0 103588.6171875 54850.0 103588.046875 54900.0 103587.46875 54949.0 103586.8984375 55000.0 103586.328125 55050.0 103585.75 55099.0 103585.1796875 55150.0 103584.609375 55200.0 103584.046875 55249.0 103583.46875 55300.0 103582.90625 55350.0 103582.3359375 55399.0 103581.7734375 55450.0 103581.203125 55500.0 103580.640625 55549.0 103580.0703125 55600.0 103579.5078125 55650.0 103578.9375 55699.0 103578.375 55750.0 103577.8203125 55800.0 103577.2578125 55849.0 103576.703125 55900.0 103576.140625 55950.0 103575.578125 55999.0 103575.015625 56050.0 103574.4609375 56100.0 103573.90625 56149.0 103573.3515625 56200.0 103572.796875 56250.0 103572.234375 56299.0 103571.6875 56350.0 103571.125 56400.0 103570.5625 56449.0 103570.0078125 56500.0 103569.453125 56550.0 103568.890625 56599.0 103568.3359375 56650.0 103567.78125 56700.0 103567.21875 56749.0 103566.6640625 56800.0 103566.109375 56850.0 103565.5625 56899.0 103565.0078125 56950.0 103564.453125 57000.0 103563.90625 57049.0 103563.359375 57100.0 103562.8046875 57150.0 103562.25 57199.0 103561.703125 57250.0 103561.1484375 57300.0 103560.6015625 57349.0 103560.046875 57400.0 103559.5 57450.0 103558.953125 57499.0 103558.40625 57550.0 103557.859375 57600.0 103557.3125 57649.0 103556.765625 57700.0 103556.21875 57750.0 103555.6796875 57799.0 103555.140625 57850.0 103554.59375 57900.0 103554.046875 57949.0 103553.5078125 58000.0 103552.9609375 58050.0 103552.421875 58099.0 103551.875 58150.0 103551.328125 58200.0 103550.7890625 58249.0 103550.25 58300.0 103549.7109375 58350.0 103549.1640625 58399.0 103548.625 58450.0 103548.078125 58500.0 103547.5390625 58549.0 103547.0 58600.0 103546.453125 58650.0 103545.921875 58699.0 103545.3828125 58750.0 103544.84375 58800.0 103544.3125 58849.0 103543.7734375 58900.0 103543.234375 58950.0 103542.703125 58999.0 103542.15625 59050.0 103541.625 59100.0 103541.09375 59149.0 103540.546875 59200.0 103540.015625 59250.0 103539.484375 59299.0 103538.953125 59350.0 103538.4140625 59400.0 103537.8828125 59449.0 103537.34375 59500.0 103536.8125 59550.0 103536.28125 59599.0 103535.75 59650.0 103535.21875 59700.0 103534.6875 59749.0 103534.15625 59800.0 103533.625 59850.0 103533.09375 59899.0 103532.5625 59950.0 103532.03125 60000.0 103531.5 60049.0 103530.96875 60100.0 103530.4375 60150.0 103529.9140625 60199.0 103529.390625 60250.0 103528.859375 60299.0 103528.328125 60349.0 103527.796875 60400.0 103527.265625 60450.0 103526.734375 60499.0 103526.203125 60550.0 103525.6796875 60600.0 103525.15625 60649.0 103524.625 60700.0 103524.09375 60750.0 103523.5703125 60799.0 103523.046875 60850.0 103522.5234375 60899.0 103522.0 60949.0 103521.46875 61000.0 103520.9453125 61050.0 103520.421875 61099.0 103519.890625 61150.0 103519.3671875 61200.0 103518.84375 61249.0 103518.3125 61300.0 103517.78125 61350.0 103517.265625 61399.0 103516.734375 61450.0 103516.21875 61499.0 103515.6875 61549.0 103515.1640625 61600.0 103514.640625 61650.0 103514.125 61699.0 103513.6015625 61750.0 103513.078125 61800.0 103512.5546875 61849.0 103512.03125 61900.0 103511.515625 61950.0 103510.9921875 61999.0 103510.46875 62050.0 103509.953125 62099.0 103509.4375 62149.0 103508.9140625 62200.0 103508.390625 62250.0 103507.875 62299.0 103507.359375 62350.0 103506.8359375 62400.0 103506.3203125 62449.0 103505.8046875 62500.0 103505.2890625 62550.0 103504.765625 62599.0 103504.25 62650.0 103503.71875 62699.0 103503.203125 62749.0 103502.6875 62800.0 103502.171875 62850.0 103501.65625 62899.0 103501.140625 62950.0 103500.6171875 63000.0 103500.1015625 63049.0 103499.59375 63100.0 103499.0703125 63150.0 103498.5546875 63199.0 103498.03125 63250.0 103497.515625 63299.0 103497.0 63349.0 103496.4765625 63400.0 103495.953125 63450.0 103495.4375 63499.0 103494.921875 63550.0 103494.3984375 63600.0 103493.875 63649.0 103493.3671875 63700.0 103492.8515625 63750.0 103492.3359375 63799.0 103491.8203125 63850.0 103491.3046875 63900.0 103490.7890625 63949.0 103490.2734375 64000.0 103489.7578125 64049.0 103489.25 64099.0 103488.734375 64150.0 103488.21875 64200.0 103487.703125 64249.0 103487.1875 64300.0 103486.6796875 64350.0 103486.171875 64399.0 103485.65625 64450.0 103485.140625 64500.0 103484.625 64549.0 103484.109375 64600.0 103483.59375 64649.0 103483.0859375 64699.0 103482.578125 64750.0 103482.0625 64800.0 103481.546875 64849.0 103481.0390625 64900.0 103480.53125 64950.0 103480.015625 64999.0 103479.5 65050.0 103478.984375 65100.0 103478.46875 65149.0 103477.9609375 65200.0 103477.453125 65249.0 103476.9375 65299.0 103476.421875 65350.0 103475.9140625 65400.0 103475.40625 65449.0 103474.890625 65500.0 103474.3828125 65550.0 103473.875 65599.0 103473.3671875 65650.0 103472.859375 65700.0 103472.3515625 65749.0 103471.84375 65800.0 103471.3359375 65850.0 103470.828125 65899.0 103470.3046875 65950.0 103469.796875 66000.0 103469.28125 66049.0 103468.7734375 66100.0 103468.265625 66150.0 103467.75 66199.0 103467.25 66250.0 103466.734375 66300.0 103466.2265625 66349.0 103465.71875 66400.0 103465.2109375 66450.0 103464.703125 66499.0 103464.1953125 66550.0 103463.6875 66600.0 103463.1796875 66649.0 103462.671875 66700.0 103462.171875 66750.0 103461.6640625 66799.0 103461.15625 66850.0 103460.65625 66900.0 103460.1484375 66949.0 103459.640625 67000.0 103459.125 67050.0 103458.625 67099.0 103458.109375 67150.0 103457.609375 67200.0 103457.09375 67249.0 103456.59375 67300.0 103456.09375 67350.0 103455.5859375 67399.0 103455.09375 67450.0 103454.5859375 67500.0 103454.078125 67549.0 103453.578125 67600.0 103453.078125 67650.0 103452.5703125 67699.0 103452.0625 67750.0 103451.546875 67800.0 103451.046875 67849.0 103450.5390625 67900.0 103450.03125 67950.0 103449.53125 67999.0 103449.0234375 68050.0 103448.515625 68100.0 103448.0078125 68149.0 103447.5 68200.0 103447.0 68250.0 103446.5 68299.0 103446.0 68350.0 103445.5 68400.0 103444.9921875 68449.0 103444.5 68500.0 103444.0 68550.0 103443.4921875 68599.0 103442.984375 68650.0 103442.484375 68700.0 103441.9765625 68749.0 103441.46875 68800.0 103440.96875 68850.0 103440.4609375 68899.0 103439.953125 68950.0 103439.453125 69000.0 103438.9453125 69049.0 103438.4375 69100.0 103437.9375 69150.0 103437.421875 69199.0 103436.921875 69250.0 103436.421875 69300.0 103435.9140625 69349.0 103435.40625 69400.0 103434.90625 69450.0 103434.40625 69499.0 103433.90625 69550.0 103433.40625 69600.0 103432.90625 69649.0 103432.3984375 69700.0 103431.890625 69750.0 103431.390625 69799.0 103430.890625 69850.0 103430.390625 69900.0 103429.8828125 69949.0 103429.390625 70000.0 103428.890625 70050.0 103428.390625 70099.0 103427.890625 70150.0 103427.3984375 70200.0 103426.8984375 70249.0 103426.40625 70300.0 103425.90625 70350.0 103425.40625 70399.0 103424.9140625 70450.0 103424.421875 70500.0 103423.9296875 70549.0 103423.4296875 70600.0 103422.921875 70650.0 103422.421875 70699.0 103421.90625 70750.0 103421.40625 70800.0 103420.890625 70849.0 103420.3828125 70900.0 103419.875 70950.0 103419.3671875 70999.0 103418.859375 71050.0 103418.359375 71100.0 103417.859375 71149.0 103417.3515625 71200.0 103416.8515625 71250.0 103416.3515625 71299.0 103415.8515625 71350.0 103415.3515625 71400.0 103414.8515625 71449.0 103414.3515625 71500.0 103413.8515625 71550.0 103413.359375 71599.0 103412.859375 71650.0 103412.359375 71700.0 103411.84375 71749.0 103411.328125 71800.0 103410.8203125 71850.0 103410.3125 71899.0 103409.796875 71950.0 103409.2890625 72000.0 103408.78125 72049.0 103408.265625 72100.0 103407.7578125 72150.0 103407.25 72199.0 103406.75 72250.0 103406.2421875 72300.0 103405.734375 72349.0 103405.234375 72400.0 103404.734375 72450.0 103404.234375 72499.0 103403.734375 72550.0 103403.234375 72600.0 103402.734375 72649.0 103402.2421875 72700.0 103401.7421875 72750.0 103401.25 72799.0 103400.75 72850.0 103400.2578125 72900.0 103399.765625 72949.0 103399.265625 73000.0 103398.7734375 73050.0 103398.28125 73099.0 103397.78125 73150.0 103397.2890625 73200.0 103396.796875 73249.0 103396.296875 73300.0 103395.796875 73350.0 103395.296875 73399.0 103394.7890625 73450.0 103394.28125 73500.0 103393.78125 73549.0 103393.28125 73600.0 103392.7734375 73650.0 103392.2734375 73699.0 103391.765625 73750.0 103391.265625 73800.0 103390.765625 73849.0 103390.2578125 73900.0 103389.7578125 73950.0 103389.2578125 73999.0 103388.75 74050.0 103388.25 74100.0 103387.75 74149.0 103387.25 74200.0 103386.7421875 74250.0 103386.234375 74299.0 103385.734375 74350.0 103385.234375 74400.0 103384.7265625 74449.0 103384.21875 74500.0 103383.71875 74550.0 103383.21875 74599.0 103382.71875 74650.0 103382.21875 74700.0 103381.71875 74749.0 103381.2265625 74800.0 103380.7265625 74850.0 103380.234375 74899.0 103379.734375 74950.0 103379.234375 75000.0 103378.7421875 75049.0 103378.25 75100.0 103377.75 75150.0 103377.2421875 75199.0 103376.734375 75250.0 103376.234375 75300.0 103375.7265625 75349.0 103375.21875 75400.0 103374.71875 75450.0 103374.21875 75499.0 103373.7109375 75550.0 103373.203125 75600.0 103372.703125 75649.0 103372.203125 75700.0 103371.703125 75750.0 103371.203125 75799.0 103370.703125 75850.0 103370.203125 75900.0 103369.703125 75949.0 103369.203125 76000.0 103368.7109375 76050.0 103368.21875 76099.0 103367.71875 76150.0 103367.21875 76200.0 103366.71875 76249.0 103366.2265625 76300.0 103365.734375 76350.0 103365.234375 76399.0 103364.734375 76450.0 103364.2421875 76500.0 103363.75 76549.0 103363.2578125 76600.0 103362.765625 76650.0 103362.265625 76699.0 103361.765625 76750.0 103361.25 76800.0 103360.75 76849.0 103360.2421875 76900.0 103359.7421875 76950.0 103359.234375 76999.0 103358.734375 77050.0 103358.2265625 77100.0 103357.71875 77149.0 103357.21875 77200.0 103356.71875 77250.0 103356.21875 77299.0 103355.7109375 77350.0 103355.2109375 77400.0 103354.7109375 77449.0 103354.203125 77500.0 103353.703125 77550.0 103353.203125 77599.0 103352.6953125 77650.0 103352.1796875 77700.0 103351.671875 77749.0 103351.1640625 77800.0 103350.65625 77850.0 103350.140625 77899.0 103349.6328125 77950.0 103349.125 78000.0 103348.625 78049.0 103348.1171875 78100.0 103347.609375 78150.0 103347.109375 78199.0 103346.6015625 78250.0 103346.1015625 78300.0 103345.6015625 78349.0 103345.1015625 78400.0 103344.6015625 78450.0 103344.1015625 78499.0 103343.6015625 78550.0 103343.09375 78600.0 103342.6015625 78649.0 103342.1015625 78700.0 103341.6015625 78750.0 103341.109375 78799.0 103340.609375 78850.0 103340.109375 78900.0 103339.6171875 78949.0 103339.125 79000.0 103338.625 79050.0 103338.1328125 79099.0 103337.6328125 79150.0 103337.140625 79200.0 103336.640625 79249.0 103336.125 79300.0 103335.609375 79350.0 103335.0859375 79399.0 103334.5625 79450.0 103334.046875 79500.0 103333.53125 79549.0 103333.015625 79600.0 103332.5 79650.0 103331.9921875 79699.0 103331.4765625 79750.0 103330.96875 79800.0 103330.453125 79849.0 103329.9453125 79900.0 103329.4375 79950.0 103328.9296875 79999.0 103328.421875 80050.0 103327.9140625 80100.0 103327.40625 80149.0 103326.90625 80200.0 103326.3984375 80250.0 103325.890625 80299.0 103325.390625 80350.0 103324.890625 80400.0 103324.390625 80449.0 103323.8828125 80500.0 103323.3828125 80550.0 103322.8828125 80599.0 103322.3828125 80650.0 103321.8828125 80700.0 103321.3828125 80749.0 103320.8828125 80800.0 103320.3828125 80850.0 103319.890625 80899.0 103319.390625 80950.0 103318.890625 81000.0 103318.390625 81049.0 103317.8984375 81100.0 103317.3984375 81150.0 103316.90625 81199.0 103316.40625 81250.0 103315.90625 81300.0 103315.4140625 81349.0 103314.921875 81400.0 103314.421875 81450.0 103313.921875 81499.0 103313.4296875 81550.0 103312.921875 81600.0 103312.421875 81649.0 103311.9140625 81700.0 103311.40625 81750.0 103310.90625 81799.0 103310.3984375 81850.0 103309.8984375 81900.0 103309.3984375 81949.0 103308.8984375 82000.0 103308.3984375 82050.0 103307.8984375 82099.0 103307.3984375 82150.0 103306.90625 82200.0 103306.40625 82249.0 103305.9140625 82300.0 103305.4140625 82350.0 103304.921875 82399.0 103304.421875 82450.0 103303.9296875 82500.0 103303.4375 82549.0 103302.9375 82600.0 103302.4453125 82650.0 103301.953125 82699.0 103301.4609375 82750.0 103300.96875 82800.0 103300.4765625 82849.0 103299.9921875 82900.0 103299.5 82950.0 103299.0078125 82999.0 103298.5234375 83050.0 103298.03125 83100.0 103297.546875 83149.0 103297.0546875 83200.0 103296.5625 83250.0 103296.078125 83299.0 103295.59375 83350.0 103295.1015625 83400.0 103294.6171875 83449.0 103294.125 83500.0 103293.640625 83550.0 103293.15625 83599.0 103292.6640625 83650.0 103292.171875 83700.0 103291.6796875 83749.0 103291.171875 83800.0 103290.65625 83850.0 103290.1484375 83899.0 103289.640625 83950.0 103289.125 84000.0 103288.625 84049.0 103288.1171875 84100.0 103287.609375 84150.0 103287.1015625 84199.0 103286.59375 84250.0 103286.09375 84300.0 103285.59375 84349.0 103285.0859375 84400.0 103284.5859375 84450.0 103284.078125 84499.0 103283.578125 84550.0 103283.078125 84600.0 103282.578125 84649.0 103282.078125 84700.0 103281.5859375 84750.0 103281.0859375 84799.0 103280.5859375 84850.0 103280.09375 84900.0 103279.59375 84949.0 103279.09375 85000.0 103278.6015625 85050.0 103278.109375 85099.0 103277.609375 85150.0 103277.109375 85200.0 103276.6171875 85249.0 103276.125 85300.0 103275.625 85350.0 103275.140625 85399.0 103274.640625 85450.0 103274.1484375 85500.0 103273.65625 85549.0 103273.15625 85600.0 103272.671875 85650.0 103272.171875 85699.0 103271.6875 85750.0 103271.1875 85800.0 103270.703125 85849.0 103270.2109375 85900.0 103269.71875 85950.0 103269.2265625 85999.0 103268.734375 86050.0 103268.2421875 86100.0 103267.75 86149.0 103267.2578125 86200.0 103266.765625 86250.0 103266.265625 86299.0 103265.765625 86350.0 103265.265625 86400.0 103264.765625 86449.0 103264.265625 86500.0 103263.765625 86550.0 103263.2578125 86599.0 103262.765625 86650.0 103262.265625 86700.0 103261.765625 86749.0 103261.265625 86800.0 103260.7734375 86850.0 103260.2734375 86899.0 103259.78125 86950.0 103259.28125 87000.0 103258.7890625 87049.0 103258.296875 87100.0 103257.8046875 87150.0 103257.3125 87199.0 103256.8203125 87250.0 103256.328125 87300.0 103255.84375 87349.0 103255.3515625 87400.0 103254.859375 87450.0 103254.375 87499.0 103253.890625 87550.0 103253.3984375 87600.0 103252.9140625 87649.0 103252.4296875 87700.0 103251.9375 87750.0 103251.453125 87799.0 103250.96875 87850.0 103250.484375 87900.0 103250.0078125 87949.0 103249.5234375 88000.0 103249.0390625 88050.0 103248.546875 88099.0 103248.0625 88150.0 103247.578125 88200.0 103247.09375 88249.0 103246.609375 88300.0 103246.125 88350.0 103245.6328125 88399.0 103245.1484375 88450.0 103244.6640625 88500.0 103244.1796875 88549.0 103243.6953125 88600.0 103243.2109375 88650.0 103242.7265625 88699.0 103242.25 88750.0 103241.765625 88800.0 103241.28125 88849.0 103240.796875 88900.0 103240.3125 88950.0 103239.8359375 88999.0 103239.359375 89050.0 103238.875 89100.0 103238.375 89149.0 103237.875 89200.0 103237.375 89250.0 103236.8671875 89299.0 103236.3671875 89350.0 103235.859375 89400.0 103235.359375 89449.0 103234.859375 89500.0 103234.359375 89550.0 103233.859375 89599.0 103233.359375 89650.0 103232.8671875 89700.0 103232.375 89749.0 103231.875 89800.0 103231.3828125 89850.0 103230.890625 89899.0 103230.390625 89950.0 103229.8984375 90000.0 103229.40625 90049.0 103228.90625 90100.0 103228.421875 90150.0 103227.921875 90199.0 103227.4375 90250.0 103226.9375 90300.0 103226.4453125 90349.0 103225.953125 90400.0 103225.4609375 90450.0 103224.96875 90499.0 103224.484375 90550.0 103223.984375 90600.0 103223.5 90649.0 103223.0078125 90700.0 103222.515625 90750.0 103222.0234375 90799.0 103221.53125 90850.0 103221.0390625 90900.0 103220.546875 90949.0 103220.0625 91000.0 103219.5703125 91050.0 103219.078125 91099.0 103218.59375 91150.0 103218.109375 91200.0 103217.6171875 91249.0 103217.125 91300.0 103216.640625 91350.0 103216.1484375 91399.0 103215.65625 91450.0 103215.171875 91500.0 103214.6796875 91549.0 103214.1875 91600.0 103213.703125 91650.0 103213.21875 91699.0 103212.7265625 91750.0 103212.234375 91800.0 103211.7421875 91849.0 103211.25 91900.0 103210.7578125 91950.0 103210.265625 91999.0 103209.78125 92050.0 103209.2890625 92100.0 103208.796875 92149.0 103208.296875 92200.0 103207.796875 92250.0 103207.296875 92299.0 103206.796875 92350.0 103206.296875 92400.0 103205.796875 92449.0 103205.3046875 92500.0 103204.8046875 92550.0 103204.3125 92599.0 103203.8125 92650.0 103203.3203125 92700.0 103202.828125 92749.0 103202.3359375 92800.0 103201.84375 92850.0 103201.3515625 92899.0 103200.859375 92950.0 103200.375 93000.0 103199.890625 93049.0 103199.40625 93100.0 103198.9140625 93150.0 103198.4296875 93199.0 103197.9375 93250.0 103197.453125 93300.0 103196.96875 93349.0 103196.4921875 93400.0 103196.0 93450.0 103195.5234375 93499.0 103195.046875 93550.0 103194.5625 93600.0 103194.078125 93649.0 103193.59375 93700.0 103193.109375 93750.0 103192.625 93799.0 103192.140625 93850.0 103191.65625 93900.0 103191.171875 93949.0 103190.6875 94000.0 103190.203125 94050.0 103189.7265625 94099.0 103189.2421875 94150.0 103188.7578125 94200.0 103188.28125 94249.0 103187.796875 94300.0 103187.3125 94350.0 103186.8359375 94399.0 103186.359375 94450.0 103185.875 94500.0 103185.390625 94549.0 103184.9140625 94600.0 103184.4375 94650.0 103183.953125 94699.0 103183.4765625 94750.0 103183.0 94800.0 103182.5234375 94849.0 103182.046875 94900.0 103181.5625 94950.0 103181.09375 94999.0 103180.609375 95050.0 103180.1328125 95100.0 103179.65625 95149.0 103179.171875 95200.0 103178.6875 95250.0 103178.203125 95299.0 103177.71875 95350.0 103177.2421875 95400.0 103176.75 95449.0 103176.2578125 95500.0 103175.7578125 95550.0 103175.265625 95599.0 103174.765625 95650.0 103174.265625 95700.0 103173.765625 95749.0 103173.2734375 95800.0 103172.78125 95850.0 103172.28125 95899.0 103171.7890625 95950.0 103171.296875 96000.0 103170.796875 96049.0 103170.3046875 96100.0 103169.8125 96150.0 103169.3125 96199.0 103168.828125 96250.0 103168.3359375 96300.0 103167.84375 96349.0 103167.3515625 96400.0 103166.859375 96450.0 103166.375 96499.0 103165.8828125 96550.0 103165.390625 96600.0 103164.90625 96649.0 103164.4140625 96700.0 103163.9296875 96750.0 103163.4375 96799.0 103162.953125 96850.0 103162.4609375 96900.0 103161.9765625 96949.0 103161.4921875 97000.0 103161.0 97050.0 103160.515625 97099.0 103160.03125 97150.0 103159.546875 97200.0 103159.0546875 97249.0 103158.5703125 97300.0 103158.0859375 97350.0 103157.6015625 97399.0 103157.1171875 97450.0 103156.625 97500.0 103156.140625 97549.0 103155.65625 97600.0 103155.171875 97650.0 103154.6875 97699.0 103154.1953125 97750.0 103153.7109375 97800.0 103153.21875 97849.0 103152.734375 97900.0 103152.2421875 97950.0 103151.75 97999.0 103151.265625 98050.0 103150.78125 98100.0 103150.2890625 98149.0 103149.796875 98200.0 103149.3125 98250.0 103148.828125 98299.0 103148.3359375 98350.0 103147.84375 98400.0 103147.359375 98449.0 103146.875 98500.0 103146.3828125 98550.0 103145.8984375 98599.0 103145.4140625 98650.0 103144.9296875 98700.0 103144.4375 98749.0 103143.953125 98800.0 103143.4609375 98850.0 103142.96875 98899.0 103142.484375 98950.0 103141.9921875 99000.0 103141.5078125 99049.0 103141.015625 99100.0 103140.53125 99150.0 103140.046875 99199.0 103139.5546875 99250.0 103139.0703125 99300.0 103138.578125 99349.0 103138.09375 99400.0 103137.609375 99450.0 103137.1171875 99499.0 103136.625 99550.0 103136.125 99600.0 103135.625 99649.0 103135.125 99700.0 103134.625 99750.0 103134.1328125 99799.0 103133.6328125 99850.0 103133.140625 99900.0 103132.640625 99949.0 103132.140625 100000.0 103131.640625 100050.0 103131.1484375 100099.0 103130.6484375 100150.0 103130.15625 100200.0 103129.6640625 100249.0 103129.171875 100300.0 103128.6875 100350.0 103128.1953125 100399.0 103127.7109375 100450.0 103127.2265625 100500.0 103126.7421875 100549.0 103126.2578125 100600.0 103125.765625 100650.0 103125.28125 100699.0 103124.796875 100750.0 103124.3203125 100800.0 103123.84375 100849.0 103123.359375 100900.0 103122.875 100950.0 103122.3984375 100999.0 103121.921875 101050.0 103121.4453125 101100.0 103120.96875 101149.0 103120.484375 101200.0 103120.0078125 101250.0 103119.53125 101299.0 103119.0546875 101350.0 103118.578125 101400.0 103118.1015625 101449.0 103117.625 101500.0 103117.1484375 101550.0 103116.671875 101599.0 103116.1875 101650.0 103115.7109375 101700.0 103115.234375 101749.0 103114.75 101800.0 103114.2734375 101850.0 103113.796875 101899.0 103113.3125 101950.0 103112.828125 102000.0 103112.3515625 102049.0 103111.875 102100.0 103111.390625 102150.0 103110.9140625 102199.0 103110.4296875 102250.0 103109.953125 102300.0 103109.46875 102349.0 103108.9921875 102400.0 103108.5078125 102450.0 103108.03125 102499.0 103107.546875 102550.0 103107.0703125 102600.0 103106.59375 102649.0 103106.109375 102700.0 103105.625 102750.0 103105.1484375 102799.0 103104.671875 102850.0 103104.1875 102900.0 103103.7109375 102949.0 103103.234375 103000.0 103102.75 103050.0 103102.28125 103099.0 103101.796875 103150.0 103101.328125 103200.0 103100.84375 103249.0 103100.375 103300.0 103099.890625 103350.0 103099.421875 103399.0 103098.9375 103450.0 103098.46875 103500.0 103097.9765625 103549.0 103097.4765625 103600.0 103096.984375 103650.0 103096.484375 103699.0 103095.9921875 103750.0 103095.4921875 103800.0 103094.9921875 103849.0 103094.4921875 103900.0 103094.0 103950.0 103093.5 103999.0 103093.0 104050.0 103092.5 104100.0 103092.0078125 104149.0 103091.515625 104200.0 103091.03125 104250.0 103090.5390625 104299.0 103090.046875 104350.0 103089.5546875 104400.0 103089.0703125 104449.0 103088.578125 104500.0 103088.0859375 104550.0 103087.59375 104599.0 103087.1015625 104650.0 103086.609375 104700.0 103086.125 104749.0 103085.640625 104800.0 103085.1484375 104850.0 103084.6640625 104899.0 103084.171875 104950.0 103083.6953125 105000.0 103083.2109375 105049.0 103082.7265625 105100.0 103082.2421875 105150.0 103081.7578125 105199.0 103081.2734375 105250.0 103080.7890625 105300.0 103080.3046875 105349.0 103079.8203125 105400.0 103079.3359375 105450.0 103078.8515625 105499.0 103078.359375 105550.0 103077.875 105600.0 103077.390625 105649.0 103076.90625 105700.0 103076.421875 105750.0 103075.9375 105799.0 103075.453125 105850.0 103074.96875 105900.0 103074.484375 105949.0 103074.0 106000.0 103073.515625 106050.0 103073.03125 106099.0 103072.546875 106150.0 103072.0625 106200.0 103071.578125 106249.0 103071.09375 106300.0 103070.6015625 106350.0 103070.109375 106399.0 103069.609375 106450.0 103069.1171875 106500.0 103068.625 106549.0 103068.140625 106600.0 103067.640625 106650.0 103067.1484375 106699.0 103066.65625 106750.0 103066.1640625 106800.0 103065.671875 106849.0 103065.1875 106900.0 103064.6953125 106950.0 103064.2109375 106999.0 103063.7265625 107050.0 103063.25 107100.0 103062.765625 107149.0 103062.2734375 107200.0 103061.7890625 107250.0 103061.296875 107299.0 103060.8125 107350.0 103060.328125 107400.0 103059.84375 107449.0 103059.359375 107500.0 103058.875 107550.0 103058.390625 107599.0 103057.90625 107650.0 103057.421875 107700.0 103056.9375 107749.0 103056.453125 107800.0 103055.9609375 107850.0 103055.4765625 107899.0 103054.9921875 107950.0 103054.5 108000.0 103054.015625 108049.0 103053.5234375 108100.0 103053.03125 108150.0 103052.546875 108199.0 103052.0546875 108250.0 103051.5625 108300.0 103051.078125 108349.0 103050.5859375 108400.0 103050.1015625 108450.0 103049.625 108499.0 103049.140625 108550.0 103048.65625 108600.0 103048.1796875 108649.0 103047.6953125 108700.0 103047.203125 108750.0 103046.7109375 108799.0 103046.2109375 108850.0 103045.7109375 108900.0 103045.2109375 108949.0 103044.7109375 109000.0 103044.2109375 109050.0 103043.7109375 109099.0 103043.2109375 109150.0 103042.7109375 109200.0 103042.21875 109249.0 103041.71875 109300.0 103041.21875 109350.0 103040.7265625 109399.0 103040.2265625 109450.0 103039.734375 109500.0 103039.234375 109549.0 103038.734375 109600.0 103038.2265625 109650.0 103037.7265625 109699.0 103037.2265625 109750.0 103036.734375 109800.0 103036.2421875 109849.0 103035.75 109900.0 103035.265625 109950.0 103034.78125 109999.0 103034.296875 110050.0 103033.8125 110100.0 103033.34375 110149.0 103032.859375 110200.0 103032.390625 110250.0 103031.9140625 110299.0 103031.4375 110350.0 103030.9609375 110400.0 103030.484375 110449.0 103030.015625 110500.0 103029.5390625 110550.0 103029.0625 110599.0 103028.59375 110650.0 103028.1171875 110700.0 103027.640625 110749.0 103027.171875 110800.0 103026.6953125 110850.0 103026.21875 110899.0 103025.7421875 110950.0 103025.265625 111000.0 103024.796875 111049.0 103024.3203125 111100.0 103023.84375 111150.0 103023.375 111199.0 103022.8984375 111250.0 103022.421875 111300.0 103021.953125 111349.0 103021.4765625 111400.0 103021.0 111450.0 103020.53125 111499.0 103020.046875 111550.0 103019.578125 111600.0 103019.09375 111649.0 103018.6171875 111700.0 103018.140625 111750.0 103017.65625 111799.0 103017.1796875 111850.0 103016.703125 111900.0 103016.21875 111949.0 103015.75 112000.0 103015.265625 112050.0 103014.7890625 112099.0 103014.3125 112150.0 103013.828125 112200.0 103013.3515625 112249.0 103012.875 112300.0 103012.390625 112350.0 103011.9140625 112399.0 103011.4375 112450.0 103010.953125 112500.0 103010.484375 112549.0 103010.0 112600.0 103009.5234375 112650.0 103009.046875 112699.0 103008.5703125 112750.0 103008.09375 112800.0 103007.6171875 112849.0 103007.140625 112900.0 103006.65625 112950.0 103006.1875 112999.0 103005.703125 113050.0 103005.2265625 113100.0 103004.75 113149.0 103004.2734375 113200.0 103003.796875 113250.0 103003.328125 113299.0 103002.84375 113350.0 103002.375 113400.0 103001.8984375 113449.0 103001.421875 113500.0 103000.953125 113550.0 103000.46875 113599.0 102999.9921875 113650.0 102999.5 113700.0 102999.015625 113749.0 102998.53125 113800.0 102998.046875 113850.0 102997.5625 113899.0 102997.078125 113950.0 102996.59375 114000.0 102996.1171875 114049.0 102995.6328125 114100.0 102995.15625 114150.0 102994.65625 114199.0 102994.15625 114250.0 102993.65625 114300.0 102993.15625 114349.0 102992.65625 114400.0 102992.15625 114450.0 102991.65625 114499.0 102991.15625 114550.0 102990.65625 114600.0 102990.15625 114649.0 102989.65625 114700.0 102989.15625 114750.0 102988.6640625 114799.0 102988.1640625 114850.0 102987.6640625 114900.0 102987.15625 114949.0 102986.65625 115000.0 102986.15625 115050.0 102985.65625 115099.0 102985.15625 115150.0 102984.65625 115200.0 102984.1640625 115249.0 102983.671875 115300.0 102983.1875 115350.0 102982.703125 115399.0 102982.2109375 115450.0 102981.734375 115500.0 102981.25 115549.0 102980.765625 115600.0 102980.28125 115650.0 102979.796875 115699.0 102979.3203125 115750.0 102978.84375 115800.0 102978.359375 115849.0 102977.875 115900.0 102977.390625 115950.0 102976.90625 115999.0 102976.4296875 116050.0 102975.9453125 116100.0 102975.46875 116149.0 102974.984375 116200.0 102974.5 116250.0 102974.0234375 116299.0 102973.5390625 116350.0 102973.0546875 116400.0 102972.578125 116449.0 102972.09375 116500.0 102971.609375 116550.0 102971.125 116599.0 102970.6484375 116650.0 102970.1640625 116700.0 102969.6875 116749.0 102969.203125 116800.0 102968.71875 116850.0 102968.2421875 116899.0 102967.765625 116950.0 102967.28125 117000.0 102966.8046875 117049.0 102966.328125 117100.0 102965.84375 117150.0 102965.359375 117199.0 102964.875 117250.0 102964.3828125 117300.0 102963.890625 117349.0 102963.40625 117400.0 102962.921875 117450.0 102962.4296875 117499.0 102961.9453125 117550.0 102961.453125 117600.0 102960.96875 117649.0 102960.484375 117700.0 102960.0 117750.0 102959.5234375 117799.0 102959.0390625 117850.0 102958.5625 117900.0 102958.078125 117949.0 102957.59375 118000.0 102957.109375 118050.0 102956.625 118099.0 102956.140625 118150.0 102955.6640625 118200.0 102955.1796875 118249.0 102954.6953125 118300.0 102954.2109375 118350.0 102953.7265625 118399.0 102953.25 118450.0 102952.765625 118500.0 102952.28125 118549.0 102951.796875 118600.0 102951.3203125 118650.0 102950.8359375 118699.0 102950.359375 118750.0 102949.875 118800.0 102949.3984375 118849.0 102948.90625 118900.0 102948.421875 118950.0 102947.9453125 118999.0 102947.4609375 119050.0 102946.9765625 119100.0 102946.5 119149.0 102946.015625 119200.0 102945.53125 119250.0 102945.046875 119299.0 102944.5625 119350.0 102944.078125 119400.0 102943.59375 119449.0 102943.109375 119500.0 102942.625 119550.0 102942.140625 119599.0 102941.6484375 119650.0 102941.1640625 119700.0 102940.6875 119749.0 102940.203125 119800.0 102939.7109375 119850.0 102939.21875 119899.0 102938.7265625 119950.0 102938.234375 120000.0 102937.75 120049.0 102937.25 120100.0 102936.765625 120150.0 102936.265625 120199.0 102935.765625 120250.0 102935.265625 120300.0 102934.7734375 120349.0 102934.28125 120400.0 102933.78125 120449.0 102933.296875 120499.0 102932.796875 120550.0 102932.3125 120599.0 102931.8203125 120649.0 102931.328125 120700.0 102930.8359375 120750.0 102930.34375 120799.0 102929.859375 120850.0 102929.3671875 120900.0 102928.875 120949.0 102928.390625 121000.0 102927.890625 121050.0 102927.40625 121099.0 102926.90625 121150.0 102926.421875 121200.0 102925.9296875 121249.0 102925.4453125 121300.0 102924.9609375 121350.0 102924.4765625 121399.0 102923.9921875 121450.0 102923.5078125 121500.0 102923.03125 121549.0 102922.546875 121600.0 102922.0625 121649.0 102921.5859375 121699.0 102921.1015625 121750.0 102920.625 121799.0 102920.1484375 121849.0 102919.671875 121900.0 102919.203125 121950.0 102918.71875 121999.0 102918.25 122050.0 102917.765625 122100.0 102917.296875 122149.0 102916.8125 122200.0 102916.3359375 122250.0 102915.859375 122299.0 102915.3828125 122350.0 102914.90625 122400.0 102914.4375 122449.0 102913.9609375 122500.0 102913.484375 122550.0 102913.015625 122599.0 102912.546875 122650.0 102912.0703125 122700.0 102911.59375 122749.0 102911.125 122800.0 102910.6484375 122849.0 102910.1796875 122899.0 102909.7109375 122950.0 102909.234375 122999.0 102908.765625 123049.0 102908.296875 123100.0 102907.828125 123150.0 102907.359375 123199.0 102906.890625 123250.0 102906.421875 123300.0 102905.9453125 123349.0 102905.4765625 123400.0 102905.0 123450.0 102904.53125 123499.0 102904.0625 123550.0 102903.59375 123600.0 102903.1171875 123649.0 102902.640625 123700.0 102902.171875 123750.0 102901.703125 123799.0 102901.2265625 123850.0 102900.75 123900.0 102900.28125 123949.0 102899.8046875 124000.0 102899.3359375 124050.0 102898.859375 124099.0 102898.390625 124150.0 102897.9140625 124199.0 102897.4375 124249.0 102896.96875 124300.0 102896.484375 124349.0 102896.0 124399.0 102895.515625 124450.0 102895.03125 124500.0 102894.546875 124549.0 102894.078125 124600.0 102893.59375 124650.0 102893.109375 124699.0 102892.6328125 124750.0 102892.15625 124800.0 102891.671875 124849.0 102891.1953125 124900.0 102890.7109375 124950.0 102890.234375 124999.0 102889.7578125 125050.0 102889.2734375 125100.0 102888.796875 125149.0 102888.3125 125200.0 102887.8359375 125250.0 102887.359375 125299.0 102886.875 125350.0 102886.390625 125399.0 102885.90625 125449.0 102885.421875 125500.0 102884.9453125 125549.0 102884.46875 125599.0 102883.984375 125650.0 102883.5 125700.0 102883.015625 125749.0 102882.53125 125800.0 102882.0546875 125850.0 102881.5703125 125899.0 102881.0859375 125950.0 102880.6015625 126000.0 102880.1171875 126049.0 102879.640625 126100.0 102879.15625 126150.0 102878.671875 126199.0 102878.1875 126250.0 102877.7109375 126300.0 102877.2265625 126349.0 102876.75 126400.0 102876.265625 126450.0 102875.78125 126499.0 102875.3046875 126550.0 102874.8125 126599.0 102874.3359375 126649.0 102873.8515625 126700.0 102873.3671875 126749.0 102872.890625 126799.0 102872.40625 126850.0 102871.921875 126900.0 102871.4375 126949.0 102870.953125 127000.0 102870.46875 127050.0 102869.984375 127099.0 102869.5 127150.0 102869.015625 127200.0 102868.53125 127249.0 102868.046875 127300.0 102867.5546875 127350.0 102867.0703125 127399.0 102866.578125 127450.0 102866.09375 127500.0 102865.6015625 127549.0 102865.109375 127600.0 102864.6171875 127650.0 102864.125 127699.0 102863.6328125 127750.0 102863.140625 127800.0 102862.65625 127849.0 102862.1640625 127900.0 102861.671875 127949.0 102861.171875 127999.0 102860.671875 128050.0 102860.1796875 128099.0 102859.6875 128149.0 102859.1953125 128200.0 102858.703125 128250.0 102858.2109375 128299.0 102857.71875 128350.0 102857.234375 128400.0 102856.7421875 128449.0 102856.25 128500.0 102855.7578125 128550.0 102855.2734375 128599.0 102854.78125 128650.0 102854.2890625 128700.0 102864.9375 128749.0 102864.4375 128800.0 102863.953125 128850.0 102863.46875 128899.0 102862.96875 128950.0 102862.484375 129000.0 102862.0 129049.0 102861.5 129100.0 102861.015625 129149.0 102860.515625 129199.0 102860.03125 129250.0 102859.53125 129299.0 102859.046875 129349.0 102858.5546875 129400.0 102858.0625 129450.0 102857.5703125 129499.0 102857.0859375 129550.0 102856.59375 129600.0 102856.109375 129649.0 102855.625 129700.0 102855.140625 129750.0 102854.6484375 129799.0 102854.1640625 129850.0 102853.6796875 129900.0 102853.203125 129949.0 102852.71875 130000.0 102852.234375 130050.0 102851.75 130099.0 102851.265625 130150.0 102850.78125 130200.0 102850.3046875 130249.0 102849.828125 130300.0 102849.34375 130349.0 102848.859375 130399.0 102848.3828125 130450.0 102847.90625 130499.0 102847.421875 130549.0 102846.9375 130600.0 102846.4609375 130650.0 102845.9765625 130699.0 102845.5 130750.0 102845.0078125 130800.0 102844.53125 130849.0 102844.046875 130900.0 102843.5625 130950.0 102843.078125 130999.0 102842.59375 131050.0 102842.109375 131100.0 102841.625 131149.0 102841.140625 131200.0 102840.65625 131250.0 102840.171875 131299.0 102839.6875 131350.0 102839.203125 131400.0 102838.71875 131449.0 102838.234375 131500.0 102837.7421875 131550.0 102837.25 131599.0 102836.75 131650.0 102836.25 131700.0 102835.75 131749.0 102835.25 131800.0 102834.7578125 131850.0 102834.265625 131899.0 102833.765625 131950.0 102833.265625 132000.0 102832.7734375 132049.0 102832.28125 132100.0 102831.78125 132150.0 102831.2890625 132199.0 102830.796875 132250.0 102830.296875 132300.0 102829.8046875 132349.0 102829.3125 132400.0 102828.8125 132450.0 102828.3125 132499.0 102827.8125 132550.0 102827.3125 132600.0 102826.8125 132649.0 102826.3125 132700.0 102825.8125 132750.0 102825.3125 132799.0 102824.8125 132850.0 102824.3125 132900.0 102823.8203125 132949.0 102823.3203125 133000.0 102822.8203125 133050.0 102822.3203125 133099.0 102821.8203125 133150.0 102821.3125 133200.0 102820.8125 133249.0 102820.3125 133300.0 102819.8125 133350.0 102819.3125 133399.0 102818.8125 133450.0 102818.3046875 133500.0 102817.796875 133549.0 102817.296875 133600.0 102816.7890625 133650.0 102816.28125 133699.0 102815.78125 133750.0 102815.2734375 133800.0 102814.7734375 133849.0 102814.2734375 133900.0 102813.765625 133950.0 102813.265625 133999.0 102812.765625 134050.0 102812.265625 134100.0 102811.765625 134149.0 102811.265625 134200.0 102810.7734375 134250.0 102810.2734375 134299.0 102809.7734375 134350.0 102809.2734375 134400.0 102808.78125 134449.0 102808.28125 134500.0 102807.78125 134550.0 102807.2734375 134599.0 102806.7734375 134650.0 102806.2734375 134700.0 102805.78125 134749.0 102805.28125 134800.0 102804.78125 134850.0 102804.2890625 134899.0 102803.78125 134950.0 102803.265625 135000.0 102802.75 135049.0 102802.2421875 135100.0 102801.734375 135150.0 102801.234375 135199.0 102800.71875 135250.0 102800.21875 135300.0 102799.71875 135349.0 102799.21875 135400.0 102798.7109375 135450.0 102798.203125 135499.0 102797.7109375 135550.0 102797.2109375 135600.0 102796.71875 135649.0 102796.21875 135700.0 102795.71875 135750.0 102795.2265625 135799.0 102794.734375 135850.0 102794.25 135900.0 102793.75 135949.0 102793.265625 136000.0 102792.78125 136050.0 102792.28125 136099.0 102791.796875 136150.0 102791.3125 136200.0 102790.828125 136249.0 102790.34375 136300.0 102789.859375 136350.0 102789.375 136399.0 102788.890625 136450.0 102788.4140625 136500.0 102787.9296875 136549.0 102787.453125 136600.0 102786.96875 136650.0 102786.484375 136699.0 102786.0078125 136750.0 102785.53125 136800.0 102785.046875 136849.0 102784.5625 136900.0 102784.078125 136950.0 102783.6015625 136999.0 102783.125 137050.0 102782.640625 137100.0 102782.15625 137149.0 102781.6796875 137200.0 102781.1953125 137250.0 102780.7109375 137299.0 102780.2265625 137350.0 102779.734375 137400.0 102779.25 137449.0 102778.765625 137500.0 102778.28125 137550.0 102777.796875 137599.0 102777.3125 137650.0 102776.828125 137700.0 102776.34375 137749.0 102775.859375 137800.0 102775.3828125 137850.0 102774.8984375 137899.0 102774.421875 137950.0 102773.9375 138000.0 102773.453125 138049.0 102772.96875 138100.0 102772.4921875 138150.0 102772.015625 138199.0 102771.53125 138250.0 102771.046875 138300.0 102770.5625 138349.0 102770.078125 138400.0 102769.59375 138450.0 102769.109375 138499.0 102768.625 138550.0 102768.140625 138600.0 102767.65625 138649.0 102767.171875 138700.0 102766.6875 138750.0 102766.203125 138799.0 102765.71875 138850.0 102765.234375 138900.0 102764.75 138949.0 102764.2734375 139000.0 102763.7890625 139050.0 102763.3125 139099.0 102762.828125 139150.0 102762.34375 139200.0 102761.859375 139249.0 102761.3828125 139300.0 102760.8984375 139350.0 102760.421875 139399.0 102759.9375 139450.0 102759.453125 139500.0 102758.96875 139549.0 102758.484375 139600.0 102758.0 139650.0 102757.5234375 139699.0 102757.0390625 139750.0 102756.5625 139800.0 102756.078125 139849.0 102755.59375 139900.0 102755.1171875 139950.0 102754.640625 139999.0 102754.15625 140050.0 102753.671875 140100.0 102753.1953125 140149.0 102752.71875 140200.0 102752.234375 140250.0 102751.75 140299.0 102751.2734375 140350.0 102750.796875 140400.0 102750.3125 140449.0 102749.828125 140500.0 102749.3515625 140550.0 102748.875 140599.0 102748.390625 140650.0 102747.90625 140700.0 102747.4296875 140749.0 102746.953125 140800.0 102746.46875 140850.0 102745.984375 140899.0 102745.5078125 140950.0 102745.0234375 141000.0 102744.53125 141049.0 102744.046875 141100.0 102743.5625 141150.0 102743.078125 141199.0 102742.578125 141250.0 102742.1015625 141300.0 102741.609375 141349.0 102741.140625 141400.0 102740.6484375 141450.0 102740.171875 141499.0 102739.6875 141550.0 102739.203125 141600.0 102738.71875 141649.0 102738.234375 141700.0 102737.75 141750.0 102737.2734375 141799.0 102736.7890625 141850.0 102736.3125 141900.0 102735.828125 141949.0 102735.3515625 142000.0 102734.859375 142050.0 102734.390625 142099.0 102733.90625 142150.0 102733.421875 142200.0 102732.9375 142249.0 102732.4609375 142300.0 102731.96875 142350.0 102731.5 142399.0 102731.0078125 142450.0 102730.53125 142500.0 102730.0390625 142549.0 102729.5625 142600.0 102729.0703125 142650.0 102728.59375 142699.0 102728.109375 142750.0 102727.625 142800.0 102727.1328125 142849.0 102726.65625 142900.0 102726.1640625 142950.0 102725.6796875 142999.0 102725.1875 143050.0 102724.7109375 143100.0 102724.21875 143149.0 102723.734375 143200.0 102723.25 143250.0 102722.765625 143299.0 102722.28125 143350.0 102721.796875 143400.0 102721.3046875 143449.0 102720.828125 143500.0 102720.328125 143550.0 102719.8515625 143599.0 102719.3671875 143650.0 102718.8828125 143700.0 102718.3984375 143749.0 102717.9140625 143800.0 102717.421875 143850.0 102716.9453125 143899.0 102716.453125 143950.0 102715.96875 144000.0 102715.484375 144049.0 102715.0 144100.0 102714.515625 144150.0 102714.03125 144199.0 102713.5390625 144250.0 102713.0625 144300.0 102712.5703125 144349.0 102712.09375 144400.0 102711.609375 144450.0 102711.1328125 144499.0 102710.6484375 144550.0 102710.171875 144600.0 102709.6875 144649.0 102709.2109375 144700.0 102708.734375 144750.0 102708.2578125 144799.0 102707.78125 144850.0 102707.296875 144900.0 102706.828125 144949.0 102706.34375 145000.0 102705.875 145050.0 102705.390625 145099.0 102704.921875 145150.0 102704.4375 145200.0 102703.96875 145249.0 102703.484375 145300.0 102703.015625 145350.0 102702.53125 145399.0 102702.0546875 145450.0 102701.5625 145500.0 102701.0625 145549.0 102700.578125 145600.0 102700.078125 145650.0 102699.578125 145699.0 102699.0859375 145750.0 102698.5859375 145800.0 102698.0859375 145849.0 102697.5859375 145900.0 102697.0859375 145950.0 102696.5859375 145999.0 102696.09375 146050.0 102695.59375 146100.0 102695.09375 146149.0 102694.59375 146200.0 102694.109375 146250.0 102693.609375 146299.0 102693.109375 146350.0 102692.625 146400.0 102692.125 146449.0 102691.640625 146500.0 102691.140625 146550.0 102690.6484375 146599.0 102690.15625 146650.0 102689.6640625 146700.0 102689.171875 146749.0 102688.6796875 146800.0 102688.1875 146850.0 102687.6953125 146899.0 102687.203125 146950.0 102686.7109375 147000.0 102686.21875 147049.0 102685.71875 147100.0 102685.2265625 147150.0 102684.734375 147199.0 102684.234375 147250.0 102683.7421875 147300.0 102683.25 147349.0 102682.75 147400.0 102682.265625 147450.0 102681.765625 147499.0 102681.28125 147550.0 102680.78125 147600.0 102680.296875 147649.0 102679.796875 147700.0 102679.3125 147750.0 102678.8203125 147799.0 102678.328125 147850.0 102677.828125 147900.0 102677.328125 147949.0 102676.8203125 148000.0 102676.3203125 148050.0 102675.8203125 148099.0 102675.3203125 148150.0 102674.8125 148200.0 102674.3203125 148249.0 102673.8203125 148300.0 102673.3203125 148350.0 102672.828125 148399.0 102672.328125 148450.0 102671.828125 148500.0 102671.34375 148549.0 102670.84375 148600.0 102670.34375 148650.0 102669.8515625 148699.0 102669.359375 148750.0 102668.859375 148800.0 102668.375 148849.0 102667.875 148900.0 102667.3828125 148950.0 102666.890625 148999.0 102666.3984375 149050.0 102665.90625 149100.0 102665.4140625 149149.0 102664.921875 149200.0 102664.4296875 149250.0 102663.9375 149299.0 102663.4453125 149350.0 102662.953125 149400.0 102662.4609375 149449.0 102661.96875 149500.0 102661.4765625 149550.0 102660.984375 149599.0 102660.5 149650.0 102660.0 149700.0 102659.515625 149749.0 102659.015625 149800.0 102658.5234375 149850.0 102658.0234375 149899.0 102657.53125 149950.0 102657.03125 150000.0 102656.53125 150049.0 102656.0390625 150100.0 102655.546875 150150.0 102655.046875 150199.0 102654.5546875 150250.0 102654.0625 150300.0 102653.5625 150349.0 102653.078125 150400.0 102652.5859375 150450.0 102652.09375 150499.0 102651.609375 150550.0 102651.1171875 150600.0 102650.625 150649.0 102650.140625 150700.0 102649.65625 150750.0 102649.1640625 150799.0 102648.6796875 150850.0 102648.1953125 150900.0 102647.703125 150949.0 102647.2265625 151000.0 102646.7421875 151050.0 102646.2578125 151099.0 102645.7734375 151150.0 102645.2890625 151200.0 102644.8046875 151249.0 102644.328125 151300.0 102643.84375 151350.0 102643.359375 151399.0 102642.875 151450.0 102642.390625 151500.0 102641.90625 151549.0 102641.421875 151600.0 102640.9375 151650.0 102640.453125 151699.0 102639.9765625 151750.0 102639.5 151800.0 102639.015625 151849.0 102638.53125 151900.0 102638.0546875 151950.0 102637.578125 151999.0 102637.09375 152050.0 102636.625 152100.0 102636.140625 152149.0 102635.65625 152200.0 102635.171875 152250.0 102634.6875 152299.0 102634.203125 152350.0 102633.71875 152400.0 102633.234375 152449.0 102632.7578125 152500.0 102632.28125 152550.0 102631.796875 152599.0 102631.3125 152650.0 102630.828125 152700.0 102630.34375 152749.0 102629.859375 152800.0 102629.375 152850.0 102628.890625 152899.0 102628.4140625 152950.0 102627.9296875 153000.0 102627.453125 153049.0 102626.96875 153100.0 102626.4921875 153150.0 102626.0078125 153199.0 102625.53125 153250.0 102625.0625 153300.0 102624.578125 153349.0 102624.1015625 153400.0 102623.625 153450.0 102623.1484375 153499.0 102622.671875 153550.0 102622.1875 153600.0 102621.71875 153649.0 102621.234375 153700.0 102620.7578125 153750.0 102620.2734375 153799.0 102619.8046875 153850.0 102619.328125 153900.0 102618.8515625 153949.0 102618.375 154000.0 102617.890625 154050.0 102617.421875 154099.0 102616.9453125 154150.0 102616.46875 154200.0 102616.0 154249.0 102615.5234375 154300.0 102615.046875 154350.0 102614.5625 154399.0 102614.0859375 154450.0 102613.609375 154500.0 102613.125 154549.0 102612.6484375 154600.0 102612.171875 154650.0 102611.6953125 154699.0 102611.21875 154750.0 102610.734375 154800.0 102610.265625 154849.0 102609.78125 154900.0 102609.3125 154950.0 102608.828125 154999.0 102608.34375 155050.0 102607.8671875 155100.0 102607.390625 155149.0 102606.90625 155200.0 102606.4296875 155250.0 102605.953125 155299.0 102605.46875 155350.0 102604.9921875 155400.0 102604.515625 155449.0 102604.0390625 155500.0 102603.5625 155550.0 102603.078125 155599.0 102602.609375 155650.0 102602.125 155700.0 102601.65625 155749.0 102601.1796875 155800.0 102600.703125 155850.0 102600.21875 155899.0 102599.7421875 155950.0 102599.265625 156000.0 102598.78125 156049.0 102598.3125 156100.0 102597.828125 156150.0 102597.3515625 156199.0 102596.875 156250.0 102596.390625 156300.0 102595.90625 156349.0 102595.4375 156400.0 102594.953125 156450.0 102594.4765625 156499.0 102594.0 156550.0 102593.515625 156600.0 102593.03125 156649.0 102592.5546875 156700.0 102592.0625 156750.0 102591.59375 156799.0 102591.109375 156850.0 102590.625 156900.0 102590.140625 156949.0 102589.6640625 157000.0 102589.171875 157050.0 102588.703125 157099.0 102588.21875 157150.0 102587.734375 157200.0 102587.25 157249.0 102586.7734375 157300.0 102586.2890625 157350.0 102585.8046875 157399.0 102585.3203125 157450.0 102584.828125 157500.0 102584.34375 157549.0 102583.859375 157600.0 102583.375 157650.0 102582.890625 157699.0 102582.40625 157750.0 102581.921875 157800.0 102581.4296875 157849.0 102580.953125 157900.0 102580.4609375 157950.0 102579.984375 157999.0 102579.5 158050.0 102579.015625 158100.0 102578.53125 158149.0 102578.046875 158200.0 102577.5625 158250.0 102577.078125 158299.0 102576.59375 158350.0 102576.109375 158400.0 102575.625 158449.0 102575.140625 158500.0 102574.65625 158550.0 102574.171875 158599.0 102573.6875 158650.0 102573.203125 158700.0 102572.71875 158749.0 102572.234375 158800.0 102571.7421875 158850.0 102571.265625 158899.0 102570.78125 158950.0 102570.296875 159000.0 102569.8125 159049.0 102569.34375 159100.0 102568.859375 159150.0 102568.3828125 159199.0 102567.90625 159250.0 102567.4296875 159300.0 102566.953125 159349.0 102566.4765625 159400.0 102566.0 159450.0 102565.53125 159499.0 102565.0546875 159550.0 102564.578125 159600.0 102564.109375 159649.0 102563.640625 159700.0 102563.1640625 159750.0 102562.6875 159799.0 102562.21875 159850.0 102561.75 159900.0 102561.2734375 159949.0 102560.8046875 160000.0 102560.328125 160050.0 102559.859375 160099.0 102559.390625 160150.0 102558.9140625 160200.0 102558.4453125 160249.0 102557.96875 160300.0 102557.5 160350.0 102557.03125 160399.0 102556.5546875 160450.0 102556.078125 160500.0 102555.609375 160549.0 102555.1328125 160600.0 102554.65625 160650.0 102554.1875 160699.0 102553.7109375 160750.0 102553.2421875 160800.0 102552.7734375 160849.0 102552.296875 160900.0 102551.828125 160950.0 102551.359375 160999.0 102550.890625 161050.0 102550.421875 161100.0 102549.953125 161149.0 102549.484375 161200.0 102549.015625 161250.0 102548.5390625 161299.0 102548.0703125 161350.0 102547.59375 161400.0 102547.1328125 161449.0 102546.65625 161500.0 102546.1875 161550.0 102545.71875 161599.0 102545.25 161650.0 102544.7734375 161700.0 102544.28125 161749.0 102543.8046875 161800.0 102543.3125 161850.0 102542.828125 161899.0 102542.3359375 161950.0 102541.84375 162000.0 102541.359375 162049.0 102540.859375 162100.0 102540.375 162150.0 102539.875 162199.0 102539.3828125 162250.0 102538.8828125 162300.0 102538.390625 162349.0 102537.8828125 162400.0 102537.3984375 162450.0 102536.90625 162499.0 102536.40625 162550.0 102535.90625 162600.0 102535.421875 162649.0 102534.9296875 162700.0 102534.4375 162750.0 102533.9453125 162799.0 102533.453125 162850.0 102532.96875 162900.0 102532.4765625 162949.0 102531.984375 163000.0 102531.5 163050.0 102531.015625 163099.0 102530.53125 163150.0 102530.046875 163200.0 102529.5625 163249.0 102529.078125 163300.0 102528.59375 163350.0 102528.109375 163399.0 102527.625 163450.0 102527.140625 163500.0 102526.65625 163549.0 102526.171875 163600.0 102525.6875 163650.0 102525.1953125 163699.0 102524.703125 163750.0 102524.21875 163800.0 102523.7265625 163849.0 102523.2421875 163900.0 102522.75 163950.0 102522.265625 163999.0 102521.78125 164050.0 102521.2890625 164100.0 102520.796875 164149.0 102520.3125 164200.0 102519.828125 164250.0 102519.34375 164299.0 102518.8515625 164350.0 102518.3671875 164400.0 102517.875 164449.0 102517.390625 164500.0 102516.8984375 164550.0 102516.40625 164599.0 102515.921875 164650.0 102515.4296875 164700.0 102514.9375 164749.0 102514.453125 164800.0 102513.9609375 164850.0 102513.46875 164899.0 102512.9765625 164950.0 102512.484375 165000.0 102511.9921875 165049.0 102511.5 165100.0 102511.0078125 165150.0 102510.515625 165199.0 102510.0234375 165250.0 102509.53125 165300.0 102509.0390625 165349.0 102508.546875 165400.0 102508.0625 165450.0 102507.5703125 165499.0 102507.078125 165550.0 102506.59375 165600.0 102506.1015625 165649.0 102505.609375 165700.0 102505.125 165750.0 102504.6328125 165799.0 102504.140625 165850.0 102503.65625 165900.0 102503.1640625 165949.0 102502.671875 166000.0 102502.1875 166050.0 102501.6953125 166099.0 102501.2109375 166150.0 102500.71875 166200.0 102500.234375 166249.0 102499.7421875 166300.0 102499.25 166350.0 102498.765625 166399.0 102498.2734375 166450.0 102497.78125 166500.0 102497.296875 166549.0 102496.8046875 166600.0 102496.3125 166650.0 102495.828125 166699.0 102495.3359375 166750.0 102494.84375 166800.0 102494.359375 166849.0 102493.8671875 166900.0 102493.375 166950.0 102492.8828125 166999.0 102492.390625 167050.0 102491.890625 167100.0 102491.3984375 167149.0 102490.8984375 167200.0 102490.40625 167250.0 102489.90625 167299.0 102489.421875 167350.0 102488.921875 167400.0 102488.4375 167449.0 102487.953125 167500.0 102487.453125 167550.0 102486.96875 167599.0 102486.4765625 167650.0 102485.9921875 167700.0 102485.5078125 167749.0 102485.0234375 167800.0 102484.53125 167850.0 102484.046875 167899.0 102483.5625 167950.0 102483.078125 168000.0 102482.59375 168049.0 102482.109375 168100.0 102481.625 168150.0 102481.1484375 168199.0 102480.6640625 168250.0 102480.171875 168300.0 102479.6875 168349.0 102479.2109375 168400.0 102478.7265625 168450.0 102478.2421875 168499.0 102477.7578125 168550.0 102477.2734375 168600.0 102476.78125 168649.0 102476.296875 168700.0 102475.8125 168750.0 102475.328125 168799.0 102474.8359375 168850.0 102474.3515625 168900.0 102473.859375 168949.0 102473.375 169000.0 102472.890625 169050.0 102472.40625 169099.0 102471.921875 169150.0 102471.4375 169200.0 102470.953125 169249.0 102470.46875 169300.0 102469.984375 169350.0 102469.5 169399.0 102469.015625 169450.0 102468.53125 169500.0 102468.0390625 169549.0 102467.5546875 169600.0 102467.0625 169650.0 102466.578125 169699.0 102466.09375 169750.0 102465.6015625 169800.0 102465.1171875 169849.0 102464.6328125 169900.0 102464.1484375 169950.0 102463.6640625 169999.0 102463.1875 170050.0 102462.703125 170100.0 102462.21875 170149.0 102461.734375 170200.0 102461.25 170250.0 102460.765625 170299.0 102460.28125 170350.0 102459.7890625 170400.0 102459.296875 170449.0 102458.8125 170500.0 102458.328125 170550.0 102457.8359375 170599.0 102457.34375 170650.0 102456.859375 170700.0 102456.375 170749.0 102455.890625 170800.0 102455.3984375 170850.0 102454.9140625 170899.0 102454.421875 170950.0 102453.9453125 171000.0 102453.453125 171049.0 102452.96875 171100.0 102452.484375 171150.0 102452.0 171199.0 102451.515625 171250.0 102451.03125 171300.0 102450.546875 171349.0 102450.0546875 171400.0 102449.5703125 171450.0 102449.0859375 171499.0 102448.59375 171550.0 102448.109375 171600.0 102447.625 171649.0 102447.1328125 171700.0 102446.6484375 171750.0 102446.15625 171799.0 102445.671875 171850.0 102445.1875 171900.0 102444.703125 171949.0 102444.2109375 172000.0 102443.7265625 172050.0 102443.234375 172099.0 102442.75 172150.0 102442.265625 172200.0 102441.78125 172249.0 102441.2890625 172300.0 102440.796875 172350.0 102440.3125 172399.0 102439.828125 172450.0 102439.34375 172500.0 102438.8515625 172549.0 102438.359375 172600.0 102437.875 172650.0 102437.390625 172699.0 102436.8984375 172750.0 102436.40625 172800.0 102435.921875 172849.0 102435.4375 172900.0 102434.9375 172950.0 102434.4375 172999.0 102433.953125 173050.0 102433.453125 173100.0 102432.96875 173149.0 102432.46875 173200.0 102431.9765625 173250.0 102431.484375 173299.0 102431.0 173350.0 102430.515625 173400.0 102430.0390625 173449.0 102429.5625 173500.0 102429.0859375 173550.0 102428.609375 173599.0 102428.140625 173650.0 102427.671875 173700.0 102427.1875 173749.0 102426.71875 173800.0 102426.25 173850.0 102425.78125 173899.0 102425.296875 173950.0 102424.828125 174000.0 102424.34375 174049.0 102423.8671875 174100.0 102423.390625 174150.0 102422.921875 174199.0 102422.4375 174250.0 102421.96875 174300.0 102421.484375 174349.0 102421.015625 174400.0 102420.5390625 174450.0 102420.0625 174499.0 102419.5859375 174550.0 102419.109375 174600.0 102418.6328125 174649.0 102418.15625 174700.0 102417.671875 174750.0 102417.203125 174799.0 102416.7265625 174850.0 102416.25 174900.0 102415.78125 174949.0 102415.3125 175000.0 102414.8359375 175050.0 102414.359375 175099.0 102413.890625 175150.0 102413.421875 175200.0 102412.953125 175249.0 102412.484375 175300.0 102412.015625 175350.0 102411.546875 175399.0 102411.078125 175450.0 102410.59375 175500.0 102410.1171875 175549.0 102409.640625 175600.0 102409.15625 175650.0 102408.6875 175699.0 102408.203125 175750.0 102407.7265625 175800.0 102407.25 175849.0 102406.78125 175900.0 102406.296875 175950.0 102405.828125 175999.0 102405.3515625 176050.0 102404.875 176100.0 102404.40625 176149.0 102403.9296875 176200.0 102403.4609375 176250.0 102402.984375 176299.0 102402.515625 176350.0 102402.046875 176400.0 102401.5625 176449.0 102401.09375 176500.0 102400.625 176550.0 102400.15625 176599.0 102399.6875 176650.0 102399.21875 176700.0 102398.75 176749.0 102398.2734375 176800.0 102397.796875 176850.0 102397.328125 176899.0 102396.859375 176950.0 102396.390625 177000.0 102395.90625 177049.0 102395.4375 177100.0 102394.9609375 177150.0 102394.484375 177199.0 102394.015625 177250.0 102393.53125 177300.0 102393.0625 177349.0 102392.59375 177400.0 102392.109375 177450.0 102391.640625 177499.0 102391.171875 177550.0 102390.6953125 177600.0 102390.21875 177649.0 102389.75 177700.0 102389.28125 177750.0 102388.8046875 177799.0 102388.34375 177850.0 102387.859375 177900.0 102387.3984375 177949.0 102386.921875 178000.0 102386.46875 178050.0 102385.9921875 178099.0 102385.53125 178150.0 102385.046875 178200.0 102384.578125 178249.0 102384.09375 178300.0 102383.625 178350.0 102383.140625 178399.0 102382.671875 178450.0 102382.1953125 178500.0 102381.71875 178549.0 102381.2421875 178600.0 102380.765625 178650.0 102380.296875 178699.0 102379.8203125 178750.0 102379.3515625 178800.0 102378.8828125 178849.0 102378.40625 178900.0 102377.9375 178950.0 102377.46875 178999.0 102377.0 179050.0 102376.53125 179100.0 102376.0625 179149.0 102375.59375 179200.0 102375.125 179250.0 102374.65625 179299.0 102374.1875 179350.0 102373.703125 179400.0 102373.234375 179449.0 102372.75 179500.0 102372.2734375 179550.0 102371.796875 179599.0 102371.3125 179650.0 102370.8359375 179700.0 102370.359375 179749.0 102369.8828125 179800.0 102369.40625 179850.0 102368.921875 179899.0 102368.4453125 179950.0 102367.96875 180000.0 102367.484375 180049.0 102367.0 180100.0 102366.5234375 180150.0 102366.046875 180199.0 102365.5625 180250.0 102365.0859375 180300.0 102364.609375 180349.0 102364.125 180400.0 102363.625 180450.0 102363.140625 180499.0 102362.640625 180550.0 102362.1484375 180600.0 102361.65625 180649.0 102361.171875 180700.0 102360.6796875 180750.0 102360.1953125 180799.0 102359.7109375 180850.0 102359.2265625 180900.0 102358.734375 180949.0 102358.2578125 181000.0 102357.78125 181050.0 102357.296875 181099.0 102356.8125 181150.0 102356.328125 181200.0 102355.84375 181249.0 102355.359375 181300.0 102354.8828125 181350.0 102354.3984375 181399.0 102353.921875 181450.0 102353.4375 181500.0 102352.953125 181549.0 102352.4765625 181600.0 102352.0 181650.0 102351.515625 181699.0 102351.0390625 181750.0 102350.5625 181800.0 102350.078125 181849.0 102349.6015625 181900.0 102349.125 181950.0 102348.640625 181999.0 102348.1640625 182050.0 102347.6875 182100.0 102347.2109375 182149.0 102346.734375 182200.0 102346.25 182250.0 102345.765625 182299.0 102345.2890625 182350.0 102344.8125 182400.0 102344.328125 182449.0 102343.8515625 182500.0 102343.375 182550.0 102342.890625 182599.0 102342.4140625 182650.0 102341.9375 182700.0 102341.453125 182749.0 102340.96875 182800.0 102340.5 182850.0 102340.015625 182899.0 102339.5390625 182950.0 102339.0625 183000.0 102338.578125 183049.0 102338.09375 183100.0 102337.609375 183150.0 102337.125 183199.0 102336.640625 183250.0 102336.15625 183300.0 102335.671875 183349.0 102335.1875 183400.0 102334.703125 183450.0 102334.21875 183499.0 102333.734375 183550.0 102333.25 183600.0 102332.765625 183649.0 102332.28125 183700.0 102331.796875 183750.0 102331.3203125 183799.0 102330.8359375 183850.0 102330.359375 183900.0 102329.875 183949.0 102329.3984375 184000.0 102328.9140625 184050.0 102328.4375 184099.0 102327.9609375 184150.0 102327.484375 184200.0 102327.0 184249.0 102326.5234375 184300.0 102326.046875 184350.0 102325.5625 184399.0 102325.09375 184450.0 102324.6171875 184500.0 102324.15625 184549.0 102323.671875 184600.0 102323.203125 184650.0 102322.71875 184699.0 102322.25 184750.0 102321.765625 184800.0 102321.28125 184849.0 102320.796875 184900.0 102320.328125 184950.0 102319.8359375 184999.0 102319.359375 185050.0 102318.875 185100.0 102318.40625 185149.0 102317.921875 185200.0 102317.4453125 185250.0 102316.9609375 185299.0 102316.4921875 185350.0 102316.0078125 185400.0 102315.515625 185449.0 102315.0234375 185500.0 102314.53125 185550.0 102314.046875 185599.0 102313.5546875 185650.0 102313.0625 185700.0 102312.5625 185749.0 102312.078125 185800.0 102311.59375 185850.0 102311.1015625 185899.0 102310.625 185950.0 102310.140625 186000.0 102309.65625 186049.0 102309.171875 186100.0 102308.6875 186150.0 102308.203125 186199.0 102307.71875 186250.0 102307.234375 186300.0 102306.7578125 186349.0 102306.28125 186400.0 102305.796875 186450.0 102305.3125 186499.0 102304.8359375 186550.0 102304.3515625 186600.0 102303.875 186649.0 102303.390625 186700.0 102302.90625 186750.0 102302.4296875 186799.0 102301.953125 186850.0 102301.46875 186900.0 102300.984375 186949.0 102300.5078125 187000.0 102300.03125 187050.0 102299.546875 187099.0 102299.0703125 187150.0 102298.59375 187200.0 102298.109375 187249.0 102297.625 187300.0 102297.140625 187350.0 102296.65625 187399.0 102296.1796875 187450.0 102295.703125 187500.0 102295.21875 187549.0 102294.734375 187600.0 102294.2578125 187650.0 102293.78125 187699.0 102293.296875 187750.0 102292.8125 187800.0 102292.3359375 187849.0 102291.8515625 187900.0 102291.3671875 187950.0 102290.8671875 187999.0 102290.375 188050.0 102289.8828125 188100.0 102289.390625 188149.0 102288.90625 188200.0 102288.4140625 188250.0 102287.921875 188299.0 102287.4375 188350.0 102286.9375 188400.0 102286.453125 188449.0 102285.96875 188500.0 102285.4765625 188550.0 102284.9921875 188599.0 102284.5078125 188650.0 102284.015625 188700.0 102283.5390625 188749.0 102283.046875 188800.0 102282.5625 188850.0 102282.078125 188899.0 102281.59375 188950.0 102281.109375 189000.0 102280.625 189049.0 102280.140625 189100.0 102279.65625 189150.0 102279.171875 189199.0 102278.6875 189250.0 102278.203125 189300.0 102277.71875 189349.0 102277.234375 189400.0 102276.75 189450.0 102276.265625 189499.0 102275.78125 189550.0 102275.296875 189600.0 102274.8125 189649.0 102274.328125 189700.0 102273.8359375 189750.0 102273.3515625 189799.0 102272.8671875 189850.0 102272.375 189900.0 102271.8984375 189949.0 102271.4140625 190000.0 102270.921875 190050.0 102270.4375 190099.0 102269.953125 190150.0 102269.46875 190200.0 102268.984375 190249.0 102268.5 190300.0 102268.0078125 190350.0 102267.53125 190399.0 102267.0390625 190450.0 102266.546875 190500.0 102266.0625 190549.0 102265.578125 190600.0 102265.09375 190650.0 102264.609375 190699.0 102264.125 190750.0 102263.6328125 190800.0 102263.1484375 190849.0 102262.65625 190900.0 102262.1640625 190950.0 102261.671875 190999.0 102261.171875 191050.0 102260.6796875 191100.0 102260.1875 191149.0 102259.6953125 191200.0 102259.1953125 191250.0 102258.703125 191299.0 102258.21875 191350.0 102257.71875 191400.0 102257.234375 191449.0 102256.75 191500.0 102256.2578125 191550.0 102255.78125 191599.0 102255.296875 191650.0 102254.8125 191700.0 102254.328125 191749.0 102253.84375 191800.0 102253.359375 191850.0 102252.8828125 191899.0 102252.40625 191950.0 102251.9296875 192000.0 102251.4453125 192049.0 102250.96875 192100.0 102250.4921875 192150.0 102250.015625 192199.0 102249.53125 192250.0 102249.0625 192300.0 102248.5859375 192349.0 102248.109375 192400.0 102247.6328125 192450.0 102247.15625 192499.0 102246.671875 192550.0 102246.1875 192600.0 102245.6953125 192649.0 102245.2109375 192700.0 102244.71875 192750.0 102244.234375 192799.0 102243.75 192850.0 102243.2734375 192900.0 102242.7890625 192949.0 102242.3046875 193000.0 102241.828125 193050.0 102241.34375 193099.0 102240.859375 193150.0 102240.375 193200.0 102239.890625 193249.0 102239.40625 193300.0 102238.921875 193350.0 102238.4375 193399.0 102237.953125 193450.0 102237.4765625 193500.0 102236.9921875 193549.0 102236.515625 193600.0 102236.03125 193650.0 102235.546875 193699.0 102235.0625 193750.0 102234.578125 193800.0 102234.09375 193849.0 102233.6015625 193900.0 102233.109375 193950.0 102232.625 193999.0 102232.140625 194050.0 102231.65625 194100.0 102231.171875 194149.0 102230.6953125 194200.0 102230.21875 194250.0 102229.734375 194299.0 102229.2578125 194350.0 102228.78125 194400.0 102228.3046875 194449.0 102227.828125 194500.0 102227.34375 194550.0 102226.859375 194599.0 102226.375 194650.0 102225.890625 194700.0 102225.3984375 194749.0 102224.90625 194800.0 102224.421875 194850.0 102223.9375 194899.0 102223.453125 194950.0 102222.96875 195000.0 102222.4765625 195049.0 102221.9921875 195100.0 102221.515625 195150.0 102221.03125 195199.0 102220.546875 195250.0 102220.0625 195300.0 102219.578125 195349.0 102219.09375 195400.0 102218.609375 195450.0 102218.125 195499.0 102217.640625 195550.0 102217.15625 195600.0 102216.671875 195649.0 102216.1875 195700.0 102215.703125 195750.0 102215.21875 195799.0 102214.734375 195850.0 102214.25 195900.0 102213.765625 195949.0 102213.28125 196000.0 102212.796875 196050.0 102212.3125 196099.0 102211.8125 196150.0 102211.328125 196200.0 102210.8359375 196249.0 102210.34375 196300.0 102209.859375 196350.0 102209.3671875 196399.0 102208.875 196450.0 102208.390625 196500.0 102207.90625 196549.0 102207.421875 196600.0 102206.9375 196650.0 102206.453125 196699.0 102205.96875 196750.0 102205.484375 196800.0 102205.0 196849.0 102204.515625 196900.0 102204.03125 196950.0 102203.546875 196999.0 102203.0625 197050.0 102202.5859375 197100.0 102202.09375 197149.0 102201.609375 197200.0 102201.125 197250.0 102200.640625 197299.0 102200.15625 197350.0 102199.6640625 197400.0 102199.1796875 197449.0 102198.6953125 197500.0 102198.2109375 197550.0 102197.7265625 197599.0 102197.234375 197650.0 102196.75 197700.0 102196.265625 197749.0 102195.7734375 197800.0 102195.28125 197850.0 102194.796875 197899.0 102194.3125 197950.0 102193.8203125 198000.0 102193.328125 198049.0 102192.828125 198100.0 102192.328125 198150.0 102191.84375 198199.0 102191.34375 198250.0 102190.859375 198300.0 102190.359375 198349.0 102189.859375 198400.0 102189.3671875 198450.0 102188.875 198499.0 102188.375 198550.0 102187.8828125 198600.0 102187.390625 198649.0 102186.8984375 198700.0 102186.4140625 198750.0 102185.9375 198799.0 102185.453125 198850.0 102184.96875 198900.0 102184.4921875 198949.0 102184.015625 199000.0 102183.5390625 199050.0 102183.0625 199099.0 102182.578125 199150.0 102182.1015625 199200.0 102181.6171875 199249.0 102181.140625 199300.0 102180.6640625 199350.0 102180.1875 199399.0 102179.7109375 199450.0 102179.234375 199500.0 102178.765625 199549.0 102178.28125 199600.0 102177.8046875 199650.0 102177.328125 199699.0 102176.8515625 199750.0 102176.375 199800.0 102175.890625 199849.0 102175.390625 199900.0 102174.8984375 199950.0 102174.40625 199999.0 102173.921875 200050.0 102173.4375 200100.0 102172.953125 200149.0 102172.46875 200200.0 102171.9921875 200250.0 102171.515625 200299.0 102171.046875 200350.0 102170.5625 200400.0 102170.09375 200449.0 102169.6171875 200500.0 102169.140625 200550.0 102168.671875 200599.0 102168.1953125 200650.0 102167.71875 200700.0 102167.25 200749.0 102166.7734375 200800.0 102166.296875 200850.0 102165.828125 200899.0 102165.3515625 200950.0 102164.875 201000.0 102164.390625 201049.0 102163.9140625 201100.0 102163.4375 201150.0 102162.953125 201199.0 102162.4765625 201250.0 102162.0 201300.0 102161.515625 201349.0 102161.0390625 201400.0 102160.5625 201450.0 102160.0859375 201499.0 102159.609375 201550.0 102159.1328125 201600.0 102158.65625 201649.0 102158.171875 201700.0 102157.703125 201750.0 102157.21875 201799.0 102156.75 201850.0 102156.2734375 201900.0 102155.796875 201949.0 102155.3125 202000.0 102154.828125 202050.0 102154.34375 202099.0 102153.84375 202150.0 102153.3515625 202200.0 102152.8515625 202249.0 102152.3515625 202300.0 102151.859375 202350.0 102151.359375 202399.0 102150.859375 202450.0 102150.3671875 202500.0 102149.8671875 202549.0 102149.3671875 202600.0 102148.875 202650.0 102148.3828125 202699.0 102147.890625 202750.0 102147.4140625 202800.0 102146.9296875 202849.0 102146.453125 202900.0 102145.9765625 202950.0 102145.5 202999.0 102145.03125 203050.0 102144.5546875 203100.0 102144.0859375 203149.0 102143.609375 203200.0 102143.140625 203250.0 102142.6640625 203299.0 102142.1953125 203350.0 102141.71875 203400.0 102141.25 203449.0 102140.7734375 203500.0 102140.3046875 203550.0 102139.828125 203599.0 102139.3671875 203650.0 102138.890625 203700.0 102138.4296875 203749.0 102137.953125 203800.0 102137.484375 203850.0 102137.015625 203899.0 102136.53125 203950.0 102136.0625 204000.0 102135.578125 204049.0 102135.1015625 204100.0 102134.625 204150.0 102134.15625 204199.0 102133.671875 204250.0 102133.203125 204300.0 102132.71875 204349.0 102132.25 204400.0 102131.78125 204450.0 102131.296875 204499.0 102130.828125 204550.0 102130.3515625 204600.0 102129.875 204649.0 102129.390625 204700.0 102128.90625 204750.0 102128.421875 204799.0 102127.9375 204850.0 102127.453125 204900.0 102126.9765625 204949.0 102126.4921875 205000.0 102126.015625 205050.0 102125.53125 205099.0 102125.046875 205150.0 102124.5703125 205200.0 102124.0859375 205249.0 102123.609375 205300.0 102123.125 205350.0 102122.6484375 205399.0 102122.1640625 205450.0 102121.6875 205500.0 102121.2109375 205549.0 102120.734375 205600.0 102120.265625 205650.0 102119.7890625 205699.0 102119.3203125 205750.0 102118.84375 205800.0 102118.375 205849.0 102117.8984375 205900.0 102117.4375 205950.0 102116.953125 205999.0 102116.4921875 206050.0 102116.015625 206100.0 102115.546875 206149.0 102115.078125 206200.0 102114.609375 206250.0 102114.125 206299.0 102113.6640625 206350.0 102113.1875 206400.0 102112.71875 206449.0 102112.234375 206500.0 102111.7734375 206550.0 102111.296875 206599.0 102110.828125 206650.0 102110.34375 206700.0 102109.8671875 206749.0 102109.3828125 206800.0 102108.90625 206850.0 102108.4296875 206899.0 102107.953125 206950.0 102107.46875 207000.0 102107.0 207049.0 102106.515625 207100.0 102106.046875 207150.0 102105.5625 207199.0 102105.09375 207250.0 102104.609375 207300.0 102104.140625 207349.0 102103.65625 207400.0 102103.1875 207450.0 102102.703125 207499.0 102102.234375 207550.0 102101.75 207600.0 102101.28125 207649.0 102100.796875 207700.0 102100.328125 207750.0 102099.84375 207799.0 102099.375 207850.0 102098.890625 207900.0 102098.421875 207949.0 102097.9375 208000.0 102097.46875 208050.0 102096.984375 208099.0 102096.515625 208150.0 102096.03125 208200.0 102095.5625 208249.0 102095.0859375 208300.0 102094.625 208350.0 102094.140625 208399.0 102093.671875 208450.0 102093.203125 208500.0 102092.734375 208549.0 102092.2578125 208600.0 102091.796875 208650.0 102091.3125 208699.0 102090.8515625 208750.0 102090.375 208800.0 102089.90625 208849.0 102089.4375 208900.0 102088.96875 208950.0 102088.4921875 208999.0 102088.03125 209050.0 102087.546875 209100.0 102087.078125 209149.0 102086.59375 209200.0 102086.125 209250.0 102085.6484375 209299.0 102085.171875 209350.0 102084.6953125 209400.0 102084.21875 209449.0 102083.7421875 209500.0 102083.265625 209550.0 102082.78125 209599.0 102082.3046875 209650.0 102081.828125 209700.0 102081.34375 209749.0 102080.859375 209800.0 102080.375 209850.0 102079.8984375 209899.0 102079.421875 209950.0 102078.9375 210000.0 102078.4609375 210049.0 102077.984375 210100.0 102077.5078125 210150.0 102077.03125 210199.0 102076.546875 210250.0 102076.078125 210300.0 102075.609375 210349.0 102075.125 210400.0 102074.65625 210450.0 102074.1796875 210499.0 102073.71875 210550.0 102073.2421875 210600.0 102072.7734375 210649.0 102072.296875 210700.0 102071.828125 210750.0 102071.359375 210799.0 102070.890625 210850.0 102070.40625 210900.0 102069.9375 210949.0 102069.46875 211000.0 102069.0 211050.0 102068.515625 211099.0 102068.046875 211150.0 102067.5703125 211200.0 102067.09375 211249.0 102066.6171875 211300.0 102066.140625 211350.0 102065.65625 211399.0 102065.1875 211450.0 102064.703125 211500.0 102064.234375 211549.0 102063.7578125 211600.0 102063.28125 211650.0 102062.8125 211699.0 102062.328125 211750.0 102061.859375 211800.0 102061.375 211849.0 102060.8984375 211900.0 102060.421875 211950.0 102059.9375 211999.0 102059.4609375 212050.0 102058.9765625 212100.0 102058.5 212149.0 102058.0234375 212200.0 102057.5390625 212250.0 102057.0625 212299.0 102056.578125 212350.0 102056.1015625 212400.0 102055.609375 212449.0 102055.140625 212500.0 102054.65625 212550.0 102054.1875 212599.0 102053.703125 212650.0 102053.234375 212700.0 102052.75 212749.0 102052.28125 212800.0 102051.796875 212850.0 102051.3359375 212899.0 102050.8515625 212950.0 102050.3828125 213000.0 102049.90625 213049.0 102049.4453125 213100.0 102048.9609375 213150.0 102048.5 213199.0 102048.015625 213250.0 102047.546875 213300.0 102047.0625 213349.0 102046.578125 213400.0 102046.1015625 213450.0 102045.6171875 213499.0 102045.1328125 213550.0 102044.6484375 213600.0 102044.171875 213649.0 102043.6796875 213700.0 102043.203125 213750.0 102042.71875 213799.0 102042.234375 213850.0 102041.7578125 213900.0 102041.2734375 213949.0 102040.796875 214000.0 102040.3125 214050.0 102039.8359375 214099.0 102039.3515625 214150.0 102038.875 214200.0 102038.3984375 214249.0 102037.9296875 214300.0 102037.4453125 214350.0 102036.984375 214399.0 102036.5 214450.0 102036.03125 214500.0 102035.5546875 214549.0 102035.09375 214600.0 102034.609375 214650.0 102034.15625 214699.0 102033.671875 214750.0 102033.2109375 214800.0 102032.734375 214849.0 102032.265625 214900.0 102031.7890625 214950.0 102031.3125 214999.0 102030.8359375 215050.0 102030.3671875 215100.0 102029.890625 215149.0 102029.421875 215200.0 102028.953125 215250.0 102028.46875 215299.0 102028.0 215350.0 102027.5234375 215400.0 102027.046875 215449.0 102026.578125 215500.0 102026.1015625 215550.0 102025.625 215599.0 102025.15625 215650.0 102024.6875 215700.0 102024.21875 215749.0 102023.75 215800.0 102023.28125 215850.0 102022.8125 215899.0 102022.34375 215950.0 102021.875 216000.0 102021.40625 216049.0 102020.9375 216100.0 102020.46875 216150.0 102020.0 216199.0 102019.5390625 216250.0 102019.0625 216300.0 102018.609375 216349.0 102018.125 216400.0 102017.6484375 216450.0 102017.171875 216499.0 102016.6875 216550.0 102016.203125 216600.0 102015.7265625 216649.0 102015.25 216700.0 102014.765625 216750.0 102014.28125 216799.0 102013.8125 216850.0 102013.328125 216900.0 102012.8515625 216949.0 102012.375 217000.0 102011.90625 217050.0 102011.421875 217099.0 102010.9453125 217150.0 102010.46875 217200.0 102010.0 217249.0 102009.515625 217300.0 102009.046875 217350.0 102008.5703125 217399.0 102008.1015625 217450.0 102007.625 217500.0 102007.15625 217549.0 102006.6875 217600.0 102006.2109375 217650.0 102005.7421875 217699.0 102005.265625 217750.0 102004.796875 217800.0 102004.328125 217849.0 102003.859375 217900.0 102003.390625 217950.0 102002.921875 217999.0 102002.4375 218050.0 102001.9609375 218100.0 102001.484375 218149.0 102001.0078125 218200.0 102000.53125 218250.0 102000.046875 218299.0 101999.5625 218350.0 101999.078125 218400.0 101998.59375 218449.0 101998.109375 218500.0 101997.625 218550.0 101997.140625 218599.0 101996.65625 218650.0 101996.1796875 218700.0 101995.6953125 218749.0 101995.2109375 218800.0 101994.71875 218850.0 101994.234375 218899.0 101993.75 218950.0 101993.265625 219000.0 101992.78125 219049.0 101992.296875 219100.0 101991.8125 219150.0 101991.328125 219199.0 101990.84375 219250.0 101990.3671875 219300.0 101989.8828125 219349.0 101989.3984375 219400.0 101988.921875 219450.0 101988.4375 219499.0 101987.953125 219550.0 101987.46875 219600.0 101986.984375 219649.0 101986.5 219700.0 101986.015625 219750.0 101985.53125 219799.0 101985.046875 219850.0 101984.5625 219900.0 101984.078125 219949.0 101983.59375 220000.0 101983.109375 220050.0 101982.625 220099.0 101982.1484375 220150.0 101981.671875 220200.0 101981.1875 220249.0 101980.703125 220300.0 101980.21875 220350.0 101979.734375 220399.0 101979.25 220450.0 101978.765625 220500.0 101978.28125 220549.0 101977.8046875 220600.0 101977.328125 220650.0 101976.84375 220699.0 101976.359375 220750.0 101975.890625 220800.0 101975.40625 220849.0 101974.9375 220900.0 101974.453125 220950.0 101973.984375 220999.0 101973.5 221050.0 101973.03125 221100.0 101972.5546875 221149.0 101972.078125 221200.0 101971.609375 221250.0 101971.140625 221299.0 101970.6640625 221350.0 101970.1953125 221400.0 101969.71875 221449.0 101969.25 221500.0 101968.78125 221550.0 101968.3125 221599.0 101967.84375 221650.0 101967.375 221700.0 101966.8984375 221749.0 101966.421875 221800.0 101965.953125 221850.0 101965.484375 221899.0 101965.0078125 221950.0 101964.53125 222000.0 101964.046875 222049.0 101963.5625 222100.0 101963.0859375 222150.0 101962.609375 222199.0 101962.125 222250.0 101961.6484375 222300.0 101961.171875 222349.0 101960.6875 222400.0 101960.203125 222450.0 101959.7265625 222499.0 101959.2421875 222550.0 101958.765625 222600.0 101958.28125 222649.0 101957.8046875 222700.0 101957.328125 222750.0 101956.859375 222799.0 101956.3828125 222850.0 101955.9140625 222900.0 101955.4375 222949.0 101954.9765625 223000.0 101954.5 223050.0 101954.03125 223099.0 101953.5625 223150.0 101953.09375 223200.0 101952.6171875 223249.0 101952.140625 223300.0 101951.671875 223350.0 101951.1875 223399.0 101950.71875 223450.0 101950.25 223500.0 101949.7734375 223549.0 101949.3046875 223600.0 101948.828125 223650.0 101948.3515625 223699.0 101947.875 223750.0 101947.40625 223800.0 101946.921875 223849.0 101946.453125 223900.0 101945.96875 223950.0 101945.5 223999.0 101945.03125 224050.0 101944.546875 224100.0 101944.078125 224149.0 101943.609375 224200.0 101943.1328125 224250.0 101942.65625 224299.0 101942.1796875 224350.0 101941.703125 224400.0 101941.234375 224449.0 101940.7578125 224500.0 101940.2734375 224550.0 101939.8046875 224599.0 101939.328125 224650.0 101938.859375 224700.0 101938.375 224749.0 101937.90625 224800.0 101937.4296875 224850.0 101936.9609375 224899.0 101936.484375 224950.0 101936.015625 225000.0 101935.546875 225049.0 101935.078125 225100.0 101934.6015625 225150.0 101934.125 225199.0 101933.65625 225250.0 101933.1875 225300.0 101932.703125 225349.0 101932.234375 225400.0 101931.75 225450.0 101931.28125 225499.0 101930.8046875 225550.0 101930.328125 225600.0 101929.8515625 225649.0 101929.375 225700.0 101928.8984375 225750.0 101928.421875 225799.0 101927.9453125 225850.0 101927.46875 225900.0 101926.9921875 225949.0 101926.5234375 226000.0 101926.046875 226050.0 101925.578125 226099.0 101925.09375 226150.0 101924.625 226200.0 101924.140625 226249.0 101923.6640625 226300.0 101923.1875 226350.0 101922.7109375 226399.0 101922.234375 226450.0 101921.75 226500.0 101921.2734375 226549.0 101920.8046875 226600.0 101920.328125 226650.0 101919.859375 226699.0 101919.375 226750.0 101918.90625 226800.0 101918.4296875 226849.0 101917.96875 226900.0 101917.484375 226950.0 101917.0234375 226999.0 101916.546875 227050.0 101916.0859375 227100.0 101915.609375 227149.0 101915.140625 227200.0 101914.65625 227250.0 101914.1875 227299.0 101913.6953125 227350.0 101913.2265625 227400.0 101912.7421875 227449.0 101912.2734375 227500.0 101911.7890625 227550.0 101911.3203125 227599.0 101910.84375 227650.0 101910.375 227700.0 101909.890625 227749.0 101909.421875 227800.0 101908.9375 227850.0 101908.46875 227899.0 101907.984375 227950.0 101907.515625 228000.0 101907.03125 228049.0 101906.5703125 228100.0 101906.09375 228150.0 101905.625 228199.0 101905.140625 228250.0 101904.671875 228300.0 101904.203125 228349.0 101903.734375 228400.0 101903.25 228450.0 101902.796875 228499.0 101902.3203125 228550.0 101901.859375 228600.0 101901.375 228649.0 101903.578125 228700.0 101903.0859375 228750.0 101902.59375 228799.0 101902.09375 228850.0 101901.6015625 228900.0 101901.125 228949.0 101900.625 229000.0 101900.140625 229050.0 101899.640625 229099.0 101899.15625 229150.0 101898.671875 229200.0 101898.1875 229249.0 101897.6953125 229300.0 101897.2109375 229350.0 101896.7265625 229399.0 101896.234375 229450.0 101895.765625 229500.0 101895.2734375 229549.0 101894.796875 229600.0 101894.3125 229650.0 101893.828125 229699.0 101893.34375 229750.0 101892.8671875 229800.0 101892.390625 229849.0 101891.90625 229900.0 101891.421875 229950.0 101890.9375 229999.0 101890.453125 230050.0 101889.9765625 230100.0 101889.5 230149.0 101889.015625 230200.0 101888.5390625 230250.0 101888.0625 230299.0 101887.578125 230350.0 101887.1015625 230400.0 101886.625 230449.0 101886.140625 230500.0 101885.65625 230550.0 101885.171875 230599.0 101884.6953125 230650.0 101884.2109375 230700.0 101883.734375 230749.0 101883.25 230800.0 101882.765625 230850.0 101882.2890625 230899.0 101881.8046875 230950.0 101881.3203125 231000.0 101880.84375 231049.0 101880.359375 231100.0 101879.8828125 231150.0 101879.40625 231199.0 101878.921875 231250.0 101878.4453125 231300.0 101877.96875 231349.0 101877.4921875 231400.0 101877.015625 231450.0 101876.5390625 231499.0 101876.0625 231550.0 101875.5859375 231600.0 101875.109375 231649.0 101874.625 231700.0 101874.15625 231750.0 101873.671875 231799.0 101873.203125 231850.0 101872.71875 231900.0 101872.25 231949.0 101871.765625 232000.0 101871.296875 232050.0 101870.8125 232099.0 101870.34375 232150.0 101869.859375 232200.0 101869.3828125 232249.0 101868.90625 232300.0 101868.421875 232350.0 101867.9375 232399.0 101867.4609375 232450.0 101866.984375 232500.0 101866.5 232549.0 101866.0234375 232600.0 101865.546875 232650.0 101865.0625 232699.0 101864.59375 232750.0 101864.109375 232800.0 101863.640625 232849.0 101863.15625 232900.0 101862.6796875 232950.0 101862.203125 232999.0 101861.71875 233050.0 101861.25 233100.0 101860.7734375 233149.0 101860.296875 233200.0 101859.8203125 233250.0 101859.34375 233299.0 101858.859375 233350.0 101858.390625 233400.0 101857.90625 233449.0 101857.4296875 233500.0 101856.953125 233550.0 101856.46875 233599.0 101855.9921875 233650.0 101855.515625 233700.0 101855.03125 233749.0 101854.5625 233800.0 101854.078125 233850.0 101853.609375 233899.0 101853.125 233950.0 101852.6484375 234000.0 101852.171875 234049.0 101851.6875 234100.0 101851.203125 234150.0 101850.71875 234199.0 101850.2421875 234250.0 101849.765625 234300.0 101849.28125 234349.0 101848.796875 234400.0 101848.3125 234450.0 101847.828125 234499.0 101847.34375 234550.0 101846.859375 234600.0 101846.3828125 234649.0 101845.890625 234700.0 101845.40625 234750.0 101844.921875 234799.0 101844.4453125 234850.0 101843.96875 234900.0 101843.484375 234949.0 101843.0 235000.0 101842.515625 235050.0 101842.03125 235099.0 101841.546875 235150.0 101841.0703125 235200.0 101840.5859375 235249.0 101840.1015625 235300.0 101839.625 235350.0 101839.140625 235399.0 101838.6484375 235450.0 101838.171875 235500.0 101837.6953125 235549.0 101837.2109375 235600.0 101836.734375 235650.0 101836.2578125 235699.0 101835.78125 235750.0 101835.3125 235800.0 101834.8359375 235849.0 101834.359375 235900.0 101833.875 235950.0 101833.390625 235999.0 101832.90625 236050.0 101832.421875 236100.0 101831.9375 236149.0 101831.4609375 236200.0 101830.9765625 236250.0 101830.5 236299.0 101830.015625 236350.0 101829.53125 236400.0 101829.0546875 236449.0 101828.578125 236500.0 101828.1015625 236550.0 101827.625 236599.0 101827.140625 236650.0 101826.671875 236700.0 101826.1875 236749.0 101825.71875 236800.0 101825.234375 236850.0 101824.7578125 236899.0 101824.28125 236950.0 101823.8125 237000.0 101823.328125 237049.0 101822.859375 237100.0 101822.375 237150.0 101821.8984375 237199.0 101821.421875 237250.0 101820.9375 237300.0 101820.46875 237349.0 101819.984375 237400.0 101819.5 237450.0 101819.03125 237499.0 101818.546875 237550.0 101818.0703125 237600.0 101817.59375 237649.0 101817.109375 237700.0 101816.640625 237750.0 101816.15625 237799.0 101815.6875 237850.0 101815.203125 237900.0 101814.71875 237949.0 101814.2421875 238000.0 101813.7578125 238050.0 101813.28125 238099.0 101812.796875 238150.0 101812.3125 238200.0 101811.828125 238249.0 101811.34375 238300.0 101810.859375 238350.0 101810.375 238399.0 101809.890625 238450.0 101809.40625 238500.0 101808.921875 238549.0 101808.4375 238600.0 101807.953125 238650.0 101807.46875 238699.0 101806.984375 238750.0 101806.5078125 238800.0 101806.0234375 238849.0 101805.546875 238900.0 101805.0625 238950.0 101804.578125 238999.0 101804.09375 239050.0 101803.609375 239100.0 101803.125 239149.0 101802.640625 239200.0 101802.15625 239250.0 101801.6796875 239299.0 101801.203125 239350.0 101800.71875 239400.0 101800.2421875 239449.0 101799.765625 239500.0 101799.2890625 239550.0 101798.8125 239599.0 101798.34375 239650.0 101797.8671875 239700.0 101797.390625 239749.0 101796.921875 239800.0 101796.453125 239850.0 101795.9765625 239899.0 101795.5 239950.0 101795.03125 240000.0 101794.546875 240049.0 101794.0625 240100.0 101793.578125 240150.0 101793.09375 240199.0 101792.59375 240250.0 101792.109375 240300.0 101791.625 240349.0 101791.1328125 240400.0 101790.640625 240450.0 101790.15625 240499.0 101789.671875 240550.0 101789.1796875 240600.0 101788.6953125 240649.0 101788.203125 240700.0 101787.71875 240750.0 101787.234375 240799.0 101786.75 240850.0 101786.2578125 240899.0 101785.765625 240949.0 101785.28125 241000.0 101784.796875 241050.0 101784.3125 241099.0 101783.828125 241150.0 101783.34375 241199.0 101782.8515625 241249.0 101782.359375 241300.0 101781.875 241350.0 101781.390625 241399.0 101780.8984375 241450.0 101780.4140625 241500.0 101779.921875 241549.0 101779.4296875 241600.0 101778.9453125 241650.0 101778.453125 241699.0 101777.9609375 241750.0 101777.46875 241800.0 101776.9765625 241849.0 101776.484375 241900.0 101776.0 241949.0 101775.5078125 241999.0 101775.015625 242050.0 101774.53125 242100.0 101774.0390625 242149.0 101773.5546875 242200.0 101773.0703125 242249.0 101772.578125 242299.0 101772.09375 242350.0 101771.609375 242400.0 101771.125 242449.0 101770.640625 242500.0 101770.15625 242550.0 101769.671875 242599.0 101769.1875 242650.0 101768.703125 242700.0 101768.21875 242749.0 101767.734375 242800.0 101767.2578125 242850.0 101766.7734375 242899.0 101766.2890625 242950.0 101765.8046875 243000.0 101765.3203125 243049.0 101764.828125 243100.0 101764.34375 243150.0 101763.859375 243199.0 101763.375 243250.0 101762.890625 243299.0 101762.4140625 243349.0 101761.9296875 243400.0 101761.4453125 243450.0 101760.9609375 243499.0 101760.484375 243550.0 101760.0 243599.0 101759.515625 243649.0 101759.03125 243700.0 101758.546875 243750.0 101758.0625 243799.0 101757.578125 243850.0 101757.09375 243900.0 101756.6171875 243949.0 101756.1328125 244000.0 101755.6484375 244050.0 101755.15625 244099.0 101754.671875 244150.0 101754.1796875 244200.0 101753.6875 244249.0 101753.203125 244300.0 101752.7109375 244350.0 101752.21875 244399.0 101751.734375 244450.0 101751.25 244500.0 101750.765625 244549.0 101750.28125 244600.0 101749.7890625 244649.0 101749.3046875 244699.0 101748.8203125 244750.0 101748.3359375 244800.0 101747.8515625 244849.0 101747.3671875 244900.0 101746.8828125 244949.0 101746.3984375 244999.0 101745.9140625 245050.0 101745.4296875 245100.0 101744.9453125 245149.0 101744.4609375 245200.0 101743.9765625 245250.0 101743.484375 245299.0 101743.0 245350.0 101742.515625 245400.0 101742.03125 245449.0 101741.546875 245500.0 101741.0625 245550.0 101740.578125 245599.0 101740.09375 245650.0 101739.609375 245699.0 101739.1171875 245749.0 101738.625 245800.0 101738.140625 245850.0 101737.65625 245899.0 101737.171875 245950.0 101736.6875 245999.0 101736.203125 246049.0 101735.71875 246100.0 101735.2265625 246150.0 101734.7421875 246199.0 101734.25 246250.0 101733.7578125 246300.0 101733.265625 246349.0 101732.78125 246400.0 101732.296875 246450.0 101731.8125 246499.0 101731.328125 246550.0 101730.8515625 246600.0 101730.375 246649.0 101729.90625 246700.0 101729.4375 246750.0 101728.9609375 246799.0 101728.5 246850.0 101728.03125 246900.0 101727.5546875 246949.0 101727.0859375 247000.0 101726.6171875 247049.0 101726.1484375 247099.0 101725.6796875 247150.0 101725.203125 247200.0 101724.734375 247249.0 101724.265625 247300.0 101723.7890625 247349.0 101723.3125 247399.0 101722.84375 247450.0 101722.3671875 247500.0 101721.8984375 247549.0 101721.421875 247600.0 101720.953125 247650.0 101720.484375 247699.0 101720.0078125 247750.0 101719.53125 247800.0 101719.0625 247849.0 101718.59375 247900.0 101718.1171875 247950.0 101717.6484375 247999.0 101717.171875 248050.0 101716.703125 248100.0 101716.2265625 248149.0 101715.75 248200.0 101715.2734375 248250.0 101714.796875 248299.0 101714.328125 248350.0 101713.8515625 248399.0 101713.375 248449.0 101712.90625 248500.0 101712.4296875 248550.0 101711.953125 248599.0 101711.484375 248650.0 101711.0078125 248699.0 101710.53125 248749.0 101710.0625 248800.0 101709.5859375 248850.0 101709.1171875 248899.0 101708.640625 248950.0 101708.171875 249000.0 101707.703125 249049.0 101707.234375 249100.0 101706.765625 249150.0 101706.296875 249199.0 101705.828125 249250.0 101705.3671875 249300.0 101704.8984375 249349.0 101704.4296875 249400.0 101703.96875 249449.0 101703.4921875 249499.0 101703.015625 249550.0 101702.5390625 249600.0 101702.0625 249649.0 101701.5859375 249700.0 101701.109375 249749.0 101700.6328125 249799.0 101700.15625 249850.0 101699.6875 249900.0 101699.2109375 249949.0 101698.734375 250000.0 101698.265625 250050.0 101697.7890625 250099.0 101697.3125 250150.0 101696.84375 250200.0 101696.375 250249.0 101695.8984375 250300.0 101695.4296875 250350.0 101694.953125 250399.0 101694.484375 250450.0 101694.0078125 250500.0 101693.53125 250549.0 101693.0546875 250600.0 101692.578125 250650.0 101692.109375 250699.0 101691.640625 250750.0 101691.1640625 250799.0 101690.6953125 250849.0 101690.21875 250900.0 101689.75 250950.0 101689.28125 250999.0 101688.8125 251050.0 101688.34375 251099.0 101687.875 251149.0 101687.40625 251200.0 101686.9375 251250.0 101686.46875 251299.0 101686.0 251350.0 101685.5390625 251400.0 101685.0703125 251449.0 101684.609375 251500.0 101684.140625 251550.0 101683.671875 251599.0 101683.1953125 251650.0 101682.7265625 251700.0 101682.2578125 251749.0 101681.78125 251800.0 101681.3125 251850.0 101680.84375 251899.0 101680.375 251950.0 101679.8984375 252000.0 101679.4296875 252049.0 101678.953125 252100.0 101678.484375 252149.0 101678.015625 252199.0 101677.546875 252250.0 101677.078125 252300.0 101676.6015625 252349.0 101676.125 252400.0 101675.65625 252449.0 101675.1875 252499.0 101674.71875 252550.0 101674.2421875 252600.0 101673.7734375 252649.0 101673.3046875 252700.0 101672.828125 252750.0 101672.359375 252799.0 101671.890625 252850.0 101671.421875 252900.0 101670.953125 252949.0 101670.4921875 253000.0 101670.0234375 253050.0 101669.5625 253099.0 101669.09375 253150.0 101668.625 253199.0 101668.1640625 253249.0 101667.6953125 253300.0 101667.234375 253350.0 101666.765625 253399.0 101666.2890625 253450.0 101665.8125 253499.0 101665.34375 253549.0 101664.875 253600.0 101664.3984375 253650.0 101663.921875 253699.0 101663.453125 253750.0 101662.984375 253800.0 101662.515625 253849.0 101662.0390625 253900.0 101661.5703125 253950.0 101661.09375 253999.0 101660.625 254050.0 101660.15625 254100.0 101659.6875 254149.0 101659.21875 254200.0 101658.7421875 254250.0 101658.265625 254299.0 101657.796875 254350.0 101657.328125 254400.0 101656.859375 254449.0 101656.3828125 254500.0 101655.9140625 254549.0 101655.4453125 254599.0 101654.96875 254650.0 101654.4921875 254700.0 101654.015625 254749.0 101653.546875 254800.0 101653.0625 254849.0 101652.59375 254899.0 101652.109375 254950.0 101651.640625 255000.0 101651.1640625 255049.0 101650.6875 255100.0 101650.2109375 255150.0 101649.734375 255199.0 101649.2578125 255250.0 101648.78125 255300.0 101648.296875 255349.0 101647.828125 255400.0 101647.34375 255450.0 101646.875 255499.0 101646.390625 255550.0 101645.921875 255600.0 101645.4453125 255649.0 101644.96875 255700.0 101644.5 255750.0 101644.015625 255799.0 101643.53125 255850.0 101643.0546875 255899.0 101642.5703125 255949.0 101642.09375 256000.0 101641.609375 256050.0 101641.125 256099.0 101640.640625 256150.0 101640.15625 256199.0 101639.671875 256249.0 101639.1875 256300.0 101638.703125 256350.0 101638.21875 256399.0 101637.734375 256450.0 101637.2578125 256500.0 101636.7734375 256549.0 101636.2890625 256600.0 101635.8125 256650.0 101635.328125 256699.0 101634.84375 256750.0 101634.375 256800.0 101633.890625 256849.0 101633.421875 256900.0 101632.9375 256949.0 101632.46875 256999.0 101631.984375 257050.0 101631.515625 257100.0 101631.0390625 257149.0 101630.5625 257200.0 101630.09375 257249.0 101629.6171875 257299.0 101629.140625 257350.0 101628.6640625 257400.0 101628.1875 257449.0 101627.7109375 257500.0 101627.234375 257550.0 101626.7578125 257599.0 101626.28125 257650.0 101625.8046875 257700.0 101625.328125 257749.0 101624.859375 257800.0 101624.390625 257850.0 101623.9140625 257899.0 101623.4375 257950.0 101622.96875 258000.0 101622.5 258049.0 101622.0234375 258100.0 101621.546875 258150.0 101621.0703125 258199.0 101620.59375 258250.0 101620.1171875 258299.0 101619.640625 258349.0 101619.171875 258400.0 101618.703125 258450.0 101618.2265625 258499.0 101617.75 258550.0 101617.28125 258599.0 101616.8046875 258649.0 101616.3359375 258700.0 101615.8671875 258750.0 101615.3984375 258799.0 101614.921875 258850.0 101614.453125 258900.0 101613.9765625 258949.0 101613.5 259000.0 101613.0234375 259050.0 101612.5546875 259099.0 101612.078125 259150.0 101611.609375 259200.0 101611.1328125 259249.0 101610.6640625 259300.0 101610.1875 259350.0 101609.71875 259399.0 101609.25 259450.0 101608.78125 259500.0 101608.3046875 259549.0 101607.828125 259600.0 101607.3515625 259649.0 101606.875 259699.0 101606.40625 259750.0 101605.921875 259800.0 101605.453125 259849.0 101604.96875 259900.0 101604.4921875 259949.0 101604.015625 259999.0 101603.5390625 260050.0 101603.0546875 260100.0 101602.5703125 260149.0 101602.0859375 260200.0 101601.609375 260250.0 101601.125 260299.0 101600.640625 260350.0 101600.15625 260400.0 101599.6796875 260449.0 101599.1953125 260500.0 101598.7109375 260550.0 101598.234375 260599.0 101597.75 260650.0 101597.265625 260699.0 101596.7890625 260749.0 101596.3046875 260800.0 101595.828125 260850.0 101595.34375 260899.0 101594.8671875 260950.0 101594.390625 260999.0 101593.90625 261049.0 101593.4375 261100.0 101592.953125 261150.0 101592.46875 261199.0 101591.9921875 261250.0 101591.515625 261300.0 101591.03125 261349.0 101590.5546875 261400.0 101590.0703125 261450.0 101589.59375 261499.0 101589.109375 261550.0 101588.625 261600.0 101588.140625 261649.0 101587.65625 261700.0 101587.171875 261750.0 101586.6875 261799.0 101586.2109375 261850.0 101585.7265625 261900.0 101585.25 261949.0 101584.765625 262000.0 101584.296875 262049.0 101583.8125 262099.0 101583.3359375 262150.0 101582.859375 262200.0 101582.375 262249.0 101581.90625 262300.0 101581.421875 262350.0 101580.953125 262399.0 101580.4765625 262450.0 101580.0 262500.0 101579.5234375 262549.0 101579.046875 262600.0 101578.578125 262650.0 101578.1015625 262699.0 101577.6328125 262750.0 101577.171875 262800.0 101576.703125 262849.0 101576.234375 262900.0 101575.7578125 262950.0 101575.28125 262999.0 101574.8046875 263050.0 101574.328125 263100.0 101573.859375 263149.0 101573.3828125 263200.0 101572.90625 263250.0 101572.4375 263299.0 101571.9609375 263350.0 101571.484375 263400.0 101571.0 263449.0 101570.53125 263500.0 101570.0546875 263550.0 101569.578125 263599.0 101569.109375 263650.0 101568.625 263700.0 101568.1484375 263749.0 101567.6796875 263800.0 101567.203125 263850.0 101566.7265625 263899.0 101566.265625 263950.0 101565.78125 264000.0 101565.3125 264049.0 101564.84375 264100.0 101564.375 264150.0 101563.90625 264199.0 101563.4375 264250.0 101562.96875 264300.0 101562.5 264349.0 101560.078125 264400.0 101559.59375 264450.0 101559.109375 264499.0 101558.625 264550.0 101558.140625 264600.0 101557.65625 264649.0 101557.171875 264700.0 101556.6875 264750.0 101556.1953125 264799.0 101555.71875 264850.0 101555.21875 264900.0 101554.7421875 264949.0 101554.25 265000.0 101553.765625 265050.0 101553.28125 265099.0 101552.796875 265150.0 101552.3125 265200.0 101551.828125 265249.0 101551.34375 265300.0 101550.859375 265350.0 101550.375 265399.0 101549.890625 265450.0 101549.40625 265500.0 101548.921875 265549.0 101548.4375 265600.0 101547.96875 265650.0 101547.46875 265699.0 101547.0 265750.0 101546.5078125 265800.0 101546.03125 265849.0 101545.5390625 265900.0 101545.0625 265950.0 101544.5703125 265999.0 101544.09375 266050.0 101543.6015625 266100.0 101543.125 266149.0 101542.625 266200.0 101542.140625 266250.0 101541.6484375 266299.0 101541.1640625 266350.0 101540.671875 266400.0 101540.1953125 266449.0 101539.703125 266500.0 101539.2265625 266550.0 101538.734375 266599.0 101538.265625 266650.0 101537.7734375 266700.0 101537.296875 266749.0 101536.8125 266800.0 101536.3359375 266850.0 101535.8515625 266899.0 101535.375 266950.0 101534.890625 267000.0 101534.4140625 267049.0 101533.9375 267100.0 101533.453125 267150.0 101532.96875 267199.0 101532.4921875 267250.0 101532.0078125 267300.0 101531.53125 267349.0 101531.046875 267400.0 101530.5625 267450.0 101530.078125 267499.0 101529.59375 267550.0 101529.109375 267600.0 101528.640625 267649.0 101528.15625 267700.0 101527.671875 267750.0 101527.1875 267799.0 101526.703125 267850.0 101526.21875 267900.0 101525.7421875 267949.0 101525.25 268000.0 101524.78125 268050.0 101524.296875 268099.0 101523.8125 268150.0 101523.328125 268200.0 101522.859375 268249.0 101522.375 268300.0 101521.890625 268350.0 101521.40625 268399.0 101520.921875 268450.0 101520.4375 268500.0 101519.9609375 268549.0 101519.46875 268600.0 101519.0 268650.0 101518.5078125 268699.0 101518.03125 268750.0 101517.546875 268800.0 101517.0703125 268849.0 101516.5859375 268900.0 101516.109375 268950.0 101515.625 268999.0 101515.1484375 269050.0 101514.65625 269100.0 101514.1875 269149.0 101513.6953125 269200.0 101513.21875 269250.0 101512.734375 269299.0 101512.25 269350.0 101511.765625 269400.0 101511.2890625 269449.0 101510.796875 269500.0 101510.3125 269550.0 101509.828125 269599.0 101509.3515625 269650.0 101508.859375 269700.0 101508.375 269749.0 101507.890625 269800.0 101507.40625 269850.0 101506.921875 269899.0 101506.4375 269950.0 101505.9453125 270000.0 101505.4609375 270049.0 101504.96875 270100.0 101504.4765625 270150.0 101503.984375 270199.0 101503.5 270250.0 101503.0078125 270300.0 101502.5234375 270349.0 101502.0390625 270400.0 101501.5625 270450.0 101501.078125 270499.0 101500.609375 270550.0 101500.125 270600.0 101499.65625 270649.0 101499.171875 270700.0 101498.703125 270750.0 101498.2265625 270799.0 101497.75 270850.0 101497.28125 270900.0 101496.8046875 270949.0 101496.328125 271000.0 101495.8515625 271050.0 101495.375 271099.0 101494.890625 271150.0 101494.4140625 271200.0 101493.9375 271249.0 101493.453125 271300.0 101492.96875 271350.0 101492.4921875 271399.0 101492.015625 271450.0 101491.53125 271500.0 101491.0625 271549.0 101490.578125 271600.0 101490.109375 271650.0 101489.6328125 271699.0 101489.1640625 271750.0 101488.6875 271800.0 101488.2109375 271849.0 101487.734375 271900.0 101487.25 271950.0 101486.765625 271999.0 101486.28125 272050.0 101485.796875 272100.0 101485.3125 272149.0 101484.84375 272200.0 101484.359375 272250.0 101483.8828125 272299.0 101483.40625 272350.0 101482.9375 272400.0 101482.4609375 272449.0 101481.984375 272500.0 101481.515625 272550.0 101481.03125 272599.0 101480.5625 272650.0 101480.0859375 272700.0 101479.609375 272749.0 101479.1328125 272800.0 101478.65625 272850.0 101478.1796875 272899.0 101477.703125 272950.0 101477.2265625 273000.0 101476.75 273049.0 101476.28125 273100.0 101475.8046875 273150.0 101475.328125 273199.0 101474.859375 273250.0 101474.3828125 273300.0 101473.90625 273349.0 101473.4375 273400.0 101472.96875 273450.0 101472.4921875 273499.0 101472.015625 273550.0 101471.5390625 273600.0 101471.0625 273649.0 101470.59375 273700.0 101470.1171875 273750.0 101469.640625 273799.0 101469.171875 273850.0 101468.6953125 273900.0 101468.21875 273949.0 101467.75 274000.0 101467.28125 274050.0 101466.796875 274099.0 101466.328125 274150.0 101465.859375 274200.0 101465.390625 274249.0 101464.921875 274300.0 101464.4453125 274350.0 101463.96875 274399.0 101463.5 274450.0 101463.0234375 274500.0 101462.546875 274549.0 101462.078125 274600.0 101461.6015625 274650.0 101461.125 274699.0 101460.65625 274750.0 101460.1875 274800.0 101459.71875 274849.0 101459.2421875 274900.0 101458.7734375 274950.0 101458.3046875 274999.0 101457.828125 275050.0 101457.3515625 275100.0 101456.875 275149.0 101456.40625 275200.0 101455.9296875 275250.0 101455.4375 275299.0 101454.96875 275350.0 101454.484375 275400.0 101454.0 275449.0 101453.5234375 275500.0 101453.046875 275550.0 101452.5625 275599.0 101452.09375 275650.0 101451.609375 275700.0 101451.1171875 275749.0 101450.6328125 275800.0 101450.1484375 275850.0 101449.671875 275899.0 101449.1875 275950.0 101448.703125 276000.0 101448.21875 276049.0 101447.734375 276100.0 101447.2578125 276150.0 101446.78125 276199.0 101446.296875 276250.0 101445.8125 276300.0 101445.34375 276349.0 101444.859375 276400.0 101444.375 276450.0 101443.90625 276499.0 101443.421875 276550.0 101442.9375 276600.0 101442.46875 276649.0 101441.984375 276700.0 101441.5 276750.0 101441.0234375 276799.0 101440.546875 276850.0 101440.0625 276900.0 101439.5859375 276949.0 101439.1015625 277000.0 101438.6171875 277050.0 101438.1328125 277099.0 101437.6484375 277150.0 101437.1640625 277200.0 101436.6875 277249.0 101436.203125 277300.0 101435.71875 277350.0 101435.234375 277399.0 101434.7578125 277450.0 101434.28125 277500.0 101433.796875 277549.0 101433.3203125 277600.0 101432.84375 277650.0 101432.359375 277699.0 101431.8828125 277750.0 101431.40625 277800.0 101430.9375 277849.0 101430.46875 277900.0 101429.984375 277950.0 101429.515625 277999.0 101429.03125 278050.0 101428.5625 278100.0 101428.078125 278149.0 101427.59375 278200.0 101427.125 278250.0 101426.640625 278299.0 101426.1640625 278350.0 101425.6875 278400.0 101425.2109375 278449.0 101424.734375 278500.0 101424.25 278550.0 101423.765625 278599.0 101423.28125 278650.0 101422.796875 278700.0 101422.3046875 278749.0 101421.828125 278800.0 101421.34375 278850.0 101420.859375 278899.0 101420.390625 278950.0 101419.90625 279000.0 101419.4296875 279049.0 101418.9453125 279100.0 101418.46875 279150.0 101417.9921875 279199.0 101417.515625 279250.0 101417.03125 279300.0 101416.5625 279349.0 101416.078125 279400.0 101415.609375 279450.0 101415.125 279499.0 101414.65625 279550.0 101414.171875 279600.0 101413.6953125 279649.0 101413.21875 279700.0 101412.7421875 279750.0 101412.265625 279799.0 101411.796875 279850.0 101411.3125 279900.0 101410.84375 279949.0 101410.3671875 280000.0 101409.890625 280050.0 101409.40625 280099.0 101408.9375 280150.0 101408.4375 280200.0 101407.9609375 280249.0 101407.46875 280300.0 101406.984375 280350.0 101406.4921875 280399.0 101406.0234375 280450.0 101405.53125 280500.0 101405.046875 280549.0 101404.5625 280600.0 101404.09375 280650.0 101403.6015625 280699.0 101403.125 280750.0 101402.640625 280800.0 101402.171875 280849.0 101401.6875 280900.0 101401.2109375 280950.0 101400.71875 280999.0 101400.25 281050.0 101399.765625 281100.0 101399.296875 281149.0 101398.8046875 281200.0 101398.328125 281250.0 101397.84375 281299.0 101397.375 281350.0 101396.875 281400.0 101396.40625 281449.0 101395.921875 281500.0 101395.4375 281550.0 101394.953125 281599.0 101394.484375 281650.0 101394.0 281700.0 101393.515625 281749.0 101393.03125 281800.0 101392.5625 281850.0 101392.0625 281899.0 101391.59375 281950.0 101391.109375 282000.0 101390.625 282049.0 101390.140625 282100.0 101389.671875 282150.0 101389.171875 282199.0 101388.703125 282250.0 101388.203125 282300.0 101387.71875 282349.0 101387.2265625 282400.0 101386.75 282450.0 101386.25 282499.0 101385.765625 282550.0 101385.28125 282600.0 101384.8046875 282649.0 101384.3203125 282700.0 101383.84375 282750.0 101383.359375 282799.0 101382.8828125 282850.0 101382.40625 282900.0 101381.921875 282949.0 101381.453125 283000.0 101380.96875 283050.0 101380.5 283099.0 101380.015625 283150.0 101379.5390625 283200.0 101379.0625 283249.0 101378.59375 283300.0 101378.125 283350.0 101377.640625 283399.0 101377.1640625 283450.0 101376.6875 283500.0 101376.21875 283549.0 101375.7421875 283600.0 101375.265625 283650.0 101374.78125 283699.0 101374.3125 283750.0 101373.828125 283800.0 101373.359375 283849.0 101372.875 283900.0 101372.3984375 283950.0 101371.921875 283999.0 101371.4375 284050.0 101370.9609375 284100.0 101370.484375 284149.0 101370.0 284200.0 101369.5234375 284250.0 101369.046875 284299.0 101368.5625 284350.0 101368.078125 284400.0 101367.59375 284449.0 101367.1015625 284500.0 101366.609375 284550.0 101366.125 284599.0 101365.6328125 284650.0 101365.1484375 284700.0 101364.65625 284749.0 101364.171875 284800.0 101363.6796875 284850.0 101363.203125 284899.0 101362.7109375 284950.0 101362.234375 285000.0 101361.75 285049.0 101361.265625 285100.0 101360.78125 285150.0 101360.296875 285199.0 101359.8125 285250.0 101359.3359375 285300.0 101358.8515625 285349.0 101358.375 285400.0 101357.890625 285450.0 101357.40625 285499.0 101356.921875 285550.0 101356.4453125 285600.0 101355.9609375 285649.0 101355.484375 285700.0 101354.984375 285750.0 101354.5078125 285799.0 101354.015625 285850.0 101353.5390625 285900.0 101353.046875 285949.0 101352.5625 286000.0 101352.078125 286050.0 101351.6015625 286099.0 101351.1171875 286150.0 101350.640625 286200.0 101350.15625 286249.0 101349.671875 286300.0 101349.1875 286350.0 101348.7109375 286399.0 101348.2265625 286450.0 101347.75 286500.0 101347.265625 286549.0 101346.7890625 286600.0 101346.296875 286650.0 101345.8203125 286699.0 101345.3359375 286750.0 101344.859375 286800.0 101344.375 286849.0 101343.90625 286900.0 101343.4140625 286950.0 101342.9296875 286999.0 101342.4296875 287050.0 101341.953125 287100.0 101341.453125 287149.0 101340.96875 287200.0 101340.4765625 287250.0 101339.9921875 287299.0 101339.5 287350.0 101339.015625 287400.0 101338.515625 287449.0 101338.046875 287500.0 101337.5546875 287550.0 101337.078125 287599.0 101336.6015625 287650.0 101336.125 287700.0 101335.640625 287749.0 101335.171875 287800.0 101334.6953125 287850.0 101334.21875 287899.0 101333.734375 287950.0 101333.2578125 288000.0 101332.78125 288049.0 101332.296875 288100.0 101331.8125 288150.0 101331.3359375 288199.0 101330.859375 288250.0 101330.375 288300.0 101329.8984375 288349.0 101329.421875 288400.0 101328.9375 288450.0 101328.4609375 288499.0 101327.984375 288550.0 101327.515625 288600.0 101327.03125 288649.0 101326.5625 288700.0 101326.0859375 288750.0 101325.609375 288799.0 101325.140625 288850.0 101324.6640625 288900.0 101324.1875 288949.0 101323.7109375 289000.0 101323.234375 289050.0 101322.75 289099.0 101322.28125 289150.0 101321.796875 289200.0 101321.3203125 289249.0 101320.84375 289300.0 101320.359375 289350.0 101319.890625 289399.0 101319.40625 289450.0 101318.9375 289500.0 101318.453125 289549.0 101317.984375 289600.0 101317.5 289650.0 101317.015625 289699.0 101316.515625 289750.0 101316.03125 289800.0 101315.53125 289849.0 101315.046875 289900.0 101314.546875 289950.0 101314.0625 289999.0 101313.5546875 290050.0 101313.0703125 290100.0 101312.578125 290149.0 101312.0859375 290200.0 101311.609375 290250.0 101311.125 290299.0 101310.65625 290350.0 101310.171875 290400.0 101309.703125 290449.0 101309.234375 290500.0 101308.765625 290550.0 101308.296875 290599.0 101307.828125 290650.0 101307.359375 290700.0 101306.890625 290749.0 101306.421875 290800.0 101305.953125 290850.0 101305.484375 290899.0 101305.015625 290950.0 101304.546875 291000.0 101304.078125 291049.0 101303.609375 291100.0 101303.140625 291150.0 101302.671875 291199.0 101302.203125 291250.0 101301.734375 291300.0 101301.265625 291349.0 101300.796875 291400.0 101300.328125 291450.0 101299.859375 291499.0 101299.3984375 291550.0 101298.9375 291600.0 101298.46875 291649.0 101298.0 291700.0 101297.5234375 291750.0 101297.046875 291799.0 101296.578125 291850.0 101296.109375 291900.0 101295.6328125 291949.0 101295.15625 292000.0 101294.6875 292050.0 101294.21875 292099.0 101293.7421875 292150.0 101293.265625 292200.0 101292.796875 292249.0 101292.328125 292300.0 101291.8515625 292350.0 101291.375 292399.0 101290.90625 292450.0 101290.4296875 292500.0 101289.953125 292549.0 101289.46875 292600.0 101288.96875 292650.0 101288.484375 292699.0 101288.0 292750.0 101287.5 292800.0 101287.015625 292849.0 101286.53125 292900.0 101286.0546875 292950.0 101285.578125 292999.0 101285.09375 293050.0 101284.625 293100.0 101284.1484375 293149.0 101283.671875 293200.0 101283.203125 293250.0 101282.734375 293299.0 101282.2578125 293350.0 101281.78125 293400.0 101281.3125 293449.0 101280.84375 293500.0 101280.375 293550.0 101279.8984375 293599.0 101279.421875 293650.0 101278.9453125 293700.0 101278.46875 293749.0 101277.9921875 293800.0 101277.515625 293850.0 101277.046875 293899.0 101276.5625 293950.0 101276.078125 294000.0 101275.59375 294049.0 101275.1171875 294100.0 101274.640625 294150.0 101274.15625 294199.0 101273.671875 294250.0 101273.1953125 294300.0 101272.71875 294349.0 101272.25 294400.0 101271.7734375 294450.0 101271.296875 294499.0 101270.828125 294550.0 101270.359375 294600.0 101269.890625 294649.0 101269.421875 294700.0 101268.953125 294750.0 101268.4765625 294799.0 101268.0078125 294850.0 101267.546875 294900.0 101267.0703125 294949.0 101266.609375 295000.0 101266.140625 295050.0 101265.6640625 295099.0 101265.203125 295150.0 101264.734375 295200.0 101264.265625 295249.0 101263.796875 295300.0 101263.328125 295350.0 101262.859375 295399.0 101262.390625 295450.0 101261.921875 295500.0 101261.453125 295549.0 101260.984375 295600.0 101260.5234375 295650.0 101260.0546875 295699.0 101259.59375 295750.0 101259.1171875 295800.0 101258.640625 295849.0 101258.171875 295900.0 101257.703125 295950.0 101257.2265625 295999.0 101256.75 296050.0 101256.28125 296100.0 101255.8125 296149.0 101255.3359375 296200.0 101254.859375 296250.0 101254.390625 296299.0 101253.9140625 296350.0 101253.4375 296400.0 101252.96875 296449.0 101252.4921875 296500.0 101252.015625 296550.0 101251.5390625 296599.0 101251.0625 296650.0 101250.59375 296700.0 101250.1171875 296749.0 101249.6484375 296800.0 101249.171875 296850.0 101248.703125 296899.0 101248.234375 296950.0 101247.7578125 297000.0 101247.28125 297049.0 101246.8125 297100.0 101246.34375 297150.0 101245.8671875 297199.0 101245.390625 297250.0 101244.9140625 297300.0 101244.4375 297349.0 101243.9609375 297400.0 101243.484375 297450.0 101243.015625 297499.0 101242.5390625 297550.0 101242.0625 297600.0 101241.5859375 297649.0 101241.1171875 297700.0 101240.640625 297750.0 101240.1640625 297799.0 101239.6875 297850.0 101239.21875 297900.0 101238.7421875 297949.0 101238.265625 298000.0 101237.796875 298050.0 101237.3125 298099.0 101236.84375 298150.0 101236.375 298200.0 101235.8984375 298249.0 101235.421875 298300.0 101234.953125 298350.0 101234.4765625 298399.0 101234.015625 298450.0 101233.546875 298500.0 101233.078125 298549.0 101232.609375 298600.0 101232.140625 298650.0 101231.671875 298699.0 101231.203125 298750.0 101230.734375 298800.0 101230.265625 298849.0 101229.796875 298900.0 101229.3359375 298950.0 101228.875 298999.0 101228.40625 299050.0 101227.9375 299100.0 101227.46875 299149.0 101227.0078125 299200.0 101226.5390625 299250.0 101226.0703125 299299.0 101225.6015625 299350.0 101225.125 299400.0 101224.65625 299449.0 101224.1796875 299500.0 101223.703125 299550.0 101223.2265625 299599.0 101222.75 299650.0 101222.2734375 299700.0 101221.796875 299749.0 101221.3203125 299800.0 101220.84375 299850.0 101220.3671875 299899.0 101219.890625 299950.0 101219.4140625 300000.0 101218.9375 300049.0 101218.4609375 300100.0 101217.984375 300150.0 101217.5078125 300199.0 101217.03125 300250.0 101216.5546875 300300.0 101216.078125 300349.0 101215.609375 300400.0 101215.1328125 300450.0 101214.6640625 300499.0 101214.1875 300550.0 101213.71875 300600.0 101213.25 300649.0 101212.78125 300700.0 101212.3125 300750.0 101211.8359375 300799.0 101211.359375 300850.0 101210.8828125 300900.0 101210.40625 300949.0 101209.921875 301000.0 101209.4375 301050.0 101208.9609375 301099.0 101208.484375 301150.0 101208.0 301200.0 101207.53125 301249.0 101207.0546875 301300.0 101206.578125 301350.0 101206.109375 301399.0 101205.640625 301450.0 101205.1640625 301500.0 101204.6953125 301549.0 101204.2265625 301600.0 101203.7578125 301650.0 101203.28125 301699.0 101202.8125 301750.0 101202.34375 301800.0 101201.8828125 301849.0 101201.421875 301900.0 101200.953125 301950.0 101200.484375 301999.0 101200.015625 302050.0 101199.546875 302100.0 101199.078125 302149.0 101198.6171875 302200.0 101198.1484375 302250.0 101197.6875 302299.0 101197.21875 302350.0 101196.7421875 302400.0 101196.2734375 302449.0 101195.8125 302500.0 101195.34375 302550.0 101194.875 302599.0 101194.3984375 302650.0 101193.921875 302700.0 101193.453125 302749.0 101192.984375 302800.0 101192.515625 302850.0 101192.0390625 302899.0 101191.5625 302950.0 101191.09375 303000.0 101190.6171875 303049.0 101190.140625 303100.0 101189.671875 303150.0 101189.1875 303199.0 101188.71875 303250.0 101188.2421875 303300.0 101187.7734375 303349.0 101187.3046875 303400.0 101186.828125 303450.0 101186.359375 303499.0 101185.890625 303550.0 101185.4140625 303600.0 101184.9453125 303649.0 101184.4765625 303700.0 101184.0 303750.0 101183.53125 303799.0 101183.0625 303850.0 101182.578125 303900.0 101182.109375 303949.0 101181.6328125 304000.0 101181.15625 304050.0 101180.671875 304099.0 101180.203125 304150.0 101179.71875 304200.0 101179.25 304249.0 101178.7734375 304300.0 101178.296875 304350.0 101177.8203125 304399.0 101177.34375 304450.0 101176.8671875 304500.0 101176.3984375 304549.0 101175.921875 304600.0 101175.4375 304650.0 101174.96875 304699.0 101174.5 304750.0 101174.0234375 304800.0 101173.5625 304849.0 101173.09375 304900.0 101172.609375 304950.0 101172.1484375 304999.0 101171.6875 305050.0 101171.2109375 305100.0 101170.75 305149.0 101170.28125 305200.0 101169.8046875 305250.0 101169.34375 305299.0 101168.875 305350.0 101168.40625 305400.0 101167.9375 305449.0 101167.484375 305500.0 101167.015625 305550.0 101166.546875 305599.0 101166.09375 305650.0 101165.6171875 305700.0 101165.140625 305749.0 101164.65625 305800.0 101164.1796875 305850.0 101163.703125 305899.0 101163.21875 305950.0 101162.75 306000.0 101162.265625 306049.0 101161.796875 306100.0 101161.3125 306150.0 101160.84375 306199.0 101160.359375 306250.0 101159.890625 306300.0 101159.40625 306349.0 101158.9375 306400.0 101158.4609375 306450.0 101157.984375 306499.0 101157.5 306550.0 101157.015625 306600.0 101156.546875 306649.0 101156.0625 306700.0 101155.578125 306750.0 101155.109375 306799.0 101154.625 306850.0 101154.1484375 306900.0 101153.671875 306949.0 101153.203125 307000.0 101152.71875 307050.0 101152.25 307099.0 101151.7734375 307150.0 101151.296875 307200.0 101150.828125 307249.0 101150.359375 307300.0 101149.890625 307350.0 101149.421875 307399.0 101148.953125 307450.0 101148.4765625 307500.0 101148.015625 307549.0 101147.546875 307600.0 101147.078125 307650.0 101146.609375 307699.0 101146.140625 307750.0 101145.671875 307800.0 101145.21875 307849.0 101144.75 307900.0 101144.28125 307950.0 101143.8203125 307999.0 101143.359375 308050.0 101142.8828125 308100.0 101142.4140625 308149.0 101141.9453125 308200.0 101141.4765625 308250.0 101141.0 308299.0 101140.53125 308350.0 101140.0625 308400.0 101139.59375 308449.0 101139.125 308500.0 101138.6484375 308550.0 101138.1875 308599.0 101137.7109375 308650.0 101137.234375 308700.0 101136.765625 308749.0 101136.296875 308800.0 101135.828125 308850.0 101135.3515625 308899.0 101134.875 308950.0 101134.40625 309000.0 101133.9375 309049.0 101133.46875 309100.0 101132.984375 309150.0 101132.515625 309199.0 101132.046875 309250.0 101131.578125 309300.0 101131.109375 309349.0 101130.640625 309400.0 101130.171875 309450.0 101129.703125 309499.0 101129.234375 309550.0 101128.7734375 309600.0 101128.3046875 309649.0 101127.84375 309700.0 101127.375 309750.0 101126.9140625 309799.0 101126.4453125 309850.0 101125.984375 309900.0 101125.515625 309949.0 101125.0546875 310000.0 101124.59375 310050.0 101124.1328125 310099.0 101123.671875 310150.0 101123.2109375 310200.0 101122.734375 310249.0 101122.265625 310300.0 101121.796875 310350.0 101121.3203125 310399.0 101120.84375 310450.0 101120.375 310500.0 101119.8984375 310549.0 101119.421875 310600.0 101118.953125 310650.0 101118.484375 310699.0 101118.015625 310750.0 101117.546875 310800.0 101117.0703125 310849.0 101116.59375 310900.0 101116.109375 310950.0 101115.6328125 310999.0 101115.15625 311050.0 101114.671875 311100.0 101114.203125 311149.0 101113.71875 311200.0 101113.234375 311250.0 101112.7578125 311299.0 101112.2734375 311350.0 101111.796875 311400.0 101111.3125 311449.0 101110.8359375 311500.0 101110.359375 311550.0 101109.875 311599.0 101109.390625 311650.0 101108.921875 311700.0 101108.4375 311749.0 101107.953125 311800.0 101107.46875 311850.0 101107.0 311899.0 101106.515625 311950.0 101106.0390625 312000.0 101105.5546875 312049.0 101105.0859375 312100.0 101104.609375 312150.0 101104.140625 312199.0 101103.65625 312250.0 101103.1875 312300.0 101102.71875 312349.0 101102.25 312400.0 101101.78125 312450.0 101101.3046875 312499.0 101100.8359375 312550.0 101100.359375 312600.0 101099.890625 312649.0 101099.421875 312700.0 101098.953125 312750.0 101098.484375 312799.0 101098.015625 312850.0 101097.5390625 312900.0 101097.078125 312949.0 101096.6015625 313000.0 101096.140625 313050.0 101095.6640625 313099.0 101095.203125 313150.0 101094.734375 313200.0 101094.265625 313249.0 101093.796875 313300.0 101093.328125 313350.0 101092.859375 313399.0 101092.390625 313450.0 101091.921875 313500.0 101091.453125 313549.0 101090.9765625 313600.0 101090.4921875 313650.0 101090.015625 313699.0 101089.53125 313750.0 101089.0625 313800.0 101088.578125 313849.0 101088.09375 313900.0 101087.609375 313950.0 101087.140625 313999.0 101086.65625 314050.0 101086.171875 314100.0 101085.703125 314149.0 101085.21875 314200.0 101084.7421875 314250.0 101084.2578125 314299.0 101083.7890625 314350.0 101083.296875 314400.0 101082.828125 314449.0 101082.34375 314500.0 101081.875 314550.0 101081.390625 314599.0 101080.921875 314650.0 101080.4375 314700.0 101079.96875 314749.0 101079.484375 314800.0 101079.0 314850.0 101078.5234375 314899.0 101078.03125 314950.0 101077.5546875 315000.0 101077.078125 315049.0 101076.578125 315100.0 101076.1015625 315150.0 101075.609375 315199.0 101075.1328125 315250.0 101074.640625 315300.0 101074.1640625 315349.0 101073.6875 315400.0 101073.1953125 315450.0 101072.71875 315499.0 101072.234375 315550.0 101071.75 315600.0 101071.2578125 315649.0 101070.78125 315700.0 101070.296875 315750.0 101069.8125 315799.0 101069.328125 315850.0 101068.8515625 315900.0 101068.3671875 315949.0 101067.890625 316000.0 101067.3984375 316050.0 101066.921875 316099.0 101066.4375 316150.0 101065.953125 316200.0 101065.46875 316249.0 101064.984375 316300.0 101064.5 316350.0 101064.015625 316399.0 101063.515625 316450.0 101063.0390625 316500.0 101062.546875 316549.0 101062.0625 316600.0 101061.578125 316650.0 101061.09375 316699.0 101060.609375 316750.0 101060.125 316800.0 101059.640625 316849.0 101059.15625 316900.0 101058.671875 316950.0 101058.1875 316999.0 101057.703125 317050.0 101057.2265625 317100.0 101056.7421875 317149.0 101056.2578125 317200.0 101055.7734375 317250.0 101055.2890625 317299.0 101054.8125 317350.0 101054.328125 317400.0 101053.84375 317449.0 101053.359375 317500.0 101052.8828125 317550.0 101052.3984375 317599.0 101051.921875 317650.0 101051.4375 317700.0 101050.953125 317749.0 101050.4765625 317800.0 101050.0 317850.0 101049.515625 317899.0 101049.03125 317950.0 101048.53125 318000.0 101048.046875 318049.0 101047.5625 318100.0 101047.078125 318150.0 101046.59375 318199.0 101046.109375 318250.0 101045.625 318300.0 101045.1328125 318349.0 101044.6484375 318400.0 101044.1640625 318450.0 101043.6875 318499.0 101043.203125 318550.0 101042.71875 318600.0 101042.234375 318649.0 101041.75 318700.0 101041.2734375 318750.0 101040.7890625 318799.0 101040.3125 318850.0 101039.828125 318900.0 101039.34375 318949.0 101038.859375 319000.0 101038.3828125 319050.0 101037.8984375 319099.0 101037.421875 319150.0 101036.9375 319200.0 101036.453125 319249.0 101035.96875 319300.0 101035.484375 319350.0 101035.0 319399.0 101034.5078125 319450.0 101034.03125 319500.0 101033.546875 319549.0 101033.0625 319600.0 101032.5859375 319650.0 101032.1015625 319699.0 101031.625 319750.0 101031.15625 319800.0 101030.6796875 319849.0 101030.21875 319900.0 101029.75 319950.0 101029.28125 319999.0 101028.8125 320050.0 101028.3515625 320100.0 101027.875 320149.0 101027.421875 320200.0 101026.953125 320250.0 101026.484375 320299.0 101026.015625 320350.0 101025.546875 320400.0 101025.078125 320449.0 101024.609375 320500.0 101024.1484375 320550.0 101023.6796875 320599.0 101023.203125 320650.0 101022.734375 320700.0 101022.2578125 320749.0 101021.78125 320800.0 101021.3125 320850.0 101020.84375 320899.0 101020.375 320950.0 101019.90625 321000.0 101019.4375 321049.0 101018.96875 321100.0 101018.4921875 321150.0 101018.015625 321199.0 101017.546875 321250.0 101017.078125 321300.0 101016.609375 321349.0 101016.1328125 321400.0 101015.65625 321450.0 101015.1875 321499.0 101014.7109375 321550.0 101014.234375 321600.0 101013.765625 321649.0 101013.296875 321700.0 101012.828125 321750.0 101012.3515625 321799.0 101011.875 321850.0 101011.40625 321900.0 101010.9375 321949.0 101010.46875 322000.0 101010.0 322050.0 101009.5234375 322099.0 101009.0546875 322150.0 101008.578125 322200.0 101008.109375 322249.0 101007.6328125 322300.0 101007.15625 322350.0 101006.6875 322399.0 101006.2109375 322450.0 101005.734375 322500.0 101005.265625 322549.0 101004.796875 322600.0 101004.328125 322650.0 101003.84375 322699.0 101003.375 322750.0 101002.90625 322800.0 101002.4375 322849.0 101001.9609375 322900.0 101001.4921875 322950.0 101001.0234375 322999.0 101000.5546875 323050.0 101000.078125 323100.0 100999.6171875 323149.0 100999.1484375 323200.0 100998.6875 323250.0 100998.21875 323299.0 100997.75 323350.0 100997.28125 323400.0 100996.8125 323449.0 100996.3359375 323500.0 100995.8671875 323550.0 100995.3984375 323599.0 100994.9296875 323650.0 100994.453125 323700.0 100993.984375 323749.0 100993.515625 323800.0 100993.0390625 323850.0 100992.5625 323899.0 100992.09375 323950.0 100991.625 324000.0 100991.1484375 324049.0 100990.671875 324100.0 100990.203125 324150.0 100989.7265625 324199.0 100989.25 324250.0 100988.78125 324300.0 100988.3046875 324349.0 100987.828125 324400.0 100987.359375 324450.0 100986.8828125 324499.0 100986.4140625 324550.0 100985.9375 324600.0 100985.46875 324649.0 100985.0 324700.0 100984.53125 324750.0 100984.0625 324799.0 100983.59375 324850.0 100983.1171875 324900.0 100982.640625 324949.0 100982.171875 325000.0 100981.6953125 325050.0 100981.21875 325099.0 100980.75 325150.0 100980.28125 325200.0 100979.8046875 325249.0 100979.328125 325300.0 100978.859375 325350.0 100978.390625 325399.0 100977.90625 325450.0 100977.4375 325500.0 100976.96875 325549.0 100976.5 325600.0 100976.03125 325650.0 100975.5625 325699.0 100975.09375 325750.0 100974.625 325800.0 100974.15625 325849.0 100973.6875 325900.0 100973.2265625 325950.0 100972.765625 325999.0 100972.296875 326050.0 100971.828125 326100.0 100971.359375 326149.0 100970.90625 326200.0 100970.4375 326250.0 100969.9765625 326299.0 100969.515625 326350.0 100969.046875 326400.0 100968.578125 326449.0 100968.109375 326500.0 100967.640625 326550.0 100967.171875 326599.0 100966.6953125 326650.0 100966.21875 326700.0 100965.75 326749.0 100965.28125 326800.0 100964.8125 326850.0 100964.34375 326899.0 100963.875 326950.0 100963.3984375 327000.0 100962.9296875 327049.0 100962.4609375 327100.0 100961.9921875 327150.0 100961.5234375 327199.0 100961.0625 327250.0 100960.59375 327300.0 100960.125 327349.0 100959.65625 327400.0 100959.1796875 327450.0 100958.7109375 327499.0 100958.234375 327550.0 100957.765625 327600.0 100957.296875 327649.0 100956.828125 327700.0 100956.3515625 327750.0 100955.8828125 327799.0 100955.421875 327850.0 100954.9453125 327900.0 100954.484375 327949.0 100954.015625 328000.0 100953.546875 328050.0 100953.078125 328099.0 100952.609375 328150.0 100952.1484375 328200.0 100951.6796875 328249.0 100951.21875 328300.0 100950.75 328350.0 100950.296875 328399.0 100949.828125 328450.0 100949.3671875 328500.0 100948.90625 328549.0 100948.4375 328600.0 100947.96875 328650.0 100947.5 328699.0 100947.03125 328750.0 100946.5625 328800.0 100946.0859375 328849.0 100945.6171875 328900.0 100945.1484375 328950.0 100944.671875 328999.0 100944.203125 329050.0 100943.734375 329100.0 100943.265625 329149.0 100942.7890625 329200.0 100942.3203125 329250.0 100941.84375 329299.0 100941.375 329350.0 100940.90625 329400.0 100940.4375 329449.0 100939.96875 329500.0 100939.5078125 329550.0 100939.0390625 329599.0 100938.578125 329650.0 100938.109375 329700.0 100937.6328125 329749.0 100937.15625 329800.0 100936.6875 329850.0 100936.21875 329899.0 100935.75 329950.0 100935.28125 330000.0 100934.8125 330049.0 100934.34375 330100.0 100933.859375 330150.0 100933.390625 330199.0 100932.921875 330250.0 100932.4609375 330300.0 100931.9921875 330349.0 100931.5234375 330400.0 100931.0625 330450.0 100930.59375 330499.0 100930.125 330550.0 100929.6640625 330600.0 100929.203125 330649.0 100928.734375 330700.0 100928.28125 330750.0 100927.8125 330799.0 100927.359375 330850.0 100926.890625 330900.0 100926.4375 330949.0 100925.96875 331000.0 100925.5 331050.0 100925.03125 331099.0 100924.5625 331150.0 100924.09375 331200.0 100923.625 331249.0 100923.15625 331300.0 100922.6875 331350.0 100922.2265625 331399.0 100921.7578125 331450.0 100921.296875 331500.0 100920.828125 331549.0 100920.359375 331600.0 100919.890625 331650.0 100919.421875 331699.0 100918.953125 331750.0 100918.484375 331800.0 100918.015625 331849.0 100917.546875 331900.0 100917.078125 331950.0 100916.609375 331999.0 100916.140625 332050.0 100915.671875 332100.0 100915.2109375 332149.0 100914.75 332200.0 100914.2734375 332250.0 100913.8125 332299.0 100913.34375 332350.0 100912.8828125 332400.0 100912.4140625 332449.0 100911.953125 332500.0 100911.5 332550.0 100911.03125 332599.0 100910.5703125 332650.0 100910.1171875 332700.0 100909.65625 332749.0 100909.203125 332800.0 100908.734375 332850.0 100908.2734375 332899.0 100907.8125 332950.0 100907.328125 333000.0 100906.828125 333049.0 100906.3515625 333100.0 100905.859375 333150.0 100905.3671875 333199.0 100904.875 333250.0 100904.375 333300.0 100903.890625 333349.0 100903.3984375 333400.0 100902.90625 333450.0 100902.4140625 333499.0 100901.921875 333550.0 100901.4375 333600.0 100900.9375 333649.0 100900.453125 333700.0 100899.9609375 333750.0 100899.484375 333799.0 100898.9921875 333850.0 100898.515625 333900.0 100898.03125 333949.0 100897.546875 334000.0 100897.0625 334050.0 100896.5859375 334099.0 100896.109375 334150.0 100895.625 334200.0 100895.15625 334249.0 100894.671875 334300.0 100894.1953125 334350.0 100893.71875 334399.0 100893.234375 334450.0 100892.765625 334500.0 100892.28125 334549.0 100891.796875 334600.0 100891.328125 334650.0 100890.84375 334699.0 100890.375 334750.0 100889.890625 334800.0 100889.421875 334849.0 100888.9375 334900.0 100888.46875 334950.0 100887.984375 334999.0 100887.5078125 335050.0 100887.03125 335100.0 100886.5546875 335149.0 100886.078125 335200.0 100885.6015625 335250.0 100885.125 335299.0 100884.65625 335350.0 100884.171875 335400.0 100883.703125 335449.0 100883.21875 335500.0 100882.75 335550.0 100882.28125 335599.0 100881.8046875 335650.0 100881.328125 335700.0 100880.859375 335749.0 100880.375 335800.0 100879.90625 335850.0 100879.4296875 335899.0 100878.953125 335950.0 100878.4765625 336000.0 100878.0 336049.0 100877.53125 336100.0 100877.046875 336150.0 100876.578125 336199.0 100876.09375 336250.0 100875.625 336300.0 100875.15625 336349.0 100874.6796875 336400.0 100874.203125 336450.0 100873.734375 336499.0 100873.25 336550.0 100872.78125 336600.0 100872.296875 336649.0 100871.828125 336700.0 100871.34375 336750.0 100870.875 336799.0 100870.390625 336850.0 100869.9140625 336900.0 100869.4375 336949.0 100868.953125 337000.0 100868.484375 337050.0 100868.0 337099.0 100867.53125 337150.0 100867.046875 337200.0 100866.5703125 337249.0 100866.0859375 337300.0 100865.609375 337350.0 100865.1328125 337399.0 100864.65625 337450.0 100864.1875 337500.0 100863.703125 337549.0 100863.234375 337600.0 100862.75 337650.0 100862.28125 337699.0 100861.8125 337750.0 100861.3359375 337800.0 100860.859375 337849.0 100860.390625 337900.0 100859.9140625 337950.0 100859.4375 337999.0 100858.9609375 338050.0 100858.4765625 338100.0 100858.0 338149.0 100857.515625 338200.0 100857.03125 338250.0 100856.546875 338299.0 100856.0703125 338350.0 100855.59375 338400.0 100855.109375 338449.0 100854.625 338500.0 100854.140625 338550.0 100853.6640625 338599.0 100853.1796875 338650.0 100852.703125 338700.0 100852.21875 338749.0 100851.734375 338800.0 100851.25 338850.0 100850.765625 338899.0 100850.28125 338950.0 100849.796875 339000.0 100849.3125 339049.0 100848.828125 339100.0 100848.34375 339150.0 100847.859375 339199.0 100847.375 339250.0 100846.890625 339300.0 100846.40625 339349.0 100845.921875 339400.0 100845.4375 339450.0 100844.9609375 339499.0 100844.484375 339550.0 100844.0 339600.0 100843.515625 339649.0 100843.03125 339700.0 100842.546875 339750.0 100842.0625 339799.0 100841.578125 339850.0 100841.1015625 339900.0 100840.625 339949.0 100840.140625 340000.0 100839.65625 340050.0 100839.1875 340099.0 100838.703125 340150.0 100838.234375 340200.0 100837.75 340249.0 100837.2734375 340300.0 100836.796875 340350.0 100836.3203125 340399.0 100835.84375 340450.0 100835.375 340500.0 100834.890625 340549.0 100834.421875 340600.0 100833.9375 340650.0 100833.46875 340699.0 100833.0 340750.0 100832.5234375 340800.0 100832.046875 340849.0 100831.578125 340900.0 100831.109375 340950.0 100830.640625 340999.0 100830.171875 341050.0 100829.703125 341100.0 100829.2421875 341149.0 100828.78125 341200.0 100828.3203125 341250.0 100827.859375 341299.0 100827.390625 341350.0 100826.90625 341400.0 100826.4375 341449.0 100825.953125 341500.0 100825.484375 341550.0 100825.0 341599.0 100824.53125 341650.0 100824.046875 341700.0 100823.578125 341749.0 100823.1015625 341800.0 100822.6328125 341850.0 100822.15625 341899.0 100821.6875 341950.0 100821.2109375 342000.0 100820.734375 342049.0 100820.265625 342100.0 100819.7890625 342150.0 100819.3125 342199.0 100818.84375 342250.0 100818.375 342300.0 100817.8984375 342349.0 100817.421875 342400.0 100816.953125 342450.0 100816.484375 342499.0 100816.0078125 342550.0 100815.53125 342600.0 100815.0625 342649.0 100814.6015625 342700.0 100814.1328125 342750.0 100813.65625 342799.0 100813.203125 342850.0 100812.734375 342900.0 100812.265625 342949.0 100811.796875 343000.0 100811.328125 343050.0 100810.8671875 343099.0 100810.40625 343150.0 100809.9375 343200.0 100809.484375 343249.0 100809.015625 343300.0 100808.5625 343350.0 100808.09375 343399.0 100807.640625 343450.0 100807.171875 343500.0 100806.703125 343549.0 100806.234375 343600.0 100805.765625 343650.0 100805.296875 343699.0 100804.828125 343750.0 100804.359375 343800.0 100803.890625 343849.0 100803.421875 343900.0 100802.953125 343950.0 100802.484375 343999.0 100802.015625 344050.0 100801.546875 344100.0 100801.078125 344149.0 100800.609375 344200.0 100800.140625 344250.0 100799.671875 344299.0 100799.203125 344350.0 100798.7421875 344400.0 100798.2734375 344449.0 100797.8046875 344500.0 100797.34375 344550.0 100796.875 344599.0 100796.40625 344650.0 100795.9453125 344700.0 100795.484375 344749.0 100795.015625 344800.0 100794.5625 344850.0 100794.1015625 344899.0 100793.640625 344950.0 100793.171875 345000.0 100792.71875 345049.0 100792.2578125 345100.0 100791.796875 345150.0 100791.34375 345199.0 100790.8828125 345250.0 100790.4140625 345300.0 100789.9453125 345349.0 100789.4765625 345400.0 100789.0078125 345450.0 100788.5390625 345499.0 100788.0703125 345550.0 100787.6015625 345600.0 100787.140625 345649.0 100786.671875 345700.0 100786.203125 345750.0 100785.7421875 345799.0 100785.28125 345850.0 100784.8125 345900.0 100784.34375 345949.0 100783.875 346000.0 100783.40625 346050.0 100782.9375 346099.0 100782.46875 346150.0 100782.0078125 346200.0 100781.5390625 346249.0 100781.0703125 346300.0 100780.609375 346350.0 100780.140625 346399.0 100779.671875 346450.0 100779.203125 346500.0 100778.734375 346549.0 100778.2734375 346600.0 100777.8046875 346650.0 100777.34375 346699.0 100776.875 346750.0 100776.40625 346800.0 100775.9375 346849.0 100775.46875 346900.0 100775.0 346950.0 100774.53125 346999.0 100774.0703125 347050.0 100773.6015625 347100.0 100773.1328125 347149.0 100772.6640625 347200.0 100772.1953125 347250.0 100771.7265625 347299.0 100771.2578125 347350.0 100770.7890625 347400.0 100770.3203125 347449.0 100769.8515625 347500.0 100769.3828125 347550.0 100768.9140625 347599.0 100768.4453125 347650.0 100767.9765625 347700.0 100767.5 347749.0 100767.0390625 347800.0 100766.5703125 347850.0 100766.109375 347899.0 100765.640625 347950.0 100765.171875 348000.0 100764.703125 348049.0 100764.234375 348100.0 100763.765625 348150.0 100763.296875 348199.0 100762.8203125 348250.0 100762.3515625 348300.0 100761.8828125 348349.0 100761.4140625 348400.0 100760.9453125 348450.0 100760.484375 348499.0 100760.015625 348550.0 100759.546875 348600.0 100759.078125 348649.0 100758.6171875 348700.0 100758.1484375 348750.0 100757.6875 348799.0 100757.21875 348850.0 100756.7578125 348900.0 100756.296875 348949.0 100755.828125 349000.0 100755.3671875 349050.0 100754.90625 349099.0 100754.453125 349150.0 100753.984375 349200.0 100753.515625 349249.0 100753.046875 349300.0 100752.59375 349350.0 100752.125 349399.0 100751.65625 349450.0 100751.1953125 349500.0 100750.7265625 349549.0 100750.2578125 349600.0 100749.796875 349650.0 100749.328125 349699.0 100748.859375 349750.0 100748.390625 349800.0 100747.921875 349849.0 100747.4609375 349900.0 100746.9921875 349950.0 100746.5234375 349999.0 100746.0546875 350050.0 100745.59375 350100.0 100745.125 350149.0 100744.6640625 350200.0 100744.203125 350250.0 100743.734375 350299.0 100743.2734375 350350.0 100742.8125 350400.0 100742.34375 350449.0 100741.875 350500.0 100741.4140625 350550.0 100740.953125 350599.0 100740.484375 350650.0 100740.015625 350700.0 100739.546875 350749.0 100739.078125 350800.0 100738.609375 350850.0 100738.140625 350899.0 100737.6796875 350950.0 100737.21875 351000.0 100736.75 351049.0 100736.28125 351100.0 100735.796875 351150.0 100735.328125 351199.0 100734.84375 351250.0 100734.359375 351300.0 100733.890625 351349.0 100733.40625 351400.0 100732.9375 351450.0 100732.453125 351499.0 100731.984375 351550.0 100731.5078125 351600.0 100731.03125 351649.0 100730.5546875 351700.0 100730.078125 351750.0 100729.609375 351799.0 100729.1328125 351850.0 100728.65625 351900.0 100728.1875 351949.0 100727.7109375 352000.0 100727.2421875 352050.0 100726.765625 352099.0 100726.296875 352150.0 100725.828125 352200.0 100725.359375 352249.0 100724.890625 352300.0 100724.4140625 352350.0 100723.9375 352399.0 100723.4609375 352450.0 100722.984375 352500.0 100722.5078125 352549.0 100722.03125 352600.0 100721.546875 352650.0 100721.0703125 352699.0 100720.59375 352750.0 100720.109375 352800.0 100719.6328125 352849.0 100719.15625 352900.0 100718.671875 352950.0 100718.1953125 352999.0 100717.71875 353050.0 100717.234375 353100.0 100716.765625 353149.0 100716.28125 353200.0 100715.8046875 353250.0 100715.328125 353299.0 100714.8515625 353350.0 100714.375 353400.0 100713.890625 353449.0 100713.4140625 353500.0 100712.9375 353550.0 100712.4609375 353599.0 100711.984375 353650.0 100711.5 353700.0 100711.0234375 353749.0 100710.546875 353800.0 100710.0625 353850.0 100709.5859375 353899.0 100709.109375 353950.0 100708.6328125 354000.0 100708.15625 354049.0 100707.671875 354100.0 100707.1953125 354150.0 100706.71875 354199.0 100706.2421875 354250.0 100705.765625 354300.0 100705.296875 354349.0 100704.8125 354400.0 100704.3359375 354450.0 100703.859375 354499.0 100703.390625 354550.0 100702.90625 354600.0 100702.4375 354649.0 100701.953125 354700.0 100701.484375 354750.0 100701.0078125 354799.0 100700.53125 354850.0 100700.0546875 354900.0 100699.578125 354949.0 100699.09375 355000.0 100698.609375 355050.0 100698.140625 355099.0 100697.65625 355150.0 100697.171875 355200.0 100696.703125 355249.0 100696.21875 355300.0 100695.734375 355350.0 100695.265625 355399.0 100694.78125 355450.0 100694.3046875 355500.0 100693.828125 355549.0 100693.359375 355600.0 100692.875 355650.0 100692.3984375 355699.0 100691.921875 355750.0 100691.4453125 355800.0 100690.96875 355849.0 100690.484375 355900.0 100690.0078125 355950.0 100689.53125 355999.0 100689.046875 356050.0 100688.5625 356100.0 100688.0859375 356149.0 100687.6015625 356200.0 100687.1171875 356250.0 100686.6328125 356299.0 100686.1484375 356350.0 100685.65625 356400.0 100685.171875 356449.0 100684.6875 356500.0 100684.203125 356550.0 100683.7265625 356599.0 100683.25 356650.0 100682.765625 356700.0 100682.28125 356749.0 100681.8125 356800.0 100681.328125 356850.0 100680.859375 356899.0 100680.3828125 356950.0 100679.90625 357000.0 100679.4296875 357049.0 100678.953125 357100.0 100678.4765625 357150.0 100678.0 357199.0 100677.53125 357250.0 100677.0546875 357300.0 100676.578125 357349.0 100676.109375 357400.0 100675.6328125 357450.0 100675.15625 357499.0 100674.6875 357550.0 100674.21875 357600.0 100673.75 357649.0 100673.2890625 357700.0 100672.8125 357750.0 100672.3515625 357799.0 100671.890625 357850.0 100671.421875 357900.0 100670.9609375 357949.0 100670.5 358000.0 100670.03125 358050.0 100669.578125 358099.0 100669.109375 358150.0 100668.640625 358200.0 100668.1796875 358249.0 100667.7109375 358300.0 100667.25 358350.0 100666.78125 358399.0 100666.3125 358450.0 100665.8515625 358500.0 100665.3828125 358549.0 100664.9140625 358600.0 100664.453125 358650.0 100663.984375 358699.0 100663.515625 358750.0 100663.046875 358800.0 100662.578125 358849.0 100662.1171875 358900.0 100661.6484375 358950.0 100661.1796875 358999.0 100660.71875 359050.0 100660.25 359100.0 100659.78125 359149.0 100659.328125 359200.0 100658.859375 359250.0 100658.40625 359299.0 100657.9375 359350.0 100657.46875 359400.0 100657.0078125 359449.0 100656.5390625 359500.0 100656.078125 359550.0 100655.609375 359599.0 100655.140625 359650.0 100654.671875 359700.0 100654.2109375 359749.0 100653.75 359800.0 100653.28125 359850.0 100652.8203125 359899.0 100652.359375 359950.0 100651.90625 360000.0 100651.4375 360049.0 100650.9765625 360100.0 100650.515625 360150.0 100650.046875 360199.0 100649.578125 360250.0 100649.109375 360300.0 100648.640625 360349.0 100648.171875 360400.0 100647.7109375 360450.0 100647.2421875 360499.0 100646.78125 360550.0 100646.3125 360600.0 100645.84375 360649.0 100645.375 360700.0 100644.90625 360750.0 100644.4453125 360799.0 100643.9765625 360850.0 100643.5078125 360900.0 100643.046875 360949.0 100642.578125 361000.0 100642.1171875 361050.0 100641.65625 361099.0 100641.1875 361150.0 100640.7265625 361200.0 100640.265625 361249.0 100639.8046875 361300.0 100639.34375 361350.0 100638.8828125 361399.0 100638.421875 361450.0 100637.9609375 361500.0 100637.5 361549.0 100637.046875 361600.0 100636.5859375 361650.0 100636.125 361699.0 100635.671875 361750.0 100635.2109375 361800.0 100634.75 361849.0 100634.2890625 361900.0 100633.828125 361950.0 100633.3671875 361999.0 100632.90625 362050.0 100632.4453125 362100.0 100631.984375 362149.0 100631.515625 362200.0 100631.0546875 362250.0 100630.59375 362299.0 100630.125 362350.0 100629.6640625 362400.0 100629.203125 362449.0 100628.734375 362500.0 100628.2734375 362550.0 100627.8125 362599.0 100627.34375 362650.0 100626.8828125 362700.0 100626.421875 362749.0 100625.953125 362800.0 100625.5 362850.0 100625.0390625 362899.0 100624.578125 362950.0 100624.109375 363000.0 100623.6484375 363049.0 100623.1875 363100.0 100622.71875 363150.0 100622.2578125 363199.0 100621.7890625 363250.0 100621.328125 363300.0 100620.859375 363349.0 100620.3984375 363400.0 100619.9375 363450.0 100619.46875 363499.0 100619.0078125 363550.0 100618.546875 363600.0 100618.0859375 363649.0 100617.625 363700.0 100617.15625 363750.0 100616.6953125 363799.0 100616.21875 363850.0 100615.75 363900.0 100615.265625 363949.0 100614.796875 364000.0 100614.328125 364050.0 100613.84375 364099.0 100613.375 364150.0 100612.890625 364200.0 100612.421875 364249.0 100611.9453125 364300.0 100602.25 364350.0 100601.78125 364399.0 100601.3203125 364450.0 100600.8515625 364500.0 100600.3828125 364549.0 100599.90625 364600.0 100599.4375 364650.0 100598.96875 364699.0 100598.5 364750.0 100598.03125 364800.0 100597.5625 364849.0 100597.09375 364900.0 100596.625 364950.0 100596.15625 364999.0 100595.6953125 365050.0 100595.234375 365100.0 100594.765625 365149.0 100594.296875 365200.0 100593.828125 365250.0 100593.359375 365299.0 100592.890625 365350.0 100592.421875 365400.0 100591.953125 365449.0 100591.484375 365500.0 100591.015625 365550.0 100590.546875 365599.0 100590.078125 365650.0 100589.609375 365700.0 100589.140625 365749.0 100588.671875 365800.0 100588.203125 365850.0 100587.734375 365899.0 100587.265625 365950.0 100586.7890625 366000.0 100586.3203125 366049.0 100585.8515625 366100.0 100585.375 366150.0 100584.90625 366199.0 100584.4375 366250.0 100583.9609375 366300.0 100583.4921875 366349.0 100583.0234375 366400.0 100582.5546875 366450.0 100582.0859375 366499.0 100581.6171875 366550.0 100581.15625 366600.0 100580.6875 366649.0 100580.21875 366700.0 100579.75 366750.0 100579.28125 366799.0 100578.8125 366850.0 100578.34375 366900.0 100577.875 366949.0 100577.3984375 367000.0 100576.921875 367050.0 100576.4453125 367099.0 100575.96875 367150.0 100575.484375 367200.0 100575.0 367249.0 100574.515625 367300.0 100574.0390625 367350.0 100573.5625 367399.0 100573.078125 367450.0 100572.609375 367500.0 100572.125 367549.0 100571.6484375 367600.0 100571.171875 367650.0 100570.6953125 367699.0 100570.21875 367750.0 100569.7421875 367800.0 100569.265625 367849.0 100568.7890625 367900.0 100568.3125 367950.0 100567.84375 367999.0 100567.3671875 368050.0 100566.890625 368100.0 100566.421875 368149.0 100565.953125 368200.0 100565.484375 368250.0 100565.0078125 368299.0 100564.53125 368350.0 100564.0625 368400.0 100563.5859375 368449.0 100563.109375 368500.0 100562.625 368550.0 100562.1484375 368599.0 100561.671875 368650.0 100561.1953125 368700.0 100560.71875 368749.0 100560.234375 368800.0 100559.7578125 368850.0 100559.2734375 368899.0 100558.796875 368950.0 100558.3125 369000.0 100557.84375 369049.0 100557.359375 369100.0 100556.875 369150.0 100556.390625 369199.0 100555.90625 369250.0 100555.4296875 369300.0 100554.9453125 369349.0 100554.46875 369400.0 100553.984375 369450.0 100553.5078125 369499.0 100553.03125 369550.0 100552.5546875 369600.0 100552.078125 369649.0 100551.609375 369700.0 100551.140625 369750.0 100550.671875 369799.0 100550.203125 369850.0 100549.734375 369900.0 100549.265625 369949.0 100548.796875 370000.0 100548.3359375 370050.0 100547.8671875 370099.0 100547.3984375 370150.0 100546.9140625 370200.0 100546.421875 370249.0 100545.9375 370300.0 100545.453125 370350.0 100544.96875 370399.0 100544.4765625 370450.0 100543.9921875 370500.0 100543.5 370549.0 100543.015625 370600.0 100542.53125 370650.0 100542.046875 370699.0 100541.5625 370750.0 100541.078125 370800.0 100540.6015625 370849.0 100540.1171875 370900.0 100539.640625 370950.0 100539.1640625 370999.0 100538.6875 371050.0 100538.203125 371100.0 100537.734375 371149.0 100537.2578125 371200.0 100536.7890625 371250.0 100536.3203125 371299.0 100535.84375 371350.0 100535.3671875 371400.0 100534.890625 371449.0 100534.4140625 371500.0 100533.9375 371550.0 100533.46875 371599.0 100532.9921875 371650.0 100532.515625 371700.0 100532.0390625 371749.0 100531.5703125 371800.0 100531.09375 371850.0 100530.625 371899.0 100530.15625 371950.0 100529.6875 372000.0 100529.21875 372049.0 100528.75 372100.0 100528.2890625 372150.0 100527.8203125 372199.0 100527.3515625 372250.0 100526.875 372300.0 100526.40625 372349.0 100525.9375 372400.0 100525.46875 372450.0 100525.0 372499.0 100524.53125 372550.0 100524.0625 372600.0 100523.59375 372649.0 100523.1328125 372700.0 100522.6640625 372750.0 100522.203125 372799.0 100521.734375 372850.0 100521.2734375 372900.0 100520.8046875 372949.0 100520.3359375 373000.0 100519.8671875 373050.0 100519.3984375 373099.0 100518.9296875 373150.0 100518.4609375 373200.0 100517.9921875 373249.0 100517.5234375 373300.0 100517.0546875 373350.0 100516.5859375 373399.0 100516.1171875 373450.0 100515.6484375 373500.0 100515.1796875 373549.0 100514.7109375 373600.0 100514.2421875 373650.0 100513.7734375 373699.0 100513.296875 373750.0 100512.828125 373800.0 100512.359375 373849.0 100511.890625 373900.0 100511.421875 373950.0 100510.953125 373999.0 100510.4765625 374050.0 100510.0078125 374100.0 100509.5390625 374149.0 100509.0625 374200.0 100508.6015625 374250.0 100508.125 374299.0 100507.6640625 374350.0 100507.1953125 374400.0 100506.734375 374449.0 100506.265625 374500.0 100505.7890625 374550.0 100505.3125 374599.0 100504.8359375 374650.0 100504.359375 374700.0 100503.875 374749.0 100503.3984375 374800.0 100502.921875 374850.0 100502.4375 374899.0 100501.953125 374950.0 100501.46875 375000.0 100500.9921875 375049.0 100500.515625 375100.0 100500.0390625 375150.0 100499.5625 375199.0 100499.0859375 375250.0 100498.609375 375300.0 100498.125 375349.0 100497.65625 375400.0 100497.1796875 375450.0 100496.703125 375499.0 100496.234375 375550.0 100495.7578125 375600.0 100495.28125 375649.0 100494.8125 375700.0 100494.3359375 375750.0 100493.859375 375799.0 100493.390625 375850.0 100492.921875 375900.0 100492.453125 375949.0 100491.984375 376000.0 100491.515625 376050.0 100491.0390625 376099.0 100490.5703125 376150.0 100490.09375 376200.0 100489.625 376249.0 100489.15625 376300.0 100488.6796875 376350.0 100488.203125 376399.0 100487.734375 376450.0 100487.2578125 376500.0 100486.7890625 376549.0 100486.3203125 376600.0 100485.84375 376650.0 100485.375 376699.0 100484.90625 376750.0 100484.421875 376800.0 100483.9453125 376849.0 100483.46875 376900.0 100482.984375 376950.0 100482.5078125 376999.0 100482.03125 377050.0 100481.546875 377100.0 100481.0625 377149.0 100480.5859375 377200.0 100480.109375 377250.0 100479.625 377299.0 100479.140625 377350.0 100478.6640625 377400.0 100478.1796875 377449.0 100477.703125 377500.0 100477.21875 377550.0 100476.7421875 377599.0 100476.265625 377650.0 100475.78125 377700.0 100475.3125 377749.0 100474.8359375 377800.0 100474.359375 377850.0 100473.890625 377899.0 100473.421875 377950.0 100472.953125 378000.0 100472.484375 378049.0 100472.015625 378100.0 100471.5546875 378150.0 100471.0859375 378199.0 100470.6171875 378250.0 100470.1484375 378300.0 100469.6796875 378349.0 100469.21875 378400.0 100468.75 378450.0 100468.28125 378499.0 100467.8125 378550.0 100467.3515625 378600.0 100466.8828125 378649.0 100466.421875 378700.0 100465.953125 378750.0 100465.484375 378799.0 100465.0234375 378850.0 100464.5546875 378900.0 100464.09375 378949.0 100463.625 379000.0 100463.15625 379050.0 100462.6875 379099.0 100462.21875 379150.0 100461.75 379200.0 100461.28125 379249.0 100460.8203125 379300.0 100460.359375 379350.0 100459.890625 379399.0 100459.4296875 379450.0 100458.96875 379500.0 100458.5 379549.0 100458.046875 379600.0 100457.578125 379650.0 100457.1171875 379699.0 100456.65625 379750.0 100456.1875 379800.0 100455.71875 379849.0 100455.25 379900.0 100454.765625 379950.0 100454.2890625 379999.0 100453.8125 380050.0 100453.3359375 380100.0 100452.859375 380149.0 100452.390625 380200.0 100451.9140625 380250.0 100451.4375 380299.0 100450.96875 380350.0 100450.4921875 380400.0 100450.015625 380449.0 100449.546875 380500.0 100449.078125 380550.0 100448.609375 380599.0 100448.1328125 380650.0 100447.65625 380700.0 100447.1875 380749.0 100446.7109375 380800.0 100446.234375 380850.0 100445.765625 380899.0 100445.296875 380950.0 100444.828125 381000.0 100444.359375 381049.0 100443.890625 381100.0 100443.421875 381150.0 100442.953125 381199.0 100442.484375 381250.0 100442.015625 381300.0 100441.546875 381349.0 100441.078125 381400.0 100440.609375 381450.0 100440.140625 381499.0 100439.671875 381550.0 100439.203125 381600.0 100438.734375 381649.0 100438.2734375 381700.0 100437.796875 381750.0 100437.3203125 381799.0 100436.84375 381850.0 100436.3671875 381900.0 100435.890625 381949.0 100435.4140625 382000.0 100434.9375 382050.0 100434.453125 382099.0 100433.96875 382150.0 100433.484375 382200.0 100433.0 382249.0 100432.5078125 382300.0 100432.0234375 382350.0 100431.53125 382399.0 100431.0390625 382450.0 100430.546875 382500.0 100430.0625 382549.0 100429.5625 382600.0 100429.078125 382650.0 100428.59375 382699.0 100428.1015625 382750.0 100427.609375 382800.0 100427.1171875 382849.0 100426.6328125 382900.0 100426.1484375 382950.0 100425.6640625 382999.0 100425.1796875 383050.0 100424.6953125 383100.0 100424.21875 383149.0 100423.7421875 383200.0 100423.265625 383250.0 100422.796875 383299.0 100422.328125 383350.0 100421.859375 383400.0 100421.390625 383449.0 100420.921875 383500.0 100420.453125 383550.0 100419.984375 383599.0 100419.515625 383650.0 100419.046875 383700.0 100418.578125 383749.0 100418.109375 383800.0 100417.640625 383850.0 100417.171875 383899.0 100416.7109375 383950.0 100416.2421875 384000.0 100415.7734375 384049.0 100415.3125 384100.0 100414.84375 384150.0 100414.375 384199.0 100413.9140625 384250.0 100413.4453125 384300.0 100412.9765625 384349.0 100412.5078125 384400.0 100412.046875 384450.0 100411.578125 384499.0 100411.109375 384550.0 100410.640625 384600.0 100410.171875 384649.0 100409.703125 384700.0 100409.234375 384750.0 100408.7734375 384799.0 100408.3125 384850.0 100407.84375 384900.0 100407.3828125 384949.0 100406.921875 385000.0 100406.453125 385050.0 100405.9921875 385099.0 100405.53125 385150.0 100405.0625 385200.0 100404.59375 385249.0 100404.1328125 385300.0 100403.6640625 385350.0 100403.1875 385399.0 100402.7109375 385450.0 100402.234375 385500.0 100401.7578125 385549.0 100401.28125 385600.0 100400.8125 385650.0 100400.3359375 385699.0 100399.859375 385750.0 100399.390625 385800.0 100398.9140625 385849.0 100398.4453125 385900.0 100397.96875 385950.0 100397.5 385999.0 100397.03125 386050.0 100396.5546875 386100.0 100396.078125 386149.0 100395.609375 386200.0 100395.1328125 386250.0 100394.6640625 386299.0 100394.1875 386350.0 100393.71875 386400.0 100393.25 386449.0 100392.78125 386500.0 100392.3125 386550.0 100391.8359375 386599.0 100391.3671875 386650.0 100390.8984375 386700.0 100390.4296875 386749.0 100389.953125 386800.0 100389.484375 386850.0 100389.015625 386899.0 100388.546875 386950.0 100388.078125 387000.0 100387.59375 387049.0 100387.125 387100.0 100386.640625 387150.0 100386.171875 387199.0 100385.6953125 387250.0 100385.21875 387300.0 100384.75 387349.0 100384.2734375 387400.0 100383.796875 387450.0 100383.328125 387499.0 100382.8515625 387550.0 100382.375 387600.0 100381.90625 387649.0 100381.4375 387700.0 100380.9609375 387750.0 100380.484375 387799.0 100380.015625 387850.0 100379.5390625 387900.0 100379.0625 387949.0 100378.59375 388000.0 100378.1171875 388050.0 100377.640625 388099.0 100377.171875 388150.0 100376.6953125 388200.0 100376.21875 388249.0 100375.75 388300.0 100375.28125 388350.0 100374.8125 388399.0 100374.3359375 388450.0 100373.8671875 388500.0 100373.390625 388549.0 100372.921875 388600.0 100372.4609375 388650.0 100371.9921875 388699.0 100371.53125 388750.0 100371.0625 388800.0 100370.6015625 388849.0 100370.1328125 388900.0 100369.6640625 388950.0 100369.1953125 388999.0 100368.7265625 389050.0 100368.265625 389100.0 100367.796875 389149.0 100367.3359375 389200.0 100366.875 389250.0 100366.4140625 389299.0 100365.953125 389350.0 100365.484375 389400.0 100365.015625 389449.0 100364.5546875 389500.0 100364.09375 389550.0 100363.625 389599.0 100363.1640625 389650.0 100362.703125 389700.0 100362.234375 389749.0 100361.765625 389800.0 100361.3046875 389850.0 100360.84375 389899.0 100360.375 389950.0 100359.90625 390000.0 100359.4453125 390049.0 100358.9765625 390100.0 100358.5078125 390150.0 100358.046875 390199.0 100357.578125 390250.0 100357.109375 390300.0 100356.6328125 390349.0 100356.15625 390400.0 100355.6875 390450.0 100355.21875 390499.0 100354.7421875 390550.0 100354.265625 390600.0 100353.796875 390649.0 100353.3203125 390700.0 100352.84375 390750.0 100352.375 390799.0 100351.8984375 390850.0 100351.4296875 390900.0 100350.953125 390949.0 100350.484375 391000.0 100350.015625 391050.0 100349.546875 391099.0 100349.0625 391150.0 100348.5859375 391200.0 100348.109375 391249.0 100347.625 391300.0 100347.1484375 391350.0 100346.671875 391399.0 100346.1953125 391450.0 100345.7109375 391500.0 100345.234375 391549.0 100344.7578125 391600.0 100344.28125 391650.0 100343.796875 391699.0 100343.3203125 391750.0 100342.84375 391800.0 100342.359375 391849.0 100341.875 391900.0 100341.390625 391950.0 100340.90625 391999.0 100340.4296875 392050.0 100339.9453125 392100.0 100339.46875 392149.0 100338.984375 392200.0 100338.5078125 392250.0 100338.03125 392299.0 100337.546875 392350.0 100337.078125 392400.0 100336.6015625 392449.0 100336.125 392500.0 100335.65625 392550.0 100335.1875 392599.0 100334.71875 392650.0 100334.25 392700.0 100333.78125 392749.0 100333.3125 392800.0 100332.84375 392850.0 100332.375 392899.0 100331.90625 392950.0 100331.4375 393000.0 100330.9765625 393049.0 100330.5078125 393100.0 100330.046875 393150.0 100329.5859375 393199.0 100329.125 393250.0 100328.65625 393300.0 100328.1875 393349.0 100327.7265625 393400.0 100327.265625 393450.0 100326.796875 393499.0 100326.3359375 393550.0 100325.875 393600.0 100325.40625 393649.0 100324.9375 393700.0 100324.4765625 393750.0 100324.0078125 393799.0 100323.546875 393850.0 100323.078125 393900.0 100322.609375 393949.0 100322.1484375 394000.0 100321.6796875 394050.0 100321.2109375 394099.0 100320.75 394150.0 100320.28125 394200.0 100319.8125 394249.0 100319.34375 394300.0 100318.875 394350.0 100318.40625 394399.0 100317.9296875 394450.0 100317.453125 394500.0 100316.984375 394549.0 100316.515625 394600.0 100316.0390625 394650.0 100315.5625 394699.0 100315.09375 394750.0 100314.6171875 394800.0 100314.140625 394849.0 100313.671875 394900.0 100313.1953125 394950.0 100312.7265625 394999.0 100312.25 395050.0 100311.78125 395100.0 100311.3125 395149.0 100310.84375 395200.0 100310.375 395250.0 100309.90625 395299.0 100309.4375 395350.0 100308.96875 395400.0 100308.5 395449.0 100308.03125 395500.0 100307.5625 395550.0 100307.09375 395599.0 100306.625 395650.0 100306.15625 395700.0 100305.6875 395749.0 100305.2109375 395800.0 100304.7421875 395850.0 100304.265625 395899.0 100303.7890625 395950.0 100303.3203125 396000.0 100302.84375 396049.0 100302.3671875 396100.0 100301.890625 396150.0 100301.421875 396199.0 100300.9453125 396250.0 100300.46875 396300.0 100299.9921875 396349.0 100299.515625 396400.0 100299.046875 396450.0 100298.578125 396499.0 100298.1015625 396550.0 100297.625 396600.0 100297.15625 396649.0 100296.6875 396700.0 100296.21875 396750.0 100295.7421875 396799.0 100295.2734375 396850.0 100294.796875 396900.0 100294.328125 396949.0 100293.859375 397000.0 100293.390625 397050.0 100292.9296875 397099.0 100292.4609375 397150.0 100291.9921875 397200.0 100291.5234375 397249.0 100291.0625 397300.0 100290.59375 397350.0 100290.1328125 397399.0 100289.671875 397450.0 100289.203125 397500.0 100288.7421875 397549.0 100288.2734375 397600.0 100287.8125 397650.0 100287.3515625 397699.0 100286.890625 397750.0 100286.421875 397800.0 100285.9609375 397849.0 100285.5 397900.0 100285.03125 397950.0 100284.578125 397999.0 100284.1171875 398050.0 100283.65625 398100.0 100283.1953125 398149.0 100282.734375 398200.0 100282.2734375 398250.0 100281.8125 398299.0 100281.34375 398350.0 100280.8671875 398400.0 100280.3984375 398449.0 100279.9296875 398500.0 100279.4609375 398550.0 100278.984375 398599.0 100278.515625 398650.0 100278.03125 398700.0 100277.546875 398749.0 100277.0703125 398800.0 100276.59375 398850.0 100276.109375 398899.0 100275.625 398950.0 100275.1484375 399000.0 100274.671875 399049.0 100274.1875 399100.0 100273.703125 399150.0 100273.2265625 399199.0 100272.75 399250.0 100272.2734375 399300.0 100271.796875 399349.0 100271.3125 399400.0 100270.8359375 399450.0 100270.359375 399499.0 100269.8828125 399550.0 100269.40625 399600.0 100268.9296875 399649.0 100268.453125 399700.0 100267.9765625 399750.0 100267.5 399799.0 100267.0234375 399850.0 100266.546875 399900.0 100266.078125 399949.0 100265.6015625 400000.0 100265.125 400050.0 100264.65625 400099.0 100264.1875 400150.0 100263.7109375 400200.0 100263.2421875 400249.0 100262.7734375 400300.0 100262.3046875 400350.0 100261.8359375 400399.0 100261.375 400450.0 100260.90625 400500.0 100260.4375 400549.0 100259.96875 400600.0 100259.5078125 400650.0 100259.0390625 400699.0 100258.578125 400750.0 100258.109375 400800.0 100257.6484375 400849.0 100257.1875 400900.0 100256.71875 400950.0 100256.2578125 400999.0 100255.796875 401050.0 100255.3359375 401100.0 100254.875 401149.0 100254.4140625 401200.0 100253.953125 401250.0 100253.4921875 401299.0 100253.03125 401350.0 100252.5703125 401400.0 100252.1015625 401449.0 100251.6328125 401500.0 100251.15625 401550.0 100250.6875 401599.0 100250.21875 401650.0 100249.75 401700.0 100249.28125 401749.0 100248.8125 401800.0 100248.34375 401850.0 100247.8671875 401899.0 100247.3984375 401950.0 100246.9296875 402000.0 100246.4609375 402049.0 100246.0 402100.0 100245.53125 402150.0 100245.0625 402199.0 100244.59375 402250.0 100244.1171875 402300.0 100243.640625 402349.0 100243.171875 402400.0 100242.703125 402450.0 100242.234375 402499.0 100241.7578125 402550.0 100241.28125 402600.0 100240.8125 402649.0 100240.34375 402700.0 100239.875 402750.0 100239.40625 402799.0 100238.9296875 402850.0 100238.4609375 402900.0 100237.9921875 402949.0 100237.5234375 403000.0 100237.046875 403050.0 100236.5859375 403099.0 100236.1171875 403150.0 100235.6484375 403200.0 100235.1796875 403249.0 100234.71875 403300.0 100234.25 403350.0 100233.7890625 403399.0 100233.328125 403450.0 100232.8671875 403500.0 100232.40625 403549.0 100231.9375 403600.0 100231.4765625 403650.0 100231.015625 403699.0 100230.5546875 403750.0 100230.09375 403800.0 100229.6328125 403849.0 100229.171875 403900.0 100228.71875 403950.0 100228.2578125 403999.0 100227.796875 404050.0 100227.3359375 404100.0 100226.875 404149.0 100226.421875 404200.0 100225.96875 404250.0 100225.515625 404299.0 100225.0546875 404350.0 100224.6015625 404400.0 100224.1484375 404449.0 100223.6875 404500.0 100223.2265625 404550.0 100222.75 404599.0 100222.265625 404650.0 100221.796875 404700.0 100221.3125 404749.0 100220.8359375 404800.0 100220.359375 404850.0 100219.8828125 404899.0 100219.40625 404950.0 100218.9375 405000.0 100218.4609375 405049.0 100217.984375 405100.0 100217.5 405150.0 100217.0234375 405199.0 100216.546875 405250.0 100216.0703125 405300.0 100215.59375 405349.0 100215.1171875 405400.0 100214.640625 405450.0 100214.171875 405499.0 100213.6953125 405550.0 100213.21875 405600.0 100212.75 405649.0 100212.28125 405700.0 100211.8125 405750.0 100211.34375 405799.0 100210.8671875 405850.0 100210.3984375 405900.0 100209.9296875 405949.0 100209.4609375 406000.0 100208.9921875 406050.0 100208.5234375 406099.0 100208.0625 406150.0 100207.59375 406200.0 100207.125 406249.0 100206.6640625 406300.0 100206.203125 406350.0 100205.734375 406399.0 100205.2734375 406450.0 100204.8125 406500.0 100204.3515625 406549.0 100203.890625 406600.0 100203.4375 406650.0 100202.9765625 406699.0 100202.515625 406750.0 100202.0625 406800.0 100201.6015625 406849.0 100201.140625 406900.0 100200.6875 406950.0 100200.234375 406999.0 100199.7734375 407050.0 100199.3125 407100.0 100198.84375 407149.0 100198.375 407200.0 100197.90625 407250.0 100197.4375 407299.0 100196.96875 407350.0 100196.5078125 407400.0 100196.0390625 407449.0 100195.5703125 407500.0 100195.09375 407550.0 100194.625 407599.0 100194.15625 407650.0 100193.6875 407700.0 100193.21875 407749.0 100192.75 407800.0 100192.28125 407850.0 100191.8046875 407899.0 100191.34375 407950.0 100190.875 408000.0 100190.40625 408049.0 100189.9375 408100.0 100189.4765625 408150.0 100189.015625 408199.0 100188.546875 408250.0 100188.078125 408300.0 100187.6171875 408349.0 100187.15625 408400.0 100186.6953125 408450.0 100186.234375 408499.0 100185.765625 408550.0 100185.3125 408600.0 100184.8515625 408649.0 100184.390625 408700.0 100183.9375 408750.0 100183.4765625 408799.0 100183.015625 408850.0 100182.5625 408900.0 100182.109375 408949.0 100181.65625 409000.0 100181.203125 409050.0 100180.75 409099.0 100180.296875 409150.0 100179.84375 409200.0 100179.390625 409249.0 100178.9453125 409300.0 100178.484375 409350.0 100178.0234375 409399.0 100177.5546875 409450.0 100177.09375 409500.0 100176.625 409549.0 100176.15625 409600.0 100175.6796875 409650.0 100175.203125 409699.0 100174.7265625 409750.0 100174.25 409800.0 100173.78125 409849.0 100173.3046875 409900.0 100172.8359375 409950.0 100172.359375 409999.0 100171.890625 410050.0 100171.421875 410100.0 100170.953125 410149.0 100170.484375 410200.0 100170.015625 410250.0 100169.546875 410299.0 100169.0859375 410350.0 100168.625 410400.0 100168.15625 410449.0 100167.6953125 410500.0 100167.234375 410550.0 100166.7734375 410599.0 100166.3046875 410650.0 100165.8359375 410700.0 100165.3671875 410749.0 100164.8984375 410800.0 100164.4375 410850.0 100163.96875 410899.0 100163.5078125 410950.0 100163.0390625 411000.0 100162.5703125 411049.0 100162.1015625 411100.0 100161.640625 411150.0 100161.171875 411199.0 100160.703125 411250.0 100160.2421875 411300.0 100159.78125 411349.0 100159.3125 411400.0 100158.8515625 411450.0 100158.390625 411499.0 100157.9296875 411550.0 100157.46875 411600.0 100157.0 411649.0 100156.5234375 411700.0 100156.046875 411750.0 100155.578125 411799.0 100155.1015625 411850.0 100154.6328125 411900.0 100154.15625 411949.0 100153.6875 412000.0 100153.2265625 412050.0 100152.7578125 412099.0 100152.2890625 412150.0 100151.828125 412200.0 100151.359375 412249.0 100150.890625 412300.0 100150.4296875 412350.0 100149.96875 412399.0 100149.5 412450.0 100149.03125 412500.0 100148.5625 412549.0 100148.09375 412600.0 100147.625 412650.0 100147.15625 412699.0 100146.6875 412750.0 100146.21875 412800.0 100145.75 412849.0 100145.28125 412900.0 100144.8125 412950.0 100144.34375 412999.0 100143.8828125 413050.0 100143.421875 413100.0 100142.953125 413149.0 100142.4921875 413200.0 100142.03125 413250.0 100141.5625 413299.0 100141.1015625 413350.0 100140.640625 413400.0 100140.1796875 413449.0 100139.71875 413500.0 100139.265625 413550.0 100138.8046875 413599.0 100138.34375 413650.0 100137.890625 413700.0 100137.4375 413749.0 100136.984375 413800.0 100136.5078125 413850.0 100136.046875 413899.0 100135.578125 413950.0 100135.109375 414000.0 100134.6484375 414049.0 100134.1796875 414100.0 100133.71875 414150.0 100133.2578125 414199.0 100132.796875 414250.0 100132.328125 414300.0 100131.859375 414349.0 100131.3984375 414400.0 100130.9296875 414450.0 100130.46875 414499.0 100130.0 414550.0 100129.53125 414600.0 100129.0625 414649.0 100128.6015625 414700.0 100128.140625 414750.0 100127.671875 414799.0 100127.203125 414850.0 100126.7421875 414900.0 100126.28125 414949.0 100125.8203125 415000.0 100125.359375 415050.0 100124.90625 415099.0 100124.4453125 415150.0 100123.984375 415200.0 100123.515625 415249.0 100123.0625 415300.0 100122.59375 415350.0 100122.1328125 415399.0 100121.6640625 415450.0 100121.1953125 415500.0 100120.734375 415549.0 100120.265625 415600.0 100119.796875 415650.0 100119.3359375 415699.0 100118.875 415750.0 100118.4140625 415800.0 100117.953125 415849.0 100117.5 415900.0 100117.0390625 415950.0 100116.5859375 415999.0 100116.1328125 416050.0 100115.6796875 416100.0 100115.21875 416149.0 100114.75 416200.0 100114.28125 416250.0 100113.8125 416299.0 100113.34375 416350.0 100112.8828125 416400.0 100112.421875 416449.0 100111.953125 416500.0 100111.4921875 416550.0 100111.0234375 416599.0 100110.546875 416650.0 100110.078125 416700.0 100109.609375 416749.0 100109.140625 416800.0 100108.671875 416850.0 100108.203125 416899.0 100107.734375 416950.0 100107.2734375 417000.0 100106.8125 417049.0 100106.34375 417100.0 100105.8828125 417150.0 100105.421875 417199.0 100104.9609375 417250.0 100104.5 417300.0 100104.046875 417349.0 100103.578125 417400.0 100103.125 417450.0 100102.671875 417499.0 100102.21875 417550.0 100101.7578125 417600.0 100101.3046875 417649.0 100100.84375 417700.0 100100.390625 417750.0 100099.9375 417799.0 100099.484375 417850.0 100099.03125 417900.0 100098.578125 417949.0 100098.1171875 418000.0 100097.65625 418050.0 100097.203125 418099.0 100096.7421875 418150.0 100096.28125 418200.0 100095.828125 418249.0 100095.375 418300.0 100094.9140625 418350.0 100094.453125 418399.0 100093.984375 418450.0 100093.53125 418500.0 100093.0625 418549.0 100092.59375 418600.0 100092.125 418650.0 100091.6640625 418699.0 100091.203125 418750.0 100090.7421875 418800.0 100090.28125 418849.0 100089.8203125 418900.0 100089.359375 418950.0 100088.890625 418999.0 100088.4296875 419050.0 100087.96875 419100.0 100087.5078125 419149.0 100087.0546875 419200.0 100086.59375 419250.0 100086.140625 419299.0 100085.6875 419350.0 100085.21875 419400.0 100084.75 419449.0 100084.2890625 419500.0 100083.828125 419550.0 100083.375 419599.0 100082.90625 419650.0 100082.4375 419700.0 100081.9765625 419749.0 100081.5078125 419800.0 100081.046875 419850.0 100080.59375 419899.0 100080.1328125 419950.0 100079.6796875 420000.0 100079.21875 420049.0 100078.765625 420100.0 100078.3046875 420150.0 100077.8515625 420199.0 100077.3984375 420250.0 100076.9453125 420300.0 100076.4921875 420349.0 100076.046875 420400.0 100075.59375 420450.0 100075.1328125 420499.0 100074.671875 420550.0 100074.203125 420600.0 100073.7421875 420649.0 100073.28125 420700.0 100072.8046875 420750.0 100072.3359375 420799.0 100071.8671875 420850.0 100071.3984375 420900.0 100070.9296875 420949.0 100070.46875 421000.0 100070.0078125 421050.0 100069.546875 421099.0 100069.09375 421150.0 100068.6328125 421200.0 100068.171875 421249.0 100067.7109375 421300.0 100067.25 421350.0 100066.796875 421399.0 100066.34375 421450.0 100065.890625 421500.0 100065.4375 421549.0 100064.984375 421600.0 100064.5390625 421650.0 100064.078125 421699.0 100063.625 421750.0 100063.1640625 421800.0 100062.703125 421849.0 100062.2421875 421900.0 100061.78125 421950.0 100061.3125 421999.0 100060.8515625 422050.0 100060.390625 422100.0 100059.921875 422149.0 100059.46875 422200.0 100059.0 422250.0 100058.546875 422299.0 100058.09375 422350.0 100057.640625 422400.0 100057.1796875 422449.0 100056.71875 422500.0 100056.2578125 422550.0 100055.796875 422599.0 100055.3359375 422650.0 100054.875 422700.0 100054.4140625 422749.0 100053.953125 422800.0 100053.4921875 422850.0 100053.03125 422899.0 100052.578125 422950.0 100052.109375 423000.0 100051.65625 423049.0 100051.1953125 423100.0 100050.734375 423150.0 100050.265625 423199.0 100049.8046875 423250.0 100049.34375 423300.0 100048.8828125 423349.0 100048.421875 423400.0 100047.96875 423450.0 100047.5 423499.0 100047.0390625 423550.0 100046.578125 423600.0 100046.109375 423649.0 100045.6484375 423700.0 100045.1875 423750.0 100044.71875 423799.0 100044.2578125 423850.0 100043.796875 423900.0 100043.328125 423949.0 100042.8671875 424000.0 100042.3984375 424050.0 100041.9375 424099.0 100041.46875 424150.0 100041.0078125 424200.0 100040.546875 424249.0 100040.078125 424300.0 100039.6171875 424350.0 100039.15625 424399.0 100038.6953125 424450.0 100038.234375 424500.0 100037.7734375 424549.0 100037.3125 424600.0 100036.8515625 424650.0 100036.390625 424699.0 100035.9375 424750.0 100035.4765625 424800.0 100035.015625 424849.0 100034.5546875 424900.0 100034.09375 424950.0 100033.625 424999.0 100033.1640625 425050.0 100032.703125 425100.0 100032.2421875 425149.0 100031.7734375 425200.0 100031.3125 425250.0 100030.8515625 425299.0 100030.390625 425350.0 100029.921875 425400.0 100029.46875 425449.0 100029.0078125 425500.0 100028.5546875 425550.0 100028.1015625 425599.0 100027.640625 425650.0 100027.1875 425700.0 100026.71875 425749.0 100026.265625 425800.0 100025.796875 425850.0 100025.34375 425899.0 100024.875 425950.0 100024.421875 426000.0 100023.9609375 426049.0 100023.5 426100.0 100023.0390625 426150.0 100022.5859375 426199.0 100022.1328125 426250.0 100021.6796875 426300.0 100021.2265625 426349.0 100020.7734375 426400.0 100020.3203125 426450.0 100019.8671875 426499.0 100019.40625 426550.0 100018.953125 426600.0 100018.5 426649.0 100018.0390625 426700.0 100017.5859375 426750.0 100017.1328125 426799.0 100016.671875 426850.0 100016.203125 426900.0 100015.7421875 426949.0 100015.28125 427000.0 100014.8203125 427050.0 100014.359375 427099.0 100013.90625 427150.0 100013.4453125 427200.0 100012.984375 427249.0 100012.53125 427300.0 100012.078125 427350.0 100011.625 427399.0 100011.1640625 427450.0 100010.703125 427500.0 100010.25 427549.0 100009.796875 427600.0 100009.34375 427650.0 100008.8828125 427699.0 100008.421875 427750.0 100007.96875 427800.0 100007.515625 427849.0 100007.0625 427900.0 100006.6015625 427950.0 100006.1484375 427999.0 100005.6953125 428050.0 100005.2421875 428100.0 100004.796875 428149.0 100004.34375 428200.0 100003.890625 428250.0 100003.4296875 428299.0 100002.9765625 428350.0 100002.515625 428400.0 100002.0625 428449.0 100001.609375 428500.0 100001.15625 428550.0 100000.703125 428599.0 100000.25 428650.0 99999.796875 428700.0 99999.3359375 428749.0 99998.8828125 428800.0 99998.4375 428850.0 99997.9921875 428899.0 99997.546875 428950.0 99997.1015625 429000.0 99996.65625 429049.0 99996.21875 429100.0 99995.765625 429150.0 99995.3125 429199.0 99994.8671875 429250.0 99994.4140625 429300.0 99993.96875 429349.0 99993.5234375 429400.0 99993.078125 429450.0 99992.625 429499.0 99992.1640625 429550.0 99991.703125 429600.0 99991.25 429649.0 99990.796875 429700.0 99990.34375 429750.0 99989.8984375 429799.0 99989.453125 429850.0 99989.0078125 429900.0 99988.5546875 429949.0 99988.1015625 430000.0 99987.6484375 430050.0 99987.203125 430099.0 99986.75 430150.0 99986.296875 430200.0 99985.8515625 430249.0 99985.40625 430300.0 99984.9609375 430350.0 99984.515625 430399.0 99984.0625 430450.0 99983.609375 430500.0 99983.15625 430549.0 99982.703125 430600.0 99982.25 430650.0 99981.796875 430699.0 99981.34375 430750.0 99980.890625 430800.0 99980.4453125 430849.0 99980.0 430900.0 99979.5625 430950.0 99979.125 430999.0 99978.6875 431050.0 99978.25 431100.0 99977.8125 431149.0 99977.359375 431200.0 99976.90625 431250.0 99976.4609375 431299.0 99976.015625 431350.0 99975.5703125 431400.0 99975.1328125 431449.0 99974.6875 431500.0 99974.2421875 431550.0 99973.796875 431599.0 99973.3515625 431650.0 99972.90625 431700.0 99972.46875 431749.0 99972.03125 431800.0 99971.578125 431850.0 99971.1328125 431899.0 99970.6875 431950.0 99970.2421875 432000.0 99969.796875 432049.0 99969.3515625 432100.0 99968.90625 432150.0 99968.46875 432199.0 99968.03125 432250.0 99967.59375 432300.0 99967.15625 432349.0 99966.71875 432400.0 99966.28125 432450.0 99965.8359375 432499.0 99965.3984375 432550.0 99964.9609375 432600.0 99964.53125 432649.0 99964.1015625 432700.0 99963.6640625 432750.0 99963.2265625 432799.0 99962.78125 432850.0 99962.34375 432900.0 99961.90625 432949.0 99961.46875 433000.0 99961.03125 433050.0 99960.59375 433099.0 99960.15625 433150.0 99959.71875 433200.0 99959.2734375 433249.0 99958.8359375 433300.0 99958.3984375 433350.0 99957.9609375 433399.0 99957.53125 433450.0 99957.1015625 433500.0 99956.671875 433549.0 99956.234375 433600.0 99955.8046875 433650.0 99955.375 433699.0 99954.9375 433750.0 99954.5 433800.0 99954.0703125 433849.0 99953.6328125 433900.0 99953.203125 433950.0 99952.765625 433999.0 99952.328125 434050.0 99951.8984375 434100.0 99951.46875 434149.0 99951.03125 434200.0 99950.609375 434250.0 99950.171875 434299.0 99949.734375 434350.0 99949.296875 434400.0 99948.875 434449.0 99948.4453125 434500.0 99948.015625 434550.0 99947.59375 434599.0 99947.1796875 434650.0 99946.765625 434700.0 99946.34375 434749.0 99945.9140625 434800.0 99945.484375 434850.0 99945.046875 434899.0 99944.609375 434950.0 99944.171875 435000.0 99943.7421875 435049.0 99943.3046875 435100.0 99942.8671875 435150.0 99942.4296875 435199.0 99941.9921875 435250.0 99941.5546875 435300.0 99941.125 435349.0 99940.6875 435400.0 99940.2421875 435450.0 99939.796875 435499.0 99939.34375 435550.0 99938.890625 435600.0 99938.4453125 435649.0 99937.984375 435700.0 99937.53125 435750.0 99937.078125 435799.0 99936.625 435850.0 99936.171875 435900.0 99935.7265625 435949.0 99935.2890625 436000.0 99934.859375 436050.0 99934.4296875 436099.0 99934.0 436150.0 99933.578125 436200.0 99933.15625 436249.0 99932.7421875 436300.0 99932.328125 436350.0 99931.9140625 436399.0 99931.5 436450.0 99931.078125 436500.0 99930.6484375 436549.0 99930.21875 436600.0 99929.78125 436650.0 99929.3359375 436699.0 99928.8828125 436750.0 99928.4140625 436800.0 99927.9375 436849.0 99927.46875 436900.0 99926.9921875 436950.0 99926.515625 436999.0 99926.0390625 437050.0 99925.5625 437100.0 99925.09375 437149.0 99924.625 437200.0 99924.171875 437250.0 99923.7109375 437299.0 99923.265625 437350.0 99922.8203125 437400.0 99922.3828125 437449.0 99921.953125 437500.0 99921.5234375 437550.0 99921.1015625 437599.0 99920.6796875 437650.0 99920.265625 437700.0 99919.859375 437749.0 99919.453125 437800.0 99919.046875 437850.0 99918.6328125 437899.0 99918.234375 437950.0 99917.8203125 438000.0 99917.4140625 438049.0 99917.0 438100.0 99916.578125 438150.0 99916.15625 438199.0 99915.71875 438250.0 99915.28125 438300.0 99914.828125 438349.0 99914.375 438400.0 99913.921875 438450.0 99913.46875 438499.0 99913.015625 438550.0 99912.5625 438600.0 99912.125 438649.0 99911.6875 438700.0 99911.25 438750.0 99910.828125 438799.0 99910.40625 438850.0 99909.9921875 438900.0 99909.578125 438949.0 99909.171875 439000.0 99908.765625 439050.0 99908.359375 439099.0 99907.9609375 439150.0 99907.5625 439200.0 99907.15625 439249.0 99906.765625 439300.0 99906.359375 439350.0 99905.9609375 439399.0 99905.546875 439450.0 99905.140625 439500.0 99904.71875 439549.0 99904.296875 439600.0 99903.8671875 439650.0 99903.4296875 439699.0 99902.9921875 439750.0 99902.546875 439800.0 99902.1015625 439849.0 99901.65625 439900.0 99901.21875 439950.0 99900.78125 439999.0 99900.34375 440050.0 99899.9140625 440100.0 99899.484375 440149.0 99899.0703125 440200.0 99898.65625 440250.0 99898.2421875 440299.0 99897.8359375 440350.0 99897.4296875 440400.0 99897.03125 440449.0 99896.625 440500.0 99896.2265625 440550.0 99895.8203125 440599.0 99895.421875 440650.0 99895.0078125 440700.0 99894.6015625 440749.0 99894.1875 440800.0 99893.765625 440850.0 99893.34375 440899.0 99892.921875 440950.0 99892.4921875 441000.0 99892.0625 441049.0 99891.640625 441100.0 99891.2109375 441150.0 99890.796875 441199.0 99890.375 441250.0 99889.96875 441300.0 99889.5625 441349.0 99889.171875 441400.0 99888.78125 441450.0 99888.390625 441499.0 99888.0 441550.0 99887.6171875 441600.0 99887.234375 441649.0 99886.84375 441700.0 99886.4609375 441750.0 99886.0703125 441799.0 99885.6796875 441850.0 99885.28125 441900.0 99884.890625 441949.0 99884.4921875 442000.0 99884.1015625 442050.0 99883.703125 442099.0 99883.3125 442150.0 99882.921875 442200.0 99882.515625 442249.0 99882.125 442300.0 99881.7265625 442350.0 99881.3203125 442399.0 99880.921875 442450.0 99880.53125 442500.0 99880.1328125 442549.0 99879.75 442600.0 99879.3515625 442650.0 99878.96875 442699.0 99878.578125 442750.0 99878.1875 442800.0 99877.7890625 442849.0 99877.3984375 442900.0 99877.0 442950.0 99876.59375 442999.0 99876.15625 443050.0 99875.6953125 443100.0 99875.21875 443149.0 99874.734375 443200.0 99874.25 443250.0 99873.765625 443299.0 99873.28125 443350.0 99872.8125 443400.0 99872.359375 443449.0 99871.8984375 443500.0 99871.4375 443550.0 99870.984375 443599.0 99870.5390625 443650.0 99870.09375 443700.0 99869.65625 443749.0 99869.2265625 443800.0 99868.796875 443850.0 99868.375 443899.0 99867.953125 443950.0 99867.5078125 444000.0 99867.046875 444049.0 99866.578125 444100.0 99866.1171875 444150.0 99865.65625 444199.0 99865.203125 444250.0 99864.75 444300.0 99864.296875 444349.0 99863.828125 444400.0 99863.359375 444450.0 99862.8828125 444499.0 99862.4140625 444550.0 99861.9375 444600.0 99861.484375 444649.0 99861.03125 444700.0 99860.5859375 444750.0 99860.140625 444799.0 99859.6953125 444850.0 99859.2421875 444900.0 99858.7890625 444949.0 99858.34375 445000.0 99857.90625 445050.0 99857.46875 445099.0 99856.9609375 445150.0 99856.421875 445200.0 99855.8984375 445249.0 99855.3671875 445300.0 99854.859375 445350.0 99854.3125 445399.0 99853.7265625 445450.0 99853.1796875 445500.0 99852.65625 445549.0 99852.140625 445600.0 99851.6484375 445650.0 99851.1640625 445699.0 99850.6953125 445750.0 99850.234375 445800.0 99849.734375 445849.0 99849.21875 445900.0 99848.703125 445950.0 99848.203125 445999.0 99847.703125 446050.0 99847.171875 446100.0 99846.6484375 446149.0 99846.1328125 446200.0 99845.640625 446250.0 99845.140625 446299.0 99844.6484375 446350.0 99844.171875 446400.0 99843.71875 446449.0 99843.265625 446500.0 99842.8203125 446550.0 99842.3203125 446599.0 99841.8359375 446650.0 99841.328125 446700.0 99840.8125 446749.0 99840.3125 446800.0 99839.8203125 446850.0 99839.3125 446899.0 99838.8203125 446950.0 99838.328125 447000.0 99837.859375 447049.0 99837.3984375 447100.0 99836.9375 447150.0 99836.5 447199.0 99836.0625 447250.0 99835.6015625 447300.0 99835.15625 447349.0 99834.703125 447400.0 99834.234375 447450.0 99833.796875 447499.0 99833.359375 447550.0 99832.953125 447600.0 99832.5390625 447649.0 99832.0390625 447700.0 99831.46875 447750.0 99830.890625 447799.0 99830.3203125 447850.0 99829.78125 447900.0 99829.2578125 447949.0 99828.75 448000.0 99828.2578125 448050.0 99827.7578125 448099.0 99827.265625 448150.0 99826.78125 448200.0 99826.3046875 448249.0 99825.8125 448300.0 99825.3359375 448350.0 99824.859375 448399.0 99824.3828125 448450.0 99823.921875 448500.0 99823.46875 448549.0 99823.03125 448600.0 99822.6015625 448650.0 99822.171875 448699.0 99821.71875 448750.0 99821.2734375 448800.0 99820.796875 448849.0 99820.328125 448900.0 99819.828125 448950.0 99819.328125 448999.0 99818.859375 449050.0 99818.390625 449100.0 99817.921875 449149.0 99817.4765625 449200.0 99817.0390625 449250.0 99816.609375 449299.0 99816.140625 449350.0 99815.671875 449400.0 99815.1875 449449.0 99814.7265625 449500.0 99814.265625 449550.0 99813.8125 449599.0 99813.359375 449650.0 99812.8828125 449700.0 99812.4140625 449749.0 99811.9375 449800.0 99811.46875 449850.0 99810.9765625 449899.0 99810.484375 449950.0 99810.0 450000.0 99809.515625 450049.0 99809.0390625 450100.0 99808.7265625 450150.0 99808.2578125 450199.0 99807.8125 450250.0 99807.3671875 450300.0 99806.9375 450349.0 99806.53125 450400.0 99806.125 450450.0 99805.71875 450499.0 99805.2265625 450550.0 99804.7109375 450600.0 99804.1875 450649.0 99803.671875 450700.0 99803.1640625 450750.0 99802.671875 450799.0 99802.203125 450850.0 99801.734375 450900.0 99801.28125 450949.0 99800.8359375 451000.0 99800.3984375 451050.0 99799.953125 451099.0 99799.5078125 451150.0 99799.0625 451200.0 99798.6328125 451249.0 99798.1875 451300.0 99797.7421875 451350.0 99797.2890625 451399.0 99796.84375 451450.0 99796.3984375 451500.0 99795.9453125 451549.0 99795.5 451600.0 99795.046875 451650.0 99794.6015625 451699.0 99794.1640625 451750.0 99793.78125 451800.0 99793.46875 451849.0 99793.15625 451900.0 99792.765625 451950.0 99792.3515625 451999.0 99791.9296875 452050.0 99791.4609375 452100.0 99790.9765625 452149.0 99790.484375 452200.0 99789.9921875 452250.0 99789.515625 452299.0 99789.0546875 452350.0 99788.59375 452400.0 99788.1640625 452449.0 99787.7421875 452500.0 99787.2890625 452550.0 99786.828125 452599.0 99786.390625 452650.0 99785.9453125 452700.0 99785.5234375 452749.0 99785.1015625 452800.0 99784.6796875 452850.0 99784.265625 452899.0 99783.859375 452950.0 99783.46875 453000.0 99783.09375 453049.0 99782.734375 453100.0 99782.390625 453150.0 99782.09375 453199.0 99781.796875 453250.0 99781.453125 453300.0 99781.09375 453349.0 99780.6796875 453400.0 99780.25 453450.0 99779.8359375 453499.0 99779.421875 453550.0 99779.0078125 453600.0 99778.59375 453649.0 99778.140625 453700.0 99777.6953125 453750.0 99777.265625 453799.0 99776.84375 453850.0 99776.4375 453900.0 99776.046875 453949.0 99775.671875 454000.0 99775.3125 454050.0 99774.96875 454099.0 99774.6484375 454150.0 99774.3515625 454200.0 99774.0703125 454249.0 99773.8125 454300.0 99773.5234375 454350.0 99773.203125 454399.0 99772.8828125 454450.0 99772.515625 454500.0 99772.140625 454549.0 99771.75 454600.0 99771.3671875 454650.0 99770.96875 454699.0 99770.5703125 454750.0 99770.1875 454800.0 99769.8125 454849.0 99769.46875 454900.0 99769.1484375 454950.0 99768.859375 454999.0 99768.6015625 455050.0 99768.359375 455100.0 99768.1171875 455149.0 99767.875 455200.0 99767.6015625 455250.0 99767.3125 455299.0 99766.9921875 455350.0 99766.671875 455400.0 99766.3359375 455449.0 99766.015625 455500.0 99765.6875 455550.0 99765.390625 455599.0 99765.109375 455650.0 99764.859375 455700.0 99764.640625 455749.0 99764.4296875 455800.0 99764.234375 455850.0 99764.03125 455899.0 99763.8125 455950.0 99763.5703125 456000.0 99763.3125 456049.0 99763.046875 456100.0 99762.78125 456150.0 99762.515625 456199.0 99762.2734375 456250.0 99762.046875 456300.0 99761.8515625 456349.0 99761.6640625 456400.0 99761.484375 456450.0 99761.296875 456499.0 99761.1015625 456550.0 99760.8828125 456600.0 99760.65625 456649.0 99760.421875 456700.0 99760.1875 456750.0 99759.96875 456799.0 99759.7578125 456850.0 99759.5625 456900.0 99759.359375 456949.0 99759.15625 457000.0 99758.9375 457050.0 99758.703125 457099.0 99758.4453125 457150.0 99758.171875 457200.0 99757.90625 457249.0 99757.6328125 457300.0 99757.375 457350.0 99757.1328125 457399.0 99756.9140625 457450.0 99756.71875 457500.0 99756.5390625 457549.0 99756.421875 457600.0 99756.2890625 457650.0 99756.1328125 457699.0 99755.953125 457750.0 99755.734375 457800.0 99755.484375 457849.0 99755.1953125 457900.0 99754.84375 457950.0 99754.453125 457999.0 99754.0234375 458050.0 99753.5625 458100.0 99753.09375 458149.0 99752.625 458200.0 99752.2421875 458250.0 99751.9921875 458299.0 99751.8359375 458350.0 99751.90625 458400.0 99751.953125 458449.0 99751.9921875 458500.0 99752.09375 458550.0 99752.1328125 458599.0 99752.09375 458650.0 99752.015625 458700.0 99751.875 458749.0 99751.6953125 458800.0 99751.546875 458850.0 99751.484375 458899.0 99751.515625 458950.0 99751.734375 459000.0 99751.875 459049.0 99751.8203125 459100.0 99751.765625 459150.0 99751.7109375 459199.0 99751.578125 459250.0 99751.28125 459300.0 99750.9609375 459349.0 99750.6875 459400.0 99750.453125 459450.0 99750.1484375 459499.0 99749.9375 459550.0 99749.765625 459600.0 99749.578125 459649.0 99749.40625 459700.0 99749.328125 459750.0 99749.46875 459799.0 99749.5 459850.0 99749.53125 459900.0 99749.6484375 459949.0 99749.671875 460000.0 99749.640625 460050.0 99749.4921875 460099.0 99749.296875 460150.0 99749.109375 460200.0 99748.890625 460249.0 99748.78125 460300.0 99748.859375 460350.0 99749.0390625 460399.0 99749.2890625 460450.0 99749.5390625 460500.0 99749.8046875 460549.0 99750.046875 460600.0 99750.25 460650.0 99750.4375 460699.0 99750.609375 460750.0 99750.828125 460800.0 99751.0546875 460849.0 99750.84375 460900.0 99750.625 460950.0 99750.4375 460999.0 99750.265625 461050.0 99750.046875 461100.0 99749.828125 461149.0 99749.625 461200.0 99749.46875 461250.0 99749.21875 461299.0 99748.8828125 461350.0 99748.5625 461400.0 99748.3125 461449.0 99748.1015625 461500.0 99747.90625 461550.0 99747.71875 461599.0 99747.53125 461650.0 99747.296875 461700.0 99747.1015625 461749.0 99746.9140625 461800.0 99746.75 461850.0 99746.53125 461899.0 99746.296875 461950.0 99746.0234375 462000.0 99745.7578125 462049.0 99745.53125 462100.0 99745.328125 462150.0 99745.140625 462199.0 99744.96875 462250.0 99744.71875 462300.0 99744.453125 462349.0 99744.21875 462400.0 99744.0078125 462450.0 99743.8203125 462499.0 99743.65625 462550.0 99743.53125 462600.0 99743.359375 462649.0 99743.1484375 462700.0 99742.953125 462750.0 99742.765625 462799.0 99742.625 462850.0 99742.484375 462900.0 99739.3828125 462949.0 99734.5625 463000.0 99733.0546875 463050.0 99730.4375 463099.0 99726.265625 463150.0 99722.6171875 463200.0 99714.5 463249.0 99716.375 463300.0 99713.8359375 463350.0 99710.546875 463399.0 99707.171875 463450.0 99704.375 463500.0 99700.703125 463549.0 99696.5078125 463600.0 99699.4296875 463650.0 99695.421875 463699.0 99699.6875 463750.0 99696.5 463800.0 99702.578125 463849.0 99687.0 463900.0 99696.3359375 463950.0 99702.6015625 463999.0 99698.25 464050.0 99677.0 464100.0 99670.5 464149.0 99693.375 464200.0 99682.25 464250.0 99667.0 464299.0 99642.0 464350.0 99675.0 464400.0 99692.0 464449.0 99691.75 464500.0 99687.0 464550.0 99677.5 464599.0 99691.0 464650.0 99695.984375 464700.0 99695.4375 464749.0 99695.09375 464800.0 99691.2265625 464850.0 99689.84375 464899.0 99687.6640625 464950.0 99685.0625 465000.0 99684.515625 465049.0 99682.90625 465100.0 99680.3046875 465150.0 99680.0 465199.0 99675.015625 465250.0 99672.0625 465300.0 99671.21875 465349.0 99664.21875 465400.0 99667.2578125 465450.0 99669.84375 465499.0 99671.796875 465550.0 99671.8359375 465600.0 99670.90625 465649.0 99675.1953125 465700.0 99670.5 465750.0 99673.0 465799.0 99676.0 465850.0 99659.0 465900.0 99678.421875 465949.0 99677.2890625 466000.0 99679.65625 466050.0 99679.2890625 466099.0 99673.0 466150.0 99683.171875 466200.0 99681.0078125 466249.0 99678.8203125 466300.0 99676.6953125 466350.0 99673.609375 466399.0 99686.4375 466450.0 99688.1640625 466500.0 99690.0234375 466549.0 99686.78125 466600.0 99687.609375 466650.0 99685.625 466699.0 99694.4375 466750.0 99697.25 466800.0 99701.671875 466849.0 99700.5 466900.0 99699.625 466950.0 99700.765625 466999.0 99701.453125 467050.0 99708.0 467100.0 99699.0 467149.0 99700.5 467200.0 99704.0 467250.0 99707.0 467299.0 99707.40625 467350.0 99687.0 467400.0 99676.0 467449.0 99705.5 467500.0 99706.453125 467550.0 99706.21875 467599.0 99705.953125 467650.0 99705.703125 467700.0 99705.46875 467749.0 99705.265625 467800.0 99705.078125 467850.0 99704.890625 467899.0 99704.0 467950.0 99704.4296875 468000.0 99704.21875 468049.0 99704.015625 468100.0 99703.78125 468150.0 99703.515625 468199.0 99703.25 468250.0 99703.015625 468300.0 99702.796875 468349.0 99702.5625 468400.0 99702.296875 468450.0 99702.03125 468499.0 99701.765625 468550.0 99701.390625 468600.0 99701.0390625 468649.0 99700.6875 468700.0 99700.453125 468750.0 99700.25 468799.0 99700.09375 468850.0 99700.0 468900.0 99699.8515625 468949.0 99699.75 469000.0 99699.546875 469050.0 99699.3203125 469099.0 99699.09375 469150.0 99698.890625 469200.0 99698.6875 469249.0 99698.421875 469300.0 99698.15625 469350.0 99697.90625 469399.0 99696.375 469450.0 99694.515625 469500.0 99692.7265625 469549.0 99690.953125 469600.0 99689.234375 469650.0 99687.6171875 469699.0 99686.0625 469750.0 99684.4609375 469800.0 99682.859375 469849.0 99681.46875 469900.0 99680.09375 469950.0 99678.703125 469999.0 99677.359375 470050.0 99676.0234375 470100.0 99674.75 470149.0 99673.4765625 470200.0 99672.3203125 470250.0 99671.3125 470299.0 99670.4375 470350.0 99669.578125 470400.0 99668.4453125 470449.0 99667.46875 470500.0 99666.7265625 470550.0 99665.984375 470599.0 99665.1328125 470650.0 99664.28125 470700.0 99663.4296875 470749.0 99662.546875 470800.0 99661.671875 470850.0 99660.8515625 470899.0 99660.1328125 470950.0 99659.5078125 471000.0 99659.046875 471049.0 99658.703125 471100.0 99657.9609375 471150.0 99657.34375 471199.0 99656.90625 471250.0 99656.4765625 471300.0 99656.09375 471349.0 99655.8671875 471400.0 99655.6953125 471450.0 99655.546875 471499.0 99655.109375 471550.0 99654.8671875 471600.0 99654.2734375 471649.0 99653.7265625 471700.0 99653.21875 471750.0 99652.6640625 471799.0 99652.2890625 471850.0 99652.0 471900.0 99651.6640625 471949.0 99651.3984375 472000.0 99651.2265625 472050.0 99650.40625 472099.0 99649.875 472150.0 99649.625 472200.0 99649.4609375 472249.0 99649.1953125 472300.0 99648.9765625 472350.0 99648.8515625 472399.0 99648.7265625 472450.0 99648.6328125 472500.0 99648.4609375 472549.0 99648.34375 472600.0 99648.3125 472650.0 99648.375 472699.0 99648.421875 472750.0 99648.328125 472800.0 99647.6640625 472849.0 99647.3515625 472900.0 99646.953125 472950.0 99646.578125 472999.0 99646.46875 473050.0 99646.3203125 473100.0 99646.203125 473149.0 99646.109375 473200.0 99645.953125 473250.0 99644.890625 473299.0 99644.625 473350.0 99644.140625 473400.0 99643.921875 473449.0 99643.78125 473500.0 99643.546875 473550.0 99643.40625 473599.0 99643.328125 473650.0 99643.3046875 473700.0 99643.046875 473749.0 99642.9765625 473800.0 99642.953125 473850.0 99642.78125 473899.0 99642.6484375 473950.0 99642.5 474000.0 99642.4375 474049.0 99642.421875 474100.0 99642.390625 474150.0 99642.3828125 474199.0 99642.515625 474250.0 99642.6796875 474300.0 99642.7265625 474349.0 99642.5859375 474400.0 99642.4375 474450.0 99642.21875 474499.0 99642.09375 474550.0 99642.046875 474600.0 99641.9609375 474649.0 99641.8125 474700.0 99641.6796875 474750.0 99641.578125 474799.0 99641.4453125 474850.0 99641.2265625 474900.0 99641.03125 474949.0 99640.921875 475000.0 99639.3828125 475050.0 99639.078125 475099.0 99638.8828125 475150.0 99638.8125 475200.0 99638.703125 475249.0 99638.515625 475300.0 99638.34375 475350.0 99638.1953125 475399.0 99637.90625 475450.0 99637.703125 475500.0 99637.5390625 475549.0 99637.390625 475600.0 99637.3125 475650.0 99637.46875 475699.0 99637.6171875 475750.0 99637.5 475800.0 99637.2265625 475849.0 99637.0625 475900.0 99637.046875 475950.0 99636.9375 475999.0 99636.7578125 476050.0 99636.71875 476100.0 99636.6796875 476149.0 99636.59375 476200.0 99636.5546875 476250.0 99636.609375 476299.0 99636.6484375 476350.0 99636.5 476400.0 99636.3984375 476449.0 99636.34375 476500.0 99636.21875 476550.0 99636.125 476599.0 99636.125 476650.0 99636.328125 476700.0 99636.5703125 476749.0 99636.7109375 476800.0 99636.8046875 476850.0 99636.6953125 476899.0 99636.6484375 476950.0 99636.53125 477000.0 99636.34375 477049.0 99636.0390625 477100.0 99635.7890625 477150.0 99635.671875 477199.0 99635.46875 477250.0 99635.3046875 477300.0 99635.09375 477349.0 99634.90625 477400.0 99634.7578125 477450.0 99634.59375 477499.0 99634.375 477550.0 99634.21875 477600.0 99634.09375 477649.0 99632.40625 477700.0 99632.234375 477750.0 99632.0859375 477799.0 99631.921875 477850.0 99631.828125 477900.0 99631.796875 477949.0 99631.953125 478000.0 99631.734375 478050.0 99631.578125 478099.0 99631.4140625 478150.0 99631.328125 478200.0 99631.296875 478249.0 99631.21875 478300.0 99631.0703125 478350.0 99630.9609375 478399.0 99630.953125 478450.0 99630.8828125 478500.0 99630.734375 478549.0 99630.6015625 478600.0 99630.421875 478650.0 99630.421875 478699.0 99630.6015625 478750.0 99630.96875 478800.0 99630.6875 478849.0 99630.484375 478900.0 99630.25 478950.0 99630.109375 478999.0 99630.03125 479050.0 99629.96875 479100.0 99629.9140625 479149.0 99629.75 479200.0 99629.6484375 479250.0 99629.6171875 479299.0 99629.4921875 479350.0 99629.5234375 479400.0 99629.4453125 479449.0 99629.421875 479500.0 99629.328125 479550.0 99629.046875 479599.0 99628.75 479650.0 99628.515625 479700.0 99628.390625 479749.0 99628.3203125 479800.0 99628.15625 479850.0 99628.03125 479899.0 99627.8828125 479950.0 99627.796875 480000.0 99627.859375 480049.0 99627.890625 480100.0 99628.2734375 480149.0 99628.3203125 480199.0 99628.328125 480250.0 99628.1796875 480300.0 99628.0625 480349.0 99627.96875 480400.0 99627.890625 480450.0 99627.921875 480499.0 99627.921875 480550.0 99627.828125 480600.0 99627.796875 480649.0 99627.734375 480700.0 99627.484375 480749.0 99627.375 480799.0 99627.5 480850.0 99627.9453125 480900.0 99628.1171875 480949.0 99628.390625 481000.0 99628.3046875 481050.0 99628.21875 481099.0 99628.1875 481150.0 99628.296875 481200.0 99628.21875 481249.0 99628.125 481300.0 99627.9609375 481350.0 99627.8359375 481399.0 99627.734375 481450.0 99627.6328125 481500.0 99627.5859375 481549.0 99627.59375 481600.0 99627.6015625 481650.0 99627.4609375 481699.0 99627.2890625 481750.0 99627.1640625 481799.0 99626.9921875 481849.0 99626.796875 481900.0 99626.5625 481950.0 99626.4375 481999.0 99626.375 482050.0 99623.984375 482100.0 99623.859375 482149.0 99623.6875 482200.0 99623.5 482250.0 99623.390625 482299.0 99623.703125 482350.0 99623.3125 482399.0 99623.03125 482449.0 99622.71875 482500.0 99622.59375 482550.0 99622.46875 482599.0 99622.25 482650.0 99621.9921875 482700.0 99621.890625 482749.0 99621.8984375 482800.0 99621.890625 482849.0 99621.8125 482899.0 99621.703125 482950.0 99621.65625 483000.0 99621.578125 483049.0 99621.34375 483100.0 99621.34375 483150.0 99621.46875 483199.0 99621.4296875 483250.0 99621.3984375 483300.0 99621.390625 483349.0 99621.359375 483400.0 99621.3203125 483449.0 99621.25 483499.0 99621.109375 483550.0 99620.984375 483600.0 99620.8671875 483649.0 99620.734375 483700.0 99620.5390625 483750.0 99620.390625 483799.0 99620.25 483850.0 99620.15625 483899.0 99620.015625 483949.0 99619.9609375 484000.0 99619.9140625 484050.0 99619.90625 484099.0 99620.0 484150.0 99619.96875 484200.0 99619.953125 484249.0 99621.296875 484300.0 99621.2578125 484350.0 99621.21875 484399.0 99621.25 484450.0 99621.6328125 484499.0 99621.7265625 484549.0 99621.78125 484600.0 99621.7578125 484650.0 99621.484375 484699.0 99621.2109375 484750.0 99620.9765625 484800.0 99620.765625 484849.0 99620.578125 484900.0 99620.4375 484950.0 99620.375 484999.0 99620.3203125 485050.0 99620.3046875 485100.0 99620.2578125 485149.0 99620.203125 485200.0 99620.1640625 485250.0 99620.0 485299.0 99619.8203125 485350.0 99619.640625 485400.0 99619.625 485449.0 99619.765625 485500.0 99620.03125 485549.0 99620.4296875 485599.0 99621.2109375 485650.0 99621.296875 485700.0 99621.375 485749.0 99621.2890625 485800.0 99621.2109375 485850.0 99621.1015625 485899.0 99621.015625 485950.0 99620.9609375 486000.0 99620.8984375 486049.0 99620.8359375 486100.0 99620.7734375 486149.0 99620.7109375 486199.0 99620.6640625 486250.0 99620.5390625 486300.0 99620.4375 486349.0 99620.3359375 486400.0 99620.25 486450.0 99620.1171875 486499.0 99620.015625 486550.0 99619.9375 486599.0 99619.8828125 486649.0 99619.8203125 486700.0 99619.7734375 486750.0 99619.6875 486799.0 99619.625 486850.0 99619.453125 486900.0 99619.296875 486949.0 99619.1875 487000.0 99619.1328125 487050.0 99619.0859375 487099.0 99619.015625 487150.0 99618.8984375 487199.0 99618.6640625 487249.0 99618.5078125 487300.0 99618.390625 487350.0 99618.296875 487399.0 99618.234375 487450.0 99618.171875 487500.0 99618.125 487549.0 99618.0859375 487600.0 99618.0625 487649.0 99617.984375 487699.0 99617.765625 487750.0 99617.59375 487800.0 99617.4375 487849.0 99617.3515625 487900.0 99617.28125 487950.0 99617.2421875 487999.0 99617.1875 488050.0 99617.15625 488100.0 99617.1328125 488149.0 99617.09375 488200.0 99617.0390625 488249.0 99617.015625 488299.0 99616.9375 488350.0 99616.8125 488400.0 99616.75 488449.0 99616.6328125 488500.0 99616.546875 488550.0 99616.421875 488599.0 99616.328125 488650.0 99616.265625 488700.0 99616.203125 488749.0 99616.171875 488800.0 99616.125 488850.0 99616.09375 488899.0 99616.0546875 488950.0 99616.015625 489000.0 99615.9765625 489049.0 99615.90625 489100.0 99615.796875 489150.0 99615.71875 489199.0 99615.625 489250.0 99615.53125 489299.0 99615.453125 489349.0 99615.40625 489400.0 99615.359375 489450.0 99615.34375 489499.0 99615.328125 489550.0 99615.28125 489600.0 99615.25 489649.0 99615.21875 489700.0 99615.1015625 489750.0 99615.03125 489799.0 99615.0 489850.0 99614.96875 489899.0 99614.9140625 489949.0 99614.8515625 490000.0 99614.8125 490050.0 99614.7890625 490099.0 99614.7421875 490150.0 99614.6640625 490200.0 99614.546875 490249.0 99614.4921875 490300.0 99614.3671875 490349.0 99614.28125 490399.0 99614.2421875 490450.0 99614.203125 490500.0 99614.15625 490549.0 99614.0390625 490600.0 99613.9375 490650.0 99613.8671875 490699.0 99613.8125 490750.0 99613.7734375 490800.0 99613.7109375 490849.0 99613.609375 490900.0 99608.5 490949.0 99613.5 490999.0 99613.4609375 491050.0 99613.421875 491100.0 99613.390625 491149.0 99613.375 491200.0 99613.328125 491250.0 99613.2890625 491299.0 99613.265625 491350.0 99613.234375 491399.0 99613.1875 491449.0 99613.1640625 491500.0 99613.1171875 491550.0 99613.078125 491599.0 99613.0390625 491650.0 99613.0 491700.0 99612.9609375 491749.0 99612.921875 491800.0 99612.890625 491850.0 99612.875 491899.0 99612.84375 491950.0 99612.796875 491999.0 99612.734375 492049.0 99612.671875 492100.0 99612.59375 492150.0 99612.484375 492199.0 99612.421875 492250.0 99612.34375 492300.0 99612.2890625 492349.0 99612.203125 492400.0 99612.125 492450.0 99612.046875 492499.0 99611.96875 492550.0 99611.8828125 492600.0 99611.78125 492649.0 99611.71875 492700.0 99611.640625 492750.0 99611.59375 492799.0 99611.546875 492850.0 99611.5078125 492900.0 99611.484375 492949.0 99611.4375 493000.0 99611.390625 493049.0 99611.34375 493099.0 99611.3125 493150.0 99611.28125 493200.0 99611.21875 493249.0 99611.171875 493300.0 99611.140625 493350.0 99611.109375 493399.0 99611.0390625 493450.0 99610.953125 493500.0 99610.90625 493549.0 99610.84375 493600.0 99610.75 493649.0 99610.703125 493699.0 99610.6875 493750.0 99610.6796875 493800.0 99610.640625 493849.0 99610.6015625 493900.0 99610.5546875 493950.0 99610.5 493999.0 99610.4453125 494050.0 99610.4140625 494099.0 99610.390625 494149.0 99610.3671875 494200.0 99610.3359375 494250.0 99610.265625 494299.0 99610.2265625 494350.0 99610.21875 494400.0 99610.171875 494449.0 99610.0390625 494500.0 99609.9375 494550.0 99609.8671875 494599.0 99609.7890625 494650.0 99609.71875 494699.0 99609.625 494749.0 99609.5625 494800.0 99609.484375 494850.0 99609.328125 494899.0 99609.25 494950.0 99609.21875 495000.0 99609.203125 495049.0 99609.171875 495100.0 99609.1640625 495149.0 99609.078125 495199.0 99609.046875 495250.0 99608.96875 495300.0 99608.890625 495349.0 99608.8046875 495400.0 99608.7265625 495450.0 99608.703125 495499.0 99608.6796875 495550.0 99608.640625 495600.0 99608.5859375 495649.0 99608.578125 495700.0 99608.5390625 495749.0 99608.5 495799.0 99608.453125 495850.0 99608.40625 495900.0 99608.390625 495949.0 99608.3671875 496000.0 99608.3359375 496050.0 99608.2734375 496099.0 99608.203125 496150.0 99608.140625 496200.0 99608.015625 496249.0 99607.1875 496300.0 99606.9375 496350.0 99606.8515625 496399.0 99606.671875 496450.0 99606.453125 496500.0 99606.265625 496549.0 99606.15625 496600.0 99606.3125 496650.0 99606.109375 496699.0 99606.0234375 496750.0 99605.875 496799.0 99605.84375 496849.0 99605.78125 496900.0 99605.828125 496950.0 99605.703125 496999.0 99605.609375 497050.0 99605.5625 497100.0 99605.78125 497149.0 99605.90625 497200.0 99605.828125 497250.0 99605.671875 497299.0 99605.390625 497350.0 99605.234375 497399.0 99605.046875 497449.0 99604.875 497500.0 99604.6875 497550.0 99604.546875 497599.0 99603.6171875 497650.0 99603.4609375 497700.0 99603.3984375 497749.0 99603.3671875 497800.0 99603.203125 497849.0 99603.1484375 497899.0 99603.03125 497950.0 99602.9765625 498000.0 99602.8671875 498049.0 99602.7109375 498100.0 99602.796875 498150.0 99602.84375 498199.0 99602.625 498250.0 99602.515625 498300.0 99602.453125 498349.0 99602.328125 498400.0 99602.25 498449.0 99602.21875 498499.0 99602.1640625 498550.0 99601.875 498600.0 99601.6953125 498649.0 99601.578125 498700.0 99601.4375 498750.0 99601.4296875 498799.0 99601.640625 498850.0 99601.6640625 498899.0 99601.53125 498949.0 99601.4453125 499000.0 99601.4609375 499050.0 99601.3984375 499099.0 99601.2421875 499150.0 99601.25 499200.0 99601.5625 499249.0 99601.65625 499300.0 99601.59375 499350.0 99601.609375 499399.0 99601.484375 499450.0 99601.3671875 499499.0 99601.296875 499549.0 99601.296875 499600.0 99601.140625 499650.0 99601.0 499699.0 99600.78125 499750.0 99600.6875 499800.0 99604.1796875 499849.0 99604.1484375 499900.0 99604.140625 499950.0 99604.140625 499999.0 99604.15625 500050.0 99603.9765625 500100.0 99603.265625 500149.0 99603.046875 500200.0 99602.9453125 500250.0 99602.859375 500299.0 99602.7890625 500350.0 99602.7421875 500400.0 99602.71875 500449.0 99602.65625 500500.0 99602.625 500549.0 99602.609375 500599.0 99602.609375 500650.0 99602.609375 500700.0 99602.53125 500749.0 99602.5 500800.0 99602.453125 500850.0 99602.4375 500899.0 99602.40625 500950.0 99602.28125 501000.0 99601.984375 501049.0 99601.8125 501100.0 99601.78125 501149.0 99601.8515625 501199.0 99601.796875 501250.0 99601.765625 501300.0 99601.7734375 501349.0 99601.734375 501400.0 99601.625 501450.0 99601.5 501499.0 99601.40625 501550.0 99601.296875 501599.0 99601.3125 501649.0 99601.265625 501700.0 99601.15625 501750.0 99600.84375 501799.0 99600.6875 501850.0 99600.578125 501900.0 99600.6953125 501949.0 99600.8671875 502000.0 99600.9453125 502050.0 99600.8828125 502099.0 99600.859375 502150.0 99600.734375 502199.0 99600.796875 502249.0 99600.90625 502300.0 99600.78125 502350.0 99600.5859375 502399.0 99600.4453125 502450.0 99600.40625 502500.0 99600.375 502549.0 99600.34375 502600.0 99600.3203125 502649.0 99600.2890625 502699.0 99600.21875 502750.0 99600.078125 502800.0 99599.9609375 502849.0 99599.8515625 502900.0 99599.734375 502950.0 99599.609375 502999.0 99599.4609375 503050.0 99599.3203125 503100.0 99599.078125 503149.0 99598.921875 503200.0 99598.7890625 503249.0 99598.6171875 503299.0 99598.4921875 503350.0 99598.390625 503400.0 99598.3046875 503449.0 99598.1328125 503500.0 99598.03125 503550.0 99598.0546875 503599.0 99597.921875 503650.0 99597.8515625 503700.0 99597.828125 503749.0 99597.859375 503800.0 99597.8125 503850.0 99597.828125 503899.0 99598.0078125 503950.0 99598.0234375 504000.0 99597.9375 504049.0 99598.0234375 504100.0 99597.90625 504150.0 99598.34375 504199.0 99598.875 504250.0 99598.875 504299.0 99598.6875 504349.0 99598.609375 504400.0 99598.59375 504450.0 99598.6328125 504499.0 99598.6015625 504550.0 99598.5859375 504600.0 99598.5625 504649.0 99598.53125 504700.0 99598.5 504750.0 99598.4765625 504799.0 99598.453125 504850.0 99598.390625 504899.0 99598.296875 504949.0 99598.25 505000.0 99598.203125 505050.0 99598.1875 505099.0 99598.203125 505150.0 99598.28125 505200.0 99598.28125 505249.0 99598.25 505300.0 99598.25 505349.0 99598.2265625 505399.0 99598.234375 505450.0 99598.2421875 505500.0 99598.265625 505549.0 99598.3515625 505600.0 99598.2890625 505650.0 99598.265625 505699.0 99598.2734375 505750.0 99598.21875 505800.0 99598.171875 505849.0 99598.171875 505900.0 99598.125 505949.0 99598.125 505999.0 99598.09375 506050.0 99598.0234375 506100.0 99597.9453125 506149.0 99596.6171875 506200.0 99596.5625 506250.0 99596.53125 506299.0 99596.515625 506350.0 99596.46875 506399.0 99596.421875 506449.0 99596.328125 506500.0 99596.25 506550.0 99596.171875 506599.0 99596.15625 506650.0 99595.9765625 506700.0 99595.9296875 506749.0 99595.921875 506800.0 99595.875 506850.0 99595.828125 506899.0 99595.8046875 506950.0 99595.734375 506999.0 99595.6328125 507049.0 99595.609375 507100.0 99595.59375 507150.0 99595.5859375 507199.0 99595.5859375 507250.0 99595.5625 507300.0 99595.515625 507349.0 99595.46875 507400.0 99595.4453125 507450.0 99595.4140625 507499.0 99595.4140625 507550.0 99595.4296875 507600.0 99595.4140625 507649.0 99595.2890625 507700.0 99595.2265625 507750.0 99595.1953125 507799.0 99595.1640625 507850.0 99595.015625 507900.0 99594.90625 507949.0 99594.8359375 508000.0 99594.796875 508049.0 99594.6953125 508099.0 99594.59375 508150.0 99594.5390625 508200.0 99594.5078125 508249.0 99594.453125 508300.0 99594.40625 508350.0 99594.375 508399.0 99594.21875 508450.0 99594.09375 508500.0 99593.96875 508549.0 99593.8984375 508600.0 99593.84375 508649.0 99593.8125 508699.0 99593.765625 508750.0 99593.7109375 508800.0 99593.6875 508849.0 99593.671875 508900.0 99593.6484375 508950.0 99593.625 508999.0 99593.59375 509050.0 99593.5546875 509099.0 99593.53125 509149.0 99593.5 509200.0 99593.4765625 509250.0 99593.34375 509299.0 99593.1484375 509350.0 99592.984375 509400.0 99592.890625 509449.0 99592.796875 509500.0 99592.734375 509550.0 99592.65625 509599.0 99592.5625 509650.0 99592.4921875 509699.0 99592.4375 509749.0 99592.40625 509800.0 99592.359375 509850.0 99592.3125 509899.0 99592.171875 509950.0 99592.0546875 510000.0 99591.953125 510049.0 99591.859375 510100.0 99591.796875 510149.0 99591.75 510199.0 99591.703125 510250.0 99591.671875 510300.0 99591.6171875 510349.0 99591.578125 510400.0 99591.5625 510450.0 99591.5625 510499.0 99591.546875 510550.0 99591.4921875 510600.0 99591.453125 510649.0 99591.4140625 510700.0 99591.390625 510749.0 99591.3671875 510799.0 99591.328125 510850.0 99591.296875 510900.0 99591.25 510949.0 99591.1953125 511000.0 99591.15625 511050.0 99591.125 511099.0 99591.09375 511150.0 99591.0625 511200.0 99591.03125 511249.0 99591.0 511300.0 99590.953125 511350.0 99590.9140625 511399.0 99590.890625 511450.0 99590.828125 511500.0 99590.703125 511549.0 99590.46875 511600.0 99590.390625 511650.0 99590.3515625 511699.0 99590.296875 511750.0 99590.140625 511799.0 99590.09375 511849.0 99590.0625 511900.0 99590.03125 511950.0 99590.0 511999.0 99589.96875 512050.0 99589.84375 512100.0 99589.671875 512149.0 99589.546875 512200.0 99589.453125 512250.0 99589.40625 512299.0 99589.359375 512350.0 99589.3359375 512399.0 99589.3046875 512449.0 99589.28125 512500.0 99589.234375 512550.0 99589.1875 512599.0 99589.15625 512650.0 99589.1015625 512700.0 99589.046875 512749.0 99588.984375 512800.0 99588.921875 512849.0 99588.8828125 512899.0 99588.828125 512950.0 99588.7890625 513000.0 99588.75 513049.0 99588.734375 513100.0 99588.6875 513150.0 99588.65625 513199.0 99588.625 513250.0 99588.578125 513300.0 99588.53125 513349.0 99588.515625 513400.0 99588.46875 513449.0 99588.4375 513499.0 99588.3828125 513550.0 99588.328125 513600.0 99588.28125 513649.0 99588.25 513700.0 99588.21875 513750.0 99588.1796875 513799.0 99588.15625 513850.0 99588.0625 513899.0 99587.953125 513949.0 99587.8984375 514000.0 99587.859375 514050.0 99587.8125 514099.0 99587.6953125 514150.0 99587.6171875 514200.0 99587.5625 514249.0 99587.546875 514300.0 99587.546875 514350.0 99587.5625 514399.0 99587.546875 514450.0 99587.515625 514499.0 99587.484375 514549.0 99587.4609375 514600.0 99587.4375 514650.0 99587.375 514699.0 99587.3046875 514750.0 99587.25 514800.0 99587.203125 514849.0 99587.15625 514900.0 99587.140625 514950.0 99587.125 514999.0 99587.0859375 515050.0 99587.0625 515100.0 99587.03125 515149.0 99586.953125 515200.0 99586.9296875 515250.0 99586.875 515299.0 99586.7421875 515350.0 99586.5625 515400.0 99586.5078125 515449.0 99586.46875 515500.0 99586.40625 515549.0 99586.2578125 515599.0 99586.203125 515650.0 99586.1875 515700.0 99586.171875 515749.0 99586.109375 515800.0 99586.046875 515850.0 99585.890625 515899.0 99585.7421875 515950.0 99585.625 516000.0 99585.5625 516049.0 99585.515625 516100.0 99585.484375 516149.0 99585.46875 516199.0 99585.421875 516250.0 99585.3359375 516300.0 99585.25 516349.0 99585.1796875 516400.0 99585.1015625 516450.0 99584.984375 516499.0 99584.921875 516550.0 99584.890625 516599.0 99584.875 516649.0 99584.828125 516700.0 99584.78125 516750.0 99584.7421875 516799.0 99584.640625 516850.0 99584.59375 516900.0 99584.5625 516949.0 99584.546875 517000.0 99584.5390625 517050.0 99584.546875 517099.0 99584.515625 517150.0 99584.46875 517199.0 99584.421875 517249.0 99584.40625 517300.0 99584.375 517350.0 99584.3671875 517399.0 99584.3828125 517450.0 99584.296875 517500.0 99575.0 517549.0 99584.484375 517600.0 99584.4453125 517649.0 99584.390625 517699.0 99584.34375 517750.0 99584.3046875 517800.0 99584.2734375 517849.0 99584.234375 517900.0 99584.1953125 517950.0 99584.140625 517999.0 99584.09375 518050.0 99584.0546875 518100.0 99584.015625 518149.0 99583.9765625 518200.0 99583.9296875 518249.0 99583.84375 518299.0 99583.765625 518350.0 99583.7109375 518400.0 99583.65625 518449.0 99583.578125 518500.0 99583.4921875 518550.0 99583.4296875 518599.0 99583.375 518650.0 99583.34375 518700.0 99583.296875 518749.0 99583.265625 518800.0 99583.21875 518850.0 99583.1796875 518899.0 99583.1171875 518950.0 99583.0625 519000.0 99583.0 519049.0 99582.96875 519100.0 99582.9453125 519150.0 99582.9375 519199.0 99582.90625 519250.0 99582.90625 519299.0 99582.890625 519349.0 99582.8671875 519400.0 99582.84375 519450.0 99582.796875 519499.0 99582.734375 519550.0 99582.671875 519600.0 99582.6171875 519649.0 99582.578125 519700.0 99582.53125 519750.0 99582.484375 519799.0 99582.421875 519850.0 99582.3671875 519899.0 99582.359375 519949.0 99582.359375 520000.0 99582.3203125 520050.0 99582.296875 520099.0 99582.296875 520150.0 99582.28125 520200.0 99582.2578125 520249.0 99582.234375 520300.0 99582.1640625 520349.0 99582.09375 520399.0 99582.0390625 520450.0 99581.4765625 520500.0 99581.40625 520549.0 99581.296875 520600.0 99581.203125 520650.0 99581.1328125 520699.0 99581.0625 520750.0 99580.9921875 520800.0 99580.859375 520849.0 99580.796875 520900.0 99580.734375 520949.0 99580.6953125 520999.0 99580.65625 521050.0 99580.6171875 521100.0 99580.578125 521149.0 99580.53125 521200.0 99580.4765625 521250.0 99580.40625 521299.0 99580.3515625 521350.0 99580.296875 521399.0 99580.2734375 521449.0 99580.234375 521500.0 99580.1875 521550.0 99580.09375 521599.0 99580.0390625 521650.0 99580.0078125 521700.0 99579.9609375 521749.0 99579.9453125 521800.0 99579.90625 521850.0 99579.8515625 521899.0 99579.8125 521950.0 99579.75 521999.0 99579.6875 522049.0 99579.5859375 522100.0 99579.5 522150.0 99579.453125 522199.0 99579.4296875 522250.0 99579.3359375 522300.0 99579.2578125 522349.0 99579.21875 522400.0 99579.1953125 522450.0 99579.140625 522499.0 99579.078125 522550.0 99579.0078125 522600.0 99578.984375 522649.0 99578.9609375 522700.0 99578.9375 522750.0 99578.9140625 522799.0 99578.890625 522850.0 99578.84375 522900.0 99578.8046875 522949.0 99578.75 523000.0 99578.703125 523049.0 99578.6796875 523099.0 99578.6796875 523150.0 99578.65625 523200.0 99578.625 523249.0 99578.59375 523300.0 99578.53125 523350.0 99578.46875 523399.0 99578.4296875 523450.0 99578.421875 523500.0 99578.40625 523549.0 99578.328125 523600.0 99578.3046875 523649.0 99578.2578125 523699.0 99578.234375 523750.0 99578.1875 523800.0 99578.15625 523849.0 99578.125 523900.0 99578.0859375 523950.0 99578.015625 523999.0 99577.9375 524050.0 99577.875 524099.0 99577.8203125 524149.0 99577.78125 524200.0 99577.75 524250.0 99577.7265625 524299.0 99577.71875 524350.0 99577.6953125 524400.0 99577.640625 524449.0 99577.578125 524500.0 99577.53125 524550.0 99577.25 524599.0 99576.9765625 524650.0 99576.875 524700.0 99576.84375 524749.0 99576.8046875 524800.0 99576.7734375 524850.0 99576.765625 524899.0 99576.6953125 524950.0 99576.6484375 525000.0 99576.6015625 525049.0 99576.578125 525100.0 99576.546875 525150.0 99576.515625 525199.0 99576.4453125 525250.0 99576.390625 525300.0 99576.34375 525349.0 99576.3125 525400.0 99576.296875 525450.0 99576.265625 525499.0 99576.234375 525550.0 99576.015625 525600.0 99575.7734375 525649.0 99575.6796875 525700.0 99575.625 525750.0 99575.578125 525799.0 99575.5390625 525850.0 99575.5078125 525900.0 99575.4765625 525949.0 99575.4296875 526000.0 99575.359375 526050.0 99575.328125 526099.0 99575.2734375 526150.0 99575.265625 526200.0 99575.234375 526249.0 99575.1953125 526300.0 99575.171875 526350.0 99575.1328125 526399.0 99575.0859375 526450.0 99575.046875 526500.0 99575.015625 526549.0 99574.984375 526600.0 99574.9453125 526650.0 99574.921875 526699.0 99574.921875 526750.0 99574.890625 526800.0 99574.8125 526849.0 99574.734375 526900.0 99574.671875 526950.0 99574.5703125 526999.0 99574.71875 527050.0 99574.6953125 527100.0 99574.6953125 527149.0 99574.453125 527200.0 99574.3671875 527250.0 99574.34375 527299.0 99574.328125 527350.0 99574.3203125 527400.0 99574.3046875 527449.0 99574.28125 527500.0 99574.234375 527550.0 99574.171875 527599.0 99574.09375 527650.0 99574.046875 527700.0 99574.0234375 527749.0 99573.96875 527800.0 99573.921875 527850.0 99573.890625 527899.0 99573.859375 527950.0 99573.8125 528000.0 99573.78125 528049.0 99573.7421875 528100.0 99573.7109375 528150.0 99573.7109375 528199.0 99573.6640625 528250.0 99573.625 528300.0 99573.5703125 528349.0 99573.53125 528400.0 99573.5 528450.0 99573.515625 528499.0 99573.4453125 528550.0 99573.34375 528600.0 99573.3125 528649.0 99573.2734375 528700.0 99573.2421875 528750.0 99573.234375 528799.0 99573.1640625 528850.0 99573.1171875 528900.0 99573.0703125 528949.0 99573.046875 529000.0 99573.015625 529050.0 99572.984375 529099.0 99572.9140625 529150.0 99572.859375 529200.0 99572.8125 529249.0 99572.765625 529300.0 99572.703125 529350.0 99572.640625 529399.0 99572.5546875 529450.0 99572.375 529500.0 99572.2421875 529549.0 99572.1484375 529600.0 99572.09375 529650.0 99572.046875 529699.0 99572.0078125 529750.0 99571.9765625 529800.0 99571.9453125 529849.0 99571.8984375 529900.0 99571.828125 529950.0 99571.796875 529999.0 99571.7421875 530050.0 99571.734375 530100.0 99571.703125 530149.0 99571.6640625 530200.0 99571.640625 530250.0 99571.6015625 530299.0 99571.5546875 530350.0 99571.515625 530400.0 99571.484375 530449.0 99571.4296875 530500.0 99571.390625 530550.0 99571.359375 530599.0 99571.34375 530650.0 99571.3046875 530700.0 99571.2734375 530749.0 99571.203125 530800.0 99571.140625 530850.0 99571.0390625 530899.0 99570.859375 530950.0 99570.7109375 531000.0 99570.671875 531049.0 99570.6171875 531100.0 99570.6015625 531150.0 99570.578125 531199.0 99570.546875 531250.0 99570.515625 531300.0 99570.5078125 531349.0 99570.4765625 531400.0 99570.40625 531450.0 99570.375 531499.0 99570.328125 531550.0 99570.3203125 531600.0 99570.2578125 531649.0 99569.828125 531700.0 99569.6953125 531750.0 99569.6328125 531799.0 99569.59375 531850.0 99569.5546875 531900.0 99569.5546875 531949.0 99569.5078125 532000.0 99569.46875 532050.0 99569.453125 532099.0 99569.40625 532150.0 99569.359375 532200.0 99569.328125 532249.0 99569.296875 532300.0 99569.2578125 532350.0 99569.21875 532399.0 99569.21875 532450.0 99569.203125 532500.0 99569.1875 532549.0 99569.078125 532600.0 99569.0 532650.0 99568.9140625 532699.0 99568.8203125 532750.0 99568.78125 532800.0 99568.4609375 532849.0 99568.4296875 532900.0 99568.40625 532950.0 99568.359375 532999.0 99568.2109375 533050.0 99568.046875 533100.0 99567.9296875 533149.0 99567.84375 533200.0 99567.78125 533250.0 99567.734375 533299.0 99567.703125 533350.0 99567.671875 533400.0 99567.6171875 533449.0 99567.5625 533500.0 99567.5078125 533550.0 99567.46875 533599.0 99567.453125 533650.0 99567.4375 533700.0 99567.421875 533749.0 99567.4140625 533800.0 99567.3828125 533850.0 99567.3515625 533899.0 99567.328125 533950.0 99567.3125 534000.0 99567.2734375 534049.0 99567.234375 534100.0 99567.1953125 534150.0 99567.171875 534199.0 99567.140625 534250.0 99567.109375 534300.0 99567.078125 534349.0 99567.046875 534400.0 99567.0390625 534450.0 99567.03125 534499.0 99567.0390625 534550.0 99567.0234375 534600.0 99567.0078125 534649.0 99567.0 534700.0 99566.984375 534750.0 99566.90625 534799.0 99566.828125 534850.0 99566.765625 534900.0 99566.703125 534949.0 99566.625 535000.0 99566.5625 535050.0 99566.53125 535099.0 99566.515625 535150.0 99566.4921875 535200.0 99566.421875 535249.0 99566.3828125 535300.0 99566.359375 535350.0 99566.328125 535399.0 99566.296875 535450.0 99566.265625 535500.0 99566.2734375 535549.0 99566.2734375 535600.0 99566.1640625 535650.0 99566.1015625 535699.0 99566.0625 535750.0 99566.0234375 535800.0 99565.953125 535849.0 99565.015625 535900.0 99564.5234375 535950.0 99564.3046875 535999.0 99564.09375 536050.0 99563.9765625 536100.0 99563.890625 536149.0 99563.78125 536200.0 99563.7109375 536250.0 99563.640625 536299.0 99563.578125 536350.0 99563.53125 536400.0 99563.484375 536449.0 99563.46875 536500.0 99563.4375 536550.0 99563.375 536599.0 99563.3203125 536650.0 99563.2734375 536700.0 99563.25 536749.0 99563.2265625 536800.0 99563.21875 536850.0 99563.2265625 536899.0 99563.2265625 536950.0 99563.21875 537000.0 99563.21875 537049.0 99563.125 537100.0 99563.0703125 537150.0 99563.03125 537199.0 99563.0 537250.0 99562.953125 537300.0 99562.9140625 537349.0 99562.890625 537400.0 99562.875 537450.0 99562.84375 537499.0 99562.8203125 537550.0 99562.796875 537600.0 99562.75 537649.0 99562.71875 537700.0 99562.6796875 537750.0 99562.6328125 537799.0 99562.578125 537850.0 99562.53125 537900.0 99562.4765625 537949.0 99562.4296875 538000.0 99562.390625 538050.0 99562.359375 538099.0 99562.328125 538150.0 99562.296875 538200.0 99562.28125 538249.0 99562.234375 538300.0 99562.2109375 538350.0 99562.1796875 538399.0 99562.140625 538450.0 99562.109375 538500.0 99562.078125 538549.0 99562.03125 538600.0 99561.984375 538650.0 99561.9453125 538699.0 99561.9140625 538750.0 99561.890625 538800.0 99561.875 538849.0 99561.859375 538900.0 99561.859375 538950.0 99561.859375 538999.0 99561.8671875 539050.0 99561.8515625 539100.0 99561.828125 539149.0 99561.8125 539200.0 99561.8125 539250.0 99561.796875 539299.0 99561.7890625 539350.0 99561.75 539400.0 99561.625 539449.0 99561.4609375 539500.0 99561.40625 539550.0 99561.3125 539599.0 99561.25 539650.0 99561.171875 539700.0 99561.078125 539749.0 99561.0 539800.0 99560.953125 539850.0 99560.890625 539899.0 99560.8125 539950.0 99560.65625 540000.0 99560.5234375 540049.0 99560.4453125 540100.0 99560.359375 540150.0 99560.2890625 540199.0 99560.21875 540250.0 99560.1875 540300.0 99560.15625 540349.0 99560.1328125 540400.0 99559.171875 540450.0 99558.9453125 540499.0 99558.890625 540550.0 99558.84375 540600.0 99558.8125 540649.0 99558.7890625 540700.0 99558.7578125 540750.0 99558.71875 540799.0 99558.6953125 540850.0 99558.65625 540900.0 99558.640625 540949.0 99558.625 541000.0 99558.578125 541050.0 99558.5 541099.0 99558.4609375 541150.0 99558.421875 541200.0 99558.390625 541249.0 99558.3515625 541300.0 99558.2890625 541350.0 99558.25 541399.0 99558.203125 541450.0 99558.15625 541500.0 99558.078125 541549.0 99558.015625 541600.0 99557.9453125 541650.0 99557.890625 541699.0 99557.859375 541750.0 99557.8125 541800.0 99557.75 541849.0 99557.7109375 541900.0 99557.6640625 541950.0 99557.625 541999.0 99557.578125 542050.0 99557.5625 542100.0 99557.546875 542149.0 99557.5078125 542200.0 99557.4609375 542250.0 99557.4375 542299.0 99557.40625 542350.0 99557.3828125 542400.0 99557.3671875 542449.0 99557.296875 542500.0 99557.25 542550.0 99557.203125 542599.0 99557.15625 542650.0 99557.125 542700.0 99557.1171875 542749.0 99557.0625 542800.0 99557.03125 542850.0 99556.9921875 542899.0 99556.953125 542950.0 99556.9375 543000.0 99556.921875 543049.0 99556.875 543100.0 99556.75 543150.0 99556.6875 543199.0 99556.640625 543250.0 99556.6015625 543300.0 99556.578125 543349.0 99556.546875 543400.0 99556.515625 543450.0 99556.484375 543499.0 99556.4453125 543550.0 99556.40625 543600.0 99556.390625 543649.0 99556.359375 543700.0 99556.3203125 543750.0 99556.2109375 543799.0 99556.109375 543850.0 99555.96875 543900.0 99555.890625 543949.0 99555.8359375 544000.0 99555.796875 544050.0 99555.7578125 544099.0 99555.75 544150.0 99555.7421875 544200.0 99555.7421875 544249.0 99555.5546875 544300.0 99555.375 544350.0 99555.2734375 544399.0 99555.21875 544450.0 99555.1875 544500.0 99555.1796875 544549.0 99555.1953125 544600.0 99555.265625 544650.0 99555.234375 544699.0 99555.203125 544750.0 99555.1796875 544800.0 99555.171875 544849.0 99555.1484375 544900.0 99555.125 544950.0 99555.0859375 544999.0 99555.0625 545050.0 99555.03125 545100.0 99555.0078125 545149.0 99554.9921875 545200.0 99554.953125 545250.0 99554.9140625 545299.0 99554.90625 545350.0 99554.796875 545400.0 99554.7734375 545449.0 99554.671875 545500.0 99554.59375 545550.0 99554.546875 545599.0 99554.5 545650.0 99554.4453125 545700.0 99554.40625 545749.0 99554.3984375 545800.0 99554.375 545850.0 99554.390625 545899.0 99554.40625 545950.0 99554.4453125 546000.0 99554.5546875 546049.0 99554.546875 546100.0 99554.5625 546150.0 99554.515625 546199.0 99554.4921875 546250.0 99554.484375 546300.0 99554.4921875 546349.0 99554.46875 546400.0 99554.453125 546450.0 99554.453125 546499.0 99554.4609375 546550.0 99554.46875 546600.0 99554.484375 546649.0 99554.5 546700.0 99554.53125 546750.0 99554.6171875 546799.0 99554.703125 546850.0 99554.6171875 546900.0 99554.578125 546949.0 99554.546875 547000.0 99554.5390625 547050.0 99554.546875 547099.0 99554.546875 547150.0 99554.515625 547200.0 99554.4453125 547249.0 99554.3984375 547300.0 99554.3515625 547350.0 99554.3515625 547399.0 99554.34375 547450.0 99554.265625 547500.0 99554.2421875 547549.0 99554.296875 547600.0 99554.25 547650.0 99554.21875 547699.0 99554.1953125 547750.0 99554.1171875 547800.0 99554.046875 547849.0 99553.953125 547900.0 99553.890625 547950.0 99553.8515625 547999.0 99551.234375 548050.0 99551.171875 548100.0 99551.125 548149.0 99551.0703125 548200.0 99551.0546875 548250.0 99551.03125 548299.0 99551.0234375 548350.0 99551.0 548400.0 99550.9375 548449.0 99550.8828125 548500.0 99550.8515625 548550.0 99550.8203125 548599.0 99550.65625 548650.0 99550.546875 548700.0 99550.4921875 548749.0 99550.4140625 548800.0 99550.34375 548850.0 99550.328125 548899.0 99550.3046875 548950.0 99550.140625 549000.0 99549.953125 549049.0 99549.8828125 549100.0 99549.859375 549150.0 99549.859375 549199.0 99549.8359375 549250.0 99549.8125 549300.0 99549.75 549349.0 99549.6953125 549400.0 99549.65625 549450.0 99549.640625 549499.0 99549.609375 549550.0 99549.5703125 549600.0 99549.46875 549649.0 99549.34375 549700.0 99549.265625 549750.0 99549.21875 549799.0 99549.2265625 549850.0 99549.21875 549900.0 99549.1875 549949.0 99549.171875 550000.0 99549.171875 550050.0 99549.1875 550099.0 99549.171875 550150.0 99549.140625 550200.0 99549.1171875 550249.0 99549.0859375 550300.0 99549.03125 550350.0 99548.9765625 550399.0 99548.9375 550450.0 99548.921875 550500.0 99548.890625 550549.0 99548.84375 550600.0 99548.828125 550650.0 99548.828125 550699.0 99548.828125 550750.0 99548.859375 550800.0 99548.859375 550849.0 99548.84375 550900.0 99548.828125 550950.0 99548.828125 550999.0 99548.578125 551050.0 99548.5 551100.0 99548.453125 551149.0 99548.421875 551200.0 99548.390625 551250.0 99548.3671875 551299.0 99548.328125 551350.0 99548.3046875 551400.0 99548.2734375 551449.0 99548.234375 551500.0 99548.1796875 551550.0 99548.15625 551599.0 99548.09375 551650.0 99548.015625 551700.0 99547.9296875 551749.0 99548.3203125 551800.0 99548.3125 551850.0 99548.3125 551899.0 99548.3125 551950.0 99548.3203125 552000.0 99548.3046875 552049.0 99548.2734375 552100.0 99548.234375 552150.0 99548.2265625 552199.0 99548.2421875 552250.0 99548.234375 552300.0 99548.21875 552349.0 99548.203125 552400.0 99548.1796875 552450.0 99548.171875 552499.0 99548.15625 552550.0 99548.1328125 552600.0 99548.03125 552649.0 99547.9609375 552700.0 99547.8984375 552750.0 99547.875 552799.0 99547.75 552850.0 99547.6953125 552900.0 99547.6875 552949.0 99547.6875 553000.0 99547.6484375 553050.0 99547.625 553099.0 99547.53125 553150.0 99547.4453125 553200.0 99547.4140625 553249.0 99547.375 553300.0 99547.34375 553350.0 99547.3125 553399.0 99547.296875 553450.0 99547.328125 553500.0 99547.34375 553549.0 99547.34375 553600.0 99547.2890625 553650.0 99547.25 553699.0 99547.1015625 553750.0 99547.078125 553800.0 99547.0703125 553849.0 99547.0546875 553900.0 99547.109375 553950.0 99547.0859375 553999.0 99547.171875 554050.0 99547.5078125 554100.0 99547.5 554149.0 99547.46875 554200.0 99547.4453125 554250.0 99547.40625 554299.0 99547.328125 554350.0 99547.28125 554400.0 99547.1953125 554449.0 99547.140625 554500.0 99547.1484375 554550.0 99547.171875 554599.0 99547.1875 554650.0 99547.1796875 554700.0 99547.15625 554749.0 99547.125 554800.0 99547.109375 554850.0 99547.046875 554899.0 99546.96875 554950.0 99546.9140625 555000.0 99546.90625 555049.0 99546.890625 555100.0 99546.8359375 555150.0 99546.796875 555199.0 99546.796875 555250.0 99546.796875 555300.0 99546.796875 555349.0 99546.828125 555400.0 99546.875 555450.0 99546.890625 555499.0 99546.96875 555550.0 99547.1953125 555600.0 99547.1796875 555649.0 99547.1875 555700.0 99547.171875 555750.0 99547.171875 555799.0 99547.1875 555850.0 99547.21875 555900.0 99547.234375 555949.0 99547.1484375 556000.0 99547.09375 556050.0 99547.0546875 556099.0 99547.0390625 556150.0 99547.0390625 556200.0 99547.0703125 556249.0 99547.0859375 556300.0 99547.109375 556350.0 99547.125 556399.0 99547.125 556450.0 99547.1640625 556500.0 99547.21875 556549.0 99547.2734375 556600.0 99547.546875 556650.0 99547.578125 556699.0 99547.625 556750.0 99547.6875 556800.0 99547.7265625 556849.0 99547.703125 556900.0 99547.671875 556950.0 99547.625 556999.0 99547.53125 557050.0 99547.484375 557100.0 99547.3671875 557149.0 99547.3125 557200.0 99547.25 557250.0 99547.1875 557299.0 99547.140625 557350.0 99547.09375 557400.0 99547.0625 557449.0 99547.03125 557500.0 99547.0 557550.0 99546.96875 557599.0 99546.953125 557650.0 99546.9453125 557700.0 99546.9375 557749.0 99546.921875 557800.0 99546.890625 557850.0 99546.84375 557899.0 99546.78125 557950.0 99546.71875 558000.0 99546.65625 558049.0 99546.609375 558100.0 99546.5625 558150.0 99546.546875 558199.0 99546.0078125 558250.0 99545.7421875 558300.0 99545.453125 558349.0 99545.359375 558400.0 99545.25 558450.0 99545.21875 558499.0 99545.1796875 558550.0 99545.15625 558600.0 99545.109375 558649.0 99545.078125 558700.0 99545.046875 558750.0 99545.046875 558799.0 99545.03125 558850.0 99544.953125 558900.0 99544.890625 558949.0 99544.84375 559000.0 99544.796875 559050.0 99544.75 559099.0 99544.703125 559150.0 99544.671875 559200.0 99544.6484375 559249.0 99544.609375 559300.0 99544.5859375 559350.0 99544.546875 559399.0 99544.53125 559450.0 99544.46875 559500.0 99544.390625 559549.0 99544.3203125 559600.0 99544.28125 559650.0 99544.234375 559699.0 99544.1875 559750.0 99544.1484375 559800.0 99544.1328125 559849.0 99544.125 559900.0 99544.09375 559950.0 99544.0625 559999.0 99544.03125 560050.0 99544.0 560100.0 99543.96875 560149.0 99543.9375 560200.0 99543.5390625 560250.0 99543.2578125 560299.0 99543.046875 560350.0 99542.9609375 560400.0 99542.859375 560449.0 99542.8125 560500.0 99542.7421875 560550.0 99542.703125 560599.0 99542.6640625 560650.0 99542.640625 560700.0 99542.578125 560749.0 99542.5546875 560800.0 99542.515625 560850.0 99542.484375 560899.0 99542.453125 560950.0 99542.421875 561000.0 99542.359375 561049.0 99542.28125 561100.0 99542.21875 561150.0 99542.171875 561199.0 99542.1484375 561250.0 99542.09375 561300.0 99542.046875 561349.0 99542.03125 561400.0 99542.03125 561450.0 99542.0234375 561499.0 99541.96875 561550.0 99541.9296875 561600.0 99541.890625 561649.0 99541.859375 561700.0 99541.8359375 561750.0 99541.8046875 561799.0 99541.765625 561850.0 99541.71875 561900.0 99541.671875 561949.0 99541.625 562000.0 99541.59375 562050.0 99541.5625 562099.0 99541.53125 562150.0 99541.5 562200.0 99541.46875 562249.0 99541.421875 562300.0 99541.390625 562350.0 99541.359375 562399.0 99541.34375 562450.0 99541.34375 562500.0 99541.34375 562549.0 99541.3203125 562600.0 99541.28125 562650.0 99541.1953125 562699.0 99541.125 562750.0 99541.046875 562800.0 99540.96875 562849.0 99540.90625 562900.0 99540.8359375 562950.0 99540.7421875 562999.0 99540.640625 563050.0 99541.0 563100.0 99540.9296875 563149.0 99540.90625 563200.0 99540.890625 563250.0 99540.8828125 563299.0 99540.890625 563350.0 99540.3984375 563400.0 99540.40625 563449.0 99540.296875 563500.0 99540.234375 563550.0 99540.21875 563599.0 99540.1796875 563650.0 99540.15625 563700.0 99540.15625 563749.0 99540.1484375 563800.0 99540.140625 563850.0 99540.125 563899.0 99540.109375 563950.0 99540.078125 564000.0 99540.0625 564049.0 99540.03125 564100.0 99539.96875 564150.0 99539.890625 564199.0 99539.84375 564250.0 99539.78125 564300.0 99539.6875 564349.0 99539.640625 564400.0 99539.6015625 564450.0 99539.578125 564499.0 99539.546875 564550.0 99539.515625 564600.0 99539.4375 564649.0 99539.390625 564700.0 99539.34375 564750.0 99539.3125 564799.0 99539.28125 564850.0 99539.2421875 564900.0 99539.21875 564949.0 99539.171875 565000.0 99539.1328125 565050.0 99539.09375 565099.0 99539.0703125 565150.0 99539.015625 565200.0 99538.984375 565249.0 99538.9453125 565300.0 99538.921875 565350.0 99538.8984375 565399.0 99538.875 565450.0 99538.796875 565500.0 99538.7265625 565549.0 99538.671875 565600.0 99538.609375 565650.0 99538.5703125 565699.0 99538.5 565750.0 99538.484375 565800.0 99538.453125 565849.0 99538.421875 565900.0 99538.375 565950.0 99538.34375 565999.0 99538.328125 566050.0 99538.296875 566100.0 99538.234375 566149.0 99538.2109375 566200.0 99538.1640625 566250.0 99538.125 566299.0 99538.09375 566350.0 99538.0625 566400.0 99538.0078125 566449.0 99537.9375 566500.0 99537.890625 566550.0 99537.859375 566599.0 99537.84375 566650.0 99537.7890625 566700.0 99537.625 566749.0 99537.4375 566800.0 99537.40625 566850.0 99537.3828125 566899.0 99537.328125 566950.0 99537.2890625 567000.0 99537.2578125 567049.0 99537.1953125 567100.0 99537.15625 567150.0 99537.1328125 567199.0 99537.0078125 567250.0 99536.84375 567300.0 99536.7890625 567349.0 99536.75 567400.0 99536.71875 567450.0 99536.6640625 567499.0 99536.6328125 567550.0 99536.59375 567600.0 99536.5625 567649.0 99536.5234375 567700.0 99536.4921875 567750.0 99536.4609375 567799.0 99536.4453125 567850.0 99536.3671875 567900.0 99536.28125 567949.0 99536.34375 568000.0 99536.2265625 568050.0 99536.171875 568099.0 99536.15625 568150.0 99536.140625 568200.0 99536.0859375 568249.0 99536.0234375 568300.0 99535.984375 568350.0 99535.9453125 568399.0 99535.90625 568450.0 99535.875 568500.0 99535.859375 568549.0 99535.8125 568600.0 99535.765625 568650.0 99535.7578125 568699.0 99535.671875 568750.0 99535.640625 568800.0 99535.6171875 568849.0 99535.5625 568900.0 99535.5234375 568950.0 99535.4921875 568999.0 99535.4296875 569050.0 99535.3828125 569100.0 99535.3203125 569149.0 99535.1875 569200.0 99535.078125 569250.0 99535.0234375 569299.0 99534.984375 569350.0 99534.953125 569400.0 99534.8984375 569449.0 99534.8671875 569500.0 99534.828125 569550.0 99534.796875 569599.0 99534.7578125 569650.0 99534.71875 569700.0 99534.6796875 569749.0 99534.65625 569800.0 99534.6015625 569850.0 99534.515625 569899.0 99534.546875 569950.0 99534.453125 570000.0 99534.40625 570049.0 99534.390625 570100.0 99534.359375 570150.0 99534.3203125 570199.0 99534.2578125 570250.0 99534.21875 570300.0 99534.1796875 570349.0 99534.140625 570400.0 99534.109375 570450.0 99534.078125 570499.0 99534.046875 570550.0 99534.0 570600.0 99533.96875 570649.0 99533.921875 570700.0 99533.8984375 570750.0 99533.875 570799.0 99533.8125 570850.0 99533.640625 570900.0 99533.2265625 570949.0 99533.0234375 571000.0 99532.921875 571050.0 99532.8671875 571099.0 99532.8359375 571150.0 99532.78125 571200.0 99532.734375 571249.0 99532.71875 571300.0 99532.703125 571350.0 99532.671875 571399.0 99532.65625 571450.0 99532.6171875 571500.0 99532.5859375 571549.0 99532.5546875 571600.0 99532.5234375 571650.0 99532.515625 571699.0 99532.515625 571750.0 99532.5 571800.0 99532.453125 571849.0 99532.3828125 571900.0 99532.3125 571950.0 99532.265625 571999.0 99532.25 572050.0 99532.1875 572100.0 99532.1640625 572149.0 99532.1328125 572200.0 99532.140625 572250.0 99532.15625 572299.0 99532.015625 572350.0 99531.5078125 572400.0 99531.15625 572449.0 99530.984375 572500.0 99530.890625 572550.0 99530.8203125 572599.0 99530.765625 572650.0 99530.734375 572700.0 99530.6875 572749.0 99530.640625 572800.0 99530.609375 572850.0 99530.609375 572899.0 99530.609375 572950.0 99530.5625 573000.0 99530.515625 573049.0 99530.4765625 573100.0 99530.4453125 573150.0 99530.421875 573199.0 99530.3984375 573250.0 99530.359375 573300.0 99530.3125 573349.0 99530.265625 573400.0 99530.21875 573450.0 99530.1796875 573499.0 99530.1484375 573550.0 99530.1171875 573600.0 99530.09375 573649.0 99530.0546875 573700.0 99530.015625 573750.0 99529.96875 573799.0 99529.9453125 573850.0 99529.9296875 573900.0 99529.9296875 573949.0 99529.921875 574000.0 99529.90625 574050.0 99529.8984375 574099.0 99529.875 574150.0 99529.734375 574200.0 99529.65625 574249.0 99529.5859375 574300.0 99529.5 574350.0 99529.4453125 574399.0 99529.328125 574450.0 99529.21875 574500.0 99529.140625 574549.0 99529.09375 574600.0 99529.0625 574650.0 99528.46875 574699.0 99528.421875 574750.0 99528.390625 574800.0 99528.359375 574849.0 99528.328125 574900.0 99528.3125 574950.0 99528.25 574999.0 99528.2109375 575050.0 99528.171875 575100.0 99528.125 575149.0 99528.078125 575200.0 99528.0078125 575250.0 99527.9453125 575299.0 99527.90625 575350.0 99527.859375 575400.0 99527.8125 575449.0 99527.78125 575500.0 99527.75 575550.0 99527.71875 575599.0 99527.6875 575650.0 99527.6484375 575700.0 99527.6015625 575749.0 99527.5625 575800.0 99527.53125 575850.0 99527.5 575899.0 99527.46875 575950.0 99527.4375 576000.0 99527.34375 576049.0 99527.296875 576100.0 99527.2734375 576150.0 99527.2421875 576199.0 99527.203125 576250.0 99527.1796875 576300.0 99527.109375 576349.0 99526.984375 576400.0 99526.921875 576450.0 99526.875 576499.0 99526.875 576550.0 99526.78125 576600.0 99526.640625 576649.0 99526.59375 576700.0 99526.59375 576750.0 99526.6171875 576799.0 99526.59375 576850.0 99526.578125 576900.0 99526.546875 576949.0 99526.515625 577000.0 99526.5 577050.0 99526.453125 577099.0 99526.3984375 577150.0 99526.3359375 577200.0 99526.2734375 577249.0 99526.21875 577300.0 99526.203125 577350.0 99526.1953125 577399.0 99526.21875 577450.0 99526.2734375 577500.0 99526.2578125 577549.0 99526.2421875 577600.0 99526.234375 577650.0 99526.2265625 577699.0 99526.234375 577750.0 99526.25 577800.0 99526.3125 577849.0 99526.3125 577900.0 99526.2734375 577950.0 99526.2734375 577999.0 99526.2578125 578050.0 99526.203125 578100.0 99526.171875 578149.0 99526.1328125 578200.0 99526.1484375 578250.0 99526.109375 578299.0 99526.0625 578350.0 99525.9765625 578400.0 99527.578125 578449.0 99527.515625 578500.0 99527.4609375 578550.0 99527.390625 578599.0 99527.34375 578650.0 99527.3125 578700.0 99527.2578125 578749.0 99527.1953125 578800.0 99527.140625 578850.0 99527.109375 578899.0 99527.109375 578950.0 99527.0859375 579000.0 99527.0625 579049.0 99527.0546875 579100.0 99527.046875 579150.0 99527.015625 579199.0 99527.0 579250.0 99526.9453125 579300.0 99526.8828125 579349.0 99526.8125 579400.0 99526.765625 579450.0 99526.7265625 579499.0 99526.703125 579550.0 99526.6875 579600.0 99526.640625 579649.0 99526.4375 579700.0 99526.3125 579750.0 99526.1796875 579799.0 99526.09375 579850.0 99526.03125 579900.0 99525.984375 579949.0 99525.921875 580000.0 99525.828125 580050.0 99525.75 580099.0 99525.6875 580150.0 99525.65625 580200.0 99525.6484375 580249.0 99525.6328125 580300.0 99525.609375 580350.0 99525.609375 580399.0 99525.2734375 580450.0 99525.03125 580500.0 99524.8984375 580549.0 99524.8125 580600.0 99524.765625 580650.0 99524.7421875 580699.0 99524.71875 580750.0 99524.703125 580800.0 99524.71875 580849.0 99524.6875 580900.0 99524.671875 580950.0 99524.640625 580999.0 99524.6171875 581050.0 99524.5625 581100.0 99524.4921875 581149.0 99524.4375 581200.0 99524.390625 581250.0 99524.3515625 581299.0 99524.3125 581350.0 99524.296875 581400.0 99524.2734375 581449.0 99524.2421875 581500.0 99524.2109375 581550.0 99524.1875 581599.0 99524.140625 581650.0 99524.09375 581700.0 99523.9375 581749.0 99523.78125 581800.0 99523.6796875 581850.0 99523.5859375 581899.0 99523.5234375 581950.0 99523.4609375 582000.0 99523.4453125 582049.0 99523.4453125 582100.0 99523.453125 582150.0 99523.4609375 582199.0 99523.4375 582250.0 99523.4296875 582300.0 99523.3828125 582349.0 99523.34375 582400.0 99523.34375 582450.0 99523.34375 582499.0 99523.3359375 582550.0 99523.34375 582600.0 99523.3671875 582649.0 99523.3671875 582700.0 99523.3359375 582750.0 99523.328125 582799.0 99523.2890625 582850.0 99523.2578125 582900.0 99523.234375 582949.0 99523.1953125 583000.0 99523.171875 583050.0 99523.109375 583099.0 99523.0625 583150.0 99523.015625 583200.0 99522.953125 583249.0 99522.9140625 583300.0 99522.8828125 583350.0 99522.859375 583399.0 99522.8359375 583450.0 99522.796875 583500.0 99522.7734375 583549.0 99522.734375 583600.0 99522.6875 583650.0 99522.6640625 583699.0 99522.65625 583750.0 99522.6484375 583800.0 99522.6484375 583849.0 99522.65625 583900.0 99522.6640625 583950.0 99522.6484375 583999.0 99522.71875 584050.0 99522.7265625 584100.0 99522.71875 584149.0 99522.703125 584200.0 99522.6875 584250.0 99522.6640625 584299.0 99522.6484375 584350.0 99522.65625 584400.0 99522.65625 584449.0 99522.578125 584500.0 99522.1640625 584550.0 99522.0625 584599.0 99521.9921875 584650.0 99521.9453125 584700.0 99521.90625 584749.0 99521.8671875 584800.0 99521.84375 584850.0 99521.8359375 584899.0 99521.7890625 584950.0 99521.7578125 585000.0 99521.734375 585049.0 99521.703125 585100.0 99521.6640625 585150.0 99521.625 585199.0 99521.609375 585250.0 99521.59375 585300.0 99521.546875 585349.0 99521.515625 585400.0 99521.46875 585450.0 99521.4140625 585499.0 99521.359375 585550.0 99521.3359375 585600.0 99521.3046875 585649.0 99521.2734375 585700.0 99521.1796875 585750.0 99521.09375 585799.0 99521.0390625 585850.0 99520.9296875 585900.0 99520.859375 585949.0 99520.828125 586000.0 99521.640625 586050.0 99521.6328125 586099.0 99521.6328125 586150.0 99521.6328125 586200.0 99521.6328125 586249.0 99521.640625 586300.0 99521.625 586350.0 99521.640625 586399.0 99521.640625 586450.0 99521.640625 586500.0 99521.609375 586549.0 99521.53125 586600.0 99521.546875 586650.0 99521.5078125 586699.0 99521.46875 586750.0 99521.46875 586800.0 99521.453125 586849.0 99521.4609375 586900.0 99521.484375 586950.0 99521.46875 586999.0 99521.4609375 587050.0 99521.453125 587100.0 99521.4453125 587149.0 99521.4296875 587200.0 99521.3984375 587250.0 99521.375 587299.0 99521.359375 587350.0 99521.34375 587400.0 99521.34375 587449.0 99521.3359375 587500.0 99521.3046875 587550.0 99521.2890625 587599.0 99521.265625 587650.0 99521.171875 587700.0 99521.0546875 587749.0 99520.984375 587800.0 99520.921875 587850.0 99520.84375 587899.0 99520.796875 587950.0 99520.765625 588000.0 99520.7578125 588049.0 99520.625 588100.0 99520.5 588150.0 99520.4375 588199.0 99520.390625 588250.0 99520.3828125 588300.0 99520.375 588349.0 99520.3671875 588400.0 99520.3671875 588450.0 99520.359375 588499.0 99520.296875 588550.0 99520.265625 588600.0 99520.2421875 588649.0 99520.21875 588700.0 99520.0625 588750.0 99519.9375 588799.0 99519.890625 588850.0 99519.84375 588900.0 99519.828125 588949.0 99519.796875 589000.0 99519.75 589050.0 99519.71875 589099.0 99519.6796875 589150.0 99519.640625 589200.0 99519.6171875 589249.0 99519.6015625 589300.0 99519.59375 589350.0 99519.625 589399.0 99519.6484375 589450.0 99519.671875 589500.0 99519.6875 589549.0 99519.6953125 589600.0 99519.6875 589650.0 99519.640625 589699.0 99519.578125 589750.0 99519.546875 589800.0 99519.5078125 589849.0 99519.265625 589900.0 99519.203125 589950.0 99519.1875 589999.0 99519.1640625 590050.0 99519.15625 590100.0 99519.140625 590149.0 99519.1171875 590200.0 99519.109375 590250.0 99519.1328125 590299.0 99519.21875 590350.0 99519.1796875 590400.0 99519.171875 590449.0 99519.2109375 590500.0 99519.3359375 590550.0 99520.0390625 590599.0 99520.015625 590650.0 99520.0078125 590700.0 99520.0 590749.0 99519.984375 590800.0 99519.9375 590850.0 99519.921875 590899.0 99519.890625 590950.0 99519.8515625 591000.0 99519.8125 591049.0 99519.7421875 591100.0 99519.6640625 591150.0 99519.609375 591199.0 99519.5625 591250.0 99519.5078125 591300.0 99519.390625 591349.0 99519.3125 591400.0 99519.2890625 591450.0 99519.28125 591499.0 99519.296875 591550.0 99519.3125 591600.0 99519.3359375 591649.0 99519.359375 591700.0 99519.3671875 591750.0 99519.3828125 591799.0 99519.359375 591850.0 99519.359375 591900.0 99519.3125 591949.0 99519.2734375 592000.0 99519.25 592050.0 99519.25 592099.0 99519.2109375 592150.0 99519.140625 592200.0 99519.09375 592249.0 99519.0625 592300.0 99518.9453125 592350.0 99518.859375 592399.0 99518.828125 592450.0 99518.8125 592500.0 99518.8125 592549.0 99518.8125 592600.0 99518.7734375 592650.0 99518.7421875 592699.0 99518.671875 592750.0 99518.6328125 592800.0 99518.6015625 592849.0 99518.578125 592900.0 99518.5859375 592950.0 99518.6015625 592999.0 99518.6015625 593050.0 99518.6015625 593100.0 99518.59375 593149.0 99518.609375 593200.0 99518.6484375 593250.0 99518.65625 593299.0 99518.75 593350.0 99518.7578125 593400.0 99518.78125 593449.0 99518.84375 593500.0 99518.9296875 593550.0 99519.40625 593599.0 99519.390625 593650.0 99519.375 593700.0 99519.359375 593749.0 99519.359375 593800.0 99519.375 593850.0 99519.3515625 593899.0 99519.34375 593950.0 99519.3359375 594000.0 99519.34375 594049.0 99519.359375 594100.0 99519.375 594150.0 99519.40625 594199.0 99519.4375 594250.0 99519.453125 594300.0 99519.46875 594349.0 99519.3828125 594400.0 99519.296875 594450.0 99519.234375 594499.0 99519.1953125 594550.0 99519.1484375 594600.0 99519.109375 594649.0 99519.09375 594700.0 99519.078125 594750.0 99519.0703125 594799.0 99519.078125 594850.0 99519.109375 594900.0 99519.140625 594949.0 99519.15625 595000.0 99519.171875 595050.0 99519.1875 595099.0 99519.2109375 595150.0 99519.21875 595200.0 99519.25 595249.0 99519.2734375 595300.0 99519.2578125 595350.0 99519.28125 595399.0 99519.328125 595450.0 99519.4140625 595500.0 99519.4453125 595549.0 99519.484375 595600.0 99519.546875 595650.0 99519.7421875 595699.0 99520.0859375 595750.0 99520.109375 595800.0 99520.1484375 595849.0 99520.1953125 595900.0 99520.2421875 595950.0 99520.3125 595999.0 99520.375 596050.0 99520.421875 596100.0 99520.453125 596149.0 99520.46875 596200.0 99520.5078125 596250.0 99520.4921875 596299.0 99520.4921875 596350.0 99520.5 596400.0 99520.515625 596449.0 99520.5546875 596500.0 99520.6015625 596550.0 99520.671875 596599.0 99520.7265625 596650.0 99520.765625 596700.0 99520.796875 596749.0 99520.828125 596800.0 99520.875 596850.0 99520.9375 596899.0 99520.984375 596950.0 99521.046875 597000.0 99521.1328125 597049.0 99521.25 597100.0 99521.3125 597150.0 99521.390625 597199.0 99521.4921875 597250.0 99521.6953125 597300.0 99521.859375 597349.0 99522.109375 597400.0 99522.1875 597450.0 99522.25 597499.0 99522.3125 597550.0 99522.3984375 597600.0 99522.4921875 597649.0 99522.578125 597700.0 99522.6640625 597750.0 99522.7421875 597799.0 99522.78125 597850.0 99522.84375 597900.0 99522.921875 597949.0 99522.984375 598000.0 99523.0390625 598050.0 99523.125 598099.0 99523.234375 598150.0 99523.34375 598200.0 99523.4921875 598249.0 99523.65625 598300.0 99523.765625 598350.0 99523.890625 598399.0 99524.03125 598450.0 99524.1875 598500.0 99524.3984375 598549.0 99524.6640625 598600.0 99524.765625 598650.0 99524.890625 598699.0 99525.0078125 598750.0 99525.125 598800.0 99525.2578125 598849.0 99525.359375 598900.0 99525.4296875 598950.0 99525.515625 598999.0 99525.609375 599050.0 99525.6875 599100.0 99525.7421875 599149.0 99525.828125 599200.0 99525.96875 599250.0 99526.03125 599299.0 99526.0546875 599350.0 99526.109375 599400.0 99526.171875 599449.0 99526.296875 599500.0 99526.53125 599550.0 99526.6875 599599.0 99526.84375 599650.0 99526.9765625 599700.0 99527.125 599749.0 99527.234375 599800.0 99527.1796875 599850.0 99527.3125 599899.0 99527.5234375 599950.0 99527.8125 600000.0 99528.046875 600049.0 99528.3359375 600100.0 99528.2890625 600150.0 99529.296875 600199.0 99529.765625 600250.0 99530.1171875 600300.0 99530.46875 600349.0 99530.828125 600400.0 99531.1171875 600450.0 99531.3359375 600499.0 99531.5390625 600550.0 99531.71875 600600.0 99531.890625 600649.0 99532.0703125 600700.0 99532.234375 600750.0 99532.3984375 600799.0 99532.53125 600850.0 99532.6875 600900.0 99532.8125 600949.0 99532.96875 601000.0 99533.03125 601050.0 99533.015625 601099.0 99532.921875 601150.0 99532.8828125 601200.0 99533.0 601249.0 99533.0 601300.0 99533.1484375 601350.0 99533.0859375 601399.0 99533.1953125 601450.0 99533.875 601500.0 99534.9921875 601549.0 99536.3359375 601600.0 99537.5625 601650.0 99538.3515625 601699.0 99539.0859375 601750.0 99539.796875 601800.0 99540.4609375 601849.0 99541.0234375 601900.0 99541.4375 601950.0 99541.7890625 601999.0 99542.078125 602050.0 99542.3046875 602100.0 99542.46875 602149.0 99542.640625 602200.0 99542.640625 602250.0 99542.609375 602299.0 99542.65625 602350.0 99542.9453125 602400.0 99543.1875 602449.0 99543.796875 602500.0 99545.0859375 602550.0 99547.0546875 602599.0 99548.8671875 602650.0 99550.1171875 602700.0 99551.1640625 602749.0 99552.125 602800.0 99553.03125 602850.0 99553.84375 602899.0 99554.609375 602950.0 99555.3046875 603000.0 99556.015625 603049.0 99556.890625 603100.0 99557.9296875 603150.0 99559.3203125 603199.0 99560.828125 603250.0 99562.546875 603300.0 99562.7421875 603349.0 99563.015625 603400.0 99563.25 603450.0 99563.40625 603499.0 99563.53125 603550.0 99563.5703125 603600.0 99563.578125 603649.0 99563.578125 603700.0 99563.609375 603750.0 99563.671875 603799.0 99563.8046875 603850.0 99564.0 603900.0 99564.25 603949.0 99564.515625 604000.0 99564.671875 604050.0 99564.75 604099.0 99564.734375 604150.0 99564.859375 604200.0 99565.125 604249.0 99565.5 604300.0 99565.984375 604350.0 99566.2421875 604399.0 99566.40625 604450.0 99566.6328125 604500.0 99566.890625 604549.0 99567.09375 604600.0 99567.140625 604650.0 99567.140625 604699.0 99567.2734375 604750.0 99567.4765625 604800.0 99567.7578125 604849.0 99568.1328125 604900.0 99568.625 604950.0 99569.046875 604999.0 99569.546875 605050.0 99569.90625 605100.0 99570.15625 605149.0 99570.34375 605200.0 99570.546875 605250.0 99570.59375 605299.0 99570.625 605350.0 99570.7578125 605400.0 99571.046875 605449.0 99571.375 605500.0 99571.78125 605550.0 99572.234375 605599.0 99572.671875 605650.0 99573.015625 605700.0 99573.109375 605749.0 99573.0625 605800.0 99572.9765625 605850.0 99573.0390625 605899.0 99573.171875 605950.0 99573.390625 606000.0 99573.6875 606049.0 99574.0078125 606100.0 99574.421875 606150.0 99574.921875 606199.0 99575.34375 606250.0 99576.0 606300.0 99576.390625 606349.0 99576.71875 606400.0 99577.0859375 606450.0 99577.5 606499.0 99577.4609375 606550.0 99577.375 606600.0 99577.4375 606649.0 99577.59375 606700.0 99577.8046875 606750.0 99578.125 606799.0 99578.546875 606850.0 99578.96875 606900.0 99579.53125 606949.0 99579.8515625 607000.0 99580.265625 607050.0 99580.6875 607099.0 99581.171875 607150.0 99581.796875 607200.0 99582.140625 607249.0 99582.5546875 607300.0 99583.234375 607350.0 99583.96875 607399.0 99584.2734375 607450.0 99584.625 607500.0 99585.0546875 607549.0 99585.359375 607600.0 99585.65625 607650.0 99585.8125 607699.0 99585.890625 607750.0 99585.953125 607800.0 99586.140625 607849.0 99586.46875 607900.0 99579.0 607950.0 99577.0 607999.0 99551.5 608050.0 99520.0 608100.0 99536.0 608149.0 99561.0 608200.0 99564.40625 608250.0 99554.7109375 608299.0 99541.84375 608350.0 99532.65625 608400.0 99528.34375 608449.0 99509.0 608500.0 99523.0 608550.0 99519.75 608599.0 99521.4375 608650.0 99525.0 608700.0 99526.078125 608749.0 99527.765625 608800.0 99528.609375 608850.0 99498.0 608899.0 99519.0 608950.0 99526.0 609000.0 99517.0 609049.0 99519.5 609100.0 99522.0 609150.0 99522.875 609199.0 99528.875 609250.0 99530.0 609300.0 99538.125 609349.0 99539.5 609400.0 99542.0 609450.0 99547.75 609499.0 99552.0 609550.0 99559.75 609600.0 99562.9453125 609649.0 99562.0 609700.0 99562.0 609750.0 99578.09375 609799.0 99582.375 609850.0 99585.0 609900.0 99585.765625 609949.0 99585.859375 610000.0 99585.984375 610050.0 99586.125 610099.0 99586.2578125 610150.0 99586.4375 610200.0 99586.625 610249.0 99586.75 610300.0 99586.875 610350.0 99586.953125 610399.0 99587.046875 610450.0 99587.109375 610500.0 99587.2265625 610549.0 99587.265625 610600.0 99587.328125 610650.0 99587.5078125 610699.0 99587.6640625 610750.0 99587.8046875 610800.0 99587.828125 610849.0 99588.0 610900.0 99588.265625 610950.0 99588.390625 610999.0 99588.65625 611050.0 99589.03125 611100.0 99589.328125 611149.0 99589.625 611200.0 99590.140625 611250.0 99590.359375 611299.0 99590.5078125 611350.0 99590.6484375 611400.0 99590.6875 611449.0 99590.65625 611500.0 99590.71875 611550.0 99590.765625 611599.0 99590.84375 611650.0 99591.109375 611700.0 99591.484375 611749.0 99591.78125 611800.0 99592.078125 611850.0 99592.3984375 611899.0 99592.5546875 611950.0 99592.65625 612000.0 99592.765625 612049.0 99592.984375 612100.0 99593.2109375 612150.0 99593.375 612199.0 99593.71875 612250.0 99594.109375 612300.0 99594.25 612349.0 99594.421875 612400.0 99594.578125 612450.0 99594.828125 612499.0 99595.015625 612550.0 99595.21875 612600.0 99595.28125 612649.0 99595.4140625 612700.0 99595.578125 612750.0 99595.65625 612799.0 99595.828125 612850.0 99596.171875 612900.0 99596.71875 612949.0 99597.28125 613000.0 99597.9375 613050.0 99598.5546875 613099.0 99598.109375 613150.0 99597.265625 613200.0 99596.5625 613249.0 99595.953125 613300.0 99595.3671875 613350.0 99594.65625 613399.0 99593.828125 613450.0 99592.953125 613500.0 99592.0390625 613549.0 99591.25 613600.0 99590.3984375 613650.0 99589.78125 613699.0 99589.375 613750.0 99589.1875 613800.0 99589.0234375 613849.0 99588.703125 613900.0 99587.8671875 613950.0 99586.984375 613999.0 99586.359375 614050.0 99585.953125 614100.0 99585.734375 614149.0 99585.5390625 614200.0 99585.34375 614250.0 99585.1484375 614299.0 99584.9609375 614350.0 99584.6171875 614400.0 99584.25 614449.0 99583.703125 614500.0 99583.1484375 614550.0 99582.5234375 614599.0 99582.1796875 614650.0 99581.8828125 614700.0 99581.8359375 614749.0 99581.9140625 614800.0 99582.140625 614850.0 99582.4296875 614899.0 99582.8203125 614950.0 99582.375 615000.0 99581.9375 615049.0 99581.84375 615100.0 99582.015625 615150.0 99582.3671875 615199.0 99582.9375 615250.0 99583.578125 615300.0 99584.0234375 615349.0 99583.765625 615400.0 99583.2109375 615450.0 99582.859375 615499.0 99582.859375 615550.0 99582.890625 615600.0 99582.953125 615649.0 99583.109375 615700.0 99583.296875 615750.0 99583.3671875 615799.0 99582.8125 615850.0 99582.6875 615900.0 99582.6953125 615949.0 99582.8984375 616000.0 99583.2421875 616050.0 99583.765625 616099.0 99584.296875 616150.0 99584.6484375 616200.0 99585.0078125 616249.0 99585.453125 616300.0 99586.03125 616350.0 99586.7734375 616399.0 99587.671875 616450.0 99588.1875 616500.0 99587.703125 616549.0 99587.4765625 616600.0 99587.484375 616650.0 99587.59375 616699.0 99587.984375 616750.0 99588.4140625 616800.0 99588.53125 616849.0 99587.8984375 616900.0 99587.515625 616950.0 99587.4609375 616999.0 99587.5703125 617050.0 99587.71875 617100.0 99587.9296875 617149.0 99588.171875 617200.0 99588.515625 617250.0 99589.046875 617299.0 99589.515625 617350.0 99589.90625 617400.0 99590.3515625 617449.0 99591.0 617500.0 99591.6796875 617550.0 99592.390625 617599.0 99592.90625 617650.0 99593.234375 617700.0 99593.53125 617749.0 99593.7265625 617800.0 99593.9296875 617850.0 99594.25 617899.0 99594.671875 617950.0 99595.1015625 618000.0 99595.59375 618049.0 99596.2109375 618100.0 99596.765625 618150.0 99597.0625 618199.0 99597.2890625 618250.0 99597.4140625 618300.0 99597.578125 618349.0 99597.7578125 618400.0 99596.65625 618450.0 99596.265625 618499.0 99596.4140625 618550.0 99596.5625 618600.0 99596.7578125 618649.0 99597.1171875 618700.0 99597.6171875 618750.0 99598.59375 618799.0 99599.5 618850.0 99599.796875 618900.0 99599.8671875 618949.0 99599.984375 619000.0 99600.203125 619050.0 99600.6015625 619099.0 99601.046875 619150.0 99601.53125 619200.0 99602.0234375 619249.0 99602.59375 619300.0 99603.296875 619350.0 99603.734375 619399.0 99604.1015625 619450.0 99604.3984375 619500.0 99604.78125 619549.0 99605.375 619600.0 99606.1484375 619650.0 99607.0 619699.0 99607.6953125 619750.0 99608.3984375 619800.0 99608.984375 619849.0 99609.390625 619900.0 99609.7578125 619950.0 99610.0390625 619999.0 99610.25 620050.0 99610.515625 620100.0 99610.78125 620149.0 99611.0625 620200.0 99611.34375 620250.0 99611.5703125 620299.0 99611.8671875 620350.0 99612.1953125 620400.0 99612.4765625 620449.0 99612.84375 620500.0 99613.28125 620550.0 99613.65625 620599.0 99613.96875 620650.0 99614.34375 620700.0 99614.8046875 620749.0 99613.28125 620800.0 99613.4375 620850.0 99614.078125 620899.0 99614.484375 620950.0 99614.734375 621000.0 99614.953125 621049.0 99615.1953125 621100.0 99615.53125 621150.0 99616.03125 621199.0 99616.46875 621250.0 99616.828125 621300.0 99617.140625 621349.0 99617.4609375 621400.0 99617.859375 621450.0 99618.640625 621499.0 99620.15625 621550.0 99621.375 621600.0 99621.78125 621649.0 99622.171875 621700.0 99622.6875 621750.0 99622.84375 621799.0 99623.078125 621850.0 99623.4921875 621900.0 99623.859375 621949.0 99624.453125 622000.0 99624.7734375 622050.0 99625.09375 622099.0 99625.4453125 622150.0 99626.0 622200.0 99626.640625 622249.0 99627.109375 622300.0 99627.5 622350.0 99627.828125 622399.0 99628.078125 622450.0 99628.171875 622500.0 99628.3125 622549.0 99628.5546875 622600.0 99629.015625 622650.0 99629.59375 622699.0 99629.859375 622750.0 99630.3125 622800.0 99630.6171875 622849.0 99631.234375 622900.0 99632.34375 622950.0 99633.0078125 622999.0 99633.4609375 623050.0 99633.703125 623100.0 99634.09375 623149.0 99634.5625 623200.0 99635.078125 623250.0 99635.609375 623299.0 99636.0546875 623350.0 99636.4921875 623400.0 99636.890625 623449.0 99637.28125 623500.0 99637.6015625 623550.0 99638.46875 623599.0 99639.375 623650.0 99640.0625 623700.0 99640.4609375 623749.0 99640.765625 623800.0 99641.140625 623850.0 99641.5859375 623899.0 99641.96875 623950.0 99642.4140625 624000.0 99642.8515625 624049.0 99643.234375 624100.0 99643.6953125 624150.0 99644.140625 624199.0 99644.515625 624250.0 99644.875 624300.0 99645.2109375 624349.0 99645.59375 624400.0 99646.046875 624450.0 99646.53125 624499.0 99646.984375 624550.0 99647.421875 624600.0 99647.671875 624649.0 99645.828125 624700.0 99646.671875 624750.0 99647.578125 624799.0 99647.859375 624850.0 99648.1875 624900.0 99648.359375 624949.0 99648.4375 625000.0 99648.4765625 625050.0 99648.828125 625099.0 99649.2109375 625150.0 99649.515625 625200.0 99649.578125 625249.0 99649.96875 625300.0 99650.640625 625350.0 99651.03125 625399.0 99651.421875 625450.0 99651.90625 625500.0 99652.2890625 625549.0 99652.5 625600.0 99653.109375 625650.0 99653.640625 625699.0 99654.1328125 625750.0 99654.765625 625800.0 99655.1796875 625849.0 99655.5625 625900.0 99655.8984375 625950.0 99656.296875 625999.0 99656.5703125 626050.0 99656.8359375 626100.0 99657.1484375 626149.0 99657.578125 626200.0 99657.90625 626250.0 99658.3203125 626299.0 99658.765625 626350.0 99659.2421875 626400.0 99659.75 626449.0 99660.3671875 626500.0 99660.8125 626550.0 99661.3359375 626599.0 99662.125 626650.0 99664.578125 626700.0 99665.34375 626749.0 99666.0 626800.0 99666.4453125 626850.0 99666.9296875 626899.0 99667.359375 626950.0 99667.765625 627000.0 99667.9296875 627049.0 99668.1328125 627100.0 99668.4140625 627150.0 99668.6953125 627199.0 99669.0703125 627250.0 99669.59375 627300.0 99670.140625 627349.0 99670.5234375 627400.0 99670.875 627450.0 99671.1640625 627499.0 99671.4765625 627550.0 99671.828125 627600.0 99672.125 627649.0 99672.6015625 627700.0 99673.46875 627750.0 99674.578125 627799.0 99675.9296875 627850.0 99676.34375 627900.0 99676.796875 627949.0 99677.234375 628000.0 99677.703125 628050.0 99678.109375 628099.0 99678.578125 628150.0 99679.03125 628200.0 99679.4765625 628249.0 99679.9765625 628300.0 99680.453125 628350.0 99680.890625 628399.0 99681.3359375 628450.0 99681.6640625 628500.0 99682.109375 628549.0 99682.546875 628600.0 99682.7578125 628650.0 99683.1796875 628699.0 99683.6171875 628750.0 99684.109375 628800.0 99684.5859375 628849.0 99685.0078125 628900.0 99685.40625 628950.0 99685.859375 628999.0 99685.9765625 629050.0 99686.2734375 629100.0 99686.640625 629149.0 99687.1015625 629200.0 99687.5625 629250.0 99688.0546875 629299.0 99688.5546875 629350.0 99688.984375 629400.0 99689.4375 629449.0 99689.984375 629500.0 99690.546875 629550.0 99690.9140625 629599.0 99691.2734375 629650.0 99691.6875 629700.0 99692.03125 629749.0 99692.421875 629800.0 99692.8984375 629850.0 99693.359375 629899.0 99693.8125 629950.0 99694.28125 630000.0 99694.7578125 630049.0 99695.234375 630100.0 99695.6796875 630150.0 99696.1484375 630199.0 99696.640625 630250.0 99697.09375 630300.0 99697.453125 630349.0 99697.8203125 630400.0 99698.2578125 630450.0 99698.7109375 630499.0 99699.140625 630550.0 99699.609375 630600.0 99700.1015625 630649.0 99700.6328125 630700.0 99701.1796875 630750.0 99701.734375 630799.0 99702.109375 630850.0 99702.59375 630900.0 99703.03125 630949.0 99703.4609375 631000.0 99703.9921875 631050.0 99704.4140625 631099.0 99704.8828125 631150.0 99705.3125 631200.0 99705.7890625 631249.0 99706.21875 631300.0 99706.6640625 631350.0 99707.1171875 631399.0 99707.5390625 631450.0 99707.9140625 631500.0 99708.3984375 631549.0 99708.921875 631600.0 99709.3046875 631650.0 99709.765625 631699.0 99710.203125 631750.0 99710.65625 631800.0 99711.21875 631849.0 99711.7265625 631900.0 99712.203125 631950.0 99712.65625 631999.0 99713.171875 632050.0 99713.7421875 632100.0 99714.1484375 632149.0 99714.5546875 632200.0 99715.0078125 632250.0 99715.4140625 632299.0 99715.921875 632350.0 99716.3515625 632400.0 99716.75 632449.0 99717.203125 632500.0 99717.640625 632550.0 99712.5 632599.0 99718.9765625 632650.0 99719.4296875 632700.0 99719.7734375 632749.0 99720.140625 632800.0 99720.578125 632850.0 99721.015625 632899.0 99721.4921875 632950.0 99721.890625 633000.0 99722.296875 633049.0 99722.765625 633100.0 99723.203125 633150.0 99723.6328125 633199.0 99724.125 633250.0 99724.625 633300.0 99725.015625 633349.0 99725.484375 633400.0 99725.96875 633450.0 99726.4765625 633499.0 99726.984375 633550.0 99727.484375 633600.0 99727.9375 633649.0 99728.375 633700.0 99728.8359375 633750.0 99729.3515625 633799.0 99729.8515625 633850.0 99730.2890625 633900.0 99730.7421875 633949.0 99731.25 634000.0 99731.796875 634050.0 99732.2890625 634099.0 99732.7265625 634150.0 99733.234375 634200.0 99733.7265625 634249.0 99734.234375 634300.0 99734.765625 634350.0 99735.234375 634399.0 99735.7109375 634450.0 99736.046875 634500.0 99736.390625 634549.0 99736.75 634600.0 99737.21875 634650.0 99737.7421875 634699.0 99738.140625 634750.0 99738.5703125 634800.0 99739.0625 634849.0 99739.5703125 634900.0 99740.0859375 634950.0 99740.484375 634999.0 99740.96875 635050.0 99741.484375 635100.0 99742.0078125 635149.0 99742.5 635200.0 99743.0234375 635250.0 99743.5234375 635299.0 99743.984375 635350.0 99744.4375 635400.0 99744.890625 635449.0 99745.375 635500.0 99745.8125 635550.0 99746.34375 635599.0 99746.796875 635650.0 99747.265625 635700.0 99747.7265625 635749.0 99748.1484375 635800.0 99748.6015625 635850.0 99749.1171875 635899.0 99749.578125 635950.0 99750.0390625 636000.0 99750.46875 636049.0 99750.953125 636100.0 99751.4140625 636150.0 99751.8828125 636199.0 99752.40625 636250.0 99752.84375 636300.0 99753.15625 636349.0 99753.53125 636400.0 99754.0703125 636450.0 99754.5625 636499.0 99754.921875 636550.0 99755.375 636600.0 99755.9140625 636649.0 99756.2578125 636700.0 99756.6796875 636750.0 99757.125 636799.0 99757.640625 636850.0 99758.0546875 636900.0 99758.5 636949.0 99758.96875 637000.0 99759.484375 637050.0 99759.96875 637099.0 99760.40625 637150.0 99760.8671875 637200.0 99761.390625 637249.0 99761.9453125 637300.0 99762.359375 637350.0 99761.6328125 637399.0 99761.78125 637450.0 99762.0625 637500.0 99762.796875 637549.0 99763.3984375 637600.0 99763.4921875 637650.0 99763.796875 637699.0 99764.265625 637750.0 99764.796875 637800.0 99765.3671875 637849.0 99765.703125 637900.0 99766.1875 637950.0 99767.0 637999.0 99767.703125 638050.0 99768.1953125 638100.0 99768.515625 638149.0 99768.7578125 638200.0 99769.03125 638250.0 99769.28125 638299.0 99769.59375 638350.0 99769.921875 638400.0 99770.328125 638449.0 99770.671875 638500.0 99770.140625 638550.0 99770.5390625 638599.0 99770.8671875 638650.0 99771.09375 638700.0 99771.515625 638749.0 99771.9140625 638800.0 99772.234375 638850.0 99772.8203125 638899.0 99774.1875 638950.0 99774.5859375 639000.0 99774.921875 639049.0 99775.25 639100.0 99775.7265625 639150.0 99776.046875 639199.0 99776.5 639250.0 99777.0546875 639300.0 99777.4140625 639349.0 99777.5859375 639400.0 99777.78125 639450.0 99778.296875 639499.0 99778.65625 639550.0 99779.1171875 639600.0 99780.0 639649.0 99780.3515625 639700.0 99780.78125 639750.0 99781.3046875 639799.0 99781.75 639850.0 99782.140625 639900.0 99782.734375 639949.0 99783.53125 640000.0 99783.8828125 640050.0 99784.296875 640099.0 99784.703125 640150.0 99785.1171875 640200.0 99785.5703125 640249.0 99785.9375 640300.0 99786.296875 640350.0 99786.765625 640399.0 99787.2109375 640450.0 99791.1953125 640500.0 99791.515625 640549.0 99792.0625 640600.0 99792.71875 640650.0 99793.203125 640699.0 99793.6484375 640750.0 99794.1875 640800.0 99794.671875 640849.0 99795.109375 640900.0 99795.5 640950.0 99796.046875 640999.0 99796.75 641050.0 99797.3203125 641100.0 99797.859375 641149.0 99798.390625 641200.0 99799.09375 641250.0 99799.65625 641299.0 99799.984375 641350.0 99800.421875 641400.0 99800.75 641449.0 99801.0234375 641500.0 99801.1328125 641550.0 99801.15625 641599.0 99801.3125 641650.0 99801.859375 641700.0 99802.3671875 641749.0 99802.953125 641800.0 99803.421875 641850.0 99803.75 641899.0 99804.0703125 641950.0 99804.609375 642000.0 99805.046875 642049.0 99805.515625 642100.0 99805.859375 642150.0 99806.421875 642199.0 99806.96875 642250.0 99807.0 642300.0 99807.296875 642349.0 99808.2109375 642400.0 99809.0625 642450.0 99809.2734375 642499.0 99809.7265625 642550.0 99810.265625 642600.0 99810.90625 642649.0 99811.484375 642700.0 99811.9296875 642750.0 99812.359375 642799.0 99812.734375 642850.0 99813.125 642900.0 99813.46875 642949.0 99813.796875 643000.0 99814.203125 643050.0 99814.6015625 643099.0 99814.8984375 643150.0 99815.140625 643200.0 99815.4609375 643249.0 99815.671875 643300.0 99815.921875 643350.0 99816.296875 643399.0 99816.703125 643450.0 99817.1640625 643500.0 99817.5 643549.0 99817.8125 643600.0 99818.203125 643650.0 99818.640625 643699.0 99819.109375 643750.0 99819.5234375 643800.0 99820.0 643849.0 99820.484375 643900.0 99821.0078125 643950.0 99821.5 643999.0 99822.0234375 644050.0 99822.734375 644100.0 99823.234375 644149.0 99823.625 644200.0 99824.0546875 644250.0 99824.671875 644299.0 99825.125 644350.0 99826.25 644400.0 99828.84375 644449.0 99829.359375 644500.0 99829.890625 644550.0 99830.421875 644599.0 99830.875 644650.0 99831.21875 644700.0 99831.625 644749.0 99832.0078125 644800.0 99832.4609375 644850.0 99832.953125 644899.0 99833.4453125 644950.0 99833.9375 645000.0 99834.40625 645049.0 99834.7421875 645100.0 99835.125 645150.0 99835.515625 645199.0 99835.953125 645250.0 99836.4375 645300.0 99836.953125 645349.0 99837.484375 645400.0 99837.984375 645450.0 99838.4921875 645499.0 99839.0234375 645550.0 99839.546875 645600.0 99839.984375 645649.0 99840.4140625 645700.0 99840.90625 645750.0 99841.359375 645799.0 99841.8125 645850.0 99842.265625 645900.0 99842.65625 645949.0 99843.109375 646000.0 99843.453125 646050.0 99843.8125 646099.0 99844.28125 646150.0 99844.625 646200.0 99844.859375 646249.0 99845.171875 646300.0 99845.5 646350.0 99845.890625 646399.0 99846.3515625 646450.0 99846.7890625 646500.0 99847.15625 646549.0 99847.6171875 646600.0 99848.1484375 646650.0 99848.640625 646699.0 99848.953125 646750.0 99849.28125 646800.0 99849.6640625 646849.0 99850.0625 646900.0 99850.515625 646950.0 99850.984375 646999.0 99851.5078125 647050.0 99852.03125 647100.0 99852.5625 647149.0 99853.125 647200.0 99853.6640625 647250.0 99854.125 647299.0 99854.6484375 647350.0 99855.140625 647400.0 99855.59375 647449.0 99856.09375 647500.0 99856.5 647550.0 99856.6875 647599.0 99857.09375 647650.0 99857.546875 647700.0 99858.0390625 647749.0 99858.359375 647800.0 99858.8125 647850.0 99859.3046875 647899.0 99859.7265625 647950.0 99860.15625 648000.0 99860.46875 648049.0 99860.84375 648100.0 99861.265625 648150.0 99861.7265625 648199.0 99862.1875 648250.0 99862.640625 648300.0 99863.0625 648349.0 99863.4921875 648400.0 99863.953125 648450.0 99864.421875 648499.0 99864.8828125 648550.0 99865.375 648600.0 99865.90625 648649.0 99866.421875 648700.0 99866.96875 648750.0 99867.5 648799.0 99868.015625 648850.0 99868.5625 648900.0 99869.1640625 648949.0 99869.65625 649000.0 99870.125 649050.0 99870.53125 649099.0 99870.9375 649150.0 99871.3125 649200.0 99871.6796875 649249.0 99872.140625 649300.0 99872.640625 649350.0 99873.171875 649399.0 99873.7265625 649450.0 99874.265625 649500.0 99874.78125 649549.0 99875.265625 649600.0 99875.6640625 649650.0 99876.09375 649699.0 99876.5859375 649750.0 99876.8515625 649800.0 99877.296875 649849.0 99877.7734375 649900.0 99878.203125 649950.0 99878.5625 649999.0 99879.109375 650050.0 99879.6171875 650100.0 99880.015625 650149.0 99880.34375 650200.0 99880.640625 650250.0 99881.015625 650299.0 99881.4453125 650350.0 99881.9375 650400.0 99882.46875 650449.0 99882.984375 650500.0 99883.453125 650550.0 99883.828125 650599.0 99884.234375 650650.0 99884.6875 650700.0 99885.203125 650749.0 99885.6171875 650800.0 99886.015625 650850.0 99886.484375 650899.0 99887.03125 650950.0 99887.53125 651000.0 99888.078125 651049.0 99888.640625 651100.0 99889.15625 651150.0 99889.5859375 651199.0 99890.015625 651250.0 99890.484375 651300.0 99891.015625 651349.0 99891.515625 651400.0 99892.046875 651450.0 99892.5703125 651499.0 99893.109375 651550.0 99893.71875 651600.0 99894.328125 651649.0 99894.828125 651700.0 99895.3203125 651750.0 99895.84375 651799.0 99896.34375 651850.0 99896.6953125 651900.0 99897.1640625 651949.0 99897.6875 652000.0 99898.078125 652050.0 99898.515625 652099.0 99898.96875 652150.0 99899.4375 652200.0 99899.90625 652249.0 99900.3828125 652300.0 99900.7890625 652350.0 99901.1875 652399.0 99901.6328125 652450.0 99902.109375 652500.0 99902.6328125 652549.0 99903.0703125 652600.0 99903.5390625 652650.0 99903.984375 652699.0 99904.421875 652750.0 99904.875 652800.0 99905.390625 652849.0 99905.765625 652900.0 99906.21875 652950.0 99906.6640625 652999.0 99907.171875 653050.0 99907.71875 653100.0 99908.15625 653149.0 99908.59375 653200.0 99909.1484375 653250.0 99909.671875 653299.0 99910.203125 653350.0 99910.671875 653400.0 99911.1796875 653449.0 99911.6875 653500.0 99912.1484375 653550.0 99912.59375 653599.0 99913.0703125 653650.0 99913.515625 653700.0 99913.96875 653749.0 99914.5 653800.0 99914.96875 653850.0 99915.515625 653899.0 99916.03125 653950.0 99916.921875 654000.0 99917.375 654049.0 99917.828125 654100.0 99918.2265625 654150.0 99918.484375 654199.0 99918.859375 654250.0 99919.0390625 654300.0 99919.5703125 654349.0 99919.9609375 654400.0 99920.390625 654450.0 99920.8046875 654499.0 99921.3125 654550.0 99921.84375 654600.0 99922.203125 654649.0 99922.53125 654700.0 99922.828125 654750.0 99923.203125 654799.0 99923.6328125 654850.0 99924.125 654900.0 99924.65625 654949.0 99925.3125 655000.0 99926.796875 655050.0 99927.3046875 655099.0 99927.8046875 655150.0 99928.21875 655200.0 99928.453125 655249.0 99928.78125 655300.0 99929.3203125 655350.0 99929.6875 655399.0 99929.984375 655450.0 99930.3125 655500.0 99930.984375 655549.0 99932.015625 655600.0 99932.40625 655650.0 99932.828125 655699.0 99933.328125 655750.0 99933.84375 655800.0 99934.3359375 655849.0 99934.703125 655900.0 99935.125 655950.0 99935.5 655999.0 99935.953125 656050.0 99936.4140625 656100.0 99936.84375 656149.0 99937.234375 656200.0 99930.0 656250.0 99927.0 656299.0 99939.15625 656350.0 99939.609375 656400.0 99940.1171875 656449.0 99940.5703125 656500.0 99940.671875 656550.0 99941.03125 656599.0 99941.5234375 656650.0 99941.8828125 656700.0 99942.3359375 656749.0 99942.875 656800.0 99943.34375 656850.0 99943.8828125 656899.0 99944.28125 656950.0 99944.65625 657000.0 99945.109375 657049.0 99945.421875 657100.0 99945.484375 657150.0 99945.859375 657199.0 99946.328125 657250.0 99946.828125 657300.0 99947.3515625 657349.0 99947.8828125 657400.0 99948.390625 657450.0 99948.90625 657499.0 99949.390625 657550.0 99949.90625 657600.0 99950.4296875 657649.0 99950.953125 657700.0 99951.578125 657750.0 99952.03125 657799.0 99952.53125 657850.0 99952.96875 657900.0 99953.453125 657949.0 99953.9375 658000.0 99954.4375 658050.0 99954.8125 658099.0 99955.265625 658150.0 99955.796875 658200.0 99956.328125 658249.0 99956.7421875 658300.0 99957.1328125 658350.0 99957.5625 658399.0 99958.03125 658450.0 99958.484375 658500.0 99958.671875 658549.0 99959.171875 658600.0 99959.625 658650.0 99960.1484375 658699.0 99960.609375 658750.0 99961.109375 658800.0 99961.6328125 658849.0 99962.109375 658900.0 99962.4453125 658950.0 99962.859375 658999.0 99963.3203125 659050.0 99963.78125 659100.0 99964.296875 659149.0 99964.734375 659200.0 99965.25 659250.0 99965.765625 659299.0 99966.2421875 659350.0 99966.6953125 659400.0 99967.15625 659449.0 99967.6484375 659500.0 99968.109375 659550.0 99968.59375 659599.0 99969.078125 659650.0 99969.59375 659700.0 99970.109375 659749.0 99970.609375 659800.0 99971.0625 659850.0 99971.515625 659899.0 99971.984375 659950.0 99972.453125 660000.0 99972.96875 660049.0 99973.578125 660100.0 99974.078125 660150.0 99974.6015625 660199.0 99975.078125 660250.0 99975.5 660300.0 99975.9375 660349.0 99976.4453125 660400.0 99976.953125 660450.0 99977.484375 660499.0 99977.8984375 660550.0 99978.2734375 660600.0 99978.703125 660649.0 99978.796875 660700.0 99979.015625 660750.0 99979.4375 660799.0 99979.984375 660850.0 99980.5390625 660900.0 99981.0 660949.0 99981.515625 661000.0 99982.0 661050.0 99982.5078125 661099.0 99983.125 661150.0 99983.6484375 661200.0 99984.0859375 661249.0 99984.515625 661300.0 99984.859375 661350.0 99984.8046875 661399.0 99985.28125 661450.0 99985.703125 661500.0 99986.1484375 661549.0 99986.625 661600.0 99987.1875 661650.0 99987.6953125 661699.0 99988.2578125 661750.0 99988.7734375 661800.0 99989.234375 661849.0 99989.65625 661900.0 99990.0078125 661950.0 99990.609375 661999.0 99991.078125 662050.0 99991.5859375 662100.0 99992.0 662149.0 99992.625 662200.0 99993.1796875 662250.0 99993.796875 662299.0 99994.46875 662350.0 99994.984375 662400.0 99995.25 662449.0 99996.53125 662500.0 99997.0078125 662550.0 99997.453125 662599.0 99997.875 662650.0 99998.296875 662700.0 99998.6953125 662749.0 99999.203125 662800.0 99999.71875 662850.0 100000.234375 662899.0 100000.6875 662950.0 100001.1640625 663000.0 100001.6171875 663049.0 100002.078125 663100.0 100002.4921875 663150.0 100002.9296875 663199.0 100003.4140625 663250.0 100003.90625 663300.0 100004.375 663349.0 100004.828125 663400.0 100005.2890625 663450.0 100005.765625 663499.0 100006.28125 663550.0 100006.8046875 663600.0 100007.2734375 663649.0 100007.6875 663700.0 100008.0234375 663750.0 100008.3125 663799.0 100008.7109375 663850.0 100009.0703125 663900.0 100009.5625 663949.0 100010.140625 664000.0 100010.65625 664050.0 100011.1328125 664099.0 100011.5078125 664150.0 100011.84375 664200.0 100012.28125 664249.0 100012.7421875 664300.0 100013.2890625 664350.0 100013.828125 664399.0 100014.1015625 664450.0 100014.515625 664500.0 100014.8984375 664549.0 100015.359375 664600.0 100015.7890625 664650.0 100016.25 664699.0 100016.765625 664750.0 100017.2890625 664800.0 100017.671875 664849.0 100018.109375 664900.0 100018.5625 664950.0 100019.0 664999.0 100019.453125 665050.0 100019.9375 665100.0 100020.5 665149.0 100020.96875 665200.0 100021.4453125 665250.0 100021.9296875 665299.0 100022.390625 665350.0 100022.8203125 665400.0 100023.28125 665449.0 100023.734375 665500.0 100024.25 665550.0 100024.78125 665599.0 100025.3125 665650.0 100025.890625 665700.0 100026.3125 665749.0 100026.7265625 665800.0 100027.140625 665850.0 100027.640625 665899.0 100028.203125 665950.0 100028.703125 666000.0 100029.1328125 666049.0 100029.625 666100.0 100030.265625 666150.0 100030.796875 666199.0 100031.515625 666250.0 100031.96875 666300.0 100032.3828125 666349.0 100032.8671875 666400.0 100033.421875 666450.0 100033.9375 666499.0 100034.4609375 666550.0 100034.984375 666600.0 100035.4765625 666649.0 100035.9921875 666700.0 100036.3828125 666750.0 100036.703125 666799.0 100037.1328125 666850.0 100037.4609375 666900.0 100037.875 666949.0 100038.3125 667000.0 100038.7734375 667050.0 100039.21875 667099.0 100039.65625 667150.0 100040.1328125 667200.0 100040.140625 667249.0 100040.46875 667300.0 100040.765625 667350.0 100041.078125 667399.0 100041.421875 667450.0 100041.8046875 667500.0 100042.2578125 667549.0 100042.734375 667600.0 100043.265625 667650.0 100043.796875 667699.0 100044.375 667750.0 100044.921875 667800.0 100045.484375 667849.0 100046.109375 667900.0 100046.6328125 667950.0 100047.15625 667999.0 100047.6796875 668050.0 100048.140625 668100.0 100048.5625 668149.0 100049.015625 668200.0 100049.578125 668250.0 100050.0546875 668299.0 100050.53125 668350.0 100051.078125 668400.0 100051.5703125 668449.0 100051.96875 668500.0 100052.4296875 668550.0 100052.9921875 668599.0 100053.484375 668650.0 100053.984375 668700.0 100054.5 668749.0 100055.03125 668800.0 100055.6328125 668850.0 100056.3203125 668899.0 100056.9609375 668950.0 100057.515625 669000.0 100058.125 669049.0 100058.6640625 669100.0 100059.203125 669150.0 100059.5859375 669199.0 100059.96875 669250.0 100060.390625 669300.0 100060.84375 669349.0 100061.3359375 669400.0 100061.8515625 669450.0 100062.3125 669499.0 100062.7265625 669550.0 100063.078125 669600.0 100063.4453125 669649.0 100063.84375 669700.0 100064.0234375 669750.0 100064.4296875 669799.0 100063.6328125 669850.0 100063.6875 669900.0 100063.7890625 669949.0 100064.2109375 670000.0 100064.71875 670050.0 100065.1328125 670099.0 100065.609375 670150.0 100066.109375 670200.0 100066.5625 670249.0 100066.953125 670300.0 100067.375 670350.0 100067.8046875 670399.0 100068.21875 670450.0 100068.6796875 670500.0 100069.1328125 670549.0 100069.6015625 670600.0 100070.09375 670650.0 100070.53125 670699.0 100071.0 670750.0 100071.5078125 670800.0 100072.0703125 670849.0 100072.6015625 670900.0 100073.1875 670950.0 100073.765625 670999.0 100074.203125 671050.0 100074.6875 671100.0 100075.25 671149.0 100075.78125 671200.0 100076.3984375 671250.0 100077.015625 671299.0 100077.515625 671350.0 100078.0390625 671400.0 100078.59375 671449.0 100079.140625 671500.0 100079.5859375 671550.0 100080.09375 671599.0 100080.5390625 671650.0 100081.015625 671700.0 100081.5 671749.0 100081.9453125 671800.0 100082.515625 671850.0 100082.7890625 671899.0 100083.15625 671950.0 100083.609375 672000.0 100084.0078125 672049.0 100084.390625 672100.0 100084.7734375 672150.0 100085.0390625 672199.0 100085.5234375 672250.0 100086.1171875 672300.0 100086.84375 672349.0 100087.4375 672400.0 100087.921875 672450.0 100088.4140625 672499.0 100088.8515625 672550.0 100089.296875 672600.0 100089.8046875 672649.0 100090.375 672700.0 100090.875 672750.0 100091.3359375 672799.0 100091.7890625 672850.0 100092.2109375 672900.0 100092.640625 672949.0 100093.0078125 673000.0 100093.421875 673050.0 100094.09375 673099.0 100094.7890625 673150.0 100095.5078125 673200.0 100096.1796875 673249.0 100096.640625 673300.0 100097.1328125 673350.0 100097.71875 673399.0 100098.265625 673450.0 100098.7890625 673500.0 100099.390625 673549.0 100100.1953125 673600.0 100100.984375 673650.0 100101.640625 673699.0 100102.21875 673750.0 100102.8828125 673800.0 100103.5 673849.0 100104.109375 673900.0 100104.5546875 673950.0 100104.9453125 673999.0 100105.3828125 674050.0 100105.8046875 674100.0 100106.46875 674149.0 100106.0 674200.0 100106.484375 674250.0 100106.2578125 674299.0 100104.125 674350.0 100104.6328125 674400.0 100105.28125 674449.0 100105.7109375 674500.0 100106.2109375 674550.0 100106.734375 674599.0 100107.359375 674650.0 100107.90625 674700.0 100108.4296875 674749.0 100108.84375 674800.0 100109.234375 674850.0 100109.5078125 674899.0 100109.75 674950.0 100110.140625 675000.0 100110.7265625 675049.0 100111.21875 675100.0 100111.6484375 675150.0 100112.1015625 675199.0 100112.609375 675250.0 100113.0234375 675300.0 100113.328125 675349.0 100113.71875 675400.0 100114.3046875 675450.0 100114.84375 675499.0 100115.3515625 675550.0 100116.046875 675600.0 100116.5859375 675649.0 100117.046875 675700.0 100117.578125 675750.0 100118.0390625 675799.0 100118.5703125 675850.0 100119.078125 675900.0 100119.5625 675949.0 100120.1171875 676000.0 100120.5625 676050.0 100121.0625 676099.0 100121.265625 676150.0 100121.7265625 676200.0 100122.28125 676249.0 100122.78125 676300.0 100123.28125 676350.0 100123.8046875 676399.0 100124.375 676450.0 100124.96875 676500.0 100125.3984375 676549.0 100126.71875 676600.0 100127.2109375 676650.0 100127.7578125 676699.0 100128.296875 676750.0 100128.7890625 676800.0 100129.390625 676849.0 100129.890625 676900.0 100130.484375 676950.0 100131.03125 676999.0 100131.546875 677050.0 100132.0 677100.0 100132.453125 677149.0 100132.75 677200.0 100133.15625 677250.0 100133.5859375 677299.0 100134.015625 677350.0 100134.5 677400.0 100134.984375 677449.0 100135.453125 677500.0 100136.046875 677550.0 100136.46875 677599.0 100136.8828125 677650.0 100137.3515625 677700.0 100137.828125 677749.0 100138.46875 677800.0 100139.0234375 677850.0 100139.6484375 677899.0 100140.734375 677950.0 100141.390625 678000.0 100141.9765625 678049.0 100142.5078125 678100.0 100143.15625 678150.0 100143.65625 678199.0 100144.2421875 678250.0 100144.71875 678300.0 100145.171875 678349.0 100145.5625 678400.0 100146.015625 678450.0 100146.4453125 678499.0 100146.8671875 678550.0 100147.34375 678600.0 100147.859375 678649.0 100148.3984375 678700.0 100149.0625 678750.0 100149.8046875 678799.0 100150.796875 678850.0 100151.453125 678900.0 100152.1640625 678949.0 100152.8515625 679000.0 100153.4609375 679050.0 100153.984375 679099.0 100154.453125 679150.0 100154.8359375 679200.0 100155.34375 679249.0 100155.859375 679300.0 100156.3203125 679350.0 100156.75 679399.0 100157.2109375 679450.0 100157.6875 679500.0 100158.2109375 679549.0 100158.75 679600.0 100159.28125 679650.0 100159.828125 679699.0 100160.265625 679750.0 100160.65625 679800.0 100161.0703125 679849.0 100161.5859375 679900.0 100162.1328125 679950.0 100162.6328125 679999.0 100163.046875 680050.0 100163.421875 680100.0 100163.890625 680149.0 100164.28125 680200.0 100164.8125 680250.0 100165.171875 680299.0 100165.5078125 680350.0 100165.96875 680400.0 100166.4921875 680449.0 100166.9140625 680500.0 100167.34375 680550.0 100167.8125 680599.0 100168.2421875 680650.0 100168.765625 680700.0 100169.3203125 680749.0 100169.796875 680800.0 100170.2421875 680850.0 100170.7578125 680899.0 100171.28125 680950.0 100171.859375 681000.0 100172.4140625 681049.0 100172.921875 681100.0 100173.34375 681150.0 100173.84375 681199.0 100174.2578125 681250.0 100174.71875 681300.0 100175.1875 681349.0 100175.59375 681400.0 100176.0546875 681450.0 100176.53125 681499.0 100176.9921875 681550.0 100177.4375 681600.0 100177.8828125 681649.0 100178.328125 681700.0 100178.765625 681750.0 100179.21875 681799.0 100179.6328125 681850.0 100180.1484375 681900.0 100180.65625 681949.0 100181.1484375 682000.0 100181.671875 682050.0 100182.203125 682099.0 100182.734375 682150.0 100183.265625 682200.0 100183.796875 682249.0 100184.2890625 682300.0 100184.8125 682350.0 100185.3046875 682399.0 100185.765625 682450.0 100186.203125 682500.0 100186.65625 682549.0 100187.21875 682600.0 100187.7265625 682650.0 100188.203125 682699.0 100188.65625 682750.0 100189.171875 682800.0 100189.7421875 682849.0 100190.1484375 682900.0 100190.5546875 682950.0 100191.0078125 682999.0 100191.4140625 683050.0 100191.921875 683100.0 100192.3515625 683149.0 100192.75 683200.0 100193.203125 683250.0 100191.5 683299.0 100188.5 683350.0 100194.8046875 683400.0 100195.28125 683449.0 100195.515625 683500.0 100195.9375 683550.0 100196.4375 683599.0 100196.9375 683650.0 100197.328125 683700.0 100197.7109375 683749.0 100197.9296875 683800.0 100198.4140625 683850.0 100198.9375 683899.0 100199.453125 683950.0 100199.953125 684000.0 100200.4765625 684049.0 100201.015625 684100.0 100201.484375 684150.0 100201.96875 684199.0 100202.40625 684250.0 100202.8984375 684300.0 100203.375 684349.0 100203.78125 684400.0 100204.2421875 684450.0 100204.8359375 684499.0 100205.3515625 684550.0 100205.8515625 684600.0 100206.2890625 684649.0 100206.7421875 684700.0 100207.25 684750.0 100207.796875 684799.0 100208.2890625 684850.0 100208.7265625 684900.0 100209.234375 684949.0 100209.7265625 685000.0 100210.234375 685050.0 100210.765625 685099.0 100211.234375 685150.0 100211.7109375 685200.0 100212.046875 685249.0 100212.390625 685300.0 100212.75 685350.0 100213.21875 685399.0 100213.7421875 685450.0 100214.140625 685500.0 100214.5703125 685549.0 100215.0625 685600.0 100215.5703125 685650.0 100216.0859375 685699.0 100216.484375 685750.0 100216.96875 685800.0 100217.484375 685849.0 100218.0078125 685900.0 100218.5 685950.0 100219.0234375 685999.0 100219.5234375 686050.0 100219.984375 686100.0 100220.4375 686149.0 100220.890625 686200.0 100221.375 686250.0 100221.8125 686299.0 100222.34375 686350.0 100222.796875 686400.0 100223.265625 686449.0 100223.7265625 686500.0 100224.2421875 686550.0 100224.6875 686599.0 100225.15625 686650.0 100225.6640625 686700.0 100226.1796875 686749.0 100226.6953125 686800.0 100227.203125 686850.0 100227.7109375 686899.0 100228.234375 686950.0 100228.7109375 687000.0 100229.1484375 687049.0 100229.625 687100.0 100230.09375 687150.0 100230.53125 687199.0 100231.0 687250.0 100231.46875 687300.0 100231.921875 687349.0 100232.40625 687400.0 100232.9453125 687450.0 100233.4375 687499.0 100233.984375 687550.0 100234.65625 687600.0 100235.140625 687649.0 100235.6640625 687700.0 100236.171875 687750.0 100236.703125 687799.0 100237.203125 687850.0 100237.65625 687900.0 100238.125 687949.0 100238.5 688000.0 100238.96875 688050.0 100239.484375 688099.0 100240.046875 688150.0 100240.5390625 688200.0 100241.0 688249.0 100241.53125 688300.0 100242.109375 688350.0 100242.765625 688399.0 100243.1875 688450.0 100243.296875 688500.0 100243.75 688549.0 100244.0625 688600.0 100244.515625 688650.0 100244.9765625 688699.0 100245.21875 688750.0 100245.09375 688800.0 100245.234375 688849.0 100245.5390625 688900.0 100245.90625 688950.0 100246.3671875 688999.0 100246.8984375 689050.0 100247.4609375 689100.0 100248.0546875 689149.0 100248.578125 689200.0 100249.0703125 689250.0 100249.5078125 689299.0 100250.03125 689350.0 100250.5390625 689400.0 100250.984375 689449.0 100251.5 689500.0 100251.9921875 689550.0 100252.515625 689599.0 100253.15625 689650.0 100253.7578125 689700.0 100254.328125 689749.0 100254.796875 689800.0 100255.1953125 689850.0 100255.671875 689899.0 100256.15625 689950.0 100256.5390625 690000.0 100256.921875 690049.0 100257.21875 690100.0 100256.84375 690150.0 100257.109375 690199.0 100257.5625 690250.0 100258.0546875 690300.0 100258.4765625 690349.0 100258.90625 690400.0 100259.34375 690450.0 100259.796875 690499.0 100260.265625 690550.0 100260.75 690600.0 100261.296875 690649.0 100261.8828125 690700.0 100262.34375 690750.0 100262.890625 690799.0 100263.5078125 690850.0 100264.015625 690900.0 100264.5703125 690949.0 100265.046875 691000.0 100265.5078125 691050.0 100265.96875 691099.0 100266.390625 691150.0 100266.8046875 691200.0 100267.1953125 691249.0 100267.515625 691300.0 100268.0625 691350.0 100268.71875 691399.0 100269.203125 691450.0 100269.6484375 691500.0 100270.1875 691549.0 100270.671875 691600.0 100271.109375 691650.0 100271.5 691699.0 100272.046875 691750.0 100272.75 691800.0 100273.3203125 691849.0 100273.859375 691900.0 100274.390625 691950.0 100275.09375 691999.0 100275.8203125 692050.0 100276.4375 692100.0 100277.0546875 692149.0 100277.46875 692200.0 100277.90625 692250.0 100278.0 692299.0 100278.5234375 692350.0 100281.25 692400.0 100281.7265625 692449.0 100282.265625 692500.0 100282.8515625 692550.0 100283.5625 692599.0 100284.0234375 692650.0 100284.421875 692700.0 100284.890625 692749.0 100285.421875 692800.0 100285.8828125 692850.0 100286.46875 692899.0 100287.1484375 692950.0 100287.71875 693000.0 100288.2578125 693049.0 100288.8046875 693100.0 100289.359375 693150.0 100289.859375 693199.0 100290.28125 693250.0 100290.6875 693300.0 100291.09375 693349.0 100291.46875 693400.0 100291.7265625 693450.0 100292.015625 693499.0 100292.34375 693550.0 100292.4921875 693600.0 100292.7578125 693649.0 100293.2890625 693700.0 100293.875 693750.0 100294.453125 693799.0 100294.953125 693850.0 100295.4375 693900.0 100295.890625 693949.0 100296.296875 694000.0 100296.7109375 694050.0 100297.203125 694099.0 100297.734375 694150.0 100298.2265625 694200.0 100298.6875 694249.0 100299.046875 694300.0 100299.484375 694350.0 100299.6484375 694399.0 100299.953125 694450.0 100300.4296875 694500.0 100301.0625 694549.0 100301.609375 694600.0 100302.1953125 694650.0 100302.6953125 694699.0 100303.1875 694750.0 100303.703125 694800.0 100304.359375 694849.0 100305.0859375 694900.0 100305.6875 694950.0 100306.171875 694999.0 100306.6015625 695050.0 100307.1015625 695100.0 100307.65625 695149.0 100308.1640625 695200.0 100308.59375 695250.0 100309.078125 695299.0 100309.5859375 695350.0 100310.140625 695400.0 100310.6484375 695449.0 100311.1484375 695500.0 100311.6640625 695550.0 100312.1328125 695599.0 100312.6953125 695650.0 100313.234375 695700.0 100313.640625 695749.0 100314.125 695800.0 100314.6796875 695850.0 100315.1171875 695899.0 100315.1640625 695950.0 100315.53125 696000.0 100315.9375 696049.0 100316.453125 696100.0 100317.0078125 696150.0 100317.5625 696199.0 100318.078125 696250.0 100318.5703125 696300.0 100319.078125 696349.0 100319.5625 696400.0 100320.078125 696450.0 100320.609375 696499.0 100321.234375 696550.0 100321.75 696600.0 100322.2109375 696649.0 100322.9296875 696700.0 100323.359375 696750.0 100323.796875 696799.0 100325.9140625 696850.0 100326.4453125 696900.0 100326.9140625 696949.0 100327.421875 697000.0 100327.953125 697050.0 100328.515625 697099.0 100329.1015625 697150.0 100329.59375 697200.0 100330.09375 697249.0 100330.578125 697300.0 100331.1875 697350.0 100331.7890625 697399.0 100332.2578125 697450.0 100332.78125 697500.0 100333.34375 697549.0 100333.9765625 697600.0 100334.5859375 697650.0 100335.0625 697699.0 100335.578125 697750.0 100336.09375 697800.0 100336.578125 697849.0 100337.0 697900.0 100337.53125 697950.0 100337.9140625 697999.0 100338.1796875 698050.0 100338.5 698100.0 100338.890625 698149.0 100339.3125 698200.0 100339.78125 698250.0 100340.171875 698299.0 100340.546875 698350.0 100341.0234375 698400.0 100341.5546875 698449.0 100341.9921875 698500.0 100342.4375 698550.0 100342.96875 698599.0 100343.421875 698650.0 100343.90625 698700.0 100344.515625 698749.0 100345.1015625 698800.0 100345.5390625 698850.0 100345.9375 698899.0 100346.3125 698950.0 100346.765625 699000.0 100347.2734375 699049.0 100347.703125 699100.0 100348.0859375 699150.0 100348.65625 699199.0 100349.421875 699250.0 100349.9375 699300.0 100350.515625 699349.0 100351.046875 699400.0 100351.53125 699450.0 100352.296875 699499.0 100353.890625 699550.0 100354.4765625 699600.0 100355.1015625 699649.0 100355.7890625 699700.0 100356.4140625 699750.0 100356.953125 699799.0 100357.4609375 699850.0 100358.015625 699900.0 100358.6640625 699949.0 100359.3125 700000.0 100359.78125 700050.0 100360.3203125 700099.0 100360.9375 700150.0 100361.484375 700200.0 100361.9453125 700249.0 100362.4375 700300.0 100362.953125 700350.0 100363.3515625 700399.0 100363.7265625 700450.0 100364.1328125 700500.0 100364.5625 700549.0 100365.0390625 700600.0 100365.5 700650.0 100365.890625 700699.0 100366.3125 700750.0 100366.734375 700800.0 100367.203125 700849.0 100367.6875 700900.0 100368.1171875 700950.0 100368.7265625 700999.0 100369.234375 701050.0 100369.796875 701100.0 100370.4453125 701149.0 100371.1171875 701200.0 100371.953125 701250.0 100372.609375 701299.0 100373.921875 701350.0 100374.6015625 701400.0 100375.296875 701449.0 100375.9140625 701500.0 100376.625 701550.0 100377.328125 701599.0 100377.9765625 701650.0 100378.703125 701700.0 100379.359375 701749.0 100379.921875 701800.0 100380.46875 701850.0 100380.9765625 701899.0 100381.4453125 701950.0 100381.8984375 702000.0 100382.28125 702049.0 100382.671875 702100.0 100383.1484375 702150.0 100383.6796875 702199.0 100384.2734375 702250.0 100384.78125 702300.0 100385.3515625 702349.0 100386.0078125 702400.0 100386.6875 702450.0 100387.4140625 702499.0 100388.390625 702550.0 100389.609375 702600.0 100390.4140625 702649.0 100391.2109375 702700.0 100392.03125 702750.0 100392.8125 702799.0 100393.5703125 702850.0 100394.171875 702900.0 100394.734375 702949.0 100395.21875 703000.0 100395.6640625 703050.0 100396.203125 703099.0 100396.8125 703150.0 100397.4609375 703200.0 100398.0859375 703249.0 100398.8046875 703300.0 100399.515625 703350.0 100400.3203125 703399.0 100401.265625 703450.0 100402.28125 703500.0 100403.515625 703549.0 100404.453125 703600.0 100405.375 703650.0 100406.2578125 703699.0 100406.9921875 703750.0 100407.71875 703800.0 100408.453125 703849.0 100409.1875 703900.0 100409.96875 703950.0 100410.796875 703999.0 100411.65625 704050.0 100412.6484375 704100.0 100413.8046875 704149.0 100413.625 704200.0 100415.15625 704250.0 100416.5625 704299.0 100417.46875 704350.0 100418.484375 704400.0 100419.53125 704449.0 100420.515625 704500.0 100421.6953125 704550.0 100422.5625 704599.0 100423.75 704650.0 100425.046875 704700.0 100426.4140625 704749.0 100427.84375 704800.0 100429.25 704850.0 100430.546875 704899.0 100431.71875 704950.0 100433.0 705000.0 100434.40625 705049.0 100435.796875 705100.0 100437.25 705150.0 100438.71875 705199.0 100440.2734375 705250.0 100441.8125 705300.0 100443.2265625 705349.0 100444.6484375 705400.0 100446.078125 705450.0 100447.546875 705499.0 100447.9765625 705550.0 100448.8359375 705600.0 100448.9921875 705649.0 100448.9296875 705700.0 100447.4765625 705750.0 100447.9765625 705799.0 100450.109375 705850.0 100448.21875 705900.0 100448.140625 705949.0 100450.46875 706000.0 100447.828125 706050.0 100444.5625 706099.0 100446.9375 706150.0 100446.1484375 706200.0 100439.8125 706249.0 100443.296875 706300.0 100442.671875 706350.0 100441.3125 706399.0 100440.203125 706450.0 100443.296875 706500.0 100447.6171875 706549.0 100449.3828125 706600.0 100453.453125 706650.0 100455.75 706699.0 100448.0 706750.0 100451.0 706800.0 100456.5 706849.0 100454.53125 706900.0 100447.15625 706950.0 100442.75 706999.0 100443.0 707050.0 100444.84375 707100.0 100450.140625 707149.0 100454.0 707200.0 100437.5 707250.0 100441.0 707299.0 100456.0 707350.0 100462.125 707400.0 100463.484375 707449.0 100461.09375 707500.0 100458.9609375 707550.0 100457.484375 707599.0 100462.984375 707650.0 100459.234375 707700.0 100456.84375 707749.0 100454.7109375 707800.0 100453.234375 707850.0 100453.359375 707899.0 100454.484375 707950.0 100452.3125 708000.0 100450.234375 708049.0 100448.984375 708100.0 100449.109375 708150.0 100450.234375 708199.0 100447.28125 708250.0 100448.078125 708300.0 100455.8671875 708349.0 100462.203125 708400.0 100464.6015625 708450.0 100464.953125 708499.0 100463.34375 708550.0 100461.5 708600.0 100460.6171875 708649.0 100459.0390625 708700.0 100458.3984375 708750.0 100459.03125 708799.0 100464.59375 708850.0 100472.0390625 708900.0 100473.234375 708949.0 100474.2890625 709000.0 100476.765625 709050.0 100479.9921875 709099.0 100484.90625 709150.0 100489.90625 709200.0 100489.4921875 709249.0 100489.609375 709300.0 100474.0 709350.0 100467.0 709399.0 100489.21875 709450.0 100478.0 709500.0 100493.8125 709549.0 100489.0 709600.0 100487.0625 709650.0 100473.609375 709699.0 100472.3125 709750.0 100476.84375 709800.0 100463.5 709849.0 100458.5 709900.0 100464.0 709950.0 100469.5 709999.0 100467.6875 710050.0 100476.703125 710100.0 100478.28125 710149.0 100486.6875 710200.0 100489.0 710250.0 100471.0 710299.0 100453.0 710350.0 100450.0 710400.0 100460.0 710449.0 100500.875 710500.0 100500.5 710550.0 100503.0 710599.0 100512.0 710650.0 100515.6640625 710700.0 100512.84375 710749.0 100513.875 710800.0 100516.359375 710850.0 100517.2578125 710899.0 100517.9375 710950.0 100517.8046875 711000.0 100517.203125 711049.0 100519.109375 711100.0 100520.953125 711150.0 100525.125 711199.0 100524.5234375 711250.0 100523.4375 711300.0 100519.484375 711349.0 100524.515625 711400.0 100528.4296875 711450.0 100531.109375 711499.0 100533.0234375 711550.0 100534.5234375 711600.0 100535.890625 711649.0 100537.78125 711700.0 100539.40625 711750.0 100537.5 711799.0 100543.6875 711850.0 100545.890625 711900.0 100547.1953125 711949.0 100549.8125 712000.0 100552.046875 712050.0 100554.703125 712099.0 100558.078125 712150.0 100560.21875 712200.0 100563.65625 712249.0 100565.6875 712300.0 100567.0390625 712350.0 100570.1171875 712399.0 100572.859375 712450.0 100575.40625 712500.0 100577.4375 712549.0 100579.921875 712600.0 100583.328125 712650.0 100587.359375 712699.0 100590.3671875 712750.0 100594.5703125 712800.0 100595.7578125 712849.0 100600.9609375 712900.0 100603.8359375 712950.0 100606.109375 712999.0 100610.140625 713050.0 100613.859375 713100.0 100610.5 713149.0 100619.28125 713200.0 100622.8984375 713250.0 100623.75 713299.0 100627.578125 713350.0 100627.0 713400.0 100630.5 713449.0 100637.2890625 713500.0 100639.5078125 713550.0 100642.5546875 713599.0 100645.171875 713650.0 100647.578125 713700.0 100649.890625 713749.0 100652.09375 713800.0 100654.25 713850.0 100657.25 713899.0 100659.5078125 713950.0 100661.8671875 714000.0 100664.5859375 714049.0 100666.78125 714100.0 100668.78125 714150.0 100670.7890625 714199.0 100673.34375 714250.0 100675.4921875 714300.0 100677.2578125 714349.0 100680.703125 714400.0 100682.859375 714450.0 100684.6953125 714499.0 100686.6953125 714550.0 100688.4609375 714600.0 100690.125 714649.0 100692.21875 714700.0 100694.0 714750.0 100695.7890625 714799.0 100697.9453125 714850.0 100700.390625 714900.0 100702.125 714949.0 100704.0546875 715000.0 100705.71875 715050.0 100707.296875 715099.0 100708.640625 715150.0 100709.96875 715200.0 100711.2734375 715249.0 100712.578125 715300.0 100713.890625 715350.0 100715.21875 715399.0 100716.609375 715450.0 100718.0078125 715500.0 100719.3671875 715549.0 100720.671875 715600.0 100721.984375 715650.0 100723.3125 715699.0 100724.65625 715750.0 100726.046875 715800.0 100727.484375 715849.0 100729.0 715900.0 100730.609375 715950.0 100732.21875 715999.0 100733.8046875 716050.0 100735.359375 716100.0 100736.828125 716149.0 100738.28125 716200.0 100739.796875 716250.0 100741.34375 716299.0 100742.921875 716350.0 100744.5625 716400.0 100746.2890625 716449.0 100748.1171875 716500.0 100749.9453125 716550.0 100751.8359375 716599.0 100753.6015625 716650.0 100755.46875 716700.0 100757.2890625 716749.0 100759.0625 716800.0 100760.6796875 716850.0 100762.328125 716899.0 100764.0625 716950.0 100765.7734375 717000.0 100767.578125 717049.0 100769.390625 717100.0 100771.265625 717150.0 100773.21875 717199.0 100775.234375 717250.0 100777.28125 717300.0 100779.2265625 717349.0 100781.28125 717400.0 100783.2578125 717450.0 100785.3125 717499.0 100787.453125 717550.0 100789.609375 717600.0 100791.7734375 717649.0 100793.71875 717700.0 100795.4140625 717750.0 100797.34375 717799.0 100799.296875 717850.0 100801.3359375 717900.0 100803.34375 717949.0 100805.4140625 718000.0 100807.53125 718050.0 100809.71875 718099.0 100811.921875 718150.0 100814.03125 718200.0 100816.1484375 718249.0 100818.328125 718300.0 100820.4296875 718350.0 100822.5625 718399.0 100824.71875 718450.0 100826.9296875 718500.0 100829.140625 718549.0 100831.3515625 718600.0 100833.578125 718650.0 100835.84375 718699.0 100838.140625 718750.0 100840.4296875 718800.0 100842.1328125 718849.0 100844.1484375 718900.0 100846.125 718950.0 100848.234375 718999.0 100850.375 719050.0 100852.5703125 719100.0 100854.65625 719149.0 100856.890625 719200.0 100859.046875 719250.0 100861.21875 719299.0 100863.40625 719350.0 100865.5703125 719400.0 100867.71875 719449.0 100869.9375 719500.0 100872.09375 719550.0 100874.328125 719599.0 100876.515625 719650.0 100878.671875 719700.0 100880.8984375 719749.0 100883.1328125 719800.0 100885.3125 719850.0 100887.5625 719899.0 100889.75 719950.0 100891.9375 720000.0 100894.140625 720049.0 100896.375 720100.0 100898.6171875 720150.0 100900.921875 720199.0 100903.125 720250.0 100905.3125 720300.0 100907.4921875 720349.0 100909.65625 720400.0 100911.8515625 720450.0 100913.609375 720499.0 100915.734375 720550.0 100917.96875 720600.0 100920.1953125 720649.0 100922.390625 720700.0 100924.59375 720750.0 100926.8515625 720799.0 100929.0703125 720850.0 100931.3046875 720900.0 100933.484375 720949.0 100935.671875 721000.0 100937.84375 721050.0 100940.03125 721099.0 100942.2109375 721150.0 100944.40625 721200.0 100946.578125 721249.0 100948.75 721300.0 100950.9609375 721350.0 100953.1640625 721399.0 100955.390625 721450.0 100957.546875 721500.0 100959.703125 721549.0 100961.8828125 721600.0 100964.0625 721650.0 100966.234375 721699.0 100968.4296875 721750.0 100970.625 721800.0 100972.8359375 721849.0 100975.015625 721900.0 100977.2109375 721950.0 100979.453125 721999.0 100981.734375 722050.0 100983.984375 722100.0 100986.1328125 722149.0 100988.25 722200.0 100990.390625 722250.0 100992.578125 722299.0 100994.734375 722350.0 100996.9140625 722400.0 100999.09375 722449.0 101001.2421875 722500.0 101003.4375 722550.0 101005.609375 722599.0 101007.796875 722650.0 101009.9765625 722700.0 101012.15625 722749.0 101014.296875 722800.0 101016.40625 722850.0 101018.515625 722899.0 101020.6875 722950.0 101022.8125 723000.0 101024.9375 723049.0 101027.234375 723100.0 101029.421875 723150.0 101031.703125 723199.0 101033.8984375 723250.0 101036.09375 723300.0 101038.2265625 723349.0 101040.46875 723400.0 101042.7109375 723450.0 101044.9375 723499.0 101047.2578125 723550.0 101049.5390625 723600.0 101051.796875 723649.0 101054.046875 723700.0 101056.296875 723750.0 101058.5 723799.0 101060.75 723850.0 101062.9140625 723900.0 101065.15625 723949.0 101067.296875 724000.0 101069.4609375 724050.0 101071.6171875 724099.0 101073.734375 724150.0 101075.890625 724200.0 101078.015625 724249.0 101080.15625 724300.0 101082.375 724350.0 101084.59375 724399.0 101086.796875 724450.0 101089.0390625 724500.0 101091.296875 724549.0 101093.53125 724600.0 101095.78125 724650.0 101097.9921875 724699.0 101100.203125 724750.0 101102.4140625 724800.0 101104.609375 724849.0 101106.8203125 724900.0 101109.0546875 724950.0 101111.28125 724999.0 101113.515625 725050.0 101115.71875 725100.0 101117.9765625 725149.0 101120.15625 725200.0 101122.3359375 725250.0 101124.515625 725299.0 101126.703125 725350.0 101128.921875 725400.0 101131.09375 725449.0 101133.2578125 725500.0 101135.46875 725550.0 101137.6875 725599.0 101139.9375 725650.0 101142.203125 725700.0 101144.453125 725749.0 101146.78125 725800.0 101149.09375 725850.0 101151.4296875 725899.0 101153.6328125 725950.0 101155.8515625 726000.0 101158.078125 726049.0 101160.296875 726100.0 101162.53125 726150.0 101164.7734375 726199.0 101167.046875 726250.0 101169.25 726300.0 101171.4609375 726349.0 101173.765625 726400.0 101176.0703125 726450.0 101178.375 726499.0 101180.75 726550.0 101182.953125 726600.0 101185.1640625 726649.0 101187.40625 726700.0 101189.703125 726750.0 101191.9375 726799.0 101194.21875 726850.0 101196.46875 726900.0 101198.7109375 726949.0 101200.96875 727000.0 101203.2734375 727050.0 101205.6640625 727099.0 101206.8046875 727150.0 101209.0 727200.0 101211.234375 727249.0 101213.453125 727300.0 101215.6953125 727350.0 101217.90625 727399.0 101220.140625 727450.0 101222.40625 727500.0 101224.5390625 727549.0 101226.7109375 727600.0 101228.875 727650.0 101231.0546875 727699.0 101233.171875 727750.0 101235.359375 727800.0 101237.53125 727849.0 101239.7578125 727900.0 101241.96875 727950.0 101244.203125 727999.0 101246.4921875 728050.0 101248.703125 728100.0 101250.90625 728149.0 101253.09375 728200.0 101255.328125 728250.0 101257.6171875 728299.0 101259.84375 728350.0 101262.09375 728400.0 101264.3203125 728449.0 101266.609375 728500.0 101268.90625 728550.0 101271.140625 728599.0 101273.4140625 728650.0 101275.671875 728700.0 101277.859375 728749.0 101280.109375 728800.0 101282.3828125 728850.0 101284.65625 728899.0 101286.90625 728950.0 101289.171875 729000.0 101291.5234375 729049.0 101293.8515625 729100.0 101296.171875 729150.0 101298.390625 729199.0 101300.625 729250.0 101302.78125 729300.0 101305.0078125 729349.0 101307.203125 729400.0 101309.421875 729450.0 101311.6484375 729499.0 101313.8984375 729550.0 101316.09375 729600.0 101318.34375 729649.0 101320.546875 729700.0 101322.765625 729750.0 101325.03125 729799.0 101327.3046875 729850.0 101330.1484375 729900.0 101332.5234375 729949.0 101334.7734375 730000.0 101336.96875 730050.0 101339.21875 730099.0 101341.421875 730150.0 101343.609375 730200.0 101345.8125 730249.0 101347.984375 730300.0 101350.453125 730350.0 101352.7265625 730399.0 101354.9375 730450.0 101357.15625 730500.0 101359.421875 730549.0 101361.90625 730600.0 101364.15625 730650.0 101366.359375 730699.0 101368.5546875 730750.0 101370.75 730800.0 101372.921875 730849.0 101375.15625 730900.0 101377.453125 730950.0 101379.7109375 730999.0 101382.0078125 731050.0 101384.375 731100.0 101386.703125 731149.0 101389.359375 731200.0 101391.578125 731250.0 101393.7578125 731299.0 101395.9609375 731350.0 101398.125 731400.0 101400.34375 731449.0 101402.6015625 731500.0 101404.890625 731550.0 101407.2578125 731599.0 101409.4765625 731650.0 101411.7109375 731700.0 101413.9453125 731749.0 101416.1640625 731800.0 101418.4375 731850.0 101420.953125 731899.0 101423.265625 731950.0 101425.71875 732000.0 101428.3359375 732049.0 101430.4765625 732100.0 101432.640625 732150.0 101434.828125 732199.0 101437.0234375 732250.0 101439.25 732300.0 101441.4453125 732349.0 101443.6796875 732400.0 101446.015625 732450.0 101448.296875 732499.0 101450.53125 732550.0 101452.765625 732600.0 101455.03125 732649.0 101457.4609375 732700.0 101459.921875 732750.0 101462.7265625 732799.0 101465.109375 732850.0 101467.2578125 732900.0 101469.421875 732949.0 101471.65625 733000.0 101473.90625 733050.0 101476.21875 733099.0 101478.546875 733150.0 101480.796875 733200.0 101483.1875 733249.0 101485.5625 733300.0 101487.9765625 733350.0 101490.5703125 733399.0 101493.171875 733450.0 101495.6171875 733500.0 101497.921875 733549.0 101500.2109375 733600.0 101502.609375 733650.0 101505.078125 733699.0 101507.546875 733750.0 101510.0 733800.0 101512.171875 733849.0 101514.1875 733900.0 101516.3671875 733950.0 101518.640625 733999.0 101520.84375 734050.0 101523.078125 734100.0 101525.3125 734149.0 101527.53125 734200.0 101529.703125 734250.0 101531.921875 734299.0 101534.109375 734350.0 101536.328125 734400.0 101538.515625 734449.0 101540.7578125 734500.0 101542.953125 734550.0 101545.171875 734599.0 101547.3515625 734650.0 101549.640625 734700.0 101551.8359375 734749.0 101554.1015625 734800.0 101556.2890625 734850.0 101558.578125 734899.0 101560.84375 734950.0 101563.0859375 735000.0 101565.21875 735049.0 101567.484375 735100.0 101569.65625 735150.0 101571.859375 735199.0 101574.03125 735250.0 101576.2109375 735300.0 101578.390625 735349.0 101580.859375 735400.0 101583.0546875 735450.0 101579.5 735499.0 101587.5 735550.0 101586.25 735600.0 101591.875 735649.0 101593.0 735700.0 101596.2265625 735750.0 101598.453125 735799.0 101600.625 735850.0 101602.828125 735900.0 101605.015625 735949.0 101607.2421875 736000.0 101609.3671875 736050.0 101610.0703125 736099.0 101613.0 736150.0 101615.9296875 736200.0 101618.171875 736249.0 101621.0 736300.0 101623.5625 736350.0 101621.25 736399.0 101624.625 736450.0 101628.0 736500.0 101632.59375 736549.0 101634.7890625 736600.0 101635.6796875 736650.0 101638.7109375 736699.0 101641.34375 736750.0 101643.5 736800.0 101645.75 736849.0 101648.0 736900.0 101650.203125 736950.0 101652.40625 736999.0 101654.640625 737050.0 101656.890625 737100.0 101659.1875 737149.0 101661.515625 737200.0 101663.75 737250.0 101663.0 737299.0 101668.15625 737350.0 101670.390625 737400.0 101672.625 737449.0 101674.921875 737500.0 101677.171875 737550.0 101679.3828125 737599.0 101681.578125 737650.0 101683.8125 737700.0 101686.046875 737749.0 101688.3125 737800.0 101690.515625 737850.0 101692.8125 737899.0 101695.0625 737950.0 101697.3984375 738000.0 101699.640625 738049.0 101702.3046875 738100.0 101704.5 738150.0 101706.671875 738199.0 101708.8359375 738250.0 101711.0390625 738300.0 101713.203125 738349.0 101715.421875 738400.0 101717.640625 738450.0 101719.8984375 738499.0 101722.125 738550.0 101724.4453125 738600.0 101726.765625 738649.0 101728.984375 738700.0 101731.234375 738750.0 101733.4453125 738799.0 101735.6796875 738850.0 101737.9296875 738900.0 101740.171875 738949.0 101742.640625 739000.0 101744.9453125 739050.0 101747.265625 739099.0 101749.5625 739150.0 101752.1015625 739200.0 101754.3203125 739249.0 101756.5234375 739300.0 101758.7265625 739350.0 101760.9375 739399.0 101763.1875 739450.0 101765.4296875 739500.0 101767.640625 739549.0 101769.84375 739600.0 101772.0625 739650.0 101774.3203125 739699.0 101776.578125 739750.0 101778.6171875 739800.0 101780.78125 739849.0 101782.9453125 739900.0 101785.109375 739950.0 101787.28125 739999.0 101789.46875 740050.0 101791.6640625 740100.0 101793.8359375 740149.0 101796.0625 740200.0 101798.28125 740250.0 101800.46875 740299.0 101802.6875 740350.0 101804.9609375 740400.0 101807.15625 740449.0 101809.328125 740500.0 101811.3046875 740550.0 101813.484375 740599.0 101815.6953125 740650.0 101817.921875 740700.0 101820.15625 740749.0 101822.3359375 740800.0 101824.515625 740850.0 101826.703125 740899.0 101828.875 740950.0 101831.078125 741000.0 101833.2734375 741049.0 101835.4375 741100.0 101837.6171875 741150.0 101839.8125 741199.0 101842.0078125 741250.0 101844.2265625 741300.0 101846.4921875 741349.0 101848.625 741400.0 101850.7890625 741450.0 101852.953125 741499.0 101855.125 741550.0 101857.3046875 741600.0 101859.484375 741649.0 101861.6484375 741700.0 101863.7578125 741750.0 101865.90625 741799.0 101868.1171875 741850.0 101870.3515625 741900.0 101872.546875 741949.0 101874.734375 742000.0 101876.96875 742050.0 101879.265625 742099.0 101881.5234375 742150.0 101883.75 742200.0 101885.953125 742249.0 101888.1484375 742300.0 101890.3125 742350.0 101892.4453125 742399.0 101894.578125 742450.0 101896.796875 742500.0 101899.015625 742549.0 101901.265625 742600.0 101903.5 742650.0 101905.703125 742699.0 101907.90625 742750.0 101910.140625 742800.0 101912.359375 742849.0 101914.578125 742900.0 101916.7578125 742950.0 101918.9609375 742999.0 101921.125 743050.0 101923.34375 743100.0 101925.6015625 743149.0 101927.890625 743200.0 101930.21875 743250.0 101932.421875 743299.0 101934.6484375 743350.0 101936.890625 743400.0 101939.125 743449.0 101941.3828125 743500.0 101943.6875 743550.0 101945.9765625 743599.0 101948.203125 743650.0 101950.46875 743700.0 101952.734375 743749.0 101954.984375 743800.0 101957.328125 743850.0 101960.7109375 743899.0 101962.875 743950.0 101965.09375 744000.0 101967.3515625 744049.0 101969.640625 744100.0 101971.96875 744150.0 101974.171875 744199.0 101976.3984375 744250.0 101978.640625 744300.0 101980.875 744349.0 101983.1328125 744400.0 101985.4375 744450.0 101987.7265625 744499.0 101989.953125 744550.0 101992.21875 744600.0 101994.484375 744649.0 101996.734375 744700.0 101999.078125 744750.0 102000.75 744799.0 102002.9765625 744850.0 102005.203125 744900.0 102007.453125 744949.0 102009.609375 745000.0 102011.78125 745050.0 102015.15625 745099.0 102018.1484375 745150.0 102020.390625 745200.0 102022.625 745249.0 102024.8828125 745300.0 102027.1875 745350.0 102029.4765625 745399.0 102031.703125 745450.0 102033.9375 745500.0 102036.171875 745549.0 102038.3984375 745600.0 102040.6484375 745650.0 102042.5 745699.0 102044.7265625 745750.0 102046.953125 745800.0 102049.203125 745849.0 102051.359375 745900.0 102053.53125 745950.0 102055.6796875 745999.0 102057.875 746050.0 102060.1015625 746100.0 102062.3515625 746149.0 102064.546875 746200.0 102066.8125 746250.0 102069.6796875 746299.0 102071.921875 746350.0 102074.1796875 746400.0 102076.3984375 746449.0 102078.640625 746500.0 102080.9140625 746550.0 102083.2109375 746599.0 102085.5859375 746650.0 102087.8046875 746700.0 102090.03125 746749.0 102092.2734375 746800.0 102094.515625 746850.0 102096.828125 746899.0 102099.1640625 746950.0 102101.3515625 747000.0 102103.53125 747049.0 102105.7265625 747100.0 102107.9765625 747150.0 102110.21875 747199.0 102112.5 747250.0 102114.765625 747300.0 102117.09375 747349.0 102119.3125 747400.0 102121.5703125 747450.0 102123.8203125 747499.0 102126.0703125 747550.0 102128.3515625 747600.0 102130.640625 747649.0 102133.046875 747700.0 102135.3671875 747750.0 102137.703125 747799.0 102140.0390625 747850.0 102142.3515625 747900.0 102144.5703125 747949.0 102146.78125 748000.0 102149.03125 748050.0 102151.25 748099.0 102153.34375 748150.0 102155.5703125 748200.0 102157.7890625 748249.0 102160.015625 748300.0 102162.2109375 748350.0 102164.4140625 748399.0 102166.625 748450.0 102168.8359375 748500.0 102171.0703125 748549.0 102173.296875 748600.0 102175.5390625 748650.0 102177.796875 748699.0 102179.9921875 748750.0 102182.1796875 748800.0 102184.359375 748849.0 102186.6875 748900.0 102188.9375 748950.0 102191.1015625 748999.0 102193.3515625 749050.0 102195.5390625 749100.0 102197.8125 749149.0 102200.0546875 749200.0 102202.328125 749250.0 102204.609375 749299.0 102206.921875 749350.0 102210.296875 749400.0 102212.8203125 749449.0 102215.046875 749500.0 102217.2890625 749550.0 102219.546875 749599.0 102221.7421875 749650.0 102223.9296875 749700.0 102226.109375 749749.0 102228.4296875 749800.0 102230.640625 749850.0 102232.8515625 749899.0 102235.03125 749950.0 102237.2265625 750000.0 102239.4140625 750049.0 102241.625 750100.0 102243.78125 750150.0 102245.96875 750199.0 102248.671875 750250.0 102250.90625 750300.0 102253.1640625 750349.0 102255.453125 750400.0 102257.640625 750450.0 102259.8671875 750499.0 102262.0703125 750550.0 102264.3046875 750600.0 102266.578125 750649.0 102268.8359375 750700.0 102271.53125 750750.0 102273.8125 750799.0 102276.09375 750850.0 102278.3125 750900.0 102280.515625 750949.0 102282.71875 751000.0 102284.9296875 751050.0 102287.109375 751099.0 102289.3125 751150.0 102291.5 751200.0 102293.6484375 751249.0 102295.8515625 751300.0 102298.0859375 751350.0 102300.3203125 751399.0 102302.6328125 751450.0 102304.90625 751500.0 102307.15625 751549.0 102309.421875 751600.0 102311.7265625 751650.0 102314.015625 751699.0 102316.3984375 751750.0 102318.7578125 751800.0 102321.0625 751849.0 102323.3984375 751900.0 102326.375 751950.0 102328.71875 751999.0 102330.9765625 752050.0 102333.15625 752100.0 102335.3359375 752149.0 102337.515625 752200.0 102339.703125 752250.0 102341.921875 752299.0 102344.09375 752350.0 102346.2578125 752400.0 102348.46875 752449.0 102350.6875 752500.0 102352.9375 752550.0 102355.203125 752599.0 102357.453125 752650.0 102359.78125 752700.0 102362.09375 752749.0 102364.515625 752800.0 102366.734375 752850.0 102368.953125 752899.0 102371.1796875 752950.0 102373.421875 753000.0 102375.703125 753049.0 102377.890625 753100.0 102380.09375 753150.0 102382.328125 753199.0 102384.5625 753250.0 102386.875 753300.0 102389.4921875 753349.0 102391.8984375 753400.0 102394.1875 753450.0 102396.53125 753499.0 102398.9296875 753550.0 102401.4296875 753600.0 102404.046875 753649.0 102406.671875 753700.0 102408.859375 753750.0 102410.953125 753799.0 102413.09375 753850.0 102415.28125 753900.0 102417.46875 753949.0 102419.65625 754000.0 102421.859375 754050.0 102424.046875 754099.0 102426.296875 754150.0 102428.5 754200.0 102430.703125 754249.0 102432.890625 754300.0 102435.078125 754350.0 102437.359375 754399.0 102439.6796875 754450.0 102442.0234375 754500.0 102444.328125 754549.0 102446.6015625 754600.0 102448.8125 754650.0 102451.0546875 754699.0 102453.296875 754750.0 102455.53125 754800.0 102457.78125 754849.0 102460.0625 754900.0 102462.453125 754950.0 102464.921875 754999.0 102467.3515625 755050.0 102469.8359375 755100.0 102472.4453125 755149.0 102475.453125 755200.0 102477.8203125 755250.0 102480.2265625 755299.0 102482.375 755350.0 102484.515625 755400.0 102486.671875 755449.0 102488.8515625 755500.0 102491.0625 755550.0 102493.3203125 755599.0 102495.578125 755650.0 102497.8125 755700.0 102500.0703125 755749.0 102502.4453125 755800.0 102504.7578125 755850.0 102507.1015625 755899.0 102509.3359375 755950.0 102511.59375 756000.0 102513.9375 756049.0 102516.375 756100.0 102518.78125 756150.0 102521.1171875 756199.0 102523.484375 756250.0 102525.953125 756300.0 102528.515625 756349.0 102531.140625 756400.0 102533.8515625 756450.0 102536.3359375 756499.0 102538.859375 756550.0 102541.234375 756600.0 102543.53125 756649.0 102545.84375 756700.0 102548.1015625 756750.0 102550.421875 756799.0 102552.828125 756850.0 102555.2265625 756900.0 102557.671875 756949.0 102560.1640625 757000.0 102562.609375 757050.0 102565.09375 757099.0 102567.6328125 757150.0 102570.1640625 757200.0 102572.796875 757249.0 102575.4375 757300.0 102578.0859375 757350.0 102580.7421875 757399.0 102583.453125 757450.0 102586.15625 757500.0 102588.8671875 757549.0 102591.4296875 757600.0 102594.0078125 757650.0 102596.59375 757699.0 102599.21875 757750.0 102601.859375 757800.0 102604.5 757849.0 102607.1640625 757900.0 102609.8515625 757950.0 102612.546875 757999.0 102615.3515625 758050.0 102618.15625 758100.0 102620.8984375 758149.0 102623.75 758200.0 102626.6328125 758250.0 102629.5625 758299.0 102632.5 758350.0 102635.3984375 758400.0 102638.2890625 758449.0 102641.171875 758500.0 102644.1015625 758550.0 102647.0546875 758599.0 102650.09375 758650.0 102653.046875 758700.0 102656.09375 758749.0 102659.1875 758800.0 102662.3046875 758850.0 102665.4296875 758899.0 102668.5546875 758950.0 102671.6796875 759000.0 102674.8203125 759049.0 102677.96875 759100.0 102681.140625 759150.0 102682.2734375 759199.0 102685.734375 759250.0 102689.25 759300.0 102693.015625 759349.0 102695.71875 759400.0 102696.984375 759450.0 102700.53125 759499.0 102702.9921875 759550.0 102703.984375 759600.0 102701.546875 759649.0 102704.1015625 759700.0 102704.265625 759750.0 102705.9609375 759799.0 102704.0 759850.0 102706.0 759900.0 102711.0 759949.0 102705.5 760000.0 102707.984375 760050.0 102706.4921875 760099.0 102713.0859375 760150.0 102708.0 760200.0 102714.7734375 760249.0 102714.75 760300.0 102717.7734375 760350.0 102719.1328125 760399.0 102721.921875 760450.0 102723.984375 760500.0 102718.0 760549.0 102709.0 760600.0 102722.0 760650.0 102729.40625 760699.0 102732.75 760750.0 102722.5 760800.0 102728.0 760849.0 102744.75 760900.0 102746.5703125 760950.0 102736.0 760999.0 102734.0 761050.0 102753.546875 761100.0 102755.3125 761149.0 102756.71875 761200.0 102757.4765625 761250.0 102758.6484375 761299.0 102761.3046875 761350.0 102763.15625 761400.0 102763.4296875 761449.0 102763.921875 761500.0 102764.046875 761550.0 102766.71875 761599.0 102767.71875 761650.0 102770.5625 761700.0 102773.796875 761749.0 102770.140625 761800.0 102771.15625 761850.0 102776.0 761899.0 102777.90625 761950.0 102782.75 762000.0 102785.921875 762049.0 102787.0 762100.0 102790.0 762150.0 102792.0 762199.0 102795.375 762250.0 102797.5625 762300.0 102799.9921875 762349.0 102792.5 762400.0 102802.703125 762450.0 102799.25 762499.0 102806.5 762550.0 102806.0 762600.0 102809.5 762649.0 102816.359375 762700.0 102817.328125 762750.0 102819.578125 762799.0 102821.3203125 762850.0 102821.359375 762900.0 102823.28125 762949.0 102827.421875 763000.0 102830.96875 763050.0 102833.3125 763099.0 102839.25 763150.0 102842.9921875 763200.0 102846.0 763249.0 102849.34375 763300.0 102853.859375 763350.0 102859.5 763399.0 102864.359375 763450.0 102867.890625 763500.0 102873.625 763549.0 102865.0 763600.0 102874.0 763650.0 102881.421875 763699.0 102882.296875 763750.0 102884.6796875 763800.0 102888.890625 763849.0 102897.1953125 763900.0 102905.0 763950.0 102913.5625 763999.0 102913.625 764050.0 102898.0 764100.0 102882.0 764149.0 102876.0 764200.0 102885.0 764250.0 102923.0 764299.0 102941.25 764350.0 102949.0625 764400.0 102951.1875 764449.0 102955.875 764500.0 102956.15625 764550.0 102966.6640625 764599.0 102973.1015625 764650.0 102976.5 764700.0 102980.4375 764749.0 102982.4375 764800.0 102984.4375 764850.0 102986.8046875 764899.0 102991.921875 764950.0 102997.703125 765000.0 102999.671875 765049.0 103000.921875 765100.0 103008.15625 765150.0 103016.4375 765199.0 103023.203125 765250.0 103027.40625 765300.0 103033.453125 765349.0 103037.703125 765400.0 103042.71875 765450.0 103042.0 765499.0 103052.0 765550.0 103060.1328125 765600.0 103065.6953125 765649.0 103071.390625 765700.0 103078.6015625 765750.0 103084.96875 765799.0 103089.890625 765850.0 103094.8203125 765900.0 103101.8828125 765949.0 103106.4375 766000.0 103112.28125 766050.0 103117.1484375 766099.0 103122.015625 766150.0 103125.953125 766200.0 103131.2421875 766249.0 103136.421875 766300.0 103141.0625 766350.0 103146.515625 766399.0 103151.4296875 766450.0 103155.2421875 766500.0 103160.1171875 766549.0 103165.90625 766600.0 103171.140625 766650.0 103175.984375 766699.0 103180.5 766750.0 103185.59375 766800.0 103190.140625 766849.0 103194.5625 766900.0 103199.09375 766950.0 103203.609375 766999.0 103208.0234375 767050.0 103212.515625 767100.0 103216.828125 767149.0 103221.15625 767200.0 103225.4609375 767250.0 103229.65625 767299.0 103233.734375 767350.0 103237.765625 767400.0 103241.7265625 767449.0 103245.640625 767500.0 103249.5078125 767550.0 103253.3359375 767599.0 103257.0859375 767650.0 103260.796875 767700.0 103264.4765625 767749.0 103268.125 767800.0 103271.765625 767850.0 103275.359375 767899.0 103278.9375 767950.0 103282.5078125 768000.0 103286.0390625 768049.0 103289.5703125 768100.0 103293.125 768150.0 103296.6484375 768199.0 103300.1875 768250.0 103303.734375 768300.0 103307.2734375 768349.0 103310.8203125 768400.0 103314.359375 768450.0 103317.9453125 768499.0 103321.5078125 768550.0 103325.140625 768600.0 103328.84375 768649.0 103332.5546875 768700.0 103336.2734375 768750.0 103339.9609375 768799.0 103343.625 768850.0 103347.375 768900.0 103351.0234375 768949.0 103354.84375 769000.0 103358.71875 769050.0 103362.6953125 769099.0 103366.8125 769150.0 103370.90625 769200.0 103374.9765625 769249.0 103378.9765625 769300.0 103382.8984375 769350.0 103386.8125 769399.0 103390.828125 769450.0 103394.625 769500.0 103398.671875 769549.0 103402.7734375 769600.0 103407.0625 769650.0 103411.4921875 769699.0 103415.890625 769750.0 103420.359375 769800.0 103424.9375 769849.0 103429.40625 769900.0 103433.7890625 769950.0 103438.0 769999.0 103442.0546875 770050.0 103446.1796875 770100.0 103450.453125 770149.0 103454.6171875 770200.0 103458.5625 770250.0 103462.640625 770299.0 103467.0 770350.0 103471.40625 770400.0 103475.8046875 770449.0 103480.2578125 770500.0 103484.828125 770550.0 103489.515625 770599.0 103494.09375 770650.0 103498.765625 770700.0 103503.3125 770749.0 103507.8046875 770800.0 103512.4375 770850.0 103517.203125 770899.0 103521.7109375 770950.0 103525.7578125 771000.0 103529.8671875 771049.0 103534.15625 771100.0 103538.671875 771150.0 103542.1953125 771199.0 103546.3125 771250.0 103550.734375 771300.0 103555.15625 771349.0 103559.7265625 771400.0 103564.25 771450.0 103568.671875 771499.0 103573.1796875 771550.0 103577.6484375 771600.0 103582.1953125 771649.0 103586.6875 771700.0 103591.1953125 771750.0 103595.8125 771799.0 103600.5390625 771850.0 103605.046875 771900.0 103609.5 771949.0 103613.953125 772000.0 103618.421875 772050.0 103622.921875 772099.0 103627.390625 772150.0 103631.9921875 772200.0 103636.640625 772249.0 103641.3515625 772300.0 103646.1875 772350.0 103650.8828125 772399.0 103655.328125 772450.0 103659.84375 772500.0 103662.65625 772549.0 103666.828125 772600.0 103671.3203125 772650.0 103675.8359375 772699.0 103680.359375 772750.0 103684.796875 772800.0 103689.1875 772849.0 103693.734375 772900.0 103698.34375 772950.0 103703.0 772999.0 103707.28125 773050.0 103711.734375 773100.0 103716.1875 773149.0 103720.7109375 773200.0 103725.2734375 773250.0 103729.921875 773299.0 103734.640625 773350.0 103739.171875 773400.0 103743.671875 773449.0 103748.21875 773500.0 103752.7578125 773550.0 103757.2109375 773599.0 103761.5 773650.0 103765.8671875 773700.0 103770.265625 773749.0 103774.78125 773800.0 103779.40625 773850.0 103784.046875 773899.0 103788.65625 773950.0 103793.171875 774000.0 103797.7421875 774049.0 103802.140625 774100.0 103806.34375 774150.0 103810.765625 774199.0 103815.0703125 774250.0 103819.546875 774300.0 103824.0390625 774349.0 103828.453125 774400.0 103832.8984375 774450.0 103837.3671875 774499.0 103842.0 774550.0 103846.421875 774600.0 103850.9609375 774649.0 103855.546875 774700.0 103860.3515625 774750.0 103865.0234375 774799.0 103869.453125 774850.0 103874.078125 774900.0 103878.6875 774949.0 103883.25 775000.0 103887.765625 775050.0 103892.2890625 775099.0 103896.890625 775150.0 103901.5078125 775200.0 103905.7265625 775249.0 103909.890625 775300.0 103914.1328125 775350.0 103918.5859375 775399.0 103923.0703125 775450.0 103927.4609375 775500.0 103931.890625 775549.0 103936.4375 775600.0 103940.9921875 775650.0 103945.6484375 775699.0 103950.25 775750.0 103954.984375 775800.0 103959.703125 775849.0 103964.28125 775900.0 103968.6796875 775950.0 103973.21875 775999.0 103977.703125 776050.0 103982.1484375 776100.0 103986.625 776149.0 103991.21875 776200.0 103995.78125 776250.0 104000.265625 776299.0 104004.765625 776350.0 104009.921875 776400.0 104014.4375 776449.0 104018.9609375 776500.0 104023.5234375 776550.0 104028.1171875 776599.0 104032.671875 776650.0 104037.234375 776700.0 104041.796875 776749.0 104046.453125 776800.0 104051.15625 776850.0 104055.7734375 776899.0 104060.484375 776950.0 104065.0546875 777000.0 104070.203125 777049.0 104075.0 777100.0 104079.5390625 777150.0 104084.2734375 777199.0 104088.9765625 777250.0 104093.640625 777300.0 104098.3125 777349.0 104103.390625 777400.0 104108.421875 777450.0 104113.2578125 777499.0 104117.9609375 777550.0 104122.734375 777600.0 104127.5859375 777649.0 104132.171875 777700.0 104137.03125 777750.0 104141.640625 777799.0 104146.109375 777850.0 104150.6171875 777900.0 104155.09375 777949.0 104154.8359375 778000.0 104159.546875 778050.0 104164.03125 778099.0 104168.390625 778150.0 104172.828125 778200.0 104177.15625 778249.0 104181.484375 778300.0 104185.96875 778350.0 104190.59375 778399.0 104194.953125 778450.0 104199.453125 778500.0 104203.984375 778549.0 104208.53125 778600.0 104213.078125 778650.0 104217.7109375 778699.0 104222.375 778750.0 104226.9609375 778800.0 104231.53125 778849.0 104236.1953125 778900.0 104240.953125 778950.0 104245.609375 778999.0 104250.234375 779050.0 104254.7421875 779100.0 104259.34375 779149.0 104264.109375 779200.0 104268.875 779250.0 104273.578125 779299.0 104278.078125 779350.0 104282.6015625 779400.0 104287.1640625 779449.0 104291.65625 779500.0 104296.1953125 779550.0 104300.9375 779599.0 104305.609375 779650.0 104311.25 779700.0 104316.0703125 779749.0 104320.859375 779800.0 104325.7265625 779850.0 104330.53125 779899.0 104335.234375 779950.0 104339.84375 780000.0 104344.375 780049.0 104348.78125 780100.0 104353.28125 780150.0 104357.9140625 780199.0 104362.625 780250.0 104367.203125 780300.0 104371.796875 780349.0 104376.5 780400.0 104381.1640625 780450.0 104385.6484375 780499.0 104390.3984375 780550.0 104395.078125 780600.0 104399.78125 780649.0 104405.96875 780700.0 104410.5546875 780750.0 104414.9296875 780799.0 104419.515625 780850.0 104424.140625 780900.0 104428.875 780949.0 104433.3984375 781000.0 104437.875 781050.0 104442.53125 781099.0 104447.2734375 781150.0 104452.0703125 781200.0 104456.734375 781249.0 104461.25 781300.0 104466.265625 781350.0 104471.796875 781399.0 104476.6796875 781450.0 104481.390625 781500.0 104485.90625 781549.0 104490.46875 781600.0 104495.15625 781650.0 104499.9765625 781699.0 104504.640625 781750.0 104509.359375 781800.0 104514.5625 781849.0 104519.890625 781900.0 104525.0625 781950.0 104529.765625 781999.0 104534.6171875 782050.0 104539.3828125 782100.0 104544.265625 782149.0 104549.515625 782200.0 104554.8515625 782250.0 104560.0859375 782299.0 104565.1953125 782350.0 104570.3046875 782400.0 104575.2421875 782449.0 104579.8828125 782500.0 104583.96875 782550.0 104588.421875 782599.0 104592.4375 782650.0 104596.8203125 782700.0 104601.2421875 782749.0 104605.9765625 782800.0 104610.453125 782850.0 104615.1015625 782899.0 104619.609375 782950.0 104624.21875 783000.0 104628.78125 783049.0 104633.421875 783100.0 104637.9453125 783150.0 104642.46875 783199.0 104647.0 783250.0 104651.53125 783300.0 104656.046875 783349.0 104660.5703125 783400.0 104665.1015625 783450.0 104669.6328125 783499.0 104673.671875 783550.0 104678.015625 783600.0 104682.515625 783649.0 104687.0546875 783700.0 104691.46875 783750.0 104696.0 783799.0 104700.5234375 783850.0 104705.046875 783900.0 104709.5 783949.0 104714.015625 784000.0 104718.546875 784050.0 104723.15625 784099.0 104727.7734375 784150.0 104732.3046875 784200.0 104736.796875 784249.0 104741.4296875 784300.0 104745.8125 784350.0 104750.328125 784399.0 104754.953125 784450.0 104759.578125 784500.0 104764.125 784549.0 104768.6796875 784600.0 104772.9921875 784650.0 104777.765625 784699.0 104782.25 784750.0 104787.4765625 784800.0 104780.5 784849.0 104790.0 784900.0 104801.46875 784950.0 104806.265625 784999.0 104810.9375 785050.0 104815.7421875 785100.0 104820.34375 785149.0 104825.0078125 785200.0 104829.4375 785250.0 104833.96875 785299.0 104838.46875 785350.0 104843.0546875 785400.0 104847.6875 785449.0 104852.40625 785500.0 104856.9453125 785550.0 104861.5625 785599.0 104866.1875 785650.0 104870.828125 785700.0 104875.421875 785749.0 104880.078125 785800.0 104884.6875 785850.0 104889.2734375 785899.0 104893.8671875 785950.0 104898.65625 786000.0 104903.21875 786049.0 104907.921875 786100.0 104912.84375 786150.0 104918.546875 786199.0 104923.078125 786250.0 104927.65625 786300.0 104932.0703125 786349.0 104936.703125 786400.0 104941.0859375 786450.0 104945.828125 786499.0 104950.265625 786550.0 104954.6875 786600.0 104959.171875 786649.0 104963.828125 786700.0 104968.4296875 786750.0 104973.2421875 786799.0 104977.796875 786850.0 104982.46875 786900.0 104986.9296875 786949.0 104991.6328125 787000.0 104996.484375 787050.0 105002.015625 787099.0 105006.6796875 787150.0 105011.578125 787200.0 105016.125 787249.0 105020.6875 787300.0 105025.265625 787350.0 105029.8984375 787399.0 105034.640625 787450.0 105039.4375 787500.0 105043.890625 787549.0 105048.25 787600.0 105052.6796875 787650.0 105057.203125 787699.0 105061.5 787750.0 105065.59375 787800.0 105069.8125 787849.0 105073.8203125 787900.0 105078.203125 787950.0 105082.625 787999.0 105087.2578125 788050.0 105091.8828125 788100.0 105096.40625 788149.0 105101.1015625 788200.0 105105.375 788250.0 105109.578125 788299.0 105113.59375 788350.0 105117.8671875 788400.0 105122.359375 788449.0 105126.8359375 788500.0 105131.328125 788550.0 105135.84375 788599.0 105140.40625 788650.0 105145.0234375 788700.0 105149.4765625 788749.0 105153.9609375 788800.0 105158.5 788850.0 105163.171875 788899.0 105167.9375 788950.0 105172.421875 789000.0 105175.9140625 789049.0 105180.421875 789100.0 105184.8984375 789150.0 105189.3671875 789199.0 105194.0 789250.0 105198.3671875 789300.0 105202.859375 789349.0 105207.4609375 789400.0 105212.0859375 789450.0 105216.609375 789499.0 105221.109375 789550.0 105225.4375 789600.0 105229.890625 789649.0 105234.5234375 789700.0 105239.0859375 789750.0 105243.5703125 789799.0 105247.8828125 789850.0 105252.2734375 789900.0 105256.7265625 789949.0 105261.1875 790000.0 105265.7109375 790050.0 105270.2734375 790099.0 105275.015625 790150.0 105279.5390625 790200.0 105284.125 790249.0 105288.640625 790300.0 105293.25 790350.0 105297.4453125 790399.0 105301.796875 790450.0 105306.234375 790500.0 105310.71875 790549.0 105315.328125 790600.0 105319.9921875 790650.0 105324.640625 790699.0 105329.109375 790750.0 105333.578125 790800.0 105338.109375 790849.0 105342.6328125 790900.0 105347.4609375 790950.0 105351.984375 790999.0 105356.5625 791050.0 105361.1171875 791100.0 105365.7265625 791149.0 105370.390625 791200.0 105375.03125 791250.0 105380.0 791299.0 105384.640625 791350.0 105389.3203125 791400.0 105394.1953125 791449.0 105399.125 791500.0 105403.8671875 791550.0 105408.5859375 791599.0 105413.3203125 791650.0 105417.8125 791700.0 105425.046875 791749.0 105433.671875 791800.0 105438.359375 791850.0 105443.1015625 791899.0 105447.5390625 791950.0 105452.0625 792000.0 105456.40625 792049.0 105460.78125 792100.0 105465.21875 792150.0 105469.6640625 792199.0 105474.078125 792250.0 105478.3203125 792300.0 105482.4765625 792349.0 105486.9609375 792400.0 105491.453125 792450.0 105495.9453125 792499.0 105500.578125 792550.0 105505.1875 792600.0 105509.421875 792649.0 105513.8984375 792700.0 105518.4296875 792750.0 105522.90625 792799.0 105527.40625 792850.0 105531.96875 792900.0 105536.5078125 792949.0 105541.0546875 793000.0 105545.640625 793050.0 105550.1640625 793099.0 105554.796875 793150.0 105559.421875 793200.0 105564.0234375 793249.0 105568.75 793300.0 105573.109375 793350.0 105577.921875 793399.0 105582.484375 793450.0 105587.0546875 793500.0 105591.7265625 793549.0 105596.390625 793600.0 105601.2578125 793650.0 105605.9140625 793699.0 105610.5859375 793750.0 105615.2265625 793800.0 105619.9453125 793849.0 105624.4765625 793900.0 105628.9765625 793950.0 105633.484375 793999.0 105638.0703125 794050.0 105642.6796875 794100.0 105647.328125 794149.0 105652.2265625 794200.0 105657.0234375 794250.0 105661.7578125 794299.0 105666.484375 794350.0 105671.15625 794400.0 105675.6875 794449.0 105680.1640625 794500.0 105684.6953125 794550.0 105689.203125 794599.0 105693.75 794650.0 105698.328125 794700.0 105702.8125 794749.0 105707.3125 794800.0 105711.875 794850.0 105716.390625 794899.0 105721.359375 794950.0 105725.875 795000.0 105730.5078125 795049.0 105735.21875 795100.0 105740.46875 795150.0 105746.5 795199.0 105751.2890625 795250.0 105756.140625 795300.0 105760.9296875 795349.0 105765.71875 795400.0 105770.5234375 795450.0 105775.453125 795499.0 105780.375 795550.0 105785.0625 795600.0 105789.734375 795649.0 105794.4765625 795700.0 105799.09375 795750.0 105803.6875 795799.0 105808.28125 795850.0 105812.7578125 795900.0 105817.1875 795949.0 105821.5625 796000.0 105825.984375 796050.0 105830.5625 796099.0 105835.1953125 796150.0 105839.828125 796200.0 105844.5625 796249.0 105849.2578125 796300.0 105853.859375 796350.0 105858.40625 796399.0 105862.9296875 796450.0 105867.5859375 796500.0 105872.25 796549.0 105876.9921875 796600.0 105881.7890625 796650.0 105886.328125 796699.0 105890.703125 796750.0 105895.296875 796800.0 105899.96875 796849.0 105904.796875 796900.0 105909.546875 796950.0 105914.1484375 796999.0 105918.8828125 797050.0 105923.5625 797100.0 105928.796875 797149.0 105935.9375 797200.0 105940.828125 797250.0 105945.109375 797299.0 105949.4453125 797350.0 105953.859375 797400.0 105958.4140625 797449.0 105963.03125 797500.0 105967.6875 797550.0 105972.28125 797599.0 105977.03125 797650.0 105981.7578125 797700.0 105986.40625 797749.0 105990.796875 797800.0 105995.25 797850.0 105999.7578125 797899.0 106004.3671875 797950.0 106009.0625 798000.0 106013.7890625 798049.0 106018.546875 798100.0 106023.4140625 798150.0 106028.140625 798199.0 106032.9375 798250.0 106037.46875 798300.0 106041.96875 798349.0 106046.5 798400.0 106051.375 798450.0 106056.53125 798499.0 106062.640625 798550.0 106067.5859375 798600.0 106072.3671875 798649.0 106077.359375 798700.0 106082.265625 798750.0 106086.7890625 798799.0 106091.265625 798850.0 106095.8125 798900.0 106100.453125 798949.0 106104.9453125 799000.0 106109.546875 799050.0 106114.3046875 799099.0 106119.1875 799150.0 106123.953125 799200.0 106128.625 799249.0 106133.28125 799300.0 106137.890625 799350.0 106142.71875 799399.0 106147.8359375 799450.0 106153.1171875 799500.0 106158.7578125 799549.0 106163.7890625 799600.0 106169.0 799650.0 106174.1328125 799699.0 106178.828125 799750.0 106183.5390625 799800.0 106188.3359375 799849.0 106193.234375 799900.0 106198.0625 799950.0 106202.765625 799999.0 106207.5703125 800050.0 106212.5234375 800100.0 106217.734375 800149.0 106223.03125 800200.0 106228.4921875 800250.0 106233.703125 800299.0 106238.96875 800350.0 106244.171875 800400.0 106249.3046875 800449.0 106254.390625 800500.0 106259.4765625 800550.0 106264.609375 800599.0 106269.84375 800650.0 106275.234375 800700.0 106280.6875 800749.0 106286.2578125 800800.0 106291.6796875 800850.0 106297.1484375 800899.0 106302.640625 800950.0 106308.0859375 801000.0 106313.5625 801049.0 106319.09375 801100.0 106324.6953125 801150.0 106330.3515625 801199.0 106335.9765625 801250.0 106341.609375 801300.0 106347.2421875 801349.0 106352.609375 801400.0 106357.765625 801450.0 106362.9765625 801499.0 106368.140625 801550.0 106373.34375 801600.0 106378.578125 801649.0 106383.90625 801700.0 106389.2265625 801750.0 106394.5546875 801799.0 106399.8984375 801850.0 106405.125 801900.0 106410.5 801949.0 106415.890625 802000.0 106421.4453125 802050.0 106426.796875 802099.0 106432.203125 802150.0 106437.5703125 802200.0 106442.90625 802249.0 106448.2421875 802300.0 106453.625 802350.0 106459.046875 802399.0 106464.453125 802450.0 106470.0078125 802500.0 106475.40625 802549.0 106480.859375 802600.0 106486.265625 802650.0 106490.578125 802699.0 106494.96875 802750.0 106499.7109375 802800.0 106504.8671875 802849.0 106509.03125 802900.0 106512.8125 802950.0 106516.515625 802999.0 106509.0 803050.0 106519.0 803100.0 106525.21875 803149.0 106530.34375 803200.0 106534.90625 803250.0 106538.890625 803299.0 106542.1328125 803350.0 106544.1875 803400.0 106546.5234375 803449.0 106551.234375 803500.0 106555.9921875 803550.0 106561.5390625 803599.0 106564.7578125 803650.0 106571.4375 803700.0 106574.09375 803749.0 106578.125 803800.0 106580.859375 803850.0 106580.015625 803899.0 106583.75 803950.0 106588.9140625 804000.0 106596.0 804049.0 106599.9453125 804100.0 106604.015625 804150.0 106603.0 804199.0 106601.0 804250.0 106602.0 804300.0 106617.5 804349.0 106623.7421875 804400.0 106627.375 804450.0 106629.28125 804499.0 106629.109375 804550.0 106629.34375 804600.0 106633.6171875 804649.0 106639.65625 804700.0 106651.0234375 804750.0 106654.703125 804799.0 106658.5078125 804850.0 106664.75 804900.0 106672.9140625 804949.0 106678.0 805000.0 106688.75 805050.0 106693.203125 805099.0 106693.890625 805150.0 106699.921875 805200.0 106705.96875 805249.0 106707.375 805300.0 106712.75 805350.0 106714.5 805399.0 106700.0 805450.0 106685.0 805500.0 106695.0 805549.0 106741.6171875 805600.0 106746.9765625 805650.0 106749.90625 805699.0 106755.2890625 805750.0 106760.1875 805800.0 106765.6875 805849.0 106768.6796875 805900.0 106773.859375 805950.0 106779.015625 805999.0 106786.53125 806050.0 106791.5625 806100.0 106798.0546875 806149.0 106800.3125 806200.0 106807.09375 806250.0 106808.984375 806299.0 106806.734375 806350.0 106817.2734375 806400.0 106816.09375 806449.0 106824.65625 806500.0 106834.3203125 806550.0 106833.5 806599.0 106831.0 806650.0 106851.34375 806700.0 106841.75 806749.0 106855.0 806800.0 106865.0 806850.0 106859.5 806899.0 106879.0 806950.0 106891.953125 807000.0 106897.1875 807049.0 106902.03125 807100.0 106903.7421875 807150.0 106914.40625 807199.0 106918.546875 807250.0 106918.3671875 807300.0 106925.640625 807349.0 106944.8671875 807400.0 106957.03125 807450.0 106964.3203125 807499.0 106973.640625 807550.0 106989.0859375 807600.0 107002.40625 807649.0 106988.0 807700.0 106967.0 807750.0 107009.0 807799.0 107027.5 807850.0 107017.6875 807900.0 107008.75 807949.0 106998.5 808000.0 107015.0 808050.0 107026.5 808099.0 107050.5 808150.0 107054.0 808200.0 107030.0 808249.0 107034.0 808300.0 107063.0 808350.0 107090.0 808399.0 107112.25 808450.0 107132.0 808500.0 107146.1171875 808549.0 107153.25 808600.0 107160.390625 808650.0 107167.4296875 808699.0 107174.5625 808750.0 107181.9375 808800.0 107189.109375 808849.0 107196.515625 808900.0 107203.796875 808950.0 107210.8125 808999.0 107217.859375 809050.0 107224.71875 809100.0 107233.234375 809149.0 107240.2421875 809200.0 107246.2265625 809250.0 107251.96875 809299.0 107257.8828125 809350.0 107264.015625 809400.0 107270.71875 809449.0 107276.96875 809500.0 107285.3359375 809550.0 107290.453125 809599.0 107299.5078125 809650.0 107307.484375 809700.0 107315.09375 809749.0 107322.140625 809800.0 107330.109375 809850.0 107337.2734375 809899.0 107345.5234375 809950.0 107353.0 810000.0 107361.875 810049.0 107370.21875 810100.0 107378.515625 810150.0 107387.2109375 810199.0 107394.9921875 810250.0 107403.453125 810300.0 107411.234375 810349.0 107420.6484375 810400.0 107428.7109375 810450.0 107436.15625 810499.0 107444.140625 810550.0 107451.6328125 810600.0 107458.78125 810649.0 107467.2265625 810700.0 107476.7734375 810750.0 107485.625 810799.0 107493.5390625 810850.0 107501.6015625 810900.0 107509.4375 810949.0 107517.484375 811000.0 107525.6796875 811050.0 107535.203125 811099.0 107543.4609375 811150.0 107553.0625 811200.0 107561.0859375 811249.0 107569.09375 811300.0 107577.671875 811350.0 107586.515625 811399.0 107595.625 811450.0 107607.2421875 811500.0 107615.703125 811549.0 107619.5 811600.0 107631.390625 811650.0 107641.8046875 811699.0 107651.234375 811750.0 107660.453125 811800.0 107667.0 811849.0 107676.96875 811900.0 107683.265625 811950.0 107692.4296875 811999.0 107700.75 812050.0 107712.234375 812100.0 107719.265625 812149.0 107726.5 812200.0 107739.0 812250.0 107747.0234375 812299.0 107756.7734375 812350.0 107764.859375 812400.0 107776.5625 812449.0 107785.0 812500.0 107786.0 812550.0 107801.65625 812599.0 107811.5390625 812650.0 107821.1171875 812700.0 107829.90625 812749.0 107838.3984375 812800.0 107848.0078125 812850.0 107855.890625 812899.0 107864.6953125 812950.0 107874.5625 813000.0 107883.25 813049.0 107891.3671875 813100.0 107899.875 813150.0 107907.8203125 813199.0 107915.140625 813250.0 107924.140625 813300.0 107935.3125 813349.0 107943.109375 813400.0 107952.3125 813450.0 107961.25 813499.0 107970.7265625 813550.0 107979.328125 813600.0 107987.078125 813649.0 107994.8125 813700.0 108002.609375 813750.0 108011.8125 813799.0 108019.796875 813850.0 108027.7421875 813900.0 108036.6015625 813949.0 108052.2578125 814000.0 108061.390625 814050.0 108071.125 814099.0 108080.28125 814150.0 108088.171875 814200.0 108095.953125 814249.0 108104.1796875 814300.0 108112.421875 814350.0 108121.3515625 814399.0 108130.34375 814450.0 108139.03125 814500.0 108148.1328125 814549.0 108157.25 814600.0 108167.96875 814650.0 108176.859375 814699.0 108185.671875 814750.0 108193.9609375 814800.0 108202.9375 814849.0 108205.0 814900.0 108219.2265625 814950.0 108228.7734375 814999.0 108238.625 815050.0 108248.578125 815100.0 108257.0 815149.0 108268.09375 815200.0 108276.5625 815250.0 108286.5625 815299.0 108292.25 815350.0 108300.0 815400.0 108309.7421875 815449.0 108319.9296875 815500.0 108324.5 815550.0 108332.5234375 815599.0 108343.5546875 815650.0 108350.859375 815700.0 108363.390625 815749.0 108372.75 815800.0 108371.5 815850.0 108390.46875 815899.0 108395.0 815950.0 108404.53125 816000.0 108413.09375 816049.0 108419.0 816100.0 108428.96875 816150.0 108443.9921875 816199.0 108453.359375 816250.0 108460.046875 816300.0 108466.5 816349.0 108479.546875 816400.0 108490.046875 816450.0 108495.71875 816499.0 108506.3046875 816550.0 108519.125 816600.0 108528.75 816649.0 108537.203125 816700.0 108540.0 816750.0 108538.0 816799.0 108560.84375 816850.0 108569.3125 816900.0 108579.3125 816949.0 108589.078125 817000.0 108598.78125 817050.0 108608.234375 817099.0 108618.0390625 817150.0 108625.8046875 817200.0 108634.3984375 817249.0 108642.796875 817300.0 108652.84375 817350.0 108662.015625 817399.0 108671.7109375 817450.0 108677.7890625 817500.0 108686.390625 817549.0 108695.390625 817600.0 108705.78125 817650.0 108715.125 817699.0 108724.125 817750.0 108733.890625 817800.0 108742.890625 817849.0 108754.09375 817900.0 108763.4296875 817950.0 108770.625 817999.0 108779.375 818050.0 108786.4375 818100.0 108796.28125 818149.0 108806.1953125 818200.0 108810.25 818250.0 108822.0 818299.0 108831.046875 818350.0 108838.984375 818400.0 108851.1796875 818449.0 108857.75 818500.0 108869.5234375 818550.0 108877.65625 818599.0 108888.875 818650.0 108894.5 818700.0 108908.3984375 818749.0 108916.6875 818800.0 108926.09375 818850.0 108933.6171875 818899.0 108944.7109375 818950.0 108953.6171875 819000.0 108963.78125 819049.0 108973.1640625 819100.0 108984.078125 819150.0 108992.5625 819199.0 109001.28125 819250.0 109011.4609375 819300.0 109019.2890625 819349.0 109034.8828125 819400.0 109045.2109375 819450.0 109054.5 819499.0 109064.0078125 819550.0 109073.1796875 819600.0 109082.125 819649.0 109090.296875 819700.0 109098.8671875 819750.0 109107.53125 819799.0 109116.34375 819850.0 109125.40625 819900.0 109134.796875 819949.0 109143.6875 820000.0 109153.0625 820050.0 109162.3359375 820099.0 109171.765625 820150.0 109181.1953125 820200.0 109190.53125 820249.0 109199.734375 820300.0 109209.3125 820350.0 109218.828125 820399.0 109228.421875 820450.0 109237.5 820500.0 109246.953125 820549.0 109256.4375 820600.0 109249.0 820650.0 109280.859375 820699.0 109290.328125 820750.0 109299.75 820800.0 109309.21875 820849.0 109318.703125 820900.0 109327.984375 820950.0 109337.4140625 820999.0 109346.6875 821050.0 109356.1640625 821100.0 109365.671875 821149.0 109375.15625 821200.0 109384.453125 821250.0 109393.796875 821299.0 109403.1484375 821350.0 109412.671875 821400.0 109422.171875 821449.0 109431.65625 821500.0 109441.0625 821550.0 109450.3125 821599.0 109459.625 821650.0 109469.03125 821700.0 109478.484375 821749.0 109487.9609375 821800.0 109497.328125 821850.0 109506.578125 821899.0 109516.109375 821950.0 109525.59375 822000.0 109535.09375 822049.0 109544.4609375 822100.0 109553.8203125 822150.0 109563.1640625 822199.0 109572.5078125 822250.0 109581.8984375 822300.0 109591.28125 822349.0 109600.6328125 822400.0 109610.015625 822450.0 109619.3984375 822499.0 109628.65625 822550.0 109638.1015625 822600.0 109647.5 822649.0 109656.890625 822700.0 109666.3046875 822750.0 109675.578125 822799.0 109684.828125 822850.0 109694.359375 822900.0 109703.6953125 822949.0 109712.8125 823000.0 109722.140625 823050.0 109731.59375 823099.0 109740.5546875 823150.0 109749.3671875 823200.0 109758.5078125 823249.0 109768.1171875 823300.0 109777.46875 823350.0 109786.671875 823399.0 109796.125 823450.0 109805.53125 823500.0 109814.78125 823549.0 109824.390625 823600.0 109833.875 823650.0 109843.0546875 823699.0 109852.359375 823750.0 109861.46875 823800.0 109871.015625 823849.0 109880.625 823900.0 109890.09375 823950.0 109899.6640625 823999.0 109909.265625 824050.0 109918.8359375 824100.0 109927.765625 824149.0 109936.9921875 824200.0 109946.453125 824250.0 109955.8984375 824299.0 109965.34375 824350.0 109974.8671875 824400.0 109984.34375 824449.0 109993.8671875 824500.0 110003.359375 824550.0 110012.828125 824599.0 110022.359375 824650.0 110031.890625 824700.0 110041.375 824749.0 110050.171875 824800.0 110059.546875 824850.0 110069.015625 824899.0 110078.53125 824950.0 110088.015625 825000.0 110097.46875 825049.0 110106.9453125 825100.0 110116.40625 825150.0 110125.859375 825199.0 110135.3828125 825250.0 110144.78125 825300.0 110154.2265625 825349.0 110163.6171875 825400.0 110173.0625 825450.0 110182.6328125 825499.0 110192.109375 825550.0 110201.53125 825600.0 110210.9375 825649.0 110220.40625 825700.0 110229.9921875 825750.0 110238.828125 825799.0 110248.328125 825850.0 110257.78125 825900.0 110267.21875 825949.0 110276.6796875 826000.0 110286.2109375 826050.0 110295.609375 826099.0 110304.9765625 826150.0 110314.4375 826200.0 110323.9765625 826249.0 110333.546875 826300.0 110343.140625 826350.0 110352.8125 826399.0 110362.203125 826450.0 110371.65625 826500.0 110381.171875 826549.0 110390.734375 826600.0 110400.3125 826650.0 110409.828125 826699.0 110419.359375 826750.0 110429.0625 826800.0 110438.703125 826849.0 110448.328125 826900.0 110458.046875 826950.0 110467.671875 826999.0 110477.296875 827050.0 110486.90625 827100.0 110496.5625 827149.0 110506.3359375 827200.0 110516.265625 827250.0 110526.0 827299.0 110535.6171875 827350.0 110545.21875 827400.0 110551.1953125 827449.0 110560.53125 827500.0 110569.9375 827550.0 110579.3515625 827599.0 110588.8359375 827650.0 110598.2734375 827700.0 110607.859375 827749.0 110617.4609375 827800.0 110627.0625 827850.0 110636.6328125 827899.0 110646.2109375 827950.0 110655.7265625 828000.0 110665.4375 828049.0 110675.140625 828100.0 110684.765625 828150.0 110694.4921875 828199.0 110704.203125 828250.0 110713.875 828300.0 110723.53125 828349.0 110733.1640625 828400.0 110742.859375 828450.0 110752.4765625 828499.0 110762.1328125 828550.0 110771.8828125 828600.0 110781.6796875 828649.0 110791.296875 828700.0 110800.921875 828750.0 110810.734375 828799.0 110820.359375 828850.0 110830.078125 828900.0 110839.90625 828949.0 110849.7421875 829000.0 110859.3046875 829050.0 110869.09375 829099.0 110878.7890625 829150.0 110888.515625 829200.0 110898.3828125 829249.0 110908.46875 829300.0 110917.8359375 829350.0 110926.890625 829399.0 110937.2109375 829450.0 110947.890625 829500.0 110957.125 829549.0 110966.734375 829600.0 110976.2734375 829650.0 110985.859375 829699.0 110995.453125 829750.0 111004.53125 829800.0 111014.1640625 829849.0 111023.609375 829900.0 111033.203125 829950.0 111042.703125 829999.0 111052.3203125 830050.0 111061.8203125 830100.0 111071.40625 830149.0 111080.546875 830200.0 111090.046875 830250.0 111099.53125 830299.0 111109.125 830350.0 111118.59375 830400.0 111128.171875 830449.0 111137.625 830500.0 111147.09375 830550.0 111156.5078125 830599.0 111166.234375 830650.0 111175.7578125 830700.0 111185.265625 830749.0 111188.0 830800.0 111204.40625 830850.0 111214.0 830899.0 111223.65625 830950.0 111232.921875 831000.0 111242.578125 831049.0 111252.140625 831100.0 111261.796875 831150.0 111271.34375 831199.0 111281.21875 831250.0 111290.7890625 831300.0 111300.40625 831349.0 111309.890625 831400.0 111319.6875 831450.0 111329.34375 831499.0 111338.96875 831550.0 111348.53125 831600.0 111358.2578125 831649.0 111367.8984375 831700.0 111377.734375 831750.0 111387.25 831799.0 111396.65625 831850.0 111405.9140625 831900.0 111415.34375 831949.0 111424.5703125 832000.0 111433.78125 832050.0 111442.75 832099.0 111452.234375 832150.0 111461.5625 832200.0 111470.890625 832249.0 111480.4375 832300.0 111489.6796875 832350.0 111499.0078125 832399.0 111508.546875 832450.0 111518.1328125 832500.0 111527.3828125 832549.0 111536.7265625 832600.0 111546.171875 832650.0 111555.671875 832699.0 111565.1796875 832750.0 111574.6796875 832800.0 111584.1875 832849.0 111593.2734375 832900.0 111602.765625 832950.0 111612.234375 832999.0 111621.703125 833050.0 111631.1875 833100.0 111640.609375 833149.0 111650.03125 833200.0 111659.5546875 833250.0 111668.96875 833299.0 111678.5 833350.0 111687.6640625 833400.0 111697.109375 833449.0 111706.609375 833500.0 111715.984375 833550.0 111725.484375 833599.0 111735.0703125 833650.0 111744.6015625 833700.0 111754.0859375 833749.0 111763.65625 833800.0 111773.1796875 833850.0 111782.8515625 833899.0 111792.5234375 833950.0 111802.1484375 834000.0 111811.78125 834049.0 111821.6328125 834100.0 111831.3125 834150.0 111843.90625 834199.0 111853.390625 834250.0 111862.8046875 834300.0 111872.0703125 834349.0 111881.4453125 834400.0 111890.8671875 834450.0 111900.3125 834499.0 111909.703125 834550.0 111919.1640625 834600.0 111928.671875 834649.0 111938.109375 834700.0 111947.546875 834750.0 111957.1328125 834799.0 111966.7109375 834850.0 111976.3515625 834900.0 111985.921875 834949.0 111995.515625 835000.0 112005.125 835050.0 112014.4609375 835099.0 112024.265625 835150.0 112033.875 835200.0 112043.421875 835249.0 112052.96875 835300.0 112062.453125 835350.0 112072.0703125 835399.0 112081.875 835450.0 112091.546875 835500.0 112101.28125 835549.0 112110.921875 835600.0 112120.5390625 835650.0 112130.234375 835699.0 112139.984375 835750.0 112149.3984375 835800.0 112159.40625 835849.0 112168.9921875 835900.0 112178.7421875 835950.0 112188.3984375 835999.0 112198.0625 836050.0 112207.6796875 836100.0 112217.328125 836149.0 112227.015625 836200.0 112236.7265625 836250.0 112246.3203125 836299.0 112255.953125 836350.0 112265.53125 836400.0 112275.265625 836449.0 112284.90625 836500.0 112294.765625 836550.0 112304.6484375 836599.0 112314.359375 836650.0 112324.03125 836700.0 112333.6015625 836749.0 112343.109375 836800.0 112352.84375 836850.0 112362.6875 836899.0 112372.46875 836950.0 112382.21875 837000.0 112391.71875 837049.0 112401.4609375 837100.0 112411.1484375 837150.0 112420.90625 837199.0 112430.8203125 837250.0 112440.8515625 837300.0 112450.484375 837349.0 112460.0625 837400.0 112469.609375 837450.0 112479.546875 837499.0 112489.1953125 837550.0 112499.03125 837600.0 112508.578125 837649.0 112518.203125 837700.0 112528.03125 837750.0 112537.65625 837799.0 112547.765625 837850.0 112557.8984375 837900.0 112567.9375 837949.0 112577.390625 838000.0 112586.671875 838050.0 112595.171875 838099.0 112604.78125 838150.0 112615.1953125 838200.0 112625.421875 838249.0 112635.7890625 838300.0 112646.9453125 838350.0 112656.984375 838399.0 112665.25 838450.0 112675.125 838500.0 112685.0 838549.0 112695.796875 838600.0 112705.828125 838650.0 112715.5625 838699.0 112725.5078125 838750.0 112735.4921875 838800.0 112744.6796875 838849.0 112754.7578125 838900.0 112764.875 838950.0 112775.0859375 838999.0 112784.78125 839050.0 112795.4609375 839100.0 112804.84375 839149.0 112815.359375 839200.0 112823.9140625 839250.0 112836.3671875 839299.0 112845.765625 839350.0 112856.078125 839400.0 112865.125 839449.0 112875.859375 839500.0 112887.2109375 839550.0 112897.40625 839599.0 112908.1875 839650.0 112918.8515625 839700.0 112930.2265625 839749.0 112941.5703125 839800.0 112952.6796875 839850.0 112962.6328125 839899.0 112973.2890625 839950.0 112983.921875 840000.0 112995.0 840049.0 113005.34375 840100.0 113015.65625 840150.0 113026.25 840199.0 113036.9609375 840250.0 113047.984375 840300.0 113058.71875 840349.0 113069.421875 840400.0 113081.3125 840450.0 113092.359375 840499.0 113103.5234375 840550.0 113114.078125 840600.0 113124.75 840649.0 113135.546875 840700.0 113146.3046875 840750.0 113156.5859375 840799.0 113167.1328125 840850.0 113167.0 840900.0 113127.0 840949.0 113159.0 841000.0 113177.5 841050.0 113178.25 841099.0 113179.0 841150.0 113195.4375 841200.0 113198.75 841249.0 113213.25 841300.0 113218.5 841350.0 113236.125 841399.0 113244.5 841450.0 113254.1875 841500.0 113265.1484375 841549.0 113276.1640625 841600.0 113283.25 841650.0 113294.0 841699.0 113308.9765625 841750.0 113320.84375 841800.0 113333.8984375 841849.0 113345.5 841900.0 113355.375 841950.0 113366.59375 841999.0 113378.25 842050.0 113387.5 842100.0 113399.125 842149.0 113410.5625 842200.0 113419.59375 842250.0 113430.578125 842299.0 113439.5 842350.0 113456.375 842400.0 113465.625 842449.0 113479.0 842500.0 113490.953125 842550.0 113501.6875 842599.0 113514.6875 842650.0 113525.6484375 842700.0 113543.640625 842749.0 113556.6640625 842800.0 113571.3203125 842850.0 113573.0 842899.0 113590.25 842950.0 113585.0 843000.0 113609.75 843049.0 113620.0 843100.0 113629.5 843150.0 113664.5 843199.0 113648.0 843250.0 113679.0 843300.0 113719.234375 843349.0 113729.6875 843400.0 113742.4140625 843450.0 113754.4140625 843499.0 113764.9140625 843550.0 113776.375 843600.0 113789.9453125 843649.0 113802.6875 843700.0 113814.265625 843750.0 113825.2109375 843799.0 113837.484375 843850.0 113847.71875 843900.0 113859.3515625 843949.0 113870.140625 844000.0 113881.6015625 844050.0 113894.6640625 844099.0 113906.6953125 844150.0 113918.671875 844200.0 113932.71875 844249.0 113947.515625 844300.0 113956.390625 844350.0 113962.390625 844399.0 113982.5859375 844450.0 113993.953125 844500.0 114009.1328125 844549.0 114021.3359375 844600.0 114034.4921875 844650.0 114047.84375 844699.0 114061.5078125 844750.0 114075.546875 844800.0 114088.25 844849.0 114100.6484375 844900.0 114113.0625 844950.0 114125.3046875 844999.0 114135.75 845050.0 114147.7109375 845100.0 114158.25 845149.0 114167.5 845200.0 114185.296875 845250.0 114197.6328125 845299.0 114209.0625 845350.0 114220.859375 845400.0 114233.109375 845449.0 114245.78125 845500.0 114259.1875 845550.0 114271.46875 845599.0 114282.9296875 845650.0 114294.859375 845700.0 114306.03125 845749.0 114318.0625 845800.0 114330.6953125 845850.0 114343.4140625 845899.0 114356.3828125 845950.0 114369.5078125 846000.0 114382.953125 846049.0 114394.3984375 846100.0 114406.0546875 846150.0 114417.5390625 846199.0 114428.3671875 846250.0 114440.3125 846300.0 114452.7734375 846349.0 114465.828125 846400.0 114478.625 846450.0 114491.8125 846499.0 114504.9453125 846550.0 114518.1796875 846600.0 114531.765625 846649.0 114545.453125 846700.0 114558.59375 846750.0 114570.921875 846799.0 114583.234375 846850.0 114594.4375 846900.0 114605.4609375 846949.0 114615.8515625 847000.0 114628.203125 847050.0 114640.46875 847099.0 114653.2734375 847150.0 114666.1953125 847200.0 114679.8359375 847249.0 114692.78125 847300.0 114705.78125 847350.0 114719.3984375 847399.0 114732.734375 847450.0 114744.9921875 847500.0 114758.375 847549.0 114771.53125 847600.0 114784.2734375 847650.0 114797.140625 847699.0 114810.0390625 847750.0 114822.65625 847800.0 114835.296875 847849.0 114848.296875 847900.0 114861.421875 847950.0 114874.46875 847999.0 114888.0859375 848050.0 114901.3828125 848100.0 114914.0234375 848149.0 114923.7890625 848200.0 114937.984375 848250.0 114947.234375 848299.0 114960.203125 848350.0 114972.875 848400.0 114985.296875 848449.0 114998.0546875 848500.0 115010.890625 848550.0 115023.1953125 848599.0 115036.1640625 848650.0 115048.7109375 848700.0 115061.875 848749.0 115074.1171875 848800.0 115087.203125 848850.0 115099.546875 848899.0 115112.15625 848950.0 115125.640625 849000.0 115139.7890625 849049.0 115152.703125 849100.0 115165.7421875 849150.0 115178.640625 849199.0 115191.609375 849250.0 115204.5625 849300.0 115217.34375 849349.0 115230.796875 849400.0 115244.875 849450.0 115257.6484375 849499.0 115271.046875 849550.0 115284.203125 849600.0 115298.15625 849649.0 115312.125 849700.0 115325.4375 849750.0 115339.34375 849799.0 115353.375 849850.0 115365.3671875 849900.0 115378.578125 849949.0 115392.046875 850000.0 115404.5078125 850050.0 115416.21875 850099.0 115428.5625 850150.0 115440.6484375 850200.0 115453.328125 850249.0 115466.34375 850300.0 115478.8125 850350.0 115490.390625 850399.0 115502.34375 850450.0 115514.546875 850500.0 115527.7421875 850549.0 115540.734375 850600.0 115554.109375 850650.0 115567.34375 850699.0 115581.0234375 850750.0 115593.78125 850800.0 115605.125 850849.0 115614.875 850900.0 115624.75 850950.0 115634.0 850999.0 115656.234375 851050.0 115668.984375 851100.0 115681.703125 851149.0 115694.65625 851200.0 115707.125 851250.0 115720.1953125 851299.0 115733.4375 851350.0 115747.390625 851400.0 115760.28125 851449.0 115773.359375 851500.0 115786.7109375 851550.0 115800.1171875 851599.0 115813.609375 851650.0 115826.5625 851700.0 115840.5234375 851749.0 115853.796875 851800.0 115866.53125 851850.0 115877.875 851899.0 115889.125 851950.0 115902.6484375 852000.0 115914.53125 852049.0 115926.5546875 852100.0 115939.59375 852150.0 115951.46875 852199.0 115963.015625 852250.0 115975.34375 852300.0 115988.1875 852349.0 116001.4765625 852400.0 116013.03125 852450.0 116024.1875 852499.0 116036.390625 852550.0 116049.3125 852600.0 116062.46875 852649.0 116075.8828125 852700.0 116089.296875 852750.0 116101.6171875 852799.0 116112.734375 852850.0 116124.1015625 852900.0 116136.640625 852949.0 116149.921875 853000.0 116160.8125 853050.0 116169.921875 853099.0 116179.1015625 853150.0 116188.3125 853200.0 116197.109375 853249.0 116206.046875 853300.0 116214.9296875 853350.0 116223.84375 853399.0 116232.7265625 853450.0 116241.40625 853500.0 116250.21875 853549.0 116259.140625 853600.0 116268.1640625 853650.0 116277.171875 853699.0 116286.328125 853750.0 116295.5625 853800.0 116304.828125 853849.0 116314.046875 853900.0 116322.890625 853950.0 116331.78125 853999.0 116340.828125 854050.0 116349.9921875 854100.0 116358.890625 854149.0 116367.84375 854200.0 116376.8125 854250.0 116385.9375 854299.0 116394.890625 854350.0 116403.578125 854400.0 116412.421875 854449.0 116421.40625 854500.0 116430.546875 854550.0 116439.6953125 854599.0 116448.859375 854650.0 116458.0 854700.0 116467.0390625 854749.0 116476.234375 854800.0 116485.484375 854850.0 116494.8125 854899.0 116503.90625 854950.0 116513.03125 855000.0 116522.3046875 855049.0 116531.71875 855100.0 116540.65625 855150.0 116549.5 855199.0 116558.40625 855250.0 116567.296875 855300.0 116576.109375 855349.0 116584.8671875 855400.0 116593.65625 855450.0 116602.5625 855499.0 116611.234375 855550.0 116620.015625 855600.0 116628.8984375 855649.0 116637.796875 855700.0 116646.734375 855750.0 116655.6875 855799.0 116664.640625 855850.0 116673.6640625 855900.0 116682.765625 855949.0 116691.96875 856000.0 116701.140625 856050.0 116710.296875 856099.0 116719.140625 856150.0 116728.09375 856200.0 116737.140625 856249.0 116746.0 856300.0 116754.96875 856350.0 116763.9375 856399.0 116773.015625 856450.0 116781.78125 856500.0 116790.53125 856549.0 116799.40625 856600.0 116808.3984375 856650.0 116817.5 856699.0 116826.6953125 856750.0 116835.8359375 856800.0 116844.921875 856849.0 116853.9609375 856900.0 116863.015625 856950.0 116872.1875 856999.0 116881.375 857050.0 116890.578125 857100.0 116899.6875 857149.0 116908.84375 857200.0 116918.078125 857250.0 116927.421875 857299.0 116936.7421875 857350.0 116946.0078125 857400.0 116955.140625 857449.0 116964.1875 857500.0 116973.234375 857550.0 116981.875 857599.0 116990.640625 857650.0 116999.515625 857700.0 117008.4765625 857749.0 117017.5234375 857800.0 117026.6484375 857850.0 117035.7109375 857899.0 117044.765625 857950.0 117053.828125 858000.0 117062.875 858049.0 117071.890625 858100.0 117080.953125 858150.0 117090.125 858199.0 117099.328125 858250.0 117108.453125 858300.0 117117.59375 858349.0 117126.8125 858400.0 117135.921875 858450.0 117145.125 858499.0 117154.421875 858550.0 117163.671875 858600.0 117172.6171875 858649.0 117181.4296875 858700.0 117190.28125 858750.0 117199.0546875 858799.0 117207.8828125 858850.0 117216.75 858900.0 117225.734375 858949.0 117234.8125 859000.0 117243.9609375 859050.0 117252.96875 859099.0 117261.953125 859150.0 117270.9609375 859200.0 117280.0859375 859249.0 117289.1796875 859300.0 117298.2578125 859350.0 117307.4375 859399.0 117316.734375 859450.0 117326.140625 859500.0 117335.046875 859549.0 117343.5546875 859600.0 117352.0703125 859650.0 117360.703125 859699.0 117369.4375 859750.0 117378.2734375 859800.0 117387.15625 859849.0 117396.1328125 859900.0 117405.234375 859950.0 117414.4609375 859999.0 117423.796875 860050.0 117433.2109375 860100.0 117442.6015625 860149.0 117451.71875 860200.0 117460.9609375 860250.0 117470.3125 860299.0 117479.71875 860350.0 117489.1875 860400.0 117498.640625 860449.0 117507.390625 860500.0 117515.875 860550.0 117524.4921875 860599.0 117533.234375 860650.0 117542.109375 860700.0 117551.109375 860749.0 117560.234375 860800.0 117569.484375 860850.0 117578.8515625 860899.0 117588.3125 860950.0 117597.578125 861000.0 117606.953125 861049.0 117616.2890625 861100.0 117625.6171875 861150.0 117635.046875 861199.0 117644.546875 861250.0 117654.0234375 861300.0 117663.296875 861349.0 117672.546875 861400.0 117681.890625 861450.0 117691.328125 861499.0 117700.859375 861550.0 117710.5 861600.0 117720.234375 861649.0 117729.90625 861700.0 117739.6015625 861750.0 117749.25 861799.0 117759.0 861850.0 117768.75 861900.0 117778.53125 861949.0 117787.34375 862000.0 117796.140625 862050.0 117805.078125 862099.0 117814.1328125 862150.0 117823.3125 862200.0 117832.625 862249.0 117842.0546875 862300.0 117851.609375 862350.0 117861.234375 862399.0 117870.9296875 862450.0 117880.5 862500.0 117889.921875 862549.0 117899.4765625 862600.0 117909.0546875 862650.0 117918.40625 862699.0 117927.875 862750.0 117937.453125 862800.0 117946.859375 862849.0 117955.8203125 862900.0 117964.796875 862950.0 117973.828125 862999.0 117982.8984375 863050.0 117992.0546875 863100.0 118001.265625 863149.0 118010.53125 863200.0 118019.8828125 863250.0 118029.2421875 863299.0 118038.65625 863350.0 118048.1640625 863400.0 118057.75 863449.0 118067.3046875 863500.0 118076.8046875 863550.0 118086.140625 863599.0 118095.4921875 863650.0 118104.8046875 863700.0 118114.03125 863749.0 118123.34375 863800.0 118132.734375 863850.0 118142.1875 863899.0 118151.65625 863950.0 118161.203125 864000.0 118170.796875 864049.0 118180.46875 864100.0 118190.1328125 864150.0 118199.796875 864199.0 118209.421875 864250.0 118219.1015625 864300.0 118228.5 864349.0 118237.46875 864400.0 118246.5546875 864450.0 118255.71875 864499.0 118264.921875 864550.0 118274.171875 864600.0 118283.5078125 864649.0 118292.8828125 864700.0 118302.3359375 864750.0 118311.8671875 864799.0 118321.4609375 864850.0 118331.109375 864900.0 118340.6796875 864949.0 118350.1484375 865000.0 118359.6875 865050.0 118369.171875 865099.0 118378.578125 865150.0 118388.046875 865200.0 118397.609375 865249.0 118407.2421875 865300.0 118416.9296875 865350.0 118426.640625 865399.0 118436.359375 865450.0 118446.015625 865500.0 118455.609375 865549.0 118465.171875 865600.0 118474.78125 865650.0 118484.2109375 865699.0 118493.703125 865750.0 118503.015625 865800.0 118512.3125 865849.0 118521.6875 865900.0 118531.15625 865950.0 118540.6953125 865999.0 118550.296875 866050.0 118559.9375 866100.0 118569.6015625 866149.0 118579.296875 866200.0 118588.734375 866250.0 118598.21875 866299.0 118607.796875 866350.0 118617.421875 866400.0 118627.078125 866449.0 118636.0625 866500.0 118644.8125 866550.0 118653.578125 866599.0 118662.3671875 866650.0 118671.234375 866700.0 118680.1796875 866749.0 118689.203125 866800.0 118698.3046875 866850.0 118707.4921875 866899.0 118716.7734375 866950.0 118726.140625 867000.0 118735.5859375 867049.0 118745.125 867100.0 118754.75 867150.0 118764.34375 867199.0 118773.9375 867250.0 118783.5625 867300.0 118793.15625 867349.0 118802.765625 867400.0 118812.359375 867450.0 118821.953125 867499.0 118831.5703125 867550.0 118841.140625 867600.0 118850.765625 867649.0 118860.375 867700.0 118869.953125 867750.0 118879.53125 867799.0 118889.125 867850.0 118898.6875 867900.0 118908.28125 867949.0 118917.859375 868000.0 118927.40625 868050.0 118936.9765625 868099.0 118946.484375 868150.0 118956.0546875 868200.0 118965.6796875 868249.0 118975.2890625 868300.0 118984.9296875 868350.0 118994.5625 868399.0 119004.15625 868450.0 119013.8046875 868500.0 119023.4921875 868549.0 119033.15625 868600.0 119042.765625 868650.0 119052.4296875 868699.0 119062.1015625 868750.0 119071.78125 868800.0 119081.4375 868849.0 119091.0703125 868900.0 119100.71875 868950.0 119110.40625 868999.0 119120.09375 869050.0 119129.765625 869100.0 119139.453125 869149.0 119149.125 869200.0 119158.8203125 869250.0 119168.5 869299.0 119178.15625 869350.0 119187.8359375 869400.0 119197.5078125 869449.0 119206.890625 869500.0 119216.2578125 869550.0 119225.59375 869599.0 119234.984375 869650.0 119244.40625 869700.0 119253.84375 869749.0 119263.359375 869800.0 119272.9296875 869850.0 119282.5 869899.0 119292.109375 869950.0 119301.7578125 870000.0 119311.3984375 870049.0 119320.984375 870100.0 119330.609375 870150.0 119340.25 870199.0 119349.890625 870250.0 119359.53125 870300.0 119369.125 870349.0 119378.734375 870400.0 119388.375 870450.0 119398.03125 870499.0 119407.6796875 870550.0 119417.3359375 870600.0 119426.96875 870649.0 119436.609375 870700.0 119446.265625 870750.0 119455.8828125 870799.0 119465.515625 870850.0 119475.1875 870900.0 119484.859375 870949.0 119494.546875 871000.0 119504.234375 871050.0 119513.953125 871099.0 119523.671875 871150.0 119533.3828125 871200.0 119543.1015625 871249.0 119552.8203125 871300.0 119562.5546875 871350.0 119572.265625 871399.0 119581.921875 871450.0 119591.4453125 871500.0 119601.0546875 871549.0 119610.71875 871600.0 119620.421875 871650.0 119630.15625 871699.0 119639.90625 871750.0 119649.546875 871800.0 119659.125 871849.0 119668.5234375 871900.0 119678.0234375 871950.0 119687.6171875 871999.0 119697.203125 872050.0 119706.765625 872100.0 119716.34375 872149.0 119725.96875 872200.0 119735.53125 872250.0 119745.078125 872299.0 119754.6875 872350.0 119764.328125 872400.0 119773.9765625 872449.0 119783.625 872500.0 119793.2890625 872550.0 119802.90625 872599.0 119812.515625 872650.0 119822.1484375 872700.0 119831.7890625 872749.0 119841.4765625 872800.0 119851.1015625 872850.0 119860.75 872899.0 119870.4453125 872950.0 119880.1875 873000.0 119889.859375 873049.0 119899.4453125 873100.0 119909.0859375 873150.0 119918.7421875 873199.0 119928.4140625 873250.0 119937.8515625 873300.0 119947.03125 873349.0 119956.3203125 873400.0 119965.7109375 873450.0 119975.203125 873499.0 119984.75 873550.0 119994.328125 873600.0 120003.921875 873649.0 120013.53125 873700.0 120023.1875 873750.0 120032.8125 873799.0 120042.5078125 873850.0 120052.21875 873900.0 120061.921875 873949.0 120071.6328125 874000.0 120081.34375 874050.0 120091.015625 874099.0 120100.765625 874150.0 120110.5546875 874200.0 120120.3125 874249.0 120130.078125 874300.0 120139.875 874350.0 120149.640625 874399.0 120159.390625 874450.0 120169.125 874500.0 120178.9140625 874549.0 120188.6640625 874600.0 120198.421875 874650.0 120208.203125 874699.0 120218.03125 874750.0 120227.7890625 874800.0 120237.5 874849.0 120247.0703125 874900.0 120256.640625 874950.0 120266.21875 874999.0 120275.7578125 875050.0 120285.328125 875100.0 120294.9140625 875149.0 120304.546875 875200.0 120314.15625 875250.0 120323.796875 875299.0 120333.4375 875350.0 120343.015625 875400.0 120352.609375 875449.0 120362.203125 875500.0 120371.828125 875550.0 120381.484375 875599.0 120391.09375 875650.0 120400.7109375 875700.0 120410.3984375 875749.0 120420.015625 875800.0 120429.5625 875850.0 120439.15625 875899.0 120448.828125 875950.0 120458.4765625 876000.0 120467.828125 876049.0 120477.046875 876100.0 120486.359375 876150.0 120495.765625 876199.0 120505.25 876250.0 120514.7734375 876300.0 120524.3359375 876349.0 120533.9140625 876400.0 120543.515625 876450.0 120553.140625 876499.0 120562.765625 876550.0 120572.4375 876600.0 120582.125 876649.0 120591.828125 876700.0 120601.5078125 876750.0 120611.21875 876799.0 120620.875 876850.0 120630.578125 876900.0 120640.34375 876949.0 120650.109375 877000.0 120659.828125 877050.0 120669.6015625 877099.0 120679.3671875 877150.0 120689.1171875 877200.0 120698.84375 877249.0 120708.578125 877300.0 120718.34375 877350.0 120728.078125 877399.0 120737.828125 877450.0 120747.609375 877500.0 120757.3984375 877549.0 120767.125 877600.0 120776.875 877650.0 120786.6953125 877699.0 120796.453125 877750.0 120806.2265625 877800.0 120816.046875 877849.0 120825.796875 877900.0 120835.578125 877950.0 120845.3125 877999.0 120854.984375 878050.0 120864.671875 878100.0 120874.3203125 878149.0 120883.9765625 878200.0 120893.6796875 878250.0 120903.390625 878299.0 120913.078125 878350.0 120922.78125 878400.0 120932.484375 878449.0 120942.25 878500.0 120951.9453125 878550.0 120961.5390625 878599.0 120971.1875 878650.0 120980.890625 878700.0 120990.65625 878749.0 121000.28125 878800.0 121009.7890625 878850.0 121019.265625 878899.0 121028.765625 878950.0 121037.828125 879000.0 121046.953125 879049.0 121056.1484375 879100.0 121065.4375 879150.0 121074.796875 879199.0 121084.21875 879250.0 121093.71875 879300.0 121103.28125 879349.0 121112.84375 879400.0 121122.4609375 879450.0 121132.109375 879499.0 121141.8046875 879550.0 121151.546875 879600.0 121161.34375 879649.0 121171.140625 879700.0 121180.953125 879750.0 121190.75 879799.0 121200.546875 879850.0 121210.3203125 879900.0 121220.0390625 879949.0 121229.6875 880000.0 121239.3515625 880050.0 121249.0625 880099.0 121258.7734375 880150.0 121268.4921875 880200.0 121278.234375 880249.0 121287.984375 880300.0 121297.7265625 880350.0 121307.5 880399.0 121317.234375 880450.0 121327.015625 880500.0 121336.796875 880549.0 121346.578125 880600.0 121356.375 880650.0 121366.15625 880699.0 121375.9765625 880750.0 121385.8046875 880800.0 121395.46875 880849.0 121405.0625 880900.0 121414.578125 880950.0 121424.140625 880999.0 121433.7734375 881050.0 121443.359375 881100.0 121452.90625 881149.0 121462.46875 881200.0 121472.0859375 881250.0 121481.7109375 881299.0 121491.3125 881350.0 121500.875 881400.0 121510.40625 881449.0 121520.015625 881500.0 121529.6484375 881550.0 121539.2578125 881599.0 121548.8828125 881650.0 121558.4921875 881700.0 121568.109375 881749.0 121577.734375 881800.0 121587.34375 881850.0 121596.921875 881899.0 121606.484375 881950.0 121616.125 882000.0 121625.7734375 882049.0 121635.4296875 882100.0 121645.0859375 882150.0 121654.7421875 882199.0 121664.4765625 882250.0 121674.171875 882300.0 121683.875 882349.0 121693.625 882400.0 121703.359375 882450.0 121713.125 882499.0 121722.953125 882550.0 121732.71875 882600.0 121742.484375 882649.0 121752.328125 882700.0 121762.25 882750.0 121772.140625 882799.0 121781.953125 882850.0 121791.7734375 882900.0 121801.625 882949.0 121811.484375 883000.0 121821.375 883050.0 121831.078125 883099.0 121840.765625 883150.0 121850.4140625 883200.0 121860.0859375 883249.0 121869.7890625 883300.0 121879.515625 883350.0 121889.265625 883399.0 121899.015625 883450.0 121908.734375 883500.0 121918.5 883549.0 121928.171875 883600.0 121937.90625 883650.0 121947.71875 883699.0 121957.5078125 883750.0 121967.265625 883800.0 121976.9921875 883849.0 121986.7578125 883900.0 121996.546875 883950.0 122006.40625 883999.0 122016.2421875 884050.0 122026.109375 884100.0 122035.890625 884149.0 122045.703125 884200.0 122055.578125 884250.0 122065.328125 884299.0 122075.15625 884350.0 122085.046875 884400.0 122094.9375 884449.0 122104.78125 884500.0 122114.6171875 884550.0 122124.421875 884599.0 122134.2578125 884650.0 122144.1015625 884700.0 122153.953125 884749.0 122163.765625 884800.0 122173.59375 884850.0 122183.4140625 884899.0 122193.296875 884950.0 122203.1640625 885000.0 122213.0546875 885049.0 122223.0078125 885100.0 122232.9296875 885150.0 122242.78125 885199.0 122252.5703125 885250.0 122262.421875 885300.0 122272.3359375 885349.0 122282.25 885400.0 122292.1875 885450.0 122302.046875 885499.0 122311.9140625 885550.0 122321.84375 885600.0 122331.734375 885649.0 122341.53125 885700.0 122351.328125 885750.0 122361.109375 885799.0 122370.953125 885850.0 122380.828125 885900.0 122390.703125 885949.0 122400.578125 886000.0 122410.359375 886050.0 122420.15625 886099.0 122429.984375 886150.0 122439.8046875 886200.0 122449.6640625 886249.0 122459.34375 886300.0 122468.9921875 886350.0 122478.640625 886399.0 122488.2890625 886450.0 122498.0 886500.0 122507.71875 886549.0 122517.4375 886600.0 122527.1328125 886650.0 122536.8828125 886699.0 122546.546875 886750.0 122556.21875 886800.0 122565.984375 886849.0 122575.78125 886900.0 122585.4921875 886950.0 122595.2265625 886999.0 122604.9296875 887050.0 122614.6875 887100.0 122624.5 887149.0 122634.328125 887200.0 122644.1484375 887250.0 122653.9375 887299.0 122663.6875 887350.0 122673.515625 887400.0 122683.265625 887449.0 122693.046875 887500.0 122702.90625 887550.0 122712.78125 887599.0 122722.609375 887650.0 122732.40625 887700.0 122742.1875 887749.0 122751.9765625 887800.0 122761.796875 887850.0 122771.609375 887899.0 122781.3984375 887950.0 122791.1796875 888000.0 122800.984375 888049.0 122810.8515625 888100.0 122820.671875 888150.0 122830.5546875 888199.0 122840.484375 888250.0 122850.3359375 888300.0 122860.09375 888349.0 122869.890625 888400.0 122879.7578125 888450.0 122889.6328125 888499.0 122899.53125 888550.0 122909.359375 888600.0 122919.203125 888649.0 122929.09375 888700.0 122938.984375 888750.0 122948.859375 888799.0 122958.734375 888850.0 122968.65625 888900.0 122978.40625 888949.0 122988.03125 889000.0 122997.6171875 889050.0 123007.2734375 889099.0 123017.0 889150.0 123026.8046875 889200.0 123036.6796875 889249.0 123046.6171875 889300.0 123056.6328125 889350.0 123066.6875 889399.0 123076.78125 889450.0 123086.90625 889500.0 123097.0859375 889549.0 123107.296875 889600.0 123117.3125 889650.0 123127.3359375 889699.0 123137.2890625 889750.0 123147.234375 889800.0 123157.171875 889849.0 123167.1484375 889900.0 123177.15625 889950.0 123187.1875 889999.0 123197.265625 890050.0 123207.3671875 890100.0 123217.5 890149.0 123227.6328125 890200.0 123237.7734375 890250.0 123247.9140625 890299.0 123258.046875 890350.0 123268.1953125 890400.0 123278.2578125 890449.0 123288.3359375 890500.0 123298.421875 890550.0 123308.5 890599.0 123318.3125 890650.0 123327.9453125 890700.0 123337.640625 890749.0 123347.390625 890800.0 123357.1875 890850.0 123367.015625 890899.0 123376.875 890950.0 123386.7578125 891000.0 123396.6875 891049.0 123406.65625 891100.0 123416.671875 891150.0 123426.7109375 891199.0 123436.734375 891250.0 123446.453125 891300.0 123456.140625 891349.0 123465.765625 891400.0 123475.40625 891450.0 123485.109375 891499.0 123494.875 891550.0 123504.1015625 891600.0 123512.78125 891649.0 123521.5546875 891700.0 123530.40625 891750.0 123539.3515625 891799.0 123548.390625 891850.0 123557.515625 891900.0 123566.71875 891949.0 123576.0234375 892000.0 123585.40625 892050.0 123594.875 892099.0 123604.40625 892150.0 123614.015625 892200.0 123623.6875 892249.0 123633.4296875 892300.0 123643.234375 892350.0 123653.1015625 892399.0 123663.015625 892450.0 123672.96875 892500.0 123682.96875 892549.0 123692.9921875 892600.0 123703.046875 892650.0 123713.1328125 892699.0 123723.25 892750.0 123733.3828125 892800.0 123743.546875 892849.0 123753.734375 892900.0 123763.9375 892950.0 123774.1640625 892999.0 123784.40625 893050.0 123794.65625 893100.0 123804.90625 893149.0 123815.1484375 893200.0 123825.390625 893250.0 123835.6171875 893299.0 123845.859375 893350.0 123856.109375 893400.0 123866.375 893449.0 123876.65625 893500.0 123886.9453125 893550.0 123897.25 893599.0 123907.578125 893650.0 123917.9296875 893700.0 123928.28125 893749.0 123938.625 893800.0 123948.9609375 893850.0 123959.2734375 893899.0 123969.546875 893950.0 123979.8046875 894000.0 123990.0625 894049.0 124000.328125 894100.0 124010.5859375 894150.0 124020.8671875 894199.0 124031.15625 894250.0 124041.4453125 894300.0 124051.7421875 894349.0 124062.046875 894400.0 124072.296875 894450.0 124082.078125 894499.0 124091.890625 894550.0 124101.7421875 894600.0 124111.640625 894649.0 124121.5546875 894700.0 124131.515625 894750.0 124141.5 894799.0 124151.5 894850.0 124161.515625 894900.0 124171.515625 894949.0 124181.5234375 895000.0 124191.5 895050.0 124200.6328125 895099.0 124209.4765625 895150.0 124218.3125 895200.0 124227.171875 895249.0 124236.078125 895300.0 124245.03125 895350.0 124254.0625 895399.0 124263.171875 895450.0 124272.359375 895500.0 124281.625 895549.0 124290.96875 895600.0 124300.3984375 895650.0 124309.890625 895699.0 124319.4609375 895750.0 124329.0859375 895800.0 124338.7890625 895849.0 124348.5390625 895900.0 124358.359375 895950.0 124368.203125 895999.0 124378.109375 896050.0 124388.03125 896100.0 124398.0 896149.0 124407.984375 896200.0 124418.0078125 896250.0 124428.046875 896299.0 124438.109375 896350.0 124448.1953125 896400.0 124458.296875 896449.0 124468.421875 896500.0 124478.5625 896550.0 124488.71875 896599.0 124498.875 896650.0 124509.015625 896700.0 124519.15625 896749.0 124529.296875 896800.0 124539.453125 896850.0 124549.6015625 896899.0 124559.765625 896950.0 124569.953125 897000.0 124580.140625 897049.0 124590.34375 897100.0 124600.546875 897150.0 124610.75 897199.0 124620.953125 897250.0 124631.171875 897300.0 124641.375 897349.0 124651.59375 897400.0 124661.8046875 897450.0 124672.015625 897499.0 124682.2265625 897550.0 124692.4375 897600.0 124702.640625 897649.0 124712.8125 897700.0 124722.984375 897750.0 124733.1484375 897799.0 124743.3125 897850.0 124753.484375 897900.0 124763.65625 897949.0 124773.8359375 898000.0 124784.0234375 898050.0 124794.21875 898099.0 124804.40625 898150.0 124814.6171875 898200.0 124824.828125 898249.0 124835.046875 898300.0 124845.2890625 898350.0 124855.5390625 898399.0 124865.8046875 898450.0 124876.0859375 898500.0 124886.3828125 898549.0 124896.6875 898600.0 124906.9765625 898650.0 124917.25 898699.0 124927.515625 898750.0 124937.75 898800.0 124947.96875 898849.0 124958.140625 898900.0 124968.28125 898950.0 124978.4140625 898999.0 124988.546875 899050.0 124998.6953125 899100.0 125008.84375 899149.0 125019.0078125 899200.0 125029.140625 899250.0 125039.0625 899299.0 125048.828125 899350.0 125058.4375 899400.0 125067.84375 899449.0 125077.140625 899500.0 125086.390625 899550.0 125095.609375 899599.0 125104.8125 899650.0 125114.046875 899700.0 125123.3125 899749.0 125132.65625 899800.0 125142.046875 899850.0 125151.53125 899899.0 125161.0703125 899950.0 125170.6953125 900000.0 125180.375 900049.0 125190.125 900100.0 125199.921875 900150.0 125209.765625 900199.0 125219.65625 900250.0 125229.578125 900300.0 125239.5390625 900349.0 125249.5234375 900400.0 125259.53125 900450.0 125269.578125 900499.0 125279.6328125 900550.0 125289.703125 900600.0 125299.7890625 900649.0 125309.8828125 900700.0 125319.9765625 900750.0 125330.0703125 900799.0 125340.171875 900850.0 125350.265625 900900.0 125360.375 900949.0 125370.4921875 901000.0 125380.609375 901050.0 125390.7421875 901099.0 125400.875 901150.0 125411.0234375 901200.0 125421.1640625 901249.0 125431.3046875 901300.0 125441.4375 901350.0 125451.5859375 901399.0 125461.7265625 901450.0 125471.8671875 901500.0 125482.015625 901549.0 125492.171875 901600.0 125502.328125 901650.0 125512.484375 901699.0 125522.6328125 901750.0 125532.7578125 901800.0 125542.875 901849.0 125552.9921875 901900.0 125563.1015625 901950.0 125573.21875 901999.0 125583.3359375 902050.0 125593.4609375 902100.0 125603.59375 902149.0 125613.7421875 902200.0 125623.8984375 902250.0 125634.0625 902299.0 125644.234375 902350.0 125654.40625 902400.0 125664.59375 902449.0 125674.796875 902500.0 125684.984375 902550.0 125695.171875 902599.0 125705.359375 902650.0 125715.5390625 902700.0 125725.71875 902749.0 125735.890625 902800.0 125746.0625 902850.0 125756.234375 902899.0 125766.421875 902950.0 125776.59375 903000.0 125786.7734375 903049.0 125796.9453125 903100.0 125807.109375 903150.0 125817.2734375 903199.0 125827.4140625 903250.0 125837.546875 903300.0 125847.6875 903349.0 125857.8203125 903400.0 125867.9609375 903450.0 125878.09375 903499.0 125888.234375 903550.0 125898.375 903600.0 125908.5234375 903649.0 125918.671875 903700.0 125928.8359375 903750.0 125939.0 903799.0 125949.171875 903850.0 125959.3515625 903900.0 125969.546875 903949.0 125979.75 904000.0 125989.953125 904050.0 126000.1640625 904099.0 126010.375 904150.0 126020.59375 904200.0 126030.8203125 904249.0 126041.046875 904300.0 126051.296875 904350.0 126061.5625 904399.0 126071.8359375 904450.0 126082.140625 904500.0 126092.3515625 904549.0 126102.390625 904600.0 126112.1484375 904650.0 126121.640625 904699.0 126131.03125 904750.0 126140.296875 904800.0 126149.59375 904849.0 126158.921875 904900.0 126168.328125 904950.0 126177.8203125 904999.0 126187.3984375 905050.0 126197.0703125 905100.0 126206.8125 905149.0 126216.625 905200.0 126226.5078125 905250.0 126236.421875 905299.0 126246.390625 905350.0 126256.390625 905400.0 126266.40625 905449.0 126276.4453125 905500.0 126286.5 905550.0 126296.578125 905599.0 126306.6640625 905650.0 126316.7578125 905700.0 126326.859375 905749.0 126336.9609375 905800.0 126347.078125 905850.0 126357.1796875 905899.0 126367.296875 905950.0 126377.421875 906000.0 126387.5390625 906049.0 126397.65625 906100.0 126407.7890625 906150.0 126417.921875 906199.0 126428.046875 906250.0 126438.171875 906300.0 126448.2890625 906349.0 126458.4140625 906400.0 126468.5234375 906450.0 126478.6328125 906499.0 126488.75 906550.0 126498.8515625 906600.0 126508.96875 906649.0 126519.09375 906700.0 126529.21875 906750.0 126539.3515625 906799.0 126549.484375 906850.0 126559.609375 906900.0 126569.734375 906949.0 126579.859375 907000.0 126589.984375 907050.0 126600.109375 907099.0 126610.234375 907150.0 126620.359375 907200.0 126630.484375 907249.0 126640.6171875 907300.0 126650.765625 907350.0 126660.90625 907399.0 126671.046875 907450.0 126681.203125 907500.0 126691.359375 907549.0 126701.5078125 907600.0 126711.65625 907650.0 126721.8046875 907699.0 126731.953125 907750.0 126742.09375 907800.0 126752.2421875 907849.0 126762.390625 907900.0 126772.53125 907950.0 126782.671875 907999.0 126792.7890625 908050.0 126802.890625 908100.0 126813.0078125 908149.0 126823.125 908200.0 126833.25 908250.0 126843.375 908299.0 126853.5078125 908350.0 126863.640625 908400.0 126873.7734375 908449.0 126883.90625 908500.0 126894.046875 908550.0 126904.171875 908599.0 126914.296875 908650.0 126924.421875 908700.0 126934.5546875 908749.0 126944.6875 908800.0 126954.8125 908850.0 126964.953125 908899.0 126975.09375 908950.0 126985.265625 909000.0 126995.4375 909049.0 127005.6328125 909100.0 127015.84375 909150.0 127026.0625 909199.0 127036.28125 909250.0 127046.4765625 909300.0 127056.671875 909349.0 127066.859375 909400.0 127077.0390625 909450.0 127087.203125 909499.0 127097.390625 909550.0 127107.578125 909600.0 127117.7734375 909649.0 127127.984375 909700.0 127138.1953125 909750.0 127148.421875 909799.0 127158.65625 909850.0 127168.890625 909900.0 127179.125 909949.0 127189.34375 910000.0 127199.53125 910050.0 127209.6875 910099.0 127219.78125 910150.0 127229.8671875 910200.0 127239.953125 910249.0 127250.0390625 910300.0 127260.125 910350.0 127270.1953125 910399.0 127280.2890625 910450.0 127290.390625 910500.0 127300.515625 910549.0 127310.65625 910600.0 127320.8203125 910650.0 127331.0078125 910699.0 127341.1953125 910750.0 127351.390625 910800.0 127361.578125 910849.0 127371.765625 910900.0 127381.59375 910950.0 127391.328125 910999.0 127400.890625 911050.0 127410.359375 911100.0 127419.953125 911149.0 127429.5859375 911200.0 127439.3046875 911250.0 127449.078125 911299.0 127458.921875 911350.0 127468.8125 911400.0 127478.7578125 911449.0 127488.734375 911500.0 127498.75 911550.0 127508.796875 911599.0 127518.8515625 911650.0 127528.9140625 911700.0 127539.0 911749.0 127549.09375 911800.0 127559.203125 911850.0 127569.3125 911899.0 127579.421875 911950.0 127589.5390625 912000.0 127599.65625 912049.0 127609.78125 912100.0 127619.9140625 912150.0 127630.0390625 912199.0 127640.15625 912250.0 127650.2734375 912300.0 127660.390625 912349.0 127670.5 912400.0 127680.625 912450.0 127690.75 912499.0 127700.875 912550.0 127711.0 912600.0 127721.140625 912649.0 127731.2890625 912700.0 127741.4296875 912750.0 127751.578125 912799.0 127761.703125 912850.0 127771.828125 912900.0 127781.953125 912949.0 127792.0625 913000.0 127802.1796875 913050.0 127812.296875 913099.0 127822.421875 913150.0 127832.546875 913200.0 127842.6875 913249.0 127852.8125 913300.0 127862.953125 913350.0 127873.078125 913399.0 127883.234375 913450.0 127893.390625 913500.0 127903.53125 913549.0 127913.6796875 913600.0 127923.8203125 913650.0 127933.9609375 913699.0 127944.1015625 913750.0 127954.234375 913800.0 127964.359375 913849.0 127974.484375 913900.0 127984.578125 913950.0 127994.6796875 913999.0 128004.7890625 914050.0 128014.8984375 914100.0 128025.015625 914149.0 128035.1484375 914200.0 128045.2734375 914250.0 128055.40625 914299.0 128065.5390625 914350.0 128075.6796875 914400.0 128085.828125 914449.0 128095.984375 914500.0 128106.140625 914550.0 128116.296875 914599.0 128126.4453125 914650.0 128136.5859375 914700.0 128146.7265625 914749.0 128156.859375 914800.0 128166.9765625 914850.0 128177.109375 914899.0 128187.25 914950.0 128197.390625 915000.0 128207.5390625 915049.0 128217.703125 915100.0 128227.859375 915150.0 128238.03125 915199.0 128248.203125 915250.0 128258.34375 915300.0 128268.484375 915349.0 128278.6328125 915400.0 128288.78125 915450.0 128298.9375 915499.0 128309.109375 915550.0 128319.2890625 915600.0 128329.484375 915649.0 128339.6796875 915700.0 128349.875 915750.0 128360.0703125 915799.0 128370.2734375 915850.0 128380.453125 915900.0 128390.625 915949.0 128400.7890625 916000.0 128410.9453125 916050.0 128421.09375 916099.0 128431.2265625 916150.0 128441.34375 916200.0 128451.4609375 916249.0 128461.5703125 916300.0 128471.671875 916350.0 128481.78125 916399.0 128491.875 916450.0 128501.96875 916500.0 128512.0703125 916549.0 128522.1796875 916600.0 128532.3046875 916650.0 128542.4375 916699.0 128552.5859375 916750.0 128562.734375 916800.0 128572.90625 916849.0 128583.0625 916900.0 128593.2265625 916950.0 128603.390625 916999.0 128613.5625 917050.0 128623.734375 917100.0 128633.875 917149.0 128644.0078125 917200.0 128654.140625 917250.0 128664.28125 917299.0 128674.4375 917350.0 128684.6015625 917400.0 128694.78125 917449.0 128704.984375 917500.0 128715.1875 917550.0 128725.40625 917599.0 128735.625 917650.0 128745.84375 917700.0 128756.0625 917749.0 128766.28125 917800.0 128776.484375 917850.0 128786.6875 917899.0 128796.875 917950.0 128807.0625 918000.0 128817.25 918049.0 128827.453125 918100.0 128837.65625 918150.0 128847.875 918199.0 128858.09375 918250.0 128868.3203125 918300.0 128878.5625 918349.0 128888.8046875 918400.0 128899.0546875 918450.0 128909.3125 918499.0 128919.578125 918550.0 128929.859375 918600.0 128940.1328125 918649.0 128950.078125 918700.0 128959.6875 918750.0 128969.171875 918799.0 128978.578125 918850.0 128988.03125 918900.0 128997.578125 918949.0 129007.296875 919000.0 129017.09375 919050.0 129027.0078125 919099.0 129037.0 919150.0 129047.0546875 919200.0 129057.1484375 919249.0 129067.28125 919300.0 129077.421875 919350.0 129087.5625 919399.0 129097.7109375 919450.0 129107.8671875 919500.0 129118.0234375 919549.0 129128.171875 919600.0 129138.328125 919650.0 129148.46875 919699.0 129158.625 919750.0 129168.7734375 919800.0 129178.9296875 919849.0 129189.078125 919900.0 129199.21875 919950.0 129209.359375 919999.0 129219.484375 920050.0 129229.625 920100.0 129239.7734375 920149.0 129249.90625 920200.0 129260.046875 920250.0 129270.1875 920299.0 129280.3203125 920350.0 129290.453125 920400.0 129300.59375 920449.0 129310.7265625 920500.0 129320.875 920550.0 129331.015625 920599.0 129341.15625 920650.0 129351.296875 920700.0 129361.4375 920749.0 129371.578125 920800.0 129381.734375 920850.0 129391.890625 920899.0 129402.046875 920950.0 129412.203125 921000.0 129422.359375 921049.0 129432.5 921100.0 129442.640625 921150.0 129452.765625 921199.0 129462.890625 921250.0 129473.015625 921300.0 129483.125 921349.0 129493.25 921400.0 129503.375 921450.0 129513.5 921499.0 129523.640625 921550.0 129533.7890625 921600.0 129543.9375 921649.0 129554.1015625 921700.0 129564.2578125 921750.0 129574.4140625 921799.0 129584.578125 921850.0 129594.734375 921900.0 129604.890625 921949.0 129615.046875 922000.0 129625.1875 922050.0 129635.3359375 922099.0 129645.4765625 922150.0 129655.625 922200.0 129665.765625 922249.0 129675.921875 922300.0 129686.0859375 922350.0 129696.25 922399.0 129706.40625 922450.0 129716.5703125 922500.0 129726.71875 922549.0 129736.859375 922600.0 129746.984375 922650.0 129757.109375 922699.0 129767.25 922750.0 129777.3984375 922800.0 129787.546875 922849.0 129797.6875 922900.0 129807.8203125 922950.0 129817.96875 922999.0 129828.1171875 923050.0 129838.28125 923100.0 129848.46875 923149.0 129858.640625 923200.0 129868.8203125 923250.0 129878.96875 923299.0 129889.125 923350.0 129899.2734375 923400.0 129909.421875 923449.0 129919.578125 923500.0 129929.734375 923550.0 129939.8984375 923599.0 129950.03125 923650.0 129960.171875 923700.0 129970.3046875 923749.0 129980.4296875 923800.0 129990.546875 923850.0 130000.6640625 923899.0 130010.78125 923950.0 130020.921875 924000.0 130031.0625 924049.0 130041.203125 924100.0 130051.3671875 924150.0 130061.53125 924199.0 130071.6953125 924250.0 130081.859375 924300.0 130092.0234375 924349.0 130102.1875 924400.0 130112.34375 924450.0 130122.5078125 924499.0 130132.671875 924550.0 130142.8125 924600.0 130152.9453125 924649.0 130163.078125 924700.0 130173.21875 924750.0 130183.359375 924799.0 130193.5 924850.0 130203.640625 924900.0 130213.7890625 924949.0 130223.9453125 925000.0 130234.09375 925050.0 130244.25 925099.0 130254.3828125 925150.0 130264.53125 925200.0 130274.703125 925249.0 130284.890625 925300.0 130295.078125 925350.0 130305.28125 925399.0 130315.4921875 925450.0 130325.71875 925500.0 130335.953125 925549.0 130346.1953125 925600.0 130356.453125 925650.0 130366.703125 925699.0 130376.9296875 925750.0 130387.1484375 925800.0 130397.359375 925849.0 130407.5703125 925900.0 130417.78125 925950.0 130427.9921875 925999.0 130438.203125 926050.0 130448.421875 926100.0 130458.625 926149.0 130468.828125 926200.0 130479.0234375 926250.0 130489.203125 926299.0 130499.375 926350.0 130509.5234375 926400.0 130519.6484375 926449.0 130529.734375 926500.0 130539.8359375 926550.0 130549.953125 926599.0 130560.078125 926650.0 130570.2265625 926700.0 130580.375 926749.0 130590.53125 926800.0 130600.6875 926850.0 130610.84375 926899.0 130621.0 926950.0 130631.15625 927000.0 130641.296875 927049.0 130651.4375 927100.0 130661.5859375 927150.0 130671.734375 927199.0 130681.890625 927250.0 130692.03125 927300.0 130702.1796875 927349.0 130712.328125 927400.0 130722.484375 927450.0 130732.6328125 927499.0 130742.7734375 927550.0 130752.8828125 927600.0 130762.9921875 927649.0 130773.1015625 927700.0 130783.21875 927750.0 130793.328125 927799.0 130803.453125 927850.0 130813.578125 927900.0 130823.71875 927949.0 130833.859375 928000.0 130843.984375 928050.0 130854.125 928099.0 130864.2578125 928150.0 130874.40625 928200.0 130884.5625 928249.0 130894.6875 928300.0 130904.7890625 928350.0 130914.859375 928399.0 130924.390625 928450.0 130934.0234375 928500.0 130943.8203125 928549.0 130953.640625 928600.0 130963.578125 928650.0 130973.609375 928699.0 130983.703125 928750.0 130993.828125 928800.0 131003.96875 928849.0 131014.125 928900.0 131024.296875 928950.0 131034.4609375 928999.0 131044.609375 929050.0 131054.75 929100.0 131064.8828125 929149.0 131075.03125 929200.0 131085.171875 929250.0 131095.3125 929299.0 131105.46875 929350.0 131115.609375 929400.0 131125.75 929449.0 131135.890625 929500.0 131146.03125 929550.0 131156.15625 929599.0 131166.3125 929650.0 131176.453125 929700.0 131186.609375 929749.0 131196.765625 929800.0 131206.921875 929850.0 131217.09375 929899.0 131227.265625 929950.0 131237.4375 930000.0 131247.59375 930049.0 131257.75 930100.0 131267.90625 930150.0 131278.046875 930199.0 131288.1875 930250.0 131298.328125 930300.0 131308.46875 930349.0 131318.59375 930400.0 131328.734375 930450.0 131338.875 930499.0 131349.0 930550.0 131359.15625 930600.0 131369.3125 930649.0 131379.46875 930700.0 131389.65625 930750.0 131399.828125 930799.0 131410.0 930850.0 131420.171875 930900.0 131430.34375 930949.0 131440.5 931000.0 131450.640625 931050.0 131460.8125 931099.0 131470.96875 931150.0 131481.125 931200.0 131491.28125 931249.0 131501.4375 931300.0 131511.609375 931350.0 131521.78125 931399.0 131531.9375 931450.0 131542.109375 931500.0 131552.25 931549.0 131562.40625 931600.0 131572.546875 931650.0 131582.671875 931699.0 131592.796875 931750.0 131602.921875 931800.0 131613.046875 931849.0 131623.15625 931900.0 131633.296875 931950.0 131643.421875 931999.0 131653.5625 932050.0 131663.734375 932100.0 131673.90625 932149.0 131684.078125 932200.0 131694.25 932250.0 131704.4375 932299.0 131714.59375 932350.0 131724.78125 932400.0 131734.9375 932449.0 131745.125 932500.0 131755.28125 932550.0 131765.453125 932599.0 131775.625 932650.0 131785.796875 932700.0 131795.9375 932749.0 131806.109375 932800.0 131816.25 932850.0 131826.40625 932899.0 131836.546875 932950.0 131846.6875 933000.0 131856.8125 933049.0 131866.96875 933100.0 131877.109375 933150.0 131887.265625 933199.0 131897.421875 933250.0 131907.578125 933300.0 131917.75 933349.0 131927.90625 933400.0 131938.0625 933450.0 131948.234375 933499.0 131958.40625 933550.0 131968.5625 933600.0 131978.71875 933649.0 131988.875 933700.0 131999.03125 933750.0 132009.1875 933799.0 132019.34375 933850.0 132029.5 933900.0 132039.640625 933949.0 132049.796875 934000.0 132059.9375 934050.0 132070.09375 934099.0 132080.25 934150.0 132090.390625 934200.0 132100.53125 934249.0 132110.6875 934300.0 132120.8125 934350.0 132130.96875 934399.0 132141.140625 934450.0 132151.3125 934500.0 132161.46875 934549.0 132171.65625 934600.0 132181.828125 934650.0 132192.0 934699.0 132202.1875 934750.0 132212.375 934800.0 132222.5625 934849.0 132232.765625 934900.0 132242.96875 934950.0 132253.1875 934999.0 132263.390625 935050.0 132273.59375 935100.0 132283.796875 935149.0 132294.0 935200.0 132304.21875 935250.0 132314.40625 935299.0 132324.59375 935350.0 132334.78125 935400.0 132344.9375 935449.0 132355.109375 935500.0 132365.265625 935550.0 132375.390625 935599.0 132385.5 935650.0 132395.609375 935700.0 132405.71875 935749.0 132415.84375 935800.0 132425.96875 935850.0 132436.09375 935899.0 132446.25 935950.0 132456.40625 936000.0 132466.546875 936049.0 132476.703125 936100.0 132486.859375 936150.0 132497.03125 936199.0 132507.1875 936250.0 132517.359375 936300.0 132527.515625 936349.0 132537.671875 936400.0 132547.828125 936450.0 132557.984375 936499.0 132568.15625 936550.0 132578.3125 936600.0 132588.453125 936649.0 132598.609375 936700.0 132608.75 936750.0 132618.90625 936799.0 132629.078125 936850.0 132639.21875 936900.0 132649.375 936949.0 132659.53125 937000.0 132669.6875 937050.0 132679.828125 937099.0 132689.96875 937150.0 132700.09375 937200.0 132710.25 937249.0 132720.390625 937300.0 132730.53125 937350.0 132740.6875 937399.0 132750.8125 937450.0 132760.953125 937500.0 132771.09375 937549.0 132781.234375 937600.0 132791.375 937650.0 132801.53125 937699.0 132811.65625 937750.0 132821.765625 937800.0 132831.890625 937849.0 132842.0 937900.0 132852.125 937950.0 132862.265625 937999.0 132872.40625 938050.0 132882.5625 938100.0 132892.71875 938149.0 132902.875 938200.0 132913.03125 938250.0 132923.203125 938299.0 132933.375 938350.0 132943.5625 938400.0 132953.75 938449.0 132963.9375 938500.0 132974.140625 938550.0 132984.359375 938599.0 132994.5625 938650.0 133004.78125 938700.0 133015.0 938749.0 133025.21875 938800.0 133035.4375 938850.0 133045.671875 938899.0 133055.90625 938950.0 133066.140625 939000.0 133076.359375 939049.0 133086.5625 939100.0 133096.75 939150.0 133106.953125 939199.0 133117.15625 939250.0 133127.359375 939300.0 133137.546875 939349.0 133147.75 939400.0 133157.9375 939450.0 133168.140625 939499.0 133178.34375 939550.0 133188.53125 939600.0 133198.71875 939649.0 133208.921875 939700.0 133219.109375 939750.0 133229.3125 939799.0 133239.5 939850.0 133249.703125 939900.0 133259.90625 939949.0 133270.09375 940000.0 133280.3125 940050.0 133290.5 940099.0 133300.71875 940150.0 133310.921875 940200.0 133321.125 940249.0 133331.3125 940300.0 133341.484375 940350.0 133351.671875 940399.0 133361.84375 940450.0 133372.0 940500.0 133382.1875 940549.0 133392.34375 940600.0 133402.53125 940650.0 133412.703125 940699.0 133422.875 940750.0 133433.0625 940800.0 133443.25 940849.0 133452.59375 940900.0 133461.984375 940950.0 133479.671875 940999.0 133489.453125 941050.0 133498.8125 941100.0 133508.453125 941149.0 133519.390625 941200.0 133529.140625 941250.0 133539.453125 941299.0 133549.140625 941350.0 133562.8125 941400.0 133572.625 941449.0 133582.53125 941500.0 133593.234375 941550.0 133603.46875 941599.0 133613.46875 941650.0 133624.328125 941700.0 133637.265625 941749.0 133648.28125 941800.0 133660.1875 941850.0 133671.21875 941899.0 133681.328125 941950.0 133692.484375 942000.0 133703.390625 942049.0 133713.5 942100.0 133724.5625 942150.0 133735.390625 942199.0 133745.921875 942250.0 133756.5 942300.0 133766.640625 942349.0 133780.15625 942400.0 133790.28125 942450.0 133802.4375 942499.0 133813.5625 942550.0 133824.34375 942600.0 133836.03125 942649.0 133846.578125 942700.0 133858.03125 942750.0 133868.15625 942799.0 133878.296875 942850.0 133888.4375 942900.0 133898.578125 942949.0 133908.71875 943000.0 133926.171875 943050.0 133936.375 943099.0 133947.359375 943150.0 133957.53125 943200.0 133967.703125 943249.0 133988.296875 943300.0 134013.5 943350.0 134023.8125 943399.0 134035.28125 943450.0 134046.375 943500.0 134056.71875 943549.0 134067.546875 943600.0 134079.4375 943650.0 134090.890625 943699.0 134101.65625 943750.0 134112.125 943800.0 134123.25 943849.0 134133.375 943900.0 134144.1875 943950.0 134154.59375 943999.0 134165.34375 944050.0 134176.890625 944100.0 134187.921875 944149.0 134198.9375 944200.0 134210.75 944250.0 134220.8125 944299.0 134230.875 944350.0 134240.9375 944400.0 134256.09375 944449.0 134266.8125 944500.0 134279.453125 944550.0 134290.609375 944599.0 134302.234375 944650.0 134313.96875 944700.0 134325.84375 944749.0 134337.9375 944800.0 134349.34375 944850.0 134360.59375 944899.0 134371.859375 944950.0 134383.03125 945000.0 134393.3125 945049.0 134404.125 945100.0 134414.25 945150.0 134424.375 945199.0 134435.328125 945250.0 134445.4375 945300.0 134455.5625 945349.0 134465.671875 945400.0 134475.75 945450.0 134485.78125 945499.0 134495.828125 945550.0 134505.890625 945600.0 134515.953125 945649.0 134525.78125 945700.0 134535.609375 945750.0 134545.46875 945799.0 134555.34375 945850.0 134565.25 945900.0 134575.1875 945949.0 134585.140625 946000.0 134595.109375 946050.0 134605.109375 946099.0 134615.140625 946150.0 134625.171875 946200.0 134635.25 946249.0 134645.3125 946300.0 134655.375 946350.0 134665.375 946399.0 134675.40625 946450.0 134685.4375 946500.0 134695.5 946549.0 134705.5625 946600.0 134715.5625 946650.0 134725.28125 946699.0 134734.640625 946750.0 134744.0625 946800.0 134753.515625 946849.0 134763.03125 946900.0 134772.5625 946950.0 134782.125 946999.0 134791.75 947050.0 134801.40625 947100.0 134811.109375 947149.0 134820.828125 947200.0 134830.5625 947250.0 134840.34375 947299.0 134850.15625 947350.0 134859.984375 947400.0 134869.84375 947449.0 134879.71875 947500.0 134889.625 947550.0 134899.53125 947599.0 134909.46875 947650.0 134919.4375 947700.0 134929.40625 947749.0 134939.40625 947800.0 134949.4375 947850.0 134959.46875 947899.0 134969.53125 947950.0 134979.609375 948000.0 134989.6875 948049.0 134999.8125 948100.0 135009.9375 948150.0 135020.0625 948199.0 135030.234375 948250.0 135040.40625 948300.0 135050.59375 948349.0 135060.75 948400.0 135070.90625 948450.0 135081.078125 948499.0 135091.25 948550.0 135101.421875 948600.0 135111.59375 948649.0 135121.78125 948700.0 135131.96875 948750.0 135142.1875 948799.0 135152.40625 948850.0 135162.625 948900.0 135172.875 948949.0 135183.109375 949000.0 135193.375 949050.0 135203.625 949099.0 135213.875 949150.0 135224.15625 949200.0 135234.421875 949249.0 135244.6875 949300.0 135254.96875 949350.0 135265.25 949399.0 135275.53125 949450.0 135285.8125 949500.0 135296.109375 949549.0 135306.390625 949600.0 135316.5 949650.0 135326.515625 949699.0 135336.546875 949750.0 135346.53125 949800.0 135356.46875 949849.0 135366.34375 949900.0 135376.21875 949950.0 135386.140625 949999.0 135396.078125 950050.0 135406.03125 950100.0 135415.96875 950149.0 135425.84375 950200.0 135435.59375 950250.0 135445.3125 950299.0 135455.09375 950350.0 135464.875 950400.0 135474.71875 950449.0 135484.5625 950500.0 135494.4375 950550.0 135504.34375 950599.0 135514.265625 950650.0 135524.21875 950700.0 135534.1875 950749.0 135544.171875 950800.0 135554.1875 950850.0 135564.203125 950899.0 135574.25 950950.0 135584.3125 951000.0 135594.40625 951049.0 135604.4375 951100.0 135614.4375 951150.0 135624.46875 951199.0 135634.5 951250.0 135644.5625 951300.0 135654.640625 951349.0 135663.9375 951400.0 135673.25 951450.0 135682.640625 951499.0 135692.0625 951550.0 135701.5 951600.0 135711.03125 951649.0 135720.5625 951700.0 135730.171875 951750.0 135739.796875 951799.0 135749.453125 951850.0 135759.171875 951900.0 135768.90625 951949.0 135778.671875 952000.0 135788.46875 952050.0 135798.296875 952099.0 135808.15625 952150.0 135818.03125 952200.0 135827.9375 952249.0 135837.84375 952300.0 135847.78125 952350.0 135857.75 952399.0 135867.71875 952450.0 135877.703125 952500.0 135887.71875 952549.0 135897.75 952600.0 135907.8125 952650.0 135917.859375 952699.0 135927.9375 952750.0 135938.03125 952800.0 135948.140625 952849.0 135958.265625 952900.0 135968.40625 952950.0 135978.546875 952999.0 135988.703125 953050.0 135998.875 953100.0 136009.046875 953149.0 136019.203125 953200.0 136029.296875 953250.0 136039.34375 953299.0 136049.40625 953350.0 136059.46875 953400.0 136069.5625 953449.0 136079.6875 953500.0 136089.8125 953550.0 136099.6875 953599.0 136109.59375 953650.0 136119.515625 953700.0 136129.46875 953749.0 136139.4375 953800.0 136149.4375 953850.0 136159.453125 953899.0 136169.484375 953950.0 136179.53125 954000.0 136189.59375 954049.0 136199.6875 954100.0 136209.78125 954150.0 136219.890625 954199.0 136230.015625 954250.0 136240.140625 954300.0 136250.28125 954349.0 136260.40625 954400.0 136270.546875 954450.0 136280.6875 954499.0 136290.84375 954550.0 136301.015625 954600.0 136311.1875 954649.0 136321.375 954700.0 136331.5625 954750.0 136341.75 954799.0 136351.546875 954850.0 136361.09375 954900.0 136370.625 954949.0 136380.25 955000.0 136389.875 955050.0 136399.5625 955099.0 136409.25 955150.0 136418.984375 955200.0 136428.75 955249.0 136438.53125 955300.0 136448.359375 955350.0 136458.203125 955399.0 136468.078125 955450.0 136477.96875 955500.0 136487.890625 955549.0 136497.8125 955600.0 136507.78125 955650.0 136517.765625 955699.0 136527.78125 955750.0 136537.78125 955800.0 136547.8125 955849.0 136557.875 955900.0 136567.953125 955950.0 136578.046875 955999.0 136588.125 956050.0 136598.25 956100.0 136608.375 956149.0 136618.5 956200.0 136628.625 956250.0 136638.75 956299.0 136648.875 956350.0 136659.0 956400.0 136669.140625 956449.0 136679.28125 956500.0 136689.4375 956550.0 136699.59375 956599.0 136709.75 956650.0 136719.90625 956700.0 136730.09375 956749.0 136740.28125 956800.0 136750.453125 956850.0 136760.65625 956899.0 136770.84375 956950.0 136781.03125 957000.0 136791.25 957049.0 136801.453125 957100.0 136811.65625 957150.0 136821.875 957199.0 136832.09375 957250.0 136842.3125 957300.0 136852.53125 957349.0 136862.75 957400.0 136872.96875 957450.0 136883.1875 957499.0 136893.40625 957550.0 136903.640625 957600.0 136913.875 957649.0 136924.125 957700.0 136934.375 957750.0 136944.625 957799.0 136954.875 957850.0 136965.125 957900.0 136975.375 957949.0 136985.609375 958000.0 136995.796875 958050.0 137006.0 958099.0 137016.1875 958150.0 137026.40625 958200.0 137036.59375 958249.0 137046.8125 958300.0 137057.03125 958350.0 137067.25 958399.0 137077.421875 958450.0 137087.484375 958500.0 137097.515625 958549.0 137107.5625 958600.0 137117.59375 958650.0 137127.5625 958699.0 137137.515625 958750.0 137147.46875 958800.0 137157.4375 958849.0 137167.4375 958900.0 137177.453125 958950.0 137187.5 958999.0 137197.546875 959050.0 137207.609375 959100.0 137217.640625 959149.0 137227.46875 959200.0 137237.3125 959250.0 137247.171875 959299.0 137257.078125 959350.0 137267.0 959400.0 137276.953125 959449.0 137286.921875 959500.0 137296.90625 959550.0 137306.921875 959599.0 137316.9375 959650.0 137326.984375 959700.0 137337.03125 959749.0 137347.125 959800.0 137357.203125 959850.0 137367.296875 959899.0 137377.40625 959950.0 137387.53125 960000.0 137397.671875 960049.0 137407.828125 960100.0 137417.96875 960150.0 137428.140625 960199.0 137438.296875 960250.0 137448.46875 960299.0 137458.625 960349.0 137468.75 960400.0 137478.8125 960450.0 137488.90625 960499.0 137498.6875 960550.0 137508.171875 960600.0 137517.703125 960649.0 137527.296875 960700.0 137536.890625 960750.0 137546.546875 960799.0 137556.234375 960850.0 137565.9375 960900.0 137575.703125 960949.0 137585.484375 961000.0 137595.28125 961049.0 137605.140625 961099.0 137615.0 961150.0 137624.890625 961200.0 137634.796875 961249.0 137644.75 961300.0 137654.703125 961350.0 137664.6875 961399.0 137674.6875 961450.0 137684.6875 961499.0 137694.71875 961549.0 137704.75 961600.0 137714.8125 961650.0 137724.875 961699.0 137734.96875 961750.0 137745.0625 961800.0 137755.171875 961849.0 137765.28125 961900.0 137775.40625 961949.0 137785.546875 961999.0 137795.6875 962050.0 137805.84375 962100.0 137816.0 962149.0 137826.15625 962200.0 137836.328125 962250.0 137846.46875 962299.0 137856.625 962350.0 137866.71875 962400.0 137876.78125 962449.0 137886.859375 962500.0 137896.953125 962550.0 137907.046875 962599.0 137917.15625 962650.0 137927.25 962700.0 137937.359375 962749.0 137947.5 962800.0 137957.625 962850.0 137967.5625 962899.0 137977.53125 962950.0 137987.5 963000.0 137997.5 963049.0 138007.53125 963100.0 138017.5625 963149.0 138027.625 963199.0 138037.6875 963250.0 138047.78125 963300.0 138057.84375 963349.0 138067.9375 963400.0 138078.046875 963450.0 138088.15625 963499.0 138098.28125 963550.0 138108.40625 963599.0 138118.53125 963649.0 138128.671875 963700.0 138138.8125 963750.0 138148.96875 963799.0 138159.109375 963850.0 138169.265625 963900.0 138179.421875 963949.0 138189.59375 964000.0 138199.75 964049.0 138209.9375 964099.0 138220.109375 964150.0 138230.296875 964200.0 138240.5 964249.0 138250.6875 964300.0 138260.875 964350.0 138271.09375 964399.0 138281.28125 964450.0 138291.125 964500.0 138300.734375 964549.0 138310.40625 964600.0 138320.09375 964650.0 138329.8125 964699.0 138339.578125 964750.0 138349.375 964799.0 138359.203125 964849.0 138369.0625 964900.0 138378.9375 964950.0 138388.859375 964999.0 138398.796875 965050.0 138408.75 965100.0 138418.75 965149.0 138428.75 965200.0 138438.765625 965249.0 138448.8125 965299.0 138458.84375 965350.0 138468.921875 965400.0 138479.0 965449.0 138489.09375 965500.0 138499.171875 965550.0 138509.28125 965599.0 138519.375 965650.0 138529.484375 965699.0 138539.59375 965749.0 138549.71875 965800.0 138559.859375 965850.0 138569.984375 965899.0 138580.125 965950.0 138590.265625 966000.0 138600.421875 966049.0 138610.578125 966100.0 138620.734375 966150.0 138630.890625 966199.0 138641.0625 966250.0 138651.21875 966300.0 138661.390625 966349.0 138671.5625 966400.0 138681.734375 966450.0 138691.90625 966499.0 138702.09375 966550.0 138712.28125 966600.0 138722.46875 966649.0 138732.65625 966700.0 138742.859375 966750.0 138753.046875 966799.0 138763.25 966850.0 138773.4375 966899.0 138783.640625 966949.0 138793.828125 967000.0 138804.03125 967050.0 138814.21875 967099.0 138824.4375 967150.0 138834.625 967200.0 138844.84375 967249.0 138855.03125 967300.0 138865.234375 967349.0 138875.421875 967399.0 138885.609375 967450.0 138895.796875 967500.0 138905.984375 967549.0 138916.171875 967600.0 138926.375 967650.0 138936.5625 967699.0 138946.765625 967750.0 138956.96875 967799.0 138967.15625 967849.0 138977.34375 967900.0 138987.515625 967950.0 138997.671875 967999.0 139007.84375 968050.0 139018.015625 968100.0 139028.1875 968149.0 139038.359375 968200.0 139048.53125 968250.0 139058.703125 968299.0 139068.890625 968350.0 139079.0625 968400.0 139089.25 968449.0 139099.4375 968500.0 139109.640625 968549.0 139119.828125 968599.0 139130.03125 968650.0 139140.234375 968700.0 139150.4375 968749.0 139160.640625 968800.0 139170.84375 968850.0 139181.03125 968899.0 139191.25 968950.0 139201.453125 968999.0 139211.65625 969049.0 139221.875 969100.0 139232.0625 969150.0 139242.265625 969199.0 139252.46875 969250.0 139262.65625 969300.0 139272.84375 969349.0 139283.046875 969400.0 139293.125 969449.0 139303.1875 969499.0 139313.25 969550.0 139323.34375 969600.0 139333.421875 969649.0 139343.515625 969700.0 139353.625 969750.0 139363.6875 969799.0 139373.609375 969850.0 139383.5625 969900.0 139393.53125 969949.0 139403.5 970000.0 139413.5 970050.0 139423.515625 970099.0 139433.546875 970150.0 139443.578125 970200.0 139453.625 970249.0 139463.6875 970300.0 139473.765625 970350.0 139483.84375 970399.0 139493.9375 970450.0 139504.03125 970500.0 139514.125 970549.0 139524.25 970600.0 139534.359375 970649.0 139544.46875 970699.0 139554.59375 970750.0 139564.71875 970800.0 139574.84375 970849.0 139584.96875 970900.0 139595.0625 970950.0 139605.1875 970999.0 139615.3125 971050.0 139625.40625 971099.0 139635.484375 971149.0 139645.578125 971200.0 139655.6875 971250.0 139665.78125 971299.0 139675.90625 971350.0 139686.015625 971400.0 139696.109375 971449.0 139706.21875 971500.0 139716.140625 971549.0 139725.84375 971599.0 139735.578125 971650.0 139745.375 971700.0 139755.171875 971749.0 139765.0 971800.0 139774.859375 971850.0 139784.734375 971899.0 139794.65625 971950.0 139804.5625 972000.0 139814.515625 972049.0 139824.46875 972100.0 139834.453125 972150.0 139844.453125 972199.0 139854.453125 972250.0 139864.484375 972299.0 139874.515625 972349.0 139884.5625 972400.0 139894.625 972450.0 139904.6875 972499.0 139914.75 972550.0 139924.84375 972600.0 139934.9375 972649.0 139945.03125 972700.0 139955.125 972749.0 139965.234375 972799.0 139975.34375 972850.0 139985.453125 972900.0 139995.5625 972949.0 140005.671875 973000.0 140015.78125 973050.0 140025.90625 973099.0 140036.03125 973150.0 140046.15625 973199.0 140056.265625 973249.0 140066.375 973300.0 140076.5 973350.0 140086.609375 973399.0 140096.71875 973450.0 140106.78125 973500.0 140116.875 973549.0 140126.96875 973600.0 140137.0625 973650.0 140147.15625 973699.0 140157.25 973750.0 140167.375 973800.0 140177.5 973849.0 140187.625 973900.0 140197.75 973950.0 140207.890625 973999.0 140218.0 974050.0 140227.984375 974100.0 140237.984375 974149.0 140248.0 974200.0 140258.03125 974250.0 140268.09375 974299.0 140278.15625 974350.0 140288.234375 974399.0 140298.328125 974449.0 140308.421875 974500.0 140318.53125 974550.0 140328.625 974599.0 140338.75 974650.0 140348.875 974700.0 140359.0 974749.0 140369.140625 974800.0 140379.28125 974849.0 140389.421875 974899.0 140399.5625 974950.0 140409.703125 975000.0 140419.84375 975049.0 140430.0 975100.0 140440.109375 975150.0 140450.234375 975199.0 140460.359375 975250.0 140470.5 975299.0 140480.640625 975349.0 140490.78125 975400.0 140500.9375 975450.0 140511.09375 975499.0 140521.265625 975550.0 140531.4375 975600.0 140541.609375 975649.0 140551.796875 975700.0 140561.96875 975750.0 140572.171875 975799.0 140582.34375 975850.0 140592.53125 975900.0 140602.671875 975949.0 140612.8125 976000.0 140622.953125 976049.0 140633.09375 976099.0 140643.0625 976150.0 140652.765625 976200.0 140662.5 976249.0 140672.28125 976300.0 140682.109375 976350.0 140691.9375 976399.0 140701.828125 976450.0 140711.734375 976499.0 140721.671875 976549.0 140731.640625 976600.0 140741.609375 976650.0 140751.625 976699.0 140761.65625 976750.0 140771.6875 976800.0 140781.75 976849.0 140791.828125 976900.0 140801.921875 976949.0 140812.015625 976999.0 140822.125 977050.0 140832.234375 977100.0 140842.359375 977149.0 140852.484375 977200.0 140862.625 977250.0 140872.75 977299.0 140882.90625 977350.0 140893.046875 977400.0 140903.1875 977449.0 140913.34375 977500.0 140923.5 977550.0 140933.640625 977599.0 140943.796875 977650.0 140953.96875 977700.0 140964.125 977749.0 140974.265625 977800.0 140984.421875 977850.0 140994.578125 977899.0 141004.71875 977950.0 141014.875 978000.0 141025.03125 978049.0 141035.1875 978100.0 141045.34375 978149.0 141055.515625 978199.0 141065.6875 978250.0 141075.84375 978300.0 141086.03125 978349.0 141096.1875 978400.0 141106.34375 978450.0 141116.53125 978499.0 141126.6875 978550.0 141136.859375 978599.0 141147.03125 978649.0 141157.21875 978700.0 141167.375 978750.0 141177.5625 978799.0 141187.75 978850.0 141197.9375 978900.0 141208.125 978949.0 141218.3125 979000.0 141228.5 979049.0 141238.671875 979099.0 141248.84375 979150.0 141259.03125 979200.0 141269.1875 979249.0 141279.375 979300.0 141289.546875 979350.0 141299.71875 979399.0 141309.90625 979450.0 141320.078125 979500.0 141330.25 979549.0 141340.421875 979600.0 141350.59375 979650.0 141360.765625 979699.0 141370.9375 979750.0 141381.09375 979799.0 141391.25 979849.0 141401.421875 979900.0 141411.578125 979950.0 141421.75 979999.0 141431.921875 980050.0 141442.09375 980100.0 141452.25 980149.0 141462.421875 980200.0 141472.59375 980249.0 141482.75 980299.0 141492.921875 980350.0 141503.09375 980400.0 141513.25 980449.0 141523.4375 980500.0 141533.609375 980550.0 141543.78125 980599.0 141553.953125 980650.0 141564.125 980699.0 141574.3125 980749.0 141584.46875 980800.0 141594.65625 980850.0 141604.84375 980899.0 141615.015625 980950.0 141625.1875 981000.0 141635.375 981049.0 141645.5625 981100.0 141655.75 981150.0 141665.9375 981199.0 141676.125 981250.0 141686.328125 981300.0 141696.515625 981349.0 141706.71875 981400.0 141716.90625 981450.0 141727.125 981499.0 141737.3125 981550.0 141747.53125 981600.0 141757.734375 981649.0 141767.96875 981700.0 141778.1875 981750.0 141788.40625 981799.0 141798.578125 981850.0 141808.75 981899.0 141818.90625 981949.0 141829.046875 982000.0 141839.1875 982050.0 141849.3125 982099.0 141859.4375 982150.0 141869.578125 982200.0 141879.71875 982249.0 141889.859375 982300.0 141900.0 982349.0 141910.140625 982399.0 141920.28125 982450.0 141930.40625 982500.0 141940.53125 982549.0 141950.671875 982600.0 141960.796875 982650.0 141970.9375 982699.0 141981.078125 982750.0 141991.21875 982799.0 142001.34375 982849.0 142011.46875 982900.0 142021.609375 982950.0 142031.75 982999.0 142041.875 983050.0 142052.03125 983100.0 142062.09375 983149.0 142072.15625 983200.0 142082.21875 983250.0 142092.28125 983299.0 142102.359375 983350.0 142112.4375 983400.0 142122.5 983449.0 142132.59375 983500.0 142142.65625 983549.0 142152.71875 983599.0 142162.8125 983650.0 142172.84375 983700.0 142182.921875 983749.0 142193.0 983800.0 142203.0625 983850.0 142213.140625 983899.0 142223.234375 983950.0 142233.328125 983999.0 142243.4375 984049.0 142253.53125 984100.0 142263.640625 984150.0 142273.75 984199.0 142283.875 984250.0 142294.0 984300.0 142304.140625 984349.0 142314.28125 984400.0 142324.40625 984449.0 142334.53125 984499.0 142344.65625 984550.0 142354.78125 984600.0 142364.90625 984649.0 142375.03125 984700.0 142385.1875 984750.0 142395.328125 984799.0 142405.46875 984850.0 142415.625 984900.0 142425.78125 984949.0 142435.9375 985000.0 142446.09375 985050.0 142456.046875 985099.0 142466.03125 985150.0 142476.015625 985200.0 142486.0 985249.0 142496.03125 985300.0 142506.0625 985350.0 142516.09375 985399.0 142526.15625 985450.0 142536.21875 985500.0 142546.28125 985549.0 142556.375 985600.0 142566.453125 985649.0 142576.5625 985699.0 142586.65625 985750.0 142596.765625 985800.0 142606.875 985849.0 142616.984375 985900.0 142627.109375 985950.0 142637.21875 985999.0 142647.34375 986050.0 142657.46875 986099.0 142667.59375 986149.0 142677.71875 986200.0 142687.84375 986250.0 142697.96875 986299.0 142708.109375 986350.0 142718.234375 986400.0 142728.359375 986449.0 142738.484375 986500.0 142748.609375 986549.0 142758.734375 986599.0 142768.84375 986650.0 142778.96875 986700.0 142789.09375 986749.0 142799.21875 986800.0 142809.34375 986850.0 142819.453125 986899.0 142829.546875 986950.0 142839.65625 987000.0 142849.765625 987049.0 142859.875 987100.0 142869.984375 987150.0 142880.09375 987199.0 142890.21875 987250.0 142900.34375 987299.0 142910.46875 987349.0 142920.59375 987400.0 142930.71875 987450.0 142940.84375 987499.0 142950.953125 987550.0 142961.0625 987600.0 142971.1875 987649.0 142981.3125 987700.0 142991.359375 987749.0 143001.421875 987799.0 143011.484375 987850.0 143021.5625 987900.0 143031.65625 987949.0 143041.75 988000.0 143051.84375 988050.0 143061.953125 988099.0 143072.0625 988150.0 143082.1875 988199.0 143092.296875 988249.0 143102.421875 988300.0 143112.546875 988350.0 143122.671875 988399.0 143132.78125 988450.0 143142.890625 988500.0 143153.015625 988549.0 143163.140625 988600.0 143173.265625 988650.0 143183.390625 988699.0 143193.515625 988750.0 143203.65625 988800.0 143213.78125 988849.0 143223.90625 988900.0 143234.03125 988950.0 143244.15625 988999.0 143254.28125 989050.0 143264.421875 989100.0 143274.5625 989149.0 143284.703125 989200.0 143294.84375 989250.0 143304.984375 989299.0 143315.125 989350.0 143325.28125 989399.0 143335.40625 989449.0 143345.53125 989500.0 143355.65625 989550.0 143365.796875 989599.0 143375.9375 989650.0 143386.0625 989700.0 143396.1875 989749.0 143406.3125 989800.0 143416.453125 989849.0 143426.59375 989899.0 143436.734375 989950.0 143446.875 990000.0 143457.0 990049.0 143467.15625 990100.0 143477.296875 990150.0 143487.453125 990199.0 143497.59375 990250.0 143507.75 990299.0 143517.890625 990349.0 143527.96875 990400.0 143537.84375 990450.0 143547.75 990499.0 143557.65625 990550.0 143567.609375 990600.0 143577.59375 990649.0 143587.59375 990700.0 143597.59375 990750.0 143607.625 990799.0 143617.671875 990850.0 143627.734375 990900.0 143637.8125 990949.0 143647.890625 991000.0 143657.96875 991049.0 143668.0625 991099.0 143678.171875 991150.0 143688.28125 991200.0 143698.390625 991249.0 143708.515625 991300.0 143718.625 991350.0 143728.75 991399.0 143738.890625 991450.0 143749.015625 991499.0 143759.15625 991549.0 143769.28125 991600.0 143779.40625 991650.0 143789.53125 991699.0 143799.65625 991750.0 143809.796875 991800.0 143819.921875 991849.0 143830.0625 991900.0 143840.1875 991949.0 143850.328125 991999.0 143860.46875 992050.0 143870.625 992100.0 143880.765625 992149.0 143890.90625 992200.0 143901.03125 992250.0 143911.171875 992299.0 143921.296875 992350.0 143931.4375 992400.0 143941.5625 992449.0 143951.71875 992500.0 143961.84375 992550.0 143972.0 992599.0 143982.15625 992650.0 143992.28125 992700.0 144002.4375 992749.0 144012.59375 992800.0 144022.75 992850.0 144032.890625 992899.0 144043.046875 992950.0 144053.1875 993000.0 144063.34375 993049.0 144073.46875 993100.0 144083.59375 993149.0 144093.71875 993199.0 144103.859375 993250.0 144114.0 993300.0 144124.125 993349.0 144134.28125 993400.0 144144.4375 993450.0 144154.59375 993499.0 144164.734375 993550.0 144174.890625 993599.0 144185.0625 993649.0 144195.21875 993700.0 144205.40625 993750.0 144215.5625 993799.0 144225.71875 993850.0 144235.890625 993900.0 144246.03125 993949.0 144256.1875 994000.0 144266.359375 994049.0 144276.53125 994099.0 144286.6875 994150.0 144296.859375 994200.0 144307.046875 994249.0 144317.21875 994300.0 144327.40625 994350.0 144337.59375 994399.0 144347.765625 994450.0 144357.9375 994500.0 144368.125 994549.0 144378.3125 994600.0 144388.5 994650.0 144398.6875 994699.0 144408.875 994750.0 144419.078125 994799.0 144429.28125 994849.0 144439.5 994900.0 144449.6875 994950.0 144459.890625 994999.0 144470.09375 995050.0 144480.28125 995100.0 144490.484375 995149.0 144500.640625 995200.0 144510.8125 995249.0 144520.96875 995299.0 144531.125 995350.0 144541.28125 995400.0 144551.4375 995449.0 144561.625 995500.0 144571.78125 995550.0 144581.953125 995599.0 144592.140625 995650.0 144602.3125 995699.0 144612.5 995749.0 144622.6875 995800.0 144632.859375 995850.0 144643.03125 995899.0 144653.21875 995950.0 144663.40625 996000.0 144673.578125 996049.0 144683.765625 996100.0 144693.9375 996150.0 144704.109375 996199.0 144714.28125 996250.0 144724.4375 996300.0 144734.609375 996349.0 144744.78125 996400.0 144754.953125 996450.0 144765.125 996499.0 144775.3125 996550.0 144785.484375 996600.0 144795.65625 996649.0 144805.8125 996700.0 144815.984375 996750.0 144826.140625 996799.0 144836.28125 996850.0 144846.453125 996899.0 144856.625 996949.0 144866.78125 997000.0 144876.953125 997050.0 144887.125 997099.0 144897.296875 997150.0 144907.46875 997200.0 144917.65625 997249.0 144927.8125 997300.0 144937.96875 997349.0 144948.140625 997399.0 144958.3125 997450.0 144968.484375 997500.0 144978.65625 997549.0 144988.84375 997600.0 144999.015625 997650.0 145009.140625 997699.0 145019.28125 997750.0 145029.40625 997799.0 145039.546875 997849.0 145049.6875 997900.0 145059.828125 997950.0 145069.96875 997999.0 145080.125 998050.0 145090.28125 998100.0 145100.4375 998149.0 145110.609375 998200.0 145120.75 998250.0 145130.90625 998299.0 145141.0625 998350.0 145151.140625 998400.0 145161.21875 998449.0 145171.28125 998500.0 145181.375 998549.0 145191.4375 998599.0 145201.515625 998650.0 145211.609375 998700.0 145221.671875 998749.0 145231.75 998800.0 145241.84375 998850.0 145251.953125 998899.0 145262.046875 998950.0 145272.171875 998999.0 145282.3125 999049.0 145292.4375 999100.0 145302.546875 999150.0 145312.671875 999199.0 145322.78125 999250.0 145332.90625 999300.0 145343.03125 999349.0 145353.15625 999400.0 145363.28125 999449.0 145373.4375 999499.0 145383.578125 999550.0 145393.734375 999600.0 145403.890625 999649.0 145414.03125 999700.0 145424.203125 999750.0 145434.34375 999799.0 145444.5 999850.0 145454.65625 999900.0 145464.8125 999949.0 145474.96875 1000000.0 145485.125 1000050.0 145495.296875 1000099.0 145505.46875 1000150.0 145515.640625 1000200.0 145525.8125 1000249.0 145535.96875 1000300.0 145546.15625 1000350.0 145556.34375 1000399.0 145566.53125 1000450.0 145576.6875 1000500.0 145586.859375 1000549.0 145597.03125 1000600.0 145607.1875 1000649.0 145617.359375 1000699.0 145627.515625 1000750.0 145637.6875 1000800.0 145647.84375 1000849.0 145657.984375 1000900.0 145668.125 1000950.0 145678.265625 1000999.0 145688.40625 1001050.0 145698.5625 1001099.0 145708.71875 1001149.0 145718.875 1001200.0 145729.015625 1001250.0 145739.171875 1001299.0 145749.34375 1001350.0 145759.5 1001400.0 145769.65625 1001449.0 145779.8125 1001500.0 145789.96875 1001549.0 145800.140625 1001599.0 145810.296875 1001650.0 145820.453125 1001700.0 145830.625 1001749.0 145840.78125 1001800.0 145850.9375 1001850.0 145861.09375 1001899.0 145871.25 1001950.0 145881.375 1002000.0 145891.484375 1002049.0 145901.59375 1002100.0 145911.71875 1002150.0 145921.84375 1002199.0 145931.96875 1002250.0 145942.09375 1002299.0 145952.21875 1002349.0 145962.34375 1002400.0 145972.484375 1002450.0 145982.609375 1002499.0 145992.734375 1002550.0 146002.859375 1002600.0 146012.984375 1002649.0 146023.125 1002700.0 146033.25 1002749.0 146043.375 1002799.0 146053.515625 1002850.0 146063.65625 1002900.0 146073.796875 1002949.0 146083.9375 1003000.0 146094.078125 1003050.0 146104.21875 1003099.0 146114.34375 1003150.0 146124.46875 1003199.0 146134.609375 1003249.0 146144.734375 1003300.0 146154.875 1003350.0 146165.0 1003399.0 146175.125 1003450.0 146185.28125 1003500.0 146195.40625 1003549.0 146205.546875 1003600.0 146215.6875 1003650.0 146225.828125 1003699.0 146235.96875 1003750.0 146246.09375 1003800.0 146256.21875 1003849.0 146266.375 1003900.0 146276.5 1003950.0 146286.65625 1003999.0 146296.796875 1004050.0 146306.921875 1004100.0 146317.03125 1004149.0 146327.15625 1004200.0 146337.28125 1004250.0 146347.40625 1004299.0 146357.5625 1004350.0 146367.6875 1004399.0 146377.828125 1004449.0 146387.96875 1004500.0 146398.109375 1004550.0 146408.25 1004599.0 146418.390625 1004650.0 146428.53125 1004700.0 146438.625 1004749.0 146448.734375 1004800.0 146458.84375 1004849.0 146468.953125 1004899.0 146479.078125 1004950.0 146489.203125 1005000.0 146499.328125 1005049.0 146509.4375 1005100.0 146519.5625 1005150.0 146529.6875 1005199.0 146539.8125 1005250.0 146549.9375 1005299.0 146560.0625 1005349.0 146570.1875 1005400.0 146580.328125 1005450.0 146590.46875 1005499.0 146600.59375 1005550.0 146610.71875 1005600.0 146620.84375 1005649.0 146630.96875 1005700.0 146641.09375 1005750.0 146651.234375 1005799.0 146661.375 1005850.0 146671.5 1005900.0 146681.640625 1005949.0 146691.75 1006000.0 146701.875 1006049.0 146712.0 1006099.0 146722.125 1006150.0 146732.265625 1006200.0 146742.390625 1006249.0 146752.53125 1006300.0 146762.671875 1006350.0 146772.8125 1006399.0 146782.96875 1006450.0 146793.109375 1006499.0 146803.25 1006549.0 146813.375 1006600.0 146823.53125 1006650.0 146833.65625 1006699.0 146843.8125 1006750.0 146853.96875 1006800.0 146864.109375 1006849.0 146874.25 1006900.0 146884.40625 1006949.0 146894.546875 1006999.0 146904.6875 1007050.0 146914.84375 1007100.0 146924.984375 1007149.0 146935.125 1007200.0 146945.28125 1007250.0 146955.421875 1007299.0 146965.5625 1007350.0 146975.71875 1007400.0 146985.859375 1007449.0 146996.0 1007500.0 147006.15625 1007550.0 147016.328125 1007599.0 147026.484375 1007650.0 147036.625 1007700.0 147046.78125 1007749.0 147056.9375 1007800.0 147067.078125 1007850.0 147077.21875 1007899.0 147087.375 1007950.0 147097.515625 1008000.0 147107.65625 1008049.0 147117.78125 1008100.0 147127.65625 1008149.0 147137.59375 1008199.0 147147.546875 1008250.0 147157.546875 1008300.0 147167.5625 1008349.0 147177.625 1008400.0 147187.6875 1008450.0 147197.765625 1008499.0 147207.875 1008550.0 147217.984375 1008599.0 147228.09375 1008649.0 147238.21875 1008700.0 147248.34375 1008750.0 147258.484375 1008799.0 147268.625 1008850.0 147278.765625 1008900.0 147288.90625 1008949.0 147299.0625 1009000.0 147309.203125 1009049.0 147319.34375 1009099.0 147329.5 1009150.0 147339.640625 1009200.0 147349.78125 1009249.0 147359.9375 1009300.0 147370.078125 1009350.0 147380.21875 1009399.0 147390.375 1009450.0 147400.515625 1009500.0 147410.65625 1009549.0 147420.8125 1009600.0 147430.9375 1009650.0 147441.09375 1009699.0 147451.234375 1009750.0 147461.375 1009799.0 147471.515625 1009849.0 147481.65625 1009900.0 147491.796875 1009950.0 147501.9375 1009999.0 147512.09375 1010050.0 147522.234375 1010100.0 147532.375 1010149.0 147542.53125 1010200.0 147552.65625 1010249.0 147562.8125 1010299.0 147572.953125 1010350.0 147583.09375 1010400.0 147593.25 1010449.0 147603.390625 1010500.0 147613.53125 1010550.0 147623.65625 1010599.0 147633.78125 1010650.0 147643.921875 1010699.0 147654.0625 1010749.0 147664.21875 1010800.0 147674.375 1010850.0 147684.53125 1010899.0 147694.6875 1010950.0 147704.828125 1011000.0 147714.984375 1011049.0 147725.140625 1011100.0 147735.296875 1011150.0 147745.453125 1011199.0 147755.609375 1011250.0 147765.765625 1011300.0 147775.90625 1011349.0 147786.0625 1011400.0 147796.21875 1011450.0 147806.375 1011499.0 147816.53125 1011550.0 147826.6875 1011600.0 147836.84375 1011649.0 147846.96875 1011700.0 147857.125 1011750.0 147867.265625 1011799.0 147877.421875 1011850.0 147887.5625 1011899.0 147897.71875 1011949.0 147907.859375 1012000.0 147918.015625 1012050.0 147928.1875 1012099.0 147938.34375 1012150.0 147948.5 1012200.0 147958.640625 1012249.0 147968.796875 1012300.0 147978.953125 1012349.0 147989.125 1012399.0 147999.296875 1012450.0 148009.453125 1012500.0 148019.59375 1012549.0 148029.734375 1012600.0 148039.875 1012650.0 148050.0 1012699.0 148060.140625 1012750.0 148070.296875 1012799.0 148080.4375 1012849.0 148090.59375 1012900.0 148100.75 1012950.0 148110.921875 1012999.0 148121.09375 1013050.0 148131.25 1013100.0 148141.421875 1013149.0 148151.59375 1013200.0 148161.75 1013250.0 148171.90625 1013299.0 148182.0625 1013350.0 148192.21875 1013400.0 148202.375 1013449.0 148212.53125 1013500.0 148222.6875 1013549.0 148232.84375 1013599.0 148243.0 1013650.0 148253.171875 1013700.0 148263.34375 1013749.0 148273.515625 1013800.0 148283.6875 1013850.0 148293.859375 1013899.0 148304.03125 1013950.0 148314.21875 1013999.0 148324.40625 1014049.0 148334.59375 1014100.0 148344.78125 1014150.0 148354.96875 1014199.0 148365.15625 1014250.0 148375.375 1014300.0 148385.5625 1014349.0 148395.75 1014400.0 148405.953125 1014449.0 148416.140625 1014499.0 148426.328125 1014550.0 148436.515625 1014600.0 148446.703125 1014649.0 148456.90625 1014700.0 148467.09375 1014750.0 148477.28125 1014799.0 148487.46875 1014850.0 148497.6875 1014900.0 148507.875 1014949.0 148518.0625 1015000.0 148528.265625 1015050.0 148538.453125 1015099.0 148548.625 1015150.0 148558.8125 1015200.0 148569.0 1015249.0 148579.1875 1015300.0 148589.375 1015350.0 148599.5625 1015399.0 148609.75 1015450.0 148619.9375 1015500.0 148630.125 1015549.0 148640.3125 1015600.0 148650.46875 1015649.0 148660.625 1015699.0 148670.765625 1015750.0 148680.921875 1015800.0 148691.0625 1015849.0 148701.21875 1015900.0 148711.359375 1015950.0 148721.5 1015999.0 148731.65625 1016050.0 148741.8125 1016099.0 148751.9375 1016149.0 148762.09375 1016200.0 148772.234375 1016250.0 148782.390625 1016299.0 148792.53125 1016350.0 148802.703125 1016400.0 148812.859375 1016449.0 148823.015625 1016500.0 148833.15625 1016549.0 148843.3125 1016599.0 148853.453125 1016650.0 148863.609375 1016700.0 148873.75 1016749.0 148883.90625 1016800.0 148894.046875 1016850.0 148904.203125 1016899.0 148914.375 1016950.0 148924.53125 1017000.0 148934.703125 1017049.0 148944.875 1017100.0 148955.0625 1017150.0 148965.21875 1017199.0 148975.375 1017250.0 148985.53125 1017299.0 148995.625 1017349.0 149005.6875 1017400.0 149015.8125 1017450.0 149025.875 1017499.0 149036.0 1017550.0 149046.09375 1017600.0 149056.21875 1017649.0 149066.3125 1017700.0 149076.453125 1017749.0 149086.59375 1017799.0 149096.71875 1017850.0 149106.875 1017900.0 149117.03125 1017949.0 149127.15625 1018000.0 149137.3125 1018050.0 149147.4375 1018099.0 149157.578125 1018150.0 149167.71875 1018199.0 149177.84375 1018249.0 149187.96875 1018300.0 149198.078125 1018350.0 149208.1875 1018399.0 149218.3125 1018450.0 149228.4375 1018500.0 149238.5625 1018549.0 149248.6875 1018600.0 149258.8125 1018650.0 149268.96875 1018699.0 149279.09375 1018750.0 149289.25 1018800.0 149299.40625 1018849.0 149309.5625 1018900.0 149319.75 1018950.0 149329.921875 1018999.0 149340.09375 1019050.0 149350.265625 1019100.0 149360.4375 1019149.0 149370.59375 1019200.0 149380.765625 1019250.0 149390.921875 1019299.0 149401.078125 1019350.0 149411.25 1019399.0 149421.4375 1019449.0 149431.609375 1019500.0 149441.765625 1019550.0 149451.921875 1019599.0 149462.09375 1019650.0 149472.234375 1019700.0 149482.40625 1019749.0 149492.5625 1019800.0 149502.734375 1019849.0 149512.890625 1019899.0 149523.046875 1019950.0 149533.21875 1020000.0 149543.375 1020049.0 149553.53125 1020100.0 149563.703125 1020150.0 149573.859375 1020199.0 149584.015625 1020250.0 149594.171875 1020299.0 149604.34375 1020349.0 149614.5 1020400.0 149624.65625 1020450.0 149634.8125 1020499.0 149645.0 1020550.0 149655.15625 1020600.0 149665.3125 1020649.0 149675.484375 1020700.0 149685.65625 1020750.0 149695.8125 1020799.0 149705.984375 1020850.0 149716.15625 1020900.0 149726.328125 1020949.0 149736.5 1021000.0 149746.65625 1021049.0 149756.828125 1021099.0 149767.0 1021150.0 149777.171875 1021200.0 149787.34375 1021249.0 149797.515625 1021300.0 149807.6875 1021350.0 149817.875 1021399.0 149828.03125 1021450.0 149838.21875 1021499.0 149848.40625 1021549.0 149858.5625 1021600.0 149868.75 1021650.0 149878.90625 1021699.0 149889.0625 1021750.0 149899.25 1021800.0 149909.40625 1021849.0 149919.5625 1021900.0 149929.75 1021949.0 149939.921875 1021999.0 149950.09375 1022050.0 149960.265625 1022100.0 149970.4375 1022149.0 149980.609375 1022200.0 149990.796875 1022250.0 150000.984375 1022299.0 150011.171875 1022350.0 150021.359375 1022400.0 150031.5625 1022449.0 150041.75 1022500.0 150051.953125 1022550.0 150062.15625 1022599.0 150072.34375 1022650.0 150082.546875 1022700.0 150092.734375 1022749.0 150102.9375 1022800.0 150113.125 1022850.0 150123.328125 1022899.0 150133.53125 1022950.0 150143.71875 1023000.0 150153.875 1023049.0 150164.03125 1023100.0 150174.1875 1023149.0 150184.328125 1023199.0 150194.484375 1023250.0 150204.625 1023300.0 150214.765625 1023349.0 150224.921875 1023400.0 150235.09375 1023450.0 150245.25 1023499.0 150255.40625 1023550.0 150265.5625 1023599.0 150275.71875 1023649.0 150285.890625 1023700.0 150296.046875 1023750.0 150306.203125 1023799.0 150316.359375 1023850.0 150326.515625 1023900.0 150336.671875 1023949.0 150346.828125 1024000.0 150357.0 1024049.0 150367.15625 1024099.0 150377.328125 1024150.0 150387.5 1024200.0 150397.65625 1024249.0 150407.796875 1024300.0 150417.9375 1024350.0 150428.09375 1024399.0 150438.234375 1024450.0 150448.390625 1024500.0 150458.546875 1024549.0 150468.6875 1024600.0 150478.859375 1024650.0 150489.015625 1024699.0 150499.171875 1024750.0 150509.328125 1024799.0 150519.5 1024849.0 150529.65625 1024900.0 150539.828125 1024950.0 150549.984375 1024999.0 150560.140625 1025050.0 150570.296875 1025100.0 150580.4375 1025149.0 150590.609375 1025200.0 150600.75 1025249.0 150610.90625 1025299.0 150621.078125 1025350.0 150631.234375 1025400.0 150641.390625 1025449.0 150651.546875 1025500.0 150661.703125 1025550.0 150671.859375 1025599.0 150682.03125 1025650.0 150692.1875 1025699.0 150702.34375 1025749.0 150712.46875 1025800.0 150722.625 1025850.0 150732.75 1025899.0 150742.90625 1025950.0 150753.0625 1026000.0 150763.21875 1026049.0 150773.375 1026100.0 150783.53125 1026150.0 150793.6875 1026199.0 150803.859375 1026250.0 150814.03125 1026300.0 150824.203125 1026349.0 150834.359375 1026400.0 150844.53125 1026450.0 150854.703125 1026499.0 150864.875 1026550.0 150875.046875 1026600.0 150885.21875 1026649.0 150895.390625 1026700.0 150905.53125 1026750.0 150915.6875 1026799.0 150925.84375 1026850.0 150936.0 1026899.0 150946.171875 1026949.0 150956.328125 1027000.0 150966.5 1027050.0 150976.65625 1027099.0 150986.84375 1027150.0 150997.0 1027200.0 151007.171875 1027249.0 151017.34375 1027300.0 151027.53125 1027349.0 151037.703125 1027399.0 151047.875 1027450.0 151058.0625 1027500.0 151068.234375 1027549.0 151078.421875 1027600.0 151088.59375 1027650.0 151098.78125 1027699.0 151108.96875 1027750.0 151119.15625 1027799.0 151129.34375 1027849.0 151139.515625 1027900.0 151149.71875 1027950.0 151159.90625 1027999.0 151170.125 1028050.0 151180.3125 1028100.0 151190.5 1028149.0 151200.703125 1028200.0 151210.90625 1028250.0 151221.109375 1028299.0 151231.3125 1028350.0 151241.5 1028400.0 151251.6875 1028449.0 151261.90625 1028500.0 151272.09375 1028549.0 151282.296875 1028599.0 151292.5 1028650.0 151302.703125 1028700.0 151312.890625 1028749.0 151323.125 1028800.0 151333.3125 1028850.0 151343.546875 1028899.0 151353.75 1028950.0 151363.96875 1028999.0 151374.171875 1029049.0 151384.34375 1029100.0 151394.5 1029150.0 151404.6875 1029199.0 151414.84375 1029250.0 151425.03125 1029300.0 151435.203125 1029349.0 151445.40625 1029400.0 151455.59375 1029449.0 151465.78125 1029499.0 151475.96875 1029550.0 151486.15625 1029600.0 151496.3125 1029649.0 151506.46875 1029700.0 151516.625 1029750.0 151526.78125 1029799.0 151536.9375 1029850.0 151547.09375 1029900.0 151557.234375 1029949.0 151567.375 1030000.0 151577.515625 1030050.0 151587.65625 1030099.0 151597.828125 1030150.0 151607.984375 1030200.0 151618.125 1030249.0 151628.265625 1030300.0 151638.421875 1030350.0 151648.578125 1030399.0 151658.75 1030450.0 151668.90625 1030500.0 151679.0625 1030549.0 151689.21875 1030600.0 151699.375 1030649.0 151709.53125 1030699.0 151719.703125 1030750.0 151729.875 1030800.0 151740.0 1030849.0 151750.125 1030900.0 151760.28125 1030950.0 151770.40625 1030999.0 151780.5625 1031050.0 151790.71875 1031099.0 151800.875 1031149.0 151811.03125 1031200.0 151821.1875 1031250.0 151831.34375 1031299.0 151841.5 1031350.0 151851.65625 1031400.0 151861.8125 1031449.0 151871.96875 1031500.0 151882.125 1031549.0 151892.28125 1031599.0 151902.4375 1031650.0 151912.609375 1031700.0 151922.78125 1031749.0 151932.953125 1031800.0 151943.125 1031850.0 151953.28125 1031899.0 151963.4375 1031950.0 151973.59375 1032000.0 151983.75 1032049.0 151993.90625 1032100.0 152004.0625 1032150.0 152014.21875 1032199.0 152024.375 1032250.0 152034.53125 1032299.0 152044.6875 1032349.0 152054.84375 1032400.0 152065.0 1032450.0 152075.15625 1032499.0 152085.296875 1032550.0 152095.453125 1032600.0 152105.59375 1032649.0 152115.75 1032700.0 152125.90625 1032749.0 152136.078125 1032799.0 152146.234375 1032850.0 152156.40625 1032900.0 152166.5625 1032949.0 152176.75 1033000.0 152186.90625 1033050.0 152197.0625 1033099.0 152207.21875 1033150.0 152217.375 1033199.0 152227.53125 1033249.0 152237.6875 1033300.0 152247.84375 1033350.0 152258.0 1033399.0 152268.171875 1033450.0 152278.328125 1033500.0 152288.5 1033549.0 152298.65625 1033600.0 152308.84375 1033650.0 152319.015625 1033699.0 152329.1875 1033750.0 152339.375 1033800.0 152349.546875 1033849.0 152359.71875 1033900.0 152369.90625 1033950.0 152380.078125 1033999.0 152390.25 1034050.0 152400.390625 1034100.0 152410.5625 1034149.0 152420.71875 1034200.0 152430.875 1034250.0 152441.03125 1034299.0 152451.1875 1034350.0 152461.34375 1034399.0 152471.484375 1034449.0 152481.625 1034500.0 152491.78125 1034550.0 152501.9375 1034599.0 152512.078125 1034650.0 152522.234375 1034700.0 152532.375 1034749.0 152542.53125 1034800.0 152552.6875 1034849.0 152562.84375 1034899.0 152572.984375 1034950.0 152583.15625 1035000.0 152593.3125 1035049.0 152603.46875 1035100.0 152613.609375 1035150.0 152623.75 1035199.0 152633.9375 1035250.0 152644.078125 1035299.0 152654.25 1035349.0 152664.390625 1035400.0 152674.578125 1035450.0 152684.734375 1035499.0 152694.90625 1035550.0 152705.078125 1035600.0 152715.28125 1035649.0 152725.4375 1035700.0 152735.640625 1035750.0 152745.828125 1035799.0 152756.03125 1035850.0 152766.21875 1035900.0 152776.4375 1035949.0 152786.625 1036000.0 152796.84375 1036049.0 152807.03125 1036099.0 152817.25 1036150.0 152827.4375 1036200.0 152837.65625 1036249.0 152847.84375 1036300.0 152858.0625 1036350.0 152868.28125 1036399.0 152878.5 1036450.0 152888.71875 1036499.0 152898.953125 1036549.0 152909.15625 1036600.0 152919.390625 1036650.0 152929.5625 1036699.0 152939.75 1036750.0 152949.9375 1036800.0 152960.125 1036849.0 152970.328125 1036900.0 152980.53125 1036949.0 152990.734375 1036999.0 153000.921875 1037050.0 153011.125 1037100.0 153021.3125 1037149.0 153031.5 1037200.0 153041.703125 1037250.0 153051.90625 1037299.0 153062.109375 1037350.0 153072.3125 1037400.0 153082.5 1037449.0 153092.6875 1037500.0 153102.875 1037550.0 153113.078125 1037599.0 153123.265625 1037650.0 153133.46875 1037700.0 153143.65625 1037749.0 153153.859375 1037800.0 153164.0625 1037850.0 153174.265625 1037899.0 153184.46875 1037950.0 153194.671875 1038000.0 153204.875 1038049.0 153215.078125 1038100.0 153225.28125 1038149.0 153235.5 1038199.0 153245.71875 1038250.0 153255.90625 1038300.0 153266.109375 1038349.0 153276.296875 1038400.0 153286.5 1038450.0 153296.6875 1038499.0 153306.875 1038550.0 153317.09375 1038599.0 153327.296875 1038649.0 153337.5 1038700.0 153347.703125 1038750.0 153357.90625 1038799.0 153368.125 1038850.0 153378.34375 1038900.0 153388.546875 1038949.0 153398.75 1039000.0 153408.96875 1039049.0 153419.15625 1039099.0 153429.34375 1039150.0 153439.53125 1039200.0 153449.734375 1039249.0 153459.921875 1039300.0 153470.125 1039350.0 153480.3125 1039399.0 153490.5 1039450.0 153500.6875 1039500.0 153510.890625 1039549.0 153521.078125 1039600.0 153531.265625 1039650.0 153541.46875 1039699.0 153551.65625 1039750.0 153561.84375 1039799.0 153571.875 1039849.0 153582.0625 1039900.0 153592.265625 1039950.0 153602.328125 1039999.0 153612.53125 1040050.0 153622.6875 1040100.0 153632.875 1040149.0 153642.328125 1040200.0 153652.0625 1040249.0 153661.828125 1040299.0 153672.1875 1040350.0 153682.1875 1040400.0 153692.25 1040449.0 153702.34375 1040500.0 153712.21875 1040550.0 153722.3125 1040599.0 153732.15625 1040650.0 153742.875 1040699.0 153752.96875 1040749.0 153763.046875 1040800.0 153773.21875 1040850.0 153782.875 1040899.0 153796.34375 1040950.0 153806.40625 1041000.0 153816.3125 1041049.0 153826.421875 1041100.0 153836.9375 1041150.0 153846.921875 1041199.0 153857.296875 1041250.0 153867.21875 1041300.0 153879.0625 1041349.0 153889.140625 1041400.0 153899.453125 1041450.0 153910.09375 1041499.0 153920.625 1041550.0 153930.75 1041600.0 153941.28125 1041649.0 153952.953125 1041700.0 153963.796875 1041750.0 153974.796875 1041799.0 153985.703125 1041850.0 153995.90625 1041899.0 154006.71875 1041949.0 154017.375 1042000.0 154027.53125 1042050.0 154038.640625 1042099.0 154049.15625 1042150.0 154059.78125 1042200.0 154070.28125 1042249.0 154080.5 1042300.0 154092.515625 1042349.0 154102.765625 1042399.0 154114.0625 1042450.0 154124.765625 1042500.0 154135.234375 1042549.0 154146.125 1042600.0 154156.46875 1042650.0 154167.28125 1042699.0 154177.65625 1042750.0 154187.78125 1042799.0 154197.921875 1042849.0 154208.0625 1042900.0 154218.21875 1042950.0 154232.0 1042999.0 154242.171875 1043050.0 154252.71875 1043100.0 154262.84375 1043149.0 154272.984375 1043200.0 154287.40625 1043250.0 154297.59375 1043299.0 154307.765625 1043350.0 154317.953125 1043400.0 154328.140625 1043449.0 154338.34375 1043500.0 154348.53125 1043549.0 154358.71875 1043599.0 154368.921875 1043650.0 154379.09375 1043700.0 154389.046875 1043749.0 154399.03125 1043800.0 154409.015625 1043850.0 154419.015625 1043899.0 154429.03125 1043950.0 154439.046875 1043999.0 154449.078125 1044049.0 154459.125 1044100.0 154469.15625 1044150.0 154479.21875 1044199.0 154489.28125 1044250.0 154499.34375 1044300.0 154509.421875 1044349.0 154519.5 1044400.0 154529.59375 1044449.0 154539.6875 1044499.0 154549.78125 1044550.0 154559.875 1044600.0 154569.96875 1044649.0 154580.078125 1044700.0 154590.1875 1044750.0 154600.3125 1044799.0 154610.4375 1044850.0 154620.53125 1044900.0 154630.65625 1044949.0 154640.765625 1045000.0 154650.875 1045050.0 154661.0 1045099.0 154671.125 1045150.0 154681.25 1045200.0 154691.375 1045249.0 154701.5 1045300.0 154711.625 1045350.0 154721.75 1045399.0 154731.84375 1045450.0 154741.96875 1045500.0 154752.078125 1045549.0 154762.203125 1045600.0 154772.328125 1045649.0 154782.46875 1045699.0 154792.5625 1045750.0 154802.65625 1045800.0 154812.71875 1045849.0 154822.78125 1045900.0 154832.875 1045950.0 154842.96875 1045999.0 154853.0625 1046050.0 154863.171875 1046099.0 154873.28125 1046149.0 154883.390625 1046200.0 154893.5 1046250.0 154903.625 1046299.0 154913.75 1046350.0 154923.84375 1046400.0 154933.9375 1046449.0 154944.03125 1046500.0 154954.15625 1046549.0 154964.25 1046599.0 154974.375 1046650.0 154984.5 1046700.0 154994.625 1046749.0 155004.75 1046800.0 155014.90625 1046850.0 155025.03125 1046899.0 155035.1875 1046950.0 155045.3125 1047000.0 155055.4375 1047049.0 155065.578125 1047100.0 155075.71875 1047150.0 155085.875 1047199.0 155096.03125 1047250.0 155106.1875 1047299.0 155116.34375 1047349.0 155126.515625 1047400.0 155136.6875 1047450.0 155146.84375 1047499.0 155156.71875 1047550.0 155166.625 1047600.0 155176.546875 1047649.0 155186.5 1047700.0 155196.46875 1047749.0 155206.4375 1047799.0 155216.4375 1047850.0 155226.4375 1047900.0 155236.46875 1047949.0 155246.5 1048000.0 155256.5625 1048050.0 155266.59375 1048099.0 155276.6875 1048150.0 155286.78125 1048199.0 155296.90625 1048249.0 155307.0 1048300.0 155317.125 1048350.0 155327.25 1048399.0 155337.40625 1048450.0 155347.53125 1048500.0 155357.6875 1048549.0 155367.84375 1048600.0 155377.96875 1048650.0 155388.15625 1048699.0 155398.3125 1048750.0 155408.46875 1048800.0 155418.65625 1048849.0 155428.8125 1048900.0 155439.0 1048950.0 155449.1875 1048999.0 155459.359375 1049050.0 155469.546875 1049100.0 155479.75 1049149.0 155489.9375 1049200.0 155500.125 1049250.0 155510.3125 1049299.0 155520.5 1049350.0 155530.6875 1049400.0 155540.875 1049449.0 155551.078125 1049500.0 155561.265625 1049550.0 155571.46875 1049599.0 155581.65625 1049650.0 155591.859375 1049700.0 155602.0625 1049749.0 155612.28125 1049800.0 155622.484375 1049850.0 155632.6875 1049899.0 155642.890625 1049950.0 155653.09375 1050000.0 155663.3125 1050049.0 155673.515625 1050100.0 155683.703125 1050150.0 155693.890625 1050199.0 155704.09375 1050250.0 155714.28125 1050300.0 155724.46875 1050349.0 155734.65625 1050400.0 155744.859375 1050450.0 155755.046875 1050499.0 155765.234375 1050550.0 155775.421875 1050600.0 155785.59375 1050649.0 155795.78125 1050700.0 155805.96875 1050750.0 155816.15625 1050799.0 155826.34375 1050850.0 155836.53125 1050900.0 155846.71875 1050949.0 155856.90625 1051000.0 155867.09375 1051050.0 155877.28125 1051099.0 155887.484375 1051150.0 155897.6875 1051200.0 155907.875 1051249.0 155918.078125 1051300.0 155928.265625 1051350.0 155938.453125 1051399.0 155948.640625 1051450.0 155958.828125 1051500.0 155969.03125 1051549.0 155979.21875 1051600.0 155989.40625 1051650.0 155999.609375 1051699.0 156009.8125 1051750.0 156020.0 1051800.0 156030.1875 1051849.0 156040.375 1051900.0 156050.578125 1051950.0 156060.75 1051999.0 156070.953125 1052050.0 156081.15625 1052100.0 156091.34375 1052149.0 156101.53125 1052200.0 156111.734375 1052250.0 156121.9375 1052299.0 156132.125 1052350.0 156142.3125 1052400.0 156152.515625 1052449.0 156162.71875 1052500.0 156172.90625 1052550.0 156183.09375 1052599.0 156193.296875 1052650.0 156203.5 1052700.0 156213.6875 1052749.0 156223.890625 1052800.0 156234.09375 1052850.0 156244.296875 1052899.0 156254.46875 1052950.0 156264.625 1053000.0 156274.765625 1053049.0 156284.921875 1053100.0 156295.078125 1053150.0 156305.25 1053199.0 156315.40625 1053250.0 156325.5625 1053300.0 156335.71875 1053349.0 156345.875 1053400.0 156356.046875 1053450.0 156366.21875 1053499.0 156376.375 1053550.0 156386.53125 1053600.0 156396.6875 1053649.0 156406.75 1053700.0 156416.78125 1053750.0 156426.8125 1053799.0 156436.84375 1053850.0 156446.875 1053900.0 156456.9375 1053949.0 156467.0 1054000.0 156477.0625 1054050.0 156487.140625 1054099.0 156497.234375 1054150.0 156507.3125 1054200.0 156517.40625 1054249.0 156527.5 1054300.0 156537.59375 1054350.0 156547.6875 1054399.0 156557.8125 1054450.0 156567.90625 1054500.0 156578.03125 1054549.0 156588.125 1054600.0 156598.25 1054650.0 156608.359375 1054699.0 156618.46875 1054750.0 156628.59375 1054800.0 156638.703125 1054849.0 156648.796875 1054900.0 156658.890625 1054950.0 156669.0 1054999.0 156679.09375 1055050.0 156689.21875 1055100.0 156699.3125 1055149.0 156709.4375 1055200.0 156719.546875 1055250.0 156729.65625 1055299.0 156739.75 1055350.0 156749.859375 1055400.0 156759.953125 1055449.0 156770.03125 1055500.0 156780.09375 1055550.0 156790.15625 1055599.0 156800.25 1055650.0 156810.328125 1055700.0 156820.421875 1055749.0 156830.515625 1055800.0 156840.609375 1055850.0 156850.703125 1055899.0 156860.8125 1055950.0 156870.921875 1056000.0 156881.03125 1056049.0 156891.15625 1056100.0 156901.25 1056150.0 156911.359375 1056199.0 156921.46875 1056250.0 156931.5625 1056300.0 156941.671875 1056349.0 156951.75 1056400.0 156961.796875 1056450.0 156971.875 1056499.0 156981.9375 1056550.0 156992.03125 1056600.0 157002.125 1056649.0 157012.21875 1056700.0 157022.3125 1056750.0 157032.40625 1056799.0 157042.515625 1056850.0 157052.640625 1056900.0 157062.765625 1056949.0 157072.890625 1057000.0 157083.015625 1057050.0 157093.15625 1057099.0 157103.28125 1057150.0 157113.4375 1057200.0 157123.5625 1057249.0 157133.6875 1057300.0 157143.78125 1057350.0 157153.703125 1057399.0 157163.65625 1057450.0 157173.640625 1057500.0 157183.625 1057549.0 157193.65625 1057600.0 157203.6875 1057650.0 157213.71875 1057699.0 157223.765625 1057750.0 157233.828125 1057800.0 157243.90625 1057849.0 157253.984375 1057900.0 157264.0625 1057950.0 157274.15625 1057999.0 157284.265625 1058050.0 157294.375 1058100.0 157304.484375 1058149.0 157314.609375 1058200.0 157324.734375 1058250.0 157334.859375 1058299.0 157345.0 1058350.0 157355.125 1058400.0 157365.28125 1058449.0 157375.40625 1058500.0 157385.5625 1058550.0 157395.71875 1058599.0 157405.859375 1058650.0 157416.0 1058700.0 157426.15625 1058749.0 157436.3125 1058800.0 157446.46875 1058850.0 157456.625 1058899.0 157466.78125 1058950.0 157476.9375 1059000.0 157487.09375 1059049.0 157497.25 1059100.0 157507.40625 1059150.0 157517.5625 1059199.0 157527.71875 1059250.0 157537.875 1059300.0 157548.046875 1059349.0 157558.21875 1059400.0 157568.375 1059450.0 157578.53125 1059499.0 157588.703125 1059550.0 157598.84375 1059600.0 157609.015625 1059649.0 157619.171875 1059700.0 157629.328125 1059750.0 157639.5 1059799.0 157649.640625 1059850.0 157659.78125 1059900.0 157669.90625 1059949.0 157680.046875 1060000.0 157690.1875 1060050.0 157700.3125 1060099.0 157710.453125 1060150.0 157720.59375 1060200.0 157730.75 1060249.0 157740.890625 1060300.0 157751.03125 1060350.0 157761.1875 1060399.0 157771.34375 1060450.0 157781.46875 1060500.0 157791.59375 1060549.0 157801.75 1060600.0 157811.875 1060650.0 157822.015625 1060699.0 157832.15625 1060750.0 157842.265625 1060800.0 157852.375 1060849.0 157862.5 1060900.0 157872.625 1060950.0 157882.75 1060999.0 157892.875 1061050.0 157903.0 1061100.0 157913.15625 1061149.0 157923.28125 1061200.0 157933.4375 1061250.0 157943.59375 1061299.0 157953.734375 1061350.0 157963.875 1061400.0 157974.03125 1061449.0 157984.1875 1061500.0 157994.34375 1061550.0 158004.5 1061599.0 158014.65625 1061650.0 158024.8125 1061700.0 158034.96875 1061749.0 158045.125 1061800.0 158055.265625 1061850.0 158065.40625 1061899.0 158075.53125 1061950.0 158085.671875 1062000.0 158095.8125 1062049.0 158105.9375 1062100.0 158116.046875 1062150.0 158126.171875 1062199.0 158136.296875 1062250.0 158146.4375 1062300.0 158156.5625 1062349.0 158166.6875 1062400.0 158176.8125 1062450.0 158186.9375 1062499.0 158197.0625 1062550.0 158207.1875 1062600.0 158217.3125 1062649.0 158227.4375 1062700.0 158237.578125 1062750.0 158247.71875 1062799.0 158257.84375 1062850.0 158268.0 1062900.0 158278.078125 1062949.0 158288.15625 1063000.0 158298.234375 1063050.0 158308.3125 1063099.0 158318.40625 1063150.0 158328.515625 1063200.0 158338.625 1063249.0 158348.734375 1063300.0 158358.84375 1063350.0 158368.96875 1063399.0 158379.09375 1063450.0 158389.234375 1063500.0 158399.375 1063549.0 158409.5 1063600.0 158419.65625 1063650.0 158429.796875 1063699.0 158439.9375 1063750.0 158450.09375 1063800.0 158460.234375 1063849.0 158470.375 1063900.0 158480.53125 1063950.0 158490.6875 1063999.0 158500.84375 1064050.0 158511.0 1064100.0 158521.15625 1064149.0 158531.296875 1064200.0 158541.453125 1064250.0 158551.609375 1064299.0 158561.765625 1064350.0 158571.921875 1064400.0 158582.078125 1064449.0 158592.234375 1064500.0 158602.40625 1064550.0 158612.5625 1064599.0 158622.734375 1064650.0 158632.90625 1064700.0 158643.0625 1064749.0 158653.234375 1064800.0 158663.40625 1064850.0 158673.578125 1064899.0 158683.75 1064950.0 158693.921875 1065000.0 158704.09375 1065049.0 158714.265625 1065100.0 158724.4375 1065150.0 158734.609375 1065199.0 158744.796875 1065250.0 158754.984375 1065300.0 158765.171875 1065349.0 158775.34375 1065400.0 158785.515625 1065450.0 158795.6875 1065499.0 158805.84375 1065550.0 158816.015625 1065600.0 158826.171875 1065649.0 158836.28125 1065700.0 158846.390625 1065750.0 158856.5 1065799.0 158866.625 1065850.0 158876.734375 1065900.0 158886.859375 1065949.0 158896.984375 1066000.0 158907.09375 1066050.0 158917.25 1066099.0 158927.375 1066150.0 158937.5 1066200.0 158947.625 1066249.0 158957.765625 1066300.0 158967.90625 1066350.0 158978.03125 1066399.0 158988.15625 1066450.0 158998.28125 1066500.0 159008.40625 1066549.0 159018.546875 1066600.0 159028.6875 1066650.0 159038.8125 1066699.0 159048.9375 1066750.0 159059.0625 1066800.0 159069.1875 1066849.0 159079.3125 1066900.0 159089.4375 1066950.0 159099.5625 1066999.0 159109.6875 1067050.0 159119.8125 1067100.0 159129.9375 1067149.0 159140.0625 1067200.0 159150.1875 1067250.0 159160.3125 1067299.0 159170.421875 1067350.0 159180.5 1067400.0 159190.59375 1067449.0 159200.6875 1067500.0 159210.78125 1067550.0 159220.890625 1067599.0 159231.0 1067650.0 159241.109375 1067700.0 159251.21875 1067749.0 159261.34375 1067800.0 159271.46875 1067850.0 159281.59375 1067899.0 159291.71875 1067950.0 159301.84375 1068000.0 159311.96875 1068049.0 159322.09375 1068100.0 159332.21875 1068150.0 159342.34375 1068199.0 159352.4375 1068250.0 159362.5625 1068300.0 159372.671875 1068349.0 159382.796875 1068400.0 159392.90625 1068450.0 159403.03125 1068499.0 159413.15625 1068550.0 159423.28125 1068600.0 159433.390625 1068649.0 159443.515625 1068700.0 159453.640625 1068750.0 159463.765625 1068799.0 159473.890625 1068850.0 159484.03125 1068900.0 159494.15625 1068949.0 159504.296875 1069000.0 159514.4375 1069050.0 159524.5625 1069099.0 159534.71875 1069150.0 159544.859375 1069200.0 159554.984375 1069249.0 159565.125 1069300.0 159575.25 1069350.0 159585.375 1069399.0 159595.515625 1069450.0 159605.65625 1069500.0 159615.78125 1069549.0 159625.9375 1069600.0 159636.078125 1069650.0 159646.15625 1069699.0 159656.140625 1069750.0 159666.15625 1069800.0 159676.15625 1069849.0 159686.1875 1069900.0 159696.21875 1069950.0 159706.265625 1069999.0 159716.34375 1070050.0 159726.390625 1070100.0 159736.46875 1070149.0 159746.5625 1070200.0 159756.65625 1070250.0 159766.75 1070299.0 159776.84375 1070350.0 159786.9375 1070400.0 159797.0625 1070449.0 159807.1875 1070500.0 159817.3125 1070550.0 159827.4375 1070599.0 159837.5625 1070650.0 159847.6875 1070700.0 159857.828125 1070749.0 159867.953125 1070800.0 159878.09375 1070850.0 159888.234375 1070899.0 159898.375 1070950.0 159908.515625 1071000.0 159918.65625 1071049.0 159928.78125 1071100.0 159938.9375 1071150.0 159949.0625 1071199.0 159959.21875 1071250.0 159969.359375 1071300.0 159979.5 1071349.0 159989.65625 1071400.0 159999.8125 1071450.0 160009.96875 1071499.0 160020.09375 1071550.0 160030.25 1071600.0 160040.40625 1071649.0 160050.53125 1071700.0 160060.6875 1071750.0 160070.84375 1071799.0 160081.0 1071850.0 160091.15625 1071900.0 160101.3125 1071949.0 160111.484375 1072000.0 160121.625 1072050.0 160131.796875 1072099.0 160141.953125 1072150.0 160152.109375 1072200.0 160162.28125 1072249.0 160172.4375 1072300.0 160182.578125 1072350.0 160192.71875 1072399.0 160202.890625 1072450.0 160213.0625 1072500.0 160223.21875 1072549.0 160233.375 1072600.0 160243.546875 1072650.0 160253.71875 1072699.0 160263.90625 1072750.0 160274.0625 1072800.0 160284.25 1072849.0 160294.4375 1072900.0 160304.609375 1072950.0 160314.8125 1072999.0 160324.984375 1073050.0 160335.171875 1073100.0 160345.359375 1073149.0 160355.53125 1073200.0 160365.71875 1073250.0 160375.921875 1073299.0 160386.125 1073350.0 160396.3125 1073400.0 160406.515625 1073449.0 160416.71875 1073500.0 160426.921875 1073550.0 160437.125 1073599.0 160447.328125 1073650.0 160457.53125 1073700.0 160467.734375 1073749.0 160477.9375 1073800.0 160488.140625 1073850.0 160498.34375 1073899.0 160508.546875 1073950.0 160518.75 1074000.0 160528.96875 1074049.0 160539.171875 1074100.0 160549.375 1074150.0 160559.59375 1074199.0 160569.8125 1074250.0 160580.03125 1074300.0 160590.25 1074349.0 160600.46875 1074400.0 160610.671875 1074450.0 160620.875 1074499.0 160631.09375 1074550.0 160641.296875 1074600.0 160651.5 1074649.0 160661.6875 1074700.0 160671.890625 1074750.0 160682.078125 1074799.0 160692.28125 1074850.0 160702.46875 1074900.0 160712.671875 1074949.0 160722.859375 1075000.0 160733.046875 1075050.0 160743.21875 1075099.0 160753.40625 1075150.0 160763.59375 1075200.0 160773.78125 1075249.0 160783.96875 1075300.0 160794.140625 1075350.0 160804.328125 1075399.0 160814.515625 1075450.0 160824.6875 1075500.0 160834.875 1075549.0 160845.0625 1075600.0 160855.25 1075650.0 160865.4375 1075699.0 160875.625 1075750.0 160885.8125 1075800.0 160896.0 1075849.0 160906.171875 1075900.0 160916.34375 1075950.0 160926.53125 1075999.0 160936.703125 1076050.0 160946.875 1076100.0 160957.0625 1076149.0 160967.25 1076200.0 160977.4375 1076250.0 160987.609375 1076299.0 160997.796875 1076350.0 161007.96875 1076400.0 161018.15625 1076449.0 161028.34375 1076500.0 161038.5 1076550.0 161048.671875 1076599.0 161058.84375 1076650.0 161069.0 1076700.0 161079.1875 1076749.0 161089.34375 1076800.0 161099.515625 1076850.0 161109.6875 1076899.0 161119.84375 1076950.0 161130.03125 1077000.0 161140.21875 1077049.0 161150.390625 1077100.0 161160.546875 1077150.0 161170.703125 1077199.0 161180.84375 1077250.0 161191.0 1077300.0 161201.15625 1077349.0 161211.3125 1077400.0 161221.46875 1077450.0 161231.625 1077499.0 161241.78125 1077550.0 161251.9375 1077600.0 161262.09375 1077649.0 161272.25 1077700.0 161282.40625 1077750.0 161292.5625 1077799.0 161302.71875 1077850.0 161312.875 1077900.0 161323.03125 1077949.0 161333.1875 1078000.0 161343.359375 1078050.0 161353.53125 1078099.0 161363.6875 1078150.0 161373.859375 1078200.0 161384.015625 1078249.0 161394.171875 1078300.0 161404.34375 1078350.0 161414.5 1078399.0 161424.65625 1078450.0 161434.828125 1078500.0 161444.984375 1078549.0 161455.15625 1078600.0 161465.3125 1078650.0 161475.484375 1078699.0 161485.640625 1078750.0 161495.75 1078800.0 161505.890625 1078849.0 161516.015625 1078900.0 161526.15625 1078950.0 161536.28125 1078999.0 161546.40625 1079050.0 161556.546875 1079100.0 161566.6875 1079149.0 161576.8125 1079200.0 161586.9375 1079250.0 161597.0625 1079299.0 161607.1875 1079350.0 161617.3125 1079400.0 161627.4375 1079449.0 161637.5625 1079500.0 161647.65625 1079550.0 161657.78125 1079599.0 161667.90625 1079650.0 161678.03125 1079700.0 161688.140625 1079749.0 161698.265625 1079800.0 161708.390625 1079850.0 161718.515625 1079899.0 161728.625 1079950.0 161738.75 1080000.0 161748.875 1080049.0 161759.0 1080100.0 161769.09375 1080150.0 161779.203125 1080199.0 161789.28125 1080250.0 161799.375 1080300.0 161809.484375 1080349.0 161819.59375 1080400.0 161829.703125 1080450.0 161839.8125 1080499.0 161849.9375 1080550.0 161860.0625 1080600.0 161870.1875 1080649.0 161880.3125 1080700.0 161890.421875 1080750.0 161900.5625 1080799.0 161910.6875 1080850.0 161920.796875 1080900.0 161930.90625 1080949.0 161941.03125 1081000.0 161951.15625 1081050.0 161961.28125 1081099.0 161971.40625 1081150.0 161981.53125 1081200.0 161991.609375 1081249.0 162001.703125 1081300.0 162011.796875 1081350.0 162021.90625 1081399.0 162032.0 1081450.0 162042.125 1081500.0 162052.234375 1081549.0 162062.34375 1081600.0 162072.46875 1081650.0 162082.59375 1081699.0 162092.71875 1081750.0 162102.84375 1081800.0 162112.96875 1081849.0 162123.09375 1081900.0 162133.21875 1081950.0 162143.34375 1081999.0 162153.46875 1082050.0 162163.609375 1082100.0 162173.75 1082149.0 162183.875 1082200.0 162194.03125 1082250.0 162204.15625 1082299.0 162214.296875 1082350.0 162224.421875 1082400.0 162234.5625 1082449.0 162244.59375 1082500.0 162254.59375 1082550.0 162264.625 1082599.0 162274.65625 1082650.0 162284.703125 1082700.0 162294.765625 1082749.0 162304.84375 1082800.0 162314.921875 1082850.0 162325.0 1082899.0 162335.109375 1082950.0 162345.203125 1083000.0 162355.3125 1083049.0 162365.4375 1083100.0 162375.5625 1083150.0 162385.671875 1083199.0 162395.8125 1083250.0 162405.921875 1083300.0 162416.0625 1083349.0 162426.1875 1083400.0 162436.34375 1083450.0 162446.46875 1083499.0 162456.59375 1083550.0 162466.734375 1083600.0 162476.875 1083649.0 162487.0 1083700.0 162497.15625 1083750.0 162507.28125 1083799.0 162517.4375 1083850.0 162527.5625 1083900.0 162537.71875 1083949.0 162547.875 1084000.0 162558.015625 1084050.0 162568.15625 1084099.0 162578.28125 1084150.0 162588.4375 1084200.0 162598.5625 1084249.0 162608.71875 1084300.0 162618.859375 1084350.0 162629.0 1084399.0 162639.15625 1084450.0 162649.296875 1084500.0 162659.4375 1084549.0 162669.578125 1084600.0 162679.71875 1084650.0 162689.875 1084699.0 162700.03125 1084750.0 162710.171875 1084800.0 162720.3125 1084849.0 162730.46875 1084900.0 162740.625 1084950.0 162750.78125 1084999.0 162760.90625 1085050.0 162771.0625 1085100.0 162781.1875 1085149.0 162791.34375 1085200.0 162801.484375 1085250.0 162811.640625 1085299.0 162821.796875 1085350.0 162831.96875 1085400.0 162842.125 1085449.0 162852.28125 1085500.0 162862.421875 1085550.0 162872.59375 1085599.0 162882.75 1085650.0 162892.90625 1085700.0 162903.0625 1085749.0 162913.21875 1085800.0 162923.375 1085850.0 162933.546875 1085899.0 162943.71875 1085950.0 162953.875 1086000.0 162964.03125 1086049.0 162974.1875 1086100.0 162984.34375 1086150.0 162994.5 1086199.0 163004.640625 1086250.0 163014.8125 1086300.0 163024.96875 1086349.0 163035.125 1086400.0 163045.28125 1086450.0 163055.453125 1086499.0 163065.625 1086550.0 163075.78125 1086600.0 163085.9375 1086649.0 163096.109375 1086700.0 163106.28125 1086750.0 163116.453125 1086799.0 163126.625 1086850.0 163136.78125 1086900.0 163146.921875 1086949.0 163157.0625 1087000.0 163167.1875 1087050.0 163177.34375 1087099.0 163187.5 1087150.0 163197.640625 1087200.0 163207.796875 1087249.0 163217.9375 1087300.0 163228.109375 1087350.0 163238.28125 1087399.0 163248.4375 1087450.0 163258.59375 1087500.0 163268.75 1087549.0 163278.90625 1087600.0 163289.0625 1087650.0 163299.203125 1087699.0 163309.34375 1087750.0 163319.5 1087800.0 163329.640625 1087849.0 163339.78125 1087900.0 163349.9375 1087950.0 163360.078125 1087999.0 163370.21875 1088050.0 163380.375 1088100.0 163390.53125 1088149.0 163400.6875 1088200.0 163410.84375 1088250.0 163421.0 1088299.0 163431.15625 1088350.0 163441.3125 1088400.0 163451.46875 1088449.0 163461.625 1088500.0 163471.78125 1088550.0 163481.953125 1088599.0 163492.125 1088650.0 163502.28125 1088700.0 163512.4375 1088749.0 163522.59375 1088800.0 163532.75 1088850.0 163542.90625 1088899.0 163553.0625 1088950.0 163563.21875 1089000.0 163573.34375 1089049.0 163583.453125 1089100.0 163593.5625 1089150.0 163603.6875 1089199.0 163613.828125 1089250.0 163623.953125 1089300.0 163634.09375 1089349.0 163644.21875 1089400.0 163654.34375 1089450.0 163664.46875 1089499.0 163674.609375 1089550.0 163684.75 1089600.0 163694.875 1089649.0 163705.015625 1089700.0 163715.15625 1089750.0 163725.28125 1089799.0 163735.4375 1089850.0 163745.5625 1089900.0 163755.703125 1089949.0 163765.84375 1090000.0 163775.96875 1090050.0 163786.125 1090099.0 163796.265625 1090150.0 163806.40625 1090200.0 163816.5625 1090249.0 163826.703125 1090300.0 163836.84375 1090350.0 163846.984375 1090399.0 163857.125 1090450.0 163867.265625 1090500.0 163877.40625 1090549.0 163887.546875 1090600.0 163897.6875 1090650.0 163907.84375 1090699.0 163918.0 1090750.0 163928.140625 1090800.0 163938.296875 1090849.0 163948.4375 1090900.0 163958.59375 1090950.0 163968.75 1090999.0 163978.890625 1091050.0 163989.03125 1091100.0 163999.1875 1091149.0 164009.34375 1091200.0 164019.5 1091250.0 164029.65625 1091299.0 164039.8125 1091350.0 164049.96875 1091400.0 164060.125 1091449.0 164070.28125 1091500.0 164080.4375 1091550.0 164090.59375 1091599.0 164100.765625 1091650.0 164110.9375 1091700.0 164121.09375 1091749.0 164131.25 1091800.0 164141.40625 1091850.0 164151.578125 1091899.0 164161.75 1091950.0 164171.90625 1092000.0 164182.0625 1092049.0 164192.234375 1092100.0 164202.40625 1092150.0 164212.5625 1092199.0 164222.734375 1092250.0 164232.90625 1092300.0 164243.078125 1092349.0 164253.25 1092400.0 164263.4375 1092450.0 164273.625 1092499.0 164283.796875 1092550.0 164293.96875 1092600.0 164304.15625 1092649.0 164314.34375 1092700.0 164324.515625 1092750.0 164334.703125 1092799.0 164344.875 1092850.0 164355.0625 1092900.0 164365.25 1092949.0 164375.40625 1093000.0 164385.53125 1093050.0 164395.65625 1093099.0 164405.78125 1093150.0 164415.90625 1093200.0 164426.03125 1093249.0 164436.15625 1093300.0 164446.28125 1093350.0 164456.421875 1093399.0 164466.5625 1093450.0 164476.6875 1093500.0 164486.84375 1093549.0 164496.984375 1093600.0 164507.125 1093650.0 164517.28125 1093699.0 164527.421875 1093750.0 164537.5625 1093800.0 164547.71875 1093849.0 164557.875 1093900.0 164568.015625 1093950.0 164578.15625 1093999.0 164588.3125 1094050.0 164598.46875 1094100.0 164608.625 1094149.0 164618.765625 1094200.0 164628.90625 1094250.0 164639.0625 1094299.0 164649.21875 1094350.0 164659.375 1094400.0 164669.53125 1094449.0 164679.6875 1094500.0 164689.84375 1094550.0 164700.0 1094599.0 164710.15625 1094650.0 164720.328125 1094700.0 164730.484375 1094749.0 164740.640625 1094800.0 164750.8125 1094850.0 164760.96875 1094899.0 164771.125 1094950.0 164781.265625 1095000.0 164791.40625 1095049.0 164801.53125 1095100.0 164811.671875 1095150.0 164821.8125 1095199.0 164831.9375 1095250.0 164842.078125 1095300.0 164852.21875 1095349.0 164862.34375 1095400.0 164872.484375 1095450.0 164882.625 1095499.0 164892.75 1095550.0 164902.890625 1095600.0 164913.03125 1095649.0 164923.15625 1095700.0 164933.28125 1095750.0 164943.421875 1095799.0 164953.5625 1095850.0 164963.6875 1095900.0 164973.828125 1095949.0 164983.96875 1096000.0 164994.109375 1096050.0 165004.234375 1096099.0 165014.359375 1096150.0 165024.5 1096200.0 165034.625 1096249.0 165044.75 1096300.0 165054.890625 1096350.0 165065.03125 1096399.0 165075.15625 1096450.0 165085.3125 1096500.0 165095.4375 1096549.0 165105.59375 1096600.0 165115.734375 1096650.0 165125.875 1096699.0 165136.015625 1096750.0 165146.15625 1096800.0 165156.296875 1096849.0 165166.4375 1096900.0 165176.59375 1096950.0 165186.75 1096999.0 165196.890625 1097050.0 165207.03125 1097100.0 165217.1875 1097149.0 165227.34375 1097200.0 165237.484375 1097250.0 165247.625 1097299.0 165257.765625 1097350.0 165267.78125 1097400.0 165277.8125 1097449.0 165287.84375 1097500.0 165297.921875 1097550.0 165308.0 1097599.0 165318.078125 1097650.0 165328.171875 1097700.0 165338.28125 1097749.0 165348.375 1097800.0 165358.5 1097850.0 165368.625 1097899.0 165378.75 1097950.0 165388.875 1098000.0 165399.0 1098049.0 165409.125 1098100.0 165419.25 1098150.0 165429.390625 1098199.0 165439.53125 1098250.0 165449.65625 1098300.0 165459.8125 1098349.0 165469.9375 1098400.0 165480.09375 1098450.0 165490.25 1098499.0 165500.390625 1098550.0 165510.53125 1098600.0 165520.6875 1098649.0 165530.828125 1098700.0 165540.96875 1098750.0 165551.125 1098799.0 165561.28125 1098850.0 165571.421875 1098900.0 165581.5625 1098949.0 165591.71875 1099000.0 165601.859375 1099050.0 165612.0 1099099.0 165622.15625 1099150.0 165632.296875 1099200.0 165642.4375 1099249.0 165652.59375 1099300.0 165662.734375 1099350.0 165672.875 1099399.0 165683.03125 1099450.0 165693.171875 1099500.0 165703.3125 1099549.0 165713.46875 1099600.0 165723.625 1099650.0 165733.75 1099699.0 165743.90625 1099750.0 165754.046875 1099800.0 165764.1875 1099849.0 165774.328125 1099900.0 165784.484375 1099950.0 165794.625 1099999.0 165804.796875 1100050.0 165814.953125 1100100.0 165825.109375 1100149.0 165835.265625 1100200.0 165845.421875 1100250.0 165855.578125 1100299.0 165865.734375 1100350.0 165875.875 1100400.0 165886.03125 1100449.0 165896.1875 1100500.0 165906.34375 1100550.0 165916.515625 1100599.0 165926.65625 1100650.0 165936.8125 1100700.0 165946.96875 1100749.0 165957.125 1100800.0 165967.28125 1100850.0 165977.4375 1100899.0 165987.59375 1100950.0 165997.75 1101000.0 166007.90625 1101049.0 166018.0625 1101100.0 166028.234375 1101150.0 166038.40625 1101199.0 166048.5625 1101250.0 166058.71875 1101300.0 166068.875 1101349.0 166079.03125 1101400.0 166089.171875 1101450.0 166099.328125 1101499.0 166109.484375 1101550.0 166119.625 1101600.0 166129.8125 1101649.0 166139.96875 1101700.0 166150.125 1101750.0 166160.3125 1101799.0 166170.46875 1101850.0 166180.65625 1101900.0 166190.8125 1101949.0 166200.984375 1102000.0 166211.15625 1102050.0 166221.328125 1102099.0 166231.5 1102150.0 166241.65625 1102200.0 166251.84375 1102249.0 166262.015625 1102300.0 166272.1875 1102350.0 166282.359375 1102399.0 166292.53125 1102450.0 166302.71875 1102500.0 166312.90625 1102549.0 166323.078125 1102600.0 166333.265625 1102650.0 166343.4375 1102699.0 166353.625 1102750.0 166363.8125 1102800.0 166374.0 1102849.0 166384.203125 1102900.0 166394.40625 1102950.0 166404.59375 1102999.0 166414.796875 1103050.0 166425.0 1103100.0 166435.1875 1103149.0 166445.375 1103200.0 166455.578125 1103250.0 166465.765625 1103299.0 166475.9375 1103350.0 166486.140625 1103400.0 166496.328125 1103449.0 166506.53125 1103500.0 166516.71875 1103550.0 166526.90625 1103599.0 166537.09375 1103650.0 166547.296875 1103700.0 166557.484375 1103749.0 166567.6875 1103800.0 166577.890625 1103850.0 166588.078125 1103899.0 166598.28125 1103950.0 166608.46875 1104000.0 166618.671875 1104049.0 166628.875 1104100.0 166639.0625 1104150.0 166649.25 1104199.0 166659.46875 1104250.0 166669.65625 1104300.0 166679.859375 1104349.0 166690.0625 1104400.0 166700.25 1104450.0 166710.4375 1104499.0 166720.640625 1104550.0 166730.84375 1104600.0 166741.03125 1104649.0 166751.234375 1104700.0 166761.4375 1104750.0 166771.625 1104799.0 166781.796875 1104850.0 166791.96875 1104900.0 166802.140625 1104949.0 166812.3125 1105000.0 166822.484375 1105050.0 166832.640625 1105099.0 166842.8125 1105150.0 166852.96875 1105200.0 166863.140625 1105249.0 166873.3125 1105300.0 166883.484375 1105350.0 166893.65625 1105399.0 166903.8125 1105450.0 166913.96875 1105500.0 166924.125 1105549.0 166934.28125 1105600.0 166944.4375 1105650.0 166954.59375 1105699.0 166964.765625 1105750.0 166974.9375 1105800.0 166985.09375 1105849.0 166995.25 1105900.0 167005.40625 1105950.0 167015.5625 1105999.0 167025.71875 1106050.0 167035.890625 1106100.0 167046.0625 1106149.0 167056.234375 1106200.0 167066.40625 1106250.0 167076.578125 1106299.0 167086.75 1106350.0 167096.9375 1106400.0 167107.125 1106449.0 167117.3125 1106500.0 167127.46875 1106550.0 167137.640625 1106599.0 167147.8125 1106650.0 167157.984375 1106700.0 167168.15625 1106749.0 167178.328125 1106800.0 167188.5 1106850.0 167198.671875 1106899.0 167208.84375 1106950.0 167219.03125 1107000.0 167229.1875 1107049.0 167239.375 1107100.0 167249.53125 1107150.0 167259.71875 1107199.0 167269.875 1107250.0 167280.046875 1107300.0 167290.21875 1107349.0 167300.390625 1107400.0 167310.5625 1107450.0 167320.6875 1107499.0 167330.84375 1107550.0 167340.96875 1107600.0 167351.109375 1107649.0 167361.25 1107700.0 167371.375 1107750.0 167381.515625 1107799.0 167391.65625 1107850.0 167401.796875 1107900.0 167411.9375 1107949.0 167422.09375 1108000.0 167432.25 1108050.0 167442.40625 1108099.0 167452.546875 1108150.0 167462.6875 1108200.0 167472.84375 1108249.0 167482.984375 1108300.0 167493.125 1108350.0 167503.265625 1108399.0 167513.421875 1108450.0 167523.578125 1108500.0 167533.71875 1108549.0 167543.875 1108600.0 167554.03125 1108650.0 167564.203125 1108699.0 167574.359375 1108750.0 167584.53125 1108800.0 167594.703125 1108849.0 167604.875 1108900.0 167615.046875 1108950.0 167625.21875 1108999.0 167635.40625 1109050.0 167645.59375 1109100.0 167655.75 1109149.0 167665.921875 1109200.0 167676.078125 1109250.0 167686.21875 1109299.0 167696.375 1109350.0 167706.5625 1109400.0 167716.71875 1109449.0 167726.890625 1109500.0 167737.09375 1109550.0 167747.25 1109599.0 167757.4375 1109650.0 167767.59375 1109700.0 167777.765625 1109749.0 167787.9375 1109800.0 167798.09375 1109850.0 167808.25 1109899.0 167818.421875 1109950.0 167828.59375 1110000.0 167838.765625 1110049.0 167848.9375 1110100.0 167859.109375 1110150.0 167869.28125 1110199.0 167879.4375 1110250.0 167889.609375 1110300.0 167899.78125 1110349.0 167909.953125 1110400.0 167920.125 1110450.0 167930.28125 1110499.0 167940.46875 1110550.0 167950.625 1110600.0 167960.78125 1110649.0 167970.96875 1110700.0 167981.125 1110750.0 167991.296875 1110799.0 168001.46875 1110850.0 168011.625 1110900.0 168021.796875 1110949.0 168031.96875 1111000.0 168042.125 1111050.0 168052.296875 1111099.0 168062.46875 1111150.0 168072.640625 1111200.0 168082.8125 1111249.0 168092.96875 1111300.0 168103.15625 1111350.0 168113.3125 1111399.0 168123.5 1111450.0 168133.671875 1111500.0 168143.84375 1111549.0 168154.03125 1111600.0 168164.203125 1111650.0 168174.375 1111699.0 168184.53125 1111750.0 168194.703125 1111800.0 168204.875 1111849.0 168215.03125 1111900.0 168225.21875 1111950.0 168235.40625 1111999.0 168245.5625 1112050.0 168255.75 1112100.0 168265.921875 1112149.0 168276.09375 1112200.0 168286.28125 1112250.0 168296.453125 1112299.0 168306.625 1112350.0 168316.8125 1112400.0 168326.984375 1112449.0 168337.15625 1112500.0 168347.328125 1112550.0 168357.515625 1112599.0 168367.6875 1112650.0 168377.875 1112700.0 168388.0625 1112749.0 168398.234375 1112800.0 168408.40625 1112850.0 168418.59375 1112899.0 168428.78125 1112950.0 168438.96875 1113000.0 168449.140625 1113049.0 168459.34375 1113100.0 168469.53125 1113150.0 168479.703125 1113199.0 168489.90625 1113250.0 168500.078125 1113300.0 168510.265625 1113349.0 168520.4375 1113400.0 168530.625 1113450.0 168540.8125 1113499.0 168551.0 1113550.0 168561.1875 1113600.0 168571.375 1113649.0 168581.5625 1113700.0 168591.75 1113750.0 168601.953125 1113799.0 168612.15625 1113850.0 168622.34375 1113900.0 168632.546875 1113949.0 168642.75 1114000.0 168652.953125 1114050.0 168663.15625 1114099.0 168673.375 1114150.0 168683.578125 1114200.0 168693.796875 1114249.0 168704.015625 1114300.0 168714.203125 1114350.0 168724.34375 1114399.0 168734.5 1114450.0 168744.671875 1114500.0 168754.828125 1114549.0 168765.0 1114600.0 168775.15625 1114650.0 168785.3125 1114699.0 168795.484375 1114750.0 168805.609375 1114800.0 168815.75 1114849.0 168825.890625 1114900.0 168836.03125 1114950.0 168846.171875 1114999.0 168856.3125 1115050.0 168866.484375 1115100.0 168876.640625 1115149.0 168886.796875 1115200.0 168896.96875 1115250.0 168907.125 1115299.0 168917.28125 1115350.0 168927.453125 1115400.0 168937.609375 1115449.0 168947.78125 1115500.0 168957.9375 1115550.0 168968.09375 1115599.0 168978.265625 1115650.0 168988.4375 1115700.0 168998.609375 1115749.0 169008.78125 1115800.0 169018.9375 1115850.0 169029.109375 1115899.0 169039.28125 1115950.0 169049.4375 1116000.0 169059.59375 1116049.0 169069.75 1116100.0 169079.921875 1116150.0 169090.09375 1116199.0 169100.25 1116250.0 169110.40625 1116300.0 169120.5625 1116349.0 169130.71875 1116400.0 169140.890625 1116450.0 169151.0625 1116499.0 169161.21875 1116550.0 169171.390625 1116600.0 169181.5625 1116649.0 169191.734375 1116700.0 169201.90625 1116750.0 169212.0625 1116799.0 169222.25 1116850.0 169232.40625 1116900.0 169242.578125 1116949.0 169252.75 1117000.0 169262.90625 1117050.0 169273.0625 1117099.0 169283.21875 1117150.0 169293.390625 1117200.0 169303.546875 1117249.0 169313.71875 1117300.0 169323.875 1117350.0 169334.046875 1117399.0 169344.21875 1117450.0 169354.375 1117500.0 169364.546875 1117549.0 169374.71875 1117600.0 169384.875 1117650.0 169395.0625 1117699.0 169405.21875 1117750.0 169415.390625 1117800.0 169425.5625 1117849.0 169435.734375 1117900.0 169445.90625 1117950.0 169456.078125 1117999.0 169466.25 1118050.0 169476.421875 1118100.0 169486.59375 1118149.0 169496.765625 1118200.0 169506.9375 1118250.0 169517.109375 1118299.0 169527.28125 1118350.0 169537.453125 1118400.0 169547.625 1118449.0 169557.8125 1118500.0 169567.984375 1118550.0 169578.15625 1118599.0 169588.34375 1118650.0 169598.53125 1118700.0 169608.703125 1118749.0 169618.890625 1118800.0 169629.0625 1118850.0 169639.234375 1118899.0 169649.375 1118950.0 169659.546875 1119000.0 169669.703125 1119049.0 169679.859375 1119100.0 169690.015625 1119150.0 169700.171875 1119199.0 169710.328125 1119250.0 169720.484375 1119300.0 169730.65625 1119349.0 169740.8125 1119400.0 169750.96875 1119450.0 169761.125 1119499.0 169771.28125 1119550.0 169781.4375 1119600.0 169791.59375 1119649.0 169801.75 1119700.0 169811.90625 1119750.0 169822.0625 1119799.0 169832.21875 1119850.0 169842.375 1119900.0 169852.515625 1119949.0 169862.6875 1120000.0 169872.84375 1120050.0 169883.0 1120099.0 169893.15625 1120150.0 169903.328125 1120200.0 169913.5 1120249.0 169923.65625 1120300.0 169933.828125 1120350.0 169944.0 1120399.0 169954.15625 1120450.0 169964.34375 1120500.0 169974.5 1120549.0 169984.671875 1120600.0 169994.84375 1120650.0 170005.0 1120699.0 170015.15625 1120750.0 170025.328125 1120800.0 170035.5 1120849.0 170045.6875 1120900.0 170055.84375 1120950.0 170066.03125 1120999.0 170076.1875 1121050.0 170086.375 1121100.0 170096.546875 1121149.0 170106.71875 1121200.0 170116.90625 1121250.0 170127.09375 1121299.0 170137.265625 1121350.0 170147.453125 1121400.0 170157.65625 1121449.0 170167.828125 1121500.0 170178.015625 1121550.0 170188.21875 1121599.0 170198.40625 1121650.0 170208.59375 1121700.0 170218.796875 1121749.0 170228.984375 1121800.0 170239.1875 1121850.0 170249.40625 1121899.0 170259.59375 1121950.0 170269.8125 1122000.0 170280.0 1122049.0 170290.21875 1122100.0 170300.4375 1122150.0 170310.671875 1122199.0 170320.890625 1122250.0 170331.109375 1122300.0 170341.328125 1122349.0 170351.53125 1122400.0 170361.75 1122450.0 170371.96875 1122499.0 170382.15625 1122550.0 170392.390625 1122600.0 170402.59375 1122649.0 170412.8125 1122700.0 170423.03125 1122750.0 170433.25 1122799.0 170443.46875 1122850.0 170453.6875 1122900.0 170463.90625 1122949.0 170474.140625 1123000.0 170484.375 1123050.0 170494.59375 1123099.0 170504.8125 1123150.0 170515.03125 1123200.0 170525.21875 1123249.0 170535.421875 1123300.0 170545.625 1123350.0 170555.8125 1123399.0 170566.015625 1123450.0 170576.21875 1123500.0 170586.40625 1123549.0 170596.625 1123600.0 170606.8125 1123650.0 170617.0 1123699.0 170627.203125 1123750.0 170637.40625 1123800.0 170647.59375 1123849.0 170657.796875 1123900.0 170667.984375 1123950.0 170678.1875 1123999.0 170688.375 1124050.0 170698.578125 1124100.0 170708.78125 1124149.0 170718.96875 1124200.0 170729.171875 1124250.0 170739.375 1124299.0 170749.5625 1124350.0 170759.765625 1124400.0 170769.96875 1124449.0 170780.15625 1124500.0 170790.34375 1124550.0 170800.5 1124599.0 170810.65625 1124650.0 170820.8125 1124700.0 170830.953125 1124749.0 170841.109375 1124800.0 170851.265625 1124850.0 170861.421875 1124899.0 170871.578125 1124950.0 170881.734375 1125000.0 170891.890625 1125049.0 170902.046875 1125100.0 170912.21875 1125150.0 170922.359375 1125199.0 170932.5 1125250.0 170942.625 1125300.0 170952.78125 1125349.0 170962.9375 1125400.0 170973.0625 1125450.0 170983.21875 1125499.0 170993.359375 1125550.0 171003.5 1125600.0 171013.65625 1125649.0 171023.8125 1125700.0 171033.9375 1125750.0 171044.09375 1125799.0 171054.21875 1125850.0 171064.375 1125900.0 171074.53125 1125949.0 171084.671875 1126000.0 171094.828125 1126050.0 171104.984375 1126099.0 171115.140625 1126150.0 171125.28125 1126200.0 171135.4375 1126249.0 171145.609375 1126300.0 171155.78125 1126350.0 171165.9375 1126399.0 171176.09375 1126450.0 171186.25 1126500.0 171196.40625 1126549.0 171206.5625 1126600.0 171216.71875 1126650.0 171226.875 1126699.0 171237.0 1126750.0 171247.15625 1126800.0 171257.296875 1126849.0 171267.4375 1126900.0 171277.59375 1126950.0 171287.75 1126999.0 171297.90625 1127050.0 171308.046875 1127100.0 171318.203125 1127149.0 171328.34375 1127200.0 171338.5 1127250.0 171348.65625 1127299.0 171358.828125 1127350.0 171368.984375 1127400.0 171379.140625 1127449.0 171389.3125 1127500.0 171399.46875 1127550.0 171409.640625 1127599.0 171419.796875 1127650.0 171429.96875 1127700.0 171440.140625 1127749.0 171450.3125 1127800.0 171460.46875 1127850.0 171470.625 1127899.0 171480.78125 1127950.0 171490.921875 1128000.0 171501.078125 1128049.0 171511.21875 1128100.0 171521.34375 1128150.0 171531.5 1128199.0 171541.65625 1128250.0 171551.8125 1128300.0 171561.96875 1128349.0 171572.125 1128400.0 171582.28125 1128450.0 171592.453125 1128499.0 171602.609375 1128550.0 171612.78125 1128600.0 171622.9375 1128649.0 171633.09375 1128700.0 171643.265625 1128750.0 171653.453125 1128799.0 171663.625 1128850.0 171673.8125 1128900.0 171683.984375 1128949.0 171694.171875 1129000.0 171704.34375 1129050.0 171714.5 1129099.0 171724.65625 1129150.0 171734.828125 1129200.0 171745.0 1129249.0 171755.171875 1129300.0 171765.34375 1129350.0 171775.515625 1129399.0 171785.6875 1129450.0 171795.875 1129500.0 171806.03125 1129549.0 171816.15625 1129600.0 171826.328125 1129650.0 171836.484375 1129699.0 171846.640625 1129750.0 171856.8125 1129800.0 171866.96875 1129849.0 171877.09375 1129900.0 171887.25 1129950.0 171897.40625 1129999.0 171907.53125 1130050.0 171917.6875 1130100.0 171927.859375 1130149.0 171938.015625 1130200.0 171948.171875 1130250.0 171958.328125 1130299.0 171968.5 1130350.0 171978.65625 1130400.0 171988.8125 1130449.0 171998.96875 1130500.0 172009.125 1130550.0 172019.296875 1130599.0 172029.453125 1130650.0 172039.609375 1130700.0 172049.75 1130749.0 172059.90625 1130800.0 172070.0625 1130850.0 172080.21875 1130899.0 172090.375 1130950.0 172100.53125 1131000.0 172110.6875 1131049.0 172120.859375 1131100.0 172131.015625 1131150.0 172141.171875 1131199.0 172151.328125 1131250.0 172161.5 1131300.0 172171.65625 1131349.0 172181.84375 1131400.0 172192.0 1131450.0 172202.171875 1131499.0 172212.34375 1131550.0 172222.515625 1131600.0 172232.6875 1131649.0 172242.84375 1131700.0 172253.0 1131750.0 172263.15625 1131799.0 172273.296875 1131850.0 172283.46875 1131900.0 172293.625 1131949.0 172303.78125 1132000.0 172313.9375 1132050.0 172324.078125 1132099.0 172334.25 1132150.0 172344.40625 1132200.0 172354.5625 1132249.0 172364.71875 1132300.0 172374.875 1132350.0 172385.03125 1132399.0 172395.203125 1132450.0 172405.375 1132500.0 172415.53125 1132549.0 172425.703125 1132600.0 172435.84375 1132650.0 172446.03125 1132699.0 172456.203125 1132750.0 172466.375 1132800.0 172476.5625 1132849.0 172486.734375 1132900.0 172496.90625 1132950.0 172507.09375 1132999.0 172517.28125 1133050.0 172527.4375 1133100.0 172537.65625 1133149.0 172547.828125 1133200.0 172558.015625 1133250.0 172568.21875 1133299.0 172578.421875 1133350.0 172588.609375 1133400.0 172598.8125 1133449.0 172609.03125 1133500.0 172619.25 1133550.0 172629.46875 1133599.0 172639.6875 1133650.0 172649.890625 1133700.0 172660.109375 1133749.0 172670.328125 1133800.0 172680.53125 1133850.0 172690.75 1133899.0 172700.96875 1133950.0 172711.171875 1134000.0 172721.375 1134049.0 172731.59375 1134100.0 172741.8125 1134150.0 172752.03125 1134199.0 172762.25 1134250.0 172772.46875 1134300.0 172782.6875 1134349.0 172792.90625 1134400.0 172803.140625 1134450.0 172813.375 1134499.0 172823.609375 1134550.0 172833.84375 1134600.0 172844.046875 1134649.0 172854.234375 1134700.0 172864.4375 1134750.0 172874.625 1134799.0 172884.828125 1134850.0 172895.03125 1134900.0 172905.234375 1134949.0 172915.4375 1135000.0 172925.625 1135050.0 172935.8125 1135099.0 172946.015625 1135150.0 172956.21875 1135200.0 172966.40625 1135249.0 172976.609375 1135300.0 172986.8125 1135350.0 172997.015625 1135399.0 173007.21875 1135450.0 173017.421875 1135500.0 173027.625 1135549.0 173037.8125 1135600.0 173048.0 1135650.0 173058.1875 1135699.0 173068.375 1135750.0 173078.5625 1135800.0 173088.765625 1135849.0 173098.96875 1135900.0 173109.15625 1135950.0 173119.359375 1135999.0 173129.5625 1136050.0 173139.765625 1136100.0 173149.96875 1136149.0 173160.15625 1136200.0 173170.359375 1136250.0 173180.5625 1136299.0 173190.765625 1136350.0 173200.96875 1136400.0 173211.1875 1136449.0 173221.40625 1136500.0 173231.59375 1136550.0 173241.796875 1136599.0 173252.0 1136650.0 173262.1875 1136700.0 173272.390625 1136749.0 173282.59375 1136800.0 173292.78125 1136850.0 173302.96875 1136899.0 173313.171875 1136950.0 173323.375 1137000.0 173333.5625 1137049.0 173343.765625 1137100.0 173353.96875 1137150.0 173364.1875 1137199.0 173374.390625 1137250.0 173384.59375 1137300.0 173394.78125 1137349.0 173404.984375 1137400.0 173415.1875 1137450.0 173425.390625 1137499.0 173435.59375 1137550.0 173445.796875 1137600.0 173456.0 1137649.0 173466.21875 1137700.0 173476.421875 1137750.0 173486.625 1137799.0 173496.84375 1137850.0 173507.0625 1137900.0 173517.25 1137949.0 173527.453125 1138000.0 173537.65625 1138050.0 173547.84375 1138099.0 173558.046875 1138150.0 173568.25 1138200.0 173578.453125 1138249.0 173588.640625 1138300.0 173598.84375 1138350.0 173609.03125 1138399.0 173619.21875 1138450.0 173629.40625 1138500.0 173639.609375 1138549.0 173649.8125 1138600.0 173660.0 1138650.0 173670.1875 1138699.0 173680.375 1138750.0 173690.578125 1138800.0 173700.78125 1138849.0 173710.96875 1138900.0 173721.15625 1138950.0 173731.359375 1138999.0 173741.546875 1139050.0 173751.734375 1139100.0 173761.921875 1139149.0 173772.125 1139200.0 173782.296875 1139250.0 173792.484375 1139299.0 173802.65625 1139350.0 173812.84375 1139400.0 173823.03125 1139449.0 173833.234375 1139500.0 173843.421875 1139550.0 173853.609375 1139599.0 173863.4375 1139650.0 173873.609375 1139700.0 173883.796875 1139749.0 173893.71875 1139800.0 173903.921875 1139850.0 173913.890625 1139899.0 173924.0625 1139950.0 173932.640625 1140000.0 173941.96875 1140049.0 173951.25 1140100.0 173961.4375 1140150.0 173971.21875 1140199.0 173980.9375 1140250.0 173990.90625 1140300.0 174000.546875 1140349.0 174010.515625 1140400.0 174020.03125 1140450.0 174030.234375 1140499.0 174040.09375 1140550.0 174050.359375 1140600.0 174060.421875 1140649.0 174070.25 1140700.0 174080.3125 1140750.0 174090.1875 1140799.0 174101.671875 1140850.0 174111.78125 1140900.0 174121.8125 1140949.0 174132.03125 1141000.0 174142.265625 1141050.0 174152.3125 1141099.0 174162.5625 1141150.0 174172.59375 1141200.0 174183.734375 1141249.0 174193.859375 1141300.0 174204.1875 1141350.0 174214.625 1141399.0 174224.984375 1141450.0 174235.15625 1141500.0 174245.59375 1141549.0 174256.46875 1141600.0 174267.078125 1141650.0 174277.71875 1141699.0 174288.3125 1141750.0 174298.5625 1141800.0 174309.03125 1141849.0 174319.6875 1141900.0 174329.84375 1141950.0 174340.59375 1141999.0 174351.0 1142050.0 174361.4375 1142100.0 174371.859375 1142149.0 174382.09375 1142200.0 174393.25 1142250.0 174403.46875 1142299.0 174414.1875 1142350.0 174424.59375 1142400.0 174434.90625 1142449.0 174445.4375 1142500.0 174455.78125 1142550.0 174466.25 1142599.0 174476.5 1142650.0 174486.625 1142700.0 174496.765625 1142749.0 174506.90625 1142800.0 174517.03125 1142850.0 174527.6875 1142899.0 174537.84375 1142950.0 174547.984375 1143000.0 174558.125 1143049.0 174568.21875 1143100.0 174578.328125 1143150.0 174588.4375 1143199.0 174598.5625 1143250.0 174608.6875 1143300.0 174618.8125 1143349.0 174628.9375 1143400.0 174639.0625 1143450.0 174649.1875 1143499.0 174659.3125 1143550.0 174669.453125 1143600.0 174679.59375 1143649.0 174689.75 1143700.0 174699.890625 1143750.0 174710.03125 1143799.0 174720.1875 1143850.0 174730.34375 1143900.0 174740.484375 1143949.0 174750.640625 1144000.0 174760.796875 1144050.0 174770.953125 1144099.0 174781.109375 1144150.0 174791.265625 1144200.0 174801.4375 1144249.0 174811.59375 1144300.0 174821.75 1144350.0 174831.90625 1144399.0 174842.046875 1144450.0 174852.1875 1144500.0 174862.34375 1144549.0 174872.46875 1144600.0 174882.625 1144650.0 174892.75 1144699.0 174902.875 1144750.0 174913.0 1144800.0 174923.125 1144849.0 174933.265625 1144900.0 174943.40625 1144950.0 174953.53125 1144999.0 174963.6875 1145050.0 174973.828125 1145100.0 174983.96875 1145149.0 174994.125 1145200.0 175004.28125 1145250.0 175014.4375 1145299.0 175024.578125 1145350.0 175034.734375 1145400.0 175044.890625 1145449.0 175055.0625 1145500.0 175065.21875 1145550.0 175075.375 1145599.0 175085.53125 1145650.0 175095.703125 1145700.0 175105.859375 1145749.0 175116.015625 1145800.0 175126.1875 1145850.0 175136.34375 1145899.0 175146.5 1145950.0 175156.6875 1146000.0 175166.8125 1146049.0 175176.953125 1146100.0 175187.09375 1146150.0 175197.21875 1146199.0 175207.375 1146250.0 175217.515625 1146300.0 175227.65625 1146349.0 175237.78125 1146400.0 175247.921875 1146450.0 175258.0625 1146499.0 175268.1875 1146550.0 175278.328125 1146600.0 175288.46875 1146649.0 175298.59375 1146700.0 175308.71875 1146750.0 175318.859375 1146799.0 175328.984375 1146850.0 175339.125 1146900.0 175349.25 1146949.0 175359.390625 1147000.0 175369.5 1147050.0 175379.625 1147099.0 175389.75 1147150.0 175399.859375 1147200.0 175409.984375 1147249.0 175420.109375 1147300.0 175430.234375 1147350.0 175440.375 1147399.0 175450.5 1147450.0 175460.625 1147500.0 175470.765625 1147549.0 175480.890625 1147600.0 175491.03125 1147650.0 175501.15625 1147699.0 175511.28125 1147750.0 175521.40625 1147800.0 175531.53125 1147849.0 175541.65625 1147900.0 175551.78125 1147950.0 175561.90625 1147999.0 175572.03125 1148050.0 175582.15625 1148100.0 175592.28125 1148149.0 175602.40625 1148200.0 175612.546875 1148250.0 175622.6875 1148299.0 175632.8125 1148350.0 175642.9375 1148400.0 175653.09375 1148449.0 175663.234375 1148500.0 175673.375 1148550.0 175683.5 1148599.0 175693.625 1148650.0 175703.78125 1148700.0 175713.90625 1148749.0 175724.0625 1148800.0 175734.203125 1148850.0 175744.28125 1148899.0 175754.3125 1148950.0 175764.359375 1149000.0 175774.40625 1149049.0 175784.484375 1149100.0 175794.5625 1149150.0 175804.640625 1149199.0 175814.734375 1149250.0 175824.8125 1149300.0 175834.90625 1149349.0 175845.015625 1149400.0 175855.125 1149450.0 175865.234375 1149499.0 175875.34375 1149550.0 175885.46875 1149600.0 175895.59375 1149649.0 175905.71875 1149700.0 175915.84375 1149750.0 175925.984375 1149799.0 175936.125 1149850.0 175946.265625 1149900.0 175956.40625 1149949.0 175966.546875 1150000.0 175976.6875 1150050.0 175986.84375 1150099.0 175996.984375 1150150.0 176007.125 1150200.0 176017.28125 1150249.0 176027.421875 1150300.0 176037.578125 1150350.0 176047.71875 1150399.0 176057.875 1150450.0 176068.03125 1150500.0 176078.1875 1150549.0 176088.34375 1150600.0 176098.5 1150650.0 176108.65625 1150699.0 176118.8125 1150750.0 176128.96875 1150800.0 176139.125 1150849.0 176149.296875 1150900.0 176159.453125 1150950.0 176169.625 1150999.0 176179.78125 1151050.0 176189.953125 1151100.0 176200.125 1151149.0 176210.296875 1151200.0 176220.46875 1151250.0 176230.625 1151299.0 176240.8125 1151350.0 176250.984375 1151400.0 176261.15625 1151449.0 176271.328125 1151500.0 176281.5 1151550.0 176291.6875 1151599.0 176301.84375 1151650.0 176312.03125 1151700.0 176322.21875 1151749.0 176332.40625 1151800.0 176342.59375 1151850.0 176352.78125 1151899.0 176362.984375 1151950.0 176373.1875 1152000.0 176383.375 1152049.0 176393.578125 1152100.0 176403.78125 1152150.0 176413.984375 1152199.0 176424.1875 1152250.0 176434.40625 1152300.0 176444.625 1152349.0 176454.828125 1152400.0 176465.03125 1152450.0 176475.25 1152499.0 176485.453125 1152550.0 176495.65625 1152600.0 176505.875 1152649.0 176516.09375 1152700.0 176526.28125 1152750.0 176536.5 1152799.0 176546.71875 1152850.0 176556.921875 1152900.0 176567.140625 1152949.0 176577.375 1153000.0 176587.59375 1153050.0 176597.8125 1153099.0 176608.03125 1153150.0 176618.25 1153200.0 176628.46875 1153249.0 176638.6875 1153300.0 176648.90625 1153350.0 176659.140625 1153399.0 176669.359375 1153450.0 176679.578125 1153500.0 176689.8125 1153549.0 176700.03125 1153600.0 176710.25 1153650.0 176720.484375 1153699.0 176730.703125 1153750.0 176740.921875 1153800.0 176751.15625 1153849.0 176761.34375 1153900.0 176771.53125 1153950.0 176781.71875 1153999.0 176791.90625 1154050.0 176802.09375 1154100.0 176812.28125 1154149.0 176822.46875 1154200.0 176832.59375 1154250.0 176842.671875 1154299.0 176852.75 1154350.0 176862.84375 1154400.0 176872.90625 1154449.0 176883.015625 1154500.0 176893.125 1154550.0 176903.21875 1154599.0 176913.328125 1154650.0 176923.453125 1154700.0 176933.578125 1154749.0 176943.703125 1154800.0 176953.828125 1154850.0 176963.96875 1154899.0 176974.09375 1154950.0 176984.25 1155000.0 176994.375 1155049.0 177004.53125 1155100.0 177014.6875 1155150.0 177024.828125 1155199.0 177034.984375 1155250.0 177045.125 1155300.0 177055.28125 1155349.0 177065.4375 1155400.0 177075.609375 1155450.0 177085.765625 1155499.0 177095.921875 1155550.0 177106.078125 1155600.0 177116.234375 1155649.0 177126.390625 1155700.0 177136.53125 1155750.0 177146.6875 1155799.0 177156.828125 1155850.0 177166.96875 1155900.0 177177.125 1155949.0 177187.28125 1156000.0 177197.40625 1156050.0 177207.5625 1156099.0 177217.703125 1156150.0 177227.84375 1156200.0 177238.0 1156249.0 177248.125 1156300.0 177258.25 1156350.0 177268.375 1156399.0 177278.5 1156450.0 177288.625 1156500.0 177298.765625 1156549.0 177308.90625 1156600.0 177319.046875 1156650.0 177329.1875 1156699.0 177339.34375 1156750.0 177349.5 1156800.0 177359.640625 1156849.0 177369.796875 1156900.0 177379.953125 1156950.0 177390.109375 1156999.0 177400.25 1157050.0 177410.40625 1157100.0 177420.53125 1157149.0 177430.671875 1157200.0 177440.8125 1157250.0 177450.96875 1157299.0 177461.109375 1157350.0 177471.25 1157400.0 177481.40625 1157449.0 177491.546875 1157500.0 177501.6875 1157550.0 177511.84375 1157599.0 177522.0 1157650.0 177532.15625 1157700.0 177542.296875 1157749.0 177552.4375 1157800.0 177562.5625 1157850.0 177572.6875 1157899.0 177582.828125 1157950.0 177592.96875 1158000.0 177603.09375 1158049.0 177613.21875 1158100.0 177623.34375 1158150.0 177633.46875 1158199.0 177643.59375 1158250.0 177653.734375 1158300.0 177663.875 1158349.0 177674.0 1158400.0 177684.125 1158450.0 177694.21875 1158499.0 177704.34375 1158550.0 177714.46875 1158600.0 177724.59375 1158649.0 177734.71875 1158700.0 177744.859375 1158750.0 177755.0 1158799.0 177765.15625 1158850.0 177775.28125 1158900.0 177785.4375 1158949.0 177795.578125 1159000.0 177805.703125 1159050.0 177815.84375 1159099.0 177825.96875 1159150.0 177836.109375 1159200.0 177846.25 1159249.0 177856.390625 1159300.0 177866.546875 1159350.0 177876.6875 1159399.0 177886.84375 1159450.0 177897.0 1159500.0 177907.140625 1159549.0 177917.296875 1159600.0 177927.453125 1159650.0 177937.609375 1159699.0 177947.75 1159750.0 177957.90625 1159800.0 177968.03125 1159849.0 177978.1875 1159900.0 177988.3125 1159950.0 177998.46875 1159999.0 178008.59375 1160050.0 178018.75 1160100.0 178028.890625 1160149.0 178039.03125 1160200.0 178049.1875 1160250.0 178059.34375 1160299.0 178069.484375 1160350.0 178079.609375 1160400.0 178089.75 1160449.0 178099.875 1160500.0 178110.0 1160550.0 178120.140625 1160599.0 178130.265625 1160650.0 178140.390625 1160700.0 178150.515625 1160749.0 178160.65625 1160800.0 178170.765625 1160850.0 178180.875 1160899.0 178190.96875 1160950.0 178201.09375 1161000.0 178211.203125 1161049.0 178221.328125 1161100.0 178231.46875 1161150.0 178241.59375 1161199.0 178251.71875 1161250.0 178261.859375 1161300.0 178272.0 1161349.0 178282.15625 1161400.0 178292.28125 1161450.0 178302.4375 1161499.0 178312.59375 1161550.0 178322.734375 1161600.0 178332.875 1161649.0 178343.03125 1161700.0 178353.1875 1161750.0 178363.34375 1161799.0 178373.5 1161850.0 178383.65625 1161900.0 178393.8125 1161949.0 178403.96875 1162000.0 178414.125 1162050.0 178424.28125 1162099.0 178434.4375 1162150.0 178444.59375 1162200.0 178454.75 1162249.0 178464.90625 1162300.0 178475.0625 1162350.0 178485.234375 1162399.0 178495.40625 1162450.0 178505.5625 1162500.0 178515.6875 1162549.0 178525.8125 1162600.0 178535.9375 1162650.0 178546.0625 1162699.0 178556.1875 1162750.0 178566.3125 1162800.0 178576.4375 1162849.0 178586.5625 1162900.0 178596.6875 1162950.0 178606.8125 1162999.0 178616.9375 1163050.0 178627.0625 1163100.0 178637.15625 1163149.0 178647.28125 1163200.0 178657.390625 1163250.0 178667.515625 1163299.0 178677.640625 1163350.0 178687.765625 1163400.0 178697.875 1163449.0 178708.0 1163500.0 178718.125 1163550.0 178728.234375 1163599.0 178738.359375 1163650.0 178748.46875 1163700.0 178758.59375 1163749.0 178768.71875 1163800.0 178778.859375 1163850.0 178789.0 1163899.0 178799.125 1163950.0 178809.25 1164000.0 178819.390625 1164049.0 178829.53125 1164100.0 178839.59375 1164150.0 178849.640625 1164199.0 178859.6875 1164250.0 178869.765625 1164300.0 178879.84375 1164349.0 178889.9375 1164400.0 178900.03125 1164450.0 178910.125 1164499.0 178920.25 1164550.0 178930.34375 1164600.0 178940.46875 1164649.0 178950.578125 1164700.0 178960.71875 1164750.0 178970.84375 1164799.0 178980.96875 1164850.0 178991.109375 1164900.0 179001.25 1164949.0 179011.375 1165000.0 179021.53125 1165050.0 179031.671875 1165099.0 179041.8125 1165150.0 179051.953125 1165200.0 179062.09375 1165249.0 179072.234375 1165300.0 179082.375 1165350.0 179092.53125 1165399.0 179102.6875 1165450.0 179112.828125 1165500.0 179122.984375 1165549.0 179133.140625 1165600.0 179143.28125 1165650.0 179153.4375 1165699.0 179163.59375 1165750.0 179173.734375 1165800.0 179183.890625 1165849.0 179194.046875 1165900.0 179204.21875 1165950.0 179214.375 1165999.0 179224.53125 1166050.0 179234.6875 1166100.0 179244.84375 1166149.0 179255.015625 1166200.0 179265.1875 1166250.0 179275.34375 1166299.0 179285.5 1166350.0 179295.65625 1166400.0 179305.8125 1166449.0 179316.0 1166500.0 179326.15625 1166550.0 179336.328125 1166599.0 179346.5 1166650.0 179356.6875 1166700.0 179366.859375 1166749.0 179377.03125 1166800.0 179387.21875 1166850.0 179397.390625 1166899.0 179407.5625 1166950.0 179417.75 1167000.0 179427.9375 1167049.0 179438.125 1167100.0 179448.3125 1167150.0 179458.5 1167199.0 179468.6875 1167250.0 179478.875 1167300.0 179489.03125 1167349.0 179499.1875 1167400.0 179509.34375 1167450.0 179519.5 1167499.0 179529.65625 1167550.0 179539.8125 1167600.0 179549.96875 1167649.0 179560.125 1167700.0 179570.296875 1167750.0 179580.4375 1167799.0 179590.609375 1167850.0 179600.765625 1167900.0 179610.9375 1167949.0 179621.09375 1168000.0 179631.28125 1168050.0 179641.4375 1168099.0 179651.59375 1168150.0 179661.75 1168200.0 179671.90625 1168249.0 179682.0625 1168300.0 179692.21875 1168350.0 179702.375 1168399.0 179712.53125 1168450.0 179722.6875 1168500.0 179732.84375 1168549.0 179743.015625 1168600.0 179753.1875 1168650.0 179763.34375 1168699.0 179773.484375 1168750.0 179783.625 1168800.0 179793.765625 1168849.0 179803.90625 1168900.0 179814.03125 1168950.0 179824.1875 1168999.0 179834.3125 1169050.0 179844.46875 1169100.0 179854.625 1169149.0 179864.765625 1169200.0 179874.90625 1169250.0 179885.0625 1169299.0 179895.203125 1169350.0 179905.359375 1169400.0 179915.5 1169449.0 179925.65625 1169500.0 179935.8125 1169550.0 179945.96875 1169599.0 179956.125 1169650.0 179966.28125 1169700.0 179976.4375 1169749.0 179986.59375 1169800.0 179996.734375 1169850.0 180006.890625 1169899.0 180017.03125 1169950.0 180027.1875 1170000.0 180037.328125 1170049.0 180047.484375 1170100.0 180057.625 1170150.0 180067.78125 1170199.0 180077.9375 1170250.0 180088.09375 1170300.0 180098.25 1170349.0 180108.40625 1170400.0 180118.5625 1170450.0 180128.71875 1170499.0 180138.875 1170550.0 180149.03125 1170600.0 180159.1875 1170649.0 180169.34375 1170700.0 180179.515625 1170750.0 180189.6875 1170799.0 180199.84375 1170850.0 180210.0 1170900.0 180220.15625 1170949.0 180230.3125 1171000.0 180240.46875 1171050.0 180250.625 1171099.0 180260.78125 1171150.0 180270.953125 1171200.0 180281.109375 1171249.0 180291.28125 1171300.0 180301.4375 1171350.0 180311.625 1171399.0 180321.78125 1171450.0 180331.953125 1171500.0 180342.09375 1171549.0 180352.25 1171600.0 180362.40625 1171650.0 180372.5625 1171699.0 180382.71875 1171750.0 180392.875 1171800.0 180403.03125 1171849.0 180413.1875 1171900.0 180423.34375 1171950.0 180433.5 1171999.0 180443.65625 1172050.0 180453.828125 1172100.0 180464.0 1172149.0 180474.15625 1172200.0 180484.328125 1172250.0 180494.5 1172299.0 180504.65625 1172350.0 180514.84375 1172400.0 180525.0 1172449.0 180535.171875 1172500.0 180545.34375 1172550.0 180555.515625 1172599.0 180565.6875 1172650.0 180575.859375 1172700.0 180586.03125 1172749.0 180596.203125 1172800.0 180606.375 1172850.0 180616.5625 1172899.0 180626.734375 1172950.0 180636.921875 1173000.0 180647.09375 1173049.0 180657.25 1173100.0 180667.4375 1173150.0 180677.609375 1173199.0 180687.78125 1173250.0 180697.96875 1173300.0 180708.15625 1173349.0 180718.328125 1173400.0 180728.515625 1173450.0 180738.703125 1173499.0 180748.875 1173550.0 180759.0625 1173600.0 180769.25 1173649.0 180779.4375 1173700.0 180789.625 1173750.0 180799.796875 1173799.0 180809.96875 1173850.0 180820.15625 1173900.0 180830.28125 1173949.0 180840.40625 1174000.0 180850.53125 1174050.0 180860.65625 1174099.0 180870.78125 1174150.0 180880.90625 1174200.0 180891.0625 1174249.0 180901.1875 1174300.0 180911.328125 1174350.0 180921.40625 1174399.0 180931.46875 1174450.0 180941.53125 1174500.0 180951.609375 1174549.0 180961.65625 1174600.0 180971.75 1174650.0 180981.84375 1174699.0 180991.953125 1174750.0 181002.0625 1174800.0 181012.1875 1174849.0 181022.28125 1174900.0 181032.40625 1174950.0 181042.53125 1174999.0 181052.65625 1175050.0 181062.796875 1175100.0 181072.9375 1175149.0 181083.0625 1175200.0 181093.21875 1175250.0 181103.34375 1175299.0 181113.5 1175350.0 181123.65625 1175400.0 181133.78125 1175449.0 181143.9375 1175500.0 181154.078125 1175550.0 181164.21875 1175599.0 181174.375 1175650.0 181184.515625 1175700.0 181194.671875 1175749.0 181204.8125 1175800.0 181214.96875 1175850.0 181225.125 1175899.0 181235.265625 1175950.0 181245.40625 1176000.0 181255.5625 1176049.0 181265.703125 1176100.0 181275.84375 1176150.0 181286.0 1176199.0 181296.140625 1176250.0 181306.28125 1176300.0 181316.421875 1176349.0 181326.5625 1176400.0 181336.71875 1176450.0 181346.875 1176499.0 181357.015625 1176550.0 181367.15625 1176600.0 181377.3125 1176649.0 181387.46875 1176700.0 181397.609375 1176750.0 181407.765625 1176799.0 181417.90625 1176850.0 181428.0625 1176900.0 181438.21875 1176949.0 181448.359375 1177000.0 181458.53125 1177050.0 181468.671875 1177099.0 181478.828125 1177150.0 181489.0 1177200.0 181499.15625 1177249.0 181509.3125 1177300.0 181519.484375 1177350.0 181529.625 1177399.0 181539.78125 1177450.0 181549.9375 1177500.0 181560.09375 1177549.0 181570.25 1177600.0 181580.40625 1177650.0 181590.5625 1177699.0 181600.71875 1177750.0 181610.875 1177800.0 181621.046875 1177849.0 181631.203125 1177900.0 181641.375 1177950.0 181651.53125 1177999.0 181661.703125 1178050.0 181671.875 1178100.0 181682.03125 1178149.0 181692.203125 1178200.0 181702.34375 1178250.0 181712.5 1178299.0 181722.65625 1178350.0 181732.8125 1178400.0 181742.96875 1178449.0 181753.125 1178500.0 181763.28125 1178550.0 181773.4375 1178599.0 181783.59375 1178650.0 181793.75 1178700.0 181803.90625 1178749.0 181814.078125 1178800.0 181824.234375 1178850.0 181834.390625 1178899.0 181844.546875 1178950.0 181854.71875 1179000.0 181864.875 1179049.0 181875.03125 1179100.0 181885.1875 1179150.0 181895.359375 1179199.0 181905.53125 1179250.0 181915.6875 1179300.0 181925.859375 1179349.0 181936.03125 1179400.0 181946.203125 1179450.0 181956.375 1179499.0 181966.53125 1179550.0 181976.71875 1179600.0 181986.875 1179649.0 181997.046875 1179700.0 182007.21875 1179750.0 182017.390625 1179799.0 182027.53125 1179850.0 182037.6875 1179900.0 182047.84375 1179949.0 182058.0 1180000.0 182068.140625 1180050.0 182078.28125 1180099.0 182088.421875 1180150.0 182098.5625 1180200.0 182108.71875 1180249.0 182118.859375 1180300.0 182129.0 1180350.0 182139.15625 1180399.0 182149.296875 1180450.0 182159.453125 1180500.0 182169.59375 1180549.0 182179.734375 1180600.0 182189.875 1180650.0 182200.03125 1180699.0 182210.171875 1180750.0 182220.3125 1180800.0 182230.46875 1180849.0 182240.625 1180900.0 182250.765625 1180950.0 182260.90625 1180999.0 182271.0625 1181050.0 182281.203125 1181100.0 182291.34375 1181149.0 182301.5 1181200.0 182311.65625 1181250.0 182321.8125 1181299.0 182331.953125 1181350.0 182342.09375 1181400.0 182352.25 1181449.0 182362.40625 1181500.0 182372.5625 1181550.0 182382.71875 1181599.0 182392.875 1181650.0 182403.03125 1181700.0 182413.1875 1181749.0 182423.34375 1181800.0 182433.515625 1181850.0 182443.671875 1181899.0 182453.828125 1181950.0 182464.0 1182000.0 182474.15625 1182049.0 182484.3125 1182100.0 182494.46875 1182150.0 182504.625 1182199.0 182514.78125 1182250.0 182524.9375 1182300.0 182535.109375 1182349.0 182545.25 1182400.0 182555.40625 1182450.0 182565.5625 1182499.0 182575.71875 1182550.0 182585.875 1182600.0 182596.03125 1182649.0 182606.171875 1182700.0 182616.3125 1182750.0 182626.46875 1182799.0 182636.625 1182850.0 182646.78125 1182900.0 182656.9375 1182949.0 182667.09375 1183000.0 182677.25 1183050.0 182687.40625 1183099.0 182697.5625 1183150.0 182707.71875 1183200.0 182717.875 1183249.0 182728.03125 1183300.0 182738.1875 1183350.0 182748.359375 1183399.0 182758.53125 1183450.0 182768.6875 1183500.0 182778.84375 1183549.0 182789.015625 1183600.0 182799.1875 1183650.0 182809.34375 1183699.0 182819.515625 1183750.0 182829.671875 1183800.0 182839.8125 1183849.0 182849.96875 1183900.0 182860.125 1183950.0 182870.28125 1183999.0 182880.4375 1184050.0 182890.59375 1184100.0 182900.75 1184149.0 182910.90625 1184200.0 182921.0625 1184250.0 182931.21875 1184299.0 182941.375 1184350.0 182951.53125 1184400.0 182961.703125 1184449.0 182971.859375 1184500.0 182982.0 1184550.0 182992.15625 1184599.0 183002.296875 1184650.0 183012.453125 1184700.0 183022.59375 1184749.0 183032.75 1184800.0 183042.90625 1184850.0 183053.0625 1184899.0 183063.21875 1184950.0 183073.34375 1185000.0 183083.484375 1185049.0 183093.625 1185100.0 183103.75 1185150.0 183113.90625 1185199.0 183124.046875 1185250.0 183134.1875 1185300.0 183144.34375 1185349.0 183154.46875 1185400.0 183164.609375 1185450.0 183174.75 1185499.0 183184.90625 1185550.0 183195.046875 1185600.0 183205.1875 1185649.0 183215.34375 1185700.0 183225.484375 1185750.0 183235.625 1185799.0 183245.78125 1185850.0 183255.921875 1185900.0 183266.0625 1185949.0 183276.21875 1186000.0 183286.34375 1186050.0 183296.5 1186099.0 183306.640625 1186150.0 183316.78125 1186200.0 183326.9375 1186249.0 183337.078125 1186300.0 183347.21875 1186350.0 183357.359375 1186399.0 183367.515625 1186450.0 183377.625 1186500.0 183387.703125 1186549.0 183397.78125 1186600.0 183407.84375 1186650.0 183417.953125 1186699.0 183428.0625 1186750.0 183438.15625 1186800.0 183448.28125 1186849.0 183458.390625 1186900.0 183468.53125 1186950.0 183478.65625 1186999.0 183488.765625 1187050.0 183498.90625 1187100.0 183509.03125 1187149.0 183519.15625 1187200.0 183529.296875 1187250.0 183539.4375 1187299.0 183549.5625 1187350.0 183559.703125 1187400.0 183569.84375 1187449.0 183579.96875 1187500.0 183590.109375 1187550.0 183600.25 1187599.0 183610.40625 1187650.0 183620.53125 1187700.0 183630.6875 1187749.0 183640.828125 1187800.0 183650.96875 1187850.0 183661.125 1187899.0 183671.265625 1187950.0 183681.40625 1188000.0 183691.5625 1188049.0 183701.71875 1188100.0 183711.875 1188150.0 183722.015625 1188199.0 183732.15625 1188250.0 183742.3125 1188300.0 183752.46875 1188349.0 183762.609375 1188400.0 183772.75 1188450.0 183782.90625 1188499.0 183793.0625 1188550.0 183803.21875 1188600.0 183813.359375 1188649.0 183823.515625 1188700.0 183833.65625 1188750.0 183843.8125 1188799.0 183853.953125 1188850.0 183864.109375 1188900.0 183874.25 1188949.0 183884.40625 1189000.0 183894.5625 1189050.0 183904.71875 1189099.0 183914.875 1189150.0 183925.046875 1189200.0 183935.203125 1189249.0 183945.375 1189300.0 183955.53125 1189350.0 183965.6875 1189399.0 183975.84375 1189450.0 183986.0 1189500.0 183996.15625 1189549.0 184006.3125 1189600.0 184016.484375 1189650.0 184026.640625 1189699.0 184036.8125 1189750.0 184046.96875 1189800.0 184057.140625 1189849.0 184067.296875 1189900.0 184077.46875 1189950.0 184087.625 1189999.0 184097.796875 1190050.0 184107.953125 1190100.0 184118.125 1190149.0 184128.28125 1190200.0 184138.453125 1190250.0 184148.625 1190299.0 184158.78125 1190350.0 184168.96875 1190400.0 184179.125 1190449.0 184189.3125 1190500.0 184199.46875 1190550.0 184209.65625 1190599.0 184219.84375 1190650.0 184230.015625 1190700.0 184240.203125 1190749.0 184250.375 1190800.0 184260.5625 1190850.0 184270.75 1190899.0 184280.921875 1190950.0 184291.09375 1191000.0 184301.28125 1191049.0 184311.46875 1191100.0 184321.640625 1191150.0 184331.828125 1191199.0 184342.0 1191250.0 184352.1875 1191300.0 184362.375 1191349.0 184372.5625 1191400.0 184382.765625 1191450.0 184392.96875 1191499.0 184403.15625 1191550.0 184413.34375 1191600.0 184423.53125 1191649.0 184433.75 1191700.0 184443.9375 1191750.0 184454.140625 1191799.0 184464.34375 1191850.0 184474.546875 1191900.0 184484.734375 1191949.0 184494.9375 1192000.0 184505.125 1192050.0 184515.3125 1192099.0 184525.515625 1192150.0 184535.6875 1192200.0 184545.890625 1192249.0 184556.078125 1192300.0 184566.28125 1192350.0 184576.46875 1192399.0 184586.671875 1192450.0 184596.859375 1192500.0 184607.0625 1192549.0 184617.25 1192600.0 184627.453125 1192650.0 184637.65625 1192699.0 184647.84375 1192750.0 184658.03125 1192800.0 184668.21875 1192849.0 184678.4375 1192900.0 184688.625 1192950.0 184698.8125 1192999.0 184709.015625 1193050.0 184719.21875 1193100.0 184729.40625 1193149.0 184739.609375 1193200.0 184749.8125 1193250.0 184760.0 1193299.0 184770.21875 1193350.0 184780.40625 1193400.0 184790.625 1193449.0 184800.8125 1193500.0 184811.0 1193550.0 184821.21875 1193599.0 184831.40625 1193650.0 184841.609375 1193700.0 184851.8125 1193749.0 184862.03125 1193800.0 184872.21875 1193850.0 184882.4375 1193899.0 184892.625 1193950.0 184902.828125 1194000.0 184913.015625 1194049.0 184923.21875 1194100.0 184933.40625 1194150.0 184943.59375 1194199.0 184953.765625 1194250.0 184963.9375 1194300.0 184974.125 1194349.0 184984.296875 1194400.0 184994.46875 1194450.0 185004.65625 1194499.0 185014.84375 1194550.0 185025.03125 1194600.0 185035.203125 1194649.0 185045.390625 1194700.0 185055.578125 1194750.0 185065.75 1194799.0 185075.9375 1194850.0 185086.09375 1194900.0 185096.265625 1194949.0 185106.4375 1195000.0 185116.59375 1195050.0 185126.78125 1195099.0 185136.9375 1195150.0 185147.109375 1195200.0 185157.28125 1195249.0 185167.453125 1195300.0 185177.625 1195350.0 185187.8125 1195399.0 185197.96875 1195450.0 185208.15625 1195500.0 185218.328125 1195549.0 185228.515625 1195600.0 185238.6875 1195650.0 185248.875 1195699.0 185259.0625 1195750.0 185269.25 1195800.0 185279.4375 1195849.0 185289.625 1195900.0 185299.796875 1195950.0 185309.96875 1195999.0 185320.15625 1196050.0 185330.3125 1196100.0 185340.5 1196149.0 185350.671875 1196200.0 185360.84375 1196250.0 185371.03125 1196299.0 185381.203125 1196350.0 185391.375 1196400.0 185401.5625 1196449.0 185411.71875 1196500.0 185421.890625 1196550.0 185432.0625 1196599.0 185442.234375 1196650.0 185452.40625 1196700.0 185462.5625 1196749.0 185472.75 1196800.0 185482.921875 1196850.0 185493.09375 1196899.0 185503.28125 1196950.0 185513.4375 1197000.0 185523.625 1197049.0 185533.78125 1197100.0 185543.96875 1197150.0 185554.140625 1197199.0 185564.3125 1197250.0 185574.484375 1197300.0 185584.65625 1197349.0 185594.828125 1197400.0 185605.0 1197450.0 185615.15625 1197499.0 185625.34375 1197550.0 185635.5 1197600.0 185645.6875 1197649.0 185655.859375 1197700.0 185666.03125 1197750.0 185676.21875 1197799.0 185686.390625 1197850.0 185696.5625 1197900.0 185706.75 1197949.0 185716.9375 1198000.0 185727.109375 1198050.0 185737.296875 1198099.0 185747.46875 1198150.0 185757.65625 1198200.0 185767.796875 1198249.0 185777.96875 1198300.0 185788.125 1198350.0 185798.28125 1198399.0 185808.4375 1198450.0 185818.625 1198500.0 185828.78125 1198549.0 185838.96875 1198600.0 185849.125 1198650.0 185859.3125 1198699.0 185869.484375 1198750.0 185879.65625 1198800.0 185889.84375 1198849.0 185900.03125 1198900.0 185910.21875 1198950.0 185920.40625 1198999.0 185930.578125 1199050.0 185940.78125 1199100.0 185950.96875 1199149.0 185961.15625 1199200.0 185971.3125 1199250.0 185981.46875 1199299.0 185991.625 1199350.0 186001.78125 1199400.0 186011.953125 1199449.0 186022.125 1199500.0 186032.28125 1199550.0 186042.46875 1199599.0 186052.625 1199650.0 186062.8125 1199700.0 186073.0 1199749.0 186083.15625 1199800.0 186093.328125 1199850.0 186103.5 1199899.0 186113.65625 1199950.0 186123.859375 1200000.0 186134.03125 1200049.0 186144.21875 1200100.0 186154.375 1200150.0 186164.5625 1200199.0 186174.71875 1200250.0 186184.90625 1200300.0 186195.0625 1200349.0 186205.21875 1200400.0 186215.40625 1200450.0 186225.5625 1200499.0 186235.734375 1200550.0 186245.90625 1200600.0 186256.078125 1200649.0 186266.25 1200700.0 186276.421875 1200750.0 186286.59375 1200799.0 186296.765625 1200850.0 186306.921875 1200900.0 186317.09375 1200949.0 186327.265625 1201000.0 186337.4375 1201050.0 186347.609375 1201099.0 186357.78125 1201150.0 186367.953125 1201200.0 186378.125 1201249.0 186388.28125 1201300.0 186398.46875 1201350.0 186408.625 1201399.0 186418.8125 1201450.0 186428.96875 1201500.0 186439.15625 1201549.0 186449.3125 1201600.0 186459.484375 1201650.0 186469.65625 1201699.0 186479.8125 1201750.0 186490.0 1201800.0 186500.15625 1201849.0 186510.34375 1201900.0 186520.5 1201950.0 186530.6875 1201999.0 186540.84375 1202050.0 186551.03125 1202100.0 186561.1875 1202149.0 186571.375 1202200.0 186581.546875 1202250.0 186591.71875 1202299.0 186601.90625 1202350.0 186612.078125 1202400.0 186622.25 1202449.0 186632.4375 1202500.0 186642.625 1202550.0 186652.8125 1202599.0 186663.0 1202650.0 186673.15625 1202700.0 186683.328125 1202749.0 186693.5 1202800.0 186703.6875 1202850.0 186713.84375 1202899.0 186724.03125 1202950.0 186734.203125 1203000.0 186744.390625 1203049.0 186754.5625 1203100.0 186764.734375 1203150.0 186774.90625 1203199.0 186785.09375 1203250.0 186795.265625 1203300.0 186805.4375 1203349.0 186815.625 1203400.0 186825.8125 1203450.0 186835.984375 1203499.0 186846.171875 1203550.0 186856.34375 1203600.0 186866.53125 1203649.0 186876.703125 1203700.0 186886.875 1203750.0 186897.0625 1203799.0 186907.25 1203850.0 186917.4375 1203900.0 186927.625 1203949.0 186937.8125 1204000.0 186948.0 1204050.0 186958.171875 1204099.0 186968.34375 1204150.0 186978.53125 1204200.0 186988.71875 1204249.0 186998.90625 1204300.0 187009.09375 1204350.0 187019.28125 1204399.0 187029.46875 1204450.0 187039.65625 1204500.0 187049.84375 1204549.0 187060.046875 1204600.0 187070.25 1204650.0 187080.4375 1204699.0 187090.640625 1204750.0 187100.828125 1204800.0 187111.015625 1204849.0 187121.21875 1204900.0 187131.390625 1204950.0 187141.59375 1204999.0 187151.78125 1205050.0 187161.96875 1205100.0 187172.15625 1205149.0 187182.359375 1205200.0 187192.5625 1205250.0 187202.765625 1205299.0 187212.96875 1205350.0 187223.171875 1205400.0 187233.375 1205449.0 187243.578125 1205500.0 187253.78125 1205550.0 187264.0 1205599.0 187274.21875 1205650.0 187284.421875 1205700.0 187294.640625 1205749.0 187304.859375 1205800.0 187315.09375 1205850.0 187325.3125 1205899.0 187335.5 1205950.0 187345.671875 1206000.0 187355.828125 1206049.0 187366.0 1206100.0 187376.171875 1206150.0 187386.34375 1206199.0 187396.515625 1206250.0 187406.6875 1206300.0 187416.828125 1206349.0 187426.984375 1206400.0 187437.140625 1206450.0 187447.296875 1206499.0 187457.453125 1206550.0 187467.625 1206600.0 187477.78125 1206649.0 187487.953125 1206700.0 187498.125 1206750.0 187508.28125 1206799.0 187518.4375 1206850.0 187528.59375 1206900.0 187538.75 1206949.0 187548.90625 1207000.0 187559.0625 1207050.0 187569.21875 1207099.0 187579.375 1207150.0 187589.53125 1207200.0 187599.6875 1207249.0 187609.84375 1207300.0 187620.0 1207350.0 187630.15625 1207399.0 187640.34375 1207450.0 187650.484375 1207500.0 187660.625 1207549.0 187670.765625 1207600.0 187680.90625 1207650.0 187691.046875 1207699.0 187701.1875 1207750.0 187711.34375 1207800.0 187721.5 1207849.0 187731.640625 1207900.0 187741.78125 1207950.0 187751.9375 1207999.0 187762.09375 1208050.0 187772.234375 1208100.0 187782.40625 1208149.0 187792.5625 1208200.0 187802.71875 1208250.0 187812.875 1208299.0 187823.046875 1208350.0 187833.203125 1208400.0 187843.375 1208449.0 187853.53125 1208500.0 187863.71875 1208550.0 187873.875 1208599.0 187884.0625 1208650.0 187894.21875 1208700.0 187904.375 1208749.0 187914.546875 1208800.0 187924.71875 1208850.0 187934.890625 1208899.0 187945.0625 1208950.0 187955.234375 1209000.0 187965.40625 1209049.0 187975.5625 1209100.0 187985.75 1209150.0 187995.90625 1209199.0 188006.078125 1209250.0 188016.25 1209300.0 188026.421875 1209349.0 188036.578125 1209400.0 188046.75 1209450.0 188056.921875 1209499.0 188067.09375 1209550.0 188077.25 1209600.0 188087.421875 1209649.0 188097.59375 1209700.0 188107.765625 1209750.0 188117.9375 1209799.0 188128.109375 1209850.0 188138.28125 1209900.0 188148.453125 1209949.0 188158.625 1210000.0 188168.796875 1210050.0 188178.96875 1210099.0 188189.140625 1210150.0 188199.3125 1210200.0 188209.5 1210249.0 188219.671875 1210300.0 188229.84375 1210350.0 188240.03125 1210399.0 188250.1875 1210450.0 188260.375 1210500.0 188270.5625 1210549.0 188280.734375 1210600.0 188290.90625 1210650.0 188301.09375 1210699.0 188311.28125 1210750.0 188321.453125 1210800.0 188331.625 1210849.0 188341.8125 1210900.0 188352.0 1210950.0 188362.171875 1210999.0 188372.359375 1211050.0 188382.53125 1211100.0 188392.71875 1211149.0 188402.90625 1211200.0 188413.09375 1211250.0 188423.28125 1211299.0 188433.46875 1211350.0 188443.65625 1211400.0 188453.84375 1211449.0 188464.03125 1211500.0 188474.1875 1211550.0 188484.34375 1211599.0 188494.5 1211650.0 188504.671875 1211700.0 188514.84375 1211749.0 188525.0 1211800.0 188535.171875 1211850.0 188545.34375 1211899.0 188555.5 1211950.0 188565.65625 1212000.0 188575.8125 1212049.0 188585.984375 1212100.0 188596.15625 1212150.0 188606.3125 1212199.0 188616.46875 1212250.0 188626.640625 1212300.0 188636.8125 1212349.0 188646.96875 1212400.0 188657.140625 1212450.0 188667.3125 1212499.0 188677.484375 1212550.0 188687.65625 1212600.0 188697.828125 1212649.0 188708.0 1212700.0 188718.171875 1212750.0 188728.34375 1212799.0 188738.5 1212850.0 188748.6875 1212900.0 188758.859375 1212949.0 188769.03125 1213000.0 188779.21875 1213050.0 188789.40625 1213099.0 188799.578125 1213150.0 188809.75 1213200.0 188819.90625 1213249.0 188830.078125 1213300.0 188840.234375 1213350.0 188850.40625 1213399.0 188860.5625 1213450.0 188870.71875 1213500.0 188880.875 1213549.0 188891.03125 1213600.0 188901.1875 1213650.0 188911.34375 1213699.0 188921.5 1213750.0 188931.65625 1213800.0 188941.8125 1213849.0 188951.96875 1213900.0 188962.125 1213950.0 188972.28125 1213999.0 188982.4375 1214050.0 188992.609375 1214100.0 189002.78125 1214149.0 189012.953125 1214200.0 189023.109375 1214250.0 189033.28125 1214299.0 189043.453125 1214350.0 189053.625 1214400.0 189063.78125 1214449.0 189073.96875 1214500.0 189084.125 1214550.0 189094.296875 1214599.0 189104.484375 1214650.0 189114.65625 1214700.0 189124.828125 1214749.0 189135.0 1214800.0 189145.1875 1214850.0 189155.375 1214899.0 189165.53125 1214950.0 189175.71875 1215000.0 189185.890625 1215049.0 189196.0625 1215100.0 189206.25 1215150.0 189216.4375 1215199.0 189226.609375 1215250.0 189236.796875 1215300.0 189247.0 1215349.0 189257.1875 1215400.0 189267.375 1215450.0 189277.5625 1215499.0 189287.765625 1215550.0 189297.96875 1215600.0 189308.15625 1215649.0 189318.359375 1215700.0 189328.5625 1215750.0 189338.765625 1215799.0 189348.96875 1215850.0 189359.171875 1215900.0 189369.375 1215949.0 189379.59375 1216000.0 189389.8125 1216050.0 189400.03125 1216099.0 189410.25 1216150.0 189420.484375 1216200.0 189430.703125 1216249.0 189440.9375 1216300.0 189451.15625 1216350.0 189461.40625 1216399.0 189471.640625 1216450.0 189481.859375 1216500.0 189492.078125 1216549.0 189502.3125 1216600.0 189512.53125 1216650.0 189522.75 1216699.0 189532.96875 1216750.0 189543.1875 1216800.0 189553.40625 1216849.0 189563.625 1216900.0 189573.84375 1216950.0 189584.0625 1216999.0 189594.28125 1217050.0 189604.515625 1217100.0 189614.734375 1217149.0 189624.96875 1217200.0 189635.203125 1217250.0 189645.4375 1217299.0 189655.65625 1217350.0 189665.890625 1217400.0 189676.140625 1217449.0 189686.375 1217500.0 189696.5625 1217550.0 189706.75 1217599.0 189716.9375 1217650.0 189727.125 1217700.0 189737.328125 1217749.0 189747.515625 1217800.0 189757.71875 1217850.0 189767.90625 1217899.0 189778.125 1217950.0 189788.3125 1218000.0 189798.53125 1218049.0 189808.734375 1218100.0 189818.953125 1218150.0 189829.15625 1218199.0 189839.34375 1218250.0 189849.53125 1218300.0 189859.71875 1218349.0 189869.90625 1218400.0 189880.09375 1218450.0 189890.28125 1218499.0 189900.484375 1218550.0 189910.6875 1218600.0 189920.875 1218649.0 189931.09375 1218700.0 189941.28125 1218750.0 189951.5 1218799.0 189961.703125 1218850.0 189971.90625 1218900.0 189982.109375 1218949.0 189992.3125 1219000.0 190002.515625 1219050.0 190012.71875 1219099.0 190022.9375 1219150.0 190033.15625 1219200.0 190043.375 1219249.0 190053.578125 1219300.0 190063.78125 1219350.0 190073.984375 1219399.0 190084.1875 1219450.0 190094.40625 1219500.0 190104.625 1219549.0 190114.84375 1219600.0 190125.0625 1219650.0 190135.265625 1219699.0 190145.484375 1219750.0 190155.6875 1219800.0 190165.875 1219849.0 190176.078125 1219900.0 190186.265625 1219950.0 190196.453125 1219999.0 190206.65625 1220050.0 190216.84375 1220100.0 190227.046875 1220149.0 190237.25 1220200.0 190247.4375 1220250.0 190257.640625 1220299.0 190267.84375 1220350.0 190278.0625 1220400.0 190288.25 1220449.0 190298.453125 1220500.0 190308.625 1220550.0 190318.828125 1220599.0 190329.03125 1220650.0 190339.21875 1220700.0 190349.40625 1220749.0 190359.59375 1220800.0 190369.8125 1220850.0 190380.015625 1220899.0 190390.21875 1220950.0 190400.40625 1221000.0 190410.59375 1221049.0 190420.78125 1221100.0 190430.984375 1221150.0 190441.1875 1221199.0 190451.375 1221250.0 190461.578125 1221300.0 190471.78125 1221349.0 190482.0 1221400.0 190492.203125 1221450.0 190502.40625 1221499.0 190512.625 1221550.0 190522.828125 1221600.0 190533.03125 1221649.0 190543.1875 1221700.0 190553.359375 1221750.0 190563.53125 1221799.0 190573.703125 1221850.0 190583.875 1221900.0 190594.046875 1221949.0 190604.21875 1222000.0 190614.375 1222050.0 190624.53125 1222099.0 190634.6875 1222150.0 190644.84375 1222200.0 190655.0 1222249.0 190665.15625 1222300.0 190675.3125 1222350.0 190685.46875 1222399.0 190695.625 1222450.0 190705.796875 1222500.0 190715.96875 1222549.0 190726.125 1222600.0 190736.28125 1222650.0 190746.4375 1222699.0 190756.59375 1222750.0 190766.75 1222800.0 190776.90625 1222849.0 190787.0625 1222900.0 190797.21875 1222950.0 190807.375 1222999.0 190817.53125 1223050.0 190827.6875 1223100.0 190837.859375 1223149.0 190848.015625 1223200.0 190858.171875 1223250.0 190868.3125 1223299.0 190878.4375 1223350.0 190888.59375 1223400.0 190898.71875 1223449.0 190908.875 1223500.0 190919.015625 1223550.0 190929.15625 1223599.0 190939.3125 1223650.0 190949.46875 1223700.0 190959.625 1223749.0 190969.78125 1223800.0 190979.9375 1223850.0 190990.09375 1223899.0 191000.25 1223950.0 191010.40625 1224000.0 191020.578125 1224049.0 191030.734375 1224100.0 191040.90625 1224150.0 191051.0625 1224199.0 191061.21875 1224250.0 191071.375 1224300.0 191081.53125 1224349.0 191091.703125 1224400.0 191101.859375 1224450.0 191112.0 1224499.0 191122.15625 1224550.0 191132.296875 1224600.0 191142.453125 1224649.0 191152.609375 1224700.0 191162.765625 1224750.0 191172.9375 1224799.0 191183.09375 1224850.0 191193.25 1224900.0 191203.40625 1224949.0 191213.5625 1225000.0 191223.71875 1225050.0 191233.875 1225099.0 191244.0 1225150.0 191254.109375 1225200.0 191264.234375 1225249.0 191274.359375 1225300.0 191284.5 1225350.0 191294.625 1225399.0 191304.75 1225450.0 191314.890625 1225500.0 191325.015625 1225549.0 191335.15625 1225600.0 191345.296875 1225650.0 191355.421875 1225699.0 191365.5625 1225750.0 191375.703125 1225800.0 191385.859375 1225849.0 191396.0 1225900.0 191406.140625 1225950.0 191416.28125 1225999.0 191426.4375 1226050.0 191436.59375 1226100.0 191446.75 1226149.0 191456.890625 1226200.0 191467.03125 1226250.0 191477.1875 1226299.0 191487.34375 1226350.0 191497.5 1226400.0 191507.65625 1226449.0 191517.796875 1226500.0 191527.9375 1226550.0 191538.0625 1226599.0 191548.203125 1226650.0 191558.34375 1226700.0 191568.46875 1226749.0 191578.625 1226800.0 191588.75 1226850.0 191598.890625 1226899.0 191609.03125 1226950.0 191619.15625 1227000.0 191629.296875 1227049.0 191639.4375 1227100.0 191649.5625 1227150.0 191659.703125 1227199.0 191669.84375 1227250.0 191679.984375 1227300.0 191690.125 1227349.0 191700.265625 1227400.0 191710.40625 1227450.0 191720.5625 1227499.0 191730.71875 1227550.0 191740.859375 1227600.0 191751.0 1227649.0 191761.15625 1227700.0 191771.3125 1227750.0 191781.453125 1227799.0 191791.609375 1227850.0 191801.75 1227900.0 191811.84375 1227949.0 191821.9375 1228000.0 191832.03125 1228050.0 191842.125 1228099.0 191852.203125 1228150.0 191862.296875 1228200.0 191872.390625 1228249.0 191882.5 1228300.0 191892.625 1228350.0 191902.75 1228399.0 191912.875 1228450.0 191923.0 1228500.0 191933.125 1228549.0 191943.25 1228600.0 191953.375 1228650.0 191963.5 1228699.0 191973.640625 1228750.0 191983.78125 1228800.0 191993.921875 1228849.0 192004.078125 1228900.0 192014.21875 1228950.0 192024.375 1228999.0 192034.53125 1229050.0 192044.671875 1229100.0 192054.8125 1229149.0 192064.984375 1229200.0 192075.15625 1229250.0 192085.3125 1229299.0 192095.46875 1229350.0 192105.625 1229400.0 192115.78125 1229449.0 192125.96875 1229500.0 192136.125 1229550.0 192146.28125 1229599.0 192156.4375 1229650.0 192166.59375 1229700.0 192176.75 1229749.0 192186.921875 1229800.0 192197.09375 1229850.0 192207.265625 1229899.0 192217.4375 1229950.0 192227.59375 1230000.0 192237.78125 1230049.0 192247.9375 1230100.0 192258.125 1230150.0 192268.296875 1230199.0 192278.484375 1230250.0 192288.65625 1230300.0 192298.84375 1230349.0 192309.03125 1230400.0 192319.21875 1230450.0 192329.40625 1230499.0 192339.59375 1230550.0 192349.78125 1230600.0 192359.96875 1230649.0 192370.15625 1230700.0 192380.34375 1230750.0 192390.5625 1230799.0 192400.75 1230850.0 192410.953125 1230900.0 192421.15625 1230949.0 192431.359375 1231000.0 192441.5625 1231050.0 192451.78125 1231099.0 192462.0 1231150.0 192472.203125 1231200.0 192482.4375 1231249.0 192492.65625 1231300.0 192502.875 1231350.0 192513.09375 1231399.0 192523.328125 1231450.0 192533.5625 1231500.0 192543.78125 1231549.0 192554.0 1231600.0 192564.21875 1231650.0 192574.4375 1231699.0 192584.65625 1231750.0 192594.875 1231800.0 192605.078125 1231849.0 192615.3125 1231900.0 192625.515625 1231950.0 192635.734375 1231999.0 192645.96875 1232050.0 192656.171875 1232100.0 192666.390625 1232149.0 192676.625 1232200.0 192686.84375 1232250.0 192697.078125 1232299.0 192707.3125 1232350.0 192717.53125 1232400.0 192727.765625 1232449.0 192738.0 1232500.0 192748.25 1232550.0 192758.484375 1232599.0 192768.71875 1232650.0 192778.953125 1232700.0 192789.1875 1232749.0 192799.421875 1232800.0 192809.65625 1232850.0 192819.890625 1232899.0 192830.125 1232950.0 192840.359375 1233000.0 192850.59375 1233049.0 192860.828125 1233100.0 192871.03125 1233150.0 192881.203125 1233199.0 192891.375 1233250.0 192901.5625 1233300.0 192911.71875 1233349.0 192921.90625 1233400.0 192932.078125 1233450.0 192942.265625 1233499.0 192952.46875 1233550.0 192962.65625 1233600.0 192972.84375 1233649.0 192983.03125 1233700.0 192993.25 1233750.0 193003.4375 1233799.0 193013.640625 1233850.0 193023.84375 1233900.0 193034.0625 1233949.0 193044.265625 1234000.0 193054.46875 1234050.0 193064.6875 1234099.0 193074.90625 1234150.0 193085.09375 1234200.0 193095.265625 1234249.0 193105.453125 1234300.0 193115.640625 1234350.0 193125.828125 1234399.0 193136.015625 1234450.0 193146.203125 1234500.0 193156.40625 1234549.0 193166.59375 1234600.0 193176.796875 1234650.0 193187.0 1234699.0 193197.1875 1234750.0 193207.40625 1234800.0 193217.59375 1234849.0 193227.8125 1234900.0 193238.015625 1234950.0 193248.21875 1234999.0 193258.421875 1235050.0 193268.625 1235100.0 193278.84375 1235149.0 193289.03125 1235200.0 193299.25 1235250.0 193309.4375 1235299.0 193319.625 1235350.0 193329.8125 1235400.0 193340.0 1235449.0 193350.1875 1235500.0 193360.375 1235550.0 193370.546875 1235599.0 193380.734375 1235650.0 193390.921875 1235700.0 193401.125 1235749.0 193411.3125 1235800.0 193421.5 1235850.0 193431.703125 1235899.0 193441.90625 1235950.0 193452.09375 1236000.0 193462.3125 1236049.0 193472.5 1236100.0 193482.6875 1236150.0 193492.875 1236199.0 193503.078125 1236250.0 193513.28125 1236300.0 193523.46875 1236349.0 193533.671875 1236400.0 193543.875 1236450.0 193554.09375 1236499.0 193564.296875 1236550.0 193574.5 1236600.0 193584.71875 1236649.0 193594.921875 1236700.0 193605.125 1236750.0 193615.3125 1236799.0 193625.515625 1236850.0 193635.71875 1236900.0 193645.90625 1236949.0 193656.109375 1237000.0 193666.3125 1237050.0 193676.515625 1237099.0 193686.71875 1237150.0 193696.9375 1237200.0 193707.140625 1237249.0 193717.359375 1237300.0 193727.5625 1237350.0 193737.78125 1237399.0 193747.984375 1237450.0 193758.1875 1237500.0 193768.40625 1237549.0 193778.625 1237600.0 193788.828125 1237650.0 193799.0625 1237699.0 193809.25 1237750.0 193819.46875 1237800.0 193829.65625 1237849.0 193839.84375 1237900.0 193850.03125 1237950.0 193860.234375 1237999.0 193870.421875 1238050.0 193880.625 1238100.0 193890.8125 1238149.0 193901.0 1238200.0 193911.1875 1238250.0 193921.375 1238299.0 193931.5625 1238350.0 193941.75 1238400.0 193951.9375 1238449.0 193962.125 1238500.0 193972.3125 1238550.0 193982.5 1238599.0 193992.6875 1238650.0 194002.859375 1238700.0 194013.03125 1238749.0 194023.21875 1238800.0 194033.40625 1238850.0 194043.578125 1238899.0 194053.765625 1238950.0 194063.9375 1239000.0 194074.125 1239049.0 194084.3125 1239100.0 194094.5 1239150.0 194104.6875 1239199.0 194114.84375 1239250.0 194125.03125 1239300.0 194135.203125 1239349.0 194145.390625 1239400.0 194155.578125 1239450.0 194165.0 1239499.0 194175.1875 1239550.0 194185.34375 1239600.0 194195.03125 1239649.0 194205.21875 1239700.0 194214.90625 1239750.0 194225.03125 1239799.0 194231.90625 1239850.0 194240.171875 1239900.0 194248.640625 1239949.0 194258.65625 1240000.0 194268.046875 1240050.0 194277.09375 1240099.0 194286.8125 1240150.0 194295.84375 1240200.0 194305.734375 1240249.0 194315.3125 1240300.0 194325.375 1240350.0 194335.28125 1240399.0 194345.0625 1240450.0 194355.0625 1240500.0 194364.78125 1240549.0 194374.8125 1240600.0 194384.65625 1240650.0 194395.28125 1240699.0 194405.3125 1240750.0 194415.3125 1240800.0 194425.4375 1240849.0 194435.4375 1240900.0 194445.5 1240950.0 194455.59375 1240999.0 194465.703125 1241050.0 194476.25 1241100.0 194486.375 1241149.0 194496.625 1241200.0 194506.859375 1241250.0 194517.125 1241299.0 194527.25 1241350.0 194537.59375 1241400.0 194548.109375 1241449.0 194558.5 1241500.0 194568.921875 1241550.0 194579.28125 1241599.0 194589.59375 1241650.0 194599.890625 1241700.0 194610.359375 1241749.0 194620.53125 1241800.0 194631.0 1241850.0 194641.3125 1241899.0 194651.625 1241950.0 194661.953125 1242000.0 194672.140625 1242049.0 194682.796875 1242100.0 194692.96875 1242150.0 194703.390625 1242199.0 194713.65625 1242250.0 194723.921875 1242300.0 194734.25 1242349.0 194744.5 1242400.0 194754.8125 1242450.0 194764.984375 1242499.0 194775.125 1242550.0 194785.25 1242600.0 194795.375 1242649.0 194805.53125 1242700.0 194815.875 1242750.0 194826.015625 1242799.0 194836.140625 1242850.0 194846.28125 1242900.0 194856.40625 1242949.0 194866.546875 1243000.0 194876.671875 1243050.0 194886.796875 1243099.0 194896.9375 1243150.0 194907.0625 1243200.0 194917.203125 1243249.0 194927.34375 1243300.0 194937.5 1243350.0 194947.65625 1243399.0 194957.78125 1243450.0 194967.9375 1243500.0 194978.078125 1243549.0 194988.21875 1243600.0 194998.375 1243650.0 195008.53125 1243699.0 195018.6875 1243750.0 195028.828125 1243800.0 195038.96875 1243849.0 195049.125 1243900.0 195059.25 1243950.0 195069.40625 1243999.0 195079.546875 1244050.0 195089.6875 1244100.0 195099.828125 1244149.0 195109.96875 1244200.0 195120.125 1244250.0 195130.28125 1244299.0 195140.4375 1244350.0 195150.578125 1244400.0 195160.71875 1244449.0 195170.84375 1244500.0 195180.984375 1244550.0 195191.125 1244599.0 195201.25 1244650.0 195211.390625 1244700.0 195221.53125 1244749.0 195231.65625 1244800.0 195241.78125 1244850.0 195251.90625 1244899.0 195262.03125 1244950.0 195272.171875 1245000.0 195282.3125 1245049.0 195292.453125 1245100.0 195302.59375 1245150.0 195312.75 1245199.0 195322.90625 1245250.0 195333.0625 1245300.0 195343.21875 1245349.0 195353.375 1245400.0 195363.53125 1245450.0 195373.6875 1245499.0 195383.859375 1245550.0 195394.015625 1245600.0 195404.15625 1245649.0 195414.28125 1245700.0 195424.40625 1245750.0 195434.53125 1245799.0 195444.671875 1245850.0 195454.8125 1245900.0 195464.9375 1245949.0 195475.0625 1246000.0 195485.1875 1246050.0 195495.328125 1246099.0 195505.453125 1246150.0 195515.59375 1246200.0 195525.71875 1246249.0 195535.84375 1246300.0 195545.96875 1246350.0 195556.09375 1246399.0 195566.21875 1246450.0 195576.34375 1246500.0 195586.46875 1246549.0 195596.609375 1246600.0 195606.75 1246650.0 195616.875 1246699.0 195627.015625 1246750.0 195637.15625 1246800.0 195647.28125 1246849.0 195657.375 1246900.0 195667.4375 1246950.0 195677.515625 1246999.0 195687.625 1247050.0 195697.71875 1247100.0 195707.8125 1247149.0 195717.9375 1247200.0 195728.0625 1247250.0 195738.15625 1247299.0 195748.296875 1247350.0 195758.4375 1247400.0 195768.5625 1247449.0 195778.703125 1247500.0 195788.84375 1247550.0 195799.0 1247599.0 195809.15625 1247650.0 195819.28125 1247700.0 195829.4375 1247749.0 195839.59375 1247800.0 195849.75 1247850.0 195859.90625 1247899.0 195870.0625 1247950.0 195880.21875 1248000.0 195890.375 1248049.0 195900.546875 1248100.0 195910.703125 1248150.0 195920.859375 1248199.0 195931.03125 1248250.0 195941.203125 1248300.0 195951.359375 1248349.0 195961.53125 1248400.0 195971.703125 1248450.0 195981.875 1248499.0 195992.046875 1248550.0 196002.21875 1248600.0 196012.40625 1248649.0 196022.5625 1248700.0 196032.75 1248750.0 196042.9375 1248799.0 196053.09375 1248850.0 196063.28125 1248900.0 196073.46875 1248949.0 196083.640625 1249000.0 196093.828125 1249050.0 196104.015625 1249099.0 196114.21875 1249150.0 196124.40625 1249200.0 196134.59375 1249249.0 196144.78125 1249300.0 196154.96875 1249350.0 196165.140625 1249399.0 196175.328125 1249450.0 196185.5 1249500.0 196195.6875 1249549.0 196205.875 1249600.0 196216.046875 1249650.0 196226.21875 1249699.0 196236.375 1249750.0 196246.5625 1249800.0 196256.734375 1249849.0 196266.90625 1249900.0 196277.09375 1249950.0 196287.25 1249999.0 196297.4375 1250050.0 196307.59375 1250100.0 196317.734375 1250149.0 196327.875 1250200.0 196338.03125 1250250.0 196348.171875 1250299.0 196358.328125 1250350.0 196368.46875 1250400.0 196378.625 1250449.0 196388.78125 1250500.0 196398.9375 1250550.0 196409.09375 1250599.0 196419.25 1250650.0 196429.40625 1250700.0 196439.5625 1250749.0 196449.71875 1250800.0 196459.875 1250850.0 196470.046875 1250899.0 196480.21875 1250950.0 196490.375 1251000.0 196500.53125 1251049.0 196510.71875 1251100.0 196520.875 1251150.0 196531.046875 1251199.0 196541.21875 1251250.0 196551.375 1251300.0 196561.546875 1251349.0 196571.71875 1251400.0 196581.875 1251450.0 196592.03125 1251499.0 196602.1875 1251550.0 196612.34375 1251600.0 196622.5 1251649.0 196632.65625 1251700.0 196642.828125 1251750.0 196653.0 1251799.0 196663.15625 1251850.0 196673.3125 1251900.0 196683.46875 1251949.0 196693.65625 1252000.0 196703.8125 1252050.0 196714.0 1252099.0 196724.15625 1252150.0 196734.34375 1252200.0 196744.5 1252249.0 196754.6875 1252300.0 196764.875 1252350.0 196775.0625 1252399.0 196785.234375 1252450.0 196795.421875 1252500.0 196805.59375 1252549.0 196815.765625 1252600.0 196825.921875 1252650.0 196836.078125 1252699.0 196846.25 1252750.0 196856.421875 1252800.0 196866.59375 1252849.0 196876.78125 1252900.0 196886.96875 1252950.0 196897.15625 1252999.0 196907.34375 1253050.0 196917.53125 1253100.0 196927.71875 1253149.0 196937.90625 1253200.0 196948.09375 1253250.0 196958.265625 1253299.0 196968.46875 1253350.0 196978.65625 1253400.0 196988.84375 1253449.0 196999.03125 1253500.0 197009.234375 1253550.0 197019.421875 1253599.0 197029.5625 1253650.0 197039.703125 1253700.0 197049.84375 1253749.0 197060.0 1253800.0 197070.125 1253850.0 197080.28125 1253899.0 197090.4375 1253950.0 197100.578125 1254000.0 197110.71875 1254049.0 197120.859375 1254100.0 197131.0 1254150.0 197141.125 1254199.0 197151.25 1254250.0 197161.390625 1254300.0 197171.53125 1254349.0 197181.640625 1254400.0 197191.75 1254450.0 197201.875 1254499.0 197212.015625 1254550.0 197222.140625 1254600.0 197232.28125 1254649.0 197242.40625 1254700.0 197252.546875 1254750.0 197262.6875 1254799.0 197272.828125 1254850.0 197282.984375 1254900.0 197293.125 1254949.0 197303.28125 1255000.0 197313.4375 1255050.0 197323.59375 1255099.0 197333.75 1255150.0 197343.90625 1255200.0 197354.0625 1255249.0 197364.21875 1255300.0 197374.375 1255350.0 197384.53125 1255399.0 197394.6875 1255450.0 197404.84375 1255500.0 197414.96875 1255549.0 197425.109375 1255600.0 197435.25 1255650.0 197445.40625 1255699.0 197455.53125 1255750.0 197465.6875 1255800.0 197475.8125 1255849.0 197485.953125 1255900.0 197496.09375 1255950.0 197506.21875 1255999.0 197516.375 1256050.0 197526.515625 1256100.0 197536.65625 1256149.0 197546.8125 1256200.0 197556.96875 1256250.0 197567.125 1256299.0 197577.25 1256350.0 197587.40625 1256400.0 197597.546875 1256449.0 197607.6875 1256500.0 197617.84375 1256550.0 197627.984375 1256599.0 197638.140625 1256650.0 197648.296875 1256700.0 197658.4375 1256749.0 197668.59375 1256800.0 197678.75 1256850.0 197688.90625 1256899.0 197699.0625 1256950.0 197709.203125 1257000.0 197719.359375 1257049.0 197729.53125 1257100.0 197739.625 1257150.0 197749.75 1257199.0 197759.875 1257250.0 197770.0 1257300.0 197780.125 1257349.0 197790.25 1257400.0 197800.390625 1257450.0 197810.53125 1257499.0 197820.65625 1257550.0 197830.796875 1257600.0 197840.921875 1257649.0 197851.0625 1257700.0 197861.1875 1257750.0 197871.3125 1257799.0 197881.4375 1257850.0 197891.5625 1257900.0 197901.6875 1257949.0 197911.8125 1258000.0 197921.9375 1258050.0 197932.0625 1258099.0 197942.21875 1258150.0 197952.34375 1258200.0 197962.46875 1258249.0 197972.625 1258300.0 197982.75 1258350.0 197992.890625 1258399.0 198002.953125 1258450.0 198013.03125 1258500.0 198023.125 1258549.0 198033.234375 1258600.0 198043.328125 1258650.0 198053.453125 1258699.0 198063.5625 1258750.0 198073.703125 1258800.0 198083.828125 1258849.0 198093.953125 1258900.0 198104.09375 1258950.0 198114.21875 1258999.0 198124.375 1259050.0 198134.5 1259100.0 198144.640625 1259149.0 198154.796875 1259200.0 198164.9375 1259250.0 198175.09375 1259299.0 198185.25 1259350.0 198195.390625 1259400.0 198205.53125 1259449.0 198215.6875 1259500.0 198225.84375 1259550.0 198236.0 1259599.0 198246.15625 1259650.0 198256.3125 1259700.0 198266.46875 1259749.0 198276.625 1259800.0 198286.78125 1259850.0 198296.9375 1259899.0 198307.09375 1259950.0 198317.25 1260000.0 198327.421875 1260049.0 198337.578125 1260100.0 198347.75 1260150.0 198357.90625 1260199.0 198368.078125 1260250.0 198378.25 1260300.0 198388.40625 1260349.0 198398.578125 1260400.0 198408.75 1260450.0 198418.9375 1260499.0 198429.09375 1260550.0 198439.28125 1260600.0 198449.46875 1260649.0 198459.625 1260700.0 198469.8125 1260750.0 198479.984375 1260799.0 198490.15625 1260850.0 198500.34375 1260900.0 198510.515625 1260949.0 198520.6875 1261000.0 198530.875 1261050.0 198541.0625 1261099.0 198551.25 1261150.0 198561.4375 1261200.0 198571.625 1261249.0 198581.828125 1261300.0 198592.03125 1261350.0 198602.21875 1261399.0 198612.421875 1261450.0 198622.59375 1261500.0 198632.75 1261549.0 198642.921875 1261600.0 198653.09375 1261650.0 198663.25 1261699.0 198673.40625 1261750.0 198683.578125 1261800.0 198693.734375 1261849.0 198703.890625 1261900.0 198714.03125 1261950.0 198724.1875 1261999.0 198734.34375 1262050.0 198744.5 1262100.0 198754.65625 1262149.0 198764.8125 1262200.0 198774.96875 1262250.0 198785.125 1262299.0 198795.28125 1262350.0 198805.4375 1262400.0 198815.609375 1262449.0 198825.765625 1262500.0 198835.921875 1262550.0 198846.09375 1262599.0 198856.265625 1262650.0 198866.4375 1262700.0 198876.609375 1262749.0 198886.78125 1262800.0 198896.9375 1262850.0 198907.09375 1262899.0 198917.25 1262950.0 198927.40625 1263000.0 198937.5625 1263049.0 198947.703125 1263100.0 198957.859375 1263150.0 198968.0 1263199.0 198978.15625 1263250.0 198988.3125 1263300.0 198998.484375 1263349.0 199008.640625 1263400.0 199018.8125 1263450.0 199028.96875 1263499.0 199039.125 1263550.0 199049.28125 1263600.0 199059.46875 1263649.0 199069.625 1263700.0 199079.8125 1263750.0 199089.96875 1263799.0 199100.125 1263850.0 199110.28125 1263900.0 199120.4375 1263949.0 199130.59375 1264000.0 199140.75 1264050.0 199150.90625 1264099.0 199161.078125 1264150.0 199171.234375 1264200.0 199181.390625 1264249.0 199191.5625 1264300.0 199201.734375 1264350.0 199211.90625 1264399.0 199222.078125 1264450.0 199232.25 1264500.0 199242.421875 1264549.0 199252.59375 1264600.0 199262.78125 1264650.0 199272.953125 1264699.0 199283.125 1264750.0 199293.3125 1264800.0 199303.46875 1264849.0 199313.625 1264900.0 199323.78125 1264950.0 199333.953125 1264999.0 199344.125 1265050.0 199354.28125 1265100.0 199364.4375 1265149.0 199374.59375 1265200.0 199384.75 1265250.0 199394.90625 1265299.0 199405.078125 1265350.0 199415.25 1265400.0 199425.40625 1265449.0 199435.5625 1265500.0 199445.71875 1265550.0 199455.90625 1265599.0 199466.0625 1265650.0 199476.234375 1265700.0 199486.40625 1265749.0 199496.578125 1265800.0 199506.75 1265850.0 199516.921875 1265899.0 199527.09375 1265950.0 199537.28125 1266000.0 199547.453125 1266049.0 199557.625 1266100.0 199567.796875 1266150.0 199577.9375 1266199.0 199588.03125 1266250.0 199598.109375 1266300.0 199608.21875 1266349.0 199618.3125 1266400.0 199628.40625 1266450.0 199638.53125 1266499.0 199648.640625 1266550.0 199658.765625 1266600.0 199668.890625 1266649.0 199679.015625 1266700.0 199689.15625 1266750.0 199699.296875 1266799.0 199709.4375 1266850.0 199719.578125 1266900.0 199729.734375 1266949.0 199739.875 1267000.0 199750.03125 1267050.0 199760.1875 1267099.0 199770.328125 1267150.0 199780.5 1267200.0 199790.640625 1267249.0 199800.796875 1267300.0 199810.953125 1267350.0 199821.125 1267399.0 199831.28125 1267450.0 199841.4375 1267500.0 199851.59375 1267549.0 199861.75 1267600.0 199871.90625 1267650.0 199882.0625 1267699.0 199892.21875 1267750.0 199902.359375 1267800.0 199912.5 1267849.0 199922.65625 1267900.0 199932.796875 1267950.0 199942.9375 1267999.0 199953.09375 1268050.0 199963.25 1268100.0 199973.40625 1268149.0 199983.546875 1268200.0 199993.6875 1268250.0 200003.84375 1268299.0 200013.984375 1268350.0 200024.125 1268400.0 200034.28125 1268449.0 200044.4375 1268500.0 200054.578125 1268550.0 200064.734375 1268599.0 200074.875 1268650.0 200085.03125 1268700.0 200095.1875 1268749.0 200105.34375 1268800.0 200115.5 1268850.0 200125.65625 1268899.0 200135.8125 1268950.0 200145.984375 1269000.0 200156.15625 1269049.0 200166.328125 1269100.0 200176.5 1269150.0 200186.671875 1269199.0 200196.828125 1269250.0 200206.96875 1269300.0 200217.125 1269349.0 200227.28125 1269400.0 200237.4375 1269450.0 200247.59375 1269499.0 200257.75 1269550.0 200267.90625 1269600.0 200278.0625 1269649.0 200288.21875 1269700.0 200298.375 1269750.0 200308.53125 1269799.0 200318.6875 1269850.0 200328.84375 1269900.0 200339.015625 1269949.0 200349.1875 1270000.0 200359.34375 1270050.0 200369.53125 1270099.0 200379.6875 1270150.0 200389.859375 1270200.0 200400.03125 1270249.0 200410.1875 1270300.0 200420.375 1270350.0 200430.53125 1270399.0 200440.71875 1270450.0 200450.890625 1270500.0 200461.0625 1270549.0 200471.25 1270600.0 200481.4375 1270650.0 200491.609375 1270699.0 200501.796875 1270750.0 200511.984375 1270800.0 200522.15625 1270849.0 200532.296875 1270900.0 200542.421875 1270950.0 200552.53125 1270999.0 200562.671875 1271050.0 200572.796875 1271100.0 200582.9375 1271149.0 200593.078125 1271200.0 200603.21875 1271250.0 200613.375 1271299.0 200623.515625 1271350.0 200633.65625 1271400.0 200643.828125 1271449.0 200653.96875 1271500.0 200664.125 1271550.0 200674.28125 1271599.0 200684.453125 1271650.0 200694.609375 1271700.0 200704.78125 1271749.0 200714.9375 1271800.0 200725.109375 1271850.0 200735.28125 1271899.0 200745.453125 1271950.0 200755.625 1272000.0 200765.78125 1272049.0 200775.96875 1272100.0 200786.125 1272150.0 200796.3125 1272199.0 200806.46875 1272250.0 200816.640625 1272300.0 200826.796875 1272349.0 200836.96875 1272400.0 200847.140625 1272450.0 200857.3125 1272499.0 200867.484375 1272550.0 200877.65625 1272600.0 200887.84375 1272649.0 200898.0 1272700.0 200908.1875 1272750.0 200918.34375 1272799.0 200928.515625 1272850.0 200938.6875 1272900.0 200948.859375 1272949.0 200959.03125 1273000.0 200969.1875 1273050.0 200979.34375 1273099.0 200989.53125 1273150.0 200999.6875 1273200.0 201009.84375 1273249.0 201020.015625 1273300.0 201030.1875 1273350.0 201040.34375 1273399.0 201050.515625 1273450.0 201060.6875 1273500.0 201070.84375 1273549.0 201081.0 1273600.0 201091.171875 1273650.0 201101.34375 1273699.0 201111.5 1273750.0 201121.65625 1273800.0 201131.8125 1273849.0 201141.96875 1273900.0 201152.125 1273950.0 201162.265625 1273999.0 201172.421875 1274050.0 201182.5625 1274100.0 201192.71875 1274149.0 201202.859375 1274200.0 201213.0 1274250.0 201223.15625 1274299.0 201233.3125 1274350.0 201243.4375 1274400.0 201253.59375 1274449.0 201263.75 1274500.0 201273.90625 1274550.0 201284.0625 1274599.0 201294.21875 1274650.0 201304.375 1274700.0 201314.53125 1274749.0 201324.703125 1274800.0 201334.875 1274850.0 201345.03125 1274899.0 201355.203125 1274950.0 201365.375 1275000.0 201375.53125 1275049.0 201385.6875 1275100.0 201395.84375 1275150.0 201406.0 1275199.0 201416.15625 1275250.0 201426.328125 1275300.0 201436.5 1275349.0 201446.65625 1275400.0 201456.75 1275450.0 201466.859375 1275499.0 201476.96875 1275550.0 201487.09375 1275600.0 201497.21875 1275649.0 201507.328125 1275700.0 201517.453125 1275750.0 201527.59375 1275799.0 201537.71875 1275850.0 201547.875 1275900.0 201558.0 1275949.0 201568.15625 1276000.0 201578.28125 1276050.0 201588.4375 1276099.0 201598.59375 1276150.0 201608.75 1276200.0 201618.875 1276249.0 201629.046875 1276300.0 201639.1875 1276350.0 201649.34375 1276399.0 201659.484375 1276450.0 201669.625 1276500.0 201679.78125 1276549.0 201689.9375 1276600.0 201700.0625 1276650.0 201710.203125 1276699.0 201720.34375 1276750.0 201730.484375 1276800.0 201740.625 1276849.0 201750.78125 1276900.0 201760.921875 1276950.0 201771.0625 1276999.0 201781.21875 1277050.0 201791.375 1277100.0 201801.515625 1277149.0 201811.671875 1277200.0 201821.8125 1277250.0 201831.96875 1277299.0 201842.125 1277350.0 201852.28125 1277400.0 201862.421875 1277449.0 201872.578125 1277500.0 201882.71875 1277550.0 201892.875 1277599.0 201903.03125 1277650.0 201913.1875 1277700.0 201923.34375 1277749.0 201933.5 1277800.0 201943.65625 1277850.0 201953.8125 1277899.0 201963.96875 1277950.0 201974.125 1278000.0 201984.28125 1278049.0 201994.4375 1278100.0 202004.609375 1278150.0 202014.765625 1278199.0 202024.9375 1278250.0 202035.09375 1278300.0 202045.265625 1278349.0 202055.4375 1278400.0 202065.59375 1278450.0 202075.765625 1278499.0 202085.9375 1278550.0 202096.109375 1278600.0 202106.28125 1278649.0 202116.46875 1278700.0 202126.625 1278750.0 202136.8125 1278799.0 202146.984375 1278850.0 202157.15625 1278900.0 202167.34375 1278949.0 202177.53125 1279000.0 202187.71875 1279050.0 202197.90625 1279099.0 202208.078125 1279150.0 202218.25 1279200.0 202228.4375 1279249.0 202238.625 1279300.0 202248.8125 1279350.0 202258.984375 1279399.0 202269.1875 1279450.0 202279.375 1279500.0 202289.5625 1279549.0 202299.75 1279600.0 202309.9375 1279650.0 202320.140625 1279699.0 202330.328125 1279750.0 202340.5 1279800.0 202350.6875 1279849.0 202360.875 1279900.0 202371.0625 1279950.0 202381.234375 1279999.0 202391.421875 1280050.0 202401.625 1280100.0 202411.8125 1280149.0 202422.0 1280200.0 202432.1875 1280250.0 202442.375 1280299.0 202452.59375 1280350.0 202462.796875 1280400.0 202473.0 1280449.0 202483.21875 1280500.0 202493.4375 1280550.0 202503.640625 1280599.0 202513.828125 1280650.0 202524.03125 1280700.0 202534.25 1280749.0 202544.4375 1280800.0 202554.65625 1280850.0 202564.84375 1280899.0 202575.03125 1280950.0 202585.203125 1281000.0 202595.40625 1281049.0 202605.59375 1281100.0 202615.78125 1281150.0 202625.96875 1281199.0 202636.171875 1281250.0 202646.359375 1281300.0 202656.5625 1281349.0 202666.765625 1281400.0 202676.96875 1281450.0 202687.15625 1281499.0 202697.359375 1281550.0 202707.5625 1281600.0 202717.75 1281649.0 202727.953125 1281700.0 202738.15625 1281750.0 202748.34375 1281799.0 202758.53125 1281850.0 202768.734375 1281900.0 202778.9375 1281949.0 202789.125 1282000.0 202799.328125 1282050.0 202809.53125 1282099.0 202819.71875 1282150.0 202829.921875 1282200.0 202840.125 1282249.0 202850.3125 1282300.0 202860.515625 1282350.0 202870.71875 1282399.0 202880.921875 1282450.0 202891.125 1282500.0 202901.3125 1282549.0 202911.53125 1282600.0 202921.71875 1282650.0 202931.921875 1282699.0 202942.125 1282750.0 202952.34375 1282800.0 202962.53125 1282849.0 202972.75 1282900.0 202982.953125 1282950.0 202993.15625 1282999.0 203003.34375 1283050.0 203013.5625 1283100.0 203023.75 1283149.0 203033.96875 1283200.0 203044.15625 1283250.0 203054.375 1283299.0 203064.59375 1283350.0 203074.796875 1283400.0 203085.0 1283449.0 203095.234375 1283500.0 203105.453125 1283550.0 203115.6875 1283599.0 203125.90625 1283650.0 203136.109375 1283700.0 203146.3125 1283749.0 203156.5 1283800.0 203166.6875 1283850.0 203176.859375 1283899.0 203187.03125 1283950.0 203197.1875 1284000.0 203207.34375 1284049.0 203217.515625 1284100.0 203227.6875 1284150.0 203237.84375 1284199.0 203248.015625 1284250.0 203258.1875 1284300.0 203268.375 1284349.0 203278.5625 1284400.0 203288.734375 1284450.0 203298.90625 1284499.0 203309.09375 1284550.0 203319.28125 1284600.0 203329.453125 1284649.0 203339.640625 1284700.0 203349.8125 1284750.0 203360.0 1284799.0 203370.1875 1284850.0 203380.359375 1284900.0 203390.546875 1284949.0 203400.734375 1285000.0 203410.921875 1285050.0 203421.125 1285099.0 203431.3125 1285150.0 203441.5 1285200.0 203451.703125 1285249.0 203461.90625 1285300.0 203472.109375 1285350.0 203482.28125 1285399.0 203492.4375 1285450.0 203502.609375 1285500.0 203512.78125 1285549.0 203522.9375 1285600.0 203533.109375 1285650.0 203543.28125 1285699.0 203553.453125 1285750.0 203563.640625 1285800.0 203573.8125 1285849.0 203584.0 1285900.0 203594.1875 1285950.0 203604.359375 1285999.0 203614.53125 1286050.0 203624.71875 1286100.0 203634.90625 1286149.0 203645.09375 1286200.0 203655.25 1286250.0 203665.421875 1286299.0 203675.59375 1286350.0 203685.765625 1286400.0 203695.9375 1286449.0 203706.109375 1286500.0 203716.28125 1286550.0 203726.453125 1286599.0 203736.625 1286650.0 203746.796875 1286700.0 203756.96875 1286749.0 203767.15625 1286800.0 203777.328125 1286850.0 203787.5 1286899.0 203797.65625 1286950.0 203807.8125 1287000.0 203817.984375 1287049.0 203828.15625 1287100.0 203838.3125 1287150.0 203848.484375 1287199.0 203858.65625 1287250.0 203868.828125 1287300.0 203879.0 1287349.0 203889.1875 1287400.0 203899.375 1287450.0 203909.546875 1287499.0 203919.734375 1287550.0 203929.90625 1287600.0 203940.09375 1287649.0 203950.28125 1287700.0 203960.453125 1287750.0 203970.640625 1287799.0 203980.828125 1287850.0 203991.015625 1287900.0 204001.1875 1287949.0 204011.375 1288000.0 204021.578125 1288050.0 204031.765625 1288099.0 204041.9375 1288150.0 204052.109375 1288200.0 204062.296875 1288249.0 204072.46875 1288300.0 204082.65625 1288350.0 204092.84375 1288399.0 204103.015625 1288450.0 204113.1875 1288500.0 204123.375 1288549.0 204133.5625 1288600.0 204143.75 1288650.0 204153.9375 1288699.0 204164.125 1288750.0 204174.3125 1288800.0 204184.5 1288849.0 204194.671875 1288900.0 204204.859375 1288950.0 204215.03125 1288999.0 204225.21875 1289050.0 204235.40625 1289100.0 204245.59375 1289149.0 204255.8125 1289200.0 204266.0 1289250.0 204276.1875 1289299.0 204286.375 1289350.0 204296.5625 1289400.0 204306.75 1289449.0 204316.953125 1289500.0 204327.140625 1289550.0 204337.34375 1289599.0 204347.53125 1289650.0 204357.75 1289700.0 204367.9375 1289749.0 204378.125 1289800.0 204388.3125 1289850.0 204398.5 1289899.0 204408.703125 1289950.0 204418.90625 1290000.0 204429.09375 1290049.0 204439.296875 1290100.0 204449.484375 1290150.0 204459.6875 1290199.0 204469.875 1290250.0 204480.046875 1290300.0 204490.21875 1290349.0 204500.390625 1290400.0 204510.578125 1290450.0 204520.765625 1290499.0 204530.9375 1290550.0 204541.109375 1290600.0 204551.28125 1290649.0 204561.453125 1290700.0 204571.625 1290750.0 204581.796875 1290799.0 204591.96875 1290850.0 204602.15625 1290900.0 204612.34375 1290949.0 204622.5 1291000.0 204632.65625 1291050.0 204642.8125 1291099.0 204652.984375 1291150.0 204663.140625 1291200.0 204673.3125 1291249.0 204683.484375 1291300.0 204693.65625 1291350.0 204703.84375 1291399.0 204714.015625 1291450.0 204724.1875 1291500.0 204734.375 1291549.0 204744.5625 1291600.0 204754.734375 1291650.0 204764.90625 1291699.0 204775.0625 1291750.0 204785.234375 1291800.0 204795.40625 1291849.0 204805.59375 1291900.0 204815.75 1291950.0 204825.921875 1291999.0 204836.09375 1292050.0 204846.28125 1292100.0 204856.453125 1292149.0 204866.625 1292200.0 204876.78125 1292250.0 204886.96875 1292299.0 204897.125 1292350.0 204907.3125 1292400.0 204917.46875 1292449.0 204927.640625 1292500.0 204937.8125 1292550.0 204948.0 1292599.0 204958.15625 1292650.0 204968.328125 1292700.0 204978.5 1292749.0 204988.671875 1292800.0 204998.84375 1292850.0 205009.015625 1292899.0 205019.1875 1292950.0 205029.359375 1293000.0 205039.53125 1293049.0 205049.703125 1293100.0 205059.890625 1293150.0 205070.0625 1293199.0 205080.25 1293250.0 205090.421875 1293300.0 205100.609375 1293349.0 205110.78125 1293400.0 205120.96875 1293450.0 205131.15625 1293499.0 205141.34375 1293550.0 205151.515625 1293600.0 205161.71875 1293649.0 205171.90625 1293700.0 205182.09375 1293750.0 205192.28125 1293799.0 205202.453125 1293850.0 205212.625 1293900.0 205222.796875 1293949.0 205232.96875 1294000.0 205243.15625 1294050.0 205253.328125 1294099.0 205263.5 1294150.0 205273.6875 1294200.0 205283.859375 1294249.0 205294.03125 1294300.0 205304.21875 1294350.0 205314.390625 1294399.0 205324.5625 1294450.0 205334.75 1294500.0 205344.9375 1294549.0 205355.109375 1294600.0 205365.28125 1294650.0 205375.46875 1294699.0 205385.65625 1294750.0 205395.84375 1294800.0 205406.03125 1294849.0 205416.21875 1294900.0 205426.390625 1294950.0 205436.578125 1294999.0 205446.75 1295050.0 205456.9375 1295100.0 205467.125 1295149.0 205477.3125 1295200.0 205487.484375 1295250.0 205497.671875 1295299.0 205507.84375 1295350.0 205518.046875 1295400.0 205528.25 1295449.0 205538.4375 1295500.0 205548.625 1295550.0 205558.8125 1295599.0 205569.0 1295650.0 205579.1875 1295700.0 205589.375 1295749.0 205599.546875 1295800.0 205609.734375 1295850.0 205619.9375 1295899.0 205630.125 1295950.0 205640.3125 1296000.0 205650.515625 1296049.0 205660.71875 1296100.0 205670.90625 1296150.0 205681.125 1296199.0 205691.3125 1296250.0 205701.53125 1296300.0 205711.734375 1296349.0 205721.921875 1296400.0 205732.109375 1296450.0 205742.3125 1296499.0 205752.5 1296550.0 205762.6875 1296600.0 205772.890625 1296649.0 205783.078125 1296700.0 205793.28125 1296750.0 205803.484375 1296799.0 205813.6875 1296850.0 205823.890625 1296900.0 205834.09375 1296949.0 205844.3125 1297000.0 205854.53125 1297050.0 205864.734375 1297099.0 205874.953125 1297150.0 205885.15625 1297200.0 205895.375 1297249.0 205905.59375 1297300.0 205915.8125 1297350.0 205926.03125 1297399.0 205936.25 1297450.0 205946.484375 1297500.0 205956.71875 1297549.0 205966.9375 1297600.0 205977.1875 1297650.0 205987.4375 1297699.0 205997.671875 1297750.0 206007.90625 1297800.0 206018.15625 1297849.0 206028.40625 1297900.0 206038.65625 1297950.0 206048.875 1297999.0 206059.109375 1298050.0 206069.34375 1298100.0 206079.5625 1298149.0 206089.796875 1298200.0 206100.03125 1298250.0 206110.25 1298299.0 206120.484375 1298350.0 206130.71875 1298400.0 206140.953125 1298449.0 206151.1875 1298500.0 206161.40625 1298550.0 206171.625 1298599.0 206181.859375 1298650.0 206192.09375 1298700.0 206202.3125 1298749.0 206212.53125 1298800.0 206222.75 1298850.0 206232.984375 1298899.0 206243.21875 1298950.0 206253.453125 1299000.0 206263.6875 1299049.0 206273.9375 1299100.0 206284.15625 1299150.0 206294.40625 1299199.0 206304.65625 1299250.0 206314.890625 1299300.0 206325.125 1299349.0 206335.296875 1299400.0 206345.4375 1299450.0 206355.5625 1299499.0 206365.6875 1299550.0 206375.828125 1299600.0 206385.984375 1299649.0 206396.15625 1299700.0 206406.3125 1299750.0 206416.46875 1299799.0 206426.640625 1299850.0 206436.8125 1299900.0 206446.984375 1299949.0 206457.078125 1300000.0 206467.1875 1300050.0 206477.296875 1300099.0 206487.421875 1300150.0 206497.5625 1300200.0 206507.703125 1300249.0 206517.84375 1300300.0 206528.015625 1300350.0 206538.1875 1300399.0 206548.328125 1300450.0 206558.46875 1300500.0 206568.59375 1300549.0 206578.734375 1300600.0 206588.875 1300650.0 206599.0 1300699.0 206609.125 1300750.0 206619.265625 1300800.0 206629.40625 1300849.0 206639.515625 1300900.0 206649.625 1300950.0 206659.765625 1300999.0 206669.90625 1301050.0 206680.03125 1301100.0 206690.15625 1301149.0 206700.3125 1301200.0 206710.46875 1301250.0 206720.609375 1301299.0 206730.765625 1301350.0 206740.9375 1301400.0 206751.0625 1301449.0 206761.234375 1301500.0 206771.375 1301550.0 206781.53125 1301599.0 206791.6875 1301650.0 206801.84375 1301700.0 206812.03125 1301749.0 206822.1875 1301800.0 206832.34375 1301850.0 206842.53125 1301899.0 206852.6875 1301950.0 206862.859375 1302000.0 206873.03125 1302049.0 206883.203125 1302100.0 206893.375 1302150.0 206903.53125 1302199.0 206913.6875 1302250.0 206923.84375 1302300.0 206934.0 1302349.0 206944.15625 1302400.0 206954.3125 1302450.0 206964.46875 1302499.0 206974.625 1302550.0 206984.796875 1302600.0 206994.96875 1302649.0 207005.125 1302700.0 207015.28125 1302750.0 207025.46875 1302799.0 207035.625 1302850.0 207045.796875 1302900.0 207055.96875 1302949.0 207066.15625 1303000.0 207076.3125 1303050.0 207086.5 1303099.0 207096.6875 1303150.0 207106.859375 1303200.0 207117.03125 1303249.0 207127.21875 1303300.0 207137.390625 1303350.0 207147.5625 1303399.0 207157.75 1303450.0 207167.9375 1303500.0 207178.09375 1303549.0 207188.28125 1303600.0 207198.453125 1303650.0 207208.625 1303699.0 207218.8125 1303750.0 207228.9375 1303800.0 207239.078125 1303849.0 207249.21875 1303900.0 207259.375 1303950.0 207269.5 1303999.0 207279.640625 1304050.0 207289.796875 1304100.0 207299.9375 1304149.0 207310.09375 1304200.0 207320.25 1304250.0 207330.40625 1304299.0 207340.578125 1304350.0 207350.71875 1304400.0 207360.875 1304449.0 207371.0625 1304500.0 207381.21875 1304550.0 207391.375 1304599.0 207401.5625 1304650.0 207411.71875 1304700.0 207421.90625 1304749.0 207432.0625 1304800.0 207442.21875 1304850.0 207452.390625 1304899.0 207462.546875 1304950.0 207472.71875 1305000.0 207482.890625 1305049.0 207493.0625 1305100.0 207503.1875 1305150.0 207513.34375 1305199.0 207523.484375 1305250.0 207533.625 1305300.0 207543.78125 1305349.0 207553.9375 1305400.0 207564.09375 1305450.0 207574.25 1305499.0 207584.40625 1305550.0 207594.5625 1305600.0 207604.703125 1305649.0 207614.859375 1305700.0 207625.03125 1305750.0 207635.171875 1305799.0 207645.328125 1305850.0 207655.5 1305900.0 207665.65625 1305949.0 207675.8125 1306000.0 207685.96875 1306050.0 207696.15625 1306099.0 207706.3125 1306150.0 207716.484375 1306200.0 207726.65625 1306249.0 207736.8125 1306300.0 207746.984375 1306350.0 207757.15625 1306399.0 207767.328125 1306450.0 207777.5 1306500.0 207787.65625 1306549.0 207797.8125 1306600.0 207807.984375 1306650.0 207818.15625 1306699.0 207828.296875 1306750.0 207838.40625 1306800.0 207848.53125 1306849.0 207858.671875 1306900.0 207868.796875 1306950.0 207878.921875 1306999.0 207889.046875 1307050.0 207899.1875 1307100.0 207909.3125 1307149.0 207919.46875 1307200.0 207929.59375 1307250.0 207939.734375 1307299.0 207949.875 1307350.0 207960.015625 1307400.0 207970.15625 1307449.0 207980.3125 1307500.0 207990.453125 1307550.0 208000.59375 1307599.0 208010.765625 1307650.0 208020.9375 1307700.0 208031.09375 1307749.0 208041.25 1307800.0 208051.421875 1307850.0 208061.5625 1307899.0 208071.734375 1307950.0 208081.890625 1308000.0 208092.0625 1308049.0 208102.21875 1308100.0 208112.375 1308150.0 208122.5625 1308199.0 208132.71875 1308250.0 208142.90625 1308300.0 208153.0625 1308349.0 208163.25 1308400.0 208173.421875 1308450.0 208183.59375 1308499.0 208193.78125 1308550.0 208203.96875 1308600.0 208214.15625 1308649.0 208224.328125 1308700.0 208234.515625 1308750.0 208244.703125 1308799.0 208254.890625 1308850.0 208265.0625 1308900.0 208275.234375 1308949.0 208285.40625 1309000.0 208295.59375 1309050.0 208305.75 1309099.0 208315.9375 1309150.0 208326.125 1309200.0 208336.3125 1309249.0 208346.5 1309300.0 208356.6875 1309350.0 208366.890625 1309399.0 208377.078125 1309450.0 208387.28125 1309500.0 208397.484375 1309549.0 208407.6875 1309600.0 208417.890625 1309650.0 208428.09375 1309699.0 208438.296875 1309750.0 208448.5 1309800.0 208458.71875 1309849.0 208468.921875 1309900.0 208479.125 1309950.0 208489.34375 1309999.0 208499.546875 1310050.0 208509.78125 1310100.0 208520.0 1310149.0 208530.234375 1310200.0 208540.453125 1310250.0 208550.6875 1310299.0 208560.921875 1310350.0 208571.15625 1310400.0 208581.40625 1310449.0 208591.625 1310500.0 208601.890625 1310550.0 208612.125 1310599.0 208622.375 1310650.0 208632.625 1310700.0 208642.859375 1310749.0 208653.078125 1310800.0 208663.28125 1310850.0 208673.5 1310899.0 208683.71875 1310950.0 208693.953125 1311000.0 208704.171875 1311049.0 208714.40625 1311100.0 208724.625 1311150.0 208734.84375 1311199.0 208745.0625 1311250.0 208755.3125 1311300.0 208765.53125 1311349.0 208775.75 1311400.0 208785.96875 1311450.0 208796.203125 1311499.0 208806.4375 1311550.0 208816.671875 1311600.0 208826.90625 1311649.0 208837.15625 1311700.0 208847.40625 1311750.0 208857.640625 1311799.0 208867.875 1311850.0 208878.125 1311900.0 208888.375 1311949.0 208898.625 1312000.0 208908.890625 1312050.0 208919.140625 1312099.0 208929.390625 1312150.0 208939.625 1312200.0 208949.875 1312249.0 208960.125 1312300.0 208970.359375 1312350.0 208980.59375 1312399.0 208990.84375 1312450.0 209001.078125 1312500.0 209011.3125 1312549.0 209021.5625 1312600.0 209031.78125 1312650.0 209042.03125 1312699.0 209052.28125 1312750.0 209062.515625 1312800.0 209072.75 1312849.0 209083.0 1312900.0 209093.15625 1312950.0 209103.3125 1312999.0 209113.484375 1313050.0 209123.640625 1313100.0 209133.796875 1313149.0 209143.96875 1313200.0 209154.125 1313250.0 209164.28125 1313299.0 209174.453125 1313350.0 209184.625 1313400.0 209194.78125 1313449.0 209204.96875 1313500.0 209215.140625 1313550.0 209225.3125 1313599.0 209235.5 1313650.0 209245.6875 1313700.0 209255.875 1313749.0 209266.0625 1313800.0 209276.25 1313850.0 209286.4375 1313899.0 209296.640625 1313950.0 209306.84375 1314000.0 209317.046875 1314049.0 209327.25 1314100.0 209337.46875 1314150.0 209347.6875 1314199.0 209357.90625 1314250.0 209368.125 1314300.0 209378.34375 1314349.0 209388.5625 1314400.0 209398.796875 1314450.0 209409.0 1314499.0 209419.21875 1314550.0 209429.40625 1314600.0 209439.578125 1314649.0 209449.75 1314700.0 209459.921875 1314750.0 209470.09375 1314799.0 209480.28125 1314850.0 209490.46875 1314900.0 209500.65625 1314949.0 209510.84375 1315000.0 209521.03125 1315050.0 209531.21875 1315099.0 209541.40625 1315150.0 209551.59375 1315200.0 209561.78125 1315249.0 209571.984375 1315300.0 209582.1875 1315350.0 209592.375 1315399.0 209602.578125 1315450.0 209612.78125 1315500.0 209622.984375 1315549.0 209633.1875 1315600.0 209643.40625 1315650.0 209653.625 1315699.0 209663.84375 1315750.0 209674.046875 1315800.0 209684.234375 1315849.0 209694.4375 1315900.0 209704.625 1315950.0 209714.84375 1315999.0 209725.03125 1316050.0 209735.25 1316100.0 209745.453125 1316149.0 209755.65625 1316200.0 209765.890625 1316250.0 209776.109375 1316299.0 209786.34375 1316350.0 209796.546875 1316400.0 209806.765625 1316449.0 209816.96875 1316500.0 209827.1875 1316550.0 209837.375 1316599.0 209847.5625 1316650.0 209857.78125 1316700.0 209867.96875 1316749.0 209878.1875 1316800.0 209888.375 1316850.0 209898.59375 1316899.0 209908.8125 1316950.0 209919.03125 1317000.0 209929.25 1317049.0 209939.453125 1317100.0 209949.671875 1317150.0 209959.890625 1317199.0 209970.109375 1317250.0 209980.34375 1317300.0 209990.5625 1317349.0 210000.78125 1317400.0 210011.0 1317450.0 210021.21875 1317499.0 210031.421875 1317550.0 210041.625 1317600.0 210051.84375 1317649.0 210062.046875 1317700.0 210072.25 1317750.0 210082.453125 1317799.0 210092.65625 1317850.0 210102.84375 1317900.0 210113.0625 1317949.0 210123.25 1318000.0 210133.46875 1318050.0 210143.671875 1318099.0 210153.875 1318150.0 210164.09375 1318200.0 210174.296875 1318249.0 210184.5 1318300.0 210194.71875 1318350.0 210204.90625 1318399.0 210215.109375 1318450.0 210225.3125 1318500.0 210235.5 1318549.0 210245.703125 1318600.0 210255.90625 1318650.0 210266.09375 1318699.0 210276.28125 1318750.0 210286.46875 1318800.0 210296.65625 1318849.0 210306.84375 1318900.0 210317.03125 1318950.0 210327.21875 1318999.0 210337.40625 1319050.0 210347.59375 1319100.0 210357.78125 1319149.0 210367.96875 1319200.0 210378.140625 1319250.0 210388.328125 1319299.0 210398.515625 1319350.0 210408.703125 1319400.0 210418.890625 1319449.0 210429.078125 1319500.0 210439.25 1319550.0 210449.453125 1319599.0 210459.640625 1319650.0 210469.84375 1319700.0 210480.03125 1319749.0 210490.21875 1319800.0 210500.4375 1319850.0 210510.625 1319899.0 210520.84375 1319950.0 210531.0625 1320000.0 210541.265625 1320049.0 210551.46875 1320100.0 210561.65625 1320150.0 210571.84375 1320199.0 210582.03125 1320250.0 210592.21875 1320300.0 210602.40625 1320349.0 210612.59375 1320400.0 210622.78125 1320450.0 210632.984375 1320499.0 210643.1875 1320550.0 210653.375 1320600.0 210663.5625 1320649.0 210673.78125 1320700.0 210684.0 1320750.0 210694.203125 1320799.0 210704.40625 1320850.0 210714.625 1320900.0 210724.828125 1320949.0 210735.03125 1321000.0 210745.234375 1321050.0 210755.4375 1321099.0 210765.65625 1321150.0 210775.859375 1321200.0 210786.078125 1321249.0 210796.28125 1321300.0 210806.484375 1321350.0 210816.6875 1321399.0 210826.875 1321450.0 210837.0625 1321500.0 210847.265625 1321549.0 210857.46875 1321600.0 210867.65625 1321650.0 210877.84375 1321699.0 210888.046875 1321750.0 210898.25 1321800.0 210908.4375 1321849.0 210918.65625 1321900.0 210928.84375 1321950.0 210939.0625 1321999.0 210949.265625 1322050.0 210959.46875 1322100.0 210969.6875 1322149.0 210979.890625 1322200.0 210990.09375 1322250.0 211000.3125 1322299.0 211010.53125 1322350.0 211020.734375 1322400.0 211030.96875 1322449.0 211041.1875 1322500.0 211051.40625 1322550.0 211061.640625 1322599.0 211071.890625 1322650.0 211082.125 1322700.0 211092.375 1322749.0 211102.59375 1322800.0 211112.828125 1322850.0 211123.046875 1322899.0 211133.28125 1322950.0 211143.5 1323000.0 211153.71875 1323049.0 211163.9375 1323100.0 211174.15625 1323150.0 211184.375 1323199.0 211194.59375 1323250.0 211204.8125 1323300.0 211215.03125 1323349.0 211225.28125 1323400.0 211235.5 1323450.0 211245.75 1323499.0 211256.0 1323550.0 211266.25 1323600.0 211276.53125 1323649.0 211286.8125 1323700.0 211297.09375 1323750.0 211307.40625 1323799.0 211317.71875 1323850.0 211328.03125 1323900.0 211338.359375 1323949.0 211348.609375 1324000.0 211358.875 1324050.0 211369.140625 1324099.0 211379.40625 1324150.0 211389.640625 1324200.0 211399.890625 1324249.0 211410.15625 1324300.0 211420.421875 1324350.0 211430.6875 1324399.0 211440.9375 1324450.0 211451.140625 1324500.0 211461.34375 1324549.0 211471.546875 1324600.0 211481.75 1324650.0 211491.96875 1324699.0 211502.15625 1324750.0 211512.3125 1324800.0 211522.46875 1324849.0 211532.625 1324900.0 211542.8125 1324950.0 211552.96875 1324999.0 211563.15625 1325050.0 211573.328125 1325100.0 211583.5 1325149.0 211593.671875 1325200.0 211603.84375 1325250.0 211614.015625 1325299.0 211624.1875 1325350.0 211634.359375 1325400.0 211644.53125 1325449.0 211654.6875 1325500.0 211664.859375 1325550.0 211675.03125 1325599.0 211685.203125 1325650.0 211695.375 1325700.0 211705.5625 1325749.0 211715.75 1325800.0 211725.9375 1325850.0 211736.125 1325899.0 211746.3125 1325950.0 211756.5 1326000.0 211766.6875 1326049.0 211776.875 1326100.0 211787.0625 1326150.0 211797.25 1326199.0 211807.375 1326250.0 211817.515625 1326300.0 211827.65625 1326349.0 211837.8125 1326400.0 211847.9375 1326450.0 211858.109375 1326499.0 211868.25 1326550.0 211878.40625 1326600.0 211888.5625 1326649.0 211898.703125 1326700.0 211908.84375 1326750.0 211918.984375 1326799.0 211929.125 1326850.0 211939.265625 1326900.0 211949.375 1326949.0 211959.5 1327000.0 211969.625 1327050.0 211979.75 1327099.0 211989.875 1327150.0 212000.0 1327200.0 212010.125 1327249.0 212020.25 1327300.0 212030.40625 1327350.0 212040.53125 1327399.0 212050.6875 1327450.0 212060.828125 1327500.0 212071.0 1327549.0 212081.140625 1327600.0 212091.3125 1327650.0 212101.46875 1327699.0 212111.65625 1327750.0 212121.828125 1327800.0 212132.0 1327849.0 212142.1875 1327900.0 212152.375 1327950.0 212162.53125 1327999.0 212172.703125 1328050.0 212182.84375 1328100.0 212193.015625 1328149.0 212203.171875 1328200.0 212213.34375 1328250.0 212223.5 1328299.0 212233.671875 1328350.0 212243.84375 1328400.0 212254.03125 1328449.0 212264.1875 1328500.0 212274.375 1328550.0 212284.59375 1328599.0 212294.78125 1328650.0 212304.96875 1328700.0 212315.15625 1328749.0 212325.359375 1328800.0 212335.5625 1328850.0 212345.75 1328899.0 212355.9375 1328950.0 212366.125 1329000.0 212376.328125 1329049.0 212386.53125 1329100.0 212396.71875 1329150.0 212406.921875 1329199.0 212417.125 1329250.0 212427.3125 1329300.0 212437.53125 1329349.0 212447.71875 1329400.0 212457.90625 1329450.0 212468.09375 1329499.0 212478.28125 1329550.0 212488.46875 1329600.0 212498.65625 1329649.0 212508.8125 1329700.0 212519.015625 1329750.0 212529.21875 1329799.0 212539.40625 1329850.0 212549.5625 1329900.0 212559.734375 1329949.0 212569.90625 1330000.0 212580.0625 1330050.0 212590.234375 1330099.0 212600.390625 1330150.0 212610.5625 1330200.0 212620.71875 1330249.0 212630.875 1330300.0 212641.03125 1330350.0 212651.1875 1330399.0 212661.328125 1330450.0 212671.484375 1330500.0 212681.625 1330549.0 212691.78125 1330600.0 212701.90625 1330650.0 212712.0625 1330699.0 212722.21875 1330750.0 212732.375 1330800.0 212742.5625 1330849.0 212752.71875 1330900.0 212762.890625 1330950.0 212773.078125 1330999.0 212783.25 1331050.0 212793.4375 1331100.0 212803.59375 1331149.0 212813.765625 1331200.0 212823.953125 1331250.0 212834.125 1331299.0 212844.3125 1331350.0 212854.515625 1331400.0 212864.71875 1331449.0 212874.90625 1331500.0 212885.09375 1331550.0 212895.3125 1331599.0 212905.515625 1331650.0 212915.71875 1331700.0 212925.921875 1331749.0 212936.125 1331800.0 212946.28125 1331850.0 212956.40625 1331899.0 212966.5625 1331950.0 212976.703125 1332000.0 212986.875 1332049.0 212997.03125 1332100.0 213007.203125 1332150.0 213017.375 1332199.0 213027.5625 1332250.0 213037.71875 1332300.0 213047.90625 1332349.0 213058.09375 1332400.0 213068.28125 1332450.0 213078.46875 1332499.0 213088.625 1332550.0 213098.8125 1332600.0 213109.0 1332649.0 213119.171875 1332700.0 213129.359375 1332750.0 213139.53125 1332799.0 213149.71875 1332850.0 213159.890625 1332900.0 213170.078125 1332949.0 213180.265625 1333000.0 213190.46875 1333050.0 213200.6875 1333099.0 213210.90625 1333150.0 213221.140625 1333200.0 213231.40625 1333249.0 213241.65625 1333300.0 213251.921875 1333350.0 213262.203125 1333399.0 213272.5 1333450.0 213282.8125 1333500.0 213293.125 1333549.0 213303.40625 1333600.0 213313.65625 1333650.0 213323.890625 1333699.0 213334.125 1333750.0 213344.375 1333800.0 213354.59375 1333849.0 213364.828125 1333900.0 213375.0625 1333950.0 213385.28125 1333999.0 213395.5 1334050.0 213405.71875 1334100.0 213415.9375 1334149.0 213426.1875 1334200.0 213436.4375 1334250.0 213446.6875 1334299.0 213456.921875 1334350.0 213467.15625 1334400.0 213477.40625 1334449.0 213487.65625 1334500.0 213497.921875 1334550.0 213508.1875 1334599.0 213518.46875 1334650.0 213528.734375 1334700.0 213539.015625 1334749.0 213549.296875 1334800.0 213559.59375 1334850.0 213569.875 1334899.0 213580.1875 1334950.0 213590.46875 1335000.0 213600.765625 1335049.0 213611.0625 1335100.0 213621.359375 1335150.0 213631.65625 1335199.0 213641.9375 1335250.0 213652.25 1335300.0 213662.546875 1335349.0 213672.84375 1335400.0 213683.15625 1335450.0 213693.453125 1335499.0 213703.75 1335550.0 213714.0625 1335600.0 213724.375 1335649.0 213734.6875 1335700.0 213745.0 1335750.0 213755.3125 1335799.0 213765.625 1335850.0 213775.875 1335900.0 213786.125 1335949.0 213796.375 1336000.0 213806.59375 1336050.0 213816.84375 1336099.0 213827.09375 1336150.0 213837.34375 1336200.0 213847.546875 1336249.0 213857.71875 1336300.0 213867.90625 1336350.0 213878.09375 1336399.0 213888.28125 1336450.0 213898.46875 1336500.0 213908.671875 1336549.0 213918.890625 1336600.0 213929.09375 1336650.0 213939.28125 1336699.0 213949.484375 1336750.0 213959.6875 1336800.0 213969.90625 1336849.0 213980.125 1336900.0 213990.375 1336950.0 214000.578125 1336999.0 214010.78125 1337050.0 214021.0 1337100.0 214031.203125 1337149.0 214041.40625 1337200.0 214051.625 1337250.0 214061.84375 1337299.0 214072.078125 1337350.0 214082.3125 1337400.0 214092.546875 1337449.0 214102.78125 1337500.0 214113.03125 1337550.0 214123.28125 1337599.0 214133.515625 1337650.0 214143.765625 1337700.0 214154.015625 1337749.0 214164.265625 1337800.0 214174.53125 1337850.0 214184.78125 1337899.0 214195.046875 1337950.0 214205.3125 1338000.0 214215.578125 1338049.0 214225.84375 1338100.0 214236.0625 1338150.0 214246.28125 1338199.0 214256.53125 1338250.0 214266.75 1338300.0 214277.0 1338349.0 214287.25 1338400.0 214297.484375 1338450.0 214307.71875 1338499.0 214317.96875 1338550.0 214328.1875 1338600.0 214338.4375 1338649.0 214348.671875 1338700.0 214358.921875 1338750.0 214369.15625 1338799.0 214379.40625 1338850.0 214388.5625 1338900.0 214397.59375 1338949.0 214407.453125 1339000.0 214414.28125 1339050.0 214420.75 1339099.0 214430.9375 1339150.0 214441.09375 1339200.0 214449.84375 1339249.0 214458.71875 1339300.0 214468.890625 1339350.0 214476.375 1339399.0 214486.5625 1339450.0 214496.6875 1339500.0 214505.875 1339549.0 214516.046875 1339600.0 214525.21875 1339650.0 214535.28125 1339699.0 214539.15625 1339750.0 214545.4375 1339800.0 214552.1875 1339849.0 214562.21875 1339900.0 214570.78125 1339950.0 214578.6875 1339999.0 214588.03125 1340050.0 214597.375 1340100.0 214607.5625 1340149.0 214617.34375 1340200.0 214627.015625 1340250.0 214636.984375 1340299.0 214646.5625 1340350.0 214656.53125 1340400.0 214666.4375 1340449.0 214676.84375 1340500.0 214686.90625 1340550.0 214696.78125 1340599.0 214706.890625 1340650.0 214716.84375 1340700.0 214726.921875 1340749.0 214736.90625 1340800.0 214746.96875 1340850.0 214757.25 1340899.0 214767.375 1340950.0 214777.5625 1341000.0 214787.6875 1341049.0 214797.875 1341100.0 214807.984375 1341150.0 214818.203125 1341199.0 214828.5 1341250.0 214838.75 1341300.0 214849.0 1341349.0 214859.234375 1341400.0 214869.4375 1341450.0 214879.65625 1341499.0 214889.9375 1341550.0 214900.09375 1341600.0 214910.390625 1341649.0 214920.625 1341700.0 214930.84375 1341750.0 214941.0625 1341799.0 214951.234375 1341850.0 214961.625 1341900.0 214971.78125 1341949.0 214982.0625 1342000.0 214992.28125 1342050.0 215002.46875 1342099.0 215012.6875 1342150.0 215022.84375 1342200.0 215033.0625 1342249.0 215043.21875 1342300.0 215053.359375 1342350.0 215063.5 1342399.0 215073.625 1342450.0 215083.78125 1342500.0 215094.0 1342549.0 215104.125 1342600.0 215114.265625 1342650.0 215124.40625 1342699.0 215134.53125 1342750.0 215144.671875 1342800.0 215154.8125 1342849.0 215164.96875 1342900.0 215175.109375 1342950.0 215185.265625 1342999.0 215195.40625 1343050.0 215205.578125 1343100.0 215215.71875 1343149.0 215225.84375 1343200.0 215235.984375 1343250.0 215246.125 1343299.0 215256.28125 1343350.0 215266.421875 1343400.0 215276.578125 1343449.0 215286.734375 1343500.0 215296.890625 1343550.0 215307.046875 1343599.0 215317.203125 1343650.0 215327.359375 1343700.0 215337.5 1343749.0 215347.625 1343800.0 215357.765625 1343850.0 215367.90625 1343899.0 215378.03125 1343950.0 215388.171875 1344000.0 215398.296875 1344049.0 215408.4375 1344100.0 215418.5625 1344150.0 215428.703125 1344199.0 215438.84375 1344250.0 215448.984375 1344300.0 215459.109375 1344349.0 215469.25 1344400.0 215479.390625 1344450.0 215489.53125 1344499.0 215499.6875 1344550.0 215509.828125 1344600.0 215519.96875 1344649.0 215530.109375 1344700.0 215540.25 1344750.0 215550.328125 1344799.0 215560.453125 1344850.0 215570.546875 1344900.0 215580.6875 1344949.0 215590.8125 1345000.0 215600.9375 1345050.0 215611.09375 1345099.0 215621.21875 1345150.0 215631.390625 1345200.0 215641.53125 1345249.0 215651.703125 1345300.0 215661.859375 1345350.0 215672.03125 1345399.0 215682.1875 1345450.0 215692.375 1345500.0 215702.53125 1345549.0 215712.71875 1345600.0 215722.875 1345650.0 215733.0625 1345699.0 215743.234375 1345750.0 215753.40625 1345800.0 215763.59375 1345849.0 215773.78125 1345900.0 215783.953125 1345950.0 215794.140625 1345999.0 215804.3125 1346050.0 215814.5 1346100.0 215824.6875 1346149.0 215834.875 1346200.0 215845.0625 1346250.0 215855.25 1346299.0 215865.4375 1346350.0 215875.625 1346400.0 215885.8125 1346449.0 215896.0 1346500.0 215906.203125 1346550.0 215916.40625 1346599.0 215926.59375 1346650.0 215936.78125 1346700.0 215946.96875 1346749.0 215957.140625 1346800.0 215967.3125 1346850.0 215977.5 1346899.0 215987.671875 1346950.0 215997.859375 1347000.0 216008.03125 1347049.0 216018.21875 1347100.0 216028.421875 1347150.0 216038.609375 1347199.0 216048.78125 1347250.0 216058.9375 1347300.0 216069.125 1347349.0 216079.28125 1347400.0 216089.453125 1347450.0 216099.625 1347499.0 216109.796875 1347550.0 216119.96875 1347600.0 216130.140625 1347649.0 216140.3125 1347700.0 216150.484375 1347750.0 216160.65625 1347799.0 216170.84375 1347850.0 216181.03125 1347900.0 216191.203125 1347949.0 216201.390625 1348000.0 216211.59375 1348050.0 216221.78125 1348099.0 216231.953125 1348150.0 216242.125 1348200.0 216252.3125 1348249.0 216262.484375 1348300.0 216272.65625 1348350.0 216282.84375 1348399.0 216293.015625 1348450.0 216303.1875 1348500.0 216313.375 1348549.0 216323.578125 1348600.0 216333.78125 1348650.0 216343.96875 1348699.0 216354.1875 1348750.0 216364.34375 1348800.0 216374.515625 1348849.0 216384.6875 1348900.0 216394.84375 1348950.0 216405.0 1348999.0 216415.15625 1349050.0 216425.3125 1349100.0 216435.46875 1349149.0 216445.625 1349200.0 216455.78125 1349250.0 216465.9375 1349299.0 216476.09375 1349350.0 216486.28125 1349400.0 216496.4375 1349449.0 216506.59375 1349500.0 216516.75 1349550.0 216526.90625 1349599.0 216537.0625 1349650.0 216547.21875 1349700.0 216557.359375 1349749.0 216567.5 1349800.0 216577.65625 1349850.0 216587.796875 1349899.0 216597.9375 1349950.0 216608.0625 1350000.0 216618.203125 1350049.0 216628.34375 1350100.0 216638.484375 1350150.0 216648.625 1350199.0 216658.78125 1350250.0 216668.9375 1350300.0 216679.078125 1350349.0 216689.21875 1350400.0 216699.375 1350450.0 216709.53125 1350499.0 216719.6875 1350550.0 216729.84375 1350600.0 216740.0 1350649.0 216750.15625 1350700.0 216760.328125 1350750.0 216770.484375 1350799.0 216780.640625 1350850.0 216790.8125 1350900.0 216800.96875 1350949.0 216811.125 1351000.0 216821.296875 1351050.0 216831.46875 1351099.0 216841.625 1351150.0 216851.796875 1351200.0 216861.96875 1351249.0 216872.140625 1351300.0 216882.28125 1351350.0 216892.4375 1351399.0 216902.578125 1351450.0 216912.71875 1351500.0 216922.875 1351549.0 216933.0 1351600.0 216943.15625 1351650.0 216953.296875 1351699.0 216963.4375 1351750.0 216973.578125 1351800.0 216983.703125 1351849.0 216993.84375 1351900.0 217003.96875 1351950.0 217014.125 1351999.0 217024.25 1352050.0 217034.40625 1352100.0 217044.546875 1352149.0 217054.6875 1352200.0 217064.828125 1352250.0 217074.96875 1352299.0 217085.125 1352350.0 217095.28125 1352400.0 217105.4375 1352449.0 217115.59375 1352500.0 217125.734375 1352550.0 217135.875 1352599.0 217145.96875 1352650.0 217156.0625 1352700.0 217166.21875 1352749.0 217176.34375 1352800.0 217186.484375 1352850.0 217196.640625 1352899.0 217206.78125 1352950.0 217216.9375 1353000.0 217227.09375 1353049.0 217237.25 1353100.0 217247.40625 1353150.0 217257.5625 1353199.0 217267.703125 1353250.0 217277.84375 1353300.0 217288.015625 1353349.0 217298.15625 1353400.0 217308.328125 1353450.0 217318.484375 1353499.0 217328.65625 1353550.0 217338.8125 1353600.0 217348.96875 1353649.0 217359.125 1353700.0 217369.296875 1353750.0 217379.46875 1353799.0 217389.625 1353850.0 217399.796875 1353900.0 217409.96875 1353949.0 217420.125 1354000.0 217430.28125 1354050.0 217440.453125 1354099.0 217450.625 1354150.0 217460.796875 1354200.0 217470.96875 1354249.0 217481.125 1354300.0 217491.3125 1354350.0 217501.5 1354399.0 217511.671875 1354450.0 217521.859375 1354500.0 217532.046875 1354549.0 217542.21875 1354600.0 217552.40625 1354650.0 217562.578125 1354699.0 217572.75 1354750.0 217582.921875 1354800.0 217593.09375 1354849.0 217603.265625 1354900.0 217613.4375 1354950.0 217623.625 1354999.0 217633.8125 1355050.0 217643.984375 1355100.0 217654.171875 1355149.0 217664.359375 1355200.0 217674.5625 1355250.0 217684.75 1355299.0 217694.953125 1355350.0 217705.15625 1355400.0 217715.359375 1355449.0 217725.5625 1355500.0 217735.78125 1355550.0 217745.984375 1355599.0 217756.1875 1355650.0 217766.375 1355700.0 217776.5625 1355749.0 217786.75 1355800.0 217796.921875 1355850.0 217807.109375 1355899.0 217817.28125 1355950.0 217827.46875 1356000.0 217837.640625 1356049.0 217847.8125 1356100.0 217858.0 1356150.0 217868.1875 1356199.0 217878.375 1356250.0 217888.53125 1356300.0 217898.703125 1356349.0 217908.875 1356400.0 217919.03125 1356450.0 217929.203125 1356499.0 217939.375 1356550.0 217949.53125 1356600.0 217959.6875 1356649.0 217969.859375 1356700.0 217980.03125 1356750.0 217990.1875 1356799.0 218000.359375 1356850.0 218010.515625 1356900.0 218020.6875 1356949.0 218030.84375 1357000.0 218041.0 1357050.0 218051.1875 1357099.0 218061.34375 1357150.0 218071.515625 1357200.0 218081.703125 1357249.0 218091.875 1357300.0 218102.0625 1357350.0 218112.234375 1357399.0 218122.40625 1357450.0 218132.5625 1357500.0 218142.734375 1357549.0 218152.90625 1357600.0 218163.0625 1357650.0 218173.234375 1357699.0 218183.40625 1357750.0 218193.5625 1357800.0 218203.71875 1357849.0 218213.84375 1357900.0 218223.96875 1357950.0 218234.09375 1357999.0 218244.21875 1358050.0 218254.359375 1358100.0 218264.5 1358149.0 218274.65625 1358200.0 218284.8125 1358250.0 218294.953125 1358299.0 218305.09375 1358350.0 218315.25 1358400.0 218325.40625 1358449.0 218335.5625 1358500.0 218345.71875 1358550.0 218355.875 1358599.0 218366.03125 1358650.0 218376.203125 1358700.0 218386.375 1358749.0 218396.546875 1358800.0 218406.71875 1358850.0 218416.890625 1358899.0 218427.0625 1358950.0 218437.234375 1359000.0 218447.40625 1359049.0 218457.59375 1359100.0 218467.765625 1359150.0 218477.9375 1359199.0 218488.125 1359250.0 218498.3125 1359300.0 218508.484375 1359349.0 218518.671875 1359400.0 218528.8125 1359450.0 218538.96875 1359499.0 218549.125 1359550.0 218559.28125 1359600.0 218569.40625 1359649.0 218579.546875 1359700.0 218589.6875 1359750.0 218599.84375 1359799.0 218610.0 1359850.0 218620.15625 1359900.0 218630.3125 1359949.0 218640.46875 1360000.0 218650.625 1360050.0 218660.78125 1360099.0 218670.9375 1360150.0 218681.09375 1360200.0 218691.234375 1360249.0 218701.375 1360300.0 218711.53125 1360350.0 218721.6875 1360399.0 218731.828125 1360450.0 218741.984375 1360500.0 218752.125 1360549.0 218762.28125 1360600.0 218772.4375 1360650.0 218782.59375 1360699.0 218792.765625 1360750.0 218802.9375 1360800.0 218813.109375 1360849.0 218823.28125 1360900.0 218833.46875 1360950.0 218843.65625 1360999.0 218853.828125 1361050.0 218864.015625 1361100.0 218874.203125 1361149.0 218884.375 1361200.0 218894.546875 1361250.0 218904.71875 1361299.0 218914.90625 1361350.0 218925.0625 1361400.0 218935.234375 1361449.0 218945.40625 1361500.0 218955.53125 1361550.0 218965.671875 1361599.0 218975.8125 1361650.0 218985.921875 1361700.0 218996.046875 1361749.0 219006.1875 1361800.0 219016.34375 1361850.0 219026.5 1361899.0 219036.65625 1361950.0 219046.8125 1362000.0 219056.96875 1362049.0 219067.140625 1362100.0 219077.3125 1362150.0 219087.5 1362199.0 219097.671875 1362250.0 219107.84375 1362300.0 219118.0 1362349.0 219128.1875 1362400.0 219138.34375 1362450.0 219148.53125 1362499.0 219158.703125 1362550.0 219168.875 1362600.0 219179.0625 1362649.0 219189.25 1362700.0 219199.421875 1362750.0 219209.59375 1362799.0 219219.796875 1362850.0 219229.96875 1362900.0 219240.171875 1362949.0 219250.359375 1363000.0 219260.5625 1363050.0 219270.75 1363099.0 219280.953125 1363150.0 219291.15625 1363200.0 219301.328125 1363249.0 219311.515625 1363300.0 219321.703125 1363350.0 219331.890625 1363399.0 219342.078125 1363450.0 219352.25 1363500.0 219362.453125 1363549.0 219372.625 1363600.0 219382.8125 1363650.0 219393.0 1363699.0 219403.171875 1363750.0 219413.34375 1363800.0 219423.515625 1363849.0 219433.6875 1363900.0 219443.875 1363950.0 219454.03125 1363999.0 219464.21875 1364050.0 219474.390625 1364100.0 219484.5625 1364149.0 219494.6875 1364200.0 219504.828125 1364250.0 219514.96875 1364299.0 219525.125 1364350.0 219535.28125 1364400.0 219545.4375 1364449.0 219555.578125 1364500.0 219565.71875 1364550.0 219575.890625 1364599.0 219586.0625 1364650.0 219596.21875 1364700.0 219606.390625 1364749.0 219616.5625 1364800.0 219626.75 1364850.0 219636.921875 1364899.0 219647.09375 1364950.0 219657.28125 1365000.0 219667.46875 1365049.0 219677.640625 1365100.0 219687.8125 1365150.0 219698.0 1365199.0 219708.171875 1365250.0 219718.34375 1365300.0 219728.515625 1365349.0 219738.6875 1365400.0 219748.859375 1365450.0 219759.03125 1365499.0 219769.21875 1365550.0 219779.375 1365600.0 219789.5625 1365649.0 219799.71875 1365700.0 219809.875 1365750.0 219820.046875 1365799.0 219830.203125 1365850.0 219840.34375 1365900.0 219850.5 1365949.0 219860.640625 1366000.0 219870.796875 1366050.0 219880.9375 1366099.0 219891.09375 1366150.0 219901.234375 1366200.0 219911.375 1366249.0 219921.53125 1366300.0 219931.6875 1366350.0 219941.84375 1366399.0 219952.0 1366450.0 219962.15625 1366500.0 219972.3125 1366549.0 219982.46875 1366600.0 219992.625 1366650.0 220002.78125 1366699.0 220012.9375 1366750.0 220023.09375 1366800.0 220033.25 1366849.0 220043.421875 1366900.0 220053.59375 1366950.0 220063.75 1366999.0 220073.90625 1367050.0 220084.09375 1367100.0 220094.25 1367149.0 220104.421875 1367200.0 220114.59375 1367250.0 220124.78125 1367299.0 220134.96875 1367350.0 220145.15625 1367400.0 220155.359375 1367449.0 220165.5625 1367500.0 220175.75 1367550.0 220185.96875 1367599.0 220196.15625 1367650.0 220206.375 1367700.0 220216.578125 1367749.0 220226.765625 1367800.0 220236.953125 1367850.0 220247.15625 1367899.0 220257.34375 1367950.0 220267.53125 1368000.0 220277.734375 1368049.0 220287.921875 1368100.0 220298.125 1368150.0 220308.3125 1368199.0 220318.53125 1368250.0 220328.71875 1368300.0 220338.90625 1368349.0 220349.125 1368400.0 220359.3125 1368450.0 220369.5 1368499.0 220379.6875 1368550.0 220389.875 1368600.0 220400.0625 1368649.0 220410.25 1368700.0 220420.4375 1368750.0 220430.625 1368799.0 220440.8125 1368850.0 220451.0 1368900.0 220461.1875 1368949.0 220471.375 1369000.0 220481.5625 1369050.0 220491.765625 1369099.0 220501.96875 1369150.0 220512.1875 1369200.0 220522.390625 1369249.0 220532.609375 1369300.0 220542.828125 1369350.0 220553.046875 1369399.0 220563.28125 1369450.0 220573.5 1369500.0 220583.6875 1369549.0 220593.90625 1369600.0 220604.109375 1369650.0 220614.3125 1369699.0 220624.53125 1369750.0 220634.71875 1369800.0 220644.90625 1369849.0 220655.09375 1369900.0 220665.296875 1369950.0 220675.484375 1369999.0 220685.671875 1370050.0 220695.859375 1370100.0 220706.046875 1370149.0 220716.21875 1370200.0 220726.40625 1370250.0 220736.609375 1370299.0 220746.796875 1370350.0 220757.0 1370400.0 220767.203125 1370449.0 220777.40625 1370500.0 220787.625 1370550.0 220797.8125 1370599.0 220808.03125 1370650.0 220818.21875 1370700.0 220828.40625 1370749.0 220838.609375 1370800.0 220848.8125 1370850.0 220859.0 1370899.0 220869.1875 1370950.0 220879.390625 1371000.0 220889.59375 1371049.0 220899.796875 1371100.0 220910.0 1371150.0 220920.203125 1371199.0 220930.40625 1371250.0 220940.59375 1371300.0 220950.796875 1371349.0 220961.0 1371400.0 220971.1875 1371450.0 220981.375 1371499.0 220991.59375 1371550.0 221001.78125 1371600.0 221011.984375 1371649.0 221022.1875 1371700.0 221032.390625 1371750.0 221042.59375 1371799.0 221052.796875 1371850.0 221063.0 1371900.0 221073.21875 1371949.0 221083.421875 1372000.0 221093.625 1372050.0 221103.828125 1372099.0 221114.03125 1372150.0 221124.234375 1372200.0 221134.4375 1372249.0 221144.65625 1372300.0 221154.859375 1372350.0 221165.078125 1372399.0 221175.28125 1372450.0 221185.5 1372500.0 221195.75 1372549.0 221205.96875 1372600.0 221216.1875 1372650.0 221226.4375 1372699.0 221236.6875 1372750.0 221246.9375 1372800.0 221257.125 1372849.0 221267.34375 1372900.0 221277.53125 1372950.0 221287.71875 1372999.0 221297.921875 1373050.0 221308.125 1373100.0 221318.3125 1373149.0 221328.515625 1373200.0 221338.71875 1373250.0 221348.90625 1373299.0 221359.125 1373350.0 221369.3125 1373400.0 221379.53125 1373449.0 221389.734375 1373500.0 221399.9375 1373550.0 221410.125 1373599.0 221420.34375 1373650.0 221430.546875 1373700.0 221440.75 1373749.0 221450.96875 1373800.0 221461.1875 1373850.0 221471.421875 1373899.0 221481.625 1373950.0 221491.828125 1374000.0 221502.03125 1374049.0 221512.21875 1374100.0 221522.421875 1374150.0 221532.625 1374199.0 221542.84375 1374250.0 221553.03125 1374300.0 221563.234375 1374349.0 221573.421875 1374400.0 221583.625 1374450.0 221593.8125 1374499.0 221604.0 1374550.0 221614.1875 1374600.0 221624.390625 1374649.0 221634.59375 1374700.0 221644.8125 1374750.0 221655.015625 1374799.0 221665.25 1374850.0 221675.46875 1374900.0 221685.71875 1374949.0 221695.953125 1375000.0 221706.1875 1375050.0 221716.4375 1375099.0 221726.6875 1375150.0 221736.90625 1375200.0 221747.140625 1375249.0 221757.375 1375300.0 221767.59375 1375350.0 221777.828125 1375399.0 221788.0625 1375450.0 221798.28125 1375500.0 221808.515625 1375549.0 221818.75 1375600.0 221829.0 1375650.0 221839.21875 1375699.0 221849.46875 1375750.0 221859.6875 1375800.0 221869.90625 1375849.0 221880.125 1375900.0 221890.34375 1375950.0 221900.5625 1375999.0 221910.78125 1376050.0 221921.0 1376100.0 221931.21875 1376149.0 221941.4375 1376200.0 221951.65625 1376250.0 221961.84375 1376299.0 221972.0 1376350.0 221982.140625 1376400.0 221992.28125 1376449.0 222002.4375 1376500.0 222012.59375 1376550.0 222022.75 1376599.0 222032.890625 1376650.0 222043.03125 1376700.0 222053.1875 1376749.0 222063.34375 1376800.0 222073.5 1376850.0 222083.65625 1376899.0 222093.796875 1376950.0 222103.953125 1377000.0 222114.109375 1377049.0 222124.25 1377100.0 222134.375 1377150.0 222144.484375 1377199.0 222154.625 1377250.0 222164.765625 1377300.0 222174.90625 1377349.0 222185.046875 1377400.0 222195.1875 1377450.0 222205.34375 1377499.0 222215.484375 1377550.0 222225.625 1377600.0 222235.765625 1377649.0 222245.90625 1377700.0 222256.015625 1377750.0 222266.15625 1377799.0 222276.28125 1377850.0 222286.421875 1377900.0 222296.59375 1377949.0 222306.75 1378000.0 222316.90625 1378050.0 222327.09375 1378099.0 222337.28125 1378150.0 222347.46875 1378200.0 222357.640625 1378249.0 222367.8125 1378300.0 222378.0 1378350.0 222388.1875 1378399.0 222398.375 1378450.0 222408.546875 1378500.0 222418.71875 1378549.0 222428.90625 1378600.0 222439.09375 1378650.0 222449.28125 1378699.0 222459.484375 1378750.0 222469.6875 1378800.0 222479.875 1378849.0 222490.078125 1378900.0 222500.28125 1378950.0 222510.46875 1378999.0 222520.6875 1379050.0 222530.875 1379100.0 222541.09375 1379149.0 222551.28125 1379200.0 222561.484375 1379250.0 222571.6875 1379299.0 222581.875 1379350.0 222592.078125 1379400.0 222602.28125 1379449.0 222612.484375 1379500.0 222622.6875 1379550.0 222632.890625 1379599.0 222643.09375 1379650.0 222653.296875 1379700.0 222663.5 1379749.0 222673.71875 1379800.0 222683.921875 1379850.0 222694.078125 1379899.0 222704.25 1379950.0 222714.421875 1380000.0 222724.59375 1380049.0 222734.75 1380100.0 222744.90625 1380150.0 222755.078125 1380199.0 222765.21875 1380250.0 222775.375 1380300.0 222785.546875 1380349.0 222795.71875 1380400.0 222805.875 1380450.0 222816.0625 1380499.0 222826.25 1380550.0 222836.390625 1380600.0 222846.515625 1380649.0 222856.65625 1380700.0 222866.78125 1380750.0 222876.9375 1380799.0 222887.09375 1380850.0 222897.28125 1380900.0 222907.4375 1380949.0 222917.625 1381000.0 222927.84375 1381050.0 222938.046875 1381099.0 222948.25 1381150.0 222958.484375 1381200.0 222968.71875 1381249.0 222978.9375 1381300.0 222989.1875 1381350.0 222999.421875 1381399.0 223009.625 1381450.0 223019.796875 1381500.0 223029.96875 1381549.0 223040.125 1381600.0 223050.296875 1381650.0 223060.46875 1381699.0 223070.625 1381750.0 223080.78125 1381800.0 223090.9375 1381849.0 223101.078125 1381900.0 223111.21875 1381950.0 223121.34375 1381999.0 223131.484375 1382050.0 223141.625 1382100.0 223151.75 1382149.0 223161.90625 1382200.0 223172.0625 1382250.0 223182.21875 1382299.0 223192.40625 1382350.0 223202.578125 1382400.0 223212.75 1382449.0 223222.9375 1382500.0 223233.125 1382550.0 223243.28125 1382599.0 223253.4375 1382650.0 223263.59375 1382700.0 223273.78125 1382749.0 223283.9375 1382800.0 223294.125 1382850.0 223304.28125 1382899.0 223314.46875 1382950.0 223324.640625 1383000.0 223334.828125 1383049.0 223345.015625 1383100.0 223355.203125 1383150.0 223365.375 1383199.0 223375.5625 1383250.0 223385.75 1383300.0 223395.9375 1383349.0 223406.125 1383400.0 223416.3125 1383450.0 223426.5 1383499.0 223436.6875 1383550.0 223446.828125 1383600.0 223456.96875 1383649.0 223467.109375 1383700.0 223477.25 1383750.0 223487.40625 1383799.0 223497.546875 1383850.0 223507.6875 1383900.0 223517.84375 1383949.0 223528.015625 1384000.0 223538.1875 1384050.0 223548.375 1384099.0 223558.546875 1384150.0 223568.71875 1384200.0 223578.90625 1384249.0 223589.09375 1384300.0 223599.28125 1384350.0 223609.46875 1384399.0 223619.65625 1384450.0 223629.84375 1384500.0 223640.03125 1384549.0 223650.203125 1384600.0 223660.40625 1384650.0 223670.59375 1384699.0 223680.78125 1384750.0 223690.984375 1384800.0 223701.1875 1384849.0 223711.375 1384900.0 223721.59375 1384950.0 223731.796875 1384999.0 223742.0 1385050.0 223752.203125 1385100.0 223762.359375 1385149.0 223772.515625 1385200.0 223782.671875 1385250.0 223792.84375 1385299.0 223803.0 1385350.0 223813.1875 1385400.0 223823.375 1385449.0 223833.546875 1385500.0 223843.71875 1385550.0 223853.875 1385599.0 223864.0625 1385650.0 223874.21875 1385700.0 223884.40625 1385749.0 223894.578125 1385800.0 223904.75 1385850.0 223914.9375 1385899.0 223925.125 1385950.0 223935.3125 1386000.0 223945.484375 1386049.0 223955.6875 1386100.0 223965.875 1386150.0 223976.0625 1386199.0 223986.25 1386250.0 223996.4375 1386300.0 224006.625 1386349.0 224016.8125 1386400.0 224027.0 1386450.0 224037.171875 1386499.0 224047.34375 1386550.0 224057.53125 1386600.0 224067.71875 1386649.0 224077.90625 1386700.0 224088.078125 1386750.0 224098.265625 1386799.0 224108.453125 1386850.0 224118.640625 1386900.0 224128.84375 1386949.0 224139.046875 1387000.0 224149.25 1387050.0 224159.453125 1387099.0 224169.65625 1387150.0 224179.84375 1387200.0 224190.0 1387249.0 224200.1875 1387300.0 224210.375 1387350.0 224220.5625 1387399.0 224230.75 1387450.0 224240.9375 1387500.0 224251.140625 1387549.0 224261.34375 1387600.0 224271.546875 1387650.0 224281.75 1387699.0 224291.96875 1387750.0 224302.171875 1387800.0 224312.390625 1387849.0 224322.59375 1387900.0 224332.8125 1387950.0 224343.03125 1387999.0 224353.21875 1388050.0 224363.4375 1388100.0 224373.625 1388149.0 224383.8125 1388200.0 224394.0 1388250.0 224404.1875 1388299.0 224414.375 1388350.0 224424.5625 1388400.0 224434.765625 1388449.0 224444.96875 1388500.0 224455.1875 1388550.0 224465.390625 1388599.0 224475.609375 1388650.0 224485.8125 1388700.0 224496.046875 1388749.0 224506.28125 1388800.0 224516.5 1388850.0 224526.71875 1388899.0 224536.9375 1388950.0 224547.15625 1389000.0 224557.390625 1389049.0 224567.609375 1389100.0 224577.84375 1389150.0 224588.0625 1389199.0 224598.28125 1389250.0 224608.53125 1389300.0 224618.78125 1389349.0 224629.015625 1389400.0 224639.28125 1389450.0 224649.53125 1389499.0 224659.78125 1389550.0 224670.03125 1389600.0 224680.296875 1389649.0 224690.546875 1389700.0 224700.8125 1389750.0 224711.078125 1389799.0 224721.34375 1389850.0 224731.625 1389900.0 224741.84375 1389949.0 224752.078125 1390000.0 224762.28125 1390050.0 224772.5 1390099.0 224782.703125 1390150.0 224792.90625 1390200.0 224803.140625 1390249.0 224813.375 1390300.0 224823.59375 1390350.0 224833.84375 1390399.0 224844.078125 1390450.0 224854.328125 1390500.0 224864.5625 1390549.0 224874.796875 1390600.0 224885.015625 1390650.0 224895.25 1390699.0 224905.46875 1390750.0 224915.703125 1390800.0 224925.921875 1390849.0 224936.15625 1390900.0 224946.390625 1390950.0 224956.625 1390999.0 224966.890625 1391050.0 224977.15625 1391100.0 224987.40625 1391149.0 224997.65625 1391200.0 225007.9375 1391250.0 225018.1875 1391299.0 225028.4375 1391350.0 225038.71875 1391400.0 225048.96875 1391449.0 225059.25 1391500.0 225069.515625 1391550.0 225079.765625 1391599.0 225090.015625 1391650.0 225100.28125 1391700.0 225110.53125 1391749.0 225120.75 1391800.0 225131.0 1391850.0 225141.25 1391899.0 225151.5 1391950.0 225161.75 1392000.0 225172.0 1392049.0 225182.25 1392100.0 225192.5 1392150.0 225202.71875 1392199.0 225212.96875 1392250.0 225223.21875 1392300.0 225233.453125 1392349.0 225243.71875 1392400.0 225253.96875 1392450.0 225264.203125 1392499.0 225274.453125 1392550.0 225284.6875 1392600.0 225294.9375 1392649.0 225305.1875 1392700.0 225315.421875 1392750.0 225325.65625 1392799.0 225335.90625 1392850.0 225346.15625 1392900.0 225356.40625 1392949.0 225366.65625 1393000.0 225376.90625 1393050.0 225387.15625 1393099.0 225397.40625 1393150.0 225407.6875 1393200.0 225417.9375 1393249.0 225428.21875 1393300.0 225438.5 1393350.0 225448.796875 1393399.0 225459.0625 1393450.0 225469.359375 1393500.0 225479.625 1393549.0 225489.90625 1393600.0 225500.125 1393650.0 225510.328125 1393699.0 225520.53125 1393750.0 225530.71875 1393800.0 225540.9375 1393849.0 225551.125 1393900.0 225561.34375 1393950.0 225571.5625 1393999.0 225581.78125 1394050.0 225592.03125 1394100.0 225602.25 1394149.0 225612.5 1394200.0 225622.71875 1394250.0 225632.96875 1394299.0 225643.21875 1394350.0 225653.4375 1394400.0 225663.640625 1394449.0 225673.84375 1394500.0 225684.03125 1394550.0 225694.25 1394599.0 225704.46875 1394650.0 225714.65625 1394700.0 225724.875 1394749.0 225735.078125 1394800.0 225745.21875 1394850.0 225755.375 1394899.0 225765.5 1394950.0 225775.6875 1395000.0 225785.84375 1395049.0 225796.0 1395100.0 225806.1875 1395150.0 225816.359375 1395199.0 225826.546875 1395250.0 225836.75 1395300.0 225846.9375 1395349.0 225857.125 1395400.0 225867.3125 1395450.0 225877.5 1395499.0 225887.65625 1395550.0 225897.8125 1395600.0 225907.96875 1395649.0 225918.125 1395700.0 225928.3125 1395750.0 225938.46875 1395799.0 225948.65625 1395850.0 225958.84375 1395900.0 225969.03125 1395949.0 225979.203125 1396000.0 225989.375 1396050.0 225999.53125 1396099.0 226009.6875 1396150.0 226019.84375 1396200.0 226030.0 1396249.0 226040.140625 1396300.0 226050.296875 1396350.0 226060.46875 1396399.0 226070.65625 1396450.0 226080.8125 1396500.0 226090.984375 1396549.0 226101.125 1396600.0 226111.25 1396650.0 226121.375 1396699.0 226131.515625 1396750.0 226141.65625 1396800.0 226151.8125 1396849.0 226161.984375 1396900.0 226172.15625 1396950.0 226182.34375 1396999.0 226192.53125 1397050.0 226202.75 1397100.0 226212.9375 1397149.0 226223.15625 1397200.0 226233.375 1397250.0 226243.59375 1397299.0 226253.8125 1397350.0 226264.03125 1397400.0 226274.265625 1397449.0 226284.5 1397500.0 226294.71875 1397550.0 226304.96875 1397599.0 226315.203125 1397650.0 226325.4375 1397700.0 226335.65625 1397749.0 226345.875 1397800.0 226356.09375 1397850.0 226366.328125 1397899.0 226376.5625 1397950.0 226386.78125 1398000.0 226397.015625 1398049.0 226407.25 1398100.0 226417.484375 1398150.0 226427.71875 1398199.0 226437.9375 1398250.0 226448.140625 1398300.0 226458.328125 1398349.0 226468.53125 1398400.0 226478.71875 1398450.0 226488.875 1398499.0 226499.0625 1398550.0 226509.21875 1398600.0 226519.390625 1398649.0 226529.5625 1398700.0 226539.703125 1398750.0 226549.859375 1398799.0 226560.015625 1398850.0 226570.1875 1398900.0 226580.34375 1398949.0 226590.53125 1399000.0 226600.71875 1399050.0 226610.890625 1399099.0 226621.078125 1399150.0 226631.25 1399200.0 226641.40625 1399249.0 226651.5625 1399300.0 226661.734375 1399350.0 226671.90625 1399399.0 226682.09375 1399450.0 226692.265625 1399500.0 226702.46875 1399549.0 226712.65625 1399600.0 226722.859375 1399650.0 226733.046875 1399699.0 226743.234375 1399750.0 226753.421875 1399800.0 226763.625 1399849.0 226773.8125 1399900.0 226784.015625 1399950.0 226794.21875 1399999.0 226804.40625 1400050.0 226814.625 1400100.0 226824.828125 1400149.0 226835.03125 1400200.0 226845.25 1400250.0 226855.46875 1400299.0 226865.6875 1400350.0 226875.9375 1400400.0 226886.15625 1400449.0 226896.375 1400500.0 226906.609375 1400550.0 226916.84375 1400599.0 226927.03125 1400650.0 226937.21875 1400700.0 226947.40625 1400749.0 226957.578125 1400800.0 226967.75 1400850.0 226977.9375 1400899.0 226988.125 1400950.0 226998.3125 1401000.0 227008.515625 1401049.0 227018.71875 1401100.0 227028.921875 1401150.0 227039.125 1401199.0 227049.34375 1401250.0 227059.578125 1401300.0 227069.8125 1401349.0 227080.03125 1401400.0 227090.25 1401450.0 227100.46875 1401499.0 227110.6875 1401550.0 227120.90625 1401600.0 227131.125 1401649.0 227141.328125 1401700.0 227151.53125 1401750.0 227161.75 1401799.0 227171.96875 1401850.0 227182.1875 1401900.0 227192.40625 1401949.0 227202.625 1402000.0 227212.828125 1402050.0 227223.0625 1402099.0 227233.28125 1402150.0 227243.5 1402200.0 227253.6875 1402249.0 227263.875 1402300.0 227274.0625 1402350.0 227284.234375 1402399.0 227294.421875 1402450.0 227304.625 1402500.0 227314.796875 1402549.0 227325.0 1402600.0 227335.203125 1402650.0 227345.40625 1402699.0 227355.625 1402750.0 227365.84375 1402800.0 227376.0625 1402849.0 227386.28125 1402900.0 227396.5 1402950.0 227406.71875 1402999.0 227416.9375 1403050.0 227427.140625 1403100.0 227437.34375 1403149.0 227447.578125 1403200.0 227457.796875 1403250.0 227468.03125 1403299.0 227478.265625 1403350.0 227488.515625 1403400.0 227498.75 1403449.0 227509.0 1403500.0 227519.265625 1403550.0 227529.53125 1403599.0 227539.78125 1403650.0 227550.03125 1403700.0 227560.265625 1403749.0 227570.5 1403800.0 227580.71875 1403850.0 227590.953125 1403899.0 227601.1875 1403950.0 227611.40625 1404000.0 227621.625 1404049.0 227631.875 1404100.0 227642.09375 1404150.0 227652.3125 1404199.0 227662.53125 1404250.0 227672.75 1404300.0 227682.96875 1404349.0 227693.203125 1404400.0 227703.453125 1404450.0 227713.71875 1404499.0 227723.984375 1404550.0 227734.265625 1404600.0 227744.5625 1404649.0 227754.890625 1404700.0 227765.234375 1404750.0 227775.578125 1404799.0 227785.96875 1404850.0 227796.375 1404900.0 227806.78125 1404949.0 227817.0625 1405000.0 227827.328125 1405050.0 227837.59375 1405099.0 227847.8125 1405150.0 227858.046875 1405200.0 227868.28125 1405249.0 227878.546875 1405300.0 227888.8125 1405350.0 227899.09375 1405399.0 227909.375 1405450.0 227919.65625 1405500.0 227929.890625 1405549.0 227940.125 1405600.0 227950.359375 1405650.0 227960.59375 1405699.0 227970.84375 1405750.0 227981.109375 1405800.0 227991.375 1405849.0 228001.65625 1405900.0 228011.9375 1405950.0 228022.203125 1405999.0 228032.46875 1406050.0 228042.75 1406100.0 228053.03125 1406149.0 228063.328125 1406200.0 228073.625 1406250.0 228083.9375 1406299.0 228094.25 1406350.0 228104.5625 1406400.0 228114.890625 1406449.0 228125.21875 1406500.0 228135.546875 1406550.0 228145.890625 1406599.0 228156.21875 1406650.0 228166.53125 1406700.0 228176.84375 1406749.0 228187.15625 1406800.0 228197.46875 1406850.0 228207.8125 1406899.0 228218.125 1406950.0 228228.4375 1407000.0 228238.765625 1407049.0 228249.09375 1407100.0 228259.421875 1407150.0 228269.75 1407199.0 228280.078125 1407250.0 228290.40625 1407300.0 228300.75 1407349.0 228311.09375 1407400.0 228321.421875 1407450.0 228331.78125 1407499.0 228342.125 1407550.0 228352.46875 1407600.0 228362.828125 1407649.0 228373.171875 1407700.0 228383.53125 1407750.0 228393.875 1407799.0 228404.25 1407850.0 228414.59375 1407900.0 228424.9375 1407949.0 228435.28125 1408000.0 228445.625 1408050.0 228455.953125 1408099.0 228466.28125 1408150.0 228476.46875 1408200.0 228486.609375 1408249.0 228496.75 1408300.0 228506.90625 1408350.0 228517.078125 1408399.0 228527.25 1408450.0 228537.4375 1408500.0 228547.625 1408549.0 228557.84375 1408600.0 228568.0625 1408650.0 228578.296875 1408699.0 228588.546875 1408750.0 228598.796875 1408800.0 228609.0625 1408849.0 228619.296875 1408900.0 228629.53125 1408950.0 228639.765625 1408999.0 228650.0 1409050.0 228660.234375 1409100.0 228670.5 1409149.0 228680.765625 1409200.0 228691.0625 1409250.0 228701.34375 1409299.0 228711.65625 1409350.0 228721.96875 1409400.0 228732.234375 1409449.0 228742.46875 1409500.0 228752.671875 1409550.0 228762.859375 1409599.0 228773.0625 1409650.0 228783.265625 1409700.0 228793.46875 1409749.0 228803.6875 1409800.0 228813.890625 1409850.0 228824.09375 1409899.0 228834.28125 1409950.0 228844.46875 1410000.0 228854.671875 1410049.0 228864.859375 1410100.0 228875.0625 1410150.0 228885.28125 1410199.0 228895.484375 1410250.0 228905.703125 1410300.0 228915.921875 1410349.0 228926.125 1410400.0 228936.34375 1410450.0 228946.546875 1410499.0 228956.75 1410550.0 228966.96875 1410600.0 228977.125 1410649.0 228987.28125 1410700.0 228997.4375 1410750.0 229007.625 1410799.0 229017.796875 1410850.0 229027.984375 1410900.0 229038.1875 1410949.0 229048.375 1411000.0 229058.5625 1411050.0 229068.75 1411099.0 229078.953125 1411150.0 229089.15625 1411200.0 229099.375 1411249.0 229109.59375 1411300.0 229119.796875 1411350.0 229130.0 1411399.0 229140.1875 1411450.0 229150.375 1411500.0 229160.578125 1411549.0 229170.78125 1411600.0 229181.0 1411650.0 229191.203125 1411699.0 229201.421875 1411750.0 229211.65625 1411800.0 229221.890625 1411849.0 229232.140625 1411900.0 229242.390625 1411950.0 229252.640625 1411999.0 229262.875 1412050.0 229273.109375 1412100.0 229283.34375 1412149.0 229293.59375 1412200.0 229303.84375 1412250.0 229314.09375 1412299.0 229324.34375 1412350.0 229334.609375 1412400.0 229344.875 1412449.0 229355.125 1412500.0 229365.390625 1412550.0 229375.65625 1412599.0 229385.921875 1412650.0 229396.1875 1412700.0 229406.46875 1412749.0 229416.75 1412800.0 229427.015625 1412850.0 229437.296875 1412899.0 229447.59375 1412950.0 229457.859375 1413000.0 229468.125 1413049.0 229478.3125 1413100.0 229488.53125 1413150.0 229498.75 1413199.0 229508.953125 1413250.0 229519.171875 1413300.0 229529.390625 1413349.0 229539.609375 1413400.0 229549.84375 1413450.0 229560.078125 1413499.0 229570.3125 1413550.0 229580.5625 1413600.0 229590.8125 1413649.0 229601.0625 1413700.0 229611.3125 1413750.0 229621.578125 1413799.0 229631.84375 1413850.0 229642.09375 1413900.0 229652.375 1413949.0 229662.625 1414000.0 229672.90625 1414050.0 229683.15625 1414099.0 229693.421875 1414150.0 229703.6875 1414200.0 229713.9375 1414249.0 229724.171875 1414300.0 229734.421875 1414350.0 229744.65625 1414399.0 229754.90625 1414450.0 229765.171875 1414500.0 229775.421875 1414549.0 229785.6875 1414600.0 229795.9375 1414650.0 229806.21875 1414699.0 229816.46875 1414750.0 229826.6875 1414800.0 229836.921875 1414849.0 229847.15625 1414900.0 229857.375 1414950.0 229867.609375 1414999.0 229877.84375 1415050.0 229888.09375 1415100.0 229898.34375 1415149.0 229908.59375 1415200.0 229918.84375 1415250.0 229929.09375 1415299.0 229939.34375 1415350.0 229949.59375 1415400.0 229959.84375 1415449.0 229970.09375 1415500.0 229980.34375 1415550.0 229990.625 1415599.0 230000.890625 1415650.0 230011.171875 1415700.0 230021.453125 1415749.0 230031.75 1415800.0 230042.03125 1415850.0 230052.34375 1415899.0 230062.65625 1415950.0 230072.96875 1416000.0 230083.296875 1416049.0 230093.625 1416100.0 230103.96875 1416150.0 230114.3125 1416199.0 230124.640625 1416250.0 230134.984375 1416300.0 230145.328125 1416349.0 230155.6875 1416400.0 230166.046875 1416450.0 230176.40625 1416499.0 230186.734375 1416550.0 230197.0625 1416600.0 230207.390625 1416649.0 230217.6875 1416700.0 230228.0 1416750.0 230238.28125 1416799.0 230248.5625 1416850.0 230258.859375 1416900.0 230269.15625 1416949.0 230279.4375 1417000.0 230289.75 1417050.0 230300.03125 1417099.0 230310.34375 1417150.0 230320.65625 1417200.0 230330.9375 1417249.0 230341.25 1417300.0 230351.578125 1417350.0 230361.890625 1417399.0 230372.21875 1417450.0 230382.515625 1417500.0 230392.84375 1417549.0 230403.140625 1417600.0 230413.4375 1417650.0 230423.734375 1417699.0 230434.03125 1417750.0 230444.34375 1417800.0 230454.65625 1417849.0 230464.96875 1417900.0 230475.296875 1417950.0 230485.625 1417999.0 230495.96875 1418050.0 230506.34375 1418100.0 230516.6875 1418149.0 230527.0625 1418200.0 230537.4375 1418250.0 230547.8125 1418299.0 230558.1875 1418350.0 230568.5625 1418400.0 230578.9375 1418449.0 230589.3125 1418500.0 230599.6875 1418550.0 230610.0625 1418599.0 230620.46875 1418650.0 230630.875 1418700.0 230641.3125 1418749.0 230651.71875 1418800.0 230662.140625 1418850.0 230672.546875 1418899.0 230682.9375 1418950.0 230693.34375 1419000.0 230703.75 1419049.0 230714.15625 1419100.0 230724.5625 1419150.0 230735.0 1419199.0 230745.421875 1419250.0 230755.84375 1419300.0 230766.28125 1419349.0 230776.6875 1419400.0 230787.125 1419450.0 230797.5625 1419499.0 230808.0 1419550.0 230818.421875 1419600.0 230828.875 1419649.0 230839.3125 1419700.0 230849.765625 1419750.0 230860.21875 1419799.0 230870.671875 1419850.0 230881.109375 1419900.0 230891.578125 1419949.0 230902.03125 1420000.0 230912.46875 1420050.0 230922.9375 1420099.0 230933.375 1420150.0 230943.8125 1420200.0 230954.25 1420249.0 230964.578125 1420300.0 230974.8125 1420350.0 230985.046875 1420399.0 230995.28125 1420450.0 231005.5 1420500.0 231015.75 1420549.0 231025.96875 1420600.0 231036.203125 1420650.0 231046.4375 1420699.0 231056.65625 1420750.0 231066.875 1420800.0 231077.109375 1420849.0 231087.34375 1420900.0 231097.578125 1420950.0 231107.796875 1420999.0 231118.03125 1421050.0 231128.25 1421100.0 231138.46875 1421149.0 231148.6875 1421200.0 231158.90625 1421250.0 231169.125 1421299.0 231179.359375 1421350.0 231189.59375 1421400.0 231199.8125 1421449.0 231210.03125 1421500.0 231220.296875 1421550.0 231230.546875 1421599.0 231240.796875 1421650.0 231251.0625 1421700.0 231261.3125 1421749.0 231271.59375 1421800.0 231281.875 1421850.0 231292.140625 1421899.0 231302.421875 1421950.0 231312.71875 1422000.0 231323.0 1422049.0 231333.28125 1422100.0 231343.5625 1422150.0 231353.84375 1422199.0 231364.140625 1422250.0 231374.4375 1422300.0 231384.71875 1422349.0 231395.0 1422400.0 231405.296875 1422450.0 231415.578125 1422499.0 231425.859375 1422550.0 231436.15625 1422600.0 231446.4375 1422649.0 231456.71875 1422700.0 231467.015625 1422750.0 231477.3125 1422799.0 231487.625 1422850.0 231497.921875 1422900.0 231508.234375 1422949.0 231518.546875 1423000.0 231528.84375 1423050.0 231539.15625 1423099.0 231549.46875 1423150.0 231559.78125 1423200.0 231570.078125 1423249.0 231580.375 1423300.0 231590.6875 1423350.0 231600.96875 1423399.0 231611.265625 1423450.0 231621.5625 1423500.0 231631.859375 1423549.0 231642.15625 1423600.0 231652.4375 1423650.0 231662.71875 1423699.0 231673.0 1423750.0 231683.28125 1423800.0 231693.578125 1423849.0 231703.875 1423900.0 231714.171875 1423950.0 231724.46875 1423999.0 231734.78125 1424050.0 231745.09375 1424100.0 231755.390625 1424149.0 231765.6875 1424200.0 231776.03125 1424250.0 231786.34375 1424299.0 231796.65625 1424350.0 231807.0 1424400.0 231817.34375 1424449.0 231827.6875 1424500.0 231838.03125 1424550.0 231848.375 1424599.0 231858.71875 1424650.0 231869.0625 1424700.0 231879.40625 1424749.0 231889.78125 1424800.0 231900.125 1424850.0 231910.5 1424899.0 231920.84375 1424950.0 231931.203125 1425000.0 231941.515625 1425049.0 231951.828125 1425100.0 231962.15625 1425150.0 231972.46875 1425199.0 231982.796875 1425250.0 231993.125 1425300.0 232003.4375 1425349.0 232013.75 1425400.0 232024.0625 1425450.0 232034.390625 1425499.0 232044.71875 1425550.0 232055.046875 1425600.0 232065.40625 1425649.0 232075.75 1425700.0 232086.125 1425750.0 232096.5 1425799.0 232106.890625 1425850.0 232117.28125 1425900.0 232127.671875 1425949.0 232138.0625 1426000.0 232148.4375 1426050.0 232158.84375 1426099.0 232169.25 1426150.0 232179.6875 1426200.0 232190.125 1426249.0 232200.59375 1426300.0 232210.96875 1426350.0 232221.3125 1426399.0 232231.640625 1426450.0 232241.953125 1426500.0 232252.28125 1426549.0 232262.625 1426600.0 232272.96875 1426650.0 232283.296875 1426699.0 232293.640625 1426750.0 232303.984375 1426800.0 232314.3125 1426849.0 232324.65625 1426900.0 232335.0 1426950.0 232345.34375 1426999.0 232355.6875 1427050.0 232366.03125 1427100.0 232376.40625 1427149.0 232386.75 1427200.0 232397.109375 1427250.0 232407.46875 1427299.0 232417.84375 1427350.0 232428.1875 1427400.0 232438.5625 1427449.0 232448.9375 1427500.0 232459.328125 1427550.0 232469.734375 1427599.0 232480.125 1427650.0 232490.53125 1427700.0 232500.9375 1427749.0 232511.34375 1427800.0 232521.75 1427850.0 232532.1875 1427899.0 232542.59375 1427950.0 232553.03125 1428000.0 232563.46875 1428049.0 232573.90625 1428100.0 232584.375 1428150.0 232594.84375 1428199.0 232605.3125 1428250.0 232615.8125 1428300.0 232626.3125 1428349.0 232636.8125 1428400.0 232647.3125 1428450.0 232657.828125 1428499.0 232668.328125 1428550.0 232678.84375 1428600.0 232689.375 1428649.0 232699.90625 1428700.0 232710.4375 1428750.0 232720.96875 1428799.0 232731.5 1428850.0 232742.03125 1428900.0 232752.5625 1428949.0 232763.125 1429000.0 232773.65625 1429050.0 232784.21875 1429099.0 232794.765625 1429150.0 232805.3125 1429200.0 232815.875 1429249.0 232826.4375 1429300.0 232836.984375 1429350.0 232847.5625 1429399.0 232858.125 1429450.0 232868.71875 1429500.0 232879.3125 1429549.0 232889.90625 1429600.0 232900.53125 1429650.0 232911.15625 1429699.0 232921.8125 1429750.0 232932.46875 1429800.0 232943.140625 1429849.0 232953.8125 1429900.0 232964.15625 1429950.0 232974.4375 1429999.0 232984.734375 1430050.0 232995.03125 1430100.0 233005.3125 1430149.0 233015.625 1430200.0 233025.9375 1430250.0 233036.25 1430299.0 233046.5625 1430350.0 233056.890625 1430400.0 233067.21875 1430449.0 233077.53125 1430500.0 233087.875 1430550.0 233098.203125 1430599.0 233108.53125 1430650.0 233118.859375 1430700.0 233129.1875 1430749.0 233139.53125 1430800.0 233149.84375 1430850.0 233160.171875 1430899.0 233170.5 1430950.0 233180.828125 1431000.0 233191.15625 1431049.0 233201.484375 1431100.0 233211.828125 1431150.0 233222.15625 1431199.0 233232.5 1431250.0 233242.828125 1431300.0 233253.1875 1431349.0 233263.53125 1431400.0 233273.890625 1431450.0 233284.265625 1431499.0 233294.625 1431550.0 233305.0 1431600.0 233315.390625 1431649.0 233325.765625 1431700.0 233336.15625 1431750.0 233346.53125 1431799.0 233356.921875 1431850.0 233367.3125 1431900.0 233377.71875 1431949.0 233388.125 1432000.0 233398.53125 1432050.0 233408.9375 1432099.0 233419.34375 1432150.0 233429.75 1432200.0 233440.171875 1432249.0 233450.578125 1432300.0 233461.0 1432350.0 233471.421875 1432399.0 233481.84375 1432450.0 233492.265625 1432500.0 233502.6875 1432549.0 233513.125 1432600.0 233523.546875 1432650.0 233533.96875 1432699.0 233544.40625 1432750.0 233554.84375 1432800.0 233565.265625 1432849.0 233575.6875 1432900.0 233586.125 1432950.0 233596.5625 1432999.0 233607.0 1433050.0 233617.4375 1433100.0 233627.890625 1433149.0 233638.34375 1433200.0 233648.78125 1433250.0 233659.25 1433299.0 233669.703125 1433350.0 233680.15625 1433400.0 233690.625 1433449.0 233701.078125 1433500.0 233711.546875 1433550.0 233722.015625 1433599.0 233732.5 1433650.0 233742.96875 1433700.0 233753.4375 1433749.0 233763.9375 1433800.0 233774.421875 1433850.0 233784.9375 1433899.0 233795.4375 1433950.0 233805.953125 1434000.0 233816.46875 1434049.0 233827.0 1434100.0 233837.53125 1434150.0 233848.0625 1434199.0 233858.609375 1434250.0 233869.15625 1434300.0 233879.703125 1434349.0 233890.25 1434400.0 233900.71875 1434450.0 233911.125 1434499.0 233921.53125 1434550.0 233931.9375 1434600.0 233942.34375 1434649.0 233952.75 1434700.0 233963.15625 1434750.0 233973.5625 1434799.0 233983.984375 1434850.0 233994.40625 1434900.0 234004.828125 1434949.0 234015.25 1435000.0 234025.6875 1435050.0 234036.125 1435099.0 234046.5625 1435150.0 234057.0 1435200.0 234067.4375 1435249.0 234077.875 1435300.0 234088.328125 1435350.0 234098.78125 1435399.0 234109.234375 1435450.0 234119.6875 1435500.0 234130.140625 1435549.0 234140.59375 1435600.0 234151.046875 1435650.0 234161.515625 1435699.0 234171.984375 1435750.0 234182.453125 1435800.0 234192.9375 1435849.0 234203.4375 1435900.0 234213.9375 1435950.0 234224.4375 1435999.0 234234.9375 1436050.0 234245.46875 1436100.0 234256.0 1436149.0 234266.53125 1436200.0 234277.078125 1436250.0 234287.625 1436299.0 234298.1875 1436350.0 234308.765625 1436400.0 234319.34375 1436449.0 234329.921875 1436500.0 234340.53125 1436550.0 234351.125 1436599.0 234361.734375 1436650.0 234372.34375 1436700.0 234382.96875 1436749.0 234393.609375 1436800.0 234404.25 1436850.0 234414.90625 1436899.0 234425.578125 1436950.0 234436.25 1437000.0 234446.9375 1437049.0 234457.640625 1437100.0 234468.34375 1437150.0 234479.0625 1437199.0 234489.8125 1437250.0 234500.5625 1437300.0 234511.3125 1437349.0 234522.09375 1437400.0 234532.875 1437450.0 234537.390625 1437499.0 234542.515625 1437550.0 234552.75 1437600.0 234563.0 1437649.0 234573.265625 1437700.0 234577.1875 1437750.0 234581.125 1437799.0 234590.0625 1437850.0 234583.140625 1437900.0 234593.40625 1437949.0 234603.546875 1438000.0 234613.8125 1438050.0 234622.234375 1438099.0 234626.859375 1438150.0 234632.9375 1438200.0 234641.140625 1438249.0 234628.875 1438300.0 234639.125 1438350.0 234649.359375 1438399.0 234659.59375 1438450.0 234669.84375 1438500.0 234680.078125 1438549.0 234690.3125 1438600.0 234698.625 1438650.0 234706.96875 1438699.0 234712.8125 1438750.0 234716.234375 1438800.0 234723.3125 1438849.0 234731.15625 1438900.0 234740.75 1438950.0 234744.21875 1438999.0 234746.984375 1439050.0 234757.171875 1439100.0 234767.3125 1439149.0 234774.671875 1439200.0 234782.203125 1439250.0 234792.390625 1439299.0 234797.1875 1439350.0 234807.375 1439400.0 234817.40625 1439449.0 234825.578125 1439500.0 234835.78125 1439550.0 234844.65625 1439599.0 234854.65625 1439650.0 234852.21875 1439700.0 234855.0625 1439749.0 234858.34375 1439800.0 234868.59375 1439850.0 234875.453125 1439899.0 234884.328125 1439950.0 234894.75 1440000.0 234905.0 1440049.0 234915.203125 1440100.0 234925.40625 1440150.0 234935.59375 1440199.0 234945.75 1440250.0 234955.921875 1440300.0 234966.09375 1440349.0 234976.265625 1440400.0 234986.453125 1440450.0 234996.625 1440499.0 235006.78125 1440550.0 235016.9375 1440600.0 235027.09375 1440649.0 235037.25 1440700.0 235047.40625 1440750.0 235057.5625 1440799.0 235067.734375 1440850.0 235077.90625 1440900.0 235088.078125 1440949.0 235098.265625 1441000.0 235108.4375 1441050.0 235118.59375 1441099.0 235128.75 1441150.0 235138.90625 1441200.0 235149.078125 1441249.0 235159.25 1441300.0 235169.421875 1441350.0 235179.578125 1441399.0 235189.734375 1441450.0 235199.875 1441500.0 235210.03125 1441549.0 235220.171875 1441600.0 235230.3125 1441650.0 235240.453125 1441699.0 235250.59375 1441750.0 235260.734375 1441800.0 235270.875 1441849.0 235281.0 1441900.0 235291.15625 1441950.0 235301.296875 1441999.0 235311.4375 1442050.0 235321.5625 1442100.0 235331.671875 1442149.0 235341.75 1442200.0 235351.859375 1442250.0 235361.984375 1442299.0 235372.125 1442350.0 235382.265625 1442400.0 235392.40625 1442449.0 235402.5625 1442500.0 235412.71875 1442550.0 235422.875 1442599.0 235433.046875 1442650.0 235443.21875 1442700.0 235453.375 1442749.0 235463.5625 1442800.0 235473.75 1442850.0 235483.9375 1442899.0 235494.140625 1442950.0 235504.34375 1443000.0 235514.546875 1443049.0 235524.75 1443100.0 235534.96875 1443150.0 235545.1875 1443199.0 235555.40625 1443250.0 235565.609375 1443300.0 235575.828125 1443349.0 235586.03125 1443400.0 235596.234375 1443450.0 235606.421875 1443499.0 235616.625 1443550.0 235626.828125 1443600.0 235637.03125 1443649.0 235647.21875 1443700.0 235657.421875 1443750.0 235667.625 1443799.0 235677.8125 1443850.0 235688.0 1443900.0 235698.203125 1443949.0 235708.390625 1444000.0 235718.59375 1444050.0 235728.78125 1444099.0 235738.984375 1444150.0 235749.1875 1444200.0 235759.375 1444249.0 235769.59375 1444300.0 235779.78125 1444350.0 235789.984375 1444399.0 235800.15625 1444450.0 235810.34375 1444500.0 235820.53125 1444549.0 235830.71875 1444600.0 235840.875 1444650.0 235851.046875 1444699.0 235861.21875 1444750.0 235871.375 1444800.0 235881.546875 1444849.0 235891.71875 1444900.0 235901.90625 1444950.0 235912.078125 1444999.0 235922.25 1445050.0 235932.4375 1445100.0 235942.640625 1445149.0 235952.828125 1445200.0 235963.03125 1445250.0 235973.21875 1445299.0 235983.40625 1445350.0 235993.59375 1445400.0 236003.78125 1445449.0 236013.984375 1445500.0 236024.15625 1445550.0 236034.3125 1445599.0 236044.5 1445650.0 236054.65625 1445700.0 236064.84375 1445749.0 236075.0 1445800.0 236085.1875 1445850.0 236095.359375 1445899.0 236105.53125 1445950.0 236115.703125 1446000.0 236125.875 1446049.0 236136.03125 1446100.0 236146.1875 1446150.0 236156.375 1446199.0 236166.546875 1446250.0 236176.71875 1446300.0 236186.875 1446349.0 236197.046875 1446400.0 236207.21875 1446450.0 236217.375 1446499.0 236227.546875 1446550.0 236237.71875 1446600.0 236247.890625 1446649.0 236258.0625 1446700.0 236268.25 1446750.0 236278.40625 1446799.0 236288.59375 1446850.0 236298.765625 1446900.0 236308.953125 1446949.0 236319.15625 1447000.0 236329.375 1447050.0 236339.59375 1447099.0 236349.8125 1447150.0 236360.03125 1447200.0 236370.25 1447249.0 236380.453125 1447300.0 236390.625 1447350.0 236400.8125 1447399.0 236410.984375 1447450.0 236421.15625 1447500.0 236431.328125 1447549.0 236441.5 1447600.0 236451.6875 1447650.0 236461.875 1447699.0 236472.046875 1447750.0 236482.234375 1447800.0 236492.421875 1447849.0 236502.609375 1447900.0 236512.78125 1447950.0 236522.96875 1447999.0 236533.140625 1448050.0 236543.3125 1448100.0 236553.484375 1448149.0 236563.65625 1448200.0 236573.84375 1448250.0 236584.015625 1448299.0 236594.203125 1448350.0 236604.390625 1448400.0 236614.59375 1448449.0 236624.8125 1448500.0 236635.03125 1448550.0 236645.1875 1448599.0 236655.375 1448650.0 236665.53125 1448700.0 236675.71875 1448749.0 236685.875 1448800.0 236696.0625 1448850.0 236706.234375 1448899.0 236716.4375 1448950.0 236726.609375 1449000.0 236736.78125 1449049.0 236746.9375 1449100.0 236757.09375 1449150.0 236767.265625 1449199.0 236777.4375 1449250.0 236787.65625 1449300.0 236797.859375 1449349.0 236808.0625 1449400.0 236818.28125 1449450.0 236828.515625 1449499.0 236838.75 1449550.0 236849.0 1449600.0 236859.234375 1449649.0 236869.46875 1449700.0 236879.65625 1449750.0 236889.859375 1449799.0 236900.0625 1449850.0 236910.265625 1449900.0 236920.46875 1449949.0 236930.65625 1450000.0 236940.875 1450050.0 236951.078125 1450099.0 236961.296875 1450150.0 236971.5 1450200.0 236981.6875 1450249.0 236991.875 1450300.0 237002.078125 1450350.0 237012.265625 1450399.0 237022.46875 1450450.0 237032.65625 1450500.0 237042.875 1450549.0 237053.09375 1450600.0 237063.3125 1450650.0 237073.53125 1450699.0 237083.765625 1450750.0 237094.0 1450800.0 237104.21875 1450849.0 237114.4375 1450900.0 237124.65625 1450950.0 237134.859375 1450999.0 237145.0625 1451050.0 237155.25 1451100.0 237165.4375 1451149.0 237175.625 1451200.0 237185.8125 1451250.0 237195.96875 1451299.0 237206.140625 1451350.0 237216.3125 1451400.0 237226.46875 1451449.0 237236.640625 1451500.0 237246.8125 1451550.0 237256.96875 1451599.0 237267.140625 1451650.0 237277.28125 1451700.0 237287.40625 1451749.0 237297.546875 1451800.0 237307.65625 1451850.0 237317.796875 1451899.0 237327.921875 1451950.0 237338.0625 1452000.0 237348.21875 1452049.0 237358.375 1452100.0 237368.53125 1452150.0 237378.671875 1452199.0 237388.8125 1452250.0 237398.96875 1452300.0 237409.125 1452349.0 237419.265625 1452400.0 237429.421875 1452450.0 237439.53125 1452499.0 237449.65625 1452550.0 237459.828125 1452600.0 237470.0 1452649.0 237480.1875 1452700.0 237490.390625 1452750.0 237500.609375 1452799.0 237510.828125 1452850.0 237521.0625 1452900.0 237531.3125 1452949.0 237541.5625 1453000.0 237551.828125 1453050.0 237562.0625 1453099.0 237572.296875 1453150.0 237582.5 1453200.0 237592.71875 1453249.0 237602.9375 1453300.0 237613.15625 1453350.0 237623.375 1453399.0 237633.59375 1453450.0 237643.8125 1453500.0 237654.03125 1453549.0 237664.234375 1453600.0 237674.4375 1453650.0 237684.65625 1453699.0 237694.859375 1453750.0 237705.078125 1453800.0 237715.296875 1453849.0 237725.515625 1453900.0 237735.734375 1453950.0 237745.953125 1453999.0 237756.1875 1454050.0 237766.40625 1454100.0 237776.625 1454149.0 237786.84375 1454200.0 237797.078125 1454250.0 237807.296875 1454299.0 237817.515625 1454350.0 237827.71875 1454400.0 237837.921875 1454449.0 237848.125 1454500.0 237858.3125 1454550.0 237868.53125 1454599.0 237878.75 1454650.0 237888.96875 1454700.0 237899.171875 1454749.0 237909.34375 1454800.0 237919.53125 1454850.0 237929.71875 1454899.0 237939.90625 1454950.0 237950.078125 1455000.0 237960.25 1455049.0 237970.40625 1455100.0 237980.5625 1455150.0 237990.75 1455199.0 238000.921875 1455250.0 238011.09375 1455300.0 238021.25 1455349.0 238031.421875 1455400.0 238041.5625 1455450.0 238051.71875 1455499.0 238061.875 1455550.0 238072.03125 1455600.0 238082.171875 1455649.0 238092.28125 1455700.0 238102.40625 1455750.0 238112.578125 1455799.0 238122.765625 1455850.0 238132.953125 1455900.0 238143.15625 1455949.0 238153.390625 1456000.0 238163.609375 1456050.0 238173.84375 1456099.0 238184.0625 1456150.0 238194.296875 1456200.0 238204.53125 1456249.0 238214.75 1456300.0 238224.984375 1456350.0 238235.203125 1456399.0 238245.421875 1456450.0 238255.625 1456500.0 238265.8125 1456549.0 238276.015625 1456600.0 238286.21875 1456650.0 238296.40625 1456699.0 238306.625 1456750.0 238316.828125 1456800.0 238327.03125 1456849.0 238337.234375 1456900.0 238347.4375 1456950.0 238357.65625 1456999.0 238367.859375 1457050.0 238378.0625 1457100.0 238388.25 1457149.0 238398.46875 1457200.0 238408.671875 1457250.0 238418.875 1457299.0 238429.078125 1457350.0 238439.28125 1457400.0 238449.46875 1457449.0 238459.65625 1457500.0 238469.859375 1457550.0 238480.0625 1457599.0 238490.25 1457650.0 238500.421875 1457700.0 238510.59375 1457749.0 238520.78125 1457800.0 238530.9375 1457850.0 238541.125 1457899.0 238551.3125 1457950.0 238561.5 1458000.0 238571.71875 1458049.0 238581.9375 1458100.0 238592.15625 1458150.0 238602.375 1458199.0 238612.609375 1458250.0 238622.84375 1458300.0 238633.09375 1458349.0 238643.34375 1458400.0 238653.578125 1458450.0 238663.78125 1458499.0 238673.984375 1458550.0 238684.1875 1458600.0 238694.40625 1458649.0 238704.609375 1458700.0 238714.8125 1458750.0 238725.015625 1458799.0 238735.21875 1458850.0 238745.4375 1458900.0 238755.640625 1458949.0 238765.859375 1459000.0 238776.0625 1459050.0 238786.265625 1459099.0 238796.46875 1459150.0 238806.6875 1459200.0 238816.875 1459249.0 238827.078125 1459300.0 238837.25 1459350.0 238847.4375 1459399.0 238857.625 1459450.0 238867.8125 1459500.0 238878.015625 1459549.0 238888.234375 1459600.0 238898.453125 1459650.0 238908.671875 1459699.0 238918.90625 1459750.0 238929.125 1459800.0 238939.328125 1459849.0 238949.53125 1459900.0 238959.734375 1459950.0 238969.9375 1459999.0 238980.125 1460050.0 238990.296875 1460100.0 239000.46875 1460149.0 239010.625 1460200.0 239020.765625 1460250.0 239030.90625 1460299.0 239041.0625 1460350.0 239051.21875 1460400.0 239061.40625 1460449.0 239071.609375 1460500.0 239081.8125 1460550.0 239092.046875 1460599.0 239102.25 1460650.0 239112.46875 1460700.0 239122.671875 1460749.0 239132.875 1460800.0 239143.078125 1460850.0 239153.28125 1460899.0 239163.484375 1460950.0 239173.671875 1461000.0 239183.859375 1461049.0 239194.046875 1461100.0 239204.234375 1461150.0 239214.453125 1461199.0 239224.65625 1461250.0 239234.875 1461300.0 239245.09375 1461349.0 239255.296875 1461400.0 239265.5 1461450.0 239275.71875 1461499.0 239285.9375 1461550.0 239296.15625 1461600.0 239306.375 1461649.0 239316.609375 1461700.0 239326.859375 1461750.0 239337.109375 1461799.0 239347.375 1461850.0 239357.640625 1461900.0 239367.921875 1461949.0 239378.21875 1462000.0 239388.578125 1462050.0 239398.96875 1462099.0 239409.4375 1462150.0 239419.859375 1462200.0 239430.25 1462249.0 239440.5 1462300.0 239450.65625 1462350.0 239460.796875 1462399.0 239470.9375 1462450.0 239481.09375 1462500.0 239491.25 1462549.0 239501.4375 1462600.0 239511.625 1462650.0 239521.8125 1462699.0 239532.0 1462750.0 239542.1875 1462800.0 239552.375 1462849.0 239562.546875 1462900.0 239572.71875 1462950.0 239582.890625 1462999.0 239593.0625 1463050.0 239603.21875 1463100.0 239613.359375 1463149.0 239623.4375 1463200.0 239633.5625 1463250.0 239643.703125 1463299.0 239653.875 1463350.0 239664.046875 1463400.0 239674.25 1463449.0 239684.46875 1463500.0 239694.671875 1463550.0 239704.890625 1463599.0 239715.09375 1463650.0 239725.28125 1463700.0 239735.46875 1463749.0 239745.625 1463800.0 239755.796875 1463850.0 239765.96875 1463899.0 239776.140625 1463950.0 239786.328125 1464000.0 239796.515625 1464049.0 239806.71875 1464100.0 239816.9375 1464150.0 239827.171875 1464199.0 239837.40625 1464250.0 239847.65625 1464300.0 239857.90625 1464349.0 239868.171875 1464400.0 239878.4375 1464450.0 239888.71875 1464499.0 239898.984375 1464550.0 239909.25 1464600.0 239919.5 1464649.0 239929.75 1464700.0 239939.984375 1464750.0 239950.21875 1464799.0 239960.453125 1464850.0 239970.6875 1464900.0 239980.9375 1464949.0 239991.171875 1465000.0 240001.40625 1465050.0 240011.65625 1465099.0 240021.90625 1465150.0 240032.15625 1465200.0 240042.40625 1465249.0 240052.640625 1465300.0 240062.890625 1465350.0 240073.140625 1465399.0 240083.375 1465450.0 240093.625 1465500.0 240103.859375 1465549.0 240114.09375 1465600.0 240124.296875 1465650.0 240134.5 1465699.0 240144.71875 1465750.0 240154.921875 1465800.0 240165.140625 1465849.0 240175.375 1465900.0 240185.59375 1465950.0 240195.84375 1465999.0 240206.09375 1466050.0 240216.34375 1466100.0 240226.609375 1466149.0 240236.859375 1466200.0 240247.09375 1466250.0 240257.296875 1466299.0 240267.484375 1466350.0 240277.6875 1466400.0 240287.875 1466449.0 240298.0625 1466500.0 240308.28125 1466550.0 240318.5 1466599.0 240328.71875 1466650.0 240338.953125 1466700.0 240349.203125 1466749.0 240359.453125 1466800.0 240369.6875 1466850.0 240379.9375 1466899.0 240390.1875 1466950.0 240400.40625 1467000.0 240410.65625 1467049.0 240420.890625 1467100.0 240431.125 1467150.0 240441.34375 1467199.0 240451.5625 1467250.0 240461.765625 1467300.0 240471.96875 1467349.0 240482.15625 1467400.0 240492.359375 1467450.0 240502.546875 1467499.0 240512.75 1467550.0 240522.953125 1467600.0 240533.15625 1467649.0 240543.390625 1467700.0 240553.625 1467750.0 240563.84375 1467799.0 240574.09375 1467850.0 240584.328125 1467900.0 240594.578125 1467949.0 240604.828125 1468000.0 240615.078125 1468050.0 240625.3125 1468099.0 240635.53125 1468150.0 240645.78125 1468200.0 240656.015625 1468249.0 240666.265625 1468300.0 240676.5 1468350.0 240686.75 1468399.0 240696.984375 1468450.0 240707.21875 1468500.0 240717.484375 1468549.0 240727.75 1468600.0 240738.03125 1468650.0 240748.3125 1468699.0 240758.578125 1468750.0 240768.84375 1468800.0 240779.125 1468849.0 240789.40625 1468900.0 240799.6875 1468950.0 240809.96875 1468999.0 240820.25 1469050.0 240830.5625 1469100.0 240840.859375 1469149.0 240851.140625 1469200.0 240861.4375 1469250.0 240871.703125 1469299.0 240881.953125 1469350.0 240892.171875 1469400.0 240902.375 1469449.0 240912.59375 1469500.0 240922.796875 1469550.0 240933.015625 1469599.0 240943.234375 1469650.0 240953.46875 1469700.0 240963.71875 1469749.0 240973.984375 1469800.0 240984.28125 1469850.0 240994.546875 1469899.0 241004.796875 1469950.0 241015.046875 1470000.0 241025.234375 1470049.0 241035.375 1470100.0 241045.53125 1470150.0 241055.6875 1470199.0 241065.875 1470250.0 241076.0625 1470300.0 241086.28125 1470349.0 241096.53125 1470400.0 241106.78125 1470450.0 241117.046875 1470499.0 241127.328125 1470550.0 241137.609375 1470600.0 241147.90625 1470649.0 241158.1875 1470700.0 241168.453125 1470750.0 241178.71875 1470799.0 241189.0 1470850.0 241199.28125 1470900.0 241209.578125 1470949.0 241219.875 1471000.0 241230.15625 1471050.0 241240.4375 1471099.0 241250.6875 1471150.0 241260.9375 1471200.0 241271.15625 1471249.0 241281.40625 1471300.0 241291.65625 1471350.0 241301.921875 1471399.0 241312.1875 1471450.0 241322.46875 1471500.0 241332.71875 1471549.0 241343.0 1471600.0 241353.265625 1471650.0 241363.5 1471699.0 241373.71875 1471750.0 241383.921875 1471800.0 241394.140625 1471849.0 241404.375 1471900.0 241414.609375 1471950.0 241424.859375 1471999.0 241435.125 1472050.0 241445.40625 1472100.0 241455.65625 1472149.0 241465.921875 1472200.0 241476.15625 1472250.0 241486.390625 1472299.0 241496.625 1472350.0 241506.875 1472400.0 241517.125 1472449.0 241527.375 1472500.0 241537.625 1472550.0 241547.875 1472599.0 241558.125 1472650.0 241568.390625 1472700.0 241578.640625 1472749.0 241588.921875 1472800.0 241599.21875 1472850.0 241609.5 1472899.0 241619.8125 1472950.0 241630.140625 1473000.0 241640.453125 1473049.0 241650.765625 1473100.0 241661.046875 1473150.0 241671.34375 1473199.0 241681.625 1473250.0 241691.90625 1473300.0 241702.1875 1473349.0 241712.46875 1473400.0 241722.734375 1473450.0 241733.0 1473499.0 241743.28125 1473550.0 241753.546875 1473600.0 241763.8125 1473649.0 241774.09375 1473700.0 241784.359375 1473750.0 241794.625 1473799.0 241804.90625 1473850.0 241815.203125 1473900.0 241825.515625 1473949.0 241835.8125 1474000.0 241846.125 1474050.0 241856.421875 1474099.0 241866.71875 1474150.0 241877.0 1474200.0 241887.28125 1474249.0 241897.5625 1474300.0 241907.84375 1474350.0 241918.109375 1474399.0 241928.390625 1474450.0 241938.6875 1474500.0 241948.96875 1474549.0 241959.28125 1474600.0 241969.59375 1474650.0 241979.90625 1474699.0 241990.21875 1474750.0 242000.546875 1474800.0 242010.875 1474849.0 242021.1875 1474900.0 242031.5 1474950.0 242041.796875 1474999.0 242052.09375 1475050.0 242062.375 1475100.0 242072.65625 1475149.0 242082.90625 1475200.0 242093.171875 1475250.0 242103.4375 1475299.0 242113.71875 1475350.0 242123.984375 1475400.0 242134.234375 1475449.0 242144.5 1475500.0 242154.75 1475550.0 242165.0 1475599.0 242175.25 1475650.0 242185.5 1475700.0 242195.75 1475749.0 242206.015625 1475800.0 242216.28125 1475850.0 242226.578125 1475899.0 242236.90625 1475950.0 242247.25 1476000.0 242257.65625 1476049.0 242268.09375 1476100.0 242278.609375 1476150.0 242289.140625 1476199.0 242299.703125 1476250.0 242310.25 1476300.0 242320.71875 1476349.0 242331.078125 1476400.0 242341.3125 1476450.0 242351.53125 1476499.0 242361.765625 1476550.0 242372.0 1476600.0 242382.25 1476649.0 242392.484375 1476700.0 242402.734375 1476750.0 242413.0 1476799.0 242423.265625 1476850.0 242433.515625 1476900.0 242443.78125 1476949.0 242454.03125 1477000.0 242464.28125 1477050.0 242474.5 1477099.0 242484.734375 1477150.0 242494.953125 1477200.0 242505.1875 1477249.0 242515.4375 1477300.0 242525.703125 1477350.0 242535.96875 1477399.0 242546.265625 1477450.0 242556.5625 1477500.0 242566.875 1477549.0 242577.171875 1477600.0 242587.46875 1477650.0 242597.765625 1477699.0 242608.0625 1477750.0 242618.375 1477800.0 242628.71875 1477849.0 242639.046875 1477900.0 242649.390625 1477950.0 242659.75 1477999.0 242670.109375 1478050.0 242680.46875 1478100.0 242690.84375 1478149.0 242701.21875 1478200.0 242711.59375 1478250.0 242721.921875 1478299.0 242732.25 1478350.0 242742.578125 1478400.0 242752.921875 1478449.0 242763.265625 1478500.0 242773.609375 1478550.0 242783.953125 1478599.0 242794.296875 1478650.0 242804.640625 1478700.0 242814.984375 1478749.0 242825.34375 1478800.0 242835.6875 1478850.0 242846.03125 1478899.0 242856.375 1478950.0 242866.734375 1479000.0 242877.09375 1479049.0 242887.46875 1479100.0 242897.828125 1479150.0 242908.203125 1479199.0 242918.59375 1479250.0 242928.96875 1479300.0 242939.34375 1479349.0 242949.71875 1479400.0 242960.09375 1479450.0 242970.46875 1479499.0 242980.859375 1479550.0 242991.234375 1479600.0 243001.609375 1479649.0 243011.96875 1479700.0 243022.328125 1479750.0 243032.6875 1479799.0 243043.03125 1479850.0 243053.375 1479900.0 243063.6875 1479949.0 243074.0 1480000.0 243084.328125 1480050.0 243094.65625 1480099.0 243105.0 1480150.0 243115.34375 1480200.0 243125.71875 1480249.0 243136.09375 1480300.0 243146.453125 1480350.0 243156.796875 1480399.0 243167.125 1480450.0 243177.46875 1480500.0 243187.8125 1480549.0 243198.1875 1480600.0 243208.53125 1480650.0 243218.90625 1480699.0 243229.265625 1480750.0 243239.65625 1480800.0 243250.046875 1480849.0 243260.453125 1480900.0 243270.875 1480950.0 243281.3125 1480999.0 243291.78125 1481050.0 243302.25 1481100.0 243312.734375 1481149.0 243323.234375 1481200.0 243333.71875 1481250.0 243344.1875 1481299.0 243354.640625 1481350.0 243365.0625 1481400.0 243375.484375 1481449.0 243385.90625 1481500.0 243396.375 1481550.0 243406.796875 1481599.0 243417.1875 1481650.0 243427.578125 1481700.0 243437.9375 1481749.0 243448.25 1481800.0 243458.546875 1481850.0 243468.859375 1481899.0 243479.1875 1481950.0 243489.53125 1482000.0 243499.890625 1482049.0 243510.265625 1482100.0 243520.65625 1482150.0 243531.015625 1482199.0 243541.40625 1482250.0 243551.796875 1482300.0 243562.1875 1482349.0 243572.578125 1482400.0 243582.96875 1482450.0 243593.34375 1482499.0 243603.71875 1482550.0 243614.09375 1482600.0 243624.4375 1482649.0 243634.796875 1482700.0 243645.125 1482750.0 243655.484375 1482799.0 243665.84375 1482850.0 243676.203125 1482900.0 243686.59375 1482949.0 243697.0 1483000.0 243707.421875 1483050.0 243717.859375 1483099.0 243728.28125 1483150.0 243738.734375 1483200.0 243749.1875 1483249.0 243759.625 1483300.0 243770.078125 1483350.0 243780.515625 1483399.0 243790.953125 1483450.0 243801.390625 1483500.0 243811.828125 1483549.0 243822.28125 1483600.0 243832.71875 1483650.0 243843.203125 1483699.0 243853.6875 1483750.0 243864.1875 1483800.0 243874.65625 1483849.0 243885.15625 1483900.0 243895.625 1483950.0 243906.09375 1483999.0 243916.546875 1484050.0 243927.0 1484100.0 243937.4375 1484149.0 243947.90625 1484200.0 243958.375 1484250.0 243968.859375 1484299.0 243979.34375 1484350.0 243989.84375 1484400.0 244000.328125 1484449.0 244010.8125 1484500.0 244021.28125 1484550.0 244031.75 1484599.0 244042.25 1484650.0 244052.734375 1484700.0 244063.234375 1484749.0 244073.75 1484800.0 244084.25 1484850.0 244094.75 1484899.0 244105.25 1484950.0 244115.75 1485000.0 244126.25 1485049.0 244136.765625 1485100.0 244147.28125 1485150.0 244157.78125 1485199.0 244168.28125 1485250.0 244178.78125 1485300.0 244189.25 1485349.0 244199.734375 1485400.0 244210.203125 1485450.0 244220.6875 1485499.0 244231.1875 1485550.0 244241.703125 1485600.0 244252.25 1485649.0 244262.859375 1485700.0 244273.515625 1485750.0 244284.21875 1485799.0 244294.9375 1485850.0 244305.6875 1485900.0 244316.40625 1485949.0 244327.078125 1486000.0 244337.6875 1486050.0 244348.1875 1486099.0 244358.65625 1486150.0 244369.046875 1486200.0 244379.4375 1486249.0 244389.828125 1486300.0 244400.203125 1486350.0 244410.59375 1486399.0 244421.0 1486450.0 244431.40625 1486500.0 244441.8125 1486549.0 244452.25 1486600.0 244462.6875 1486650.0 244473.140625 1486699.0 244483.59375 1486750.0 244494.09375 1486800.0 244504.5625 1486849.0 244515.046875 1486900.0 244525.53125 1486950.0 244536.0 1486999.0 244546.484375 1487050.0 244556.96875 1487100.0 244567.453125 1487149.0 244577.953125 1487200.0 244588.453125 1487250.0 244598.96875 1487299.0 244609.5 1487350.0 244620.03125 1487400.0 244630.5625 1487449.0 244641.109375 1487500.0 244651.640625 1487550.0 244662.171875 1487599.0 244672.71875 1487650.0 244683.25 1487700.0 244693.8125 1487749.0 244704.390625 1487800.0 244714.96875 1487850.0 244725.59375 1487899.0 244736.203125 1487950.0 244746.84375 1488000.0 244757.46875 1488049.0 244768.125 1488100.0 244778.75 1488150.0 244789.40625 1488199.0 244800.03125 1488250.0 244810.703125 1488300.0 244821.359375 1488349.0 244832.015625 1488400.0 244842.671875 1488450.0 244853.34375 1488499.0 244863.984375 1488550.0 244874.65625 1488600.0 244885.3125 1488649.0 244895.984375 1488700.0 244906.65625 1488750.0 244917.3125 1488799.0 244927.984375 1488850.0 244938.65625 1488900.0 244949.328125 1488949.0 244960.0 1489000.0 244970.6875 1489050.0 244981.375 1489099.0 244992.09375 1489150.0 245002.8125 1489200.0 245013.53125 1489249.0 245024.296875 1489300.0 245035.0625 1489350.0 245045.875 1489399.0 245056.703125 1489450.0 245067.546875 1489500.0 245078.421875 1489549.0 245089.28125 1489600.0 245100.171875 1489650.0 245111.046875 1489699.0 245121.921875 1489750.0 245132.78125 1489800.0 245143.625 1489849.0 245154.4375 1489900.0 245165.15625 1489950.0 245175.78125 1489999.0 245186.375 1490050.0 245196.9375 1490100.0 245207.46875 1490149.0 245218.0 1490200.0 245228.546875 1490250.0 245239.09375 1490299.0 245249.640625 1490350.0 245260.1875 1490400.0 245270.765625 1490449.0 245281.34375 1490500.0 245291.921875 1490550.0 245302.515625 1490599.0 245313.125 1490650.0 245323.734375 1490700.0 245334.359375 1490749.0 245344.984375 1490800.0 245355.625 1490850.0 245366.28125 1490899.0 245376.9375 1490950.0 245387.59375 1491000.0 245398.25 1491049.0 245408.9375 1491100.0 245419.609375 1491150.0 245430.3125 1491199.0 245441.03125 1491250.0 245451.75 1491300.0 245462.46875 1491349.0 245473.21875 1491400.0 245483.96875 1491450.0 245494.75 1491499.0 245505.53125 1491550.0 245516.328125 1491600.0 245527.125 1491649.0 245537.9375 1491700.0 245548.78125 1491750.0 245559.625 1491799.0 245570.46875 1491850.0 245581.328125 1491900.0 245592.1875 1491949.0 245603.0625 1492000.0 245613.96875 1492050.0 245624.875 1492099.0 245635.796875 1492150.0 245646.75 1492200.0 245657.703125 1492249.0 245668.671875 1492300.0 245679.65625 1492350.0 245690.65625 1492399.0 245701.6875 1492450.0 245712.71875 1492500.0 245723.765625 1492549.0 245734.84375 1492600.0 245745.9375 1492650.0 245757.046875 1492699.0 245768.1875 1492750.0 245779.34375 1492800.0 245790.5 1492849.0 245801.6875 1492900.0 245812.875 1492950.0 245824.046875 1492999.0 245835.1875 1493050.0 245846.3125 1493100.0 245857.375 1493149.0 245868.40625 1493200.0 245879.390625 1493250.0 245890.328125 1493299.0 245901.21875 1493350.0 245912.0625 1493400.0 245922.890625 1493449.0 245933.6875 1493500.0 245944.453125 1493550.0 245955.21875 1493599.0 245965.96875 1493650.0 245976.71875 1493700.0 245987.484375 1493749.0 245998.25 1493800.0 246009.03125 1493850.0 246019.84375 1493899.0 246030.65625 1493950.0 246041.484375 1494000.0 246052.34375 1494049.0 246063.1875 1494100.0 246074.078125 1494150.0 246084.96875 1494199.0 246095.875 1494250.0 246106.8125 1494300.0 246117.765625 1494349.0 246128.71875 1494400.0 246139.703125 1494450.0 246150.703125 1494499.0 246161.71875 1494550.0 246172.75 1494600.0 246183.8125 1494649.0 246194.875 1494700.0 246205.984375 1494750.0 246217.109375 1494799.0 246228.25 1494850.0 246239.4375 1494900.0 246250.625 1494949.0 246261.84375 1495000.0 246273.09375 1495050.0 246284.375 1495099.0 246295.6875 1495150.0 246307.015625 1495200.0 246318.375 1495249.0 246329.765625 1495300.0 246341.1875 1495350.0 246352.625 1495399.0 246364.09375 1495450.0 246375.59375 1495500.0 246387.09375 1495549.0 246398.625 1495600.0 246410.15625 1495650.0 246421.71875 1495699.0 246433.265625 1495750.0 246444.8125 1495800.0 246456.34375 1495849.0 246467.875 1495900.0 246479.359375 1495950.0 246490.8125 1495999.0 246502.21875 1496050.0 246513.5625 1496100.0 246524.875 1496149.0 246536.125 1496200.0 246547.34375 1496250.0 246558.53125 1496299.0 246569.65625 1496350.0 246580.78125 1496400.0 246591.859375 1496449.0 246602.9375 1496500.0 246614.0 1496550.0 246625.0625 1496599.0 246636.15625 1496650.0 246647.25 1496700.0 246658.390625 1496749.0 246669.546875 1496800.0 246680.71875 1496850.0 246691.921875 1496899.0 246703.15625 1496950.0 246714.421875 1497000.0 246725.71875 1497049.0 246737.03125 1497100.0 246748.390625 1497150.0 246759.78125 1497199.0 246771.203125 1497250.0 246782.65625 1497300.0 246794.15625 1497349.0 246805.6875 1497400.0 246817.265625 1497450.0 246828.875 1497499.0 246840.53125 1497550.0 246852.203125 1497600.0 246863.9375 1497649.0 246875.6875 1497700.0 246887.46875 1497750.0 246899.296875 1497799.0 246911.15625 1497850.0 246923.046875 1497900.0 246934.96875 1497949.0 246946.90625 1498000.0 246958.875 1498050.0 246970.84375 1498099.0 246982.84375 1498150.0 246994.84375 1498200.0 247006.859375 1498249.0 247018.875 1498300.0 247030.859375 1498350.0 247042.84375 1498399.0 247054.828125 1498450.0 247066.78125 1498500.0 247078.6875 1498549.0 247090.578125 1498600.0 247102.4375 1498650.0 247114.28125 1498699.0 247126.078125 1498750.0 247137.875 1498800.0 247149.625 1498849.0 247161.390625 1498900.0 247173.140625 1498950.0 247184.890625 1498999.0 247196.65625 1499050.0 247208.4375 1499100.0 247220.25 1499149.0 247232.09375 1499200.0 247243.96875 1499250.0 247255.90625 1499299.0 247267.890625 1499350.0 247279.90625 1499400.0 247291.96875 1499449.0 247304.09375 1499500.0 247316.25 1499550.0 247328.453125 1499599.0 247340.703125 1499650.0 247353.0 1499700.0 247365.359375 1499749.0 247377.75 1499800.0 247390.171875 1499850.0 247402.65625 1499899.0 247415.171875 1499950.0 247427.734375 1500000.0 247440.34375 1500049.0 247452.984375 1500100.0 247465.65625 1500150.0 247478.375 1500199.0 247491.125 1500250.0 247503.90625 1500300.0 247516.71875 1500349.0 247529.546875 1500400.0 247542.40625 1500450.0 247555.28125 1500499.0 247568.15625 1500550.0 247581.03125 1500600.0 247593.9375 1500649.0 247606.828125 1500700.0 247619.71875 1500750.0 247632.59375 1500799.0 247645.46875 1500850.0 247658.328125 1500900.0 247671.1875 1500949.0 247684.046875 1501000.0 247696.90625 1501050.0 247709.765625 1501099.0 247722.640625 1501150.0 247735.53125 1501200.0 247748.4375 1501249.0 247761.375 1501300.0 247774.34375 1501350.0 247787.328125 1501399.0 247800.390625 1501450.0 247813.484375 1501500.0 247826.640625 1501549.0 247839.84375 1501600.0 247853.125 1501650.0 247866.4375 1501699.0 247879.8125 1501750.0 247893.25 1501800.0 247906.75 1501849.0 247920.296875 1501900.0 247933.890625 1501950.0 247947.5625 1501999.0 247961.265625 1502050.0 247975.03125 1502100.0 247988.828125 1502149.0 248002.6875 1502200.0 248016.578125 1502250.0 248030.53125 1502299.0 248044.5 1502350.0 248058.53125 1502400.0 248072.578125 1502449.0 248086.65625 1502500.0 248100.765625 1502550.0 248114.90625 1502599.0 248129.0625 1502650.0 248143.21875 1502700.0 248157.40625 1502749.0 248171.609375 1502800.0 248185.8125 1502850.0 248200.046875 1502899.0 248214.28125 1502950.0 248228.53125 1503000.0 248242.8125 1503049.0 248257.09375 1503100.0 248271.40625 1503150.0 248285.75 1503199.0 248300.125 1503250.0 248314.53125 1503300.0 248328.984375 1503349.0 248343.484375 1503400.0 248358.03125 1503450.0 248372.625 1503499.0 248387.296875 1503550.0 248402.03125 1503600.0 248416.8125 1503649.0 248431.671875 1503700.0 248446.59375 1503750.0 248461.59375 1503799.0 248476.65625 1503850.0 248491.765625 1503900.0 248506.9375 1503949.0 248522.15625 1504000.0 248537.453125 1504050.0 248552.796875 1504099.0 248568.1875 1504150.0 248583.625 1504200.0 248599.109375 1504249.0 248614.640625 1504300.0 248630.203125 1504350.0 248645.8125 1504399.0 248661.453125 1504450.0 248677.125 1504500.0 248692.8125 1504549.0 248708.546875 1504600.0 248724.3125 1504650.0 248740.09375 1504699.0 248755.90625 1504750.0 248771.75 1504800.0 248787.625 1504849.0 248803.53125 1504900.0 248819.46875 1504950.0 248835.453125 1504999.0 248851.46875 1505050.0 248867.53125 1505100.0 248883.625 1505149.0 248899.796875 1505200.0 248916.0 1505250.0 248932.265625 1505299.0 248948.59375 1505350.0 248964.984375 1505400.0 248981.4375 1505449.0 248997.953125 1505500.0 249014.546875 1505550.0 249031.203125 1505599.0 249047.921875 1505650.0 249064.703125 1505700.0 249081.546875 1505749.0 249098.453125 1505800.0 249115.40625 1505850.0 249132.421875 1505899.0 249149.484375 1505950.0 249166.59375 1506000.0 249183.75 1506049.0 249200.9375 1506100.0 249218.1875 1506150.0 249235.46875 1506199.0 249252.78125 1506250.0 249270.125 1506300.0 249287.515625 1506349.0 249304.9375 1506400.0 249322.40625 1506450.0 249339.90625 1506499.0 249357.453125 1506550.0 249375.03125 1506600.0 249392.671875 1506649.0 249410.34375 1506700.0 249428.0625 1506750.0 249445.8125 1506799.0 249463.625 1506850.0 249481.5 1506900.0 249499.421875 1506949.0 249517.40625 1507000.0 249535.4375 1507050.0 249553.546875 1507099.0 249571.71875 1507150.0 249589.953125 1507200.0 249608.25 1507249.0 249626.609375 1507300.0 249645.03125 1507350.0 249663.5 1507399.0 249682.03125 1507450.0 249700.609375 1507500.0 249719.234375 1507549.0 249737.90625 1507600.0 249756.625 1507650.0 249775.40625 1507699.0 249794.21875 1507750.0 249813.0625 1507800.0 249831.953125 1507849.0 249850.890625 1507900.0 249869.875 1507950.0 249888.875 1507999.0 249907.9375 1508050.0 249927.046875 1508100.0 249946.1875 1508149.0 249965.375 1508200.0 249984.59375 1508250.0 250003.875 1508299.0 250023.203125 1508350.0 250042.578125 1508400.0 250062.0 1508449.0 250081.46875 1508500.0 250101.0 1508550.0 250120.59375 1508599.0 250140.25 1508650.0 250159.9375 1508700.0 250179.703125 1508749.0 250199.515625 1508800.0 250219.390625 1508850.0 250239.296875 1508899.0 250259.265625 1508950.0 250279.28125 1509000.0 250299.328125 1509049.0 250319.4375 1509100.0 250339.578125 1509150.0 250359.75 1509199.0 250379.984375 1509250.0 250400.25 1509300.0 250420.546875 1509349.0 250440.890625 1509400.0 250461.28125 1509450.0 250481.6875 1509499.0 250502.15625 1509550.0 250522.65625 1509600.0 250543.171875 1509649.0 250563.75 1509700.0 250584.375 1509750.0 250605.03125 1509799.0 250625.75 1509850.0 250646.5 1509900.0 250667.3125 1509949.0 250688.15625 1510000.0 250709.046875 1510050.0 250730.0 1510099.0 250750.984375 1510150.0 250772.015625 1510200.0 250793.09375 1510249.0 250814.21875 1510300.0 250835.375 1510350.0 250856.59375 1510399.0 250877.828125 1510450.0 250899.09375 1510500.0 250920.40625 1510549.0 250941.75 1510600.0 250963.125 1510650.0 250984.53125 1510699.0 251005.96875 1510750.0 251027.4375 1510800.0 251048.9375 1510849.0 251070.46875 1510900.0 251092.03125 1510950.0 251113.625 1510999.0 251135.25 1511050.0 251156.921875 1511100.0 251178.609375 1511149.0 251200.34375 1511200.0 251222.125 1511250.0 251243.921875 1511299.0 251265.75 1511350.0 251287.640625 1511400.0 251309.546875 1511449.0 251331.484375 1511500.0 251353.46875 1511550.0 251375.46875 1511599.0 251397.5 1511650.0 251419.5625 1511700.0 251441.65625 1511749.0 251463.78125 1511800.0 251485.921875 1511850.0 251508.09375 1511899.0 251530.265625 1511950.0 251552.46875 1512000.0 251574.703125 1512049.0 251596.953125 1512100.0 251619.21875 1512150.0 251641.515625 1512199.0 251663.8125 1512250.0 251686.15625 1512300.0 251708.5 1512349.0 251730.875 1512400.0 251753.28125 1512450.0 251775.6875 1512499.0 251798.125 1512550.0 251820.5625 1512600.0 251843.03125 1512649.0 251865.53125 1512700.0 251888.03125 1512750.0 251910.5625 1512799.0 251933.09375 1512850.0 251955.640625 1512900.0 251978.203125 1512949.0 252000.78125 1513000.0 252023.359375 1513050.0 252045.9375 1513099.0 252068.53125 1513150.0 252091.15625 1513200.0 252113.75 1513249.0 252136.375 1513300.0 252159.0 1513350.0 252181.625 1513399.0 252204.25 1513450.0 252226.890625 1513500.0 252249.53125 1513549.0 252272.1875 1513600.0 252294.8125 1513650.0 252317.46875 1513699.0 252340.109375 1513750.0 252362.75 1513800.0 252385.390625 1513849.0 252408.03125 1513900.0 252430.65625 1513950.0 252453.28125 1513999.0 252475.90625 1514050.0 252498.5 1514100.0 252521.109375 1514149.0 252543.6875 1514200.0 252566.265625 1514250.0 252588.828125 1514299.0 252611.375 1514350.0 252633.90625 1514400.0 252656.40625 1514449.0 252678.90625 1514500.0 252701.375 1514550.0 252723.84375 1514599.0 252746.28125 1514650.0 252768.6875 1514700.0 252791.078125 1514749.0 252813.4375 1514800.0 252835.78125 1514850.0 252858.09375 1514899.0 252880.390625 1514950.0 252902.640625 1515000.0 252924.875 1515049.0 252947.0625 1515100.0 252969.21875 1515150.0 252991.34375 1515199.0 253013.4375 1515250.0 253035.484375 1515300.0 253057.484375 1515349.0 253079.453125 1515400.0 253101.375 1515450.0 253123.25 1515499.0 253145.09375 1515550.0 253166.875 1515600.0 253188.625 1515649.0 253210.3125 1515700.0 253231.953125 1515750.0 253253.546875 1515799.0 253275.078125 1515850.0 253296.5625 1515900.0 253318.0 1515949.0 253339.359375 1516000.0 253360.671875 1516050.0 253381.921875 1516099.0 253403.109375 1516150.0 253424.234375 1516200.0 253445.296875 1516249.0 253466.28125 1516300.0 253487.203125 1516350.0 253508.0625 1516399.0 253528.84375 1516450.0 253549.546875 1516500.0 253570.1875 1516549.0 253590.75 1516600.0 253611.21875 1516650.0 253631.625 1516699.0 253651.953125 1516750.0 253672.203125 1516800.0 253692.359375 1516849.0 253712.4375 1516900.0 253732.421875 1516950.0 253752.328125 1516999.0 253772.125 1517050.0 253791.859375 1517100.0 253811.484375 1517149.0 253831.03125 1517200.0 253850.46875 1517250.0 253869.8125 1517299.0 253889.0625 1517350.0 253908.203125 1517400.0 253927.25 1517449.0 253946.203125 1517500.0 253965.03125 1517550.0 253983.78125 1517599.0 254002.40625 1517650.0 254020.9375 1517700.0 254039.34375 1517749.0 254057.65625 1517800.0 254075.84375 1517850.0 254093.921875 1517899.0 254111.890625 1517950.0 254129.734375 1518000.0 254147.46875 1518049.0 254165.09375 1518100.0 254182.59375 1518150.0 254199.96875 1518199.0 254217.21875 1518250.0 254234.359375 1518300.0 254251.359375 1518349.0 254268.25 1518400.0 254285.015625 1518450.0 254301.640625 1518499.0 254318.15625 1518550.0 254334.53125 1518600.0 254350.765625 1518649.0 254366.875 1518700.0 254382.859375 1518750.0 254398.71875 1518799.0 254414.421875 1518850.0 254430.0 1518900.0 254445.4375 1518949.0 254460.75 1519000.0 254475.90625 1519050.0 254490.9375 1519099.0 254505.8125 1519150.0 254520.5625 1519200.0 254535.171875 1519249.0 254549.640625 1519300.0 254563.953125 1519350.0 254578.125 1519399.0 254592.15625 1519450.0 254606.03125 1519500.0 254619.765625 1519549.0 254633.34375 1519600.0 254646.78125 1519650.0 254660.0625 1519699.0 254673.171875 1519750.0 254686.140625 1519800.0 254698.9375 1519849.0 254711.5625 1519900.0 254724.0 1519950.0 254736.25 1519999.0 254748.3125 1520050.0 254760.15625 1520100.0 254771.828125 1520149.0 254783.28125 1520200.0 254794.53125 1520250.0 254805.578125 1520299.0 254816.453125 1520350.0 254827.15625 1520400.0 254837.671875 1520449.0 254847.5625 1520500.0 254857.0 1520550.0 254858.28125 1520599.0 254857.359375 1520650.0 254856.5625 1520700.0 254855.8125 1520749.0 254854.40625 1520800.0 254853.375 1520850.0 254852.421875 1520899.0 254851.5625 1520950.0 254850.6875 1521000.0 254849.75 1521049.0 254848.4375 1521100.0 254847.15625 1521150.0 254846.1875 1521199.0 254845.9375 1521250.0 254845.96875 1521300.0 254846.109375 1521349.0 254846.15625 1521400.0 254846.09375 1521450.0 254844.03125 1521499.0 254843.375 1521550.0 254842.5 1521600.0 254842.0625 1521649.0 254842.28125 1521700.0 254842.671875 1521750.0 254843.34375 1521799.0 254843.65625 1521850.0 254844.109375 1521900.0 254843.84375 1521949.0 254842.9375 1522000.0 254841.796875 1522050.0 254841.125 1522099.0 254841.25 1522150.0 254841.53125 1522200.0 254842.09375 1522249.0 254842.421875 1522300.0 254842.78125 1522350.0 254843.171875 1522399.0 254843.28125 1522450.0 254843.9375 1522500.0 254842.9375 1522549.0 254841.84375 1522600.0 254840.828125 1522650.0 254840.625 1522699.0 254840.890625 1522750.0 254841.09375 1522800.0 254841.34375 1522849.0 254841.375 1522900.0 254841.5 1522950.0 254841.78125 1522999.0 254841.84375 1523050.0 254842.390625 1523100.0 254842.46875 1523149.0 254842.40625 1523200.0 254842.15625 1523250.0 254841.96875 1523299.0 254841.59375 1523350.0 254841.96875 1523400.0 254842.265625 1523449.0 254842.25 1523500.0 254842.421875 1523550.0 254842.96875 1523599.0 254843.4375 1523650.0 254843.46875 1523700.0 254843.359375 1523749.0 254842.984375 1523800.0 254842.65625 1523850.0 254842.640625 1523899.0 254842.65625 1523950.0 254842.9375 1524000.0 254843.0625 1524049.0 254843.5 1524100.0 254843.5625 1524150.0 254843.8125 1524199.0 254843.6875 1524250.0 254844.015625 1524300.0 254844.0625 1524349.0 254844.59375 1524400.0 254844.796875 1524450.0 254845.5 1524499.0 254846.84375 1524550.0 254847.375 1524600.0 254847.90625 1524649.0 254848.5 1524700.0 254849.234375 1524750.0 254850.609375 1524799.0 254851.671875 1524850.0 254852.625 1524900.0 254853.875 1524949.0 254851.46875 1525000.0 254848.96875 1525050.0 254848.96875 1525099.0 254848.8125 1525150.0 254848.390625 1525200.0 254848.65625 1525249.0 254848.71875 1525300.0 254849.28125 1525350.0 254849.75 1525399.0 254850.265625 1525450.0 254850.8125 1525500.0 254851.375 1525549.0 254852.03125 1525600.0 254852.59375 1525650.0 254852.890625 1525699.0 254852.921875 1525750.0 254852.96875 1525800.0 254853.203125 1525849.0 254854.125 1525900.0 254855.578125 1525950.0 254856.390625 1525999.0 254857.03125 1526050.0 254859.4375 1526100.0 254859.625 1526149.0 254860.203125 1526200.0 254860.5625 1526250.0 254861.25 1526299.0 254861.75 1526350.0 254862.375 1526400.0 254862.859375 1526449.0 254863.8125 1526500.0 254866.03125 1526550.0 254867.109375 1526599.0 254868.0625 1526650.0 254868.28125 1526700.0 254868.78125 1526749.0 254869.453125 1526800.0 254870.90625 1526850.0 254873.1875 1526899.0 254874.5 1526950.0 254875.28125 1527000.0 254876.90625 1527049.0 254879.46875 1527100.0 254881.203125 1527150.0 254883.0 1527199.0 254885.46875 1527250.0 254887.15625 1527300.0 254887.625 1527349.0 254888.046875 1527400.0 254887.921875 1527450.0 254888.09375 1527499.0 254888.328125 1527550.0 254888.203125 1527600.0 254887.78125 1527649.0 254887.9375 1527700.0 254887.875 1527750.0 254887.9375 1527799.0 254886.25 1527850.0 254887.28125 1527900.0 254887.125 1527949.0 254888.5 1528000.0 254889.53125 1528050.0 254877.0 1528099.0 254871.5 1528150.0 254887.1875 1528200.0 254885.6875 1528249.0 254888.296875 1528300.0 254881.75 1528350.0 254891.890625 1528399.0 254894.328125 1528450.0 254893.5 1528500.0 254886.5 1528549.0 254895.8125 1528600.0 254896.265625 1528650.0 254896.515625 1528699.0 254897.0625 1528750.0 254897.421875 1528800.0 254897.921875 1528849.0 254898.375 1528900.0 254898.65625 1528950.0 254898.6875 1528999.0 254899.625 1529050.0 254900.21875 1529100.0 254902.59375 1529149.0 254902.9375 1529200.0 254903.90625 1529250.0 254904.125 1529299.0 254904.515625 1529350.0 254904.8125 1529400.0 254905.484375 1529449.0 254906.28125 1529500.0 254907.25 1529550.0 254907.03125 1529599.0 254907.34375 1529650.0 254907.828125 1529700.0 254907.46875 1529749.0 254906.5625 1529800.0 254906.625 1529850.0 254907.046875 1529899.0 254907.390625 1529950.0 254907.640625 1530000.0 254906.921875 1530049.0 254906.3125 1530100.0 254906.4375 1530150.0 254906.671875 1530199.0 254906.75 1530250.0 254906.921875 1530300.0 254907.203125 1530349.0 254906.984375 1530400.0 254906.796875 1530450.0 254907.125 1530499.0 254907.21875 1530550.0 254907.71875 1530600.0 254907.5 1530649.0 254907.3125 1530700.0 254907.328125 1530750.0 254907.53125 1530799.0 254907.78125 1530850.0 254907.84375 1530900.0 254908.03125 1530949.0 254908.40625 1531000.0 254909.421875 1531050.0 254909.953125 1531099.0 254910.625 1531150.0 254911.84375 1531200.0 254912.9375 1531249.0 254915.0 1531300.0 254916.0625 1531350.0 254917.0625 1531399.0 254916.484375 1531450.0 254915.234375 1531500.0 254920.8125 1531549.0 254921.8125 1531600.0 254921.234375 1531650.0 254919.984375 1531699.0 254919.6875 1531750.0 254926.296875 1531800.0 254926.453125 1531849.0 254927.03125 1531900.0 254927.5625 1531950.0 254928.0 1531999.0 254928.515625 1532050.0 254928.8125 1532100.0 254929.53125 1532149.0 254929.859375 1532200.0 254930.625 1532250.0 254931.40625 1532299.0 254931.75 1532350.0 254932.4375 1532400.0 254933.078125 1532449.0 254933.734375 1532500.0 254934.1875 1532550.0 254934.328125 1532599.0 254934.78125 1532650.0 254935.125 1532700.0 254934.84375 1532749.0 254934.71875 1532800.0 254934.9375 1532850.0 254935.25 1532899.0 254935.40625 1532950.0 254936.84375 1533000.0 254937.234375 1533049.0 254939.6875 1533100.0 254940.15625 1533150.0 254940.421875 1533199.0 254941.78125 1533250.0 254942.6875 1533300.0 254943.046875 1533349.0 254948.09375 1533400.0 254947.875 1533450.0 254948.015625 1533499.0 254948.234375 1533550.0 254948.640625 1533600.0 254949.40625 1533649.0 254949.5625 1533700.0 254950.125 1533750.0 254950.671875 1533799.0 254951.484375 1533850.0 254951.671875 1533900.0 254952.484375 1533949.0 254953.75 1534000.0 254953.765625 1534050.0 254954.3125 1534099.0 254954.71875 1534150.0 254955.8125 1534200.0 254956.609375 1534249.0 254957.78125 1534300.0 254961.0625 1534350.0 254962.53125 1534399.0 254963.21875 1534450.0 254963.84375 1534500.0 254965.140625 1534549.0 254965.296875 1534600.0 254965.578125 1534650.0 254966.09375 1534699.0 254966.5625 1534750.0 254967.0625 1534800.0 254967.90625 1534849.0 254969.078125 1534900.0 254970.828125 1534950.0 254974.375 1534999.0 254975.390625 1535050.0 254976.71875 1535100.0 254978.0 1535149.0 254978.625 1535200.0 254979.578125 1535250.0 254980.96875 1535299.0 254982.796875 1535350.0 254984.921875 1535400.0 254987.953125 1535449.0 254989.640625 1535500.0 254991.40625 1535550.0 254993.0625 1535599.0 254995.015625 1535650.0 254997.421875 1535700.0 254999.953125 1535749.0 255001.921875 1535800.0 255003.90625 1535850.0 255005.90625 1535899.0 255008.03125 1535950.0 255010.234375 1536000.0 255011.953125 1536049.0 255013.6875 1536100.0 255015.59375 1536150.0 255017.234375 1536199.0 255018.59375 1536250.0 255019.828125 1536300.0 255021.109375 1536349.0 255022.375 1536400.0 255023.140625 1536450.0 255022.953125 1536499.0 255023.375 1536550.0 255024.453125 1536600.0 255025.609375 1536649.0 255024.734375 1536700.0 255025.109375 1536750.0 255025.46875 1536799.0 255025.21875 1536850.0 255026.59375 1536900.0 255026.921875 1536949.0 255026.125 1537000.0 255026.921875 1537050.0 255028.875 1537099.0 255028.75 1537150.0 255029.296875 1537200.0 255011.5 1537249.0 255005.0 1537300.0 255024.296875 1537350.0 255020.1875 1537399.0 254983.0 1537450.0 254972.0 1537500.0 254972.0 1537549.0 255012.0 1537600.0 255003.390625 1537650.0 255012.5625 1537699.0 255000.359375 1537750.0 254998.0 1537800.0 255005.59375 1537849.0 254981.5 1537900.0 255001.5 1537950.0 255001.78125 1537999.0 255013.75 1538050.0 255018.625 1538100.0 255017.65625 1538149.0 255019.609375 1538200.0 255025.75 1538250.0 254991.0 1538299.0 255038.171875 1538350.0 255041.6875 1538400.0 255043.78125 1538449.0 255047.6875 1538500.0 255044.875 1538550.0 255052.484375 1538599.0 255058.828125 1538650.0 255065.265625 1538700.0 255066.6875 1538749.0 255063.3125 1538800.0 255067.21875 1538850.0 255072.703125 1538899.0 255081.640625 1538950.0 255079.5 1539000.0 255076.0 1539049.0 255088.0 1539100.0 255100.0 1539150.0 255108.25 1539199.0 255113.125 1539250.0 255123.46875 1539300.0 255124.15625 1539349.0 255136.15625 1539400.0 255145.53125 1539450.0 255154.40625 1539499.0 255167.46875 1539550.0 255172.28125 1539600.0 255183.0625 1539649.0 255168.0 1539700.0 255164.5 1539750.0 255161.0 1539799.0 255180.25 1539850.0 255185.0 1539900.0 255196.0 1539950.0 255209.0LineSeries1_IdentifiedScans000066400000000000000000000000431436443153700436420ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support563449.0 111466.0 582049.0 106050.0LineSeries1_IdentifiedScansSelected000066400000000000000000000000211436443153700453070ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support577450.0 110886.0LineSeries1_InactivePeaks000066400000000000000000000002211436443153700433320ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support151549.0 3.27E7 280950.0 230410.59375 555100.0 126721.0 634900.0 320606.0 659650.0 454661.0 664849.0 130201.0 686650.0 118437.0 977299.0 216124.0LineSeries1_SelectedPeak_1000066400000000000000000000065651436443153700433760ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support337050.0 102967.0 337099.0 103471.00231933594 337150.0 104198.00183105469 337200.0 105165.99926757812 337249.0 106488.00122070312 337300.0 108246.0009765625 337350.0 110600.99853515625 337399.0 113645.0009765625 337450.0 117546.001953125 337500.0 122601.99609375 337549.0 129106.001953125 337600.0 137459.00390625 337650.0 147933.00390625 337699.0 160939.99609375 337750.0 177041.0 337800.0 196695.0 337849.0 220230.0078125 337900.0 248390.9921875 337950.0 282356.9921875 337999.0 322812.0390625 338050.0 369904.03125 338100.0 423829.0546875 338149.0 486053.9921875 338200.0 557094.046875 338250.0 636714.0078125 338299.0 724894.9765625 338350.0 823611.125 338400.0 934782.9296875 338449.0 1058205.9609375 338500.0 1192373.171875 338550.0 1336735.1015625 338599.0 1492000.9453125 338650.0 1658276.84375 338700.0 1833735.90625 338749.0 2016094.8671875 338800.0 2204871.015625 338850.0 2398759.078125 338899.0 2598522.7890625 338950.0 2804392.9375 339000.0 3019426.25 339049.0 3239880.46875 339100.0 3452450.6171875 339150.0 3648696.421875 339199.0 3830230.140625 339250.0 4002063.0390625 339300.0 4160095.59375 339349.0 4292478.8125 339400.0 4396487.7109375 339450.0 4470994.765625 339499.0 4515597.984375 339550.0 4524975.8828125 339600.0 4493852.9375 339649.0 4422890.65625 339700.0 4312291.0546875 339750.0 4161700.3671875 339799.0 3969378.328125 339850.0 3736401.9765625 339900.0 3470868.5390625 339949.0 3186848.25 340000.0 2895754.3984375 340050.0 2605123.9609375 340099.0 2312321.1796875 340150.0 2021744.203125 340200.0 1742735.0078125 340249.0 1485774.9765625 340300.0 1254889.125 340350.0 1049589.0546875 340399.0 869039.0859375 340450.0 713862.984375 340500.0 583169.0703125 340549.0 475817.0703125 340600.0 389121.0 340650.0 320243.9921875 340699.0 266221.9921875 340750.0 224562.9921875 340800.0 192570.0 340849.0 168178.0078125 340900.0 149747.9921875 340950.0 136099.00390625 340999.0 126205.998046875 341050.0 119084.99609375 341100.0 113989.001953125 341149.0 110376.99658203125 341200.0 107858.00390625 341250.0 106099.0009765625 341299.0 104879.00317382812 341350.0 104044.00244140625 341400.0 103431.99963378906 341449.0 103035.001953125 341500.0 102760.00143432617 341550.0 102613.99850463867 341599.0 102522.00079345703 341650.0 102495.00036621094 341700.0 102453.99743652344 341749.0 102400.99969482422 341800.0 102334.99927520752 341850.0 102303.99631500244 341899.0 102263.99856567383 341950.0 102238.99820327759 342000.0 102237.00303649902 342049.0 102258.9974899292 342100.0 102250.99710845947 342150.0 102202.001953125 342199.0 102168.99638557434 342250.0 102141.0 342300.0 102133.0546875 342349.0 102125.2734375 342400.0 102117.171875 342450.0 102109.2265625 342499.0 102109.00201272964 342550.0 102096.00164055824 342600.0 102085.3984375 342649.0 102077.6171875 342700.0 102069.515625 342750.0 102082.99758338928 342799.0 102121.99983215332 342850.0 102129.99947357178 342900.0 102115.99649047852 342949.0 102056.9987373352 343000.0 102041.99836540222 343050.0 102023.00321006775 343099.0 102040.99765014648 343150.0 102030.99727630615 343200.0 102032.00211334229 343249.0 102035.99655151367 343300.0 102030.99618148804 343350.0 102013.00102996826 343399.0 102000.00327301025 343450.0 101974.00290298462 343500.0 101974.99993515015 343549.0 101958.00218200684 343600.0 101992.0018157959 343650.0 101998.99884033203 343699.0 101990.00109100342 343750.0 101951.00071716309 343800.0 101913.99775314331 343849.0 101887.0LineSeries1_SelectedPeak_1_Background000066400000000000000000000061021436443153700455200ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support337050.0 102967.0 337099.0 102959.21875 337150.0 102951.1171875 337200.0 102943.171875 337249.0 102935.390625 337300.0 102927.2890625 337350.0 102919.34375 337399.0 102911.5625 337450.0 102903.4609375 337500.0 102895.515625 337549.0 102887.734375 337600.0 102879.6328125 337650.0 102871.6953125 337699.0 102863.90625 337750.0 102855.8046875 337800.0 102847.8671875 337849.0 102840.078125 337900.0 102831.9765625 337950.0 102824.0390625 337999.0 102816.2578125 338050.0 102808.15625 338100.0 102800.2109375 338149.0 102792.4296875 338200.0 102784.328125 338250.0 102776.3828125 338299.0 102768.6015625 338350.0 102760.5 338400.0 102752.5546875 338449.0 102744.7734375 338500.0 102736.671875 338550.0 102728.7265625 338599.0 102720.9453125 338650.0 102712.84375 338700.0 102704.90625 338749.0 102697.1171875 338800.0 102689.015625 338850.0 102681.078125 338899.0 102673.2890625 338950.0 102665.1875 339000.0 102657.25 339049.0 102649.46875 339100.0 102641.3671875 339150.0 102633.421875 339199.0 102625.640625 339250.0 102617.5390625 339300.0 102609.59375 339349.0 102601.8125 339400.0 102593.7109375 339450.0 102585.765625 339499.0 102577.984375 339550.0 102569.8828125 339600.0 102561.9375 339649.0 102554.15625 339700.0 102546.0546875 339750.0 102538.1171875 339799.0 102530.328125 339850.0 102522.2265625 339900.0 102514.2890625 339949.0 102506.5 340000.0 102498.3984375 340050.0 102490.4609375 340099.0 102482.6796875 340150.0 102474.578125 340200.0 102466.6328125 340249.0 102458.8515625 340300.0 102450.75 340350.0 102442.8046875 340399.0 102435.0234375 340450.0 102426.921875 340500.0 102418.9765625 340549.0 102411.1953125 340600.0 102403.09375 340650.0 102395.1484375 340699.0 102387.3671875 340750.0 102379.265625 340800.0 102371.3203125 340849.0 102363.5390625 340900.0 102355.4375 340950.0 102347.5 340999.0 102339.7109375 341050.0 102331.609375 341100.0 102323.671875 341149.0 102315.8828125 341200.0 102307.7890625 341250.0 102299.84375 341299.0 102292.0625 341350.0 102283.9609375 341400.0 102276.015625 341449.0 102268.234375 341500.0 102260.1328125 341550.0 102252.1875 341599.0 102244.40625 341650.0 102236.3046875 341700.0 102228.359375 341749.0 102220.578125 341800.0 102212.4765625 341850.0 102204.53125 341899.0 102196.75 341950.0 102188.6484375 342000.0 102180.7109375 342049.0 102172.921875 342100.0 102164.8203125 342150.0 102156.8828125 342199.0 102149.09375 342250.0 102141.0 342300.0 102133.0546875 342349.0 102125.2734375 342400.0 102117.171875 342450.0 102109.2265625 342499.0 102101.4453125 342550.0 102093.34375 342600.0 102085.3984375 342649.0 102077.6171875 342700.0 102069.515625 342750.0 102061.5703125 342799.0 102053.7890625 342850.0 102045.6875 342900.0 102037.7421875 342949.0 102029.9609375 343000.0 102021.859375 343050.0 102013.921875 343099.0 102006.1328125 343150.0 101998.03125 343200.0 101990.09375 343249.0 101982.3046875 343300.0 101974.203125 343350.0 101966.265625 343399.0 101958.484375 343450.0 101950.3828125 343500.0 101942.4375 343549.0 101934.65625 343600.0 101926.5546875 343650.0 101918.609375 343699.0 101910.828125 343750.0 101902.7265625 343800.0 101894.78125 343849.0 101887.0LineSeries1_SelectedPeak_2000066400000000000000000000033461436443153700433710ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support370600.0 103120.0 370650.0 103692.99670410156 370699.0 104453.00036621094 370750.0 105450.998046875 370800.0 106707.00244140625 370849.0 108312.99853515625 370900.0 110369.00390625 370950.0 112953.0 370999.0 116237.99609375 371050.0 120364.001953125 371100.0 125525.998046875 371149.0 131818.001953125 371200.0 139409.0 371250.0 148521.99609375 371299.0 159419.0 371350.0 172221.0 371400.0 187176.0078125 371449.0 204610.9921875 371500.0 224633.0 371550.0 247002.0 371599.0 271591.0 371650.0 298562.0234375 371700.0 327932.9921875 371749.0 359583.9765625 371800.0 392618.984375 371850.0 425749.9921875 371899.0 458215.0 371950.0 490833.0234375 372000.0 523690.0 372049.0 555590.0390625 372100.0 584815.0078125 372150.0 610307.0078125 372199.0 631083.9921875 372250.0 646321.984375 372300.0 656608.984375 372349.0 661844.0 372400.0 661857.9921875 372450.0 656500.0 372499.0 645830.0078125 372550.0 629072.0 372600.0 605693.0078125 372649.0 577110.984375 372700.0 545406.046875 372750.0 511629.984375 372799.0 476106.03125 372850.0 439747.9921875 372900.0 403733.9921875 372949.0 369064.9765625 373000.0 335964.0 373050.0 304839.0078125 373099.0 275876.0 373150.0 249596.9921875 373200.0 226021.9921875 373249.0 205376.0 373300.0 187429.0078125 373350.0 171834.0 373399.0 158348.0 373450.0 146789.0 373500.0 137186.99609375 373549.0 129324.0 373600.0 122987.998046875 373650.0 117876.0029296875 373699.0 113830.9970703125 373750.0 110648.00390625 373800.0 108188.00048828125 373849.0 106298.99633789062 373900.0 104862.00170898438 373950.0 103794.99829101562 373999.0 103031.00201416016 374050.0 102508.99960327148 374100.0 102214.6015625 374149.0 102201.9296875 374200.0 102188.734375 374250.0 102175.8046875 374299.0 102163.125 374350.0 102149.9375 374400.0 102137.0LineSeries1_SelectedPeak_2_Background000066400000000000000000000033371436443153700455300ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support370600.0 103120.0 370650.0 103107.0625 370699.0 103094.390625 370750.0 103081.1953125 370800.0 103068.265625 370849.0 103055.5859375 370900.0 103042.3984375 370950.0 103029.4609375 370999.0 103016.78125 371050.0 103003.59375 371100.0 102990.65625 371149.0 102977.984375 371200.0 102964.7890625 371250.0 102951.8515625 371299.0 102939.1796875 371350.0 102925.984375 371400.0 102913.0546875 371449.0 102900.375 371500.0 102887.1875 371550.0 102874.25 371599.0 102861.578125 371650.0 102848.3828125 371700.0 102835.4453125 371749.0 102822.7734375 371800.0 102809.578125 371850.0 102796.6484375 371899.0 102783.96875 371950.0 102770.7734375 372000.0 102757.84375 372049.0 102745.1640625 372100.0 102731.9765625 372150.0 102719.0390625 372199.0 102706.3671875 372250.0 102693.171875 372300.0 102680.234375 372349.0 102667.5625 372400.0 102654.3671875 372450.0 102641.4375 372499.0 102628.7578125 372550.0 102615.5625 372600.0 102602.6328125 372649.0 102589.953125 372700.0 102576.765625 372750.0 102563.828125 372799.0 102551.15625 372850.0 102537.9609375 372900.0 102525.0234375 372949.0 102512.3515625 373000.0 102499.15625 373050.0 102486.2265625 373099.0 102473.546875 373150.0 102460.3515625 373200.0 102447.421875 373249.0 102434.7421875 373300.0 102421.5546875 373350.0 102408.6171875 373399.0 102395.9453125 373450.0 102382.75 373500.0 102369.8125 373549.0 102357.140625 373600.0 102343.9453125 373650.0 102331.015625 373699.0 102318.3359375 373750.0 102305.1484375 373800.0 102292.2109375 373849.0 102279.53125 373900.0 102266.34375 373950.0 102253.40625 373999.0 102240.734375 374050.0 102227.5390625 374100.0 102214.6015625 374149.0 102201.9296875 374200.0 102188.734375 374250.0 102175.8046875 374299.0 102163.125 374350.0 102149.9375 374400.0 102137.0LineSeries1_SelectedScans000066400000000000000000000000221436443153700433230ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support1007599.0 219076.0LineSeries2000066400000000000000000027010601436443153700405400ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support0 0 1 1 2 -3 3 -8 4 -2 5 3 6 -6 7 -12 8 -1 9 12 10 -8 11 -20 12 2 13 27 14 -10 15 -34 16 8 17 49 18 -14 19 -59 20 16 21 81 22 -20 23 -97 24 27 25 126 26 -30 27 -154 28 41 29 192 30 -46 31 -234 32 60 33 283 34 -69 35 -345 36 85 37 410 38 -100 39 -494 40 118 41 581 42 -141 43 -690 44 163 45 807 46 -194 47 -947 48 221 49 1100 50 -260 51 -1277 52 296 53 1475 54 -344 55 -1698 56 391 57 1948 58 -450 59 -2227 60 510 61 2538 62 -580 63 -2884 64 656 65 3267 66 -741 67 -3691 68 835 69 4159 70 -937 71 -4676 72 1050 73 5240 74 -1173 75 -5864 76 1309 77 6542 78 -1457 79 -7289 80 1618 81 8099 82 -1795 83 -8988 84 1985 85 9951 86 -2195 87 -11003 88 2420 89 12141 90 -2667 91 -13382 92 2932 93 14725 94 -3224 95 -16186 96 3535 97 17768 98 -3878 99 -19485 100 4245 101 21349 102 -4648 103 -23371 104 5083 105 25572 106 -5559 107 -27963 108 6077 109 30572 110 -6643 111 -33419 112 7264 113 36538 114 -7945 115 -39963 116 8699 117 43738 118 -9533 119 -47920 120 10464 121 52571 122 -11509 123 -57787 124 12691 125 63667 126 -14042 127 -70368 128 15599 129 78070 130 -17424 131 -87049 132 19587 133 97660 134 -22214 135 -110445 136 25467 137 126184 138 -29630 139 -146123 140 35153 141 172300 142 -42879 143 -208350 144 54472 145 261385 146 -73826 147 -347423 148 112269 149 511225 150 -219560 151 -938869 152 1325723 153 5208869 154 5012329 155 10234376 156 6955430 157 6600646 158 8387004 159 4771688 160 8604638 161 1272136 162 8102378 163 -1013725 164 6677448 165 -3751675 166 4860240 167 -5180552 168 2695521 169 -6528071 170 599168 171 -6730985 172 -1472757 173 -6808047 174 -3249201 175 -5967510 176 -4748206 177 -5026270 178 -5755913 179 -3419394 180 -6319771 181 -1844664 182 -6256435 183 120704 184 -5587396 185 1788818 186 -4281582 187 3337138 188 -2632698 189 4155582 190 -847646 191 4563157 192 798129 193 4284921 194 2214535 195 3717533 196 3221750 197 2698299 198 3788625 199 1667615 200 3904485 201 585065 202 3729488 203 -230036 204 3328440 205 -970612 206 2777486 207 -1470432 208 2071840 209 -1876843 210 1280794 211 -2024947 212 408334 213 -2046458 214 -493573 215 -1786476 216 -1355345 217 -1309321 218 -2004326 219 -532768 220 -2342251 221 314006 222 -2356214 223 1147651 224 -2139393 225 1789517 226 -1749171 227 2268257 228 -1263517 229 2489722 230 -776453 231 2502065 232 -396895 233 2330343 234 -119455 235 2146118 236 143165 237 1979583 238 488994 239 1836577 240 932211 241 1611568 242 1451373 243 1265080 244 1983325 245 705690 246 2413873 247 -87884 248 2575421 249 -1081138 250 2365603 251 -2085320 252 1808139 253 -2920978 254 1009961 255 -3457425 256 70279 257 -3653112 258 -904467 259 -3458125 260 -1761202 261 -2879559 262 -2340693 263 -2009417 264 -2589488 265 -1021009 266 -2563226 267 -38858 268 -2337404 269 881801 270 -1938071 271 1712432 272 -1384687 273 2395071 274 -722624 275 2890500 276 1216 277 3187943 278 755798 279 3271582 280 1481379 281 3096174 282 2071544 283 2652049 284 2434885 285 2010157 286 2554319 287 1271973 288 2449917 289 495020 290 2112375 291 -274669 292 1534046 293 -942593 294 787088 295 -1393712 296 5790 297 -1595916 298 -715863 299 -1606058 300 -1358313 301 -1477812 302 -1905807 303 -1204365 304 -2296118 305 -778442 306 -2467325 307 -252803 308 -2412902 309 291619 310 -2153810 311 794380 312 -1700064 313 1203699 314 -1086771 315 1452429 316 -406720 317 1499676 318 233398 319 1374699 320 783934 321 1137881 322 1235654 323 818677 324 1559090 325 437495 326 1719280 327 64116 328 1750615 329 -211734 330 1746879 331 -379355 332 1760618 333 -518523 334 1752283 335 -698120 336 1658112 337 -904932 338 1461364 339 -1099816 340 1165681 341 -1279434 342 748804 343 -1444043 344 191465 345 -1538632 346 -470726 347 -1485872 348 -1168608 349 -1254479 350 -1848164 351 -855617 352 -2460380 353 -290497 354 -2914622 355 438101 356 -3113888 357 1266745 358 -3028475 359 2082142 360 -2697998 361 2795265 362 -2153424 363 3363396 364 -1398704 365 3724797 366 -488876 367 3784779 368 433703 369 3497000 370 1224280 371 2922131 372 1821333 373 2173884 374 2226109 375 1333086 376 2432734 377 453876 378 2439128 379 -392531 380 2291830 381 -1139354 382 2056223 383 -1778731 384 1742025 385 -2337052 386 1310485 387 -2802204 388 749102 389 -3113482 390 99565 391 -3226219 392 -595420 393 -3127105 394 -1302904 395 -2782759 396 -1939298 397 -2138303 398 -2356923 399 -1209655 400 -2440330 401 -138803 402 -2185820 403 886538 404 -1670479 405 1736906 406 -976161 407 2348279 408 -190612 409 2669148 410 557029 411 2677627 412 1134490 413 2427845 414 1488134 415 2029448 416 1642738 417 1563591 418 1624730 419 1064063 420 1438601 421 570377 422 1110989 423 139476 424 698159 425 -206204 426 222974 427 -484751 428 -336998 429 -681973 430 -965402 431 -719763 432 -1554018 433 -537883 434 -1975412 435 -171921 436 -2177764 437 284381 438 -2171631 439 764541 440 -1957266 441 1226671 442 -1528996 443 1603010 444 -938794 445 1811062 446 -287156 447 1828428 448 356902 449 1696347 450 983705 451 1449526 452 1582350 453 1082209 454 2106349 455 590213 456 2509258 457 -4690 458 2764462 459 -692908 460 2816558 461 -1478465 462 2563417 463 -2302584 464 1944508 465 -3004700 466 1022749 467 -3407305 468 -52783 469 -3423655 470 -1135891 471 -3049909 472 -2100736 473 -2305083 474 -2801838 475 -1238669 476 -3107642 477 5794 478 -2995390 479 1212911 480 -2561725 481 2214027 482 -1936289 483 2945207 484 -1211627 485 3401374 486 -463566 487 3582920 488 232610 489 3517361 490 841687 491 3268432 492 1383759 493 2873608 494 1862866 495 2308466 496 2208601 497 1544173 498 2323710 499 629386 500 2170617 501 -327892 502 1762658 503 -1230119 504 1111035 505 -1991239 506 242474 507 -2492700 508 -725824 509 -2619627 510 -1596440 511 -2354132 512 -2206077 513 -1795647 514 -2495113 515 -1076347 516 -2468446 517 -300673 518 -2146528 519 431941 520 -1585257 521 1005056 522 -895952 523 1349461 524 -187308 525 1486695 526 492028 527 1469546 528 1118767 529 1308639 530 1635360 531 993773 532 1971177 533 565184 534 2103624 535 103710 536 2054218 537 -339478 538 1823572 539 -741838 540 1400696 541 -1046187 542 833639 543 -1157473 544 248454 545 -1031067 546 -240300 547 -724247 548 -588841 549 -336128 550 -793802 551 59631 552 -853344 553 403562 554 -800979 555 625614 556 -733487 557 692316 558 -745649 559 653107 560 -845682 561 599359 562 -975913 563 579040 564 -1091810 565 594547 566 -1175217 567 654625 568 -1182645 569 767666 570 -1059496 571 886895 572 -816930 573 921454 574 -544024 575 829530 576 -318897 577 662365 578 -143009 579 491589 580 14465 581 342377 582 165506 583 217943 584 321021 585 140499 586 525837 587 110879 588 810339 589 63737 590 1131765 591 -84887 592 1396605 593 -353495 594 1539505 595 -695701 596 1532812 597 -1060396 598 1344185 599 -1404079 600 948213 601 -1645350 602 399803 603 -1679054 604 -169469 605 -1465094 606 -647111 607 -1058079 608 -996965 609 -536183 610 -1211394 611 59188 612 -1257583 613 683444 614 -1118385 615 1246792 616 -841741 617 1660864 618 -504193 619 1902002 620 -140304 621 1989118 622 236936 623 1915027 624 574330 625 1654836 626 789757 627 1231197 628 843302 629 716309 630 749476 631 172881 632 514887 633 -360972 634 127740 635 -820932 636 -377389 637 -1114716 638 -893137 639 -1195636 640 -1316293 641 -1105083 642 -1614989 643 -908317 644 -1792438 645 -631621 646 -1830248 647 -291272 648 -1713263 649 56810 650 -1481175 651 354853 652 -1198383 653 607799 654 -876370 655 857682 656 -476037 657 1103803 658 17845 659 1294377 660 571435 661 1392030 662 1153800 663 1390345 664 1747525 665 1258009 666 2294770 667 935810 668 2683500 669 416077 670 2824196 671 -212996 672 2709126 673 -835310 674 2371188 675 -1384481 676 1828129 677 -1822181 678 1111444 679 -2087837 680 314875 681 -2130147 682 -449342 683 -1967178 684 -1132751 685 -1667890 686 -1744131 687 -1270218 688 -2273845 689 -770477 690 -2674408 691 -182876 692 -2916809 693 444922 694 -3008128 695 1086954 696 -2932428 697 1742477 698 -2629793 699 2376081 700 -2074109 701 2886535 702 -1324332 703 3179891 704 -476357 705 3228777 706 406220 707 3033360 708 1265999 709 2570293 710 2005009 711 1833556 712 2511987 713 900542 714 2741661 715 -97741 716 2709028 717 -1066262 718 2427426 719 -1959286 720 1893926 721 -2711388 722 1150049 723 -3222442 724 294698 725 -3423987 726 -576068 727 -3312948 728 -1399645 729 -2902230 730 -2095261 731 -2191690 732 -2543368 733 -1224233 734 -2654774 735 -129373 736 -2431344 737 935812 738 -1932917 739 1864695 740 -1210059 741 2589912 742 -324154 743 3033900 744 600763 745 3131508 746 1414951 747 2900232 748 2033416 749 2430518 750 2448762 751 1802197 752 2656973 753 1054588 754 2621781 755 238745 756 2332601 757 -562437 758 1829984 759 -1280852 760 1156305 761 -1893030 762 318867 763 -2359411 764 -653297 765 -2588265 766 -1655582 767 -2497385 768 -2549311 769 -2088202 770 -3235758 771 -1424447 772 -3647368 773 -567678 774 -3705546 775 409069 776 -3352887 777 1369400 778 -2632135 779 2142119 780 -1679523 781 2618060 782 -636945 783 2781492 784 399280 785 2649576 786 1339032 787 2239064 788 2082180 789 1606175 790 2568263 791 862221 792 2813505 793 109963 794 2850040 795 -610510 796 2672836 797 -1277386 798 2277583 799 -1829689 800 1716652 801 -2196738 802 1070594 803 -2359120 804 383958 805 -2332263 806 -319503 807 -2105391 808 -969771 809 -1656346 810 -1462186 811 -1025021 812 -1740934 813 -319721 814 -1829820 815 364049 816 -1762419 817 988162 818 -1542603 819 1523951 820 -1188387 821 1917258 822 -766740 823 2129939 824 -342648 825 2177066 826 71614 827 2084687 828 478693 829 1840510 830 832444 831 1426509 832 1059722 833 881805 834 1130345 835 279181 836 1051124 837 -333744 838 815110 839 -925823 840 410366 841 -1419339 842 -109894 843 -1709950 844 -625630 845 -1754935 846 -1031989 847 -1604237 848 -1297872 849 -1331239 850 -1420519 851 -974787 852 -1384169 853 -578002 854 -1195349 855 -218812 856 -920767 857 41889 858 -639319 859 221353 860 -373406 861 375844 862 -105669 863 523051 864 160764 865 642469 866 407025 867 731022 868 647374 869 802824 870 911429 871 837398 872 1175070 873 781497 874 1360530 875 623394 876 1419772 877 413948 878 1373691 879 200733 880 1251648 881 -11724 882 1044840 883 -217977 884 747140 885 -372808 886 410172 887 -440107 888 96326 889 -446553 890 -185392 891 -442764 892 -460902 893 -433276 894 -725043 895 -391545 896 -942896 897 -323579 898 -1112274 899 -263566 900 -1263286 901 -208616 902 -1395610 903 -120717 904 -1470649 905 7703 906 -1468579 907 136015 908 -1415709 909 244859 910 -1325626 911 369569 912 -1161331 913 535161 914 -889412 915 699432 916 -532797 917 801380 918 -134479 919 825741 920 295901 921 782816 922 753822 923 649508 924 1180773 925 390853 926 1487939 927 25120 928 1634952 929 -376894 930 1636376 931 -760091 932 1502607 933 -1104243 934 1223309 935 -1371362 936 828854 937 -1500195 938 397774 939 -1465986 940 -10633 941 -1307772 942 -397825 943 -1065298 944 -766932 945 -729010 946 -1065612 947 -289383 948 -1230424 949 205330 950 -1258048 951 683336 952 -1179848 953 1115158 954 -997798 955 1496555 956 -694489 957 1783902 958 -297827 959 1905409 960 114107 961 1836550 962 484239 963 1613839 964 800786 965 1270759 966 1041279 967 813451 968 1157115 969 263368 970 1123677 971 -313687 972 966071 973 -863965 974 706938 975 -1377799 976 321603 977 -1834930 978 -206216 979 -2153473 980 -816807 981 -2242948 982 -1406034 983 -2079796 984 -1898879 985 -1699595 986 -2244052 987 -1128606 988 -2366995 989 -394645 990 -2189704 991 409165 992 -1713993 993 1130371 994 -1041261 995 1651301 996 -287940 997 1940147 998 469414 999 2005805 1000 1164548 1001 1859776 1002 1718804 1003 1541252 1004 2092128 1005 1133136 1006 2314494 1007 700748 1008 2427830 1009 238904 1010 2412893 1011 -279790 1012 2216269 1013 -832477 1014 1823594 1015 -1355116 1016 1255981 1017 -1795604 1018 521491 1019 -2110515 1020 -364696 1021 -2215174 1022 -1306663 1023 -2015289 1024 -2134299 1025 -1498390 1026 -2699381 1027 -761566 1028 -2950838 1029 66405 1030 -2890676 1031 884415 1032 -2539140 1033 1596845 1034 -1953387 1035 2095065 1036 -1251869 1037 2317495 1038 -548097 1039 2299665 1040 116948 1041 2115107 1042 744654 1043 1791195 1044 1308376 1045 1317812 1046 1752587 1047 710020 1048 2042730 1049 15886 1050 2161478 1051 -731984 1052 2061853 1053 -1507527 1054 1683161 1055 -2221509 1056 1040838 1057 -2723186 1058 256247 1059 -2894296 1060 -521170 1061 -2720846 1062 -1183291 1063 -2255553 1064 -1648293 1065 -1568920 1066 -1842184 1067 -763316 1068 -1752007 1069 18774 1070 -1465038 1071 659472 1072 -1109196 1073 1139559 1074 -747770 1075 1506819 1076 -373838 1077 1788788 1078 24277 1079 1978736 1080 441737 1081 2075438 1082 890385 1083 2074324 1084 1381879 1085 1918314 1086 1855277 1087 1517459 1088 2167218 1089 852715 1090 2187393 1091 27480 1092 1880548 1093 -800016 1094 1288032 1095 -1497655 1096 486422 1097 -1961109 1098 -403924 1099 -2103002 1100 -1208872 1101 -1904039 1102 -1774211 1103 -1467895 1104 -2057308 1105 -958525 1106 -2110538 1107 -492770 1108 -2004886 1109 -110717 1110 -1798054 1111 179070 1112 -1555542 1113 382461 1114 -1327442 1115 548667 1116 -1086822 1117 747954 1118 -739949 1119 987399 1120 -231799 1121 1176418 1122 386070 1123 1210297 1124 1007768 1125 1048866 1126 1545342 1127 703948 1128 1922387 1129 202061 1130 2054562 1131 -391409 1132 1901799 1133 -941711 1134 1532165 1135 -1308651 1136 1083191 1137 -1443246 1138 659966 1139 -1394511 1140 298801 1141 -1232730 1142 9500 1143 -1010069 1144 -206736 1145 -781849 1146 -390020 1147 -594792 1148 -608806 1149 -429070 1150 -876275 1151 -203168 1152 -1115477 1153 137449 1154 -1230286 1155 555777 1156 -1182247 1157 967749 1158 -977593 1159 1305423 1160 -633456 1161 1511416 1162 -202018 1163 1512554 1164 193482 1165 1272739 1166 422988 1167 863226 1168 448559 1169 427876 1170 338006 1171 76860 1172 179976 1173 -159000 1174 37083 1175 -286204 1176 -34212 1177 -323499 1178 11016 1179 -334615 1180 149514 1181 -417453 1182 275041 1183 -622672 1184 287590 1185 -894075 1186 168911 1187 -1128063 1188 -41492 1189 -1251797 1190 -299806 1191 -1229361 1192 -547410 1193 -1036231 1194 -687833 1195 -688122 1196 -640047 1197 -283456 1198 -426454 1199 48421 1200 -152568 1201 243234 1202 89673 1203 325467 1204 265665 1205 337841 1206 361095 1207 309916 1208 360090 1209 287231 1210 295061 1211 335100 1212 257395 1213 464725 1214 314078 1215 603158 1216 444944 1217 662811 1218 580944 1219 617171 1220 677691 1221 481471 1222 715105 1223 261325 1224 656003 1225 -27116 1226 472367 1227 -315994 1228 200753 1229 -521470 1230 -80828 1231 -625317 1232 -329464 1233 -677173 1234 -559935 1235 -711579 1236 -781145 1237 -712568 1238 -972853 1239 -664278 1240 -1127168 1241 -580290 1242 -1266639 1243 -456778 1244 -1384330 1245 -251766 1246 -1411339 1247 56561 1248 -1277380 1249 413942 1250 -983679 1251 733809 1252 -576401 1253 968548 1254 -88039 1255 1102173 1256 455963 1257 1101344 1258 981242 1259 934287 1260 1394811 1261 631067 1262 1661748 1263 269068 1264 1814198 1265 -103745 1266 1871477 1267 -491444 1268 1805220 1269 -887192 1270 1592434 1271 -1242745 1272 1257468 1273 -1518260 1274 827585 1275 -1714618 1276 300745 1277 -1821532 1278 -313216 1279 -1779658 1280 -942663 1281 -1529618 1282 -1488176 1283 -1085467 1284 -1890779 1285 -510135 1286 -2125103 1287 147127 1288 -2150990 1289 846508 1290 -1928863 1291 1506628 1292 -1483876 1293 2016080 1294 -900685 1295 2312362 1296 -252487 1297 2394830 1298 423559 1299 2260695 1300 1069534 1301 1882493 1302 1580838 1303 1267121 1304 1871726 1305 498380 1306 1925419 1307 -313876 1308 1757328 1309 -1095182 1310 1367232 1311 -1784957 1312 774936 1313 -2292703 1314 73055 1315 -2531740 1316 -609012 1317 -2491758 1318 -1186047 1319 -2226511 1320 -1630481 1321 -1785816 1322 -1912352 1323 -1202076 1324 -1989310 1325 -534341 1326 -1861095 1327 130605 1328 -1573621 1329 738269 1330 -1155987 1331 1282835 1332 -593994 1333 1742976 1334 108452 1335 2042315 1336 874649 1337 2105276 1338 1602815 1339 1917450 1340 2217166 1341 1500758 1342 2653685 1343 873113 1344 2821379 1345 81488 1346 2645317 1347 -748732 1348 2146171 1349 -1453212 1350 1432289 1351 -1930005 1352 616553 1353 -2157889 1354 -215381 1355 -2143384 1356 -976669 1357 -1895333 1358 -1574464 1359 -1466573 1360 -1971301 1361 -956613 1362 -2204119 1363 -441206 1364 -2311642 1365 71665 1366 -2278260 1367 590260 1368 -2074351 1369 1076548 1370 -1709360 1371 1471090 1372 -1218551 1373 1743392 1374 -620299 1375 1872019 1376 52058 1377 1804558 1378 699522 1379 1494901 1380 1191623 1381 978989 1382 1461729 1383 371304 1384 1527195 1385 -217798 1386 1429812 1387 -723832 1388 1203392 1389 -1097764 1390 909522 1391 -1299068 1392 643046 1393 -1344513 1394 457161 1395 -1319725 1396 314088 1397 -1298289 1398 141749 1399 -1274831 1400 -79535 1401 -1198887 1402 -325882 1403 -1042025 1404 -573707 1405 -795609 1406 -789096 1407 -438654 1408 -896725 1409 28437 1410 -814662 1411 527217 1412 -543373 1413 926878 1414 -173691 1415 1141028 1416 188886 1417 1167255 1418 476983 1419 1039395 1420 642724 1421 795267 1422 650006 1423 507559 1424 527632 1425 282000 1426 377053 1427 175306 1428 295401 1429 140428 1430 294849 1431 81324 1432 325720 1433 -56259 1434 343918 1435 -276000 1436 308380 1437 -569449 1438 155558 1439 -904132 1440 -162029 1441 -1184018 1442 -597101 1443 -1289254 1444 -1017932 1445 -1170058 1446 -1307793 1447 -877405 1448 -1424116 1449 -495828 1450 -1364439 1451 -94432 1452 -1139061 1453 258551 1454 -802866 1455 487729 1456 -461195 1457 574257 1458 -195183 1459 584090 1460 4364 1461 601968 1462 199320 1463 650771 1464 424656 1465 701171 1466 678368 1467 729378 1468 961903 1469 714100 1470 1263046 1471 602398 1472 1513407 1473 343993 1474 1610634 1475 -31169 1476 1511041 1477 -411984 1478 1260934 1479 -700309 1480 933431 1481 -868614 1482 579307 1483 -923137 1484 248740 1485 -871067 1486 2305 1487 -749701 1488 -144187 1489 -647814 1490 -257196 1491 -632298 1492 -426073 1493 -677847 1494 -674694 1495 -701542 1496 -965615 1497 -643331 1498 -1254429 1499 -485957 1500 -1495222 1501 -215410 1502 -1607970 1503 165515 1504 -1511549 1505 585183 1506 -1205401 1507 920970 1508 -784446 1509 1087722 1510 -352203 1511 1087347 1512 39009 1513 958466 1514 362178 1515 733320 1516 583217 1517 460299 1518 702655 1519 213298 1520 783074 1521 36037 1522 887394 1523 -111700 1524 1003087 1525 -301412 1526 1064651 1527 -553030 1528 1026844 1529 -827645 1530 877856 1531 -1086584 1532 600608 1533 -1293993 1534 185774 1535 -1377894 1536 -303047 1537 -1250144 1538 -733624 1539 -892103 1540 -995734 1541 -382372 1542 -1058823 1543 175645 1544 -935405 1545 712141 1546 -640679 1547 1166743 1548 -214760 1549 1459461 1550 250268 1551 1543028 1552 667378 1553 1444538 1554 1013459 1555 1225972 1556 1300134 1557 910128 1558 1506128 1559 486904 1560 1582714 1561 -25249 1562 1508831 1563 -574869 1564 1294420 1565 -1125738 1566 926272 1567 -1656867 1568 373766 1569 -2103134 1570 -337127 1571 -2353100 1572 -1096059 1573 -2329650 1574 -1781013 1575 -2042046 1576 -2319627 1577 -1544252 1578 -2663158 1579 -883082 1580 -2750432 1581 -122070 1582 -2549725 1583 628684 1584 -2111505 1585 1262172 1586 -1530411 1587 1735579 1588 -868886 1589 2056969 1590 -146984 1591 2218860 1592 594749 1593 2193486 1594 1292634 1595 1985611 1596 1903538 1597 1632902 1598 2414174 1599 1150735 1600 2782321 1601 527079 1602 2928332 1603 -209955 1604 2798871 1605 -961481 1606 2419299 1607 -1619578 1608 1846764 1609 -2129213 1610 1124807 1611 -2455050 1612 304770 1613 -2542164 1614 -508787 1615 -2355303 1616 -1201516 1617 -1936960 1618 -1720395 1619 -1380806 1620 -2064866 1621 -753762 1622 -2227731 1623 -85824 1624 -2182953 1625 577983 1626 -1942201 1627 1163620 1628 -1559001 1629 1621408 1630 -1072784 1631 1942357 1632 -487204 1633 2108127 1634 168333 1635 2066841 1636 805368 1637 1789693 1638 1329886 1639 1315409 1640 1697305 1641 705825 1642 1887307 1643 -308 1644 1858016 1645 -760278 1646 1574819 1647 -1475853 1648 1075402 1649 -2030053 1650 451453 1651 -2360492 1652 -221514 1653 -2463923 1654 -898577 1655 -2337240 1656 -1513228 1657 -1965346 1658 -1967524 1659 -1377914 1660 -2193955 1661 -662791 1662 -2186679 1663 94943 1664 -1958120 1665 843530 1666 -1505390 1667 1521696 1668 -854581 1669 2028969 1670 -92639 1671 2282503 1672 672398 1673 2275943 1674 1372208 1675 2046708 1676 1959586 1677 1615689 1678 2358555 1679 1003191 1680 2492955 1681 285241 1682 2354315 1683 -418003 1684 2003668 1685 -1020946 1686 1499043 1687 -1491085 1688 873469 1689 -1799752 1690 182222 1691 -1898406 1692 -477737 1693 -1774444 1694 -1024285 1695 -1476788 1696 -1430336 1697 -1070059 1698 -1683079 1699 -588749 1700 -1747510 1701 -70845 1702 -1605465 1703 406563 1704 -1304439 1705 764494 1706 -920749 1707 979616 1708 -495628 1709 1062981 1710 -48752 1711 1002655 1712 365491 1713 776835 1714 660806 1715 417995 1716 796453 1717 16283 1718 796093 1719 -360745 1720 686217 1721 -691996 1722 466010 1723 -954322 1724 152153 1725 -1091793 1726 -186854 1727 -1066243 1728 -476035 1729 -898582 1730 -687636 1731 -635059 1732 -813810 1733 -297028 1734 -823818 1735 93836 1736 -694257 1737 471485 1738 -456556 1739 760258 1740 -175159 1741 937027 1742 115470 1743 1025229 1744 409671 1745 1026359 1746 671505 1747 918290 1748 836566 1749 717347 1750 883882 1751 491577 1752 857681 1753 294814 1754 802163 1755 125670 1756 715028 1757 -29245 1758 590146 1759 -150390 1760 462180 1761 -219651 1762 373269 1763 -265631 1764 317794 1765 -330464 1766 262160 1767 -418124 1768 202856 1769 -507091 1770 153848 1771 -604336 1772 94884 1773 -731407 1774 -18484 1775 -871410 1776 -188759 1777 -972964 1778 -373052 1779 -1013878 1780 -547345 1781 -1013713 1782 -732342 1783 -973342 1784 -932154 1785 -852476 1786 -1097427 1787 -628614 1788 -1176032 1789 -342397 1790 -1167816 1791 -44794 1792 -1094459 1793 254730 1794 -947573 1795 563117 1796 -708872 1797 847384 1798 -402460 1799 1053224 1800 -81644 1801 1165658 1802 230733 1803 1208144 1804 539823 1805 1183282 1806 824021 1807 1071863 1808 1035254 1809 888364 1810 1157921 1811 683546 1812 1225278 1813 486040 1814 1257530 1815 274167 1816 1229103 1817 37142 1818 1122656 1819 -187821 1820 973591 1821 -361239 1822 826734 1823 -498040 1824 673822 1825 -632629 1826 485405 1827 -759116 1828 269244 1829 -846098 1830 62720 1831 -893583 1832 -127373 1833 -929053 1834 -328005 1835 -950618 1836 -542779 1837 -925467 1838 -737868 1839 -842496 1840 -896690 1841 -726804 1842 -1033783 1843 -582698 1844 -1143325 1845 -381289 1846 -1175863 1847 -116386 1848 -1094728 1849 159566 1850 -922453 1851 393468 1852 -699029 1853 580659 1854 -426766 1855 730191 1856 -96102 1857 807906 1858 253662 1859 766409 1860 551573 1861 612181 1862 762856 1863 402767 1864 894049 1865 173248 1866 942774 1867 -76629 1868 884291 1869 -329000 1870 723084 1871 -531532 1872 503763 1873 -647337 1874 261609 1875 -683534 1876 -5046 1877 -644318 1878 -281803 1879 -504030 1880 -505211 1881 -251456 1882 -615772 1883 65251 1884 -608527 1885 381476 1886 -505705 1887 672086 1888 -300036 1889 928611 1890 22037 1891 1098761 1892 416520 1893 1106708 1894 789106 1895 930323 1896 1070994 1897 612025 1898 1243717 1899 202842 1900 1291053 1901 -268359 1902 1176685 1903 -755545 1904 895225 1905 -1179082 1906 499137 1907 -1478633 1908 51335 1909 -1646897 1910 -419115 1911 -1686376 1912 -886874 1913 -1571170 1914 -1288876 1915 -1285043 1916 -1557460 1917 -870103 1918 -1675293 1919 -397304 1920 -1652158 1921 95881 1922 -1471059 1923 591501 1924 -1105602 1925 1030129 1926 -588189 1927 1313710 1928 -18324 1929 1386352 1930 507417 1931 1266895 1932 938126 1933 996737 1934 1234033 1935 606809 1936 1343840 1937 148448 1938 1254261 1939 -282481 1940 1021185 1941 -603948 1942 721986 1943 -796584 1944 395891 1945 -879903 1946 62208 1947 -857748 1948 -235330 1949 -733584 1950 -453521 1951 -548091 1952 -602392 1953 -353111 1954 -722410 1955 -149985 1956 -810876 1957 95929 1958 -812508 1959 384578 1960 -694045 1961 656195 1962 -481226 1963 854278 1964 -213854 1965 964932 1966 93639 1967 981202 1968 414432 1969 875166 1970 679235 1971 641549 1972 825325 1973 336930 1974 855929 1975 36902 1976 816232 1977 -223750 1978 735077 1979 -443937 1980 624879 1981 -611958 1982 516937 1983 -720269 1984 442494 1985 -807570 1986 375168 1987 -932286 1988 244862 1989 -1093964 1990 19595 1991 -1220971 1992 -262614 1993 -1249911 1994 -550963 1995 -1173859 1996 -824004 1997 -1003516 1998 -1055534 1999 -735849 2000 -1187753 2001 -386182 2002 -1182163 2003 -27164 2004 -1073937 2005 266465 2006 -935854 2007 479185 2008 -808391 2009 647210 2010 -690560 2011 795328 2012 -581806 2013 932744 2014 -475613 2015 1082811 2016 -322813 2017 1265890 2018 -58466 2019 1440690 2020 316930 2021 1515061 2022 720925 2023 1428330 2024 1065762 2025 1194027 2026 1312399 2027 853932 2028 1442135 2029 439057 2030 1424803 2031 -765 2032 1260919 2033 -375606 2034 1021927 2035 -617575 2036 802214 2037 -744416 2038 638750 2039 -830992 2040 508825 2041 -924113 2042 381279 2043 -1030335 2044 235938 2045 -1149875 2046 35155 2047 -1276710 2048 -254456 2049 -1356998 2050 -603751 2051 -1308002 2052 -917828 2053 -1100738 2054 -1118762 2055 -790020 2056 -1193946 2057 -451185 2058 -1160899 2059 -122936 2060 -1030619 2061 165247 2062 -833024 2063 366904 2064 -644417 2065 463243 2066 -528581 2067 509608 2068 -467459 2069 591432 2070 -384316 2071 736655 2072 -226610 2073 902372 2074 11152 2075 1034288 2076 318293 2077 1088175 2078 670599 2079 1010114 2080 987645 2081 753444 2082 1152632 2083 347993 2084 1100244 2085 -90108 2086 861578 2087 -444370 2088 512751 2089 -656280 2090 118131 2091 -706469 2092 -252878 2093 -581901 2094 -505994 2095 -309919 2096 -576369 2097 12785 2098 -491981 2099 276988 2100 -337264 2101 445998 2102 -166777 2103 550655 2104 18878 2105 614331 2106 227090 2107 629283 2108 452051 2109 592220 2110 702716 2111 506681 2112 993096 2113 341177 2114 1280292 2115 30880 2116 1455075 2117 -445437 2118 1418975 2119 -1019184 2120 1145141 2121 -1578275 2122 656691 2123 -2027456 2124 -11548 2125 -2281640 2126 -781436 2127 -2248850 2128 -1504656 2129 -1886267 2130 -2021562 2131 -1263388 2132 -2260409 2133 -526770 2134 -2244475 2135 200006 2136 -2022176 2137 853854 2138 -1633178 2139 1391166 2140 -1135631 2141 1772331 2142 -604649 2143 1996021 2144 -76116 2145 2097923 2146 469404 2147 2093581 2148 1040097 2149 1945900 2150 1581032 2151 1616045 2152 2010732 2153 1115164 2154 2274271 2155 485072 2156 2331548 2157 -235436 2158 2129026 2159 -981067 2160 1646864 2161 -1624245 2162 962167 2163 -2027635 2164 220132 2165 -2140317 2166 -459423 2167 -2003718 2168 -1020394 2169 -1680465 2170 -1425621 2171 -1220073 2172 -1638391 2173 -688711 2174 -1662822 2175 -173533 2176 -1555962 2177 273676 2178 -1367629 2179 663428 2180 -1095741 2181 1013365 2182 -724022 2183 1295500 2184 -272812 2185 1462218 2186 218784 2187 1496513 2188 727536 2189 1391661 2190 1219786 2191 1117537 2192 1609016 2193 657856 2194 1793847 2195 71550 2196 1742989 2197 -524388 2198 1503517 2199 -1038196 2200 1133749 2201 -1437529 2202 667245 2203 -1701530 2204 148398 2205 -1798718 2206 -347186 2207 -1726165 2208 -767035 2209 -1536400 2210 -1117234 2211 -1280012 2212 -1416911 2213 -961304 2214 -1645641 2215 -566865 2216 -1764935 2217 -116729 2218 -1766515 2219 354330 2220 -1653794 2221 833686 2222 -1404260 2223 1302750 2224 -990478 2225 1694068 2226 -448689 2227 1916386 2228 128519 2229 1937183 2230 665951 2231 1790858 2232 1137048 2233 1513764 2234 1516341 2235 1107298 2236 1748002 2237 589710 2238 1794259 2239 34039 2240 1676254 2241 -482714 2242 1432644 2243 -927001 2244 1078933 2245 -1283938 2246 627192 2247 -1512487 2248 131652 2249 -1569513 2250 -333318 2251 -1459248 2252 -722229 2253 -1220336 2254 -1010523 2255 -877772 2256 -1155660 2257 -450947 2258 -1115184 2259 -5555 2260 -909666 2261 359620 2262 -620638 2263 589905 2264 -311912 2265 698419 2266 5525 2267 706587 2268 320287 2269 600195 2270 572492 2271 371287 2272 699582 2273 65590 2274 694231 2275 -252670 2276 580435 2277 -552358 2278 361919 2279 -818296 2280 33723 2281 -1003066 2282 -367394 2283 -1043552 2284 -767447 2285 -918254 2286 -1106530 2287 -649494 2288 -1345200 2289 -264489 2290 -1431448 2291 207898 2292 -1316517 2293 691974 2294 -1018420 2295 1076710 2296 -629450 2297 1299227 2298 -238518 2299 1380679 2300 128223 2301 1366093 2302 467548 2303 1263780 2304 750398 2305 1073610 2306 948097 2307 834122 2308 1081018 2309 592681 2310 1188740 2311 348818 2312 1263909 2313 66397 2314 1258185 2315 -257740 2316 1142500 2317 -579334 2318 930687 2319 -853595 2320 642889 2321 -1052235 2322 300170 2323 -1139516 2324 -36685 2325 -1080821 2326 -277025 2327 -901935 2328 -379214 2329 -698383 2330 -390342 2331 -556010 2332 -383391 2333 -488908 2334 -392546 2335 -468380 2336 -429694 2337 -479355 2338 -525578 2339 -501402 2340 -701671 2341 -473960 2342 -905745 2343 -328599 2344 -1038693 2345 -68066 2346 -1039575 2347 235048 2348 -920570 2349 506394 2350 -722300 2351 709156 2352 -483219 2353 820758 2354 -259579 2355 831790 2356 -109739 2357 782833 2358 -34824 2359 757516 2360 40539 2361 803074 2362 190029 2363 881786 2364 420453 2365 920622 2366 693617 2367 878778 2368 979530 2369 736660 2370 1240818 2371 462599 2372 1392881 2373 48041 2374 1343248 2375 -430204 2376 1080053 2377 -831459 2378 688745 2379 -1057809 2380 278722 2381 -1098057 2382 -73308 2383 -991727 2384 -315512 2385 -790634 2386 -421552 2387 -566455 2388 -425144 2389 -401171 2390 -416032 2391 -322797 2392 -462411 2393 -280228 2394 -554253 2395 -204625 2396 -640187 2397 -71842 2398 -687256 2399 110250 2400 -669546 2401 342853 2402 -534346 2403 602987 2404 -245211 2405 801117 2406 141488 2407 825235 2408 491121 2409 642608 2410 694848 2411 328158 2412 733073 2413 -12216 2414 637598 2415 -307058 2416 450961 2417 -509286 2418 230545 2419 -588402 2420 50335 2421 -561223 2422 -50239 2423 -503961 2424 -104194 2425 -483977 2426 -173176 2427 -502670 2428 -289674 2429 -517971 2430 -457755 2431 -494449 2432 -679328 2433 -399052 2434 -920511 2435 -170333 2436 -1073734 2437 227658 2438 -1010663 2439 727721 2440 -692747 2441 1173816 2442 -201202 2443 1432446 2444 342138 2445 1463305 2446 842509 2447 1284210 2448 1225632 2449 927899 2450 1421825 2451 459854 2452 1409553 2453 -14319 2454 1246424 2455 -397988 2456 1019780 2457 -667114 2458 778160 2459 -850432 2460 532043 2461 -976442 2462 286463 2463 -1063135 2464 36129 2465 -1135547 2466 -260370 2467 -1193235 2468 -635557 2469 -1168735 2470 -1039290 2471 -967960 2472 -1346845 2473 -572552 2474 -1456777 2475 -67933 2476 -1350792 2477 432326 2478 -1056741 2479 851594 2480 -609734 2481 1131264 2482 -75500 2483 1204646 2484 427244 2485 1043387 2486 782162 2487 706796 2488 949005 2489 305176 2490 956620 2491 -76341 2492 846777 2493 -393813 2494 660454 2495 -619016 2496 451253 2497 -746130 2498 259733 2499 -815139 2500 64728 2501 -877609 2502 -191309 2503 -923176 2504 -516105 2505 -876449 2506 -841139 2507 -682567 2508 -1088984 2509 -358901 2510 -1226534 2511 48990 2512 -1232937 2513 509847 2514 -1065374 2515 979682 2516 -702601 2517 1365017 2518 -204871 2519 1565383 2520 312611 2521 1548143 2522 757949 2523 1351422 2524 1087818 2525 1030026 2526 1278099 2527 635318 2528 1325717 2529 231320 2530 1270917 2531 -124816 2532 1174950 2533 -431237 2534 1050025 2535 -727883 2536 852793 2537 -1022656 2538 558698 2539 -1267063 2540 203253 2541 -1415805 2542 -168076 2543 -1469900 2544 -548067 2545 -1434299 2546 -928518 2547 -1274613 2548 -1243631 2549 -961859 2550 -1407034 2551 -541235 2552 -1391558 2553 -113722 2554 -1239514 2555 245174 2556 -1005964 2557 510051 2558 -729507 2559 674872 2560 -454137 2561 738685 2562 -226488 2563 731142 2564 -53772 2565 704404 2566 96209 2567 678215 2568 238306 2569 627223 2570 348880 2571 541792 2572 417182 2573 453765 2574 473386 2575 384682 2576 537282 2577 304295 2578 571681 2579 180037 2580 527098 2581 41290 2582 418752 2583 -49045 2584 312643 2585 -74165 2586 243237 2587 -73163 2588 191740 2589 -73976 2590 141010 2591 -71034 2592 102485 2593 -61820 2594 83634 2595 -66786 2596 65542 2597 -93625 2598 37763 2599 -122021 2600 17865 2601 -145806 2602 9399 2603 -187016 2604 -18509 2605 -254414 2606 -85842 2607 -311534 2608 -163541 2609 -326619 2610 -215298 2611 -321505 2612 -257421 2613 -331096 2614 -327929 2615 -335467 2616 -417094 2617 -280285 2618 -465485 2619 -159007 2620 -441749 2621 -25905 2622 -370014 2623 74967 2624 -279467 2625 148192 2626 -171686 2627 207010 2628 -49396 2629 235210 2630 57634 2631 220918 2632 130206 2633 185532 2634 183401 2635 149339 2636 229180 2637 102585 2638 243255 2639 35880 2640 201597 2641 -19481 2642 129582 2643 -28486 2644 69016 2645 -4926 2646 16931 2647 14726 2648 -60318 2649 39453 2650 -151823 2651 117124 2652 -197403 2653 256675 2654 -158516 2655 403807 2656 -58637 2657 502307 2658 62924 2659 543467 2660 196120 2661 534264 2662 335020 2663 462991 2664 447345 2665 326245 2666 504377 2667 156827 2668 517405 2669 -9088 2670 507046 2671 -175097 2672 463151 2673 -356934 2674 364137 2675 -534546 2676 227981 2677 -672621 2678 86678 2679 -773613 2680 -71321 2681 -864156 2682 -291876 2683 -925567 2684 -573105 2685 -887005 2686 -836960 2687 -705324 2688 -1003430 2689 -413867 2690 -1047064 2691 -73790 2692 -974195 2693 276719 2694 -778654 2695 606623 2696 -467574 2697 857656 2698 -97278 2699 976251 2700 259122 2701 959046 2702 563296 2703 840712 2704 802394 2705 646088 2706 951925 2707 395461 2708 989651 2709 132723 2710 939936 2711 -91441 2712 855348 2713 -280765 2714 740911 2715 -475845 2716 548437 2717 -679459 2718 254045 2719 -826929 2720 -95585 2721 -857449 2722 -434869 2723 -769881 2724 -736692 2725 -591568 2726 -985848 2727 -326188 2728 -1134236 2729 24870 2730 -1123709 2731 412173 2732 -952285 2733 754855 2734 -668089 2735 999583 2736 -319135 2737 1127837 2738 60319 2739 1125437 2740 421674 2741 985012 2742 711016 2743 742144 2744 917176 2745 456271 2746 1067541 2747 148171 2748 1160476 2749 -207747 2750 1146229 2751 -611457 2752 988034 2753 -998418 2754 712112 2755 -1298810 2756 367198 2757 -1491700 2758 -31533 2759 -1576522 2760 -474260 2761 -1519801 2762 -899268 2763 -1280374 2764 -1211369 2765 -877956 2766 -1355876 2767 -392880 2768 -1336454 2769 96754 2770 -1173701 2771 544013 2772 -891968 2773 904336 2774 -540473 2775 1136053 2776 -191474 2777 1239290 2778 120393 2779 1256048 2780 412583 2781 1211493 2782 694792 2783 1087117 2784 930142 2785 869131 2786 1078359 2787 589802 2788 1141429 2789 285585 2790 1134682 2791 -48234 2792 1030041 2793 -421871 2794 782490 2795 -784704 2796 402504 2797 -1043716 2798 -37102 2799 -1143121 2800 -463320 2801 -1089767 2802 -830658 2803 -907053 2804 -1095941 2805 -612472 2806 -1209979 2807 -251310 2808 -1163369 2809 96316 2810 -1000159 2811 373543 2812 -766908 2813 576107 2814 -478840 2815 707961 2816 -153479 2817 744490 2818 156415 2819 670359 2820 404294 2821 520587 2822 597400 2823 347473 2824 765089 2825 152438 2826 888458 2827 -93605 2828 910242 2829 -379952 2830 807589 2831 -645417 2832 614719 2833 -840849 2834 369316 2835 -955721 2836 84869 2837 -982931 2838 -212674 2839 -898779 2840 -469511 2841 -703980 2842 -645684 2843 -446464 2844 -748491 2845 -173623 2846 -793227 2847 103843 2848 -766270 2849 383493 2850 -658084 2851 628527 2852 -503284 2853 803745 2854 -344792 2855 920917 2856 -174198 2857 1013521 2858 46687 2859 1064849 2860 311343 2861 1016612 2862 555590 2863 843829 2864 724507 2865 582700 2866 808304 2867 277875 2868 803339 2869 -52539 2870 687350 2871 -382606 2872 462433 2873 -650108 2874 182935 2875 -802965 2876 -83628 2877 -840801 2878 -307528 2879 -793325 2880 -477817 2881 -676985 2882 -568107 2883 -511896 2884 -561772 2885 -350666 2886 -499418 2887 -244025 2888 -443584 2889 -180015 2890 -407892 2891 -105347 2892 -353850 2893 -1924 2894 -262447 2895 98423 2896 -157526 2897 170554 2898 -55010 2899 231307 2900 66147 2901 286836 2902 214373 2903 304099 2904 346721 2905 253571 2906 410292 2907 158414 2908 400562 2909 66781 2910 344371 2911 34 2912 253205 2913 -38084 2914 134566 2915 -29346 2916 27909 2917 42788 2918 -18603 2919 145532 2920 -8826 2921 221314 2922 12296 2923 249931 2924 22757 2925 255387 2926 42379 2927 247190 2928 77212 2929 200503 2930 91180 2931 110141 2932 60587 2933 15806 2934 11529 2935 -51393 2936 -22784 2937 -113465 2938 -56693 2939 -203138 2940 -126898 2941 -303088 2942 -234909 2943 -366893 2944 -351964 2945 -373467 2946 -463210 2947 -329026 2948 -560742 2949 -223083 2950 -602801 2951 -42315 2952 -531902 2953 180116 2954 -338524 2955 366672 2956 -76028 2957 464077 2958 199649 2959 470848 2960 462511 2961 394340 2962 681340 2963 226236 2964 797652 2965 -14606 2966 778739 2967 -253204 2968 663492 2969 -416667 2970 521138 2971 -496587 2972 379692 2973 -528447 2974 228671 2975 -528723 2976 71295 2977 -493659 2978 -76310 2979 -438570 2980 -227420 2981 -383079 2982 -412653 2983 -306148 2984 -622440 2985 -150909 2986 -791792 2987 103527 2988 -862661 2989 414266 2990 -818409 2991 728318 2992 -654412 2993 1014260 2994 -360208 2995 1229398 2996 39760 2997 1297220 2998 452732 2999 1165889 3000 775208 3001 865024 3002 965080 3003 475864 3004 1031609 3005 56322 3006 981074 3007 -363707 3008 811668 3009 -742484 3010 556345 3011 -1026799 3012 270435 3013 -1206140 3014 -20372 3015 -1308373 3016 -332946 3017 -1341159 3018 -663033 3019 -1269953 3020 -961010 3021 -1069077 3022 -1176064 3023 -758131 3024 -1289818 3025 -368876 3026 -1285683 3027 82523 3028 -1120321 3029 557693 3030 -774192 3031 966039 3032 -304914 3033 1214385 3034 184251 3035 1279250 3036 622182 3037 1199193 3038 981612 3039 1008479 3040 1232909 3041 725591 3042 1345942 3043 394472 3044 1331329 3045 80523 3046 1243289 3047 -187099 3048 1110977 3049 -433567 3050 910795 3051 -677798 3052 615811 3053 -892515 3054 240195 3055 -1034269 3056 -185956 3057 -1081602 3058 -644557 3059 -1013445 3060 -1094977 3061 -786614 3062 -1442591 3063 -384376 3064 -1584843 3065 127993 3066 -1492692 3067 630760 3068 -1210345 3069 1028770 3070 -794761 3071 1274682 3072 -299841 3073 1333498 3074 189277 3075 1181969 3076 567276 3077 859749 3078 780553 3079 466758 3080 857075 3081 90295 3082 848470 3083 -244202 3084 775657 3085 -536613 3086 649141 3087 -769457 3088 497416 3089 -932701 3090 339120 3091 -1047887 3092 147292 3093 -1135685 3094 -109999 3095 -1163233 3096 -404792 3097 -1072580 3098 -663226 3099 -848946 3100 -835032 3101 -528488 3102 -907548 3103 -148096 3104 -865800 3105 262892 3106 -685886 3107 647797 3108 -389320 3109 923504 3110 -56883 3111 1048617 3112 237128 3113 1052354 3114 474535 3115 981950 3116 660866 3117 851276 3118 779276 3119 666564 3120 816445 3121 461745 3122 797381 3123 267472 3124 754648 3125 70832 3126 673823 3127 -156484 3128 512456 3129 -392109 3130 267140 3131 -573402 3132 -15834 3133 -664133 3134 -293307 3135 -673098 3136 -545150 3137 -606251 3138 -737674 3139 -456960 3140 -817088 3141 -250011 3142 -768076 3143 -60117 3144 -642714 3145 52964 3146 -507650 3147 91164 3148 -385800 3149 87437 3150 -277310 3151 58012 3152 -197988 3153 13020 3154 -158470 3155 -7022 3156 -122011 3157 33605 3158 -28516 3159 111394 3160 127965 3161 159527 3162 298752 3163 141813 3164 442284 3165 72827 3166 546267 3167 -33298 3168 591578 3169 -176754 3170 537960 3171 -332163 3172 379521 3173 -432713 3174 169980 3175 -428942 3176 -23725 3177 -336181 3178 -178866 3179 -192213 3180 -294333 3181 -8312 3182 -347292 3183 208907 3184 -318130 3185 416226 3186 -231129 3187 559819 3188 -132223 3189 632512 3190 -33481 3191 665130 3192 84996 3193 661448 3194 213611 3195 592146 3196 307607 3197 452619 3198 342860 3199 280174 3200 340538 3201 105632 3202 316831 3203 -76900 3204 253046 3205 -269831 3206 135972 3207 -435356 3208 -3291 3209 -538747 3210 -125432 3211 -593785 3212 -234513 3213 -627912 3214 -350917 3215 -634764 3216 -461295 3217 -584498 3218 -528731 3219 -480806 3220 -546223 3221 -353260 3222 -532536 3223 -207149 3224 -476658 3225 -27341 3226 -340548 3227 165231 3228 -119924 3229 304351 3230 129516 3231 344722 3232 348925 3233 299673 3234 517077 3235 200468 3236 618416 3237 54425 3238 615586 3239 -122441 3240 488791 3241 -270400 3242 281204 3243 -325607 3244 64875 3245 -279194 3246 -124818 3247 -162195 3248 -284952 3249 8854 3250 -393508 3251 229599 3252 -415054 3253 467590 3254 -349371 3255 667161 3256 -234062 3257 803748 3258 -87250 3259 892847 3260 110275 3261 930643 3262 355416 3263 869083 3264 590483 3265 672308 3266 749273 3267 364105 3268 806036 3269 -6518 3270 754778 3271 -407065 3272 570994 3273 -799990 3274 246694 3275 -1107392 3276 -159907 3277 -1248058 3278 -546453 3279 -1205482 3280 -841771 3281 -1028070 3282 -1023523 3283 -767958 3284 -1079766 3285 -460304 3286 -1000798 3287 -155255 3288 -819642 3289 85898 3290 -609319 3291 246819 3292 -413529 3293 370758 3294 -208172 3295 493871 3296 44909 3297 598817 3298 338496 3299 644076 3300 638365 3301 613609 3302 923014 3303 497961 3304 1163425 3305 267035 3306 1282948 3307 -88900 3308 1195439 3309 -502183 3310 885465 3311 -846589 3312 420234 3313 -1023933 3314 -105976 3315 -997418 3316 -607918 3317 -764944 3318 -989220 3319 -347449 3320 -1158310 3321 171554 3322 -1092557 3323 656631 3324 -862962 3325 1002393 3326 -567620 3327 1187386 3328 -265294 3329 1238973 3330 15401 3331 1175831 3332 241017 3333 1018908 3334 396056 3335 819786 3336 517500 3337 622388 3338 654221 3339 409808 3340 794132 3341 127528 3342 867255 3343 -238295 3344 817786 3345 -637653 3346 642273 3347 -1006545 3348 358249 3349 -1297421 3350 -12942 3351 -1455540 3352 -408913 3353 -1424067 3354 -724369 3355 -1204054 3356 -881696 3357 -879826 3358 -885373 3359 -554956 3360 -789956 3361 -281408 3362 -640422 3363 -68107 3364 -473209 3365 76870 3366 -339878 3367 162486 3368 -272202 3369 247401 3370 -230043 3371 397129 3372 -127859 3373 605883 3374 77157 3375 791268 3376 350870 3377 874861 3378 630392 3379 829070 3380 859094 3381 655011 3382 973270 3383 365903 3384 903232 3385 22382 3386 640870 3387 -259152 3388 272032 3389 -379250 3390 -82052 3391 -325690 3392 -341405 3393 -153444 3394 -475794 3395 71468 3396 -472773 3397 281922 3398 -353192 3399 397872 3400 -202536 3401 366056 3402 -126117 3403 224144 3404 -158764 3405 79725 3406 -247581 3407 13602 3408 -318526 3409 33238 3410 -327255 3411 111496 3412 -241405 3413 217981 3414 -31944 3415 295889 3416 273442 3417 258896 3418 570503 3419 56785 3420 746446 3421 -265942 3422 758289 3423 -610384 3424 629110 3425 -896295 3426 396849 3427 -1076641 3428 111800 3429 -1112151 3430 -143862 3431 -991732 3432 -292807 3433 -771977 3434 -331964 3435 -550050 3436 -329614 3437 -380263 3438 -341179 3439 -246354 3440 -372893 3441 -114660 3442 -414771 3443 25353 3444 -468949 3445 186994 3446 -516714 3447 400068 3448 -497215 3449 659816 3450 -368872 3451 896031 3452 -163384 3453 1026576 3454 42893 3455 1031963 3456 200513 3457 948491 3458 296137 3459 812193 3460 317543 3461 651019 3462 264897 3463 515288 3464 191318 3465 453404 3466 181863 3467 450296 3468 272702 3469 427499 3470 420500 3471 317399 3472 559810 3473 113175 3474 652017 3475 -165654 3476 663011 3477 -501498 3478 547210 3479 -848582 3480 298375 3481 -1115534 3482 -12248 3483 -1226110 3484 -284524 3485 -1181960 3486 -467362 3487 -1042732 3488 -564430 3489 -859618 3490 -582753 3491 -661328 3492 -529747 3493 -485861 3494 -448953 3495 -367257 3496 -402580 3497 -283246 3498 -406311 3499 -167478 3500 -409394 3501 17365 3502 -359505 3503 241900 3504 -249056 3505 462060 3506 -83294 3507 658488 3508 144763 3509 805120 3510 416352 3511 847137 3512 658224 3513 746848 3514 788021 3515 541841 3516 786532 3517 308945 3518 685204 3519 97353 3520 509642 3521 -79299 3522 269882 3523 -198903 3524 2845 3525 -228281 3526 -231304 3527 -176245 3528 -405765 3529 -89833 3530 -537122 3531 1147 3532 -634524 3533 108389 3534 -668681 3535 236702 3536 -619705 3537 351900 3538 -512250 3539 420294 3540 -378146 3541 447954 3542 -214009 3543 444556 3544 -12846 3545 384605 3546 187317 3547 240592 3548 330587 3549 39996 3550 405997 3551 -154534 3552 446070 3553 -315624 3554 465824 3555 -458608 3556 452994 3557 -586558 3558 411000 3559 -675064 3560 372905 3561 -718127 3562 347630 3563 -749098 3564 300952 3565 -787359 3566 203418 3567 -806362 3568 71334 3569 -773057 3570 -66677 3571 -692990 3572 -211665 3573 -581308 3574 -367969 3575 -422851 3576 -503205 3577 -199297 3578 -574728 3579 63293 3580 -585769 3581 314582 3582 -568893 3583 538871 3584 -526604 3585 755761 3586 -426284 3587 958557 3588 -260553 3589 1102356 3590 -65372 3591 1158679 3592 127485 3593 1141101 3594 320649 3595 1057629 3596 507704 3597 884825 3598 641292 3599 611891 3600 674700 3601 283619 3602 614892 3603 -36166 3604 492700 3605 -322010 3606 318058 3607 -572784 3608 87997 3609 -766470 3610 -166808 3611 -868893 3612 -397818 3613 -882806 3614 -592974 3615 -838357 3616 -772940 3617 -735156 3618 -927204 3619 -539631 3620 -996677 3621 -243463 3622 -932556 3623 107146 3624 -731374 3625 454643 3626 -401735 3627 762648 3628 58741 3629 983018 3630 618224 3631 1036219 3632 1175101 3633 862379 3634 1603514 3635 482477 3636 1831136 3637 -21215 3638 1839255 3639 -568872 3640 1621359 3641 -1090030 3642 1186670 3643 -1496502 3644 604957 3645 -1701898 3646 -12121 3647 -1687239 3648 -584298 3649 -1501923 3650 -1088291 3651 -1194042 3652 -1508579 3653 -776108 3654 -1805348 3655 -264376 3656 -1948092 3657 292503 3658 -1945113 3659 845130 3660 -1802264 3661 1376427 3662 -1490147 3663 1861255 3664 -988175 3665 2222837 3666 -347431 3667 2369752 3668 328318 3669 2264754 3670 946746 3671 1927199 3672 1441379 3673 1389970 3674 1739386 3675 700593 3676 1780515 3677 -40627 3678 1577544 3679 -699717 3680 1219449 3681 -1188720 3682 797824 3683 -1495209 3684 360593 3685 -1633667 3686 -54884 3687 -1605407 3688 -393144 3689 -1428780 3690 -613869 3691 -1162445 3692 -729271 3693 -862115 3694 -765890 3695 -534047 3696 -707253 3697 -169308 3698 -519156 3699 189255 3700 -212456 3701 463234 3702 153356 3703 598295 3704 518659 3705 586973 3706 834894 3707 426491 3708 1028546 3709 123871 3710 1016929 3711 -256835 3712 776746 3713 -594256 3714 375624 3715 -786361 3716 -87097 3717 -801761 3718 -535510 3719 -650093 3720 -903293 3721 -347232 3722 -1116248 3723 56985 3724 -1138834 3725 458908 3726 -1019239 3727 758098 3728 -846960 3729 931587 3730 -671806 3731 1017276 3732 -494416 3733 1044990 3734 -316775 3735 1018159 3736 -152665 3737 952781 3738 9476 3739 878915 3740 206997 3741 788204 3742 440760 3743 628350 3744 654414 3745 369883 3746 787536 3747 48525 3748 827004 3749 -277880 3750 783027 3751 -576002 3752 656854 3753 -818877 3754 469666 3755 -960598 3756 288683 3757 -974473 3758 183382 3759 -900894 3760 157284 3761 -815203 3762 159893 3763 -754780 3764 154950 3765 -708289 3766 138240 3767 -668321 3768 93343 3769 -640634 3770 -9038 3771 -601390 3772 -159502 3773 -494685 3774 -293801 3775 -297467 3776 -359301 3777 -54732 3778 -359590 3779 173803 3780 -324469 3781 367838 3782 -259813 3783 524367 3784 -170432 3785 623958 3786 -92416 3787 652318 3788 -61935 3789 642067 3790 -63284 3791 641463 3792 -46952 3793 650101 3794 3151 3795 623084 3796 57331 3797 536926 3798 93510 3799 406977 3800 111357 3801 244037 3802 91375 3803 42489 3804 -9351 3805 -172645 3806 -197621 3807 -329137 3808 -408513 3809 -369467 3810 -563939 3811 -302448 3812 -628486 3813 -171532 3814 -597439 3815 -7632 3816 -456236 3817 158051 3818 -205372 3819 263399 3820 96841 3821 249030 3822 360631 3823 120137 3824 540444 3825 -61194 3826 644710 3827 -246500 3828 682281 3829 -422567 3830 642731 3831 -569242 3832 538953 3833 -647761 3834 421468 3835 -647167 3836 323529 3837 -604298 3838 225984 3839 -551916 3840 104973 3841 -474679 3842 -23124 3843 -344586 3844 -124017 3845 -171479 3846 -192065 3847 13011 3848 -232428 3849 204622 3850 -220572 3851 403157 3852 -125755 3853 569131 3854 28435 3855 638039 3856 171416 3857 590715 3858 255330 3859 458887 3860 275447 3861 275275 3862 226897 3863 51179 3864 83043 3865 -182192 3866 -152912 3867 -355959 3868 -421790 3869 -423358 3870 -658036 3871 -400340 3872 -844523 3873 -324762 3874 -985190 3875 -201936 3876 -1059142 3877 -26266 3878 -1035072 3879 175974 3880 -920270 3881 358731 3882 -748010 3883 511801 3884 -522754 3885 647705 3886 -226904 3887 748157 3888 126204 3889 765223 3890 477979 3891 678406 3892 781632 3893 514067 3894 1026845 3895 299797 3896 1198678 3897 36142 3898 1256174 3899 -257928 3900 1181127 3901 -518942 3902 1016694 3903 -688052 3904 827492 3905 -764469 3906 636019 3907 -780444 3908 438490 3909 -745272 3910 251849 3911 -656088 3912 105307 3913 -541456 3914 -12422 3915 -448157 3916 -143395 3917 -378661 3918 -300808 3919 -293181 3920 -452933 3921 -169781 3922 -572647 3923 -31416 3924 -666618 3925 101816 3926 -734544 3927 240338 3928 -745665 3929 381609 3930 -685495 3931 483470 3932 -593867 3933 508072 3934 -520495 3935 472570 3936 -473028 3937 417703 3938 -432580 3939 354483 3940 -402947 3941 275614 3942 -399872 3943 202863 3944 -404267 3945 175429 3946 -370692 3947 192810 3948 -287854 3949 214758 3950 -186408 3951 220141 3952 -82721 3953 229086 3954 44469 3955 251860 3956 207943 3957 262733 3958 378414 3959 244646 3960 531023 3961 218945 3962 684043 3963 203301 3964 859191 3965 167256 3966 1030186 3967 69177 3968 1145963 3969 -86583 3970 1188916 3971 -261294 3972 1169179 3973 -438322 3974 1077627 3975 -622088 3976 888994 3977 -788626 3978 616044 3979 -887077 3980 314157 3981 -899425 3982 18518 3983 -852459 3984 -275002 3985 -766522 3986 -566228 3987 -627327 3988 -821589 3989 -427667 3990 -1016393 3991 -198389 3992 -1164277 3993 32853 3994 -1276608 3995 280449 3996 -1315801 3997 563040 3998 -1233479 3999 846090 4000 -1033276 4001 1065463 4002 -762106 4003 1187091 4004 -451538 4005 1212811 4006 -112605 4007 1132547 4008 214098 4009 923500 4010 456949 4011 607643 4012 577529 4013 258478 4014 596970 4015 -59886 4016 550213 4017 -326011 4018 448308 4019 -529804 4020 311140 4021 -642249 4022 190340 4023 -650875 4024 127773 4025 -595264 4026 111723 4027 -523266 4028 107500 4029 -438856 4030 122017 4031 -321495 4032 183989 4033 -188029 4034 287658 4035 -80632 4036 395605 4037 -12819 4038 492815 4039 33259 4040 592788 4041 53988 4042 685782 4043 12518 4044 715394 4045 -100542 4046 642366 4047 -238065 4048 481623 4049 -346694 4050 263901 4051 -408867 4052 416 4053 -415560 4054 -290410 4055 -338861 4056 -548315 4057 -164612 4058 -710569 4059 64522 4060 -769827 4061 281375 4062 -759582 4063 458225 4064 -692849 4065 600661 4066 -563193 4067 693565 4068 -391003 4069 700007 4070 -228545 4071 617716 4072 -100248 4073 488184 4074 14692 4075 338379 4076 126204 4077 153439 4078 199958 4079 -75386 4080 201004 4081 -313275 4082 136171 4083 -514969 4084 31535 4085 -667525 4086 -110544 4087 -765421 4088 -285458 4089 -771999 4090 -443759 4091 -654528 4092 -519106 4093 -437261 4094 -492014 4095 -185507 4096 -388079 4097 58532 4098 -220745 4099 284570 4100 15720 4101 467323 4102 296241 4103 558803 4104 553611 4105 546445 4106 739008 4107 473342 4108 861216 4109 382813 4110 941891 4111 270615 4112 967737 4113 122950 4114 918776 4115 -38713 4116 807350 4117 -180988 4118 657750 4119 -302972 4120 464367 4121 -416031 4122 212057 4123 -498126 4124 -74031 4125 -508754 4126 -337655 4127 -444893 4128 -551363 4129 -342054 4130 -722088 4131 -217262 4132 -841058 4133 -60126 4134 -871876 4135 113567 4136 -806561 4137 248037 4138 -692448 4139 303520 4140 -577354 4141 298673 4142 -461203 4143 266767 4144 -331258 4145 205190 4146 -209594 4147 97483 4148 -132519 4149 -34812 4150 -99109 4151 -150111 4152 -82035 4153 -236110 4154 -77342 4155 -305623 4156 -101699 4157 -346175 4158 -144978 4159 -323960 4160 -165818 4161 -237543 4162 -146569 4163 -125914 4164 -107685 4165 -10011 4166 -56627 4167 123934 4168 31996 4169 278010 4170 168429 4171 411363 4172 314024 4173 489077 4174 429542 4175 527810 4176 524608 4177 560955 4178 630479 4179 580329 4180 742102 4181 550972 4182 824714 4183 467278 4184 866643 4185 352553 4186 882160 4187 207546 4188 860428 4189 13828 4190 765374 4191 -218913 4192 588017 4193 -444372 4194 362499 4195 -629940 4196 112041 4197 -783570 4198 -173495 4199 -905763 4200 -494710 4201 -964460 4202 -809387 4203 -937408 4204 -1076020 4205 -847329 4206 -1300171 4207 -721471 4208 -1498996 4209 -541638 4210 -1642864 4211 -272377 4212 -1671314 4213 71789 4214 -1558997 4215 430652 4216 -1323585 4217 756295 4218 -979169 4219 1027237 4220 -531107 4221 1207901 4222 -22164 4223 1249102 4224 462651 4225 1138273 4226 857096 4227 921182 4228 1148059 4229 650226 4230 1338313 4231 347612 4232 1413771 4233 36987 4234 1374599 4235 -230647 4236 1268657 4237 -419714 4238 1141884 4239 -553885 4240 983161 4241 -672991 4242 753136 4243 -768665 4244 455319 4245 -789473 4246 141226 4247 -709633 4248 -145397 4249 -546538 4250 -388374 4251 -316255 4252 -557927 4253 -22575 4254 -605822 4255 296624 4256 -517827 4257 558370 4258 -347910 4259 695536 4260 -166371 4261 702888 4262 -14586 4263 605495 4264 81184 4265 423366 4266 83847 4267 191655 4268 -13746 4269 -17772 4270 -154731 4271 -146351 4272 -261866 4273 -207952 4274 -317530 4275 -259311 4276 -357218 4277 -325895 4278 -406875 4279 -386845 4280 -458274 4281 -426633 4282 -513220 4283 -451576 4284 -591771 4285 -441749 4286 -682231 4287 -344418 4288 -715271 4289 -137642 4290 -625523 4291 128326 4292 -409590 4293 372679 4294 -106046 4295 543174 4296 244774 4297 611812 4298 590317 4299 551648 4300 848940 4301 371222 4302 955858 4303 145548 4304 926628 4305 -27638 4306 835182 4307 -110170 4308 736749 4309 -128617 4310 644803 4311 -112098 4312 570393 4313 -70189 4314 533120 4315 -31417 4316 511100 4317 -47472 4318 437093 4319 -130213 4320 263299 4321 -219235 4322 21820 4323 -240397 4324 -215543 4325 -172535 4326 -399456 4327 -39316 4328 -503138 4329 131057 4330 -500330 4331 299141 4332 -390909 4333 393811 4334 -241090 4335 353835 4336 -145278 4337 197761 4338 -145622 4339 5669 4340 -217949 4341 -153197 4342 -324636 4343 -254921 4344 -441368 4345 -283466 4346 -524052 4347 -221490 4348 -506097 4349 -97580 4350 -363792 4351 249 4352 -160548 4353 -3184 4354 12452 4355 -100673 4356 106687 4357 -231660 4358 121543 4359 -344079 4360 68180 4361 -402394 4362 -23659 4363 -367498 4364 -82848 4365 -222436 4366 -37517 4367 -18695 4368 113244 4369 150215 4370 302595 4371 226578 4372 465532 4373 215810 4374 570664 4375 140666 4376 590320 4377 18735 4378 492000 4379 -101738 4380 293558 4381 -138570 4382 85574 4383 -47000 4384 -41042 4385 125920 4386 -69507 4387 290576 4388 -40525 4389 393782 4390 7970 4391 427844 4392 50628 4393 393944 4394 50277 4395 302152 4396 -22561 4397 204449 4398 -138257 4399 166416 4400 -218995 4401 200275 4402 -212651 4403 256591 4404 -122871 4405 279241 4406 27504 4407 240365 4408 216912 4409 111202 4410 388293 4411 -139878 4412 449058 4413 -492398 4414 342101 4415 -847490 4416 105057 4417 -1095315 4418 -173288 4419 -1197237 4420 -433957 4421 -1173636 4422 -653338 4423 -1046087 4424 -803921 4425 -830680 4426 -859421 4427 -571323 4428 -837452 4429 -326077 4430 -793941 4431 -106458 4432 -752449 4433 127136 4434 -683401 4435 402565 4436 -551406 4437 701686 4438 -348131 4439 991999 4440 -66006 4441 1249386 4442 309834 4443 1428611 4444 752766 4445 1452305 4446 1166544 4447 1274603 4448 1443901 4449 936573 4450 1543922 4451 527697 4452 1486239 4453 112843 4454 1289895 4455 -273498 4456 970962 4457 -586166 4458 581335 4459 -776418 4460 199189 4461 -845711 4462 -134772 4463 -844254 4464 -435799 4465 -808571 4466 -718165 4467 -728622 4468 -958247 4469 -590759 4470 -1129898 4471 -409663 4472 -1231290 4473 -198802 4474 -1253593 4475 50452 4476 -1155170 4477 323615 4478 -909667 4479 551490 4480 -560318 4481 654477 4482 -191928 4483 614971 4484 138888 4485 468933 4486 409583 4487 244520 4488 589155 4489 -42378 4490 636001 4491 -344356 4492 555424 4493 -584948 4494 406276 4495 -718126 4496 241286 4497 -757351 4498 71909 4499 -723623 4500 -93922 4501 -610517 4502 -225393 4503 -420355 4504 -298488 4505 -188739 4506 -327009 4507 48952 4508 -326221 4509 296314 4510 -269906 4511 559480 4512 -128441 4513 797551 4514 75730 4515 949406 4516 280218 4517 1000339 4518 454269 4519 978298 4520 606866 4521 894729 4522 729982 4523 732182 4524 781761 4525 498525 4526 740231 4527 245005 4528 631448 4529 13832 4530 485723 4531 -196819 4532 300008 4533 -395294 4534 68127 4535 -554639 4536 -181546 4537 -644543 4538 -412593 4539 -669271 4540 -617817 4541 -643575 4542 -794094 4543 -556991 4544 -904557 4545 -399022 4546 -903395 4547 -209769 4548 -799896 4549 -57054 4550 -651678 4551 33750 4552 -493198 4553 89685 4554 -318408 4555 126372 4556 -131646 4557 124388 4558 27929 4559 78310 4560 136212 4561 26787 4562 220036 4563 4874 4564 310798 4565 -2525 4566 396782 4567 -26897 4568 444205 4569 -65504 4570 449122 4571 -93012 4572 425100 4573 -104609 4574 367295 4575 -103541 4576 267698 4577 -64507 4578 163462 4579 43412 4580 115593 4581 199013 4582 138864 4583 335404 4584 191852 4585 409360 4586 237878 4587 427775 4588 273854 4589 402450 4590 291807 4591 322360 4592 250248 4593 196712 4594 129536 4595 83537 4596 -26555 4597 36710 4598 -149446 4599 47544 4600 -214675 4601 68470 4602 -236439 4603 72516 4604 -224407 4605 54126 4606 -186131 4607 -3122 4608 -163429 4609 -113718 4610 -202887 4611 -240959 4612 -297435 4613 -313868 4614 -381427 4615 -298197 4616 -400626 4617 -224891 4618 -351774 4619 -134999 4620 -242960 4621 -45841 4622 -69806 4623 16789 4624 146933 4625 1003 4626 331640 4627 -119184 4628 407948 4629 -293422 4630 368279 4631 -433306 4632 262823 4633 -487319 4634 137181 4635 -451822 4636 24660 4637 -333150 4638 -31680 4639 -149540 4640 2270 4641 39254 4642 100848 4643 158501 4644 185042 4645 188985 4646 201630 4647 175699 4648 159721 4649 167772 4650 83409 4651 177603 4652 -21020 4653 212424 4654 -130564 4655 299232 4656 -183373 4657 439129 4658 -131766 4659 566924 4660 -6511 4661 601407 4662 110744 4663 524266 4664 168374 4665 377628 4666 162707 4667 207808 4668 101781 4669 43730 4670 -1397 4671 -78480 4672 -102856 4673 -126395 4674 -140004 4675 -120897 4676 -96842 4677 -130316 4678 -18394 4679 -202870 4680 42456 4681 -328049 4682 66955 4683 -476790 4684 38875 4685 -633589 4686 -70619 4687 -765258 4688 -257244 4689 -798708 4690 -440628 4691 -680498 4692 -521269 4693 -444013 4694 -464879 4695 -186456 4696 -313930 4697 21078 4698 -120157 4699 159613 4700 80856 4701 222526 4702 244321 4703 207806 4704 322154 4705 151425 4706 312239 4707 123176 4708 273331 4709 161719 4710 262484 4711 243300 4712 290870 4713 321577 4714 345984 4715 370383 4716 421321 4717 363942 4718 486143 4719 265143 4720 466244 4721 73736 4722 302852 4723 -133196 4724 22715 4725 -248588 4726 -281851 4727 -229642 4728 -533808 4729 -104447 4730 -699170 4731 85070 4732 -751829 4733 308469 4734 -668104 4735 511565 4736 -471085 4737 618576 4738 -239485 4739 593376 4740 -45107 4741 469034 4742 95789 4743 298364 4744 191581 4745 107422 4746 240589 4747 -88010 4748 251246 4749 -257617 4750 260901 4751 -386516 4752 292860 4753 -511482 4754 307446 4755 -673777 4756 238932 4757 -852653 4758 74391 4759 -975303 4760 -138295 4761 -991784 4762 -352459 4763 -899918 4764 -546265 4765 -704756 4766 -683383 4767 -402088 4768 -703887 4769 -23591 4770 -578777 4771 348044 4772 -348568 4773 635264 4774 -76653 4775 815799 4776 197867 4777 897947 4778 447031 4779 884108 4780 630628 4781 787619 4782 725672 4783 655461 4784 764720 4785 529885 4786 793365 4787 394220 4788 800198 4789 204185 4790 729188 4791 -39384 4792 553010 4793 -280066 4794 298221 4795 -471450 4796 -9016 4797 -602550 4798 -361150 4799 -654643 4800 -728201 4801 -581878 4802 -1028111 4803 -362889 4804 -1179789 4805 -47155 4806 -1160136 4807 280635 4808 -993175 4809 556010 4810 -707089 4811 736689 4812 -347655 4813 780925 4814 6781 4815 674847 4816 281872 4817 465026 4818 463380 4819 223725 4820 582203 4821 -16097 4822 644045 4823 -260321 4824 624760 4825 -493621 4826 530247 4827 -667738 4828 408868 4829 -761609 4830 290344 4831 -805051 4832 150210 4833 -821078 4834 -36490 4835 -781109 4836 -236989 4837 -645421 4838 -392887 4839 -421620 4840 -476180 4841 -150156 4842 -489643 4843 141445 4844 -425662 4845 432679 4846 -278659 4847 680995 4848 -78158 4849 838596 4850 123774 4851 900202 4852 305301 4853 892079 4854 472433 4855 820316 4856 607083 4857 665666 4858 660720 4859 441264 4860 615084 4861 207241 4862 507222 4863 6363 4864 374240 4865 -172665 4866 204683 4867 -344496 4868 -18982 4869 -473831 4870 -264673 4871 -511609 4872 -471055 4873 -457433 4874 -606574 4875 -352457 4876 -672678 4877 -223919 4878 -663365 4879 -81764 4880 -565493 4881 43284 4882 -404020 4883 108902 4884 -233868 4885 105909 4886 -85752 4887 64049 4888 44693 4889 2016 4890 151186 4891 -89226 4892 198280 4893 -196412 4894 177152 4895 -264556 4896 135119 4897 -255231 4898 124444 4899 -194071 4900 141163 4901 -130213 4902 153164 4903 -70544 4904 160429 4905 6973 4906 190860 4907 96101 4908 244081 4909 162070 4910 287895 4911 194561 4912 308411 4913 213507 4914 317778 4915 224710 4916 317864 4917 211763 4918 288931 4919 175750 4920 230164 4921 147284 4922 172548 4923 135011 4924 130613 4925 106908 4926 72235 4927 42652 4928 -28445 4929 -26098 4930 -144812 4931 -59795 4932 -236428 4933 -69018 4934 -307705 4935 -88323 4936 -392232 4937 -110980 4938 -484510 4939 -94880 4940 -538422 4941 -28677 4942 -525450 4943 53166 4944 -456855 4945 118686 4946 -346685 4947 163795 4948 -191528 4949 181067 4950 -8463 4951 143154 4952 155462 4953 42534 4954 268911 4955 -88590 4956 340460 4957 -220286 4958 378479 4959 -353720 4960 357276 4961 -484251 4962 260791 4963 -564652 4964 131488 4965 -547745 4966 37390 4967 -450526 4968 -6481 4969 -331911 4970 -33582 4971 -218358 4972 -58504 4973 -90005 4974 -56671 4975 57967 4976 -14610 4977 192366 4978 38704 4979 286196 4980 76004 4981 350633 4982 102889 4983 403099 4984 131842 4985 435539 4986 151220 4987 439784 4988 153043 4989 434485 4990 158337 4991 429930 4992 183384 4993 399099 4994 202178 4995 316013 4996 179146 4997 201494 4998 126411 4999 98805 5000 83757 5001 8698 5002 50020 5003 -104928 5004 -18080 5005 -243591 5006 -136857 5007 -358980 5008 -266563 5009 -415062 5010 -365684 5011 -426547 5012 -437036 5013 -418178 5014 -492817 5015 -384843 5016 -517001 5017 -316402 5018 -489845 5019 -233924 5020 -424639 5021 -164525 5022 -346827 5023 -106835 5024 -254785 5025 -48932 5026 -140935 5027 -4781 5028 -30976 5029 7529 5030 37479 5031 12587 5032 76046 5033 55616 5034 136161 5035 137146 5036 237675 5037 208462 5038 348039 5039 239048 5040 436919 5041 246086 5042 516507 5043 243487 5044 596082 5045 204650 5046 641767 5047 103984 5048 607444 5049 -34298 5050 490632 5051 -159169 5052 318005 5053 -244879 5054 104714 5055 -284615 5056 -133891 5057 -256818 5058 -354306 5059 -144259 5060 -500900 5061 25235 5062 -563520 5063 195201 5064 -566315 5065 339973 5066 -517083 5067 468935 5068 -395285 5069 567388 5070 -212013 5071 584531 5072 -29459 5073 496148 5074 99534 5075 342608 5076 182026 5077 175145 5078 244797 5079 2651 5080 279489 5081 -188366 5082 258593 5083 -379517 5084 186812 5085 -532854 5086 95027 5087 -638064 5088 -7301 5089 -705855 5090 -128220 5091 -729755 5092 -253501 5093 -687312 5094 -350482 5095 -585196 5096 -414669 5097 -454648 5098 -468582 5099 -300176 5100 -505856 5101 -96590 5102 -480560 5103 154448 5104 -367268 5105 398280 5106 -197956 5107 586146 5108 -13421 5109 722663 5110 188461 5111 825176 5112 424803 5113 866669 5114 665698 5115 799759 5116 847729 5117 622634 5118 933367 5119 380597 5120 921060 5121 114713 5122 808330 5123 -155055 5124 587808 5125 -391202 5126 286623 5127 -539875 5128 -31558 5129 -578312 5130 -319187 5131 -527319 5132 -561345 5133 -407396 5134 -735849 5135 -219450 5136 -796686 5137 11849 5138 -727219 5139 213947 5140 -580437 5141 326223 5142 -423696 5143 357174 5144 -273452 5145 350372 5146 -109799 5147 316780 5148 59206 5149 235287 5150 195465 5151 109537 5152 288897 5153 -26361 5154 361360 5155 -158372 5156 419037 5157 -303315 5158 431018 5159 -465377 5160 373671 5161 -614044 5162 257241 5163 -719270 5164 95948 5165 -773734 5166 -113105 5167 -761809 5168 -349313 5169 -641614 5170 -542985 5171 -398264 5172 -632724 5173 -80640 5174 -617351 5175 238810 5176 -530851 5177 531683 5178 -379912 5179 797099 5180 -149039 5181 1006042 5182 138618 5183 1104376 5184 418980 5185 1074231 5186 645421 5187 948626 5188 816164 5189 759133 5190 927330 5191 504945 5192 946284 5193 192037 5194 850294 5195 -134275 5196 656556 5197 -424324 5198 390820 5199 -655119 5200 63723 5201 -805383 5202 -298963 5203 -833015 5204 -621663 5205 -715593 5206 -825346 5207 -498542 5208 -892966 5209 -261073 5210 -858527 5211 -48922 5212 -745484 5213 132431 5214 -554977 5215 261520 5216 -319058 5217 298914 5218 -104437 5219 244463 5220 47658 5221 151743 5222 158748 5223 70198 5224 265018 5225 -1199 5226 366089 5227 -84321 5228 443933 5229 -181484 5230 492734 5231 -289768 5232 502067 5233 -422648 5234 430858 5235 -574465 5236 247862 5237 -686290 5238 -15538 5239 -682876 5240 -282615 5241 -543071 5242 -497159 5243 -297368 5244 -632898 5245 23172 5246 -653672 5247 397328 5248 -517149 5249 760984 5250 -238442 5251 1012669 5252 92416 5253 1085134 5254 374956 5255 998551 5256 566204 5257 814018 5258 661369 5259 574517 5260 654823 5261 312892 5262 553513 5263 77914 5264 402167 5265 -90059 5266 253349 5267 -201332 5268 116269 5269 -290994 5270 -29117 5271 -363597 5272 -178901 5273 -395378 5274 -302959 5275 -384095 5276 -391251 5277 -350055 5278 -458097 5279 -293173 5280 -491140 5281 -190586 5282 -441781 5283 -54982 5284 -291014 5285 44280 5286 -92178 5287 46528 5288 78799 5289 -40092 5290 186632 5291 -167051 5292 228751 5293 -301085 5294 199454 5295 -419928 5296 101354 5297 -480766 5298 -17955 5299 -444912 5300 -90438 5301 -329268 5302 -92455 5303 -196212 5304 -52073 5305 -91000 5306 -976 5307 -19634 5308 44026 5309 15689 5310 51294 5311 8018 5312 -19485 5313 -10486 5314 -159679 5315 34289 5316 -292205 5317 184535 5318 -337216 5319 401377 5320 -279772 5321 606022 5322 -149960 5323 750169 5324 27076 5325 813369 5326 222765 5327 770557 5328 375271 5329 612492 5330 418267 5331 388790 5332 348248 5333 188957 5334 226975 5335 69678 5336 118773 5337 26409 5338 55894 5339 32565 5340 63349 5341 61527 5342 160949 5343 61542 5344 315653 5345 -34719 5346 435281 5347 -249017 5348 440348 5349 -522777 5350 325822 5351 -770178 5352 132939 5353 -944347 5354 -107721 5355 -1028656 5356 -369869 5357 -997820 5358 -596362 5359 -837152 5360 -722378 5361 -587244 5362 -739700 5363 -325416 5364 -691740 5365 -94324 5366 -611832 5367 115767 5368 -496036 5369 315007 5370 -340914 5371 487446 5372 -164422 5373 620603 5374 27086 5375 721112 5376 251448 5377 776638 5378 500551 5379 738027 5380 709038 5381 575123 5382 804633 5383 325854 5384 769054 5385 62493 5386 625366 5387 -167659 5388 391136 5389 -339659 5390 87892 5391 -412165 5392 -219202 5393 -347892 5394 -438266 5395 -171339 5396 -529360 5397 37065 5398 -524066 5399 210626 5400 -466632 5401 334734 5402 -373739 5403 411852 5404 -259506 5405 434651 5406 -153742 5407 412257 5408 -66007 5409 386437 5410 42003 5411 376885 5412 207078 5413 349447 5414 409316 5415 249217 5416 593709 5417 64681 5418 723349 5419 -183337 5420 778748 5421 -480446 5422 721220 5423 -807527 5424 513148 5425 -1096902 5426 180030 5427 -1252654 5428 -188772 5429 -1228061 5430 -506372 5431 -1051140 5432 -736737 5433 -772634 5434 -860738 5435 -423830 5436 -854367 5437 -46538 5438 -721226 5439 286959 5440 -516137 5441 520973 5442 -305382 5443 659113 5444 -109733 5445 734308 5446 74382 5447 754226 5448 230299 5449 711487 5450 328483 5451 626419 5452 375058 5453 536406 5454 399102 5455 447256 5456 403387 5457 335592 5458 359479 5459 206183 5460 265130 5461 100753 5462 160994 5463 42810 5464 79623 5465 8684 5466 10329 5467 -28435 5468 -62055 5469 -57039 5470 -120291 5471 -63099 5472 -144012 5473 -66643 5474 -150347 5475 -92133 5476 -170390 5477 -123000 5478 -193258 5479 -125050 5480 -184776 5481 -101338 5482 -137253 5483 -86479 5484 -76697 5485 -92619 5486 -11220 5487 -104041 5488 70528 5489 -122970 5490 156793 5491 -176006 5492 202656 5493 -264410 5494 185532 5495 -341242 5496 135705 5497 -366471 5498 90144 5499 -348915 5500 51314 5501 -311001 5502 11991 5503 -248757 5504 -7827 5505 -153047 5506 15509 5507 -53566 5508 62516 5509 7489 5510 90645 5511 27745 5512 91127 5513 40056 5514 85200 5515 55612 5516 74938 5517 55736 5518 34790 5519 37157 5520 -42450 5521 28446 5522 -127293 5523 43189 5524 -204348 5525 63222 5526 -292742 5527 81219 5528 -403221 5529 129656 5530 -495461 5531 235451 5532 -520801 5533 375974 5534 -474911 5535 503549 5536 -380037 5537 599327 5538 -239059 5539 660230 5540 -50836 5541 662997 5542 147279 5543 576660 5544 293199 5545 417980 5546 363975 5547 249478 5548 394291 5549 112995 5550 420469 5551 3870 5552 449624 5553 -90698 5554 488200 5555 -168832 5556 556873 5557 -248860 5558 645449 5559 -379450 5560 689254 5561 -586375 5562 621639 5563 -826479 5564 434362 5565 -1022949 5566 165790 5567 -1126602 5568 -147925 5569 -1118116 5570 -469987 5571 -974161 5572 -728345 5573 -688507 5574 -846392 5575 -317873 5576 -810504 5577 35984 5578 -679380 5579 302447 5580 -518840 5581 476867 5582 -358737 5583 577756 5584 -219268 5585 613692 5586 -130240 5587 606037 5588 -91837 5589 603814 5590 -54603 5591 633344 5592 30108 5593 662201 5594 153373 5595 637065 5596 266462 5597 541655 5598 338537 5599 396952 5600 359879 5601 216125 5602 309622 5603 17383 5604 172356 5605 -145588 5606 -12658 5607 -206060 5608 -161160 5609 -155131 5610 -217329 5611 -52923 5612 -191405 5613 39576 5614 -113034 5615 102506 5616 2337 5617 126010 5618 132966 5619 91696 5620 230788 5621 2986 5622 266554 5623 -87201 5624 272450 5625 -125800 5626 307094 5627 -121506 5628 390302 5629 -127484 5630 494915 5631 -181550 5632 589926 5633 -291852 5634 644467 5635 -466622 5636 601592 5637 -700486 5638 403900 5639 -932529 5640 59427 5641 -1056296 5642 -342449 5643 -1001373 5644 -699490 5645 -776977 5646 -950819 5647 -432382 5648 -1061161 5649 -19451 5650 -1003519 5651 392263 5652 -795166 5653 706983 5654 -524008 5655 858389 5656 -293735 5657 867711 5658 -145839 5659 813102 5660 -59315 5661 753267 5662 -3794 5663 708180 5664 45162 5665 688375 5666 127042 5667 693784 5668 281197 5669 678185 5670 487870 5671 566841 5672 665175 5673 331774 5674 738256 5675 19532 5676 689068 5677 -297161 5678 533528 5679 -568649 5680 290670 5681 -755314 5682 5137 5683 -807676 5684 -236192 5685 -711682 5686 -359564 5687 -526183 5688 -362292 5689 -343293 5690 -300630 5691 -210156 5692 -217393 5693 -121380 5694 -127773 5695 -67046 5696 -52128 5697 -43751 5698 -11935 5699 -26802 5700 10655 5701 24344 5702 69369 5703 110169 5704 187200 5705 174059 5706 325512 5707 164526 5708 431123 5709 82260 5710 479417 5711 -45766 5712 457742 5713 -202130 5714 339182 5715 -357941 5716 120962 5717 -448953 5718 -135885 5719 -419690 5720 -340705 5721 -283050 5722 -452618 5723 -106691 5724 -488593 5725 54334 5726 -474788 5727 183583 5728 -425549 5729 267297 5730 -372329 5731 291287 5732 -361638 5733 277712 5734 -398838 5735 288517 5736 -427960 5737 361938 5738 -388436 5739 473444 5740 -268538 5741 571410 5742 -85507 5743 623871 5744 146978 5745 606569 5746 398197 5747 480143 5748 593390 5749 230707 5750 657235 5751 -83490 5752 581355 5753 -365056 5754 421079 5755 -553336 5756 229390 5757 -644557 5758 35467 5759 -643316 5760 -125609 5761 -549693 5762 -205767 5763 -392787 5764 -195630 5765 -238287 5766 -141823 5767 -131146 5768 -93811 5769 -59207 5770 -54303 5771 7477 5772 -8439 5773 71771 5774 40799 5775 125251 5776 86689 5777 177225 5778 151785 5779 234793 5780 259085 5781 264289 5782 382068 5783 218244 5784 460106 5785 96692 5786 463045 5787 -58256 5788 404603 5789 -214869 5790 292520 5791 -369901 5792 112412 5793 -502926 5794 -128521 5795 -566522 5796 -377245 5797 -537228 5798 -586810 5799 -442746 5800 -754890 5801 -316775 5802 -892721 5803 -155515 5804 -980488 5805 54899 5806 -985814 5807 293489 5808 -907985 5809 519964 5810 -764750 5811 718715 5812 -554565 5813 889113 5814 -266438 5815 998750 5816 68753 5817 998646 5818 384799 5819 880005 5820 634653 5821 684305 5822 814001 5823 449086 5824 919114 5825 184456 5826 928576 5827 -88236 5828 842825 5829 -314881 5830 711859 5831 -455545 5832 587842 5833 -526256 5834 476779 5835 -565538 5836 362145 5837 -580331 5838 252918 5839 -561063 5840 169605 5841 -522644 5842 103667 5843 -495413 5844 22835 5845 -476444 5846 -75688 5847 -436408 5848 -163447 5849 -369801 5850 -230924 5851 -304195 5852 -301649 5853 -249557 5854 -383665 5855 -181760 5856 -449991 5857 -87670 5858 -480089 5859 7066 5860 -494530 5861 78965 5862 -514477 5863 144389 5864 -525684 5865 225019 5866 -502922 5867 305034 5868 -457765 5869 355621 5870 -421629 5871 385053 5872 -391005 5873 427675 5874 -336670 5875 489237 5876 -247494 5877 543534 5878 -137731 5879 579905 5880 -6513 5881 608964 5882 170510 5883 620541 5884 386866 5885 569790 5886 590413 5887 431653 5888 731698 5889 233149 5890 804682 5891 15725 5892 815470 5893 -207896 5894 749293 5895 -423925 5896 598881 5897 -587774 5898 408275 5899 -655746 5900 241130 5901 -637180 5902 118432 5903 -579047 5904 21406 5905 -510907 5906 -58376 5907 -428431 5908 -107993 5909 -339250 5910 -136195 5911 -267515 5912 -176872 5913 -213070 5914 -239663 5915 -142582 5916 -289389 5917 -38455 5918 -295624 5919 72864 5920 -268986 5921 161198 5922 -229165 5923 227358 5924 -172839 5925 276437 5926 -93294 5927 286173 5928 -24550 5929 235459 5930 -8552 5931 151075 5932 -40910 5933 83334 5934 -80007 5935 46252 5936 -109555 5937 17194 5938 -143851 5939 -11473 5940 -187032 5941 -19055 5942 -216138 5943 -2606 5944 -223331 5945 12836 5946 -233262 5947 17460 5948 -258276 5949 42313 5950 -267384 5951 114672 5952 -223507 5953 214514 5954 -127041 5955 305711 5956 4354 5957 372567 5958 172858 5959 408999 5960 377381 5961 383157 5962 572400 5963 264791 5964 692431 5965 75672 5966 714652 5967 -122563 5968 668427 5969 -290907 5970 577573 5971 -427488 5972 441764 5973 -525848 5974 277802 5975 -561602 5976 128403 5977 -534221 5978 18560 5979 -484320 5980 -78586 5981 -445696 5982 -198226 5983 -402411 5984 -331359 5985 -320773 5986 -446894 5987 -199456 5988 -532283 5989 -51169 5990 -582201 5991 127646 5992 -566352 5993 338839 5994 -449272 5995 539147 5996 -242743 5997 657550 5998 -8175 5999 661911 6000 203944 6001 569610 6002 372895 6003 403997 6004 474989 6005 172991 6006 473088 6007 -92642 6008 361219 6009 -324191 6010 188537 6011 -469346 6012 12243 6013 -535835 6014 -154464 6015 -551712 6016 -314886 6017 -518587 6018 -450249 6019 -426444 6020 -533531 6021 -293243 6022 -568953 6023 -151495 6024 -580046 6025 -4122 6026 -559265 6027 168695 6028 -471643 6029 356881 6030 -311783 6031 513520 6032 -114174 6033 608871 6034 91654 6035 649392 6036 303487 6037 638928 6038 509477 6039 558521 6040 665344 6041 406108 6042 738093 6043 226256 6044 747064 6045 65847 6046 726803 6047 -74158 6048 681057 6049 -214379 6050 593780 6051 -349454 6052 473365 6053 -455128 6054 343093 6055 -534276 6056 198508 6057 -605761 6058 13936 6059 -658397 6060 -204742 6061 -650078 6062 -409772 6063 -563745 6064 -562358 6065 -426002 6066 -659677 6067 -266434 6068 -701722 6069 -90209 6070 -667854 6071 88163 6072 -560359 6073 219727 6074 -427609 6075 266818 6076 -327528 6077 247723 6078 -269696 6079 211381 6080 -235144 6081 179755 6082 -218328 6083 152545 6084 -228098 6085 146103 6086 -241560 6087 186550 6088 -213074 6089 264093 6090 -130952 6091 331349 6092 -27432 6093 359052 6094 70554 6095 360475 6096 167649 6097 347431 6098 263431 6099 310842 6100 330698 6101 248920 6102 356570 6103 191602 6104 370519 6105 163402 6106 407366 6107 144083 6108 457702 6109 99253 6110 488235 6111 29133 6112 493113 6113 -43915 6114 489657 6115 -121429 6116 469554 6117 -222977 6118 401533 6119 -337439 6120 283129 6121 -422394 6122 150761 6123 -460103 6124 30533 6125 -473002 6126 -88902 6127 -478554 6128 -218940 6129 -462752 6130 -340962 6131 -412060 6132 -437648 6133 -342459 6134 -522384 6135 -270072 6136 -607726 6137 -177027 6138 -668338 6139 -39921 6140 -665985 6141 121173 6142 -600629 6143 262698 6144 -503014 6145 368270 6146 -382507 6147 448206 6148 -231189 6149 493713 6150 -68894 6151 477997 6152 56233 6153 406163 6154 122049 6155 324474 6156 157670 6157 269095 6158 195177 6159 231726 6160 231873 6161 195284 6162 259279 6163 166974 6164 293662 6165 152197 6166 350277 6167 124289 6168 401845 6169 55501 6170 408356 6171 -36571 6172 367541 6173 -110228 6174 309036 6175 -152154 6176 246081 6177 -173362 6178 173918 6179 -171092 6180 109258 6181 -128921 6182 89267 6183 -62945 6184 121112 6185 -26287 6186 162400 6187 -48129 6188 171674 6189 -106199 6190 145899 6191 -168824 6192 94031 6193 -230945 6194 5590 6195 -291507 6196 -122273 6197 -318568 6198 -252005 6199 -280846 6200 -336956 6201 -195029 6202 -371613 6203 -105115 6204 -383187 6205 -28905 6206 -379528 6207 45280 6208 -348475 6209 113957 6210 -296866 6211 156633 6212 -253847 6213 177508 6214 -222067 6215 210702 6216 -166129 6217 266985 6218 -64524 6219 310688 6220 58409 6221 306642 6222 167927 6223 259327 6224 258543 6225 188650 6226 331511 6227 90198 6228 359740 6229 -37223 6230 317996 6231 -158780 6232 226624 6233 -225786 6234 135416 6235 -233166 6236 67420 6237 -210983 6238 12937 6239 -176786 6240 -28703 6241 -125025 6242 -41902 6243 -64886 6244 -34970 6245 -26278 6246 -44627 6247 -11408 6248 -84609 6249 20010 6250 -117735 6251 96291 6252 -102017 6253 196203 6254 -35991 6255 277761 6256 61045 6257 326821 6258 186736 6259 337993 6260 334106 6261 282878 6262 455188 6263 136722 6264 489374 6265 -71745 6266 420907 6267 -274723 6268 283466 6269 -423852 6270 110243 6271 -509009 6272 -79708 6273 -525806 6274 -252539 6275 -463083 6276 -358892 6277 -341984 6278 -384688 6279 -220225 6280 -370805 6281 -138972 6282 -361155 6283 -85992 6284 -356579 6285 -30433 6286 -340072 6287 29146 6288 -316928 6289 85055 6290 -295379 6291 151296 6292 -248620 6293 241780 6294 -141830 6295 328212 6296 13228 6297 357263 6298 160960 6299 309810 6300 260573 6301 212701 6302 308230 6303 94272 6304 303696 6305 -32590 6306 234843 6307 -142167 6308 115591 6309 -188559 6310 1112 6311 -155516 6312 -63696 6313 -80926 6314 -84006 6315 -10476 6316 -85947 6317 47537 6318 -72393 6319 104257 6320 -36538 6321 148127 6322 2714 6323 164301 6324 21670 6325 170048 6326 37908 6327 198389 6328 94443 6329 240950 6330 202440 6331 251312 6332 325313 6333 195402 6334 425299 6335 81752 6336 488781 6337 -76235 6338 495788 6339 -276424 6340 409786 6341 -494901 6342 222270 6343 -666415 6344 -17987 6345 -736994 6346 -245388 6347 -707845 6348 -432293 6349 -612387 6350 -577198 6351 -468755 6352 -664902 6353 -287920 6354 -677401 6355 -105145 6356 -636843 6357 39224 6358 -591091 6359 147625 6360 -555052 6361 259377 6362 -498564 6363 392233 6364 -396180 6365 522139 6366 -254319 6367 623321 6368 -83992 6369 694084 6370 120571 6371 721926 6372 345454 6373 669922 6374 536868 6375 521097 6376 641460 6377 313994 6378 656348 6379 107864 6380 609131 6381 -71655 6382 511393 6383 -222529 6384 368310 6385 -324467 6386 214254 6387 -353327 6388 97732 6389 -324320 6390 28123 6391 -286362 6392 -27114 6393 -264031 6394 -89754 6395 -238217 6396 -143402 6397 -192223 6398 -172447 6399 -140388 6400 -188696 6401 -95719 6402 -201572 6403 -44543 6404 -189662 6405 19528 6406 -137081 6407 68948 6408 -68350 6409 71077 6410 -21797 6411 35265 6412 -4102 6413 -6353 6414 1725 6415 -45869 6416 -10545 6417 -93025 6418 -58786 6419 -131978 6420 -129560 6421 -129398 6422 -179712 6423 -82288 6424 -190580 6425 -28001 6426 -188859 6427 10447 6428 -194641 6429 49694 6430 -193466 6431 106068 6432 -167741 6433 163448 6434 -129119 6435 203348 6436 -94183 6437 239198 6438 -47407 6439 286221 6440 32526 6441 326171 6442 131092 6443 324310 6444 213782 6445 281700 6446 271299 6447 222698 6448 318371 6449 154722 6450 348814 6451 63961 6452 335059 6453 -40444 6454 277555 6455 -120147 6456 211368 6457 -160679 6458 158908 6459 -187576 6460 100975 6461 -219715 6462 21147 6463 -237025 6464 -60552 6465 -214159 6466 -115456 6467 -163128 6468 -147060 6469 -109607 6470 -168991 6471 -52899 6472 -168318 6473 15658 6474 -123881 6475 76895 6476 -51027 6477 96999 6478 6879 6479 73459 6480 33073 6481 37171 6482 42988 6483 4653 6484 43345 6485 -33144 6486 17785 6487 -69239 6488 -30715 6489 -74813 6490 -62013 6491 -40551 6492 -49843 6493 -2951 6494 -18522 6495 503 6496 -8570 6497 -20795 6498 -26047 6499 -37962 6500 -54373 6501 -42727 6502 -91868 6503 -37742 6504 -141638 6505 -5996 6506 -176666 6507 74477 6508 -153413 6509 184396 6510 -65781 6511 268125 6512 49956 6513 293936 6514 161903 6515 268166 6516 260167 6517 199153 6518 324523 6519 84498 6520 318278 6521 -54849 6522 235798 6523 -159003 6524 129354 6525 -187927 6526 57384 6527 -161516 6528 28475 6529 -128853 6530 17949 6531 -110648 6532 13808 6533 -102950 6534 16238 6535 -111269 6536 1669 6537 -142936 6538 -59688 6539 -171199 6540 -155350 6541 -147758 6542 -230619 6543 -57810 6544 -241899 6545 67668 6546 -188100 6547 187614 6548 -78724 6549 280246 6550 77926 6551 315709 6552 247642 6553 254837 6554 361055 6555 98489 6556 366465 6557 -88709 6558 281954 6559 -230598 6560 161497 6561 -303791 6562 40942 6563 -324391 6564 -68304 6565 -302741 6566 -144696 6567 -241960 6568 -167772 6569 -174421 6570 -158779 6571 -145336 6572 -174599 6573 -158815 6574 -244086 6575 -166471 6576 -342569 6577 -121299 6578 -427139 6579 -13808 6580 -467658 6581 145543 6582 -433121 6583 343601 6584 -288012 6585 537092 6586 -39122 6587 646684 6588 241881 6589 613080 6590 462963 6591 452645 6592 581243 6593 228786 6594 601102 6595 -3606 6596 529671 6597 -211492 6598 381413 6599 -353788 6600 208146 6601 -395767 6602 80870 6603 -354793 6604 28870 6605 -300019 6606 14428 6607 -283912 6608 -13929 6609 -304376 6610 -77179 6611 -332086 6612 -178087 6613 -343251 6614 -316649 6615 -309207 6616 -461753 6617 -190429 6618 -542326 6619 20193 6620 -497318 6621 261812 6622 -333750 6623 446095 6624 -110181 6625 526871 6626 117578 6627 502871 6628 311719 6629 380743 6630 422935 6631 176240 6632 407790 6633 -53130 6634 281527 6635 -220019 6636 119717 6637 -278176 6638 -5006 6639 -253634 6640 -73289 6641 -200001 6642 -99117 6643 -149950 6644 -96838 6645 -121862 6646 -90719 6647 -133329 6648 -125056 6649 -176060 6650 -221762 6651 -195664 6652 -343505 6653 -133683 6654 -420491 6655 11049 6656 -416282 6657 191425 6658 -330924 6659 363044 6660 -167146 6661 495841 6662 64101 6663 547802 6664 308066 6665 474280 6666 474046 6667 286481 6668 510267 6669 62758 6670 442619 6671 -116511 6672 331100 6673 -222227 6674 214674 6675 -262727 6676 115570 6677 -249978 6678 61000 6679 -205502 6680 58683 6681 -178179 6682 67394 6683 -206125 6684 30482 6685 -271431 6686 -67553 6687 -321689 6688 -201611 6689 -321767 6690 -343986 6691 -264885 6692 -472847 6693 -141157 6694 -544189 6695 54506 6696 -504308 6697 278615 6698 -350558 6699 447370 6700 -148145 6701 504421 6702 28348 6703 465602 6704 153010 6705 379038 6706 229232 6707 270409 6708 254332 6709 154519 6710 231654 6711 59722 6712 196762 6713 10736 6714 190634 6715 -10994 6716 211403 6717 -49193 6718 220860 6719 -120709 6720 194741 6721 -206629 6722 132864 6723 -288497 6724 31894 6725 -354175 6726 -115261 6727 -372106 6728 -277071 6729 -298754 6730 -382769 6731 -133875 6732 -384676 6733 61713 6734 -298890 6735 221065 6736 -170520 6737 323385 6738 -21785 6739 372129 6740 134585 6741 356751 6742 262114 6743 270425 6744 321466 6745 146049 6746 315333 6747 36201 6748 280450 6749 -39638 6750 239050 6751 -98764 6752 186306 6753 -151185 6754 121634 6755 -185710 6756 59673 6757 -204209 6758 -4481 6759 -224503 6760 -97262 6761 -241231 6762 -219614 6763 -214743 6764 -326483 6765 -121501 6766 -372764 6767 10280 6768 -359573 6769 136385 6770 -308763 6771 245117 6772 -220664 6773 340058 6774 -87256 6775 398819 6776 66170 6777 388175 6778 191799 6779 311071 6780 268987 6781 206785 6782 313248 6783 100597 6784 332445 6785 -9632 6786 314534 6787 -120267 6788 260957 6789 -208929 6790 195384 6791 -266460 6792 129133 6793 -309348 6794 43265 6795 -343050 6796 -68287 6797 -336078 6798 -170228 6799 -266181 6800 -222823 6801 -159455 6802 -228069 6803 -58177 6804 -213516 6805 30559 6806 -180280 6807 120788 6808 -108455 6809 202850 6810 -6392 6811 242711 6812 87352 6813 230499 6814 150792 6815 191502 6816 197028 6817 144952 6818 232745 6819 82721 6820 241860 6821 990 6822 212682 6823 -79683 6824 158147 6825 -143559 6826 88383 6827 -198095 6828 -10814 6829 -243353 6830 -142340 6831 -244206 6832 -265905 6833 -172404 6834 -330763 6835 -49909 6836 -330804 6837 72077 6838 -291646 6839 169557 6840 -223745 6841 250121 6842 -117079 6843 306120 6844 14088 6845 304984 6846 122975 6847 242656 6848 181617 6849 156102 6850 207613 6851 82497 6852 226878 6853 22581 6854 240778 6855 -36428 6856 243298 6857 -93017 6858 245542 6859 -146664 6860 248940 6861 -215312 6862 222122 6863 -307121 6864 133438 6865 -388230 6866 2115 6867 -411270 6868 -123297 6869 -368942 6870 -216986 6871 -287810 6872 -282608 6873 -181266 6874 -311470 6875 -46403 6876 -276653 6877 95729 6878 -182126 6879 191870 6880 -78714 6881 213944 6882 -13719 6883 189531 6884 10262 6885 161894 6886 14708 6887 146570 6888 10008 6889 141233 6890 4971 6891 155198 6892 25632 6893 185571 6894 88983 6895 196844 6896 165897 6897 147928 6898 204458 6899 44673 6900 184844 6901 -69724 6902 123345 6903 -165124 6904 29369 6905 -235391 6906 -99470 6907 -262874 6908 -235288 6909 -216174 6910 -316375 6911 -97890 6912 -303853 6913 35958 6914 -222327 6915 125092 6916 -124142 6917 157184 6918 -36346 6919 148648 6920 33346 6921 109232 6922 69260 6923 52091 6924 66085 6925 10682 6926 54114 6927 14845 6928 77421 6929 46807 6930 141608 6931 60117 6932 213396 6933 31717 6934 267731 6935 -27115 6936 300768 6937 -110649 6938 293069 6939 -223588 6940 210943 6941 -340672 6942 52692 6943 -399983 6944 -122034 6945 -358684 6946 -246386 6947 -240314 6948 -299623 6949 -100010 6950 -298022 6951 28991 6952 -254660 6953 134041 6954 -181258 6955 195577 6956 -113183 6957 199617 6958 -87897 6959 171077 6960 -102795 6961 157033 6962 -119363 6963 176128 6964 -113349 6965 209757 6966 -85265 6967 241315 6968 -32885 6969 268310 6970 55463 6971 269839 6972 161133 6973 205957 6974 222605 6975 70461 6976 195111 6977 -81033 6978 98908 6979 -181118 6980 -12322 6981 -210697 6982 -106168 6983 -186471 6984 -172342 6985 -120771 6986 -188438 6987 -21481 6988 -133349 6989 75562 6990 -27331 6991 120670 6992 77029 6993 100102 6994 143948 6995 42820 6996 173349 6997 -21038 6998 170830 6999 -80119 7000 134679 7001 -119268 7002 83822 7003 -113341 7004 63934 7005 -67525 7006 93634 7007 -30388 7008 136937 7009 -42316 7010 144500 7011 -89152 7012 108212 7013 -130311 7014 49942 7015 -151588 7016 -23362 7017 -157734 7018 -113214 7019 -134564 7020 -195817 7021 -59660 7022 -228071 7023 53121 7024 -196837 7025 152577 7026 -131871 7027 200417 7028 -66705 7029 200003 7030 -15391 7031 164491 7032 7548 7033 99342 7034 -22382 7035 26104 7036 -101390 7037 -8679 7038 -177517 7039 21535 7040 -201554 7041 89401 7042 -174476 7043 147745 7044 -125203 7045 181778 7046 -62719 7047 200618 7048 18600 7049 196216 7050 99899 7051 150483 7052 143175 7053 75116 7054 141809 7055 12695 7056 129839 7057 -13465 7058 135219 7059 -19712 7060 155126 7061 -26404 7062 179775 7063 -33194 7064 215010 7065 -45986 7066 253097 7067 -86982 7068 260634 7069 -158589 7070 214897 7071 -222774 7072 140367 7073 -240255 7074 77905 7075 -218024 7076 34710 7077 -187409 7078 -6186 7079 -154563 7080 -38827 7081 -106090 7082 -41191 7083 -52852 7084 -20355 7085 -30443 7086 -16628 7087 -50003 7088 -56133 7089 -78940 7090 -122741 7091 -82854 7092 -191343 7093 -57993 7094 -254363 7095 -11216 7096 -303317 7097 62266 7098 -311815 7099 156698 7100 -266444 7101 237379 7102 -194717 7103 274882 7104 -130971 7105 278564 7106 -74418 7107 274191 7108 -6612 7109 257721 7110 63030 7111 210302 7112 104714 7113 142499 7114 118972 7115 89780 7116 140004 7117 58560 7118 182152 7119 15869 7120 217576 7121 -59196 7122 214876 7123 -145737 7124 178550 7125 -212917 7126 125412 7127 -254516 7128 57286 7129 -272778 7130 -23268 7131 -251016 7132 -87012 7133 -178705 7134 -104235 7135 -79115 7136 -79506 7137 12337 7138 -33257 7139 87920 7140 33392 7141 154199 7142 131174 7143 193474 7144 238740 7145 174320 7146 309643 7147 99121 7148 325969 7149 10497 7150 312580 7151 -63723 7152 289724 7153 -138949 7154 240554 7155 -230199 7156 143734 7157 -317295 7158 10014 7159 -370604 7160 -135358 7161 -386533 7162 -287436 7163 -372114 7164 -446813 7165 -312387 7166 -586838 7167 -189020 7168 -668713 7169 -17828 7170 -681253 7171 165195 7172 -635105 7173 339656 7174 -526462 7175 501698 7176 -342936 7177 625528 7178 -106389 7179 663955 7180 121872 7181 602866 7182 297216 7183 477870 7184 423248 7185 327796 7186 513057 7187 157780 7188 551896 7189 -34166 7190 520408 7191 -219049 7192 433018 7193 -360614 7194 320939 7195 -452240 7196 195058 7197 -505269 7198 52022 7199 -514608 7200 -92086 7201 -460153 7202 -203748 7203 -349942 7204 -270866 7205 -212530 7206 -301165 7207 -61090 7208 -285949 7209 109846 7210 -198050 7211 277240 7212 -41986 7213 387672 7214 131483 7215 405136 7216 271827 7217 349747 7218 371387 7219 256330 7220 436379 7221 131592 7222 448776 7223 -27781 7224 384884 7225 -195223 7226 256196 7227 -325278 7228 102283 7229 -400763 7230 -56373 7231 -434260 7232 -220339 7233 -431995 7234 -379355 7235 -383541 7236 -507622 7237 -294876 7238 -598411 7239 -186925 7240 -664696 7241 -63710 7242 -700167 7243 91676 7244 -669320 7245 272625 7246 -555151 7247 432805 7248 -389770 7249 532355 7250 -213953 7251 576692 7252 -33840 7253 585887 7254 158324 7255 550737 7256 339113 7257 449654 7258 463841 7259 299481 7260 520382 7261 146558 7262 535058 7263 18561 7264 527982 7265 -92010 7266 497763 7267 -190153 7268 446836 7269 -265744 7270 390570 7271 -317011 7272 329368 7273 -361638 7274 242124 7275 -401848 7276 124848 7277 -409504 7278 10067 7279 -367881 7280 -74537 7281 -298399 7282 -137920 7283 -228029 7284 -198624 7285 -150940 7286 -240934 7287 -51625 7288 -236314 7289 49786 7290 -194424 7291 111175 7292 -158819 7293 125953 7294 -152482 7295 125117 7296 -156284 7297 133698 7298 -151345 7299 143594 7300 -142414 7301 147260 7302 -131084 7303 150897 7304 -103785 7305 153489 7306 -56959 7307 131015 7308 -18840 7309 72178 7310 -14171 7311 843 7312 -33723 7313 -55662 7314 -59980 7315 -99355 7316 -101672 7317 -139617 7318 -171821 7319 -152404 7320 -244880 7321 -104523 7322 -270231 7323 -4495 7324 -233783 7325 99903 7326 -162053 7327 177940 7328 -80341 7329 238252 7330 18436 7331 288508 7332 138459 7333 312572 7334 258903 7335 297853 7336 360972 7337 257437 7338 448638 7339 201840 7340 525687 7341 119621 7342 569574 7343 1940 7344 557255 7345 -128693 7346 497819 7347 -241575 7348 411201 7349 -336283 7350 290689 7351 -422394 7352 119650 7353 -477601 7354 -78880 7355 -459594 7356 -247581 7357 -364097 7358 -353195 7359 -235078 7360 -409028 7361 -110820 7362 -434597 7363 6424 7364 -422141 7365 119947 7366 -365755 7367 209246 7368 -285730 7369 252450 7370 -209225 7371 256850 7372 -138509 7373 239450 7374 -68716 7375 197857 7376 -15373 7377 127569 7378 3262 7379 48824 7380 -2063 7381 -12147 7382 -7432 7383 -59629 7384 -18799 7385 -112853 7386 -60193 7387 -159565 7388 -127264 7389 -158394 7390 -173793 7391 -98188 7392 -170840 7393 -16062 7394 -133918 7395 52429 7396 -87071 7397 110841 7398 -25175 7399 174075 7400 65765 7401 226265 7402 171570 7403 241572 7404 264643 7405 220829 7406 336543 7407 182459 7408 392293 7409 129101 7410 420867 7411 55017 7412 405781 7413 -26278 7414 357554 7415 -87453 7416 301553 7417 -127474 7418 238346 7419 -165422 7420 146778 7421 -195865 7422 31546 7423 -187317 7424 -60902 7425 -129285 7426 -98102 7427 -60459 7428 -100672 7429 -20979 7430 -104180 7431 -10014 7432 -111868 7433 -6023 7434 -109493 7435 -11792 7436 -105061 7437 -41347 7438 -122142 7439 -85688 7440 -160270 7441 -116167 7442 -196064 7443 -125108 7444 -219466 7445 -127629 7446 -238996 7447 -128177 7448 -252615 7449 -116471 7450 -247501 7451 -99963 7452 -231719 7453 -100303 7454 -239638 7455 -114680 7456 -280838 7457 -100575 7458 -317084 7459 -29211 7460 -307200 7461 77168 7462 -252725 7463 178044 7464 -176830 7465 263652 7466 -80067 7467 342751 7468 49670 7469 401724 7470 193207 7471 411797 7472 309478 7473 372883 7474 381946 7475 317183 7476 428184 7477 268326 7478 465455 7479 223155 7480 492268 7481 177730 7482 516199 7483 136493 7484 553321 7485 83215 7486 594586 7487 -18075 7488 590832 7489 -176603 7490 503771 7491 -347815 7492 347889 7493 -479281 7494 162881 7495 -556711 7496 -33684 7497 -588666 7498 -237454 7499 -567593 7500 -419588 7501 -478620 7502 -535870 7503 -343542 7504 -579040 7505 -214560 7506 -585847 7507 -121193 7508 -588437 7509 -49143 7510 -588239 7511 23430 7512 -576763 7513 102264 7514 -551223 7515 193162 7516 -494341 7517 306902 7518 -371654 7519 426584 7520 -175205 7521 497659 7522 47009 7523 475505 7524 233042 7525 370376 7526 355091 7527 222659 7528 412000 7529 57598 7530 392426 7531 -108204 7532 288061 7533 -229350 7534 137077 7535 -251166 7536 15725 7537 -167499 7538 -25626 7539 -34791 7540 3783 7541 84411 7542 71677 7543 164848 7544 153469 7545 200430 7546 224674 7547 189149 7548 255131 7549 146527 7550 238075 7551 114561 7552 212051 7553 121264 7554 218457 7555 146521 7556 258376 7557 148979 7558 308818 7559 111913 7560 356457 7561 35802 7562 390276 7563 -91980 7564 368384 7565 -279277 7566 239627 7567 -481671 7568 7706 7569 -615815 7570 -257689 7571 -628179 7572 -480434 7573 -532228 7574 -625290 7575 -373776 7576 -685584 7577 -187870 7578 -658728 7579 -8935 7580 -559686 7581 118173 7582 -438535 7583 170610 7584 -344057 7585 174293 7586 -281963 7587 176197 7588 -229516 7589 196538 7590 -171390 7591 229136 7592 -99565 7593 273267 7594 8262 7595 324718 7596 168649 7597 345491 7598 345651 7599 282857 7600 463573 7601 135770 7602 474895 7603 -34336 7604 397827 7605 -159803 7606 277772 7607 -215603 7608 146149 7609 -201859 7610 32261 7611 -117797 7612 -19317 7613 18127 7614 17257 7615 149825 7616 113438 7617 216681 7618 207023 7619 201798 7620 256273 7621 130815 7622 250472 7623 35300 7624 184011 7625 -57413 7626 65874 7627 -106494 7628 -57905 7629 -77924 7630 -121396 7631 6860 7632 -100224 7633 79805 7634 -35920 7635 88370 7636 18880 7637 35599 7638 43204 7639 -51133 7640 30914 7641 -156878 7642 -34400 7643 -263332 7644 -152777 7645 -325283 7646 -279426 7647 -303957 7648 -353385 7649 -212859 7650 -349602 7651 -104271 7652 -287088 7653 -20719 7654 -190963 7655 22030 7656 -83244 7657 13750 7658 -3087 7659 -47227 7660 10071 7661 -126402 7662 -39137 7663 -164231 7664 -95808 7665 -132217 7666 -114884 7667 -57775 7668 -97323 7669 21213 7670 -59624 7671 94152 7672 -1681 7673 156307 7674 74851 7675 185075 7676 134345 7677 162245 7678 136294 7679 119361 7680 85014 7681 108687 7682 27404 7683 151684 7684 -2285 7685 227484 7686 5566 7687 310867 7688 53895 7689 386127 7690 146314 7691 424264 7692 257149 7693 394824 7694 334557 7695 297311 7696 349843 7697 176150 7698 323395 7699 69108 7700 284571 7701 -21571 7702 236629 7703 -106350 7704 176660 7705 -173090 7706 128142 7707 -213778 7708 111320 7709 -257044 7710 104909 7711 -339436 7712 59559 7713 -455136 7714 -43125 7715 -556191 7716 -179132 7717 -606186 7718 -322145 7719 -602306 7720 -460467 7721 -544692 7722 -573198 7723 -424612 7724 -624868 7725 -255557 7726 -601176 7727 -82224 7728 -528319 7729 60612 7730 -436418 7731 176023 7732 -329251 7733 274292 7734 -205196 7735 344315 7736 -86794 7737 374563 7738 2433 7739 386294 7740 76457 7741 406771 7742 163575 7743 428962 7744 261191 7745 418796 7746 333968 7747 370627 7748 366314 7749 312298 7750 376525 7751 263729 7752 378583 7753 214449 7754 361551 7755 158407 7756 320734 7757 113624 7758 278654 7759 90274 7760 253767 7761 69686 7762 234391 7763 32414 7764 201786 7765 -11062 7766 165958 7767 -43773 7768 145703 7769 -75219 7770 133011 7771 -128069 7772 106259 7773 -194974 7774 68417 7775 -252062 7776 39542 7777 -302196 7778 12735 7779 -370760 7780 -45383 7781 -458532 7782 -149839 7783 -525189 7784 -273121 7785 -536925 7786 -385981 7787 -498176 7788 -482616 7789 -421886 7790 -558116 7791 -303802 7792 -585894 7793 -145662 7794 -544737 7795 19350 7796 -453847 7797 153435 7798 -349976 7799 251693 7800 -244400 7801 331974 7802 -129246 7803 395396 7804 -12382 7805 429731 7806 86133 7807 443448 7808 171121 7809 459572 7810 273170 7811 472819 7812 393165 7813 446970 7814 491041 7815 363188 7816 532993 7817 247638 7818 523244 7819 132910 7820 479481 7821 27621 7822 400815 7823 -66742 7824 289057 7825 -126263 7826 176801 7827 -135654 7828 101130 7829 -116020 7830 61359 7831 -110094 7832 27201 7833 -131014 7834 -18480 7835 -162274 7836 -70697 7837 -192435 7838 -135487 7839 -220709 7840 -222590 7841 -229358 7842 -311315 7843 -185410 7844 -348767 7845 -90467 7846 -305510 7847 7419 7848 -206565 7849 58956 7850 -95284 7851 55529 7852 7324 7853 8466 7854 86143 7855 -81111 7856 110002 7857 -200908 7858 56568 7859 -301369 7860 -43976 7861 -328337 7862 -130156 7863 -274151 7864 -165082 7865 -177620 7866 -151740 7867 -75204 7868 -100118 7869 14355 7870 -19455 7871 68873 7872 57852 7873 67828 7874 82968 7875 25857 7876 37117 7877 -359 7878 -40152 7879 33543 7880 -97830 7881 122004 7882 -114514 7883 236067 7884 -85021 7885 357065 7886 2107 7887 460875 7888 143770 7889 500595 7890 289283 7891 440152 7892 371557 7893 299046 7894 365611 7895 140761 7896 296747 7897 10515 7898 197650 7899 -81087 7900 85843 7901 -131052 7902 -12586 7903 -134160 7904 -64881 7905 -108779 7906 -67995 7907 -101991 7908 -63008 7909 -137959 7910 -90071 7911 -193468 7912 -146546 7913 -228327 7914 -207432 7915 -227969 7916 -258804 7917 -193912 7918 -286364 7919 -118597 7920 -256434 7921 -6971 7922 -140928 7923 93336 7924 32968 7925 117321 7926 196361 7927 46728 7928 298004 7929 -81914 7930 327514 7931 -224195 7932 285762 7933 -354367 7934 174011 7935 -441066 7936 22567 7937 -446518 7938 -107267 7939 -364374 7940 -171412 7941 -240865 7942 -181606 7943 -130220 7944 -176592 7945 -49843 7946 -177762 7947 9917 7948 -193010 7949 54454 7950 -236797 7951 93988 7952 -311748 7953 166564 7954 -376481 7955 306594 7956 -367726 7957 495666 7958 -260521 7959 666300 7960 -83156 7961 762843 7962 123166 7963 768726 7964 326951 7965 681886 7966 488201 7967 499256 7968 553403 7969 249224 7970 501119 7971 2535 7972 370846 7973 -174484 7974 225476 7975 -268867 7976 99974 7977 -303879 7978 6157 7979 -298579 7980 -41970 7981 -268656 7982 -38624 7983 -247149 7984 -14513 7985 -265682 7986 -15897 7987 -311720 7988 -50829 7989 -341252 7990 -87654 7991 -332523 7992 -102349 7993 -300297 7994 -100498 7995 -263292 7996 -85096 7997 -219484 7998 -42481 7999 -178689 8000 21722 8001 -173434 8002 61727 8003 -220667 8004 32881 8005 -286934 8006 -61359 8007 -319149 8008 -183689 8009 -293200 8010 -308417 8011 -212795 8012 -419932 8013 -77990 8014 -488413 8015 109445 8016 -482755 8017 315739 8018 -408462 8019 489364 8020 -303989 8021 609643 8022 -194304 8023 692829 8024 -72460 8025 751137 8026 64589 8027 771861 8028 199723 8029 747223 8030 323507 8031 692899 8032 455043 8033 614231 8034 601864 8035 480765 8036 724728 8037 265573 8038 766784 8039 -10894 8040 708926 8041 -294331 8042 568069 8043 -545026 8044 360020 8045 -742163 8046 98467 8047 -855425 8048 -174361 8049 -852405 8050 -394852 8051 -739876 8052 -525855 8053 -568905 8054 -575325 8055 -386360 8056 -560459 8057 -210740 8058 -485880 8059 -56502 8060 -367077 8061 49701 8062 -247475 8063 100484 8064 -157811 8065 125985 8066 -84774 8067 158715 8068 -548 8069 190955 8070 90693 8071 196924 8072 162818 8073 177495 8074 210507 8075 153107 8076 247826 8077 124814 8078 269376 8079 74802 8080 248911 8081 8193 8082 180007 8083 -39453 8084 91643 8085 -46607 8086 8779 8087 -25620 8088 -69781 8089 9314 8090 -144945 8091 66878 8092 -193471 8093 149719 8094 -197075 8095 231408 8096 -171570 8097 285237 8098 -140227 8099 318708 8100 -96582 8101 348660 8102 -21908 8103 360859 8104 71959 8105 325895 8106 151091 8107 243846 8108 200292 8109 144159 8110 233697 8111 41799 8112 252049 8113 -73415 8114 235234 8115 -198182 8116 176774 8117 -299858 8118 105641 8119 -355126 8120 49060 8121 -375529 8122 4288 8123 -381351 8124 -37462 8125 -368612 8126 -63209 8127 -331876 8128 -59890 8129 -292082 8130 -47833 8131 -271671 8132 -56471 8133 -258560 8134 -84745 8135 -222594 8136 -105332 8137 -161378 8138 -111232 8139 -97519 8140 -119048 8141 -34483 8142 -129288 8143 47275 8144 -115014 8145 149940 8146 -63269 8147 240500 8148 3123 8149 292532 8150 60964 8151 314005 8152 113697 8153 319723 8154 167417 8155 302219 8156 204115 8157 248174 8158 201157 8159 176059 8160 167139 8161 112147 8162 123899 8163 58170 8164 70741 8165 2570 8166 -3799 8167 -43959 8168 -86890 8169 -55900 8170 -143440 8171 -36074 8172 -164118 8173 -18840 8174 -174352 8175 -20532 8176 -188273 8177 -23894 8178 -190008 8179 -13644 8180 -167790 8181 -6787 8182 -142191 8183 -16667 8184 -131429 8185 -24968 8186 -119664 8187 -7421 8188 -76974 8189 27658 8190 -1883 8191 53411 8192 85493 8193 60488 8194 180413 8195 53975 8196 286897 8197 20769 8198 383530 8199 -60104 8200 430677 8201 -178081 8202 413187 8203 -293234 8204 351340 8205 -378443 8206 260439 8207 -436743 8208 134098 8209 -464848 8210 -18669 8211 -436585 8212 -155836 8213 -340120 8214 -239939 8215 -206909 8216 -277883 8217 -78915 8218 -295483 8219 35167 8220 -294770 8221 144324 8222 -262507 8223 237215 8224 -211399 8225 290708 8226 -170565 8227 307303 8228 -147705 8229 311801 8230 -125151 8231 312908 8232 -98127 8233 296890 8234 -83800 8235 262873 8236 -87525 8237 233852 8238 -85207 8239 220195 8240 -62760 8241 203435 8242 -37566 8243 168740 8244 -24585 8245 133358 8246 -6693 8247 114170 8248 36673 8249 95851 8250 93128 8251 54354 8252 133030 8253 -2886 8254 156751 8255 -49955 8256 186879 8257 -84416 8258 226531 8259 -128064 8260 255137 8261 -184218 8262 264837 8263 -233821 8264 272307 8265 -272414 8266 279739 8267 -320897 8268 261145 8269 -389101 8270 196539 8271 -451777 8272 98708 8273 -482557 8274 -16044 8275 -483225 8276 -152398 8277 -456138 8278 -312038 8279 -376636 8280 -458937 8281 -222516 8282 -543807 8283 -13048 8284 -551222 8285 203834 8286 -497533 8287 399922 8288 -392235 8289 569013 8290 -231277 8291 689796 8292 -36432 8293 724409 8294 142683 8295 663923 8296 270194 8297 539963 8298 344967 8299 388754 8300 372512 8301 219969 8302 341292 8303 44537 8304 250158 8305 -103964 8306 132742 8307 -197437 8308 25201 8309 -246036 8310 -69148 8311 -272037 8312 -163951 8313 -271214 8314 -245020 8315 -227789 8316 -282607 8317 -153021 8318 -273986 8319 -79762 8320 -243083 8321 -19190 8322 -198068 8323 46528 8324 -120077 8325 118860 8326 -2120 8327 167936 8328 128895 8329 170534 8330 246600 8331 137020 8332 350115 8333 82222 8334 438904 8335 -1416 8336 487127 8337 -121049 8338 469085 8339 -250922 8340 392326 8341 -356295 8342 280433 8343 -427842 8344 136974 8345 -470130 8346 -44258 8347 -466262 8348 -238918 8349 -385325 8350 -397189 8351 -231878 8352 -493731 8353 -43561 8354 -535526 8355 150623 8356 -524289 8357 349014 8358 -440151 8359 536887 8360 -281509 8361 669335 8362 -88939 8363 707891 8364 89186 8365 659147 8366 233480 8367 550591 8368 339563 8369 394394 8370 386538 8371 201000 8372 355316 8373 4902 8374 264765 8375 -148381 8376 157028 8377 -246782 8378 54955 8379 -305615 8380 -43105 8381 -330947 8382 -127715 8383 -314489 8384 -172612 8385 -267789 8386 -176494 8387 -225444 8388 -171249 8389 -202475 8390 -176902 8391 -173470 8392 -175110 8393 -115949 8394 -141856 8395 -43916 8396 -84932 8397 18759 8398 -20256 8399 72627 8400 59817 8401 125443 8402 169689 8403 157332 8404 288783 8405 136931 8406 372098 8407 67197 8408 399361 8409 -20434 8410 381339 8411 -103116 8412 324591 8413 -178044 8414 222428 8415 -230852 8416 88589 8417 -230964 8418 -33437 8419 -171641 8420 -115818 8421 -84552 8422 -167516 8423 -1036 8424 -204486 8425 80189 8426 -214506 8427 165669 8428 -184055 8429 233416 8430 -132805 8431 259604 8432 -91170 8433 250461 8434 -60898 8435 229899 8436 -24857 8437 196649 8438 12545 8439 131762 8440 19753 8441 41403 8442 -12568 8443 -40278 8444 -62754 8445 -91580 8446 -111643 8447 -118329 8448 -159889 8449 -121646 8450 -198189 8451 -85043 8452 -190827 8453 -11354 8454 -117036 8455 57923 8456 -2254 8457 79839 8458 110012 8459 50358 8460 199782 8461 -9643 8462 263136 8463 -94793 8464 280084 8465 -199409 8466 229657 8467 -287778 8468 133686 8469 -312947 8470 44997 8471 -265932 8472 -1202 8473 -182553 8474 -9626 8475 -97613 8476 8370 8477 -20203 8478 50110 8479 36881 8480 98996 8481 50816 8482 114608 8483 22028 8484 73689 8485 -8618 8486 2512 8487 -53 8488 -57279 8489 47673 8490 -91389 8491 108638 8492 -101414 8493 172378 8494 -75443 8495 232289 8496 -4746 8497 257162 8498 80996 8499 210305 8500 124118 8501 98229 8502 98148 8503 -27324 8504 21896 8505 -124968 8506 -75460 8507 -187361 8508 -182858 8509 -212017 8510 -282653 8511 -184830 8512 -338549 8513 -110169 8514 -332037 8515 -27261 8516 -286787 8517 27308 8518 -235266 8519 55661 8520 -181446 8521 79434 8522 -114204 8523 99798 8524 -39709 8525 106594 8526 28452 8527 107712 8528 101114 8529 117051 8530 200533 8531 117124 8532 313917 8533 68755 8534 391480 8535 -34925 8536 398559 8537 -154511 8538 345831 8539 -248421 8540 255015 8541 -305476 8542 135123 8543 -319924 8544 5184 8545 -273265 8546 -89484 8547 -163178 8548 -113675 8549 -32178 8550 -81439 8551 63429 8552 -38017 8553 102965 8554 -11206 8555 101698 8556 -9123 8557 73365 8558 -45514 8559 31048 8560 -130626 8561 9590 8562 -232088 8563 48565 8564 -289224 8565 143891 8566 -270725 8567 244490 8568 -196130 8569 301033 8570 -100631 8571 303173 8572 -3277 8573 253480 8574 73451 8575 149427 8576 89702 8577 6331 8578 24662 8579 -119071 8580 -84007 8581 -169989 8582 -171638 8583 -139454 8584 -200984 8585 -64297 8586 -170507 8587 21172 8588 -82025 8589 92410 8590 56207 8591 115761 8592 203165 8593 59885 8594 296330 8595 -62372 8596 305267 8597 -194597 8598 252461 8599 -288625 8600 170787 8601 -336851 8602 72432 8603 -341542 8604 -28765 8605 -293463 8606 -100474 8607 -195798 8608 -121082 8609 -84736 8610 -112883 8611 1834 8612 -112766 8613 67554 8614 -121761 8615 140975 8616 -114184 8617 228500 8618 -78183 8619 309330 8620 -25117 8621 372785 8622 46509 8623 418532 8624 146792 8625 428741 8626 258513 8627 369327 8628 330606 8629 237994 8630 327803 8631 77294 8632 261015 8633 -66519 8634 156195 8635 -179684 8636 24402 8637 -258143 8638 -121977 8639 -283043 8640 -243641 8641 -244223 8642 -305015 8643 -176233 8644 -315988 8645 -126082 8646 -318464 8647 -103783 8648 -331939 8649 -82044 8650 -344155 8651 -42095 8652 -343383 8653 13677 8654 -329139 8655 91072 8656 -282578 8657 202290 8658 -165994 8659 329411 8660 28840 8661 414937 8662 261181 8663 412153 8664 476630 8665 321023 8666 645793 8667 162318 8668 745247 8669 -51582 8670 739671 8671 -297147 8672 610556 8673 -513970 8674 393132 8675 -639358 8676 154961 8677 -655840 8678 -62834 8679 -591896 8680 -251418 8681 -468514 8682 -397256 8683 -291181 8684 -475847 8685 -81477 8686 -481775 8687 117023 8688 -443254 8689 278342 8690 -381244 8691 412277 8692 -288479 8693 524874 8694 -160972 8695 595443 8696 -22608 8697 603692 8698 99591 8699 561939 8700 206734 8701 489755 8702 304511 8703 382386 8704 372727 8705 230267 8706 381641 8707 55918 8708 336687 8709 -99668 8710 272439 8711 -223273 8712 199309 8713 -331177 8714 101839 8715 -425323 8716 -22265 8717 -478520 8718 -145804 8719 -476506 8720 -244664 8721 -434606 8722 -323538 8723 -366610 8724 -382692 8725 -261671 8726 -394826 8727 -117411 8728 -337793 8729 34693 8730 -225372 8731 151811 8732 -91173 8733 223347 8734 52660 8735 256337 8736 200580 8737 242498 8738 323523 8739 170611 8740 381598 8741 61384 8742 371373 8743 -36577 8744 326611 8745 -100709 8746 269887 8747 -143435 8748 194398 8749 -173457 8750 98384 8751 -174897 8752 6601 8753 -139462 8754 -61275 8755 -88266 8756 -116396 8757 -40523 8758 -171993 8759 12379 8760 -210840 8761 85049 8762 -209855 8763 160303 8764 -177426 8765 207826 8766 -141059 8767 223873 8768 -106069 8769 223574 8770 -61016 8771 206098 8772 -17383 8773 156570 8774 -3913 8775 88020 8776 -22999 8777 37980 8778 -38163 8779 23110 8780 -21556 8781 18454 8782 16307 8783 -4407 8784 53596 8785 -42025 8786 89353 8787 -86005 8788 121669 8789 -145642 8790 124672 8791 -224428 8792 77681 8793 -290525 8794 1002 8795 -302211 8796 -59681 8797 -253971 8798 -80765 8799 -175966 8800 -66256 8801 -90476 8802 -14015 8803 -10137 8804 78121 8805 36395 8806 178558 8807 13449 8808 224350 8809 -73213 8810 180401 8811 -166749 8812 70508 8813 -209774 8814 -59105 8815 -188211 8816 -179490 8817 -110009 8818 -268620 8819 21788 8820 -289625 8821 189558 8822 -221689 8823 338515 8824 -94497 8825 409477 8826 29126 8827 391165 8828 109482 8829 315235 8830 141052 8831 213307 8832 122227 8833 103479 8834 54354 8835 16479 8836 -33032 8837 -14981 8838 -88947 8839 3591 8840 -90267 8841 24062 8842 -66962 8843 9707 8844 -53792 8845 -29862 8846 -56081 8847 -69575 8848 -64366 8849 -104126 8850 -85759 8851 -133337 8852 -122876 8853 -134127 8854 -143783 8855 -86770 8856 -107465 8857 -14664 8858 -15259 8859 28978 8860 90347 8861 18403 8862 172870 8863 -35119 8864 218546 8865 -113367 8866 213964 8867 -202387 8868 145700 8869 -268700 8870 34961 8871 -263939 8872 -55197 8873 -176914 8874 -78731 8875 -52493 8876 -41719 8877 50774 8878 21945 8879 111842 8880 89548 8881 131097 8882 143320 8883 103746 8884 147710 8885 34448 8886 76321 8887 -31668 8888 -44392 8889 -36059 8890 -148819 8891 35827 8892 -191283 8893 145383 8894 -168784 8895 245848 8896 -95137 8897 307347 8898 13269 8899 303484 8900 111701 8901 210132 8902 136704 8903 48242 8904 56952 8905 -110026 8906 -93216 8907 -195976 8908 -251055 8909 -191233 8910 -375998 8911 -112536 8912 -441123 8913 23763 8914 -412798 8915 191857 8916 -275696 8917 331311 8918 -70636 8919 377949 8920 125616 8921 320394 8922 263286 8923 203143 8924 341521 8925 71595 8926 372202 8927 -54942 8928 360351 8929 -161141 8930 324356 8931 -227399 8932 297215 8933 -257815 8934 289037 8935 -289114 8936 267797 8937 -345058 8938 199651 8939 -404237 8940 89895 8941 -429061 8942 -36458 8943 -407216 8944 -169179 8945 -341196 8946 -297433 8947 -219045 8948 -380659 8949 -33519 8950 -370372 8951 176317 8952 -269209 8953 341082 8954 -131242 8955 420562 8956 -7805 8957 426595 8958 85294 8959 384194 8960 141443 8961 306171 8962 148177 8963 213791 8964 111436 8965 144301 8966 69149 8967 112984 8968 54619 8969 95094 8970 58680 8971 55193 8972 53019 8973 -8209 8974 28541 8975 -76583 8976 -13100 8977 -145858 8978 -86531 8979 -210747 8980 -201499 8981 -237844 8982 -323849 8983 -182822 8984 -386888 8985 -48673 8986 -353148 8987 108840 8988 -240434 8989 234305 8990 -82394 8991 306201 8992 100799 8993 316874 8994 281613 8995 251700 8996 411380 8997 118557 8998 456237 8999 -35004 9000 432074 9001 -156947 9002 377543 9003 -233867 9004 312398 9005 -276087 9006 241954 9007 -285993 9008 184599 9009 -263894 9010 157214 9011 -237496 9012 141018 9013 -241412 9014 90973 9015 -270267 9016 -5020 9017 -282059 9018 -116117 9019 -249134 9020 -213586 9021 -184964 9022 -296148 9023 -105578 9024 -364309 9025 -2919 9026 -394751 9027 124178 9028 -368664 9029 244766 9030 -303899 9031 324474 9032 -231357 9033 362472 9034 -157071 9035 376888 9036 -75438 9037 366932 9038 2917 9039 322264 9040 56699 9041 254376 9042 90701 9043 187555 9044 125884 9045 121664 9046 158928 9047 35151 9048 158322 9049 -67586 9050 115510 9051 -148122 9052 61889 9053 -182320 9054 28012 9055 -186966 9056 8787 9057 -185139 9058 -9057 9059 -171157 9060 -12551 9061 -133895 9062 15342 9063 -92150 9064 62185 9065 -74276 9066 98121 9067 -80059 9068 114869 9069 -85972 9070 124625 9071 -85247 9072 126683 9073 -86176 9074 110727 9075 -82949 9076 87379 9077 -56493 9078 85375 9079 -13307 9080 108570 9081 12175 9082 124277 9083 4517 9084 111413 9085 -14698 9086 85885 9087 -22844 9088 65228 9089 -33643 9090 33533 9091 -63744 9092 -31972 9093 -95778 9094 -119048 9095 -98129 9096 -195481 9097 -69409 9098 -249830 9099 -31999 9100 -295313 9101 8474 9102 -328774 9103 63531 9104 -329176 9105 129354 9106 -293398 9107 179507 9108 -241465 9109 203319 9110 -183928 9111 211900 9112 -111942 9113 206011 9114 -31419 9115 165394 9116 21465 9117 87037 9118 25159 9119 10325 9120 2952 9121 -25407 9122 -8278 9123 -24896 9124 -1444 9125 -12340 9126 11778 9127 9139 9128 42883 9129 49576 9130 114642 9131 93257 9132 219469 9133 99860 9134 313923 9135 55051 9136 368657 9137 -19613 9138 385636 9139 -100505 9140 368219 9141 -179859 9142 309510 9143 -245083 9144 219534 9145 -268998 9146 135160 9147 -247136 9148 80977 9149 -212058 9150 39538 9151 -193419 9152 -16272 9153 -182381 9154 -82793 9155 -156323 9156 -139817 9157 -120492 9158 -194572 9159 -93294 9160 -266528 9161 -63487 9162 -345136 9163 581 9164 -389593 9165 102491 9166 -378261 9167 205418 9168 -328452 9169 278103 9170 -260860 9171 318909 9172 -179228 9173 331576 9174 -92152 9175 306635 9176 -25314 9177 245982 9178 7206 9179 179454 9180 27495 9181 129729 9182 58589 9183 84389 9184 88549 9185 23228 9186 93889 9187 -42042 9188 81506 9189 -87143 9190 74353 9191 -115756 9192 68778 9193 -148119 9194 37028 9195 -178144 9196 -20361 9197 -167627 9198 -62770 9199 -102498 9200 -57849 9201 -11850 9202 -9322 9203 68388 9204 62811 9205 127585 9206 152689 9207 160418 9208 248293 9209 149358 9210 316648 9211 90971 9212 332665 9213 15928 9214 309864 9215 -41028 9216 274957 9217 -78133 9218 233003 9219 -110980 9220 174466 9221 -135545 9222 114082 9223 -136382 9224 78542 9225 -130537 9226 58248 9227 -155085 9228 7410 9229 -215056 9230 -99025 9231 -268255 9232 -236079 9233 -273937 9234 -365672 9235 -228839 9236 -473375 9237 -146077 9238 -549820 9239 -26326 9240 -570445 9241 123521 9242 -515411 9243 268250 9244 -402620 9245 366916 9246 -269335 9247 412155 9248 -132418 9249 418064 9250 3266 9251 384856 9252 117067 9253 308444 9254 184448 9255 213373 9256 216056 9257 140561 9258 250934 9259 96152 9260 302704 9261 44988 9262 342700 9263 -33509 9264 345410 9265 -118467 9266 320641 9267 -182418 9268 286532 9269 -229628 9270 235615 9271 -269548 9272 157127 9273 -288873 9274 69874 9275 -264591 9276 3741 9277 -204967 9278 -34580 9279 -136693 9280 -60389 9281 -69208 9282 -72493 9283 2244 9284 -59434 9285 67028 9286 -32107 9287 103034 9288 -17786 9289 115872 9290 -19419 9291 135312 9292 -4392 9293 168426 9294 43091 9295 180562 9296 96875 9297 145581 9298 124482 9299 77557 9300 126226 9301 2165 9302 113230 9303 -80947 9304 71746 9305 -178406 9306 -16337 9307 -268199 9308 -138299 9309 -311125 9310 -255491 9311 -296051 9312 -345420 9313 -241301 9314 -405888 9315 -160956 9316 -427235 9317 -58346 9318 -392473 9319 45297 9320 -315956 9321 115212 9322 -239143 9323 144499 9324 -184029 9325 164453 9326 -130709 9327 198359 9328 -56409 9329 232440 9330 26003 9331 248080 9332 97694 9333 256323 9334 171524 9335 272750 9336 270353 9337 280160 9338 383057 9339 243679 9340 469649 9341 160133 9342 509110 9343 57644 9344 508296 9345 -45030 9346 471028 9347 -145561 9348 391116 9349 -231326 9350 280569 9351 -276839 9352 174179 9353 -278890 9354 87793 9355 -263437 9356 5361 9357 -248521 9358 -82609 9359 -219162 9360 -155120 9361 -164006 9362 -191221 9363 -105659 9364 -208885 9365 -70307 9366 -235396 9367 -48310 9368 -263809 9369 -12390 9370 -263907 9371 33508 9372 -232370 9373 58507 9374 -199637 9375 50715 9376 -183150 9377 29044 9378 -175274 9379 7820 9380 -170956 9381 -16627 9382 -181396 9383 -39463 9384 -206369 9385 -37902 9386 -217966 9387 -4011 9388 -198492 9389 37151 9390 -162086 9391 66210 9392 -126416 9393 92736 9394 -80132 9395 129415 9396 -9386 9397 157927 9398 65288 9399 153028 9400 110884 9401 128666 9402 128982 9403 122919 9404 155563 9405 144492 9406 206360 9407 163847 9408 264438 9409 159103 9410 312726 9411 137150 9412 356104 9413 103039 9414 392383 9415 44668 9416 394997 9417 -40261 9418 347725 9419 -125265 9420 268337 9421 -181308 9422 182314 9423 -210939 9424 91012 9425 -223850 9426 -6520 9427 -209474 9428 -84873 9429 -157581 9430 -114567 9431 -98269 9432 -107754 9433 -73564 9434 -109158 9435 -89206 9436 -137830 9437 -110952 9438 -175316 9439 -118146 9440 -207649 9441 -121094 9442 -244621 9443 -125784 9444 -289560 9445 -112994 9446 -320461 9447 -71757 9448 -319861 9449 -21757 9450 -299712 9451 13097 9452 -280168 9453 37277 9454 -257998 9455 66401 9456 -223004 9457 96871 9458 -187346 9459 118447 9460 -165739 9461 147898 9462 -137810 9463 206178 9464 -66787 9465 280213 9466 47809 9467 326172 9468 167741 9469 323865 9470 265785 9471 292142 9472 349298 9473 247738 9474 422910 9475 180230 9476 465498 9477 85462 9478 459785 9479 -10029 9480 423421 9481 -80248 9482 382338 9483 -131792 9484 337508 9485 -186182 9486 274001 9487 -241051 9488 193298 9489 -282764 9490 104483 9491 -313929 9492 -4199 9493 -341549 9494 -146223 9495 -342992 9496 -298090 9497 -281224 9498 -406036 9499 -156076 9500 -441818 9501 -11185 9502 -421600 9503 115414 9504 -363554 9505 218181 9506 -263672 9507 293396 9508 -128281 9509 313632 9510 335 9511 261737 9512 79724 9513 163477 9514 107397 9515 63515 9516 109252 9517 -19356 9518 97191 9519 -88929 9520 69692 9521 -141044 9522 40536 9523 -168693 9524 25267 9525 -186640 9526 11467 9527 -218830 9528 -34902 9529 -255906 9530 -117645 9531 -257903 9532 -203256 9533 -204056 9534 -261246 9535 -112341 9536 -293280 9537 -830 9538 -297278 9539 135456 9540 -247064 9541 292906 9542 -123267 9543 428484 9544 44183 9545 492351 9546 203711 9547 478479 9548 327572 9549 415048 9550 416046 9551 322482 9552 462796 9553 208130 9554 458255 9555 90352 9556 416950 9557 -3935 9558 371188 9559 -76810 9560 326639 9561 -153232 9562 257914 9563 -238888 9564 153973 9565 -308157 9566 35718 9567 -341438 9568 -76056 9569 -349756 9570 -189128 9571 -340133 9572 -306593 9573 -290830 9574 -393249 9575 -186118 9576 -408787 9577 -55079 9578 -354290 9579 48189 9580 -267893 9581 101383 9582 -178263 9583 114294 9584 -92692 9585 94581 9586 -27686 9587 41478 9588 -3856 9589 -25861 9590 -17157 9591 -70170 9592 -33458 9593 -78637 9594 -34243 9595 -71901 9596 -31382 9597 -67979 9598 -34404 9599 -58778 9600 -29438 9601 -36945 9602 -10310 9603 -23730 9604 -4893 9605 -32756 9606 -40920 9607 -36424 9608 -99022 9609 5323 9610 -132572 9611 92207 9612 -121173 9613 189707 9614 -79196 9615 275544 9616 -15664 9617 347011 9618 73771 9619 393951 9620 178313 9621 392945 9622 263232 9623 341882 9624 311138 9625 270931 9626 333181 9627 201776 9628 345179 9629 128219 9630 337999 9631 44892 9632 308574 9633 -30268 9634 280205 9635 -86169 9636 269026 9637 -146071 9638 252598 9639 -238616 9640 193122 9641 -349167 9642 89378 9643 -435329 9644 -25657 9645 -478875 9646 -135283 9647 -493356 9648 -247702 9649 -486072 9650 -359947 9651 -442026 9652 -446364 9653 -357469 9654 -491530 9655 -256261 9656 -508804 9657 -157076 9658 -512191 9659 -51924 9660 -490202 9661 65275 9662 -432017 9663 176994 9664 -353198 9665 266594 9666 -268980 9667 344896 9668 -166525 9669 424469 9670 -28071 9671 482739 9672 127460 9673 484319 9674 255847 9675 432095 9676 341544 9677 360812 9678 403828 9679 289233 9680 451754 9681 203375 9682 465858 9683 98388 9684 434599 9685 -728 9686 378102 9687 -72150 9688 315670 9689 -125220 9690 242022 9691 -170509 9692 150875 9693 -197014 9694 60493 9695 -190693 9696 -7382 9697 -163678 9698 -57481 9699 -135904 9700 -103443 9701 -103303 9702 -131702 9703 -53967 9704 -118382 9705 -6100 9706 -76341 9707 4327 9708 -47018 9709 -23909 9710 -47581 9711 -56910 9712 -55224 9713 -73390 9714 -50441 9715 -89844 9716 -46718 9717 -119403 9718 -60779 9719 -148393 9720 -80697 9721 -159396 9722 -91855 9723 -163245 9724 -105953 9725 -175559 9726 -139781 9727 -183623 9728 -185836 9729 -162219 9730 -221208 9731 -111909 9732 -242655 9733 -47050 9734 -255294 9735 34008 9736 -240235 9737 139854 9738 -170221 9739 246765 9740 -55053 9741 309314 9742 54718 9743 310180 9744 126590 9745 279446 9746 170852 9747 247223 9748 205868 9749 212893 9750 223348 9751 170044 9752 214779 9753 134164 9754 200373 9755 122768 9756 208255 9757 119103 9758 232903 9759 90403 9760 245035 9761 32825 9762 229984 9763 -34729 9764 192418 9765 -101587 9766 129699 9767 -164938 9768 37202 9769 -202341 9770 -58637 9771 -184915 9772 -109943 9773 -122590 9774 -100302 9775 -67601 9776 -61682 9777 -57094 9778 -32326 9779 -82059 9780 -18054 9781 -120802 9782 -18529 9783 -171457 9784 -52368 9785 -232185 9786 -134075 9787 -267955 9788 -233686 9789 -238590 9790 -296916 9791 -145737 9792 -298524 9793 -30512 9794 -249098 9795 72872 9796 -164154 9797 148659 9798 -55764 9799 180153 9800 44942 9801 155614 9802 96954 9803 97787 9804 95833 9805 56731 9806 80526 9807 57461 9808 87444 9809 77309 9810 112986 9811 86966 9812 142020 9813 84986 9814 177243 9815 72645 9816 217230 9817 28373 9818 225574 9819 -65999 9820 158034 9821 -177355 9822 18085 9823 -242344 9824 -146620 9825 -224620 9826 -287000 9827 -133360 9828 -376751 9829 8851 9830 -393792 9831 178503 9832 -321788 9833 334679 9834 -183462 9835 425418 9836 -36445 9837 432558 9838 77591 9839 386726 9840 161040 9841 323453 9842 228488 9843 250249 9844 277202 9845 166139 9846 304848 9847 88609 9848 337900 9849 28148 9850 399806 9851 -47540 9852 464470 9853 -183061 9854 470012 9855 -375330 9856 380467 9857 -571828 9858 209402 9859 -717888 9860 -12627 9861 -787939 9862 -256697 9863 -762683 9864 -477339 9865 -630323 9866 -617604 9867 -412419 9868 -650854 9869 -172240 9870 -601426 9871 33120 9872 -509569 9873 188160 9874 -396717 9875 297842 9876 -279866 9877 359213 9878 -189026 9879 379375 9880 -140843 9881 395948 9882 -101347 9883 448825 9884 -16079 9885 522250 9886 125710 9887 559616 9888 281333 9889 523558 9890 408159 9891 420097 9892 486684 9893 271121 9894 503559 9895 92055 9896 439387 9897 -84518 9898 300802 9899 -206305 9900 139456 9901 -241277 9902 11221 9903 -206166 9904 -61439 9905 -139359 9906 -80952 9907 -66860 9908 -50198 9909 -9377 9910 17199 9911 -448 9912 73378 9913 -57265 9914 69920 9915 -145981 9916 11173 9917 -204787 9918 -54381 9919 -207993 9920 -92461 9921 -178928 9922 -106274 9923 -144785 9924 -102113 9925 -108839 9926 -70767 9927 -77596 9928 -19189 9929 -76989 9930 14173 9931 -119146 9932 -3862 9933 -172556 9934 -64055 9935 -196331 9936 -133635 9937 -176243 9938 -192747 9939 -119394 9940 -230687 9941 -30178 9942 -224854 9943 80796 9944 -161488 9945 174344 9946 -69770 9947 207775 9948 -4962 9949 185051 9950 9971 9951 152259 9952 -2680 9953 140636 9954 -19483 9955 144966 9956 -39976 9957 160496 9958 -58539 9959 201463 9960 -43609 9961 267551 9962 25118 9963 321040 9964 122640 9965 319708 9966 205507 9967 263425 9968 254873 9969 179682 9970 274246 9971 87561 9972 259229 9973 -5374 9974 210195 9975 -77811 9976 153606 9977 -108506 9978 127970 9979 -112512 9980 134570 9981 -128976 9982 139473 9983 -174241 9984 119779 9985 -227577 9986 86024 9987 -271980 9988 45875 9989 -316227 9990 -19281 9991 -359035 9992 -119329 9993 -368236 9994 -222145 9995 -316072 9996 -284815 9997 -219424 9998 -298988 9999 -117443 10000 -284345 10001 -27164 10002 -249869 10003 55607 10004 -193358 10005 123438 10006 -129170 10007 159142 10008 -80994 10009 171271 10010 -49469 10011 185812 10012 -10890 10013 208101 10014 39390 10015 215817 10016 78587 10017 199756 10018 96637 10019 181389 10020 113174 10021 173803 10022 142446 10023 157811 10024 164927 10025 115782 10026 155409 10027 65224 10028 127582 10029 35867 10030 111587 10031 23413 10032 108522 10033 1625 10034 96146 10035 -34636 10036 67911 10037 -66045 10038 38236 10039 -86189 10040 10670 10041 -106461 10042 -26931 10043 -124336 10044 -73243 10045 -119740 10046 -103161 10047 -89301 10048 -104222 10049 -59330 10050 -96272 10051 -46126 10052 -95128 10053 -33048 10054 -86604 10055 -4656 10056 -55562 10057 21645 10058 -18077 10059 24706 10060 2664 10061 16615 10062 15536 10063 25877 10064 49071 10065 48664 10066 105698 10067 52158 10068 155537 10069 23147 10070 181832 10071 -21088 10072 193392 10073 -66982 10074 191206 10075 -120330 10076 158889 10077 -176790 10078 93615 10079 -210524 10080 22083 10081 -210461 10082 -33293 10083 -193595 10084 -83635 10085 -178305 10086 -144194 10087 -154500 10088 -203709 10089 -106454 10090 -242988 10091 -46490 10092 -270815 10093 6075 10094 -305903 10095 64060 10096 -333539 10097 156145 10098 -313895 10099 275826 10100 -232191 10101 379461 10102 -112805 10103 434046 10104 17917 10105 439364 10106 150231 10107 400097 10108 268254 10109 308327 10110 337495 10111 171847 10112 339151 10113 30399 10114 296433 10115 -76946 10116 244649 10117 -147333 10118 192848 10119 -196432 10120 138222 10121 -225357 10122 95000 10123 -229829 10124 77479 10125 -233363 10126 66273 10127 -261421 10128 20391 10129 -302160 10130 -65581 10131 -312873 10132 -154053 10133 -269907 10134 -212606 10135 -190164 10136 -236817 10137 -94482 10138 -227555 10139 11561 10140 -169923 10141 113660 10142 -66071 10143 173208 10144 44173 10145 162312 10146 114987 10147 99333 10148 134419 10149 23601 10150 114127 10151 -44824 10152 59273 10153 -99656 10154 -25720 10155 -120835 10156 -110513 10157 -89423 10158 -154997 10159 -24427 10160 -157951 10161 30424 10162 -155080 10163 57238 10164 -166892 10165 77425 10166 -178366 10167 110627 10168 -175558 10169 150073 10170 -165190 10171 188798 10172 -149411 10173 239409 10174 -101433 10175 305692 10176 1305 10177 353496 10178 136215 10179 341446 10180 258350 10181 265625 10182 340492 10183 150496 10184 378154 10185 13873 10186 362118 10187 -132268 10188 283457 10189 -254459 10190 168865 10191 -312760 10192 69355 10193 -305669 10194 11154 10195 -273378 10196 -21817 10197 -247465 10198 -48834 10199 -225472 10200 -67770 10201 -201823 10202 -80780 10203 -188401 10204 -112859 10205 -188686 10206 -178017 10207 -169926 10208 -246285 10209 -98875 10210 -271550 10211 13352 10212 -240758 10213 124438 10214 -172906 10215 208176 10216 -82321 10217 258020 10218 23201 10219 262070 10220 115074 10221 207168 10222 151284 10223 112125 10224 121469 10225 26761 10226 59524 10227 -15455 10228 -158 10229 -21274 10230 -49484 10231 -5095 10232 -84771 10233 34831 10234 -84951 10235 90027 10236 -42558 10237 125359 10238 9218 10239 111396 10240 29947 10241 66676 10242 16121 10243 33088 10244 -3796 10245 26504 10246 -15806 10247 32376 10248 -23336 10249 45867 10250 -15475 10251 75289 10252 28211 10253 108056 10254 103731 10255 109049 10256 172150 10257 61712 10258 204030 10259 -10555 10260 204772 10261 -80965 10262 185959 10263 -144902 10264 141603 10265 -200059 10266 70621 10267 -225090 10268 3345 10269 -206845 10270 -31472 10271 -168366 10272 -43286 10273 -144929 10274 -63814 10275 -136039 10276 -101036 10277 -115714 10278 -134833 10279 -75313 10280 -156943 10281 -30185 10282 -177676 10283 19384 10284 -191110 10285 90133 10286 -167133 10287 178765 10288 -94258 10289 248398 10290 -64 10291 266756 10292 81694 10293 240556 10294 142475 10295 188246 10296 181803 10297 113873 10298 180687 10299 23573 10300 130017 10301 -51758 10302 57056 10303 -79449 10304 4497 10305 -66053 10306 -17487 10307 -45715 10308 -27709 10309 -32528 10310 -32815 10311 -17670 10312 -19997 10313 -5120 10314 4852 10315 -14800 10316 10797 10317 -46666 10318 -15958 10319 -69011 10320 -48859 10321 -58206 10322 -59780 10323 -28041 10324 -50911 10325 -394 10326 -34434 10327 24618 10328 -4642 10329 52599 10330 46440 10331 65000 10332 99214 10333 40868 10334 122487 10335 -6608 10336 115665 10337 -44989 10338 100575 10339 -65176 10340 83606 10341 -82757 10342 52664 10343 -97766 10344 11297 10345 -89155 10346 -13075 10347 -55635 10348 -9194 10349 -25642 10350 -2160 10351 -17586 10352 -11343 10353 -15681 10354 -23999 10355 -1870 10356 -19957 10357 16608 10358 -8783 10359 20299 10360 -8993 10361 15627 10362 -14768 10363 18288 10364 -8590 10365 21857 10366 3520 10367 6989 10368 -2587 10369 -21647 10370 -30120 10371 -38301 10372 -56742 10373 -34172 10374 -72424 10375 -27287 10376 -90939 10377 -21452 10378 -112034 10379 2608 10380 -111083 10381 47673 10382 -75366 10383 84061 10384 -26884 10385 86873 10386 5731 10387 69182 10388 26084 10389 54467 10390 49247 10391 41629 10392 67530 10393 15133 10394 63746 10395 -13775 10396 46699 10397 -21118 10398 44614 10399 -7653 10400 63805 10401 1184 10402 84760 10403 -6815 10404 97288 10405 -19380 10406 111838 10407 -34180 10408 127929 10409 -66209 10410 119784 10411 -116209 10412 75709 10413 -155592 10414 18104 10415 -163732 10416 -26920 10417 -151993 10418 -65574 10419 -140852 10420 -111753 10421 -121336 10422 -154164 10423 -75928 10424 -169691 10425 -16755 10426 -161690 10427 26611 10428 -154963 10429 51912 10430 -154478 10431 82527 10432 -140834 10433 125858 10434 -105069 10435 161616 10436 -63378 10437 176772 10438 -24488 10439 183637 10440 25391 10441 187572 10442 90176 10443 169596 10444 144862 10445 117832 10446 167937 10447 50089 10448 169330 10449 -10376 10450 165454 10451 -67885 10452 146099 10453 -133719 10454 92508 10455 -191818 10456 16509 10457 -213845 10458 -49134 10459 -200508 10460 -95503 10461 -176929 10462 -140131 10463 -150350 10464 -187354 10465 -101342 10466 -213109 10467 -24002 10468 -200844 10469 57609 10470 -163909 10471 122367 10472 -115593 10473 175074 10474 -47463 10475 219719 10476 44105 10477 235625 10478 133920 10479 203474 10480 191789 10481 138262 10482 216886 10483 67583 10484 223856 10485 -3519 10486 206077 10487 -82360 10488 147450 10489 -152458 10490 61959 10491 -182517 10492 -10793 10493 -170733 10494 -56360 10495 -145612 10496 -93374 10497 -126566 10498 -135416 10499 -101103 10500 -167028 10501 -58764 10502 -175660 10503 -15956 10504 -177346 10505 16610 10506 -186776 10507 51663 10508 -188254 10509 106220 10510 -158299 10511 166805 10512 -100676 10513 208182 10514 -34698 10515 227508 10516 35999 10517 234008 10518 119527 10519 217273 10520 198863 10521 157387 10522 239081 10523 63403 10524 231052 10525 -25076 10526 200163 10527 -86717 10528 163883 10529 -133168 10530 114260 10531 -173531 10532 45260 10533 -190209 10534 -17340 10535 -169505 10536 -51152 10537 -130353 10538 -66343 10539 -99188 10540 -83799 10541 -72912 10542 -99132 10543 -36471 10544 -95179 10545 4961 10546 -74996 10547 31840 10548 -59391 10549 44389 10550 -50312 10551 59536 10552 -31254 10553 74444 10554 -4909 10555 69228 10556 3017 10557 45662 10558 -16090 10559 33228 10560 -36277 10561 48071 10562 -36143 10563 71248 10564 -25135 10565 83959 10566 -17151 10567 95386 10568 790 10569 117766 10570 45286 10571 132516 10572 100192 10573 111526 10574 133608 10575 59315 10576 137708 10577 4896 10578 126883 10579 -39166 10580 105467 10581 -79786 10582 64560 10583 -111377 10584 13027 10585 -113862 10586 -19620 10587 -87627 10588 -22397 10589 -61047 10590 -17440 10591 -51655 10592 -21007 10593 -45832 10594 -21197 10595 -31631 10596 -7153 10597 -24486 10598 1960 10599 -37408 10600 -13485 10601 -50499 10602 -40319 10603 -38076 10604 -48231 10605 -6751 10606 -35046 10607 15812 10608 -22068 10609 23570 10610 -15373 10611 34205 10612 -580 10613 48822 10614 24468 10615 50026 10616 39670 10617 32407 10618 37235 10619 16859 10620 34309 10621 14052 10622 40626 10623 9521 10624 39623 10625 -8683 10626 20497 10627 -22995 10628 197 10629 -17680 10630 -2220 10631 -5742 10632 2289 10633 -8102 10634 -8941 10635 -16746 10636 -28379 10637 -8832 10638 -30698 10639 12173 10640 -14802 10641 21430 10642 -6713 10643 13423 10644 -14511 10645 9525 10646 -19819 10647 21674 10648 -10074 10649 34562 10650 2206 10651 38187 10652 9922 10653 44947 10654 27956 10655 62070 10656 69185 10657 68236 10658 114080 10659 44245 10660 140043 10661 855 10662 148513 10663 -42101 10664 151743 10665 -87198 10666 139006 10667 -146114 10668 90076 10669 -203517 10670 14959 10671 -227155 10672 -52623 10673 -211838 10674 -98218 10675 -183855 10676 -139157 10677 -158033 10678 -183726 10679 -120295 10680 -214758 10681 -61208 10682 -218370 10683 2659 10684 -207929 10685 56853 10686 -197225 10687 109948 10688 -169435 10689 172259 10690 -107950 10691 226189 10692 -25996 10693 246843 10694 49913 10695 235383 10696 113807 10697 208600 10698 173857 10699 163770 10700 218270 10701 89016 10702 221900 10703 176 10704 185289 10705 -66950 10706 142342 10707 -99807 10708 112009 10709 -121178 10710 81184 10711 -148065 10712 35311 10713 -169177 10714 -13350 10715 -169878 10716 -53582 10717 -159930 10718 -96860 10719 -150475 10720 -154446 10721 -124441 10722 -205465 10723 -59682 10724 -216175 10725 33134 10726 -179815 10727 120713 10728 -112739 10729 185387 10730 -22504 10731 222586 10732 88506 10733 216943 10734 192354 10735 147129 10736 240999 10737 28141 10738 215571 10739 -89125 10740 144400 10741 -165542 10742 61793 10743 -200981 10744 -21461 10745 -204476 10746 -98848 10747 -171729 10748 -144992 10749 -104659 10750 -142309 10751 -37114 10752 -111795 10753 -6462 10754 -93550 10755 -9101 10756 -101151 10757 -13926 10758 -119914 10759 -4137 10760 -140156 10761 17224 10762 -160885 10763 54623 10764 -164216 10765 118346 10766 -122685 10767 192011 10768 -37559 10769 232570 10770 52013 10771 219088 10772 113172 10773 171713 10774 146414 10775 116445 10776 161377 10777 57893 10778 149242 10779 -2449 10780 106711 10781 -39832 10782 65151 10783 -35117 10784 59142 10785 -10285 10786 85718 10787 -7452 10788 107612 10789 -39571 10790 101781 10791 -86421 10792 71651 10793 -129568 10794 18694 10795 -163595 10796 -60608 10797 -171899 10798 -145083 10799 -127450 10800 -189909 10801 -32635 10802 -169575 10803 69123 10804 -102208 10805 134073 10806 -19829 10807 153704 10808 60923 10809 134803 10810 125452 10811 73956 10812 142316 10813 -20235 10814 90880 10815 -104908 10816 1601 10817 -130695 10818 -69429 10819 -94437 10820 -93924 10821 -34688 10822 -81875 10823 14613 10824 -48349 10825 44722 10826 624 10827 46780 10828 42266 10829 6535 10830 37923 10831 -62189 10832 -26185 10833 -113395 10834 -117081 10835 -107454 10836 -189237 10837 -47318 10838 -223032 10839 43595 10840 -213455 10841 149314 10842 -148056 10843 250665 10844 -29957 10845 307703 10846 99686 10847 287791 10848 184889 10849 208055 10850 209669 10851 119856 10852 199225 10853 55657 10854 177351 10855 13117 10856 149270 10857 -11669 10858 125988 10859 -13000 10860 131642 10861 -1303 10862 166970 10863 -13388 10864 194857 10865 -71025 10866 178097 10867 -151667 10868 116999 10869 -216785 10870 33598 10871 -249563 10872 -60059 10873 -246210 10874 -151731 10875 -196202 10876 -205972 10877 -99828 10878 -191788 10879 5354 10880 -122525 10881 68799 10882 -48095 10883 73391 10884 -999 10885 44380 10886 19193 10887 5461 10888 16562 10889 -39579 10890 -18779 10891 -77294 10892 -77793 10893 -78311 10894 -122439 10895 -32463 10896 -122776 10897 28915 10898 -89269 10899 67430 10900 -53626 10901 76533 10902 -28484 10903 71209 10904 -14258 10905 57714 10906 -20881 10907 39781 10908 -54787 10909 41046 10910 -88042 10911 87389 10912 -76392 10913 165082 10914 -9445 10915 229064 10916 84798 10917 249346 10918 177981 10919 228266 10920 263283 10921 170967 10922 326441 10923 69928 10924 332735 10925 -62196 10926 266565 10927 -177757 10928 159714 10929 -235125 10930 59906 10931 -234840 10932 -11833 10933 -204522 10934 -59332 10935 -160748 10936 -79631 10937 -107690 10938 -68089 10939 -65887 10940 -44436 10941 -57503 10942 -40535 10943 -72568 10944 -60196 10945 -78694 10946 -80352 10947 -63271 10948 -86373 10949 -42349 10950 -88540 10951 -25473 10952 -88818 10953 -1396 10954 -69105 10955 30208 10956 -23196 10957 41648 10958 18278 10959 14163 10960 24752 10961 -31678 10962 1519 10963 -61455 10964 -25043 10965 -69464 10966 -48688 10967 -70484 10968 -78913 10969 -64214 10970 -109851 10971 -37386 10972 -121152 10973 4865 10974 -112094 10975 39631 10976 -103714 10977 62569 10978 -102075 10979 91132 10980 -87977 10981 132687 10982 -53014 10983 167861 10984 -10596 10985 184480 10986 28657 10987 195801 10988 78108 10989 207511 10990 147684 10991 199002 10992 213963 10993 148895 10994 244446 10995 71465 10996 241028 10997 1309 10998 225926 10999 -53140 11000 205710 11001 -106813 11002 167128 11003 -159436 11004 112426 11005 -193308 11006 62833 11007 -204694 11008 24262 11009 -211608 11010 -20179 11011 -223238 11012 -77835 11013 -220994 11014 -129954 11015 -194040 11016 -161391 11017 -157254 11018 -183093 11019 -124385 11020 -208036 11021 -85790 11022 -220383 11023 -29119 11024 -202753 11025 27889 11026 -167724 11027 61253 11028 -143346 11029 76938 11030 -128523 11031 102033 11032 -98804 11033 138777 11034 -45581 11035 163178 11036 12164 11037 161048 11038 61417 11039 143341 11040 107920 11041 113798 11042 146534 11043 60140 11044 151641 11045 -17083 11046 107435 11047 -87175 11048 33792 11049 -119137 11050 -39822 11051 -112148 11052 -105279 11053 -78315 11054 -159170 11055 -15198 11056 -178452 11057 78364 11058 -138927 11059 170507 11060 -57883 11061 219879 11062 19869 11063 218526 11064 71726 11065 195888 11066 110464 11067 170751 11068 146117 11069 138572 11070 170253 11071 97490 11072 181578 11073 61882 11074 199698 11075 35247 11076 234646 11077 -7839 11078 261784 11079 -87718 11080 249722 11081 -190259 11082 193184 11083 -284702 11084 104127 11085 -357818 11086 -15234 11087 -401079 11088 -157479 11089 -391053 11090 -284193 11091 -308480 11092 -349034 11093 -177188 11094 -341646 11095 -51230 11096 -296448 11097 36678 11098 -243704 11099 94160 11100 -187113 11101 130290 11102 -131425 11103 140934 11104 -98933 11105 130939 11106 -96375 11107 131553 11108 -95752 11109 165062 11110 -62146 11111 213871 11112 3383 11113 243281 11114 77957 11115 240050 11116 146605 11117 208923 11118 200615 11119 146989 11120 218122 11121 56174 11122 176274 11123 -30681 11124 93618 11125 -67237 11126 20147 11127 -44514 11128 -13191 11129 5220 11130 -11429 11131 50824 11132 12673 11133 86773 11134 60427 11135 105055 11136 121782 11137 83643 11138 158244 11139 16380 11140 140371 11141 -61740 11142 83751 11143 -104643 11144 28185 11145 -102888 11146 -4899 11147 -77582 11148 -12456 11149 -43477 11150 10585 11151 -11926 11152 65313 11153 -7423 11154 121170 11155 -55476 11156 131499 11157 -144633 11158 78618 11159 -226294 11160 -9818 11161 -263834 11162 -101933 11163 -256051 11164 -185993 11165 -210980 11166 -247633 11167 -124987 11168 -257074 11169 -11314 11170 -203135 11171 84928 11172 -118179 11173 122734 11174 -52842 11175 107604 11176 -27272 11177 76655 11178 -30787 11179 54294 11180 -53982 11181 47022 11182 -87739 11183 67008 11184 -106647 11185 124319 11186 -77371 11187 198720 11188 -963 11189 243855 11190 84538 11191 234808 11192 145655 11193 188010 11194 179522 11195 126066 11196 186551 11197 55264 11198 155392 11199 -12659 11200 89305 11201 -46286 11202 27775 11203 -25436 11204 13392 11205 24977 11206 46029 11207 58433 11208 93584 11209 54336 11210 132157 11211 22220 11212 156531 11213 -29011 11214 156559 11215 -96422 11216 116924 11217 -159886 11218 50019 11219 -186051 11220 -5580 11221 -167593 11222 -26111 11223 -133096 11224 -22457 11225 -110423 11226 -11402 11227 -100214 11228 6522 11229 -101328 11230 25456 11231 -126923 11232 14868 11233 -177615 11234 -46989 11235 -219636 11236 -136966 11237 -209762 11238 -208242 11239 -145701 11240 -237474 11241 -59992 11242 -234163 11243 24625 11244 -204072 11245 102133 11246 -143414 11247 161124 11248 -67389 11249 178162 11250 -11503 11251 154785 11252 5506 11253 122078 11254 1117 11255 105305 11256 -4740 11257 102757 11258 -10478 11259 106359 11260 -15572 11261 122377 11262 -1162 11263 151065 11264 43314 11265 165227 11266 92790 11267 139653 11268 111543 11269 87888 11270 96720 11271 47939 11272 76255 11273 32160 11274 65727 11275 26633 11276 58283 11277 25039 11278 57133 11279 34971 11280 80907 11281 51767 11282 132733 11283 45941 11284 183501 11285 -390 11286 205781 11287 -70254 11288 200247 11289 -140688 11290 175085 11291 -207878 11292 123806 11293 -268554 11294 45394 11295 -301697 11296 -34338 11297 -290668 11298 -85155 11299 -253389 11300 -110591 11301 -222067 11302 -137026 11303 -202086 11304 -173129 11305 -172372 11306 -201449 11307 -127365 11308 -215082 11309 -83211 11310 -230327 11311 -44367 11312 -251887 11313 8217 11314 -258960 11315 83240 11316 -232784 11317 160412 11318 -184493 11319 216204 11320 -130859 11321 253629 11322 -71611 11323 279864 11324 -3933 11325 285666 11326 55960 11327 260546 11328 88385 11329 221421 11330 103375 11331 194532 11332 125684 11333 176383 11334 155338 11335 143869 11336 169032 11337 93554 11338 160158 11339 49793 11340 150799 11341 22684 11342 152627 11343 -5385 11344 149332 11345 -46532 11346 126445 11347 -85399 11348 96807 11349 -105358 11350 79396 11351 -115545 11352 67222 11353 -132382 11354 46266 11355 -149785 11356 21404 11357 -154372 11358 5362 11359 -153061 11360 -9046 11361 -159596 11362 -37680 11363 -164529 11364 -72078 11365 -145746 11366 -87073 11367 -108625 11368 -78765 11369 -79550 11370 -72473 11371 -69331 11372 -79812 11373 -58010 11374 -82853 11375 -32490 11376 -69263 11377 -10556 11378 -55880 11379 -9231 11380 -63749 11381 -14727 11382 -83676 11383 -5243 11384 -96280 11385 16712 11386 -102853 11387 36070 11388 -115480 11389 55999 11390 -127921 11391 88272 11392 -123645 11393 129653 11394 -104276 11395 161402 11396 -85557 11397 183323 11398 -65597 11399 212220 11400 -22818 11401 244176 11402 45173 11403 251327 11404 108707 11405 220465 11406 147848 11407 172514 11408 173032 11409 127940 11410 199607 11411 78790 11412 214024 11413 11704 11414 197836 11415 -58293 11416 160117 11417 -105910 11418 125809 11419 -130714 11420 99896 11421 -151311 11422 68765 11423 -170587 11424 32204 11425 -176816 11426 4288 11427 -170167 11428 -15998 11429 -165269 11430 -45493 11431 -160150 11432 -82122 11433 -133849 11434 -99681 11435 -83177 11436 -84540 11437 -34429 11438 -55568 11439 -8900 11440 -34435 11441 3574 11442 -14035 11443 17442 11444 19032 11445 21051 11446 48677 11447 -4292 11448 45282 11449 -47583 11450 8023 11451 -76886 11452 -38035 11453 -79747 11454 -80131 11455 -67070 11456 -122191 11457 -42287 11458 -158030 11459 3220 11460 -168842 11461 62936 11462 -151823 11463 112657 11464 -127345 11465 142387 11466 -106083 11467 166537 11468 -75019 11469 193701 11470 -23885 11471 204955 11472 26136 11473 185952 11474 53005 11475 153351 11476 66724 11477 132081 11478 91829 11479 115808 11480 123732 11481 81491 11482 137721 11483 29637 11484 126114 11485 -14935 11486 109077 11487 -40744 11488 97494 11489 -58797 11490 83730 11491 -75880 11492 64935 11493 -80619 11494 55667 11495 -72129 11496 62416 11497 -67069 11498 67598 11499 -74490 11500 62430 11501 -78801 11502 60104 11503 -68837 11504 74395 11505 -61578 11506 90833 11507 -75794 11508 86751 11509 -98938 11510 70472 11511 -106755 11512 66451 11513 -105035 11514 73266 11515 -120904 11516 61229 11517 -160773 11518 15227 11519 -199711 11520 -49938 11521 -217267 11522 -121599 11523 -216909 11524 -202722 11525 -200162 11526 -291284 11527 -152875 11528 -363182 11529 -65980 11530 -397664 11531 42146 11532 -397513 11533 150289 11534 -369861 11535 257209 11536 -304354 11537 361031 11538 -194641 11539 436098 11540 -64914 11541 456671 11542 47745 11543 430247 11544 137564 11545 388808 11546 223268 11547 339942 11548 307862 11549 265618 11550 367374 11551 160854 11552 387340 11553 49585 11554 382645 11555 -47266 11556 366778 11557 -137429 11558 332274 11559 -228732 11560 267741 11561 -307651 11562 184750 11563 -357015 11564 98983 11565 -379409 11566 9691 11567 -382422 11568 -85112 11569 -355752 11570 -165622 11571 -288122 11572 -206447 11573 -197781 11574 -210884 11575 -116430 11576 -204677 11577 -51094 11578 -192381 11579 15259 11580 -155610 11581 82488 11582 -90827 11583 123184 11584 -27150 11585 121120 11586 9560 11587 95113 11588 25388 11589 67741 11590 33431 11591 38484 11592 25941 11593 279 11594 -9084 11595 -34664 11596 -60872 11597 -46365 11598 -110906 11599 -35303 11600 -153959 11601 -11255 11602 -193503 11603 29973 11604 -213974 11605 96811 11606 -191424 11607 170452 11608 -132486 11609 217551 11610 -69304 11611 228361 11612 -18224 11613 224820 11614 34644 11615 218803 11616 97025 11617 195794 11618 147708 11619 144969 11620 167471 11621 87278 11622 169165 11623 48979 11624 179575 11625 26336 11626 200837 11627 -2433 11628 217954 11629 -42173 11630 226046 11631 -85206 11632 230183 11633 -133745 11634 218668 11635 -194733 11636 174279 11637 -254773 11638 103336 11639 -286552 11640 32801 11641 -285244 11642 -26234 11643 -270128 11644 -87097 11645 -247669 11646 -150596 11647 -201181 11648 -191052 11649 -126662 11650 -191851 11651 -53908 11652 -174311 11653 -10927 11654 -170894 11655 12756 11656 -181116 11657 44524 11658 -182407 11659 88824 11660 -168192 11661 130085 11662 -148651 11663 163841 11664 -123009 11665 197836 11666 -79167 11667 226005 11668 -21130 11669 230376 11670 29773 11671 209191 11672 65899 11673 178911 11674 98655 11675 146212 11676 130591 11677 96223 11678 140409 11679 29624 11680 119337 11681 -27945 11682 90041 11683 -57184 11684 75463 11685 -76441 11686 63473 11687 -109377 11688 27291 11689 -145799 11690 -31033 11691 -155552 11692 -84715 11693 -128573 11694 -117518 11695 -81387 11696 -131796 11697 -23196 11698 -123364 11699 48153 11700 -76489 11701 120766 11702 6203 11703 164569 11704 96835 11705 163157 11706 170238 11707 128265 11708 223873 11709 72928 11710 252545 11711 -2787 11712 237253 11713 -89679 11714 173076 11715 -151054 11716 94837 11717 -159577 11718 44851 11719 -132005 11720 27421 11721 -108495 11722 16482 11723 -104496 11724 -1926 11725 -107488 11726 -22466 11727 -111824 11728 -48754 11729 -125224 11730 -98195 11731 -141221 11732 -170630 11733 -132534 11734 -237687 11735 -83322 11736 -273008 11737 -9135 11738 -274289 11739 69484 11740 -245696 11741 143013 11742 -181428 11743 200676 11744 -91386 11745 215023 11746 -14105 11747 174918 11748 16229 11749 110755 11750 7912 11751 66753 11752 -5709 11753 51521 11754 -10096 11755 48135 11756 -14367 11757 49051 11758 -15434 11759 66646 11760 6054 11761 96798 11762 54261 11763 113475 11764 104401 11765 100468 11766 134981 11767 73088 11768 151160 11769 52414 11770 166651 11771 38071 11772 181453 11773 24431 11774 196004 11775 13307 11776 222827 11777 2781 11778 264326 11779 -32029 11780 290361 11781 -109863 11782 263040 11783 -209725 11784 181563 11785 -287405 11786 76115 11787 -323202 11788 -31876 11789 -324681 11790 -143466 11791 -293791 11792 -243125 11793 -218972 11794 -297552 11795 -108276 11796 -289812 11797 -2503 11798 -245972 11799 62463 11800 -204006 11801 86133 11802 -179121 11803 90015 11804 -169758 11805 87534 11806 -176425 11807 89360 11808 -192783 11809 113823 11810 -189291 11811 169289 11812 -138316 11813 228859 11814 -48689 11815 252525 11816 42109 11817 227664 11818 112889 11819 172052 11820 160661 11821 96645 11822 175988 11823 2242 11824 136591 11825 -90530 11826 47060 11827 -135702 11828 -44744 11829 -107004 11830 -89376 11831 -25447 11832 -76225 11833 63692 11834 -20947 11835 135071 11836 63924 11837 177088 11838 165562 11839 175298 11840 252441 11841 122591 11842 296054 11843 40180 11844 296684 11845 -36998 11846 277984 11847 -98325 11848 249189 11849 -153874 11850 201366 11851 -203284 11852 138197 11853 -232811 11854 80086 11855 -243774 11856 29430 11857 -258279 11858 -39990 11859 -282483 11860 -144057 11861 -286174 11862 -258081 11863 -238045 11864 -342457 11865 -144535 11866 -382083 11867 -34679 11868 -383190 11869 76315 11870 -345076 11871 180137 11872 -267237 11873 257355 11874 -171357 11875 285908 11876 -89658 11877 272618 11878 -33227 11879 245160 11880 12205 11881 218215 11882 53366 11883 185409 11884 80933 11885 148078 11886 98870 11887 121892 11888 130969 11889 105671 11890 182661 11891 69242 11892 221864 11893 -6374 11894 213454 11895 -97870 11896 160071 11897 -164915 11898 89980 11899 -191607 11900 20739 11901 -187135 11902 -42457 11903 -151165 11904 -81817 11905 -80774 11906 -75431 11907 4937 11908 -25069 11909 68718 11910 40425 11911 91854 11912 98977 11913 83269 11914 145087 11915 51321 11916 169592 11917 -4697 11918 151190 11919 -71573 11920 90317 11921 -112494 11922 23618 11923 -109241 11924 -17206 11925 -81447 11926 -36824 11927 -59622 11928 -57026 11929 -44730 11930 -77064 11931 -22242 11932 -80947 11933 4637 11934 -70553 11935 15146 11936 -67003 11937 8132 11938 -77139 11939 3625 11940 -85258 11941 10086 11942 -83930 11943 15533 11944 -83492 11945 14422 11946 -87470 11947 17738 11948 -82616 11949 30323 11950 -63399 11951 37051 11952 -46987 11953 29687 11954 -43560 11955 24737 11956 -35964 11957 37232 11958 -5317 11959 49417 11960 33712 11961 36972 11962 52242 11963 5324 11964 46798 11965 -16297 11966 39085 11967 -18718 11968 38027 11969 -16018 11970 33182 11971 -13777 11972 22427 11973 1172 11974 26411 11975 32025 11976 53933 11977 57369 11978 87815 11979 60733 11980 112501 11981 48706 11982 129056 11983 29915 11984 139859 11985 -658 11986 128957 11987 -43692 11988 85620 11989 -75358 11990 30991 11991 -73039 11992 -1898 11993 -47745 11994 -12402 11995 -29436 11996 -22459 11997 -24090 11998 -38586 11999 -14994 12000 -44391 12001 2970 12002 -34011 12003 11280 12004 -25514 12005 810 12006 -28361 12007 -12033 12008 -30068 12009 -17592 12010 -20133 12011 -27385 12012 -12641 12013 -54780 12014 -22532 12015 -89009 12016 -46468 12017 -114874 12018 -75979 12019 -132842 12020 -118013 12021 -145417 12022 -179112 12023 -131994 12024 -233055 12025 -71180 12026 -241864 12027 22321 12028 -197802 12029 106938 12030 -128139 12031 158363 12032 -55808 12033 182618 12034 17561 12035 186836 12036 86373 12037 162893 12038 126350 12039 115419 12040 126053 12041 73746 12042 108367 12043 65140 12044 104642 12045 81903 12046 124879 12047 101184 12048 162058 12049 109202 12050 211627 12051 97900 12052 264784 12053 49364 12054 288756 12055 -44238 12056 249346 12057 -153504 12058 151872 12059 -227117 12060 37424 12061 -242867 12062 -61227 12063 -215360 12064 -137686 12065 -162463 12066 -184843 12067 -86573 12068 -184300 12069 -3620 12070 -134389 12071 49870 12072 -73045 12073 46122 12074 -42981 12075 2464 12076 -53792 12077 -44518 12078 -88527 12079 -73353 12080 -133699 12081 -78912 12082 -177501 12083 -54016 12084 -196792 12085 1544 12086 -172005 12087 61546 12088 -116516 12089 89773 12090 -67543 12091 81173 12092 -42974 12093 62400 12094 -31362 12095 53544 12096 -23136 12097 51082 12098 -24172 12099 54829 12100 -28266 12101 82247 12102 -4616 12103 134645 12104 66117 12105 177776 12106 161576 12107 171504 12108 236711 12109 112708 12110 267669 12111 27848 12112 254581 12113 -57905 12114 200360 12115 -129186 12116 112567 12117 -162177 12118 22883 12119 -138208 12120 -28787 12121 -74123 12122 -30839 12123 -12407 12124 -7671 12125 17851 12126 14623 12127 20402 12128 30315 12129 3947 12130 29865 12131 -33188 12132 -7967 12133 -77908 12134 -84596 12135 -91793 12136 -160546 12137 -45836 12138 -185951 12139 41266 12140 -147842 12141 119519 12142 -71374 12143 157063 12144 17505 12145 148278 12146 98259 12147 90230 12148 139490 12149 -12794 12150 113785 12151 -129042 12152 26888 12153 -206891 12154 -79457 12155 -218839 12156 -166790 12157 -175305 12158 -221622 12159 -96938 12160 -234400 12161 3106 12162 -190674 12163 103594 12164 -97294 12165 163657 12166 271 12167 161581 12168 56321 12169 121772 12170 69873 12171 88963 12172 71733 12173 80224 12174 80609 12175 84799 12176 95988 12177 94386 12178 121596 12179 108176 12180 167565 12181 111065 12182 222204 12183 78126 12184 252147 12185 6282 12186 235610 12187 -75640 12188 182396 12189 -140933 12190 107443 12191 -181776 12192 16409 12193 -194641 12194 -76218 12195 -165801 12196 -137936 12197 -97471 12198 -147219 12199 -25768 12200 -125917 12201 12414 12202 -113379 12203 18405 12204 -119967 12205 22837 12206 -127592 12207 40290 12208 -125945 12209 61793 12210 -119301 12211 84604 12212 -102827 12213 118215 12214 -55490 12215 154582 12216 26221 12217 163883 12218 112479 12219 124547 12220 170994 12221 46714 12222 192660 12223 -46362 12224 174952 12225 -141804 12226 110739 12227 -221674 12228 9204 12229 -252004 12230 -88569 12231 -213201 12232 -137943 12233 -130645 12234 -134673 12235 -49498 12236 -106070 12237 9566 12238 -67544 12239 52866 12240 -18143 12241 80398 12242 32312 12243 77379 12244 57132 12245 48942 12246 46626 12247 26712 12248 25498 12249 33254 12250 18673 12251 58039 12252 27658 12253 80867 12254 44437 12255 97539 12256 71327 12257 105274 12258 106822 12259 89830 12260 128862 12261 43964 12262 115422 12263 -10337 12264 76232 12265 -44293 12266 38954 12267 -56386 12268 9139 12269 -66637 12270 -26271 12271 -77108 12272 -66537 12273 -68849 12274 -89032 12275 -40487 12276 -84869 12277 -16133 12278 -73560 12279 -12527 12280 -71837 12281 -15577 12282 -70869 12283 -9172 12284 -56118 12285 643 12286 -33936 12287 -1698 12288 -17717 12289 -12216 12290 -3631 12291 -21115 12292 14482 12293 -35548 12294 24851 12295 -62646 12296 10205 12297 -89010 12298 -20188 12299 -90110 12300 -38862 12301 -66119 12302 -38331 12303 -41072 12304 -35642 12305 -23743 12306 -38416 12307 706 12308 -28351 12309 37199 12310 3468 12311 64607 12312 37256 12313 65928 12314 50759 12315 53680 12316 49405 12317 49492 12318 51151 12319 52643 12320 56120 12321 50638 12322 54483 12323 45117 12324 49592 12325 45285 12326 52983 12327 44900 12328 57080 12329 27871 12330 45869 12331 1509 12332 20651 12333 -12806 12334 2665 12335 -12170 12336 -2636 12337 -16693 12338 -14538 12339 -35232 12340 -42190 12341 -49003 12342 -66627 12343 -42641 12344 -72382 12345 -30754 12346 -70664 12347 -31851 12348 -81036 12349 -37826 12350 -96193 12351 -28199 12352 -94297 12353 -6146 12354 -72892 12355 10810 12356 -48469 12357 15462 12358 -25479 12359 15516 12360 1665 12361 9198 12362 25380 12363 -14001 12364 26595 12365 -45705 12366 3383 12367 -58497 12368 -19328 12369 -41919 12370 -23627 12371 -13340 12372 -17131 12373 10841 12374 -8760 12375 36631 12376 14861 12377 68930 12378 62580 12379 85109 12380 111580 12381 62047 12382 126720 12383 11082 12384 101656 12385 -33737 12386 57775 12387 -54192 12388 10448 12389 -55460 12390 -38292 12391 -37993 12392 -77085 12393 4019 12394 -83643 12395 60619 12396 -56552 12397 101714 12398 -19622 12399 110478 12400 6847 12401 98799 12402 27071 12403 78932 12404 42905 12405 46631 12406 39596 12407 2314 12408 8580 12409 -32210 12410 -27465 12411 -35522 12412 -39684 12413 -20617 12414 -29268 12415 -18006 12416 -22843 12417 -33168 12418 -28926 12419 -47543 12420 -36993 12421 -52901 12422 -41608 12423 -58602 12424 -54729 12425 -63499 12426 -75255 12427 -50456 12428 -82491 12429 -15733 12430 -63925 12431 21158 12432 -33030 12433 42095 12434 -4414 12435 51935 12436 25564 12437 59229 12438 59887 12439 54882 12440 81154 12441 32088 12442 73596 12443 11214 12444 53856 12445 17056 12446 53224 12447 42406 12448 76668 12449 56079 12450 101330 12451 45834 12452 110834 12453 24875 12454 110631 12455 1589 12456 100444 12457 -32078 12458 65080 12459 -71135 12460 722 12461 -89456 12462 -67225 12463 -68409 12464 -110409 12465 -18652 12466 -124489 12467 36630 12468 -113243 12469 89137 12470 -72431 12471 131858 12472 -3821 12473 141869 12474 62428 12475 101443 12476 89526 12477 27286 12478 74197 12479 -40620 12480 40637 12481 -84777 12482 3281 12483 -113251 12484 -43004 12485 -127729 12486 -92621 12487 -113158 12488 -119620 12489 -70606 12490 -111247 12491 -25469 12492 -86271 12493 -872 12494 -67418 12495 10110 12496 -53323 12497 23904 12498 -33298 12499 40373 12500 -11731 12501 52076 12502 4896 12503 66754 12504 27523 12505 92452 12506 71737 12507 113716 12508 128792 12509 106814 12510 170273 12511 71902 12512 186325 12513 33780 12514 189822 12515 662 12516 185549 12517 -38097 12518 159231 12519 -83443 12520 108103 12521 -111698 12522 56248 12523 -108942 12524 23241 12525 -92270 12526 211 12527 -86039 12528 -30904 12529 -86397 12530 -67673 12531 -77295 12532 -96672 12533 -59399 12534 -120518 12535 -41579 12536 -148958 12537 -19278 12538 -171418 12539 21365 12540 -164785 12541 72159 12542 -128220 12543 108251 12544 -83835 12545 118688 12546 -44250 12547 116457 12548 -2430 12549 105613 12550 42303 12551 74244 12552 66896 12553 21037 12554 58936 12555 -27137 12556 38530 12557 -47245 12558 30879 12559 -48915 12560 34909 12561 -53343 12562 36168 12563 -62740 12564 34418 12565 -66111 12566 39439 12567 -67853 12568 43430 12569 -81653 12570 27158 12571 -100033 12572 -9674 12573 -98624 12574 -43776 12575 -68488 12576 -60328 12577 -25908 12578 -65154 12579 18190 12580 -59267 12581 69998 12582 -26801 12583 125710 12584 36106 12585 158826 12586 102092 12587 148520 12588 142158 12589 108918 12590 157904 12591 64731 12592 163503 12593 20163 12594 155003 12595 -33776 12596 119650 12597 -86530 12598 64404 12599 -117596 12600 13678 12601 -125139 12602 -25150 12603 -128867 12604 -65708 12605 -134178 12606 -112933 12607 -127790 12608 -152167 12609 -103357 12610 -175375 12611 -75892 12612 -193082 12613 -51618 12614 -211110 12615 -17478 12616 -211918 12617 33787 12618 -181606 12619 83510 12620 -133740 12621 109714 12622 -91253 12623 117840 12624 -53044 12625 124769 12626 -3996 12627 128818 12628 50234 12629 114308 12630 89485 12631 83191 12632 109535 12633 55918 12634 128810 12635 36639 12636 153605 12637 8940 12638 166405 12639 -35030 12640 153751 12641 -78938 12642 125006 12643 -107726 12644 89519 12645 -126565 12646 41492 12647 -137866 12648 -21131 12649 -125549 12650 -75806 12651 -76975 12652 -95914 12653 -9453 12654 -84535 12655 47404 12656 -61257 12657 85712 12658 -28910 12659 113610 12660 17470 12661 123626 12662 64730 12663 98334 12664 82682 12665 42098 12666 61123 12667 -12590 12668 21836 12669 -42456 12670 -14766 12671 -53734 12672 -49971 12673 -57066 12674 -85234 12675 -46524 12676 -104807 12677 -18808 12678 -96860 12679 8444 12680 -75628 12681 14964 12682 -63739 12683 6952 12684 -60541 12685 2189 12686 -52192 12687 1298 12688 -40447 12689 -5646 12690 -38666 12691 -13547 12692 -42513 12693 -6319 12694 -31355 12695 12083 12696 -3021 12697 16570 12698 19483 12699 -449 12700 21069 12701 -17451 12702 12931 12703 -17549 12704 9534 12705 -10109 12706 3732 12707 -5084 12708 -10385 12709 7076 12710 -18738 12711 39009 12712 -3684 12713 77294 12714 27379 12715 98174 12716 51721 12717 99539 12718 64919 12719 96663 12720 78839 12721 93873 12722 92251 12723 81750 12724 91158 12725 63706 12726 79484 12727 57371 12728 80719 12729 62945 12730 103239 12731 55976 12732 124803 12733 20855 12734 123981 12735 -30191 12736 103991 12737 -78448 12738 74361 12739 -125298 12740 25511 12741 -172459 12742 -50509 12743 -199345 12744 -132775 12745 -183240 12746 -186754 12747 -130385 12748 -202831 12749 -70454 12750 -195496 12751 -20473 12752 -173647 12753 22451 12754 -133996 12755 52824 12756 -86443 12757 56299 12758 -57270 12759 37267 12760 -53775 12761 24781 12762 -55291 12763 36745 12764 -41139 12765 59959 12766 -15465 12767 76356 12768 10243 12769 88322 12770 43815 12771 101588 12772 91748 12773 101591 12774 134364 12775 71895 12776 143636 12777 25880 12778 120623 12779 -5013 12780 90747 12781 -9942 12782 68795 12783 -466 12784 51514 12785 15649 12786 41868 12787 42598 12788 54613 12789 73087 12790 89402 12791 81156 12792 119109 12793 56083 12794 122546 12795 16782 12796 107257 12797 -16050 12798 86908 12799 -42539 12800 58301 12801 -69322 12802 16215 12803 -84863 12804 -21345 12805 -75653 12806 -33127 12807 -56453 12808 -26073 12809 -55345 12810 -28226 12811 -74707 12812 -49316 12813 -92754 12814 -73845 12815 -96360 12816 -90992 12817 -93266 12818 -109626 12819 -87311 12820 -129346 12821 -65328 12822 -130975 12823 -27005 12824 -104470 12825 4861 12826 -67192 12827 12000 12828 -42785 12829 2303 12830 -31601 12831 -6064 12832 -25403 12833 -12332 12834 -30324 12835 -19841 12836 -52663 12837 -12855 12838 -73406 12839 26471 12840 -63399 12841 87139 12842 -18740 12843 133357 12844 35892 12845 149639 12846 83066 12847 147475 12848 125887 12849 135430 12850 162200 12851 104557 12852 174028 12853 54946 12854 152693 12855 12430 12856 119158 12857 -3040 12858 98990 12859 913 12860 91716 12861 2047 12862 86788 12863 -3499 12864 85562 12865 -10969 12866 92865 12867 -29954 12868 93683 12869 -70399 12870 65418 12871 -119434 12872 11356 12873 -149038 12874 -41388 12875 -152390 12876 -80496 12877 -144973 12878 -115004 12879 -134614 12880 -148824 12881 -108366 12882 -163989 12883 -65113 12884 -150943 12885 -27460 12886 -126517 12887 -13142 12888 -110567 12889 -9677 12890 -98763 12891 1713 12892 -76811 12893 16250 12894 -48922 12895 17145 12896 -30523 12897 7324 12898 -21689 12899 1690 12900 -10095 12901 815 12902 -331 12903 -8057 12904 -8891 12905 -20122 12906 -32422 12907 -13794 12908 -48700 12909 17570 12910 -44270 12911 54116 12912 -31616 12913 82856 12914 -19429 12915 111660 12916 6420 12917 145038 12918 54066 12919 164520 12920 105178 12921 152179 12922 134411 12923 117939 12924 143125 12925 84751 12926 148272 12927 54767 12928 149099 12929 16483 12930 132127 12931 -27533 12932 98857 12933 -60417 12934 66217 12935 -79389 12936 38271 12937 -98592 12938 664 12939 -118798 12940 -49127 12941 -120773 12942 -89697 12943 -97936 12944 -106030 12945 -69077 12946 -107653 12947 -49623 12948 -108327 12949 -32871 12950 -98437 12951 -9029 12952 -68464 12953 7627 12954 -33006 12955 -1544 12956 -16780 12957 -27783 12958 -19629 12959 -46415 12960 -20656 12961 -50736 12962 -15004 12963 -55809 12964 -15290 12965 -66208 12966 -25652 12967 -70283 12968 -34360 12969 -66234 12970 -40633 12971 -65754 12972 -60896 12973 -70379 12974 -102449 12975 -57560 12976 -143126 12977 -10585 12978 -159662 12979 57586 12980 -151918 12981 127351 12982 -126940 12983 196016 12984 -75027 12985 264244 12986 12785 12987 309360 12988 114501 12989 302503 12990 191646 12991 246973 12992 227799 12993 173744 12994 236642 12995 105669 12996 229588 12997 41145 12998 202726 12999 -17210 13000 160535 13001 -56947 13002 124946 13003 -76686 13004 105807 13005 -97980 13006 84611 13007 -135107 13008 41854 13009 -174689 13010 -18737 13011 -195496 13012 -80556 13013 -195698 13014 -140902 13015 -177986 13016 -198181 13017 -132209 13018 -227779 13019 -50746 13020 -201128 13021 41136 13022 -124503 13023 98254 13024 -35933 13025 103478 13026 33864 13027 71958 13028 80219 13029 22476 13030 99660 13031 -40867 13032 79865 13033 -106725 13034 23508 13035 -143234 13036 -37945 13037 -132197 13038 -73982 13039 -90401 13040 -84863 13041 -47958 13042 -85972 13043 -14037 13044 -81863 13045 15882 13046 -73511 13047 37955 13048 -74769 13049 49326 13050 -98275 13051 68520 13052 -125584 13053 121285 13054 -119141 13055 202828 13056 -63415 13057 277569 13058 22240 13059 317781 13060 115922 13061 320359 13062 210737 13063 284424 13064 291967 13065 200503 13066 326506 13067 76738 13068 294638 13069 -45848 13070 217023 13071 -125459 13072 135159 13073 -157027 13074 69665 13075 -160161 13076 24488 13077 -148437 13078 3920 13079 -128779 13080 8907 13081 -121656 13082 16605 13083 -147294 13084 -6885 13085 -192271 13086 -67437 13087 -218365 13088 -136505 13089 -202139 13090 -188043 13091 -152350 13092 -215020 13093 -83640 13094 -210829 13095 -970 13096 -159303 13097 81809 13098 -64512 13099 126432 13100 33844 13101 107015 13102 90218 13103 42471 13104 93862 13105 -26378 13106 62779 13107 -73364 13108 12461 13109 -91937 13110 -46760 13111 -75609 13112 -90492 13113 -20466 13114 -89825 13115 51974 13116 -48039 13117 101973 13118 208 13119 111736 13120 28375 13121 96679 13122 36032 13123 76441 13124 27879 13125 55769 13126 -324 13127 42260 13128 -40843 13129 59202 13130 -59545 13131 112678 13132 -28688 13133 170924 13134 39234 13135 191873 13136 106837 13137 165304 13138 152276 13139 110582 13140 172557 13141 41741 13142 163530 13143 -32758 13144 117769 13145 -93685 13146 54083 13147 -113541 13148 10817 13149 -91633 13150 8704 13151 -59460 13152 35624 13153 -46039 13154 69395 13155 -56298 13156 102728 13157 -89242 13158 122318 13159 -149494 13160 102209 13161 -228389 13162 29440 13163 -287696 13164 -67123 13165 -292018 13166 -145122 13167 -246206 13168 -188574 13169 -181079 13170 -208045 13171 -114443 13172 -208506 13173 -46175 13174 -184613 13175 14769 13176 -148336 13177 49770 13178 -127602 13179 61777 13180 -131120 13181 77523 13182 -137288 13183 117067 13184 -123242 13185 170212 13186 -87378 13187 219518 13188 -35787 13189 259046 13190 35861 13191 280982 13192 122034 13193 263527 13194 191353 13195 196975 13196 212051 13197 106129 13198 187225 13199 29682 13200 144805 13201 -19436 13202 99922 13203 -51042 13204 50302 13205 -65584 13206 4550 13207 -53363 13208 -13410 13209 -22547 13210 1441 13211 -4445 13212 23226 13213 -15023 13214 28421 13215 -39118 13216 20931 13217 -55139 13218 13720 13219 -64036 13220 6378 13221 -71079 13222 -2355 13223 -70508 13224 1393 13225 -57302 13226 27298 13227 -49093 13228 60567 13229 -67813 13230 72716 13231 -108786 13232 59003 13233 -147067 13234 34222 13235 -173582 13236 -140 13237 -195834 13238 -56168 13239 -207829 13240 -128127 13241 -187058 13242 -185067 13243 -127037 13244 -206576 13245 -52507 13246 -204418 13247 12588 13248 -196381 13249 70373 13250 -179363 13251 129282 13252 -142971 13253 181844 13254 -95313 13255 212940 13256 -51992 13257 228387 13258 -10105 13259 240236 13260 40599 13261 241772 13262 92608 13263 215844 13264 124517 13265 168705 13266 132528 13267 122845 13268 132590 13269 85536 13270 130908 13271 44570 13272 112652 13273 -1670 13274 75426 13275 -31899 13276 42127 13277 -33830 13278 30754 13279 -25976 13280 31440 13281 -30529 13282 26451 13283 -42804 13284 17895 13285 -45929 13286 20701 13287 -42136 13288 32686 13289 -45540 13290 39973 13291 -56905 13292 45206 13293 -64298 13294 59768 13295 -72776 13296 78175 13297 -97979 13298 76141 13299 -138475 13300 46860 13301 -172198 13302 7129 13303 -185118 13304 -31548 13305 -187270 13306 -79316 13307 -181822 13308 -138294 13309 -151702 13310 -184028 13311 -86393 13312 -193153 13313 -7573 13314 -172020 13315 54130 13316 -147410 13317 95694 13318 -125160 13319 133145 13320 -94438 13321 168272 13322 -56327 13323 189318 13324 -22436 13325 197115 13326 7706 13327 203806 13328 48586 13329 207631 13330 100578 13331 189731 13332 140844 13333 142148 13334 153757 13335 82580 13336 147070 13337 25621 13338 126268 13339 -31450 13340 80363 13341 -85518 13342 6845 13343 -109334 13344 -63825 13345 -83944 13346 -95149 13347 -26021 13348 -83286 13349 25098 13350 -51216 13351 54282 13352 -13698 13353 67346 13354 30475 13355 66516 13356 74611 13357 42595 13358 96811 13359 1224 13360 93570 13361 -32610 13362 86481 13363 -45586 13364 91648 13365 -50046 13366 103023 13367 -61988 13368 111552 13369 -79673 13370 120246 13371 -102166 13372 126305 13373 -141457 13374 103954 13375 -199288 13376 33957 13377 -245527 13378 -64735 13379 -244089 13380 -149086 13381 -192244 13382 -199727 13383 -115432 13384 -222260 13385 -32108 13386 -217771 13387 55555 13388 -176251 13389 133336 13390 -106662 13391 173339 13392 -41427 13393 166674 13394 -8103 13395 136097 13396 -2265 13397 109092 13398 -8485 13399 90676 13400 -21446 13401 80482 13402 -37137 13403 86596 13404 -36159 13405 109546 13406 -7792 13407 124974 13408 28143 13409 108923 13410 42324 13411 72538 13412 32361 13413 44955 13414 19763 13415 38931 13416 15914 13417 41548 13418 14682 13419 47732 13420 21417 13421 67780 13422 57521 13423 96429 13424 128123 13425 103611 13426 204429 13427 63559 13428 252633 13429 -12750 13430 264013 13431 -101168 13432 242797 13433 -186072 13434 187017 13435 -257925 13436 101945 13437 -294798 13438 15833 13439 -283967 13440 -40739 13441 -244135 13442 -68232 13443 -207657 13444 -91315 13445 -183202 13446 -120460 13447 -156474 13448 -146145 13449 -123206 13450 -167418 13451 -94564 13452 -200034 13453 -67165 13454 -243574 13455 -15112 13456 -267651 13457 72493 13458 -244641 13459 170183 13460 -180392 13461 241425 13462 -98866 13463 274168 13464 -15306 13465 273109 13466 59467 13467 237440 13468 104541 13469 169264 13470 103060 13471 94359 13472 69736 13473 46654 13474 35683 13475 32524 13476 15786 13477 33619 13478 3722 13479 40917 13480 2483 13481 58095 13482 27575 13483 77160 13484 74890 13485 71205 13486 112645 13487 30394 13488 116562 13489 -19762 13490 99713 13491 -49869 13492 87933 13493 -60813 13494 85679 13495 -69625 13496 83074 13497 -78866 13498 82533 13499 -83422 13500 91963 13501 -91005 13502 100827 13503 -116476 13504 86705 13505 -152294 13506 48046 13507 -175788 13508 4174 13509 -176746 13510 -35856 13511 -165519 13512 -78435 13513 -144127 13514 -118603 13515 -100736 13516 -131848 13517 -39189 13518 -111031 13519 9912 13520 -81716 13521 25068 13522 -73603 13523 20429 13524 -84040 13525 22905 13526 -94557 13527 35999 13528 -100585 13529 49082 13530 -111708 13531 64125 13532 -120543 13533 92655 13534 -109022 13535 129269 13536 -76729 13537 150462 13538 -43467 13539 150015 13540 -20065 13541 140070 13542 904 13543 129328 13544 20045 13545 110993 13546 25400 13547 88267 13548 17640 13549 80374 13550 23533 13551 96082 13552 61836 13553 110115 13554 116373 13555 94722 13556 158477 13557 52548 13558 181767 13559 2964 13560 196854 13561 -50353 13562 197223 13563 -115088 13564 164619 13565 -181920 13566 100617 13567 -223510 13568 31529 13569 -228623 13570 -24492 13571 -210188 13572 -69989 13573 -178079 13574 -106587 13575 -130605 13576 -120520 13577 -71758 13578 -108999 13579 -22360 13580 -91432 13581 6046 13582 -83184 13583 29474 13584 -73313 13585 61905 13586 -44843 13587 91102 13588 -7807 13589 95233 13590 15713 13591 81326 13592 24179 13593 70201 13594 35020 13595 63461 13596 49656 13597 42937 13598 48924 13599 6192 13600 24841 13601 -25964 13602 -6763 13603 -38854 13604 -34294 13605 -42016 13606 -62573 13607 -42040 13608 -93797 13609 -31247 13610 -113633 13611 -4171 13612 -113015 13613 24032 13614 -106090 13615 40467 13616 -106289 13617 56251 13618 -101101 13619 86851 13620 -70201 13621 121064 13622 -20386 13623 135768 13624 23824 13625 129824 13626 58473 13627 121084 13628 99449 13629 112379 13630 149485 13631 84800 13632 185663 13633 32027 13634 191098 13635 -26476 13636 174413 13637 -71612 13638 149683 13639 -105508 13640 114397 13641 -132364 13642 68157 13643 -140598 13644 27418 13645 -121335 13646 8130 13647 -91959 13648 2970 13649 -72477 13650 -5399 13651 -59700 13652 -11959 13653 -41060 13654 -3008 13655 -23105 13656 12510 13657 -26715 13658 9667 13659 -49833 13660 -17227 13661 -65492 13662 -45810 13663 -60086 13664 -61016 13665 -49351 13666 -75094 13667 -48066 13668 -99244 13669 -46578 13670 -124263 13671 -30819 13672 -137407 13673 -9593 13674 -144616 13675 6733 13676 -157502 13677 24077 13678 -167141 13679 54963 13680 -158643 13681 92900 13682 -136626 13683 122296 13684 -115025 13685 146337 13686 -87619 13687 177739 13688 -35263 13689 210612 13690 39498 13691 218912 13692 109180 13693 194549 13694 158317 13695 157319 13696 199201 13697 120823 13698 242658 13699 73438 13700 272104 13701 4541 13702 269446 13703 -71555 13704 240003 13705 -132895 13706 200152 13707 -178571 13708 150807 13709 -215840 13710 84339 13711 -237067 13712 12154 13713 -227971 13714 -44893 13715 -193886 13716 -82406 13717 -153638 13718 -112950 13719 -111423 13720 -133021 13721 -56822 13722 -125493 13723 2493 13724 -90785 13725 39043 13726 -57135 13727 41381 13728 -45607 13729 28915 13730 -46857 13731 23534 13732 -45195 13733 20617 13734 -46756 13735 8914 13736 -64307 13737 -3162 13738 -87984 13739 2205 13740 -98927 13741 21754 13742 -95774 13743 37032 13744 -92964 13745 45080 13746 -91272 13747 55820 13748 -80094 13749 69294 13750 -62431 13751 73306 13752 -54191 13753 71630 13754 -55072 13755 82716 13756 -41379 13757 111180 13758 421 13759 133450 13760 51733 13761 131654 13762 92127 13763 115228 13764 126521 13765 98831 13766 167573 13767 74120 13768 204446 13769 26001 13770 213198 13771 -36812 13772 192702 13773 -88730 13774 160673 13775 -121447 13776 127614 13777 -145950 13778 86624 13779 -162348 13780 40716 13781 -160254 13782 4956 13783 -141645 13784 -18676 13785 -124407 13786 -44544 13787 -114245 13788 -77682 13789 -93612 13790 -99410 13791 -55139 13792 -97437 13793 -17362 13794 -88017 13795 -146 13796 -90616 13797 6103 13798 -98958 13799 22208 13800 -93364 13801 44132 13802 -77949 13803 52484 13804 -72348 13805 48008 13806 -80338 13807 49787 13808 -81766 13809 65724 13810 -68153 13811 81784 13812 -48338 13813 89286 13814 -28940 13815 94044 13816 -250 13817 95884 13818 36442 13819 79596 13820 60811 13821 42386 13822 58306 13823 5989 13824 44875 13825 -10686 13826 38810 13827 -17199 13828 35063 13829 -28873 13830 19215 13831 -37167 13832 1024 13833 -23387 13834 5348 13835 5298 13836 31774 13837 20356 13838 56847 13839 11948 13840 66050 13841 -3529 13842 67720 13843 -13576 13844 68582 13845 -24957 13846 59947 13847 -40120 13848 39215 13849 -45796 13850 21841 13851 -35290 13852 18382 13853 -22558 13854 16438 13855 -20692 13856 4822 13857 -19655 13858 -4698 13859 -6976 13860 2617 13861 6208 13862 15484 13863 -773 13864 10741 13865 -21802 13866 -11713 13867 -32094 13868 -28864 13869 -25643 13870 -31638 13871 -21017 13872 -38617 13873 -27307 13874 -58377 13875 -29573 13876 -75924 13877 -16362 13878 -77660 13879 2771 13880 -70339 13881 14853 13882 -62871 13883 24543 13884 -49138 13885 36015 13886 -23202 13887 37590 13888 -1131 13889 18571 13890 -1474 13891 -6071 13892 -14357 13893 -14365 13894 -19604 13895 -9392 13896 -17699 13897 -8505 13898 -25729 13899 -10288 13900 -42291 13901 6309 13902 -42070 13903 42449 13904 -13259 13905 72754 13906 23812 13907 78039 13908 48106 13909 68975 13910 62608 13911 62069 13912 77588 13913 55078 13914 87880 13915 40472 13916 87456 13917 26884 13918 85431 13919 24077 13920 94991 13921 22536 13922 107918 13923 5767 13924 106666 13925 -21833 13926 93859 13927 -42139 13928 86345 13929 -56953 13930 79324 13931 -83371 13932 52085 13933 -119461 13934 1411 13935 -139416 13936 -46567 13937 -130881 13938 -72209 13939 -113278 13940 -89534 13941 -105536 13942 -117645 13943 -100873 13944 -152145 13945 -82082 13946 -176025 13947 -49402 13948 -188532 13949 -13088 13950 -195281 13951 30131 13952 -186612 13953 86357 13954 -146777 13955 141483 13956 -82460 13957 171642 13958 -16883 13959 172688 13960 39692 13961 158274 13962 92606 13963 129879 13964 133871 13965 76152 13966 139317 13967 7402 13968 103649 13969 -40837 13970 57973 13971 -44728 13972 34905 13973 -22046 13974 35583 13975 -2223 13976 43464 13977 6783 13978 55096 13979 13015 13980 73251 13981 10583 13982 85903 13983 -10693 13984 73540 13985 -40887 13986 41120 13987 -55487 13988 8973 13989 -45499 13990 -9848 13991 -24576 13992 -19406 13993 -208 13994 -14784 13995 29608 13996 16799 13997 51324 13998 65725 13999 37818 14000 93873 14001 -18083 14002 73812 14003 -84109 14004 19655 14005 -123366 14006 -38036 14007 -131099 14008 -88103 14009 -121019 14010 -133867 14011 -94280 14012 -164427 14013 -45105 14014 -161321 14015 12652 14016 -129384 14017 51006 14018 -94439 14019 61398 14020 -72151 14021 59596 14022 -57345 14023 57967 14024 -47269 14025 54949 14026 -45373 14027 57141 14028 -43142 14029 78304 14030 -15338 14031 112579 14032 43360 14033 126959 14034 104062 14035 98691 14036 133388 14037 43077 14038 128948 14039 -6511 14040 110519 14041 -40494 14042 81222 14043 -65053 14044 36732 14045 -73570 14046 -7571 14047 -49004 14048 -21507 14049 1745 14050 3600 14051 44556 14052 45767 14053 55564 14054 80734 14055 36944 14056 99676 14057 -582 14058 94183 14059 -49212 14060 52657 14061 -92632 14062 -15240 14063 -100291 14064 -70676 14065 -62190 14066 -82447 14067 -5852 14068 -59362 14069 32065 14070 -28420 14071 43217 14072 686 14073 38766 14074 29229 14075 16761 14076 42080 14077 -31336 14078 13600 14079 -87516 14080 -53350 14081 -112120 14082 -121503 14083 -85550 14084 -155761 14085 -24638 14086 -151261 14087 43431 14088 -114721 14089 101607 14090 -51394 14091 136494 14092 23807 14093 130002 14094 77874 14095 82402 14096 89802 14097 25641 14098 73210 14099 -9156 14100 53997 14101 -21379 14102 38456 14103 -25537 14104 21302 14105 -20168 14106 13740 14107 2446 14108 34477 14109 27582 14110 74299 14111 23435 14112 96118 14113 -16813 14114 77903 14115 -61602 14116 36347 14117 -81356 14118 -5439 14119 -74213 14120 -39428 14121 -50956 14122 -61450 14123 -13915 14124 -58230 14125 30407 14126 -27250 14127 59400 14128 9352 14129 56497 14130 25461 14131 33707 14132 20408 14133 14187 14134 11075 14135 1967 14136 -1788 14137 -8314 14138 -26147 14139 -8414 14140 -46698 14141 17965 14142 -33655 14143 58909 14144 17305 14145 76464 14146 71647 14147 48814 14148 95381 14149 -6186 14150 86674 14151 -60463 14152 57405 14153 -104952 14154 11246 14155 -135429 14156 -48592 14157 -138001 14158 -99216 14159 -102267 14160 -117413 14161 -45906 14162 -105214 14163 1368 14164 -80565 14165 32227 14166 -50020 14167 52807 14168 -11479 14169 58486 14170 19827 14171 39520 14172 20411 14173 9862 14174 -4401 14175 2957 14176 -19724 14177 29355 14178 -3965 14179 62464 14180 28476 14181 74123 14182 55324 14183 67120 14184 76780 14185 54565 14186 98462 14187 32422 14188 108422 14189 -5713 14190 91139 14191 -47826 14192 53114 14193 -71485 14194 16093 14195 -73599 14196 -13892 14197 -67139 14198 -42101 14199 -53571 14200 -61821 14201 -26442 14202 -58744 14203 4336 14204 -39145 14205 15954 14206 -29031 14207 7675 14208 -37649 14209 4221 14210 -42689 14211 19075 14212 -26362 14213 33448 14214 -2198 14215 26695 14216 8196 14217 8128 14218 8596 14219 -3076 14220 12687 14221 -9747 14222 17349 14223 -25301 14224 9178 14225 -46474 14226 -11198 14227 -54541 14228 -27276 14229 -46389 14230 -34671 14231 -34963 14232 -41628 14233 -23907 14234 -46644 14235 -4460 14236 -35459 14237 20242 14238 -10355 14239 29955 14240 5200 14241 20189 14242 533 14243 13771 14244 -5090 14245 26518 14246 9579 14247 43391 14248 33641 14249 41947 14250 44764 14251 25620 14252 42278 14253 14125 14254 42424 14255 9070 14256 44901 14257 -3924 14258 34168 14259 -23640 14260 8906 14261 -32726 14262 -13440 14263 -24153 14264 -23102 14265 -11809 14266 -29047 14267 -2376 14268 -34720 14269 10320 14270 -28142 14271 25767 14272 -8690 14273 25737 14274 1719 14275 6321 14276 -11833 14277 -10434 14278 -30987 14279 -3353 14280 -30506 14281 14868 14282 -13056 14283 20407 14284 387 14285 10432 14286 4681 14287 1325 14288 12009 14289 -5192 14290 20118 14291 -22530 14292 11886 14293 -50328 14294 -19187 14295 -65181 14296 -52949 14297 -52035 14298 -71282 14299 -21421 14300 -74400 14301 13835 14302 -62267 14303 51902 14304 -25735 14305 85875 14306 31805 14307 92349 14308 79146 14309 58448 14310 86925 14311 7163 14312 61655 14313 -26575 14314 32365 14315 -35626 14316 8008 14317 -32796 14318 -17109 14319 -20629 14320 -35105 14321 11093 14322 -24757 14323 52601 14324 15847 14325 73712 14326 58186 14327 57418 14328 75017 14329 18827 14330 66935 14331 -19107 14332 43394 14333 -49193 14334 5974 14335 -66520 14336 -38065 14337 -56473 14338 -63061 14339 -18829 14340 -52802 14341 19371 14342 -22518 14343 27800 14344 -2604 14345 11440 14346 -1500 14347 -6966 14348 -7064 14349 -19540 14350 -18893 14351 -34791 14352 -48617 14353 -44497 14354 -86960 14355 -24367 14356 -102131 14357 28737 14358 -74164 14359 82886 14360 -19705 14361 106897 14362 34103 14363 98553 14364 75198 14365 70085 14366 98187 14367 26316 14368 91419 14369 -23884 14370 52200 14371 -55043 14372 7505 14373 -47055 14374 -10704 14375 -12592 14376 177 14377 17398 14378 20883 14379 31488 14380 44233 14381 35038 14382 73417 14383 24745 14384 95775 14385 -12910 14386 82460 14387 -67242 14388 26594 14389 -100272 14390 -38049 14391 -86163 14392 -75048 14393 -38901 14394 -77311 14395 13156 14396 -55839 14397 54706 14398 -15794 14399 80130 14400 36249 14401 74867 14402 74846 14403 31182 14404 74608 14405 -28154 14406 39236 14407 -68640 14408 -4597 14409 -79594 14410 -42784 14411 -71984 14412 -75615 14413 -50720 14414 -92758 14415 -10165 14416 -76158 14417 35441 14418 -30925 14419 53363 14420 6169 14421 30789 14422 7491 14423 -5607 14424 -16949 14425 -21304 14426 -40499 14427 -11554 14428 -55062 14429 11409 14430 -58826 14431 44908 14432 -39862 14433 88792 14434 12785 14435 121319 14436 81574 14437 115567 14438 133373 14439 71233 14440 152198 14441 12574 14442 145334 14443 -42452 14444 116437 14445 -90761 14446 61523 14447 -120910 14448 -3304 14449 -111015 14450 -41386 14451 -64678 14452 -35077 14453 -16023 14454 -6752 14455 3547 14456 12662 14457 -2283 14458 16561 14459 -14047 14460 15457 14461 -27715 14462 5302 14463 -45701 14464 -23351 14465 -55956 14466 -56342 14467 -38945 14468 -68025 14469 -2449 14470 -52366 14471 27104 14472 -26998 14473 36124 14474 -3378 14475 31830 14476 18449 14477 16726 14478 31837 14479 -16177 14480 16317 14481 -58535 14482 -29435 14483 -79590 14484 -75184 14485 -61157 14486 -93400 14487 -22312 14488 -87756 14489 9845 14490 -77481 14491 31511 14492 -62484 14493 53632 14494 -33796 14495 69736 14496 -1428 14497 66104 14498 13151 14499 48046 14500 9768 14501 40281 14502 9394 14503 50056 14504 24816 14505 62567 14506 47286 14507 66885 14508 72448 14509 65970 14510 106399 14511 56349 14512 143905 14513 22098 14514 157535 14515 -38257 14516 130923 14517 -97361 14518 80351 14519 -129096 14520 33357 14521 -136566 14522 -6875 14523 -136296 14524 -50831 14525 -125146 14526 -90788 14527 -91536 14528 -105694 14529 -45393 14530 -95816 14531 -12408 14532 -84448 14533 131 14534 -83868 14535 9414 14536 -83317 14537 26865 14538 -74724 14539 43481 14540 -64512 14541 52701 14542 -56068 14543 65873 14544 -35469 14545 84488 14546 2631 14547 90628 14548 38529 14549 69319 14550 53019 14551 34708 14552 52408 14553 8393 14554 52194 14555 -11006 14556 48280 14557 -38439 14558 24793 14559 -66756 14560 -13696 14561 -72966 14562 -42064 14563 -54648 14564 -50196 14565 -32853 14566 -53503 14567 -19850 14568 -61812 14569 -5516 14570 -64837 14571 18610 14572 -53339 14573 42343 14574 -38321 14575 55662 14576 -28375 14577 67456 14578 -12439 14579 85705 14580 19472 14581 97116 14582 54486 14583 86574 14584 73286 14585 64482 14586 79824 14587 49718 14588 92313 14589 38809 14590 109611 14591 12966 14592 109469 14593 -26929 14594 87419 14595 -58444 14596 63558 14597 -71871 14598 47157 14599 -82994 14600 25717 14601 -101267 14602 -11616 14603 -113425 14604 -52202 14605 -103981 14606 -80432 14607 -82218 14608 -100440 14609 -59074 14610 -117889 14611 -30535 14612 -122525 14613 10048 14614 -102060 14615 49315 14616 -68807 14617 65440 14618 -45178 14619 63180 14620 -31700 14621 61887 14622 -12225 14623 64675 14624 13023 14625 54689 14626 22980 14627 29407 14628 11033 14629 10849 14630 -1828 14631 13041 14632 -42 14633 21455 14634 6193 14635 21113 14636 2239 14637 17972 14638 -3598 14639 25135 14640 2570 14641 36403 14642 13980 14643 39308 14644 18776 14645 38736 14646 22182 14647 45317 14648 38163 14649 51575 14650 59249 14651 40469 14652 65422 14653 16685 14654 53674 14655 2539 14656 44772 14657 3674 14658 46276 14659 2200 14660 44008 14661 -8565 14662 29656 14663 -12643 14664 22085 14665 1772 14666 36986 14667 15857 14668 62621 14669 7106 14670 76228 14671 -20467 14672 74396 14673 -49171 14674 65692 14675 -76945 14676 46116 14677 -108635 14678 5449 14679 -134103 14680 -45925 14681 -133265 14682 -85195 14683 -108052 14684 -105298 14685 -78446 14686 -119758 14687 -51713 14688 -131093 14689 -17621 14690 -124415 14691 24290 14692 -95878 14693 52881 14694 -68593 14695 57058 14696 -61666 14697 55025 14698 -61587 14699 67249 14700 -47059 14701 87954 14702 -21023 14703 99389 14704 -86 14705 101715 14706 17453 14707 107192 14708 45431 14709 111562 14710 80470 14711 99006 14712 103899 14713 71048 14714 110481 14715 44407 14716 114079 14717 24971 14718 117643 14719 65 14720 109178 14721 -31228 14722 83944 14723 -50616 14724 61720 14725 -49957 14726 55539 14727 -46455 14728 52572 14729 -56791 14730 35125 14731 -68998 14732 12779 14733 -64053 14734 4987 14735 -48152 14736 11176 14737 -43722 14738 12061 14739 -51631 14740 4877 14741 -57043 14742 2173 14743 -57236 14744 4031 14745 -66209 14746 -6742 14747 -85449 14748 -34338 14749 -96883 14750 -63497 14751 -90750 14752 -83590 14753 -77360 14754 -104653 14755 -63788 14756 -129757 14757 -37489 14758 -140660 14759 8303 14760 -121696 14761 54209 14762 -86546 14763 77490 14764 -60094 14765 82568 14766 -42500 14767 88768 14768 -18251 14769 97074 14770 12020 14771 91139 14772 29526 14773 72915 14774 31588 14775 61426 14776 35339 14777 62853 14778 51949 14779 61597 14780 68496 14781 48011 14782 75549 14783 31908 14784 80966 14785 19960 14786 89881 14787 1334 14788 87851 14789 -29975 14790 63814 14791 -56124 14792 32863 14793 -58644 14794 15688 14795 -47110 14796 10015 14797 -41003 14798 -596 14799 -39628 14800 -12459 14801 -26398 14802 -6935 14803 -4707 14804 15966 14805 2004 14806 34121 14807 -14420 14808 34256 14809 -36970 14810 27370 14811 -51277 14812 22458 14813 -64731 14814 8645 14815 -83403 14816 -20482 14817 -95630 14818 -51401 14819 -88930 14820 -68232 14821 -73145 14822 -79601 14823 -61309 14824 -97365 14825 -46847 14826 -111885 14827 -18211 14828 -105928 14829 15076 14830 -85162 14831 33603 14832 -71930 14833 37155 14834 -69729 14835 45325 14836 -60537 14837 62612 14838 -38703 14839 72000 14840 -21095 14841 64740 14842 -20668 14843 58417 14844 -22760 14845 67156 14846 -11691 14847 80590 14848 6399 14849 84938 14850 20837 14851 85324 14852 36890 14853 89928 14854 65920 14855 88427 14856 96388 14857 65625 14858 108555 14859 28001 14860 102583 14861 -3132 14862 92980 14863 -24432 14864 81687 14865 -48335 14866 54902 14867 -72338 14868 15178 14869 -74860 14870 -11052 14871 -50597 14872 -9389 14873 -23568 14874 4967 14875 -14657 14876 13855 14877 -18529 14878 20698 14879 -22727 14880 31687 14881 -33757 14882 34750 14883 -60003 14884 13792 14885 -88909 14886 -24281 14887 -99001 14888 -56573 14889 -87980 14890 -77904 14891 -70246 14892 -96683 14893 -48454 14894 -109461 14895 -14143 14896 -100417 14897 23775 14898 -71467 14899 43370 14900 -47723 14901 39290 14902 -43813 14903 31809 14904 -46041 14905 36783 14906 -39221 14907 43637 14908 -32394 14909 40617 14910 -37811 14911 38731 14912 -45890 14913 52473 14914 -38106 14915 73892 14916 -19472 14917 83860 14918 -6402 14919 82982 14920 213 14921 88040 14922 15080 14923 99545 14924 40528 14925 102466 14926 62742 14927 92291 14928 78977 14929 82923 14930 101556 14931 74543 14932 130506 14933 50228 14934 144021 14935 4047 14936 127943 14937 -42192 14938 97250 14939 -66202 14940 73188 14941 -73744 14942 52950 14943 -79377 14944 27910 14945 -78874 14946 9349 14947 -62449 14948 15069 14949 -41717 14950 38224 14951 -42682 14952 50844 14953 -69565 14954 38538 14955 -102292 14956 10533 14957 -126662 14958 -26647 14959 -142886 14960 -77985 14961 -145415 14962 -136195 14963 -117572 14964 -173224 14965 -57226 14966 -171023 14967 7787 14968 -143845 14969 53122 14970 -113908 14971 79401 14972 -83153 14973 97893 14974 -47991 14975 103463 14976 -21198 14977 87520 14978 -20201 14979 67885 14980 -34749 14981 71942 14982 -35115 14983 99635 14984 -9752 14985 126813 14986 27726 14987 135149 14988 65898 14989 130533 14990 106971 14991 114730 14992 145325 14993 76732 14994 158950 14995 18414 14996 137466 14997 -35363 14998 99391 14999 -62471 15000 67653 15001 -67674 15002 43500 15003 -66147 15004 20070 15005 -58369 15006 6637 15007 -37149 15008 16004 15009 -17232 15010 35652 15011 -19259 15012 39224 15013 -38188 15014 22494 15015 -48659 15016 8565 15017 -41241 15018 10625 15019 -30844 15020 17508 15021 -29103 15022 21456 15023 -30467 15024 30990 15025 -32190 15026 47860 15027 -49259 15028 50527 15029 -88142 15030 20189 15031 -127924 15032 -32913 15033 -142722 15034 -84301 15035 -129599 15036 -124583 15037 -101485 15038 -156146 15039 -58208 15040 -166708 15041 2470 15042 -141259 15043 60861 15044 -90919 15045 86491 15046 -50784 15047 75741 15048 -39018 15049 55561 15050 -44795 15051 47122 15052 -53775 15053 50233 15054 -66098 15055 61246 15056 -77270 15057 92324 15058 -63295 15059 144134 15060 -8079 15061 189422 15062 70633 15063 196842 15064 141112 15065 163500 15066 189084 15067 106516 15068 214373 15069 36774 15070 209138 15071 -41041 15072 165258 15073 -106353 15074 98654 15075 -132457 15076 46452 15077 -120118 15078 23584 15079 -96840 15080 16273 15081 -82964 15082 11084 15083 -74520 15084 12055 15085 -67788 15086 19038 15087 -73939 15088 13965 15089 -97104 15090 -18031 15091 -114398 15092 -59842 15093 -104244 15094 -84940 15095 -72791 15096 -87976 15097 -42391 15098 -83250 15099 -21224 15100 -74513 15101 -1041 15102 -55317 15103 12456 15104 -34488 15105 5806 15106 -32170 15107 -14681 15108 -50650 15109 -23729 15110 -67745 15111 -11844 15112 -70329 15113 5010 15114 -68701 15115 13244 15116 -70971 15117 22120 15118 -68094 15119 38367 15120 -53295 15121 48628 15122 -43231 15123 42179 15124 -54228 15125 34537 15126 -75109 15127 51100 15128 -78626 15129 90479 15130 -56105 15131 129930 15132 -19581 15133 156770 15134 28165 15135 174530 15136 91823 15137 174922 15138 160506 15139 140454 15140 203680 15141 72136 15142 204988 15143 -3166 15144 178801 15145 -61422 15146 142700 15147 -102647 15148 97190 15149 -129216 15150 44607 15151 -132275 15152 5478 15153 -107356 15154 -2116 15155 -77368 15156 9099 15157 -68285 15158 11729 15159 -79737 15160 -1032 15161 -90344 15162 -16337 15163 -94455 15164 -32837 15165 -101091 15166 -62401 15167 -107067 15168 -101482 15169 -93827 15170 -128991 15171 -56235 15172 -133240 15173 -16254 15174 -125226 15175 11618 15176 -118210 15177 34560 15178 -104350 15179 61319 15180 -76965 15181 80552 15182 -49457 15183 79935 15184 -36714 15185 71200 15186 -31516 15187 70981 15188 -17582 15189 75266 15190 -360 15191 68308 15192 2718 15193 52908 15194 -6667 15195 49796 15196 -8594 15197 62370 15198 4873 15199 73288 15200 19530 15201 73502 15202 28551 15203 73768 15204 44161 15205 79288 15206 73107 15207 75447 15208 97617 15209 50939 15210 100980 15211 19645 15212 90585 15213 -1317 15214 82783 15215 -13045 15216 76575 15217 -26645 15218 61255 15219 -35248 15220 47553 15221 -28467 15222 52714 15223 -16748 15224 72378 15225 -24041 15226 81058 15227 -53411 15228 68353 15229 -83762 15230 45437 15231 -102525 15232 21325 15233 -118387 15234 -13161 15235 -133124 15236 -61284 15237 -130829 15238 -103407 15239 -100287 15240 -120871 15241 -57647 15242 -120797 15243 -25167 15244 -119953 15245 -894 15246 -115779 15247 27809 15248 -98270 15249 56299 15250 -72949 15251 71422 15252 -54461 15253 75612 15254 -39577 15255 84037 15256 -12331 15257 94150 15258 25730 15259 85483 15260 49839 15261 53191 15262 47125 15263 18775 15264 30760 15265 -998 15266 14213 15267 -10748 15268 -8793 15269 -15446 15270 -40198 15271 -1891 15272 -58991 15273 39253 15274 -41443 15275 88528 15276 5018 15277 115435 15278 53239 15279 112451 15280 90576 15281 92055 15282 117388 15283 60129 15284 127493 15285 14895 15286 108373 15287 -27586 15288 69365 15289 -41427 15290 42426 15291 -23086 15292 45462 15293 1167 15294 68006 15295 9528 15296 94206 15297 812 15298 120615 15299 -21422 15300 141676 15301 -68317 15302 132445 15303 -140045 15304 75274 15305 -205203 15306 -12314 15307 -227101 15308 -92553 15309 -202268 15310 -147115 15311 -151670 15312 -177107 15313 -91844 15314 -180958 15315 -26916 15316 -151955 15317 29058 15318 -103421 15319 52197 15320 -68908 15321 40150 15322 -63979 15323 21465 15324 -74486 15325 18196 15326 -83803 15327 29002 15328 -90084 15329 47100 15330 -92096 15331 76451 15332 -73607 15333 116262 15334 -25784 15335 142570 15336 29287 15337 133897 15338 60495 15339 100388 15340 63637 15341 71000 15342 58879 15343 56921 15344 56248 15345 50191 15346 52460 15347 49868 15348 53786 15349 62538 15350 78292 15351 79630 15352 124282 15353 73913 15354 164109 15355 30749 15356 171973 15357 -28898 15358 150864 15359 -81464 15360 113445 15361 -119791 15362 63808 15363 -142780 15364 7275 15365 -137478 15366 -30829 15367 -100015 15368 -29232 15369 -55549 15370 948 15371 -39689 15372 24819 15373 -60782 15374 23869 15375 -96145 15376 2116 15377 -129433 15378 -39891 15379 -155565 15380 -105360 15381 -162860 15382 -179659 15383 -127607 15384 -224772 15385 -48359 15386 -216236 15387 42916 15388 -165737 15389 110205 15390 -99945 15391 141958 15392 -32145 15393 142051 15394 26300 15395 110091 15396 53393 15397 51518 15398 32771 15399 -3092 15400 -15843 15401 -20173 15402 -54274 15403 2277 15404 -65032 15405 40610 15406 -55460 15407 77155 15408 -30319 15409 109771 15410 15165 15411 129990 15412 70168 15413 118299 15414 104688 15415 74371 15416 102179 15417 28320 15418 79293 15419 6356 15420 61447 15421 5727 15422 55050 15423 9853 15424 54624 15425 15893 15426 66141 15427 24447 15428 93392 15429 20618 15430 119960 15431 -11021 15432 120010 15433 -61059 15434 91123 15435 -101263 15436 54928 15437 -120439 15438 21312 15439 -128577 15440 -14514 15441 -130178 15442 -49782 15443 -115822 15444 -66874 15445 -88850 15446 -62850 15447 -71745 15448 -62193 15449 -78040 15450 -85582 15451 -88645 15452 -122652 15453 -78031 15454 -151172 15455 -45025 15456 -164401 15457 -3315 15458 -167261 15459 44646 15460 -150860 15461 101217 15462 -101931 15463 149179 15464 -31743 15465 163885 15466 28375 15467 140764 15468 61119 15469 102462 15470 72936 15471 64515 15472 69835 15473 28316 15474 47677 15475 1273 15476 13431 15477 1487 15478 -4459 15479 31285 15480 11765 15481 62869 15482 46720 15483 69578 15484 74724 15485 52933 15486 90088 15487 30231 15488 99566 15489 1882 15490 94900 15491 -37800 15492 63111 15493 -74157 15494 13066 15495 -83461 15496 -27268 15497 -60685 15498 -43538 15499 -27913 15500 -45707 15501 -110 15502 -39604 15503 25672 15504 -18829 15505 48472 15506 15872 15507 53696 15508 43896 15509 35028 15510 51559 15511 9418 15512 50318 15513 -6890 15514 53545 15515 -21411 15516 54296 15517 -45928 15518 36591 15519 -71680 15520 9195 15521 -80587 15522 -9307 15523 -75805 15524 -18017 15525 -74289 15526 -33336 15527 -77967 15528 -57449 15529 -71119 15530 -72828 15531 -49304 15532 -71444 15533 -30207 15534 -68722 15535 -22951 15536 -75940 15537 -16293 15538 -84127 15539 143 15540 -84007 15541 17580 15542 -84083 15543 30155 15544 -91907 15545 49034 15546 -93349 15547 86281 15548 -70080 15549 128184 15550 -27529 15551 151752 15552 13779 15553 154511 15554 49889 15555 151583 15556 91021 15557 142506 15558 132240 15559 112195 15560 152399 15561 61503 15562 144518 15563 14622 15564 126214 15565 -12730 15566 112749 15567 -30893 15568 97712 15569 -50922 15570 74321 15571 -66018 15572 52753 15573 -67680 15574 44163 15575 -65488 15576 38387 15577 -72245 15578 22895 15579 -81851 15580 4548 15581 -80020 15582 -1172 15583 -73236 15584 321 15585 -77648 15586 -10320 15587 -92161 15588 -35659 15589 -96737 15590 -56833 15591 -86358 15592 -67477 15593 -75459 15594 -80836 15595 -69928 15596 -104608 15597 -54416 15598 -120339 15599 -18428 15600 -111332 15601 22041 15602 -85361 15603 46297 15604 -61874 15605 54890 15606 -42865 15607 59180 15608 -24029 15609 56719 15610 -12814 15611 43091 15612 -22529 15613 29883 15614 -42915 15615 39509 15616 -49653 15617 69767 15618 -34888 15619 100334 15620 -9754 15621 120070 15622 20736 15623 135677 15624 67432 15625 143828 15626 125051 15627 122930 15628 163817 15629 66012 15630 161490 15631 -1647 15632 129984 15633 -49080 15634 92680 15635 -72176 15636 57532 15637 -81238 15638 21708 15639 -77978 15640 -4203 15641 -56407 15642 -4062 15643 -28549 15644 15349 15645 -17483 15646 31633 15647 -27982 15648 34509 15649 -45367 15650 32299 15651 -62339 15652 25550 15653 -84084 15654 2548 15655 -105444 15656 -34964 15657 -107712 15658 -63059 15659 -86005 15660 -67709 15661 -61765 15662 -63844 15663 -53941 15664 -71551 15665 -53169 15666 -86378 15667 -39986 15668 -92554 15669 -17507 15670 -90165 15671 -1126 15672 -92489 15673 12076 15674 -96506 15675 36393 15676 -86333 15677 69506 15678 -58616 15679 92482 15680 -30405 15681 97505 15682 -11490 15683 97018 15684 5942 15685 97742 15686 23693 15687 92836 15688 32808 15689 81632 15690 30914 15691 80059 15692 39517 15693 95340 15694 73894 15695 106234 15696 118367 15697 88667 15698 146274 15699 45246 15700 152716 15701 -2954 15702 146688 15703 -49929 15704 125826 15705 -100507 15706 77070 15707 -145664 15708 7307 15709 -159639 15710 -53905 15711 -135199 15712 -87107 15713 -91421 15714 -96025 15715 -47917 15716 -88684 15717 -9215 15718 -62921 15719 19569 15720 -25308 15721 23792 15722 -160 15723 1015 15724 -3934 15725 -25874 15726 -24172 15727 -33755 15728 -38318 15729 -25624 15730 -43705 15731 -16443 15732 -51227 15733 -5315 15734 -54567 15735 19800 15736 -35244 15737 49733 15738 3182 15739 58410 15740 35568 15741 38170 15742 44212 15743 8593 15744 37109 15745 -12560 15746 25136 15747 -26176 15748 5368 15749 -37309 15750 -22065 15751 -35284 15752 -42367 15753 -14846 15754 -45103 15755 9598 15756 -39461 15757 24088 15758 -39958 15759 34032 15760 -38518 15761 53376 15762 -20401 15763 72827 15764 6639 15765 74832 15766 21644 15767 62250 15768 24380 15769 54230 15770 34435 15771 55408 15772 56333 15773 46444 15774 70153 15775 17855 15776 60800 15777 -12849 15778 39798 15779 -28591 15780 23425 15781 -32116 15782 11642 15783 -32595 15784 -1118 15785 -26911 15786 -5476 15787 -10703 15788 8423 15789 2405 15790 30092 15791 -3000 15792 40299 15793 -22069 15794 39051 15795 -39152 15796 36491 15797 -53867 15798 29436 15799 -75913 15800 1506 15801 -97651 15802 -41966 15803 -94137 15804 -73005 15805 -59436 15806 -74263 15807 -18849 15808 -57139 15809 5056 15810 -41961 15811 14947 15812 -27346 15813 23129 15814 -8122 15815 23911 15816 4503 15817 8331 15818 -3785 15819 -12727 15820 -28256 15821 -19911 15822 -50586 15823 -9168 15824 -65509 15825 9827 15826 -78173 15827 35276 15828 -79483 15829 72977 15830 -54396 15831 112526 15832 -8046 15833 128865 15834 32926 15835 116175 15836 53754 15837 94856 15838 67947 15839 78546 15840 87098 15841 58417 15842 99316 15843 23452 15844 89084 15845 -11792 15846 66617 15847 -29638 15848 52138 15849 -33258 15850 47815 15851 -39129 15852 40546 15853 -49854 15854 28476 15855 -54356 15856 22718 15857 -54023 15858 21230 15859 -60115 15860 12144 15861 -70980 15862 -4952 15863 -72665 15864 -14839 15865 -63622 15866 -14888 15867 -61651 15868 -22901 15869 -70387 15870 -47856 15871 -71019 15872 -71967 15873 -48903 15874 -76201 15875 -16805 15876 -67146 15877 4597 15878 -61520 15879 18108 15880 -56700 15881 37675 15882 -37249 15883 59992 15884 -6713 15885 65481 15886 16146 15887 49787 15888 21658 15889 29620 15890 17747 15891 14628 15892 7788 15893 1853 15894 -14903 15895 -4667 15896 -42802 15897 8631 15898 -53857 15899 42121 15900 -37233 15901 73248 15902 -8221 15903 85602 15904 14882 15905 85090 15906 37789 15907 83921 15908 69654 15909 71200 15910 96631 15911 33270 15912 94569 15913 -16380 15914 64861 15915 -49452 15916 32861 15917 -56177 15918 13643 15919 -50456 15920 2343 15921 -43390 15922 -5360 15923 -32130 15924 -275 15925 -18328 15926 16492 15927 -16667 15928 28083 15929 -31844 15930 24768 15931 -50168 15932 14147 15933 -58543 15934 5460 15935 -65194 15936 -10463 15937 -75637 15938 -40863 15939 -76051 15940 -68722 15941 -51212 15942 -73081 15943 -13956 15944 -57670 15945 9513 15946 -46375 15947 16190 15948 -46152 15949 23698 15950 -41631 15951 41471 15952 -24457 15953 55397 15954 -7034 15955 55482 15956 1820 15957 50661 15958 9417 15959 49614 15960 21808 15961 44565 15962 28128 15963 30314 15964 18900 15965 17026 15966 6592 15967 15457 15968 3201 15969 19806 15970 2682 15971 18472 15972 -4741 15973 20259 15974 -9136 15975 36577 15976 9048 15977 55973 15978 45654 15979 51564 15980 71484 15981 19286 15982 70850 15983 -18843 15984 54391 15985 -45385 15986 35628 15987 -62792 15988 10890 15989 -76195 15990 -22031 15991 -73581 15992 -46640 15993 -48187 15994 -46929 15995 -14778 15996 -28920 15997 5489 15998 -7505 15999 10485 16000 13299 16001 7267 16002 33025 16003 -8442 16004 36942 16005 -40282 16006 10127 16007 -70295 16008 -35832 16009 -70139 16010 -68671 16011 -37321 16012 -73603 16013 3381 16014 -63808 16015 34613 16016 -48832 16017 61123 16018 -21263 16019 85517 16020 21936 16021 92899 16022 60921 16023 71834 16024 75356 16025 34591 16026 67279 16027 4078 16028 52816 16029 -15835 16030 35560 16031 -30061 16032 12692 16033 -35134 16034 -6714 16035 -25281 16036 -10332 16037 -12328 16038 -5248 16039 -12221 16040 -12009 16041 -23031 16042 -31314 16043 -23057 16044 -43123 16045 -7076 16046 -37314 16047 7857 16048 -29313 16049 10153 16050 -29659 16051 12333 16052 -28492 16053 25198 16054 -11981 16055 35790 16056 9542 16057 28531 16058 17057 16059 10056 16060 11338 16061 -205 16062 6646 16063 2375 16064 7358 16065 7596 16066 10342 16067 14079 16068 20541 16069 25242 16070 47221 16071 31632 16072 80660 16073 14065 16074 95432 16075 -26967 16076 81507 16077 -67210 16078 53342 16079 -89891 16080 24063 16081 -101968 16082 -13453 16083 -109903 16084 -63027 16085 -98621 16086 -103706 16087 -57308 16088 -111393 16089 -855 16090 -89671 16091 41566 16092 -61652 16093 61304 16094 -39200 16095 69237 16096 -17999 16097 70622 16098 -1232 16099 60976 16100 1836 16101 47621 16102 -4389 16103 46078 16104 -1062 16105 57040 16106 17585 16107 62505 16108 37377 16109 53363 16110 49533 16111 39684 16112 62593 16113 27877 16114 82046 16115 3979 16116 89616 16117 -40811 16118 65927 16119 -87339 16120 21096 16121 -109204 16122 -19394 16123 -104198 16124 -47433 16125 -90433 16126 -71416 16127 -74225 16128 -92179 16129 -46467 16130 -97096 16131 -7110 16132 -83319 16133 27008 16134 -62813 16135 49302 16136 -40497 16137 67312 16138 -8054 16139 83014 16140 33651 16141 82479 16142 66268 16143 58441 16144 76600 16145 27663 16146 76929 16147 5529 16148 78926 16149 -14514 16150 74030 16151 -43777 16152 46001 16153 -70870 16154 3299 16155 -74759 16156 -27996 16157 -54514 16158 -38312 16159 -31712 16160 -42246 16161 -17694 16162 -47799 16163 -4137 16164 -47665 16165 12490 16166 -39140 16167 23190 16168 -33133 16169 24762 16170 -35911 16171 28482 16172 -34659 16173 40936 16174 -21338 16175 50635 16176 -5041 16177 47086 16178 2130 16179 40084 16180 9637 16181 41386 16182 29265 16183 40534 16184 51018 16185 19424 16186 52067 16187 -15293 16188 32824 16189 -38468 16190 14132 16191 -41708 16192 6892 16193 -40822 16194 -332 16195 -45265 16196 -14851 16197 -46011 16198 -28320 16199 -35186 16200 -31369 16201 -20901 16202 -31664 16203 -11092 16204 -34593 16205 1396 16206 -30049 16207 22467 16208 -8478 16209 39637 16210 18824 16211 39554 16212 34269 16213 26705 16214 40333 16215 15198 16216 48505 16217 1835 16218 51499 16219 -25534 16220 29124 16221 -56922 16222 -17518 16223 -65069 16224 -59336 16225 -38873 16226 -75233 16227 2936 16228 -69101 16229 39649 16230 -52079 16231 68331 16232 -23178 16233 88440 16234 16609 16235 88947 16236 49534 16237 63434 16238 57217 16239 26396 16240 44151 16241 -181 16242 26784 16243 -13664 16244 8471 16245 -20584 16246 -11227 16247 -16723 16248 -21796 16249 4850 16250 -5212 16251 29630 16252 31111 16253 29061 16254 56174 16255 -2431 16256 50892 16257 -41028 16258 27330 16259 -63463 16260 2330 16261 -70533 16262 -23036 16263 -69373 16264 -49511 16265 -54319 16266 -63051 16267 -21019 16268 -50298 16269 14946 16270 -20793 16271 31545 16272 4836 16273 28064 16274 19138 16275 16044 16276 25421 16277 830 16278 21176 16279 -17702 16280 -1934 16281 -28223 16282 -29895 16283 -12934 16284 -35314 16285 22734 16286 -12103 16287 47859 16288 16353 16289 45895 16290 27516 16291 27687 16292 25015 16293 12923 16294 18694 16295 1410 16296 4869 16297 -9629 16298 -21713 16299 -8316 16300 -45796 16301 17600 16302 -43992 16303 57914 16304 -13102 16305 86159 16306 29653 16307 89504 16308 70944 16309 72309 16310 103566 16311 33804 16312 113245 16313 -24840 16314 83618 16315 -84181 16316 24080 16317 -110878 16318 -30219 16319 -93928 16320 -54597 16321 -56585 16322 -54184 16323 -24692 16324 -42676 16325 -2279 16326 -19696 16327 14330 16328 13943 16329 14516 16330 38718 16331 -13023 16332 31935 16333 -52624 16334 -3667 16335 -73260 16336 -40966 16337 -63067 16338 -61123 16339 -32053 16340 -63288 16341 5578 16342 -45220 16343 43283 16344 -4483 16345 64721 16346 43165 16347 51655 16348 65721 16349 7332 16350 48890 16351 -36005 16352 11554 16353 -55369 16354 -24744 16355 -50655 16356 -56211 16357 -32492 16358 -82687 16359 2155 16360 -88472 16361 55479 16362 -56332 16363 105231 16364 698 16365 120435 16366 48852 16367 97876 16368 70481 16369 60610 16370 70481 16371 27534 16372 58887 16373 1915 16374 38230 16375 -12518 16376 18856 16377 -7617 16378 19680 16379 8826 16380 42772 16381 12639 16382 65558 16383 -10066 16384 68116 16385 -45038 16386 54854 16387 -74204 16388 34963 16389 -97672 16390 2590 16391 -118161 16392 -46519 16393 -120224 16394 -92271 16395 -87103 16396 -104307 16397 -31900 16398 -78845 16399 13377 16400 -41029 16401 29157 16402 -11541 16403 24035 16404 6035 16405 9292 16406 11701 16407 -11926 16408 -1750 16409 -32117 16410 -30808 16411 -32888 16412 -51951 16413 -8856 16414 -50055 16415 22857 16416 -33476 16417 43226 16418 -15866 16419 53973 16420 4314 16421 59419 16422 29330 16423 50832 16424 43437 16425 20676 16426 26547 16427 -12770 16428 -12907 16429 -19088 16430 -42490 16431 7724 16432 -44213 16433 43842 16434 -26404 16435 68642 16436 -538 16437 81946 16438 32840 16439 83675 16440 69877 16441 64643 16442 93221 16443 23075 16444 89291 16445 -23412 16446 66945 16447 -56264 16448 39935 16449 -75595 16450 9225 16451 -87925 16452 -25965 16453 -85288 16454 -51850 16455 -62553 16456 -52147 16457 -34299 16458 -38294 16459 -23704 16460 -35902 16461 -28327 16462 -48671 16463 -24933 16464 -56985 16465 -4070 16466 -46949 16467 19255 16468 -28153 16469 30607 16470 -12319 16471 36058 16472 6471 16473 42387 16474 33464 16475 40599 16476 57103 16477 20733 16478 62359 16479 -8930 16480 52260 16481 -34233 16482 35871 16483 -53734 16484 11278 16485 -69836 16486 -26038 16487 -72653 16488 -63651 16489 -49975 16490 -80260 16491 -12512 16492 -76366 16493 15986 16494 -72430 16495 30222 16496 -75338 16497 47705 16498 -69652 16499 77942 16500 -44698 16501 103580 16502 -11650 16503 109130 16504 13318 16505 101795 16506 33528 16507 94348 16508 57475 16509 82916 16510 79315 16511 57683 16512 86916 16513 23033 16514 82005 16515 -6199 16516 73991 16517 -29613 16518 61020 16519 -53167 16520 34507 16521 -72280 16522 3041 16523 -72117 16524 -14264 16525 -57186 16526 -15085 16527 -47221 16528 -20204 16529 -48246 16530 -37371 16531 -42726 16532 -49915 16533 -17804 16534 -40244 16535 12282 16536 -17070 16537 28623 16538 3759 16539 31711 16540 22217 16541 31709 16542 46292 16543 25297 16544 68125 16545 2681 16546 72435 16547 -31961 16548 55343 16549 -60920 16550 28569 16551 -79046 16552 -3939 16553 -90017 16554 -45126 16555 -88640 16556 -86505 16557 -63542 16558 -107013 16559 -19937 16560 -102032 16561 19016 16562 -91054 16563 38995 16564 -90764 16565 54720 16566 -89542 16567 81946 16568 -71762 16569 113171 16570 -40519 16571 130952 16572 -10387 16573 136266 16574 19272 16575 140105 16576 60357 16577 139145 16578 107116 16579 117087 16580 140528 16581 71179 16582 150239 16583 16694 16584 141004 16585 -35328 16586 116348 16587 -81271 16588 72762 16589 -112012 16590 21093 16591 -111694 16592 -12651 16593 -82935 16594 -14622 16595 -51730 16596 -967 16597 -39863 16598 6296 16599 -42510 16600 7578 16601 -44250 16602 11830 16603 -46949 16604 12619 16605 -59600 16606 -5911 16607 -72369 16608 -36516 16609 -64825 16610 -55993 16611 -34589 16612 -50531 16613 -2065 16614 -30274 16615 16928 16616 -8427 16617 21931 16618 12696 16619 15243 16620 24794 16621 -7055 16622 12730 16623 -37435 16624 -24596 16625 -51815 16626 -63850 16627 -35278 16628 -82941 16629 -2475 16630 -84291 16631 27836 16632 -79452 16633 54757 16634 -64546 16635 84589 16636 -31181 16637 106061 16638 9661 16639 99237 16640 31409 16641 69323 16642 26815 16643 43283 16644 14537 16645 37906 16646 12338 16647 44508 16648 19705 16649 50919 16650 34429 16651 56231 16652 60055 16653 56444 16654 93200 16655 38816 16656 113013 16657 -1896 16658 106029 16659 -46705 16660 82612 16661 -75226 16662 59516 16663 -88414 16664 36835 16665 -95951 16666 9664 16667 -93009 16668 -11306 16669 -71429 16670 -6965 16671 -45056 16672 17920 16673 -39191 16674 34038 16675 -61554 16676 22739 16677 -90302 16678 -7300 16679 -104368 16680 -41336 16681 -102655 16682 -75774 16683 -88855 16684 -107058 16685 -58555 16686 -120419 16687 -11927 16688 -107646 16689 32163 16690 -80699 16691 55544 16692 -58495 16693 62164 16694 -42839 16695 65019 16696 -28057 16697 64164 16698 -21077 16699 53610 16700 -31331 16701 45973 16702 -46905 16703 60386 16704 -39068 16705 93563 16706 -1020 16707 116419 16708 46097 16709 108342 16710 79750 16711 77978 16712 97767 16713 39485 16714 103238 16715 -4651 16716 87628 16717 -52399 16718 47441 16719 -86456 16720 -1225 16721 -91122 16722 -36260 16723 -70209 16724 -52949 16725 -40667 16726 -56755 16727 -9662 16728 -46022 16729 22398 16730 -14575 16731 42941 16732 24014 16733 37640 16734 44470 16735 13340 16736 42620 16737 -5172 16738 38431 16739 -6926 16740 46402 16741 -7651 16742 55739 16743 -21211 16744 54286 16745 -39326 16746 46660 16747 -50756 16748 42741 16749 -61175 16750 33613 16751 -80522 16752 6825 16753 -100539 16754 -33397 16755 -103667 16756 -70523 16757 -88150 16758 -98921 16759 -63115 16760 -121176 16761 -31702 16762 -131664 16763 10544 16764 -118608 16765 54046 16766 -88411 16767 78331 16768 -64207 16769 80694 16770 -55407 16771 81084 16772 -47610 16773 91008 16774 -26897 16775 100476 16776 -2394 16777 96503 16778 13164 16779 86150 16780 25988 16781 80807 16782 48422 16783 73976 16784 72394 16785 49586 16786 79621 16787 11991 16788 66334 16789 -21423 16790 43953 16791 -41167 16792 18921 16793 -50723 16794 -10783 16795 -46852 16796 -35576 16797 -21066 16798 -36263 16799 19787 16800 -8578 16801 49839 16802 27709 16803 56618 16804 56471 16805 48695 16806 81876 16807 37112 16808 109396 16809 13206 16810 124716 16811 -29491 16812 111273 16813 -76925 16814 75385 16815 -106197 16816 38595 16817 -114626 16818 7828 16819 -116075 16820 -24532 16821 -114146 16822 -58279 16823 -99737 16824 -82738 16825 -73383 16826 -95502 16827 -47825 16828 -106667 16829 -26047 16830 -118381 16831 892 16832 -118004 16833 36778 16834 -100135 16835 65736 16836 -78604 16837 78331 16838 -65448 16839 85137 16840 -50812 16841 98482 16842 -23254 16843 109115 16844 8302 16845 100886 16846 25437 16847 78775 16848 28348 16849 61506 16850 33152 16851 53121 16852 43996 16853 41905 16854 48502 16855 23817 16856 41802 16857 9878 16858 34047 16859 6029 16860 32187 16861 2717 16862 28515 16863 -2616 16864 19644 16865 252 16866 19005 16867 16245 16868 35799 16869 30965 16870 58519 16871 29321 16872 73555 16873 19093 16874 85365 16875 11502 16876 104316 16877 -485 16878 123294 16879 -31354 16880 120782 16881 -76902 16882 92703 16883 -113266 16884 55064 16885 -130374 16886 18258 16887 -137126 16888 -22384 16889 -138456 16890 -67230 16891 -124481 16892 -102168 16893 -90977 16894 -116724 16895 -50936 16896 -119745 16897 -17957 16898 -119278 16899 11936 16900 -110091 16901 43749 16902 -86655 16903 67476 16904 -60861 16905 72485 16906 -48005 16907 67652 16908 -43235 16909 70491 16910 -29259 16911 79502 16912 -5573 16913 78682 16914 10732 16915 65267 16916 14704 16917 52857 16918 19315 16919 49091 16920 31841 16921 41856 16922 40994 16923 24634 16924 37465 16925 7650 16926 28867 16927 2632 16928 26166 16929 3633 16930 25497 16931 2015 16932 20360 16933 3446 16934 19559 16935 15657 16936 34876 16937 30329 16938 59717 16939 29687 16940 76635 16941 15497 16942 85417 16943 2695 16944 97207 16945 -8210 16946 112363 16947 -31831 16948 111953 16949 -69953 16950 87790 16951 -105086 16952 52934 16953 -122616 16954 21150 16955 -129079 16956 -12838 16957 -132764 16958 -54386 16959 -125322 16960 -92651 16961 -97594 16962 -113123 16963 -58395 16964 -117312 16965 -23612 16966 -114909 16967 6192 16968 -104278 16969 35789 16970 -78454 16971 59498 16972 -46222 16973 61445 16974 -28343 16975 45355 16976 -29271 16977 31572 16978 -33042 16979 29257 16980 -29983 16981 27743 16982 -30712 16983 21352 16984 -40594 16985 22493 16986 -45757 16987 38942 16988 -32846 16989 58614 16990 -9491 16991 63699 16992 8374 16993 57222 16994 19941 16995 50979 16996 33425 16997 44822 16998 45580 16999 31069 17000 46332 17001 17075 17002 39920 17003 14653 17004 43201 17005 22626 17006 58003 17007 22476 17008 71311 17009 10743 17010 75579 17011 -1242 17012 82365 17013 -8400 17014 94424 17015 -23824 17016 97076 17017 -54984 17018 76658 17019 -87282 17020 43730 17021 -101894 17022 14569 17023 -101820 17024 -9341 17025 -100104 17026 -37202 17027 -95783 17028 -65179 17029 -77999 17030 -80373 17031 -50144 17032 -82504 17033 -26858 17034 -83339 17035 -11198 17036 -84473 17037 6118 17038 -74683 17039 25679 17040 -54006 17041 33382 17042 -38976 17043 24519 17044 -39481 17045 13534 17046 -44908 17047 11861 17048 -44655 17049 11893 17050 -47419 17051 5208 17052 -63469 17053 2892 17054 -82158 17055 19888 17056 -83931 17057 51722 17058 -66563 17059 78875 17060 -42967 17061 95450 17062 -16697 17063 108315 17064 18109 17065 115662 17066 57799 17067 105811 17068 85894 17069 78156 17070 96454 17071 49692 17072 100153 17073 30283 17074 105369 17075 11629 17076 103273 17077 -12484 17078 89203 17079 -30942 17080 75736 17081 -35189 17082 74857 17083 -36290 17084 76788 17085 -51257 17086 63622 17087 -74340 17088 37151 17089 -87625 17090 11923 17091 -87025 17092 -8228 17093 -83806 17094 -32741 17095 -79188 17096 -60413 17097 -63761 17098 -76505 17099 -35624 17100 -73638 17101 -9466 17102 -64548 17103 5855 17104 -57949 17105 17010 17106 -47026 17107 28742 17108 -27781 17109 29797 17110 -13727 17111 13561 17112 -17509 17113 -6603 17114 -32369 17115 -14561 17116 -42598 17117 -12282 17118 -50370 17119 -12400 17120 -67116 17121 -10659 17122 -88102 17123 7722 17124 -94177 17125 42618 17126 -77276 17127 76325 17128 -50569 17129 97646 17130 -21580 17131 111346 17132 14489 17133 120408 17134 56509 17135 113858 17136 90728 17137 87143 17138 104509 17139 53218 17140 105977 17141 27057 17142 105659 17143 5972 17144 100208 17145 -17477 17146 82407 17147 -35464 17148 61286 17149 -36562 17150 53740 17151 -28603 17152 57380 17153 -30368 17154 54040 17155 -43949 17156 37628 17157 -54104 17158 20929 17159 -52115 17160 11749 17161 -48251 17162 938 17163 -49192 17164 -16582 17165 -45004 17166 -29298 17167 -29474 17168 -26766 17169 -13419 17170 -17689 17171 -9489 17172 -15638 17173 -12894 17174 -16660 17175 -12643 17176 -12690 17177 -12961 17178 -8883 17179 -23522 17180 -17960 17181 -36827 17182 -34942 17183 -38748 17184 -43717 17185 -31056 17186 -43302 17187 -28797 17188 -50210 17189 -35465 17190 -70949 17191 -34211 17192 -91405 17193 -15297 17194 -98596 17195 12117 17196 -96739 17197 38469 17198 -92012 17199 68806 17200 -73831 17201 107620 17202 -31645 17203 138729 17204 22614 17205 145545 17206 69701 17207 128261 17208 102718 17209 101161 17210 125408 17211 68590 17212 133717 17213 27773 17214 118715 17215 -9941 17216 89918 17217 -25139 17218 72077 17219 -17037 17220 75305 17221 -7282 17222 86877 17223 -12914 17224 92630 17225 -28467 17226 94298 17227 -47863 17228 92961 17229 -75552 17230 74997 17231 -113392 17232 30079 17233 -143428 17234 -28251 17235 -144014 17236 -74068 17237 -117108 17238 -98655 17239 -79532 17240 -107975 17241 -41452 17242 -101267 17243 -4587 17244 -76083 17245 21189 17246 -43158 17247 20810 17248 -26305 17249 -913 17250 -34345 17251 -19977 17252 -50881 17253 -21690 17254 -61324 17255 -13845 17256 -68942 17257 -5382 17258 -76031 17259 9871 17260 -72043 17261 35367 17262 -49082 17263 56239 17264 -21376 17265 55954 17266 -8879 17267 42233 17268 -11845 17269 34871 17270 -14524 17271 41013 17272 -10131 17273 51781 17274 -2882 17275 62828 17276 10776 17277 78967 17278 41043 17279 91857 17280 82301 17281 84072 17282 111238 17283 50467 17284 114027 17285 9985 17286 99780 17287 -19409 17288 81088 17289 -38100 17290 58183 17291 -49563 17292 31027 17293 -46757 17294 14949 17295 -24833 17296 26345 17297 -2543 17298 54272 17299 -5677 17300 71265 17301 -36081 17302 64590 17303 -74230 17304 39584 17305 -105561 17306 1104 17307 -127231 17308 -50304 17309 -132159 17310 -102601 17311 -107377 17312 -130945 17313 -56558 17314 -123424 17315 -4882 17316 -94403 17317 24232 17318 -63961 17319 32566 17320 -38361 17321 26843 17322 -20208 17323 6879 17324 -23152 17325 -23171 17326 -54748 17327 -41946 17328 -96366 17329 -26502 17330 -117024 17331 18845 17332 -106487 17333 67884 17334 -76013 17335 103388 17336 -35631 17337 126424 17338 14061 17339 132770 17340 63717 17341 113244 17342 91341 17343 71669 17344 88059 17345 31846 17346 70461 17347 12265 17348 56978 17349 8395 17350 49720 17351 8187 17352 45174 17353 11525 17354 48796 17355 19658 17356 65779 17357 18838 17358 81142 17359 -2701 17360 74773 17361 -35149 17362 48727 17363 -55169 17364 23027 17365 -55290 17366 7494 17367 -49179 17368 -4109 17369 -43808 17370 -13940 17371 -34689 17372 -13638 17373 -22770 17374 -2079 17375 -23282 17376 2407 17377 -42084 17378 -15254 17379 -62838 17380 -45338 17381 -65636 17382 -70581 17383 -51295 17384 -86949 17385 -29415 17386 -95522 17387 12 17388 -87622 17389 37289 17390 -54729 17391 66027 17392 -9405 17393 66639 17394 22230 17395 39674 17396 28209 17397 8361 17398 19502 17399 -12715 17400 4286 17401 -26985 17402 -19960 17403 -33312 17404 -48507 17405 -19730 17406 -61122 17407 15844 17408 -45009 17409 52420 17410 -13795 17411 68530 17412 12456 17413 65160 17414 29584 17415 55108 17416 41475 17417 40399 17418 42885 17419 19745 17420 26888 17421 5049 17422 4577 17423 10878 17424 -3682 17425 33083 17426 8185 17427 51644 17428 25748 17429 57364 17430 41001 17431 57166 17432 60562 17433 54156 17434 83433 17435 37049 17436 94762 17437 3218 17438 84191 17439 -30341 17440 63600 17441 -47688 17442 48640 17443 -55437 17444 37373 17445 -66845 17446 19242 17447 -78367 17448 -2811 17449 -79916 17450 -16846 17451 -72379 17452 -25004 17453 -69304 17454 -37998 17455 -69690 17456 -55020 17457 -61197 17458 -62708 17459 -43288 17460 -58597 17461 -29980 17462 -57147 17463 -27004 17464 -64397 17465 -21632 17466 -70083 17467 -7354 17468 -66150 17469 8156 17470 -61731 17471 16037 17472 -66045 17473 26846 17474 -67433 17475 52069 17476 -50139 17477 81144 17478 -18972 17479 96391 17480 9003 17481 96011 17482 30137 17483 90300 17484 51840 17485 82905 17486 71898 17487 64544 17488 77475 17489 38329 17490 67832 17491 19602 17492 58049 17493 15088 17494 56896 17495 12494 17496 56129 17497 3537 17498 49020 17499 -3805 17500 43707 17501 -2522 17502 48594 17503 -3179 17504 53076 17505 -16425 17506 45485 17507 -32116 17508 32021 17509 -36961 17510 28865 17511 -34642 17512 34238 17513 -41495 17514 31954 17515 -59580 17516 17239 17517 -74476 17518 423 17519 -80581 17520 -14111 17521 -85504 17522 -35580 17523 -90384 17524 -63789 17525 -82520 17526 -84656 17527 -56571 17528 -84674 17529 -26179 17530 -73273 17531 -7545 17532 -63465 17533 2638 17534 -54415 17535 11567 17536 -41038 17537 14380 17538 -34637 17539 6468 17540 -46456 17541 -314 17542 -68093 17543 14460 17544 -75033 17545 49860 17546 -57849 17547 85068 17548 -27566 17549 107504 17550 7773 17551 119306 17552 50001 17553 118633 17554 93750 17555 94881 17556 117105 17557 47567 17558 107180 17559 -1392 17560 76681 17561 -30228 17562 45447 17563 -37434 17564 20586 17565 -32850 17566 2194 17567 -16954 17568 -805 17569 8584 17570 20020 17571 27117 17572 50605 17573 18936 17574 66553 17575 -12919 17576 57988 17577 -44957 17578 38196 17579 -64761 17580 16562 17581 -76595 17582 -9757 17583 -81454 17584 -37459 17585 -70955 17586 -50212 17587 -44814 17588 -39862 17589 -23536 17590 -22469 17591 -22574 17592 -17310 17593 -35649 17594 -25753 17595 -45677 17596 -38227 17597 -47625 17598 -53642 17599 -45758 17600 -75005 17601 -33492 17602 -89505 17603 -3578 17604 -80580 17605 34663 17606 -50660 17607 57790 17608 -21034 17609 57731 17610 -5857 17611 48770 17612 1313 17613 41255 17614 4592 17615 32601 17616 -1872 17617 25007 17618 -17814 17619 32101 17620 -22317 17621 60378 17622 941 17623 90196 17624 43355 17625 96817 17626 82038 17627 76829 17628 105650 17629 41417 17630 114172 17631 -2730 17632 100227 17633 -52264 17634 56917 17635 -90926 17636 -1831 17637 -96591 17638 -47079 17639 -67923 17640 -63155 17641 -27324 17642 -57525 17643 5775 17644 -39813 17645 29279 17646 -10098 17647 41149 17648 23242 17649 30067 17650 39011 17651 -4144 17652 23537 17653 -38397 17654 -8220 17655 -48117 17656 -31271 17657 -33674 17658 -37640 17659 -12364 17660 -33278 17661 6680 17662 -18168 17663 24868 17664 10908 17665 31865 17666 42732 17667 14479 17668 53819 17669 -23365 17670 36024 17671 -56419 17672 4724 17673 -69723 17674 -25007 17675 -66503 17676 -52213 17677 -51898 17678 -72935 17679 -22320 17680 -73997 17681 17722 17682 -49746 17683 48358 17684 -17653 17685 53361 17686 -1114 17687 41130 17688 216 17689 31766 17690 -505 17691 29970 17692 -784 17693 27865 17694 -6148 17695 27296 17696 -11932 17697 37875 17698 -2739 17699 54326 17700 21209 17701 58013 17702 40266 17703 41366 17704 41824 17705 18289 17706 32506 17707 3061 17708 22114 17709 -5864 17710 7987 17711 -10509 17712 -8882 17713 -2438 17714 -14132 17715 21320 17716 6145 17717 43661 17718 40110 17719 43047 17720 66210 17721 20181 17722 76659 17723 -8785 17724 77733 17725 -38145 17726 67847 17727 -70825 17728 38940 17729 -99111 17730 -3698 17731 -105406 17732 -36578 17733 -85232 17734 -47240 17735 -58571 17736 -44968 17737 -41166 17738 -43362 17739 -30746 17740 -40792 17741 -21457 17742 -34308 17743 -17959 17744 -36135 17745 -23799 17746 -55013 17747 -25689 17748 -77525 17749 -6307 17750 -84850 17751 27981 17752 -73211 17753 59819 17754 -53680 17755 83385 17756 -29505 17757 102689 17758 5720 17759 114453 17760 47477 17761 104142 17762 74866 17763 72095 17764 78811 17765 37729 17766 70830 17767 15826 17768 63519 17769 -328 17770 52915 17771 -17303 17772 33945 17773 -28872 17774 16293 17775 -26420 17776 10031 17777 -18612 17778 10144 17779 -18557 17780 4189 17781 -22965 17782 -5513 17783 -18802 17784 -5912 17785 -8572 17786 2740 17787 -5465 17788 7436 17789 -11819 17790 5749 17791 -14487 17792 7902 17793 -12155 17794 17220 17795 -16551 17796 19517 17797 -32101 17798 6767 17799 -45367 17800 -9630 17801 -43151 17802 -16921 17803 -34224 17804 -18980 17805 -29094 17806 -25717 17807 -25229 17808 -32145 17809 -12239 17810 -26737 17811 3025 17812 -14613 17813 7578 17814 -9823 17815 2291 17816 -14186 17817 1584 17818 -15953 17819 8320 17820 -11978 17821 11899 17822 -12567 17823 9697 17824 -19686 17825 13227 17826 -20849 17827 26298 17828 -9821 17829 35809 17830 1360 17831 32355 17832 1227 17833 25246 17834 -1683 17835 26980 17836 2890 17837 31538 17838 10889 17839 27352 17840 10235 17841 18950 17842 4524 17843 19288 17844 7489 17845 27062 17846 19389 17847 28219 17848 27799 17849 19879 17850 29587 17851 14064 17852 36118 17853 12739 17854 50719 17855 4445 17856 60873 17857 -16138 17858 58222 17859 -38473 17860 49248 17861 -54332 17862 41744 17863 -70457 17864 25702 17865 -92449 17866 -6747 17867 -107290 17868 -45857 17869 -99749 17870 -73207 17871 -74533 17872 -86093 17873 -47209 17874 -95245 17875 -20177 17876 -98808 17877 13940 17878 -83814 17879 51055 17880 -52344 17881 74247 17882 -21242 17883 76855 17884 -2183 17885 71645 17886 12408 17887 68488 17888 29336 17889 62202 17890 41140 17891 47480 17892 42158 17893 33484 17894 41928 17895 28895 17896 50503 17897 23978 17898 59578 17899 6728 17900 55240 17901 -16322 17902 39885 17903 -31587 17904 26227 17905 -38047 17906 14655 17907 -46881 17908 -5543 17909 -55631 17910 -32958 17911 -49604 17912 -49399 17913 -26990 17914 -47724 17915 -5098 17916 -39118 17917 5168 17918 -35210 17919 11044 17920 -30120 17921 20677 17922 -15896 17923 27505 17924 -1511 17925 23495 17926 2800 17927 15906 17928 3258 17929 15385 17930 11541 17931 17434 17932 23211 17933 10178 17934 25860 17935 -2512 17936 19820 17937 -8760 17938 18341 17939 -7880 17940 21416 17941 -12341 17942 17624 17943 -22719 17944 2945 17945 -24825 17946 -6743 17947 -12168 17948 -809 17949 391 17950 9348 17951 -223 17952 11172 17953 -6792 17954 7981 17955 -9577 17956 8684 17957 -11087 17958 7446 17959 -21147 17960 -6666 17961 -31608 17962 -27958 17963 -27928 17964 -41875 17965 -12024 17966 -45405 17967 3628 17968 -47207 17969 15583 17970 -47112 17971 32647 17972 -34266 17973 52091 17974 -9624 17975 58639 17976 9342 17977 48135 17978 13637 17979 35886 17980 14323 17981 33792 17982 24336 17983 33105 17984 36320 17985 22803 17986 38769 17987 7874 17988 37044 17989 897 17990 42463 17991 -2912 17992 50959 17993 -17142 17994 49524 17995 -39534 17996 34837 17997 -57650 17998 18276 17999 -66605 18000 1923 18001 -73310 18002 -21476 18003 -76454 18004 -50138 18005 -65399 18006 -68984 18007 -37933 18008 -70227 18009 -9726 18010 -65579 18011 8761 18012 -63100 18013 27099 18014 -54666 18015 53154 18016 -29776 18017 75250 18018 2794 18019 79556 18020 25595 18021 68737 18022 38764 18023 58729 18024 54144 18025 50322 18026 71791 18027 32088 18028 78661 18029 3242 18030 68907 18031 -23812 18032 53225 18033 -41971 18034 37017 18035 -56869 18036 12963 18037 -70074 18038 -18914 18039 -70431 18040 -44348 18041 -53992 18042 -54281 18043 -33213 18044 -58316 18045 -19962 18046 -66580 18047 -5808 18048 -69559 18049 18049 18050 -55309 18051 43655 18052 -30387 18053 53746 18054 -12342 18055 49645 18056 -2727 18057 48301 18058 11456 18059 51957 18060 34172 18061 47918 18062 52888 18063 29570 18064 59288 18065 7777 18066 59788 18067 -10586 18068 59412 18069 -29449 18070 49381 18071 -52291 18072 24986 18073 -67413 18074 -1956 18075 -66861 18076 -19992 18077 -57421 18078 -34245 18079 -48853 18080 -52562 18081 -35124 18082 -65173 18083 -6576 18084 -57807 18085 26502 18086 -33333 18087 43968 18088 -13773 18089 43444 18090 -4838 18091 40742 18092 4107 18093 42951 18094 19037 18095 40414 18096 29619 18097 26484 18098 27271 18099 11629 18100 20563 18101 5555 18102 19372 18103 2476 18104 18198 18105 -5526 18106 9666 18107 -11924 18108 976 18109 -9730 18110 -110 18111 -6594 18112 760 18113 -10492 18114 -7989 18115 -15755 18116 -19854 18117 -8297 18118 -18191 18119 7584 18120 -3169 18121 13437 18122 7376 18123 4749 18124 5589 18125 -4007 18126 2792 18127 -3029 18128 8071 18129 -2882 18130 12426 18131 -11875 18132 5744 18133 -21527 18134 -5156 18135 -20235 18136 -8338 18137 -12581 18138 -6437 18139 -8654 18140 -7794 18141 -7695 18142 -9187 18143 -2877 18144 -4179 18145 1029 18146 1009 18147 -4328 18148 -6932 18149 -12015 18150 -22890 18151 -5794 18152 -28290 18153 14037 18154 -16847 18155 29425 18156 -3939 18157 30646 18158 1412 18159 28965 18160 7319 18161 33176 18162 22067 18163 32753 18164 34258 18165 16972 18166 29599 18167 -4480 18168 12427 18169 -14898 18170 -3040 18171 -11522 18172 -11008 18173 -3743 18174 -16188 18175 6452 18176 -14655 18177 21429 18178 576 18179 33244 18180 22605 18181 29265 18182 34236 18183 10924 18184 31766 18185 -4204 18186 28563 18187 -10334 18188 30604 18189 -17920 18190 26915 18191 -32975 18192 10798 18193 -42822 18194 -3737 18195 -36582 18196 -3043 18197 -26302 18198 5288 18199 -29614 18200 2038 18201 -44233 18202 -15862 18203 -52760 18204 -36993 18205 -47862 18206 -53592 18207 -35449 18208 -68874 18209 -16210 18210 -76868 18211 14124 18212 -65178 18213 49836 18214 -35403 18215 71628 18216 -4769 18217 74728 18218 17245 18219 68531 18220 36359 18221 60220 18222 55581 18223 41910 18224 61493 18225 11835 18226 44580 18227 -12223 18228 21025 18229 -13422 18230 13222 18231 -941 18232 20782 18233 3355 18234 25957 18235 -6116 18236 20811 18237 -17385 18238 12271 18239 -23419 18240 2722 18241 -28665 18242 -13769 18243 -31518 18244 -34523 18245 -21290 18246 -44169 18247 3767 18248 -34405 18249 28991 18250 -13852 18251 43057 18252 8451 18253 48477 18254 37124 18255 46976 18256 69123 18257 26853 18258 85314 18259 -16397 18260 68920 18261 -61893 18262 30814 18263 -83804 18264 -1740 18265 -79232 18266 -19949 18267 -66566 18268 -32334 18269 -56155 18270 -43192 18271 -42525 18272 -45370 18273 -25079 18274 -38260 18275 -15528 18276 -35369 18277 -17405 18278 -45747 18279 -18176 18280 -59556 18281 -6153 18282 -66591 18283 14635 18284 -66602 18285 37000 18286 -60090 18287 64410 18288 -35650 18289 93817 18290 8931 18291 107049 18292 54322 18293 88230 18294 74830 18295 48827 18296 68577 18297 15505 18298 54486 18299 -2647 18300 42470 18301 -13923 18302 26672 18303 -22909 18304 6683 18305 -19250 18306 -2106 18307 -881 18308 9248 18309 14365 18310 28053 18311 11735 18312 38814 18313 -4506 18314 39166 18315 -22464 18316 32551 18317 -39936 18318 15843 18319 -54191 18320 -10348 18321 -55471 18322 -29106 18323 -37750 18324 -25381 18325 -15058 18326 -7867 18327 -9325 18328 1960 18329 -21256 18330 -2593 18331 -31953 18332 -10004 18333 -35188 18334 -16122 18335 -40279 18336 -31443 18337 -47709 18338 -59362 18339 -41279 18340 -81008 18341 -11698 18342 -78564 18343 27719 18344 -55401 18345 56081 18346 -26629 18347 68258 18348 1463 18349 68101 18350 26760 18351 55443 18352 39064 18353 30553 18354 31548 18355 7591 18356 14923 18357 2123 18358 7856 18359 9569 18360 12048 18361 13586 18362 13824 18363 9271 18364 10762 18365 8451 18366 13996 18367 12796 18368 26216 18369 7430 18370 30201 18371 -13692 18372 12359 18373 -34183 18374 -15652 18375 -33858 18376 -33305 18377 -16252 18378 -36485 18379 3032 18380 -32224 18381 18861 18382 -21076 18383 33297 18384 -849 18385 40689 18386 20548 18387 32928 18388 28940 18389 15995 18390 26037 18391 4477 18392 26351 18393 448 18394 30476 18395 -7673 18396 27672 18397 -20359 18398 15342 18399 -24351 18400 10389 18401 -16342 18402 21132 18403 -13808 18404 31143 18405 -29340 18406 21666 18407 -51770 18408 -1778 18409 -61254 18410 -23013 18411 -55181 18412 -36902 18413 -45513 18414 -50262 18415 -34542 18416 -61810 18417 -16442 18418 -62165 18419 6127 18420 -52963 18421 22120 18422 -45088 18423 30308 18424 -40230 18425 40913 18426 -28712 18427 52756 18428 -9902 18429 54942 18430 912 18431 45080 18432 -1219 18433 38466 18434 -1782 18435 44479 18436 11383 18437 51121 18438 27509 18439 42095 18440 29714 18441 25649 18442 21057 18443 18743 18444 17763 18445 23479 18446 25353 18447 25479 18448 33016 18449 20391 18450 36823 18451 14878 18452 42751 18453 10526 18454 50952 18455 -513 18456 50682 18457 -18465 18458 40411 18459 -31956 18460 30962 18461 -35427 18462 28432 18463 -39423 18464 21605 18465 -48970 18466 4609 18467 -53119 18468 -10149 18469 -42384 18470 -8213 18471 -30057 18472 -125 18473 -32904 18474 -5220 18475 -45324 18476 -25010 18477 -48248 18478 -41934 18479 -35294 18480 -46884 18481 -18193 18482 -47480 18483 -5096 18484 -47075 18485 8864 18486 -39334 18487 24223 18488 -23155 18489 30572 18490 -10921 18491 24543 18492 -10705 18493 17136 18494 -14447 18495 17476 18496 -14917 18497 19020 18498 -17803 18499 17327 18500 -27860 18501 22479 18502 -31864 18503 42783 18504 -13807 18505 65301 18506 17297 18507 67016 18508 37646 18509 47055 18510 38145 18511 26033 18512 31305 18513 15451 18514 27198 18515 11040 18516 21115 18517 7841 18518 13717 18519 13085 18520 15832 18521 28040 18522 36044 18523 38589 18524 62437 18525 31126 18526 81650 18527 9640 18528 91488 18529 -17216 18530 92309 18531 -49819 18532 75686 18533 -87079 18534 35572 18535 -111345 18536 -10273 18537 -104790 18538 -35284 18539 -76119 18540 -34549 18541 -51322 18542 -26962 18543 -42525 18544 -26748 18545 -41131 18546 -28464 18547 -39366 18548 -30258 18549 -42489 18550 -41811 18551 -51410 18552 -68488 18553 -49887 18554 -96283 18555 -25170 18556 -105526 18557 14230 18558 -95091 18559 52096 18560 -72301 18561 80678 18562 -37278 18563 98597 18564 5181 18565 96706 18566 36842 18567 69585 18568 39191 18569 33292 18570 18367 18571 15122 18572 953 18573 21226 18574 -200 18575 34709 18576 7195 18577 42830 18578 17103 18579 50152 18580 36755 18581 56540 18582 67447 18583 48233 18584 91245 18585 15966 18586 88906 18587 -25739 18588 64806 18589 -55120 18590 34661 18591 -65425 18592 8544 18593 -62129 18594 -10799 18595 -47063 18596 -14379 18597 -22361 18598 3602 18599 -4528 18600 28785 18601 -12153 18602 36342 18603 -40637 18604 19530 18605 -65155 18606 -6310 18607 -72440 18608 -29242 18609 -68557 18610 -52692 18611 -58221 18612 -75411 18613 -32526 18614 -79972 18615 8294 18616 -55043 18617 44263 18618 -13470 18619 52043 18620 17297 18621 32682 18622 26998 18623 4096 18624 19723 18625 -21771 18626 -1645 18627 -40546 18628 -35335 18629 -43341 18630 -65146 18631 -21180 18632 -71172 18633 15741 18634 -52648 18635 43105 18636 -28737 18637 49971 18638 -12601 18639 46927 18640 347 18641 41536 18642 10605 18643 27638 18644 6283 18645 6755 18646 -18154 18647 -2067 18648 -42852 18649 17740 18650 -42380 18651 54594 18652 -14960 18653 82692 18654 22402 18655 90133 18656 59013 18657 79834 18658 91189 18659 54699 18660 109805 18661 12654 18662 102018 18663 -33361 18664 72128 18665 -63194 18666 40612 18667 -70525 18668 19201 18669 -67556 18670 2714 18671 -62302 18672 -12041 18673 -51173 18674 -16180 18675 -33740 18676 -5929 18677 -25405 18678 1265 18679 -36653 18680 -11934 18681 -52070 18682 -38332 18683 -49280 18684 -55254 18685 -27439 18686 -55769 18687 -3382 18688 -47578 18689 13953 18690 -35288 18691 27543 18692 -15233 18693 34133 18694 6794 18695 24486 18696 14152 18697 195 18698 1970 18699 -20137 18700 -18266 18701 -25969 18702 -35723 18703 -22016 18704 -53252 18705 -13639 18706 -70636 18707 6441 18708 -72647 18709 40178 18710 -49310 18711 68666 18712 -15739 18713 72861 18714 3849 18715 58460 18716 5410 18717 46284 18718 4608 18719 44062 18720 7898 18721 43830 18722 9880 18723 43241 18724 10092 18725 49161 18726 21126 18727 61600 18728 45616 18729 66344 18730 72116 18731 54047 18732 88097 18733 33194 18734 97489 18735 10345 18736 102444 18737 -17627 18738 94281 18739 -52383 18740 67612 18741 -77268 18742 37510 18743 -79534 18744 21275 18745 -70244 18746 15603 18747 -68577 18748 3861 18749 -75635 18750 -16679 18751 -76175 18752 -32620 18753 -65089 18754 -39046 18755 -54297 18756 -46765 18757 -49397 18758 -62327 18759 -41101 18760 -74098 18761 -22119 18762 -74740 18763 -1258 18764 -69595 18765 13045 18766 -66089 18767 26187 18768 -58732 18769 42925 18770 -41784 18771 54793 18772 -25041 18773 53261 18774 -19687 18775 48604 18776 -17858 18777 53351 18778 -4860 18779 62041 18780 15749 18781 58314 18782 26019 18783 41228 18784 21392 18785 28504 18786 16317 18787 28924 18788 20815 18789 31471 18790 25998 18791 27715 18792 24504 18793 24461 18794 24742 18795 29116 18796 35653 18797 33762 18798 50690 18799 28946 18800 59598 18801 17410 18802 65435 18803 7525 18804 73581 18805 -5176 18806 76887 18807 -27767 18808 63778 18809 -50219 18810 42710 18811 -58583 18812 30621 18813 -54636 18814 29763 18815 -56536 18816 23151 18817 -68549 18818 3236 18819 -75965 18820 -17275 18821 -69437 18822 -27392 18823 -58334 18824 -34272 18825 -53037 18826 -45846 18827 -47628 18828 -56818 18829 -33324 18830 -56796 18831 -15811 18832 -50383 18833 -6003 18834 -48394 18835 -2498 18836 -49628 18837 3243 18838 -46738 18839 10290 18840 -44063 18841 10760 18842 -51605 18843 11009 18844 -63810 18845 26856 18846 -59985 18847 55546 18848 -35669 18849 76686 18850 -7779 18851 78417 18852 9269 18853 71091 18854 22745 18855 65865 18856 40102 18857 56905 18858 53756 18859 37540 18860 50874 18861 17022 18862 38746 18863 9691 18864 33258 18865 14256 18866 38213 18867 16989 18868 46864 18869 14391 18870 57007 18871 10937 18872 72836 18873 772 18874 83941 18875 -25052 18876 74905 18877 -60100 18878 44778 18879 -82017 18880 13582 18881 -81304 18882 -4773 18883 -71898 18884 -18010 18885 -64530 18886 -32789 18887 -53795 18888 -40171 18889 -32097 18890 -30145 18891 -13046 18892 -12844 18893 -11659 18894 -7591 18895 -25599 18896 -16940 18897 -36559 18898 -29511 18899 -37435 18900 -40683 18901 -33216 18902 -53348 18903 -25256 18904 -63505 18905 -8104 18906 -59965 18907 12952 18908 -44573 18909 23056 18910 -33726 18911 19532 18912 -35521 18913 17243 18914 -38043 18915 24940 18916 -31664 18917 32729 18918 -24519 18919 31653 18920 -26558 18921 31610 18922 -28638 18923 45038 18924 -14555 18925 62188 18926 11067 18927 63676 18928 29689 18929 48636 18930 34279 18931 31141 18932 32535 18933 20520 18934 28837 18935 12955 18936 20925 18937 8603 18938 11737 18939 14779 18940 15490 18941 29918 18942 35336 18943 37176 18944 56674 18945 27143 18946 66834 18947 9410 18948 71842 18949 -6728 18950 77021 18951 -26942 18952 72275 18953 -57412 18954 45638 18955 -83884 18956 8508 18957 -87888 18958 -16040 18959 -71482 18960 -21893 18961 -55722 18962 -22750 18963 -50143 18964 -27212 18965 -47921 18966 -31605 18967 -44349 18968 -35191 18969 -45285 18970 -46999 18971 -50567 18972 -70042 18973 -47546 18974 -90092 18975 -28279 18976 -97095 18977 -2173 18978 -96849 18979 21266 18980 -93977 18981 46589 18982 -80472 18983 76986 18984 -48393 18985 98474 18986 -10736 18987 95588 18988 10820 18989 76327 18990 15096 18991 62107 18992 18946 18993 59823 18994 29442 18995 56254 18996 37625 18997 45185 18998 37229 18999 35430 19000 38313 19001 32817 19002 47245 19003 28587 19004 54682 19005 15682 19006 51768 19007 2093 19008 45627 19009 -4475 19010 43123 19011 -9124 19012 39279 19013 -19034 19014 27550 19015 -25326 19016 17144 19017 -18938 19018 21266 19019 -9340 19020 32320 19021 -13532 19022 31753 19023 -29672 19024 17084 19025 -39738 19026 4095 19027 -35703 19028 1944 19029 -30315 19030 312 19031 -31882 19032 -8254 19033 -33001 19034 -14851 19035 -26303 19036 -11927 19037 -19237 19038 -6012 19039 -21906 19040 -9354 19041 -30402 19042 -19013 19043 -34646 19044 -28036 19045 -36124 19046 -40296 19047 -39189 19048 -62182 19049 -34485 19050 -83477 19051 -10690 19052 -86170 19053 23969 19054 -69524 19055 49441 19056 -50675 19057 59898 19058 -37831 19059 68065 19060 -20781 19061 79386 19062 5202 19063 81498 19064 27542 19065 66953 19066 33005 19067 48040 19068 29857 19069 40116 19070 31684 19071 40566 19072 37752 19073 37736 19074 41602 19075 32254 19076 46053 19077 30098 19078 57337 19079 27209 19080 69363 19081 13480 19082 69358 19083 -6827 19084 59235 19085 -19364 19086 53650 19087 -23674 19088 55040 19089 -31908 19090 48679 19091 -48061 19092 29829 19093 -57367 19094 13303 19095 -51655 19096 10613 19097 -43889 19098 12752 19099 -47372 19100 4296 19101 -55403 19102 -11058 19103 -55078 19104 -20631 19105 -48004 19106 -24052 19107 -44661 19108 -30818 19109 -43902 19110 -40724 19111 -36576 19112 -44537 19113 -24951 19114 -43937 19115 -20018 19116 -49943 19117 -19990 19118 -62252 19119 -11635 19120 -66781 19121 7805 19122 -59047 19123 24781 19124 -51006 19125 32058 19126 -50650 19127 41206 19128 -45898 19129 60027 19130 -24370 19131 76778 19132 4651 19133 76470 19134 23336 19135 62047 19136 30138 19137 50548 19138 36216 19139 43787 19140 42706 19141 34597 19142 42285 19143 22181 19144 37380 19145 17277 19146 39023 19147 19954 19148 49117 19149 17610 19150 56216 19151 6088 19152 55590 19153 -4862 19154 56378 19155 -10924 19156 62491 19157 -23198 19158 59779 19159 -46630 19160 39004 19161 -65881 19162 13107 19163 -65593 19164 -181 19165 -53118 19166 -1665 19167 -45673 19168 -4587 19169 -45936 19170 -11659 19171 -43385 19172 -13789 19173 -37530 19174 -9868 19175 -38033 19176 -12877 19177 -47506 19178 -27810 19179 -53143 19180 -43460 19181 -47692 19182 -53391 19183 -38834 19184 -63044 19185 -30387 19186 -75601 19187 -15012 19188 -78342 19189 9554 19190 -65250 19191 30392 19192 -48605 19193 34675 19194 -43755 19195 33358 19196 -45472 19197 41516 19198 -37433 19199 56693 19200 -20027 19201 63596 19202 -6064 19203 60281 19204 1484 19205 59355 19206 12943 19207 63469 19208 32386 19209 60632 19210 46785 19211 44894 19212 49536 19213 26432 19214 47438 19215 16598 19216 47776 19217 8997 19218 45192 19219 -438 19220 36704 19221 -5693 19222 32826 19223 -1860 19224 43718 19225 147 19226 57592 19227 -13784 19228 56201 19229 -37548 19230 39529 19231 -53633 19232 23110 19233 -59415 19234 10448 19235 -64491 19236 -8339 19237 -69608 19238 -32598 19239 -61683 19240 -46863 19241 -38678 19242 -42181 19243 -16613 19244 -29508 19245 -8798 19246 -22424 19247 -10482 19248 -20421 19249 -13110 19250 -18948 19251 -18811 19252 -25378 19253 -29348 19254 -45153 19255 -32964 19256 -66093 19257 -16655 19258 -71082 19259 10834 19260 -61915 19261 30874 19262 -51233 19263 40646 19264 -42262 19265 50479 19266 -25458 19267 61145 19268 -2436 19269 60185 19270 10228 19271 45313 19272 6008 19273 32885 19274 -1033 19275 34641 19276 2706 19277 42712 19278 13484 19279 45137 19280 22082 19281 43313 19282 31764 19283 42689 19284 46642 19285 36844 19286 58787 19287 18030 19288 55514 19289 -4807 19290 40815 19291 -15909 19292 31231 19293 -16165 19294 29031 19295 -18069 19296 23684 19297 -23397 19298 13996 19299 -22371 19300 12181 19301 -13839 19302 21222 19303 -13773 19304 25200 19305 -28773 19306 12711 19307 -43516 19308 -7074 19309 -43747 19310 -19517 19311 -33529 19312 -24522 19313 -23744 19314 -29168 19315 -13928 19316 -28757 19317 256 19318 -16120 19319 12803 19320 1375 19321 9880 19322 8177 19323 -5277 19324 1476 19325 -16630 19326 -6573 19327 -20130 19328 -13189 19329 -23305 19330 -26718 19331 -26810 19332 -45824 19333 -18148 19334 -55112 19335 5086 19336 -45055 19337 26564 19338 -29140 19339 32190 19340 -22786 19341 28876 19342 -22435 19343 31086 19344 -17584 19345 37299 19346 -10759 19347 37890 19348 -10223 19349 37029 19350 -12262 19351 45727 19352 -2796 19353 60203 19354 18546 19355 65956 19356 37865 19357 58828 19358 49926 19359 48775 19360 62667 19361 39882 19362 76640 19363 23341 19364 79164 19365 -2441 19366 66105 19367 -22771 19368 51565 19369 -28004 19370 48509 19371 -28730 19372 50231 19373 -37611 19374 42144 19375 -50757 19376 27450 19377 -55865 19378 18150 19379 -55765 19380 12017 19381 -61941 19382 -1809 19383 -70059 19384 -23426 19385 -67807 19386 -39084 19387 -53293 19388 -44427 19389 -39943 19390 -49589 19391 -32651 19392 -58229 19393 -21769 19394 -60261 19395 -3428 19396 -51566 19397 11472 19398 -42813 19399 15131 19400 -42933 19401 17409 19402 -43201 19403 29085 19404 -31266 19405 42497 19406 -14435 19407 44339 19408 -6801 19409 36664 19410 -6900 19411 33726 19412 -2583 19413 37473 19414 7195 19415 36370 19416 11167 19417 30327 19418 7706 19419 29879 19420 10410 19421 37352 19422 24246 19423 39893 19424 38110 19425 31371 19426 42469 19427 21281 19428 45135 19429 15744 19430 52499 19431 7401 19432 55920 19433 -10450 19434 45653 19435 -27244 19436 30494 19437 -29348 19438 26186 19439 -22796 19440 31082 19441 -24367 19442 30435 19443 -35460 19444 21584 19445 -42845 19446 14231 19447 -43612 19448 10131 19449 -47187 19450 -213 19451 -55733 19452 -20070 19453 -55456 19454 -34663 19455 -41323 19456 -35695 19457 -25052 19458 -30774 19459 -17561 19460 -30214 19461 -15487 19462 -29817 19463 -10487 19464 -23615 19465 -9029 19466 -21676 19467 -17663 19468 -36187 19469 -25643 19470 -58060 19471 -16524 19472 -68388 19473 7556 19474 -61276 19475 30091 19476 -49491 19477 43646 19478 -37683 19479 55978 19480 -19120 19481 66988 19482 5876 19483 65313 19484 22395 19485 48252 19486 22324 19487 31209 19488 15587 19489 28091 19490 16926 19491 32545 19492 24525 19493 33652 19494 31600 19495 32765 19496 42420 19497 33783 19498 62753 19499 26918 19500 80574 19501 1087 19502 77859 19503 -35735 19504 53979 19505 -61750 19506 26419 19507 -68317 19508 4534 19509 -65218 19510 -15026 19511 -57638 19512 -30970 19513 -41054 19514 -31868 19515 -17185 19516 -14351 19517 -3562 19518 2947 19519 -11997 19520 2736 19521 -30300 19522 -12964 19523 -41230 19524 -31135 19525 -40988 19526 -50274 19527 -34801 19528 -69461 19529 -17390 19530 -77714 19531 16417 19532 -60815 19533 53376 19534 -24614 19535 69873 19536 9271 19537 60699 19538 26744 19539 39734 19540 33881 19541 18783 19542 32656 19543 -3241 19544 16625 19545 -23746 19546 -11311 19547 -27091 19548 -32259 19549 -8126 19550 -29446 19551 17942 19552 -10761 19553 30144 19554 5985 19555 27557 19556 16674 19557 18715 19558 24436 19559 4605 19560 21936 19561 -16056 19562 905 19563 -31512 19564 -29082 19565 -24724 19566 -44648 19567 2707 19568 -37675 19569 29677 19570 -19489 19571 44483 19572 -64 19573 51430 19574 22562 19575 52697 19576 45701 19577 39265 19578 54955 19579 11278 19580 42339 19581 -13469 19582 22107 19583 -16807 19584 13633 19585 -5093 19586 19073 19587 4082 19588 27852 19589 3944 19590 38395 19591 -921 19592 52006 19593 -14654 19594 57849 19595 -44241 19596 38905 19597 -79380 19598 -3014 19599 -96972 19600 -46635 19601 -87154 19602 -75050 19603 -60336 19604 -90208 19605 -27255 19606 -93337 19607 9982 19608 -76095 19609 46662 19610 -38376 19611 65475 19612 -2248 19613 54356 19614 10427 19615 28813 19616 2040 19617 10500 19618 -11838 19619 6468 19620 -22211 19621 10290 19622 -30906 19623 22137 19624 -31098 19625 45750 19626 -10315 19627 70736 19628 26695 19629 75695 19630 58161 19631 54212 19632 70600 19633 22648 19634 67373 19635 -5400 19636 55659 19637 -28556 19638 32357 19639 -46172 19640 -321 19641 -46501 19642 -22662 19643 -23353 19644 -20221 19645 5659 19646 -1760 19647 19568 19648 13859 19649 16955 19650 22137 19651 10774 19652 30181 19653 3390 19654 34535 19655 -10677 19656 25810 19657 -26333 19658 7333 19659 -30098 19660 -3285 19661 -19518 19662 1335 19663 -10377 19664 8801 19665 -13434 19666 8209 19667 -20118 19668 3674 19669 -24265 19670 83 19671 -30127 19672 -9622 19673 -40165 19674 -31768 19675 -42538 19676 -53551 19677 -24719 19678 -57621 19679 3953 19680 -45553 19681 24087 19682 -30802 19683 31536 19684 -19195 19685 35099 19686 -3629 19687 36472 19688 11613 19689 26685 19690 13444 19691 8802 19692 -11 19693 -606 19694 -12135 19695 7175 19696 -11337 19697 20283 19698 -2980 19699 26688 19700 5063 19701 29593 19702 16351 19703 33309 19704 33856 19705 29660 19706 46855 19707 10094 19708 41296 19709 -13434 19710 23017 19711 -22866 19712 9570 19713 -17606 19714 5256 19715 -11410 19716 2161 19717 -7728 19718 -557 19719 1715 19720 7687 19721 14465 19722 27543 19723 16245 19724 42223 19725 -422 19726 41664 19727 -21895 19728 32862 19729 -35892 19730 24342 19731 -45726 19732 11104 19733 -57030 19734 -13085 19735 -62666 19736 -37892 19737 -53054 19738 -49848 19739 -34367 19740 -51607 19741 -19640 19742 -55406 19743 -7967 19744 -58444 19745 10663 19746 -49475 19747 32168 19748 -28341 19749 42234 19750 -10402 19751 37399 19752 -3719 19753 30801 19754 1277 19755 29201 19756 10710 19757 24652 19758 14408 19759 12032 19760 5781 19761 3216 19762 -4201 19763 9064 19764 -2677 19765 21280 19766 8586 19767 25802 19768 18560 19769 22969 19770 27175 19771 20588 19772 40466 19773 15391 19774 51572 19775 -3252 19776 46025 19777 -29447 19778 25026 19779 -45645 19780 3959 19781 -44915 19782 -8422 19783 -37883 19784 -19592 19785 -30953 19786 -31718 19787 -18303 19788 -33302 19789 2415 19790 -18135 19791 17414 19792 -481 19793 15375 19794 4566 19795 5220 19796 340 19797 361 19798 -27 19799 955 19800 1960 19801 -2874 19802 -2575 19803 -7904 19804 -11129 19805 -5138 19806 -11010 19807 4179 19808 -3446 19809 5586 19810 -1035 19811 -1824 19812 -8538 19813 -4555 19814 -14679 19815 2831 19816 -10605 19817 10363 19818 -4773 19819 10312 19820 -2986 19821 9975 19822 1852 19823 15634 19824 16120 19825 15893 19826 28824 19827 -425 19828 23339 19829 -23716 19830 3392 19831 -36535 19832 -16281 19833 -33941 19834 -30525 19835 -23867 19836 -43574 19837 -9263 19838 -50437 19839 16178 19840 -37328 19841 45928 19842 -4582 19843 60358 19844 27916 19845 50349 19846 44294 19847 28071 19848 47106 19849 5766 19850 42719 19851 -15685 19852 25728 19853 -34599 19854 -3422 19855 -39352 19856 -28327 19857 -19702 19858 -29862 19859 10466 19860 -9985 19861 28531 19862 12288 19863 28500 19864 28473 19865 19433 19866 40485 19867 3997 19868 43855 19869 -22162 19870 26485 19871 -51725 19872 -8915 19873 -63250 19874 -41707 19875 -48987 19876 -57247 19877 -21549 19878 -58394 19879 4013 19880 -52302 19881 27511 19882 -34870 19883 48059 19884 -5478 19885 54939 19886 21299 19887 41432 19888 29219 19889 18576 19890 22502 19891 5245 19892 17973 19893 3220 19894 18364 19895 -1353 19896 15224 19897 -9023 19898 7723 19899 -10886 19900 6608 19901 -6551 19902 11504 19903 -8133 19904 9556 19905 -19641 19906 -5637 19907 -26106 19908 -21843 19909 -17136 19910 -25723 19911 191 19912 -20738 19913 12970 19914 -14061 19915 22719 19916 -1250 19917 32037 19918 20773 19919 32509 19920 39718 19921 13831 19922 38206 19923 -13786 19924 18198 19925 -30457 19926 -1539 19927 -29915 19928 -14813 19929 -22604 19930 -25869 19931 -12373 19932 -32848 19933 6408 19934 -23134 19935 29311 19936 3877 19937 38262 19938 29297 19939 23705 19940 34781 19941 -2020 19942 23660 19943 -21329 19944 6668 19945 -31376 19946 -13342 19947 -35611 19948 -36876 19949 -26410 19950 -51280 19951 1949 19952 -41850 19953 36444 19954 -12544 19955 54721 19956 18124 19957 50435 19958 39913 19959 34608 19960 55471 19961 13034 19962 60674 19963 -17393 19964 44359 19965 -50730 19966 8370 19967 -67774 19968 -26613 19969 -57230 19970 -44334 19971 -31966 19972 -47845 19973 -9171 19974 -46907 19975 10315 19976 -38297 19977 30591 19978 -16181 19979 44854 19980 9714 19981 42764 19982 22598 19983 29192 19984 23685 19985 19215 19986 26351 19987 14780 19988 32671 19989 5247 19990 32195 19991 -9417 19992 22480 19993 -18508 19994 14204 19995 -18216 19996 12204 19997 -19681 19998 6533 19999 -27960 20000 -9404 20001 -30952 20002 -23758 20003 -19758 20004 -24829 20005 -4673 20006 -17168 20007 1139 20008 -14002 20009 635 20010 -14529 20011 3660 20012 -10130 20013 7704 20014 -5003 20015 3004 20016 -10049 20017 -6114 20018 -23201 20019 -4711 20020 -29185 20021 10711 20022 -22112 20023 27232 20024 -10549 20025 35250 20026 648 20027 40480 20028 19296 20029 43774 20030 45131 20031 33912 20032 62487 20033 5506 20034 55724 20035 -27394 20036 32665 20037 -46663 20038 9076 20039 -51149 20040 -11718 20041 -49604 20042 -34496 20043 -39757 20044 -51568 20045 -13708 20046 -48415 20047 20420 20048 -25210 20049 42625 20050 1760 20051 46108 20052 21502 20053 38978 20054 38318 20055 27948 20056 51831 20057 7628 20058 50969 20059 -21005 20060 30654 20061 -43402 20062 5867 20063 -47571 20064 -10958 20065 -41229 20066 -21646 20067 -35743 20068 -35464 20069 -26790 20070 -45381 20071 -7592 20072 -39795 20073 13898 20074 -23301 20075 22418 20076 -12558 20077 17801 20078 -10970 20079 14656 20080 -8627 20081 16957 20082 -1334 20083 15124 20084 1 20085 6606 20086 -8067 20087 3692 20088 -14120 20089 12319 20090 -8775 20091 22920 20092 1069 20093 24677 20094 6617 20095 23748 20096 14122 20097 26261 20098 29601 20099 25067 20100 43997 20101 10175 20102 43288 20103 -12724 20104 29486 20105 -27646 20106 16105 20107 -31909 20108 6085 20109 -35367 20110 -9896 20111 -36456 20112 -29722 20113 -24780 20114 -37659 20115 1428 20116 -25708 20117 25134 20118 -6043 20119 34636 20120 10310 20121 34540 20122 26211 20123 30349 20124 46043 20125 18115 20126 58161 20127 -8266 20128 48952 20129 -37639 20130 24459 20131 -54337 20132 447 20133 -57895 20134 -19683 20135 -57266 20136 -41838 20137 -50883 20138 -61717 20139 -28668 20140 -65047 20141 3476 20142 -50459 20143 27415 20144 -32128 20145 34133 20146 -19451 20147 33667 20148 -7388 20149 33439 20150 7126 20151 27652 20152 13062 20153 11006 20154 3213 20155 -2879 20156 -12345 20157 -2218 20158 -18620 20159 9296 20160 -16139 20161 18901 20162 -14437 20163 26217 20164 -9826 20165 38453 20166 7890 20167 49846 20168 34199 20169 47246 20170 52240 20171 29576 20172 55469 20173 9799 20174 54152 20175 -4424 20176 53460 20177 -19849 20178 44383 20179 -38494 20180 23027 20181 -48251 20182 2462 20183 -41423 20184 -4402 20185 -28514 20186 -3104 20187 -22110 20188 -4021 20189 -19936 20190 -5447 20191 -13834 20192 953 20193 -9333 20194 9444 20195 -17480 20196 6475 20197 -33974 20198 -9376 20199 -42871 20200 -26138 20201 -39816 20202 -38220 20203 -33690 20204 -53437 20205 -27850 20206 -70710 20207 -10458 20208 -76483 20209 20099 20210 -61372 20211 49704 20212 -36444 20213 64397 20214 -13730 20215 67782 20216 8596 20217 67632 20218 34475 20219 58224 20220 54749 20221 33083 20222 54133 20223 1214 20224 36960 20225 -19335 20226 18600 20227 -25039 20228 5733 20229 -24915 20230 -7430 20231 -22028 20232 -19771 20233 -8152 20234 -18902 20235 13584 20236 -1446 20237 26831 20238 17925 20239 22397 20240 26801 20241 10194 20242 29452 20243 200 20244 31910 20245 -10410 20246 27342 20247 -25418 20248 8544 20249 -34898 20250 -13274 20251 -28421 20252 -21534 20253 -10887 20254 -15789 20255 2327 20256 -8644 20257 8296 20258 -2581 20259 15671 20260 10918 20261 21220 20262 29032 20263 12978 20264 36688 20265 -10424 20266 26907 20267 -32594 20268 10572 20269 -41747 20270 -3322 20271 -44604 20272 -19619 20273 -46779 20274 -42402 20275 -41992 20276 -61595 20277 -21926 20278 -64396 20279 4891 20280 -54351 20281 24552 20282 -42490 20283 36771 20284 -28943 20285 48950 20286 -5595 20287 57000 20288 20272 20289 48975 20290 33680 20291 25674 20292 30884 20293 4575 20294 23142 20295 -6730 20296 16859 20297 -15103 20298 3680 20299 -23409 20300 -17838 20301 -21066 20302 -32371 20303 -1791 20304 -26987 20305 22393 20306 -9781 20307 34713 20308 5257 20309 36445 20310 17186 20311 35377 20312 32532 20313 29004 20314 45166 20315 11558 20316 42602 20317 -10274 20318 25908 20319 -21041 20320 10518 20321 -18049 20322 3997 20323 -12071 20324 322 20325 -7883 20326 -2201 20327 1293 20328 6264 20329 14459 20330 26636 20331 16807 20332 43213 20333 -990 20334 42460 20335 -26881 20336 29663 20337 -44269 20338 15409 20339 -54397 20340 -2801 20341 -64384 20342 -31120 20343 -68168 20344 -61901 20345 -53551 20346 -77517 20347 -23351 20348 -74708 20349 6407 20350 -64715 20351 28023 20352 -51741 20353 46205 20354 -28865 20355 59967 20356 1672 20357 58929 20358 23788 20359 40469 20360 28232 20361 17936 20362 23611 20363 3570 20364 18142 20365 -7452 20366 6684 20367 -18845 20368 -15963 20369 -21730 20370 -38725 20371 -4260 20372 -41441 20373 24284 20374 -25526 20375 46264 20376 -5384 20377 56362 20378 13432 20379 61867 20380 36189 20381 62095 20382 60991 20383 47257 20384 73565 20385 17901 20386 68424 20387 -8927 20388 55654 20389 -22975 20390 44308 20391 -30038 20392 31070 20393 -36092 20394 14556 20395 -34859 20396 5725 20397 -23121 20398 13490 20399 -13289 20400 26263 20401 -19157 20402 27049 20403 -35392 20404 15637 20405 -47217 20406 3858 20407 -51451 20408 -6357 20409 -57512 20410 -25065 20411 -64803 20412 -51622 20413 -59230 20414 -70926 20415 -37354 20416 -74671 20417 -11641 20418 -70944 20419 7650 20420 -65708 20421 24295 20422 -54900 20423 42962 20424 -33469 20425 54851 20426 -12108 20427 52915 20428 260 20429 44700 20430 7912 20431 39840 20432 19670 20433 33347 20434 27772 20435 17089 20436 19306 20437 -1606 20438 -1097 20439 -4990 20440 -15112 20441 9066 20442 -14133 20443 25717 20444 -6275 20445 37162 20446 3269 20447 48993 20448 23051 20449 62477 20450 55011 20451 62420 20452 86219 20453 39506 20454 98214 20455 2040 20456 91539 20457 -33375 20458 73306 20459 -62043 20460 43697 20461 -83542 20462 4755 20463 -86798 20464 -29085 20465 -66125 20466 -39855 20467 -33141 20468 -28731 20469 -10369 20470 -13166 20471 -4844 20472 -2174 20473 -6247 20474 8283 20475 -12411 20476 14813 20477 -29642 20478 4198 20479 -55546 20480 -28024 20481 -69205 20482 -63548 20483 -55915 20484 -82333 20485 -24023 20486 -82319 20487 9081 20488 -71489 20489 35010 20490 -50510 20491 54915 20492 -19219 20493 62170 20494 10045 20495 50974 20496 21455 20497 29087 20498 15853 20499 12950 20500 7943 20501 6087 20502 3520 20503 1324 20504 -4288 20505 -2351 20506 -15274 20507 6269 20508 -16397 20509 25078 20510 -2052 20511 37517 20512 13529 20513 33238 20514 17201 20515 23641 20516 15401 20517 23894 20518 22177 20519 29835 20520 36434 20521 28992 20522 47575 20523 19384 20524 54568 20525 7552 20526 60860 20527 -7706 20528 62125 20529 -31805 20530 45933 20531 -59256 20532 14971 20533 -72695 20534 -14793 20535 -66251 20536 -34677 20537 -49427 20538 -47736 20539 -29405 20540 -53031 20541 -2819 20542 -38532 20543 26275 20544 -2547 20545 38260 20546 32221 20547 19277 20548 41287 20549 -18593 20550 23250 20551 -50323 20552 -6034 20553 -64355 20554 -37041 20555 -64429 20556 -68665 20557 -48399 20558 -90435 20559 -13357 20560 -86782 20561 30963 20562 -56687 20563 62435 20564 -17558 20565 70433 20566 14565 20567 60534 20568 37041 20569 38040 20570 44676 20571 4892 20572 28440 20573 -29431 20574 -9611 20575 -42788 20576 -44681 20577 -23870 20578 -55649 20579 12415 20580 -44473 20581 41919 20582 -26845 20583 58326 20584 -5876 20585 69449 20586 22611 20587 72172 20588 52319 20589 57837 20590 65498 20591 28623 20592 59425 20593 2483 20594 45785 20595 -10006 20596 35132 20597 -14580 20598 26026 20599 -17272 20600 17956 20601 -15281 20602 16566 20603 -9381 20604 22552 20605 -9927 20606 23590 20607 -21088 20608 12256 20609 -30035 20610 44 20611 -24511 20612 1755 20613 -13600 20614 12536 20615 -13930 20616 15801 20617 -25435 20618 9059 20619 -35404 20620 3107 20621 -40675 20622 -872 20623 -50023 20624 -15999 20625 -63888 20626 -45515 20627 -66521 20628 -76031 20629 -47394 20630 -91928 20631 -15678 20632 -91376 20633 17403 20634 -77984 20635 47800 20636 -50008 20637 71442 20638 -11845 20639 76659 20640 17638 20641 57763 20642 23423 20643 29969 20644 10778 20645 14186 20646 -2123 20647 12267 20648 -10718 20649 15133 20650 -20521 20651 23525 20652 -26730 20653 46026 20654 -13022 20655 77545 20656 24207 20657 94828 20658 66676 20659 82712 20660 93735 20661 50547 20662 103138 20663 14862 20664 98732 20665 -19526 20666 80067 20667 -50597 20668 47798 20669 -68591 20670 15106 20671 -66342 20672 -3806 20673 -51476 20674 -11382 20675 -37337 20676 -17101 20677 -25159 20678 -16842 20679 -9512 20680 -1934 20681 2867 20682 20125 20683 -2483 20684 29585 20685 -23899 20686 18198 20687 -43086 20688 1747 20689 -49087 20690 -8999 20691 -51161 20692 -19647 20693 -56143 20694 -39869 20695 -56954 20696 -62243 20697 -42833 20698 -73988 20699 -17567 20700 -73036 20701 6536 20702 -65840 20703 26911 20704 -51456 20705 45849 20706 -27161 20707 56765 20708 -2636 20709 50714 20710 7269 20711 34803 20712 3911 20713 24679 20714 849 20715 24044 20716 891 20717 22651 20718 -4196 20719 19083 20720 -15938 20721 26285 20722 -17394 20723 50790 20724 4023 20725 73994 20726 37905 20727 77275 20728 64935 20729 60817 20730 81379 20731 37483 20732 90869 20733 13041 20734 91642 20735 -16122 20736 77586 20737 -43866 20738 53229 20739 -60418 20740 31584 20741 -65239 20742 14828 20743 -65686 20744 -2579 20745 -62781 20746 -19890 20747 -49485 20748 -24071 20749 -29968 20750 -13873 20751 -20666 20752 -5788 20753 -26645 20754 -10630 20755 -33775 20756 -17930 20757 -29981 20758 -16776 20759 -23473 20760 -12666 20761 -27974 20762 -20124 20763 -39553 20764 -39602 20765 -41668 20766 -57050 20767 -29269 20768 -65107 20769 -10152 20770 -67608 20771 10766 20772 -62751 20773 36343 20774 -43439 20775 59882 20776 -11872 20777 67790 20778 16134 20779 56529 20780 31253 20781 37547 20782 38362 20783 18228 20784 37920 20785 -4689 20786 20551 20787 -29765 20788 -16310 20789 -37673 20790 -51158 20791 -13909 20792 -59482 20793 28917 20794 -38708 20795 64799 20796 -5703 20797 81237 20798 28766 20799 82106 20800 63233 20801 69281 20802 90638 20803 37967 20804 96659 20805 -5873 20806 77226 20807 -43786 20808 45590 20809 -62998 20810 15799 20811 -65753 20812 -9880 20813 -56176 20814 -26904 20815 -33861 20816 -23517 20817 -5585 20818 -646 20819 8610 20820 23734 20821 -2843 20822 27959 20823 -28115 20824 14814 20825 -44956 20826 912 20827 -49317 20828 -9692 20829 -51981 20830 -24866 20831 -53537 20832 -44265 20833 -45103 20834 -55096 20835 -25278 20836 -51019 20837 -7962 20838 -42482 20839 -1237 20840 -39784 20841 1285 20842 -39701 20843 7386 20844 -38629 20845 13442 20846 -38906 20847 17593 20848 -40801 20849 26416 20850 -33902 20851 42110 20852 -13736 20853 52410 20854 6270 20855 43735 20856 8680 20857 25038 20858 -3721 20859 16518 20860 -13303 20861 23062 20862 -13299 20863 34093 20864 -10845 20865 43640 20866 -7052 20867 57665 20868 9572 20869 75480 20870 45406 20871 81031 20872 84555 20873 61495 20874 107148 20875 22223 20876 107143 20877 -22183 20878 87795 20879 -63217 20880 49192 20881 -92930 20882 -1782 20883 -96827 20884 -42802 20885 -69893 20886 -54845 20887 -27314 20888 -39533 20889 4891 20890 -15949 20891 18360 20892 6979 20893 19758 20894 30130 20895 9805 20896 47248 20897 -18490 20898 41020 20899 -59406 20900 5467 20901 -87327 20902 -40342 20903 -84559 20904 -73604 20905 -56909 20906 -87206 20907 -22537 20908 -85578 20909 11345 20910 -68436 20911 40402 20912 -39463 20913 56495 20914 -11253 20915 52248 20916 1743 20917 36419 20918 1485 20919 24281 20920 -355 20921 18911 20922 -2610 20923 13556 20924 -13031 20925 10248 20926 -27025 20927 19785 20928 -27494 20929 41234 20930 -10112 20931 56272 20932 10164 20933 54834 20934 18642 20935 47369 20936 20886 20937 46110 20938 30265 20939 48233 20940 45576 20941 42872 20942 57842 20943 29832 20944 65448 20945 15653 20946 71568 20947 -1165 20948 71014 20949 -25885 20950 55306 20951 -50895 20952 28510 20953 -62373 20954 5226 20955 -57969 20956 -8997 20957 -48499 20958 -20506 20959 -37168 20960 -28527 20961 -18124 20962 -20663 20963 6385 20964 6226 20965 16644 20966 33141 20967 212 20968 39424 20969 -30643 20970 24262 20971 -55211 20972 796 20973 -66230 20974 -25697 20975 -68122 20976 -54729 20977 -59039 20978 -78150 20979 -33219 20980 -82399 20981 3301 20982 -67512 20983 33679 20984 -45171 20985 49693 20986 -23294 20987 55615 20988 -520 20989 52393 20990 17955 20991 34973 20992 18215 20993 9874 20994 -2645 20995 -3792 20996 -24941 20997 5164 20998 -30908 20999 26578 21000 -23460 21001 43238 21002 -13425 21003 53563 21004 -209 21005 65255 21006 23501 21007 73529 21008 54571 21009 66377 21010 76396 21011 42453 21012 82024 21013 14398 21014 79139 21015 -10003 21016 70776 21017 -33565 21018 53288 21019 -53060 21020 28211 21021 -59134 21022 8544 21023 -50913 21024 524 21025 -40692 21026 -3571 21027 -36515 21028 -10497 21029 -30650 21030 -11297 21031 -15589 21032 2302 21033 -4308 21034 20975 21035 -10662 21036 26583 21037 -31404 21038 16247 21039 -49041 21040 1518 21041 -56542 21042 -13126 21043 -60368 21044 -33326 21045 -62198 21046 -57817 21047 -52662 21048 -74853 21049 -29051 21050 -76737 21051 -1030 21052 -70172 21053 21669 21054 -59741 21055 40993 21056 -41115 21057 56920 21058 -14509 21059 60376 21060 6376 21061 46768 21062 8874 21063 29544 21064 1775 21065 24040 21066 -154 21067 27779 21068 4489 21069 27917 21070 4699 21071 24734 21072 949 21073 28252 21074 6382 21075 39172 21076 24583 21077 43824 21078 43410 21079 33938 21080 51820 21081 17849 21082 54047 21083 1953 21084 53336 21085 -15407 21086 45197 21087 -35574 21088 26454 21089 -47754 21090 6502 21091 -44762 21092 -4582 21093 -35059 21094 -10533 21095 -27571 21096 -17615 21097 -20405 21098 -19634 21099 -4287 21100 -5186 21101 13346 21102 20602 21103 15337 21104 39273 21105 -3155 21106 40556 21107 -27752 21108 32586 21109 -47095 21110 20871 21111 -63748 21112 -157 21113 -79459 21114 -34172 21115 -83430 21116 -68002 21117 -67271 21118 -87788 21119 -37517 21120 -93553 21121 -6671 21122 -89650 21123 23318 21124 -73772 21125 52137 21126 -43342 21127 69590 21128 -12508 21129 65606 21130 3148 21131 47449 21132 2002 21133 33827 21134 -836 21135 30297 21136 215 21137 28155 21138 -2289 21139 24770 21140 -9609 21141 29316 21142 -9691 21143 45427 21144 8107 21145 58952 21146 33748 21147 56423 21148 52656 21149 40823 21150 62948 21151 21885 21152 68003 21153 711 21154 64426 21155 -25094 21156 46496 21157 -47030 21158 21398 21159 -53186 21160 3174 21161 -47215 21162 -7091 21163 -40795 21164 -18377 21165 -34782 21166 -28855 21167 -20446 21168 -26621 21169 1796 21170 -8357 21171 14809 21172 10064 21173 10773 21174 16576 21175 -1750 21176 17757 21177 -9984 21178 20544 21179 -18971 21180 18919 21181 -34429 21182 3779 21183 -50281 21184 -20972 21185 -53665 21186 -42587 21187 -43893 21188 -58047 21189 -28917 21190 -69776 21191 -9441 21192 -73711 21193 18497 21194 -60046 21195 47470 21196 -32877 21197 62372 21198 -8617 21199 59593 21200 4521 21201 50833 21202 14521 21203 43521 21204 25679 21205 30977 21206 27503 21207 10489 21208 13778 21209 -3919 21210 -5273 21211 -1004 21212 -13305 21213 13817 21214 -7917 21215 25138 21216 1092 21217 28996 21218 10429 21219 31788 21220 23976 21221 31371 21222 36902 21223 20873 21224 38604 21225 2524 21226 29059 21227 -9967 21228 19624 21229 -12240 21230 14888 21231 -11787 21232 8583 21233 -12120 21234 -261 21235 -5350 21236 304 21237 10875 21238 17752 21239 22405 21240 39946 21241 15179 21242 50619 21243 -4993 21244 49628 21245 -23464 21246 46059 21247 -38543 21248 38401 21249 -56238 21250 18023 21251 -74249 21252 -13073 21253 -79939 21254 -41813 21255 -69541 21256 -60225 21257 -51672 21258 -73528 21259 -30697 21260 -81508 21261 -3200 21262 -75783 21263 27722 21264 -54490 21265 48569 21266 -31273 21267 52714 21268 -17216 21269 50068 21270 -6327 21271 50461 21272 8700 21273 47886 21274 21290 21275 33404 21276 19379 21277 15022 21278 6963 21279 8268 21280 -1193 21281 15140 21282 719 21283 22822 21284 5462 21285 25129 21286 9110 21287 28002 21288 18289 21289 32738 21290 33519 21291 30644 21292 44710 21293 18002 21294 45566 21295 2796 21296 43249 21297 -6889 21298 42816 21299 -16691 21300 36764 21301 -29784 21302 19950 21303 -36396 21304 3956 21305 -28475 21306 2881 21307 -13847 21308 13404 21309 -8853 21310 20093 21311 -15240 21312 19576 21313 -22014 21314 19720 21315 -25067 21316 22130 21317 -33526 21318 15621 21319 -49519 21320 -4639 21321 -60476 21322 -28756 21323 -58218 21324 -46401 21325 -45928 21326 -59281 21327 -29677 21328 -68594 21329 -6435 21330 -65945 21331 22163 21332 -46336 21333 44208 21334 -20188 21335 48094 21336 -2894 21337 39657 21338 6255 21339 32110 21340 15305 21341 25414 21342 22004 21343 9910 21344 15088 21345 -10669 21346 -5840 21347 -19391 21348 -24072 21349 -9934 21350 -29523 21351 6815 21352 -27151 21353 19647 21354 -23786 21355 31390 21356 -13716 21357 45434 21358 5961 21359 53675 21360 27821 21361 49348 21362 42438 21363 37492 21364 52371 21365 25911 21366 62927 21367 11730 21368 67887 21369 -11190 21370 58252 21371 -35234 21372 38316 21373 -46647 21374 24091 21375 -45394 21376 18812 21377 -45139 21378 10653 21379 -49924 21380 -4129 21381 -49937 21382 -15152 21383 -39910 21384 -14823 21385 -31013 21386 -11871 21387 -32237 21388 -17520 21389 -38019 21390 -30059 21391 -37595 21392 -41145 21393 -31558 21394 -52119 21395 -24759 21396 -64948 21397 -11552 21398 -72698 21399 13567 21400 -64056 21401 42723 21402 -40608 21403 60503 21404 -16058 21405 64048 21406 4559 21407 62515 21408 27144 21409 56059 21410 48229 21411 35288 21412 53127 21413 1396 21414 35605 21415 -27197 21416 8329 21417 -35271 21418 -11472 21419 -27426 21420 -23294 21421 -16117 21422 -31297 21423 -2596 21424 -31515 21425 16408 21426 -17838 21427 33210 21428 2795 21429 37033 21430 17774 21431 28848 21432 24506 21433 19347 21434 30246 21435 11160 21436 33825 21437 -1488 21438 27690 21439 -15284 21440 13935 21441 -20071 21442 6783 21443 -13472 21444 11282 21445 -9596 21446 15047 21447 -16531 21448 7113 21449 -25090 21450 -5677 21451 -23754 21452 -11860 21453 -16367 21454 -11713 21455 -12327 21456 -14285 21457 -10418 21458 -18100 21459 -3683 21460 -14970 21461 6491 21462 -6162 21463 8737 21464 -1465 21465 2375 21466 -4015 21467 -2253 21468 -5880 21469 -1579 21470 -5546 21471 -2686 21472 -10450 21473 -5409 21474 -19144 21475 -1234 21476 -19989 21477 11378 21478 -6724 21479 19652 21480 8309 21481 11107 21482 9402 21483 -5927 21484 -1698 21485 -15967 21486 -14062 21487 -16843 21488 -25756 21489 -14723 21490 -41276 21491 -8055 21492 -54771 21493 12168 21494 -51957 21495 42929 21496 -29234 21497 68327 21498 1640 21499 77936 21500 30781 21501 73257 21502 57880 21503 57641 21504 77942 21505 28369 21506 78775 21507 -8799 21508 56951 21509 -36174 21510 29261 21511 -41443 21512 12773 21513 -33585 21514 6312 21515 -26299 21516 1502 21517 -21202 21518 -672 21519 -12961 21520 5895 21521 -6046 21522 16275 21523 -12477 21524 15971 21525 -28946 21526 -414 21527 -40189 21528 -20140 21529 -36699 21530 -33967 21531 -24875 21532 -41012 21533 -11350 21534 -43422 21535 6651 21536 -34009 21537 25545 21538 -13770 21539 34984 21540 4128 21541 28029 21542 8800 21543 14702 21544 6281 21545 8020 21546 7114 21547 5656 21548 8542 21549 -950 21550 2358 21551 -9185 21552 -8535 21553 -7611 21554 -11466 21555 1530 21556 -5742 21557 5017 21558 -3292 21559 -760 21560 -11953 21561 -4487 21562 -22137 21563 2794 21564 -23854 21565 15988 21566 -19529 21567 28882 21568 -12405 21569 42070 21570 4673 21571 54898 21572 33466 21573 56580 21574 61396 21575 38428 21576 72111 21577 8332 21578 66205 21579 -17634 21580 53838 21581 -36879 21582 36337 21583 -53407 21584 9523 21585 -62376 21586 -20241 21587 -51395 21588 -34446 21589 -24464 21590 -27671 21591 -103 21592 -11584 21593 8686 21594 -318 21595 6332 21596 6377 21597 1421 21598 10494 21599 -6527 21600 7128 21601 -19181 21602 -6979 21603 -26238 21604 -22225 21605 -18819 21606 -26507 21607 -3317 21608 -21757 21609 7176 21610 -16216 21611 11360 21612 -9862 21613 15565 21614 2372 21615 17371 21616 15643 21617 6975 21618 15245 21619 -11963 21620 -1290 21621 -23170 21622 -18468 21623 -18846 21624 -25090 21625 -7260 21626 -26099 21627 1020 21628 -28071 21629 10243 21630 -26220 21631 24518 21632 -14045 21633 36948 21634 3137 21635 39452 21636 14722 21637 34260 21638 22380 21639 30164 21640 33502 21641 26264 21642 45379 21643 14910 21644 48545 21645 -2787 21646 41973 21647 -15940 21648 36368 21649 -23510 21650 32722 21651 -34339 21652 20507 21653 -49128 21654 -2775 21655 -53646 21656 -24183 21657 -41485 21658 -31835 21659 -23024 21660 -30298 21661 -10502 21662 -28537 21663 -2496 21664 -25217 21665 7981 21666 -14403 21667 16189 21668 -1663 21669 13499 21670 2722 21671 3335 21672 -928 21673 -2562 21674 -3971 21675 -2466 21676 -4199 21677 -3302 21678 -8483 21679 -7000 21680 -16280 21681 -4251 21682 -16874 21683 5347 21684 -9052 21685 11193 21686 -3095 21687 7277 21688 -6556 21689 2653 21690 -10981 21691 7175 21692 -6398 21693 14222 21694 2431 21695 13815 21696 5361 21697 9203 21698 3505 21699 9071 21700 7128 21701 11719 21702 14762 21703 8047 21704 16789 21705 -1236 21706 11879 21707 -5604 21708 9563 21709 -4082 21710 12568 21711 -5439 21712 12249 21713 -12185 21714 5963 21715 -17063 21716 -195 21717 -15245 21718 -531 21719 -15368 21720 -4718 21721 -21791 21722 -19274 21723 -24067 21724 -35056 21725 -11509 21726 -38583 21727 9980 21728 -29213 21729 26445 21730 -16410 21731 34670 21732 -2230 21733 40471 21734 17895 21735 41261 21736 39051 21737 27700 21738 47012 21739 1667 21740 36919 21741 -22569 21742 19301 21743 -34395 21744 2773 21745 -37546 21746 -13417 21747 -35707 21748 -29484 21749 -24551 21750 -34722 21751 -4249 21752 -24007 21753 11467 21754 -8667 21755 11958 21756 -4002 21757 2626 21758 -8717 21759 -2086 21760 -12845 21761 -412 21762 -14961 21763 1866 21764 -20173 21765 5446 21766 -25755 21767 17522 21768 -18789 21769 35663 21770 3190 21771 44870 21772 26055 21773 37524 21774 38453 21775 21431 21776 41661 21777 5932 21778 39950 21779 -10434 21780 29639 21781 -27471 21782 9638 21783 -35203 21784 -8355 21785 -26450 21786 -11926 21787 -11262 21788 -6065 21789 -4404 21790 -2881 21791 -6934 21792 -5909 21793 -8534 21794 -8246 21795 -7478 21796 -9705 21797 -9160 21798 -18605 21799 -11055 21800 -31974 21801 -1712 21802 -35007 21803 20233 21804 -20061 21805 39860 21806 3091 21807 44842 21808 22811 21809 36258 21810 36476 21811 21342 21812 44669 21813 -67 21814 38442 21815 -26230 21816 13990 21817 -45041 21818 -17422 21819 -41740 21820 -36341 21821 -20682 21822 -36804 21823 2615 21824 -28901 21825 20213 21826 -14604 21827 32839 21828 7160 21829 37941 21830 30767 21831 26118 21832 39121 21833 -73 21834 26168 21835 -22476 21836 4662 21837 -27125 21838 -10038 21839 -19443 21840 -16058 21841 -8282 21842 -16755 21843 5328 21844 -8471 21845 20062 21846 10947 21847 25346 21848 29590 21849 11539 21850 32090 21851 -13090 21852 17814 21853 -29817 21854 -1282 21855 -32246 21856 -17452 21857 -27357 21858 -32111 21859 -16532 21860 -40973 21861 3858 21862 -33298 21863 28880 21864 -8452 21865 42710 21866 16352 21867 35956 21868 27024 21869 18641 21870 25974 21871 3579 21872 21648 21873 -6564 21874 13544 21875 -15244 21876 -129 21877 -17518 21878 -10178 21879 -7313 21880 -5794 21881 5755 21882 7936 21883 8585 21884 16211 21885 -1860 21886 12774 21887 -13859 21888 5702 21889 -21089 21890 -2845 21891 -26587 21892 -18261 21893 -28127 21894 -36804 21895 -16368 21896 -44425 21897 9367 21898 -31244 21899 33810 21900 -7035 21901 42160 21902 13070 21903 37276 21904 26930 21905 27530 21906 37073 21907 13343 21908 38307 21909 -7128 21910 24779 21911 -23970 21912 4749 21913 -25256 21914 -5939 21915 -12720 21916 -3405 21917 -1576 21918 3415 21919 1480 21920 8231 21921 643 21922 14593 21923 -2340 21924 20705 21925 -12423 21926 15480 21927 -29937 21928 -4699 21929 -40162 21930 -26770 21931 -32536 21932 -37144 21933 -14301 21934 -36355 21935 2243 21936 -31853 21937 15261 21938 -23129 21939 26851 21940 -5622 21941 33377 21942 12970 21943 25388 21944 19242 21945 7838 21946 11842 21947 -4317 21948 2262 21949 -6108 21950 -1436 21951 -5088 21952 -5739 21953 -5037 21954 -11537 21955 142 21956 -10426 21957 10903 21958 730 21959 16410 21960 10992 21961 10027 21962 10643 21963 410 21964 4617 21965 -1824 21966 2361 21967 651 21968 3787 21969 229 21970 1982 21971 -788 21972 -15 21973 4166 21974 5770 21975 11864 21976 17692 21977 10022 21978 23334 21979 -1776 21980 18651 21981 -12145 21982 12880 21983 -15916 21984 9989 21985 -18027 21986 4634 21987 -23561 21988 -7114 21989 -23629 21990 -15960 21991 -14544 21992 -14307 21993 -5033 21994 -9315 21995 -4121 21996 -10658 21997 -7284 21998 -15433 21999 -4360 22000 -14949 22001 3410 22002 -10561 22003 6135 22004 -10286 22005 3976 22006 -12970 22007 6370 22008 -9832 22009 13038 22010 477 22011 14108 22012 6573 22013 6856 22014 3382 22015 304 22016 -721 22017 -246 22018 -204 22019 -965 22020 -1101 22021 -5795 22022 -9006 22023 -8081 22024 -17346 22025 -653 22026 -16025 22027 9879 22028 -9922 22029 12930 22030 -8123 22031 12610 22032 -9421 22033 17513 22034 -4066 22035 26526 22036 8731 22037 29169 22038 18579 22039 23914 22040 22796 22041 18731 22042 28920 22043 17004 22044 39124 22045 9279 22046 43492 22047 -7616 22048 36039 22049 -23697 22050 23806 22051 -30765 22052 14905 22053 -31863 22054 6809 22055 -35089 22056 -5968 22057 -35393 22058 -17254 22059 -26406 22060 -17188 22061 -14574 22062 -11143 22063 -11199 22064 -11061 22065 -15414 22066 -18396 22067 -16490 22068 -23247 22069 -10783 22070 -23565 22071 -6112 22072 -25858 22073 -4636 22074 -32607 22075 1405 22076 -33124 22077 14637 22078 -22030 22079 24949 22080 -9006 22081 24247 22082 -4578 22083 18637 22084 -5568 22085 16783 22086 -4008 22087 16283 22088 -2222 22089 12816 22090 -6262 22091 11299 22092 -11952 22093 19982 22094 -6399 22095 34422 22096 9633 22097 40012 22098 24550 22099 33774 22100 33765 22101 24499 22102 41134 22103 15922 22104 48410 22105 3178 22106 46504 22107 -15569 22108 32320 22109 -29041 22110 17061 22111 -29444 22112 11289 22113 -24021 22114 11157 22115 -23707 22116 7845 22117 -26750 22118 2410 22119 -26203 22120 870 22121 -25001 22122 -1692 22123 -30445 22124 -13846 22125 -37078 22126 -32077 22127 -32111 22128 -43034 22129 -15085 22130 -40955 22131 3538 22132 -34527 22133 14744 22134 -27783 22135 24167 22136 -15893 22137 32938 22138 2289 22139 32519 22140 16030 22141 18742 22142 14757 22143 2775 22144 5775 22145 -3159 22146 -179 22147 -1569 22148 -1670 22149 -1397 22150 -5377 22151 -1321 22152 -8565 22153 4280 22154 -3297 22155 10813 22156 5948 22157 8694 22158 8277 22159 -1595 22160 -453 22161 -7395 22162 -9247 22163 -3626 22164 -11027 22165 2360 22166 -11888 22167 6260 22168 -13964 22169 13760 22170 -9139 22171 26998 22172 7666 22173 34884 22174 26095 22175 27969 22176 34058 22177 11401 22178 31780 22179 -754 22180 28022 22181 -8153 22182 23671 22183 -16860 22184 13006 22185 -23223 22186 577 22187 -19835 22188 -2677 22189 -8940 22190 3957 22191 -3167 22192 9426 22193 -7070 22194 7193 22195 -13519 22196 3945 22197 -15244 22198 2649 22199 -17551 22200 -2443 22201 -22871 22202 -15059 22203 -22722 22204 -25744 22205 -11774 22206 -22451 22207 2055 22208 -11798 22209 6432 22210 -5119 22211 2916 22212 -4308 22213 379 22214 -2737 22215 -918 22216 -811 22217 -8230 22218 -8147 22219 -17671 22220 -23392 22221 -17870 22222 -34284 22223 -4777 22224 -34121 22225 10359 22226 -29017 22227 19776 22228 -24799 22229 27676 22230 -16075 22231 36987 22232 27 22233 40865 22234 14459 22235 33390 22236 18502 22237 22675 22238 16968 22239 19375 22240 19450 22241 20382 22242 25234 22243 15539 22244 26936 22245 6420 22246 24262 22247 1985 22248 25866 22249 2028 22250 31286 22251 -3046 22252 29656 22253 -14835 22254 18250 22255 -23576 22256 7271 22257 -22729 22258 4157 22259 -18339 22260 3153 22261 -17390 22262 -1875 22263 -15680 22264 -5178 22265 -9105 22266 154 22267 -3754 22268 7600 22269 -8249 22270 6457 22271 -17279 22272 -1661 22273 -20352 22274 -6517 22275 -18275 22276 -7245 22277 -18327 22278 -12372 22279 -21511 22280 -22104 22281 -17946 22282 -25970 22283 -7616 22284 -21427 22285 -903 22286 -17519 22287 -3101 22288 -21332 22289 -5217 22290 -26262 22291 -332 22292 -25970 22293 6779 22294 -24542 22295 9280 22296 -28349 22297 12504 22298 -31084 22299 23479 22300 -23561 22301 37035 22302 -9101 22303 42825 22304 1815 22305 40597 22306 8333 22307 39783 22308 18035 22309 40651 22310 30436 22311 34802 22312 36289 22313 21643 22314 33015 22315 12557 22316 31262 22317 11638 22318 37027 22319 10488 22320 42780 22321 1984 22322 41153 22323 -8903 22324 37123 22325 -14138 22326 37647 22327 -19471 22328 37955 22329 -30886 22330 29081 22331 -44096 22332 13848 22333 -49113 22334 1680 22335 -47346 22336 -5768 22337 -47125 22338 -16827 22339 -47790 22340 -30562 22341 -41874 22342 -38483 22343 -28341 22344 -37809 22345 -17452 22346 -37479 22347 -13478 22348 -42736 22349 -8352 22350 -45617 22351 4007 22352 -38868 22353 16268 22354 -29037 22355 19945 22356 -25564 22357 20762 22358 -24251 22359 26439 22360 -16874 22361 32488 22362 -5713 22363 31054 22364 -447 22365 24702 22366 -1070 22367 22472 22368 550 22369 26922 22370 6828 22371 28713 22372 10934 22373 25441 22374 11218 22375 23973 22376 16747 22377 27570 22378 29496 22379 26203 22380 39153 22381 15539 22382 37966 22383 2204 22384 33454 22385 -4331 22386 32130 22387 -8679 22388 31171 22389 -17526 22390 22479 22391 -26344 22392 10411 22393 -25515 22394 6324 22395 -18176 22396 9853 22397 -16415 22398 10114 22399 -21134 22400 4342 22401 -24713 22402 -92 22403 -23769 22404 -717 22405 -24991 22406 -5417 22407 -30404 22408 -17502 22409 -30472 22410 -27209 22411 -20833 22412 -26998 22413 -9858 22414 -22975 22415 -5113 22416 -22803 22417 -3551 22418 -22934 22419 1723 22420 -17439 22421 7189 22422 -10386 22423 4406 22424 -11688 22425 -3093 22426 -20260 22427 -2795 22428 -24787 22429 6362 22430 -21495 22431 14163 22432 -17818 22433 15988 22434 -16963 22435 18995 22436 -11713 22437 26450 22438 -410 22439 29739 22440 7974 22441 24247 22442 6962 22443 17406 22444 4360 22445 17559 22446 8827 22447 20177 22448 15714 22449 17649 22450 16734 22451 12950 22452 15346 22453 12774 22454 19941 22455 14052 22456 28528 22457 7064 22458 29272 22459 -6007 22460 20312 22461 -13438 22462 12156 22463 -11508 22464 10576 22465 -8375 22466 10291 22467 -9916 22468 7057 22469 -9777 22470 7706 22471 -4959 22472 16143 22473 -3798 22474 23113 22475 -13916 22476 19027 22477 -28129 22478 7167 22479 -35479 22480 -3089 22481 -37093 22482 -12332 22483 -38334 22484 -26090 22485 -36554 22486 -39159 22487 -23500 22488 -40586 22489 -4006 22490 -30223 22491 7316 22492 -21011 22493 6826 22494 -19125 22495 3627 22496 -18483 22497 4560 22498 -15994 22499 5290 22500 -17710 22501 2682 22502 -26347 22503 3684 22504 -32731 22505 15364 22506 -27417 22507 29640 22508 -14571 22509 36034 22510 -4425 22511 35864 22512 2617 22513 35485 22514 11937 22515 34301 22516 20173 22517 26301 22518 19373 22519 14704 22520 11027 22521 11578 22522 8503 22523 17841 22524 16261 22525 22915 22526 24377 22527 19790 22528 27965 22529 15181 22530 31568 22531 12605 22532 38681 22533 6056 22534 42597 22535 -8488 22536 34733 22537 -23321 22538 21468 22539 -27472 22540 14725 22541 -24212 22542 13236 22543 -23255 22544 10081 22545 -25587 22546 5284 22547 -24498 22548 4925 22549 -22473 22550 7645 22551 -27572 22552 2864 22553 -38938 22554 -11876 22555 -44021 22556 -26411 22557 -37101 22558 -32928 22559 -26417 22560 -36816 22561 -19975 22562 -42382 22563 -12773 22564 -43989 22565 340 22566 -36415 22567 11426 22568 -27516 22569 12982 22570 -27699 22571 9963 22572 -33923 22573 13369 22574 -35286 22575 24279 22576 -30060 22577 33442 22578 -25449 22579 40771 22580 -19731 22581 51201 22582 -4952 22583 62765 22584 18104 22585 64368 22586 37960 22587 52611 22588 45307 22589 36434 22590 47817 22591 24794 22592 51487 22593 13493 22594 51035 22595 -1288 22596 41494 22597 -12797 22598 29932 22599 -14062 22600 27333 22601 -10940 22602 31127 22603 -13796 22604 30088 22605 -21500 22606 23944 22607 -25519 22608 19638 22609 -25954 22610 18111 22611 -30346 22612 11916 22613 -38323 22614 505 22615 -40594 22616 -6944 22617 -33479 22618 -7062 22619 -28333 22620 -7950 22621 -30441 22622 -16468 22623 -33661 22624 -25772 22625 -29568 22626 -28260 22627 -22257 22628 -28647 22629 -19648 22630 -35363 22631 -17605 22632 -44091 22633 -7795 22634 -44569 22635 6220 22636 -37769 22637 15453 22638 -32871 22639 18949 22640 -32244 22641 24427 22642 -27531 22643 34333 22644 -15513 22645 40165 22646 -6233 22647 39509 22648 -1955 22649 39508 22650 4959 22651 44345 22652 19279 22653 44383 22654 33076 22655 33844 22656 37025 22657 19859 22658 34930 22659 11777 22660 36153 22661 7354 22662 37596 22663 -1500 22664 31984 22665 -12595 22666 22140 22667 -15781 22668 17521 22669 -12479 22670 19798 22671 -12972 22672 19588 22673 -19212 22674 12688 22675 -22778 22676 6886 22677 -20569 22678 5969 22679 -19437 22680 3274 22681 -22583 22682 -4368 22683 -22885 22684 -8650 22685 -15385 22686 -2725 22687 -7718 22688 5563 22689 -10484 22690 6050 22691 -19791 22692 -955 22693 -24832 22694 -6002 22695 -25994 22696 -9586 22697 -29426 22698 -19838 22699 -32540 22700 -34731 22701 -26207 22702 -41857 22703 -10372 22704 -37901 22705 3498 22706 -30609 22707 8493 22708 -27533 22709 10659 22710 -23665 22711 14945 22712 -17636 22713 16017 22714 -16411 22715 12215 22716 -23415 22717 12219 22718 -29388 22719 23312 22720 -22544 22721 39019 22722 -6293 22723 46121 22724 7620 22725 44188 22726 17444 22727 40768 22728 28694 22729 35061 22730 39148 22731 20690 22732 38825 22733 1525 22734 25763 22735 -9861 22736 12441 22737 -6749 22738 8906 22739 1428 22740 12004 22741 5695 22742 16557 22743 7801 22744 25275 22745 8839 22746 38169 22747 1706 22748 44685 22749 -17240 22750 35090 22751 -37919 22752 15187 22753 -46376 22754 -420 22755 -42993 22756 -9900 22757 -37516 22758 -18104 22759 -31715 22760 -23241 22761 -21324 22762 -18247 22763 -8929 22764 -5192 22765 -7281 22766 201 22767 -19732 22768 -9931 22769 -33502 22770 -28102 22771 -36020 22772 -42791 22773 -28135 22774 -53408 22775 -15714 22776 -61006 22777 3433 22778 -58497 22779 28266 22780 -40393 22781 47399 22782 -16417 22783 50340 22784 -885 22785 40013 22786 3765 22787 30280 22788 4836 22789 24141 22790 4423 22791 17514 22792 -2553 22793 13553 22794 -11990 22795 21309 22796 -10433 22797 39201 22798 7790 22799 50557 22800 30509 22801 44721 22802 43535 22803 27931 22804 46808 22805 11449 22806 44840 22807 -2874 22808 35770 22809 -15947 22810 18602 22811 -22506 22812 3596 22813 -15051 22814 2959 22815 -771 22816 14173 22817 7131 22818 25711 22819 3898 22820 32570 22821 -4351 22822 37126 22823 -15950 22824 37040 22825 -35001 22826 22185 22827 -55592 22828 -6115 22829 -62093 22830 -31168 22831 -47980 22832 -38940 22833 -25367 22834 -34012 22835 -9557 22836 -27144 22837 -1741 22838 -20186 22839 2556 22840 -10947 22841 1384 22842 -6756 22843 -8436 22844 -15380 22845 -19002 22846 -32794 22847 -17718 22848 -45478 22849 -3631 22850 -47324 22851 13503 22852 -42969 22853 29305 22854 -32971 22855 44527 22856 -13112 22857 55731 22858 11570 22859 51523 22860 25196 22861 31512 22862 19866 22863 11912 22864 6984 22865 7755 22866 -103 22867 14131 22868 -59 22869 21529 22870 1217 22871 28073 22872 7229 22873 37303 22874 24463 22875 43678 22876 46682 22877 35828 22878 59874 22879 15208 22880 58645 22881 -6406 22882 49358 22883 -21803 22884 37440 22885 -32541 22886 21672 22887 -38182 22888 6289 22889 -32357 22890 2155 22891 -19010 22892 11535 22893 -11832 22894 21266 22895 -19428 22896 18636 22897 -32724 22898 8208 22899 -39271 22900 -483 22901 -41041 22902 -8930 22903 -43688 22904 -24046 22905 -44921 22906 -40798 22907 -34645 22908 -46953 22909 -15154 22910 -40842 22911 943 22912 -32122 22913 7354 22914 -27771 22915 9267 22916 -24635 22917 12066 22918 -20972 22919 11429 22920 -21657 22921 10074 22922 -26292 22923 15378 22924 -25992 22925 29408 22926 -13874 22927 40305 22928 1703 22929 38740 22930 9145 22931 30540 22932 12144 22933 26451 22934 18609 22935 24366 22936 24974 22937 15645 22938 21577 22939 3440 22940 9468 22941 326 22942 2460 22943 9586 22944 8121 22945 19210 22946 18814 22947 21190 22948 28103 22949 17734 22950 37366 22951 12239 22952 46205 22953 1310 22954 46658 22955 -16131 22956 36671 22957 -30837 22958 24006 22959 -36176 22960 17251 22961 -37073 22962 11649 22963 -41267 22964 -679 22965 -43932 22966 -15009 22967 -37226 22968 -18841 22969 -24707 22970 -13982 22971 -19651 22972 -12463 22973 -23366 22974 -19923 22975 -24051 22976 -26965 22977 -16414 22978 -25740 22979 -7959 22980 -22766 22981 -6367 22982 -23328 22983 -6064 22984 -25525 22985 -1968 22986 -24798 22987 3136 22988 -24270 22989 4992 22990 -26981 22991 7960 22992 -27341 22993 16925 22994 -18719 22995 25555 22996 -7070 22997 25097 22998 -3789 22999 18424 23000 -6845 23001 17468 23002 -4803 23003 22179 23004 3003 23005 22263 23006 5634 23007 14845 23008 -499 23009 11691 23010 -5221 23011 19551 23012 1843 23013 30899 23014 16123 23015 33399 23016 27564 23017 28046 23018 35832 23019 20192 23020 43233 23021 8964 23022 45736 23023 -7473 23024 38019 23025 -22113 23026 25811 23027 -27287 23028 18866 23029 -26564 23030 16187 23031 -29175 23032 8741 23033 -34011 23034 -1773 23035 -32162 23036 -4662 23037 -24904 23038 -37 23039 -24199 23040 -359 23041 -33931 23042 -14193 23043 -41209 23044 -31917 23045 -35073 23046 -40546 23047 -19627 23048 -39846 23049 -7805 23050 -37535 23051 -193 23052 -34308 23053 7508 23054 -27218 23055 13997 23056 -20326 23057 14133 23058 -19758 23059 11077 23060 -24280 23061 13212 23062 -23709 23063 19792 23064 -18001 23065 23803 23066 -14971 23067 25090 23068 -13780 23069 31766 23070 -4562 23071 42485 23072 14779 23073 42690 23074 29373 23075 26723 23076 27681 23077 6194 23078 15089 23079 -2331 23080 6104 23081 1223 23082 3494 23083 6701 23084 2516 23085 11254 23086 4643 23087 17874 23088 14470 23089 23614 23090 30126 23091 19722 23092 39900 23093 5672 23094 39461 23095 -10179 23096 33339 23097 -23551 23098 22726 23099 -35452 23100 3844 23101 -42529 23102 -18704 23103 -34355 23104 -29006 23105 -11552 23106 -18420 23107 8971 23108 361 23109 12629 23110 11869 23111 3033 23112 12756 23113 -6745 23114 11470 23115 -13533 23116 8748 23117 -23423 23118 -2988 23119 -32894 23120 -21342 23121 -31741 23122 -35083 23123 -18083 23124 -36892 23125 -2002 23126 -31840 23127 9902 23128 -23873 23129 17912 23130 -11781 23131 21583 23132 -541 23133 15367 23134 -390 23135 2330 23136 -13208 23137 -4403 23138 -25752 23139 4705 23140 -24866 23141 19501 23142 -15770 23143 27346 23144 -10710 23145 28455 23146 -8364 23147 33127 23148 882 23149 40332 23150 16078 23151 39658 23152 25748 23153 29501 23154 25042 23155 19825 23156 23041 23157 18653 23158 27015 23159 20410 23160 34497 23161 18481 23162 42561 23163 13900 23164 51507 23165 5053 23166 59559 23167 -12588 23168 55680 23169 -39255 23170 34721 23171 -59754 23172 7399 23173 -61701 23174 -11100 23175 -50898 23176 -21605 23177 -39838 23178 -31005 23179 -30331 23180 -37345 23181 -13908 23182 -30394 23183 5880 23184 -11228 23185 14270 23186 4950 23187 4967 23188 6259 23189 -10356 23190 -3310 23191 -19493 23192 -15354 23193 -21282 23194 -27190 23195 -17387 23196 -37125 23197 -6013 23198 -37894 23199 12505 23200 -25787 23201 27424 23202 -10808 23203 30510 23204 -1792 23205 26698 23206 3040 23207 23753 23208 10909 23209 20624 23210 18003 23211 9284 23212 12556 23213 -4281 23214 -3336 23215 -6271 23216 -13098 23217 6597 23218 -7274 23219 20288 23220 3996 23221 22828 23222 11578 23223 19082 23224 15164 23225 16674 23226 20629 23227 14403 23228 24742 23229 7947 23230 23643 23231 1293 23232 21415 23233 -997 23234 23625 23235 -2209 23236 26171 23237 -8551 23238 22039 23239 -16127 23240 15788 23241 -16993 23242 15921 23243 -15074 23244 19970 23245 -20422 23246 15686 23247 -32523 23248 515 23249 -37046 23250 -11433 23251 -28810 23252 -11377 23253 -18892 23254 -6369 23255 -18144 23256 -7149 23257 -22711 23258 -13292 23259 -23740 23260 -18151 23261 -21673 23262 -22323 23263 -21248 23264 -30254 23265 -19944 23266 -39413 23267 -11452 23268 -42040 23269 1884 23270 -39158 23271 12618 23272 -36790 23273 20984 23274 -32140 23275 33175 23276 -17659 23277 44739 23278 3822 23279 44044 23280 16764 23281 30139 23282 14348 23283 17446 23284 8826 23285 15651 23286 10659 23287 18351 23288 16717 23289 15862 23290 17835 23291 10745 23292 16118 23293 10481 23294 19739 23295 13268 23296 28442 23297 9783 23298 33683 23299 -964 23300 33453 23301 -11930 23302 30969 23303 -21167 23304 25806 23305 -32700 23306 11605 23307 -42791 23308 -7593 23309 -41477 23310 -19657 23311 -29698 23312 -20931 23313 -19167 23314 -21063 23315 -16083 23316 -26413 23317 -11530 23318 -28945 23319 1609 23320 -19336 23321 14925 23322 -4512 23323 15338 23324 2529 23325 5630 23326 481 23327 -1997 23328 -1824 23329 -3806 23330 -2162 23331 -5572 23332 -6078 23333 -8704 23334 -13323 23335 -7497 23336 -17588 23337 -1186 23338 -16396 23339 3663 23340 -15250 23341 6012 23342 -15799 23343 11464 23344 -10765 23345 20296 23346 2945 23347 21916 23348 12826 23349 11077 23350 9228 23351 -1517 23352 -927 23353 -4035 23354 -4761 23355 426 23356 -3332 23357 1171 23358 -6319 23359 -1945 23360 -14469 23361 1937 23362 -17099 23363 13963 23364 -9674 23365 23885 23366 820 23367 26146 23368 9339 23369 24602 23370 18331 23371 22209 23372 26903 23373 14326 23374 28558 23375 1130 23376 21122 23377 -9080 23378 13866 23379 -9998 23380 12752 23381 -9821 23382 11130 23383 -14718 23384 1907 23385 -18335 23386 -7795 23387 -11657 23388 -6450 23389 4 23390 4986 23391 3511 23392 12142 23393 -4770 23394 9512 23395 -13595 23396 4110 23397 -17097 23398 1147 23399 -19751 23400 -4686 23401 -24802 23402 -16896 23403 -25931 23404 -28510 23405 -19030 23406 -33528 23407 -8206 23408 -35272 23409 772 23410 -37068 23411 11948 23412 -32481 23413 27927 23414 -16690 23415 39266 23416 1140 23417 36690 23418 9443 23419 25183 23420 8960 23421 19006 23422 10981 23423 19152 23424 17757 23425 14858 23426 18175 23427 4134 23428 8674 23429 -2233 23430 -124 23431 1949 23432 162 23433 9609 23434 5664 23435 12564 23436 9627 23437 13300 23438 13692 23439 14383 23440 21873 23441 12347 23442 27640 23443 2704 23444 25412 23445 -8845 23446 19257 23447 -13482 23448 17235 23449 -15591 23450 14653 23451 -22006 23452 3651 23453 -29116 23454 -12662 23455 -25270 23456 -20237 23457 -10296 23458 -14206 23459 1577 23460 -5617 23461 3706 23462 -3215 23463 1955 23464 -1718 23465 3844 23466 4169 23467 4794 23468 9302 23469 -2132 23470 5950 23471 -11466 23472 -2395 23473 -14190 23474 -8270 23475 -11723 23476 -11682 23477 -9166 23478 -17300 23479 -4927 23480 -20556 23481 5714 23482 -13685 23483 17106 23484 -261 23485 17637 23486 6574 23487 8862 23488 3316 23489 2850 23490 209 23491 4562 23492 2728 23493 5486 23494 3608 23495 84 23496 -3906 23497 -3153 23498 -11691 23499 3660 23500 -9733 23501 15593 23502 145 23503 21117 23504 8080 23505 19963 23506 14616 23507 18747 23508 22516 23509 15666 23510 29591 23511 5760 23512 28607 23513 -7581 23514 20957 23515 -14933 23516 16210 23517 -15391 23518 15234 23519 -18383 23520 8802 23521 -25412 23522 -4366 23523 -25899 23524 -13556 23525 -16433 23526 -10375 23527 -5589 23528 -3650 23529 -3850 23530 -2730 23531 -6005 23532 -5098 23533 -4000 23534 -1605 23535 -730 23536 4755 23537 -4714 23538 5243 23539 -13471 23540 -2168 23541 -18541 23542 -9850 23543 -17846 23544 -15918 23545 -15839 23546 -24646 23547 -13310 23548 -33286 23549 -1848 23550 -32441 23551 15678 23552 -19125 23553 27798 23554 -4740 23555 28196 23556 2314 23557 24716 23558 8706 23559 23608 23560 19002 23561 20251 23562 26536 23563 6440 23564 21202 23565 -9546 23566 7715 23567 -15090 23568 -1325 23569 -9443 23570 -3044 23571 -2845 23572 -3085 23573 792 23574 -2681 23575 5164 23576 3616 23577 10032 23578 14256 23579 8007 23580 20290 23581 -2421 23582 17128 23583 -11790 23584 11823 23585 -16055 23586 8792 23587 -20241 23588 1689 23589 -28084 23590 -13809 23591 -30429 23592 -27742 23593 -19252 23594 -29391 23595 -2242 23596 -21877 23597 7867 23598 -16717 23599 10677 23600 -14027 23601 14973 23602 -6054 23603 21093 23604 7584 23605 19838 23606 16354 23607 9142 23608 15766 23609 -1807 23610 11061 23611 -8138 23612 6751 23613 -13150 23614 -2240 23615 -18207 23616 -14896 23617 -15953 23618 -22564 23619 -3213 23620 -18203 23621 10177 23622 -8634 23623 14294 23624 -3386 23625 13561 23626 -85 23627 15092 23628 8649 23629 15770 23630 19047 23631 6552 23632 18252 23633 -9468 23634 5521 23635 -18483 23636 -6447 23637 -15441 23638 -12409 23639 -8572 23640 -14663 23641 -3836 23642 -17713 23643 2770 23644 -15177 23645 12986 23646 -4193 23647 18525 23648 5553 23649 15277 23650 8038 23651 8768 23652 7492 23653 6259 23654 11177 23655 4657 23656 13632 23657 -3341 23658 7577 23659 -11373 23660 -2658 23661 -10561 23662 -5643 23663 -2701 23664 -421 23665 620 23666 1143 23667 -3967 23668 -4135 23669 -5878 23670 -7913 23671 -902 23672 -4393 23673 3987 23674 928 23675 2932 23676 1411 23677 294 23678 442 23679 -11 23680 2386 23681 -1702 23682 2048 23683 -8973 23684 -7035 23685 -14172 23686 -18607 23687 -8669 23688 -23045 23689 3901 23690 -20163 23691 13435 23692 -17405 23693 19409 23694 -12479 23695 29782 23696 2445 23697 39753 23698 25860 23699 36922 23700 42394 23701 17636 23702 41322 23703 -6342 23704 30572 23705 -21634 23706 17140 23707 -29647 23708 2050 23709 -33391 23710 -16298 23711 -28644 23712 -27815 23713 -12382 23714 -24742 23715 6639 23716 -11888 23717 16169 23718 -482 23719 15913 23720 6958 23721 12087 23722 13631 23723 5105 23724 16560 23725 -8363 23726 6287 23727 -22022 23728 -14173 23729 -21777 23730 -27371 23731 -5843 23732 -24591 23733 12454 23734 -13818 23735 20909 23736 -4278 23737 23205 23738 5633 23739 24494 23740 17667 23741 21400 23742 26073 23743 8393 23744 22335 23745 -6771 23746 10675 23747 -13583 23748 3112 23749 -10634 23750 169 23751 -8060 23752 -3057 23753 -5819 23754 -5705 23755 186 23756 -1267 23757 6663 23758 7326 23759 4416 23760 7979 23761 -5496 23762 -892 23763 -9991 23764 -8570 23765 -2964 23766 -5685 23767 6371 23768 1988 23769 8017 23770 5306 23771 5150 23772 6763 23773 3687 23774 11817 23775 1233 23776 15184 23777 -8448 23778 7250 23779 -20692 23780 -8907 23781 -22034 23782 -20921 23783 -11788 23784 -24572 23785 1812 23786 -22304 23787 14912 23788 -13683 23789 28003 23790 6524 23791 37183 23792 32146 23793 29618 23794 46495 23795 4701 23796 40112 23797 -22526 23798 21216 23799 -37651 23800 1313 23801 -40906 23802 -16423 23803 -38062 23804 -34178 23805 -26290 23806 -43964 23807 -2462 23808 -34678 23809 23657 23810 -11764 23811 35493 23812 9903 23813 29870 23814 21222 23815 15810 23816 24400 23817 746 23818 20006 23819 -14647 23820 4531 23821 -25765 23822 -16618 23823 -22891 23824 -29131 23825 -4564 23826 -24988 23827 14477 23828 -12915 23829 23349 23830 -2048 23831 25632 23832 8307 23833 27481 23834 22797 23835 24403 23836 33997 23837 9926 23838 31181 23839 -8351 23840 19099 23841 -18181 23842 10072 23843 -16841 23844 8664 23845 -14387 23846 6848 23847 -16713 23848 1951 23849 -18162 23850 -1594 23851 -17085 23852 -3041 23853 -17993 23854 -8374 23855 -21069 23856 -19221 23857 -18260 23858 -25979 23859 -6005 23860 -20951 23861 6924 23862 -11262 23863 10500 23864 -6249 23865 8633 23866 -3787 23867 9112 23868 2689 23869 8604 23870 8188 23871 -389 23872 2880 23873 -11987 23874 -11847 23875 -13268 23876 -22138 23877 -843 23878 -20018 23879 12941 23880 -11257 23881 20815 23882 -1347 23883 24062 23884 11218 23885 24489 23886 25089 23887 16180 23888 30189 23889 -2311 23890 20388 23891 -19836 23892 3886 23893 -25778 23894 -8740 23895 -21823 23896 -17914 23897 -15603 23898 -27140 23899 -5245 23900 -30511 23901 13718 23902 -18216 23903 32709 23904 5430 23905 37424 23906 23511 23907 25922 23908 29107 23909 10396 23910 28470 23911 -652 23912 26829 23913 -11039 23914 19522 23915 -22527 23916 4952 23917 -27749 23918 -8200 23919 -22140 23920 -11932 23921 -12206 23922 -10367 23923 -6596 23924 -9619 23925 -3596 23926 -8062 23927 3154 23928 -44 23929 6900 23930 9042 23931 884 23932 8647 23933 -10664 23934 1015 23935 -16127 23936 -4408 23937 -14802 23938 -5467 23939 -15590 23940 -11696 23941 -20176 23942 -26005 23943 -18739 23944 -36879 23945 -5704 23946 -36057 23947 10793 23948 -28218 23949 20860 23950 -21204 23951 27317 23952 -11767 23953 33797 23954 2278 23955 36096 23956 15147 23957 27966 23958 18206 23959 14582 23960 13213 23961 7477 23962 10380 23963 6422 23964 9567 23965 4340 23966 4978 23967 2497 23968 -1104 23969 8490 23970 2542 23971 20043 23972 17870 23973 24155 23974 31889 23975 14440 23976 35452 23977 189 23978 32607 23979 -9521 23980 30358 23981 -18009 23982 25493 23983 -29527 23984 12657 23985 -38702 23986 -3384 23987 -38085 23988 -12432 23989 -30124 23990 -16111 23991 -24516 23992 -20909 23993 -20418 23994 -26449 23995 -12609 23996 -25920 23997 -2051 23998 -19496 23999 3089 24000 -16085 24001 2097 24002 -18098 24003 4275 24004 -16267 24005 12070 24006 -6787 24007 15150 24008 3 24009 7263 24010 -4337 24011 -1950 24012 -14197 24013 -1070 24014 -18765 24015 7003 24016 -18187 24017 14525 24018 -17552 24019 22026 24020 -13557 24021 33376 24022 807 24023 44519 24024 22813 24025 43221 24026 39547 24027 27829 24028 44758 24029 8566 24030 43106 24031 -8536 24032 35287 24033 -25615 24034 16627 24035 -39038 24036 -9789 24037 -37755 24038 -28290 24039 -18743 24040 -26926 24041 5267 24042 -12554 24043 19191 24044 1697 24045 22229 24046 14233 24047 20487 24048 27326 24049 11915 24050 34878 24051 -7007 24052 26943 24053 -28674 24054 5837 24055 -37901 24056 -13329 24057 -31142 24058 -22630 24059 -17464 24060 -25059 24061 -4611 24062 -22281 24063 8625 24064 -10077 24065 20224 24066 8802 24067 19306 24068 20630 24069 4374 24070 17444 24071 -12164 24072 6087 24073 -18958 24074 -2256 24075 -18465 24076 -8491 24077 -17922 24078 -17572 24079 -16520 24080 -25531 24081 -7048 24082 -23145 24083 5898 24084 -13894 24085 11505 24086 -9731 24087 8060 24088 -13335 24089 6516 24090 -15657 24091 12679 24092 -11767 24093 19262 24094 -6226 24095 22066 24096 -1425 24097 25355 24098 7764 24099 29472 24100 22655 24101 26228 24102 32904 24103 10539 24104 28567 24105 -7871 24106 14809 24107 -16285 24108 3937 24109 -14735 24110 -2929 24111 -10331 24112 -9998 24113 -4000 24114 -12249 24115 9612 24116 -1288 24117 24716 24118 20938 24119 26459 24120 38634 24121 10491 24122 41824 24123 -11453 24124 33221 24125 -28990 24126 19036 24127 -41316 24128 -950 24129 -48098 24130 -24917 24131 -41540 24132 -39776 24133 -19435 24134 -35364 24135 5863 24136 -18284 24137 18975 24138 -2224 24139 19152 24140 9846 24141 13154 24142 19308 24143 2246 24144 21822 24145 -16458 24146 8734 24147 -35145 24148 -16790 24149 -38535 24150 -36457 24151 -23933 24152 -42340 24153 -4012 24154 -38560 24155 11138 24156 -31829 24157 23420 24158 -19820 24159 33697 24160 -1933 24161 35697 24162 12101 24163 25062 24164 12895 24165 11322 24166 6289 24167 5737 24168 2297 24169 6578 24170 1367 24171 6460 24172 -1540 24173 6036 24174 -4503 24175 12128 24176 539 24177 20853 24178 11484 24179 21467 24180 17413 24181 13994 24182 15209 24183 8197 24184 14450 24185 10370 24186 21355 24187 11803 24188 29448 24189 5341 24190 31284 24191 -3391 24192 30361 24193 -9349 24194 31893 24195 -16947 24196 30619 24197 -31392 24198 17530 24199 -45414 24200 -1905 24201 -47751 24202 -16864 24203 -39018 24204 -24220 24205 -28180 24206 -29171 24207 -19059 24208 -31040 24209 -6806 24210 -23069 24211 6069 24212 -7996 24213 7936 24214 1157 24215 -2919 24216 -3977 24217 -15036 24218 -15707 24219 -18512 24220 -25093 24221 -15622 24222 -34116 24223 -11319 24224 -45364 24225 -1330 24226 -50068 24227 19113 24228 -40128 24229 41335 24230 -19391 24231 52193 24232 -936 24233 50738 24234 11727 24235 45427 24236 23648 24237 38365 24238 32755 24239 25177 24240 32438 24241 8567 24242 21454 24243 -70 24244 12880 24245 2905 24246 13518 24247 8104 24248 17530 24249 7126 24250 18389 24251 5494 24252 20535 24253 7902 24254 29514 24255 7082 24256 38619 24257 -3868 24258 37655 24259 -20143 24260 27946 24261 -30343 24262 19947 24263 -35172 24264 13061 24265 -40909 24266 28 24267 -46898 24268 -17614 24269 -43232 24270 -29384 24271 -30718 24272 -31442 24273 -18006 24274 -31337 24275 -10451 24276 -32309 24277 -2059 24278 -28280 24279 10068 24280 -15693 24281 17295 24282 -3595 24283 12909 24284 -1872 24285 3398 24286 -6599 24287 -936 24288 -8786 24289 -1014 24290 -9758 24291 -2868 24292 -16873 24293 -4088 24294 -25670 24295 3892 24296 -25879 24297 18428 24298 -16444 24299 27856 24300 -6568 24301 28547 24302 -431 24303 28083 24304 7459 24305 28633 24306 18059 24307 24495 24308 23420 24309 12218 24310 18278 24311 2331 24312 10184 24313 1126 24314 9014 24315 4544 24316 10944 24317 3775 24318 9054 24319 1814 24320 6958 24321 5930 24322 12596 24323 11681 24324 23158 24325 9328 24326 28148 24327 -957 24328 25632 24329 -10202 24330 24090 24331 -14544 24332 24787 24333 -21728 24334 19166 24335 -33189 24336 4674 24337 -40046 24338 -10836 24339 -36111 24340 -18495 24341 -28018 24342 -23067 24343 -22797 24344 -30046 24345 -15073 24346 -32844 24347 -328 24348 -24135 24349 14067 24350 -9672 24351 17925 24352 -426 24353 11494 24354 2283 24355 4701 24356 3797 24357 166 24358 4621 24359 -7616 24360 -3064 24361 -17306 24362 -18831 24363 -17534 24364 -30241 24365 -6219 24366 -30745 24367 7949 24368 -25544 24369 16383 24370 -21332 24371 23604 24372 -13183 24373 32043 24374 1579 24375 35003 24376 15067 24377 26222 24378 17024 24379 12829 24380 10927 24381 6239 24382 7346 24383 7063 24384 7687 24385 7190 24386 5813 24387 5680 24388 2190 24389 9945 24390 6144 24391 18522 24392 18564 24393 20355 24394 28867 24395 11097 24396 29901 24397 30 24398 28339 24399 -6700 24400 28279 24401 -13403 24402 24632 24403 -23538 24404 12632 24405 -30764 24406 -562 24407 -27942 24408 -5471 24409 -20366 24410 -4452 24411 -17106 24412 -6882 24413 -16863 24414 -11863 24415 -12064 24416 -10486 24417 -4264 24418 -3182 24419 -2857 24420 188 24421 -9196 24422 -3632 24423 -13528 24424 -6960 24425 -12998 24426 -6702 24427 -13598 24428 -9792 24429 -19675 24430 -21948 24431 -22401 24432 -34545 24433 -15011 24434 -39372 24435 -2477 24436 -38745 24437 7174 24438 -39350 24439 16947 24440 -37009 24441 31656 24442 -24210 24443 45695 24444 -4925 24445 49048 24446 9380 24447 41431 24448 15224 24449 33548 24450 20570 24451 28396 24452 26575 24453 20938 24454 25909 24455 9440 24456 17619 24457 3899 24458 11634 24459 8143 24460 15145 24461 14060 24462 23090 24463 12878 24464 27079 24465 7830 24466 29964 24467 4897 24468 36669 24469 146 24470 41630 24471 -12797 24472 35564 24473 -28876 24474 21606 24475 -37591 24476 10228 24477 -37112 24478 3918 24479 -35820 24480 -4405 24481 -36643 24482 -16202 24483 -31441 24484 -20809 24485 -19811 24486 -16410 24487 -11868 24488 -11228 24489 -13090 24490 -13794 24491 -16524 24492 -17801 24493 -13907 24494 -18729 24495 -10748 24496 -19797 24497 -12718 24498 -27829 24499 -14468 24500 -38430 24501 -6968 24502 -40962 24503 6640 24504 -36603 24505 17531 24506 -33174 24507 23824 24508 -30377 24509 33553 24510 -20486 24511 45258 24512 -2947 24513 49348 24514 11414 24515 42697 24516 17623 24517 35044 24518 22504 24519 31570 24520 30838 24521 25819 24522 35792 24523 13483 24524 30868 24525 1841 24526 23551 24527 -1054 24528 22405 24529 650 24530 25098 24531 -1859 24532 23951 24533 -7306 24534 19665 24535 -8404 24536 20932 24537 -6748 24538 25660 24539 -11216 24540 25232 24541 -21815 24542 16961 24543 -29428 24544 8324 24545 -29451 24546 4707 24547 -29443 24548 -1690 24549 -32264 24550 -13515 24551 -31875 24552 -22627 24553 -21827 24554 -21005 24555 -10949 24556 -15543 24557 -7727 24558 -14935 24559 -8201 24560 -16945 24561 -5194 24562 -14150 24563 -735 24564 -9199 24565 -3652 24566 -11509 24567 -10521 24568 -20951 24569 -11275 24570 -27744 24571 -3206 24572 -28153 24573 5279 24574 -27825 24575 10325 24576 -29253 24577 17923 24578 -24920 24579 30496 24580 -10636 24581 38676 24582 4696 24583 36365 24584 11868 24585 29085 24586 15464 24587 25209 24588 21994 24589 21482 24590 27755 24591 11060 24592 24042 24593 -1362 24594 15762 24595 -5547 24596 11211 24597 -2554 24598 12773 24599 -1822 24600 11981 24601 -5630 24602 5908 24603 -6037 24604 3991 24605 -424 24606 8945 24607 2459 24608 13376 24609 -1692 24610 11556 24611 -5786 24612 9791 24613 -3915 24614 13766 24615 -3437 24616 17711 24617 -9767 24618 14287 24619 -18212 24620 6892 24621 -20545 24622 4368 24623 -18762 24624 4896 24625 -21516 24626 -702 24627 -26786 24628 -10933 24629 -26311 24630 -16076 24631 -19707 24632 -14710 24633 -16227 24634 -15612 24635 -19360 24636 -23621 24637 -20438 24638 -31766 24639 -13465 24640 -33869 24641 -5006 24642 -35153 24643 91 24644 -39813 24645 6880 24646 -41516 24647 21195 24648 -31490 24649 36902 24650 -14913 24651 43288 24652 -1634 24653 41046 24654 7809 24655 38006 24656 17964 24657 33298 24658 27490 24659 21594 24660 26629 24661 5396 24662 15703 24663 -2606 24664 6504 24665 603 24666 5361 24667 6399 24668 7496 24669 7663 24670 7048 24671 8644 24672 9772 24673 13285 24674 19913 24675 14780 24676 29151 24677 6516 24678 28642 24679 -5902 24680 21757 24681 -12261 24682 17922 24683 -13242 24684 16834 24685 -16617 24686 11991 24687 -21146 24688 5268 24689 -20611 24690 4102 24691 -16021 24692 8186 24693 -17625 24694 7093 24695 -26746 24696 -4129 24697 -33418 24698 -15730 24699 -30397 24700 -21355 24701 -24433 24702 -25675 24703 -21408 24704 -33503 24705 -15696 24706 -38486 24707 -3231 24708 -33573 24709 9440 24710 -24069 24711 12895 24712 -20585 24713 10036 24714 -22641 24715 11160 24716 -22367 24717 17848 24718 -18121 24719 22403 24720 -15486 24721 24415 24722 -14025 24723 30115 24724 -5558 24725 38721 24726 11084 24727 39709 24728 24707 24729 28816 24730 26759 24731 15539 24732 22959 24733 7520 24734 20589 24735 2245 24736 15634 24737 -4716 24738 4545 24739 -6519 24740 -4674 24741 3119 24742 -1307 24743 17942 24744 12724 24745 24326 24746 25639 24747 19430 24748 32185 24749 11311 24750 37811 24751 2150 24752 41445 24753 -11881 24754 35195 24755 -28478 24756 18911 24757 -37555 24758 4318 24759 -33601 24760 -599 24761 -26887 24762 -1706 24763 -25411 24764 -5579 24765 -25502 24766 -8792 24767 -22587 24768 -7739 24769 -21081 24770 -8805 24771 -26287 24772 -20526 24773 -31959 24774 -37285 24775 -25887 24776 -46262 24777 -9222 24778 -44015 24779 6813 24780 -37438 24781 17450 24782 -30722 24783 26827 24784 -18288 24785 35251 24786 -2207 24787 34905 24788 7493 24789 23683 24790 5641 24791 12706 24792 -83 24793 10927 24794 -922 24795 13803 24796 295 24797 14944 24798 -1193 24799 16889 24800 -110 24801 23558 24802 10634 24803 29108 24804 23987 24805 23676 24806 28604 24807 10393 24808 23346 24809 1987 24810 18314 24811 1892 24812 18350 24813 2057 24814 17938 24815 -340 24816 15552 24817 -110 24818 18344 24819 4188 24820 29410 24821 3635 24822 37386 24823 -8465 24824 35074 24825 -24516 24826 25056 24827 -34984 24828 14753 24829 -40615 24830 3291 24831 -45765 24832 -13497 24833 -46294 24834 -28929 24835 -35171 24836 -32352 24837 -17589 24838 -26278 24839 -7777 24840 -21978 24841 -6514 24842 -23213 24843 -5305 24844 -23628 24845 -101 24846 -19700 24847 3497 24848 -17974 24849 2376 24850 -22386 24851 4726 24852 -23764 24853 14075 24854 -15846 24855 23714 24856 -3949 24857 23993 24858 2971 24859 18372 24860 5180 24861 13997 24862 8700 24863 10927 24864 9892 24865 3296 24866 2777 24867 -4287 24868 -8636 24869 -1777 24870 -12432 24871 9259 24872 -6380 24873 18056 24874 807 24875 19774 24876 4513 24877 20911 24878 10912 24879 24109 24880 22304 24881 22295 24882 30846 24883 10891 24884 29437 24885 -1609 24886 23764 24887 -6343 24888 22543 24889 -7239 24890 22641 24891 -12162 24892 18604 24893 -19186 24894 11662 24895 -21099 24896 9473 24897 -19987 24898 9524 24899 -23132 24900 3773 24901 -29323 24902 -6983 24903 -29392 24904 -13916 24905 -21879 24906 -13099 24907 -16179 24908 -13053 24909 -16960 24910 -18299 24911 -17082 24912 -22571 24913 -10276 24914 -19792 24915 -3600 24916 -16001 24917 -3653 24918 -18732 24919 -5386 24920 -23846 24921 -941 24922 -22455 24923 6685 24924 -16392 24925 9746 24926 -14006 24927 7972 24928 -15781 24929 9536 24930 -14857 24931 14688 24932 -9924 24933 15708 24934 -9196 24935 12948 24936 -13688 24937 15366 24938 -12800 24939 25050 24940 -2868 24941 32635 24942 8479 24943 31195 24944 13950 24945 26711 24946 17942 24947 24890 24948 26715 24949 21959 24950 34755 24951 11040 24952 33037 24953 -2489 24954 25540 24955 -9032 24956 20716 24957 -8940 24958 21096 24959 -10844 24960 19617 24961 -17315 24962 13738 24963 -21157 24964 10396 24965 -21817 24966 9467 24967 -25204 24968 2734 24969 -33020 24970 -12198 24971 -35034 24972 -25170 24973 -25511 24974 -28566 24975 -12743 24976 -25920 24977 -4856 24978 -25248 24979 832 24980 -22508 24981 10243 24982 -12356 24983 17329 24984 161 24985 13876 24986 3507 24987 2868 24988 -2456 24989 -3303 24990 -7292 24991 -1115 24992 -7094 24993 1468 24994 -7193 24995 750 24996 -10006 24997 2799 24998 -8822 24999 7500 25000 -2241 25001 7539 25002 -391 25003 -626 25004 -8826 25005 -6906 25006 -20071 25007 -1653 25008 -24503 25009 9412 25010 -23315 25011 19481 25012 -21359 25013 29128 25014 -14378 25015 42526 25016 4388 25017 53290 25018 30454 25019 49111 25020 47100 25021 30237 25022 49494 25023 8898 25024 43359 25025 -6762 25026 34531 25027 -18506 25028 22030 25029 -26754 25030 6202 25031 -25179 25032 -1804 25033 -12862 25034 3249 25035 -2003 25036 13508 25037 -2434 25038 17665 25039 -10737 25040 16023 25041 -18768 25042 12853 25043 -25641 25044 6104 25045 -35048 25046 -10472 25047 -40230 25048 -30186 25049 -31787 25050 -38824 25051 -11351 25052 -31931 25053 5403 25054 -21072 25055 11628 25056 -12942 25057 12736 25058 -5866 25059 12648 25060 753 25061 7355 25062 777 25063 -2624 25064 -9688 25065 -7697 25066 -20407 25067 -1066 25068 -21669 25069 10447 25070 -15555 25071 18345 25072 -10022 25073 21885 25074 -4307 25075 25716 25076 5815 25077 27279 25078 15689 25079 19302 25080 14540 25081 6986 25082 4601 25083 2796 25084 -1490 25085 10936 25086 3853 25087 20493 25088 13377 25089 22926 25090 21695 25091 20566 25092 30567 25093 16387 25094 41098 25095 5370 25096 43589 25097 -14807 25098 31275 25099 -33664 25100 10554 25101 -39580 25102 -5524 25103 -33398 25104 -15246 25105 -23378 25106 -20934 25107 -11980 25108 -19705 25109 3889 25110 -5978 25111 16357 25112 14010 25113 14128 25114 24084 25115 -2494 25116 18580 25117 -19488 25118 6895 25119 -26155 25120 -2905 25121 -26996 25122 -12306 25123 -25549 25124 -22948 25125 -18207 25126 -26981 25127 -3230 25128 -18588 25129 10084 25130 -4553 25131 11106 25132 2501 25133 2509 25134 1158 25135 -5713 25136 -2740 25137 -10619 25138 -9764 25139 -14912 25140 -22836 25141 -14507 25142 -36823 25143 -2103 25144 -37975 25145 19135 25146 -25223 25147 35641 25148 -8516 25149 39525 25150 2815 25151 37831 25152 13059 25153 36541 25154 25371 25155 31017 25156 33283 25157 17706 25158 30924 25159 4245 25160 24144 25161 -1129 25162 23182 25163 -495 25164 26492 25165 -4132 25166 26115 25167 -12273 25168 21188 25169 -17990 25170 17310 25171 -21211 25172 13805 25173 -27328 25174 4094 25175 -34110 25176 -10526 25177 -31171 25178 -18592 25179 -18308 25180 -15187 25181 -7147 25182 -8730 25183 -5104 25184 -7442 25185 -6897 25186 -7277 25187 -5630 25188 -3154 25189 -4979 25190 -648 25191 -11363 25192 -7360 25193 -18864 25194 -19887 25195 -17106 25196 -26775 25197 -6351 25198 -25436 25199 3104 25200 -21987 25201 9303 25202 -18022 25203 15611 25204 -9389 25205 20687 25206 1473 25207 17911 25208 4839 25209 7814 25210 -1477 25211 1948 25212 -7412 25213 5141 25214 -6445 25215 10889 25216 -2891 25217 12059 25218 -3561 25219 13014 25220 -1799 25221 19541 25222 8860 25223 25321 25224 23421 25225 19404 25226 29793 25227 4337 25228 25529 25229 -9159 25230 18718 25231 -16041 25232 12110 25233 -21497 25234 1678 25235 -25522 25236 -12170 25237 -23109 25238 -20712 25239 -12307 25240 -20130 25241 -1412 25242 -17199 25243 4695 25244 -15904 25245 11526 25246 -10082 25247 21730 25248 5179 25249 26506 25250 20745 25251 18602 25252 25508 25253 3313 25254 22496 25255 -7291 25256 20059 25257 -12756 25258 18023 25259 -21766 25260 7942 25261 -32320 25262 -9622 25263 -34836 25264 -24102 25265 -25414 25266 -28835 25267 -12582 25268 -28561 25269 -2706 25270 -26971 25271 6667 25272 -20689 25273 15879 25274 -9428 25275 18735 25276 -1516 25277 12102 25278 -2583 25279 5485 25280 -7219 25281 6037 25282 -6772 25283 9685 25284 -4223 25285 8774 25286 -7361 25287 7105 25288 -12320 25289 12930 25290 -7902 25291 23414 25292 5169 25293 26855 25294 15595 25295 19415 25296 17130 25297 9981 25298 15367 25299 6177 25300 16146 25301 2896 25302 15007 25303 -2976 25304 9275 25305 -6960 25306 4480 25307 -5029 25308 5193 25309 -2291 25310 5921 25311 -4415 25312 1735 25313 -6234 25314 -2308 25315 -1320 25316 1362 25317 5250 25318 9361 25319 3642 25320 11559 25321 -3640 25322 8064 25323 -6674 25324 7942 25325 -4448 25326 13273 25327 -7295 25328 13514 25329 -19398 25330 2339 25331 -29624 25332 -13752 25333 -28808 25334 -24416 25335 -20042 25336 -30402 25337 -9965 25338 -34437 25339 2946 25340 -31849 25341 18686 25342 -18536 25343 31227 25344 -1078 25345 31735 25346 9948 25347 24234 25348 14373 25349 17184 25350 18062 25351 10314 25352 19455 25353 -1241 25354 9831 25355 -13109 25356 -6932 25357 -12915 25358 -16439 25359 1188 25360 -10490 25361 15519 25362 1686 25363 18791 25364 10010 25365 15474 25366 14715 25367 11324 25368 19552 25369 5509 25370 20858 25371 -5171 25372 13659 25373 -15630 25374 1207 25375 -17319 25376 -7181 25377 -11320 25378 -9893 25379 -4201 25380 -11637 25381 2530 25382 -9562 25383 12486 25384 1937 25385 21142 25386 18500 25387 17894 25388 26875 25389 3071 25390 22535 25391 -9657 25392 14791 25393 -12801 25394 13285 25395 -13484 25396 12252 25397 -19943 25398 3716 25399 -26737 25400 -8195 25401 -25348 25402 -14258 25403 -17078 25404 -15442 25405 -11076 25406 -17957 25407 -8178 25408 -21465 25409 -2540 25410 -20020 25411 6460 25412 -14171 25413 12022 25414 -9982 25415 13412 25416 -6731 25417 16772 25418 1605 25419 19974 25420 12938 25421 15198 25422 16463 25423 1001 25424 6874 25425 -9455 25426 -4594 25427 -6485 25428 -7140 25429 2386 25430 -3805 25431 6752 25432 -2558 25433 7744 25434 -1531 25435 12073 25436 6448 25437 17726 25438 19544 25439 14588 25440 27556 25441 1968 25442 25117 25443 -11949 25444 16892 25445 -20891 25446 6572 25447 -26797 25448 -7741 25449 -27631 25450 -21374 25451 -17518 25452 -24176 25453 448 25454 -12951 25455 14178 25456 824 25457 15131 25458 7605 25459 9955 25460 11793 25461 7122 25462 19045 25463 1933 25464 23959 25465 -11819 25466 15159 25467 -28677 25468 -3873 25469 -34391 25470 -20162 25471 -26020 25472 -26886 25473 -13288 25474 -28132 25475 -2580 25476 -26887 25477 7617 25478 -20200 25479 18149 25480 -7934 25481 22713 25482 1782 25483 19519 25484 5817 25485 14948 25486 9194 25487 12505 25488 15577 25489 7011 25490 16695 25491 -5350 25492 6611 25493 -14856 25494 -5593 25495 -12062 25496 -9422 25497 -2335 25498 -4458 25499 2078 25500 -3586 25501 -46 25502 -6978 25503 1614 25504 -6096 25505 8765 25506 2931 25507 13532 25508 12752 25509 8405 25510 15733 25511 -599 25512 14009 25513 -8425 25514 10338 25515 -15421 25516 2013 25517 -22309 25518 -11467 25519 -22185 25520 -21352 25521 -11666 25522 -21389 25523 786 25524 -16208 25525 7077 25526 -14445 25527 10933 25528 -11404 25529 18800 25530 1693 25531 25721 25532 19302 25533 20776 25534 27692 25535 2825 25536 20611 25537 -13505 25538 7621 25539 -19096 25540 -1385 25541 -18654 25542 -8686 25543 -17604 25544 -17695 25545 -12900 25546 -23047 25547 -1842 25548 -20307 25549 10491 25550 -12091 25551 16730 25552 -4582 25553 18897 25554 3733 25555 19496 25556 14592 25557 14620 25558 20824 25559 1188 25560 14046 25561 -13820 25562 -1308 25563 -16996 25564 -10771 25565 -8920 25566 -10819 25567 -2164 25568 -10351 25569 -1147 25570 -13788 25571 2030 25572 -14945 25573 12531 25574 -5083 25575 21731 25576 8634 25577 20789 25578 16071 25579 11824 25580 17546 25581 3002 25582 17049 25583 -4564 25584 13250 25585 -12777 25586 3892 25587 -17324 25588 -5602 25589 -13870 25590 -8823 25591 -6603 25592 -7234 25593 -3451 25594 -9306 25595 -3303 25596 -13527 25597 2386 25598 -9087 25599 12600 25600 3619 25601 15322 25602 12588 25603 5480 25604 9412 25605 -5950 25606 102 25607 -8993 25608 -4997 25609 -5885 25610 -6339 25611 -4854 25612 -11578 25613 -4263 25614 -17497 25615 2811 25616 -17447 25617 14271 25618 -10407 25619 22853 25620 -1509 25621 26792 25622 8822 25623 28531 25624 23515 25625 25330 25626 36532 25627 11433 25628 36265 25629 -9097 25630 23360 25631 -23381 25632 9120 25633 -25367 25634 1379 25635 -23723 25636 -6499 25637 -24532 25638 -18722 25639 -20473 25640 -28197 25641 -6227 25642 -24210 25643 12174 25644 -9371 25645 21145 25646 3907 25647 17772 25648 10847 25649 10351 25650 14126 25651 2949 25652 13644 25653 -6381 25654 6155 25655 -14284 25656 -5857 25657 -14574 25658 -13132 25659 -6713 25660 -13315 25661 722 25662 -12764 25663 5482 25664 -12833 25665 12842 25666 -5884 25667 23518 25668 11093 25669 27136 25670 26029 25671 16090 25672 27736 25673 -1385 25674 18970 25675 -12046 25676 12011 25677 -13753 25678 8851 25679 -16303 25680 2087 25681 -20365 25682 -9841 25683 -19396 25684 -17929 25685 -10620 25686 -19280 25687 -909 25688 -17235 25689 5986 25690 -14391 25691 13232 25692 -5993 25693 20507 25694 6793 25695 20616 25696 15063 25697 11955 25698 14043 25699 2819 25700 11174 25701 163 25702 13371 25703 -2132 25704 14034 25705 -10695 25706 4399 25707 -18551 25708 -10653 25709 -14760 25710 -16371 25711 -279 25712 -9264 25713 11657 25714 2157 25715 13994 25716 10221 25717 11686 25718 17606 25719 7900 25720 25065 25721 -987 25722 25677 25723 -16163 25724 15512 25725 -29554 25726 808 25727 -34157 25728 -12608 25729 -32372 25730 -25693 25731 -26511 25732 -38373 25733 -13008 25734 -41160 25735 9718 25736 -26689 25737 29953 25738 -4348 25739 33593 25740 11018 25741 23361 25742 14529 25743 12082 25744 14966 25745 5178 25746 15704 25747 -2404 25748 9854 25749 -12587 25750 -3402 25751 -16192 25752 -15581 25753 -8271 25754 -17709 25755 4627 25756 -11876 25757 14177 25758 -4176 25759 19488 25760 6051 25761 22211 25762 18959 25763 18127 25764 26443 25765 5019 25766 22882 25767 -8993 25768 14570 25769 -14566 25770 10325 25771 -14787 25772 8990 25773 -18219 25774 812 25775 -24546 25776 -12942 25777 -22903 25778 -21493 25779 -10976 25780 -18005 25781 861 25782 -11409 25783 4751 25784 -8982 25785 5943 25786 -6442 25787 10810 25788 1023 25789 13992 25790 10198 25791 9959 25792 14025 25793 1332 25794 13594 25795 -6139 25796 11145 25797 -12952 25798 5406 25799 -20902 25800 -8553 25801 -24414 25802 -23257 25803 -15792 25804 -26581 25805 730 25806 -17861 25807 11664 25808 -9143 25809 13203 25810 -4679 25811 13058 25812 1049 25813 14705 25814 10619 25815 11116 25816 15348 25817 -2373 25818 6767 25819 -15999 25820 -9482 25821 -18838 25822 -21484 25823 -10655 25824 -26631 25825 1449 25826 -26986 25827 14419 25828 -20749 25829 28809 25830 -5063 25831 38479 25832 14066 25833 35979 25834 26430 25835 23883 25836 29703 25837 11877 25838 31322 25839 2601 25840 31699 25841 -9447 25842 23392 25843 -23700 25844 6116 25845 -29424 25846 -8856 25847 -21011 25848 -10332 25849 -7996 25850 -4538 25851 -2118 25852 -957 25853 -1960 25854 -29 25855 -1516 25856 3968 25857 -269 25858 9636 25859 -4673 25860 9534 25861 -14158 25862 3140 25863 -20094 25864 -4316 25865 -21340 25866 -10859 25867 -22306 25868 -21631 25869 -22192 25870 -33935 25871 -13257 25872 -38250 25873 3959 25874 -30138 25875 18417 25876 -19756 25877 23747 25878 -13632 25879 25450 25880 -7232 25881 29976 25882 5888 25883 31039 25884 18055 25885 21099 25886 19596 25887 5497 25888 10409 25889 -3496 25890 768 25891 -2858 25892 -4100 25893 1430 25894 -7233 25895 6275 25896 -8267 25897 14691 25898 -941 25899 24780 25900 13503 25901 27488 25902 26068 25903 19628 25904 30978 25905 9277 25906 33585 25907 502 25908 35550 25909 -11588 25910 30868 25911 -27972 25912 14114 25913 -39632 25914 -5552 25915 -38029 25916 -16341 25917 -26443 25918 -18372 25919 -16477 25920 -20455 25921 -10894 25922 -23198 25923 -2892 25924 -20018 25925 7960 25926 -10174 25927 14181 25928 -893 25929 12422 25930 4178 25931 8739 25932 7113 25933 6056 25934 10941 25935 194 25936 9360 25937 -10216 25938 -800 25939 -16523 25940 -11515 25941 -12992 25942 -15447 25943 -5338 25944 -16217 25945 -509 25946 -19408 25947 4287 25948 -20506 25949 15147 25950 -10654 25951 26896 25952 6525 25953 27980 25954 18280 25955 16025 25956 18169 25957 2582 25958 12189 25959 -4790 25960 5484 25961 -8987 25962 -3821 25963 -10685 25964 -14923 25965 -4312 25966 -18807 25967 10321 25968 -9865 25969 24988 25970 5665 25971 29578 25972 19496 25973 25832 25974 30469 25975 18151 25976 40323 25977 4507 25978 41879 25979 -17112 25980 27253 25981 -37758 25982 3010 25983 -42843 25984 -16156 25985 -31659 25986 -22984 25987 -16372 25988 -23052 25989 -4244 25990 -19956 25991 7065 25992 -10455 25993 17214 25994 5346 25995 19626 25996 17902 25997 9959 25998 19516 25999 -3585 26000 13777 26001 -12382 26002 8094 26003 -16392 26004 1623 26005 -20070 26006 -7813 26007 -20504 26008 -15633 26009 -13088 26010 -14870 26011 -4150 26012 -10021 26013 -2358 26014 -11370 26015 -6186 26016 -18344 26017 -4778 26018 -22193 26019 4729 26020 -16813 26021 13404 26022 -10040 26023 16175 26024 -6294 26025 16715 26026 -1735 26027 18774 26028 7550 26029 17669 26030 14078 26031 8622 26032 10921 26033 -2170 26034 1553 26035 -5705 26036 -5579 26037 -1333 26038 -8169 26039 4536 26040 -9714 26041 11731 26042 -5493 26043 22620 26044 10071 26045 30733 26046 30887 26047 24795 26048 42637 26049 4874 26050 38330 26051 -15714 26052 25777 26053 -27810 26054 12155 26055 -33798 26056 -3557 26057 -35291 26058 -20962 26059 -26784 26060 -29955 26061 -6925 26062 -22017 26063 14470 26064 -2599 26065 23849 26066 15384 26067 19041 26068 26390 26069 6617 26070 31584 26071 -10414 26072 27273 26073 -30342 26074 8826 26075 -45941 26076 -16735 26077 -45577 26078 -34936 26079 -30590 26080 -39479 26081 -12554 26082 -37320 26083 392 26084 -33492 26085 10845 26086 -25084 26087 20766 26088 -11117 26089 24342 26090 -892 26091 16702 26092 -1850 26093 6485 26094 -9658 26095 4634 26096 -13123 26097 10200 26098 -10947 26099 15478 26100 -8057 26101 19010 26102 -4657 26103 23492 26104 3113 26105 27401 26106 13756 26107 24152 26108 18514 26109 14777 26110 15906 26111 9451 26112 15133 26113 10495 26114 20556 26115 10301 26116 25414 26117 3638 26118 24459 26119 -3919 26120 22047 26121 -6592 26122 23766 26123 -10283 26124 24202 26125 -20174 26126 14482 26127 -30901 26128 -1423 26129 -31707 26130 -12284 26131 -22446 26132 -14591 26133 -12205 26134 -12680 26135 -4700 26136 -8297 26137 2018 26138 2246 26139 5448 26140 14139 26141 -1581 26142 16642 26143 -17962 26144 5731 26145 -32505 26146 -11280 26147 -36105 26148 -25780 26149 -32857 26150 -39197 26151 -25767 26152 -52232 26153 -11552 26154 -57467 26155 12273 26156 -46334 26157 36947 26158 -24323 26159 48148 26160 -4930 26161 45589 26162 7168 26163 38052 26164 15789 26165 30469 26166 22168 26167 19711 26168 19978 26169 7786 26170 11142 26171 2785 26172 5169 26173 6016 26174 6715 26175 10279 26176 10551 26177 9751 26178 11429 26179 9121 26180 14301 26181 10787 26182 22651 26183 9756 26184 28582 26185 -198 26186 24897 26187 -12712 26188 15506 26189 -17718 26190 9886 26191 -16581 26192 8713 26193 -16959 26194 4128 26195 -20438 26196 -4767 26197 -19052 26198 -9908 26199 -11358 26200 -8026 26201 -5248 26202 -4922 26203 -3508 26204 -4362 26205 -2177 26206 -1493 26207 932 26208 5687 26209 146 26210 9455 26211 -8446 26212 4511 26213 -17980 26214 -5305 26215 -20291 26216 -11846 26217 -18627 26218 -17369 26219 -17713 26220 -26974 26221 -15061 26222 -36395 26223 -2807 26224 -35797 26225 14868 26226 -23968 26227 27075 26228 -10791 26229 28816 26230 -2431 26231 26661 26232 5191 26233 25070 26234 13216 26235 19822 26236 15981 26237 9124 26238 11119 26239 900 26240 4421 26241 258 26242 2695 26243 2886 26244 2946 26245 2677 26246 246 26247 3049 26248 -1410 26249 8596 26250 3820 26251 14637 26252 12815 26253 13124 26254 16637 26255 5718 26256 13997 26257 1518 26258 14185 26259 2627 26260 18954 26261 567 26262 20765 26263 -7917 26264 14705 26265 -15856 26266 6876 26267 -16406 26268 3235 26269 -14255 26270 876 26271 -14509 26272 -3951 26273 -12668 26274 -7062 26275 -6102 26276 -2273 26277 330 26278 5747 26279 -1394 26280 8282 26281 -8709 26282 5346 26283 -14809 26284 2646 26285 -18864 26286 -1498 26287 -24942 26288 -14405 26289 -30378 26290 -32901 26291 -25317 26292 -44236 26293 -7108 26294 -40993 26295 12897 26296 -29237 26297 24919 26298 -17090 26299 30710 26300 -4016 26301 33620 26302 10462 26303 29564 26304 20575 26305 15509 26306 18264 26307 -1203 26308 7368 26309 -9366 26310 -2593 26311 -8559 26312 -9267 26313 -4238 26314 -15142 26315 2624 26316 -16901 26317 14416 26318 -8587 26319 26689 26320 7531 26321 29338 26322 19788 26323 20517 26324 21195 26325 10216 26326 19083 26327 6118 26328 19644 26329 3647 26330 19796 26331 -1978 26332 15044 26333 -6027 26334 10698 26335 -3971 26336 14036 26337 -418 26338 20424 26339 -3289 26340 21885 26341 -12182 26342 17159 26343 -19001 26344 12193 26345 -22052 26346 8132 26347 -25998 26348 393 26349 -29491 26350 -9976 26351 -27303 26352 -14489 26353 -19123 26354 -11891 26355 -14813 26356 -11338 26357 -18495 26358 -18865 26359 -21418 26360 -28940 26361 -16654 26362 -32970 26363 -7472 26364 -33583 26365 165 26366 -35612 26367 7865 26368 -35105 26369 20894 26370 -25205 26371 34131 26372 -7392 26373 38262 26374 6792 26375 30802 26376 12702 26377 20662 26378 13993 26379 11714 26380 11915 26381 2758 26382 2450 26383 -3804 26384 -11329 26385 -380 26386 -17148 26387 14762 26388 -9238 26389 29932 26390 6165 26391 36078 26392 19247 26393 34494 26394 31391 26395 30454 26396 44981 26397 20093 26398 53376 26399 399 26400 47493 26401 -21704 26402 31053 26403 -34101 26404 15399 26405 -34599 26406 6090 26407 -30367 26408 -83 26409 -26858 26410 -5165 26411 -21490 26412 -4341 26413 -15419 26414 597 26415 -14773 26416 1788 26417 -21266 26418 -6281 26419 -26822 26420 -15996 26421 -24720 26422 -20806 26423 -19445 26424 -24366 26425 -16164 26426 -31179 26427 -11562 26428 -35521 26429 -52 26430 -30746 26431 13131 26432 -19994 26433 18784 26434 -13605 26435 16688 26436 -13063 26437 15777 26438 -10712 26439 19071 26440 -4406 26441 21048 26442 1451 26443 18254 26444 2663 26445 15587 26446 4799 26447 16370 26448 10031 26449 14550 26450 12404 26451 7248 26452 8095 26453 838 26454 1955 26455 1763 26456 567 26457 6892 26458 2360 26459 8814 26460 2069 26461 10277 26462 2878 26463 15769 26464 11965 26465 22348 26466 26846 26467 18809 26468 35577 26469 5285 26470 34150 26471 -8937 26472 27943 26473 -17757 26474 21690 26475 -24320 26476 12690 26477 -30811 26478 -916 26479 -31867 26480 -11208 26481 -23611 26482 -12272 26483 -13508 26484 -8741 26485 -9292 26486 -7492 26487 -9092 26488 -7763 26489 -7118 26490 -4777 26491 -6198 26492 -2666 26493 -10814 26494 -8337 26495 -17131 26496 -18824 26497 -15590 26498 -24784 26499 -5443 26500 -22379 26501 3275 26502 -18328 26503 7099 26504 -17393 26505 10243 26506 -13568 26507 16036 26508 -4057 26509 18810 26510 4277 26511 13101 26512 5074 26513 5543 26514 1577 26515 2514 26516 -472 26517 2109 26518 -1495 26519 140 26520 -6942 26521 -1541 26522 -13346 26523 3981 26524 -12424 26525 13698 26526 -6054 26527 19589 26528 -710 26529 19826 26530 1822 26531 21754 26532 8249 26533 25625 26534 20827 26535 25197 26536 31159 26537 15029 26538 31981 26539 3119 26540 28854 26541 -4476 26542 27103 26543 -10304 26544 24094 26545 -19401 26546 14845 26547 -26396 26548 3495 26549 -25712 26550 -2754 26551 -19189 26552 -3603 26553 -15585 26554 -5478 26555 -15128 26556 -8497 26557 -11880 26558 -6511 26559 -7106 26560 -1416 26561 -7422 26562 -694 26563 -13420 26564 -7587 26565 -16952 26566 -14274 26567 -13520 26568 -15270 26569 -9269 26570 -15592 26571 -8728 26572 -20503 26573 -7760 26574 -24846 26575 32 26576 -21301 26577 9249 26578 -14417 26579 12459 26580 -11026 26581 10540 26582 -11273 26583 10977 26584 -8942 26585 13660 26586 -4355 26587 12992 26588 -4097 26589 9687 26590 -8413 26591 10648 26592 -8972 26593 17096 26594 -3686 26595 22365 26596 1515 26597 21718 26598 4109 26599 22081 26600 8848 26601 25885 26602 20030 26603 26719 26604 30859 26605 18864 26606 33670 26607 6228 26608 30618 26609 -2649 26610 28830 26611 -8007 26612 26978 26613 -16373 26614 19328 26615 -25275 26616 7099 26617 -27029 26618 -1558 26619 -21295 26620 -3270 26621 -15750 26622 -4380 26623 -14087 26624 -7058 26625 -11250 26626 -6130 26627 -6032 26628 -522 26629 -3895 26630 3312 26631 -9209 26632 -441 26633 -15621 26634 -7252 26635 -16199 26636 -9748 26637 -13507 26638 -11505 26639 -14460 26640 -17759 26641 -15339 26642 -25577 26643 -8781 26644 -27083 26645 2087 26646 -22017 26647 9519 26648 -17957 26649 10945 26650 -16827 26651 13103 26652 -13071 26653 18110 26654 -5259 26655 19625 26656 -577 26657 15413 26658 -2330 26659 11898 26660 -4838 26661 14195 26662 -1877 26663 17959 26664 2114 26665 17632 26666 2233 26667 16851 26668 2903 26669 21333 26670 10488 26671 26249 26672 22116 26673 23924 26674 28292 26675 14900 26676 28758 26677 6665 26678 29907 26679 1484 26680 32735 26681 -6187 26682 29316 26683 -17673 26684 18833 26685 -24751 26686 8608 26687 -23999 26688 4502 26689 -21088 26690 1933 26691 -21321 26692 -3197 26693 -20293 26694 -7002 26695 -14592 26696 -5257 26697 -9416 26698 -1594 26699 -11104 26700 -3706 26701 -15899 26702 -9826 26703 -15794 26704 -12483 26705 -11476 26706 -11430 26707 -10181 26708 -14180 26709 -11164 26710 -20383 26711 -8685 26712 -23203 26713 -473 26714 -19421 26715 6014 26716 -15868 26717 6797 26718 -16559 26719 8195 26720 -16406 26721 13451 26722 -10796 26723 18428 26724 -4546 26725 18561 26726 -2914 26727 15857 26728 -2759 26729 17227 26730 1873 26731 20364 26732 8164 26733 18485 26734 10434 26735 13149 26736 8461 26737 12285 26738 10342 26739 15276 26740 17084 26741 14393 26742 21757 26743 7526 26744 20744 26745 1592 26746 20323 26747 -230 26748 23270 26749 -4412 26750 23217 26751 -12860 26752 15102 26753 -21442 26754 4658 26755 -21859 26756 -560 26757 -17982 26758 -3463 26759 -15839 26760 -7397 26761 -13337 26762 -10960 26763 -6486 26764 -7022 26765 2205 26766 1942 26767 3163 26768 7432 26769 -3652 26770 6224 26771 -9625 26772 3688 26773 -12031 26774 3153 26775 -15351 26776 -1345 26777 -21186 26778 -12547 26779 -22752 26780 -21398 26781 -15451 26782 -22848 26783 -6033 26784 -19941 26785 -978 26786 -19959 26787 1424 26788 -20131 26789 7497 26790 -15317 26791 13679 26792 -8888 26793 13521 26794 -6577 26795 9973 26796 -9413 26797 10388 26798 -8255 26799 15190 26800 -2519 26801 17572 26802 1002 26803 15370 26804 -88 26805 14465 26806 1722 26807 18226 26808 9263 26809 19753 26810 15934 26811 15062 26812 16815 26813 9013 26814 15969 26815 7119 26816 19050 26817 6194 26818 22566 26819 -302 26820 20335 26821 -9008 26822 14127 26823 -12850 26824 10407 26825 -12571 26826 9622 26827 -14027 26828 5606 26829 -18009 26830 -2126 26831 -16717 26832 -5139 26833 -10358 26834 -1727 26835 -6567 26836 1315 26837 -9342 26838 -390 26839 -12171 26840 -2895 26841 -11249 26842 -2132 26843 -10709 26844 -2457 26845 -15665 26846 -9593 26847 -19871 26848 -19358 26849 -16395 26850 -22906 26851 -7912 26852 -21548 26853 -1904 26854 -22089 26855 1271 26856 -23569 26857 7608 26858 -19352 26859 15989 26860 -10837 26861 19318 26862 -4343 26863 16317 26864 -4009 26865 14539 26866 -2416 26867 16265 26868 3240 26869 16696 26870 7280 26871 11762 26872 5109 26873 6937 26874 2242 26875 7864 26876 3889 26877 10336 26878 7333 26879 7841 26880 6380 26881 4487 26882 2872 26883 5879 26884 4882 26885 10383 26886 10976 26887 10022 26888 14043 26889 4136 26890 12678 26891 50 26892 12203 26893 -749 26894 14254 26895 -3369 26896 12883 26897 -9486 26898 5449 26899 -12778 26900 -427 26901 -8951 26902 1087 26903 -3695 26904 5119 26905 -3532 26906 5941 26907 -6186 26908 5010 26909 -6483 26910 7507 26911 -7727 26912 10081 26913 -14802 26914 4003 26915 -24587 26916 -8095 26917 -27076 26918 -17997 26919 -21094 26920 -22368 26921 -13750 26922 -25580 26923 -8278 26924 -29119 26925 -492 26926 -27008 26927 10523 26928 -18036 26929 17402 26930 -9614 26931 16010 26932 -8722 26933 12897 26934 -10538 26935 14540 26936 -7844 26937 18186 26938 -3361 26939 18741 26940 -2007 26941 18552 26942 -672 26943 22072 26944 7454 26945 26652 26946 18783 26947 23080 26948 24674 26949 12342 26950 22319 26951 2889 26952 18536 26953 -1548 26954 16828 26955 -4430 26956 12757 26957 -8567 26958 5810 26959 -8897 26960 2159 26961 -3010 26962 6559 26963 2071 26964 12637 26965 -853 26966 13028 26967 -7501 26968 9468 26969 -11224 26970 7242 26971 -12499 26972 4972 26973 -15637 26974 -2204 26975 -18048 26976 -11043 26977 -12642 26978 -11311 26979 -2338 26980 -4048 26981 2743 26982 2621 26983 -988 26984 2956 26985 -5898 26986 1240 26987 -7999 26988 -190 26989 -10475 26990 -4975 26991 -14755 26992 -15799 26993 -14764 26994 -23928 26995 -5173 26996 -21890 26997 7968 26998 -13058 26999 14909 27000 -5447 27001 15746 27002 -10 27003 14862 27004 5894 27005 11550 27006 9529 27007 2686 27008 4189 27009 -7012 27010 -8183 27011 -7400 27012 -15966 27013 2107 27014 -14461 27015 12815 27016 -8732 27017 19171 27018 -2332 27019 23358 27020 7090 27021 26489 27022 20526 27023 23580 27024 29744 27025 10692 27026 27228 27027 -4101 27028 17619 27029 -11195 27030 10493 27031 -10597 27032 6988 27033 -9021 27034 4111 27035 -7358 27036 3096 27037 -3043 27038 8081 27039 1259 27040 16831 27041 -1950 27042 18861 27043 -13354 27044 11412 27045 -22435 27046 2124 27047 -23712 27048 -3770 27049 -22029 27050 -9023 27051 -21079 27052 -15790 27053 -16233 27054 -19108 27055 -6119 27056 -13013 27057 2156 27058 -4695 27059 158 27060 -3492 27061 -6776 27062 -9118 27063 -9985 27064 -14542 27065 -7062 27066 -17760 27067 -3775 27068 -21934 27069 606 27070 -24629 27071 10184 27072 -19124 27073 22657 27074 -5402 27075 28597 27076 6940 27077 24195 27078 12385 27079 15794 27080 13587 27081 9679 27082 14594 27083 3486 27084 11857 27085 -4396 27086 2283 27087 -7998 27088 -5758 27089 -1655 27090 -4430 27091 8138 27092 4096 27093 11911 27094 10804 27095 8364 27096 12926 27097 3781 27098 14959 27099 24 27100 16393 27101 -6988 27102 11702 27103 -15136 27104 1231 27105 -17265 27106 -5809 27107 -10721 27108 -4857 27109 -3684 27110 -1113 27111 -2161 27112 -96 27113 -2998 27114 1479 27115 -2095 27116 6006 27117 -3813 27118 7349 27119 -11450 27120 -54 27121 -18739 27122 -11482 27123 -17313 27124 -16887 27125 -8865 27126 -15389 27127 -1984 27128 -13173 27129 368 27130 -13172 27131 4165 27132 -9454 27133 9402 27134 -2634 27135 9819 27136 778 27137 3887 27138 -2319 27139 -890 27140 -6424 27141 409 27142 -5802 27143 3877 27144 -4436 27145 4639 27146 -5973 27147 5303 27148 -5857 27149 9686 27150 -6 27151 11858 27152 6882 27153 7905 27154 6647 27155 -1 27156 490 27157 -2295 27158 -2589 27159 986 27160 -1441 27161 3026 27162 -1574 27163 1349 27164 -4786 27165 2795 27166 -4643 27167 8525 27168 1593 27169 12409 27170 7611 27171 9747 27172 8198 27173 4638 27174 7515 27175 4147 27176 10115 27177 3945 27178 12910 27179 -103 27180 11359 27181 -5656 27182 7535 27183 -6676 27184 8102 27185 -6183 27186 9374 27187 -10766 27188 4513 27189 -17123 27190 -4693 27191 -17978 27192 -10777 27193 -11978 27194 -10345 27195 -6707 27196 -9883 27197 -6116 27198 -13182 27199 -4293 27200 -14645 27201 1973 27202 -10045 27203 6833 27204 -5301 27205 5274 27206 -5596 27207 1951 27208 -8838 27209 3518 27210 -7840 27211 7604 27212 -4930 27213 8623 27214 -4525 27215 7948 27216 -5236 27217 10013 27218 -945 27219 13608 27220 5798 27221 11532 27222 7504 27223 4937 27224 2615 27225 1577 27226 -586 27227 4936 27228 1928 27229 7725 27230 4867 27231 6163 27232 3868 27233 4514 27234 3910 27235 7074 27236 8965 27237 9031 27238 15204 27239 4256 27240 14311 27241 -3818 27242 8491 27243 -7863 27244 4657 27245 -7379 27246 3151 27247 -6989 27248 262 27249 -6844 27250 -2748 27251 -2660 27252 -109 27253 3490 27254 7339 27255 2889 27256 11027 27257 -5284 27258 5749 27259 -12424 27260 -945 27261 -12739 27262 -4601 27263 -10553 27264 -7677 27265 -9957 27266 -14495 27267 -6713 27268 -18138 27269 2529 27270 -12408 27271 13165 27272 -694 27273 15666 27274 7340 27275 10008 27276 8458 27277 3745 27278 7503 27279 -712 27280 5662 27281 -6211 27282 -1146 27283 -10044 27284 -10232 27285 -6387 27286 -13050 27287 3618 27288 -6913 27289 11440 27290 1042 27291 11435 27292 4060 27293 8210 27294 5683 27295 6695 27296 9859 27297 3446 27298 10025 27299 -4641 27300 1839 27301 -10789 27302 -8599 27303 -6108 27304 -11690 27305 5239 27306 -4926 27307 13985 27308 3990 27309 15091 27310 11055 27311 13066 27312 18210 27313 9176 27314 23928 27315 180 27316 21786 27317 -12889 27318 10973 27319 -21156 27320 -441 27321 -19211 27322 -5084 27323 -13421 27324 -6523 27325 -9418 27326 -8559 27327 -5416 27328 -7313 27329 1109 27330 69 27331 4424 27332 7530 27333 -929 27334 5322 27335 -10745 27336 -4399 27337 -14261 27338 -11375 27339 -8800 27340 -12194 27341 -2354 27342 -11037 27343 1287 27344 -10155 27345 5613 27346 -5537 27347 10606 27348 2716 27349 10298 27350 7852 27351 2072 27352 3904 27353 -5682 27354 -3043 27355 -6722 27356 -7409 27357 -3020 27358 -9675 27359 445 27360 -12508 27361 5996 27362 -10606 27363 16028 27364 1713 27365 23745 27366 17967 27367 19720 27368 25683 27369 5829 27370 22807 27371 -7323 27372 15455 27373 -14828 27374 8348 27375 -18927 27376 -325 27377 -21412 27378 -11488 27379 -17275 27380 -16729 27381 -5785 27382 -11766 27383 5231 27384 -3334 27385 7283 27386 2102 27387 3889 27388 4068 27389 596 27390 5837 27391 -3683 27392 3990 27393 -10403 27394 -5222 27395 -14552 27396 -15800 27397 -8570 27398 -17172 27399 3801 27400 -10226 27401 11156 27402 -2558 27403 10887 27404 722 27405 8716 27406 4332 27407 8765 27408 9675 27409 5214 27410 10714 27411 -3185 27412 4504 27413 -9734 27414 -3628 27415 -8549 27416 -5786 27417 -3337 27418 -4225 27419 -555 27420 -3904 27421 -75 27422 -3358 27423 2274 27424 297 27425 3022 27426 3713 27427 -1686 27428 -122 27429 -7555 27430 -8318 27431 -6908 27432 -11321 27433 818 27434 -7585 27435 6566 27436 -3234 27437 6519 27438 -2683 27439 6264 27440 -1063 27441 9084 27442 5449 27443 8923 27444 10250 27445 2288 27446 6933 27447 -5429 27448 -349 27449 -6505 27450 -3781 27451 -2278 27452 -3562 27453 732 27454 -3178 27455 2275 27456 -2099 27457 5564 27458 4102 27459 7903 27460 11413 27461 3203 27462 11631 27463 -6168 27464 4357 27465 -12093 27466 -2056 27467 -11188 27468 -4525 27469 -9572 27470 -7944 27471 -10398 27472 -15160 27473 -7628 27474 -19022 27475 1976 27476 -14211 27477 11605 27478 -5748 27479 13650 27480 -1193 27481 10248 27482 -888 27483 8658 27484 1569 27485 9448 27486 4442 27487 6987 27488 3579 27489 3299 27490 339 27491 3534 27492 989 27493 7044 27494 5732 27495 7331 27496 7683 27497 2993 27498 5748 27499 821 27500 5201 27501 2673 27502 9732 27503 2930 27504 12212 27505 -3266 27506 7525 27507 -10228 27508 948 27509 -10306 27510 -508 27511 -7291 27512 835 27513 -7290 27514 -2209 27515 -10353 27516 -8702 27517 -9579 27518 -12313 27519 -3892 27520 -11063 27521 335 27522 -10562 27523 1977 27524 -11124 27525 5886 27526 -7948 27527 11564 27528 -1034 27529 12754 27530 3107 27531 8242 27532 1451 27533 4969 27534 -463 27535 7086 27536 3537 27537 9425 27538 7228 27539 6199 27540 5636 27541 2113 27542 1943 27543 3372 27544 4623 27545 7767 27546 10831 27547 6354 27548 13600 27549 -493 27550 10603 27551 -5904 27552 7441 27553 -7331 27554 5935 27555 -9390 27556 1864 27557 -12560 27558 -5357 27559 -11776 27560 -9441 27561 -6170 27562 -8165 27563 -1268 27564 -6847 27565 -306 27566 -9345 27567 796 27568 -9854 27569 7453 27570 -3887 27571 13161 27572 4077 27573 11239 27574 5766 27575 6077 27576 4007 27577 5017 27578 6119 27579 7427 27580 12509 27581 5374 27582 14555 27583 -1871 27584 10553 27585 -8141 27586 5164 27587 -9787 27588 2787 27589 -9537 27590 487 27591 -10313 27592 -4966 27593 -8978 27594 -7394 27595 -3125 27596 -3772 27597 1247 27598 349 27599 -606 27600 -904 27601 -3972 27602 -3436 27603 -3142 27604 -1630 27605 -980 27606 159 27607 -4014 27608 -4613 27609 -8447 27610 -13465 27611 -5194 27612 -16663 27613 4749 27614 -10761 27615 12981 27616 -3271 27617 14508 27618 1094 27619 13978 27620 5018 27621 14423 27622 11799 27623 12267 27624 15753 27625 4950 27626 13764 27627 -1887 27628 9781 27629 -4362 27630 8473 27631 -4532 27632 7614 27633 -7065 27634 2963 27635 -8914 27636 -1290 27637 -5411 27638 704 27639 77 27640 6966 27641 -1408 27642 7623 27643 -8603 27644 1631 27645 -12413 27646 -3083 27647 -8747 27648 -2860 27649 -5768 27650 -2058 27651 -6797 27652 -4815 27653 -8271 27654 -8357 27655 -5313 27656 -7025 27657 -1106 27658 -4989 27659 -727 27660 -5585 27661 -1537 27662 -7176 27663 503 27664 -5335 27665 3613 27666 -2014 27667 2123 27668 -3152 27669 -159 27670 -6075 27671 2688 27672 -3498 27673 7711 27674 3672 27675 7015 27676 5965 27677 -186 27678 831 27679 -4809 27680 -4351 27681 -2010 27682 -2906 27683 2336 27684 -24 27685 2044 27686 -1365 27687 -376 27688 -3884 27689 1546 27690 -2009 27691 4853 27692 2146 27693 4633 27694 3297 27695 1409 27696 2368 27697 545 27698 3057 27699 743 27700 3837 27701 -2137 27702 230 27703 -5362 27704 -6261 27705 -2624 27706 -6028 27707 5577 27708 961 27709 8773 27710 6823 27711 4520 27712 5845 27713 409 27714 4196 27715 1162 27716 7807 27717 2550 27718 11797 27719 -2575 27720 9981 27721 -10827 27722 3446 27723 -13214 27724 -1237 27725 -11496 27726 -2411 27727 -10069 27728 -4908 27729 -10221 27730 -8513 27731 -7975 27732 -8184 27733 -4415 27734 -5940 27735 -4184 27736 -7265 27737 -6786 27738 -12465 27739 -5502 27740 -14404 27741 681 27742 -10563 27743 4101 27744 -8137 27745 1305 27746 -12563 27747 -634 27748 -17826 27749 5630 27750 -15088 27751 14761 27752 -7661 27753 17987 27754 -3296 27755 16427 27756 -2250 27757 16575 27758 1467 27759 18931 27760 8164 27761 18940 27762 13286 27763 14393 27764 14792 27765 10587 27766 16962 27767 7837 27768 19928 27769 2563 27770 18605 27771 -5255 27772 12093 27773 -9639 27774 7924 27775 -7228 27776 9720 27777 -6152 27778 11149 27779 -11085 27780 5016 27781 -16210 27782 -2664 27783 -14433 27784 -4250 27785 -8386 27786 -1250 27787 -7188 27788 -1361 27789 -11183 27790 -6690 27791 -11951 27792 -11059 27793 -8143 27794 -10880 27795 -4291 27796 -11004 27797 -3056 27798 -12439 27799 -904 27800 -11642 27801 3463 27802 -8321 27803 5498 27804 -6381 27805 3867 27806 -8823 27807 4141 27808 -9405 27809 8771 27810 -3730 27811 12025 27812 1966 27813 8270 27814 120 27815 2358 27816 -5843 27817 3406 27818 -6420 27819 10421 27820 -485 27821 13881 27822 3848 27823 10715 27824 3933 27825 8461 27826 4179 27827 10160 27828 8208 27829 10840 27830 12410 27831 7998 27832 12427 27833 3605 27834 12092 27835 1381 27836 13265 27837 -1446 27838 11845 27839 -6783 27840 5910 27841 -9180 27842 1602 27843 -5804 27844 3797 27845 -2127 27846 7777 27847 -5013 27848 4567 27849 -10880 27850 -3395 27851 -10417 27852 -5556 27853 -3798 27854 -1189 27855 -35 27856 1802 27857 -2638 27858 -523 27859 -5197 27860 -3405 27861 -3015 27862 -2038 27863 229 27864 1191 27865 -842 27866 1334 27867 -3707 27868 -194 27869 -4107 27870 -490 27871 -4688 27872 -1864 27873 -7148 27874 -7538 27875 -7543 27876 -11730 27877 -2051 27878 -8693 27879 4528 27880 -2380 27881 3953 27882 -2331 27883 -933 27884 -7677 27885 -1487 27886 -10133 27887 4678 27888 -5448 27889 9099 27890 -1728 27891 6318 27892 -3687 27893 4302 27894 -6311 27895 8307 27896 -3137 27897 14645 27898 4173 27899 16244 27900 9190 27901 12994 27902 12215 27903 9454 27904 15314 27905 5543 27906 15852 27907 -1227 27908 10975 27909 -6252 27910 4766 27911 -4535 27912 5300 27913 248 27914 10067 27915 -403 27916 11111 27917 -6618 27918 6489 27919 -9227 27920 3924 27921 -6296 27922 7266 27923 -5605 27924 8921 27925 -11705 27926 2339 27927 -18189 27928 -7538 27929 -16459 27930 -12032 27931 -8903 27932 -10196 27933 -2686 27934 -7525 27935 62 27936 -4507 27937 2421 27938 424 27939 2470 27940 4428 27941 -2778 27942 1374 27943 -9288 27944 -5536 27945 -10396 27946 -9186 27947 -6441 27948 -8598 27949 -4379 27950 -10544 27951 -5231 27952 -16073 27953 -1792 27954 -16874 27955 7583 27956 -8323 27957 14613 27958 1636 27959 11459 27960 3003 27961 3245 27962 -2390 27963 -70 27964 -6822 27965 3357 27966 -6297 27967 6850 27968 -5489 27969 9214 27970 -3899 27971 12639 27972 1346 27973 16385 27974 8830 27975 15070 27976 12694 27977 9405 27978 12163 27979 5458 27980 12604 27981 3948 27982 15166 27983 11 27984 12651 27985 -7083 27986 4538 27987 -8596 27988 -493 27989 -1328 27990 5612 27991 6182 27992 15665 27993 3536 27994 19232 27995 -6785 27996 15067 27997 -15114 27998 9800 27999 -18244 28000 5913 28001 -20773 28002 -345 28003 -23558 28004 -8865 28005 -22376 28006 -14389 28007 -16412 28008 -14742 28009 -11176 28010 -14366 28011 -8259 28012 -15134 28013 -6264 28014 -14410 28015 -3095 28016 -11260 28017 -3608 28018 -13713 28019 -8407 28020 -24389 28021 -8420 28022 -33164 28023 2978 28024 -30120 28025 19272 28026 -18082 28027 28104 28028 -7374 28029 28292 28030 -1264 28031 27183 28032 5362 28033 26614 28034 13927 28035 22014 28036 17991 28037 12427 28038 14632 28039 4227 28040 9004 28041 2747 28042 6783 28043 4740 28044 6116 28045 6552 28046 7001 28047 9759 28048 12838 28049 12804 28050 23425 28051 9893 28052 29516 28053 -1963 28054 24768 28055 -15220 28056 13879 28057 -20007 28058 7422 28059 -17959 28060 5812 28061 -18211 28062 1314 28063 -21431 28064 -6977 28065 -19752 28066 -11602 28067 -12107 28068 -8538 28069 -6213 28070 -4450 28071 -6997 28072 -6114 28073 -10475 28074 -10208 28075 -10781 28076 -13128 28077 -8352 28078 -15886 28079 -5892 28080 -19138 28081 -927 28082 -18470 28083 7451 28084 -11055 28085 12563 28086 -3492 28087 10130 28088 -3601 28089 4118 28090 -8013 28091 4506 28092 -7772 28093 9791 28094 -2640 28095 10827 28096 -683 28097 7096 28098 -4424 28099 7063 28100 -5946 28101 12455 28102 609 28103 17733 28104 9102 28105 15217 28106 12342 28107 8114 28108 11037 28109 3205 28110 9031 28111 502 28112 5806 28113 -1999 28114 409 28115 -1534 28116 -2411 28117 4130 28118 1926 28119 10453 28120 9496 28121 10145 28122 12057 28123 5020 28124 11403 28125 3086 28126 14069 28127 3421 28128 19933 28129 -1335 28130 20393 28131 -12579 28132 11492 28133 -20682 28134 1248 28135 -18752 28136 -2356 28137 -12805 28138 -1216 28139 -10711 28140 -2326 28141 -12067 28142 -5258 28143 -11476 28144 -5792 28145 -9623 28146 -5864 28147 -9584 28148 -8895 28149 -10037 28150 -12281 28151 -7412 28152 -12353 28153 -3598 28154 -10702 28155 -3306 28156 -13448 28157 -4799 28158 -19589 28159 -644 28160 -20399 28161 9520 28162 -13339 28163 16156 28164 -6320 28165 15653 28166 -5510 28167 13829 28168 -4501 28169 17197 28170 2652 28171 21491 28172 12851 28173 18217 28174 17140 28175 8953 28176 14506 28177 1267 28178 10939 28179 -2596 28180 6914 28181 -5132 28182 1403 28183 -6005 28184 -3822 28185 -1219 28186 -3255 28187 6502 28188 2473 28189 9448 28190 6677 28191 6962 28192 7222 28193 5599 28194 10005 28195 6592 28196 16725 28197 4384 28198 19682 28199 -5414 28200 12949 28201 -14656 28202 3124 28203 -14774 28204 -659 28205 -8236 28206 2267 28207 -5504 28208 4090 28209 -7610 28210 2605 28211 -9083 28212 1878 28213 -9052 28214 1996 28215 -10982 28216 -453 28217 -14306 28218 -6530 28219 -14403 28220 -9908 28221 -10024 28222 -9159 28223 -6950 28224 -9640 28225 -7445 28226 -13233 28227 -6209 28228 -14356 28229 -244 28230 -9431 28231 3284 28232 -5557 28233 -363 28234 -10247 28235 -5197 28236 -18538 28237 -1667 28238 -20336 28239 8602 28240 -14305 28241 16461 28242 -7546 28243 17929 28244 -3514 28245 17612 28246 614 28247 17819 28248 6126 28249 14703 28250 7497 28251 8522 28252 3235 28253 5944 28254 -577 28255 9176 28256 467 28257 13974 28258 3808 28259 16365 28260 7223 28261 18952 28262 15478 28263 23596 28264 30978 28265 22001 28266 44439 28267 6967 28268 44622 28269 -14587 28270 31979 28271 -30794 28272 17533 28273 -36090 28274 6251 28275 -36805 28276 -5246 28277 -35194 28278 -16667 28279 -27605 28280 -20924 28281 -15057 28282 -16079 28283 -5178 28284 -8552 28285 -3734 28286 -5332 28287 -7137 28288 -5674 28289 -10412 28290 -7955 28291 -13579 28292 -14128 28293 -16855 28294 -25728 28295 -14614 28296 -34229 28297 -2075 28298 -30966 28299 13625 28300 -19483 28301 21332 28302 -10634 28303 20713 28304 -6831 28305 19827 28306 -2457 28307 20124 28308 4062 28309 17557 28310 6362 28311 10296 28312 1919 28313 6181 28314 -1937 28315 9600 28316 -162 28317 14785 28318 5440 28319 15811 28320 9237 28321 13708 28322 12416 28323 11737 28324 16395 28325 8008 28326 17346 28327 766 28328 11035 28329 -4904 28330 3942 28331 -2034 28332 5197 28333 5406 28334 13232 28335 7678 28336 19796 28337 1923 28338 20589 28339 -4732 28340 20974 28341 -9682 28342 21915 28343 -17881 28344 16811 28345 -29782 28346 1623 28347 -37145 28348 -15038 28349 -32787 28350 -24804 28351 -20751 28352 -26151 28353 -8600 28354 -23191 28355 1560 28356 -16302 28357 9697 28358 -4819 28359 12033 28360 4795 28361 4563 28362 4301 28363 -6755 28364 -5487 28365 -12958 28366 -14040 28367 -10578 28368 -18210 28369 -5205 28370 -21703 28371 -134 28372 -25169 28373 9415 28374 -21499 28375 22871 28376 -7405 28377 30730 28378 7775 28379 26698 28380 14250 28381 15749 28382 13565 28383 7245 28384 11121 28385 2273 28386 7603 28387 -1722 28388 573 28389 -3218 28390 -5754 28391 1996 28392 -4123 28393 10177 28394 3126 28395 13802 28396 8856 28397 11659 28398 10825 28399 9408 28400 13984 28401 8805 28402 19634 28403 3997 28404 20521 28405 -5839 28406 14307 28407 -12926 28408 7403 28409 -11657 28410 6655 28411 -8410 28412 8185 28413 -10565 28414 4879 28415 -15599 28416 -1875 28417 -16200 28418 -5353 28419 -12476 28420 -6215 28421 -10014 28422 -8499 28423 -8321 28424 -10780 28425 -3439 28426 -8033 28427 3138 28428 -521 28429 3622 28430 4064 28431 -1912 28432 2601 28433 -6768 28434 -285 28435 -8835 28436 -1647 28437 -11070 28438 -6935 28439 -16138 28440 -18309 28441 -16624 28442 -28512 28443 -6496 28444 -28198 28445 8333 28446 -20830 28447 17413 28448 -13441 28449 20040 28450 -7530 28451 22244 28452 241 28453 22978 28454 8346 28455 18930 28456 11244 28457 9910 28458 6716 28459 4553 28460 3213 28461 5202 28462 2891 28463 6964 28464 2875 28465 7014 28466 1794 28467 9149 28468 4298 28469 14748 28470 13351 28471 17211 28472 22705 28473 10394 28474 24446 28475 50 28476 21001 28477 -6250 28478 19756 28479 -9109 28480 19154 28481 -15006 28482 12940 28483 -22517 28484 2212 28485 -24642 28486 -5481 28487 -19811 28488 -7638 28489 -14867 28490 -8785 28491 -12077 28492 -11672 28493 -7271 28494 -10677 28495 -916 28496 -4137 28497 2137 28498 1482 28499 -1932 28500 1032 28501 -8039 28502 -2981 28503 -9012 28504 -4387 28505 -9095 28506 -7001 28507 -12262 28508 -15303 28509 -14456 28510 -25380 28511 -7972 28512 -27181 28513 4803 28514 -20959 28515 14952 28516 -14073 28517 18183 28518 -9026 28519 20021 28520 -2549 28521 21673 28522 5886 28523 18468 28524 10022 28525 10250 28526 6393 28527 3638 28528 992 28529 3318 28530 -656 28531 6301 28532 -575 28533 7538 28534 -2185 28535 8960 28536 -1318 28537 15351 28538 6936 28539 21157 28540 18661 28541 18164 28542 24048 28543 8880 28544 23181 28545 1258 28546 22516 28547 -2639 28548 23267 28549 -8212 28550 21056 28551 -16857 28552 12815 28553 -22548 28554 5015 28555 -21207 28556 1354 28557 -18948 28558 -1564 28559 -19483 28560 -7589 28561 -18756 28562 -12335 28563 -12507 28564 -11096 28565 -6068 28566 -7210 28567 -4589 28568 -6794 28569 -5876 28570 -8037 28571 -4558 28572 -5508 28573 -2760 28574 -2232 28575 -6400 28576 -6083 28577 -13363 28578 -16879 28579 -14652 28580 -25888 28581 -6766 28582 -28122 28583 3454 28584 -26271 28585 11412 28586 -23683 28587 20036 28588 -16720 28589 30132 28590 -2789 28591 35195 28592 11828 28593 30068 28594 18710 28595 19123 28596 19340 28597 9788 28598 18083 28599 3270 28600 14219 28601 -3459 28602 5526 28603 -7056 28604 -3751 28605 -2465 28606 -4089 28607 8677 28608 4989 28609 15232 28610 14736 28611 12854 28612 19039 28613 7315 28614 21736 28615 2165 28616 25404 28617 -5615 28618 23561 28619 -17337 28620 13169 28621 -26653 28622 117 28623 -25923 28624 -7664 28625 -19171 28626 -10203 28627 -13591 28628 -12668 28629 -9125 28630 -12161 28631 -2162 28632 -6671 28633 3999 28634 1687 28635 3442 28636 3930 28637 -3246 28638 176 28639 -7105 28640 -2367 28641 -6399 28642 -1321 28643 -7669 28644 -2473 28645 -11780 28646 -10113 28647 -13566 28648 -17004 28649 -8110 28650 -18664 28651 -717 28652 -17310 28653 2852 28654 -18476 28655 5427 28656 -18743 28657 12205 28658 -13065 28659 20549 28660 -3616 28661 23297 28662 3647 28663 20182 28664 7579 28665 16817 28666 12140 28667 13962 28668 17190 28669 6128 28670 14581 28671 -4079 28672 4619 28673 -8067 28674 -3325 28675 -2986 28676 -3602 28677 4145 28678 -866 28679 7095 28680 1202 28681 9446 28682 5607 28683 14219 28684 15613 28685 15123 28686 26161 28687 6956 28688 27531 28689 -7193 28690 20971 28691 -17804 28692 13037 28693 -22263 28694 4698 28695 -24049 28696 -5028 28697 -24063 28698 -14822 28699 -17208 28700 -16390 28701 -5256 28702 -9841 28703 2549 28704 -2531 28705 2531 28706 80 28707 224 28708 2029 28709 -920 28710 5476 28711 -4741 28712 5670 28713 -13406 28714 -3475 28715 -20586 28716 -15716 28717 -18431 28718 -22255 28719 -9612 28720 -23304 28721 -1749 28722 -23484 28723 3652 28724 -23486 28725 11561 28726 -17529 28727 20459 28728 -6767 28729 24221 28730 1884 28731 21206 28732 5181 28733 16592 28734 8090 28735 14097 28736 12686 28737 9887 28738 13123 28739 1589 28740 6778 28741 -3740 28742 550 28743 -1294 28744 -141 28745 3531 28746 2271 28747 4145 28748 1956 28749 3015 28750 1261 28751 6269 28752 5898 28753 11194 28754 14418 28755 9894 28756 18790 28757 1532 28758 16761 28759 -6516 28760 12924 28761 -10505 28762 10826 28763 -13830 28764 5503 28765 -18121 28766 -3744 28767 -17698 28768 -10405 28769 -10317 28770 -9297 28771 -2540 28772 -4722 28773 -90 28774 -2584 28775 75 28776 -327 28777 1740 28778 5437 28779 2138 28780 10647 28781 -5497 28782 7018 28783 -16543 28784 -4044 28785 -21826 28786 -13791 28787 -18383 28788 -18839 28789 -13200 28790 -23907 28791 -8328 28792 -29220 28793 281 28794 -28818 28795 13336 28796 -19308 28797 23650 28798 -7641 28799 25719 28800 572 28801 23288 28802 6761 28803 20583 28804 13381 28805 15285 28806 16316 28807 4991 28808 10217 28809 -4369 28810 697 28811 -5047 28812 -3778 28813 320 28814 -3019 28815 4743 28816 -3095 28817 6601 28818 -3684 28819 11169 28820 1542 28821 18576 28822 13217 28823 20148 28824 23794 28825 12856 28826 26182 28827 2381 28828 24445 28829 -5542 28830 22305 28831 -12757 28832 17531 28833 -21495 28834 7007 28835 -26866 28836 -4830 28837 -23650 28838 -10268 28839 -16096 28840 -11351 28841 -10975 28842 -13170 28843 -7577 28844 -13848 28845 -750 28846 -8693 28847 6104 28848 612 28849 5871 28850 4346 28851 -1507 28852 65 28853 -7659 28854 -5146 28855 -8360 28856 -6705 28857 -7414 28858 -9378 28859 -8832 28860 -16939 28861 -7016 28862 -22715 28863 2006 28864 -20808 28865 13081 28866 -12676 28867 18942 28868 -5269 28869 20199 28870 1692 28871 21425 28872 10655 28873 20189 28874 18040 28875 11512 28876 17659 28877 -847 28878 9598 28879 -7898 28880 2553 28881 -7059 28882 -711 28883 -5021 28884 -4246 28885 -3443 28886 -9590 28887 1454 28888 -9515 28889 12280 28890 606 28891 19806 28892 13228 28893 17916 28894 20204 28895 9920 28896 21662 28897 2552 28898 22487 28899 -4225 28900 21223 28901 -13482 28902 12124 28903 -21818 28904 55 28905 -22548 28906 -7758 28907 -15898 28908 -9017 28909 -9080 28910 -9754 28911 -5098 28912 -10323 28913 -70 28914 -6081 28915 6635 28916 3418 28917 7190 28918 9968 28919 -303 28920 7597 28921 -8518 28922 2074 28923 -11126 28924 -899 28925 -11192 28926 -3278 28927 -13675 28928 -10578 28929 -15549 28930 -19395 28931 -10572 28932 -22195 28933 -613 28934 -18978 28935 7065 28936 -15968 28937 10965 28938 -13090 28939 15566 28940 -6213 28941 21399 28942 4602 28943 21325 28944 11796 28945 14209 28946 12248 28947 6414 28948 10541 28949 2526 28950 10797 28951 -664 28952 8360 28953 -6320 28954 -178 28955 -8468 28956 -8184 28957 -1878 28958 -7428 28959 8607 28960 333 28961 13319 28962 7834 28963 12294 28964 12682 28965 10546 28966 19006 28967 8063 28968 25043 28969 -1041 28970 23464 28971 -14629 28972 13000 28973 -24087 28974 1407 28975 -24584 28976 -6420 28977 -20371 28978 -12609 28979 -15566 28980 -17215 28981 -7390 28982 -16550 28983 4069 28984 -6249 28985 11246 28986 5373 28987 7775 28988 9312 28989 -1511 28990 6109 28991 -8453 28992 2389 28993 -11702 28994 -1745 28995 -16068 28996 -10890 28997 -18501 28998 -22946 28999 -13528 29000 -27785 29001 -592 29002 -23045 29003 11572 29004 -15413 29005 16866 29006 -9177 29007 20143 29008 -1525 29009 22173 29010 8539 29011 20336 29012 16095 29013 11522 29014 15057 29015 1581 29016 10819 29017 -2053 29018 8710 29019 -3160 29020 7153 29021 -6910 29022 1344 29023 -10436 29024 -6044 29025 -7922 29026 -7766 29027 92 29028 -4010 29029 5233 29030 -1310 29031 5078 29032 -1148 29033 6082 29034 1973 29035 9009 29036 9957 29037 9018 29038 15493 29039 1453 29040 13456 29041 -7023 29042 7531 29043 -11026 29044 2952 29045 -12477 29046 -2036 29047 -14460 29048 -10706 29049 -12976 29050 -17497 29051 -3807 29052 -15177 29053 7966 29054 -5883 29055 13726 29056 3010 29057 11914 29058 8096 29059 8420 29060 13203 29061 4621 29062 17576 29063 -5102 29064 13769 29065 -18361 29066 231 29067 -26141 29068 -14167 29069 -23183 29070 -21876 29071 -13122 29072 -24493 29073 -4423 29074 -25366 29075 4955 29076 -22348 29077 16599 29078 -11183 29079 24780 29080 2798 29081 22999 29082 10233 29083 14639 29084 11223 29085 7622 29086 11200 29087 2795 29088 10598 29089 -3197 29090 3841 29091 -9332 29092 -6332 29093 -8412 29094 -11624 29095 196 29096 -8461 29097 8925 29098 -2992 29099 11826 29100 -209 29101 12943 29102 3525 29103 15695 29104 12860 29105 15447 29106 20827 29107 7597 29108 21654 29109 -3267 29110 16404 29111 -9672 29112 11584 29113 -12784 29114 7464 29115 -16940 29116 -885 29117 -20229 29118 -10929 29119 -16457 29120 -15495 29121 -6522 29122 -12472 29123 1882 29124 -8326 29125 4087 29126 -6199 29127 5129 29128 -2311 29129 7392 29130 4729 29131 6130 29132 8634 29133 -1978 29134 3175 29135 -10119 29136 -6093 29137 -10367 29138 -11043 29139 -5778 29140 -12436 29141 -1643 29142 -13729 29143 2720 29144 -14466 29145 10579 29146 -7848 29147 18968 29148 3595 29149 20340 29150 11967 29151 13850 29152 13701 29153 6536 29154 14195 29155 1814 29156 14602 29157 -4002 29158 10823 29159 -11795 29160 888 29161 -15172 29162 -8393 29163 -10152 29164 -10082 29165 -1914 29166 -8121 29167 2132 29168 -8154 29169 4573 29170 -7640 29171 9904 29172 -1370 29173 15791 29174 8133 29175 15205 29176 13808 29177 8750 29178 13733 29179 3259 29180 14263 29181 -150 29182 15445 29183 -5829 29184 11935 29185 -14167 29186 1729 29187 -17616 29188 -7392 29189 -13574 29190 -10388 29191 -6379 29192 -9506 29193 -1574 29194 -9822 29195 3017 29196 -6325 29197 9999 29198 3475 29199 13018 29200 14185 29201 6581 29202 16226 29203 -6076 29204 10000 29205 -14836 29206 1634 29207 -17278 29208 -6198 29209 -18127 29210 -16096 29211 -16277 29212 -25228 29213 -6808 29214 -25716 29215 9174 29216 -15064 29217 21724 29218 -1268 29219 23731 29220 8208 29221 19565 29222 15027 29223 13570 29224 20372 29225 4309 29226 19700 29227 -8312 29228 8704 29229 -17269 29230 -4989 29231 -15480 29232 -11904 29233 -6377 29234 -10830 29235 2407 29236 -7793 29237 7246 29238 -4105 29239 11981 29240 4285 29241 16158 29242 15032 29243 12334 29244 19869 29245 1164 29246 15566 29247 -8787 29248 9008 29249 -11745 29250 5398 29251 -12023 29252 2139 29253 -14036 29254 -4060 29255 -14236 29256 -9598 29257 -9292 29258 -8761 29259 -3693 29260 -6272 29261 -3126 29262 -8048 29263 -4941 29264 -12008 29265 -1022 29266 -10927 29267 6520 29268 -4619 29269 10507 29270 862 29271 8292 29272 2474 29273 5999 29274 5969 29275 5285 29276 10846 29277 875 29278 9921 29279 -8003 29280 985 29281 -13971 29282 -9565 29283 -10809 29284 -13239 29285 -2431 29286 -11229 29287 4291 29288 -8395 29289 10022 29290 -2462 29291 15957 29292 9515 29293 17342 29294 21320 29295 7908 29296 23307 29297 -8156 29298 14172 29299 -20055 29300 1619 29301 -23613 29302 -9836 29303 -22084 29304 -20526 29305 -17233 29306 -29892 29307 -4290 29308 -28365 29309 14555 29310 -14667 29311 28460 29312 3514 29313 29325 29314 15793 29315 21062 29316 21938 29317 10507 29318 24465 29319 -1188 29320 21370 29321 -14337 29322 8991 29323 -23671 29324 -6567 29325 -21823 29326 -14837 29327 -11876 29328 -14416 29329 -3044 29330 -11518 29331 1025 29332 -9605 29333 5176 29334 -4322 29335 9161 29336 3263 29337 8047 29338 6479 29339 130 29340 2010 29341 -5943 29342 -3787 29343 -4851 29344 -4498 29345 -839 29346 -2247 29347 -334 29348 -3713 29349 -1394 29350 -6537 29351 1112 29352 -4605 29353 5028 29354 -1013 29355 4469 29356 -1254 29357 2118 29358 -3832 29359 3561 29360 -2618 29361 8700 29362 3918 29363 10763 29364 8467 29365 6342 29366 8636 29367 1787 29368 8538 29369 -163 29370 10225 29371 -3850 29372 8047 29373 -11172 29374 -1558 29375 -15072 29376 -11834 29377 -9798 29378 -13923 29379 98 29380 -9205 29381 6919 29382 -4378 29383 9428 29384 409 29385 11477 29386 7800 29387 10964 29388 15508 29389 2938 29390 14418 29391 -10186 29392 4579 29393 -18207 29394 -6609 29395 -17541 29396 -13842 29397 -12975 29398 -19609 29399 -6998 29400 -24436 29401 2731 29402 -21809 29403 16567 29404 -9371 29405 25821 29406 5287 29407 24671 29408 13107 29409 16198 29410 15169 29411 8808 29412 16839 29413 3612 29414 16826 29415 -4575 29416 10334 29417 -11970 29418 195 29419 -12728 29420 -5902 29421 -6714 29422 -4702 29423 -871 29424 -2716 29425 1114 29426 -2620 29427 2788 29428 -171 29429 6464 29430 6058 29431 6355 29432 10303 29433 -148 29434 7326 29435 -6482 29436 2317 29437 -7487 29438 120 29439 -6314 29440 -938 29441 -8170 29442 -6898 29443 -9634 29444 -14349 29445 -4551 29446 -15079 29447 5440 29448 -9332 29449 12207 29450 -3167 29451 13260 29452 1194 29453 13433 29454 7054 29455 14740 29456 15819 29457 10675 29458 19499 29459 -21 29460 14989 29461 -10772 29462 7158 29463 -14978 29464 1058 29465 -15384 29466 -5176 29467 -15359 29468 -13932 29469 -11902 29470 -19552 29471 -1590 29472 -15729 29473 9879 29474 -6121 29475 14223 29476 954 29477 11469 29478 3548 29479 9759 29480 6774 29481 9304 29482 11854 29483 4922 29484 11687 29485 -3551 29486 5402 29487 -8345 29488 -469 29489 -6292 29490 -1371 29491 -2327 29492 -1175 29493 -1349 29494 -3121 29495 -756 29496 -4107 29497 3734 29498 250 29499 7430 29500 6021 29501 5980 29502 6816 29503 2147 29504 5597 29505 1167 29506 7916 29507 1892 29508 11807 29509 -2334 29510 10138 29511 -10217 29512 2106 29513 -13435 29514 -4328 29515 -10032 29516 -5394 29517 -6021 29518 -5854 29519 -4779 29520 -8535 29521 -2415 29522 -8072 29523 4189 29524 -1226 29525 8746 29526 7111 29527 5421 29528 9339 29529 -2280 29530 6484 29531 -8308 29532 2788 29533 -11870 29534 -2987 29535 -15830 29536 -13541 29537 -16457 29538 -24148 29539 -7533 29540 -25434 29541 8263 29542 -16571 29543 19760 29544 -5377 29545 23427 29546 3753 29547 22772 29548 13028 29549 21041 29550 23339 29551 13112 29552 27419 29553 -1788 29554 20148 29555 -15412 29556 7056 29557 -19735 29558 -2029 29559 -16041 29560 -6687 29561 -11603 29562 -10559 29563 -6442 29564 -11536 29565 1618 29566 -6169 29567 8418 29568 2900 29569 8211 29570 7020 29571 2382 29572 4686 29573 -1620 29574 2849 29575 -1278 29576 4108 29577 -2405 29578 2751 29579 -6426 29580 -2571 29581 -7107 29582 -5641 29583 -1597 29584 -1892 29585 3040 29586 3238 29587 854 29588 2369 29589 -4242 29590 -1895 29591 -5009 29592 -2618 29593 -2186 29594 -599 29595 -1551 29596 -914 29597 -3436 29598 -2733 29599 -2960 29600 -1518 29601 -1135 29602 1668 29603 -3474 29604 -244 29605 -9377 29606 -7568 29607 -11241 29608 -13886 29609 -6580 29610 -14366 29611 -730 29612 -14439 29613 2787 29614 -15760 29615 7816 29616 -12858 29617 17403 29618 -1510 29619 23272 29620 11922 29621 19214 29622 17843 29623 7315 29624 15251 29625 -2216 29626 9845 29627 -7026 29628 4243 29629 -10567 29630 -3874 29631 -12226 29632 -12624 29633 -6153 29634 -14468 29635 5780 29636 -7613 29637 15325 29638 1985 29639 17257 29640 9210 29641 15191 29642 16364 29643 11443 29644 23018 29645 3555 29646 23958 29647 -9824 29648 13924 29649 -20851 29650 313 29651 -21773 29652 -6433 29653 -15058 29654 -7349 29655 -9990 29656 -8536 29657 -8131 29658 -10581 29659 -4393 29660 -8352 29661 794 29662 -2260 29663 1109 29664 186 29665 -4254 29666 -3776 29667 -8703 29668 -8863 29669 -7515 29670 -11057 29671 -5432 29672 -13536 29673 -4587 29674 -18014 29675 -958 29676 -19649 29677 7436 29678 -14266 29679 15473 29680 -7215 29681 16521 29682 -4637 29683 15019 29684 -3658 29685 17361 29686 2605 29687 21535 29688 12642 29689 19626 29690 18195 29691 11431 29692 17137 29693 4357 29694 15732 29695 960 29696 16196 29697 -3637 29698 13280 29699 -10404 29700 5216 29701 -14523 29702 -3212 29703 -11135 29704 -6154 29705 -4792 29706 -6498 29707 -820 29708 -6602 29709 3646 29710 -3318 29711 9735 29712 5691 29713 12628 29714 15303 29715 6783 29716 16558 29717 -4105 29718 10704 29719 -10960 29720 5439 29721 -12531 29722 2418 29723 -13705 29724 -2997 29725 -16481 29726 -12116 29727 -14552 29728 -16882 29729 -5109 29730 -13692 29731 3594 29732 -7703 29733 6188 29734 -4650 29735 4801 29736 -3041 29737 4396 29738 -215 29739 3817 29740 1145 29741 -532 29742 -3206 29743 -3785 29744 -8763 29745 -1206 29746 -8834 29747 4380 29748 -5214 29749 6853 29750 -4030 29751 6223 29752 -5040 29753 9252 29754 -1338 29755 14659 29756 7700 29757 14964 29758 13947 29759 7811 29760 12383 29761 148 29762 8105 29763 -1821 29764 6470 29765 -1844 29766 6075 29767 -4642 29768 1837 29769 -7032 29770 -3905 29771 -3528 29772 -4748 29773 2178 29774 -2093 29775 5509 29776 72 29777 6499 29778 1935 29779 8971 29780 8754 29781 11096 29782 17150 29783 6802 29784 19122 29785 -3028 29786 13949 29787 -10789 29788 9067 29789 -12446 29790 7238 29791 -14105 29792 3794 29793 -18515 29794 -5775 29795 -19897 29796 -14536 29797 -13839 29798 -15701 29799 -3942 29800 -11239 29801 876 29802 -8395 29803 1849 29804 -6939 29805 3647 29806 -3394 29807 5235 29808 918 29809 2712 29810 857 29811 -2139 29812 -3122 29813 -3134 29814 -5304 29815 -522 29816 -3707 29817 737 29818 -4603 29819 -933 29820 -8500 29821 617 29822 -9224 29823 7845 29824 -2663 29825 13391 29826 5306 29827 10668 29828 6273 29829 4772 29830 4461 29831 2868 29832 5587 29833 3392 29834 7927 29835 863 29836 5727 29837 -4125 29838 -117 29839 -5009 29840 -3462 29841 -1159 29842 -2521 29843 2358 29844 -2289 29845 3743 29846 -1907 29847 6775 29848 2024 29849 11631 29850 10854 29851 11200 29852 16524 29853 3907 29854 15150 29855 -3843 29856 12493 29857 -6419 29858 12332 29859 -8544 29860 12017 29861 -14988 29862 4224 29863 -21175 29864 -6540 29865 -19593 29866 -11713 29867 -12116 29868 -10735 29869 -5837 29870 -8762 29871 -4529 29872 -8737 29873 -2319 29874 -6614 29875 1147 29876 -1957 29877 992 29878 2 29879 -3281 29880 -3412 29881 -6372 29882 -6431 29883 -5606 29884 -5911 29885 -4582 29886 -7268 29887 -6544 29888 -14036 29889 -5918 29890 -18787 29891 1603 29892 -15990 29893 10815 29894 -8511 29895 13342 29896 -4753 29897 11241 29898 -5036 29899 11637 29900 -2896 29901 15515 29902 3457 29903 15310 29904 7030 29905 10460 29906 5739 29907 6878 29908 3938 29909 7345 29910 5673 29911 8869 29912 7462 29913 7863 29914 7618 29915 7515 29916 10041 29917 9738 29918 17093 29919 9337 29920 23138 29921 1707 29922 21878 29923 -8196 29924 17028 29925 -13031 29926 15195 29927 -15835 29928 13464 29929 -21786 29930 5316 29931 -29373 29932 -8217 29933 -30063 29934 -18352 29935 -22345 29936 -20145 29937 -13085 29938 -19489 29939 -7827 29940 -20310 29941 -3124 29942 -19754 29943 3690 29944 -13845 29945 8397 29946 -8552 29947 7522 29948 -6825 29949 5828 29950 -6598 29951 6748 29952 -3657 29953 7863 29954 -1021 29955 4585 29956 -3791 29957 1093 29958 -8301 29959 3774 29960 -7314 29961 9857 29962 -1526 29963 11721 29964 1133 29965 8012 29966 -1402 29967 6330 29968 -1919 29969 10207 29970 2536 29971 12976 29972 7908 29973 10516 29974 7832 29975 6077 29976 6256 29977 4988 29978 7735 29979 5014 29980 8746 29981 2725 29982 7072 29983 391 29984 4550 29985 1808 29986 6959 29987 4002 29988 11216 29989 1734 29990 11250 29991 -3400 29992 8251 29993 -4858 29994 8310 29995 -3720 29996 11866 29997 -6747 29998 11011 29999 -15357 30000 2185 30001 -21112 30002 -7090 30003 -18035 30004 -10871 30005 -11888 30006 -11072 30007 -8036 30008 -12801 30009 -5690 30010 -13935 30011 -149 30012 -10471 30013 5076 30014 -4378 30015 5607 30016 -1972 30017 2422 30018 -2180 30019 1352 30020 -1411 30021 1239 30022 -872 30023 -1949 30024 -5032 30025 -5232 30026 -12281 30027 -2934 30028 -13992 30029 5514 30030 -8229 30031 12075 30032 -2688 30033 11099 30034 -2250 30035 8928 30036 -3098 30037 11279 30038 1537 30039 14168 30040 7362 30041 11737 30042 8724 30043 6477 30044 5940 30045 4811 30046 5169 30047 5696 30048 7372 30049 5206 30050 7382 30051 3322 30052 6304 30053 3332 30054 8350 30055 5446 30056 13026 30057 2562 30058 13703 30059 -3442 30060 9523 30061 -6459 30062 7202 30063 -4923 30064 10206 30065 -4983 30066 11756 30067 -11365 30068 5479 30069 -17851 30070 -3350 30071 -17352 30072 -7062 30073 -11828 30074 -6561 30075 -9204 30076 -8320 30077 -8672 30078 -12267 30079 -5549 30080 -12058 30081 1010 30082 -7633 30083 4699 30084 -3524 30085 4364 30086 -1772 30087 4032 30088 936 30089 4510 30090 5083 30091 977 30092 4517 30093 -5636 30094 -2337 30095 -8729 30096 -7881 30097 -4396 30098 -7044 30099 419 30100 -4517 30101 -115 30102 -7047 30103 -2119 30104 -11288 30105 975 30106 -10658 30107 8277 30108 -4782 30109 11380 30110 -1714 30111 9599 30112 -2018 30113 8488 30114 -1228 30115 11007 30116 2743 30117 11849 30118 5638 30119 9541 30120 5314 30121 8221 30122 7081 30123 8916 30124 11393 30125 7726 30126 13473 30127 2211 30128 9859 30129 -1301 30130 7136 30131 1084 30132 11302 30133 2802 30134 17002 30135 -2075 30136 16014 30137 -10622 30138 9422 30139 -14176 30140 5349 30141 -12819 30142 4862 30143 -12832 30144 3342 30145 -16530 30146 -3136 30147 -18159 30148 -7805 30149 -13960 30150 -8062 30151 -9249 30152 -7475 30153 -7295 30154 -8255 30155 -6493 30156 -7770 30157 -4499 30158 -5072 30159 -4606 30160 -5547 30161 -9271 30162 -12793 30163 -11332 30164 -20815 30165 -5589 30166 -21507 30167 4026 30168 -16418 30169 8950 30170 -14037 30171 10002 30172 -14209 30173 13565 30174 -9830 30175 20158 30176 -591 30177 22423 30178 6874 30179 16830 30180 6700 30181 10666 30182 4433 30183 8930 30184 4647 30185 10069 30186 6519 30187 9927 30188 7391 30189 9557 30190 9819 30191 11169 30192 15565 30193 9788 30194 20539 30195 2447 30196 18026 30197 -6383 30198 11679 30199 -9419 30200 9664 30201 -8022 30202 9787 30203 -9731 30204 6785 30205 -13942 30206 -175 30207 -13596 30208 -2382 30209 -7456 30210 2033 30211 -3630 30212 6795 30213 -7560 30214 4850 30215 -14642 30216 -953 30217 -17466 30218 -5949 30219 -16606 30220 -10124 30221 -15225 30222 -15917 30223 -11699 30224 -19262 30225 -4174 30226 -15825 30227 2812 30228 -10107 30229 4117 30230 -8022 30231 1548 30232 -10058 30233 2160 30234 -9401 30235 5498 30236 -6699 30237 4995 30238 -8303 30239 1215 30240 -15093 30241 3233 30242 -17678 30243 13502 30244 -10460 30245 23502 30246 952 30247 25064 30248 8591 30249 19983 30250 12206 30251 14932 30252 14981 30253 10164 30254 15818 30255 3930 30256 11818 30257 -1607 30258 6403 30259 -1714 30260 5373 30261 1482 30262 7487 30263 1638 30264 8511 30265 -292 30266 8309 30267 -165 30268 10787 30269 491 30270 15971 30271 -4448 30272 14412 30273 -15390 30274 3440 30275 -22011 30276 -8242 30277 -17400 30278 -11748 30279 -7828 30280 -8542 30281 -1651 30282 -5866 30283 317 30284 -3691 30285 2796 30286 980 30287 4044 30288 6259 30289 454 30290 6525 30291 -7086 30292 1843 30293 -11491 30294 -3478 30295 -11383 30296 -7274 30297 -10559 30298 -12297 30299 -8898 30300 -17053 30301 -2228 30302 -15083 30303 7136 30304 -5638 30305 10883 30306 745 30307 5692 30308 -2030 30309 -1128 30310 -8649 30311 -504 30312 -10054 30313 4763 30314 -7701 30315 7760 30316 -6723 30317 8173 30318 -7319 30319 12019 30320 -4031 30321 17326 30322 4478 30323 18746 30324 11235 30325 14387 30326 13855 30327 8478 30328 14162 30329 4077 30330 13291 30331 -1675 30332 8781 30333 -6977 30334 1067 30335 -6344 30336 -1153 30337 809 30338 4093 30339 6273 30340 10457 30341 3024 30342 10233 30343 -3103 30344 6305 30345 -4625 30346 6449 30347 -2909 30348 9426 30349 -4957 30350 8016 30351 -10016 30352 2209 30353 -11998 30354 -1449 30355 -8245 30356 137 30357 -5083 30358 2745 30359 -6579 30360 2186 30361 -9146 30362 856 30363 -10823 30364 -815 30365 -13990 30366 -6762 30367 -17197 30368 -16915 30369 -15437 30370 -23257 30371 -5773 30372 -20720 30373 4921 30374 -14565 30375 8558 30376 -11924 30377 8518 30378 -11490 30379 11789 30380 -6425 30381 17072 30382 2382 30383 15482 30384 6490 30385 8021 30386 3296 30387 2385 30388 -1484 30389 3415 30390 -2079 30391 6759 30392 -433 30393 7557 30394 720 30395 7958 30396 3079 30397 9479 30398 7729 30399 9155 30400 10239 30401 4853 30402 7503 30403 738 30404 5016 30405 1512 30406 7457 30407 3203 30408 10826 30409 -230 30410 8676 30411 -5780 30412 2465 30413 -5239 30414 1858 30415 642 30416 7329 30417 2286 30418 11460 30419 -2257 30420 9437 30421 -7704 30422 6595 30423 -8047 30424 6892 30425 -6717 30426 8232 30427 -9965 30428 6096 30429 -13844 30430 2097 30431 -16074 30432 -873 30433 -17781 30434 -6040 30435 -19961 30436 -14633 30437 -19079 30438 -22403 30439 -11635 30440 -22619 30441 -1574 30442 -17639 30443 3086 30444 -16104 30445 4214 30446 -17866 30447 7518 30448 -15334 30449 14628 30450 -6433 30451 17589 30452 153 30453 13125 30454 -522 30455 7743 30456 -4255 30457 8537 30458 -3575 30459 12963 30460 347 30461 14450 30462 3442 30463 13648 30464 6312 30465 13097 30466 11051 30467 12168 30468 15143 30469 6829 30470 13600 30471 868 30472 10225 30473 -742 30474 10221 30475 8 30476 12422 30477 -2613 30478 10842 30479 -8417 30480 4324 30481 -9661 30482 1935 30483 -4561 30484 5893 30485 -1868 30486 9894 30487 -6117 30488 6430 30489 -12415 30490 -282 30491 -12275 30492 -2637 30493 -8072 30494 -1198 30495 -5523 30496 -654 30497 -6043 30498 -1086 30499 -6282 30500 -393 30501 -6449 30502 670 30503 -10393 30504 -3484 30505 -14499 30506 -11782 30507 -13661 30508 -16813 30509 -7934 30510 -17418 30511 -3049 30512 -18782 30513 -120 30514 -21121 30515 6337 30516 -18418 30517 17669 30518 -6448 30519 24495 30520 6619 30521 19859 30522 10743 30523 8989 30524 7464 30525 1450 30526 3175 30527 -509 30528 -79 30529 -1075 30530 -3937 30531 -492 30532 -8093 30533 3936 30534 -6961 30535 11785 30536 52 30537 16262 30538 7361 30539 14494 30540 12042 30541 11468 30542 16799 30543 7728 30544 20576 30545 176 30546 17571 30547 -10764 30548 6410 30549 -16310 30550 -3305 30551 -10819 30552 -3454 30553 -2303 30554 1759 30555 1133 30556 4696 30557 -1189 30558 3978 30559 -2602 30560 5333 30561 -2070 30562 7978 30563 -4842 30564 7442 30565 -10993 30566 1371 30567 -14220 30568 -4397 30569 -12212 30570 -6458 30571 -9176 30572 -7884 30573 -7383 30574 -9526 30575 -4350 30576 -8722 30577 -97 30578 -4166 30579 552 30580 -3454 30581 -4256 30582 -9576 30583 -7138 30584 -16282 30585 -1728 30586 -14884 30587 7493 30588 -7973 30589 11609 30590 -3494 30591 9715 30592 -2834 30593 8995 30594 -490 30595 10333 30596 4857 30597 8064 30598 6387 30599 1502 30600 1360 30601 -2958 30602 -4976 30603 -1186 30604 -7408 30605 3900 30606 -6903 30607 8347 30608 -4839 30609 14051 30610 2931 30611 19457 30612 14825 30613 19086 30614 24179 30615 9000 30616 23086 30617 -4676 30618 15295 30619 -11872 30620 9149 30621 -12771 30622 5430 30623 -13701 30624 -422 30625 -14640 30626 -8340 30627 -9745 30628 -9780 30629 497 30630 -2181 30631 7419 30632 7161 30633 5574 30634 11171 30635 -1188 30636 10479 30637 -7248 30638 7910 30639 -12683 30640 2292 30641 -17650 30642 -7424 30643 -18500 30644 -14900 30645 -12223 30646 -15621 30647 -3881 30648 -12668 30649 12 30650 -12092 30651 1298 30652 -12638 30653 5429 30654 -8316 30655 10261 30656 -693 30657 9478 30658 2249 30659 2860 30660 -2117 30661 -1343 30662 -6388 30663 1749 30664 -4893 30665 5816 30666 -1785 30667 4899 30668 -1975 30669 3078 30670 -3803 30671 3737 30672 -3083 30673 6162 30674 -1423 30675 5994 30676 -2448 30677 6493 30678 -2524 30679 10108 30680 2653 30681 13575 30682 9955 30683 12161 30684 12894 30685 6159 30686 11886 30687 2794 30688 12736 30689 2236 30690 15752 30691 -2284 30692 14468 30693 -10377 30694 5808 30695 -14801 30696 -2716 30697 -10721 30698 -3993 30699 -3455 30700 60 30701 -976 30702 2269 30703 -1557 30704 3649 30705 -1516 30706 6485 30707 -2353 30708 8130 30709 -7727 30710 4646 30711 -13979 30712 -2790 30713 -16126 30714 -8196 30715 -13737 30716 -10907 30717 -11223 30718 -15743 30719 -9330 30720 -20569 30721 -2178 30722 -19476 30723 8246 30724 -10590 30725 14483 30726 -2245 30727 11761 30728 -347 30729 6618 30730 -1122 30731 5546 30732 202 30733 6071 30734 2182 30735 3371 30736 -306 30737 -849 30738 -5930 30739 -533 30740 -7991 30741 4662 30742 -5820 30743 8344 30744 -3725 30745 10236 30746 -1781 30747 13637 30748 3752 30749 16768 30750 11931 30751 14911 30752 17294 30753 7311 30754 15949 30755 1068 30756 14764 30757 -1140 30758 16048 30759 -4118 30760 14813 30761 -11460 30762 6509 30763 -17189 30764 -2905 30765 -14931 30766 -6189 30767 -7268 30768 -4473 30769 -2949 30770 -2578 30771 -1603 30772 -2728 30773 -358 30774 291 30775 1748 30776 5205 30777 -143 30778 6102 30779 -6087 30780 1979 30781 -9734 30782 -2831 30783 -9595 30784 -5044 30785 -9017 30786 -8440 30787 -9512 30788 -14477 30789 -6431 30790 -16662 30791 2135 30792 -11783 30793 10130 30794 -4059 30795 10713 30796 -1222 30797 7085 30798 -1256 30799 6346 30800 1124 30801 7289 30802 5634 30803 4544 30804 5345 30805 -1135 30806 281 30807 -3807 30808 -3360 30809 -1573 30810 -3396 30811 684 30812 -3451 30813 1530 30814 -5258 30815 3402 30816 -4901 30817 8260 30818 266 30819 11046 30820 5339 30821 9022 30822 6480 30823 5820 30824 6557 30825 6488 30826 10570 30827 6040 30828 14485 30829 555 30830 12367 30831 -6951 30832 4927 30833 -9962 30834 636 30835 -6612 30836 854 30837 -4058 30838 847 30839 -4058 30840 -1388 30841 -2590 30842 -816 30843 1633 30844 4407 30845 2667 30846 8862 30847 -1616 30848 8454 30849 -7617 30850 5137 30851 -10823 30852 2081 30853 -12516 30854 -2212 30855 -15878 30856 -11069 30857 -16491 30858 -18624 30859 -9834 30860 -19057 30861 898 30862 -13147 30863 6987 30864 -8864 30865 7987 30866 -6851 30867 8682 30868 -2864 30869 10781 30870 3703 30871 8627 30872 6543 30873 1716 30874 2025 30875 -3489 30876 -3895 30877 -2603 30878 -5584 30879 927 30880 -5622 30881 2860 30882 -6498 30883 5501 30884 -5915 30885 11214 30886 1130 30887 15617 30888 9036 30889 13637 30890 12579 30891 7446 30892 12283 30893 3855 30894 13680 30895 1827 30896 15694 30897 -3176 30898 13534 30899 -11304 30900 5201 30901 -14775 30902 -1164 30903 -12031 30904 -2702 30905 -8321 30906 -3085 30907 -7845 30908 -6685 30909 -6775 30910 -9038 30911 -1644 30912 -5650 30913 3229 30914 -593 30915 3566 30916 921 30917 673 30918 168 30919 -363 30920 2007 30921 -532 30922 3423 30923 -3859 30924 -44 30925 -8730 30926 -6891 30927 -8152 30928 -10123 30929 -2108 30930 -8204 30931 1894 30932 -5746 30933 2929 30934 -6119 30935 3899 30936 -4549 30937 7545 30938 1697 30939 9210 30940 7401 30941 4264 30942 6709 30943 -2695 30944 2740 30945 -5495 30946 3 30947 -5671 30948 -2276 30949 -6575 30950 -7458 30951 -6908 30952 -12444 30953 -1679 30954 -12058 30955 6577 30956 -5924 30957 11037 30958 -1386 30959 11100 30960 452 30961 10653 30962 4240 30963 11992 30964 10764 30965 9508 30966 13872 30967 2089 30968 10001 30969 -4498 30970 4525 30971 -5154 30972 2506 30973 -3010 30974 2456 30975 -3560 30976 68 30977 -4725 30978 -2575 30979 -1619 30980 -454 30981 2967 30982 4250 30983 2867 30984 6445 30985 -1276 30986 4749 30987 -4121 30988 4294 30989 -4793 30990 5182 30991 -7863 30992 1874 30993 -13261 30994 -6194 30995 -14473 30996 -12937 30997 -9250 30998 -13842 30999 -2418 31000 -12003 31001 428 31002 -12448 31003 2694 31004 -11710 31005 8265 31006 -6202 31007 13500 31008 1779 31009 11984 31010 4965 31011 6780 31012 3768 31013 2993 31014 3268 31015 2255 31016 3890 31017 -154 31018 1535 31019 -3402 31020 -4452 31021 -2882 31022 -6739 31023 2733 31024 -3602 31025 7309 31026 522 31027 7048 31028 1335 31029 6816 31030 2622 31031 8932 31032 8569 31033 9079 31034 13733 31035 3363 31036 12471 31037 -4491 31038 7539 31039 -8130 31040 3758 31041 -7400 31042 2704 31043 -7933 31044 -1223 31045 -9698 31046 -6966 31047 -7625 31048 -8798 31049 -1281 31050 -5397 31051 3160 31052 -2271 31053 3276 31054 -2339 31055 3349 31056 -827 31057 5363 31058 4003 31059 5018 31060 7020 31061 -174 31062 3481 31063 -5048 31064 -1631 31065 -4393 31066 -2313 31067 -1488 31068 -776 31069 -1106 31070 -1970 31071 -2277 31072 -4328 31073 -524 31074 -2609 31075 4111 31076 1822 31077 4634 31078 4447 31079 503 31080 2277 31081 -2995 31082 88 31083 -2885 31084 369 31085 -3042 31086 -1153 31087 -5355 31088 -6198 31089 -5028 31090 -10385 31091 705 31092 -8084 31093 6484 31094 -3553 31095 7414 31096 -2399 31097 7269 31098 -1606 31099 9880 31100 3620 31101 12563 31102 10516 31103 9771 31104 13030 31105 2889 31106 10243 31107 -2191 31108 8070 31109 -2895 31110 8406 31111 -4593 31112 6075 31113 -8769 31114 200 31115 -9926 31116 -4453 31117 -6329 31118 -4010 31119 -2273 31120 -2368 31121 -1265 31122 -2619 31123 -799 31124 -2120 31125 2110 31126 2060 31127 3625 31128 6987 31129 -437 31130 5237 31131 -7377 31132 -564 31133 -9350 31134 -3905 31135 -7197 31136 -5498 31137 -5789 31138 -7875 31139 -5886 31140 -12140 31141 -1729 31142 -12512 31143 6485 31144 -5772 31145 12021 31146 2021 31147 11276 31148 5341 31149 7417 31150 6929 31151 5166 31152 8903 31153 1788 31154 8964 31155 -4092 31156 3967 31157 -8531 31158 -2719 31159 -6510 31160 -4628 31161 -1233 31162 -2214 31163 1076 31164 -1513 31165 608 31166 -2130 31167 2281 31168 469 31169 5745 31170 6329 31171 4560 31172 8532 31173 -1718 31174 4383 31175 -6424 31176 -473 31177 -5722 31178 -600 31179 -3235 31180 -366 31181 -3792 31182 -2733 31183 -4457 31184 -5145 31185 -1721 31186 -3975 31187 1041 31188 -1353 31189 532 31190 -2386 31191 -1366 31192 -4829 31193 293 31194 -3606 31195 4612 31196 691 31197 5232 31198 2735 31199 2324 31200 1749 31201 902 31202 2845 31203 2181 31204 6861 31205 505 31206 7161 31207 -5941 31208 1051 31209 -10458 31210 -5913 31211 -8113 31212 -8179 31213 -2964 31214 -6408 31215 -2 31216 -5729 31217 1616 31218 -4606 31219 5108 31220 -282 31221 7819 31222 5686 31223 4238 31224 5974 31225 -2257 31226 1530 31227 -6356 31228 -2366 31229 -4675 31230 -4301 31231 -3088 31232 -6809 31233 -2564 31234 -10090 31235 2160 31236 -8453 31237 10191 31238 422 31239 14697 31240 9979 31241 10569 31242 12592 31243 2700 31244 10692 31245 -2769 31246 8962 31247 -5775 31248 6122 31249 -10450 31250 -739 31251 -13390 31252 -8919 31253 -10375 31254 -11611 31255 -2625 31256 -8402 31257 2713 31258 -4921 31259 3468 31260 -3396 31261 4282 31262 -770 31263 5367 31264 2923 31265 3143 31266 3257 31267 -2496 31268 -1850 31269 -4854 31270 -6437 31271 -1187 31272 -4803 31273 3851 31274 -1015 31275 4147 31276 -641 31277 1799 31278 -1956 31279 2677 31280 -525 31281 4688 31282 3034 31283 3169 31284 2489 31285 -747 31286 -1598 31287 -1048 31288 -2842 31289 2869 31290 311 31291 5402 31292 3056 31293 4111 31294 3551 31295 2448 31296 4838 31297 2829 31298 7999 31299 732 31300 7965 31301 -5101 31302 2014 31303 -9358 31304 -4417 31305 -6570 31306 -5422 31307 -1244 31308 -2608 31309 539 31310 -2242 31311 135 31312 -2848 31313 1946 31314 111 31315 4260 31316 4867 31317 1619 31318 5069 31319 -4689 31320 -886 31321 -8453 31322 -6524 31323 -6407 31324 -8519 31325 -2310 31326 -9436 31327 295 31328 -10249 31329 4816 31330 -8078 31331 11041 31332 -435 31333 14039 31334 6914 31335 10439 31336 8851 31337 3826 31338 6802 31339 1042 31340 6280 31341 228 31342 6419 31343 -2825 31344 2835 31345 -6669 31346 -3313 31347 -5175 31348 -4683 31349 647 31350 -872 31351 3888 31352 2641 31353 2354 31354 2061 31355 135 31356 1023 31357 1204 31358 2992 31359 1373 31360 3996 31361 -1462 31362 1190 31363 -3597 31364 -1836 31365 -1607 31366 -977 31367 1175 31368 1362 31369 313 31370 155 31371 -1840 31372 -2351 31373 -372 31374 -897 31375 3168 31376 2703 31377 2956 31378 3159 31379 -122 31380 597 31381 -1290 31382 -22 31383 1578 31384 3802 31385 1948 31386 5863 31387 -2173 31388 2907 31389 -6067 31390 -1081 31391 -5741 31392 -2332 31393 -3536 31394 -2390 31395 -3909 31396 -5278 31397 -3953 31398 -7325 31399 126 31400 -5105 31401 4527 31402 -537 31403 5086 31404 1027 31405 1949 31406 -182 31407 1512 31408 393 31409 2923 31410 3172 31411 1851 31412 2591 31413 -2113 31414 -1744 31415 -3322 31416 -4333 31417 384 31418 -1402 31419 4027 31420 1626 31421 2962 31422 975 31423 800 31424 -694 31425 2582 31426 998 31427 4630 31428 4434 31429 4176 31430 4823 31431 1291 31432 3770 31433 1717 31434 5671 31435 2745 31436 9140 31437 829 31438 9435 31439 -4895 31440 5737 31441 -8060 31442 2667 31443 -7521 31444 2733 31445 -7516 31446 195 31447 -10013 31448 -5583 31449 -9992 31450 -9254 31451 -4639 31452 -6706 31453 821 31454 -2067 31455 997 31456 -1415 31457 -1573 31458 -3562 31459 -2033 31460 -3516 31461 -722 31462 -2594 31463 -1720 31464 -4866 31465 -3458 31466 -9311 31467 -399 31468 -8925 31469 5884 31470 -3241 31471 9831 31472 1856 31473 8465 31474 4123 31475 5969 31476 6629 31477 4684 31478 9708 31479 479 31480 8873 31481 -7065 31482 1199 31483 -11622 31484 -6951 31485 -8688 31486 -9165 31487 -1396 31488 -6561 31489 3061 31490 -5050 31491 4412 31492 -3292 31493 6948 31494 1342 31495 8993 31496 7480 31497 5808 31498 8551 31499 -834 31500 3836 31501 -4707 31502 -246 31503 -3084 31504 -989 31505 -993 31506 -888 31507 -329 31508 -1551 31509 1145 31510 -142 31511 4460 31512 6043 31513 5056 31514 10519 31515 -977 31516 7891 31517 -8079 31518 1695 31519 -10061 31520 -1461 31521 -8019 31522 -2291 31523 -7115 31524 -4668 31525 -6793 31526 -7815 31527 -3533 31528 -6231 31529 1704 31530 -417 31531 2349 31532 2691 31533 -2917 31534 -694 31535 -7395 31536 -5734 31537 -7420 31538 -8790 31539 -5323 31540 -11417 31541 -3666 31542 -14736 31543 426 31544 -14756 31545 8478 31546 -7908 31547 14925 31548 938 31549 13660 31550 4763 31551 7996 31552 3803 31553 4325 31554 3347 31555 3033 31556 2945 31557 570 31558 -912 31559 -1656 31560 -6582 31561 1517 31562 -6550 31563 9818 31564 646 31565 15537 31566 9131 31567 13510 31568 13239 31569 8009 31570 15400 31571 3471 31572 16942 31573 -2426 31574 14830 31575 -10193 31576 6918 31577 -15424 31578 -1522 31579 -13167 31580 -4565 31581 -7449 31582 -3056 31583 -4362 31584 -1917 31585 -4274 31586 -2418 31587 -3624 31588 -694 31589 -2287 31590 1880 31591 -4644 31592 -542 31593 -10203 31594 -8766 31595 -11877 31596 -14755 31597 -6075 31598 -14460 31599 1781 31600 -11659 31601 5422 31602 -9368 31603 7945 31604 -5842 31605 11149 31606 306 31607 11489 31608 5516 31609 6468 31610 4488 31611 408 31612 -499 31613 -1162 31614 -2736 31615 1554 31616 -2482 31617 3074 31618 -2362 31619 3273 31620 -3497 31621 5659 31622 -406 31623 9973 31624 5783 31625 9524 31626 9296 31627 3682 31628 6374 31629 -1369 31630 1983 31631 -1214 31632 1414 31633 1073 31634 2001 31635 1452 31636 927 31637 1411 31638 328 31639 4165 31640 4938 31641 6991 31642 10606 31643 4085 31644 12053 31645 -2431 31646 8475 31647 -6797 31648 5216 31649 -7546 31650 3578 31651 -8757 31652 -593 31653 -10317 31654 -6008 31655 -8071 31656 -7634 31657 -1247 31658 -3134 31659 2832 31660 1584 31661 1039 31662 1241 31663 -2615 31664 -746 31665 -3205 31666 -326 31667 -2252 31668 -19 31669 -4373 31670 -3505 31671 -6342 31672 -8229 31673 -3837 31674 -8309 31675 1583 31676 -4698 31677 3798 31678 -2489 31679 2590 31680 -3455 31681 2384 31682 -3018 31683 3855 31684 -257 31685 3884 31686 -134 31687 849 31688 -3811 31689 529 31690 -5464 31691 5069 31692 -2147 31693 8909 31694 2234 31695 8107 31696 2946 31697 5671 31698 2843 31699 6384 31700 5673 31701 7932 31702 10054 31703 4773 31704 10348 31705 -107 31706 7077 31707 -2582 31708 5499 31709 -1441 31710 7070 31711 -1832 31712 6779 31713 -5173 31714 3518 31715 -6603 31716 1096 31717 -4838 31718 2190 31719 -3859 31720 2119 31721 -5921 31722 -1141 31723 -7053 31724 -4014 31725 -3567 31726 -2121 31727 -66 31728 1287 31729 -1017 31730 1394 31731 -4069 31732 -1461 31733 -4436 31734 -1359 31735 -2009 31736 672 31737 -2542 31738 -182 31739 -5576 31740 -4288 31741 -5787 31742 -6090 31743 -2125 31744 -3734 31745 -256 31746 -2075 31747 -1217 31748 -3891 31749 -2228 31750 -5175 31751 -542 31752 -3346 31753 527 31754 -2539 31755 -1095 31756 -5640 31757 -2475 31758 -9014 31759 1072 31760 -7032 31761 6364 31762 -2870 31763 7239 31764 -1660 31765 4744 31766 -2902 31767 5244 31768 -1466 31769 7862 31770 2425 31771 8299 31772 3825 31773 5132 31774 1810 31775 3696 31776 1960 31777 6205 31778 5222 31779 8099 31780 9144 31781 5939 31782 9908 31783 2296 31784 10091 31785 1327 31786 12721 31787 -956 31788 13547 31789 -6689 31790 9221 31791 -12416 31792 2290 31793 -12626 31794 -663 31795 -9106 31796 545 31797 -8132 31798 -152 31799 -9632 31800 -3473 31801 -9072 31802 -4159 31803 -5728 31804 -1794 31805 -5398 31806 -1517 31807 -9372 31808 -6295 31809 -11698 31810 -11249 31811 -8956 31812 -12545 31813 -4308 31814 -12420 31815 -1914 31816 -13641 31817 284 31818 -13541 31819 4838 31820 -9497 31821 8659 31822 -4564 31823 7731 31824 -4532 31825 4821 31826 -6844 31827 5186 31828 -7275 31829 9113 31830 -3780 31831 11283 31832 -1708 31833 10523 31834 -1768 31835 11721 31836 1104 31837 15302 31838 8650 31839 15984 31840 15006 31841 10356 31842 15175 31843 2682 31844 12499 31845 -1334 31846 10937 31847 -3318 31848 9322 31849 -6499 31850 4891 31851 -8422 31852 317 31853 -5915 31854 1074 31855 -1677 31856 4303 31857 -1529 31858 5370 31859 -4905 31860 3125 31861 -6511 31862 2016 31863 -5948 31864 2635 31865 -7233 31866 1074 31867 -10805 31868 -5339 31869 -11662 31870 -9727 31871 -6772 31872 -8071 31873 -1303 31874 -4680 31875 -789 31876 -4331 31877 -2358 31878 -6155 31879 -1879 31880 -5335 31881 13 31882 -4269 31883 -1029 31884 -6529 31885 -2541 31886 -10243 31887 -79 31888 -10332 31889 5125 31890 -6339 31891 7326 31892 -4158 31893 6725 31894 -4151 31895 6869 31896 -2618 31897 9917 31898 1711 31899 9542 31900 4058 31901 5140 31902 1200 31903 1859 31904 -2170 31905 4423 31906 -907 31907 8955 31908 3333 31909 9266 31910 5325 31911 6993 31912 5831 31913 6308 31914 8183 31915 6521 31916 11675 31917 3442 31918 11327 31919 -2166 31920 7379 31921 -4929 31922 4644 31923 -3940 31924 5007 31925 -3236 31926 4233 31927 -4903 31928 1293 31929 -4637 31930 686 31931 -1331 31932 5142 31933 -417 31934 8187 31935 -4980 31936 4930 31937 -10546 31938 -676 31939 -10866 31940 -3034 31941 -8143 31942 -3227 31943 -7726 31944 -5366 31945 -8520 31946 -9453 31947 -6085 31948 -10191 31949 -884 31950 -7492 31951 1973 31952 -5375 31953 1477 31954 -6087 31955 1280 31956 -5809 31957 3710 31958 -3353 31959 4283 31960 -2487 31961 2366 31962 -5171 31963 1974 31964 -6359 31965 6063 31966 -2751 31967 8942 31968 1883 31969 7606 31970 1621 31971 4638 31972 -129 31973 5072 31974 1272 31975 7987 31976 5336 31977 6869 31978 7053 31979 2799 31980 4429 31981 520 31982 3263 31983 2363 31984 5078 31985 2622 31986 6515 31987 7 31988 4371 31989 -1569 31990 3136 31991 -585 31992 4576 31993 283 31994 5153 31995 -1992 31996 2990 31997 -3289 31998 724 31999 -732 32000 3617 32001 1931 32002 7516 32003 -450 32004 7144 32005 -5352 32006 3663 32007 -6426 32008 2727 32009 -4877 32010 4405 32011 -5383 32012 3927 32013 -9002 32014 -1010 32015 -11179 32016 -4911 32017 -8714 32018 -4849 32019 -5517 32020 -4172 32021 -5767 32022 -6023 32023 -5487 32024 -7397 32025 -3058 32026 -6219 32027 -1355 32028 -5158 32029 -2488 32030 -7663 32031 -3690 32032 -10989 32033 -843 32034 -9682 32035 3596 32036 -6499 32037 5204 32038 -6318 32039 3568 32040 -8870 32041 5759 32042 -8160 32043 11021 32044 -1994 32045 14012 32046 3027 32047 11412 32048 3823 32049 8435 32050 4086 32051 8759 32052 6055 32053 8541 32054 8781 32055 5931 32056 8094 32057 2810 32058 6777 32059 2420 32060 8200 32061 3143 32062 10183 32063 827 32064 9186 32065 -2116 32066 7234 32067 -1852 32068 9000 32069 -441 32070 12665 32071 -3292 32072 12671 32073 -9966 32074 7239 32075 -14128 32076 2695 32077 -13070 32078 2280 32079 -12550 32080 851 32081 -15553 32082 -4708 32083 -17568 32084 -11673 32085 -14160 32086 -13762 32087 -8580 32088 -12782 32089 -5119 32090 -13550 32091 -3120 32092 -13793 32093 373 32094 -11524 32095 4699 32096 -7970 32097 5302 32098 -7273 32099 3621 32100 -8484 32101 4478 32102 -7190 32103 7350 32104 -3079 32105 7207 32106 -2947 32107 4035 32108 -6653 32109 3753 32110 -8432 32111 8889 32112 -4064 32113 14079 32114 1770 32115 13767 32116 4060 32117 11219 32118 5192 32119 10819 32120 8845 32121 10810 32122 13046 32123 7215 32124 13956 32125 1272 32126 11387 32127 -2515 32128 9032 32129 -3442 32130 8173 32131 -5177 32132 5153 32133 -7178 32134 1119 32135 -5863 32136 830 32137 -1895 32138 5401 32139 -930 32140 7310 32141 -5195 32142 4349 32143 -8779 32144 459 32145 -8217 32146 966 32147 -6637 32148 1634 32149 -8654 32150 -1934 32151 -12023 32152 -7863 32153 -10616 32154 -10141 32155 -5562 32156 -8531 32157 -2281 32158 -7816 32159 -1727 32160 -8443 32161 -851 32162 -8036 32163 1567 32164 -5978 32165 1888 32166 -5876 32167 698 32168 -8296 32169 1538 32170 -8740 32171 5803 32172 -4445 32173 8142 32174 -1485 32175 5936 32176 -3408 32177 3792 32178 -5331 32179 6475 32180 -2658 32181 10026 32182 1990 32183 9385 32184 2942 32185 5916 32186 1052 32187 5801 32188 1721 32189 8349 32190 5918 32191 9207 32192 9384 32193 5487 32194 9708 32195 1948 32196 9014 32197 1 32198 8991 32199 -2184 32200 6155 32201 -6054 32202 855 32203 -6087 32204 -1669 32205 -1504 32206 866 32207 2374 32208 4631 32209 1697 32210 4872 32211 -963 32212 4196 32213 -470 32214 7149 32215 17 32216 11414 32217 -4792 32218 9254 32219 -12757 32220 763 32221 -16674 32222 -6708 32223 -13884 32224 -9711 32225 -9151 32226 -10460 32227 -5621 32228 -11337 32229 -1649 32230 -9909 32231 3376 32232 -5004 32233 5495 32234 -1277 32235 3120 32236 -1622 32237 -231 32238 -2988 32239 -203 32240 -2581 32241 234 32242 -3098 32243 -1721 32244 -7180 32245 -2702 32246 -11953 32247 1782 32248 -10132 32249 9555 32250 -3167 32251 12672 32252 1507 32253 9786 32254 1703 32255 6934 32256 1608 32257 7625 32258 4325 32259 8034 32260 7086 32261 5280 32262 6563 32263 2502 32264 5157 32265 2355 32266 5890 32267 2274 32268 6824 32269 469 32270 4982 32271 -1502 32272 3340 32273 -271 32274 4802 32275 1343 32276 6885 32277 -492 32278 5072 32279 -4031 32280 1335 32281 -2554 32282 2699 32283 1630 32284 8165 32285 1857 32286 11398 32287 -4124 32288 8676 32289 -9937 32290 3551 32291 -11731 32292 943 32293 -11364 32294 -1140 32295 -12517 32296 -6013 32297 -12794 32298 -10389 32299 -8743 32300 -10897 32301 -3182 32302 -8437 32303 -455 32304 -6841 32305 77 32306 -6146 32307 1635 32308 -3065 32309 1859 32310 -740 32311 -1937 32312 -4185 32313 -6863 32314 -11933 32315 -5666 32316 -15903 32317 1690 32318 -13280 32319 8638 32320 -9067 32321 10907 32322 -7526 32323 12193 32324 -5141 32325 16403 32326 1775 32327 19069 32328 9943 32329 16129 32330 13342 32331 9685 32332 12875 32333 4699 32334 12432 32335 1511 32336 11421 32337 -2397 32338 7880 32339 -5210 32340 3699 32341 -3982 32342 3387 32343 -372 32344 6393 32345 -208 32346 6834 32347 -3187 32348 3946 32349 -4046 32350 3165 32351 -1210 32352 7646 32353 -556 32354 10939 32355 -5864 32356 8031 32357 -12501 32358 1961 32359 -13861 32360 -1649 32361 -12470 32362 -2809 32363 -12129 32364 -6352 32365 -12462 32366 -11411 32367 -10014 32368 -13682 32369 -4917 32370 -12333 32371 -503 32372 -10544 32373 1464 32374 -9568 32375 4377 32376 -5846 32377 6824 32378 -960 32379 5633 32380 -171 32381 -8 32382 -5136 32383 -2632 32384 -9150 32385 941 32386 -7656 32387 5915 32388 -4700 32389 6568 32390 -4798 32391 5721 32392 -6340 32393 8768 32394 -2556 32395 13499 32396 4138 32397 14051 32398 8456 32399 9800 32400 8887 32401 5608 32402 8971 32403 3690 32404 9533 32405 1250 32406 8243 32407 -1970 32408 4911 32409 -2514 32410 4076 32411 -747 32412 5921 32413 -913 32414 6180 32415 -4000 32416 2412 32417 -5903 32418 -746 32419 -2520 32420 1822 32421 1294 32422 5979 32423 -722 32424 6111 32425 -5463 32426 2830 32427 -7401 32428 1676 32429 -5955 32430 2632 32431 -6990 32432 1413 32433 -10709 32434 -4108 32435 -12259 32436 -9445 32437 -9628 32438 -11232 32439 -5088 32440 -11683 32441 -1348 32442 -11491 32443 2689 32444 -7934 32445 8059 32446 -718 32447 8287 32448 4399 32449 2493 32450 1685 32451 -3987 32452 -4237 32453 -5149 32454 -7071 32455 -2701 32456 -8438 32457 -1207 32458 -11447 32459 -15 32460 -14971 32461 6597 32462 -12500 32463 16537 32464 -2898 32465 22435 32466 8186 32467 20315 32468 14175 32469 13704 32470 16850 32471 6981 32472 17126 32473 -115 32474 13444 32475 -7258 32476 5809 32477 -10437 32478 -666 32479 -7253 32480 -1663 32481 -2466 32482 -440 32483 -1068 32484 -282 32485 -670 32486 -817 32487 1892 32488 3230 32489 4662 32490 8915 32491 1635 32492 9101 32493 -5288 32494 3034 32495 -9093 32496 -1630 32497 -6751 32498 -1190 32499 -3198 32500 677 32501 -3442 32502 801 32503 -5011 32504 -586 32505 -5143 32506 -641 32507 -5261 32508 -2013 32509 -6895 32510 -6158 32511 -7314 32512 -9474 32513 -3444 32514 -8733 32515 1681 32516 -5141 32517 2763 32518 -4003 32519 1649 32520 -4329 32521 3102 32522 -1128 32523 5494 32524 2891 32525 2777 32526 2389 32527 -4229 32528 -5127 32529 -7253 32530 -12496 32531 -2270 32532 -12920 32533 6501 32534 -8642 32535 12220 32536 -3653 32537 14791 32538 1905 32539 16566 32540 9765 32541 15027 32542 15670 32543 7747 32544 15190 32545 -817 32546 10362 32547 -6187 32548 5509 32549 -7766 32550 1028 32551 -7918 32552 -4934 32553 -6138 32554 -8878 32555 1438 32556 -5000 32557 10889 32558 5828 32559 13895 32560 15425 32561 7471 32562 16820 32563 -2293 32564 13509 32565 -8288 32566 10267 32567 -11748 32568 5965 32569 -15960 32570 -1636 32571 -18032 32572 -9545 32573 -14585 32574 -12302 32575 -7100 32576 -10417 32577 -1455 32578 -8110 32579 1009 32580 -6215 32581 3099 32582 -2477 32583 3856 32584 1098 32585 683 32586 -118 32587 -4377 32588 -5555 32589 -4642 32590 -8287 32591 -181 32592 -5004 32593 3432 32594 -1953 32595 1888 32596 -3903 32597 -507 32598 -7154 32599 1613 32600 -6576 32601 5959 32602 -3482 32603 6433 32604 -2619 32605 5646 32606 -3316 32607 7063 32608 -1564 32609 10481 32610 3455 32611 11878 32612 7199 32613 9430 32614 8936 32615 6392 32616 11365 32617 3671 32618 12617 32619 -1583 32620 9190 32621 -8002 32622 1166 32623 -8985 32624 -3932 32625 -3190 32626 -1991 32627 3086 32628 3154 32629 3607 32630 5267 32631 1389 32632 5838 32633 831 32634 8680 32635 375 32636 12273 32637 -4606 32638 10687 32639 -13039 32640 2863 32641 -18001 32642 -5170 32643 -16764 32644 -10568 32645 -12652 32646 -13831 32647 -7828 32648 -15574 32649 -1290 32650 -12453 32651 5833 32652 -5044 32653 8486 32654 -385 32655 5303 32656 -783 32657 1852 32658 -1638 32659 2384 32660 497 32661 2480 32662 1856 32663 -943 32664 -1810 32665 -4961 32666 -8313 32667 -3013 32668 -9827 32669 4180 32670 -6148 32671 8842 32672 -2440 32673 8810 32674 -716 32675 8000 32676 993 32677 9107 32678 5349 32679 8822 32680 7802 32681 5869 32682 7506 32683 2484 32684 7318 32685 1222 32686 8085 32687 -1359 32688 6323 32689 -5552 32690 665 32691 -7489 32692 -4446 32693 -3031 32694 -3071 32695 2864 32696 2088 32697 3515 32698 4004 32699 973 32700 2664 32701 504 32702 4191 32703 2428 32704 8308 32705 748 32706 10345 32707 -5931 32708 6029 32709 -12002 32710 -571 32711 -12582 32712 -5160 32713 -10241 32714 -8417 32715 -7738 32716 -11037 32717 -3422 32718 -10470 32719 2432 32720 -5007 32721 6058 32722 139 32723 4966 32724 1040 32725 1949 32726 -38 32727 1826 32728 2096 32729 2376 32730 4973 32731 -1016 32732 2581 32733 -7185 32734 -4444 32735 -8409 32736 -9075 32737 -3365 32738 -8034 32739 1506 32740 -5674 32741 2380 32742 -6621 32743 2823 32744 -7518 32745 5686 32746 -5064 32747 9502 32748 -1490 32749 10675 32750 1434 32751 10325 32752 4487 32753 10434 32754 9568 32755 9257 32756 12411 32757 3391 32758 10042 32759 -2580 32760 5084 32761 -4108 32762 3653 32763 -1954 32764 4809 32765 -2173 32766 3976 32767 -5134 32768 -181 32769 -4546 32770 -1407 32771 422 32772 3933 32773 3472 32774 9754 32775 -453 32776 9886 32777 -8170 32778 5065 32779 -12634 32780 -453 32781 -14413 32782 -5751 32783 -14114 32784 -11942 32785 -11436 32786 -16535 32787 -3904 32788 -14944 32789 4629 32790 -9538 32791 9181 32792 -4260 32793 9812 32794 -739 32795 10349 32796 5408 32797 10204 32798 11525 32799 4378 32800 10951 32801 -5302 32802 2525 32803 -11032 32804 -6264 32805 -8195 32806 -8517 32807 -1719 32808 -6233 32809 2078 32810 -4949 32811 3034 32812 -4288 32813 5430 32814 -1215 32815 8027 32816 2931 32817 6711 32818 4518 32819 2875 32820 2970 32821 639 32822 2441 32823 68 32824 2428 32825 -1449 32826 101 32827 -2239 32828 -3280 32829 -47 32830 -2187 32831 4580 32832 3268 32833 5624 32834 6267 32835 437 32836 3030 32837 -3464 32838 -970 32839 -1502 32840 85 32841 2589 32842 4482 32843 2313 32844 5924 32845 -825 32846 4221 32847 -2950 32848 4066 32849 -3236 32850 4436 32851 -5627 32852 2660 32853 -9466 32854 -2677 32855 -10384 32856 -6353 32857 -7740 32858 -8012 32859 -4619 32860 -10021 32861 -1821 32862 -11087 32863 3724 32864 -7220 32865 10026 32866 2412 32867 11759 32868 9746 32869 5007 32870 8697 32871 -3677 32872 2784 32873 -7142 32874 -1238 32875 -6558 32876 -3449 32877 -6721 32878 -7699 32879 -6994 32880 -13211 32881 -2317 32882 -14114 32883 6155 32884 -8753 32885 12900 32886 -1521 32887 14416 32888 3683 32889 12422 32890 8370 32891 9707 32892 11282 32893 4320 32894 9969 32895 -2989 32896 3947 32897 -5718 32898 -642 32899 -2562 32900 670 32901 923 32902 3136 32903 409 32904 1931 32905 -1855 32906 -513 32907 -445 32908 1585 32909 2613 32910 6415 32911 937 32912 7260 32913 -4711 32914 3021 32915 -8504 32916 -1799 32917 -7361 32918 -2893 32919 -5015 32920 -3381 32921 -4336 32922 -4919 32923 -3202 32924 -5612 32925 -550 32926 -3780 32927 1090 32928 -2778 32929 159 32930 -4638 32931 620 32932 -5162 32933 4942 32934 -375 32935 7720 32936 4514 32937 4987 32938 4412 32939 -345 32940 1282 32941 -1460 32942 496 32943 655 32944 2900 32945 115 32946 2648 32947 -4247 32948 -2673 32949 -6017 32950 -7543 32951 -2631 32952 -7660 32953 2730 32954 -4685 32955 5420 32956 -2146 32957 6543 32958 815 32959 7838 32960 5401 32961 6992 32962 8085 32963 2042 32964 5767 32965 -2928 32966 2119 32967 -3691 32968 1243 32969 -2611 32970 1244 32971 -3654 32972 -2085 32973 -5140 32974 -7035 32975 -1800 32976 -6695 32977 5568 32978 -131 32979 9255 32980 5899 32981 5991 32982 6469 32983 857 32984 5307 32985 -605 32986 6029 32987 -1421 32988 6618 32989 -4361 32990 3522 32991 -7200 32992 -831 32993 -6971 32994 -2693 32995 -4990 32996 -3178 32997 -4240 32998 -4968 32999 -3178 33000 -6564 33001 648 33002 -3525 33003 4949 33004 1804 33005 4241 33006 2499 33007 -268 33008 -639 33009 -2203 33010 -2318 33011 46 33012 111 33013 1135 33014 1680 33015 -1594 33016 -2080 33017 -4320 33018 -6586 33019 -1706 33020 -6964 33021 3717 33022 -3657 33023 5984 33024 -1388 33025 6043 33026 290 33027 7247 33028 3765 33029 7757 33030 7851 33031 4722 33032 8250 33033 -193 33034 5863 33035 -2084 33036 5333 33037 -2279 33038 5812 33039 -4459 33040 3038 33041 -8438 33042 -3255 33043 -8750 33044 -6827 33045 -3017 33046 -3412 33047 1433 33048 766 33049 1409 33050 553 33051 -1629 33052 -1886 33053 -1462 33054 -927 33055 565 33056 1189 33057 -130 33058 871 33059 -2658 33060 -1670 33061 -2885 33062 -2522 33063 -694 33064 -2063 33065 225 33066 -2484 33067 130 33068 -3979 33069 1784 33070 -2056 33071 5573 33072 2881 33073 5911 33074 5535 33075 1469 33076 3438 33077 -1712 33078 1322 33079 -342 33080 3001 33081 1002 33082 4955 33083 -2726 33084 1899 33085 -7354 33086 -4026 33087 -7036 33088 -6229 33089 -2182 33090 -4775 33091 977 33092 -3663 33093 1420 33094 -3678 33095 2571 33096 -2170 33097 5160 33098 1488 33099 5113 33100 3854 33101 2139 33102 2838 33103 -115 33104 3087 33105 -207 33106 4562 33107 -1462 33108 3629 33109 -5837 33110 -1998 33111 -7680 33112 -6796 33113 -3843 33114 -5806 33115 1626 33116 -1900 33117 2857 33118 -668 33119 1187 33120 -1917 33121 1706 33122 -881 33123 4647 33124 3522 33125 4228 33126 5687 33127 283 33128 3664 33129 -2974 33130 1835 33131 -3356 33132 1580 33133 -3251 33134 356 33135 -5327 33136 -3333 33137 -4943 33138 -5658 33139 -1537 33140 -3525 33141 1462 33142 -1468 33143 485 33144 -2821 33145 -1111 33146 -4941 33147 1381 33148 -2534 33149 5087 33150 1554 33151 4037 33152 1674 33153 -119 33154 -2019 33155 -873 33156 -3869 33157 2059 33158 -1445 33159 4185 33160 909 33161 3407 33162 619 33163 2404 33164 1148 33165 3884 33166 4060 33167 4205 33168 6828 33169 1132 33170 5605 33171 -2573 33172 3653 33173 -3754 33174 3621 33175 -4334 33176 3118 33177 -7198 33178 -1293 33179 -9767 33180 -6943 33181 -7165 33182 -8247 33183 -1026 33184 -5031 33185 1525 33186 -3323 33187 424 33188 -4626 33189 542 33190 -4310 33191 3728 33192 -590 33193 5121 33194 1980 33195 2500 33196 974 33197 3 33198 -1743 33199 520 33200 -1018 33201 2312 33202 186 33203 1679 33204 -693 33205 397 33206 -2075 33207 2468 33208 -494 33209 4771 33210 2891 33211 3363 33212 2399 33213 437 33214 -329 33215 504 33216 144 33217 3398 33218 3851 33219 3644 33220 5488 33221 -70 33222 2798 33223 -2948 33224 484 33225 -1479 33226 1323 33227 385 33228 1957 33229 -1921 33230 -30 33231 -3832 33232 -2816 33233 -2533 33234 -2289 33235 899 33236 -93 33237 1298 33238 686 33239 47 33240 -458 33241 496 33242 1064 33243 1244 33244 3710 33245 -1176 33246 2257 33247 -5431 33248 -2729 33249 -6043 33250 -5203 33251 -2171 33252 -4256 33253 1009 33254 -3181 33255 495 33256 -4891 33257 1386 33258 -5010 33259 5067 33260 -652 33261 8049 33262 4602 33263 6229 33264 5917 33265 1745 33266 4241 33267 -167 33268 3426 33269 -195 33270 3730 33271 -2023 33272 1586 33273 -4536 33274 -1811 33275 -3772 33276 -2821 33277 -247 33278 -402 33279 928 33280 28 33281 -1122 33282 -2508 33283 -1230 33284 -3829 33285 1690 33286 -1261 33287 3794 33288 793 33289 1951 33290 -853 33291 298 33292 -2886 33293 2712 33294 -392 33295 6249 33296 4088 33297 5407 33298 4968 33299 2404 33300 3739 33301 1208 33302 4260 33303 1838 33304 6973 33305 -135 33306 6942 33307 -4134 33308 3510 33309 -5835 33310 1630 33311 -4341 33312 2423 33313 -4168 33314 2194 33315 -7014 33316 -1580 33317 -7959 33318 -4984 33319 -5216 33320 -4189 33321 -2096 33322 -2509 33323 -2684 33324 -4838 33325 -3445 33326 -7201 33327 -826 33328 -5512 33329 3536 33330 -1344 33331 4361 33332 -283 33333 2029 33334 -1580 33335 1263 33336 -1319 33337 2991 33338 1325 33339 2912 33340 1720 33341 539 33342 -1022 33343 -264 33344 -1969 33345 2548 33346 413 33347 4198 33348 2718 33349 1942 33350 1492 33351 -188 33352 -66 33353 1274 33354 1766 33355 3246 33356 4356 33357 1368 33358 3684 33359 -1693 33360 512 33361 -1534 33362 716 33363 950 33364 3741 33365 522 33366 4410 33367 -2847 33368 1450 33369 -4213 33370 -10 33371 -2609 33372 1115 33373 -1928 33374 1162 33375 -3989 33376 -1817 33377 -4650 33378 -3873 33379 -1730 33380 -1565 33381 829 33382 1297 33383 -138 33384 160 33385 -2464 33386 -2045 33387 -1998 33388 -1253 33389 128 33390 898 33391 -1110 33392 -206 33393 -3574 33394 -3491 33395 -2942 33396 -4130 33397 722 33398 -689 33399 2419 33400 1455 33401 148 33402 62 33403 -1659 33404 -900 33405 -1075 33406 223 33407 -1229 33408 -191 33409 -4341 33410 -4368 33411 -5552 33412 -8212 33413 -2071 33414 -7423 33415 3223 33416 -4430 33417 4771 33418 -3260 33419 4149 33420 -3481 33421 5428 33422 -558 33423 7197 33424 3589 33425 5671 33426 3833 33427 1129 33428 55 33429 -361 33430 -1894 33431 2940 33432 264 33433 5649 33434 3007 33435 4826 33436 3811 33437 4126 33438 5465 33439 4799 33440 10223 33441 3781 33442 12751 33443 -2572 33444 10025 33445 -8894 33446 3937 33447 -10774 33448 482 33449 -9565 33450 -828 33451 -9208 33452 -3577 33453 -9450 33454 -7245 33455 -5768 33456 -6586 33457 -859 33458 -2731 33459 632 33460 -569 33461 -2766 33462 -2969 33463 -5426 33464 -6508 33465 -4036 33466 -6957 33467 -1898 33468 -7517 33469 -1156 33470 -9927 33471 778 33472 -10254 33473 6108 33474 -5686 33475 10484 33476 600 33477 9618 33478 2384 33479 5541 33480 1330 33481 3461 33482 1124 33483 3366 33484 2269 33485 1904 33486 37 33487 -120 33488 -4261 33489 1839 33490 -4194 33491 7014 33492 1160 33493 10012 33494 6182 33495 7499 33496 7469 33497 3531 33498 7028 33499 1741 33500 7825 33501 82 33502 7494 33503 -4036 33504 3083 33505 -6510 33506 -1387 33507 -4181 33508 -954 33509 -182 33510 2537 33511 594 33512 3782 33513 -2060 33514 2989 33515 -3362 33516 2950 33517 -3500 33518 3790 33519 -6059 33520 474 33521 -10174 33522 -6512 33523 -9521 33524 -11098 33525 -3413 33526 -9222 33527 3131 33528 -4750 33529 5714 33530 -1752 33531 5547 33532 913 33533 6591 33534 5461 33535 4687 33536 7949 33537 -1218 33538 4975 33539 -7856 33540 -2455 33541 -9189 33542 -7044 33543 -5619 33544 -8096 33545 -1674 33546 -9100 33547 589 33548 -10041 33549 4950 33550 -6452 33551 10657 33552 627 33553 11072 33554 5106 33555 6375 33556 3535 33557 2084 33558 1034 33559 2063 33560 1037 33561 3511 33562 2129 33563 2695 33564 558 33565 1887 33566 -541 33567 4311 33568 2919 33569 7308 33570 7843 33571 5983 33572 9929 33573 1111 33574 7527 33575 -1858 33576 6419 33577 -2338 33578 6608 33579 -4064 33580 4919 33581 -6840 33582 698 33583 -6814 33584 -747 33585 -3318 33586 2210 33587 -1850 33588 4163 33589 -5173 33590 1238 33591 -8346 33592 -2725 33593 -7059 33594 -3930 33595 -4459 33596 -3526 33597 -4045 33598 -5692 33599 -4179 33600 -8503 33601 -764 33602 -6270 33603 5056 33604 -1238 33605 6099 33606 2173 33607 3054 33608 1347 33609 537 33610 771 33611 -355 33612 1271 33613 -1446 33614 -726 33615 -4331 33616 -5566 33617 -3913 33618 -8036 33619 1284 33620 -5357 33621 6090 33622 -930 33623 6323 33624 88 33625 4360 33626 231 33627 4865 33628 2494 33629 5502 33630 6110 33631 2412 33632 4696 33633 -2125 33634 6 33635 -3033 33636 -2314 33637 395 33638 -565 33639 2328 33640 1193 33641 1690 33642 420 33643 2051 33644 1587 33645 4139 33646 5304 33647 4428 33648 7586 33649 326 33650 5857 33651 -3296 33652 3748 33653 -2905 33654 4547 33655 -2339 33656 5456 33657 -4760 33658 2552 33659 -7439 33660 -1557 33661 -6289 33662 -1804 33663 -2408 33664 876 33665 -1602 33666 1198 33667 -3850 33668 -1033 33669 -4294 33670 -1570 33671 -1936 33672 1409 33673 -1321 33674 3191 33675 -5091 33676 100 33677 -8440 33678 -3507 33679 -8058 33680 -5212 33681 -7081 33682 -7513 33683 -7499 33684 -12535 33685 -6471 33686 -16361 33687 -547 33688 -14055 33689 6996 33690 -8729 33691 10070 33692 -5711 33693 9611 33694 -4401 33695 10666 33696 -495 33697 12426 33698 4821 33699 10163 33700 6492 33701 4701 33702 3190 33703 1881 33704 1140 33705 3512 33706 3133 33707 5392 33708 5200 33709 4263 33710 5315 33711 2547 33712 5420 33713 3063 33714 8361 33715 2946 33716 10886 33717 -1011 33718 9009 33719 -5720 33720 5372 33721 -6655 33722 4062 33723 -5309 33724 4943 33725 -6272 33726 2955 33727 -9069 33728 -1239 33729 -8923 33730 -2626 33731 -5647 33732 -752 33733 -4954 33734 -780 33735 -7770 33736 -5077 33737 -8546 33738 -8683 33739 -5014 33740 -7619 33741 -654 33742 -5220 33743 192 33744 -4972 33745 -727 33746 -5170 33747 335 33748 -3388 33749 1483 33750 -1804 33751 -798 33752 -4419 33753 -4343 33754 -10096 33755 -3167 33756 -12470 33757 2044 33758 -10926 33759 6853 33760 -8846 33761 9840 33762 -7258 33763 13100 33764 -1631 33765 17580 33766 7563 33767 16634 33768 14241 33769 9160 33770 13044 33771 606 33772 8461 33773 -3678 33774 4915 33775 -4868 33776 1994 33777 -5307 33778 -2558 33779 -4575 33780 -5741 33781 876 33782 -3013 33783 7452 33784 3741 33785 8858 33786 9128 33787 5389 33788 10336 33789 977 33790 11008 33791 -1982 33792 10812 33793 -6490 33794 6641 33795 -12160 33796 -1092 33797 -13056 33798 -6229 33799 -7908 33800 -5605 33801 -2757 33802 -3253 33803 -1081 33804 -2653 33805 -1944 33806 -3225 33807 -1054 33808 -1441 33809 618 33810 1362 33811 -1283 33812 -582 33813 -4966 33814 -4937 33815 -5059 33816 -6850 33817 -1063 33818 -4764 33819 912 33820 -3830 33821 128 33822 -5215 33823 24 33824 -5771 33825 2094 33826 -4284 33827 2897 33828 -4395 33829 1062 33830 -7545 33831 1862 33832 -9492 33833 7170 33834 -5384 33835 12798 33836 1233 33837 13383 33838 4820 33839 10560 33840 6493 33841 8904 33842 10253 33843 7452 33844 12990 33845 1702 33846 10642 33847 -5128 33848 3816 33849 -8012 33850 -1269 33851 -4886 33852 -1903 33853 -532 33854 -522 33855 1446 33856 231 33857 3344 33858 3846 33859 5763 33860 9634 33861 4531 33862 12610 33863 -2116 33864 9382 33865 -9123 33866 3190 33867 -10967 33868 -365 33869 -9806 33870 -2856 33871 -8694 33872 -6676 33873 -7181 33874 -9458 33875 -1886 33876 -6564 33877 4956 33878 736 33879 6453 33880 5302 33881 1767 33882 4419 33883 -2744 33884 2203 33885 -4953 33886 882 33887 -6298 33888 -1992 33889 -8540 33890 -7591 33891 -8225 33892 -11910 33893 -2956 33894 -10545 33895 3260 33896 -7080 33897 5293 33898 -5536 33899 5390 33900 -4617 33901 7244 33902 -612 33903 9083 33904 3888 33905 6737 33906 4444 33907 1882 33908 1572 33909 593 33910 355 33911 2468 33912 2598 33913 2714 33914 3150 33915 -122 33916 245 33917 -1506 33918 -2140 33919 1200 33920 -1140 33921 4101 33922 1232 33923 4167 33924 1323 33925 4112 33926 1841 33927 6067 33928 6184 33929 8205 33930 11424 33931 5156 33932 12796 33933 -459 33934 11344 33935 -4120 33936 10156 33937 -6320 33938 9289 33939 -9798 33940 4860 33941 -14534 33942 -2460 33943 -14154 33944 -7016 33945 -8261 33946 -5436 33947 -3530 33948 -2737 33949 -2904 33950 -2834 33951 -3538 33952 -2893 33953 -2603 33954 -1067 33955 -2636 33956 643 33957 -5888 33958 -2669 33959 -9533 33960 -8802 33961 -9008 33962 -12076 33963 -5086 33964 -12435 33965 -1566 33966 -13411 33967 858 33968 -14717 33969 5962 33970 -11523 33971 12463 33972 -3937 33973 14808 33974 1342 33975 12028 33976 2410 33977 9108 33978 3683 33979 8618 33980 6676 33981 7547 33982 8580 33983 2699 33984 5460 33985 -1546 33986 1044 33987 -823 33988 908 33989 2447 33990 2820 33991 3680 33992 3370 33993 2863 33994 3151 33995 4148 33996 6013 33997 5747 33998 10844 33999 4015 34000 13202 34001 -1730 34002 10937 34003 -6097 34004 9035 34005 -8093 34006 8000 34007 -10925 34008 4434 34009 -15149 34010 -3203 34011 -16595 34012 -9392 34013 -11388 34014 -10158 34015 -4792 34016 -7458 34017 -2261 34018 -7028 34019 -2157 34020 -6882 34021 247 34022 -4196 34023 2604 34024 -207 34025 596 34026 -208 34027 -3655 34028 -4680 34029 -5715 34030 -8256 34031 -3886 34032 -9032 34033 -1410 34034 -10069 34035 -242 34036 -12470 34037 3134 34038 -11146 34039 9237 34040 -6125 34041 12895 34042 -140 34043 11751 34044 1667 34045 9173 34046 2372 34047 9228 34048 5967 34049 8660 34050 8998 34051 4928 34052 8139 34053 -871 34054 3684 34055 -2292 34056 1674 34057 -115 34058 2806 34059 826 34060 2911 34061 -334 34062 287 34063 -151 34064 24 34065 3009 34066 3509 34067 4675 34068 6557 34069 2385 34070 6655 34071 0 34072 6492 34073 -722 34074 8448 34075 -2186 34076 8919 34077 -7260 34078 4460 34079 -12003 34080 -2340 34081 -11278 34082 -5340 34083 -7328 34084 -5425 34085 -5298 34086 -6260 34087 -4465 34088 -8356 34089 -1700 34090 -6956 34091 3351 34092 -1557 34093 4614 34094 1819 34095 858 34096 635 34097 -2869 34098 -2142 34099 -3646 34100 -3485 34101 -3550 34102 -5135 34103 -4532 34104 -9640 34105 -3469 34106 -12632 34107 2401 34108 -9888 34109 8876 34110 -4539 34111 10718 34112 -1294 34113 9540 34114 210 34115 9786 34116 4525 34117 10422 34118 9023 34119 6498 34120 9170 34121 -289 34122 4281 34123 -3696 34124 152 34125 -1892 34126 56 34127 692 34128 520 34129 1242 34130 -1163 34131 1427 34132 -1195 34133 4514 34134 2851 34135 7275 34136 7242 34137 5540 34138 8207 34139 1517 34140 7305 34141 38 34142 8031 34143 -918 34144 9241 34145 -4879 34146 6101 34147 -9194 34148 359 34149 -9347 34150 -2466 34151 -5829 34152 -1521 34153 -3760 34154 -1476 34155 -4653 34156 -4174 34157 -3992 34158 -5166 34159 -43 34160 -1141 34161 2408 34162 2722 34163 77 34164 2488 34165 -3971 34166 76 34167 -5178 34168 -1004 34169 -5178 34170 -2056 34171 -7134 34172 -6364 34173 -8016 34174 -11465 34175 -4941 34176 -12664 34177 912 34178 -9399 34179 5023 34180 -7663 34181 6124 34182 -6579 34183 8857 34184 -2997 34185 12260 34186 4140 34187 12030 34188 8138 34189 6340 34190 6570 34191 840 34192 3615 34193 -369 34194 2508 34195 550 34196 2128 34197 -925 34198 -636 34199 -1656 34200 -3672 34201 1882 34202 -2461 34203 6646 34204 2543 34205 8656 34206 5955 34207 7251 34208 7645 34209 6121 34210 10516 34211 5197 34212 14328 34213 863 34214 14271 34215 -6370 34216 9334 34217 -11095 34218 4218 34219 -10490 34220 2409 34221 -9772 34222 990 34223 -11485 34224 -3834 34225 -11678 34226 -7865 34227 -7416 34228 -7076 34229 -2071 34230 -3128 34231 -1176 34232 -1945 34233 -2990 34234 -3172 34235 -3640 34236 -3066 34237 -2753 34238 -2370 34239 -4309 34240 -4273 34241 -6475 34242 -9130 34243 -5570 34244 -11719 34245 -908 34246 -10187 34247 3509 34248 -8609 34249 4552 34250 -8871 34251 6738 34252 -6546 34253 11095 34254 -471 34255 13360 34256 5375 34257 9962 34258 6359 34259 4646 34260 3985 34261 2637 34262 3705 34263 2942 34264 4911 34265 2030 34266 3141 34267 -772 34268 -335 34269 -194 34270 -725 34271 3816 34272 2370 34273 5933 34274 5224 34275 5085 34276 6118 34277 3822 34278 8104 34279 3526 34280 11672 34281 1224 34282 12888 34283 -5467 34284 8673 34285 -10710 34286 3260 34287 -11398 34288 906 34289 -9795 34290 -297 34291 -10813 34292 -4465 34293 -12169 34294 -9863 34295 -8501 34296 -9970 34297 -1895 34298 -6255 34299 1713 34300 -3714 34301 829 34302 -3287 34303 330 34304 -2728 34305 1144 34306 -318 34307 735 34308 475 34309 -3114 34310 -3159 34311 -5090 34312 -6839 34313 -3217 34314 -6738 34315 -553 34316 -6503 34317 314 34318 -8259 34319 1393 34320 -8951 34321 5937 34322 -4848 34323 10158 34324 1398 34325 9901 34326 3724 34327 5719 34328 2622 34329 3485 34330 1993 34331 4411 34332 4284 34333 3667 34334 4326 34335 645 34336 1114 34337 -762 34338 -1343 34339 1418 34340 51 34341 4266 34342 2307 34343 4229 34344 2598 34345 3752 34346 3694 34347 4914 34348 7416 34349 5135 34350 10775 34351 817 34352 9637 34353 -4603 34354 5835 34355 -6618 34356 4561 34357 -6498 34358 4420 34359 -8270 34360 981 34361 -11698 34362 -5286 34363 -11187 34364 -9322 34365 -5768 34366 -7522 34367 -714 34368 -4856 34369 371 34370 -4521 34371 474 34372 -3559 34373 2096 34374 -152 34375 3120 34376 2216 34377 271 34378 682 34379 -4187 34380 -3092 34381 -4431 34382 -4135 34383 -3261 34384 -5055 34385 -2446 34386 -7870 34387 -1530 34388 -10588 34389 3041 34390 -8081 34391 9465 34392 -933 34393 11389 34394 4224 34395 7577 34396 4106 34397 3723 34398 2788 34399 3267 34400 4342 34401 2310 34402 4557 34403 -1164 34404 462 34405 -3423 34406 -3929 34407 -1167 34408 -4005 34409 3982 34410 -1256 34411 5971 34412 854 34413 6283 34414 2642 34415 7118 34416 6868 34417 7397 34418 10953 34419 3627 34420 10375 34421 -2522 34422 6500 34423 -4859 34424 4389 34425 -3995 34426 5195 34427 -4570 34428 4230 34429 -7837 34430 -390 34431 -9633 34432 -4368 34433 -6220 34434 -3707 34435 -2409 34436 -1829 34437 -2622 34438 -2808 34439 -3843 34440 -4983 34441 -1948 34442 -3598 34443 1746 34444 -565 34445 2068 34446 1161 34447 16 34448 698 34449 -1294 34450 1253 34451 -1967 34452 1559 34453 -4643 34454 -1748 34455 -8266 34456 -8132 34457 -7367 34458 -11975 34459 -1189 34460 -9933 34461 4380 34462 -6510 34463 6563 34464 -5518 34465 7374 34466 -3822 34467 10559 34468 2371 34469 12036 34470 8296 34471 7709 34472 8551 34473 853 34474 4024 34475 -2415 34476 182 34477 -1608 34478 -746 34479 134 34480 -2026 34481 1439 34482 -2491 34483 5006 34484 784 34485 8861 34486 7293 34487 8497 34488 11444 34489 3328 34490 10783 34491 -2121 34492 8867 34493 -4275 34494 8199 34495 -6293 34496 6079 34497 -10537 34498 -931 34499 -12735 34500 -7235 34501 -8400 34502 -7483 34503 -1512 34504 -2781 34505 1763 34506 386 34507 166 34508 256 34509 -1057 34510 425 34511 -1218 34512 1834 34513 -2523 34514 1148 34515 -5581 34516 -2359 34517 -6355 34518 -4745 34519 -4012 34520 -3683 34521 -2316 34522 -3581 34523 -3111 34524 -6474 34525 -2978 34526 -8143 34527 850 34528 -5691 34529 3835 34530 -2766 34531 2984 34532 -4556 34533 811 34534 -7618 34535 3805 34536 -5911 34537 9599 34538 450 34539 10990 34540 4456 34541 7731 34542 4830 34543 4753 34544 4473 34545 3914 34546 5494 34547 2918 34548 5173 34549 25 34550 2319 34551 -1389 34552 576 34553 1179 34554 2331 34555 3256 34556 4792 34557 2532 34558 5228 34559 960 34560 5808 34561 972 34562 9233 34563 -218 34564 11498 34565 -6060 34566 6748 34567 -13592 34568 -1967 34569 -15182 34570 -7948 34571 -10246 34572 -8525 34573 -4986 34574 -8046 34575 -2715 34576 -9178 34577 357 34578 -7922 34579 4989 34580 -2505 34581 7874 34582 2881 34583 5489 34584 4474 34585 1499 34586 3728 34587 -645 34588 3588 34589 -2412 34590 2295 34591 -5534 34592 -2408 34593 -6916 34594 -6529 34595 -3648 34596 -5719 34597 1519 34598 -2288 34599 2108 34600 -2264 34601 -155 34602 -4750 34603 526 34604 -4934 34605 4255 34606 -1100 34607 6085 34608 1949 34609 3651 34610 332 34611 844 34612 -1532 34613 2093 34614 -917 34615 3777 34616 713 34617 3570 34618 541 34619 2348 34620 -181 34621 3405 34622 1890 34623 4990 34624 4331 34625 4008 34626 4218 34627 1672 34628 3182 34629 2006 34630 5676 34631 2933 34632 9429 34633 17 34634 8985 34635 -6545 34636 2799 34637 -9600 34638 -1781 34639 -7264 34640 -1779 34641 -4306 34642 -1129 34643 -4434 34644 -3451 34645 -4869 34646 -5709 34647 -1763 34648 -3778 34649 1905 34650 -53 34651 1934 34652 1214 34653 -505 34654 615 34655 -1655 34656 198 34657 -1816 34658 370 34659 -4210 34660 -3032 34661 -6073 34662 -7365 34663 -3626 34664 -7499 34665 1429 34666 -4383 34667 3401 34668 -2839 34669 1670 34670 -5285 34671 1613 34672 -6107 34673 5514 34674 -1850 34675 9357 34676 3194 34677 7855 34678 4332 34679 3689 34680 2837 34681 2557 34682 3421 34683 3259 34684 5605 34685 1297 34686 5050 34687 -2244 34688 2155 34689 -3606 34690 131 34691 -2153 34692 -380 34693 -1768 34694 -2329 34695 -1544 34696 -4313 34697 1495 34698 -1909 34699 5940 34700 4306 34701 6367 34702 8455 34703 1360 34704 6439 34705 -4127 34706 2732 34707 -4980 34708 1852 34709 -4369 34710 1882 34711 -5921 34712 -2185 34713 -7648 34714 -7245 34715 -4578 34716 -7843 34717 1807 34718 -3014 34719 5843 34720 1696 34721 4898 34722 4006 34723 2773 34724 5572 34725 37 34726 5878 34727 -4333 34728 2799 34729 -8851 34730 -4087 34731 -9237 34732 -8291 34733 -4234 34734 -7266 34735 562 34736 -5041 34737 1513 34738 -5601 34739 1948 34740 -5249 34741 5570 34742 -836 34743 8386 34744 4617 34745 5863 34746 5061 34747 -16 34748 186 34749 -2765 34750 -2732 34751 -626 34752 -2086 34753 2267 34754 -668 34755 2634 34756 -493 34757 2957 34758 877 34759 4350 34760 3722 34761 3059 34762 4419 34763 -482 34764 1482 34765 -2394 34766 -646 34767 -656 34768 726 34769 1511 34770 2359 34771 351 34772 1114 34773 -1150 34774 -625 34775 809 34776 2302 34777 3685 34778 7387 34779 1302 34780 7725 34781 -5458 34782 2450 34783 -9370 34784 -2881 34785 -7669 34786 -4656 34787 -4114 34788 -4707 34789 -1765 34790 -4761 34791 369 34792 -2970 34793 3319 34794 1610 34795 4110 34796 4453 34797 -95 34798 3054 34799 -4395 34800 -761 34801 -5395 34802 -2388 34803 -4718 34804 -4668 34805 -5359 34806 -9550 34807 -4551 34808 -13822 34809 2181 34810 -10801 34811 11364 34812 -1500 34813 15524 34814 6183 34815 11552 34816 8273 34817 5880 34818 8435 34819 2063 34820 8764 34821 -917 34822 6907 34823 -5454 34824 1827 34825 -8008 34826 -3452 34827 -5670 34828 -3967 34829 -1680 34830 -3134 34831 393 34832 -2677 34833 1178 34834 -1763 34835 3535 34836 1829 34837 4359 34838 5170 34839 358 34840 2887 34841 -4694 34842 -2648 34843 -4683 34844 -4523 34845 706 34846 -1074 34847 3574 34848 1971 34849 2120 34850 1736 34851 -215 34852 666 34853 574 34854 2730 34855 1346 34856 4448 34857 -1159 34858 2496 34859 -4356 34860 -712 34861 -4214 34862 -1922 34863 -2280 34864 -1649 34865 -1855 34866 -2399 34867 -1562 34868 -2984 34869 589 34870 -461 34871 2699 34872 2443 34873 700 34874 822 34875 -4047 34876 -3969 34877 -4419 34878 -6938 34879 491 34880 -4069 34881 4448 34882 -919 34883 4530 34884 -516 34885 2962 34886 -756 34887 4537 34888 2621 34889 5748 34890 6657 34891 2844 34892 6181 34893 -2204 34894 2329 34895 -5184 34896 -563 34897 -4396 34898 -2521 34899 -3784 34900 -5291 34901 -2452 34902 -7045 34903 2209 34904 -3731 34905 7193 34906 2518 34907 7812 34908 6094 34909 3740 34910 4838 34911 194 34912 3851 34913 393 34914 5788 34915 53 34916 6637 34917 -4503 34918 2846 34919 -8112 34920 -2623 34921 -6585 34922 -4016 34923 -2350 34924 -1955 34925 -881 34926 -1540 34927 -1510 34928 -2278 34929 -1175 34930 -2032 34931 199 34932 -984 34933 -95 34934 -1283 34935 -1322 34936 -3490 34937 -647 34938 -3268 34939 2466 34940 -208 34941 2932 34942 673 34943 296 34944 -2665 34945 -817 34946 -4343 34947 2760 34948 -1039 34949 6253 34950 3567 34951 5210 34952 4171 34953 1523 34954 1944 34955 614 34956 2557 34957 2261 34958 5862 34959 1098 34960 6206 34961 -2972 34962 3283 34963 -5914 34964 420 34965 -5909 34966 -841 34967 -5747 34968 -3622 34969 -5919 34970 -6891 34971 -3383 34972 -7358 34973 1566 34974 -3363 34975 4404 34976 -210 34977 2676 34978 -1010 34979 1319 34980 -2053 34981 3463 34982 735 34983 5422 34984 4671 34985 3172 34986 4764 34987 -1726 34988 1131 34989 -2761 34990 -329 34991 -53 34992 1929 34993 941 34994 3090 34995 -1172 34996 1412 34997 -3245 34998 -119 34999 -2528 35000 -45 35001 -2185 35002 -898 35003 -3037 35004 -3494 35005 -2634 35006 -4120 35007 510 35008 -1213 35009 2689 35010 1005 35011 501 35012 -1079 35013 -1825 35014 -3457 35015 413 35016 -2255 35017 3403 35018 1609 35019 2794 35020 1300 35021 -221 35022 -1278 35023 -876 35024 -2185 35025 2788 35026 1400 35027 4546 35028 4148 35029 2266 35030 3906 35031 -973 35032 2336 35033 -2479 35034 2237 35035 -3379 35036 373 35037 -5465 35038 -3691 35039 -5107 35040 -5953 35041 -790 35042 -4280 35043 2905 35044 -668 35045 3363 35046 -98 35047 1776 35048 -154 35049 2668 35050 2515 35051 4674 35052 7086 35053 1494 35054 6561 35055 -4724 35056 1429 35057 -8306 35058 -4127 35059 -5908 35060 -4443 35061 -2213 35062 -3745 35063 -805 35064 -4095 35065 -557 35066 -3742 35067 2225 35068 -1357 35069 3420 35070 541 35071 2334 35072 -357 35073 443 35074 -1930 35075 955 35076 -793 35077 2487 35078 1029 35079 1664 35080 -486 35081 -198 35082 -3120 35083 1702 35084 -1746 35085 5793 35086 3847 35087 6259 35088 6822 35089 1416 35090 4223 35091 -2923 35092 953 35093 -2036 35094 1035 35095 -548 35096 2201 35097 -1237 35098 1441 35099 -2713 35100 -788 35101 -2085 35102 95 35103 -665 35104 1453 35105 -1687 35106 919 35107 -3313 35108 -1596 35109 -3133 35110 -1397 35111 -1628 35112 -649 35113 -2565 35114 -3016 35115 -4446 35116 -6871 35117 -1944 35118 -6707 35119 4083 35120 -1318 35121 6451 35122 3045 35123 3616 35124 1643 35125 -277 35126 -608 35127 -296 35128 -214 35129 1632 35130 876 35131 790 35132 -113 35133 -1380 35134 -2504 35135 -187 35136 -2191 35137 2835 35138 241 35139 3948 35140 1643 35141 2714 35142 1604 35143 2481 35144 3388 35145 2831 35146 5569 35147 -73 35148 3797 35149 -4193 35150 -1161 35151 -5293 35152 -4290 35153 -1200 35154 -1529 35155 2272 35156 1274 35157 1104 35158 94 35159 -1034 35160 -2158 35161 507 35162 -701 35163 3098 35164 2941 35165 2065 35166 3460 35167 -1165 35168 959 35169 -2756 35170 -574 35171 -1126 35172 -49 35173 -364 35174 -598 35175 -849 35176 -1435 35177 360 35178 77 35179 2432 35180 2936 35181 1823 35182 3813 35183 -2169 35184 425 35185 -3890 35186 -1871 35187 -1345 35188 195 35189 1044 35190 2363 35191 -1669 35192 503 35193 -4467 35194 -3164 35195 -3442 35196 -3390 35197 11 35198 -945 35199 1276 35200 -272 35201 -956 35202 -2213 35203 -1429 35204 -4039 35205 367 35206 -2779 35207 1939 35208 -2355 35209 1460 35210 -3166 35211 2820 35212 -1657 35213 5560 35214 1970 35215 5847 35216 3341 35217 2966 35218 1624 35219 1049 35220 301 35221 2771 35222 3182 35223 4491 35224 7095 35225 1745 35226 5796 35227 -2842 35228 1801 35229 -3381 35230 636 35231 -796 35232 2805 35233 -361 35234 3761 35235 -3201 35236 1586 35237 -4936 35238 -864 35239 -3876 35240 -733 35241 -2817 35242 -948 35243 -2961 35244 -2394 35245 -2628 35246 -2786 35247 -118 35248 -116 35249 1325 35250 1697 35251 -1401 35252 -744 35253 -3335 35254 -2868 35255 -1578 35256 -1409 35257 1118 35258 1665 35259 -5 35260 305 35261 -3485 35262 -3696 35263 -3442 35264 -5812 35265 283 35266 -2785 35267 2805 35268 -243 35269 2197 35270 -784 35271 845 35272 -1724 35273 1929 35274 -90 35275 3061 35276 1930 35277 2158 35278 1107 35279 848 35280 965 35281 1203 35282 2498 35283 1182 35284 3193 35285 -1285 35286 302 35287 -3610 35288 -3172 35289 -1431 35290 -2433 35291 1955 35292 964 35293 2273 35294 1679 35295 -984 35296 -1664 35297 -1838 35298 -2647 35299 1589 35300 287 35301 3645 35302 3371 35303 1749 35304 2501 35305 -755 35306 569 35307 -272 35308 1272 35309 1017 35310 2315 35311 -22 35312 2192 35313 -1242 35314 1621 35315 -595 35316 3065 35317 14 35318 4872 35319 -2103 35320 2877 35321 -5496 35322 -96 35323 -5490 35324 -878 35325 -3138 35326 1401 35327 -3517 35328 476 35329 -7303 35330 -4637 35331 -8369 35332 -8193 35333 -4665 35334 -7432 35335 -300 35336 -4994 35337 391 35338 -5907 35339 -254 35340 -7162 35341 1637 35342 -6146 35343 4883 35344 -3473 35345 5738 35346 -1987 35347 5268 35348 -1776 35349 5668 35350 -263 35351 6779 35352 2469 35353 5158 35354 2187 35355 2279 35356 -216 35357 2822 35358 745 35359 5820 35360 4870 35361 6487 35362 7665 35363 2423 35364 5943 35365 -933 35366 3822 35367 -319 35368 5357 35369 244 35370 7537 35371 -2985 35372 5351 35373 -7423 35374 647 35375 -8053 35376 -2488 35377 -5810 35378 -3041 35379 -3846 35380 -3656 35381 -2968 35382 -4551 35383 -912 35384 -2709 35385 2216 35386 718 35387 1879 35388 1608 35389 -1040 35390 -313 35391 -2104 35392 -741 35393 -956 35394 1120 35395 -1096 35396 1056 35397 -4382 35398 -3250 35399 -6088 35400 -7341 35401 -3123 35402 -7023 35403 1991 35404 -3037 35405 3180 35406 -2240 35407 1471 35408 -3970 35409 2111 35410 -3552 35411 4457 35412 -1234 35413 4649 35414 284 35415 3342 35416 -239 35417 2948 35418 173 35419 4426 35420 2443 35421 3901 35422 3013 35423 1058 35424 716 35425 -195 35426 -459 35427 1917 35428 1307 35429 3048 35430 3388 35431 1005 35432 713 35433 -1266 35434 -1782 35435 1390 35436 551 35437 5333 35438 5241 35439 4579 35440 7069 35441 228 35442 4921 35443 -2823 35444 3392 35445 -2977 35446 3092 35447 -3368 35448 1910 35449 -5189 35450 -1495 35451 -4453 35452 -3021 35453 -1413 35454 -1047 35455 1102 35456 958 35457 313 35458 837 35459 -760 35460 1733 35461 114 35462 4597 35463 -1077 35464 5592 35465 -5531 35466 1033 35467 -10646 35468 -6445 35469 -9759 35470 -9856 35471 -4169 35472 -9032 35473 -198 35474 -8218 35475 1285 35476 -8468 35477 3864 35478 -6588 35479 8389 35480 -1414 35481 10131 35482 3153 35483 7244 35484 3758 35485 3867 35486 3008 35487 2538 35488 3531 35489 1860 35490 2938 35491 -549 35492 5 35493 -1424 35494 -2028 35495 1943 35496 79 35497 4658 35498 3775 35499 3922 35500 3915 35501 581 35502 1536 35503 -139 35504 1776 35505 1974 35506 4931 35507 1959 35508 5966 35509 -1553 35510 3545 35511 -3586 35512 863 35513 -2800 35514 2072 35515 -1658 35516 3188 35517 -3387 35518 1119 35519 -4884 35520 -1269 35521 -3632 35522 -1327 35523 -1611 35524 -557 35525 -1498 35526 -2150 35527 -1761 35528 -2533 35529 931 35530 408 35531 3235 35532 5045 35533 1278 35534 5404 35535 -3348 35536 1683 35537 -6049 35538 -1151 35539 -5195 35540 -1041 35541 -4488 35542 -2391 35543 -5987 35544 -6856 35545 -5475 35546 -9460 35547 -545 35548 -7224 35549 4549 35550 -2884 35551 5838 35552 -467 35553 4402 35554 480 35555 3374 35556 1909 35557 2627 35558 2856 35559 -719 35560 -105 35561 -3721 35562 -4548 35563 -2717 35564 -5509 35565 1543 35566 -3543 35567 4060 35568 -2494 35569 3765 35570 -3203 35571 5270 35572 -1036 35573 8791 35574 4603 35575 9862 35576 9360 35577 5482 35578 8662 35579 295 35580 6456 35581 -1786 35582 5759 35583 -1634 35584 6081 35585 -3274 35586 4090 35587 -5770 35588 775 35589 -5170 35590 196 35591 -2665 35592 1825 35593 -2119 35594 2311 35595 -3886 35596 798 35597 -3487 35598 1136 35599 -2251 35600 3709 35601 -3581 35602 3318 35603 -8078 35604 -1036 35605 -10766 35606 -5369 35607 -8980 35608 -6669 35609 -6261 35610 -7160 35611 -5982 35612 -10777 35613 -5029 35614 -13627 35615 -94 35616 -11868 35617 6444 35618 -6760 35619 8973 35620 -2777 35621 8200 35622 -899 35623 7584 35624 1482 35625 7656 35626 4377 35627 4701 35628 3731 35629 286 35630 -202 35631 -1486 35632 -2844 35633 805 35634 -2078 35635 3283 35636 -1424 35637 3541 35638 -2031 35639 4133 35640 -1502 35641 7501 35642 3525 35643 9995 35644 8910 35645 6880 35646 9828 35647 1830 35648 8256 35649 -1347 35650 7907 35651 -1760 35652 8758 35653 -4366 35654 6343 35655 -8389 35656 1756 35657 -9671 35658 -1632 35659 -7468 35660 -2241 35661 -5879 35662 -2920 35663 -5596 35664 -5305 35665 -4055 35666 -6160 35667 -364 35668 -2656 35669 2606 35670 390 35671 1400 35672 638 35673 -1012 35674 -294 35675 -1338 35676 873 35677 -1082 35678 1741 35679 -4428 35680 -2024 35681 -8144 35682 -8054 35683 -6999 35684 -11354 35685 -1525 35686 -10052 35687 3441 35688 -7716 35689 5820 35690 -6198 35691 7808 35692 -2364 35693 10720 35694 3522 35695 9675 35696 6983 35697 4491 35698 5543 35699 -992 35700 1241 35701 -2765 35702 -1208 35703 -2033 35704 -2778 35705 -1370 35706 -6079 35707 612 35708 -7491 35709 6192 35710 -2942 35711 12108 35712 5022 35713 12719 35714 10138 35715 8307 35716 10675 35717 3300 35718 10853 35719 -41 35720 11376 35721 -3688 35722 8368 35723 -8637 35724 2170 35725 -10351 35726 -2984 35727 -7137 35728 -3147 35729 -2757 35730 -1323 35731 -1051 35732 -914 35733 -1241 35734 -925 35735 -147 35736 1308 35737 692 35738 3270 35739 -2268 35740 1710 35741 -5779 35742 -2470 35743 -5633 35744 -3814 35745 -2823 35746 -2558 35747 -1598 35748 -2406 35749 -3238 35750 -4715 35751 -3696 35752 -6072 35753 -860 35754 -4962 35755 1288 35756 -4192 35757 639 35758 -6154 35759 980 35760 -7387 35761 5116 35762 -3654 35763 9056 35764 1372 35765 8823 35766 4043 35767 6027 35768 5042 35769 3769 35770 5828 35771 2180 35772 6353 35773 -1711 35774 2419 35775 -6078 35776 -4023 35777 -5224 35778 -7283 35779 56 35780 -5461 35781 5586 35782 -1630 35783 7811 35784 1285 35785 8778 35786 5431 35787 9576 35788 11109 35789 7044 35790 14768 35791 -626 35792 11266 35793 -7974 35794 4622 35795 -10795 35796 -492 35797 -9128 35798 -3345 35799 -7092 35800 -5744 35801 -4465 35802 -7209 35803 1164 35804 -3430 35805 6817 35806 3846 35807 7407 35808 8770 35809 2567 35810 8412 35811 -3048 35812 6409 35813 -6208 35814 4613 35815 -8232 35816 953 35817 -11420 35818 -5221 35819 -11448 35820 -9724 35821 -6473 35822 -9550 35823 -434 35824 -6211 35825 1463 35826 -5227 35827 1288 35828 -4902 35829 2306 35830 -2660 35831 4009 35832 149 35833 2560 35834 -154 35835 -490 35836 -3460 35837 -1215 35838 -4489 35839 1835 35840 -2404 35841 3356 35842 -1682 35843 2006 35844 -3483 35845 1775 35846 -4649 35847 4829 35848 -2027 35849 7371 35850 881 35851 7073 35852 1263 35853 6667 35854 2349 35855 7949 35856 6621 35857 9324 35858 11796 35859 6102 35860 13255 35861 -71 35862 10972 35863 -4057 35864 8577 35865 -5886 35866 7240 35867 -8480 35868 3467 35869 -11464 35870 -3336 35871 -10379 35872 -6564 35873 -4526 35874 -4029 35875 231 35876 -34 35877 983 35878 1983 35879 -339 35880 3077 35881 -1071 35882 5570 35883 -3131 35884 5852 35885 -8504 35886 876 35887 -13562 35888 -6528 35889 -14187 35890 -11337 35891 -9549 35892 -13070 35893 -5255 35894 -14356 35895 -1536 35896 -15285 35897 3865 35898 -12039 35899 10506 35900 -4729 35901 13129 35902 994 35903 10525 35904 1895 35905 7168 35906 2691 35907 5796 35908 4542 35909 4642 35910 5235 35911 519 35912 1818 35913 -2437 35914 -2565 35915 -1093 35916 -2529 35917 2544 35918 -497 35919 4167 35920 367 35921 4030 35922 360 35923 5088 35924 3043 35925 7509 35926 8186 35927 5778 35928 9874 35929 1068 35930 8251 35931 -2664 35932 6594 35933 -3927 35934 6289 35935 -5729 35936 4219 35937 -8529 35938 -1182 35939 -9652 35940 -5629 35941 -5730 35942 -4836 35943 -1032 35944 -1807 35945 669 35946 -755 35947 -97 35948 -148 35949 228 35950 2052 35951 996 35952 4618 35953 -2183 35954 3511 35955 -7388 35956 -1733 35957 -9609 35958 -5967 35959 -7553 35960 -7383 35961 -5180 35962 -8796 35963 -3557 35964 -11168 35965 -403 35966 -10505 35967 5143 35968 -5754 35969 8761 35970 -1151 35971 7283 35972 -363 35973 4842 35974 -864 35975 4709 35976 939 35977 5019 35978 3129 35979 2648 35980 1519 35981 -142 35982 -2235 35983 175 35984 -2721 35985 3267 35986 -568 35987 4690 35988 331 35989 3659 35990 -374 35991 3759 35992 573 35993 6316 35994 4222 35995 6989 35996 7531 35997 4659 35998 7780 35999 1536 36000 7709 36001 363 36002 8730 36003 -1468 36004 9011 36005 -6042 36006 4362 36007 -10073 36008 -1395 36009 -9375 36010 -4145 36011 -5455 36012 -4115 36013 -2753 36014 -4499 36015 -1471 36016 -5015 36017 1333 36018 -2006 36019 5154 36020 3916 36021 5014 36022 7724 36023 -194 36024 5725 36025 -5681 36026 1661 36027 -8199 36028 -1239 36029 -8577 36030 -4939 36031 -9003 36032 -10361 36033 -6685 36034 -13647 36035 -138 36036 -10774 36037 7051 36038 -4756 36039 9425 36040 -398 36041 8500 36042 2188 36043 7425 36044 4772 36045 5770 36046 7417 36047 1267 36048 5408 36049 -4771 36050 -956 36051 -6493 36052 -5832 36053 -3123 36054 -5850 36055 1318 36056 -4612 36057 3499 36058 -3918 36059 4863 36060 -2634 36061 8134 36062 1766 36063 9633 36064 6349 36065 6945 36066 7175 36067 2769 36068 5789 36069 1142 36070 6079 36071 1238 36072 7092 36073 -694 36074 5411 36075 -3727 36076 2410 36077 -3876 36078 2020 36079 -1919 36080 3595 36081 -1883 36082 3373 36083 -4072 36084 570 36085 -5075 36086 -1650 36087 -2385 36088 268 36089 75 36090 3073 36091 -1186 36092 3000 36093 -3917 36094 1629 36095 -4523 36096 1444 36097 -4866 36098 1286 36099 -7406 36100 -2495 36101 -10007 36102 -8253 36103 -8466 36104 -10848 36105 -3567 36106 -9890 36107 977 36108 -8677 36109 3583 36110 -7532 36111 6398 36112 -3241 36113 9985 36114 3040 36115 9133 36116 6836 36117 3419 36118 4481 36119 -2343 36120 105 36121 -3641 36122 -2368 36123 -2514 36124 -3766 36125 -1873 36126 -7384 36127 -130 36128 -9040 36129 5472 36130 -5737 36131 11806 36132 1359 36133 14193 36134 7052 36135 11336 36136 10247 36137 7772 36138 12569 36139 4710 36140 14498 36141 -308 36142 12575 36143 -6822 36144 6461 36145 -10101 36146 1875 36147 -8438 36148 812 36149 -6092 36150 348 36151 -6071 36152 -1716 36153 -5795 36154 -3002 36155 -3054 36156 -888 36157 -662 36158 2120 36159 -1756 36160 1679 36161 -4729 36162 -1242 36163 -5655 36164 -2086 36165 -4449 36166 -1574 36167 -4549 36168 -2499 36169 -6168 36170 -6038 36171 -5513 36172 -8351 36173 -2558 36174 -7214 36175 268 36176 -6511 36177 798 36178 -7462 36179 1928 36180 -6723 36181 5648 36182 -2976 36183 8323 36184 1363 36185 6388 36186 2128 36187 3150 36188 764 36189 2234 36190 1207 36191 2786 36192 2200 36193 985 36194 577 36195 -1221 36196 -3217 36197 -846 36198 -4264 36199 3555 36200 -1165 36201 6568 36202 1882 36203 6286 36204 3462 36205 5262 36206 5181 36207 5333 36208 8498 36209 3397 36210 10181 36211 -1454 36212 7491 36213 -6084 36214 3304 36215 -6997 36216 1262 36217 -5658 36218 338 36219 -5886 36220 -2489 36221 -5711 36222 -5318 36223 -2635 36224 -3792 36225 1891 36226 867 36227 2753 36228 3190 36229 -207 36230 2355 36231 -2444 36232 1556 36233 -2474 36234 2495 36235 -3557 36236 1518 36237 -6619 36238 -2896 36239 -8679 36240 -7127 36241 -5849 36242 -7898 36243 -2375 36244 -7610 36245 -569 36246 -8072 36247 936 36248 -7785 36249 4534 36250 -4131 36251 7999 36252 348 36253 7219 36254 1922 36255 3691 36256 1024 36257 2124 36258 833 36259 2653 36260 2316 36261 1213 36262 1368 36263 -1591 36264 -3045 36265 -1871 36266 -5548 36267 1763 36268 -3534 36269 5868 36270 -304 36271 6480 36272 1640 36273 6169 36274 2736 36275 6604 36276 6202 36277 6809 36278 9741 36279 3150 36280 9290 36281 -2324 36282 6358 36283 -5237 36284 3881 36285 -5371 36286 2344 36287 -6303 36288 -598 36289 -7374 36290 -4936 36291 -5181 36292 -5592 36293 -293 36294 -2355 36295 2714 36296 873 36297 1831 36298 912 36299 68 36300 396 36301 1127 36302 2953 36303 882 36304 4761 36305 -2368 36306 2751 36307 -5617 36308 -1566 36309 -6517 36310 -3781 36311 -4438 36312 -3699 36313 -3386 36314 -4995 36315 -3103 36316 -6946 36317 -966 36318 -6340 36319 3228 36320 -2770 36321 4727 36322 -913 36323 3018 36324 -1613 36325 2132 36326 -1093 36327 3409 36328 1445 36329 3232 36330 2023 36331 279 36332 -846 36333 -2009 36334 -4208 36335 94 36336 -3566 36337 3912 36338 -1075 36339 5165 36340 -142 36341 4448 36342 -255 36343 5346 36344 2156 36345 7333 36346 6702 36347 6591 36348 8511 36349 1966 36350 7263 36351 -1099 36352 5959 36353 -2355 36354 5372 36355 -4173 36356 3651 36357 -6593 36358 -896 36359 -6912 36360 -3706 36361 -3005 36362 -2263 36363 700 36364 -86 36365 616 36366 379 36367 -237 36368 106 36369 636 36370 2188 36371 2115 36372 5396 36373 -328 36374 5265 36375 -4881 36376 1316 36377 -7403 36378 -1879 36379 -6135 36380 -2382 36381 -5024 36382 -4119 36383 -5515 36384 -7092 36385 -3921 36386 -8262 36387 299 36388 -5655 36389 3560 36390 -3163 36391 3616 36392 -2337 36393 2928 36394 -1959 36395 4454 36396 938 36397 4655 36398 2878 36399 1591 36400 1029 36401 -2139 36402 -2449 36403 -2232 36404 -4098 36405 1299 36406 -2168 36407 3553 36408 -1626 36409 3218 36410 -2635 36411 4137 36412 -925 36413 7153 36414 3592 36415 8136 36416 7622 36417 5300 36418 7996 36419 1760 36420 7226 36421 -452 36422 7594 36423 -1806 36424 6568 36425 -5087 36426 2981 36427 -7359 36428 -684 36429 -5425 36430 -1138 36431 -2685 36432 576 36433 -1979 36434 365 36435 -3452 36436 -1298 36437 -2431 36438 -401 36439 -181 36440 2037 36441 -604 36442 2957 36443 -4405 36444 -201 36445 -6306 36446 -3671 36447 -4690 36448 -3447 36449 -2778 36450 -3367 36451 -2860 36452 -5219 36453 -2906 36454 -6938 36455 -131 36456 -5677 36457 2632 36458 -3521 36459 3430 36460 -2732 36461 2841 36462 -2740 36463 4006 36464 -630 36465 5835 36466 2937 36467 4636 36468 3459 36469 767 36470 664 36471 -1036 36472 -626 36473 428 36474 564 36475 967 36476 846 36477 -691 36478 -1361 36479 -1426 36480 -3597 36481 1340 36482 -1398 36483 4821 36484 2427 36485 4394 36486 3369 36487 2626 36488 3404 36489 1577 36490 4623 36491 629 36492 5672 36493 -1938 36494 3548 36495 -5290 36496 -595 36497 -5180 36498 -2799 36499 -2138 36500 -1669 36501 -445 36502 -1403 36503 -796 36504 -2797 36505 442 36506 -1237 36507 3739 36508 3744 36509 4493 36510 7252 36511 659 36512 5782 36513 -4344 36514 2537 36515 -6057 36516 561 36517 -5925 36518 -542 36519 -6784 36520 -3953 36521 -7477 36522 -7141 36523 -5051 36524 -7848 36525 -714 36526 -6113 36527 2204 36528 -4965 36529 2451 36530 -4631 36531 3626 36532 -2876 36533 5622 36534 941 36535 5344 36536 2397 36537 2449 36538 425 36539 382 36540 -1144 36541 1470 36542 224 36543 2623 36544 1941 36545 1414 36546 238 36547 -802 36548 -2333 36549 496 36550 -1588 36551 3354 36552 1270 36553 3878 36554 2876 36555 1965 36556 2094 36557 1482 36558 2562 36559 2255 36560 4714 36561 958 36562 4744 36563 -2209 36564 2315 36565 -3652 36566 593 36567 -2459 36568 1011 36569 -1929 36570 814 36571 -3528 36572 -2063 36573 -3729 36574 -3761 36575 -595 36576 -1485 36577 2225 36578 1946 36579 1338 36580 2492 36581 -1184 36582 245 36583 -2258 36584 -378 36585 -1128 36586 481 36587 -1479 36588 -141 36589 -3513 36590 -3021 36591 -3926 36592 -4586 36593 -936 36594 -3027 36595 1228 36596 -2410 36597 791 36598 -3007 36599 1216 36600 -2426 36601 3377 36602 362 36603 4217 36604 2755 36605 1351 36606 1353 36607 -899 36608 -947 36609 -567 36610 -281 36611 1386 36612 1771 36613 143 36614 549 36615 -2275 36616 -2966 36617 -1853 36618 -4056 36619 1536 36620 -2094 36621 3823 36622 -71 36623 3518 36624 213 36625 3106 36626 1161 36627 4503 36628 4064 36629 4205 36630 6057 36631 1392 36632 4618 36633 -1733 36634 2584 36635 -2445 36636 2111 36637 -2321 36638 1658 36639 -3621 36640 -884 36641 -4358 36642 -4305 36643 -1393 36644 -2852 36645 3175 36646 1257 36647 4067 36648 3875 36649 828 36650 3206 36651 -1385 36652 2482 36653 -1357 36654 3199 36655 -2490 36656 2191 36657 -5132 36658 -1707 36659 -7133 36660 -5491 36661 -4616 36662 -5671 36663 -975 36664 -4196 36665 544 36666 -4139 36667 1538 36668 -3157 36669 3462 36670 -445 36671 4347 36672 2218 36673 1910 36674 1441 36675 -1327 36676 -2027 36677 -1192 36678 -2590 36679 1735 36680 -365 36681 2421 36682 929 36683 910 36684 -174 36685 178 36686 -1387 36687 2637 36688 1176 36689 3406 36690 3354 36691 1170 36692 1680 36693 -1440 36694 -375 36695 -742 36696 -113 36697 956 36698 1240 36699 1291 36700 1238 36701 699 36702 881 36703 1292 36704 3087 36705 2378 36706 5519 36707 -469 36708 4315 36709 -4768 36710 93 36711 -5698 36712 -2074 36713 -3635 36714 -1436 36715 -1517 36716 -1414 36717 -1614 36718 -2952 36719 -1128 36720 -3134 36721 1508 36722 326 36723 3359 36724 3706 36725 1198 36726 3159 36727 -3062 36728 -76 36729 -4433 36730 -2271 36731 -3638 36732 -3493 36733 -2657 36734 -5555 36735 -1418 36736 -6572 36737 2828 36738 -3886 36739 6726 36740 1707 36741 7216 36742 5362 36743 3431 36744 4631 36745 493 36746 3662 36747 -513 36748 4096 36749 -2062 36750 2523 36751 -5472 36752 -2306 36753 -6784 36754 -6546 36755 -3097 36756 -6029 36757 2547 36758 -2276 36759 4355 36760 51 36761 3599 36762 794 36763 3039 36764 2207 36765 2621 36766 3125 36767 510 36768 2401 36769 -2535 36770 -906 36771 -2480 36772 -1698 36773 432 36774 50 36775 1645 36776 911 36777 1027 36778 -97 36779 327 36780 261 36781 2094 36782 3445 36783 2032 36784 5200 36785 -1814 36786 2579 36787 -5088 36788 -1888 36789 -4186 36790 -3127 36791 -654 36792 -820 36793 522 36794 415 36795 -209 36796 -306 36797 -407 36798 403 36799 58 36800 1663 36801 -1488 36802 914 36803 -3784 36804 -2841 36805 -4408 36806 -4714 36807 -1775 36808 -4260 36809 767 36810 -3272 36811 1132 36812 -4047 36813 2230 36814 -3182 36815 5144 36816 1355 36817 6743 36818 5597 36819 3799 36820 5226 36821 -1169 36822 1111 36823 -2585 36824 -408 36825 -1045 36826 196 36827 -533 36828 -19 36829 -922 36830 -1120 36831 -73 36832 -630 36833 2088 36834 1851 36835 2868 36836 3494 36837 474 36838 2447 36839 -2034 36840 1333 36841 -2200 36842 1551 36843 -2505 36844 410 36845 -3961 36846 -3169 36847 -4043 36848 -5511 36849 -195 36850 -3504 36851 3906 36852 630 36853 3642 36854 2015 36855 866 36856 323 36857 -646 36858 251 36859 827 36860 1524 36861 624 36862 2063 36863 -1403 36864 -673 36865 -2707 36866 -2147 36867 -829 36868 -1767 36869 772 36870 -705 36871 296 36872 -918 36873 10 36874 -963 36875 1248 36876 1057 36877 2017 36878 2186 36879 144 36880 337 36881 -1827 36882 -2022 36883 -163 36884 -413 36885 2491 36886 2588 36887 1283 36888 3213 36889 -1904 36890 371 36891 -2710 36892 -1582 36893 -696 36894 -37 36895 973 36896 808 36897 -818 36898 -429 36899 -2172 36900 -1896 36901 -780 36902 -1134 36903 941 36904 -87 36905 940 36906 -157 36907 96 36908 -497 36909 695 36910 876 36911 1484 36912 1757 36913 -272 36914 35 36915 -2371 36916 -2125 36917 -691 36918 -1659 36919 2272 36920 1745 36921 2720 36922 2817 36923 -648 36924 438 36925 -2543 36926 -1781 36927 -763 36928 -395 36929 643 36930 1202 36931 -436 36932 6 36933 -1951 36934 -1970 36935 -1021 36936 -1353 36937 1123 36938 378 36939 843 36940 144 36941 -290 36942 -644 36943 -186 36944 19 36945 425 36946 978 36947 -1120 36948 -1115 36949 -2348 36950 -4067 36951 -740 36952 -3669 36953 3512 36954 -127 36955 4845 36956 2655 36957 1978 36958 1486 36959 125 36960 426 36961 793 36962 2266 36963 2045 36964 3630 36965 234 36966 2785 36967 -2393 36968 -246 36969 -2272 36970 -649 36971 -546 36972 893 36973 -94 36974 1350 36975 -914 36976 1011 36977 -1052 36978 1887 36979 -1147 36980 2391 36981 -3404 36982 -88 36983 -6052 36984 -4940 36985 -5295 36986 -7149 36987 -987 36988 -4547 36989 2492 36990 -2004 36991 2604 36992 -2155 36993 1830 36994 -2555 36995 3536 36996 443 36997 5189 36998 4168 36999 2653 37000 3732 37001 -1583 37002 146 37003 -3073 37004 -2154 37005 -1461 37006 -2243 37007 317 37008 -2061 37009 1446 37010 -1786 37011 3838 37012 591 37013 5021 37014 4459 37015 3456 37016 5094 37017 -991 37018 2502 37019 -3331 37020 310 37021 -2213 37022 787 37023 -808 37024 775 37025 -2099 37026 -1826 37027 -2949 37028 -3820 37029 50 37030 -1646 37031 3740 37032 3087 37033 3026 37034 4875 37035 -548 37036 2651 37037 -3550 37038 415 37039 -4218 37040 -1071 37041 -3723 37042 -2948 37043 -3424 37044 -5132 37045 -1209 37046 -4381 37047 2504 37048 -1205 37049 4026 37050 681 37051 2612 37052 526 37053 1310 37054 534 37055 1642 37056 2564 37057 1428 37058 3351 37059 -1593 37060 304 37061 -4518 37062 -4295 37063 -2844 37064 -4032 37065 1934 37066 -249 37067 3645 37068 2274 37069 1548 37070 1160 37071 -204 37072 392 37073 -507 37074 239 37075 -788 37076 -498 37077 -2260 37078 -2984 37079 -1800 37080 -3624 37081 1522 37082 -2014 37083 4172 37084 79 37085 3640 37086 912 37087 2702 37088 1454 37089 3643 37090 4457 37091 3113 37092 6734 37093 -818 37094 3741 37095 -5565 37096 -1645 37097 -5120 37098 -3686 37099 -973 37100 -1688 37101 2201 37102 705 37103 2041 37104 1054 37105 1561 37106 2086 37107 1939 37108 4558 37109 1290 37110 5700 37111 -1896 37112 3569 37113 -5191 37114 580 37115 -5780 37116 -1082 37117 -5023 37118 -2966 37119 -4898 37120 -5957 37121 -3671 37122 -6762 37123 621 37124 -3900 37125 4209 37126 731 37127 3356 37128 1376 37129 -360 37130 -1863 37131 -1696 37132 -2920 37133 546 37134 -1355 37135 2100 37136 -14 37137 982 37138 -1383 37139 272 37140 -2502 37141 2267 37142 -1153 37143 4445 37144 1547 37145 4008 37146 2270 37147 2155 37148 2357 37149 1426 37150 3316 37151 948 37152 3738 37153 -907 37154 1558 37155 -2452 37156 -295 37157 -1224 37158 214 37159 1441 37160 2908 37161 555 37162 3296 37163 -3431 37164 -523 37165 -4172 37166 -2517 37167 -1528 37168 -1060 37169 824 37170 377 37171 -403 37172 -648 37173 -1343 37174 -2415 37175 194 37176 -1226 37177 2436 37178 1495 37179 2811 37180 2671 37181 810 37182 2414 37183 -125 37184 2617 37185 -1067 37186 2813 37187 -3070 37188 115 37189 -4876 37190 -3196 37191 -3240 37192 -3049 37193 321 37194 -89 37195 891 37196 877 37197 -1641 37198 -1443 37199 -2591 37200 -2673 37201 -428 37202 -917 37203 1183 37204 838 37205 -1039 37206 -847 37207 -3644 37208 -4592 37209 -3285 37210 -5572 37211 -148 37212 -4615 37213 2014 37214 -3904 37215 2363 37216 -3658 37217 3994 37218 -1733 37219 5822 37220 1037 37221 5356 37222 2043 37223 3442 37224 1833 37225 3331 37226 3221 37227 4420 37228 6281 37229 3172 37230 6620 37231 -1297 37232 3331 37233 -4592 37234 28 37235 -3038 37236 531 37237 -340 37238 2457 37239 -731 37240 1720 37241 -2946 37242 -814 37243 -2044 37244 -830 37245 103 37246 1659 37247 579 37248 2914 37249 -1281 37250 2168 37251 -2032 37252 1709 37253 -2953 37254 1662 37255 -4701 37256 -704 37257 -6493 37258 -4522 37259 -5457 37260 -6191 37261 -1730 37262 -4062 37263 565 37264 -2382 37265 -264 37266 -3861 37267 -1241 37268 -5063 37269 951 37270 -2996 37271 3652 37272 -46 37273 3023 37274 -158 37275 -264 37276 -3139 37277 -1119 37278 -4514 37279 1956 37280 -2986 37281 3909 37282 -1457 37283 4158 37284 -903 37285 4671 37286 667 37287 5622 37288 3395 37289 5000 37290 4357 37291 2441 37292 3628 37293 999 37294 3055 37295 1366 37296 5085 37297 1015 37298 6049 37299 -2170 37300 2772 37301 -5095 37302 -1151 37303 -4081 37304 -1659 37305 -964 37306 586 37307 -370 37308 465 37309 -1986 37310 -1725 37311 -2074 37312 -2640 37313 716 37314 -535 37315 2511 37316 1589 37317 2217 37318 1980 37319 495 37320 2655 37321 24 37322 3488 37323 -1424 37324 3036 37325 -4343 37326 -14 37327 -5980 37328 -3029 37329 -3838 37330 -3040 37331 -1751 37332 -2310 37333 -1920 37334 -3940 37335 -2439 37336 -6177 37337 241 37338 -4224 37339 4054 37340 448 37341 4356 37342 2535 37343 642 37344 540 37345 -2276 37346 -2129 37347 -1683 37348 -2893 37349 -386 37350 -3492 37351 184 37352 -4602 37353 729 37354 -4829 37355 3550 37356 -2719 37357 6454 37358 266 37359 6750 37360 1452 37361 6360 37362 3186 37363 6749 37364 6618 37365 6134 37366 9250 37367 2195 37368 7994 37369 -3339 37370 3424 37371 -4383 37372 1350 37373 -2470 37374 2495 37375 -1701 37376 2802 37377 -3498 37378 -120 37379 -4600 37380 -2255 37381 -2362 37382 -1208 37383 248 37384 837 37385 284 37386 1336 37387 -1036 37388 631 37389 -1184 37390 1262 37391 -892 37392 1579 37393 -2499 37394 -193 37395 -4255 37396 -2352 37397 -3163 37398 -2019 37399 -1100 37400 -748 37401 -1430 37402 -1773 37403 -3216 37404 -4877 37405 -2079 37406 -5250 37407 1927 37408 -1549 37409 4427 37410 1168 37411 2109 37412 497 37413 -754 37414 -1446 37415 -607 37416 -969 37417 1010 37418 -93 37419 640 37420 -1175 37421 -495 37422 -2586 37423 370 37424 -2179 37425 2285 37426 -731 37427 3267 37428 -66 37429 2693 37430 -236 37431 3659 37432 2366 37433 5237 37434 5422 37435 3119 37436 6022 37437 -1286 37438 2552 37439 -3122 37440 54 37441 -1467 37442 764 37443 -85 37444 1651 37445 -1340 37446 -171 37447 -2867 37448 -2692 37449 -692 37450 -1681 37451 2849 37452 1333 37453 3615 37454 3259 37455 1992 37456 3901 37457 812 37458 4945 37459 5 37460 5763 37461 -2393 37462 4663 37463 -4990 37464 1292 37465 -6469 37466 -515 37467 -4968 37468 -426 37469 -5102 37470 -1529 37471 -6717 37472 -5454 37473 -6094 37474 -7279 37475 -1903 37476 -4850 37477 2632 37478 -1257 37479 1722 37480 -821 37481 -884 37482 -2524 37483 -1407 37484 -2678 37485 224 37486 -1483 37487 -55 37488 -2392 37489 -1340 37490 -5043 37491 -894 37492 -6005 37493 1743 37494 -4747 37495 3975 37496 -3740 37497 5001 37498 -3187 37499 6666 37500 -533 37501 9048 37502 4348 37503 8675 37504 7495 37505 4715 37506 6382 37507 1151 37508 4242 37509 855 37510 4906 37511 1323 37512 6539 37513 -1094 37514 4906 37515 -4366 37516 1164 37517 -4127 37518 -119 37519 -1663 37520 1708 37521 -65 37522 3103 37523 -1187 37524 2561 37525 -2269 37526 2094 37527 -2725 37528 2651 37529 -3852 37530 2082 37531 -6006 37532 -1050 37533 -7165 37534 -3022 37535 -5280 37536 -3119 37537 -3752 37538 -3677 37539 -4769 37540 -6561 37541 -4694 37542 -9149 37543 -847 37544 -7125 37545 3936 37546 -2533 37547 5003 37548 -756 37549 2826 37550 -1311 37551 1471 37552 -1128 37553 2438 37554 568 37555 2260 37556 1370 37557 -85 37558 -919 37559 -1782 37560 -3168 37561 -655 37562 -3275 37563 778 37564 -3250 37565 1651 37566 -4035 37567 3466 37568 -2988 37569 6521 37570 765 37571 8145 37572 4771 37573 5953 37574 5040 37575 2380 37576 3627 37577 1668 37578 3984 37579 2302 37580 6138 37581 454 37582 5605 37583 -3305 37584 1719 37585 -4757 37586 -1225 37587 -2380 37588 -585 37589 125 37590 912 37591 311 37592 1213 37593 -203 37594 1127 37595 437 37596 2900 37597 613 37598 4149 37599 -1515 37600 3041 37601 -4233 37602 1603 37603 -4637 37604 1193 37605 -4980 37606 688 37607 -6863 37608 -3362 37609 -8786 37610 -8275 37611 -5761 37612 -9330 37613 -968 37614 -6740 37615 2712 37616 -4427 37617 2554 37618 -4434 37619 2916 37620 -3458 37621 4683 37622 -377 37623 5824 37624 2712 37625 3598 37626 2555 37627 363 37628 -84 37629 -925 37630 -1000 37631 -140 37632 -1984 37633 256 37634 -3432 37635 1222 37636 -3753 37637 4453 37638 -1113 37639 7303 37640 3357 37641 6660 37642 4943 37643 3508 37644 3774 37645 1545 37646 3657 37647 2206 37648 5362 37649 1155 37650 5656 37651 -2405 37652 2028 37653 -4420 37654 -1269 37655 -1911 37656 -681 37657 962 37658 1886 37659 1231 37660 2744 37661 -136 37662 2402 37663 -683 37664 2987 37665 -650 37666 3806 37667 -2142 37668 2183 37669 -4392 37670 -521 37671 -4296 37672 -877 37673 -2762 37674 153 37675 -2847 37676 -1001 37677 -4392 37678 -4126 37679 -4181 37680 -5098 37681 -710 37682 -2583 37683 1516 37684 -670 37685 159 37686 -2214 37687 -1193 37688 -4035 37689 835 37690 -2409 37691 3473 37692 1150 37693 3314 37694 2702 37695 543 37696 1726 37697 -958 37698 520 37699 -1821 37700 -164 37701 -2782 37702 -2444 37703 -3835 37704 -6206 37705 -1657 37706 -6812 37707 2581 37708 -4186 37709 5541 37710 -1769 37711 5962 37712 -676 37713 6115 37714 1509 37715 7835 37716 6190 37717 7143 37718 9049 37719 2037 37720 6875 37721 -3270 37722 1580 37723 -4264 37724 -865 37725 -1813 37726 -645 37727 220 37728 -313 37729 1117 37730 120 37731 2822 37732 2267 37733 4758 37734 6825 37735 3853 37736 8635 37737 -432 37738 7913 37739 -4298 37740 6249 37741 -6497 37742 4891 37743 -8432 37744 1402 37745 -11168 37746 -4274 37747 -11001 37748 -7833 37749 -6397 37750 -6722 37751 -1523 37752 -3770 37753 -453 37754 -3084 37755 -1782 37756 -4842 37757 -1048 37758 -4631 37759 1028 37760 -2231 37761 1630 37762 -1925 37763 -327 37764 -3404 37765 -671 37766 -4219 37767 1063 37768 -3242 37769 2396 37770 -2515 37771 2061 37772 -2919 37773 1818 37774 -3111 37775 3888 37776 -1264 37777 4739 37778 -147 37779 4193 37780 -1075 37781 3720 37782 -1077 37783 6040 37784 2581 37785 8784 37786 7136 37787 6440 37788 8544 37789 1963 37790 6371 37791 -1137 37792 5397 37793 -1574 37794 5364 37795 -2794 37796 4517 37797 -5170 37798 831 37799 -5533 37800 -1870 37801 -3206 37802 -1232 37803 -504 37804 1070 37805 -461 37806 1852 37807 -999 37808 2569 37809 -1003 37810 4251 37811 -2631 37812 4226 37813 -6553 37814 -95 37815 -9978 37816 -5372 37817 -8470 37818 -7146 37819 -4330 37820 -6125 37821 -1507 37822 -6308 37823 -708 37824 -7237 37825 1488 37826 -5433 37827 4979 37828 -650 37829 6144 37830 2899 37831 2950 37832 2542 37833 -420 37834 432 37835 -1666 37836 -539 37837 -1552 37838 -1503 37839 -2512 37840 -4189 37841 -2332 37842 -6370 37843 451 37844 -5175 37845 3570 37846 -3155 37847 4657 37848 -2535 37849 4479 37850 -2782 37851 6118 37852 -4 37853 8512 37854 4439 37855 7749 37856 6398 37857 3618 37858 4878 37859 800 37860 3911 37861 993 37862 4975 37863 925 37864 5994 37865 -1273 37866 3669 37867 -3762 37868 1103 37869 -3470 37870 758 37871 -1311 37872 2321 37873 -1390 37874 2141 37875 -2436 37876 1286 37877 -2192 37878 2183 37879 -2480 37880 3313 37881 -4292 37882 1519 37883 -7027 37884 -3011 37885 -7239 37886 -4890 37887 -4390 37888 -4483 37889 -2749 37890 -4481 37891 -2664 37892 -6792 37893 -1584 37894 -7693 37895 2557 37896 -3936 37897 5772 37898 23 37899 4824 37900 758 37901 2341 37902 -431 37903 1261 37904 -279 37905 1639 37906 599 37907 999 37908 9 37909 -643 37910 -2025 37911 -47 37912 -1958 37913 2038 37914 -433 37915 2475 37916 -518 37917 1324 37918 -2023 37919 1699 37920 -1419 37921 4322 37922 1642 37923 5454 37924 3833 37925 3220 37926 2649 37927 984 37928 1543 37929 1063 37930 3083 37931 2024 37932 4563 37933 46 37934 3300 37935 -3142 37936 11 37937 -3217 37938 -1543 37939 -725 37940 -501 37941 1038 37942 381 37943 1205 37944 536 37945 2137 37946 2908 37947 3554 37948 6445 37949 1792 37950 7590 37951 -2920 37952 4923 37953 -6561 37954 1791 37955 -6646 37956 162 37957 -7017 37958 -1836 37959 -7674 37960 -6344 37961 -6472 37962 -9018 37963 -1606 37964 -6930 37965 4068 37966 -1596 37967 5643 37968 1546 37969 3323 37970 1787 37971 1044 37972 2248 37973 -168 37974 2454 37975 -2068 37976 291 37977 -5021 37978 -4106 37979 -5008 37980 -6990 37981 -1479 37982 -6671 37983 2222 37984 -5111 37985 3883 37986 -4506 37987 4897 37988 -2459 37989 7578 37990 1313 37991 8103 37992 4803 37993 5569 37994 4380 37995 1781 37996 1573 37997 1221 37998 2173 37999 2730 38000 4482 38001 2376 38002 4637 38003 138 38004 3092 38005 -1012 38006 2662 38007 -181 38008 4148 38009 -495 38010 4225 38011 -2730 38012 1391 38013 -3754 38014 -164 38015 -1915 38016 604 38017 -236 38018 2465 38019 -712 38020 2404 38021 -1674 38022 2455 38023 -1076 38024 3872 38025 -1862 38026 4963 38027 -5352 38028 2314 38029 -9377 38030 -3375 38031 -9233 38032 -6616 38033 -5491 38034 -6564 38035 -2099 38036 -5936 38037 -1115 38038 -6447 38039 869 38040 -4592 38041 4050 38042 -151 38043 4611 38044 2185 38045 1368 38046 619 38047 -2461 38048 -2649 38049 -2606 38050 -4510 38051 -1629 38052 -5263 38053 -433 38054 -7353 38055 1859 38056 -7827 38057 6574 38058 -3405 38059 11101 38060 2896 38061 10872 38062 6578 38063 7270 38064 7260 38065 3861 38066 7353 38067 1849 38068 7860 38069 -1115 38070 6291 38071 -4778 38072 1552 38073 -6353 38074 -1629 38075 -3492 38076 -1268 38077 -157 38078 990 38079 407 38080 1354 38081 -512 38082 1468 38083 -541 38084 2847 38085 -243 38086 4145 38087 -2483 38088 2474 38089 -5206 38090 -517 38091 -5203 38092 -1581 38093 -3001 38094 -735 38095 -2277 38096 -489 38097 -3599 38098 -2267 38099 -3670 38100 -3375 38101 -1714 38102 -2012 38103 -379 38104 -1550 38105 -1928 38106 -3527 38107 -2629 38108 -5290 38109 -230 38110 -3550 38111 2385 38112 -882 38113 2403 38114 -677 38115 733 38116 -1667 38117 598 38118 -1342 38119 824 38120 -444 38121 271 38122 -1668 38123 -1486 38124 -5219 38125 -455 38126 -5913 38127 3348 38128 -3084 38129 5956 38130 -819 38131 6067 38132 347 38133 5897 38134 2283 38135 6995 38136 6265 38137 6004 38138 8294 38139 1542 38140 6851 38141 -3409 38142 2942 38143 -4250 38144 1247 38145 -3113 38146 836 38147 -2998 38148 -599 38149 -2993 38150 -2611 38151 -1165 38152 -1098 38153 1830 38154 2184 38155 2039 38156 3806 38157 -596 38158 2391 38159 -2660 38160 1613 38161 -2708 38162 1664 38163 -3052 38164 883 38165 -4896 38166 -2104 38167 -5738 38168 -4573 38169 -2834 38170 -4165 38171 123 38172 -2241 38173 96 38174 -2470 38175 -653 38176 -3547 38177 679 38178 -2000 38179 2787 38180 451 38181 2116 38182 607 38183 -244 38184 -957 38185 -1375 38186 -1721 38187 208 38188 -1019 38189 644 38190 -1278 38191 -1003 38192 -4014 38193 -846 38194 -5053 38195 2439 38196 -3139 38197 4813 38198 -451 38199 4784 38200 269 38201 4198 38202 793 38203 4828 38204 3375 38205 5061 38206 6005 38207 2552 38208 5285 38209 -1405 38210 2520 38211 -2875 38212 881 38213 -2015 38214 902 38215 -1560 38216 -496 38217 -2378 38218 -2554 38219 -1089 38220 -2173 38221 2457 38222 764 38223 4334 38224 3535 38225 2474 38226 3706 38227 330 38228 3361 38229 158 38230 4199 38231 -377 38232 5212 38233 -2949 38234 2808 38235 -5572 38236 -461 38237 -5368 38238 -1441 38239 -3348 38240 -644 38241 -3079 38242 -2052 38243 -4253 38244 -4237 38245 -3249 38246 -4701 38247 -200 38248 -3005 38249 953 38250 -2172 38251 306 38252 -2902 38253 222 38254 -3391 38255 2122 38256 -994 38257 3144 38258 1096 38259 1133 38260 -280 38261 -902 38262 -2573 38263 40 38264 -2348 38265 2082 38266 -1219 38267 2085 38268 -1446 38269 1649 38270 -2252 38271 3272 38272 -619 38273 5554 38274 3052 38275 5547 38276 4973 38277 2332 38278 3949 38279 97 38280 3297 38281 4 38282 3764 38283 -638 38284 2760 38285 -3094 38286 -545 38287 -3608 38288 -2993 38289 -430 38290 -1127 38291 2642 38292 2088 38293 2761 38294 3181 38295 1260 38296 3228 38297 990 38298 4934 38299 618 38300 6363 38301 -2343 38302 4632 38303 -5979 38304 478 38305 -7594 38306 -2282 38307 -5152 38308 -2332 38309 -3410 38310 -2398 38311 -3273 38312 -3906 38313 -2300 38314 -3989 38315 -15 38316 -1785 38317 1371 38318 11 38319 -303 38320 -1325 38321 -2082 38322 -3582 38323 -1308 38324 -3430 38325 868 38326 -2021 38327 1026 38328 -2765 38329 -117 38330 -4229 38331 1394 38332 -3219 38333 4395 38334 -75 38335 4853 38336 1457 38337 2994 38338 237 38339 1831 38340 147 38341 2993 38342 2152 38343 3587 38344 3672 38345 1664 38346 2733 38347 189 38348 2130 38349 337 38350 3605 38351 546 38352 4287 38353 -1815 38354 2274 38355 -4254 38356 -673 38357 -3408 38358 -1243 38359 -978 38360 -262 38361 -493 38362 -776 38363 -964 38364 -1865 38365 396 38366 -258 38367 2781 38368 3446 38369 3104 38370 5350 38371 -505 38372 3654 38373 -3557 38374 1490 38375 -3959 38376 924 38377 -3944 38378 -172 38379 -5212 38380 -2890 38381 -5294 38382 -5530 38383 -2676 38384 -4777 38385 1005 38386 -2391 38387 1523 38388 -1541 38389 349 38390 -2330 38391 734 38392 -1327 38393 2059 38394 980 38395 1457 38396 869 38397 -1482 38398 -2319 38399 -1620 38400 -3535 38401 682 38402 -1810 38403 2589 38404 -212 38405 1664 38406 -1317 38407 707 38408 -1634 38409 2229 38410 431 38411 3541 38412 2301 38413 1949 38414 1820 38415 -77 38416 116 38417 185 38418 382 38419 1351 38420 1538 38421 740 38422 1121 38423 -545 38424 -642 38425 -333 38426 -27 38427 1772 38428 2285 38429 1963 38430 2884 38431 -49 38432 1208 38433 -1297 38434 613 38435 539 38436 2414 38437 961 38438 4186 38439 -1634 38440 2473 38441 -4099 38442 -132 38443 -4081 38444 -337 38445 -2896 38446 -158 38447 -3552 38448 -2026 38449 -4555 38450 -4787 38451 -3431 38452 -4959 38453 -24 38454 -3476 38455 1292 38456 -2149 38457 722 38458 -3031 38459 1807 38460 -2187 38461 3499 38462 752 38463 3795 38464 1860 38465 1041 38466 234 38467 -973 38468 -1367 38469 440 38470 -107 38471 1510 38472 1067 38473 305 38474 -195 38475 -1110 38476 -2204 38477 -189 38478 -1764 38479 2135 38480 859 38481 2031 38482 1172 38483 436 38484 -501 38485 -144 38486 -226 38487 1303 38488 1273 38489 1482 38490 1948 38491 -99 38492 -171 38493 -788 38494 -617 38495 1187 38496 1027 38497 1776 38498 2353 38499 52 38500 839 38501 -940 38502 -532 38503 573 38504 869 38505 2046 38506 3298 38507 548 38508 2569 38509 -1936 38510 409 38511 -2291 38512 409 38513 -643 38514 1759 38515 -1037 38516 1221 38517 -2809 38518 -1452 38519 -3351 38520 -2713 38521 -1324 38522 -1631 38523 319 38524 -917 38525 -433 38526 -2232 38527 -936 38528 -2162 38529 640 38530 -353 38531 1972 38532 1123 38533 486 38534 2 38535 -1215 38536 -2002 38537 -372 38538 -876 38539 1527 38540 646 38541 897 38542 269 38543 -1313 38544 -2191 38545 -676 38546 -2103 38547 1660 38548 -85 38549 2212 38550 1032 38551 928 38552 -293 38553 -388 38554 -918 38555 1201 38556 300 38557 2187 38558 1580 38559 893 38560 664 38561 -90 38562 -483 38563 977 38564 638 38565 2533 38566 2843 38567 1514 38568 2485 38569 -404 38570 1237 38571 -76 38572 2013 38573 1430 38574 4236 38575 318 38576 3732 38577 -2696 38578 903 38579 -3726 38580 -551 38581 -2359 38582 558 38583 -1940 38584 812 38585 -3248 38586 -1601 38587 -4032 38588 -3640 38589 -1902 38590 -3040 38591 448 38592 -1434 38593 625 38594 -1646 38595 -255 38596 -2350 38597 808 38598 -957 38599 2137 38600 963 38601 1344 38602 499 38603 -393 38604 -1361 38605 -443 38606 -1037 38607 1656 38608 587 38609 1752 38610 1465 38611 -349 38612 -618 38613 -1157 38614 -1125 38615 463 38616 669 38617 1677 38618 1950 38619 -144 38620 552 38621 -1800 38622 -1454 38623 -646 38624 -884 38625 1143 38626 556 38627 1180 38628 824 38629 -156 38630 -55 38631 563 38632 612 38633 1907 38634 2555 38635 1040 38636 2614 38637 -1411 38638 173 38639 -1964 38640 -612 38641 -517 38642 579 38643 -500 38644 1080 38645 -1859 38646 -1405 38647 -2293 38648 -2493 38649 67 38650 -644 38651 1989 38652 1553 38653 530 38654 684 38655 -1542 38656 -988 38657 -1116 38658 -1099 38659 658 38660 658 38661 567 38662 631 38663 -917 38664 -683 38665 -468 38666 -549 38667 971 38668 1486 38669 1049 38670 1918 38671 -1301 38672 42 38673 -2433 38674 -1258 38675 -1503 38676 -391 38677 -978 38678 -511 38679 -1776 38680 -3102 38681 -2087 38682 -4103 38683 924 38684 -2256 38685 3155 38686 860 38687 2667 38688 1220 38689 1 38690 -144 38691 -253 38692 -110 38693 936 38694 1134 38695 562 38696 656 38697 -1344 38698 -1471 38699 -900 38700 -2562 38701 1232 38702 -97 38703 3050 38704 2010 38705 2302 38706 1670 38707 1226 38708 2341 38709 1504 38710 4298 38711 383 38712 4382 38713 -2791 38714 1453 38715 -5308 38716 -2239 38717 -4198 38718 -2864 38719 -1209 38720 -1416 38721 -419 38722 -1599 38723 -1262 38724 -3098 38725 -159 38726 -2571 38727 2091 38728 356 38729 2537 38730 1862 38731 91 38732 -106 38733 -1499 38734 -1576 38735 -289 38736 -971 38737 868 38738 -291 38739 434 38740 -1293 38741 238 38742 -1303 38743 1802 38744 769 38745 2536 38746 2747 38747 825 38748 1785 38749 -1762 38750 -554 38751 -1413 38752 -421 38753 560 38754 1309 38755 417 38756 862 38757 -1825 38758 -1494 38759 -1672 38760 -1675 38761 1021 38762 472 38763 1983 38764 1931 38765 219 38766 547 38767 -1574 38768 -1034 38769 -799 38770 -615 38771 403 38772 142 38773 -9 38774 -422 38775 -674 38776 -1239 38777 1105 38778 262 38779 2156 38780 2752 38781 506 38782 2060 38783 -2249 38784 -549 38785 -2458 38786 -1434 38787 -1069 38788 -553 38789 -658 38790 -1151 38791 -2123 38792 -3728 38793 -1247 38794 -4632 38795 2685 38796 -1610 38797 5457 38798 2202 38799 4264 38800 3017 38801 1820 38802 2515 38803 638 38804 3394 38805 173 38806 3972 38807 -1994 38808 1748 38809 -4333 38810 -1120 38811 -3792 38812 -2105 38813 -1546 38814 -1589 38815 -1114 38816 -2044 38817 -1256 38818 -3467 38819 209 38820 -2808 38821 2913 38822 655 38823 3476 38824 2411 38825 932 38826 536 38827 -688 38828 -852 38829 490 38830 663 38831 1713 38832 2726 38833 585 38834 1630 38835 -1559 38836 -402 38837 -968 38838 -323 38839 836 38840 1135 38841 504 38842 972 38843 -890 38844 -54 38845 -1060 38846 542 38847 187 38848 1902 38849 -479 38850 1437 38851 -2476 38852 -978 38853 -2983 38854 -1948 38855 -1094 38856 -911 38857 -106 38858 -674 38859 -1531 38860 -3140 38861 -2066 38862 -4885 38863 593 38864 -2880 38865 4119 38866 673 38867 4071 38868 1724 38869 1731 38870 839 38871 1083 38872 1020 38873 1327 38874 2442 38875 492 38876 2284 38877 -2031 38878 -458 38879 -2028 38880 -1518 38881 -208 38882 -675 38883 892 38884 -137 38885 63 38886 -1497 38887 182 38888 -891 38889 2636 38890 1806 38891 3255 38892 3947 38893 684 38894 2662 38895 -1777 38896 658 38897 -1353 38898 828 38899 667 38900 2769 38901 -532 38902 2039 38903 -3538 38904 -586 38905 -3936 38906 -1731 38907 -2033 38908 -1010 38909 -1423 38910 -1497 38911 -1848 38912 -3017 38913 -1354 38914 -3222 38915 1215 38916 -1292 38917 2343 38918 271 38919 1393 38920 -188 38921 513 38922 -38 38923 956 38924 1478 38925 1180 38926 2378 38927 -1426 38928 -350 38929 -4238 38930 -4468 38931 -2488 38932 -4812 38933 1777 38934 -2163 38935 3864 38936 -201 38937 3285 38938 355 38939 3153 38940 1786 38941 4233 38942 5256 38943 3105 38944 6133 38945 -1075 38946 3741 38947 -4741 38948 223 38949 -5147 38950 -1681 38951 -4245 38952 -2981 38953 -3491 38954 -5276 38955 -1198 38956 -5559 38957 2646 38958 -1821 38959 6206 38960 2668 38961 5196 38962 4141 38963 1464 38964 2520 38965 53 38966 2216 38967 165 38968 3206 38969 -743 38970 2399 38971 -3722 38972 -809 38973 -4043 38974 -2770 38975 -926 38976 -958 38977 1354 38978 1039 38979 735 38980 1031 38981 -910 38982 684 38983 -816 38984 1045 38985 -1107 38986 684 38987 -2444 38988 -1350 38989 -3514 38990 -3742 38991 -1803 38992 -2782 38993 1122 38994 -430 38995 1187 38996 -207 38997 -741 38998 -2111 38999 -983 39000 -2579 39001 1098 39002 -864 39003 1578 39004 -339 39005 226 39006 -2462 39007 -198 39008 -3326 39009 2438 39010 -1311 39011 5205 39012 2623 39013 4751 39014 3989 39015 2437 39016 3773 39017 864 39018 4285 39019 -706 39020 3450 39021 -3408 39022 429 39023 -5235 39024 -3411 39025 -2958 39026 -4263 39027 1094 39028 -1465 39029 3350 39030 550 39031 2670 39032 1398 39033 2525 39034 3031 39035 3447 39036 6613 39037 1703 39038 7745 39039 -3526 39040 3860 39041 -8134 39042 -1833 39043 -8043 39044 -4688 39045 -5125 39046 -5302 39047 -2314 39048 -6024 39049 -552 39050 -5428 39051 2828 39052 -2437 39053 5336 39054 1709 39055 4883 39056 3139 39057 2133 39058 2393 39059 -82 39060 1750 39061 -645 39062 1951 39063 -1767 39064 541 39065 -4204 39066 -3197 39067 -3709 39068 -4575 39069 103 39070 -2538 39071 2861 39072 492 39073 2448 39074 259 39075 -141 39076 -1011 39077 -41 39078 -820 39079 1619 39080 707 39081 1444 39082 843 39083 -120 39084 -324 39085 -326 39086 -88 39087 1668 39088 1554 39089 1084 39090 1267 39091 -538 39092 -508 39093 -1015 39094 -1185 39095 682 39096 453 39097 1348 39098 910 39099 -349 39100 -918 39101 24 39102 -1197 39103 2818 39104 1360 39105 4442 39106 5342 39107 2684 39108 5637 39109 -1352 39110 3169 39111 -3353 39112 1965 39113 -2824 39114 1930 39115 -3507 39116 92 39117 -5042 39118 -2508 39119 -3916 39120 -3748 39121 -879 39122 -2263 39123 758 39124 -366 39125 122 39126 -548 39127 -248 39128 329 39129 -181 39130 2082 39131 -671 39132 1941 39133 -4079 39134 -2508 39135 -6109 39136 -6271 39137 -4054 39138 -6824 39139 128 39140 -4476 39141 1882 39142 -4352 39143 1931 39144 -4816 39145 3921 39146 -3112 39147 6912 39148 1073 39149 7352 39150 3404 39151 4838 39152 3507 39153 2454 39154 3724 39155 1950 39156 4205 39157 591 39158 3351 39159 -1933 39160 1132 39161 -2382 39162 -568 39163 -1030 39164 485 39165 945 39166 1671 39167 137 39168 637 39169 -1302 39170 -745 39171 561 39172 1126 39173 2804 39174 4646 39175 1687 39176 5119 39177 -2370 39178 2682 39179 -4520 39180 2 39181 -4186 39182 -105 39183 -3586 39184 -1159 39185 -4632 39186 -3737 39187 -4184 39188 -5510 39189 -1134 39190 -4121 39191 1497 39192 -2182 39193 2387 39194 -1456 39195 2050 39196 -558 39197 2912 39198 2294 39199 2419 39200 4406 39201 -922 39202 1701 39203 -4346 39204 -2443 39205 -4371 39206 -3904 39207 -1585 39208 -2879 39209 38 39210 -2493 39211 -461 39212 -4267 39213 107 39214 -4313 39215 3252 39216 -1437 39217 5288 39218 1678 39219 4249 39220 1562 39221 2446 39222 1216 39223 2161 39224 2072 39225 2095 39226 2826 39227 763 39228 1649 39229 -722 39230 183 39231 126 39232 1194 39233 1418 39234 2540 39235 52 39236 1458 39237 -1842 39238 -1288 39239 -898 39240 -972 39241 2047 39242 1840 39243 2873 39244 4120 39245 553 39246 3028 39247 -1352 39248 1972 39249 -1040 39250 2973 39251 -920 39252 3441 39253 -3326 39254 1148 39255 -5623 39256 -1854 39257 -5432 39258 -3570 39259 -3182 39260 -3685 39261 -1520 39262 -3876 39263 -327 39264 -3775 39265 2111 39266 -854 39267 4039 39268 3054 39269 2265 39270 3565 39271 -2008 39272 441 39273 -4466 39274 -1903 39275 -3327 39276 -2382 39277 -2272 39278 -3682 39279 -2849 39280 -6223 39281 -1525 39282 -8013 39283 2625 39284 -5226 39285 7187 39286 -55 39287 8085 39288 3022 39289 6165 39290 4042 39291 4286 39292 5110 39293 2976 39294 5471 39295 -47 39296 3443 39297 -2883 39298 40 39299 -2666 39300 -498 39301 -493 39302 805 39303 497 39304 865 39305 -574 39306 -515 39307 -334 39308 -428 39309 2073 39310 2441 39311 3113 39312 4489 39313 16 39314 3027 39315 -3110 39316 345 39317 -2842 39318 88 39319 -830 39320 1482 39321 -795 39322 1418 39323 -2505 39324 -309 39325 -2713 39326 -675 39327 -2034 39328 -497 39329 -1940 39330 -1602 39331 -2669 39332 -3250 39333 -1287 39334 -3014 39335 1301 39336 -556 39337 2502 39338 899 39339 620 39340 11 39341 -591 39342 -275 39343 231 39344 1707 39345 491 39346 3120 39347 -2435 39348 527 39349 -5516 39350 -4218 39351 -4856 39352 -6456 39353 -543 39354 -4499 39355 1715 39356 -3226 39357 2304 39358 -2699 39359 3280 39360 -341 39361 4504 39362 2046 39363 4256 39364 2904 39365 1392 39366 1106 39367 -431 39368 137 39369 321 39370 318 39371 809 39372 15 39373 -74 39374 -2293 39375 653 39376 -2485 39377 4336 39378 1102 39379 7191 39380 6198 39381 5550 39382 7559 39383 1274 39384 6136 39385 -1545 39386 5114 39387 -2406 39388 5369 39389 -3665 39390 4397 39391 -6450 39392 513 39393 -7464 39394 -2013 39395 -5582 39396 -2447 39397 -3804 39398 -2740 39399 -3041 39400 -3568 39401 -2294 39402 -3079 39403 -152 39404 -1244 39405 764 39406 245 39407 -1287 39408 -1474 39409 -2980 39410 -3459 39411 -1546 39412 -2673 39413 797 39414 -418 39415 392 39416 -1206 39417 -2490 39418 -4154 39419 -2449 39420 -5525 39421 982 39422 -3769 39423 3354 39424 -2339 39425 3577 39426 -2085 39427 3450 39428 -1430 39429 4964 39430 882 39431 5196 39432 2953 39433 3380 39434 3130 39435 1642 39436 2639 39437 1229 39438 3222 39439 1155 39440 2941 39441 -1341 39442 465 39443 -2979 39444 -2397 39445 -921 39446 -1935 39447 2737 39448 1774 39449 3720 39450 3686 39451 1764 39452 2759 39453 264 39454 2565 39455 1073 39456 4627 39457 387 39458 5670 39459 -2627 39460 3809 39461 -5913 39462 839 39463 -6646 39464 -1145 39465 -5750 39466 -2006 39467 -5107 39468 -3911 39469 -4108 39470 -5479 39471 -1440 39472 -3648 39473 1404 39474 -1461 39475 861 39476 -1731 39477 -739 39478 -3096 39479 -108 39480 -2168 39481 2430 39482 1130 39483 2063 39484 1465 39485 -1367 39486 -1516 39487 -3117 39488 -4432 39489 -1039 39490 -3448 39491 1476 39492 -1765 39493 1774 39494 -1871 39495 1475 39496 -2826 39497 2502 39498 -1692 39499 4467 39500 675 39501 4214 39502 749 39503 2695 39504 1036 39505 2591 39506 2213 39507 2581 39508 3558 39509 1116 39510 1819 39511 -792 39512 -867 39513 -324 39514 -1054 39515 2944 39516 2268 39517 4074 39518 4358 39519 1671 39520 3367 39521 -399 39522 2342 39523 227 39524 4354 39525 831 39526 6311 39527 -1616 39528 4876 39529 -5408 39530 1288 39531 -6602 39532 -1328 39533 -5772 39534 -2130 39535 -5220 39536 -3505 39537 -4313 39538 -5222 39539 -2209 39540 -4498 39541 1225 39542 -2226 39543 2138 39544 -1386 39545 367 39546 -2611 39547 599 39548 -1803 39549 2516 39550 1518 39551 2835 39552 2740 39553 -376 39554 908 39555 -2985 39556 -2410 39557 -1927 39558 -2500 39559 276 39560 -1218 39561 836 39562 -1151 39563 -437 39564 -2546 39565 476 39566 -2591 39567 2435 39568 -970 39569 3188 39570 49 39571 2348 39572 207 39573 2721 39574 1041 39575 3274 39576 2994 39577 1980 39578 2565 39579 -440 39580 101 39581 -1089 39582 -1243 39583 1311 39584 607 39585 3209 39586 2939 39587 1852 39588 2037 39589 -203 39590 314 39591 379 39592 1544 39593 2651 39594 4427 39595 2034 39596 5372 39597 -1362 39598 3554 39599 -3277 39600 2033 39601 -3223 39602 1626 39603 -3083 39604 300 39605 -3560 39606 -1655 39607 -3358 39608 -2182 39609 -1159 39610 -578 39611 -485 39612 -16 39613 -1110 39614 -1087 39615 -1449 39616 -1471 39617 253 39618 718 39619 1389 39620 3011 39621 -1439 39622 1191 39623 -4494 39624 -2474 39625 -4432 39626 -3657 39627 -2016 39628 -2730 39629 -850 39630 -2567 39631 -1328 39632 -4702 39633 -1134 39634 -5305 39635 1361 39636 -3945 39637 3648 39638 -1877 39639 4055 39640 -1244 39641 3799 39642 -312 39643 4334 39644 2007 39645 4058 39646 2773 39647 1847 39648 853 39649 122 39650 -980 39651 1790 39652 467 39653 4176 39654 3058 39655 3469 39656 3147 39657 1348 39658 1559 39659 1424 39660 2308 39661 3291 39662 5776 39663 2973 39664 8207 39665 -629 39666 6617 39667 -4400 39668 4185 39669 -5698 39670 2894 39671 -5741 39672 1349 39673 -6848 39674 -1127 39675 -6887 39676 -3365 39677 -4569 39678 -3436 39679 -2708 39680 -2703 39681 -2379 39682 -3588 39683 -2552 39684 -4556 39685 -213 39686 -2733 39687 2041 39688 492 39689 867 39690 251 39691 -1974 39692 -2812 39693 -2695 39694 -4017 39695 -66 39696 -1944 39697 1768 39698 -722 39699 625 39700 -1853 39701 -811 39702 -3809 39703 229 39704 -3109 39705 2239 39706 -1716 39707 2787 39708 -1669 39709 2778 39710 -1419 39711 3995 39712 652 39713 4733 39714 3152 39715 3037 39716 2647 39717 694 39718 1159 39719 937 39720 1697 39721 2027 39722 3472 39723 1052 39724 2934 39725 -1821 39726 -157 39727 -2461 39728 -1892 39729 511 39730 383 39731 2802 39732 3325 39733 1810 39734 3567 39735 -157 39736 2519 39737 -699 39738 3046 39739 -1000 39740 3597 39741 -2160 39742 2144 39743 -4274 39744 67 39745 -4474 39746 -739 39747 -2989 39748 -287 39749 -3177 39750 -1571 39751 -3596 39752 -3377 39753 -2241 39754 -2539 39755 189 39756 142 39757 293 39758 961 39759 -2942 39760 -2069 39761 -4626 39762 -5144 39763 -2426 39764 -4802 39765 427 39766 -3397 39767 531 39768 -4247 39769 -240 39770 -5364 39771 1672 39772 -4607 39773 4703 39774 -1986 39775 5818 39776 -160 39777 5051 39778 569 39779 4342 39780 1791 39781 4457 39782 3835 39783 2899 39784 3251 39785 408 39786 1450 39787 -232 39788 939 39789 1474 39790 2992 39791 1703 39792 3396 39793 -1130 39794 1261 39795 -2504 39796 -1345 39797 -647 39798 -214 39799 1948 39800 2333 39801 1620 39802 2696 39803 -736 39804 906 39805 -1267 39806 482 39807 -169 39808 1958 39809 -93 39810 2373 39811 -1905 39812 838 39813 -2508 39814 152 39815 -1749 39816 764 39817 -1789 39818 -356 39819 -3220 39820 -2444 39821 -2525 39822 -2541 39823 323 39824 -251 39825 1308 39826 1469 39827 -1026 39828 23 39829 -3006 39830 -2556 39831 -1874 39832 -2316 39833 85 39834 -614 39835 341 39836 -1328 39837 -1824 39838 -3419 39839 -1566 39840 -4338 39841 1409 39842 -2537 39843 2645 39844 -1411 39845 2450 39846 -1586 39847 2458 39848 -1136 39849 3168 39850 1039 39851 3410 39852 1734 39853 1984 39854 699 39855 1034 39856 322 39857 2285 39858 1739 39859 2615 39860 3696 39861 328 39862 1957 39863 -2354 39864 -957 39865 -1219 39866 -1469 39867 1730 39868 1088 39869 2558 39870 1967 39871 1104 39872 1139 39873 160 39874 1212 39875 1670 39876 3036 39877 2282 39878 4241 39879 -140 39880 3506 39881 -1761 39882 2550 39883 -2148 39884 2344 39885 -2321 39886 2057 39887 -3527 39888 -589 39889 -4031 39890 -1946 39891 -1827 39892 -41 39893 466 39894 2167 39895 -920 39896 1590 39897 -3985 39898 -1216 39899 -4154 39900 -2445 39901 -2588 39902 -1283 39903 -2515 39904 -1880 39905 -3773 39906 -4798 39907 -3662 39908 -6654 39909 -223 39910 -5300 39911 3200 39912 -3087 39913 3829 39914 -1893 39915 3694 39916 -1053 39917 4118 39918 991 39919 3674 39920 2318 39921 1984 39922 393 39923 7 39924 -1358 39925 1235 39926 -248 39927 3301 39928 2122 39929 2585 39930 2059 39931 611 39932 429 39933 613 39934 659 39935 2412 39936 3285 39937 2708 39938 4306 39939 89 39940 2405 39941 -2267 39942 131 39943 -931 39944 849 39945 1145 39946 2547 39947 1153 39948 3129 39949 -277 39950 3424 39951 -494 39952 4649 39953 -1159 39954 5117 39955 -4119 39956 2883 39957 -7041 39958 -872 39959 -6777 39960 -2592 39961 -4587 39962 -2414 39963 -3798 39964 -3366 39965 -4312 39966 -5527 39967 -2723 39968 -5525 39969 1101 39970 -2296 39971 3349 39972 191 39973 990 39974 -707 39975 -1786 39976 -3200 39977 -1397 39978 -3383 39979 639 39980 -2983 39981 1651 39982 -3225 39983 1900 39984 -2835 39985 3623 39986 -605 39987 5051 39988 2507 39989 4241 39990 3114 39991 1146 39992 1853 39993 -61 39994 1099 39995 157 39996 2000 39997 -400 39998 725 39999 -2087 40000 -2555 40001 -1660 40002 -3796 40003 2366 40004 -1062 40005 5246 40006 2958 40007 4211 40008 4014 40009 1307 40010 3241 40011 -160 40012 3194 40013 -52 40014 3843 40015 -1549 40016 2156 40017 -3804 40018 -293 40019 -3221 40020 -744 40021 -1251 40022 631 40023 -376 40024 969 40025 -1492 40026 459 40027 -1740 40028 641 40029 -1074 40030 2063 40031 -2133 40032 1718 40033 -4666 40034 -2196 40035 -6016 40036 -5410 40037 -3512 40038 -4855 40039 63 40040 -2679 40041 878 40042 -2279 40043 1 40044 -3176 40045 674 40046 -2439 40047 2408 40048 -550 40049 1901 40050 -355 40051 120 40052 -2077 40053 -413 40054 -2837 40055 1549 40056 -1419 40057 2693 40058 -626 40059 2182 40060 -1059 40061 2624 40062 158 40063 4013 40064 2918 40065 3815 40066 4206 40067 574 40068 2060 40069 -2361 40070 -786 40071 -1634 40072 -649 40073 775 40074 772 40075 1023 40076 295 40077 16 40078 -616 40079 385 40080 -135 40081 2344 40082 2303 40083 2763 40084 3826 40085 366 40086 2597 40087 -1697 40088 1415 40089 -1493 40090 1514 40091 -1618 40092 884 40093 -2225 40094 -1102 40095 -2319 40096 -1693 40097 -246 40098 401 40099 939 40100 2117 40101 -261 40102 1109 40103 -3056 40104 -1616 40105 -2624 40106 -1625 40107 -577 40108 -218 40109 -314 40110 -692 40111 -1882 40112 -3163 40113 -2027 40114 -3455 40115 405 40116 -1341 40117 2322 40118 -97 40119 1172 40120 -401 40121 -71 40122 -1241 40123 505 40124 -423 40125 709 40126 -36 40127 -368 40128 -1690 40129 -836 40130 -3068 40131 1018 40132 -1436 40133 2865 40134 142 40135 2282 40136 -180 40137 729 40138 -1672 40139 1865 40140 -1012 40141 4025 40142 2372 40143 4515 40144 3943 40145 1742 40146 2522 40147 540 40148 1701 40149 1085 40150 3000 40151 1804 40152 4341 40153 -616 40154 2734 40155 -2478 40156 1039 40157 -2104 40158 1030 40159 -1296 40160 838 40161 -2048 40162 -182 40163 -2348 40164 -1601 40165 -876 40166 -76 40167 1075 40168 2315 40169 70 40170 2035 40171 -2501 40172 -296 40173 -3068 40174 -1240 40175 -1239 40176 265 40177 -903 40178 420 40179 -2400 40180 -1867 40181 -2803 40182 -3501 40183 -812 40184 -2325 40185 1457 40186 -42 40187 487 40188 -214 40189 -881 40190 -1550 40191 -801 40192 -1607 40193 189 40194 -1121 40195 -626 40196 -2371 40197 -1184 40198 -3996 40199 1077 40200 -2912 40201 3950 40202 -512 40203 4033 40204 1155 40205 2749 40206 157 40207 2119 40208 567 40209 3577 40210 2782 40211 3463 40212 4174 40213 1092 40214 2561 40215 -867 40216 584 40217 91 40218 1493 40219 1433 40220 3391 40221 283 40222 3512 40223 -1317 40224 2448 40225 -2184 40226 1385 40227 -1739 40228 1539 40229 -2864 40230 -60 40231 -4054 40232 -2454 40233 -2757 40234 -2721 40235 -25 40236 -316 40237 1646 40238 791 40239 -137 40240 194 40241 -727 40242 435 40243 -120 40244 2254 40245 -443 40246 3004 40247 -3421 40248 -320 40249 -5864 40250 -4298 40251 -4352 40252 -5307 40253 -772 40254 -3692 40255 1332 40256 -2760 40257 1542 40258 -1906 40259 2737 40260 -193 40261 3802 40262 2338 40263 2408 40264 2869 40265 -940 40266 489 40267 -2514 40268 -1538 40269 -1351 40270 -1609 40271 -452 40272 -1884 40273 -676 40274 -3502 40275 336 40276 -3538 40277 3362 40278 -120 40279 5511 40280 3639 40281 4134 40282 4082 40283 662 40284 2060 40285 -708 40286 1719 40287 -306 40288 1979 40289 -585 40290 1178 40291 -1729 40292 -705 40293 -1570 40294 -722 40295 539 40296 1177 40297 1378 40298 2077 40299 -338 40300 1394 40301 -1636 40302 662 40303 -845 40304 1322 40305 -1269 40306 1363 40307 -2925 40308 -941 40309 -3493 40310 -2769 40311 -1337 40312 -1143 40313 1087 40314 1171 40315 295 40316 1038 40317 -2184 40318 -1032 40319 -3068 40320 -2099 40321 -1639 40322 -1207 40323 -1159 40324 -2082 40325 -2163 40326 -4190 40327 -1208 40328 -4455 40329 1682 40330 -1903 40331 3454 40332 162 40333 2849 40334 457 40335 1598 40336 575 40337 1341 40338 1599 40339 1008 40340 1830 40341 -1050 40342 -992 40343 -2668 40344 -3913 40345 -461 40346 -3370 40347 3143 40348 -337 40349 4149 40350 1596 40351 3097 40352 1513 40353 2334 40354 2947 40355 2556 40356 4943 40357 1192 40358 5231 40359 -2363 40360 2074 40361 -4735 40362 -1015 40363 -4349 40364 -2403 40365 -2278 40366 -2626 40367 -1447 40368 -3539 40369 -204 40370 -3133 40371 2607 40372 -512 40373 4230 40374 2681 40375 2764 40376 3136 40377 6 40378 1676 40379 -721 40380 1646 40381 -305 40382 2463 40383 -1234 40384 1421 40385 -3690 40386 -1516 40387 -4029 40388 -2971 40389 -1589 40390 -1910 40391 15 40392 -702 40393 -721 40394 -2087 40395 -719 40396 -3091 40397 735 40398 -1269 40399 2242 40400 634 40401 1799 40402 370 40403 463 40404 -345 40405 816 40406 332 40407 1420 40408 1891 40409 223 40410 774 40411 -1801 40412 -1408 40413 -2126 40414 -2509 40415 444 40416 -968 40417 1658 40418 -322 40419 602 40420 -1402 40421 615 40422 -1304 40423 2884 40424 1370 40425 4147 40426 3708 40427 1934 40428 3253 40429 -534 40430 1195 40431 -1181 40432 1344 40433 -975 40434 1283 40435 -1586 40436 -544 40437 -2246 40438 -2136 40439 -792 40440 -1608 40441 1651 40442 695 40443 2388 40444 2015 40445 833 40446 1361 40447 -247 40448 1636 40449 618 40450 3387 40451 -223 40452 3508 40453 -3279 40454 421 40455 -5028 40456 -2473 40457 -3588 40458 -2526 40459 -1644 40460 -1911 40461 -1159 40462 -2922 40463 -1338 40464 -4136 40465 574 40466 -2961 40467 2956 40468 210 40469 3406 40470 1228 40471 1586 40472 434 40473 1035 40474 1011 40475 1488 40476 2048 40477 437 40478 1631 40479 -2316 40480 -1033 40481 -3108 40482 -2713 40483 -824 40484 -1952 40485 1368 40486 -1050 40487 1310 40488 -1257 40489 1301 40490 -1742 40491 3151 40492 1416 40493 4766 40494 4676 40495 3082 40496 5227 40497 -167 40498 3369 40499 -2119 40500 2280 40501 -2164 40502 2079 40503 -3121 40504 112 40505 -4863 40506 -3153 40507 -3896 40508 -4423 40509 -686 40510 -2351 40511 1762 40512 -700 40513 1700 40514 -425 40515 1238 40516 93 40517 2124 40518 2471 40519 2157 40520 3938 40521 -778 40522 2161 40523 -3889 40524 -615 40525 -3706 40526 -1809 40527 -1414 40528 -1147 40529 -831 40530 -1766 40531 -1427 40532 -3063 40533 -183 40534 -2669 40535 2308 40536 -169 40537 3677 40538 1621 40539 1816 40540 1299 40541 762 40542 1042 40543 949 40544 2480 40545 891 40546 3059 40547 -1870 40548 852 40549 -3653 40550 -1738 40551 -2841 40552 -1771 40553 -1305 40554 -1482 40555 -1072 40556 -2449 40557 -1387 40558 -3998 40559 797 40560 -2751 40561 3681 40562 194 40563 4064 40564 2021 40565 2125 40566 1762 40567 912 40568 2268 40569 1157 40570 3525 40571 -25 40572 2834 40573 -2683 40574 153 40575 -4200 40576 -2730 40577 -2426 40578 -2542 40579 296 40580 -1178 40581 579 40582 -1166 40583 670 40584 -1044 40585 1978 40586 1195 40587 3246 40588 4296 40589 1576 40590 4154 40591 -2271 40592 1505 40593 -4116 40594 11 40595 -3758 40596 -891 40597 -3326 40598 -2372 40599 -3848 40600 -4953 40601 -2570 40602 -5605 40603 1303 40604 -3214 40605 4330 40606 -631 40607 4219 40608 631 40609 3110 40610 1268 40611 2870 40612 3509 40613 2515 40614 4883 40615 -292 40616 3010 40617 -3489 40618 -407 40619 -4219 40620 -1971 40621 -2198 40622 -1883 40623 -1539 40624 -2410 40625 -1297 40626 -3995 40627 299 40628 -3290 40629 3513 40630 -69 40631 4768 40632 2315 40633 3163 40634 2458 40635 1291 40636 2656 40637 768 40638 3814 40639 -222 40640 4262 40641 -2694 40642 1517 40643 -5053 40644 -2054 40645 -4851 40646 -3643 40647 -2375 40648 -2793 40649 -922 40650 -3426 40651 -413 40652 -4414 40653 1326 40654 -2941 40655 4450 40656 851 40657 4956 40658 3050 40659 2395 40660 2656 40661 431 40662 1854 40663 -170 40664 1975 40665 -741 40666 1699 40667 -2811 40668 -1069 40669 -3551 40670 -3466 40671 -1645 40672 -2648 40673 1486 40674 -1034 40675 2118 40676 -373 40677 1649 40678 -531 40679 2300 40680 1354 40681 3168 40682 3835 40683 1802 40684 4050 40685 -1541 40686 1558 40687 -3353 40688 -288 40689 -2938 40690 -707 40691 -2152 40692 -1504 40693 -2569 40694 -3638 40695 -1889 40696 -4891 40697 1133 40698 -2919 40699 3621 40700 -31 40701 3521 40702 1003 40703 2649 40704 1384 40705 2690 40706 3111 40707 2264 40708 4549 40709 -367 40710 3740 40711 -3706 40712 292 40713 -4789 40714 -2011 40715 -2951 40716 -1724 40717 -1619 40718 -2444 40719 -1862 40720 -4064 40721 -36 40722 -3748 40723 3110 40724 -591 40725 5101 40726 2760 40727 3680 40728 3256 40729 1124 40730 2915 40731 116 40732 3152 40733 -844 40734 2674 40735 -3317 40736 -153 40737 -5193 40738 -3705 40739 -3843 40740 -4983 40741 -503 40742 -3674 40743 1726 40744 -2959 40745 2451 40746 -2247 40747 3712 40748 -23 40749 5513 40750 3655 40751 5317 40752 6009 40753 1456 40754 4894 40755 -1830 40756 2583 40757 -2615 40758 2038 40759 -2772 40760 820 40761 -3992 40762 -1690 40763 -4248 40764 -4143 40765 -2163 40766 -3938 40767 1264 40768 -1594 40769 2792 40770 157 40771 2223 40772 672 40773 2447 40774 2289 40775 2275 40776 4561 40777 1129 40778 4633 40779 -2682 40780 1666 40781 -5037 40782 -838 40783 -4189 40784 -1650 40785 -2985 40786 -2488 40787 -3150 40788 -4841 40789 -2492 40790 -6337 40791 946 40792 -4051 40793 4744 40794 -505 40795 5385 40796 1255 40797 3788 40798 1681 40799 3281 40800 3128 40801 2439 40802 4873 40803 333 40804 3946 40805 -3016 40806 458 40807 -4210 40808 -1743 40809 -2515 40810 -1846 40811 -706 40812 -1657 40813 -683 40814 -2691 40815 235 40816 -2218 40817 3069 40818 865 40819 4470 40820 3913 40821 2919 40822 3893 40823 -563 40824 2567 40825 -1614 40826 2358 40827 -1586 40828 2427 40829 -3252 40830 292 40831 -4743 40832 -3257 40833 -4114 40834 -4807 40835 -802 40836 -3408 40837 1354 40838 -1561 40839 1986 40840 -1229 40841 2558 40842 -69 40843 4024 40844 3035 40845 3528 40846 5198 40847 427 40848 3857 40849 -3019 40850 1831 40851 -3928 40852 950 40853 -3502 40854 -150 40855 -4703 40856 -3129 40857 -4761 40858 -6795 40859 -2097 40860 -6157 40861 2222 40862 -3152 40863 4721 40864 -539 40865 4340 40866 413 40867 3940 40868 2169 40869 4047 40870 4860 40871 2221 40872 5831 40873 -2071 40874 2560 40875 -5080 40876 -1252 40877 -4656 40878 -2797 40879 -3031 40880 -3831 40881 -1889 40882 -5254 40883 288 40884 -5645 40885 3796 40886 -2154 40887 6674 40888 2640 40889 6430 40890 4916 40891 3567 40892 4484 40893 1041 40894 4921 40895 -45 40896 5574 40897 -2109 40898 3748 40899 -4990 40900 -234 40901 -6015 40902 -2928 40903 -3215 40904 -2805 40905 -605 40906 -1762 40907 -151 40908 -1942 40909 -58 40910 -1499 40911 1435 40912 491 40913 2284 40914 2893 40915 620 40916 2469 40917 -1749 40918 609 40919 -2507 40920 74 40921 -1825 40922 204 40923 -2689 40924 -1062 40925 -3882 40926 -4588 40927 -3051 40928 -5558 40929 -26 40930 -4014 40931 2429 40932 -2412 40933 2619 40934 -2372 40935 3111 40936 -1467 40937 5379 40938 2121 40939 6196 40940 5303 40941 3596 40942 5589 40943 -135 40944 4152 40945 -2122 40946 2612 40947 -3087 40948 1403 40949 -4221 40950 -1779 40951 -4627 40952 -4958 40953 -2366 40954 -5250 40955 1696 40956 -2518 40957 4285 40958 295 40959 4141 40960 1534 40961 3652 40962 3323 40963 3508 40964 5779 40965 1392 40966 6009 40967 -3445 40968 2122 40969 -6615 40970 -2364 40971 -5872 40972 -4037 40973 -2726 40974 -4234 40975 -350 40976 -4498 40977 1421 40978 -3624 40979 4064 40980 -188 40981 6323 40982 4589 40983 5277 40984 6596 40985 1612 40986 5570 40987 -2004 40988 3982 40989 -3603 40990 2698 40991 -5225 40992 109 40993 -7340 40994 -4173 40995 -6295 40996 -6400 40997 -2652 40998 -5401 40999 1143 41000 -3096 41001 2154 41002 -2896 41003 1791 41004 -2439 41005 3057 41006 -732 41007 4432 41008 2590 41009 2987 41010 2871 41011 145 41012 870 41013 -1093 41014 313 41015 -601 41016 383 41017 -1276 41018 -426 41019 -1907 41020 -2795 41021 -1346 41022 -4001 41023 1438 41024 -2621 41025 3422 41026 -851 41027 3768 41028 -85 41029 3954 41030 1141 41031 5581 41032 5164 41033 5485 41034 8184 41035 2145 41036 7772 41037 -2704 41038 4483 41039 -4965 41040 2724 41041 -5247 41042 1356 41043 -5765 41044 -1622 41045 -6351 41046 -4828 41047 -4735 41048 -5845 41049 -109 41050 -3346 41051 2945 41052 -275 41053 2599 41054 1277 41055 1981 41056 2218 41057 884 41058 3311 41059 -826 41060 2606 41061 -4212 41062 -888 41063 -6261 41064 -4286 41065 -4697 41066 -5679 41067 -1421 41068 -5373 41069 663 41070 -4988 41071 1908 41072 -4719 41073 4633 41074 -1994 41075 7146 41076 2625 41077 6937 41078 5588 41079 3065 41080 4423 41081 -474 41082 2648 41083 -1430 41084 2248 41085 -1972 41086 771 41087 -3367 41088 -1987 41089 -3468 41090 -4001 41091 -954 41092 -3525 41093 2295 41094 -2152 41095 3243 41096 -621 41097 3440 41098 463 41099 4457 41100 3421 41101 5080 41102 6458 41103 2417 41104 6690 41105 -1863 41106 3908 41107 -4371 41108 1531 41109 -4093 41110 802 41111 -4332 41112 -676 41113 -5461 41114 -3982 41115 -4395 41116 -5847 41117 -787 41118 -4243 41119 2862 41120 -1124 41121 4092 41122 980 41123 3148 41124 2469 41125 2436 41126 4185 41127 1298 41128 5245 41129 -1769 41130 3490 41131 -5447 41132 -469 41133 -6189 41134 -2921 41135 -4573 41136 -3725 41137 -3379 41138 -4920 41139 -2339 41140 -6922 41141 166 41142 -6058 41143 4290 41144 -2024 41145 6498 41146 2034 41147 4571 41148 2425 41149 2099 41150 1663 41151 1316 41152 2371 41153 994 41154 2855 41155 -647 41156 1218 41157 -2673 41158 -1800 41159 -2151 41160 -2634 41161 -101 41162 -1842 41163 1423 41164 -1996 41165 2235 41166 -2036 41167 3796 41168 -62 41169 5742 41170 3923 41171 5774 41172 6000 41173 2171 41174 5675 41175 -383 41176 5018 41177 -1461 41178 5698 41179 -2933 41180 4468 41181 -6281 41182 580 41183 -8245 41184 -4231 41185 -6405 41186 -5475 41187 -2066 41188 -4384 41189 581 41190 -3330 41191 1798 41192 -1797 41193 3266 41194 766 41195 4060 41196 4118 41197 2422 41198 4813 41199 -1175 41200 2571 41201 -4247 41202 -207 41203 -4755 41204 -1816 41205 -4584 41206 -4394 41207 -4732 41208 -7289 41209 -2142 41210 -7829 41211 3201 41212 -3857 41213 7552 41214 1065 41215 7402 41216 3799 41217 4391 41218 4009 41219 2304 41220 4493 41221 824 41222 4558 41223 -1452 41224 2410 41225 -4936 41226 -1532 41227 -5224 41228 -4516 41229 -2291 41230 -4495 41231 680 41232 -3350 41233 2415 41234 -2687 41235 3340 41236 -1139 41237 5364 41238 2572 41239 5376 41240 4724 41241 2587 41242 4106 41243 -515 41244 2625 41245 -276 41246 3130 41247 -37 41248 4048 41249 -1559 41250 2047 41251 -4325 41252 -833 41253 -4270 41254 -2381 41255 -1635 41256 -990 41257 -81 41258 -362 41259 -351 41260 -1250 41261 -13 41262 -975 41263 1787 41264 1396 41265 2429 41266 3668 41267 1036 41268 3638 41269 -1400 41270 3328 41271 -2700 41272 2833 41273 -4643 41274 1168 41275 -7215 41276 -3736 41277 -8282 41278 -8087 41279 -5123 41280 -9008 41281 279 41282 -6801 41283 3591 41284 -4709 41285 4556 41286 -3250 41287 5950 41288 228 41289 7271 41290 4606 41291 5691 41292 6302 41293 1072 41294 3986 41295 -3222 41296 327 41297 -4272 41298 -2424 41299 -2826 41300 -4158 41301 -1100 41302 -5079 41303 1830 41304 -4549 41305 5363 41306 -599 41307 8450 41308 4177 41309 7323 41310 6626 41311 3561 41312 7151 41313 1123 41314 7465 41315 -802 41316 7481 41317 -4074 41318 4540 41319 -7751 41320 -797 41321 -7742 41322 -3971 41323 -4960 41324 -3533 41325 -1468 41326 -2179 41327 -17 41328 -2037 41329 -139 41330 -1396 41331 975 41332 125 41333 1635 41334 2181 41335 393 41336 2004 41337 -1686 41338 694 41339 -2185 41340 237 41341 -2221 41342 253 41343 -3274 41344 -1586 41345 -4180 41346 -4785 41347 -2856 41348 -5407 41349 162 41350 -3700 41351 1872 41352 -2664 41353 1957 41354 -3412 41355 2361 41356 -2777 41357 4578 41358 455 41359 6051 41360 3854 41361 3415 41362 4086 41363 -308 41364 2057 41365 -2234 41366 635 41367 -2183 41368 -697 41369 -2295 41370 -2987 41371 -2088 41372 -5270 41373 418 41374 -4251 41375 3948 41376 -1461 41377 6209 41378 1161 41379 6143 41380 3092 41381 5834 41382 6004 41383 5104 41384 9251 41385 1962 41386 9460 41387 -3301 41388 5636 41389 -7345 41390 718 41391 -7575 41392 -1639 41393 -5392 41394 -2315 41395 -4163 41396 -3830 41397 -3310 41398 -4799 41399 -411 41400 -3440 41401 2554 41402 238 41403 3516 41404 2358 41405 1659 41406 2324 41407 -146 41408 2740 41409 -1246 41410 2406 41411 -3353 41412 353 41413 -5387 41414 -3532 41415 -5167 41416 -5797 41417 -2234 41418 -5478 41419 513 41420 -4326 41421 1179 41422 -4769 41423 1794 41424 -4606 41425 4720 41426 -1372 41427 6986 41428 2658 41429 5877 41430 4512 41431 2224 41432 3514 41433 -328 41434 2414 41435 -806 41436 1705 41437 -1409 41438 129 41439 -2457 41440 -2470 41441 -1635 41442 -3674 41443 527 41444 -2083 41445 3076 41446 -568 41447 3756 41448 381 41449 3917 41450 2324 41451 4979 41452 5601 41453 3823 41454 7708 41455 -448 41456 5980 41457 -4528 41458 1870 41459 -5347 41460 -289 41461 -4259 41462 -781 41463 -3452 41464 -1837 41465 -3591 41466 -4097 41467 -1942 41468 -3771 41469 1427 41470 -1239 41471 3406 41472 1504 41473 2885 41474 2424 41475 896 41476 2761 41477 197 41478 3172 41479 -1662 41480 2392 41481 -3642 41482 -696 41483 -5158 41484 -3479 41485 -3429 41486 -3434 41487 -1072 41488 -2831 41489 -537 41490 -3290 41491 -616 41492 -4816 41493 1421 41494 -3145 41495 4936 41496 620 41497 5533 41498 3038 41499 2742 41500 2976 41501 352 41502 2028 41503 -458 41504 2174 41505 -1411 41506 1210 41507 -2813 41508 -1357 41509 -4050 41510 -4230 41511 -2531 41512 -4788 41513 327 41514 -4116 41515 2336 41516 -3857 41517 4292 41518 -2072 41519 7357 41520 2482 41521 8707 41522 7093 41523 6147 41524 8328 41525 1345 41526 6689 41527 -1951 41528 4960 41529 -2998 41530 4376 41531 -4056 41532 2244 41533 -6056 41534 -1455 41535 -5720 41536 -4027 41537 -2513 41538 -3200 41539 1042 41540 -233 41541 2238 41542 1759 41543 1623 41544 3175 41545 501 41546 4289 41547 -999 41548 4415 41549 -4547 41550 1214 41551 -7205 41552 -2593 41553 -7117 41554 -4627 41555 -4480 41556 -4677 41557 -2892 41558 -5860 41559 -2175 41560 -7689 41561 65 41562 -6862 41563 4210 41564 -2824 41565 6601 41566 716 41567 5369 41568 1297 41569 2784 41570 835 41571 2057 41572 1377 41573 2203 41574 2104 41575 739 41576 1350 41577 -679 41578 -512 41579 -635 41580 -801 41581 576 41582 -543 41583 1183 41584 -667 41585 1193 41586 -1114 41587 2641 41588 971 41589 4392 41590 4060 41591 4025 41592 5419 41593 1366 41594 4338 41595 -1328 41596 3321 41597 -1823 41598 3864 41599 -2180 41600 3675 41601 -4475 41602 621 41603 -6655 41604 -3251 41605 -5001 41606 -4567 41607 -1688 41608 -3558 41609 814 41610 -1913 41611 1792 41612 -701 41613 2392 41614 1692 41615 3084 41616 4360 41617 866 41618 4412 41619 -2598 41620 2092 41621 -4600 41622 190 41623 -4788 41624 -1365 41625 -4828 41626 -3364 41627 -5612 41628 -6873 41629 -4080 41630 -8635 41631 468 41632 -6147 41633 4878 41634 -1931 41635 5671 41636 -21 41637 4124 41638 524 41639 3374 41640 1681 41641 3149 41642 3261 41643 1363 41644 2884 41645 -1331 41646 351 41647 -2255 41648 -1205 41649 -1209 41650 -1928 41651 -24 41652 -2287 41653 574 41654 -3216 41655 2164 41656 -1905 41657 4926 41658 2152 41659 5895 41660 4991 41661 3082 41662 4747 41663 681 41664 3625 41665 125 41666 4093 41667 -99 41668 4951 41669 -2373 41670 3639 41671 -5263 41672 -405 41673 -5444 41674 -2559 41675 -3544 41676 -2404 41677 -1298 41678 -1729 41679 -599 41680 -1886 41681 104 41682 -978 41683 1309 41684 1217 41685 1468 41686 2196 41687 -619 41688 1297 41689 -2446 41690 -147 41691 -2468 41692 154 41693 -2680 41694 -518 41695 -4417 41696 -3927 41697 -5039 41698 -7187 41699 -1688 41700 -6336 41701 2719 41702 -3046 41703 4266 41704 -1111 41705 3977 41706 -705 41707 3430 41708 490 41709 4175 41710 2507 41711 3628 41712 3618 41713 921 41714 2444 41715 -1276 41716 475 41717 -1473 41718 -104 41719 -822 41720 -991 41721 -1334 41722 -2663 41723 -320 41724 -2945 41725 2543 41726 -648 41727 4648 41728 2315 41729 3654 41730 2725 41731 1316 41732 2257 41733 1073 41734 2828 41735 1608 41736 4524 41737 24 41738 4070 41739 -3245 41740 755 41741 -4497 41742 -1874 41743 -3000 41744 -2319 41745 -1051 41746 -1332 41747 -143 41748 -1423 41749 635 41750 -855 41751 2328 41752 1209 41753 2658 41754 3405 41755 1310 41756 3407 41757 -1065 41758 2576 41759 -2010 41760 2843 41761 -2275 41762 2265 41763 -4799 41764 -645 41765 -6980 41766 -5018 41767 -5308 41768 -7107 41769 -1493 41770 -5463 41771 1669 41772 -3586 41773 2310 41774 -3230 41775 2244 41776 -2502 41777 4005 41778 183 41779 5248 41780 3183 41781 3445 41782 3415 41783 1030 41784 2396 41785 -721 41786 1156 41787 -1165 41788 381 41789 -2234 41790 -1556 41791 -2233 41792 -3359 41793 104 41794 -2254 41795 3124 41796 -94 41797 3537 41798 762 41799 2241 41800 384 41801 2333 41802 1509 41803 3510 41804 4205 41805 3359 41806 5680 41807 61 41808 3968 41809 -2606 41810 1164 41811 -2853 41812 508 41813 -1235 41814 847 41815 -900 41816 525 41817 -1360 41818 -408 41819 -579 41820 665 41821 508 41822 2186 41823 199 41824 2229 41825 -1485 41826 1390 41827 -2093 41828 1994 41829 -2117 41830 2294 41831 -3809 41832 358 41833 -6100 41834 -3863 41835 -6468 41836 -6256 41837 -3041 41838 -5496 41839 53 41840 -3855 41841 870 41842 -3881 41843 956 41844 -4487 41845 2546 41846 -2501 41847 4858 41848 598 41849 4513 41850 2039 41851 2665 41852 1365 41853 1573 41854 1248 41855 777 41856 1313 41857 106 41858 225 41859 -860 41860 -1089 41861 6 41862 -909 41863 1845 41864 752 41865 2345 41866 1568 41867 844 41868 224 41869 396 41870 21 41871 2267 41872 2696 41873 3322 41874 4751 41875 1368 41876 4202 41877 -2410 41878 1593 41879 -3050 41880 509 41881 -2343 41882 696 41883 -1830 41884 188 41885 -2459 41886 -1259 41887 -2172 41888 -1448 41889 -504 41890 -497 41891 281 41892 207 41893 120 41894 441 41895 322 41896 1756 41897 457 41898 3547 41899 -668 41900 3070 41901 -4024 41902 -191 41903 -6364 41904 -3849 41905 -4915 41906 -4544 41907 -2286 41908 -3895 41909 -1183 41910 -4381 41911 -1246 41912 -5804 41913 1122 41914 -4462 41915 4459 41916 -915 41917 5677 41918 1461 41919 4029 41920 2175 41921 2087 41922 2006 41923 1101 41924 1815 41925 -68 41926 723 41927 -1480 41928 -1130 41929 -1217 41930 -2020 41931 900 41932 -274 41933 2484 41934 1337 41935 1481 41936 477 41937 481 41938 16 41939 1665 41940 1508 41941 2903 41942 3955 41943 1413 41944 3610 41945 -1626 41946 887 41947 -2806 41948 -543 41949 -1239 41950 435 41951 -123 41952 1002 41953 -1021 41954 527 41955 -1464 41956 -424 41957 -1034 41958 141 41959 -465 41960 278 41961 -1238 41962 -901 41963 -1398 41964 -993 41965 -25 41966 437 41967 482 41968 1763 41969 -1151 41970 419 41971 -2641 41972 -1660 41973 -1660 41974 -1656 41975 -188 41976 -431 41977 -547 41978 -855 41979 -2143 41980 -3075 41981 -2530 41982 -4605 41983 505 41984 -2606 41985 3523 41986 3 41987 3480 41988 873 41989 2489 41990 1169 41991 1862 41992 2085 41993 1114 41994 2082 41995 -836 41996 176 41997 -2048 41998 -1617 41999 -1359 42000 -1969 42001 -61 42002 -1432 42003 277 42004 -2298 42005 656 42006 -3051 42007 2478 42008 -1071 42009 5360 42010 3120 42011 5095 42012 4974 42013 1595 42014 3880 42015 -999 42016 1921 42017 -1262 42018 2087 42019 -907 42020 1781 42021 -1536 42022 314 42023 -2484 42024 -1107 42025 -1700 42026 -600 42027 -246 42028 120 42029 128 42030 341 42031 -54 42032 49 42033 398 42034 1287 42035 805 42036 2503 42037 -972 42038 1296 42039 -2920 42040 -1236 42041 -2459 42042 -1692 42043 -383 42044 -192 42045 141 42046 985 42047 -1865 42048 -974 42049 -2725 42050 -3049 42051 -1451 42052 -2460 42053 458 42054 -985 42055 1219 42056 -899 42057 117 42058 -1724 42059 520 42060 -1379 42061 1430 42062 -494 42063 1592 42064 -490 42065 942 42066 -818 42067 1395 42068 -81 42069 2213 42070 930 42071 1630 42072 810 42073 405 42074 -1138 42075 811 42076 -1184 42077 2977 42078 1875 42079 3941 42080 3849 42081 1602 42082 2834 42083 -471 42084 1366 42085 -468 42086 1667 42087 309 42088 2802 42089 -412 42090 2538 42091 -2023 42092 509 42093 -2861 42094 -326 42095 -1795 42096 8 42097 -976 42098 -134 42099 -1140 42100 -579 42101 -684 42102 -223 42103 247 42104 1300 42105 -134 42106 1207 42107 -1986 42108 -799 42109 -2549 42110 -1715 42111 -515 42112 -90 42113 440 42114 1193 42115 -966 42116 -511 42117 -2772 42118 -2753 42119 -2195 42120 -2553 42121 472 42122 -927 42123 1361 42124 -467 42125 426 42126 -1004 42127 312 42128 -1281 42129 1101 42130 167 42131 1491 42132 486 42133 405 42134 -145 42135 -26 42136 -488 42137 221 42138 154 42139 363 42140 -219 42141 -806 42142 -2103 42143 -523 42144 -2814 42145 2207 42146 -344 42147 4382 42148 2720 42149 3701 42150 3344 42151 866 42152 2032 42153 -59 42154 2067 42155 159 42156 3421 42157 -558 42158 3172 42159 -2866 42160 667 42161 -3755 42162 -1166 42163 -2474 42164 -1223 42165 -1016 42166 -686 42167 -491 42168 -1047 42169 -111 42170 -357 42171 1097 42172 1215 42173 473 42174 1789 42175 -1592 42176 -180 42177 -2745 42178 -1986 42179 -1342 42180 -1233 42181 447 42182 454 42183 101 42184 222 42185 -908 42186 -985 42187 -1118 42188 -1123 42189 660 42190 518 42191 417 42192 1614 42193 -1512 42194 -452 42195 -2899 42196 -2492 42197 -2133 42198 -2743 42199 -411 42200 -2772 42201 722 42202 -2901 42203 1455 42204 -1888 42205 3214 42206 631 42207 3509 42208 2033 42209 1651 42210 1561 42211 -153 42212 -106 42213 92 42214 70 42215 1678 42216 1666 42217 1133 42218 1213 42219 -633 42220 -605 42221 -255 42222 -420 42223 1794 42224 2361 42225 2346 42226 3943 42227 90 42228 2956 42229 -2548 42230 898 42231 -3102 42232 -417 42233 -2826 42234 -1228 42235 -2579 42236 -2229 42237 -2084 42238 -3192 42239 245 42240 -1628 42241 1869 42242 747 42243 1526 42244 1100 42245 -61 42246 246 42247 -288 42248 638 42249 17 42250 1547 42251 -966 42252 425 42253 -3218 42254 -2721 42255 -2943 42256 -4065 42257 -110 42258 -2353 42259 2525 42260 231 42261 2316 42262 804 42263 653 42264 744 42265 286 42266 897 42267 -6 42268 980 42269 -940 42270 -682 42271 -1935 42272 -2254 42273 -934 42274 -2399 42275 937 42276 -1175 42277 1531 42278 -486 42279 1366 42280 -1035 42281 2008 42282 274 42283 3216 42284 2885 42285 2380 42286 3411 42287 -1189 42288 812 42289 -2783 42290 -1389 42291 -986 42292 -1206 42293 1077 42294 444 42295 918 42296 370 42297 152 42298 43 42299 880 42300 942 42301 1367 42302 2218 42303 450 42304 2032 42305 -1336 42306 220 42307 -1771 42308 -657 42309 -1369 42310 -502 42311 -912 42312 -853 42313 -1128 42314 -2264 42315 -68 42316 -1241 42317 2506 42318 1322 42319 2299 42320 2683 42321 79 42322 1532 42323 -1952 42324 -598 42325 -1908 42326 -546 42327 -457 42328 405 42329 -443 42330 11 42331 -1303 42332 -1330 42333 -844 42334 -1476 42335 602 42336 145 42337 856 42338 290 42339 -181 42340 -474 42341 -943 42342 -821 42343 -155 42344 -330 42345 178 42346 -1278 42347 -598 42348 -2725 42349 288 42350 -2604 42351 2406 42352 229 42353 3900 42354 2321 42355 2507 42356 2206 42357 558 42358 872 42359 418 42360 1521 42361 1151 42362 2777 42363 203 42364 2018 42365 -1711 42366 2 42367 -1845 42368 -732 42369 -756 42370 -57 42371 671 42372 592 42373 27 42374 511 42375 -394 42376 462 42377 116 42378 1382 42379 -459 42380 1437 42381 -1770 42382 -375 42383 -1894 42384 -1938 42385 -512 42386 -354 42387 516 42388 1152 42389 -50 42390 103 42391 -1787 42392 -1621 42393 -922 42394 -1422 42395 781 42396 282 42397 1017 42398 624 42399 -318 42400 -705 42401 -772 42402 -1239 42403 472 42404 -226 42405 1137 42406 183 42407 439 42408 -194 42409 177 42410 -602 42411 684 42412 725 42413 991 42414 1200 42415 21 42416 -17 42417 -712 42418 -873 42419 384 42420 362 42421 1588 42422 2276 42423 485 42424 1519 42425 -1617 42426 -482 42427 -1718 42428 -865 42429 -200 42430 189 42431 420 42432 488 42433 -918 42434 -1088 42435 -1232 42436 -1876 42437 443 42438 -535 42439 1831 42440 730 42441 1269 42442 748 42443 74 42444 748 42445 526 42446 1554 42447 56 42448 1829 42449 -1213 42450 -78 42451 -2554 42452 -1908 42453 -1136 42454 -1053 42455 575 42456 233 42457 407 42458 451 42459 -975 42460 -899 42461 -782 42462 -897 42463 905 42464 631 42465 1053 42466 1312 42467 -567 42468 242 42469 -1402 42470 -1207 42471 -707 42472 -649 42473 731 42474 860 42475 429 42476 183 42477 -321 42478 -180 42479 -201 42480 279 42481 186 42482 1188 42483 -976 42484 -790 42485 -2347 42486 -2772 42487 -988 42488 -2349 42489 1285 42490 -463 42491 2221 42492 26 42493 909 42494 -507 42495 567 42496 -135 42497 1659 42498 1572 42499 1999 42500 2922 42501 -43 42502 1691 42503 -2482 42504 -458 42505 -1896 42506 -1113 42507 -819 42508 -569 42509 -382 42510 -854 42511 -214 42512 -1054 42513 616 42514 336 42515 1773 42516 2068 42517 812 42518 2057 42519 -1455 42520 43 42521 -2082 42522 -698 42523 -1011 42524 -488 42525 -807 42526 -778 42527 -1980 42528 -2594 42529 -1639 42530 -3110 42531 1105 42532 -912 42533 3127 42534 1552 42535 2234 42536 1546 42537 -130 42538 561 42539 -435 42540 70 42541 5 42542 562 42543 -562 42544 -92 42545 -987 42546 -1650 42547 -126 42548 -1161 42549 1128 42550 304 42551 1506 42552 1008 42553 368 42554 431 42555 -134 42556 374 42557 600 42558 1394 42559 162 42560 1507 42561 -1494 42562 -534 42563 -2559 42564 -2432 42565 -679 42566 -1368 42567 1351 42568 356 42569 1038 42570 505 42571 -278 42572 -198 42573 -445 42574 -377 42575 420 42576 769 42577 -199 42578 355 42579 -1159 42580 -1214 42581 -882 42582 -1586 42583 969 42584 -582 42585 1539 42586 439 42587 918 42588 -53 42589 418 42590 315 42591 998 42592 1937 42593 738 42594 2283 42595 -1325 42596 147 42597 -2694 42598 -2313 42599 -1869 42600 -2293 42601 556 42602 -467 42603 1198 42604 13 42605 740 42606 -861 42607 948 42608 -302 42609 2403 42610 1617 42611 1651 42612 2009 42613 -316 42614 1110 42615 -1389 42616 68 42617 -806 42618 279 42619 -315 42620 -51 42621 -1107 42622 -1366 42623 -739 42624 -1597 42625 1010 42626 304 42627 2389 42628 2081 42629 1084 42630 1436 42631 -989 42632 -118 42633 -699 42634 -104 42635 325 42636 1125 42637 196 42638 1007 42639 -1198 42640 -699 42641 -1357 42642 -1308 42643 27 42644 7 42645 556 42646 551 42647 -402 42648 28 42649 -1090 42650 -524 42651 -277 42652 50 42653 156 42654 285 42655 -815 42656 -872 42657 -1234 42658 -1977 42659 75 42660 -644 42661 1273 42662 736 42663 637 42664 215 42665 -843 42666 -1110 42667 -531 42668 -1009 42669 1371 42670 302 42671 1647 42672 798 42673 276 42674 14 42675 -256 42676 -429 42677 1072 42678 969 42679 1829 42680 1627 42681 588 42682 961 42683 -809 42684 199 42685 -644 42686 451 42687 53 42688 1217 42689 -974 42690 122 42691 -1481 42692 -1217 42693 -128 42694 -438 42695 1171 42696 1055 42697 933 42698 848 42699 -736 42700 144 42701 -998 42702 89 42703 156 42704 1413 42705 33 42706 1799 42707 -1835 42708 -18 42709 -2888 42710 -1711 42711 -1576 42712 -1266 42713 -239 42714 -569 42715 -426 42716 -1466 42717 -772 42718 -2012 42719 151 42720 -993 42721 1228 42722 127 42723 1196 42724 102 42725 67 42726 -672 42727 785 42728 204 42729 1780 42730 1811 42731 1125 42732 1857 42733 -931 42734 374 42735 -1593 42736 -720 42737 -239 42738 164 42739 290 42740 630 42741 -503 42742 -527 42743 -1582 42744 -2050 42745 147 42746 -862 42747 1366 42748 598 42749 1036 42750 431 42751 81 42752 -382 42753 283 42754 258 42755 808 42756 1207 42757 518 42758 780 42759 -1048 42760 -695 42761 -645 42762 -691 42763 798 42764 1069 42765 1133 42766 1466 42767 -397 42768 459 42769 -1208 42770 111 42771 -7 42772 1523 42773 765 42774 2450 42775 -861 42776 986 42777 -2615 42778 -686 42779 -2222 42780 -696 42781 -1191 42782 50 42783 -811 42784 -472 42785 -1397 42786 -1796 42787 -1073 42788 -1859 42789 -32 42790 -200 42791 69 42792 -281 42793 -636 42794 -1627 42795 -799 42796 -1875 42797 883 42798 -505 42799 1083 42800 4 42801 97 42802 -1055 42803 -369 42804 -1581 42805 1019 42806 -488 42807 2580 42808 1012 42809 1454 42810 418 42811 -48 42812 -531 42813 709 42814 177 42815 1746 42816 1638 42817 1711 42818 1872 42819 -69 42820 708 42821 -418 42822 360 42823 273 42824 1556 42825 237 42826 1537 42827 -1403 42828 92 42829 -1848 42830 -767 42831 -513 42832 -82 42833 399 42834 650 42835 -608 42836 -66 42837 -1525 42838 -1253 42839 -344 42840 -93 42841 1029 42842 1200 42843 265 42844 976 42845 -1343 42846 -622 42847 -1748 42848 -973 42849 -414 42850 130 42851 -98 42852 -281 42853 -1255 42854 -1621 42855 -979 42856 -1802 42857 261 42858 -468 42859 1181 42860 247 42861 545 42862 -446 42863 -82 42864 -835 42865 1101 42866 980 42867 1657 42868 2044 42869 639 42870 1038 42871 -1429 42872 -421 42873 -1049 42874 -326 42875 164 42876 713 42877 -254 42878 8 42879 -1605 42880 -1761 42881 -983 42882 -2572 42883 634 42884 -1117 42885 1733 42886 -462 42887 1039 42888 -929 42889 724 42890 -793 42891 1862 42892 767 42893 2206 42894 1772 42895 1188 42896 900 42897 -75 42898 27 42899 459 42900 914 42901 1594 42902 2141 42903 833 42904 1989 42905 -780 42906 743 42907 -423 42908 1501 42909 331 42910 2894 42911 -268 42912 2432 42913 -2320 42914 572 42915 -3120 42916 -709 42917 -2093 42918 -462 42919 -1584 42920 -302 42921 -2242 42922 -1752 42923 -2474 42924 -2711 42925 -313 42926 -1629 42927 620 42928 -414 42929 478 42930 -585 42931 -578 42932 -1670 42933 4 42934 -976 42935 1060 42936 30 42937 629 42938 -267 42939 -830 42940 -1632 42941 -192 42942 -2055 42943 1170 42944 -184 42945 2025 42946 545 42947 590 42948 -784 42949 49 42950 -1178 42951 1569 42952 75 42953 2353 42954 1005 42955 1378 42956 575 42957 894 42958 -78 42959 1477 42960 1292 42961 2350 42962 2997 42963 1645 42964 2835 42965 -329 42966 1591 42967 -1009 42968 1536 42969 -526 42970 2081 42971 -1117 42972 1612 42973 -2472 42974 -503 42975 -2528 42976 -1480 42977 -539 42978 -119 42979 282 42980 650 42981 -933 42982 -119 42983 -1437 42984 -800 42985 -518 42986 295 42987 184 42988 886 42989 -1046 42990 -534 42991 -2283 42992 -1889 42993 -1529 42994 -2029 42995 103 42996 -812 42997 910 42998 -683 42999 -147 43000 -1390 43001 569 43002 -892 43003 1403 43004 982 43005 1230 43006 1462 43007 -236 43008 -173 43009 -1275 43010 -1087 43011 -300 43012 -428 43013 444 43014 -179 43015 -208 43016 -883 43017 -603 43018 -1869 43019 488 43020 -868 43021 2382 43022 585 43023 1457 43024 207 43025 315 43026 -643 43027 418 43028 -387 43029 1788 43030 1423 43031 1588 43032 1427 43033 275 43034 564 43035 139 43036 136 43037 1157 43038 1794 43039 1158 43040 2675 43041 -476 43042 1297 43043 -1445 43044 453 43045 -558 43046 1167 43047 344 43048 2000 43049 -864 43050 1103 43051 -2045 43052 -863 43053 -1763 43054 -358 43055 -678 43056 828 43057 -814 43058 275 43059 -2321 43060 -1475 43061 -1910 43062 -1721 43063 -398 43064 -800 43065 -14 43066 -706 43067 -976 43068 -1920 43069 -1090 43070 -2020 43071 404 43072 -692 43073 1103 43074 279 43075 15 43076 -746 43077 -722 43078 -1904 43079 66 43080 -1185 43081 1015 43082 -276 43083 485 43084 -656 43085 4 43086 -1868 43087 518 43088 -1512 43089 2267 43090 259 43091 2408 43092 740 43093 1332 43094 52 43095 1054 43096 202 43097 2041 43098 2133 43099 2506 43100 2790 43101 675 43102 2206 43103 -597 43104 1490 43105 21 43106 2205 43107 -179 43108 2899 43109 -1493 43110 933 43111 -3274 43112 -1284 43113 -2436 43114 -1370 43115 -583 43116 -583 43117 -239 43118 -651 43119 -1002 43120 -1552 43121 21 43122 -912 43123 1447 43124 953 43125 1566 43126 1852 43127 -354 43128 792 43129 -1318 43130 -183 43131 -570 43132 696 43133 -366 43134 1047 43135 -1118 43136 -678 43137 -1859 43138 -1594 43139 -455 43140 -425 43141 818 43142 1129 43143 -185 43144 602 43145 -2106 43146 -1049 43147 -1993 43148 -1639 43149 -749 43150 -1314 43151 -881 43152 -2043 43153 -1328 43154 -3576 43155 -485 43156 -3419 43157 2181 43158 -1663 43159 3380 43160 273 43161 2714 43162 356 43163 2265 43164 603 43165 2354 43166 1580 43167 2453 43168 2270 43169 926 43170 1194 43171 -168 43172 -90 43173 388 43174 266 43175 1846 43176 1951 43177 1350 43178 2375 43179 405 43180 1571 43181 -395 43182 1627 43183 137 43184 2690 43185 -550 43186 2416 43187 -2535 43188 246 43189 -2947 43190 -964 43191 -1307 43192 -50 43193 -260 43194 885 43195 -973 43196 360 43197 -1534 43198 -276 43199 -1009 43200 604 43201 -879 43202 1017 43203 -2182 43204 -389 43205 -3542 43206 -2700 43207 -3074 43208 -3353 43209 -866 43210 -2357 43211 386 43212 -2160 43213 95 43214 -2673 43215 1203 43216 -1726 43217 2423 43218 563 43219 2356 43220 1759 43221 236 43222 45 43223 -1150 43224 -1741 43225 -200 43226 -1969 43227 911 43228 -905 43229 1306 43230 -1593 43231 1198 43232 -1227 43233 2779 43234 854 43235 4012 43236 2840 43237 2838 43238 3447 43239 394 43240 2243 43241 -794 43242 1448 43243 -496 43244 1754 43245 -884 43246 872 43247 -1638 43248 -1111 43249 -1464 43250 -1516 43251 739 43252 587 43253 2106 43254 2424 43255 945 43256 2266 43257 -742 43258 867 43259 -608 43260 1305 43261 -734 43262 1559 43263 -1784 43264 497 43265 -2580 43266 -1090 43267 -2002 43268 -1086 43269 -255 43270 394 43271 -52 43272 774 43273 -1674 43274 -376 43275 -1951 43276 -715 43277 -1376 43278 140 43279 -1716 43280 -758 43281 -3010 43282 -3288 43283 -2908 43284 -4689 43285 -431 43286 -3788 43287 1917 43288 -2011 43289 2511 43290 -1460 43291 1536 43292 -1526 43293 2308 43294 -185 43295 3139 43296 1292 43297 2255 43298 683 43299 277 43300 -282 43301 625 43302 -483 43303 1705 43304 909 43305 2280 43306 1688 43307 1228 43308 1231 43309 813 43310 1318 43311 1607 43312 2554 43313 1223 43314 3104 43315 -900 43316 1173 43317 -2442 43318 -529 43319 -1316 43320 -373 43321 312 43322 890 43323 11 43324 454 43325 -712 43326 -557 43327 -313 43328 546 43329 973 43330 2481 43331 454 43332 2732 43333 -1659 43334 1250 43335 -2857 43336 -341 43337 -2084 43338 -267 43339 -1764 43340 -352 43341 -2602 43342 -2129 43343 -2091 43344 -2851 43345 -644 43346 -1626 43347 813 43348 -748 43349 69 43350 -1418 43351 -902 43352 -2613 43353 202 43354 -1563 43355 1914 43356 -126 43357 1413 43358 -113 43359 109 43360 -1359 43361 336 43362 -1040 43363 2019 43364 731 43365 2177 43366 1577 43367 549 43368 390 43369 -320 43370 -345 43371 459 43372 596 43373 703 43374 865 43375 -118 43376 -192 43377 -727 43378 -807 43379 286 43380 18 43381 1309 43382 710 43383 299 43384 315 43385 -467 43386 -967 43387 295 43388 -280 43389 2062 43390 1755 43391 1707 43392 1933 43393 362 43394 551 43395 -173 43396 749 43397 1184 43398 2196 43399 1192 43400 3047 43401 -841 43402 1707 43403 -1812 43404 391 43405 -1489 43406 391 43407 -1137 43408 1062 43409 -1281 43410 -2 43411 -2272 43412 -779 43413 -1326 43414 7 43415 -158 43416 801 43417 -1242 43418 -91 43419 -2626 43420 -1756 43421 -2279 43422 -2071 43423 -907 43424 -1025 43425 -617 43426 -1278 43427 -1320 43428 -3082 43429 -1012 43430 -3526 43431 1255 43432 -1729 43433 2635 43434 15 43435 1577 43436 -302 43437 198 43438 -1566 43439 907 43440 -1038 43441 1778 43442 -357 43443 1566 43444 -480 43445 1047 43446 -987 43447 1857 43448 194 43449 3275 43450 2224 43451 2389 43452 2820 43453 940 43454 1677 43455 341 43456 1705 43457 992 43458 2954 43459 619 43460 2888 43461 -1177 43462 1296 43463 -1726 43464 316 43465 -356 43466 1560 43467 848 43468 3061 43469 -170 43470 2875 43471 -2379 43472 1207 43473 -2673 43474 1066 43475 -2327 43476 755 43477 -3351 43478 -983 43479 -4146 43480 -2954 43481 -3142 43482 -3357 43483 -843 43484 -2331 43485 247 43486 -1483 43487 0 43488 -1869 43489 346 43490 -1473 43491 1301 43492 383 43493 1149 43494 443 43495 -835 43496 -1430 43497 -1772 43498 -3224 43499 -90 43500 -2415 43501 2306 43502 -160 43503 2586 43504 310 43505 1628 43506 -22 43507 1302 43508 882 43509 1728 43510 1995 43511 897 43512 1727 43513 -1315 43514 -337 43515 -1923 43516 -1315 43517 -456 43518 -1047 43519 547 43520 -1112 43521 681 43522 -1637 43523 1600 43524 -821 43525 3720 43526 2164 43527 3954 43528 4164 43529 1724 43530 3229 43531 -838 43532 1763 43533 -1067 43534 1509 43535 -363 43536 2676 43537 -1068 43538 1822 43539 -2753 43540 105 43541 -2629 43542 -310 43543 -971 43544 1053 43545 -680 43546 1321 43547 -1876 43548 -103 43549 -2861 43550 -1053 43551 -2126 43552 -1237 43553 -1533 43554 -1669 43555 -2288 43556 -2798 43557 -1585 43558 -2986 43559 559 43560 -1153 43561 1832 43562 746 43563 688 43564 -43 43565 -1132 43566 -1655 43567 -958 43568 -1773 43569 495 43570 -893 43571 503 43572 -1270 43573 -243 43574 -2627 43575 -139 43576 -3027 43577 2512 43578 -765 43579 3780 43580 1183 43581 2945 43582 1371 43583 1767 43584 1418 43585 1377 43586 2048 43587 833 43588 2062 43589 -566 43590 316 43591 -1368 43592 -1123 43593 229 43594 -62 43595 2016 43596 1753 43597 1288 43598 1475 43599 307 43600 747 43601 388 43602 1588 43603 1343 43604 3137 43605 15 43606 3115 43607 -2440 43608 823 43609 -3742 43610 -1227 43611 -2512 43612 -1116 43613 -815 43614 -614 43615 -720 43616 -1085 43617 -692 43618 -1141 43619 -30 43620 -177 43621 620 43622 1094 43623 -223 43624 429 43625 -1473 43626 -991 43627 -956 43628 -547 43629 -152 43630 217 43631 -564 43632 -678 43633 -2218 43634 -2732 43635 -1345 43636 -2682 43637 999 43638 -924 43639 1734 43640 -10 43641 34 43642 -1367 43643 -626 43644 -2090 43645 977 43646 -1173 43647 2333 43648 612 43649 1853 43650 581 43651 630 43652 30 43653 530 43654 508 43655 1188 43656 1078 43657 309 43658 332 43659 -403 43660 -1056 43661 254 43662 -500 43663 1424 43664 1044 43665 1377 43666 733 43667 235 43668 -340 43669 669 43670 230 43671 2573 43672 2382 43673 2665 43674 3966 43675 67 43676 3045 43677 -2101 43678 872 43679 -1718 43680 701 43681 -1215 43682 1129 43683 -1517 43684 -77 43685 -2231 43686 -998 43687 -1451 43688 -760 43689 -131 43690 168 43691 151 43692 595 43693 -612 43694 -139 43695 -810 43696 224 43697 195 43698 1343 43699 -875 43700 1009 43701 -2900 43702 -1502 43703 -3167 43704 -2820 43705 -1065 43706 -1773 43707 115 43708 -1091 43709 -990 43710 -2524 43711 -1461 43712 -3928 43713 16 43714 -3167 43715 2726 43716 -635 43717 3137 43718 233 43719 2378 43720 88 43721 1782 43722 595 43723 2252 43724 1389 43725 1754 43726 1348 43727 311 43728 199 43729 36 43730 -42 43731 1074 43732 1261 43733 1278 43734 1445 43735 -32 43736 147 43737 -6 43738 240 43739 1634 43740 2519 43741 2436 43742 4462 43743 451 43744 3603 43745 -2347 43746 1111 43747 -2591 43748 216 43749 -1708 43750 849 43751 -1800 43752 375 43753 -2518 43754 -1389 43755 -2368 43756 -1976 43757 -296 43758 -715 43759 597 43760 442 43761 252 43762 63 43763 -119 43764 562 43765 141 43766 1799 43767 -735 43768 1441 43769 -2781 43770 -806 43771 -3991 43772 -2889 43773 -2590 43774 -2572 43775 -444 43776 -1477 43777 -640 43778 -2269 43779 -1081 43780 -3965 43781 -163 43782 -3648 43783 2417 43784 -1224 43785 3623 43786 50 43787 2628 43788 433 43789 1666 43790 635 43791 1895 43792 1423 43793 1936 43794 2194 43795 635 43796 1090 43797 -247 43798 508 43799 225 43800 1065 43801 389 43802 919 43803 -403 43804 -616 43805 -1009 43806 -1606 43807 670 43808 -122 43809 2868 43810 2385 43811 2298 43812 2818 43813 -201 43814 1839 43815 -908 43816 1260 43817 -494 43818 2593 43819 -715 43820 2359 43821 -2577 43822 183 43823 -4053 43824 -1660 43825 -2678 43826 -2185 43827 -1184 43828 -1669 43829 -538 43830 -1605 43831 79 43832 -1508 43833 1202 43834 619 43835 1121 43836 1779 43837 -252 43838 620 43839 -2352 43840 -916 43841 -1984 43842 -1279 43843 -715 43844 -620 43845 -1081 43846 -1197 43847 -1955 43848 -3491 43849 -1755 43850 -4332 43851 1151 43852 -2326 43853 3553 43854 154 43855 3138 43856 502 43857 1774 43858 383 43859 1690 43860 1436 43861 1795 43862 2108 43863 673 43864 1397 43865 -649 43866 -8 43867 -403 43868 83 43869 -129 43870 568 43871 -275 43872 -841 43873 -947 43874 -2130 43875 194 43876 -1175 43877 2703 43878 1606 43879 2494 43880 2794 43881 562 43882 1568 43883 -885 43884 522 43885 -652 43886 1644 43887 146 43888 1999 43889 -1451 43890 625 43891 -2818 43892 -1455 43893 -2643 43894 -2247 43895 -375 43896 -1709 43897 333 43898 -1402 43899 795 43900 -1020 43901 1724 43902 632 43903 2366 43904 2711 43905 1174 43906 2575 43907 -995 43908 1092 43909 -2058 43910 442 43911 -1688 43912 930 43913 -1844 43914 71 43915 -3633 43916 -2610 43917 -3913 43918 -4974 43919 -1546 43920 -4207 43921 1686 43922 -1875 43923 2304 43924 -705 43925 1803 43926 -1080 43927 2571 43928 -95 43929 3101 43930 1579 43931 2358 43932 1960 43933 758 43934 1115 43935 -300 43936 802 43937 -75 43938 1005 43939 -568 43940 -27 43941 -1482 43942 -2196 43943 -564 43944 -2286 43945 2096 43946 173 43947 3438 43948 2022 43949 2323 43950 2115 43951 724 43952 1009 43953 1363 43954 2413 43955 1721 43956 4076 43957 98 43958 3522 43959 -2848 43960 1239 43961 -3868 43962 -745 43963 -2678 43964 -1266 43965 -2109 43966 -1640 43967 -1748 43968 -2417 43969 -452 43970 -2037 43971 1422 43972 207 43973 1772 43974 1296 43975 720 43976 1021 43977 -440 43978 698 43979 -112 43980 1748 43981 -373 43982 1715 43983 -2733 43984 -873 43985 -4025 43986 -3705 43987 -2576 43988 -4169 43989 582 43990 -2161 43991 2059 43992 -1157 43993 1601 43994 -1587 43995 2057 43996 -662 43997 2988 43998 1136 43999 2922 44000 2188 44001 1219 44002 1803 44003 -227 44004 914 44005 -543 44006 971 44007 -542 44008 303 44009 -1703 44010 -1567 44011 -1142 44012 -2398 44013 1213 44014 -668 44015 3136 44016 1567 44017 2450 44018 1669 44019 703 44020 1093 44021 931 44022 2154 44023 1929 44024 4117 44025 565 44026 4220 44027 -2226 44028 1791 44029 -4045 44030 -399 44031 -3354 44032 -1166 44033 -2370 44034 -1613 44035 -2078 44036 -2853 44037 -1145 44038 -3031 44039 954 44040 -901 44041 2455 44042 472 44043 1649 44044 530 44045 931 44046 548 44047 1092 44048 2258 44049 1101 44050 3549 44051 -1059 44052 1839 44053 -4165 44054 -1458 44055 -4580 44056 -3008 44057 -2191 44058 -2236 44059 -266 44060 -1994 44061 -340 44062 -2621 44063 96 44064 -2707 44065 1785 44066 -740 44067 3196 44068 967 44069 2252 44070 1704 44071 1210 44072 1346 44073 623 44074 1475 44075 18 44076 1484 44077 -1585 44078 -359 44079 -1900 44080 -2500 44081 -860 44082 -1714 44083 1345 44084 -160 44085 2075 44086 443 44087 738 44088 -342 44089 1186 44090 348 44091 2951 44092 2891 44093 2880 44094 4893 44095 244 44096 3681 44097 -2893 44098 1434 44099 -3165 44100 434 44101 -3299 44102 -608 44103 -3169 44104 -2135 44105 -3200 44106 -3522 44107 -1381 44108 -2859 44109 943 44110 -1221 44111 1500 44112 -687 44113 1633 44114 -265 44115 1895 44116 1322 44117 2514 44118 3395 44119 464 44120 3280 44121 -2868 44122 246 44123 -4410 44124 -2741 44125 -3045 44126 -2625 44127 -930 44128 -2101 44129 -368 44130 -2765 44131 -276 44132 -3120 44133 1853 44134 -1415 44135 3712 44136 1118 44137 3371 44138 2559 44139 1522 44140 2258 44141 291 44142 1877 44143 -498 44144 1656 44145 -1803 44146 -113 44147 -2956 44148 -2522 44149 -1990 44150 -3001 44151 638 44152 -1110 44153 2044 44154 47 44155 1643 44156 -641 44157 918 44158 -635 44159 2542 44160 1680 44161 3103 44162 3767 44163 1572 44164 3733 44165 -1510 44166 1579 44167 -2466 44168 688 44169 -2307 44170 572 44171 -2497 44172 -611 44173 -3116 44174 -2522 44175 -2536 44176 -3122 44177 -819 44178 -2339 44179 471 44180 -2523 44181 956 44182 -2784 44183 2524 44184 -671 44185 4397 44186 2611 44187 4052 44188 4423 44189 1336 44190 3417 44191 -1656 44192 1440 44193 -2525 44194 722 44195 -2026 44196 493 44197 -3052 44198 -1569 44199 -3934 44200 -4260 44201 -2274 44202 -4876 44203 1175 44204 -2752 44205 3378 44206 -145 44207 3334 44208 1094 44209 3005 44210 2240 44211 2479 44212 3425 44213 91 44214 2593 44215 -2510 44216 -182 44217 -3398 44218 -2109 44219 -1440 44220 -2363 44221 129 44222 -2009 44223 50 44224 -2352 44225 670 44226 -2539 44227 3242 44228 221 44229 5274 44230 3663 44231 3886 44232 5000 44233 573 44234 3475 44235 -1799 44236 1668 44237 -2219 44238 1433 44239 -2350 44240 283 44241 -3001 44242 -1687 44243 -2436 44244 -2171 44245 -708 44246 -1748 44247 561 44248 -709 44249 826 44250 -823 44251 442 44252 -642 44253 1808 44254 1634 44255 2179 44256 3082 44257 301 44258 1874 44259 -2025 44260 -273 44261 -2033 44262 -679 44263 -793 44264 567 44265 -1169 44266 -53 44267 -2046 44268 -2325 44269 -2313 44270 -3477 44271 -87 44272 -2931 44273 2234 44274 -1383 44275 2589 44276 -327 44277 2661 44278 828 44279 3082 44280 2766 44281 2589 44282 3706 44283 307 44284 2692 44285 -1899 44286 966 44287 -2098 44288 363 44289 -1626 44290 -64 44291 -2494 44292 -1864 44293 -2718 44294 -4245 44295 -431 44296 -3671 44297 3217 44298 387 44299 5003 44300 2713 44301 3191 44302 3173 44303 1098 44304 3134 44305 90 44306 3464 44307 -865 44308 2979 44309 -3164 44310 631 44311 -4507 44312 -1819 44313 -3785 44314 -3024 44315 -1918 44316 -3184 44317 -450 44318 -3253 44319 628 44320 -2955 44321 2677 44322 -387 44323 4480 44324 2993 44325 3152 44326 2981 44327 61 44328 1878 44329 -1361 44330 781 44331 -923 44332 1568 44333 -928 44334 1165 44335 -2870 44336 -1252 44337 -3232 44338 -3209 44339 -1599 44340 -3359 44341 1160 44342 -1515 44343 2369 44344 -667 44345 2020 44346 314 44347 2598 44348 1872 44349 2253 44350 3415 44351 708 44352 2787 44353 -1673 44354 1145 44355 -2214 44356 399 44357 -1827 44358 387 44359 -2342 44360 -1071 44361 -3238 44362 -4216 44363 -2291 44364 -4663 44365 1393 44366 -2065 44367 4079 44368 642 44369 3650 44370 1675 44371 1850 44372 1771 44373 1519 44374 2438 44375 1274 44376 3441 44377 -628 44378 2474 44379 -2595 44380 202 44381 -3582 44382 -1179 44383 -2459 44384 -1637 44385 -1830 44386 -2594 44387 -1173 44388 -3139 44389 808 44390 -1562 44391 2705 44392 1091 44393 2780 44394 2332 44395 379 44396 1040 44397 -963 44398 302 44399 -378 44400 991 44401 197 44402 1823 44403 -1540 44404 -96 44405 -3360 44406 -2828 44407 -2540 44408 -3549 44409 -364 44410 -2374 44411 984 44412 -1641 44413 1359 44414 -1460 44415 2338 44416 -174 44417 3361 44418 2261 44419 3159 44420 3201 44421 1132 44422 2950 44423 -314 44424 2756 44425 -862 44426 3216 44427 -2425 44428 1509 44429 -5114 44430 -2211 44431 -5655 44432 -5168 44433 -2649 44434 -4940 44435 1105 44436 -2598 44437 2540 44438 -1589 44439 2619 44440 -1103 44441 3050 44442 981 44443 4135 44444 4088 44445 2904 44446 4729 44447 -363 44448 3361 44449 -3090 44450 1292 44451 -3696 44452 -888 44453 -3751 44454 -2416 44455 -3119 44456 -4084 44457 -999 44458 -4053 44459 2416 44460 -1395 44461 3920 44462 1506 44463 2739 44464 1597 44465 1189 44466 1144 44467 454 44468 1895 44469 682 44470 2461 44471 -847 44472 1026 44473 -3610 44474 -1811 44475 -3094 44476 -3514 44477 -410 44478 -2182 44479 1655 44480 -792 44481 1871 44482 -289 44483 1509 44484 334 44485 2313 44486 1868 44487 1610 44488 2498 44489 465 44490 1626 44491 -664 44492 938 44493 -560 44494 1707 44495 -748 44496 1695 44497 -2121 44498 -248 44499 -3449 44500 -2897 44501 -2179 44502 -2639 44503 255 44504 -1387 44505 999 44506 -838 44507 241 44508 -1974 44509 495 44510 -1692 44511 2639 44512 852 44513 3936 44514 3303 44515 2318 44516 3404 44517 454 44518 3117 44519 -1366 44520 2183 44521 -2453 44522 825 44523 -4070 44524 -2655 44525 -3776 44526 -4521 44527 -1383 44528 -4309 44529 1424 44530 -2184 44531 2319 44532 -894 44533 2735 44534 -552 44535 3439 44536 1370 44537 4205 44538 4798 44539 1933 44540 4657 44541 -2178 44542 1659 44543 -4493 44544 -1586 44545 -3657 44546 -2660 44547 -1475 44548 -2950 44549 -464 44550 -3139 44551 839 44552 -2479 44553 3250 44554 -134 44555 4698 44556 2679 44557 3793 44558 3943 44559 1586 44560 3698 44561 -86 44562 4263 44563 -1487 44564 3475 44565 -3693 44566 976 44567 -5618 44568 -2786 44569 -4469 44570 -3825 44571 -1417 44572 -2750 44573 721 44574 -1712 44575 770 44576 -1940 44577 310 44578 -2063 44579 1868 44580 -38 44581 3211 44582 1783 44583 1936 44584 2392 44585 283 44586 1339 44587 -429 44588 1401 44589 -757 44590 1284 44591 -1389 44592 -199 44593 -2442 44594 -2102 44595 -1614 44596 -2009 44597 -80 44598 -1084 44599 509 44600 -1521 44601 71 44602 -2049 44603 1281 44604 -1143 44605 3428 44606 1983 44607 3748 44608 3993 44609 937 44610 3042 44611 -1741 44612 1156 44613 -2224 44614 551 44615 -1486 44616 232 44617 -1614 44618 -1588 44619 -2072 44620 -2698 44621 -833 44622 -2570 44623 1598 44624 -903 44625 2548 44626 720 44627 2393 44628 1515 44629 1828 44630 2668 44631 1681 44632 4023 44633 -302 44634 3433 44635 -3149 44636 364 44637 -4426 44638 -2165 44639 -2724 44640 -2126 44641 -1068 44642 -1505 44643 -836 44644 -2388 44645 -138 44646 -3119 44647 1432 44648 -1085 44649 3696 44650 1613 44651 3356 44652 3188 44653 1192 44654 2774 44655 -618 44656 2012 44657 -1259 44658 1958 44659 -2533 44660 224 44661 -3585 44662 -2181 44663 -3445 44664 -3533 44665 -1588 44666 -2786 44667 174 44668 -2632 44669 463 44670 -3326 44671 1269 44672 -2563 44673 3685 44674 552 44675 4660 44676 3311 44677 3206 44678 3636 44679 -193 44680 1724 44681 -1021 44682 1239 44683 -924 44684 1535 44685 -1379 44686 211 44687 -2537 44688 -1871 44689 -2025 44690 -2449 44691 203 44692 -1463 44693 2065 44694 -281 44695 2021 44696 535 44697 2007 44698 2037 44699 2441 44700 3768 44701 1253 44702 4114 44703 -1607 44704 2406 44705 -3974 44706 -466 44707 -3413 44708 -939 44709 -2207 44710 -707 44711 -2399 44712 -1928 44713 -2686 44714 -3779 44715 -1086 44716 -3449 44717 1760 44718 -1048 44719 2859 44720 560 44721 1374 44722 513 44723 427 44724 508 44725 273 44726 824 44727 109 44728 767 44729 -983 44730 -515 44731 -1266 44732 -1388 44733 -480 44734 -1120 44735 520 44736 -527 44737 -45 44738 -1506 44739 -19 44740 -2139 44741 1933 44742 -332 44743 3538 44744 2013 44745 2909 44746 3236 44747 320 44748 1956 44749 -604 44750 1217 44751 -663 44752 1891 44753 -1059 44754 1469 44755 -2552 44756 -755 44757 -3563 44758 -2897 44759 -1930 44760 -3164 44761 99 44762 -2351 44763 1314 44764 -2062 44765 1825 44766 -806 44767 3501 44768 1535 44769 3794 44770 4085 44771 2034 44772 4049 44773 -855 44774 2178 44775 -1787 44776 1234 44777 -1517 44778 1206 44779 -2358 44780 -228 44781 -3533 44782 -3011 44783 -2538 44784 -3896 44785 493 44786 -1749 44787 2765 44788 769 44789 2400 44790 1620 44791 902 44792 1634 44793 510 44794 2465 44795 -189 44796 2573 44797 -2132 44798 314 44799 -3707 44800 -1900 44801 -3146 44802 -2756 44803 -1627 44804 -2403 44805 -661 44806 -3751 44807 -209 44808 -3939 44809 1397 44810 -2507 44811 3936 44812 180 44813 4321 44814 2211 44815 2486 44816 1360 44817 953 44818 1210 44819 1450 44820 1732 44821 1360 44822 2877 44823 -254 44824 1403 44825 -1759 44826 -395 44827 -1664 44828 -1014 44829 -243 44830 -186 44831 22 44832 -767 44833 53 44834 -1122 44835 1047 44836 149 44837 2277 44838 2122 44839 2204 44840 2928 44841 148 44842 1952 44843 -809 44844 1904 44845 -462 44846 2654 44847 -1335 44848 2147 44849 -3383 44850 -810 44851 -4842 44852 -3054 44853 -2772 44854 -3273 44855 -394 44856 -1920 44857 357 44858 -1506 44859 100 44860 -1383 44861 1298 44862 -210 44863 2208 44864 1675 44865 1303 44866 1217 44867 -676 44868 177 44869 -1439 44870 -992 44871 -882 44872 -874 44873 -740 44874 -1612 44875 -1030 44876 -3153 44877 66 44878 -3122 44879 2601 44880 -756 44881 4163 44882 1837 44883 2935 44884 1890 44885 1195 44886 1504 44887 940 44888 2043 44889 1042 44890 3220 44891 -572 44892 1987 44893 -2331 44894 -424 44895 -2556 44896 -1421 44897 -1002 44898 -1021 44899 -265 44900 -1109 44901 -92 44902 -1679 44903 749 44904 -866 44905 2109 44906 1242 44907 2561 44908 2458 44909 1009 44910 1737 44911 -567 44912 1519 44913 -280 44914 2357 44915 -485 44916 2687 44917 -2292 44918 636 44919 -3631 44920 -1937 44921 -2863 44922 -2212 44923 -1067 44924 -1201 44925 -65 44926 -1026 44927 -207 44928 -1572 44929 175 44930 -1089 44931 1706 44932 1079 44933 1600 44934 1769 44935 -155 44936 880 44937 -1470 44938 -51 44939 -1292 44940 -66 44941 -1091 44942 -609 44943 -1944 44944 -2499 44945 -2075 44946 -3841 44947 279 44948 -2594 44949 2278 44950 -720 44951 2633 44952 14 44953 1595 44954 -213 44955 1965 44956 443 44957 2868 44958 2358 44959 2168 44960 2730 44961 47 44962 1174 44963 -1256 44964 188 44965 -358 44966 653 44967 13 44968 514 44969 -332 44970 -575 44971 -699 44972 -972 44973 797 44974 519 44975 1594 44976 1639 44977 701 44978 1659 44979 -331 44980 983 44981 -330 44982 1602 44983 126 44984 2494 44985 -1193 44986 1469 44987 -3174 44988 -774 44989 -3549 44990 -2010 44991 -1446 44992 -1147 44993 -479 44994 -988 44995 -957 44996 -1828 44997 -765 44998 -2340 44999 935 45000 -600 45001 1747 45002 746 45003 1097 45004 637 45005 -11 45006 17 45007 -248 45008 402 45009 -11 45010 636 45011 -1053 45012 -742 45013 -2161 45014 -2611 45015 -1169 45016 -2627 45017 1326 45018 -713 45019 1805 45020 -341 45021 832 45022 -991 45023 881 45024 -294 45025 2311 45026 1515 45027 2298 45028 2573 45029 337 45030 1314 45031 -1216 45032 -271 45033 -973 45034 -250 45035 -168 45036 8 45037 -235 45038 -1015 45039 -321 45040 -1743 45041 754 45042 -961 45043 2483 45044 1211 45045 2300 45046 1610 45047 1027 45048 1334 45049 694 45050 1830 45051 1303 45052 3502 45053 647 45054 3199 45055 -2304 45056 1058 45057 -3340 45058 -375 45059 -2569 45060 -398 45061 -1354 45062 75 45063 -1938 45064 -1341 45065 -1910 45066 -2295 45067 -987 45068 -1738 45069 851 45070 83 45071 463 45072 370 45073 -333 45074 -561 45075 -409 45076 -57 45077 -153 45078 643 45079 -593 45080 -166 45081 -2029 45082 -2475 45083 -1473 45084 -2821 45085 562 45086 -1503 45087 1285 45088 -638 45089 684 45090 -1518 45091 643 45092 -1900 45093 1907 45094 -236 45095 3138 45096 1457 45097 2275 45098 1201 45099 596 45100 242 45101 310 45102 656 45103 1245 45104 1868 45105 887 45106 1496 45107 -339 45108 449 45109 -456 45110 256 45111 456 45112 1321 45113 507 45114 1531 45115 -708 45116 137 45117 -844 45118 102 45119 332 45120 1553 45121 799 45122 2233 45123 -796 45124 1075 45125 -2361 45126 -488 45127 -1588 45128 -248 45129 -719 45130 536 45131 -1414 45132 -317 45133 -2029 45134 -1690 45135 -1308 45136 -1700 45137 79 45138 -335 45139 763 45140 91 45141 106 45142 -338 45143 -306 45144 -100 45145 209 45146 821 45147 -172 45148 937 45149 -1819 45150 -795 45151 -2664 45152 -2586 45153 -1047 45154 -2432 45155 161 45156 -1497 45157 414 45158 -2424 45159 383 45160 -2621 45161 1984 45162 -1306 45163 3751 45164 1330 45165 3434 45166 1971 45167 1439 45168 1096 45169 174 45170 715 45171 689 45172 1126 45173 309 45174 1048 45175 -372 45176 -292 45177 -466 45178 -392 45179 1093 45180 717 45181 1694 45182 1860 45183 1119 45184 1492 45185 -202 45186 896 45187 117 45188 1665 45189 672 45190 2551 45191 -724 45192 1555 45193 -2302 45194 -132 45195 -2104 45196 -393 45197 -586 45198 1031 45199 -443 45200 1018 45201 -1564 45202 -520 45203 -1959 45204 -1030 45205 -893 45206 -381 45207 -596 45208 -192 45209 -1459 45210 -1347 45211 -1779 45212 -2302 45213 -454 45214 -1485 45215 900 45216 -148 45217 479 45218 -966 45219 -377 45220 -1566 45221 91 45222 -765 45223 1070 45224 192 45225 507 45226 -368 45227 -614 45228 -1993 45229 -436 45230 -1947 45231 1970 45232 -423 45233 2561 45234 823 45235 1610 45236 502 45237 1237 45238 559 45239 1683 45240 1818 45241 1313 45242 2313 45243 -36 45244 1380 45245 -1481 45246 44 45247 -739 45248 313 45249 -105 45250 820 45251 -125 45252 566 45253 -563 45254 -471 45255 83 45256 544 45257 1248 45258 1982 45259 177 45260 1614 45261 -1559 45262 -45 45263 -1963 45264 -814 45265 -715 45266 -16 45267 -355 45268 188 45269 -753 45270 -935 45271 -794 45272 -1181 45273 471 45274 -206 45275 1450 45276 1489 45277 476 45278 1348 45279 -973 45280 369 45281 -842 45282 539 45283 -469 45284 1120 45285 -1146 45286 -73 45287 -2229 45288 -1698 45289 -1521 45290 -1602 45291 -108 45292 -501 45293 243 45294 -403 45295 -590 45296 -1615 45297 -696 45298 -2328 45299 697 45300 -767 45301 1578 45302 261 45303 315 45304 -586 45305 -108 45306 -1393 45307 704 45308 -466 45309 1777 45310 832 45311 1414 45312 549 45313 612 45314 -288 45315 679 45316 -122 45317 1697 45318 1360 45319 1404 45320 1189 45321 136 45322 231 45323 262 45324 427 45325 1035 45326 1589 45327 1600 45328 2236 45329 -204 45330 1242 45331 -845 45332 606 45333 -197 45334 1412 45335 318 45336 2170 45337 -655 45338 1500 45339 -2245 45340 87 45341 -1988 45342 52 45343 -1013 45344 1071 45345 -1532 45346 594 45347 -2853 45348 -1206 45349 -2763 45350 -1853 45351 -1559 45352 -1574 45353 -926 45354 -1570 45355 -1351 45356 -2924 45357 -1127 45358 -2724 45359 885 45360 -1615 45361 1778 45362 -323 45363 972 45364 -1038 45365 334 45366 -1401 45367 1320 45368 -514 45369 2056 45370 708 45371 1222 45372 104 45373 138 45374 -693 45375 548 45376 -305 45377 1738 45378 1312 45379 1504 45380 1552 45381 101 45382 333 45383 -139 45384 -166 45385 395 45386 756 45387 1012 45388 1217 45389 -47 45390 114 45391 -240 45392 -79 45393 838 45394 1364 45395 1220 45396 2411 45397 182 45398 2005 45399 -1278 45400 499 45401 -1059 45402 585 45403 -546 45404 1139 45405 -1087 45406 447 45407 -2089 45408 -1422 45409 -1543 45410 -1320 45411 141 45412 98 45413 842 45414 1037 45415 -413 45416 334 45417 -987 45418 163 45419 -717 45420 506 45421 -938 45422 377 45423 -2088 45424 -1528 45425 -2437 45426 -3013 45427 -1092 45428 -2492 45429 819 45430 -1434 45431 1052 45432 -1283 45433 862 45434 -1288 45435 1283 45436 -191 45437 2269 45438 1433 45439 1143 45440 1251 45441 -684 45442 -731 45443 -1306 45444 -1913 45445 262 45446 -1019 45447 1231 45448 -463 45449 1095 45450 -686 45451 1425 45452 -473 45453 2568 45454 1236 45455 2881 45456 2567 45457 1217 45458 2102 45459 -473 45460 940 45461 -299 45462 668 45463 119 45464 1437 45465 -279 45466 618 45467 -904 45468 -235 45469 -294 45470 180 45471 965 45472 1906 45473 633 45474 2184 45475 -944 45476 1261 45477 -2196 45478 -109 45479 -1639 45480 414 45481 -1230 45482 73 45483 -1836 45484 -1278 45485 -1995 45486 -1938 45487 -906 45488 -974 45489 458 45490 295 45491 -226 45492 16 45493 -1551 45494 -1670 45495 -1321 45496 -1610 45497 -118 45498 -1273 45499 135 45500 -1713 45501 -340 45502 -2605 45503 802 45504 -1996 45505 2718 45506 134 45507 3529 45508 1940 45509 1888 45510 1708 45511 36 45512 815 45513 -65 45514 957 45515 -316 45516 612 45517 -1372 45518 -884 45519 -1975 45520 -2876 45521 -518 45522 -2566 45523 2016 45524 -435 45525 2641 45526 534 45527 1965 45528 663 45529 1948 45530 1793 45531 2014 45532 3363 45533 1072 45534 2996 45535 -1171 45536 852 45537 -2550 45538 -470 45539 -1167 45540 -223 45541 -125 45542 162 45543 -469 45544 -166 45545 -905 45546 -718 45547 295 45548 786 45549 1158 45550 1913 45551 -388 45552 1320 45553 -1803 45554 -119 45555 -1856 45556 -560 45557 -829 45558 -20 45559 -678 45560 -485 45561 -1544 45562 -1528 45563 -1034 45564 -1314 45565 654 45566 43 45567 777 45568 670 45569 -276 45570 -793 45571 -1010 45572 -1325 45573 125 45574 -326 45575 546 45576 145 45577 192 45578 -552 45579 -485 45580 -1620 45581 -157 45582 -906 45583 1288 45584 -163 45585 775 45586 -183 45587 -269 45588 -1550 45589 12 45590 -1841 45591 1659 45592 -701 45593 1971 45594 258 45595 1639 45596 -126 45597 1502 45598 534 45599 2498 45600 2720 45601 2755 45602 3812 45603 765 45604 2470 45605 -1269 45606 1195 45607 -1396 45608 1075 45609 -1163 45610 1214 45611 -1542 45612 -59 45613 -2506 45614 -1354 45615 -1316 45616 -1131 45617 920 45618 416 45619 1137 45620 1310 45621 194 45622 1077 45623 -625 45624 951 45625 -204 45626 1352 45627 -582 45628 1574 45629 -2265 45630 -409 45631 -3134 45632 -1775 45633 -1349 45634 -1462 45635 -871 45636 -878 45637 -745 45638 -1808 45639 -1227 45640 -2830 45641 444 45642 -1734 45643 2053 45644 73 45645 1671 45646 569 45647 484 45648 -516 45649 99 45650 -462 45651 1168 45652 553 45653 735 45654 563 45655 -496 45656 -827 45657 -1019 45658 -1986 45659 460 45660 -1028 45661 1345 45662 -300 45663 1216 45664 -310 45665 1158 45666 11 45667 2487 45668 1528 45669 3096 45670 3167 45671 1573 45672 2718 45673 -676 45674 1532 45675 -1042 45676 1153 45677 -518 45678 1677 45679 -1118 45680 608 45681 -2258 45682 -1445 45683 -1745 45684 -1453 45685 -162 45686 98 45687 1177 45688 1194 45689 102 45690 742 45691 -824 45692 588 45693 -590 45694 1310 45695 -324 45696 1282 45697 -1537 45698 41 45699 -3026 45700 -1589 45701 -2065 45702 -1619 45703 -645 45704 -768 45705 -401 45706 -1456 45707 -969 45708 -2294 45709 -169 45710 -1904 45711 1227 45712 -198 45713 1320 45714 233 45715 233 45716 -998 45717 -204 45718 -1309 45719 876 45720 -285 45721 1353 45722 669 45723 564 45724 123 45725 -308 45726 -1006 45727 322 45728 -537 45729 952 45730 434 45731 797 45732 -350 45733 369 45734 -833 45735 1152 45736 -7 45737 2636 45738 2006 45739 2184 45740 2464 45741 269 45742 1913 45743 -432 45744 2056 45745 -244 45746 2499 45747 -1254 45748 1973 45749 -3083 45750 -801 45751 -4317 45752 -2643 45753 -2297 45754 -2428 45755 -136 45756 -1305 45757 820 45758 -1172 45759 1070 45760 -789 45761 1777 45762 1066 45763 2186 45764 2656 45765 750 45766 2492 45767 -1747 45768 605 45769 -2345 45770 -105 45771 -1697 45772 -493 45773 -1957 45774 -1551 45775 -2131 45776 -3101 45777 -1051 45778 -2948 45779 1421 45780 -612 45781 2671 45782 744 45783 1364 45784 480 45785 -237 45786 -213 45787 203 45788 557 45789 503 45790 1008 45791 -363 45792 71 45793 -1626 45794 -1747 45795 -716 45796 -1761 45797 599 45798 -595 45799 978 45800 -486 45801 454 45802 -1084 45803 771 45804 -518 45805 2057 45806 918 45807 1702 45808 1237 45809 608 45810 500 45811 -241 45812 14 45813 666 45814 1298 45815 1221 45816 2468 45817 -167 45818 1258 45819 -1606 45820 -645 45821 -1276 45822 -679 45823 -35 45824 449 45825 233 45826 151 45827 -612 45828 -673 45829 372 45830 -222 45831 1346 45832 1506 45833 1488 45834 2335 45835 133 45836 1853 45837 -1182 45838 1280 45839 -1128 45840 1549 45841 -1819 45842 459 45843 -3628 45844 -2002 45845 -3367 45846 -3725 45847 -1298 45848 -2944 45849 1033 45850 -1101 45851 1420 45852 -783 45853 894 45854 -1103 45855 1858 45856 232 45857 2330 45858 1693 45859 1642 45860 1770 45861 -627 45862 -166 45863 -1890 45864 -1396 45865 -1242 45866 -1447 45867 132 45868 -1589 45869 -28 45870 -1812 45871 812 45872 -1418 45873 2636 45874 72 45875 3344 45876 1835 45877 2286 45878 2197 45879 1102 45880 1720 45881 888 45882 2543 45883 575 45884 3232 45885 -1086 45886 1849 45887 -3130 45888 -476 45889 -2714 45890 -1317 45891 -900 45892 -245 45893 -1 45894 -378 45895 -593 45896 -1115 45897 -658 45898 -1227 45899 1008 45900 334 45901 1447 45902 1349 45903 783 45904 1128 45905 -285 45906 1108 45907 -302 45908 1406 45909 -765 45910 1342 45911 -1954 45912 -273 45913 -2903 45914 -2251 45915 -1476 45916 -1942 45917 117 45918 -1095 45919 399 45920 -1161 45921 48 45922 -1768 45923 700 45924 -1332 45925 2390 45926 917 45927 2202 45928 2176 45929 743 45930 1284 45931 -935 45932 427 45933 -1050 45934 -149 45935 -857 45936 -413 45937 -903 45938 -1200 45939 -915 45940 -1893 45941 481 45942 -1097 45943 1451 45944 -59 45945 1776 45946 533 45947 941 45948 -60 45949 1089 45950 1611 45951 2000 45952 2492 45953 821 45954 2431 45955 -1646 45956 506 45957 -2555 45958 -713 45959 -1199 45960 -288 45961 4 45962 191 45963 -585 45964 -587 45965 -648 45966 -1176 45967 296 45968 -91 45969 1529 45970 1181 45971 1299 45972 1599 45973 152 45974 1609 45975 -771 45976 1491 45977 -887 45978 1768 45979 -1935 45980 429 45981 -3123 45982 -1985 45983 -2830 45984 -2480 45985 -534 45986 -1731 45987 -93 45988 -1569 45989 -312 45990 -2476 45991 682 45992 -2155 45993 2058 45994 389 45995 3523 45996 2464 45997 1825 45998 2233 45999 -609 46000 1110 46001 -1490 46002 344 46003 -1012 46004 328 46005 -1525 46006 -1009 46007 -2043 46008 -2551 46009 -1016 46010 -2842 46011 803 46012 -1377 46013 1688 46014 -603 46015 1979 46016 -340 46017 2526 46018 939 46019 3184 46020 3683 46021 2162 46022 3907 46023 -607 46024 2290 46025 -2667 46026 497 46027 -1862 46028 229 46029 -1174 46030 766 46031 -1734 46032 -601 46033 -2372 46034 -2071 46035 -1352 46036 -2170 46037 729 46038 -841 46039 1611 46040 412 46041 1176 46042 465 46043 662 46044 675 46045 575 46046 1467 46047 -244 46048 1127 46049 -1403 46050 -423 46051 -1793 46052 -1178 46053 -1025 46054 -757 46055 -350 46056 -480 46057 -930 46058 -1921 46059 -876 46060 -2604 46061 1412 46062 -880 46063 3087 46064 1377 46065 2616 46066 2107 46067 626 46068 1126 46069 -644 46070 750 46071 -574 46072 1074 46073 -807 46074 622 46075 -1977 46076 -1035 46077 -2098 46078 -2375 46079 -812 46080 -1704 46081 225 46082 -1467 46083 1028 46084 -1675 46085 1607 46086 -721 46087 3029 46088 1456 46089 3209 46090 3006 46091 1095 46092 2304 46093 -1190 46094 782 46095 -1338 46096 566 46097 -533 46098 1293 46099 -1192 46100 -48 46101 -2211 46102 -1943 46103 -2107 46104 -2887 46105 92 46106 -1485 46107 1997 46108 -146 46109 1774 46110 561 46111 1566 46112 931 46113 1675 46114 2194 46115 999 46116 2366 46117 -763 46118 1325 46119 -1734 46120 0 46121 -1507 46122 -299 46123 -1429 46124 -200 46125 -2169 46126 -2177 46127 -2180 46128 -3565 46129 69 46130 -2743 46131 2424 46132 -169 46133 3072 46134 1788 46135 1764 46136 1318 46137 473 46138 1057 46139 292 46140 2001 46141 130 46142 2037 46143 -1551 46144 416 46145 -2887 46146 -1664 46147 -2215 46148 -2464 46149 -956 46150 -2619 46151 67 46152 -2421 46153 888 46154 -1934 46155 2771 46156 211 46157 3709 46158 2556 46159 2739 46160 2914 46161 553 46162 1613 46163 -400 46164 1487 46165 198 46166 2022 46167 -523 46168 1932 46169 -2311 46170 -587 46171 -3093 46172 -2258 46173 -1299 46174 -1861 46175 763 46176 -532 46177 1245 46178 -233 46179 685 46180 379 46181 709 46182 991 46183 643 46184 1680 46185 -286 46186 1124 46187 -1029 46188 152 46189 -1234 46190 153 46191 -861 46192 181 46193 -1246 46194 -869 46195 -2339 46196 -3037 46197 -1068 46198 -3198 46199 1421 46200 -1159 46201 2830 46202 642 46203 1913 46204 640 46205 856 46206 236 46207 1263 46208 1482 46209 1868 46210 2952 46211 487 46212 2645 46213 -1669 46214 722 46215 -2597 46216 -500 46217 -2149 46218 -1495 46219 -1538 46220 -2237 46221 -864 46222 -2779 46223 881 46224 -1503 46225 2673 46226 844 46227 2833 46228 1816 46229 1288 46230 1500 46231 64 46232 1372 46233 321 46234 2556 46235 -242 46236 2620 46237 -2412 46238 570 46239 -4087 46240 -2865 46241 -2760 46242 -3498 46243 -193 46244 -2388 46245 1650 46246 -1314 46247 2035 46248 -794 46249 2352 46250 622 46251 2508 46252 2660 46253 1843 46254 3184 46255 -193 46256 2295 46257 -1244 46258 1886 46259 -1776 46260 1376 46261 -2651 46262 -45 46263 -3783 46264 -2969 46265 -2826 46266 -4106 46267 -224 46268 -2799 46269 1905 46270 -804 46271 2121 46272 -62 46273 1219 46274 -374 46275 1621 46276 600 46277 2561 46278 2920 46279 2023 46280 3408 46281 -858 46282 2326 46283 -2024 46284 726 46285 -2061 46286 -363 46287 -2162 46288 -1217 46289 -2226 46290 -2572 46291 -1187 46292 -2387 46293 893 46294 -1057 46295 1730 46296 189 46297 1072 46298 -60 46299 834 46300 71 46301 1732 46302 1820 46303 1775 46304 3067 46305 -370 46306 2029 46307 -2901 46308 -499 46309 -2797 46310 -2013 46311 -1321 46312 -1332 46313 -114 46314 -1064 46315 100 46316 -1266 46317 648 46318 -1373 46319 1553 46320 368 46321 1999 46322 1699 46323 1583 46324 1706 46325 248 46326 1763 46327 -515 46328 1830 46329 -1003 46330 1117 46331 -2718 46332 -1030 46333 -3314 46334 -3120 46335 -1523 46336 -3125 46337 763 46338 -1515 46339 1393 46340 -829 46341 861 46342 -1495 46343 1477 46344 -681 46345 3074 46346 1830 46347 3346 46348 3688 46349 1017 46350 3001 46351 -1180 46352 1736 46353 -2190 46354 819 46355 -2388 46356 33 46357 -2962 46358 -1778 46359 -2601 46360 -3108 46361 -778 46362 -2332 46363 909 46364 -1229 46365 1421 46366 -950 46367 1454 46368 -641 46369 2283 46370 1410 46371 3129 46372 3541 46373 1165 46374 3379 46375 -1871 46376 714 46377 -3437 46378 -1225 46379 -2325 46380 -1801 46381 -849 46382 -1546 46383 -658 46384 -2249 46385 41 46386 -2399 46387 1682 46388 -913 46389 3077 46390 1272 46391 2658 46392 2543 46393 1309 46394 2519 46395 329 46396 2906 46397 -783 46398 2358 46399 -2434 46400 -229 46401 -3973 46402 -2927 46403 -2837 46404 -3453 46405 -385 46406 -2124 46407 979 46408 -1110 46409 747 46410 -1906 46411 903 46412 -1561 46413 2849 46414 710 46415 3592 46416 2777 46417 2227 46418 2905 46419 398 46420 2048 46421 -568 46422 1732 46423 -686 46424 1776 46425 -1231 46426 734 46427 -2039 46428 -567 46429 -1768 46430 -807 46431 -800 46432 -709 46433 -687 46434 -1219 46435 -756 46436 -2042 46437 263 46438 -1244 46439 2437 46440 1429 46441 2541 46442 2974 46443 349 46444 1676 46445 -1367 46446 165 46447 -1592 46448 297 46449 -865 46450 55 46451 -1685 46452 -1286 46453 -2155 46454 -3245 46455 -1086 46456 -3148 46457 1790 46458 -1602 46459 2938 46460 -84 46461 3229 46462 1442 46463 2872 46464 3060 46465 2225 46466 4171 46467 -286 46468 3255 46469 -3025 46470 163 46471 -4090 46472 -2078 46473 -2442 46474 -1978 46475 -1026 46476 -2335 46477 -419 46478 -3148 46479 497 46480 -3155 46481 3057 46482 -409 46483 4986 46484 2853 46485 4117 46486 4264 46487 1413 46488 3730 46489 -909 46490 2891 46491 -1885 46492 1694 46493 -2670 46494 449 46495 -3589 46496 -1576 46497 -2896 46498 -2407 46499 -1062 46500 -1928 46501 123 46502 -1616 46503 270 46504 -1800 46505 837 46506 -1034 46507 2345 46508 933 46509 2852 46510 2736 46511 1065 46512 1950 46513 -1151 46514 137 46515 -1044 46516 2 46517 -303 46518 879 46519 -689 46520 369 46521 -1920 46522 -1268 46523 -2221 46524 -2365 46525 -807 46526 -1820 46527 650 46528 -1264 46529 1167 46530 -1136 46531 1759 46532 272 46533 2593 46534 2045 46535 2222 46536 2853 46537 -198 46538 2058 46539 -1536 46540 681 46541 -1551 46542 535 46543 -1334 46544 173 46545 -2240 46546 -1759 46547 -2923 46548 -4038 46549 -767 46550 -3761 46551 2506 46552 -1222 46553 4161 46554 964 46555 3240 46556 2136 46557 2023 46558 2155 46559 1349 46560 3246 46561 -34 46562 3043 46563 -1778 46564 1387 46565 -3011 46566 -207 46567 -2483 46568 -1045 46569 -1650 46570 -1444 46571 -1368 46572 -2160 46573 -574 46574 -1852 46575 1724 46576 217 46577 2916 46578 2602 46579 1863 46580 2941 46581 -844 46582 1487 46583 -1954 46584 512 46585 -1474 46586 419 46587 -1954 46588 -196 46589 -2890 46590 -2309 46591 -3111 46592 -3757 46593 -1299 46594 -3572 46595 869 46596 -2410 46597 1695 46598 -1718 46599 2412 46600 -594 46601 3037 46602 946 46603 3030 46604 2519 46605 1560 46606 2294 46607 -169 46608 1151 46609 -723 46610 1097 46611 -144 46612 1431 46613 -1240 46614 32 46615 -2350 46616 -2221 46617 -1661 46618 -2872 46619 774 46620 -1068 46621 2736 46622 1093 46623 2357 46624 1393 46625 971 46626 1428 46627 667 46628 2385 46629 158 46630 2591 46631 -1208 46632 1594 46633 -2474 46634 -353 46635 -2845 46636 -1249 46637 -2150 46638 -1928 46639 -1789 46640 -2946 46641 -1046 46642 -3380 46643 1025 46644 -1770 46645 3216 46646 926 46647 3634 46648 2328 46649 1290 46650 1686 46651 5 46652 1086 46653 81 46654 2052 46655 -279 46656 2367 46657 -1798 46658 508 46659 -3359 46660 -1745 46661 -3088 46662 -2752 46663 -1279 46664 -2404 46665 -369 46666 -2341 46667 121 46668 -1991 46669 1612 46670 -1024 46671 2642 46672 740 46673 2285 46674 1191 46675 1198 46676 927 46677 976 46678 1636 46679 806 46680 2769 46681 -101 46682 1874 46683 -2628 46684 -839 46685 -3252 46686 -2729 46687 -1340 46688 -2943 46689 690 46690 -1233 46691 1788 46692 -1034 46693 1626 46694 -533 46695 2181 46696 940 46697 3133 46698 2687 46699 1978 46700 3111 46701 148 46702 2474 46703 -1421 46704 1233 46705 -1863 46706 254 46707 -2268 46708 -956 46709 -2029 46710 -2574 46711 -520 46712 -2354 46713 1910 46714 295 46715 2937 46716 2567 46717 1491 46718 2350 46719 -184 46720 1737 46721 -740 46722 2086 46723 -997 46724 2283 46725 -2534 46726 471 46727 -4393 46728 -2325 46729 -4374 46730 -3795 46731 -2213 46732 -3952 46733 5 46734 -3277 46735 876 46736 -3185 46737 2277 46738 -1614 46739 3578 46740 297 46741 2920 46742 1270 46743 1909 46744 603 46745 1018 46746 859 46747 1591 46748 2063 46749 1208 46750 2424 46751 -620 46752 1238 46753 -1892 46754 -837 46755 -1522 46756 -822 46757 372 46758 201 46759 771 46760 211 46761 96 46762 -693 46763 -139 46764 -1048 46765 1414 46766 762 46767 2143 46768 1699 46769 1171 46770 2105 46771 165 46772 2174 46773 -502 46774 2427 46775 -1508 46776 1349 46777 -2659 46778 -1064 46779 -3040 46780 -2425 46781 -1201 46782 -1838 46783 587 46784 -697 46785 795 46786 -671 46787 691 46788 -679 46789 1468 46790 679 46791 2287 46792 2670 46793 1090 46794 3294 46795 -1540 46796 1322 46797 -3512 46798 -940 46799 -3157 46800 -1950 46801 -2418 46802 -2756 46803 -1512 46804 -3483 46805 -182 46806 -3246 46807 1831 46808 -1085 46809 2741 46810 298 46811 2573 46812 1199 46813 1523 46814 1052 46815 1637 46816 2043 46817 1224 46818 2487 46819 -746 46820 864 46821 -2325 46822 -1311 46823 -2056 46824 -2177 46825 188 46826 -586 46827 1581 46828 107 46829 611 46830 -279 46831 244 46832 -239 46833 1121 46834 660 46835 1874 46836 1961 46837 885 46838 1472 46839 -210 46840 1300 46841 -548 46842 988 46843 -276 46844 1241 46845 -1188 46846 -25 46847 -1863 46848 -668 46849 -606 46850 -694 46851 346 46852 713 46853 15 46854 352 46855 -895 46856 -731 46857 -771 46858 -647 46859 789 46860 1311 46861 1162 46862 2060 46863 -717 46864 1221 46865 -2536 46866 -164 46867 -2241 46868 -1115 46869 -2046 46870 -1182 46871 -1820 46872 -2263 46873 -1338 46874 -3358 46875 -156 46876 -2843 46877 1517 46878 -1503 46879 2335 46880 -758 46881 2369 46882 -148 46883 2950 46884 1336 46885 3071 46886 3117 46887 1177 46888 2893 46889 -1534 46890 973 46891 -2382 46892 -971 46893 -934 46894 -715 46895 -264 46896 -321 46897 -598 46898 -1203 46899 -618 46900 -1841 46901 594 46902 -1043 46903 2220 46904 901 46905 2167 46906 1612 46907 1065 46908 1605 46909 644 46910 2027 46911 104 46912 1750 46913 -1136 46914 852 46915 -2176 46916 -767 46917 -1616 46918 -917 46919 -563 46920 -104 46921 -78 46922 -121 46923 -1049 46924 -1292 46925 -748 46926 -1439 46927 804 46928 263 46929 1816 46930 2109 46931 1017 46932 1718 46933 -1216 46934 478 46935 -1731 46936 204 46937 -1210 46938 259 46939 -1458 46940 -427 46941 -2063 46942 -2030 46943 -1491 46944 -2478 46945 -213 46946 -1559 46947 484 46948 -1369 46949 516 46950 -1664 46951 1121 46952 -440 46953 2153 46954 1254 46955 1813 46956 1583 46957 -248 46958 155 46959 -1499 46960 -1232 46961 -306 46962 -830 46963 765 46964 144 46965 554 46966 -376 46967 158 46968 -1417 46969 785 46970 -791 46971 2073 46972 898 46973 2605 46974 1923 46975 1508 46976 2034 46977 712 46978 2192 46979 149 46980 2398 46981 -373 46982 1875 46983 -1757 46984 618 46985 -2154 46986 -181 46987 -1178 46988 456 46989 -862 46990 364 46991 -1650 46992 -775 46993 -1864 46994 -1800 46995 -247 46996 -838 46997 1122 46998 772 46999 1083 47000 911 47001 -499 47002 -170 47003 -933 47004 -422 47005 -261 47006 302 47007 -303 47008 641 47009 -1180 47010 -777 47011 -1532 47012 -1540 47013 -785 47014 -1507 47015 -286 47016 -1664 47017 74 47018 -1857 47019 429 47020 -1624 47021 1923 47022 365 47023 2476 47024 1656 47025 1290 47026 1098 47027 -324 47028 6 47029 -290 47030 -177 47031 689 47032 939 47033 86 47034 592 47035 -1068 47036 -1531 47037 -817 47038 -2142 47039 1131 47040 -688 47041 2466 47042 760 47043 1920 47044 1221 47045 1109 47046 1240 47047 1024 47048 2068 47049 792 47050 2188 47051 -163 47052 1450 47053 -1431 47054 397 47055 -1182 47056 584 47057 -559 47058 772 47059 -1144 47060 -229 47061 -1739 47062 -1313 47063 -1056 47064 -846 47065 539 47066 843 47067 764 47068 1411 47069 -901 47070 6 47071 -1591 47072 -826 47073 -707 47074 -23 47075 -43 47076 236 47077 -840 47078 -396 47079 -1408 47080 -1180 47081 -1010 47082 -1051 47083 -246 47084 -725 47085 -444 47086 -1358 47087 -301 47088 -1568 47089 66 47090 -1145 47091 1514 47092 10 47093 1088 47094 -337 47095 -98 47096 -1162 47097 415 47098 -1092 47099 1423 47100 250 47101 1630 47102 867 47103 551 47104 -353 47105 -65 47106 -1305 47107 953 47108 -262 47109 2255 47110 1359 47111 1876 47112 1576 47113 862 47114 1561 47115 889 47116 2138 47117 690 47118 2543 47119 -246 47120 2157 47121 -1426 47122 946 47123 -1707 47124 451 47125 -1479 47126 627 47127 -1542 47128 173 47129 -2524 47130 -1605 47131 -1608 47132 -2077 47133 -138 47134 -410 47135 934 47136 624 47137 479 47138 -13 47139 -519 47140 -907 47141 128 47142 -49 47143 567 47144 794 47145 517 47146 703 47147 -846 47148 -527 47149 -975 47150 -425 47151 -369 47152 24 47153 -177 47154 -282 47155 -619 47156 -1401 47157 -249 47158 -1223 47159 771 47160 -20 47161 1206 47162 200 47163 43 47164 -560 47165 -265 47166 -675 47167 865 47168 528 47169 1524 47170 1602 47171 -51 47172 610 47173 -846 47174 -1113 47175 -175 47176 -951 47177 919 47178 105 47179 864 47180 301 47181 468 47182 -208 47183 166 47184 232 47185 911 47186 1192 47187 1106 47188 1143 47189 -169 47190 591 47191 -341 47192 -119 47193 359 47194 747 47195 297 47196 1083 47197 -326 47198 49 47199 -1021 47200 -743 47201 -36 47202 808 47203 1043 47204 1785 47205 402 47206 1517 47207 -1097 47208 139 47209 -1180 47210 92 47211 -244 47212 918 47213 -733 47214 817 47215 -1769 47216 -515 47217 -2068 47218 -1337 47219 -1010 47220 -960 47221 -427 47222 -774 47223 -1065 47224 -1253 47225 -1079 47226 -1289 47227 -65 47228 -649 47229 475 47230 -473 47231 -271 47232 -1443 47233 -495 47234 -2315 47235 457 47236 -1620 47237 2316 47238 207 47239 1708 47240 125 47241 616 47242 -932 47243 749 47244 -675 47245 1741 47246 594 47247 1999 47248 1169 47249 1124 47250 658 47251 344 47252 694 47253 1325 47254 1481 47255 1025 47256 1937 47257 212 47258 1338 47259 -427 47260 990 47261 5 47262 1607 47263 -154 47264 1760 47265 -1399 47266 639 47267 -2100 47268 -909 47269 -1442 47270 -373 47271 108 47272 478 47273 -242 47274 535 47275 -1341 47276 -540 47277 -1342 47278 -962 47279 -90 47280 30 47281 385 47282 212 47283 -508 47284 -131 47285 -1207 47286 -1256 47287 -734 47288 -657 47289 -25 47290 -306 47291 -378 47292 -940 47293 -657 47294 -1611 47295 55 47296 -666 47297 935 47298 187 47299 456 47300 -665 47301 -123 47302 -1317 47303 247 47304 -1063 47305 1372 47306 -21 47307 1541 47308 657 47309 372 47310 -447 47311 238 47312 -535 47313 619 47314 84 47315 1401 47316 1179 47317 765 47318 664 47319 -442 47320 204 47321 331 47322 640 47323 753 47324 1435 47325 381 47326 875 47327 -387 47328 -173 47329 -428 47330 486 47331 611 47332 1276 47333 167 47334 773 47335 -1084 47336 -135 47337 -631 47338 83 47339 700 47340 1208 47341 852 47342 1824 47343 -720 47344 1012 47345 -1559 47346 103 47347 -1039 47348 475 47349 -886 47350 876 47351 -1343 47352 -363 47353 -2339 47354 -1772 47355 -1527 47356 -1770 47357 -452 47358 -1148 47359 -3 47360 -910 47361 -312 47362 -1335 47363 225 47364 -1075 47365 1056 47366 231 47367 676 47368 182 47369 -327 47370 -1112 47371 -479 47372 -1516 47373 570 47374 -396 47375 1203 47376 47 47377 831 47378 -568 47379 129 47380 -606 47381 1085 47382 -139 47383 1847 47384 1123 47385 1203 47386 946 47387 26 47388 -145 47389 -21 47390 -186 47391 594 47392 650 47393 885 47394 515 47395 -16 47396 57 47397 526 47398 511 47399 1260 47400 1604 47401 1125 47402 1759 47403 -394 47404 615 47405 -958 47406 -127 47407 -473 47408 531 47409 -148 47410 812 47411 -1094 47412 -33 47413 -1850 47414 -885 47415 -671 47416 -536 47417 335 47418 1005 47419 -6 47420 363 47421 -1097 47422 -464 47423 -1000 47424 -946 47425 -652 47426 -318 47427 -425 47428 -629 47429 -815 47430 -1538 47431 -347 47432 -1392 47433 901 47434 182 47435 1294 47436 936 47437 306 47438 545 47439 -567 47440 -190 47441 -413 47442 64 47443 286 47444 206 47445 -765 47446 -902 47447 -1524 47448 -2263 47449 -288 47450 -2273 47451 1595 47452 -266 47453 2166 47454 241 47455 1268 47456 365 47457 952 47458 485 47459 1175 47460 1539 47461 674 47462 1517 47463 -563 47464 81 47465 -754 47466 -688 47467 105 47468 -179 47469 537 47470 498 47471 623 47472 83 47473 -45 47474 234 47475 996 47476 1193 47477 1497 47478 2609 47479 135 47480 1838 47481 -1732 47482 432 47483 -1659 47484 -244 47485 -760 47486 699 47487 -787 47488 256 47489 -1037 47490 -718 47491 -1309 47492 -604 47493 -204 47494 161 47495 163 47496 217 47497 -874 47498 -578 47499 -1345 47500 -1220 47501 -514 47502 -613 47503 237 47504 -228 47505 50 47506 -739 47507 -309 47508 -1414 47509 398 47510 -475 47511 1159 47512 778 47513 615 47514 531 47515 -580 47516 -635 47517 -686 47518 -1224 47519 458 47520 -698 47521 756 47522 -210 47523 376 47524 -823 47525 455 47526 -823 47527 1504 47528 331 47529 1751 47530 1589 47531 1266 47532 1115 47533 204 47534 483 47535 120 47536 824 47537 534 47538 1388 47539 -162 47540 612 47541 -897 47542 -405 47543 -246 47544 -267 47545 1247 47546 1296 47547 1102 47548 1918 47549 -389 47550 881 47551 -953 47552 535 47553 -375 47554 1053 47555 -456 47556 980 47557 -1812 47558 -315 47559 -2293 47560 -1492 47561 -1267 47562 -1124 47563 17 47564 -700 47565 37 47566 -719 47567 -569 47568 -872 47569 139 47570 -243 47571 984 47572 906 47573 60 47574 350 47575 -1102 47576 -749 47577 -1070 47578 -715 47579 -190 47580 -134 47581 -126 47582 -307 47583 -1150 47584 -1206 47585 -959 47586 -2123 47587 374 47588 -1542 47589 1388 47590 -671 47591 1155 47592 -531 47593 867 47594 -663 47595 1627 47596 346 47597 2053 47598 1672 47599 1567 47600 1685 47601 275 47602 738 47603 297 47604 1152 47605 297 47606 1573 47607 -226 47608 1029 47609 -1412 47610 -19 47611 -982 47612 -128 47613 28 47614 791 47615 661 47616 1214 47617 -544 47618 453 47619 -1199 47620 -413 47621 -547 47622 88 47623 61 47624 969 47625 -606 47626 515 47627 -1364 47628 -1072 47629 -897 47630 -725 47631 44 47632 -114 47633 -130 47634 32 47635 -755 47636 -884 47637 -431 47638 -871 47639 432 47640 -71 47641 -83 47642 35 47643 -843 47644 -799 47645 -899 47646 -1712 47647 430 47648 -280 47649 1083 47650 46 47651 214 47652 -132 47653 -446 47654 -895 47655 180 47656 -355 47657 1140 47658 514 47659 793 47660 209 47661 -112 47662 -670 47663 258 47664 -858 47665 1055 47666 586 47667 1245 47668 1265 47669 627 47670 773 47671 -37 47672 683 47673 117 47674 1278 47675 -192 47676 1103 47677 -1515 47678 -410 47679 -1811 47680 -1760 47681 -495 47682 -1074 47683 817 47684 149 47685 868 47686 -221 47687 327 47688 51 47689 1270 47690 915 47691 1718 47692 2041 47693 551 47694 2096 47695 -1233 47696 597 47697 -1756 47698 -308 47699 -1072 47700 -222 47701 -644 47702 -340 47703 -712 47704 -1265 47705 -601 47706 -1068 47707 810 47708 395 47709 1128 47710 1592 47711 141 47712 655 47713 -1110 47714 -171 47715 -859 47716 -100 47717 -636 47718 -132 47719 -1231 47720 -1247 47721 -1608 47722 -2608 47723 -512 47724 -2035 47725 1288 47726 -760 47727 1332 47728 184 47729 759 47730 -364 47731 237 47732 -607 47733 992 47734 130 47735 1262 47736 600 47737 701 47738 63 47739 25 47740 -389 47741 970 47742 777 47743 1415 47744 1622 47745 767 47746 1245 47747 -492 47748 635 47749 -689 47750 475 47751 -101 47752 952 47753 -462 47754 219 47755 -1371 47756 -1192 47757 -628 47758 -939 47759 994 47760 563 47761 1543 47762 1454 47763 346 47764 1090 47765 -394 47766 815 47767 -210 47768 1524 47769 -363 47770 901 47771 -1816 47772 -282 47773 -2557 47774 -1569 47775 -1615 47776 -1454 47777 -133 47778 -862 47779 403 47780 -645 47781 87 47782 -1221 47783 620 47784 -229 47785 1194 47786 890 47787 240 47788 696 47789 -1132 47790 -854 47791 -1320 47792 -1718 47793 275 47794 -866 47795 990 47796 -427 47797 631 47798 -807 47799 897 47800 -756 47801 1564 47802 787 47803 2153 47804 2133 47805 873 47806 1850 47807 -603 47808 742 47809 -1166 47810 301 47811 -264 47812 690 47813 -700 47814 -219 47815 -1308 47816 -1322 47817 -322 47818 -1013 47819 828 47820 338 47821 1289 47822 732 47823 73 47824 -60 47825 -115 47826 108 47827 475 47828 853 47829 967 47830 1331 47831 -47 47832 805 47833 -767 47834 -65 47835 -342 47836 200 47837 394 47838 1514 47839 -220 47840 820 47841 -1652 47842 -310 47843 -1471 47844 -855 47845 -483 47846 -415 47847 -301 47848 -762 47849 -891 47850 -1365 47851 -336 47852 -1335 47853 954 47854 126 47855 1138 47856 791 47857 377 47858 124 47859 -436 47860 -375 47861 -29 47862 28 47863 634 47864 500 47865 -295 47866 -338 47867 -893 47868 -1434 47869 -44 47870 -1258 47871 1049 47872 356 47873 1068 47874 293 47875 279 47876 -220 47877 8 47878 49 47879 1021 47880 923 47881 562 47882 994 47883 -536 47884 -38 47885 -718 47886 -585 47887 94 47888 170 47889 797 47890 518 47891 191 47892 245 47893 -388 47894 -209 47895 435 47896 585 47897 1212 47898 1950 47899 360 47900 1269 47901 -903 47902 316 47903 -1225 47904 274 47905 -529 47906 631 47907 -520 47908 657 47909 -1674 47910 -539 47911 -1633 47912 -1066 47913 -551 47914 -820 47915 -208 47916 -463 47917 -452 47918 -1315 47919 -309 47920 -1238 47921 669 47922 23 47923 1439 47924 672 47925 524 47926 341 47927 -474 47928 -149 47929 -489 47930 -131 47931 61 47932 553 47933 -259 47934 -53 47935 -921 47936 -826 47937 -406 47938 -1345 47939 928 47940 -106 47941 1370 47942 719 47943 530 47944 340 47945 31 47946 272 47947 528 47948 769 47949 636 47950 1233 47951 -853 47952 207 47953 -1361 47954 -922 47955 -393 47956 -508 47957 545 47958 132 47959 308 47960 -51 47961 -166 47962 -701 47963 229 47964 49 47965 1337 47966 1203 47967 969 47968 1196 47969 -616 47970 334 47971 -872 47972 -202 47973 -170 47974 589 47975 173 47976 627 47977 -956 47978 -144 47979 -1025 47980 -723 47981 -508 47982 -214 47983 -360 47984 126 47985 -639 47986 -652 47987 -741 47988 -1658 47989 206 47990 -1030 47991 1307 47992 159 47993 1157 47994 304 47995 410 47996 3 47997 502 47998 487 47999 1191 48000 1702 48001 566 48002 1605 48003 -855 48004 197 48005 -1788 48006 -1081 48007 -866 48008 -670 48009 -125 48010 -435 48011 -454 48012 -1149 48013 -377 48014 -1641 48015 392 48016 -322 48017 1311 48018 710 48019 1068 48020 743 48021 -128 48022 -194 48023 -43 48024 -101 48025 611 48026 441 48027 483 48028 189 48029 -603 48030 -697 48031 -95 48032 -549 48033 1219 48034 1057 48035 1697 48036 1777 48037 264 48038 1199 48039 -789 48040 462 48041 -423 48042 459 48043 -241 48044 1029 48045 -895 48046 62 48047 -1769 48048 -1245 48049 -795 48050 -1193 48051 440 48052 -142 48053 396 48054 47 48055 -281 48056 -405 48057 42 48058 -219 48059 759 48060 836 48061 786 48062 727 48063 -494 48064 -416 48065 -914 48066 -567 48067 396 48068 307 48069 367 48070 984 48071 -390 48072 -177 48073 -696 48074 -1054 48075 -314 48076 -691 48077 679 48078 75 48079 161 48080 -9 48081 -460 48082 -968 48083 112 48084 -625 48085 1319 48086 453 48087 1194 48088 501 48089 -7 48090 262 48091 90 48092 465 48093 982 48094 1344 48095 135 48096 1146 48097 -1027 48098 1 48099 -1097 48100 -991 48101 -155 48102 -293 48103 555 48104 573 48105 -82 48106 441 48107 -504 48108 -596 48109 -226 48110 4 48111 804 48112 980 48113 198 48114 847 48115 -999 48116 -370 48117 -1279 48118 -726 48119 -410 48120 -571 48121 85 48122 -392 48123 -266 48124 -1056 48125 -269 48126 -1085 48127 863 48128 327 48129 1298 48130 893 48131 18 48132 552 48133 -582 48134 -309 48135 308 48136 511 48137 1021 48138 1178 48139 23 48140 618 48141 -1076 48142 -767 48143 -1267 48144 -671 48145 -211 48146 265 48147 22 48148 375 48149 -436 48150 -504 48151 -479 48152 -611 48153 316 48154 53 48155 791 48156 608 48157 125 48158 -29 48159 -56 48160 -405 48161 383 48162 760 48163 788 48164 816 48165 -221 48166 132 48167 -1146 48168 -860 48169 -553 48170 -128 48171 950 48172 932 48173 370 48174 745 48175 -807 48176 -557 48177 -495 48178 -516 48179 243 48180 858 48181 666 48182 784 48183 -457 48184 2 48185 -1156 48186 -690 48187 -526 48188 -172 48189 -120 48190 -77 48191 -252 48192 -918 48193 -303 48194 -936 48195 620 48196 -30 48197 1094 48198 988 48199 314 48200 528 48201 -580 48202 -512 48203 35 48204 255 48205 669 48206 1201 48207 308 48208 888 48209 -1208 48210 -423 48211 -1509 48212 -1187 48213 -336 48214 -133 48215 391 48216 510 48217 -45 48218 -624 48219 -588 48220 -1079 48221 249 48222 -243 48223 776 48224 -65 48225 304 48226 160 48227 215 48228 -37 48229 472 48230 465 48231 1015 48232 1287 48233 44 48234 503 48235 -1065 48236 -283 48237 -905 48238 -99 48239 136 48240 451 48241 7 48242 258 48243 -895 48244 -630 48245 -989 48246 -1650 48247 110 48248 -660 48249 1151 48250 387 48251 638 48252 70 48253 80 48254 -364 48255 427 48256 139 48257 755 48258 745 48259 -32 48260 453 48261 -346 48262 -85 48263 -92 48264 84 48265 345 48266 767 48267 -266 48268 293 48269 -900 48270 -509 48271 -841 48272 -522 48273 246 48274 491 48275 306 48276 611 48277 -665 48278 -609 48279 -1166 48280 -1322 48281 267 48282 -672 48283 1413 48284 157 48285 941 48286 274 48287 191 48288 -454 48289 538 48290 102 48291 1093 48292 1073 48293 641 48294 887 48295 -30 48296 183 48297 -409 48298 428 48299 196 48300 846 48301 -583 48302 464 48303 -1265 48304 -987 48305 -1129 48306 -949 48307 -135 48308 -148 48309 595 48310 203 48311 -397 48312 -809 48313 -697 48314 -1299 48315 125 48316 -522 48317 1370 48318 818 48319 809 48320 733 48321 -224 48322 -221 48323 -518 48324 -289 48325 332 48326 17 48327 343 48328 29 48329 -277 48330 -727 48331 -292 48332 -336 48333 676 48334 583 48335 692 48336 381 48337 -255 48338 -661 48339 -475 48340 -556 48341 653 48342 502 48343 977 48344 1094 48345 -304 48346 88 48347 -1023 48348 -1074 48349 -256 48350 -649 48351 871 48352 562 48353 966 48354 677 48355 7 48356 208 48357 -417 48358 96 48359 196 48360 758 48361 11 48362 682 48363 -323 48364 48 48365 -785 48366 155 48367 -291 48368 778 48369 -147 48370 626 48371 -978 48372 -512 48373 -1079 48374 -951 48375 -47 48376 315 48377 548 48378 601 48379 -476 48380 -476 48381 -1611 48382 -1878 48383 -793 48384 -1819 48385 930 48386 -489 48387 1601 48388 220 48389 450 48390 -46 48391 214 48392 -285 48393 992 48394 755 48395 1163 48396 1153 48397 162 48398 339 48399 -406 48400 131 48401 17 48402 502 48403 -142 48404 595 48405 -433 48406 -418 48407 -749 48408 -829 48409 380 48410 432 48411 1007 48412 1231 48413 -101 48414 605 48415 -1375 48416 -976 48417 -1259 48418 -1309 48419 310 48420 -337 48421 732 48422 117 48423 693 48424 -325 48425 262 48426 -375 48427 873 48428 611 48429 1506 48430 1597 48431 688 48432 1249 48433 -303 48434 852 48435 -209 48436 1067 48437 -489 48438 865 48439 -1513 48440 -501 48441 -1399 48442 -1260 48443 -395 48444 -644 48445 1052 48446 632 48447 421 48448 579 48449 -736 48450 -506 48451 -795 48452 -788 48453 243 48454 455 48455 424 48456 955 48457 -802 48458 -473 48459 -1302 48460 -1281 48461 -601 48462 -840 48463 733 48464 231 48465 787 48466 -97 48467 232 48468 -130 48469 382 48470 497 48471 429 48472 488 48473 -396 48474 -110 48475 -736 48476 -1286 48477 -129 48478 -748 48479 1122 48480 746 48481 896 48482 579 48483 -99 48484 -440 48485 -289 48486 -599 48487 960 48488 737 48489 1561 48490 1837 48491 337 48492 1084 48493 -903 48494 13 48495 -496 48496 -73 48497 328 48498 514 48499 -4 48500 514 48501 -575 48502 244 48503 -545 48504 750 48505 -506 48506 789 48507 -1019 48508 6 48509 -1887 48510 -1357 48511 -1104 48512 -1329 48513 37 48514 43 48515 256 48516 -78 48517 -761 48518 -1016 48519 -506 48520 -1462 48521 817 48522 -181 48523 2063 48524 1201 48525 492 48526 666 48527 -905 48528 -632 48529 -717 48530 -1060 48531 -176 48532 -636 48533 244 48534 -543 48535 82 48536 -833 48537 441 48538 -542 48539 1072 48540 485 48541 859 48542 789 48543 161 48544 -6 48545 157 48546 288 48547 846 48548 1510 48549 499 48550 1470 48551 -1190 48552 -201 48553 -1649 48554 -1224 48555 -582 48556 -459 48557 874 48558 427 48559 238 48560 518 48561 -515 48562 -1049 48563 -455 48564 -725 48565 926 48566 83 48567 1097 48568 899 48569 262 48570 553 48571 -12 48572 650 48573 285 48574 863 48575 -45 48576 614 48577 -870 48578 -607 48579 -530 48580 -123 48581 418 48582 842 48583 521 48584 999 48585 -187 48586 -99 48587 -1206 48588 -906 48589 -436 48590 82 48591 791 48592 1329 48593 319 48594 1109 48595 -1602 48596 -608 48597 -1926 48598 -1453 48599 -732 48600 -905 48601 73 48602 -676 48603 -120 48604 -1224 48605 -263 48606 -1075 48607 755 48608 -303 48609 992 48610 -225 48611 683 48612 -566 48613 389 48614 -465 48615 1417 48616 819 48617 1285 48618 1098 48619 120 48620 55 48621 -425 48622 -720 48623 481 48624 -172 48625 1591 48626 1451 48627 1381 48628 1754 48629 1 48630 685 48631 -870 48632 -137 48633 73 48634 678 48635 354 48636 987 48637 -185 48638 886 48639 -545 48640 293 48641 -348 48642 486 48643 -180 48644 484 48645 -968 48646 -125 48647 -1138 48648 -609 48649 -520 48650 -6 48651 174 48652 447 48653 -622 48654 -591 48655 -1020 48656 -1750 48657 -104 48658 -897 48659 1463 48660 1000 48661 1308 48662 1722 48663 -188 48664 745 48665 -1589 48666 -6 48667 -1520 48668 -312 48669 -844 48670 -497 48671 -1105 48672 -1719 48673 -1334 48674 -2475 48675 172 48676 -1827 48677 1304 48678 -855 48679 2065 48680 -438 48681 2003 48682 242 48683 2674 48684 1998 48685 2287 48686 3041 48687 334 48688 1938 48689 -1477 48690 -63 48691 -1559 48692 -454 48693 -67 48694 304 48695 427 48696 710 48697 -599 48698 -302 48699 -855 48700 -904 48701 330 48702 171 48703 996 48704 1033 48705 788 48706 1257 48707 -640 48708 452 48709 -787 48710 54 48711 -86 48712 116 48713 -451 48714 -373 48715 -372 48716 -718 48717 629 48718 543 48719 1156 48720 1521 48721 329 48722 1241 48723 -1197 48724 -365 48725 -1360 48726 -363 48727 -277 48728 463 48729 463 48730 1192 48731 -884 48732 -220 48733 -1634 48734 -1434 48735 -1136 48736 -772 48737 68 48738 -178 48739 -99 48740 -21 48741 -1181 48742 -1070 48743 -986 48744 -1868 48745 -36 48746 -1508 48747 177 48748 -1669 48749 938 48750 -1425 48751 2182 48752 15 48753 3182 48754 1808 48755 2491 48756 2403 48757 656 48758 1351 48759 -552 48760 665 48761 -362 48762 1114 48763 -180 48764 1040 48765 -1613 48766 -550 48767 -2061 48768 -1816 48769 -645 48770 -1535 48771 1641 48772 212 48773 2077 48774 1099 48775 953 48776 1163 48777 396 48778 1659 48779 -100 48780 1696 48781 -836 48782 727 48783 -1607 48784 -488 48785 -1561 48786 -964 48787 -841 48788 -492 48789 -134 48790 -731 48791 -615 48792 -1558 48793 -366 48794 -1270 48795 1316 48796 412 48797 1657 48798 1932 48799 426 48800 1448 48801 -1440 48802 -19 48803 -1447 48804 -505 48805 -389 48806 -17 48807 -285 48808 -120 48809 -1106 48810 -1036 48811 -1077 48812 -1230 48813 -247 48814 -943 48815 356 48816 -1070 48817 125 48818 -1324 48819 526 48820 -1014 48821 1572 48822 346 48823 1829 48824 820 48825 128 48826 -25 48827 -116 48828 -492 48829 626 48830 615 48831 1470 48832 1855 48833 83 48834 504 48835 -1511 48836 -1074 48837 -996 48838 -1364 48839 560 48840 -290 48841 1403 48842 504 48843 1102 48844 522 48845 643 48846 824 48847 1064 48848 1607 48849 608 48850 1981 48851 -546 48852 1103 48853 -1137 48854 559 48855 -1105 48856 607 48857 -860 48858 215 48859 -1856 48860 -1107 48861 -1922 48862 -2284 48863 -295 48864 -996 48865 1417 48866 860 48867 913 48868 1232 48869 -414 48870 -181 48871 -855 48872 -172 48873 -266 48874 404 48875 -312 48876 396 48877 -1336 48878 -761 48879 -1751 48880 -1441 48881 -737 48882 -1818 48883 167 48884 -1553 48885 397 48886 -1695 48887 784 48888 -1335 48889 2210 48890 -72 48891 2462 48892 1160 48893 1477 48894 1056 48895 311 48896 143 48897 461 48898 961 48899 1134 48900 1899 48901 198 48902 1018 48903 -1659 48904 -1006 48905 -1917 48906 -2152 48907 -9 48908 -1006 48909 1594 48910 261 48911 1235 48912 314 48913 924 48914 781 48915 1280 48916 1636 48917 1373 48918 2350 48919 340 48920 2100 48921 -1344 48922 1169 48923 -1582 48924 659 48925 -1737 48926 164 48927 -2332 48928 -1089 48929 -2466 48930 -2654 48931 -889 48932 -2304 48933 1345 48934 -333 48935 1896 48936 700 48937 651 48938 173 48939 139 48940 46 48941 542 48942 915 48943 1102 48944 1753 48945 -474 48946 814 48947 -1644 48948 -663 48949 -1692 48950 -982 48951 -771 48952 -821 48953 -704 48954 -1065 48955 -452 48956 -1327 48957 483 48958 -1186 48959 1434 48960 -273 48961 661 48962 -671 48963 -341 48964 -1283 48965 273 48966 -635 48967 1879 48968 883 48969 1972 48970 1473 48971 122 48972 235 48973 -861 48974 -715 48975 -4 48976 -356 48977 1294 48978 660 48979 985 48980 617 48981 656 48982 7 48983 886 48984 501 48985 1422 48986 1900 48987 1188 48988 2499 48989 192 48990 2106 48991 -956 48992 2086 48993 -1027 48994 1860 48995 -2356 48996 390 48997 -3556 48998 -2118 48999 -3072 49000 -2987 49001 -883 49002 -1917 49003 935 49004 -813 49005 852 49006 -882 49007 549 49008 -924 49009 1246 49010 644 49011 1802 49012 2224 49013 626 49014 2034 49015 -1245 49016 508 49017 -2341 49018 -802 49019 -1793 49020 -1196 49021 -1324 49022 -2169 49023 -874 49024 -2509 49025 540 49026 -1813 49027 2231 49028 -219 49029 2333 49030 675 49031 1366 49032 458 49033 850 49034 319 49035 1504 49036 1534 49037 1231 49038 2117 49039 -408 49040 1029 49041 -1839 49042 -1064 49043 -908 49044 -1140 49045 422 49046 -47 49047 697 49048 449 49049 215 49050 -245 49051 384 49052 -80 49053 970 49054 905 49055 1087 49056 1452 49057 603 49058 1086 49059 -116 49060 1221 49061 -122 49062 1539 49063 -755 49064 1185 49065 -1924 49066 -896 49067 -2638 49068 -1994 49069 -1086 49070 -1443 49071 -33 49072 -610 49073 16 49074 -1231 49075 -21 49076 -1803 49077 827 49078 -553 49079 2062 49080 1392 49081 2431 49082 2465 49083 329 49084 1971 49085 -1028 49086 1176 49087 -1433 49088 743 49089 -1780 49090 -397 49091 -2581 49092 -1698 49093 -2305 49094 -2801 49095 -706 49096 -1905 49097 634 49098 -1180 49099 865 49100 -1732 49101 972 49102 -1116 49103 1678 49104 681 49105 1946 49106 2021 49107 882 49108 1491 49109 -1037 49110 -783 49111 -1146 49112 -1275 49113 -7 49114 -681 49115 838 49116 -440 49117 516 49118 -940 49119 815 49120 -821 49121 1586 49122 446 49123 2394 49124 1705 49125 1659 49126 2344 49127 789 49128 2266 49129 317 49130 2733 49131 -442 49132 2634 49133 -2046 49134 621 49135 -3104 49136 -1181 49137 -2223 49138 -1559 49139 -586 49140 -737 49141 -228 49142 -781 49143 -1131 49144 -1614 49145 -175 49146 -1716 49147 1309 49148 245 49149 1959 49150 1786 49151 1095 49152 1500 49153 -893 49154 909 49155 -967 49156 479 49157 -1518 49158 -324 49159 -2318 49160 -1722 49161 -2135 49162 -2528 49163 -994 49164 -2564 49165 552 49166 -1917 49167 1063 49168 -1391 49169 1342 49170 -1668 49171 2437 49172 -13 49173 3432 49174 2207 49175 2511 49176 2725 49177 564 49178 1550 49179 -1006 49180 314 49181 -753 49182 406 49183 -120 49184 166 49185 -1000 49186 -685 49187 -1070 49188 -1768 49189 6 49190 -1312 49191 1379 49192 103 49193 1785 49194 1004 49195 1414 49196 1115 49197 1184 49198 1889 49199 1150 49200 2654 49201 -826 49202 2049 49203 -2333 49204 226 49205 -2426 49206 -646 49207 -1433 49208 -387 49209 -1087 49210 -556 49211 -1691 49212 -1964 49213 -1209 49214 -2290 49215 633 49216 -965 49217 2049 49218 964 49219 1736 49220 1249 49221 267 49222 752 49223 -164 49224 1045 49225 -536 49226 1196 49227 -1354 49228 240 49229 -2106 49230 -1300 49231 -1855 49232 -1958 49233 -665 49234 -1757 49235 -321 49236 -2072 49237 57 49238 -2289 49239 1086 49240 -1335 49241 2785 49242 1092 49243 3176 49244 2447 49245 1292 49246 1751 49247 -611 49248 391 49249 -589 49250 547 49251 -336 49252 659 49253 -694 49254 -374 49255 -1371 49256 -2098 49257 -731 49258 -1976 49259 1088 49260 -934 49261 1946 49262 219 49263 2261 49264 865 49265 1976 49266 1846 49267 1697 49268 3453 49269 813 49270 3179 49271 -1377 49272 1444 49273 -2728 49274 19 49275 -2174 49276 229 49277 -1641 49278 -194 49279 -2109 49280 -1997 49281 -2246 49282 -2988 49283 -578 49284 -2078 49285 1710 49286 -49 49287 1947 49288 818 49289 751 49290 677 49291 446 49292 773 49293 624 49294 1588 49295 -348 49296 1185 49297 -1556 49298 -409 49299 -2168 49300 -1660 49301 -1509 49302 -1639 49303 -841 49304 -1674 49305 -693 49306 -2756 49307 371 49308 -2084 49309 2084 49310 -14 49311 3426 49312 1843 49313 2537 49314 1974 49315 649 49316 1298 49317 -39 49318 1162 49319 -84 49320 1910 49321 -854 49322 1144 49323 -2375 49324 -1055 49325 -2566 49326 -2364 49327 -809 49328 -1883 49329 731 49330 -1432 49331 1464 49332 -897 49333 2034 49334 -199 49335 2637 49336 1976 49337 2521 49338 2834 49339 1161 49340 2215 49341 -757 49342 1562 49343 -731 49344 1557 49345 -888 49346 1367 49347 -2060 49348 -18 49349 -2798 49350 -2380 49351 -2158 49352 -2218 49353 217 49354 -902 49355 1151 49356 46 49357 806 49358 397 49359 436 49360 269 49361 693 49362 1189 49363 208 49364 1772 49365 -662 49366 524 49367 -2253 49368 -557 49369 -1937 49370 -1003 49371 -1509 49372 -1721 49373 -1158 49374 -2587 49375 -733 49376 -3392 49377 1140 49378 -1535 49379 2975 49380 595 49381 2909 49382 1876 49383 1767 49384 1225 49385 836 49386 1655 49387 786 49388 2319 49389 -26 49390 2010 49391 -2005 49392 -85 49393 -2973 49394 -2075 49395 -1939 49396 -2693 49397 -232 49398 -1852 49399 1193 49400 -1429 49401 1673 49402 -824 49403 2840 49404 1032 49405 3177 49406 2629 49407 2053 49408 2912 49409 181 49410 2090 49411 -657 49412 2276 49413 -1297 49414 2154 49415 -2303 49416 663 49417 -3519 49418 -1632 49419 -3092 49420 -2881 49421 -1033 49422 -1887 49423 782 49424 -638 49425 925 49426 -556 49427 604 49428 -314 49429 966 49430 666 49431 1631 49432 1874 49433 515 49434 1489 49435 -945 49436 744 49437 -1718 49438 25 49439 -1925 49440 -178 49441 -2137 49442 -1563 49443 -2404 49444 -3121 49445 -688 49446 -2881 49447 1306 49448 -1170 49449 2229 49450 -75 49451 1603 49452 -12 49453 1281 49454 396 49455 2210 49456 1882 49457 1886 49458 2708 49459 29 49460 1876 49461 -2050 49462 -318 49463 -2260 49464 -1181 49465 -1100 49466 -1500 49467 -550 49468 -1961 49469 16 49470 -2331 49471 1513 49472 -1041 49473 2845 49474 1037 49475 2968 49476 2113 49477 1830 49478 2124 49479 904 49480 2556 49481 449 49482 3405 49483 -1013 49484 2748 49485 -3230 49486 -78 49487 -3909 49488 -2191 49489 -2490 49490 -2183 49491 -560 49492 -1425 49493 259 49494 -1098 49495 238 49496 -1402 49497 1209 49498 -20 49499 1865 49500 1606 49501 1460 49502 2241 49503 -333 49504 1235 49505 -1688 49506 246 49507 -1539 49508 -48 49509 -1912 49510 -1329 49511 -2349 49512 -2784 49513 -1236 49514 -3403 49515 879 49516 -1907 49517 2355 49518 -682 49519 1996 49520 -560 49521 1643 49522 52 49523 2379 49524 1789 49525 2363 49526 3397 49527 1153 49528 2612 49529 -1636 49530 922 49531 -1991 49532 -200 49533 -1524 49534 -671 49535 -1358 49536 -1084 49537 -1149 49538 -1831 49539 -332 49540 -2070 49541 1509 49542 -391 49543 2665 49544 1145 49545 2067 49546 1645 49547 1264 49548 2173 49549 1495 49550 2923 49551 306 49552 3249 49553 -1902 49554 1521 49555 -3788 49556 -984 49557 -3374 49558 -1837 49559 -1501 49560 -1756 49561 -764 49562 -2097 49563 -332 49564 -2595 49565 745 49566 -1927 49567 2035 49568 390 49569 3014 49570 1849 49571 1719 49572 1968 49573 320 49574 1888 49575 -307 49576 1902 49577 -1234 49578 1165 49579 -2322 49580 -655 49581 -2839 49582 -2148 49583 -1739 49584 -1993 49585 56 49586 -1490 49587 308 49588 -1694 49589 526 49590 -1780 49591 1686 49592 -300 49593 2787 49594 1710 49595 2416 49596 2633 49597 491 49598 1577 49599 -917 49600 711 49601 -1179 49602 479 49603 -1237 49604 -456 49605 -1974 49606 -1655 49607 -1421 49608 -2912 49609 105 49610 -1770 49611 1973 49612 -459 49613 2621 49614 270 49615 2296 49616 1100 49617 2355 49618 2621 49619 2188 49620 3693 49621 42 49622 2908 49623 -2394 49624 599 49625 -2869 49626 -650 49627 -2293 49628 -883 49629 -1195 49630 -1336 49631 -1194 49632 -2492 49633 -436 49634 -2598 49635 1608 49636 -304 49637 2986 49638 1743 49639 2054 49640 2289 49641 413 49642 2128 49643 -369 49644 1817 49645 -1178 49646 1444 49647 -2547 49648 -299 49649 -3495 49650 -2360 49651 -2451 49652 -2841 49653 -615 49654 -2305 49655 623 49656 -2058 49657 665 49658 -2228 49659 1363 49660 -1347 49661 2862 49662 724 49663 3137 49664 2217 49665 1533 49666 2089 49667 206 49668 1067 49669 -22 49670 1334 49671 -66 49672 1419 49673 -1045 49674 143 49675 -2094 49676 -1677 49677 -1449 49678 -1870 49679 -323 49680 -1081 49681 500 49682 -1039 49683 991 49684 -1192 49685 1790 49686 517 49687 2895 49688 2312 49689 2045 49690 3360 49691 167 49692 2198 49693 -1611 49694 1317 49695 -1902 49696 815 49697 -1959 49698 -275 49699 -2727 49700 -2177 49701 -2652 49702 -3630 49703 -781 49704 -2950 49705 1598 49706 -917 49707 2351 49708 609 49709 2091 49710 833 49711 1943 49712 2463 49713 1196 49714 2993 49715 -568 49716 2226 49717 -2546 49718 196 49719 -3081 49720 -1512 49721 -2465 49722 -2065 49723 -1513 49724 -2370 49725 -614 49726 -2823 49727 539 49728 -2331 49729 2494 49730 -194 49731 3551 49732 2248 49733 2651 49734 2366 49735 476 49736 1767 49737 -482 49738 1278 49739 -728 49740 1552 49741 -1660 49742 105 49743 -2409 49744 -1662 49745 -1746 49746 -2178 49747 -286 49748 -1230 49749 919 49750 -464 49751 1135 49752 -871 49753 1434 49754 78 49755 2132 49756 1499 49757 2092 49758 2529 49759 296 49760 1941 49761 -953 49762 708 49763 -861 49764 800 49765 -587 49766 1056 49767 -1362 49768 -351 49769 -2387 49770 -1823 49771 -1626 49772 -2079 49773 172 49774 -1011 49775 1119 49776 -184 49777 965 49778 -50 49779 1410 49780 740 49781 1735 49782 1904 49783 1080 49784 2586 49785 -995 49786 1424 49787 -2167 49788 -126 49789 -2418 49790 -829 49791 -2085 49792 -1331 49793 -1995 49794 -2970 49795 -1763 49796 -3769 49797 428 49798 -2515 49799 3090 49800 -315 49801 3789 49802 1242 49803 2687 49804 1494 49805 1720 49806 2261 49807 1447 49808 3204 49809 -173 49810 2454 49811 -2128 49812 174 49813 -3113 49814 -1424 49815 -2415 49816 -1945 49817 -823 49818 -2046 49819 -403 49820 -2023 49821 615 49822 -1788 49823 2278 49824 -104 49825 3187 49826 1924 49827 2239 49828 2347 49829 316 49830 1951 49831 -533 49832 1725 49833 -617 49834 1947 49835 -1647 49836 577 49837 -3024 49838 -1451 49839 -2623 49840 -2429 49841 -981 49842 -1718 49843 329 49844 -958 49845 718 49846 -1166 49847 982 49848 -606 49849 1768 49850 931 49851 1925 49852 1925 49853 746 49854 1814 49855 -958 49856 594 49857 -1509 49858 264 49859 -1117 49860 -63 49861 -1475 49862 -1560 49863 -2070 49864 -2599 49865 -742 49866 -2616 49867 1246 49868 -829 49869 2299 49870 574 49871 2008 49872 495 49873 1282 49874 1094 49875 1618 49876 2418 49877 845 49878 2756 49879 -963 49880 1277 49881 -2382 49882 -317 49883 -2282 49884 -1161 49885 -1403 49886 -1393 49887 -864 49888 -2320 49889 -496 49890 -2291 49891 905 49892 -1515 49893 2466 49894 560 49895 2791 49896 1480 49897 1218 49898 1377 49899 517 49900 1542 49901 391 49902 2061 49903 -367 49904 1690 49905 -2038 49906 -38 49907 -2653 49908 -1443 49909 -1714 49910 -1549 49911 -541 49912 -1096 49913 4 49914 -1531 49915 207 49916 -1570 49917 1363 49918 -385 49919 2774 49920 1668 49921 2020 49922 1794 49923 593 49924 1436 49925 -213 49926 1651 49927 -262 49928 1563 49929 -1350 49930 737 49931 -2546 49932 -1499 49933 -2366 49934 -2727 49935 -845 49936 -2354 49937 661 49938 -1112 49939 1116 49940 -930 49941 1387 49942 -447 49943 2332 49944 1482 49945 2371 49946 2881 49947 956 49948 2522 49949 -1328 49950 807 49951 -1977 49952 -85 49953 -1628 49954 -582 49955 -1726 49956 -1530 49957 -1576 49958 -2411 49959 -115 49960 -2843 49961 1975 49962 -575 49963 2931 49964 1138 49965 2011 49966 1254 49967 1532 49968 1608 49969 868 49970 2295 49971 334 49972 2526 49973 -1362 49974 812 49975 -2850 49976 -807 49977 -2158 49978 -1613 49979 -851 49980 -838 49981 -129 49982 -1324 49983 -131 49984 -1399 49985 474 49986 -683 49987 1900 49988 821 49989 1664 49990 1125 49991 404 49992 643 49993 -178 49994 294 49995 -37 49996 825 49997 -271 49998 1384 49999 -1104 50000 -302 50001 -1606 50002 -1259 50003 -660 50004 -1510 50005 177 50006 -718 50007 356 50008 -993 50009 -6 50010 -1153 50011 849 50012 -298 50013 2005 50014 1249 50015 1728 50016 1805 50017 262 50018 1344 50019 -820 50020 941 50021 -638 50022 976 50023 -1290 50024 210 50025 -2148 50026 -1824 50027 -1915 50028 -2434 50029 -117 50030 -1918 50031 1253 50032 -616 50033 1679 50034 -192 50035 1853 50036 341 50037 2099 50038 2014 50039 1789 50040 3261 50041 234 50042 2479 50043 -2108 50044 797 50045 -3099 50046 -693 50047 -2446 50048 -1358 50049 -1527 50050 -1849 50051 -1278 50052 -2956 50053 -234 50054 -2754 50055 1799 50056 -885 50057 2865 50058 897 50059 2268 50060 1478 50061 1268 50062 1345 50063 827 50064 1892 50065 139 50066 2146 50067 -913 50068 948 50069 -2440 50070 -1077 50071 -1666 50072 -1391 50073 -401 50074 -751 50075 -121 50076 -778 50077 -411 50078 -1577 50079 -42 50080 -1052 50081 1317 50082 555 50083 1645 50084 1357 50085 648 50086 710 50087 -460 50088 467 50089 -56 50090 655 50091 -52 50092 824 50093 -1171 50094 -165 50095 -1570 50096 -1191 50097 -836 50098 -1148 50099 193 50100 -423 50101 443 50102 -674 50103 -119 50104 -729 50105 825 50106 -300 50107 1841 50108 1222 50109 1474 50110 1714 50111 -73 50112 729 50113 -1138 50114 92 50115 -882 50116 136 50117 -880 50118 -170 50119 -1414 50120 -1409 50121 -1590 50122 -2249 50123 -117 50124 -1534 50125 1663 50126 173 50127 1633 50128 181 50129 1127 50130 743 50131 1014 50132 1183 50133 1043 50134 2099 50135 -48 50136 1617 50137 -1604 50138 247 50139 -2120 50140 -802 50141 -739 50142 -696 50143 -624 50144 -839 50145 -826 50146 -1392 50147 -415 50148 -1811 50149 1046 50150 -182 50151 2124 50152 1021 50153 1295 50154 1361 50155 397 50156 797 50157 180 50158 932 50159 388 50160 1320 50161 -667 50162 497 50163 -1603 50164 -732 50165 -1649 50166 -1298 50167 -508 50168 -814 50169 -75 50170 -688 50171 9 50172 -1126 50173 501 50174 -688 50175 1522 50176 828 50177 1792 50178 1942 50179 190 50180 1393 50181 -531 50182 205 50183 -704 50184 375 50185 -298 50186 500 50187 -1340 50188 -675 50189 -1618 50190 -2188 50191 -955 50192 -1972 50193 755 50194 -1008 50195 1453 50196 -176 50197 1044 50198 -305 50199 1062 50200 502 50201 1342 50202 1677 50203 889 50204 1768 50205 -388 50206 733 50207 -1257 50208 -552 50209 -853 50210 -131 50211 -341 50212 -124 50213 -848 50214 -1098 50215 -1015 50216 -1828 50217 497 50218 -977 50219 1609 50220 257 50221 1515 50222 868 50223 637 50224 352 50225 487 50226 767 50227 649 50228 1671 50229 70 50230 1301 50231 -626 50232 280 50233 -1450 50234 -487 50235 -792 50236 223 50237 -437 50238 -103 50239 -712 50240 -841 50241 -688 50242 -1391 50243 167 50244 -752 50245 1161 50246 436 50247 464 50248 227 50249 -233 50250 -342 50251 -202 50252 -8 50253 337 50254 507 50255 145 50256 300 50257 -897 50258 -794 50259 -1026 50260 -1624 50261 258 50262 -835 50263 757 50264 -399 50265 991 50266 -349 50267 884 50268 -297 50269 1556 50270 1170 50271 1512 50272 2022 50273 515 50274 1700 50275 -952 50276 587 50277 -1034 50278 332 50279 -627 50280 308 50281 -1179 50282 -512 50283 -1680 50284 -1949 50285 -528 50286 -1740 50287 920 50288 -381 50289 1488 50290 549 50291 839 50292 280 50293 473 50294 269 50295 1002 50296 1141 50297 890 50298 1889 50299 -625 50300 960 50301 -1745 50302 -173 50303 -1383 50304 -507 50305 -696 50306 -122 50307 -766 50308 -738 50309 -946 50310 -1582 50311 23 50312 -790 50313 1176 50314 351 50315 1180 50316 590 50317 213 50318 -117 50319 40 50320 -11 50321 796 50322 728 50323 527 50324 1189 50325 -691 50326 116 50327 -1315 50328 -693 50329 -836 50330 -365 50331 -19 50332 -50 50333 -56 50334 -473 50335 -456 50336 -1098 50337 238 50338 -442 50339 1187 50340 559 50341 729 50342 489 50343 -91 50344 -131 50345 -275 50346 -245 50347 425 50348 565 50349 192 50350 181 50351 -950 50352 -838 50353 -768 50354 -1073 50355 428 50356 -183 50357 1192 50358 790 50359 702 50360 225 50361 119 50362 -81 50363 546 50364 670 50365 718 50366 1438 50367 297 50368 1369 50369 -813 50370 482 50371 -1073 50372 255 50373 -896 50374 181 50375 -548 50376 10 50377 -1150 50378 -1065 50379 -1039 50380 -1223 50381 103 50382 56 50383 585 50384 335 50385 -316 50386 -163 50387 -608 50388 -864 50389 138 50390 -207 50391 777 50392 725 50393 -228 50394 -42 50395 -911 50396 -1116 50397 -750 50398 -940 50399 354 50400 -168 50401 774 50402 -36 50403 -52 50404 -757 50405 427 50406 -208 50407 1313 50408 549 50409 1269 50410 1098 50411 206 50412 335 50413 8 50414 292 50415 404 50416 1243 50417 245 50418 963 50419 -809 50420 -306 50421 -1471 50422 -961 50423 -244 50424 -581 50425 977 50426 270 50427 534 50428 58 50429 -100 50430 -380 50431 128 50432 118 50433 882 50434 1139 50435 643 50436 1161 50437 -491 50438 483 50439 -1006 50440 98 50441 -627 50442 53 50443 -715 50444 -291 50445 -822 50446 -1243 50447 -522 50448 -1322 50449 209 50450 -331 50451 609 50452 147 50453 238 50454 -163 50455 -149 50456 -658 50457 426 50458 114 50459 943 50460 1027 50461 413 50462 694 50463 -704 50464 -514 50465 -750 50466 -653 50467 178 50468 57 50469 287 50470 398 50471 -394 50472 -260 50473 -653 50474 -735 50475 279 50476 -255 50477 482 50478 -67 50479 126 50480 -556 50481 -195 50482 -924 50483 467 50484 -301 50485 1031 50486 336 50487 508 50488 269 50489 -446 50490 -414 50491 -105 50492 -40 50493 877 50494 832 50495 815 50496 689 50497 12 50498 -82 50499 -307 50500 93 50501 669 50502 723 50503 703 50504 1214 50505 76 50506 452 50507 -777 50508 31 50509 -255 50510 338 50511 -108 50512 584 50513 -818 50514 -140 50515 -1214 50516 -745 50517 -628 50518 -210 50519 400 50520 365 50521 50 50522 -61 50523 -560 50524 -958 50525 -206 50526 -487 50527 669 50528 633 50529 373 50530 700 50531 -662 50532 -686 50533 -1025 50534 -1287 50535 -442 50536 -607 50537 321 50538 -181 50539 173 50540 -496 50541 -247 50542 -1054 50543 624 50544 -627 50545 1042 50546 245 50547 750 50548 -186 50549 591 50550 -465 50551 1150 50552 371 50553 1398 50554 1164 50555 782 50556 812 50557 -376 50558 299 50559 -465 50560 14 50561 336 50562 1067 50563 584 50564 1202 50565 -695 50566 26 50567 -843 50568 -651 50569 -169 50570 -32 50571 826 50572 810 50573 85 50574 374 50575 -658 50576 -140 50577 -319 50578 166 50579 -156 50580 496 50581 -219 50582 -223 50583 -693 50584 -660 50585 -418 50586 -418 50587 536 50588 566 50589 350 50590 714 50591 -376 50592 -250 50593 -531 50594 -570 50595 93 50596 168 50597 724 50598 770 50599 -730 50600 -492 50601 -1254 50602 -1296 50603 -574 50604 -993 50605 508 50606 -144 50607 328 50608 -304 50609 -121 50610 -529 50611 403 50612 -343 50613 520 50614 176 50615 553 50616 112 50617 -269 50618 -884 50619 37 50620 -480 50621 664 50622 190 50623 833 50624 293 50625 278 50626 -217 50627 191 50628 -218 50629 949 50630 693 50631 1431 50632 1731 50633 168 50634 699 50635 -976 50636 -126 50637 -635 50638 111 50639 304 50640 618 50641 153 50642 528 50643 -407 50644 -44 50645 -526 50646 -115 50647 -137 50648 628 50649 -150 50650 445 50651 -1109 50652 -445 50653 -857 50654 -340 50655 89 50656 160 50657 293 50658 218 50659 -278 50660 -609 50661 -590 50662 -786 50663 368 50664 481 50665 865 50666 1156 50667 428 50668 1047 50669 -1219 50670 -395 50671 -1222 50672 -524 50673 -221 50674 -168 50675 -145 50676 -829 50677 -663 50678 -1255 50679 -205 50680 -1254 50681 734 50682 -478 50683 1354 50684 124 50685 697 50686 4 50687 298 50688 230 50689 817 50690 451 50691 485 50692 611 50693 -796 50694 -144 50695 -732 50696 -1068 50697 435 50698 -271 50699 1257 50700 1158 50701 861 50702 760 50703 -277 50704 260 50705 -598 50706 354 50707 118 50708 922 50709 117 50710 701 50711 -858 50712 -415 50713 -799 50714 -831 50715 -337 50716 -518 50717 237 50718 112 50719 317 50720 62 50721 196 50722 1 50723 725 50724 960 50725 868 50726 1387 50727 -618 50728 706 50729 -1349 50730 -466 50731 -863 50732 -438 50733 -68 50734 296 50735 7 50736 222 50737 -845 50738 -833 50739 -1000 50740 -1070 50741 -88 50742 -314 50743 718 50744 196 50745 -264 50746 -359 50747 -402 50748 -1468 50749 -160 50750 -1130 50751 430 50752 -486 50753 597 50754 -601 50755 468 50756 -591 50757 1005 50758 110 50759 1185 50760 705 50761 328 50762 534 50763 -647 50764 -750 50765 164 50766 -561 50767 1099 50768 387 50769 1071 50770 644 50771 -200 50772 -320 50773 -6 50774 -530 50775 914 50776 914 50777 1418 50778 1895 50779 632 50780 1465 50781 -500 50782 563 50783 -857 50784 476 50785 -869 50786 209 50787 -999 50788 73 50789 -1200 50790 -844 50791 -443 50792 -427 50793 185 50794 143 50795 -121 50796 226 50797 -801 50798 -539 50799 -309 50800 -123 50801 512 50802 644 50803 207 50804 536 50805 -787 50806 -476 50807 -1290 50808 -1309 50809 -135 50810 -788 50811 888 50812 72 50813 656 50814 64 50815 -150 50816 -540 50817 132 50818 -167 50819 475 50820 182 50821 414 50822 118 50823 -145 50824 -164 50825 91 50826 -259 50827 469 50828 431 50829 250 50830 -170 50831 -556 50832 -1148 50833 -98 50834 -962 50835 938 50836 110 50837 1307 50838 887 50839 494 50840 -53 50841 206 50842 -426 50843 884 50844 240 50845 1319 50846 1353 50847 1009 50848 1322 50849 -395 50850 825 50851 -680 50852 237 50853 -365 50854 247 50855 -108 50856 180 50857 -634 50858 -33 50859 29 50860 68 50861 479 50862 1118 50863 153 50864 688 50865 -582 50866 -155 50867 -686 50868 53 50869 157 50870 1162 50871 180 50872 1213 50873 -672 50874 -186 50875 -1864 50876 -1510 50877 -947 50878 -1102 50879 65 50880 -93 50881 424 50882 -267 50883 -274 50884 -904 50885 -398 50886 -972 50887 234 50888 -369 50889 408 50890 -282 50891 111 50892 -724 50893 316 50894 -237 50895 1025 50896 433 50897 722 50898 711 50899 129 50900 -279 50901 -431 50902 -720 50903 408 50904 341 50905 1193 50906 758 50907 429 50908 39 50909 -520 50910 -846 50911 509 50912 -395 50913 2145 50914 904 50915 2001 50916 2000 50917 605 50918 1333 50919 -484 50920 1016 50921 -486 50922 1429 50923 -712 50924 1022 50925 -1480 50926 75 50927 -1672 50928 -626 50929 -1058 50930 -269 50931 -509 50932 -505 50933 -543 50934 -1024 50935 -441 50936 -1101 50937 656 50938 444 50939 921 50940 1240 50941 25 50942 481 50943 -1557 50944 -942 50945 -1372 50946 -1398 50947 168 50948 -541 50949 999 50950 231 50951 224 50952 -482 50953 294 50954 -384 50955 880 50956 483 50957 1369 50958 1312 50959 706 50960 968 50961 -312 50962 120 50963 -624 50964 243 50965 -861 50966 62 50967 -1499 50968 -1024 50969 -1287 50970 -2049 50971 -79 50972 -1147 50973 1196 50974 368 50975 1229 50976 126 50977 122 50978 -963 50979 53 50980 -976 50981 1204 50982 414 50983 1499 50984 1187 50985 713 50986 739 50987 132 50988 401 50989 217 50990 691 50991 525 50992 928 50993 94 50994 1138 50995 -661 50996 484 50997 -818 50998 485 50999 -819 51000 305 51001 -1012 51002 -475 51003 -936 51004 -1144 51005 46 51006 -405 51007 1281 51008 1070 51009 983 51010 1329 51011 -372 51012 252 51013 -1004 51014 98 51015 -638 51016 754 51017 -616 51018 752 51019 -1187 51020 -719 51021 -1849 51022 -1993 51023 -1140 51024 -1998 51025 417 51026 -832 51027 914 51028 -372 51029 1121 51030 -84 51031 919 51032 569 51033 870 51034 806 51035 -122 51036 9 51037 -1150 51038 -1027 51039 -609 51040 -1158 51041 644 51042 -321 51043 751 51044 -239 51045 -4 51046 -1152 51047 148 51048 -1278 51049 1775 51050 589 51051 2653 51052 1948 51053 1404 51054 1892 51055 -458 51056 635 51057 -501 51058 471 51059 -62 51060 1038 51061 -76 51062 1024 51063 -795 51064 141 51065 -516 51066 55 51067 -307 51068 489 51069 -646 51070 253 51071 -1046 51072 -562 51073 -619 51074 -417 51075 25 51076 600 51077 200 51078 414 51079 -756 51080 -526 51081 -1253 51082 -1155 51083 4 51084 -388 51085 647 51086 655 51087 152 51088 -29 51089 -1080 51090 -1025 51091 -938 51092 -1251 51093 298 51094 -823 51095 472 51096 -336 51097 747 51098 -304 51099 471 51100 55 51101 979 51102 567 51103 458 51104 531 51105 -265 51106 -68 51107 -271 51108 -59 51109 263 51110 337 51111 355 51112 176 51113 -599 51114 -1302 51115 -919 51116 -2157 51117 646 51118 -947 51119 1831 51120 696 51121 1714 51122 1197 51123 657 51124 563 51125 432 51126 795 51127 791 51128 1362 51129 546 51130 1552 51131 -211 51132 801 51133 -963 51134 85 51135 -648 51136 40 51137 -564 51138 -83 51139 -741 51140 -722 51141 -256 51142 -661 51143 809 51144 396 51145 978 51146 1535 51147 -151 51148 587 51149 -1091 51150 96 51151 -268 51152 163 51153 219 51154 1136 51155 -318 51156 799 51157 -1632 51158 -1052 51159 -2077 51160 -1922 51161 -984 51162 -1672 51163 248 51164 -1186 51165 395 51166 -1087 51167 614 51168 -703 51169 1348 51170 41 51171 1229 51172 580 51173 722 51174 299 51175 420 51176 148 51177 547 51178 809 51179 425 51180 1091 51181 -497 51182 -11 51183 -1005 51184 -1428 51185 -122 51186 -1265 51187 1511 51188 189 51189 1427 51190 1041 51191 523 51192 284 51193 -125 51194 132 51195 405 51196 528 51197 661 51198 1016 51199 -97 51200 617 51201 -682 51202 -40 51203 -625 51204 -125 51205 -27 51206 149 51207 -231 51208 -351 51209 -148 51210 -550 51211 930 51212 609 51213 1150 51214 1483 51215 337 51216 950 51217 -675 51218 25 51219 -842 51220 -159 51221 -46 51222 807 51223 -84 51224 1095 51225 -1535 51226 -587 51227 -2237 51228 -1575 51229 -1134 51230 -1550 51231 -48 51232 -848 51233 -14 51234 -863 51235 148 51236 -1103 51237 601 51238 -604 51239 1176 51240 354 51241 1254 51242 515 51243 650 51244 348 51245 642 51246 1122 51247 730 51248 1516 51249 -523 51250 658 51251 -1952 51252 -983 51253 -1527 51254 -1949 51255 -33 51256 -981 51257 1038 51258 -295 51259 508 51260 -538 51261 364 51262 -660 51263 1269 51264 327 51265 1915 51266 1737 51267 1241 51268 1664 51269 63 51270 1016 51271 -708 51272 435 51273 -868 51274 139 51275 -701 51276 -336 51277 -919 51278 -882 51279 144 51280 -395 51281 735 51282 587 51283 839 51284 1172 51285 -299 51286 411 51287 -581 51288 298 51289 43 51290 1224 51291 -24 51292 1400 51293 -1213 51294 247 51295 -2299 51296 -1332 51297 -1442 51298 -1647 51299 -386 51300 -1009 51301 318 51302 -827 51303 153 51304 -1186 51305 211 51306 -1124 51307 1106 51308 -172 51309 1117 51310 39 51311 664 51312 32 51313 629 51314 323 51315 987 51316 1255 51317 404 51318 1079 51319 -752 51320 -216 51321 -1035 51322 -843 51323 -63 51324 -407 51325 578 51326 105 51327 488 51328 -406 51329 -495 51330 -1160 51331 328 51332 -938 51333 1441 51334 791 51335 1473 51336 1263 51337 636 51338 577 51339 -174 51340 362 51341 -133 51342 449 51343 -620 51344 207 51345 -882 51346 -511 51347 -559 51348 -670 51349 680 51350 269 51351 1136 51352 367 51353 297 51354 445 51355 -124 51356 184 51357 890 51358 1382 51359 787 51360 2291 51361 -456 51362 1602 51363 -2117 51364 -108 51365 -2363 51366 -1030 51367 -1460 51368 -1144 51369 -990 51370 -1237 51371 -976 51372 -1915 51373 -349 51374 -1890 51375 563 51376 -925 51377 1417 51378 -330 51379 1440 51380 -95 51381 1570 51382 224 51383 1344 51384 1450 51385 725 51386 1410 51387 -600 51388 308 51389 -1440 51390 -664 51391 -721 51392 -808 51393 270 51394 -102 51395 64 51396 -370 51397 -200 51398 -1475 51399 166 51400 -1306 51401 1342 51402 349 51403 1974 51404 1369 51405 1498 51406 1069 51407 611 51408 1067 51409 79 51410 1385 51411 18 51412 1217 51413 -920 51414 284 51415 -1143 51416 -595 51417 -611 51418 95 51419 101 51420 85 51421 -479 51422 -163 51423 -691 51424 -806 51425 52 51426 26 51427 1089 51428 1377 51429 337 51430 1460 51431 -921 51432 272 51433 -1805 51434 -839 51435 -1149 51436 -827 51437 -453 51438 -442 51439 -858 51440 -1101 51441 -468 51442 -1522 51443 151 51444 -1152 51445 1197 51446 -286 51447 1280 51448 -241 51449 799 51450 306 51451 1096 51452 989 51453 1192 51454 1662 51455 270 51456 932 51457 -1022 51458 -150 51459 -1104 51460 -433 51461 -61 51462 24 51463 260 51464 -114 51465 -732 51466 -1188 51467 -525 51468 -1265 51469 551 51470 -569 51471 1265 51472 721 51473 1358 51474 904 51475 662 51476 656 51477 493 51478 1075 51479 261 51480 1323 51481 -606 51482 621 51483 -881 51484 -372 51485 -797 51486 -760 51487 -104 51488 -275 51489 -126 51490 -551 51491 -505 51492 -1217 51493 542 51494 -999 51495 2004 51496 896 51497 1745 51498 1856 51499 140 51500 1421 51501 -550 51502 612 51503 -803 51504 835 51505 -628 51506 702 51507 -1083 51508 -59 51509 -2046 51510 -1224 51511 -1539 51512 -1694 51513 -309 51514 -1106 51515 324 51516 -961 51517 365 51518 -758 51519 774 51520 104 51521 1410 51522 1119 51523 598 51524 1166 51525 -659 51526 28 51527 -1135 51528 -624 51529 -144 51530 -309 51531 -227 51532 11 51533 -686 51534 -770 51535 -751 51536 -1971 51537 516 51538 -1284 51539 1937 51540 -52 51541 1766 51542 780 51543 1259 51544 791 51545 926 51546 1229 51547 556 51548 1832 51549 228 51550 1443 51551 -855 51552 474 51553 -1019 51554 114 51555 -734 51556 223 51557 -518 51558 60 51559 -909 51560 -848 51561 -878 51562 -1409 51563 742 51564 8 51565 1662 51566 990 51567 722 51568 1009 51569 -477 51570 -49 51571 -450 51572 232 51573 -6 51574 659 51575 -416 51576 494 51577 -1399 51578 -660 51579 -1180 51580 -1072 51581 -482 51582 -789 51583 39 51584 -767 51585 281 51586 -870 51587 472 51588 -620 51589 978 51590 691 51591 1054 51592 1008 51593 -258 51594 126 51595 -629 51596 -398 51597 -138 51598 -4 51599 570 51600 775 51601 -99 51602 -124 51603 -818 51604 -1339 51605 -11 51606 -1438 51607 990 51608 36 51609 1441 51610 781 51611 859 51612 331 51613 654 51614 779 51615 932 51616 1552 51617 472 51618 1563 51619 -524 51620 793 51621 -1101 51622 268 51623 -1121 51624 72 51625 -1192 51626 -396 51627 -1308 51628 -1569 51629 -1337 51630 -1937 51631 196 51632 -1288 51633 1922 51634 392 51635 1628 51636 639 51637 903 51638 483 51639 525 51640 808 51641 1047 51642 1803 51643 187 51644 1789 51645 -1303 51646 556 51647 -2076 51648 -565 51649 -1672 51650 -924 51651 -680 51652 -1116 51653 -543 51654 -980 51655 -261 51656 -1225 51657 1023 51658 -230 51659 1398 51660 474 51661 476 51662 467 51663 -398 51664 -267 51665 -138 51666 -24 51667 524 51668 209 51669 39 51670 161 51671 -782 51672 -1195 51673 -650 51674 -1612 51675 640 51676 -259 51677 1214 51678 621 51679 893 51680 383 51681 434 51682 417 51683 492 51684 677 51685 527 51686 1066 51687 200 51688 737 51689 -571 51690 117 51691 -562 51692 79 51693 -472 51694 232 51695 -980 51696 -386 51697 -1084 51698 -1111 51699 -393 51700 -1106 51701 752 51702 135 51703 844 51704 375 51705 308 51706 -168 51707 180 51708 -266 51709 851 51710 770 51711 884 51712 1568 51713 171 51714 1117 51715 -1312 51716 166 51717 -1327 51718 -417 51719 -929 51720 -481 51721 -1290 51722 -1011 51723 -1028 51724 -1578 51725 41 51726 -1082 51727 1042 51728 119 51729 1323 51730 356 51731 672 51732 -89 51733 518 51734 255 51735 824 51736 1232 51737 299 51738 1040 51739 -1029 51740 -218 51741 -1580 51742 -1313 51743 -653 51744 -1113 51745 661 51746 -600 51747 863 51748 -244 51749 541 51750 -285 51751 960 51752 670 51753 1604 51754 1676 51755 1074 51756 1127 51757 -252 51758 756 51759 -697 51760 549 51761 -756 51762 404 51763 -1100 51764 -80 51765 -1502 51766 -1206 51767 -892 51768 -1616 51769 362 51770 -654 51771 1080 51772 316 51773 723 51774 -86 51775 140 51776 -248 51777 700 51778 224 51779 869 51780 1376 51781 560 51782 1457 51783 -870 51784 497 51785 -1172 51786 68 51787 -494 51788 -145 51789 -618 51790 -407 51791 -819 51792 -1057 51793 -571 51794 -1224 51795 414 51796 -561 51797 791 51798 -84 51799 455 51800 -531 51801 461 51802 -417 51803 1127 51804 660 51805 1230 51806 1390 51807 -34 51808 492 51809 -1078 51810 -422 51811 -710 51812 -596 51813 115 51814 64 51815 286 51816 -147 51817 -71 51818 -509 51819 -102 51820 -503 51821 584 51822 340 51823 863 51824 901 51825 -55 51826 -106 51827 -176 51828 267 51829 88 51830 438 51831 131 51832 673 51833 -765 51834 -565 51835 -899 51836 -975 51837 166 51838 -341 51839 790 51840 335 51841 451 51842 -140 51843 -229 51844 -648 51845 389 51846 49 51847 988 51848 946 51849 615 51850 1084 51851 -469 51852 588 51853 -1078 51854 99 51855 -688 51856 -179 51857 -710 51858 262 51859 -951 51860 -1012 51861 -905 51862 -1346 51863 -99 51864 -895 51865 671 51866 -254 51867 609 51868 -301 51869 401 51870 -114 51871 1258 51872 556 51873 1289 51874 1714 51875 133 51876 1190 51877 -1144 51878 -54 51879 -1331 51880 -819 51881 -588 51882 -247 51883 9 51884 -679 51885 -482 51886 -1090 51887 -408 51888 -1202 51889 723 51890 -216 51891 1115 51892 467 51893 1115 51894 459 51895 313 51896 748 51897 321 51898 804 51899 95 51900 1054 51901 -689 51902 81 51903 -1116 51904 -830 51905 -531 51906 -757 51907 478 51908 206 51909 435 51910 287 51911 -263 51912 -335 51913 -141 51914 -338 51915 499 51916 243 51917 469 51918 800 51919 -415 51920 220 51921 -786 51922 -615 51923 -323 51924 -254 51925 379 51926 86 51927 250 51928 250 51929 -240 51930 -261 51931 44 51932 -52 51933 587 51934 329 51935 67 51936 -202 51937 -752 51938 -1105 51939 -65 51940 -324 51941 923 51942 705 51943 843 51944 794 51945 403 51946 221 51947 -230 51948 -270 51949 38 51950 605 51951 185 51952 710 51953 -646 51954 -121 51955 -979 51956 -1156 51957 -448 51958 -1110 51959 546 51960 -120 51961 910 51962 -47 51963 599 51964 118 51965 641 51966 543 51967 794 51968 1477 51969 -45 51970 1012 51971 -926 51972 -141 51973 -1279 51974 -673 51975 -523 51976 -328 51977 -400 51978 -213 51979 -534 51980 -1228 51981 -156 51982 -1265 51983 964 51984 173 51985 1383 51986 900 51987 623 51988 1381 51989 -380 51990 23 51991 -699 51992 -211 51993 -295 51994 209 51995 -401 51996 -372 51997 -973 51998 -854 51999 -212 52000 -789 52001 697 52002 310 52003 805 52004 486 52005 402 52006 123 52007 109 52008 -35 52009 714 52010 890 52011 506 52012 1158 52013 -694 52014 262 52015 -948 52016 -660 52017 -235 52018 -255 52019 370 52020 585 52021 -82 52022 89 52023 -988 52024 -455 52025 -745 52026 -668 52027 111 52028 -237 52029 268 52030 -400 52031 -445 52032 -735 52033 -91 52034 -551 52035 654 52036 486 52037 1020 52038 599 52039 365 52040 276 52041 -57 52042 258 52043 55 52044 751 52045 204 52046 648 52047 -684 52048 -160 52049 -1474 52050 -981 52051 -722 52052 -910 52053 512 52054 315 52055 608 52056 -201 52057 -52 52058 -311 52059 186 52060 -87 52061 569 52062 426 52063 483 52064 752 52065 -438 52066 -61 52067 -634 52068 -730 52069 67 52070 160 52071 258 52072 391 52073 -85 52074 -335 52075 -175 52076 -633 52077 599 52078 241 52079 956 52080 959 52081 -56 52082 504 52083 -604 52084 -302 52085 -469 52086 -315 52087 217 52088 116 52089 313 52090 -63 52091 -383 52092 -727 52093 -359 52094 -731 52095 525 52096 36 52097 1023 52098 569 52099 238 52100 302 52101 -26 52102 450 52103 152 52104 867 52105 407 52106 741 52107 -638 52108 318 52109 -949 52110 -445 52111 -601 52112 -58 52113 -55 52114 518 52115 -429 52116 -378 52117 -1029 52118 -935 52119 -566 52120 -1018 52121 508 52122 -44 52123 727 52124 94 52125 72 52126 -407 52127 111 52128 -329 52129 778 52130 207 52131 943 52132 763 52133 98 52134 41 52135 -668 52136 -154 52137 161 52138 -13 52139 284 52140 244 52141 266 52142 0 52143 -7 52144 -282 52145 186 52146 200 52147 1116 52148 873 52149 350 52150 700 52151 -535 52152 -51 52153 -340 52154 -477 52155 280 52156 384 52157 380 52158 488 52159 -187 52160 212 52161 -592 52162 -103 52163 282 52164 96 52165 470 52166 513 52167 -75 52168 115 52169 -470 52170 -500 52171 -332 52172 -401 52173 147 52174 265 52175 -42 52176 -277 52177 -301 52178 -573 52179 -183 52180 -352 52181 773 52182 399 52183 538 52184 650 52185 -450 52186 -346 52187 -798 52188 -666 52189 244 52190 235 52191 519 52192 22 52193 -219 52194 -239 52195 -409 52196 -593 52197 527 52198 -78 52199 1018 52200 927 52201 328 52202 532 52203 -393 52204 -88 52205 -438 52206 -203 52207 135 52208 325 52209 -23 52210 -133 52211 -352 52212 -447 52213 -91 52214 -383 52215 669 52216 38 52217 516 52218 867 52219 -122 52220 90 52221 -711 52222 -389 52223 179 52224 231 52225 -30 52226 203 52227 -461 52228 -408 52229 -716 52230 -1111 52231 -170 52232 -374 52233 889 52234 643 52235 656 52236 580 52237 43 52238 239 52239 17 52240 780 52241 107 52242 986 52243 -179 52244 703 52245 -1051 52246 -295 52247 -1474 52248 -894 52249 -533 52250 -350 52251 32 52252 -79 52253 -582 52254 -515 52255 -181 52256 -523 52257 319 52258 -64 52259 843 52260 785 52261 -50 52262 410 52263 -934 52264 -567 52265 -427 52266 -564 52267 254 52268 -77 52269 462 52270 -74 52271 133 52272 -549 52273 118 52274 -233 52275 898 52276 606 52277 734 52278 795 52279 -232 52280 -277 52281 -209 52282 -114 52283 215 52284 139 52285 394 52286 313 52287 -340 52288 -35 52289 -409 52290 -686 52291 435 52292 90 52293 747 52294 900 52295 616 52296 842 52297 -320 52298 175 52299 -421 52300 213 52301 139 52302 277 52303 20 52304 546 52305 -635 52306 -19 52307 -618 52308 -390 52309 -44 52310 362 52311 -16 52312 460 52313 -931 52314 127 52315 -969 52316 -975 52317 -650 52318 -595 52319 63 52320 -206 52321 -397 52322 -667 52323 -296 52324 -1492 52325 400 52326 -886 52327 1285 52328 538 52329 1282 52330 878 52331 327 52332 405 52333 -94 52334 142 52335 136 52336 851 52337 54 52338 342 52339 -695 52340 -446 52341 -742 52342 -1025 52343 -13 52344 -446 52345 639 52346 71 52347 181 52348 -246 52349 -13 52350 -325 52351 618 52352 8 52353 832 52354 915 52355 326 52356 672 52357 -558 52358 -114 52359 -498 52360 -103 52361 257 52362 177 52363 143 52364 425 52365 -314 52366 -250 52367 -479 52368 -462 52369 432 52370 354 52371 888 52372 589 52373 102 52374 227 52375 -107 52376 -298 52377 37 52378 230 52379 443 52380 781 52381 -233 52382 -38 52383 -1168 52384 -685 52385 -608 52386 -204 52387 377 52388 258 52389 260 52390 -98 52391 -542 52392 -665 52393 -257 52394 -718 52395 376 52396 240 52397 647 52398 492 52399 -43 52400 72 52401 -463 52402 -248 52403 -14 52404 300 52405 365 52406 322 52407 -214 52408 -590 52409 -710 52410 -1365 52411 -106 52412 -830 52413 673 52414 -175 52415 421 52416 -230 52417 306 52418 -558 52419 761 52420 149 52421 1091 52422 910 52423 942 52424 939 52425 -28 52426 127 52427 -46 52428 65 52429 192 52430 483 52431 382 52432 742 52433 -231 52434 -7 52435 -614 52436 -370 52437 141 52438 92 52439 582 52440 720 52441 265 52442 558 52443 -325 52444 19 52445 -319 52446 275 52447 181 52448 505 52449 -412 52450 361 52451 -1066 52452 -328 52453 -1136 52454 -649 52455 -569 52456 -445 52457 -56 52458 -43 52459 -589 52460 -975 52461 -511 52462 -1109 52463 772 52464 -556 52465 865 52466 444 52467 799 52468 363 52469 -48 52470 -84 52471 200 52472 459 52473 586 52474 1092 52475 -300 52476 255 52477 -1162 52478 -409 52479 -820 52480 -1003 52481 31 52482 -405 52483 156 52484 -625 52485 -94 52486 -864 52487 634 52488 -703 52489 1259 52490 489 52491 1275 52492 1273 52493 757 52494 769 52495 132 52496 443 52497 317 52498 777 52499 188 52500 865 52501 -582 52502 458 52503 -982 52504 -274 52505 -801 52506 -546 52507 465 52508 139 52509 726 52510 381 52511 13 52512 41 52513 -218 52514 5 52515 390 52516 956 52517 195 52518 634 52519 -418 52520 164 52521 -970 52522 -506 52523 -591 52524 -47 52525 -129 52526 -57 52527 -708 52528 -471 52529 -502 52530 -968 52531 139 52532 -343 52533 853 52534 242 52535 355 52536 460 52537 -268 52538 -257 52539 -177 52540 -25 52541 482 52542 598 52543 228 52544 425 52545 -667 52546 -640 52547 -611 52548 -906 52549 69 52550 -332 52551 530 52552 -477 52553 188 52554 -873 52555 517 52556 -749 52557 1039 52558 -94 52559 1380 52560 1049 52561 1082 52562 1042 52563 29 52564 620 52565 177 52566 977 52567 48 52568 1159 52569 -160 52570 740 52571 -1447 52572 -651 52573 -1109 52574 -880 52575 -107 52576 -248 52577 118 52578 -257 52579 -165 52580 -155 52581 96 52582 -236 52583 691 52584 252 52585 726 52586 1205 52587 213 52588 670 52589 -557 52590 18 52591 -434 52592 344 52593 -133 52594 324 52595 -577 52596 -142 52597 -1259 52598 -1281 52599 -630 52600 -1222 52601 340 52602 -21 52603 881 52604 163 52605 -60 52606 -413 52607 116 52608 -495 52609 533 52610 98 52611 434 52612 958 52613 -559 52614 214 52615 -1120 52616 -577 52617 -815 52618 -403 52619 -162 52620 -550 52621 -470 52622 -1050 52623 -427 52624 -1302 52625 337 52626 -855 52627 1214 52628 227 52629 1069 52630 533 52631 972 52632 264 52633 524 52634 620 52635 991 52636 1194 52637 414 52638 1228 52639 -934 52640 -53 52641 -1299 52642 -674 52643 -452 52644 -305 52645 418 52646 -41 52647 81 52648 -267 52649 -57 52650 -217 52651 680 52652 302 52653 901 52654 1095 52655 419 52656 1220 52657 -579 52658 229 52659 -869 52660 267 52661 -587 52662 652 52663 -926 52664 -154 52665 -1323 52666 -735 52667 -1364 52668 -908 52669 81 52670 -566 52671 377 52672 -163 52673 -48 52674 -522 52675 -414 52676 -1047 52677 313 52678 -62 52679 834 52680 408 52681 41 52682 228 52683 -716 52684 -619 52685 -282 52686 -552 52687 107 52688 -244 52689 279 52690 -574 52691 -281 52692 -1207 52693 -49 52694 -944 52695 1125 52696 133 52697 1195 52698 404 52699 790 52700 478 52701 780 52702 545 52703 1030 52704 1644 52705 550 52706 2035 52707 -539 52708 650 52709 -1624 52710 -211 52711 -1090 52712 -356 52713 -645 52714 -299 52715 -591 52716 -881 52717 -569 52718 -1430 52719 202 52720 -923 52721 1383 52722 92 52723 1655 52724 842 52725 612 52726 692 52727 315 52728 886 52729 274 52730 1466 52731 -330 52732 999 52733 -1405 52734 -178 52735 -1692 52736 -1129 52737 -961 52738 -623 52739 12 52740 -174 52741 -152 52742 -806 52743 -386 52744 -888 52745 322 52746 -251 52747 831 52748 568 52749 623 52750 559 52751 -485 52752 424 52753 -592 52754 -557 52755 -75 52756 -169 52757 -180 52758 116 52759 -344 52760 -937 52761 -354 52762 -1135 52763 333 52764 -482 52765 847 52766 60 52767 870 52768 -338 52769 436 52770 -374 52771 1127 52772 736 52773 1465 52774 1381 52775 571 52776 956 52777 -494 52778 -209 52779 -359 52780 23 52781 304 52782 617 52783 369 52784 292 52785 -178 52786 -387 52787 -194 52788 -324 52789 776 52790 527 52791 1167 52792 1167 52793 224 52794 1197 52795 -376 52796 887 52797 -371 52798 1215 52799 -468 52800 1400 52801 -1570 52802 116 52803 -2024 52804 -986 52805 -1452 52806 -1125 52807 -571 52808 -792 52809 -151 52810 -1058 52811 -377 52812 -1453 52813 150 52814 -1294 52815 1415 52816 421 52817 1394 52818 809 52819 949 52820 228 52821 -116 52822 137 52823 61 52824 574 52825 83 52826 491 52827 -482 52828 -236 52829 -832 52830 -908 52831 -173 52832 -729 52833 320 52834 -570 52835 509 52836 -904 52837 412 52838 -911 52839 1066 52840 156 52841 1611 52842 1374 52843 1094 52844 1460 52845 -131 52846 657 52847 -661 52848 318 52849 -251 52850 575 52851 -188 52852 144 52853 -1101 52854 -741 52855 -1038 52856 -1322 52857 -131 52858 -620 52859 936 52860 -233 52861 1077 52862 330 52863 645 52864 466 52865 843 52866 942 52867 781 52868 1825 52869 -379 52870 944 52871 -1366 52872 -358 52873 -1490 52874 -602 52875 -730 52876 -349 52877 -620 52878 -726 52879 -690 52880 -1426 52881 -161 52882 -1380 52883 827 52884 -207 52885 1546 52886 1229 52887 480 52888 764 52889 -313 52890 188 52891 -349 52892 403 52893 -136 52894 622 52895 -540 52896 -124 52897 -1377 52898 -841 52899 -638 52900 -805 52901 29 52902 -325 52903 54 52904 -439 52905 -147 52906 -809 52907 270 52908 -586 52909 1139 52910 401 52911 1168 52912 516 52913 472 52914 67 52915 21 52916 -395 52917 533 52918 549 52919 1027 52920 1069 52921 209 52922 438 52923 -614 52924 -398 52925 -303 52926 -497 52927 711 52928 166 52929 575 52930 227 52931 -40 52932 514 52933 458 52934 655 52935 965 52936 1530 52937 649 52938 1371 52939 -711 52940 738 52941 -1186 52942 253 52943 -1183 52944 17 52945 -1186 52946 -379 52947 -2258 52948 -2055 52949 -1687 52950 -2574 52951 -26 52952 -1952 52953 1570 52954 -652 52955 1344 52956 86 52957 1191 52958 96 52959 668 52960 630 52961 1004 52962 1192 52963 336 52964 1030 52965 -1233 52966 -183 52967 -1462 52968 -1059 52969 -756 52970 -1124 52971 -354 52972 -1184 52973 13 52974 -1391 52975 779 52976 -1138 52977 1894 52978 270 52979 1865 52980 1055 52981 1036 52982 744 52983 -45 52984 96 52985 58 52986 669 52987 634 52988 929 52989 -44 52990 540 52991 -792 52992 -479 52993 -623 52994 -754 52995 366 52996 -95 52997 471 52998 640 52999 270 53000 161 53001 83 53002 123 53003 43 53004 1034 53005 327 53006 957 53007 -418 53008 402 53009 -707 53010 105 53011 -347 53012 268 53013 -162 53014 636 53015 -971 53016 -292 53017 -1365 53018 -1232 53019 -491 53020 -1221 53021 345 53022 -442 53023 537 53024 -321 53025 9 53026 -529 53027 190 53028 -529 53029 771 53030 552 53031 859 53032 1031 53033 -172 53034 606 53035 -899 53036 -131 53037 -768 53038 -546 53039 -586 53040 -634 53041 -411 53042 -1151 53043 -239 53044 -1534 53045 748 53046 -743 53047 1869 53048 539 53049 1389 53050 681 53051 793 53052 510 53053 779 53054 768 53055 1178 53056 1550 53057 400 53058 1329 53059 -935 53060 148 53061 -1353 53062 -811 53063 -763 53064 -424 53065 91 53066 -161 53067 509 53068 -378 53069 362 53070 -144 53071 902 53072 650 53073 1069 53074 1433 53075 291 53076 1159 53077 -113 53078 948 53079 -547 53080 876 53081 -487 53082 612 53083 -1174 53084 -26 53085 -1923 53086 -1479 53087 -1336 53088 -1484 53089 166 53090 -814 53091 645 53092 -360 53093 492 53094 -762 53095 294 53096 -483 53097 889 53098 108 53099 1272 53100 1219 53101 847 53102 1094 53103 -467 53104 452 53105 -757 53106 140 53107 -574 53108 -221 53109 -1162 53110 -990 53111 -903 53112 -1672 53113 -366 53114 -1193 53115 1009 53116 -160 53117 1242 53118 3 53119 517 53120 -310 53121 207 53122 221 53123 1193 53124 1251 53125 1309 53126 1444 53127 -141 53128 479 53129 -1263 53130 -552 53131 -707 53132 -302 53133 402 53134 -6 53135 -32 53136 -214 53137 -11 53138 -190 53139 249 53140 -167 53141 790 53142 638 53143 696 53144 631 53145 303 53146 480 53147 -14 53148 635 53149 627 53150 1358 53151 -322 53152 930 53153 -1271 53154 28 53155 -1628 53156 -927 53157 -703 53158 -362 53159 10 53160 125 53161 -518 53162 -497 53163 -892 53164 -1311 53165 -462 53166 -915 53167 702 53168 83 53169 934 53170 656 53171 232 53172 -156 53173 -350 53174 18 53175 -79 53176 227 53177 -374 53178 -335 53179 -908 53180 -1405 53181 -417 53182 -1505 53183 632 53184 -514 53185 1179 53186 -93 53187 933 53188 -498 53189 952 53190 -156 53191 1360 53192 1394 53193 1525 53194 2231 53195 349 53196 1769 53197 -1229 53198 359 53199 -1788 53200 -607 53201 -863 53202 -698 53203 -457 53204 -835 53205 -398 53206 -1349 53207 -8 53208 -920 53209 1023 53210 -57 53211 1441 53212 593 53213 1201 53214 821 53215 658 53216 1156 53217 557 53218 1623 53219 133 53220 1360 53221 -950 53222 141 53223 -1649 53224 -551 53225 -960 53226 -614 53227 -42 53228 199 53229 -31 53230 -176 53231 -829 53232 -966 53233 -759 53234 -870 53235 340 53236 -332 53237 694 53238 259 53239 191 53240 -120 53241 -523 53242 -382 53243 77 53244 -258 53245 195 53246 215 53247 -405 53248 5 53249 -345 53250 -629 53251 414 53252 87 53253 37 53254 32 53255 -337 53256 -678 53257 -122 53258 -1263 53259 687 53260 -325 53261 1420 53262 903 53263 1266 53264 1115 53265 -85 53266 460 53267 -365 53268 25 53269 -134 53270 544 53271 299 53272 397 53273 -518 53274 -639 53275 -1027 53276 -1041 53277 -234 53278 -869 53279 734 53280 -7 53281 906 53282 119 53283 1021 53284 747 53285 957 53286 1744 53287 894 53288 1995 53289 -507 53290 1210 53291 -1602 53292 -423 53293 -1445 53294 -632 53295 -811 53296 169 53297 -729 53298 -414 53299 -1217 53300 -1355 53301 -919 53302 -1502 53303 441 53304 -507 53305 1273 53306 721 53307 661 53308 179 53309 -362 53310 150 53311 -229 53312 8 53313 -233 53314 -112 53315 -337 53316 -582 53317 -393 53318 -956 53319 135 53320 -458 53321 666 53322 195 53323 511 53324 25 53325 118 53326 -814 53327 964 53328 -29 53329 1709 53330 1313 53331 1411 53332 1427 53333 348 53334 505 53335 -562 53336 51 53337 -345 53338 71 53339 0 53340 914 53341 -332 53342 136 53343 -777 53344 -735 53345 -736 53346 -681 53347 -146 53348 -308 53349 305 53350 -865 53351 281 53352 -500 53353 749 53354 359 53355 1292 53356 1252 53357 614 53358 1163 53359 -541 53360 186 53361 -513 53362 84 53363 -38 53364 491 53365 -141 53366 787 53367 -958 53368 -467 53369 -1225 53370 -1717 53371 -281 53372 -1024 53373 1022 53374 135 53375 1062 53376 192 53377 55 53378 51 53379 138 53380 -203 53381 347 53382 478 53383 110 53384 181 53385 -745 53386 -174 53387 -478 53388 -427 53389 -8 53390 242 53391 -329 53392 -322 53393 -410 53394 -1266 53395 -139 53396 -957 53397 1018 53398 12 53399 1268 53400 941 53401 572 53402 351 53403 -425 53404 -76 53405 -128 53406 -325 53407 514 53408 874 53409 208 53410 679 53411 -607 53412 -199 53413 -483 53414 -787 53415 -21 53416 -181 53417 421 53418 44 53419 237 53420 -328 53421 390 53422 107 53423 880 53424 1045 53425 739 53426 1171 53427 -231 53428 336 53429 -896 53430 206 53431 -375 53432 578 53433 102 53434 578 53435 -800 53436 -164 53437 -1572 53438 -1120 53439 -805 53440 -1255 53441 749 53442 27 53443 724 53444 387 53445 -67 53446 288 53447 -365 53448 2 53449 -9 53450 300 53451 -59 53452 204 53453 -602 53454 -110 53455 -658 53456 -529 53457 -207 53458 -421 53459 -190 53460 -392 53461 -197 53462 -1110 53463 188 53464 -1350 53465 1019 53466 -378 53467 1559 53468 1116 53469 1177 53470 622 53471 -123 53472 -409 53473 31 53474 -9 53475 770 53476 1002 53477 615 53478 1339 53479 -269 53480 415 53481 -753 53482 -94 53483 -831 53484 15 53485 31 53486 103 53487 -259 53488 -393 53489 -439 53490 -501 53491 195 53492 55 53493 474 53494 210 53495 -135 53496 -154 53497 -402 53498 -378 53499 396 53500 416 53501 695 53502 1305 53503 -4 53504 676 53505 -991 53506 -515 53507 -1065 53508 -934 53509 93 53510 123 53511 587 53512 267 53513 -91 53514 -18 53515 -146 53516 -241 53517 -167 53518 42 53519 475 53520 685 53521 75 53522 290 53523 -439 53524 -115 53525 -430 53526 43 53527 -296 53528 99 53529 -599 53530 -716 53531 -673 53532 -1368 53533 -28 53534 -559 53535 1456 53536 500 53537 1004 53538 828 53539 0 53540 -326 53541 -257 53542 -453 53543 498 53544 713 53545 891 53546 1179 53547 52 53548 417 53549 -871 53550 -454 53551 -604 53552 -320 53553 294 53554 45 53555 131 53556 -150 53557 -56 53558 -142 53559 386 53560 132 53561 337 53562 689 53563 39 53564 135 53565 -411 53566 -479 53567 -180 53568 56 53569 741 53570 867 53571 367 53572 559 53573 -535 53574 -544 53575 -761 53576 -854 53577 -11 53578 -301 53579 940 53580 652 53581 344 53582 489 53583 -389 53584 -201 53585 -490 53586 -231 53587 385 53588 403 53589 115 53590 371 53591 -334 53592 -72 53593 -479 53594 103 53595 -132 53596 305 53597 -558 53598 -653 53599 -787 53600 -1345 53601 -453 53602 -1118 53603 487 53604 -80 53605 810 53606 306 53607 263 53608 -552 53609 108 53610 -944 53611 705 53612 228 53613 1290 53614 1233 53615 600 53616 994 53617 -229 53618 543 53619 -271 53620 86 53621 65 53622 305 53623 -31 53624 459 53625 -392 53626 -69 53627 -455 53628 -70 53629 -191 53630 333 53631 -296 53632 -76 53633 -635 53634 -750 53635 -630 53636 -383 53637 661 53638 393 53639 655 53640 394 53641 -41 53642 -45 53643 -540 53644 -1067 53645 -34 53646 -13 53647 854 53648 976 53649 518 53650 908 53651 -469 53652 -248 53653 -314 53654 -182 53655 333 53656 391 53657 284 53658 248 53659 -356 53660 -229 53661 -176 53662 -149 53663 -255 53664 307 53665 -520 53666 -219 53667 -553 53668 -827 53669 -607 53670 -1038 53671 540 53672 -354 53673 664 53674 333 53675 218 53676 -182 53677 -293 53678 -659 53679 335 53680 -120 53681 923 53682 640 53683 760 53684 937 53685 -406 53686 9 53687 -918 53688 -371 53689 -158 53690 -122 53691 263 53692 -51 53693 -266 53694 -56 53695 -280 53696 -326 53697 149 53698 155 53699 105 53700 193 53701 -265 53702 -371 53703 -555 53704 -633 53705 178 53706 83 53707 512 53708 557 53709 -306 53710 -106 53711 -808 53712 -685 53713 -64 53714 -417 53715 895 53716 282 53717 765 53718 680 53719 -140 53720 395 53721 -295 53722 -331 53723 -40 53724 176 53725 397 53726 497 53727 -366 53728 -94 53729 -241 53730 -122 53731 -181 53732 -152 53733 132 53734 131 53735 -22 53736 32 53737 -686 53738 -513 53739 167 53740 -189 53741 553 53742 366 53743 114 53744 126 53745 -517 53746 -717 53747 -274 53748 -1022 53749 664 53750 461 53751 709 53752 715 53753 154 53754 38 53755 -610 53756 -414 53757 -148 53758 159 53759 489 53760 319 53761 472 53762 149 53763 -249 53764 -104 53765 5 53766 258 53767 272 53768 521 53769 91 53770 171 53771 -546 53772 -310 53773 -112 53774 -49 53775 459 53776 640 53777 8 53778 263 53779 -701 53780 -735 53781 -489 53782 -826 53783 444 53784 111 53785 842 53786 681 53787 265 53788 85 53789 -202 53790 -572 53791 -328 53792 211 53793 401 53794 393 53795 276 53796 176 53797 -466 53798 -142 53799 -350 53800 -279 53801 11 53802 16 53803 -11 53804 -251 53805 -366 53806 -553 53807 -99 53808 -563 53809 611 53810 530 53811 603 53812 540 53813 -273 53814 -214 53815 -395 53816 -663 53817 547 53818 194 53819 1005 53820 1082 53821 10 53822 306 53823 -836 53824 -662 53825 -374 53826 -487 53827 206 53828 243 53829 100 53830 282 53831 -65 53832 -174 53833 407 53834 -322 53835 464 53836 496 53837 236 53838 340 53839 -168 53840 -183 53841 -473 53842 265 53843 266 53844 545 53845 16 53846 714 53847 -666 53848 -376 53849 -814 53850 -716 53851 -10 53852 -400 53853 528 53854 628 53855 462 53856 98 53857 -574 53858 -686 53859 -303 53860 -337 53861 318 53862 26 53863 142 53864 331 53865 -573 53866 -405 53867 -426 53868 -648 53869 265 53870 -128 53871 582 53872 -28 53873 164 53874 -27 53875 181 53876 85 53877 750 53878 1058 53879 757 53880 1008 53881 -425 53882 177 53883 -981 53884 -371 53885 -525 53886 -151 53887 86 53888 514 53889 -307 53890 -34 53891 -724 53892 -638 53893 -376 53894 -815 53895 89 53896 -232 53897 657 53898 -4 53899 -98 53900 -358 53901 -22 53902 -176 53903 320 53904 -38 53905 706 53906 281 53907 119 53908 85 53909 237 53910 61 53911 257 53912 957 53913 331 53914 1166 53915 -517 53916 209 53917 -1222 53918 -676 53919 -654 53920 -877 53921 328 53922 -97 53923 78 53924 -440 53925 -482 53926 -832 53927 108 53928 -586 53929 898 53930 408 53931 972 53932 895 53933 397 53934 254 53935 -519 53936 110 53937 -404 53938 319 53939 -212 53940 96 53941 -758 53942 -471 53943 -673 53944 -1070 53945 459 53946 -156 53947 894 53948 600 53949 391 53950 552 53951 -249 53952 49 53953 -121 53954 374 53955 390 53956 725 53957 -2 53958 592 53959 -1029 53960 -654 53961 -1018 53962 -1184 53963 -247 53964 -532 53965 617 53966 257 53967 493 53968 -280 53969 105 53970 -312 53971 387 53972 294 53973 654 53974 937 53975 217 53976 317 53977 -591 53978 -82 53979 123 53980 332 53981 242 53982 670 53983 -106 53984 -104 53985 -533 53986 -602 53987 -405 53988 -576 53989 489 53990 271 53991 447 53992 257 53993 -332 53994 -522 53995 -470 53996 -1001 53997 81 53998 -391 53999 450 54000 203 54001 455 54002 -131 54003 157 54004 -384 54005 4 54006 -100 54007 361 54008 404 54009 22 54010 -119 54011 -209 54012 -652 54013 122 54014 -163 54015 796 54016 456 54017 134 54018 350 54019 -229 54020 -259 54021 21 54022 -26 54023 628 54024 1011 54025 528 54026 1223 54027 -503 54028 449 54029 -1316 54030 -261 54031 -861 54032 -393 54033 -354 54034 81 54035 -107 54036 -569 54037 -296 54038 -965 54039 34 54040 -468 54041 778 54042 329 54043 690 54044 406 54045 256 54046 51 54047 263 54048 439 54049 373 54050 779 54051 -194 54052 672 54053 -953 54054 -633 54055 -1012 54056 -985 54057 -48 54058 -345 54059 514 54060 90 54061 -82 54062 -629 54063 -245 54064 -947 54065 384 54066 -473 54067 1043 54068 235 54069 1071 54070 584 54071 135 54072 279 54073 56 54074 356 54075 283 54076 661 54077 -50 54078 279 54079 -389 54080 -51 54081 -380 54082 -284 54083 273 54084 273 54085 422 54086 486 54087 -68 54088 -301 54089 -222 54090 -387 54091 480 54092 300 54093 860 54094 1040 54095 -29 54096 456 54097 -894 54098 -464 54099 -704 54100 -460 54101 -17 54102 -78 54103 -63 54104 -332 54105 -406 54106 -548 54107 47 54108 -654 54109 726 54110 465 54111 695 54112 603 54113 -93 54114 158 54115 13 54116 227 54117 247 54118 640 54119 2 54120 758 54121 -766 54122 -137 54123 -853 54124 -780 54125 -114 54126 -680 54127 448 54128 198 54129 194 54130 -257 54131 -610 54132 -902 54133 -140 54134 -516 54135 786 54136 586 54137 782 54138 599 54139 142 54140 -115 54141 19 54142 -1 54143 537 54144 410 54145 97 54146 462 54147 -273 54148 -129 54149 -899 54150 -689 54151 -166 54152 -194 54153 -6 54154 -41 54155 20 54156 -631 54157 -2 54158 -1061 54159 437 54160 127 54161 1583 54162 1275 54163 1020 54164 1242 54165 -60 54166 955 54167 -435 54168 558 54169 -382 54170 793 54171 -845 54172 408 54173 -1243 54174 -385 54175 -1195 54176 -1056 54177 -322 54178 -659 54179 389 54180 -614 54181 540 54182 -721 54183 365 54184 -138 54185 727 54186 941 54187 678 54188 1137 54189 -399 54190 583 54191 -1392 54192 -676 54193 -1127 54194 -1078 54195 -283 54196 -369 54197 -192 54198 -555 54199 -230 54200 -1073 54201 -101 54202 -889 54203 1113 54204 333 54205 1362 54206 808 54207 614 54208 734 54209 93 54210 135 54211 227 54212 416 54213 115 54214 624 54215 -329 54216 44 54217 -459 54218 -585 54219 -16 54220 -126 54221 570 54222 283 54223 -15 54224 74 54225 -557 54226 -632 54227 104 54228 -475 54229 615 54230 541 54231 740 54232 680 54233 -379 54234 55 54235 -349 54236 -45 54237 89 54238 497 54239 288 54240 952 54241 -408 54242 166 54243 -885 54244 -504 54245 -518 54246 -460 54247 94 54248 -113 54249 -182 54250 -415 54251 -352 54252 -726 54253 519 54254 -333 54255 935 54256 839 54257 771 54258 982 54259 -315 54260 226 54261 -469 54262 181 54263 -445 54264 429 54265 -299 54266 3 54267 -930 54268 -1344 54269 -1006 54270 -1855 54271 307 54272 -967 54273 1274 54274 280 54275 1308 54276 492 54277 785 54278 547 54279 514 54280 842 54281 366 54282 1341 54283 -188 54284 545 54285 -905 54286 -480 54287 -990 54288 -955 54289 21 54290 -383 54291 -296 54292 -847 54293 -165 54294 -1061 54295 351 54296 -727 54297 1688 54298 463 54299 1519 54300 1220 54301 1107 54302 960 54303 -70 54304 354 54305 -219 54306 647 54307 -127 54308 1056 54309 -661 54310 320 54311 -1283 54312 -349 54313 -1091 54314 -527 54315 -502 54316 -318 54317 -464 54318 -468 54319 -231 54320 -845 54321 -7 54322 -800 54323 630 54324 152 54325 772 54326 293 54327 225 54328 -10 54329 -198 54330 -63 54331 453 54332 214 54333 319 54334 687 54335 -685 54336 -296 54337 -1041 54338 -1192 54339 -502 54340 -739 54341 362 54342 -426 54343 946 54344 -17 54345 450 54346 -308 54347 563 54348 -54 54349 842 54350 978 54351 902 54352 1145 54353 -267 54354 565 54355 -513 54356 -273 54357 -263 54358 -62 54359 81 54360 -46 54361 -537 54362 -631 54363 -601 54364 -1062 54365 713 54366 -148 54367 1418 54368 983 54369 873 54370 764 54371 182 54372 574 54373 -14 54374 828 54375 335 54376 1197 54377 -313 54378 861 54379 -1133 54380 -41 54381 -1339 54382 -465 54383 -891 54384 -417 54385 -170 54386 -766 54387 -365 54388 -979 54389 -22 54390 -1066 54391 850 54392 38 54393 1257 54394 667 54395 477 54396 395 54397 -401 54398 381 54399 -114 54400 592 54401 -37 54402 821 54403 -642 54404 27 54405 -1502 54406 -1495 54407 -1271 54408 -1375 54409 -10 54410 -1010 54411 640 54412 -856 54413 636 54414 -874 54415 657 54416 -355 54417 1255 54418 699 54419 1408 54420 1043 54421 550 54422 775 54423 -115 54424 451 54425 -355 54426 608 54427 -272 54428 95 54429 -761 54430 -622 54431 -895 54432 -1086 54433 91 54434 -842 54435 1138 54436 335 54437 1382 54438 614 54439 572 54440 350 54441 329 54442 599 54443 529 54444 1326 54445 331 54446 1555 54447 -597 54448 571 54449 -1210 54450 -504 54451 -943 54452 -297 54453 -620 54454 -273 54455 -697 54456 -754 54457 -603 54458 -1002 54459 267 54460 -631 54461 782 54462 336 54463 597 54464 215 54465 134 54466 171 54467 240 54468 286 54469 407 54470 612 54471 46 54472 951 54473 -664 54474 -247 54475 -1329 54476 -631 54477 -679 54478 -390 54479 93 54480 -328 54481 -300 54482 -921 54483 -173 54484 -1126 54485 295 54486 -157 54487 1356 54488 678 54489 1038 54490 739 54491 230 54492 435 54493 217 54494 618 54495 -153 54496 956 54497 -397 54498 107 54499 -1274 54500 -972 54501 -935 54502 -1337 54503 252 54504 -629 54505 916 54506 -199 54507 533 54508 -8 54509 691 54510 152 54511 917 54512 1276 54513 1014 54514 1901 54515 -87 54516 1402 54517 -1233 54518 208 54519 -1329 54520 -131 54521 -1079 54522 -326 54523 -880 54524 -986 54525 -1041 54526 -1635 54527 80 54528 -855 54529 926 54530 106 54531 1066 54532 549 54533 479 54534 470 54535 309 54536 677 54537 287 54538 1462 54539 -21 54540 1273 54541 -1156 54542 68 54543 -1748 54544 -1127 54545 -1324 54546 -881 54547 -335 54548 -1004 54549 -293 54550 -1110 54551 -341 54552 -1772 54553 325 54554 -1184 54555 1397 54556 -62 54557 1486 54558 741 54559 719 54560 371 54561 680 54562 758 54563 745 54564 1410 54565 299 54566 890 54567 -674 54568 -61 54569 -957 54570 -505 54571 -430 54572 -540 54573 127 54574 -199 54575 -28 54576 -322 54577 -10 54578 -757 54579 803 54580 -12 54581 1445 54582 1228 54583 830 54584 1101 54585 -88 54586 590 54587 -729 54588 466 54589 -516 54590 738 54591 -792 54592 34 54593 -1452 54594 -899 54595 -972 54596 -1473 54597 -66 54598 -605 54599 395 54600 -542 54601 490 54602 -467 54603 376 54604 -20 54605 849 54606 749 54607 566 54608 1264 54609 -15 54610 847 54611 -1241 54612 -126 54613 -928 54614 -883 54615 -528 54616 -270 54617 -497 54618 -736 54619 -613 54620 -1719 54621 -99 54622 -1307 54623 1277 54624 -240 54625 1267 54626 551 54627 948 54628 666 54629 494 54630 428 54631 814 54632 1162 54633 392 54634 1368 54635 -763 54636 330 54637 -1216 54638 -850 54639 -977 54640 -729 54641 -71 54642 -458 54643 -106 54644 -819 54645 -84 54646 -1150 54647 677 54648 -457 54649 1458 54650 927 54651 1772 54652 1388 54653 971 54654 1298 54655 21 54656 1144 54657 -101 54658 1355 54659 -512 54660 1018 54661 -1223 54662 -250 54663 -1308 54664 -1070 54665 -1020 54666 -915 54667 386 54668 -281 54669 333 54670 -456 54671 170 54672 -359 54673 598 54674 290 54675 1225 54676 1388 54677 595 54678 1127 54679 -800 54680 335 54681 -1231 54682 -503 54683 -958 54684 -417 54685 -871 54686 -782 54687 -1191 54688 -1409 54689 -796 54690 -1946 54691 517 54692 -989 54693 1333 54694 -356 54695 1497 54696 -89 54697 1040 54698 71 54699 1310 54700 817 54701 1379 54702 1526 54703 379 54704 1147 54705 -572 54706 311 54707 -858 54708 -14 54709 -396 54710 -4 54711 -368 54712 -413 54713 -554 54714 -875 54715 -390 54716 -1124 54717 685 54718 -188 54719 1223 54720 773 54721 805 54722 862 54723 365 54724 629 54725 355 54726 1036 54727 180 54728 1155 54729 -689 54730 521 54731 -1514 54732 -614 54733 -1157 54734 -968 54735 -598 54736 -795 54737 -457 54738 -944 54739 -341 54740 -971 54741 93 54742 -380 54743 1176 54744 653 54745 973 54746 994 54747 289 54748 837 54749 -727 54750 335 54751 -464 54752 271 54753 -387 54754 126 54755 -1300 54756 -777 54757 -1291 54758 -1612 54759 -366 54760 -1109 54761 491 54762 -422 54763 834 54764 90 54765 626 54766 -111 54767 1038 54768 782 54769 1208 54770 1612 54771 711 54772 1556 54773 -854 54774 567 54775 -1129 54776 27 54777 -756 54778 -274 54779 -932 54780 -341 54781 -849 54782 -1553 54783 -494 54784 -1903 54785 507 54786 -833 54787 1727 54788 71 54789 1730 54790 652 54791 1095 54792 638 54793 1039 54794 1272 54795 1050 54796 1989 54797 21 54798 1569 54799 -1249 54800 500 54801 -1845 54802 -366 54803 -1070 54804 -379 54805 -559 54806 -516 54807 -910 54808 -1363 54809 -439 54810 -1398 54811 612 54812 -248 54813 1231 54814 697 54815 651 54816 858 54817 45 54818 473 54819 -155 54820 743 54821 9 54822 863 54823 -684 54824 99 54825 -1642 54826 -950 54827 -1168 54828 -1573 54829 92 54830 -979 54831 130 54832 -664 54833 397 54834 -1129 54835 645 54836 -763 54837 1456 54838 510 54839 1575 54840 965 54841 396 54842 664 54843 -137 54844 52 54845 1 54846 382 54847 -131 54848 430 54849 -524 54850 -344 54851 -1002 54852 -1249 54853 -265 54854 -1031 54855 916 54856 33 54857 894 54858 242 54859 856 54860 233 54861 739 54862 377 54863 1223 54864 1512 54865 759 54866 1828 54867 -519 54868 881 54869 -1541 54870 349 54871 -1222 54872 -200 54873 -1202 54874 -422 54875 -1436 54876 -1196 54877 -1189 54878 -1692 54879 203 54880 -764 54881 841 54882 -33 54883 1098 54884 370 54885 383 54886 328 54887 180 54888 756 54889 588 54890 1316 54891 -330 54892 794 54893 -1379 54894 -497 54895 -1750 54896 -1235 54897 -926 54898 -1296 54899 -200 54900 -969 54901 148 54902 -1190 54903 675 54904 -1031 54905 1206 54906 327 54907 1568 54908 1044 54909 884 54910 1170 54911 87 54912 559 54913 -254 54914 414 54915 -125 54916 452 54917 -734 54918 -323 54919 -1162 54920 -1484 54921 -804 54922 -1369 54923 714 54924 -541 54925 1207 54926 231 54927 703 54928 -2 54929 759 54930 143 54931 1336 54932 973 54933 1101 54934 1739 54935 94 54936 1214 54937 -973 54938 825 54939 -999 54940 499 54941 -913 54942 334 54943 -1082 54944 -480 54945 -1453 54946 -1217 54947 -996 54948 -1427 54949 241 54950 -441 54951 485 54952 -421 54953 53 54954 -321 54955 713 54956 -112 54957 1089 54958 979 54959 770 54960 1205 54961 -293 54962 540 54963 -994 54964 -265 54965 -953 54966 -446 54967 -709 54968 -516 54969 -521 54970 -1024 54971 -835 54972 -1710 54973 209 54974 -799 54975 1153 54976 249 54977 1230 54978 572 54979 876 54980 577 54981 411 54982 678 54983 796 54984 1255 54985 48 54986 620 54987 -1069 54988 -549 54989 -1123 54990 -1041 54991 -390 54992 -683 54993 558 54994 -245 54995 388 54996 -393 54997 357 54998 -444 54999 1086 55000 500 55001 1571 55002 1410 55003 783 55004 1581 55005 -172 55006 854 55007 -692 55008 530 55009 -655 55010 364 55011 -854 55012 -78 55013 -1361 55014 -958 55015 -611 55016 -1204 55017 172 55018 -606 55019 711 55020 -133 55021 657 55022 -84 55023 141 55024 79 55025 879 55026 935 55027 618 55028 1438 55029 74 55030 1277 55031 -1105 55032 68 55033 -1075 55034 -272 55035 -776 55036 -149 55037 -779 55038 -756 55039 -984 55040 -1527 55041 -445 55042 -1615 55043 553 55044 -517 55045 1238 55046 -229 55047 716 55048 -21 55049 996 55050 317 55051 875 55052 899 55053 548 55054 1101 55055 -183 55056 419 55057 -899 55058 -622 55059 -516 55060 -530 55061 -48 55062 -294 55063 -18 55064 -318 55065 -308 55066 -802 55067 285 55068 -463 55069 1118 55070 435 55071 1077 55072 1115 55073 548 55074 844 55075 249 55076 588 55077 -10 55078 1086 55079 -291 55080 851 55081 -1031 55082 -171 55083 -1214 55084 -805 55085 -595 55086 -407 55087 -115 55088 -224 55089 -29 55090 -804 55091 -325 55092 -750 55093 313 55094 241 55095 1149 55096 1058 55097 649 55098 901 55099 -238 55100 256 55101 -559 55102 54 55103 -458 55104 337 55105 -642 55106 69 55107 -1134 55108 -1110 55109 -1024 55110 -1563 55111 -139 55112 -969 55113 634 55114 -734 55115 1032 55116 -391 55117 898 55118 -161 55119 1305 55120 1025 55121 1094 55122 1698 55123 191 55124 772 55125 -727 55126 67 55127 -923 55128 -408 55129 -387 55130 12 55131 -285 55132 -492 55133 -428 55134 -1216 55135 50 55136 -1029 55137 1003 55138 81 55139 1408 55140 1164 55141 888 55142 902 55143 181 55144 708 55145 -23 55146 683 55147 102 55148 514 55149 -748 55150 -219 55151 -1113 55152 -542 55153 -371 55154 -555 55155 309 55156 -31 55157 80 55158 7 55159 82 55160 -708 55161 304 55162 340 55163 1005 55164 965 55165 571 55166 1103 55167 -657 55168 297 55169 -1225 55170 163 55171 -772 55172 238 55173 -353 55174 203 55175 -726 55176 -408 55177 -1106 55178 -1226 55179 -885 55180 -1060 55181 147 55182 -854 55183 387 55184 -779 55185 223 55186 -984 55187 1100 55188 -419 55189 1807 55190 645 55191 1267 55192 1113 55193 376 55194 604 55195 14 55196 723 55197 -26 55198 923 55199 -136 55200 777 55201 -1015 55202 -755 55203 -1075 55204 -1075 55205 -70 55206 -871 55207 894 55208 -137 55209 949 55210 228 55211 638 55212 189 55213 494 55214 803 55215 802 55216 1338 55217 19 55218 1134 55219 -789 55220 26 55221 -931 55222 -452 55223 -497 55224 -263 55225 -286 55226 -678 55227 -674 55228 -902 55229 -112 55230 -804 55231 996 55232 431 55233 1127 55234 1088 55235 65 55236 424 55237 -786 55238 -260 55239 -787 55240 192 55241 -544 55242 212 55243 -597 55244 -401 55245 -850 55246 -1052 55247 -313 55248 -1060 55249 407 55250 -678 55251 759 55252 -257 55253 426 55254 -105 55255 447 55256 94 55257 737 55258 647 55259 753 55260 544 55261 -229 55262 207 55263 -365 55264 -5 55265 -83 55266 639 55267 37 55268 729 55269 -564 55270 -357 55271 -923 55272 -867 55273 -425 55274 -932 55275 352 55276 -30 55277 650 55278 -14 55279 150 55280 -458 55281 156 55282 -144 55283 668 55284 749 55285 838 55286 944 55287 101 55288 586 55289 -280 55290 448 55291 -389 55292 607 55293 -387 55294 267 55295 -681 55296 -702 55297 -760 55298 -1139 55299 -119 55300 -386 55301 963 55302 703 55303 730 55304 355 55305 -129 55306 105 55307 -80 55308 168 55309 120 55310 1047 55311 12 55312 603 55313 -1124 55314 -277 55315 -1656 55316 -868 55317 -802 55318 -945 55319 -322 55320 -659 55321 147 55322 -897 55323 -226 55324 -801 55325 653 55326 -233 55327 801 55328 692 55329 513 55330 64 55331 116 55332 -94 55333 454 55334 494 55335 332 55336 728 55337 -74 55338 443 55339 -745 55340 -675 55341 -792 55342 -606 55343 332 55344 -93 55345 784 55346 440 55347 129 55348 -263 55349 -57 55350 -160 55351 481 55352 324 55353 398 55354 594 55355 280 55356 337 55357 -415 55358 348 55359 -115 55360 249 55361 -179 55362 447 55363 -706 55364 -209 55365 -792 55366 -812 55367 1 55368 -518 55369 857 55370 191 55371 538 55372 595 55373 -460 55374 -412 55375 -467 55376 -160 55377 508 55378 706 55379 558 55380 821 55381 -520 55382 -38 55383 -834 55384 -595 55385 -261 55386 -715 55387 101 55388 -365 55389 27 55390 -397 55391 46 55392 -673 55393 218 55394 -21 55395 586 55396 334 55397 534 55398 116 55399 -81 55400 -188 55401 134 55402 135 55403 651 55404 816 55405 218 55406 434 55407 -917 55408 -580 55409 -452 55410 -813 55411 344 55412 45 55413 663 55414 24 55415 302 55416 31 55417 -170 55418 -211 55419 156 55420 -88 55421 579 55422 404 55423 441 55424 547 55425 105 55426 190 55427 -73 55428 495 55429 -36 55430 511 55431 -346 55432 184 55433 -1056 55434 -627 55435 -904 55436 -892 55437 -405 55438 -313 55439 246 55440 -113 55441 -191 55442 -677 55443 -180 55444 -724 55445 894 55446 121 55447 1236 55448 1370 55449 443 55450 896 55451 -595 55452 172 55453 -1002 55454 -251 55455 -591 55456 73 55457 -289 55458 -152 55459 -559 55460 -655 55461 -218 55462 -617 55463 373 55464 -58 55465 371 55466 319 55467 -181 55468 -105 55469 16 55470 -327 55471 429 55472 322 55473 431 55474 276 55475 -451 55476 -641 55477 -600 55478 -1128 55479 84 55480 -324 55481 867 55482 610 55483 924 55484 664 55485 -28 55486 -172 55487 219 55488 229 55489 65 55490 647 55491 31 55492 484 55493 -258 55494 192 55495 -644 55496 -194 55497 -219 55498 -255 55499 -41 55500 -264 55501 -400 55502 -498 55503 -387 55504 -585 55505 418 55506 -176 55507 872 55508 336 55509 6 55510 -311 55511 -572 55512 -549 55513 166 55514 -287 55515 1128 55516 563 55517 571 55518 975 55519 -164 55520 140 55521 -320 55522 82 55523 -26 55524 320 55525 -154 55526 350 55527 -569 55528 -327 55529 -686 55530 -829 55531 -307 55532 -146 55533 84 55534 -168 55535 -141 55536 -484 55537 121 55538 -494 55539 686 55540 221 55541 809 55542 1044 55543 142 55544 343 55545 -940 55546 -545 55547 -454 55548 -819 55549 651 55550 193 55551 374 55552 87 55553 1 55554 -225 55555 -140 55556 -225 55557 295 55558 292 55559 648 55560 977 55561 172 55562 374 55563 -273 55564 33 55565 -207 55566 152 55567 -463 55568 368 55569 -493 55570 -526 55571 -800 55572 -675 55573 -15 55574 -449 55575 649 55576 373 55577 378 55578 42 55579 -564 55580 -528 55581 -181 55582 -424 55583 667 55584 273 55585 704 55586 621 55587 -354 55588 -104 55589 -791 55590 -410 55591 6 55592 -107 55593 541 55594 470 55595 227 55596 292 55597 -555 55598 47 55599 -203 55600 67 55601 171 55602 19 55603 -507 55604 -209 55605 -434 55606 -325 55607 -186 55608 42 55609 509 55610 456 55611 58 55612 -21 55613 -417 55614 -473 55615 -168 55616 -557 55617 698 55618 360 55619 703 55620 687 55621 125 55622 136 55623 -595 55624 -275 55625 -53 55626 1 55627 413 55628 491 55629 293 55630 571 55631 -302 55632 -59 55633 -222 55634 243 55635 16 55636 54 55637 -401 55638 -104 55639 -745 55640 -372 55641 4 55642 -442 55643 794 55644 105 55645 308 55646 37 55647 -138 55648 -694 55649 -64 55650 -668 55651 408 55652 221 55653 794 55654 748 55655 -30 55656 540 55657 -700 55658 -348 55659 47 55660 -94 55661 514 55662 387 55663 -167 55664 329 55665 -545 55666 22 55667 -255 55668 -128 55669 -12 55670 178 55671 -72 55672 248 55673 30 55674 -362 55675 -95 55676 -154 55677 454 55678 485 55679 213 55680 461 55681 -416 55682 -419 55683 -516 55684 -851 55685 270 55686 2 55687 551 55688 449 55689 -18 55690 209 55691 -512 55692 -556 55693 -438 55694 -305 55695 599 55696 294 55697 398 55698 654 55699 27 55700 343 55701 -54 55702 -73 55703 124 55704 57 55705 1 55706 277 55707 -322 55708 -416 55709 -216 55710 -330 55711 703 55712 639 55713 347 55714 651 55715 -423 55716 -503 55717 -257 55718 -755 55719 271 55720 -198 55721 669 55722 539 55723 -89 55724 336 55725 -828 55726 -555 55727 -557 55728 -901 55729 209 55730 -621 55731 768 55732 273 55733 329 55734 -313 55735 172 55736 160 55737 605 55738 201 55739 335 55740 372 55741 -188 55742 70 55743 -226 55744 379 55745 178 55746 515 55747 355 55748 542 55749 -553 55750 -551 55751 -954 55752 -967 55753 -270 55754 -487 55755 509 55756 294 55757 195 55758 428 55759 -487 55760 -796 55761 -161 55762 -404 55763 684 55764 -60 55765 849 55766 483 55767 56 55768 129 55769 -159 55770 -32 55771 -117 55772 136 55773 213 55774 -33 55775 -113 55776 -401 55777 -424 55778 -157 55779 261 55780 418 55781 407 55782 726 55783 -147 55784 -332 55785 -466 55786 -744 55787 -129 55788 -105 55789 933 55790 481 55791 551 55792 609 55793 -641 55794 -106 55795 -815 55796 -878 55797 146 55798 -460 55799 384 55800 211 55801 69 55802 58 55803 105 55804 -333 55805 250 55806 -100 55807 619 55808 354 55809 466 55810 40 55811 45 55812 141 55813 369 55814 650 55815 90 55816 919 55817 -583 55818 530 55819 -1050 55820 -683 55821 -474 55822 -654 55823 523 55824 478 55825 33 55826 413 55827 -358 55828 -458 55829 -524 55830 -653 55831 82 55832 -260 55833 601 55834 139 55835 397 55836 288 55837 -105 55838 -78 55839 87 55840 -292 55841 121 55842 190 55843 209 55844 -210 55845 82 55846 -176 55847 298 55848 73 55849 614 55850 612 55851 141 55852 300 55853 -324 55854 -248 55855 -180 55856 -166 55857 314 55858 684 55859 251 55860 1016 55861 -862 55862 -203 55863 -996 55864 -791 55865 -654 55866 -682 55867 -182 55868 -489 55869 209 55870 -422 55871 -198 55872 -801 55873 57 55874 -572 55875 828 55876 -19 55877 847 55878 199 55879 852 55880 222 55881 775 55882 775 55883 587 55884 1110 55885 -208 55886 656 55887 -713 55888 -255 55889 -1012 55890 -459 55891 158 55892 -139 55893 200 55894 245 55895 -296 55896 -382 55897 -761 55898 -824 55899 -97 55900 -269 55901 765 55902 141 55903 311 55904 568 55905 56 55906 325 55907 -166 55908 17 55909 228 55910 -90 55911 106 55912 41 55913 85 55914 -358 55915 -79 55916 134 55917 434 55918 391 55919 18 55920 443 55921 -455 55922 -233 55923 -414 55924 -754 55925 321 55926 255 55927 351 55928 606 55929 -78 55930 1 55931 -857 55932 -552 55933 -353 55934 -290 55935 475 55936 329 55937 352 55938 88 55939 -186 55940 -320 55941 -152 55942 -435 55943 274 55944 -325 55945 457 55946 277 55947 514 55948 -191 55949 536 55950 645 55951 877 55952 938 55953 432 55954 1134 55955 -685 55956 264 55957 -947 55958 -393 55959 -348 55960 -22 55961 -291 55962 150 55963 -362 55964 -403 55965 -866 55966 -783 55967 -192 55968 -781 55969 725 55970 121 55971 1000 55972 541 55973 171 55974 224 55975 -439 55976 229 55977 -218 55978 230 55979 -104 55980 60 55981 -307 55982 -277 55983 -330 55984 -491 55985 210 55986 -119 55987 205 55988 -240 55989 -55 55990 -471 55991 -184 55992 -369 55993 576 55994 348 55995 1012 55996 1161 55997 133 55998 726 55999 -648 56000 18 56001 -870 56002 -733 56003 -127 56004 284 56005 84 56006 290 56007 -460 56008 -497 56009 -341 56010 -835 56011 78 56012 -786 56013 310 56014 -300 56015 660 56016 -160 56017 895 56018 480 56019 758 56020 865 56021 787 56022 944 56023 -11 56024 493 56025 -456 56026 -243 56027 -458 56028 -15 56029 261 56030 292 56031 -120 56032 276 56033 -1070 56034 -893 56035 -703 56036 -928 56037 468 56038 -118 56039 875 56040 410 56041 582 56042 118 56043 -64 56044 105 56045 -174 56046 337 56047 11 56048 487 56049 92 56050 115 56051 -307 56052 -217 56053 -333 56054 -134 56055 -98 56056 40 56057 -212 56058 -515 56059 -449 56060 -1023 56061 593 56062 -289 56063 877 56064 511 56065 602 56066 286 56067 63 56068 -122 56069 -521 56070 -529 56071 308 56072 230 56073 546 56074 535 56075 -59 56076 189 56077 -482 56078 -654 56079 -214 56080 -545 56081 339 56082 -180 56083 475 56084 -167 56085 266 56086 -62 56087 547 56088 538 56089 836 56090 976 56091 325 56092 778 56093 -256 56094 250 56095 -156 56096 482 56097 94 56098 392 56099 -375 56100 211 56101 -1119 56102 -778 56103 -936 56104 -1218 56105 182 56106 -357 56107 970 56108 278 56109 740 56110 602 56111 406 56112 12 56113 -206 56114 443 56115 -110 56116 1039 56117 -159 56118 643 56119 -903 56120 -135 56121 -820 56122 -424 56123 -503 56124 -725 56125 -594 56126 -932 56127 -213 56128 -1105 56129 213 56130 -809 56131 1245 56132 227 56133 1432 56134 1102 56135 545 56136 509 56137 9 56138 -22 56139 86 56140 170 56141 336 56142 1000 56143 -184 56144 229 56145 -779 56146 -283 56147 -626 56148 -384 56149 -32 56150 -526 56151 -75 56152 -60 56153 -44 56154 -426 56155 -96 56156 -485 56157 286 56158 2 56159 357 56160 -13 56161 11 56162 -428 56163 353 56164 -137 56165 588 56166 741 56167 643 56168 964 56169 -240 56170 349 56171 -873 56172 -507 56173 -604 56174 -324 56175 297 56176 301 56177 119 56178 229 56179 -133 56180 -377 56181 44 56182 46 56183 367 56184 869 56185 419 56186 854 56187 -377 56188 624 56189 -637 56190 -287 56191 -781 56192 -225 56193 -867 56194 -610 56195 -1168 56196 -1384 56197 -575 56198 -1684 56199 549 56200 -499 56201 1384 56202 225 56203 695 56204 230 56205 519 56206 8 56207 680 56208 486 56209 773 56210 965 56211 215 56212 1046 56213 -1074 56214 -154 56215 -1129 56216 -538 56217 -295 56218 -674 56219 -100 56220 -581 56221 178 56222 -615 56223 388 56224 -433 56225 1111 56226 415 56227 948 56228 789 56229 217 56230 481 56231 -286 56232 247 56233 70 56234 457 56235 26 56236 661 56237 -486 56238 94 56239 -815 56240 -893 56241 -480 56242 -688 56243 602 56244 -173 56245 549 56246 385 56247 48 56248 114 56249 -242 56250 -250 56251 308 56252 318 56253 295 56254 997 56255 21 56256 308 56257 -436 56258 119 56259 -434 56260 81 56261 -640 56262 -73 56263 -923 56264 -517 56265 -1001 56266 -1231 56267 -234 56268 -815 56269 553 56270 -260 56271 458 56272 -392 56273 136 56274 -551 56275 671 56276 0 56277 1227 56278 965 56279 1058 56280 1419 56281 59 56282 754 56283 -382 56284 187 56285 -594 56286 38 56287 -380 56288 -335 56289 -601 56290 -638 56291 -372 56292 -1157 56293 42 56294 -676 56295 696 56296 -11 56297 735 56298 276 56299 472 56300 132 56301 483 56302 672 56303 1007 56304 1080 56305 188 56306 754 56307 -842 56308 -128 56309 -969 56310 -838 56311 -229 56312 -201 56313 71 56314 463 56315 0 56316 11 56317 -198 56318 -438 56319 31 56320 494 56321 443 56322 621 56323 111 56324 644 56325 -470 56326 143 56327 -481 56328 86 56329 -423 56330 246 56331 -690 56332 -551 56333 -944 56334 -1190 56335 -521 56336 -1284 56337 513 56338 -658 56339 705 56340 -289 56341 253 56342 -748 56343 623 56344 -94 56345 1014 56346 869 56347 1247 56348 1150 56349 293 56350 812 56351 -689 56352 -53 56353 -708 56354 -180 56355 -525 56356 -236 56357 -484 56358 -697 56359 -527 56360 -1043 56361 -29 56362 -735 56363 875 56364 -226 56365 823 56366 145 56367 402 56368 260 56369 448 56370 638 56371 828 56372 1499 56373 730 56374 1105 56375 -441 56376 375 56377 -1066 56378 -356 56379 -178 56380 -434 56381 -79 56382 302 56383 -152 56384 -474 56385 -344 56386 -893 56387 -162 56388 -535 56389 407 56390 211 56391 755 56392 406 56393 198 56394 294 56395 -113 56396 416 56397 166 56398 983 56399 -524 56400 486 56401 -806 56402 -261 56403 -1099 56404 -429 56405 -138 56406 -189 56407 -126 56408 -320 56409 -177 56410 -791 56411 -307 56412 -1104 56413 542 56414 -296 56415 1161 56416 518 56417 766 56418 513 56419 -18 56420 311 56421 -521 56422 100 56423 -222 56424 13 56425 -193 56426 -143 56427 -830 56428 -749 56429 -719 56430 -1310 56431 173 56432 -722 56433 678 56434 -226 56435 922 56436 -285 56437 1042 56438 179 56439 1503 56440 696 56441 1328 56442 1632 56443 44 56444 878 56445 -901 56446 175 56447 -1036 56448 -211 56449 -358 56450 257 56451 -553 56452 -267 56453 -444 56454 -589 56455 -229 56456 -739 56457 657 56458 72 56459 797 56460 368 56461 392 56462 572 56463 -193 56464 593 56465 -166 56466 652 56467 -401 56468 424 56469 -909 56470 -443 56471 -1247 56472 -1055 56473 -533 56474 -805 56475 469 56476 -395 56477 -31 56478 -708 56479 -192 56480 -1023 56481 152 56482 -615 56483 702 56484 288 56485 805 56486 409 56487 61 56488 81 56489 -128 56490 -58 56491 110 56492 141 56493 354 56494 501 56495 -236 56496 78 56497 -363 56498 -472 56499 -256 56500 -320 56501 59 56502 -366 56503 328 56504 -384 56505 208 56506 -351 56507 1123 56508 384 56509 1247 56510 1333 56511 819 56512 1125 56513 -44 56514 495 56515 -419 56516 507 56517 -140 56518 473 56519 -468 56520 314 56521 -1050 56522 -652 56523 -1026 56524 -1208 56525 -229 56526 -789 56527 553 56528 -454 56529 677 56530 -91 56531 781 56532 169 56533 974 56534 800 56535 389 56536 1483 56537 -293 56538 815 56539 -1007 56540 -64 56541 -948 56542 -301 56543 -482 56544 -77 56545 -621 56546 -465 56547 -927 56548 -1312 56549 -384 56550 -962 56551 712 56552 -356 56553 911 56554 56 56555 520 56556 222 56557 -116 56558 -392 56559 44 56560 -197 56561 467 56562 40 56563 61 56564 -210 56565 -616 56566 -501 56567 -2 56568 -749 56569 598 56570 -362 56571 503 56572 39 56573 117 56574 -49 56575 583 56576 65 56577 924 56578 743 56579 776 56580 1013 56581 -2 56582 360 56583 -231 56584 414 56585 -70 56586 479 56587 -252 56588 436 56589 -598 56590 5 56591 -1039 56592 -933 56593 -641 56594 -692 56595 220 56596 -148 56597 370 56598 -112 56599 251 56600 -211 56601 493 56602 346 56603 644 56604 1186 56605 509 56606 894 56607 -451 56608 270 56609 -886 56610 -25 56611 -655 56612 64 56613 -696 56614 -261 56615 -865 56616 -1026 56617 -787 56618 -1431 56619 292 56620 -992 56621 766 56622 122 56623 819 56624 178 56625 710 56626 -142 56627 442 56628 323 56629 753 56630 798 56631 372 56632 504 56633 -219 56634 -76 56635 -726 56636 -141 56637 -61 56638 -354 56639 138 56640 -112 56641 -384 56642 -554 56643 -36 56644 -439 56645 1016 56646 40 56647 1119 56648 716 56649 415 56650 202 56651 -97 56652 171 56653 401 56654 500 56655 69 56656 779 56657 -277 56658 269 56659 -1165 56660 -634 56661 -834 56662 -851 56663 -227 56664 -573 56665 46 56666 -224 56667 40 56668 -291 56669 -45 56670 -270 56671 832 56672 760 56673 719 56674 975 56675 -131 56676 456 56677 -662 56678 281 56679 -343 56680 520 56681 -425 56682 227 56683 -1051 56684 -526 56685 -1426 56686 -1355 56687 -732 56688 -980 56689 351 56690 -161 56691 554 56692 -69 56693 110 56694 -155 56695 124 56696 -142 56697 487 56698 307 56699 335 56700 527 56701 -122 56702 -81 56703 -494 56704 -282 56705 -65 56706 -75 56707 88 56708 -467 56709 -239 56710 -766 56711 -37 56712 -906 56713 473 56714 0 56715 947 56716 606 56717 597 56718 489 56719 73 56720 -12 56721 360 56722 428 56723 470 56724 663 56725 141 56726 900 56727 -625 56728 -75 56729 -585 56730 -410 56731 -186 56732 139 56733 278 56734 -265 56735 -287 56736 -35 56737 -129 56738 -285 56739 339 56740 326 56741 419 56742 665 56743 327 56744 389 56745 -476 56746 278 56747 -265 56748 557 56749 -200 56750 558 56751 -760 56752 -29 56753 -1385 56754 -976 56755 -1349 56756 -1243 56757 10 56758 -524 56759 177 56760 -610 56761 245 56762 -692 56763 211 56764 -665 56765 1023 56766 285 56767 1245 56768 1022 56769 375 56770 793 56771 -211 56772 277 56773 -407 56774 177 56775 196 56776 215 56777 -407 56778 -500 56779 -586 56780 -1143 56781 73 56782 -748 56783 718 56784 37 56785 471 56786 14 56787 188 56788 -286 56789 133 56790 -69 56791 636 56792 532 56793 568 56794 823 56795 -166 56796 309 56797 -504 56798 -262 56799 -300 56800 -250 56801 -141 56802 81 56803 -146 56804 -84 56805 -358 56806 -582 56807 50 56808 210 56809 221 56810 520 56811 434 56812 425 56813 -221 56814 -196 56815 -247 56816 207 56817 1 56818 559 56819 7 56820 262 56821 -794 56822 -543 56823 -900 56824 -989 56825 -25 56826 -308 56827 39 56828 -83 56829 190 56830 -598 56831 -327 56832 -468 56833 446 56834 -302 56835 939 56836 366 56837 450 56838 441 56839 -67 56840 150 56841 -302 56842 245 56843 24 56844 55 56845 -166 56846 -30 56847 -461 56848 -806 56849 -232 56850 -783 56851 431 56852 -171 56853 505 56854 151 56855 330 56856 32 56857 261 56858 -57 56859 805 56860 741 56861 968 56862 1097 56863 330 56864 754 56865 -667 56866 450 56867 -539 56868 -10 56869 -305 56870 154 56871 -323 56872 -24 56873 -613 56874 -526 56875 -411 56876 -530 56877 336 56878 -34 56879 519 56880 289 56881 67 56882 54 56883 -83 56884 -81 56885 264 56886 754 56887 335 56888 796 56889 -308 56890 96 56891 -794 56892 -291 56893 -485 56894 -198 56895 -135 56896 -88 56897 -99 56898 -593 56899 -374 56900 -937 56901 -90 56902 -602 56903 730 56904 435 56905 618 56906 321 56907 -27 56908 310 56909 -4 56910 251 56911 261 56912 494 56913 -251 56914 294 56915 -704 56916 -275 56917 -784 56918 -736 56919 -431 56920 -510 56921 328 56922 -43 56923 423 56924 -570 56925 218 56926 -690 56927 582 56928 133 56929 1098 56930 803 56931 572 56932 555 56933 -133 56934 253 56935 -137 56936 60 56937 165 56938 561 56939 16 56940 456 56941 -473 56942 -137 56943 -474 56944 -253 56945 91 56946 -50 56947 171 56948 465 56949 -47 56950 89 56951 -262 56952 -184 56953 -165 56954 99 56955 152 56956 334 56957 -341 56958 191 56959 -734 56960 -425 56961 -484 56962 -141 56963 112 56964 211 56965 -207 56966 -122 56967 -414 56968 -655 56969 -266 56970 -603 56971 235 56972 -97 56973 294 56974 352 56975 -41 56976 -242 56977 -185 56978 -121 56979 220 56980 90 56981 372 56982 394 56983 10 56984 -243 56985 -433 56986 -545 56987 11 56988 -447 56989 270 56990 -142 56991 112 56992 -497 56993 81 56994 -585 56995 374 56996 -227 56997 1191 56998 660 56999 901 57000 977 57001 34 57002 504 57003 -365 57004 222 57005 -24 57006 678 57007 -133 57008 653 57009 -527 57010 -102 57011 -906 57012 -678 57013 -252 57014 -466 57015 463 57016 -140 57017 293 57018 -321 57019 40 57020 -550 57021 304 57022 -212 57023 453 57024 575 57025 359 57026 271 57027 -455 57028 -231 57029 -358 57030 -237 57031 12 57032 285 57033 15 57034 459 57035 -735 57036 8 57037 -848 57038 -551 57039 -156 57040 -378 57041 250 57042 -18 57043 291 57044 -110 57045 -389 57046 -369 57047 104 57048 -297 57049 292 57050 425 57051 -145 57052 64 57053 -467 57054 -414 57055 -399 57056 -204 57057 29 57058 -219 57059 305 57060 -122 57061 -161 57062 -901 57063 203 57064 -314 57065 613 57066 596 57067 755 57068 710 57069 185 57070 466 57071 -118 57072 150 57073 -183 57074 335 57075 76 57076 518 57077 -208 57078 177 57079 -519 57080 -272 57081 -325 57082 -443 57083 216 57084 48 57085 213 57086 296 57087 -68 57088 -213 57089 185 57090 -33 57091 284 57092 676 57093 516 57094 599 57095 -224 57096 -64 57097 -570 57098 -198 57099 -313 57100 84 57101 41 57102 164 57103 -267 57104 -186 57105 -779 57106 -622 57107 -196 57108 -497 57109 239 57110 -142 57111 129 57112 -142 57113 -21 57114 -467 57115 -144 57116 -508 57117 476 57118 180 57119 623 57120 392 57121 88 57122 -67 57123 -35 57124 -66 57125 211 57126 64 57127 216 57128 349 57129 -486 57130 -217 57131 -287 57132 -616 57133 154 57134 -243 57135 640 57136 376 57137 173 57138 290 57139 64 57140 60 57141 68 57142 384 57143 513 57144 833 57145 -47 57146 494 57147 -676 57148 -226 57149 -971 57150 -426 57151 -205 57152 -232 57153 165 57154 -173 57155 -113 57156 -487 57157 -40 57158 -707 57159 516 57160 371 57161 768 57162 645 57163 727 57164 421 57165 -442 57166 -24 57167 -119 57168 240 57169 32 57170 648 57171 -223 57172 -46 57173 -444 57174 -541 57175 -466 57176 -448 57177 356 57178 186 57179 222 57180 409 57181 -161 57182 -256 57183 -504 57184 -458 57185 -164 57186 48 57187 75 57188 116 57189 -105 57190 -425 57191 -107 57192 -568 57193 256 57194 -96 57195 446 57196 301 57197 8 57198 102 57199 -163 57200 -161 57201 86 57202 86 57203 341 57204 541 57205 14 57206 162 57207 -328 57208 -336 57209 -128 57210 -375 57211 454 57212 354 57213 492 57214 400 57215 -24 57216 -168 57217 -197 57218 -341 57219 226 57220 246 57221 385 57222 175 57223 -65 57224 79 57225 -105 57226 -282 57227 1 57228 -63 57229 599 57230 715 57231 607 57232 514 57233 -89 57234 86 57235 -80 57236 304 57237 156 57238 785 57239 -51 57240 280 57241 -889 57242 -650 57243 -1085 57244 -893 57245 -238 57246 -584 57247 351 57248 -432 57249 139 57250 -469 57251 105 57252 -381 57253 114 57254 -20 57255 761 57256 391 57257 511 57258 178 57259 -220 57260 -97 57261 -123 57262 -143 57263 3 57264 516 57265 271 57266 -29 57267 -509 57268 -446 57269 -386 57270 -790 57271 274 57272 193 57273 280 57274 301 57275 82 57276 -391 57277 -421 57278 -647 57279 109 57280 133 57281 551 57282 367 57283 256 57284 13 57285 -234 57286 66 57287 -142 57288 -22 57289 302 57290 534 57291 546 57292 316 57293 -324 57294 -122 57295 1 57296 -148 57297 267 57298 371 57299 369 57300 201 57301 -148 57302 -220 57303 -405 57304 -408 57305 92 57306 242 57307 217 57308 395 57309 -163 57310 -305 57311 -406 57312 -702 57313 -43 57314 -131 57315 418 57316 248 57317 130 57318 63 57319 -423 57320 -515 57321 -192 57322 -66 57323 536 57324 204 57325 244 57326 24 57327 -186 57328 -304 57329 -437 57330 -410 57331 204 57332 -133 57333 28 57334 -36 57335 -104 57336 -438 57337 -169 57338 -532 57339 325 57340 236 57341 332 57342 268 57343 21 57344 -61 57345 -459 57346 -585 57347 -82 57348 -144 57349 560 57350 359 57351 104 57352 386 57353 4 57354 -189 57355 -177 57356 -323 57357 203 57358 22 57359 135 57360 367 57361 -195 57362 -259 57363 -579 57364 -5 57365 35 57366 200 57367 115 57368 268 57369 -78 57370 -243 57371 -359 57372 -240 57373 -48 57374 328 57375 450 57376 476 57377 -407 57378 73 57379 -579 57380 -554 57381 -336 57382 -365 57383 144 57384 -9 57385 78 57386 -195 57387 -273 57388 -528 57389 -83 57390 -672 57391 493 57392 -6 57393 589 57394 352 57395 92 57396 231 57397 -176 57398 -37 57399 -228 57400 205 57401 -102 57402 168 57403 -346 57404 -444 57405 -356 57406 -886 57407 109 57408 -316 57409 699 57410 619 57411 218 57412 172 57413 -289 57414 -363 57415 139 57416 -218 57417 414 57418 398 57419 276 57420 369 57421 -246 57422 -334 57423 -333 57424 -458 57425 184 57426 -93 57427 360 57428 155 57429 416 57430 286 57431 162 57432 238 57433 244 57434 492 57435 428 57436 527 57437 -283 57438 -84 57439 -728 57440 -216 57441 -459 57442 -499 57443 78 57444 130 57445 363 57446 -272 57447 -464 57448 -572 57449 15 57450 -315 57451 478 57452 173 57453 608 57454 893 57455 -22 57456 252 57457 -174 57458 -151 57459 141 57460 -38 57461 326 57462 224 57463 267 57464 287 57465 -156 57466 -382 57467 31 57468 -16 57469 -106 57470 308 57471 -25 57472 -92 57473 -653 57474 -476 57475 -217 57476 -204 57477 82 57478 -27 57479 502 57480 -93 57481 -203 57482 -798 57483 419 57484 -510 57485 814 57486 522 57487 899 57488 1088 57489 -91 57490 353 57491 -565 57492 70 57493 -302 57494 -24 57495 -133 57496 349 57497 -45 57498 -238 57499 -611 57500 -364 57501 -13 57502 -323 57503 562 57504 197 57505 -37 57506 298 57507 6 57508 -105 57509 -27 57510 -148 57511 86 57512 152 57513 96 57514 8 57515 -698 57516 -848 57517 -269 57518 -879 57519 237 57520 -122 57521 960 57522 306 57523 364 57524 408 57525 17 57526 -98 57527 123 57528 197 57529 319 57530 743 57531 -13 57532 288 57533 -562 57534 -240 57535 -391 57536 -291 57537 -48 57538 8 57539 -108 57540 -202 57541 -427 57542 -413 57543 89 57544 -197 57545 435 57546 325 57547 325 57548 273 57549 -329 57550 -101 57551 -276 57552 -564 57553 249 57554 52 57555 426 57556 588 57557 75 57558 68 57559 -396 57560 -526 57561 -238 57562 -201 57563 305 57564 240 57565 159 57566 166 57567 -258 57568 -158 57569 -244 57570 -102 57571 252 57572 -68 57573 44 57574 285 57575 -100 57576 23 57577 437 57578 -258 57579 334 57580 358 57581 155 57582 248 57583 -394 57584 -359 57585 -846 57586 -762 57587 -423 57588 -308 57589 436 57590 -185 57591 56 57592 -4 57593 -183 57594 -221 57595 243 57596 -276 57597 304 57598 600 57599 421 57600 774 57601 1 57602 303 57603 -382 57604 -98 57605 -76 57606 -59 57607 -259 57608 21 57609 -335 57610 -457 57611 -662 57612 -578 57613 -180 57614 76 57615 304 57616 146 57617 106 57618 -99 57619 -148 57620 -421 57621 206 57622 82 57623 917 57624 769 57625 467 57626 438 57627 -364 57628 -174 57629 -455 57630 -318 57631 193 57632 -59 57633 84 57634 211 57635 -484 57636 -104 57637 -410 57638 -333 57639 -66 57640 -168 57641 109 57642 393 57643 239 57644 -103 57645 -73 57646 -330 57647 232 57648 367 57649 273 57650 364 57651 -367 57652 -245 57653 -1019 57654 -809 57655 -457 57656 -558 57657 244 57658 40 57659 362 57660 135 57661 226 57662 -393 57663 -126 57664 -341 57665 551 57666 389 57667 762 57668 937 57669 254 57670 317 57671 -506 57672 6 57673 -380 57674 -371 57675 193 57676 -57 57677 -205 57678 -345 57679 -197 57680 -775 57681 -23 57682 -327 57683 531 57684 290 57685 502 57686 122 57687 -34 57688 -252 57689 227 57690 65 57691 540 57692 837 57693 271 57694 580 57695 -724 57696 -79 57697 -976 57698 -772 57699 -569 57700 -339 57701 322 57702 -135 57703 -63 57704 -291 57705 -504 57706 -593 57707 -268 57708 -370 57709 283 57710 -133 57711 398 57712 -198 57713 230 57714 144 57715 363 57716 530 57717 417 57718 995 57719 132 57720 448 57721 -604 57722 -122 57723 -711 57724 -363 57725 -35 57726 68 57727 35 57728 -54 57729 -561 57730 -594 57731 -408 57732 -986 57733 241 57734 -304 57735 1045 57736 246 57737 749 57738 489 57739 359 57740 356 57741 -120 57742 242 57743 149 57744 355 57745 -195 57746 290 57747 -395 57748 -210 57749 -374 57750 -503 57751 165 57752 104 57753 -33 57754 -47 57755 -18 57756 -382 57757 208 57758 -145 57759 471 57760 591 57761 929 57762 890 57763 -50 57764 340 57765 -857 57766 -408 57767 -820 57768 -222 57769 46 57770 -53 57771 78 57772 -153 57773 -201 57774 -600 57775 -284 57776 -445 57777 376 57778 -152 57779 653 57780 -7 57781 579 57782 168 57783 262 57784 341 57785 347 57786 448 57787 102 57788 547 57789 -457 57790 -112 57791 -720 57792 -617 57793 -154 57794 80 57795 -32 57796 199 57797 -216 57798 -442 57799 -588 57800 -1100 57801 -53 57802 -494 57803 636 57804 508 57805 923 57806 365 57807 536 57808 70 57809 -213 57810 -104 57811 266 57812 343 57813 148 57814 409 57815 -59 57816 -34 57817 -177 57818 -422 57819 -10 57820 -186 57821 221 57822 41 57823 -11 57824 -275 57825 -24 57826 -279 57827 562 57828 689 57829 764 57830 1160 57831 133 57832 601 57833 -630 57834 42 57835 -820 57836 128 57837 -34 57838 168 57839 -326 57840 -68 57841 -581 57842 -810 57843 -825 57844 -1160 57845 -151 57846 -835 57847 121 57848 -179 57849 496 57850 -133 57851 811 57852 231 57853 851 57854 571 57855 748 57856 933 57857 48 57858 421 57859 -473 57860 -284 57861 -306 57862 289 57863 5 57864 332 57865 -595 57866 -213 57867 -920 57868 -892 57869 -594 57870 -998 57871 465 57872 -177 57873 680 57874 333 57875 421 57876 69 57877 198 57878 -99 57879 264 57880 348 57881 339 57882 616 57883 199 57884 286 57885 -250 57886 -91 57887 -277 57888 -52 57889 -166 57890 -82 57891 -331 57892 -316 57893 -482 57894 -428 57895 165 57896 -114 57897 1053 57898 853 57899 323 57900 736 57901 -341 57902 -156 57903 -675 57904 -272 57905 -89 57906 121 57907 114 57908 664 57909 -721 57910 -396 57911 -925 57912 -893 57913 -425 57914 -727 57915 480 57916 -693 57917 279 57918 -212 57919 468 57920 -188 57921 592 57922 727 57923 528 57924 672 57925 247 57926 451 57927 -627 57928 -90 57929 -451 57930 -9 57931 -117 57932 520 57933 -363 57934 88 57935 -834 57936 -1068 57937 -666 57938 -1136 57939 172 57940 -494 57941 854 57942 332 57943 631 57944 27 57945 237 57946 33 57947 397 57948 324 57949 333 57950 726 57951 -24 57952 572 57953 -160 57954 221 57955 -481 57956 -43 57957 -379 57958 -201 57959 -728 57960 -513 57961 -424 57962 -1015 57963 -86 57964 -727 57965 872 57966 445 57967 943 57968 706 57969 483 57970 439 57971 -94 57972 29 57973 12 57974 927 57975 139 57976 961 57977 -330 57978 133 57979 -1388 57980 -301 57981 -1524 57982 -759 57983 -160 57984 -673 57985 -49 57986 -867 57987 98 57988 -683 57989 153 57990 -271 57991 606 57992 416 57993 575 57994 511 57995 169 57996 189 57997 200 57998 101 57999 178 58000 546 58001 114 58002 641 58003 -807 58004 -430 58005 -903 58006 -1175 58007 -257 58008 -599 58009 678 58010 184 58011 804 58012 175 58013 341 58014 -102 58015 115 58016 -150 58017 532 58018 737 58019 454 58020 625 58021 -39 58022 615 58023 -467 58024 207 58025 -317 58026 67 58027 -548 58028 -172 58029 -595 58030 -676 58031 -187 58032 -867 58033 758 58034 -210 58035 736 58036 624 58037 661 58038 410 58039 -140 58040 116 58041 295 58042 491 58043 525 58044 1194 58045 -123 58046 940 58047 -956 58048 -165 58049 -1425 58050 -740 58051 -591 58052 -483 58053 -206 58054 -477 58055 24 58056 -601 58057 79 58058 -663 58059 505 58060 -321 58061 715 58062 416 58063 198 58064 -40 58065 -118 58066 9 58067 400 58068 318 58069 56 58070 719 58071 -605 58072 -96 58073 -1307 58074 -1121 58075 -588 58076 -895 58077 419 58078 -506 58079 665 58080 186 58081 444 58082 -330 58083 126 58084 -135 58085 581 58086 240 58087 781 58088 821 58089 439 58090 673 58091 -189 58092 492 58093 -444 58094 215 58095 -369 58096 219 58097 -809 58098 -464 58099 -660 58100 -763 58101 -6 58102 -656 58103 502 58104 -93 58105 475 58106 80 58107 126 58108 -528 58109 531 58110 -123 58111 1411 58112 1083 58113 956 58114 1445 58115 -227 58116 788 58117 -807 58118 -63 58119 -738 58120 -240 58121 -826 58122 -70 58123 -765 58124 -627 58125 -605 58126 -1019 58127 -172 58128 -674 58129 391 58130 -86 58131 414 58132 -300 58133 283 58134 -50 58135 543 58136 472 58137 611 58138 811 58139 -113 58140 387 58141 -819 58142 -710 58143 -638 58144 -787 58145 200 58146 -423 58147 537 58148 116 58149 258 58150 -241 58151 85 58152 -196 58153 73 58154 238 58155 902 58156 631 58157 391 58158 763 58159 -305 58160 347 58161 -386 58162 284 58163 -416 58164 27 58165 -699 58166 -760 58167 -667 58168 -887 58169 -128 58170 -697 58171 704 58172 -118 58173 549 58174 127 58175 286 58176 -318 58177 220 58178 -140 58179 1122 58180 655 58181 823 58182 1409 58183 186 58184 780 58185 -738 58186 24 58187 -851 58188 240 58189 -547 58190 239 58191 -658 58192 -169 58193 -963 58194 -756 58195 -584 58196 -885 58197 92 58198 -712 58199 334 58200 -589 58201 327 58202 -565 58203 703 58204 306 58205 1016 58206 825 58207 441 58208 883 58209 -385 58210 96 58211 -723 58212 -454 58213 -169 58214 -402 58215 124 58216 -66 58217 -204 58218 -411 58219 -278 58220 -888 58221 337 58222 -470 58223 777 58224 482 58225 1139 58226 719 58227 757 58228 544 58229 188 58230 685 58231 -66 58232 599 58233 -393 58234 339 58235 -654 58236 -589 58237 -596 58238 -670 58239 -4 58240 -107 58241 283 58242 -55 58243 27 58244 -430 58245 -253 58246 -556 58247 869 58248 291 58249 1267 58250 1413 58251 532 58252 895 58253 -484 58254 518 58255 -887 58256 178 58257 -364 58258 234 58259 -496 58260 -9 58261 -780 58262 -636 58263 -796 58264 -719 58265 -363 58266 -458 58267 -110 58268 -414 58269 119 58270 -372 58271 80 58272 -365 58273 620 58274 479 58275 728 58276 696 58277 36 58278 -11 58279 -436 58280 -222 58281 -56 58282 -306 58283 283 58284 105 58285 162 58286 60 58287 -488 58288 -810 58289 -479 58290 -696 58291 534 58292 -113 58293 1011 58294 503 58295 469 58296 370 58297 237 58298 289 58299 68 58300 637 58301 -214 58302 225 58303 -407 58304 6 58305 -668 58306 -376 58307 -195 58308 -300 58309 60 58310 -108 58311 -26 58312 -451 58313 -206 58314 -728 58315 403 58316 -176 58317 1305 58318 938 58319 953 58320 837 58321 -111 58322 834 58323 -274 58324 239 58325 -225 58326 559 58327 -26 58328 296 58329 -673 58330 59 58331 -978 58332 -533 58333 -615 58334 -663 58335 -236 58336 -578 58337 -186 58338 -791 58339 53 58340 -587 58341 442 58342 -167 58343 826 58344 555 58345 306 58346 492 58347 -384 58348 -156 58349 -208 58350 -46 58351 -162 58352 395 58353 -62 58354 129 58355 -733 58356 -846 58357 -896 58358 -1450 58359 99 58360 -972 58361 897 58362 -324 58363 918 58364 -204 58365 625 58366 263 58367 742 58368 703 58369 724 58370 943 58371 187 58372 667 58373 -613 58374 424 58375 -642 58376 283 58377 -106 58378 68 58379 -649 58380 -482 58381 -783 58382 -932 58383 -62 58384 -746 58385 693 58386 268 58387 865 58388 450 58389 137 58390 273 58391 -259 58392 -191 58393 -163 58394 80 58395 96 58396 308 58397 -256 58398 2 58399 -675 58400 -577 58401 -41 58402 -437 58403 178 58404 -172 58405 -53 58406 -183 58407 206 58408 -205 58409 238 58410 -152 58411 739 58412 618 58413 63 58414 160 58415 -489 58416 -417 58417 -323 58418 -418 58419 445 58420 252 58421 224 58422 468 58423 -375 58424 -492 58425 -523 58426 -1120 58427 -321 58428 -613 58429 530 58430 -309 58431 508 58432 -30 58433 378 58434 -134 58435 413 58436 67 58437 807 58438 669 58439 415 58440 541 58441 41 58442 511 58443 17 58444 600 58445 3 58446 431 58447 -544 58448 286 58449 -804 58450 -858 58451 -651 58452 -904 58453 74 58454 -352 58455 742 58456 110 58457 434 58458 133 58459 328 58460 -18 58461 228 58462 456 58463 413 58464 1101 58465 -63 58466 923 58467 -680 58468 110 58469 -886 58470 -352 58471 -521 58472 -249 58473 -565 58474 -512 58475 -281 58476 -626 58477 -154 58478 -108 58479 754 58480 515 58481 457 58482 479 58483 44 58484 -125 58485 -814 58486 -137 58487 -370 58488 9 58489 -31 58490 283 58491 -619 58492 -290 58493 -766 58494 -692 58495 -379 58496 -991 58497 568 58498 -275 58499 586 58500 -143 58501 334 58502 -127 58503 299 58504 51 58505 802 58506 115 58507 769 58508 658 58509 327 58510 139 58511 -35 58512 410 58513 133 58514 489 58515 113 58516 464 58517 -392 58518 -130 58519 -878 58520 -415 58521 -144 58522 -25 58523 170 58524 539 58525 -129 58526 -200 58527 -524 58528 -309 58529 -56 58530 -292 58531 527 58532 131 58533 529 58534 537 58535 178 58536 193 58537 -325 58538 -95 58539 -240 58540 289 58541 -116 58542 59 58543 -231 58544 -251 58545 -48 58546 -450 58547 355 58548 314 58549 578 58550 323 58551 246 58552 187 58553 -541 58554 -236 58555 -114 58556 209 58557 324 58558 828 58559 -242 58560 290 58561 -856 58562 -611 58563 -1061 58564 -792 58565 -5 58566 -532 58567 393 58568 -325 58569 380 58570 -492 58571 399 58572 -267 58573 640 58574 -2 58575 636 58576 325 58577 449 58578 619 58579 303 58580 95 58581 71 58582 442 58583 321 58584 715 58585 -577 58586 59 58587 -1121 58588 -595 58589 -486 58590 -464 58591 261 58592 -5 58593 77 58594 101 58595 -180 58596 -306 58597 -137 58598 -275 58599 529 58600 204 58601 782 58602 703 58603 198 58604 359 58605 -387 58606 44 58607 -547 58608 302 58609 -157 58610 316 58611 -524 58612 -38 58613 -503 58614 -347 58615 -54 58616 -142 58617 2 58618 -166 58619 170 58620 -93 58621 -451 58622 -593 58623 -262 58624 -64 58625 366 58626 167 58627 166 58628 425 58629 -613 58630 -98 58631 -568 58632 -814 58633 -82 58634 -333 58635 410 58636 29 58637 153 58638 -19 58639 -133 58640 -301 58641 134 58642 -147 58643 430 58644 424 58645 365 58646 12 58647 110 58648 156 58649 -72 58650 40 58651 367 58652 281 58653 -19 58654 357 58655 -296 58656 -121 58657 -93 58658 -201 58659 394 58660 371 58661 449 58662 391 58663 -170 58664 33 58665 -293 58666 -346 58667 67 58668 -149 58669 503 58670 285 58671 457 58672 603 58673 -242 58674 -90 58675 -345 58676 110 58677 -103 58678 363 58679 -351 58680 250 58681 -574 58682 -440 58683 -381 58684 -205 58685 68 58686 -103 58687 33 58688 -87 58689 -257 58690 -429 58691 104 58692 -392 58693 669 58694 293 58695 499 58696 585 58697 -238 58698 216 58699 -814 58700 -342 58701 -579 58702 -424 58703 -257 58704 -36 58705 11 58706 -507 58707 -308 58708 -521 58709 -194 58710 -265 58711 608 58712 -28 58713 720 58714 268 58715 276 58716 220 58717 125 58718 8 58719 613 58720 538 58721 -35 58722 601 58723 -584 58724 -237 58725 -453 58726 -530 58727 187 58728 -76 58729 474 58730 511 58731 27 58732 395 58733 -237 58734 -216 58735 -38 58736 160 58737 516 58738 523 58739 331 58740 268 58741 -524 58742 -88 58743 -250 58744 -294 58745 -81 58746 332 58747 73 58748 56 58749 -338 58750 77 58751 -414 58752 -157 58753 32 58754 22 58755 106 58756 41 58757 -550 58758 -520 58759 -665 58760 -775 58761 119 58762 -410 58763 718 58764 241 58765 376 58766 -2 58767 -260 58768 -308 58769 -71 58770 -215 58771 765 58772 429 58773 314 58774 436 58775 -362 58776 -133 58777 -282 58778 -617 58779 -8 58780 -142 58781 424 58782 91 58783 -47 58784 -181 58785 -122 58786 -128 58787 217 58788 -49 58789 479 58790 201 58791 -221 58792 -17 58793 -268 58794 -506 58795 -42 58796 -134 58797 507 58798 432 58799 339 58800 -42 58801 -141 58802 -334 58803 46 58804 -129 58805 355 58806 222 58807 434 58808 553 58809 37 58810 483 58811 -543 58812 36 58813 -112 58814 96 58815 -94 58816 -141 58817 -348 58818 132 58819 -779 58820 -457 58821 -18 58822 -194 58823 600 58824 138 58825 11 58826 -118 58827 -224 58828 -407 58829 17 58830 -5 58831 236 58832 505 58833 155 58834 395 58835 -415 58836 -195 58837 -250 58838 -386 58839 229 58840 38 58841 488 58842 395 58843 -32 58844 22 58845 -759 58846 -579 58847 66 58848 -312 58849 29 58850 22 58851 -123 58852 -295 58853 68 58854 -683 58855 143 58856 -106 58857 520 58858 162 58859 399 58860 68 58861 -16 58862 -233 58863 48 58864 -123 58865 705 58866 302 58867 661 58868 647 58869 -102 58870 68 58871 -274 58872 -184 58873 245 58874 234 58875 18 58876 363 58877 -24 58878 322 58879 -420 58880 -155 58881 -418 58882 69 58883 102 58884 219 58885 -217 58886 -6 58887 -450 58888 -371 58889 -71 58890 -303 58891 394 58892 276 58893 241 58894 143 58895 -477 58896 -212 58897 61 58898 -323 58899 200 58900 165 58901 347 58902 533 58903 14 58904 -63 58905 -475 58906 -473 58907 35 58908 -163 58909 122 58910 374 58911 -88 58912 168 58913 -236 58914 -312 58915 55 58916 -198 58917 193 58918 -91 58919 276 58920 -94 58921 12 58922 -257 58923 -170 58924 -228 58925 493 58926 325 58927 37 58928 1 58929 -111 58930 -345 58931 -236 58932 -418 58933 123 58934 109 58935 310 58936 324 58937 -139 58938 -83 58939 -631 58940 -325 58941 26 58942 104 58943 289 58944 387 58945 357 58946 383 58947 -63 58948 76 58949 -413 58950 -190 58951 -115 58952 513 58953 114 58954 281 58955 -167 58956 -463 58957 -435 58958 -346 58959 -199 58960 35 58961 -37 58962 419 58963 -127 58964 -194 58965 -292 58966 -444 58967 218 58968 73 58969 494 58970 738 58971 4 58972 111 58973 -615 58974 -343 58975 -251 58976 -322 58977 294 58978 169 58979 197 58980 136 58981 -251 58982 -398 58983 -98 58984 -318 58985 162 58986 174 58987 170 58988 215 58989 -137 58990 -319 58991 25 58992 -631 58993 88 58994 60 58995 305 58996 104 58997 168 58998 -222 58999 -130 59000 -265 59001 413 59002 122 59003 895 59004 488 59005 207 59006 265 59007 -361 59008 32 59009 -282 59010 -6 59011 259 59012 491 59013 -113 59014 397 59015 -357 59016 64 59017 -488 59018 -144 59019 78 59020 67 59021 180 59022 -157 59023 -184 59024 -183 59025 -380 59026 -587 59027 20 59028 -171 59029 508 59030 -49 59031 -6 59032 -88 59033 -26 59034 -435 59035 206 59036 22 59037 277 59038 500 59039 308 59040 474 59041 -571 59042 -248 59043 -460 59044 -371 59045 23 59046 -349 59047 153 59048 109 59049 -110 59050 -339 59051 -353 59052 -646 59053 382 59054 22 59055 419 59056 210 59057 165 59058 107 59059 -114 59060 23 59061 397 59062 -34 59063 168 59064 364 59065 -279 59066 192 59067 -256 59068 -359 59069 -128 59070 -144 59071 25 59072 260 59073 173 59074 303 59075 -326 59076 -536 59077 -405 59078 -540 59079 433 59080 63 59081 565 59082 479 59083 -13 59084 83 59085 -232 59086 -369 59087 -172 59088 24 59089 475 59090 249 59091 -97 59092 54 59093 -286 59094 -208 59095 62 59096 -64 59097 173 59098 336 59099 -10 59100 151 59101 -114 59102 -286 59103 -211 59104 84 59105 172 59106 430 59107 234 59108 448 59109 -469 59110 150 59111 -765 59112 -307 59113 -415 59114 -126 59115 -106 59116 -186 59117 -259 59118 -372 59119 -151 59120 -722 59121 161 59122 -369 59123 525 59124 223 59125 270 59126 121 59127 103 59128 63 59129 91 59130 54 59131 513 59132 240 59133 209 59134 171 59135 -359 59136 -435 59137 -330 59138 -322 59139 410 59140 473 59141 339 59142 327 59143 176 59144 -245 59145 -250 59146 -529 59147 494 59148 149 59149 563 59150 448 59151 24 59152 422 59153 -238 59154 -164 59155 -43 59156 -62 59157 244 59158 339 59159 34 59160 211 59161 -688 59162 -376 59163 14 59164 -212 59165 77 59166 165 59167 116 59168 7 59169 -121 59170 -332 59171 -200 59172 -357 59173 322 59174 495 59175 343 59176 415 59177 -230 59178 200 59179 -408 59180 -366 59181 -96 59182 -269 59183 177 59184 373 59185 -100 59186 -221 59187 -671 59188 -409 59189 -262 59190 -579 59191 277 59192 -381 59193 329 59194 137 59195 222 59196 -333 59197 178 59198 35 59199 563 59200 408 59201 338 59202 843 59203 -84 59204 167 59205 -346 59206 -124 59207 -121 59208 211 59209 50 59210 -184 59211 -292 59212 -330 59213 -684 59214 -364 59215 18 59216 -580 59217 422 59218 241 59219 452 59220 342 59221 -31 59222 -52 59223 -213 59224 -41 59225 235 59226 232 59227 45 59228 309 59229 -265 59230 149 59231 -525 59232 -139 59233 -148 59234 72 59235 433 59236 148 59237 73 59238 -155 59239 -263 59240 -220 59241 -2 59242 248 59243 404 59244 392 59245 -175 59246 259 59247 -871 59248 -374 59249 -309 59250 -507 59251 -62 59252 70 59253 -25 59254 -182 59255 -477 59256 -546 59257 -208 59258 -601 59259 520 59260 -233 59261 587 59262 280 59263 399 59264 -184 59265 261 59266 -54 59267 383 59268 711 59269 232 59270 508 59271 -302 59272 0 59273 -584 59274 -320 59275 -139 59276 -222 59277 -143 59278 183 59279 -87 59280 -500 59281 -568 59282 -644 59283 -112 59284 -586 59285 249 59286 -180 59287 799 59288 430 59289 176 59290 200 59291 278 59292 69 59293 387 59294 661 59295 270 59296 585 59297 -53 59298 274 59299 -698 59300 -24 59301 -364 59302 -248 59303 205 59304 68 59305 -236 59306 -81 59307 -202 59308 -497 59309 69 59310 -438 59311 742 59312 481 59313 152 59314 263 59315 -195 59316 -15 59317 -97 59318 -5 59319 337 59320 501 59321 375 59322 209 59323 -427 59324 -43 59325 -483 59326 -297 59327 73 59328 -380 59329 119 59330 12 59331 -4 59332 -157 59333 -299 59334 -272 59335 23 59336 -31 59337 490 59338 461 59339 189 59340 453 59341 -187 59342 -26 59343 -264 59344 71 59345 -264 59346 186 59347 -148 59348 61 59349 -421 59350 -683 59351 -316 59352 -749 59353 233 59354 -131 59355 723 59356 156 59357 411 59358 185 59359 39 59360 -201 59361 216 59362 479 59363 474 59364 703 59365 6 59366 431 59367 -666 59368 -41 59369 -691 59370 -418 59371 -333 59372 -7 59373 -121 59374 -55 59375 -80 59376 -622 59377 -87 59378 -289 59379 358 59380 202 59381 598 59382 552 59383 -403 59384 207 59385 -398 59386 -150 59387 136 59388 62 59389 1 59390 316 59391 -219 59392 -92 59393 -481 59394 -290 59395 -196 59396 -192 59397 486 59398 239 59399 401 59400 136 59401 -300 59402 -193 59403 -59 59404 -331 59405 43 59406 276 59407 233 59408 476 59409 -321 59410 21 59411 -167 59412 45 59413 117 59414 420 59415 185 59416 480 59417 -491 59418 -329 59419 -765 59420 -818 59421 8 59422 -402 59423 442 59424 -30 59425 332 59426 -471 59427 -76 59428 -356 59429 271 59430 -129 59431 889 59432 690 59433 599 59434 1125 59435 -236 59436 513 59437 -287 59438 36 59439 -285 59440 59 59441 -431 59442 -62 59443 -974 59444 -584 59445 -658 59446 -664 59447 126 59448 -344 59449 664 59450 120 59451 344 59452 -122 59453 186 59454 70 59455 519 59456 439 59457 670 59458 806 59459 -79 59460 364 59461 -946 59462 -323 59463 -528 59464 -738 59465 217 59466 100 59467 180 59468 217 59469 -188 59470 -217 59471 221 59472 -197 59473 282 59474 282 59475 429 59476 448 59477 40 59478 -142 59479 -442 59480 -280 59481 -11 59482 -58 59483 -51 59484 -66 59485 28 59486 -272 59487 -437 59488 -522 59489 40 59490 -123 59491 441 59492 234 59493 189 59494 151 59495 -214 59496 -83 59497 282 59498 -158 59499 491 59500 469 59501 263 59502 851 59503 -66 59504 18 59505 -258 59506 56 59507 -219 59508 -31 59509 -129 59510 95 59511 -368 59512 -503 59513 -686 59514 -714 59515 -103 59516 -475 59517 328 59518 -105 59519 402 59520 -126 59521 43 59522 -217 59523 227 59524 186 59525 871 59526 1155 59527 602 59528 828 59529 -307 59530 344 59531 -865 59532 -213 59533 -550 59534 -125 59535 -152 59536 -366 59537 -499 59538 -435 59539 -317 59540 -911 59541 243 59542 -268 59543 709 59544 79 59545 596 59546 93 59547 333 59548 -39 59549 61 59550 356 59551 449 59552 657 59553 -66 59554 466 59555 -663 59556 -67 59557 -878 59558 -396 59559 154 59560 -176 59561 150 59562 -9 59563 -302 59564 -776 59565 -306 59566 -478 59567 462 59568 134 59569 748 59570 598 59571 12 59572 369 59573 -90 59574 -91 59575 -276 59576 -22 59577 -79 59578 455 59579 -441 59580 163 59581 -660 59582 -581 59583 -537 59584 -810 59585 34 59586 -335 59587 495 59588 85 59589 179 59590 -226 59591 132 59592 -252 59593 445 59594 611 59595 615 59596 819 59597 -153 59598 428 59599 -684 59600 73 59601 -362 59602 -10 59603 -330 59604 214 59605 -250 59606 -114 59607 -654 59608 -784 59609 -195 59610 -322 59611 448 59612 206 59613 331 59614 497 59615 60 59616 150 59617 109 59618 45 59619 581 59620 442 59621 137 59622 367 59623 -492 59624 -119 59625 -762 59626 -323 59627 -273 59628 -145 59629 179 59630 119 59631 -112 59632 -137 59633 -298 59634 -603 59635 171 59636 -90 59637 415 59638 207 59639 416 59640 310 59641 -35 59642 44 59643 -260 59644 77 59645 33 59646 218 59647 -117 59648 323 59649 -278 59650 -113 59651 -366 59652 -348 59653 -119 59654 -309 59655 287 59656 -157 59657 -239 59658 -558 59659 57 59660 -935 59661 498 59662 -56 59663 845 59664 689 59665 327 59666 486 59667 -502 59668 362 59669 -297 59670 267 59671 -132 59672 691 59673 -309 59674 -110 59675 -905 59676 -810 59677 -599 59678 -960 59679 51 59680 -587 59681 557 59682 -546 59683 541 59684 -117 59685 579 59686 63 59687 810 59688 912 59689 837 59690 819 59691 -225 59692 432 59693 -729 59694 -57 59695 -463 59696 101 59697 -581 59698 -88 59699 -301 59700 -398 59701 -889 59702 -806 59703 -409 59704 -475 59705 358 59706 145 59707 810 59708 217 59709 -180 59710 -106 59711 -220 59712 130 59713 308 59714 534 59715 -54 59716 503 59717 -192 59718 -405 59719 -355 59720 -364 59721 53 59722 -266 59723 172 59724 137 59725 -288 59726 -210 59727 -248 59728 -464 59729 344 59730 83 59731 598 59732 328 59733 371 59734 355 59735 -130 59736 -135 59737 -151 59738 -99 59739 182 59740 282 59741 204 59742 380 59743 -333 59744 -272 59745 -563 59746 -586 59747 -105 59748 -619 59749 516 59750 -146 59751 270 59752 -119 59753 328 59754 -19 59755 675 59756 219 59757 803 59758 942 59759 420 59760 880 59761 -345 59762 413 59763 -307 59764 414 59765 -256 59766 735 59767 -659 59768 -46 59769 -1025 59770 -799 59771 -1229 59772 -1026 59773 74 59774 -608 59775 482 59776 -91 59777 183 59778 -58 59779 204 59780 -236 59781 566 59782 438 59783 561 59784 700 59785 8 59786 407 59787 -1031 59788 -176 59789 -641 59790 -183 59791 -187 59792 -88 59793 -149 59794 -230 59795 -142 59796 -831 59797 -7 59798 -813 59799 844 59800 335 59801 537 59802 366 59803 45 59804 -73 59805 9 59806 3 59807 265 59808 429 59809 313 59810 360 59811 -751 59812 48 59813 -715 59814 -632 59815 -379 59816 -509 59817 -39 59818 -302 59819 135 59820 -252 59821 108 59822 -408 59823 397 59824 -308 59825 622 59826 463 59827 567 59828 356 59829 -63 59830 376 59831 68 59832 570 59833 39 59834 487 59835 -199 59836 948 59837 -701 59838 -357 59839 -1169 59840 -858 59841 -307 59842 -607 59843 133 59844 179 59845 -101 59846 -299 59847 20 59848 -357 59849 495 59850 -189 59851 538 59852 471 59853 276 59854 130 59855 61 59856 291 59857 -404 59858 -110 59859 -288 59860 -195 59861 -198 59862 -115 59863 -456 59864 -684 59865 -309 59866 -615 59867 235 59868 -180 59869 650 59870 295 59871 64 59872 125 59873 -44 59874 -309 59875 -57 59876 31 59877 486 59878 486 59879 83 59880 379 59881 -487 59882 -224 59883 -434 59884 -404 59885 31 59886 -313 59887 81 59888 -177 59889 156 59890 -357 59891 247 59892 -192 59893 694 59894 308 59895 657 59896 584 59897 366 59898 405 59899 108 59900 317 59901 297 59902 961 59903 -317 59904 729 59905 -650 59906 53 59907 -1024 59908 -932 59909 -970 59910 -531 59911 -121 59912 -462 59913 -41 59914 -279 59915 -85 59916 -386 59917 157 59918 -110 59919 530 59920 515 59921 730 59922 917 59923 42 59924 805 59925 -447 59926 598 59927 -360 59928 484 59929 -277 59930 -106 59931 -580 59932 -562 59933 -612 59934 -825 59935 -102 59936 -483 59937 341 59938 -248 59939 349 59940 -238 59941 -115 59942 -337 59943 454 59944 148 59945 869 59946 763 59947 724 59948 526 59949 5 59950 161 59951 -573 59952 -209 59953 -219 59954 -252 59955 199 59956 88 59957 149 59958 -207 59959 63 59960 -338 59961 19 59962 -188 59963 448 59964 35 59965 65 59966 -163 59967 -5 59968 142 59969 114 59970 465 59971 453 59972 753 59973 35 59974 457 59975 -617 59976 -263 59977 -596 59978 -120 59979 -16 59980 169 59981 45 59982 210 59983 35 59984 -275 59985 -445 59986 -560 59987 197 59988 110 59989 561 59990 502 59991 223 59992 620 59993 -327 59994 208 59995 -211 59996 249 59997 -234 59998 19 59999 -337 60000 -269 60001 -779 60002 -548 60003 -127 60004 -1098 60005 400 60006 -423 60007 528 60008 -400 60009 167 60010 -580 60011 360 60012 -313 60013 870 60014 662 60015 1043 60016 1079 60017 -40 60018 312 60019 -850 60020 116 60021 -513 60022 -72 60023 -240 60024 72 60025 -229 60026 -15 60027 -411 60028 -502 60029 -206 60030 -586 60031 468 60032 29 60033 335 60034 -147 60035 290 60036 79 60037 625 60038 420 60039 904 60040 1022 60041 329 60042 811 60043 -729 60044 193 60045 -784 60046 -273 60047 -201 60048 -114 60049 -215 60050 25 60051 -267 60052 -209 60053 -654 60054 -782 60055 -92 60056 -286 60057 625 60058 142 60059 638 60060 355 60061 115 60062 79 60063 -37 60064 -14 60065 -118 60066 507 60067 -178 60068 164 60069 -640 60070 -538 60071 -606 60072 -468 60073 -95 60074 -254 60075 -26 60076 -239 60077 -69 60078 -697 60079 -43 60080 -906 60081 548 60082 28 60083 1189 60084 786 60085 478 60086 621 60087 -62 60088 191 60089 -277 60090 39 60091 -110 60092 246 60093 -226 60094 297 60095 -520 60096 -185 60097 -579 60098 -667 60099 -191 60100 -129 60101 491 60102 -15 60103 14 60104 -374 60105 425 60106 -17 60107 684 60108 359 60109 510 60110 659 60111 -432 60112 77 60113 -415 60114 -236 60115 -55 60116 -20 60117 182 60118 399 60119 -309 60120 -162 60121 -246 60122 -505 60123 -568 60124 -676 60125 116 60126 116 60127 280 60128 310 60129 229 60130 185 60131 -79 60132 -153 60133 -167 60134 264 60135 -237 60136 352 60137 -768 60138 -347 60139 -689 60140 -786 60141 -146 60142 -151 60143 -40 60144 -252 60145 -235 60146 -873 60147 -51 60148 -1042 60149 586 60150 -268 60151 1220 60152 718 60153 537 60154 673 60155 192 60156 361 60157 -103 60158 490 60159 113 60160 707 60161 -92 60162 547 60163 -728 60164 40 60165 -716 60166 -582 60167 -384 60168 -336 60169 -36 60170 -388 60171 -6 60172 -366 60173 319 60174 -132 60175 571 60176 81 60177 517 60178 586 60179 125 60180 244 60181 -387 60182 39 60183 -273 60184 181 60185 147 60186 439 60187 -45 60188 535 60189 -421 60190 -566 60191 -599 60192 -809 60193 -37 60194 -273 60195 546 60196 222 60197 123 60198 127 60199 -176 60200 -189 60201 134 60202 91 60203 178 60204 224 60205 -348 60206 -83 60207 -432 60208 -203 60209 -420 60210 -118 60211 -35 60212 -50 60213 -395 60214 -505 60215 -702 60216 -874 60217 -121 60218 -714 60219 907 60220 -166 60221 452 60222 251 60223 229 60224 -115 60225 -324 60226 -187 60227 203 60228 368 60229 463 60230 429 60231 -10 60232 197 60233 -395 60234 -366 60235 -343 60236 -174 60237 -59 60238 -326 60239 71 60240 -223 60241 58 60242 -302 60243 394 60244 55 60245 668 60246 443 60247 100 60248 353 60249 -263 60250 -40 60251 96 60252 67 60253 97 60254 433 60255 196 60256 363 60257 -548 60258 37 60259 -821 60260 -722 60261 -191 60262 -399 60263 416 60264 1 60265 231 60266 161 60267 218 60268 97 60269 97 60270 82 60271 204 60272 161 60273 41 60274 101 60275 -216 60276 185 60277 -255 60278 22 60279 -224 60280 117 60281 -360 60282 -103 60283 -759 60284 -974 60285 -357 60286 -1041 60287 503 60288 -222 60289 708 60290 39 60291 85 60292 253 60293 -181 60294 -275 60295 563 60296 197 60297 877 60298 618 60299 353 60300 661 60301 -337 60302 237 60303 -393 60304 -81 60305 -200 60306 -194 60307 78 60308 -341 60309 -21 60310 -340 60311 48 60312 -288 60313 344 60314 281 60315 308 60316 441 60317 -130 60318 114 60319 -187 60320 -102 60321 391 60322 558 60323 37 60324 615 60325 -209 60326 299 60327 -751 60328 -630 60329 -704 60330 -526 60331 292 60332 -59 60333 -31 60334 317 60335 41 60336 -217 60337 -344 60338 -208 60339 203 60340 96 60341 218 60342 115 60343 214 60344 38 60345 -24 60346 23 60347 -119 60348 237 60349 5 60350 399 60351 -467 60352 -332 60353 -323 60354 -600 60355 256 60356 -392 60357 277 60358 73 60359 127 60360 -160 60361 -237 60362 -803 60363 96 60364 -347 60365 534 60366 274 60367 830 60368 369 60369 380 60370 161 60371 80 60372 -115 60373 176 60374 -208 60375 -101 60376 194 60377 84 60378 -202 60379 -137 60380 -255 60381 419 60382 357 60383 627 60384 541 60385 148 60386 148 60387 -89 60388 -180 60389 -129 60390 584 60391 200 60392 724 60393 -267 60394 160 60395 -1079 60396 -808 60397 -866 60398 -998 60399 -199 60400 -421 60401 573 60402 -106 60403 2 60404 -584 60405 109 60406 -513 60407 408 60408 290 60409 726 60410 508 60411 284 60412 513 60413 73 60414 334 60415 -208 60416 398 60417 83 60418 229 60419 -489 60420 -268 60421 -665 60422 -564 60423 -499 60424 -348 60425 343 60426 80 60427 366 60428 86 60429 -410 60430 -527 60431 -129 60432 -546 60433 340 60434 3 60435 717 60436 368 60437 314 60438 -33 60439 -96 60440 -473 60441 -116 60442 250 60443 539 60444 186 60445 217 60446 6 60447 67 60448 -134 60449 -52 60450 -23 60451 209 60452 513 60453 -247 60454 28 60455 -119 60456 -498 60457 128 60458 -44 60459 663 60460 548 60461 199 60462 882 60463 -325 60464 -63 60465 -583 60466 -573 60467 -253 60468 -214 60469 288 60470 -22 60471 -5 60472 -38 60473 -404 60474 -440 60475 -87 60476 -278 60477 573 60478 87 60479 298 60480 75 60481 274 60482 250 60483 221 60484 244 60485 36 60486 324 60487 -485 60488 312 60489 -522 60490 -581 60491 -550 60492 -522 60493 147 60494 229 60495 450 60496 7 60497 -484 60498 -554 60499 -269 60500 -1056 60501 211 60502 -299 60503 731 60504 526 60505 412 60506 137 60507 -235 60508 -231 60509 -262 60510 -220 60511 362 60512 -31 60513 236 60514 -115 60515 -29 60516 -3 60517 106 60518 134 60519 288 60520 336 60521 354 60522 247 60523 -163 60524 18 60525 5 60526 155 60527 234 60528 462 60529 277 60530 754 60531 -324 60532 142 60533 -712 60534 -538 60535 -141 60536 -466 60537 211 60538 136 60539 -107 60540 113 60541 -368 60542 -545 60543 -340 60544 -714 60545 81 60546 54 60547 382 60548 179 60549 326 60550 -187 60551 70 60552 56 60553 31 60554 321 60555 17 60556 236 60557 -407 60558 -453 60559 -188 60560 -413 60561 78 60562 159 60563 242 60564 524 60565 -197 60566 -190 60567 -733 60568 -674 60569 -208 60570 -263 60571 547 60572 267 60573 512 60574 278 60575 -27 60576 -45 60577 -299 60578 -412 60579 350 60580 -10 60581 179 60582 177 60583 72 60584 -135 60585 -69 60586 -69 60587 431 60588 -51 60589 -9 60590 241 60591 -194 60592 -328 60593 -507 60594 -249 60595 130 60596 220 60597 795 60598 867 60599 -31 60600 593 60601 -271 60602 -117 60603 -452 60604 -233 60605 281 60606 118 60607 169 60608 313 60609 -423 60610 143 60611 -587 60612 -346 60613 -141 60614 38 60615 45 60616 173 60617 188 60618 233 60619 165 60620 115 60621 390 60622 63 60623 -229 60624 218 60625 -481 60626 -429 60627 -553 60628 -487 60629 -12 60630 -374 60631 477 60632 257 60633 97 60634 57 60635 -312 60636 -559 60637 -121 60638 -498 60639 652 60640 321 60641 515 60642 673 60643 133 60644 324 60645 -255 60646 -261 60647 -121 60648 -318 60649 -184 60650 -122 60651 -225 60652 -183 60653 -363 60654 -284 60655 -311 60656 -56 60657 180 60658 11 60659 395 60660 -193 60661 38 60662 86 60663 -71 60664 179 60665 506 60666 705 60667 75 60668 271 60669 -510 60670 -229 60671 -278 60672 -382 60673 65 60674 130 60675 367 60676 443 60677 -42 60678 463 60679 -325 60680 -344 60681 -405 60682 -101 60683 -122 60684 91 60685 -50 60686 -116 60687 -282 60688 -413 60689 -296 60690 -467 60691 103 60692 -161 60693 181 60694 -419 60695 97 60696 -289 60697 52 60698 69 60699 562 60700 539 60701 226 60702 455 60703 -420 60704 -354 60705 -572 60706 -693 60707 89 60708 238 60709 483 60710 447 60711 62 60712 9 60713 -486 60714 -250 60715 -155 60716 -246 60717 125 60718 121 60719 206 60720 20 60721 -469 60722 -338 60723 -95 60724 -414 60725 6 60726 -18 60727 92 60728 -351 60729 12 60730 -300 60731 218 60732 193 60733 662 60734 409 60735 651 60736 662 60737 -218 60738 -158 60739 -392 60740 -413 60741 -10 60742 -4 60743 425 60744 414 60745 -19 60746 -31 60747 -175 60748 -260 60749 -588 60750 -73 60751 413 60752 314 60753 375 60754 564 60755 -283 60756 144 60757 -469 60758 -61 60759 -484 60760 -219 60761 -304 60762 -103 60763 -513 60764 -738 60765 -321 60766 -467 60767 381 60768 77 60769 461 60770 181 60771 20 60772 -177 60773 -160 60774 -344 60775 236 60776 246 60777 708 60778 538 60779 282 60780 511 60781 -440 60782 -8 60783 -348 60784 -368 60785 2 60786 124 60787 199 60788 175 60789 17 60790 -27 60791 -290 60792 -367 60793 245 60794 71 60795 194 60796 -94 60797 62 60798 -131 60799 121 60800 -363 60801 503 60802 240 60803 639 60804 339 60805 -90 60806 278 60807 -106 60808 -251 60809 148 60810 -239 60811 541 60812 853 60813 53 60814 343 60815 -485 60816 92 60817 -350 60818 -48 60819 -6 60820 122 60821 119 60822 96 60823 -197 60824 223 60825 -221 60826 -139 60827 -164 60828 148 60829 -141 60830 17 60831 -310 60832 -268 60833 -416 60834 -452 60835 156 60836 -3 60837 507 60838 63 60839 221 60840 24 60841 -9 60842 -371 60843 193 60844 -52 60845 713 60846 768 60847 420 60848 398 60849 -279 60850 30 60851 -523 60852 -608 60853 -452 60854 -261 60855 54 60856 -85 60857 -282 60858 -418 60859 -233 60860 -529 60861 -138 60862 -258 60863 39 60864 -8 60865 99 60866 -309 60867 166 60868 -104 60869 782 60870 374 60871 682 60872 653 60873 165 60874 351 60875 -317 60876 -278 60877 -237 60878 -155 60879 348 60880 459 60881 269 60882 641 60883 -625 60884 -77 60885 -447 60886 -361 60887 -193 60888 -147 60889 308 60890 416 60891 -47 60892 81 60893 -319 60894 -72 60895 -61 60896 282 60897 75 60898 90 60899 -335 60900 -90 60901 -580 60902 -488 60903 -119 60904 -290 60905 192 60906 -146 60907 182 60908 -281 60909 -124 60910 -507 60911 -54 60912 -313 60913 524 60914 355 60915 426 60916 591 60917 -175 60918 269 60919 -371 60920 -252 60921 -376 60922 -62 60923 426 60924 92 60925 -123 60926 -179 60927 -262 60928 -373 60929 40 60930 -206 60931 306 60932 122 60933 233 60934 40 60935 169 60936 142 60937 128 60938 71 60939 316 60940 524 60941 77 60942 354 60943 -421 60944 -420 60945 -516 60946 -339 60947 203 60948 196 60949 460 60950 258 60951 -48 60952 -106 60953 -384 60954 -462 60955 -52 60956 -203 60957 494 60958 129 60959 322 60960 14 60961 -105 60962 126 60963 -36 60964 182 60965 65 60966 304 60967 157 60968 116 60969 -340 60970 -220 60971 -605 60972 -339 60973 144 60974 -268 60975 31 60976 94 60977 -385 60978 -678 60979 -223 60980 -402 60981 564 60982 140 60983 899 60984 674 60985 238 60986 255 60987 -155 60988 -92 60989 -102 60990 226 60991 113 60992 338 60993 -276 60994 -53 60995 -477 60996 -451 60997 -291 60998 -644 60999 52 61000 -524 61001 394 61002 -214 61003 496 61004 -125 61005 533 61006 147 61007 584 61008 623 61009 601 61010 812 61011 -293 61012 263 61013 -546 61014 1 61015 -88 61016 99 61017 27 61018 224 61019 -299 61020 2 61021 -721 61022 -658 61023 -172 61024 -281 61025 400 61026 159 61027 557 61028 183 61029 217 61030 158 61031 105 61032 82 61033 156 61034 517 61035 22 61036 467 61037 -160 61038 46 61039 -321 61040 10 61041 -160 61042 139 61043 1 61044 214 61045 -477 61046 -568 61047 -563 61048 -1002 61049 -50 61050 -230 61051 423 61052 364 61053 443 61054 305 61055 -262 61056 -44 61057 -109 61058 -42 61059 211 61060 140 61061 167 61062 358 61063 -225 61064 -146 61065 -368 61066 -233 61067 -142 61068 -124 61069 168 61070 -74 61071 90 61072 -353 61073 81 61074 -384 61075 662 61076 199 61077 549 61078 782 61079 24 61080 526 61081 -476 61082 -89 61083 -176 61084 5 61085 -20 61086 285 61087 -168 61088 -20 61089 -591 61090 -718 61091 -493 61092 -1055 61093 351 61094 -398 61095 599 61096 47 61097 480 61098 205 61099 428 61100 121 61101 614 61102 700 61103 119 61104 722 61105 -82 61106 434 61107 -427 61108 -20 61109 -527 61110 243 61111 -304 61112 -142 61113 -570 61114 -429 61115 -756 61116 -754 61117 -131 61118 -556 61119 295 61120 -220 61121 433 61122 16 61123 305 61124 -135 61125 -10 61126 106 61127 401 61128 390 61129 412 61130 606 61131 -207 61132 205 61133 -617 61134 -214 61135 -709 61136 -345 61137 -23 61138 -58 61139 -83 61140 -611 61141 -180 61142 -714 61143 375 61144 -197 61145 714 61146 437 61147 679 61148 609 61149 57 61150 -21 61151 -62 61152 -117 61153 -115 61154 596 61155 7 61156 335 61157 -546 61158 -419 61159 -804 61160 -811 61161 -254 61162 -591 61163 -14 61164 -19 61165 244 61166 -351 61167 85 61168 -195 61169 292 61170 176 61171 617 61172 517 61173 506 61174 359 61175 -227 61176 126 61177 -398 61178 63 61179 -252 61180 234 61181 -183 61182 92 61183 -791 61184 -771 61185 -348 61186 -844 61187 173 61188 -363 61189 431 61190 218 61191 134 61192 -55 61193 56 61194 -308 61195 436 61196 153 61197 535 61198 835 61199 254 61200 380 61201 -439 61202 230 61203 -307 61204 -258 61205 -288 61206 -22 61207 -55 61208 -157 61209 -178 61210 -661 61211 257 61212 -390 61213 415 61214 78 61215 460 61216 205 61217 278 61218 329 61219 58 61220 53 61221 64 61222 716 61223 225 61224 568 61225 -394 61226 4 61227 -898 61228 -560 61229 -530 61230 -676 61231 -110 61232 -322 61233 408 61234 -538 61235 295 61236 -420 61237 631 61238 -173 61239 1146 61240 413 61241 519 61242 819 61243 334 61244 426 61245 -279 61246 446 61247 -236 61248 419 61249 -521 61250 244 61251 -990 61252 -312 61253 -1086 61254 -1154 61255 -249 61256 -600 61257 479 61258 -118 61259 432 61260 -401 61261 22 61262 -537 61263 406 61264 -3 61265 753 61266 722 61267 591 61268 704 61269 -240 61270 394 61271 -643 61272 28 61273 -372 61274 165 61275 -490 61276 -206 61277 -495 61278 -597 61279 -453 61280 -501 61281 76 61282 -196 61283 594 61284 59 61285 440 61286 16 61287 96 61288 209 61289 372 61290 468 61291 639 61292 849 61293 168 61294 449 61295 -430 61296 -161 61297 -701 61298 -499 61299 -274 61300 -216 61301 9 61302 -299 61303 -42 61304 -460 61305 -139 61306 -417 61307 538 61308 235 61309 779 61310 472 61311 358 61312 249 61313 -61 61314 321 61315 29 61316 232 61317 -15 61318 251 61319 -390 61320 -254 61321 -618 61322 -457 61323 -283 61324 -784 61325 106 61326 -153 61327 158 61328 -135 61329 154 61330 -343 61331 276 61332 1 61333 863 61334 295 61335 564 61336 894 61337 -93 61338 395 61339 -375 61340 81 61341 -377 61342 177 61343 -512 61344 225 61345 -715 61346 -334 61347 -688 61348 -566 61349 -183 61350 -709 61351 460 61352 -232 61353 494 61354 -180 61355 92 61356 -379 61357 487 61358 478 61359 683 61360 803 61361 446 61362 770 61363 -170 61364 199 61365 -642 61366 -100 61367 -466 61368 -243 61369 -115 61370 -125 61371 -702 61372 -703 61373 -389 61374 -812 61375 -24 61376 -367 61377 823 61378 265 61379 736 61380 301 61381 221 61382 384 61383 213 61384 800 61385 343 61386 551 61387 -70 61388 319 61389 -648 61390 -310 61391 -745 61392 -796 61393 -348 61394 -298 61395 83 61396 -133 61397 -54 61398 -259 61399 254 61400 -473 61401 475 61402 57 61403 942 61404 812 61405 476 61406 877 61407 210 61408 544 61409 -145 61410 189 61411 -163 61412 245 61413 -668 61414 158 61415 -683 61416 -375 61417 -492 61418 -716 61419 -157 61420 -207 61421 371 61422 -294 61423 198 61424 -709 61425 87 61426 -222 61427 735 61428 378 61429 750 61430 695 61431 38 61432 340 61433 -530 61434 64 61435 -538 61436 96 61437 -174 61438 354 61439 -611 61440 -70 61441 -762 61442 -552 61443 -383 61444 -471 61445 253 61446 -326 61447 327 61448 -137 61449 340 61450 -92 61451 474 61452 -47 61453 806 61454 666 61455 521 61456 740 61457 -225 61458 41 61459 -731 61460 -289 61461 -436 61462 -66 61463 -88 61464 -133 61465 -402 61466 -585 61467 134 61468 -720 61469 313 61470 -459 61471 938 61472 520 61473 842 61474 641 61475 5 61476 750 61477 -109 61478 757 61479 -56 61480 591 61481 -538 61482 38 61483 -901 61484 -330 61485 -635 61486 -706 61487 -310 61488 -189 61489 -38 61490 -223 61491 123 61492 -590 61493 363 61494 -406 61495 773 61496 216 61497 902 61498 592 61499 328 61500 392 61501 -334 61502 106 61503 -488 61504 290 61505 -369 61506 379 61507 -660 61508 -183 61509 -685 61510 -806 61511 -452 61512 -941 61513 148 61514 -476 61515 174 61516 -291 61517 355 61518 -253 61519 326 61520 -117 61521 693 61522 416 61523 596 61524 820 61525 -157 61526 353 61527 -292 61528 -78 61529 -147 61530 -210 61531 -193 61532 28 61533 42 61534 -170 61535 -779 61536 -832 61537 -282 61538 -630 61539 408 61540 -143 61541 527 61542 215 61543 183 61544 42 61545 242 61546 154 61547 360 61548 521 61549 105 61550 627 61551 -405 61552 -97 61553 -679 61554 -219 61555 -454 61556 -462 61557 185 61558 -179 61559 -239 61560 -275 61561 -14 61562 -623 61563 313 61564 -139 61565 360 61566 395 61567 621 61568 451 61569 -224 61570 245 61571 -125 61572 253 61573 -315 61574 608 61575 -289 61576 441 61577 -417 61578 -202 61579 -1067 61580 -660 61581 -448 61582 -709 61583 100 61584 -378 61585 413 61586 -286 61587 154 61588 -284 61589 514 61590 196 61591 868 61592 583 61593 509 61594 795 61595 -109 61596 558 61597 -238 61598 229 61599 2 61600 322 61601 -452 61602 -250 61603 -785 61604 -633 61605 -681 61606 -1117 61607 66 61608 -491 61609 568 61610 -35 61611 900 61612 -65 61613 479 61614 139 61615 583 61616 868 61617 547 61618 822 61619 -275 61620 571 61621 -500 61622 16 61623 -552 61624 -228 61625 -302 61626 -208 61627 -322 61628 -610 61629 -400 61630 -777 61631 133 61632 -536 61633 622 61634 108 61635 732 61636 372 61637 237 61638 381 61639 79 61640 276 61641 191 61642 374 61643 286 61644 475 61645 -562 61646 -163 61647 -792 61648 -555 61649 -424 61650 -601 61651 27 61652 -466 61653 -24 61654 -266 61655 27 61656 -570 61657 454 61658 -336 61659 701 61660 354 61661 471 61662 342 61663 -97 61664 166 61665 -92 61666 292 61667 -32 61668 658 61669 0 61670 446 61671 -600 61672 -124 61673 -905 61674 -539 61675 -301 61676 -592 61677 49 61678 -43 61679 55 61680 -97 61681 73 61682 -339 61683 592 61684 -291 61685 738 61686 476 61687 661 61688 664 61689 45 61690 386 61691 -196 61692 281 61693 -76 61694 195 61695 -509 61696 -4 61697 -510 61698 -423 61699 -505 61700 -969 61701 315 61702 -102 61703 634 61704 137 61705 214 61706 68 61707 1 61708 150 61709 88 61710 573 61711 178 61712 727 61713 -46 61714 504 61715 -658 61716 -529 61717 -609 61718 -738 61719 -280 61720 -466 61721 -129 61722 -576 61723 114 61724 -506 61725 620 61726 -347 61727 490 61728 194 61729 597 61730 566 61731 336 61732 575 61733 160 61734 284 61735 2 61736 318 61737 13 61738 482 61739 -508 61740 -100 61741 -704 61742 -727 61743 -415 61744 -469 61745 7 61746 -60 61747 522 61748 -326 61749 299 61750 -255 61751 275 61752 -349 61753 439 61754 328 61755 413 61756 597 61757 190 61758 266 61759 -37 61760 368 61761 -213 61762 229 61763 221 61764 212 61765 -595 61766 -197 61767 -814 61768 -777 61769 -390 61770 -502 61771 177 61772 -238 61773 61 61774 -338 61775 -117 61776 -380 61777 443 61778 -242 61779 549 61780 647 61781 570 61782 346 61783 -130 61784 256 61785 -144 61786 -116 61787 -101 61788 -126 61789 -283 61790 -188 61791 -384 61792 -318 61793 -577 61794 -613 61795 88 61796 -285 61797 541 61798 58 61799 356 61800 54 61801 300 61802 152 61803 245 61804 697 61805 327 61806 697 61807 -401 61808 273 61809 -628 61810 -497 61811 -669 61812 -477 61813 -85 61814 -390 61815 40 61816 -286 61817 -70 61818 -133 61819 77 61820 -312 61821 415 61822 49 61823 625 61824 696 61825 559 61826 435 61827 133 61828 151 61829 69 61830 468 61831 -120 61832 674 61833 -307 61834 -27 61835 -669 61836 -274 61837 -445 61838 -498 61839 283 61840 -193 61841 -9 61842 -211 61843 51 61844 -159 61845 -10 61846 -106 61847 837 61848 160 61849 563 61850 737 61851 36 61852 569 61853 -443 61854 -123 61855 -216 61856 238 61857 -148 61858 249 61859 -357 61860 -373 61861 -530 61862 -811 61863 -219 61864 -570 61865 538 61866 -141 61867 389 61868 171 61869 336 61870 202 61871 176 61872 138 61873 797 61874 519 61875 170 61876 600 61877 -478 61878 -293 61879 -388 61880 -594 61881 -257 61882 -47 61883 -236 61884 23 61885 -125 61886 -275 61887 -105 61888 -755 61889 172 61890 -130 61891 550 61892 304 61893 669 61894 485 61895 -23 61896 275 61897 -69 61898 261 61899 391 61900 476 61901 -301 61902 76 61903 -466 61904 149 61905 -744 61906 -220 61907 -479 61908 31 61909 -114 61910 -429 61911 -245 61912 -666 61913 -383 61914 -678 61915 126 61916 116 61917 879 61918 543 61919 199 61920 202 61921 -173 61922 133 61923 -47 61924 -76 61925 97 61926 327 61927 -276 61928 92 61929 -635 61930 -379 61931 -611 61932 -831 61933 29 61934 -392 61935 205 61936 -442 61937 573 61938 -198 61939 443 61940 -180 61941 418 61942 209 61943 364 61944 793 61945 -30 61946 -16 61947 -348 61948 -371 61949 28 61950 -224 61951 -95 61952 -40 61953 39 61954 -238 61955 -367 61956 -737 61957 19 61958 -501 61959 571 61960 7 61961 573 61962 426 61963 207 61964 293 61965 -78 61966 370 61967 357 61968 351 61969 -111 61970 424 61971 -547 61972 -232 61973 -611 61974 -302 61975 -308 61976 -117 61977 -55 61978 -115 61979 -190 61980 -512 61981 -184 61982 -364 61983 233 61984 45 61985 689 61986 439 61987 273 61988 332 61989 -39 61990 40 61991 -229 61992 31 61993 142 61994 498 61995 -49 61996 151 61997 -626 61998 -169 61999 -682 62000 -339 62001 -174 62002 -489 62003 -153 62004 -414 62005 -258 62006 -680 62007 -166 62008 -651 62009 585 62010 -150 62011 802 62012 327 62013 609 62014 207 62015 -261 62016 -73 62017 115 62018 186 62019 5 62020 426 62021 59 62022 104 62023 -616 62024 -313 62025 -465 62026 -770 62027 91 62028 -316 62029 274 62030 151 62031 312 62032 135 62033 69 62034 -31 62035 446 62036 358 62037 464 62038 693 62039 -234 62040 539 62041 -535 62042 -269 62043 -476 62044 87 62045 -16 62046 -238 62047 -72 62048 -240 62049 -395 62050 -452 62051 -21 62052 -440 62053 667 62054 42 62055 450 62056 339 62057 19 62058 160 62059 -134 62060 288 62061 -56 62062 496 62063 192 62064 617 62065 -204 62066 70 62067 -481 62068 -338 62069 -373 62070 -533 62071 -63 62072 -191 62073 70 62074 -269 62075 -268 62076 -760 62077 141 62078 -337 62079 286 62080 360 62081 162 62082 392 62083 -161 62084 -281 62085 26 62086 95 62087 168 62088 246 62089 129 62090 155 62091 -399 62092 -135 62093 -667 62094 -610 62095 40 62096 -307 62097 112 62098 -70 62099 228 62100 -152 62101 14 62102 -8 62103 166 62104 167 62105 319 62106 423 62107 165 62108 425 62109 -421 62110 -8 62111 -315 62112 32 62113 -232 62114 150 62115 -287 62116 -290 62117 -450 62118 -607 62119 -390 62120 -463 62121 292 62122 -71 62123 750 62124 435 62125 356 62126 214 62127 39 62128 189 62129 19 62130 234 62131 459 62132 522 62133 -28 62134 419 62135 -469 62136 -373 62137 -650 62138 -298 62139 -475 62140 -249 62141 -120 62142 -308 62143 -364 62144 -592 62145 -206 62146 -808 62147 153 62148 6 62149 419 62150 -227 62151 59 62152 -364 62153 -25 62154 -4 62155 629 62156 556 62157 333 62158 751 62159 -225 62160 177 62161 -635 62162 -266 62163 -435 62164 -325 62165 140 62166 -192 62167 -196 62168 26 62169 -233 62170 -290 62171 -82 62172 -342 62173 412 62174 231 62175 502 62176 474 62177 142 62178 177 62179 50 62180 137 62181 128 62182 206 62183 -148 62184 90 62185 -301 62186 -372 62187 -379 62188 -623 62189 147 62190 -114 62191 302 62192 125 62193 178 62194 307 62195 -137 62196 -179 62197 249 62198 105 62199 489 62200 289 62201 -4 62202 298 62203 -334 62204 215 62205 -250 62206 -282 62207 -174 62208 -143 62209 -163 62210 -89 62211 -114 62212 -223 62213 -331 62214 -377 62215 47 62216 -41 62217 305 62218 40 62219 132 62220 20 62221 -15 62222 -138 62223 409 62224 420 62225 107 62226 170 62227 42 62228 -85 62229 -435 62230 -430 62231 -463 62232 -768 62233 -119 62234 -361 62235 110 62236 46 62237 108 62238 -152 62239 103 62240 -446 62241 299 62242 120 62243 732 62244 265 62245 263 62246 412 62247 173 62248 270 62249 442 62250 560 62251 -13 62252 466 62253 -231 62254 70 62255 -637 62256 -239 62257 -186 62258 -187 62259 255 62260 91 62261 228 62262 -69 62263 36 62264 -280 62265 -33 62266 -246 62267 183 62268 74 62269 511 62270 391 62271 241 62272 243 62273 -575 62274 97 62275 -177 62276 123 62277 -263 62278 207 62279 -256 62280 -321 62281 -280 62282 -671 62283 -370 62284 -268 62285 493 62286 58 62287 1 62288 -77 62289 165 62290 -142 62291 -29 62292 78 62293 552 62294 612 62295 249 62296 99 62297 -376 62298 -256 62299 -503 62300 -274 62301 -140 62302 -95 62303 156 62304 237 62305 -27 62306 -295 62307 -203 62308 -317 62309 -58 62310 -332 62311 429 62312 184 62313 352 62314 640 62315 72 62316 233 62317 305 62318 481 62319 259 62320 490 62321 -135 62322 129 62323 -616 62324 -68 62325 -453 62326 -411 62327 -58 62328 6 62329 273 62330 -8 62331 -213 62332 -457 62333 -152 62334 -467 62335 73 62336 113 62337 641 62338 358 62339 311 62340 90 62341 -359 62342 182 62343 -258 62344 107 62345 -361 62346 253 62347 97 62348 -199 62349 -147 62350 -177 62351 -268 62352 -248 62353 185 62354 106 62355 193 62356 -253 62357 -319 62358 -121 62359 26 62360 -58 62361 282 62362 142 62363 261 62364 337 62365 -432 62366 171 62367 -516 62368 -461 62369 -102 62370 -263 62371 204 62372 78 62373 163 62374 -279 62375 -122 62376 -651 62377 -230 62378 -619 62379 678 62380 -170 62381 361 62382 227 62383 503 62384 229 62385 383 62386 312 62387 443 62388 490 62389 143 62390 463 62391 -403 62392 310 62393 -158 62394 273 62395 -141 62396 185 62397 -252 62398 -19 62399 -542 62400 -622 62401 -538 62402 -728 62403 -86 62404 -406 62405 460 62406 375 62407 506 62408 229 62409 101 62410 -25 62411 -64 62412 108 62413 215 62414 332 62415 314 62416 295 62417 -288 62418 -11 62419 -407 62420 -364 62421 -169 62422 -73 62423 1 62424 -264 62425 -53 62426 -290 62427 -133 62428 -213 62429 449 62430 210 62431 383 62432 526 62433 -86 62434 -7 62435 -256 62436 -476 62437 -297 62438 -70 62439 197 62440 204 62441 86 62442 -241 62443 -306 62444 -188 62445 -235 62446 -533 62447 271 62448 -75 62449 402 62450 193 62451 381 62452 -47 62453 40 62454 -44 62455 190 62456 417 62457 274 62458 511 62459 -144 62460 -6 62461 -129 62462 81 62463 -114 62464 31 62465 70 62466 406 62467 -260 62468 153 62469 -548 62470 -530 62471 -343 62472 -129 62473 303 62474 25 62475 311 62476 304 62477 -4 62478 67 62479 -388 62480 -267 62481 91 62482 324 62483 182 62484 380 62485 -180 62486 181 62487 16 62488 -365 62489 -55 62490 -166 62491 -239 62492 -13 62493 -126 62494 -269 62495 -119 62496 -237 62497 237 62498 38 62499 336 62500 469 62501 -134 62502 92 62503 -486 62504 -405 62505 -68 62506 -12 62507 267 62508 398 62509 122 62510 268 62511 -191 62512 -152 62513 -752 62514 -760 62515 -185 62516 -157 62517 461 62518 -40 62519 251 62520 -41 62521 201 62522 -234 62523 603 62524 40 62525 229 62526 378 62527 111 62528 329 62529 44 62530 55 62531 147 62532 55 62533 400 62534 891 62535 -72 62536 546 62537 -581 62538 -293 62539 -861 62540 -336 62541 302 62542 159 62543 231 62544 173 62545 40 62546 -47 62547 -399 62548 -110 62549 -254 62550 79 62551 206 62552 213 62553 -58 62554 299 62555 -421 62556 -257 62557 -176 62558 27 62559 -64 62560 -39 62561 -254 62562 -37 62563 54 62564 -243 62565 17 62566 -138 62567 556 62568 224 62569 242 62570 55 62571 -263 62572 -350 62573 -276 62574 -99 62575 207 62576 107 62577 415 62578 249 62579 -109 62580 -105 62581 -248 62582 -511 62583 -333 62584 -402 62585 448 62586 180 62587 306 62588 154 62589 137 62590 -33 62591 -99 62592 176 62593 159 62594 -254 62595 112 62596 69 62597 -218 62598 -275 62599 -187 62600 -69 62601 349 62602 257 62603 223 62604 146 62605 -176 62606 -261 62607 -352 62608 -393 62609 304 62610 43 62611 394 62612 538 62613 40 62614 233 62615 -376 62616 -192 62617 -417 62618 -33 62619 311 62620 316 62621 53 62622 237 62623 -120 62624 41 62625 -341 62626 76 62627 -285 62628 -85 62629 -187 62630 132 62631 -384 62632 -426 62633 -317 62634 -366 62635 365 62636 -221 62637 409 62638 123 62639 155 62640 -224 62641 -95 62642 -310 62643 387 62644 -89 62645 593 62646 773 62647 -51 62648 626 62649 -401 62650 -63 62651 -859 62652 -438 62653 -334 62654 -284 62655 94 62656 69 62657 -164 62658 -265 62659 -88 62660 -459 62661 42 62662 32 62663 327 62664 -51 62665 24 62666 49 62667 225 62668 129 62669 349 62670 11 62671 210 62672 91 62673 -26 62674 -127 62675 -283 62676 -270 62677 209 62678 95 62679 737 62680 551 62681 225 62682 365 62683 -404 62684 230 62685 -304 62686 -190 62687 -90 62688 -64 62689 -51 62690 298 62691 -639 62692 -177 62693 -587 62694 -563 62695 -348 62696 -346 62697 -154 62698 -172 62699 46 62700 -273 62701 -212 62702 -291 62703 316 62704 15 62705 361 62706 189 62707 21 62708 33 62709 -64 62710 -624 62711 -91 62712 9 62713 125 62714 405 62715 174 62716 326 62717 -221 62718 -186 62719 -704 62720 -105 62721 -204 62722 -111 62723 100 62724 169 62725 -37 62726 -348 62727 -438 62728 -319 62729 -133 62730 -147 62731 269 62732 -50 62733 181 62734 -208 62735 134 62736 -97 62737 255 62738 22 62739 119 62740 313 62741 -75 62742 16 62743 -194 62744 -208 62745 26 62746 -135 62747 478 62748 450 62749 179 62750 533 62751 -107 62752 16 62753 -349 62754 -10 62755 157 62756 148 62757 180 62758 576 62759 -336 62760 90 62761 -481 62762 179 62763 -709 62764 -184 62765 -214 62766 -278 62767 -171 62768 -512 62769 -311 62770 -520 62771 133 62772 -454 62773 402 62774 209 62775 -161 62776 -63 62777 -187 62778 -433 62779 -147 62780 -380 62781 599 62782 38 62783 248 62784 553 62785 -39 62786 54 62787 -406 62788 -335 62789 -249 62790 -144 62791 446 62792 164 62793 152 62794 302 62795 -375 62796 50 62797 -480 62798 -102 62799 6 62800 -84 62801 -104 62802 80 62803 17 62804 -345 62805 -77 62806 -171 62807 238 62808 204 62809 81 62810 347 62811 -392 62812 -264 62813 24 62814 -474 62815 223 62816 387 62817 493 62818 526 62819 60 62820 123 62821 -488 62822 -245 62823 -36 62824 -14 62825 330 62826 269 62827 33 62828 115 62829 -467 62830 -413 62831 -509 62832 -423 62833 -199 62834 -421 62835 -31 62836 -350 62837 153 62838 -140 62839 104 62840 -280 62841 299 62842 490 62843 223 62844 137 62845 -125 62846 85 62847 -167 62848 -95 62849 67 62850 314 62851 256 62852 440 62853 -290 62854 -13 62855 -586 62856 -439 62857 -149 62858 -291 62859 345 62860 5 62861 238 62862 326 62863 -215 62864 -184 62865 -427 62866 -306 62867 52 62868 -55 62869 8 62870 -64 62871 -113 62872 -325 62873 61 62874 34 62875 247 62876 140 62877 231 62878 98 62879 -184 62880 -392 62881 -245 62882 -491 62883 119 62884 141 62885 565 62886 330 62887 180 62888 174 62889 -294 62890 -548 62891 -360 62892 -312 62893 379 62894 169 62895 362 62896 339 62897 61 62898 53 62899 -303 62900 -73 62901 -99 62902 -172 62903 -158 62904 -77 62905 -197 62906 -191 62907 -146 62908 -364 62909 329 62910 261 62911 168 62912 201 62913 -37 62914 63 62915 -223 62916 -214 62917 111 62918 -98 62919 345 62920 514 62921 -132 62922 -152 62923 -511 62924 -560 62925 -431 62926 -509 62927 383 62928 -213 62929 827 62930 291 62931 254 62932 391 62933 39 62934 221 62935 292 62936 298 62937 169 62938 310 62939 -45 62940 219 62941 -305 62942 56 62943 -43 62944 50 62945 -82 62946 110 62947 -91 62948 -404 62949 -420 62950 -622 62951 -118 62952 -13 62953 383 62954 510 62955 281 62956 122 62957 -180 62958 -106 62959 -192 62960 -356 62961 111 62962 -70 62963 286 62964 309 62965 -135 62966 190 62967 -52 62968 -23 62969 -19 62970 58 62971 86 62972 111 62973 -132 62974 82 62975 -125 62976 102 62977 -104 62978 72 62979 1 62980 371 62981 -320 62982 33 62983 -259 62984 -198 62985 141 62986 -65 62987 244 62988 576 62989 58 62990 510 62991 -285 62992 -379 62993 -499 62994 -482 62995 -71 62996 -36 62997 -141 62998 99 62999 136 63000 -223 63001 -134 63002 -153 63003 -174 63004 -263 63005 416 63006 91 63007 246 63008 319 63009 83 63010 94 63011 235 63012 308 63013 -282 63014 301 63015 -25 63016 12 63017 -195 63018 -531 63019 -227 63020 -331 63021 176 63022 -49 63023 550 63024 259 63025 -209 63026 116 63027 -171 63028 -73 63029 153 63030 62 63031 654 63032 366 63033 46 63034 283 63035 -57 63036 -28 63037 -240 63038 -411 63039 -67 63040 -27 63041 46 63042 75 63043 55 63044 -127 63045 305 63046 44 63047 102 63048 418 63049 -75 63050 397 63051 -124 63052 -264 63053 -612 63054 -243 63055 47 63056 306 63057 212 63058 370 63059 -240 63060 -234 63061 -714 63062 -796 63063 -181 63064 -230 63065 430 63066 -223 63067 371 63068 39 63069 -34 63070 -537 63071 254 63072 -202 63073 283 63074 304 63075 793 63076 280 63077 149 63078 542 63079 -160 63080 531 63081 91 63082 531 63083 -364 63084 280 63085 -611 63086 -426 63087 -548 63088 -485 63089 -52 63090 -124 63091 127 63092 54 63093 -55 63094 -345 63095 -215 63096 -623 63097 81 63098 -512 63099 212 63100 136 63101 466 63102 584 63103 153 63104 290 63105 -249 63106 -173 63107 -159 63108 202 63109 -83 63110 -13 63111 -164 63112 15 63113 -130 63114 -139 63115 -346 63116 413 63117 156 63118 375 63119 -370 63120 -120 63121 -173 63122 -535 63123 223 63124 -22 63125 282 63126 581 63127 -104 63128 51 63129 -362 63130 -311 63131 -311 63132 -202 63133 29 63134 -21 63135 152 63136 77 63137 198 63138 -158 63139 89 63140 -263 63141 146 63142 -176 63143 452 63144 306 63145 99 63146 297 63147 20 63148 125 63149 137 63150 329 63151 -8 63152 129 63153 -478 63154 -37 63155 -533 63156 -626 63157 -219 63158 -450 63159 142 63160 103 63161 -96 63162 -135 63163 -572 63164 -593 63165 45 63166 -368 63167 553 63168 395 63169 600 63170 645 63171 -7 63172 214 63173 -299 63174 -80 63175 -185 63176 210 63177 17 63178 -60 63179 133 63180 54 63181 -182 63182 -148 63183 -27 63184 132 63185 147 63186 4 63187 79 63188 109 63189 -90 63190 -439 63191 6 63192 253 63193 432 63194 305 63195 176 63196 468 63197 -605 63198 -184 63199 -530 63200 -506 63201 7 63202 -122 63203 451 63204 270 63205 125 63206 -273 63207 -137 63208 -591 63209 160 63210 -331 63211 447 63212 70 63213 132 63214 153 63215 -97 63216 3 63217 120 63218 326 63219 345 63220 390 63221 -289 63222 197 63223 -377 63224 -223 63225 -233 63226 -297 63227 197 63228 145 63229 153 63230 38 63231 -547 63232 -470 63233 -500 63234 -417 63235 318 63236 36 63237 451 63238 363 63239 309 63240 33 63241 -234 63242 27 63243 -116 63244 121 63245 198 63246 307 63247 96 63248 -101 63249 -479 63250 -275 63251 -495 63252 -307 63253 37 63254 -17 63255 7 63256 -71 63257 -134 63258 -330 63259 7 63260 62 63261 254 63262 534 63263 344 63264 418 63265 -115 63266 -93 63267 -579 63268 -393 63269 -119 63270 45 63271 371 63272 446 63273 -166 63274 -142 63275 -269 63276 -114 63277 -247 63278 -249 63279 361 63280 23 63281 374 63282 53 63283 208 63284 13 63285 -38 63286 141 63287 351 63288 217 63289 -46 63290 182 63291 -415 63292 -398 63293 -391 63294 -178 63295 29 63296 31 63297 4 63298 190 63299 -192 63300 -299 63301 -299 63302 -494 63303 111 63304 -218 63305 728 63306 463 63307 378 63308 443 63309 -62 63310 -19 63311 -78 63312 -72 63313 -20 63314 101 63315 101 63316 287 63317 -559 63318 -23 63319 -637 63320 -95 63321 35 63322 -428 63323 -76 63324 -317 63325 -127 63326 -422 63327 9 63328 -494 63329 550 63330 372 63331 598 63332 547 63333 -17 63334 464 63335 -340 63336 -163 63337 -109 63338 -4 63339 243 63340 325 63341 -178 63342 569 63343 -568 63344 -432 63345 -665 63346 -410 63347 -325 63348 -80 63349 184 63350 65 63351 -17 63352 30 63353 113 63354 -202 63355 324 63356 423 63357 230 63358 315 63359 47 63360 -11 63361 -143 63362 16 63363 -2 63364 346 63365 192 63366 291 63367 -441 63368 29 63369 -410 63370 -318 63371 -355 63372 -162 63373 381 63374 222 63375 367 63376 174 63377 -200 63378 -232 63379 -67 63380 -196 63381 34 63382 53 63383 288 63384 300 63385 3 63386 184 63387 -528 63388 -189 63389 -310 63390 -67 63391 42 63392 -258 63393 34 63394 -223 63395 -266 63396 -384 63397 49 63398 -128 63399 352 63400 345 63401 138 63402 352 63403 -196 63404 -70 63405 -123 63406 -110 63407 147 63408 470 63409 161 63410 383 63411 -356 63412 135 63413 -695 63414 -412 63415 -196 63416 -107 63417 81 63418 -329 63419 -11 63420 -112 63421 -173 63422 -121 63423 236 63424 33 63425 300 63426 182 63427 34 63428 -56 63429 -205 63430 46 63431 -88 63432 2 63433 33 63434 213 63435 -197 63436 -130 63437 -98 63438 -357 63439 -65 63440 -276 63441 223 63442 263 63443 260 63444 450 63445 -73 63446 0 63447 23 63448 -198 63449 -222 63450 151 63451 88 63452 270 63453 133 63454 -22 63455 -366 63456 -176 63457 -259 63458 -367 63459 0 63460 -30 63461 -122 63462 -434 63463 -323 63464 -473 63465 99 63466 -416 63467 819 63468 126 63469 313 63470 213 63471 -66 63472 -44 63473 -88 63474 247 63475 190 63476 362 63477 406 63478 500 63479 -316 63480 312 63481 -791 63482 -580 63483 -394 63484 -91 63485 -101 63486 67 63487 -209 63488 -42 63489 -108 63490 -320 63491 30 63492 -240 63493 200 63494 -188 63495 255 63496 13 63497 11 63498 -58 63499 -49 63500 -113 63501 343 63502 599 63503 252 63504 552 63505 -279 63506 -186 63507 -456 63508 -262 63509 146 63510 -202 63511 -27 63512 262 63513 6 63514 119 63515 -384 63516 -390 63517 -40 63518 -159 63519 338 63520 174 63521 125 63522 235 63523 -215 63524 -307 63525 -474 63526 -121 63527 -16 63528 391 63529 -27 63530 66 63531 -381 63532 -306 63533 -18 63534 -392 63535 373 63536 -227 63537 292 63538 401 63539 -114 63540 -115 63541 -367 63542 -86 63543 -22 63544 304 63545 410 63546 449 63547 -233 63548 -142 63549 -507 63550 -357 63551 -470 63552 -562 63553 156 63554 -210 63555 193 63556 -158 63557 20 63558 -529 63559 76 63560 -206 63561 230 63562 419 63563 288 63564 108 63565 -105 63566 69 63567 -207 63568 256 63569 87 63570 266 63571 45 63572 187 63573 -94 63574 -56 63575 -340 63576 -476 63577 -310 63578 2 63579 117 63580 118 63581 63 63582 318 63583 -407 63584 -446 63585 -299 63586 -200 63587 280 63588 352 63589 259 63590 262 63591 -240 63592 -183 63593 -101 63594 -87 63595 246 63596 47 63597 138 63598 168 63599 -202 63600 5 63601 -367 63602 -373 63603 -24 63604 -173 63605 54 63606 -262 63607 -174 63608 44 63609 -93 63610 -428 63611 183 63612 -234 63613 764 63614 170 63615 371 63616 375 63617 -113 63618 -192 63619 -240 63620 62 63621 164 63622 167 63623 -98 63624 127 63625 0 63626 14 63627 -153 63628 -126 63629 10 63630 8 63631 182 63632 110 63633 -101 63634 79 63635 -265 63636 139 63637 -123 63638 360 63639 210 63640 577 63641 13 63642 116 63643 -285 63644 -379 63645 -231 63646 -505 63647 54 63648 -24 63649 241 63650 122 63651 86 63652 -221 63653 31 63654 -145 63655 75 63656 205 63657 356 63658 352 63659 -272 63660 -9 63661 -203 63662 -40 63663 129 63664 -134 63665 -150 63666 -192 63667 -42 63668 -179 63669 -71 63670 -240 63671 -28 63672 -60 63673 474 63674 275 63675 137 63676 343 63677 -178 63678 -218 63679 -290 63680 -159 63681 -172 63682 87 63683 64 63684 234 63685 -137 63686 -148 63687 -82 63688 -214 63689 52 63690 71 63691 217 63692 409 63693 18 63694 157 63695 -168 63696 -2 63697 -136 63698 -125 63699 280 63700 280 63701 177 63702 -87 63703 -194 63704 -204 63705 -96 63706 -64 63707 64 63708 404 63709 61 63710 204 63711 103 63712 -122 63713 -268 63714 -437 63715 -130 63716 104 63717 -114 63718 80 63719 -413 63720 -268 63721 -666 63722 -633 63723 151 63724 -250 63725 298 63726 40 63727 59 63728 162 63729 119 63730 -168 63731 -174 63732 54 63733 404 63734 259 63735 186 63736 221 63737 -274 63738 -218 63739 -140 63740 -173 63741 58 63742 2 63743 -85 63744 76 63745 -386 63746 -413 63747 -342 63748 -263 63749 267 63750 42 63751 277 63752 266 63753 265 63754 -44 63755 -378 63756 -354 63757 31 63758 84 63759 126 63760 72 63761 188 63762 235 63763 375 63764 25 63765 -145 63766 103 63767 275 63768 256 63769 21 63770 161 63771 -132 63772 -62 63773 -241 63774 -33 63775 15 63776 228 63777 -66 63778 229 63779 -292 63780 -320 63781 -477 63782 -433 63783 -205 63784 -185 63785 201 63786 316 63787 47 63788 125 63789 -208 63790 -93 63791 16 63792 -206 63793 216 63794 184 63795 158 63796 144 63797 -71 63798 267 63799 -536 63800 136 63801 194 63802 229 63803 -118 63804 125 63805 -165 63806 -266 63807 -232 63808 -351 63809 33 63810 -26 63811 273 63812 92 63813 -102 63814 -217 63815 -122 63816 -416 63817 194 63818 -87 63819 252 63820 195 63821 11 63822 221 63823 -230 63824 -207 63825 71 63826 -339 63827 85 63828 325 63829 345 63830 366 63831 141 63832 109 63833 -307 63834 -132 63835 182 63836 35 63837 -98 63838 110 63839 -179 63840 97 63841 -323 63842 -120 63843 126 63844 -80 63845 -9 63846 146 63847 -152 63848 -17 63849 -144 63850 -364 63851 -214 63852 -12 63853 48 63854 204 63855 315 63856 179 63857 -432 63858 -262 63859 -352 63860 -100 63861 191 63862 -15 63863 138 63864 330 63865 -119 63866 -36 63867 -235 63868 -292 63869 5 63870 76 63871 -16 63872 52 63873 -189 63874 -126 63875 -352 63876 -19 63877 -145 63878 -18 63879 311 63880 244 63881 159 63882 -141 63883 -56 63884 -315 63885 123 63886 -196 63887 477 63888 379 63889 119 63890 355 63891 -294 63892 -192 63893 -255 63894 -20 63895 88 63896 344 63897 422 63898 254 63899 61 63900 29 63901 -134 63902 7 63903 176 63904 -41 63905 467 63906 170 63907 -13 63908 421 63909 -127 63910 207 63911 -43 63912 -28 63913 182 63914 221 63915 -22 63916 -91 63917 -596 63918 -334 63919 -347 63920 -159 63921 363 63922 13 63923 214 63924 36 63925 149 63926 -44 63927 3 63928 -99 63929 -140 63930 262 63931 233 63932 147 63933 -132 63934 -33 63935 -173 63936 -179 63937 -152 63938 -79 63939 -27 63940 60 63941 -185 63942 105 63943 -332 63944 -301 63945 76 63946 -205 63947 398 63948 67 63949 37 63950 -172 63951 -233 63952 -298 63953 -44 63954 -348 63955 253 63956 15 63957 485 63958 154 63959 -90 63960 -163 63961 62 63962 -331 63963 289 63964 246 63965 260 63966 509 63967 -56 63968 258 63969 -148 63970 -118 63971 -71 63972 166 63973 199 63974 4 63975 -3 63976 90 63977 -330 63978 -9 63979 162 63980 -54 63981 147 63982 296 63983 160 63984 136 63985 -150 63986 -476 63987 -176 63988 -209 63989 -121 63990 93 63991 251 63992 306 63993 -45 63994 -237 63995 -135 63996 -120 63997 22 63998 94 63999 476 64000 456 64001 216 64002 321 64003 -390 64004 -280 64005 -352 64006 -36 64007 -184 64008 19 64009 -427 64010 -256 64011 -393 64012 -444 64013 -270 64014 -541 64015 295 64016 -120 64017 293 64018 28 64019 78 64020 26 64021 -60 64022 72 64023 366 64024 305 64025 415 64026 701 64027 62 64028 105 64029 -227 64030 -294 64031 -188 64032 -72 64033 117 64034 150 64035 84 64036 -161 64037 -236 64038 -169 64039 -224 64040 -252 64041 200 64042 175 64043 176 64044 195 64045 174 64046 -78 64047 39 64048 -49 64049 215 64050 264 64051 -20 64052 341 64053 -137 64054 -11 64055 -372 64056 -102 64057 -212 64058 -67 64059 53 64060 -2 64061 -197 64062 151 64063 -320 64064 -579 64065 -70 64066 -149 64067 277 64068 300 64069 302 64070 433 64071 -18 64072 -250 64073 -348 64074 -43 64075 -54 64076 15 64077 -181 64078 -231 64079 -136 64080 -11 64081 -261 64082 -314 64083 -78 64084 -361 64085 440 64086 2 64087 2 64088 -172 64089 -145 64090 -294 64091 125 64092 -131 64093 214 64094 287 64095 45 64096 249 64097 -341 64098 -199 64099 -288 64100 -208 64101 -147 64102 -82 64103 170 64104 633 64105 95 64106 -330 64107 -513 64108 -537 64109 221 64110 -13 64111 360 64112 268 64113 204 64114 -182 64115 -212 64116 -8 64117 390 64118 236 64119 131 64120 489 64121 0 64122 -97 64123 -596 64124 -196 64125 58 64126 -234 64127 137 64128 214 64129 -202 64130 223 64131 -232 64132 -286 64133 -203 64134 -299 64135 264 64136 26 64137 291 64138 421 64139 -179 64140 58 64141 -435 64142 -219 64143 84 64144 77 64145 113 64146 274 64147 -263 64148 -87 64149 -305 64150 -446 64151 -327 64152 -219 64153 265 64154 -373 64155 180 64156 -194 64157 150 64158 -447 64159 186 64160 -157 64161 379 64162 517 64163 544 64164 660 64165 -202 64166 -42 64167 -348 64168 -336 64169 14 64170 -23 64171 128 64172 13 64173 -123 64174 28 64175 -520 64176 -529 64177 -86 64178 -361 64179 353 64180 -197 64181 191 64182 94 64183 66 64184 -137 64185 43 64186 171 64187 239 64188 420 64189 172 64190 174 64191 -144 64192 -118 64193 -599 64194 -29 64195 -247 64196 431 64197 38 64198 89 64199 -371 64200 -189 64201 -631 64202 -443 64203 -159 64204 67 64205 316 64206 50 64207 104 64208 164 64209 -42 64210 -79 64211 -94 64212 85 64213 -25 64214 228 64215 182 64216 -45 64217 -403 64218 -63 64219 -334 64220 140 64221 131 64222 -21 64223 -79 64224 60 64225 -135 64226 -42 64227 -29 64228 -244 64229 334 64230 284 64231 360 64232 208 64233 -38 64234 -8 64235 -261 64236 -12 64237 -185 64238 90 64239 -22 64240 296 64241 -318 64242 -42 64243 -295 64244 -701 64245 -342 64246 -636 64247 228 64248 -210 64249 347 64250 528 64251 332 64252 -20 64253 117 64254 33 64255 344 64256 462 64257 378 64258 646 64259 -172 64260 204 64261 -487 64262 39 64263 -186 64264 238 64265 -70 64266 178 64267 -381 64268 -222 64269 -601 64270 -411 64271 274 64272 -296 64273 281 64274 121 64275 142 64276 429 64277 -122 64278 -96 64279 104 64280 33 64281 253 64282 416 64283 196 64284 492 64285 -145 64286 55 64287 -370 64288 -209 64289 -288 64290 -179 64291 -1 64292 -278 64293 -386 64294 -619 64295 -232 64296 -485 64297 274 64298 -409 64299 477 64300 195 64301 432 64302 219 64303 193 64304 -89 64305 -14 64306 -62 64307 364 64308 359 64309 -189 64310 104 64311 -499 64312 -374 64313 -258 64314 -345 64315 74 64316 -258 64317 198 64318 -208 64319 209 64320 -135 64321 80 64322 -80 64323 386 64324 385 64325 424 64326 697 64327 357 64328 380 64329 -50 64330 351 64331 -63 64332 315 64333 -209 64334 506 64335 -543 64336 -383 64337 -619 64338 -500 64339 -363 64340 -417 64341 409 64342 -32 64343 378 64344 -87 64345 145 64346 -272 64347 -2 64348 -47 64349 330 64350 100 64351 462 64352 441 64353 236 64354 403 64355 -356 64356 -42 64357 -214 64358 -59 64359 130 64360 135 64361 -261 64362 -284 64363 -382 64364 -398 64365 -135 64366 -273 64367 536 64368 317 64369 183 64370 101 64371 -352 64372 -64 64373 89 64374 97 64375 453 64376 389 64377 36 64378 306 64379 -434 64380 -374 64381 -761 64382 -599 64383 -248 64384 -519 64385 210 64386 -150 64387 340 64388 -207 64389 125 64390 -88 64391 492 64392 246 64393 636 64394 525 64395 405 64396 350 64397 -67 64398 516 64399 -81 64400 435 64401 -28 64402 579 64403 -528 64404 144 64405 -720 64406 -509 64407 -803 64408 -449 64409 -222 64410 -264 64411 214 64412 -147 64413 -7 64414 -193 64415 -96 64416 -476 64417 289 64418 225 64419 351 64420 570 64421 255 64422 529 64423 -417 64424 99 64425 -430 64426 144 64427 -240 64428 68 64429 -261 64430 -212 64431 -391 64432 -605 64433 -254 64434 -740 64435 23 64436 -242 64437 55 64438 239 64439 -70 64440 -61 64441 -182 64442 -233 64443 419 64444 482 64445 482 64446 566 64447 136 64448 358 64449 -431 64450 -127 64451 -356 64452 -273 64453 100 64454 252 64455 -391 64456 11 64457 -347 64458 -171 64459 188 64460 -224 64461 457 64462 -58 64463 104 64464 618 64465 72 64466 250 64467 238 64468 195 64469 154 64470 616 64471 32 64472 538 64473 -123 64474 -230 64475 -580 64476 -689 64477 -190 64478 -265 64479 112 64480 -63 64481 0 64482 -175 64483 -188 64484 -326 64485 231 64486 -312 64487 661 64488 639 64489 184 64490 555 64491 11 64492 344 64493 -409 64494 46 64495 -315 64496 259 64497 -500 64498 -4 64499 -597 64500 -450 64501 -476 64502 -478 64503 137 64504 -205 64505 131 64506 -237 64507 21 64508 -479 64509 -58 64510 -277 64511 607 64512 108 64513 468 64514 649 64515 131 64516 481 64517 -428 64518 37 64519 -620 64520 -29 64521 -490 64522 -80 64523 -195 64524 68 64525 -175 64526 -131 64527 -158 64528 -515 64529 84 64530 -83 64531 592 64532 168 64533 446 64534 40 64535 531 64536 97 64537 105 64538 592 64539 159 64540 451 64541 -375 64542 210 64543 -524 64544 -205 64545 -358 64546 -37 64547 -132 64548 79 64549 -73 64550 -406 64551 -500 64552 -487 64553 -179 64554 -435 64555 434 64556 121 64557 448 64558 708 64559 240 64560 343 64561 109 64562 -169 64563 -56 64564 339 64565 23 64566 94 64567 -498 64568 28 64569 -543 64570 -185 64571 -198 64572 -249 64573 -40 64574 -284 64575 -36 64576 -395 64577 -19 64578 -607 64579 388 64580 -74 64581 511 64582 389 64583 647 64584 586 64585 -158 64586 348 64587 -315 64588 -155 64589 93 64590 54 64591 -45 64592 42 64593 -291 64594 -183 64595 -566 64596 -433 64597 -309 64598 -469 64599 215 64600 63 64601 300 64602 -57 64603 11 64604 -185 64605 505 64606 -38 64607 463 64608 441 64609 38 64610 112 64611 -247 64612 -14 64613 -391 64614 -159 64615 144 64616 -52 64617 96 64618 39 64619 -269 64620 -518 64621 -330 64622 -428 64623 58 64624 -195 64625 745 64626 475 64627 545 64628 360 64629 -76 64630 109 64631 -146 64632 96 64633 -370 64634 304 64635 -504 64636 0 64637 -512 64638 -443 64639 -647 64640 -350 64641 -265 64642 -643 64643 -255 64644 -286 64645 -127 64646 -356 64647 72 64648 -593 64649 460 64650 158 64651 547 64652 645 64653 165 64654 407 64655 -225 64656 -85 64657 176 64658 130 64659 -190 64660 563 64661 -405 64662 31 64663 -431 64664 -251 64665 -624 64666 -472 64667 28 64668 -216 64669 -80 64670 -216 64671 517 64672 -404 64673 586 64674 -61 64675 402 64676 348 64677 488 64678 578 64679 122 64680 157 64681 -117 64682 67 64683 52 64684 538 64685 387 64686 697 64687 -447 64688 109 64689 -693 64690 -452 64691 -286 64692 -354 64693 192 64694 262 64695 510 64696 -20 64697 27 64698 36 64699 -161 64700 -130 64701 183 64702 283 64703 -82 64704 349 64705 -385 64706 77 64707 -683 64708 -244 64709 -220 64710 -68 64711 -102 64712 -437 64713 -311 64714 -666 64715 -140 64716 -759 64717 332 64718 -171 64719 736 64720 351 64721 420 64722 437 64723 -128 64724 145 64725 33 64726 543 64727 221 64728 773 64729 -5 64730 514 64731 -645 64732 -254 64733 -405 64734 -483 64735 -293 64736 -237 64737 -31 64738 -299 64739 69 64740 -576 64741 50 64742 -156 64743 311 64744 277 64745 485 64746 554 64747 209 64748 194 64749 -415 64750 -88 64751 32 64752 52 64753 256 64754 404 64755 -272 64756 140 64757 -379 64758 -850 64759 -345 64760 -587 64761 205 64762 -47 64763 381 64764 68 64765 198 64766 60 64767 -66 64768 64 64769 165 64770 23 64771 180 64772 473 64773 -263 64774 277 64775 -434 64776 172 64777 -260 64778 -122 64779 -240 64780 -78 64781 -523 64782 -743 64783 -189 64784 -809 64785 250 64786 -375 64787 681 64788 40 64789 638 64790 190 64791 15 64792 31 64793 96 64794 -171 64795 529 64796 402 64797 554 64798 284 64799 -259 64800 -62 64801 -743 64802 -277 64803 -592 64804 -125 64805 -46 64806 -119 64807 -73 64808 -290 64809 -154 64810 -419 64811 406 64812 -212 64813 435 64814 198 64815 243 64816 -33 64817 154 64818 29 64819 252 64820 265 64821 204 64822 754 64823 -170 64824 513 64825 -553 64826 -2 64827 -628 64828 -439 64829 -217 64830 -394 64831 360 64832 -124 64833 224 64834 120 64835 -91 64836 -316 64837 231 64838 -104 64839 403 64840 336 64841 132 64842 303 64843 -50 64844 314 64845 -111 64846 426 64847 -357 64848 189 64849 -750 64850 -66 64851 -871 64852 -440 64853 -193 64854 -643 64855 422 64856 17 64857 426 64858 144 64859 -25 64860 -119 64861 -67 64862 -60 64863 570 64864 327 64865 315 64866 811 64867 -42 64868 458 64869 -350 64870 -52 64871 -428 64872 -507 64873 -158 64874 -281 64875 -90 64876 -275 64877 0 64878 -412 64879 42 64880 -106 64881 539 64882 132 64883 354 64884 189 64885 -26 64886 221 64887 -40 64888 55 64889 -29 64890 291 64891 73 64892 309 64893 -425 64894 -380 64895 -552 64896 -634 64897 -125 64898 -424 64899 332 64900 -82 64901 144 64902 -65 64903 -13 64904 -424 64905 143 64906 -297 64907 474 64908 229 64909 372 64910 584 64911 311 64912 510 64913 -131 64914 590 64915 -73 64916 602 64917 -186 64918 350 64919 -618 64920 -339 64921 -693 64922 -540 64923 -254 64924 -195 64925 -206 64926 -182 64927 -49 64928 -580 64929 -33 64930 -870 64931 500 64932 -98 64933 778 64934 591 64935 408 64936 607 64937 -87 64938 340 64939 -437 64940 242 64941 -305 64942 38 64943 -326 64944 -8 64945 36 64946 -172 64947 -45 64948 -265 64949 105 64950 -36 64951 426 64952 88 64953 204 64954 48 64955 4 64956 361 64957 331 64958 539 64959 195 64960 657 64961 -264 64962 225 64963 -761 64964 -140 64965 -521 64966 -544 64967 -248 64968 -220 64969 300 64970 57 64971 -62 64972 -285 64973 286 64974 -289 64975 348 64976 109 64977 602 64978 483 64979 388 64980 398 64981 43 64982 -19 64983 -121 64984 215 64985 -268 64986 -331 64987 -568 64988 -167 64989 -510 64990 -297 64991 -210 64992 -246 64993 149 64994 39 64995 40 64996 -115 64997 -289 64998 -554 64999 95 65000 -271 65001 415 65002 333 65003 735 65004 382 65005 -73 65006 -87 65007 -188 65008 -165 65009 -152 65010 277 65011 237 65012 210 65013 -287 65014 -37 65015 -193 65016 -291 65017 -56 65018 -263 65019 37 65020 -335 65021 107 65022 -199 65023 140 65024 -222 65025 264 65026 612 65027 393 65028 536 65029 -31 65030 247 65031 -540 65032 -79 65033 -547 65034 -575 65035 -160 65036 -134 65037 11 65038 109 65039 -269 65040 -516 65041 -209 65042 -705 65043 -121 65044 -377 65045 689 65046 194 65047 761 65048 333 65049 329 65050 237 65051 387 65052 535 65053 115 65054 643 65055 -379 65056 227 65057 -539 65058 -298 65059 -340 65060 -45 65061 -193 65062 -163 65063 -137 65064 -192 65065 -289 65066 -698 65067 -473 65068 -848 65069 565 65070 40 65071 971 65072 122 65073 353 65074 243 65075 -186 65076 -98 65077 -38 65078 141 65079 204 65080 433 65081 1 65082 277 65083 -290 65084 32 65085 -248 65086 -269 65087 -71 65088 -159 65089 2 65090 -454 65091 7 65092 -220 65093 278 65094 223 65095 321 65096 444 65097 64 65098 199 65099 -598 65100 4 65101 -268 65102 -314 65103 37 65104 -73 65105 164 65106 166 65107 -108 65108 -373 65109 -914 65110 -528 65111 -111 65112 -411 65113 251 65114 -230 65115 568 65116 157 65117 318 65118 21 65119 299 65120 231 65121 430 65122 600 65123 -329 65124 271 65125 -605 65126 -45 65127 -299 65128 -101 65129 237 65130 -156 65131 -276 65132 85 65133 -351 65134 -480 65135 -210 65136 -465 65137 238 65138 -172 65139 584 65140 494 65141 282 65142 114 65143 93 65144 -287 65145 -17 65146 -6 65147 180 65148 211 65149 190 65150 171 65151 -262 65152 -4 65153 -378 65154 -81 65155 -144 65156 -10 65157 -269 65158 -309 65159 -42 65160 -488 65161 409 65162 -41 65163 384 65164 247 65165 655 65166 721 65167 14 65168 -52 65169 -445 65170 4 65171 -123 65172 177 65173 172 65174 464 65175 -525 65176 195 65177 -603 65178 -627 65179 -784 65180 -780 65181 -224 65182 -497 65183 453 65184 -95 65185 430 65186 -311 65187 373 65188 148 65189 496 65190 307 65191 328 65192 541 65193 -135 65194 279 65195 -7 65196 37 65197 -148 65198 158 65199 -192 65200 -222 65201 -294 65202 -95 65203 -405 65204 -515 65205 -159 65206 -496 65207 502 65208 241 65209 496 65210 418 65211 -4 65212 -3 65213 -64 65214 -102 65215 196 65216 30 65217 1 65218 382 65219 -248 65220 104 65221 -417 65222 83 65223 -97 65224 -293 65225 90 65226 -221 65227 52 65228 -343 65229 -252 65230 -257 65231 16 65232 43 65233 438 65234 251 65235 111 65236 138 65237 -194 65238 24 65239 -197 65240 102 65241 434 65242 528 65243 139 65244 536 65245 -475 65246 -406 65247 -514 65248 -276 65249 -229 65250 -324 65251 295 65252 -233 65253 150 65254 -189 65255 32 65256 -43 65257 104 65258 66 65259 535 65260 204 65261 159 65262 275 65263 -120 65264 219 65265 -218 65266 476 65267 -210 65268 134 65269 -404 65270 -109 65271 -545 65272 -554 65273 -321 65274 -593 65275 281 65276 -90 65277 509 65278 279 65279 176 65280 -67 65281 -225 65282 34 65283 149 65284 524 65285 220 65286 430 65287 -91 65288 372 65289 -364 65290 -136 65291 -429 65292 -252 65293 -250 65294 -230 65295 -343 65296 -492 65297 -147 65298 -704 65299 416 65300 -517 65301 353 65302 202 65303 429 65304 183 65305 21 65306 330 65307 203 65308 114 65309 361 65310 525 65311 206 65312 774 65313 -368 65314 251 65315 -994 65316 -147 65317 -343 65318 -461 65319 -126 65320 -88 65321 11 65322 -278 65323 -424 65324 -361 65325 -33 65326 -428 65327 225 65328 -442 65329 386 65330 170 65331 137 65332 -33 65333 182 65334 148 65335 344 65336 403 65337 26 65338 276 65339 -521 65340 -237 65341 -351 65342 -497 65343 250 65344 59 65345 242 65346 227 65347 99 65348 260 65349 -57 65350 -100 65351 7 65352 -7 65353 182 65354 117 65355 -51 65356 207 65357 -329 65358 313 65359 -285 65360 21 65361 28 65362 -274 65363 -38 65364 -51 65365 -295 65366 -578 65367 -220 65368 -348 65369 418 65370 64 65371 315 65372 156 65373 94 65374 -57 65375 123 65376 107 65377 226 65378 458 65379 399 65380 900 65381 -280 65382 282 65383 -570 65384 -83 65385 -682 65386 -153 65387 -56 65388 -34 65389 28 65390 -101 65391 0 65392 -599 65393 156 65394 -486 65395 283 65396 -126 65397 284 65398 -79 65399 367 65400 28 65401 232 65402 139 65403 406 65404 514 65405 226 65406 357 65407 -541 65408 27 65409 -259 65410 -304 65411 -194 65412 -163 65413 94 65414 54 65415 222 65416 -67 65417 -183 65418 -442 65419 187 65420 -132 65421 238 65422 314 65423 359 65424 474 65425 -220 65426 191 65427 -299 65428 81 65429 -297 65430 88 65431 -277 65432 138 65433 -429 65434 -333 65435 -190 65436 -306 65437 53 65438 -309 65439 243 65440 -177 65441 98 65442 -163 65443 -79 65444 -282 65445 414 65446 40 65447 530 65448 442 65449 219 65450 455 65451 -573 65452 -17 65453 -374 65454 -148 65455 -199 65456 81 65457 -174 65458 151 65459 -285 65460 -212 65461 -253 65462 -396 65463 83 65464 -142 65465 254 65466 17 65467 -73 65468 102 65469 284 65470 -249 65471 165 65472 189 65473 186 65474 338 65475 -240 65476 182 65477 -305 65478 -152 65479 -182 65480 -32 65481 -236 65482 182 65483 166 65484 180 65485 -37 65486 -399 65487 -129 65488 -425 65489 46 65490 22 65491 499 65492 332 65493 44 65494 363 65495 -256 65496 84 65497 -316 65498 -54 65499 -96 65500 139 65501 -403 65502 60 65503 -468 65504 -103 65505 103 65506 13 65507 178 65508 -74 65509 -160 65510 -212 65511 17 65512 -542 65513 223 65514 223 65515 463 65516 391 65517 407 65518 385 65519 -177 65520 286 65521 -523 65522 26 65523 -413 65524 -304 65525 45 65526 103 65527 -160 65528 -16 65529 -518 65530 -335 65531 -19 65532 -488 65533 -56 65534 -174 65535 392LineSeries3000066400000000000000000004127421436443153700405450ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support5946 13998.0 6658 14634.0 7369 14699.0 8081 14563.0 8792 14829.0 9503 14305.0 10215 14921.0 10926 14408.0 11638 17864.0 12349 24095.0 13060 26534.0 13772 25000.0 14483 25587.0 15194 24616.0 15906 24896.0 16617 25253.0 17329 24654.0 18040 24528.0 18751 25317.0 19463 24574.0 20174 23833.0 20886 23591.0 21597 24159.0 22308 23323.0 23020 23397.0 23731 23533.0 24442 22503.0 25154 22972.0 25865 23431.0 26577 23203.0 27288 23038.0 27999 23042.0 28711 23865.0 29422 23783.0 30133 23017.0 30845 23002.0 31556 23053.0 32268 22933.0 32979 22924.0 33690 23224.0 34402 22612.0 35113 23229.0 35825 22547.0 36536 22416.0 37247 22340.0 37959 22854.0 38670 21663.0 39381 23388.0 40093 22097.0 40804 21434.0 41516 22765.0 42227 22511.0 42938 21962.0 43650 21453.0 44361 22339.0 45073 22038.0 45784 22054.0 46495 22325.0 47207 22292.0 47918 21947.0 48629 21749.0 49341 22084.0 50052 21471.0 50764 21661.0 51475 21715.0 52186 21388.0 52898 21447.0 53609 21143.0 54320 21367.0 55032 21728.0 55743 22088.0 56455 21713.0 57166 20984.0 57877 21806.0 58589 21940.0 59300 21578.0 60012 22133.0 60723 22602.0 61434 21740.0 62146 21753.0 62857 20574.0 63568 21533.0 64280 21299.0 64991 21637.0 65703 21874.0 66414 20769.0 67125 21127.0 67837 21968.0 68548 22513.0 69259 25151.0 69971 25420.0 70682 25100.0 71394 24182.0 72105 23687.0 72816 24181.0 73528 23456.0 74239 22765.0 74951 22491.0 75662 22240.0 76373 22055.0 77085 21923.0 77796 21713.0 78507 21519.0 79219 22273.0 79930 22532.0 80642 22065.0 81353 22171.0 82064 21427.0 82776 21919.0 83487 21557.0 84199 21798.0 84910 21375.0 85621 21972.0 86333 21934.0 87044 21588.0 87755 21256.0 88467 21650.0 89178 21558.0 89890 22199.0 90601 22107.0 91312 21240.0 92024 21748.0 92735 22005.0 93446 21201.0 94158 21888.0 94869 21093.0 95581 21042.0 96292 21428.0 97003 21655.0 97715 20826.0 98426 22028.0 99138 21280.0 99849 21739.0 100560 21001.0 101272 21745.0 101983 20820.0 102694 21203.0 103406 21091.0 104117 20793.0 104829 21089.0 105540 20737.0 106251 21139.0 106963 20996.0 107674 21345.0 108386 20738.0 109097 21235.0 109808 20948.0 110520 20996.0 111231 20819.0 111942 20691.0 112654 20970.0 113365 21460.0 114077 20501.0 114788 21285.0 115499 20789.0 116211 20223.0 116922 21229.0 117633 20692.0 118345 21476.0 119056 21206.0 119768 20909.0 120479 21195.0 121190 20653.0 121902 20822.0 122613 20822.0 123325 21150.0 124036 21251.0 124747 20967.0 125459 21425.0 126170 20368.0 126881 20448.0 127593 20884.0 128304 20919.0 129016 20687.0 129727 21169.0 130438 21371.0 131150 20797.0 131861 21370.0 132573 21148.0 133284 20881.0 133995 20309.0 134707 20492.0 135418 21060.0 136129 21517.0 136841 21551.0 137552 21431.0 138264 21616.0 138975 21017.0 139686 20868.0 140398 20893.0 141109 20348.0 141820 20741.0 142532 20560.0 143243 20850.0 143955 20813.0 144666 21422.0 145377 20945.0 146089 21286.0 146800 21035.0 147512 20801.0 148223 21075.0 148934 20504.0 149646 21358.0 150357 21302.0 151068 20542.0 151780 21174.0 152491 20795.0 153203 19824.0 153914 19285.0 154625 17633.0 155337 17167.0 156048 16185.0 156760 17075.0 157471 16847.0 158182 17150.0 158894 16101.0 159605 16388.0 160316 16576.0 161028 16178.0 161739 15942.0 162451 16024.0 163162 15641.0 163873 15766.0 164585 15405.0 165296 15893.0 166007 15422.0 166719 15886.0 167430 15879.0 168142 15649.0 168853 15965.0 169564 15488.0 170276 15085.0 170987 15490.0 171699 16130.0 172410 14928.0 173121 15518.0 173833 15613.0 174544 15615.0 175255 15475.0 175967 15713.0 176678 15958.0 177390 15321.0 178101 15958.0 178812 15639.0 179524 15704.0 180235 16078.0 180947 15829.0 181658 15195.0 182369 15491.0 183081 15835.0 183792 16007.0 184503 15678.0 185215 15742.0 185926 15522.0 186638 15294.0 187349 15426.0 188060 15050.0 188772 15534.0 189483 15623.0 190194 15522.0 190906 15147.0 191617 15751.0 192329 15545.0 193040 15018.0 193751 15739.0 194463 15079.0 195174 15002.0 195886 15775.0 196597 16083.0 197308 15481.0 198020 15935.0 198731 15619.0 199442 15673.0 200154 15838.0 200865 16332.0 201577 15523.0 202288 15891.0 202999 15510.0 203711 15212.0 204422 15264.0 205134 15896.0 205845 15444.0 206556 17931.0 207268 55355.0 207979 314008.0 208690 1201556.0 209402 2355277.0 210113 2796762.0 210825 2617444.0 211536 2526126.0 212247 2533062.0 212959 2308447.0 213670 1870863.0 214381 1464553.0 215093 1158347.0 215804 855478.0 216516 659246.0 217227 558737.0 217938 483654.0 218650 405929.0 219361 331871.0 220073 267602.0 220784 229711.0 221495 255668.0 222207 492098.0 222918 840599.0 223629 1111275.0 224341 1187170.0 225052 1128021.0 225764 1104145.0 226475 1053984.0 227186 978070.0 227898 929620.0 228609 773726.0 229321 628385.0 230032 541731.0 230743 480689.0 231455 417797.0 232166 416362.0 232877 476268.0 233589 466129.0 234300 426963.0 235012 401359.0 235723 369976.0 236434 326012.0 237146 278521.0 237857 228028.0 238568 192999.0 239280 161684.0 239991 146748.0 240703 138062.0 241414 127479.0 242125 117868.0 242837 111304.0 243548 105239.0 244260 98912.0 244971 95634.0 245682 91312.0 246394 87393.0 247105 85060.0 247816 81967.0 248528 80297.0 249239 81985.0 249951 87050.0 250662 86664.0 251373 84985.0 252085 83199.0 252796 82624.0 253508 80041.0 254219 78482.0 254930 76373.0 255642 74536.0 256353 70526.0 257064 68328.0 257776 64489.0 258487 65248.0 259199 62717.0 259910 61108.0 260621 62347.0 261333 66168.0 262044 67438.0 262755 64589.0 263467 74772.0 264178 104116.0 264890 121124.0 265601 116201.0 266312 110568.0 267024 109987.0 267735 103301.0 268447 93312.0 269158 96882.0 269869 105057.0 270581 103349.0 271292 99147.0 272003 98138.0 272715 102369.0 273426 108223.0 274138 107014.0 274849 99244.0 275560 95865.0 276272 169250.0 276983 359264.0 277694 394614.0 278406 345307.0 279117 339888.0 279829 336502.0 280540 291886.0 281251 225072.0 281963 161914.0 282674 117197.0 283386 89394.0 284097 73085.0 284808 63562.0 285520 57266.0 286231 54486.0 286942 51698.0 287654 49484.0 288365 47330.0 289077 45941.0 289788 45616.0 290499 45287.0 291211 44753.0 291922 43951.0 292634 42491.0 293345 42499.0 294056 42161.0 294768 43575.0 295479 43549.0 296190 44594.0 296902 44946.0 297613 45392.0 298325 44647.0 299036 44629.0 299747 43578.0 300459 42763.0 301170 42211.0 301881 39821.0 302593 39770.0 303304 39006.0 304016 39996.0 304727 38708.0 305438 40324.0 306150 38449.0 306861 38009.0 307573 38648.0 308284 36916.0 308995 36960.0 309707 37207.0 310418 39199.0 311129 42286.0 311841 45620.0 312552 46513.0 313264 46920.0 313975 47383.0 314686 49335.0 315398 48117.0 316109 44597.0 316821 42699.0 317532 40610.0 318243 38958.0 318955 36713.0 319666 36460.0 320377 35000.0 321089 34281.0 321800 33303.0 322512 34631.0 323223 33296.0 323934 33239.0 324646 34131.0 325357 34486.0 326068 35979.0 326780 36259.0 327491 35669.0 328203 36079.0 328914 34674.0 329625 34897.0 330337 34707.0 331048 33401.0 331760 34046.0 332471 34926.0 333182 37232.0 333894 39223.0 334605 41991.0 335316 42950.0 336028 43204.0 336739 42338.0 337451 41246.0 338162 39427.0 338873 37268.0 339585 35277.0 340296 35195.0 341008 33697.0 341719 33393.0 342430 36678.0 343142 40265.0 343853 40690.0 344564 40231.0 345276 40102.0 345987 40269.0 346699 38576.0 347410 36358.0 348121 34468.0 348833 33309.0 349544 36084.0 350255 44061.0 350967 48802.0 351678 49464.0 352390 52080.0 353101 59706.0 353812 91626.0 354524 146295.0 355235 151135.0 355947 140373.0 356658 146071.0 357369 142877.0 358081 121203.0 358792 104904.0 359503 87006.0 360215 72113.0 360926 63577.0 361638 55571.0 362349 50079.0 363060 46094.0 363772 41534.0 364483 39206.0 365195 38935.0 365906 37306.0 366617 34732.0 367329 35311.0 368040 33922.0 368751 34064.0 369463 33369.0 370174 33899.0 370886 33319.0 371597 32142.0 372308 31206.0 373020 31626.0 373731 31293.0 374442 31592.0 375154 31335.0 375865 30606.0 376577 31024.0 377288 30368.0 377999 29843.0 378711 33634.0 379422 60475.0 380134 103496.0 380845 110694.0 381556 109583.0 382268 110002.0 382979 103362.0 383690 88705.0 384402 70638.0 385113 59227.0 385825 50660.0 386536 45425.0 387247 41409.0 387959 38416.0 388670 38914.0 389382 37567.0 390093 38539.0 390804 37906.0 391516 39034.0 392227 37563.0 392938 37831.0 393650 36176.0 394361 35759.0 395073 34392.0 395784 33957.0 396495 32105.0 397207 31899.0 397918 31063.0 398629 30061.0 399341 30243.0 400052 29177.0 400764 29042.0 401475 29217.0 402186 29836.0 402898 28949.0 403609 29532.0 404321 27858.0 405032 28251.0 405743 28495.0 406455 28015.0 407166 27994.0 407877 29060.0 408589 28491.0 409300 28981.0 410012 28032.0 410723 27729.0 411434 27392.0 412146 26660.0 412857 27384.0 413569 27118.0 414280 27744.0 414991 26544.0 415703 26065.0 416414 26427.0 417125 25830.0 417837 25190.0 418548 25938.0 419260 26151.0 419971 26562.0 420682 25821.0 421394 38754.0 422105 114505.0 422816 243680.0 423528 382175.0 424239 488578.0 424951 490437.0 425662 442948.0 426373 379669.0 427085 225576.0 427796 122485.0 428508 83137.0 429219 65045.0 429930 54829.0 430642 50596.0 431353 47152.0 432064 43338.0 432776 42109.0 433487 40057.0 434199 38790.0 434910 38194.0 435621 37278.0 436333 37014.0 437044 36599.0 437756 36742.0 438467 37154.0 439178 35622.0 439890 35375.0 440601 36065.0 441312 34816.0 442024 35280.0 442735 35218.0 443447 33816.0 444158 34054.0 444869 34052.0 445581 34162.0 446292 32356.0 447003 33336.0 447715 32873.0 448426 32779.0 449138 32096.0 449849 30839.0 450560 31959.0 451272 30482.0 451983 31201.0 452695 30398.0 453406 29863.0 454117 30446.0 454829 31121.0 455540 33651.0 456251 38022.0 456963 36492.0 457674 36203.0 458386 35688.0 459097 34411.0 459808 31439.0 460520 29219.0 461231 29633.0 461943 29359.0 462654 29551.0 463365 31382.0 464077 32304.0 464788 31944.0 465499 32420.0 466211 33617.0 466922 32462.0 467634 31542.0 468345 31033.0 469056 29274.0 469768 29666.0 470479 31383.0 471190 36494.0 471902 43288.0 472613 45981.0 473325 48241.0 474036 50117.0 474747 48879.0 475459 45950.0 476170 43071.0 476882 39089.0 477593 37169.0 478304 34456.0 479016 32479.0 479727 30899.0 480438 28920.0 481150 31248.0 481861 40297.0 482573 51259.0 483284 51871.0 483995 50031.0 484707 50351.0 485418 46724.0 486129 46835.0 486841 41111.0 487552 38094.0 488264 35158.0 488975 32461.0 489686 33048.0 490398 34189.0 491109 512609.0 491821 762427.0 492532 698674.0 493243 559351.0 493955 433152.0 494666 348684.0 495377 285267.0 496089 237687.0 496800 201198.0 497512 169415.0 498223 146700.0 498934 128839.0 499646 114295.0 500357 102250.0 501069 91664.0 501780 84230.0 502491 78503.0 503203 75637.0 503914 70016.0 504625 65759.0 505337 61661.0 506048 60341.0 506760 56036.0 507471 52612.0 508182 49631.0 508894 47349.0 509605 45720.0 510316 43004.0 511028 42626.0 511739 41015.0 512451 43533.0 513162 43043.0 513873 46147.0 514585 48177.0 515296 47738.0 516008 46842.0 516719 43167.0 517430 40065.0 518142 37801.0 518853 35868.0 519564 35380.0 520276 34419.0 520987 33511.0 521699 33003.0 522410 32653.0 523121 32623.0 523833 31449.0 524544 31106.0 525256 29519.0 525967 30012.0 526678 30354.0 527390 29782.0 528101 29344.0 528812 28399.0 529524 28187.0 530235 27960.0 530947 28469.0 531658 30073.0 532369 37101.0 533081 44197.0 533792 46443.0 534503 44947.0 535215 42077.0 535926 37751.0 536638 33121.0 537349 31187.0 538060 29301.0 538772 28712.0 539483 28854.0 540195 28697.0 540906 29599.0 541617 30232.0 542329 29613.0 543040 28435.0 543751 28918.0 544463 26749.0 545174 28091.0 545886 27985.0 546597 28133.0 547308 27540.0 548020 28528.0 548731 27839.0 549443 28136.0 550154 27613.0 550865 27101.0 551577 27305.0 552288 26569.0 552999 25323.0 553711 25257.0 554422 24627.0 555134 25267.0 555845 24129.0 556556 24510.0 557268 24917.0 557979 24374.0 558690 24656.0 559402 24890.0 560113 24690.0 560825 24844.0 561536 24385.0 562247 24057.0 562959 23867.0 563670 23345.0 564382 23907.0 565093 23469.0 565804 23332.0 566516 23822.0 567227 23914.0 567938 23972.0 568650 22211.0 569361 23185.0 570073 22305.0 570784 21992.0 571495 23161.0 572207 22384.0 572918 22574.0 573630 23165.0 574341 26081.0 575052 35934.0 575764 50185.0 576475 56915.0 577186 59269.0 577898 55167.0 578609 53023.0 579321 80432.0 580032 182151.0 580743 328104.0 581455 474620.0 582166 592205.0 582877 602813.0 583589 370695.0 584300 156296.0 585012 81940.0 585723 58713.0 586434 46647.0 587146 42919.0 587857 38313.0 588569 34902.0 589280 32454.0 589991 30558.0 590703 30670.0 591414 29398.0 592125 28583.0 592837 28059.0 593548 27132.0 594260 27837.0 594971 27901.0 595682 29153.0 596394 31284.0 597105 33039.0 597817 34326.0 598528 34995.0 599239 33560.0 599951 33907.0 600662 32322.0 601373 30299.0 602085 28981.0 602796 28154.0 603508 27314.0 604219 27364.0 604930 27314.0 605642 26783.0 606353 26111.0 607064 26396.0 607776 25545.0 608487 25083.0 609199 24785.0 609910 23856.0 610621 24205.0 611333 23797.0 612044 23926.0 612756 23771.0 613467 23267.0 614178 24078.0 614890 22568.0 615601 23240.0 616312 28631.0 617024 35783.0 617735 43372.0 618447 43663.0 619158 40931.0 619869 34160.0 620581 30895.0 621292 28696.0 622004 26037.0 622715 24755.0 623426 24078.0 624138 24382.0 624849 23338.0 625560 23552.0 626272 24310.0 626983 24077.0 627695 24881.0 628406 24097.0 629117 25808.0 629829 24631.0 630540 23654.0 631251 23488.0 631963 22680.0 632674 23489.0 633386 22268.0 634097 22759.0 634808 22382.0 635520 22731.0 636231 21649.0 636943 22062.0 637654 20765.0 638365 21926.0 639077 21340.0 639788 21685.0 640499 21840.0 641211 21524.0 641922 21922.0 642634 21560.0 643345 22103.0 644056 22901.0 644768 22791.0 645479 24015.0 646191 23501.0 646902 22702.0 647613 22410.0 648325 22416.0 649036 21780.0 649747 22573.0 650459 23684.0 651170 24373.0 651882 23446.0 652593 23692.0 653304 23051.0 654016 23045.0 654727 26013.0 655438 31616.0 656150 35040.0 656861 37206.0 657573 33850.0 658284 29520.0 658995 26575.0 659707 24580.0 660418 24401.0 661130 22719.0 661841 21368.0 662552 21985.0 663264 23090.0 663975 25437.0 664686 28728.0 665398 29385.0 666109 28442.0 666821 27955.0 667532 26561.0 668243 25258.0 668955 24664.0 669666 23854.0 670378 23426.0 671089 22803.0 671800 24744.0 672512 27689.0 673223 30504.0 673934 32394.0 674646 30959.0 675357 28675.0 676069 27235.0 676780 25359.0 677491 25162.0 678203 25227.0 678914 27735.0 679625 28541.0 680337 29886.0 681048 28650.0 681760 25700.0 682471 24458.0 683182 22655.0 683894 21110.0 684605 21300.0 685317 22574.0 686028 25994.0 686739 27478.0 687451 28601.0 688162 28794.0 688873 26612.0 689585 24036.0 690296 23153.0 691008 21650.0 691719 20673.0 692430 20638.0 693142 21028.0 693853 20349.0 694564 19904.0 695276 19363.0 695987 19845.0 696699 19302.0 697410 19467.0 698121 20089.0 698833 20882.0 699544 21907.0 700256 23444.0 700967 23726.0 701678 23205.0 702390 22274.0 703101 22084.0 703812 20492.0 704524 20097.0 705235 19820.0 705947 20799.0 706658 20479.0 707369 20850.0 708081 20975.0 708792 22043.0 709504 21413.0 710215 21723.0 710926 21318.0 711638 20664.0 712349 20823.0 713060 20503.0 713772 20323.0 714483 20593.0 715195 19635.0 715906 20248.0 716617 19551.0 717329 19300.0 718040 19954.0 718751 20041.0 719463 21131.0 720174 21636.0 720886 21603.0 721597 20775.0 722308 21214.0 723020 21812.0 723731 20194.0 724443 19895.0 725154 20423.0 725865 19190.0 726577 19545.0 727288 19064.0 727999 20134.0 728711 20184.0 729422 20312.0 730134 19918.0 730845 20561.0 731556 20600.0 732268 20386.0 732979 20179.0 733691 20646.0 734402 21052.0 735113 19541.0 735825 19770.0 736536 20091.0 737247 19695.0 737959 19415.0 738670 19539.0 739382 19412.0 740093 20058.0 740804 21880.0 741516 27432.0 742227 46031.0 742938 57403.0 743650 58318.0 744361 46753.0 745073 38436.0 745784 32870.0 746495 30446.0 747207 28346.0 747918 27267.0 748630 26323.0 749341 25375.0 750052 25714.0 750764 24457.0 751475 24134.0 752186 24453.0 752898 24461.0 753609 24164.0 754321 24790.0 755032 23417.0 755743 23742.0 756455 21991.0 757166 21717.0 757878 20947.0 758589 20674.0 759300 20794.0 760012 20175.0 760723 21060.0 761434 21071.0 762146 20627.0 762857 20755.0 763569 20728.0 764280 20794.0 764991 20848.0 765703 20429.0 766414 21329.0 767125 21012.0 767837 19977.0 768548 20745.0 769260 20323.0 769971 20540.0 770682 19964.0 771394 19333.0 772105 20178.0 772817 19768.0 773528 19604.0 774239 19043.0 774951 19511.0 775662 20076.0 776373 22148.0 777085 26733.0 777796 27832.0 778508 26785.0 779219 25213.0 779930 23103.0 780642 21140.0 781353 20934.0 782065 19857.0 782776 19551.0 783487 19020.0 784199 19008.0 784910 18998.0 785621 19084.0 786333 19518.0 787044 19106.0 787756 19346.0 788467 19435.0 789178 20045.0 789890 22421.0 790601 25519.0 791312 28408.0 792024 27558.0 792735 27278.0 793447 27736.0 794158 28240.0 794869 27844.0 795581 26417.0 796292 23559.0 797004 22837.0 797715 22073.0 798426 22634.0 799138 22020.0 799849 21639.0 800560 20765.0 801272 20306.0 801983 19808.0 802695 19344.0 803406 19229.0 804117 19830.0 804829 18958.0 805540 19449.0 806252 19060.0 806963 19457.0 807674 20139.0 808386 20743.0 809097 20880.0 809808 20400.0 810520 21024.0 811231 20870.0 811943 20528.0 812654 21790.0 813365 21658.0 814077 21316.0 814788 20106.0 815499 20000.0 816211 19943.0 816922 20134.0 817634 18971.0 818345 19006.0 819056 19674.0 819768 19319.0 820479 19730.0 821191 19055.0 821902 19208.0 822613 18719.0 823325 19731.0 824036 20459.0 824747 19982.0 825459 19691.0 826170 21374.0 826882 26758.0 827593 36229.0 828304 44574.0 829016 53388.0 829727 52782.0 830439 44793.0 831150 36666.0 831861 32490.0 832573 30421.0 833284 28166.0 833995 26360.0 834707 25907.0 835418 27360.0 836130 29972.0 836841 34360.0 837552 34137.0 838264 32284.0 838975 28896.0 839686 25530.0 840398 24159.0 841109 22803.0 841821 21755.0 842532 21429.0 843243 21875.0 843955 21032.0 844666 20529.0 845378 20807.0 846089 20763.0 846800 20451.0 847512 20802.0 848223 20390.0 848934 20134.0 849646 21684.0 850357 26825.0 851069 45769.0 851780 69718.0 852491 79742.0 853203 71289.0 853914 54237.0 854626 40148.0 855337 31865.0 856048 27629.0 856760 25323.0 857471 23287.0 858182 22630.0 858894 21425.0 859605 20387.0 860317 20982.0 861028 21221.0 861739 23006.0 862451 25675.0 863162 28473.0 863873 37437.0 864585 65478.0 865296 124876.0 866008 183585.0 866719 195249.0 867430 141920.0 868142 86600.0 868853 53145.0 869565 37137.0 870276 31666.0 870987 28777.0 871699 25905.0 872410 25085.0 873121 23715.0 873833 23408.0 874544 23118.0 875256 23308.0 875967 22073.0 876678 21607.0 877390 21432.0 878101 21958.0 878813 21927.0 879524 22452.0 880235 22525.0 880947 23983.0 881658 24200.0 882369 25395.0 883081 24622.0 883792 23226.0 884504 24124.0 885215 23112.0 885926 22718.0 886638 21786.0 887349 21846.0 888060 22390.0 888772 21601.0 889483 20687.0 890195 20770.0 890906 21301.0 891617 20593.0 892329 20768.0 893040 20264.0 893752 20456.0 894463 19688.0 895174 18913.0 895886 19262.0 896597 19125.0 897308 20418.0 898020 26443.0 898731 41527.0 899443 63293.0 900154 75414.0 900865 68218.0 901577 49845.0 902288 36492.0 902999 31297.0 903711 43964.0 904422 65611.0 905134 77718.0 905845 68321.0 906556 52713.0 907268 40357.0 907979 31803.0 908691 27994.0 909402 25818.0 910113 24708.0 910825 23232.0 911536 23315.0 912247 22650.0 912959 23025.0 913670 22459.0 914382 22193.0 915093 22183.0 915804 21263.0 916516 20685.0 917227 21436.0 917939 19447.0 918650 20096.0 919361 20883.0 920073 21776.0 920784 24207.0 921495 24053.0 922207 24032.0 922918 21821.0 923630 20877.0 924341 20994.0 925052 21598.0 925764 22071.0 926475 22287.0 927186 22422.0 927898 21275.0 928609 21115.0 929321 21955.0 930032 23816.0 930743 25325.0 931455 26289.0 932166 25375.0 932878 22176.0 933589 21876.0 934300 20164.0 935012 20505.0 935723 19913.0 936434 19048.0 937146 18615.0 937857 19001.0 938569 19319.0 939280 18788.0 939991 18631.0 940703 18616.0 941414 18992.0 942126 17775.0 942837 21239.0 943548 25848.0 944260 32935.0 944971 36408.0 945682 34812.0 946394 29688.0 947105 25849.0 947817 23170.0 948528 21857.0 949239 20996.0 949951 22161.0 950662 23467.0 951373 24316.0 952085 25785.0 952796 25851.0 953508 25918.0 954219 24611.0 954930 22511.0 955642 21583.0 956353 21465.0 957065 21530.0 957776 22021.0 958487 23180.0 959199 25901.0 959910 32249.0 960621 33496.0 961333 34015.0 962044 32205.0 962756 30061.0 963467 26658.0 964178 23455.0 964890 21582.0 965601 22146.0 966313 22118.0 967024 23127.0 967735 22834.0 968447 22412.0 969158 22951.0 969869 22392.0 970581 21222.0 971292 20313.0 972004 20099.0 972715 20031.0 973426 20481.0 974138 21597.0 974849 22411.0 975560 23796.0 976272 21909.0 976983 21798.0 977695 22401.0 978406 21747.0 979117 22438.0 979829 21250.0 980540 20343.0 981252 18882.0 981963 18373.0 982674 19259.0 983386 18570.0 984097 18332.0 984808 18759.0 985520 18641.0 986231 18842.0 986943 18984.0 987654 18793.0 988365 19313.0 989077 19111.0 989788 18864.0 990500 18233.0 991211 18222.0 991922 19305.0 992634 18880.0 993345 18746.0 994056 17976.0 994768 18670.0 995479 20808.0 996191 22216.0 996902 23226.0 997613 25621.0 998325 37006.0 999036 72711.0 999747 139032.0 1000459 213664.0 1001170 245378.0 1001882 222417.0 1002593 236035.0 1003304 304627.0 1004016 390062.0 1004727 456673.0 1005439 393420.0 1006150 162264.0 1006861 62353.0 1007573 41169.0 1008284 33706.0 1008995 30083.0 1009707 28652.0 1010418 28637.0 1011130 27877.0 1011841 26227.0 1012552 25126.0 1013264 25175.0 1013975 24444.0 1014687 24938.0 1015398 25783.0 1016109 25679.0 1016821 25403.0 1017532 24699.0 1018243 23899.0 1018955 23971.0 1019666 22764.0 1020378 22515.0 1021089 22024.0 1021800 21757.0 1022512 20739.0 1023223 20679.0 1023934 21048.0 1024646 21050.0 1025357 20310.0 1026069 20398.0 1026780 20549.0 1027491 19313.0 1028203 19334.0 1028914 19797.0 1029626 19482.0 1030337 19288.0 1031048 19031.0 1031760 19376.0 1032471 19572.0 1033182 20833.0 1033894 30725.0 1034605 59070.0 1035317 93096.0 1036028 99870.0 1036739 79103.0 1037451 54717.0 1038162 38591.0 1038874 29415.0 1039585 26430.0 1040296 22987.0 1041008 22103.0 1041719 21589.0 1042430 23688.0 1043142 37203.0 1043853 76257.0 1044565 141427.0 1045276 178426.0 1045987 159757.0 1046699 103049.0 1047410 61280.0 1048121 42590.0 1048833 32385.0 1049544 28839.0 1050256 26047.0 1050967 24679.0 1051678 23323.0 1052390 22154.0 1053101 22067.0 1053813 21526.0 1054524 21018.0 1055235 21043.0 1055947 21306.0 1056658 21006.0 1057369 20367.0 1058081 20583.0 1058792 20387.0 1059504 20290.0 1060215 19741.0 1060926 20144.0 1061638 20446.0 1062349 19705.0 1063061 20670.0 1063772 19532.0 1064483 20057.0 1065195 19857.0 1065906 19408.0 1066617 19214.0 1067329 18479.0 1068040 18668.0 1068752 18585.0 1069463 18948.0 1070174 19457.0 1070886 19358.0 1071597 19342.0 1072308 19418.0 1073020 18558.0 1073731 17948.0 1074443 18090.0 1075154 18348.0 1075865 17957.0 1076577 18306.0 1077288 18650.0 1078000 18746.0 1078711 19529.0 1079422 19338.0 1080134 19634.0 1080845 18551.0 1081556 18346.0 1082268 17529.0 1082979 18020.0 1083691 18440.0 1084402 18705.0 1085113 18446.0 1085825 18118.0 1086536 18167.0 1087247 19528.0 1087959 18819.0 1088670 21203.0 1089382 22143.0 1090093 22119.0 1090804 21875.0 1091516 20947.0 1092227 20083.0 1092939 19833.0 1093650 18153.0 1094361 18339.0 1095073 17809.0 1095784 18076.0 1096495 17288.0 1097207 17699.0 1097918 17583.0 1098630 18366.0 1099341 18439.0 1100052 17249.0 1100764 17694.0 1101475 18347.0 1102187 19694.0 1102898 20444.0 1103609 19066.0 1104321 18810.0 1105032 18927.0 1105743 19667.0 1106455 19506.0 1107166 20245.0 1107878 21426.0 1108589 22551.0 1109300 22207.0 1110012 21441.0 1110723 19728.0 1111434 20104.0 1112146 18205.0 1112857 18112.0 1113569 17913.0 1114280 18768.0 1114991 18334.0 1115703 20703.0 1116414 21771.0 1117126 23140.0 1117837 23833.0 1118548 23079.0 1119260 21332.0 1119971 20653.0 1120682 19250.0 1121394 19402.0 1122105 19300.0 1122817 20254.0 1123528 21378.0 1124239 20662.0 1124951 20439.0 1125662 19349.0 1126374 19444.0 1127085 19679.0 1127796 19629.0 1128508 19609.0 1129219 18736.0 1129930 19219.0 1130642 17873.0 1131353 16732.0 1132065 17266.0 1132776 17115.0 1133487 17739.0 1134199 18445.0 1134910 18648.0 1135621 19363.0 1136333 19514.0 1137044 19668.0 1137756 19359.0 1138467 19686.0 1139178 19165.0 1139890 18941.0 1140601 18114.0 1141313 18343.0 1142024 17773.0 1142735 17768.0 1143447 18122.0 1144158 17738.0 1144869 17437.0 1145581 17114.0 1146292 17711.0 1147004 18877.0 1147715 20405.0 1148426 22390.0 1149138 22864.0 1149849 21680.0 1150561 20179.0 1151272 18602.0 1151983 18638.0 1152695 18207.0 1153406 17996.0 1154117 17922.0 1154829 19718.0 1155540 21365.0 1156252 21273.0 1156963 21368.0 1157674 19642.0 1158386 18602.0 1159097 18378.0 1159808 18362.0 1160520 19155.0 1161231 20394.0 1161943 20402.0 1162654 20451.0 1163365 21026.0 1164077 22405.0 1164788 26558.0 1165500 28590.0 1166211 27354.0 1166922 24378.0 1167634 25329.0 1168345 29468.0 1169056 36229.0 1169768 37761.0 1170479 33212.0 1171191 27659.0 1171902 23274.0 1172613 21016.0 1173325 20320.0 1174036 19327.0 1174748 20786.0 1175459 28125.0 1176170 40987.0 1176882 53143.0 1177593 53389.0 1178304 43531.0 1179016 32963.0 1179727 26766.0 1180439 24316.0 1181150 21583.0 1181861 21182.0 1182573 20349.0 1183284 20493.0 1183995 19608.0 1184707 19899.0 1185418 19696.0 1186130 20194.0 1186841 19608.0 1187552 19755.0 1188264 20735.0 1188975 20445.0 1189687 19804.0 1190398 19439.0 1191109 19558.0 1191821 19904.0 1192532 21204.0 1193243 20171.0 1193955 19855.0 1194666 20521.0 1195378 19614.0 1196089 20657.0 1196800 18678.0 1197512 19594.0 1198223 18324.0 1198935 19396.0 1199646 18704.0 1200357 19054.0 1201069 23478.0 1201780 36283.0 1202491 53942.0 1203203 58588.0 1203914 48565.0 1204626 35729.0 1205337 27282.0 1206048 23765.0 1206760 23563.0 1207471 29067.0 1208182 39072.0 1208894 46831.0 1209605 46796.0 1210317 38072.0 1211028 29991.0 1211739 25127.0 1212451 21417.0 1213162 19717.0 1213874 20145.0 1214585 19062.0 1215296 18569.0 1216008 19097.0 1216719 19502.0 1217430 21353.0 1218142 20502.0 1218853 19978.0 1219565 19741.0 1220276 18878.0 1220987 19956.0 1221699 22860.0 1222410 23095.0 1223122 22377.0 1223833 20410.0 1224544 20030.0 1225256 18664.0 1225967 20061.0 1226678 19529.0 1227390 19075.0 1228101 19809.0 1228813 22356.0 1229524 33286.0 1230235 48742.0 1230947 57004.0 1231658 51967.0 1232369 39537.0 1233081 30029.0 1233792 24966.0 1234504 22068.0 1235215 19796.0 1235926 18805.0 1236638 18708.0 1237349 17872.0 1238061 17991.0 1238772 18510.0 1239483 18008.0 1240195 18013.0 1240906 17393.0 1241617 17376.0 1242329 17924.0 1243040 17859.0 1243752 18518.0 1244463 18770.0 1245174 19126.0 1245886 17757.0 1246597 17692.0 1247309 16751.0 1248020 17789.0 1248731 18224.0 1249443 19582.0 1250154 20116.0 1250865 19945.0 1251577 18609.0 1252288 17808.0 1253000 17977.0 1253711 18666.0 1254422 21317.0 1255134 24351.0 1255845 25493.0 1256556 24882.0 1257268 23473.0 1257979 24696.0 1258691 30480.0 1259402 39039.0 1260113 41548.0 1260825 38467.0 1261536 30217.0 1262248 24247.0 1262959 22038.0 1263670 19842.0 1264382 19564.0 1265093 19295.0 1265804 19746.0 1266516 19059.0 1267227 18619.0 1267939 18813.0 1268650 20470.0 1269361 21196.0 1270073 21406.0 1270784 21217.0 1271496 20788.0 1272207 18437.0 1272918 17773.0 1273630 18365.0 1274341 17280.0 1275052 16932.0 1275764 16555.0 1276475 16957.0 1277187 16643.0 1277898 17727.0 1278609 18025.0 1279321 18227.0 1280032 18753.0 1280743 18349.0 1281455 18951.0 1282166 18828.0 1282878 18745.0 1283589 18279.0 1284300 18898.0 1285012 17371.0 1285723 17819.0 1286435 17606.0 1287146 17331.0 1287857 16849.0 1288569 16478.0 1289280 17094.0 1289991 18800.0 1290703 20139.0 1291414 20725.0 1292126 21643.0 1292837 22264.0 1293548 23919.0 1294260 22742.0 1294971 20972.0 1295682 19647.0 1296394 18574.0 1297105 17851.0 1297817 18143.0 1298528 18118.0 1299239 17649.0 1299951 17656.0 1300662 17207.0 1301374 17754.0 1302085 17861.0 1302796 17360.0 1303508 17427.0 1304219 17302.0 1304930 18102.0 1305642 18119.0 1306353 18121.0 1307065 19892.0 1307776 20617.0 1308487 19849.0 1309199 18863.0 1309910 18428.0 1310622 17982.0 1311333 19045.0 1312044 22625.0 1312756 25632.0 1313467 28245.0 1314178 29307.0 1314890 34810.0 1315601 44423.0 1316313 46734.0 1317024 42119.0 1317735 33496.0 1318447 26809.0 1319158 22910.0 1319869 20781.0 1320581 19602.0 1321292 19531.0 1322004 18930.0 1322715 17959.0 1323426 18596.0 1324138 17625.0 1324849 17660.0 1325561 17883.0 1326272 18113.0 1326983 18404.0 1327695 18114.0 1328406 18683.0 1329117 17889.0 1329829 17859.0 1330540 17059.0 1331252 17149.0 1331963 17054.0 1332674 16534.0 1333386 16834.0 1334097 17187.0 1334809 16925.0 1335520 17175.0 1336231 16425.0 1336943 16983.0 1337654 16772.0 1338365 17219.0 1339077 17187.0 1339788 17439.0 1340500 19259.0 1341211 21350.0 1341922 24477.0 1342634 27217.0 1343345 29799.0 1344056 27678.0 1344768 23875.0 1345479 20293.0 1346191 18467.0 1346902 17888.0 1347613 17370.0 1348325 16980.0 1349036 17754.0 1349748 18597.0 1350459 19957.0 1351170 19720.0 1351882 20298.0 1352593 19361.0 1353304 19371.0 1354016 18568.0 1354727 18242.0 1355439 17603.0 1356150 18263.0 1356861 18201.0 1357573 16618.0 1358284 17032.0 1358996 17028.0 1359707 16548.0 1360418 17567.0 1361130 17281.0 1361841 19002.0 1362552 19792.0 1363264 21305.0 1363975 21777.0 1364687 20571.0 1365398 20410.0 1366109 19887.0 1366821 19051.0 1367532 19171.0 1368243 18744.0 1368955 18959.0 1369666 20565.0 1370378 21944.0 1371089 23652.0 1371800 27130.0 1372512 28155.0 1373223 30127.0 1373935 27763.0 1374646 26162.0 1375357 22935.0 1376069 20987.0 1376780 19816.0 1377491 19203.0 1378203 19521.0 1378914 20391.0 1379626 23184.0 1380337 37351.0 1381048 64934.0 1381760 106688.0 1382471 154641.0 1383183 200571.0 1383894 210869.0 1384605 157813.0 1385317 84713.0 1386028 49014.0 1386739 36086.0 1387451 31599.0 1388162 29332.0 1388874 28784.0 1389585 27220.0 1390296 25828.0 1391008 24996.0 1391719 23019.0 1392430 22501.0 1393142 21402.0 1393853 20647.0 1394565 20719.0 1395276 21714.0 1395987 21808.0 1396699 22764.0 1397410 23625.0 1398122 25106.0 1398833 24967.0 1399544 23521.0 1400256 21747.0 1400967 20203.0 1401678 20430.0 1402390 20677.0 1403101 23441.0 1403813 25401.0 1404524 26473.0 1405235 25257.0 1405947 22200.0 1406658 21627.0 1407370 20749.0 1408081 21563.0 1408792 21342.0 1409504 22305.0 1410215 21867.0 1410926 20329.0 1411638 21290.0 1412349 21518.0 1413061 21199.0 1413772 21044.0 1414483 20162.0 1415195 20383.0 1415906 20901.0 1416617 20142.0 1417329 18747.0 1418040 18105.0 1418752 19232.0 1419463 18545.0 1420174 18678.0 1420886 18972.0 1421597 19971.0 1422309 19982.0 1423020 22590.0 1423731 24795.0 1424443 24806.0 1425154 23456.0 1425865 21147.0 1426577 19945.0 1427288 19465.0 1428000 20806.0 1428711 19969.0 1429422 20228.0 1430134 20884.0 1430845 21400.0 1431557 20573.0 1432268 20772.0 1432979 20255.0 1433691 20066.0 1434402 19524.0 1435113 18880.0 1435825 18200.0 1436536 18853.0 1437248 20468.0 1437959 22021.0 1438670 24255.0 1439382 24920.0 1440093 23344.0 1440804 21240.0 1441516 19350.0 1442227 19048.0 1442939 19950.0 1443650 21679.0 1444361 25707.0 1445073 32046.0 1445784 41514.0 1446496 45248.0 1447207 41267.0 1447918 33166.0 1448630 26528.0 1449341 23544.0 1450052 22220.0 1450764 21136.0 1451475 22505.0 1452187 23151.0 1452898 24411.0 1453609 24203.0 1454321 25994.0 1455032 28567.0 1455744 30945.0 1456455 31034.0 1457166 28527.0 1457878 25933.0 1458589 22773.0 1459300 21128.0 1460012 20231.0 1460723 19149.0 1461435 18877.0 1462146 19300.0 1462857 18569.0 1463569 19008.0 1464280 18584.0 1464991 18512.0 1465703 18070.0 1466414 18668.0 1467126 19127.0 1467837 22439.0 1468548 28955.0 1469260 34681.0 1469971 35249.0 1470683 31420.0 1471394 26760.0 1472105 23320.0 1472817 21331.0 1473528 20942.0 1474239 19764.0 1474951 20028.0 1475662 21562.0 1476374 20579.0 1477085 19948.0 1477796 19450.0 1478508 19210.0 1479219 20950.0 1479931 23590.0 1480642 25184.0 1481353 27801.0 1482065 26851.0 1482776 23737.0 1483487 22197.0 1484199 19207.0 1484910 19166.0 1485622 19139.0 1486333 21568.0 1487044 24027.0 1487756 25970.0 1488467 28783.0 1489178 29255.0 1489890 28319.0 1490601 24947.0 1491313 21960.0 1492024 20444.0 1492735 19772.0 1493447 18216.0 1494158 18018.0 1494870 17745.0 1495581 18016.0 1496292 17521.0 1497004 18466.0 1497715 18149.0 1498426 17857.0 1499138 18003.0 1499849 17098.0 1500561 17259.0 1501272 17129.0 1501983 17348.0 1502695 17166.0 1503406 16609.0 1504117 17592.0 1504829 16870.0 1505540 17543.0 1506252 17597.0 1506963 18608.0 1507674 20383.0 1508386 21696.0 1509097 22163.0 1509809 21456.0 1510520 20717.0 1511231 24167.0 1511943 32968.0 1512654 42008.0 1513365 44645.0 1514077 37913.0 1514788 30415.0 1515500 25153.0 1516211 22091.0 1516922 22019.0 1517634 22189.0 1518345 22502.0 1519057 21244.0 1519768 21263.0 1520479 20925.0 1521191 20103.0 1521902 18922.0 1522613 18297.0 1523325 18611.0 1524036 18223.0 1524748 19901.0 1525459 21422.0 1526170 21878.0 1526882 20500.0 1527593 19530.0 1528304 19112.0 1529016 18572.0 1529727 19181.0 1530439 21461.0 1531150 22351.0 1531861 22098.0 1532573 22778.0 1533284 23317.0 1533996 28037.0 1534707 37874.0 1535418 50331.0 1536130 58528.0 1536841 52526.0 1537552 38364.0 1538264 27468.0 1538975 23490.0 1539687 21805.0 1540398 20743.0 1541109 20961.0 1541821 19448.0 1542532 18677.0 1543244 18964.0 1543955 18625.0 1544666 18157.0 1545378 18099.0 1546089 18533.0 1546800 18006.0 1547512 17836.0 1548223 17381.0 1548935 17995.0 1549646 18222.0 1550357 17457.0 1551069 17382.0 1551780 17107.0 1552491 17944.0 1553203 18376.0 1553914 20274.0 1554626 21600.0 1555337 22116.0 1556048 21654.0 1556760 20278.0 1557471 18848.0 1558183 19023.0 1558894 19276.0 1559605 19997.0 1560317 25432.0 1561028 35670.0 1561739 61826.0 1562451 95924.0 1563162 131395.0 1563874 149169.0 1564585 130333.0 1565296 84026.0 1566008 52977.0 1566719 39861.0 1567431 32012.0 1568142 29916.0 1568853 27639.0 1569565 26134.0 1570276 25816.0 1570987 24788.0 1571699 23527.0 1572410 22485.0 1573122 22079.0 1573833 21391.0 1574544 20028.0 1575256 20708.0 1575967 20983.0 1576678 19924.0 1577390 20318.0 1578101 19979.0 1578813 20391.0 1579524 21212.0 1580235 21142.0 1580947 20986.0 1581658 21302.0 1582370 22778.0 1583081 23209.0 1583792 22138.0 1584504 21641.0 1585215 20842.0 1585926 20001.0 1586638 20068.0 1587349 19640.0 1588061 19661.0 1588772 20080.0 1589483 20217.0 1590195 19982.0 1590906 19497.0 1591618 19408.0 1592329 18796.0 1593040 18415.0 1593752 18102.0 1594463 17906.0 1595174 17926.0 1595886 17769.0 1596597 17982.0 1597309 18102.0 1598020 18861.0 1598731 19294.0 1599443 19950.0 1600154 20093.0 1600865 19017.0 1601577 19265.0 1602288 18634.0 1603000 19083.0 1603711 19227.0 1604422 20309.0 1605134 20189.0 1605845 23246.0 1606557 28027.0 1607268 31971.0 1607979 32552.0 1608691 29449.0 1609402 26925.0 1610113 26521.0 1610825 30369.0 1611536 33932.0 1612248 35032.0 1612959 31691.0 1613670 31327.0 1614382 34776.0 1615093 39024.0 1615805 39455.0 1616516 33269.0 1617227 26009.0 1617939 22957.0 1618650 21797.0 1619361 21217.0 1620073 23334.0 1620784 26823.0 1621496 32331.0 1622207 37065.0 1622918 33582.0 1623630 29681.0 1624341 25451.0 1625052 22883.0 1625764 21024.0 1626475 21377.0 1627187 20629.0 1627898 20784.0 1628609 19668.0 1629321 19420.0 1630032 18944.0 1630744 18253.0 1631455 18191.0 1632166 18323.0 1632878 17769.0 1633589 18651.0 1634300 18515.0 1635012 19743.0 1635723 20766.0 1636435 23792.0 1637146 27327.0 1637857 27930.0 1638569 26629.0 1639280 23503.0 1639992 21765.0 1640703 19817.0 1641414 19757.0 1642126 20274.0 1642837 20107.0 1643548 21746.0 1644260 21834.0 1644971 20967.0 1645683 21844.0 1646394 22986.0 1647105 23702.0 1647817 22236.0 1648528 21458.0 1649239 19358.0 1649951 18301.0 1650662 18122.0 1651374 18511.0 1652085 17655.0 1652796 17590.0 1653508 17879.0 1654219 16598.0 1654931 16538.0 1655642 17141.0 1656353 17978.0 1657065 17257.0 1657776 17585.0 1658487 18645.0 1659199 20300.0 1659910 24863.0 1660622 28780.0 1661333 29404.0 1662044 26265.0 1662756 24209.0 1663467 23552.0 1664179 25463.0 1664890 26429.0 1665601 27867.0 1666313 26136.0 1667024 25150.0 1667735 22942.0 1668447 21916.0 1669158 22709.0 1669870 22840.0 1670581 25380.0 1671292 30257.0 1672004 34617.0 1672715 34349.0 1673426 33625.0 1674138 41353.0 1674849 61084.0 1675561 93832.0 1676272 131953.0 1676983 162817.0 1677695 151251.0 1678406 98160.0 1679118 58972.0 1679829 41846.0 1680540 36610.0 1681252 35323.0 1681963 33140.0 1682674 29361.0 1683386 26162.0 1684097 24465.0 1684809 22982.0 1685520 21464.0 1686231 19963.0 1686943 19556.0 1687654 19975.0 1688366 20827.0 1689077 27371.0 1689788 32047.0 1690500 33991.0 1691211 37658.0 1691922 48598.0 1692634 62813.0 1693345 82073.0 1694057 102201.0 1694768 117294.0 1695479 106929.0 1696191 80932.0 1696902 62605.0 1697613 52089.0 1698325 44003.0 1699036 41652.0 1699748 40329.0 1700459 39190.0 1701170 36959.0 1701882 35456.0 1702593 33360.0 1703305 31852.0 1704016 31559.0 1704727 30236.0 1705439 29299.0 1706150 28117.0 1706861 28675.0 1707573 27470.0 1708284 27054.0 1708996 27699.0 1709707 27092.0 1710418 25819.0 1711130 25994.0 1711841 26127.0 1712552 25721.0 1713264 24800.0 1713975 25641.0 1714687 25746.0 1715398 26082.0 1716109 25864.0 1716821 25513.0 1717532 24600.0 1718244 23661.0 1718955 25594.0 1719666 29222.0 1720378 34895.0 1721089 40047.0 1721800 41918.0 1722512 42250.0 1723223 39891.0 1723935 37019.0 1724646 33531.0 1725357 29688.0 1726069 26348.0 1726780 24941.0 1727492 24168.0 1728203 24739.0 1728914 25983.0 1729626 27599.0 1730337 30872.0 1731048 32047.0 1731760 30934.0 1732471 29373.0 1733183 26174.0 1733894 23757.0 1734605 21927.0 1735317 21707.0 1736028 22417.0 1736739 22351.0 1737451 23419.0 1738162 24100.0 1738874 24871.0 1739585 24044.0 1740296 23502.0 1741008 22429.0 1741719 22254.0 1742431 20574.0 1743142 20793.0 1743853 20157.0 1744565 19874.0 1745276 21500.0 1745987 20220.0 1746699 21545.0 1747410 22494.0 1748122 21707.0 1748833 22846.0 1749544 22469.0 1750256 21249.0 1750967 20900.0 1751679 20066.0 1752390 19508.0 1753101 19393.0 1753813 19002.0 1754524 19362.0 1755235 19309.0 1755947 19681.0 1756658 19589.0 1757370 19674.0 1758081 19876.0 1758792 19680.0 1759504 20001.0 1760215 19220.0 1760926 18996.0 1761638 20097.0 1762349 20187.0 1763061 19754.0 1763772 20561.0 1764483 22785.0 1765195 25572.0 1765906 27688.0 1766618 27642.0 1767329 26012.0 1768040 23627.0 1768752 21533.0 1769463 20555.0 1770174 22036.0 1770886 20980.0 1771597 20849.0 1772309 20780.0 1773020 19106.0 1773731 18650.0 1774443 19987.0 1775154 21574.0 1775866 22462.0 1776577 22205.0 1777288 21888.0 1778000 21472.0 1778711 19591.0 1779422 20004.0 1780134 19646.0 1780845 19501.0 1781557 18854.0 1782268 19076.0 1782979 18498.0 1783691 18011.0 1784402 18558.0 1785113 18432.0 1785825 19900.0 1786536 18886.0 1787248 18920.0 1787959 19202.0 1788670 19340.0 1789382 21284.0 1790093 24114.0 1790805 24377.0 1791516 23246.0 1792227 20800.0 1792939 19866.0 1793650 20314.0 1794361 22424.0 1795073 30974.0 1795784 45753.0 1796496 58402.0 1797207 57601.0 1797918 44755.0 1798630 32987.0 1799341 25228.0 1800053 20667.0 1800764 20593.0 1801475 19315.0 1802187 19192.0 1802898 19561.0 1803609 20570.0 1804321 21657.0 1805032 23173.0 1805744 24920.0 1806455 25157.0 1807166 24896.0 1807878 24034.0 1808589 23147.0 1809300 21536.0 1810012 19980.0 1810723 20249.0 1811435 19159.0 1812146 20532.0 1812857 19536.0 1813569 19401.0 1814280 20001.0 1814992 20174.0 1815703 20761.0 1816414 20946.0 1817126 21219.0 1817837 21357.0 1818548 20324.0 1819260 20673.0 1819971 20556.0 1820683 20117.0 1821394 20403.0 1822105 20351.0 1822817 20081.0 1823528 20470.0 1824240 20860.0 1824951 21263.0 1825662 24026.0 1826374 32786.0 1827085 63304.0 1827796 136133.0 1828508 241335.0 1829219 332892.0 1829931 338330.0 1830642 224840.0 1831353 109573.0 1832065 52886.0 1832776 34598.0 1833487 29044.0 1834199 26651.0 1834910 25656.0 1835622 25021.0 1836333 23116.0 1837044 23697.0 1837756 23878.0 1838467 24495.0 1839179 26153.0 1839890 25441.0 1840601 23893.0 1841313 23272.0 1842024 21756.0 1842735 20921.0 1843447 20161.0 1844158 19411.0 1844870 19049.0 1845581 19532.0 1846292 19842.0 1847004 21110.0 1847715 22116.0 1848427 22986.0 1849138 22150.0 1849849 22548.0 1850561 21090.0 1851272 21385.0 1851983 20687.0 1852695 19806.0 1853406 19972.0 1854118 20657.0 1854829 22795.0 1855540 24432.0 1856252 25342.0 1856963 24204.0 1857674 22588.0 1858386 21209.0 1859097 19958.0 1859809 19180.0 1860520 18584.0 1861231 18459.0 1861943 18809.0 1862654 18623.0 1863366 18896.0 1864077 17853.0 1864788 18197.0 1865500 18392.0 1866211 17287.0 1866922 17695.0 1867634 17957.0 1868345 18497.0 1869057 18904.0 1869768 19400.0 1870479 19736.0 1871191 19207.0 1871902 18911.0 1872614 18340.0 1873325 18047.0 1874036 18741.0 1874748 19575.0 1875459 20403.0 1876170 19786.0 1876882 20636.0 1877593 20313.0 1878305 18821.0 1879016 18255.0 1879727 18309.0 1880439 18943.0 1881150 19538.0 1881861 20272.0 1882573 20480.0 1883284 21132.0 1883996 23164.0 1884707 27897.0 1885418 32003.0 1886130 33814.0 1886841 31869.0 1887553 30668.0 1888264 29452.0 1888975 27472.0 1889687 25710.0 1890398 22789.0 1891109 21751.0 1891821 21964.0 1892532 21556.0 1893244 22746.0 1893955 22512.0 1894666 21353.0 1895378 20550.0 1896089 19914.0 1896801 19060.0 1897512 18838.0 1898223 18220.0 1898935 18767.0 1899646 18342.0 1900357 18399.0 1901069 18086.0 1901780 17634.0 1902492 17580.0 1903203 18263.0 1903914 19026.0 1904626 19180.0 1905337 20272.0 1906048 21153.0 1906760 20625.0 1907471 20017.0 1908183 19710.0 1908894 19262.0 1909605 19837.0 1910317 20264.0 1911028 20800.0 1911740 22379.0 1912451 23701.0 1913162 25298.0 1913874 26018.0 1914585 25594.0 1915296 24963.0 1916008 22935.0 1916719 21226.0 1917431 21105.0 1918142 19568.0 1918853 18725.0 1919565 19332.0 1920276 19357.0 1920987 19241.0 1921699 19167.0 1922410 17866.0 1923122 18111.0 1923833 18142.0 1924544 18584.0 1925256 18452.0 1925967 19204.0 1926679 18621.0 1927390 18619.0 1928101 18352.0 1928813 17654.0 1929524 18703.0 1930235 19626.0 1930947 22837.0 1931658 28469.0 1932370 39114.0 1933081 54653.0 1933792 68881.0 1934504 70724.0 1935215 58712.0 1935927 43746.0 1936638 32530.0 1937349 26223.0 1938061 22117.0 1938772 20246.0 1939483 19636.0 1940195 18804.0 1940906 19053.0 1941618 19356.0 1942329 18749.0 1943040 18795.0 1943752 18846.0 1944463 17973.0 1945174 18360.0 1945886 17378.0 1946597 18799.0 1947309 19143.0 1948020 19839.0 1948731 20199.0 1949443 19657.0 1950154 18951.0 1950866 19818.0 1951577 19995.0 1952288 20288.0 1953000 21644.0 1953711 21916.0 1954422 22815.0 1955134 22143.0 1955845 22131.0 1956557 21827.0 1957268 21198.0 1957979 21888.0 1958691 21989.0 1959402 24061.0 1960114 26083.0 1960825 26943.0 1961536 26827.0 1962248 25531.0 1962959 23497.0 1963670 22833.0 1964382 22943.0 1965093 24391.0 1965805 28689.0 1966516 33938.0 1967227 38614.0 1967939 36059.0 1968650 33199.0 1969361 28914.0 1970073 24529.0 1970784 22732.0 1971496 22077.0 1972207 22237.0 1972918 26073.0 1973630 34338.0 1974341 43588.0 1975053 50731.0 1975764 49486.0 1976475 44230.0 1977187 34784.0 1977898 30392.0 1978609 28718.0 1979321 28406.0 1980032 28550.0 1980744 28459.0 1981455 25718.0 1982166 23786.0 1982878 21782.0 1983589 22127.0 1984301 21237.0 1985012 21553.0 1985723 22163.0 1986435 23689.0 1987146 24378.0 1987857 24406.0 1988569 23470.0 1989280 23332.0 1989992 21765.0 1990703 21912.0 1991414 20757.0 1992126 21034.0 1992837 20836.0 1993548 20618.0 1994260 20559.0 1994971 20417.0 1995683 20675.0 1996394 22037.0 1997105 24242.0 1997817 25182.0 1998528 27175.0 1999240 26746.0 1999951 27439.0 2000662 29328.0 2001374 29769.0 2002085 28433.0 2002796 25316.0 2003508 22919.0 2004219 21894.0 2004931 20880.0 2005642 22027.0 2006353 22654.0 2007065 23828.0 2007776 23096.0 2008488 23180.0 2009199 23074.0 2009910 22683.0 2010622 21527.0 2011333 22858.0 2012044 23123.0 2012756 24571.0 2013467 23489.0 2014179 23432.0 2014890 22081.0 2015601 21859.0 2016313 23132.0 2017024 24208.0 2017735 26415.0 2018447 28203.0 2019158 27289.0 2019870 26505.0 2020581 24880.0 2021292 22351.0 2022004 20676.0 2022715 21313.0 2023427 20424.0 2024138 21125.0 2024849 23772.0 2025561 26321.0 2026272 30149.0 2026983 30780.0 2027695 30194.0 2028406 25999.0 2029118 23189.0 2029829 21389.0 2030540 21745.0 2031252 23010.0 2031963 25506.0 2032675 31718.0 2033386 32507.0 2034097 30601.0 2034809 25210.0 2035520 22724.0 2036231 19750.0 2036943 19488.0 2037654 21303.0 2038366 25887.0 2039077 31684.0 2039788 37102.0 2040500 36863.0 2041211 32164.0 2041922 28227.0 2042634 25306.0 2043345 27305.0 2044057 32715.0 2044768 38751.0 2045479 39690.0 2046191 34540.0 2046902 27392.0 2047614 23416.0 2048325 22510.0 2049036 22143.0 2049748 21256.0 2050459 21386.0 2051170 20927.0 2051882 20133.0 2052593 21223.0 2053305 20353.0 2054016 20685.0 2054727 21755.0 2055439 21976.0 2056150 20721.0 2056862 19938.0 2057573 19879.0 2058284 19121.0 2058996 18846.0 2059707 20130.0 2060418 21574.0 2061130 23724.0 2061841 27171.0 2062553 30260.0 2063264 31923.0 2063975 34320.0 2064687 34906.0 2065398 35025.0 2066109 35132.0 2066821 32486.0 2067532 32704.0 2068244 32553.0 2068955 32989.0 2069666 31663.0 2070378 29014.0 2071089 26933.0 2071801 24395.0 2072512 25091.0 2073223 23845.0 2073935 25599.0 2074646 26114.0 2075357 24473.0 2076069 23558.0 2076780 21380.0 2077492 20935.0 2078203 20530.0 2078914 20086.0 2079626 20425.0 2080337 20032.0 2081049 19860.0 2081760 20427.0 2082471 19459.0 2083183 18716.0 2083894 19510.0 2084605 21112.0 2085317 21600.0 2086028 23590.0 2086740 23965.0 2087451 22935.0 2088162 22635.0 2088874 21513.0 2089585 21144.0 2090296 21038.0 2091008 20109.0 2091719 19708.0 2092431 20476.0 2093142 21907.0 2093853 25748.0 2094565 32720.0 2095276 42084.0 2095988 51958.0 2096699 57678.0 2097410 56272.0 2098122 47414.0 2098833 38265.0 2099544 31014.0 2100256 28071.0 2100967 25092.0 2101679 24482.0 2102390 22210.0 2103101 22100.0 2103813 22176.0 2104524 21014.0 2105236 21226.0 2105947 20888.0 2106658 19783.0 2107370 20577.0 2108081 21133.0 2108792 19479.0 2109504 20540.0 2110215 19729.0 2110927 19569.0 2111638 19875.0 2112349 19425.0 2113061 19168.0 2113772 18676.0 2114483 19487.0 2115195 18881.0 2115906 18326.0 2116618 18912.0 2117329 19295.0 2118040 19988.0 2118752 21549.0 2119463 25285.0 2120175 39016.0 2120886 62646.0 2121597 86321.0 2122309 91956.0 2123020 73991.0 2123731 50655.0 2124443 34558.0 2125154 27701.0 2125866 27196.0 2126577 28651.0 2127288 32418.0 2128000 32105.0 2128711 30424.0 2129422 27587.0 2130134 24096.0 2130845 21936.0 2131557 20456.0 2132268 20612.0 2132979 20128.0 2133691 19163.0 2134402 18748.0 2135114 19554.0 2135825 20203.0 2136536 20694.0 2137248 21171.0 2137959 20594.0 2138670 20158.0 2139382 20487.0 2140093 19234.0 2140805 19988.0 2141516 20462.0 2142227 21431.0 2142939 24193.0 2143650 32099.0 2144362 48358.0 2145073 76010.0 2145784 113800.0 2146496 159944.0 2147207 200457.0 2147918 218937.0 2148630 184984.0 2149341 98871.0 2150053 48380.0 2150764 32953.0 2151475 29235.0 2152187 28246.0 2152898 26206.0 2153609 25914.0 2154321 26218.0 2155032 25823.0 2155744 25683.0 2156455 24325.0 2157166 22337.0 2157878 21832.0 2158589 21585.0 2159301 21430.0 2160012 21890.0 2160723 21889.0 2161435 21922.0 2162146 21618.0 2162857 21552.0 2163569 22116.0 2164280 21547.0 2164992 22040.0 2165703 23924.0 2166414 25825.0 2167126 28796.0 2167837 28241.0 2168549 26123.0 2169260 24280.0 2169971 25839.0 2170683 26144.0 2171394 26523.0 2172105 24345.0 2172817 23511.0 2173528 21709.0 2174240 21598.0 2174951 21534.0 2175662 22686.0 2176374 23415.0 2177085 26717.0 2177796 28675.0 2178508 29672.0 2179219 30424.0 2179931 31828.0 2180642 31849.0 2181353 31245.0 2182065 30299.0 2182776 28980.0 2183488 29964.0 2184199 31123.0 2184910 32372.0 2185622 29471.0 2186333 25766.0 2187044 22801.0 2187756 20959.0 2188467 19872.0 2189179 19021.0 2189890 19694.0 2190601 19462.0 2191313 19535.0 2192024 19357.0 2192736 20046.0 2193447 19802.0 2194158 19692.0 2194870 19977.0 2195581 20285.0 2196292 20373.0 2197004 19998.0 2197715 20968.0 2198427 21635.0 2199138 21603.0 2199849 22456.0 2200561 21986.0 2201272 21952.0 2201983 22308.0 2202695 22962.0 2203406 24978.0 2204118 24816.0 2204829 23638.0 2205540 22209.0 2206252 21215.0 2206963 20009.0 2207675 19890.0 2208386 17878.0 2209097 19369.0 2209809 18555.0 2210520 18937.0 2211231 19230.0 2211943 20280.0 2212654 19653.0 2213366 18744.0 2214077 18757.0 2214788 18407.0 2215500 17825.0 2216211 18161.0 2216923 18726.0 2217634 19605.0 2218345 19011.0 2219057 19652.0 2219768 18803.0 2220479 18859.0 2221191 18944.0 2221902 19084.0 2222614 18396.0 2223325 18817.0 2224036 19017.0 2224748 19757.0 2225459 20373.0 2226170 19636.0 2226882 19603.0 2227593 19017.0 2228305 18626.0 2229016 18362.0 2229727 18916.0 2230439 19318.0 2231150 19627.0 2231862 19228.0 2232573 17782.0 2233284 17771.0 2233996 17138.0 2234707 18295.0 2235418 18130.0 2236130 18593.0 2236841 18926.0 2237553 19518.0 2238264 18592.0 2238975 17864.0 2239687 18038.0 2240398 18634.0 2241110 19275.0 2241821 19920.0 2242532 20187.0 2243244 21078.0 2243955 21780.0 2244666 21968.0 2245378 20754.0 2246089 20984.0 2246801 20508.0 2247512 20835.0 2248223 20277.0 2248935 19384.0 2249646 19417.0 2250357 18191.0 2251069 18980.0 2251780 18918.0 2252492 18816.0 2253203 18997.0 2253914 18656.0 2254626 19026.0 2255337 18989.0 2256049 19341.0 2256760 18816.0 2257471 18296.0 2258183 19254.0 2258894 20020.0 2259605 21048.0 2260317 21623.0 2261028 22719.0 2261740 21825.0 2262451 21903.0 2263162 21986.0 2263874 22450.0 2264585 22079.0 2265297 22338.0 2266008 22322.0 2266719 20622.0 2267431 19408.0 2268142 19076.0 2268853 18110.0 2269565 18076.0 2270276 18029.0 2270988 18637.0 2271699 19714.0 2272410 20940.0 2273122 22429.0 2273833 22111.0 2274544 20300.0 2275256 18463.0 2275967 18264.0 2276679 18707.0 2277390 18947.0 2278101 19798.0 2278813 20222.0 2279524 21927.0 2280236 23671.0 2280947 24135.0 2281658 23454.0 2282370 22482.0 2283081 21826.0 2283792 21834.0 2284504 23157.0 2285215 22728.0 2285927 22113.0 2286638 21343.0 2287349 21587.0 2288061 21196.0 2288772 20933.0 2289484 20035.0 2290195 19536.0 2290906 19627.0 2291618 20217.0 2292329 20560.0 2293040 21223.0 2293752 20371.0 2294463 19750.0 2295175 19846.0 2295886 21650.0 2296597 23035.0 2297309 24421.0 2298020 24439.0 2298731 22710.0 2299443 22254.0 2300154 20632.0 2300866 21474.0 2301577 19769.0 2302288 20192.0 2303000 19554.0 2303711 19643.0 2304423 18757.0 2305134 17835.0 2305845 18810.0 2306557 17735.0 2307268 17720.0 2307979 18635.0 2308691 18767.0 2309402 20588.0 2310114 21079.0 2310825 20836.0 2311536 20511.0 2312248 21161.0 2312959 20519.0 2313671 19497.0 2314382 19192.0 2315093 19604.0 2315805 20118.0 2316516 20353.0 2317227 20536.0 2317939 20917.0 2318650 20494.0 2319362 23308.0 2320073 26788.0 2320784 30367.0 2321496 33135.0 2322207 29662.0 2322918 26448.0 2323630 22747.0 2324341 20735.0 2325053 19436.0 2325764 18364.0 2326475 17749.0 2327187 17840.0 2327898 18715.0 2328610 18689.0 2329321 18752.0 2330032 19143.0 2330744 19224.0 2331455 19623.0 2332166 19698.0 2332878 20500.0 2333589 20720.0 2334301 20526.0 2335012 20089.0 2335723 19931.0 2336435 18752.0 2337146 17805.0 2337857 18714.0 2338569 18326.0 2339280 17954.0 2339992 18236.0 2340703 18592.0 2341414 18461.0 2342126 19522.0 2342837 20896.0 2343549 21209.0 2344260 23564.0 2344971 26021.0 2345683 35690.0 2346394 51042.0 2347105 64850.0 2347817 65731.0 2348528 55024.0 2349240 40971.0 2349951 31415.0 2350662 25963.0 2351374 23633.0 2352085 21343.0 2352797 19671.0 2353508 20137.0 2354219 19249.0 2354931 19408.0 2355642 19612.0 2356353 19587.0 2357065 19347.0 2357776 19694.0 2358488 18887.0 2359199 18916.0 2359910 18986.0 2360622 19071.0 2361333 21028.0 2362044 23821.0 2362756 29849.0 2363467 29147.0 2364179 28528.0 2364890 24560.0 2365601 24565.0 2366313 27062.0 2367024 30773.0 2367736 34645.0 2368447 34084.0 2369158 28968.0 2369870 25236.0 2370581 22119.0 2371292 21510.0 2372004 21068.0 2372715 21227.0 2373427 22176.0 2374138 23164.0 2374849 23983.0 2375561 23182.0 2376272 22759.0 2376984 20696.0 2377695 20677.0 2378406 20590.0 2379118 19201.0 2379829 18957.0 2380540 18640.0 2381252 19121.0 2381963 17816.0 2382675 17828.0 2383386 18393.0 2384097 19415.0 2384809 19639.0 2385520 19284.0 2386231 21225.0 2386943 25559.0 2387654 36987.0 2388366 47910.0 2389077 53767.0 2389788 51814.0 2390500 40339.0 2391211 31775.0 2391923 25744.0 2392634 23918.0 2393345 23282.0 2394057 22757.0 2394768 23227.0 2395479 24810.0 2396191 24275.0 2396902 23922.0 2397614 22650.0 2398325 22007.0 2399036 21435.0 2399748 21356.0 2400459 21276.0 2401171 21509.0 2401882 21414.0 2402593 23768.0 2403305 27444.0 2404016 31103.0 2404727 30174.0 2405439 26531.0 2406150 24221.0 2406862 22364.0 2407573 23017.0 2408284 24344.0 2408996 26162.0 2409707 25350.0 2410418 23883.0 2411130 23366.0 2411841 22706.0 2412553 23042.0 2413264 25078.0 2413975 25695.0 2414687 27183.0 2415398 29254.0 2416110 28829.0 2416821 24866.0 2417532 24344.0 2418244 23506.0 2418955 21843.0 2419666 23075.0 2420378 25295.0 2421089 27098.0 2421801 27381.0 2422512 25133.0 2423223 24120.0 2423935 21642.0 2424646 20183.0 2425358 20613.0 2426069 20251.0 2426780 20573.0 2427492 21227.0 2428203 21100.0 2428914 20463.0 2429626 20569.0 2430337 19737.0 2431049 19520.0 2431760 20085.0 2432471 20949.0 2433183 24111.0 2433894 26956.0 2434605 27281.0 2435317 25433.0 2436028 23968.0 2436740 22013.0 2437451 20059.0 2438162 19637.0 2438874 20157.0 2439585 20404.0 2440297 21003.0 2441008 21345.0 2441719 20490.0 2442431 19265.0 2443142 19756.0 2443853 19295.0 2444565 18683.0 2445276 19589.0 2445988 19615.0 2446699 18932.0 2447410 19137.0 2448122 20112.0 2448833 20613.0 2449545 20157.0 2450256 20102.0 2450967 19144.0 2451679 19871.0 2452390 19624.0 2453101 21719.0 2453813 23395.0 2454524 27324.0 2455236 35459.0 2455947 45719.0 2456658 54244.0 2457370 52640.0 2458081 41946.0 2458792 31804.0 2459504 25947.0 2460215 22502.0 2460927 21613.0 2461638 22157.0 2462349 21590.0 2463061 20517.0 2463772 20589.0 2464484 21194.0 2465195 20457.0 2465906 20777.0 2466618 20867.0 2467329 20585.0 2468040 20248.0 2468752 20424.0 2469463 20057.0 2470175 20241.0 2470886 20516.0 2471597 20214.0 2472309 19856.0 2473020 21469.0 2473732 22996.0 2474443 25289.0 2475154 26134.0 2475866 25782.0 2476577 24311.0 2477288 23999.0 2478000 22505.0 2478711 22987.0 2479423 22123.0 2480134 22399.0 2480845 21854.0 2481557 20398.0 2482268 20352.0 2482979 21049.0 2483691 20850.0 2484402 22173.0 2485114 21449.0 2485825 21523.0 2486536 20095.0 2487248 19010.0 2487959 18522.0 2488671 18610.0 2489382 18315.0 2490093 18430.0 2490805 18208.0 2491516 18784.0 2492227 19151.0 2492939 19892.0 2493650 21052.0 2494362 21225.0 2495073 22669.0 2495784 21391.0 2496496 20939.0 2497207 20971.0 2497919 21519.0 2498630 21080.0 2499341 22014.0 2500053 24013.0 2500764 24956.0 2501475 35699.0 2502187 70165.0 2502898 152748.0 2503610 286202.0 2504321 443809.0 2505032 519804.0 2505744 429289.0 2506455 239811.0 2507166 105941.0 2507878 53704.0 2508589 38447.0 2509301 33864.0 2510012 31178.0 2510723 29038.0 2511435 27896.0 2512146 26034.0 2512858 25121.0 2513569 25219.0 2514280 25438.0 2514992 28742.0 2515703 35622.0 2516414 41756.0 2517126 43407.0 2517837 38138.0 2518549 30716.0 2519260 26804.0 2519971 24056.0 2520683 22461.0 2521394 23052.0 2522106 22302.0 2522817 22608.0 2523528 21894.0 2524240 22885.0 2524951 22278.0 2525662 22048.0 2526374 22247.0 2527085 21736.0 2527797 23240.0 2528508 21348.0 2529219 22572.0 2529931 23129.0 2530642 22799.0 2531353 22917.0 2532065 22474.0 2532776 24596.0 2533488 25863.0 2534199 26866.0 2534910 25701.0 2535622 23181.0 2536333 22396.0 2537045 21573.0 2537756 20856.0 2538467 19807.0 2539179 19695.0 2539890 19206.0 2540601 20149.0 2541313 19943.0 2542024 20024.0 2542736 20465.0 2543447 20111.0 2544158 20418.0 2544870 20645.0 2545581 20683.0 2546293 22585.0 2547004 24743.0 2547715 24571.0 2548427 24326.0 2549138 24113.0 2549849 22793.0 2550561 22650.0 2551272 22186.0 2551984 23250.0 2552695 24155.0 2553406 24385.0 2554118 24511.0 2554829 24427.0 2555540 23927.0 2556252 23065.0 2556963 22108.0 2557675 22181.0 2558386 22516.0 2559097 23855.0 2559809 26296.0 2560520 31499.0 2561232 44632.0 2561943 58779.0 2562654 67249.0 2563366 61038.0 2564077 46488.0 2564788 35203.0 2565500 30079.0 2566211 25270.0 2566923 24058.0 2567634 26254.0 2568345 26459.0 2569057 29711.0 2569768 31751.0 2570479 30935.0 2571191 29063.0 2571902 25001.0 2572614 23271.0 2573325 22321.0 2574036 21895.0 2574748 21108.0 2575459 21156.0 2576171 20708.0 2576882 20640.0 2577593 20604.0 2578305 20519.0 2579016 21360.0 2579727 20950.0 2580439 22143.0 2581150 21968.0 2581862 22359.0 2582573 22135.0 2583284 20845.0 2583996 20262.0 2584707 20066.0 2585419 18709.0 2586130 19666.0 2586841 18536.0 2587553 19255.0 2588264 19013.0 2588975 18662.0 2589687 18870.0 2590398 18675.0 2591110 19347.0 2591821 20428.0 2592532 20544.0 2593244 20388.0 2593955 20302.0 2594666 21887.0 2595378 22120.0 2596089 24435.0 2596801 24956.0 2597512 25915.0 2598223 25441.0 2598935 24249.0 2599646 22799.0 2600358 21648.0 2601069 21207.0 2601780 19393.0 2602492 20044.0 2603203 21584.0 2603914 22576.0 2604626 22194.0 2605337 22609.0 2606049 23336.0 2606760 22261.0 2607471 21767.0 2608183 22106.0 2608894 21645.0 2609606 21737.0 2610317 20992.0 2611028 20545.0 2611740 19651.0 2612451 20184.0 2613162 21642.0 2613874 22397.0 2614585 24868.0 2615297 26012.0 2616008 29025.0 2616719 27792.0 2617431 25494.0 2618142 24299.0 2618853 23527.0 2619565 22813.0 2620276 22636.0 2620988 22313.0 2621699 22234.0 2622410 22632.0 2623122 22213.0 2623833 23047.0 2624545 22677.0 2625256 24327.0 2625967 25242.0 2626679 25709.0 2627390 25525.0 2628101 23865.0 2628813 23935.0 2629524 24823.0 2630236 25291.0 2630947 25880.0 2631658 26984.0 2632370 26521.0 2633081 24821.0 2633793 23077.0 2634504 21883.0 2635215 21959.0 2635927 24907.0 2636638 37075.0 2637349 77474.0 2638061 166618.0 2638772 307287.0 2639484 478120.0 2640195 613575.0 2640906 591064.0 2641618 380673.0 2642329 174461.0 2643040 80657.0 2643752 50835.0 2644463 41774.0 2645175 38808.0 2645886 36703.0 2646597 35594.0 2647309 34940.0 2648020 34805.0 2648732 35362.0 2649443 39822.0 2650154 53480.0 2650866 71378.0 2651577 82486.0 2652288 76553.0 2653000 61379.0 2653711 45461.0 2654423 38315.0 2655134 35504.0 2655845 33165.0 2656557 31692.0 2657268 30744.0 2657980 29720.0 2658691 28479.0 2659402 27733.0 2660114 28384.0 2660825 27805.0 2661536 25905.0 2662248 26394.0 2662959 25383.0 2663671 25968.0 2664382 26423.0 2665093 26588.0 2665805 27325.0 2666516 27452.0 2667227 26968.0 2667939 26837.0 2668650 27085.0 2669362 26990.0 2670073 28751.0 2670784 31245.0 2671496 32564.0 2672207 31615.0 2672919 29012.0 2673630 27217.0 2674341 23570.0 2675053 24174.0 2675764 23095.0 2676475 23841.0 2677187 23756.0 2677898 24221.0 2678610 24466.0 2679321 25932.0 2680032 25998.0 2680744 27230.0 2681455 27301.0 2682167 29871.0 2682878 29722.0 2683589 30041.0 2684301 29472.0 2685012 26940.0 2685723 24486.0 2686435 23761.0 2687146 22608.0 2687858 23589.0 2688569 23618.0 2689280 22226.0 2689992 22690.0 2690703 22792.0 2691414 21548.0 2692126 21708.0 2692837 22287.0 2693549 22562.0 2694260 24122.0 2694971 24723.0 2695683 24857.0 2696394 25391.0 2697106 25410.0 2697817 24484.0 2698528 23881.0 2699240 22876.0 2699951 22397.0 2700662 22664.0 2701374 23309.0 2702085 25377.0 2702797 31000.0 2703508 42147.0 2704219 53438.0 2704931 58819.0 2705642 53298.0 2706354 42929.0 2707065 32441.0 2707776 27333.0 2708488 24654.0 2709199 25270.0 2709910 25153.0 2710622 25869.0 2711333 26210.0 2712045 25392.0 2712756 26660.0 2713467 26384.0 2714179 26889.0 2714890 26370.0 2715601 25410.0 2716313 25452.0 2717024 25352.0 2717736 24485.0 2718447 23906.0 2719158 24139.0 2719870 23375.0 2720581 22812.0 2721293 23529.0 2722004 22450.0 2722715 24681.0 2723427 25987.0 2724138 27204.0 2724849 28967.0 2725561 27127.0 2726272 24779.0 2726984 23854.0 2727695 22596.0 2728406 22211.0 2729118 22254.0 2729829 21408.0 2730541 22402.0 2731252 21585.0 2731963 21824.0 2732675 21542.0 2733386 21812.0 2734097 22363.0 2734809 23331.0 2735520 22698.0 2736232 22101.0 2736943 21494.0 2737654 22066.0 2738366 22353.0 2739077 23658.0 2739788 23907.0 2740500 23335.0 2741211 23553.0 2741923 22407.0 2742634 21648.0 2743345 20833.0 2744057 20265.0 2744768 20579.0 2745480 20492.0 2746191 21451.0 2746902 20357.0 2747614 20814.0 2748325 20859.0 2749036 21250.0 2749748 20854.0 2750459 22085.0 2751171 22254.0 2751882 22079.0 2752593 23452.0 2753305 24938.0 2754016 27214.0 2754727 30276.0 2755439 33922.0 2756150 32963.0 2756862 30485.0 2757573 27699.0 2758284 24245.0 2758996 22753.0 2759707 22921.0 2760419 23030.0 2761130 22805.0 2761841 22636.0 2762553 23190.0 2763264 22236.0 2763975 22667.0 2764687 21981.0 2765398 21769.0 2766110 22484.0 2766821 22360.0 2767532 21853.0 2768244 21742.0 2768955 21199.0 2769667 21978.0 2770378 20602.0 2771089 20748.0 2771801 20409.0 2772512 20710.0 2773223 20941.0 2773935 20911.0 2774646 20884.0 2775358 21130.0 2776069 20886.0 2776780 21817.0 2777492 23015.0 2778203 23270.0 2778914 23465.0 2779626 23904.0 2780337 25233.0 2781049 25999.0 2781760 26628.0 2782471 27040.0 2783183 27436.0 2783894 28629.0 2784606 28777.0 2785317 26902.0 2786028 25960.0 2786740 24800.0 2787451 23679.0 2788162 22900.0 2788874 23178.0 2789585 22512.0 2790297 22045.0 2791008 21984.0 2791719 22444.0 2792431 22063.0 2793142 20609.0 2793854 21477.0 2794565 22576.0 2795276 23060.0 2795988 22646.0 2796699 23046.0 2797410 23419.0 2798122 23065.0 2798833 22508.0 2799545 23291.0 2800256 23702.0 2800967 24093.0 2801679 23055.0 2802390 23319.0 2803101 22380.0 2803813 22541.0 2804524 23007.0 2805236 22199.0 2805947 22860.0 2806658 23188.0 2807370 23544.0 2808081 23277.0 2808793 22716.0 2809504 22616.0 2810215 21277.0 2810927 21460.0 2811638 21458.0 2812349 21551.0 2813061 23569.0 2813772 25637.0 2814484 28528.0 2815195 31444.0 2815906 32896.0 2816618 33217.0 2817329 30929.0 2818041 28520.0 2818752 25834.0 2819463 24757.0 2820175 24234.0 2820886 24372.0 2821597 24027.0 2822309 24844.0 2823020 23731.0 2823732 22730.0 2824443 21947.0 2825154 20827.0 2825866 21062.0 2826577 20837.0 2827288 21493.0 2828000 21424.0 2828711 21096.0 2829423 20442.0 2830134 22061.0 2830845 21881.0 2831557 22066.0 2832268 21786.0 2832980 21790.0 2833691 22892.0 2834402 22436.0 2835114 25367.0 2835825 26685.0 2836536 27482.0 2837248 29768.0 2837959 38573.0 2838671 67937.0 2839382 120766.0 2840093 178170.0 2840805 201505.0 2841516 172398.0 2842228 109050.0 2842939 61753.0 2843650 40625.0 2844362 30674.0 2845073 30562.0 2845784 29587.0 2846496 30817.0 2847207 31902.0 2847919 33906.0 2848630 33744.0 2849341 35187.0 2850053 36316.0 2850764 37374.0 2851475 40243.0 2852187 43174.0 2852898 43241.0 2853610 40033.0 2854321 32874.0 2855032 27402.0 2855744 25890.0 2856455 24988.0 2857167 23885.0 2857878 22993.0 2858589 23276.0 2859301 23166.0 2860012 23993.0 2860723 31195.0 2861435 49955.0 2862146 88764.0 2862858 134963.0 2863569 160453.0 2864280 138361.0 2864992 92579.0 2865703 55730.0 2866415 37359.0 2867126 29936.0 2867837 27869.0 2868549 27523.0 2869260 26629.0 2869971 25636.0 2870683 25422.0 2871394 24592.0 2872106 24980.0 2872817 24970.0 2873528 25438.0 2874240 25708.0 2874951 26692.0 2875662 25882.0 2876374 24913.0 2877085 23112.0 2877797 23342.0 2878508 24657.0 2879219 25736.0 2879931 26240.0 2880642 26298.0 2881354 25551.0 2882065 24238.0 2882776 24741.0 2883488 23907.0 2884199 22578.0 2884910 22673.0 2885622 22944.0 2886333 24494.0 2887045 25701.0 2887756 27338.0 2888467 27503.0 2889179 27271.0 2889890 31644.0 2890602 45897.0 2891313 68126.0 2892024 91204.0 2892736 95787.0 2893447 79762.0 2894158 59355.0 2894870 43348.0 2895581 34037.0 2896293 30303.0 2897004 27763.0 2897715 27217.0 2898427 26457.0 2899138 26663.0 2899849 25363.0 2900561 25352.0 2901272 23844.0 2901984 23963.0 2902695 23226.0 2903406 24730.0 2904118 27412.0 2904829 32513.0 2905541 39856.0 2906252 44926.0 2906963 43318.0 2907675 37718.0 2908386 30542.0 2909097 28949.0 2909809 26969.0 2910520 27661.0 2911232 26795.0 2911943 25255.0 2912654 24617.0 2913366 25315.0 2914077 25741.0 2914789 23807.0 2915500 23862.0 2916211 22958.0 2916923 22441.0 2917634 23372.0 2918345 22511.0 2919057 23728.0 2919768 22445.0 2920480 23261.0 2921191 23005.0 2921902 24182.0 2922614 29349.0 2923325 44555.0 2924036 72081.0 2924748 101598.0 2925459 111641.0 2926171 102336.0 2926882 75492.0 2927593 53439.0 2928305 42261.0 2929016 37640.0 2929728 35782.0 2930439 33719.0 2931150 30064.0 2931862 30455.0 2932573 29966.0 2933284 29556.0 2933996 29316.0 2934707 28418.0 2935419 29316.0 2936130 27962.0 2936841 26992.0 2937553 26782.0 2938264 25295.0 2938976 26079.0 2939687 25909.0 2940398 26220.0 2941110 25076.0 2941821 25074.0 2942532 24817.0 2943244 24029.0 2943955 24370.0 2944667 25511.0 2945378 26509.0 2946089 28182.0 2946801 32330.0 2947512 38403.0 2948223 52990.0 2948935 77488.0 2949646 106853.0 2950358 115931.0 2951069 101776.0 2951780 75391.0 2952492 59826.0 2953203 52351.0 2953915 46523.0 2954626 40277.0 2955337 36679.0 2956049 34000.0 2956760 30591.0 2957471 30554.0 2958183 27761.0 2958894 26958.0 2959606 26831.0 2960317 26250.0 2961028 26613.0 2961740 27067.0 2962451 26713.0 2963162 27022.0 2963874 25519.0 2964585 25209.0 2965297 24455.0 2966008 24467.0 2966719 24251.0 2967431 23086.0 2968142 23468.0 2968854 23948.0 2969565 23914.0 2970276 22599.0 2970988 24898.0 2971699 26099.0 2972410 26882.0 2973122 29031.0 2973833 28712.0 2974545 28265.0 2975256 26979.0 2975967 26539.0 2976679 26308.0 2977390 26003.0 2978102 25545.0 2978813 23772.0 2979524 23786.0 2980236 23724.0 2980947 22737.0 2981658 23658.0 2982370 23784.0 2983081 25096.0 2983793 24484.0 2984504 24843.0 2985215 24226.0 2985927 25068.0 2986638 24154.0 2987349 24168.0 2988061 24209.0 2988772 25326.0 2989484 23820.0 2990195 24044.0 2990906 24332.0 2991618 25461.0 2992329 26135.0 2993041 27201.0 2993752 28778.0 2994463 30452.0 2995175 31975.0 2995886 30655.0 2996597 30799.0 2997309 28551.0 2998020 29420.0 2998732 29203.0 2999443 29602.0 3000154 30054.0 3000866 29207.0 3001577 29026.0 3002289 28409.0 3003000 29087.0 3003711 27046.0 3004423 25524.0 3005134 24024.0 3005845 23690.0 3006557 24079.0 3007268 23496.0 3007980 23161.0 3008691 22997.0 3009402 23108.0 3010114 23192.0 3010825 24094.0 3011536 23011.0 3012248 24165.0 3012959 25665.0 3013671 25424.0 3014382 25373.0 3015093 24995.0 3015805 24345.0 3016516 23859.0 3017228 23560.0 3017939 23066.0 3018650 22074.0 3019362 23696.0 3020073 24490.0 3020784 24960.0 3021496 25947.0 3022207 28487.0 3022919 32951.0 3023630 35577.0 3024341 38041.0 3025053 34376.0 3025764 31342.0 3026476 29596.0 3027187 27145.0 3027898 25164.0 3028610 25942.0 3029321 24705.0 3030032 23916.0 3030744 23741.0 3031455 25929.0 3032167 28010.0 3032878 38282.0 3033589 57860.0 3034301 89883.0 3035012 125663.0 3035723 149036.0 3036435 140610.0 3037146 104585.0 3037858 69667.0 3038569 45993.0 3039280 35236.0 3039992 30363.0 3040703 28729.0 3041415 26789.0 3042126 26902.0 3042837 25921.0 3043549 25456.0 3044260 26237.0 3044971 26469.0 3045683 25789.0 3046394 27911.0 3047106 26869.0 3047817 26278.0 3048528 24100.0 3049240 24488.0 3049951 23618.0 3050663 26133.0 3051374 26733.0 3052085 28135.0 3052797 29334.0 3053508 32132.0 3054219 31380.0 3054931 29946.0 3055642 29533.0 3056354 28824.0 3057065 29498.0 3057776 31428.0 3058488 33560.0 3059199 35759.0 3059910 36855.0 3060622 39505.0 3061333 38705.0 3062045 35244.0 3062756 33905.0 3063467 30755.0 3064179 30513.0 3064890 29272.0 3065602 28676.0 3066313 27256.0 3067024 26649.0 3067736 25768.0 3068447 26058.0 3069158 25342.0 3069870 26820.0 3070581 26271.0 3071293 26975.0 3072004 29266.0 3072715 29311.0 3073427 33077.0 3074138 33655.0 3074850 32568.0 3075561 30414.0 3076272 29262.0 3076984 28761.0 3077695 28497.0 3078406 29685.0 3079118 29720.0 3079829 31340.0 3080541 32111.0 3081252 39737.0 3081963 53019.0 3082675 70953.0 3083386 82642.0 3084097 76929.0 3084809 60802.0 3085520 44801.0 3086232 34071.0 3086943 30109.0 3087654 28125.0 3088366 27406.0 3089077 26696.0 3089789 26267.0 3090500 27730.0 3091211 28142.0 3091923 28197.0 3092634 29088.0 3093345 29109.0 3094057 29139.0 3094768 28645.0 3095480 28846.0 3096191 27507.0 3096902 26613.0 3097614 25972.0 3098325 24129.0 3099037 23977.0 3099748 24249.0 3100459 24537.0 3101171 25463.0 3101882 28332.0 3102593 30724.0 3103305 30433.0 3104016 28728.0 3104728 27250.0 3105439 26135.0 3106150 25572.0 3106862 24811.0 3107573 25195.0 3108284 26499.0 3108996 27435.0 3109707 29399.0 3110419 28859.0 3111130 27033.0 3111841 27339.0 3112553 26094.0 3113264 25933.0 3113976 25255.0 3114687 25213.0 3115398 25518.0 3116110 27000.0 3116821 26675.0 3117532 25156.0 3118244 25576.0 3118955 24624.0 3119667 26525.0 3120378 25965.0 3121089 25291.0 3121801 25770.0 3122512 26235.0 3123224 27496.0 3123935 27937.0 3124646 29274.0 3125358 30381.0 3126069 30255.0 3126780 29261.0 3127492 28423.0 3128203 27668.0 3128915 26359.0 3129626 27014.0 3130337 24994.0 3131049 25542.0 3131760 25492.0 3132471 24945.0 3133183 25401.0 3133894 26368.0 3134606 27422.0 3135317 28444.0 3136028 31211.0 3136740 32712.0 3137451 34838.0 3138163 36049.0 3138874 36509.0 3139585 36424.0 3140297 35726.0 3141008 37096.0 3141719 38818.0 3142431 37237.0 3143142 37662.0 3143854 34627.0 3144565 32476.0 3145276 29251.0 3145988 28978.0 3146699 27103.0 3147411 26975.0 3148122 26420.0 3148833 26906.0 3149545 27336.0 3150256 26785.0 3150967 27126.0 3151679 27183.0 3152390 27144.0 3153102 27761.0 3153813 26760.0 3154524 26869.0 3155236 26718.0 3155947 26701.0 3156658 26229.0 3157370 26227.0 3158081 24377.0 3158793 25747.0 3159504 24666.0 3160215 23556.0 3160927 23567.0 3161638 24203.0 3162350 23559.0 3163061 22263.0 3163772 22774.0 3164484 22714.0 3165195 22843.0 3165906 22235.0 3166618 23126.0 3167329 23927.0 3168041 24278.0 3168752 24622.0 3169463 25131.0 3170175 25637.0 3170886 26852.0 3171597 26341.0 3172309 27174.0 3173020 31763.0 3173732 48016.0 3174443 101284.0 3175154 213560.0 3175866 384759.0 3176577 601715.0 3177289 816161.0 3178000 937952.0 3178711 724890.0 3179423 341613.0 3180134 120684.0 3180845 58217.0 3181557 41482.0 3182268 37147.0 3182980 33739.0 3183691 32481.0 3184402 31160.0 3185114 33164.0 3185825 32949.0 3186537 32744.0 3187248 32724.0 3187959 32847.0 3188671 31791.0 3189382 34326.0 3190093 33122.0 3190805 29214.0 3191516 29008.0 3192228 28055.0 3192939 29647.0 3193650 31200.0 3194362 32625.0 3195073 32731.0 3195784 30026.0 3196496 27760.0 3197207 26007.0 3197919 25320.0 3198630 25371.0 3199341 27309.0 3200053 33313.0 3200764 44382.0 3201476 64591.0 3202187 85340.0 3202898 97310.0 3203610 86823.0 3204321 67175.0 3205032 49794.0 3205744 40829.0 3206455 35017.0 3207167 32550.0 3207878 30261.0 3208589 28710.0 3209301 27094.0 3210012 27996.0 3210724 31377.0 3211435 44865.0 3212146 73146.0 3212858 115877.0 3213569 154705.0 3214280 154389.0 3214992 121467.0 3215703 86075.0 3216415 56638.0 3217126 39899.0 3217837 32924.0 3218549 28867.0 3219260 28916.0 3219971 27482.0 3220683 27155.0 3221394 26718.0 3222106 25626.0 3222817 25688.0 3223528 25220.0 3224240 24959.0 3224951 26000.0 3225663 26368.0 3226374 28382.0 3227085 28645.0 3227797 27756.0 3228508 25889.0 3229219 26410.0 3229931 25584.0 3230642 26294.0 3231354 26510.0 3232065 27210.0 3232776 26788.0 3233488 25735.0 3234199 27213.0 3234911 26745.0 3235622 26109.0 3236333 25117.0 3237045 25276.0 3237756 26045.0 3238467 26291.0 3239179 29935.0 3239890 32002.0 3240602 32110.0 3241313 31649.0 3242024 28387.0 3242736 26260.0 3243447 25870.0 3244158 24728.0 3244870 23684.0 3245581 23585.0 3246293 24133.0 3247004 24591.0 3247715 23790.0 3248427 25717.0 3249138 27432.0 3249850 28631.0 3250561 28312.0 3251272 26341.0 3251984 25527.0 3252695 24934.0 3253406 24690.0 3254118 25245.0 3254829 26220.0 3255541 24759.0 3256252 26224.0 3256963 25554.0 3257675 25276.0 3258386 25215.0 3259098 24557.0 3259809 24697.0 3260520 24016.0 3261232 23712.0 3261943 23557.0 3262654 23388.0 3263366 25239.0 3264077 23590.0 3264789 25916.0 3265500 26705.0 3266211 28778.0 3266923 30329.0 3267634 29505.0 3268345 28164.0 3269057 27136.0 3269768 25137.0 3270480 23321.0 3271191 23166.0 3271902 23285.0 3272614 24197.0 3273325 26885.0 3274037 27522.0 3274748 27937.0 3275459 29046.0 3276171 29054.0 3276882 28395.0 3277593 26201.0 3278305 25599.0 3279016 25374.0 3279728 24884.0 3280439 25062.0 3281150 24727.0 3281862 25448.0 3282573 24921.0 3283285 24126.0 3283996 23384.0 3284707 23190.0 3285419 24396.0 3286130 24854.0 3286841 25192.0 3287553 23867.0 3288264 25049.0 3288976 25229.0 3289687 25444.0 3290398 26250.0 3291110 28378.0 3291821 31921.0 3292532 30777.0 3293244 29647.0 3293955 26589.0 3294667 25529.0 3295378 24259.0 3296089 24567.0 3296801 24112.0 3297512 26259.0 3298224 26057.0 3298935 27532.0 3299646 26847.0 3300358 26265.0 3301069 24771.0 3301780 22848.0 3302492 23400.0 3303203 23713.0 3303915 23556.0 3304626 23619.0 3305337 26136.0 3306049 26362.0 3306760 26570.0 3307472 25413.0 3308183 25933.0 3308894 26828.0 3309606 28732.0 3310317 31618.0 3311028 31207.0 3311740 28913.0 3312451 28130.0 3313163 25482.0 3313874 25095.0 3314585 24119.0 3315297 23605.0 3316008 23643.0 3316719 23539.0 3317431 22981.0 3318142 23139.0 3318854 22225.0 3319565 22116.0 3320276 22194.0 3320988 22815.0 3321699 23698.0 3322411 24851.0 3323122 25968.0 3323833 27243.0 3324545 27718.0 3325256 26907.0 3325967 25768.0 3326679 25743.0 3327390 29040.0 3328102 37378.0 3328813 56079.0 3329524 82907.0 3330236 106080.0 3330947 100947.0 3331659 78212.0 3332370 51971.0 3333081 36366.0 3333793 30867.0 3334504 27812.0 3335215 26790.0 3335927 25313.0 3336638 25059.0 3337350 24640.0 3338061 23660.0 3338772 22506.0 3339484 23856.0 3340195 24408.0 3340906 23622.0 3341618 23847.0 3342329 23946.0 3343041 23372.0 3343752 22620.0 3344463 22936.0 3345175 23701.0 3345886 24102.0 3346598 24143.0 3347309 23400.0 3348020 22922.0 3348732 21841.0 3349443 21425.0 3350154 22136.0 3350866 22099.0 3351577 22249.0 3352289 22547.0 3353000 21911.0 3353711 22271.0 3354423 22613.0 3355134 25217.0 3355846 25816.0 3356557 26020.0 3357268 25285.0 3357980 24212.0 3358691 23779.0 3359402 23634.0 3360114 22612.0 3360825 23587.0 3361537 22643.0 3362248 21664.0 3362959 23601.0 3363671 24232.0 3364382 24266.0 3365093 24012.0 3365805 24411.0 3366516 23659.0 3367228 24701.0 3367939 24569.0 3368650 24383.0 3369362 25210.0 3370073 24779.0 3370785 26313.0 3371496 25640.0 3372207 25083.0 3372919 25682.0 3373630 25531.0 3374341 25847.0 3375053 24792.0 3375764 25406.0 3376476 24960.0 3377187 24032.0 3377898 23947.0 3378610 23232.0 3379321 23140.0 3380032 23731.0 3380744 22785.0 3381455 24291.0 3382167 24384.0 3382878 23921.0 3383589 25048.0 3384301 25467.0 3385012 24709.0 3385724 24831.0 3386435 25562.0 3387146 25906.0 3387858 26458.0 3388569 28452.0 3389280 27911.0 3389992 27257.0 3390703 26874.0 3391415 26061.0 3392126 26317.0 3392837 26813.0 3393549 28734.0 3394260 30142.0 3394972 30039.0 3395683 29733.0 3396394 29386.0 3397106 27288.0 3397817 28315.0 3398528 26539.0 3399240 26530.0 3399951 25719.0 3400663 25460.0 3401374 26393.0 3402085 26080.0 3402797 26064.0 3403508 27896.0 3404219 28129.0 3404931 27756.0 3405642 29098.0 3406354 26849.0 3407065 26343.0 3407776 27616.0 3408488 26474.0 3409199 26101.0 3409911 28447.0 3410622 37924.0 3411333 61762.0 3412045 95846.0 3412756 137988.0 3413467 151694.0 3414179 135845.0 3414890 91736.0 3415602 56741.0 3416313 38810.0 3417024 32719.0 3417736 29818.0 3418447 28213.0 3419159 28876.0 3419870 29339.0 3420581 28333.0 3421293 28742.0 3422004 28203.0 3422715 27108.0 3423427 26329.0 3424138 27539.0 3424850 26184.0 3425561 27394.0 3426272 29490.0 3426984 28459.0 3427695 29744.0 3428406 30353.0 3429118 32110.0 3429829 41490.0 3430541 61345.0 3431252 97194.0 3431963 138717.0 3432675 161149.0 3433386 154767.0 3434098 125336.0 3434809 90742.0 3435520 68590.0 3436232 52529.0 3436943 44557.0 3437654 41861.0 3438366 39190.0 3439077 37332.0 3439789 35649.0 3440500 32327.0 3441211 31945.0 3441923 30592.0 3442634 28835.0 3443346 29030.0 3444057 27491.0 3444768 26591.0 3445480 27044.0 3446191 26559.0 3446902 25823.0 3447614 26621.0 3448325 25838.0 3449037 25614.0 3449748 25935.0 3450459 25902.0 3451171 25880.0 3451882 25119.0 3452593 24994.0 3453305 25666.0 3454016 25696.0 3454728 26713.0 3455439 27326.0 3456150 26660.0 3456862 26630.0 3457573 27208.0 3458285 25752.0 3458996 25980.0 3459707 25029.0 3460419 25438.0 3461130 24174.0 3461841 25199.0 3462553 26371.0 3463264 26348.0 3463976 26310.0 3464687 26834.0 3465398 26557.0 3466110 28323.0 3466821 40023.0 3467533 74539.0 3468244 152003.0 3468955 269589.0 3469667 392019.0 3470378 428341.0 3471089 353936.0 3471801 196516.0 3472512 94122.0 3473224 52665.0 3473935 40037.0 3474646 34818.0 3475358 32406.0 3476069 32566.0 3476780 32785.0 3477492 32231.0 3478203 31288.0 3478915 30205.0 3479626 28944.0 3480337 28869.0 3481049 30019.0 3481760 32672.0 3482472 38754.0 3483183 43548.0 3483894 44926.0 3484606 41899.0 3485317 38651.0 3486028 33907.0 3486740 31427.0 3487451 29661.0 3488163 28116.0 3488874 28000.0 3489585 26672.0 3490297 25984.0 3491008 26072.0 3491720 27002.0 3492431 25131.0 3493142 25883.0 3493854 25350.0 3494565 25095.0 3495276 25191.0 3495988 24643.0 3496699 23370.0 3497411 24964.0 3498122 24549.0 3498833 25255.0 3499545 25598.0 3500256 27820.0 3500967 27964.0 3501679 27905.0 3502390 28682.0 3503102 27476.0 3503813 26227.0 3504524 25509.0 3505236 24674.0 3505947 23357.0 3506659 23997.0 3507370 23707.0 3508081 24377.0 3508793 24515.0 3509504 25784.0 3510215 26314.0 3510927 27088.0 3511638 27465.0 3512350 25446.0 3513061 28306.0 3513772 27171.0 3514484 28155.0 3515195 28209.0 3515907 27523.0 3516618 25711.0 3517329 25007.0 3518041 24951.0 3518752 25353.0 3519463 24349.0 3520175 24628.0 3520886 24791.0 3521598 24044.0 3522309 23929.0 3523020 24475.0 3523732 24196.0 3524443 24265.0 3525154 24668.0 3525866 25422.0 3526577 29659.0 3527289 40064.0 3528000 65096.0 3528711 110275.0 3529423 151466.0 3530134 165265.0 3530846 137581.0 3531557 92834.0 3532268 60561.0 3532980 45060.0 3533691 37688.0 3534402 33711.0 3535114 31756.0 3535825 29965.0 3536537 29676.0 3537248 28208.0 3537959 27958.0 3538671 27649.0 3539382 26934.0 3540094 26833.0 3540805 26663.0 3541516 28592.0 3542228 31349.0 3542939 35157.0 3543650 39526.0 3544362 41340.0 3545073 40396.0 3545785 38046.0 3546496 35950.0 3547207 34183.0 3547919 32098.0 3548630 32364.0 3549341 29694.0 3550053 28093.0 3550764 27139.0 3551476 26433.0 3552187 26748.0 3552898 26920.0 3553610 26462.0 3554321 27063.0 3555033 26853.0 3555744 26867.0 3556455 27184.0 3557167 27665.0 3557878 26996.0 3558589 27696.0 3559301 28130.0 3560012 26808.0 3560724 25915.0 3561435 25109.0 3562146 24767.0 3562858 24057.0 3563569 24334.0 3564281 24517.0 3564992 24336.0 3565703 24749.0 3566415 23759.0 3567126 24616.0 3567837 24482.0 3568549 25365.0 3569260 24707.0 3569972 24240.0 3570683 25066.0 3571394 24887.0 3572106 25544.0 3572817 25792.0 3573528 24949.0 3574240 25787.0 3574951 25416.0 3575663 26147.0 3576374 26134.0 3577085 25604.0 3577797 25529.0 3578508 24722.0 3579220 23391.0 3579931 23542.0 3580642 22732.0 3581354 23408.0 3582065 24044.0 3582776 23325.0 3583488 23516.0 3584199 22933.0 3584911 24166.0 3585622 23306.0 3586333 22600.0 3587045 24059.0 3587756 23807.0 3588467 23946.0 3589179 24859.0 3589890 26182.0 3590602 25937.0 3591313 25430.0 3592024 24225.0 3592736 24583.0 3593447 23823.0 3594159 23843.0 3594870 23289.0 3595581 23836.0 3596293 24116.0 3597004 23706.0 3597715 24942.0 3598427 25997.0 3599138 26178.0 3599850 25025.0 3600561 24601.0 3601272 23671.0 3601984 23542.0 3602695 22851.0 3603407 23517.0 3604118 23653.0 3604829 23712.0 3605541 23771.0 3606252 23423.0 3606963 23750.0 3607675 23842.0 3608386 23129.0 3609098 23266.0 3609809 23738.0 3610520 22875.0 3611232 23060.0 3611943 23310.0 3612654 22782.0 3613366 24583.0 3614077 24436.0 3614789 23885.0 3615500 24045.0 3616211 23423.0 3616923 25170.0 3617634 25331.0 3618346 24610.0 3619057 25520.0 3619768 24525.0 3620480 24457.0 3621191 26170.0 3621902 30728.0 3622614 41017.0 3623325 55991.0 3624037 70159.0 3624748 77597.0 3625459 73512.0 3626171 59248.0 3626882 45849.0 3627594 37421.0 3628305 31777.0 3629016 29731.0 3629728 28625.0 3630439 29327.0 3631150 30289.0 3631862 30328.0 3632573 29509.0 3633285 27716.0 3633996 26246.0 3634707 25749.0 3635419 26312.0 3636130 27184.0 3636841 26394.0 3637553 26674.0 3638264 27136.0 3638976 27112.0 3639687 29431.0 3640398 31914.0 3641110 33051.0 3641821 32170.0 3642533 28178.0 3643244 25634.0 3643955 23934.0 3644667 24539.0 3645378 25300.0 3646089 24928.0 3646801 25519.0 3647512 25761.0 3648224 26637.0 3648935 28304.0 3649646 29928.0 3650358 34704.0 3651069 38824.0 3651781 40949.0 3652492 39681.0 3653203 39261.0 3653915 39094.0 3654626 37587.0 3655337 42017.0 3656049 40934.0 3656760 39427.0 3657472 35619.0 3658183 32035.0 3658894 30319.0 3659606 27766.0 3660317 27950.0 3661028 30309.0 3661740 31894.0 3662451 33162.0 3663163 32345.0 3663874 30191.0 3664585 28192.0 3665297 26803.0 3666008 26300.0 3666720 27872.0 3667431 31051.0 3668142 38099.0 3668854 50448.0 3669565 74757.0 3670276 106637.0 3670988 127150.0 3671699 121868.0 3672411 95253.0 3673122 65028.0 3673833 45372.0 3674545 36946.0 3675256 33202.0 3675968 30779.0 3676679 29527.0 3677390 29463.0 3678102 28191.0 3678813 27610.0 3679524 27609.0 3680236 26950.0 3680947 26515.0 3681659 27260.0 3682370 26380.0 3683081 26001.0 3683793 27421.0 3684504 26514.0 3685215 27776.0 3685927 27623.0 3686638 26829.0 3687350 28327.0 3688061 28391.0 3688772 28051.0 3689484 28021.0 3690195 26743.0 3690907 26487.0 3691618 26799.0 3692329 26966.0 3693041 24992.0 3693752 25541.0 3694463 25090.0 3695175 25366.0 3695886 25047.0 3696598 25640.0 3697309 25188.0 3698020 25581.0 3698732 25181.0 3699443 25050.0 3700155 24462.0 3700866 23894.0 3701577 24534.0 3702289 25132.0 3703000 25284.0 3703711 25673.0 3704423 24464.0 3705134 25282.0 3705846 25159.0 3706557 24233.0 3707268 25008.0 3707980 24714.0 3708691 24547.0 3709402 24979.0 3710114 25352.0 3710825 25001.0 3711537 26043.0 3712248 24936.0 3712959 24668.0 3713671 23769.0 3714382 23747.0 3715094 24196.0 3715805 24996.0 3716516 24427.0 3717228 24417.0 3717939 24642.0 3718650 26729.0 3719362 30153.0 3720073 39558.0 3720785 55845.0 3721496 74396.0 3722207 91814.0 3722919 93017.0 3723630 88099.0 3724342 73052.0 3725053 60735.0 3725764 51282.0 3726476 46823.0 3727187 44343.0 3727898 41581.0 3728610 38635.0 3729321 38634.0 3730033 36521.0 3730744 35574.0 3731455 35425.0 3732167 33169.0 3732878 31505.0 3733589 32206.0 3734301 30994.0 3735012 30479.0 3735724 30505.0 3736435 29932.0 3737146 28203.0 3737858 29505.0 3738569 29354.0 3739281 27853.0 3739992 28120.0 3740703 28796.0 3741415 29174.0 3742126 28832.0 3742837 29385.0 3743549 28631.0 3744260 29375.0 3744972 29016.0 3745683 29772.0 3746394 29514.0 3747106 29027.0 3747817 28552.0 3748529 28491.0 3749240 29134.0 3749951 28988.0 3750663 29384.0 3751374 29150.0 3752085 29634.0 3752797 31274.0 3753508 31146.0 3754220 31277.0 3754931 31315.0 3755642 31183.0 3756354 30635.0 3757065 33245.0 3757776 39887.0 3758488 57706.0 3759199 87511.0 3759911 129132.0 3760622 153548.0 3761333 149036.0 3762045 122609.0 3762756 100097.0 3763468 85495.0 3764179 69638.0 3764890 57984.0 3765602 47867.0 3766313 39814.0 3767024 36652.0 3767736 34150.0 3768447 33083.0 3769159 31298.0 3769870 30576.0 3770581 29613.0 3771293 29713.0 3772004 28820.0 3772716 29313.0 3773427 29232.0 3774138 28345.0 3774850 28458.0 3775561 27647.0 3776272 28475.0 3776984 27627.0 3777695 27422.0 3778407 26985.0 3779118 28723.0 3779829 30083.0 3780541 31351.0 3781252 34002.0 3781963 34557.0 3782675 33307.0 3783386 30209.0 3784098 28791.0 3784809 27977.0 3785520 26754.0 3786232 26143.0 3786943 25417.0 3787655 27101.0 3788366 26639.0 3789077 25810.0 3789789 25745.0 3790500 25545.0 3791211 25783.0 3791923 25955.0 3792634 26636.0 3793346 26238.0 3794057 26981.0 3794768 27717.0 3795480 27821.0 3796191 28339.0 3796902 29035.0 3797614 27685.0 3798325 28542.0 3799037 29118.0 3799748 28714.0 3800459 29875.0 3801171 29267.0 3801882 30855.0 3802594 30877.0 3803305 29257.0 3804016 28052.0 3804728 26300.0 3805439 26455.0 3806150 26432.0 3806862 26415.0 3807573 26026.0 3808285 25152.0 3808996 25550.0 3809707 25810.0 3810419 24711.0 3811130 25498.0 3811842 24875.0 3812553 24952.0 3813264 24852.0 3813976 24065.0 3814687 24029.0 3815398 24275.0 3816110 24616.0 3816821 24190.0 3817533 25416.0 3818244 24336.0 3818955 24497.0 3819667 24780.0 3820378 24845.0 3821089 25809.0 3821801 24124.0 3822512 24737.0 3823224 24662.0 3823935 25828.0 3824646 27031.0 3825358 33052.0 3826069 36163.0 3826781 38619.0 3827492 38336.0 3828203 32977.0 3828915 29972.0 3829626 27008.0 3830337 26602.0 3831049 25564.0 3831760 25797.0 3832472 27309.0 3833183 27511.0 3833894 27991.0 3834606 27120.0 3835317 26995.0 3836029 26544.0 3836740 27866.0 3837451 27587.0 3838163 27921.0 3838874 27955.0 3839585 27315.0 3840297 26791.0 3841008 27470.0 3841720 26597.0 3842431 26096.0 3843142 26236.0 3843854 27056.0 3844565 25353.0 3845276 25328.0 3845988 25082.0 3846699 25242.0 3847411 23758.0 3848122 24294.0 3848833 25191.0 3849545 25603.0 3850256 25578.0 3850968 26821.0 3851679 26233.0 3852390 24995.0 3853102 24691.0 3853813 23987.0 3854524 25266.0 3855236 26415.0 3855947 27395.0 3856659 28294.0 3857370 28367.0 3858081 26786.0 3858793 25545.0 3859504 24991.0 3860216 25393.0 3860927 24482.0 3861638 25611.0 3862350 24625.0 3863061 25446.0 3863772 27474.0 3864484 32491.0 3865195 34881.0 3865907 36925.0 3866618 35178.0 3867329 32896.0 3868041 30446.0 3868752 27260.0 3869463 25659.0 3870175 24647.0 3870886 24718.0 3871598 25881.0 3872309 25212.0 3873020 24681.0 3873732 25282.0 3874443 24944.0 3875155 25105.0 3875866 24516.0 3876577 24009.0 3877289 23595.0 3878000 24878.0 3878711 23149.0 3879423 23828.0 3880134 23339.0 3880846 23918.0 3881557 24813.0 3882268 21967.0 3882980 23587.0 3883691 23678.0 3884403 23673.0 3885114 23253.0 3885825 23986.0 3886537 24669.0 3887248 23191.0 3887959 23729.0 3888671 23344.0 3889382 24000.0 3890094 23205.0 3890805 23495.0 3891516 23826.0 3892228 23579.0 3892939 23383.0 3893650 23785.0 3894362 24698.0 3895073 24554.0 3895785 23509.0 3896496 24918.0 3897207 25211.0 3897919 25203.0 3898630 25718.0 3899342 25583.0 3900053 26069.0 3900764 25527.0 3901476 25445.0 3902187 24150.0 3902898 24061.0 3903610 24176.0 3904321 22792.0 3905033 24611.0 3905744 23786.0 3906455 24064.0 3907167 23831.0 3907878 23403.0 3908590 22959.0 3909301 23722.0 3910012 22944.0 3910724 23049.0 3911435 24229.0 3912146 23971.0 3912858 23992.0 3913569 23835.0 3914281 24976.0 3914992 26027.0 3915703 25429.0 3916415 27536.0 3917126 27765.0 3917837 29268.0 3918549 29799.0 3919260 28845.0 3919972 27297.0 3920683 27373.0 3921394 26401.0 3922106 25692.0 3922817 24809.0 3923529 24895.0 3924240 23631.0 3924951 24243.0 3925663 23029.0 3926374 23521.0 3927085 24003.0 3927797 24957.0 3928508 24549.0 3929220 24427.0 3929931 23399.0 3930642 23011.0 3931354 23001.0 3932065 23320.0 3932777 23779.0 3933488 23265.0 3934199 23645.0 3934911 23848.0 3935622 23857.0 3936333 23346.0 3937045 23930.0 3937756 23376.0 3938468 22697.0 3939179 23814.0 3939890 23957.0 3940602 25242.0 3941313 24507.0 3942024 23348.0 3942736 24114.0 3943447 24313.0 3944159 25561.0 3944870 26013.0 3945581 27772.0 3946293 27593.0 3947004 28559.0 3947716 27963.0 3948427 26860.0 3949138 25457.0 3949850 24865.0 3950561 25495.0 3951272 24911.0 3951984 23706.0 3952695 24204.0 3953407 23912.0 3954118 23161.0 3954829 23923.0 3955541 24493.0 3956252 24246.0 3956964 23389.0 3957675 22337.0 3958386 23457.0 3959098 24313.0 3959809 23612.0 3960520 23508.0 3961232 23405.0 3961943 23652.0 3962655 23159.0 3963366 23451.0 3964077 23208.0 3964789 23781.0 3965500 24547.0 3966211 24766.0 3966923 24463.0 3967634 23577.0 3968346 24504.0 3969057 23463.0 3969768 23626.0 3970480 23170.0 3971191 23102.0 3971903 24118.0 3972614 24519.0 3973325 23883.0 3974037 23487.0 3974748 23515.0 3975459 24170.0 3976171 23935.0 3976882 24213.0 3977594 24789.0 3978305 24564.0 3979016 24909.0 3979728 23613.0 3980439 24075.0 3981151 23462.0 3981862 23760.0 3982573 24975.0 3983285 24454.0 3983996 24638.0 3984707 23807.0 3985419 24099.0 3986130 24575.0 3986842 23995.0 3987553 24032.0 3988264 24078.0 3988976 23862.0 3989687 24651.0 3990398 24557.0 3991110 24176.0 3991821 23806.0 3992533 23272.0 3993244 23115.0 3993955 23442.0 3994667 23685.0 3995378 24064.0 3996090 25225.0 3996801 25236.0 3997512 25802.0 3998224 25361.0 3998935 24974.0 3999646 25403.0 4000358 25239.0 4001069 24844.0 4001781 23933.0 4002492 24257.0 4003203 23964.0 4003915 24763.0 4004626 24449.0 4005337 24754.0 4006049 25986.0 4006760 27436.0 4007472 26978.0 4008183 26623.0 4008894 25604.0 4009606 24288.0 4010317 24218.0 4011029 24100.0 4011740 25429.0 4012451 25810.0 4013163 27649.0 4013874 30479.0 4014585 33610.0 4015297 35549.0 4016008 36987.0 4016720 36458.0 4017431 32976.0 4018142 31989.0 4018854 30978.0 4019565 30476.0 4020277 29149.0 4020988 28699.0 4021699 26994.0 4022411 27154.0 4023122 25237.0 4023833 25008.0 4024545 25019.0 4025256 24389.0 4025968 25459.0 4026679 25137.0 4027390 24586.0 4028102 25563.0 4028813 24163.0 4029524 25264.0 4030236 25257.0 4030947 24724.0 4031659 26465.0 4032370 25433.0 4033081 24982.0 4033793 24449.0 4034504 24869.0 4035216 24660.0 4035927 24034.0 4036638 25960.0 4037350 25441.0 4038061 25902.0 4038772 25659.0 4039484 25091.0 4040195 25450.0 4040907 24655.0 4041618 25500.0 4042329 24520.0 4043041 24484.0 4043752 25598.0 4044464 25802.0 4045175 25276.0 4045886 24813.0 4046598 24279.0 4047309 25072.0 4048020 25448.0 4048732 25110.0 4049443 24312.0 4050155 24333.0 4050866 23632.0 4051577 25041.0 4052289 23968.0 4053000 23899.0 4053711 24728.0 4054423 23222.0 4055134 23794.0 4055846 24335.0 4056557 24310.0 4057268 24206.0 4057980 24402.0 4058691 26000.0 4059403 26013.0 4060114 26939.0 4060825 28611.0 4061537 30152.0 4062248 33664.0 4062959 37218.0 4063671 40283.0 4064382 40900.0 4065094 38645.0 4065805 36162.0 4066516 33422.0 4067228 30052.0 4067939 28727.0 4068651 28932.0 4069362 28078.0 4070073 27539.0 4070785 27896.0 4071496 27180.0 4072207 25610.0 4072919 26050.0 4073630 25668.0 4074342 25923.0 4075053 25996.0 4075764 24566.0 4076476 25194.0 4077187 24513.0 4077898 24718.0 4078610 25491.0 4079321 25768.0 4080033 25544.0 4080744 25592.0 4081455 25563.0 4082167 25032.0 4082878 25718.0 4083590 24851.0 4084301 24763.0 4085012 25737.0 4085724 25792.0 4086435 25647.0 4087146 24364.0 4087858 24133.0 4088569 24658.0 4089281 24254.0 4089992 24560.0 4090703 25715.0 4091415 26263.0 4092126 26174.0 4092838 26246.0 4093549 26123.0 4094260 24459.0 4094972 24797.0 4095683 24790.0 4096394 24749.0 4097106 24484.0 4097817 24249.0 4098529 24283.0 4099240 24081.0 4099951 24515.0 4100663 23728.0 4101374 24690.0 4102085 24326.0 4102797 23051.0 4103508 23520.0 4104220 23275.0 4104931 24473.0 4105642 23803.0 4106354 24597.0 4107065 24705.0 4107777 24080.0 4108488 23961.0 4109199 23563.0 4109911 23483.0 4110622 24152.0 4111333 24329.0 4112045 24738.0 4112756 25573.0 4113468 25791.0 4114179 26074.0 4114890 24804.0 4115602 24464.0 4116313 24278.0 4117025 23837.0 4117736 23966.0 4118447 24345.0 4119159 24593.0 4119870 24898.0 4120581 25554.0 4121293 26299.0 4122004 25202.0 4122716 24933.0 4123427 25182.0 4124138 25221.0 4124850 24684.0 4125561 24089.0 4126272 24715.0 4126984 23839.0 4127695 24256.0 4128407 24373.0 4129118 23806.0 4129829 24465.0 4130541 24017.0 4131252 24905.0 4131964 24501.0 4132675 23605.0 4133386 24171.0 4134098 23365.0 4134809 23976.0 4135520 23190.0 4136232 24407.0 4136943 24332.0 4137655 23251.0 4138366 23278.0 4139077 23489.0 4139789 24343.0 4140500 24714.0 4141212 25025.0 4141923 25590.0 4142634 26425.0 4143346 26507.0 4144057 28236.0 4144768 26510.0 4145480 24987.0 4146191 24233.0 4146903 24334.0 4147614 24222.0 4148325 24326.0 4149037 23722.0 4149748 23716.0 4150459 23515.0 4151171 24243.0 4151882 24038.0 4152594 23929.0 4153305 24190.0 4154016 23850.0 4154728 24886.0 4155439 23520.0 4156151 22994.0 4156862 24257.0 4157573 24381.0 4158285 24190.0 4158996 24062.0 4159707 24153.0 4160419 24678.0 4161130 24589.0 4161842 24275.0 4162553 26075.0 4163264 27501.0 4163976 30954.0 4164687 38183.0 4165399 41587.0 4166110 40204.0 4166821 37271.0 4167533 33569.0 4168244 31014.0 4168955 28037.0 4169667 27255.0 4170378 26698.0 4171090 25488.0 4171801 25491.0 4172512 24491.0 4173224 24706.0 4173935 24382.0 4174646 24255.0 4175358 23529.0 4176069 24714.0 4176781 24161.0 4177492 24080.0 4178203 25381.0 4178915 23949.0 4179626 23861.0 4180338 24458.0 4181049 25064.0 4181760 23834.0 4182472 23957.0 4183183 24182.0 4183894 24122.0 4184606 23708.0 4185317 22808.0 4186029 24122.0 4186740 23923.0 4187451 24238.0 4188163 23705.0 4188874 23717.0 4189586 24550.0 4190297 23947.0 4191008 24284.0 4191720 24104.0 4192431 23999.0 4193142 23328.0 4193854 24492.0 4194565 24373.0 4195277 25221.0 4195988 24305.0 4196699 24448.0 4197411 24649.0 4198122 24567.0 4198833 24372.0 4199545 24208.0 4200256 24409.0 4200968 23726.0 4201679 24351.0 4202390 24234.0 4203102 24848.0 4203813 24514.0 4204525 23794.0 4205236 23997.0 4205947 23349.0 4206659 24457.0 4207370 24658.0 4208081 24459.0 4208793 24124.0 4209504 24598.0 4210216 23924.0 4210927 25286.0 4211638 24105.0 4212350 24644.0 4213061 25149.0 4213772 25661.0 4214484 25180.0 4215195 25917.0 4215907 26467.0 4216618 25339.0 4217329 24652.0 4218041 24694.0 4218752 24279.0 4219464 25532.0 4220175 24862.0 4220886 26405.0 4221598 24813.0 4222309 25640.0 4223020 25264.0 4223732 25537.0 4224443 25420.0 4225155 25674.0 4225866 24213.0 4226577 24509.0 4227289 24709.0 4228000 24556.0 4228712 24595.0 4229423 24196.0 4230134 25313.0 4230846 25121.0 4231557 24742.0 4232268 24773.0 4232980 24155.0 4233691 25184.0 4234403 24004.0 4235114 24338.0 4235825 25556.0 4236537 24240.0 4237248 26294.0 4237959 25560.0 4238671 25019.0 4239382 25502.0 4240094 25067.0 4240805 27276.0 4241516 29466.0 4242228 32580.0 4242939 43420.0 4243651 57063.0 4244362 70308.0 4245073 74630.0 4245785 76478.0 4246496 67877.0 4247207 61194.0 4247919 54439.0 4248630 48882.0 4249342 45037.0 4250053 44502.0 4250764 41269.0 4251476 39937.0 4252187 39048.0 4252899 39136.0 4253610 39347.0 4254321 38455.0 4255033 40004.0 4255744 40772.0 4256455 42286.0 4257167 44331.0 4257878 44635.0 4258590 46284.0 4259301 48654.0 4260012 50984.0 4260724 53971.0 4261435 54862.0 4262146 58659.0 4262858 64823.0 4263569 67800.0 4264281 70828.0 4264992 74962.0 4265703 74704.0 4266415 71765.0 4267126 64837.0 4267838 57454.0 4268549 49103.0 4269260 43424.0 4269972 39086.0 4270683 37222.0 4271394 36437.0 4272106 34768.0 4272817 33488.0 4273529 32364.0 4274240 33765.0 4274951 32236.0 4275663 31377.0 4276374 30891.0 4277086 31462.0 4277797 29640.0 4278508 29573.0 4279220 29719.0 4279931 29918.0 4280642 30733.0 4281354 30039.0 4282065 29056.0 4282777 29015.0 4283488 28757.0 4284199 27849.0 4284911 29177.0 4285622 29312.0 4286333 28474.0 4287045 28387.0 4287756 28539.0 4288468 27768.0 4289179 27751.0 4289890 28559.0 4290602 30087.0 4291313 29103.0 4292025 29988.0 4292736 29507.0 4293447 29995.0 4294159 29621.0 4294870 28160.0 4295581 27577.0 4296293 27250.0 4297004 27054.0 4297716 27190.0 4298427 26757.0 4299138 27315.0 4299850 26520.0 4300561 26842.0 4301273 27218.0 4301984 26481.0 4302695 27237.0 4303407 26071.0 4304118 27250.0 4304829 27254.0 4305541 26282.0 4306252 26719.0 4306964 26741.0 4307675 26540.0 4308386 26158.0 4309098 26839.0 4309809 26393.0 4310520 25486.0 4311232 26660.0 4311943 26602.0 4312655 26819.0 4313366 25974.0 4314077 27016.0 4314789 25911.0 4315500 25649.0 4316212 25760.0 4316923 26958.0 4317634 26151.0 4318346 26486.0 4319057 27131.0 4319768 26724.0 4320480 27030.0 4321191 26653.0 4321903 26000.0 4322614 26840.0 4323325 25968.0 4324037 26425.0 4324748 25538.0 4325460 25546.0 4326171 26144.0 4326882 26990.0 4327594 25986.0 4328305 26447.0 4329016 26050.0 4329728 27425.0 4330439 26274.0 4331151 26420.0 4331862 27303.0 4332573 27155.0 4333285 26436.0 4333996 26671.0 4334707 27203.0 4335419 27739.0 4336130 26263.0 4336842 26403.0 4337553 26679.0 4338264 26522.0 4338976 26011.0 4339687 26783.0 4340399 26840.0 4341110 26425.0 4341821 26443.0 4342533 26965.0 4343244 27089.0 4343955 27044.0 4344667 27811.0 4345378 26369.0 4346090 26888.0 4346801 26748.0 4347512 26646.0 4348224 26511.0 4348935 26524.0 4349647 27775.0 4350358 26040.0 4351069 25643.0 4351781 27207.0 4352492 26809.0 4353203 26653.0 4353915 26714.0 4354626 27264.0 4355338 26766.0 4356049 27926.0 4356760 27245.0 4357472 27057.0 4358183 26834.0 4358894 25710.0 4359606 27780.0 4360317 26286.0 4361029 27109.0 4361740 26596.0 4362451 26177.0 4363163 27280.0 4363874 27835.0 4364586 26735.0 4365297 26749.0 4366008 27158.0 4366720 26998.0 4367431 27742.0 4368142 25629.0 4368854 27186.0 4369565 27588.0 4370277 27576.0 4370988 26685.0 4371699 27269.0 4372411 28481.0 4373122 28123.0 4373834 28105.0 4374545 26222.0 4375256 27598.0 4375968 27317.0 4376679 27967.0 4377390 27499.0 4378102 27532.0 4378813 26911.0 4379525 27170.0 4380236 27546.0 4380947 26740.0 4381659 26228.0 4382370 26397.0 4383081 27378.0 4383793 27193.0 4384504 27446.0 4385216 27774.0 4385927 28208.0 4386638 27207.0 4387350 26887.0 4388061 26249.0 4388773 26313.0 4389484 25924.0 4390195 26937.0 4390907 26458.0 4391618 26999.0 4392329 26752.0 4393041 26754.0 4393752 26091.0 4394464 27467.0 4395175 25861.0 4395886 26345.0 4396598 27916.0 4397309 26751.0 4398021 25904.0 4398732 27047.0 4399443 26799.0 4400155 27086.0 4400866 26420.0 4401577 26383.0 4402289 26565.0 4403000 26133.0 4403712 26906.0 4404423 26204.0 4405134 26293.0 4405846 26759.0 4406557 27052.0 4407268 28111.0 4407980 28645.0 4408691 28291.0 4409403 28466.0 4410114 27802.0 4410825 25361.0 4411537 26257.0 4412248 27142.0 4412960 28073.0 4413671 28366.0 4414382 28952.0 4415094 28386.0 4415805 28495.0 4416516 28479.0 4417228 27798.0 4417939 28286.0 4418651 29120.0 4419362 30714.0 4420073 33259.0 4420785 34378.0 4421496 34428.0 4422207 33679.0 4422919 31743.0 4423630 29108.0 4424342 28135.0 4425053 27015.0 4425764 28603.0 4426476 27329.0 4427187 28052.0 4427899 27519.0 4428610 27590.0 4429321 27019.0 4430033 27741.0 4430744 28530.0 4431455 29389.0 4432167 28631.0 4432878 27486.0 4433590 27379.0 4434301 27875.0 4435012 27294.0 4435724 27169.0 4436435 27433.0 4437147 27396.0 4437858 27634.0 4438569 27141.0 4439281 26538.0 4439992 28367.0 4440703 27834.0 4441415 26460.0 4442126 28477.0 4442838 28147.0 4443549 27805.0 4444260 27810.0 4444972 27462.0 4445683 27685.0 4446394 27496.0 4447106 27506.0 4447817 27667.0 4448529 27721.0 4449240 27650.0 4449951 28059.0 4450663 28088.0 4451374 27562.0 4452086 27709.0 4452797 27722.0 4453508 27891.0 4454220 26290.0 4454931 27123.0 4455642 27304.0 4456354 27427.0 4457065 27283.0 4457777 27532.0 4458488 28194.0 4459199 27632.0 4459911 29253.0 4460622 29998.0 4461334 29807.0 4462045 28972.0 4462756 27689.0 4463468 28952.0 4464179 27957.0 4464890 28210.0 4465602 27981.0 4466313 27358.0 4467025 26602.0 4467736 27956.0 4468447 28662.0 4469159 27669.0 4469870 27739.0 4470581 28286.0 4471293 27967.0 4472004 28297.0 4472716 28392.0 4473427 28588.0 4474138 28210.0 4474850 28006.0 4475561 28316.0 4476273 29092.0 4476984 29042.0 4477695 28887.0 4478407 28557.0 4479118 28738.0 4479829 28896.0 4480541 28438.0 4481252 28051.0 4481964 28244.0 4482675 29169.0 4483386 28833.0 4484098 29030.0 4484809 29517.0 4485521 31090.0 4486232 32838.0 4486943 33964.0 4487655 36976.0 4488366 35272.0 4489077 34537.0 4489789 32623.0 4490500 31029.0 4491212 30318.0 4491923 30289.0 4492634 29314.0 4493346 30035.0 4494057 29681.0 4494768 28386.0 4495480 29151.0 4496191 28715.0 4496903 28698.0 4497614 28330.0 4498325 28752.0 4499037 29640.0 4499748 29593.0 4500460 29201.0 4501171 28593.0 4501882 29151.0 4502594 28949.0 4503305 28771.0 4504016 29194.0 4504728 28842.0 4505439 29576.0 4506151 29546.0 4506862 29064.0 4507573 28893.0 4508285 29302.0 4508996 29694.0 4509708 29680.0 4510419 29063.0 4511130 28274.0 4511842 29673.0 4512553 29696.0 4513264 29694.0 4513976 28338.0 4514687 28297.0 4515399 28705.0 4516110 29145.0 4516821 29892.0 4517533 29459.0 4518244 28582.0 4518955 28231.0 4519667 28295.0 4520378 28452.0 4521090 27872.0 4521801 28402.0 4522512 29083.0 4523224 28580.0 4523935 28472.0 4524647 29844.0 4525358 29165.0 4526069 28872.0 4526781 27629.0 4527492 29048.0 4528203 29394.0 4528915 30115.0 4529626 28847.0 4530338 29759.0 4531049 28866.0 4531760 28848.0 4532472 28835.0 4533183 29468.0 4533895 29247.0 4534606 28928.0 4535317 28993.0 4536029 28995.0 4536740 28916.0 4537451 28940.0 4538163 28679.0 4538874 28542.0 4539586 28492.0 4540297 29268.0 4541008 29014.0 4541720 29785.0 4542431 28378.0 4543142 29567.0 4543854 29230.0 4544565 27831.0 4545277 28645.0 4545988 28614.0 4546699 29900.0 4547411 29070.0 4548122 30456.0 4548834 30144.0 4549545 30026.0 4550256 29747.0 4550968 29837.0 4551679 30634.0 4552390 29475.0 4553102 29727.0 4553813 29187.0 4554525 29091.0 4555236 30654.0 4555947 29502.0 4556659 28588.0 4557370 29617.0 4558082 29914.0 4558793 30048.0 4559504 29904.0 4560216 29320.0 4560927 29396.0 4561638 29578.0 4562350 28443.0 4563061 29242.0 4563773 29844.0 4564484 29131.0 4565195 29613.0 4565907 29532.0 4566618 29718.0 4567329 30506.0 4568041 29162.0 4568752 29043.0 4569464 29334.0 4570175 30053.0 4570886 31152.0 4571598 32391.0 4572309 32479.0 4573021 31163.0 4573732 31727.0 4574443 29819.0 4575155 30383.0 4575866 30285.0 4576577 29589.0 4577289 30108.0 4578000 29187.0 4578712 29837.0 4579423 29576.0 4580134 29934.0 4580846 29540.0 4581557 28911.0 4582269 30135.0 4582980 30540.0 4583691 30413.0 4584403 30144.0 4585114 29573.0 4585825 30192.0 4586537 31076.0 4587248 29856.0 4587960 29736.0 4588671 29464.0 4589382 29507.0 4590094 29400.0 4590805 29396.0 4591516 30354.0 4592228 30107.0 4592939 30085.0 4593651 29729.0 4594362 29701.0 4595073 29904.0 4595785 29954.0 4596496 30472.0 4597208 31402.0 4597919 30431.0 4598630 30726.0 4599342 30434.0 4600053 31293.0 4600764 30467.0 4601476 30526.0 4602187 31644.0 4602899 30889.0 4603610 31010.0 4604321 30603.0 4605033 30407.0 4605744 30906.0 4606456 30891.0 4607167 30913.0 4607878 30256.0 4608590 30995.0 4609301 31659.0 4610012 31558.0 4610724 32520.0 4611435 34456.0 4612147 33780.0 4612858 33524.0 4613569 32073.0 4614281 31090.0 4614992 31800.0 4615703 31122.0 4616415 30949.0 4617126 30562.0 4617838 31190.0 4618549 31983.0 4619260 32054.0 4619972 31591.0 4620683 32927.0 4621395 31817.0 4622106 30100.0 4622817 30970.0 4623529 30339.0 4624240 30267.0 4624951 30585.0 4625663 31705.0 4626374 30718.0 4627086 30896.0 4627797 31263.0 4628508 31949.0 4629220 31588.0 4629931 31600.0 4630642 31364.0 4631354 30287.0 4632065 31138.0 4632777 31318.0 4633488 31717.0 4634199 30530.0 4634911 31365.0 4635622 32491.0 4636334 30743.0 4637045 30915.0 4637756 30801.0 4638468 31378.0 4639179 32003.0 4639890 30874.0 4640602 30990.0 4641313 30866.0 4642025 32582.0 4642736 32312.0 4643447 32132.0 4644159 31859.0 4644870 32097.0 4645582 31221.0 4646293 32246.0 4647004 33049.0 4647716 32155.0 4648427 33162.0 4649138 32862.0 4649850 33056.0 4650561 32434.0 4651273 32893.0 4651984 34203.0 4652695 33595.0 4653407 32882.0 4654118 31598.0 4654829 32017.0 4655541 31789.0 4656252 31588.0 4656964 31604.0 4657675 32069.0 4658386 31926.0 4659098 31357.0 4659809 32640.0 4660521 32604.0 4661232 31433.0 4661943 32429.0 4662655 32105.0 4663366 31568.0 4664077 33365.0 4664789 32363.0 4665500 32463.0 4666212 32459.0 4666923 32549.0 4667634 32805.0 4668346 35665.0 4669057 36007.0 4669769 39900.0 4670480 42676.0 4671191 42871.0 4671903 44659.0 4672614 42455.0 4673325 40322.0 4674037 39077.0 4674748 36394.0 4675460 35813.0 4676171 36358.0 4676882 34001.0 4677594 34765.0 4678305 35514.0 4679016 34719.0 4679728 34076.0 4680439 33577.0 4681151 33834.0 4681862 33958.0 4682573 34707.0 4683285 34322.0 4683996 33607.0 4684708 33459.0 4685419 33428.0 4686130 35097.0 4686842 34989.0 4687553 34877.0 4688264 34135.0 4688976 33706.0 4689687 33283.0 4690399 33842.0 4691110 35056.0 4691821 34406.0 4692533 33910.0 4693244 33401.0 4693956 33171.0 4694667 34084.0 4695378 32921.0 4696090 32867.0 4696801 32887.0 4697512 34416.0 4698224 34795.0 4698935 33775.0 4699647 32993.0 4700358 34319.0 4701069 33288.0 4701781 35357.0 4702492 36326.0 4703203 37194.0 4703915 37466.0 4704626 39116.0 4705338 37732.0 4706049 36745.0 4706760 36217.0 4707472 34967.0 4708183 34566.0 4708895 34140.0 4709606 33380.0 4710317 34264.0 4711029 33349.0 4711740 35017.0 4712451 34454.0 4713163 34274.0 4713874 34809.0 4714586 34424.0 4715297 34892.0 4716008 33774.0 4716720 35131.0 4717431 35764.0 4718143 35290.0 4718854 34644.0 4719565 35051.0 4720277 34725.0 4720988 34431.0 4721699 34538.0 4722411 34630.0 4723122 34661.0 4723834 36133.0 4724545 37194.0 4725256 37344.0 4725968 37300.0 4726679 38121.0 4727390 39080.0 4728102 39491.0 4728813 39513.0 4729525 38700.0 4730236 37214.0 4730947 35886.0 4731659 37226.0 4732370 35721.0 4733082 36134.0 4733793 36381.0 4734504 35367.0 4735216 36035.0 4735927 35737.0 4736638 35507.0 4737350 36380.0 4738061 36518.0 4738773 35747.0 4739484 35176.0 4740195 36268.0 4740907 34530.0 4741618 35412.0 4742330 35197.0 4743041 35446.0 4743752 35740.0 4744464 35882.0 4745175 36054.0 4745886 35375.0 4746598 35530.0 4747309 35042.0 4748021 34969.0 4748732 35492.0 4749443 35639.0 4750155 36476.0 4750866 36377.0 4751577 36340.0 4752289 36619.0 4753000 36083.0 4753712 36197.0 4754423 36186.0 4755134 36576.0 4755846 36666.0 4756557 36048.0 4757269 36215.0 4757980 36171.0 4758691 36280.0 4759403 36130.0 4760114 35719.0 4760825 35981.0 4761537 36222.0 4762248 35863.0 4762960 35134.0 4763671 35194.0 4764382 35474.0 4765094 35903.0 4765805 36560.0 4766517 35533.0 4767228 36346.0 4767939 36965.0 4768651 35988.0 4769362 36959.0 4770073 36179.0 4770785 36562.0 4771496 37196.0 4772208 36653.0 4772919 37269.0 4773630 35447.0 4774342 36112.0 4775053 36967.0 4775764 36844.0 4776476 35838.0 4777187 36310.0 4777899 35904.0 4778610 36579.0 4779321 36684.0 4780033 36670.0 4780744 36729.0 4781456 37850.0 4782167 37456.0 4782878 37718.0 4783590 37736.0 4784301 37444.0 4785012 37612.0 4785724 37138.0 4786435 37930.0 4787147 38205.0 4787858 39135.0 4788569 38830.0 4789281 35904.0 4789992 36818.0 4790704 38173.0 4791415 37748.0 4792126 36693.0 4792838 37554.0 4793549 38890.0 4794260 37178.0 4794972 37314.0 4795683 37994.0 4796395 37659.0 4797106 38581.0 4797817 36919.0 4798529 36911.0 4799240 38359.0 4799951 38341.0 4800663 37167.0 4801374 37238.0 4802086 37198.0 4802797 37344.0 4803508 37276.0 4804220 36395.0 4804931 37614.0 4805643 37183.0 4806354 38675.0 4807065 38319.0 4807777 37438.0 4808488 38461.0 4809199 37976.0 4809911 38731.0 4810622 37134.0 4811334 38523.0 4812045 39273.0 4812756 39691.0 4813468 39106.0 4814179 38533.0 4814890 38158.0 4815602 38326.0 4816313 40401.0 4817025 39103.0 4817736 39057.0 4818447 39052.0 4819159 39546.0 4819870 38092.0 4820582 39166.0 4821293 38452.0 4822004 40373.0 4822716 40531.0 4823427 39474.0 4824138 39897.0 4824850 40747.0 4825561 39733.0 4826273 39650.0 4826984 39874.0 4827695 40180.0 4828407 40240.0 4829118 40927.0 4829830 40987.0 4830541 43520.0 4831252 43836.0 4831964 42952.0 4832675 41950.0 4833386 40336.0 4834098 39685.0 4834809 39727.0 4835521 38426.0 4836232 39289.0 4836943 40323.0 4837655 39856.0 4838366 39753.0 4839077 41104.0 4839789 41600.0 4840500 43222.0 4841212 46793.0 4841923 49587.0 4842634 52282.0 4843346 50929.0 4844057 51520.0 4844769 47717.0 4845480 46870.0 4846191 47409.0 4846903 45284.0 4847614 44726.0 4848325 45549.0 4849037 44967.0 4849748 43619.0 4850460 42492.0 4851171 42645.0 4851882 43686.0 4852594 41952.0 4853305 41111.0 4854017 41390.0 4854728 41591.0 4855439 41626.0 4856151 42233.0 4856862 41796.0 4857573 41431.0 4858285 41474.0 4858996 41981.0 4859708 42471.0 4860419 40838.0 4861130 41088.0 4861842 41594.0 4862553 41592.0 4863264 41770.0 4863976 41225.0 4864687 41401.0 4865399 41427.0 4866110 41596.0 4866821 41061.0 4867533 41263.0 4868244 42099.0 4868956 41179.0 4869667 41027.0 4870378 41617.0 4871090 41945.0 4871801 41764.0 4872512 41879.0 4873224 42825.0 4873935 41988.0 4874647 42799.0 4875358 41688.0 4876069 42021.0 4876781 42825.0 4877492 43140.0 4878204 42195.0 4878915 43489.0 4879626 43614.0 4880338 43950.0 4881049 43806.0 4881760 42920.0 4882472 42637.0 4883183 42785.0 4883895 42340.0 4884606 41681.0 4885317 42581.0 4886029 42432.0 4886740 42459.0 4887451 41804.0 4888163 42537.0 4888874 42021.0 4889586 41688.0 4890297 43265.0 4891008 42760.0 4891720 42993.0 4892431 42227.0 4893143 42935.0 4893854 45000.0 4894565 43858.0 4895277 43328.0 4895988 42667.0 4896699 44270.0 4897411 43779.0 4898122 42471.0 4898834 43659.0 4899545 44375.0 4900256 43342.0 4900968 43416.0 4901679 42659.0 4902391 42817.0 4903102 43372.0 4903813 43902.0 4904525 44691.0 4905236 45302.0 4905947 45068.0 4906659 44594.0 4907370 44194.0 4908082 43269.0 4908793 43267.0 4909504 42824.0 4910216 43729.0 4910927 43555.0 4911638 44460.0 4912350 42841.0 4913061 43080.0 4913773 44779.0 4914484 44629.0 4915195 44879.0 4915907 44482.0 4916618 45406.0 4917330 46079.0 4918041 45255.0 4918752 45136.0 4919464 46052.0 4920175 45112.0 4920886 46529.0 4921598 46036.0 4922309 45010.0 4923021 45959.0 4923732 46398.0 4924443 46837.0 4925155 46554.0 4925866 45451.0 4926578 44650.0 4927289 45820.0 4928000 46894.0 4928712 44692.0 4929423 46058.0 4930134 45753.0 4930846 44632.0 4931557 46093.0 4932269 44719.0 4932980 48168.0 4933691 46464.0 4934403 45519.0 4935114 45992.0 4935825 44346.0 4936537 45635.0 4937248 45534.0 4937960 45962.0 4938671 46227.0 4939382 45759.0 4940094 46342.0 4940805 45319.0 4941517 45629.0 4942228 47248.0 4942939 46032.0 4943651 47258.0 4944362 46485.0 4945073 45770.0 4945785 45428.0 4946496 45466.0 4947208 46452.0 4947919 45935.0 4948630 45328.0 4949342 47871.0 4950053 46573.0 4950765 45689.0 4951476 46167.0 4952187 45071.0 4952899 45504.0 4953610 47982.0 4954321 47008.0 4955033 46031.0 4955744 46236.0 4956456 47189.0 4957167 45601.0 4957878 45793.0 4958590 46427.0 4959301 46349.0 4960012 47298.0 4960724 47212.0 4961435 46222.0 4962147 46947.0 4962858 46038.0 4963569 46485.0 4964281 47729.0 4964992 46130.0 4965704 47223.0 4966415 46141.0 4967126 47724.0 4967838 46406.0 4968549 46657.0 4969260 47525.0 4969972 46389.0 4970683 46780.0 4971395 47625.0 4972106 47726.0 4972817 45652.0 4973529 47065.0 4974240 46594.0 4974952 47766.0 4975663 47040.0 4976374 46973.0 4977086 45911.0 4977797 46033.0 4978508 48100.0 4979220 46938.0 4979931 47645.0 4980643 47495.0 4981354 47666.0 4982065 47104.0 4982777 47222.0 4983488 47846.0 4984199 47229.0 4984911 47624.0 4985622 47371.0 4986334 46731.0 4987045 48235.0 4987756 49030.0 4988468 48558.0 4989179 47450.0 4989891 47439.0 4990602 48762.0 4991313 48135.0 4992025 48700.0 4992736 47811.0 4993447 48322.0 4994159 47471.0 4994870 47197.0 4995582 47303.0 4996293 47192.0 4997004 48062.0 4997716 46277.0 4998427 46879.0 4999139 46872.0 4999850 46918.0 5000561 48948.0 5001273 47410.0 5001984 49065.0 5002695 49271.0 5003407 49324.0 5004118 50566.0 5004830 52777.0 5005541 53334.0 5006252 55266.0 5006964 57057.0 5007675 56147.0 5008386 54341.0 5009098 53183.0 5009809 51548.0 5010521 51321.0 5011232 51197.0 5011943 50518.0 5012655 49820.0 5013366 49181.0 5014078 50881.0 5014789 50116.0 5015500 48676.0 5016212 49147.0 5016923 48354.0 5017634 48535.0 5018346 50158.0 5019057 48548.0 5019769 49150.0 5020480 48750.0 5021191 49616.0 5021903 49756.0 5022614 48528.0 5023325 47802.0 5024037 49045.0 5024748 49986.0 5025460 50847.0 5026171 48881.0 5026882 48978.0 5027594 48367.0 5028305 48446.0 5029017 49631.0 5029728 48976.0 5030439 50612.0 5031151 50101.0 5031862 48675.0 5032573 49952.0 5033285 49042.0 5033996 49415.0 5034708 49567.0 5035419 49561.0 5036130 50052.0 5036842 49849.0 5037553 49495.0 5038265 49644.0 5038976 48493.0 5039687 49822.0 5040399 49187.0 5041110 48861.0 5041821 49778.0 5042533 49372.0 5043244 50207.0 5043956 48238.0 5044667 49384.0 5045378 48726.0 5046090 50352.0 5046801 49994.0 5047512 50222.0 5048224 49687.0 5048935 49898.0 5049647 49424.0 5050358 48276.0 5051069 50821.0 5051781 50003.0 5052492 50669.0 5053204 50343.0 5053915 49475.0 5054626 48578.0 5055338 50219.0 5056049 50964.0 5056760 50721.0 5057472 51104.0 5058183 52320.0 5058895 51369.0 5059606 50792.0 5060317 50366.0 5061029 51206.0 5061740 51114.0 5062452 50221.0 5063163 50397.0 5063874 51348.0 5064586 48884.0 5065297 49213.0 5066008 48269.0 5066720 50139.0 5067431 50259.0 5068143 50858.0 5068854 51617.0 5069565 51201.0 5070277 50737.0 5070988 50886.0 5071699 50266.0 5072411 50618.0 5073122 50212.0 5073834 50305.0 5074545 51477.0 5075256 50577.0 5075968 49957.0 5076679 52004.0 5077391 50606.0 5078102 49753.0 5078813 50612.0 5079525 49596.0 5080236 49435.0 5080947 50324.0 5081659 51113.0 5082370 50270.0 5083082 49917.0 5083793 51421.0 5084504 50904.0 5085216 49309.0 5085927 51278.0 5086639 50742.0 5087350 49189.0 5088061 50777.0 5088773 51253.0 5089484 49112.0 5090195 50283.0 5090907 51136.0 5091618 49836.0 5092330 48765.0 5093041 50305.0 5093752 50445.0 5094464 50997.0 5095175 49469.0 5095886 49845.0 5096598 49732.0 5097309 50822.0 5098021 49364.0 5098732 51679.0 5099443 49910.0 5100155 48970.0 5100866 50120.0 5101578 49962.0 5102289 49816.0 5103000 50585.0 5103712 50227.0 5104423 50515.0 5105134 50574.0 5105846 50764.0 5106557 49671.0 5107269 48641.0 5107980 49358.0 5108691 48466.0 5109403 51052.0 5110114 51121.0 5110826 50310.0 5111537 49637.0 5112248 50542.0 5112960 50809.0 5113671 50265.0 5114382 49033.0 5115094 50266.0 5115805 49600.0 5116517 51345.0 5117228 50277.0 5117939 50609.0 5118651 51079.0 5119362 49842.0 5120073 50437.0 5120785 50727.0 5121496 51151.0 5122208 51013.0 5122919 51205.0 5123630 51139.0 5124342 51676.0 5125053 50789.0 5125765 50192.0 5126476 51769.0 5127187 50648.0 5127899 51953.0 5128610 50402.0 5129321 51669.0 5130033 50765.0 5130744 50573.0 5131456 50358.0 5132167 49294.0 5132878 51695.0 5133590 49911.0 5134301 50174.0 5135013 49495.0 5135724 50258.0 5136435 51380.0 5137147 52232.0 5137858 51173.0 5138569 50565.0 5139281 49724.0 5139992 50492.0 5140704 51072.0 5141415 50375.0 5142126 49874.0 5142838 51186.0 5143549 51485.0 5144260 51380.0 5144972 50102.0 5145683 50521.0 5146395 50850.0 5147106 50269.0 5147817 51246.0 5148529 51208.0 5149240 49444.0 5149952 50015.0 5150663 50848.0 5151374 48862.0 5152086 50798.0 5152797 50700.0 5153508 50467.0 5154220 49768.0 5154931 50736.0 5155643 50824.0 5156354 50141.0 5157065 50193.0 5157777 48671.0 5158488 51028.0 5159200 49438.0 5159911 50539.0 5160622 49104.0 5161334 48598.0 5162045 51237.0 5162756 51601.0 5163468 50109.0 5164179 50642.0 5164891 50375.0 5165602 49705.0 5166313 50866.0 5167025 51108.0 5167736 50597.0 5168447 51001.0 5169159 50781.0 5169870 50150.0 5170582 49658.0 5171293 49437.0 5172004 49160.0 5172716 49966.0 5173427 50124.0 5174139 50030.0 5174850 50667.0 5175561 50676.0 5176273 50971.0 5176984 50437.0 5177695 49523.0 5178407 51519.0 5179118 50036.0 5179830 50343.0 5180541 50245.0 5181252 51117.0 5181964 51255.0 5182675 49893.0 5183387 50719.0 5184098 50367.0 5184809 50991.0 5185521 48925.0 5186232 49784.0 5186943 50667.0 5187655 51321.0 5188366 52501.0 5189078 52510.0 5189789 52418.0 5190500 53356.0 5191212 54396.0 5191923 53696.0 5192634 53824.0 5193346 53784.0 5194057 53009.0 5194769 54360.0 5195480 52457.0 5196191 51656.0 5196903 52905.0 5197614 50614.0 5198326 50221.0 5199037 50619.0 5199748 50998.0 5200460 51479.0 5201171 48971.0 5201882 49732.0 5202594 50238.0 5203305 50008.0 5204017 50906.0 5204728 49018.0 5205439 50959.0 5206151 50212.0 5206862 51021.0 5207573 50427.0 5208285 50325.0 5208996 50763.0 5209708 50514.0 5210419 49153.0 5211130 49647.0 5211842 49500.0 5212553 50289.0 5213265 50380.0 5213976 50751.0 5214687 49580.0 5215399 50459.0 5216110 50425.0 5216821 48249.0 5217533 49042.0 5218244 50911.0 5218956 49765.0 5219667 49060.0 5220378 49723.0 5221090 50495.0 5221801 50102.0 5222513 49865.0 5223224 50349.0 5223935 50695.0 5224647 49156.0 5225358 50189.0 5226069 49842.0 5226781 49940.0 5227492 49448.0 5228204 49393.0 5228915 49455.0 5229626 49433.0 5230338 49774.0 5231049 50590.0 5231760 49720.0 5232472 50238.0 5233183 49457.0 5233895 49570.0 5234606 49456.0 5235317 50069.0 5236029 48230.0 5236740 51177.0 5237452 49121.0 5238163 50540.0 5238874 51676.0 5239586 49930.0 5240297 48096.0 5241008 48890.0 5241720 49467.0 5242431 50252.0 5243143 50045.0 5243854 50539.0 5244565 49359.0 5245277 49560.0 5245988 50427.0 5246700 49101.0 5247411 50478.0 5248122 49270.0 5248834 50016.0 5249545 50648.0 5250256 51167.0 5250968 48946.0 5251679 48897.0 5252391 49403.0 5253102 50216.0 5253813 49284.0 5254525 50147.0 5255236 49234.0 5255947 49944.0 5256659 50123.0 5257370 50113.0 5258082 48894.0 5258793 50530.0 5259504 50091.0 5260216 49906.0 5260927 51963.0 5261639 50634.0 5262350 48450.0 5263061 49971.0 5263773 49692.0 5264484 50049.0 5265195 49665.0 5265907 51395.0 5266618 49075.0 5267330 50340.0 5268041 49380.0 5268752 49995.0 5269464 50074.0 5270175 50514.0 5270887 50411.0 5271598 50815.0 5272309 49255.0 5273021 50926.0 5273732 48801.0 5274443 49453.0 5275155 49925.0 5275866 49850.0 5276578 50482.0 5277289 50215.0 5278000 49990.0 5278712 50305.0 5279423 49448.0 5280134 50315.0 5280846 49813.0 5281557 49499.0 5282269 50203.0 5282980 49600.0 5283691 49499.0 5284403 48348.0 5285114 49618.0 5285826 50292.0 5286537 48489.0 5287248 49956.0 5287960 49496.0 5288671 48486.0 5289382 48722.0 5290094 50280.0 5290805 50375.0 5291517 49606.0 5292228 49882.0 5292939 48583.0 5293651 49043.0 5294362 49568.0 5295074 49854.0 5295785 49898.0 5296496 50324.0 5297208 49830.0 5297919 50086.0 5298630 50352.0 5299342 49441.0 5300053 51120.0 5300765 50799.0 5301476 51028.0 5302187 48961.0 5302899 50334.0 5303610 50002.0 5304321 49532.0 5305033 49861.0 5305744 50073.0 5306456 50026.0 5307167 49470.0 5307878 50584.0 5308590 49817.0 5309301 49497.0 5310013 49105.0 5310724 49103.0 5311435 50829.0 5312147 49068.0 5312858 49589.0 5313569 50066.0 5314281 49439.0 5314992 50533.0 5315704 49272.0 5316415 48692.0 5317126 49172.0 5317838 48926.0 5318549 49310.0 5319261 49033.0 5319972 50032.0 5320683 49799.0 5321395 48965.0 5322106 50954.0 5322817 51332.0 5323529 50039.0 5324240 49461.0 5324952 49196.0 5325663 49725.0 5326374 50131.0 5327086 50827.0 5327797 48300.0 5328508 49665.0 5329220 49118.0 5329931 50018.0 5330643 50062.0 5331354 50265.0 5332065 49072.0 5332777 49803.0 5333488 49389.0 5334200 49756.0 5334911 49033.0 5335622 48899.0 5336334 49344.0 5337045 48781.0 5337756 50136.0 5338468 48695.0 5339179 49299.0 5339891 49257.0 5340602 51862.0 5341313 52520.0 5342025 54259.0 5342736 53801.0 5343448 53415.0 5344159 54079.0 5344870 53592.0 5345582 52581.0 5346293 52976.0 5347004 51106.0 5347716 49666.0 5348427 50673.0 5349139 50833.0 5349850 50719.0 5350561 48478.0 5351273 49423.0 5351984 49121.0 5352695 48904.0 5353407 50231.0 5354118 48916.0 5354830 50737.0 5355541 50199.0 5356252 49195.0 5356964 49562.0 5357675 50713.0 5358387 50270.0 5359098 51388.0 5359809 48544.0 5360521 50404.0 5361232 49049.0 5361943 49808.0 5362655 50885.0 5363366 47871.0 5364078 48920.0 5364789 49182.0 5365500 48041.0 5366212 49842.0 5366923 47720.0 5367635 49261.0 5368346 49031.0 5369057 49348.0 5369769 48913.0 5370480 49593.0 5371191 49374.0 5371903 49892.0 5372614 49616.0 5373326 50142.0 5374037 48308.0 5374748 49330.0 5375460 49311.0 5376171 48482.0 5376882 49504.0 5377594 49263.0 5378305 49836.0 5379017 49073.0 5379728 51554.0 5380439 49630.0 5381151 49434.0 5381862 50061.0 5382574 51126.0 5383285 49736.0 5383996 49673.0 5384708 48864.0 5385419 48703.0 5386130 50548.0 5386842 49220.0 5387553 49454.0 5388265 49739.0 5388976 49755.0 5389687 49595.0 5390399 48575.0 5391110 47973.0 5391821 47208.0 5392533 50207.0 5393244 49076.0 5393956 49620.0 5394667 50661.0 5395378 49808.0 5396090 50683.0 5396801 49331.0 5397513 49494.0 5398224 50635.0 5398935 49696.0 5399647 49813.0 5400358 48895.0 5401069 50287.0 5401781 49947.0 5402492 49005.0 5403204 49545.0 5403915 48153.0 5404626 48597.0 5405338 50283.0 5406049 49143.0 5406761 48892.0 5407472 49044.0 5408183 49583.0 5408895 48894.0 5409606 49925.0 5410317 50989.0 5411029 50296.0 5411740 50514.0 5412452 49593.0 5413163 49540.0 5413874 51979.0 5414586 50490.0 5415297 50989.0 5416008 50106.0 5416720 49951.0 5417431 49345.0 5418143 51186.0 5418854 49585.0 5419565 51336.0 5420277 48975.0 5420988 49803.0 5421700 49212.0 5422411 50537.0 5423122 49820.0 5423834 49344.0 5424545 48572.0 5425256 49426.0 5425968 50645.0 5426679 50307.0 5427391 49907.0 5428102 50437.0 5428813 50705.0 5429525 51255.0 5430236 49681.0 5430948 49893.0 5431659 49445.0 5432370 49968.0 5433082 50131.0 5433793 50040.0 5434504 49937.0 5435216 49214.0 5435927 50813.0 5436639 49035.0 5437350 48575.0 5438061 49839.0 5438773 50718.0 5439484 51058.0 5440195 51747.0 5440907 51319.0 5441618 52122.0 5442330 51624.0 5443041 52733.0 5443752 50612.0 5444464 51372.0 5445175 51537.0 5445887 50767.0 5446598 50004.0 5447309 49298.0 5448021 51012.0 5448732 51074.0 5449443 51831.0 5450155 49768.0 5450866 49664.0 5451578 50025.0 5452289 50756.0 5453000 51484.0 5453712 50699.0 5454423 49953.0 5455135 50156.0 5455846 50306.0 5456557 49423.0 5457269 50319.0 5457980 50225.0 5458691 50297.0 5459403 49927.0 5460114 48800.0 5460826 50211.0 5461537 50268.0 5462248 50559.0 5462960 50499.0 5463671 50045.0 5464382 48023.0 5465094 49835.0 5465805 51637.0 5466517 51598.0 5467228 51102.0 5467939 51111.0 5468651 50440.0 5469362 49979.0 5470074 49486.0 5470785 49198.0 5471496 50133.0 5472208 50239.0 5472919 50641.0 5473630 49531.0 5474342 49409.0 5475053 47254.0 5475765 50834.0 5476476 51432.0 5477187 49930.0 5477899 50678.0 5478610 49419.0 5479322 50446.0 5480033 50295.0 5480744 49577.0 5481456 49996.0 5482167 48874.0 5482878 49419.0 5483590 50680.0 5484301 50086.0 5485013 48374.0 5485724 48742.0 5486435 50021.0 5487147 49375.0 5487858 49296.0 5488569 48993.0 5489281 49979.0 5489992 49281.0 5490704 49610.0 5491415 50119.0 5492126 50636.0 5492838 48263.0 5493549 49987.0 5494261 49266.0 5494972 49843.0 5495683 49639.0 5496395 47965.0 5497106 49738.0 5497817 50308.0 5498529 50663.0 5499240 49629.0 5499952 49378.0 5500663 49818.0 5501374 50099.0 5502086 50021.0 5502797 50516.0 5503509 48906.0 5504220 49984.0 5504931 49240.0 5505643 49591.0 5506354 50222.0 5507065 50175.0 5507777 50614.0 5508488 50040.0 5509200 49960.0 5509911 49549.0 5510622 49643.0 5511334 48651.0 5512045 48762.0 5512756 48709.0 5513468 48985.0 5514179 48842.0 5514891 49931.0 5515602 49233.0 5516313 49910.0 5517025 50747.0 5517736 48985.0 5518448 50488.0 5519159 49896.0 5519870 50894.0 5520582 51331.0 5521293 49907.0 5522004 50341.0 5522716 50830.0 5523427 49825.0 5524139 50972.0 5524850 50346.0 5525561 50276.0 5526273 49489.0 5526984 48719.0 5527696 48589.0 5528407 48536.0 5529118 49386.0 5529830 49264.0 5530541 48139.0 5531252 50152.0 5531964 48003.0 5532675 49161.0 5533387 48449.0 5534098 47684.0 5534809 48435.0 5535521 47848.0 5536232 49026.0 5536943 48751.0 5537655 48750.0 5538366 48209.0 5539078 48805.0 5539789 50077.0 5540500 49080.0 5541212 50399.0 5541923 49921.0 5542635 48665.0 5543346 50264.0 5544057 48881.0 5544769 49655.0 5545480 49849.0 5546191 49116.0 5546903 47833.0 5547614 48356.0 5548326 49531.0 5549037 50137.0 5549748 47728.0 5550460 48748.0 5551171 48707.0 5551883 49033.0 5552594 48370.0 5553305 50218.0 5554017 50123.0 5554728 50346.0 5555439 49602.0 5556151 49139.0 5556862 49230.0 5557574 47948.0 5558285 49856.0 5558996 48710.0 5559708 48782.0 5560419 49522.0 5561130 47725.0 5561842 48724.0 5562553 48790.0 5563265 49536.0 5563976 49546.0 5564687 49380.0 5565399 49878.0 5566110 50025.0 5566822 50893.0 5567533 52335.0 5568244 53529.0 5568956 54938.0 5569667 56087.0 5570378 55241.0 5571090 53859.0 5571801 53809.0 5572513 53729.0 5573224 55100.0 5573935 53915.0 5574647 53072.0 5575358 50848.0 5576069 52657.0 5576781 51538.0 5577492 51062.0 5578204 50690.0 5578915 51023.0 5579626 50206.0 5580338 49756.0 5581049 51087.0 5581761 49390.0 5582472 50390.0 5583183 48108.0 5583895 48865.0 5584606 49385.0 5585317 48673.0 5586029 49551.0 5586740 49425.0 5587452 49880.0 5588163 49187.0 5588874 50513.0 5589586 49935.0 5590297 49866.0 5591009 49387.0 5591720 48701.0 5592431 49947.0 5593143 49355.0 5593854 49208.0 5594565 48590.0 5595277 50291.0 5595988 48673.0 5596700 48838.0 5597411 50011.0 5598122 49048.0 5598834 48801.0 5599545 48486.0 5600256 48572.0 5600968 49092.0 5601679 51019.0 5602391 49747.0 5603102 49733.0 5603813 50017.0 5604525 47526.0 5605236 49471.0 5605948 48527.0 5606659 50381.0 5607370 50283.0 5608082 50381.0 5608793 50480.0 5609504 49809.0 5610216 49103.0 5610927 48005.0 5611639 48602.0 5612350 49981.0 5613061 48485.0 5613773 51712.0 5614484 49532.0 5615196 50141.0 5615907 48974.0 5616618 48531.0 5617330 49315.0 5618041 50042.0 5618752 49784.0 5619464 49451.0 5620175 48829.0 5620887 48946.0 5621598 48367.0 5622309 50004.0 5623021 48641.0 5623732 48964.0 5624443 48382.0 5625155 49839.0 5625866 49733.0 5626578 49046.0 5627289 49496.0 5628000 49804.0 5628712 49595.0 5629423 48660.0 5630135 49065.0 5630846 47838.0 5631557 49790.0 5632269 49264.0 5632980 48331.0 5633691 48832.0 5634403 49820.0 5635114 49987.0 5635826 49529.0 5636537 50495.0 5637248 49158.0 5637960 50750.0 5638671 50277.0 5639383 49576.0 5640094 49902.0 5640805 50584.0 5641517 49154.0 5642228 49253.0 5642939 49510.0 5643651 48826.0 5644362 49377.0 5645074 48459.0 5645785 48836.0 5646496 50290.0 5647208 50163.0 5647919 48883.0 5648630 50887.0 5649342 50253.0 5650053 48586.0 5650765 49674.0 5651476 50081.0 5652187 49135.0 5652899 50731.0 5653610 49803.0 5654322 50612.0 5655033 50916.0 5655744 51936.0 5656456 51478.0 5657167 53519.0 5657878 52569.0 5658590 52112.0 5659301 51554.0 5660013 54919.0 5660724 53951.0 5661435 54026.0 5662147 52474.0 5662858 51610.0 5663570 50661.0 5664281 50790.0 5664992 51215.0 5665704 50130.0 5666415 48997.0 5667126 49789.0 5667838 49935.0 5668549 49766.0 5669261 50386.0 5669972 49501.0 5670683 50499.0 5671395 49683.0 5672106 51267.0 5672817 52967.0 5673529 53829.0 5674240 55746.0 5674952 55470.0 5675663 57829.0 5676374 58843.0 5677086 59286.0 5677797 60493.0 5678509 59198.0 5679220 57728.0 5679931 56840.0 5680643 57145.0 5681354 54644.0 5682065 55069.0 5682777 51731.0 5683488 50683.0 5684200 51822.0 5684911 50613.0 5685622 51305.0 5686334 50604.0 5687045 50336.0 5687757 49491.0 5688468 49970.0 5689179 50073.0 5689891 49651.0 5690602 50381.0 5691313 49852.0 5692025 49129.0 5692736 49233.0 5693448 49427.0 5694159 50796.0 5694870 49799.0 5695582 51049.0 5696293 51466.0 5697004 50295.0 5697716 49348.0 5698427 50148.0 5699139 48674.0 5699850 48446.0 5700561 49289.0 5701273 50219.0 5701984 48509.0 5702696 50567.0 5703407 51100.0 5704118 48906.0 5704830 48666.0 5705541 49010.0 5706252 49690.0 5706964 49569.0 5707675 49452.0 5708387 48409.0 5709098 50074.0 5709809 49371.0 5710521 49882.0 5711232 48664.0 5711944 48255.0 5712655 48588.0 5713366 49117.0 5714078 50806.0 5714789 49060.0 5715500 49719.0 5716212 49988.0 5716923 48725.0 5717635 47948.0 5718346 48293.0 5719057 48642.0 5719769 50023.0 5720480 49717.0 5721191 49574.0 5721903 48968.0 5722614 48294.0 5723326 48859.0 5724037 49753.0 5724748 48855.0 5725460 48902.0 5726171 48691.0 5726883 49492.0 5727594 48846.0 5728305 49439.0 5729017 49185.0 5729728 47799.0 5730439 48136.0 5731151 49505.0 5731862 49303.0 5732574 48847.0 5733285 49609.0 5733996 46962.0 5734708 48091.0 5735419 49513.0 5736131 48790.0 5736842 48251.0 5737553 49176.0 5738265 48501.0 5738976 49340.0 5739687 48609.0 5740399 48369.0 5741110 49401.0 5741822 49904.0 5742533 48508.0 5743244 48645.0 5743956 50193.0 5744667 49502.0 5745378 49948.0 5746090 48361.0 5746801 49441.0 5747513 48831.0 5748224 49288.0 5748935 49368.0 5749647 50319.0 5750358 48738.0 5751070 49252.0 5751781 49738.0 5752492 49045.0 5753204 47573.0 5753915 50493.0 5754626 49280.0 5755338 49157.0 5756049 47888.0 5756761 49143.0 5757472 49375.0 5758183 49324.0 5758895 48633.0 5759606 46779.0 5760318 47629.0 5761029 47817.0 5761740 49090.0 5762452 48908.0 5763163 49161.0 5763874 48969.0 5764586 47701.0 5765297 49549.0 5766009 48126.0 5766720 48216.0 5767431 48455.0 5768143 49088.0 5768854 48889.0 5769565 49116.0 5770277 49205.0 5770988 49146.0 5771700 47913.0 5772411 49833.0 5773122 47868.0 5773834 48257.0 5774545 48883.0 5775257 49004.0 5775968 48401.0 5776679 48873.0 5777391 47073.0 5778102 48848.0 5778813 50181.0 5779525 49260.0 5780236 49649.0 5780948 48336.0 5781659 48392.0 5782370 48656.0 5783082 48959.0 5783793 49089.0 5784504 48450.0 5785216 47807.0 5785927 49121.0 5786639 48722.0 5787350 48797.0 5788061 47422.0 5788773 49864.0 5789484 48366.0 5790196 47460.0 5790907 48963.0 5791618 48287.0 5792330 48740.0 5793041 47780.0 5793752 48703.0 5794464 49040.0 5795175 48435.0 5795887 48747.0 5796598 47956.0 5797309 48451.0 5798021 48196.0 5798732 48446.0 5799444 48082.0 5800155 48458.0 5800866 49135.0 5801578 47724.0 5802289 49111.0 5803000 47606.0 5803712 48212.0 5804423 48339.0 5805135 47730.0 5805846 48309.0 5806557 47832.0 5807269 49719.0 5807980 48209.0 5808691 50077.0 5809403 48470.0 5810114 49306.0 5810826 47946.0 5811537 47913.0 5812248 50048.0 5812960 50230.0 5813671 49416.0 5814383 49727.0 5815094 49439.0 5815805 48988.0 5816517 48341.0 5817228 49628.0 5817939 48650.0 5818651 48363.0 5819362 49752.0 5820074 49017.0 5820785 48233.0 5821496 49460.0 5822208 48462.0 5822919 47987.0 5823631 48426.0 5824342 49723.0 5825053 48945.0 5825765 48277.0 5826476 49578.0 5827187 48564.0 5827899 49062.0 5828610 47874.0 5829322 48287.0 5830033 49152.0 5830744 48084.0 5831456 47881.0 5832167 49051.0 5832878 48696.0 5833590 48541.0 5834301 47983.0 5835013 49464.0 5835724 48879.0 5836435 48592.0 5837147 49420.0 5837858 49461.0 5838570 48554.0 5839281 48363.0 5839992 49344.0 5840704 47421.0 5841415 49034.0 5842126 48191.0 5842838 48306.0 5843549 49031.0 5844261 49055.0 5844972 49028.0 5845683 48560.0 5846395 47669.0 5847106 47940.0 5847818 47312.0 5848529 48015.0 5849240 48062.0 5849952 48489.0 5850663 49190.0 5851374 47735.0 5852086 48202.0 5852797 48301.0 5853509 49810.0 5854220 47753.0 5854931 49061.0 5855643 47677.0 5856354 48677.0 5857065 49244.0 5857777 47007.0 5858488 48073.0 5859200 49335.0 5859911 47431.0 5860622 48713.0 5861334 48404.0 5862045 49026.0 5862757 48543.0 5863468 49060.0 5864179 49480.0 5864891 49091.0 5865602 48304.0 5866313 49781.0 5867025 49112.0 5867736 48256.0 5868448 48638.0 5869159 49627.0 5869870 47591.0 5870582 47621.0 5871293 49188.0 5872005 47744.0 5872716 46751.0 5873427 49118.0 5874139 47337.0 5874850 48051.0 5875561 48770.0 5876273 47774.0 5876984 47947.0 5877696 48663.0 5878407 48019.0 5879118 49342.0 5879830 49754.0 5880541 47991.0 5881252 47872.0 5881964 48170.0 5882675 46958.0 5883387 48325.0 5884098 47365.0 5884809 49465.0 5885521 48249.0 5886232 49828.0 5886944 48150.0 5887655 48755.0 5888366 47924.0 5889078 48378.0 5889789 47849.0 5890500 49912.0 5891212 48849.0 5891923 47464.0 5892635 46982.0 5893346 48771.0 5894057 48092.0 5894769 48963.0 5895480 46975.0 5896192 49138.0 5896903 47081.0 5897614 48717.0 5898326 46641.0 5899037 48496.0 5899748 49244.0 5900460 48498.0 5901171 47175.0 5901883 49277.0 5902594 49082.0 5903305 48044.0 5904017 47823.0 5904728 49334.0 5905439 48118.0 5906151 47630.0 5906862 49066.0 5907574 48403.0 5908285 47891.0 5908996 50468.0 5909708 47614.0 5910419 48144.0 5911131 48822.0 5911842 48987.0 5912553 49412.0 5913265 49338.0 5913976 46820.0 5914687 48158.0 5915399 47693.0 5916110 47900.0 5916822 48212.0 5917533 47617.0 5918244 47667.0 5918956 48572.0 5919667 47711.0 5920379 47989.0 5921090 47801.0 5921801 47820.0 5922513 47948.0 5923224 49603.0 5923935 48106.0 5924647 49243.0 5925358 47412.0 5926070 48890.0 5926781 47879.0 5927492 48910.0 5928204 46877.0 5928915 47913.0 5929626 47963.0 5930338 48407.0 5931049 50525.0 5931761 49104.0 5932472 47745.0 5933183 47642.0 5933895 47841.0 5934606 48137.0 5935318 49506.0 5936029 48657.0 5936740 48551.0 5937452 48921.0 5938163 49036.0 5938874 48946.0 5939586 48564.0 5940297 48972.0 5941009 48366.0 5941720 48609.0 5942431 47512.0 5943143 49179.0 5943854 48331.0 5944566 49229.0 5945277 46955.0 5945988 48438.0 5946700 48077.0 5947411 48521.0 5948122 47933.0 5948834 48539.0 5949545 47269.0 5950257 48717.0 5950968 48200.0 5951679 49472.0 5952391 47200.0 5953102 48790.0 5953813 47643.0 5954525 48522.0 5955236 47935.0 5955948 49309.0 5956659 49815.0 5957370 49204.0 5958082 48611.0 5958793 47967.0 5959505 48199.0 5960216 47572.0 5960927 49163.0 5961639 47582.0 5962350 47977.0 5963061 47311.0 5963773 48158.0 5964484 47816.0 5965196 48421.0 5965907 47740.0 5966618 47685.0 5967330 49090.0 5968041 46887.0 5968753 47871.0 5969464 48301.0 5970175 48697.0 5970887 48301.0 5971598 49238.0 5972309 48418.0 5973021 47443.0 5973732 48478.0 5974444 48015.0 5975155 47793.0 5975866 48066.0 5976578 47119.0 5977289 47350.0 5978000 48289.0 5978712 48990.0 5979423 49618.0 5980135 48402.0 5980846 49690.0 5981557 48849.0 5982269 48277.0 5982980 47396.0 5983692 48800.0 5984403 47962.0 5985114 48405.0 5985826 49187.0 5986537 47554.0 5987248 48446.0 5987960 48541.0 5988671 46237.0 5989383 47062.0 5990094 48383.0 5990805 47950.0 5991517 48016.0 5992228 48679.0 5992939 49081.0 5993651 47307.0 5994362 47715.0 5995074 48349.0 5995785 47600.0 5996496 48041.0 5997208 47765.0 5997919 48171.0 5998631 48862.0 5999342 47414.0 6000053 48171.0 6000765 47165.0 6001476 48416.0 6002187 48047.0 6002899 48014.0 6003610 49066.0 6004322 45685.0 6005033 48035.0 6005744 48601.0 6006456 48172.0 6007167 48766.0 6007879 48280.0 6008590 48277.0 6009301 48347.0 6010013 47839.0 6010724 48352.0 6011435 49638.0 6012147 46854.0 6012858 48874.0 6013570 48396.0 6014281 47373.0 6014992 47244.0 6015704 49479.0 6016415 48775.0 6017126 48504.0 6017838 47973.0 6018549 47304.0 6019261 47706.0 6019972 47096.0 6020683 47806.0 6021395 49423.0 6022106 47945.0 6022818 48366.0 6023529 48353.0 6024240 46701.0 6024952 47861.0 6025663 47776.0 6026374 48047.0 6027086 48182.0 6027797 47345.0 6028509 47416.0 6029220 47136.0 6029931 48817.0 6030643 48104.0 6031354 48344.0 6032066 47811.0 6032777 48563.0 6033488 48038.0 6034200 48268.0 6034911 47164.0 6035622 49827.0 6036334 48019.0 6037045 48339.0 6037757 48299.0 6038468 49134.0 6039179 47077.0 6039891 48597.0 6040602 47511.0 6041313 49212.0 6042025 48763.0 6042736 48208.0 6043448 47833.0 6044159 49019.0 6044870 48534.0 6045582 48131.0 6046293 47291.0 6047005 48290.0 6047716 48289.0 6048427 48948.0 6049139 47048.0 6049850 48487.0 6050561 47742.0 6051273 48302.0 6051984 48025.0 6052696 48437.0 6053407 46842.0 6054118 46646.0 6054830 46799.0 6055541 47486.0 6056253 48460.0 6056964 48337.0 6057675 49605.0 6058387 48698.0 6059098 48874.0 6059809 48365.0 6060521 48162.0 6061232 48830.0 6061944 48731.0 6062655 48076.0 6063366 48315.0 6064078 49125.0 6064789 48372.0 6065500 48053.0 6066212 48275.0 6066923 47086.0 6067635 47565.0 6068346 48072.0 6069057 48000.0 6069769 49090.0 6070480 49406.0 6071192 48549.0 6071903 49239.0 6072614 48420.0 6073326 48718.0 6074037 47901.0 6074748 46942.0 6075460 48656.0 6076171 48604.0 6076883 49533.0 6077594 48849.0 6078305 47297.0 6079017 47078.0 6079728 47040.0 6080440 46664.0 6081151 47082.0 6081862 48958.0 6082574 48140.0 6083285 47723.0 6083996 47557.0 6084708 48032.0 6085419 48469.0 6086131 48318.0 6086842 47188.0 6087553 48822.0 6088265 48173.0 6088976 48430.0 6089687 45963.0 6090399 48345.0 6091110 47818.0 6091822 47752.0 6092533 47249.0 6093244 47890.0 6093956 47719.0 6094667 47480.0 6095379 47856.0 6096090 49972.0 6096801 48045.0 6097513 47718.0 6098224 47624.0 6098935 48457.0 6099647 49245.0 6100358 47767.0 6101070 48218.0 6101781 47869.0 6102492 48390.0 6103204 49048.0 6103915 47527.0 6104627 48081.0 6105338 47551.0 6106049 47377.0 6106761 47916.0 6107472 49179.0 6108183 47164.0 6108895 48542.0 6109606 49264.0 6110318 47980.0 6111029 47882.0 6111740 48708.0 6112452 48193.0 6113163 47530.0 6113874 48727.0 6114586 47903.0 6115297 47971.0 6116009 46865.0 6116720 47868.0 6117431 47235.0 6118143 48471.0 6118854 47390.0 6119566 47237.0 6120277 47610.0 6120988 47912.0 6121700 46892.0 6122411 48935.0 6123122 48018.0 6123834 47344.0 6124545 47173.0 6125257 48893.0 6125968 47814.0 6126679 48497.0 6127391 47936.0 6128102 48159.0 6128814 47044.0 6129525 47292.0 6130236 47453.0 6130948 48558.0 6131659 48683.0 6132370 48408.0 6133082 47914.0 6133793 48566.0 6134505 47476.0 6135216 47188.0 6135927 48718.0 6136639 46891.0 6137350 47526.0 6138061 47757.0 6138773 47958.0 6139484 47437.0LineSeries4_1000066400000000000000000004127421436443153700407660ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support5946 13998.0 6658 14634.0 7369 14699.0 8081 14563.0 8792 14829.0 9503 14305.0 10215 14921.0 10926 14408.0 11638 17864.0 12349 24095.0 13060 26534.0 13772 25000.0 14483 25587.0 15194 24616.0 15906 24896.0 16617 25253.0 17329 24654.0 18040 24528.0 18751 25317.0 19463 24574.0 20174 23833.0 20886 23591.0 21597 24159.0 22308 23323.0 23020 23397.0 23731 23533.0 24442 22503.0 25154 22972.0 25865 23431.0 26577 23203.0 27288 23038.0 27999 23042.0 28711 23865.0 29422 23783.0 30133 23017.0 30845 23002.0 31556 23053.0 32268 22933.0 32979 22924.0 33690 23224.0 34402 22612.0 35113 23229.0 35825 22547.0 36536 22416.0 37247 22340.0 37959 22854.0 38670 21663.0 39381 23388.0 40093 22097.0 40804 21434.0 41516 22765.0 42227 22511.0 42938 21962.0 43650 21453.0 44361 22339.0 45073 22038.0 45784 22054.0 46495 22325.0 47207 22292.0 47918 21947.0 48629 21749.0 49341 22084.0 50052 21471.0 50764 21661.0 51475 21715.0 52186 21388.0 52898 21447.0 53609 21143.0 54320 21367.0 55032 21728.0 55743 22088.0 56455 21713.0 57166 20984.0 57877 21806.0 58589 21940.0 59300 21578.0 60012 22133.0 60723 22602.0 61434 21740.0 62146 21753.0 62857 20574.0 63568 21533.0 64280 21299.0 64991 21637.0 65703 21874.0 66414 20769.0 67125 21127.0 67837 21968.0 68548 22513.0 69259 25151.0 69971 25420.0 70682 25100.0 71394 24182.0 72105 23687.0 72816 24181.0 73528 23456.0 74239 22765.0 74951 22491.0 75662 22240.0 76373 22055.0 77085 21923.0 77796 21713.0 78507 21519.0 79219 22273.0 79930 22532.0 80642 22065.0 81353 22171.0 82064 21427.0 82776 21919.0 83487 21557.0 84199 21798.0 84910 21375.0 85621 21972.0 86333 21934.0 87044 21588.0 87755 21256.0 88467 21650.0 89178 21558.0 89890 22199.0 90601 22107.0 91312 21240.0 92024 21748.0 92735 22005.0 93446 21201.0 94158 21888.0 94869 21093.0 95581 21042.0 96292 21428.0 97003 21655.0 97715 20826.0 98426 22028.0 99138 21280.0 99849 21739.0 100560 21001.0 101272 21745.0 101983 20820.0 102694 21203.0 103406 21091.0 104117 20793.0 104829 21089.0 105540 20737.0 106251 21139.0 106963 20996.0 107674 21345.0 108386 20738.0 109097 21235.0 109808 20948.0 110520 20996.0 111231 20819.0 111942 20691.0 112654 20970.0 113365 21460.0 114077 20501.0 114788 21285.0 115499 20789.0 116211 20223.0 116922 21229.0 117633 20692.0 118345 21476.0 119056 21206.0 119768 20909.0 120479 21195.0 121190 20653.0 121902 20822.0 122613 20822.0 123325 21150.0 124036 21251.0 124747 20967.0 125459 21425.0 126170 20368.0 126881 20448.0 127593 20884.0 128304 20919.0 129016 20687.0 129727 21169.0 130438 21371.0 131150 20797.0 131861 21370.0 132573 21148.0 133284 20881.0 133995 20309.0 134707 20492.0 135418 21060.0 136129 21517.0 136841 21551.0 137552 21431.0 138264 21616.0 138975 21017.0 139686 20868.0 140398 20893.0 141109 20348.0 141820 20741.0 142532 20560.0 143243 20850.0 143955 20813.0 144666 21422.0 145377 20945.0 146089 21286.0 146800 21035.0 147512 20801.0 148223 21075.0 148934 20504.0 149646 21358.0 150357 21302.0 151068 20542.0 151780 21174.0 152491 20795.0 153203 19824.0 153914 19285.0 154625 17633.0 155337 17167.0 156048 16185.0 156760 17075.0 157471 16847.0 158182 17150.0 158894 16101.0 159605 16388.0 160316 16576.0 161028 16178.0 161739 15942.0 162451 16024.0 163162 15641.0 163873 15766.0 164585 15405.0 165296 15893.0 166007 15422.0 166719 15886.0 167430 15879.0 168142 15649.0 168853 15965.0 169564 15488.0 170276 15085.0 170987 15490.0 171699 16130.0 172410 14928.0 173121 15518.0 173833 15613.0 174544 15615.0 175255 15475.0 175967 15713.0 176678 15958.0 177390 15321.0 178101 15958.0 178812 15639.0 179524 15704.0 180235 16078.0 180947 15829.0 181658 15195.0 182369 15491.0 183081 15835.0 183792 16007.0 184503 15678.0 185215 15742.0 185926 15522.0 186638 15294.0 187349 15426.0 188060 15050.0 188772 15534.0 189483 15623.0 190194 15522.0 190906 15147.0 191617 15751.0 192329 15545.0 193040 15018.0 193751 15739.0 194463 15079.0 195174 15002.0 195886 15775.0 196597 16083.0 197308 15481.0 198020 15935.0 198731 15619.0 199442 15673.0 200154 15838.0 200865 16332.0 201577 15523.0 202288 15891.0 202999 15510.0 203711 15212.0 204422 15264.0 205134 15896.0 205845 15444.0 206556 17931.0 207268 55355.0 207979 314008.0 208690 1201556.0 209402 2355277.0 210113 2796762.0 210825 2617444.0 211536 2526126.0 212247 2533062.0 212959 2308447.0 213670 1870863.0 214381 1464553.0 215093 1158347.0 215804 855478.0 216516 659246.0 217227 558737.0 217938 483654.0 218650 405929.0 219361 331871.0 220073 267602.0 220784 229711.0 221495 255668.0 222207 492098.0 222918 840599.0 223629 1111275.0 224341 1187170.0 225052 1128021.0 225764 1104145.0 226475 1053984.0 227186 978070.0 227898 929620.0 228609 773726.0 229321 628385.0 230032 541731.0 230743 480689.0 231455 417797.0 232166 416362.0 232877 476268.0 233589 466129.0 234300 426963.0 235012 401359.0 235723 369976.0 236434 326012.0 237146 278521.0 237857 228028.0 238568 192999.0 239280 161684.0 239991 146748.0 240703 138062.0 241414 127479.0 242125 117868.0 242837 111304.0 243548 105239.0 244260 98912.0 244971 95634.0 245682 91312.0 246394 87393.0 247105 85060.0 247816 81967.0 248528 80297.0 249239 81985.0 249951 87050.0 250662 86664.0 251373 84985.0 252085 83199.0 252796 82624.0 253508 80041.0 254219 78482.0 254930 76373.0 255642 74536.0 256353 70526.0 257064 68328.0 257776 64489.0 258487 65248.0 259199 62717.0 259910 61108.0 260621 62347.0 261333 66168.0 262044 67438.0 262755 64589.0 263467 74772.0 264178 104116.0 264890 121124.0 265601 116201.0 266312 110568.0 267024 109987.0 267735 103301.0 268447 93312.0 269158 96882.0 269869 105057.0 270581 103349.0 271292 99147.0 272003 98138.0 272715 102369.0 273426 108223.0 274138 107014.0 274849 99244.0 275560 95865.0 276272 169250.0 276983 359264.0 277694 394614.0 278406 345307.0 279117 339888.0 279829 336502.0 280540 291886.0 281251 225072.0 281963 161914.0 282674 117197.0 283386 89394.0 284097 73085.0 284808 63562.0 285520 57266.0 286231 54486.0 286942 51698.0 287654 49484.0 288365 47330.0 289077 45941.0 289788 45616.0 290499 45287.0 291211 44753.0 291922 43951.0 292634 42491.0 293345 42499.0 294056 42161.0 294768 43575.0 295479 43549.0 296190 44594.0 296902 44946.0 297613 45392.0 298325 44647.0 299036 44629.0 299747 43578.0 300459 42763.0 301170 42211.0 301881 39821.0 302593 39770.0 303304 39006.0 304016 39996.0 304727 38708.0 305438 40324.0 306150 38449.0 306861 38009.0 307573 38648.0 308284 36916.0 308995 36960.0 309707 37207.0 310418 39199.0 311129 42286.0 311841 45620.0 312552 46513.0 313264 46920.0 313975 47383.0 314686 49335.0 315398 48117.0 316109 44597.0 316821 42699.0 317532 40610.0 318243 38958.0 318955 36713.0 319666 36460.0 320377 35000.0 321089 34281.0 321800 33303.0 322512 34631.0 323223 33296.0 323934 33239.0 324646 34131.0 325357 34486.0 326068 35979.0 326780 36259.0 327491 35669.0 328203 36079.0 328914 34674.0 329625 34897.0 330337 34707.0 331048 33401.0 331760 34046.0 332471 34926.0 333182 37232.0 333894 39223.0 334605 41991.0 335316 42950.0 336028 43204.0 336739 42338.0 337451 41246.0 338162 39427.0 338873 37268.0 339585 35277.0 340296 35195.0 341008 33697.0 341719 33393.0 342430 36678.0 343142 40265.0 343853 40690.0 344564 40231.0 345276 40102.0 345987 40269.0 346699 38576.0 347410 36358.0 348121 34468.0 348833 33309.0 349544 36084.0 350255 44061.0 350967 48802.0 351678 49464.0 352390 52080.0 353101 59706.0 353812 91626.0 354524 146295.0 355235 151135.0 355947 140373.0 356658 146071.0 357369 142877.0 358081 121203.0 358792 104904.0 359503 87006.0 360215 72113.0 360926 63577.0 361638 55571.0 362349 50079.0 363060 46094.0 363772 41534.0 364483 39206.0 365195 38935.0 365906 37306.0 366617 34732.0 367329 35311.0 368040 33922.0 368751 34064.0 369463 33369.0 370174 33899.0 370886 33319.0 371597 32142.0 372308 31206.0 373020 31626.0 373731 31293.0 374442 31592.0 375154 31335.0 375865 30606.0 376577 31024.0 377288 30368.0 377999 29843.0 378711 33634.0 379422 60475.0 380134 103496.0 380845 110694.0 381556 109583.0 382268 110002.0 382979 103362.0 383690 88705.0 384402 70638.0 385113 59227.0 385825 50660.0 386536 45425.0 387247 41409.0 387959 38416.0 388670 38914.0 389382 37567.0 390093 38539.0 390804 37906.0 391516 39034.0 392227 37563.0 392938 37831.0 393650 36176.0 394361 35759.0 395073 34392.0 395784 33957.0 396495 32105.0 397207 31899.0 397918 31063.0 398629 30061.0 399341 30243.0 400052 29177.0 400764 29042.0 401475 29217.0 402186 29836.0 402898 28949.0 403609 29532.0 404321 27858.0 405032 28251.0 405743 28495.0 406455 28015.0 407166 27994.0 407877 29060.0 408589 28491.0 409300 28981.0 410012 28032.0 410723 27729.0 411434 27392.0 412146 26660.0 412857 27384.0 413569 27118.0 414280 27744.0 414991 26544.0 415703 26065.0 416414 26427.0 417125 25830.0 417837 25190.0 418548 25938.0 419260 26151.0 419971 26562.0 420682 25821.0 421394 38754.0 422105 114505.0 422816 243680.0 423528 382175.0 424239 488578.0 424951 490437.0 425662 442948.0 426373 379669.0 427085 225576.0 427796 122485.0 428508 83137.0 429219 65045.0 429930 54829.0 430642 50596.0 431353 47152.0 432064 43338.0 432776 42109.0 433487 40057.0 434199 38790.0 434910 38194.0 435621 37278.0 436333 37014.0 437044 36599.0 437756 36742.0 438467 37154.0 439178 35622.0 439890 35375.0 440601 36065.0 441312 34816.0 442024 35280.0 442735 35218.0 443447 33816.0 444158 34054.0 444869 34052.0 445581 34162.0 446292 32356.0 447003 33336.0 447715 32873.0 448426 32779.0 449138 32096.0 449849 30839.0 450560 31959.0 451272 30482.0 451983 31201.0 452695 30398.0 453406 29863.0 454117 30446.0 454829 31121.0 455540 33651.0 456251 38022.0 456963 36492.0 457674 36203.0 458386 35688.0 459097 34411.0 459808 31439.0 460520 29219.0 461231 29633.0 461943 29359.0 462654 29551.0 463365 31382.0 464077 32304.0 464788 31944.0 465499 32420.0 466211 33617.0 466922 32462.0 467634 31542.0 468345 31033.0 469056 29274.0 469768 29666.0 470479 31383.0 471190 36494.0 471902 43288.0 472613 45981.0 473325 48241.0 474036 50117.0 474747 48879.0 475459 45950.0 476170 43071.0 476882 39089.0 477593 37169.0 478304 34456.0 479016 32479.0 479727 30899.0 480438 28920.0 481150 31248.0 481861 40297.0 482573 51259.0 483284 51871.0 483995 50031.0 484707 50351.0 485418 46724.0 486129 46835.0 486841 41111.0 487552 38094.0 488264 35158.0 488975 32461.0 489686 33048.0 490398 34189.0 491109 512609.0 491821 762427.0 492532 698674.0 493243 559351.0 493955 433152.0 494666 348684.0 495377 285267.0 496089 237687.0 496800 201198.0 497512 169415.0 498223 146700.0 498934 128839.0 499646 114295.0 500357 102250.0 501069 91664.0 501780 84230.0 502491 78503.0 503203 75637.0 503914 70016.0 504625 65759.0 505337 61661.0 506048 60341.0 506760 56036.0 507471 52612.0 508182 49631.0 508894 47349.0 509605 45720.0 510316 43004.0 511028 42626.0 511739 41015.0 512451 43533.0 513162 43043.0 513873 46147.0 514585 48177.0 515296 47738.0 516008 46842.0 516719 43167.0 517430 40065.0 518142 37801.0 518853 35868.0 519564 35380.0 520276 34419.0 520987 33511.0 521699 33003.0 522410 32653.0 523121 32623.0 523833 31449.0 524544 31106.0 525256 29519.0 525967 30012.0 526678 30354.0 527390 29782.0 528101 29344.0 528812 28399.0 529524 28187.0 530235 27960.0 530947 28469.0 531658 30073.0 532369 37101.0 533081 44197.0 533792 46443.0 534503 44947.0 535215 42077.0 535926 37751.0 536638 33121.0 537349 31187.0 538060 29301.0 538772 28712.0 539483 28854.0 540195 28697.0 540906 29599.0 541617 30232.0 542329 29613.0 543040 28435.0 543751 28918.0 544463 26749.0 545174 28091.0 545886 27985.0 546597 28133.0 547308 27540.0 548020 28528.0 548731 27839.0 549443 28136.0 550154 27613.0 550865 27101.0 551577 27305.0 552288 26569.0 552999 25323.0 553711 25257.0 554422 24627.0 555134 25267.0 555845 24129.0 556556 24510.0 557268 24917.0 557979 24374.0 558690 24656.0 559402 24890.0 560113 24690.0 560825 24844.0 561536 24385.0 562247 24057.0 562959 23867.0 563670 23345.0 564382 23907.0 565093 23469.0 565804 23332.0 566516 23822.0 567227 23914.0 567938 23972.0 568650 22211.0 569361 23185.0 570073 22305.0 570784 21992.0 571495 23161.0 572207 22384.0 572918 22574.0 573630 23165.0 574341 26081.0 575052 35934.0 575764 50185.0 576475 56915.0 577186 59269.0 577898 55167.0 578609 53023.0 579321 80432.0 580032 182151.0 580743 328104.0 581455 474620.0 582166 592205.0 582877 602813.0 583589 370695.0 584300 156296.0 585012 81940.0 585723 58713.0 586434 46647.0 587146 42919.0 587857 38313.0 588569 34902.0 589280 32454.0 589991 30558.0 590703 30670.0 591414 29398.0 592125 28583.0 592837 28059.0 593548 27132.0 594260 27837.0 594971 27901.0 595682 29153.0 596394 31284.0 597105 33039.0 597817 34326.0 598528 34995.0 599239 33560.0 599951 33907.0 600662 32322.0 601373 30299.0 602085 28981.0 602796 28154.0 603508 27314.0 604219 27364.0 604930 27314.0 605642 26783.0 606353 26111.0 607064 26396.0 607776 25545.0 608487 25083.0 609199 24785.0 609910 23856.0 610621 24205.0 611333 23797.0 612044 23926.0 612756 23771.0 613467 23267.0 614178 24078.0 614890 22568.0 615601 23240.0 616312 28631.0 617024 35783.0 617735 43372.0 618447 43663.0 619158 40931.0 619869 34160.0 620581 30895.0 621292 28696.0 622004 26037.0 622715 24755.0 623426 24078.0 624138 24382.0 624849 23338.0 625560 23552.0 626272 24310.0 626983 24077.0 627695 24881.0 628406 24097.0 629117 25808.0 629829 24631.0 630540 23654.0 631251 23488.0 631963 22680.0 632674 23489.0 633386 22268.0 634097 22759.0 634808 22382.0 635520 22731.0 636231 21649.0 636943 22062.0 637654 20765.0 638365 21926.0 639077 21340.0 639788 21685.0 640499 21840.0 641211 21524.0 641922 21922.0 642634 21560.0 643345 22103.0 644056 22901.0 644768 22791.0 645479 24015.0 646191 23501.0 646902 22702.0 647613 22410.0 648325 22416.0 649036 21780.0 649747 22573.0 650459 23684.0 651170 24373.0 651882 23446.0 652593 23692.0 653304 23051.0 654016 23045.0 654727 26013.0 655438 31616.0 656150 35040.0 656861 37206.0 657573 33850.0 658284 29520.0 658995 26575.0 659707 24580.0 660418 24401.0 661130 22719.0 661841 21368.0 662552 21985.0 663264 23090.0 663975 25437.0 664686 28728.0 665398 29385.0 666109 28442.0 666821 27955.0 667532 26561.0 668243 25258.0 668955 24664.0 669666 23854.0 670378 23426.0 671089 22803.0 671800 24744.0 672512 27689.0 673223 30504.0 673934 32394.0 674646 30959.0 675357 28675.0 676069 27235.0 676780 25359.0 677491 25162.0 678203 25227.0 678914 27735.0 679625 28541.0 680337 29886.0 681048 28650.0 681760 25700.0 682471 24458.0 683182 22655.0 683894 21110.0 684605 21300.0 685317 22574.0 686028 25994.0 686739 27478.0 687451 28601.0 688162 28794.0 688873 26612.0 689585 24036.0 690296 23153.0 691008 21650.0 691719 20673.0 692430 20638.0 693142 21028.0 693853 20349.0 694564 19904.0 695276 19363.0 695987 19845.0 696699 19302.0 697410 19467.0 698121 20089.0 698833 20882.0 699544 21907.0 700256 23444.0 700967 23726.0 701678 23205.0 702390 22274.0 703101 22084.0 703812 20492.0 704524 20097.0 705235 19820.0 705947 20799.0 706658 20479.0 707369 20850.0 708081 20975.0 708792 22043.0 709504 21413.0 710215 21723.0 710926 21318.0 711638 20664.0 712349 20823.0 713060 20503.0 713772 20323.0 714483 20593.0 715195 19635.0 715906 20248.0 716617 19551.0 717329 19300.0 718040 19954.0 718751 20041.0 719463 21131.0 720174 21636.0 720886 21603.0 721597 20775.0 722308 21214.0 723020 21812.0 723731 20194.0 724443 19895.0 725154 20423.0 725865 19190.0 726577 19545.0 727288 19064.0 727999 20134.0 728711 20184.0 729422 20312.0 730134 19918.0 730845 20561.0 731556 20600.0 732268 20386.0 732979 20179.0 733691 20646.0 734402 21052.0 735113 19541.0 735825 19770.0 736536 20091.0 737247 19695.0 737959 19415.0 738670 19539.0 739382 19412.0 740093 20058.0 740804 21880.0 741516 27432.0 742227 46031.0 742938 57403.0 743650 58318.0 744361 46753.0 745073 38436.0 745784 32870.0 746495 30446.0 747207 28346.0 747918 27267.0 748630 26323.0 749341 25375.0 750052 25714.0 750764 24457.0 751475 24134.0 752186 24453.0 752898 24461.0 753609 24164.0 754321 24790.0 755032 23417.0 755743 23742.0 756455 21991.0 757166 21717.0 757878 20947.0 758589 20674.0 759300 20794.0 760012 20175.0 760723 21060.0 761434 21071.0 762146 20627.0 762857 20755.0 763569 20728.0 764280 20794.0 764991 20848.0 765703 20429.0 766414 21329.0 767125 21012.0 767837 19977.0 768548 20745.0 769260 20323.0 769971 20540.0 770682 19964.0 771394 19333.0 772105 20178.0 772817 19768.0 773528 19604.0 774239 19043.0 774951 19511.0 775662 20076.0 776373 22148.0 777085 26733.0 777796 27832.0 778508 26785.0 779219 25213.0 779930 23103.0 780642 21140.0 781353 20934.0 782065 19857.0 782776 19551.0 783487 19020.0 784199 19008.0 784910 18998.0 785621 19084.0 786333 19518.0 787044 19106.0 787756 19346.0 788467 19435.0 789178 20045.0 789890 22421.0 790601 25519.0 791312 28408.0 792024 27558.0 792735 27278.0 793447 27736.0 794158 28240.0 794869 27844.0 795581 26417.0 796292 23559.0 797004 22837.0 797715 22073.0 798426 22634.0 799138 22020.0 799849 21639.0 800560 20765.0 801272 20306.0 801983 19808.0 802695 19344.0 803406 19229.0 804117 19830.0 804829 18958.0 805540 19449.0 806252 19060.0 806963 19457.0 807674 20139.0 808386 20743.0 809097 20880.0 809808 20400.0 810520 21024.0 811231 20870.0 811943 20528.0 812654 21790.0 813365 21658.0 814077 21316.0 814788 20106.0 815499 20000.0 816211 19943.0 816922 20134.0 817634 18971.0 818345 19006.0 819056 19674.0 819768 19319.0 820479 19730.0 821191 19055.0 821902 19208.0 822613 18719.0 823325 19731.0 824036 20459.0 824747 19982.0 825459 19691.0 826170 21374.0 826882 26758.0 827593 36229.0 828304 44574.0 829016 53388.0 829727 52782.0 830439 44793.0 831150 36666.0 831861 32490.0 832573 30421.0 833284 28166.0 833995 26360.0 834707 25907.0 835418 27360.0 836130 29972.0 836841 34360.0 837552 34137.0 838264 32284.0 838975 28896.0 839686 25530.0 840398 24159.0 841109 22803.0 841821 21755.0 842532 21429.0 843243 21875.0 843955 21032.0 844666 20529.0 845378 20807.0 846089 20763.0 846800 20451.0 847512 20802.0 848223 20390.0 848934 20134.0 849646 21684.0 850357 26825.0 851069 45769.0 851780 69718.0 852491 79742.0 853203 71289.0 853914 54237.0 854626 40148.0 855337 31865.0 856048 27629.0 856760 25323.0 857471 23287.0 858182 22630.0 858894 21425.0 859605 20387.0 860317 20982.0 861028 21221.0 861739 23006.0 862451 25675.0 863162 28473.0 863873 37437.0 864585 65478.0 865296 124876.0 866008 183585.0 866719 195249.0 867430 141920.0 868142 86600.0 868853 53145.0 869565 37137.0 870276 31666.0 870987 28777.0 871699 25905.0 872410 25085.0 873121 23715.0 873833 23408.0 874544 23118.0 875256 23308.0 875967 22073.0 876678 21607.0 877390 21432.0 878101 21958.0 878813 21927.0 879524 22452.0 880235 22525.0 880947 23983.0 881658 24200.0 882369 25395.0 883081 24622.0 883792 23226.0 884504 24124.0 885215 23112.0 885926 22718.0 886638 21786.0 887349 21846.0 888060 22390.0 888772 21601.0 889483 20687.0 890195 20770.0 890906 21301.0 891617 20593.0 892329 20768.0 893040 20264.0 893752 20456.0 894463 19688.0 895174 18913.0 895886 19262.0 896597 19125.0 897308 20418.0 898020 26443.0 898731 41527.0 899443 63293.0 900154 75414.0 900865 68218.0 901577 49845.0 902288 36492.0 902999 31297.0 903711 43964.0 904422 65611.0 905134 77718.0 905845 68321.0 906556 52713.0 907268 40357.0 907979 31803.0 908691 27994.0 909402 25818.0 910113 24708.0 910825 23232.0 911536 23315.0 912247 22650.0 912959 23025.0 913670 22459.0 914382 22193.0 915093 22183.0 915804 21263.0 916516 20685.0 917227 21436.0 917939 19447.0 918650 20096.0 919361 20883.0 920073 21776.0 920784 24207.0 921495 24053.0 922207 24032.0 922918 21821.0 923630 20877.0 924341 20994.0 925052 21598.0 925764 22071.0 926475 22287.0 927186 22422.0 927898 21275.0 928609 21115.0 929321 21955.0 930032 23816.0 930743 25325.0 931455 26289.0 932166 25375.0 932878 22176.0 933589 21876.0 934300 20164.0 935012 20505.0 935723 19913.0 936434 19048.0 937146 18615.0 937857 19001.0 938569 19319.0 939280 18788.0 939991 18631.0 940703 18616.0 941414 18992.0 942126 17775.0 942837 21239.0 943548 25848.0 944260 32935.0 944971 36408.0 945682 34812.0 946394 29688.0 947105 25849.0 947817 23170.0 948528 21857.0 949239 20996.0 949951 22161.0 950662 23467.0 951373 24316.0 952085 25785.0 952796 25851.0 953508 25918.0 954219 24611.0 954930 22511.0 955642 21583.0 956353 21465.0 957065 21530.0 957776 22021.0 958487 23180.0 959199 25901.0 959910 32249.0 960621 33496.0 961333 34015.0 962044 32205.0 962756 30061.0 963467 26658.0 964178 23455.0 964890 21582.0 965601 22146.0 966313 22118.0 967024 23127.0 967735 22834.0 968447 22412.0 969158 22951.0 969869 22392.0 970581 21222.0 971292 20313.0 972004 20099.0 972715 20031.0 973426 20481.0 974138 21597.0 974849 22411.0 975560 23796.0 976272 21909.0 976983 21798.0 977695 22401.0 978406 21747.0 979117 22438.0 979829 21250.0 980540 20343.0 981252 18882.0 981963 18373.0 982674 19259.0 983386 18570.0 984097 18332.0 984808 18759.0 985520 18641.0 986231 18842.0 986943 18984.0 987654 18793.0 988365 19313.0 989077 19111.0 989788 18864.0 990500 18233.0 991211 18222.0 991922 19305.0 992634 18880.0 993345 18746.0 994056 17976.0 994768 18670.0 995479 20808.0 996191 22216.0 996902 23226.0 997613 25621.0 998325 37006.0 999036 72711.0 999747 139032.0 1000459 213664.0 1001170 245378.0 1001882 222417.0 1002593 236035.0 1003304 304627.0 1004016 390062.0 1004727 456673.0 1005439 393420.0 1006150 162264.0 1006861 62353.0 1007573 41169.0 1008284 33706.0 1008995 30083.0 1009707 28652.0 1010418 28637.0 1011130 27877.0 1011841 26227.0 1012552 25126.0 1013264 25175.0 1013975 24444.0 1014687 24938.0 1015398 25783.0 1016109 25679.0 1016821 25403.0 1017532 24699.0 1018243 23899.0 1018955 23971.0 1019666 22764.0 1020378 22515.0 1021089 22024.0 1021800 21757.0 1022512 20739.0 1023223 20679.0 1023934 21048.0 1024646 21050.0 1025357 20310.0 1026069 20398.0 1026780 20549.0 1027491 19313.0 1028203 19334.0 1028914 19797.0 1029626 19482.0 1030337 19288.0 1031048 19031.0 1031760 19376.0 1032471 19572.0 1033182 20833.0 1033894 30725.0 1034605 59070.0 1035317 93096.0 1036028 99870.0 1036739 79103.0 1037451 54717.0 1038162 38591.0 1038874 29415.0 1039585 26430.0 1040296 22987.0 1041008 22103.0 1041719 21589.0 1042430 23688.0 1043142 37203.0 1043853 76257.0 1044565 141427.0 1045276 178426.0 1045987 159757.0 1046699 103049.0 1047410 61280.0 1048121 42590.0 1048833 32385.0 1049544 28839.0 1050256 26047.0 1050967 24679.0 1051678 23323.0 1052390 22154.0 1053101 22067.0 1053813 21526.0 1054524 21018.0 1055235 21043.0 1055947 21306.0 1056658 21006.0 1057369 20367.0 1058081 20583.0 1058792 20387.0 1059504 20290.0 1060215 19741.0 1060926 20144.0 1061638 20446.0 1062349 19705.0 1063061 20670.0 1063772 19532.0 1064483 20057.0 1065195 19857.0 1065906 19408.0 1066617 19214.0 1067329 18479.0 1068040 18668.0 1068752 18585.0 1069463 18948.0 1070174 19457.0 1070886 19358.0 1071597 19342.0 1072308 19418.0 1073020 18558.0 1073731 17948.0 1074443 18090.0 1075154 18348.0 1075865 17957.0 1076577 18306.0 1077288 18650.0 1078000 18746.0 1078711 19529.0 1079422 19338.0 1080134 19634.0 1080845 18551.0 1081556 18346.0 1082268 17529.0 1082979 18020.0 1083691 18440.0 1084402 18705.0 1085113 18446.0 1085825 18118.0 1086536 18167.0 1087247 19528.0 1087959 18819.0 1088670 21203.0 1089382 22143.0 1090093 22119.0 1090804 21875.0 1091516 20947.0 1092227 20083.0 1092939 19833.0 1093650 18153.0 1094361 18339.0 1095073 17809.0 1095784 18076.0 1096495 17288.0 1097207 17699.0 1097918 17583.0 1098630 18366.0 1099341 18439.0 1100052 17249.0 1100764 17694.0 1101475 18347.0 1102187 19694.0 1102898 20444.0 1103609 19066.0 1104321 18810.0 1105032 18927.0 1105743 19667.0 1106455 19506.0 1107166 20245.0 1107878 21426.0 1108589 22551.0 1109300 22207.0 1110012 21441.0 1110723 19728.0 1111434 20104.0 1112146 18205.0 1112857 18112.0 1113569 17913.0 1114280 18768.0 1114991 18334.0 1115703 20703.0 1116414 21771.0 1117126 23140.0 1117837 23833.0 1118548 23079.0 1119260 21332.0 1119971 20653.0 1120682 19250.0 1121394 19402.0 1122105 19300.0 1122817 20254.0 1123528 21378.0 1124239 20662.0 1124951 20439.0 1125662 19349.0 1126374 19444.0 1127085 19679.0 1127796 19629.0 1128508 19609.0 1129219 18736.0 1129930 19219.0 1130642 17873.0 1131353 16732.0 1132065 17266.0 1132776 17115.0 1133487 17739.0 1134199 18445.0 1134910 18648.0 1135621 19363.0 1136333 19514.0 1137044 19668.0 1137756 19359.0 1138467 19686.0 1139178 19165.0 1139890 18941.0 1140601 18114.0 1141313 18343.0 1142024 17773.0 1142735 17768.0 1143447 18122.0 1144158 17738.0 1144869 17437.0 1145581 17114.0 1146292 17711.0 1147004 18877.0 1147715 20405.0 1148426 22390.0 1149138 22864.0 1149849 21680.0 1150561 20179.0 1151272 18602.0 1151983 18638.0 1152695 18207.0 1153406 17996.0 1154117 17922.0 1154829 19718.0 1155540 21365.0 1156252 21273.0 1156963 21368.0 1157674 19642.0 1158386 18602.0 1159097 18378.0 1159808 18362.0 1160520 19155.0 1161231 20394.0 1161943 20402.0 1162654 20451.0 1163365 21026.0 1164077 22405.0 1164788 26558.0 1165500 28590.0 1166211 27354.0 1166922 24378.0 1167634 25329.0 1168345 29468.0 1169056 36229.0 1169768 37761.0 1170479 33212.0 1171191 27659.0 1171902 23274.0 1172613 21016.0 1173325 20320.0 1174036 19327.0 1174748 20786.0 1175459 28125.0 1176170 40987.0 1176882 53143.0 1177593 53389.0 1178304 43531.0 1179016 32963.0 1179727 26766.0 1180439 24316.0 1181150 21583.0 1181861 21182.0 1182573 20349.0 1183284 20493.0 1183995 19608.0 1184707 19899.0 1185418 19696.0 1186130 20194.0 1186841 19608.0 1187552 19755.0 1188264 20735.0 1188975 20445.0 1189687 19804.0 1190398 19439.0 1191109 19558.0 1191821 19904.0 1192532 21204.0 1193243 20171.0 1193955 19855.0 1194666 20521.0 1195378 19614.0 1196089 20657.0 1196800 18678.0 1197512 19594.0 1198223 18324.0 1198935 19396.0 1199646 18704.0 1200357 19054.0 1201069 23478.0 1201780 36283.0 1202491 53942.0 1203203 58588.0 1203914 48565.0 1204626 35729.0 1205337 27282.0 1206048 23765.0 1206760 23563.0 1207471 29067.0 1208182 39072.0 1208894 46831.0 1209605 46796.0 1210317 38072.0 1211028 29991.0 1211739 25127.0 1212451 21417.0 1213162 19717.0 1213874 20145.0 1214585 19062.0 1215296 18569.0 1216008 19097.0 1216719 19502.0 1217430 21353.0 1218142 20502.0 1218853 19978.0 1219565 19741.0 1220276 18878.0 1220987 19956.0 1221699 22860.0 1222410 23095.0 1223122 22377.0 1223833 20410.0 1224544 20030.0 1225256 18664.0 1225967 20061.0 1226678 19529.0 1227390 19075.0 1228101 19809.0 1228813 22356.0 1229524 33286.0 1230235 48742.0 1230947 57004.0 1231658 51967.0 1232369 39537.0 1233081 30029.0 1233792 24966.0 1234504 22068.0 1235215 19796.0 1235926 18805.0 1236638 18708.0 1237349 17872.0 1238061 17991.0 1238772 18510.0 1239483 18008.0 1240195 18013.0 1240906 17393.0 1241617 17376.0 1242329 17924.0 1243040 17859.0 1243752 18518.0 1244463 18770.0 1245174 19126.0 1245886 17757.0 1246597 17692.0 1247309 16751.0 1248020 17789.0 1248731 18224.0 1249443 19582.0 1250154 20116.0 1250865 19945.0 1251577 18609.0 1252288 17808.0 1253000 17977.0 1253711 18666.0 1254422 21317.0 1255134 24351.0 1255845 25493.0 1256556 24882.0 1257268 23473.0 1257979 24696.0 1258691 30480.0 1259402 39039.0 1260113 41548.0 1260825 38467.0 1261536 30217.0 1262248 24247.0 1262959 22038.0 1263670 19842.0 1264382 19564.0 1265093 19295.0 1265804 19746.0 1266516 19059.0 1267227 18619.0 1267939 18813.0 1268650 20470.0 1269361 21196.0 1270073 21406.0 1270784 21217.0 1271496 20788.0 1272207 18437.0 1272918 17773.0 1273630 18365.0 1274341 17280.0 1275052 16932.0 1275764 16555.0 1276475 16957.0 1277187 16643.0 1277898 17727.0 1278609 18025.0 1279321 18227.0 1280032 18753.0 1280743 18349.0 1281455 18951.0 1282166 18828.0 1282878 18745.0 1283589 18279.0 1284300 18898.0 1285012 17371.0 1285723 17819.0 1286435 17606.0 1287146 17331.0 1287857 16849.0 1288569 16478.0 1289280 17094.0 1289991 18800.0 1290703 20139.0 1291414 20725.0 1292126 21643.0 1292837 22264.0 1293548 23919.0 1294260 22742.0 1294971 20972.0 1295682 19647.0 1296394 18574.0 1297105 17851.0 1297817 18143.0 1298528 18118.0 1299239 17649.0 1299951 17656.0 1300662 17207.0 1301374 17754.0 1302085 17861.0 1302796 17360.0 1303508 17427.0 1304219 17302.0 1304930 18102.0 1305642 18119.0 1306353 18121.0 1307065 19892.0 1307776 20617.0 1308487 19849.0 1309199 18863.0 1309910 18428.0 1310622 17982.0 1311333 19045.0 1312044 22625.0 1312756 25632.0 1313467 28245.0 1314178 29307.0 1314890 34810.0 1315601 44423.0 1316313 46734.0 1317024 42119.0 1317735 33496.0 1318447 26809.0 1319158 22910.0 1319869 20781.0 1320581 19602.0 1321292 19531.0 1322004 18930.0 1322715 17959.0 1323426 18596.0 1324138 17625.0 1324849 17660.0 1325561 17883.0 1326272 18113.0 1326983 18404.0 1327695 18114.0 1328406 18683.0 1329117 17889.0 1329829 17859.0 1330540 17059.0 1331252 17149.0 1331963 17054.0 1332674 16534.0 1333386 16834.0 1334097 17187.0 1334809 16925.0 1335520 17175.0 1336231 16425.0 1336943 16983.0 1337654 16772.0 1338365 17219.0 1339077 17187.0 1339788 17439.0 1340500 19259.0 1341211 21350.0 1341922 24477.0 1342634 27217.0 1343345 29799.0 1344056 27678.0 1344768 23875.0 1345479 20293.0 1346191 18467.0 1346902 17888.0 1347613 17370.0 1348325 16980.0 1349036 17754.0 1349748 18597.0 1350459 19957.0 1351170 19720.0 1351882 20298.0 1352593 19361.0 1353304 19371.0 1354016 18568.0 1354727 18242.0 1355439 17603.0 1356150 18263.0 1356861 18201.0 1357573 16618.0 1358284 17032.0 1358996 17028.0 1359707 16548.0 1360418 17567.0 1361130 17281.0 1361841 19002.0 1362552 19792.0 1363264 21305.0 1363975 21777.0 1364687 20571.0 1365398 20410.0 1366109 19887.0 1366821 19051.0 1367532 19171.0 1368243 18744.0 1368955 18959.0 1369666 20565.0 1370378 21944.0 1371089 23652.0 1371800 27130.0 1372512 28155.0 1373223 30127.0 1373935 27763.0 1374646 26162.0 1375357 22935.0 1376069 20987.0 1376780 19816.0 1377491 19203.0 1378203 19521.0 1378914 20391.0 1379626 23184.0 1380337 37351.0 1381048 64934.0 1381760 106688.0 1382471 154641.0 1383183 200571.0 1383894 210869.0 1384605 157813.0 1385317 84713.0 1386028 49014.0 1386739 36086.0 1387451 31599.0 1388162 29332.0 1388874 28784.0 1389585 27220.0 1390296 25828.0 1391008 24996.0 1391719 23019.0 1392430 22501.0 1393142 21402.0 1393853 20647.0 1394565 20719.0 1395276 21714.0 1395987 21808.0 1396699 22764.0 1397410 23625.0 1398122 25106.0 1398833 24967.0 1399544 23521.0 1400256 21747.0 1400967 20203.0 1401678 20430.0 1402390 20677.0 1403101 23441.0 1403813 25401.0 1404524 26473.0 1405235 25257.0 1405947 22200.0 1406658 21627.0 1407370 20749.0 1408081 21563.0 1408792 21342.0 1409504 22305.0 1410215 21867.0 1410926 20329.0 1411638 21290.0 1412349 21518.0 1413061 21199.0 1413772 21044.0 1414483 20162.0 1415195 20383.0 1415906 20901.0 1416617 20142.0 1417329 18747.0 1418040 18105.0 1418752 19232.0 1419463 18545.0 1420174 18678.0 1420886 18972.0 1421597 19971.0 1422309 19982.0 1423020 22590.0 1423731 24795.0 1424443 24806.0 1425154 23456.0 1425865 21147.0 1426577 19945.0 1427288 19465.0 1428000 20806.0 1428711 19969.0 1429422 20228.0 1430134 20884.0 1430845 21400.0 1431557 20573.0 1432268 20772.0 1432979 20255.0 1433691 20066.0 1434402 19524.0 1435113 18880.0 1435825 18200.0 1436536 18853.0 1437248 20468.0 1437959 22021.0 1438670 24255.0 1439382 24920.0 1440093 23344.0 1440804 21240.0 1441516 19350.0 1442227 19048.0 1442939 19950.0 1443650 21679.0 1444361 25707.0 1445073 32046.0 1445784 41514.0 1446496 45248.0 1447207 41267.0 1447918 33166.0 1448630 26528.0 1449341 23544.0 1450052 22220.0 1450764 21136.0 1451475 22505.0 1452187 23151.0 1452898 24411.0 1453609 24203.0 1454321 25994.0 1455032 28567.0 1455744 30945.0 1456455 31034.0 1457166 28527.0 1457878 25933.0 1458589 22773.0 1459300 21128.0 1460012 20231.0 1460723 19149.0 1461435 18877.0 1462146 19300.0 1462857 18569.0 1463569 19008.0 1464280 18584.0 1464991 18512.0 1465703 18070.0 1466414 18668.0 1467126 19127.0 1467837 22439.0 1468548 28955.0 1469260 34681.0 1469971 35249.0 1470683 31420.0 1471394 26760.0 1472105 23320.0 1472817 21331.0 1473528 20942.0 1474239 19764.0 1474951 20028.0 1475662 21562.0 1476374 20579.0 1477085 19948.0 1477796 19450.0 1478508 19210.0 1479219 20950.0 1479931 23590.0 1480642 25184.0 1481353 27801.0 1482065 26851.0 1482776 23737.0 1483487 22197.0 1484199 19207.0 1484910 19166.0 1485622 19139.0 1486333 21568.0 1487044 24027.0 1487756 25970.0 1488467 28783.0 1489178 29255.0 1489890 28319.0 1490601 24947.0 1491313 21960.0 1492024 20444.0 1492735 19772.0 1493447 18216.0 1494158 18018.0 1494870 17745.0 1495581 18016.0 1496292 17521.0 1497004 18466.0 1497715 18149.0 1498426 17857.0 1499138 18003.0 1499849 17098.0 1500561 17259.0 1501272 17129.0 1501983 17348.0 1502695 17166.0 1503406 16609.0 1504117 17592.0 1504829 16870.0 1505540 17543.0 1506252 17597.0 1506963 18608.0 1507674 20383.0 1508386 21696.0 1509097 22163.0 1509809 21456.0 1510520 20717.0 1511231 24167.0 1511943 32968.0 1512654 42008.0 1513365 44645.0 1514077 37913.0 1514788 30415.0 1515500 25153.0 1516211 22091.0 1516922 22019.0 1517634 22189.0 1518345 22502.0 1519057 21244.0 1519768 21263.0 1520479 20925.0 1521191 20103.0 1521902 18922.0 1522613 18297.0 1523325 18611.0 1524036 18223.0 1524748 19901.0 1525459 21422.0 1526170 21878.0 1526882 20500.0 1527593 19530.0 1528304 19112.0 1529016 18572.0 1529727 19181.0 1530439 21461.0 1531150 22351.0 1531861 22098.0 1532573 22778.0 1533284 23317.0 1533996 28037.0 1534707 37874.0 1535418 50331.0 1536130 58528.0 1536841 52526.0 1537552 38364.0 1538264 27468.0 1538975 23490.0 1539687 21805.0 1540398 20743.0 1541109 20961.0 1541821 19448.0 1542532 18677.0 1543244 18964.0 1543955 18625.0 1544666 18157.0 1545378 18099.0 1546089 18533.0 1546800 18006.0 1547512 17836.0 1548223 17381.0 1548935 17995.0 1549646 18222.0 1550357 17457.0 1551069 17382.0 1551780 17107.0 1552491 17944.0 1553203 18376.0 1553914 20274.0 1554626 21600.0 1555337 22116.0 1556048 21654.0 1556760 20278.0 1557471 18848.0 1558183 19023.0 1558894 19276.0 1559605 19997.0 1560317 25432.0 1561028 35670.0 1561739 61826.0 1562451 95924.0 1563162 131395.0 1563874 149169.0 1564585 130333.0 1565296 84026.0 1566008 52977.0 1566719 39861.0 1567431 32012.0 1568142 29916.0 1568853 27639.0 1569565 26134.0 1570276 25816.0 1570987 24788.0 1571699 23527.0 1572410 22485.0 1573122 22079.0 1573833 21391.0 1574544 20028.0 1575256 20708.0 1575967 20983.0 1576678 19924.0 1577390 20318.0 1578101 19979.0 1578813 20391.0 1579524 21212.0 1580235 21142.0 1580947 20986.0 1581658 21302.0 1582370 22778.0 1583081 23209.0 1583792 22138.0 1584504 21641.0 1585215 20842.0 1585926 20001.0 1586638 20068.0 1587349 19640.0 1588061 19661.0 1588772 20080.0 1589483 20217.0 1590195 19982.0 1590906 19497.0 1591618 19408.0 1592329 18796.0 1593040 18415.0 1593752 18102.0 1594463 17906.0 1595174 17926.0 1595886 17769.0 1596597 17982.0 1597309 18102.0 1598020 18861.0 1598731 19294.0 1599443 19950.0 1600154 20093.0 1600865 19017.0 1601577 19265.0 1602288 18634.0 1603000 19083.0 1603711 19227.0 1604422 20309.0 1605134 20189.0 1605845 23246.0 1606557 28027.0 1607268 31971.0 1607979 32552.0 1608691 29449.0 1609402 26925.0 1610113 26521.0 1610825 30369.0 1611536 33932.0 1612248 35032.0 1612959 31691.0 1613670 31327.0 1614382 34776.0 1615093 39024.0 1615805 39455.0 1616516 33269.0 1617227 26009.0 1617939 22957.0 1618650 21797.0 1619361 21217.0 1620073 23334.0 1620784 26823.0 1621496 32331.0 1622207 37065.0 1622918 33582.0 1623630 29681.0 1624341 25451.0 1625052 22883.0 1625764 21024.0 1626475 21377.0 1627187 20629.0 1627898 20784.0 1628609 19668.0 1629321 19420.0 1630032 18944.0 1630744 18253.0 1631455 18191.0 1632166 18323.0 1632878 17769.0 1633589 18651.0 1634300 18515.0 1635012 19743.0 1635723 20766.0 1636435 23792.0 1637146 27327.0 1637857 27930.0 1638569 26629.0 1639280 23503.0 1639992 21765.0 1640703 19817.0 1641414 19757.0 1642126 20274.0 1642837 20107.0 1643548 21746.0 1644260 21834.0 1644971 20967.0 1645683 21844.0 1646394 22986.0 1647105 23702.0 1647817 22236.0 1648528 21458.0 1649239 19358.0 1649951 18301.0 1650662 18122.0 1651374 18511.0 1652085 17655.0 1652796 17590.0 1653508 17879.0 1654219 16598.0 1654931 16538.0 1655642 17141.0 1656353 17978.0 1657065 17257.0 1657776 17585.0 1658487 18645.0 1659199 20300.0 1659910 24863.0 1660622 28780.0 1661333 29404.0 1662044 26265.0 1662756 24209.0 1663467 23552.0 1664179 25463.0 1664890 26429.0 1665601 27867.0 1666313 26136.0 1667024 25150.0 1667735 22942.0 1668447 21916.0 1669158 22709.0 1669870 22840.0 1670581 25380.0 1671292 30257.0 1672004 34617.0 1672715 34349.0 1673426 33625.0 1674138 41353.0 1674849 61084.0 1675561 93832.0 1676272 131953.0 1676983 162817.0 1677695 151251.0 1678406 98160.0 1679118 58972.0 1679829 41846.0 1680540 36610.0 1681252 35323.0 1681963 33140.0 1682674 29361.0 1683386 26162.0 1684097 24465.0 1684809 22982.0 1685520 21464.0 1686231 19963.0 1686943 19556.0 1687654 19975.0 1688366 20827.0 1689077 27371.0 1689788 32047.0 1690500 33991.0 1691211 37658.0 1691922 48598.0 1692634 62813.0 1693345 82073.0 1694057 102201.0 1694768 117294.0 1695479 106929.0 1696191 80932.0 1696902 62605.0 1697613 52089.0 1698325 44003.0 1699036 41652.0 1699748 40329.0 1700459 39190.0 1701170 36959.0 1701882 35456.0 1702593 33360.0 1703305 31852.0 1704016 31559.0 1704727 30236.0 1705439 29299.0 1706150 28117.0 1706861 28675.0 1707573 27470.0 1708284 27054.0 1708996 27699.0 1709707 27092.0 1710418 25819.0 1711130 25994.0 1711841 26127.0 1712552 25721.0 1713264 24800.0 1713975 25641.0 1714687 25746.0 1715398 26082.0 1716109 25864.0 1716821 25513.0 1717532 24600.0 1718244 23661.0 1718955 25594.0 1719666 29222.0 1720378 34895.0 1721089 40047.0 1721800 41918.0 1722512 42250.0 1723223 39891.0 1723935 37019.0 1724646 33531.0 1725357 29688.0 1726069 26348.0 1726780 24941.0 1727492 24168.0 1728203 24739.0 1728914 25983.0 1729626 27599.0 1730337 30872.0 1731048 32047.0 1731760 30934.0 1732471 29373.0 1733183 26174.0 1733894 23757.0 1734605 21927.0 1735317 21707.0 1736028 22417.0 1736739 22351.0 1737451 23419.0 1738162 24100.0 1738874 24871.0 1739585 24044.0 1740296 23502.0 1741008 22429.0 1741719 22254.0 1742431 20574.0 1743142 20793.0 1743853 20157.0 1744565 19874.0 1745276 21500.0 1745987 20220.0 1746699 21545.0 1747410 22494.0 1748122 21707.0 1748833 22846.0 1749544 22469.0 1750256 21249.0 1750967 20900.0 1751679 20066.0 1752390 19508.0 1753101 19393.0 1753813 19002.0 1754524 19362.0 1755235 19309.0 1755947 19681.0 1756658 19589.0 1757370 19674.0 1758081 19876.0 1758792 19680.0 1759504 20001.0 1760215 19220.0 1760926 18996.0 1761638 20097.0 1762349 20187.0 1763061 19754.0 1763772 20561.0 1764483 22785.0 1765195 25572.0 1765906 27688.0 1766618 27642.0 1767329 26012.0 1768040 23627.0 1768752 21533.0 1769463 20555.0 1770174 22036.0 1770886 20980.0 1771597 20849.0 1772309 20780.0 1773020 19106.0 1773731 18650.0 1774443 19987.0 1775154 21574.0 1775866 22462.0 1776577 22205.0 1777288 21888.0 1778000 21472.0 1778711 19591.0 1779422 20004.0 1780134 19646.0 1780845 19501.0 1781557 18854.0 1782268 19076.0 1782979 18498.0 1783691 18011.0 1784402 18558.0 1785113 18432.0 1785825 19900.0 1786536 18886.0 1787248 18920.0 1787959 19202.0 1788670 19340.0 1789382 21284.0 1790093 24114.0 1790805 24377.0 1791516 23246.0 1792227 20800.0 1792939 19866.0 1793650 20314.0 1794361 22424.0 1795073 30974.0 1795784 45753.0 1796496 58402.0 1797207 57601.0 1797918 44755.0 1798630 32987.0 1799341 25228.0 1800053 20667.0 1800764 20593.0 1801475 19315.0 1802187 19192.0 1802898 19561.0 1803609 20570.0 1804321 21657.0 1805032 23173.0 1805744 24920.0 1806455 25157.0 1807166 24896.0 1807878 24034.0 1808589 23147.0 1809300 21536.0 1810012 19980.0 1810723 20249.0 1811435 19159.0 1812146 20532.0 1812857 19536.0 1813569 19401.0 1814280 20001.0 1814992 20174.0 1815703 20761.0 1816414 20946.0 1817126 21219.0 1817837 21357.0 1818548 20324.0 1819260 20673.0 1819971 20556.0 1820683 20117.0 1821394 20403.0 1822105 20351.0 1822817 20081.0 1823528 20470.0 1824240 20860.0 1824951 21263.0 1825662 24026.0 1826374 32786.0 1827085 63304.0 1827796 136133.0 1828508 241335.0 1829219 332892.0 1829931 338330.0 1830642 224840.0 1831353 109573.0 1832065 52886.0 1832776 34598.0 1833487 29044.0 1834199 26651.0 1834910 25656.0 1835622 25021.0 1836333 23116.0 1837044 23697.0 1837756 23878.0 1838467 24495.0 1839179 26153.0 1839890 25441.0 1840601 23893.0 1841313 23272.0 1842024 21756.0 1842735 20921.0 1843447 20161.0 1844158 19411.0 1844870 19049.0 1845581 19532.0 1846292 19842.0 1847004 21110.0 1847715 22116.0 1848427 22986.0 1849138 22150.0 1849849 22548.0 1850561 21090.0 1851272 21385.0 1851983 20687.0 1852695 19806.0 1853406 19972.0 1854118 20657.0 1854829 22795.0 1855540 24432.0 1856252 25342.0 1856963 24204.0 1857674 22588.0 1858386 21209.0 1859097 19958.0 1859809 19180.0 1860520 18584.0 1861231 18459.0 1861943 18809.0 1862654 18623.0 1863366 18896.0 1864077 17853.0 1864788 18197.0 1865500 18392.0 1866211 17287.0 1866922 17695.0 1867634 17957.0 1868345 18497.0 1869057 18904.0 1869768 19400.0 1870479 19736.0 1871191 19207.0 1871902 18911.0 1872614 18340.0 1873325 18047.0 1874036 18741.0 1874748 19575.0 1875459 20403.0 1876170 19786.0 1876882 20636.0 1877593 20313.0 1878305 18821.0 1879016 18255.0 1879727 18309.0 1880439 18943.0 1881150 19538.0 1881861 20272.0 1882573 20480.0 1883284 21132.0 1883996 23164.0 1884707 27897.0 1885418 32003.0 1886130 33814.0 1886841 31869.0 1887553 30668.0 1888264 29452.0 1888975 27472.0 1889687 25710.0 1890398 22789.0 1891109 21751.0 1891821 21964.0 1892532 21556.0 1893244 22746.0 1893955 22512.0 1894666 21353.0 1895378 20550.0 1896089 19914.0 1896801 19060.0 1897512 18838.0 1898223 18220.0 1898935 18767.0 1899646 18342.0 1900357 18399.0 1901069 18086.0 1901780 17634.0 1902492 17580.0 1903203 18263.0 1903914 19026.0 1904626 19180.0 1905337 20272.0 1906048 21153.0 1906760 20625.0 1907471 20017.0 1908183 19710.0 1908894 19262.0 1909605 19837.0 1910317 20264.0 1911028 20800.0 1911740 22379.0 1912451 23701.0 1913162 25298.0 1913874 26018.0 1914585 25594.0 1915296 24963.0 1916008 22935.0 1916719 21226.0 1917431 21105.0 1918142 19568.0 1918853 18725.0 1919565 19332.0 1920276 19357.0 1920987 19241.0 1921699 19167.0 1922410 17866.0 1923122 18111.0 1923833 18142.0 1924544 18584.0 1925256 18452.0 1925967 19204.0 1926679 18621.0 1927390 18619.0 1928101 18352.0 1928813 17654.0 1929524 18703.0 1930235 19626.0 1930947 22837.0 1931658 28469.0 1932370 39114.0 1933081 54653.0 1933792 68881.0 1934504 70724.0 1935215 58712.0 1935927 43746.0 1936638 32530.0 1937349 26223.0 1938061 22117.0 1938772 20246.0 1939483 19636.0 1940195 18804.0 1940906 19053.0 1941618 19356.0 1942329 18749.0 1943040 18795.0 1943752 18846.0 1944463 17973.0 1945174 18360.0 1945886 17378.0 1946597 18799.0 1947309 19143.0 1948020 19839.0 1948731 20199.0 1949443 19657.0 1950154 18951.0 1950866 19818.0 1951577 19995.0 1952288 20288.0 1953000 21644.0 1953711 21916.0 1954422 22815.0 1955134 22143.0 1955845 22131.0 1956557 21827.0 1957268 21198.0 1957979 21888.0 1958691 21989.0 1959402 24061.0 1960114 26083.0 1960825 26943.0 1961536 26827.0 1962248 25531.0 1962959 23497.0 1963670 22833.0 1964382 22943.0 1965093 24391.0 1965805 28689.0 1966516 33938.0 1967227 38614.0 1967939 36059.0 1968650 33199.0 1969361 28914.0 1970073 24529.0 1970784 22732.0 1971496 22077.0 1972207 22237.0 1972918 26073.0 1973630 34338.0 1974341 43588.0 1975053 50731.0 1975764 49486.0 1976475 44230.0 1977187 34784.0 1977898 30392.0 1978609 28718.0 1979321 28406.0 1980032 28550.0 1980744 28459.0 1981455 25718.0 1982166 23786.0 1982878 21782.0 1983589 22127.0 1984301 21237.0 1985012 21553.0 1985723 22163.0 1986435 23689.0 1987146 24378.0 1987857 24406.0 1988569 23470.0 1989280 23332.0 1989992 21765.0 1990703 21912.0 1991414 20757.0 1992126 21034.0 1992837 20836.0 1993548 20618.0 1994260 20559.0 1994971 20417.0 1995683 20675.0 1996394 22037.0 1997105 24242.0 1997817 25182.0 1998528 27175.0 1999240 26746.0 1999951 27439.0 2000662 29328.0 2001374 29769.0 2002085 28433.0 2002796 25316.0 2003508 22919.0 2004219 21894.0 2004931 20880.0 2005642 22027.0 2006353 22654.0 2007065 23828.0 2007776 23096.0 2008488 23180.0 2009199 23074.0 2009910 22683.0 2010622 21527.0 2011333 22858.0 2012044 23123.0 2012756 24571.0 2013467 23489.0 2014179 23432.0 2014890 22081.0 2015601 21859.0 2016313 23132.0 2017024 24208.0 2017735 26415.0 2018447 28203.0 2019158 27289.0 2019870 26505.0 2020581 24880.0 2021292 22351.0 2022004 20676.0 2022715 21313.0 2023427 20424.0 2024138 21125.0 2024849 23772.0 2025561 26321.0 2026272 30149.0 2026983 30780.0 2027695 30194.0 2028406 25999.0 2029118 23189.0 2029829 21389.0 2030540 21745.0 2031252 23010.0 2031963 25506.0 2032675 31718.0 2033386 32507.0 2034097 30601.0 2034809 25210.0 2035520 22724.0 2036231 19750.0 2036943 19488.0 2037654 21303.0 2038366 25887.0 2039077 31684.0 2039788 37102.0 2040500 36863.0 2041211 32164.0 2041922 28227.0 2042634 25306.0 2043345 27305.0 2044057 32715.0 2044768 38751.0 2045479 39690.0 2046191 34540.0 2046902 27392.0 2047614 23416.0 2048325 22510.0 2049036 22143.0 2049748 21256.0 2050459 21386.0 2051170 20927.0 2051882 20133.0 2052593 21223.0 2053305 20353.0 2054016 20685.0 2054727 21755.0 2055439 21976.0 2056150 20721.0 2056862 19938.0 2057573 19879.0 2058284 19121.0 2058996 18846.0 2059707 20130.0 2060418 21574.0 2061130 23724.0 2061841 27171.0 2062553 30260.0 2063264 31923.0 2063975 34320.0 2064687 34906.0 2065398 35025.0 2066109 35132.0 2066821 32486.0 2067532 32704.0 2068244 32553.0 2068955 32989.0 2069666 31663.0 2070378 29014.0 2071089 26933.0 2071801 24395.0 2072512 25091.0 2073223 23845.0 2073935 25599.0 2074646 26114.0 2075357 24473.0 2076069 23558.0 2076780 21380.0 2077492 20935.0 2078203 20530.0 2078914 20086.0 2079626 20425.0 2080337 20032.0 2081049 19860.0 2081760 20427.0 2082471 19459.0 2083183 18716.0 2083894 19510.0 2084605 21112.0 2085317 21600.0 2086028 23590.0 2086740 23965.0 2087451 22935.0 2088162 22635.0 2088874 21513.0 2089585 21144.0 2090296 21038.0 2091008 20109.0 2091719 19708.0 2092431 20476.0 2093142 21907.0 2093853 25748.0 2094565 32720.0 2095276 42084.0 2095988 51958.0 2096699 57678.0 2097410 56272.0 2098122 47414.0 2098833 38265.0 2099544 31014.0 2100256 28071.0 2100967 25092.0 2101679 24482.0 2102390 22210.0 2103101 22100.0 2103813 22176.0 2104524 21014.0 2105236 21226.0 2105947 20888.0 2106658 19783.0 2107370 20577.0 2108081 21133.0 2108792 19479.0 2109504 20540.0 2110215 19729.0 2110927 19569.0 2111638 19875.0 2112349 19425.0 2113061 19168.0 2113772 18676.0 2114483 19487.0 2115195 18881.0 2115906 18326.0 2116618 18912.0 2117329 19295.0 2118040 19988.0 2118752 21549.0 2119463 25285.0 2120175 39016.0 2120886 62646.0 2121597 86321.0 2122309 91956.0 2123020 73991.0 2123731 50655.0 2124443 34558.0 2125154 27701.0 2125866 27196.0 2126577 28651.0 2127288 32418.0 2128000 32105.0 2128711 30424.0 2129422 27587.0 2130134 24096.0 2130845 21936.0 2131557 20456.0 2132268 20612.0 2132979 20128.0 2133691 19163.0 2134402 18748.0 2135114 19554.0 2135825 20203.0 2136536 20694.0 2137248 21171.0 2137959 20594.0 2138670 20158.0 2139382 20487.0 2140093 19234.0 2140805 19988.0 2141516 20462.0 2142227 21431.0 2142939 24193.0 2143650 32099.0 2144362 48358.0 2145073 76010.0 2145784 113800.0 2146496 159944.0 2147207 200457.0 2147918 218937.0 2148630 184984.0 2149341 98871.0 2150053 48380.0 2150764 32953.0 2151475 29235.0 2152187 28246.0 2152898 26206.0 2153609 25914.0 2154321 26218.0 2155032 25823.0 2155744 25683.0 2156455 24325.0 2157166 22337.0 2157878 21832.0 2158589 21585.0 2159301 21430.0 2160012 21890.0 2160723 21889.0 2161435 21922.0 2162146 21618.0 2162857 21552.0 2163569 22116.0 2164280 21547.0 2164992 22040.0 2165703 23924.0 2166414 25825.0 2167126 28796.0 2167837 28241.0 2168549 26123.0 2169260 24280.0 2169971 25839.0 2170683 26144.0 2171394 26523.0 2172105 24345.0 2172817 23511.0 2173528 21709.0 2174240 21598.0 2174951 21534.0 2175662 22686.0 2176374 23415.0 2177085 26717.0 2177796 28675.0 2178508 29672.0 2179219 30424.0 2179931 31828.0 2180642 31849.0 2181353 31245.0 2182065 30299.0 2182776 28980.0 2183488 29964.0 2184199 31123.0 2184910 32372.0 2185622 29471.0 2186333 25766.0 2187044 22801.0 2187756 20959.0 2188467 19872.0 2189179 19021.0 2189890 19694.0 2190601 19462.0 2191313 19535.0 2192024 19357.0 2192736 20046.0 2193447 19802.0 2194158 19692.0 2194870 19977.0 2195581 20285.0 2196292 20373.0 2197004 19998.0 2197715 20968.0 2198427 21635.0 2199138 21603.0 2199849 22456.0 2200561 21986.0 2201272 21952.0 2201983 22308.0 2202695 22962.0 2203406 24978.0 2204118 24816.0 2204829 23638.0 2205540 22209.0 2206252 21215.0 2206963 20009.0 2207675 19890.0 2208386 17878.0 2209097 19369.0 2209809 18555.0 2210520 18937.0 2211231 19230.0 2211943 20280.0 2212654 19653.0 2213366 18744.0 2214077 18757.0 2214788 18407.0 2215500 17825.0 2216211 18161.0 2216923 18726.0 2217634 19605.0 2218345 19011.0 2219057 19652.0 2219768 18803.0 2220479 18859.0 2221191 18944.0 2221902 19084.0 2222614 18396.0 2223325 18817.0 2224036 19017.0 2224748 19757.0 2225459 20373.0 2226170 19636.0 2226882 19603.0 2227593 19017.0 2228305 18626.0 2229016 18362.0 2229727 18916.0 2230439 19318.0 2231150 19627.0 2231862 19228.0 2232573 17782.0 2233284 17771.0 2233996 17138.0 2234707 18295.0 2235418 18130.0 2236130 18593.0 2236841 18926.0 2237553 19518.0 2238264 18592.0 2238975 17864.0 2239687 18038.0 2240398 18634.0 2241110 19275.0 2241821 19920.0 2242532 20187.0 2243244 21078.0 2243955 21780.0 2244666 21968.0 2245378 20754.0 2246089 20984.0 2246801 20508.0 2247512 20835.0 2248223 20277.0 2248935 19384.0 2249646 19417.0 2250357 18191.0 2251069 18980.0 2251780 18918.0 2252492 18816.0 2253203 18997.0 2253914 18656.0 2254626 19026.0 2255337 18989.0 2256049 19341.0 2256760 18816.0 2257471 18296.0 2258183 19254.0 2258894 20020.0 2259605 21048.0 2260317 21623.0 2261028 22719.0 2261740 21825.0 2262451 21903.0 2263162 21986.0 2263874 22450.0 2264585 22079.0 2265297 22338.0 2266008 22322.0 2266719 20622.0 2267431 19408.0 2268142 19076.0 2268853 18110.0 2269565 18076.0 2270276 18029.0 2270988 18637.0 2271699 19714.0 2272410 20940.0 2273122 22429.0 2273833 22111.0 2274544 20300.0 2275256 18463.0 2275967 18264.0 2276679 18707.0 2277390 18947.0 2278101 19798.0 2278813 20222.0 2279524 21927.0 2280236 23671.0 2280947 24135.0 2281658 23454.0 2282370 22482.0 2283081 21826.0 2283792 21834.0 2284504 23157.0 2285215 22728.0 2285927 22113.0 2286638 21343.0 2287349 21587.0 2288061 21196.0 2288772 20933.0 2289484 20035.0 2290195 19536.0 2290906 19627.0 2291618 20217.0 2292329 20560.0 2293040 21223.0 2293752 20371.0 2294463 19750.0 2295175 19846.0 2295886 21650.0 2296597 23035.0 2297309 24421.0 2298020 24439.0 2298731 22710.0 2299443 22254.0 2300154 20632.0 2300866 21474.0 2301577 19769.0 2302288 20192.0 2303000 19554.0 2303711 19643.0 2304423 18757.0 2305134 17835.0 2305845 18810.0 2306557 17735.0 2307268 17720.0 2307979 18635.0 2308691 18767.0 2309402 20588.0 2310114 21079.0 2310825 20836.0 2311536 20511.0 2312248 21161.0 2312959 20519.0 2313671 19497.0 2314382 19192.0 2315093 19604.0 2315805 20118.0 2316516 20353.0 2317227 20536.0 2317939 20917.0 2318650 20494.0 2319362 23308.0 2320073 26788.0 2320784 30367.0 2321496 33135.0 2322207 29662.0 2322918 26448.0 2323630 22747.0 2324341 20735.0 2325053 19436.0 2325764 18364.0 2326475 17749.0 2327187 17840.0 2327898 18715.0 2328610 18689.0 2329321 18752.0 2330032 19143.0 2330744 19224.0 2331455 19623.0 2332166 19698.0 2332878 20500.0 2333589 20720.0 2334301 20526.0 2335012 20089.0 2335723 19931.0 2336435 18752.0 2337146 17805.0 2337857 18714.0 2338569 18326.0 2339280 17954.0 2339992 18236.0 2340703 18592.0 2341414 18461.0 2342126 19522.0 2342837 20896.0 2343549 21209.0 2344260 23564.0 2344971 26021.0 2345683 35690.0 2346394 51042.0 2347105 64850.0 2347817 65731.0 2348528 55024.0 2349240 40971.0 2349951 31415.0 2350662 25963.0 2351374 23633.0 2352085 21343.0 2352797 19671.0 2353508 20137.0 2354219 19249.0 2354931 19408.0 2355642 19612.0 2356353 19587.0 2357065 19347.0 2357776 19694.0 2358488 18887.0 2359199 18916.0 2359910 18986.0 2360622 19071.0 2361333 21028.0 2362044 23821.0 2362756 29849.0 2363467 29147.0 2364179 28528.0 2364890 24560.0 2365601 24565.0 2366313 27062.0 2367024 30773.0 2367736 34645.0 2368447 34084.0 2369158 28968.0 2369870 25236.0 2370581 22119.0 2371292 21510.0 2372004 21068.0 2372715 21227.0 2373427 22176.0 2374138 23164.0 2374849 23983.0 2375561 23182.0 2376272 22759.0 2376984 20696.0 2377695 20677.0 2378406 20590.0 2379118 19201.0 2379829 18957.0 2380540 18640.0 2381252 19121.0 2381963 17816.0 2382675 17828.0 2383386 18393.0 2384097 19415.0 2384809 19639.0 2385520 19284.0 2386231 21225.0 2386943 25559.0 2387654 36987.0 2388366 47910.0 2389077 53767.0 2389788 51814.0 2390500 40339.0 2391211 31775.0 2391923 25744.0 2392634 23918.0 2393345 23282.0 2394057 22757.0 2394768 23227.0 2395479 24810.0 2396191 24275.0 2396902 23922.0 2397614 22650.0 2398325 22007.0 2399036 21435.0 2399748 21356.0 2400459 21276.0 2401171 21509.0 2401882 21414.0 2402593 23768.0 2403305 27444.0 2404016 31103.0 2404727 30174.0 2405439 26531.0 2406150 24221.0 2406862 22364.0 2407573 23017.0 2408284 24344.0 2408996 26162.0 2409707 25350.0 2410418 23883.0 2411130 23366.0 2411841 22706.0 2412553 23042.0 2413264 25078.0 2413975 25695.0 2414687 27183.0 2415398 29254.0 2416110 28829.0 2416821 24866.0 2417532 24344.0 2418244 23506.0 2418955 21843.0 2419666 23075.0 2420378 25295.0 2421089 27098.0 2421801 27381.0 2422512 25133.0 2423223 24120.0 2423935 21642.0 2424646 20183.0 2425358 20613.0 2426069 20251.0 2426780 20573.0 2427492 21227.0 2428203 21100.0 2428914 20463.0 2429626 20569.0 2430337 19737.0 2431049 19520.0 2431760 20085.0 2432471 20949.0 2433183 24111.0 2433894 26956.0 2434605 27281.0 2435317 25433.0 2436028 23968.0 2436740 22013.0 2437451 20059.0 2438162 19637.0 2438874 20157.0 2439585 20404.0 2440297 21003.0 2441008 21345.0 2441719 20490.0 2442431 19265.0 2443142 19756.0 2443853 19295.0 2444565 18683.0 2445276 19589.0 2445988 19615.0 2446699 18932.0 2447410 19137.0 2448122 20112.0 2448833 20613.0 2449545 20157.0 2450256 20102.0 2450967 19144.0 2451679 19871.0 2452390 19624.0 2453101 21719.0 2453813 23395.0 2454524 27324.0 2455236 35459.0 2455947 45719.0 2456658 54244.0 2457370 52640.0 2458081 41946.0 2458792 31804.0 2459504 25947.0 2460215 22502.0 2460927 21613.0 2461638 22157.0 2462349 21590.0 2463061 20517.0 2463772 20589.0 2464484 21194.0 2465195 20457.0 2465906 20777.0 2466618 20867.0 2467329 20585.0 2468040 20248.0 2468752 20424.0 2469463 20057.0 2470175 20241.0 2470886 20516.0 2471597 20214.0 2472309 19856.0 2473020 21469.0 2473732 22996.0 2474443 25289.0 2475154 26134.0 2475866 25782.0 2476577 24311.0 2477288 23999.0 2478000 22505.0 2478711 22987.0 2479423 22123.0 2480134 22399.0 2480845 21854.0 2481557 20398.0 2482268 20352.0 2482979 21049.0 2483691 20850.0 2484402 22173.0 2485114 21449.0 2485825 21523.0 2486536 20095.0 2487248 19010.0 2487959 18522.0 2488671 18610.0 2489382 18315.0 2490093 18430.0 2490805 18208.0 2491516 18784.0 2492227 19151.0 2492939 19892.0 2493650 21052.0 2494362 21225.0 2495073 22669.0 2495784 21391.0 2496496 20939.0 2497207 20971.0 2497919 21519.0 2498630 21080.0 2499341 22014.0 2500053 24013.0 2500764 24956.0 2501475 35699.0 2502187 70165.0 2502898 152748.0 2503610 286202.0 2504321 443809.0 2505032 519804.0 2505744 429289.0 2506455 239811.0 2507166 105941.0 2507878 53704.0 2508589 38447.0 2509301 33864.0 2510012 31178.0 2510723 29038.0 2511435 27896.0 2512146 26034.0 2512858 25121.0 2513569 25219.0 2514280 25438.0 2514992 28742.0 2515703 35622.0 2516414 41756.0 2517126 43407.0 2517837 38138.0 2518549 30716.0 2519260 26804.0 2519971 24056.0 2520683 22461.0 2521394 23052.0 2522106 22302.0 2522817 22608.0 2523528 21894.0 2524240 22885.0 2524951 22278.0 2525662 22048.0 2526374 22247.0 2527085 21736.0 2527797 23240.0 2528508 21348.0 2529219 22572.0 2529931 23129.0 2530642 22799.0 2531353 22917.0 2532065 22474.0 2532776 24596.0 2533488 25863.0 2534199 26866.0 2534910 25701.0 2535622 23181.0 2536333 22396.0 2537045 21573.0 2537756 20856.0 2538467 19807.0 2539179 19695.0 2539890 19206.0 2540601 20149.0 2541313 19943.0 2542024 20024.0 2542736 20465.0 2543447 20111.0 2544158 20418.0 2544870 20645.0 2545581 20683.0 2546293 22585.0 2547004 24743.0 2547715 24571.0 2548427 24326.0 2549138 24113.0 2549849 22793.0 2550561 22650.0 2551272 22186.0 2551984 23250.0 2552695 24155.0 2553406 24385.0 2554118 24511.0 2554829 24427.0 2555540 23927.0 2556252 23065.0 2556963 22108.0 2557675 22181.0 2558386 22516.0 2559097 23855.0 2559809 26296.0 2560520 31499.0 2561232 44632.0 2561943 58779.0 2562654 67249.0 2563366 61038.0 2564077 46488.0 2564788 35203.0 2565500 30079.0 2566211 25270.0 2566923 24058.0 2567634 26254.0 2568345 26459.0 2569057 29711.0 2569768 31751.0 2570479 30935.0 2571191 29063.0 2571902 25001.0 2572614 23271.0 2573325 22321.0 2574036 21895.0 2574748 21108.0 2575459 21156.0 2576171 20708.0 2576882 20640.0 2577593 20604.0 2578305 20519.0 2579016 21360.0 2579727 20950.0 2580439 22143.0 2581150 21968.0 2581862 22359.0 2582573 22135.0 2583284 20845.0 2583996 20262.0 2584707 20066.0 2585419 18709.0 2586130 19666.0 2586841 18536.0 2587553 19255.0 2588264 19013.0 2588975 18662.0 2589687 18870.0 2590398 18675.0 2591110 19347.0 2591821 20428.0 2592532 20544.0 2593244 20388.0 2593955 20302.0 2594666 21887.0 2595378 22120.0 2596089 24435.0 2596801 24956.0 2597512 25915.0 2598223 25441.0 2598935 24249.0 2599646 22799.0 2600358 21648.0 2601069 21207.0 2601780 19393.0 2602492 20044.0 2603203 21584.0 2603914 22576.0 2604626 22194.0 2605337 22609.0 2606049 23336.0 2606760 22261.0 2607471 21767.0 2608183 22106.0 2608894 21645.0 2609606 21737.0 2610317 20992.0 2611028 20545.0 2611740 19651.0 2612451 20184.0 2613162 21642.0 2613874 22397.0 2614585 24868.0 2615297 26012.0 2616008 29025.0 2616719 27792.0 2617431 25494.0 2618142 24299.0 2618853 23527.0 2619565 22813.0 2620276 22636.0 2620988 22313.0 2621699 22234.0 2622410 22632.0 2623122 22213.0 2623833 23047.0 2624545 22677.0 2625256 24327.0 2625967 25242.0 2626679 25709.0 2627390 25525.0 2628101 23865.0 2628813 23935.0 2629524 24823.0 2630236 25291.0 2630947 25880.0 2631658 26984.0 2632370 26521.0 2633081 24821.0 2633793 23077.0 2634504 21883.0 2635215 21959.0 2635927 24907.0 2636638 37075.0 2637349 77474.0 2638061 166618.0 2638772 307287.0 2639484 478120.0 2640195 613575.0 2640906 591064.0 2641618 380673.0 2642329 174461.0 2643040 80657.0 2643752 50835.0 2644463 41774.0 2645175 38808.0 2645886 36703.0 2646597 35594.0 2647309 34940.0 2648020 34805.0 2648732 35362.0 2649443 39822.0 2650154 53480.0 2650866 71378.0 2651577 82486.0 2652288 76553.0 2653000 61379.0 2653711 45461.0 2654423 38315.0 2655134 35504.0 2655845 33165.0 2656557 31692.0 2657268 30744.0 2657980 29720.0 2658691 28479.0 2659402 27733.0 2660114 28384.0 2660825 27805.0 2661536 25905.0 2662248 26394.0 2662959 25383.0 2663671 25968.0 2664382 26423.0 2665093 26588.0 2665805 27325.0 2666516 27452.0 2667227 26968.0 2667939 26837.0 2668650 27085.0 2669362 26990.0 2670073 28751.0 2670784 31245.0 2671496 32564.0 2672207 31615.0 2672919 29012.0 2673630 27217.0 2674341 23570.0 2675053 24174.0 2675764 23095.0 2676475 23841.0 2677187 23756.0 2677898 24221.0 2678610 24466.0 2679321 25932.0 2680032 25998.0 2680744 27230.0 2681455 27301.0 2682167 29871.0 2682878 29722.0 2683589 30041.0 2684301 29472.0 2685012 26940.0 2685723 24486.0 2686435 23761.0 2687146 22608.0 2687858 23589.0 2688569 23618.0 2689280 22226.0 2689992 22690.0 2690703 22792.0 2691414 21548.0 2692126 21708.0 2692837 22287.0 2693549 22562.0 2694260 24122.0 2694971 24723.0 2695683 24857.0 2696394 25391.0 2697106 25410.0 2697817 24484.0 2698528 23881.0 2699240 22876.0 2699951 22397.0 2700662 22664.0 2701374 23309.0 2702085 25377.0 2702797 31000.0 2703508 42147.0 2704219 53438.0 2704931 58819.0 2705642 53298.0 2706354 42929.0 2707065 32441.0 2707776 27333.0 2708488 24654.0 2709199 25270.0 2709910 25153.0 2710622 25869.0 2711333 26210.0 2712045 25392.0 2712756 26660.0 2713467 26384.0 2714179 26889.0 2714890 26370.0 2715601 25410.0 2716313 25452.0 2717024 25352.0 2717736 24485.0 2718447 23906.0 2719158 24139.0 2719870 23375.0 2720581 22812.0 2721293 23529.0 2722004 22450.0 2722715 24681.0 2723427 25987.0 2724138 27204.0 2724849 28967.0 2725561 27127.0 2726272 24779.0 2726984 23854.0 2727695 22596.0 2728406 22211.0 2729118 22254.0 2729829 21408.0 2730541 22402.0 2731252 21585.0 2731963 21824.0 2732675 21542.0 2733386 21812.0 2734097 22363.0 2734809 23331.0 2735520 22698.0 2736232 22101.0 2736943 21494.0 2737654 22066.0 2738366 22353.0 2739077 23658.0 2739788 23907.0 2740500 23335.0 2741211 23553.0 2741923 22407.0 2742634 21648.0 2743345 20833.0 2744057 20265.0 2744768 20579.0 2745480 20492.0 2746191 21451.0 2746902 20357.0 2747614 20814.0 2748325 20859.0 2749036 21250.0 2749748 20854.0 2750459 22085.0 2751171 22254.0 2751882 22079.0 2752593 23452.0 2753305 24938.0 2754016 27214.0 2754727 30276.0 2755439 33922.0 2756150 32963.0 2756862 30485.0 2757573 27699.0 2758284 24245.0 2758996 22753.0 2759707 22921.0 2760419 23030.0 2761130 22805.0 2761841 22636.0 2762553 23190.0 2763264 22236.0 2763975 22667.0 2764687 21981.0 2765398 21769.0 2766110 22484.0 2766821 22360.0 2767532 21853.0 2768244 21742.0 2768955 21199.0 2769667 21978.0 2770378 20602.0 2771089 20748.0 2771801 20409.0 2772512 20710.0 2773223 20941.0 2773935 20911.0 2774646 20884.0 2775358 21130.0 2776069 20886.0 2776780 21817.0 2777492 23015.0 2778203 23270.0 2778914 23465.0 2779626 23904.0 2780337 25233.0 2781049 25999.0 2781760 26628.0 2782471 27040.0 2783183 27436.0 2783894 28629.0 2784606 28777.0 2785317 26902.0 2786028 25960.0 2786740 24800.0 2787451 23679.0 2788162 22900.0 2788874 23178.0 2789585 22512.0 2790297 22045.0 2791008 21984.0 2791719 22444.0 2792431 22063.0 2793142 20609.0 2793854 21477.0 2794565 22576.0 2795276 23060.0 2795988 22646.0 2796699 23046.0 2797410 23419.0 2798122 23065.0 2798833 22508.0 2799545 23291.0 2800256 23702.0 2800967 24093.0 2801679 23055.0 2802390 23319.0 2803101 22380.0 2803813 22541.0 2804524 23007.0 2805236 22199.0 2805947 22860.0 2806658 23188.0 2807370 23544.0 2808081 23277.0 2808793 22716.0 2809504 22616.0 2810215 21277.0 2810927 21460.0 2811638 21458.0 2812349 21551.0 2813061 23569.0 2813772 25637.0 2814484 28528.0 2815195 31444.0 2815906 32896.0 2816618 33217.0 2817329 30929.0 2818041 28520.0 2818752 25834.0 2819463 24757.0 2820175 24234.0 2820886 24372.0 2821597 24027.0 2822309 24844.0 2823020 23731.0 2823732 22730.0 2824443 21947.0 2825154 20827.0 2825866 21062.0 2826577 20837.0 2827288 21493.0 2828000 21424.0 2828711 21096.0 2829423 20442.0 2830134 22061.0 2830845 21881.0 2831557 22066.0 2832268 21786.0 2832980 21790.0 2833691 22892.0 2834402 22436.0 2835114 25367.0 2835825 26685.0 2836536 27482.0 2837248 29768.0 2837959 38573.0 2838671 67937.0 2839382 120766.0 2840093 178170.0 2840805 201505.0 2841516 172398.0 2842228 109050.0 2842939 61753.0 2843650 40625.0 2844362 30674.0 2845073 30562.0 2845784 29587.0 2846496 30817.0 2847207 31902.0 2847919 33906.0 2848630 33744.0 2849341 35187.0 2850053 36316.0 2850764 37374.0 2851475 40243.0 2852187 43174.0 2852898 43241.0 2853610 40033.0 2854321 32874.0 2855032 27402.0 2855744 25890.0 2856455 24988.0 2857167 23885.0 2857878 22993.0 2858589 23276.0 2859301 23166.0 2860012 23993.0 2860723 31195.0 2861435 49955.0 2862146 88764.0 2862858 134963.0 2863569 160453.0 2864280 138361.0 2864992 92579.0 2865703 55730.0 2866415 37359.0 2867126 29936.0 2867837 27869.0 2868549 27523.0 2869260 26629.0 2869971 25636.0 2870683 25422.0 2871394 24592.0 2872106 24980.0 2872817 24970.0 2873528 25438.0 2874240 25708.0 2874951 26692.0 2875662 25882.0 2876374 24913.0 2877085 23112.0 2877797 23342.0 2878508 24657.0 2879219 25736.0 2879931 26240.0 2880642 26298.0 2881354 25551.0 2882065 24238.0 2882776 24741.0 2883488 23907.0 2884199 22578.0 2884910 22673.0 2885622 22944.0 2886333 24494.0 2887045 25701.0 2887756 27338.0 2888467 27503.0 2889179 27271.0 2889890 31644.0 2890602 45897.0 2891313 68126.0 2892024 91204.0 2892736 95787.0 2893447 79762.0 2894158 59355.0 2894870 43348.0 2895581 34037.0 2896293 30303.0 2897004 27763.0 2897715 27217.0 2898427 26457.0 2899138 26663.0 2899849 25363.0 2900561 25352.0 2901272 23844.0 2901984 23963.0 2902695 23226.0 2903406 24730.0 2904118 27412.0 2904829 32513.0 2905541 39856.0 2906252 44926.0 2906963 43318.0 2907675 37718.0 2908386 30542.0 2909097 28949.0 2909809 26969.0 2910520 27661.0 2911232 26795.0 2911943 25255.0 2912654 24617.0 2913366 25315.0 2914077 25741.0 2914789 23807.0 2915500 23862.0 2916211 22958.0 2916923 22441.0 2917634 23372.0 2918345 22511.0 2919057 23728.0 2919768 22445.0 2920480 23261.0 2921191 23005.0 2921902 24182.0 2922614 29349.0 2923325 44555.0 2924036 72081.0 2924748 101598.0 2925459 111641.0 2926171 102336.0 2926882 75492.0 2927593 53439.0 2928305 42261.0 2929016 37640.0 2929728 35782.0 2930439 33719.0 2931150 30064.0 2931862 30455.0 2932573 29966.0 2933284 29556.0 2933996 29316.0 2934707 28418.0 2935419 29316.0 2936130 27962.0 2936841 26992.0 2937553 26782.0 2938264 25295.0 2938976 26079.0 2939687 25909.0 2940398 26220.0 2941110 25076.0 2941821 25074.0 2942532 24817.0 2943244 24029.0 2943955 24370.0 2944667 25511.0 2945378 26509.0 2946089 28182.0 2946801 32330.0 2947512 38403.0 2948223 52990.0 2948935 77488.0 2949646 106853.0 2950358 115931.0 2951069 101776.0 2951780 75391.0 2952492 59826.0 2953203 52351.0 2953915 46523.0 2954626 40277.0 2955337 36679.0 2956049 34000.0 2956760 30591.0 2957471 30554.0 2958183 27761.0 2958894 26958.0 2959606 26831.0 2960317 26250.0 2961028 26613.0 2961740 27067.0 2962451 26713.0 2963162 27022.0 2963874 25519.0 2964585 25209.0 2965297 24455.0 2966008 24467.0 2966719 24251.0 2967431 23086.0 2968142 23468.0 2968854 23948.0 2969565 23914.0 2970276 22599.0 2970988 24898.0 2971699 26099.0 2972410 26882.0 2973122 29031.0 2973833 28712.0 2974545 28265.0 2975256 26979.0 2975967 26539.0 2976679 26308.0 2977390 26003.0 2978102 25545.0 2978813 23772.0 2979524 23786.0 2980236 23724.0 2980947 22737.0 2981658 23658.0 2982370 23784.0 2983081 25096.0 2983793 24484.0 2984504 24843.0 2985215 24226.0 2985927 25068.0 2986638 24154.0 2987349 24168.0 2988061 24209.0 2988772 25326.0 2989484 23820.0 2990195 24044.0 2990906 24332.0 2991618 25461.0 2992329 26135.0 2993041 27201.0 2993752 28778.0 2994463 30452.0 2995175 31975.0 2995886 30655.0 2996597 30799.0 2997309 28551.0 2998020 29420.0 2998732 29203.0 2999443 29602.0 3000154 30054.0 3000866 29207.0 3001577 29026.0 3002289 28409.0 3003000 29087.0 3003711 27046.0 3004423 25524.0 3005134 24024.0 3005845 23690.0 3006557 24079.0 3007268 23496.0 3007980 23161.0 3008691 22997.0 3009402 23108.0 3010114 23192.0 3010825 24094.0 3011536 23011.0 3012248 24165.0 3012959 25665.0 3013671 25424.0 3014382 25373.0 3015093 24995.0 3015805 24345.0 3016516 23859.0 3017228 23560.0 3017939 23066.0 3018650 22074.0 3019362 23696.0 3020073 24490.0 3020784 24960.0 3021496 25947.0 3022207 28487.0 3022919 32951.0 3023630 35577.0 3024341 38041.0 3025053 34376.0 3025764 31342.0 3026476 29596.0 3027187 27145.0 3027898 25164.0 3028610 25942.0 3029321 24705.0 3030032 23916.0 3030744 23741.0 3031455 25929.0 3032167 28010.0 3032878 38282.0 3033589 57860.0 3034301 89883.0 3035012 125663.0 3035723 149036.0 3036435 140610.0 3037146 104585.0 3037858 69667.0 3038569 45993.0 3039280 35236.0 3039992 30363.0 3040703 28729.0 3041415 26789.0 3042126 26902.0 3042837 25921.0 3043549 25456.0 3044260 26237.0 3044971 26469.0 3045683 25789.0 3046394 27911.0 3047106 26869.0 3047817 26278.0 3048528 24100.0 3049240 24488.0 3049951 23618.0 3050663 26133.0 3051374 26733.0 3052085 28135.0 3052797 29334.0 3053508 32132.0 3054219 31380.0 3054931 29946.0 3055642 29533.0 3056354 28824.0 3057065 29498.0 3057776 31428.0 3058488 33560.0 3059199 35759.0 3059910 36855.0 3060622 39505.0 3061333 38705.0 3062045 35244.0 3062756 33905.0 3063467 30755.0 3064179 30513.0 3064890 29272.0 3065602 28676.0 3066313 27256.0 3067024 26649.0 3067736 25768.0 3068447 26058.0 3069158 25342.0 3069870 26820.0 3070581 26271.0 3071293 26975.0 3072004 29266.0 3072715 29311.0 3073427 33077.0 3074138 33655.0 3074850 32568.0 3075561 30414.0 3076272 29262.0 3076984 28761.0 3077695 28497.0 3078406 29685.0 3079118 29720.0 3079829 31340.0 3080541 32111.0 3081252 39737.0 3081963 53019.0 3082675 70953.0 3083386 82642.0 3084097 76929.0 3084809 60802.0 3085520 44801.0 3086232 34071.0 3086943 30109.0 3087654 28125.0 3088366 27406.0 3089077 26696.0 3089789 26267.0 3090500 27730.0 3091211 28142.0 3091923 28197.0 3092634 29088.0 3093345 29109.0 3094057 29139.0 3094768 28645.0 3095480 28846.0 3096191 27507.0 3096902 26613.0 3097614 25972.0 3098325 24129.0 3099037 23977.0 3099748 24249.0 3100459 24537.0 3101171 25463.0 3101882 28332.0 3102593 30724.0 3103305 30433.0 3104016 28728.0 3104728 27250.0 3105439 26135.0 3106150 25572.0 3106862 24811.0 3107573 25195.0 3108284 26499.0 3108996 27435.0 3109707 29399.0 3110419 28859.0 3111130 27033.0 3111841 27339.0 3112553 26094.0 3113264 25933.0 3113976 25255.0 3114687 25213.0 3115398 25518.0 3116110 27000.0 3116821 26675.0 3117532 25156.0 3118244 25576.0 3118955 24624.0 3119667 26525.0 3120378 25965.0 3121089 25291.0 3121801 25770.0 3122512 26235.0 3123224 27496.0 3123935 27937.0 3124646 29274.0 3125358 30381.0 3126069 30255.0 3126780 29261.0 3127492 28423.0 3128203 27668.0 3128915 26359.0 3129626 27014.0 3130337 24994.0 3131049 25542.0 3131760 25492.0 3132471 24945.0 3133183 25401.0 3133894 26368.0 3134606 27422.0 3135317 28444.0 3136028 31211.0 3136740 32712.0 3137451 34838.0 3138163 36049.0 3138874 36509.0 3139585 36424.0 3140297 35726.0 3141008 37096.0 3141719 38818.0 3142431 37237.0 3143142 37662.0 3143854 34627.0 3144565 32476.0 3145276 29251.0 3145988 28978.0 3146699 27103.0 3147411 26975.0 3148122 26420.0 3148833 26906.0 3149545 27336.0 3150256 26785.0 3150967 27126.0 3151679 27183.0 3152390 27144.0 3153102 27761.0 3153813 26760.0 3154524 26869.0 3155236 26718.0 3155947 26701.0 3156658 26229.0 3157370 26227.0 3158081 24377.0 3158793 25747.0 3159504 24666.0 3160215 23556.0 3160927 23567.0 3161638 24203.0 3162350 23559.0 3163061 22263.0 3163772 22774.0 3164484 22714.0 3165195 22843.0 3165906 22235.0 3166618 23126.0 3167329 23927.0 3168041 24278.0 3168752 24622.0 3169463 25131.0 3170175 25637.0 3170886 26852.0 3171597 26341.0 3172309 27174.0 3173020 31763.0 3173732 48016.0 3174443 101284.0 3175154 213560.0 3175866 384759.0 3176577 601715.0 3177289 816161.0 3178000 937952.0 3178711 724890.0 3179423 341613.0 3180134 120684.0 3180845 58217.0 3181557 41482.0 3182268 37147.0 3182980 33739.0 3183691 32481.0 3184402 31160.0 3185114 33164.0 3185825 32949.0 3186537 32744.0 3187248 32724.0 3187959 32847.0 3188671 31791.0 3189382 34326.0 3190093 33122.0 3190805 29214.0 3191516 29008.0 3192228 28055.0 3192939 29647.0 3193650 31200.0 3194362 32625.0 3195073 32731.0 3195784 30026.0 3196496 27760.0 3197207 26007.0 3197919 25320.0 3198630 25371.0 3199341 27309.0 3200053 33313.0 3200764 44382.0 3201476 64591.0 3202187 85340.0 3202898 97310.0 3203610 86823.0 3204321 67175.0 3205032 49794.0 3205744 40829.0 3206455 35017.0 3207167 32550.0 3207878 30261.0 3208589 28710.0 3209301 27094.0 3210012 27996.0 3210724 31377.0 3211435 44865.0 3212146 73146.0 3212858 115877.0 3213569 154705.0 3214280 154389.0 3214992 121467.0 3215703 86075.0 3216415 56638.0 3217126 39899.0 3217837 32924.0 3218549 28867.0 3219260 28916.0 3219971 27482.0 3220683 27155.0 3221394 26718.0 3222106 25626.0 3222817 25688.0 3223528 25220.0 3224240 24959.0 3224951 26000.0 3225663 26368.0 3226374 28382.0 3227085 28645.0 3227797 27756.0 3228508 25889.0 3229219 26410.0 3229931 25584.0 3230642 26294.0 3231354 26510.0 3232065 27210.0 3232776 26788.0 3233488 25735.0 3234199 27213.0 3234911 26745.0 3235622 26109.0 3236333 25117.0 3237045 25276.0 3237756 26045.0 3238467 26291.0 3239179 29935.0 3239890 32002.0 3240602 32110.0 3241313 31649.0 3242024 28387.0 3242736 26260.0 3243447 25870.0 3244158 24728.0 3244870 23684.0 3245581 23585.0 3246293 24133.0 3247004 24591.0 3247715 23790.0 3248427 25717.0 3249138 27432.0 3249850 28631.0 3250561 28312.0 3251272 26341.0 3251984 25527.0 3252695 24934.0 3253406 24690.0 3254118 25245.0 3254829 26220.0 3255541 24759.0 3256252 26224.0 3256963 25554.0 3257675 25276.0 3258386 25215.0 3259098 24557.0 3259809 24697.0 3260520 24016.0 3261232 23712.0 3261943 23557.0 3262654 23388.0 3263366 25239.0 3264077 23590.0 3264789 25916.0 3265500 26705.0 3266211 28778.0 3266923 30329.0 3267634 29505.0 3268345 28164.0 3269057 27136.0 3269768 25137.0 3270480 23321.0 3271191 23166.0 3271902 23285.0 3272614 24197.0 3273325 26885.0 3274037 27522.0 3274748 27937.0 3275459 29046.0 3276171 29054.0 3276882 28395.0 3277593 26201.0 3278305 25599.0 3279016 25374.0 3279728 24884.0 3280439 25062.0 3281150 24727.0 3281862 25448.0 3282573 24921.0 3283285 24126.0 3283996 23384.0 3284707 23190.0 3285419 24396.0 3286130 24854.0 3286841 25192.0 3287553 23867.0 3288264 25049.0 3288976 25229.0 3289687 25444.0 3290398 26250.0 3291110 28378.0 3291821 31921.0 3292532 30777.0 3293244 29647.0 3293955 26589.0 3294667 25529.0 3295378 24259.0 3296089 24567.0 3296801 24112.0 3297512 26259.0 3298224 26057.0 3298935 27532.0 3299646 26847.0 3300358 26265.0 3301069 24771.0 3301780 22848.0 3302492 23400.0 3303203 23713.0 3303915 23556.0 3304626 23619.0 3305337 26136.0 3306049 26362.0 3306760 26570.0 3307472 25413.0 3308183 25933.0 3308894 26828.0 3309606 28732.0 3310317 31618.0 3311028 31207.0 3311740 28913.0 3312451 28130.0 3313163 25482.0 3313874 25095.0 3314585 24119.0 3315297 23605.0 3316008 23643.0 3316719 23539.0 3317431 22981.0 3318142 23139.0 3318854 22225.0 3319565 22116.0 3320276 22194.0 3320988 22815.0 3321699 23698.0 3322411 24851.0 3323122 25968.0 3323833 27243.0 3324545 27718.0 3325256 26907.0 3325967 25768.0 3326679 25743.0 3327390 29040.0 3328102 37378.0 3328813 56079.0 3329524 82907.0 3330236 106080.0 3330947 100947.0 3331659 78212.0 3332370 51971.0 3333081 36366.0 3333793 30867.0 3334504 27812.0 3335215 26790.0 3335927 25313.0 3336638 25059.0 3337350 24640.0 3338061 23660.0 3338772 22506.0 3339484 23856.0 3340195 24408.0 3340906 23622.0 3341618 23847.0 3342329 23946.0 3343041 23372.0 3343752 22620.0 3344463 22936.0 3345175 23701.0 3345886 24102.0 3346598 24143.0 3347309 23400.0 3348020 22922.0 3348732 21841.0 3349443 21425.0 3350154 22136.0 3350866 22099.0 3351577 22249.0 3352289 22547.0 3353000 21911.0 3353711 22271.0 3354423 22613.0 3355134 25217.0 3355846 25816.0 3356557 26020.0 3357268 25285.0 3357980 24212.0 3358691 23779.0 3359402 23634.0 3360114 22612.0 3360825 23587.0 3361537 22643.0 3362248 21664.0 3362959 23601.0 3363671 24232.0 3364382 24266.0 3365093 24012.0 3365805 24411.0 3366516 23659.0 3367228 24701.0 3367939 24569.0 3368650 24383.0 3369362 25210.0 3370073 24779.0 3370785 26313.0 3371496 25640.0 3372207 25083.0 3372919 25682.0 3373630 25531.0 3374341 25847.0 3375053 24792.0 3375764 25406.0 3376476 24960.0 3377187 24032.0 3377898 23947.0 3378610 23232.0 3379321 23140.0 3380032 23731.0 3380744 22785.0 3381455 24291.0 3382167 24384.0 3382878 23921.0 3383589 25048.0 3384301 25467.0 3385012 24709.0 3385724 24831.0 3386435 25562.0 3387146 25906.0 3387858 26458.0 3388569 28452.0 3389280 27911.0 3389992 27257.0 3390703 26874.0 3391415 26061.0 3392126 26317.0 3392837 26813.0 3393549 28734.0 3394260 30142.0 3394972 30039.0 3395683 29733.0 3396394 29386.0 3397106 27288.0 3397817 28315.0 3398528 26539.0 3399240 26530.0 3399951 25719.0 3400663 25460.0 3401374 26393.0 3402085 26080.0 3402797 26064.0 3403508 27896.0 3404219 28129.0 3404931 27756.0 3405642 29098.0 3406354 26849.0 3407065 26343.0 3407776 27616.0 3408488 26474.0 3409199 26101.0 3409911 28447.0 3410622 37924.0 3411333 61762.0 3412045 95846.0 3412756 137988.0 3413467 151694.0 3414179 135845.0 3414890 91736.0 3415602 56741.0 3416313 38810.0 3417024 32719.0 3417736 29818.0 3418447 28213.0 3419159 28876.0 3419870 29339.0 3420581 28333.0 3421293 28742.0 3422004 28203.0 3422715 27108.0 3423427 26329.0 3424138 27539.0 3424850 26184.0 3425561 27394.0 3426272 29490.0 3426984 28459.0 3427695 29744.0 3428406 30353.0 3429118 32110.0 3429829 41490.0 3430541 61345.0 3431252 97194.0 3431963 138717.0 3432675 161149.0 3433386 154767.0 3434098 125336.0 3434809 90742.0 3435520 68590.0 3436232 52529.0 3436943 44557.0 3437654 41861.0 3438366 39190.0 3439077 37332.0 3439789 35649.0 3440500 32327.0 3441211 31945.0 3441923 30592.0 3442634 28835.0 3443346 29030.0 3444057 27491.0 3444768 26591.0 3445480 27044.0 3446191 26559.0 3446902 25823.0 3447614 26621.0 3448325 25838.0 3449037 25614.0 3449748 25935.0 3450459 25902.0 3451171 25880.0 3451882 25119.0 3452593 24994.0 3453305 25666.0 3454016 25696.0 3454728 26713.0 3455439 27326.0 3456150 26660.0 3456862 26630.0 3457573 27208.0 3458285 25752.0 3458996 25980.0 3459707 25029.0 3460419 25438.0 3461130 24174.0 3461841 25199.0 3462553 26371.0 3463264 26348.0 3463976 26310.0 3464687 26834.0 3465398 26557.0 3466110 28323.0 3466821 40023.0 3467533 74539.0 3468244 152003.0 3468955 269589.0 3469667 392019.0 3470378 428341.0 3471089 353936.0 3471801 196516.0 3472512 94122.0 3473224 52665.0 3473935 40037.0 3474646 34818.0 3475358 32406.0 3476069 32566.0 3476780 32785.0 3477492 32231.0 3478203 31288.0 3478915 30205.0 3479626 28944.0 3480337 28869.0 3481049 30019.0 3481760 32672.0 3482472 38754.0 3483183 43548.0 3483894 44926.0 3484606 41899.0 3485317 38651.0 3486028 33907.0 3486740 31427.0 3487451 29661.0 3488163 28116.0 3488874 28000.0 3489585 26672.0 3490297 25984.0 3491008 26072.0 3491720 27002.0 3492431 25131.0 3493142 25883.0 3493854 25350.0 3494565 25095.0 3495276 25191.0 3495988 24643.0 3496699 23370.0 3497411 24964.0 3498122 24549.0 3498833 25255.0 3499545 25598.0 3500256 27820.0 3500967 27964.0 3501679 27905.0 3502390 28682.0 3503102 27476.0 3503813 26227.0 3504524 25509.0 3505236 24674.0 3505947 23357.0 3506659 23997.0 3507370 23707.0 3508081 24377.0 3508793 24515.0 3509504 25784.0 3510215 26314.0 3510927 27088.0 3511638 27465.0 3512350 25446.0 3513061 28306.0 3513772 27171.0 3514484 28155.0 3515195 28209.0 3515907 27523.0 3516618 25711.0 3517329 25007.0 3518041 24951.0 3518752 25353.0 3519463 24349.0 3520175 24628.0 3520886 24791.0 3521598 24044.0 3522309 23929.0 3523020 24475.0 3523732 24196.0 3524443 24265.0 3525154 24668.0 3525866 25422.0 3526577 29659.0 3527289 40064.0 3528000 65096.0 3528711 110275.0 3529423 151466.0 3530134 165265.0 3530846 137581.0 3531557 92834.0 3532268 60561.0 3532980 45060.0 3533691 37688.0 3534402 33711.0 3535114 31756.0 3535825 29965.0 3536537 29676.0 3537248 28208.0 3537959 27958.0 3538671 27649.0 3539382 26934.0 3540094 26833.0 3540805 26663.0 3541516 28592.0 3542228 31349.0 3542939 35157.0 3543650 39526.0 3544362 41340.0 3545073 40396.0 3545785 38046.0 3546496 35950.0 3547207 34183.0 3547919 32098.0 3548630 32364.0 3549341 29694.0 3550053 28093.0 3550764 27139.0 3551476 26433.0 3552187 26748.0 3552898 26920.0 3553610 26462.0 3554321 27063.0 3555033 26853.0 3555744 26867.0 3556455 27184.0 3557167 27665.0 3557878 26996.0 3558589 27696.0 3559301 28130.0 3560012 26808.0 3560724 25915.0 3561435 25109.0 3562146 24767.0 3562858 24057.0 3563569 24334.0 3564281 24517.0 3564992 24336.0 3565703 24749.0 3566415 23759.0 3567126 24616.0 3567837 24482.0 3568549 25365.0 3569260 24707.0 3569972 24240.0 3570683 25066.0 3571394 24887.0 3572106 25544.0 3572817 25792.0 3573528 24949.0 3574240 25787.0 3574951 25416.0 3575663 26147.0 3576374 26134.0 3577085 25604.0 3577797 25529.0 3578508 24722.0 3579220 23391.0 3579931 23542.0 3580642 22732.0 3581354 23408.0 3582065 24044.0 3582776 23325.0 3583488 23516.0 3584199 22933.0 3584911 24166.0 3585622 23306.0 3586333 22600.0 3587045 24059.0 3587756 23807.0 3588467 23946.0 3589179 24859.0 3589890 26182.0 3590602 25937.0 3591313 25430.0 3592024 24225.0 3592736 24583.0 3593447 23823.0 3594159 23843.0 3594870 23289.0 3595581 23836.0 3596293 24116.0 3597004 23706.0 3597715 24942.0 3598427 25997.0 3599138 26178.0 3599850 25025.0 3600561 24601.0 3601272 23671.0 3601984 23542.0 3602695 22851.0 3603407 23517.0 3604118 23653.0 3604829 23712.0 3605541 23771.0 3606252 23423.0 3606963 23750.0 3607675 23842.0 3608386 23129.0 3609098 23266.0 3609809 23738.0 3610520 22875.0 3611232 23060.0 3611943 23310.0 3612654 22782.0 3613366 24583.0 3614077 24436.0 3614789 23885.0 3615500 24045.0 3616211 23423.0 3616923 25170.0 3617634 25331.0 3618346 24610.0 3619057 25520.0 3619768 24525.0 3620480 24457.0 3621191 26170.0 3621902 30728.0 3622614 41017.0 3623325 55991.0 3624037 70159.0 3624748 77597.0 3625459 73512.0 3626171 59248.0 3626882 45849.0 3627594 37421.0 3628305 31777.0 3629016 29731.0 3629728 28625.0 3630439 29327.0 3631150 30289.0 3631862 30328.0 3632573 29509.0 3633285 27716.0 3633996 26246.0 3634707 25749.0 3635419 26312.0 3636130 27184.0 3636841 26394.0 3637553 26674.0 3638264 27136.0 3638976 27112.0 3639687 29431.0 3640398 31914.0 3641110 33051.0 3641821 32170.0 3642533 28178.0 3643244 25634.0 3643955 23934.0 3644667 24539.0 3645378 25300.0 3646089 24928.0 3646801 25519.0 3647512 25761.0 3648224 26637.0 3648935 28304.0 3649646 29928.0 3650358 34704.0 3651069 38824.0 3651781 40949.0 3652492 39681.0 3653203 39261.0 3653915 39094.0 3654626 37587.0 3655337 42017.0 3656049 40934.0 3656760 39427.0 3657472 35619.0 3658183 32035.0 3658894 30319.0 3659606 27766.0 3660317 27950.0 3661028 30309.0 3661740 31894.0 3662451 33162.0 3663163 32345.0 3663874 30191.0 3664585 28192.0 3665297 26803.0 3666008 26300.0 3666720 27872.0 3667431 31051.0 3668142 38099.0 3668854 50448.0 3669565 74757.0 3670276 106637.0 3670988 127150.0 3671699 121868.0 3672411 95253.0 3673122 65028.0 3673833 45372.0 3674545 36946.0 3675256 33202.0 3675968 30779.0 3676679 29527.0 3677390 29463.0 3678102 28191.0 3678813 27610.0 3679524 27609.0 3680236 26950.0 3680947 26515.0 3681659 27260.0 3682370 26380.0 3683081 26001.0 3683793 27421.0 3684504 26514.0 3685215 27776.0 3685927 27623.0 3686638 26829.0 3687350 28327.0 3688061 28391.0 3688772 28051.0 3689484 28021.0 3690195 26743.0 3690907 26487.0 3691618 26799.0 3692329 26966.0 3693041 24992.0 3693752 25541.0 3694463 25090.0 3695175 25366.0 3695886 25047.0 3696598 25640.0 3697309 25188.0 3698020 25581.0 3698732 25181.0 3699443 25050.0 3700155 24462.0 3700866 23894.0 3701577 24534.0 3702289 25132.0 3703000 25284.0 3703711 25673.0 3704423 24464.0 3705134 25282.0 3705846 25159.0 3706557 24233.0 3707268 25008.0 3707980 24714.0 3708691 24547.0 3709402 24979.0 3710114 25352.0 3710825 25001.0 3711537 26043.0 3712248 24936.0 3712959 24668.0 3713671 23769.0 3714382 23747.0 3715094 24196.0 3715805 24996.0 3716516 24427.0 3717228 24417.0 3717939 24642.0 3718650 26729.0 3719362 30153.0 3720073 39558.0 3720785 55845.0 3721496 74396.0 3722207 91814.0 3722919 93017.0 3723630 88099.0 3724342 73052.0 3725053 60735.0 3725764 51282.0 3726476 46823.0 3727187 44343.0 3727898 41581.0 3728610 38635.0 3729321 38634.0 3730033 36521.0 3730744 35574.0 3731455 35425.0 3732167 33169.0 3732878 31505.0 3733589 32206.0 3734301 30994.0 3735012 30479.0 3735724 30505.0 3736435 29932.0 3737146 28203.0 3737858 29505.0 3738569 29354.0 3739281 27853.0 3739992 28120.0 3740703 28796.0 3741415 29174.0 3742126 28832.0 3742837 29385.0 3743549 28631.0 3744260 29375.0 3744972 29016.0 3745683 29772.0 3746394 29514.0 3747106 29027.0 3747817 28552.0 3748529 28491.0 3749240 29134.0 3749951 28988.0 3750663 29384.0 3751374 29150.0 3752085 29634.0 3752797 31274.0 3753508 31146.0 3754220 31277.0 3754931 31315.0 3755642 31183.0 3756354 30635.0 3757065 33245.0 3757776 39887.0 3758488 57706.0 3759199 87511.0 3759911 129132.0 3760622 153548.0 3761333 149036.0 3762045 122609.0 3762756 100097.0 3763468 85495.0 3764179 69638.0 3764890 57984.0 3765602 47867.0 3766313 39814.0 3767024 36652.0 3767736 34150.0 3768447 33083.0 3769159 31298.0 3769870 30576.0 3770581 29613.0 3771293 29713.0 3772004 28820.0 3772716 29313.0 3773427 29232.0 3774138 28345.0 3774850 28458.0 3775561 27647.0 3776272 28475.0 3776984 27627.0 3777695 27422.0 3778407 26985.0 3779118 28723.0 3779829 30083.0 3780541 31351.0 3781252 34002.0 3781963 34557.0 3782675 33307.0 3783386 30209.0 3784098 28791.0 3784809 27977.0 3785520 26754.0 3786232 26143.0 3786943 25417.0 3787655 27101.0 3788366 26639.0 3789077 25810.0 3789789 25745.0 3790500 25545.0 3791211 25783.0 3791923 25955.0 3792634 26636.0 3793346 26238.0 3794057 26981.0 3794768 27717.0 3795480 27821.0 3796191 28339.0 3796902 29035.0 3797614 27685.0 3798325 28542.0 3799037 29118.0 3799748 28714.0 3800459 29875.0 3801171 29267.0 3801882 30855.0 3802594 30877.0 3803305 29257.0 3804016 28052.0 3804728 26300.0 3805439 26455.0 3806150 26432.0 3806862 26415.0 3807573 26026.0 3808285 25152.0 3808996 25550.0 3809707 25810.0 3810419 24711.0 3811130 25498.0 3811842 24875.0 3812553 24952.0 3813264 24852.0 3813976 24065.0 3814687 24029.0 3815398 24275.0 3816110 24616.0 3816821 24190.0 3817533 25416.0 3818244 24336.0 3818955 24497.0 3819667 24780.0 3820378 24845.0 3821089 25809.0 3821801 24124.0 3822512 24737.0 3823224 24662.0 3823935 25828.0 3824646 27031.0 3825358 33052.0 3826069 36163.0 3826781 38619.0 3827492 38336.0 3828203 32977.0 3828915 29972.0 3829626 27008.0 3830337 26602.0 3831049 25564.0 3831760 25797.0 3832472 27309.0 3833183 27511.0 3833894 27991.0 3834606 27120.0 3835317 26995.0 3836029 26544.0 3836740 27866.0 3837451 27587.0 3838163 27921.0 3838874 27955.0 3839585 27315.0 3840297 26791.0 3841008 27470.0 3841720 26597.0 3842431 26096.0 3843142 26236.0 3843854 27056.0 3844565 25353.0 3845276 25328.0 3845988 25082.0 3846699 25242.0 3847411 23758.0 3848122 24294.0 3848833 25191.0 3849545 25603.0 3850256 25578.0 3850968 26821.0 3851679 26233.0 3852390 24995.0 3853102 24691.0 3853813 23987.0 3854524 25266.0 3855236 26415.0 3855947 27395.0 3856659 28294.0 3857370 28367.0 3858081 26786.0 3858793 25545.0 3859504 24991.0 3860216 25393.0 3860927 24482.0 3861638 25611.0 3862350 24625.0 3863061 25446.0 3863772 27474.0 3864484 32491.0 3865195 34881.0 3865907 36925.0 3866618 35178.0 3867329 32896.0 3868041 30446.0 3868752 27260.0 3869463 25659.0 3870175 24647.0 3870886 24718.0 3871598 25881.0 3872309 25212.0 3873020 24681.0 3873732 25282.0 3874443 24944.0 3875155 25105.0 3875866 24516.0 3876577 24009.0 3877289 23595.0 3878000 24878.0 3878711 23149.0 3879423 23828.0 3880134 23339.0 3880846 23918.0 3881557 24813.0 3882268 21967.0 3882980 23587.0 3883691 23678.0 3884403 23673.0 3885114 23253.0 3885825 23986.0 3886537 24669.0 3887248 23191.0 3887959 23729.0 3888671 23344.0 3889382 24000.0 3890094 23205.0 3890805 23495.0 3891516 23826.0 3892228 23579.0 3892939 23383.0 3893650 23785.0 3894362 24698.0 3895073 24554.0 3895785 23509.0 3896496 24918.0 3897207 25211.0 3897919 25203.0 3898630 25718.0 3899342 25583.0 3900053 26069.0 3900764 25527.0 3901476 25445.0 3902187 24150.0 3902898 24061.0 3903610 24176.0 3904321 22792.0 3905033 24611.0 3905744 23786.0 3906455 24064.0 3907167 23831.0 3907878 23403.0 3908590 22959.0 3909301 23722.0 3910012 22944.0 3910724 23049.0 3911435 24229.0 3912146 23971.0 3912858 23992.0 3913569 23835.0 3914281 24976.0 3914992 26027.0 3915703 25429.0 3916415 27536.0 3917126 27765.0 3917837 29268.0 3918549 29799.0 3919260 28845.0 3919972 27297.0 3920683 27373.0 3921394 26401.0 3922106 25692.0 3922817 24809.0 3923529 24895.0 3924240 23631.0 3924951 24243.0 3925663 23029.0 3926374 23521.0 3927085 24003.0 3927797 24957.0 3928508 24549.0 3929220 24427.0 3929931 23399.0 3930642 23011.0 3931354 23001.0 3932065 23320.0 3932777 23779.0 3933488 23265.0 3934199 23645.0 3934911 23848.0 3935622 23857.0 3936333 23346.0 3937045 23930.0 3937756 23376.0 3938468 22697.0 3939179 23814.0 3939890 23957.0 3940602 25242.0 3941313 24507.0 3942024 23348.0 3942736 24114.0 3943447 24313.0 3944159 25561.0 3944870 26013.0 3945581 27772.0 3946293 27593.0 3947004 28559.0 3947716 27963.0 3948427 26860.0 3949138 25457.0 3949850 24865.0 3950561 25495.0 3951272 24911.0 3951984 23706.0 3952695 24204.0 3953407 23912.0 3954118 23161.0 3954829 23923.0 3955541 24493.0 3956252 24246.0 3956964 23389.0 3957675 22337.0 3958386 23457.0 3959098 24313.0 3959809 23612.0 3960520 23508.0 3961232 23405.0 3961943 23652.0 3962655 23159.0 3963366 23451.0 3964077 23208.0 3964789 23781.0 3965500 24547.0 3966211 24766.0 3966923 24463.0 3967634 23577.0 3968346 24504.0 3969057 23463.0 3969768 23626.0 3970480 23170.0 3971191 23102.0 3971903 24118.0 3972614 24519.0 3973325 23883.0 3974037 23487.0 3974748 23515.0 3975459 24170.0 3976171 23935.0 3976882 24213.0 3977594 24789.0 3978305 24564.0 3979016 24909.0 3979728 23613.0 3980439 24075.0 3981151 23462.0 3981862 23760.0 3982573 24975.0 3983285 24454.0 3983996 24638.0 3984707 23807.0 3985419 24099.0 3986130 24575.0 3986842 23995.0 3987553 24032.0 3988264 24078.0 3988976 23862.0 3989687 24651.0 3990398 24557.0 3991110 24176.0 3991821 23806.0 3992533 23272.0 3993244 23115.0 3993955 23442.0 3994667 23685.0 3995378 24064.0 3996090 25225.0 3996801 25236.0 3997512 25802.0 3998224 25361.0 3998935 24974.0 3999646 25403.0 4000358 25239.0 4001069 24844.0 4001781 23933.0 4002492 24257.0 4003203 23964.0 4003915 24763.0 4004626 24449.0 4005337 24754.0 4006049 25986.0 4006760 27436.0 4007472 26978.0 4008183 26623.0 4008894 25604.0 4009606 24288.0 4010317 24218.0 4011029 24100.0 4011740 25429.0 4012451 25810.0 4013163 27649.0 4013874 30479.0 4014585 33610.0 4015297 35549.0 4016008 36987.0 4016720 36458.0 4017431 32976.0 4018142 31989.0 4018854 30978.0 4019565 30476.0 4020277 29149.0 4020988 28699.0 4021699 26994.0 4022411 27154.0 4023122 25237.0 4023833 25008.0 4024545 25019.0 4025256 24389.0 4025968 25459.0 4026679 25137.0 4027390 24586.0 4028102 25563.0 4028813 24163.0 4029524 25264.0 4030236 25257.0 4030947 24724.0 4031659 26465.0 4032370 25433.0 4033081 24982.0 4033793 24449.0 4034504 24869.0 4035216 24660.0 4035927 24034.0 4036638 25960.0 4037350 25441.0 4038061 25902.0 4038772 25659.0 4039484 25091.0 4040195 25450.0 4040907 24655.0 4041618 25500.0 4042329 24520.0 4043041 24484.0 4043752 25598.0 4044464 25802.0 4045175 25276.0 4045886 24813.0 4046598 24279.0 4047309 25072.0 4048020 25448.0 4048732 25110.0 4049443 24312.0 4050155 24333.0 4050866 23632.0 4051577 25041.0 4052289 23968.0 4053000 23899.0 4053711 24728.0 4054423 23222.0 4055134 23794.0 4055846 24335.0 4056557 24310.0 4057268 24206.0 4057980 24402.0 4058691 26000.0 4059403 26013.0 4060114 26939.0 4060825 28611.0 4061537 30152.0 4062248 33664.0 4062959 37218.0 4063671 40283.0 4064382 40900.0 4065094 38645.0 4065805 36162.0 4066516 33422.0 4067228 30052.0 4067939 28727.0 4068651 28932.0 4069362 28078.0 4070073 27539.0 4070785 27896.0 4071496 27180.0 4072207 25610.0 4072919 26050.0 4073630 25668.0 4074342 25923.0 4075053 25996.0 4075764 24566.0 4076476 25194.0 4077187 24513.0 4077898 24718.0 4078610 25491.0 4079321 25768.0 4080033 25544.0 4080744 25592.0 4081455 25563.0 4082167 25032.0 4082878 25718.0 4083590 24851.0 4084301 24763.0 4085012 25737.0 4085724 25792.0 4086435 25647.0 4087146 24364.0 4087858 24133.0 4088569 24658.0 4089281 24254.0 4089992 24560.0 4090703 25715.0 4091415 26263.0 4092126 26174.0 4092838 26246.0 4093549 26123.0 4094260 24459.0 4094972 24797.0 4095683 24790.0 4096394 24749.0 4097106 24484.0 4097817 24249.0 4098529 24283.0 4099240 24081.0 4099951 24515.0 4100663 23728.0 4101374 24690.0 4102085 24326.0 4102797 23051.0 4103508 23520.0 4104220 23275.0 4104931 24473.0 4105642 23803.0 4106354 24597.0 4107065 24705.0 4107777 24080.0 4108488 23961.0 4109199 23563.0 4109911 23483.0 4110622 24152.0 4111333 24329.0 4112045 24738.0 4112756 25573.0 4113468 25791.0 4114179 26074.0 4114890 24804.0 4115602 24464.0 4116313 24278.0 4117025 23837.0 4117736 23966.0 4118447 24345.0 4119159 24593.0 4119870 24898.0 4120581 25554.0 4121293 26299.0 4122004 25202.0 4122716 24933.0 4123427 25182.0 4124138 25221.0 4124850 24684.0 4125561 24089.0 4126272 24715.0 4126984 23839.0 4127695 24256.0 4128407 24373.0 4129118 23806.0 4129829 24465.0 4130541 24017.0 4131252 24905.0 4131964 24501.0 4132675 23605.0 4133386 24171.0 4134098 23365.0 4134809 23976.0 4135520 23190.0 4136232 24407.0 4136943 24332.0 4137655 23251.0 4138366 23278.0 4139077 23489.0 4139789 24343.0 4140500 24714.0 4141212 25025.0 4141923 25590.0 4142634 26425.0 4143346 26507.0 4144057 28236.0 4144768 26510.0 4145480 24987.0 4146191 24233.0 4146903 24334.0 4147614 24222.0 4148325 24326.0 4149037 23722.0 4149748 23716.0 4150459 23515.0 4151171 24243.0 4151882 24038.0 4152594 23929.0 4153305 24190.0 4154016 23850.0 4154728 24886.0 4155439 23520.0 4156151 22994.0 4156862 24257.0 4157573 24381.0 4158285 24190.0 4158996 24062.0 4159707 24153.0 4160419 24678.0 4161130 24589.0 4161842 24275.0 4162553 26075.0 4163264 27501.0 4163976 30954.0 4164687 38183.0 4165399 41587.0 4166110 40204.0 4166821 37271.0 4167533 33569.0 4168244 31014.0 4168955 28037.0 4169667 27255.0 4170378 26698.0 4171090 25488.0 4171801 25491.0 4172512 24491.0 4173224 24706.0 4173935 24382.0 4174646 24255.0 4175358 23529.0 4176069 24714.0 4176781 24161.0 4177492 24080.0 4178203 25381.0 4178915 23949.0 4179626 23861.0 4180338 24458.0 4181049 25064.0 4181760 23834.0 4182472 23957.0 4183183 24182.0 4183894 24122.0 4184606 23708.0 4185317 22808.0 4186029 24122.0 4186740 23923.0 4187451 24238.0 4188163 23705.0 4188874 23717.0 4189586 24550.0 4190297 23947.0 4191008 24284.0 4191720 24104.0 4192431 23999.0 4193142 23328.0 4193854 24492.0 4194565 24373.0 4195277 25221.0 4195988 24305.0 4196699 24448.0 4197411 24649.0 4198122 24567.0 4198833 24372.0 4199545 24208.0 4200256 24409.0 4200968 23726.0 4201679 24351.0 4202390 24234.0 4203102 24848.0 4203813 24514.0 4204525 23794.0 4205236 23997.0 4205947 23349.0 4206659 24457.0 4207370 24658.0 4208081 24459.0 4208793 24124.0 4209504 24598.0 4210216 23924.0 4210927 25286.0 4211638 24105.0 4212350 24644.0 4213061 25149.0 4213772 25661.0 4214484 25180.0 4215195 25917.0 4215907 26467.0 4216618 25339.0 4217329 24652.0 4218041 24694.0 4218752 24279.0 4219464 25532.0 4220175 24862.0 4220886 26405.0 4221598 24813.0 4222309 25640.0 4223020 25264.0 4223732 25537.0 4224443 25420.0 4225155 25674.0 4225866 24213.0 4226577 24509.0 4227289 24709.0 4228000 24556.0 4228712 24595.0 4229423 24196.0 4230134 25313.0 4230846 25121.0 4231557 24742.0 4232268 24773.0 4232980 24155.0 4233691 25184.0 4234403 24004.0 4235114 24338.0 4235825 25556.0 4236537 24240.0 4237248 26294.0 4237959 25560.0 4238671 25019.0 4239382 25502.0 4240094 25067.0 4240805 27276.0 4241516 29466.0 4242228 32580.0 4242939 43420.0 4243651 57063.0 4244362 70308.0 4245073 74630.0 4245785 76478.0 4246496 67877.0 4247207 61194.0 4247919 54439.0 4248630 48882.0 4249342 45037.0 4250053 44502.0 4250764 41269.0 4251476 39937.0 4252187 39048.0 4252899 39136.0 4253610 39347.0 4254321 38455.0 4255033 40004.0 4255744 40772.0 4256455 42286.0 4257167 44331.0 4257878 44635.0 4258590 46284.0 4259301 48654.0 4260012 50984.0 4260724 53971.0 4261435 54862.0 4262146 58659.0 4262858 64823.0 4263569 67800.0 4264281 70828.0 4264992 74962.0 4265703 74704.0 4266415 71765.0 4267126 64837.0 4267838 57454.0 4268549 49103.0 4269260 43424.0 4269972 39086.0 4270683 37222.0 4271394 36437.0 4272106 34768.0 4272817 33488.0 4273529 32364.0 4274240 33765.0 4274951 32236.0 4275663 31377.0 4276374 30891.0 4277086 31462.0 4277797 29640.0 4278508 29573.0 4279220 29719.0 4279931 29918.0 4280642 30733.0 4281354 30039.0 4282065 29056.0 4282777 29015.0 4283488 28757.0 4284199 27849.0 4284911 29177.0 4285622 29312.0 4286333 28474.0 4287045 28387.0 4287756 28539.0 4288468 27768.0 4289179 27751.0 4289890 28559.0 4290602 30087.0 4291313 29103.0 4292025 29988.0 4292736 29507.0 4293447 29995.0 4294159 29621.0 4294870 28160.0 4295581 27577.0 4296293 27250.0 4297004 27054.0 4297716 27190.0 4298427 26757.0 4299138 27315.0 4299850 26520.0 4300561 26842.0 4301273 27218.0 4301984 26481.0 4302695 27237.0 4303407 26071.0 4304118 27250.0 4304829 27254.0 4305541 26282.0 4306252 26719.0 4306964 26741.0 4307675 26540.0 4308386 26158.0 4309098 26839.0 4309809 26393.0 4310520 25486.0 4311232 26660.0 4311943 26602.0 4312655 26819.0 4313366 25974.0 4314077 27016.0 4314789 25911.0 4315500 25649.0 4316212 25760.0 4316923 26958.0 4317634 26151.0 4318346 26486.0 4319057 27131.0 4319768 26724.0 4320480 27030.0 4321191 26653.0 4321903 26000.0 4322614 26840.0 4323325 25968.0 4324037 26425.0 4324748 25538.0 4325460 25546.0 4326171 26144.0 4326882 26990.0 4327594 25986.0 4328305 26447.0 4329016 26050.0 4329728 27425.0 4330439 26274.0 4331151 26420.0 4331862 27303.0 4332573 27155.0 4333285 26436.0 4333996 26671.0 4334707 27203.0 4335419 27739.0 4336130 26263.0 4336842 26403.0 4337553 26679.0 4338264 26522.0 4338976 26011.0 4339687 26783.0 4340399 26840.0 4341110 26425.0 4341821 26443.0 4342533 26965.0 4343244 27089.0 4343955 27044.0 4344667 27811.0 4345378 26369.0 4346090 26888.0 4346801 26748.0 4347512 26646.0 4348224 26511.0 4348935 26524.0 4349647 27775.0 4350358 26040.0 4351069 25643.0 4351781 27207.0 4352492 26809.0 4353203 26653.0 4353915 26714.0 4354626 27264.0 4355338 26766.0 4356049 27926.0 4356760 27245.0 4357472 27057.0 4358183 26834.0 4358894 25710.0 4359606 27780.0 4360317 26286.0 4361029 27109.0 4361740 26596.0 4362451 26177.0 4363163 27280.0 4363874 27835.0 4364586 26735.0 4365297 26749.0 4366008 27158.0 4366720 26998.0 4367431 27742.0 4368142 25629.0 4368854 27186.0 4369565 27588.0 4370277 27576.0 4370988 26685.0 4371699 27269.0 4372411 28481.0 4373122 28123.0 4373834 28105.0 4374545 26222.0 4375256 27598.0 4375968 27317.0 4376679 27967.0 4377390 27499.0 4378102 27532.0 4378813 26911.0 4379525 27170.0 4380236 27546.0 4380947 26740.0 4381659 26228.0 4382370 26397.0 4383081 27378.0 4383793 27193.0 4384504 27446.0 4385216 27774.0 4385927 28208.0 4386638 27207.0 4387350 26887.0 4388061 26249.0 4388773 26313.0 4389484 25924.0 4390195 26937.0 4390907 26458.0 4391618 26999.0 4392329 26752.0 4393041 26754.0 4393752 26091.0 4394464 27467.0 4395175 25861.0 4395886 26345.0 4396598 27916.0 4397309 26751.0 4398021 25904.0 4398732 27047.0 4399443 26799.0 4400155 27086.0 4400866 26420.0 4401577 26383.0 4402289 26565.0 4403000 26133.0 4403712 26906.0 4404423 26204.0 4405134 26293.0 4405846 26759.0 4406557 27052.0 4407268 28111.0 4407980 28645.0 4408691 28291.0 4409403 28466.0 4410114 27802.0 4410825 25361.0 4411537 26257.0 4412248 27142.0 4412960 28073.0 4413671 28366.0 4414382 28952.0 4415094 28386.0 4415805 28495.0 4416516 28479.0 4417228 27798.0 4417939 28286.0 4418651 29120.0 4419362 30714.0 4420073 33259.0 4420785 34378.0 4421496 34428.0 4422207 33679.0 4422919 31743.0 4423630 29108.0 4424342 28135.0 4425053 27015.0 4425764 28603.0 4426476 27329.0 4427187 28052.0 4427899 27519.0 4428610 27590.0 4429321 27019.0 4430033 27741.0 4430744 28530.0 4431455 29389.0 4432167 28631.0 4432878 27486.0 4433590 27379.0 4434301 27875.0 4435012 27294.0 4435724 27169.0 4436435 27433.0 4437147 27396.0 4437858 27634.0 4438569 27141.0 4439281 26538.0 4439992 28367.0 4440703 27834.0 4441415 26460.0 4442126 28477.0 4442838 28147.0 4443549 27805.0 4444260 27810.0 4444972 27462.0 4445683 27685.0 4446394 27496.0 4447106 27506.0 4447817 27667.0 4448529 27721.0 4449240 27650.0 4449951 28059.0 4450663 28088.0 4451374 27562.0 4452086 27709.0 4452797 27722.0 4453508 27891.0 4454220 26290.0 4454931 27123.0 4455642 27304.0 4456354 27427.0 4457065 27283.0 4457777 27532.0 4458488 28194.0 4459199 27632.0 4459911 29253.0 4460622 29998.0 4461334 29807.0 4462045 28972.0 4462756 27689.0 4463468 28952.0 4464179 27957.0 4464890 28210.0 4465602 27981.0 4466313 27358.0 4467025 26602.0 4467736 27956.0 4468447 28662.0 4469159 27669.0 4469870 27739.0 4470581 28286.0 4471293 27967.0 4472004 28297.0 4472716 28392.0 4473427 28588.0 4474138 28210.0 4474850 28006.0 4475561 28316.0 4476273 29092.0 4476984 29042.0 4477695 28887.0 4478407 28557.0 4479118 28738.0 4479829 28896.0 4480541 28438.0 4481252 28051.0 4481964 28244.0 4482675 29169.0 4483386 28833.0 4484098 29030.0 4484809 29517.0 4485521 31090.0 4486232 32838.0 4486943 33964.0 4487655 36976.0 4488366 35272.0 4489077 34537.0 4489789 32623.0 4490500 31029.0 4491212 30318.0 4491923 30289.0 4492634 29314.0 4493346 30035.0 4494057 29681.0 4494768 28386.0 4495480 29151.0 4496191 28715.0 4496903 28698.0 4497614 28330.0 4498325 28752.0 4499037 29640.0 4499748 29593.0 4500460 29201.0 4501171 28593.0 4501882 29151.0 4502594 28949.0 4503305 28771.0 4504016 29194.0 4504728 28842.0 4505439 29576.0 4506151 29546.0 4506862 29064.0 4507573 28893.0 4508285 29302.0 4508996 29694.0 4509708 29680.0 4510419 29063.0 4511130 28274.0 4511842 29673.0 4512553 29696.0 4513264 29694.0 4513976 28338.0 4514687 28297.0 4515399 28705.0 4516110 29145.0 4516821 29892.0 4517533 29459.0 4518244 28582.0 4518955 28231.0 4519667 28295.0 4520378 28452.0 4521090 27872.0 4521801 28402.0 4522512 29083.0 4523224 28580.0 4523935 28472.0 4524647 29844.0 4525358 29165.0 4526069 28872.0 4526781 27629.0 4527492 29048.0 4528203 29394.0 4528915 30115.0 4529626 28847.0 4530338 29759.0 4531049 28866.0 4531760 28848.0 4532472 28835.0 4533183 29468.0 4533895 29247.0 4534606 28928.0 4535317 28993.0 4536029 28995.0 4536740 28916.0 4537451 28940.0 4538163 28679.0 4538874 28542.0 4539586 28492.0 4540297 29268.0 4541008 29014.0 4541720 29785.0 4542431 28378.0 4543142 29567.0 4543854 29230.0 4544565 27831.0 4545277 28645.0 4545988 28614.0 4546699 29900.0 4547411 29070.0 4548122 30456.0 4548834 30144.0 4549545 30026.0 4550256 29747.0 4550968 29837.0 4551679 30634.0 4552390 29475.0 4553102 29727.0 4553813 29187.0 4554525 29091.0 4555236 30654.0 4555947 29502.0 4556659 28588.0 4557370 29617.0 4558082 29914.0 4558793 30048.0 4559504 29904.0 4560216 29320.0 4560927 29396.0 4561638 29578.0 4562350 28443.0 4563061 29242.0 4563773 29844.0 4564484 29131.0 4565195 29613.0 4565907 29532.0 4566618 29718.0 4567329 30506.0 4568041 29162.0 4568752 29043.0 4569464 29334.0 4570175 30053.0 4570886 31152.0 4571598 32391.0 4572309 32479.0 4573021 31163.0 4573732 31727.0 4574443 29819.0 4575155 30383.0 4575866 30285.0 4576577 29589.0 4577289 30108.0 4578000 29187.0 4578712 29837.0 4579423 29576.0 4580134 29934.0 4580846 29540.0 4581557 28911.0 4582269 30135.0 4582980 30540.0 4583691 30413.0 4584403 30144.0 4585114 29573.0 4585825 30192.0 4586537 31076.0 4587248 29856.0 4587960 29736.0 4588671 29464.0 4589382 29507.0 4590094 29400.0 4590805 29396.0 4591516 30354.0 4592228 30107.0 4592939 30085.0 4593651 29729.0 4594362 29701.0 4595073 29904.0 4595785 29954.0 4596496 30472.0 4597208 31402.0 4597919 30431.0 4598630 30726.0 4599342 30434.0 4600053 31293.0 4600764 30467.0 4601476 30526.0 4602187 31644.0 4602899 30889.0 4603610 31010.0 4604321 30603.0 4605033 30407.0 4605744 30906.0 4606456 30891.0 4607167 30913.0 4607878 30256.0 4608590 30995.0 4609301 31659.0 4610012 31558.0 4610724 32520.0 4611435 34456.0 4612147 33780.0 4612858 33524.0 4613569 32073.0 4614281 31090.0 4614992 31800.0 4615703 31122.0 4616415 30949.0 4617126 30562.0 4617838 31190.0 4618549 31983.0 4619260 32054.0 4619972 31591.0 4620683 32927.0 4621395 31817.0 4622106 30100.0 4622817 30970.0 4623529 30339.0 4624240 30267.0 4624951 30585.0 4625663 31705.0 4626374 30718.0 4627086 30896.0 4627797 31263.0 4628508 31949.0 4629220 31588.0 4629931 31600.0 4630642 31364.0 4631354 30287.0 4632065 31138.0 4632777 31318.0 4633488 31717.0 4634199 30530.0 4634911 31365.0 4635622 32491.0 4636334 30743.0 4637045 30915.0 4637756 30801.0 4638468 31378.0 4639179 32003.0 4639890 30874.0 4640602 30990.0 4641313 30866.0 4642025 32582.0 4642736 32312.0 4643447 32132.0 4644159 31859.0 4644870 32097.0 4645582 31221.0 4646293 32246.0 4647004 33049.0 4647716 32155.0 4648427 33162.0 4649138 32862.0 4649850 33056.0 4650561 32434.0 4651273 32893.0 4651984 34203.0 4652695 33595.0 4653407 32882.0 4654118 31598.0 4654829 32017.0 4655541 31789.0 4656252 31588.0 4656964 31604.0 4657675 32069.0 4658386 31926.0 4659098 31357.0 4659809 32640.0 4660521 32604.0 4661232 31433.0 4661943 32429.0 4662655 32105.0 4663366 31568.0 4664077 33365.0 4664789 32363.0 4665500 32463.0 4666212 32459.0 4666923 32549.0 4667634 32805.0 4668346 35665.0 4669057 36007.0 4669769 39900.0 4670480 42676.0 4671191 42871.0 4671903 44659.0 4672614 42455.0 4673325 40322.0 4674037 39077.0 4674748 36394.0 4675460 35813.0 4676171 36358.0 4676882 34001.0 4677594 34765.0 4678305 35514.0 4679016 34719.0 4679728 34076.0 4680439 33577.0 4681151 33834.0 4681862 33958.0 4682573 34707.0 4683285 34322.0 4683996 33607.0 4684708 33459.0 4685419 33428.0 4686130 35097.0 4686842 34989.0 4687553 34877.0 4688264 34135.0 4688976 33706.0 4689687 33283.0 4690399 33842.0 4691110 35056.0 4691821 34406.0 4692533 33910.0 4693244 33401.0 4693956 33171.0 4694667 34084.0 4695378 32921.0 4696090 32867.0 4696801 32887.0 4697512 34416.0 4698224 34795.0 4698935 33775.0 4699647 32993.0 4700358 34319.0 4701069 33288.0 4701781 35357.0 4702492 36326.0 4703203 37194.0 4703915 37466.0 4704626 39116.0 4705338 37732.0 4706049 36745.0 4706760 36217.0 4707472 34967.0 4708183 34566.0 4708895 34140.0 4709606 33380.0 4710317 34264.0 4711029 33349.0 4711740 35017.0 4712451 34454.0 4713163 34274.0 4713874 34809.0 4714586 34424.0 4715297 34892.0 4716008 33774.0 4716720 35131.0 4717431 35764.0 4718143 35290.0 4718854 34644.0 4719565 35051.0 4720277 34725.0 4720988 34431.0 4721699 34538.0 4722411 34630.0 4723122 34661.0 4723834 36133.0 4724545 37194.0 4725256 37344.0 4725968 37300.0 4726679 38121.0 4727390 39080.0 4728102 39491.0 4728813 39513.0 4729525 38700.0 4730236 37214.0 4730947 35886.0 4731659 37226.0 4732370 35721.0 4733082 36134.0 4733793 36381.0 4734504 35367.0 4735216 36035.0 4735927 35737.0 4736638 35507.0 4737350 36380.0 4738061 36518.0 4738773 35747.0 4739484 35176.0 4740195 36268.0 4740907 34530.0 4741618 35412.0 4742330 35197.0 4743041 35446.0 4743752 35740.0 4744464 35882.0 4745175 36054.0 4745886 35375.0 4746598 35530.0 4747309 35042.0 4748021 34969.0 4748732 35492.0 4749443 35639.0 4750155 36476.0 4750866 36377.0 4751577 36340.0 4752289 36619.0 4753000 36083.0 4753712 36197.0 4754423 36186.0 4755134 36576.0 4755846 36666.0 4756557 36048.0 4757269 36215.0 4757980 36171.0 4758691 36280.0 4759403 36130.0 4760114 35719.0 4760825 35981.0 4761537 36222.0 4762248 35863.0 4762960 35134.0 4763671 35194.0 4764382 35474.0 4765094 35903.0 4765805 36560.0 4766517 35533.0 4767228 36346.0 4767939 36965.0 4768651 35988.0 4769362 36959.0 4770073 36179.0 4770785 36562.0 4771496 37196.0 4772208 36653.0 4772919 37269.0 4773630 35447.0 4774342 36112.0 4775053 36967.0 4775764 36844.0 4776476 35838.0 4777187 36310.0 4777899 35904.0 4778610 36579.0 4779321 36684.0 4780033 36670.0 4780744 36729.0 4781456 37850.0 4782167 37456.0 4782878 37718.0 4783590 37736.0 4784301 37444.0 4785012 37612.0 4785724 37138.0 4786435 37930.0 4787147 38205.0 4787858 39135.0 4788569 38830.0 4789281 35904.0 4789992 36818.0 4790704 38173.0 4791415 37748.0 4792126 36693.0 4792838 37554.0 4793549 38890.0 4794260 37178.0 4794972 37314.0 4795683 37994.0 4796395 37659.0 4797106 38581.0 4797817 36919.0 4798529 36911.0 4799240 38359.0 4799951 38341.0 4800663 37167.0 4801374 37238.0 4802086 37198.0 4802797 37344.0 4803508 37276.0 4804220 36395.0 4804931 37614.0 4805643 37183.0 4806354 38675.0 4807065 38319.0 4807777 37438.0 4808488 38461.0 4809199 37976.0 4809911 38731.0 4810622 37134.0 4811334 38523.0 4812045 39273.0 4812756 39691.0 4813468 39106.0 4814179 38533.0 4814890 38158.0 4815602 38326.0 4816313 40401.0 4817025 39103.0 4817736 39057.0 4818447 39052.0 4819159 39546.0 4819870 38092.0 4820582 39166.0 4821293 38452.0 4822004 40373.0 4822716 40531.0 4823427 39474.0 4824138 39897.0 4824850 40747.0 4825561 39733.0 4826273 39650.0 4826984 39874.0 4827695 40180.0 4828407 40240.0 4829118 40927.0 4829830 40987.0 4830541 43520.0 4831252 43836.0 4831964 42952.0 4832675 41950.0 4833386 40336.0 4834098 39685.0 4834809 39727.0 4835521 38426.0 4836232 39289.0 4836943 40323.0 4837655 39856.0 4838366 39753.0 4839077 41104.0 4839789 41600.0 4840500 43222.0 4841212 46793.0 4841923 49587.0 4842634 52282.0 4843346 50929.0 4844057 51520.0 4844769 47717.0 4845480 46870.0 4846191 47409.0 4846903 45284.0 4847614 44726.0 4848325 45549.0 4849037 44967.0 4849748 43619.0 4850460 42492.0 4851171 42645.0 4851882 43686.0 4852594 41952.0 4853305 41111.0 4854017 41390.0 4854728 41591.0 4855439 41626.0 4856151 42233.0 4856862 41796.0 4857573 41431.0 4858285 41474.0 4858996 41981.0 4859708 42471.0 4860419 40838.0 4861130 41088.0 4861842 41594.0 4862553 41592.0 4863264 41770.0 4863976 41225.0 4864687 41401.0 4865399 41427.0 4866110 41596.0 4866821 41061.0 4867533 41263.0 4868244 42099.0 4868956 41179.0 4869667 41027.0 4870378 41617.0 4871090 41945.0 4871801 41764.0 4872512 41879.0 4873224 42825.0 4873935 41988.0 4874647 42799.0 4875358 41688.0 4876069 42021.0 4876781 42825.0 4877492 43140.0 4878204 42195.0 4878915 43489.0 4879626 43614.0 4880338 43950.0 4881049 43806.0 4881760 42920.0 4882472 42637.0 4883183 42785.0 4883895 42340.0 4884606 41681.0 4885317 42581.0 4886029 42432.0 4886740 42459.0 4887451 41804.0 4888163 42537.0 4888874 42021.0 4889586 41688.0 4890297 43265.0 4891008 42760.0 4891720 42993.0 4892431 42227.0 4893143 42935.0 4893854 45000.0 4894565 43858.0 4895277 43328.0 4895988 42667.0 4896699 44270.0 4897411 43779.0 4898122 42471.0 4898834 43659.0 4899545 44375.0 4900256 43342.0 4900968 43416.0 4901679 42659.0 4902391 42817.0 4903102 43372.0 4903813 43902.0 4904525 44691.0 4905236 45302.0 4905947 45068.0 4906659 44594.0 4907370 44194.0 4908082 43269.0 4908793 43267.0 4909504 42824.0 4910216 43729.0 4910927 43555.0 4911638 44460.0 4912350 42841.0 4913061 43080.0 4913773 44779.0 4914484 44629.0 4915195 44879.0 4915907 44482.0 4916618 45406.0 4917330 46079.0 4918041 45255.0 4918752 45136.0 4919464 46052.0 4920175 45112.0 4920886 46529.0 4921598 46036.0 4922309 45010.0 4923021 45959.0 4923732 46398.0 4924443 46837.0 4925155 46554.0 4925866 45451.0 4926578 44650.0 4927289 45820.0 4928000 46894.0 4928712 44692.0 4929423 46058.0 4930134 45753.0 4930846 44632.0 4931557 46093.0 4932269 44719.0 4932980 48168.0 4933691 46464.0 4934403 45519.0 4935114 45992.0 4935825 44346.0 4936537 45635.0 4937248 45534.0 4937960 45962.0 4938671 46227.0 4939382 45759.0 4940094 46342.0 4940805 45319.0 4941517 45629.0 4942228 47248.0 4942939 46032.0 4943651 47258.0 4944362 46485.0 4945073 45770.0 4945785 45428.0 4946496 45466.0 4947208 46452.0 4947919 45935.0 4948630 45328.0 4949342 47871.0 4950053 46573.0 4950765 45689.0 4951476 46167.0 4952187 45071.0 4952899 45504.0 4953610 47982.0 4954321 47008.0 4955033 46031.0 4955744 46236.0 4956456 47189.0 4957167 45601.0 4957878 45793.0 4958590 46427.0 4959301 46349.0 4960012 47298.0 4960724 47212.0 4961435 46222.0 4962147 46947.0 4962858 46038.0 4963569 46485.0 4964281 47729.0 4964992 46130.0 4965704 47223.0 4966415 46141.0 4967126 47724.0 4967838 46406.0 4968549 46657.0 4969260 47525.0 4969972 46389.0 4970683 46780.0 4971395 47625.0 4972106 47726.0 4972817 45652.0 4973529 47065.0 4974240 46594.0 4974952 47766.0 4975663 47040.0 4976374 46973.0 4977086 45911.0 4977797 46033.0 4978508 48100.0 4979220 46938.0 4979931 47645.0 4980643 47495.0 4981354 47666.0 4982065 47104.0 4982777 47222.0 4983488 47846.0 4984199 47229.0 4984911 47624.0 4985622 47371.0 4986334 46731.0 4987045 48235.0 4987756 49030.0 4988468 48558.0 4989179 47450.0 4989891 47439.0 4990602 48762.0 4991313 48135.0 4992025 48700.0 4992736 47811.0 4993447 48322.0 4994159 47471.0 4994870 47197.0 4995582 47303.0 4996293 47192.0 4997004 48062.0 4997716 46277.0 4998427 46879.0 4999139 46872.0 4999850 46918.0 5000561 48948.0 5001273 47410.0 5001984 49065.0 5002695 49271.0 5003407 49324.0 5004118 50566.0 5004830 52777.0 5005541 53334.0 5006252 55266.0 5006964 57057.0 5007675 56147.0 5008386 54341.0 5009098 53183.0 5009809 51548.0 5010521 51321.0 5011232 51197.0 5011943 50518.0 5012655 49820.0 5013366 49181.0 5014078 50881.0 5014789 50116.0 5015500 48676.0 5016212 49147.0 5016923 48354.0 5017634 48535.0 5018346 50158.0 5019057 48548.0 5019769 49150.0 5020480 48750.0 5021191 49616.0 5021903 49756.0 5022614 48528.0 5023325 47802.0 5024037 49045.0 5024748 49986.0 5025460 50847.0 5026171 48881.0 5026882 48978.0 5027594 48367.0 5028305 48446.0 5029017 49631.0 5029728 48976.0 5030439 50612.0 5031151 50101.0 5031862 48675.0 5032573 49952.0 5033285 49042.0 5033996 49415.0 5034708 49567.0 5035419 49561.0 5036130 50052.0 5036842 49849.0 5037553 49495.0 5038265 49644.0 5038976 48493.0 5039687 49822.0 5040399 49187.0 5041110 48861.0 5041821 49778.0 5042533 49372.0 5043244 50207.0 5043956 48238.0 5044667 49384.0 5045378 48726.0 5046090 50352.0 5046801 49994.0 5047512 50222.0 5048224 49687.0 5048935 49898.0 5049647 49424.0 5050358 48276.0 5051069 50821.0 5051781 50003.0 5052492 50669.0 5053204 50343.0 5053915 49475.0 5054626 48578.0 5055338 50219.0 5056049 50964.0 5056760 50721.0 5057472 51104.0 5058183 52320.0 5058895 51369.0 5059606 50792.0 5060317 50366.0 5061029 51206.0 5061740 51114.0 5062452 50221.0 5063163 50397.0 5063874 51348.0 5064586 48884.0 5065297 49213.0 5066008 48269.0 5066720 50139.0 5067431 50259.0 5068143 50858.0 5068854 51617.0 5069565 51201.0 5070277 50737.0 5070988 50886.0 5071699 50266.0 5072411 50618.0 5073122 50212.0 5073834 50305.0 5074545 51477.0 5075256 50577.0 5075968 49957.0 5076679 52004.0 5077391 50606.0 5078102 49753.0 5078813 50612.0 5079525 49596.0 5080236 49435.0 5080947 50324.0 5081659 51113.0 5082370 50270.0 5083082 49917.0 5083793 51421.0 5084504 50904.0 5085216 49309.0 5085927 51278.0 5086639 50742.0 5087350 49189.0 5088061 50777.0 5088773 51253.0 5089484 49112.0 5090195 50283.0 5090907 51136.0 5091618 49836.0 5092330 48765.0 5093041 50305.0 5093752 50445.0 5094464 50997.0 5095175 49469.0 5095886 49845.0 5096598 49732.0 5097309 50822.0 5098021 49364.0 5098732 51679.0 5099443 49910.0 5100155 48970.0 5100866 50120.0 5101578 49962.0 5102289 49816.0 5103000 50585.0 5103712 50227.0 5104423 50515.0 5105134 50574.0 5105846 50764.0 5106557 49671.0 5107269 48641.0 5107980 49358.0 5108691 48466.0 5109403 51052.0 5110114 51121.0 5110826 50310.0 5111537 49637.0 5112248 50542.0 5112960 50809.0 5113671 50265.0 5114382 49033.0 5115094 50266.0 5115805 49600.0 5116517 51345.0 5117228 50277.0 5117939 50609.0 5118651 51079.0 5119362 49842.0 5120073 50437.0 5120785 50727.0 5121496 51151.0 5122208 51013.0 5122919 51205.0 5123630 51139.0 5124342 51676.0 5125053 50789.0 5125765 50192.0 5126476 51769.0 5127187 50648.0 5127899 51953.0 5128610 50402.0 5129321 51669.0 5130033 50765.0 5130744 50573.0 5131456 50358.0 5132167 49294.0 5132878 51695.0 5133590 49911.0 5134301 50174.0 5135013 49495.0 5135724 50258.0 5136435 51380.0 5137147 52232.0 5137858 51173.0 5138569 50565.0 5139281 49724.0 5139992 50492.0 5140704 51072.0 5141415 50375.0 5142126 49874.0 5142838 51186.0 5143549 51485.0 5144260 51380.0 5144972 50102.0 5145683 50521.0 5146395 50850.0 5147106 50269.0 5147817 51246.0 5148529 51208.0 5149240 49444.0 5149952 50015.0 5150663 50848.0 5151374 48862.0 5152086 50798.0 5152797 50700.0 5153508 50467.0 5154220 49768.0 5154931 50736.0 5155643 50824.0 5156354 50141.0 5157065 50193.0 5157777 48671.0 5158488 51028.0 5159200 49438.0 5159911 50539.0 5160622 49104.0 5161334 48598.0 5162045 51237.0 5162756 51601.0 5163468 50109.0 5164179 50642.0 5164891 50375.0 5165602 49705.0 5166313 50866.0 5167025 51108.0 5167736 50597.0 5168447 51001.0 5169159 50781.0 5169870 50150.0 5170582 49658.0 5171293 49437.0 5172004 49160.0 5172716 49966.0 5173427 50124.0 5174139 50030.0 5174850 50667.0 5175561 50676.0 5176273 50971.0 5176984 50437.0 5177695 49523.0 5178407 51519.0 5179118 50036.0 5179830 50343.0 5180541 50245.0 5181252 51117.0 5181964 51255.0 5182675 49893.0 5183387 50719.0 5184098 50367.0 5184809 50991.0 5185521 48925.0 5186232 49784.0 5186943 50667.0 5187655 51321.0 5188366 52501.0 5189078 52510.0 5189789 52418.0 5190500 53356.0 5191212 54396.0 5191923 53696.0 5192634 53824.0 5193346 53784.0 5194057 53009.0 5194769 54360.0 5195480 52457.0 5196191 51656.0 5196903 52905.0 5197614 50614.0 5198326 50221.0 5199037 50619.0 5199748 50998.0 5200460 51479.0 5201171 48971.0 5201882 49732.0 5202594 50238.0 5203305 50008.0 5204017 50906.0 5204728 49018.0 5205439 50959.0 5206151 50212.0 5206862 51021.0 5207573 50427.0 5208285 50325.0 5208996 50763.0 5209708 50514.0 5210419 49153.0 5211130 49647.0 5211842 49500.0 5212553 50289.0 5213265 50380.0 5213976 50751.0 5214687 49580.0 5215399 50459.0 5216110 50425.0 5216821 48249.0 5217533 49042.0 5218244 50911.0 5218956 49765.0 5219667 49060.0 5220378 49723.0 5221090 50495.0 5221801 50102.0 5222513 49865.0 5223224 50349.0 5223935 50695.0 5224647 49156.0 5225358 50189.0 5226069 49842.0 5226781 49940.0 5227492 49448.0 5228204 49393.0 5228915 49455.0 5229626 49433.0 5230338 49774.0 5231049 50590.0 5231760 49720.0 5232472 50238.0 5233183 49457.0 5233895 49570.0 5234606 49456.0 5235317 50069.0 5236029 48230.0 5236740 51177.0 5237452 49121.0 5238163 50540.0 5238874 51676.0 5239586 49930.0 5240297 48096.0 5241008 48890.0 5241720 49467.0 5242431 50252.0 5243143 50045.0 5243854 50539.0 5244565 49359.0 5245277 49560.0 5245988 50427.0 5246700 49101.0 5247411 50478.0 5248122 49270.0 5248834 50016.0 5249545 50648.0 5250256 51167.0 5250968 48946.0 5251679 48897.0 5252391 49403.0 5253102 50216.0 5253813 49284.0 5254525 50147.0 5255236 49234.0 5255947 49944.0 5256659 50123.0 5257370 50113.0 5258082 48894.0 5258793 50530.0 5259504 50091.0 5260216 49906.0 5260927 51963.0 5261639 50634.0 5262350 48450.0 5263061 49971.0 5263773 49692.0 5264484 50049.0 5265195 49665.0 5265907 51395.0 5266618 49075.0 5267330 50340.0 5268041 49380.0 5268752 49995.0 5269464 50074.0 5270175 50514.0 5270887 50411.0 5271598 50815.0 5272309 49255.0 5273021 50926.0 5273732 48801.0 5274443 49453.0 5275155 49925.0 5275866 49850.0 5276578 50482.0 5277289 50215.0 5278000 49990.0 5278712 50305.0 5279423 49448.0 5280134 50315.0 5280846 49813.0 5281557 49499.0 5282269 50203.0 5282980 49600.0 5283691 49499.0 5284403 48348.0 5285114 49618.0 5285826 50292.0 5286537 48489.0 5287248 49956.0 5287960 49496.0 5288671 48486.0 5289382 48722.0 5290094 50280.0 5290805 50375.0 5291517 49606.0 5292228 49882.0 5292939 48583.0 5293651 49043.0 5294362 49568.0 5295074 49854.0 5295785 49898.0 5296496 50324.0 5297208 49830.0 5297919 50086.0 5298630 50352.0 5299342 49441.0 5300053 51120.0 5300765 50799.0 5301476 51028.0 5302187 48961.0 5302899 50334.0 5303610 50002.0 5304321 49532.0 5305033 49861.0 5305744 50073.0 5306456 50026.0 5307167 49470.0 5307878 50584.0 5308590 49817.0 5309301 49497.0 5310013 49105.0 5310724 49103.0 5311435 50829.0 5312147 49068.0 5312858 49589.0 5313569 50066.0 5314281 49439.0 5314992 50533.0 5315704 49272.0 5316415 48692.0 5317126 49172.0 5317838 48926.0 5318549 49310.0 5319261 49033.0 5319972 50032.0 5320683 49799.0 5321395 48965.0 5322106 50954.0 5322817 51332.0 5323529 50039.0 5324240 49461.0 5324952 49196.0 5325663 49725.0 5326374 50131.0 5327086 50827.0 5327797 48300.0 5328508 49665.0 5329220 49118.0 5329931 50018.0 5330643 50062.0 5331354 50265.0 5332065 49072.0 5332777 49803.0 5333488 49389.0 5334200 49756.0 5334911 49033.0 5335622 48899.0 5336334 49344.0 5337045 48781.0 5337756 50136.0 5338468 48695.0 5339179 49299.0 5339891 49257.0 5340602 51862.0 5341313 52520.0 5342025 54259.0 5342736 53801.0 5343448 53415.0 5344159 54079.0 5344870 53592.0 5345582 52581.0 5346293 52976.0 5347004 51106.0 5347716 49666.0 5348427 50673.0 5349139 50833.0 5349850 50719.0 5350561 48478.0 5351273 49423.0 5351984 49121.0 5352695 48904.0 5353407 50231.0 5354118 48916.0 5354830 50737.0 5355541 50199.0 5356252 49195.0 5356964 49562.0 5357675 50713.0 5358387 50270.0 5359098 51388.0 5359809 48544.0 5360521 50404.0 5361232 49049.0 5361943 49808.0 5362655 50885.0 5363366 47871.0 5364078 48920.0 5364789 49182.0 5365500 48041.0 5366212 49842.0 5366923 47720.0 5367635 49261.0 5368346 49031.0 5369057 49348.0 5369769 48913.0 5370480 49593.0 5371191 49374.0 5371903 49892.0 5372614 49616.0 5373326 50142.0 5374037 48308.0 5374748 49330.0 5375460 49311.0 5376171 48482.0 5376882 49504.0 5377594 49263.0 5378305 49836.0 5379017 49073.0 5379728 51554.0 5380439 49630.0 5381151 49434.0 5381862 50061.0 5382574 51126.0 5383285 49736.0 5383996 49673.0 5384708 48864.0 5385419 48703.0 5386130 50548.0 5386842 49220.0 5387553 49454.0 5388265 49739.0 5388976 49755.0 5389687 49595.0 5390399 48575.0 5391110 47973.0 5391821 47208.0 5392533 50207.0 5393244 49076.0 5393956 49620.0 5394667 50661.0 5395378 49808.0 5396090 50683.0 5396801 49331.0 5397513 49494.0 5398224 50635.0 5398935 49696.0 5399647 49813.0 5400358 48895.0 5401069 50287.0 5401781 49947.0 5402492 49005.0 5403204 49545.0 5403915 48153.0 5404626 48597.0 5405338 50283.0 5406049 49143.0 5406761 48892.0 5407472 49044.0 5408183 49583.0 5408895 48894.0 5409606 49925.0 5410317 50989.0 5411029 50296.0 5411740 50514.0 5412452 49593.0 5413163 49540.0 5413874 51979.0 5414586 50490.0 5415297 50989.0 5416008 50106.0 5416720 49951.0 5417431 49345.0 5418143 51186.0 5418854 49585.0 5419565 51336.0 5420277 48975.0 5420988 49803.0 5421700 49212.0 5422411 50537.0 5423122 49820.0 5423834 49344.0 5424545 48572.0 5425256 49426.0 5425968 50645.0 5426679 50307.0 5427391 49907.0 5428102 50437.0 5428813 50705.0 5429525 51255.0 5430236 49681.0 5430948 49893.0 5431659 49445.0 5432370 49968.0 5433082 50131.0 5433793 50040.0 5434504 49937.0 5435216 49214.0 5435927 50813.0 5436639 49035.0 5437350 48575.0 5438061 49839.0 5438773 50718.0 5439484 51058.0 5440195 51747.0 5440907 51319.0 5441618 52122.0 5442330 51624.0 5443041 52733.0 5443752 50612.0 5444464 51372.0 5445175 51537.0 5445887 50767.0 5446598 50004.0 5447309 49298.0 5448021 51012.0 5448732 51074.0 5449443 51831.0 5450155 49768.0 5450866 49664.0 5451578 50025.0 5452289 50756.0 5453000 51484.0 5453712 50699.0 5454423 49953.0 5455135 50156.0 5455846 50306.0 5456557 49423.0 5457269 50319.0 5457980 50225.0 5458691 50297.0 5459403 49927.0 5460114 48800.0 5460826 50211.0 5461537 50268.0 5462248 50559.0 5462960 50499.0 5463671 50045.0 5464382 48023.0 5465094 49835.0 5465805 51637.0 5466517 51598.0 5467228 51102.0 5467939 51111.0 5468651 50440.0 5469362 49979.0 5470074 49486.0 5470785 49198.0 5471496 50133.0 5472208 50239.0 5472919 50641.0 5473630 49531.0 5474342 49409.0 5475053 47254.0 5475765 50834.0 5476476 51432.0 5477187 49930.0 5477899 50678.0 5478610 49419.0 5479322 50446.0 5480033 50295.0 5480744 49577.0 5481456 49996.0 5482167 48874.0 5482878 49419.0 5483590 50680.0 5484301 50086.0 5485013 48374.0 5485724 48742.0 5486435 50021.0 5487147 49375.0 5487858 49296.0 5488569 48993.0 5489281 49979.0 5489992 49281.0 5490704 49610.0 5491415 50119.0 5492126 50636.0 5492838 48263.0 5493549 49987.0 5494261 49266.0 5494972 49843.0 5495683 49639.0 5496395 47965.0 5497106 49738.0 5497817 50308.0 5498529 50663.0 5499240 49629.0 5499952 49378.0 5500663 49818.0 5501374 50099.0 5502086 50021.0 5502797 50516.0 5503509 48906.0 5504220 49984.0 5504931 49240.0 5505643 49591.0 5506354 50222.0 5507065 50175.0 5507777 50614.0 5508488 50040.0 5509200 49960.0 5509911 49549.0 5510622 49643.0 5511334 48651.0 5512045 48762.0 5512756 48709.0 5513468 48985.0 5514179 48842.0 5514891 49931.0 5515602 49233.0 5516313 49910.0 5517025 50747.0 5517736 48985.0 5518448 50488.0 5519159 49896.0 5519870 50894.0 5520582 51331.0 5521293 49907.0 5522004 50341.0 5522716 50830.0 5523427 49825.0 5524139 50972.0 5524850 50346.0 5525561 50276.0 5526273 49489.0 5526984 48719.0 5527696 48589.0 5528407 48536.0 5529118 49386.0 5529830 49264.0 5530541 48139.0 5531252 50152.0 5531964 48003.0 5532675 49161.0 5533387 48449.0 5534098 47684.0 5534809 48435.0 5535521 47848.0 5536232 49026.0 5536943 48751.0 5537655 48750.0 5538366 48209.0 5539078 48805.0 5539789 50077.0 5540500 49080.0 5541212 50399.0 5541923 49921.0 5542635 48665.0 5543346 50264.0 5544057 48881.0 5544769 49655.0 5545480 49849.0 5546191 49116.0 5546903 47833.0 5547614 48356.0 5548326 49531.0 5549037 50137.0 5549748 47728.0 5550460 48748.0 5551171 48707.0 5551883 49033.0 5552594 48370.0 5553305 50218.0 5554017 50123.0 5554728 50346.0 5555439 49602.0 5556151 49139.0 5556862 49230.0 5557574 47948.0 5558285 49856.0 5558996 48710.0 5559708 48782.0 5560419 49522.0 5561130 47725.0 5561842 48724.0 5562553 48790.0 5563265 49536.0 5563976 49546.0 5564687 49380.0 5565399 49878.0 5566110 50025.0 5566822 50893.0 5567533 52335.0 5568244 53529.0 5568956 54938.0 5569667 56087.0 5570378 55241.0 5571090 53859.0 5571801 53809.0 5572513 53729.0 5573224 55100.0 5573935 53915.0 5574647 53072.0 5575358 50848.0 5576069 52657.0 5576781 51538.0 5577492 51062.0 5578204 50690.0 5578915 51023.0 5579626 50206.0 5580338 49756.0 5581049 51087.0 5581761 49390.0 5582472 50390.0 5583183 48108.0 5583895 48865.0 5584606 49385.0 5585317 48673.0 5586029 49551.0 5586740 49425.0 5587452 49880.0 5588163 49187.0 5588874 50513.0 5589586 49935.0 5590297 49866.0 5591009 49387.0 5591720 48701.0 5592431 49947.0 5593143 49355.0 5593854 49208.0 5594565 48590.0 5595277 50291.0 5595988 48673.0 5596700 48838.0 5597411 50011.0 5598122 49048.0 5598834 48801.0 5599545 48486.0 5600256 48572.0 5600968 49092.0 5601679 51019.0 5602391 49747.0 5603102 49733.0 5603813 50017.0 5604525 47526.0 5605236 49471.0 5605948 48527.0 5606659 50381.0 5607370 50283.0 5608082 50381.0 5608793 50480.0 5609504 49809.0 5610216 49103.0 5610927 48005.0 5611639 48602.0 5612350 49981.0 5613061 48485.0 5613773 51712.0 5614484 49532.0 5615196 50141.0 5615907 48974.0 5616618 48531.0 5617330 49315.0 5618041 50042.0 5618752 49784.0 5619464 49451.0 5620175 48829.0 5620887 48946.0 5621598 48367.0 5622309 50004.0 5623021 48641.0 5623732 48964.0 5624443 48382.0 5625155 49839.0 5625866 49733.0 5626578 49046.0 5627289 49496.0 5628000 49804.0 5628712 49595.0 5629423 48660.0 5630135 49065.0 5630846 47838.0 5631557 49790.0 5632269 49264.0 5632980 48331.0 5633691 48832.0 5634403 49820.0 5635114 49987.0 5635826 49529.0 5636537 50495.0 5637248 49158.0 5637960 50750.0 5638671 50277.0 5639383 49576.0 5640094 49902.0 5640805 50584.0 5641517 49154.0 5642228 49253.0 5642939 49510.0 5643651 48826.0 5644362 49377.0 5645074 48459.0 5645785 48836.0 5646496 50290.0 5647208 50163.0 5647919 48883.0 5648630 50887.0 5649342 50253.0 5650053 48586.0 5650765 49674.0 5651476 50081.0 5652187 49135.0 5652899 50731.0 5653610 49803.0 5654322 50612.0 5655033 50916.0 5655744 51936.0 5656456 51478.0 5657167 53519.0 5657878 52569.0 5658590 52112.0 5659301 51554.0 5660013 54919.0 5660724 53951.0 5661435 54026.0 5662147 52474.0 5662858 51610.0 5663570 50661.0 5664281 50790.0 5664992 51215.0 5665704 50130.0 5666415 48997.0 5667126 49789.0 5667838 49935.0 5668549 49766.0 5669261 50386.0 5669972 49501.0 5670683 50499.0 5671395 49683.0 5672106 51267.0 5672817 52967.0 5673529 53829.0 5674240 55746.0 5674952 55470.0 5675663 57829.0 5676374 58843.0 5677086 59286.0 5677797 60493.0 5678509 59198.0 5679220 57728.0 5679931 56840.0 5680643 57145.0 5681354 54644.0 5682065 55069.0 5682777 51731.0 5683488 50683.0 5684200 51822.0 5684911 50613.0 5685622 51305.0 5686334 50604.0 5687045 50336.0 5687757 49491.0 5688468 49970.0 5689179 50073.0 5689891 49651.0 5690602 50381.0 5691313 49852.0 5692025 49129.0 5692736 49233.0 5693448 49427.0 5694159 50796.0 5694870 49799.0 5695582 51049.0 5696293 51466.0 5697004 50295.0 5697716 49348.0 5698427 50148.0 5699139 48674.0 5699850 48446.0 5700561 49289.0 5701273 50219.0 5701984 48509.0 5702696 50567.0 5703407 51100.0 5704118 48906.0 5704830 48666.0 5705541 49010.0 5706252 49690.0 5706964 49569.0 5707675 49452.0 5708387 48409.0 5709098 50074.0 5709809 49371.0 5710521 49882.0 5711232 48664.0 5711944 48255.0 5712655 48588.0 5713366 49117.0 5714078 50806.0 5714789 49060.0 5715500 49719.0 5716212 49988.0 5716923 48725.0 5717635 47948.0 5718346 48293.0 5719057 48642.0 5719769 50023.0 5720480 49717.0 5721191 49574.0 5721903 48968.0 5722614 48294.0 5723326 48859.0 5724037 49753.0 5724748 48855.0 5725460 48902.0 5726171 48691.0 5726883 49492.0 5727594 48846.0 5728305 49439.0 5729017 49185.0 5729728 47799.0 5730439 48136.0 5731151 49505.0 5731862 49303.0 5732574 48847.0 5733285 49609.0 5733996 46962.0 5734708 48091.0 5735419 49513.0 5736131 48790.0 5736842 48251.0 5737553 49176.0 5738265 48501.0 5738976 49340.0 5739687 48609.0 5740399 48369.0 5741110 49401.0 5741822 49904.0 5742533 48508.0 5743244 48645.0 5743956 50193.0 5744667 49502.0 5745378 49948.0 5746090 48361.0 5746801 49441.0 5747513 48831.0 5748224 49288.0 5748935 49368.0 5749647 50319.0 5750358 48738.0 5751070 49252.0 5751781 49738.0 5752492 49045.0 5753204 47573.0 5753915 50493.0 5754626 49280.0 5755338 49157.0 5756049 47888.0 5756761 49143.0 5757472 49375.0 5758183 49324.0 5758895 48633.0 5759606 46779.0 5760318 47629.0 5761029 47817.0 5761740 49090.0 5762452 48908.0 5763163 49161.0 5763874 48969.0 5764586 47701.0 5765297 49549.0 5766009 48126.0 5766720 48216.0 5767431 48455.0 5768143 49088.0 5768854 48889.0 5769565 49116.0 5770277 49205.0 5770988 49146.0 5771700 47913.0 5772411 49833.0 5773122 47868.0 5773834 48257.0 5774545 48883.0 5775257 49004.0 5775968 48401.0 5776679 48873.0 5777391 47073.0 5778102 48848.0 5778813 50181.0 5779525 49260.0 5780236 49649.0 5780948 48336.0 5781659 48392.0 5782370 48656.0 5783082 48959.0 5783793 49089.0 5784504 48450.0 5785216 47807.0 5785927 49121.0 5786639 48722.0 5787350 48797.0 5788061 47422.0 5788773 49864.0 5789484 48366.0 5790196 47460.0 5790907 48963.0 5791618 48287.0 5792330 48740.0 5793041 47780.0 5793752 48703.0 5794464 49040.0 5795175 48435.0 5795887 48747.0 5796598 47956.0 5797309 48451.0 5798021 48196.0 5798732 48446.0 5799444 48082.0 5800155 48458.0 5800866 49135.0 5801578 47724.0 5802289 49111.0 5803000 47606.0 5803712 48212.0 5804423 48339.0 5805135 47730.0 5805846 48309.0 5806557 47832.0 5807269 49719.0 5807980 48209.0 5808691 50077.0 5809403 48470.0 5810114 49306.0 5810826 47946.0 5811537 47913.0 5812248 50048.0 5812960 50230.0 5813671 49416.0 5814383 49727.0 5815094 49439.0 5815805 48988.0 5816517 48341.0 5817228 49628.0 5817939 48650.0 5818651 48363.0 5819362 49752.0 5820074 49017.0 5820785 48233.0 5821496 49460.0 5822208 48462.0 5822919 47987.0 5823631 48426.0 5824342 49723.0 5825053 48945.0 5825765 48277.0 5826476 49578.0 5827187 48564.0 5827899 49062.0 5828610 47874.0 5829322 48287.0 5830033 49152.0 5830744 48084.0 5831456 47881.0 5832167 49051.0 5832878 48696.0 5833590 48541.0 5834301 47983.0 5835013 49464.0 5835724 48879.0 5836435 48592.0 5837147 49420.0 5837858 49461.0 5838570 48554.0 5839281 48363.0 5839992 49344.0 5840704 47421.0 5841415 49034.0 5842126 48191.0 5842838 48306.0 5843549 49031.0 5844261 49055.0 5844972 49028.0 5845683 48560.0 5846395 47669.0 5847106 47940.0 5847818 47312.0 5848529 48015.0 5849240 48062.0 5849952 48489.0 5850663 49190.0 5851374 47735.0 5852086 48202.0 5852797 48301.0 5853509 49810.0 5854220 47753.0 5854931 49061.0 5855643 47677.0 5856354 48677.0 5857065 49244.0 5857777 47007.0 5858488 48073.0 5859200 49335.0 5859911 47431.0 5860622 48713.0 5861334 48404.0 5862045 49026.0 5862757 48543.0 5863468 49060.0 5864179 49480.0 5864891 49091.0 5865602 48304.0 5866313 49781.0 5867025 49112.0 5867736 48256.0 5868448 48638.0 5869159 49627.0 5869870 47591.0 5870582 47621.0 5871293 49188.0 5872005 47744.0 5872716 46751.0 5873427 49118.0 5874139 47337.0 5874850 48051.0 5875561 48770.0 5876273 47774.0 5876984 47947.0 5877696 48663.0 5878407 48019.0 5879118 49342.0 5879830 49754.0 5880541 47991.0 5881252 47872.0 5881964 48170.0 5882675 46958.0 5883387 48325.0 5884098 47365.0 5884809 49465.0 5885521 48249.0 5886232 49828.0 5886944 48150.0 5887655 48755.0 5888366 47924.0 5889078 48378.0 5889789 47849.0 5890500 49912.0 5891212 48849.0 5891923 47464.0 5892635 46982.0 5893346 48771.0 5894057 48092.0 5894769 48963.0 5895480 46975.0 5896192 49138.0 5896903 47081.0 5897614 48717.0 5898326 46641.0 5899037 48496.0 5899748 49244.0 5900460 48498.0 5901171 47175.0 5901883 49277.0 5902594 49082.0 5903305 48044.0 5904017 47823.0 5904728 49334.0 5905439 48118.0 5906151 47630.0 5906862 49066.0 5907574 48403.0 5908285 47891.0 5908996 50468.0 5909708 47614.0 5910419 48144.0 5911131 48822.0 5911842 48987.0 5912553 49412.0 5913265 49338.0 5913976 46820.0 5914687 48158.0 5915399 47693.0 5916110 47900.0 5916822 48212.0 5917533 47617.0 5918244 47667.0 5918956 48572.0 5919667 47711.0 5920379 47989.0 5921090 47801.0 5921801 47820.0 5922513 47948.0 5923224 49603.0 5923935 48106.0 5924647 49243.0 5925358 47412.0 5926070 48890.0 5926781 47879.0 5927492 48910.0 5928204 46877.0 5928915 47913.0 5929626 47963.0 5930338 48407.0 5931049 50525.0 5931761 49104.0 5932472 47745.0 5933183 47642.0 5933895 47841.0 5934606 48137.0 5935318 49506.0 5936029 48657.0 5936740 48551.0 5937452 48921.0 5938163 49036.0 5938874 48946.0 5939586 48564.0 5940297 48972.0 5941009 48366.0 5941720 48609.0 5942431 47512.0 5943143 49179.0 5943854 48331.0 5944566 49229.0 5945277 46955.0 5945988 48438.0 5946700 48077.0 5947411 48521.0 5948122 47933.0 5948834 48539.0 5949545 47269.0 5950257 48717.0 5950968 48200.0 5951679 49472.0 5952391 47200.0 5953102 48790.0 5953813 47643.0 5954525 48522.0 5955236 47935.0 5955948 49309.0 5956659 49815.0 5957370 49204.0 5958082 48611.0 5958793 47967.0 5959505 48199.0 5960216 47572.0 5960927 49163.0 5961639 47582.0 5962350 47977.0 5963061 47311.0 5963773 48158.0 5964484 47816.0 5965196 48421.0 5965907 47740.0 5966618 47685.0 5967330 49090.0 5968041 46887.0 5968753 47871.0 5969464 48301.0 5970175 48697.0 5970887 48301.0 5971598 49238.0 5972309 48418.0 5973021 47443.0 5973732 48478.0 5974444 48015.0 5975155 47793.0 5975866 48066.0 5976578 47119.0 5977289 47350.0 5978000 48289.0 5978712 48990.0 5979423 49618.0 5980135 48402.0 5980846 49690.0 5981557 48849.0 5982269 48277.0 5982980 47396.0 5983692 48800.0 5984403 47962.0 5985114 48405.0 5985826 49187.0 5986537 47554.0 5987248 48446.0 5987960 48541.0 5988671 46237.0 5989383 47062.0 5990094 48383.0 5990805 47950.0 5991517 48016.0 5992228 48679.0 5992939 49081.0 5993651 47307.0 5994362 47715.0 5995074 48349.0 5995785 47600.0 5996496 48041.0 5997208 47765.0 5997919 48171.0 5998631 48862.0 5999342 47414.0 6000053 48171.0 6000765 47165.0 6001476 48416.0 6002187 48047.0 6002899 48014.0 6003610 49066.0 6004322 45685.0 6005033 48035.0 6005744 48601.0 6006456 48172.0 6007167 48766.0 6007879 48280.0 6008590 48277.0 6009301 48347.0 6010013 47839.0 6010724 48352.0 6011435 49638.0 6012147 46854.0 6012858 48874.0 6013570 48396.0 6014281 47373.0 6014992 47244.0 6015704 49479.0 6016415 48775.0 6017126 48504.0 6017838 47973.0 6018549 47304.0 6019261 47706.0 6019972 47096.0 6020683 47806.0 6021395 49423.0 6022106 47945.0 6022818 48366.0 6023529 48353.0 6024240 46701.0 6024952 47861.0 6025663 47776.0 6026374 48047.0 6027086 48182.0 6027797 47345.0 6028509 47416.0 6029220 47136.0 6029931 48817.0 6030643 48104.0 6031354 48344.0 6032066 47811.0 6032777 48563.0 6033488 48038.0 6034200 48268.0 6034911 47164.0 6035622 49827.0 6036334 48019.0 6037045 48339.0 6037757 48299.0 6038468 49134.0 6039179 47077.0 6039891 48597.0 6040602 47511.0 6041313 49212.0 6042025 48763.0 6042736 48208.0 6043448 47833.0 6044159 49019.0 6044870 48534.0 6045582 48131.0 6046293 47291.0 6047005 48290.0 6047716 48289.0 6048427 48948.0 6049139 47048.0 6049850 48487.0 6050561 47742.0 6051273 48302.0 6051984 48025.0 6052696 48437.0 6053407 46842.0 6054118 46646.0 6054830 46799.0 6055541 47486.0 6056253 48460.0 6056964 48337.0 6057675 49605.0 6058387 48698.0 6059098 48874.0 6059809 48365.0 6060521 48162.0 6061232 48830.0 6061944 48731.0 6062655 48076.0 6063366 48315.0 6064078 49125.0 6064789 48372.0 6065500 48053.0 6066212 48275.0 6066923 47086.0 6067635 47565.0 6068346 48072.0 6069057 48000.0 6069769 49090.0 6070480 49406.0 6071192 48549.0 6071903 49239.0 6072614 48420.0 6073326 48718.0 6074037 47901.0 6074748 46942.0 6075460 48656.0 6076171 48604.0 6076883 49533.0 6077594 48849.0 6078305 47297.0 6079017 47078.0 6079728 47040.0 6080440 46664.0 6081151 47082.0 6081862 48958.0 6082574 48140.0 6083285 47723.0 6083996 47557.0 6084708 48032.0 6085419 48469.0 6086131 48318.0 6086842 47188.0 6087553 48822.0 6088265 48173.0 6088976 48430.0 6089687 45963.0 6090399 48345.0 6091110 47818.0 6091822 47752.0 6092533 47249.0 6093244 47890.0 6093956 47719.0 6094667 47480.0 6095379 47856.0 6096090 49972.0 6096801 48045.0 6097513 47718.0 6098224 47624.0 6098935 48457.0 6099647 49245.0 6100358 47767.0 6101070 48218.0 6101781 47869.0 6102492 48390.0 6103204 49048.0 6103915 47527.0 6104627 48081.0 6105338 47551.0 6106049 47377.0 6106761 47916.0 6107472 49179.0 6108183 47164.0 6108895 48542.0 6109606 49264.0 6110318 47980.0 6111029 47882.0 6111740 48708.0 6112452 48193.0 6113163 47530.0 6113874 48727.0 6114586 47903.0 6115297 47971.0 6116009 46865.0 6116720 47868.0 6117431 47235.0 6118143 48471.0 6118854 47390.0 6119566 47237.0 6120277 47610.0 6120988 47912.0 6121700 46892.0 6122411 48935.0 6123122 48018.0 6123834 47344.0 6124545 47173.0 6125257 48893.0 6125968 47814.0 6126679 48497.0 6127391 47936.0 6128102 48159.0 6128814 47044.0 6129525 47292.0 6130236 47453.0 6130948 48558.0 6131659 48683.0 6132370 48408.0 6133082 47914.0 6133793 48566.0 6134505 47476.0 6135216 47188.0 6135927 48718.0 6136639 46891.0 6137350 47526.0 6138061 47757.0 6138773 47958.0 6139484 47437.0LineSeries4_2000066400000000000000000004130351436443153700407630ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support5948 11358.0 6659 11095.0 7370 11259.0 8082 11409.0 8793 11319.0 9505 12928.0 10216 18059.0 10927 18764.0 11639 18298.0 12350 18257.0 13062 18642.0 13773 18221.0 14484 17669.0 15196 17986.0 15907 18317.0 16618 17651.0 17330 17616.0 18041 17149.0 18753 17513.0 19464 17804.0 20175 18314.0 20887 17442.0 21598 17704.0 22309 17944.0 23021 17200.0 23732 18027.0 24444 17692.0 25155 18234.0 25866 17971.0 26578 17371.0 27289 17764.0 28001 17956.0 28712 18360.0 29423 17624.0 30135 17524.0 30846 17769.0 31557 17620.0 32269 18641.0 32980 17715.0 33692 17957.0 34403 18196.0 35114 18659.0 35826 18434.0 36537 17778.0 37249 17504.0 37960 18464.0 38671 18674.0 39383 17533.0 40094 17238.0 40805 18086.0 41517 17928.0 42228 17175.0 42940 17245.0 43651 17280.0 44362 17630.0 45074 17492.0 45785 17765.0 46496 17544.0 47208 17536.0 47919 18179.0 48631 18140.0 49342 17907.0 50053 18027.0 50765 17546.0 51476 17388.0 52188 18547.0 52899 17679.0 53610 17899.0 54322 17662.0 55033 17837.0 55744 17407.0 56456 17652.0 57167 17703.0 57879 17422.0 58590 18499.0 59301 17591.0 60013 17633.0 60724 17079.0 61435 17309.0 62147 17606.0 62858 17677.0 63570 17319.0 64281 17423.0 64992 17603.0 65704 17801.0 66415 17632.0 67127 17546.0 67838 19791.0 68549 20177.0 69261 19484.0 69972 19376.0 70683 19033.0 71395 18392.0 72106 18365.0 72818 18673.0 73529 18560.0 74240 18180.0 74952 18554.0 75663 18142.0 76375 18059.0 77086 18031.0 77797 17763.0 78509 17713.0 79220 17514.0 79931 17777.0 80643 17759.0 81354 18068.0 82066 18128.0 82777 17634.0 83488 17622.0 84200 17633.0 84911 17366.0 85622 17616.0 86334 17923.0 87045 18069.0 87757 18235.0 88468 18561.0 89179 18005.0 89891 17575.0 90602 17554.0 91314 16723.0 92025 18073.0 92736 17590.0 93448 17253.0 94159 17715.0 94870 17369.0 95582 17376.0 96293 17343.0 97005 17954.0 97716 17911.0 98427 17990.0 99139 17538.0 99850 18023.0 100562 17560.0 101273 17264.0 101984 17766.0 102696 17710.0 103407 17154.0 104118 17183.0 104830 17050.0 105541 17096.0 106253 17703.0 106964 17625.0 107675 16548.0 108387 17812.0 109098 17411.0 109809 17527.0 110521 16858.0 111232 17511.0 111944 17279.0 112655 16971.0 113366 17230.0 114078 17166.0 114789 17408.0 115501 17555.0 116212 16788.0 116923 16985.0 117635 16953.0 118346 17959.0 119057 16885.0 119769 17786.0 120480 17161.0 121192 17313.0 121903 17024.0 122614 16999.0 123326 16596.0 124037 17636.0 124749 16513.0 125460 17650.0 126171 17132.0 126883 16745.0 127594 17183.0 128305 17854.0 129017 17122.0 129728 17608.0 130440 16392.0 131151 17238.0 131862 16609.0 132574 17050.0 133285 16893.0 133996 17088.0 134708 17039.0 135419 16997.0 136131 17534.0 136842 16825.0 137553 17442.0 138265 17485.0 138976 17078.0 139688 16915.0 140399 16810.0 141110 17440.0 141822 17385.0 142533 17075.0 143244 17624.0 143956 16535.0 144667 16403.0 145379 16997.0 146090 17106.0 146801 16623.0 147513 16419.0 148224 17836.0 148936 17466.0 149647 17480.0 150358 17106.0 151070 16979.0 151781 16964.0 152492 17316.0 153204 17214.0 153915 16231.0 154627 14515.0 155338 13809.0 156049 13706.0 156761 13155.0 157472 13384.0 158183 13100.0 158895 13248.0 159606 12880.0 160318 12808.0 161029 12681.0 161740 12534.0 162452 12528.0 163163 12482.0 163875 12499.0 164586 12681.0 165297 12644.0 166009 12009.0 166720 12545.0 167431 12478.0 168143 12528.0 168854 12453.0 169566 12370.0 170277 12290.0 170988 12408.0 171700 12231.0 172411 12554.0 173123 12657.0 173834 11746.0 174545 12489.0 175257 12429.0 175968 12470.0 176679 12488.0 177391 12219.0 178102 11907.0 178814 12250.0 179525 12937.0 180236 12250.0 180948 12276.0 181659 12413.0 182370 12291.0 183082 12722.0 183793 12295.0 184505 13019.0 185216 12659.0 185927 12421.0 186639 12402.0 187350 12660.0 188062 12396.0 188773 12565.0 189484 12009.0 190196 11791.0 190907 12090.0 191618 11818.0 192330 12320.0 193041 12340.0 193753 12029.0 194464 12230.0 195175 12615.0 195887 12345.0 196598 12391.0 197310 12325.0 198021 12225.0 198732 12032.0 199444 12368.0 200155 12181.0 200866 12509.0 201578 12216.0 202289 12244.0 203001 12078.0 203712 12133.0 204423 12379.0 205135 12436.0 205846 12474.0 206557 16666.0 207269 42433.0 207980 184573.0 208692 604804.0 209403 1172479.0 210114 1541937.0 210826 1663860.0 211537 1677887.0 212249 1639221.0 212960 1532937.0 213671 1358641.0 214383 1191574.0 215094 1045740.0 215805 873065.0 216517 724812.0 217228 613141.0 217940 530117.0 218651 445384.0 219362 354065.0 220074 267657.0 220785 204784.0 221497 206912.0 222208 325648.0 222919 491843.0 223631 653029.0 224342 757186.0 225053 783120.0 225765 759811.0 226476 706641.0 227188 649526.0 227899 593191.0 228610 519132.0 229322 445620.0 230033 378511.0 230744 326621.0 231456 288696.0 232167 308341.0 232879 359706.0 233590 333613.0 234301 300872.0 235013 287439.0 235724 266513.0 236436 231719.0 237147 197435.0 237858 167053.0 238570 146989.0 239281 133912.0 239992 124607.0 240704 118072.0 241415 112747.0 242127 105911.0 242838 97361.0 243549 90659.0 244261 90514.0 244972 106412.0 245683 123336.0 246395 127132.0 247106 122785.0 247818 119773.0 248529 117162.0 249240 112937.0 249952 102791.0 250663 90749.0 251375 79922.0 252086 74199.0 252797 70304.0 253509 66861.0 254220 63635.0 254931 59505.0 255643 57620.0 256354 54967.0 257066 52160.0 257777 50906.0 258488 49250.0 259200 48092.0 259911 48445.0 260623 49901.0 261334 52341.0 262045 55207.0 262757 56424.0 263468 61193.0 264179 87348.0 264891 118847.0 265602 132004.0 266314 133947.0 267025 128629.0 267736 123145.0 268448 112581.0 269159 103856.0 269870 95675.0 270582 86589.0 271293 78219.0 272005 74742.0 272716 70913.0 273427 71203.0 274139 69134.0 274850 62266.0 275562 59165.0 276273 88266.0 276984 245920.0 277696 385132.0 278407 406518.0 279118 388283.0 279830 380165.0 280541 362733.0 281253 314296.0 281964 239007.0 282675 171104.0 283387 121246.0 284098 88339.0 284810 70305.0 285521 58214.0 286232 52376.0 286944 48352.0 287655 44669.0 288366 42092.0 289078 42165.0 289789 39646.0 290501 39159.0 291212 37421.0 291923 35843.0 292635 35647.0 293346 35187.0 294057 35428.0 294769 35440.0 295480 37910.0 296192 39009.0 296903 37853.0 297614 38366.0 298326 37796.0 299037 37956.0 299749 36168.0 300460 35130.0 301171 34202.0 301883 32499.0 302594 33240.0 303305 31865.0 304017 31084.0 304728 32131.0 305440 31787.0 306151 31774.0 306862 30902.0 307574 31116.0 308285 30581.0 308997 30509.0 309708 30321.0 310419 30667.0 311131 33735.0 311842 35908.0 312553 36484.0 313265 38047.0 313976 37403.0 314688 39057.0 315399 40044.0 316110 39856.0 316822 37299.0 317533 35321.0 318244 34012.0 318956 32967.0 319667 31216.0 320379 30552.0 321090 29305.0 321801 27712.0 322513 27217.0 323224 26597.0 323936 26678.0 324647 26143.0 325358 26855.0 326070 28487.0 326781 28676.0 327492 27777.0 328204 27527.0 328915 28287.0 329627 27452.0 330338 27217.0 331049 26633.0 331761 27123.0 332472 29818.0 333184 33278.0 333895 36503.0 334606 39542.0 335318 40682.0 336029 41797.0 336740 40919.0 337452 39522.0 338163 37073.0 338875 35298.0 339586 31957.0 340297 29906.0 341009 28668.0 341720 27457.0 342431 29442.0 343143 32147.0 343854 34791.0 344566 35706.0 345277 37127.0 345988 35333.0 346700 34401.0 347411 32597.0 348123 31004.0 348834 28726.0 349545 29086.0 350257 35393.0 350968 42089.0 351679 46557.0 352391 51791.0 353102 61317.0 353814 73726.0 354525 96262.0 355236 112924.0 355948 113359.0 356659 107634.0 357371 100128.0 358082 92952.0 358793 83415.0 359505 69986.0 360216 58137.0 360927 49519.0 361639 43422.0 362350 38906.0 363062 34666.0 363773 32100.0 364484 30062.0 365196 28064.0 365907 27127.0 366618 26280.0 367330 26127.0 368041 25464.0 368753 25646.0 369464 25397.0 370175 25085.0 370887 25640.0 371598 24960.0 372310 24888.0 373021 24223.0 373732 23911.0 374444 23924.0 375155 23975.0 375866 24206.0 376578 23643.0 377289 23106.0 378001 22987.0 378712 23484.0 379423 35623.0 380135 69935.0 380846 95419.0 381558 99703.0 382269 101319.0 382980 99403.0 383692 93267.0 384403 78767.0 385114 62474.0 385826 52070.0 386537 42975.0 387249 39270.0 387960 35111.0 388671 32432.0 389383 31926.0 390094 30519.0 390805 30524.0 391517 29593.0 392228 28236.0 392940 27393.0 393651 28132.0 394362 26422.0 395074 26376.0 395785 25509.0 396497 24469.0 397208 24747.0 397919 23743.0 398631 23989.0 399342 23043.0 400053 23023.0 400765 23597.0 401476 23184.0 402188 21997.0 402899 22307.0 403610 22710.0 404322 23018.0 405033 22445.0 405745 20963.0 406456 22032.0 407167 21912.0 407879 22973.0 408590 22105.0 409301 21554.0 410013 23263.0 410724 22771.0 411436 21184.0 412147 20930.0 412858 21126.0 413570 21492.0 414281 21420.0 414992 20311.0 415704 20031.0 416415 20830.0 417127 20116.0 417838 19928.0 418549 19811.0 419261 20113.0 419972 20298.0 420684 20413.0 421395 31747.0 422106 105122.0 422818 234104.0 423529 384677.0 424240 527283.0 424952 661055.0 425663 790782.0 426375 911499.0 427086 1023016.0 427797 1080023.0 428509 859334.0 429220 240793.0 429932 116631.0 430643 84766.0 431354 70419.0 432066 61497.0 432777 54622.0 433488 50823.0 434200 46220.0 434911 44147.0 435623 42078.0 436334 39863.0 437045 37594.0 437757 39517.0 438468 38820.0 439179 37826.0 439891 36446.0 440602 36440.0 441314 35288.0 442025 33521.0 442736 34253.0 443448 33089.0 444159 37708.0 444871 39386.0 445582 38749.0 446293 38577.0 447005 37833.0 447716 36388.0 448427 35619.0 449139 34576.0 449850 32705.0 450562 32090.0 451273 32417.0 451984 31320.0 452696 30942.0 453407 30261.0 454119 30147.0 454830 29143.0 455541 28908.0 456253 28382.0 456964 27647.0 457675 28088.0 458387 28232.0 459098 27675.0 459810 27043.0 460521 26876.0 461232 27606.0 461944 26268.0 462655 26953.0 463366 26581.0 464078 28049.0 464789 30010.0 465501 30602.0 466212 29687.0 466923 30013.0 467635 28511.0 468346 27563.0 469058 27492.0 469769 27587.0 470480 28951.0 471192 38673.0 471903 53502.0 472614 60723.0 473326 63874.0 474037 65113.0 474749 68758.0 475460 65361.0 476171 57715.0 476883 51669.0 477594 47306.0 478305 41238.0 479017 35982.0 479728 33306.0 480440 28817.0 481151 28231.0 481862 30447.0 482574 35859.0 483285 39928.0 483997 41654.0 484708 40869.0 485419 40069.0 486131 41170.0 486842 41405.0 487553 37664.0 488265 37787.0 488976 35448.0 489688 32890.0 490399 33142.0 491110 848287.0 491822 1125945.0 492533 1061967.0 493245 769973.0 493956 546015.0 494667 407015.0 495379 322304.0 496090 264533.0 496801 218772.0 497513 185161.0 498224 158103.0 498936 138412.0 499647 120488.0 500358 107479.0 501070 95984.0 501781 87645.0 502492 79451.0 503204 76428.0 503915 71416.0 504627 64873.0 505338 61885.0 506049 56579.0 506761 54140.0 507472 51237.0 508184 49480.0 508895 46526.0 509606 43615.0 510318 41185.0 511029 40274.0 511740 39591.0 512452 38148.0 513163 38824.0 513875 38599.0 514586 39065.0 515297 37947.0 516009 36673.0 516720 35012.0 517432 32644.0 518143 32014.0 518854 31345.0 519566 29147.0 520277 30092.0 520988 29585.0 521700 28576.0 522411 27744.0 523123 28369.0 523834 27695.0 524545 28272.0 525257 27037.0 525968 26014.0 526679 26469.0 527391 26339.0 528102 25749.0 528814 25680.0 529525 25352.0 530236 26341.0 530948 25797.0 531659 26417.0 532371 28871.0 533082 31935.0 533793 34866.0 534505 36415.0 535216 34747.0 535927 32000.0 536639 30121.0 537350 27005.0 538062 27220.0 538773 25049.0 539484 25612.0 540196 25036.0 540907 25153.0 541619 24419.0 542330 25553.0 543041 25113.0 543753 25141.0 544464 24355.0 545175 23308.0 545887 23066.0 546598 22722.0 547310 22689.0 548021 23756.0 548732 22971.0 549444 24573.0 550155 23806.0 550866 24988.0 551578 23870.0 552289 22399.0 553001 21706.0 553712 20884.0 554423 21194.0 555135 21573.0 555846 20865.0 556558 20843.0 557269 21129.0 557980 21957.0 558692 21833.0 559403 21624.0 560114 22009.0 560826 21254.0 561537 21499.0 562249 21498.0 562960 20992.0 563671 20895.0 564383 20742.0 565094 20285.0 565806 20386.0 566517 20932.0 567228 19219.0 567940 19964.0 568651 19602.0 569362 20759.0 570074 20291.0 570785 19701.0 571497 19887.0 572208 19662.0 572919 20024.0 573631 20471.0 574342 21538.0 575053 31594.0 575765 48053.0 576476 59212.0 577188 62714.0 577899 60666.0 578610 54901.0 579322 61524.0 580033 122317.0 580745 241895.0 581456 373982.0 582167 472444.0 582879 503475.0 583590 377553.0 584301 190640.0 585013 99154.0 585724 64101.0 586436 47503.0 587147 39762.0 587858 34392.0 588570 32472.0 589281 29605.0 589993 28209.0 590704 26762.0 591415 26868.0 592127 25042.0 592838 25421.0 593549 24225.0 594261 23322.0 594972 24467.0 595684 25691.0 596395 27565.0 597106 28284.0 597818 29185.0 598529 30313.0 599240 27872.0 599952 26722.0 600663 25692.0 601375 24485.0 602086 22642.0 602797 22806.0 603509 22519.0 604220 21857.0 604932 21397.0 605643 21380.0 606354 21688.0 607066 21299.0 607777 20880.0 608488 20694.0 609200 20767.0 609911 20304.0 610623 19912.0 611334 21049.0 612045 19574.0 612757 19874.0 613468 20160.0 614180 19826.0 614891 19498.0 615602 19687.0 616314 20276.0 617025 21288.0 617736 23512.0 618448 24775.0 619159 24216.0 619871 23110.0 620582 22381.0 621293 22089.0 622005 20748.0 622716 20605.0 623427 19928.0 624139 19721.0 624850 19224.0 625562 19318.0 626273 19350.0 626984 19980.0 627696 19579.0 628407 19773.0 629119 19494.0 629830 19287.0 630541 18564.0 631253 19024.0 631964 19323.0 632675 18857.0 633387 19412.0 634098 19390.0 634810 18781.0 635521 18741.0 636232 18642.0 636944 18999.0 637655 19125.0 638367 18764.0 639078 17816.0 639789 17511.0 640501 18385.0 641212 18309.0 641923 19215.0 642635 18454.0 643346 18290.0 644058 18476.0 644769 17866.0 645480 18879.0 646192 18575.0 646903 18671.0 647614 19500.0 648326 19525.0 649037 18923.0 649749 19065.0 650460 19800.0 651171 20062.0 651883 20534.0 652594 19493.0 653306 19162.0 654017 20266.0 654728 28276.0 655440 45605.0 656151 60323.0 656862 64327.0 657574 55613.0 658285 43767.0 658997 33735.0 659708 28091.0 660419 24144.0 661131 21843.0 661842 21288.0 662553 22103.0 663265 23483.0 663976 27354.0 664688 30542.0 665399 32731.0 666110 32325.0 666822 30405.0 667533 27721.0 668245 26585.0 668956 24145.0 669667 22600.0 670379 21606.0 671090 20657.0 671801 22474.0 672513 23720.0 673224 24461.0 673936 24250.0 674647 23493.0 675358 22869.0 676070 22238.0 676781 21307.0 677493 21937.0 678204 21872.0 678915 22515.0 679627 21951.0 680338 21838.0 681049 22328.0 681761 21396.0 682472 20704.0 683184 19717.0 683895 19567.0 684606 18985.0 685318 20657.0 686029 23805.0 686740 28480.0 687452 29589.0 688163 28867.0 688875 25858.0 689586 23038.0 690297 20744.0 691009 19539.0 691720 19120.0 692432 18458.0 693143 17880.0 693854 17828.0 694566 17277.0 695277 17294.0 695988 17064.0 696700 18103.0 697411 17376.0 698123 17243.0 698834 18347.0 699545 21954.0 700257 24456.0 700968 25608.0 701680 24629.0 702391 22502.0 703102 20651.0 703814 19151.0 704525 18521.0 705236 18355.0 705948 18689.0 706659 19491.0 707371 19485.0 708082 20246.0 708793 20858.0 709505 20427.0 710216 20398.0 710927 19854.0 711639 19154.0 712350 18524.0 713062 17966.0 713773 17487.0 714484 17375.0 715196 17730.0 715907 17340.0 716619 16578.0 717330 17033.0 718041 17342.0 718753 17857.0 719464 18585.0 720175 19067.0 720887 19782.0 721598 19699.0 722310 19371.0 723021 18218.0 723732 18380.0 724444 18087.0 725155 17486.0 725867 17449.0 726578 17194.0 727289 17028.0 728001 17290.0 728712 17186.0 729423 17455.0 730135 18116.0 730846 17272.0 731558 18065.0 732269 17743.0 732980 18525.0 733692 17861.0 734403 17078.0 735114 16963.0 735826 16547.0 736537 16830.0 737249 17114.0 737960 17129.0 738671 17295.0 739383 17155.0 740094 19537.0 740806 24784.0 741517 30374.0 742228 31786.0 742940 31624.0 743651 33171.0 744362 30278.0 745074 27680.0 745785 25915.0 746497 24534.0 747208 23300.0 747919 23008.0 748631 22231.0 749342 21661.0 750054 21137.0 750765 20902.0 751476 20446.0 752188 20172.0 752899 20779.0 753610 20244.0 754322 19828.0 755033 18878.0 755745 19471.0 756456 19035.0 757167 18166.0 757879 17940.0 758590 17982.0 759301 18311.0 760013 17588.0 760724 17830.0 761436 17751.0 762147 17672.0 762858 17960.0 763570 17341.0 764281 17600.0 764993 17135.0 765704 17431.0 766415 18011.0 767127 17753.0 767838 18080.0 768549 18243.0 769261 17625.0 769972 17608.0 770684 18018.0 771395 18376.0 772106 17173.0 772818 17111.0 773529 17044.0 774241 17084.0 774952 16461.0 775663 17740.0 776375 17424.0 777086 17766.0 777797 17605.0 778509 18591.0 779220 17736.0 779932 17251.0 780643 17483.0 781354 17227.0 782066 16365.0 782777 15924.0 783488 16918.0 784200 16855.0 784911 16333.0 785623 16092.0 786334 15739.0 787045 16080.0 787757 16083.0 788468 16521.0 789180 17096.0 789891 19774.0 790602 22380.0 791314 25070.0 792025 28151.0 792736 39080.0 793448 56272.0 794159 61139.0 794871 51884.0 795582 42134.0 796293 33472.0 797005 27024.0 797716 22977.0 798428 22122.0 799139 20593.0 799850 19734.0 800562 19064.0 801273 19327.0 801984 18219.0 802696 18245.0 803407 17764.0 804119 17399.0 804830 17260.0 805541 17466.0 806253 17870.0 806964 17903.0 807675 17684.0 808387 18082.0 809098 18403.0 809810 18810.0 810521 18130.0 811232 18484.0 811944 17863.0 812655 18142.0 813367 17293.0 814078 17029.0 814789 16856.0 815501 16595.0 816212 16383.0 816923 16044.0 817635 16577.0 818346 16582.0 819058 16068.0 819769 16315.0 820480 17404.0 821192 16845.0 821903 16113.0 822615 17584.0 823326 17179.0 824037 17841.0 824749 16745.0 825460 17986.0 826171 18690.0 826883 23904.0 827594 31334.0 828306 41552.0 829017 49114.0 829728 48964.0 830440 41101.0 831151 34454.0 831862 29851.0 832574 27019.0 833285 25159.0 833997 24020.0 834708 24160.0 835419 23805.0 836131 24629.0 836842 26721.0 837554 26184.0 838265 25919.0 838976 24281.0 839688 21707.0 840399 21343.0 841110 20227.0 841822 19920.0 842533 19488.0 843245 19257.0 843956 19207.0 844667 19478.0 845379 19772.0 846090 19121.0 846802 18764.0 847513 18491.0 848224 17834.0 848936 18120.0 849647 17965.0 850358 20298.0 851070 26498.0 851781 36716.0 852493 44218.0 853204 43846.0 853915 37922.0 854627 30973.0 855338 24845.0 856049 22065.0 856761 20692.0 857472 20284.0 858184 18915.0 858895 18063.0 859606 18529.0 860318 17633.0 861029 18856.0 861741 18799.0 862452 19471.0 863163 22463.0 863875 38700.0 864586 94119.0 865297 191473.0 866009 316021.0 866720 428935.0 867432 466317.0 868143 300773.0 868854 128107.0 869566 62577.0 870277 42933.0 870988 34114.0 871700 29982.0 872411 27215.0 873123 25678.0 873834 23897.0 874545 22992.0 875257 22445.0 875968 21545.0 876680 21711.0 877391 21063.0 878102 20735.0 878814 21339.0 879525 22610.0 880236 24583.0 880948 25810.0 881659 26266.0 882371 25121.0 883082 23918.0 883793 22273.0 884505 21934.0 885216 21303.0 885928 20968.0 886639 20352.0 887350 19566.0 888062 19908.0 888773 18580.0 889484 18491.0 890196 18956.0 890907 18940.0 891619 18607.0 892330 18618.0 893041 18817.0 893753 18646.0 894464 19597.0 895175 18214.0 895887 17501.0 896598 17808.0 897310 19271.0 898021 29005.0 898732 57365.0 899444 98620.0 900155 126057.0 900867 116253.0 901578 82064.0 902289 51312.0 903001 42872.0 903712 64162.0 904423 101989.0 905135 122916.0 905846 106292.0 906558 73267.0 907269 49460.0 907980 37017.0 908692 29623.0 909403 26622.0 910115 25061.0 910826 22790.0 911537 22099.0 912249 21858.0 912960 21200.0 913671 20544.0 914383 20586.0 915094 20747.0 915806 20240.0 916517 19125.0 917228 19038.0 917940 19282.0 918651 18913.0 919362 20424.0 920074 20745.0 920785 22755.0 921497 23622.0 922208 22008.0 922919 21049.0 923631 19632.0 924342 19492.0 925054 19073.0 925765 18645.0 926476 19315.0 927188 18575.0 927899 18459.0 928610 18737.0 929322 19418.0 930033 20960.0 930745 21582.0 931456 21486.0 932167 20619.0 932879 18550.0 933590 19233.0 934302 18402.0 935013 18462.0 935724 17595.0 936436 17649.0 937147 16160.0 937858 16977.0 938570 16521.0 939281 17015.0 939993 16792.0 940704 15912.0 941415 16306.0 942127 17363.0 942838 24992.0 943549 39908.0 944261 55573.0 944972 56732.0 945684 46833.0 946395 36321.0 947106 28988.0 947818 25168.0 948529 23514.0 949241 24292.0 949952 28148.0 950663 30193.0 951375 29379.0 952086 27048.0 952797 23816.0 953509 23058.0 954220 20866.0 954932 19845.0 955643 20181.0 956354 19912.0 957066 21072.0 957777 23540.0 958489 26620.0 959200 32683.0 959911 38508.0 960623 38253.0 961334 35698.0 962045 32605.0 962757 27137.0 963468 23955.0 964180 20646.0 964891 19743.0 965602 19283.0 966314 19831.0 967025 19826.0 967736 18757.0 968448 18865.0 969159 18817.0 969871 20167.0 970582 18834.0 971293 18402.0 972005 18442.0 972716 17323.0 973428 17870.0 974139 18784.0 974850 19493.0 975562 19314.0 976273 19920.0 976984 19832.0 977696 22788.0 978407 23723.0 979119 24067.0 979830 21422.0 980541 20360.0 981253 19313.0 981964 17476.0 982676 17315.0 983387 17480.0 984098 16900.0 984810 17198.0 985521 16816.0 986232 17131.0 986944 17357.0 987655 17302.0 988367 16190.0 989078 17227.0 989789 16661.0 990501 16804.0 991212 16695.0 991923 16985.0 992635 16799.0 993346 16982.0 994058 16642.0 994769 17453.0 995480 18409.0 996192 20225.0 996903 22863.0 997615 27726.0 998326 45332.0 999037 96336.0 999749 178518.0 1000460 293881.0 1001171 426698.0 1001883 528910.0 1002594 441119.0 1003306 339683.0 1004017 370384.0 1004728 426256.0 1005440 354325.0 1006151 154155.0 1006863 60052.0 1007574 37742.0 1008285 30976.0 1008997 27151.0 1009708 25880.0 1010419 24126.0 1011131 22421.0 1011842 21352.0 1012554 21617.0 1013265 20450.0 1013976 20681.0 1014688 21530.0 1015399 23987.0 1016110 24431.0 1016822 23518.0 1017533 23108.0 1018245 22991.0 1018956 23859.0 1019667 23635.0 1020379 23618.0 1021090 21324.0 1021802 20896.0 1022513 19924.0 1023224 19484.0 1023936 19204.0 1024647 19024.0 1025358 17811.0 1026070 18194.0 1026781 18032.0 1027493 17838.0 1028204 17857.0 1028915 17994.0 1029627 18143.0 1030338 17491.0 1031050 16873.0 1031761 17217.0 1032472 16996.0 1033184 17798.0 1033895 21940.0 1034606 36283.0 1035318 62944.0 1036029 77515.0 1036741 69845.0 1037452 48224.0 1038163 34465.0 1038875 25967.0 1039586 22205.0 1040297 20355.0 1041009 19109.0 1041720 19062.0 1042432 23091.0 1043143 39952.0 1043854 96262.0 1044566 182895.0 1045277 234976.0 1045989 205946.0 1046700 125143.0 1047411 69463.0 1048123 43556.0 1048834 32659.0 1049545 26705.0 1050257 25087.0 1050968 23715.0 1051680 23937.0 1052391 25401.0 1053102 28514.0 1053814 28720.0 1054525 26816.0 1055237 24057.0 1055948 21380.0 1056659 20394.0 1057371 19624.0 1058082 19074.0 1058793 19352.0 1059505 18209.0 1060216 19905.0 1060928 18633.0 1061639 18553.0 1062350 19257.0 1063062 18460.0 1063773 18975.0 1064484 17634.0 1065196 18032.0 1065907 17906.0 1066619 16978.0 1067330 17675.0 1068041 17615.0 1068753 17656.0 1069464 17737.0 1070176 18205.0 1070887 17164.0 1071598 16926.0 1072310 16700.0 1073021 16903.0 1073732 16844.0 1074444 16123.0 1075155 17646.0 1075867 16451.0 1076578 16598.0 1077289 16688.0 1078001 17296.0 1078712 17334.0 1079423 17103.0 1080135 17645.0 1080846 16903.0 1081558 17092.0 1082269 15660.0 1082980 16418.0 1083692 15875.0 1084403 16206.0 1085115 16461.0 1085826 15466.0 1086537 16617.0 1087249 16301.0 1087960 18061.0 1088671 17344.0 1089383 17844.0 1090094 18239.0 1090806 17564.0 1091517 16980.0 1092228 17047.0 1092940 16706.0 1093651 16417.0 1094363 16385.0 1095074 15916.0 1095785 16138.0 1096497 15700.0 1097208 15606.0 1097919 16246.0 1098631 15390.0 1099342 16089.0 1100054 15939.0 1100765 18198.0 1101476 19616.0 1102188 22315.0 1102899 20491.0 1103610 20059.0 1104322 18892.0 1105033 18422.0 1105745 18459.0 1106456 18132.0 1107167 19000.0 1107879 17659.0 1108590 18386.0 1109302 18456.0 1110013 17511.0 1110724 17420.0 1111436 17079.0 1112147 16624.0 1112858 16449.0 1113570 15614.0 1114281 16177.0 1114993 16595.0 1115704 17755.0 1116415 17592.0 1117127 18664.0 1117838 18438.0 1118550 17836.0 1119261 17292.0 1119972 17070.0 1120684 16800.0 1121395 17676.0 1122106 18686.0 1122818 20858.0 1123529 22115.0 1124241 22222.0 1124952 20087.0 1125663 18739.0 1126375 17807.0 1127086 18403.0 1127797 17190.0 1128509 16998.0 1129220 16598.0 1129932 16742.0 1130643 16557.0 1131354 16065.0 1132066 15197.0 1132777 15817.0 1133489 16132.0 1134200 16376.0 1134911 16736.0 1135623 17822.0 1136334 17950.0 1137045 17897.0 1137757 17893.0 1138468 18974.0 1139180 18605.0 1139891 18288.0 1140602 18394.0 1141314 18245.0 1142025 17499.0 1142737 16843.0 1143448 16569.0 1144159 16027.0 1144871 16204.0 1145582 16051.0 1146293 16170.0 1147005 17656.0 1147716 18126.0 1148428 21241.0 1149139 21559.0 1149850 20859.0 1150562 18338.0 1151273 16732.0 1151984 16471.0 1152696 16573.0 1153407 16231.0 1154119 16289.0 1154830 16839.0 1155541 18362.0 1156253 18892.0 1156964 17434.0 1157676 17110.0 1158387 16909.0 1159098 15603.0 1159810 16711.0 1160521 16923.0 1161232 17093.0 1161944 16895.0 1162655 17381.0 1163367 18147.0 1164078 18157.0 1164789 18873.0 1165501 19965.0 1166212 19615.0 1166924 18616.0 1167635 23644.0 1168346 32838.0 1169058 41624.0 1169769 44624.0 1170480 34974.0 1171192 28559.0 1171903 22541.0 1172615 20265.0 1173326 17284.0 1174037 18347.0 1174749 20521.0 1175460 28354.0 1176171 43267.0 1176883 53913.0 1177594 51381.0 1178306 40240.0 1179017 29644.0 1179728 24587.0 1180440 21579.0 1181151 20322.0 1181863 19254.0 1182574 18683.0 1183285 18277.0 1183997 17800.0 1184708 18560.0 1185419 19032.0 1186131 19170.0 1186842 19050.0 1187554 19723.0 1188265 18624.0 1188976 19322.0 1189688 18889.0 1190399 18531.0 1191111 18579.0 1191822 18520.0 1192533 19061.0 1193245 19768.0 1193956 20021.0 1194667 19343.0 1195379 20041.0 1196090 17232.0 1196802 18099.0 1197513 17540.0 1198224 17162.0 1198936 16437.0 1199647 16991.0 1200358 17998.0 1201070 21767.0 1201781 32982.0 1202493 46427.0 1203204 48036.0 1203915 40717.0 1204627 28771.0 1205338 23704.0 1206050 20233.0 1206761 19792.0 1207472 21812.0 1208184 25575.0 1208895 28751.0 1209606 28515.0 1210318 25388.0 1211029 22065.0 1211741 19420.0 1212452 17665.0 1213163 17358.0 1213875 16993.0 1214586 17846.0 1215298 16610.0 1216009 17738.0 1216720 18516.0 1217432 19036.0 1218143 18124.0 1218854 17633.0 1219566 18296.0 1220277 17504.0 1220989 19041.0 1221700 20465.0 1222411 20736.0 1223123 20152.0 1223834 18071.0 1224545 16760.0 1225257 17093.0 1225968 17019.0 1226680 16569.0 1227391 17066.0 1228102 18573.0 1228814 23694.0 1229525 39680.0 1230237 61248.0 1230948 69552.0 1231659 58892.0 1232371 40759.0 1233082 28402.0 1233793 22582.0 1234505 20193.0 1235216 17509.0 1235928 17089.0 1236639 16579.0 1237350 17152.0 1238062 16660.0 1238773 17161.0 1239485 16730.0 1240196 16132.0 1240907 16360.0 1241619 15916.0 1242330 15865.0 1243041 16344.0 1243753 16064.0 1244464 16045.0 1245176 16054.0 1245887 16724.0 1246598 15928.0 1247310 16000.0 1248021 16482.0 1248732 16681.0 1249444 17797.0 1250155 19273.0 1250867 20357.0 1251578 20014.0 1252289 20176.0 1253001 20310.0 1253712 25826.0 1254424 36115.0 1255135 43594.0 1255846 40101.0 1256558 32623.0 1257269 26564.0 1257980 24790.0 1258692 26286.0 1259403 29606.0 1260115 31555.0 1260826 29861.0 1261537 24320.0 1262249 21125.0 1262960 18798.0 1263672 17986.0 1264383 17786.0 1265094 18686.0 1265806 17765.0 1266517 17323.0 1267228 17330.0 1267940 16597.0 1268651 16839.0 1269363 16792.0 1270074 17552.0 1270785 16759.0 1271497 17281.0 1272208 17108.0 1272919 16066.0 1273631 15963.0 1274342 15421.0 1275054 14647.0 1275765 15055.0 1276476 15119.0 1277188 15818.0 1277899 15824.0 1278611 16367.0 1279322 16353.0 1280033 17121.0 1280745 15522.0 1281456 16027.0 1282167 17070.0 1282879 17168.0 1283590 16177.0 1284302 16198.0 1285013 16591.0 1285724 14979.0 1286436 15052.0 1287147 14842.0 1287859 14759.0 1288570 16067.0 1289281 17663.0 1289993 22872.0 1290704 28977.0 1291415 43696.0 1292127 73331.0 1292838 112682.0 1293550 124574.0 1294261 98789.0 1294972 61062.0 1295684 36217.0 1296395 23895.0 1297106 19193.0 1297818 18240.0 1298529 17243.0 1299241 16863.0 1299952 15855.0 1300663 16384.0 1301375 16569.0 1302086 17445.0 1302798 16232.0 1303509 16451.0 1304220 16125.0 1304932 17978.0 1305643 21198.0 1306354 26326.0 1307066 30240.0 1307777 29502.0 1308489 25309.0 1309200 21431.0 1309911 18510.0 1310623 18529.0 1311334 21914.0 1312045 28992.0 1312757 36506.0 1313468 37850.0 1314180 37571.0 1314891 42835.0 1315602 51657.0 1316314 53769.0 1317025 45584.0 1317737 33511.0 1318448 26069.0 1319159 21435.0 1319871 18865.0 1320582 18332.0 1321293 17207.0 1322005 16794.0 1322716 15711.0 1323428 15846.0 1324139 16263.0 1324850 16818.0 1325562 16723.0 1326273 16370.0 1326985 16270.0 1327696 16368.0 1328407 15281.0 1329119 16002.0 1329830 15320.0 1330541 14867.0 1331253 15170.0 1331964 15451.0 1332676 15202.0 1333387 15103.0 1334098 15474.0 1334810 15198.0 1335521 15581.0 1336232 15679.0 1336944 15007.0 1337655 14884.0 1338367 15158.0 1339078 15198.0 1339789 16500.0 1340501 16805.0 1341212 19095.0 1341924 21365.0 1342635 24460.0 1343346 26030.0 1344058 24360.0 1344769 21070.0 1345480 18346.0 1346192 17338.0 1346903 15491.0 1347615 15818.0 1348326 15935.0 1349037 15603.0 1349749 15979.0 1350460 16164.0 1351172 17099.0 1351883 17858.0 1352594 17310.0 1353306 17057.0 1354017 16590.0 1354728 16214.0 1355440 16117.0 1356151 15560.0 1356863 16437.0 1357574 16067.0 1358285 15657.0 1358997 15702.0 1359708 15381.0 1360419 16264.0 1361131 16393.0 1361842 17782.0 1362554 20173.0 1363265 20879.0 1363976 21223.0 1364688 20473.0 1365399 18797.0 1366111 18224.0 1366822 17434.0 1367533 16395.0 1368245 17128.0 1368956 17140.0 1369667 17990.0 1370379 18648.0 1371090 19322.0 1371802 19832.0 1372513 20787.0 1373224 19748.0 1373936 20691.0 1374647 20574.0 1375359 18755.0 1376070 18469.0 1376781 17071.0 1377493 17416.0 1378204 18161.0 1378915 18734.0 1379627 24081.0 1380338 39714.0 1381050 72319.0 1381761 113890.0 1382472 162295.0 1383184 216976.0 1383895 263528.0 1384606 263185.0 1385318 168873.0 1386029 77578.0 1386741 45981.0 1387452 35183.0 1388163 30101.0 1388875 28529.0 1389586 25625.0 1390298 24144.0 1391009 23399.0 1391720 22504.0 1392432 21475.0 1393143 20482.0 1393854 20428.0 1394566 19995.0 1395277 20550.0 1395989 19946.0 1396700 20019.0 1397411 20150.0 1398123 20298.0 1398834 19639.0 1399546 20249.0 1400257 18558.0 1400968 18169.0 1401680 17678.0 1402391 18864.0 1403102 20784.0 1403814 23283.0 1404525 23814.0 1405237 21535.0 1405948 20762.0 1406659 19797.0 1407371 18776.0 1408082 19436.0 1408793 20721.0 1409505 21124.0 1410216 20634.0 1410928 18404.0 1411639 17267.0 1412350 17142.0 1413062 16506.0 1413773 16886.0 1414485 17737.0 1415196 17881.0 1415907 16554.0 1416619 16374.0 1417330 16569.0 1418041 16426.0 1418753 17720.0 1419464 17501.0 1420176 17790.0 1420887 18913.0 1421598 21110.0 1422310 22277.0 1423021 23614.0 1423733 24317.0 1424444 23884.0 1425155 23195.0 1425867 22559.0 1426578 21213.0 1427289 21523.0 1428001 20212.0 1428712 21134.0 1429424 21472.0 1430135 21713.0 1430846 20462.0 1431558 20015.0 1432269 19154.0 1432980 19280.0 1433692 19354.0 1434403 18877.0 1435115 18644.0 1435826 20662.0 1436537 20609.0 1437249 21438.0 1437960 21798.0 1438672 22130.0 1439383 22522.0 1440094 20656.0 1440806 20345.0 1441517 20746.0 1442228 21432.0 1442940 22022.0 1443651 25239.0 1444363 31035.0 1445074 46901.0 1445785 70645.0 1446497 89620.0 1447208 91705.0 1447920 69930.0 1448631 46541.0 1449342 33208.0 1450054 26706.0 1450765 26225.0 1451476 25036.0 1452188 25152.0 1452899 24895.0 1453611 25626.0 1454322 26210.0 1455033 26974.0 1455745 28056.0 1456456 27229.0 1457167 26346.0 1457879 23707.0 1458590 22757.0 1459302 20671.0 1460013 20120.0 1460724 19983.0 1461436 19556.0 1462147 19422.0 1462859 18623.0 1463570 19050.0 1464281 18104.0 1464993 17612.0 1465704 17972.0 1466415 18823.0 1467127 18912.0 1467838 22568.0 1468550 28369.0 1469261 35881.0 1469972 37274.0 1470684 35515.0 1471395 29977.0 1472107 25817.0 1472818 23290.0 1473529 24298.0 1474241 29369.0 1474952 39002.0 1475663 45436.0 1476375 40787.0 1477086 33320.0 1477798 25842.0 1478509 22798.0 1479220 21339.0 1479932 23934.0 1480643 23965.0 1481354 24572.0 1482066 24705.0 1482777 22658.0 1483489 20480.0 1484200 19754.0 1484911 18376.0 1485623 20117.0 1486334 20458.0 1487046 22749.0 1487757 23620.0 1488468 25290.0 1489180 24949.0 1489891 23813.0 1490602 21177.0 1491314 20064.0 1492025 19618.0 1492737 18546.0 1493448 19281.0 1494159 17670.0 1494871 17321.0 1495582 17363.0 1496294 17473.0 1497005 17500.0 1497716 18612.0 1498428 17395.0 1499139 17049.0 1499850 17483.0 1500562 17977.0 1501273 18602.0 1501985 18743.0 1502696 17672.0 1503407 17311.0 1504119 17443.0 1504830 17661.0 1505541 19690.0 1506253 23276.0 1506964 26499.0 1507676 26921.0 1508387 26511.0 1509098 23078.0 1509810 21267.0 1510521 19848.0 1511233 20570.0 1511944 24360.0 1512655 30327.0 1513367 31579.0 1514078 28820.0 1514789 25241.0 1515501 23001.0 1516212 21412.0 1516924 21573.0 1517635 21800.0 1518346 21124.0 1519058 20268.0 1519769 19653.0 1520480 19229.0 1521192 18415.0 1521903 17587.0 1522615 16845.0 1523326 16799.0 1524037 16796.0 1524749 18209.0 1525460 19595.0 1526172 19664.0 1526883 19089.0 1527594 18155.0 1528306 16808.0 1529017 16926.0 1529728 16845.0 1530440 17190.0 1531151 18680.0 1531863 18841.0 1532574 19995.0 1533285 22010.0 1533997 24969.0 1534708 30494.0 1535420 37409.0 1536131 40646.0 1536842 35318.0 1537554 27961.0 1538265 22408.0 1538976 20868.0 1539688 21700.0 1540399 21343.0 1541111 21476.0 1541822 19056.0 1542533 18749.0 1543245 17964.0 1543956 17377.0 1544667 17281.0 1545379 17696.0 1546090 17339.0 1546802 17653.0 1547513 18050.0 1548224 18264.0 1548936 18707.0 1549647 18248.0 1550359 18041.0 1551070 17813.0 1551781 17580.0 1552493 17406.0 1553204 17808.0 1553915 18144.0 1554627 19331.0 1555338 18608.0 1556050 19106.0 1556761 18574.0 1557472 18232.0 1558184 18501.0 1558895 17649.0 1559607 18592.0 1560318 24396.0 1561029 39469.0 1561741 68289.0 1562452 110651.0 1563163 160706.0 1563875 208458.0 1564586 246685.0 1565298 218502.0 1566009 123527.0 1566720 60144.0 1567432 41792.0 1568143 33043.0 1568854 31384.0 1569566 29680.0 1570277 28280.0 1570989 27575.0 1571700 25578.0 1572411 24036.0 1573123 22880.0 1573834 22073.0 1574546 21209.0 1575257 20847.0 1575968 20116.0 1576680 20471.0 1577391 19851.0 1578102 20410.0 1578814 21262.0 1579525 22092.0 1580237 23631.0 1580948 23031.0 1581659 25705.0 1582371 28264.0 1583082 30794.0 1583794 28893.0 1584505 26083.0 1585216 23085.0 1585928 20586.0 1586639 19066.0 1587350 19284.0 1588062 18483.0 1588773 19315.0 1589485 21293.0 1590196 21651.0 1590907 21268.0 1591619 20647.0 1592330 19262.0 1593041 18530.0 1593753 17532.0 1594464 17590.0 1595176 17766.0 1595887 16691.0 1596598 17657.0 1597310 18676.0 1598021 18198.0 1598733 18235.0 1599444 18827.0 1600155 18895.0 1600867 18285.0 1601578 17720.0 1602289 17815.0 1603001 17887.0 1603712 18170.0 1604424 19276.0 1605135 20186.0 1605846 23398.0 1606558 30379.0 1607269 35101.0 1607981 34209.0 1608692 29706.0 1609403 26412.0 1610115 28257.0 1610826 35228.0 1611537 42076.0 1612249 41928.0 1612960 34438.0 1613672 29599.0 1614383 30224.0 1615094 34380.0 1615806 33840.0 1616517 30469.0 1617228 25664.0 1617940 21306.0 1618651 20168.0 1619363 21838.0 1620074 32642.0 1620785 59478.0 1621497 106672.0 1622208 161609.0 1622920 195407.0 1623631 176140.0 1624342 106970.0 1625054 56840.0 1625765 36694.0 1626476 28660.0 1627188 25435.0 1627899 23180.0 1628611 21963.0 1629322 21120.0 1630033 20880.0 1630745 20126.0 1631456 20367.0 1632168 20167.0 1632879 19849.0 1633590 19276.0 1634302 18967.0 1635013 20278.0 1635724 24212.0 1636436 29369.0 1637147 35409.0 1637859 34659.0 1638570 28990.0 1639281 24427.0 1639993 21259.0 1640704 19853.0 1641415 20140.0 1642127 21099.0 1642838 22353.0 1643550 23727.0 1644261 22293.0 1644972 21746.0 1645684 20648.0 1646395 20133.0 1647107 20584.0 1647818 19664.0 1648529 18873.0 1649241 18903.0 1649952 17797.0 1650663 17677.0 1651375 17953.0 1652086 17516.0 1652798 16891.0 1653509 16202.0 1654220 16353.0 1654932 16482.0 1655643 16280.0 1656355 17378.0 1657066 17775.0 1657777 18410.0 1658489 19813.0 1659200 22899.0 1659911 27943.0 1660623 33911.0 1661334 32780.0 1662046 29664.0 1662757 24497.0 1663468 23480.0 1664180 23808.0 1664891 23157.0 1665602 22731.0 1666314 21152.0 1667025 20763.0 1667737 21752.0 1668448 24007.0 1669159 27629.0 1669871 28135.0 1670582 28153.0 1671294 26877.0 1672005 26134.0 1672716 25495.0 1673428 26732.0 1674139 36133.0 1674850 52313.0 1675562 77130.0 1676273 97636.0 1676985 93513.0 1677696 72513.0 1678407 46727.0 1679119 32888.0 1679830 27043.0 1680542 25130.0 1681253 23718.0 1681964 22702.0 1682676 21638.0 1683387 20467.0 1684098 19716.0 1684810 18026.0 1685521 18202.0 1686233 17776.0 1686944 18439.0 1687655 22903.0 1688367 38022.0 1689078 49801.0 1689789 61956.0 1690501 56963.0 1691212 49508.0 1691924 44905.0 1692635 41659.0 1693346 44531.0 1694058 49257.0 1694769 52289.0 1695481 48357.0 1696192 40469.0 1696903 34799.0 1697615 29093.0 1698326 26666.0 1699037 26064.0 1699749 25717.0 1700460 23627.0 1701172 23496.0 1701883 23162.0 1702594 22530.0 1703306 21885.0 1704017 21354.0 1704729 21196.0 1705440 21555.0 1706151 20834.0 1706863 20280.0 1707574 20750.0 1708285 19794.0 1708997 20217.0 1709708 19829.0 1710420 19025.0 1711131 19250.0 1711842 20170.0 1712554 19187.0 1713265 18925.0 1713976 18499.0 1714688 18395.0 1715399 20289.0 1716111 19794.0 1716822 19361.0 1717533 18625.0 1718245 18255.0 1718956 19460.0 1719668 20661.0 1720379 22554.0 1721090 22579.0 1721802 22610.0 1722513 20598.0 1723224 20512.0 1723936 20402.0 1724647 20516.0 1725359 20364.0 1726070 20549.0 1726781 20538.0 1727493 20448.0 1728204 21638.0 1728915 24197.0 1729627 25060.0 1730338 23952.0 1731050 22565.0 1731761 21641.0 1732472 20213.0 1733184 19404.0 1733895 18426.0 1734607 17284.0 1735318 17801.0 1736029 17284.0 1736741 18428.0 1737452 20365.0 1738163 20179.0 1738875 19991.0 1739586 19382.0 1740298 18936.0 1741009 18355.0 1741720 16565.0 1742432 17058.0 1743143 17471.0 1743855 16477.0 1744566 16387.0 1745277 16667.0 1745989 17193.0 1746700 16902.0 1747411 17548.0 1748123 17644.0 1748834 17853.0 1749546 18311.0 1750257 17522.0 1750968 17134.0 1751680 16094.0 1752391 16327.0 1753102 16024.0 1753814 16639.0 1754525 15727.0 1755237 16739.0 1755948 17117.0 1756659 16305.0 1757371 16122.0 1758082 16482.0 1758794 16167.0 1759505 16744.0 1760216 16908.0 1760928 16761.0 1761639 16862.0 1762350 16630.0 1763062 15968.0 1763773 17229.0 1764485 18290.0 1765196 20517.0 1765907 21803.0 1766619 21682.0 1767330 19934.0 1768042 18262.0 1768753 17777.0 1769464 17370.0 1770176 17791.0 1770887 16727.0 1771598 16765.0 1772310 16636.0 1773021 15918.0 1773733 15755.0 1774444 17888.0 1775155 17880.0 1775867 19853.0 1776578 20230.0 1777289 19021.0 1778001 18270.0 1778712 17794.0 1779424 15967.0 1780135 16740.0 1780846 16212.0 1781558 15817.0 1782269 15876.0 1782981 15363.0 1783692 15386.0 1784403 16540.0 1785115 17197.0 1785826 18387.0 1786537 17471.0 1787249 16985.0 1787960 16532.0 1788672 16950.0 1789383 17202.0 1790094 18424.0 1790806 18770.0 1791517 19181.0 1792229 17854.0 1792940 16966.0 1793651 17975.0 1794363 20750.0 1795074 27724.0 1795785 40451.0 1796497 46991.0 1797208 45066.0 1797920 34180.0 1798631 25162.0 1799342 20685.0 1800054 17893.0 1800765 17707.0 1801476 17817.0 1802188 15774.0 1802899 17111.0 1803611 18552.0 1804322 19512.0 1805033 20033.0 1805745 19342.0 1806456 19922.0 1807168 18817.0 1807879 18924.0 1808590 19030.0 1809302 18497.0 1810013 18389.0 1810724 18134.0 1811436 18264.0 1812147 18017.0 1812859 18448.0 1813570 18640.0 1814281 18981.0 1814993 19678.0 1815704 19549.0 1816416 19582.0 1817127 19296.0 1817838 19026.0 1818550 19249.0 1819261 20721.0 1819972 20387.0 1820684 20689.0 1821395 19573.0 1822107 19546.0 1822818 18831.0 1823529 20038.0 1824241 21283.0 1824952 22496.0 1825663 27342.0 1826375 41410.0 1827086 82358.0 1827798 167555.0 1828509 285636.0 1829220 374518.0 1829932 343774.0 1830643 213997.0 1831355 101123.0 1832066 50966.0 1832777 34253.0 1833489 29842.0 1834200 27364.0 1834911 27696.0 1835623 25459.0 1836334 24516.0 1837046 23208.0 1837757 22853.0 1838468 22740.0 1839180 22829.0 1839891 21665.0 1840603 21026.0 1841314 20467.0 1842025 19984.0 1842737 19146.0 1843448 19817.0 1844159 20157.0 1844871 19801.0 1845582 19427.0 1846294 20446.0 1847005 18970.0 1847716 20999.0 1848428 21480.0 1849139 22895.0 1849850 22510.0 1850562 21539.0 1851273 20714.0 1851985 19550.0 1852696 19349.0 1853407 18800.0 1854119 19158.0 1854830 20681.0 1855542 21337.0 1856253 22516.0 1856964 20807.0 1857676 19786.0 1858387 18766.0 1859098 18088.0 1859810 18541.0 1860521 18252.0 1861233 17499.0 1861944 17220.0 1862655 17114.0 1863367 17785.0 1864078 17709.0 1864790 17874.0 1865501 17203.0 1866212 17725.0 1866924 18074.0 1867635 17721.0 1868346 17527.0 1869058 18361.0 1869769 18184.0 1870481 17648.0 1871192 17188.0 1871903 17038.0 1872615 16779.0 1873326 17374.0 1874037 17281.0 1874749 17398.0 1875460 18638.0 1876172 19623.0 1876883 20753.0 1877594 19001.0 1878306 17992.0 1879017 17080.0 1879729 16665.0 1880440 15986.0 1881151 16675.0 1881863 18115.0 1882574 18535.0 1883285 20597.0 1883997 24834.0 1884708 29812.0 1885420 31991.0 1886131 31544.0 1886842 29596.0 1887554 27191.0 1888265 24806.0 1888977 23350.0 1889688 21732.0 1890399 20348.0 1891111 19460.0 1891822 18691.0 1892533 19750.0 1893245 19788.0 1893956 20176.0 1894668 19117.0 1895379 17969.0 1896090 16892.0 1896802 16737.0 1897513 16337.0 1898224 16404.0 1898936 16387.0 1899647 16622.0 1900359 15858.0 1901070 16087.0 1901781 15391.0 1902493 16029.0 1903204 16095.0 1903916 17687.0 1904627 17733.0 1905338 18946.0 1906050 19300.0 1906761 20118.0 1907472 18680.0 1908184 18264.0 1908895 19535.0 1909607 19160.0 1910318 19728.0 1911029 18709.0 1911741 19840.0 1912452 21416.0 1913164 23834.0 1913875 26534.0 1914586 27130.0 1915298 25275.0 1916009 22892.0 1916720 20464.0 1917432 19247.0 1918143 17853.0 1918855 17674.0 1919566 16916.0 1920277 17641.0 1920989 16868.0 1921700 16241.0 1922411 16274.0 1923123 15811.0 1923834 16138.0 1924546 15971.0 1925257 16668.0 1925968 15588.0 1926680 16227.0 1927391 15949.0 1928103 16661.0 1928814 16022.0 1929525 17239.0 1930237 18916.0 1930948 22127.0 1931659 26491.0 1932371 31421.0 1933082 36825.0 1933794 42186.0 1934505 42463.0 1935216 36965.0 1935928 28564.0 1936639 23181.0 1937350 19591.0 1938062 17622.0 1938773 16461.0 1939485 15809.0 1940196 15843.0 1940907 15955.0 1941619 16720.0 1942330 16362.0 1943042 16846.0 1943753 16732.0 1944464 17143.0 1945176 16465.0 1945887 17560.0 1946598 17919.0 1947310 17557.0 1948021 16988.0 1948733 17627.0 1949444 16344.0 1950155 16446.0 1950867 16714.0 1951578 17768.0 1952290 19008.0 1953001 19249.0 1953712 19288.0 1954424 20035.0 1955135 20044.0 1955846 20645.0 1956558 20635.0 1957269 20158.0 1957981 19989.0 1958692 19985.0 1959403 22102.0 1960115 24173.0 1960826 26669.0 1961537 26396.0 1962249 24138.0 1962960 22681.0 1963672 20370.0 1964383 19862.0 1965094 21745.0 1965806 23812.0 1966517 29024.0 1967229 32111.0 1967940 30435.0 1968651 27635.0 1969363 24922.0 1970074 22833.0 1970785 21653.0 1971497 20475.0 1972208 22176.0 1972920 25557.0 1973631 33538.0 1974342 42077.0 1975054 47460.0 1975765 46876.0 1976477 38085.0 1977188 30040.0 1977899 26659.0 1978611 24003.0 1979322 22449.0 1980033 22032.0 1980745 21551.0 1981456 20637.0 1982168 19426.0 1982879 18768.0 1983590 18697.0 1984302 19005.0 1985013 20014.0 1985724 22848.0 1986436 26370.0 1987147 26411.0 1987859 24950.0 1988570 22278.0 1989281 20741.0 1989993 19285.0 1990704 18635.0 1991416 18318.0 1992127 18542.0 1992838 17574.0 1993550 17796.0 1994261 17356.0 1994972 18679.0 1995684 19916.0 1996395 22519.0 1997107 24598.0 1997818 24264.0 1998529 22871.0 1999241 22493.0 1999952 21140.0 2000664 22843.0 2001375 22366.0 2002086 21338.0 2002798 19050.0 2003509 18846.0 2004220 17777.0 2004932 18966.0 2005643 18625.0 2006355 19069.0 2007066 19068.0 2007777 19061.0 2008489 19318.0 2009200 19767.0 2009911 20223.0 2010623 18028.0 2011334 18003.0 2012046 17769.0 2012757 17819.0 2013468 17781.0 2014180 17398.0 2014891 16717.0 2015603 19097.0 2016314 20545.0 2017025 22484.0 2017737 22890.0 2018448 23209.0 2019159 23711.0 2019871 24399.0 2020582 22602.0 2021294 20785.0 2022005 19507.0 2022716 17356.0 2023428 17975.0 2024139 19226.0 2024851 23363.0 2025562 28893.0 2026273 34487.0 2026985 33994.0 2027696 30470.0 2028407 25805.0 2029119 21309.0 2029830 19870.0 2030542 19712.0 2031253 21898.0 2031964 25564.0 2032676 31822.0 2033387 31626.0 2034098 27424.0 2034810 23426.0 2035521 19967.0 2036233 18873.0 2036944 18714.0 2037655 20334.0 2038367 23791.0 2039078 30120.0 2039790 33420.0 2040501 33436.0 2041212 27947.0 2041924 23622.0 2042635 21846.0 2043346 23662.0 2044058 27437.0 2044769 31916.0 2045481 30809.0 2046192 27542.0 2046903 22626.0 2047615 21057.0 2048326 19572.0 2049038 19129.0 2049749 18223.0 2050460 17861.0 2051172 17687.0 2051883 17129.0 2052594 18032.0 2053306 18608.0 2054017 18878.0 2054729 19101.0 2055440 19601.0 2056151 19491.0 2056863 19028.0 2057574 18671.0 2058285 17362.0 2058997 17480.0 2059708 19276.0 2060420 22676.0 2061131 29297.0 2061842 40745.0 2062554 55699.0 2063265 71200.0 2063977 85644.0 2064688 95640.0 2065399 101524.0 2066111 99773.0 2066822 87272.0 2067533 73460.0 2068245 58934.0 2068956 51229.0 2069668 44675.0 2070379 37681.0 2071090 33458.0 2071802 30533.0 2072513 28786.0 2073225 29329.0 2073936 28953.0 2074647 29049.0 2075359 27116.0 2076070 24573.0 2076781 24049.0 2077493 21283.0 2078204 21368.0 2078916 20618.0 2079627 20977.0 2080338 21655.0 2081050 20424.0 2081761 20025.0 2082472 19419.0 2083184 20321.0 2083895 20287.0 2084607 21476.0 2085318 21363.0 2086029 22831.0 2086741 21240.0 2087452 22443.0 2088164 21370.0 2088875 21126.0 2089586 20412.0 2090298 19371.0 2091009 19535.0 2091720 20060.0 2092432 21470.0 2093143 24439.0 2093855 30678.0 2094566 38188.0 2095277 47706.0 2095989 59847.0 2096700 66630.0 2097412 61318.0 2098123 50037.0 2098834 37634.0 2099546 30748.0 2100257 25938.0 2100968 23736.0 2101680 22542.0 2102391 21183.0 2103103 20564.0 2103814 19761.0 2104525 20168.0 2105237 19076.0 2105948 18249.0 2106659 18329.0 2107371 18643.0 2108082 18002.0 2108794 18345.0 2109505 18443.0 2110216 18795.0 2110928 18202.0 2111639 18181.0 2112351 17875.0 2113062 17259.0 2113773 17507.0 2114485 16387.0 2115196 17259.0 2115907 16453.0 2116619 17778.0 2117330 17978.0 2118042 18579.0 2118753 23228.0 2119464 37604.0 2120176 71101.0 2120887 123669.0 2121599 169481.0 2122310 175885.0 2123021 133679.0 2123733 75488.0 2124444 43046.0 2125155 30857.0 2125867 28243.0 2126578 31302.0 2127290 31187.0 2128001 30444.0 2128712 27465.0 2129424 23755.0 2130135 21433.0 2130846 20726.0 2131558 19680.0 2132269 19473.0 2132981 19294.0 2133692 19518.0 2134403 18694.0 2135115 19796.0 2135826 18672.0 2136538 19657.0 2137249 19829.0 2137960 18955.0 2138672 18824.0 2139383 19290.0 2140094 20341.0 2140806 21220.0 2141517 23195.0 2142229 23219.0 2142940 24505.0 2143651 32061.0 2144363 46995.0 2145074 73219.0 2145785 108232.0 2146497 149677.0 2147208 184664.0 2147920 186173.0 2148631 131718.0 2149342 67342.0 2150054 38273.0 2150765 30218.0 2151477 27756.0 2152188 25488.0 2152899 24428.0 2153611 24234.0 2154322 25057.0 2155033 25686.0 2155745 24183.0 2156456 23242.0 2157168 22990.0 2157879 21735.0 2158590 20463.0 2159302 20222.0 2160013 19506.0 2160725 19488.0 2161436 19391.0 2162147 18924.0 2162859 19326.0 2163570 19519.0 2164281 19065.0 2164993 21549.0 2165704 22642.0 2166416 27244.0 2167127 29355.0 2167838 26546.0 2168550 24994.0 2169261 22676.0 2169972 23537.0 2170684 25300.0 2171395 25537.0 2172107 27758.0 2172818 27856.0 2173529 25440.0 2174241 23334.0 2174952 21828.0 2175664 24757.0 2176375 29137.0 2177086 32293.0 2177798 35849.0 2178509 36570.0 2179220 34368.0 2179932 31953.0 2180643 31479.0 2181355 29939.0 2182066 29557.0 2182777 29950.0 2183489 32742.0 2184200 34881.0 2184912 33694.0 2185623 28801.0 2186334 24397.0 2187046 21332.0 2187757 18497.0 2188468 18737.0 2189180 18449.0 2189891 18511.0 2190603 18605.0 2191314 19710.0 2192025 19959.0 2192737 19846.0 2193448 19919.0 2194159 19645.0 2194871 18545.0 2195582 18800.0 2196294 19043.0 2197005 17977.0 2197716 18189.0 2198428 18891.0 2199139 17859.0 2199851 18737.0 2200562 18925.0 2201273 19556.0 2201985 20118.0 2202696 20751.0 2203407 21367.0 2204119 20014.0 2204830 19069.0 2205542 18719.0 2206253 18789.0 2206964 18106.0 2207676 18343.0 2208387 17967.0 2209099 18375.0 2209810 19154.0 2210521 18405.0 2211233 19369.0 2211944 20191.0 2212655 19849.0 2213367 19493.0 2214078 18853.0 2214790 17728.0 2215501 17974.0 2216212 17883.0 2216924 18151.0 2217635 18259.0 2218346 18487.0 2219058 18475.0 2219769 18782.0 2220481 16932.0 2221192 17028.0 2221903 16992.0 2222615 17183.0 2223326 17792.0 2224038 19495.0 2224749 20727.0 2225460 20147.0 2226172 20493.0 2226883 20791.0 2227594 19127.0 2228306 18650.0 2229017 18440.0 2229729 18084.0 2230440 18475.0 2231151 17648.0 2231863 17444.0 2232574 16430.0 2233286 16747.0 2233997 16995.0 2234708 16468.0 2235420 16387.0 2236131 16865.0 2236842 17029.0 2237554 16950.0 2238265 16568.0 2238977 16574.0 2239688 15637.0 2240399 16695.0 2241111 17285.0 2241822 17383.0 2242533 18583.0 2243245 18107.0 2243956 19323.0 2244668 18887.0 2245379 19243.0 2246090 18164.0 2246802 18952.0 2247513 18114.0 2248225 17915.0 2248936 16670.0 2249647 16316.0 2250359 16695.0 2251070 16452.0 2251781 16719.0 2252493 16620.0 2253204 16981.0 2253916 17869.0 2254627 18305.0 2255338 17859.0 2256050 18739.0 2256761 18370.0 2257473 17987.0 2258184 18227.0 2258895 20090.0 2259607 22260.0 2260318 22928.0 2261029 23114.0 2261741 21585.0 2262452 20056.0 2263164 19564.0 2263875 20352.0 2264586 19901.0 2265298 19169.0 2266009 18881.0 2266720 18291.0 2267432 17166.0 2268143 16172.0 2268855 16224.0 2269566 17016.0 2270277 17040.0 2270989 18233.0 2271700 19173.0 2272412 21672.0 2273123 20896.0 2273834 20550.0 2274546 19155.0 2275257 17372.0 2275968 18788.0 2276680 18731.0 2277391 19877.0 2278103 19185.0 2278814 20589.0 2279525 21125.0 2280237 22182.0 2280948 22575.0 2281660 22722.0 2282371 21629.0 2283082 20971.0 2283794 21887.0 2284505 22494.0 2285216 21677.0 2285928 21152.0 2286639 19496.0 2287351 19183.0 2288062 18180.0 2288773 17648.0 2289485 17677.0 2290196 17623.0 2290907 18249.0 2291619 19326.0 2292330 19954.0 2293042 21157.0 2293753 19881.0 2294464 19132.0 2295176 18600.0 2295887 20056.0 2296599 22614.0 2297310 26404.0 2298021 25632.0 2298733 22330.0 2299444 20037.0 2300155 18703.0 2300867 18271.0 2301578 17720.0 2302290 17872.0 2303001 17512.0 2303712 16980.0 2304424 16836.0 2305135 16461.0 2305847 16401.0 2306558 16415.0 2307269 17233.0 2307981 16860.0 2308692 17437.0 2309403 18315.0 2310115 17702.0 2310826 18942.0 2311538 18876.0 2312249 18408.0 2312960 17679.0 2313672 16977.0 2314383 16996.0 2315094 16901.0 2315806 17586.0 2316517 17626.0 2317229 17996.0 2317940 17861.0 2318651 17886.0 2319363 19285.0 2320074 21490.0 2320786 23240.0 2321497 22642.0 2322208 21382.0 2322920 18939.0 2323631 18010.0 2324342 16033.0 2325054 16372.0 2325765 16327.0 2326477 16403.0 2327188 15649.0 2327899 16264.0 2328611 16633.0 2329322 18149.0 2330034 19264.0 2330745 21993.0 2331456 23507.0 2332168 23128.0 2332879 21138.0 2333590 21154.0 2334302 19964.0 2335013 20138.0 2335725 18529.0 2336436 18122.0 2337147 17666.0 2337859 17913.0 2338570 17196.0 2339281 16073.0 2339993 16603.0 2340704 17172.0 2341416 17278.0 2342127 18497.0 2342838 19262.0 2343550 19419.0 2344261 19565.0 2344973 23764.0 2345684 31260.0 2346395 44629.0 2347107 54725.0 2347818 53948.0 2348529 41626.0 2349241 31991.0 2349952 24381.0 2350664 21576.0 2351375 19195.0 2352086 18065.0 2352798 17876.0 2353509 17141.0 2354220 17620.0 2354932 17913.0 2355643 16963.0 2356355 16943.0 2357066 17076.0 2357777 16504.0 2358489 16361.0 2359200 16209.0 2359912 16340.0 2360623 17020.0 2361334 17774.0 2362046 18842.0 2362757 20758.0 2363468 21924.0 2364180 21835.0 2364891 21493.0 2365603 27711.0 2366314 39643.0 2367025 58483.0 2367737 75702.0 2368448 72573.0 2369160 56049.0 2369871 39700.0 2370582 31436.0 2371294 31531.0 2372005 30451.0 2372716 28190.0 2373428 25295.0 2374139 25012.0 2374851 22687.0 2375562 21978.0 2376273 22748.0 2376985 20959.0 2377696 20521.0 2378407 19673.0 2379119 18687.0 2379830 18340.0 2380542 17760.0 2381253 18323.0 2381964 18203.0 2382676 19635.0 2383387 19649.0 2384099 20524.0 2384810 20228.0 2385521 20611.0 2386233 23763.0 2386944 31702.0 2387655 47634.0 2388367 72578.0 2389078 104679.0 2389790 128540.0 2390501 136524.0 2391212 100832.0 2391924 55356.0 2392635 33862.0 2393347 27574.0 2394058 26898.0 2394769 28555.0 2395481 30766.0 2396192 30053.0 2396903 27919.0 2397615 24747.0 2398326 22393.0 2399038 21408.0 2399749 20301.0 2400460 20062.0 2401172 20991.0 2401883 22653.0 2402594 27383.0 2403306 36267.0 2404017 42529.0 2404729 40681.0 2405440 34952.0 2406151 28444.0 2406863 23806.0 2407574 23262.0 2408286 25722.0 2408997 28444.0 2409708 29388.0 2410420 27556.0 2411131 24368.0 2411842 21501.0 2412554 20945.0 2413265 22137.0 2413977 26379.0 2414688 31344.0 2415399 35112.0 2416111 33427.0 2416822 29477.0 2417534 25513.0 2418245 23341.0 2418956 22449.0 2419668 22430.0 2420379 24059.0 2421090 25863.0 2421802 25665.0 2422513 25112.0 2423225 23157.0 2423936 20555.0 2424647 18984.0 2425359 18813.0 2426070 18177.0 2426781 19820.0 2427493 19210.0 2428204 19339.0 2428916 20900.0 2429627 21439.0 2430338 20474.0 2431050 18977.0 2431761 19940.0 2432473 19555.0 2433184 21416.0 2433895 22722.0 2434607 22675.0 2435318 21583.0 2436029 19805.0 2436741 19263.0 2437452 18453.0 2438164 18306.0 2438875 19347.0 2439586 20158.0 2440298 19970.0 2441009 19539.0 2441721 19262.0 2442432 18790.0 2443143 18365.0 2443855 17714.0 2444566 17375.0 2445277 17586.0 2445989 17815.0 2446700 17479.0 2447412 18207.0 2448123 18850.0 2448834 18577.0 2449546 18845.0 2450257 19128.0 2450968 18059.0 2451680 19655.0 2452391 18730.0 2453103 20027.0 2453814 21483.0 2454525 25649.0 2455237 34903.0 2455948 47611.0 2456660 58444.0 2457371 57219.0 2458082 42674.0 2458794 32731.0 2459505 26397.0 2460216 23003.0 2460928 22021.0 2461639 21692.0 2462351 20640.0 2463062 19554.0 2463773 19462.0 2464485 18945.0 2465196 19415.0 2465908 18799.0 2466619 19058.0 2467330 19491.0 2468042 19476.0 2468753 19648.0 2469464 21570.0 2470176 21955.0 2470887 21348.0 2471599 20519.0 2472310 21411.0 2473021 21846.0 2473733 26505.0 2474444 28504.0 2475155 29762.0 2475867 29609.0 2476578 25612.0 2477290 23363.0 2478001 21106.0 2478712 21022.0 2479424 21506.0 2480135 21095.0 2480847 20339.0 2481558 18990.0 2482269 18581.0 2482981 19856.0 2483692 20665.0 2484403 20511.0 2485115 20102.0 2485826 20146.0 2486538 18736.0 2487249 18776.0 2487960 17424.0 2488672 17541.0 2489383 16856.0 2490095 17289.0 2490806 17596.0 2491517 18308.0 2492229 18298.0 2492940 18197.0 2493651 19156.0 2494363 19622.0 2495074 20611.0 2495786 21210.0 2496497 21639.0 2497208 21509.0 2497920 22154.0 2498631 22966.0 2499342 21360.0 2500054 23120.0 2500765 26801.0 2501477 41587.0 2502188 84603.0 2502899 180216.0 2503611 316375.0 2504322 481373.0 2505034 518639.0 2505745 405455.0 2506456 212237.0 2507168 93633.0 2507879 49484.0 2508590 36065.0 2509302 31689.0 2510013 28301.0 2510725 25977.0 2511436 23800.0 2512147 23826.0 2512859 23512.0 2513570 22070.0 2514282 27872.0 2514993 35880.0 2515704 51569.0 2516416 61243.0 2517127 59166.0 2517838 48285.0 2518550 35293.0 2519261 28391.0 2519973 25326.0 2520684 21921.0 2521395 22360.0 2522107 21546.0 2522818 22517.0 2523529 22340.0 2524241 22475.0 2524952 22394.0 2525664 22413.0 2526375 21784.0 2527086 21908.0 2527798 21749.0 2528509 22626.0 2529221 23819.0 2529932 24072.0 2530643 23937.0 2531355 21719.0 2532066 22498.0 2532777 22638.0 2533489 22980.0 2534200 23087.0 2534912 22100.0 2535623 20336.0 2536334 20220.0 2537046 19288.0 2537757 18292.0 2538469 18029.0 2539180 18549.0 2539891 18512.0 2540603 18008.0 2541314 19058.0 2542025 18928.0 2542737 18710.0 2543448 19364.0 2544160 19130.0 2544871 19666.0 2545582 21008.0 2546294 22849.0 2547005 25134.0 2547716 25579.0 2548428 24376.0 2549139 24640.0 2549851 24377.0 2550562 23985.0 2551273 23457.0 2551985 23153.0 2552696 23320.0 2553408 23600.0 2554119 23053.0 2554830 22730.0 2555542 22347.0 2556253 20911.0 2556964 19255.0 2557676 18561.0 2558387 19324.0 2559099 19994.0 2559810 26292.0 2560521 39350.0 2561233 65060.0 2561944 94155.0 2562655 103577.0 2563367 87664.0 2564078 60190.0 2564790 41510.0 2565501 32292.0 2566212 27988.0 2566924 26855.0 2567635 25373.0 2568347 26252.0 2569058 30819.0 2569769 32615.0 2570481 33016.0 2571192 28679.0 2571903 24559.0 2572615 22653.0 2573326 21035.0 2574038 19807.0 2574749 19903.0 2575460 19010.0 2576172 19169.0 2576883 18531.0 2577595 20509.0 2578306 20435.0 2579017 22116.0 2579729 21113.0 2580440 20841.0 2581151 19837.0 2581863 20208.0 2582574 19133.0 2583286 18758.0 2583997 18591.0 2584708 18712.0 2585420 18638.0 2586131 18587.0 2586842 17893.0 2587554 17935.0 2588265 17378.0 2588977 17102.0 2589688 17903.0 2590399 18045.0 2591111 18330.0 2591822 19388.0 2592534 18986.0 2593245 20373.0 2593956 19051.0 2594668 20521.0 2595379 23003.0 2596090 24875.0 2596802 27157.0 2597513 27625.0 2598225 27829.0 2598936 25605.0 2599647 23790.0 2600359 21041.0 2601070 19599.0 2601782 19717.0 2602493 20723.0 2603204 22260.0 2603916 23676.0 2604627 23245.0 2605338 23066.0 2606050 22371.0 2606761 21412.0 2607473 22239.0 2608184 21117.0 2608895 21093.0 2609607 19504.0 2610318 19271.0 2611029 20827.0 2611741 22642.0 2612452 28737.0 2613164 33304.0 2613875 39674.0 2614586 40193.0 2615298 40200.0 2616009 38483.0 2616721 34873.0 2617432 32185.0 2618143 30049.0 2618855 29231.0 2619566 27729.0 2620277 27746.0 2620989 26572.0 2621700 24893.0 2622412 24828.0 2623123 24997.0 2623834 25080.0 2624546 27288.0 2625257 28873.0 2625969 30560.0 2626680 28473.0 2627391 28752.0 2628103 27087.0 2628814 27050.0 2629525 27726.0 2630237 29713.0 2630948 29892.0 2631660 29299.0 2632371 28302.0 2633082 24784.0 2633794 23147.0 2634505 22702.0 2635216 22952.0 2635928 25079.0 2636639 38875.0 2637351 79417.0 2638062 160604.0 2638773 273203.0 2639485 365236.0 2640196 376919.0 2640908 270719.0 2641619 140819.0 2642330 69247.0 2643042 44922.0 2643753 36556.0 2644464 33513.0 2645176 31347.0 2645887 31718.0 2646599 30838.0 2647310 30251.0 2648021 30934.0 2648733 33267.0 2649444 40348.0 2650156 49945.0 2650867 61406.0 2651578 59929.0 2652290 51267.0 2653001 41079.0 2653712 34308.0 2654424 30948.0 2655135 27852.0 2655847 26590.0 2656558 26191.0 2657269 25095.0 2657981 23502.0 2658692 24372.0 2659403 24146.0 2660115 23789.0 2660826 24801.0 2661538 23115.0 2662249 23049.0 2662960 23451.0 2663672 22991.0 2664383 24109.0 2665095 24904.0 2665806 24133.0 2666517 23707.0 2667229 24405.0 2667940 24277.0 2668651 25296.0 2669363 27712.0 2670074 29405.0 2670786 32669.0 2671497 32530.0 2672208 31000.0 2672920 27604.0 2673631 24174.0 2674343 22283.0 2675054 22304.0 2675765 22926.0 2676477 24007.0 2677188 24412.0 2677899 24381.0 2678611 24001.0 2679322 24054.0 2680034 25972.0 2680745 27198.0 2681456 29433.0 2682168 31349.0 2682879 33749.0 2683590 34406.0 2684302 31650.0 2685013 28008.0 2685725 24130.0 2686436 22998.0 2687147 23518.0 2687859 22833.0 2688570 22464.0 2689282 21596.0 2689993 22028.0 2690704 21576.0 2691416 21338.0 2692127 20969.0 2692838 21436.0 2693550 21688.0 2694261 21579.0 2694973 22119.0 2695684 22422.0 2696395 22259.0 2697107 21476.0 2697818 21956.0 2698530 21205.0 2699241 21234.0 2699952 20104.0 2700664 20073.0 2701375 22086.0 2702086 27592.0 2702798 37980.0 2703509 58303.0 2704221 78221.0 2704932 84690.0 2705643 73233.0 2706355 53255.0 2707066 36807.0 2707777 29115.0 2708489 25697.0 2709200 24839.0 2709912 25139.0 2710623 25725.0 2711334 27655.0 2712046 32174.0 2712757 38163.0 2713469 41321.0 2714180 42719.0 2714891 37976.0 2715603 34010.0 2716314 31239.0 2717025 27422.0 2717737 26815.0 2718448 25580.0 2719160 23965.0 2719871 23337.0 2720582 22643.0 2721294 24528.0 2722005 27073.0 2722717 28790.0 2723428 31806.0 2724139 30251.0 2724851 28264.0 2725562 26819.0 2726273 23736.0 2726985 21457.0 2727696 22389.0 2728408 21191.0 2729119 21680.0 2729830 22142.0 2730542 21721.0 2731253 22118.0 2731964 21642.0 2732676 21967.0 2733387 23004.0 2734099 23231.0 2734810 23652.0 2735521 23093.0 2736233 22962.0 2736944 21135.0 2737656 20853.0 2738367 21351.0 2739078 21865.0 2739790 21992.0 2740501 22225.0 2741212 21801.0 2741924 21204.0 2742635 20365.0 2743347 18997.0 2744058 20628.0 2744769 19878.0 2745481 20330.0 2746192 20462.0 2746904 19929.0 2747615 19677.0 2748326 20398.0 2749038 20723.0 2749749 20529.0 2750460 20959.0 2751172 20621.0 2751883 20724.0 2752595 21640.0 2753306 22190.0 2754017 24482.0 2754729 29207.0 2755440 32427.0 2756151 33843.0 2756863 30510.0 2757574 26612.0 2758286 22304.0 2758997 21587.0 2759708 20674.0 2760420 19280.0 2761131 19494.0 2761843 20067.0 2762554 19648.0 2763265 21679.0 2763977 19460.0 2764688 20040.0 2765399 19552.0 2766111 19614.0 2766822 19664.0 2767534 20930.0 2768245 20503.0 2768956 20043.0 2769668 20221.0 2770379 19974.0 2771090 20208.0 2771802 19534.0 2772513 19181.0 2773225 19889.0 2773936 19242.0 2774647 18717.0 2775359 19390.0 2776070 19855.0 2776782 21189.0 2777493 21702.0 2778204 22686.0 2778916 22814.0 2779627 23097.0 2780338 24896.0 2781050 28550.0 2781761 35880.0 2782473 45553.0 2783184 51797.0 2783895 55338.0 2784607 52363.0 2785318 44464.0 2786030 38211.0 2786741 33463.0 2787452 30505.0 2788164 28383.0 2788875 27959.0 2789586 27045.0 2790298 25253.0 2791009 25734.0 2791721 25230.0 2792432 23460.0 2793143 23944.0 2793855 24090.0 2794566 24740.0 2795277 26812.0 2795989 27971.0 2796700 27973.0 2797412 25707.0 2798123 25233.0 2798834 24091.0 2799546 25214.0 2800257 25685.0 2800969 25082.0 2801680 24706.0 2802391 24259.0 2803103 23947.0 2803814 24559.0 2804525 25915.0 2805237 28245.0 2805948 28716.0 2806660 28691.0 2807371 26599.0 2808082 24737.0 2808794 23893.0 2809505 22664.0 2810217 21973.0 2810928 21787.0 2811639 21800.0 2812351 23070.0 2813062 22961.0 2813773 24378.0 2814485 24856.0 2815196 24445.0 2815908 24077.0 2816619 24162.0 2817330 22608.0 2818042 22287.0 2818753 23736.0 2819464 24080.0 2820176 25671.0 2820887 29720.0 2821599 30763.0 2822310 28541.0 2823021 25148.0 2823733 24392.0 2824444 22044.0 2825156 20898.0 2825867 20529.0 2826578 19289.0 2827290 20910.0 2828001 20959.0 2828712 21867.0 2829424 22138.0 2830135 22050.0 2830847 21679.0 2831558 22437.0 2832269 21330.0 2832981 21243.0 2833692 21367.0 2834404 23853.0 2835115 26794.0 2835826 28599.0 2836538 29098.0 2837249 33328.0 2837960 50983.0 2838672 95993.0 2839383 179282.0 2840095 276957.0 2840806 318024.0 2841517 263212.0 2842229 158303.0 2842940 80837.0 2843651 45980.0 2844363 34032.0 2845074 31568.0 2845786 31748.0 2846497 34656.0 2847208 39297.0 2847920 44996.0 2848631 55055.0 2849343 60572.0 2850054 61543.0 2850765 59249.0 2851477 57039.0 2852188 57888.0 2852899 53412.0 2853611 46285.0 2854322 38005.0 2855034 30146.0 2855745 28122.0 2856456 25925.0 2857168 24634.0 2857879 23261.0 2858591 22481.0 2859302 23828.0 2860013 24008.0 2860725 30575.0 2861436 52044.0 2862147 94177.0 2862859 146423.0 2863570 180192.0 2864282 164347.0 2864993 110429.0 2865704 66779.0 2866416 46875.0 2867127 38535.0 2867838 37317.0 2868550 38636.0 2869261 41319.0 2869973 42476.0 2870684 41038.0 2871395 36664.0 2872107 34569.0 2872818 31989.0 2873530 32071.0 2874241 32403.0 2874952 32310.0 2875664 30496.0 2876375 27771.0 2877086 24098.0 2877798 23289.0 2878509 23567.0 2879221 24308.0 2879932 24377.0 2880643 23992.0 2881355 24308.0 2882066 23311.0 2882778 24609.0 2883489 22839.0 2884200 22528.0 2884912 22590.0 2885623 23774.0 2886334 25937.0 2887046 29648.0 2887757 31704.0 2888469 32545.0 2889180 34997.0 2889891 47039.0 2890603 77776.0 2891314 129797.0 2892025 183742.0 2892737 209649.0 2893448 179281.0 2894160 124435.0 2894871 71254.0 2895582 47694.0 2896294 36534.0 2897005 32782.0 2897717 33068.0 2898428 30510.0 2899139 30058.0 2899851 28550.0 2900562 27043.0 2901273 26002.0 2901985 25222.0 2902696 25803.0 2903408 26991.0 2904119 31125.0 2904830 37731.0 2905542 47881.0 2906253 53786.0 2906965 51389.0 2907676 42359.0 2908387 33522.0 2909099 28858.0 2909810 28637.0 2910521 27722.0 2911233 27293.0 2911944 26298.0 2912656 26768.0 2913367 25005.0 2914078 25408.0 2914790 24740.0 2915501 24396.0 2916212 23255.0 2916924 21433.0 2917635 22371.0 2918347 21981.0 2919058 22124.0 2919769 22027.0 2920481 21984.0 2921192 21641.0 2921904 24047.0 2922615 33949.0 2923326 60110.0 2924038 107912.0 2924749 157586.0 2925460 183592.0 2926172 158915.0 2926883 110250.0 2927595 74080.0 2928306 53733.0 2929017 44965.0 2929729 38313.0 2930440 34898.0 2931152 31081.0 2931863 30264.0 2932574 28551.0 2933286 29372.0 2933997 28057.0 2934708 28673.0 2935420 27027.0 2936131 26122.0 2936843 25451.0 2937554 23758.0 2938265 24906.0 2938977 23816.0 2939688 25245.0 2940399 25994.0 2941111 24989.0 2941822 25348.0 2942534 24231.0 2943245 23894.0 2943956 23413.0 2944668 23193.0 2945379 23811.0 2946091 26334.0 2946802 29520.0 2947513 42801.0 2948225 69532.0 2948936 115766.0 2949647 165336.0 2950359 181470.0 2951070 153771.0 2951782 105540.0 2952493 70127.0 2953204 53555.0 2953916 43997.0 2954627 38912.0 2955339 34554.0 2956050 32042.0 2956761 28949.0 2957473 27256.0 2958184 26873.0 2958895 26522.0 2959607 25777.0 2960318 26201.0 2961030 25494.0 2961741 27650.0 2962452 28436.0 2963164 28133.0 2963875 26882.0 2964586 25140.0 2965298 24603.0 2966009 22278.0 2966721 22839.0 2967432 22087.0 2968143 22528.0 2968855 22929.0 2969566 22126.0 2970278 22433.0 2970989 22363.0 2971700 25248.0 2972412 26743.0 2973123 26627.0 2973834 26108.0 2974546 25900.0 2975257 24119.0 2975969 23917.0 2976680 24907.0 2977391 24487.0 2978103 22490.0 2978814 23040.0 2979525 21446.0 2980237 21674.0 2980948 21678.0 2981660 23438.0 2982371 22882.0 2983082 24038.0 2983794 23757.0 2984505 22053.0 2985217 23257.0 2985928 23494.0 2986639 23676.0 2987351 23174.0 2988062 23646.0 2988773 21820.0 2989485 20683.0 2990196 21683.0 2990908 21941.0 2991619 23020.0 2992330 24184.0 2993042 25540.0 2993753 29265.0 2994465 29639.0 2995176 29815.0 2995887 29048.0 2996599 27704.0 2997310 27392.0 2998021 29151.0 2998733 30153.0 2999444 30414.0 3000156 29035.0 3000867 29413.0 3001578 29143.0 3002290 29265.0 3003001 28283.0 3003712 26942.0 3004424 26750.0 3005135 25583.0 3005847 24817.0 3006558 22082.0 3007269 22926.0 3007981 21287.0 3008692 21118.0 3009404 22345.0 3010115 21705.0 3010826 21737.0 3011538 21855.0 3012249 22478.0 3012960 23569.0 3013672 23928.0 3014383 24408.0 3015095 22740.0 3015806 23310.0 3016517 22344.0 3017229 21592.0 3017940 21711.0 3018652 21462.0 3019363 22159.0 3020074 21803.0 3020786 23497.0 3021497 24440.0 3022208 25856.0 3022920 27788.0 3023631 28993.0 3024343 29406.0 3025054 28770.0 3025765 25745.0 3026477 24228.0 3027188 23110.0 3027899 22747.0 3028611 23514.0 3029322 22514.0 3030034 22291.0 3030745 23246.0 3031456 24728.0 3032168 32045.0 3032879 50999.0 3033591 84105.0 3034302 119884.0 3035013 147723.0 3035725 144966.0 3036436 119603.0 3037147 84433.0 3037859 58901.0 3038570 41454.0 3039282 32704.0 3039993 30585.0 3040704 26132.0 3041416 24811.0 3042127 24484.0 3042839 24126.0 3043550 25149.0 3044261 26339.0 3044973 26928.0 3045684 26109.0 3046395 25383.0 3047107 24853.0 3047818 23980.0 3048530 22887.0 3049241 22565.0 3049952 22661.0 3050664 24357.0 3051375 26390.0 3052086 26841.0 3052798 27648.0 3053509 28074.0 3054221 27032.0 3054932 26347.0 3055643 25757.0 3056355 24756.0 3057066 24812.0 3057778 26774.0 3058489 30749.0 3059200 37321.0 3059912 45237.0 3060623 50314.0 3061334 52818.0 3062046 54551.0 3062757 52351.0 3063469 48542.0 3064180 42112.0 3064891 37393.0 3065603 33729.0 3066314 30175.0 3067026 29260.0 3067737 28017.0 3068448 27586.0 3069160 26997.0 3069871 28263.0 3070582 30271.0 3071294 32021.0 3072005 34936.0 3072717 38838.0 3073428 43486.0 3074139 42943.0 3074851 39281.0 3075562 35576.0 3076273 31783.0 3076985 30075.0 3077696 30727.0 3078408 31079.0 3079119 31633.0 3079830 33639.0 3080542 38938.0 3081253 51388.0 3081965 79660.0 3082676 115784.0 3083387 137317.0 3084099 130720.0 3084810 95197.0 3085521 60906.0 3086233 40388.0 3086944 30976.0 3087656 28939.0 3088367 27007.0 3089078 26217.0 3089790 24777.0 3090501 25558.0 3091213 25938.0 3091924 24870.0 3092635 24786.0 3093347 24575.0 3094058 23064.0 3094769 23240.0 3095481 23639.0 3096192 23982.0 3096904 23096.0 3097615 22430.0 3098326 22189.0 3099038 21880.0 3099749 22350.0 3100460 22585.0 3101172 22789.0 3101883 24570.0 3102595 24194.0 3103306 24783.0 3104017 24004.0 3104729 22639.0 3105440 21806.0 3106152 21772.0 3106863 21250.0 3107574 24830.0 3108286 26595.0 3108997 29022.0 3109708 30371.0 3110420 28915.0 3111131 28087.0 3111843 26185.0 3112554 24534.0 3113265 24034.0 3113977 23993.0 3114688 24857.0 3115400 26171.0 3116111 25136.0 3116822 24613.0 3117534 24258.0 3118245 23611.0 3118956 23405.0 3119668 23412.0 3120379 24107.0 3121091 24186.0 3121802 26806.0 3122513 29488.0 3123225 32578.0 3123936 33588.0 3124647 35458.0 3125359 34390.0 3126070 34498.0 3126782 33130.0 3127493 31427.0 3128204 31155.0 3128916 29980.0 3129627 30265.0 3130339 28555.0 3131050 28608.0 3131761 26184.0 3132473 25678.0 3133184 26903.0 3133895 29192.0 3134607 32398.0 3135318 38404.0 3136030 46334.0 3136741 53015.0 3137452 58906.0 3138164 62138.0 3138875 62138.0 3139587 58093.0 3140298 51091.0 3141009 48191.0 3141721 45128.0 3142432 42727.0 3143143 40340.0 3143855 35816.0 3144566 32503.0 3145278 29735.0 3145989 27949.0 3146700 27307.0 3147412 26035.0 3148123 25115.0 3148834 25997.0 3149546 27016.0 3150257 26167.0 3150969 25332.0 3151680 25767.0 3152391 25022.0 3153103 25484.0 3153814 25620.0 3154526 23768.0 3155237 25481.0 3155948 25682.0 3156660 25036.0 3157371 25469.0 3158082 25164.0 3158794 26491.0 3159505 25777.0 3160217 24783.0 3160928 24438.0 3161639 23725.0 3162351 22503.0 3163062 23015.0 3163774 22673.0 3164485 22638.0 3165196 22538.0 3165908 22591.0 3166619 24464.0 3167330 24597.0 3168042 25184.0 3168753 25358.0 3169465 26120.0 3170176 26171.0 3170887 26039.0 3171599 26575.0 3172310 26161.0 3173021 30177.0 3173733 48694.0 3174444 98603.0 3175156 200805.0 3175867 349761.0 3176578 504168.0 3177290 576678.0 3178001 465099.0 3178713 239867.0 3179424 98698.0 3180135 50158.0 3180847 36811.0 3181558 31733.0 3182269 30088.0 3182981 27211.0 3183692 26465.0 3184404 26798.0 3185115 26663.0 3185826 27473.0 3186538 26986.0 3187249 27351.0 3187960 27533.0 3188672 27645.0 3189383 28679.0 3190095 28401.0 3190806 25518.0 3191517 24830.0 3192229 25430.0 3192940 27007.0 3193652 29733.0 3194363 28982.0 3195074 27505.0 3195786 26447.0 3196497 24389.0 3197208 24305.0 3197920 23033.0 3198631 23833.0 3199343 26991.0 3200054 34938.0 3200765 54064.0 3201477 82262.0 3202188 104408.0 3202900 106362.0 3203611 85370.0 3204322 63513.0 3205034 46784.0 3205745 37387.0 3206456 31550.0 3207168 28522.0 3207879 26838.0 3208591 25799.0 3209302 25241.0 3210013 27428.0 3210725 29411.0 3211436 40197.0 3212147 62829.0 3212859 94600.0 3213570 118101.0 3214282 114292.0 3214993 90207.0 3215704 59808.0 3216416 43781.0 3217127 32762.0 3217839 27831.0 3218550 26925.0 3219261 26289.0 3219973 25210.0 3220684 25773.0 3221395 24060.0 3222107 23653.0 3222818 22747.0 3223530 23460.0 3224241 23696.0 3224952 25366.0 3225664 26666.0 3226375 27830.0 3227087 28054.0 3227798 26698.0 3228509 26864.0 3229221 25391.0 3229932 25562.0 3230643 25933.0 3231355 25815.0 3232066 26651.0 3232778 26642.0 3233489 26030.0 3234200 25624.0 3234912 25909.0 3235623 24476.0 3236334 24187.0 3237046 25595.0 3237757 26690.0 3238469 32190.0 3239180 37219.0 3239891 41527.0 3240603 42670.0 3241314 40441.0 3242026 35438.0 3242737 30271.0 3243448 25822.0 3244160 24999.0 3244871 23585.0 3245582 23204.0 3246294 23836.0 3247005 24965.0 3247717 24930.0 3248428 25378.0 3249139 25978.0 3249851 27217.0 3250562 26134.0 3251274 26126.0 3251985 24407.0 3252696 22731.0 3253408 22833.0 3254119 23583.0 3254830 23074.0 3255542 24451.0 3256253 23084.0 3256965 23048.0 3257676 23516.0 3258387 22796.0 3259099 23110.0 3259810 24242.0 3260521 23276.0 3261233 22078.0 3261944 21746.0 3262656 21353.0 3263367 22295.0 3264078 22797.0 3264790 22925.0 3265501 24975.0 3266213 25715.0 3266924 26252.0 3267635 27384.0 3268347 26603.0 3269058 24399.0 3269769 23954.0 3270481 23801.0 3271192 23103.0 3271904 23547.0 3272615 23957.0 3273326 26690.0 3274038 29395.0 3274749 33159.0 3275461 34568.0 3276172 35182.0 3276883 31356.0 3277595 28770.0 3278306 27867.0 3279017 27233.0 3279729 27270.0 3280440 28740.0 3281152 28889.0 3281863 29176.0 3282574 28205.0 3283286 27206.0 3283997 25397.0 3284708 24706.0 3285420 26139.0 3286131 27028.0 3286843 27690.0 3287554 27579.0 3288265 24929.0 3288977 24952.0 3289688 24730.0 3290400 24527.0 3291111 28219.0 3291822 29469.0 3292534 28953.0 3293245 26951.0 3293956 25928.0 3294668 24008.0 3295379 23359.0 3296091 22786.0 3296802 23154.0 3297513 24110.0 3298225 24536.0 3298936 25293.0 3299648 24610.0 3300359 24192.0 3301070 23063.0 3301782 23029.0 3302493 22478.0 3303204 23473.0 3303916 26991.0 3304627 32307.0 3305339 41476.0 3306050 48534.0 3306761 49080.0 3307473 42715.0 3308184 39381.0 3308895 38995.0 3309607 44607.0 3310318 51724.0 3311030 54669.0 3311741 49002.0 3312452 39727.0 3313164 32743.0 3313875 28618.0 3314587 27635.0 3315298 25884.0 3316009 25667.0 3316721 24365.0 3317432 24111.0 3318143 23471.0 3318855 23694.0 3319566 22658.0 3320278 23696.0 3320989 23798.0 3321700 25318.0 3322412 27380.0 3323123 29222.0 3323835 31656.0 3324546 31301.0 3325257 30117.0 3325969 27469.0 3326680 26849.0 3327391 28085.0 3328103 32545.0 3328814 48535.0 3329526 66151.0 3330237 81575.0 3330948 76353.0 3331660 60857.0 3332371 44225.0 3333082 35006.0 3333794 31398.0 3334505 29225.0 3335217 27459.0 3335928 25853.0 3336639 25023.0 3337351 23990.0 3338062 22550.0 3338774 22665.0 3339485 22120.0 3340196 23717.0 3340908 22959.0 3341619 22122.0 3342330 22966.0 3343042 23184.0 3343753 22619.0 3344465 22943.0 3345176 23018.0 3345887 23388.0 3346599 23430.0 3347310 22468.0 3348022 21785.0 3348733 21298.0 3349444 22140.0 3350156 20915.0 3350867 21536.0 3351578 21441.0 3352290 22437.0 3353001 22845.0 3353713 23419.0 3354424 24022.0 3355135 24930.0 3355847 26222.0 3356558 25706.0 3357269 25451.0 3357981 23743.0 3358692 23089.0 3359404 21714.0 3360115 21530.0 3360826 21363.0 3361538 20718.0 3362249 20687.0 3362961 20991.0 3363672 21055.0 3364383 20879.0 3365095 20872.0 3365806 21000.0 3366517 22206.0 3367229 21295.0 3367940 21075.0 3368652 21761.0 3369363 22660.0 3370074 23606.0 3370786 23166.0 3371497 22518.0 3372209 24048.0 3372920 24440.0 3373631 24294.0 3374343 24206.0 3375054 23788.0 3375765 22864.0 3376477 22906.0 3377188 21631.0 3377900 22286.0 3378611 21916.0 3379322 20915.0 3380034 21755.0 3380745 22396.0 3381456 23229.0 3382168 23197.0 3382879 23289.0 3383591 23395.0 3384302 24726.0 3385013 25953.0 3385725 25577.0 3386436 25451.0 3387148 25937.0 3387859 27286.0 3388570 30289.0 3389282 29496.0 3389993 27195.0 3390704 25979.0 3391416 24967.0 3392127 25835.0 3392839 26367.0 3393550 28231.0 3394261 29617.0 3394973 30588.0 3395684 32174.0 3396395 34322.0 3397107 33221.0 3397818 32176.0 3398530 31442.0 3399241 29056.0 3399952 27565.0 3400664 26786.0 3401375 26857.0 3402087 27689.0 3402798 27188.0 3403509 26970.0 3404221 29265.0 3404932 29969.0 3405643 29516.0 3406355 28665.0 3407066 26690.0 3407778 26773.0 3408489 27112.0 3409200 25977.0 3409912 27918.0 3410623 35859.0 3411335 56814.0 3412046 89502.0 3412757 119787.0 3413469 133375.0 3414180 110619.0 3414891 79202.0 3415603 50777.0 3416314 36900.0 3417026 31636.0 3417737 28797.0 3418448 28310.0 3419160 27761.0 3419871 28865.0 3420582 28751.0 3421294 27739.0 3422005 26565.0 3422717 27076.0 3423428 27272.0 3424139 26909.0 3424851 27047.0 3425562 27191.0 3426274 26255.0 3426985 28909.0 3427696 28252.0 3428408 27842.0 3429119 31153.0 3429830 37137.0 3430542 52719.0 3431253 81085.0 3431965 118026.0 3432676 142804.0 3433387 148242.0 3434099 155100.0 3434810 174340.0 3435522 204260.0 3436233 227143.0 3436944 259396.0 3437656 299395.0 3438367 320014.0 3439078 237919.0 3439790 113181.0 3440501 66936.0 3441213 51959.0 3441924 44767.0 3442635 40836.0 3443347 38313.0 3444058 36522.0 3444769 34134.0 3445481 33259.0 3446192 32151.0 3446904 31451.0 3447615 30989.0 3448326 31073.0 3449038 30703.0 3449749 30511.0 3450461 30870.0 3451172 31063.0 3451883 30062.0 3452595 28987.0 3453306 30017.0 3454017 29400.0 3454729 28428.0 3455440 28631.0 3456152 28956.0 3456863 28677.0 3457574 28167.0 3458286 27033.0 3458997 27162.0 3459709 25408.0 3460420 25999.0 3461131 27728.0 3461843 27629.0 3462554 27983.0 3463265 27921.0 3463977 28637.0 3464688 28409.0 3465400 27746.0 3466111 29605.0 3466822 38188.0 3467534 63090.0 3468245 119580.0 3468956 209760.0 3469668 300873.0 3470379 317164.0 3471091 244282.0 3471802 143662.0 3472513 74610.0 3473225 46729.0 3473936 36408.0 3474648 34385.0 3475359 32562.0 3476070 30542.0 3476782 31430.0 3477493 31680.0 3478204 30637.0 3478916 28264.0 3479627 29043.0 3480339 29718.0 3481050 31166.0 3481761 34686.0 3482473 39865.0 3483184 47308.0 3483896 49453.0 3484607 46001.0 3485318 39721.0 3486030 35007.0 3486741 32382.0 3487452 30300.0 3488164 29111.0 3488875 28475.0 3489587 27454.0 3490298 26291.0 3491009 26874.0 3491721 26522.0 3492432 27660.0 3493143 26796.0 3493855 27033.0 3494566 25114.0 3495278 25703.0 3495989 25958.0 3496700 25617.0 3497412 25559.0 3498123 27553.0 3498835 27847.0 3499546 28222.0 3500257 28884.0 3500969 30442.0 3501680 30718.0 3502391 31653.0 3503103 29656.0 3503814 28177.0 3504526 24850.0 3505237 25160.0 3505948 24867.0 3506660 25329.0 3507371 25523.0 3508083 27084.0 3508794 28485.0 3509505 30505.0 3510217 31627.0 3510928 30420.0 3511639 29864.0 3512351 29599.0 3513062 29653.0 3513774 30952.0 3514485 30792.0 3515196 31518.0 3515908 30428.0 3516619 30318.0 3517330 29178.0 3518042 28143.0 3518753 28739.0 3519465 28526.0 3520176 28825.0 3520887 30156.0 3521599 30871.0 3522310 30834.0 3523022 32490.0 3523733 31865.0 3524444 28029.0 3525156 28192.0 3525867 28100.0 3526578 33362.0 3527290 47018.0 3528001 78503.0 3528713 133678.0 3529424 190460.0 3530135 214533.0 3530847 182178.0 3531558 126552.0 3532270 74657.0 3532981 50230.0 3533692 40182.0 3534404 37936.0 3535115 35263.0 3535826 33123.0 3536538 31522.0 3537249 30627.0 3537961 27950.0 3538672 27243.0 3539383 27473.0 3540095 28873.0 3540806 29914.0 3541517 35646.0 3542229 50379.0 3542940 71364.0 3543652 98742.0 3544363 115066.0 3545074 110115.0 3545786 89312.0 3546497 66493.0 3547209 53648.0 3547920 44733.0 3548631 40038.0 3549343 37980.0 3550054 35134.0 3550765 34296.0 3551477 32480.0 3552188 32577.0 3552900 33413.0 3553611 32855.0 3554322 32633.0 3555034 34165.0 3555745 33789.0 3556457 33711.0 3557168 35100.0 3557879 37798.0 3558591 40056.0 3559302 40886.0 3560013 39481.0 3560725 35490.0 3561436 31877.0 3562148 29053.0 3562859 29322.0 3563570 28055.0 3564282 29207.0 3564993 28465.0 3565704 27409.0 3566416 28815.0 3567127 28227.0 3567839 28780.0 3568550 27429.0 3569261 28107.0 3569973 27834.0 3570684 27226.0 3571396 27144.0 3572107 27889.0 3572818 27301.0 3573530 28618.0 3574241 28720.0 3574952 28843.0 3575664 29907.0 3576375 28967.0 3577087 28872.0 3577798 28327.0 3578509 27137.0 3579221 27262.0 3579932 26561.0 3580644 26615.0 3581355 26712.0 3582066 26610.0 3582778 26686.0 3583489 25504.0 3584200 25744.0 3584912 24945.0 3585623 26370.0 3586335 26158.0 3587046 26287.0 3587757 25594.0 3588469 26548.0 3589180 25824.0 3589891 28312.0 3590603 30290.0 3591314 31526.0 3592026 31938.0 3592737 32032.0 3593448 30395.0 3594160 29196.0 3594871 27370.0 3595583 27393.0 3596294 28354.0 3597005 26927.0 3597717 26861.0 3598428 26268.0 3599139 26293.0 3599851 26438.0 3600562 25225.0 3601274 25623.0 3601985 24241.0 3602696 25848.0 3603408 24363.0 3604119 24449.0 3604830 24744.0 3605542 25122.0 3606253 24355.0 3606965 24515.0 3607676 24064.0 3608387 24731.0 3609099 25094.0 3609810 24476.0 3610522 26007.0 3611233 25605.0 3611944 25834.0 3612656 24959.0 3613367 26343.0 3614078 25698.0 3614790 25822.0 3615501 26421.0 3616213 26680.0 3616924 26015.0 3617635 25343.0 3618347 25517.0 3619058 25297.0 3619770 24974.0 3620481 26558.0 3621192 26150.0 3621904 30262.0 3622615 40031.0 3623326 58228.0 3624038 74333.0 3624749 84743.0 3625461 76146.0 3626172 64213.0 3626883 48618.0 3627595 37637.0 3628306 31893.0 3629017 29435.0 3629729 27892.0 3630440 26566.0 3631152 26698.0 3631863 26693.0 3632574 26323.0 3633286 26621.0 3633997 27621.0 3634709 28945.0 3635420 30469.0 3636131 30216.0 3636843 31501.0 3637554 29203.0 3638265 28359.0 3638977 28499.0 3639688 28261.0 3640400 28244.0 3641111 28357.0 3641822 28186.0 3642534 26953.0 3643245 26742.0 3643957 24807.0 3644668 25627.0 3645379 25132.0 3646091 25659.0 3646802 26041.0 3647513 26414.0 3648225 27853.0 3648936 29868.0 3649648 32858.0 3650359 37453.0 3651070 48199.0 3651782 61098.0 3652493 70168.0 3653204 72430.0 3653916 63750.0 3654627 55800.0 3655339 51591.0 3656050 47768.0 3656761 46276.0 3657473 40565.0 3658184 38557.0 3658896 37229.0 3659607 37999.0 3660318 40964.0 3661030 42883.0 3661741 44445.0 3662452 44368.0 3663164 40046.0 3663875 35988.0 3664587 32584.0 3665298 30889.0 3666009 29492.0 3666721 30355.0 3667432 32037.0 3668144 38609.0 3668855 48547.0 3669566 71365.0 3670278 98069.0 3670989 118582.0 3671700 109710.0 3672412 91322.0 3673123 61756.0 3673835 46157.0 3674546 37988.0 3675257 35645.0 3675969 33100.0 3676680 33053.0 3677391 32748.0 3678103 30685.0 3678814 30634.0 3679526 30533.0 3680237 30382.0 3680948 30658.0 3681660 29100.0 3682371 30200.0 3683083 29358.0 3683794 29618.0 3684505 30058.0 3685217 30219.0 3685928 32207.0 3686639 32219.0 3687351 32441.0 3688062 32991.0 3688774 33197.0 3689485 31346.0 3690196 30828.0 3690908 29541.0 3691619 30030.0 3692331 28519.0 3693042 28571.0 3693753 27735.0 3694465 27404.0 3695176 26992.0 3695887 26764.0 3696599 27492.0 3697310 28020.0 3698022 27971.0 3698733 27412.0 3699444 27077.0 3700156 26812.0 3700867 27558.0 3701578 28087.0 3702290 28848.0 3703001 28594.0 3703713 26950.0 3704424 26616.0 3705135 25751.0 3705847 26775.0 3706558 27153.0 3707270 26161.0 3707981 25900.0 3708692 25778.0 3709404 26106.0 3710115 26075.0 3710826 26151.0 3711538 25887.0 3712249 26606.0 3712961 26005.0 3713672 26412.0 3714383 26744.0 3715095 27250.0 3715806 27221.0 3716518 28670.0 3717229 29158.0 3717940 30597.0 3718652 33380.0 3719363 43404.0 3720074 66898.0 3720786 115634.0 3721497 194614.0 3722209 300284.0 3722920 430215.0 3723631 570534.0 3724343 701900.0 3725054 733816.0 3725765 583086.0 3726477 306370.0 3727188 162888.0 3727900 116205.0 3728611 95819.0 3729322 83213.0 3730034 74143.0 3730745 70852.0 3731457 63574.0 3732168 60265.0 3732879 55210.0 3733591 52737.0 3734302 52593.0 3735013 49134.0 3735725 47601.0 3736436 47132.0 3737148 46736.0 3737859 44671.0 3738570 44188.0 3739282 43412.0 3739993 42611.0 3740705 41486.0 3741416 41922.0 3742127 42540.0 3742839 42226.0 3743550 41705.0 3744261 43925.0 3744973 41883.0 3745684 42255.0 3746396 42408.0 3747107 43170.0 3747818 42016.0 3748530 42761.0 3749241 43571.0 3749952 43663.0 3750664 44460.0 3751375 43753.0 3752087 45647.0 3752798 45963.0 3753509 47303.0 3754221 48823.0 3754932 48958.0 3755644 49318.0 3756355 50796.0 3757066 52472.0 3757778 58783.0 3758489 71214.0 3759200 97295.0 3759912 133884.0 3760623 168100.0 3761335 185567.0 3762046 180797.0 3762757 181202.0 3763469 200013.0 3764180 220002.0 3764892 207941.0 3765603 153410.0 3766314 95857.0 3767026 62480.0 3767737 50844.0 3768448 44771.0 3769160 41781.0 3769871 40647.0 3770583 38434.0 3771294 37419.0 3772005 37320.0 3772717 36830.0 3773428 36397.0 3774139 35733.0 3774851 34088.0 3775562 32937.0 3776274 33829.0 3776985 33330.0 3777696 32084.0 3778408 32268.0 3779119 33451.0 3779831 36043.0 3780542 34678.0 3781253 37829.0 3781965 38536.0 3782676 35475.0 3783387 33558.0 3784099 31409.0 3784810 31534.0 3785522 31746.0 3786233 31070.0 3786944 29560.0 3787656 29372.0 3788367 29955.0 3789079 29416.0 3789790 30655.0 3790501 30733.0 3791213 29379.0 3791924 28719.0 3792635 29114.0 3793347 29777.0 3794058 31097.0 3794770 31353.0 3795481 30923.0 3796192 31797.0 3796904 30889.0 3797615 31440.0 3798326 30442.0 3799038 30368.0 3799749 29597.0 3800461 29990.0 3801172 31313.0 3801883 30167.0 3802595 30927.0 3803306 29288.0 3804018 29751.0 3804729 28793.0 3805440 29095.0 3806152 28227.0 3806863 28000.0 3807574 28153.0 3808286 28001.0 3808997 27224.0 3809709 27402.0 3810420 26434.0 3811131 26759.0 3811843 26505.0 3812554 26159.0 3813265 26232.0 3813977 26623.0 3814688 26297.0 3815400 25934.0 3816111 25931.0 3816822 25940.0 3817534 25950.0 3818245 26562.0 3818957 25779.0 3819668 26144.0 3820379 26130.0 3821091 27581.0 3821802 26667.0 3822513 28103.0 3823225 27841.0 3823936 28535.0 3824648 30426.0 3825359 35008.0 3826070 39834.0 3826782 43561.0 3827493 43020.0 3828205 37154.0 3828916 34208.0 3829627 28893.0 3830339 28897.0 3831050 27380.0 3831761 28434.0 3832473 28630.0 3833184 29718.0 3833896 29816.0 3834607 29659.0 3835318 28398.0 3836030 29666.0 3836741 31942.0 3837452 33636.0 3838164 35481.0 3838875 34260.0 3839587 32321.0 3840298 30883.0 3841009 29775.0 3841721 28605.0 3842432 29262.0 3843144 27678.0 3843855 27832.0 3844566 28428.0 3845278 28047.0 3845989 28125.0 3846700 28343.0 3847412 28801.0 3848123 29078.0 3848835 29082.0 3849546 28375.0 3850257 28826.0 3850969 28447.0 3851680 27757.0 3852392 26964.0 3853103 26987.0 3853814 27223.0 3854526 27737.0 3855237 29381.0 3855948 30778.0 3856660 32472.0 3857371 32575.0 3858083 31109.0 3858794 29373.0 3859505 29277.0 3860217 28685.0 3860928 27453.0 3861639 27297.0 3862351 27286.0 3863062 27987.0 3863774 30762.0 3864485 35502.0 3865196 41365.0 3865908 44993.0 3866619 44212.0 3867331 40933.0 3868042 34130.0 3868753 30073.0 3869465 27693.0 3870176 27645.0 3870887 26681.0 3871599 27259.0 3872310 25709.0 3873022 26546.0 3873733 26026.0 3874444 26525.0 3875156 27293.0 3875867 27798.0 3876579 27772.0 3877290 28796.0 3878001 27816.0 3878713 28038.0 3879424 26752.0 3880135 26995.0 3880847 26881.0 3881558 26497.0 3882270 25524.0 3882981 25809.0 3883692 25459.0 3884404 25552.0 3885115 25796.0 3885826 26131.0 3886538 26455.0 3887249 25784.0 3887961 26060.0 3888672 26652.0 3889383 26652.0 3890095 28045.0 3890806 27017.0 3891518 27688.0 3892229 28216.0 3892940 27627.0 3893652 27225.0 3894363 26847.0 3895074 27301.0 3895786 27834.0 3896497 28144.0 3897209 28073.0 3897920 28469.0 3898631 28098.0 3899343 28520.0 3900054 28279.0 3900766 27422.0 3901477 26606.0 3902188 27036.0 3902900 25716.0 3903611 25346.0 3904322 26133.0 3905034 25818.0 3905745 24566.0 3906457 24439.0 3907168 24292.0 3907879 24262.0 3908591 24757.0 3909302 24162.0 3910013 24578.0 3910725 24573.0 3911436 24450.0 3912148 24191.0 3912859 24138.0 3913570 23653.0 3914282 23739.0 3914993 25311.0 3915705 27822.0 3916416 27966.0 3917127 28593.0 3917839 31055.0 3918550 31544.0 3919261 32541.0 3919973 30542.0 3920684 29554.0 3921396 27494.0 3922107 27700.0 3922818 26649.0 3923530 26683.0 3924241 25740.0 3924953 25152.0 3925664 26474.0 3926375 26589.0 3927087 25286.0 3927798 25421.0 3928509 25371.0 3929221 24986.0 3929932 23719.0 3930644 23572.0 3931355 23063.0 3932066 24160.0 3932778 23907.0 3933489 25086.0 3934200 25684.0 3934912 25199.0 3935623 25222.0 3936335 25456.0 3937046 25639.0 3937757 23966.0 3938469 24392.0 3939180 24361.0 3939892 24475.0 3940603 25485.0 3941314 25115.0 3942026 25093.0 3942737 26288.0 3943448 25604.0 3944160 26443.0 3944871 27673.0 3945583 30362.0 3946294 30729.0 3947005 30829.0 3947717 30579.0 3948428 29080.0 3949140 27376.0 3949851 26570.0 3950562 26170.0 3951274 25318.0 3951985 25362.0 3952696 25190.0 3953408 24703.0 3954119 25252.0 3954831 25765.0 3955542 26646.0 3956253 26049.0 3956965 25795.0 3957676 25448.0 3958387 24803.0 3959099 24837.0 3959810 25032.0 3960522 24596.0 3961233 26507.0 3961944 24392.0 3962656 24800.0 3963367 24884.0 3964079 24500.0 3964790 25240.0 3965501 26232.0 3966213 27323.0 3966924 27828.0 3967635 28201.0 3968347 26484.0 3969058 25827.0 3969770 25374.0 3970481 25546.0 3971192 25763.0 3971904 26343.0 3972615 25251.0 3973327 24871.0 3974038 23682.0 3974749 24537.0 3975461 24031.0 3976172 25092.0 3976883 23499.0 3977595 24145.0 3978306 24049.0 3979018 24492.0 3979729 24595.0 3980440 24944.0 3981152 24147.0 3981863 24450.0 3982574 24323.0 3983286 24546.0 3983997 24609.0 3984709 24936.0 3985420 25126.0 3986131 24684.0 3986843 23604.0 3987554 24693.0 3988266 24852.0 3988977 25126.0 3989688 25933.0 3990400 25904.0 3991111 24273.0 3991822 23407.0 3992534 22880.0 3993245 24096.0 3993957 24090.0 3994668 23994.0 3995379 24529.0 3996091 24714.0 3996802 25688.0 3997514 25949.0 3998225 25443.0 3998936 25808.0 3999648 25873.0 4000359 25343.0 4001070 25082.0 4001782 24850.0 4002493 24667.0 4003205 24229.0 4003916 25127.0 4004627 25095.0 4005339 24884.0 4006050 25042.0 4006761 25918.0 4007473 24218.0 4008184 24494.0 4008896 23489.0 4009607 23648.0 4010318 23665.0 4011030 24271.0 4011741 25186.0 4012453 26415.0 4013164 27768.0 4013875 28998.0 4014587 30937.0 4015298 32130.0 4016009 33266.0 4016721 32468.0 4017432 30330.0 4018144 28753.0 4018855 28046.0 4019566 28155.0 4020278 28355.0 4020989 27204.0 4021700 27025.0 4022412 25749.0 4023123 25408.0 4023835 25133.0 4024546 24764.0 4025257 24524.0 4025969 24085.0 4026680 23794.0 4027392 23730.0 4028103 23667.0 4028814 24556.0 4029526 24476.0 4030237 24415.0 4030948 24547.0 4031660 25239.0 4032371 25901.0 4033083 24503.0 4033794 24445.0 4034505 24272.0 4035217 23946.0 4035928 25151.0 4036640 25475.0 4037351 25636.0 4038062 26711.0 4038774 25294.0 4039485 25351.0 4040196 25181.0 4040908 25353.0 4041619 25921.0 4042331 26262.0 4043042 26769.0 4043753 27552.0 4044465 26424.0 4045176 25130.0 4045887 26811.0 4046599 25189.0 4047310 25228.0 4048022 24983.0 4048733 24386.0 4049444 24486.0 4050156 25182.0 4050867 24433.0 4051579 23359.0 4052290 24117.0 4053001 24007.0 4053713 24339.0 4054424 24889.0 4055135 23334.0 4055847 24362.0 4056558 24925.0 4057270 25754.0 4057981 26006.0 4058692 25516.0 4059404 26094.0 4060115 27396.0 4060827 29505.0 4061538 37772.0 4062249 49422.0 4062961 62480.0 4063672 70176.0 4064383 63959.0 4065095 55925.0 4065806 48018.0 4066518 39980.0 4067229 36197.0 4067940 34338.0 4068652 32353.0 4069363 32539.0 4070074 29620.0 4070786 28405.0 4071497 29405.0 4072209 27624.0 4072920 27138.0 4073631 26035.0 4074343 26634.0 4075054 26206.0 4075766 26876.0 4076477 27047.0 4077188 25813.0 4077900 26666.0 4078611 26511.0 4079322 27320.0 4080034 27188.0 4080745 26345.0 4081457 26241.0 4082168 26180.0 4082879 26424.0 4083591 26733.0 4084302 26200.0 4085014 27066.0 4085725 27036.0 4086436 26248.0 4087148 25700.0 4087859 26964.0 4088570 26144.0 4089282 26088.0 4089993 26804.0 4090705 26109.0 4091416 26918.0 4092127 26245.0 4092839 26744.0 4093550 27991.0 4094261 25935.0 4094973 25961.0 4095684 25533.0 4096396 25559.0 4097107 25488.0 4097818 25963.0 4098530 24413.0 4099241 25147.0 4099953 25274.0 4100664 24801.0 4101375 24746.0 4102087 24839.0 4102798 24662.0 4103509 24380.0 4104221 23620.0 4104932 24649.0 4105644 24490.0 4106355 25488.0 4107066 23892.0 4107778 24009.0 4108489 24797.0 4109201 23393.0 4109912 24080.0 4110623 23952.0 4111335 24236.0 4112046 24642.0 4112757 24167.0 4113469 23764.0 4114180 25145.0 4114892 25109.0 4115603 25406.0 4116314 25095.0 4117026 25176.0 4117737 24954.0 4118448 25333.0 4119160 26020.0 4119871 26790.0 4120583 27691.0 4121294 27815.0 4122005 26626.0 4122717 26469.0 4123428 25579.0 4124140 25179.0 4124851 24665.0 4125562 24738.0 4126274 24816.0 4126985 23665.0 4127696 23834.0 4128408 23197.0 4129119 23751.0 4129831 25324.0 4130542 24666.0 4131253 25140.0 4131965 24244.0 4132676 24192.0 4133388 24075.0 4134099 24912.0 4134810 24352.0 4135522 24061.0 4136233 23695.0 4136944 23441.0 4137656 23054.0 4138367 23408.0 4139079 22865.0 4139790 23915.0 4140501 24111.0 4141213 24021.0 4141924 23963.0 4142635 24753.0 4143347 25634.0 4144058 25612.0 4144770 24702.0 4145481 25265.0 4146192 26287.0 4146904 25679.0 4147615 25519.0 4148327 25189.0 4149038 25432.0 4149749 25217.0 4150461 24581.0 4151172 24276.0 4151883 25150.0 4152595 23931.0 4153306 24555.0 4154018 25064.0 4154729 23960.0 4155440 23632.0 4156152 25009.0 4156863 24878.0 4157575 25889.0 4158286 25717.0 4158997 25588.0 4159709 25384.0 4160420 24396.0 4161131 25142.0 4161843 24937.0 4162554 24504.0 4163266 25051.0 4163977 24871.0 4164688 25325.0 4165400 25153.0 4166111 25424.0 4166822 25780.0 4167534 25353.0 4168245 27272.0 4168957 27012.0 4169668 27131.0 4170379 26170.0 4171091 25092.0 4171802 25414.0 4172514 25232.0 4173225 24548.0 4173936 24958.0 4174648 24305.0 4175359 24453.0 4176070 24762.0 4176782 24054.0 4177493 24424.0 4178205 24898.0 4178916 25146.0 4179627 25690.0 4180339 24795.0 4181050 24688.0 4181762 24429.0 4182473 24343.0 4183184 23940.0 4183896 24036.0 4184607 23730.0 4185318 24149.0 4186030 23316.0 4186741 23464.0 4187453 24074.0 4188164 23885.0 4188875 23630.0 4189587 24660.0 4190298 24016.0 4191009 24147.0 4191721 24165.0 4192432 24449.0 4193144 24402.0 4193855 24921.0 4194566 24586.0 4195278 24452.0 4195989 25233.0 4196701 23648.0 4197412 26103.0 4198123 24726.0 4198835 24866.0 4199546 24304.0 4200257 25537.0 4200969 25326.0 4201680 24832.0 4202392 26021.0 4203103 25256.0 4203814 24733.0 4204526 24139.0 4205237 22980.0 4205948 23279.0 4206660 24536.0 4207371 24018.0 4208083 24049.0 4208794 23013.0 4209505 23712.0 4210217 23321.0 4210928 24223.0 4211640 24350.0 4212351 24644.0 4213062 25605.0 4213774 25087.0 4214485 26505.0 4215196 26382.0 4215908 26726.0 4216619 25519.0 4217331 25182.0 4218042 24983.0 4218753 24797.0 4219465 25853.0 4220176 26642.0 4220888 27168.0 4221599 26814.0 4222310 26305.0 4223022 26093.0 4223733 25596.0 4224444 25309.0 4225156 24657.0 4225867 24685.0 4226579 24120.0 4227290 24653.0 4228001 24173.0 4228713 24162.0 4229424 24936.0 4230135 24405.0 4230847 24689.0 4231558 24965.0 4232270 25250.0 4232981 25682.0 4233692 24812.0 4234404 26309.0 4235115 26062.0 4235827 25805.0 4236538 25923.0 4237249 26623.0 4237961 26059.0 4238672 26007.0 4239383 26655.0 4240095 26524.0 4240806 29231.0 4241518 33353.0 4242229 46628.0 4242940 73512.0 4243652 113597.0 4244363 158876.0 4245075 196177.0 4245786 200552.0 4246497 160148.0 4247209 119060.0 4247920 88960.0 4248631 71150.0 4249343 65243.0 4250054 56328.0 4250766 53864.0 4251477 50555.0 4252188 50675.0 4252900 48714.0 4253611 48358.0 4254322 47226.0 4255034 49028.0 4255745 50431.0 4256457 53453.0 4257168 54718.0 4257879 58903.0 4258591 60323.0 4259302 64278.0 4260014 68130.0 4260725 69697.0 4261436 74774.0 4262148 81084.0 4262859 88844.0 4263570 94185.0 4264282 101695.0 4264993 105316.0 4265705 110513.0 4266416 105894.0 4267127 98283.0 4267839 81314.0 4268550 64674.0 4269262 52309.0 4269973 44178.0 4270684 39975.0 4271396 37909.0 4272107 37003.0 4272818 35292.0 4273530 33755.0 4274241 33843.0 4274953 32272.0 4275664 33205.0 4276375 31781.0 4277087 31058.0 4277798 29755.0 4278509 31032.0 4279221 31101.0 4279932 30713.0 4280644 31533.0 4281355 30125.0 4282066 30206.0 4282778 28926.0 4283489 29182.0 4284201 29794.0 4284912 29470.0 4285623 29288.0 4286335 28307.0 4287046 28967.0 4287757 28162.0 4288469 28273.0 4289180 27967.0 4289892 29937.0 4290603 29305.0 4291314 30370.0 4292026 30407.0 4292737 30804.0 4293449 31707.0 4294160 30012.0 4294871 29415.0 4295583 28769.0 4296294 28437.0 4297005 26915.0 4297717 27701.0 4298428 28502.0 4299140 27240.0 4299851 28102.0 4300562 28412.0 4301274 28370.0 4301985 29074.0 4302696 28060.0 4303408 27996.0 4304119 28032.0 4304831 27337.0 4305542 27942.0 4306253 26636.0 4306965 26311.0 4307676 26099.0 4308388 26076.0 4309099 26341.0 4309810 26799.0 4310522 26812.0 4311233 25912.0 4311944 27072.0 4312656 26842.0 4313367 26335.0 4314079 27038.0 4314790 26426.0 4315501 26337.0 4316213 26368.0 4316924 26510.0 4317636 26605.0 4318347 26480.0 4319058 25639.0 4319770 25588.0 4320481 26699.0 4321192 26017.0 4321904 26378.0 4322615 26051.0 4323327 26857.0 4324038 27100.0 4324749 26476.0 4325461 26162.0 4326172 26601.0 4326883 26172.0 4327595 26266.0 4328306 27258.0 4329018 26462.0 4329729 25915.0 4330440 26634.0 4331152 26749.0 4331863 26868.0 4332575 26432.0 4333286 27088.0 4333997 27371.0 4334709 26554.0 4335420 28297.0 4336131 26225.0 4336843 26577.0 4337554 26462.0 4338266 25469.0 4338977 26356.0 4339688 26289.0 4340400 26064.0 4341111 26225.0 4341823 26438.0 4342534 26571.0 4343245 27519.0 4343957 28221.0 4344668 26362.0 4345379 27291.0 4346091 26169.0 4346802 27159.0 4347514 25579.0 4348225 26468.0 4348936 27009.0 4349648 27202.0 4350359 27157.0 4351070 26926.0 4351782 24818.0 4352493 25549.0 4353205 25711.0 4353916 26460.0 4354627 24997.0 4355339 26909.0 4356050 26401.0 4356762 26935.0 4357473 27128.0 4358184 27415.0 4358896 26602.0 4359607 27185.0 4360318 26873.0 4361030 27432.0 4361741 28083.0 4362453 27168.0 4363164 27070.0 4363875 27348.0 4364587 27232.0 4365298 27218.0 4366010 28339.0 4366721 28009.0 4367432 27101.0 4368144 27573.0 4368855 28295.0 4369566 28638.0 4370278 28542.0 4370989 28180.0 4371701 27111.0 4372412 27649.0 4373123 28332.0 4373835 28524.0 4374546 27999.0 4375257 27194.0 4375969 27788.0 4376680 27630.0 4377392 25960.0 4378103 26852.0 4378814 28029.0 4379526 28144.0 4380237 26772.0 4380949 27160.0 4381660 26528.0 4382371 26468.0 4383083 27072.0 4383794 25851.0 4384505 26842.0 4385217 26644.0 4385928 27754.0 4386640 27089.0 4387351 25956.0 4388062 26718.0 4388774 26434.0 4389485 26849.0 4390197 26845.0 4390908 26529.0 4391619 25426.0 4392331 26627.0 4393042 26693.0 4393753 27508.0 4394465 27061.0 4395176 26112.0 4395888 26286.0 4396599 26554.0 4397310 26249.0 4398022 26552.0 4398733 26521.0 4399444 26238.0 4400156 26589.0 4400867 26615.0 4401579 27050.0 4402290 26496.0 4403001 27230.0 4403713 26754.0 4404424 26849.0 4405136 27863.0 4405847 27461.0 4406558 28283.0 4407270 28790.0 4407981 27659.0 4408692 28344.0 4409404 28483.0 4410115 28404.0 4410827 26822.0 4411538 27869.0 4412249 27947.0 4412961 28195.0 4413672 28705.0 4414383 29624.0 4415095 28574.0 4415806 28621.0 4416518 29507.0 4417229 29047.0 4417940 28789.0 4418652 28876.0 4419363 28805.0 4420075 28869.0 4420786 27169.0 4421497 26768.0 4422209 27764.0 4422920 27824.0 4423631 27950.0 4424343 26951.0 4425054 25747.0 4425766 26881.0 4426477 27047.0 4427188 27913.0 4427900 28195.0 4428611 27648.0 4429323 27023.0 4430034 27385.0 4430745 25877.0 4431457 26656.0 4432168 26001.0 4432879 26230.0 4433591 27251.0 4434302 27189.0 4435014 26951.0 4435725 26915.0 4436436 28051.0 4437148 27803.0 4437859 28813.0 4438570 29919.0 4439282 31056.0 4439993 30067.0 4440705 31451.0 4441416 27762.0 4442127 28046.0 4442839 27416.0 4443550 29052.0 4444262 28702.0 4444973 27665.0 4445684 26084.0 4446396 27684.0 4447107 27271.0 4447818 28368.0 4448530 28186.0 4449241 27897.0 4449953 28387.0 4450664 27456.0 4451375 26699.0 4452087 27055.0 4452798 27845.0 4453510 27888.0 4454221 27403.0 4454932 28435.0 4455644 26533.0 4456355 27309.0 4457066 26954.0 4457778 27683.0 4458489 28430.0 4459201 29725.0 4459912 30188.0 4460623 29561.0 4461335 29761.0 4462046 29680.0 4462757 28405.0 4463469 27791.0 4464180 26936.0 4464892 27521.0 4465603 26984.0 4466314 27515.0 4467026 27926.0 4467737 27687.0 4468449 27396.0 4469160 27193.0 4469871 26336.0 4470583 27499.0 4471294 28799.0 4472005 28750.0 4472717 28769.0 4473428 28676.0 4474140 29614.0 4474851 29482.0 4475562 28781.0 4476274 29332.0 4476985 28701.0 4477697 28586.0 4478408 28408.0 4479119 28934.0 4479831 27759.0 4480542 26126.0 4481253 27944.0 4481965 28335.0 4482676 27699.0 4483388 29001.0 4484099 29291.0 4484810 29911.0 4485522 29793.0 4486233 31239.0 4486944 33933.0 4487656 34439.0 4488367 35005.0 4489079 33887.0 4489790 32449.0 4490501 32095.0 4491213 30511.0 4491924 30485.0 4492636 30100.0 4493347 28604.0 4494058 29078.0 4494770 28897.0 4495481 29326.0 4496192 28008.0 4496904 27875.0 4497615 29125.0 4498327 28111.0 4499038 29525.0 4499749 29479.0 4500461 29000.0 4501172 31222.0 4501884 29863.0 4502595 29905.0 4503306 28242.0 4504018 29589.0 4504729 28944.0 4505440 28463.0 4506152 28629.0 4506863 28256.0 4507575 28615.0 4508286 29529.0 4508997 28707.0 4509709 28513.0 4510420 28727.0 4511131 29171.0 4511843 30593.0 4512554 30215.0 4513266 29198.0 4513977 28293.0 4514688 29160.0 4515400 29198.0 4516111 27023.0 4516823 28125.0 4517534 28021.0 4518245 27889.0 4518957 27819.0 4519668 29004.0 4520379 27814.0 4521091 28614.0 4521802 28528.0 4522514 27404.0 4523225 28821.0 4523936 28804.0 4524648 29337.0 4525359 29567.0 4526071 28706.0 4526782 28796.0 4527493 29265.0 4528205 28208.0 4528916 28386.0 4529627 28495.0 4530339 27596.0 4531050 28093.0 4531762 28008.0 4532473 28332.0 4533184 28566.0 4533896 28475.0 4534607 27370.0 4535318 28018.0 4536030 27754.0 4536741 28394.0 4537453 27102.0 4538164 27176.0 4538875 27206.0 4539587 27350.0 4540298 27382.0 4541010 27505.0 4541721 28298.0 4542432 27823.0 4543144 28487.0 4543855 28816.0 4544566 28545.0 4545278 27769.0 4545989 28472.0 4546701 28308.0 4547412 28975.0 4548123 28508.0 4548835 30220.0 4549546 30055.0 4550258 28641.0 4550969 28517.0 4551680 28323.0 4552392 29001.0 4553103 30896.0 4553814 30135.0 4554526 29817.0 4555237 29078.0 4555949 29046.0 4556660 29192.0 4557371 28361.0 4558083 29854.0 4558794 29121.0 4559505 29469.0 4560217 28473.0 4560928 29110.0 4561640 28405.0 4562351 28626.0 4563062 27953.0 4563774 27925.0 4564485 28722.0 4565197 29081.0 4565908 28449.0 4566619 28963.0 4567331 28704.0 4568042 28363.0 4568753 28406.0 4569465 29806.0 4570176 31083.0 4570888 30837.0 4571599 32593.0 4572310 31587.0 4573022 31716.0 4573733 30864.0 4574445 28300.0 4575156 27790.0 4575867 28734.0 4576579 28143.0 4577290 28844.0 4578001 28528.0 4578713 29201.0 4579424 29604.0 4580136 28511.0 4580847 28275.0 4581558 29040.0 4582270 30164.0 4582981 28855.0 4583692 28449.0 4584404 30445.0 4585115 28911.0 4585827 28853.0 4586538 30241.0 4587249 29058.0 4587961 30189.0 4588672 30440.0 4589384 29373.0 4590095 28896.0 4590806 28623.0 4591518 30872.0 4592229 28351.0 4592940 29603.0 4593652 29379.0 4594363 29145.0 4595075 28726.0 4595786 29230.0 4596497 28857.0 4597209 29613.0 4597920 29639.0 4598632 29807.0 4599343 29913.0 4600054 30203.0 4600766 30144.0 4601477 29659.0 4602188 29712.0 4602900 29284.0 4603611 29645.0 4604323 30683.0 4605034 29779.0 4605745 29413.0 4606457 29229.0 4607168 29200.0 4607879 29138.0 4608591 29679.0 4609302 28756.0 4610014 30442.0 4610725 31265.0 4611436 31780.0 4612148 32052.0 4612859 33109.0 4613571 30617.0 4614282 30840.0 4614993 29841.0 4615705 28482.0 4616416 29444.0 4617127 29554.0 4617839 29632.0 4618550 29864.0 4619262 29802.0 4619973 29361.0 4620684 30338.0 4621396 29445.0 4622107 29471.0 4622818 29727.0 4623530 29395.0 4624241 29451.0 4624953 29789.0 4625664 30530.0 4626375 30640.0 4627087 29778.0 4627798 30056.0 4628510 29044.0 4629221 31089.0 4629932 30414.0 4630644 30827.0 4631355 30940.0 4632066 31149.0 4632778 30507.0 4633489 30617.0 4634201 30849.0 4634912 30440.0 4635623 30819.0 4636335 31314.0 4637046 30647.0 4637758 30693.0 4638469 30221.0 4639180 30784.0 4639892 31269.0 4640603 31953.0 4641314 31306.0 4642026 30198.0 4642737 30737.0 4643449 30618.0 4644160 30479.0 4644871 30545.0 4645583 30345.0 4646294 30595.0 4647005 30865.0 4647717 31303.0 4648428 29943.0 4649140 30478.0 4649851 31720.0 4650562 32836.0 4651274 33964.0 4651985 34895.0 4652697 35464.0 4653408 33261.0 4654119 32544.0 4654831 32387.0 4655542 32153.0 4656253 30786.0 4656965 31811.0 4657676 31695.0 4658388 32291.0 4659099 30147.0 4659810 31163.0 4660522 30900.0 4661233 31357.0 4661945 30725.0 4662656 31279.0 4663367 31770.0 4664079 31769.0 4664790 32506.0 4665501 31110.0 4666213 32783.0 4666924 31581.0 4667636 32745.0 4668347 33983.0 4669058 36726.0 4669770 39129.0 4670481 40283.0 4671192 42798.0 4671904 43253.0 4672615 42079.0 4673327 39115.0 4674038 36774.0 4674749 35071.0 4675461 35819.0 4676172 36003.0 4676884 34458.0 4677595 35023.0 4678306 35388.0 4679018 33376.0 4679729 35237.0 4680440 34198.0 4681152 33536.0 4681863 32927.0 4682575 33460.0 4683286 34988.0 4683997 34316.0 4684709 34646.0 4685420 33945.0 4686132 32874.0 4686843 33625.0 4687554 32582.0 4688266 32592.0 4688977 32190.0 4689688 31395.0 4690400 31371.0 4691111 32003.0 4691823 32505.0 4692534 32612.0 4693245 31793.0 4693957 32271.0 4694668 31854.0 4695379 33077.0 4696091 31970.0 4696802 31958.0 4697514 31799.0 4698225 31988.0 4698936 31768.0 4699648 32285.0 4700359 32432.0 4701071 32234.0 4701782 34245.0 4702493 33574.0 4703205 35345.0 4703916 35489.0 4704627 34986.0 4705339 36894.0 4706050 34521.0 4706762 33252.0 4707473 32815.0 4708184 34043.0 4708896 34724.0 4709607 32230.0 4710319 33190.0 4711030 32740.0 4711741 32285.0 4712453 33084.0 4713164 33164.0 4713875 33127.0 4714587 33345.0 4715298 32548.0 4716010 32843.0 4716721 31880.0 4717432 33901.0 4718144 32515.0 4718855 32424.0 4719566 34133.0 4720278 33289.0 4720989 33946.0 4721701 33529.0 4722412 33351.0 4723123 34250.0 4723835 35121.0 4724546 37176.0 4725258 39158.0 4725969 42051.0 4726680 40153.0 4727392 41102.0 4728103 39727.0 4728814 39958.0 4729526 39381.0 4730237 38111.0 4730949 38188.0 4731660 35537.0 4732371 35184.0 4733083 35106.0 4733794 34422.0 4734506 34270.0 4735217 33938.0 4735928 32927.0 4736640 34432.0 4737351 34847.0 4738062 33335.0 4738774 33018.0 4739485 34383.0 4740197 34126.0 4740908 34427.0 4741619 34435.0 4742331 35572.0 4743042 35431.0 4743753 35089.0 4744465 35329.0 4745176 35728.0 4745888 35029.0 4746599 35185.0 4747310 36159.0 4748022 35742.0 4748733 35411.0 4749445 37982.0 4750156 37874.0 4750867 36035.0 4751579 37953.0 4752290 36690.0 4753001 36949.0 4753713 36072.0 4754424 36820.0 4755136 37758.0 4755847 37544.0 4756558 38018.0 4757270 38166.0 4757981 37807.0 4758693 39287.0 4759404 37358.0 4760115 36855.0 4760827 36416.0 4761538 36718.0 4762249 36865.0 4762961 37392.0 4763672 36515.0 4764384 36198.0 4765095 37278.0 4765806 36589.0 4766518 36969.0 4767229 35093.0 4767940 35772.0 4768652 36242.0 4769363 37232.0 4770075 37410.0 4770786 37261.0 4771497 39186.0 4772209 38324.0 4772920 37382.0 4773632 37666.0 4774343 37430.0 4775054 35448.0 4775766 35738.0 4776477 36055.0 4777188 35702.0 4777900 37303.0 4778611 36885.0 4779323 36905.0 4780034 36960.0 4780745 35832.0 4781457 35652.0 4782168 35041.0 4782880 35254.0 4783591 35508.0 4784302 36250.0 4785014 36011.0 4785725 36140.0 4786436 38033.0 4787148 35635.0 4787859 37509.0 4788571 36745.0 4789282 36711.0 4789993 35096.0 4790705 35659.0 4791416 36118.0 4792127 36269.0 4792839 37165.0 4793550 35560.0 4794262 36615.0 4794973 37425.0 4795684 35495.0 4796396 36390.0 4797107 35005.0 4797819 36203.0 4798530 36315.0 4799241 36877.0 4799953 36488.0 4800664 36566.0 4801375 36051.0 4802087 35908.0 4802798 36567.0 4803510 35904.0 4804221 35472.0 4804932 35894.0 4805644 35776.0 4806355 34819.0 4807066 37241.0 4807778 37136.0 4808489 36815.0 4809201 36842.0 4809912 35851.0 4810623 37356.0 4811335 38628.0 4812046 38016.0 4812758 37253.0 4813469 38540.0 4814180 38797.0 4814892 39385.0 4815603 38360.0 4816314 38617.0 4817026 38664.0 4817737 39175.0 4818449 36925.0 4819160 37093.0 4819871 36839.0 4820583 37624.0 4821294 36665.0 4822006 36772.0 4822717 37647.0 4823428 36846.0 4824140 38546.0 4824851 38572.0 4825562 37967.0 4826274 38513.0 4826985 39722.0 4827697 38864.0 4828408 42003.0 4829119 44634.0 4829831 51929.0 4830542 55619.0 4831253 58601.0 4831965 58137.0 4832676 53286.0 4833388 46033.0 4834099 42293.0 4834810 40663.0 4835522 40113.0 4836233 38713.0 4836945 38654.0 4837656 39355.0 4838367 39115.0 4839079 41438.0 4839790 41334.0 4840501 42680.0 4841213 44265.0 4841924 46678.0 4842636 47358.0 4843347 48901.0 4844058 47268.0 4844770 46899.0 4845481 45909.0 4846193 42529.0 4846904 41891.0 4847615 41353.0 4848327 40198.0 4849038 40490.0 4849749 40221.0 4850461 39807.0 4851172 41107.0 4851884 41873.0 4852595 40615.0 4853306 39571.0 4854018 38758.0 4854729 39694.0 4855440 37936.0 4856152 39678.0 4856863 38621.0 4857575 38982.0 4858286 39604.0 4858997 40279.0 4859709 40269.0 4860420 39718.0 4861132 39640.0 4861843 39447.0 4862554 38321.0 4863266 39536.0 4863977 39781.0 4864688 39557.0 4865400 39819.0 4866111 40042.0 4866823 41134.0 4867534 40894.0 4868245 39914.0 4868957 40331.0 4869668 39996.0 4870380 39740.0 4871091 39632.0 4871802 40164.0 4872514 40383.0 4873225 40261.0 4873936 39655.0 4874648 40140.0 4875359 39881.0 4876071 40746.0 4876782 39496.0 4877493 40667.0 4878205 40788.0 4878916 41407.0 4879627 43711.0 4880339 41672.0 4881050 42076.0 4881762 41900.0 4882473 41434.0 4883184 41978.0 4883896 40833.0 4884607 41044.0 4885319 39567.0 4886030 40565.0 4886741 40084.0 4887453 41116.0 4888164 40334.0 4888875 41720.0 4889587 41036.0 4890298 41704.0 4891010 40860.0 4891721 42222.0 4892432 41903.0 4893144 41731.0 4893855 40926.0 4894567 40658.0 4895278 41032.0 4895989 40572.0 4896701 41677.0 4897412 41699.0 4898123 41463.0 4898835 41774.0 4899546 41056.0 4900258 40467.0 4900969 41193.0 4901680 42001.0 4902392 40432.0 4903103 41956.0 4903814 42799.0 4904526 41520.0 4905237 43243.0 4905949 42097.0 4906660 43393.0 4907371 40970.0 4908083 42374.0 4908794 42164.0 4909506 41667.0 4910217 41549.0 4910928 41489.0 4911640 41941.0 4912351 42214.0 4913062 43339.0 4913774 44169.0 4914485 44688.0 4915197 43383.0 4915908 44095.0 4916619 43560.0 4917331 44663.0 4918042 45288.0 4918754 44533.0 4919465 44794.0 4920176 45580.0 4920888 44449.0 4921599 44401.0 4922310 45560.0 4923022 44015.0 4923733 45613.0 4924445 44176.0 4925156 44194.0 4925867 45228.0 4926579 43819.0 4927290 44261.0 4928001 43323.0 4928713 44016.0 4929424 44980.0 4930136 44892.0 4930847 45250.0 4931558 45098.0 4932270 44835.0 4932981 45338.0 4933693 44246.0 4934404 44002.0 4935115 43856.0 4935827 44306.0 4936538 43802.0 4937249 43385.0 4937961 43334.0 4938672 43618.0 4939384 45236.0 4940095 43800.0 4940806 45641.0 4941518 44537.0 4942229 44935.0 4942941 45568.0 4943652 43799.0 4944363 44930.0 4945075 45393.0 4945786 45880.0 4946497 45225.0 4947209 44856.0 4947920 44140.0 4948632 44320.0 4949343 44296.0 4950054 43766.0 4950766 45279.0 4951477 44829.0 4952188 44714.0 4952900 44869.0 4953611 44682.0 4954323 45704.0 4955034 44849.0 4955745 44427.0 4956457 44911.0 4957168 44443.0 4957880 44861.0 4958591 44105.0 4959302 45299.0 4960014 45231.0 4960725 46354.0 4961436 45213.0 4962148 44951.0 4962859 43529.0 4963571 43826.0 4964282 43918.0 4964993 44779.0 4965705 45289.0 4966416 45243.0 4967128 46512.0 4967839 45271.0 4968550 44567.0 4969262 44205.0 4969973 44940.0 4970684 45489.0 4971396 45556.0 4972107 44572.0 4972819 46564.0 4973530 43871.0 4974241 45525.0 4974953 46047.0 4975664 47085.0 4976375 45336.0 4977087 45009.0 4977798 46418.0 4978510 45357.0 4979221 46119.0 4979932 44572.0 4980644 45825.0 4981355 46535.0 4982067 46940.0 4982778 45437.0 4983489 44490.0 4984201 45373.0 4984912 45415.0 4985623 44952.0 4986335 46669.0 4987046 46203.0 4987758 45197.0 4988469 44705.0 4989180 45247.0 4989892 46073.0 4990603 46706.0 4991314 45794.0 4992026 45800.0 4992737 47119.0 4993449 46939.0 4994160 46184.0 4994871 45626.0 4995583 46602.0 4996294 45750.0 4997006 44127.0 4997717 45061.0 4998428 47339.0 4999140 45867.0 4999851 45501.0 5000562 46177.0 5001274 46513.0 5001985 46392.0 5002697 47306.0 5003408 46718.0 5004119 48053.0 5004831 49237.0 5005542 49472.0 5006254 51862.0 5006965 53086.0 5007676 52276.0 5008388 52172.0 5009099 50194.0 5009810 49509.0 5010522 49035.0 5011233 47957.0 5011945 48938.0 5012656 47955.0 5013367 47271.0 5014079 47633.0 5014790 46763.0 5015501 47436.0 5016213 47109.0 5016924 47382.0 5017636 46607.0 5018347 46193.0 5019058 47220.0 5019770 46978.0 5020481 46207.0 5021193 47308.0 5021904 46704.0 5022615 46619.0 5023327 45699.0 5024038 46556.0 5024749 47170.0 5025461 47155.0 5026172 48568.0 5026884 48451.0 5027595 48886.0 5028306 47014.0 5029018 48510.0 5029729 47752.0 5030441 47769.0 5031152 47909.0 5031863 47674.0 5032575 49144.0 5033286 47886.0 5033997 48203.0 5034709 47378.0 5035420 47581.0 5036132 47351.0 5036843 47159.0 5037554 48289.0 5038266 48541.0 5038977 46330.0 5039688 47555.0 5040400 46837.0 5041111 47816.0 5041823 47831.0 5042534 47920.0 5043245 48056.0 5043957 47812.0 5044668 49137.0 5045380 49361.0 5046091 50124.0 5046802 50380.0 5047514 47993.0 5048225 48518.0 5048936 49114.0 5049648 48970.0 5050359 49860.0 5051071 48445.0 5051782 49061.0 5052493 48156.0 5053205 47447.0 5053916 47939.0 5054628 49059.0 5055339 48800.0 5056050 49427.0 5056762 50285.0 5057473 48562.0 5058184 49714.0 5058896 48563.0 5059607 50869.0 5060319 50249.0 5061030 49639.0 5061741 49322.0 5062453 49110.0 5063164 48802.0 5063875 49172.0 5064587 48912.0 5065298 48046.0 5066010 48570.0 5066721 48143.0 5067432 48560.0 5068144 46629.0 5068855 48207.0 5069567 48819.0 5070278 47235.0 5070989 48210.0 5071701 47651.0 5072412 47630.0 5073123 47091.0 5073835 47389.0 5074546 47430.0 5075258 47718.0 5075969 48174.0 5076680 48973.0 5077392 48869.0 5078103 46610.0 5078815 47394.0 5079526 48587.0 5080237 47411.0 5080949 48483.0 5081660 49688.0 5082371 48111.0 5083083 48820.0 5083794 48033.0 5084506 48406.0 5085217 48706.0 5085928 48459.0 5086640 48398.0 5087351 47350.0 5088062 48501.0 5088774 48427.0 5089485 49159.0 5090197 47966.0 5090908 47650.0 5091619 47900.0 5092331 48983.0 5093042 50307.0 5093754 47383.0 5094465 48181.0 5095176 48049.0 5095888 48029.0 5096599 48029.0 5097310 48093.0 5098022 47717.0 5098733 48007.0 5099445 47560.0 5100156 47770.0 5100867 48897.0 5101579 46816.0 5102290 46667.0 5103002 47610.0 5103713 47123.0 5104424 47901.0 5105136 46613.0 5105847 49523.0 5106558 49252.0 5107270 49300.0 5107981 49023.0 5108693 49153.0 5109404 48518.0 5110115 48753.0 5110827 47288.0 5111538 46806.0 5112249 48482.0 5112961 47634.0 5113672 47027.0 5114384 47140.0 5115095 47756.0 5115806 46694.0 5116518 47500.0 5117229 46779.0 5117941 48153.0 5118652 46701.0 5119363 46880.0 5120075 48158.0 5120786 47943.0 5121497 46865.0 5122209 47146.0 5122920 48235.0 5123632 48224.0 5124343 48614.0 5125054 48050.0 5125766 48529.0 5126477 48055.0 5127189 48084.0 5127900 48458.0 5128611 48205.0 5129323 45906.0 5130034 47110.0 5130745 48872.0 5131457 48189.0 5132168 48326.0 5132880 47762.0 5133591 49382.0 5134302 48774.0 5135014 48976.0 5135725 48848.0 5136436 46933.0 5137148 47453.0 5137859 48225.0 5138571 49036.0 5139282 48044.0 5139993 48984.0 5140705 46976.0 5141416 47082.0 5142128 48515.0 5142839 48415.0 5143550 48262.0 5144262 47849.0 5144973 49056.0 5145684 48544.0 5146396 48640.0 5147107 49457.0 5147819 46717.0 5148530 47052.0 5149241 47935.0 5149953 47996.0 5150664 47260.0 5151376 47807.0 5152087 49188.0 5152798 46595.0 5153510 48955.0 5154221 48050.0 5154932 47288.0 5155644 47104.0 5156355 48459.0 5157067 48344.0 5157778 48130.0 5158489 48327.0 5159201 48729.0 5159912 48130.0 5160623 46967.0 5161335 47068.0 5162046 48574.0 5162758 48006.0 5163469 48057.0 5164180 47497.0 5164892 47223.0 5165603 47118.0 5166315 47105.0 5167026 48545.0 5167737 47769.0 5168449 48224.0 5169160 47742.0 5169871 46755.0 5170583 47708.0 5171294 47952.0 5172006 49592.0 5172717 47565.0 5173428 48480.0 5174140 48974.0 5174851 49119.0 5175563 49754.0 5176274 48352.0 5176985 48559.0 5177697 49430.0 5178408 46923.0 5179119 49750.0 5179831 50117.0 5180542 49706.0 5181254 49831.0 5181965 49714.0 5182676 48667.0 5183388 48329.0 5184099 48428.0 5184810 47483.0 5185522 47994.0 5186233 48445.0 5186945 48863.0 5187656 48308.0 5188367 48999.0 5189079 49362.0 5189790 50497.0 5190502 52154.0 5191213 50794.0 5191924 50855.0 5192636 51865.0 5193347 52041.0 5194058 51457.0 5194770 49892.0 5195481 51745.0 5196193 50297.0 5196904 49530.0 5197615 48523.0 5198327 49434.0 5199038 49310.0 5199749 48561.0 5200461 47498.0 5201172 47812.0 5201884 47320.0 5202595 48067.0 5203306 47410.0 5204018 48514.0 5204729 47472.0 5205441 48299.0 5206152 47110.0 5206863 46605.0 5207575 48013.0 5208286 48035.0 5208997 47003.0 5209709 46971.0 5210420 47556.0 5211132 48274.0 5211843 46989.0 5212554 48321.0 5213266 48143.0 5213977 47895.0 5214689 47499.0 5215400 47617.0 5216111 47155.0 5216823 47237.0 5217534 47437.0 5218245 47274.0 5218957 46556.0 5219668 47058.0 5220380 47320.0 5221091 47704.0 5221802 47917.0 5222514 46946.0 5223225 47177.0 5223936 48171.0 5224648 46935.0 5225359 47214.0 5226071 47206.0 5226782 46413.0 5227493 48071.0 5228205 48472.0 5228916 46922.0 5229628 48182.0 5230339 47619.0 5231050 46259.0 5231762 47177.0 5232473 47010.0 5233184 46889.0 5233896 46045.0 5234607 46602.0 5235319 47535.0 5236030 48632.0 5236741 48763.0 5237453 46503.0 5238164 48240.0 5238876 47370.0 5239587 48179.0 5240298 47308.0 5241010 47592.0 5241721 47823.0 5242432 47482.0 5243144 47635.0 5243855 47971.0 5244567 47716.0 5245278 47728.0 5245989 47421.0 5246701 46938.0 5247412 47677.0 5248123 46593.0 5248835 47611.0 5249546 47600.0 5250258 47866.0 5250969 47201.0 5251680 48414.0 5252392 45998.0 5253103 46631.0 5253815 47463.0 5254526 48201.0 5255237 47759.0 5255949 47343.0 5256660 47926.0 5257371 46350.0 5258083 48808.0 5258794 48687.0 5259506 48536.0 5260217 47857.0 5260928 49135.0 5261640 47731.0 5262351 47747.0 5263063 47749.0 5263774 47025.0 5264485 47117.0 5265197 48116.0 5265908 47964.0 5266619 48633.0 5267331 48101.0 5268042 49044.0 5268754 48332.0 5269465 49317.0 5270176 49906.0 5270888 49792.0 5271599 49209.0 5272310 48938.0 5273022 46871.0 5273733 49135.0 5274445 47044.0 5275156 47290.0 5275867 48161.0 5276579 48887.0 5277290 48226.0 5278002 47231.0 5278713 48174.0 5279424 47993.0 5280136 46635.0 5280847 48106.0 5281558 47908.0 5282270 46696.0 5282981 48260.0 5283693 46227.0 5284404 46987.0 5285115 45802.0 5285827 46866.0 5286538 45998.0 5287250 46779.0 5287961 46927.0 5288672 46686.0 5289384 46282.0 5290095 46722.0 5290806 46089.0 5291518 46714.0 5292229 46089.0 5292941 47431.0 5293652 47096.0 5294363 48086.0 5295075 46008.0 5295786 46797.0 5296497 48461.0 5297209 46109.0 5297920 46116.0 5298632 47325.0 5299343 48115.0 5300054 47598.0 5300766 47683.0 5301477 48064.0 5302189 48338.0 5302900 48086.0 5303611 48645.0 5304323 48888.0 5305034 49135.0 5305745 48869.0 5306457 47774.0 5307168 47307.0 5307880 46731.0 5308591 47313.0 5309302 48717.0 5310014 46868.0 5310725 48930.0 5311437 47099.0 5312148 46999.0 5312859 46062.0 5313571 47872.0 5314282 47751.0 5314993 46856.0 5315705 45915.0 5316416 46916.0 5317128 48065.0 5317839 46124.0 5318550 46589.0 5319262 46311.0 5319973 47467.0 5320684 47358.0 5321396 48616.0 5322107 47635.0 5322819 47099.0 5323530 46129.0 5324241 47406.0 5324953 46286.0 5325664 46318.0 5326376 47637.0 5327087 47889.0 5327798 47631.0 5328510 46308.0 5329221 45514.0 5329932 47311.0 5330644 46415.0 5331355 47091.0 5332067 46868.0 5332778 47343.0 5333489 46533.0 5334201 47840.0 5334912 47060.0 5335624 46971.0 5336335 46910.0 5337046 46148.0 5337758 46460.0 5338469 47829.0 5339180 46584.0 5339892 48267.0 5340603 48192.0 5341315 48486.0 5342026 49662.0 5342737 49017.0 5343449 50392.0 5344160 50283.0 5344871 50428.0 5345583 50138.0 5346294 47971.0 5347006 48105.0 5347717 48047.0 5348428 48251.0 5349140 48006.0 5349851 47013.0 5350563 47791.0 5351274 46882.0 5351985 47348.0 5352697 46136.0 5353408 47071.0 5354119 47604.0 5354831 46205.0 5355542 46704.0 5356254 47485.0 5356965 47905.0 5357676 46623.0 5358388 47503.0 5359099 46580.0 5359811 48118.0 5360522 48565.0 5361233 46584.0 5361945 48131.0 5362656 46611.0 5363367 46892.0 5364079 46744.0 5364790 45814.0 5365502 47275.0 5366213 46600.0 5366924 46915.0 5367636 47346.0 5368347 46395.0 5369058 46696.0 5369770 46980.0 5370481 47803.0 5371193 46865.0 5371904 47247.0 5372615 46642.0 5373327 46849.0 5374038 46347.0 5374750 46930.0 5375461 47019.0 5376172 48005.0 5376884 46207.0 5377595 46651.0 5378306 48199.0 5379018 46776.0 5379729 46391.0 5380441 48403.0 5381152 47585.0 5381863 46856.0 5382575 47712.0 5383286 48247.0 5383997 47696.0 5384709 45829.0 5385420 46739.0 5386132 46996.0 5386843 48154.0 5387554 46867.0 5388266 47066.0 5388977 46855.0 5389689 46506.0 5390400 46665.0 5391111 46734.0 5391823 46178.0 5392534 48334.0 5393245 47937.0 5393957 47858.0 5394668 46723.0 5395380 47768.0 5396091 46581.0 5396802 46667.0 5397514 47044.0 5398225 46574.0 5398937 46854.0 5399648 47008.0 5400359 46612.0 5401071 45021.0 5401782 46181.0 5402493 46346.0 5403205 48188.0 5403916 46937.0 5404628 46548.0 5405339 45836.0 5406050 46589.0 5406762 47340.0 5407473 45513.0 5408184 46922.0 5408896 48521.0 5409607 46205.0 5410319 47600.0 5411030 46966.0 5411741 46536.0 5412453 47207.0 5413164 46406.0 5413876 49022.0 5414587 48085.0 5415298 47576.0 5416010 47081.0 5416721 47485.0 5417432 47908.0 5418144 47769.0 5418855 45995.0 5419567 46743.0 5420278 46827.0 5420989 47752.0 5421701 47236.0 5422412 46433.0 5423124 48023.0 5423835 46901.0 5424546 47499.0 5425258 46439.0 5425969 49112.0 5426680 47445.0 5427392 47841.0 5428103 48566.0 5428815 47962.0 5429526 46689.0 5430237 46758.0 5430949 46688.0 5431660 47838.0 5432371 48737.0 5433083 46357.0 5433794 47347.0 5434506 48650.0 5435217 46999.0 5435928 47995.0 5436640 47780.0 5437351 47336.0 5438063 49765.0 5438774 50987.0 5439485 53084.0 5440197 52527.0 5440908 55436.0 5441619 57429.0 5442331 56988.0 5443042 56759.0 5443754 55915.0 5444465 52672.0 5445176 52591.0 5445888 52302.0 5446599 50827.0 5447311 49549.0 5448022 49722.0 5448733 49482.0 5449445 48840.0 5450156 49637.0 5450867 49006.0 5451579 49216.0 5452290 48212.0 5453002 49363.0 5453713 48813.0 5454424 48094.0 5455136 48771.0 5455847 48622.0 5456558 48063.0 5457270 49200.0 5457981 48939.0 5458693 48556.0 5459404 49451.0 5460115 48689.0 5460827 47753.0 5461538 47165.0 5462250 47018.0 5462961 48554.0 5463672 48725.0 5464384 48584.0 5465095 46947.0 5465806 48214.0 5466518 47556.0 5467229 47192.0 5467941 47899.0 5468652 47126.0 5469363 47969.0 5470075 47579.0 5470786 46913.0 5471498 47785.0 5472209 47102.0 5472920 46512.0 5473632 48007.0 5474343 48385.0 5475054 47128.0 5475766 47903.0 5476477 47775.0 5477189 47183.0 5477900 47159.0 5478611 46824.0 5479323 48349.0 5480034 45185.0 5480745 46613.0 5481457 46509.0 5482168 47537.0 5482880 47327.0 5483591 45815.0 5484302 46959.0 5485014 46413.0 5485725 47723.0 5486437 47542.0 5487148 47240.0 5487859 45991.0 5488571 45892.0 5489282 45303.0 5489993 46365.0 5490705 46183.0 5491416 45856.0 5492128 46515.0 5492839 46480.0 5493550 47482.0 5494262 46013.0 5494973 46743.0 5495685 47557.0 5496396 46456.0 5497107 46384.0 5497819 46335.0 5498530 45776.0 5499241 45861.0 5499953 46216.0 5500664 46140.0 5501376 47289.0 5502087 47155.0 5502798 45903.0 5503510 47155.0 5504221 47028.0 5504932 47511.0 5505644 47027.0 5506355 46440.0 5507067 46894.0 5507778 45873.0 5508489 46161.0 5509201 46638.0 5509912 45973.0 5510624 47767.0 5511335 46051.0 5512046 46145.0 5512758 47001.0 5513469 45752.0 5514180 46193.0 5514892 46449.0 5515603 46107.0 5516315 46918.0 5517026 45922.0 5517737 46057.0 5518449 48537.0 5519160 46701.0 5519872 47496.0 5520583 46886.0 5521294 46193.0 5522006 46301.0 5522717 46725.0 5523428 46238.0 5524140 46133.0 5524851 46438.0 5525563 46656.0 5526274 46719.0 5526985 45844.0 5527697 45454.0 5528408 46072.0 5529119 46646.0 5529831 45051.0 5530542 47536.0 5531254 47247.0 5531965 46326.0 5532676 45983.0 5533388 47296.0 5534099 46212.0 5534811 46847.0 5535522 46055.0 5536233 45814.0 5536945 46080.0 5537656 46380.0 5538367 46251.0 5539079 46786.0 5539790 45853.0 5540502 45915.0 5541213 47153.0 5541924 46413.0 5542636 46757.0 5543347 46402.0 5544059 45684.0 5544770 45750.0 5545481 44117.0 5546193 45501.0 5546904 46444.0 5547615 44054.0 5548327 45707.0 5549038 45677.0 5549750 44990.0 5550461 46798.0 5551172 46699.0 5551884 47070.0 5552595 46429.0 5553306 45339.0 5554018 44906.0 5554729 45659.0 5555441 45923.0 5556152 45516.0 5556863 45752.0 5557575 44671.0 5558286 47841.0 5558998 46708.0 5559709 47073.0 5560420 45230.0 5561132 45825.0 5561843 45060.0 5562554 45989.0 5563266 46660.0 5563977 46778.0 5564689 46238.0 5565400 46829.0 5566111 45283.0 5566823 47012.0 5567534 47283.0 5568245 48435.0 5568957 47477.0 5569668 48279.0 5570380 49422.0 5571091 48718.0 5571802 48503.0 5572514 48025.0 5573225 48138.0 5573937 47197.0 5574648 47809.0 5575359 47375.0 5576071 46599.0 5576782 46195.0 5577493 45690.0 5578205 47185.0 5578916 45674.0 5579628 46247.0 5580339 46303.0 5581050 46825.0 5581762 46675.0 5582473 46875.0 5583185 46981.0 5583896 45647.0 5584607 46462.0 5585319 46646.0 5586030 46419.0 5586741 45835.0 5587453 45422.0 5588164 45847.0 5588876 46687.0 5589587 46020.0 5590298 46204.0 5591010 45790.0 5591721 45074.0 5592432 46034.0 5593144 46061.0 5593855 45553.0 5594567 46746.0 5595278 45647.0 5595989 46002.0 5596701 46562.0 5597412 45949.0 5598124 46344.0 5598835 46578.0 5599546 45504.0 5600258 45760.0 5600969 47427.0 5601680 45561.0 5602392 47187.0 5603103 47103.0 5603815 45715.0 5604526 46430.0 5605237 46810.0 5605949 45749.0 5606660 44970.0 5607372 45697.0 5608083 47197.0 5608794 46485.0 5609506 46291.0 5610217 46037.0 5610928 46640.0 5611640 45412.0 5612351 45704.0 5613063 46867.0 5613774 45862.0 5614485 44961.0 5615197 45990.0 5615908 47508.0 5616619 46479.0 5617331 47125.0 5618042 45437.0 5618754 44693.0 5619465 46242.0 5620176 46541.0 5620888 46954.0 5621599 46203.0 5622311 45406.0 5623022 47605.0 5623733 44970.0 5624445 45979.0 5625156 46471.0 5625867 45669.0 5626579 45828.0 5627290 46187.0 5628002 47312.0 5628713 46467.0 5629424 46601.0 5630136 45787.0 5630847 47473.0 5631559 46319.0 5632270 45076.0 5632981 45672.0 5633693 47008.0 5634404 47894.0 5635115 45697.0 5635827 47435.0 5636538 47108.0 5637250 46880.0 5637961 47378.0 5638672 47354.0 5639384 46363.0 5640095 45670.0 5640806 46651.0 5641518 46644.0 5642229 46639.0 5642941 47180.0 5643652 47016.0 5644363 47443.0 5645075 46674.0 5645786 47038.0 5646498 47193.0 5647209 46354.0 5647920 46122.0 5648632 44906.0 5649343 47330.0 5650054 46876.0 5650766 46679.0 5651477 46639.0 5652189 46332.0 5652900 46357.0 5653611 46347.0 5654323 47382.0 5655034 47043.0 5655746 46263.0 5656457 47322.0 5657168 46422.0 5657880 47371.0 5658591 47738.0 5659302 47595.0 5660014 48924.0 5660725 46902.0 5661437 47945.0 5662148 46002.0 5662859 46797.0 5663571 47492.0 5664282 46432.0 5664993 46834.0 5665705 46215.0 5666416 47253.0 5667128 46663.0 5667839 46221.0 5668550 45767.0 5669262 45422.0 5669973 45894.0 5670685 45065.0 5671396 45118.0 5672107 46768.0 5672819 48383.0 5673530 46696.0 5674241 47704.0 5674953 47260.0 5675664 48591.0 5676376 50047.0 5677087 49082.0 5677798 50342.0 5678510 50051.0 5679221 49478.0 5679933 51473.0 5680644 48621.0 5681355 47301.0 5682067 47619.0 5682778 46494.0 5683489 47464.0 5684201 46400.0 5684912 46579.0 5685624 46573.0 5686335 46498.0 5687046 46305.0 5687758 45966.0 5688469 47161.0 5689180 46463.0 5689892 46503.0 5690603 45972.0 5691315 47574.0 5692026 45563.0 5692737 45391.0 5693449 45158.0 5694160 45947.0 5694872 46324.0 5695583 46640.0 5696294 44880.0 5697006 46061.0 5697717 46669.0 5698428 47020.0 5699140 45387.0 5699851 45046.0 5700563 45113.0 5701274 44670.0 5701985 45552.0 5702697 47465.0 5703408 45871.0 5704120 46047.0 5704831 46103.0 5705542 45037.0 5706254 44418.0 5706965 45445.0 5707676 44001.0 5708388 46590.0 5709099 45450.0 5709811 45930.0 5710522 45607.0 5711233 45345.0 5711945 44589.0 5712656 43276.0 5713367 44964.0 5714079 44485.0 5714790 44419.0 5715502 44518.0 5716213 45384.0 5716924 44609.0 5717636 45809.0 5718347 45028.0 5719059 43690.0 5719770 45026.0 5720481 44897.0 5721193 46372.0 5721904 44822.0 5722615 45341.0 5723327 44141.0 5724038 46395.0 5724750 44802.0 5725461 44570.0 5726172 44465.0 5726884 44886.0 5727595 44986.0 5728307 45844.0 5729018 45271.0 5729729 46181.0 5730441 45144.0 5731152 44739.0 5731863 45800.0 5732575 44412.0 5733286 45740.0 5733998 45511.0 5734709 45954.0 5735420 45103.0 5736132 45043.0 5736843 46376.0 5737554 45610.0 5738266 46897.0 5738977 45801.0 5739689 45004.0 5740400 45947.0 5741111 44550.0 5741823 45018.0 5742534 46392.0 5743246 44947.0 5743957 45349.0 5744668 45826.0 5745380 46055.0 5746091 46281.0 5746802 46566.0 5747514 45023.0 5748225 46137.0 5748937 45885.0 5749648 45144.0 5750359 44969.0 5751071 45676.0 5751782 46618.0 5752493 44685.0 5753205 45394.0 5753916 45703.0 5754628 45006.0 5755339 46048.0 5756050 45937.0 5756762 45612.0 5757473 45513.0 5758185 44950.0 5758896 46251.0 5759607 44047.0 5760319 46728.0 5761030 45401.0 5761741 44687.0 5762453 46155.0 5763164 46048.0 5763876 45314.0 5764587 44938.0 5765298 44843.0 5766010 44752.0 5766721 45981.0 5767433 45565.0 5768144 44979.0 5768855 45351.0 5769567 46599.0 5770278 45641.0 5770989 44945.0 5771701 45292.0 5772412 46132.0 5773124 45633.0 5773835 45042.0 5774546 45348.0 5775258 45411.0 5775969 45275.0 5776680 45046.0 5777392 45689.0 5778103 45399.0 5778815 44701.0 5779526 44876.0 5780237 45429.0 5780949 44710.0 5781660 44157.0 5782372 45335.0 5783083 44759.0 5783794 44125.0 5784506 44554.0 5785217 42444.0 5785928 46018.0 5786640 45245.0 5787351 45734.0 5788063 45809.0 5788774 43540.0 5789485 46003.0 5790197 43755.0 5790908 45248.0 5791620 45283.0 5792331 46436.0 5793042 45330.0 5793754 45396.0 5794465 45386.0 5795176 44009.0 5795888 44952.0 5796599 46160.0 5797311 43821.0 5798022 44373.0 5798733 44726.0 5799445 43835.0 5800156 45111.0 5800867 44137.0 5801579 43585.0 5802290 45921.0 5803002 45090.0 5803713 44798.0 5804424 46000.0 5805136 43951.0 5805847 45454.0 5806559 44570.0 5807270 44006.0 5807981 44685.0 5808693 45799.0 5809404 44116.0 5810115 44929.0 5810827 44434.0 5811538 45574.0 5812250 45977.0 5812961 44852.0 5813672 45444.0 5814384 45423.0 5815095 45430.0 5815807 44871.0 5816518 43883.0 5817229 45586.0 5817941 46082.0 5818652 44227.0 5819363 45773.0 5820075 45884.0 5820786 45177.0 5821498 45231.0 5822209 45802.0 5822920 44922.0 5823632 45478.0 5824343 45100.0 5825054 45423.0 5825766 45135.0 5826477 45349.0 5827189 45931.0 5827900 44230.0 5828611 45661.0 5829323 44169.0 5830034 45461.0 5830746 45018.0 5831457 45412.0 5832168 45835.0 5832880 46002.0 5833591 44301.0 5834302 46816.0 5835014 45191.0 5835725 45109.0 5836437 45554.0 5837148 45817.0 5837859 45797.0 5838571 44904.0 5839282 44838.0 5839994 44200.0 5840705 46499.0 5841416 44633.0 5842128 45462.0 5842839 45742.0 5843550 45352.0 5844262 44679.0 5844973 44312.0 5845685 44526.0 5846396 44839.0 5847107 44839.0 5847819 44718.0 5848530 44091.0 5849241 44986.0 5849953 45469.0 5850664 45207.0 5851376 44963.0 5852087 45642.0 5852798 46269.0 5853510 44502.0 5854221 45866.0 5854933 46400.0 5855644 43200.0 5856355 44777.0 5857067 45622.0 5857778 44849.0 5858489 45005.0 5859201 45105.0 5859912 44998.0 5860624 46296.0 5861335 43885.0 5862046 44317.0 5862758 45401.0 5863469 44871.0 5864181 43770.0 5864892 44545.0 5865603 44645.0 5866315 43981.0 5867026 45661.0 5867737 45813.0 5868449 46212.0 5869160 43700.0 5869872 45575.0 5870583 45022.0 5871294 45834.0 5872006 44719.0 5872717 44024.0 5873428 45395.0 5874140 44336.0 5874851 44809.0 5875563 45511.0 5876274 44091.0 5876985 45348.0 5877697 45617.0 5878408 44948.0 5879120 44782.0 5879831 45928.0 5880542 45820.0 5881254 44793.0 5881965 44930.0 5882676 45541.0 5883388 45440.0 5884099 44500.0 5884811 44866.0 5885522 44830.0 5886233 45506.0 5886945 43682.0 5887656 45061.0 5888368 44214.0 5889079 43690.0 5889790 43808.0 5890502 44326.0 5891213 44165.0 5891924 45168.0 5892636 43382.0 5893347 44400.0 5894059 44577.0 5894770 46140.0 5895481 45860.0 5896193 44859.0 5896904 45500.0 5897615 43871.0 5898327 45909.0 5899038 44795.0 5899750 45768.0 5900461 45408.0 5901172 44519.0 5901884 43751.0 5902595 45802.0 5903307 45255.0 5904018 44826.0 5904729 43657.0 5905441 44398.0 5906152 45066.0 5906863 44214.0 5907575 43878.0 5908286 44300.0 5908998 45063.0 5909709 45552.0 5910420 45784.0 5911132 44111.0 5911843 44500.0 5912555 44238.0 5913266 44911.0 5913977 45220.0 5914689 45988.0 5915400 44891.0 5916111 44650.0 5916823 43933.0 5917534 45141.0 5918246 44923.0 5918957 44475.0 5919668 44585.0 5920380 44831.0 5921091 44914.0 5921802 44516.0 5922514 45281.0 5923225 45484.0 5923937 44074.0 5924648 43526.0 5925359 44531.0 5926071 45060.0 5926782 44182.0 5927494 43217.0 5928205 44004.0 5928916 43814.0 5929628 44106.0 5930339 44878.0 5931050 44042.0 5931762 44055.0 5932473 43694.0 5933185 45072.0 5933896 44874.0 5934607 46490.0 5935319 44322.0 5936030 44744.0 5936742 44943.0 5937453 44964.0 5938164 44929.0 5938876 44681.0 5939587 45164.0 5940298 45103.0 5941010 45537.0 5941721 45769.0 5942433 45045.0 5943144 44030.0 5943855 45454.0 5944567 44542.0 5945278 44725.0 5945989 45213.0 5946701 45636.0 5947412 45078.0 5948124 45297.0 5948835 44594.0 5949546 44851.0 5950258 44494.0 5950969 45219.0 5951681 45898.0 5952392 45303.0 5953103 45075.0 5953815 44588.0 5954526 45263.0 5955237 45146.0 5955949 45674.0 5956660 45409.0 5957372 45980.0 5958083 45615.0 5958794 45097.0 5959506 45426.0 5960217 45127.0 5960928 45376.0 5961640 44830.0 5962351 43663.0 5963063 44658.0 5963774 44950.0 5964485 46004.0 5965197 46208.0 5965908 46125.0 5966620 44765.0 5967331 44813.0 5968042 45104.0 5968754 44468.0 5969465 45093.0 5970176 44967.0 5970888 45151.0 5971599 43755.0 5972311 44614.0 5973022 46021.0 5973733 44769.0 5974445 44458.0 5975156 44731.0 5975868 45956.0 5976579 45578.0 5977290 44985.0 5978002 43968.0 5978713 43689.0 5979424 45991.0 5980136 44306.0 5980847 45661.0 5981559 45132.0 5982270 44137.0 5982981 45513.0 5983693 45635.0 5984404 44937.0 5985115 44927.0 5985827 44432.0 5986538 43985.0 5987250 45102.0 5987961 45266.0 5988672 44853.0 5989384 44379.0 5990095 45653.0 5990807 44965.0 5991518 44451.0 5992229 44634.0 5992941 44218.0 5993652 43752.0 5994363 44391.0 5995075 43950.0 5995786 44231.0 5996498 45506.0 5997209 44685.0 5997920 45438.0 5998632 43609.0 5999343 43658.0 6000055 43606.0 6000766 44174.0 6001477 44915.0 6002189 43919.0 6002900 44114.0 6003611 44858.0 6004323 44591.0 6005034 45116.0 6005746 44912.0 6006457 45572.0 6007168 44346.0 6007880 43658.0 6008591 43739.0 6009302 44366.0 6010014 44360.0 6010725 44835.0 6011437 44335.0 6012148 44503.0 6012859 44922.0 6013571 44900.0 6014282 44792.0 6014994 44382.0 6015705 44405.0 6016416 44753.0 6017128 46741.0 6017839 45955.0 6018550 45109.0 6019262 44738.0 6019973 44359.0 6020685 45463.0 6021396 44477.0 6022107 44473.0 6022819 44118.0 6023530 44709.0 6024242 43315.0 6024953 44704.0 6025664 44644.0 6026376 45698.0 6027087 45021.0 6027798 45228.0 6028510 43723.0 6029221 43686.0 6029933 44289.0 6030644 44991.0 6031355 44835.0 6032067 43392.0 6032778 44810.0 6033489 45408.0 6034201 44497.0 6034912 45544.0 6035624 44968.0 6036335 43936.0 6037046 44113.0 6037758 44893.0 6038469 45135.0 6039181 45741.0 6039892 44852.0 6040603 44774.0 6041315 45873.0 6042026 45309.0 6042737 45274.0 6043449 45824.0 6044160 44330.0 6044872 45372.0 6045583 45176.0 6046294 44525.0 6047006 43392.0 6047717 45202.0 6048429 45769.0 6049140 45118.0 6049851 44954.0 6050563 44178.0 6051274 44871.0 6051985 44685.0 6052697 43878.0 6053408 44822.0 6054120 45483.0 6054831 45147.0 6055542 45572.0 6056254 43363.0 6056965 44242.0 6057676 43843.0 6058388 44623.0 6059099 45865.0 6059811 44913.0 6060522 44777.0 6061233 44291.0 6061945 45737.0 6062656 45259.0 6063368 44759.0 6064079 45097.0 6064790 45432.0 6065502 44937.0 6066213 44323.0 6066924 43355.0 6067636 44092.0 6068347 44853.0 6069059 45476.0 6069770 45444.0 6070481 44610.0 6071193 45044.0 6071904 44045.0 6072616 44808.0 6073327 45069.0 6074038 44515.0 6074750 43802.0 6075461 45580.0 6076172 44115.0 6076884 44307.0 6077595 43806.0 6078307 43733.0 6079018 45186.0 6079729 46267.0 6080441 43615.0 6081152 44438.0 6081863 45153.0 6082575 45389.0 6083286 44267.0 6083998 43707.0 6084709 45355.0 6085420 45454.0 6086132 45589.0 6086843 43894.0 6087555 45166.0 6088266 44320.0 6088977 45812.0 6089689 44219.0 6090400 45975.0 6091111 45379.0 6091823 44685.0 6092534 44036.0 6093246 44381.0 6093957 44293.0 6094668 45040.0 6095380 45777.0 6096091 44859.0 6096803 46272.0 6097514 45307.0 6098225 44966.0 6098937 45066.0 6099648 45132.0 6100359 44569.0 6101071 44794.0 6101782 45684.0 6102494 46155.0 6103205 45390.0 6103916 45463.0 6104628 45326.0 6105339 45985.0 6106050 45844.0 6106762 45240.0 6107473 44463.0 6108185 44699.0 6108896 45668.0 6109607 44858.0 6110319 45696.0 6111030 44390.0 6111742 44128.0 6112453 45269.0 6113164 44311.0 6113876 44013.0 6114587 43957.0 6115298 44780.0 6116010 45195.0 6116721 43933.0 6117433 46485.0 6118144 44378.0 6118855 44301.0 6119567 43718.0 6120278 44258.0 6120990 43928.0 6121701 45254.0 6122412 43954.0 6123124 45089.0 6123835 44891.0 6124546 44864.0 6125258 44140.0 6125969 44314.0 6126681 43439.0 6127392 44534.0 6128103 45404.0 6128815 44414.0 6129526 43911.0 6130237 43602.0 6130949 43424.0 6131660 43536.0 6132372 44726.0 6133083 44906.0 6133794 44185.0 6134506 44536.0 6135217 43696.0 6135929 42931.0 6136640 44489.0 6137351 44046.0 6138063 43484.0 6138774 43791.0 6139485 44297.0LineSeries4_3000066400000000000000000004130251436443153700407630ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support5949 12516.0 6661 12553.0 7372 12670.0 8083 12405.0 8795 12308.0 9506 12765.0 10218 12714.0 10929 12674.0 11640 12173.0 12352 14318.0 13063 17615.0 13775 19878.0 14486 19463.0 15197 19605.0 15909 18955.0 16620 19571.0 17331 19609.0 18043 19493.0 18754 18926.0 19466 19113.0 20177 18658.0 20888 18706.0 21600 18033.0 22311 19138.0 23023 19353.0 23734 18707.0 24445 19293.0 25157 18387.0 25868 19299.0 26579 18961.0 27291 19225.0 28002 20336.0 28714 19007.0 29425 19516.0 30136 19854.0 30848 19677.0 31559 19822.0 32270 19127.0 32982 19516.0 33693 19322.0 34405 19632.0 35116 19026.0 35827 18947.0 36539 19119.0 37250 19460.0 37962 19654.0 38673 19120.0 39384 19117.0 40096 19408.0 40807 19492.0 41518 19161.0 42230 19097.0 42941 19064.0 43653 19343.0 44364 19461.0 45075 19280.0 45787 19243.0 46498 19169.0 47210 18820.0 47921 19636.0 48632 19181.0 49344 19118.0 50055 19611.0 50766 19092.0 51478 19229.0 52189 19442.0 52901 19100.0 53612 18867.0 54323 18923.0 55035 18849.0 55746 19018.0 56457 18930.0 57169 18972.0 57880 18896.0 58592 18803.0 59303 19238.0 60014 18612.0 60726 18877.0 61437 19010.0 62149 18280.0 62860 18842.0 63571 18703.0 64283 18878.0 64994 19425.0 65705 18792.0 66417 18623.0 67128 18868.0 67840 18277.0 68551 20113.0 69262 21931.0 69974 20627.0 70685 20352.0 71397 19898.0 72108 19989.0 72819 19901.0 73531 20062.0 74242 19544.0 74953 19309.0 75665 19093.0 76376 18857.0 77088 19170.0 77799 18746.0 78510 18717.0 79222 19044.0 79933 19018.0 80644 19023.0 81356 19206.0 82067 19435.0 82779 18722.0 83490 18960.0 84201 19163.0 84913 19050.0 85624 19837.0 86336 19453.0 87047 19278.0 87758 19053.0 88470 18683.0 89181 19113.0 89892 19376.0 90604 19370.0 91315 19341.0 92027 18692.0 92738 19370.0 93449 19575.0 94161 19041.0 94872 19187.0 95584 18844.0 96295 19203.0 97006 18750.0 97718 18498.0 98429 19572.0 99140 19079.0 99852 19297.0 100563 18727.0 101275 18775.0 101986 18927.0 102697 19043.0 103409 17988.0 104120 19024.0 104831 18061.0 105543 18520.0 106254 18379.0 106966 18877.0 107677 18413.0 108388 18836.0 109100 19886.0 109811 18067.0 110523 19206.0 111234 18926.0 111945 18806.0 112657 19096.0 113368 18386.0 114079 18907.0 114791 18344.0 115502 18591.0 116214 18831.0 116925 19239.0 117636 19134.0 118348 18602.0 119059 18710.0 119771 18960.0 120482 18544.0 121193 17997.0 121905 18445.0 122616 18633.0 123327 18895.0 124039 18908.0 124750 18526.0 125462 18586.0 126173 18543.0 126884 18617.0 127596 18053.0 128307 18329.0 129018 18831.0 129730 18300.0 130441 18652.0 131153 18306.0 131864 18731.0 132575 18887.0 133287 18211.0 133998 18278.0 134710 18367.0 135421 18672.0 136132 17951.0 136844 18414.0 137555 18041.0 138266 18529.0 138978 18453.0 139689 18247.0 140401 18121.0 141112 18248.0 141823 18326.0 142535 18107.0 143246 18170.0 143958 18861.0 144669 18435.0 145380 17843.0 146092 18030.0 146803 18439.0 147514 18585.0 148226 18329.0 148937 18246.0 149649 18084.0 150360 18314.0 151071 17883.0 151783 19133.0 152494 18953.0 153205 18713.0 153917 18415.0 154628 17669.0 155340 16329.0 156051 15342.0 156762 15498.0 157474 14903.0 158185 14944.0 158897 14966.0 159608 14233.0 160319 14625.0 161031 15251.0 161742 14668.0 162453 14779.0 163165 13916.0 163876 13781.0 164588 14148.0 165299 14160.0 166010 14117.0 166722 14339.0 167433 13732.0 168144 13770.0 168856 14110.0 169567 14882.0 170279 14179.0 170990 14079.0 171701 14206.0 172413 13932.0 173124 14385.0 173836 13736.0 174547 14039.0 175258 13916.0 175970 14134.0 176681 13871.0 177392 14283.0 178104 13768.0 178815 13600.0 179527 13932.0 180238 13737.0 180949 13902.0 181661 13820.0 182372 13960.0 183084 13736.0 183795 14132.0 184506 13718.0 185218 14398.0 185929 13326.0 186640 13789.0 187352 13812.0 188063 13655.0 188775 14170.0 189486 13742.0 190197 13403.0 190909 13305.0 191620 13140.0 192331 13579.0 193043 13910.0 193754 13614.0 194466 13794.0 195177 13836.0 195888 14004.0 196600 13256.0 197311 13966.0 198023 14019.0 198734 13493.0 199445 13851.0 200157 13790.0 200868 13335.0 201579 13900.0 202291 13869.0 203002 14325.0 203714 13770.0 204425 14193.0 205136 13610.0 205848 13936.0 206559 15540.0 207271 33683.0 207982 180594.0 208693 762899.0 209405 1734139.0 210116 2453394.0 210827 2524474.0 211539 2349866.0 212250 2321152.0 212962 2275369.0 213673 2082360.0 214384 1817208.0 215096 1563517.0 215807 1231506.0 216518 940371.0 217230 766536.0 217941 674688.0 218653 567963.0 219364 456823.0 220075 357195.0 220787 286532.0 221498 268064.0 222210 405153.0 222921 672828.0 223632 960209.0 224344 1102586.0 225055 1093070.0 225766 1031369.0 226478 999712.0 227189 941566.0 227901 880170.0 228612 786185.0 229323 668998.0 230035 550493.0 230746 464824.0 231458 415318.0 232169 420096.0 232880 492708.0 233592 469952.0 234303 424429.0 235014 396917.0 235726 366058.0 236437 330905.0 237149 285049.0 237860 239737.0 238571 198179.0 239283 168301.0 239994 147610.0 240705 134956.0 241417 123870.0 242128 118437.0 242840 112564.0 243551 105621.0 244262 101626.0 244974 99137.0 245685 94526.0 246397 92715.0 247108 89904.0 247819 87189.0 248531 85382.0 249242 85810.0 249953 91206.0 250665 92925.0 251376 90062.0 252088 87467.0 252799 87397.0 253510 84866.0 254222 83817.0 254933 83258.0 255645 80017.0 256356 76125.0 257067 75063.0 257779 71387.0 258490 69678.0 259201 68241.0 259913 65487.0 260624 66792.0 261336 71836.0 262047 75230.0 262758 72095.0 263470 74249.0 264181 103963.0 264892 145487.0 265604 147442.0 266315 136169.0 267027 129087.0 267738 127973.0 268449 118605.0 269161 109413.0 269872 108650.0 270584 104887.0 271295 97715.0 272006 91528.0 272718 91504.0 273429 92973.0 274140 92635.0 274852 86899.0 275563 79194.0 276275 96367.0 276986 252829.0 277697 416254.0 278409 398827.0 279120 343022.0 279832 339766.0 280543 345216.0 281254 306228.0 281966 235293.0 282677 169856.0 283388 125038.0 284100 96497.0 284811 78207.0 285523 68955.0 286234 64345.0 286945 59886.0 287657 56573.0 288368 53904.0 289079 52961.0 289791 51700.0 290502 51651.0 291214 49453.0 291925 47475.0 292636 47387.0 293348 47159.0 294059 45971.0 294771 47951.0 295482 49915.0 296193 50610.0 296905 50925.0 297616 49416.0 298327 49297.0 299039 47829.0 299750 48206.0 300462 45684.0 301173 45601.0 301884 43800.0 302596 43228.0 303307 42376.0 304019 42037.0 304730 43322.0 305441 42185.0 306153 42457.0 306864 41872.0 307575 42283.0 308287 41104.0 308998 40720.0 309710 39774.0 310421 40688.0 311132 43085.0 311844 48318.0 312555 48289.0 313266 48237.0 313978 47866.0 314689 49267.0 315401 49417.0 316112 48642.0 316823 47116.0 317535 43340.0 318246 42474.0 318958 41270.0 319669 39839.0 320380 39135.0 321092 37467.0 321803 36944.0 322514 37068.0 323226 36826.0 323937 36862.0 324649 35967.0 325360 37689.0 326071 37125.0 326783 38749.0 327494 38311.0 328206 38087.0 328917 37148.0 329628 37190.0 330340 36669.0 331051 37718.0 331762 36413.0 332474 37364.0 333185 39948.0 333897 41273.0 334608 42722.0 335319 45884.0 336031 47024.0 336742 45889.0 337453 44587.0 338165 42610.0 338876 41132.0 339588 39998.0 340299 37983.0 341010 35467.0 341722 35618.0 342433 36283.0 343145 40212.0 343856 43403.0 344567 42114.0 345279 41891.0 345990 41679.0 346701 41296.0 347413 40322.0 348124 36414.0 348836 36564.0 349547 36399.0 350258 41715.0 350970 50661.0 351681 54378.0 352393 56098.0 353104 60653.0 353815 67431.0 354527 91517.0 355238 118165.0 355949 114395.0 356661 104962.0 357372 105328.0 358084 103681.0 358795 92193.0 359506 80710.0 360218 69862.0 360929 59066.0 361640 52599.0 362352 47168.0 363063 44110.0 363775 39523.0 364486 39653.0 365197 37244.0 365909 36379.0 366620 34720.0 367332 33728.0 368043 33718.0 368754 34443.0 369466 34714.0 370177 34241.0 370888 33946.0 371600 33063.0 372311 32882.0 373023 32748.0 373734 32163.0 374445 32220.0 375157 32219.0 375868 31995.0 376579 31459.0 377291 31148.0 378002 30684.0 378714 32361.0 379425 36717.0 380136 66709.0 380848 97428.0 381559 98416.0 382271 97081.0 382982 99634.0 383693 94838.0 384405 83180.0 385116 69727.0 385827 58630.0 386539 51833.0 387250 45746.0 387962 43153.0 388673 41362.0 389384 42381.0 390096 42401.0 390807 40978.0 391519 40897.0 392230 40786.0 392941 39809.0 393653 37884.0 394364 36700.0 395075 35501.0 395787 34531.0 396498 33722.0 397210 33581.0 397921 32733.0 398632 31987.0 399344 32642.0 400055 32005.0 400766 30575.0 401478 31985.0 402189 30922.0 402901 30830.0 403612 30658.0 404323 30199.0 405035 30367.0 405746 29822.0 406458 29306.0 407169 29422.0 407880 30659.0 408592 29317.0 409303 29487.0 410014 29764.0 410726 29211.0 411437 29068.0 412149 29474.0 412860 27993.0 413571 28780.0 414283 27944.0 414994 28422.0 415706 28604.0 416417 28305.0 417128 27676.0 417840 28485.0 418551 28197.0 419262 27980.0 419974 27906.0 420685 27686.0 421397 30124.0 422108 67562.0 422819 176421.0 423531 315295.0 424242 455696.0 424953 584406.0 425665 672186.0 426376 591912.0 427088 481977.0 427799 319305.0 428510 159193.0 429222 99834.0 429933 76646.0 430645 64313.0 431356 56351.0 432067 53276.0 432779 48719.0 433490 45549.0 434201 43987.0 434913 42997.0 435624 41655.0 436336 40913.0 437047 41166.0 437758 42483.0 438470 42190.0 439181 41014.0 439893 40281.0 440604 40529.0 441315 40296.0 442027 40137.0 442738 39814.0 443449 38527.0 444161 37562.0 444872 37713.0 445584 36279.0 446295 35508.0 447006 34968.0 447718 36558.0 448429 38416.0 449140 37743.0 449852 37964.0 450563 37440.0 451275 36887.0 451986 36084.0 452697 35876.0 453409 35102.0 454120 35349.0 454832 35161.0 455543 39149.0 456254 45144.0 456966 44336.0 457677 43835.0 458388 42974.0 459100 39312.0 459811 36794.0 460523 35117.0 461234 33627.0 461945 33749.0 462657 33310.0 463368 33731.0 464080 35055.0 464791 35573.0 465502 35482.0 466214 36024.0 466925 35255.0 467636 34761.0 468348 33936.0 469059 33882.0 469771 32209.0 470482 33350.0 471193 40190.0 471905 52138.0 472616 58147.0 473327 60000.0 474039 62107.0 474750 62766.0 475462 61393.0 476173 55568.0 476884 51588.0 477596 46384.0 478307 42742.0 479019 39325.0 479730 36768.0 480441 34834.0 481153 32496.0 481864 36008.0 482575 42929.0 483287 49639.0 483998 48682.0 484710 47435.0 485421 48133.0 486132 46898.0 486844 45278.0 487555 42330.0 488267 38659.0 488978 38330.0 489689 37275.0 490401 36112.0 491112 37012.0 491823 450980.0 492535 649020.0 493246 615635.0 493958 514918.0 494669 413948.0 495380 336960.0 496092 276086.0 496803 235191.0 497514 199728.0 498226 172345.0 498937 149762.0 499649 132828.0 500360 116946.0 501071 105961.0 501783 94839.0 502494 89077.0 503206 82659.0 503917 77437.0 504628 71179.0 505340 66608.0 506051 61953.0 506762 58248.0 507474 55527.0 508185 54337.0 508897 49684.0 509608 48672.0 510319 47443.0 511031 44281.0 511742 44458.0 512454 44732.0 513165 44371.0 513876 47770.0 514588 52860.0 515299 55712.0 516010 51949.0 516722 49819.0 517433 45197.0 518145 41212.0 518856 37713.0 519567 36429.0 520279 34737.0 520990 34460.0 521701 34089.0 522413 33918.0 523124 34260.0 523836 32854.0 524547 32386.0 525258 32572.0 525970 31635.0 526681 31294.0 527393 31277.0 528104 30574.0 528815 31031.0 529527 30230.0 530238 30031.0 530949 30291.0 531661 30394.0 532372 31946.0 533084 37289.0 533795 40118.0 534506 40537.0 535218 38624.0 535929 37576.0 536641 35024.0 537352 33398.0 538063 30211.0 538775 30040.0 539486 29088.0 540197 29089.0 540909 29643.0 541620 30070.0 542332 29956.0 543043 30072.0 543754 29309.0 544466 28675.0 545177 28885.0 545888 28748.0 546600 28162.0 547311 28313.0 548023 27987.0 548734 28220.0 549445 27773.0 550157 27885.0 550868 27973.0 551580 27342.0 552291 27272.0 553002 26753.0 553714 25457.0 554425 25833.0 555136 26040.0 555848 26508.0 556559 26076.0 557271 25421.0 557982 25805.0 558693 25760.0 559405 25671.0 560116 26578.0 560828 25953.0 561539 25776.0 562250 25990.0 562962 25831.0 563673 25594.0 564384 24841.0 565096 25425.0 565807 25032.0 566519 25314.0 567230 24466.0 567941 24939.0 568653 25333.0 569364 24899.0 570075 24037.0 570787 24697.0 571498 24059.0 572210 25200.0 572921 24420.0 573632 23901.0 574344 25329.0 575055 31748.0 575767 45669.0 576478 57875.0 577189 60897.0 577901 60025.0 578612 56077.0 579323 54621.0 580035 99292.0 580746 209276.0 581458 335071.0 582169 438006.0 582880 459290.0 583592 364890.0 584303 214356.0 585015 113171.0 585726 70541.0 586437 52832.0 587149 43665.0 587860 39898.0 588571 36384.0 589283 34156.0 589994 32170.0 590706 30789.0 591417 29840.0 592128 29357.0 592840 28926.0 593551 28809.0 594262 28292.0 594974 28335.0 595685 29165.0 596397 30247.0 597108 32103.0 597819 32768.0 598531 32977.0 599242 31797.0 599954 30624.0 600665 29847.0 601376 28664.0 602088 28190.0 602799 27871.0 603510 26543.0 604222 26414.0 604933 25958.0 605645 26098.0 606356 24787.0 607067 26045.0 607779 26494.0 608490 25404.0 609201 24605.0 609913 24497.0 610624 24734.0 611336 23990.0 612047 23914.0 612758 24625.0 613470 24293.0 614181 24062.0 614893 24122.0 615604 23442.0 616315 24230.0 617027 27762.0 617738 31044.0 618449 34168.0 619161 34242.0 619872 32402.0 620584 30908.0 621295 27909.0 622006 26297.0 622718 25269.0 623429 24412.0 624141 24630.0 624852 23652.0 625563 24275.0 626275 24007.0 626986 23957.0 627697 24566.0 628409 25054.0 629120 25137.0 629832 23817.0 630543 23396.0 631254 23303.0 631966 23010.0 632677 23812.0 633388 23864.0 634100 23260.0 634811 23002.0 635523 22588.0 636234 22577.0 636945 22276.0 637657 22538.0 638368 22136.0 639080 22287.0 639791 22053.0 640502 21923.0 641214 22003.0 641925 21772.0 642636 21815.0 643348 21982.0 644059 22732.0 644771 23580.0 645482 24123.0 646193 24401.0 646905 23022.0 647616 23301.0 648328 23203.0 649039 23686.0 649750 22939.0 650462 23277.0 651173 23980.0 651884 22779.0 652596 23387.0 653307 22989.0 654019 22741.0 654730 25236.0 655441 33560.0 656153 43244.0 656864 49741.0 657575 47955.0 658287 41213.0 658998 35418.0 659710 30639.0 660421 26652.0 661132 24727.0 661844 23608.0 662555 23982.0 663267 23669.0 663978 25533.0 664689 28275.0 665401 30686.0 666112 30651.0 666823 31585.0 667535 29855.0 668246 28222.0 668958 26583.0 669669 25820.0 670380 24659.0 671092 24752.0 671803 24790.0 672515 25772.0 673226 27356.0 673937 27885.0 674649 28018.0 675360 27300.0 676071 26809.0 676783 24389.0 677494 24890.0 678206 23954.0 678917 24280.0 679628 24139.0 680340 24717.0 681051 24193.0 681762 25033.0 682474 23539.0 683185 23191.0 683897 23365.0 684608 22279.0 685319 22728.0 686031 26125.0 686742 27591.0 687454 31328.0 688165 31044.0 688876 28714.0 689588 27022.0 690299 25785.0 691010 23966.0 691722 22616.0 692433 22697.0 693145 21512.0 693856 21469.0 694567 21650.0 695279 21134.0 695990 21258.0 696702 21453.0 697413 20695.0 698124 20647.0 698836 21022.0 699547 21885.0 700258 24029.0 700970 25567.0 701681 26278.0 702393 25082.0 703104 23045.0 703815 22381.0 704527 21770.0 705238 21109.0 705949 21023.0 706661 21370.0 707372 21897.0 708084 22400.0 708795 22860.0 709506 23123.0 710218 23009.0 710929 22337.0 711641 22543.0 712352 22433.0 713063 22476.0 713775 21975.0 714486 20669.0 715197 20983.0 715909 20297.0 716620 20271.0 717332 20397.0 718043 19240.0 718754 20304.0 719466 20930.0 720177 21633.0 720889 22460.0 721600 22435.0 722311 22011.0 723023 21563.0 723734 21079.0 724445 20251.0 725157 20327.0 725868 19426.0 726580 20048.0 727291 20117.0 728002 19822.0 728714 20288.0 729425 19726.0 730136 20723.0 730848 21320.0 731559 20437.0 732271 20986.0 732982 20268.0 733693 20447.0 734405 20149.0 735116 19526.0 735828 20313.0 736539 20324.0 737250 20003.0 737962 20454.0 738673 20397.0 739384 19242.0 740096 20405.0 740807 23356.0 741519 27892.0 742230 29969.0 742941 31046.0 743653 31689.0 744364 35921.0 745076 33924.0 745787 31491.0 746498 29443.0 747210 27545.0 747921 27184.0 748632 25673.0 749344 24661.0 750055 24833.0 750767 24080.0 751478 24037.0 752189 23508.0 752901 23012.0 753612 23330.0 754323 23278.0 755035 23172.0 755746 22078.0 756458 22129.0 757169 21352.0 757880 20948.0 758592 20984.0 759303 21366.0 760015 20904.0 760726 20536.0 761437 21608.0 762149 20543.0 762860 20138.0 763571 20460.0 764283 20400.0 764994 20612.0 765706 19972.0 766417 20082.0 767128 20763.0 767840 20673.0 768551 20682.0 769263 19917.0 769974 20193.0 770685 20146.0 771397 19069.0 772108 19793.0 772819 19753.0 773531 19962.0 774242 19588.0 774954 19665.0 775665 19388.0 776376 19918.0 777088 20083.0 777799 20438.0 778510 19427.0 779222 21460.0 779933 20847.0 780645 20140.0 781356 20416.0 782067 19617.0 782779 19384.0 783490 18939.0 784202 18954.0 784913 18899.0 785624 19413.0 786336 19639.0 787047 19420.0 787758 19231.0 788470 18975.0 789181 18827.0 789893 20105.0 790604 21720.0 791315 23254.0 792027 24313.0 792738 24441.0 793450 28602.0 794161 33471.0 794872 34355.0 795584 32808.0 796295 28678.0 797006 25940.0 797718 24358.0 798429 22750.0 799141 20773.0 799852 21175.0 800563 20981.0 801275 20319.0 801986 20253.0 802697 20074.0 803409 20377.0 804120 19903.0 804832 20115.0 805543 19594.0 806254 19723.0 806966 19926.0 807677 19533.0 808389 20497.0 809100 20419.0 809811 21467.0 810523 20608.0 811234 20743.0 811945 20228.0 812657 20320.0 813368 20052.0 814080 19780.0 814791 20299.0 815502 19042.0 816214 18895.0 816925 19036.0 817636 19393.0 818348 19455.0 819059 20054.0 819771 19459.0 820482 19334.0 821193 19796.0 821905 18794.0 822616 19729.0 823328 19128.0 824039 19992.0 824750 20250.0 825462 19298.0 826173 19844.0 826884 20661.0 827596 22543.0 828307 27377.0 829019 32564.0 829730 35613.0 830441 35502.0 831153 31834.0 831864 30116.0 832576 28212.0 833287 27241.0 833998 25682.0 834710 25308.0 835421 25159.0 836132 25905.0 836844 27846.0 837555 29270.0 838267 29848.0 838978 28399.0 839689 25612.0 840401 23327.0 841112 22547.0 841823 22379.0 842535 21860.0 843246 21249.0 843958 20782.0 844669 20407.0 845380 20956.0 846092 20314.0 846803 19945.0 847515 19903.0 848226 19714.0 848937 19172.0 849649 19617.0 850360 20814.0 851071 23736.0 851783 33072.0 852494 44745.0 853206 49324.0 853917 44392.0 854628 37725.0 855340 31179.0 856051 26916.0 856763 24152.0 857474 22505.0 858185 21691.0 858897 21393.0 859608 21053.0 860319 21038.0 861031 20774.0 861742 21475.0 862454 22212.0 863165 23459.0 863876 28404.0 864588 51616.0 865299 109509.0 866010 204560.0 866722 304165.0 867433 339237.0 868145 258127.0 868856 137121.0 869567 71143.0 870279 45920.0 870990 37153.0 871702 31598.0 872413 29532.0 873124 27839.0 873836 26407.0 874547 25061.0 875258 24455.0 875970 23706.0 876681 22646.0 877393 23234.0 878104 23020.0 878815 23641.0 879527 22232.0 880238 23263.0 880950 22889.0 881661 23265.0 882372 23294.0 883084 23950.0 883795 23215.0 884506 23073.0 885218 22399.0 885929 22235.0 886641 21517.0 887352 21169.0 888063 20895.0 888775 20925.0 889486 21804.0 890197 20706.0 890909 21257.0 891620 21499.0 892332 20711.0 893043 20388.0 893754 20487.0 894466 19923.0 895177 20468.0 895889 19419.0 896600 19451.0 897311 20895.0 898023 24010.0 898734 36769.0 899445 64471.0 900157 97575.0 900868 108973.0 901580 87294.0 902291 62065.0 903002 45466.0 903714 50267.0 904425 83628.0 905137 113035.0 905848 115340.0 906559 90681.0 907271 62192.0 907982 44120.0 908693 35134.0 909405 31331.0 910116 27501.0 910828 26236.0 911539 25253.0 912250 24165.0 912962 23267.0 913673 22538.0 914384 22193.0 915096 22160.0 915807 21806.0 916519 21464.0 917230 21502.0 917941 21080.0 918653 20725.0 919364 20920.0 920076 21632.0 920787 22702.0 921498 24699.0 922210 24326.0 922921 22876.0 923632 21950.0 924344 20328.0 925055 20416.0 925767 20709.0 926478 20472.0 927189 20502.0 927901 20417.0 928612 21146.0 929324 20653.0 930035 21563.0 930746 22281.0 931458 22278.0 932169 22190.0 932880 21155.0 933592 21376.0 934303 19982.0 935015 20295.0 935726 19589.0 936437 18876.0 937149 18942.0 937860 19291.0 938571 19097.0 939283 18735.0 939994 19011.0 940706 18468.0 941417 19274.0 942128 19315.0 942840 19976.0 943551 26801.0 944263 39301.0 944974 49164.0 945685 45766.0 946397 39135.0 947108 32612.0 947819 27614.0 948531 25407.0 949242 23184.0 949954 24495.0 950665 25837.0 951376 28779.0 952088 30501.0 952799 32843.0 953511 33429.0 954222 32501.0 954933 30537.0 955645 27376.0 956356 24779.0 957067 24345.0 957779 23740.0 958490 24410.0 959202 27230.0 959913 31210.0 960624 35152.0 961336 37064.0 962047 34746.0 962758 32069.0 963470 28608.0 964181 25497.0 964893 23646.0 965604 22332.0 966315 21181.0 967027 20363.0 967738 20679.0 968450 20551.0 969161 21541.0 969872 22053.0 970584 21184.0 971295 20454.0 972006 20760.0 972718 20082.0 973429 19797.0 974141 20205.0 974852 21158.0 975563 21721.0 976275 22338.0 976986 21823.0 977698 22569.0 978409 25347.0 979120 25786.0 979832 24545.0 980543 23009.0 981254 21051.0 981966 20323.0 982677 19503.0 983389 19269.0 984100 19457.0 984811 19087.0 985523 18743.0 986234 19105.0 986945 20254.0 987657 19254.0 988368 19718.0 989080 19251.0 989791 19112.0 990502 19900.0 991214 18882.0 991925 18507.0 992637 18993.0 993348 18796.0 994059 18606.0 994771 18825.0 995482 19954.0 996193 20706.0 996905 22164.0 997616 24266.0 998328 25975.0 999039 42653.0 999750 89862.0 1000462 175943.0 1001173 286842.0 1001885 395286.0 1002596 404347.0 1003307 311695.0 1004019 326589.0 1004730 394793.0 1005441 465012.0 1006153 450623.0 1006864 217791.0 1007576 74438.0 1008287 44411.0 1008998 35500.0 1009710 31303.0 1010421 29197.0 1011132 27202.0 1011844 26313.0 1012555 24309.0 1013267 23652.0 1013978 23288.0 1014689 23632.0 1015401 23937.0 1016112 25509.0 1016824 25540.0 1017535 25127.0 1018246 24861.0 1018958 24595.0 1019669 25085.0 1020380 24235.0 1021092 23287.0 1021803 23238.0 1022515 22005.0 1023226 21435.0 1023937 20752.0 1024649 20522.0 1025360 19589.0 1026071 19812.0 1026783 19370.0 1027494 19776.0 1028206 19527.0 1028917 19621.0 1029628 20067.0 1030340 19263.0 1031051 19361.0 1031763 19091.0 1032474 19255.0 1033185 19420.0 1033897 20164.0 1034608 28573.0 1035319 52292.0 1036031 78931.0 1036742 81580.0 1037454 63794.0 1038165 46049.0 1038876 32748.0 1039588 26127.0 1040299 22893.0 1041011 21128.0 1041722 20510.0 1042433 22051.0 1043145 27823.0 1043856 52078.0 1044567 117206.0 1045279 200923.0 1045990 236886.0 1046702 186472.0 1047413 112679.0 1048124 63831.0 1048836 42013.0 1049547 32706.0 1050258 28676.0 1050970 25799.0 1051681 24450.0 1052393 23399.0 1053104 22930.0 1053815 22040.0 1054527 22253.0 1055238 21811.0 1055950 20492.0 1056661 21052.0 1057372 20537.0 1058084 20331.0 1058795 20418.0 1059506 20038.0 1060218 21480.0 1060929 20185.0 1061641 20429.0 1062352 19864.0 1063063 20447.0 1063775 21338.0 1064486 20850.0 1065198 19824.0 1065909 19653.0 1066620 20162.0 1067332 19877.0 1068043 19001.0 1068754 18968.0 1069466 18903.0 1070177 19290.0 1070889 19210.0 1071600 19183.0 1072311 19543.0 1073023 18861.0 1073734 18943.0 1074445 18613.0 1075157 18629.0 1075868 18058.0 1076580 17999.0 1077291 19176.0 1078002 18569.0 1078714 19078.0 1079425 19185.0 1080137 19545.0 1080848 19742.0 1081559 19263.0 1082271 18846.0 1082982 18082.0 1083693 18463.0 1084405 18210.0 1085116 17523.0 1085828 18006.0 1086539 17902.0 1087250 18515.0 1087962 19036.0 1088673 19814.0 1089385 19442.0 1090096 19271.0 1090807 18986.0 1091519 19027.0 1092230 18871.0 1092941 18229.0 1093653 18425.0 1094364 17758.0 1095076 17581.0 1095787 17610.0 1096498 18222.0 1097210 18089.0 1097921 17929.0 1098632 18050.0 1099344 17227.0 1100055 17834.0 1100767 18096.0 1101478 19037.0 1102189 20180.0 1102901 20586.0 1103612 20156.0 1104324 20518.0 1105035 19153.0 1105746 19490.0 1106458 19373.0 1107169 20359.0 1107880 19539.0 1108592 19955.0 1109303 20507.0 1110015 19823.0 1110726 20774.0 1111437 19154.0 1112149 18542.0 1112860 18115.0 1113572 18058.0 1114283 17126.0 1114994 17509.0 1115706 18008.0 1116417 18891.0 1117128 20048.0 1117840 19701.0 1118551 19953.0 1119263 19317.0 1119974 19306.0 1120685 18633.0 1121397 18147.0 1122108 18505.0 1122819 20230.0 1123531 21201.0 1124242 22807.0 1124954 22753.0 1125665 21084.0 1126376 20279.0 1127088 19788.0 1127799 19617.0 1128511 19571.0 1129222 19054.0 1129933 18821.0 1130645 18880.0 1131356 17735.0 1132067 17160.0 1132779 17279.0 1133490 17417.0 1134202 17966.0 1134913 18472.0 1135624 18743.0 1136336 18891.0 1137047 19538.0 1137759 19993.0 1138470 19751.0 1139181 19859.0 1139893 19869.0 1140604 19383.0 1141315 18900.0 1142027 18523.0 1142738 17880.0 1143450 17436.0 1144161 17641.0 1144872 17221.0 1145584 17329.0 1146295 17377.0 1147006 17364.0 1147718 18435.0 1148429 19683.0 1149141 21379.0 1149852 21636.0 1150563 21158.0 1151275 19540.0 1151986 18974.0 1152698 17786.0 1153409 17777.0 1154120 17741.0 1154832 17961.0 1155543 20124.0 1156254 20754.0 1156966 21233.0 1157677 20398.0 1158389 18333.0 1159100 18594.0 1159811 17707.0 1160523 17298.0 1161234 17912.0 1161946 18292.0 1162657 18826.0 1163368 18597.0 1164080 19562.0 1164791 21167.0 1165502 21967.0 1166214 22726.0 1166925 22022.0 1167637 21280.0 1168348 24352.0 1169059 30964.0 1169771 36716.0 1170482 38225.0 1171193 31624.0 1171905 25502.0 1172616 21887.0 1173328 20001.0 1174039 18942.0 1174750 18795.0 1175462 22018.0 1176173 30673.0 1176885 47309.0 1177596 57790.0 1178307 56144.0 1179019 44149.0 1179730 33006.0 1180441 28097.0 1181153 23921.0 1181864 22506.0 1182576 21998.0 1183287 20892.0 1183998 20471.0 1184710 20608.0 1185421 20010.0 1186133 19911.0 1186844 20027.0 1187555 20057.0 1188267 20491.0 1188978 21342.0 1189689 21105.0 1190401 19771.0 1191112 19347.0 1191824 21038.0 1192535 20121.0 1193246 21081.0 1193958 21368.0 1194669 21347.0 1195380 21101.0 1196092 21091.0 1196803 19763.0 1197515 19861.0 1198226 19085.0 1198937 18876.0 1199649 19188.0 1200360 18559.0 1201072 19467.0 1201783 23638.0 1202494 32446.0 1203206 45327.0 1203917 46293.0 1204628 37713.0 1205340 29385.0 1206051 23086.0 1206763 21194.0 1207474 21529.0 1208185 25642.0 1208897 30733.0 1209608 33819.0 1210320 31946.0 1211031 27568.0 1211742 24340.0 1212454 22738.0 1213165 21829.0 1213876 22135.0 1214588 20976.0 1215299 20292.0 1216011 19338.0 1216722 19088.0 1217433 20340.0 1218145 21040.0 1218856 20879.0 1219567 19305.0 1220279 19284.0 1220990 19743.0 1221702 19951.0 1222413 21310.0 1223124 22137.0 1223836 20087.0 1224547 20160.0 1225259 18726.0 1225970 17786.0 1226681 18402.0 1227393 18881.0 1228104 18297.0 1228815 18558.0 1229527 23921.0 1230238 37415.0 1230950 55094.0 1231661 63524.0 1232372 53983.0 1233084 38266.0 1233795 28399.0 1234506 24070.0 1235218 21791.0 1235929 19747.0 1236641 19192.0 1237352 18139.0 1238063 18326.0 1238775 17583.0 1239486 18020.0 1240198 17430.0 1240909 17277.0 1241620 17977.0 1242332 16927.0 1243043 17290.0 1243754 17614.0 1244466 17868.0 1245177 17215.0 1245889 16881.0 1246600 17326.0 1247311 16801.0 1248023 17646.0 1248734 17894.0 1249446 18218.0 1250157 17701.0 1250868 18811.0 1251580 17810.0 1252291 18775.0 1253002 18631.0 1253714 19461.0 1254425 24940.0 1255137 35599.0 1255848 39714.0 1256559 35759.0 1257271 30848.0 1257982 27787.0 1258693 26696.0 1259405 32262.0 1260116 38004.0 1260828 37280.0 1261539 32019.0 1262250 26608.0 1262962 22142.0 1263673 19906.0 1264385 19776.0 1265096 19255.0 1265807 19194.0 1266519 18972.0 1267230 17749.0 1267941 18523.0 1268653 18448.0 1269364 18368.0 1270076 19225.0 1270787 19417.0 1271498 18455.0 1272210 17923.0 1272921 17984.0 1273633 17552.0 1274344 16970.0 1275055 16749.0 1275767 16687.0 1276478 16767.0 1277189 16448.0 1277901 15760.0 1278612 16694.0 1279324 17218.0 1280035 17586.0 1280746 17206.0 1281458 17118.0 1282169 17379.0 1282880 18281.0 1283592 17797.0 1284303 18131.0 1285015 17822.0 1285726 16803.0 1286437 17058.0 1287149 15994.0 1287860 16337.0 1288572 16012.0 1289283 16758.0 1289994 18304.0 1290706 19250.0 1291417 21884.0 1292128 23043.0 1292840 24030.0 1293551 24978.0 1294263 25841.0 1294974 23395.0 1295685 21588.0 1296397 19378.0 1297108 18419.0 1297820 17300.0 1298531 17235.0 1299242 20262.0 1299954 31698.0 1300665 40139.0 1301376 38919.0 1302088 35613.0 1302799 30149.0 1303511 26941.0 1304222 24407.0 1304933 22263.0 1305645 21502.0 1306356 22778.0 1307067 24876.0 1307779 26679.0 1308490 26211.0 1309202 23798.0 1309913 21971.0 1310624 20074.0 1311336 21085.0 1312047 23947.0 1312759 30550.0 1313470 34501.0 1314181 35641.0 1314893 36613.0 1315604 43294.0 1316315 52841.0 1317027 53790.0 1317738 46311.0 1318450 35997.0 1319161 27431.0 1319872 23466.0 1320584 21176.0 1321295 19938.0 1322007 18625.0 1322718 18627.0 1323429 18193.0 1324141 17936.0 1324852 17739.0 1325563 17786.0 1326275 18173.0 1326986 18094.0 1327698 17746.0 1328409 17826.0 1329120 17187.0 1329832 17460.0 1330543 17217.0 1331254 16948.0 1331966 17134.0 1332677 16692.0 1333389 16289.0 1334100 16399.0 1334811 15863.0 1335523 16940.0 1336234 16094.0 1336946 16340.0 1337657 16520.0 1338368 15764.0 1339080 16029.0 1339791 17053.0 1340502 17224.0 1341214 18695.0 1341925 20915.0 1342637 23068.0 1343348 25715.0 1344059 26924.0 1344771 25729.0 1345482 22218.0 1346194 20258.0 1346905 17798.0 1347616 17587.0 1348328 17302.0 1349039 17644.0 1349750 17633.0 1350462 18357.0 1351173 18775.0 1351885 20153.0 1352596 19107.0 1353307 18574.0 1354019 17809.0 1354730 17930.0 1355441 16978.0 1356153 17786.0 1356864 18292.0 1357576 18136.0 1358287 17080.0 1358998 17694.0 1359710 17236.0 1360421 18687.0 1361133 19244.0 1361844 20601.0 1362555 22398.0 1363267 23041.0 1363978 23679.0 1364689 22088.0 1365401 21739.0 1366112 20159.0 1366824 19483.0 1367535 18691.0 1368246 18085.0 1368958 17999.0 1369669 19448.0 1370381 20374.0 1371092 23119.0 1371803 27774.0 1372515 37240.0 1373226 46685.0 1373937 52407.0 1374649 48729.0 1375360 41259.0 1376072 32098.0 1376783 25924.0 1377494 22613.0 1378206 20755.0 1378917 21558.0 1379628 21768.0 1380340 28131.0 1381051 43348.0 1381763 72461.0 1382474 112514.0 1383185 159456.0 1383897 206336.0 1384608 247890.0 1385320 241210.0 1386031 146762.0 1386742 71281.0 1387454 46478.0 1388165 35370.0 1388876 31453.0 1389588 29239.0 1390299 27420.0 1391011 26238.0 1391722 23961.0 1392433 23857.0 1393145 23115.0 1393856 22612.0 1394568 21120.0 1395279 21884.0 1395990 22244.0 1396702 21721.0 1397413 21850.0 1398124 21697.0 1398836 22281.0 1399547 22046.0 1400259 22230.0 1400970 20283.0 1401681 20140.0 1402393 19732.0 1403104 20629.0 1403815 23477.0 1404527 26616.0 1405238 26838.0 1405950 24297.0 1406661 21525.0 1407372 20451.0 1408084 19235.0 1408795 19769.0 1409507 21169.0 1410218 21666.0 1410929 21366.0 1411641 20058.0 1412352 18406.0 1413063 18486.0 1413775 18269.0 1414486 18307.0 1415198 17540.0 1415909 18544.0 1416620 17294.0 1417332 17684.0 1418043 17879.0 1418755 17721.0 1419466 17689.0 1420177 18598.0 1420889 18290.0 1421600 17941.0 1422311 18455.0 1423023 19596.0 1423734 20989.0 1424446 22077.0 1425157 22376.0 1425868 21471.0 1426580 19914.0 1427291 19259.0 1428002 19047.0 1428714 18918.0 1429425 19178.0 1430137 19596.0 1430848 19204.0 1431559 18900.0 1432271 17802.0 1432982 17662.0 1433694 18205.0 1434405 17894.0 1435116 17506.0 1435828 17379.0 1436539 18269.0 1437250 18248.0 1437962 20172.0 1438673 21432.0 1439385 22507.0 1440096 21767.0 1440807 21218.0 1441519 19059.0 1442230 19330.0 1442941 19777.0 1443653 19709.0 1444364 22715.0 1445076 29942.0 1445787 41786.0 1446498 59694.0 1447210 70588.0 1447921 63524.0 1448633 49259.0 1449344 34794.0 1450055 27583.0 1450767 25163.0 1451478 23504.0 1452189 23602.0 1452901 24914.0 1453612 24898.0 1454324 24988.0 1455035 25628.0 1455746 27263.0 1456458 27709.0 1457169 27187.0 1457881 25212.0 1458592 22594.0 1459303 21000.0 1460015 19663.0 1460726 18686.0 1461437 19094.0 1462149 19575.0 1462860 19320.0 1463572 18543.0 1464283 18610.0 1464994 18469.0 1465706 18726.0 1466417 18053.0 1467128 17577.0 1467840 19939.0 1468551 23468.0 1469263 30462.0 1469974 35720.0 1470685 35633.0 1471397 32376.0 1472108 26839.0 1472820 24163.0 1473531 20714.0 1474242 21163.0 1474954 22748.0 1475665 24562.0 1476376 25764.0 1477088 24605.0 1477799 22179.0 1478511 21443.0 1479222 19981.0 1479933 20650.0 1480645 21068.0 1481356 23577.0 1482068 24177.0 1482779 23922.0 1483490 22002.0 1484202 20438.0 1484913 19064.0 1485624 18625.0 1486336 19694.0 1487047 20477.0 1487759 22273.0 1488470 23340.0 1489181 24574.0 1489893 25323.0 1490604 23121.0 1491315 21091.0 1492027 20207.0 1492738 18971.0 1493450 18570.0 1494161 18481.0 1494872 17648.0 1495584 17644.0 1496295 17675.0 1497007 17734.0 1497718 18361.0 1498429 18169.0 1499141 17211.0 1499852 17469.0 1500563 17694.0 1501275 17036.0 1501986 17531.0 1502698 17932.0 1503409 17822.0 1504120 17620.0 1504832 17939.0 1505543 17600.0 1506255 17762.0 1506966 19668.0 1507677 21689.0 1508389 22216.0 1509100 23240.0 1509811 22192.0 1510523 21038.0 1511234 21350.0 1511946 22162.0 1512657 28282.0 1513368 31920.0 1514080 33797.0 1514791 28258.0 1515502 24127.0 1516214 21992.0 1516925 21412.0 1517637 21090.0 1518348 21378.0 1519059 21470.0 1519771 20042.0 1520482 19871.0 1521194 19147.0 1521905 18427.0 1522616 18517.0 1523328 18221.0 1524039 17869.0 1524750 18141.0 1525462 19000.0 1526173 19676.0 1526885 19892.0 1527596 19679.0 1528307 17714.0 1529019 17366.0 1529730 17530.0 1530442 17758.0 1531153 17893.0 1531864 18694.0 1532576 19086.0 1533287 18888.0 1533998 19218.0 1534710 24344.0 1535421 32338.0 1536133 44133.0 1536844 50029.0 1537555 44755.0 1538267 33676.0 1538978 25193.0 1539689 22155.0 1540401 21800.0 1541112 21300.0 1541824 20479.0 1542535 19417.0 1543246 19077.0 1543958 18600.0 1544669 18375.0 1545381 17562.0 1546092 18662.0 1546803 18491.0 1547515 18251.0 1548226 17785.0 1548937 17219.0 1549649 17918.0 1550360 17421.0 1551072 17378.0 1551783 17302.0 1552494 17000.0 1553206 17615.0 1553917 17727.0 1554629 18233.0 1555340 19153.0 1556051 19641.0 1556763 18882.0 1557474 18452.0 1558185 17414.0 1558897 16894.0 1559608 17186.0 1560320 19086.0 1561031 24199.0 1561742 37443.0 1562454 66008.0 1563165 105336.0 1563876 153664.0 1564588 196389.0 1565299 225290.0 1566011 189233.0 1566722 103884.0 1567433 54437.0 1568145 38970.0 1568856 31571.0 1569568 29723.0 1570279 27515.0 1570990 26066.0 1571702 25947.0 1572413 24144.0 1573124 22476.0 1573836 22435.0 1574547 22419.0 1575259 21046.0 1575970 20280.0 1576681 20309.0 1577393 20931.0 1578104 19778.0 1578816 20458.0 1579527 21293.0 1580238 21419.0 1580950 21811.0 1581661 21629.0 1582372 23060.0 1583084 24998.0 1583795 26175.0 1584507 24753.0 1585218 23255.0 1585929 20898.0 1586641 19842.0 1587352 19076.0 1588063 19199.0 1588775 18729.0 1589486 19310.0 1590198 21106.0 1590909 20333.0 1591620 20520.0 1592332 20742.0 1593043 19094.0 1593755 18834.0 1594466 18706.0 1595177 18445.0 1595889 17581.0 1596600 17711.0 1597311 17298.0 1598023 17249.0 1598734 18076.0 1599446 18946.0 1600157 20313.0 1600868 18807.0 1601580 18472.0 1602291 18641.0 1603003 17362.0 1603714 18235.0 1604425 18897.0 1605137 18460.0 1605848 19729.0 1606559 22120.0 1607271 28013.0 1607982 32896.0 1608694 33342.0 1609405 29819.0 1610116 27242.0 1610828 30313.0 1611539 37372.0 1612250 40626.0 1612962 37833.0 1613673 30725.0 1614385 27571.0 1615096 27368.0 1615807 30071.0 1616519 29444.0 1617230 26876.0 1617942 23182.0 1618653 20581.0 1619364 19473.0 1620076 21368.0 1620787 27141.0 1621498 40421.0 1622210 59565.0 1622921 69051.0 1623633 60619.0 1624344 45216.0 1625055 32690.0 1625767 26385.0 1626478 23175.0 1627190 21129.0 1627901 19525.0 1628612 19412.0 1629324 18422.0 1630035 19071.0 1630746 19055.0 1631458 18002.0 1632169 18630.0 1632881 17830.0 1633592 17601.0 1634303 17714.0 1635015 18522.0 1635726 19203.0 1636437 22675.0 1637149 27429.0 1637860 31023.0 1638572 30892.0 1639283 26928.0 1639994 23396.0 1640706 20975.0 1641417 19650.0 1642129 19791.0 1642840 20289.0 1643551 21447.0 1644263 22838.0 1644974 22741.0 1645685 20671.0 1646397 20480.0 1647108 20016.0 1647820 21179.0 1648531 20216.0 1649242 20102.0 1649954 19081.0 1650665 17762.0 1651376 17853.0 1652088 18496.0 1652799 17632.0 1653511 16642.0 1654222 16938.0 1654933 16835.0 1655645 17032.0 1656356 17105.0 1657068 16864.0 1657779 17109.0 1658490 17908.0 1659202 20114.0 1659913 24463.0 1660624 30129.0 1661336 34690.0 1662047 35346.0 1662759 30082.0 1663470 26416.0 1664181 24555.0 1664893 23981.0 1665604 24364.0 1666316 23344.0 1667027 22587.0 1667738 20692.0 1668450 20451.0 1669161 21685.0 1669872 22311.0 1670584 23312.0 1671295 23361.0 1672007 26061.0 1672718 25685.0 1673429 26861.0 1674141 28882.0 1674852 40124.0 1675563 60973.0 1676275 89697.0 1676986 107099.0 1677698 101340.0 1678409 73000.0 1679120 46568.0 1679832 34534.0 1680543 29134.0 1681255 28361.0 1681966 27862.0 1682677 27700.0 1683389 25111.0 1684100 23107.0 1684811 21641.0 1685523 20124.0 1686234 19763.0 1686946 18827.0 1687657 18536.0 1688368 18432.0 1689080 26582.0 1689791 34822.0 1690503 37772.0 1691214 40241.0 1691925 43265.0 1692637 48015.0 1693348 59796.0 1694059 79551.0 1694771 102194.0 1695482 127084.0 1696194 142969.0 1696905 154637.0 1697616 164096.0 1698328 177513.0 1699039 192923.0 1699750 214266.0 1700462 233948.0 1701173 248174.0 1701885 269469.0 1702596 284830.0 1703307 301276.0 1704019 252291.0 1704730 124357.0 1705442 82277.0 1706153 69583.0 1706864 64175.0 1707576 60879.0 1708287 58866.0 1708998 54969.0 1709710 53642.0 1710421 50875.0 1711133 49123.0 1711844 48177.0 1712555 46181.0 1713267 44579.0 1713978 43672.0 1714690 42395.0 1715401 41964.0 1716112 41243.0 1716824 40703.0 1717535 39736.0 1718246 37792.0 1718958 36794.0 1719669 36189.0 1720381 37012.0 1721092 37331.0 1721803 38780.0 1722515 39213.0 1723226 39140.0 1723937 36859.0 1724649 34545.0 1725360 33865.0 1726072 33904.0 1726783 34162.0 1727494 32694.0 1728206 31752.0 1728917 31434.0 1729629 31991.0 1730340 32991.0 1731051 33595.0 1731763 33641.0 1732474 32951.0 1733185 31670.0 1733897 29833.0 1734608 27890.0 1735320 27204.0 1736031 26514.0 1736742 26179.0 1737454 27574.0 1738165 28436.0 1738877 29505.0 1739588 29102.0 1740299 27708.0 1741011 27237.0 1741722 27189.0 1742433 26752.0 1743145 24679.0 1743856 24712.0 1744568 24070.0 1745279 24890.0 1745990 24822.0 1746702 23782.0 1747413 24357.0 1748124 25153.0 1748836 24638.0 1749547 26039.0 1750259 25212.0 1750970 24016.0 1751681 23553.0 1752393 24076.0 1753104 23400.0 1753816 22627.0 1754527 22841.0 1755238 22733.0 1755950 23101.0 1756661 22492.0 1757372 22021.0 1758084 22675.0 1758795 21871.0 1759507 21751.0 1760218 21659.0 1760929 21620.0 1761641 22198.0 1762352 21237.0 1763064 21524.0 1763775 21279.0 1764486 22285.0 1765198 24343.0 1765909 25832.0 1766620 28780.0 1767332 28787.0 1768043 26692.0 1768755 24897.0 1769466 22569.0 1770177 22048.0 1770889 22091.0 1771600 22108.0 1772311 22375.0 1773023 21742.0 1773734 21142.0 1774446 21373.0 1775157 22093.0 1775868 23288.0 1776580 24237.0 1777291 24272.0 1778003 22939.0 1778714 23373.0 1779425 21623.0 1780137 20849.0 1780848 21197.0 1781559 20887.0 1782271 20562.0 1782982 20405.0 1783694 20086.0 1784405 19238.0 1785116 20202.0 1785828 20460.0 1786539 21324.0 1787251 21454.0 1787962 20736.0 1788673 20007.0 1789385 20516.0 1790096 20912.0 1790807 22813.0 1791519 23272.0 1792230 24064.0 1792942 22431.0 1793653 21265.0 1794364 20724.0 1795076 21873.0 1795787 26877.0 1796498 41749.0 1797210 61005.0 1797921 70036.0 1798633 59886.0 1799344 42570.0 1800055 30097.0 1800767 24680.0 1801478 22624.0 1802190 21033.0 1802901 20493.0 1803612 20937.0 1804324 21828.0 1805035 22533.0 1805746 23403.0 1806458 23022.0 1807169 24304.0 1807881 23664.0 1808592 23820.0 1809303 23138.0 1810015 23082.0 1810726 22923.0 1811438 22390.0 1812149 22052.0 1812860 22386.0 1813572 21613.0 1814283 21227.0 1814994 22442.0 1815706 21473.0 1816417 21175.0 1817129 21240.0 1817840 21022.0 1818551 20796.0 1819263 21477.0 1819974 20848.0 1820685 20759.0 1821397 21959.0 1822108 21807.0 1822820 21547.0 1823531 21671.0 1824242 21433.0 1824954 21799.0 1825665 23078.0 1826377 25538.0 1827088 34468.0 1827799 65475.0 1828511 149363.0 1829222 304826.0 1829933 506749.0 1830645 681716.0 1831356 710428.0 1832068 488358.0 1832779 203970.0 1833490 78697.0 1834202 42511.0 1834913 34565.0 1835624 32191.0 1836336 30535.0 1837047 28646.0 1837759 27640.0 1838470 26688.0 1839181 26285.0 1839893 25734.0 1840604 26122.0 1841316 25694.0 1842027 23829.0 1842738 24348.0 1843450 23028.0 1844161 23570.0 1844872 22371.0 1845584 22581.0 1846295 23214.0 1847007 25848.0 1847718 29222.0 1848429 32482.0 1849141 34422.0 1849852 34050.0 1850564 32658.0 1851275 28791.0 1851986 26524.0 1852698 25359.0 1853409 23869.0 1854120 23438.0 1854832 22103.0 1855543 23538.0 1856255 24743.0 1856966 25626.0 1857677 25529.0 1858389 24213.0 1859100 23651.0 1859811 21765.0 1860523 21674.0 1861234 21870.0 1861946 21128.0 1862657 20998.0 1863368 21069.0 1864080 21670.0 1864791 21112.0 1865503 20956.0 1866214 20392.0 1866925 20019.0 1867637 19745.0 1868348 18742.0 1869059 19313.0 1869771 19476.0 1870482 20300.0 1871194 20230.0 1871905 19565.0 1872616 20298.0 1873328 19529.0 1874039 19412.0 1874751 19376.0 1875462 19608.0 1876173 21216.0 1876885 22329.0 1877596 23033.0 1878307 21598.0 1879019 20037.0 1879730 19236.0 1880442 19662.0 1881153 19165.0 1881864 19306.0 1882576 19708.0 1883287 20437.0 1883998 22024.0 1884710 24581.0 1885421 28755.0 1886133 32774.0 1886844 35648.0 1887555 34095.0 1888267 32380.0 1888978 30415.0 1889690 28216.0 1890401 24625.0 1891112 23564.0 1891824 22197.0 1892535 21697.0 1893246 20947.0 1893958 22337.0 1894669 22359.0 1895381 21640.0 1896092 20828.0 1896803 19553.0 1897515 18904.0 1898226 19216.0 1898938 18345.0 1899649 18801.0 1900360 18460.0 1901072 18456.0 1901783 18265.0 1902494 17894.0 1903206 18405.0 1903917 17908.0 1904629 18884.0 1905340 19221.0 1906051 20512.0 1906763 20798.0 1907474 20745.0 1908185 20211.0 1908897 20040.0 1909608 20213.0 1910320 19700.0 1911031 20441.0 1911742 20808.0 1912454 21647.0 1913165 21753.0 1913877 24275.0 1914588 26022.0 1915299 27732.0 1916011 26532.0 1916722 23736.0 1917433 22242.0 1918145 20728.0 1918856 19807.0 1919568 18669.0 1920279 19103.0 1920990 19647.0 1921702 17515.0 1922413 18617.0 1923125 17976.0 1923836 17746.0 1924547 17517.0 1925259 17431.0 1925970 18023.0 1926681 17984.0 1927393 18506.0 1928104 18040.0 1928816 18491.0 1929527 17607.0 1930238 18607.0 1930950 19669.0 1931661 23914.0 1932372 28913.0 1933084 36355.0 1933795 43930.0 1934507 52701.0 1935218 56906.0 1935929 52856.0 1936641 42463.0 1937352 30587.0 1938064 23560.0 1938775 21053.0 1939486 19246.0 1940198 18296.0 1940909 18105.0 1941620 18295.0 1942332 18546.0 1943043 17970.0 1943755 18253.0 1944466 18070.0 1945177 18739.0 1945889 17639.0 1946600 18173.0 1947312 17877.0 1948023 18104.0 1948734 19220.0 1949446 18754.0 1950157 18671.0 1950868 17894.0 1951580 17755.0 1952291 18543.0 1953003 18648.0 1953714 18965.0 1954425 19421.0 1955137 18976.0 1955848 19164.0 1956559 19624.0 1957271 20272.0 1957982 19645.0 1958694 19169.0 1959405 19515.0 1960116 20967.0 1960828 21835.0 1961539 23239.0 1962251 24832.0 1962962 24711.0 1963673 22970.0 1964385 22668.0 1965096 22224.0 1965807 22870.0 1966519 25719.0 1967230 29372.0 1967942 34184.0 1968653 35485.0 1969364 32251.0 1970076 27302.0 1970787 25273.0 1971499 21868.0 1972210 22144.0 1972921 21354.0 1973633 22996.0 1974344 27777.0 1975055 36273.0 1975767 44753.0 1976478 48444.0 1977190 44448.0 1977901 38009.0 1978612 30710.0 1979324 26169.0 1980035 25280.0 1980746 24719.0 1981458 24923.0 1982169 22211.0 1982881 22048.0 1983592 20980.0 1984303 21596.0 1985015 20077.0 1985726 20466.0 1986438 19625.0 1987149 22184.0 1987860 23457.0 1988572 24017.0 1989283 22461.0 1989994 21188.0 1990706 20177.0 1991417 20430.0 1992129 20078.0 1992840 20415.0 1993551 20005.0 1994263 19800.0 1994974 18589.0 1995686 19664.0 1996397 22261.0 1997108 26297.0 1997820 29617.0 1998531 30313.0 1999242 27810.0 1999954 26785.0 2000665 28041.0 2001377 29872.0 2002088 31574.0 2002799 30400.0 2003511 26855.0 2004222 23161.0 2004933 20877.0 2005645 20817.0 2006356 20421.0 2007068 22191.0 2007779 22542.0 2008490 21627.0 2009202 21272.0 2009913 22716.0 2010625 22144.0 2011336 21462.0 2012047 23065.0 2012759 25033.0 2013470 26375.0 2014181 25738.0 2014893 23393.0 2015604 22304.0 2016316 22511.0 2017027 23842.0 2017738 24529.0 2018450 25109.0 2019161 25503.0 2019873 25577.0 2020584 25430.0 2021295 24583.0 2022007 22726.0 2022718 21828.0 2023429 20510.0 2024141 19410.0 2024852 19766.0 2025564 23144.0 2026275 26463.0 2026986 32433.0 2027698 34429.0 2028409 32344.0 2029120 27146.0 2029832 24043.0 2030543 21488.0 2031255 21813.0 2031966 24285.0 2032677 32428.0 2033389 39464.0 2034100 40799.0 2034812 36855.0 2035523 28371.0 2036234 23260.0 2036946 20286.0 2037657 20015.0 2038368 20673.0 2039080 23614.0 2039791 29306.0 2040503 35376.0 2041214 38144.0 2041925 33238.0 2042637 27322.0 2043348 24450.0 2044060 25094.0 2044771 29319.0 2045482 36555.0 2046194 39127.0 2046905 34787.0 2047616 27338.0 2048328 23870.0 2049039 20964.0 2049751 20441.0 2050462 19346.0 2051173 19793.0 2051885 18930.0 2052596 19473.0 2053307 18511.0 2054019 19648.0 2054730 19346.0 2055442 19949.0 2056153 20086.0 2056864 20094.0 2057576 19309.0 2058287 18921.0 2058999 19104.0 2059710 18663.0 2060421 19065.0 2061133 20350.0 2061844 23944.0 2062555 31564.0 2063267 40292.0 2063978 51436.0 2064690 60883.0 2065401 68618.0 2066112 72949.0 2066824 75249.0 2067535 69696.0 2068246 62382.0 2068958 56634.0 2069669 50621.0 2070381 45342.0 2071092 39981.0 2071803 34655.0 2072515 29592.0 2073226 28029.0 2073938 28325.0 2074649 28440.0 2075360 29385.0 2076072 28070.0 2076783 25078.0 2077494 22889.0 2078206 22428.0 2078917 20804.0 2079629 20952.0 2080340 20766.0 2081051 21598.0 2081763 20717.0 2082474 20151.0 2083186 20058.0 2083897 20365.0 2084608 19584.0 2085320 20271.0 2086031 20882.0 2086742 21588.0 2087454 21397.0 2088165 21806.0 2088877 20983.0 2089588 21397.0 2090299 21531.0 2091011 20270.0 2091722 19387.0 2092433 19483.0 2093145 19937.0 2093856 20804.0 2094568 24973.0 2095279 31940.0 2095990 41038.0 2096702 49935.0 2097413 54041.0 2098125 52578.0 2098836 44211.0 2099547 34988.0 2100259 29150.0 2100970 25425.0 2101681 23936.0 2102393 23395.0 2103104 22515.0 2103816 21880.0 2104527 20891.0 2105238 21175.0 2105950 21131.0 2106661 20843.0 2107373 19935.0 2108084 19662.0 2108795 20126.0 2109507 18960.0 2110218 19367.0 2110929 18221.0 2111641 19010.0 2112352 18587.0 2113064 18432.0 2113775 18122.0 2114486 18354.0 2115198 18066.0 2115909 18506.0 2116620 17769.0 2117332 17700.0 2118043 18222.0 2118755 19402.0 2119466 23577.0 2120177 36511.0 2120889 72306.0 2121600 138776.0 2122312 212234.0 2123023 245405.0 2123734 218014.0 2124446 138553.0 2125157 73961.0 2125868 40181.0 2126580 30474.0 2127291 30073.0 2128003 31567.0 2128714 32099.0 2129425 30190.0 2130137 27221.0 2130848 24873.0 2131560 23006.0 2132271 21917.0 2132982 20887.0 2133694 19582.0 2134405 20292.0 2135116 19897.0 2135828 19255.0 2136539 20569.0 2137251 20918.0 2137962 20473.0 2138673 19846.0 2139385 19822.0 2140096 19517.0 2140807 20080.0 2141519 19606.0 2142230 20228.0 2142942 21532.0 2143653 22624.0 2144364 27095.0 2145076 36684.0 2145787 58977.0 2146499 88140.0 2147210 131025.0 2147921 167465.0 2148633 203681.0 2149344 214334.0 2150055 155429.0 2150767 73859.0 2151478 37349.0 2152190 29162.0 2152901 25580.0 2153612 24778.0 2154324 23689.0 2155035 23060.0 2155747 23015.0 2156458 23729.0 2157169 22473.0 2157881 21807.0 2158592 21096.0 2159303 20599.0 2160015 20685.0 2160726 20548.0 2161438 20177.0 2162149 20812.0 2162860 19918.0 2163572 20337.0 2164283 20317.0 2164994 19959.0 2165706 21114.0 2166417 23592.0 2167129 28845.0 2167840 32174.0 2168551 31498.0 2169263 28007.0 2169974 25222.0 2170686 25185.0 2171397 25566.0 2172108 26098.0 2172820 25796.0 2173531 26274.0 2174242 22977.0 2174954 22479.0 2175665 20724.0 2176377 20587.0 2177088 21013.0 2177799 23153.0 2178511 25607.0 2179222 29084.0 2179934 32969.0 2180645 34303.0 2181356 33941.0 2182068 33475.0 2182779 34785.0 2183490 35416.0 2184202 40858.0 2184913 47070.0 2185625 47990.0 2186336 41838.0 2187047 32266.0 2187759 25682.0 2188470 22123.0 2189181 20895.0 2189893 20450.0 2190604 19907.0 2191316 19273.0 2192027 19800.0 2192738 19666.0 2193450 19441.0 2194161 19457.0 2194873 19890.0 2195584 19459.0 2196295 19562.0 2197007 19181.0 2197718 20115.0 2198429 19352.0 2199141 19702.0 2199852 20057.0 2200564 19303.0 2201275 19629.0 2201986 20551.0 2202698 19940.0 2203409 20846.0 2204121 21489.0 2204832 21410.0 2205543 21411.0 2206255 20969.0 2206966 19839.0 2207677 17908.0 2208389 18410.0 2209100 18299.0 2209812 18379.0 2210523 19038.0 2211234 19134.0 2211946 18787.0 2212657 18892.0 2213368 19599.0 2214080 19395.0 2214791 18662.0 2215503 19374.0 2216214 18620.0 2216925 17446.0 2217637 18913.0 2218348 18577.0 2219060 19843.0 2219771 19236.0 2220482 19698.0 2221194 19288.0 2221905 18645.0 2222616 17332.0 2223328 18121.0 2224039 19179.0 2224751 20130.0 2225462 20626.0 2226173 20847.0 2226885 20957.0 2227596 19699.0 2228308 19420.0 2229019 20183.0 2229730 18673.0 2230442 18742.0 2231153 18933.0 2231864 18823.0 2232576 18158.0 2233287 16844.0 2233999 16928.0 2234710 17416.0 2235421 17665.0 2236133 17382.0 2236844 18236.0 2237555 17637.0 2238267 17420.0 2238978 17314.0 2239690 16897.0 2240401 17554.0 2241112 17880.0 2241824 18334.0 2242535 17820.0 2243247 18596.0 2243958 20120.0 2244669 20813.0 2245381 21038.0 2246092 20726.0 2246803 19943.0 2247515 19670.0 2248226 19113.0 2248938 18904.0 2249649 18338.0 2250360 17764.0 2251072 17241.0 2251783 17573.0 2252495 16944.0 2253206 17420.0 2253917 16780.0 2254629 17593.0 2255340 17454.0 2256051 18529.0 2256763 18895.0 2257474 18617.0 2258186 18738.0 2258897 19292.0 2259608 20262.0 2260320 22042.0 2261031 24838.0 2261742 26247.0 2262454 23800.0 2263165 23108.0 2263877 22222.0 2264588 20807.0 2265299 20898.0 2266011 20488.0 2266722 19862.0 2267434 19479.0 2268145 19008.0 2268856 17653.0 2269568 17506.0 2270279 16848.0 2270990 17416.0 2271702 17068.0 2272413 19218.0 2273125 21423.0 2273836 22747.0 2274547 22652.0 2275259 21072.0 2275970 19444.0 2276681 18778.0 2277393 18387.0 2278104 19699.0 2278816 19649.0 2279527 19395.0 2280238 20874.0 2280950 21932.0 2281661 23386.0 2282373 23719.0 2283084 22850.0 2283795 22049.0 2284507 21449.0 2285218 22876.0 2285929 22744.0 2286641 21578.0 2287352 21223.0 2288064 19922.0 2288775 18665.0 2289486 19225.0 2290198 18282.0 2290909 18700.0 2291621 18589.0 2292332 20340.0 2293043 22824.0 2293755 23223.0 2294466 22673.0 2295177 19869.0 2295889 19757.0 2296600 20418.0 2297312 23960.0 2298023 27383.0 2298734 27826.0 2299446 26740.0 2300157 22915.0 2300868 20491.0 2301580 19422.0 2302291 19529.0 2303003 18731.0 2303714 17893.0 2304425 18732.0 2305137 17533.0 2305848 17006.0 2306560 17206.0 2307271 16744.0 2307982 17632.0 2308694 18237.0 2309405 19144.0 2310116 19327.0 2310828 20101.0 2311539 19784.0 2312251 20204.0 2312962 20388.0 2313673 19014.0 2314385 18934.0 2315096 17197.0 2315808 17276.0 2316519 17843.0 2317230 18149.0 2317942 18257.0 2318653 18087.0 2319364 17662.0 2320076 18202.0 2320787 21005.0 2321499 22867.0 2322210 23663.0 2322921 22866.0 2323633 21048.0 2324344 18981.0 2325055 17056.0 2325767 17406.0 2326478 16495.0 2327190 17292.0 2327901 17536.0 2328612 16831.0 2329324 17442.0 2330035 17851.0 2330747 19293.0 2331458 20698.0 2332169 20023.0 2332881 21511.0 2333592 20146.0 2334303 19690.0 2335015 20278.0 2335726 20160.0 2336438 19487.0 2337149 19260.0 2337860 19636.0 2338572 17693.0 2339283 17694.0 2339995 17826.0 2340706 17557.0 2341417 18729.0 2342129 18305.0 2342840 21166.0 2343551 24583.0 2344263 25354.0 2344974 26249.0 2345686 29069.0 2346397 41590.0 2347108 61791.0 2347820 83307.0 2348531 89267.0 2349242 74297.0 2349954 50350.0 2350665 34247.0 2351377 25867.0 2352088 21595.0 2352799 20398.0 2353511 18784.0 2354222 18972.0 2354934 19281.0 2355645 19659.0 2356356 19038.0 2357068 18901.0 2357779 18229.0 2358490 18766.0 2359202 17759.0 2359913 17700.0 2360625 17626.0 2361336 17715.0 2362047 18829.0 2362759 19480.0 2363470 21837.0 2364182 22614.0 2364893 22807.0 2365604 22151.0 2366316 23116.0 2367027 27784.0 2367738 36933.0 2368450 46665.0 2369161 48210.0 2369873 42659.0 2370584 32210.0 2371295 27057.0 2372007 24392.0 2372718 23285.0 2373429 23034.0 2374141 22365.0 2374852 23157.0 2375564 22498.0 2376275 21754.0 2376986 21801.0 2377698 20075.0 2378409 20708.0 2379121 19950.0 2379832 18391.0 2380543 17845.0 2381255 18124.0 2381966 17572.0 2382677 17335.0 2383389 17409.0 2384100 18234.0 2384812 18793.0 2385523 18532.0 2386234 19305.0 2386946 20589.0 2387657 25147.0 2388369 36998.0 2389080 55292.0 2389791 74925.0 2390503 89581.0 2391214 81949.0 2391925 59033.0 2392637 38950.0 2393348 28912.0 2394060 25585.0 2394771 24636.0 2395482 25722.0 2396194 28391.0 2396905 28354.0 2397616 27448.0 2398328 25026.0 2399039 23284.0 2399751 23086.0 2400462 22584.0 2401173 21245.0 2401885 20511.0 2402596 21621.0 2403308 24212.0 2404019 30162.0 2404730 35046.0 2405442 35697.0 2406153 31947.0 2406864 26791.0 2407576 23001.0 2408287 21838.0 2408999 23681.0 2409710 27717.0 2410421 28038.0 2411133 26661.0 2411844 24944.0 2412556 23266.0 2413267 22258.0 2413978 22902.0 2414690 24245.0 2415401 27825.0 2416112 31069.0 2416824 32168.0 2417535 29369.0 2418247 25807.0 2418958 22555.0 2419669 21221.0 2420381 21052.0 2421092 21947.0 2421803 22825.0 2422515 23605.0 2423226 22462.0 2423938 21539.0 2424649 20193.0 2425360 18443.0 2426072 18518.0 2426783 18172.0 2427495 18587.0 2428206 19126.0 2428917 19881.0 2429629 19763.0 2430340 19463.0 2431051 18841.0 2431763 20062.0 2432474 19909.0 2433186 19901.0 2433897 22010.0 2434608 23427.0 2435320 23933.0 2436031 22979.0 2436743 22381.0 2437454 20242.0 2438165 19288.0 2438877 19189.0 2439588 18790.0 2440299 20215.0 2441011 21640.0 2441722 21414.0 2442434 21418.0 2443145 20592.0 2443856 19665.0 2444568 18310.0 2445279 18274.0 2445990 18346.0 2446702 18299.0 2447413 18289.0 2448125 18664.0 2448836 19311.0 2449547 19599.0 2450259 19239.0 2450970 19596.0 2451682 19435.0 2452393 18941.0 2453104 18455.0 2453816 20458.0 2454527 20835.0 2455238 24538.0 2455950 30501.0 2456661 42994.0 2457373 53947.0 2458084 59387.0 2458795 48755.0 2459507 36528.0 2460218 27861.0 2460930 23586.0 2461641 22798.0 2462352 21787.0 2463064 21845.0 2463775 20206.0 2464486 19536.0 2465198 19727.0 2465909 19546.0 2466621 20072.0 2467332 20704.0 2468043 21319.0 2468755 19949.0 2469466 20828.0 2470177 21281.0 2470889 21752.0 2471600 22422.0 2472312 21640.0 2473023 20798.0 2473734 21443.0 2474446 22920.0 2475157 25970.0 2475869 28604.0 2476580 28355.0 2477291 27607.0 2478003 25928.0 2478714 23769.0 2479425 23613.0 2480137 23467.0 2480848 23531.0 2481560 22829.0 2482271 21292.0 2482982 20148.0 2483694 20514.0 2484405 21434.0 2485116 23624.0 2485828 23418.0 2486539 22963.0 2487251 21742.0 2487962 20623.0 2488673 19875.0 2489385 18493.0 2490096 18626.0 2490808 18176.0 2491519 18717.0 2492230 19283.0 2492942 19773.0 2493653 19474.0 2494364 20900.0 2495076 21462.0 2495787 21538.0 2496499 22080.0 2497210 22021.0 2497921 22062.0 2498633 21270.0 2499344 21659.0 2500056 20671.0 2500767 22318.0 2501478 26093.0 2502190 35203.0 2502901 69133.0 2503612 150150.0 2504324 299175.0 2505035 525473.0 2505747 756011.0 2506458 927469.0 2507169 799778.0 2507881 418351.0 2508592 153741.0 2509303 69124.0 2510015 44364.0 2510726 39073.0 2511438 35123.0 2512149 32203.0 2512860 29015.0 2513572 28173.0 2514283 25878.0 2514995 26587.0 2515706 27180.0 2516417 27974.0 2517129 31238.0 2517840 32571.0 2518551 30657.0 2519263 26575.0 2519974 24889.0 2520686 23716.0 2521397 23237.0 2522108 23249.0 2522820 22682.0 2523531 23357.0 2524243 21878.0 2524954 23243.0 2525665 22352.0 2526377 22459.0 2527088 21870.0 2527799 22048.0 2528511 21485.0 2529222 20984.0 2529934 22740.0 2530645 24793.0 2531356 25593.0 2532068 24900.0 2532779 23879.0 2533490 23975.0 2534202 25186.0 2534913 26100.0 2535625 25020.0 2536336 23211.0 2537047 22226.0 2537759 20821.0 2538470 20332.0 2539182 20361.0 2539893 20465.0 2540604 19981.0 2541316 19827.0 2542027 19626.0 2542738 20210.0 2543450 19309.0 2544161 19679.0 2544873 19527.0 2545584 20407.0 2546295 21688.0 2547007 24794.0 2547718 28856.0 2548430 29472.0 2549141 28566.0 2549852 27472.0 2550564 26781.0 2551275 24808.0 2551986 25295.0 2552698 25343.0 2553409 24148.0 2554121 24799.0 2554832 26042.0 2555543 24893.0 2556255 24638.0 2556966 24831.0 2557677 22256.0 2558389 21564.0 2559100 20694.0 2559812 21788.0 2560523 25636.0 2561234 37415.0 2561946 66829.0 2562657 111447.0 2563369 141103.0 2564080 132181.0 2564791 101206.0 2565503 65887.0 2566214 43707.0 2566925 33863.0 2567637 28181.0 2568348 27208.0 2569060 29752.0 2569771 33532.0 2570482 39201.0 2571194 40555.0 2571905 37962.0 2572617 32446.0 2573328 27641.0 2574039 24870.0 2574751 23281.0 2575462 22194.0 2576173 21048.0 2576885 21216.0 2577596 19855.0 2578308 21568.0 2579019 22177.0 2579730 23651.0 2580442 23290.0 2581153 22221.0 2581864 22797.0 2582576 20947.0 2583287 21168.0 2583999 21108.0 2584710 20717.0 2585421 20944.0 2586133 20160.0 2586844 21142.0 2587556 20006.0 2588267 19032.0 2588978 19044.0 2589690 19754.0 2590401 18913.0 2591112 19362.0 2591824 20222.0 2592535 20888.0 2593247 21272.0 2593958 21274.0 2594669 20867.0 2595381 22096.0 2596092 23535.0 2596804 24928.0 2597515 25954.0 2598226 26111.0 2598938 26080.0 2599649 24875.0 2600360 23841.0 2601072 21787.0 2601783 21841.0 2602495 21373.0 2603206 21191.0 2603917 23250.0 2604629 23897.0 2605340 25084.0 2606051 24773.0 2606763 23300.0 2607474 22839.0 2608186 23282.0 2608897 23117.0 2609608 23029.0 2610320 22053.0 2611031 21605.0 2611743 21679.0 2612454 21726.0 2613165 23217.0 2613877 25571.0 2614588 29708.0 2615299 31822.0 2616011 34644.0 2616722 34111.0 2617434 31772.0 2618145 31777.0 2618856 28958.0 2619568 26899.0 2620279 25073.0 2620991 24966.0 2621702 25612.0 2622413 24470.0 2623125 24601.0 2623836 24048.0 2624547 24546.0 2625259 26360.0 2625970 28098.0 2626682 30324.0 2627393 30514.0 2628104 31328.0 2628816 27453.0 2629527 26781.0 2630238 27091.0 2630950 27049.0 2631661 27369.0 2632373 29072.0 2633084 28459.0 2633795 26005.0 2634507 23801.0 2635218 23610.0 2635930 22598.0 2636641 23892.0 2637352 32155.0 2638064 58375.0 2638775 118701.0 2639486 213055.0 2640198 307961.0 2640909 340507.0 2641621 274258.0 2642332 155202.0 2643043 78339.0 2643755 46843.0 2644466 38029.0 2645178 33325.0 2645889 31368.0 2646600 30521.0 2647312 28537.0 2648023 30408.0 2648734 29271.0 2649446 30397.0 2650157 35363.0 2650869 44872.0 2651580 57663.0 2652291 68147.0 2653003 63410.0 2653714 52983.0 2654425 42661.0 2655137 36161.0 2655848 32303.0 2656560 29704.0 2657271 28926.0 2657982 26684.0 2658694 27620.0 2659405 26693.0 2660117 26521.0 2660828 26840.0 2661539 26116.0 2662251 26450.0 2662962 25175.0 2663673 24353.0 2664385 24507.0 2665096 25383.0 2665808 27105.0 2666519 27499.0 2667230 27090.0 2667942 26208.0 2668653 25763.0 2669365 24717.0 2670076 26421.0 2670787 26669.0 2671499 30384.0 2672210 32305.0 2672921 32230.0 2673633 30339.0 2674344 26769.0 2675056 23822.0 2675767 22981.0 2676478 23020.0 2677190 23225.0 2677901 24336.0 2678612 24088.0 2679324 24410.0 2680035 24812.0 2680747 25306.0 2681458 27273.0 2682169 31044.0 2682881 33569.0 2683592 35435.0 2684304 36756.0 2685015 34221.0 2685726 30731.0 2686438 26770.0 2687149 23596.0 2687860 22873.0 2688572 23700.0 2689283 23457.0 2689995 23264.0 2690706 22694.0 2691417 22808.0 2692129 21476.0 2692840 22680.0 2693551 22813.0 2694263 22857.0 2694974 23025.0 2695686 23807.0 2696397 25550.0 2697108 24170.0 2697820 25021.0 2698531 24366.0 2699243 22779.0 2699954 21742.0 2700665 22559.0 2701377 22285.0 2702088 23745.0 2702799 26979.0 2703511 39120.0 2704222 61973.0 2704934 91293.0 2705645 111821.0 2706356 101416.0 2707068 74662.0 2707779 50482.0 2708491 36259.0 2709202 29550.0 2709913 28363.0 2710625 27979.0 2711336 26576.0 2712047 27882.0 2712759 27373.0 2713470 30654.0 2714182 33910.0 2714893 34735.0 2715604 34598.0 2716316 33212.0 2717027 30785.0 2717738 29966.0 2718450 28132.0 2719161 26751.0 2719873 26068.0 2720584 23791.0 2721295 26025.0 2722007 23897.0 2722718 24709.0 2723430 26166.0 2724141 27532.0 2724852 28569.0 2725564 27763.0 2726275 27272.0 2726986 24746.0 2727698 24337.0 2728409 23844.0 2729121 22394.0 2729832 22973.0 2730543 23475.0 2731255 24136.0 2731966 22849.0 2732678 22695.0 2733389 23492.0 2734100 24051.0 2734812 24856.0 2735523 24010.0 2736234 24567.0 2736946 24289.0 2737657 23501.0 2738369 22815.0 2739080 23387.0 2739791 23344.0 2740503 23928.0 2741214 25100.0 2741925 24209.0 2742637 23562.0 2743348 22658.0 2744060 23057.0 2744771 21471.0 2745482 20988.0 2746194 21217.0 2746905 20959.0 2747617 21229.0 2748328 21751.0 2749039 21299.0 2749751 21664.0 2750462 22439.0 2751173 21518.0 2751885 22579.0 2752596 23210.0 2753308 23125.0 2754019 23325.0 2754730 25253.0 2755442 28847.0 2756153 34621.0 2756865 36496.0 2757576 35097.0 2758287 31675.0 2758999 26985.0 2759710 24689.0 2760421 21976.0 2761133 21431.0 2761844 21799.0 2762556 21459.0 2763267 21796.0 2763978 22083.0 2764690 22149.0 2765401 21827.0 2766112 21320.0 2766824 21025.0 2767535 22067.0 2768247 22885.0 2768958 22709.0 2769669 22942.0 2770381 22348.0 2771092 22019.0 2771804 21692.0 2772515 21533.0 2773226 20753.0 2773938 20402.0 2774649 20464.0 2775360 20847.0 2776072 20995.0 2776783 21492.0 2777495 22398.0 2778206 22778.0 2778917 23612.0 2779629 24597.0 2780340 24742.0 2781052 25821.0 2781763 25942.0 2782474 28801.0 2783186 31263.0 2783897 34237.0 2784608 34613.0 2785320 36001.0 2786031 34444.0 2786743 32682.0 2787454 29315.0 2788165 28141.0 2788877 26863.0 2789588 25946.0 2790299 25726.0 2791011 24975.0 2791722 25870.0 2792434 25207.0 2793145 24301.0 2793856 22809.0 2794568 22750.0 2795279 24542.0 2795991 26390.0 2796702 27775.0 2797413 27157.0 2798125 26491.0 2798836 25736.0 2799547 25042.0 2800259 25087.0 2800970 26438.0 2801682 27783.0 2802393 26554.0 2803104 26198.0 2803816 24367.0 2804527 24225.0 2805239 24109.0 2805950 22928.0 2806661 23026.0 2807373 24254.0 2808084 23926.0 2808795 22654.0 2809507 23029.0 2810218 23626.0 2810930 21976.0 2811641 21965.0 2812352 21316.0 2813064 22422.0 2813775 23843.0 2814486 23877.0 2815198 25824.0 2815909 25732.0 2816621 24966.0 2817332 25071.0 2818043 24934.0 2818755 23445.0 2819466 24181.0 2820178 23724.0 2820889 23420.0 2821600 25281.0 2822312 27767.0 2823023 28349.0 2823734 27419.0 2824446 25197.0 2825157 24346.0 2825869 24218.0 2826580 23784.0 2827291 21609.0 2828003 19943.0 2828714 21110.0 2829426 21824.0 2830137 21041.0 2830848 21931.0 2831560 22613.0 2832271 22470.0 2832982 21357.0 2833694 21750.0 2834405 22691.0 2835117 24394.0 2835828 28662.0 2836539 31664.0 2837251 34511.0 2837962 34972.0 2838673 43934.0 2839385 81343.0 2840096 162025.0 2840808 285161.0 2841519 412371.0 2842230 469194.0 2842942 360677.0 2843653 193243.0 2844365 87734.0 2845076 49158.0 2845787 39154.0 2846499 38525.0 2847210 40247.0 2847921 40368.0 2848633 42100.0 2849344 42674.0 2850056 45917.0 2850767 48858.0 2851478 50064.0 2852190 52844.0 2852901 58299.0 2853613 60329.0 2854324 53342.0 2855035 43930.0 2855747 35263.0 2856458 29378.0 2857169 26677.0 2857881 26745.0 2858592 25082.0 2859304 23573.0 2860015 24085.0 2860726 25012.0 2861438 25532.0 2862149 32937.0 2862860 52922.0 2863572 85045.0 2864283 117252.0 2864995 122884.0 2865706 97215.0 2866417 63094.0 2867129 44443.0 2867840 36415.0 2868552 35684.0 2869263 38665.0 2869974 44185.0 2870686 47271.0 2871397 47807.0 2872108 46321.0 2872820 39916.0 2873531 35521.0 2874243 35118.0 2874954 35897.0 2875665 35418.0 2876377 35376.0 2877088 32194.0 2877800 29396.0 2878511 28395.0 2879222 26719.0 2879934 26072.0 2880645 26821.0 2881356 27524.0 2882068 26590.0 2882779 26430.0 2883491 27944.0 2884202 27205.0 2884913 26314.0 2885625 24689.0 2886336 25126.0 2887047 26042.0 2887759 29083.0 2888470 33236.0 2889182 34890.0 2889893 36322.0 2890604 41013.0 2891316 61071.0 2892027 109305.0 2892739 176281.0 2893450 239174.0 2894161 254939.0 2894873 201371.0 2895584 118352.0 2896295 70091.0 2897007 47464.0 2897718 38695.0 2898430 34273.0 2899141 33858.0 2899852 32329.0 2900564 31227.0 2901275 30630.0 2901986 29081.0 2902698 26972.0 2903409 26551.0 2904121 27924.0 2904832 30090.0 2905543 37745.0 2906255 49538.0 2906966 59520.0 2907678 63494.0 2908389 52887.0 2909100 43454.0 2909812 34747.0 2910523 31648.0 2911234 31997.0 2911946 30800.0 2912657 29541.0 2913369 26959.0 2914080 26534.0 2914791 26384.0 2915503 26751.0 2916214 25879.0 2916926 25254.0 2917637 23783.0 2918348 23738.0 2919060 24220.0 2919771 23406.0 2920482 24425.0 2921194 24106.0 2921905 24105.0 2922617 25373.0 2923328 31616.0 2924039 52454.0 2924751 103408.0 2925462 183929.0 2926173 264204.0 2926885 281424.0 2927596 221752.0 2928308 137592.0 2929019 82261.0 2929730 58060.0 2930442 48480.0 2931153 42804.0 2931865 38403.0 2932576 35339.0 2933287 32893.0 2933999 32340.0 2934710 32709.0 2935421 31687.0 2936133 30772.0 2936844 30273.0 2937556 28958.0 2938267 28953.0 2938978 27352.0 2939690 27416.0 2940401 27967.0 2941113 28726.0 2941824 28591.0 2942535 27878.0 2943247 26917.0 2943958 27225.0 2944669 27013.0 2945381 27215.0 2946092 26878.0 2946804 27432.0 2947515 30949.0 2948226 39200.0 2948938 63730.0 2949649 121701.0 2950360 197017.0 2951072 258527.0 2951783 265854.0 2952495 200779.0 2953206 124830.0 2953917 77432.0 2954629 56616.0 2955340 48606.0 2956052 41880.0 2956763 36684.0 2957474 33843.0 2958186 30806.0 2958897 29520.0 2959608 29012.0 2960320 28642.0 2961031 28552.0 2961743 29681.0 2962454 30540.0 2963165 31858.0 2963877 31263.0 2964588 31238.0 2965300 28580.0 2966011 26879.0 2966722 25303.0 2967434 25194.0 2968145 23792.0 2968856 24509.0 2969568 23798.0 2970279 24986.0 2970991 25271.0 2971702 25252.0 2972413 26048.0 2973125 28013.0 2973836 29263.0 2974547 29099.0 2975259 28055.0 2975970 28675.0 2976682 27170.0 2977393 25602.0 2978104 26223.0 2978816 25657.0 2979527 25115.0 2980239 24275.0 2980950 23802.0 2981661 24069.0 2982373 24701.0 2983084 24206.0 2983795 24569.0 2984507 24561.0 2985218 24751.0 2985930 24294.0 2986641 25750.0 2987352 25423.0 2988064 24790.0 2988775 23525.0 2989487 23797.0 2990198 23469.0 2990909 23850.0 2991621 22897.0 2992332 24041.0 2993043 25549.0 2993755 26362.0 2994466 29732.0 2995178 31939.0 2995889 33576.0 2996600 33096.0 2997312 31849.0 2998023 31559.0 2998734 32013.0 2999446 32498.0 3000157 32099.0 3000869 32035.0 3001580 31026.0 3002291 31470.0 3003003 30772.0 3003714 30181.0 3004426 29505.0 3005137 29228.0 3005848 26719.0 3006560 25548.0 3007271 24167.0 3007982 23937.0 3008694 24286.0 3009405 24476.0 3010117 23853.0 3010828 23421.0 3011539 22714.0 3012251 22732.0 3012962 23161.0 3013674 24814.0 3014385 26181.0 3015096 26085.0 3015808 25836.0 3016519 24973.0 3017230 24648.0 3017942 23616.0 3018653 22971.0 3019365 22433.0 3020076 23552.0 3020787 23164.0 3021499 24170.0 3022210 24969.0 3022921 25973.0 3023633 28123.0 3024344 30514.0 3025056 32018.0 3025767 31640.0 3026478 28760.0 3027190 27421.0 3027901 25814.0 3028613 25648.0 3029324 24115.0 3030035 23287.0 3030747 22879.0 3031458 23516.0 3032169 25577.0 3032881 29541.0 3033592 41586.0 3034304 68875.0 3035015 112723.0 3035726 152667.0 3036438 171180.0 3037149 154468.0 3037861 113668.0 3038572 78604.0 3039283 52983.0 3039995 39986.0 3040706 34467.0 3041417 30471.0 3042129 29073.0 3042840 28042.0 3043552 27373.0 3044263 27706.0 3044974 26804.0 3045686 28211.0 3046397 27653.0 3047108 28117.0 3047820 27524.0 3048531 25575.0 3049243 24849.0 3049954 24161.0 3050665 23611.0 3051377 25491.0 3052088 26803.0 3052800 28276.0 3053511 29146.0 3054222 28792.0 3054934 28784.0 3055645 28073.0 3056356 27210.0 3057068 25828.0 3057779 26332.0 3058491 27239.0 3059202 29082.0 3059913 35895.0 3060625 42181.0 3061336 49840.0 3062048 52701.0 3062759 50116.0 3063470 49612.0 3064182 44699.0 3064893 42078.0 3065604 38218.0 3066316 35221.0 3067027 33250.0 3067739 30835.0 3068450 30475.0 3069161 28897.0 3069873 27935.0 3070584 27540.0 3071295 29147.0 3072007 30461.0 3072718 34039.0 3073430 42363.0 3074141 52945.0 3074852 55739.0 3075564 53946.0 3076275 46576.0 3076987 40024.0 3077698 34771.0 3078409 33058.0 3079121 32449.0 3079832 33400.0 3080543 33119.0 3081255 36265.0 3081966 46280.0 3082678 69546.0 3083389 112109.0 3084100 149069.0 3084812 162100.0 3085523 129787.0 3086235 86770.0 3086946 54830.0 3087657 38908.0 3088369 33590.0 3089080 30284.0 3089791 29109.0 3090503 28226.0 3091214 28871.0 3091926 29234.0 3092637 29526.0 3093348 29320.0 3094060 28040.0 3094771 27838.0 3095482 27800.0 3096194 27188.0 3096905 26996.0 3097617 25343.0 3098328 25246.0 3099039 26061.0 3099751 25228.0 3100462 24155.0 3101174 25188.0 3101885 24684.0 3102596 25675.0 3103308 26466.0 3104019 28247.0 3104730 28212.0 3105442 25855.0 3106153 24873.0 3106865 24778.0 3107576 24917.0 3108287 27000.0 3108999 29063.0 3109710 32628.0 3110421 34076.0 3111133 33721.0 3111844 32866.0 3112556 30545.0 3113267 28484.0 3113978 26324.0 3114690 26058.0 3115401 26733.0 3116113 26522.0 3116824 28875.0 3117535 27895.0 3118247 27328.0 3118958 25917.0 3119669 25514.0 3120381 25303.0 3121092 25116.0 3121804 25805.0 3122515 25945.0 3123226 27238.0 3123938 28760.0 3124649 31329.0 3125361 34352.0 3126072 34926.0 3126783 34980.0 3127495 33505.0 3128206 33608.0 3128917 32548.0 3129629 32331.0 3130340 31091.0 3131052 30652.0 3131763 29120.0 3132474 28554.0 3133186 27157.0 3133897 26082.0 3134608 27931.0 3135320 28676.0 3136031 33160.0 3136743 35073.0 3137454 40784.0 3138165 47407.0 3138877 51179.0 3139588 54279.0 3140300 54923.0 3141011 50459.0 3141722 48483.0 3142434 45294.0 3143145 43411.0 3143856 40483.0 3144568 37770.0 3145279 33805.0 3145991 31840.0 3146702 29968.0 3147413 28555.0 3148125 27763.0 3148836 27179.0 3149548 27615.0 3150259 27681.0 3150970 26170.0 3151682 27613.0 3152393 27993.0 3153104 27239.0 3153816 26623.0 3154527 26501.0 3155239 27305.0 3155950 28059.0 3156661 27241.0 3157373 27814.0 3158084 28443.0 3158795 27180.0 3159507 26145.0 3160218 25869.0 3160930 25473.0 3161641 25538.0 3162352 25301.0 3163064 24613.0 3163775 24272.0 3164487 23173.0 3165198 24095.0 3165909 22804.0 3166621 24283.0 3167332 24096.0 3168043 25496.0 3168755 25391.0 3169466 25727.0 3170178 26935.0 3170889 28153.0 3171600 28695.0 3172312 28634.0 3173023 28671.0 3173735 29255.0 3174446 37062.0 3175157 60932.0 3175869 126281.0 3176580 242541.0 3177291 383371.0 3178003 507426.0 3178714 469099.0 3179426 300043.0 3180137 140682.0 3180848 67133.0 3181560 44014.0 3182271 36685.0 3182982 33345.0 3183694 30718.0 3184405 29138.0 3185117 28859.0 3185828 29078.0 3186539 29775.0 3187251 29389.0 3187962 29597.0 3188674 31391.0 3189385 32769.0 3190096 33843.0 3190808 32454.0 3191519 30981.0 3192230 28753.0 3192942 27659.0 3193653 26733.0 3194365 27759.0 3195076 28272.0 3195787 27912.0 3196499 26842.0 3197210 26551.0 3197922 25986.0 3198633 24674.0 3199344 25445.0 3200056 26832.0 3200767 34697.0 3201478 56445.0 3202190 94316.0 3202901 143810.0 3203613 183009.0 3204324 181959.0 3205035 136308.0 3205747 88357.0 3206458 60791.0 3207169 45135.0 3207881 36186.0 3208592 32616.0 3209304 30515.0 3210015 29657.0 3210726 28780.0 3211438 28647.0 3212149 34314.0 3212861 42865.0 3213572 60781.0 3214283 81299.0 3214995 88753.0 3215706 77456.0 3216417 59739.0 3217129 47102.0 3217840 37668.0 3218552 32308.0 3219263 29097.0 3219974 28818.0 3220686 28963.0 3221397 28421.0 3222109 26509.0 3222820 26373.0 3223531 25554.0 3224243 26736.0 3224954 26409.0 3225665 27526.0 3226377 29484.0 3227088 30148.0 3227800 31454.0 3228511 31861.0 3229222 30360.0 3229934 30909.0 3230645 29356.0 3231356 28930.0 3232068 29025.0 3232779 29083.0 3233491 29262.0 3234202 29823.0 3234913 30354.0 3235625 29656.0 3236336 28715.0 3237048 27658.0 3237759 27613.0 3238470 28028.0 3239182 31371.0 3239893 36017.0 3240604 39420.0 3241316 44095.0 3242027 43354.0 3242739 39065.0 3243450 34551.0 3244161 30251.0 3244873 28532.0 3245584 26521.0 3246296 26152.0 3247007 26079.0 3247718 26967.0 3248430 26880.0 3249141 26066.0 3249852 27769.0 3250564 29425.0 3251275 27816.0 3251987 27313.0 3252698 26692.0 3253409 25248.0 3254121 23781.0 3254832 24553.0 3255543 24640.0 3256255 23596.0 3256966 24189.0 3257678 25153.0 3258389 25167.0 3259100 24454.0 3259812 24918.0 3260523 24475.0 3261235 24472.0 3261946 23687.0 3262657 22948.0 3263369 23300.0 3264080 23928.0 3264791 24988.0 3265503 25392.0 3266214 26639.0 3266926 27806.0 3267637 28330.0 3268348 28568.0 3269060 27837.0 3269771 26629.0 3270483 25418.0 3271194 24996.0 3271905 23791.0 3272617 24038.0 3273328 25206.0 3274039 28363.0 3274751 29801.0 3275462 33607.0 3276174 38786.0 3276885 40445.0 3277596 38165.0 3278308 32923.0 3279019 30602.0 3279730 28857.0 3280442 28622.0 3281153 28191.0 3281865 27874.0 3282576 27625.0 3283287 26938.0 3283999 26549.0 3284710 26681.0 3285422 25563.0 3286133 27306.0 3286844 28322.0 3287556 28853.0 3288267 29073.0 3288978 27523.0 3289690 26428.0 3290401 25595.0 3291113 25836.0 3291824 26635.0 3292535 27326.0 3293247 26600.0 3293958 27033.0 3294670 26128.0 3295381 24692.0 3296092 24381.0 3296804 24826.0 3297515 24534.0 3298226 24831.0 3298938 24861.0 3299649 26242.0 3300361 25599.0 3301072 24995.0 3301783 24360.0 3302495 24943.0 3303206 24420.0 3303917 24986.0 3304629 25689.0 3305340 28600.0 3306052 35058.0 3306763 41153.0 3307474 45473.0 3308186 43227.0 3308897 40341.0 3309609 38603.0 3310320 44053.0 3311031 52276.0 3311743 60717.0 3312454 61411.0 3313165 50335.0 3313877 40362.0 3314588 33592.0 3315300 30716.0 3316011 27931.0 3316722 26411.0 3317434 25348.0 3318145 25765.0 3318856 25794.0 3319568 24600.0 3320279 25084.0 3320991 24907.0 3321702 25983.0 3322413 25656.0 3323125 26437.0 3323836 28852.0 3324548 32104.0 3325259 34046.0 3325970 33976.0 3326682 31784.0 3327393 29054.0 3328104 28159.0 3328816 31087.0 3329527 36445.0 3330239 45757.0 3330950 60033.0 3331661 64382.0 3332373 56661.0 3333084 45456.0 3333796 35126.0 3334507 29861.0 3335218 30191.0 3335930 28063.0 3336641 26321.0 3337352 25828.0 3338064 25092.0 3338775 23985.0 3339487 24067.0 3340198 24261.0 3340909 23530.0 3341621 24204.0 3342332 24008.0 3343043 25131.0 3343755 23856.0 3344466 24655.0 3345178 24450.0 3345889 23741.0 3346600 23558.0 3347312 23963.0 3348023 22797.0 3348735 23466.0 3349446 22931.0 3350157 22375.0 3350869 21954.0 3351580 22480.0 3352291 22289.0 3353003 23782.0 3353714 23302.0 3354426 22948.0 3355137 24529.0 3355848 24151.0 3356560 25278.0 3357271 25258.0 3357983 24880.0 3358694 25650.0 3359405 23213.0 3360117 23077.0 3360828 22398.0 3361539 21370.0 3362251 21859.0 3362962 22098.0 3363674 23053.0 3364385 22035.0 3365096 22015.0 3365808 22235.0 3366519 22402.0 3367230 23706.0 3367942 23670.0 3368653 24235.0 3369365 23106.0 3370076 22983.0 3370787 23719.0 3371499 24789.0 3372210 24160.0 3372922 24540.0 3373633 25117.0 3374344 25169.0 3375056 25209.0 3375767 24917.0 3376478 24309.0 3377190 22220.0 3377901 23298.0 3378613 23276.0 3379324 22158.0 3380035 21482.0 3380747 21897.0 3381458 22864.0 3382170 22722.0 3382881 24041.0 3383592 23616.0 3384304 24847.0 3385015 25047.0 3385726 27542.0 3386438 27991.0 3387149 27898.0 3387861 28595.0 3388572 27700.0 3389283 28792.0 3389995 29958.0 3390706 28832.0 3391417 28003.0 3392129 26632.0 3392840 25080.0 3393552 26054.0 3394263 28614.0 3394974 30596.0 3395686 31402.0 3396397 31379.0 3397109 31543.0 3397820 32085.0 3398531 32011.0 3399243 29005.0 3399954 27882.0 3400665 25771.0 3401377 26034.0 3402088 25144.0 3402800 25712.0 3403511 25799.0 3404222 25890.0 3404934 27116.0 3405645 29090.0 3406357 28930.0 3407068 27775.0 3407779 27125.0 3408491 26220.0 3409202 27078.0 3409913 25712.0 3410625 26938.0 3411336 30103.0 3412048 39487.0 3412759 57981.0 3413470 83111.0 3414182 98305.0 3414893 95381.0 3415604 73608.0 3416316 50644.0 3417027 37417.0 3417739 31045.0 3418450 29408.0 3419161 28859.0 3419873 28623.0 3420584 27900.0 3421296 28179.0 3422007 27608.0 3422718 27565.0 3423430 27150.0 3424141 26014.0 3424852 26002.0 3425564 25563.0 3426275 26247.0 3426987 27407.0 3427698 27587.0 3428409 29134.0 3429121 29531.0 3429832 30636.0 3430544 32643.0 3431255 40499.0 3431966 57082.0 3432678 83784.0 3433389 106099.0 3434100 123460.0 3434812 132057.0 3435523 145600.0 3436235 167331.0 3436946 191913.0 3437657 201259.0 3438369 155826.0 3439080 100863.0 3439791 69627.0 3440503 59850.0 3441214 50253.0 3441926 44406.0 3442637 38122.0 3443348 36474.0 3444060 35288.0 3444771 32648.0 3445483 32950.0 3446194 31171.0 3446905 29999.0 3447617 30273.0 3448328 29686.0 3449039 30468.0 3449751 30706.0 3450462 29050.0 3451174 30933.0 3451885 30788.0 3452596 30271.0 3453308 30781.0 3454019 29245.0 3454731 29761.0 3455442 29696.0 3456153 30230.0 3456865 29249.0 3457576 30259.0 3458287 30928.0 3458999 30452.0 3459710 29939.0 3460422 28964.0 3461133 29858.0 3461844 30138.0 3462556 31704.0 3463267 31613.0 3463978 31463.0 3464690 31564.0 3465401 30615.0 3466113 31606.0 3466824 30075.0 3467535 32729.0 3468247 44962.0 3468958 75216.0 3469670 128519.0 3470381 184813.0 3471092 215035.0 3471804 179904.0 3472515 119408.0 3473226 70559.0 3473938 45912.0 3474649 37084.0 3475361 33674.0 3476072 32134.0 3476783 30922.0 3477495 30115.0 3478206 30453.0 3478918 29780.0 3479629 30123.0 3480340 28300.0 3481052 28599.0 3481763 28611.0 3482474 31727.0 3483186 32586.0 3483897 36473.0 3484609 38720.0 3485320 37741.0 3486031 34508.0 3486743 32894.0 3487454 30571.0 3488165 29951.0 3488877 28846.0 3489588 28385.0 3490300 27223.0 3491011 26610.0 3491722 26174.0 3492434 25573.0 3493145 26311.0 3493857 26485.0 3494568 26355.0 3495279 25421.0 3495991 25520.0 3496702 24602.0 3497413 24248.0 3498125 25456.0 3498836 25065.0 3499548 25533.0 3500259 25120.0 3500970 27064.0 3501682 27124.0 3502393 27828.0 3503105 27093.0 3503816 26945.0 3504527 25992.0 3505239 25872.0 3505950 24628.0 3506661 25107.0 3507373 25351.0 3508084 25248.0 3508796 25354.0 3509507 27604.0 3510218 28036.0 3510930 29758.0 3511641 29107.0 3512352 29707.0 3513064 30308.0 3513775 29234.0 3514487 29150.0 3515198 28930.0 3515909 27832.0 3516621 28866.0 3517332 27647.0 3518044 27089.0 3518755 26789.0 3519466 26763.0 3520178 28236.0 3520889 28235.0 3521600 28852.0 3522312 29458.0 3523023 28133.0 3523735 29118.0 3524446 28568.0 3525157 27912.0 3525869 26630.0 3526580 26759.0 3527291 27836.0 3528003 32542.0 3528714 45923.0 3529426 70952.0 3530137 106324.0 3530848 125116.0 3531560 113825.0 3532271 86676.0 3532983 60389.0 3533694 44894.0 3534405 37509.0 3535117 34752.0 3535828 33743.0 3536539 32673.0 3537251 29300.0 3537962 28649.0 3538674 28158.0 3539385 26852.0 3540096 25719.0 3540808 26135.0 3541519 27302.0 3542231 29349.0 3542942 36876.0 3543653 50610.0 3544365 72649.0 3545076 96551.0 3545787 103161.0 3546499 89606.0 3547210 72647.0 3547922 55712.0 3548633 46442.0 3549344 41238.0 3550056 38280.0 3550767 36215.0 3551478 33459.0 3552190 32612.0 3552901 31668.0 3553613 31983.0 3554324 31540.0 3555035 31873.0 3555747 32024.0 3556458 32703.0 3557170 31760.0 3557881 33087.0 3558592 34941.0 3559304 37057.0 3560015 39990.0 3560726 39298.0 3561438 38616.0 3562149 34206.0 3562861 29983.0 3563572 28213.0 3564283 27836.0 3564995 27746.0 3565706 28604.0 3566418 27481.0 3567129 28278.0 3567840 27771.0 3568552 27843.0 3569263 26234.0 3569974 27099.0 3570686 26246.0 3571397 26033.0 3572109 26812.0 3572820 26125.0 3573531 26617.0 3574243 26121.0 3574954 26624.0 3575665 27366.0 3576377 26546.0 3577088 27131.0 3577800 27254.0 3578511 27013.0 3579222 25671.0 3579934 25652.0 3580645 24778.0 3581357 25249.0 3582068 24892.0 3582779 24617.0 3583491 25517.0 3584202 25119.0 3584913 24865.0 3585625 24883.0 3586336 25022.0 3587048 25596.0 3587759 26237.0 3588470 26273.0 3589182 25897.0 3589893 26277.0 3590605 26794.0 3591316 27424.0 3592027 27400.0 3592739 28855.0 3593450 27843.0 3594161 27643.0 3594873 26936.0 3595584 25673.0 3596296 25073.0 3597007 24369.0 3597718 25225.0 3598430 25004.0 3599141 24526.0 3599852 24571.0 3600564 24610.0 3601275 24168.0 3601987 24756.0 3602698 23441.0 3603409 23544.0 3604121 24149.0 3604832 23759.0 3605544 23701.0 3606255 23891.0 3606966 24606.0 3607678 24404.0 3608389 23540.0 3609100 23280.0 3609812 23516.0 3610523 23862.0 3611235 25334.0 3611946 24492.0 3612657 23727.0 3613369 23516.0 3614080 24346.0 3614792 24407.0 3615503 24152.0 3616214 25559.0 3616926 25060.0 3617637 25285.0 3618348 25511.0 3619060 24502.0 3619771 24979.0 3620483 25187.0 3621194 24354.0 3621905 23928.0 3622617 26484.0 3623328 30242.0 3624039 36275.0 3624751 47404.0 3625462 56850.0 3626174 58358.0 3626885 51981.0 3627596 43253.0 3628308 35236.0 3629019 30419.0 3629731 28983.0 3630442 27759.0 3631153 28526.0 3631865 27578.0 3632576 27950.0 3633287 27566.0 3633999 26183.0 3634710 24167.0 3635422 25322.0 3636133 24917.0 3636844 26948.0 3637556 25863.0 3638267 25912.0 3638979 24788.0 3639690 25528.0 3640401 25036.0 3641113 25321.0 3641824 25949.0 3642535 25296.0 3643247 24735.0 3643958 24512.0 3644670 23048.0 3645381 23707.0 3646092 23840.0 3646804 23796.0 3647515 24156.0 3648226 25238.0 3648938 24957.0 3649649 25622.0 3650361 27070.0 3651072 28705.0 3651783 32123.0 3652495 36347.0 3653206 39082.0 3653918 41863.0 3654629 40821.0 3655340 39692.0 3656052 37678.0 3656763 38205.0 3657474 39471.0 3658186 37381.0 3658897 34659.0 3659609 32803.0 3660320 30958.0 3661031 30529.0 3661743 30876.0 3662454 33209.0 3663166 35516.0 3663877 35422.0 3664588 34287.0 3665300 31481.0 3666011 29245.0 3666722 28706.0 3667434 27601.0 3668145 28917.0 3668857 31291.0 3669568 35610.0 3670279 45852.0 3670991 62506.0 3671702 80158.0 3672413 85594.0 3673125 78242.0 3673836 59390.0 3674548 46720.0 3675259 37454.0 3675970 34921.0 3676682 32680.0 3677393 32205.0 3678105 29767.0 3678816 30023.0 3679527 28542.0 3680239 28057.0 3680950 27821.0 3681661 26740.0 3682373 27362.0 3683084 27892.0 3683796 27609.0 3684507 27516.0 3685218 27946.0 3685930 28338.0 3686641 28682.0 3687353 28980.0 3688064 29319.0 3688775 29682.0 3689487 30116.0 3690198 30168.0 3690909 29818.0 3691621 29708.0 3692332 28064.0 3693044 26807.0 3693755 27781.0 3694466 26766.0 3695178 25894.0 3695889 25550.0 3696600 26619.0 3697312 26975.0 3698023 26348.0 3698735 25779.0 3699446 26081.0 3700157 26087.0 3700869 25793.0 3701580 26030.0 3702292 26154.0 3703003 27048.0 3703714 27084.0 3704426 26634.0 3705137 27299.0 3705848 26342.0 3706560 25818.0 3707271 26112.0 3707983 25677.0 3708694 26241.0 3709405 24685.0 3710117 25277.0 3710828 24937.0 3711540 24371.0 3712251 24958.0 3712962 25526.0 3713674 25164.0 3714385 25295.0 3715096 25083.0 3715808 24323.0 3716519 25251.0 3717231 25792.0 3717942 26705.0 3718653 26328.0 3719365 29279.0 3720076 32224.0 3720787 44027.0 3721499 66662.0 3722210 106218.0 3722922 171567.0 3723633 261333.0 3724344 377360.0 3725056 492704.0 3725767 580844.0 3726479 540431.0 3727190 336936.0 3727901 180325.0 3728613 122351.0 3729324 98851.0 3730035 84989.0 3730747 76854.0 3731458 71974.0 3732170 67313.0 3732881 60621.0 3733592 58110.0 3734304 54970.0 3735015 50876.0 3735726 50199.0 3736438 47264.0 3737149 47695.0 3737861 45770.0 3738572 44338.0 3739283 43318.0 3739995 42821.0 3740706 41178.0 3741418 41445.0 3742129 41786.0 3742840 42266.0 3743552 43422.0 3744263 42859.0 3744974 43535.0 3745686 44658.0 3746397 44478.0 3747109 44832.0 3747820 45316.0 3748531 44817.0 3749243 44744.0 3749954 44708.0 3750666 45707.0 3751377 46929.0 3752088 47079.0 3752800 48512.0 3753511 49563.0 3754222 52719.0 3754934 53809.0 3755645 56516.0 3756357 57521.0 3757068 60004.0 3757779 61984.0 3758491 64986.0 3759202 73340.0 3759913 86333.0 3760625 110838.0 3761336 143832.0 3762048 169499.0 3762759 184816.0 3763470 197831.0 3764182 214786.0 3764893 247838.0 3765605 275562.0 3766316 258375.0 3767027 190231.0 3767739 112994.0 3768450 72232.0 3769161 56875.0 3769873 48186.0 3770584 44377.0 3771296 41403.0 3772007 40885.0 3772718 37833.0 3773430 37656.0 3774141 37569.0 3774853 37782.0 3775564 36302.0 3776275 34852.0 3776987 33908.0 3777698 33567.0 3778409 33061.0 3779121 32762.0 3779832 34110.0 3780544 33260.0 3781255 33819.0 3781966 35121.0 3782678 34423.0 3783389 34406.0 3784100 34757.0 3784812 32800.0 3785523 32286.0 3786235 31617.0 3786946 31041.0 3787657 30747.0 3788369 29433.0 3789080 29228.0 3789792 30190.0 3790503 29020.0 3791214 31022.0 3791926 28966.0 3792637 28637.0 3793348 28880.0 3794060 29933.0 3794771 30322.0 3795483 28063.0 3796194 30128.0 3796905 30607.0 3797617 30788.0 3798328 31430.0 3799040 31063.0 3799751 30890.0 3800462 29991.0 3801174 30116.0 3801885 30156.0 3802596 30463.0 3803308 30260.0 3804019 29762.0 3804731 29281.0 3805442 27612.0 3806153 26953.0 3806865 27335.0 3807576 27149.0 3808287 25975.0 3808999 27136.0 3809710 26879.0 3810422 27491.0 3811133 26886.0 3811844 26170.0 3812556 26051.0 3813267 25071.0 3813979 25153.0 3814690 24661.0 3815401 26463.0 3816113 25339.0 3816824 25500.0 3817535 26011.0 3818247 25235.0 3818958 25842.0 3819670 26288.0 3820381 25324.0 3821092 26341.0 3821804 26263.0 3822515 25504.0 3823227 26005.0 3823938 26668.0 3824649 25923.0 3825361 26472.0 3826072 28883.0 3826783 32480.0 3827495 34149.0 3828206 35612.0 3828918 33945.0 3829629 32060.0 3830340 28753.0 3831052 27442.0 3831763 27318.0 3832474 27475.0 3833186 27181.0 3833897 27394.0 3834609 28546.0 3835320 27283.0 3836031 27643.0 3836743 26986.0 3837454 26870.0 3838166 29266.0 3838877 30203.0 3839588 30156.0 3840300 30727.0 3841011 30066.0 3841722 29190.0 3842434 28258.0 3843145 27625.0 3843857 27454.0 3844568 27484.0 3845279 28381.0 3845991 27821.0 3846702 27587.0 3847414 27080.0 3848125 26230.0 3848836 27540.0 3849548 28122.0 3850259 29186.0 3850970 29520.0 3851682 29993.0 3852393 30072.0 3853105 29186.0 3853816 28232.0 3854527 26234.0 3855239 26476.0 3855950 26492.0 3856661 27009.0 3857373 27718.0 3858084 27857.0 3858796 27629.0 3859507 27335.0 3860218 26814.0 3860930 27007.0 3861641 26391.0 3862353 25995.0 3863064 24482.0 3863775 25651.0 3864487 26693.0 3865198 28111.0 3865909 29486.0 3866621 32648.0 3867332 34384.0 3868044 33525.0 3868755 30251.0 3869466 28973.0 3870178 27708.0 3870889 26103.0 3871601 26192.0 3872312 25708.0 3873023 25218.0 3873735 25318.0 3874446 25447.0 3875157 26324.0 3875869 26276.0 3876580 26908.0 3877292 26213.0 3878003 25836.0 3878714 26589.0 3879426 25508.0 3880137 24900.0 3880848 24677.0 3881560 23821.0 3882271 25001.0 3882983 24652.0 3883694 24687.0 3884405 26120.0 3885117 24866.0 3885828 24519.0 3886540 24735.0 3887251 24488.0 3887962 24333.0 3888674 24447.0 3889385 24394.0 3890096 24523.0 3890808 24875.0 3891519 25182.0 3892231 25612.0 3892942 26348.0 3893653 26343.0 3894365 26290.0 3895076 26616.0 3895788 26720.0 3896499 25968.0 3897210 26394.0 3897922 25678.0 3898633 25998.0 3899344 26727.0 3900056 27459.0 3900767 26035.0 3901479 26485.0 3902190 25070.0 3902901 24674.0 3903613 24974.0 3904324 23920.0 3905035 23955.0 3905747 24260.0 3906458 25832.0 3907170 24733.0 3907881 24023.0 3908592 23611.0 3909304 23967.0 3910015 23409.0 3910727 23865.0 3911438 24150.0 3912149 24218.0 3912861 23521.0 3913572 24223.0 3914283 24277.0 3914995 24026.0 3915706 24561.0 3916418 23941.0 3917129 25562.0 3917840 25427.0 3918552 26035.0 3919263 26233.0 3919975 26568.0 3920686 26404.0 3921397 24648.0 3922109 24686.0 3922820 24768.0 3923531 24697.0 3924243 23118.0 3924954 24296.0 3925666 25341.0 3926377 24101.0 3927088 25137.0 3927800 24443.0 3928511 24122.0 3929222 24857.0 3929934 24161.0 3930645 24113.0 3931357 23428.0 3932068 22474.0 3932779 22835.0 3933491 22683.0 3934202 23722.0 3934914 24007.0 3935625 25298.0 3936336 24942.0 3937048 24326.0 3937759 23491.0 3938470 24194.0 3939182 24041.0 3939893 23114.0 3940605 23858.0 3941316 23758.0 3942027 24263.0 3942739 24767.0 3943450 24264.0 3944161 24358.0 3944873 24591.0 3945584 26147.0 3946296 27409.0 3947007 29008.0 3947718 29513.0 3948430 29861.0 3949141 28051.0 3949853 27497.0 3950564 27482.0 3951275 26017.0 3951987 25410.0 3952698 25278.0 3953409 25481.0 3954121 24674.0 3954832 24624.0 3955544 25688.0 3956255 25605.0 3956966 26118.0 3957678 25355.0 3958389 25300.0 3959101 25308.0 3959812 24030.0 3960523 25622.0 3961235 25857.0 3961946 27339.0 3962657 28317.0 3963369 29487.0 3964080 31354.0 3964792 32117.0 3965503 33085.0 3966214 32860.0 3966926 33928.0 3967637 35569.0 3968348 35592.0 3969060 36092.0 3969771 35502.0 3970483 33738.0 3971194 32741.0 3971905 30660.0 3972617 30202.0 3973328 28977.0 3974040 27973.0 3974751 26941.0 3975462 26647.0 3976174 25722.0 3976885 24990.0 3977596 24851.0 3978308 25150.0 3979019 25363.0 3979731 26039.0 3980442 25076.0 3981153 26141.0 3981865 25689.0 3982576 25584.0 3983288 24433.0 3983999 24077.0 3984710 24157.0 3985422 24890.0 3986133 24320.0 3986844 23989.0 3987556 24259.0 3988267 24646.0 3988979 25434.0 3989690 25988.0 3990401 25759.0 3991113 25546.0 3991824 25560.0 3992535 24836.0 3993247 23413.0 3993958 23805.0 3994670 23782.0 3995381 24338.0 3996092 23903.0 3996804 23964.0 3997515 23877.0 3998227 25026.0 3998938 24988.0 3999649 26566.0 4000361 25755.0 4001072 25622.0 4001783 25136.0 4002495 24044.0 4003206 23761.0 4003918 23699.0 4004629 24579.0 4005340 24465.0 4006052 25352.0 4006763 25266.0 4007475 25075.0 4008186 25159.0 4008897 25117.0 4009609 23843.0 4010320 23874.0 4011031 23553.0 4011743 23213.0 4012454 23483.0 4013166 23762.0 4013877 23771.0 4014588 24496.0 4015300 25082.0 4016011 27083.0 4016722 27922.0 4017434 26888.0 4018145 27405.0 4018857 27039.0 4019568 25888.0 4020279 25820.0 4020991 25181.0 4021702 24610.0 4022414 25021.0 4023125 24528.0 4023836 23179.0 4024548 23316.0 4025259 23274.0 4025970 23108.0 4026682 24570.0 4027393 24100.0 4028105 23733.0 4028816 24079.0 4029527 23716.0 4030239 23522.0 4030950 24152.0 4031662 24110.0 4032373 23612.0 4033084 24582.0 4033796 23691.0 4034507 23483.0 4035218 24275.0 4035930 23668.0 4036641 23563.0 4037353 24429.0 4038064 24612.0 4038775 24290.0 4039487 23763.0 4040198 23500.0 4040909 22983.0 4041621 23307.0 4042332 23584.0 4043044 24208.0 4043755 24077.0 4044466 24708.0 4045178 23254.0 4045889 24710.0 4046601 24255.0 4047312 25152.0 4048023 24645.0 4048735 23930.0 4049446 23449.0 4050157 23138.0 4050869 23455.0 4051580 23300.0 4052292 24069.0 4053003 24022.0 4053714 23355.0 4054426 24082.0 4055137 23727.0 4055849 24149.0 4056560 23434.0 4057271 23384.0 4057983 24453.0 4058694 24346.0 4059405 25030.0 4060117 24607.0 4060828 24619.0 4061540 25083.0 4062251 26525.0 4062962 29506.0 4063674 33441.0 4064385 37151.0 4065096 40978.0 4065808 37588.0 4066519 35517.0 4067231 32872.0 4067942 30888.0 4068653 30396.0 4069365 29181.0 4070076 28062.0 4070788 27521.0 4071499 27563.0 4072210 25820.0 4072922 25140.0 4073633 25381.0 4074344 24722.0 4075056 23681.0 4075767 25168.0 4076479 24114.0 4077190 25505.0 4077901 24364.0 4078613 24518.0 4079324 25688.0 4080036 24920.0 4080747 23323.0 4081458 23745.0 4082170 24707.0 4082881 25587.0 4083592 26003.0 4084304 26202.0 4085015 28042.0 4085727 28870.0 4086438 30310.0 4087149 28559.0 4087861 28563.0 4088572 28070.0 4089283 26595.0 4089995 26003.0 4090706 24630.0 4091418 24681.0 4092129 25861.0 4092840 25791.0 4093552 26310.0 4094263 27348.0 4094975 26724.0 4095686 26086.0 4096397 24970.0 4097109 24938.0 4097820 24379.0 4098531 25477.0 4099243 24384.0 4099954 23787.0 4100666 23264.0 4101377 23791.0 4102088 23619.0 4102800 23684.0 4103511 23763.0 4104223 23246.0 4104934 23438.0 4105645 22921.0 4106357 24256.0 4107068 24132.0 4107779 23179.0 4108491 23314.0 4109202 23615.0 4109914 24257.0 4110625 23388.0 4111336 24045.0 4112048 22975.0 4112759 23703.0 4113470 23387.0 4114182 22867.0 4114893 24285.0 4115605 23711.0 4116316 23826.0 4117027 23810.0 4117739 22599.0 4118450 23866.0 4119162 24092.0 4119873 24111.0 4120584 25397.0 4121296 26923.0 4122007 27610.0 4122718 27817.0 4123430 26673.0 4124141 25787.0 4124853 25263.0 4125564 24158.0 4126275 23906.0 4126987 24414.0 4127698 23602.0 4128410 23939.0 4129121 23497.0 4129832 23429.0 4130544 22937.0 4131255 23427.0 4131966 25082.0 4132678 24751.0 4133389 24740.0 4134101 25348.0 4134812 24048.0 4135523 23946.0 4136235 23679.0 4136946 23096.0 4137657 22760.0 4138369 22713.0 4139080 23398.0 4139792 23273.0 4140503 22882.0 4141214 22797.0 4141926 23141.0 4142637 23495.0 4143349 22598.0 4144060 23398.0 4144771 23041.0 4145483 23017.0 4146194 23847.0 4146905 23597.0 4147617 23954.0 4148328 23348.0 4149040 23833.0 4149751 23680.0 4150462 24096.0 4151174 24515.0 4151885 23579.0 4152596 23272.0 4153308 23034.0 4154019 23425.0 4154731 24135.0 4155442 24938.0 4156153 25852.0 4156865 28902.0 4157576 29645.0 4158288 31365.0 4158999 29632.0 4159710 28742.0 4160422 27012.0 4161133 25536.0 4161844 25477.0 4162556 24291.0 4163267 24370.0 4163979 24939.0 4164690 24133.0 4165401 23756.0 4166113 24007.0 4166824 23783.0 4167536 23438.0 4168247 24060.0 4168958 26809.0 4169670 26395.0 4170381 27187.0 4171092 28265.0 4171804 26840.0 4172515 25903.0 4173227 25164.0 4173938 24549.0 4174649 23794.0 4175361 24267.0 4176072 24936.0 4176783 25186.0 4177495 25979.0 4178206 25788.0 4178918 24230.0 4179629 24699.0 4180340 24131.0 4181052 26246.0 4181763 26194.0 4182475 26334.0 4183186 25221.0 4183897 25783.0 4184609 26470.0 4185320 26197.0 4186031 26216.0 4186743 26190.0 4187454 25942.0 4188166 25482.0 4188877 25683.0 4189588 25258.0 4190300 25900.0 4191011 25699.0 4191723 25142.0 4192434 24242.0 4193145 23654.0 4193857 24369.0 4194568 24132.0 4195279 23629.0 4195991 23734.0 4196702 23628.0 4197414 24363.0 4198125 24512.0 4198836 24308.0 4199548 23925.0 4200259 23641.0 4200970 25051.0 4201682 25171.0 4202393 25313.0 4203105 27075.0 4203816 27030.0 4204527 26949.0 4205239 27058.0 4205950 25757.0 4206662 24530.0 4207373 25154.0 4208084 23754.0 4208796 23502.0 4209507 23579.0 4210218 22469.0 4210930 22560.0 4211641 22673.0 4212353 22366.0 4213064 23159.0 4213775 23447.0 4214487 24543.0 4215198 24650.0 4215910 23360.0 4216621 23371.0 4217332 23308.0 4218044 22825.0 4218755 22989.0 4219466 23952.0 4220178 23775.0 4220889 25036.0 4221601 24283.0 4222312 24901.0 4223023 24659.0 4223735 24315.0 4224446 24354.0 4225157 23527.0 4225869 24245.0 4226580 23418.0 4227292 24258.0 4228003 24195.0 4228714 24383.0 4229426 24089.0 4230137 23030.0 4230849 23325.0 4231560 24346.0 4232271 23849.0 4232983 25287.0 4233694 23975.0 4234405 24313.0 4235117 23972.0 4235828 23719.0 4236540 23572.0 4237251 24172.0 4237962 25370.0 4238674 23787.0 4239385 24265.0 4240097 24266.0 4240808 24223.0 4241519 25048.0 4242231 24929.0 4242942 29353.0 4243653 36051.0 4244365 50197.0 4245076 66136.0 4245788 81566.0 4246499 87681.0 4247210 82696.0 4247922 70349.0 4248633 59305.0 4249344 54059.0 4250056 47275.0 4250767 46434.0 4251479 43574.0 4252190 42495.0 4252901 41194.0 4253613 39656.0 4254324 38678.0 4255036 39414.0 4255747 38640.0 4256458 39180.0 4257170 41436.0 4257881 42871.0 4258592 43824.0 4259304 46099.0 4260015 49328.0 4260727 52187.0 4261438 55484.0 4262149 57127.0 4262861 62417.0 4263572 68490.0 4264284 71277.0 4264995 75257.0 4265706 79848.0 4266418 80419.0 4267129 77383.0 4267840 72894.0 4268552 62799.0 4269263 53282.0 4269975 45994.0 4270686 40452.0 4271397 36822.0 4272109 35723.0 4272820 34063.0 4273531 33294.0 4274243 33220.0 4274954 31880.0 4275666 30892.0 4276377 30567.0 4277088 29456.0 4277800 29912.0 4278511 29266.0 4279223 30319.0 4279934 30429.0 4280645 29614.0 4281357 29812.0 4282068 28629.0 4282779 28968.0 4283491 28662.0 4284202 28334.0 4284914 29114.0 4285625 29510.0 4286336 27473.0 4287048 27190.0 4287759 28303.0 4288471 27748.0 4289182 26627.0 4289893 28678.0 4290605 29089.0 4291316 30939.0 4292027 32672.0 4292739 36577.0 4293450 38791.0 4294162 39777.0 4294873 38132.0 4295584 35447.0 4296296 33823.0 4297007 33146.0 4297718 30632.0 4298430 30362.0 4299141 29263.0 4299853 28874.0 4300564 28139.0 4301275 28931.0 4301987 28286.0 4302698 28022.0 4303410 27534.0 4304121 27823.0 4304832 27624.0 4305544 27393.0 4306255 26192.0 4306966 26630.0 4307678 26639.0 4308389 26328.0 4309101 26722.0 4309812 26239.0 4310523 25872.0 4311235 26786.0 4311946 27215.0 4312658 27664.0 4313369 29805.0 4314080 31418.0 4314792 33124.0 4315503 35653.0 4316214 38030.0 4316926 40272.0 4317637 40249.0 4318349 42066.0 4319060 40507.0 4319771 38008.0 4320483 37877.0 4321194 36367.0 4321905 33131.0 4322617 31971.0 4323328 31412.0 4324040 30721.0 4324751 30121.0 4325462 30818.0 4326174 28900.0 4326885 28267.0 4327597 27397.0 4328308 27393.0 4329019 27068.0 4329731 27388.0 4330442 26719.0 4331153 27697.0 4331865 26763.0 4332576 26088.0 4333288 26795.0 4333999 27014.0 4334710 26808.0 4335422 28173.0 4336133 25664.0 4336844 26501.0 4337556 27227.0 4338267 26297.0 4338979 26380.0 4339690 26456.0 4340401 26210.0 4341113 27104.0 4341824 25568.0 4342536 25711.0 4343247 25988.0 4343958 26705.0 4344670 27345.0 4345381 27095.0 4346092 26698.0 4346804 26797.0 4347515 26423.0 4348227 26360.0 4348938 26365.0 4349649 26395.0 4350361 27595.0 4351072 25925.0 4351784 25572.0 4352495 25642.0 4353206 24590.0 4353918 25141.0 4354629 25020.0 4355340 25730.0 4356052 26086.0 4356763 25705.0 4357475 26184.0 4358186 27209.0 4358897 27755.0 4359609 27051.0 4360320 26704.0 4361031 25209.0 4361743 24909.0 4362454 25806.0 4363166 25784.0 4363877 26095.0 4364588 26419.0 4365300 26207.0 4366011 26113.0 4366723 25242.0 4367434 26569.0 4368145 26778.0 4368857 26496.0 4369568 27445.0 4370279 27051.0 4370991 27428.0 4371702 27283.0 4372414 26959.0 4373125 27330.0 4373836 27440.0 4374548 27713.0 4375259 27876.0 4375971 27491.0 4376682 28830.0 4377393 26730.0 4378105 26064.0 4378816 26699.0 4379527 26743.0 4380239 26543.0 4380950 26838.0 4381662 26514.0 4382373 25441.0 4383084 26875.0 4383796 25827.0 4384507 26300.0 4385218 26369.0 4385930 25727.0 4386641 26635.0 4387353 25914.0 4388064 25332.0 4388775 26212.0 4389487 25227.0 4390198 25073.0 4390910 25901.0 4391621 26066.0 4392332 27248.0 4393044 27355.0 4393755 27173.0 4394466 27611.0 4395178 26423.0 4395889 26238.0 4396601 26970.0 4397312 27249.0 4398023 26159.0 4398735 27026.0 4399446 26256.0 4400158 26597.0 4400869 26402.0 4401580 27049.0 4402292 27566.0 4403003 26652.0 4403714 26847.0 4404426 25016.0 4405137 26873.0 4405849 25526.0 4406560 26991.0 4407271 27250.0 4407983 26721.0 4408694 27492.0 4409405 27185.0 4410117 26774.0 4410828 27017.0 4411540 26435.0 4412251 26962.0 4412962 26257.0 4413674 27303.0 4414385 28479.0 4415097 27291.0 4415808 28138.0 4416519 28088.0 4417231 27022.0 4417942 25842.0 4418653 26841.0 4419365 27632.0 4420076 27563.0 4420788 26861.0 4421499 26387.0 4422210 26564.0 4422922 27489.0 4423633 26548.0 4424345 26348.0 4425056 25150.0 4425767 25914.0 4426479 26278.0 4427190 26256.0 4427901 25737.0 4428613 26195.0 4429324 25992.0 4430036 25775.0 4430747 26190.0 4431458 25792.0 4432170 26403.0 4432881 25351.0 4433592 24940.0 4434304 25755.0 4435015 25327.0 4435727 25730.0 4436438 25887.0 4437149 25360.0 4437861 26479.0 4438572 25827.0 4439284 25460.0 4439995 26132.0 4440706 26232.0 4441418 25790.0 4442129 26049.0 4442840 25820.0 4443552 25643.0 4444263 27192.0 4444975 27061.0 4445686 26712.0 4446397 26575.0 4447109 26199.0 4447820 27751.0 4448532 25599.0 4449243 26580.0 4449954 26326.0 4450666 26063.0 4451377 26477.0 4452088 25992.0 4452800 26028.0 4453511 27612.0 4454223 26813.0 4454934 27623.0 4455645 26722.0 4456357 27142.0 4457068 27019.0 4457779 27839.0 4458491 26703.0 4459202 27537.0 4459914 26840.0 4460625 27302.0 4461336 26605.0 4462048 27910.0 4462759 27335.0 4463471 27448.0 4464182 26756.0 4464893 26420.0 4465605 27778.0 4466316 27143.0 4467027 25973.0 4467739 26894.0 4468450 26404.0 4469162 25958.0 4469873 25962.0 4470584 26657.0 4471296 25657.0 4472007 27203.0 4472719 27570.0 4473430 28758.0 4474141 28285.0 4474853 29152.0 4475564 28359.0 4476275 28269.0 4476987 27427.0 4477698 26991.0 4478410 29339.0 4479121 28744.0 4479832 27877.0 4480544 27832.0 4481255 27663.0 4481966 27820.0 4482678 28253.0 4483389 28036.0 4484101 27024.0 4484812 27636.0 4485523 28177.0 4486235 29494.0 4486946 32582.0 4487658 36865.0 4488369 40913.0 4489080 43867.0 4489792 46205.0 4490503 44134.0 4491214 41598.0 4491926 38505.0 4492637 36238.0 4493349 33876.0 4494060 32772.0 4494771 32044.0 4495483 31735.0 4496194 30494.0 4496906 29699.0 4497617 28704.0 4498328 28979.0 4499040 29640.0 4499751 30127.0 4500462 28429.0 4501174 29062.0 4501885 29743.0 4502597 29696.0 4503308 28793.0 4504019 28548.0 4504731 28941.0 4505442 28182.0 4506153 28464.0 4506865 28655.0 4507576 27960.0 4508288 28671.0 4508999 28212.0 4509710 28683.0 4510422 28191.0 4511133 28677.0 4511845 29052.0 4512556 28436.0 4513267 27949.0 4513979 28261.0 4514690 27911.0 4515401 27379.0 4516113 27726.0 4516824 27328.0 4517536 28043.0 4518247 28089.0 4518958 27813.0 4519670 27414.0 4520381 27309.0 4521093 27464.0 4521804 26604.0 4522515 25805.0 4523227 27749.0 4523938 27300.0 4524649 26985.0 4525361 27446.0 4526072 28230.0 4526784 27926.0 4527495 27602.0 4528206 27768.0 4528918 27705.0 4529629 27109.0 4530340 27568.0 4531052 26579.0 4531763 27807.0 4532475 27570.0 4533186 28429.0 4533897 27508.0 4534609 27059.0 4535320 26895.0 4536032 27224.0 4536743 27210.0 4537454 27762.0 4538166 27124.0 4538877 26437.0 4539588 25957.0 4540300 26582.0 4541011 25909.0 4541723 26910.0 4542434 26941.0 4543145 26289.0 4543857 27583.0 4544568 26138.0 4545279 27502.0 4545991 26246.0 4546702 25669.0 4547414 27581.0 4548125 27703.0 4548836 27188.0 4549548 26769.0 4550259 28237.0 4550971 28078.0 4551682 27996.0 4552393 28864.0 4553105 28886.0 4553816 27263.0 4554527 28252.0 4555239 27759.0 4555950 27498.0 4556662 27629.0 4557373 25716.0 4558084 27271.0 4558796 28425.0 4559507 29367.0 4560219 28604.0 4560930 27953.0 4561641 27610.0 4562353 27430.0 4563064 27554.0 4563775 27343.0 4564487 26343.0 4565198 27085.0 4565910 28015.0 4566621 27415.0 4567332 26617.0 4568044 26841.0 4568755 27964.0 4569466 27755.0 4570178 27117.0 4570889 26777.0 4571601 27519.0 4572312 28330.0 4573023 28198.0 4573735 27848.0 4574446 28695.0 4575158 28358.0 4575869 28110.0 4576580 28999.0 4577292 28282.0 4578003 27644.0 4578714 28366.0 4579426 29280.0 4580137 29205.0 4580849 28466.0 4581560 29427.0 4582271 29808.0 4582983 30255.0 4583694 31023.0 4584406 31483.0 4585117 32326.0 4585828 31030.0 4586540 30300.0 4587251 30843.0 4587962 31880.0 4588674 31657.0 4589385 32458.0 4590097 32966.0 4590808 36223.0 4591519 36324.0 4592231 38230.0 4592942 39858.0 4593653 42381.0 4594365 43047.0 4595076 43054.0 4595788 41323.0 4596499 39647.0 4597210 38141.0 4597922 35782.0 4598633 35715.0 4599345 33142.0 4600056 31484.0 4600767 31717.0 4601479 31571.0 4602190 32113.0 4602901 31721.0 4603613 32362.0 4604324 30614.0 4605036 30150.0 4605747 29929.0 4606458 29780.0 4607170 29194.0 4607881 28677.0 4608593 28169.0 4609304 29742.0 4610015 28970.0 4610727 28911.0 4611438 30240.0 4612149 30460.0 4612861 30454.0 4613572 30252.0 4614284 30636.0 4614995 29832.0 4615706 29327.0 4616418 29786.0 4617129 30382.0 4617840 28938.0 4618552 28947.0 4619263 29030.0 4619975 29977.0 4620686 30322.0 4621397 29572.0 4622109 29001.0 4622820 28961.0 4623532 29233.0 4624243 28945.0 4624954 28646.0 4625666 29768.0 4626377 28053.0 4627088 28711.0 4627800 29620.0 4628511 28019.0 4629223 29632.0 4629934 29534.0 4630645 29519.0 4631357 29439.0 4632068 29266.0 4632780 28411.0 4633491 29565.0 4634202 29164.0 4634914 29657.0 4635625 29333.0 4636336 27878.0 4637048 27483.0 4637759 29040.0 4638471 28159.0 4639182 28646.0 4639893 29157.0 4640605 29325.0 4641316 29792.0 4642027 30450.0 4642739 30021.0 4643450 29399.0 4644162 29770.0 4644873 29206.0 4645584 28558.0 4646296 28488.0 4647007 28999.0 4647719 29516.0 4648430 29108.0 4649141 29492.0 4649853 29386.0 4650564 29521.0 4651275 30618.0 4651987 31224.0 4652698 31551.0 4653410 33151.0 4654121 31868.0 4654832 31727.0 4655544 30500.0 4656255 30308.0 4656967 28936.0 4657678 29174.0 4658389 28471.0 4659101 29931.0 4659812 29197.0 4660523 29995.0 4661235 29894.0 4661946 28181.0 4662658 29380.0 4663369 29795.0 4664080 29588.0 4664792 28852.0 4665503 29293.0 4666214 29238.0 4666926 30004.0 4667637 29631.0 4668349 30267.0 4669060 31205.0 4669771 33489.0 4670483 37125.0 4671194 41191.0 4671906 46516.0 4672617 49747.0 4673328 50133.0 4674040 49536.0 4674751 45389.0 4675462 43591.0 4676174 40319.0 4676885 37121.0 4677597 36899.0 4678308 37631.0 4679019 37989.0 4679731 37610.0 4680442 36393.0 4681154 35022.0 4681865 35266.0 4682576 34534.0 4683288 33841.0 4683999 33334.0 4684710 32630.0 4685422 32531.0 4686133 32526.0 4686845 32253.0 4687556 31814.0 4688267 31478.0 4688979 30865.0 4689690 30733.0 4690401 31521.0 4691113 31640.0 4691824 31095.0 4692536 31120.0 4693247 31505.0 4693958 31125.0 4694670 30556.0 4695381 31204.0 4696093 29674.0 4696804 31079.0 4697515 30662.0 4698227 30756.0 4698938 31430.0 4699649 30956.0 4700361 30832.0 4701072 31410.0 4701784 31969.0 4702495 32258.0 4703206 35423.0 4703918 37671.0 4704629 40866.0 4705341 45093.0 4706052 43008.0 4706763 41587.0 4707475 38528.0 4708186 37422.0 4708897 34805.0 4709609 34572.0 4710320 33684.0 4711032 34019.0 4711743 34603.0 4712454 34409.0 4713166 33470.0 4713877 34401.0 4714588 34141.0 4715300 33107.0 4716011 32198.0 4716723 32534.0 4717434 33060.0 4718145 33059.0 4718857 32515.0 4719568 31958.0 4720280 33118.0 4720991 33493.0 4721702 32836.0 4722414 32530.0 4723125 32846.0 4723836 30901.0 4724548 32250.0 4725259 31103.0 4725971 32159.0 4726682 33008.0 4727393 31294.0 4728105 34016.0 4728816 33755.0 4729527 33956.0 4730239 35585.0 4730950 33726.0 4731662 34524.0 4732373 33651.0 4733084 34157.0 4733796 34217.0 4734507 32913.0 4735219 32426.0 4735930 31737.0 4736641 32408.0 4737353 31931.0 4738064 34044.0 4738775 32507.0 4739487 33282.0 4740198 33106.0 4740910 33311.0 4741621 33903.0 4742332 33997.0 4743044 32963.0 4743755 35276.0 4744467 34323.0 4745178 35083.0 4745889 34813.0 4746601 33637.0 4747312 33382.0 4748023 34219.0 4748735 35016.0 4749446 36589.0 4750158 37060.0 4750869 37502.0 4751580 37238.0 4752292 35777.0 4753003 34783.0 4753714 33495.0 4754426 33905.0 4755137 34791.0 4755849 33019.0 4756560 33718.0 4757271 34036.0 4757983 33554.0 4758694 33137.0 4759406 33301.0 4760117 32552.0 4760828 32898.0 4761540 32364.0 4762251 33635.0 4762962 33240.0 4763674 33113.0 4764385 33808.0 4765097 33441.0 4765808 33636.0 4766519 33394.0 4767231 31995.0 4767942 32129.0 4768654 32006.0 4769365 32448.0 4770076 33166.0 4770788 33365.0 4771499 35117.0 4772210 36089.0 4772922 35220.0 4773633 34236.0 4774345 35896.0 4775056 33854.0 4775767 33215.0 4776479 33393.0 4777190 32499.0 4777901 33686.0 4778613 32905.0 4779324 33286.0 4780036 33493.0 4780747 33544.0 4781458 33417.0 4782170 33697.0 4782881 32930.0 4783593 33216.0 4784304 32977.0 4785015 33459.0 4785727 33713.0 4786438 34238.0 4787149 34549.0 4787861 33691.0 4788572 33879.0 4789284 33847.0 4789995 34522.0 4790706 33476.0 4791418 33836.0 4792129 33149.0 4792841 35252.0 4793552 34719.0 4794263 34704.0 4794975 34249.0 4795686 33932.0 4796397 33193.0 4797109 33331.0 4797820 35003.0 4798532 35172.0 4799243 34282.0 4799954 34179.0 4800666 33802.0 4801377 35257.0 4802088 34655.0 4802800 32889.0 4803511 33294.0 4804223 34710.0 4804934 34701.0 4805645 35004.0 4806357 33850.0 4807068 33554.0 4807780 33595.0 4808491 34075.0 4809202 33961.0 4809914 33238.0 4810625 33113.0 4811336 34676.0 4812048 34801.0 4812759 35414.0 4813471 34234.0 4814182 34683.0 4814893 35689.0 4815605 36791.0 4816316 36339.0 4817028 36053.0 4817739 36763.0 4818450 34731.0 4819162 34973.0 4819873 35657.0 4820584 34716.0 4821296 36029.0 4822007 34338.0 4822719 36894.0 4823430 38539.0 4824141 40339.0 4824853 41505.0 4825564 43783.0 4826275 45352.0 4826987 48273.0 4827698 46206.0 4828410 44917.0 4829121 43114.0 4829832 43434.0 4830544 40663.0 4831255 39812.0 4831967 39622.0 4832678 37973.0 4833389 38733.0 4834101 37494.0 4834812 36769.0 4835523 36791.0 4836235 37609.0 4836946 36494.0 4837658 37551.0 4838369 37561.0 4839080 37156.0 4839792 38888.0 4840503 38854.0 4841215 39152.0 4841926 43152.0 4842637 45279.0 4843349 48919.0 4844060 53382.0 4844771 53427.0 4845483 51927.0 4846194 49528.0 4846906 48996.0 4847617 44309.0 4848328 43779.0 4849040 42649.0 4849751 40482.0 4850462 41090.0 4851174 41228.0 4851885 40611.0 4852597 38466.0 4853308 38865.0 4854019 38822.0 4854731 38711.0 4855442 38957.0 4856154 38074.0 4856865 38303.0 4857576 37784.0 4858288 39190.0 4858999 38827.0 4859710 37960.0 4860422 38335.0 4861133 37975.0 4861845 37362.0 4862556 37522.0 4863267 37294.0 4863979 38423.0 4864690 37807.0 4865402 38906.0 4866113 37526.0 4866824 38645.0 4867536 38530.0 4868247 39257.0 4868958 38498.0 4869670 38707.0 4870381 38796.0 4871093 39319.0 4871804 38109.0 4872515 39687.0 4873227 39628.0 4873938 38839.0 4874649 39921.0 4875361 39445.0 4876072 39057.0 4876784 39606.0 4877495 38733.0 4878206 39249.0 4878918 38677.0 4879629 37818.0 4880341 38205.0 4881052 38632.0 4881763 39278.0 4882475 39813.0 4883186 38550.0 4883897 37337.0 4884609 38075.0 4885320 38018.0 4886032 36792.0 4886743 38048.0 4887454 37528.0 4888166 38202.0 4888877 38509.0 4889589 37600.0 4890300 39112.0 4891011 39513.0 4891723 37886.0 4892434 38629.0 4893145 37407.0 4893857 38446.0 4894568 39416.0 4895280 38446.0 4895991 37647.0 4896702 37747.0 4897414 38846.0 4898125 38410.0 4898836 38879.0 4899548 38651.0 4900259 37783.0 4900971 37571.0 4901682 36769.0 4902393 35713.0 4903105 37338.0 4903816 37807.0 4904528 38615.0 4905239 38727.0 4905950 38778.0 4906662 39659.0 4907373 39516.0 4908084 38424.0 4908796 37746.0 4909507 38028.0 4910219 37805.0 4910930 37074.0 4911641 39097.0 4912353 38601.0 4913064 40508.0 4913775 39028.0 4914487 40781.0 4915198 40785.0 4915910 40203.0 4916621 38772.0 4917332 39817.0 4918044 39709.0 4918755 40119.0 4919467 39836.0 4920178 40881.0 4920889 39710.0 4921601 41013.0 4922312 41240.0 4923023 40061.0 4923735 39324.0 4924446 39580.0 4925158 40949.0 4925869 40975.0 4926580 40527.0 4927292 39754.0 4928003 40086.0 4928715 39283.0 4929426 38856.0 4930137 39577.0 4930849 39695.0 4931560 40027.0 4932271 40055.0 4932983 40232.0 4933694 40487.0 4934406 41112.0 4935117 40055.0 4935828 41106.0 4936540 40522.0 4937251 39141.0 4937962 40317.0 4938674 40636.0 4939385 40576.0 4940097 39879.0 4940808 40825.0 4941519 40196.0 4942231 39338.0 4942942 39411.0 4943654 41945.0 4944365 42443.0 4945076 40772.0 4945788 41335.0 4946499 41120.0 4947210 40200.0 4947922 40328.0 4948633 40641.0 4949345 39869.0 4950056 40259.0 4950767 40162.0 4951479 40113.0 4952190 40308.0 4952902 40191.0 4953613 40367.0 4954324 41392.0 4955036 40888.0 4955747 40527.0 4956458 40586.0 4957170 39980.0 4957881 40553.0 4958593 40235.0 4959304 41425.0 4960015 41883.0 4960727 41161.0 4961438 40865.0 4962149 41135.0 4962861 41473.0 4963572 40842.0 4964284 41461.0 4964995 41819.0 4965706 40971.0 4966418 40850.0 4967129 41294.0 4967841 41240.0 4968552 40870.0 4969263 39679.0 4969975 40787.0 4970686 40764.0 4971397 41779.0 4972109 40575.0 4972820 40695.0 4973532 41727.0 4974243 41504.0 4974954 42396.0 4975666 41045.0 4976377 41810.0 4977089 40892.0 4977800 41564.0 4978511 41171.0 4979223 41744.0 4979934 42319.0 4980645 41317.0 4981357 42138.0 4982068 41429.0 4982780 41485.0 4983491 43196.0 4984202 41762.0 4984914 40352.0 4985625 40912.0 4986336 40153.0 4987048 39589.0 4987759 41359.0 4988471 40786.0 4989182 40510.0 4989893 40964.0 4990605 41568.0 4991316 41057.0 4992028 41837.0 4992739 40348.0 4993450 42205.0 4994162 41861.0 4994873 41851.0 4995584 42265.0 4996296 40442.0 4997007 40309.0 4997719 40497.0 4998430 41074.0 4999141 41874.0 4999853 41547.0 5000564 41319.0 5001276 42661.0 5001987 41968.0 5002698 42184.0 5003410 43081.0 5004121 44826.0 5004832 44050.0 5005544 44899.0 5006255 48115.0 5006967 49905.0 5007678 49749.0 5008389 50575.0 5009101 52591.0 5009812 52000.0 5010523 51145.0 5011235 49677.0 5011946 47179.0 5012658 47729.0 5013369 45649.0 5014080 44507.0 5014792 45045.0 5015503 44785.0 5016215 44390.0 5016926 45568.0 5017637 44773.0 5018349 44333.0 5019060 44621.0 5019771 44186.0 5020483 43860.0 5021194 43812.0 5021906 44765.0 5022617 44669.0 5023328 43282.0 5024040 43814.0 5024751 42684.0 5025463 44995.0 5026174 42915.0 5026885 44058.0 5027597 43245.0 5028308 44966.0 5029019 44835.0 5029731 43911.0 5030442 44545.0 5031154 47429.0 5031865 47802.0 5032576 46483.0 5033288 48615.0 5033999 49170.0 5034710 48436.0 5035422 47063.0 5036133 47493.0 5036845 47303.0 5037556 46177.0 5038267 45636.0 5038979 46916.0 5039690 45857.0 5040402 44586.0 5041113 44733.0 5041824 45955.0 5042536 45597.0 5043247 44085.0 5043958 44492.0 5044670 44984.0 5045381 44560.0 5046093 44742.0 5046804 46228.0 5047515 44416.0 5048227 44336.0 5048938 45833.0 5049650 44949.0 5050361 45724.0 5051072 46691.0 5051784 45310.0 5052495 44427.0 5053206 44148.0 5053918 45115.0 5054629 44908.0 5055341 43522.0 5056052 44576.0 5056763 43758.0 5057475 44015.0 5058186 45336.0 5058897 45254.0 5059609 45620.0 5060320 45338.0 5061032 44976.0 5061743 45963.0 5062454 46510.0 5063166 45998.0 5063877 46000.0 5064589 45970.0 5065300 43170.0 5066011 44276.0 5066723 44198.0 5067434 43787.0 5068145 44578.0 5068857 42282.0 5069568 43254.0 5070280 43517.0 5070991 44114.0 5071702 44404.0 5072414 43892.0 5073125 43755.0 5073837 44135.0 5074548 44391.0 5075259 45502.0 5075971 45194.0 5076682 44626.0 5077393 45022.0 5078105 45031.0 5078816 44189.0 5079528 45075.0 5080239 44410.0 5080950 43967.0 5081662 44091.0 5082373 44265.0 5083084 44821.0 5083796 45181.0 5084507 44075.0 5085219 44334.0 5085930 44564.0 5086641 42473.0 5087353 43138.0 5088064 42110.0 5088776 43010.0 5089487 44451.0 5090198 44203.0 5090910 43358.0 5091621 43906.0 5092332 44869.0 5093044 44609.0 5093755 43824.0 5094467 44164.0 5095178 42364.0 5095889 44250.0 5096601 43438.0 5097312 43099.0 5098024 44492.0 5098735 42109.0 5099446 43865.0 5100158 43387.0 5100869 43114.0 5101580 42233.0 5102292 43175.0 5103003 42391.0 5103715 43909.0 5104426 41876.0 5105137 43038.0 5105849 43183.0 5106560 42555.0 5107271 43045.0 5107983 44323.0 5108694 42819.0 5109406 42690.0 5110117 42963.0 5110828 43583.0 5111540 43170.0 5112251 45234.0 5112963 44683.0 5113674 43371.0 5114385 42406.0 5115097 43246.0 5115808 42519.0 5116519 44194.0 5117231 43629.0 5117942 44271.0 5118654 43667.0 5119365 43103.0 5120076 43245.0 5120788 43514.0 5121499 44777.0 5122210 45076.0 5122922 44663.0 5123633 44055.0 5124345 45234.0 5125056 44966.0 5125767 43927.0 5126479 42439.0 5127190 44442.0 5127902 44631.0 5128613 43280.0 5129324 44416.0 5130036 43477.0 5130747 44716.0 5131458 42818.0 5132170 42710.0 5132881 43114.0 5133593 43633.0 5134304 43540.0 5135015 42791.0 5135727 43012.0 5136438 43618.0 5137150 42276.0 5137861 43183.0 5138572 43611.0 5139284 44767.0 5139995 43408.0 5140706 43518.0 5141418 43230.0 5142129 43889.0 5142841 43829.0 5143552 43446.0 5144263 42652.0 5144975 43357.0 5145686 44440.0 5146397 43991.0 5147109 44254.0 5147820 44614.0 5148532 43779.0 5149243 43531.0 5149954 44402.0 5150666 43753.0 5151377 43461.0 5152089 43219.0 5152800 43865.0 5153511 42851.0 5154223 42779.0 5154934 43035.0 5155645 44368.0 5156357 45041.0 5157068 43946.0 5157780 43103.0 5158491 43424.0 5159202 43800.0 5159914 44905.0 5160625 45242.0 5161337 43376.0 5162048 42388.0 5162759 42213.0 5163471 43547.0 5164182 44504.0 5164893 43362.0 5165605 43646.0 5166316 43182.0 5167028 41160.0 5167739 43226.0 5168450 42693.0 5169162 43548.0 5169873 42582.0 5170584 42755.0 5171296 42929.0 5172007 42866.0 5172719 43993.0 5173430 43024.0 5174141 43275.0 5174853 43525.0 5175564 44264.0 5176276 44842.0 5176987 45909.0 5177698 44836.0 5178410 44329.0 5179121 44264.0 5179832 45165.0 5180544 44416.0 5181255 45118.0 5181967 44133.0 5182678 44814.0 5183389 43753.0 5184101 43898.0 5184812 44256.0 5185524 44465.0 5186235 43593.0 5186946 42907.0 5187658 44106.0 5188369 44239.0 5189080 44322.0 5189792 44820.0 5190503 46313.0 5191215 47013.0 5191926 48546.0 5192637 48086.0 5193349 49202.0 5194060 48667.0 5194771 49162.0 5195483 48145.0 5196194 46921.0 5196906 47069.0 5197617 46745.0 5198328 46642.0 5199040 45902.0 5199751 43907.0 5200463 44271.0 5201174 43974.0 5201885 44180.0 5202597 44277.0 5203308 43959.0 5204019 44540.0 5204731 44204.0 5205442 43689.0 5206154 43362.0 5206865 43952.0 5207576 44666.0 5208288 43553.0 5208999 43736.0 5209711 44757.0 5210422 42606.0 5211133 45089.0 5211845 44152.0 5212556 43881.0 5213267 42797.0 5213979 44290.0 5214690 44335.0 5215402 43357.0 5216113 43339.0 5216824 44122.0 5217536 43942.0 5218247 43046.0 5218958 44089.0 5219670 43891.0 5220381 44324.0 5221093 43770.0 5221804 43599.0 5222515 42608.0 5223227 43373.0 5223938 43633.0 5224650 44046.0 5225361 43366.0 5226072 45700.0 5226784 43170.0 5227495 44021.0 5228206 44096.0 5228918 44166.0 5229629 44283.0 5230341 44478.0 5231052 44005.0 5231763 45671.0 5232475 43835.0 5233186 43131.0 5233898 43498.0 5234609 43712.0 5235320 44077.0 5236032 43684.0 5236743 43994.0 5237454 44900.0 5238166 44321.0 5238877 44027.0 5239589 45064.0 5240300 44935.0 5241011 43386.0 5241723 43651.0 5242434 43042.0 5243145 43081.0 5243857 44365.0 5244568 43754.0 5245280 42612.0 5245991 43450.0 5246702 44713.0 5247414 43874.0 5248125 44316.0 5248837 45443.0 5249548 44173.0 5250259 43964.0 5250971 44617.0 5251682 45221.0 5252393 43987.0 5253105 43076.0 5253816 43320.0 5254528 43169.0 5255239 43337.0 5255950 42907.0 5256662 44220.0 5257373 43413.0 5258085 43099.0 5258796 43499.0 5259507 43755.0 5260219 43287.0 5260930 45128.0 5261641 45046.0 5262353 43890.0 5263064 43278.0 5263776 43603.0 5264487 41848.0 5265198 43457.0 5265910 43237.0 5266621 44425.0 5267332 45769.0 5268044 44861.0 5268755 45270.0 5269467 46856.0 5270178 46947.0 5270889 46902.0 5271601 45665.0 5272312 45429.0 5273024 45124.0 5273735 44972.0 5274446 45170.0 5275158 44804.0 5275869 45339.0 5276580 44402.0 5277292 45393.0 5278003 44702.0 5278715 45972.0 5279426 44936.0 5280137 45000.0 5280849 44218.0 5281560 45350.0 5282272 44393.0 5282983 43715.0 5283694 44195.0 5284406 43319.0 5285117 44767.0 5285828 44000.0 5286540 43098.0 5287251 44221.0 5287963 43326.0 5288674 42637.0 5289385 42701.0 5290097 43936.0 5290808 43378.0 5291519 42292.0 5292231 42303.0 5292942 44144.0 5293654 43702.0 5294365 42187.0 5295076 42469.0 5295788 43192.0 5296499 44048.0 5297211 42599.0 5297922 42962.0 5298633 43928.0 5299345 42412.0 5300056 44882.0 5300767 44120.0 5301479 43807.0 5302190 43000.0 5302902 43907.0 5303613 44040.0 5304324 43614.0 5305036 44386.0 5305747 43335.0 5306458 44720.0 5307170 44835.0 5307881 44376.0 5308593 44456.0 5309304 43767.0 5310015 44206.0 5310727 43389.0 5311438 43855.0 5312150 43030.0 5312861 42785.0 5313572 43370.0 5314284 44004.0 5314995 44456.0 5315706 44074.0 5316418 42944.0 5317129 43240.0 5317841 43539.0 5318552 43547.0 5319263 44197.0 5319975 42714.0 5320686 42455.0 5321398 42920.0 5322109 43011.0 5322820 42863.0 5323532 42717.0 5324243 42020.0 5324954 43091.0 5325666 42773.0 5326377 42818.0 5327089 43132.0 5327800 42676.0 5328511 43274.0 5329223 43952.0 5329934 43997.0 5330645 44174.0 5331357 43184.0 5332068 43384.0 5332780 42861.0 5333491 43271.0 5334202 43033.0 5334914 42769.0 5335625 43039.0 5336337 43266.0 5337048 42580.0 5337759 43014.0 5338471 43117.0 5339182 43834.0 5339893 43418.0 5340605 43470.0 5341316 43337.0 5342028 43609.0 5342739 43261.0 5343450 43024.0 5344162 43557.0 5344873 43965.0 5345585 43391.0 5346296 44050.0 5347007 44040.0 5347719 43612.0 5348430 43405.0 5349141 44617.0 5349853 44077.0 5350564 43385.0 5351276 43264.0 5351987 42433.0 5352698 44045.0 5353410 42439.0 5354121 43278.0 5354832 44071.0 5355544 44095.0 5356255 44192.0 5356967 43966.0 5357678 44509.0 5358389 44205.0 5359101 43127.0 5359812 43600.0 5360524 43236.0 5361235 43935.0 5361946 43570.0 5362658 42593.0 5363369 43119.0 5364080 42824.0 5364792 43079.0 5365503 44290.0 5366215 43218.0 5366926 43479.0 5367637 42806.0 5368349 42085.0 5369060 43200.0 5369772 43926.0 5370483 43891.0 5371194 42987.0 5371906 43597.0 5372617 42597.0 5373328 43711.0 5374040 42684.0 5374751 43126.0 5375463 43104.0 5376174 42832.0 5376885 44699.0 5377597 42828.0 5378308 43590.0 5379019 43432.0 5379731 43736.0 5380442 43751.0 5381154 42982.0 5381865 44580.0 5382576 45075.0 5383288 44658.0 5383999 45870.0 5384711 44392.0 5385422 46376.0 5386133 44122.0 5386845 44958.0 5387556 45400.0 5388267 44728.0 5388979 44481.0 5389690 44250.0 5390402 44114.0 5391113 43273.0 5391824 44175.0 5392536 42136.0 5393247 42605.0 5393959 43389.0 5394670 43496.0 5395381 43099.0 5396093 43162.0 5396804 42633.0 5397515 42467.0 5398227 42149.0 5398938 42574.0 5399650 42301.0 5400361 43396.0 5401072 41759.0 5401784 42382.0 5402495 40860.0 5403206 41935.0 5403918 42679.0 5404629 42710.0 5405341 43548.0 5406052 42463.0 5406763 43199.0 5407475 43071.0 5408186 43835.0 5408898 43005.0 5409609 42963.0 5410320 43481.0 5411032 44470.0 5411743 42671.0 5412454 41889.0 5413166 43888.0 5413877 44017.0 5414589 44630.0 5415300 45232.0 5416011 45938.0 5416723 45189.0 5417434 46318.0 5418146 45041.0 5418857 44589.0 5419568 44884.0 5420280 45410.0 5420991 44148.0 5421702 44023.0 5422414 44378.0 5423125 43436.0 5423837 44845.0 5424548 44564.0 5425259 43579.0 5425971 44135.0 5426682 44905.0 5427393 44882.0 5428105 44004.0 5428816 44008.0 5429528 44902.0 5430239 43584.0 5430950 44849.0 5431662 43758.0 5432373 44415.0 5433085 42699.0 5433796 44489.0 5434507 44224.0 5435219 43464.0 5435930 44382.0 5436641 44354.0 5437353 43350.0 5438064 42875.0 5438776 44557.0 5439487 44555.0 5440198 45093.0 5440910 45123.0 5441621 49201.0 5442333 48879.0 5443044 52006.0 5443755 54660.0 5444467 53087.0 5445178 54245.0 5445889 52919.0 5446601 51269.0 5447312 51180.0 5448024 49678.0 5448735 49279.0 5449446 47199.0 5450158 47768.0 5450869 47438.0 5451580 45753.0 5452292 46973.0 5453003 46450.0 5453715 44820.0 5454426 45786.0 5455137 45669.0 5455849 44367.0 5456560 44791.0 5457272 44751.0 5457983 45522.0 5458694 44342.0 5459406 44929.0 5460117 45454.0 5460828 45269.0 5461540 44095.0 5462251 44617.0 5462963 44423.0 5463674 44417.0 5464385 43701.0 5465097 44255.0 5465808 44735.0 5466520 43981.0 5467231 45385.0 5467942 43722.0 5468654 43087.0 5469365 44662.0 5470076 44470.0 5470788 43113.0 5471499 43957.0 5472211 43978.0 5472922 43806.0 5473633 43511.0 5474345 43481.0 5475056 43398.0 5475767 44305.0 5476479 42768.0 5477190 43097.0 5477902 42293.0 5478613 43252.0 5479324 44054.0 5480036 43966.0 5480747 44496.0 5481459 44020.0 5482170 43163.0 5482881 43439.0 5483593 43398.0 5484304 44318.0 5485015 42922.0 5485727 42612.0 5486438 41539.0 5487150 43063.0 5487861 42910.0 5488572 42713.0 5489284 42120.0 5489995 43030.0 5490706 42208.0 5491418 41800.0 5492129 43340.0 5492841 43412.0 5493552 44238.0 5494263 42738.0 5494975 42425.0 5495686 43327.0 5496398 43506.0 5497109 43526.0 5497820 42331.0 5498532 42561.0 5499243 42860.0 5499954 42923.0 5500666 42780.0 5501377 44003.0 5502089 43141.0 5502800 43170.0 5503511 43302.0 5504223 42895.0 5504934 43920.0 5505646 43571.0 5506357 43611.0 5507068 44201.0 5507780 42585.0 5508491 43945.0 5509202 43124.0 5509914 42686.0 5510625 42894.0 5511337 43795.0 5512048 43113.0 5512759 41905.0 5513471 43162.0 5514182 42544.0 5514893 41663.0 5515605 41963.0 5516316 42000.0 5517028 42967.0 5517739 43404.0 5518450 41501.0 5519162 42192.0 5519873 42698.0 5520585 43385.0 5521296 44105.0 5522007 43129.0 5522719 44146.0 5523430 44371.0 5524141 44062.0 5524853 43692.0 5525564 44214.0 5526276 44060.0 5526987 44343.0 5527698 44406.0 5528410 44134.0 5529121 43272.0 5529833 43965.0 5530544 44219.0 5531255 43718.0 5531967 42534.0 5532678 41677.0 5533389 42077.0 5534101 42321.0 5534812 42407.0 5535524 43364.0 5536235 43043.0 5536946 41023.0 5537658 41974.0 5538369 42296.0 5539080 42066.0 5539792 42668.0 5540503 43409.0 5541215 42998.0 5541926 42891.0 5542637 42313.0 5543349 41381.0 5544060 42453.0 5544772 43418.0 5545483 42540.0 5546194 43570.0 5546906 42021.0 5547617 42826.0 5548328 42372.0 5549040 41677.0 5549751 42904.0 5550463 42218.0 5551174 42029.0 5551885 41533.0 5552597 42309.0 5553308 43529.0 5554020 43396.0 5554731 41583.0 5555442 43058.0 5556154 42662.0 5556865 42320.0 5557576 41607.0 5558288 42997.0 5558999 43097.0 5559711 43514.0 5560422 42855.0 5561133 42577.0 5561845 43527.0 5562556 42659.0 5563267 42355.0 5563979 41734.0 5564690 43014.0 5565402 41518.0 5566113 42171.0 5566824 43427.0 5567536 43065.0 5568247 42852.0 5568959 41607.0 5569670 41039.0 5570381 42290.0 5571093 41792.0 5571804 41908.0 5572515 42310.0 5573227 42584.0 5573938 42874.0 5574650 42675.0 5575361 43247.0 5576072 43483.0 5576784 42040.0 5577495 42205.0 5578207 42248.0 5578918 42261.0 5579629 41331.0 5580341 41705.0 5581052 41457.0 5581763 43019.0 5582475 42317.0 5583186 41918.0 5583898 42135.0 5584609 42333.0 5585320 42409.0 5586032 43166.0 5586743 42425.0 5587454 42683.0 5588166 42331.0 5588877 42194.0 5589589 42534.0 5590300 43158.0 5591011 42196.0 5591723 43279.0 5592434 42440.0 5593146 42399.0 5593857 42842.0 5594568 41730.0 5595280 42474.0 5595991 42772.0 5596702 41735.0 5597414 42083.0 5598125 41798.0 5598837 41690.0 5599548 42210.0 5600259 42241.0 5600971 42501.0 5601682 42988.0 5602394 42907.0 5603105 42380.0 5603816 42444.0 5604528 42188.0 5605239 42269.0 5605950 42747.0 5606662 42112.0 5607373 42200.0 5608085 42909.0 5608796 42808.0 5609507 42105.0 5610219 43219.0 5610930 41270.0 5611641 42968.0 5612353 42949.0 5613064 41379.0 5613776 42427.0 5614487 42174.0 5615198 42852.0 5615910 42542.0 5616621 41610.0 5617333 43100.0 5618044 42097.0 5618755 41717.0 5619467 41994.0 5620178 40865.0 5620889 42216.0 5621601 41003.0 5622312 42341.0 5623024 41755.0 5623735 41732.0 5624446 41497.0 5625158 42293.0 5625869 42430.0 5626581 42056.0 5627292 40620.0 5628003 41994.0 5628715 42008.0 5629426 41903.0 5630137 42157.0 5630849 40747.0 5631560 43181.0 5632272 42618.0 5632983 42279.0 5633694 42428.0 5634406 42037.0 5635117 43285.0 5635828 43524.0 5636540 42912.0 5637251 42103.0 5637963 42936.0 5638674 44406.0 5639385 42943.0 5640097 43586.0 5640808 44571.0 5641520 44110.0 5642231 44946.0 5642942 44270.0 5643654 43732.0 5644365 44336.0 5645076 44598.0 5645788 45179.0 5646499 44687.0 5647211 44450.0 5647922 43348.0 5648633 43381.0 5649345 43969.0 5650056 43594.0 5650768 43261.0 5651479 42899.0 5652190 43033.0 5652902 43769.0 5653613 43165.0 5654324 42604.0 5655036 42322.0 5655747 42765.0 5656459 42932.0 5657170 42239.0 5657881 42951.0 5658593 41973.0 5659304 43210.0 5660015 42373.0 5660727 43099.0 5661438 42347.0 5662150 42910.0 5662861 43077.0 5663572 41878.0 5664284 41977.0 5664995 42560.0 5665707 43102.0 5666418 42566.0 5667129 42309.0 5667841 42439.0 5668552 43032.0 5669263 41738.0 5669975 41783.0 5670686 41952.0 5671398 43638.0 5672109 41100.0 5672820 41444.0 5673532 41944.0 5674243 42131.0 5674954 41791.0 5675666 43408.0 5676377 42776.0 5677089 42715.0 5677800 42548.0 5678511 42621.0 5679223 42898.0 5679934 42630.0 5680646 43963.0 5681357 43346.0 5682068 42000.0 5682780 41820.0 5683491 41302.0 5684202 42511.0 5684914 41971.0 5685625 43062.0 5686337 42164.0 5687048 41958.0 5687759 42407.0 5688471 42296.0 5689182 42487.0 5689894 42545.0 5690605 41458.0 5691316 42099.0 5692028 42045.0 5692739 43211.0 5693450 42576.0 5694162 42029.0 5694873 42634.0 5695585 42721.0 5696296 42559.0 5697007 42404.0 5697719 42716.0 5698430 42464.0 5699141 42752.0 5699853 42686.0 5700564 42978.0 5701276 42441.0 5701987 42617.0 5702698 42741.0 5703410 42055.0 5704121 41501.0 5704833 41134.0 5705544 41761.0 5706255 42242.0 5706967 41699.0 5707678 43030.0 5708389 41862.0 5709101 41883.0 5709812 40886.0 5710524 41093.0 5711235 41274.0 5711946 42616.0 5712658 42436.0 5713369 40668.0 5714081 41158.0 5714792 41882.0 5715503 41503.0 5716215 41166.0 5716926 41910.0 5717637 41502.0 5718349 41495.0 5719060 42019.0 5719772 41496.0 5720483 41767.0 5721194 41786.0 5721906 43032.0 5722617 42227.0 5723328 41297.0 5724040 42142.0 5724751 41754.0 5725463 41626.0 5726174 42195.0 5726885 42408.0 5727597 41670.0 5728308 42103.0 5729020 41928.0 5729731 42628.0 5730442 42140.0 5731154 42072.0 5731865 42205.0 5732576 41984.0 5733288 41496.0 5733999 41438.0 5734711 41318.0 5735422 42311.0 5736133 41554.0 5736845 41752.0 5737556 40681.0 5738268 41675.0 5738979 41872.0 5739690 44117.0 5740402 41978.0 5741113 42697.0 5741824 42060.0 5742536 40924.0 5743247 43283.0 5743959 42199.0 5744670 41517.0 5745381 42245.0 5746093 41764.0 5746804 41007.0 5747515 40793.0 5748227 41513.0 5748938 42445.0 5749650 41249.0 5750361 42320.0 5751072 41495.0 5751784 40988.0 5752495 41651.0 5753207 41410.0 5753918 43078.0 5754629 41913.0 5755341 44015.0 5756052 42518.0 5756763 41858.0 5757475 41247.0 5758186 41864.0 5758898 43016.0 5759609 42243.0 5760320 42937.0 5761032 42763.0 5761743 41422.0 5762455 41969.0 5763166 41782.0 5763877 42628.0 5764589 40781.0 5765300 41976.0 5766011 42470.0 5766723 41288.0 5767434 42095.0 5768146 41715.0 5768857 41632.0 5769568 41209.0 5770280 41178.0 5770991 42012.0 5771702 41865.0 5772414 41521.0 5773125 41281.0 5773837 41607.0 5774548 41554.0 5775259 40561.0 5775971 43089.0 5776682 41236.0 5777394 41941.0 5778105 40868.0 5778816 41789.0 5779528 41436.0 5780239 41801.0 5780950 41735.0 5781662 41667.0 5782373 42065.0 5783085 41757.0 5783796 41638.0 5784507 42211.0 5785219 42434.0 5785930 41814.0 5786642 41258.0 5787353 40435.0 5788064 42659.0 5788776 42240.0 5789487 41256.0 5790198 41496.0 5790910 41212.0 5791621 40076.0 5792333 41288.0 5793044 42721.0 5793755 42146.0 5794467 40506.0 5795178 42097.0 5795889 41691.0 5796601 41638.0 5797312 42417.0 5798024 41740.0 5798735 42540.0 5799446 41560.0 5800158 41279.0 5800869 40943.0 5801581 40798.0 5802292 41527.0 5803003 41297.0 5803715 41797.0 5804426 41619.0 5805137 41905.0 5805849 41660.0 5806560 41785.0 5807272 42339.0 5807983 41635.0 5808694 42000.0 5809406 40660.0 5810117 41483.0 5810829 40595.0 5811540 41912.0 5812251 41489.0 5812963 41616.0 5813674 41181.0 5814385 42060.0 5815097 40803.0 5815808 41228.0 5816520 42132.0 5817231 41481.0 5817942 41621.0 5818654 41479.0 5819365 41146.0 5820076 41971.0 5820788 41070.0 5821499 42105.0 5822211 40933.0 5822922 41308.0 5823633 41485.0 5824345 42682.0 5825056 41191.0 5825768 41356.0 5826479 40382.0 5827190 41872.0 5827902 41395.0 5828613 42907.0 5829324 42055.0 5830036 43042.0 5830747 43319.0 5831459 42216.0 5832170 42531.0 5832881 41215.0 5833593 42016.0 5834304 42173.0 5835016 42188.0 5835727 42516.0 5836438 42357.0 5837150 42015.0 5837861 42173.0 5838572 40379.0 5839284 42312.0 5839995 41648.0 5840707 42431.0 5841418 40543.0 5842129 41089.0 5842841 41689.0 5843552 41006.0 5844263 41779.0 5844975 41619.0 5845686 41984.0 5846398 41156.0 5847109 41096.0 5847820 41452.0 5848532 41274.0 5849243 41613.0 5849955 42319.0 5850666 41324.0 5851377 41725.0 5852089 41005.0 5852800 41272.0 5853511 41439.0 5854223 41632.0 5854934 40648.0 5855646 41533.0 5856357 41303.0 5857068 40846.0 5857780 41935.0 5858491 41453.0 5859202 40554.0 5859914 41822.0 5860625 41333.0 5861337 41316.0 5862048 40847.0 5862759 41354.0 5863471 41483.0 5864182 41023.0 5864894 41815.0 5865605 41677.0 5866316 41522.0 5867028 42128.0 5867739 41405.0 5868450 41922.0 5869162 40867.0 5869873 41822.0 5870585 40548.0 5871296 41056.0 5872007 42737.0 5872719 42207.0 5873430 41777.0 5874142 41716.0 5874853 41733.0 5875564 41209.0 5876276 41273.0 5876987 40170.0 5877698 41365.0 5878410 41796.0 5879121 41357.0 5879833 42453.0 5880544 42918.0 5881255 42614.0 5881967 41103.0 5882678 41967.0 5883389 41627.0 5884101 41263.0 5884812 42057.0 5885524 41088.0 5886235 41147.0 5886946 40273.0 5887658 41854.0 5888369 41649.0 5889081 41823.0 5889792 42094.0 5890503 41879.0 5891215 42323.0 5891926 41183.0 5892637 42386.0 5893349 42063.0 5894060 42207.0 5894772 41409.0 5895483 41457.0 5896194 41375.0 5896906 41138.0 5897617 42221.0 5898329 40770.0 5899040 41749.0 5899751 41104.0 5900463 40940.0 5901174 41904.0 5901885 41232.0 5902597 41886.0 5903308 41570.0 5904020 41641.0 5904731 41262.0 5905442 41641.0 5906154 42421.0 5906865 42817.0 5907576 41603.0 5908288 42366.0 5908999 42131.0 5909711 41723.0 5910422 41101.0 5911133 40795.0 5911845 41527.0 5912556 41091.0 5913268 39207.0 5913979 41880.0 5914690 42461.0 5915402 41528.0 5916113 41994.0 5916824 42053.0 5917536 42406.0 5918247 41777.0 5918959 40882.0 5919670 41865.0 5920381 41462.0 5921093 41145.0 5921804 40508.0 5922516 40873.0 5923227 41219.0 5923938 41941.0 5924650 41908.0 5925361 41106.0 5926072 42268.0 5926784 41273.0 5927495 41175.0 5928207 41458.0 5928918 41057.0 5929629 41154.0 5930341 40398.0 5931052 40582.0 5931763 40704.0 5932475 41051.0 5933186 40584.0 5933898 40921.0 5934609 41868.0 5935320 40389.0 5936032 42953.0 5936743 40525.0 5937455 41325.0 5938166 42582.0 5938877 40729.0 5939589 40883.0 5940300 41001.0 5941011 41520.0 5941723 41750.0 5942434 42201.0 5943146 42039.0 5943857 40371.0 5944568 41819.0 5945280 42433.0 5945991 41194.0 5946703 41509.0 5947414 41619.0 5948125 41046.0 5948837 40902.0 5949548 42476.0 5950259 41320.0 5950971 41534.0 5951682 41536.0 5952394 43030.0 5953105 43154.0 5953816 42211.0 5954528 42185.0 5955239 42128.0 5955950 42100.0 5956662 41419.0 5957373 41957.0 5958085 41752.0 5958796 41895.0 5959507 42356.0 5960219 41085.0 5960930 42338.0 5961642 41081.0 5962353 42100.0 5963064 41281.0 5963776 42186.0 5964487 41198.0 5965198 41463.0 5965910 41513.0 5966621 41522.0 5967333 42381.0 5968044 40928.0 5968755 40856.0 5969467 41484.0 5970178 40644.0 5970890 41810.0 5971601 41404.0 5972312 42298.0 5973024 41516.0 5973735 41239.0 5974446 41750.0 5975158 41704.0 5975869 40714.0 5976581 40343.0 5977292 42518.0 5978003 41371.0 5978715 40922.0 5979426 41221.0 5980137 42125.0 5980849 41347.0 5981560 41309.0 5982272 41904.0 5982983 41819.0 5983694 42427.0 5984406 41100.0 5985117 41612.0 5985829 42247.0 5986540 40300.0 5987251 42070.0 5987963 41732.0 5988674 42011.0 5989385 42000.0 5990097 42122.0 5990808 41718.0 5991520 41516.0 5992231 43137.0 5992942 41026.0 5993654 42214.0 5994365 41285.0 5995077 40943.0 5995788 40929.0 5996499 40296.0 5997211 41148.0 5997922 40464.0 5998633 40776.0 5999345 40716.0 6000056 41333.0 6000768 42234.0 6001479 41492.0 6002190 42624.0 6002902 41032.0 6003613 41433.0 6004324 41747.0 6005036 40387.0 6005747 41363.0 6006459 41871.0 6007170 41135.0 6007881 42438.0 6008593 42074.0 6009304 41177.0 6010016 40782.0 6010727 41731.0 6011438 42590.0 6012150 41173.0 6012861 40999.0 6013572 41021.0 6014284 40269.0 6014995 40949.0 6015707 40797.0 6016418 41583.0 6017129 41106.0 6017841 42128.0 6018552 41340.0 6019264 41253.0 6019975 40834.0 6020686 41787.0 6021398 41651.0 6022109 41871.0 6022820 40998.0 6023532 41437.0 6024243 41529.0 6024955 41631.0 6025666 41615.0 6026377 40298.0 6027089 40482.0 6027800 41723.0 6028511 41328.0 6029223 41271.0 6029934 42238.0 6030646 42052.0 6031357 41027.0 6032068 41532.0 6032780 42347.0 6033491 41582.0 6034203 41084.0 6034914 40789.0 6035625 41679.0 6036337 41389.0 6037048 41312.0 6037759 41242.0 6038471 40402.0 6039182 41752.0 6039894 40953.0 6040605 42230.0 6041316 41112.0 6042028 41233.0 6042739 42269.0 6043451 39592.0 6044162 41532.0 6044873 40459.0 6045585 41837.0 6046296 42778.0 6047007 42158.0 6047719 41259.0 6048430 40999.0 6049142 41968.0 6049853 40816.0 6050564 41056.0 6051276 41183.0 6051987 40100.0 6052698 40934.0 6053410 41713.0 6054121 40042.0 6054833 40314.0 6055544 41175.0 6056255 40533.0 6056967 40578.0 6057678 42599.0 6058390 41457.0 6059101 41477.0 6059812 42308.0 6060524 40347.0 6061235 42653.0 6061946 41196.0 6062658 41574.0 6063369 41157.0 6064081 41141.0 6064792 41368.0 6065503 41468.0 6066215 41016.0 6066926 40747.0 6067637 41046.0 6068349 40559.0 6069060 40308.0 6069772 41173.0 6070483 41011.0 6071194 41461.0 6071906 42348.0 6072617 40908.0 6073329 41600.0 6074040 41554.0 6074751 40033.0 6075463 41545.0 6076174 40259.0 6076885 40004.0 6077597 41392.0 6078308 40657.0 6079020 40975.0 6079731 41180.0 6080442 41925.0 6081154 40619.0 6081865 41307.0 6082577 40826.0 6083288 41622.0 6083999 42197.0 6084711 41500.0 6085422 41434.0 6086133 40956.0 6086845 41406.0 6087556 41337.0 6088268 41627.0 6088979 40502.0 6089690 41056.0 6090402 40611.0 6091113 41215.0 6091824 41207.0 6092536 41163.0 6093247 40724.0 6093959 41753.0 6094670 42127.0 6095381 40590.0 6096093 42387.0 6096804 41324.0 6097516 41326.0 6098227 41915.0 6098938 40865.0 6099650 40650.0 6100361 40444.0 6101072 41259.0 6101784 40873.0 6102495 40896.0 6103207 40178.0 6103918 40812.0 6104629 40413.0 6105341 41681.0 6106052 41530.0 6106764 41627.0 6107475 41955.0 6108186 40516.0 6108898 40511.0 6109609 41380.0 6110320 41322.0 6111032 40837.0 6111743 41272.0 6112455 40963.0 6113166 42262.0 6113877 41221.0 6114589 42116.0 6115300 40540.0 6116011 40365.0 6116723 40914.0 6117434 40585.0 6118146 41660.0 6118857 40454.0 6119568 41181.0 6120280 40587.0 6120991 41511.0 6121703 40912.0 6122414 40831.0 6123125 41058.0 6123837 41265.0 6124548 40509.0 6125259 40746.0 6125971 41220.0 6126682 41821.0 6127394 41333.0 6128105 40790.0 6128816 41112.0 6129528 40235.0 6130239 40844.0 6130951 40499.0 6131662 41507.0 6132373 41221.0 6133085 42407.0 6133796 40373.0 6134507 41750.0 6135219 40086.0 6135930 40160.0 6136642 40189.0 6137353 41412.0 6138064 41946.0 6138776 41138.0 6139487 42602.0LineSeries4_4000066400000000000000000004125371436443153700407730ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support5957 8055.0 6668 8002.0 7379 8253.0 8091 8363.0 8802 8221.0 9514 8098.0 10225 8389.0 10936 8646.0 11648 8631.0 12359 9586.0 13071 12259.0 13782 13172.0 14493 13326.0 15205 13040.0 15916 12779.0 16627 12729.0 17339 12329.0 18050 13120.0 18762 12812.0 19473 12401.0 20184 12898.0 20896 12544.0 21607 12455.0 22319 12504.0 23030 12677.0 23741 12500.0 24453 12157.0 25164 12641.0 25875 12442.0 26587 12412.0 27298 12894.0 28010 12810.0 28721 12758.0 29432 12556.0 30144 12945.0 30855 12777.0 31566 12806.0 32278 12808.0 32989 12463.0 33701 12668.0 34412 12780.0 35123 12547.0 35835 12986.0 36546 12807.0 37258 12607.0 37969 12294.0 38680 12861.0 39392 12752.0 40103 13185.0 40814 12426.0 41526 12668.0 42237 12440.0 42949 12730.0 43660 12550.0 44371 12758.0 45083 12511.0 45794 11909.0 46505 12618.0 47217 12509.0 47928 12642.0 48640 12426.0 49351 12229.0 50062 12338.0 50774 12353.0 51485 12545.0 52197 12538.0 52908 12343.0 53619 11972.0 54331 11786.0 55042 11861.0 55753 12282.0 56465 12651.0 57176 12540.0 57888 12428.0 58599 12496.0 59310 12859.0 60022 12462.0 60733 12376.0 61445 12453.0 62156 11938.0 62867 12584.0 63579 12119.0 64290 12465.0 65001 12573.0 65713 12193.0 66424 12169.0 67136 12542.0 67847 12151.0 68558 12581.0 69270 13696.0 69981 14068.0 70692 13689.0 71404 13975.0 72115 13269.0 72827 13117.0 73538 12860.0 74249 13035.0 74961 13139.0 75672 12654.0 76384 12831.0 77095 12949.0 77806 12458.0 78518 12456.0 79229 12640.0 79940 12687.0 80652 12178.0 81363 12478.0 82075 12717.0 82786 12486.0 83497 13072.0 84209 12710.0 84920 12393.0 85632 12537.0 86343 12612.0 87054 12720.0 87766 12630.0 88477 12599.0 89188 12367.0 89900 12774.0 90611 12825.0 91323 12146.0 92034 12353.0 92745 12664.0 93457 12375.0 94168 12412.0 94879 12281.0 95591 12625.0 96302 12583.0 97014 12634.0 97725 12341.0 98436 12502.0 99148 12567.0 99859 12625.0 100571 12634.0 101282 12623.0 101993 12120.0 102705 12143.0 103416 12477.0 104127 12636.0 104839 12450.0 105550 12534.0 106262 12172.0 106973 12086.0 107684 12167.0 108396 12334.0 109107 12191.0 109819 12630.0 110530 12390.0 111241 12391.0 111953 12265.0 112664 12264.0 113375 12369.0 114087 12772.0 114798 12083.0 115510 12418.0 116221 12021.0 116932 12130.0 117644 12752.0 118355 11964.0 119066 12044.0 119778 11819.0 120489 12134.0 121201 12513.0 121912 12323.0 122623 12066.0 123335 11769.0 124046 11962.0 124758 12083.0 125469 12130.0 126180 12180.0 126892 12167.0 127603 12304.0 128314 12464.0 129026 12108.0 129737 11993.0 130449 12033.0 131160 12532.0 131871 12293.0 132583 11800.0 133294 11939.0 134006 12392.0 134717 12365.0 135428 12405.0 136140 12366.0 136851 12013.0 137562 12238.0 138274 12034.0 138985 11794.0 139697 12148.0 140408 12003.0 141119 12386.0 141831 12632.0 142542 12053.0 143253 12000.0 143965 12271.0 144676 12053.0 145388 12045.0 146099 12017.0 146810 12296.0 147522 11778.0 148233 12217.0 148945 12529.0 149656 12235.0 150367 12034.0 151079 11978.0 151790 12132.0 152501 12077.0 153213 12199.0 153924 11083.0 154636 10312.0 155347 10436.0 156058 9630.0 156770 9539.0 157481 9467.0 158193 9942.0 158904 9107.0 159615 9204.0 160327 9081.0 161038 9024.0 161749 9207.0 162461 9072.0 163172 8907.0 163884 9080.0 164595 9093.0 165306 8723.0 166018 8853.0 166729 9236.0 167440 8941.0 168152 9098.0 168863 8756.0 169575 9230.0 170286 8757.0 170997 8748.0 171709 8821.0 172420 8980.0 173132 9130.0 173843 8867.0 174554 9260.0 175266 9011.0 175977 8766.0 176688 8579.0 177400 8793.0 178111 8804.0 178823 9080.0 179534 8628.0 180245 8924.0 180957 9061.0 181668 8449.0 182380 8915.0 183091 8971.0 183802 8769.0 184514 8810.0 185225 8849.0 185936 8871.0 186648 8790.0 187359 8656.0 188071 8774.0 188782 8621.0 189493 8761.0 190205 9186.0 190916 8624.0 191627 8803.0 192339 8855.0 193050 8643.0 193762 8727.0 194473 8792.0 195184 8613.0 195896 8796.0 196607 9007.0 197319 8317.0 198030 8851.0 198741 9007.0 199453 8645.0 200164 9036.0 200875 8770.0 201587 8845.0 202298 9134.0 203010 8746.0 203721 8587.0 204432 8691.0 205144 9085.0 205855 8903.0 206567 11587.0 207278 35711.0 207989 112317.0 208701 277431.0 209412 508545.0 210123 704596.0 210835 799312.0 211546 829188.0 212258 818546.0 212969 783534.0 213680 746696.0 214392 712239.0 215103 665939.0 215814 610704.0 216526 543053.0 217237 470392.0 217949 406025.0 218660 349224.0 219371 287944.0 220083 226260.0 220794 172396.0 221506 144805.0 222217 197006.0 222928 314664.0 223640 406711.0 224351 481055.0 225062 517939.0 225774 508018.0 226485 481906.0 227197 451384.0 227908 410695.0 228619 358518.0 229331 311243.0 230042 269334.0 230754 230314.0 231465 203055.0 232176 196586.0 232888 208608.0 233599 208220.0 234310 188561.0 235022 173911.0 235733 163932.0 236445 146285.0 237156 128690.0 237867 113865.0 238579 104553.0 239290 94589.0 240001 89068.0 240713 82775.0 241424 78836.0 242136 73908.0 242847 67968.0 243558 62424.0 244270 57659.0 244981 53525.0 245693 50320.0 246404 47919.0 247115 45082.0 247827 43518.0 248538 44290.0 249249 45530.0 249961 46126.0 250672 50280.0 251384 51540.0 252095 50279.0 252806 49572.0 253518 47712.0 254229 46884.0 254940 44524.0 255652 40773.0 256363 38007.0 257075 35768.0 257786 34952.0 258497 32783.0 259209 31643.0 259920 31570.0 260632 31683.0 261343 33261.0 262054 34999.0 262766 37499.0 263477 43185.0 264188 56247.0 264900 72220.0 265611 90722.0 266323 98052.0 267034 94656.0 267745 88950.0 268457 83874.0 269168 77574.0 269880 68061.0 270591 58682.0 271302 51402.0 272014 45592.0 272725 41829.0 273436 39929.0 274148 37245.0 274859 35620.0 275571 37413.0 276282 69672.0 276993 113687.0 277705 170678.0 278416 226039.0 279127 227218.0 279839 204962.0 280550 191454.0 281262 176344.0 281973 146499.0 282684 109517.0 283396 79418.0 284107 59388.0 284819 45577.0 285530 37891.0 286241 33494.0 286953 30297.0 287664 28562.0 288375 26923.0 289087 25316.0 289798 24422.0 290510 24319.0 291221 23363.0 291932 23036.0 292644 22458.0 293355 22455.0 294067 22201.0 294778 22201.0 295489 22064.0 296201 23157.0 296912 23090.0 297623 22261.0 298335 22359.0 299046 21939.0 299758 21842.0 300469 21234.0 301180 21138.0 301892 19877.0 302603 20524.0 303314 20298.0 304026 19820.0 304737 20037.0 305449 19775.0 306160 20583.0 306871 20566.0 307583 19464.0 308294 20009.0 309006 20288.0 309717 20168.0 310428 21271.0 311140 21962.0 311851 24160.0 312562 26757.0 313274 28841.0 313985 28422.0 314697 28240.0 315408 29925.0 316119 31643.0 316831 31838.0 317542 30392.0 318254 28237.0 318965 26904.0 319676 25597.0 320388 23197.0 321099 21321.0 321810 20606.0 322522 19414.0 323233 18488.0 323945 17611.0 324656 17511.0 325367 18263.0 326079 18038.0 326790 18099.0 327501 17349.0 328213 17907.0 328924 18333.0 329636 17259.0 330347 17199.0 331058 17902.0 331770 17943.0 332481 18093.0 333193 19948.0 333904 21964.0 334615 24172.0 335327 26508.0 336038 28484.0 336749 27843.0 337461 26758.0 338172 26754.0 338884 24380.0 339595 23084.0 340306 21441.0 341018 19600.0 341729 18983.0 342441 19283.0 343152 19647.0 343863 20703.0 344575 21771.0 345286 22594.0 345997 22006.0 346709 21881.0 347420 21186.0 348132 19616.0 348843 19574.0 349554 19538.0 350266 21947.0 350977 24567.0 351688 28366.0 352400 32747.0 353111 39239.0 353823 49162.0 354534 55900.0 355245 61517.0 355957 65735.0 356668 63664.0 357380 58313.0 358091 53193.0 358802 48114.0 359514 43478.0 360225 37997.0 360936 33028.0 361648 28251.0 362359 25777.0 363071 23211.0 363782 21910.0 364493 19953.0 365205 18885.0 365916 18244.0 366628 17697.0 367339 17529.0 368050 17423.0 368762 17715.0 369473 17423.0 370184 16789.0 370896 17469.0 371607 16788.0 372319 16050.0 373030 16493.0 373741 16447.0 374453 16098.0 375164 16317.0 375875 16299.0 376587 16135.0 377298 15807.0 378010 15765.0 378721 16152.0 379432 16927.0 380144 19319.0 380855 22585.0 381567 26838.0 382278 28077.0 382989 28379.0 383701 28184.0 384412 26946.0 385123 25410.0 385835 22892.0 386546 21195.0 387258 20502.0 387969 18598.0 388680 18287.0 389392 18502.0 390103 18422.0 390815 18445.0 391526 18544.0 392237 18060.0 392949 17973.0 393660 17600.0 394371 16666.0 395083 16694.0 395794 16301.0 396506 15855.0 397217 15696.0 397928 15541.0 398640 15685.0 399351 15098.0 400062 15277.0 400774 15204.0 401485 15104.0 402197 14641.0 402908 14651.0 403619 14748.0 404331 14214.0 405042 14733.0 405754 14305.0 406465 14475.0 407176 13928.0 407888 14435.0 408599 14339.0 409310 13647.0 410022 14866.0 410733 14320.0 411445 14304.0 412156 14150.0 412867 14227.0 413579 14398.0 414290 14074.0 415002 14089.0 415713 13986.0 416424 14372.0 417136 14118.0 417847 13407.0 418558 14462.0 419270 14387.0 419981 13831.0 420693 13861.0 421404 17946.0 422115 48885.0 422827 114945.0 423538 192533.0 424249 267912.0 424961 333506.0 425672 375056.0 426384 355995.0 427095 295539.0 427806 206459.0 428518 116533.0 429229 72019.0 429941 51337.0 430652 42195.0 431363 35427.0 432075 32620.0 432786 29526.0 433497 27375.0 434209 25479.0 434920 24638.0 435632 23950.0 436343 23443.0 437054 22607.0 437766 21515.0 438477 20948.0 439189 20984.0 439900 20582.0 440611 20357.0 441323 21867.0 442034 21774.0 442745 22659.0 443457 22422.0 444168 22453.0 444880 21254.0 445591 20518.0 446302 20028.0 447014 20227.0 447725 20825.0 448436 20271.0 449148 19888.0 449859 19183.0 450571 19124.0 451282 18715.0 451993 18610.0 452705 18596.0 453416 18179.0 454128 17973.0 454839 19043.0 455550 19546.0 456262 21321.0 456973 21108.0 457684 20557.0 458396 20820.0 459107 19987.0 459819 18452.0 460530 17613.0 461241 17095.0 461953 17446.0 462664 16785.0 463376 17485.0 464087 17115.0 464798 17161.0 465510 17742.0 466221 17456.0 466932 17327.0 467644 17012.0 468355 16764.0 469067 16476.0 469778 16345.0 470489 15886.0 471201 17835.0 471912 21232.0 472623 23614.0 473335 25696.0 474046 27412.0 474758 28908.0 475469 30583.0 476180 29417.0 476892 28035.0 477603 25356.0 478315 23754.0 479026 21057.0 479737 19852.0 480449 18975.0 481160 17609.0 481871 17859.0 482583 17945.0 483294 18412.0 484006 18794.0 484717 18716.0 485428 18405.0 486140 18445.0 486851 18030.0 487562 17819.0 488274 17249.0 488985 16917.0 489697 17211.0 490408 16889.0 491119 16803.0 491831 265591.0 492542 327497.0 493254 296713.0 493965 253921.0 494676 209533.0 495388 173212.0 496099 144206.0 496810 121510.0 497522 103032.0 498233 88672.0 498945 76817.0 499656 66408.0 500367 59061.0 501079 51765.0 501790 48573.0 502502 45647.0 503213 42299.0 503924 38921.0 504636 36027.0 505347 33435.0 506058 31634.0 506770 29321.0 507481 27754.0 508193 26176.0 508904 24746.0 509615 23718.0 510327 23372.0 511038 22635.0 511749 22206.0 512461 21369.0 513172 21826.0 513884 23768.0 514595 26898.0 515306 27284.0 516018 26309.0 516729 24517.0 517441 21975.0 518152 20771.0 518863 19524.0 519575 18359.0 520286 18332.0 520997 18133.0 521709 17280.0 522420 17277.0 523132 16601.0 523843 16710.0 524554 15939.0 525266 16422.0 525977 16579.0 526689 16120.0 527400 16015.0 528111 15929.0 528823 15378.0 529534 15353.0 530245 15322.0 530957 15096.0 531668 15503.0 532380 17084.0 533091 17577.0 533802 20039.0 534514 21670.0 535225 21635.0 535936 22259.0 536648 20208.0 537359 19348.0 538071 17269.0 538782 16249.0 539493 15866.0 540205 15894.0 540916 16060.0 541628 15667.0 542339 15591.0 543050 15904.0 543762 14980.0 544473 14852.0 545184 14114.0 545896 14146.0 546607 14297.0 547319 14148.0 548030 14329.0 548741 14417.0 549453 14216.0 550164 14270.0 550876 14137.0 551587 13902.0 552298 13986.0 553010 13811.0 553721 13391.0 554432 13794.0 555144 13483.0 555855 13283.0 556567 13657.0 557278 13098.0 557989 13206.0 558701 13705.0 559412 13469.0 560123 13022.0 560835 13209.0 561546 13674.0 562258 13247.0 562969 13307.0 563680 13200.0 564392 13012.0 565103 13316.0 565815 13102.0 566526 13057.0 567237 12891.0 567949 12765.0 568660 12577.0 569371 12680.0 570083 12762.0 570794 12927.0 571506 13021.0 572217 12319.0 572928 12743.0 573640 12375.0 574351 12662.0 575063 14582.0 575774 17687.0 576485 20948.0 577197 23237.0 577908 23576.0 578619 21462.0 579331 20637.0 580042 29636.0 580754 51946.0 581465 72568.0 582176 80187.0 582888 73792.0 583599 61089.0 584310 46756.0 585022 34415.0 585733 27000.0 586445 22613.0 587156 20077.0 587867 18191.0 588579 16965.0 589290 15597.0 590002 15419.0 590713 14747.0 591424 14440.0 592136 13543.0 592847 14049.0 593558 13937.0 594270 13487.0 594981 13537.0 595693 13638.0 596404 13959.0 597115 14190.0 597827 14738.0 598538 14707.0 599250 14323.0 599961 14411.0 600672 14372.0 601384 13929.0 602095 13778.0 602806 13702.0 603518 13517.0 604229 12616.0 604941 12682.0 605652 12635.0 606363 13159.0 607075 12861.0 607786 12509.0 608497 12323.0 609209 12388.0 609920 12873.0 610632 12144.0 611343 12068.0 612054 12727.0 612766 12682.0 613477 12003.0 614189 12197.0 614900 12330.0 615611 11739.0 616323 11908.0 617034 11461.0 617745 12246.0 618457 12040.0 619168 12333.0 619880 12321.0 620591 12074.0 621302 12278.0 622014 12094.0 622725 11992.0 623437 11625.0 624148 11734.0 624859 12380.0 625571 12161.0 626282 12066.0 626993 11873.0 627705 11690.0 628416 12297.0 629128 11252.0 629839 11816.0 630550 11784.0 631262 11594.0 631973 11409.0 632684 11789.0 633396 11728.0 634107 11610.0 634819 12037.0 635530 11478.0 636241 11663.0 636953 10995.0 637664 11598.0 638376 11349.0 639087 11363.0 639798 12183.0 640510 11484.0 641221 11456.0 641932 11641.0 642644 11380.0 643355 11758.0 644067 11590.0 644778 11816.0 645489 11770.0 646201 11881.0 646912 11744.0 647624 11765.0 648335 11690.0 649046 12235.0 649758 12063.0 650469 11661.0 651180 12231.0 651892 11829.0 652603 12301.0 653315 12053.0 654026 11845.0 654737 15691.0 655449 25385.0 656160 40052.0 656871 45584.0 657583 44093.0 658294 35557.0 659006 28372.0 659717 22550.0 660428 17847.0 661140 15643.0 661851 14462.0 662563 14135.0 663274 14235.0 663985 15106.0 664697 17744.0 665408 18209.0 666119 18902.0 666831 18584.0 667542 17649.0 668254 16827.0 668965 16148.0 669676 14909.0 670388 14048.0 671099 13976.0 671811 13673.0 672522 13168.0 673233 13830.0 673945 14013.0 674656 13510.0 675367 13656.0 676079 13290.0 676790 12920.0 677502 13349.0 678213 13297.0 678924 13229.0 679636 13243.0 680347 13315.0 681058 13470.0 681770 13407.0 682481 13081.0 683193 13263.0 683904 12315.0 684615 12061.0 685327 12391.0 686038 12806.0 686750 13871.0 687461 13757.0 688172 13802.0 688884 13949.0 689595 13506.0 690306 12917.0 691018 12325.0 691729 12530.0 692441 11750.0 693152 11720.0 693863 11484.0 694575 11824.0 695286 11819.0 695997 11238.0 696709 11240.0 697420 11236.0 698132 11782.0 698843 11524.0 699554 12609.0 700266 13703.0 700977 14915.0 701689 14562.0 702400 13834.0 703111 13245.0 703823 12233.0 704534 12087.0 705245 11993.0 705957 11384.0 706668 11721.0 707380 12327.0 708091 13040.0 708802 12664.0 709514 13200.0 710225 13237.0 710937 12602.0 711648 12843.0 712359 12580.0 713071 12031.0 713782 11337.0 714493 11720.0 715205 11383.0 715916 11638.0 716628 11223.0 717339 11161.0 718050 10655.0 718762 11290.0 719473 11012.0 720184 11688.0 720896 11513.0 721607 11324.0 722319 12024.0 723030 11793.0 723741 11311.0 724453 11563.0 725164 11078.0 725876 11002.0 726587 10951.0 727298 11221.0 728010 10990.0 728721 10565.0 729432 11086.0 730144 10794.0 730855 11270.0 731567 11345.0 732278 10840.0 732989 10677.0 733701 10513.0 734412 11003.0 735124 10826.0 735835 10445.0 736546 11111.0 737258 10606.0 737969 10651.0 738680 10755.0 739392 10603.0 740103 11010.0 740815 12521.0 741526 14319.0 742237 16354.0 742949 16983.0 743660 17538.0 744371 17028.0 745083 16394.0 745794 15092.0 746506 14314.0 747217 13970.0 747928 13800.0 748640 13421.0 749351 12976.0 750063 13064.0 750774 12921.0 751485 12754.0 752197 12141.0 752908 12328.0 753619 12236.0 754331 12160.0 755042 12385.0 755754 12132.0 756465 11570.0 757176 11174.0 757888 11451.0 758599 11472.0 759311 11370.0 760022 11253.0 760733 11310.0 761445 11246.0 762156 11511.0 762867 11437.0 763579 10857.0 764290 11185.0 765002 10789.0 765713 10885.0 766424 11377.0 767136 11262.0 767847 11001.0 768558 11313.0 769270 10526.0 769981 10732.0 770693 10964.0 771404 10910.0 772115 10775.0 772827 11150.0 773538 10736.0 774250 10658.0 774961 10460.0 775672 10441.0 776384 11571.0 777095 11942.0 777806 11971.0 778518 12494.0 779229 12348.0 779941 11455.0 780652 11351.0 781363 11501.0 782075 11166.0 782786 10881.0 783498 10770.0 784209 10576.0 784920 11416.0 785632 10757.0 786343 10651.0 787054 10972.0 787766 10646.0 788477 10704.0 789189 10501.0 789900 11387.0 790611 12114.0 791323 13889.0 792034 13814.0 792745 15016.0 793457 19665.0 794168 24396.0 794880 26284.0 795591 25600.0 796302 22276.0 797014 18552.0 797725 17035.0 798437 15553.0 799148 14511.0 799859 13717.0 800571 13546.0 801282 12967.0 801993 12063.0 802705 12319.0 803416 11728.0 804128 11633.0 804839 12058.0 805550 11525.0 806262 11518.0 806973 11581.0 807685 11566.0 808396 12540.0 809107 13314.0 809819 13096.0 810530 13030.0 811241 12754.0 811953 12119.0 812664 12205.0 813376 11744.0 814087 11278.0 814798 11481.0 815510 11347.0 816221 11390.0 816932 11798.0 817644 11554.0 818355 11166.0 819067 10802.0 819778 11161.0 820489 11027.0 821201 10957.0 821912 11384.0 822624 11115.0 823335 11445.0 824046 11260.0 824758 11003.0 825469 11025.0 826180 11335.0 826892 11970.0 827603 14113.0 828315 16179.0 829026 17873.0 829737 17895.0 830449 16556.0 831160 15719.0 831872 15605.0 832583 14975.0 833294 14482.0 834006 14057.0 834717 13302.0 835428 12639.0 836140 13170.0 836851 13509.0 837563 13548.0 838274 13588.0 838985 13680.0 839697 13002.0 840408 12476.0 841119 12105.0 841831 11947.0 842542 12185.0 843254 11856.0 843965 11759.0 844676 11750.0 845388 11793.0 846099 11434.0 846811 11241.0 847522 11373.0 848233 11105.0 848945 11317.0 849656 11316.0 850367 11001.0 851079 11942.0 851790 13113.0 852502 15441.0 853213 16684.0 853924 16055.0 854636 15388.0 855347 13744.0 856059 13279.0 856770 12253.0 857481 11862.0 858193 11437.0 858904 11130.0 859615 11360.0 860327 10911.0 861038 10992.0 861750 10888.0 862461 11211.0 863172 11971.0 863884 15166.0 864595 31342.0 865306 73248.0 866018 128782.0 866729 166603.0 867441 148116.0 868152 94633.0 868863 50718.0 869575 30935.0 870286 22502.0 870998 19207.0 871709 17531.0 872420 16013.0 873132 14166.0 873843 13992.0 874554 13805.0 875266 12956.0 875977 13201.0 876689 12683.0 877400 12761.0 878111 12813.0 878823 12574.0 879534 11796.0 880246 12457.0 880957 12509.0 881668 12384.0 882380 12903.0 883091 12740.0 883802 13302.0 884514 13060.0 885225 12809.0 885937 12729.0 886648 12297.0 887359 12204.0 888071 11302.0 888782 11459.0 889493 11875.0 890205 11665.0 890916 10903.0 891628 11847.0 892339 11297.0 893050 11061.0 893762 11084.0 894473 11149.0 895185 10859.0 895896 10758.0 896607 11024.0 897319 11286.0 898030 12287.0 898741 17849.0 899453 29701.0 900164 42610.0 900876 44993.0 901587 37283.0 902298 27350.0 903010 19951.0 903721 17200.0 904432 20348.0 905144 24341.0 905855 26091.0 906567 25005.0 907278 20858.0 907989 17739.0 908701 15522.0 909412 14443.0 910124 13219.0 910835 12728.0 911546 12423.0 912258 12132.0 912969 11931.0 913680 12195.0 914392 11634.0 915103 11590.0 915815 11558.0 916526 11560.0 917237 11338.0 917949 10630.0 918660 11054.0 919372 11810.0 920083 13255.0 920794 15350.0 921506 16090.0 922217 16387.0 922928 14154.0 923640 13088.0 924351 12131.0 925063 11749.0 925774 11184.0 926485 11105.0 927197 10773.0 927908 11248.0 928619 11384.0 929331 11238.0 930042 11875.0 930754 11990.0 931465 11498.0 932176 11640.0 932888 11811.0 933599 11731.0 934311 10925.0 935022 10575.0 935733 10821.0 936445 10877.0 937156 10576.0 937867 10516.0 938579 10431.0 939290 10463.0 940002 10578.0 940713 10423.0 941424 10837.0 942136 11997.0 942847 21237.0 943559 47992.0 944270 81877.0 944981 95763.0 945693 81445.0 946404 56944.0 947115 38860.0 947827 26630.0 948538 21516.0 949250 19885.0 949961 21359.0 950672 24012.0 951384 23764.0 952095 22863.0 952806 21375.0 953518 19599.0 954229 17599.0 954941 16102.0 955652 15223.0 956363 15284.0 957075 16403.0 957786 18758.0 958498 21120.0 959209 22512.0 959920 24931.0 960632 26746.0 961343 26569.0 962054 23843.0 962766 20105.0 963477 17704.0 964189 15133.0 964900 14230.0 965611 12483.0 966323 12772.0 967034 12115.0 967746 12053.0 968457 12229.0 969168 12917.0 969880 12908.0 970591 13032.0 971302 12509.0 972014 12312.0 972725 11754.0 973437 11564.0 974148 11327.0 974859 11297.0 975571 12136.0 976282 11199.0 976993 11274.0 977705 11421.0 978416 11344.0 979128 11777.0 979839 11780.0 980550 11334.0 981262 10786.0 981973 11160.0 982685 10839.0 983396 11026.0 984107 11117.0 984819 11023.0 985530 10635.0 986241 10782.0 986953 11057.0 987664 11226.0 988376 11383.0 989087 11089.0 989798 10723.0 990510 11000.0 991221 10682.0 991933 10341.0 992644 10468.0 993355 10751.0 994067 10574.0 994778 10979.0 995489 11475.0 996201 12364.0 996912 13355.0 997624 14439.0 998335 19984.0 999046 37638.0 999758 66680.0 1000469 89334.0 1001180 90093.0 1001892 73023.0 1002603 69492.0 1003315 71906.0 1004026 68455.0 1004737 49456.0 1005449 33840.0 1006160 22626.0 1006872 17668.0 1007583 15123.0 1008294 14059.0 1009006 13484.0 1009717 12799.0 1010428 12886.0 1011140 12650.0 1011851 12204.0 1012563 12083.0 1013274 12101.0 1013985 12149.0 1014697 12537.0 1015408 12375.0 1016120 13014.0 1016831 12682.0 1017542 12558.0 1018254 12348.0 1018965 12580.0 1019676 12093.0 1020388 12367.0 1021099 12274.0 1021811 11911.0 1022522 11658.0 1023233 11734.0 1023945 11350.0 1024656 10958.0 1025367 11168.0 1026079 11540.0 1026790 10926.0 1027502 11267.0 1028213 11723.0 1028924 10618.0 1029636 10910.0 1030347 10659.0 1031059 10298.0 1031770 10467.0 1032481 10518.0 1033193 10756.0 1033904 11615.0 1034615 14911.0 1035327 23180.0 1036038 33016.0 1036750 36140.0 1037461 33422.0 1038172 26626.0 1038884 20239.0 1039595 15720.0 1040307 13639.0 1041018 12694.0 1041729 12057.0 1042441 13193.0 1043152 21975.0 1043863 54654.0 1044575 126699.0 1045286 206176.0 1045998 240775.0 1046709 188464.0 1047420 106242.0 1048132 53412.0 1048843 32233.0 1049554 24339.0 1050266 20487.0 1050977 18702.0 1051689 17633.0 1052400 15903.0 1053111 14876.0 1053823 14401.0 1054534 13909.0 1055246 13285.0 1055957 12997.0 1056668 13297.0 1057380 12781.0 1058091 12730.0 1058802 12303.0 1059514 11956.0 1060225 12223.0 1060937 12200.0 1061648 12533.0 1062359 12196.0 1063071 11617.0 1063782 12348.0 1064494 12090.0 1065205 12220.0 1065916 12084.0 1066628 12413.0 1067339 11477.0 1068050 11570.0 1068762 11486.0 1069473 11399.0 1070185 11471.0 1070896 11116.0 1071607 11720.0 1072319 11325.0 1073030 11198.0 1073741 10792.0 1074453 10946.0 1075164 10638.0 1075876 10866.0 1076587 10933.0 1077298 11079.0 1078010 10873.0 1078721 10391.0 1079433 10968.0 1080144 10832.0 1080855 10781.0 1081567 10827.0 1082278 10572.0 1082989 11233.0 1083701 10979.0 1084412 10288.0 1085124 10184.0 1085835 10489.0 1086546 10535.0 1087258 10568.0 1087969 11305.0 1088681 11907.0 1089392 12458.0 1090103 12043.0 1090815 11840.0 1091526 11651.0 1092237 11522.0 1092949 11390.0 1093660 10906.0 1094372 10366.0 1095083 10641.0 1095794 10447.0 1096506 10583.0 1097217 10596.0 1097928 10526.0 1098640 10427.0 1099351 10432.0 1100063 10448.0 1100774 10886.0 1101485 12236.0 1102197 13913.0 1102908 16021.0 1103620 14937.0 1104331 14876.0 1105042 14817.0 1105754 15643.0 1106465 15440.0 1107176 14048.0 1107888 12785.0 1108599 12326.0 1109311 11816.0 1110022 11391.0 1110733 11170.0 1111445 10587.0 1112156 10625.0 1112867 10726.0 1113579 10665.0 1114290 10293.0 1115002 10892.0 1115713 10525.0 1116424 10748.0 1117136 10653.0 1117847 10913.0 1118559 11198.0 1119270 11075.0 1119981 10923.0 1120693 10493.0 1121404 10590.0 1122115 11288.0 1122827 10960.0 1123538 10989.0 1124250 11704.0 1124961 11721.0 1125672 11542.0 1126384 11035.0 1127095 11446.0 1127807 11300.0 1128518 11241.0 1129229 10708.0 1129941 10551.0 1130652 11007.0 1131363 10251.0 1132075 10581.0 1132786 10735.0 1133498 10875.0 1134209 10800.0 1134920 11679.0 1135632 11692.0 1136343 11830.0 1137054 11415.0 1137766 11673.0 1138477 11367.0 1139189 11260.0 1139900 11853.0 1140611 11701.0 1141323 11824.0 1142034 11435.0 1142746 11199.0 1143457 10703.0 1144168 10512.0 1144880 9981.0 1145591 10037.0 1146302 10630.0 1147014 11020.0 1147725 10051.0 1148437 10730.0 1149148 11245.0 1149859 11547.0 1150571 10968.0 1151282 10626.0 1151994 10342.0 1152705 10300.0 1153416 10537.0 1154128 10340.0 1154839 10269.0 1155550 10778.0 1156262 11051.0 1156973 11177.0 1157685 10697.0 1158396 10525.0 1159107 10773.0 1159819 9945.0 1160530 10197.0 1161241 10076.0 1161953 10250.0 1162664 10932.0 1163376 10450.0 1164087 10569.0 1164798 10830.0 1165510 11016.0 1166221 11359.0 1166933 11125.0 1167644 11953.0 1168355 15588.0 1169067 21265.0 1169778 27112.0 1170489 26228.0 1171201 21817.0 1171912 17008.0 1172624 14073.0 1173335 12052.0 1174046 11317.0 1174758 11183.0 1175469 12764.0 1176181 18125.0 1176892 26397.0 1177603 30508.0 1178315 27532.0 1179026 21129.0 1179737 16873.0 1180449 14433.0 1181160 13000.0 1181872 12106.0 1182583 12017.0 1183294 11622.0 1184006 11509.0 1184717 11084.0 1185428 11285.0 1186140 11018.0 1186851 11242.0 1187563 11171.0 1188274 11296.0 1188985 11259.0 1189697 11090.0 1190408 10844.0 1191120 11210.0 1191831 10909.0 1192542 10940.0 1193254 11016.0 1193965 11720.0 1194676 11729.0 1195388 12263.0 1196099 12298.0 1196811 10884.0 1197522 11655.0 1198233 10624.0 1198945 10618.0 1199656 10576.0 1200368 10176.0 1201079 11399.0 1201790 12205.0 1202502 15676.0 1203213 18706.0 1203924 18446.0 1204636 16771.0 1205347 13997.0 1206059 12402.0 1206770 11542.0 1207481 11026.0 1208193 11876.0 1208904 12546.0 1209615 13313.0 1210327 13004.0 1211038 12421.0 1211750 11800.0 1212461 11604.0 1213172 11899.0 1213884 11874.0 1214595 11974.0 1215307 10723.0 1216018 10884.0 1216729 10481.0 1217441 10711.0 1218152 10634.0 1218863 10622.0 1219575 10489.0 1220286 10557.0 1220998 10671.0 1221709 11230.0 1222420 11663.0 1223132 11738.0 1223843 11303.0 1224555 10881.0 1225266 10707.0 1225977 10889.0 1226689 10810.0 1227400 10712.0 1228111 10492.0 1228823 10328.0 1229534 11653.0 1230246 15143.0 1230957 18868.0 1231668 20213.0 1232380 18592.0 1233091 15498.0 1233802 13288.0 1234514 12171.0 1235225 11279.0 1235937 10925.0 1236648 10730.0 1237359 10574.0 1238071 10809.0 1238782 10225.0 1239494 10377.0 1240205 10169.0 1240916 10506.0 1241628 10165.0 1242339 9744.0 1243050 9941.0 1243762 10374.0 1244473 10060.0 1245185 9838.0 1245896 9909.0 1246607 9716.0 1247319 9702.0 1248030 9799.0 1248742 10604.0 1249453 11367.0 1250164 11582.0 1250876 12045.0 1251587 11268.0 1252298 10991.0 1253010 10522.0 1253721 10970.0 1254433 12959.0 1255144 16812.0 1255855 19270.0 1256567 18475.0 1257278 16975.0 1257989 15020.0 1258701 13561.0 1259412 13560.0 1260124 14951.0 1260835 14926.0 1261546 13367.0 1262258 13351.0 1262969 12043.0 1263681 10997.0 1264392 10696.0 1265103 11065.0 1265815 10984.0 1266526 10599.0 1267237 10678.0 1267949 10748.0 1268660 10454.0 1269372 10513.0 1270083 10039.0 1270794 10357.0 1271506 10153.0 1272217 9955.0 1272929 10085.0 1273640 10120.0 1274351 10168.0 1275063 9860.0 1275774 10092.0 1276485 9854.0 1277197 9989.0 1277908 10128.0 1278620 9404.0 1279331 9711.0 1280042 10344.0 1280754 10289.0 1281465 10039.0 1282176 10134.0 1282888 10367.0 1283599 10115.0 1284311 10795.0 1285022 10730.0 1285733 10054.0 1286445 10274.0 1287156 10005.0 1287868 9883.0 1288579 10116.0 1289290 10193.0 1290002 9761.0 1290713 11044.0 1291424 11532.0 1292136 12406.0 1292847 14788.0 1293559 17765.0 1294270 19849.0 1294981 18013.0 1295693 15516.0 1296404 12672.0 1297116 11425.0 1297827 10923.0 1298538 10641.0 1299250 11182.0 1299961 10804.0 1300672 10844.0 1301384 10467.0 1302095 10577.0 1302807 10400.0 1303518 11012.0 1304229 11536.0 1304941 11522.0 1305652 11609.0 1306363 12140.0 1307075 13664.0 1307786 14893.0 1308498 14815.0 1309209 14034.0 1309920 12151.0 1310632 12038.0 1311343 11759.0 1312055 13578.0 1312766 16496.0 1313477 19578.0 1314189 21277.0 1314900 22713.0 1315611 25521.0 1316323 29570.0 1317034 29354.0 1317746 24913.0 1318457 19781.0 1319168 15607.0 1319880 13967.0 1320591 12761.0 1321303 12395.0 1322014 12206.0 1322725 11441.0 1323437 11330.0 1324148 11444.0 1324859 10875.0 1325571 10608.0 1326282 10560.0 1326994 10629.0 1327705 10451.0 1328416 10704.0 1329128 10689.0 1329839 10101.0 1330550 10522.0 1331262 9783.0 1331973 9711.0 1332685 9935.0 1333396 9723.0 1334107 9900.0 1334819 9935.0 1335530 9910.0 1336242 9385.0 1336953 9933.0 1337664 10088.0 1338376 10065.0 1339087 10043.0 1339798 10225.0 1340510 10092.0 1341221 10312.0 1341933 10480.0 1342644 11042.0 1343355 11607.0 1344067 12125.0 1344778 12085.0 1345489 11759.0 1346201 11116.0 1346912 10837.0 1347624 10476.0 1348335 10082.0 1349046 10295.0 1349758 10485.0 1350469 10433.0 1351181 10747.0 1351892 10765.0 1352603 11217.0 1353315 10792.0 1354026 10701.0 1354737 10053.0 1355449 10492.0 1356160 10826.0 1356872 10971.0 1357583 10710.0 1358294 10412.0 1359006 10053.0 1359717 9997.0 1360429 10272.0 1361140 11324.0 1361851 12475.0 1362563 16128.0 1363274 21962.0 1363985 26178.0 1364697 26964.0 1365408 24682.0 1366120 19439.0 1366831 16246.0 1367542 13395.0 1368254 11914.0 1368965 11872.0 1369676 11849.0 1370388 12303.0 1371099 13921.0 1371811 16067.0 1372522 17882.0 1373233 18257.0 1373945 17576.0 1374656 15708.0 1375368 14189.0 1376079 13048.0 1376790 12290.0 1377502 12039.0 1378213 11904.0 1378924 11727.0 1379636 12230.0 1380347 14889.0 1381059 23368.0 1381770 41558.0 1382481 61928.0 1383193 79433.0 1383904 73036.0 1384616 49934.0 1385327 31169.0 1386038 20722.0 1386750 16713.0 1387461 15091.0 1388172 14319.0 1388884 14120.0 1389595 13678.0 1390307 14061.0 1391018 13795.0 1391729 13076.0 1392441 12256.0 1393152 12179.0 1393863 12022.0 1394575 11701.0 1395286 11947.0 1395998 11938.0 1396709 12320.0 1397420 11980.0 1398132 11567.0 1398843 11549.0 1399555 11656.0 1400266 11272.0 1400977 11548.0 1401689 10996.0 1402400 10966.0 1403111 10921.0 1403823 12125.0 1404534 11887.0 1405246 12878.0 1405957 11998.0 1406668 11427.0 1407380 11036.0 1408091 10884.0 1408803 11002.0 1409514 12051.0 1410225 11363.0 1410937 11897.0 1411648 11078.0 1412359 11388.0 1413071 11405.0 1413782 10912.0 1414494 11133.0 1415205 11456.0 1415916 11787.0 1416628 11301.0 1417339 11471.0 1418050 11031.0 1418762 11289.0 1419473 11069.0 1420185 11298.0 1420896 11417.0 1421607 11880.0 1422319 12001.0 1423030 13305.0 1423742 14017.0 1424453 13867.0 1425164 13601.0 1425876 13482.0 1426587 13141.0 1427298 12345.0 1428010 12139.0 1428721 12544.0 1429433 12350.0 1430144 12788.0 1430855 12808.0 1431567 12689.0 1432278 11993.0 1432990 12238.0 1433701 11661.0 1434412 11711.0 1435124 11534.0 1435835 12153.0 1436546 11889.0 1437258 12163.0 1437969 12143.0 1438681 12442.0 1439392 13071.0 1440103 13384.0 1440815 14272.0 1441526 14323.0 1442237 14556.0 1442949 14506.0 1443660 13879.0 1444372 14664.0 1445083 18766.0 1445794 27902.0 1446506 43958.0 1447217 56407.0 1447929 60243.0 1448640 47279.0 1449351 31807.0 1450063 21991.0 1450774 18498.0 1451485 16389.0 1452197 15713.0 1452908 14857.0 1453620 15781.0 1454331 15180.0 1455042 14750.0 1455754 15621.0 1456465 15189.0 1457177 15075.0 1457888 14811.0 1458599 14149.0 1459311 13047.0 1460022 13237.0 1460733 12981.0 1461445 12959.0 1462156 13423.0 1462868 13961.0 1463579 13668.0 1464290 13197.0 1465002 12937.0 1465713 13080.0 1466424 12422.0 1467136 13059.0 1467847 15882.0 1468559 24169.0 1469270 36303.0 1469981 44658.0 1470693 43758.0 1471404 34845.0 1472116 25953.0 1472827 20636.0 1473538 18245.0 1474250 22315.0 1474961 35653.0 1475672 57336.0 1476384 79071.0 1477095 82693.0 1477807 61005.0 1478518 37135.0 1479229 24470.0 1479941 20056.0 1480652 19627.0 1481364 21189.0 1482075 20563.0 1482786 19502.0 1483498 17547.0 1484209 16185.0 1484920 14697.0 1485632 14068.0 1486343 14578.0 1487055 15798.0 1487766 17609.0 1488477 18020.0 1489189 18621.0 1489900 17742.0 1490611 16338.0 1491323 14978.0 1492034 13843.0 1492746 13079.0 1493457 12959.0 1494168 12790.0 1494880 13122.0 1495591 13101.0 1496303 12673.0 1497014 12819.0 1497725 13039.0 1498437 13078.0 1499148 13251.0 1499859 12937.0 1500571 13241.0 1501282 12799.0 1501994 12723.0 1502705 12714.0 1503416 12661.0 1504128 12594.0 1504839 12979.0 1505551 12582.0 1506262 13199.0 1506973 13980.0 1507685 14637.0 1508396 14636.0 1509107 14815.0 1509819 13839.0 1510530 13245.0 1511242 12892.0 1511953 12855.0 1512664 14071.0 1513376 15215.0 1514087 15483.0 1514798 15402.0 1515510 14686.0 1516221 14776.0 1516933 14292.0 1517644 14331.0 1518355 13867.0 1519067 13476.0 1519778 12870.0 1520490 12615.0 1521201 12662.0 1521912 12026.0 1522624 12238.0 1523335 12059.0 1524046 12135.0 1524758 12078.0 1525469 12310.0 1526181 12286.0 1526892 12242.0 1527603 12576.0 1528315 11830.0 1529026 12074.0 1529738 11907.0 1530449 11249.0 1531160 11580.0 1531872 11938.0 1532583 12954.0 1533294 14701.0 1534006 16210.0 1534717 18538.0 1535429 21480.0 1536140 25857.0 1536851 26215.0 1537563 23906.0 1538274 18517.0 1538985 15375.0 1539697 13883.0 1540408 13279.0 1541120 12769.0 1541831 13131.0 1542542 12186.0 1543254 11957.0 1543965 11784.0 1544677 11431.0 1545388 11750.0 1546099 11393.0 1546811 11705.0 1547522 12220.0 1548233 12235.0 1548945 12561.0 1549656 12507.0 1550368 13701.0 1551079 13452.0 1551790 12826.0 1552502 12737.0 1553213 12687.0 1553924 12019.0 1554636 12553.0 1555347 12569.0 1556059 12264.0 1556770 12282.0 1557481 12275.0 1558193 11888.0 1558904 11804.0 1559616 11821.0 1560327 12149.0 1561038 14957.0 1561750 22248.0 1562461 36095.0 1563172 54730.0 1563884 69705.0 1564595 65978.0 1565307 49264.0 1566018 33413.0 1566729 23831.0 1567441 19518.0 1568152 17644.0 1568864 16232.0 1569575 15285.0 1570286 14965.0 1570998 14401.0 1571709 14104.0 1572420 14113.0 1573132 13289.0 1573843 13275.0 1574555 12821.0 1575266 12220.0 1575977 12264.0 1576689 12018.0 1577400 12158.0 1578111 12196.0 1578823 12460.0 1579534 13089.0 1580246 13594.0 1580957 14478.0 1581668 14422.0 1582380 15223.0 1583091 16246.0 1583803 16445.0 1584514 16079.0 1585225 14926.0 1585937 13335.0 1586648 12889.0 1587359 12265.0 1588071 12586.0 1588782 11853.0 1589494 12116.0 1590205 12495.0 1590916 12678.0 1591628 12158.0 1592339 11900.0 1593051 11693.0 1593762 11784.0 1594473 11446.0 1595185 11611.0 1595896 11837.0 1596607 10870.0 1597319 11378.0 1598030 11309.0 1598742 11163.0 1599453 11469.0 1600164 11858.0 1600876 11254.0 1601587 11572.0 1602298 11216.0 1603010 11097.0 1603721 10944.0 1604433 11169.0 1605144 11351.0 1605855 12260.0 1606567 14097.0 1607278 16611.0 1607990 19316.0 1608701 18212.0 1609412 16925.0 1610124 15586.0 1610835 17503.0 1611546 20755.0 1612258 24382.0 1612969 25550.0 1613681 22922.0 1614392 20096.0 1615103 19071.0 1615815 20620.0 1616526 22149.0 1617238 21184.0 1617949 18279.0 1618660 15119.0 1619372 14176.0 1620083 15549.0 1620794 22965.0 1621506 42236.0 1622217 72849.0 1622929 110327.0 1623640 152680.0 1624351 193291.0 1625063 219507.0 1625774 176010.0 1626485 80099.0 1627197 35320.0 1627908 22357.0 1628620 18303.0 1629331 16861.0 1630042 16080.0 1630754 15198.0 1631465 15351.0 1632177 14770.0 1632888 14574.0 1633599 13669.0 1634311 13656.0 1635022 13165.0 1635733 13184.0 1636445 14643.0 1637156 16584.0 1637868 18480.0 1638579 18480.0 1639290 16820.0 1640002 14653.0 1640713 13665.0 1641425 13146.0 1642136 12843.0 1642847 13485.0 1643559 14332.0 1644270 14724.0 1644981 14414.0 1645693 13563.0 1646404 13048.0 1647116 11823.0 1647827 11835.0 1648538 11882.0 1649250 11714.0 1649961 11930.0 1650672 11781.0 1651384 11617.0 1652095 11536.0 1652807 11167.0 1653518 11027.0 1654229 11001.0 1654941 10936.0 1655652 11611.0 1656364 11614.0 1657075 12080.0 1657786 12529.0 1658498 12513.0 1659209 13308.0 1659920 16439.0 1660632 21711.0 1661343 27007.0 1662055 29737.0 1662766 27290.0 1663477 23380.0 1664189 20233.0 1664900 18572.0 1665612 18137.0 1666323 17425.0 1667034 16427.0 1667746 16703.0 1668457 18578.0 1669168 24301.0 1669880 30272.0 1670591 32942.0 1671303 30379.0 1672014 24286.0 1672725 20053.0 1673437 17605.0 1674148 16450.0 1674859 17434.0 1675571 20819.0 1676282 25531.0 1676994 28094.0 1677705 28243.0 1678416 23757.0 1679128 19365.0 1679839 16078.0 1680551 14579.0 1681262 14087.0 1681973 14517.0 1682685 14231.0 1683396 13631.0 1684107 13048.0 1684819 12535.0 1685530 12147.0 1686242 12245.0 1686953 12080.0 1687664 13277.0 1688376 18098.0 1689087 34987.0 1689799 53768.0 1690510 60901.0 1691221 55762.0 1691933 50030.0 1692644 49099.0 1693355 54021.0 1694067 63715.0 1694778 76322.0 1695490 87397.0 1696201 100351.0 1696912 110055.0 1697624 119132.0 1698335 130905.0 1699046 143279.0 1699758 154031.0 1700469 166185.0 1701181 179376.0 1701892 190170.0 1702603 205345.0 1703315 221478.0 1704026 232159.0 1704738 248695.0 1705449 256405.0 1706160 267330.0 1706872 280094.0 1707583 291483.0 1708294 305709.0 1709006 319019.0 1709717 333352.0 1710429 346334.0 1711140 358591.0 1711851 368220.0 1712563 391773.0 1713274 401477.0 1713986 206049.0 1714697 75178.0 1715408 60664.0 1716120 52713.0 1716831 48985.0 1717542 45183.0 1718254 43399.0 1718965 41085.0 1719677 40304.0 1720388 38436.0 1721099 36023.0 1721811 35847.0 1722522 35070.0 1723233 35381.0 1723945 36010.0 1724656 34725.0 1725368 34019.0 1726079 32190.0 1726790 31062.0 1727502 30395.0 1728213 29823.0 1728925 30020.0 1729636 32252.0 1730347 34315.0 1731059 35789.0 1731770 32860.0 1732481 30897.0 1733193 27889.0 1733904 26055.0 1734616 25175.0 1735327 24540.0 1736038 24725.0 1736750 23534.0 1737461 23522.0 1738173 23074.0 1738884 22889.0 1739595 22037.0 1740307 21688.0 1741018 22409.0 1741729 21601.0 1742441 21265.0 1743152 21609.0 1743864 20400.0 1744575 19965.0 1745286 19454.0 1745998 19157.0 1746709 18483.0 1747420 19440.0 1748132 19509.0 1748843 19186.0 1749555 19308.0 1750266 18915.0 1750977 18664.0 1751689 17973.0 1752400 17938.0 1753112 18039.0 1753823 17774.0 1754534 17425.0 1755246 17505.0 1755957 17046.0 1756668 16667.0 1757380 17121.0 1758091 16329.0 1758803 16376.0 1759514 16657.0 1760225 16751.0 1760937 16983.0 1761648 17634.0 1762360 18244.0 1763071 17723.0 1763782 17146.0 1764494 16852.0 1765205 17184.0 1765916 17496.0 1766628 17533.0 1767339 17919.0 1768051 17869.0 1768762 17486.0 1769473 16976.0 1770185 16058.0 1770896 16316.0 1771607 15793.0 1772319 15356.0 1773030 14850.0 1773742 15250.0 1774453 15578.0 1775164 15394.0 1775876 15743.0 1776587 15731.0 1777299 15589.0 1778010 14646.0 1778721 14604.0 1779433 14101.0 1780144 14723.0 1780855 14080.0 1781567 14012.0 1782278 14545.0 1782990 14168.0 1783701 13945.0 1784412 13979.0 1785124 13812.0 1785835 14640.0 1786546 14711.0 1787258 14325.0 1787969 14283.0 1788681 13941.0 1789392 13617.0 1790103 13725.0 1790815 13956.0 1791526 13771.0 1792238 13877.0 1792949 14378.0 1793660 13914.0 1794372 14028.0 1795083 14098.0 1795794 14753.0 1796506 17124.0 1797217 22365.0 1797929 27229.0 1798640 28735.0 1799351 24253.0 1800063 19560.0 1800774 15857.0 1801486 14756.0 1802197 14078.0 1802908 13345.0 1803620 13167.0 1804331 13361.0 1805042 14029.0 1805754 13953.0 1806465 14478.0 1807177 15010.0 1807888 14529.0 1808599 14907.0 1809311 14511.0 1810022 14626.0 1810733 13728.0 1811445 13626.0 1812156 13212.0 1812868 13274.0 1813579 14476.0 1814290 14873.0 1815002 15317.0 1815713 15624.0 1816425 15337.0 1817136 14555.0 1817847 14501.0 1818559 14159.0 1819270 14540.0 1819981 14646.0 1820693 14237.0 1821404 14078.0 1822116 14317.0 1822827 13663.0 1823538 14498.0 1824250 14065.0 1824961 14993.0 1825673 18460.0 1826384 25264.0 1827095 36075.0 1827807 47963.0 1828518 63174.0 1829229 97949.0 1829941 145805.0 1830652 177132.0 1831364 148674.0 1832075 88799.0 1832786 45344.0 1833498 25708.0 1834209 19504.0 1834920 17687.0 1835632 17352.0 1836343 19379.0 1837055 21339.0 1837766 21369.0 1838477 21295.0 1839189 19622.0 1839900 17364.0 1840612 16333.0 1841323 15644.0 1842034 14769.0 1842746 14454.0 1843457 14372.0 1844168 14091.0 1844880 14528.0 1845591 14030.0 1846303 13888.0 1847014 14319.0 1847725 14825.0 1848437 17471.0 1849148 19784.0 1849860 20361.0 1850571 19291.0 1851282 18110.0 1851994 16409.0 1852705 15566.0 1853416 15132.0 1854128 14277.0 1854839 14238.0 1855551 13609.0 1856262 13930.0 1856973 14195.0 1857685 13472.0 1858396 13301.0 1859107 13402.0 1859819 12682.0 1860530 12819.0 1861242 12904.0 1861953 12675.0 1862664 13238.0 1863376 12665.0 1864087 12804.0 1864799 12671.0 1865510 12653.0 1866221 12339.0 1866933 12926.0 1867644 13850.0 1868355 15956.0 1869067 17901.0 1869778 19055.0 1870490 18096.0 1871201 16146.0 1871912 13966.0 1872624 13030.0 1873335 12871.0 1874047 12499.0 1874758 12474.0 1875469 12828.0 1876181 12411.0 1876892 12627.0 1877603 12624.0 1878315 13507.0 1879026 13704.0 1879738 13185.0 1880449 12508.0 1881160 11958.0 1881872 12163.0 1882583 12281.0 1883294 11977.0 1884006 12387.0 1884717 13189.0 1885429 13999.0 1886140 16239.0 1886851 20311.0 1887563 21733.0 1888274 21860.0 1888986 19264.0 1889697 17071.0 1890408 14627.0 1891120 14063.0 1891831 13103.0 1892542 12921.0 1893254 12660.0 1893965 12926.0 1894677 13236.0 1895388 12501.0 1896099 12252.0 1896811 12251.0 1897522 12522.0 1898234 11913.0 1898945 12041.0 1899656 11473.0 1900368 11327.0 1901079 11851.0 1901790 11478.0 1902502 12088.0 1903213 11884.0 1903925 11943.0 1904636 11836.0 1905347 11960.0 1906059 12035.0 1906770 12342.0 1907481 12202.0 1908193 12531.0 1908904 11916.0 1909616 11450.0 1910327 11801.0 1911038 11356.0 1911750 11734.0 1912461 12087.0 1913173 12072.0 1913884 13388.0 1914595 15631.0 1915307 18713.0 1916018 19669.0 1916729 18916.0 1917441 17047.0 1918152 14991.0 1918864 13700.0 1919575 13186.0 1920286 12795.0 1920998 12686.0 1921709 11496.0 1922421 11732.0 1923132 11934.0 1923843 11437.0 1924555 11292.0 1925266 11609.0 1925977 11721.0 1926689 11523.0 1927400 11818.0 1928112 11278.0 1928823 11587.0 1929534 11880.0 1930246 11721.0 1930957 12369.0 1931668 14439.0 1932380 18187.0 1933091 22117.0 1933803 25205.0 1934514 27209.0 1935225 27741.0 1935937 24050.0 1936648 20564.0 1937360 17281.0 1938071 14512.0 1938782 13294.0 1939494 12831.0 1940205 12352.0 1940916 12358.0 1941628 12087.0 1942339 12365.0 1943051 12623.0 1943762 13073.0 1944473 16545.0 1945185 19041.0 1945896 20879.0 1946608 20155.0 1947319 18808.0 1948030 17092.0 1948742 17539.0 1949453 18699.0 1950164 19486.0 1950876 19165.0 1951587 21199.0 1952299 25454.0 1953010 29383.0 1953721 27859.0 1954433 25748.0 1955144 23532.0 1955855 20386.0 1956567 18157.0 1957278 17559.0 1957990 17055.0 1958701 15843.0 1959412 15775.0 1960124 15817.0 1960835 17557.0 1961547 20051.0 1962258 20544.0 1962969 18597.0 1963681 16868.0 1964392 15487.0 1965103 13955.0 1965815 13985.0 1966526 14741.0 1967238 15916.0 1967949 18741.0 1968660 21324.0 1969372 21239.0 1970083 20236.0 1970795 17499.0 1971506 16647.0 1972217 17525.0 1972929 18156.0 1973640 19528.0 1974351 19414.0 1975063 19982.0 1975774 20529.0 1976486 20254.0 1977197 19097.0 1977908 18260.0 1978620 16771.0 1979331 16063.0 1980042 15572.0 1980754 14884.0 1981465 14050.0 1982177 13590.0 1982888 13131.0 1983599 12486.0 1984311 13094.0 1985022 12316.0 1985734 12899.0 1986445 13471.0 1987156 14808.0 1987868 17251.0 1988579 16871.0 1989290 16444.0 1990002 15093.0 1990713 14103.0 1991425 13623.0 1992136 13046.0 1992847 12336.0 1993559 12066.0 1994270 12171.0 1994981 12350.0 1995693 13609.0 1996404 15912.0 1997116 19347.0 1997827 24435.0 1998538 27859.0 1999250 25478.0 1999961 21900.0 2000673 19992.0 2001384 18445.0 2002095 18004.0 2002807 17041.0 2003518 15057.0 2004229 14144.0 2004941 13073.0 2005652 13127.0 2006364 12811.0 2007075 12881.0 2007786 13651.0 2008498 12997.0 2009209 14879.0 2009921 15749.0 2010632 16782.0 2011343 16174.0 2012055 15090.0 2012766 14777.0 2013477 14772.0 2014189 14559.0 2014900 14118.0 2015612 13371.0 2016323 12789.0 2017034 13642.0 2017746 13984.0 2018457 14690.0 2019168 16646.0 2019880 17005.0 2020591 17075.0 2021303 16331.0 2022014 15192.0 2022725 13641.0 2023437 12448.0 2024148 12986.0 2024860 12639.0 2025571 14673.0 2026282 17900.0 2026994 22056.0 2027705 23850.0 2028416 22591.0 2029128 18186.0 2029839 14957.0 2030551 13939.0 2031262 13928.0 2031973 14611.0 2032685 16217.0 2033396 19747.0 2034108 21210.0 2034819 19810.0 2035530 16750.0 2036242 14920.0 2036953 13128.0 2037664 12622.0 2038376 12758.0 2039087 13787.0 2039799 16652.0 2040510 18424.0 2041221 17982.0 2041933 15421.0 2042644 13894.0 2043355 12704.0 2044067 13002.0 2044778 15332.0 2045490 17006.0 2046201 16694.0 2046912 15584.0 2047624 13988.0 2048335 13188.0 2049047 12562.0 2049758 12965.0 2050469 12528.0 2051181 11876.0 2051892 11837.0 2052603 11446.0 2053315 11486.0 2054026 11418.0 2054738 11573.0 2055449 11905.0 2056160 13028.0 2056872 12205.0 2057583 12242.0 2058295 11723.0 2059006 11339.0 2059717 11513.0 2060429 12051.0 2061140 11885.0 2061851 13451.0 2062563 16744.0 2063274 20791.0 2063986 25512.0 2064697 30819.0 2065408 34596.0 2066120 36871.0 2066831 37630.0 2067542 35411.0 2068254 31017.0 2068965 26103.0 2069677 22512.0 2070388 19784.0 2071099 17312.0 2071811 16205.0 2072522 14720.0 2073234 14308.0 2073945 13619.0 2074656 13320.0 2075368 13107.0 2076079 13624.0 2076790 13338.0 2077502 12365.0 2078213 12238.0 2078925 12605.0 2079636 12430.0 2080347 12282.0 2081059 11858.0 2081770 11588.0 2082482 11441.0 2083193 11319.0 2083904 10809.0 2084616 11387.0 2085327 11334.0 2086038 11901.0 2086750 11879.0 2087461 11758.0 2088173 11365.0 2088884 11407.0 2089595 11180.0 2090307 11493.0 2091018 12378.0 2091729 15635.0 2092441 20209.0 2093152 24863.0 2093864 27250.0 2094575 25880.0 2095286 23952.0 2095998 23816.0 2096709 24630.0 2097421 25491.0 2098132 24995.0 2098843 23154.0 2099555 19550.0 2100266 15793.0 2100977 14614.0 2101689 13579.0 2102400 13557.0 2103112 13387.0 2103823 12678.0 2104534 12392.0 2105246 12457.0 2105957 12209.0 2106669 12841.0 2107380 12025.0 2108091 12105.0 2108803 12767.0 2109514 12520.0 2110225 12092.0 2110937 11704.0 2111648 11353.0 2112360 11385.0 2113071 12225.0 2113782 11984.0 2114494 11478.0 2115205 11541.0 2115916 10800.0 2116628 11072.0 2117339 11061.0 2118051 11024.0 2118762 11586.0 2119473 14380.0 2120185 29243.0 2120896 65505.0 2121608 126810.0 2122319 188149.0 2123030 209788.0 2123742 158791.0 2124453 86071.0 2125164 38804.0 2125876 20955.0 2126587 16713.0 2127299 14937.0 2128010 15434.0 2128721 15456.0 2129433 14481.0 2130144 13790.0 2130856 12930.0 2131567 12420.0 2132278 12252.0 2132990 12406.0 2133701 13574.0 2134412 15134.0 2135124 15776.0 2135835 15555.0 2136547 16915.0 2137258 17452.0 2137969 17593.0 2138681 16886.0 2139392 15109.0 2140103 13335.0 2140815 13017.0 2141526 12979.0 2142238 12674.0 2142949 13086.0 2143660 13217.0 2144372 14089.0 2145083 16382.0 2145795 21395.0 2146506 33859.0 2147217 47295.0 2147929 55215.0 2148640 56778.0 2149351 54769.0 2150063 47681.0 2150774 41105.0 2151486 33382.0 2152197 28431.0 2152908 24435.0 2153620 21818.0 2154331 19993.0 2155043 18935.0 2155754 18888.0 2156465 17529.0 2157177 17146.0 2157888 16802.0 2158599 16143.0 2159311 15242.0 2160022 14973.0 2160734 14476.0 2161445 14230.0 2162156 14313.0 2162868 14306.0 2163579 14535.0 2164290 14637.0 2165002 15463.0 2165713 16561.0 2166425 17712.0 2167136 19661.0 2167847 20659.0 2168559 19704.0 2169270 16220.0 2169982 14927.0 2170693 14206.0 2171404 15777.0 2172116 15712.0 2172827 16156.0 2173538 15938.0 2174250 14906.0 2174961 13099.0 2175673 12594.0 2176384 12265.0 2177095 11993.0 2177807 12565.0 2178518 12435.0 2179230 12297.0 2179941 13119.0 2180652 13244.0 2181364 13283.0 2182075 13812.0 2182786 14341.0 2183498 14083.0 2184209 14959.0 2184921 15078.0 2185632 15044.0 2186343 14193.0 2187055 13351.0 2187766 12228.0 2188477 11694.0 2189189 11643.0 2189900 11594.0 2190612 11246.0 2191323 12067.0 2192034 11977.0 2192746 12162.0 2193457 11668.0 2194169 12190.0 2194880 11593.0 2195591 11435.0 2196303 11524.0 2197014 11478.0 2197725 11318.0 2198437 11626.0 2199148 11857.0 2199860 11681.0 2200571 12116.0 2201282 12363.0 2201994 12217.0 2202705 12346.0 2203416 12452.0 2204128 12865.0 2204839 12280.0 2205551 12176.0 2206262 11746.0 2206973 11826.0 2207685 11469.0 2208396 11207.0 2209108 12070.0 2209819 11689.0 2210530 12745.0 2211242 13211.0 2211953 14337.0 2212664 14860.0 2213376 16921.0 2214087 17372.0 2214799 16826.0 2215510 15524.0 2216221 14448.0 2216933 13841.0 2217644 13482.0 2218356 13092.0 2219067 13350.0 2219778 13304.0 2220490 12729.0 2221201 12533.0 2221912 11901.0 2222624 11512.0 2223335 11561.0 2224047 11313.0 2224758 11437.0 2225469 12009.0 2226181 12463.0 2226892 12947.0 2227603 13529.0 2228315 13501.0 2229026 12902.0 2229738 12165.0 2230449 11790.0 2231160 11122.0 2231872 11314.0 2232583 10939.0 2233295 11398.0 2234006 10908.0 2234717 10492.0 2235429 10884.0 2236140 11044.0 2236851 10883.0 2237563 10922.0 2238274 11045.0 2238986 11119.0 2239697 11213.0 2240408 11036.0 2241120 11262.0 2241831 11180.0 2242543 10984.0 2243254 11193.0 2243965 11174.0 2244677 11457.0 2245388 11353.0 2246099 11424.0 2246811 11883.0 2247522 11791.0 2248234 11458.0 2248945 10958.0 2249656 11743.0 2250368 11675.0 2251079 11825.0 2251790 12417.0 2252502 12505.0 2253213 13011.0 2253925 13161.0 2254636 13180.0 2255347 13954.0 2256059 14747.0 2256770 15179.0 2257482 16532.0 2258193 16643.0 2258904 16447.0 2259616 16599.0 2260327 18531.0 2261038 20531.0 2261750 20330.0 2262461 18734.0 2263173 16351.0 2263884 14997.0 2264595 14064.0 2265307 14450.0 2266018 13713.0 2266730 13164.0 2267441 12722.0 2268152 12301.0 2268864 12905.0 2269575 12860.0 2270286 12664.0 2270998 12840.0 2271709 12900.0 2272421 13849.0 2273132 14120.0 2273843 14286.0 2274555 13897.0 2275266 13240.0 2275977 12534.0 2276689 12011.0 2277400 12471.0 2278112 12840.0 2278823 13648.0 2279534 14696.0 2280246 15553.0 2280957 16309.0 2281669 16768.0 2282380 16486.0 2283091 15093.0 2283803 14521.0 2284514 14187.0 2285225 14303.0 2285937 15059.0 2286648 16715.0 2287360 16506.0 2288071 15693.0 2288782 15090.0 2289494 13595.0 2290205 12931.0 2290917 13061.0 2291628 12712.0 2292339 13198.0 2293051 14127.0 2293762 15185.0 2294473 14891.0 2295185 14004.0 2295896 14178.0 2296608 14293.0 2297319 17390.0 2298030 21427.0 2298742 21899.0 2299453 19833.0 2300164 16213.0 2300876 14444.0 2301587 12779.0 2302299 12913.0 2303010 12306.0 2303721 12209.0 2304433 12672.0 2305144 11828.0 2305856 11657.0 2306567 11183.0 2307278 11583.0 2307990 11321.0 2308701 11487.0 2309412 11627.0 2310124 12283.0 2310835 13409.0 2311547 13499.0 2312258 14089.0 2312969 14043.0 2313681 12948.0 2314392 12430.0 2315104 11912.0 2315815 12012.0 2316526 11630.0 2317238 11459.0 2317949 11387.0 2318660 11548.0 2319372 11864.0 2320083 11681.0 2320795 12488.0 2321506 12753.0 2322217 11996.0 2322929 12035.0 2323640 12270.0 2324351 12257.0 2325063 11840.0 2325774 11753.0 2326486 11420.0 2327197 11129.0 2327908 12082.0 2328620 11660.0 2329331 11517.0 2330043 12010.0 2330754 13530.0 2331465 17683.0 2332177 21882.0 2332888 24569.0 2333599 23220.0 2334311 20029.0 2335022 16378.0 2335734 14108.0 2336445 13244.0 2337156 13443.0 2337868 12629.0 2338579 12623.0 2339291 12165.0 2340002 11913.0 2340713 11708.0 2341425 11294.0 2342136 11843.0 2342847 12375.0 2343559 12289.0 2344270 13563.0 2344982 14339.0 2345693 16941.0 2346404 25494.0 2347116 39593.0 2347827 54986.0 2348538 58568.0 2349250 48623.0 2349961 33839.0 2350673 21282.0 2351384 15788.0 2352095 13513.0 2352807 12344.0 2353518 11828.0 2354230 12761.0 2354941 13153.0 2355652 12936.0 2356364 12755.0 2357075 12522.0 2357786 11844.0 2358498 11791.0 2359209 11710.0 2359921 11700.0 2360632 11706.0 2361343 11858.0 2362055 11452.0 2362766 12058.0 2363478 12878.0 2364189 13270.0 2364900 14489.0 2365612 15247.0 2366323 17603.0 2367034 25369.0 2367746 41702.0 2368457 66948.0 2369169 97358.0 2369880 132768.0 2370591 162655.0 2371303 160805.0 2372014 107598.0 2372725 59413.0 2373437 39656.0 2374148 28068.0 2374860 21045.0 2375571 18075.0 2376282 16127.0 2376994 15050.0 2377705 14440.0 2378417 13965.0 2379128 13816.0 2379839 13554.0 2380551 12733.0 2381262 12663.0 2381973 13037.0 2382685 14080.0 2383396 14670.0 2384108 16212.0 2384819 17826.0 2385530 17130.0 2386242 17880.0 2386953 18455.0 2387665 20382.0 2388376 22291.0 2389087 27738.0 2389799 32348.0 2390510 31246.0 2391221 26151.0 2391933 22665.0 2392644 19814.0 2393356 18279.0 2394067 17123.0 2394778 16821.0 2395490 17298.0 2396201 19378.0 2396912 20251.0 2397624 20040.0 2398335 17829.0 2399047 16011.0 2399758 14846.0 2400469 14843.0 2401181 14553.0 2401892 13950.0 2402604 15365.0 2403315 17164.0 2404026 19496.0 2404738 23189.0 2405449 26447.0 2406160 26711.0 2406872 24587.0 2407583 20191.0 2408295 17630.0 2409006 16832.0 2409717 18415.0 2410429 21963.0 2411140 21711.0 2411851 20234.0 2412563 17148.0 2413274 14627.0 2413986 13518.0 2414697 13300.0 2415408 13914.0 2416120 14718.0 2416831 15352.0 2417543 14618.0 2418254 15257.0 2418965 15678.0 2419677 16789.0 2420388 17077.0 2421099 16978.0 2421811 16492.0 2422522 15908.0 2423234 16392.0 2423945 15351.0 2424656 15065.0 2425368 13381.0 2426079 13082.0 2426791 12483.0 2427502 12436.0 2428213 12274.0 2428925 13266.0 2429636 13300.0 2430347 13394.0 2431059 13906.0 2431770 13749.0 2432482 13239.0 2433193 13400.0 2433904 14824.0 2434616 15747.0 2435327 15283.0 2436038 14546.0 2436750 12965.0 2437461 13048.0 2438173 11924.0 2438884 11815.0 2439595 11842.0 2440307 12872.0 2441018 13050.0 2441730 12377.0 2442441 12848.0 2443152 12601.0 2443864 12392.0 2444575 12042.0 2445286 12065.0 2445998 12285.0 2446709 12413.0 2447421 12193.0 2448132 12086.0 2448843 11700.0 2449555 11573.0 2450266 12636.0 2450978 12558.0 2451689 12337.0 2452400 12551.0 2453112 12086.0 2453823 12866.0 2454534 13338.0 2455246 14810.0 2455957 18914.0 2456669 25130.0 2457380 32447.0 2458091 36522.0 2458803 34523.0 2459514 27273.0 2460225 20625.0 2460937 17537.0 2461648 16368.0 2462360 15204.0 2463071 14792.0 2463782 13853.0 2464494 14166.0 2465205 14652.0 2465917 15309.0 2466628 16495.0 2467339 16145.0 2468051 15626.0 2468762 14946.0 2469473 15161.0 2470185 15638.0 2470896 16170.0 2471608 15347.0 2472319 14886.0 2473030 13723.0 2473742 14286.0 2474453 15638.0 2475165 19570.0 2475876 25923.0 2476587 33000.0 2477299 37273.0 2478010 36279.0 2478721 30945.0 2479433 23649.0 2480144 20262.0 2480856 18226.0 2481567 17295.0 2482278 16128.0 2482990 15003.0 2483701 14322.0 2484412 14542.0 2485124 14002.0 2485835 14194.0 2486547 13568.0 2487258 13029.0 2487969 13529.0 2488681 12797.0 2489392 12321.0 2490104 12245.0 2490815 12522.0 2491526 13625.0 2492238 14895.0 2492949 15112.0 2493660 17264.0 2494372 17758.0 2495083 19195.0 2495795 23273.0 2496506 31007.0 2497217 43387.0 2497929 57549.0 2498640 63768.0 2499352 52605.0 2500063 36650.0 2500774 24689.0 2501486 20723.0 2502197 23193.0 2502908 37836.0 2503620 79140.0 2504331 154524.0 2505043 254101.0 2505754 331136.0 2506465 325723.0 2507177 220757.0 2507888 106296.0 2508599 53503.0 2509311 33439.0 2510022 25547.0 2510734 21128.0 2511445 18610.0 2512156 16584.0 2512868 15627.0 2513579 14714.0 2514291 14720.0 2515002 15452.0 2515713 16953.0 2516425 21398.0 2517136 26091.0 2517847 25306.0 2518559 22952.0 2519270 19808.0 2519982 16789.0 2520693 15526.0 2521404 15629.0 2522116 14975.0 2522827 16209.0 2523539 16495.0 2524250 17300.0 2524961 17707.0 2525673 17814.0 2526384 17072.0 2527095 15626.0 2527807 15050.0 2528518 14571.0 2529230 14808.0 2529941 14394.0 2530652 13704.0 2531364 14081.0 2532075 13532.0 2532786 13683.0 2533498 13963.0 2534209 14594.0 2534921 14565.0 2535632 13362.0 2536343 13001.0 2537055 12864.0 2537766 12547.0 2538478 12542.0 2539189 12824.0 2539900 12883.0 2540612 14558.0 2541323 15402.0 2542034 16456.0 2542746 16713.0 2543457 16116.0 2544169 15123.0 2544880 14234.0 2545591 14161.0 2546303 13895.0 2547014 14771.0 2547726 15245.0 2548437 15188.0 2549148 14344.0 2549860 14731.0 2550571 14558.0 2551282 15469.0 2551994 15208.0 2552705 14596.0 2553417 13563.0 2554128 12730.0 2554839 12632.0 2555551 12689.0 2556262 12423.0 2556973 12137.0 2557685 11519.0 2558396 11534.0 2559108 11803.0 2559819 11964.0 2560530 13942.0 2561242 19568.0 2561953 33155.0 2562665 52843.0 2563376 65310.0 2564087 60679.0 2564799 42745.0 2565510 26913.0 2566221 17976.0 2566933 14929.0 2567644 13533.0 2568356 13180.0 2569067 14708.0 2569778 16281.0 2570490 19007.0 2571201 19042.0 2571913 18283.0 2572624 16229.0 2573335 13621.0 2574047 12570.0 2574758 11817.0 2575469 11768.0 2576181 10988.0 2576892 11465.0 2577604 11746.0 2578315 13058.0 2579026 14677.0 2579738 16089.0 2580449 15354.0 2581160 15150.0 2581872 13056.0 2582583 13325.0 2583295 12168.0 2584006 11127.0 2584717 10968.0 2585429 11374.0 2586140 11521.0 2586852 12416.0 2587563 11801.0 2588274 11320.0 2588986 11286.0 2589697 11167.0 2590408 10999.0 2591120 10996.0 2591831 11846.0 2592543 12324.0 2593254 13271.0 2593965 13631.0 2594677 13781.0 2595388 13573.0 2596100 14121.0 2596811 15565.0 2597522 16550.0 2598234 17556.0 2598945 19343.0 2599656 20307.0 2600368 21677.0 2601079 20353.0 2601791 17262.0 2602502 14815.0 2603213 14317.0 2603925 13478.0 2604636 13548.0 2605347 13389.0 2606059 13344.0 2606770 12937.0 2607482 12273.0 2608193 12129.0 2608904 11981.0 2609616 11649.0 2610327 11809.0 2611039 12823.0 2611750 15351.0 2612461 23654.0 2613173 40951.0 2613884 67374.0 2614595 98533.0 2615307 134882.0 2616018 170364.0 2616730 186888.0 2617441 160583.0 2618152 100558.0 2618864 65102.0 2619575 51143.0 2620287 45276.0 2620998 38496.0 2621709 34973.0 2622421 32420.0 2623132 30363.0 2623843 27977.0 2624555 26136.0 2625266 26477.0 2625978 26066.0 2626689 28076.0 2627400 27283.0 2628112 26697.0 2628823 24870.0 2629534 23133.0 2630246 23595.0 2630957 22190.0 2631669 21961.0 2632380 21811.0 2633091 21588.0 2633803 20223.0 2634514 18815.0 2635226 18312.0 2635937 17784.0 2636648 17883.0 2637360 19826.0 2638071 29405.0 2638782 51923.0 2639494 94733.0 2640205 144480.0 2640917 172764.0 2641628 154066.0 2642339 94002.0 2643051 51815.0 2643762 31262.0 2644473 24627.0 2645185 22181.0 2645896 21521.0 2646608 21836.0 2647319 21954.0 2648030 21234.0 2648742 21080.0 2649453 20155.0 2650165 20984.0 2650876 21913.0 2651587 23858.0 2652299 25039.0 2653010 25754.0 2653721 22941.0 2654433 21750.0 2655144 20363.0 2655856 19347.0 2656567 18669.0 2657278 17844.0 2657990 16493.0 2658701 16538.0 2659413 16487.0 2660124 16605.0 2660835 16999.0 2661547 17052.0 2662258 16896.0 2662969 15163.0 2663681 15461.0 2664392 14556.0 2665104 14722.0 2665815 14696.0 2666526 14763.0 2667238 15315.0 2667949 15408.0 2668660 17884.0 2669372 23506.0 2670083 36572.0 2670795 58463.0 2671506 79898.0 2672217 88701.0 2672929 74607.0 2673640 47886.0 2674352 29320.0 2675063 20258.0 2675774 17519.0 2676486 16149.0 2677197 16783.0 2677908 16773.0 2678620 16022.0 2679331 16025.0 2680043 16049.0 2680754 16373.0 2681465 18219.0 2682177 19926.0 2682888 21881.0 2683600 23352.0 2684311 23791.0 2685022 23385.0 2685734 20905.0 2686445 18477.0 2687156 16520.0 2687868 14952.0 2688579 14747.0 2689291 14463.0 2690002 14248.0 2690713 14402.0 2691425 14834.0 2692136 14121.0 2692847 13805.0 2693559 13713.0 2694270 13785.0 2694982 13981.0 2695693 14549.0 2696404 14495.0 2697116 14599.0 2697827 14302.0 2698539 14584.0 2699250 14601.0 2699961 14235.0 2700673 13661.0 2701384 13600.0 2702095 14049.0 2702807 16205.0 2703518 21529.0 2704230 31725.0 2704941 46404.0 2705652 55605.0 2706364 54611.0 2707075 43969.0 2707787 30616.0 2708498 22427.0 2709209 17605.0 2709921 16315.0 2710632 15746.0 2711343 16042.0 2712055 16168.0 2712766 18713.0 2713478 22471.0 2714189 26166.0 2714900 27168.0 2715612 25400.0 2716323 21423.0 2717034 19027.0 2717746 16872.0 2718457 15380.0 2719169 15316.0 2719880 15887.0 2720591 15072.0 2721303 15249.0 2722014 15801.0 2722726 15976.0 2723437 19492.0 2724148 23063.0 2724860 24833.0 2725571 23358.0 2726282 20711.0 2726994 17723.0 2727705 15734.0 2728417 14720.0 2729128 14452.0 2729839 14454.0 2730551 15235.0 2731262 15242.0 2731974 15620.0 2732685 15908.0 2733396 16832.0 2734108 16557.0 2734819 16893.0 2735530 16246.0 2736242 16359.0 2736953 15364.0 2737665 15291.0 2738376 13864.0 2739087 13264.0 2739799 13434.0 2740510 13055.0 2741221 13181.0 2741933 12821.0 2742644 13456.0 2743356 14096.0 2744067 14390.0 2744778 14834.0 2745490 14166.0 2746201 13266.0 2746913 13265.0 2747624 13665.0 2748335 14311.0 2749047 16931.0 2749758 18291.0 2750469 19343.0 2751181 17489.0 2751892 16202.0 2752604 15280.0 2753315 14647.0 2754026 13961.0 2754738 13681.0 2755449 15732.0 2756161 19533.0 2756872 23539.0 2757583 27541.0 2758295 26542.0 2759006 21571.0 2759717 17019.0 2760429 14428.0 2761140 13714.0 2761852 13135.0 2762563 12825.0 2763274 12960.0 2763986 13034.0 2764697 12594.0 2765408 12843.0 2766120 12217.0 2766831 12394.0 2767543 11681.0 2768254 11810.0 2768965 12284.0 2769677 12693.0 2770388 12186.0 2771100 12449.0 2771811 12513.0 2772522 12039.0 2773234 12228.0 2773945 12223.0 2774656 12469.0 2775368 12166.0 2776079 12280.0 2776791 12321.0 2777502 13137.0 2778213 13201.0 2778925 14064.0 2779636 14584.0 2780348 14229.0 2781059 15221.0 2781770 16609.0 2782482 23071.0 2783193 33998.0 2783904 50184.0 2784616 71422.0 2785327 94511.0 2786039 120337.0 2786750 153219.0 2787461 184224.0 2788173 218185.0 2788884 247911.0 2789595 285050.0 2790307 315778.0 2791018 310148.0 2791730 170672.0 2792441 69180.0 2793152 44485.0 2793864 35380.0 2794575 30670.0 2795287 27815.0 2795998 27386.0 2796709 26239.0 2797421 27049.0 2798132 26878.0 2798843 26178.0 2799555 24761.0 2800266 25399.0 2800978 25651.0 2801689 24344.0 2802400 23537.0 2803112 22264.0 2803823 22490.0 2804535 22166.0 2805246 21927.0 2805957 22560.0 2806669 21885.0 2807380 22150.0 2808091 21004.0 2808803 20147.0 2809514 20024.0 2810226 20105.0 2810937 21857.0 2811648 22435.0 2812360 22501.0 2813071 22555.0 2813782 22096.0 2814494 22660.0 2815205 23343.0 2815917 22562.0 2816628 21973.0 2817339 21034.0 2818051 19846.0 2818762 19597.0 2819474 17970.0 2820185 17219.0 2820896 16526.0 2821608 16743.0 2822319 16987.0 2823030 16688.0 2823742 16858.0 2824453 16771.0 2825165 16034.0 2825876 15658.0 2826587 15880.0 2827299 15874.0 2828010 16140.0 2828722 16713.0 2829433 16311.0 2830144 16560.0 2830856 17286.0 2831567 20262.0 2832278 23144.0 2832990 27773.0 2833701 27442.0 2834413 23856.0 2835124 20384.0 2835835 18778.0 2836547 17708.0 2837258 18537.0 2837969 18970.0 2838681 22696.0 2839392 38332.0 2840104 73275.0 2840815 139169.0 2841526 203569.0 2842238 229591.0 2842949 183784.0 2843661 105196.0 2844372 51744.0 2845083 29644.0 2845795 22177.0 2846506 20347.0 2847217 20004.0 2847929 21329.0 2848640 24455.0 2849352 30970.0 2850063 41363.0 2850774 55917.0 2851486 72538.0 2852197 88103.0 2852909 89523.0 2853620 70975.0 2854331 49015.0 2855043 36857.0 2855754 28419.0 2856465 23692.0 2857177 21799.0 2857888 20352.0 2858600 18984.0 2859311 18456.0 2860022 17109.0 2860734 16598.0 2861445 19221.0 2862156 27253.0 2862868 50101.0 2863579 94017.0 2864291 150102.0 2865002 183564.0 2865713 164997.0 2866425 110485.0 2867136 57507.0 2867848 32054.0 2868559 22618.0 2869270 22753.0 2869982 23504.0 2870693 23830.0 2871404 24677.0 2872116 24152.0 2872827 23959.0 2873539 22883.0 2874250 21971.0 2874961 22510.0 2875673 22628.0 2876384 23463.0 2877095 22624.0 2877807 20612.0 2878518 18717.0 2879230 17053.0 2879941 16863.0 2880652 16799.0 2881364 16428.0 2882075 15971.0 2882787 15802.0 2883498 15574.0 2884209 15447.0 2884921 14994.0 2885632 15632.0 2886343 15927.0 2887055 16560.0 2887766 18315.0 2888478 20253.0 2889189 21193.0 2889900 21531.0 2890612 22945.0 2891323 29820.0 2892035 48479.0 2892746 78755.0 2893457 111186.0 2894169 124958.0 2894880 103060.0 2895591 68942.0 2896303 41982.0 2897014 28908.0 2897726 23247.0 2898437 21279.0 2899148 20390.0 2899860 19513.0 2900571 18879.0 2901282 18114.0 2901994 18072.0 2902705 17539.0 2903417 16901.0 2904128 17658.0 2904839 18469.0 2905551 20603.0 2906262 24995.0 2906974 29143.0 2907685 31589.0 2908396 29721.0 2909108 26032.0 2909819 22724.0 2910530 21113.0 2911242 20245.0 2911953 20213.0 2912665 17960.0 2913376 16242.0 2914087 15886.0 2914799 15726.0 2915510 15356.0 2916222 15067.0 2916933 14718.0 2917644 15496.0 2918356 15752.0 2919067 14862.0 2919778 14092.0 2920490 13992.0 2921201 14013.0 2921913 14229.0 2922624 14166.0 2923335 16079.0 2924047 21893.0 2924758 34138.0 2925469 57093.0 2926181 78277.0 2926892 85557.0 2927604 70711.0 2928315 48166.0 2929026 31672.0 2929738 24210.0 2930449 21614.0 2931161 21389.0 2931872 20567.0 2932583 21132.0 2933295 19679.0 2934006 18897.0 2934717 18575.0 2935429 18588.0 2936140 18929.0 2936852 19000.0 2937563 17022.0 2938274 16133.0 2938986 16164.0 2939697 14937.0 2940409 15511.0 2941120 15590.0 2941831 15974.0 2942543 15892.0 2943254 15775.0 2943965 15957.0 2944677 15145.0 2945388 14652.0 2946100 14729.0 2946811 14999.0 2947522 16250.0 2948234 19560.0 2948945 27390.0 2949656 43471.0 2950368 68153.0 2951079 91545.0 2951791 92509.0 2952502 75170.0 2953213 53025.0 2953925 36152.0 2954636 26650.0 2955348 23082.0 2956059 20688.0 2956770 19445.0 2957482 17857.0 2958193 16900.0 2958904 17288.0 2959616 15951.0 2960327 16385.0 2961039 16416.0 2961750 17121.0 2962461 17549.0 2963173 17683.0 2963884 17936.0 2964596 19374.0 2965307 20409.0 2966018 18227.0 2966730 17791.0 2967441 16476.0 2968152 15668.0 2968864 14874.0 2969575 14935.0 2970287 14725.0 2970998 14040.0 2971709 13790.0 2972421 14655.0 2973132 14521.0 2973843 14766.0 2974555 14710.0 2975266 14557.0 2975978 14594.0 2976689 14811.0 2977400 16240.0 2978112 18104.0 2978823 19241.0 2979535 19383.0 2980246 18459.0 2980957 17542.0 2981669 17412.0 2982380 17016.0 2983091 16506.0 2983803 16516.0 2984514 17416.0 2985226 18790.0 2985937 19845.0 2986648 19794.0 2987360 18993.0 2988071 17552.0 2988783 16373.0 2989494 15157.0 2990205 14938.0 2990917 14492.0 2991628 14178.0 2992339 13669.0 2993051 14574.0 2993762 15647.0 2994474 16999.0 2995185 18550.0 2995896 19579.0 2996608 19267.0 2997319 18029.0 2998030 16982.0 2998742 16409.0 2999453 17284.0 3000165 18820.0 3000876 19067.0 3001587 19695.0 3002299 18554.0 3003010 18752.0 3003722 19145.0 3004433 18507.0 3005144 17974.0 3005856 17006.0 3006567 16308.0 3007278 15565.0 3007990 15543.0 3008701 16002.0 3009413 15559.0 3010124 14676.0 3010835 14455.0 3011547 13969.0 3012258 14615.0 3012970 14025.0 3013681 14864.0 3014392 14988.0 3015104 15034.0 3015815 15279.0 3016526 15137.0 3017238 15286.0 3017949 14362.0 3018661 14013.0 3019372 13846.0 3020083 14690.0 3020795 14234.0 3021506 14655.0 3022217 14929.0 3022929 15223.0 3023640 16162.0 3024352 16560.0 3025063 17059.0 3025774 16290.0 3026486 15551.0 3027197 15411.0 3027909 15755.0 3028620 16258.0 3029331 15425.0 3030043 14829.0 3030754 14570.0 3031465 14832.0 3032177 15557.0 3032888 18359.0 3033600 27663.0 3034311 49800.0 3035022 85549.0 3035734 134895.0 3036445 157459.0 3037157 149447.0 3037868 113733.0 3038579 73424.0 3039291 44704.0 3040002 29418.0 3040713 23357.0 3041425 19593.0 3042136 18130.0 3042848 17170.0 3043559 17070.0 3044270 16949.0 3044982 17458.0 3045693 17763.0 3046404 18815.0 3047116 18757.0 3047827 18929.0 3048539 17731.0 3049250 16094.0 3049961 15513.0 3050673 15532.0 3051384 15913.0 3052096 16192.0 3052807 15969.0 3053518 15851.0 3054230 15694.0 3054941 15759.0 3055652 15564.0 3056364 15301.0 3057075 15063.0 3057787 14408.0 3058498 15407.0 3059209 16580.0 3059921 18483.0 3060632 21737.0 3061344 24655.0 3062055 25136.0 3062766 23951.0 3063478 23034.0 3064189 21560.0 3064900 19642.0 3065612 18697.0 3066323 17092.0 3067035 16542.0 3067746 16519.0 3068457 16256.0 3069169 15897.0 3069880 16059.0 3070591 16067.0 3071303 16369.0 3072014 16942.0 3072726 17144.0 3073437 20436.0 3074148 23444.0 3074860 25476.0 3075571 25975.0 3076283 23286.0 3076994 20401.0 3077705 18411.0 3078417 18409.0 3079128 20210.0 3079839 22337.0 3080551 25113.0 3081262 27713.0 3081974 31344.0 3082685 39912.0 3083396 58012.0 3084108 77572.0 3084819 85712.0 3085530 73991.0 3086242 51687.0 3086953 30866.0 3087665 21578.0 3088376 17748.0 3089087 16930.0 3089799 16045.0 3090510 16292.0 3091222 16207.0 3091933 15879.0 3092644 15305.0 3093356 14730.0 3094067 14609.0 3094778 14546.0 3095490 14882.0 3096201 15053.0 3096913 15642.0 3097624 15028.0 3098335 14651.0 3099047 14829.0 3099758 14354.0 3100470 13425.0 3101181 14035.0 3101892 12734.0 3102604 14209.0 3103315 13766.0 3104026 14321.0 3104738 13962.0 3105449 14663.0 3106161 13976.0 3106872 14100.0 3107583 15491.0 3108295 17078.0 3109006 19743.0 3109717 23912.0 3110429 25406.0 3111140 26000.0 3111852 24707.0 3112563 21931.0 3113274 20278.0 3113986 18391.0 3114697 17204.0 3115409 16978.0 3116120 17842.0 3116831 17042.0 3117543 16476.0 3118254 16602.0 3118965 15536.0 3119677 15732.0 3120388 15226.0 3121100 15286.0 3121811 14953.0 3122522 14433.0 3123234 14906.0 3123945 15333.0 3124657 16359.0 3125368 16177.0 3126079 16649.0 3126791 16437.0 3127502 15811.0 3128213 16666.0 3128925 17245.0 3129636 17988.0 3130348 18796.0 3131059 17987.0 3131770 18306.0 3132482 16989.0 3133193 15901.0 3133904 15472.0 3134616 15672.0 3135327 15676.0 3136039 16483.0 3136750 17777.0 3137461 19210.0 3138173 20878.0 3138884 22574.0 3139596 23764.0 3140307 23149.0 3141018 22230.0 3141730 21628.0 3142441 20860.0 3143152 20094.0 3143864 20284.0 3144575 18336.0 3145287 17737.0 3145998 16409.0 3146709 15461.0 3147421 14787.0 3148132 14761.0 3148844 14922.0 3149555 14728.0 3150266 14363.0 3150978 14412.0 3151689 14892.0 3152400 14321.0 3153112 13844.0 3153823 13843.0 3154535 14087.0 3155246 14191.0 3155957 13916.0 3156669 14619.0 3157380 15021.0 3158091 14746.0 3158803 15419.0 3159514 15626.0 3160226 16521.0 3160937 16919.0 3161648 16070.0 3162360 15293.0 3163071 15245.0 3163783 14418.0 3164494 13494.0 3165205 13954.0 3165917 13712.0 3166628 13940.0 3167339 14422.0 3168051 14429.0 3168762 15691.0 3169474 15894.0 3170185 15640.0 3170896 16879.0 3171608 17410.0 3172319 16879.0 3173031 17065.0 3173742 16987.0 3174453 21600.0 3175165 37484.0 3175876 81291.0 3176587 146409.0 3177299 236664.0 3178010 293274.0 3178722 264693.0 3179433 163921.0 3180144 74630.0 3180856 33598.0 3181567 23690.0 3182278 19367.0 3182990 18161.0 3183701 16696.0 3184413 16077.0 3185124 14904.0 3185835 16021.0 3186547 16337.0 3187258 15962.0 3187970 15554.0 3188681 16073.0 3189392 16665.0 3190104 16105.0 3190815 14523.0 3191526 14770.0 3192238 14776.0 3192949 15193.0 3193661 15726.0 3194372 16915.0 3195083 16990.0 3195795 17662.0 3196506 17282.0 3197218 16400.0 3197929 15295.0 3198640 14462.0 3199352 14899.0 3200063 15889.0 3200774 19067.0 3201486 27789.0 3202197 42292.0 3202909 61370.0 3203620 71768.0 3204331 64545.0 3205043 48267.0 3205754 33519.0 3206465 25967.0 3207177 21572.0 3207888 18703.0 3208600 17321.0 3209311 16251.0 3210022 15234.0 3210734 16243.0 3211445 16347.0 3212157 19959.0 3212868 29973.0 3213579 46139.0 3214291 63994.0 3215002 71358.0 3215713 63305.0 3216425 47068.0 3217136 32780.0 3217848 23487.0 3218559 19443.0 3219270 16389.0 3219982 15607.0 3220693 15564.0 3221405 15094.0 3222116 15004.0 3222827 14578.0 3223539 14761.0 3224250 14188.0 3224961 14115.0 3225673 15561.0 3226384 16771.0 3227096 17786.0 3227807 18875.0 3228518 18408.0 3229230 17218.0 3229941 16235.0 3230652 15493.0 3231364 15252.0 3232075 15345.0 3232787 15207.0 3233498 14868.0 3234209 14973.0 3234921 14739.0 3235632 14941.0 3236344 14926.0 3237055 15241.0 3237766 15623.0 3238478 17197.0 3239189 20228.0 3239900 25628.0 3240612 31297.0 3241323 34032.0 3242035 31428.0 3242746 25642.0 3243457 20761.0 3244169 18096.0 3244880 16138.0 3245592 15142.0 3246303 14296.0 3247014 15197.0 3247726 15098.0 3248437 15133.0 3249148 14887.0 3249860 15284.0 3250571 15325.0 3251283 14692.0 3251994 15204.0 3252705 15872.0 3253417 14696.0 3254128 14842.0 3254839 14400.0 3255551 14081.0 3256262 14232.0 3256974 14068.0 3257685 14539.0 3258396 14681.0 3259108 14422.0 3259819 14364.0 3260531 13819.0 3261242 14186.0 3261953 13897.0 3262665 13244.0 3263376 13831.0 3264087 13793.0 3264799 14542.0 3265510 14461.0 3266222 14620.0 3266933 15922.0 3267644 16258.0 3268356 16441.0 3269067 16273.0 3269779 15947.0 3270490 15040.0 3271201 14430.0 3271913 13977.0 3272624 13809.0 3273335 13915.0 3274047 15083.0 3274758 16927.0 3275470 19708.0 3276181 21749.0 3276892 23242.0 3277604 22022.0 3278315 18887.0 3279026 17210.0 3279738 16295.0 3280449 16555.0 3281161 16805.0 3281872 16714.0 3282583 16385.0 3283295 15988.0 3284006 15438.0 3284718 14698.0 3285429 14134.0 3286140 14562.0 3286852 15348.0 3287563 15556.0 3288274 15041.0 3288986 14958.0 3289697 14820.0 3290409 14780.0 3291120 15374.0 3291831 15446.0 3292543 16471.0 3293254 17201.0 3293965 16869.0 3294677 15678.0 3295388 14430.0 3296100 13587.0 3296811 14554.0 3297522 13883.0 3298234 14364.0 3298945 15097.0 3299657 16074.0 3300368 15713.0 3301079 16610.0 3301791 15435.0 3302502 15595.0 3303213 15111.0 3303925 15646.0 3304636 16591.0 3305348 20167.0 3306059 27901.0 3306770 36468.0 3307482 41275.0 3308193 39103.0 3308905 34722.0 3309616 32441.0 3310327 36401.0 3311039 49364.0 3311750 60510.0 3312461 59902.0 3313173 49707.0 3313884 35360.0 3314596 26225.0 3315307 21439.0 3316018 18772.0 3316730 17786.0 3317441 16571.0 3318152 16077.0 3318864 15894.0 3319575 14757.0 3320287 15118.0 3320998 14443.0 3321709 15077.0 3322421 15487.0 3323132 16326.0 3323844 17744.0 3324555 20519.0 3325266 21623.0 3325978 21364.0 3326689 19090.0 3327400 16839.0 3328112 17067.0 3328823 18338.0 3329535 23447.0 3330246 34241.0 3330957 44723.0 3331669 51224.0 3332380 45333.0 3333092 36719.0 3333803 30065.0 3334514 28423.0 3335226 27767.0 3335937 26851.0 3336648 23726.0 3337360 20355.0 3338071 17770.0 3338783 16757.0 3339494 15893.0 3340205 15739.0 3340917 15366.0 3341628 15508.0 3342339 15141.0 3343051 14828.0 3343762 15290.0 3344474 15243.0 3345185 14627.0 3345896 14833.0 3346608 14777.0 3347319 14681.0 3348031 15101.0 3348742 14760.0 3349453 13733.0 3350165 13888.0 3350876 14063.0 3351587 14517.0 3352299 14513.0 3353010 15204.0 3353722 15090.0 3354433 14996.0 3355144 15302.0 3355856 15190.0 3356567 16206.0 3357279 16518.0 3357990 19065.0 3358701 20762.0 3359413 21909.0 3360124 22152.0 3360835 20451.0 3361547 18734.0 3362258 16493.0 3362970 15185.0 3363681 15554.0 3364392 14609.0 3365104 14928.0 3365815 14862.0 3366526 14766.0 3367238 14486.0 3367949 14408.0 3368661 14378.0 3369372 14047.0 3370083 14724.0 3370795 14464.0 3371506 15261.0 3372218 14571.0 3372929 15706.0 3373640 15442.0 3374352 17012.0 3375063 16969.0 3375774 16158.0 3376486 15054.0 3377197 14794.0 3377909 14572.0 3378620 13970.0 3379331 14710.0 3380043 14279.0 3380754 14692.0 3381466 14786.0 3382177 14938.0 3382888 15381.0 3383600 15359.0 3384311 15427.0 3385022 15816.0 3385734 16393.0 3386445 16580.0 3387157 17292.0 3387868 17457.0 3388579 19497.0 3389291 22831.0 3390002 26390.0 3390713 27426.0 3391425 25066.0 3392136 22248.0 3392848 18931.0 3393559 18091.0 3394270 18465.0 3394982 18968.0 3395693 19942.0 3396405 23061.0 3397116 26789.0 3397827 33254.0 3398539 38264.0 3399250 38045.0 3399961 34073.0 3400673 27441.0 3401384 22624.0 3402096 19208.0 3402807 17202.0 3403518 17155.0 3404230 16805.0 3404941 17579.0 3405653 17620.0 3406364 16983.0 3407075 17473.0 3407787 16710.0 3408498 16422.0 3409209 16965.0 3409921 16928.0 3410632 16868.0 3411344 18439.0 3412055 23478.0 3412766 35589.0 3413478 52097.0 3414189 65106.0 3414900 66046.0 3415612 52423.0 3416323 36814.0 3417035 26136.0 3417746 21333.0 3418457 19470.0 3419169 19849.0 3419880 20787.0 3420592 22231.0 3421303 24550.0 3422014 24436.0 3422726 24665.0 3423437 23223.0 3424148 21579.0 3424860 19581.0 3425571 18461.0 3426283 18262.0 3426994 18075.0 3427705 17635.0 3428417 18578.0 3429128 18592.0 3429840 19065.0 3430551 20357.0 3431262 25003.0 3431974 34537.0 3432685 47913.0 3433396 65400.0 3434108 75941.0 3434819 84280.0 3435531 91139.0 3436242 106010.0 3436953 127562.0 3437665 144323.0 3438376 171473.0 3439087 197243.0 3439799 219565.0 3440510 239912.0 3441222 267142.0 3441933 284686.0 3442644 299484.0 3443356 325993.0 3444067 351179.0 3444779 374137.0 3445490 394544.0 3446201 431412.0 3446913 456953.0 3447624 476614.0 3448335 492973.0 3449047 497394.0 3449758 558419.0 3450470 585627.0 3451181 601496.0 3451892 603100.0 3452604 627279.0 3453315 653838.0 3454027 669126.0 3454738 674116.0 3455449 702266.0 3456161 735420.0 3456872 740918.0 3457583 761725.0 3458295 775217.0 3459006 800926.0 3459718 837088.0 3460429 838082.0 3461140 814667.0 3461852 312237.0 3462563 74108.0 3463274 57847.0 3463986 50268.0 3464697 44339.0 3465409 41360.0 3466120 39835.0 3466831 37898.0 3467543 36899.0 3468254 34612.0 3468966 33684.0 3469677 32908.0 3470388 36759.0 3471100 51666.0 3471811 89880.0 3472522 149727.0 3473234 213339.0 3473945 227995.0 3474657 173576.0 3475368 95309.0 3476079 51346.0 3476791 36676.0 3477502 31922.0 3478214 31744.0 3478925 30387.0 3479636 29955.0 3480348 29292.0 3481059 27483.0 3481770 26295.0 3482482 25292.0 3483193 24928.0 3483905 24113.0 3484616 24307.0 3485327 25071.0 3486039 25486.0 3486750 26208.0 3487461 28255.0 3488173 27553.0 3488884 26249.0 3489596 25475.0 3490307 24011.0 3491018 22361.0 3491730 22529.0 3492441 22233.0 3493153 21849.0 3493864 22027.0 3494575 21556.0 3495287 21743.0 3495998 20975.0 3496709 21000.0 3497421 21340.0 3498132 21134.0 3498844 21440.0 3499555 21609.0 3500266 20636.0 3500978 21467.0 3501689 22459.0 3502400 23025.0 3503112 22769.0 3503823 24089.0 3504535 24202.0 3505246 23538.0 3505957 22056.0 3506669 20697.0 3507380 20339.0 3508092 19304.0 3508803 20668.0 3509514 20803.0 3510226 22313.0 3510937 23700.0 3511648 23588.0 3512360 23187.0 3513071 22339.0 3513783 21966.0 3514494 21538.0 3515205 21437.0 3515917 21110.0 3516628 20780.0 3517340 20320.0 3518051 21741.0 3518762 20514.0 3519474 20988.0 3520185 20210.0 3520896 20258.0 3521608 21407.0 3522319 20132.0 3523031 20299.0 3523742 20814.0 3524453 22024.0 3525165 24333.0 3525876 27945.0 3526587 29302.0 3527299 29558.0 3528010 27075.0 3528722 25535.0 3529433 28210.0 3530144 37944.0 3530856 61934.0 3531567 95291.0 3532279 129854.0 3532990 137132.0 3533701 108870.0 3534413 67672.0 3535124 40017.0 3535835 30145.0 3536547 25947.0 3537258 23312.0 3537970 23374.0 3538681 21642.0 3539392 20346.0 3540104 19690.0 3540815 19105.0 3541527 19235.0 3542238 18912.0 3542949 18872.0 3543661 20953.0 3544372 24159.0 3545083 30192.0 3545795 38389.0 3546506 44930.0 3547218 45120.0 3547929 39990.0 3548640 33654.0 3549352 27857.0 3550063 25074.0 3550774 23217.0 3551486 22026.0 3552197 20874.0 3552909 20140.0 3553620 20255.0 3554331 20585.0 3555043 20292.0 3555754 20660.0 3556466 20195.0 3557177 21886.0 3557888 24218.0 3558600 26888.0 3559311 30605.0 3560022 31676.0 3560734 31334.0 3561445 31264.0 3562157 29797.0 3562868 27086.0 3563579 25123.0 3564291 23932.0 3565002 21664.0 3565714 21438.0 3566425 20605.0 3567136 20591.0 3567848 20853.0 3568559 21430.0 3569270 22116.0 3569982 20644.0 3570693 18979.0 3571405 19032.0 3572116 18865.0 3572827 18548.0 3573539 18162.0 3574250 17963.0 3574961 18779.0 3575673 18243.0 3576384 18456.0 3577096 18877.0 3577807 18460.0 3578518 18717.0 3579230 18416.0 3579941 18321.0 3580653 17546.0 3581364 17405.0 3582075 17367.0 3582787 17281.0 3583498 17221.0 3584209 17886.0 3584921 18030.0 3585632 16773.0 3586344 17783.0 3587055 17053.0 3587766 17539.0 3588478 17399.0 3589189 16989.0 3589901 16684.0 3590612 17078.0 3591323 18125.0 3592035 20091.0 3592746 24621.0 3593457 27473.0 3594169 32669.0 3594880 33424.0 3595592 29565.0 3596303 24630.0 3597014 22012.0 3597726 20089.0 3598437 18854.0 3599148 18517.0 3599860 17534.0 3600571 17684.0 3601283 17257.0 3601994 17443.0 3602705 17458.0 3603417 16958.0 3604128 16803.0 3604840 16005.0 3605551 16115.0 3606262 16300.0 3606974 15998.0 3607685 16555.0 3608396 16034.0 3609108 15927.0 3609819 16964.0 3610531 16259.0 3611242 16790.0 3611953 16142.0 3612665 16502.0 3613376 16924.0 3614088 16392.0 3614799 16526.0 3615510 16843.0 3616222 17556.0 3616933 18031.0 3617644 17564.0 3618356 17796.0 3619067 17985.0 3619779 17593.0 3620490 17702.0 3621201 17376.0 3621913 16988.0 3622624 17292.0 3623335 20506.0 3624047 27741.0 3624758 41827.0 3625470 61399.0 3626181 84484.0 3626892 90269.0 3627604 79468.0 3628315 58596.0 3629027 39081.0 3629738 28303.0 3630449 23566.0 3631161 21358.0 3631872 20057.0 3632583 19770.0 3633295 18882.0 3634006 18140.0 3634718 18121.0 3635429 18128.0 3636140 17296.0 3636852 18247.0 3637563 17705.0 3638275 18020.0 3638986 17862.0 3639697 17947.0 3640409 17221.0 3641120 17513.0 3641831 17094.0 3642543 17384.0 3643254 17767.0 3643966 16816.0 3644677 16961.0 3645388 16544.0 3646100 16860.0 3646811 16388.0 3647522 16538.0 3648234 16329.0 3648945 16483.0 3649657 16481.0 3650368 16571.0 3651079 16661.0 3651791 17623.0 3652502 18412.0 3653214 19982.0 3653925 23098.0 3654636 27150.0 3655348 29173.0 3656059 31090.0 3656770 29730.0 3657482 28478.0 3658193 25578.0 3658905 24521.0 3659616 22327.0 3660327 20755.0 3661039 19860.0 3661750 19550.0 3662462 19513.0 3663173 19263.0 3663884 20318.0 3664596 19856.0 3665307 19416.0 3666018 18226.0 3666730 17929.0 3667441 17885.0 3668153 17868.0 3668864 19534.0 3669575 23178.0 3670287 29495.0 3670998 39003.0 3671709 54201.0 3672421 70819.0 3673132 75858.0 3673844 64725.0 3674555 48240.0 3675266 32912.0 3675978 25008.0 3676689 22062.0 3677401 20195.0 3678112 19756.0 3678823 19800.0 3679535 21277.0 3680246 24659.0 3680957 29680.0 3681669 36581.0 3682380 44981.0 3683092 48769.0 3683803 49557.0 3684514 44484.0 3685226 35875.0 3685937 31021.0 3686649 27961.0 3687360 27347.0 3688071 27139.0 3688783 28300.0 3689494 29682.0 3690205 29032.0 3690917 26556.0 3691628 24755.0 3692340 23323.0 3693051 22187.0 3693762 21904.0 3694474 20906.0 3695185 20752.0 3695896 20856.0 3696608 20402.0 3697319 20192.0 3698031 19420.0 3698742 19588.0 3699453 19630.0 3700165 19653.0 3700876 18533.0 3701588 19122.0 3702299 19834.0 3703010 20217.0 3703722 19603.0 3704433 20457.0 3705144 20310.0 3705856 19161.0 3706567 19099.0 3707279 18535.0 3707990 18622.0 3708701 17684.0 3709413 18224.0 3710124 17707.0 3710835 17363.0 3711547 18127.0 3712258 17981.0 3712970 17252.0 3713681 17736.0 3714392 17680.0 3715104 17425.0 3715815 17661.0 3716527 17414.0 3717238 18953.0 3717949 18934.0 3718661 19030.0 3719372 19852.0 3720083 20660.0 3720795 22555.0 3721506 30759.0 3722218 47955.0 3722929 76097.0 3723640 116296.0 3724352 144211.0 3725063 148297.0 3725775 117353.0 3726486 78828.0 3727197 56817.0 3727909 43520.0 3728620 37178.0 3729331 33315.0 3730043 31490.0 3730754 29316.0 3731466 28653.0 3732177 28796.0 3732888 26727.0 3733600 26149.0 3734311 24803.0 3735022 23902.0 3735734 24080.0 3736445 23520.0 3737157 23750.0 3737868 23573.0 3738579 22302.0 3739291 21061.0 3740002 21314.0 3740714 20368.0 3741425 21653.0 3742136 21649.0 3742848 21035.0 3743559 21665.0 3744270 22030.0 3744982 22208.0 3745693 21846.0 3746405 22085.0 3747116 23284.0 3747827 22911.0 3748539 24107.0 3749250 25212.0 3749962 25445.0 3750673 25792.0 3751384 25642.0 3752096 24735.0 3752807 24136.0 3753518 24835.0 3754230 26390.0 3754941 27342.0 3755653 27001.0 3756364 27623.0 3757075 28009.0 3757787 28700.0 3758498 30371.0 3759209 34340.0 3759921 42404.0 3760632 61612.0 3761344 87941.0 3762055 118827.0 3762766 142671.0 3763478 160191.0 3764189 184320.0 3764901 210273.0 3765612 234907.0 3766323 223236.0 3767035 165647.0 3767746 94035.0 3768457 57316.0 3769169 42215.0 3769880 36063.0 3770592 32383.0 3771303 29991.0 3772014 28672.0 3772726 26472.0 3773437 25530.0 3774149 25058.0 3774860 24323.0 3775571 23463.0 3776283 23026.0 3776994 21541.0 3777705 21022.0 3778417 21422.0 3779128 21097.0 3779840 21024.0 3780551 22175.0 3781262 21953.0 3781974 22577.0 3782685 22902.0 3783396 23514.0 3784108 22879.0 3784819 20610.0 3785531 20265.0 3786242 18685.0 3786953 18856.0 3787665 18303.0 3788376 18392.0 3789088 19158.0 3789799 19500.0 3790510 18699.0 3791222 19000.0 3791933 18785.0 3792644 19064.0 3793356 18053.0 3794067 18353.0 3794779 18999.0 3795490 19063.0 3796201 20012.0 3796913 21126.0 3797624 21002.0 3798336 20537.0 3799047 20155.0 3799758 20227.0 3800470 19027.0 3801181 20496.0 3801892 20025.0 3802604 20760.0 3803315 21467.0 3804027 21232.0 3804738 20738.0 3805449 19521.0 3806161 19246.0 3806872 18955.0 3807583 18667.0 3808295 18420.0 3809006 17672.0 3809718 17711.0 3810429 18079.0 3811140 18206.0 3811852 18812.0 3812563 18750.0 3813275 17232.0 3813986 17199.0 3814697 17296.0 3815409 17105.0 3816120 17199.0 3816831 16965.0 3817543 16203.0 3818254 17180.0 3818966 16956.0 3819677 15763.0 3820388 16787.0 3821100 16324.0 3821811 16227.0 3822523 16304.0 3823234 17253.0 3823945 17470.0 3824657 16505.0 3825368 17639.0 3826079 18642.0 3826791 20916.0 3827502 24550.0 3828214 27567.0 3828925 26791.0 3829636 23383.0 3830348 21044.0 3831059 18147.0 3831770 16997.0 3832482 17088.0 3833193 17343.0 3833905 18233.0 3834616 17841.0 3835327 18541.0 3836039 18633.0 3836750 18722.0 3837462 18863.0 3838173 20306.0 3838884 21305.0 3839596 21649.0 3840307 21507.0 3841018 20554.0 3841730 18739.0 3842441 18658.0 3843153 18800.0 3843864 17918.0 3844575 18440.0 3845287 17484.0 3845998 17686.0 3846710 17712.0 3847421 19082.0 3848132 18312.0 3848844 17953.0 3849555 18968.0 3850266 19506.0 3850978 19191.0 3851689 19480.0 3852401 19536.0 3853112 18443.0 3853823 17695.0 3854535 17629.0 3855246 17053.0 3855957 17910.0 3856669 18974.0 3857380 20635.0 3858092 21791.0 3858803 21959.0 3859514 20532.0 3860226 18569.0 3860937 18171.0 3861649 17354.0 3862360 17401.0 3863071 16485.0 3863783 16567.0 3864494 17576.0 3865205 21409.0 3865917 27796.0 3866628 36537.0 3867340 44004.0 3868051 44169.0 3868762 37078.0 3869474 28490.0 3870185 22531.0 3870897 18812.0 3871608 17810.0 3872319 17075.0 3873031 16909.0 3873742 16868.0 3874453 16428.0 3875165 15999.0 3875876 16249.0 3876588 16373.0 3877299 16790.0 3878010 16380.0 3878722 16515.0 3879433 16375.0 3880144 16637.0 3880856 16197.0 3881567 16013.0 3882279 15895.0 3882990 15692.0 3883701 15790.0 3884413 16158.0 3885124 16801.0 3885836 16719.0 3886547 16938.0 3887258 16982.0 3887970 16499.0 3888681 15835.0 3889392 16136.0 3890104 15793.0 3890815 16847.0 3891527 16278.0 3892238 17395.0 3892949 17414.0 3893661 16879.0 3894372 17066.0 3895084 17112.0 3895795 18085.0 3896506 17051.0 3897218 16934.0 3897929 17384.0 3898640 17267.0 3899352 16960.0 3900063 16974.0 3900775 17669.0 3901486 16792.0 3902197 16658.0 3902909 15706.0 3903620 17177.0 3904331 18443.0 3905043 20040.0 3905754 20969.0 3906466 21567.0 3907177 20498.0 3907888 18968.0 3908600 18464.0 3909311 16376.0 3910023 16530.0 3910734 16725.0 3911445 15800.0 3912157 15536.0 3912868 15438.0 3913579 15205.0 3914291 15164.0 3915002 15124.0 3915714 15635.0 3916425 16443.0 3917136 17163.0 3917848 17848.0 3918559 17916.0 3919270 19392.0 3919982 19860.0 3920693 20642.0 3921405 21159.0 3922116 21386.0 3922827 21457.0 3923539 21231.0 3924250 20047.0 3924962 18979.0 3925673 18817.0 3926384 18608.0 3927096 20013.0 3927807 20311.0 3928518 19416.0 3929230 18803.0 3929941 17908.0 3930653 17300.0 3931364 16065.0 3932075 15848.0 3932787 15479.0 3933498 16049.0 3934210 15373.0 3934921 15519.0 3935632 15592.0 3936344 15530.0 3937055 15743.0 3937766 15662.0 3938478 15754.0 3939189 15482.0 3939901 15184.0 3940612 16089.0 3941323 16853.0 3942035 17289.0 3942746 17023.0 3943457 17222.0 3944169 16816.0 3944880 16234.0 3945592 17460.0 3946303 18534.0 3947014 18934.0 3947726 20087.0 3948437 19765.0 3949149 19154.0 3949860 18761.0 3950571 17804.0 3951283 17420.0 3951994 16813.0 3952705 16459.0 3953417 15784.0 3954128 16102.0 3954840 15846.0 3955551 16792.0 3956262 16648.0 3956974 16458.0 3957685 15725.0 3958397 15766.0 3959108 16052.0 3959819 15575.0 3960531 15693.0 3961242 15596.0 3961953 15301.0 3962665 16007.0 3963376 15617.0 3964088 15926.0 3964799 15823.0 3965510 16418.0 3966222 16119.0 3966933 16583.0 3967644 17422.0 3968356 17423.0 3969067 17489.0 3969779 17325.0 3970490 17220.0 3971201 16573.0 3971913 17268.0 3972624 17327.0 3973336 16672.0 3974047 16472.0 3974758 16691.0 3975470 16198.0 3976181 15777.0 3976892 15430.0 3977604 14863.0 3978315 15349.0 3979027 15930.0 3979738 15332.0 3980449 14739.0 3981161 15618.0 3981872 15386.0 3982584 15733.0 3983295 15192.0 3984006 15067.0 3984718 15166.0 3985429 15610.0 3986140 15721.0 3986852 15523.0 3987563 15798.0 3988275 15145.0 3988986 16130.0 3989697 16443.0 3990409 16689.0 3991120 17212.0 3991831 16683.0 3992543 16617.0 3993254 15567.0 3993966 15244.0 3994677 15620.0 3995388 14923.0 3996100 15252.0 3996811 14771.0 3997523 15307.0 3998234 15817.0 3998945 16376.0 3999657 15822.0 4000368 15842.0 4001079 15244.0 4001791 15405.0 4002502 15158.0 4003214 14897.0 4003925 14383.0 4004636 14898.0 4005348 14939.0 4006059 15654.0 4006771 15740.0 4007482 14811.0 4008193 14508.0 4008905 15190.0 4009616 14936.0 4010327 15078.0 4011039 14582.0 4011750 14747.0 4012462 15338.0 4013173 15404.0 4013884 15702.0 4014596 16270.0 4015307 16780.0 4016018 17583.0 4016730 18039.0 4017441 18121.0 4018153 17766.0 4018864 17056.0 4019575 16859.0 4020287 16646.0 4020998 17222.0 4021710 16995.0 4022421 17084.0 4023132 16991.0 4023844 17305.0 4024555 17183.0 4025266 16879.0 4025978 17058.0 4026689 16530.0 4027401 16082.0 4028112 15812.0 4028823 15239.0 4029535 15235.0 4030246 15351.0 4030958 15436.0 4031669 15667.0 4032380 15754.0 4033092 15941.0 4033803 15931.0 4034514 15562.0 4035226 15123.0 4035937 15439.0 4036649 15809.0 4037360 16676.0 4038071 16139.0 4038783 16555.0 4039494 16416.0 4040205 16793.0 4040917 16693.0 4041628 16336.0 4042340 16358.0 4043051 15121.0 4043762 15087.0 4044474 16065.0 4045185 15856.0 4045897 15150.0 4046608 15864.0 4047319 15365.0 4048031 15340.0 4048742 14636.0 4049453 14984.0 4050165 14655.0 4050876 14587.0 4051588 15071.0 4052299 15502.0 4053010 14347.0 4053722 14637.0 4054433 14686.0 4055145 15318.0 4055856 14961.0 4056567 15170.0 4057279 16180.0 4057990 16247.0 4058701 16140.0 4059413 15825.0 4060124 15681.0 4060836 16058.0 4061547 15813.0 4062258 17294.0 4062970 18994.0 4063681 23291.0 4064392 27031.0 4065104 29386.0 4065815 28130.0 4066527 25579.0 4067238 22835.0 4067949 20045.0 4068661 18653.0 4069372 17209.0 4070084 17468.0 4070795 17578.0 4071506 17456.0 4072218 16735.0 4072929 16868.0 4073640 16715.0 4074352 16361.0 4075063 16014.0 4075775 15655.0 4076486 15896.0 4077197 15697.0 4077909 15176.0 4078620 15082.0 4079332 15811.0 4080043 15499.0 4080754 15379.0 4081466 16343.0 4082177 16167.0 4082888 15891.0 4083600 15860.0 4084311 16094.0 4085023 15942.0 4085734 16203.0 4086445 16358.0 4087157 16244.0 4087868 16202.0 4088579 17417.0 4089291 16726.0 4090002 16416.0 4090714 16751.0 4091425 16156.0 4092136 16355.0 4092848 16339.0 4093559 17113.0 4094271 17582.0 4094982 17722.0 4095693 17905.0 4096405 17673.0 4097116 16162.0 4097827 16152.0 4098539 16407.0 4099250 16358.0 4099962 16089.0 4100673 16011.0 4101384 15713.0 4102096 15706.0 4102807 15817.0 4103519 16055.0 4104230 15614.0 4104941 15373.0 4105653 15430.0 4106364 15539.0 4107075 15207.0 4107787 15306.0 4108498 14810.0 4109210 15160.0 4109921 15291.0 4110632 15369.0 4111344 14736.0 4112055 15332.0 4112766 15184.0 4113478 15480.0 4114189 15010.0 4114901 15799.0 4115612 16627.0 4116323 17106.0 4117035 17166.0 4117746 17038.0 4118458 16386.0 4119169 15544.0 4119880 15282.0 4120592 15412.0 4121303 15565.0 4122014 16187.0 4122726 16766.0 4123437 16791.0 4124149 16198.0 4124860 15936.0 4125571 15968.0 4126283 16333.0 4126994 15526.0 4127705 15389.0 4128417 15058.0 4129128 14489.0 4129840 14499.0 4130551 15071.0 4131262 15300.0 4131974 15285.0 4132685 15268.0 4133397 15292.0 4134108 14875.0 4134819 15359.0 4135531 14819.0 4136242 14976.0 4136953 15229.0 4137665 15018.0 4138376 14663.0 4139088 14615.0 4139799 14858.0 4140510 14659.0 4141222 14542.0 4141933 15073.0 4142645 14855.0 4143356 15148.0 4144067 14802.0 4144779 14550.0 4145490 14916.0 4146201 15110.0 4146913 15712.0 4147624 15461.0 4148336 15081.0 4149047 15073.0 4149758 14784.0 4150470 15454.0 4151181 15199.0 4151892 15319.0 4152604 15145.0 4153315 15951.0 4154027 15485.0 4154738 15400.0 4155449 15374.0 4156161 15032.0 4156872 15548.0 4157584 16892.0 4158295 15843.0 4159006 16844.0 4159718 16359.0 4160429 16286.0 4161140 16459.0 4161852 15668.0 4162563 16143.0 4163275 15923.0 4163986 16232.0 4164697 16862.0 4165409 15792.0 4166120 15395.0 4166832 15197.0 4167543 15577.0 4168254 15929.0 4168966 15315.0 4169677 16074.0 4170388 16422.0 4171100 15736.0 4171811 16497.0 4172523 16311.0 4173234 15201.0 4173945 15164.0 4174657 14539.0 4175368 14664.0 4176079 14997.0 4176791 15437.0 4177502 15185.0 4178214 16086.0 4178925 15367.0 4179636 15317.0 4180348 15602.0 4181059 15857.0 4181771 15563.0 4182482 15575.0 4183193 15815.0 4183905 15352.0 4184616 15624.0 4185327 15492.0 4186039 15579.0 4186750 15615.0 4187462 14823.0 4188173 15095.0 4188884 16001.0 4189596 15450.0 4190307 15479.0 4191019 15344.0 4191730 15704.0 4192441 15189.0 4193153 15583.0 4193864 15651.0 4194575 15120.0 4195287 15346.0 4195998 14669.0 4196710 15250.0 4197421 14620.0 4198132 15672.0 4198844 15921.0 4199555 15934.0 4200266 16319.0 4200978 15108.0 4201689 15467.0 4202401 15822.0 4203112 15469.0 4203823 15211.0 4204535 15113.0 4205246 15426.0 4205958 15355.0 4206669 15462.0 4207380 15360.0 4208092 14915.0 4208803 15285.0 4209514 15400.0 4210226 15558.0 4210937 14917.0 4211649 15072.0 4212360 15158.0 4213071 14914.0 4213783 15646.0 4214494 16282.0 4215206 16522.0 4215917 16412.0 4216628 17103.0 4217340 15881.0 4218051 15986.0 4218762 15853.0 4219474 16080.0 4220185 16084.0 4220897 16405.0 4221608 16246.0 4222319 17089.0 4223031 16632.0 4223742 16816.0 4224453 15947.0 4225165 16025.0 4225876 16447.0 4226588 16209.0 4227299 16236.0 4228010 16451.0 4228722 16107.0 4229433 15935.0 4230145 16116.0 4230856 15230.0 4231567 15553.0 4232279 15003.0 4232990 15375.0 4233701 15906.0 4234413 15668.0 4235124 15729.0 4235836 15951.0 4236547 16038.0 4237258 16440.0 4237970 16143.0 4238681 16358.0 4239393 16035.0 4240104 15900.0 4240815 16228.0 4241527 16004.0 4242238 16591.0 4242949 16624.0 4243661 18381.0 4244372 20800.0 4245084 26425.0 4245795 30503.0 4246506 32528.0 4247218 30228.0 4247929 27650.0 4248640 24702.0 4249352 23219.0 4250063 22401.0 4250775 21739.0 4251486 22355.0 4252197 21957.0 4252909 22423.0 4253620 23629.0 4254332 22684.0 4255043 25234.0 4255754 26047.0 4256466 27650.0 4257177 30138.0 4257888 32149.0 4258600 33011.0 4259311 37576.0 4260023 39993.0 4260734 42169.0 4261445 46077.0 4262157 49542.0 4262868 52009.0 4263580 56504.0 4264291 61477.0 4265002 66127.0 4265714 71462.0 4266425 77444.0 4267136 81718.0 4267848 78278.0 4268559 70341.0 4269271 56385.0 4269982 42559.0 4270693 32726.0 4271405 26175.0 4272116 24122.0 4272827 22248.0 4273539 21696.0 4274250 21356.0 4274962 20579.0 4275673 18826.0 4276384 19749.0 4277096 18648.0 4277807 18435.0 4278519 18232.0 4279230 18799.0 4279941 18652.0 4280653 18120.0 4281364 18484.0 4282075 18274.0 4282787 17818.0 4283498 17510.0 4284210 17961.0 4284921 17863.0 4285632 16798.0 4286344 17495.0 4287055 17278.0 4287767 17033.0 4288478 16754.0 4289189 17150.0 4289901 17126.0 4290612 17425.0 4291323 17133.0 4292035 17126.0 4292746 16787.0 4293458 17525.0 4294169 16872.0 4294880 16651.0 4295592 16686.0 4296303 16875.0 4297014 16928.0 4297726 16958.0 4298437 16466.0 4299149 16079.0 4299860 17389.0 4300571 17417.0 4301283 17710.0 4301994 17922.0 4302706 17897.0 4303417 17614.0 4304128 16902.0 4304840 17192.0 4305551 16934.0 4306262 17248.0 4306974 17732.0 4307685 17633.0 4308397 17505.0 4309108 16832.0 4309819 16877.0 4310531 16693.0 4311242 16300.0 4311954 16621.0 4312665 16641.0 4313376 17089.0 4314088 17120.0 4314799 18368.0 4315510 17760.0 4316222 17701.0 4316933 17465.0 4317645 17302.0 4318356 17226.0 4319067 16695.0 4319779 16883.0 4320490 16592.0 4321201 16765.0 4321913 16852.0 4322624 16722.0 4323336 16762.0 4324047 16734.0 4324758 16697.0 4325470 16235.0 4326181 16410.0 4326893 16184.0 4327604 16125.0 4328315 16208.0 4329027 16793.0 4329738 16323.0 4330449 16814.0 4331161 17724.0 4331872 17732.0 4332584 17907.0 4333295 16982.0 4334006 16766.0 4334718 16807.0 4335429 16502.0 4336140 16544.0 4336852 16340.0 4337563 16294.0 4338275 16458.0 4338986 16744.0 4339697 16666.0 4340409 16538.0 4341120 16245.0 4341832 16388.0 4342543 16268.0 4343254 16741.0 4343966 17131.0 4344677 16256.0 4345388 16319.0 4346100 16690.0 4346811 16810.0 4347523 16573.0 4348234 16935.0 4348945 16766.0 4349657 17464.0 4350368 17373.0 4351080 16964.0 4351791 17072.0 4352502 16012.0 4353214 16266.0 4353925 15553.0 4354636 16866.0 4355348 16449.0 4356059 16364.0 4356771 16684.0 4357482 16889.0 4358193 17200.0 4358905 17446.0 4359616 17129.0 4360327 17348.0 4361039 17102.0 4361750 17219.0 4362462 16258.0 4363173 17097.0 4363884 17486.0 4364596 18242.0 4365307 18465.0 4366019 19137.0 4366730 19596.0 4367441 20477.0 4368153 20870.0 4368864 21338.0 4369575 20456.0 4370287 19263.0 4370998 18634.0 4371710 18602.0 4372421 17561.0 4373132 17864.0 4373844 17256.0 4374555 16869.0 4375267 17175.0 4375978 17197.0 4376689 16705.0 4377401 17252.0 4378112 16402.0 4378823 16517.0 4379535 16669.0 4380246 17234.0 4380958 17010.0 4381669 16442.0 4382380 16350.0 4383092 16380.0 4383803 16917.0 4384514 16878.0 4385226 17401.0 4385937 17335.0 4386649 18011.0 4387360 16955.0 4388071 17093.0 4388783 16989.0 4389494 17102.0 4390206 16986.0 4390917 16827.0 4391628 16951.0 4392340 16364.0 4393051 16667.0 4393762 16320.0 4394474 16938.0 4395185 16802.0 4395897 16229.0 4396608 17342.0 4397319 17090.0 4398031 16431.0 4398742 16498.0 4399454 17053.0 4400165 17053.0 4400876 16578.0 4401588 17663.0 4402299 17632.0 4403010 17586.0 4403722 17484.0 4404433 18047.0 4405145 17915.0 4405856 17641.0 4406567 17209.0 4407279 17293.0 4407990 17542.0 4408701 17003.0 4409413 17042.0 4410124 17047.0 4410836 17097.0 4411547 17305.0 4412258 17508.0 4412970 17284.0 4413681 18930.0 4414393 19522.0 4415104 21269.0 4415815 22415.0 4416527 22212.0 4417238 21675.0 4417949 21569.0 4418661 19672.0 4419372 18654.0 4420084 17684.0 4420795 17525.0 4421506 17734.0 4422218 17469.0 4422929 17323.0 4423641 17335.0 4424352 17317.0 4425063 17330.0 4425775 17162.0 4426486 16863.0 4427197 16882.0 4427909 16846.0 4428620 16602.0 4429332 16460.0 4430043 16573.0 4430754 16428.0 4431466 16490.0 4432177 16108.0 4432888 16229.0 4433600 16222.0 4434311 16566.0 4435023 16993.0 4435734 16199.0 4436445 17031.0 4437157 16667.0 4437868 16900.0 4438580 16487.0 4439291 16465.0 4440002 16319.0 4440714 16705.0 4441425 16878.0 4442136 16014.0 4442848 17076.0 4443559 16808.0 4444271 16634.0 4444982 16316.0 4445693 16850.0 4446405 16618.0 4447116 16793.0 4447828 16478.0 4448539 16748.0 4449250 17015.0 4449962 16662.0 4450673 16831.0 4451384 17095.0 4452096 16883.0 4452807 17090.0 4453519 16264.0 4454230 17046.0 4454941 17195.0 4455653 17377.0 4456364 16923.0 4457075 17616.0 4457787 17063.0 4458498 16570.0 4459210 17151.0 4459921 17678.0 4460632 18332.0 4461344 18735.0 4462055 18456.0 4462767 18189.0 4463478 17572.0 4464189 17186.0 4464901 17020.0 4465612 16281.0 4466323 17026.0 4467035 16901.0 4467746 16965.0 4468458 16866.0 4469169 17160.0 4469880 16704.0 4470592 17298.0 4471303 16985.0 4472015 17932.0 4472726 17570.0 4473437 17631.0 4474149 17133.0 4474860 17427.0 4475571 17343.0 4476283 16826.0 4476994 16565.0 4477706 17570.0 4478417 17943.0 4479128 16987.0 4479840 16972.0 4480551 16813.0 4481262 17540.0 4481974 17569.0 4482685 16965.0 4483397 17086.0 4484108 17070.0 4484819 16398.0 4485531 17006.0 4486242 17463.0 4486954 17522.0 4487665 18906.0 4488376 18994.0 4489088 18621.0 4489799 17769.0 4490510 18076.0 4491222 17341.0 4491933 17665.0 4492645 17420.0 4493356 17309.0 4494067 17621.0 4494779 17236.0 4495490 16573.0 4496202 16691.0 4496913 16628.0 4497624 17217.0 4498336 17088.0 4499047 16829.0 4499758 17934.0 4500470 17628.0 4501181 18012.0 4501893 17883.0 4502604 18265.0 4503315 18245.0 4504027 17411.0 4504738 17931.0 4505449 16908.0 4506161 17415.0 4506872 17498.0 4507584 17361.0 4508295 17617.0 4509006 17422.0 4509718 17915.0 4510429 17580.0 4511141 17915.0 4511852 18492.0 4512563 19108.0 4513275 19515.0 4513986 19391.0 4514697 20073.0 4515409 19496.0 4516120 18233.0 4516832 18408.0 4517543 18097.0 4518254 18000.0 4518966 17274.0 4519677 17767.0 4520389 17818.0 4521100 17802.0 4521811 17296.0 4522523 17424.0 4523234 17415.0 4523945 17478.0 4524657 17134.0 4525368 17179.0 4526080 17065.0 4526791 17609.0 4527502 17694.0 4528214 17169.0 4528925 17254.0 4529636 17485.0 4530348 17346.0 4531059 16680.0 4531771 16691.0 4532482 17189.0 4533193 17246.0 4533905 17515.0 4534616 17236.0 4535328 17751.0 4536039 17493.0 4536750 16998.0 4537462 17867.0 4538173 17287.0 4538884 16858.0 4539596 17038.0 4540307 16156.0 4541019 17399.0 4541730 17428.0 4542441 17383.0 4543153 16484.0 4543864 17226.0 4544575 17236.0 4545287 17374.0 4545998 16810.0 4546710 17728.0 4547421 17864.0 4548132 18129.0 4548844 17914.0 4549555 18234.0 4550267 18139.0 4550978 17457.0 4551689 17849.0 4552401 17448.0 4553112 17547.0 4553823 17378.0 4554535 17526.0 4555246 17744.0 4555958 18008.0 4556669 17521.0 4557380 17552.0 4558092 17447.0 4558803 17997.0 4559515 17887.0 4560226 18166.0 4560937 18127.0 4561649 17992.0 4562360 18000.0 4563071 17197.0 4563783 18024.0 4564494 17560.0 4565206 17904.0 4565917 17055.0 4566628 17737.0 4567340 17543.0 4568051 17710.0 4568762 18026.0 4569474 17449.0 4570185 18147.0 4570897 17364.0 4571608 18246.0 4572319 18052.0 4573031 17452.0 4573742 18142.0 4574454 18578.0 4575165 18397.0 4575876 18485.0 4576588 18151.0 4577299 17766.0 4578010 17755.0 4578722 17301.0 4579433 17164.0 4580145 17130.0 4580856 18051.0 4581567 17832.0 4582279 17424.0 4582990 18101.0 4583702 18636.0 4584413 18731.0 4585124 17705.0 4585836 17728.0 4586547 18291.0 4587258 18072.0 4587970 18677.0 4588681 19157.0 4589393 18443.0 4590104 19096.0 4590815 18479.0 4591527 18927.0 4592238 17948.0 4592949 18445.0 4593661 19214.0 4594372 18538.0 4595084 19718.0 4595795 19140.0 4596506 18953.0 4597218 19082.0 4597929 18703.0 4598641 19239.0 4599352 18423.0 4600063 18223.0 4600775 18154.0 4601486 18333.0 4602197 18263.0 4602909 18780.0 4603620 18349.0 4604332 18690.0 4605043 18245.0 4605754 18176.0 4606466 17675.0 4607177 18011.0 4607889 17993.0 4608600 18113.0 4609311 18168.0 4610023 17987.0 4610734 17759.0 4611445 18794.0 4612157 19329.0 4612868 18935.0 4613580 18915.0 4614291 19417.0 4615002 19613.0 4615714 19105.0 4616425 18581.0 4617136 18183.0 4617848 19149.0 4618559 18975.0 4619271 18261.0 4619982 18320.0 4620693 18477.0 4621405 18408.0 4622116 17785.0 4622828 17283.0 4623539 17946.0 4624250 18398.0 4624962 18399.0 4625673 18311.0 4626384 18358.0 4627096 18533.0 4627807 17823.0 4628519 18490.0 4629230 18794.0 4629941 18066.0 4630653 18271.0 4631364 18127.0 4632076 18782.0 4632787 18766.0 4633498 18538.0 4634210 18317.0 4634921 18233.0 4635632 18690.0 4636344 18715.0 4637055 18836.0 4637767 18622.0 4638478 18550.0 4639189 18254.0 4639901 18729.0 4640612 18421.0 4641323 18846.0 4642035 18485.0 4642746 19396.0 4643458 18770.0 4644169 19050.0 4644880 18503.0 4645592 18766.0 4646303 18831.0 4647015 18822.0 4647726 18580.0 4648437 18567.0 4649149 18756.0 4649860 18518.0 4650571 18960.0 4651283 18937.0 4651994 19398.0 4652706 20415.0 4653417 21259.0 4654128 20506.0 4654840 19752.0 4655551 19324.0 4656263 19402.0 4656974 19335.0 4657685 18401.0 4658397 18537.0 4659108 18815.0 4659819 18523.0 4660531 18692.0 4661242 19122.0 4661954 18785.0 4662665 19006.0 4663376 19091.0 4664088 19322.0 4664799 18650.0 4665510 18938.0 4666222 18548.0 4666933 18344.0 4667645 18638.0 4668356 19475.0 4669067 19158.0 4669779 19815.0 4670490 21223.0 4671202 21622.0 4671913 22441.0 4672624 22829.0 4673336 22775.0 4674047 22807.0 4674758 22247.0 4675470 21025.0 4676181 20485.0 4676893 20379.0 4677604 20282.0 4678315 21479.0 4679027 22290.0 4679738 22305.0 4680450 21869.0 4681161 21269.0 4681872 20756.0 4682584 20535.0 4683295 19969.0 4684006 19663.0 4684718 19956.0 4685429 19229.0 4686141 19656.0 4686852 19863.0 4687563 19342.0 4688275 19859.0 4688986 19841.0 4689697 20018.0 4690409 19998.0 4691120 19462.0 4691832 19333.0 4692543 19865.0 4693254 20205.0 4693966 19298.0 4694677 19350.0 4695389 19580.0 4696100 19131.0 4696811 19616.0 4697523 19562.0 4698234 19488.0 4698945 19000.0 4699657 19941.0 4700368 20192.0 4701080 19448.0 4701791 19213.0 4702502 20764.0 4703214 21431.0 4703925 24532.0 4704637 25699.0 4705348 25917.0 4706059 25657.0 4706771 24112.0 4707482 23083.0 4708193 21599.0 4708905 20152.0 4709616 20418.0 4710328 20847.0 4711039 20254.0 4711750 19875.0 4712462 19470.0 4713173 20020.0 4713884 19998.0 4714596 20472.0 4715307 19404.0 4716019 20446.0 4716730 20045.0 4717441 19986.0 4718153 20114.0 4718864 20384.0 4719576 20382.0 4720287 20931.0 4720998 19978.0 4721710 20509.0 4722421 20779.0 4723132 20248.0 4723844 20906.0 4724555 20472.0 4725267 20830.0 4725978 21106.0 4726689 21625.0 4727401 20837.0 4728112 21669.0 4728824 21860.0 4729535 22069.0 4730246 21637.0 4730958 22047.0 4731669 21633.0 4732380 21041.0 4733092 20406.0 4733803 21178.0 4734515 20156.0 4735226 21001.0 4735937 20894.0 4736649 21211.0 4737360 21536.0 4738071 20963.0 4738783 20873.0 4739494 20599.0 4740206 21108.0 4740917 21310.0 4741628 20464.0 4742340 21387.0 4743051 21113.0 4743763 21056.0 4744474 20799.0 4745185 20973.0 4745897 20831.0 4746608 20972.0 4747319 20248.0 4748031 20280.0 4748742 21124.0 4749454 20861.0 4750165 21676.0 4750876 21233.0 4751588 22178.0 4752299 21665.0 4753010 21277.0 4753722 21731.0 4754433 21484.0 4755145 20844.0 4755856 20408.0 4756567 21739.0 4757279 21515.0 4757990 20732.0 4758702 20750.0 4759413 20993.0 4760124 20944.0 4760836 21314.0 4761547 20228.0 4762258 20404.0 4762970 20265.0 4763681 20967.0 4764393 19922.0 4765104 20371.0 4765815 20980.0 4766527 20945.0 4767238 20825.0 4767950 20954.0 4768661 20757.0 4769372 20877.0 4770084 20767.0 4770795 21635.0 4771506 23023.0 4772218 23756.0 4772929 25035.0 4773641 24219.0 4774352 24373.0 4775063 22787.0 4775775 21799.0 4776486 21713.0 4777197 21335.0 4777909 21561.0 4778620 21383.0 4779332 21530.0 4780043 20861.0 4780754 20773.0 4781466 21185.0 4782177 21133.0 4782889 21272.0 4783600 20694.0 4784311 20768.0 4785023 21688.0 4785734 21141.0 4786445 21478.0 4787157 21926.0 4787868 21832.0 4788580 21647.0 4789291 21683.0 4790002 21287.0 4790714 20511.0 4791425 21633.0 4792137 21443.0 4792848 21104.0 4793559 21063.0 4794271 21623.0 4794982 22548.0 4795693 22213.0 4796405 21996.0 4797116 21781.0 4797828 22431.0 4798539 21219.0 4799250 21909.0 4799962 21261.0 4800673 21114.0 4801384 21864.0 4802096 22475.0 4802807 21100.0 4803519 22275.0 4804230 21818.0 4804941 21401.0 4805653 21727.0 4806364 21323.0 4807076 21829.0 4807787 21543.0 4808498 22153.0 4809210 21592.0 4809921 21931.0 4810632 22879.0 4811344 21782.0 4812055 21772.0 4812767 21535.0 4813478 22385.0 4814189 22827.0 4814901 23217.0 4815612 23665.0 4816324 23975.0 4817035 23830.0 4817746 24463.0 4818458 23953.0 4819169 24396.0 4819880 23456.0 4820592 22954.0 4821303 22276.0 4822015 21805.0 4822726 22508.0 4823437 22657.0 4824149 23546.0 4824860 23312.0 4825571 23910.0 4826283 24561.0 4826994 23839.0 4827706 24433.0 4828417 25402.0 4829128 24407.0 4829840 25360.0 4830551 25702.0 4831263 29203.0 4831974 31321.0 4832685 31468.0 4833397 30285.0 4834108 27827.0 4834819 25330.0 4835531 24487.0 4836242 24195.0 4836954 23340.0 4837665 23611.0 4838376 23514.0 4839088 23724.0 4839799 23319.0 4840511 23918.0 4841222 24614.0 4841933 24002.0 4842645 25554.0 4843356 26245.0 4844067 27014.0 4844779 27601.0 4845490 26205.0 4846202 25897.0 4846913 25509.0 4847624 24152.0 4848336 24237.0 4849047 24130.0 4849758 23490.0 4850470 23700.0 4851181 23735.0 4851893 23398.0 4852604 23589.0 4853315 23293.0 4854027 23594.0 4854738 23121.0 4855450 23451.0 4856161 23518.0 4856872 22887.0 4857584 23446.0 4858295 22680.0 4859006 23544.0 4859718 23461.0 4860429 23723.0 4861141 23438.0 4861852 23135.0 4862563 23492.0 4863275 23811.0 4863986 23136.0 4864698 24259.0 4865409 23698.0 4866120 24185.0 4866832 23347.0 4867543 23452.0 4868254 24248.0 4868966 23884.0 4869677 23816.0 4870389 23592.0 4871100 24244.0 4871811 23292.0 4872523 23354.0 4873234 23551.0 4873945 23803.0 4874657 24531.0 4875368 23686.0 4876080 24048.0 4876791 23607.0 4877502 23906.0 4878214 23926.0 4878925 23842.0 4879637 24253.0 4880348 24863.0 4881059 25064.0 4881771 24856.0 4882482 24254.0 4883193 24309.0 4883905 24598.0 4884616 23851.0 4885328 23334.0 4886039 25011.0 4886750 23706.0 4887462 24063.0 4888173 23707.0 4888885 24375.0 4889596 24380.0 4890307 24193.0 4891019 23471.0 4891730 23895.0 4892441 24285.0 4893153 23959.0 4893864 23366.0 4894576 23946.0 4895287 24264.0 4895998 25075.0 4896710 24949.0 4897421 24597.0 4898132 24811.0 4898844 24674.0 4899555 25509.0 4900267 25153.0 4900978 25523.0 4901689 25380.0 4902401 24403.0 4903112 24884.0 4903824 24990.0 4904535 25631.0 4905246 24792.0 4905958 25524.0 4906669 25298.0 4907380 24499.0 4908092 24849.0 4908803 24964.0 4909515 25136.0 4910226 24342.0 4910937 25783.0 4911649 25135.0 4912360 25395.0 4913072 26070.0 4913783 25687.0 4914494 25838.0 4915206 25768.0 4915917 25428.0 4916628 26019.0 4917340 25884.0 4918051 25836.0 4918763 26587.0 4919474 26186.0 4920185 26685.0 4920897 25995.0 4921608 26444.0 4922319 26510.0 4923031 25665.0 4923742 26605.0 4924454 26108.0 4925165 26461.0 4925876 26522.0 4926588 26681.0 4927299 26512.0 4928011 26565.0 4928722 25979.0 4929433 26162.0 4930145 26697.0 4930856 27444.0 4931567 26936.0 4932279 26135.0 4932990 26846.0 4933702 26620.0 4934413 27010.0 4935124 27186.0 4935836 26740.0 4936547 26655.0 4937258 26972.0 4937970 26360.0 4938681 26189.0 4939393 26605.0 4940104 26477.0 4940815 27368.0 4941527 28038.0 4942238 26723.0 4942950 27192.0 4943661 27134.0 4944372 27761.0 4945084 28542.0 4945795 27724.0 4946506 27951.0 4947218 27511.0 4947929 28036.0 4948641 26538.0 4949352 26799.0 4950063 26764.0 4950775 26330.0 4951486 26796.0 4952198 26433.0 4952909 26710.0 4953620 26765.0 4954332 26901.0 4955043 26667.0 4955754 27188.0 4956466 27231.0 4957177 26682.0 4957889 26830.0 4958600 26585.0 4959311 26384.0 4960023 27119.0 4960734 27305.0 4961445 26311.0 4962157 26694.0 4962868 26645.0 4963580 26610.0 4964291 27137.0 4965002 26929.0 4965714 27070.0 4966425 26466.0 4967137 26656.0 4967848 27997.0 4968559 26563.0 4969271 26451.0 4969982 27057.0 4970693 26638.0 4971405 27430.0 4972116 27435.0 4972828 27505.0 4973539 27663.0 4974250 27991.0 4974962 27841.0 4975673 27843.0 4976385 27825.0 4977096 27409.0 4977807 27968.0 4978519 27628.0 4979230 27022.0 4979941 27476.0 4980653 27038.0 4981364 26689.0 4982076 27086.0 4982787 26681.0 4983498 27931.0 4984210 27879.0 4984921 26876.0 4985632 27204.0 4986344 27124.0 4987055 27505.0 4987767 27099.0 4988478 27815.0 4989189 27809.0 4989901 26981.0 4990612 27427.0 4991324 26632.0 4992035 26787.0 4992746 27200.0 4993458 27634.0 4994169 27002.0 4994880 28117.0 4995592 27192.0 4996303 27210.0 4997015 27770.0 4997726 28023.0 4998437 27774.0 4999149 27169.0 4999860 27298.0 5000572 26995.0 5001283 26917.0 5001994 27589.0 5002706 27861.0 5003417 27753.0 5004128 28323.0 5004840 28447.0 5005551 28801.0 5006263 29792.0 5006974 29502.0 5007685 30676.0 5008397 30350.0 5009108 31411.0 5009819 30722.0 5010531 29380.0 5011242 29210.0 5011954 29139.0 5012665 28511.0 5013376 28541.0 5014088 28321.0 5014799 28087.0 5015511 28167.0 5016222 28087.0 5016933 28500.0 5017645 27089.0 5018356 28371.0 5019067 27457.0 5019779 27811.0 5020490 27458.0 5021202 27415.0 5021913 27219.0 5022624 27487.0 5023336 27126.0 5024047 27761.0 5024759 28210.0 5025470 28268.0 5026181 28019.0 5026893 28223.0 5027604 29453.0 5028315 28522.0 5029027 28673.0 5029738 29259.0 5030450 28037.0 5031161 28921.0 5031872 27744.0 5032584 28606.0 5033295 28919.0 5034006 28882.0 5034718 29203.0 5035429 28775.0 5036141 28745.0 5036852 28593.0 5037563 28688.0 5038275 29167.0 5038986 27886.0 5039698 28990.0 5040409 29254.0 5041120 27910.0 5041832 28928.0 5042543 29082.0 5043254 28624.0 5043966 28509.0 5044677 29080.0 5045389 29804.0 5046100 29220.0 5046811 29170.0 5047523 29127.0 5048234 28596.0 5048946 29435.0 5049657 28832.0 5050368 29064.0 5051080 28574.0 5051791 29270.0 5052502 28537.0 5053214 29755.0 5053925 29450.0 5054637 28939.0 5055348 29438.0 5056059 27967.0 5056771 28657.0 5057482 29505.0 5058193 29232.0 5058905 28831.0 5059616 29574.0 5060328 29414.0 5061039 28891.0 5061750 29084.0 5062462 29444.0 5063173 30539.0 5063885 30342.0 5064596 30309.0 5065307 30769.0 5066019 29402.0 5066730 30115.0 5067441 29432.0 5068153 28774.0 5068864 29069.0 5069576 28648.0 5070287 28482.0 5070998 28502.0 5071710 29025.0 5072421 28468.0 5073133 28097.0 5073844 28550.0 5074555 28425.0 5075267 28176.0 5075978 27957.0 5076689 29001.0 5077401 28494.0 5078112 28826.0 5078824 28348.0 5079535 28211.0 5080246 29048.0 5080958 28262.0 5081669 28988.0 5082380 29140.0 5083092 28651.0 5083803 29522.0 5084515 29148.0 5085226 27846.0 5085937 29375.0 5086649 28877.0 5087360 29015.0 5088072 29090.0 5088783 28430.0 5089494 29821.0 5090206 29175.0 5090917 29869.0 5091628 29523.0 5092340 28729.0 5093051 28854.0 5093763 29715.0 5094474 29283.0 5095185 28381.0 5095897 28420.0 5096608 28813.0 5097320 29412.0 5098031 28455.0 5098742 29257.0 5099454 29395.0 5100165 28826.0 5100876 27989.0 5101588 28361.0 5102299 28738.0 5103011 29658.0 5103722 28825.0 5104433 28704.0 5105145 28764.0 5105856 29867.0 5106567 28374.0 5107279 28516.0 5107990 28595.0 5108702 27839.0 5109413 28394.0 5110124 27668.0 5110836 28240.0 5111547 28353.0 5112259 29038.0 5112970 28651.0 5113681 29262.0 5114393 28635.0 5115104 28714.0 5115815 28441.0 5116527 28232.0 5117238 28052.0 5117950 29209.0 5118661 28972.0 5119372 28240.0 5120084 28292.0 5120795 28612.0 5121506 28959.0 5122218 28101.0 5122929 29120.0 5123641 28562.0 5124352 29709.0 5125063 28690.0 5125775 29251.0 5126486 28651.0 5127198 28672.0 5127909 28480.0 5128620 29620.0 5129332 29058.0 5130043 28518.0 5130754 27964.0 5131466 29564.0 5132177 28483.0 5132889 28879.0 5133600 27432.0 5134311 28179.0 5135023 28333.0 5135734 28592.0 5136446 28614.0 5137157 28867.0 5137868 29039.0 5138580 28484.0 5139291 28647.0 5140002 28650.0 5140714 28102.0 5141425 28729.0 5142137 28589.0 5142848 29197.0 5143559 29156.0 5144271 28510.0 5144982 29429.0 5145693 29217.0 5146405 29817.0 5147116 29547.0 5147828 29223.0 5148539 29715.0 5149250 29266.0 5149962 29985.0 5150673 28841.0 5151385 29467.0 5152096 28776.0 5152807 28902.0 5153519 29063.0 5154230 29508.0 5154941 29285.0 5155653 28952.0 5156364 28552.0 5157076 28722.0 5157787 28856.0 5158498 28922.0 5159210 28590.0 5159921 28965.0 5160633 29551.0 5161344 28479.0 5162055 28374.0 5162767 28616.0 5163478 28049.0 5164189 28624.0 5164901 29503.0 5165612 28211.0 5166324 28822.0 5167035 27972.0 5167746 28313.0 5168458 28618.0 5169169 29054.0 5169880 29344.0 5170592 29905.0 5171303 29550.0 5172015 29209.0 5172726 29085.0 5173437 28882.0 5174149 28787.0 5174860 29820.0 5175572 29871.0 5176283 30944.0 5176994 31508.0 5177706 31035.0 5178417 31880.0 5179128 31858.0 5179840 31052.0 5180551 30954.0 5181263 30143.0 5181974 32147.0 5182685 31468.0 5183397 31084.0 5184108 31113.0 5184820 30919.0 5185531 30340.0 5186242 30133.0 5186954 30252.0 5187665 29724.0 5188376 29234.0 5189088 30331.0 5189799 29722.0 5190511 30247.0 5191222 30728.0 5191933 31088.0 5192645 31571.0 5193356 31395.0 5194067 31300.0 5194779 31792.0 5195490 31121.0 5196202 29994.0 5196913 30182.0 5197624 30752.0 5198336 29618.0 5199047 29690.0 5199759 29135.0 5200470 29870.0 5201181 29494.0 5201893 29115.0 5202604 29110.0 5203315 29421.0 5204027 29651.0 5204738 28735.0 5205450 29628.0 5206161 29361.0 5206872 29759.0 5207584 29391.0 5208295 28292.0 5209007 28613.0 5209718 28600.0 5210429 28595.0 5211141 28802.0 5211852 29006.0 5212563 28500.0 5213275 28818.0 5213986 28024.0 5214698 28520.0 5215409 28215.0 5216120 28333.0 5216832 28602.0 5217543 27569.0 5218254 28322.0 5218966 28370.0 5219677 28589.0 5220389 28621.0 5221100 29129.0 5221811 27985.0 5222523 28217.0 5223234 28538.0 5223946 27989.0 5224657 28744.0 5225368 28472.0 5226080 28498.0 5226791 28335.0 5227502 29379.0 5228214 27657.0 5228925 28546.0 5229637 28223.0 5230348 29103.0 5231059 27793.0 5231771 28861.0 5232482 28116.0 5233194 27883.0 5233905 28091.0 5234616 28551.0 5235328 28210.0 5236039 28908.0 5236750 28870.0 5237462 28944.0 5238173 28502.0 5238885 28663.0 5239596 28805.0 5240307 28592.0 5241019 28703.0 5241730 28542.0 5242441 27988.0 5243153 28921.0 5243864 29023.0 5244576 28783.0 5245287 28521.0 5245998 28767.0 5246710 29263.0 5247421 29550.0 5248133 28873.0 5248844 28721.0 5249555 28399.0 5250267 27939.0 5250978 28662.0 5251689 28365.0 5252401 28726.0 5253112 28550.0 5253824 28721.0 5254535 29101.0 5255246 30206.0 5255958 29375.0 5256669 28527.0 5257381 28298.0 5258092 28747.0 5258803 29704.0 5259515 28285.0 5260226 29046.0 5260937 28339.0 5261649 29170.0 5262360 28483.0 5263072 28668.0 5263783 28575.0 5264494 28399.0 5265206 28370.0 5265917 28577.0 5266628 28657.0 5267340 29739.0 5268051 29925.0 5268763 30578.0 5269474 31562.0 5270185 32201.0 5270897 32072.0 5271608 31915.0 5272320 30767.0 5273031 30531.0 5273742 30586.0 5274454 30259.0 5275165 28965.0 5275876 29750.0 5276588 30358.0 5277299 29716.0 5278011 29324.0 5278722 29224.0 5279433 28925.0 5280145 28681.0 5280856 28572.0 5281568 28411.0 5282279 27934.0 5282990 28610.0 5283702 28459.0 5284413 28791.0 5285124 27993.0 5285836 28708.0 5286547 27871.0 5287259 28195.0 5287970 29253.0 5288681 29226.0 5289393 27706.0 5290104 28011.0 5290815 28629.0 5291527 28155.0 5292238 28212.0 5292950 27974.0 5293661 27925.0 5294372 28460.0 5295084 27899.0 5295795 27966.0 5296507 28383.0 5297218 28434.0 5297929 27653.0 5298641 28873.0 5299352 27946.0 5300063 28890.0 5300775 29352.0 5301486 29532.0 5302198 29091.0 5302909 29209.0 5303620 29091.0 5304332 28774.0 5305043 29194.0 5305755 30382.0 5306466 30094.0 5307177 29890.0 5307889 28942.0 5308600 29026.0 5309311 29235.0 5310023 28852.0 5310734 28754.0 5311446 29159.0 5312157 28810.0 5312868 28708.0 5313580 28217.0 5314291 27620.0 5315002 28200.0 5315714 28559.0 5316425 28325.0 5317137 28503.0 5317848 28652.0 5318559 28798.0 5319271 28012.0 5319982 28045.0 5320694 28330.0 5321405 28072.0 5322116 28827.0 5322828 27797.0 5323539 27912.0 5324250 28214.0 5324962 28095.0 5325673 28410.0 5326385 27981.0 5327096 27929.0 5327807 28093.0 5328519 27607.0 5329230 28829.0 5329941 29240.0 5330653 28093.0 5331364 27991.0 5332076 28221.0 5332787 27494.0 5333498 27528.0 5334210 28625.0 5334921 27779.0 5335633 28714.0 5336344 28028.0 5337055 28486.0 5337767 28462.0 5338478 27937.0 5339189 27775.0 5339901 28162.0 5340612 28641.0 5341324 28433.0 5342035 28009.0 5342746 28286.0 5343458 28656.0 5344169 28275.0 5344881 28802.0 5345592 29373.0 5346303 28948.0 5347015 29081.0 5347726 28953.0 5348437 28913.0 5349149 28595.0 5349860 28885.0 5350572 28067.0 5351283 28398.0 5351994 28027.0 5352706 28123.0 5353417 28271.0 5354128 28331.0 5354840 29178.0 5355551 28994.0 5356263 28917.0 5356974 28450.0 5357685 29610.0 5358397 28307.0 5359108 28745.0 5359820 27713.0 5360531 28787.0 5361242 28677.0 5361954 28786.0 5362665 29498.0 5363376 28094.0 5364088 28607.0 5364799 28548.0 5365511 28904.0 5366222 28099.0 5366933 27996.0 5367645 28985.0 5368356 28471.0 5369068 28276.0 5369779 28132.0 5370490 28362.0 5371202 28712.0 5371913 28981.0 5372624 28508.0 5373336 29148.0 5374047 28594.0 5374759 28392.0 5375470 28351.0 5376181 28286.0 5376893 27985.0 5377604 28490.0 5378315 28004.0 5379027 28705.0 5379738 28185.0 5380450 28230.0 5381161 28881.0 5381872 29023.0 5382584 28638.0 5383295 28005.0 5384007 28939.0 5384718 28335.0 5385429 28586.0 5386141 28538.0 5386852 28239.0 5387563 28614.0 5388275 28381.0 5388986 28453.0 5389698 28208.0 5390409 28460.0 5391120 28178.0 5391832 27079.0 5392543 27563.0 5393255 27570.0 5393966 28898.0 5394677 28556.0 5395389 28888.0 5396100 29111.0 5396811 28113.0 5397523 28394.0 5398234 27772.0 5398946 28287.0 5399657 28638.0 5400368 27694.0 5401080 28953.0 5401791 28148.0 5402502 27671.0 5403214 28034.0 5403925 27582.0 5404637 27878.0 5405348 28149.0 5406059 28079.0 5406771 27953.0 5407482 27753.0 5408194 28555.0 5408905 27587.0 5409616 27884.0 5410328 27275.0 5411039 28130.0 5411750 28057.0 5412462 28101.0 5413173 28285.0 5413885 28428.0 5414596 27161.0 5415307 28080.0 5416019 27655.0 5416730 28347.0 5417442 28514.0 5418153 28195.0 5418864 28100.0 5419576 28276.0 5420287 28047.0 5420998 28440.0 5421710 28336.0 5422421 27677.0 5423133 27660.0 5423844 28896.0 5424555 28642.0 5425267 27806.0 5425978 28181.0 5426689 28991.0 5427401 28573.0 5428112 28440.0 5428824 29265.0 5429535 28953.0 5430246 28575.0 5430958 28657.0 5431669 28458.0 5432381 29112.0 5433092 28464.0 5433803 28574.0 5434515 28601.0 5435226 29011.0 5435937 28784.0 5436649 28510.0 5437360 29031.0 5438072 28721.0 5438783 28642.0 5439494 30520.0 5440206 31726.0 5440917 33591.0 5441629 37102.0 5442340 38757.0 5443051 42867.0 5443763 44176.0 5444474 44178.0 5445185 44908.0 5445897 43222.0 5446608 40555.0 5447320 38114.0 5448031 35764.0 5448742 34651.0 5449454 32763.0 5450165 32995.0 5450876 32413.0 5451588 31225.0 5452299 32036.0 5453011 31596.0 5453722 31900.0 5454433 31366.0 5455145 30983.0 5455856 30197.0 5456568 30868.0 5457279 29942.0 5457990 30878.0 5458702 30258.0 5459413 29852.0 5460124 30328.0 5460836 30206.0 5461547 30597.0 5462259 29230.0 5462970 29627.0 5463681 29410.0 5464393 30823.0 5465104 29217.0 5465816 28989.0 5466527 28707.0 5467238 28348.0 5467950 29092.0 5468661 28148.0 5469372 28184.0 5470084 29049.0 5470795 28291.0 5471507 28657.0 5472218 28612.0 5472929 28834.0 5473641 28601.0 5474352 28951.0 5475063 28641.0 5475775 28782.0 5476486 29379.0 5477198 29387.0 5477909 29330.0 5478620 28685.0 5479332 28971.0 5480043 29107.0 5480755 29081.0 5481466 28507.0 5482177 27641.0 5482889 28861.0 5483600 28357.0 5484311 28648.0 5485023 27845.0 5485734 27992.0 5486446 29185.0 5487157 28492.0 5487868 28764.0 5488580 28205.0 5489291 28261.0 5490003 27707.0 5490714 28224.0 5491425 29176.0 5492137 28822.0 5492848 28363.0 5493559 27575.0 5494271 28182.0 5494982 28715.0 5495694 28771.0 5496405 27707.0 5497116 28182.0 5497828 28413.0 5498539 28413.0 5499250 28412.0 5499962 28813.0 5500673 28851.0 5501385 28875.0 5502096 29083.0 5502807 29334.0 5503519 29357.0 5504230 29300.0 5504942 29840.0 5505653 30145.0 5506364 29106.0 5507076 30297.0 5507787 30109.0 5508498 30161.0 5509210 30900.0 5509921 30182.0 5510633 30291.0 5511344 28978.0 5512055 29624.0 5512767 30507.0 5513478 30089.0 5514189 30281.0 5514901 29159.0 5515612 29775.0 5516324 29512.0 5517035 29584.0 5517746 29689.0 5518458 29601.0 5519169 30008.0 5519881 29945.0 5520592 29317.0 5521303 30761.0 5522015 29708.0 5522726 28910.0 5523437 29948.0 5524149 30067.0 5524860 30027.0 5525572 29734.0 5526283 29051.0 5526994 28814.0 5527706 29347.0 5528417 28798.0 5529129 29548.0 5529840 28537.0 5530551 28159.0 5531263 28619.0 5531974 28814.0 5532685 28072.0 5533397 28838.0 5534108 27948.0 5534820 28014.0 5535531 27736.0 5536242 27541.0 5536954 28208.0 5537665 28362.0 5538376 28753.0 5539088 28592.0 5539799 28017.0 5540511 28159.0 5541222 27955.0 5541933 28311.0 5542645 27750.0 5543356 27884.0 5544068 28001.0 5544779 27754.0 5545490 28545.0 5546202 27814.0 5546913 27861.0 5547624 27940.0 5548336 27519.0 5549047 28182.0 5549759 27854.0 5550470 29022.0 5551181 27971.0 5551893 28260.0 5552604 28530.0 5553316 28231.0 5554027 27976.0 5554738 27605.0 5555450 27772.0 5556161 27332.0 5556872 28313.0 5557584 28723.0 5558295 28289.0 5559007 28051.0 5559718 27923.0 5560429 28060.0 5561141 27676.0 5561852 28218.0 5562563 27036.0 5563275 28212.0 5563986 27814.0 5564698 28018.0 5565409 27842.0 5566120 27995.0 5566832 27926.0 5567543 27581.0 5568255 28109.0 5568966 28111.0 5569677 28428.0 5570389 28381.0 5571100 28980.0 5571811 28741.0 5572523 29362.0 5573234 28671.0 5573946 29124.0 5574657 28324.0 5575368 28721.0 5576080 28119.0 5576791 27599.0 5577503 28336.0 5578214 27889.0 5578925 27664.0 5579637 27969.0 5580348 28649.0 5581059 28247.0 5581771 28691.0 5582482 27944.0 5583194 28355.0 5583905 27429.0 5584616 27580.0 5585328 27728.0 5586039 27007.0 5586750 28013.0 5587462 27292.0 5588173 27281.0 5588885 27574.0 5589596 27850.0 5590307 27990.0 5591019 28519.0 5591730 28492.0 5592442 27562.0 5593153 28285.0 5593864 27873.0 5594576 27981.0 5595287 27117.0 5595998 28111.0 5596710 27827.0 5597421 27675.0 5598133 27741.0 5598844 28153.0 5599555 27554.0 5600267 27573.0 5600978 27826.0 5601690 27615.0 5602401 27009.0 5603112 28018.0 5603824 28025.0 5604535 27445.0 5605246 28117.0 5605958 27279.0 5606669 28123.0 5607381 28273.0 5608092 27947.0 5608803 28025.0 5609515 27651.0 5610226 27281.0 5610937 29062.0 5611649 28193.0 5612360 28945.0 5613072 27522.0 5613783 28416.0 5614494 27789.0 5615206 27568.0 5615917 27533.0 5616629 27760.0 5617340 28584.0 5618051 26861.0 5618763 27414.0 5619474 28603.0 5620185 27944.0 5620897 27856.0 5621608 27737.0 5622320 27980.0 5623031 27658.0 5623742 28616.0 5624454 27500.0 5625165 27217.0 5625877 28112.0 5626588 27786.0 5627299 27608.0 5628011 27925.0 5628722 27916.0 5629433 27168.0 5630145 27741.0 5630856 27559.0 5631568 27779.0 5632279 27572.0 5632990 27461.0 5633702 27715.0 5634413 27190.0 5635124 26723.0 5635836 27525.0 5636547 28211.0 5637259 28037.0 5637970 27974.0 5638681 28039.0 5639393 27340.0 5640104 27676.0 5640816 28310.0 5641527 28642.0 5642238 28134.0 5642950 28418.0 5643661 28473.0 5644372 28271.0 5645084 28259.0 5645795 28274.0 5646507 27738.0 5647218 28247.0 5647929 27923.0 5648641 28195.0 5649352 27948.0 5650064 27610.0 5650775 28482.0 5651486 28359.0 5652198 27171.0 5652909 27843.0 5653620 27831.0 5654332 28174.0 5655043 27367.0 5655755 27537.0 5656466 27247.0 5657177 28069.0 5657889 28064.0 5658600 27401.0 5659311 27441.0 5660023 27838.0 5660734 28262.0 5661446 27693.0 5662157 27813.0 5662868 28130.0 5663580 28164.0 5664291 28090.0 5665003 27456.0 5665714 26887.0 5666425 27922.0 5667137 27872.0 5667848 28597.0 5668559 27225.0 5669271 27492.0 5669982 27838.0 5670694 27482.0 5671405 26815.0 5672116 27383.0 5672828 28014.0 5673539 27404.0 5674251 27211.0 5674962 28019.0 5675673 27542.0 5676385 28363.0 5677096 27012.0 5677807 27969.0 5678519 27956.0 5679230 28720.0 5679942 28317.0 5680653 28267.0 5681364 28237.0 5682076 28082.0 5682787 28926.0 5683498 28517.0 5684210 27499.0 5684921 27381.0 5685633 28218.0 5686344 28285.0 5687055 27673.0 5687767 27800.0 5688478 27423.0 5689190 27147.0 5689901 28314.0 5690612 28327.0 5691324 27985.0 5692035 27634.0 5692746 27330.0 5693458 27601.0 5694169 27912.0 5694881 28177.0 5695592 28053.0 5696303 27029.0 5697015 27804.0 5697726 28626.0 5698437 26783.0 5699149 26968.0 5699860 27815.0 5700572 27465.0 5701283 27550.0 5701994 27949.0 5702706 27201.0 5703417 27304.0 5704129 26804.0 5704840 27401.0 5705551 27189.0 5706263 27877.0 5706974 27895.0 5707685 26913.0 5708397 28099.0 5709108 27474.0 5709820 27493.0 5710531 27906.0 5711242 28128.0 5711954 28084.0 5712665 28055.0 5713377 27843.0 5714088 27878.0 5714799 27981.0 5715511 27483.0 5716222 27677.0 5716933 26915.0 5717645 27122.0 5718356 27036.0 5719068 27648.0 5719779 27609.0 5720490 27313.0 5721202 27650.0 5721913 27905.0 5722624 27304.0 5723336 28082.0 5724047 27557.0 5724759 27861.0 5725470 27554.0 5726181 27329.0 5726893 26849.0 5727604 27643.0 5728316 26829.0 5729027 27690.0 5729738 27078.0 5730450 27461.0 5731161 27121.0 5731872 26977.0 5732584 27406.0 5733295 26842.0 5734007 27625.0 5734718 27688.0 5735429 27929.0 5736141 27263.0 5736852 27542.0 5737564 27381.0 5738275 27001.0 5738986 27216.0 5739698 26843.0 5740409 27705.0 5741120 27197.0 5741832 27368.0 5742543 27661.0 5743255 27942.0 5743966 27536.0 5744677 28291.0 5745389 28505.0 5746100 27941.0 5746811 28381.0 5747523 27895.0 5748234 28354.0 5748946 28445.0 5749657 28041.0 5750368 27102.0 5751080 28275.0 5751791 27007.0 5752503 28048.0 5753214 28414.0 5753925 27680.0 5754637 28095.0 5755348 27744.0 5756059 27325.0 5756771 26498.0 5757482 27314.0 5758194 27184.0 5758905 27373.0 5759616 27683.0 5760328 28011.0 5761039 27095.0 5761751 27691.0 5762462 27390.0 5763173 26870.0 5763885 26641.0 5764596 26963.0 5765307 27412.0 5766019 27137.0 5766730 27560.0 5767442 27993.0 5768153 27746.0 5768864 27835.0 5769576 27463.0 5770287 27681.0 5770998 26803.0 5771710 27415.0 5772421 27321.0 5773133 27574.0 5773844 26651.0 5774555 26785.0 5775267 27034.0 5775978 26658.0 5776690 27801.0 5777401 27702.0 5778112 27675.0 5778824 28274.0 5779535 27902.0 5780246 28292.0 5780958 27882.0 5781669 27801.0 5782381 27455.0 5783092 28574.0 5783803 27885.0 5784515 28055.0 5785226 28011.0 5785938 27965.0 5786649 28532.0 5787360 27102.0 5788072 27101.0 5788783 27376.0 5789494 27814.0 5790206 27169.0 5790917 27193.0 5791629 28157.0 5792340 28143.0 5793051 28026.0 5793763 27944.0 5794474 27943.0 5795185 26582.0 5795897 27536.0 5796608 28009.0 5797320 28042.0 5798031 27349.0 5798742 27435.0 5799454 27849.0 5800165 27326.0 5800877 27294.0 5801588 26887.0 5802299 27516.0 5803011 27464.0 5803722 27167.0 5804433 26949.0 5805145 27183.0 5805856 27738.0 5806568 27562.0 5807279 27111.0 5807990 27524.0 5808702 27225.0 5809413 27184.0 5810125 27869.0 5810836 27915.0 5811547 27959.0 5812259 28080.0 5812970 26802.0 5813681 27237.0 5814393 26170.0 5815104 27652.0 5815816 27629.0 5816527 27975.0 5817238 28094.0 5817950 28438.0 5818661 27891.0 5819372 28501.0 5820084 27859.0 5820795 28091.0 5821507 27645.0 5822218 27614.0 5822929 27647.0 5823641 27931.0 5824352 27859.0 5825064 27528.0 5825775 27814.0 5826486 28262.0 5827198 27744.0 5827909 27999.0 5828620 27981.0 5829332 27967.0 5830043 27694.0 5830755 27060.0 5831466 27614.0 5832177 27513.0 5832889 27670.0 5833600 27478.0 5834312 27977.0 5835023 27118.0 5835734 27476.0 5836446 26944.0 5837157 26854.0 5837868 27352.0 5838580 27493.0 5839291 27525.0 5840003 27465.0 5840714 27836.0 5841425 27584.0 5842137 27657.0 5842848 27388.0 5843559 27715.0 5844271 26793.0 5844982 27269.0 5845694 26953.0 5846405 27499.0 5847116 27729.0 5847828 27616.0 5848539 27731.0 5849251 27592.0 5849962 26268.0 5850673 27466.0 5851385 27324.0 5852096 27223.0 5852807 27162.0 5853519 28112.0 5854230 27168.0 5854942 28468.0 5855653 27738.0 5856364 27291.0 5857076 28363.0 5857787 27392.0 5858499 27291.0 5859210 27659.0 5859921 27076.0 5860633 27753.0 5861344 27416.0 5862055 27811.0 5862767 26985.0 5863478 26920.0 5864190 27891.0 5864901 26855.0 5865612 26852.0 5866324 27432.0 5867035 27215.0 5867746 26649.0 5868458 26469.0 5869169 26759.0 5869881 27604.0 5870592 27723.0 5871303 27537.0 5872015 27387.0 5872726 27004.0 5873438 27284.0 5874149 27270.0 5874860 27893.0 5875572 27786.0 5876283 27941.0 5876994 27243.0 5877706 27176.0 5878417 27993.0 5879129 27053.0 5879840 27358.0 5880551 27353.0 5881263 27170.0 5881974 27007.0 5882686 26851.0 5883397 27577.0 5884108 27143.0 5884820 27004.0 5885531 26653.0 5886242 27737.0 5886954 27311.0 5887665 26918.0 5888377 26907.0 5889088 26849.0 5889799 27609.0 5890511 27281.0 5891222 27911.0 5891933 27539.0 5892645 26736.0 5893356 26536.0 5894068 27345.0 5894779 26908.0 5895490 27515.0 5896202 27099.0 5896913 27830.0 5897625 27089.0 5898336 27333.0 5899047 26989.0 5899759 27062.0 5900470 27338.0 5901181 26863.0 5901893 27760.0 5902604 27280.0 5903316 27051.0 5904027 27438.0 5904738 27776.0 5905450 27829.0 5906161 27138.0 5906872 27487.0 5907584 27640.0 5908295 27651.0 5909007 27022.0 5909718 26100.0 5910429 27639.0 5911141 27286.0 5911852 27598.0 5912564 27124.0 5913275 28702.0 5913986 27396.0 5914698 26951.0 5915409 27154.0 5916120 27123.0 5916832 27692.0 5917543 27436.0 5918255 26796.0 5918966 26808.0 5919677 27486.0 5920389 27140.0 5921100 27838.0 5921812 27301.0 5922523 27623.0 5923234 27219.0 5923946 27153.0 5924657 28044.0 5925368 27221.0 5926080 27382.0 5926791 27485.0 5927503 27228.0 5928214 26488.0 5928925 27144.0 5929637 27054.0 5930348 27338.0 5931059 26255.0 5931771 27542.0 5932482 27585.0 5933194 27008.0 5933905 27625.0 5934616 27952.0 5935328 27717.0 5936039 28484.0 5936751 27287.0 5937462 27253.0 5938173 27942.0 5938885 27937.0 5939596 27945.0 5940307 27065.0 5941019 27183.0 5941730 27430.0 5942442 27641.0 5943153 27738.0 5943864 27712.0 5944576 26923.0 5945287 27254.0 5945999 27418.0 5946710 27796.0 5947421 26406.0 5948133 27551.0 5948844 27496.0 5949555 27594.0 5950267 27962.0 5950978 27538.0 5951690 27061.0 5952401 28134.0 5953112 27971.0 5953824 27483.0 5954535 27433.0 5955246 27583.0 5955958 27843.0 5956669 27328.0 5957381 27386.0 5958092 27273.0 5958803 26641.0 5959515 27401.0 5960226 27969.0 5960938 27530.0 5961649 27275.0 5962360 27799.0 5963072 27832.0 5963783 26671.0 5964494 27532.0 5965206 27528.0 5965917 27650.0 5966629 27347.0 5967340 27243.0 5968051 27225.0 5968763 26894.0 5969474 28175.0 5970186 27121.0 5970897 27563.0 5971608 26982.0 5972320 27989.0 5973031 26886.0 5973742 27615.0 5974454 27172.0 5975165 26815.0 5975877 28215.0 5976588 27786.0 5977299 26719.0 5978011 26498.0 5978722 27635.0 5979433 26808.0 5980145 27802.0 5980856 28269.0 5981568 27239.0 5982279 26922.0 5982990 26965.0 5983702 27239.0 5984413 26837.0 5985125 26913.0 5985836 27349.0 5986547 27610.0 5987259 27457.0 5987970 26372.0 5988681 27336.0 5989393 27294.0 5990104 27273.0 5990816 26317.0 5991527 27541.0 5992238 26790.0 5992950 27350.0 5993661 26784.0 5994373 26952.0 5995084 26655.0 5995795 26962.0 5996507 26943.0 5997218 26806.0 5997929 26532.0 5998641 27421.0 5999352 27169.0 6000064 27421.0 6000775 26697.0 6001486 26477.0 6002198 26987.0 6002909 26258.0 6003620 26724.0 6004332 27135.0 6005043 26724.0 6005755 26620.0 6006466 26676.0 6007177 27173.0 6007889 26637.0 6008600 26244.0 6009312 26829.0 6010023 27243.0 6010734 27906.0 6011446 27093.0 6012157 26495.0 6012868 27474.0 6013580 26545.0 6014291 27778.0 6015003 27008.0 6015714 28144.0 6016425 27551.0 6017137 27457.0 6017848 27165.0 6018560 27506.0 6019271 27460.0 6019982 27907.0 6020694 27156.0 6021405 27191.0 6022116 27639.0 6022828 27114.0 6023539 27956.0 6024251 26382.0 6024962 26392.0 6025673 26576.0 6026385 27509.0 6027096 26703.0 6027807 27545.0 6028519 27824.0 6029230 27065.0 6029942 27425.0 6030653 27829.0 6031364 27794.0 6032076 26928.0 6032787 27345.0 6033499 26839.0 6034210 26377.0 6034921 27032.0 6035633 27430.0 6036344 27281.0 6037055 27033.0 6037767 26859.0 6038478 26795.0 6039190 27388.0 6039901 27421.0 6040612 27108.0 6041324 28356.0 6042035 27130.0 6042747 26977.0 6043458 26695.0 6044169 27528.0 6044881 26722.0 6045592 27533.0 6046303 27890.0 6047015 26702.0 6047726 27618.0 6048438 27171.0 6049149 27013.0 6049860 27501.0 6050572 28306.0 6051283 26897.0 6051994 26682.0 6052706 27419.0 6053417 27524.0 6054129 27953.0 6054840 26742.0 6055551 26423.0 6056263 27858.0 6056974 27718.0 6057686 27216.0 6058397 27455.0 6059108 27274.0 6059820 27869.0 6060531 27098.0 6061242 27391.0 6061954 26306.0 6062665 26400.0 6063377 26842.0 6064088 26335.0 6064799 26389.0 6065511 27592.0 6066222 27099.0 6066934 27274.0 6067645 27102.0 6068356 27187.0 6069068 27720.0 6069779 26417.0 6070490 26054.0 6071202 27329.0 6071913 26967.0 6072625 27604.0 6073336 26901.0 6074047 26220.0 6074759 26376.0 6075470 26326.0 6076181 26922.0 6076893 26636.0 6077604 26794.0 6078316 27682.0 6079027 26785.0 6079738 26870.0 6080450 26897.0 6081161 27416.0 6081873 27042.0 6082584 26787.0 6083295 27328.0 6084007 26232.0 6084718 27871.0 6085429 27687.0 6086141 27457.0 6086852 26733.0 6087564 27200.0 6088275 27727.0 6088986 27436.0 6089698 26856.0 6090409 27291.0 6091120 26882.0 6091832 26851.0 6092543 27086.0 6093255 26713.0 6093966 26811.0 6094677 26923.0 6095389 26770.0 6096100 26867.0 6096812 26773.0 6097523 26757.0 6098234 26950.0 6098946 28203.0 6099657 26758.0 6100368 26527.0 6101080 27138.0 6101791 27659.0 6102503 27167.0 6103214 27073.0 6103925 27340.0 6104637 27161.0 6105348 27104.0 6106060 27604.0 6106771 27786.0 6107482 27965.0 6108194 27670.0 6108905 27935.0 6109616 27004.0 6110328 26933.0 6111039 27259.0 6111751 27096.0 6112462 27073.0 6113173 26522.0 6113885 26959.0 6114596 27399.0 6115307 27626.0 6116019 27188.0 6116730 26722.0 6117442 26358.0 6118153 26812.0 6118864 26858.0 6119576 27456.0 6120287 26894.0 6120999 27681.0 6121710 27130.0 6122421 26794.0 6123133 27260.0 6123844 27675.0 6124555 26935.0 6125267 27356.0 6125978 26949.0 6126690 26791.0 6127401 26719.0 6128112 27952.0 6128824 27274.0 6129535 27062.0 6130247 26371.0 6130958 27226.0 6131669 26556.0 6132381 27009.0 6133092 26800.0 6133803 27157.0 6134515 27725.0 6135226 27088.0 6135938 26687.0 6136649 27059.0 6137360 27193.0 6138072 26284.0 6138783 26789.0 6139494 27305.0LineSeries4_5000066400000000000000000004130511436443153700407640ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support5948 12743.0 6659 12833.0 7371 12794.0 8082 12645.0 8794 12835.0 9505 12981.0 10216 14466.0 10928 19626.0 11639 22773.0 12350 22356.0 13062 22535.0 13773 22318.0 14485 21779.0 15196 22175.0 15907 21840.0 16619 21327.0 17330 21839.0 18042 22421.0 18753 21314.0 19464 20662.0 20176 20899.0 20887 20109.0 21598 20588.0 22310 20654.0 23021 20937.0 23733 20274.0 24444 20636.0 25155 20391.0 25867 20219.0 26578 20718.0 27289 20412.0 28001 20575.0 28712 20599.0 29424 19826.0 30135 21127.0 30846 19507.0 31558 19730.0 32269 20454.0 32981 20385.0 33692 19916.0 34403 20151.0 35115 20004.0 35826 20545.0 36537 20443.0 37249 19816.0 37960 20554.0 38672 20144.0 39383 19679.0 40094 19477.0 40806 19962.0 41517 19373.0 42229 20098.0 42940 20211.0 43651 19619.0 44363 20578.0 45074 19955.0 45785 19361.0 46497 18962.0 47208 19514.0 47920 19974.0 48631 19146.0 49342 19605.0 50054 19698.0 50765 19842.0 51476 19461.0 52188 18651.0 52899 19461.0 53611 19428.0 54322 19078.0 55033 19228.0 55745 19134.0 56456 19142.0 57168 19051.0 57879 19424.0 58590 19506.0 59302 18441.0 60013 18552.0 60724 19165.0 61436 20111.0 62147 19344.0 62859 18701.0 63570 19030.0 64281 19087.0 64993 19399.0 65704 18701.0 66416 19661.0 67127 20549.0 67838 22677.0 68550 22351.0 69261 22558.0 69972 21089.0 70684 21082.0 71395 20790.0 72107 19840.0 72818 20527.0 73529 20991.0 74241 19493.0 74952 20829.0 75663 20266.0 76375 19400.0 77086 19091.0 77798 19862.0 78509 19542.0 79220 19620.0 79932 19906.0 80643 19464.0 81355 19478.0 82066 20281.0 82777 19248.0 83489 19330.0 84200 19783.0 84911 19539.0 85623 19764.0 86334 19612.0 87046 19133.0 87757 19196.0 88468 19474.0 89180 19458.0 89891 18461.0 90603 20145.0 91314 19686.0 92025 19252.0 92737 19247.0 93448 19253.0 94159 19587.0 94871 19199.0 95582 19441.0 96294 19273.0 97005 19635.0 97716 19569.0 98428 19388.0 99139 20022.0 99850 19814.0 100562 19319.0 101273 19449.0 101985 19356.0 102696 18678.0 103407 19046.0 104119 18867.0 104830 19164.0 105542 19292.0 106253 19528.0 106964 19083.0 107676 18775.0 108387 18999.0 109098 19080.0 109810 19182.0 110521 18868.0 111233 18392.0 111944 19911.0 112655 18883.0 113367 19208.0 114078 18813.0 114790 19056.0 115501 18844.0 116212 18392.0 116924 19016.0 117635 19044.0 118346 18690.0 119058 19283.0 119769 18843.0 120481 18918.0 121192 19483.0 121903 19683.0 122615 19180.0 123326 18485.0 124037 18929.0 124749 18910.0 125460 19397.0 126172 19653.0 126883 18750.0 127594 18922.0 128306 19144.0 129017 19026.0 129729 18664.0 130440 19195.0 131151 18623.0 131863 18692.0 132574 18277.0 133285 19967.0 133997 19099.0 134708 18782.0 135420 19054.0 136131 18764.0 136842 18469.0 137554 19546.0 138265 18291.0 138977 19044.0 139688 18872.0 140399 18657.0 141111 19120.0 141822 18569.0 142533 18247.0 143245 18734.0 143956 19196.0 144668 18903.0 145379 18022.0 146090 18574.0 146802 18660.0 147513 19227.0 148224 19460.0 148936 18970.0 149647 18389.0 150359 19528.0 151070 19315.0 151781 18955.0 152493 17674.0 153204 16606.0 153916 15828.0 154627 15662.0 155338 14940.0 156050 14937.0 156761 14414.0 157472 14714.0 158184 14494.0 158895 14838.0 159607 14054.0 160318 13942.0 161029 13897.0 161741 13864.0 162452 14753.0 163164 13821.0 163875 14322.0 164586 14652.0 165298 14314.0 166009 14185.0 166720 13967.0 167432 14094.0 168143 14229.0 168855 13447.0 169566 13952.0 170277 14287.0 170989 13637.0 171700 14393.0 172411 14621.0 173123 13711.0 173834 14002.0 174546 13996.0 175257 14359.0 175968 13876.0 176680 13491.0 177391 13999.0 178103 14082.0 178814 14568.0 179525 14135.0 180237 14385.0 180948 14282.0 181659 14182.0 182371 13565.0 183082 13792.0 183794 13337.0 184505 13916.0 185216 14016.0 185928 13740.0 186639 13497.0 187350 14333.0 188062 13776.0 188773 13929.0 189485 13814.0 190196 14090.0 190907 13906.0 191619 13973.0 192330 14333.0 193042 13963.0 193753 13815.0 194464 13838.0 195176 13980.0 195887 14304.0 196598 13733.0 197310 13790.0 198021 13465.0 198733 13799.0 199444 13472.0 200155 13501.0 200867 13791.0 201578 13898.0 202290 14223.0 203001 14063.0 203712 14137.0 204424 14065.0 205135 13710.0 205846 14134.0 206558 21916.0 207269 66572.0 207981 204037.0 208692 449672.0 209403 805747.0 210115 1166204.0 210826 1373216.0 211537 1464841.0 212249 1483382.0 212960 1430671.0 213672 1334624.0 214383 1199433.0 215094 1080512.0 215806 946389.0 216517 816000.0 217229 707665.0 217940 606232.0 218651 498685.0 219363 400670.0 220074 317740.0 220785 243672.0 221497 213257.0 222208 305650.0 222920 446392.0 223631 566724.0 224342 654403.0 225054 713430.0 225765 723223.0 226477 689455.0 227188 642967.0 227899 577359.0 228611 507758.0 229322 438625.0 230033 384143.0 230745 338138.0 231456 304276.0 232168 313451.0 232879 341481.0 233590 328118.0 234302 298440.0 235013 274145.0 235724 248425.0 236436 214515.0 237147 181874.0 237859 152418.0 238570 136012.0 239281 129586.0 239993 121841.0 240704 116281.0 241416 113211.0 242127 108978.0 242838 102591.0 243550 96824.0 244261 87096.0 244972 80565.0 245684 76201.0 246395 72892.0 247107 68555.0 247818 65966.0 248529 65555.0 249241 65731.0 249952 67869.0 250664 70973.0 251375 72790.0 252086 73170.0 252798 71633.0 253509 69584.0 254220 68294.0 254932 63834.0 255643 61286.0 256355 57032.0 257066 54264.0 257777 52966.0 258489 50545.0 259200 48574.0 259911 49990.0 260623 49808.0 261334 52690.0 262046 54104.0 262757 58599.0 263468 67925.0 264180 89240.0 264891 112731.0 265603 135641.0 266314 149783.0 267025 152446.0 267737 143905.0 268448 138610.0 269159 130749.0 269871 115290.0 270582 102806.0 271294 90133.0 272005 81167.0 272716 75120.0 273428 72029.0 274139 67233.0 274851 62842.0 275562 67941.0 276273 124121.0 276985 234854.0 277696 341090.0 278407 405796.0 279119 421800.0 279830 422052.0 280542 391250.0 281253 339313.0 281964 277272.0 282676 207400.0 283387 149520.0 284098 109076.0 284810 80675.0 285521 65917.0 286233 57319.0 286944 50436.0 287655 47759.0 288367 43535.0 289078 42870.0 289790 40232.0 290501 39302.0 291212 38470.0 291924 37295.0 292635 36628.0 293346 35800.0 294058 36521.0 294769 36606.0 295481 37904.0 296192 37344.0 296903 37334.0 297615 38690.0 298326 37853.0 299038 36443.0 299749 36449.0 300460 35499.0 301172 34580.0 301883 33418.0 302594 33198.0 303306 32689.0 304017 32743.0 304729 31876.0 305440 32135.0 306151 32789.0 306863 32284.0 307574 32821.0 308285 31817.0 308997 32095.0 309708 32310.0 310420 32842.0 311131 35476.0 311842 36354.0 312554 40037.0 313265 41067.0 313977 40582.0 314688 40816.0 315399 42329.0 316111 43529.0 316822 43606.0 317533 39871.0 318245 39259.0 318956 38235.0 319668 37461.0 320379 34185.0 321090 32134.0 321802 30680.0 322513 30449.0 323225 29692.0 323936 27905.0 324647 28703.0 325359 28567.0 326070 29185.0 326781 29524.0 327493 29519.0 328204 29311.0 328916 29118.0 329627 29051.0 330338 29069.0 331050 29508.0 331761 28994.0 332472 32128.0 333184 36610.0 333895 39555.0 334607 42008.0 335318 44168.0 336029 45139.0 336741 42839.0 337452 41469.0 338164 39351.0 338875 38058.0 339586 34459.0 340298 33200.0 341009 31442.0 341720 29329.0 342432 30825.0 343143 31732.0 343855 34024.0 344566 36018.0 345277 37317.0 345989 36034.0 346700 35533.0 347412 32842.0 348123 31907.0 348834 30839.0 349546 32614.0 350257 35917.0 350968 41350.0 351680 46618.0 352391 56223.0 353103 67625.0 353814 83281.0 354525 104038.0 355237 115846.0 355948 117213.0 356659 113746.0 357371 106004.0 358082 97340.0 358794 87757.0 359505 78072.0 360216 65722.0 360928 56281.0 361639 49347.0 362351 43234.0 363062 38406.0 363773 35284.0 364485 33226.0 365196 31686.0 365907 30199.0 366619 29659.0 367330 28040.0 368042 28518.0 368753 28161.0 369464 27479.0 370176 27813.0 370887 28477.0 371599 26579.0 372310 27790.0 373021 26188.0 373733 25115.0 374444 26657.0 375155 26433.0 375867 25974.0 376578 25578.0 377290 26009.0 378001 24518.0 378712 26614.0 379424 33253.0 380135 49407.0 380846 65550.0 381558 75517.0 382269 79868.0 382981 77947.0 383692 73344.0 384403 67879.0 385115 57133.0 385826 50246.0 386538 43809.0 387249 39398.0 387960 35044.0 388672 33893.0 389383 31685.0 390094 31196.0 390806 30311.0 391517 31059.0 392229 30173.0 392940 29746.0 393651 28714.0 394363 27706.0 395074 27127.0 395785 27997.0 396497 26877.0 397208 26984.0 397920 25398.0 398631 26074.0 399342 25396.0 400054 25018.0 400765 25739.0 401477 24384.0 402188 24288.0 402899 24996.0 403611 24691.0 404322 23691.0 405033 23656.0 405745 24199.0 406456 22867.0 407168 23492.0 407879 23282.0 408590 23287.0 409302 24601.0 410013 23483.0 410725 23663.0 411436 23743.0 412147 23514.0 412859 23425.0 413570 23026.0 414281 22513.0 414993 22090.0 415704 22797.0 416416 22665.0 417127 22679.0 417838 22024.0 418550 22584.0 419261 22246.0 419972 22646.0 420684 23180.0 421395 41133.0 422107 126383.0 422818 255567.0 423529 392087.0 424241 516519.0 424952 636612.0 425664 745186.0 426375 852962.0 427086 934606.0 427798 986266.0 428509 824272.0 429220 286987.0 429932 133966.0 430643 94571.0 431355 77154.0 432066 66353.0 432777 58802.0 433489 53838.0 434200 49395.0 434912 47723.0 435623 45011.0 436334 41693.0 437046 40813.0 437757 38936.0 438468 39140.0 439180 38586.0 439891 37621.0 440603 36978.0 441314 34864.0 442025 37109.0 442737 40178.0 443448 43002.0 444159 44510.0 444871 45105.0 445582 44838.0 446294 43237.0 447005 41421.0 447716 40272.0 448428 39641.0 449139 38880.0 449851 36877.0 450562 37050.0 451273 33964.0 451985 34498.0 452696 32926.0 453407 32704.0 454119 32604.0 454830 31780.0 455542 30758.0 456253 31447.0 456964 31372.0 457676 30787.0 458387 31982.0 459099 31669.0 459810 31265.0 460521 30765.0 461233 29924.0 461944 29407.0 462655 29639.0 463367 29030.0 464078 30351.0 464790 31984.0 465501 31509.0 466212 31749.0 466924 31658.0 467635 30864.0 468346 29929.0 469058 29975.0 469769 29324.0 470481 30777.0 471192 40175.0 471903 54032.0 472615 61100.0 473326 67851.0 474038 71783.0 474749 72722.0 475460 71928.0 476172 65014.0 476883 58699.0 477594 52654.0 478306 47354.0 479017 41797.0 479729 37559.0 480440 33188.0 481151 32494.0 481863 32093.0 482574 35845.0 483286 37263.0 483997 38427.0 484708 39293.0 485420 40328.0 486131 39924.0 486842 40489.0 487554 39111.0 488265 38401.0 488977 36621.0 489688 34814.0 490399 33513.0 491111 843671.0 491822 1103840.0 492533 987214.0 493245 737308.0 493956 532755.0 494668 407460.0 495379 320912.0 496090 264675.0 496802 216274.0 497513 185002.0 498225 156920.0 498936 138887.0 499647 120153.0 500359 107472.0 501070 96600.0 501781 89980.0 502493 83998.0 503204 78104.0 503916 72038.0 504627 66880.0 505338 61742.0 506050 58055.0 506761 54444.0 507473 52202.0 508184 49421.0 508895 44929.0 509607 45271.0 510318 43780.0 511029 42098.0 511741 40841.0 512452 40090.0 513164 41884.0 513875 40786.0 514586 42256.0 515298 41629.0 516009 39396.0 516720 36859.0 517432 35425.0 518143 35678.0 518855 34110.0 519566 32047.0 520277 31545.0 520989 32120.0 521700 30853.0 522412 30126.0 523123 30369.0 523834 28976.0 524546 29850.0 525257 29014.0 525968 29302.0 526680 27657.0 527391 28319.0 528103 27674.0 528814 26952.0 529525 28004.0 530237 27246.0 530948 27278.0 531660 27239.0 532371 28908.0 533082 32544.0 533794 35037.0 534505 36531.0 535216 36248.0 535928 34044.0 536639 33086.0 537351 30196.0 538062 28038.0 538773 28440.0 539485 26885.0 540196 27359.0 540907 26695.0 541619 27029.0 542330 27113.0 543042 27327.0 543753 26600.0 544464 25654.0 545176 25711.0 545887 25324.0 546599 25497.0 547310 25016.0 548021 25024.0 548733 24901.0 549444 24525.0 550155 24311.0 550867 24886.0 551578 24396.0 552290 24371.0 553001 23853.0 553712 24017.0 554424 23882.0 555135 23427.0 555847 23419.0 556558 23168.0 557269 23147.0 557981 23099.0 558692 23513.0 559403 23281.0 560115 23148.0 560826 23790.0 561538 23470.0 562249 23684.0 562960 23139.0 563672 23133.0 564383 22648.0 565094 22651.0 565806 22532.0 566517 22157.0 567229 22264.0 567940 21697.0 568651 22308.0 569363 22314.0 570074 21998.0 570786 21758.0 571497 21686.0 572208 21577.0 572920 22729.0 573631 22227.0 574342 23464.0 575054 31050.0 575765 45633.0 576477 57656.0 577188 59429.0 577899 56727.0 578611 52354.0 579322 57706.0 580034 108934.0 580745 205289.0 581456 303028.0 582168 361031.0 582879 349918.0 583590 255384.0 584302 153287.0 585013 90584.0 585725 61744.0 586436 47976.0 587147 40453.0 587859 35133.0 588570 32266.0 589281 30760.0 589993 29942.0 590704 27557.0 591416 27412.0 592127 26092.0 592838 25373.0 593550 26826.0 594261 25010.0 594973 26084.0 595684 25729.0 596395 26389.0 597107 27582.0 597818 27875.0 598529 26755.0 599241 27328.0 599952 26131.0 600664 25417.0 601375 24800.0 602086 24444.0 602798 23489.0 603509 23234.0 604220 23584.0 604932 23434.0 605643 23154.0 606355 22056.0 607066 22551.0 607777 23087.0 608489 22751.0 609200 22470.0 609912 21968.0 610623 22328.0 611334 22038.0 612046 21711.0 612757 21570.0 613468 21872.0 614180 21750.0 614891 22108.0 615603 21105.0 616314 21432.0 617025 22401.0 617737 22697.0 618448 23598.0 619160 23823.0 619871 22177.0 620582 22698.0 621294 22327.0 622005 21745.0 622716 21368.0 623428 20999.0 624139 20829.0 624851 21092.0 625562 21303.0 626273 21395.0 626985 21835.0 627696 21125.0 628407 21194.0 629119 20449.0 629830 21022.0 630542 20873.0 631253 20700.0 631964 20850.0 632676 20818.0 633387 21204.0 634099 21683.0 634810 20501.0 635521 20969.0 636233 21899.0 636944 21664.0 637655 20151.0 638367 20887.0 639078 21265.0 639790 20339.0 640501 20636.0 641212 20515.0 641924 20270.0 642635 20871.0 643347 20998.0 644058 21019.0 644769 19898.0 645481 20112.0 646192 20976.0 646903 21113.0 647615 20864.0 648326 21188.0 649038 20189.0 649749 20932.0 650460 21115.0 651172 20572.0 651883 21473.0 652594 21608.0 653306 21375.0 654017 23149.0 654729 31553.0 655440 53823.0 656151 77951.0 656863 86419.0 657574 79010.0 658286 61787.0 658997 46636.0 659708 35360.0 660420 29683.0 661131 26205.0 661842 24232.0 662554 24264.0 663265 25902.0 663977 30153.0 664688 33247.0 665399 34681.0 666111 35115.0 666822 34595.0 667534 30998.0 668245 28501.0 668956 26718.0 669668 25910.0 670379 25042.0 671090 24450.0 671802 24452.0 672513 25295.0 673225 25822.0 673936 26760.0 674647 25248.0 675359 24636.0 676070 24424.0 676781 24904.0 677493 24444.0 678204 24201.0 678916 25260.0 679627 24512.0 680338 24285.0 681050 24379.0 681761 24533.0 682473 23846.0 683184 23355.0 683895 22757.0 684607 21676.0 685318 22520.0 686029 24626.0 686741 28067.0 687452 29598.0 688164 29664.0 688875 27458.0 689586 25635.0 690298 22944.0 691009 21879.0 691721 20735.0 692432 20659.0 693143 20567.0 693855 20010.0 694566 20373.0 695277 20007.0 695989 19799.0 696700 19438.0 697412 19700.0 698123 19733.0 698834 21374.0 699546 25208.0 700257 29097.0 700968 29207.0 701680 28354.0 702391 25300.0 703103 24095.0 703814 21605.0 704525 20737.0 705237 20691.0 705948 21088.0 706660 20939.0 707371 21794.0 708082 22827.0 708794 23286.0 709505 23336.0 710216 22827.0 710928 22203.0 711639 21664.0 712351 20735.0 713062 21075.0 713773 20067.0 714485 20499.0 715196 19610.0 715908 19422.0 716619 19443.0 717330 19124.0 718042 19346.0 718753 19013.0 719464 20400.0 720176 20184.0 720887 20825.0 721599 21693.0 722310 20936.0 723021 20649.0 723733 20573.0 724444 20110.0 725155 19252.0 725867 19302.0 726578 19462.0 727290 18760.0 728001 18560.0 728712 18872.0 729424 20408.0 730135 19874.0 730847 20578.0 731558 20051.0 732269 19785.0 732981 19219.0 733692 19675.0 734403 19359.0 735115 19405.0 735826 19269.0 736538 18971.0 737249 19073.0 737960 18476.0 738672 18819.0 739383 19096.0 740095 21004.0 740806 26493.0 741517 34140.0 742229 35881.0 742940 34339.0 743651 30875.0 744363 30982.0 745074 30318.0 745786 27755.0 746497 26609.0 747208 25754.0 747920 23932.0 748631 24983.0 749342 23118.0 750054 23328.0 750765 22843.0 751477 22481.0 752188 22297.0 752899 22172.0 753611 21940.0 754322 21752.0 755034 22076.0 755745 21615.0 756456 21276.0 757168 21233.0 757879 20381.0 758590 20397.0 759302 19930.0 760013 19966.0 760725 19780.0 761436 20157.0 762147 20281.0 762859 19769.0 763570 20225.0 764282 19588.0 764993 19889.0 765704 19499.0 766416 19027.0 767127 19733.0 767838 20429.0 768550 20350.0 769261 19800.0 769973 19332.0 770684 18508.0 771395 19136.0 772107 18468.0 772818 18708.0 773529 18616.0 774241 18965.0 774952 19017.0 775664 19197.0 776375 20799.0 777086 22758.0 777798 23767.0 778509 23488.0 779221 22450.0 779932 21316.0 780643 20643.0 781355 19542.0 782066 19123.0 782777 19320.0 783489 18090.0 784200 18703.0 784912 18591.0 785623 18819.0 786334 18693.0 787046 18056.0 787757 18923.0 788469 19097.0 789180 20364.0 789891 22944.0 790603 26148.0 791314 29234.0 792025 33003.0 792737 50265.0 793448 70092.0 794160 76421.0 794871 65967.0 795582 51672.0 796294 39868.0 797005 31559.0 797716 28594.0 798428 25503.0 799139 24297.0 799851 22844.0 800562 22138.0 801273 21610.0 801985 21166.0 802696 20447.0 803408 19995.0 804119 20387.0 804830 19837.0 805542 19826.0 806253 19983.0 806964 20723.0 807676 20728.0 808387 20895.0 809099 21338.0 809810 22359.0 810521 21362.0 811233 20069.0 811944 20578.0 812655 19897.0 813367 19425.0 814078 19671.0 814790 19158.0 815501 19903.0 816212 18665.0 816924 18970.0 817635 18467.0 818347 19052.0 819058 19526.0 819769 18967.0 820481 18722.0 821192 18973.0 821903 19375.0 822615 18823.0 823326 19356.0 824038 18909.0 824749 19141.0 825460 19586.0 826172 20328.0 826883 24612.0 827595 33763.0 828306 44458.0 829017 54313.0 829729 59575.0 830440 53595.0 831151 44882.0 831863 37609.0 832574 32781.0 833286 31012.0 833997 28293.0 834708 27108.0 835420 26787.0 836131 27408.0 836842 27302.0 837554 28737.0 838265 28508.0 838977 25989.0 839688 25424.0 840399 25074.0 841111 23299.0 841822 22888.0 842534 22046.0 843245 21512.0 843956 22208.0 844668 21683.0 845379 21168.0 846090 20739.0 846802 19913.0 847513 20397.0 848225 20203.0 848936 20510.0 849647 19811.0 850359 21776.0 851070 24917.0 851782 33146.0 852493 40286.0 853204 39210.0 853916 35768.0 854627 30758.0 855338 26452.0 856050 24431.0 856761 23233.0 857473 22147.0 858184 20445.0 858895 21072.0 859607 20036.0 860318 20520.0 861029 20272.0 861741 20890.0 862452 20484.0 863164 23590.0 863875 39015.0 864586 98051.0 865298 202833.0 866009 332331.0 866721 465902.0 867432 561041.0 868143 484679.0 868855 214622.0 869566 85655.0 870277 51464.0 870989 40613.0 871700 34094.0 872412 31946.0 873123 28645.0 873834 28285.0 874546 25842.0 875257 26028.0 875969 26111.0 876680 25088.0 877391 23992.0 878103 24258.0 878814 23789.0 879525 24411.0 880237 22197.0 880948 23058.0 881660 23650.0 882371 24607.0 883082 24233.0 883794 22869.0 884505 23224.0 885216 22084.0 885928 22096.0 886639 22113.0 887351 20984.0 888062 21213.0 888773 22361.0 889485 20831.0 890196 22117.0 890908 20780.0 891619 20608.0 892330 21239.0 893042 20858.0 893753 20177.0 894464 20535.0 895176 19778.0 895887 19767.0 896599 19914.0 897310 20280.0 898021 26408.0 898733 46397.0 899444 81953.0 900156 108018.0 900867 103750.0 901578 77409.0 902290 53097.0 903001 41404.0 903712 50763.0 904424 76081.0 905135 94716.0 905847 87622.0 906558 64365.0 907269 46486.0 907981 36774.0 908692 30186.0 909403 28076.0 910115 25826.0 910826 25260.0 911538 23352.0 912249 22480.0 912960 22339.0 913672 22362.0 914383 21451.0 915095 22170.0 915806 21288.0 916517 21689.0 917229 20920.0 917940 19985.0 918651 21744.0 919363 22116.0 920074 25179.0 920786 27207.0 921497 27582.0 922208 26588.0 922920 24066.0 923631 21577.0 924343 21622.0 925054 20487.0 925765 20454.0 926477 20886.0 927188 21167.0 927899 20186.0 928611 20647.0 929322 21605.0 930034 21781.0 930745 23284.0 931456 22930.0 932168 22337.0 932879 21372.0 933590 20688.0 934302 19498.0 935013 19477.0 935725 19215.0 936436 18857.0 937147 18422.0 937859 18825.0 938570 18666.0 939282 18570.0 939993 18808.0 940704 18999.0 941416 18928.0 942127 20328.0 942838 29262.0 943550 50451.0 944261 69214.0 944973 72503.0 945684 60754.0 946395 46401.0 947107 35978.0 947818 29747.0 948530 26908.0 949241 28151.0 949952 32110.0 950664 34429.0 951375 33272.0 952086 32452.0 952798 28969.0 953509 26333.0 954221 24399.0 954932 24007.0 955643 23046.0 956355 25869.0 957066 28366.0 957777 31098.0 958489 36905.0 959200 43801.0 959912 51908.0 960623 53263.0 961334 46877.0 962046 39699.0 962757 32849.0 963469 28653.0 964180 25495.0 964891 22807.0 965603 21387.0 966314 20832.0 967025 20457.0 967737 20926.0 968448 21106.0 969160 21881.0 969871 23169.0 970582 22332.0 971294 21459.0 972005 21027.0 972717 20105.0 973428 20182.0 974139 20148.0 974851 21048.0 975562 21868.0 976273 21077.0 976985 21351.0 977696 23134.0 978408 24240.0 979119 24743.0 979830 22477.0 980542 22054.0 981253 20554.0 981964 19502.0 982676 19674.0 983387 18900.0 984099 19527.0 984810 19910.0 985521 19612.0 986233 18635.0 986944 20094.0 987656 19648.0 988367 19471.0 989078 19768.0 989790 19085.0 990501 19226.0 991212 18700.0 991924 18784.0 992635 18343.0 993347 18620.0 994058 18163.0 994769 19324.0 995481 19921.0 996192 22384.0 996904 22719.0 997615 27804.0 998326 48622.0 999038 100206.0 999749 186321.0 1000460 301555.0 1001172 418217.0 1001883 474761.0 1002595 349990.0 1003306 285419.0 1004017 308859.0 1004729 276765.0 1005440 156658.0 1006151 71388.0 1006863 42332.0 1007574 32475.0 1008286 27924.0 1008997 26881.0 1009708 25709.0 1010420 25016.0 1011131 24365.0 1011843 22156.0 1012554 21233.0 1013265 21302.0 1013977 21935.0 1014688 23581.0 1015399 25975.0 1016111 27359.0 1016822 26094.0 1017534 25237.0 1018245 25043.0 1018956 25107.0 1019668 24305.0 1020379 24652.0 1021091 23783.0 1021802 23079.0 1022513 21586.0 1023225 20668.0 1023936 20588.0 1024647 20119.0 1025359 20495.0 1026070 19961.0 1026782 20386.0 1027493 19847.0 1028204 19880.0 1028916 19762.0 1029627 18957.0 1030338 19748.0 1031050 19423.0 1031761 19008.0 1032473 18801.0 1033184 19681.0 1033895 23101.0 1034607 36688.0 1035318 57228.0 1036030 72988.0 1036741 66660.0 1037452 50412.0 1038164 37701.0 1038875 28586.0 1039586 24108.0 1040298 21811.0 1041009 20729.0 1041721 21278.0 1042432 25236.0 1043143 44279.0 1043855 104544.0 1044566 199153.0 1045277 264639.0 1045989 240482.0 1046700 153345.0 1047412 84397.0 1048123 51354.0 1048834 37464.0 1049546 31130.0 1050257 27809.0 1050969 26280.0 1051680 25189.0 1052391 23251.0 1053103 22832.0 1053814 22557.0 1054525 22443.0 1055237 21860.0 1055948 21081.0 1056660 21351.0 1057371 20609.0 1058082 20991.0 1058794 20563.0 1059505 19992.0 1060217 20750.0 1060928 20287.0 1061639 20607.0 1062351 20203.0 1063062 19865.0 1063773 20823.0 1064485 20950.0 1065196 19868.0 1065908 19711.0 1066619 19102.0 1067330 19791.0 1068042 19318.0 1068753 19788.0 1069464 19918.0 1070176 19205.0 1070887 19195.0 1071599 18854.0 1072310 19273.0 1073021 19150.0 1073733 18737.0 1074444 18398.0 1075156 18568.0 1075867 18982.0 1076578 18767.0 1077290 18664.0 1078001 18917.0 1078712 19115.0 1079424 18829.0 1080135 18828.0 1080847 18742.0 1081558 18226.0 1082269 18175.0 1082981 18452.0 1083692 18585.0 1084404 17767.0 1085115 18391.0 1085826 17899.0 1086538 18758.0 1087249 18623.0 1087960 19480.0 1088672 19339.0 1089383 19944.0 1090095 19435.0 1090806 18986.0 1091517 19007.0 1092229 17950.0 1092940 18463.0 1093651 18498.0 1094363 18883.0 1095074 17894.0 1095786 18560.0 1096497 18620.0 1097208 17872.0 1097920 18188.0 1098631 18534.0 1099343 17398.0 1100054 18885.0 1100765 20047.0 1101477 22941.0 1102188 27271.0 1102899 27589.0 1103611 24288.0 1104322 22574.0 1105034 20886.0 1105745 20861.0 1106456 20385.0 1107168 20343.0 1107879 19768.0 1108591 19604.0 1109302 19934.0 1110013 20435.0 1110725 19212.0 1111436 18608.0 1112147 17679.0 1112859 18488.0 1113570 17421.0 1114282 18386.0 1114993 18082.0 1115704 18270.0 1116416 19359.0 1117127 19714.0 1117838 19580.0 1118550 19502.0 1119261 19079.0 1119973 18849.0 1120684 18460.0 1121395 19226.0 1122107 20088.0 1122818 21573.0 1123530 22643.0 1124241 23079.0 1124952 21266.0 1125664 20892.0 1126375 20339.0 1127086 19595.0 1127798 19239.0 1128509 18389.0 1129221 19391.0 1129932 18190.0 1130643 18497.0 1131355 17894.0 1132066 18371.0 1132778 18325.0 1133489 18310.0 1134200 18838.0 1134912 18701.0 1135623 20027.0 1136334 19751.0 1137046 19712.0 1137757 20238.0 1138469 19899.0 1139180 20661.0 1139891 20221.0 1140603 18960.0 1141314 18707.0 1142025 18949.0 1142737 17912.0 1143448 17859.0 1144160 17336.0 1144871 17596.0 1145582 17943.0 1146294 17452.0 1147005 18495.0 1147717 20212.0 1148428 21857.0 1149139 22090.0 1149851 21670.0 1150562 19974.0 1151273 19115.0 1151985 18009.0 1152696 17951.0 1153408 18337.0 1154119 19018.0 1154830 18373.0 1155542 19182.0 1156253 19740.0 1156965 19589.0 1157676 20209.0 1158387 18689.0 1159099 18397.0 1159810 18829.0 1160521 18038.0 1161233 18154.0 1161944 17886.0 1162656 18221.0 1163367 19130.0 1164078 18658.0 1164790 19660.0 1165501 21804.0 1166212 20248.0 1166924 20665.0 1167635 24009.0 1168347 34499.0 1169058 44395.0 1169769 48210.0 1170481 40179.0 1171192 31597.0 1171904 24857.0 1172615 21892.0 1173326 20309.0 1174038 19336.0 1174749 21419.0 1175460 26950.0 1176172 39811.0 1176883 50512.0 1177595 48753.0 1178306 40630.0 1179017 30725.0 1179729 25816.0 1180440 23783.0 1181152 21609.0 1181863 20245.0 1182574 19929.0 1183286 19453.0 1183997 20669.0 1184708 19664.0 1185420 19924.0 1186131 20517.0 1186843 19795.0 1187554 19742.0 1188265 20323.0 1188977 19777.0 1189688 19774.0 1190399 18841.0 1191111 19538.0 1191822 19328.0 1192534 20035.0 1193245 20058.0 1193956 20153.0 1194668 21205.0 1195379 22025.0 1196091 20377.0 1196802 19516.0 1197513 19561.0 1198225 19452.0 1198936 19306.0 1199647 18237.0 1200359 19425.0 1201070 24218.0 1201782 34932.0 1202493 47641.0 1203204 50145.0 1203916 41982.0 1204627 32361.0 1205339 25681.0 1206050 21850.0 1206761 21528.0 1207473 21608.0 1208184 25551.0 1208895 27546.0 1209607 27291.0 1210318 26111.0 1211030 22966.0 1211741 21657.0 1212452 19995.0 1213164 19456.0 1213875 18670.0 1214586 18976.0 1215298 19418.0 1216009 18959.0 1216721 19303.0 1217432 20658.0 1218143 19416.0 1218855 19519.0 1219566 18493.0 1220278 19775.0 1220989 21528.0 1221700 23515.0 1222412 23216.0 1223123 21337.0 1223834 20496.0 1224546 18596.0 1225257 18455.0 1225969 18129.0 1226680 18220.0 1227391 18689.0 1228103 18753.0 1228814 21897.0 1229526 30708.0 1230237 43383.0 1230948 50882.0 1231660 44906.0 1232371 35319.0 1233082 27610.0 1233794 23148.0 1234505 20899.0 1235217 19917.0 1235928 18649.0 1236639 18311.0 1237351 18703.0 1238062 18500.0 1238773 18586.0 1239485 18159.0 1240196 17910.0 1240908 17514.0 1241619 17863.0 1242330 17561.0 1243042 18456.0 1243753 18061.0 1244465 17414.0 1245176 18955.0 1245887 18093.0 1246599 17596.0 1247310 17120.0 1248021 17550.0 1248733 17700.0 1249444 19223.0 1250156 19304.0 1250867 19042.0 1251578 18637.0 1252290 18745.0 1253001 19959.0 1253712 24802.0 1254424 34879.0 1255135 44219.0 1255847 41002.0 1256558 34651.0 1257269 29909.0 1257981 26403.0 1258692 26759.0 1259404 28869.0 1260115 30082.0 1260826 27805.0 1261538 24381.0 1262249 21255.0 1262960 20738.0 1263672 19784.0 1264383 19547.0 1265095 18665.0 1265806 18126.0 1266517 18219.0 1267229 18807.0 1267940 18145.0 1268652 18536.0 1269363 18445.0 1270074 17909.0 1270786 18689.0 1271497 18328.0 1272208 18309.0 1272920 18259.0 1273631 17689.0 1274343 17420.0 1275054 17078.0 1275765 16927.0 1276477 16220.0 1277188 16700.0 1277899 16518.0 1278611 17320.0 1279322 17507.0 1280034 17765.0 1280745 17423.0 1281456 17736.0 1282168 18139.0 1282879 18197.0 1283591 18455.0 1284302 18444.0 1285013 18627.0 1285725 17654.0 1286436 17357.0 1287147 16857.0 1287859 16541.0 1288570 17875.0 1289282 18202.0 1289993 21802.0 1290704 24655.0 1291416 26376.0 1292127 28043.0 1292839 30849.0 1293550 32311.0 1294261 29390.0 1294973 25668.0 1295684 22022.0 1296395 20576.0 1297107 18170.0 1297818 18711.0 1298530 17966.0 1299241 17915.0 1299952 18400.0 1300664 17828.0 1301375 16528.0 1302086 18214.0 1302798 17091.0 1303509 17883.0 1304221 18111.0 1304932 19307.0 1305643 22232.0 1306355 29398.0 1307066 34930.0 1307778 34108.0 1308489 29897.0 1309200 24481.0 1309912 20660.0 1310623 20846.0 1311334 23184.0 1312046 29452.0 1312757 35803.0 1313469 39028.0 1314180 39087.0 1314891 44352.0 1315603 50221.0 1316314 53338.0 1317026 46504.0 1317737 35554.0 1318448 28783.0 1319160 22559.0 1319871 20738.0 1320582 20058.0 1321294 19200.0 1322005 18438.0 1322717 18341.0 1323428 18198.0 1324139 18806.0 1324851 17961.0 1325562 17509.0 1326273 18050.0 1326985 17394.0 1327696 17584.0 1328408 17682.0 1329119 18283.0 1329830 17987.0 1330542 17188.0 1331253 17259.0 1331965 16505.0 1332676 17113.0 1333387 17113.0 1334099 17116.0 1334810 17123.0 1335521 16449.0 1336233 16706.0 1336944 17486.0 1337656 17530.0 1338367 17137.0 1339078 16842.0 1339790 17823.0 1340501 18314.0 1341213 19137.0 1341924 20480.0 1342635 23421.0 1343347 24847.0 1344058 24656.0 1344769 22797.0 1345481 20014.0 1346192 18986.0 1346904 17429.0 1347615 18089.0 1348326 17250.0 1349038 17330.0 1349749 18352.0 1350460 18718.0 1351172 19172.0 1351883 19472.0 1352595 18158.0 1353306 17837.0 1354017 16744.0 1354729 17786.0 1355440 18334.0 1356152 18205.0 1356863 18331.0 1357574 16736.0 1358286 17295.0 1358997 17748.0 1359708 17556.0 1360420 18724.0 1361131 20223.0 1361843 22668.0 1362554 24651.0 1363265 27789.0 1363977 27868.0 1364688 26684.0 1365400 23724.0 1366111 21965.0 1366822 20625.0 1367534 18497.0 1368245 19055.0 1368956 18819.0 1369668 19777.0 1370379 21320.0 1371091 21021.0 1371802 22517.0 1372513 23263.0 1373225 23474.0 1373936 23110.0 1374647 22128.0 1375359 20563.0 1376070 19952.0 1376782 20038.0 1377493 19719.0 1378204 20681.0 1378916 20371.0 1379627 24662.0 1380339 39014.0 1381050 70001.0 1381761 110598.0 1382473 161093.0 1383184 209279.0 1383895 226756.0 1384607 168667.0 1385318 89801.0 1386030 50080.0 1386741 36399.0 1387452 30970.0 1388164 27819.0 1388875 27143.0 1389587 26733.0 1390298 24762.0 1391009 23518.0 1391721 23237.0 1392432 22724.0 1393143 21652.0 1393855 20428.0 1394566 21368.0 1395278 21334.0 1395989 21141.0 1396700 20959.0 1397412 20742.0 1398123 21060.0 1398834 20713.0 1399546 19455.0 1400257 20101.0 1400969 19020.0 1401680 18892.0 1402391 19723.0 1403103 20781.0 1403814 22691.0 1404526 22816.0 1405237 22725.0 1405948 20145.0 1406660 19596.0 1407371 19631.0 1408082 20726.0 1408794 20615.0 1409505 21012.0 1410217 20396.0 1410928 19503.0 1411639 18928.0 1412351 19120.0 1413062 19057.0 1413774 19088.0 1414485 18870.0 1415196 19390.0 1415908 19428.0 1416619 19277.0 1417330 18740.0 1418042 18996.0 1418753 19337.0 1419465 20489.0 1420176 21535.0 1420887 23231.0 1421599 25259.0 1422310 28463.0 1423021 29977.0 1423733 29708.0 1424444 28724.0 1425156 27345.0 1425867 26070.0 1426578 24109.0 1427290 23917.0 1428001 24046.0 1428713 24385.0 1429424 24057.0 1430135 24271.0 1430847 23682.0 1431558 22439.0 1432269 23066.0 1432981 22145.0 1433692 21551.0 1434404 21882.0 1435115 22138.0 1435826 23406.0 1436538 23498.0 1437249 24114.0 1437961 24780.0 1438672 24715.0 1439383 24146.0 1440095 24206.0 1440806 24500.0 1441517 26046.0 1442229 25970.0 1442940 24647.0 1443652 26614.0 1444363 33100.0 1445074 47332.0 1445786 72434.0 1446497 97717.0 1447208 107294.0 1447920 89048.0 1448631 59273.0 1449343 41054.0 1450054 33132.0 1450765 29501.0 1451477 28375.0 1452188 27271.0 1452900 27236.0 1453611 27681.0 1454322 27236.0 1455034 28261.0 1455745 29509.0 1456456 29627.0 1457168 28984.0 1457879 25834.0 1458591 24808.0 1459302 24529.0 1460013 22989.0 1460725 23367.0 1461436 22755.0 1462147 22613.0 1462859 22454.0 1463570 21939.0 1464282 21193.0 1464993 21722.0 1465704 20583.0 1466416 21211.0 1467127 22861.0 1467839 26644.0 1468550 34522.0 1469261 43460.0 1469973 48698.0 1470684 47250.0 1471395 39992.0 1472107 33414.0 1472818 29520.0 1473530 32170.0 1474241 46510.0 1474952 73166.0 1475664 98175.0 1476375 98449.0 1477087 74917.0 1477798 48787.0 1478509 35237.0 1479221 29943.0 1479932 29626.0 1480643 29503.0 1481355 30153.0 1482066 28987.0 1482778 28084.0 1483489 26313.0 1484200 24358.0 1484912 24062.0 1485623 23413.0 1486334 25305.0 1487046 27218.0 1487757 27859.0 1488469 29035.0 1489180 29129.0 1489891 27124.0 1490603 25282.0 1491314 24415.0 1492026 22309.0 1492737 23064.0 1493448 22170.0 1494160 21628.0 1494871 20819.0 1495582 20740.0 1496294 21076.0 1497005 21652.0 1497717 21292.0 1498428 21232.0 1499139 20547.0 1499851 22301.0 1500562 21717.0 1501274 22108.0 1501985 22681.0 1502696 22096.0 1503408 21401.0 1504119 21414.0 1504830 22194.0 1505542 23495.0 1506253 30341.0 1506965 34912.0 1507676 34783.0 1508387 31045.0 1509099 27218.0 1509810 24879.0 1510521 23626.0 1511233 23117.0 1511944 26741.0 1512656 29613.0 1513367 31397.0 1514078 30875.0 1514790 26680.0 1515501 25732.0 1516213 25495.0 1516924 25123.0 1517635 24894.0 1518347 24186.0 1519058 23583.0 1519769 22573.0 1520481 22120.0 1521192 21513.0 1521904 20668.0 1522615 20409.0 1523326 19802.0 1524038 20718.0 1524749 21746.0 1525461 22117.0 1526172 21775.0 1526883 21142.0 1527595 19998.0 1528306 20741.0 1529017 20043.0 1529729 19082.0 1530440 20083.0 1531152 19785.0 1531863 21845.0 1532574 22723.0 1533286 23675.0 1533997 27170.0 1534708 34172.0 1535420 42161.0 1536131 44522.0 1536843 39998.0 1537554 31233.0 1538265 25756.0 1538977 23588.0 1539688 23277.0 1540400 23660.0 1541111 23578.0 1541822 22227.0 1542534 20435.0 1543245 20238.0 1543956 21048.0 1544668 20539.0 1545379 20369.0 1546091 20541.0 1546802 20100.0 1547513 20473.0 1548225 21162.0 1548936 21934.0 1549648 23298.0 1550359 22931.0 1551070 22596.0 1551782 21600.0 1552493 21589.0 1553204 21554.0 1553916 21917.0 1554627 22161.0 1555339 22107.0 1556050 23101.0 1556761 21697.0 1557473 20927.0 1558184 20716.0 1558895 20073.0 1559607 21052.0 1560318 25037.0 1561030 39878.0 1561741 65754.0 1562452 106111.0 1563164 151566.0 1563875 189926.0 1564587 191216.0 1565298 131409.0 1566009 72147.0 1566721 44906.0 1567432 35394.0 1568143 31191.0 1568855 29116.0 1569566 27973.0 1570278 28001.0 1570989 27683.0 1571700 26280.0 1572412 24698.0 1573123 24571.0 1573835 23580.0 1574546 22762.0 1575257 21887.0 1575969 21911.0 1576680 22074.0 1577391 21728.0 1578103 22168.0 1578814 23646.0 1579526 25687.0 1580237 26292.0 1580948 26832.0 1581660 28983.0 1582371 30438.0 1583082 32806.0 1583794 34014.0 1584505 29700.0 1585217 25938.0 1585928 23739.0 1586639 21828.0 1587351 21815.0 1588062 21101.0 1588774 21806.0 1589485 22954.0 1590196 22610.0 1590908 23299.0 1591619 23018.0 1592330 20829.0 1593042 21054.0 1593753 20235.0 1594465 20374.0 1595176 19843.0 1595887 19667.0 1596599 19929.0 1597310 19616.0 1598022 20382.0 1598733 21378.0 1599444 21733.0 1600156 21307.0 1600867 19836.0 1601578 19937.0 1602290 19280.0 1603001 19299.0 1603713 19657.0 1604424 20148.0 1605135 20598.0 1605847 24159.0 1606558 30879.0 1607269 36006.0 1607981 35877.0 1608692 32157.0 1609404 28449.0 1610115 29658.0 1610826 36822.0 1611538 42400.0 1612249 42708.0 1612961 38105.0 1613672 32805.0 1614383 29706.0 1615095 33219.0 1615806 38353.0 1616517 37931.0 1617229 32408.0 1617940 26782.0 1618652 23613.0 1619363 25886.0 1620074 34809.0 1620786 64555.0 1621497 109936.0 1622209 174340.0 1622920 242706.0 1623631 315179.0 1624343 369100.0 1625054 346873.0 1625765 187122.0 1626477 78646.0 1627188 44462.0 1627900 34779.0 1628611 30679.0 1629322 28957.0 1630034 27775.0 1630745 26755.0 1631456 26147.0 1632168 25688.0 1632879 26079.0 1633591 24860.0 1634302 25934.0 1635013 25549.0 1635725 28402.0 1636436 33189.0 1637148 38396.0 1637859 38674.0 1638570 34720.0 1639282 29318.0 1639993 25127.0 1640704 23030.0 1641416 23010.0 1642127 23130.0 1642839 24861.0 1643550 26366.0 1644261 25516.0 1644973 24488.0 1645684 23226.0 1646396 22879.0 1647107 22163.0 1647818 22698.0 1648530 21421.0 1649241 22450.0 1649952 20448.0 1650664 20084.0 1651375 20591.0 1652087 20143.0 1652798 19736.0 1653509 19706.0 1654221 19785.0 1654932 19067.0 1655643 19696.0 1656355 20499.0 1657066 21023.0 1657778 20844.0 1658489 22409.0 1659200 26672.0 1659912 32606.0 1660623 39204.0 1661335 40539.0 1662046 36959.0 1662757 32379.0 1663469 28988.0 1664180 27598.0 1664891 26677.0 1665603 26385.0 1666314 25182.0 1667026 25319.0 1667737 27194.0 1668448 31357.0 1669160 36018.0 1669871 38567.0 1670583 36255.0 1671294 31853.0 1672005 29524.0 1672717 28748.0 1673428 29845.0 1674139 34290.0 1674851 45783.0 1675562 62694.0 1676274 75520.0 1676985 74836.0 1677696 60538.0 1678408 44710.0 1679119 34564.0 1679830 29085.0 1680542 28305.0 1681253 27350.0 1681965 27188.0 1682676 25233.0 1683387 23354.0 1684099 21409.0 1684810 22769.0 1685522 21476.0 1686233 21531.0 1686944 21312.0 1687656 30596.0 1688367 49353.0 1689078 84322.0 1689790 99302.0 1690501 89665.0 1691213 77554.0 1691924 72183.0 1692635 71631.0 1693347 75679.0 1694058 80449.0 1694769 79859.0 1695481 74534.0 1696192 63873.0 1696904 56326.0 1697615 49096.0 1698326 43805.0 1699038 41000.0 1699749 40138.0 1700461 38531.0 1701172 37053.0 1701883 35500.0 1702595 35646.0 1703306 33611.0 1704017 32747.0 1704729 32274.0 1705440 31031.0 1706152 29564.0 1706863 29451.0 1707574 29133.0 1708286 28975.0 1708997 28639.0 1709709 28717.0 1710420 27722.0 1711131 26568.0 1711843 25497.0 1712554 26186.0 1713265 26351.0 1713977 25364.0 1714688 25454.0 1715400 26471.0 1716111 25310.0 1716822 25985.0 1717534 25459.0 1718245 24111.0 1718956 25027.0 1719668 25318.0 1720379 26335.0 1721091 27540.0 1721802 26752.0 1722513 26856.0 1723225 27135.0 1723936 27111.0 1724648 26498.0 1725359 25759.0 1726070 25700.0 1726782 25038.0 1727493 26905.0 1728204 30985.0 1728916 34772.0 1729627 35368.0 1730339 33569.0 1731050 30545.0 1731761 27285.0 1732473 24811.0 1733184 24567.0 1733896 23811.0 1734607 23178.0 1735318 21848.0 1736030 22524.0 1736741 22314.0 1737452 23780.0 1738164 23154.0 1738875 24511.0 1739587 24215.0 1740298 23279.0 1741009 22414.0 1741721 21969.0 1742432 21668.0 1743143 21017.0 1743855 20660.0 1744566 19810.0 1745278 20819.0 1745989 20468.0 1746700 20526.0 1747412 20691.0 1748123 21086.0 1748835 21820.0 1749546 22353.0 1750257 21218.0 1750969 20092.0 1751680 20400.0 1752391 19878.0 1753103 19936.0 1753814 20660.0 1754526 20560.0 1755237 20759.0 1755948 20729.0 1756660 20575.0 1757371 20321.0 1758083 20486.0 1758794 20539.0 1759505 20776.0 1760217 21961.0 1760928 21220.0 1761639 21264.0 1762351 20926.0 1763062 20642.0 1763774 20885.0 1764485 20943.0 1765196 22927.0 1765908 24460.0 1766619 23790.0 1767330 22642.0 1768042 21603.0 1768753 20576.0 1769465 19582.0 1770176 19913.0 1770887 19460.0 1771599 19845.0 1772310 19112.0 1773022 19421.0 1773733 20337.0 1774444 20232.0 1775156 21242.0 1775867 22122.0 1776578 22127.0 1777290 20666.0 1778001 21060.0 1778713 20019.0 1779424 20147.0 1780135 20045.0 1780847 19963.0 1781558 19217.0 1782270 19227.0 1782981 18860.0 1783692 19187.0 1784404 19637.0 1785115 20651.0 1785826 20365.0 1786538 20340.0 1787249 19535.0 1787961 18968.0 1788672 19938.0 1789383 19325.0 1790095 20224.0 1790806 20828.0 1791517 20614.0 1792229 20850.0 1792940 19631.0 1793652 20025.0 1794363 21924.0 1795074 27420.0 1795786 34276.0 1796497 41505.0 1797209 38500.0 1797920 32511.0 1798631 26355.0 1799343 22375.0 1800054 21004.0 1800765 19809.0 1801477 19144.0 1802188 19744.0 1802900 20214.0 1803611 20741.0 1804322 21002.0 1805034 21436.0 1805745 21620.0 1806457 21768.0 1807168 21282.0 1807879 21188.0 1808591 21397.0 1809302 20465.0 1810013 19628.0 1810725 20194.0 1811436 20399.0 1812148 21233.0 1812859 21914.0 1813570 22476.0 1814282 22231.0 1814993 22792.0 1815704 23529.0 1816416 22026.0 1817127 22635.0 1817839 22089.0 1818550 21790.0 1819261 22362.0 1819973 22088.0 1820684 22562.0 1821396 22609.0 1822107 22241.0 1822818 22840.0 1823530 23240.0 1824241 26365.0 1824952 32241.0 1825664 37257.0 1826375 43686.0 1827087 63111.0 1827798 101913.0 1828509 160536.0 1829221 182738.0 1829932 153286.0 1830644 94565.0 1831355 55233.0 1832066 36139.0 1832778 29991.0 1833489 27860.0 1834200 28274.0 1834912 28226.0 1835623 27047.0 1836335 25811.0 1837046 24759.0 1837757 24906.0 1838469 24218.0 1839180 23811.0 1839891 23424.0 1840603 23240.0 1841314 21910.0 1842026 21416.0 1842737 21645.0 1843448 21955.0 1844160 21737.0 1844871 22358.0 1845583 22175.0 1846294 22098.0 1847005 21937.0 1847717 22117.0 1848428 23836.0 1849139 23831.0 1849851 24195.0 1850562 23486.0 1851274 22666.0 1851985 21289.0 1852696 20256.0 1853408 20525.0 1854119 21628.0 1854831 21001.0 1855542 22434.0 1856253 23397.0 1856965 22249.0 1857676 21327.0 1858387 20584.0 1859099 19974.0 1859810 20206.0 1860522 20086.0 1861233 19601.0 1861944 19603.0 1862656 19755.0 1863367 20013.0 1864078 19781.0 1864790 19435.0 1865501 19592.0 1866213 21653.0 1866924 22595.0 1867635 22971.0 1868347 21817.0 1869058 20653.0 1869770 19945.0 1870481 20606.0 1871192 19229.0 1871904 19065.0 1872615 19471.0 1873326 19099.0 1874038 19353.0 1874749 19783.0 1875461 20451.0 1876172 21818.0 1876883 21913.0 1877595 21004.0 1878306 20605.0 1879018 19580.0 1879729 19135.0 1880440 19248.0 1881152 19804.0 1881863 19913.0 1882574 20559.0 1883286 22318.0 1883997 25620.0 1884709 30712.0 1885420 33713.0 1886131 34651.0 1886843 31847.0 1887554 29170.0 1888265 26933.0 1888977 25530.0 1889688 24065.0 1890400 22126.0 1891111 21469.0 1891822 20895.0 1892534 21015.0 1893245 21967.0 1893957 21623.0 1894668 20592.0 1895379 20982.0 1896091 19380.0 1896802 19341.0 1897513 18385.0 1898225 19496.0 1898936 18957.0 1899648 19616.0 1900359 19267.0 1901070 19591.0 1901782 19233.0 1902493 18293.0 1903204 18913.0 1903916 19381.0 1904627 19822.0 1905339 21393.0 1906050 22167.0 1906761 21702.0 1907473 21582.0 1908184 21184.0 1908896 20945.0 1909607 20588.0 1910318 21075.0 1911030 21117.0 1911741 21135.0 1912452 22130.0 1913164 22981.0 1913875 25642.0 1914587 26969.0 1915298 25528.0 1916009 24058.0 1916721 21775.0 1917432 20177.0 1918144 20207.0 1918855 19591.0 1919566 19688.0 1920278 19382.0 1920989 18732.0 1921700 18501.0 1922412 18182.0 1923123 17979.0 1923835 18882.0 1924546 17924.0 1925257 18758.0 1925969 18314.0 1926680 18507.0 1927391 18757.0 1928103 18606.0 1928814 18389.0 1929526 19305.0 1930237 22448.0 1930948 25778.0 1931660 29347.0 1932371 32395.0 1933083 34840.0 1933794 37409.0 1934505 36459.0 1935217 32817.0 1935928 29458.0 1936639 24091.0 1937351 21878.0 1938062 20731.0 1938774 19903.0 1939485 18543.0 1940196 19503.0 1940908 18792.0 1941619 18685.0 1942331 19787.0 1943042 20567.0 1943753 22638.0 1944465 23113.0 1945176 23872.0 1945887 23618.0 1946599 23209.0 1947310 22363.0 1948022 21458.0 1948733 20376.0 1949444 20237.0 1950156 20622.0 1950867 21276.0 1951578 26346.0 1952290 30815.0 1953001 31187.0 1953713 30253.0 1954424 28662.0 1955135 28361.0 1955847 25804.0 1956558 24936.0 1957270 23402.0 1957981 23162.0 1958692 24011.0 1959404 27137.0 1960115 30804.0 1960826 32445.0 1961538 32456.0 1962249 28916.0 1962961 25876.0 1963672 23182.0 1964383 22830.0 1965095 23787.0 1965806 27254.0 1966518 32361.0 1967229 36665.0 1967940 37889.0 1968652 34415.0 1969363 30593.0 1970074 28258.0 1970786 27465.0 1971497 26677.0 1972209 27279.0 1972920 28570.0 1973631 35191.0 1974343 42854.0 1975054 48020.0 1975765 47770.0 1976477 40183.0 1977188 33675.0 1977900 29650.0 1978611 27112.0 1979322 26481.0 1980034 25274.0 1980745 23769.0 1981457 23600.0 1982168 22344.0 1982879 21493.0 1983591 22127.0 1984302 21993.0 1985013 23330.0 1985725 27157.0 1986436 30794.0 1987148 32518.0 1987859 30621.0 1988570 28064.0 1989282 25750.0 1989993 22861.0 1990705 21928.0 1991416 21866.0 1992127 21884.0 1992839 20673.0 1993550 20226.0 1994261 20191.0 1994973 21959.0 1995684 23168.0 1996396 26429.0 1997107 29217.0 1997818 29549.0 1998530 27999.0 1999241 26090.0 1999952 24510.0 2000664 24378.0 2001375 24208.0 2002087 22474.0 2002798 21628.0 2003509 20205.0 2004221 19473.0 2004932 20185.0 2005644 19281.0 2006355 21344.0 2007066 19993.0 2007778 20601.0 2008489 21871.0 2009200 21705.0 2009912 22105.0 2010623 21739.0 2011335 21267.0 2012046 19199.0 2012757 20070.0 2013469 19858.0 2014180 19549.0 2014892 21012.0 2015603 22495.0 2016314 24567.0 2017026 26513.0 2017737 28266.0 2018448 29540.0 2019160 29882.0 2019871 30269.0 2020583 27834.0 2021294 25416.0 2022005 22080.0 2022717 21234.0 2023428 21383.0 2024139 22369.0 2024851 27101.0 2025562 34013.0 2026274 40390.0 2026985 40269.0 2027696 36767.0 2028408 29668.0 2029119 24269.0 2029831 22126.0 2030542 21982.0 2031253 23236.0 2031965 25994.0 2032676 28617.0 2033387 28739.0 2034099 27192.0 2034810 24292.0 2035522 21781.0 2036233 21532.0 2036944 21776.0 2037656 22215.0 2038367 24292.0 2039079 28165.0 2039790 29739.0 2040501 30140.0 2041213 26691.0 2041924 23748.0 2042635 22541.0 2043347 23695.0 2044058 26157.0 2044770 29385.0 2045481 28964.0 2046192 25371.0 2046904 23150.0 2047615 20877.0 2048326 20428.0 2049038 21131.0 2049749 20010.0 2050461 19948.0 2051172 18455.0 2051883 19240.0 2052595 18762.0 2053306 20289.0 2054018 20903.0 2054729 21095.0 2055440 20961.0 2056152 20883.0 2056863 19816.0 2057574 20044.0 2058286 20580.0 2058997 20251.0 2059709 20969.0 2060420 23651.0 2061131 30126.0 2061843 41794.0 2062554 54979.0 2063266 69070.0 2063977 84844.0 2064688 94255.0 2065400 101299.0 2066111 100617.0 2066822 88180.0 2067534 73075.0 2068245 61465.0 2068957 52531.0 2069668 45043.0 2070379 39463.0 2071091 33866.0 2071802 32314.0 2072513 31201.0 2073225 29665.0 2073936 29417.0 2074648 27584.0 2075359 27392.0 2076070 26746.0 2076782 24757.0 2077493 24169.0 2078205 22648.0 2078916 22559.0 2079627 22997.0 2080339 21505.0 2081050 22299.0 2081761 22196.0 2082473 21213.0 2083184 21866.0 2083896 21706.0 2084607 22513.0 2085318 23929.0 2086030 23523.0 2086741 22572.0 2087453 22318.0 2088164 21026.0 2088875 21316.0 2089587 21499.0 2090298 22070.0 2091009 22783.0 2091721 24543.0 2092432 26059.0 2093144 28377.0 2093855 31383.0 2094566 39309.0 2095278 49513.0 2095989 58448.0 2096700 63601.0 2097412 57668.0 2098123 48295.0 2098835 37133.0 2099546 30517.0 2100257 27143.0 2100969 26691.0 2101680 23125.0 2102392 23509.0 2103103 22345.0 2103814 22089.0 2104526 21597.0 2105237 20779.0 2105948 20856.0 2106660 21368.0 2107371 20949.0 2108083 20681.0 2108794 20644.0 2109505 20066.0 2110217 19705.0 2110928 19712.0 2111639 19799.0 2112351 20086.0 2113062 19325.0 2113774 18866.0 2114485 18962.0 2115196 18723.0 2115908 18060.0 2116619 19257.0 2117331 19773.0 2118042 19443.0 2118753 23500.0 2119465 33981.0 2120176 63541.0 2120887 101251.0 2121599 130629.0 2122310 125693.0 2123022 90967.0 2123733 55105.0 2124444 34958.0 2125156 26915.0 2125867 27701.0 2126579 29551.0 2127290 29444.0 2128001 27529.0 2128713 25592.0 2129424 23335.0 2130135 23012.0 2130847 20651.0 2131558 20977.0 2132270 21592.0 2132981 22654.0 2133692 22114.0 2134404 22335.0 2135115 21995.0 2135826 23285.0 2136538 23667.0 2137249 23274.0 2137961 21941.0 2138672 21533.0 2139383 21871.0 2140095 23239.0 2140806 25604.0 2141518 27631.0 2142229 28154.0 2142940 30648.0 2143652 36184.0 2144363 49042.0 2145074 70787.0 2145786 103284.0 2146497 138386.0 2147209 147873.0 2147920 120959.0 2148631 74798.0 2149343 49607.0 2150054 39188.0 2150766 34288.0 2151477 32113.0 2152188 30824.0 2152900 29495.0 2153611 29517.0 2154322 28659.0 2155034 27550.0 2155745 27398.0 2156457 26716.0 2157168 25123.0 2157879 24381.0 2158591 24048.0 2159302 24285.0 2160013 22374.0 2160725 22121.0 2161436 21503.0 2162148 22200.0 2162859 21694.0 2163570 22573.0 2164282 23318.0 2164993 24657.0 2165705 25288.0 2166416 28249.0 2167127 31690.0 2167839 28964.0 2168550 26428.0 2169261 24430.0 2169973 24812.0 2170684 27117.0 2171396 27819.0 2172107 29981.0 2172818 29081.0 2173530 26047.0 2174241 23788.0 2174953 23248.0 2175664 23492.0 2176375 25364.0 2177087 27470.0 2177798 30224.0 2178509 29343.0 2179221 30705.0 2179932 30446.0 2180644 30171.0 2181355 29201.0 2182066 28180.0 2182778 28634.0 2183489 27154.0 2184200 27655.0 2184912 26967.0 2185623 25853.0 2186335 23400.0 2187046 21996.0 2187757 20774.0 2188469 20762.0 2189180 21140.0 2189892 21484.0 2190603 21457.0 2191314 22767.0 2192026 22401.0 2192737 22187.0 2193448 22526.0 2194160 21957.0 2194871 21191.0 2195583 21230.0 2196294 20668.0 2197005 20351.0 2197717 20061.0 2198428 19844.0 2199140 21265.0 2199851 20803.0 2200562 20551.0 2201274 20575.0 2201985 21450.0 2202696 22069.0 2203408 22154.0 2204119 22178.0 2204831 22461.0 2205542 20962.0 2206253 20025.0 2206965 20172.0 2207676 19765.0 2208387 20511.0 2209099 20308.0 2209810 22209.0 2210522 21582.0 2211233 22774.0 2211944 23617.0 2212656 23999.0 2213367 23576.0 2214079 22420.0 2214790 22013.0 2215501 21665.0 2216213 22444.0 2216924 21859.0 2217635 22898.0 2218347 22605.0 2219058 23705.0 2219770 23159.0 2220481 22633.0 2221192 20832.0 2221904 19462.0 2222615 20012.0 2223327 20071.0 2224038 21448.0 2224749 22228.0 2225461 22719.0 2226172 24745.0 2226883 24776.0 2227595 24102.0 2228306 22133.0 2229018 21472.0 2229729 21463.0 2230440 20166.0 2231152 20235.0 2231863 19088.0 2232574 19280.0 2233286 19008.0 2233997 18538.0 2234709 19029.0 2235420 19527.0 2236131 19459.0 2236843 19400.0 2237554 20068.0 2238266 19394.0 2238977 18803.0 2239688 19961.0 2240400 19880.0 2241111 19900.0 2241822 20293.0 2242534 20679.0 2243245 19717.0 2243957 19526.0 2244668 20509.0 2245379 20649.0 2246091 21247.0 2246802 20516.0 2247514 20441.0 2248225 19818.0 2248936 19371.0 2249648 19378.0 2250359 19459.0 2251070 20366.0 2251782 20594.0 2252493 21895.0 2253205 21606.0 2253916 23261.0 2254627 22208.0 2255339 22773.0 2256050 23742.0 2256761 24054.0 2257473 23723.0 2258184 22976.0 2258896 23801.0 2259607 25238.0 2260318 26065.0 2261030 26108.0 2261741 24363.0 2262453 23800.0 2263164 22882.0 2263875 22340.0 2264587 22315.0 2265298 21813.0 2266009 20847.0 2266721 19700.0 2267432 19752.0 2268144 19880.0 2268855 19531.0 2269566 18540.0 2270278 20005.0 2270989 20523.0 2271701 21321.0 2272412 23286.0 2273123 22374.0 2273835 22264.0 2274546 21624.0 2275257 20276.0 2275969 20290.0 2276680 21178.0 2277392 23100.0 2278103 23145.0 2278814 24743.0 2279526 25460.0 2280237 24268.0 2280948 23809.0 2281660 23878.0 2282371 22769.0 2283083 22730.0 2283794 23366.0 2284505 24261.0 2285217 24004.0 2285928 23910.0 2286640 22705.0 2287351 21948.0 2288062 21210.0 2288774 20055.0 2289485 20393.0 2290196 20587.0 2290908 20737.0 2291619 21941.0 2292331 22664.0 2293042 25517.0 2293753 25389.0 2294465 23806.0 2295176 23476.0 2295888 22366.0 2296599 25539.0 2297310 28387.0 2298022 27986.0 2298733 25605.0 2299444 23520.0 2300156 21951.0 2300867 21046.0 2301579 20587.0 2302290 20721.0 2303001 20851.0 2303713 19243.0 2304424 18580.0 2305135 18701.0 2305847 19159.0 2306558 18879.0 2307270 19005.0 2307981 19915.0 2308692 19609.0 2309404 20521.0 2310115 20809.0 2310827 20810.0 2311538 20886.0 2312249 20248.0 2312961 20387.0 2313672 20089.0 2314383 19236.0 2315095 19118.0 2315806 19699.0 2316518 20721.0 2317229 20945.0 2317940 20988.0 2318652 20809.0 2319363 21322.0 2320074 22666.0 2320786 23984.0 2321497 23825.0 2322209 23263.0 2322920 21515.0 2323631 20901.0 2324343 19694.0 2325054 19892.0 2325766 18437.0 2326477 17911.0 2327188 18483.0 2327900 19344.0 2328611 19392.0 2329322 19944.0 2330034 24113.0 2330745 27535.0 2331457 32731.0 2332168 32233.0 2332879 28284.0 2333591 25070.0 2334302 24186.0 2335014 22730.0 2335725 22225.0 2336436 22487.0 2337148 21308.0 2337859 21312.0 2338570 20356.0 2339282 20202.0 2339993 19910.0 2340705 20103.0 2341416 19852.0 2342127 20164.0 2342839 21071.0 2343550 21733.0 2344261 22605.0 2344973 23810.0 2345684 28505.0 2346396 35664.0 2347107 42895.0 2347818 43453.0 2348530 39016.0 2349241 32295.0 2349953 26688.0 2350664 22757.0 2351375 21346.0 2352087 20287.0 2352798 20417.0 2353509 21046.0 2354221 20498.0 2354932 19709.0 2355644 20234.0 2356355 19653.0 2357066 19750.0 2357778 19477.0 2358489 19164.0 2359201 19013.0 2359912 19486.0 2360623 19571.0 2361335 20757.0 2362046 20873.0 2362757 21356.0 2363469 23325.0 2364180 23252.0 2364892 26013.0 2365603 33115.0 2366314 50740.0 2367026 84071.0 2367737 130774.0 2368448 168840.0 2369160 185297.0 2369871 152716.0 2370583 97770.0 2371294 70375.0 2372005 60732.0 2372717 51551.0 2373428 41176.0 2374140 33493.0 2374851 29455.0 2375562 26457.0 2376274 25803.0 2376985 24957.0 2377696 24524.0 2378408 23694.0 2379119 22958.0 2379831 22084.0 2380542 21333.0 2381253 22793.0 2381965 23923.0 2382676 25657.0 2383388 26684.0 2384099 27908.0 2384810 26357.0 2385522 27317.0 2386233 28059.0 2386944 34932.0 2387656 46453.0 2388367 68478.0 2389079 99136.0 2389790 126421.0 2390501 131695.0 2391213 96568.0 2391924 55283.0 2392635 35552.0 2393347 29601.0 2394058 30813.0 2394770 33997.0 2395481 36861.0 2396192 37858.0 2396904 34193.0 2397615 29983.0 2398327 26965.0 2399038 23706.0 2399749 23315.0 2400461 23825.0 2401172 24150.0 2401883 26433.0 2402595 30164.0 2403306 37876.0 2404018 45251.0 2404729 45880.0 2405440 40161.0 2406152 33921.0 2406863 29196.0 2407575 27764.0 2408286 30127.0 2408997 34979.0 2409709 36616.0 2410420 34980.0 2411131 30100.0 2411843 27190.0 2412554 23943.0 2413266 24876.0 2413977 27944.0 2414688 31455.0 2415400 33406.0 2416111 33577.0 2416822 30055.0 2417534 29849.0 2418245 28353.0 2418957 27964.0 2419668 27882.0 2420379 28405.0 2421091 29018.0 2421802 29716.0 2422514 29286.0 2423225 27552.0 2423936 25536.0 2424648 24455.0 2425359 22650.0 2426070 21411.0 2426782 22613.0 2427493 22585.0 2428205 22659.0 2428916 24249.0 2429627 24244.0 2430339 24499.0 2431050 23014.0 2431762 21795.0 2432473 22698.0 2433184 24408.0 2433896 25374.0 2434607 25689.0 2435318 23989.0 2436030 23337.0 2436741 22512.0 2437453 22108.0 2438164 21670.0 2438875 21204.0 2439587 22222.0 2440298 23337.0 2441009 22885.0 2441721 23620.0 2442432 22455.0 2443144 21321.0 2443855 20388.0 2444566 21193.0 2445278 19980.0 2445989 20607.0 2446701 19550.0 2447412 19768.0 2448123 20285.0 2448835 20698.0 2449546 21438.0 2450257 20950.0 2450969 21904.0 2451680 21324.0 2452392 21371.0 2453103 23255.0 2453814 24587.0 2454526 27539.0 2455237 35985.0 2455949 48755.0 2456660 57119.0 2457371 57672.0 2458083 46312.0 2458794 36012.0 2459505 30331.0 2460217 28543.0 2460928 27866.0 2461640 26698.0 2462351 24258.0 2463062 23260.0 2463774 23065.0 2464485 23022.0 2465196 23383.0 2465908 22742.0 2466619 22387.0 2467331 22764.0 2468042 23972.0 2468753 24651.0 2469465 24601.0 2470176 26578.0 2470888 25394.0 2471599 25298.0 2472310 22948.0 2473022 23199.0 2473733 25790.0 2474444 30494.0 2475156 32436.0 2475867 32164.0 2476579 30993.0 2477290 27827.0 2478001 25867.0 2478713 25096.0 2479424 24013.0 2480136 24274.0 2480847 23373.0 2481558 22645.0 2482270 22106.0 2482981 23014.0 2483692 23168.0 2484404 23485.0 2485115 23868.0 2485827 22862.0 2486538 23323.0 2487249 21375.0 2487961 20763.0 2488672 21255.0 2489383 21660.0 2490095 21439.0 2490806 21021.0 2491518 21795.0 2492229 21708.0 2492940 21509.0 2493652 21494.0 2494363 23385.0 2495075 27179.0 2495786 33745.0 2496497 38905.0 2497209 40937.0 2497920 37650.0 2498631 33244.0 2499343 29475.0 2500054 27757.0 2500766 30258.0 2501477 38827.0 2502188 67758.0 2502900 133604.0 2503611 237780.0 2504323 322783.0 2505034 324607.0 2505745 232727.0 2506457 126234.0 2507168 68252.0 2507879 45675.0 2508591 36121.0 2509302 31531.0 2510014 29412.0 2510725 26919.0 2511436 26768.0 2512148 25846.0 2512859 24624.0 2513570 24866.0 2514282 25246.0 2514993 24857.0 2515705 26711.0 2516416 27907.0 2517127 26911.0 2517839 27176.0 2518550 24836.0 2519262 23216.0 2519973 23379.0 2520684 23385.0 2521396 24222.0 2522107 23324.0 2522818 24506.0 2523530 25226.0 2524241 24460.0 2524953 25069.0 2525664 24781.0 2526375 23729.0 2527087 23123.0 2527798 23363.0 2528509 24218.0 2529221 25381.0 2529932 26034.0 2530644 25663.0 2531355 24099.0 2532066 24132.0 2532778 24586.0 2533489 24334.0 2534201 24465.0 2534912 23045.0 2535623 21824.0 2536335 22122.0 2537046 21630.0 2537757 21104.0 2538469 21242.0 2539180 21919.0 2539892 22727.0 2540603 23400.0 2541314 24065.0 2542026 23366.0 2542737 22606.0 2543449 21886.0 2544160 22085.0 2544871 22298.0 2545583 21726.0 2546294 23179.0 2547005 24334.0 2547717 23985.0 2548428 24082.0 2549140 22185.0 2549851 22996.0 2550562 23239.0 2551274 23354.0 2551985 23915.0 2552696 24666.0 2553408 25126.0 2554119 23945.0 2554831 24351.0 2555542 24340.0 2556253 22791.0 2556965 21693.0 2557676 21438.0 2558388 21044.0 2559099 21612.0 2559810 25002.0 2560522 34504.0 2561233 49584.0 2561944 70757.0 2562656 76060.0 2563367 66921.0 2564079 50086.0 2564790 37165.0 2565501 31997.0 2566213 29201.0 2566924 27272.0 2567636 26366.0 2568347 26470.0 2569058 26343.0 2569770 28465.0 2570481 28233.0 2571192 27188.0 2571904 24644.0 2572615 24842.0 2573327 23140.0 2574038 22181.0 2574749 21456.0 2575461 20879.0 2576172 20172.0 2576883 21634.0 2577595 23846.0 2578306 26260.0 2579018 26952.0 2579729 26438.0 2580440 24222.0 2581152 23089.0 2581863 22470.0 2582575 21769.0 2583286 21790.0 2583997 20707.0 2584709 21373.0 2585420 20991.0 2586131 20959.0 2586843 19961.0 2587554 20199.0 2588266 19498.0 2588977 19483.0 2589688 19882.0 2590400 20106.0 2591111 20983.0 2591823 22491.0 2592534 22664.0 2593245 22014.0 2593957 21634.0 2594668 23799.0 2595379 26274.0 2596091 28395.0 2596802 30736.0 2597514 32051.0 2598225 33114.0 2598936 34936.0 2599648 32293.0 2600359 28425.0 2601070 25221.0 2601782 22776.0 2602493 24118.0 2603205 24766.0 2603916 24898.0 2604627 25823.0 2605339 25007.0 2606050 24349.0 2606762 23855.0 2607473 23017.0 2608184 23913.0 2608896 22765.0 2609607 21576.0 2610318 21936.0 2611030 25945.0 2611741 32767.0 2612453 46335.0 2613164 64400.0 2613875 76429.0 2614587 78689.0 2615298 71941.0 2616010 61109.0 2616721 51833.0 2617432 47448.0 2618144 43567.0 2618855 41217.0 2619566 38841.0 2620278 36768.0 2620989 35070.0 2621701 34510.0 2622412 32770.0 2623123 31889.0 2623835 32035.0 2624546 33335.0 2625257 32598.0 2625969 34423.0 2626680 35102.0 2627392 33377.0 2628103 33416.0 2628814 33594.0 2629526 34367.0 2630237 33787.0 2630949 34363.0 2631660 33979.0 2632371 32784.0 2633083 30243.0 2633794 28853.0 2634505 27220.0 2635217 27295.0 2635928 30468.0 2636640 41123.0 2637351 76967.0 2638062 141420.0 2638774 248009.0 2639485 344048.0 2640197 355531.0 2640908 262383.0 2641619 144952.0 2642331 73587.0 2643042 48430.0 2643753 41216.0 2644465 37681.0 2645176 35737.0 2645888 35133.0 2646599 34202.0 2647310 34617.0 2648022 34790.0 2648733 35112.0 2649444 40961.0 2650156 46941.0 2650867 52534.0 2651579 52538.0 2652290 47320.0 2653001 40894.0 2653713 35631.0 2654424 33647.0 2655136 31174.0 2655847 29746.0 2656558 29193.0 2657270 27964.0 2657981 27890.0 2658692 25709.0 2659404 27026.0 2660115 26866.0 2660827 26776.0 2661538 26771.0 2662249 25984.0 2662961 26604.0 2663672 25866.0 2664384 26215.0 2665095 26099.0 2665806 26303.0 2666518 26652.0 2667229 28399.0 2667940 29249.0 2668652 38063.0 2669363 47191.0 2670075 55334.0 2670786 57424.0 2671497 51538.0 2672209 42986.0 2672920 35538.0 2673631 30017.0 2674343 28166.0 2675054 26053.0 2675766 26238.0 2676477 27233.0 2677188 28467.0 2677900 28072.0 2678611 29041.0 2679323 26806.0 2680034 28222.0 2680745 29646.0 2681457 30667.0 2682168 32777.0 2682879 35785.0 2683591 35902.0 2684302 33175.0 2685014 30149.0 2685725 27446.0 2686436 26016.0 2687148 25815.0 2687859 25273.0 2688571 25309.0 2689282 25175.0 2689993 25538.0 2690705 24867.0 2691416 24168.0 2692127 23681.0 2692839 24790.0 2693550 24368.0 2694262 25416.0 2694973 25302.0 2695684 25182.0 2696396 24764.0 2697107 24447.0 2697818 23831.0 2698530 24570.0 2699241 23477.0 2699953 22945.0 2700664 23011.0 2701375 24253.0 2702087 27465.0 2702798 33910.0 2703510 45450.0 2704221 55939.0 2704932 61250.0 2705644 54081.0 2706355 44052.0 2707066 34385.0 2707778 29789.0 2708489 28073.0 2709201 27421.0 2709912 28210.0 2710623 28736.0 2711335 32339.0 2712046 38661.0 2712758 46165.0 2713469 52998.0 2714180 55441.0 2714892 52298.0 2715603 43096.0 2716314 36928.0 2717026 32542.0 2717737 29723.0 2718449 28599.0 2719160 27776.0 2719871 27743.0 2720583 26959.0 2721294 26662.0 2722005 26939.0 2722717 28827.0 2723428 31917.0 2724140 32176.0 2724851 31738.0 2725562 29007.0 2726274 26082.0 2726985 25391.0 2727697 25438.0 2728408 24221.0 2729119 25007.0 2729831 26131.0 2730542 26143.0 2731253 27224.0 2731965 25609.0 2732676 26160.0 2733388 26390.0 2734099 25530.0 2734810 27330.0 2735522 25796.0 2736233 25837.0 2736944 24795.0 2737656 24091.0 2738367 23284.0 2739079 24391.0 2739790 25547.0 2740501 26188.0 2741213 25612.0 2741924 25124.0 2742636 24937.0 2743347 24208.0 2744058 22870.0 2744770 22693.0 2745481 22917.0 2746192 23239.0 2746904 23831.0 2747615 24822.0 2748327 24217.0 2749038 24485.0 2749749 24697.0 2750461 24782.0 2751172 23661.0 2751884 24975.0 2752595 23374.0 2753306 25362.0 2754018 26231.0 2754729 29314.0 2755440 33786.0 2756152 35606.0 2756863 34000.0 2757575 30335.0 2758286 27723.0 2758997 24556.0 2759709 23069.0 2760420 23409.0 2761131 22321.0 2761843 23224.0 2762554 23266.0 2763266 23372.0 2763977 23198.0 2764688 22914.0 2765400 23444.0 2766111 22157.0 2766823 23372.0 2767534 23650.0 2768245 23308.0 2768957 23190.0 2769668 23036.0 2770379 23731.0 2771091 23336.0 2771802 22053.0 2772514 22102.0 2773225 22923.0 2773936 22476.0 2774648 22443.0 2775359 22741.0 2776071 22898.0 2776782 23744.0 2777493 24334.0 2778205 24947.0 2778916 25558.0 2779627 25664.0 2780339 28047.0 2781050 33340.0 2781762 45276.0 2782473 65066.0 2783184 95536.0 2783896 126015.0 2784607 155588.0 2785318 162287.0 2786030 132410.0 2786741 90435.0 2787453 61710.0 2788164 48911.0 2788875 43190.0 2789587 39269.0 2790298 37652.0 2791010 35274.0 2791721 32542.0 2792432 31611.0 2793144 31490.0 2793855 32262.0 2794566 32462.0 2795278 34410.0 2795989 35206.0 2796701 35173.0 2797412 34089.0 2798123 31990.0 2798835 30473.0 2799546 30707.0 2800258 29601.0 2800969 30752.0 2801680 28813.0 2802392 29539.0 2803103 29941.0 2803814 29577.0 2804526 30026.0 2805237 29302.0 2805949 30168.0 2806660 29537.0 2807371 30719.0 2808083 29707.0 2808794 29627.0 2809505 29797.0 2810217 28972.0 2810928 28122.0 2811640 27475.0 2812351 28628.0 2813062 28426.0 2813774 29721.0 2814485 30636.0 2815197 31407.0 2815908 31030.0 2816619 31454.0 2817331 30507.0 2818042 29629.0 2818753 28365.0 2819465 28976.0 2820176 30237.0 2820888 33631.0 2821599 36409.0 2822310 34259.0 2823022 31401.0 2823733 29025.0 2824445 26391.0 2825156 25978.0 2825867 25151.0 2826579 26218.0 2827290 24849.0 2828001 25649.0 2828713 26613.0 2829424 26139.0 2830136 26771.0 2830847 27743.0 2831558 29032.0 2832270 29237.0 2832981 29555.0 2833692 27923.0 2834404 27839.0 2835115 29690.0 2835827 31272.0 2836538 31208.0 2837249 33575.0 2837961 45254.0 2838672 78733.0 2839384 139823.0 2840095 204430.0 2840806 223151.0 2841518 184533.0 2842229 118107.0 2842940 65197.0 2843652 42866.0 2844363 35077.0 2845075 33706.0 2845786 33361.0 2846497 35482.0 2847209 39877.0 2847920 49608.0 2848632 65527.0 2849343 88627.0 2850054 106678.0 2850766 122891.0 2851477 113467.0 2852188 92866.0 2852900 75500.0 2853611 58880.0 2854323 48345.0 2855034 40105.0 2855745 35807.0 2856457 31757.0 2857168 31973.0 2857879 30647.0 2858591 29545.0 2859302 29517.0 2860014 32314.0 2860725 41073.0 2861436 68772.0 2862148 119136.0 2862859 202239.0 2863571 260035.0 2864282 246812.0 2864993 173823.0 2865705 97936.0 2866416 57669.0 2867127 47294.0 2867839 44470.0 2868550 48119.0 2869262 52834.0 2869973 53691.0 2870684 52739.0 2871396 50436.0 2872107 46626.0 2872819 43317.0 2873530 41786.0 2874241 41635.0 2874953 40613.0 2875664 39498.0 2876375 37113.0 2877087 34601.0 2877798 31876.0 2878510 32072.0 2879221 31551.0 2879932 31174.0 2880644 30550.0 2881355 30245.0 2882066 29287.0 2882778 29440.0 2883489 29078.0 2884201 28511.0 2884912 29195.0 2885623 29161.0 2886335 31842.0 2887046 33603.0 2887758 35276.0 2888469 34850.0 2889180 37154.0 2889892 42505.0 2890603 59136.0 2891314 88760.0 2892026 119644.0 2892737 133563.0 2893449 113331.0 2894160 82359.0 2894871 55212.0 2895583 43265.0 2896294 36725.0 2897006 34947.0 2897717 34662.0 2898428 33698.0 2899140 32008.0 2899851 32418.0 2900562 31846.0 2901274 29366.0 2901985 29632.0 2902697 29960.0 2903408 32053.0 2904119 35072.0 2904831 44087.0 2905542 54790.0 2906253 61860.0 2906965 58397.0 2907676 49781.0 2908388 40824.0 2909099 35979.0 2909810 33848.0 2910522 32388.0 2911233 31127.0 2911945 29865.0 2912656 28911.0 2913367 28593.0 2914079 28339.0 2914790 27872.0 2915501 28405.0 2916213 27699.0 2916924 28361.0 2917636 26990.0 2918347 26019.0 2919058 26346.0 2919770 24503.0 2920481 25828.0 2921193 26071.0 2921904 27102.0 2922615 33070.0 2923327 51495.0 2924038 82121.0 2924749 122052.0 2925461 137651.0 2926172 122801.0 2926884 89015.0 2927595 62916.0 2928306 49531.0 2929018 43335.0 2929729 38621.0 2930440 34663.0 2931152 33481.0 2931863 32712.0 2932575 32300.0 2933286 32704.0 2933997 31843.0 2934709 30840.0 2935420 30945.0 2936132 30593.0 2936843 29004.0 2937554 27509.0 2938266 27443.0 2938977 27527.0 2939688 27939.0 2940400 27539.0 2941111 27837.0 2941823 27888.0 2942534 28407.0 2943245 26501.0 2943957 26275.0 2944668 26501.0 2945379 26187.0 2946091 27683.0 2946802 33514.0 2947514 40011.0 2948225 62556.0 2948936 95850.0 2949648 136973.0 2950359 152083.0 2951071 128594.0 2951782 96172.0 2952493 67133.0 2953205 52155.0 2953916 45742.0 2954627 42257.0 2955339 39133.0 2956050 37067.0 2956762 34103.0 2957473 32539.0 2958184 30150.0 2958896 28820.0 2959607 28859.0 2960319 30119.0 2961030 29797.0 2961741 30492.0 2962453 31103.0 2963164 31707.0 2963875 30862.0 2964587 28933.0 2965298 28450.0 2966010 28570.0 2966721 25915.0 2967432 26538.0 2968144 25325.0 2968855 26415.0 2969566 26261.0 2970278 25091.0 2970989 25912.0 2971701 27686.0 2972412 28619.0 2973123 28940.0 2973835 29147.0 2974546 28732.0 2975258 28075.0 2975969 29021.0 2976680 28806.0 2977392 28448.0 2978103 29088.0 2978814 28032.0 2979526 26796.0 2980237 26053.0 2980949 25718.0 2981660 25842.0 2982371 27218.0 2983083 27097.0 2983794 28650.0 2984506 29184.0 2985217 29833.0 2985928 29546.0 2986640 28698.0 2987351 27810.0 2988062 26781.0 2988774 26470.0 2989485 24980.0 2990197 24170.0 2990908 25010.0 2991619 25684.0 2992331 27224.0 2993042 28278.0 2993753 31807.0 2994465 33473.0 2995176 32877.0 2995888 31463.0 2996599 31570.0 2997310 30454.0 2998022 30217.0 2998733 31540.0 2999445 33369.0 3000156 34155.0 3000867 33774.0 3001579 34393.0 3002290 34046.0 3003001 34118.0 3003713 32975.0 3004424 31437.0 3005136 29532.0 3005847 28549.0 3006558 28373.0 3007270 26943.0 3007981 27236.0 3008693 25978.0 3009404 25115.0 3010115 25930.0 3010827 25353.0 3011538 25994.0 3012249 25283.0 3012961 26883.0 3013672 27971.0 3014384 27101.0 3015095 27730.0 3015806 26228.0 3016518 25316.0 3017229 25379.0 3017940 24986.0 3018652 25984.0 3019363 25822.0 3020075 26105.0 3020786 28220.0 3021497 28247.0 3022209 29064.0 3022920 31017.0 3023632 32246.0 3024343 31507.0 3025054 30390.0 3025766 29425.0 3026477 29347.0 3027188 29862.0 3027900 29202.0 3028611 28004.0 3029323 27530.0 3030034 27405.0 3030745 27323.0 3031457 28161.0 3032168 33586.0 3032880 48491.0 3033591 76107.0 3034302 109844.0 3035014 134544.0 3035725 142496.0 3036436 123187.0 3037148 91392.0 3037859 61285.0 3038571 44773.0 3039282 35177.0 3039993 31891.0 3040705 29719.0 3041416 29985.0 3042127 27689.0 3042839 27744.0 3043550 28365.0 3044262 28897.0 3044973 29840.0 3045684 30981.0 3046396 30496.0 3047107 28808.0 3047819 28458.0 3048530 28172.0 3049241 27486.0 3049953 26355.0 3050664 26724.0 3051375 27654.0 3052087 29098.0 3052798 28374.0 3053510 30088.0 3054221 30023.0 3054932 28486.0 3055644 28251.0 3056355 26374.0 3057067 27742.0 3057778 29736.0 3058489 32969.0 3059201 36021.0 3059912 42554.0 3060623 45279.0 3061335 47340.0 3062046 50805.0 3062758 52212.0 3063469 50465.0 3064180 47603.0 3064892 41285.0 3065603 38006.0 3066314 35393.0 3067026 33892.0 3067737 32528.0 3068449 33088.0 3069160 31991.0 3069871 31596.0 3070583 32501.0 3071294 33129.0 3072006 33667.0 3072717 35933.0 3073428 39488.0 3074140 40335.0 3074851 37763.0 3075562 35295.0 3076274 32244.0 3076985 33544.0 3077697 34698.0 3078408 42205.0 3079119 50656.0 3079831 59965.0 3080542 65013.0 3081254 68551.0 3081965 77995.0 3082676 93214.0 3083388 109026.0 3084099 101503.0 3084810 76763.0 3085522 54373.0 3086233 38925.0 3086945 33505.0 3087656 30175.0 3088367 30195.0 3089079 31108.0 3089790 30501.0 3090501 30325.0 3091213 29252.0 3091924 27376.0 3092636 27702.0 3093347 27232.0 3094058 27064.0 3094770 27236.0 3095481 26783.0 3096193 26302.0 3096904 26139.0 3097615 26246.0 3098327 23820.0 3099038 24811.0 3099749 24636.0 3100461 24668.0 3101172 25956.0 3101884 25923.0 3102595 27563.0 3103306 27432.0 3104018 27181.0 3104729 26888.0 3105441 27105.0 3106152 26471.0 3106863 26873.0 3107575 28351.0 3108286 31275.0 3108997 33159.0 3109709 33322.0 3110420 32917.0 3111132 31392.0 3111843 28927.0 3112554 28150.0 3113266 28831.0 3113977 27925.0 3114688 27643.0 3115400 29710.0 3116111 28285.0 3116823 28444.0 3117534 27090.0 3118245 26979.0 3118957 26656.0 3119668 25239.0 3120380 27097.0 3121091 27404.0 3121802 29166.0 3122514 30231.0 3123225 33068.0 3123936 34826.0 3124648 35600.0 3125359 35816.0 3126071 36016.0 3126782 35032.0 3127493 33702.0 3128205 35014.0 3128916 35810.0 3129628 34602.0 3130339 33007.0 3131050 31238.0 3131762 30745.0 3132473 30427.0 3133184 29354.0 3133896 30827.0 3134607 33521.0 3135319 38567.0 3136030 44447.0 3136741 50187.0 3137453 54339.0 3138164 59391.0 3138875 59892.0 3139587 58099.0 3140298 51605.0 3141010 48118.0 3141721 45310.0 3142432 43582.0 3143144 42888.0 3143855 38655.0 3144567 36050.0 3145278 33316.0 3145989 31106.0 3146701 30177.0 3147412 30149.0 3148123 29075.0 3148835 29363.0 3149546 28723.0 3150258 28567.0 3150969 29530.0 3151680 28258.0 3152392 28283.0 3153103 26997.0 3153814 27214.0 3154526 26962.0 3155237 26635.0 3155949 28552.0 3156660 28798.0 3157371 28947.0 3158083 28090.0 3158794 28800.0 3159506 27764.0 3160217 29183.0 3160928 27660.0 3161640 26796.0 3162351 26232.0 3163062 25931.0 3163774 24712.0 3164485 25963.0 3165197 25202.0 3165908 26323.0 3166619 26766.0 3167331 27806.0 3168042 27879.0 3168754 27775.0 3169465 29182.0 3170176 28926.0 3170888 28993.0 3171599 28930.0 3172310 28688.0 3173022 34005.0 3173733 53320.0 3174445 103645.0 3175156 214717.0 3175867 380453.0 3176579 553726.0 3177290 651005.0 3178001 593578.0 3178713 329866.0 3179424 137086.0 3180136 64123.0 3180847 43314.0 3181558 36654.0 3182270 34204.0 3182981 32817.0 3183693 31485.0 3184404 31254.0 3185115 31008.0 3185827 29719.0 3186538 29980.0 3187249 29713.0 3187961 31083.0 3188672 30279.0 3189384 30438.0 3190095 28708.0 3190806 27606.0 3191518 27694.0 3192229 29565.0 3192941 31696.0 3193652 33664.0 3194363 35522.0 3195075 33277.0 3195786 31818.0 3196497 29197.0 3197209 28044.0 3197920 27028.0 3198632 26822.0 3199343 28986.0 3200054 32087.0 3200766 39865.0 3201477 50568.0 3202188 62024.0 3202900 63418.0 3203611 56182.0 3204323 46322.0 3205034 40903.0 3205745 35093.0 3206457 31571.0 3207168 30263.0 3207880 28781.0 3208591 27234.0 3209302 26917.0 3210014 28972.0 3210725 33068.0 3211436 46414.0 3212148 76151.0 3212859 115777.0 3213571 149967.0 3214282 150286.0 3214993 117119.0 3215705 79578.0 3216416 53330.0 3217128 39643.0 3217839 33985.0 3218550 30851.0 3219262 31723.0 3219973 30457.0 3220684 30764.0 3221396 28835.0 3222107 27988.0 3222819 27137.0 3223530 27388.0 3224241 27436.0 3224953 29120.0 3225664 29491.0 3226375 30879.0 3227087 30866.0 3227798 29366.0 3228510 29156.0 3229221 29334.0 3229932 28882.0 3230644 29595.0 3231355 29341.0 3232067 29417.0 3232778 28859.0 3233489 28044.0 3234201 27893.0 3234912 27372.0 3235623 26865.0 3236335 27497.0 3237046 27043.0 3237758 28794.0 3238469 32276.0 3239180 36978.0 3239892 39952.0 3240603 39714.0 3241315 37503.0 3242026 33633.0 3242737 30810.0 3243449 29055.0 3244160 27884.0 3244871 27148.0 3245583 26104.0 3246294 27102.0 3247006 27964.0 3247717 28970.0 3248428 29601.0 3249140 31135.0 3249851 30229.0 3250562 30305.0 3251274 29444.0 3251985 27459.0 3252697 27033.0 3253408 28013.0 3254119 27070.0 3254831 27014.0 3255542 27289.0 3256254 27279.0 3256965 26241.0 3257676 27426.0 3258388 27152.0 3259099 26946.0 3259810 27523.0 3260522 26599.0 3261233 26396.0 3261945 26446.0 3262656 26390.0 3263367 26090.0 3264079 26806.0 3264790 28132.0 3265502 28349.0 3266213 27342.0 3266924 29186.0 3267636 29579.0 3268347 29143.0 3269058 27849.0 3269770 28165.0 3270481 26804.0 3271193 26244.0 3271904 26201.0 3272615 26464.0 3273327 27807.0 3274038 30538.0 3274749 32714.0 3275461 33568.0 3276172 35134.0 3276884 32338.0 3277595 30616.0 3278306 30657.0 3279018 31707.0 3279729 31119.0 3280441 33482.0 3281152 36174.0 3281863 39087.0 3282575 36874.0 3283286 34170.0 3283997 29795.0 3284709 28537.0 3285420 28688.0 3286132 28731.0 3286843 28805.0 3287554 29500.0 3288266 28412.0 3288977 27504.0 3289689 27786.0 3290400 29539.0 3291111 31888.0 3291823 34193.0 3292534 34501.0 3293245 33494.0 3293957 31145.0 3294668 28252.0 3295380 28621.0 3296091 27116.0 3296802 26969.0 3297514 28395.0 3298225 28897.0 3298936 30990.0 3299648 29180.0 3300359 29151.0 3301071 27404.0 3301782 26079.0 3302493 25637.0 3303205 27699.0 3303916 29480.0 3304628 33936.0 3305339 39956.0 3306050 44794.0 3306762 44575.0 3307473 41412.0 3308184 39037.0 3308896 39451.0 3309607 45316.0 3310319 51581.0 3311030 52643.0 3311741 47531.0 3312453 41133.0 3313164 35808.0 3313876 32073.0 3314587 29693.0 3315298 30340.0 3316010 29532.0 3316721 29596.0 3317432 29105.0 3318144 26647.0 3318855 26087.0 3319567 26256.0 3320278 26768.0 3320989 27548.0 3321701 28067.0 3322412 29842.0 3323123 31407.0 3323835 33277.0 3324546 32144.0 3325258 30955.0 3325969 29851.0 3326680 29162.0 3327392 32053.0 3328103 39534.0 3328815 54680.0 3329526 76947.0 3330237 97111.0 3330949 92984.0 3331660 73557.0 3332371 55793.0 3333083 44655.0 3333794 39817.0 3334506 36896.0 3335217 35729.0 3335928 32243.0 3336640 29413.0 3337351 28697.0 3338062 28240.0 3338774 27027.0 3339485 26133.0 3340197 26789.0 3340908 26616.0 3341619 27002.0 3342331 27400.0 3343042 26254.0 3343754 26642.0 3344465 27020.0 3345176 27766.0 3345888 27774.0 3346599 27942.0 3347310 27048.0 3348022 26736.0 3348733 25888.0 3349445 26761.0 3350156 25837.0 3350867 25047.0 3351579 25928.0 3352290 25945.0 3353002 26292.0 3353713 26337.0 3354424 28337.0 3355136 28669.0 3355847 30024.0 3356558 29471.0 3357270 29776.0 3357981 29419.0 3358693 29093.0 3359404 28280.0 3360115 27027.0 3360827 26380.0 3361538 24531.0 3362249 25758.0 3362961 25605.0 3363672 25465.0 3364384 24480.0 3365095 26395.0 3365806 25855.0 3366518 25793.0 3367229 25743.0 3367941 25951.0 3368652 26329.0 3369363 26668.0 3370075 26154.0 3370786 26887.0 3371497 27201.0 3372209 27522.0 3372920 27857.0 3373632 27597.0 3374343 27557.0 3375054 28016.0 3375766 26862.0 3376477 25841.0 3377189 25826.0 3377900 25300.0 3378611 26491.0 3379323 25666.0 3380034 27264.0 3380745 26885.0 3381457 26508.0 3382168 26717.0 3382880 27005.0 3383591 27240.0 3384302 28117.0 3385014 28501.0 3385725 27975.0 3386436 29433.0 3387148 31584.0 3387859 35353.0 3388571 37558.0 3389282 38366.0 3389993 37277.0 3390705 34877.0 3391416 31366.0 3392128 29912.0 3392839 30572.0 3393550 31973.0 3394262 34078.0 3394973 34196.0 3395684 38316.0 3396396 43659.0 3397107 48815.0 3397819 50503.0 3398530 47128.0 3399241 40602.0 3399953 35052.0 3400664 32839.0 3401376 31973.0 3402087 32013.0 3402798 33856.0 3403510 35082.0 3404221 36913.0 3404932 38684.0 3405644 38967.0 3406355 36866.0 3407067 33505.0 3407778 32374.0 3408489 32216.0 3409201 31124.0 3409912 34555.0 3410623 42673.0 3411335 63821.0 3412046 98427.0 3412758 137028.0 3413469 149097.0 3414180 130074.0 3414892 89326.0 3415603 58669.0 3416315 44584.0 3417026 36737.0 3417737 34660.0 3418449 35630.0 3419160 33165.0 3419871 34149.0 3420583 34369.0 3421294 32336.0 3422006 33176.0 3422717 32689.0 3423428 32358.0 3424140 30654.0 3424851 30453.0 3425563 31862.0 3426274 32800.0 3426985 33148.0 3427697 32860.0 3428408 34601.0 3429119 36083.0 3429831 41857.0 3430542 59358.0 3431254 87675.0 3431965 124723.0 3432676 149110.0 3433388 156893.0 3434099 159349.0 3434810 170561.0 3435522 191370.0 3436233 223461.0 3436945 261155.0 3437656 291248.0 3438367 336468.0 3439079 373320.0 3439790 412698.0 3440502 441215.0 3441213 470245.0 3441924 505574.0 3442636 542477.0 3443347 591427.0 3444058 621005.0 3444770 633923.0 3445481 484480.0 3446193 135808.0 3446904 78754.0 3447615 66013.0 3448327 59572.0 3449038 53978.0 3449750 52112.0 3450461 50796.0 3451172 47763.0 3451884 45792.0 3452595 46375.0 3453306 44189.0 3454018 42632.0 3454729 42251.0 3455441 41254.0 3456152 41664.0 3456863 39987.0 3457575 38921.0 3458286 38088.0 3458997 36433.0 3459709 37236.0 3460420 35983.0 3461132 36600.0 3461843 37312.0 3462554 36939.0 3463266 36060.0 3463977 36682.0 3464689 36609.0 3465400 36721.0 3466111 36557.0 3466823 39858.0 3467534 56932.0 3468245 101070.0 3468957 182279.0 3469668 306484.0 3470380 404925.0 3471091 394213.0 3471802 279403.0 3472514 153085.0 3473225 78603.0 3473937 53157.0 3474648 45996.0 3475359 41691.0 3476071 40545.0 3476782 39691.0 3477493 39007.0 3478205 40098.0 3478916 37874.0 3479628 37946.0 3480339 35690.0 3481050 35766.0 3481762 37323.0 3482473 37407.0 3483184 39043.0 3483896 40671.0 3484607 40229.0 3485319 40806.0 3486030 37391.0 3486741 35707.0 3487453 35156.0 3488164 34156.0 3488876 32846.0 3489587 34470.0 3490298 32382.0 3491010 32914.0 3491721 32313.0 3492432 32296.0 3493144 32411.0 3493855 32868.0 3494567 32458.0 3495278 32496.0 3495989 32965.0 3496701 31801.0 3497412 32378.0 3498124 33037.0 3498835 32356.0 3499546 33914.0 3500258 33689.0 3500969 36207.0 3501680 35552.0 3502392 37692.0 3503103 38351.0 3503815 37034.0 3504526 33491.0 3505237 34876.0 3505949 33476.0 3506660 32873.0 3507371 32390.0 3508083 33005.0 3508794 33102.0 3509506 34275.0 3510217 34226.0 3510928 34493.0 3511640 34031.0 3512351 33021.0 3513063 33894.0 3513774 33878.0 3514485 37650.0 3515197 36268.0 3515908 36473.0 3516619 36751.0 3517331 34391.0 3518042 33995.0 3518754 33769.0 3519465 33838.0 3520176 33690.0 3520888 33857.0 3521599 36028.0 3522311 37189.0 3523022 41274.0 3523733 42236.0 3524445 39631.0 3525156 36718.0 3525867 36272.0 3526579 36904.0 3527290 48582.0 3528002 76977.0 3528713 126343.0 3529424 200520.0 3530136 264681.0 3530847 287173.0 3531558 234555.0 3532270 145427.0 3532981 80933.0 3533693 54144.0 3534404 46643.0 3535115 42146.0 3535827 40721.0 3536538 39525.0 3537250 37187.0 3537961 36665.0 3538672 34650.0 3539384 34432.0 3540095 33848.0 3540806 35391.0 3541518 36659.0 3542229 42284.0 3542941 51999.0 3543652 64502.0 3544363 72940.0 3545075 75890.0 3545786 68091.0 3546497 57970.0 3547209 50469.0 3547920 44847.0 3548632 43204.0 3549343 40688.0 3550054 38709.0 3550766 36817.0 3551477 36857.0 3552189 38560.0 3552900 38188.0 3553611 38880.0 3554323 38854.0 3555034 40720.0 3555745 42608.0 3556457 43566.0 3557168 42824.0 3557880 43988.0 3558591 46173.0 3559302 45595.0 3560014 42978.0 3560725 41565.0 3561437 38160.0 3562148 35250.0 3562859 34538.0 3563571 34895.0 3564282 34134.0 3564993 35285.0 3565705 36542.0 3566416 36355.0 3567128 36554.0 3567839 35193.0 3568550 34802.0 3569262 33781.0 3569973 32827.0 3570684 32448.0 3571396 33898.0 3572107 32845.0 3572819 33861.0 3573530 33234.0 3574241 35268.0 3574953 34924.0 3575664 35965.0 3576376 35274.0 3577087 33893.0 3577798 34445.0 3578510 32040.0 3579221 31950.0 3579932 31588.0 3580644 32273.0 3581355 32808.0 3582067 33547.0 3582778 33070.0 3583489 31753.0 3584201 31244.0 3584912 31174.0 3585624 32076.0 3586335 31413.0 3587046 32474.0 3587758 31861.0 3588469 31696.0 3589180 33332.0 3589892 34117.0 3590603 37942.0 3591315 42023.0 3592026 47466.0 3592737 49944.0 3593449 47866.0 3594160 42830.0 3594871 38013.0 3595583 35470.0 3596294 34406.0 3597006 32930.0 3597717 34529.0 3598428 32671.0 3599140 32302.0 3599851 31822.0 3600563 31898.0 3601274 31369.0 3601985 30350.0 3602697 30939.0 3603408 31764.0 3604119 30219.0 3604831 30003.0 3605542 31759.0 3606254 31576.0 3606965 31580.0 3607676 32105.0 3608388 31076.0 3609099 30656.0 3609811 31250.0 3610522 30229.0 3611233 30822.0 3611945 30903.0 3612656 30634.0 3613367 31470.0 3614079 31184.0 3614790 31895.0 3615502 31665.0 3616213 32129.0 3616924 32121.0 3617636 32231.0 3618347 31495.0 3619058 30783.0 3619770 31244.0 3620481 31964.0 3621193 32535.0 3621904 38312.0 3622615 50832.0 3623327 74257.0 3624038 108682.0 3624750 140070.0 3625461 147765.0 3626172 129150.0 3626884 97819.0 3627595 66330.0 3628306 49128.0 3629018 41430.0 3629729 37250.0 3630441 37130.0 3631152 35543.0 3631863 33875.0 3632575 33755.0 3633286 33120.0 3633998 35054.0 3634709 35579.0 3635420 37427.0 3636132 38061.0 3636843 37345.0 3637554 37471.0 3638266 36997.0 3638977 36918.0 3639689 38676.0 3640400 39370.0 3641111 39239.0 3641823 39009.0 3642534 36929.0 3643245 34459.0 3643957 33813.0 3644668 33285.0 3645380 33176.0 3646091 33256.0 3646802 32129.0 3647514 31301.0 3648225 33153.0 3648937 34462.0 3649648 36684.0 3650359 42178.0 3651071 55205.0 3651782 75972.0 3652493 101565.0 3653205 130446.0 3653916 145351.0 3654628 136365.0 3655339 105704.0 3656050 82375.0 3656762 65237.0 3657473 53809.0 3658185 47936.0 3658896 43717.0 3659607 41941.0 3660319 43522.0 3661030 47251.0 3661741 54057.0 3662453 59044.0 3663164 56491.0 3663876 51531.0 3664587 43796.0 3665298 39893.0 3666010 37877.0 3666721 36913.0 3667432 40292.0 3668144 46745.0 3668855 64674.0 3669567 94263.0 3670278 138259.0 3670989 181861.0 3671701 187632.0 3672412 165254.0 3673124 112044.0 3673835 73579.0 3674546 54899.0 3675258 50074.0 3675969 46627.0 3676680 46430.0 3677392 45036.0 3678103 43245.0 3678815 43151.0 3679526 42355.0 3680237 40906.0 3680949 41104.0 3681660 39743.0 3682372 39095.0 3683083 38960.0 3683794 39437.0 3684506 38716.0 3685217 39110.0 3685928 40702.0 3686640 43340.0 3687351 44825.0 3688063 46329.0 3688774 46774.0 3689485 43116.0 3690197 40768.0 3690908 38768.0 3691619 37517.0 3692331 36772.0 3693042 35507.0 3693754 35835.0 3694465 33918.0 3695176 34633.0 3695888 35289.0 3696599 35365.0 3697311 34830.0 3698022 33938.0 3698733 33948.0 3699445 33239.0 3700156 34151.0 3700867 34201.0 3701579 35011.0 3702290 35243.0 3703002 35131.0 3703713 34359.0 3704424 34710.0 3705136 34940.0 3705847 33694.0 3706559 32451.0 3707270 31729.0 3707981 32684.0 3708693 31785.0 3709404 32761.0 3710115 32308.0 3710827 33479.0 3711538 32181.0 3712250 32660.0 3712961 31977.0 3713672 32581.0 3714384 33101.0 3715095 33731.0 3715806 34847.0 3716518 35196.0 3717229 34405.0 3717941 34696.0 3718652 37833.0 3719363 45825.0 3720075 64455.0 3720786 109536.0 3721498 174209.0 3722209 264642.0 3722920 317840.0 3723632 330881.0 3724343 258415.0 3725054 169955.0 3725766 113372.0 3726477 88153.0 3727189 72940.0 3727900 64605.0 3728611 59762.0 3729323 57800.0 3730034 54916.0 3730745 54059.0 3731457 51281.0 3732168 48475.0 3732880 46601.0 3733591 45592.0 3734302 44502.0 3735014 43164.0 3735725 43005.0 3736437 43476.0 3737148 42307.0 3737859 42819.0 3738571 41456.0 3739282 40249.0 3739993 40267.0 3740705 41627.0 3741416 40830.0 3742128 40230.0 3742839 40288.0 3743550 40522.0 3744262 40242.0 3744973 39569.0 3745685 41380.0 3746396 41009.0 3747107 42011.0 3747819 41883.0 3748530 42783.0 3749241 42434.0 3749953 41383.0 3750664 40634.0 3751376 40724.0 3752087 41686.0 3752798 43212.0 3753510 43942.0 3754221 43397.0 3754932 44317.0 3755644 44230.0 3756355 48099.0 3757067 51252.0 3757778 58301.0 3758489 72641.0 3759201 95991.0 3759912 126589.0 3760624 152077.0 3761335 165029.0 3762046 155466.0 3762758 147299.0 3763469 140931.0 3764180 130718.0 3764892 103400.0 3765603 75114.0 3766315 57730.0 3767026 49141.0 3767737 43837.0 3768449 43277.0 3769160 40807.0 3769872 39679.0 3770583 40029.0 3771294 38971.0 3772006 38525.0 3772717 39102.0 3773428 39114.0 3774140 37142.0 3774851 36080.0 3775563 35443.0 3776274 35023.0 3776985 37124.0 3777697 36790.0 3778408 36677.0 3779119 37176.0 3779831 39511.0 3780542 39253.0 3781254 41524.0 3781965 39943.0 3782676 39814.0 3783388 37137.0 3784099 36464.0 3784811 35182.0 3785522 34277.0 3786233 35287.0 3786945 34786.0 3787656 34060.0 3788367 34365.0 3789079 34566.0 3789790 34732.0 3790502 34552.0 3791213 33967.0 3791924 34904.0 3792636 33395.0 3793347 35193.0 3794059 36224.0 3794770 38684.0 3795481 38067.0 3796193 39081.0 3796904 39466.0 3797615 38812.0 3798327 36984.0 3799038 34885.0 3799750 34736.0 3800461 35464.0 3801172 35926.0 3801884 37296.0 3802595 37763.0 3803306 37194.0 3804018 36422.0 3804729 34569.0 3805441 34718.0 3806152 34467.0 3806863 34072.0 3807575 33253.0 3808286 32710.0 3808998 31540.0 3809709 31661.0 3810420 32309.0 3811132 31650.0 3811843 31722.0 3812554 31571.0 3813266 30514.0 3813977 30064.0 3814689 30978.0 3815400 31187.0 3816111 30954.0 3816823 31343.0 3817534 31111.0 3818246 33059.0 3818957 31471.0 3819668 32521.0 3820380 32473.0 3821091 33400.0 3821802 33843.0 3822514 35498.0 3823225 33706.0 3823937 34858.0 3824648 38520.0 3825359 43368.0 3826071 50488.0 3826782 55172.0 3827493 53231.0 3828205 46484.0 3828916 40217.0 3829628 36829.0 3830339 34463.0 3831050 34673.0 3831762 33502.0 3832473 34219.0 3833185 36165.0 3833896 35929.0 3834607 35592.0 3835319 36336.0 3836030 36158.0 3836741 39366.0 3837453 41674.0 3838164 44751.0 3838876 43318.0 3839587 41642.0 3840298 36734.0 3841010 35557.0 3841721 34912.0 3842433 35182.0 3843144 35709.0 3843855 35438.0 3844567 35616.0 3845278 35746.0 3845989 35758.0 3846701 34294.0 3847412 33848.0 3848124 33900.0 3848835 35105.0 3849546 33636.0 3850258 33698.0 3850969 34521.0 3851680 33768.0 3852392 33515.0 3853103 33200.0 3853815 33236.0 3854526 34092.0 3855237 36949.0 3855949 39212.0 3856660 41442.0 3857372 39584.0 3858083 38869.0 3858794 35978.0 3859506 35414.0 3860217 34035.0 3860928 34217.0 3861640 34101.0 3862351 32791.0 3863063 35778.0 3863774 40512.0 3864485 50124.0 3865197 65709.0 3865908 76833.0 3866620 76535.0 3867331 63441.0 3868042 50445.0 3868754 40922.0 3869465 36823.0 3870176 34688.0 3870888 33440.0 3871599 33206.0 3872311 32381.0 3873022 33371.0 3873733 33562.0 3874445 33459.0 3875156 32853.0 3875867 33854.0 3876579 32864.0 3877290 30910.0 3878002 32274.0 3878713 31368.0 3879424 31571.0 3880136 31637.0 3880847 31594.0 3881559 31380.0 3882270 30700.0 3882981 30516.0 3883693 32326.0 3884404 32294.0 3885115 32026.0 3885827 32116.0 3886538 30490.0 3887250 30522.0 3887961 30854.0 3888672 30705.0 3889384 30965.0 3890095 32117.0 3890807 33358.0 3891518 33788.0 3892229 32948.0 3892941 32398.0 3893652 32744.0 3894363 32399.0 3895075 32172.0 3895786 32249.0 3896498 32085.0 3897209 32814.0 3897920 32462.0 3898632 34777.0 3899343 34766.0 3900054 33964.0 3900766 32174.0 3901477 31595.0 3902189 31065.0 3902900 30542.0 3903611 31435.0 3904323 32431.0 3905034 31900.0 3905746 32639.0 3906457 32062.0 3907168 30906.0 3907880 30380.0 3908591 29752.0 3909302 30580.0 3910014 29710.0 3910725 29245.0 3911437 29196.0 3912148 30611.0 3912859 30217.0 3913571 29442.0 3914282 29873.0 3914994 31566.0 3915705 32777.0 3916416 34639.0 3917128 37084.0 3917839 39407.0 3918550 39643.0 3919262 40164.0 3919973 38139.0 3920685 36724.0 3921396 36445.0 3922107 34041.0 3922819 33154.0 3923530 32952.0 3924241 33472.0 3924953 33222.0 3925664 33892.0 3926376 33847.0 3927087 33346.0 3927798 32770.0 3928510 33398.0 3929221 31545.0 3929933 30516.0 3930644 29456.0 3931355 29458.0 3932067 29313.0 3932778 28137.0 3933489 29698.0 3934201 29689.0 3934912 30236.0 3935624 30467.0 3936335 30499.0 3937046 29183.0 3937758 30594.0 3938469 31740.0 3939180 31659.0 3939892 32573.0 3940603 33645.0 3941315 33531.0 3942026 34412.0 3942737 32488.0 3943449 33609.0 3944160 35691.0 3944872 36941.0 3945583 39195.0 3946294 38985.0 3947006 38445.0 3947717 39114.0 3948428 36705.0 3949140 34811.0 3949851 33574.0 3950563 32806.0 3951274 31561.0 3951985 32751.0 3952697 32918.0 3953408 30525.0 3954120 31870.0 3954831 31677.0 3955542 30409.0 3956254 32248.0 3956965 31955.0 3957676 31250.0 3958388 29699.0 3959099 29995.0 3959811 29856.0 3960522 30953.0 3961233 31103.0 3961945 30556.0 3962656 30899.0 3963367 30654.0 3964079 31260.0 3964790 30742.0 3965502 32029.0 3966213 31924.0 3966924 32735.0 3967636 32540.0 3968347 33025.0 3969059 31543.0 3969770 32889.0 3970481 33116.0 3971193 33749.0 3971904 33194.0 3972615 32678.0 3973327 32001.0 3974038 31732.0 3974750 31477.0 3975461 30709.0 3976172 30624.0 3976884 29597.0 3977595 29286.0 3978307 29008.0 3979018 29594.0 3979729 30025.0 3980441 29306.0 3981152 30516.0 3981863 31269.0 3982575 30788.0 3983286 30816.0 3983998 30147.0 3984709 29758.0 3985420 30741.0 3986132 30169.0 3986843 29754.0 3987554 29870.0 3988266 29737.0 3988977 31600.0 3989689 31006.0 3990400 31144.0 3991111 31327.0 3991823 31205.0 3992534 30997.0 3993246 28484.0 3993957 29359.0 3994668 29867.0 3995380 30103.0 3996091 31267.0 3996802 30320.0 3997514 30916.0 3998225 31198.0 3998937 31796.0 3999648 32396.0 4000359 30098.0 4001071 30716.0 4001782 30703.0 4002494 30891.0 4003205 31115.0 4003916 30934.0 4004628 30893.0 4005339 30258.0 4006050 30600.0 4006762 30414.0 4007473 30435.0 4008185 30699.0 4008896 29901.0 4009607 29195.0 4010319 31141.0 4011030 30194.0 4011741 31593.0 4012453 32329.0 4013164 33536.0 4013876 36889.0 4014587 39076.0 4015298 42718.0 4016010 42566.0 4016721 41265.0 4017433 39494.0 4018144 36752.0 4018855 35777.0 4019567 36009.0 4020278 36099.0 4020989 34821.0 4021701 34116.0 4022412 34179.0 4023124 33148.0 4023835 33452.0 4024546 32257.0 4025258 32283.0 4025969 30426.0 4026681 30668.0 4027392 30413.0 4028103 31281.0 4028815 30049.0 4029526 31070.0 4030237 30480.0 4030949 31062.0 4031660 31418.0 4032372 31350.0 4033083 29917.0 4033794 29838.0 4034506 29120.0 4035217 29957.0 4035928 31899.0 4036640 32409.0 4037351 34120.0 4038063 33217.0 4038774 32818.0 4039485 32288.0 4040197 32327.0 4040908 30873.0 4041620 32198.0 4042331 30968.0 4043042 31025.0 4043754 31703.0 4044465 32232.0 4045176 30856.0 4045888 31073.0 4046599 29736.0 4047311 31009.0 4048022 29632.0 4048733 29519.0 4049445 29494.0 4050156 29823.0 4050868 29092.0 4051579 29023.0 4052290 29522.0 4053002 30160.0 4053713 29793.0 4054424 29370.0 4055136 30342.0 4055847 31801.0 4056559 30936.0 4057270 30364.0 4057981 32248.0 4058693 31294.0 4059404 32675.0 4060115 32399.0 4060827 35963.0 4061538 45431.0 4062250 61923.0 4062961 78036.0 4063672 88864.0 4064384 82034.0 4065095 72713.0 4065807 59849.0 4066518 50172.0 4067229 43790.0 4067941 41273.0 4068652 39954.0 4069363 38449.0 4070075 36689.0 4070786 34850.0 4071498 34658.0 4072209 34477.0 4072920 33355.0 4073632 32921.0 4074343 32686.0 4075055 31884.0 4075766 32891.0 4076477 32502.0 4077189 32850.0 4077900 32260.0 4078611 31554.0 4079323 32472.0 4080034 31886.0 4080746 31817.0 4081457 31938.0 4082168 31857.0 4082880 32536.0 4083591 31468.0 4084302 32827.0 4085014 32712.0 4085725 33565.0 4086437 33482.0 4087148 32223.0 4087859 33526.0 4088571 32318.0 4089282 30947.0 4089994 33055.0 4090705 32345.0 4091416 32410.0 4092128 33358.0 4092839 32959.0 4093550 33047.0 4094262 32652.0 4094973 32617.0 4095685 32308.0 4096396 31459.0 4097107 32017.0 4097819 30379.0 4098530 30255.0 4099242 30986.0 4099953 30858.0 4100664 31182.0 4101376 30430.0 4102087 30813.0 4102798 28980.0 4103510 29637.0 4104221 28815.0 4104933 29706.0 4105644 29943.0 4106355 29601.0 4107067 29866.0 4107778 30094.0 4108489 29086.0 4109201 28987.0 4109912 29211.0 4110624 29037.0 4111335 29302.0 4112046 29755.0 4112758 30266.0 4113469 31131.0 4114181 32332.0 4114892 30914.0 4115603 31847.0 4116315 32192.0 4117026 31509.0 4117737 30156.0 4118449 30121.0 4119160 30554.0 4119872 31639.0 4120583 31009.0 4121294 30811.0 4122006 31728.0 4122717 30740.0 4123429 30263.0 4124140 30824.0 4124851 30134.0 4125563 30820.0 4126274 30074.0 4126985 28945.0 4127697 28847.0 4128408 30047.0 4129120 29937.0 4129831 30662.0 4130542 29600.0 4131254 30217.0 4131965 30575.0 4132676 29673.0 4133388 29362.0 4134099 29583.0 4134811 29033.0 4135522 28244.0 4136233 29141.0 4136945 28532.0 4137656 29407.0 4138368 28379.0 4139079 27929.0 4139790 27694.0 4140502 27841.0 4141213 28890.0 4141924 29282.0 4142636 29288.0 4143347 29159.0 4144059 30117.0 4144770 31167.0 4145481 30821.0 4146193 31349.0 4146904 32875.0 4147615 32965.0 4148327 31406.0 4149038 31740.0 4149750 31586.0 4150461 30497.0 4151172 30163.0 4151884 30033.0 4152595 29676.0 4153307 29471.0 4154018 29412.0 4154729 28924.0 4155441 29994.0 4156152 29520.0 4156863 29215.0 4157575 30394.0 4158286 31112.0 4158998 30382.0 4159709 30890.0 4160420 30184.0 4161132 30139.0 4161843 31047.0 4162555 31205.0 4163266 29212.0 4163977 30839.0 4164689 30051.0 4165400 30325.0 4166111 31165.0 4166823 32186.0 4167534 32812.0 4168246 32225.0 4168957 32138.0 4169668 31724.0 4170380 31108.0 4171091 30264.0 4171802 30228.0 4172514 29122.0 4173225 29203.0 4173937 28905.0 4174648 30015.0 4175359 29109.0 4176071 28922.0 4176782 29757.0 4177494 30439.0 4178205 29345.0 4178916 30670.0 4179628 29526.0 4180339 29684.0 4181050 30041.0 4181762 29232.0 4182473 30924.0 4183185 30719.0 4183896 30723.0 4184607 30293.0 4185319 29054.0 4186030 29190.0 4186742 28622.0 4187453 29878.0 4188164 29414.0 4188876 29470.0 4189587 29109.0 4190298 30242.0 4191010 29537.0 4191721 29549.0 4192433 28871.0 4193144 29440.0 4193855 29451.0 4194567 31003.0 4195278 30536.0 4195989 29613.0 4196701 28871.0 4197412 30515.0 4198124 30584.0 4198835 30105.0 4199546 29078.0 4200258 29758.0 4200969 29813.0 4201681 30447.0 4202392 29543.0 4203103 28428.0 4203815 28627.0 4204526 29334.0 4205237 29773.0 4205949 29997.0 4206660 29725.0 4207372 29437.0 4208083 28909.0 4208794 30637.0 4209506 28973.0 4210217 29867.0 4210929 29187.0 4211640 28762.0 4212351 29431.0 4213063 30310.0 4213774 32100.0 4214485 31130.0 4215197 31166.0 4215908 31316.0 4216620 30781.0 4217331 29498.0 4218042 29968.0 4218754 28947.0 4219465 30491.0 4220176 31346.0 4220888 30540.0 4221599 31027.0 4222311 31394.0 4223022 31452.0 4223733 30176.0 4224445 30877.0 4225156 31118.0 4225868 30200.0 4226579 30127.0 4227290 30178.0 4228002 29998.0 4228713 31075.0 4229424 29829.0 4230136 29567.0 4230847 29722.0 4231559 30880.0 4232270 30221.0 4232981 30142.0 4233693 31759.0 4234404 31923.0 4235116 31732.0 4235827 31541.0 4236538 31545.0 4237250 31656.0 4237961 32326.0 4238672 32244.0 4239384 32058.0 4240095 32212.0 4240807 32479.0 4241518 38804.0 4242229 47146.0 4242941 67070.0 4243652 99121.0 4244363 128953.0 4245075 146014.0 4245786 136607.0 4246498 112917.0 4247209 89145.0 4247920 72190.0 4248632 63754.0 4249343 58227.0 4250055 54788.0 4250766 53512.0 4251477 51498.0 4252189 52797.0 4252900 53088.0 4253611 53060.0 4254323 56430.0 4255034 58044.0 4255746 60996.0 4256457 67119.0 4257168 67730.0 4257880 73663.0 4258591 78447.0 4259303 82636.0 4260014 86477.0 4260725 92722.0 4261437 100923.0 4262148 109928.0 4262859 118034.0 4263571 128395.0 4264282 136872.0 4264994 143911.0 4265705 150069.0 4266416 151894.0 4267128 139235.0 4267839 115323.0 4268550 86207.0 4269262 64813.0 4269973 53076.0 4270685 49049.0 4271396 46457.0 4272107 43314.0 4272819 41833.0 4273530 41481.0 4274242 40944.0 4274953 39848.0 4275664 38228.0 4276376 37968.0 4277087 38180.0 4277798 36670.0 4278510 36319.0 4279221 36539.0 4279933 36171.0 4280644 36906.0 4281355 35103.0 4282067 36743.0 4282778 35969.0 4283490 34383.0 4284201 34363.0 4284912 35024.0 4285624 34585.0 4286335 34930.0 4287046 33738.0 4287758 33993.0 4288469 34136.0 4289181 33509.0 4289892 35587.0 4290603 35242.0 4291315 36059.0 4292026 35854.0 4292737 35411.0 4293449 36095.0 4294160 35513.0 4294872 34804.0 4295583 33922.0 4296294 32291.0 4297006 33682.0 4297717 32691.0 4298429 33365.0 4299140 33343.0 4299851 32995.0 4300563 33524.0 4301274 32765.0 4301985 32824.0 4302697 33108.0 4303408 32495.0 4304120 32293.0 4304831 32823.0 4305542 32701.0 4306254 32629.0 4306965 31413.0 4307677 31688.0 4308388 31626.0 4309099 32036.0 4309811 31958.0 4310522 31946.0 4311233 32603.0 4311945 32441.0 4312656 31486.0 4313368 31549.0 4314079 30944.0 4314790 32513.0 4315502 32368.0 4316213 32292.0 4316924 31209.0 4317636 31092.0 4318347 31792.0 4319059 30760.0 4319770 31407.0 4320481 30816.0 4321193 32092.0 4321904 31283.0 4322616 32911.0 4323327 32579.0 4324038 31499.0 4324750 32091.0 4325461 32288.0 4326172 30423.0 4326884 30342.0 4327595 32892.0 4328307 32267.0 4329018 32618.0 4329729 31795.0 4330441 31756.0 4331152 31041.0 4331864 31896.0 4332575 32622.0 4333286 31713.0 4333998 31199.0 4334709 31826.0 4335420 32309.0 4336132 31528.0 4336843 30976.0 4337555 30314.0 4338266 31614.0 4338977 31815.0 4339689 31680.0 4340400 30546.0 4341111 31022.0 4341823 32209.0 4342534 31030.0 4343246 32119.0 4343957 32078.0 4344668 31821.0 4345380 32582.0 4346091 31118.0 4346803 31501.0 4347514 31236.0 4348225 31787.0 4348937 30786.0 4349648 31422.0 4350359 31659.0 4351071 30841.0 4351782 31539.0 4352494 31443.0 4353205 31429.0 4353916 31415.0 4354628 31576.0 4355339 30391.0 4356050 32664.0 4356762 32754.0 4357473 32416.0 4358185 32124.0 4358896 31572.0 4359607 32410.0 4360319 31138.0 4361030 30971.0 4361742 31469.0 4362453 32182.0 4363164 32714.0 4363876 32570.0 4364587 32541.0 4365298 33514.0 4366010 33457.0 4366721 33901.0 4367433 35294.0 4368144 34596.0 4368855 34154.0 4369567 33703.0 4370278 33625.0 4370990 32679.0 4371701 33127.0 4372412 31903.0 4373124 33160.0 4373835 32927.0 4374546 31374.0 4375258 32539.0 4375969 31487.0 4376681 31665.0 4377392 31333.0 4378103 31380.0 4378815 30514.0 4379526 31644.0 4380237 30855.0 4380949 31289.0 4381660 31100.0 4382372 30617.0 4383083 31424.0 4383794 31737.0 4384506 31925.0 4385217 30943.0 4385929 32440.0 4386640 31097.0 4387351 32492.0 4388063 31600.0 4388774 31274.0 4389485 32129.0 4390197 31533.0 4390908 31476.0 4391620 31537.0 4392331 30793.0 4393042 32472.0 4393754 31658.0 4394465 31607.0 4395177 31595.0 4395888 31203.0 4396599 31002.0 4397311 31754.0 4398022 31223.0 4398733 30621.0 4399445 32600.0 4400156 31410.0 4400868 32284.0 4401579 31750.0 4402290 33173.0 4403002 32965.0 4403713 32196.0 4404424 31879.0 4405136 31727.0 4405847 31965.0 4406559 31573.0 4407270 32955.0 4407981 32717.0 4408693 32813.0 4409404 33499.0 4410116 31853.0 4410827 32932.0 4411538 34696.0 4412250 34533.0 4412961 35015.0 4413672 35293.0 4414384 35865.0 4415095 38070.0 4415807 36786.0 4416518 36714.0 4417229 35921.0 4417941 34784.0 4418652 34233.0 4419364 33907.0 4420075 34577.0 4420786 33328.0 4421498 34281.0 4422209 32817.0 4422920 32699.0 4423632 32232.0 4424343 32482.0 4425055 32391.0 4425766 32883.0 4426477 32681.0 4427189 33154.0 4427900 32938.0 4428611 32883.0 4429323 31867.0 4430034 31279.0 4430746 31936.0 4431457 32307.0 4432168 31012.0 4432880 31674.0 4433591 32609.0 4434303 32350.0 4435014 31219.0 4435725 31514.0 4436437 30580.0 4437148 31720.0 4437859 32121.0 4438571 32828.0 4439282 31112.0 4439994 31821.0 4440705 32396.0 4441416 31719.0 4442128 31913.0 4442839 33693.0 4443551 31922.0 4444262 31282.0 4444973 32583.0 4445685 32050.0 4446396 31365.0 4447107 31545.0 4447819 32124.0 4448530 32926.0 4449242 31956.0 4449953 32072.0 4450664 33185.0 4451376 32034.0 4452087 32225.0 4452798 32271.0 4453510 32908.0 4454221 33255.0 4454933 31685.0 4455644 32475.0 4456355 33097.0 4457067 33247.0 4457778 32904.0 4458490 34073.0 4459201 34752.0 4459912 35547.0 4460624 35130.0 4461335 34906.0 4462046 34683.0 4462758 33658.0 4463469 32970.0 4464181 33266.0 4464892 32202.0 4465603 33872.0 4466315 33664.0 4467026 32658.0 4467738 32499.0 4468449 33477.0 4469160 33715.0 4469872 33048.0 4470583 32863.0 4471294 32700.0 4472006 32571.0 4472717 33684.0 4473429 32868.0 4474140 33879.0 4474851 33039.0 4475563 33548.0 4476274 34382.0 4476985 33634.0 4477697 34328.0 4478408 33107.0 4479120 33474.0 4479831 32859.0 4480542 32044.0 4481254 33106.0 4481965 33053.0 4482677 33609.0 4483388 32729.0 4484099 33998.0 4484811 36238.0 4485522 35754.0 4486233 37888.0 4486945 37965.0 4487656 39956.0 4488368 40361.0 4489079 39035.0 4489790 36944.0 4490502 35316.0 4491213 34617.0 4491925 34370.0 4492636 34522.0 4493347 35001.0 4494059 33389.0 4494770 32776.0 4495481 33190.0 4496193 34594.0 4496904 33497.0 4497616 34575.0 4498327 34556.0 4499038 33839.0 4499750 34221.0 4500461 34766.0 4501172 33583.0 4501884 34249.0 4502595 34867.0 4503307 36026.0 4504018 33577.0 4504729 32932.0 4505441 33146.0 4506152 32974.0 4506864 33371.0 4507575 34170.0 4508286 34406.0 4508998 34841.0 4509709 34096.0 4510420 34376.0 4511132 35211.0 4511843 36969.0 4512555 36758.0 4513266 34707.0 4513977 35546.0 4514689 34569.0 4515400 34119.0 4516112 33846.0 4516823 33967.0 4517534 34326.0 4518246 36022.0 4518957 38231.0 4519668 39756.0 4520380 40458.0 4521091 39783.0 4521803 39551.0 4522514 36573.0 4523225 34981.0 4523937 35314.0 4524648 34236.0 4525359 34379.0 4526071 34426.0 4526782 33799.0 4527494 32753.0 4528205 33000.0 4528916 34474.0 4529628 33495.0 4530339 33487.0 4531051 32809.0 4531762 34992.0 4532473 34013.0 4533185 33639.0 4533896 32716.0 4534607 33216.0 4535319 33139.0 4536030 34404.0 4536742 33550.0 4537453 33870.0 4538164 33523.0 4538876 33196.0 4539587 32671.0 4540298 33173.0 4541010 33928.0 4541721 32713.0 4542433 33681.0 4543144 31937.0 4543855 32701.0 4544567 33437.0 4545278 33957.0 4545990 32713.0 4546701 34747.0 4547412 35193.0 4548124 34955.0 4548835 33576.0 4549546 33137.0 4550258 33319.0 4550969 33231.0 4551681 34483.0 4552392 34084.0 4553103 34529.0 4553815 35091.0 4554526 34970.0 4555238 34319.0 4555949 34028.0 4556660 34476.0 4557372 33414.0 4558083 32281.0 4558794 33659.0 4559506 34169.0 4560217 34157.0 4560929 34407.0 4561640 33396.0 4562351 32536.0 4563063 32839.0 4563774 32449.0 4564485 34341.0 4565197 33873.0 4565908 33376.0 4566620 33426.0 4567331 33686.0 4568042 32948.0 4568754 32929.0 4569465 35707.0 4570177 34624.0 4570888 35595.0 4571599 34492.0 4572311 34961.0 4573022 34708.0 4573733 34406.0 4574445 32957.0 4575156 32535.0 4575868 34126.0 4576579 33883.0 4577290 32582.0 4578002 33758.0 4578713 34185.0 4579425 32428.0 4580136 33058.0 4580847 33733.0 4581559 33716.0 4582270 33685.0 4582981 33666.0 4583693 33439.0 4584404 33851.0 4585116 34675.0 4585827 33458.0 4586538 33508.0 4587250 33577.0 4587961 33474.0 4588672 33823.0 4589384 33759.0 4590095 33642.0 4590807 33537.0 4591518 34439.0 4592229 34024.0 4592941 34110.0 4593652 33896.0 4594364 33761.0 4595075 34352.0 4595786 35129.0 4596498 34249.0 4597209 35085.0 4597920 33873.0 4598632 33693.0 4599343 34019.0 4600055 34960.0 4600766 34488.0 4601477 34325.0 4602189 35184.0 4602900 35079.0 4603612 35915.0 4604323 34606.0 4605034 34588.0 4605746 33897.0 4606457 34085.0 4607168 34026.0 4607880 34567.0 4608591 34781.0 4609303 35132.0 4610014 35933.0 4610725 36499.0 4611437 37054.0 4612148 36108.0 4612859 37081.0 4613571 35844.0 4614282 36431.0 4614994 36711.0 4615705 35344.0 4616416 35263.0 4617128 35322.0 4617839 35235.0 4618551 35050.0 4619262 34022.0 4619973 34743.0 4620685 35145.0 4621396 35005.0 4622107 34240.0 4622819 34700.0 4623530 34243.0 4624242 34784.0 4624953 35607.0 4625664 34346.0 4626376 33643.0 4627087 33988.0 4627799 34507.0 4628510 33777.0 4629221 34657.0 4629933 35196.0 4630644 35169.0 4631355 34419.0 4632067 34501.0 4632778 35743.0 4633490 35566.0 4634201 35294.0 4634912 35092.0 4635624 35157.0 4636335 35194.0 4637046 34846.0 4637758 35405.0 4638469 33784.0 4639181 35038.0 4639892 35804.0 4640603 35878.0 4641315 36712.0 4642026 36652.0 4642738 35423.0 4643449 36714.0 4644160 36588.0 4644872 36308.0 4645583 35040.0 4646294 36520.0 4647006 35300.0 4647717 34830.0 4648429 35455.0 4649140 35999.0 4649851 37037.0 4650563 38220.0 4651274 38201.0 4651986 38708.0 4652697 38421.0 4653408 37885.0 4654120 34850.0 4654831 36407.0 4655542 36530.0 4656254 35305.0 4656965 34453.0 4657677 34684.0 4658388 35026.0 4659099 35308.0 4659811 35335.0 4660522 34711.0 4661233 34200.0 4661945 34737.0 4662656 35552.0 4663368 36504.0 4664079 35697.0 4664790 35661.0 4665502 35540.0 4666213 36502.0 4666925 37385.0 4667636 38040.0 4668347 40149.0 4669059 41111.0 4669770 45333.0 4670481 46836.0 4671193 46460.0 4671904 46719.0 4672616 45272.0 4673327 43794.0 4674038 42752.0 4674750 40840.0 4675461 38754.0 4676173 39672.0 4676884 37974.0 4677595 40246.0 4678307 39209.0 4679018 38759.0 4679729 39375.0 4680441 38648.0 4681152 37967.0 4681864 37629.0 4682575 37725.0 4683286 38282.0 4683998 38267.0 4684709 38426.0 4685420 38940.0 4686132 37906.0 4686843 37821.0 4687555 37633.0 4688266 37306.0 4688977 38914.0 4689689 36599.0 4690400 37330.0 4691112 36663.0 4691823 36676.0 4692534 37865.0 4693246 37726.0 4693957 36679.0 4694668 37095.0 4695380 37440.0 4696091 36234.0 4696803 35939.0 4697514 37020.0 4698225 37373.0 4698937 36735.0 4699648 36076.0 4700360 37543.0 4701071 38657.0 4701782 39192.0 4702494 41410.0 4703205 42744.0 4703916 44262.0 4704628 41164.0 4705339 41834.0 4706051 40732.0 4706762 39303.0 4707473 39016.0 4708185 38088.0 4708896 38300.0 4709607 38169.0 4710319 38533.0 4711030 37641.0 4711742 37081.0 4712453 36740.0 4713164 37616.0 4713876 37392.0 4714587 37342.0 4715299 37827.0 4716010 37952.0 4716721 37225.0 4717433 37947.0 4718144 38678.0 4718855 38220.0 4719567 36911.0 4720278 37853.0 4720990 37542.0 4721701 38664.0 4722412 38910.0 4723124 36591.0 4723835 38051.0 4724547 39491.0 4725258 40121.0 4725969 39483.0 4726681 39615.0 4727392 39930.0 4728103 39986.0 4728815 40525.0 4729526 40175.0 4730238 40239.0 4730949 38804.0 4731660 39422.0 4732372 39965.0 4733083 38195.0 4733794 39650.0 4734506 39785.0 4735217 37477.0 4735929 38853.0 4736640 38562.0 4737351 37993.0 4738063 39032.0 4738774 39597.0 4739486 38658.0 4740197 37983.0 4740908 37692.0 4741620 38404.0 4742331 39658.0 4743042 37951.0 4743754 39305.0 4744465 38393.0 4745177 38338.0 4745888 37455.0 4746599 38703.0 4747311 38689.0 4748022 40134.0 4748733 39034.0 4749445 38912.0 4750156 39840.0 4750868 38316.0 4751579 39017.0 4752290 39273.0 4753002 39104.0 4753713 39225.0 4754425 38602.0 4755136 39491.0 4755847 41645.0 4756559 40958.0 4757270 39735.0 4757981 38666.0 4758693 39858.0 4759404 39898.0 4760116 38615.0 4760827 39765.0 4761538 39656.0 4762250 39895.0 4762961 38878.0 4763673 39059.0 4764384 38039.0 4765095 38986.0 4765807 38147.0 4766518 37464.0 4767229 39023.0 4767941 39614.0 4768652 38870.0 4769364 39894.0 4770075 40574.0 4770786 41357.0 4771498 41286.0 4772209 41061.0 4772920 40498.0 4773632 39295.0 4774343 39259.0 4775055 39985.0 4775766 40145.0 4776477 40413.0 4777189 38395.0 4777900 38519.0 4778612 39627.0 4779323 40019.0 4780034 38697.0 4780746 40210.0 4781457 38299.0 4782168 39113.0 4782880 40645.0 4783591 39288.0 4784303 40143.0 4785014 39106.0 4785725 40542.0 4786437 39623.0 4787148 40653.0 4787860 40542.0 4788571 40381.0 4789282 40109.0 4789994 40002.0 4790705 39453.0 4791416 39609.0 4792128 38898.0 4792839 41168.0 4793551 39419.0 4794262 38991.0 4794973 40192.0 4795685 39569.0 4796396 39488.0 4797107 39718.0 4797819 39508.0 4798530 40464.0 4799242 39838.0 4799953 39585.0 4800664 40476.0 4801376 39653.0 4802087 39078.0 4802799 41080.0 4803510 41015.0 4804221 39744.0 4804933 39270.0 4805644 40604.0 4806355 40077.0 4807067 40175.0 4807778 40075.0 4808490 42543.0 4809201 42350.0 4809912 40904.0 4810624 40431.0 4811335 40364.0 4812047 41836.0 4812758 41610.0 4813469 40250.0 4814181 41565.0 4814892 42007.0 4815603 43400.0 4816315 41383.0 4817026 42311.0 4817738 43110.0 4818449 42055.0 4819160 41355.0 4819872 41724.0 4820583 41002.0 4821294 42497.0 4822006 42165.0 4822717 40843.0 4823429 42148.0 4824140 41875.0 4824851 41780.0 4825563 41590.0 4826274 42494.0 4826986 41816.0 4827697 43583.0 4828408 44491.0 4829120 45880.0 4829831 49668.0 4830542 54537.0 4831254 54918.0 4831965 51831.0 4832677 49304.0 4833388 46617.0 4834099 45246.0 4834811 42524.0 4835522 42205.0 4836234 42564.0 4836945 42596.0 4837656 42951.0 4838368 42990.0 4839079 44116.0 4839790 45793.0 4840502 47318.0 4841213 50073.0 4841925 52730.0 4842636 53663.0 4843347 52949.0 4844059 52159.0 4844770 51160.0 4845481 49414.0 4846193 48095.0 4846904 44993.0 4847616 46329.0 4848327 46076.0 4849038 44631.0 4849750 44864.0 4850461 43978.0 4851173 44072.0 4851884 44460.0 4852595 44734.0 4853307 43752.0 4854018 43037.0 4854729 42779.0 4855441 43573.0 4856152 42276.0 4856864 43084.0 4857575 44530.0 4858286 43182.0 4858998 43939.0 4859709 45364.0 4860421 44096.0 4861132 44452.0 4861843 43794.0 4862555 44218.0 4863266 43033.0 4863977 44773.0 4864689 44023.0 4865400 44345.0 4866112 43722.0 4866823 44878.0 4867534 45489.0 4868246 44671.0 4868957 44704.0 4869668 44556.0 4870380 44195.0 4871091 43315.0 4871803 43762.0 4872514 43300.0 4873225 43665.0 4873937 44573.0 4874648 44289.0 4875360 43797.0 4876071 45641.0 4876782 44489.0 4877494 43802.0 4878205 44040.0 4878916 44158.0 4879628 44764.0 4880339 46267.0 4881051 46136.0 4881762 45441.0 4882473 45399.0 4883185 44380.0 4883896 44890.0 4884608 44680.0 4885319 45044.0 4886030 44556.0 4886742 44013.0 4887453 44677.0 4888164 43974.0 4888876 44933.0 4889587 45599.0 4890299 45673.0 4891010 44024.0 4891721 44951.0 4892433 44031.0 4893144 45181.0 4893855 45275.0 4894567 44338.0 4895278 45123.0 4895990 45713.0 4896701 45456.0 4897412 45317.0 4898124 47070.0 4898835 46391.0 4899547 46406.0 4900258 46512.0 4900969 46770.0 4901681 46037.0 4902392 46721.0 4903103 47407.0 4903815 46451.0 4904526 45957.0 4905238 46877.0 4905949 46818.0 4906660 46025.0 4907372 46434.0 4908083 45449.0 4908795 46621.0 4909506 46233.0 4910217 46542.0 4910929 47252.0 4911640 47015.0 4912351 47806.0 4913063 47784.0 4913774 47040.0 4914486 46728.0 4915197 49393.0 4915908 48162.0 4916620 48945.0 4917331 49686.0 4918042 48684.0 4918754 49126.0 4919465 49563.0 4920177 48472.0 4920888 49013.0 4921599 48539.0 4922311 49074.0 4923022 49178.0 4923734 48180.0 4924445 49526.0 4925156 49467.0 4925868 49277.0 4926579 50013.0 4927290 48033.0 4928002 48303.0 4928713 49207.0 4929425 48147.0 4930136 48751.0 4930847 48871.0 4931559 50015.0 4932270 48055.0 4932982 49684.0 4933693 48750.0 4934404 48686.0 4935116 48871.0 4935827 48921.0 4936538 47992.0 4937250 48216.0 4937961 49450.0 4938673 47630.0 4939384 48012.0 4940095 48337.0 4940807 49136.0 4941518 49169.0 4942229 49888.0 4942941 49265.0 4943652 50228.0 4944364 49261.0 4945075 49864.0 4945786 48728.0 4946498 49580.0 4947209 49896.0 4947921 48523.0 4948632 49246.0 4949343 48557.0 4950055 49267.0 4950766 48281.0 4951477 48122.0 4952189 46977.0 4952900 48613.0 4953612 48860.0 4954323 49430.0 4955034 49721.0 4955746 48958.0 4956457 46863.0 4957168 48449.0 4957880 50131.0 4958591 48918.0 4959303 48722.0 4960014 49004.0 4960725 49466.0 4961437 49542.0 4962148 48799.0 4962860 48550.0 4963571 49024.0 4964282 49710.0 4964994 48289.0 4965705 48951.0 4966416 48259.0 4967128 47319.0 4967839 49254.0 4968551 48404.0 4969262 49057.0 4969973 49512.0 4970685 49323.0 4971396 49489.0 4972108 50105.0 4972819 50398.0 4973530 49701.0 4974242 49573.0 4974953 49317.0 4975664 50571.0 4976376 50036.0 4977087 50128.0 4977799 48654.0 4978510 49343.0 4979221 48939.0 4979933 49846.0 4980644 49255.0 4981355 49397.0 4982067 49846.0 4982778 48810.0 4983490 50971.0 4984201 50188.0 4984912 49702.0 4985624 49280.0 4986335 50167.0 4987047 48512.0 4987758 49002.0 4988469 49823.0 4989181 49963.0 4989892 49338.0 4990603 50824.0 4991315 50371.0 4992026 49769.0 4992738 49196.0 4993449 50545.0 4994160 49973.0 4994872 49984.0 4995583 51366.0 4996295 50419.0 4997006 50385.0 4997717 49981.0 4998429 50110.0 4999140 48981.0 4999851 49287.0 5000563 50901.0 5001274 50077.0 5001986 51873.0 5002697 51427.0 5003408 52332.0 5004120 52518.0 5004831 52699.0 5005542 55585.0 5006254 58073.0 5006965 58994.0 5007677 57873.0 5008388 56119.0 5009099 55279.0 5009811 54169.0 5010522 53740.0 5011234 53514.0 5011945 53293.0 5012656 52844.0 5013368 52500.0 5014079 51580.0 5014790 51793.0 5015502 50636.0 5016213 51467.0 5016925 51922.0 5017636 51069.0 5018347 53147.0 5019059 52157.0 5019770 51723.0 5020482 51552.0 5021193 50685.0 5021904 51591.0 5022616 52431.0 5023327 51801.0 5024038 50219.0 5024750 51127.0 5025461 51045.0 5026173 51291.0 5026884 53072.0 5027595 51511.0 5028307 51619.0 5029018 50411.0 5029729 52163.0 5030441 51838.0 5031152 52008.0 5031864 52069.0 5032575 51952.0 5033286 51416.0 5033998 51725.0 5034709 49854.0 5035421 51593.0 5036132 51059.0 5036843 50652.0 5037555 50886.0 5038266 50394.0 5038977 50456.0 5039689 52011.0 5040400 50070.0 5041112 51228.0 5041823 50855.0 5042534 50443.0 5043246 51816.0 5043957 52809.0 5044669 52030.0 5045380 53120.0 5046091 52582.0 5046803 53626.0 5047514 53581.0 5048225 54111.0 5048937 52165.0 5049648 52243.0 5050360 52784.0 5051071 52679.0 5051782 52370.0 5052494 53285.0 5053205 53208.0 5053916 51873.0 5054628 53665.0 5055339 53103.0 5056051 53472.0 5056762 52966.0 5057473 52681.0 5058185 52677.0 5058896 53879.0 5059608 52396.0 5060319 53307.0 5061030 52690.0 5061742 52077.0 5062453 53211.0 5063164 52609.0 5063876 52588.0 5064587 52843.0 5065299 53572.0 5066010 53079.0 5066721 52449.0 5067433 51649.0 5068144 51763.0 5068856 53317.0 5069567 52500.0 5070278 52494.0 5070990 52137.0 5071701 52102.0 5072412 51030.0 5073124 52243.0 5073835 52880.0 5074547 51580.0 5075258 51386.0 5075969 53289.0 5076681 52072.0 5077392 52388.0 5078103 52706.0 5078815 53506.0 5079526 53088.0 5080238 51841.0 5080949 52495.0 5081660 51623.0 5082372 53092.0 5083083 51096.0 5083795 50740.0 5084506 51349.0 5085217 52560.0 5085929 52210.0 5086640 53047.0 5087351 52361.0 5088063 52007.0 5088774 51567.0 5089486 51583.0 5090197 53189.0 5090908 53161.0 5091620 52562.0 5092331 52043.0 5093043 51028.0 5093754 51635.0 5094465 51890.0 5095177 51270.0 5095888 51480.0 5096599 51918.0 5097311 51702.0 5098022 51379.0 5098734 53573.0 5099445 51303.0 5100156 52646.0 5100868 52242.0 5101579 52415.0 5102290 52393.0 5103002 51526.0 5103713 51727.0 5104425 50844.0 5105136 49294.0 5105847 51684.0 5106559 51167.0 5107270 52501.0 5107982 52666.0 5108693 50714.0 5109404 51646.0 5110116 50369.0 5110827 52731.0 5111538 51423.0 5112250 51215.0 5112961 50696.0 5113673 51644.0 5114384 51466.0 5115095 51944.0 5115807 51169.0 5116518 52312.0 5117230 51967.0 5117941 51889.0 5118652 52322.0 5119364 51238.0 5120075 50046.0 5120786 51961.0 5121498 51955.0 5122209 52276.0 5122921 52894.0 5123632 52314.0 5124343 51979.0 5125055 51796.0 5125766 52258.0 5126477 53801.0 5127189 53264.0 5127900 53618.0 5128612 52334.0 5129323 52896.0 5130034 52368.0 5130746 53003.0 5131457 52392.0 5132169 53853.0 5132880 53554.0 5133591 53005.0 5134303 53253.0 5135014 52729.0 5135725 53313.0 5136437 52075.0 5137148 53260.0 5137860 52860.0 5138571 53451.0 5139282 51856.0 5139994 52418.0 5140705 53296.0 5141416 51059.0 5142128 51381.0 5142839 52754.0 5143551 53294.0 5144262 51985.0 5144973 52712.0 5145685 51870.0 5146396 52438.0 5147108 51035.0 5147819 52196.0 5148530 52645.0 5149242 51023.0 5149953 52586.0 5150664 52223.0 5151376 50958.0 5152087 51280.0 5152799 51351.0 5153510 50812.0 5154221 52035.0 5154933 50860.0 5155644 51687.0 5156356 50651.0 5157067 52485.0 5157778 52098.0 5158490 51946.0 5159201 51166.0 5159912 52241.0 5160624 52298.0 5161335 51465.0 5162047 51967.0 5162758 51213.0 5163469 51877.0 5164181 51570.0 5164892 52631.0 5165603 51982.0 5166315 50957.0 5167026 50401.0 5167738 51838.0 5168449 51844.0 5169160 51802.0 5169872 50590.0 5170583 51513.0 5171295 52778.0 5172006 50594.0 5172717 51707.0 5173429 52879.0 5174140 52429.0 5174851 53954.0 5175563 52943.0 5176274 52260.0 5176986 53692.0 5177697 54268.0 5178408 53852.0 5179120 53432.0 5179831 53991.0 5180543 55599.0 5181254 54251.0 5181965 54057.0 5182677 55062.0 5183388 53318.0 5184099 55486.0 5184811 53437.0 5185522 51973.0 5186234 53199.0 5186945 53711.0 5187656 52858.0 5188368 54524.0 5189079 55636.0 5189790 54880.0 5190502 56136.0 5191213 55628.0 5191925 54774.0 5192636 55604.0 5193347 55103.0 5194059 53493.0 5194770 53388.0 5195482 52685.0 5196193 52803.0 5196904 52756.0 5197616 51786.0 5198327 51623.0 5199038 53117.0 5199750 51958.0 5200461 51714.0 5201173 52536.0 5201884 51122.0 5202595 51979.0 5203307 52461.0 5204018 52155.0 5204730 51759.0 5205441 52633.0 5206152 51799.0 5206864 51365.0 5207575 52312.0 5208286 52252.0 5208998 52867.0 5209709 52282.0 5210421 51592.0 5211132 53117.0 5211843 49785.0 5212555 53042.0 5213266 51876.0 5213977 50473.0 5214689 50928.0 5215400 50495.0 5216112 51572.0 5216823 52179.0 5217534 52357.0 5218246 50358.0 5218957 51682.0 5219669 51732.0 5220380 51174.0 5221091 52361.0 5221803 50023.0 5222514 50315.0 5223225 51611.0 5223937 51392.0 5224648 51362.0 5225360 50897.0 5226071 53160.0 5226782 52575.0 5227494 52136.0 5228205 52359.0 5228917 50975.0 5229628 50828.0 5230339 51272.0 5231051 51495.0 5231762 50410.0 5232473 52140.0 5233185 53006.0 5233896 51524.0 5234608 51593.0 5235319 51250.0 5236030 50979.0 5236742 52064.0 5237453 51344.0 5238164 52481.0 5238876 50633.0 5239587 51468.0 5240299 51379.0 5241010 52049.0 5241721 50561.0 5242433 51693.0 5243144 52281.0 5243856 51191.0 5244567 53060.0 5245278 52084.0 5245990 52950.0 5246701 51685.0 5247412 50943.0 5248124 51525.0 5248835 51814.0 5249547 51862.0 5250258 50983.0 5250969 52234.0 5251681 49636.0 5252392 51749.0 5253104 52028.0 5253815 52445.0 5254526 51797.0 5255238 51267.0 5255949 49894.0 5256660 51838.0 5257372 52321.0 5258083 51116.0 5258795 50890.0 5259506 51642.0 5260217 50568.0 5260929 50129.0 5261640 50734.0 5262351 51367.0 5263063 51344.0 5263774 50858.0 5264486 51569.0 5265197 52420.0 5265908 51353.0 5266620 52175.0 5267331 52410.0 5268043 52962.0 5268754 53225.0 5269465 53642.0 5270177 53333.0 5270888 52815.0 5271599 51825.0 5272311 51339.0 5273022 52194.0 5273734 51470.0 5274445 52267.0 5275156 51430.0 5275868 51698.0 5276579 52574.0 5277291 52559.0 5278002 50255.0 5278713 50376.0 5279425 51105.0 5280136 50699.0 5280847 50282.0 5281559 51423.0 5282270 51047.0 5282982 51655.0 5283693 51344.0 5284404 50372.0 5285116 51165.0 5285827 52600.0 5286538 51792.0 5287250 50781.0 5287961 51507.0 5288673 50452.0 5289384 51395.0 5290095 51665.0 5290807 52446.0 5291518 49602.0 5292230 49796.0 5292941 52603.0 5293652 50368.0 5294364 51316.0 5295075 51251.0 5295786 50569.0 5296498 49826.0 5297209 49874.0 5297921 50997.0 5298632 51581.0 5299343 50911.0 5300055 51141.0 5300766 50547.0 5301478 51408.0 5302189 51934.0 5302900 53188.0 5303612 53071.0 5304323 51049.0 5305034 51438.0 5305746 51105.0 5306457 51503.0 5307169 50913.0 5307880 51079.0 5308591 51048.0 5309303 51644.0 5310014 51495.0 5310725 50541.0 5311437 50576.0 5312148 52664.0 5312860 51406.0 5313571 50626.0 5314282 50186.0 5314994 52152.0 5315705 51285.0 5316417 51550.0 5317128 52191.0 5317839 49939.0 5318551 50372.0 5319262 49639.0 5319973 51419.0 5320685 50386.0 5321396 50522.0 5322108 52044.0 5322819 51601.0 5323530 51015.0 5324242 52235.0 5324953 50418.0 5325664 50014.0 5326376 51219.0 5327087 51530.0 5327799 50935.0 5328510 50826.0 5329221 51098.0 5329933 50249.0 5330644 50147.0 5331356 50708.0 5332067 50361.0 5332778 51311.0 5333490 51318.0 5334201 50350.0 5334912 51327.0 5335624 51068.0 5336335 51722.0 5337047 52244.0 5337758 50865.0 5338469 50695.0 5339181 52163.0 5339892 53432.0 5340604 52864.0 5341315 52311.0 5342026 51426.0 5342738 52963.0 5343449 53033.0 5344160 54150.0 5344872 53118.0 5345583 52843.0 5346295 52770.0 5347006 51364.0 5347717 52716.0 5348429 51574.0 5349140 52068.0 5349851 51058.0 5350563 50603.0 5351274 51141.0 5351986 50799.0 5352697 51069.0 5353408 51160.0 5354120 51451.0 5354831 50711.0 5355543 52476.0 5356254 49955.0 5356965 51728.0 5357677 52319.0 5358388 51357.0 5359099 50116.0 5359811 51120.0 5360522 50236.0 5361234 52165.0 5361945 49738.0 5362656 50095.0 5363368 50052.0 5364079 51169.0 5364791 50521.0 5365502 51433.0 5366213 51798.0 5366925 50942.0 5367636 49811.0 5368347 50674.0 5369059 51583.0 5369770 49747.0 5370482 50949.0 5371193 53291.0 5371904 51473.0 5372616 50908.0 5373327 51400.0 5374038 51696.0 5374750 52193.0 5375461 50049.0 5376173 51344.0 5376884 50394.0 5377595 52837.0 5378307 51393.0 5379018 52141.0 5379730 52274.0 5380441 51970.0 5381152 52558.0 5381864 51237.0 5382575 51338.0 5383286 51025.0 5383998 50621.0 5384709 51493.0 5385421 51147.0 5386132 51768.0 5386843 51677.0 5387555 50583.0 5388266 49742.0 5388978 50850.0 5389689 51428.0 5390400 50887.0 5391112 50783.0 5391823 50758.0 5392534 50056.0 5393246 50484.0 5393957 51175.0 5394669 51161.0 5395380 50632.0 5396091 51192.0 5396803 50628.0 5397514 49701.0 5398225 50612.0 5398937 51197.0 5399648 50814.0 5400360 50207.0 5401071 50508.0 5401782 51471.0 5402494 51688.0 5403205 50668.0 5403917 50803.0 5404628 50170.0 5405339 50027.0 5406051 51390.0 5406762 50831.0 5407473 50577.0 5408185 50769.0 5408896 50669.0 5409608 51577.0 5410319 50973.0 5411030 51034.0 5411742 50974.0 5412453 50677.0 5413165 52064.0 5413876 50361.0 5414587 51325.0 5415299 52977.0 5416010 52444.0 5416721 51377.0 5417433 50974.0 5418144 50905.0 5418856 51007.0 5419567 51622.0 5420278 51902.0 5420990 50925.0 5421701 50460.0 5422412 50161.0 5423124 52377.0 5423835 52012.0 5424547 50687.0 5425258 52133.0 5425969 51433.0 5426681 52134.0 5427392 51626.0 5428104 52783.0 5428815 51869.0 5429526 53171.0 5430238 51854.0 5430949 51715.0 5431660 52083.0 5432372 51271.0 5433083 52280.0 5433795 52043.0 5434506 51130.0 5435217 52659.0 5435929 53408.0 5436640 53054.0 5437352 52933.0 5438063 53798.0 5438774 55678.0 5439486 54584.0 5440197 58392.0 5440908 57863.0 5441620 57183.0 5442331 59241.0 5443043 58735.0 5443754 57274.0 5444465 56067.0 5445177 55345.0 5445888 54993.0 5446599 55447.0 5447311 55890.0 5448022 53585.0 5448734 54726.0 5449445 52955.0 5450156 52888.0 5450868 51978.0 5451579 52991.0 5452291 53573.0 5453002 53000.0 5453713 51888.0 5454425 52802.0 5455136 52196.0 5455847 53893.0 5456559 52919.0 5457270 54638.0 5457982 55111.0 5458693 53462.0 5459404 53662.0 5460116 52425.0 5460827 52882.0 5461539 53336.0 5462250 52087.0 5462961 52861.0 5463673 52737.0 5464384 53227.0 5465095 53980.0 5465807 53329.0 5466518 52483.0 5467230 53626.0 5467941 53578.0 5468652 54384.0 5469364 53972.0 5470075 55127.0 5470786 54641.0 5471498 53026.0 5472209 54689.0 5472921 55026.0 5473632 54007.0 5474343 54840.0 5475055 53496.0 5475766 54129.0 5476478 52635.0 5477189 52909.0 5477900 52294.0 5478612 52916.0 5479323 50090.0 5480034 51291.0 5480746 51900.0 5481457 51326.0 5482169 51860.0 5482880 50490.0 5483591 50883.0 5484303 51764.0 5485014 51008.0 5485726 51031.0 5486437 48871.0 5487148 51301.0 5487860 50982.0 5488571 49762.0 5489282 49249.0 5489994 51498.0 5490705 50385.0 5491417 50680.0 5492128 50595.0 5492839 51515.0 5493551 50327.0 5494262 49946.0 5494973 50704.0 5495685 50695.0 5496396 50275.0 5497108 50831.0 5497819 50231.0 5498530 50348.0 5499242 51853.0 5499953 52310.0 5500665 50614.0 5501376 51033.0 5502087 51286.0 5502799 51201.0 5503510 49993.0 5504221 50885.0 5504933 50390.0 5505644 51056.0 5506356 50939.0 5507067 51065.0 5507778 50747.0 5508490 52861.0 5509201 51221.0 5509912 50575.0 5510624 50073.0 5511335 51358.0 5512047 50508.0 5512758 52353.0 5513469 50902.0 5514181 51617.0 5514892 50601.0 5515604 49816.0 5516315 49511.0 5517026 50539.0 5517738 51126.0 5518449 51704.0 5519160 50388.0 5519872 51490.0 5520583 51752.0 5521295 52343.0 5522006 50837.0 5522717 52261.0 5523429 52248.0 5524140 51136.0 5524852 51093.0 5525563 51323.0 5526274 50664.0 5526986 49924.0 5527697 50668.0 5528408 50822.0 5529120 50186.0 5529831 50524.0 5530543 50710.0 5531254 51111.0 5531965 50283.0 5532677 50797.0 5533388 49121.0 5534099 51295.0 5534811 50111.0 5535522 50573.0 5536234 50311.0 5536945 52419.0 5537656 49084.0 5538368 50271.0 5539079 51461.0 5539791 51377.0 5540502 49719.0 5541213 49951.0 5541925 49637.0 5542636 49648.0 5543347 51156.0 5544059 51108.0 5544770 50290.0 5545482 50026.0 5546193 49199.0 5546904 50057.0 5547616 49115.0 5548327 50103.0 5549039 49700.0 5549750 49237.0 5550461 50156.0 5551173 49747.0 5551884 50515.0 5552595 49986.0 5553307 50862.0 5554018 48718.0 5554730 51414.0 5555441 50599.0 5556152 49432.0 5556864 50671.0 5557575 50490.0 5558286 51075.0 5558998 49666.0 5559709 50340.0 5560421 50366.0 5561132 50820.0 5561843 49917.0 5562555 50701.0 5563266 50168.0 5563978 51893.0 5564689 50844.0 5565400 51879.0 5566112 51698.0 5566823 52119.0 5567534 52098.0 5568246 53268.0 5568957 53494.0 5569669 53767.0 5570380 53916.0 5571091 51760.0 5571803 52569.0 5572514 52487.0 5573226 51211.0 5573937 52047.0 5574648 51408.0 5575360 51125.0 5576071 51157.0 5576782 50495.0 5577494 51600.0 5578205 51387.0 5578917 50705.0 5579628 50846.0 5580339 51493.0 5581051 49880.0 5581762 51213.0 5582473 50934.0 5583185 50557.0 5583896 50626.0 5584608 50343.0 5585319 50845.0 5586030 52021.0 5586742 50423.0 5587453 49921.0 5588165 49671.0 5588876 49117.0 5589587 50862.0 5590299 48952.0 5591010 49725.0 5591721 50297.0 5592433 50082.0 5593144 50020.0 5593856 49599.0 5594567 49664.0 5595278 50123.0 5595990 50982.0 5596701 49383.0 5597413 50950.0 5598124 50273.0 5598835 50562.0 5599547 50021.0 5600258 49920.0 5600969 49224.0 5601681 48571.0 5602392 50404.0 5603104 50195.0 5603815 50767.0 5604526 50512.0 5605238 50064.0 5605949 50609.0 5606660 50943.0 5607372 50130.0 5608083 50333.0 5608795 50134.0 5609506 50753.0 5610217 50602.0 5610929 50584.0 5611640 50522.0 5612352 51177.0 5613063 51115.0 5613774 51231.0 5614486 49785.0 5615197 49661.0 5615908 51280.0 5616620 49963.0 5617331 51768.0 5618043 49760.0 5618754 51288.0 5619465 50823.0 5620177 51228.0 5620888 49282.0 5621600 49704.0 5622311 51240.0 5623022 50221.0 5623734 50332.0 5624445 49785.0 5625156 50256.0 5625868 51108.0 5626579 51103.0 5627291 51250.0 5628002 51132.0 5628713 48771.0 5629425 50210.0 5630136 49660.0 5630847 49817.0 5631559 50725.0 5632270 50486.0 5632982 49606.0 5633693 51126.0 5634404 50128.0 5635116 51279.0 5635827 50894.0 5636539 51859.0 5637250 52735.0 5637961 50954.0 5638673 51726.0 5639384 51255.0 5640095 50603.0 5640807 50942.0 5641518 51865.0 5642230 50940.0 5642941 50326.0 5643652 50410.0 5644364 50672.0 5645075 50199.0 5645787 49330.0 5646498 49585.0 5647209 51652.0 5647921 49910.0 5648632 50755.0 5649343 49981.0 5650055 50000.0 5650766 50032.0 5651478 49641.0 5652189 50435.0 5652900 50629.0 5653612 50760.0 5654323 49919.0 5655034 51094.0 5655746 50144.0 5656457 50893.0 5657169 51474.0 5657880 51850.0 5658591 51670.0 5659303 52420.0 5660014 51275.0 5660726 51518.0 5661437 49866.0 5662148 50960.0 5662860 49936.0 5663571 51244.0 5664282 49228.0 5664994 50109.0 5665705 50526.0 5666417 50823.0 5667128 50508.0 5667839 50887.0 5668551 51553.0 5669262 50974.0 5669974 51055.0 5670685 51162.0 5671396 51928.0 5672108 49801.0 5672819 51701.0 5673530 52268.0 5674242 53494.0 5674953 54188.0 5675665 54665.0 5676376 54179.0 5677087 55526.0 5677799 56218.0 5678510 55627.0 5679221 54977.0 5679933 54328.0 5680644 53613.0 5681356 53274.0 5682067 52419.0 5682778 51237.0 5683490 51146.0 5684201 50110.0 5684913 48872.0 5685624 51361.0 5686335 49935.0 5687047 48352.0 5687758 50174.0 5688469 50029.0 5689181 50337.0 5689892 49295.0 5690604 49521.0 5691315 49841.0 5692026 49228.0 5692738 50451.0 5693449 50755.0 5694161 49935.0 5694872 49751.0 5695583 50151.0 5696295 49734.0 5697006 50584.0 5697717 50302.0 5698429 50515.0 5699140 49663.0 5699852 50598.0 5700563 50624.0 5701274 49467.0 5701986 49856.0 5702697 50034.0 5703408 50395.0 5704120 49705.0 5704831 51052.0 5705543 49745.0 5706254 49439.0 5706965 50666.0 5707677 50816.0 5708388 49676.0 5709100 49335.0 5709811 49870.0 5710522 48913.0 5711234 50176.0 5711945 49478.0 5712656 48561.0 5713368 49503.0 5714079 49287.0 5714791 49682.0 5715502 48264.0 5716213 49993.0 5716925 49233.0 5717636 51048.0 5718347 51279.0 5719059 50813.0 5719770 49746.0 5720482 50300.0 5721193 50355.0 5721904 51728.0 5722616 49862.0 5723327 49061.0 5724039 49417.0 5724750 50481.0 5725461 51169.0 5726173 50734.0 5726884 50105.0 5727595 50729.0 5728307 48380.0 5729018 50689.0 5729730 50023.0 5730441 49467.0 5731152 49937.0 5731864 48337.0 5732575 48827.0 5733287 50534.0 5733998 51107.0 5734709 49372.0 5735421 48427.0 5736132 49997.0 5736843 49577.0 5737555 49992.0 5738266 49655.0 5738978 49087.0 5739689 48926.0 5740400 50197.0 5741112 50640.0 5741823 50105.0 5742534 49985.0 5743246 49813.0 5743957 50626.0 5744669 50107.0 5745380 50415.0 5746091 49758.0 5746803 50019.0 5747514 49040.0 5748226 50779.0 5748937 48955.0 5749648 50711.0 5750360 50964.0 5751071 49985.0 5751782 51317.0 5752494 50605.0 5753205 49023.0 5753917 49776.0 5754628 49211.0 5755339 49948.0 5756051 49269.0 5756762 49025.0 5757474 50135.0 5758185 49969.0 5758896 49162.0 5759608 48643.0 5760319 49402.0 5761030 50357.0 5761742 49062.0 5762453 49427.0 5763165 49825.0 5763876 49291.0 5764587 49119.0 5765299 48359.0 5766010 49810.0 5766721 49921.0 5767433 50388.0 5768144 50028.0 5768856 49167.0 5769567 48824.0 5770278 48697.0 5770990 50098.0 5771701 50349.0 5772413 48784.0 5773124 49748.0 5773835 49000.0 5774547 48446.0 5775258 49487.0 5775969 49150.0 5776681 50698.0 5777392 48223.0 5778104 48137.0 5778815 47635.0 5779526 48809.0 5780238 49128.0 5780949 49646.0 5781661 49016.0 5782372 48935.0 5783083 48644.0 5783795 47980.0 5784506 48996.0 5785217 50293.0 5785929 49765.0 5786640 49715.0 5787352 49162.0 5788063 49023.0 5788774 48659.0 5789486 48052.0 5790197 49263.0 5790908 48788.0 5791620 48736.0 5792331 49800.0 5793043 50199.0 5793754 48143.0 5794465 49652.0 5795177 49687.0 5795888 48913.0 5796600 48348.0 5797311 48826.0 5798022 49033.0 5798734 49036.0 5799445 47724.0 5800156 48348.0 5800868 50431.0 5801579 49575.0 5802291 48988.0 5803002 47625.0 5803713 49290.0 5804425 49105.0 5805136 48106.0 5805848 49325.0 5806559 49502.0 5807270 50087.0 5807982 49011.0 5808693 50290.0 5809404 49661.0 5810116 47919.0 5810827 49189.0 5811539 48489.0 5812250 49804.0 5812961 49940.0 5813673 49650.0 5814384 49705.0 5815095 50746.0 5815807 49660.0 5816518 49462.0 5817230 49753.0 5817941 49463.0 5818652 50689.0 5819364 49339.0 5820075 49090.0 5820787 48170.0 5821498 49216.0 5822209 49801.0 5822921 48691.0 5823632 48620.0 5824343 48908.0 5825055 50019.0 5825766 50167.0 5826478 49778.0 5827189 49932.0 5827900 51157.0 5828612 49627.0 5829323 49444.0 5830035 47944.0 5830746 48545.0 5831457 49456.0 5832169 49503.0 5832880 48979.0 5833591 48873.0 5834303 49543.0 5835014 49546.0 5835726 49436.0 5836437 49069.0 5837148 49362.0 5837860 49416.0 5838571 49276.0 5839282 49973.0 5839994 48458.0 5840705 48771.0 5841417 49619.0 5842128 49585.0 5842839 49224.0 5843551 49244.0 5844262 49748.0 5844974 48604.0 5845685 49724.0 5846396 50518.0 5847108 50930.0 5847819 48496.0 5848530 49861.0 5849242 49139.0 5849953 49503.0 5850665 48775.0 5851376 49215.0 5852087 51164.0 5852799 49902.0 5853510 50435.0 5854222 48138.0 5854933 48966.0 5855644 48705.0 5856356 49416.0 5857067 49452.0 5857778 48738.0 5858490 49012.0 5859201 49175.0 5859913 49410.0 5860624 49356.0 5861335 48697.0 5862047 48684.0 5862758 49451.0 5863469 49552.0 5864181 49870.0 5864892 50193.0 5865604 49912.0 5866315 47856.0 5867026 48910.0 5867738 49112.0 5868449 49826.0 5869161 49452.0 5869872 48590.0 5870583 49895.0 5871295 48882.0 5872006 48988.0 5872717 49171.0 5873429 47761.0 5874140 49419.0 5874852 47687.0 5875563 49905.0 5876274 49032.0 5876986 49705.0 5877697 49133.0 5878409 49432.0 5879120 49396.0 5879831 48355.0 5880543 48471.0 5881254 49120.0 5881965 48668.0 5882677 48901.0 5883388 49297.0 5884100 48277.0 5884811 49491.0 5885522 47773.0 5886234 48797.0 5886945 49575.0 5887656 48374.0 5888368 49191.0 5889079 49968.0 5889791 49369.0 5890502 49265.0 5891213 48676.0 5891925 50129.0 5892636 49004.0 5893348 49634.0 5894059 48655.0 5894770 49993.0 5895482 49713.0 5896193 49449.0 5896904 49837.0 5897616 50926.0 5898327 48830.0 5899039 49153.0 5899750 48836.0 5900461 49480.0 5901173 49702.0 5901884 48637.0 5902595 48207.0 5903307 48460.0 5904018 49220.0 5904730 48424.0 5905441 48422.0 5906152 48325.0 5906864 48717.0 5907575 48379.0 5908287 48116.0 5908998 49136.0 5909709 48437.0 5910421 49076.0 5911132 49430.0 5911843 49393.0 5912555 49798.0 5913266 48912.0 5913978 48542.0 5914689 48697.0 5915400 49756.0 5916112 48383.0 5916823 48449.0 5917535 49069.0 5918246 50813.0 5918957 49444.0 5919669 50541.0 5920380 50591.0 5921091 50089.0 5921803 48398.0 5922514 49389.0 5923226 49375.0 5923937 49444.0 5924648 48350.0 5925360 49689.0 5926071 49694.0 5926782 48377.0 5927494 49189.0 5928205 49761.0 5928917 49671.0 5929628 49479.0 5930339 49510.0 5931051 48991.0 5931762 48835.0 5932474 49677.0 5933185 48902.0 5933896 49202.0 5934608 49626.0 5935319 48892.0 5936030 49350.0 5936742 49148.0 5937453 48296.0 5938165 49161.0 5938876 49201.0 5939587 49268.0 5940299 49205.0 5941010 49609.0 5941722 49581.0 5942433 49464.0 5943144 49816.0 5943856 49303.0 5944567 49783.0 5945278 49692.0 5945990 48139.0 5946701 47273.0 5947413 49736.0 5948124 50491.0 5948835 50684.0 5949547 49492.0 5950258 48377.0 5950969 48990.0 5951681 48554.0 5952392 50731.0 5953104 49804.0 5953815 49970.0 5954526 50802.0 5955238 50046.0 5955949 48866.0 5956661 49904.0 5957372 50666.0 5958083 49113.0 5958795 50968.0 5959506 50457.0 5960217 49839.0 5960929 49557.0 5961640 49367.0 5962352 49696.0 5963063 48918.0 5963774 50428.0 5964486 48100.0 5965197 48694.0 5965909 47778.0 5966620 49439.0 5967331 49979.0 5968043 49886.0 5968754 49910.0 5969465 49081.0 5970177 49737.0 5970888 49181.0 5971600 50023.0 5972311 49608.0 5973022 48746.0 5973734 49812.0 5974445 49565.0 5975156 48955.0 5975868 47690.0 5976579 48639.0 5977291 48659.0 5978002 49296.0 5978713 49268.0 5979425 48339.0 5980136 48746.0 5980848 49608.0 5981559 48446.0 5982270 48595.0 5982982 48996.0 5983693 47210.0 5984404 48817.0 5985116 49650.0 5985827 48649.0 5986539 49045.0 5987250 49913.0 5987961 48618.0 5988673 49307.0 5989384 48257.0 5990096 49092.0 5990807 49548.0 5991518 49030.0 5992230 48923.0 5992941 47193.0 5993652 48930.0 5994364 49549.0 5995075 48233.0 5995787 48605.0 5996498 48670.0 5997209 48236.0 5997921 49165.0 5998632 47213.0 5999343 48970.0 6000055 49212.0 6000766 48603.0 6001478 48053.0 6002189 49426.0 6002900 50521.0 6003612 49246.0 6004323 48128.0 6005035 49542.0 6005746 47463.0 6006457 48564.0 6007169 49540.0 6007880 50404.0 6008591 48736.0 6009303 48769.0 6010014 49141.0 6010726 48886.0 6011437 49214.0 6012148 48314.0 6012860 49051.0 6013571 47744.0 6014283 48829.0 6014994 47972.0 6015705 49569.0 6016417 49422.0 6017128 49071.0 6017839 48518.0 6018551 49112.0 6019262 49496.0 6019974 48761.0 6020685 49121.0 6021396 48406.0 6022108 47634.0 6022819 48778.0 6023530 49027.0 6024242 49369.0 6024953 49544.0 6025665 49446.0 6026376 48562.0 6027087 48269.0 6027799 48998.0 6028510 48958.0 6029222 48458.0 6029933 48958.0 6030644 47644.0 6031356 48774.0 6032067 49617.0 6032778 48540.0 6033490 48792.0 6034201 49564.0 6034913 47961.0 6035624 49899.0 6036335 48613.0 6037047 49975.0 6037758 49515.0 6038470 48089.0 6039181 49731.0 6039892 49738.0 6040604 47580.0 6041315 50468.0 6042026 48233.0 6042738 47527.0 6043449 47610.0 6044161 49291.0 6044872 50915.0 6045583 49138.0 6046295 50011.0 6047006 49346.0 6047717 49308.0 6048429 48233.0 6049140 48997.0 6049852 48991.0 6050563 49208.0 6051274 48687.0 6051986 50434.0 6052697 49261.0 6053409 48598.0 6054120 48019.0 6054831 49304.0 6055543 48753.0 6056254 49298.0 6056965 47151.0 6057677 47895.0 6058388 49359.0 6059100 49530.0 6059811 48548.0 6060522 49408.0 6061234 47510.0 6061945 48608.0 6062657 50039.0 6063368 48885.0 6064079 50021.0 6064791 48815.0 6065502 48555.0 6066213 48732.0 6066925 48824.0 6067636 47892.0 6068348 48775.0 6069059 49361.0 6069770 48739.0 6070482 48184.0 6071193 47606.0 6071904 49120.0 6072616 48450.0 6073327 48163.0 6074039 49251.0 6074750 49049.0 6075461 48427.0 6076173 47912.0 6076884 49231.0 6077596 48652.0 6078307 48757.0 6079018 50256.0 6079730 48848.0 6080441 49598.0 6081152 48850.0 6081864 49260.0 6082575 48524.0 6083287 50453.0 6083998 49381.0 6084709 47759.0 6085421 48959.0 6086132 49734.0 6086843 50127.0 6087555 48302.0 6088266 48849.0 6088978 48444.0 6089689 48472.0 6090400 49138.0 6091112 48805.0 6091823 47907.0 6092535 47981.0 6093246 48753.0 6093957 49334.0 6094669 47739.0 6095380 48462.0 6096091 47271.0 6096803 48512.0 6097514 48875.0 6098226 48935.0 6098937 48244.0 6099648 48421.0 6100360 50498.0 6101071 50100.0 6101783 48689.0 6102494 49517.0 6103205 49053.0 6103917 48500.0 6104628 49036.0 6105339 48939.0 6106051 48491.0 6106762 49387.0 6107474 49649.0 6108185 47880.0 6108896 49417.0 6109608 48638.0 6110319 47363.0 6111030 48904.0 6111742 48680.0 6112453 48821.0 6113165 49132.0 6113876 47940.0 6114587 50059.0 6115299 48390.0 6116010 48499.0 6116722 48276.0 6117433 48926.0 6118144 48963.0 6118856 49430.0 6119567 49045.0 6120278 48764.0 6120990 48557.0 6121701 48542.0 6122413 48429.0 6123124 48119.0 6123835 48339.0 6124547 48139.0 6125258 48558.0 6125970 48916.0 6126681 47216.0 6127392 47737.0 6128104 48328.0 6128815 48493.0 6129526 48994.0 6130238 49361.0 6130949 48017.0 6131661 49143.0 6132372 48890.0 6133083 48275.0 6133795 48058.0 6134506 48275.0 6135217 48474.0 6135929 48079.0 6136640 50494.0 6137352 48246.0 6138063 48289.0 6138774 49460.0 6139486 48636.0LineSeries5_Negative000066400000000000000000004337141436443153700423730ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support5948 -11358.0 6659 -11095.0 7370 -11259.0 8082 -11409.0 8793 -11319.0 9505 -12928.0 10216 -18059.0 10927 -18764.0 11639 -18298.0 12350 -18257.0 13062 -18642.0 13773 -18221.0 14484 -17669.0 15196 -17986.0 15907 -18317.0 16618 -17651.0 17330 -17616.0 18041 -17149.0 18753 -17513.0 19464 -17804.0 20175 -18314.0 20887 -17442.0 21598 -17704.0 22309 -17944.0 23021 -17200.0 23732 -18027.0 24444 -17692.0 25155 -18234.0 25866 -17971.0 26578 -17371.0 27289 -17764.0 28001 -17956.0 28712 -18360.0 29423 -17624.0 30135 -17524.0 30846 -17769.0 31557 -17620.0 32269 -18641.0 32980 -17715.0 33692 -17957.0 34403 -18196.0 35114 -18659.0 35826 -18434.0 36537 -17778.0 37249 -17504.0 37960 -18464.0 38671 -18674.0 39383 -17533.0 40094 -17238.0 40805 -18086.0 41517 -17928.0 42228 -17175.0 42940 -17245.0 43651 -17280.0 44362 -17630.0 45074 -17492.0 45785 -17765.0 46496 -17544.0 47208 -17536.0 47919 -18179.0 48631 -18140.0 49342 -17907.0 50053 -18027.0 50765 -17546.0 51476 -17388.0 52188 -18547.0 52899 -17679.0 53610 -17899.0 54322 -17662.0 55033 -17837.0 55744 -17407.0 56456 -17652.0 57167 -17703.0 57879 -17422.0 58590 -18499.0 59301 -17591.0 60013 -17633.0 60724 -17079.0 61435 -17309.0 62147 -17606.0 62858 -17677.0 63570 -17319.0 64281 -17423.0 64992 -17603.0 65704 -17801.0 66415 -17632.0 67127 -17546.0 67838 -19791.0 68549 -20177.0 69261 -19484.0 69972 -19376.0 70683 -19033.0 71395 -18392.0 72106 -18365.0 72818 -18673.0 73529 -18560.0 74240 -18180.0 74952 -18554.0 75663 -18142.0 76375 -18059.0 77086 -18031.0 77797 -17763.0 78509 -17713.0 79220 -17514.0 79931 -17777.0 80643 -17759.0 81354 -18068.0 82066 -18128.0 82777 -17634.0 83488 -17622.0 84200 -17633.0 84911 -17366.0 85622 -17616.0 86334 -17923.0 87045 -18069.0 87757 -18235.0 88468 -18561.0 89179 -18005.0 89891 -17575.0 90602 -17554.0 91314 -16723.0 92025 -18073.0 92736 -17590.0 93448 -17253.0 94159 -17715.0 94870 -17369.0 95582 -17376.0 96293 -17343.0 97005 -17954.0 97716 -17911.0 98427 -17990.0 99139 -17538.0 99850 -18023.0 100562 -17560.0 101273 -17264.0 101984 -17766.0 102696 -17710.0 103407 -17154.0 104118 -17183.0 104830 -17050.0 105541 -17096.0 106253 -17703.0 106964 -17625.0 107675 -16548.0 108387 -17812.0 109098 -17411.0 109809 -17527.0 110521 -16858.0 111232 -17511.0 111944 -17279.0 112655 -16971.0 113366 -17230.0 114078 -17166.0 114789 -17408.0 115501 -17555.0 116212 -16788.0 116923 -16985.0 117635 -16953.0 118346 -17959.0 119057 -16885.0 119769 -17786.0 120480 -17161.0 121192 -17313.0 121903 -17024.0 122614 -16999.0 123326 -16596.0 124037 -17636.0 124749 -16513.0 125460 -17650.0 126171 -17132.0 126883 -16745.0 127594 -17183.0 128305 -17854.0 129017 -17122.0 129728 -17608.0 130440 -16392.0 131151 -17238.0 131862 -16609.0 132574 -17050.0 133285 -16893.0 133996 -17088.0 134708 -17039.0 135419 -16997.0 136131 -17534.0 136842 -16825.0 137553 -17442.0 138265 -17485.0 138976 -17078.0 139688 -16915.0 140399 -16810.0 141110 -17440.0 141822 -17385.0 142533 -17075.0 143244 -17624.0 143956 -16535.0 144667 -16403.0 145379 -16997.0 146090 -17106.0 146801 -16623.0 147513 -16419.0 148224 -17836.0 148936 -17466.0 149647 -17480.0 150358 -17106.0 151070 -16979.0 151781 -16964.0 152492 -17316.0 153204 -17214.0 153915 -16231.0 154627 -14515.0 155338 -13809.0 156049 -13706.0 156761 -13155.0 157472 -13384.0 158183 -13100.0 158895 -13248.0 159606 -12880.0 160318 -12808.0 161029 -12681.0 161740 -12534.0 162452 -12528.0 163163 -12482.0 163875 -12499.0 164586 -12681.0 165297 -12644.0 166009 -12009.0 166720 -12545.0 167431 -12478.0 168143 -12528.0 168854 -12453.0 169566 -12370.0 170277 -12290.0 170988 -12408.0 171700 -12231.0 172411 -12554.0 173123 -12657.0 173834 -11746.0 174545 -12489.0 175257 -12429.0 175968 -12470.0 176679 -12488.0 177391 -12219.0 178102 -11907.0 178814 -12250.0 179525 -12937.0 180236 -12250.0 180948 -12276.0 181659 -12413.0 182370 -12291.0 183082 -12722.0 183793 -12295.0 184505 -13019.0 185216 -12659.0 185927 -12421.0 186639 -12402.0 187350 -12660.0 188062 -12396.0 188773 -12565.0 189484 -12009.0 190196 -11791.0 190907 -12090.0 191618 -11818.0 192330 -12320.0 193041 -12340.0 193753 -12029.0 194464 -12230.0 195175 -12615.0 195887 -12345.0 196598 -12391.0 197310 -12325.0 198021 -12225.0 198732 -12032.0 199444 -12368.0 200155 -12181.0 200866 -12509.0 201578 -12216.0 202289 -12244.0 203001 -12078.0 203712 -12133.0 204423 -12379.0 205135 -12436.0 205846 -12474.0 206557 -16666.0 207269 -42433.0 207980 -184573.0 208692 -604804.0 209403 -1172479.0 210114 -1541937.0 210826 -1663860.0 211537 -1677887.0 212249 -1639221.0 212960 -1532937.0 213671 -1358641.0 214383 -1191574.0 215094 -1045740.0 215805 -873065.0 216517 -724812.0 217228 -613141.0 217940 -530117.0 218651 -445384.0 219362 -354065.0 220074 -267657.0 220785 -204784.0 221497 -206912.0 222208 -325648.0 222919 -491843.0 223631 -653029.0 224342 -757186.0 225053 -783120.0 225765 -759811.0 226476 -706641.0 227188 -649526.0 227899 -593191.0 228610 -519132.0 229322 -445620.0 230033 -378511.0 230744 -326621.0 231456 -288696.0 232167 -308341.0 232879 -359706.0 233590 -333613.0 234301 -300872.0 235013 -287439.0 235724 -266513.0 236436 -231719.0 237147 -197435.0 237858 -167053.0 238570 -146989.0 239281 -133912.0 239992 -124607.0 240704 -118072.0 241415 -112747.0 242127 -105911.0 242838 -97361.0 243549 -90659.0 244261 -90514.0 244972 -106412.0 245683 -123336.0 246395 -127132.0 247106 -122785.0 247818 -119773.0 248529 -117162.0 249240 -112937.0 249952 -102791.0 250663 -90749.0 251375 -79922.0 252086 -74199.0 252797 -70304.0 253509 -66861.0 254220 -63635.0 254931 -59505.0 255643 -57620.0 256354 -54967.0 257066 -52160.0 257777 -50906.0 258488 -49250.0 259200 -48092.0 259911 -48445.0 260623 -49901.0 261334 -52341.0 262045 -55207.0 262757 -56424.0 263468 -61193.0 264179 -87348.0 264891 -118847.0 265602 -132004.0 266314 -133947.0 267025 -128629.0 267736 -123145.0 268448 -112581.0 269159 -103856.0 269870 -95675.0 270582 -86589.0 271293 -78219.0 272005 -74742.0 272716 -70913.0 273427 -71203.0 274139 -69134.0 274850 -62266.0 275562 -59165.0 276273 -88266.0 276984 -245920.0 277696 -385132.0 278407 -406518.0 279118 -388283.0 279830 -380165.0 280541 -362733.0 281253 -314296.0 281964 -239007.0 282675 -171104.0 283387 -121246.0 284098 -88339.0 284810 -70305.0 285521 -58214.0 286232 -52376.0 286944 -48352.0 287655 -44669.0 288366 -42092.0 289078 -42165.0 289789 -39646.0 290501 -39159.0 291212 -37421.0 291923 -35843.0 292635 -35647.0 293346 -35187.0 294057 -35428.0 294769 -35440.0 295480 -37910.0 296192 -39009.0 296903 -37853.0 297614 -38366.0 298326 -37796.0 299037 -37956.0 299749 -36168.0 300460 -35130.0 301171 -34202.0 301883 -32499.0 302594 -33240.0 303305 -31865.0 304017 -31084.0 304728 -32131.0 305440 -31787.0 306151 -31774.0 306862 -30902.0 307574 -31116.0 308285 -30581.0 308997 -30509.0 309708 -30321.0 310419 -30667.0 311131 -33735.0 311842 -35908.0 312553 -36484.0 313265 -38047.0 313976 -37403.0 314688 -39057.0 315399 -40044.0 316110 -39856.0 316822 -37299.0 317533 -35321.0 318244 -34012.0 318956 -32967.0 319667 -31216.0 320379 -30552.0 321090 -29305.0 321801 -27712.0 322513 -27217.0 323224 -26597.0 323936 -26678.0 324647 -26143.0 325358 -26855.0 326070 -28487.0 326781 -28676.0 327492 -27777.0 328204 -27527.0 328915 -28287.0 329627 -27452.0 330338 -27217.0 331049 -26633.0 331761 -27123.0 332472 -29818.0 333184 -33278.0 333895 -36503.0 334606 -39542.0 335318 -40682.0 336029 -41797.0 336740 -40919.0 337452 -39522.0 338163 -37073.0 338875 -35298.0 339586 -31957.0 340297 -29906.0 341009 -28668.0 341720 -27457.0 342431 -29442.0 343143 -32147.0 343854 -34791.0 344566 -35706.0 345277 -37127.0 345988 -35333.0 346700 -34401.0 347411 -32597.0 348123 -31004.0 348834 -28726.0 349545 -29086.0 350257 -35393.0 350968 -42089.0 351679 -46557.0 352391 -51791.0 353102 -61317.0 353814 -73726.0 354525 -96262.0 355236 -112924.0 355948 -113359.0 356659 -107634.0 357371 -100128.0 358082 -92952.0 358793 -83415.0 359505 -69986.0 360216 -58137.0 360927 -49519.0 361639 -43422.0 362350 -38906.0 363062 -34666.0 363773 -32100.0 364484 -30062.0 365196 -28064.0 365907 -27127.0 366618 -26280.0 367330 -26127.0 368041 -25464.0 368753 -25646.0 369464 -25397.0 370175 -25085.0 370887 -25640.0 371598 -24960.0 372310 -24888.0 373021 -24223.0 373732 -23911.0 374444 -23924.0 375155 -23975.0 375866 -24206.0 376578 -23643.0 377289 -23106.0 378001 -22987.0 378712 -23484.0 379423 -35623.0 380135 -69935.0 380846 -95419.0 381558 -99703.0 382269 -101319.0 382980 -99403.0 383692 -93267.0 384403 -78767.0 385114 -62474.0 385826 -52070.0 386537 -42975.0 387249 -39270.0 387960 -35111.0 388671 -32432.0 389383 -31926.0 390094 -30519.0 390805 -30524.0 391517 -29593.0 392228 -28236.0 392940 -27393.0 393651 -28132.0 394362 -26422.0 395074 -26376.0 395785 -25509.0 396497 -24469.0 397208 -24747.0 397919 -23743.0 398631 -23989.0 399342 -23043.0 400053 -23023.0 400765 -23597.0 401476 -23184.0 402188 -21997.0 402899 -22307.0 403610 -22710.0 404322 -23018.0 405033 -22445.0 405745 -20963.0 406456 -22032.0 407167 -21912.0 407879 -22973.0 408590 -22105.0 409301 -21554.0 410013 -23263.0 410724 -22771.0 411436 -21184.0 412147 -20930.0 412858 -21126.0 413570 -21492.0 414281 -21420.0 414992 -20311.0 415704 -20031.0 416415 -20830.0 417127 -20116.0 417838 -19928.0 418549 -19811.0 419261 -20113.0 419972 -20298.0 420684 -20413.0 421395 -31747.0 422106 -105122.0 422818 -234104.0 423529 -384677.0 424240 -527283.0 424952 -661055.0 425663 -790782.0 426375 -911499.0 427086 -1023016.0 427797 -1080023.0 428509 -859334.0 429220 -240793.0 429932 -116631.0 430643 -84766.0 431354 -70419.0 432066 -61497.0 432777 -54622.0 433488 -50823.0 434200 -46220.0 434911 -44147.0 435623 -42078.0 436334 -39863.0 437045 -37594.0 437757 -39517.0 438468 -38820.0 439179 -37826.0 439891 -36446.0 440602 -36440.0 441314 -35288.0 442025 -33521.0 442736 -34253.0 443448 -33089.0 444159 -37708.0 444871 -39386.0 445582 -38749.0 446293 -38577.0 447005 -37833.0 447716 -36388.0 448427 -35619.0 449139 -34576.0 449850 -32705.0 450562 -32090.0 451273 -32417.0 451984 -31320.0 452696 -30942.0 453407 -30261.0 454119 -30147.0 454830 -29143.0 455541 -28908.0 456253 -28382.0 456964 -27647.0 457675 -28088.0 458387 -28232.0 459098 -27675.0 459810 -27043.0 460521 -26876.0 461232 -27606.0 461944 -26268.0 462655 -26953.0 463366 -26581.0 464078 -28049.0 464789 -30010.0 465501 -30602.0 466212 -29687.0 466923 -30013.0 467635 -28511.0 468346 -27563.0 469058 -27492.0 469769 -27587.0 470480 -28951.0 471192 -38673.0 471903 -53502.0 472614 -60723.0 473326 -63874.0 474037 -65113.0 474749 -68758.0 475460 -65361.0 476171 -57715.0 476883 -51669.0 477594 -47306.0 478305 -41238.0 479017 -35982.0 479728 -33306.0 480440 -28817.0 481151 -28231.0 481862 -30447.0 482574 -35859.0 483285 -39928.0 483997 -41654.0 484708 -40869.0 485419 -40069.0 486131 -41170.0 486842 -41405.0 487553 -37664.0 488265 -37787.0 488976 -35448.0 489688 -32890.0 490399 -33142.0 491110 -848287.0 491822 -1125945.0 492533 -1061967.0 493245 -769973.0 493956 -546015.0 494667 -407015.0 495379 -322304.0 496090 -264533.0 496801 -218772.0 497513 -185161.0 498224 -158103.0 498936 -138412.0 499647 -120488.0 500358 -107479.0 501070 -95984.0 501781 -87645.0 502492 -79451.0 503204 -76428.0 503915 -71416.0 504627 -64873.0 505338 -61885.0 506049 -56579.0 506761 -54140.0 507472 -51237.0 508184 -49480.0 508895 -46526.0 509606 -43615.0 510318 -41185.0 511029 -40274.0 511740 -39591.0 512452 -38148.0 513163 -38824.0 513875 -38599.0 514586 -39065.0 515297 -37947.0 516009 -36673.0 516720 -35012.0 517432 -32644.0 518143 -32014.0 518854 -31345.0 519566 -29147.0 520277 -30092.0 520988 -29585.0 521700 -28576.0 522411 -27744.0 523123 -28369.0 523834 -27695.0 524545 -28272.0 525257 -27037.0 525968 -26014.0 526679 -26469.0 527391 -26339.0 528102 -25749.0 528814 -25680.0 529525 -25352.0 530236 -26341.0 530948 -25797.0 531659 -26417.0 532371 -28871.0 533082 -31935.0 533793 -34866.0 534505 -36415.0 535216 -34747.0 535927 -32000.0 536639 -30121.0 537350 -27005.0 538062 -27220.0 538773 -25049.0 539484 -25612.0 540196 -25036.0 540907 -25153.0 541619 -24419.0 542330 -25553.0 543041 -25113.0 543753 -25141.0 544464 -24355.0 545175 -23308.0 545887 -23066.0 546598 -22722.0 547310 -22689.0 548021 -23756.0 548732 -22971.0 549444 -24573.0 550155 -23806.0 550866 -24988.0 551578 -23870.0 552289 -22399.0 553001 -21706.0 553712 -20884.0 554423 -21194.0 555135 -21573.0 555846 -20865.0 556558 -20843.0 557269 -21129.0 557980 -21957.0 558692 -21833.0 559403 -21624.0 560114 -22009.0 560826 -21254.0 561537 -21499.0 562249 -21498.0 562960 -20992.0 563671 -20895.0 564383 -20742.0 565094 -20285.0 565806 -20386.0 566517 -20932.0 567228 -19219.0 567940 -19964.0 568651 -19602.0 569362 -20759.0 570074 -20291.0 570785 -19701.0 571497 -19887.0 572208 -19662.0 572919 -20024.0 573631 -20471.0 574342 -21538.0 575053 -31594.0 575765 -48053.0 576476 -59212.0 577188 -62714.0 577899 -60666.0 578610 -54901.0 579322 -61524.0 580033 -122317.0 580745 -241895.0 581456 -373982.0 582167 -472444.0 582879 -503475.0 583590 -377553.0 584301 -190640.0 585013 -99154.0 585724 -64101.0 586436 -47503.0 587147 -39762.0 587858 -34392.0 588570 -32472.0 589281 -29605.0 589993 -28209.0 590704 -26762.0 591415 -26868.0 592127 -25042.0 592838 -25421.0 593549 -24225.0 594261 -23322.0 594972 -24467.0 595684 -25691.0 596395 -27565.0 597106 -28284.0 597818 -29185.0 598529 -30313.0 599240 -27872.0 599952 -26722.0 600663 -25692.0 601375 -24485.0 602086 -22642.0 602797 -22806.0 603509 -22519.0 604220 -21857.0 604932 -21397.0 605643 -21380.0 606354 -21688.0 607066 -21299.0 607777 -20880.0 608488 -20694.0 609200 -20767.0 609911 -20304.0 610623 -19912.0 611334 -21049.0 612045 -19574.0 612757 -19874.0 613468 -20160.0 614180 -19826.0 614891 -19498.0 615602 -19687.0 616314 -20276.0 617025 -21288.0 617736 -23512.0 618448 -24775.0 619159 -24216.0 619871 -23110.0 620582 -22381.0 621293 -22089.0 622005 -20748.0 622716 -20605.0 623427 -19928.0 624139 -19721.0 624850 -19224.0 625562 -19318.0 626273 -19350.0 626984 -19980.0 627696 -19579.0 628407 -19773.0 629119 -19494.0 629830 -19287.0 630541 -18564.0 631253 -19024.0 631964 -19323.0 632675 -18857.0 633387 -19412.0 634098 -19390.0 634810 -18781.0 635521 -18741.0 636232 -18642.0 636944 -18999.0 637655 -19125.0 638367 -18764.0 639078 -17816.0 639789 -17511.0 640501 -18385.0 641212 -18309.0 641923 -19215.0 642635 -18454.0 643346 -18290.0 644058 -18476.0 644769 -17866.0 645480 -18879.0 646192 -18575.0 646903 -18671.0 647614 -19500.0 648326 -19525.0 649037 -18923.0 649749 -19065.0 650460 -19800.0 651171 -20062.0 651883 -20534.0 652594 -19493.0 653306 -19162.0 654017 -20266.0 654728 -28276.0 655440 -45605.0 656151 -60323.0 656862 -64327.0 657574 -55613.0 658285 -43767.0 658997 -33735.0 659708 -28091.0 660419 -24144.0 661131 -21843.0 661842 -21288.0 662553 -22103.0 663265 -23483.0 663976 -27354.0 664688 -30542.0 665399 -32731.0 666110 -32325.0 666822 -30405.0 667533 -27721.0 668245 -26585.0 668956 -24145.0 669667 -22600.0 670379 -21606.0 671090 -20657.0 671801 -22474.0 672513 -23720.0 673224 -24461.0 673936 -24250.0 674647 -23493.0 675358 -22869.0 676070 -22238.0 676781 -21307.0 677493 -21937.0 678204 -21872.0 678915 -22515.0 679627 -21951.0 680338 -21838.0 681049 -22328.0 681761 -21396.0 682472 -20704.0 683184 -19717.0 683895 -19567.0 684606 -18985.0 685318 -20657.0 686029 -23805.0 686740 -28480.0 687452 -29589.0 688163 -28867.0 688875 -25858.0 689586 -23038.0 690297 -20744.0 691009 -19539.0 691720 -19120.0 692432 -18458.0 693143 -17880.0 693854 -17828.0 694566 -17277.0 695277 -17294.0 695988 -17064.0 696700 -18103.0 697411 -17376.0 698123 -17243.0 698834 -18347.0 699545 -21954.0 700257 -24456.0 700968 -25608.0 701680 -24629.0 702391 -22502.0 703102 -20651.0 703814 -19151.0 704525 -18521.0 705236 -18355.0 705948 -18689.0 706659 -19491.0 707371 -19485.0 708082 -20246.0 708793 -20858.0 709505 -20427.0 710216 -20398.0 710927 -19854.0 711639 -19154.0 712350 -18524.0 713062 -17966.0 713773 -17487.0 714484 -17375.0 715196 -17730.0 715907 -17340.0 716619 -16578.0 717330 -17033.0 718041 -17342.0 718753 -17857.0 719464 -18585.0 720175 -19067.0 720887 -19782.0 721598 -19699.0 722310 -19371.0 723021 -18218.0 723732 -18380.0 724444 -18087.0 725155 -17486.0 725867 -17449.0 726578 -17194.0 727289 -17028.0 728001 -17290.0 728712 -17186.0 729423 -17455.0 730135 -18116.0 730846 -17272.0 731558 -18065.0 732269 -17743.0 732980 -18525.0 733692 -17861.0 734403 -17078.0 735114 -16963.0 735826 -16547.0 736537 -16830.0 737249 -17114.0 737960 -17129.0 738671 -17295.0 739383 -17155.0 740094 -19537.0 740806 -24784.0 741517 -30374.0 742228 -31786.0 742940 -31624.0 743651 -33171.0 744362 -30278.0 745074 -27680.0 745785 -25915.0 746497 -24534.0 747208 -23300.0 747919 -23008.0 748631 -22231.0 749342 -21661.0 750054 -21137.0 750765 -20902.0 751476 -20446.0 752188 -20172.0 752899 -20779.0 753610 -20244.0 754322 -19828.0 755033 -18878.0 755745 -19471.0 756456 -19035.0 757167 -18166.0 757879 -17940.0 758590 -17982.0 759301 -18311.0 760013 -17588.0 760724 -17830.0 761436 -17751.0 762147 -17672.0 762858 -17960.0 763570 -17341.0 764281 -17600.0 764993 -17135.0 765704 -17431.0 766415 -18011.0 767127 -17753.0 767838 -18080.0 768549 -18243.0 769261 -17625.0 769972 -17608.0 770684 -18018.0 771395 -18376.0 772106 -17173.0 772818 -17111.0 773529 -17044.0 774241 -17084.0 774952 -16461.0 775663 -17740.0 776375 -17424.0 777086 -17766.0 777797 -17605.0 778509 -18591.0 779220 -17736.0 779932 -17251.0 780643 -17483.0 781354 -17227.0 782066 -16365.0 782777 -15924.0 783488 -16918.0 784200 -16855.0 784911 -16333.0 785623 -16092.0 786334 -15739.0 787045 -16080.0 787757 -16083.0 788468 -16521.0 789180 -17096.0 789891 -19774.0 790602 -22380.0 791314 -25070.0 792025 -28151.0 792736 -39080.0 793448 -56272.0 794159 -61139.0 794871 -51884.0 795582 -42134.0 796293 -33472.0 797005 -27024.0 797716 -22977.0 798428 -22122.0 799139 -20593.0 799850 -19734.0 800562 -19064.0 801273 -19327.0 801984 -18219.0 802696 -18245.0 803407 -17764.0 804119 -17399.0 804830 -17260.0 805541 -17466.0 806253 -17870.0 806964 -17903.0 807675 -17684.0 808387 -18082.0 809098 -18403.0 809810 -18810.0 810521 -18130.0 811232 -18484.0 811944 -17863.0 812655 -18142.0 813367 -17293.0 814078 -17029.0 814789 -16856.0 815501 -16595.0 816212 -16383.0 816923 -16044.0 817635 -16577.0 818346 -16582.0 819058 -16068.0 819769 -16315.0 820480 -17404.0 821192 -16845.0 821903 -16113.0 822615 -17584.0 823326 -17179.0 824037 -17841.0 824749 -16745.0 825460 -17986.0 826171 -18690.0 826883 -23904.0 827594 -31334.0 828306 -41552.0 829017 -49114.0 829728 -48964.0 830440 -41101.0 831151 -34454.0 831862 -29851.0 832574 -27019.0 833285 -25159.0 833997 -24020.0 834708 -24160.0 835419 -23805.0 836131 -24629.0 836842 -26721.0 837554 -26184.0 838265 -25919.0 838976 -24281.0 839688 -21707.0 840399 -21343.0 841110 -20227.0 841822 -19920.0 842533 -19488.0 843245 -19257.0 843956 -19207.0 844667 -19478.0 845379 -19772.0 846090 -19121.0 846802 -18764.0 847513 -18491.0 848224 -17834.0 848936 -18120.0 849647 -17965.0 850358 -20298.0 851070 -26498.0 851781 -36716.0 852493 -44218.0 853204 -43846.0 853915 -37922.0 854627 -30973.0 855338 -24845.0 856049 -22065.0 856761 -20692.0 857472 -20284.0 858184 -18915.0 858895 -18063.0 859606 -18529.0 860318 -17633.0 861029 -18856.0 861741 -18799.0 862452 -19471.0 863163 -22463.0 863875 -38700.0 864586 -94119.0 865297 -191473.0 866009 -316021.0 866720 -428935.0 867432 -466317.0 868143 -300773.0 868854 -128107.0 869566 -62577.0 870277 -42933.0 870988 -34114.0 871700 -29982.0 872411 -27215.0 873123 -25678.0 873834 -23897.0 874545 -22992.0 875257 -22445.0 875968 -21545.0 876680 -21711.0 877391 -21063.0 878102 -20735.0 878814 -21339.0 879525 -22610.0 880236 -24583.0 880948 -25810.0 881659 -26266.0 882371 -25121.0 883082 -23918.0 883793 -22273.0 884505 -21934.0 885216 -21303.0 885928 -20968.0 886639 -20352.0 887350 -19566.0 888062 -19908.0 888773 -18580.0 889484 -18491.0 890196 -18956.0 890907 -18940.0 891619 -18607.0 892330 -18618.0 893041 -18817.0 893753 -18646.0 894464 -19597.0 895175 -18214.0 895887 -17501.0 896598 -17808.0 897310 -19271.0 898021 -29005.0 898732 -57365.0 899444 -98620.0 900155 -126057.0 900867 -116253.0 901578 -82064.0 902289 -51312.0 903001 -42872.0 903712 -64162.0 904423 -101989.0 905135 -122916.0 905846 -106292.0 906558 -73267.0 907269 -49460.0 907980 -37017.0 908692 -29623.0 909403 -26622.0 910115 -25061.0 910826 -22790.0 911537 -22099.0 912249 -21858.0 912960 -21200.0 913671 -20544.0 914383 -20586.0 915094 -20747.0 915806 -20240.0 916517 -19125.0 917228 -19038.0 917940 -19282.0 918651 -18913.0 919362 -20424.0 920074 -20745.0 920785 -22755.0 921497 -23622.0 922208 -22008.0 922919 -21049.0 923631 -19632.0 924342 -19492.0 925054 -19073.0 925765 -18645.0 926476 -19315.0 927188 -18575.0 927899 -18459.0 928610 -18737.0 929322 -19418.0 930033 -20960.0 930745 -21582.0 931456 -21486.0 932167 -20619.0 932879 -18550.0 933590 -19233.0 934302 -18402.0 935013 -18462.0 935724 -17595.0 936436 -17649.0 937147 -16160.0 937858 -16977.0 938570 -16521.0 939281 -17015.0 939993 -16792.0 940704 -15912.0 941415 -16306.0 942127 -17363.0 942838 -24992.0 943549 -39908.0 944261 -55573.0 944972 -56732.0 945684 -46833.0 946395 -36321.0 947106 -28988.0 947818 -25168.0 948529 -23514.0 949241 -24292.0 949952 -28148.0 950663 -30193.0 951375 -29379.0 952086 -27048.0 952797 -23816.0 953509 -23058.0 954220 -20866.0 954932 -19845.0 955643 -20181.0 956354 -19912.0 957066 -21072.0 957777 -23540.0 958489 -26620.0 959200 -32683.0 959911 -38508.0 960623 -38253.0 961334 -35698.0 962045 -32605.0 962757 -27137.0 963468 -23955.0 964180 -20646.0 964891 -19743.0 965602 -19283.0 966314 -19831.0 967025 -19826.0 967736 -18757.0 968448 -18865.0 969159 -18817.0 969871 -20167.0 970582 -18834.0 971293 -18402.0 972005 -18442.0 972716 -17323.0 973428 -17870.0 974139 -18784.0 974850 -19493.0 975562 -19314.0 976273 -19920.0 976984 -19832.0 977696 -22788.0 978407 -23723.0 979119 -24067.0 979830 -21422.0 980541 -20360.0 981253 -19313.0 981964 -17476.0 982676 -17315.0 983387 -17480.0 984098 -16900.0 984810 -17198.0 985521 -16816.0 986232 -17131.0 986944 -17357.0 987655 -17302.0 988367 -16190.0 989078 -17227.0 989789 -16661.0 990501 -16804.0 991212 -16695.0 991923 -16985.0 992635 -16799.0 993346 -16982.0 994058 -16642.0 994769 -17453.0 995480 -18409.0 996192 -20225.0 996903 -22863.0 997615 -27726.0 998326 -45332.0 999037 -96336.0 999749 -178518.0 1000460 -293881.0 1001171 -426698.0 1001883 -528910.0 1002594 -441119.0 1003306 -339683.0 1004017 -370384.0 1004728 -426256.0 1005440 -354325.0 1006151 -154155.0 1006863 -60052.0 1007574 -37742.0 1008285 -30976.0 1008997 -27151.0 1009708 -25880.0 1010419 -24126.0 1011131 -22421.0 1011842 -21352.0 1012554 -21617.0 1013265 -20450.0 1013976 -20681.0 1014688 -21530.0 1015399 -23987.0 1016110 -24431.0 1016822 -23518.0 1017533 -23108.0 1018245 -22991.0 1018956 -23859.0 1019667 -23635.0 1020379 -23618.0 1021090 -21324.0 1021802 -20896.0 1022513 -19924.0 1023224 -19484.0 1023936 -19204.0 1024647 -19024.0 1025358 -17811.0 1026070 -18194.0 1026781 -18032.0 1027493 -17838.0 1028204 -17857.0 1028915 -17994.0 1029627 -18143.0 1030338 -17491.0 1031050 -16873.0 1031761 -17217.0 1032472 -16996.0 1033184 -17798.0 1033895 -21940.0 1034606 -36283.0 1035318 -62944.0 1036029 -77515.0 1036741 -69845.0 1037452 -48224.0 1038163 -34465.0 1038875 -25967.0 1039586 -22205.0 1040297 -20355.0 1041009 -19109.0 1041720 -19062.0 1042432 -23091.0 1043143 -39952.0 1043854 -96262.0 1044566 -182895.0 1045277 -234976.0 1045989 -205946.0 1046700 -125143.0 1047411 -69463.0 1048123 -43556.0 1048834 -32659.0 1049545 -26705.0 1050257 -25087.0 1050968 -23715.0 1051680 -23937.0 1052391 -25401.0 1053102 -28514.0 1053814 -28720.0 1054525 -26816.0 1055237 -24057.0 1055948 -21380.0 1056659 -20394.0 1057371 -19624.0 1058082 -19074.0 1058793 -19352.0 1059505 -18209.0 1060216 -19905.0 1060928 -18633.0 1061639 -18553.0 1062350 -19257.0 1063062 -18460.0 1063773 -18975.0 1064484 -17634.0 1065196 -18032.0 1065907 -17906.0 1066619 -16978.0 1067330 -17675.0 1068041 -17615.0 1068753 -17656.0 1069464 -17737.0 1070176 -18205.0 1070887 -17164.0 1071598 -16926.0 1072310 -16700.0 1073021 -16903.0 1073732 -16844.0 1074444 -16123.0 1075155 -17646.0 1075867 -16451.0 1076578 -16598.0 1077289 -16688.0 1078001 -17296.0 1078712 -17334.0 1079423 -17103.0 1080135 -17645.0 1080846 -16903.0 1081558 -17092.0 1082269 -15660.0 1082980 -16418.0 1083692 -15875.0 1084403 -16206.0 1085115 -16461.0 1085826 -15466.0 1086537 -16617.0 1087249 -16301.0 1087960 -18061.0 1088671 -17344.0 1089383 -17844.0 1090094 -18239.0 1090806 -17564.0 1091517 -16980.0 1092228 -17047.0 1092940 -16706.0 1093651 -16417.0 1094363 -16385.0 1095074 -15916.0 1095785 -16138.0 1096497 -15700.0 1097208 -15606.0 1097919 -16246.0 1098631 -15390.0 1099342 -16089.0 1100054 -15939.0 1100765 -18198.0 1101476 -19616.0 1102188 -22315.0 1102899 -20491.0 1103610 -20059.0 1104322 -18892.0 1105033 -18422.0 1105745 -18459.0 1106456 -18132.0 1107167 -19000.0 1107879 -17659.0 1108590 -18386.0 1109302 -18456.0 1110013 -17511.0 1110724 -17420.0 1111436 -17079.0 1112147 -16624.0 1112858 -16449.0 1113570 -15614.0 1114281 -16177.0 1114993 -16595.0 1115704 -17755.0 1116415 -17592.0 1117127 -18664.0 1117838 -18438.0 1118550 -17836.0 1119261 -17292.0 1119972 -17070.0 1120684 -16800.0 1121395 -17676.0 1122106 -18686.0 1122818 -20858.0 1123529 -22115.0 1124241 -22222.0 1124952 -20087.0 1125663 -18739.0 1126375 -17807.0 1127086 -18403.0 1127797 -17190.0 1128509 -16998.0 1129220 -16598.0 1129932 -16742.0 1130643 -16557.0 1131354 -16065.0 1132066 -15197.0 1132777 -15817.0 1133489 -16132.0 1134200 -16376.0 1134911 -16736.0 1135623 -17822.0 1136334 -17950.0 1137045 -17897.0 1137757 -17893.0 1138468 -18974.0 1139180 -18605.0 1139891 -18288.0 1140602 -18394.0 1141314 -18245.0 1142025 -17499.0 1142737 -16843.0 1143448 -16569.0 1144159 -16027.0 1144871 -16204.0 1145582 -16051.0 1146293 -16170.0 1147005 -17656.0 1147716 -18126.0 1148428 -21241.0 1149139 -21559.0 1149850 -20859.0 1150562 -18338.0 1151273 -16732.0 1151984 -16471.0 1152696 -16573.0 1153407 -16231.0 1154119 -16289.0 1154830 -16839.0 1155541 -18362.0 1156253 -18892.0 1156964 -17434.0 1157676 -17110.0 1158387 -16909.0 1159098 -15603.0 1159810 -16711.0 1160521 -16923.0 1161232 -17093.0 1161944 -16895.0 1162655 -17381.0 1163367 -18147.0 1164078 -18157.0 1164789 -18873.0 1165501 -19965.0 1166212 -19615.0 1166924 -18616.0 1167635 -23644.0 1168346 -32838.0 1169058 -41624.0 1169769 -44624.0 1170480 -34974.0 1171192 -28559.0 1171903 -22541.0 1172615 -20265.0 1173326 -17284.0 1174037 -18347.0 1174749 -20521.0 1175460 -28354.0 1176171 -43267.0 1176883 -53913.0 1177594 -51381.0 1178306 -40240.0 1179017 -29644.0 1179728 -24587.0 1180440 -21579.0 1181151 -20322.0 1181863 -19254.0 1182574 -18683.0 1183285 -18277.0 1183997 -17800.0 1184708 -18560.0 1185419 -19032.0 1186131 -19170.0 1186842 -19050.0 1187554 -19723.0 1188265 -18624.0 1188976 -19322.0 1189688 -18889.0 1190399 -18531.0 1191111 -18579.0 1191822 -18520.0 1192533 -19061.0 1193245 -19768.0 1193956 -20021.0 1194667 -19343.0 1195379 -20041.0 1196090 -17232.0 1196802 -18099.0 1197513 -17540.0 1198224 -17162.0 1198936 -16437.0 1199647 -16991.0 1200358 -17998.0 1201070 -21767.0 1201781 -32982.0 1202493 -46427.0 1203204 -48036.0 1203915 -40717.0 1204627 -28771.0 1205338 -23704.0 1206050 -20233.0 1206761 -19792.0 1207472 -21812.0 1208184 -25575.0 1208895 -28751.0 1209606 -28515.0 1210318 -25388.0 1211029 -22065.0 1211741 -19420.0 1212452 -17665.0 1213163 -17358.0 1213875 -16993.0 1214586 -17846.0 1215298 -16610.0 1216009 -17738.0 1216720 -18516.0 1217432 -19036.0 1218143 -18124.0 1218854 -17633.0 1219566 -18296.0 1220277 -17504.0 1220989 -19041.0 1221700 -20465.0 1222411 -20736.0 1223123 -20152.0 1223834 -18071.0 1224545 -16760.0 1225257 -17093.0 1225968 -17019.0 1226680 -16569.0 1227391 -17066.0 1228102 -18573.0 1228814 -23694.0 1229525 -39680.0 1230237 -61248.0 1230948 -69552.0 1231659 -58892.0 1232371 -40759.0 1233082 -28402.0 1233793 -22582.0 1234505 -20193.0 1235216 -17509.0 1235928 -17089.0 1236639 -16579.0 1237350 -17152.0 1238062 -16660.0 1238773 -17161.0 1239485 -16730.0 1240196 -16132.0 1240907 -16360.0 1241619 -15916.0 1242330 -15865.0 1243041 -16344.0 1243753 -16064.0 1244464 -16045.0 1245176 -16054.0 1245887 -16724.0 1246598 -15928.0 1247310 -16000.0 1248021 -16482.0 1248732 -16681.0 1249444 -17797.0 1250155 -19273.0 1250867 -20357.0 1251578 -20014.0 1252289 -20176.0 1253001 -20310.0 1253712 -25826.0 1254424 -36115.0 1255135 -43594.0 1255846 -40101.0 1256558 -32623.0 1257269 -26564.0 1257980 -24790.0 1258692 -26286.0 1259403 -29606.0 1260115 -31555.0 1260826 -29861.0 1261537 -24320.0 1262249 -21125.0 1262960 -18798.0 1263672 -17986.0 1264383 -17786.0 1265094 -18686.0 1265806 -17765.0 1266517 -17323.0 1267228 -17330.0 1267940 -16597.0 1268651 -16839.0 1269363 -16792.0 1270074 -17552.0 1270785 -16759.0 1271497 -17281.0 1272208 -17108.0 1272919 -16066.0 1273631 -15963.0 1274342 -15421.0 1275054 -14647.0 1275765 -15055.0 1276476 -15119.0 1277188 -15818.0 1277899 -15824.0 1278611 -16367.0 1279322 -16353.0 1280033 -17121.0 1280745 -15522.0 1281456 -16027.0 1282167 -17070.0 1282879 -17168.0 1283590 -16177.0 1284302 -16198.0 1285013 -16591.0 1285724 -14979.0 1286436 -15052.0 1287147 -14842.0 1287859 -14759.0 1288570 -16067.0 1289281 -17663.0 1289993 -22872.0 1290704 -28977.0 1291415 -43696.0 1292127 -73331.0 1292838 -112682.0 1293550 -124574.0 1294261 -98789.0 1294972 -61062.0 1295684 -36217.0 1296395 -23895.0 1297106 -19193.0 1297818 -18240.0 1298529 -17243.0 1299241 -16863.0 1299952 -15855.0 1300663 -16384.0 1301375 -16569.0 1302086 -17445.0 1302798 -16232.0 1303509 -16451.0 1304220 -16125.0 1304932 -17978.0 1305643 -21198.0 1306354 -26326.0 1307066 -30240.0 1307777 -29502.0 1308489 -25309.0 1309200 -21431.0 1309911 -18510.0 1310623 -18529.0 1311334 -21914.0 1312045 -28992.0 1312757 -36506.0 1313468 -37850.0 1314180 -37571.0 1314891 -42835.0 1315602 -51657.0 1316314 -53769.0 1317025 -45584.0 1317737 -33511.0 1318448 -26069.0 1319159 -21435.0 1319871 -18865.0 1320582 -18332.0 1321293 -17207.0 1322005 -16794.0 1322716 -15711.0 1323428 -15846.0 1324139 -16263.0 1324850 -16818.0 1325562 -16723.0 1326273 -16370.0 1326985 -16270.0 1327696 -16368.0 1328407 -15281.0 1329119 -16002.0 1329830 -15320.0 1330541 -14867.0 1331253 -15170.0 1331964 -15451.0 1332676 -15202.0 1333387 -15103.0 1334098 -15474.0 1334810 -15198.0 1335521 -15581.0 1336232 -15679.0 1336944 -15007.0 1337655 -14884.0 1338367 -15158.0 1339078 -15198.0 1339789 -16500.0 1340501 -16805.0 1341212 -19095.0 1341924 -21365.0 1342635 -24460.0 1343346 -26030.0 1344058 -24360.0 1344769 -21070.0 1345480 -18346.0 1346192 -17338.0 1346903 -15491.0 1347615 -15818.0 1348326 -15935.0 1349037 -15603.0 1349749 -15979.0 1350460 -16164.0 1351172 -17099.0 1351883 -17858.0 1352594 -17310.0 1353306 -17057.0 1354017 -16590.0 1354728 -16214.0 1355440 -16117.0 1356151 -15560.0 1356863 -16437.0 1357574 -16067.0 1358285 -15657.0 1358997 -15702.0 1359708 -15381.0 1360419 -16264.0 1361131 -16393.0 1361842 -17782.0 1362554 -20173.0 1363265 -20879.0 1363976 -21223.0 1364688 -20473.0 1365399 -18797.0 1366111 -18224.0 1366822 -17434.0 1367533 -16395.0 1368245 -17128.0 1368956 -17140.0 1369667 -17990.0 1370379 -18648.0 1371090 -19322.0 1371802 -19832.0 1372513 -20787.0 1373224 -19748.0 1373936 -20691.0 1374647 -20574.0 1375359 -18755.0 1376070 -18469.0 1376781 -17071.0 1377493 -17416.0 1378204 -18161.0 1378915 -18734.0 1379627 -24081.0 1380338 -39714.0 1381050 -72319.0 1381761 -113890.0 1382472 -162295.0 1383184 -216976.0 1383895 -263528.0 1384606 -263185.0 1385318 -168873.0 1386029 -77578.0 1386741 -45981.0 1387452 -35183.0 1388163 -30101.0 1388875 -28529.0 1389586 -25625.0 1390298 -24144.0 1391009 -23399.0 1391720 -22504.0 1392432 -21475.0 1393143 -20482.0 1393854 -20428.0 1394566 -19995.0 1395277 -20550.0 1395989 -19946.0 1396700 -20019.0 1397411 -20150.0 1398123 -20298.0 1398834 -19639.0 1399546 -20249.0 1400257 -18558.0 1400968 -18169.0 1401680 -17678.0 1402391 -18864.0 1403102 -20784.0 1403814 -23283.0 1404525 -23814.0 1405237 -21535.0 1405948 -20762.0 1406659 -19797.0 1407371 -18776.0 1408082 -19436.0 1408793 -20721.0 1409505 -21124.0 1410216 -20634.0 1410928 -18404.0 1411639 -17267.0 1412350 -17142.0 1413062 -16506.0 1413773 -16886.0 1414485 -17737.0 1415196 -17881.0 1415907 -16554.0 1416619 -16374.0 1417330 -16569.0 1418041 -16426.0 1418753 -17720.0 1419464 -17501.0 1420176 -17790.0 1420887 -18913.0 1421598 -21110.0 1422310 -22277.0 1423021 -23614.0 1423733 -24317.0 1424444 -23884.0 1425155 -23195.0 1425867 -22559.0 1426578 -21213.0 1427289 -21523.0 1428001 -20212.0 1428712 -21134.0 1429424 -21472.0 1430135 -21713.0 1430846 -20462.0 1431558 -20015.0 1432269 -19154.0 1432980 -19280.0 1433692 -19354.0 1434403 -18877.0 1435115 -18644.0 1435826 -20662.0 1436537 -20609.0 1437249 -21438.0 1437960 -21798.0 1438672 -22130.0 1439383 -22522.0 1440094 -20656.0 1440806 -20345.0 1441517 -20746.0 1442228 -21432.0 1442940 -22022.0 1443651 -25239.0 1444363 -31035.0 1445074 -46901.0 1445785 -70645.0 1446497 -89620.0 1447208 -91705.0 1447920 -69930.0 1448631 -46541.0 1449342 -33208.0 1450054 -26706.0 1450765 -26225.0 1451476 -25036.0 1452188 -25152.0 1452899 -24895.0 1453611 -25626.0 1454322 -26210.0 1455033 -26974.0 1455745 -28056.0 1456456 -27229.0 1457167 -26346.0 1457879 -23707.0 1458590 -22757.0 1459302 -20671.0 1460013 -20120.0 1460724 -19983.0 1461436 -19556.0 1462147 -19422.0 1462859 -18623.0 1463570 -19050.0 1464281 -18104.0 1464993 -17612.0 1465704 -17972.0 1466415 -18823.0 1467127 -18912.0 1467838 -22568.0 1468550 -28369.0 1469261 -35881.0 1469972 -37274.0 1470684 -35515.0 1471395 -29977.0 1472107 -25817.0 1472818 -23290.0 1473529 -24298.0 1474241 -29369.0 1474952 -39002.0 1475663 -45436.0 1476375 -40787.0 1477086 -33320.0 1477798 -25842.0 1478509 -22798.0 1479220 -21339.0 1479932 -23934.0 1480643 -23965.0 1481354 -24572.0 1482066 -24705.0 1482777 -22658.0 1483489 -20480.0 1484200 -19754.0 1484911 -18376.0 1485623 -20117.0 1486334 -20458.0 1487046 -22749.0 1487757 -23620.0 1488468 -25290.0 1489180 -24949.0 1489891 -23813.0 1490602 -21177.0 1491314 -20064.0 1492025 -19618.0 1492737 -18546.0 1493448 -19281.0 1494159 -17670.0 1494871 -17321.0 1495582 -17363.0 1496294 -17473.0 1497005 -17500.0 1497716 -18612.0 1498428 -17395.0 1499139 -17049.0 1499850 -17483.0 1500562 -17977.0 1501273 -18602.0 1501985 -18743.0 1502696 -17672.0 1503407 -17311.0 1504119 -17443.0 1504830 -17661.0 1505541 -19690.0 1506253 -23276.0 1506964 -26499.0 1507676 -26921.0 1508387 -26511.0 1509098 -23078.0 1509810 -21267.0 1510521 -19848.0 1511233 -20570.0 1511944 -24360.0 1512655 -30327.0 1513367 -31579.0 1514078 -28820.0 1514789 -25241.0 1515501 -23001.0 1516212 -21412.0 1516924 -21573.0 1517635 -21800.0 1518346 -21124.0 1519058 -20268.0 1519769 -19653.0 1520480 -19229.0 1521192 -18415.0 1521903 -17587.0 1522615 -16845.0 1523326 -16799.0 1524037 -16796.0 1524749 -18209.0 1525460 -19595.0 1526172 -19664.0 1526883 -19089.0 1527594 -18155.0 1528306 -16808.0 1529017 -16926.0 1529728 -16845.0 1530440 -17190.0 1531151 -18680.0 1531863 -18841.0 1532574 -19995.0 1533285 -22010.0 1533997 -24969.0 1534708 -30494.0 1535420 -37409.0 1536131 -40646.0 1536842 -35318.0 1537554 -27961.0 1538265 -22408.0 1538976 -20868.0 1539688 -21700.0 1540399 -21343.0 1541111 -21476.0 1541822 -19056.0 1542533 -18749.0 1543245 -17964.0 1543956 -17377.0 1544667 -17281.0 1545379 -17696.0 1546090 -17339.0 1546802 -17653.0 1547513 -18050.0 1548224 -18264.0 1548936 -18707.0 1549647 -18248.0 1550359 -18041.0 1551070 -17813.0 1551781 -17580.0 1552493 -17406.0 1553204 -17808.0 1553915 -18144.0 1554627 -19331.0 1555338 -18608.0 1556050 -19106.0 1556761 -18574.0 1557472 -18232.0 1558184 -18501.0 1558895 -17649.0 1559607 -18592.0 1560318 -24396.0 1561029 -39469.0 1561741 -68289.0 1562452 -110651.0 1563163 -160706.0 1563875 -208458.0 1564586 -246685.0 1565298 -218502.0 1566009 -123527.0 1566720 -60144.0 1567432 -41792.0 1568143 -33043.0 1568854 -31384.0 1569566 -29680.0 1570277 -28280.0 1570989 -27575.0 1571700 -25578.0 1572411 -24036.0 1573123 -22880.0 1573834 -22073.0 1574546 -21209.0 1575257 -20847.0 1575968 -20116.0 1576680 -20471.0 1577391 -19851.0 1578102 -20410.0 1578814 -21262.0 1579525 -22092.0 1580237 -23631.0 1580948 -23031.0 1581659 -25705.0 1582371 -28264.0 1583082 -30794.0 1583794 -28893.0 1584505 -26083.0 1585216 -23085.0 1585928 -20586.0 1586639 -19066.0 1587350 -19284.0 1588062 -18483.0 1588773 -19315.0 1589485 -21293.0 1590196 -21651.0 1590907 -21268.0 1591619 -20647.0 1592330 -19262.0 1593041 -18530.0 1593753 -17532.0 1594464 -17590.0 1595176 -17766.0 1595887 -16691.0 1596598 -17657.0 1597310 -18676.0 1598021 -18198.0 1598733 -18235.0 1599444 -18827.0 1600155 -18895.0 1600867 -18285.0 1601578 -17720.0 1602289 -17815.0 1603001 -17887.0 1603712 -18170.0 1604424 -19276.0 1605135 -20186.0 1605846 -23398.0 1606558 -30379.0 1607269 -35101.0 1607981 -34209.0 1608692 -29706.0 1609403 -26412.0 1610115 -28257.0 1610826 -35228.0 1611537 -42076.0 1612249 -41928.0 1612960 -34438.0 1613672 -29599.0 1614383 -30224.0 1615094 -34380.0 1615806 -33840.0 1616517 -30469.0 1617228 -25664.0 1617940 -21306.0 1618651 -20168.0 1619363 -21838.0 1620074 -32642.0 1620785 -59478.0 1621497 -106672.0 1622208 -161609.0 1622920 -195407.0 1623631 -176140.0 1624342 -106970.0 1625054 -56840.0 1625765 -36694.0 1626476 -28660.0 1627188 -25435.0 1627899 -23180.0 1628611 -21963.0 1629322 -21120.0 1630033 -20880.0 1630745 -20126.0 1631456 -20367.0 1632168 -20167.0 1632879 -19849.0 1633590 -19276.0 1634302 -18967.0 1635013 -20278.0 1635724 -24212.0 1636436 -29369.0 1637147 -35409.0 1637859 -34659.0 1638570 -28990.0 1639281 -24427.0 1639993 -21259.0 1640704 -19853.0 1641415 -20140.0 1642127 -21099.0 1642838 -22353.0 1643550 -23727.0 1644261 -22293.0 1644972 -21746.0 1645684 -20648.0 1646395 -20133.0 1647107 -20584.0 1647818 -19664.0 1648529 -18873.0 1649241 -18903.0 1649952 -17797.0 1650663 -17677.0 1651375 -17953.0 1652086 -17516.0 1652798 -16891.0 1653509 -16202.0 1654220 -16353.0 1654932 -16482.0 1655643 -16280.0 1656355 -17378.0 1657066 -17775.0 1657777 -18410.0 1658489 -19813.0 1659200 -22899.0 1659911 -27943.0 1660623 -33911.0 1661334 -32780.0 1662046 -29664.0 1662757 -24497.0 1663468 -23480.0 1664180 -23808.0 1664891 -23157.0 1665602 -22731.0 1666314 -21152.0 1667025 -20763.0 1667737 -21752.0 1668448 -24007.0 1669159 -27629.0 1669871 -28135.0 1670582 -28153.0 1671294 -26877.0 1672005 -26134.0 1672716 -25495.0 1673428 -26732.0 1674139 -36133.0 1674850 -52313.0 1675562 -77130.0 1676273 -97636.0 1676985 -93513.0 1677696 -72513.0 1678407 -46727.0 1679119 -32888.0 1679830 -27043.0 1680542 -25130.0 1681253 -23718.0 1681964 -22702.0 1682676 -21638.0 1683387 -20467.0 1684098 -19716.0 1684810 -18026.0 1685521 -18202.0 1686233 -17776.0 1686944 -18439.0 1687655 -22903.0 1688367 -38022.0 1689078 -49801.0 1689789 -61956.0 1690501 -56963.0 1691212 -49508.0 1691924 -44905.0 1692635 -41659.0 1693346 -44531.0 1694058 -49257.0 1694769 -52289.0 1695481 -48357.0 1696192 -40469.0 1696903 -34799.0 1697615 -29093.0 1698326 -26666.0 1699037 -26064.0 1699749 -25717.0 1700460 -23627.0 1701172 -23496.0 1701883 -23162.0 1702594 -22530.0 1703306 -21885.0 1704017 -21354.0 1704729 -21196.0 1705440 -21555.0 1706151 -20834.0 1706863 -20280.0 1707574 -20750.0 1708285 -19794.0 1708997 -20217.0 1709708 -19829.0 1710420 -19025.0 1711131 -19250.0 1711842 -20170.0 1712554 -19187.0 1713265 -18925.0 1713976 -18499.0 1714688 -18395.0 1715399 -20289.0 1716111 -19794.0 1716822 -19361.0 1717533 -18625.0 1718245 -18255.0 1718956 -19460.0 1719668 -20661.0 1720379 -22554.0 1721090 -22579.0 1721802 -22610.0 1722513 -20598.0 1723224 -20512.0 1723936 -20402.0 1724647 -20516.0 1725359 -20364.0 1726070 -20549.0 1726781 -20538.0 1727493 -20448.0 1728204 -21638.0 1728915 -24197.0 1729627 -25060.0 1730338 -23952.0 1731050 -22565.0 1731761 -21641.0 1732472 -20213.0 1733184 -19404.0 1733895 -18426.0 1734607 -17284.0 1735318 -17801.0 1736029 -17284.0 1736741 -18428.0 1737452 -20365.0 1738163 -20179.0 1738875 -19991.0 1739586 -19382.0 1740298 -18936.0 1741009 -18355.0 1741720 -16565.0 1742432 -17058.0 1743143 -17471.0 1743855 -16477.0 1744566 -16387.0 1745277 -16667.0 1745989 -17193.0 1746700 -16902.0 1747411 -17548.0 1748123 -17644.0 1748834 -17853.0 1749546 -18311.0 1750257 -17522.0 1750968 -17134.0 1751680 -16094.0 1752391 -16327.0 1753102 -16024.0 1753814 -16639.0 1754525 -15727.0 1755237 -16739.0 1755948 -17117.0 1756659 -16305.0 1757371 -16122.0 1758082 -16482.0 1758794 -16167.0 1759505 -16744.0 1760216 -16908.0 1760928 -16761.0 1761639 -16862.0 1762350 -16630.0 1763062 -15968.0 1763773 -17229.0 1764485 -18290.0 1765196 -20517.0 1765907 -21803.0 1766619 -21682.0 1767330 -19934.0 1768042 -18262.0 1768753 -17777.0 1769464 -17370.0 1770176 -17791.0 1770887 -16727.0 1771598 -16765.0 1772310 -16636.0 1773021 -15918.0 1773733 -15755.0 1774444 -17888.0 1775155 -17880.0 1775867 -19853.0 1776578 -20230.0 1777289 -19021.0 1778001 -18270.0 1778712 -17794.0 1779424 -15967.0 1780135 -16740.0 1780846 -16212.0 1781558 -15817.0 1782269 -15876.0 1782981 -15363.0 1783692 -15386.0 1784403 -16540.0 1785115 -17197.0 1785826 -18387.0 1786537 -17471.0 1787249 -16985.0 1787960 -16532.0 1788672 -16950.0 1789383 -17202.0 1790094 -18424.0 1790806 -18770.0 1791517 -19181.0 1792229 -17854.0 1792940 -16966.0 1793651 -17975.0 1794363 -20750.0 1795074 -27724.0 1795785 -40451.0 1796497 -46991.0 1797208 -45066.0 1797920 -34180.0 1798631 -25162.0 1799342 -20685.0 1800054 -17893.0 1800765 -17707.0 1801476 -17817.0 1802188 -15774.0 1802899 -17111.0 1803611 -18552.0 1804322 -19512.0 1805033 -20033.0 1805745 -19342.0 1806456 -19922.0 1807168 -18817.0 1807879 -18924.0 1808590 -19030.0 1809302 -18497.0 1810013 -18389.0 1810724 -18134.0 1811436 -18264.0 1812147 -18017.0 1812859 -18448.0 1813570 -18640.0 1814281 -18981.0 1814993 -19678.0 1815704 -19549.0 1816416 -19582.0 1817127 -19296.0 1817838 -19026.0 1818550 -19249.0 1819261 -20721.0 1819972 -20387.0 1820684 -20689.0 1821395 -19573.0 1822107 -19546.0 1822818 -18831.0 1823529 -20038.0 1824241 -21283.0 1824952 -22496.0 1825663 -27342.0 1826375 -41410.0 1827086 -82358.0 1827798 -167555.0 1828509 -285636.0 1829220 -374518.0 1829932 -343774.0 1830643 -213997.0 1831355 -101123.0 1832066 -50966.0 1832777 -34253.0 1833489 -29842.0 1834200 -27364.0 1834911 -27696.0 1835623 -25459.0 1836334 -24516.0 1837046 -23208.0 1837757 -22853.0 1838468 -22740.0 1839180 -22829.0 1839891 -21665.0 1840603 -21026.0 1841314 -20467.0 1842025 -19984.0 1842737 -19146.0 1843448 -19817.0 1844159 -20157.0 1844871 -19801.0 1845582 -19427.0 1846294 -20446.0 1847005 -18970.0 1847716 -20999.0 1848428 -21480.0 1849139 -22895.0 1849850 -22510.0 1850562 -21539.0 1851273 -20714.0 1851985 -19550.0 1852696 -19349.0 1853407 -18800.0 1854119 -19158.0 1854830 -20681.0 1855542 -21337.0 1856253 -22516.0 1856964 -20807.0 1857676 -19786.0 1858387 -18766.0 1859098 -18088.0 1859810 -18541.0 1860521 -18252.0 1861233 -17499.0 1861944 -17220.0 1862655 -17114.0 1863367 -17785.0 1864078 -17709.0 1864790 -17874.0 1865501 -17203.0 1866212 -17725.0 1866924 -18074.0 1867635 -17721.0 1868346 -17527.0 1869058 -18361.0 1869769 -18184.0 1870481 -17648.0 1871192 -17188.0 1871903 -17038.0 1872615 -16779.0 1873326 -17374.0 1874037 -17281.0 1874749 -17398.0 1875460 -18638.0 1876172 -19623.0 1876883 -20753.0 1877594 -19001.0 1878306 -17992.0 1879017 -17080.0 1879729 -16665.0 1880440 -15986.0 1881151 -16675.0 1881863 -18115.0 1882574 -18535.0 1883285 -20597.0 1883997 -24834.0 1884708 -29812.0 1885420 -31991.0 1886131 -31544.0 1886842 -29596.0 1887554 -27191.0 1888265 -24806.0 1888977 -23350.0 1889688 -21732.0 1890399 -20348.0 1891111 -19460.0 1891822 -18691.0 1892533 -19750.0 1893245 -19788.0 1893956 -20176.0 1894668 -19117.0 1895379 -17969.0 1896090 -16892.0 1896802 -16737.0 1897513 -16337.0 1898224 -16404.0 1898936 -16387.0 1899647 -16622.0 1900359 -15858.0 1901070 -16087.0 1901781 -15391.0 1902493 -16029.0 1903204 -16095.0 1903916 -17687.0 1904627 -17733.0 1905338 -18946.0 1906050 -19300.0 1906761 -20118.0 1907472 -18680.0 1908184 -18264.0 1908895 -19535.0 1909607 -19160.0 1910318 -19728.0 1911029 -18709.0 1911741 -19840.0 1912452 -21416.0 1913164 -23834.0 1913875 -26534.0 1914586 -27130.0 1915298 -25275.0 1916009 -22892.0 1916720 -20464.0 1917432 -19247.0 1918143 -17853.0 1918855 -17674.0 1919566 -16916.0 1920277 -17641.0 1920989 -16868.0 1921700 -16241.0 1922411 -16274.0 1923123 -15811.0 1923834 -16138.0 1924546 -15971.0 1925257 -16668.0 1925968 -15588.0 1926680 -16227.0 1927391 -15949.0 1928103 -16661.0 1928814 -16022.0 1929525 -17239.0 1930237 -18916.0 1930948 -22127.0 1931659 -26491.0 1932371 -31421.0 1933082 -36825.0 1933794 -42186.0 1934505 -42463.0 1935216 -36965.0 1935928 -28564.0 1936639 -23181.0 1937350 -19591.0 1938062 -17622.0 1938773 -16461.0 1939485 -15809.0 1940196 -15843.0 1940907 -15955.0 1941619 -16720.0 1942330 -16362.0 1943042 -16846.0 1943753 -16732.0 1944464 -17143.0 1945176 -16465.0 1945887 -17560.0 1946598 -17919.0 1947310 -17557.0 1948021 -16988.0 1948733 -17627.0 1949444 -16344.0 1950155 -16446.0 1950867 -16714.0 1951578 -17768.0 1952290 -19008.0 1953001 -19249.0 1953712 -19288.0 1954424 -20035.0 1955135 -20044.0 1955846 -20645.0 1956558 -20635.0 1957269 -20158.0 1957981 -19989.0 1958692 -19985.0 1959403 -22102.0 1960115 -24173.0 1960826 -26669.0 1961537 -26396.0 1962249 -24138.0 1962960 -22681.0 1963672 -20370.0 1964383 -19862.0 1965094 -21745.0 1965806 -23812.0 1966517 -29024.0 1967229 -32111.0 1967940 -30435.0 1968651 -27635.0 1969363 -24922.0 1970074 -22833.0 1970785 -21653.0 1971497 -20475.0 1972208 -22176.0 1972920 -25557.0 1973631 -33538.0 1974342 -42077.0 1975054 -47460.0 1975765 -46876.0 1976477 -38085.0 1977188 -30040.0 1977899 -26659.0 1978611 -24003.0 1979322 -22449.0 1980033 -22032.0 1980745 -21551.0 1981456 -20637.0 1982168 -19426.0 1982879 -18768.0 1983590 -18697.0 1984302 -19005.0 1985013 -20014.0 1985724 -22848.0 1986436 -26370.0 1987147 -26411.0 1987859 -24950.0 1988570 -22278.0 1989281 -20741.0 1989993 -19285.0 1990704 -18635.0 1991416 -18318.0 1992127 -18542.0 1992838 -17574.0 1993550 -17796.0 1994261 -17356.0 1994972 -18679.0 1995684 -19916.0 1996395 -22519.0 1997107 -24598.0 1997818 -24264.0 1998529 -22871.0 1999241 -22493.0 1999952 -21140.0 2000664 -22843.0 2001375 -22366.0 2002086 -21338.0 2002798 -19050.0 2003509 -18846.0 2004220 -17777.0 2004932 -18966.0 2005643 -18625.0 2006355 -19069.0 2007066 -19068.0 2007777 -19061.0 2008489 -19318.0 2009200 -19767.0 2009911 -20223.0 2010623 -18028.0 2011334 -18003.0 2012046 -17769.0 2012757 -17819.0 2013468 -17781.0 2014180 -17398.0 2014891 -16717.0 2015603 -19097.0 2016314 -20545.0 2017025 -22484.0 2017737 -22890.0 2018448 -23209.0 2019159 -23711.0 2019871 -24399.0 2020582 -22602.0 2021294 -20785.0 2022005 -19507.0 2022716 -17356.0 2023428 -17975.0 2024139 -19226.0 2024851 -23363.0 2025562 -28893.0 2026273 -34487.0 2026985 -33994.0 2027696 -30470.0 2028407 -25805.0 2029119 -21309.0 2029830 -19870.0 2030542 -19712.0 2031253 -21898.0 2031964 -25564.0 2032676 -31822.0 2033387 -31626.0 2034098 -27424.0 2034810 -23426.0 2035521 -19967.0 2036233 -18873.0 2036944 -18714.0 2037655 -20334.0 2038367 -23791.0 2039078 -30120.0 2039790 -33420.0 2040501 -33436.0 2041212 -27947.0 2041924 -23622.0 2042635 -21846.0 2043346 -23662.0 2044058 -27437.0 2044769 -31916.0 2045481 -30809.0 2046192 -27542.0 2046903 -22626.0 2047615 -21057.0 2048326 -19572.0 2049038 -19129.0 2049749 -18223.0 2050460 -17861.0 2051172 -17687.0 2051883 -17129.0 2052594 -18032.0 2053306 -18608.0 2054017 -18878.0 2054729 -19101.0 2055440 -19601.0 2056151 -19491.0 2056863 -19028.0 2057574 -18671.0 2058285 -17362.0 2058997 -17480.0 2059708 -19276.0 2060420 -22676.0 2061131 -29297.0 2061842 -40745.0 2062554 -55699.0 2063265 -71200.0 2063977 -85644.0 2064688 -95640.0 2065399 -101524.0 2066111 -99773.0 2066822 -87272.0 2067533 -73460.0 2068245 -58934.0 2068956 -51229.0 2069668 -44675.0 2070379 -37681.0 2071090 -33458.0 2071802 -30533.0 2072513 -28786.0 2073225 -29329.0 2073936 -28953.0 2074647 -29049.0 2075359 -27116.0 2076070 -24573.0 2076781 -24049.0 2077493 -21283.0 2078204 -21368.0 2078916 -20618.0 2079627 -20977.0 2080338 -21655.0 2081050 -20424.0 2081761 -20025.0 2082472 -19419.0 2083184 -20321.0 2083895 -20287.0 2084607 -21476.0 2085318 -21363.0 2086029 -22831.0 2086741 -21240.0 2087452 -22443.0 2088164 -21370.0 2088875 -21126.0 2089586 -20412.0 2090298 -19371.0 2091009 -19535.0 2091720 -20060.0 2092432 -21470.0 2093143 -24439.0 2093855 -30678.0 2094566 -38188.0 2095277 -47706.0 2095989 -59847.0 2096700 -66630.0 2097412 -61318.0 2098123 -50037.0 2098834 -37634.0 2099546 -30748.0 2100257 -25938.0 2100968 -23736.0 2101680 -22542.0 2102391 -21183.0 2103103 -20564.0 2103814 -19761.0 2104525 -20168.0 2105237 -19076.0 2105948 -18249.0 2106659 -18329.0 2107371 -18643.0 2108082 -18002.0 2108794 -18345.0 2109505 -18443.0 2110216 -18795.0 2110928 -18202.0 2111639 -18181.0 2112351 -17875.0 2113062 -17259.0 2113773 -17507.0 2114485 -16387.0 2115196 -17259.0 2115907 -16453.0 2116619 -17778.0 2117330 -17978.0 2118042 -18579.0 2118753 -23228.0 2119464 -37604.0 2120176 -71101.0 2120887 -123669.0 2121599 -169481.0 2122310 -175885.0 2123021 -133679.0 2123733 -75488.0 2124444 -43046.0 2125155 -30857.0 2125867 -28243.0 2126578 -31302.0 2127290 -31187.0 2128001 -30444.0 2128712 -27465.0 2129424 -23755.0 2130135 -21433.0 2130846 -20726.0 2131558 -19680.0 2132269 -19473.0 2132981 -19294.0 2133692 -19518.0 2134403 -18694.0 2135115 -19796.0 2135826 -18672.0 2136538 -19657.0 2137249 -19829.0 2137960 -18955.0 2138672 -18824.0 2139383 -19290.0 2140094 -20341.0 2140806 -21220.0 2141517 -23195.0 2142229 -23219.0 2142940 -24505.0 2143651 -32061.0 2144363 -46995.0 2145074 -73219.0 2145785 -108232.0 2146497 -149677.0 2147208 -184664.0 2147920 -186173.0 2148631 -131718.0 2149342 -67342.0 2150054 -38273.0 2150765 -30218.0 2151477 -27756.0 2152188 -25488.0 2152899 -24428.0 2153611 -24234.0 2154322 -25057.0 2155033 -25686.0 2155745 -24183.0 2156456 -23242.0 2157168 -22990.0 2157879 -21735.0 2158590 -20463.0 2159302 -20222.0 2160013 -19506.0 2160725 -19488.0 2161436 -19391.0 2162147 -18924.0 2162859 -19326.0 2163570 -19519.0 2164281 -19065.0 2164993 -21549.0 2165704 -22642.0 2166416 -27244.0 2167127 -29355.0 2167838 -26546.0 2168550 -24994.0 2169261 -22676.0 2169972 -23537.0 2170684 -25300.0 2171395 -25537.0 2172107 -27758.0 2172818 -27856.0 2173529 -25440.0 2174241 -23334.0 2174952 -21828.0 2175664 -24757.0 2176375 -29137.0 2177086 -32293.0 2177798 -35849.0 2178509 -36570.0 2179220 -34368.0 2179932 -31953.0 2180643 -31479.0 2181355 -29939.0 2182066 -29557.0 2182777 -29950.0 2183489 -32742.0 2184200 -34881.0 2184912 -33694.0 2185623 -28801.0 2186334 -24397.0 2187046 -21332.0 2187757 -18497.0 2188468 -18737.0 2189180 -18449.0 2189891 -18511.0 2190603 -18605.0 2191314 -19710.0 2192025 -19959.0 2192737 -19846.0 2193448 -19919.0 2194159 -19645.0 2194871 -18545.0 2195582 -18800.0 2196294 -19043.0 2197005 -17977.0 2197716 -18189.0 2198428 -18891.0 2199139 -17859.0 2199851 -18737.0 2200562 -18925.0 2201273 -19556.0 2201985 -20118.0 2202696 -20751.0 2203407 -21367.0 2204119 -20014.0 2204830 -19069.0 2205542 -18719.0 2206253 -18789.0 2206964 -18106.0 2207676 -18343.0 2208387 -17967.0 2209099 -18375.0 2209810 -19154.0 2210521 -18405.0 2211233 -19369.0 2211944 -20191.0 2212655 -19849.0 2213367 -19493.0 2214078 -18853.0 2214790 -17728.0 2215501 -17974.0 2216212 -17883.0 2216924 -18151.0 2217635 -18259.0 2218346 -18487.0 2219058 -18475.0 2219769 -18782.0 2220481 -16932.0 2221192 -17028.0 2221903 -16992.0 2222615 -17183.0 2223326 -17792.0 2224038 -19495.0 2224749 -20727.0 2225460 -20147.0 2226172 -20493.0 2226883 -20791.0 2227594 -19127.0 2228306 -18650.0 2229017 -18440.0 2229729 -18084.0 2230440 -18475.0 2231151 -17648.0 2231863 -17444.0 2232574 -16430.0 2233286 -16747.0 2233997 -16995.0 2234708 -16468.0 2235420 -16387.0 2236131 -16865.0 2236842 -17029.0 2237554 -16950.0 2238265 -16568.0 2238977 -16574.0 2239688 -15637.0 2240399 -16695.0 2241111 -17285.0 2241822 -17383.0 2242533 -18583.0 2243245 -18107.0 2243956 -19323.0 2244668 -18887.0 2245379 -19243.0 2246090 -18164.0 2246802 -18952.0 2247513 -18114.0 2248225 -17915.0 2248936 -16670.0 2249647 -16316.0 2250359 -16695.0 2251070 -16452.0 2251781 -16719.0 2252493 -16620.0 2253204 -16981.0 2253916 -17869.0 2254627 -18305.0 2255338 -17859.0 2256050 -18739.0 2256761 -18370.0 2257473 -17987.0 2258184 -18227.0 2258895 -20090.0 2259607 -22260.0 2260318 -22928.0 2261029 -23114.0 2261741 -21585.0 2262452 -20056.0 2263164 -19564.0 2263875 -20352.0 2264586 -19901.0 2265298 -19169.0 2266009 -18881.0 2266720 -18291.0 2267432 -17166.0 2268143 -16172.0 2268855 -16224.0 2269566 -17016.0 2270277 -17040.0 2270989 -18233.0 2271700 -19173.0 2272412 -21672.0 2273123 -20896.0 2273834 -20550.0 2274546 -19155.0 2275257 -17372.0 2275968 -18788.0 2276680 -18731.0 2277391 -19877.0 2278103 -19185.0 2278814 -20589.0 2279525 -21125.0 2280237 -22182.0 2280948 -22575.0 2281660 -22722.0 2282371 -21629.0 2283082 -20971.0 2283794 -21887.0 2284505 -22494.0 2285216 -21677.0 2285928 -21152.0 2286639 -19496.0 2287351 -19183.0 2288062 -18180.0 2288773 -17648.0 2289485 -17677.0 2290196 -17623.0 2290907 -18249.0 2291619 -19326.0 2292330 -19954.0 2293042 -21157.0 2293753 -19881.0 2294464 -19132.0 2295176 -18600.0 2295887 -20056.0 2296599 -22614.0 2297310 -26404.0 2298021 -25632.0 2298733 -22330.0 2299444 -20037.0 2300155 -18703.0 2300867 -18271.0 2301578 -17720.0 2302290 -17872.0 2303001 -17512.0 2303712 -16980.0 2304424 -16836.0 2305135 -16461.0 2305847 -16401.0 2306558 -16415.0 2307269 -17233.0 2307981 -16860.0 2308692 -17437.0 2309403 -18315.0 2310115 -17702.0 2310826 -18942.0 2311538 -18876.0 2312249 -18408.0 2312960 -17679.0 2313672 -16977.0 2314383 -16996.0 2315094 -16901.0 2315806 -17586.0 2316517 -17626.0 2317229 -17996.0 2317940 -17861.0 2318651 -17886.0 2319363 -19285.0 2320074 -21490.0 2320786 -23240.0 2321497 -22642.0 2322208 -21382.0 2322920 -18939.0 2323631 -18010.0 2324342 -16033.0 2325054 -16372.0 2325765 -16327.0 2326477 -16403.0 2327188 -15649.0 2327899 -16264.0 2328611 -16633.0 2329322 -18149.0 2330034 -19264.0 2330745 -21993.0 2331456 -23507.0 2332168 -23128.0 2332879 -21138.0 2333590 -21154.0 2334302 -19964.0 2335013 -20138.0 2335725 -18529.0 2336436 -18122.0 2337147 -17666.0 2337859 -17913.0 2338570 -17196.0 2339281 -16073.0 2339993 -16603.0 2340704 -17172.0 2341416 -17278.0 2342127 -18497.0 2342838 -19262.0 2343550 -19419.0 2344261 -19565.0 2344973 -23764.0 2345684 -31260.0 2346395 -44629.0 2347107 -54725.0 2347818 -53948.0 2348529 -41626.0 2349241 -31991.0 2349952 -24381.0 2350664 -21576.0 2351375 -19195.0 2352086 -18065.0 2352798 -17876.0 2353509 -17141.0 2354220 -17620.0 2354932 -17913.0 2355643 -16963.0 2356355 -16943.0 2357066 -17076.0 2357777 -16504.0 2358489 -16361.0 2359200 -16209.0 2359912 -16340.0 2360623 -17020.0 2361334 -17774.0 2362046 -18842.0 2362757 -20758.0 2363468 -21924.0 2364180 -21835.0 2364891 -21493.0 2365603 -27711.0 2366314 -39643.0 2367025 -58483.0 2367737 -75702.0 2368448 -72573.0 2369160 -56049.0 2369871 -39700.0 2370582 -31436.0 2371294 -31531.0 2372005 -30451.0 2372716 -28190.0 2373428 -25295.0 2374139 -25012.0 2374851 -22687.0 2375562 -21978.0 2376273 -22748.0 2376985 -20959.0 2377696 -20521.0 2378407 -19673.0 2379119 -18687.0 2379830 -18340.0 2380542 -17760.0 2381253 -18323.0 2381964 -18203.0 2382676 -19635.0 2383387 -19649.0 2384099 -20524.0 2384810 -20228.0 2385521 -20611.0 2386233 -23763.0 2386944 -31702.0 2387655 -47634.0 2388367 -72578.0 2389078 -104679.0 2389790 -128540.0 2390501 -136524.0 2391212 -100832.0 2391924 -55356.0 2392635 -33862.0 2393347 -27574.0 2394058 -26898.0 2394769 -28555.0 2395481 -30766.0 2396192 -30053.0 2396903 -27919.0 2397615 -24747.0 2398326 -22393.0 2399038 -21408.0 2399749 -20301.0 2400460 -20062.0 2401172 -20991.0 2401883 -22653.0 2402594 -27383.0 2403306 -36267.0 2404017 -42529.0 2404729 -40681.0 2405440 -34952.0 2406151 -28444.0 2406863 -23806.0 2407574 -23262.0 2408286 -25722.0 2408997 -28444.0 2409708 -29388.0 2410420 -27556.0 2411131 -24368.0 2411842 -21501.0 2412554 -20945.0 2413265 -22137.0 2413977 -26379.0 2414688 -31344.0 2415399 -35112.0 2416111 -33427.0 2416822 -29477.0 2417534 -25513.0 2418245 -23341.0 2418956 -22449.0 2419668 -22430.0 2420379 -24059.0 2421090 -25863.0 2421802 -25665.0 2422513 -25112.0 2423225 -23157.0 2423936 -20555.0 2424647 -18984.0 2425359 -18813.0 2426070 -18177.0 2426781 -19820.0 2427493 -19210.0 2428204 -19339.0 2428916 -20900.0 2429627 -21439.0 2430338 -20474.0 2431050 -18977.0 2431761 -19940.0 2432473 -19555.0 2433184 -21416.0 2433895 -22722.0 2434607 -22675.0 2435318 -21583.0 2436029 -19805.0 2436741 -19263.0 2437452 -18453.0 2438164 -18306.0 2438875 -19347.0 2439586 -20158.0 2440298 -19970.0 2441009 -19539.0 2441721 -19262.0 2442432 -18790.0 2443143 -18365.0 2443855 -17714.0 2444566 -17375.0 2445277 -17586.0 2445989 -17815.0 2446700 -17479.0 2447412 -18207.0 2448123 -18850.0 2448834 -18577.0 2449546 -18845.0 2450257 -19128.0 2450968 -18059.0 2451680 -19655.0 2452391 -18730.0 2453103 -20027.0 2453814 -21483.0 2454525 -25649.0 2455237 -34903.0 2455948 -47611.0 2456660 -58444.0 2457371 -57219.0 2458082 -42674.0 2458794 -32731.0 2459505 -26397.0 2460216 -23003.0 2460928 -22021.0 2461639 -21692.0 2462351 -20640.0 2463062 -19554.0 2463773 -19462.0 2464485 -18945.0 2465196 -19415.0 2465908 -18799.0 2466619 -19058.0 2467330 -19491.0 2468042 -19476.0 2468753 -19648.0 2469464 -21570.0 2470176 -21955.0 2470887 -21348.0 2471599 -20519.0 2472310 -21411.0 2473021 -21846.0 2473733 -26505.0 2474444 -28504.0 2475155 -29762.0 2475867 -29609.0 2476578 -25612.0 2477290 -23363.0 2478001 -21106.0 2478712 -21022.0 2479424 -21506.0 2480135 -21095.0 2480847 -20339.0 2481558 -18990.0 2482269 -18581.0 2482981 -19856.0 2483692 -20665.0 2484403 -20511.0 2485115 -20102.0 2485826 -20146.0 2486538 -18736.0 2487249 -18776.0 2487960 -17424.0 2488672 -17541.0 2489383 -16856.0 2490095 -17289.0 2490806 -17596.0 2491517 -18308.0 2492229 -18298.0 2492940 -18197.0 2493651 -19156.0 2494363 -19622.0 2495074 -20611.0 2495786 -21210.0 2496497 -21639.0 2497208 -21509.0 2497920 -22154.0 2498631 -22966.0 2499342 -21360.0 2500054 -23120.0 2500765 -26801.0 2501477 -41587.0 2502188 -84603.0 2502899 -180216.0 2503611 -316375.0 2504322 -481373.0 2505034 -518639.0 2505745 -405455.0 2506456 -212237.0 2507168 -93633.0 2507879 -49484.0 2508590 -36065.0 2509302 -31689.0 2510013 -28301.0 2510725 -25977.0 2511436 -23800.0 2512147 -23826.0 2512859 -23512.0 2513570 -22070.0 2514282 -27872.0 2514993 -35880.0 2515704 -51569.0 2516416 -61243.0 2517127 -59166.0 2517838 -48285.0 2518550 -35293.0 2519261 -28391.0 2519973 -25326.0 2520684 -21921.0 2521395 -22360.0 2522107 -21546.0 2522818 -22517.0 2523529 -22340.0 2524241 -22475.0 2524952 -22394.0 2525664 -22413.0 2526375 -21784.0 2527086 -21908.0 2527798 -21749.0 2528509 -22626.0 2529221 -23819.0 2529932 -24072.0 2530643 -23937.0 2531355 -21719.0 2532066 -22498.0 2532777 -22638.0 2533489 -22980.0 2534200 -23087.0 2534912 -22100.0 2535623 -20336.0 2536334 -20220.0 2537046 -19288.0 2537757 -18292.0 2538469 -18029.0 2539180 -18549.0 2539891 -18512.0 2540603 -18008.0 2541314 -19058.0 2542025 -18928.0 2542737 -18710.0 2543448 -19364.0 2544160 -19130.0 2544871 -19666.0 2545582 -21008.0 2546294 -22849.0 2547005 -25134.0 2547716 -25579.0 2548428 -24376.0 2549139 -24640.0 2549851 -24377.0 2550562 -23985.0 2551273 -23457.0 2551985 -23153.0 2552696 -23320.0 2553408 -23600.0 2554119 -23053.0 2554830 -22730.0 2555542 -22347.0 2556253 -20911.0 2556964 -19255.0 2557676 -18561.0 2558387 -19324.0 2559099 -19994.0 2559810 -26292.0 2560521 -39350.0 2561233 -65060.0 2561944 -94155.0 2562655 -103577.0 2563367 -87664.0 2564078 -60190.0 2564790 -41510.0 2565501 -32292.0 2566212 -27988.0 2566924 -26855.0 2567635 -25373.0 2568347 -26252.0 2569058 -30819.0 2569769 -32615.0 2570481 -33016.0 2571192 -28679.0 2571903 -24559.0 2572615 -22653.0 2573326 -21035.0 2574038 -19807.0 2574749 -19903.0 2575460 -19010.0 2576172 -19169.0 2576883 -18531.0 2577595 -20509.0 2578306 -20435.0 2579017 -22116.0 2579729 -21113.0 2580440 -20841.0 2581151 -19837.0 2581863 -20208.0 2582574 -19133.0 2583286 -18758.0 2583997 -18591.0 2584708 -18712.0 2585420 -18638.0 2586131 -18587.0 2586842 -17893.0 2587554 -17935.0 2588265 -17378.0 2588977 -17102.0 2589688 -17903.0 2590399 -18045.0 2591111 -18330.0 2591822 -19388.0 2592534 -18986.0 2593245 -20373.0 2593956 -19051.0 2594668 -20521.0 2595379 -23003.0 2596090 -24875.0 2596802 -27157.0 2597513 -27625.0 2598225 -27829.0 2598936 -25605.0 2599647 -23790.0 2600359 -21041.0 2601070 -19599.0 2601782 -19717.0 2602493 -20723.0 2603204 -22260.0 2603916 -23676.0 2604627 -23245.0 2605338 -23066.0 2606050 -22371.0 2606761 -21412.0 2607473 -22239.0 2608184 -21117.0 2608895 -21093.0 2609607 -19504.0 2610318 -19271.0 2611029 -20827.0 2611741 -22642.0 2612452 -28737.0 2613164 -33304.0 2613875 -39674.0 2614586 -40193.0 2615298 -40200.0 2616009 -38483.0 2616721 -34873.0 2617432 -32185.0 2618143 -30049.0 2618855 -29231.0 2619566 -27729.0 2620277 -27746.0 2620989 -26572.0 2621700 -24893.0 2622412 -24828.0 2623123 -24997.0 2623834 -25080.0 2624546 -27288.0 2625257 -28873.0 2625969 -30560.0 2626680 -28473.0 2627391 -28752.0 2628103 -27087.0 2628814 -27050.0 2629525 -27726.0 2630237 -29713.0 2630948 -29892.0 2631660 -29299.0 2632371 -28302.0 2633082 -24784.0 2633794 -23147.0 2634505 -22702.0 2635216 -22952.0 2635928 -25079.0 2636639 -38875.0 2637351 -79417.0 2638062 -160604.0 2638773 -273203.0 2639485 -365236.0 2640196 -376919.0 2640908 -270719.0 2641619 -140819.0 2642330 -69247.0 2643042 -44922.0 2643753 -36556.0 2644464 -33513.0 2645176 -31347.0 2645887 -31718.0 2646599 -30838.0 2647310 -30251.0 2648021 -30934.0 2648733 -33267.0 2649444 -40348.0 2650156 -49945.0 2650867 -61406.0 2651578 -59929.0 2652290 -51267.0 2653001 -41079.0 2653712 -34308.0 2654424 -30948.0 2655135 -27852.0 2655847 -26590.0 2656558 -26191.0 2657269 -25095.0 2657981 -23502.0 2658692 -24372.0 2659403 -24146.0 2660115 -23789.0 2660826 -24801.0 2661538 -23115.0 2662249 -23049.0 2662960 -23451.0 2663672 -22991.0 2664383 -24109.0 2665095 -24904.0 2665806 -24133.0 2666517 -23707.0 2667229 -24405.0 2667940 -24277.0 2668651 -25296.0 2669363 -27712.0 2670074 -29405.0 2670786 -32669.0 2671497 -32530.0 2672208 -31000.0 2672920 -27604.0 2673631 -24174.0 2674343 -22283.0 2675054 -22304.0 2675765 -22926.0 2676477 -24007.0 2677188 -24412.0 2677899 -24381.0 2678611 -24001.0 2679322 -24054.0 2680034 -25972.0 2680745 -27198.0 2681456 -29433.0 2682168 -31349.0 2682879 -33749.0 2683590 -34406.0 2684302 -31650.0 2685013 -28008.0 2685725 -24130.0 2686436 -22998.0 2687147 -23518.0 2687859 -22833.0 2688570 -22464.0 2689282 -21596.0 2689993 -22028.0 2690704 -21576.0 2691416 -21338.0 2692127 -20969.0 2692838 -21436.0 2693550 -21688.0 2694261 -21579.0 2694973 -22119.0 2695684 -22422.0 2696395 -22259.0 2697107 -21476.0 2697818 -21956.0 2698530 -21205.0 2699241 -21234.0 2699952 -20104.0 2700664 -20073.0 2701375 -22086.0 2702086 -27592.0 2702798 -37980.0 2703509 -58303.0 2704221 -78221.0 2704932 -84690.0 2705643 -73233.0 2706355 -53255.0 2707066 -36807.0 2707777 -29115.0 2708489 -25697.0 2709200 -24839.0 2709912 -25139.0 2710623 -25725.0 2711334 -27655.0 2712046 -32174.0 2712757 -38163.0 2713469 -41321.0 2714180 -42719.0 2714891 -37976.0 2715603 -34010.0 2716314 -31239.0 2717025 -27422.0 2717737 -26815.0 2718448 -25580.0 2719160 -23965.0 2719871 -23337.0 2720582 -22643.0 2721294 -24528.0 2722005 -27073.0 2722717 -28790.0 2723428 -31806.0 2724139 -30251.0 2724851 -28264.0 2725562 -26819.0 2726273 -23736.0 2726985 -21457.0 2727696 -22389.0 2728408 -21191.0 2729119 -21680.0 2729830 -22142.0 2730542 -21721.0 2731253 -22118.0 2731964 -21642.0 2732676 -21967.0 2733387 -23004.0 2734099 -23231.0 2734810 -23652.0 2735521 -23093.0 2736233 -22962.0 2736944 -21135.0 2737656 -20853.0 2738367 -21351.0 2739078 -21865.0 2739790 -21992.0 2740501 -22225.0 2741212 -21801.0 2741924 -21204.0 2742635 -20365.0 2743347 -18997.0 2744058 -20628.0 2744769 -19878.0 2745481 -20330.0 2746192 -20462.0 2746904 -19929.0 2747615 -19677.0 2748326 -20398.0 2749038 -20723.0 2749749 -20529.0 2750460 -20959.0 2751172 -20621.0 2751883 -20724.0 2752595 -21640.0 2753306 -22190.0 2754017 -24482.0 2754729 -29207.0 2755440 -32427.0 2756151 -33843.0 2756863 -30510.0 2757574 -26612.0 2758286 -22304.0 2758997 -21587.0 2759708 -20674.0 2760420 -19280.0 2761131 -19494.0 2761843 -20067.0 2762554 -19648.0 2763265 -21679.0 2763977 -19460.0 2764688 -20040.0 2765399 -19552.0 2766111 -19614.0 2766822 -19664.0 2767534 -20930.0 2768245 -20503.0 2768956 -20043.0 2769668 -20221.0 2770379 -19974.0 2771090 -20208.0 2771802 -19534.0 2772513 -19181.0 2773225 -19889.0 2773936 -19242.0 2774647 -18717.0 2775359 -19390.0 2776070 -19855.0 2776782 -21189.0 2777493 -21702.0 2778204 -22686.0 2778916 -22814.0 2779627 -23097.0 2780338 -24896.0 2781050 -28550.0 2781761 -35880.0 2782473 -45553.0 2783184 -51797.0 2783895 -55338.0 2784607 -52363.0 2785318 -44464.0 2786030 -38211.0 2786741 -33463.0 2787452 -30505.0 2788164 -28383.0 2788875 -27959.0 2789586 -27045.0 2790298 -25253.0 2791009 -25734.0 2791721 -25230.0 2792432 -23460.0 2793143 -23944.0 2793855 -24090.0 2794566 -24740.0 2795277 -26812.0 2795989 -27971.0 2796700 -27973.0 2797412 -25707.0 2798123 -25233.0 2798834 -24091.0 2799546 -25214.0 2800257 -25685.0 2800969 -25082.0 2801680 -24706.0 2802391 -24259.0 2803103 -23947.0 2803814 -24559.0 2804525 -25915.0 2805237 -28245.0 2805948 -28716.0 2806660 -28691.0 2807371 -26599.0 2808082 -24737.0 2808794 -23893.0 2809505 -22664.0 2810217 -21973.0 2810928 -21787.0 2811639 -21800.0 2812351 -23070.0 2813062 -22961.0 2813773 -24378.0 2814485 -24856.0 2815196 -24445.0 2815908 -24077.0 2816619 -24162.0 2817330 -22608.0 2818042 -22287.0 2818753 -23736.0 2819464 -24080.0 2820176 -25671.0 2820887 -29720.0 2821599 -30763.0 2822310 -28541.0 2823021 -25148.0 2823733 -24392.0 2824444 -22044.0 2825156 -20898.0 2825867 -20529.0 2826578 -19289.0 2827290 -20910.0 2828001 -20959.0 2828712 -21867.0 2829424 -22138.0 2830135 -22050.0 2830847 -21679.0 2831558 -22437.0 2832269 -21330.0 2832981 -21243.0 2833692 -21367.0 2834404 -23853.0 2835115 -26794.0 2835826 -28599.0 2836538 -29098.0 2837249 -33328.0 2837960 -50983.0 2838672 -95993.0 2839383 -179282.0 2840095 -276957.0 2840806 -318024.0 2841517 -263212.0 2842229 -158303.0 2842940 -80837.0 2843651 -45980.0 2844363 -34032.0 2845074 -31568.0 2845786 -31748.0 2846497 -34656.0 2847208 -39297.0 2847920 -44996.0 2848631 -55055.0 2849343 -60572.0 2850054 -61543.0 2850765 -59249.0 2851477 -57039.0 2852188 -57888.0 2852899 -53412.0 2853611 -46285.0 2854322 -38005.0 2855034 -30146.0 2855745 -28122.0 2856456 -25925.0 2857168 -24634.0 2857879 -23261.0 2858591 -22481.0 2859302 -23828.0 2860013 -24008.0 2860725 -30575.0 2861436 -52044.0 2862147 -94177.0 2862859 -146423.0 2863570 -180192.0 2864282 -164347.0 2864993 -110429.0 2865704 -66779.0 2866416 -46875.0 2867127 -38535.0 2867838 -37317.0 2868550 -38636.0 2869261 -41319.0 2869973 -42476.0 2870684 -41038.0 2871395 -36664.0 2872107 -34569.0 2872818 -31989.0 2873530 -32071.0 2874241 -32403.0 2874952 -32310.0 2875664 -30496.0 2876375 -27771.0 2877086 -24098.0 2877798 -23289.0 2878509 -23567.0 2879221 -24308.0 2879932 -24377.0 2880643 -23992.0 2881355 -24308.0 2882066 -23311.0 2882778 -24609.0 2883489 -22839.0 2884200 -22528.0 2884912 -22590.0 2885623 -23774.0 2886334 -25937.0 2887046 -29648.0 2887757 -31704.0 2888469 -32545.0 2889180 -34997.0 2889891 -47039.0 2890603 -77776.0 2891314 -129797.0 2892025 -183742.0 2892737 -209649.0 2893448 -179281.0 2894160 -124435.0 2894871 -71254.0 2895582 -47694.0 2896294 -36534.0 2897005 -32782.0 2897717 -33068.0 2898428 -30510.0 2899139 -30058.0 2899851 -28550.0 2900562 -27043.0 2901273 -26002.0 2901985 -25222.0 2902696 -25803.0 2903408 -26991.0 2904119 -31125.0 2904830 -37731.0 2905542 -47881.0 2906253 -53786.0 2906965 -51389.0 2907676 -42359.0 2908387 -33522.0 2909099 -28858.0 2909810 -28637.0 2910521 -27722.0 2911233 -27293.0 2911944 -26298.0 2912656 -26768.0 2913367 -25005.0 2914078 -25408.0 2914790 -24740.0 2915501 -24396.0 2916212 -23255.0 2916924 -21433.0 2917635 -22371.0 2918347 -21981.0 2919058 -22124.0 2919769 -22027.0 2920481 -21984.0 2921192 -21641.0 2921904 -24047.0 2922615 -33949.0 2923326 -60110.0 2924038 -107912.0 2924749 -157586.0 2925460 -183592.0 2926172 -158915.0 2926883 -110250.0 2927595 -74080.0 2928306 -53733.0 2929017 -44965.0 2929729 -38313.0 2930440 -34898.0 2931152 -31081.0 2931863 -30264.0 2932574 -28551.0 2933286 -29372.0 2933997 -28057.0 2934708 -28673.0 2935420 -27027.0 2936131 -26122.0 2936843 -25451.0 2937554 -23758.0 2938265 -24906.0 2938977 -23816.0 2939688 -25245.0 2940399 -25994.0 2941111 -24989.0 2941822 -25348.0 2942534 -24231.0 2943245 -23894.0 2943956 -23413.0 2944668 -23193.0 2945379 -23811.0 2946091 -26334.0 2946802 -29520.0 2947513 -42801.0 2948225 -69532.0 2948936 -115766.0 2949647 -165336.0 2950359 -181470.0 2951070 -153771.0 2951782 -105540.0 2952493 -70127.0 2953204 -53555.0 2953916 -43997.0 2954627 -38912.0 2955339 -34554.0 2956050 -32042.0 2956761 -28949.0 2957473 -27256.0 2958184 -26873.0 2958895 -26522.0 2959607 -25777.0 2960318 -26201.0 2961030 -25494.0 2961741 -27650.0 2962452 -28436.0 2963164 -28133.0 2963875 -26882.0 2964586 -25140.0 2965298 -24603.0 2966009 -22278.0 2966721 -22839.0 2967432 -22087.0 2968143 -22528.0 2968855 -22929.0 2969566 -22126.0 2970278 -22433.0 2970989 -22363.0 2971700 -25248.0 2972412 -26743.0 2973123 -26627.0 2973834 -26108.0 2974546 -25900.0 2975257 -24119.0 2975969 -23917.0 2976680 -24907.0 2977391 -24487.0 2978103 -22490.0 2978814 -23040.0 2979525 -21446.0 2980237 -21674.0 2980948 -21678.0 2981660 -23438.0 2982371 -22882.0 2983082 -24038.0 2983794 -23757.0 2984505 -22053.0 2985217 -23257.0 2985928 -23494.0 2986639 -23676.0 2987351 -23174.0 2988062 -23646.0 2988773 -21820.0 2989485 -20683.0 2990196 -21683.0 2990908 -21941.0 2991619 -23020.0 2992330 -24184.0 2993042 -25540.0 2993753 -29265.0 2994465 -29639.0 2995176 -29815.0 2995887 -29048.0 2996599 -27704.0 2997310 -27392.0 2998021 -29151.0 2998733 -30153.0 2999444 -30414.0 3000156 -29035.0 3000867 -29413.0 3001578 -29143.0 3002290 -29265.0 3003001 -28283.0 3003712 -26942.0 3004424 -26750.0 3005135 -25583.0 3005847 -24817.0 3006558 -22082.0 3007269 -22926.0 3007981 -21287.0 3008692 -21118.0 3009404 -22345.0 3010115 -21705.0 3010826 -21737.0 3011538 -21855.0 3012249 -22478.0 3012960 -23569.0 3013672 -23928.0 3014383 -24408.0 3015095 -22740.0 3015806 -23310.0 3016517 -22344.0 3017229 -21592.0 3017940 -21711.0 3018652 -21462.0 3019363 -22159.0 3020074 -21803.0 3020786 -23497.0 3021497 -24440.0 3022208 -25856.0 3022920 -27788.0 3023631 -28993.0 3024343 -29406.0 3025054 -28770.0 3025765 -25745.0 3026477 -24228.0 3027188 -23110.0 3027899 -22747.0 3028611 -23514.0 3029322 -22514.0 3030034 -22291.0 3030745 -23246.0 3031456 -24728.0 3032168 -32045.0 3032879 -50999.0 3033591 -84105.0 3034302 -119884.0 3035013 -147723.0 3035725 -144966.0 3036436 -119603.0 3037147 -84433.0 3037859 -58901.0 3038570 -41454.0 3039282 -32704.0 3039993 -30585.0 3040704 -26132.0 3041416 -24811.0 3042127 -24484.0 3042839 -24126.0 3043550 -25149.0 3044261 -26339.0 3044973 -26928.0 3045684 -26109.0 3046395 -25383.0 3047107 -24853.0 3047818 -23980.0 3048530 -22887.0 3049241 -22565.0 3049952 -22661.0 3050664 -24357.0 3051375 -26390.0 3052086 -26841.0 3052798 -27648.0 3053509 -28074.0 3054221 -27032.0 3054932 -26347.0 3055643 -25757.0 3056355 -24756.0 3057066 -24812.0 3057778 -26774.0 3058489 -30749.0 3059200 -37321.0 3059912 -45237.0 3060623 -50314.0 3061334 -52818.0 3062046 -54551.0 3062757 -52351.0 3063469 -48542.0 3064180 -42112.0 3064891 -37393.0 3065603 -33729.0 3066314 -30175.0 3067026 -29260.0 3067737 -28017.0 3068448 -27586.0 3069160 -26997.0 3069871 -28263.0 3070582 -30271.0 3071294 -32021.0 3072005 -34936.0 3072717 -38838.0 3073428 -43486.0 3074139 -42943.0 3074851 -39281.0 3075562 -35576.0 3076273 -31783.0 3076985 -30075.0 3077696 -30727.0 3078408 -31079.0 3079119 -31633.0 3079830 -33639.0 3080542 -38938.0 3081253 -51388.0 3081965 -79660.0 3082676 -115784.0 3083387 -137317.0 3084099 -130720.0 3084810 -95197.0 3085521 -60906.0 3086233 -40388.0 3086944 -30976.0 3087656 -28939.0 3088367 -27007.0 3089078 -26217.0 3089790 -24777.0 3090501 -25558.0 3091213 -25938.0 3091924 -24870.0 3092635 -24786.0 3093347 -24575.0 3094058 -23064.0 3094769 -23240.0 3095481 -23639.0 3096192 -23982.0 3096904 -23096.0 3097615 -22430.0 3098326 -22189.0 3099038 -21880.0 3099749 -22350.0 3100460 -22585.0 3101172 -22789.0 3101883 -24570.0 3102595 -24194.0 3103306 -24783.0 3104017 -24004.0 3104729 -22639.0 3105440 -21806.0 3106152 -21772.0 3106863 -21250.0 3107574 -24830.0 3108286 -26595.0 3108997 -29022.0 3109708 -30371.0 3110420 -28915.0 3111131 -28087.0 3111843 -26185.0 3112554 -24534.0 3113265 -24034.0 3113977 -23993.0 3114688 -24857.0 3115400 -26171.0 3116111 -25136.0 3116822 -24613.0 3117534 -24258.0 3118245 -23611.0 3118956 -23405.0 3119668 -23412.0 3120379 -24107.0 3121091 -24186.0 3121802 -26806.0 3122513 -29488.0 3123225 -32578.0 3123936 -33588.0 3124647 -35458.0 3125359 -34390.0 3126070 -34498.0 3126782 -33130.0 3127493 -31427.0 3128204 -31155.0 3128916 -29980.0 3129627 -30265.0 3130339 -28555.0 3131050 -28608.0 3131761 -26184.0 3132473 -25678.0 3133184 -26903.0 3133895 -29192.0 3134607 -32398.0 3135318 -38404.0 3136030 -46334.0 3136741 -53015.0 3137452 -58906.0 3138164 -62138.0 3138875 -62138.0 3139587 -58093.0 3140298 -51091.0 3141009 -48191.0 3141721 -45128.0 3142432 -42727.0 3143143 -40340.0 3143855 -35816.0 3144566 -32503.0 3145278 -29735.0 3145989 -27949.0 3146700 -27307.0 3147412 -26035.0 3148123 -25115.0 3148834 -25997.0 3149546 -27016.0 3150257 -26167.0 3150969 -25332.0 3151680 -25767.0 3152391 -25022.0 3153103 -25484.0 3153814 -25620.0 3154526 -23768.0 3155237 -25481.0 3155948 -25682.0 3156660 -25036.0 3157371 -25469.0 3158082 -25164.0 3158794 -26491.0 3159505 -25777.0 3160217 -24783.0 3160928 -24438.0 3161639 -23725.0 3162351 -22503.0 3163062 -23015.0 3163774 -22673.0 3164485 -22638.0 3165196 -22538.0 3165908 -22591.0 3166619 -24464.0 3167330 -24597.0 3168042 -25184.0 3168753 -25358.0 3169465 -26120.0 3170176 -26171.0 3170887 -26039.0 3171599 -26575.0 3172310 -26161.0 3173021 -30177.0 3173733 -48694.0 3174444 -98603.0 3175156 -200805.0 3175867 -349761.0 3176578 -504168.0 3177290 -576678.0 3178001 -465099.0 3178713 -239867.0 3179424 -98698.0 3180135 -50158.0 3180847 -36811.0 3181558 -31733.0 3182269 -30088.0 3182981 -27211.0 3183692 -26465.0 3184404 -26798.0 3185115 -26663.0 3185826 -27473.0 3186538 -26986.0 3187249 -27351.0 3187960 -27533.0 3188672 -27645.0 3189383 -28679.0 3190095 -28401.0 3190806 -25518.0 3191517 -24830.0 3192229 -25430.0 3192940 -27007.0 3193652 -29733.0 3194363 -28982.0 3195074 -27505.0 3195786 -26447.0 3196497 -24389.0 3197208 -24305.0 3197920 -23033.0 3198631 -23833.0 3199343 -26991.0 3200054 -34938.0 3200765 -54064.0 3201477 -82262.0 3202188 -104408.0 3202900 -106362.0 3203611 -85370.0 3204322 -63513.0 3205034 -46784.0 3205745 -37387.0 3206456 -31550.0 3207168 -28522.0 3207879 -26838.0 3208591 -25799.0 3209302 -25241.0 3210013 -27428.0 3210725 -29411.0 3211436 -40197.0 3212147 -62829.0 3212859 -94600.0 3213570 -118101.0 3214282 -114292.0 3214993 -90207.0 3215704 -59808.0 3216416 -43781.0 3217127 -32762.0 3217839 -27831.0 3218550 -26925.0 3219261 -26289.0 3219973 -25210.0 3220684 -25773.0 3221395 -24060.0 3222107 -23653.0 3222818 -22747.0 3223530 -23460.0 3224241 -23696.0 3224952 -25366.0 3225664 -26666.0 3226375 -27830.0 3227087 -28054.0 3227798 -26698.0 3228509 -26864.0 3229221 -25391.0 3229932 -25562.0 3230643 -25933.0 3231355 -25815.0 3232066 -26651.0 3232778 -26642.0 3233489 -26030.0 3234200 -25624.0 3234912 -25909.0 3235623 -24476.0 3236334 -24187.0 3237046 -25595.0 3237757 -26690.0 3238469 -32190.0 3239180 -37219.0 3239891 -41527.0 3240603 -42670.0 3241314 -40441.0 3242026 -35438.0 3242737 -30271.0 3243448 -25822.0 3244160 -24999.0 3244871 -23585.0 3245582 -23204.0 3246294 -23836.0 3247005 -24965.0 3247717 -24930.0 3248428 -25378.0 3249139 -25978.0 3249851 -27217.0 3250562 -26134.0 3251274 -26126.0 3251985 -24407.0 3252696 -22731.0 3253408 -22833.0 3254119 -23583.0 3254830 -23074.0 3255542 -24451.0 3256253 -23084.0 3256965 -23048.0 3257676 -23516.0 3258387 -22796.0 3259099 -23110.0 3259810 -24242.0 3260521 -23276.0 3261233 -22078.0 3261944 -21746.0 3262656 -21353.0 3263367 -22295.0 3264078 -22797.0 3264790 -22925.0 3265501 -24975.0 3266213 -25715.0 3266924 -26252.0 3267635 -27384.0 3268347 -26603.0 3269058 -24399.0 3269769 -23954.0 3270481 -23801.0 3271192 -23103.0 3271904 -23547.0 3272615 -23957.0 3273326 -26690.0 3274038 -29395.0 3274749 -33159.0 3275461 -34568.0 3276172 -35182.0 3276883 -31356.0 3277595 -28770.0 3278306 -27867.0 3279017 -27233.0 3279729 -27270.0 3280440 -28740.0 3281152 -28889.0 3281863 -29176.0 3282574 -28205.0 3283286 -27206.0 3283997 -25397.0 3284708 -24706.0 3285420 -26139.0 3286131 -27028.0 3286843 -27690.0 3287554 -27579.0 3288265 -24929.0 3288977 -24952.0 3289688 -24730.0 3290400 -24527.0 3291111 -28219.0 3291822 -29469.0 3292534 -28953.0 3293245 -26951.0 3293956 -25928.0 3294668 -24008.0 3295379 -23359.0 3296091 -22786.0 3296802 -23154.0 3297513 -24110.0 3298225 -24536.0 3298936 -25293.0 3299648 -24610.0 3300359 -24192.0 3301070 -23063.0 3301782 -23029.0 3302493 -22478.0 3303204 -23473.0 3303916 -26991.0 3304627 -32307.0 3305339 -41476.0 3306050 -48534.0 3306761 -49080.0 3307473 -42715.0 3308184 -39381.0 3308895 -38995.0 3309607 -44607.0 3310318 -51724.0 3311030 -54669.0 3311741 -49002.0 3312452 -39727.0 3313164 -32743.0 3313875 -28618.0 3314587 -27635.0 3315298 -25884.0 3316009 -25667.0 3316721 -24365.0 3317432 -24111.0 3318143 -23471.0 3318855 -23694.0 3319566 -22658.0 3320278 -23696.0 3320989 -23798.0 3321700 -25318.0 3322412 -27380.0 3323123 -29222.0 3323835 -31656.0 3324546 -31301.0 3325257 -30117.0 3325969 -27469.0 3326680 -26849.0 3327391 -28085.0 3328103 -32545.0 3328814 -48535.0 3329526 -66151.0 3330237 -81575.0 3330948 -76353.0 3331660 -60857.0 3332371 -44225.0 3333082 -35006.0 3333794 -31398.0 3334505 -29225.0 3335217 -27459.0 3335928 -25853.0 3336639 -25023.0 3337351 -23990.0 3338062 -22550.0 3338774 -22665.0 3339485 -22120.0 3340196 -23717.0 3340908 -22959.0 3341619 -22122.0 3342330 -22966.0 3343042 -23184.0 3343753 -22619.0 3344465 -22943.0 3345176 -23018.0 3345887 -23388.0 3346599 -23430.0 3347310 -22468.0 3348022 -21785.0 3348733 -21298.0 3349444 -22140.0 3350156 -20915.0 3350867 -21536.0 3351578 -21441.0 3352290 -22437.0 3353001 -22845.0 3353713 -23419.0 3354424 -24022.0 3355135 -24930.0 3355847 -26222.0 3356558 -25706.0 3357269 -25451.0 3357981 -23743.0 3358692 -23089.0 3359404 -21714.0 3360115 -21530.0 3360826 -21363.0 3361538 -20718.0 3362249 -20687.0 3362961 -20991.0 3363672 -21055.0 3364383 -20879.0 3365095 -20872.0 3365806 -21000.0 3366517 -22206.0 3367229 -21295.0 3367940 -21075.0 3368652 -21761.0 3369363 -22660.0 3370074 -23606.0 3370786 -23166.0 3371497 -22518.0 3372209 -24048.0 3372920 -24440.0 3373631 -24294.0 3374343 -24206.0 3375054 -23788.0 3375765 -22864.0 3376477 -22906.0 3377188 -21631.0 3377900 -22286.0 3378611 -21916.0 3379322 -20915.0 3380034 -21755.0 3380745 -22396.0 3381456 -23229.0 3382168 -23197.0 3382879 -23289.0 3383591 -23395.0 3384302 -24726.0 3385013 -25953.0 3385725 -25577.0 3386436 -25451.0 3387148 -25937.0 3387859 -27286.0 3388570 -30289.0 3389282 -29496.0 3389993 -27195.0 3390704 -25979.0 3391416 -24967.0 3392127 -25835.0 3392839 -26367.0 3393550 -28231.0 3394261 -29617.0 3394973 -30588.0 3395684 -32174.0 3396395 -34322.0 3397107 -33221.0 3397818 -32176.0 3398530 -31442.0 3399241 -29056.0 3399952 -27565.0 3400664 -26786.0 3401375 -26857.0 3402087 -27689.0 3402798 -27188.0 3403509 -26970.0 3404221 -29265.0 3404932 -29969.0 3405643 -29516.0 3406355 -28665.0 3407066 -26690.0 3407778 -26773.0 3408489 -27112.0 3409200 -25977.0 3409912 -27918.0 3410623 -35859.0 3411335 -56814.0 3412046 -89502.0 3412757 -119787.0 3413469 -133375.0 3414180 -110619.0 3414891 -79202.0 3415603 -50777.0 3416314 -36900.0 3417026 -31636.0 3417737 -28797.0 3418448 -28310.0 3419160 -27761.0 3419871 -28865.0 3420582 -28751.0 3421294 -27739.0 3422005 -26565.0 3422717 -27076.0 3423428 -27272.0 3424139 -26909.0 3424851 -27047.0 3425562 -27191.0 3426274 -26255.0 3426985 -28909.0 3427696 -28252.0 3428408 -27842.0 3429119 -31153.0 3429830 -37137.0 3430542 -52719.0 3431253 -81085.0 3431965 -118026.0 3432676 -142804.0 3433387 -148242.0 3434099 -155100.0 3434810 -174340.0 3435522 -204260.0 3436233 -227143.0 3436944 -259396.0 3437656 -299395.0 3438367 -320014.0 3439078 -237919.0 3439790 -113181.0 3440501 -66936.0 3441213 -51959.0 3441924 -44767.0 3442635 -40836.0 3443347 -38313.0 3444058 -36522.0 3444769 -34134.0 3445481 -33259.0 3446192 -32151.0 3446904 -31451.0 3447615 -30989.0 3448326 -31073.0 3449038 -30703.0 3449749 -30511.0 3450461 -30870.0 3451172 -31063.0 3451883 -30062.0 3452595 -28987.0 3453306 -30017.0 3454017 -29400.0 3454729 -28428.0 3455440 -28631.0 3456152 -28956.0 3456863 -28677.0 3457574 -28167.0 3458286 -27033.0 3458997 -27162.0 3459709 -25408.0 3460420 -25999.0 3461131 -27728.0 3461843 -27629.0 3462554 -27983.0 3463265 -27921.0 3463977 -28637.0 3464688 -28409.0 3465400 -27746.0 3466111 -29605.0 3466822 -38188.0 3467534 -63090.0 3468245 -119580.0 3468956 -209760.0 3469668 -300873.0 3470379 -317164.0 3471091 -244282.0 3471802 -143662.0 3472513 -74610.0 3473225 -46729.0 3473936 -36408.0 3474648 -34385.0 3475359 -32562.0 3476070 -30542.0 3476782 -31430.0 3477493 -31680.0 3478204 -30637.0 3478916 -28264.0 3479627 -29043.0 3480339 -29718.0 3481050 -31166.0 3481761 -34686.0 3482473 -39865.0 3483184 -47308.0 3483896 -49453.0 3484607 -46001.0 3485318 -39721.0 3486030 -35007.0 3486741 -32382.0 3487452 -30300.0 3488164 -29111.0 3488875 -28475.0 3489587 -27454.0 3490298 -26291.0 3491009 -26874.0 3491721 -26522.0 3492432 -27660.0 3493143 -26796.0 3493855 -27033.0 3494566 -25114.0 3495278 -25703.0 3495989 -25958.0 3496700 -25617.0 3497412 -25559.0 3498123 -27553.0 3498835 -27847.0 3499546 -28222.0 3500257 -28884.0 3500969 -30442.0 3501680 -30718.0 3502391 -31653.0 3503103 -29656.0 3503814 -28177.0 3504526 -24850.0 3505237 -25160.0 3505948 -24867.0 3506660 -25329.0 3507371 -25523.0 3508083 -27084.0 3508794 -28485.0 3509505 -30505.0 3510217 -31627.0 3510928 -30420.0 3511639 -29864.0 3512351 -29599.0 3513062 -29653.0 3513774 -30952.0 3514485 -30792.0 3515196 -31518.0 3515908 -30428.0 3516619 -30318.0 3517330 -29178.0 3518042 -28143.0 3518753 -28739.0 3519465 -28526.0 3520176 -28825.0 3520887 -30156.0 3521599 -30871.0 3522310 -30834.0 3523022 -32490.0 3523733 -31865.0 3524444 -28029.0 3525156 -28192.0 3525867 -28100.0 3526578 -33362.0 3527290 -47018.0 3528001 -78503.0 3528713 -133678.0 3529424 -190460.0 3530135 -214533.0 3530847 -182178.0 3531558 -126552.0 3532270 -74657.0 3532981 -50230.0 3533692 -40182.0 3534404 -37936.0 3535115 -35263.0 3535826 -33123.0 3536538 -31522.0 3537249 -30627.0 3537961 -27950.0 3538672 -27243.0 3539383 -27473.0 3540095 -28873.0 3540806 -29914.0 3541517 -35646.0 3542229 -50379.0 3542940 -71364.0 3543652 -98742.0 3544363 -115066.0 3545074 -110115.0 3545786 -89312.0 3546497 -66493.0 3547209 -53648.0 3547920 -44733.0 3548631 -40038.0 3549343 -37980.0 3550054 -35134.0 3550765 -34296.0 3551477 -32480.0 3552188 -32577.0 3552900 -33413.0 3553611 -32855.0 3554322 -32633.0 3555034 -34165.0 3555745 -33789.0 3556457 -33711.0 3557168 -35100.0 3557879 -37798.0 3558591 -40056.0 3559302 -40886.0 3560013 -39481.0 3560725 -35490.0 3561436 -31877.0 3562148 -29053.0 3562859 -29322.0 3563570 -28055.0 3564282 -29207.0 3564993 -28465.0 3565704 -27409.0 3566416 -28815.0 3567127 -28227.0 3567839 -28780.0 3568550 -27429.0 3569261 -28107.0 3569973 -27834.0 3570684 -27226.0 3571396 -27144.0 3572107 -27889.0 3572818 -27301.0 3573530 -28618.0 3574241 -28720.0 3574952 -28843.0 3575664 -29907.0 3576375 -28967.0 3577087 -28872.0 3577798 -28327.0 3578509 -27137.0 3579221 -27262.0 3579932 -26561.0 3580644 -26615.0 3581355 -26712.0 3582066 -26610.0 3582778 -26686.0 3583489 -25504.0 3584200 -25744.0 3584912 -24945.0 3585623 -26370.0 3586335 -26158.0 3587046 -26287.0 3587757 -25594.0 3588469 -26548.0 3589180 -25824.0 3589891 -28312.0 3590603 -30290.0 3591314 -31526.0 3592026 -31938.0 3592737 -32032.0 3593448 -30395.0 3594160 -29196.0 3594871 -27370.0 3595583 -27393.0 3596294 -28354.0 3597005 -26927.0 3597717 -26861.0 3598428 -26268.0 3599139 -26293.0 3599851 -26438.0 3600562 -25225.0 3601274 -25623.0 3601985 -24241.0 3602696 -25848.0 3603408 -24363.0 3604119 -24449.0 3604830 -24744.0 3605542 -25122.0 3606253 -24355.0 3606965 -24515.0 3607676 -24064.0 3608387 -24731.0 3609099 -25094.0 3609810 -24476.0 3610522 -26007.0 3611233 -25605.0 3611944 -25834.0 3612656 -24959.0 3613367 -26343.0 3614078 -25698.0 3614790 -25822.0 3615501 -26421.0 3616213 -26680.0 3616924 -26015.0 3617635 -25343.0 3618347 -25517.0 3619058 -25297.0 3619770 -24974.0 3620481 -26558.0 3621192 -26150.0 3621904 -30262.0 3622615 -40031.0 3623326 -58228.0 3624038 -74333.0 3624749 -84743.0 3625461 -76146.0 3626172 -64213.0 3626883 -48618.0 3627595 -37637.0 3628306 -31893.0 3629017 -29435.0 3629729 -27892.0 3630440 -26566.0 3631152 -26698.0 3631863 -26693.0 3632574 -26323.0 3633286 -26621.0 3633997 -27621.0 3634709 -28945.0 3635420 -30469.0 3636131 -30216.0 3636843 -31501.0 3637554 -29203.0 3638265 -28359.0 3638977 -28499.0 3639688 -28261.0 3640400 -28244.0 3641111 -28357.0 3641822 -28186.0 3642534 -26953.0 3643245 -26742.0 3643957 -24807.0 3644668 -25627.0 3645379 -25132.0 3646091 -25659.0 3646802 -26041.0 3647513 -26414.0 3648225 -27853.0 3648936 -29868.0 3649648 -32858.0 3650359 -37453.0 3651070 -48199.0 3651782 -61098.0 3652493 -70168.0 3653204 -72430.0 3653916 -63750.0 3654627 -55800.0 3655339 -51591.0 3656050 -47768.0 3656761 -46276.0 3657473 -40565.0 3658184 -38557.0 3658896 -37229.0 3659607 -37999.0 3660318 -40964.0 3661030 -42883.0 3661741 -44445.0 3662452 -44368.0 3663164 -40046.0 3663875 -35988.0 3664587 -32584.0 3665298 -30889.0 3666009 -29492.0 3666721 -30355.0 3667432 -32037.0 3668144 -38609.0 3668855 -48547.0 3669566 -71365.0 3670278 -98069.0 3670989 -118582.0 3671700 -109710.0 3672412 -91322.0 3673123 -61756.0 3673835 -46157.0 3674546 -37988.0 3675257 -35645.0 3675969 -33100.0 3676680 -33053.0 3677391 -32748.0 3678103 -30685.0 3678814 -30634.0 3679526 -30533.0 3680237 -30382.0 3680948 -30658.0 3681660 -29100.0 3682371 -30200.0 3683083 -29358.0 3683794 -29618.0 3684505 -30058.0 3685217 -30219.0 3685928 -32207.0 3686639 -32219.0 3687351 -32441.0 3688062 -32991.0 3688774 -33197.0 3689485 -31346.0 3690196 -30828.0 3690908 -29541.0 3691619 -30030.0 3692331 -28519.0 3693042 -28571.0 3693753 -27735.0 3694465 -27404.0 3695176 -26992.0 3695887 -26764.0 3696599 -27492.0 3697310 -28020.0 3698022 -27971.0 3698733 -27412.0 3699444 -27077.0 3700156 -26812.0 3700867 -27558.0 3701578 -28087.0 3702290 -28848.0 3703001 -28594.0 3703713 -26950.0 3704424 -26616.0 3705135 -25751.0 3705847 -26775.0 3706558 -27153.0 3707270 -26161.0 3707981 -25900.0 3708692 -25778.0 3709404 -26106.0 3710115 -26075.0 3710826 -26151.0 3711538 -25887.0 3712249 -26606.0 3712961 -26005.0 3713672 -26412.0 3714383 -26744.0 3715095 -27250.0 3715806 -27221.0 3716518 -28670.0 3717229 -29158.0 3717940 -30597.0 3718652 -33380.0 3719363 -43404.0 3720074 -66898.0 3720786 -115634.0 3721497 -194614.0 3722209 -300284.0 3722920 -430215.0 3723631 -570534.0 3724343 -701900.0 3725054 -733816.0 3725765 -583086.0 3726477 -306370.0 3727188 -162888.0 3727900 -116205.0 3728611 -95819.0 3729322 -83213.0 3730034 -74143.0 3730745 -70852.0 3731457 -63574.0 3732168 -60265.0 3732879 -55210.0 3733591 -52737.0 3734302 -52593.0 3735013 -49134.0 3735725 -47601.0 3736436 -47132.0 3737148 -46736.0 3737859 -44671.0 3738570 -44188.0 3739282 -43412.0 3739993 -42611.0 3740705 -41486.0 3741416 -41922.0 3742127 -42540.0 3742839 -42226.0 3743550 -41705.0 3744261 -43925.0 3744973 -41883.0 3745684 -42255.0 3746396 -42408.0 3747107 -43170.0 3747818 -42016.0 3748530 -42761.0 3749241 -43571.0 3749952 -43663.0 3750664 -44460.0 3751375 -43753.0 3752087 -45647.0 3752798 -45963.0 3753509 -47303.0 3754221 -48823.0 3754932 -48958.0 3755644 -49318.0 3756355 -50796.0 3757066 -52472.0 3757778 -58783.0 3758489 -71214.0 3759200 -97295.0 3759912 -133884.0 3760623 -168100.0 3761335 -185567.0 3762046 -180797.0 3762757 -181202.0 3763469 -200013.0 3764180 -220002.0 3764892 -207941.0 3765603 -153410.0 3766314 -95857.0 3767026 -62480.0 3767737 -50844.0 3768448 -44771.0 3769160 -41781.0 3769871 -40647.0 3770583 -38434.0 3771294 -37419.0 3772005 -37320.0 3772717 -36830.0 3773428 -36397.0 3774139 -35733.0 3774851 -34088.0 3775562 -32937.0 3776274 -33829.0 3776985 -33330.0 3777696 -32084.0 3778408 -32268.0 3779119 -33451.0 3779831 -36043.0 3780542 -34678.0 3781253 -37829.0 3781965 -38536.0 3782676 -35475.0 3783387 -33558.0 3784099 -31409.0 3784810 -31534.0 3785522 -31746.0 3786233 -31070.0 3786944 -29560.0 3787656 -29372.0 3788367 -29955.0 3789079 -29416.0 3789790 -30655.0 3790501 -30733.0 3791213 -29379.0 3791924 -28719.0 3792635 -29114.0 3793347 -29777.0 3794058 -31097.0 3794770 -31353.0 3795481 -30923.0 3796192 -31797.0 3796904 -30889.0 3797615 -31440.0 3798326 -30442.0 3799038 -30368.0 3799749 -29597.0 3800461 -29990.0 3801172 -31313.0 3801883 -30167.0 3802595 -30927.0 3803306 -29288.0 3804018 -29751.0 3804729 -28793.0 3805440 -29095.0 3806152 -28227.0 3806863 -28000.0 3807574 -28153.0 3808286 -28001.0 3808997 -27224.0 3809709 -27402.0 3810420 -26434.0 3811131 -26759.0 3811843 -26505.0 3812554 -26159.0 3813265 -26232.0 3813977 -26623.0 3814688 -26297.0 3815400 -25934.0 3816111 -25931.0 3816822 -25940.0 3817534 -25950.0 3818245 -26562.0 3818957 -25779.0 3819668 -26144.0 3820379 -26130.0 3821091 -27581.0 3821802 -26667.0 3822513 -28103.0 3823225 -27841.0 3823936 -28535.0 3824648 -30426.0 3825359 -35008.0 3826070 -39834.0 3826782 -43561.0 3827493 -43020.0 3828205 -37154.0 3828916 -34208.0 3829627 -28893.0 3830339 -28897.0 3831050 -27380.0 3831761 -28434.0 3832473 -28630.0 3833184 -29718.0 3833896 -29816.0 3834607 -29659.0 3835318 -28398.0 3836030 -29666.0 3836741 -31942.0 3837452 -33636.0 3838164 -35481.0 3838875 -34260.0 3839587 -32321.0 3840298 -30883.0 3841009 -29775.0 3841721 -28605.0 3842432 -29262.0 3843144 -27678.0 3843855 -27832.0 3844566 -28428.0 3845278 -28047.0 3845989 -28125.0 3846700 -28343.0 3847412 -28801.0 3848123 -29078.0 3848835 -29082.0 3849546 -28375.0 3850257 -28826.0 3850969 -28447.0 3851680 -27757.0 3852392 -26964.0 3853103 -26987.0 3853814 -27223.0 3854526 -27737.0 3855237 -29381.0 3855948 -30778.0 3856660 -32472.0 3857371 -32575.0 3858083 -31109.0 3858794 -29373.0 3859505 -29277.0 3860217 -28685.0 3860928 -27453.0 3861639 -27297.0 3862351 -27286.0 3863062 -27987.0 3863774 -30762.0 3864485 -35502.0 3865196 -41365.0 3865908 -44993.0 3866619 -44212.0 3867331 -40933.0 3868042 -34130.0 3868753 -30073.0 3869465 -27693.0 3870176 -27645.0 3870887 -26681.0 3871599 -27259.0 3872310 -25709.0 3873022 -26546.0 3873733 -26026.0 3874444 -26525.0 3875156 -27293.0 3875867 -27798.0 3876579 -27772.0 3877290 -28796.0 3878001 -27816.0 3878713 -28038.0 3879424 -26752.0 3880135 -26995.0 3880847 -26881.0 3881558 -26497.0 3882270 -25524.0 3882981 -25809.0 3883692 -25459.0 3884404 -25552.0 3885115 -25796.0 3885826 -26131.0 3886538 -26455.0 3887249 -25784.0 3887961 -26060.0 3888672 -26652.0 3889383 -26652.0 3890095 -28045.0 3890806 -27017.0 3891518 -27688.0 3892229 -28216.0 3892940 -27627.0 3893652 -27225.0 3894363 -26847.0 3895074 -27301.0 3895786 -27834.0 3896497 -28144.0 3897209 -28073.0 3897920 -28469.0 3898631 -28098.0 3899343 -28520.0 3900054 -28279.0 3900766 -27422.0 3901477 -26606.0 3902188 -27036.0 3902900 -25716.0 3903611 -25346.0 3904322 -26133.0 3905034 -25818.0 3905745 -24566.0 3906457 -24439.0 3907168 -24292.0 3907879 -24262.0 3908591 -24757.0 3909302 -24162.0 3910013 -24578.0 3910725 -24573.0 3911436 -24450.0 3912148 -24191.0 3912859 -24138.0 3913570 -23653.0 3914282 -23739.0 3914993 -25311.0 3915705 -27822.0 3916416 -27966.0 3917127 -28593.0 3917839 -31055.0 3918550 -31544.0 3919261 -32541.0 3919973 -30542.0 3920684 -29554.0 3921396 -27494.0 3922107 -27700.0 3922818 -26649.0 3923530 -26683.0 3924241 -25740.0 3924953 -25152.0 3925664 -26474.0 3926375 -26589.0 3927087 -25286.0 3927798 -25421.0 3928509 -25371.0 3929221 -24986.0 3929932 -23719.0 3930644 -23572.0 3931355 -23063.0 3932066 -24160.0 3932778 -23907.0 3933489 -25086.0 3934200 -25684.0 3934912 -25199.0 3935623 -25222.0 3936335 -25456.0 3937046 -25639.0 3937757 -23966.0 3938469 -24392.0 3939180 -24361.0 3939892 -24475.0 3940603 -25485.0 3941314 -25115.0 3942026 -25093.0 3942737 -26288.0 3943448 -25604.0 3944160 -26443.0 3944871 -27673.0 3945583 -30362.0 3946294 -30729.0 3947005 -30829.0 3947717 -30579.0 3948428 -29080.0 3949140 -27376.0 3949851 -26570.0 3950562 -26170.0 3951274 -25318.0 3951985 -25362.0 3952696 -25190.0 3953408 -24703.0 3954119 -25252.0 3954831 -25765.0 3955542 -26646.0 3956253 -26049.0 3956965 -25795.0 3957676 -25448.0 3958387 -24803.0 3959099 -24837.0 3959810 -25032.0 3960522 -24596.0 3961233 -26507.0 3961944 -24392.0 3962656 -24800.0 3963367 -24884.0 3964079 -24500.0 3964790 -25240.0 3965501 -26232.0 3966213 -27323.0 3966924 -27828.0 3967635 -28201.0 3968347 -26484.0 3969058 -25827.0 3969770 -25374.0 3970481 -25546.0 3971192 -25763.0 3971904 -26343.0 3972615 -25251.0 3973327 -24871.0 3974038 -23682.0 3974749 -24537.0 3975461 -24031.0 3976172 -25092.0 3976883 -23499.0 3977595 -24145.0 3978306 -24049.0 3979018 -24492.0 3979729 -24595.0 3980440 -24944.0 3981152 -24147.0 3981863 -24450.0 3982574 -24323.0 3983286 -24546.0 3983997 -24609.0 3984709 -24936.0 3985420 -25126.0 3986131 -24684.0 3986843 -23604.0 3987554 -24693.0 3988266 -24852.0 3988977 -25126.0 3989688 -25933.0 3990400 -25904.0 3991111 -24273.0 3991822 -23407.0 3992534 -22880.0 3993245 -24096.0 3993957 -24090.0 3994668 -23994.0 3995379 -24529.0 3996091 -24714.0 3996802 -25688.0 3997514 -25949.0 3998225 -25443.0 3998936 -25808.0 3999648 -25873.0 4000359 -25343.0 4001070 -25082.0 4001782 -24850.0 4002493 -24667.0 4003205 -24229.0 4003916 -25127.0 4004627 -25095.0 4005339 -24884.0 4006050 -25042.0 4006761 -25918.0 4007473 -24218.0 4008184 -24494.0 4008896 -23489.0 4009607 -23648.0 4010318 -23665.0 4011030 -24271.0 4011741 -25186.0 4012453 -26415.0 4013164 -27768.0 4013875 -28998.0 4014587 -30937.0 4015298 -32130.0 4016009 -33266.0 4016721 -32468.0 4017432 -30330.0 4018144 -28753.0 4018855 -28046.0 4019566 -28155.0 4020278 -28355.0 4020989 -27204.0 4021700 -27025.0 4022412 -25749.0 4023123 -25408.0 4023835 -25133.0 4024546 -24764.0 4025257 -24524.0 4025969 -24085.0 4026680 -23794.0 4027392 -23730.0 4028103 -23667.0 4028814 -24556.0 4029526 -24476.0 4030237 -24415.0 4030948 -24547.0 4031660 -25239.0 4032371 -25901.0 4033083 -24503.0 4033794 -24445.0 4034505 -24272.0 4035217 -23946.0 4035928 -25151.0 4036640 -25475.0 4037351 -25636.0 4038062 -26711.0 4038774 -25294.0 4039485 -25351.0 4040196 -25181.0 4040908 -25353.0 4041619 -25921.0 4042331 -26262.0 4043042 -26769.0 4043753 -27552.0 4044465 -26424.0 4045176 -25130.0 4045887 -26811.0 4046599 -25189.0 4047310 -25228.0 4048022 -24983.0 4048733 -24386.0 4049444 -24486.0 4050156 -25182.0 4050867 -24433.0 4051579 -23359.0 4052290 -24117.0 4053001 -24007.0 4053713 -24339.0 4054424 -24889.0 4055135 -23334.0 4055847 -24362.0 4056558 -24925.0 4057270 -25754.0 4057981 -26006.0 4058692 -25516.0 4059404 -26094.0 4060115 -27396.0 4060827 -29505.0 4061538 -37772.0 4062249 -49422.0 4062961 -62480.0 4063672 -70176.0 4064383 -63959.0 4065095 -55925.0 4065806 -48018.0 4066518 -39980.0 4067229 -36197.0 4067940 -34338.0 4068652 -32353.0 4069363 -32539.0 4070074 -29620.0 4070786 -28405.0 4071497 -29405.0 4072209 -27624.0 4072920 -27138.0 4073631 -26035.0 4074343 -26634.0 4075054 -26206.0 4075766 -26876.0 4076477 -27047.0 4077188 -25813.0 4077900 -26666.0 4078611 -26511.0 4079322 -27320.0 4080034 -27188.0 4080745 -26345.0 4081457 -26241.0 4082168 -26180.0 4082879 -26424.0 4083591 -26733.0 4084302 -26200.0 4085014 -27066.0 4085725 -27036.0 4086436 -26248.0 4087148 -25700.0 4087859 -26964.0 4088570 -26144.0 4089282 -26088.0 4089993 -26804.0 4090705 -26109.0 4091416 -26918.0 4092127 -26245.0 4092839 -26744.0 4093550 -27991.0 4094261 -25935.0 4094973 -25961.0 4095684 -25533.0 4096396 -25559.0 4097107 -25488.0 4097818 -25963.0 4098530 -24413.0 4099241 -25147.0 4099953 -25274.0 4100664 -24801.0 4101375 -24746.0 4102087 -24839.0 4102798 -24662.0 4103509 -24380.0 4104221 -23620.0 4104932 -24649.0 4105644 -24490.0 4106355 -25488.0 4107066 -23892.0 4107778 -24009.0 4108489 -24797.0 4109201 -23393.0 4109912 -24080.0 4110623 -23952.0 4111335 -24236.0 4112046 -24642.0 4112757 -24167.0 4113469 -23764.0 4114180 -25145.0 4114892 -25109.0 4115603 -25406.0 4116314 -25095.0 4117026 -25176.0 4117737 -24954.0 4118448 -25333.0 4119160 -26020.0 4119871 -26790.0 4120583 -27691.0 4121294 -27815.0 4122005 -26626.0 4122717 -26469.0 4123428 -25579.0 4124140 -25179.0 4124851 -24665.0 4125562 -24738.0 4126274 -24816.0 4126985 -23665.0 4127696 -23834.0 4128408 -23197.0 4129119 -23751.0 4129831 -25324.0 4130542 -24666.0 4131253 -25140.0 4131965 -24244.0 4132676 -24192.0 4133388 -24075.0 4134099 -24912.0 4134810 -24352.0 4135522 -24061.0 4136233 -23695.0 4136944 -23441.0 4137656 -23054.0 4138367 -23408.0 4139079 -22865.0 4139790 -23915.0 4140501 -24111.0 4141213 -24021.0 4141924 -23963.0 4142635 -24753.0 4143347 -25634.0 4144058 -25612.0 4144770 -24702.0 4145481 -25265.0 4146192 -26287.0 4146904 -25679.0 4147615 -25519.0 4148327 -25189.0 4149038 -25432.0 4149749 -25217.0 4150461 -24581.0 4151172 -24276.0 4151883 -25150.0 4152595 -23931.0 4153306 -24555.0 4154018 -25064.0 4154729 -23960.0 4155440 -23632.0 4156152 -25009.0 4156863 -24878.0 4157575 -25889.0 4158286 -25717.0 4158997 -25588.0 4159709 -25384.0 4160420 -24396.0 4161131 -25142.0 4161843 -24937.0 4162554 -24504.0 4163266 -25051.0 4163977 -24871.0 4164688 -25325.0 4165400 -25153.0 4166111 -25424.0 4166822 -25780.0 4167534 -25353.0 4168245 -27272.0 4168957 -27012.0 4169668 -27131.0 4170379 -26170.0 4171091 -25092.0 4171802 -25414.0 4172514 -25232.0 4173225 -24548.0 4173936 -24958.0 4174648 -24305.0 4175359 -24453.0 4176070 -24762.0 4176782 -24054.0 4177493 -24424.0 4178205 -24898.0 4178916 -25146.0 4179627 -25690.0 4180339 -24795.0 4181050 -24688.0 4181762 -24429.0 4182473 -24343.0 4183184 -23940.0 4183896 -24036.0 4184607 -23730.0 4185318 -24149.0 4186030 -23316.0 4186741 -23464.0 4187453 -24074.0 4188164 -23885.0 4188875 -23630.0 4189587 -24660.0 4190298 -24016.0 4191009 -24147.0 4191721 -24165.0 4192432 -24449.0 4193144 -24402.0 4193855 -24921.0 4194566 -24586.0 4195278 -24452.0 4195989 -25233.0 4196701 -23648.0 4197412 -26103.0 4198123 -24726.0 4198835 -24866.0 4199546 -24304.0 4200257 -25537.0 4200969 -25326.0 4201680 -24832.0 4202392 -26021.0 4203103 -25256.0 4203814 -24733.0 4204526 -24139.0 4205237 -22980.0 4205948 -23279.0 4206660 -24536.0 4207371 -24018.0 4208083 -24049.0 4208794 -23013.0 4209505 -23712.0 4210217 -23321.0 4210928 -24223.0 4211640 -24350.0 4212351 -24644.0 4213062 -25605.0 4213774 -25087.0 4214485 -26505.0 4215196 -26382.0 4215908 -26726.0 4216619 -25519.0 4217331 -25182.0 4218042 -24983.0 4218753 -24797.0 4219465 -25853.0 4220176 -26642.0 4220888 -27168.0 4221599 -26814.0 4222310 -26305.0 4223022 -26093.0 4223733 -25596.0 4224444 -25309.0 4225156 -24657.0 4225867 -24685.0 4226579 -24120.0 4227290 -24653.0 4228001 -24173.0 4228713 -24162.0 4229424 -24936.0 4230135 -24405.0 4230847 -24689.0 4231558 -24965.0 4232270 -25250.0 4232981 -25682.0 4233692 -24812.0 4234404 -26309.0 4235115 -26062.0 4235827 -25805.0 4236538 -25923.0 4237249 -26623.0 4237961 -26059.0 4238672 -26007.0 4239383 -26655.0 4240095 -26524.0 4240806 -29231.0 4241518 -33353.0 4242229 -46628.0 4242940 -73512.0 4243652 -113597.0 4244363 -158876.0 4245075 -196177.0 4245786 -200552.0 4246497 -160148.0 4247209 -119060.0 4247920 -88960.0 4248631 -71150.0 4249343 -65243.0 4250054 -56328.0 4250766 -53864.0 4251477 -50555.0 4252188 -50675.0 4252900 -48714.0 4253611 -48358.0 4254322 -47226.0 4255034 -49028.0 4255745 -50431.0 4256457 -53453.0 4257168 -54718.0 4257879 -58903.0 4258591 -60323.0 4259302 -64278.0 4260014 -68130.0 4260725 -69697.0 4261436 -74774.0 4262148 -81084.0 4262859 -88844.0 4263570 -94185.0 4264282 -101695.0 4264993 -105316.0 4265705 -110513.0 4266416 -105894.0 4267127 -98283.0 4267839 -81314.0 4268550 -64674.0 4269262 -52309.0 4269973 -44178.0 4270684 -39975.0 4271396 -37909.0 4272107 -37003.0 4272818 -35292.0 4273530 -33755.0 4274241 -33843.0 4274953 -32272.0 4275664 -33205.0 4276375 -31781.0 4277087 -31058.0 4277798 -29755.0 4278509 -31032.0 4279221 -31101.0 4279932 -30713.0 4280644 -31533.0 4281355 -30125.0 4282066 -30206.0 4282778 -28926.0 4283489 -29182.0 4284201 -29794.0 4284912 -29470.0 4285623 -29288.0 4286335 -28307.0 4287046 -28967.0 4287757 -28162.0 4288469 -28273.0 4289180 -27967.0 4289892 -29937.0 4290603 -29305.0 4291314 -30370.0 4292026 -30407.0 4292737 -30804.0 4293449 -31707.0 4294160 -30012.0 4294871 -29415.0 4295583 -28769.0 4296294 -28437.0 4297005 -26915.0 4297717 -27701.0 4298428 -28502.0 4299140 -27240.0 4299851 -28102.0 4300562 -28412.0 4301274 -28370.0 4301985 -29074.0 4302696 -28060.0 4303408 -27996.0 4304119 -28032.0 4304831 -27337.0 4305542 -27942.0 4306253 -26636.0 4306965 -26311.0 4307676 -26099.0 4308388 -26076.0 4309099 -26341.0 4309810 -26799.0 4310522 -26812.0 4311233 -25912.0 4311944 -27072.0 4312656 -26842.0 4313367 -26335.0 4314079 -27038.0 4314790 -26426.0 4315501 -26337.0 4316213 -26368.0 4316924 -26510.0 4317636 -26605.0 4318347 -26480.0 4319058 -25639.0 4319770 -25588.0 4320481 -26699.0 4321192 -26017.0 4321904 -26378.0 4322615 -26051.0 4323327 -26857.0 4324038 -27100.0 4324749 -26476.0 4325461 -26162.0 4326172 -26601.0 4326883 -26172.0 4327595 -26266.0 4328306 -27258.0 4329018 -26462.0 4329729 -25915.0 4330440 -26634.0 4331152 -26749.0 4331863 -26868.0 4332575 -26432.0 4333286 -27088.0 4333997 -27371.0 4334709 -26554.0 4335420 -28297.0 4336131 -26225.0 4336843 -26577.0 4337554 -26462.0 4338266 -25469.0 4338977 -26356.0 4339688 -26289.0 4340400 -26064.0 4341111 -26225.0 4341823 -26438.0 4342534 -26571.0 4343245 -27519.0 4343957 -28221.0 4344668 -26362.0 4345379 -27291.0 4346091 -26169.0 4346802 -27159.0 4347514 -25579.0 4348225 -26468.0 4348936 -27009.0 4349648 -27202.0 4350359 -27157.0 4351070 -26926.0 4351782 -24818.0 4352493 -25549.0 4353205 -25711.0 4353916 -26460.0 4354627 -24997.0 4355339 -26909.0 4356050 -26401.0 4356762 -26935.0 4357473 -27128.0 4358184 -27415.0 4358896 -26602.0 4359607 -27185.0 4360318 -26873.0 4361030 -27432.0 4361741 -28083.0 4362453 -27168.0 4363164 -27070.0 4363875 -27348.0 4364587 -27232.0 4365298 -27218.0 4366010 -28339.0 4366721 -28009.0 4367432 -27101.0 4368144 -27573.0 4368855 -28295.0 4369566 -28638.0 4370278 -28542.0 4370989 -28180.0 4371701 -27111.0 4372412 -27649.0 4373123 -28332.0 4373835 -28524.0 4374546 -27999.0 4375257 -27194.0 4375969 -27788.0 4376680 -27630.0 4377392 -25960.0 4378103 -26852.0 4378814 -28029.0 4379526 -28144.0 4380237 -26772.0 4380949 -27160.0 4381660 -26528.0 4382371 -26468.0 4383083 -27072.0 4383794 -25851.0 4384505 -26842.0 4385217 -26644.0 4385928 -27754.0 4386640 -27089.0 4387351 -25956.0 4388062 -26718.0 4388774 -26434.0 4389485 -26849.0 4390197 -26845.0 4390908 -26529.0 4391619 -25426.0 4392331 -26627.0 4393042 -26693.0 4393753 -27508.0 4394465 -27061.0 4395176 -26112.0 4395888 -26286.0 4396599 -26554.0 4397310 -26249.0 4398022 -26552.0 4398733 -26521.0 4399444 -26238.0 4400156 -26589.0 4400867 -26615.0 4401579 -27050.0 4402290 -26496.0 4403001 -27230.0 4403713 -26754.0 4404424 -26849.0 4405136 -27863.0 4405847 -27461.0 4406558 -28283.0 4407270 -28790.0 4407981 -27659.0 4408692 -28344.0 4409404 -28483.0 4410115 -28404.0 4410827 -26822.0 4411538 -27869.0 4412249 -27947.0 4412961 -28195.0 4413672 -28705.0 4414383 -29624.0 4415095 -28574.0 4415806 -28621.0 4416518 -29507.0 4417229 -29047.0 4417940 -28789.0 4418652 -28876.0 4419363 -28805.0 4420075 -28869.0 4420786 -27169.0 4421497 -26768.0 4422209 -27764.0 4422920 -27824.0 4423631 -27950.0 4424343 -26951.0 4425054 -25747.0 4425766 -26881.0 4426477 -27047.0 4427188 -27913.0 4427900 -28195.0 4428611 -27648.0 4429323 -27023.0 4430034 -27385.0 4430745 -25877.0 4431457 -26656.0 4432168 -26001.0 4432879 -26230.0 4433591 -27251.0 4434302 -27189.0 4435014 -26951.0 4435725 -26915.0 4436436 -28051.0 4437148 -27803.0 4437859 -28813.0 4438570 -29919.0 4439282 -31056.0 4439993 -30067.0 4440705 -31451.0 4441416 -27762.0 4442127 -28046.0 4442839 -27416.0 4443550 -29052.0 4444262 -28702.0 4444973 -27665.0 4445684 -26084.0 4446396 -27684.0 4447107 -27271.0 4447818 -28368.0 4448530 -28186.0 4449241 -27897.0 4449953 -28387.0 4450664 -27456.0 4451375 -26699.0 4452087 -27055.0 4452798 -27845.0 4453510 -27888.0 4454221 -27403.0 4454932 -28435.0 4455644 -26533.0 4456355 -27309.0 4457066 -26954.0 4457778 -27683.0 4458489 -28430.0 4459201 -29725.0 4459912 -30188.0 4460623 -29561.0 4461335 -29761.0 4462046 -29680.0 4462757 -28405.0 4463469 -27791.0 4464180 -26936.0 4464892 -27521.0 4465603 -26984.0 4466314 -27515.0 4467026 -27926.0 4467737 -27687.0 4468449 -27396.0 4469160 -27193.0 4469871 -26336.0 4470583 -27499.0 4471294 -28799.0 4472005 -28750.0 4472717 -28769.0 4473428 -28676.0 4474140 -29614.0 4474851 -29482.0 4475562 -28781.0 4476274 -29332.0 4476985 -28701.0 4477697 -28586.0 4478408 -28408.0 4479119 -28934.0 4479831 -27759.0 4480542 -26126.0 4481253 -27944.0 4481965 -28335.0 4482676 -27699.0 4483388 -29001.0 4484099 -29291.0 4484810 -29911.0 4485522 -29793.0 4486233 -31239.0 4486944 -33933.0 4487656 -34439.0 4488367 -35005.0 4489079 -33887.0 4489790 -32449.0 4490501 -32095.0 4491213 -30511.0 4491924 -30485.0 4492636 -30100.0 4493347 -28604.0 4494058 -29078.0 4494770 -28897.0 4495481 -29326.0 4496192 -28008.0 4496904 -27875.0 4497615 -29125.0 4498327 -28111.0 4499038 -29525.0 4499749 -29479.0 4500461 -29000.0 4501172 -31222.0 4501884 -29863.0 4502595 -29905.0 4503306 -28242.0 4504018 -29589.0 4504729 -28944.0 4505440 -28463.0 4506152 -28629.0 4506863 -28256.0 4507575 -28615.0 4508286 -29529.0 4508997 -28707.0 4509709 -28513.0 4510420 -28727.0 4511131 -29171.0 4511843 -30593.0 4512554 -30215.0 4513266 -29198.0 4513977 -28293.0 4514688 -29160.0 4515400 -29198.0 4516111 -27023.0 4516823 -28125.0 4517534 -28021.0 4518245 -27889.0 4518957 -27819.0 4519668 -29004.0 4520379 -27814.0 4521091 -28614.0 4521802 -28528.0 4522514 -27404.0 4523225 -28821.0 4523936 -28804.0 4524648 -29337.0 4525359 -29567.0 4526071 -28706.0 4526782 -28796.0 4527493 -29265.0 4528205 -28208.0 4528916 -28386.0 4529627 -28495.0 4530339 -27596.0 4531050 -28093.0 4531762 -28008.0 4532473 -28332.0 4533184 -28566.0 4533896 -28475.0 4534607 -27370.0 4535318 -28018.0 4536030 -27754.0 4536741 -28394.0 4537453 -27102.0 4538164 -27176.0 4538875 -27206.0 4539587 -27350.0 4540298 -27382.0 4541010 -27505.0 4541721 -28298.0 4542432 -27823.0 4543144 -28487.0 4543855 -28816.0 4544566 -28545.0 4545278 -27769.0 4545989 -28472.0 4546701 -28308.0 4547412 -28975.0 4548123 -28508.0 4548835 -30220.0 4549546 -30055.0 4550258 -28641.0 4550969 -28517.0 4551680 -28323.0 4552392 -29001.0 4553103 -30896.0 4553814 -30135.0 4554526 -29817.0 4555237 -29078.0 4555949 -29046.0 4556660 -29192.0 4557371 -28361.0 4558083 -29854.0 4558794 -29121.0 4559505 -29469.0 4560217 -28473.0 4560928 -29110.0 4561640 -28405.0 4562351 -28626.0 4563062 -27953.0 4563774 -27925.0 4564485 -28722.0 4565197 -29081.0 4565908 -28449.0 4566619 -28963.0 4567331 -28704.0 4568042 -28363.0 4568753 -28406.0 4569465 -29806.0 4570176 -31083.0 4570888 -30837.0 4571599 -32593.0 4572310 -31587.0 4573022 -31716.0 4573733 -30864.0 4574445 -28300.0 4575156 -27790.0 4575867 -28734.0 4576579 -28143.0 4577290 -28844.0 4578001 -28528.0 4578713 -29201.0 4579424 -29604.0 4580136 -28511.0 4580847 -28275.0 4581558 -29040.0 4582270 -30164.0 4582981 -28855.0 4583692 -28449.0 4584404 -30445.0 4585115 -28911.0 4585827 -28853.0 4586538 -30241.0 4587249 -29058.0 4587961 -30189.0 4588672 -30440.0 4589384 -29373.0 4590095 -28896.0 4590806 -28623.0 4591518 -30872.0 4592229 -28351.0 4592940 -29603.0 4593652 -29379.0 4594363 -29145.0 4595075 -28726.0 4595786 -29230.0 4596497 -28857.0 4597209 -29613.0 4597920 -29639.0 4598632 -29807.0 4599343 -29913.0 4600054 -30203.0 4600766 -30144.0 4601477 -29659.0 4602188 -29712.0 4602900 -29284.0 4603611 -29645.0 4604323 -30683.0 4605034 -29779.0 4605745 -29413.0 4606457 -29229.0 4607168 -29200.0 4607879 -29138.0 4608591 -29679.0 4609302 -28756.0 4610014 -30442.0 4610725 -31265.0 4611436 -31780.0 4612148 -32052.0 4612859 -33109.0 4613571 -30617.0 4614282 -30840.0 4614993 -29841.0 4615705 -28482.0 4616416 -29444.0 4617127 -29554.0 4617839 -29632.0 4618550 -29864.0 4619262 -29802.0 4619973 -29361.0 4620684 -30338.0 4621396 -29445.0 4622107 -29471.0 4622818 -29727.0 4623530 -29395.0 4624241 -29451.0 4624953 -29789.0 4625664 -30530.0 4626375 -30640.0 4627087 -29778.0 4627798 -30056.0 4628510 -29044.0 4629221 -31089.0 4629932 -30414.0 4630644 -30827.0 4631355 -30940.0 4632066 -31149.0 4632778 -30507.0 4633489 -30617.0 4634201 -30849.0 4634912 -30440.0 4635623 -30819.0 4636335 -31314.0 4637046 -30647.0 4637758 -30693.0 4638469 -30221.0 4639180 -30784.0 4639892 -31269.0 4640603 -31953.0 4641314 -31306.0 4642026 -30198.0 4642737 -30737.0 4643449 -30618.0 4644160 -30479.0 4644871 -30545.0 4645583 -30345.0 4646294 -30595.0 4647005 -30865.0 4647717 -31303.0 4648428 -29943.0 4649140 -30478.0 4649851 -31720.0 4650562 -32836.0 4651274 -33964.0 4651985 -34895.0 4652697 -35464.0 4653408 -33261.0 4654119 -32544.0 4654831 -32387.0 4655542 -32153.0 4656253 -30786.0 4656965 -31811.0 4657676 -31695.0 4658388 -32291.0 4659099 -30147.0 4659810 -31163.0 4660522 -30900.0 4661233 -31357.0 4661945 -30725.0 4662656 -31279.0 4663367 -31770.0 4664079 -31769.0 4664790 -32506.0 4665501 -31110.0 4666213 -32783.0 4666924 -31581.0 4667636 -32745.0 4668347 -33983.0 4669058 -36726.0 4669770 -39129.0 4670481 -40283.0 4671192 -42798.0 4671904 -43253.0 4672615 -42079.0 4673327 -39115.0 4674038 -36774.0 4674749 -35071.0 4675461 -35819.0 4676172 -36003.0 4676884 -34458.0 4677595 -35023.0 4678306 -35388.0 4679018 -33376.0 4679729 -35237.0 4680440 -34198.0 4681152 -33536.0 4681863 -32927.0 4682575 -33460.0 4683286 -34988.0 4683997 -34316.0 4684709 -34646.0 4685420 -33945.0 4686132 -32874.0 4686843 -33625.0 4687554 -32582.0 4688266 -32592.0 4688977 -32190.0 4689688 -31395.0 4690400 -31371.0 4691111 -32003.0 4691823 -32505.0 4692534 -32612.0 4693245 -31793.0 4693957 -32271.0 4694668 -31854.0 4695379 -33077.0 4696091 -31970.0 4696802 -31958.0 4697514 -31799.0 4698225 -31988.0 4698936 -31768.0 4699648 -32285.0 4700359 -32432.0 4701071 -32234.0 4701782 -34245.0 4702493 -33574.0 4703205 -35345.0 4703916 -35489.0 4704627 -34986.0 4705339 -36894.0 4706050 -34521.0 4706762 -33252.0 4707473 -32815.0 4708184 -34043.0 4708896 -34724.0 4709607 -32230.0 4710319 -33190.0 4711030 -32740.0 4711741 -32285.0 4712453 -33084.0 4713164 -33164.0 4713875 -33127.0 4714587 -33345.0 4715298 -32548.0 4716010 -32843.0 4716721 -31880.0 4717432 -33901.0 4718144 -32515.0 4718855 -32424.0 4719566 -34133.0 4720278 -33289.0 4720989 -33946.0 4721701 -33529.0 4722412 -33351.0 4723123 -34250.0 4723835 -35121.0 4724546 -37176.0 4725258 -39158.0 4725969 -42051.0 4726680 -40153.0 4727392 -41102.0 4728103 -39727.0 4728814 -39958.0 4729526 -39381.0 4730237 -38111.0 4730949 -38188.0 4731660 -35537.0 4732371 -35184.0 4733083 -35106.0 4733794 -34422.0 4734506 -34270.0 4735217 -33938.0 4735928 -32927.0 4736640 -34432.0 4737351 -34847.0 4738062 -33335.0 4738774 -33018.0 4739485 -34383.0 4740197 -34126.0 4740908 -34427.0 4741619 -34435.0 4742331 -35572.0 4743042 -35431.0 4743753 -35089.0 4744465 -35329.0 4745176 -35728.0 4745888 -35029.0 4746599 -35185.0 4747310 -36159.0 4748022 -35742.0 4748733 -35411.0 4749445 -37982.0 4750156 -37874.0 4750867 -36035.0 4751579 -37953.0 4752290 -36690.0 4753001 -36949.0 4753713 -36072.0 4754424 -36820.0 4755136 -37758.0 4755847 -37544.0 4756558 -38018.0 4757270 -38166.0 4757981 -37807.0 4758693 -39287.0 4759404 -37358.0 4760115 -36855.0 4760827 -36416.0 4761538 -36718.0 4762249 -36865.0 4762961 -37392.0 4763672 -36515.0 4764384 -36198.0 4765095 -37278.0 4765806 -36589.0 4766518 -36969.0 4767229 -35093.0 4767940 -35772.0 4768652 -36242.0 4769363 -37232.0 4770075 -37410.0 4770786 -37261.0 4771497 -39186.0 4772209 -38324.0 4772920 -37382.0 4773632 -37666.0 4774343 -37430.0 4775054 -35448.0 4775766 -35738.0 4776477 -36055.0 4777188 -35702.0 4777900 -37303.0 4778611 -36885.0 4779323 -36905.0 4780034 -36960.0 4780745 -35832.0 4781457 -35652.0 4782168 -35041.0 4782880 -35254.0 4783591 -35508.0 4784302 -36250.0 4785014 -36011.0 4785725 -36140.0 4786436 -38033.0 4787148 -35635.0 4787859 -37509.0 4788571 -36745.0 4789282 -36711.0 4789993 -35096.0 4790705 -35659.0 4791416 -36118.0 4792127 -36269.0 4792839 -37165.0 4793550 -35560.0 4794262 -36615.0 4794973 -37425.0 4795684 -35495.0 4796396 -36390.0 4797107 -35005.0 4797819 -36203.0 4798530 -36315.0 4799241 -36877.0 4799953 -36488.0 4800664 -36566.0 4801375 -36051.0 4802087 -35908.0 4802798 -36567.0 4803510 -35904.0 4804221 -35472.0 4804932 -35894.0 4805644 -35776.0 4806355 -34819.0 4807066 -37241.0 4807778 -37136.0 4808489 -36815.0 4809201 -36842.0 4809912 -35851.0 4810623 -37356.0 4811335 -38628.0 4812046 -38016.0 4812758 -37253.0 4813469 -38540.0 4814180 -38797.0 4814892 -39385.0 4815603 -38360.0 4816314 -38617.0 4817026 -38664.0 4817737 -39175.0 4818449 -36925.0 4819160 -37093.0 4819871 -36839.0 4820583 -37624.0 4821294 -36665.0 4822006 -36772.0 4822717 -37647.0 4823428 -36846.0 4824140 -38546.0 4824851 -38572.0 4825562 -37967.0 4826274 -38513.0 4826985 -39722.0 4827697 -38864.0 4828408 -42003.0 4829119 -44634.0 4829831 -51929.0 4830542 -55619.0 4831253 -58601.0 4831965 -58137.0 4832676 -53286.0 4833388 -46033.0 4834099 -42293.0 4834810 -40663.0 4835522 -40113.0 4836233 -38713.0 4836945 -38654.0 4837656 -39355.0 4838367 -39115.0 4839079 -41438.0 4839790 -41334.0 4840501 -42680.0 4841213 -44265.0 4841924 -46678.0 4842636 -47358.0 4843347 -48901.0 4844058 -47268.0 4844770 -46899.0 4845481 -45909.0 4846193 -42529.0 4846904 -41891.0 4847615 -41353.0 4848327 -40198.0 4849038 -40490.0 4849749 -40221.0 4850461 -39807.0 4851172 -41107.0 4851884 -41873.0 4852595 -40615.0 4853306 -39571.0 4854018 -38758.0 4854729 -39694.0 4855440 -37936.0 4856152 -39678.0 4856863 -38621.0 4857575 -38982.0 4858286 -39604.0 4858997 -40279.0 4859709 -40269.0 4860420 -39718.0 4861132 -39640.0 4861843 -39447.0 4862554 -38321.0 4863266 -39536.0 4863977 -39781.0 4864688 -39557.0 4865400 -39819.0 4866111 -40042.0 4866823 -41134.0 4867534 -40894.0 4868245 -39914.0 4868957 -40331.0 4869668 -39996.0 4870380 -39740.0 4871091 -39632.0 4871802 -40164.0 4872514 -40383.0 4873225 -40261.0 4873936 -39655.0 4874648 -40140.0 4875359 -39881.0 4876071 -40746.0 4876782 -39496.0 4877493 -40667.0 4878205 -40788.0 4878916 -41407.0 4879627 -43711.0 4880339 -41672.0 4881050 -42076.0 4881762 -41900.0 4882473 -41434.0 4883184 -41978.0 4883896 -40833.0 4884607 -41044.0 4885319 -39567.0 4886030 -40565.0 4886741 -40084.0 4887453 -41116.0 4888164 -40334.0 4888875 -41720.0 4889587 -41036.0 4890298 -41704.0 4891010 -40860.0 4891721 -42222.0 4892432 -41903.0 4893144 -41731.0 4893855 -40926.0 4894567 -40658.0 4895278 -41032.0 4895989 -40572.0 4896701 -41677.0 4897412 -41699.0 4898123 -41463.0 4898835 -41774.0 4899546 -41056.0 4900258 -40467.0 4900969 -41193.0 4901680 -42001.0 4902392 -40432.0 4903103 -41956.0 4903814 -42799.0 4904526 -41520.0 4905237 -43243.0 4905949 -42097.0 4906660 -43393.0 4907371 -40970.0 4908083 -42374.0 4908794 -42164.0 4909506 -41667.0 4910217 -41549.0 4910928 -41489.0 4911640 -41941.0 4912351 -42214.0 4913062 -43339.0 4913774 -44169.0 4914485 -44688.0 4915197 -43383.0 4915908 -44095.0 4916619 -43560.0 4917331 -44663.0 4918042 -45288.0 4918754 -44533.0 4919465 -44794.0 4920176 -45580.0 4920888 -44449.0 4921599 -44401.0 4922310 -45560.0 4923022 -44015.0 4923733 -45613.0 4924445 -44176.0 4925156 -44194.0 4925867 -45228.0 4926579 -43819.0 4927290 -44261.0 4928001 -43323.0 4928713 -44016.0 4929424 -44980.0 4930136 -44892.0 4930847 -45250.0 4931558 -45098.0 4932270 -44835.0 4932981 -45338.0 4933693 -44246.0 4934404 -44002.0 4935115 -43856.0 4935827 -44306.0 4936538 -43802.0 4937249 -43385.0 4937961 -43334.0 4938672 -43618.0 4939384 -45236.0 4940095 -43800.0 4940806 -45641.0 4941518 -44537.0 4942229 -44935.0 4942941 -45568.0 4943652 -43799.0 4944363 -44930.0 4945075 -45393.0 4945786 -45880.0 4946497 -45225.0 4947209 -44856.0 4947920 -44140.0 4948632 -44320.0 4949343 -44296.0 4950054 -43766.0 4950766 -45279.0 4951477 -44829.0 4952188 -44714.0 4952900 -44869.0 4953611 -44682.0 4954323 -45704.0 4955034 -44849.0 4955745 -44427.0 4956457 -44911.0 4957168 -44443.0 4957880 -44861.0 4958591 -44105.0 4959302 -45299.0 4960014 -45231.0 4960725 -46354.0 4961436 -45213.0 4962148 -44951.0 4962859 -43529.0 4963571 -43826.0 4964282 -43918.0 4964993 -44779.0 4965705 -45289.0 4966416 -45243.0 4967128 -46512.0 4967839 -45271.0 4968550 -44567.0 4969262 -44205.0 4969973 -44940.0 4970684 -45489.0 4971396 -45556.0 4972107 -44572.0 4972819 -46564.0 4973530 -43871.0 4974241 -45525.0 4974953 -46047.0 4975664 -47085.0 4976375 -45336.0 4977087 -45009.0 4977798 -46418.0 4978510 -45357.0 4979221 -46119.0 4979932 -44572.0 4980644 -45825.0 4981355 -46535.0 4982067 -46940.0 4982778 -45437.0 4983489 -44490.0 4984201 -45373.0 4984912 -45415.0 4985623 -44952.0 4986335 -46669.0 4987046 -46203.0 4987758 -45197.0 4988469 -44705.0 4989180 -45247.0 4989892 -46073.0 4990603 -46706.0 4991314 -45794.0 4992026 -45800.0 4992737 -47119.0 4993449 -46939.0 4994160 -46184.0 4994871 -45626.0 4995583 -46602.0 4996294 -45750.0 4997006 -44127.0 4997717 -45061.0 4998428 -47339.0 4999140 -45867.0 4999851 -45501.0 5000562 -46177.0 5001274 -46513.0 5001985 -46392.0 5002697 -47306.0 5003408 -46718.0 5004119 -48053.0 5004831 -49237.0 5005542 -49472.0 5006254 -51862.0 5006965 -53086.0 5007676 -52276.0 5008388 -52172.0 5009099 -50194.0 5009810 -49509.0 5010522 -49035.0 5011233 -47957.0 5011945 -48938.0 5012656 -47955.0 5013367 -47271.0 5014079 -47633.0 5014790 -46763.0 5015501 -47436.0 5016213 -47109.0 5016924 -47382.0 5017636 -46607.0 5018347 -46193.0 5019058 -47220.0 5019770 -46978.0 5020481 -46207.0 5021193 -47308.0 5021904 -46704.0 5022615 -46619.0 5023327 -45699.0 5024038 -46556.0 5024749 -47170.0 5025461 -47155.0 5026172 -48568.0 5026884 -48451.0 5027595 -48886.0 5028306 -47014.0 5029018 -48510.0 5029729 -47752.0 5030441 -47769.0 5031152 -47909.0 5031863 -47674.0 5032575 -49144.0 5033286 -47886.0 5033997 -48203.0 5034709 -47378.0 5035420 -47581.0 5036132 -47351.0 5036843 -47159.0 5037554 -48289.0 5038266 -48541.0 5038977 -46330.0 5039688 -47555.0 5040400 -46837.0 5041111 -47816.0 5041823 -47831.0 5042534 -47920.0 5043245 -48056.0 5043957 -47812.0 5044668 -49137.0 5045380 -49361.0 5046091 -50124.0 5046802 -50380.0 5047514 -47993.0 5048225 -48518.0 5048936 -49114.0 5049648 -48970.0 5050359 -49860.0 5051071 -48445.0 5051782 -49061.0 5052493 -48156.0 5053205 -47447.0 5053916 -47939.0 5054628 -49059.0 5055339 -48800.0 5056050 -49427.0 5056762 -50285.0 5057473 -48562.0 5058184 -49714.0 5058896 -48563.0 5059607 -50869.0 5060319 -50249.0 5061030 -49639.0 5061741 -49322.0 5062453 -49110.0 5063164 -48802.0 5063875 -49172.0 5064587 -48912.0 5065298 -48046.0 5066010 -48570.0 5066721 -48143.0 5067432 -48560.0 5068144 -46629.0 5068855 -48207.0 5069567 -48819.0 5070278 -47235.0 5070989 -48210.0 5071701 -47651.0 5072412 -47630.0 5073123 -47091.0 5073835 -47389.0 5074546 -47430.0 5075258 -47718.0 5075969 -48174.0 5076680 -48973.0 5077392 -48869.0 5078103 -46610.0 5078815 -47394.0 5079526 -48587.0 5080237 -47411.0 5080949 -48483.0 5081660 -49688.0 5082371 -48111.0 5083083 -48820.0 5083794 -48033.0 5084506 -48406.0 5085217 -48706.0 5085928 -48459.0 5086640 -48398.0 5087351 -47350.0 5088062 -48501.0 5088774 -48427.0 5089485 -49159.0 5090197 -47966.0 5090908 -47650.0 5091619 -47900.0 5092331 -48983.0 5093042 -50307.0 5093754 -47383.0 5094465 -48181.0 5095176 -48049.0 5095888 -48029.0 5096599 -48029.0 5097310 -48093.0 5098022 -47717.0 5098733 -48007.0 5099445 -47560.0 5100156 -47770.0 5100867 -48897.0 5101579 -46816.0 5102290 -46667.0 5103002 -47610.0 5103713 -47123.0 5104424 -47901.0 5105136 -46613.0 5105847 -49523.0 5106558 -49252.0 5107270 -49300.0 5107981 -49023.0 5108693 -49153.0 5109404 -48518.0 5110115 -48753.0 5110827 -47288.0 5111538 -46806.0 5112249 -48482.0 5112961 -47634.0 5113672 -47027.0 5114384 -47140.0 5115095 -47756.0 5115806 -46694.0 5116518 -47500.0 5117229 -46779.0 5117941 -48153.0 5118652 -46701.0 5119363 -46880.0 5120075 -48158.0 5120786 -47943.0 5121497 -46865.0 5122209 -47146.0 5122920 -48235.0 5123632 -48224.0 5124343 -48614.0 5125054 -48050.0 5125766 -48529.0 5126477 -48055.0 5127189 -48084.0 5127900 -48458.0 5128611 -48205.0 5129323 -45906.0 5130034 -47110.0 5130745 -48872.0 5131457 -48189.0 5132168 -48326.0 5132880 -47762.0 5133591 -49382.0 5134302 -48774.0 5135014 -48976.0 5135725 -48848.0 5136436 -46933.0 5137148 -47453.0 5137859 -48225.0 5138571 -49036.0 5139282 -48044.0 5139993 -48984.0 5140705 -46976.0 5141416 -47082.0 5142128 -48515.0 5142839 -48415.0 5143550 -48262.0 5144262 -47849.0 5144973 -49056.0 5145684 -48544.0 5146396 -48640.0 5147107 -49457.0 5147819 -46717.0 5148530 -47052.0 5149241 -47935.0 5149953 -47996.0 5150664 -47260.0 5151376 -47807.0 5152087 -49188.0 5152798 -46595.0 5153510 -48955.0 5154221 -48050.0 5154932 -47288.0 5155644 -47104.0 5156355 -48459.0 5157067 -48344.0 5157778 -48130.0 5158489 -48327.0 5159201 -48729.0 5159912 -48130.0 5160623 -46967.0 5161335 -47068.0 5162046 -48574.0 5162758 -48006.0 5163469 -48057.0 5164180 -47497.0 5164892 -47223.0 5165603 -47118.0 5166315 -47105.0 5167026 -48545.0 5167737 -47769.0 5168449 -48224.0 5169160 -47742.0 5169871 -46755.0 5170583 -47708.0 5171294 -47952.0 5172006 -49592.0 5172717 -47565.0 5173428 -48480.0 5174140 -48974.0 5174851 -49119.0 5175563 -49754.0 5176274 -48352.0 5176985 -48559.0 5177697 -49430.0 5178408 -46923.0 5179119 -49750.0 5179831 -50117.0 5180542 -49706.0 5181254 -49831.0 5181965 -49714.0 5182676 -48667.0 5183388 -48329.0 5184099 -48428.0 5184810 -47483.0 5185522 -47994.0 5186233 -48445.0 5186945 -48863.0 5187656 -48308.0 5188367 -48999.0 5189079 -49362.0 5189790 -50497.0 5190502 -52154.0 5191213 -50794.0 5191924 -50855.0 5192636 -51865.0 5193347 -52041.0 5194058 -51457.0 5194770 -49892.0 5195481 -51745.0 5196193 -50297.0 5196904 -49530.0 5197615 -48523.0 5198327 -49434.0 5199038 -49310.0 5199749 -48561.0 5200461 -47498.0 5201172 -47812.0 5201884 -47320.0 5202595 -48067.0 5203306 -47410.0 5204018 -48514.0 5204729 -47472.0 5205441 -48299.0 5206152 -47110.0 5206863 -46605.0 5207575 -48013.0 5208286 -48035.0 5208997 -47003.0 5209709 -46971.0 5210420 -47556.0 5211132 -48274.0 5211843 -46989.0 5212554 -48321.0 5213266 -48143.0 5213977 -47895.0 5214689 -47499.0 5215400 -47617.0 5216111 -47155.0 5216823 -47237.0 5217534 -47437.0 5218245 -47274.0 5218957 -46556.0 5219668 -47058.0 5220380 -47320.0 5221091 -47704.0 5221802 -47917.0 5222514 -46946.0 5223225 -47177.0 5223936 -48171.0 5224648 -46935.0 5225359 -47214.0 5226071 -47206.0 5226782 -46413.0 5227493 -48071.0 5228205 -48472.0 5228916 -46922.0 5229628 -48182.0 5230339 -47619.0 5231050 -46259.0 5231762 -47177.0 5232473 -47010.0 5233184 -46889.0 5233896 -46045.0 5234607 -46602.0 5235319 -47535.0 5236030 -48632.0 5236741 -48763.0 5237453 -46503.0 5238164 -48240.0 5238876 -47370.0 5239587 -48179.0 5240298 -47308.0 5241010 -47592.0 5241721 -47823.0 5242432 -47482.0 5243144 -47635.0 5243855 -47971.0 5244567 -47716.0 5245278 -47728.0 5245989 -47421.0 5246701 -46938.0 5247412 -47677.0 5248123 -46593.0 5248835 -47611.0 5249546 -47600.0 5250258 -47866.0 5250969 -47201.0 5251680 -48414.0 5252392 -45998.0 5253103 -46631.0 5253815 -47463.0 5254526 -48201.0 5255237 -47759.0 5255949 -47343.0 5256660 -47926.0 5257371 -46350.0 5258083 -48808.0 5258794 -48687.0 5259506 -48536.0 5260217 -47857.0 5260928 -49135.0 5261640 -47731.0 5262351 -47747.0 5263063 -47749.0 5263774 -47025.0 5264485 -47117.0 5265197 -48116.0 5265908 -47964.0 5266619 -48633.0 5267331 -48101.0 5268042 -49044.0 5268754 -48332.0 5269465 -49317.0 5270176 -49906.0 5270888 -49792.0 5271599 -49209.0 5272310 -48938.0 5273022 -46871.0 5273733 -49135.0 5274445 -47044.0 5275156 -47290.0 5275867 -48161.0 5276579 -48887.0 5277290 -48226.0 5278002 -47231.0 5278713 -48174.0 5279424 -47993.0 5280136 -46635.0 5280847 -48106.0 5281558 -47908.0 5282270 -46696.0 5282981 -48260.0 5283693 -46227.0 5284404 -46987.0 5285115 -45802.0 5285827 -46866.0 5286538 -45998.0 5287250 -46779.0 5287961 -46927.0 5288672 -46686.0 5289384 -46282.0 5290095 -46722.0 5290806 -46089.0 5291518 -46714.0 5292229 -46089.0 5292941 -47431.0 5293652 -47096.0 5294363 -48086.0 5295075 -46008.0 5295786 -46797.0 5296497 -48461.0 5297209 -46109.0 5297920 -46116.0 5298632 -47325.0 5299343 -48115.0 5300054 -47598.0 5300766 -47683.0 5301477 -48064.0 5302189 -48338.0 5302900 -48086.0 5303611 -48645.0 5304323 -48888.0 5305034 -49135.0 5305745 -48869.0 5306457 -47774.0 5307168 -47307.0 5307880 -46731.0 5308591 -47313.0 5309302 -48717.0 5310014 -46868.0 5310725 -48930.0 5311437 -47099.0 5312148 -46999.0 5312859 -46062.0 5313571 -47872.0 5314282 -47751.0 5314993 -46856.0 5315705 -45915.0 5316416 -46916.0 5317128 -48065.0 5317839 -46124.0 5318550 -46589.0 5319262 -46311.0 5319973 -47467.0 5320684 -47358.0 5321396 -48616.0 5322107 -47635.0 5322819 -47099.0 5323530 -46129.0 5324241 -47406.0 5324953 -46286.0 5325664 -46318.0 5326376 -47637.0 5327087 -47889.0 5327798 -47631.0 5328510 -46308.0 5329221 -45514.0 5329932 -47311.0 5330644 -46415.0 5331355 -47091.0 5332067 -46868.0 5332778 -47343.0 5333489 -46533.0 5334201 -47840.0 5334912 -47060.0 5335624 -46971.0 5336335 -46910.0 5337046 -46148.0 5337758 -46460.0 5338469 -47829.0 5339180 -46584.0 5339892 -48267.0 5340603 -48192.0 5341315 -48486.0 5342026 -49662.0 5342737 -49017.0 5343449 -50392.0 5344160 -50283.0 5344871 -50428.0 5345583 -50138.0 5346294 -47971.0 5347006 -48105.0 5347717 -48047.0 5348428 -48251.0 5349140 -48006.0 5349851 -47013.0 5350563 -47791.0 5351274 -46882.0 5351985 -47348.0 5352697 -46136.0 5353408 -47071.0 5354119 -47604.0 5354831 -46205.0 5355542 -46704.0 5356254 -47485.0 5356965 -47905.0 5357676 -46623.0 5358388 -47503.0 5359099 -46580.0 5359811 -48118.0 5360522 -48565.0 5361233 -46584.0 5361945 -48131.0 5362656 -46611.0 5363367 -46892.0 5364079 -46744.0 5364790 -45814.0 5365502 -47275.0 5366213 -46600.0 5366924 -46915.0 5367636 -47346.0 5368347 -46395.0 5369058 -46696.0 5369770 -46980.0 5370481 -47803.0 5371193 -46865.0 5371904 -47247.0 5372615 -46642.0 5373327 -46849.0 5374038 -46347.0 5374750 -46930.0 5375461 -47019.0 5376172 -48005.0 5376884 -46207.0 5377595 -46651.0 5378306 -48199.0 5379018 -46776.0 5379729 -46391.0 5380441 -48403.0 5381152 -47585.0 5381863 -46856.0 5382575 -47712.0 5383286 -48247.0 5383997 -47696.0 5384709 -45829.0 5385420 -46739.0 5386132 -46996.0 5386843 -48154.0 5387554 -46867.0 5388266 -47066.0 5388977 -46855.0 5389689 -46506.0 5390400 -46665.0 5391111 -46734.0 5391823 -46178.0 5392534 -48334.0 5393245 -47937.0 5393957 -47858.0 5394668 -46723.0 5395380 -47768.0 5396091 -46581.0 5396802 -46667.0 5397514 -47044.0 5398225 -46574.0 5398937 -46854.0 5399648 -47008.0 5400359 -46612.0 5401071 -45021.0 5401782 -46181.0 5402493 -46346.0 5403205 -48188.0 5403916 -46937.0 5404628 -46548.0 5405339 -45836.0 5406050 -46589.0 5406762 -47340.0 5407473 -45513.0 5408184 -46922.0 5408896 -48521.0 5409607 -46205.0 5410319 -47600.0 5411030 -46966.0 5411741 -46536.0 5412453 -47207.0 5413164 -46406.0 5413876 -49022.0 5414587 -48085.0 5415298 -47576.0 5416010 -47081.0 5416721 -47485.0 5417432 -47908.0 5418144 -47769.0 5418855 -45995.0 5419567 -46743.0 5420278 -46827.0 5420989 -47752.0 5421701 -47236.0 5422412 -46433.0 5423124 -48023.0 5423835 -46901.0 5424546 -47499.0 5425258 -46439.0 5425969 -49112.0 5426680 -47445.0 5427392 -47841.0 5428103 -48566.0 5428815 -47962.0 5429526 -46689.0 5430237 -46758.0 5430949 -46688.0 5431660 -47838.0 5432371 -48737.0 5433083 -46357.0 5433794 -47347.0 5434506 -48650.0 5435217 -46999.0 5435928 -47995.0 5436640 -47780.0 5437351 -47336.0 5438063 -49765.0 5438774 -50987.0 5439485 -53084.0 5440197 -52527.0 5440908 -55436.0 5441619 -57429.0 5442331 -56988.0 5443042 -56759.0 5443754 -55915.0 5444465 -52672.0 5445176 -52591.0 5445888 -52302.0 5446599 -50827.0 5447311 -49549.0 5448022 -49722.0 5448733 -49482.0 5449445 -48840.0 5450156 -49637.0 5450867 -49006.0 5451579 -49216.0 5452290 -48212.0 5453002 -49363.0 5453713 -48813.0 5454424 -48094.0 5455136 -48771.0 5455847 -48622.0 5456558 -48063.0 5457270 -49200.0 5457981 -48939.0 5458693 -48556.0 5459404 -49451.0 5460115 -48689.0 5460827 -47753.0 5461538 -47165.0 5462250 -47018.0 5462961 -48554.0 5463672 -48725.0 5464384 -48584.0 5465095 -46947.0 5465806 -48214.0 5466518 -47556.0 5467229 -47192.0 5467941 -47899.0 5468652 -47126.0 5469363 -47969.0 5470075 -47579.0 5470786 -46913.0 5471498 -47785.0 5472209 -47102.0 5472920 -46512.0 5473632 -48007.0 5474343 -48385.0 5475054 -47128.0 5475766 -47903.0 5476477 -47775.0 5477189 -47183.0 5477900 -47159.0 5478611 -46824.0 5479323 -48349.0 5480034 -45185.0 5480745 -46613.0 5481457 -46509.0 5482168 -47537.0 5482880 -47327.0 5483591 -45815.0 5484302 -46959.0 5485014 -46413.0 5485725 -47723.0 5486437 -47542.0 5487148 -47240.0 5487859 -45991.0 5488571 -45892.0 5489282 -45303.0 5489993 -46365.0 5490705 -46183.0 5491416 -45856.0 5492128 -46515.0 5492839 -46480.0 5493550 -47482.0 5494262 -46013.0 5494973 -46743.0 5495685 -47557.0 5496396 -46456.0 5497107 -46384.0 5497819 -46335.0 5498530 -45776.0 5499241 -45861.0 5499953 -46216.0 5500664 -46140.0 5501376 -47289.0 5502087 -47155.0 5502798 -45903.0 5503510 -47155.0 5504221 -47028.0 5504932 -47511.0 5505644 -47027.0 5506355 -46440.0 5507067 -46894.0 5507778 -45873.0 5508489 -46161.0 5509201 -46638.0 5509912 -45973.0 5510624 -47767.0 5511335 -46051.0 5512046 -46145.0 5512758 -47001.0 5513469 -45752.0 5514180 -46193.0 5514892 -46449.0 5515603 -46107.0 5516315 -46918.0 5517026 -45922.0 5517737 -46057.0 5518449 -48537.0 5519160 -46701.0 5519872 -47496.0 5520583 -46886.0 5521294 -46193.0 5522006 -46301.0 5522717 -46725.0 5523428 -46238.0 5524140 -46133.0 5524851 -46438.0 5525563 -46656.0 5526274 -46719.0 5526985 -45844.0 5527697 -45454.0 5528408 -46072.0 5529119 -46646.0 5529831 -45051.0 5530542 -47536.0 5531254 -47247.0 5531965 -46326.0 5532676 -45983.0 5533388 -47296.0 5534099 -46212.0 5534811 -46847.0 5535522 -46055.0 5536233 -45814.0 5536945 -46080.0 5537656 -46380.0 5538367 -46251.0 5539079 -46786.0 5539790 -45853.0 5540502 -45915.0 5541213 -47153.0 5541924 -46413.0 5542636 -46757.0 5543347 -46402.0 5544059 -45684.0 5544770 -45750.0 5545481 -44117.0 5546193 -45501.0 5546904 -46444.0 5547615 -44054.0 5548327 -45707.0 5549038 -45677.0 5549750 -44990.0 5550461 -46798.0 5551172 -46699.0 5551884 -47070.0 5552595 -46429.0 5553306 -45339.0 5554018 -44906.0 5554729 -45659.0 5555441 -45923.0 5556152 -45516.0 5556863 -45752.0 5557575 -44671.0 5558286 -47841.0 5558998 -46708.0 5559709 -47073.0 5560420 -45230.0 5561132 -45825.0 5561843 -45060.0 5562554 -45989.0 5563266 -46660.0 5563977 -46778.0 5564689 -46238.0 5565400 -46829.0 5566111 -45283.0 5566823 -47012.0 5567534 -47283.0 5568245 -48435.0 5568957 -47477.0 5569668 -48279.0 5570380 -49422.0 5571091 -48718.0 5571802 -48503.0 5572514 -48025.0 5573225 -48138.0 5573937 -47197.0 5574648 -47809.0 5575359 -47375.0 5576071 -46599.0 5576782 -46195.0 5577493 -45690.0 5578205 -47185.0 5578916 -45674.0 5579628 -46247.0 5580339 -46303.0 5581050 -46825.0 5581762 -46675.0 5582473 -46875.0 5583185 -46981.0 5583896 -45647.0 5584607 -46462.0 5585319 -46646.0 5586030 -46419.0 5586741 -45835.0 5587453 -45422.0 5588164 -45847.0 5588876 -46687.0 5589587 -46020.0 5590298 -46204.0 5591010 -45790.0 5591721 -45074.0 5592432 -46034.0 5593144 -46061.0 5593855 -45553.0 5594567 -46746.0 5595278 -45647.0 5595989 -46002.0 5596701 -46562.0 5597412 -45949.0 5598124 -46344.0 5598835 -46578.0 5599546 -45504.0 5600258 -45760.0 5600969 -47427.0 5601680 -45561.0 5602392 -47187.0 5603103 -47103.0 5603815 -45715.0 5604526 -46430.0 5605237 -46810.0 5605949 -45749.0 5606660 -44970.0 5607372 -45697.0 5608083 -47197.0 5608794 -46485.0 5609506 -46291.0 5610217 -46037.0 5610928 -46640.0 5611640 -45412.0 5612351 -45704.0 5613063 -46867.0 5613774 -45862.0 5614485 -44961.0 5615197 -45990.0 5615908 -47508.0 5616619 -46479.0 5617331 -47125.0 5618042 -45437.0 5618754 -44693.0 5619465 -46242.0 5620176 -46541.0 5620888 -46954.0 5621599 -46203.0 5622311 -45406.0 5623022 -47605.0 5623733 -44970.0 5624445 -45979.0 5625156 -46471.0 5625867 -45669.0 5626579 -45828.0 5627290 -46187.0 5628002 -47312.0 5628713 -46467.0 5629424 -46601.0 5630136 -45787.0 5630847 -47473.0 5631559 -46319.0 5632270 -45076.0 5632981 -45672.0 5633693 -47008.0 5634404 -47894.0 5635115 -45697.0 5635827 -47435.0 5636538 -47108.0 5637250 -46880.0 5637961 -47378.0 5638672 -47354.0 5639384 -46363.0 5640095 -45670.0 5640806 -46651.0 5641518 -46644.0 5642229 -46639.0 5642941 -47180.0 5643652 -47016.0 5644363 -47443.0 5645075 -46674.0 5645786 -47038.0 5646498 -47193.0 5647209 -46354.0 5647920 -46122.0 5648632 -44906.0 5649343 -47330.0 5650054 -46876.0 5650766 -46679.0 5651477 -46639.0 5652189 -46332.0 5652900 -46357.0 5653611 -46347.0 5654323 -47382.0 5655034 -47043.0 5655746 -46263.0 5656457 -47322.0 5657168 -46422.0 5657880 -47371.0 5658591 -47738.0 5659302 -47595.0 5660014 -48924.0 5660725 -46902.0 5661437 -47945.0 5662148 -46002.0 5662859 -46797.0 5663571 -47492.0 5664282 -46432.0 5664993 -46834.0 5665705 -46215.0 5666416 -47253.0 5667128 -46663.0 5667839 -46221.0 5668550 -45767.0 5669262 -45422.0 5669973 -45894.0 5670685 -45065.0 5671396 -45118.0 5672107 -46768.0 5672819 -48383.0 5673530 -46696.0 5674241 -47704.0 5674953 -47260.0 5675664 -48591.0 5676376 -50047.0 5677087 -49082.0 5677798 -50342.0 5678510 -50051.0 5679221 -49478.0 5679933 -51473.0 5680644 -48621.0 5681355 -47301.0 5682067 -47619.0 5682778 -46494.0 5683489 -47464.0 5684201 -46400.0 5684912 -46579.0 5685624 -46573.0 5686335 -46498.0 5687046 -46305.0 5687758 -45966.0 5688469 -47161.0 5689180 -46463.0 5689892 -46503.0 5690603 -45972.0 5691315 -47574.0 5692026 -45563.0 5692737 -45391.0 5693449 -45158.0 5694160 -45947.0 5694872 -46324.0 5695583 -46640.0 5696294 -44880.0 5697006 -46061.0 5697717 -46669.0 5698428 -47020.0 5699140 -45387.0 5699851 -45046.0 5700563 -45113.0 5701274 -44670.0 5701985 -45552.0 5702697 -47465.0 5703408 -45871.0 5704120 -46047.0 5704831 -46103.0 5705542 -45037.0 5706254 -44418.0 5706965 -45445.0 5707676 -44001.0 5708388 -46590.0 5709099 -45450.0 5709811 -45930.0 5710522 -45607.0 5711233 -45345.0 5711945 -44589.0 5712656 -43276.0 5713367 -44964.0 5714079 -44485.0 5714790 -44419.0 5715502 -44518.0 5716213 -45384.0 5716924 -44609.0 5717636 -45809.0 5718347 -45028.0 5719059 -43690.0 5719770 -45026.0 5720481 -44897.0 5721193 -46372.0 5721904 -44822.0 5722615 -45341.0 5723327 -44141.0 5724038 -46395.0 5724750 -44802.0 5725461 -44570.0 5726172 -44465.0 5726884 -44886.0 5727595 -44986.0 5728307 -45844.0 5729018 -45271.0 5729729 -46181.0 5730441 -45144.0 5731152 -44739.0 5731863 -45800.0 5732575 -44412.0 5733286 -45740.0 5733998 -45511.0 5734709 -45954.0 5735420 -45103.0 5736132 -45043.0 5736843 -46376.0 5737554 -45610.0 5738266 -46897.0 5738977 -45801.0 5739689 -45004.0 5740400 -45947.0 5741111 -44550.0 5741823 -45018.0 5742534 -46392.0 5743246 -44947.0 5743957 -45349.0 5744668 -45826.0 5745380 -46055.0 5746091 -46281.0 5746802 -46566.0 5747514 -45023.0 5748225 -46137.0 5748937 -45885.0 5749648 -45144.0 5750359 -44969.0 5751071 -45676.0 5751782 -46618.0 5752493 -44685.0 5753205 -45394.0 5753916 -45703.0 5754628 -45006.0 5755339 -46048.0 5756050 -45937.0 5756762 -45612.0 5757473 -45513.0 5758185 -44950.0 5758896 -46251.0 5759607 -44047.0 5760319 -46728.0 5761030 -45401.0 5761741 -44687.0 5762453 -46155.0 5763164 -46048.0 5763876 -45314.0 5764587 -44938.0 5765298 -44843.0 5766010 -44752.0 5766721 -45981.0 5767433 -45565.0 5768144 -44979.0 5768855 -45351.0 5769567 -46599.0 5770278 -45641.0 5770989 -44945.0 5771701 -45292.0 5772412 -46132.0 5773124 -45633.0 5773835 -45042.0 5774546 -45348.0 5775258 -45411.0 5775969 -45275.0 5776680 -45046.0 5777392 -45689.0 5778103 -45399.0 5778815 -44701.0 5779526 -44876.0 5780237 -45429.0 5780949 -44710.0 5781660 -44157.0 5782372 -45335.0 5783083 -44759.0 5783794 -44125.0 5784506 -44554.0 5785217 -42444.0 5785928 -46018.0 5786640 -45245.0 5787351 -45734.0 5788063 -45809.0 5788774 -43540.0 5789485 -46003.0 5790197 -43755.0 5790908 -45248.0 5791620 -45283.0 5792331 -46436.0 5793042 -45330.0 5793754 -45396.0 5794465 -45386.0 5795176 -44009.0 5795888 -44952.0 5796599 -46160.0 5797311 -43821.0 5798022 -44373.0 5798733 -44726.0 5799445 -43835.0 5800156 -45111.0 5800867 -44137.0 5801579 -43585.0 5802290 -45921.0 5803002 -45090.0 5803713 -44798.0 5804424 -46000.0 5805136 -43951.0 5805847 -45454.0 5806559 -44570.0 5807270 -44006.0 5807981 -44685.0 5808693 -45799.0 5809404 -44116.0 5810115 -44929.0 5810827 -44434.0 5811538 -45574.0 5812250 -45977.0 5812961 -44852.0 5813672 -45444.0 5814384 -45423.0 5815095 -45430.0 5815807 -44871.0 5816518 -43883.0 5817229 -45586.0 5817941 -46082.0 5818652 -44227.0 5819363 -45773.0 5820075 -45884.0 5820786 -45177.0 5821498 -45231.0 5822209 -45802.0 5822920 -44922.0 5823632 -45478.0 5824343 -45100.0 5825054 -45423.0 5825766 -45135.0 5826477 -45349.0 5827189 -45931.0 5827900 -44230.0 5828611 -45661.0 5829323 -44169.0 5830034 -45461.0 5830746 -45018.0 5831457 -45412.0 5832168 -45835.0 5832880 -46002.0 5833591 -44301.0 5834302 -46816.0 5835014 -45191.0 5835725 -45109.0 5836437 -45554.0 5837148 -45817.0 5837859 -45797.0 5838571 -44904.0 5839282 -44838.0 5839994 -44200.0 5840705 -46499.0 5841416 -44633.0 5842128 -45462.0 5842839 -45742.0 5843550 -45352.0 5844262 -44679.0 5844973 -44312.0 5845685 -44526.0 5846396 -44839.0 5847107 -44839.0 5847819 -44718.0 5848530 -44091.0 5849241 -44986.0 5849953 -45469.0 5850664 -45207.0 5851376 -44963.0 5852087 -45642.0 5852798 -46269.0 5853510 -44502.0 5854221 -45866.0 5854933 -46400.0 5855644 -43200.0 5856355 -44777.0 5857067 -45622.0 5857778 -44849.0 5858489 -45005.0 5859201 -45105.0 5859912 -44998.0 5860624 -46296.0 5861335 -43885.0 5862046 -44317.0 5862758 -45401.0 5863469 -44871.0 5864181 -43770.0 5864892 -44545.0 5865603 -44645.0 5866315 -43981.0 5867026 -45661.0 5867737 -45813.0 5868449 -46212.0 5869160 -43700.0 5869872 -45575.0 5870583 -45022.0 5871294 -45834.0 5872006 -44719.0 5872717 -44024.0 5873428 -45395.0 5874140 -44336.0 5874851 -44809.0 5875563 -45511.0 5876274 -44091.0 5876985 -45348.0 5877697 -45617.0 5878408 -44948.0 5879120 -44782.0 5879831 -45928.0 5880542 -45820.0 5881254 -44793.0 5881965 -44930.0 5882676 -45541.0 5883388 -45440.0 5884099 -44500.0 5884811 -44866.0 5885522 -44830.0 5886233 -45506.0 5886945 -43682.0 5887656 -45061.0 5888368 -44214.0 5889079 -43690.0 5889790 -43808.0 5890502 -44326.0 5891213 -44165.0 5891924 -45168.0 5892636 -43382.0 5893347 -44400.0 5894059 -44577.0 5894770 -46140.0 5895481 -45860.0 5896193 -44859.0 5896904 -45500.0 5897615 -43871.0 5898327 -45909.0 5899038 -44795.0 5899750 -45768.0 5900461 -45408.0 5901172 -44519.0 5901884 -43751.0 5902595 -45802.0 5903307 -45255.0 5904018 -44826.0 5904729 -43657.0 5905441 -44398.0 5906152 -45066.0 5906863 -44214.0 5907575 -43878.0 5908286 -44300.0 5908998 -45063.0 5909709 -45552.0 5910420 -45784.0 5911132 -44111.0 5911843 -44500.0 5912555 -44238.0 5913266 -44911.0 5913977 -45220.0 5914689 -45988.0 5915400 -44891.0 5916111 -44650.0 5916823 -43933.0 5917534 -45141.0 5918246 -44923.0 5918957 -44475.0 5919668 -44585.0 5920380 -44831.0 5921091 -44914.0 5921802 -44516.0 5922514 -45281.0 5923225 -45484.0 5923937 -44074.0 5924648 -43526.0 5925359 -44531.0 5926071 -45060.0 5926782 -44182.0 5927494 -43217.0 5928205 -44004.0 5928916 -43814.0 5929628 -44106.0 5930339 -44878.0 5931050 -44042.0 5931762 -44055.0 5932473 -43694.0 5933185 -45072.0 5933896 -44874.0 5934607 -46490.0 5935319 -44322.0 5936030 -44744.0 5936742 -44943.0 5937453 -44964.0 5938164 -44929.0 5938876 -44681.0 5939587 -45164.0 5940298 -45103.0 5941010 -45537.0 5941721 -45769.0 5942433 -45045.0 5943144 -44030.0 5943855 -45454.0 5944567 -44542.0 5945278 -44725.0 5945989 -45213.0 5946701 -45636.0 5947412 -45078.0 5948124 -45297.0 5948835 -44594.0 5949546 -44851.0 5950258 -44494.0 5950969 -45219.0 5951681 -45898.0 5952392 -45303.0 5953103 -45075.0 5953815 -44588.0 5954526 -45263.0 5955237 -45146.0 5955949 -45674.0 5956660 -45409.0 5957372 -45980.0 5958083 -45615.0 5958794 -45097.0 5959506 -45426.0 5960217 -45127.0 5960928 -45376.0 5961640 -44830.0 5962351 -43663.0 5963063 -44658.0 5963774 -44950.0 5964485 -46004.0 5965197 -46208.0 5965908 -46125.0 5966620 -44765.0 5967331 -44813.0 5968042 -45104.0 5968754 -44468.0 5969465 -45093.0 5970176 -44967.0 5970888 -45151.0 5971599 -43755.0 5972311 -44614.0 5973022 -46021.0 5973733 -44769.0 5974445 -44458.0 5975156 -44731.0 5975868 -45956.0 5976579 -45578.0 5977290 -44985.0 5978002 -43968.0 5978713 -43689.0 5979424 -45991.0 5980136 -44306.0 5980847 -45661.0 5981559 -45132.0 5982270 -44137.0 5982981 -45513.0 5983693 -45635.0 5984404 -44937.0 5985115 -44927.0 5985827 -44432.0 5986538 -43985.0 5987250 -45102.0 5987961 -45266.0 5988672 -44853.0 5989384 -44379.0 5990095 -45653.0 5990807 -44965.0 5991518 -44451.0 5992229 -44634.0 5992941 -44218.0 5993652 -43752.0 5994363 -44391.0 5995075 -43950.0 5995786 -44231.0 5996498 -45506.0 5997209 -44685.0 5997920 -45438.0 5998632 -43609.0 5999343 -43658.0 6000055 -43606.0 6000766 -44174.0 6001477 -44915.0 6002189 -43919.0 6002900 -44114.0 6003611 -44858.0 6004323 -44591.0 6005034 -45116.0 6005746 -44912.0 6006457 -45572.0 6007168 -44346.0 6007880 -43658.0 6008591 -43739.0 6009302 -44366.0 6010014 -44360.0 6010725 -44835.0 6011437 -44335.0 6012148 -44503.0 6012859 -44922.0 6013571 -44900.0 6014282 -44792.0 6014994 -44382.0 6015705 -44405.0 6016416 -44753.0 6017128 -46741.0 6017839 -45955.0 6018550 -45109.0 6019262 -44738.0 6019973 -44359.0 6020685 -45463.0 6021396 -44477.0 6022107 -44473.0 6022819 -44118.0 6023530 -44709.0 6024242 -43315.0 6024953 -44704.0 6025664 -44644.0 6026376 -45698.0 6027087 -45021.0 6027798 -45228.0 6028510 -43723.0 6029221 -43686.0 6029933 -44289.0 6030644 -44991.0 6031355 -44835.0 6032067 -43392.0 6032778 -44810.0 6033489 -45408.0 6034201 -44497.0 6034912 -45544.0 6035624 -44968.0 6036335 -43936.0 6037046 -44113.0 6037758 -44893.0 6038469 -45135.0 6039181 -45741.0 6039892 -44852.0 6040603 -44774.0 6041315 -45873.0 6042026 -45309.0 6042737 -45274.0 6043449 -45824.0 6044160 -44330.0 6044872 -45372.0 6045583 -45176.0 6046294 -44525.0 6047006 -43392.0 6047717 -45202.0 6048429 -45769.0 6049140 -45118.0 6049851 -44954.0 6050563 -44178.0 6051274 -44871.0 6051985 -44685.0 6052697 -43878.0 6053408 -44822.0 6054120 -45483.0 6054831 -45147.0 6055542 -45572.0 6056254 -43363.0 6056965 -44242.0 6057676 -43843.0 6058388 -44623.0 6059099 -45865.0 6059811 -44913.0 6060522 -44777.0 6061233 -44291.0 6061945 -45737.0 6062656 -45259.0 6063368 -44759.0 6064079 -45097.0 6064790 -45432.0 6065502 -44937.0 6066213 -44323.0 6066924 -43355.0 6067636 -44092.0 6068347 -44853.0 6069059 -45476.0 6069770 -45444.0 6070481 -44610.0 6071193 -45044.0 6071904 -44045.0 6072616 -44808.0 6073327 -45069.0 6074038 -44515.0 6074750 -43802.0 6075461 -45580.0 6076172 -44115.0 6076884 -44307.0 6077595 -43806.0 6078307 -43733.0 6079018 -45186.0 6079729 -46267.0 6080441 -43615.0 6081152 -44438.0 6081863 -45153.0 6082575 -45389.0 6083286 -44267.0 6083998 -43707.0 6084709 -45355.0 6085420 -45454.0 6086132 -45589.0 6086843 -43894.0 6087555 -45166.0 6088266 -44320.0 6088977 -45812.0 6089689 -44219.0 6090400 -45975.0 6091111 -45379.0 6091823 -44685.0 6092534 -44036.0 6093246 -44381.0 6093957 -44293.0 6094668 -45040.0 6095380 -45777.0 6096091 -44859.0 6096803 -46272.0 6097514 -45307.0 6098225 -44966.0 6098937 -45066.0 6099648 -45132.0 6100359 -44569.0 6101071 -44794.0 6101782 -45684.0 6102494 -46155.0 6103205 -45390.0 6103916 -45463.0 6104628 -45326.0 6105339 -45985.0 6106050 -45844.0 6106762 -45240.0 6107473 -44463.0 6108185 -44699.0 6108896 -45668.0 6109607 -44858.0 6110319 -45696.0 6111030 -44390.0 6111742 -44128.0 6112453 -45269.0 6113164 -44311.0 6113876 -44013.0 6114587 -43957.0 6115298 -44780.0 6116010 -45195.0 6116721 -43933.0 6117433 -46485.0 6118144 -44378.0 6118855 -44301.0 6119567 -43718.0 6120278 -44258.0 6120990 -43928.0 6121701 -45254.0 6122412 -43954.0 6123124 -45089.0 6123835 -44891.0 6124546 -44864.0 6125258 -44140.0 6125969 -44314.0 6126681 -43439.0 6127392 -44534.0 6128103 -45404.0 6128815 -44414.0 6129526 -43911.0 6130237 -43602.0 6130949 -43424.0 6131660 -43536.0 6132372 -44726.0 6133083 -44906.0 6133794 -44185.0 6134506 -44536.0 6135217 -43696.0 6135929 -42931.0 6136640 -44489.0 6137351 -44046.0 6138063 -43484.0 6138774 -43791.0 6139485 -44297.0LineSeries5_Positive000066400000000000000000004127421436443153700424310ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support5946 13998.0 6658 14634.0 7369 14699.0 8081 14563.0 8792 14829.0 9503 14305.0 10215 14921.0 10926 14408.0 11638 17864.0 12349 24095.0 13060 26534.0 13772 25000.0 14483 25587.0 15194 24616.0 15906 24896.0 16617 25253.0 17329 24654.0 18040 24528.0 18751 25317.0 19463 24574.0 20174 23833.0 20886 23591.0 21597 24159.0 22308 23323.0 23020 23397.0 23731 23533.0 24442 22503.0 25154 22972.0 25865 23431.0 26577 23203.0 27288 23038.0 27999 23042.0 28711 23865.0 29422 23783.0 30133 23017.0 30845 23002.0 31556 23053.0 32268 22933.0 32979 22924.0 33690 23224.0 34402 22612.0 35113 23229.0 35825 22547.0 36536 22416.0 37247 22340.0 37959 22854.0 38670 21663.0 39381 23388.0 40093 22097.0 40804 21434.0 41516 22765.0 42227 22511.0 42938 21962.0 43650 21453.0 44361 22339.0 45073 22038.0 45784 22054.0 46495 22325.0 47207 22292.0 47918 21947.0 48629 21749.0 49341 22084.0 50052 21471.0 50764 21661.0 51475 21715.0 52186 21388.0 52898 21447.0 53609 21143.0 54320 21367.0 55032 21728.0 55743 22088.0 56455 21713.0 57166 20984.0 57877 21806.0 58589 21940.0 59300 21578.0 60012 22133.0 60723 22602.0 61434 21740.0 62146 21753.0 62857 20574.0 63568 21533.0 64280 21299.0 64991 21637.0 65703 21874.0 66414 20769.0 67125 21127.0 67837 21968.0 68548 22513.0 69259 25151.0 69971 25420.0 70682 25100.0 71394 24182.0 72105 23687.0 72816 24181.0 73528 23456.0 74239 22765.0 74951 22491.0 75662 22240.0 76373 22055.0 77085 21923.0 77796 21713.0 78507 21519.0 79219 22273.0 79930 22532.0 80642 22065.0 81353 22171.0 82064 21427.0 82776 21919.0 83487 21557.0 84199 21798.0 84910 21375.0 85621 21972.0 86333 21934.0 87044 21588.0 87755 21256.0 88467 21650.0 89178 21558.0 89890 22199.0 90601 22107.0 91312 21240.0 92024 21748.0 92735 22005.0 93446 21201.0 94158 21888.0 94869 21093.0 95581 21042.0 96292 21428.0 97003 21655.0 97715 20826.0 98426 22028.0 99138 21280.0 99849 21739.0 100560 21001.0 101272 21745.0 101983 20820.0 102694 21203.0 103406 21091.0 104117 20793.0 104829 21089.0 105540 20737.0 106251 21139.0 106963 20996.0 107674 21345.0 108386 20738.0 109097 21235.0 109808 20948.0 110520 20996.0 111231 20819.0 111942 20691.0 112654 20970.0 113365 21460.0 114077 20501.0 114788 21285.0 115499 20789.0 116211 20223.0 116922 21229.0 117633 20692.0 118345 21476.0 119056 21206.0 119768 20909.0 120479 21195.0 121190 20653.0 121902 20822.0 122613 20822.0 123325 21150.0 124036 21251.0 124747 20967.0 125459 21425.0 126170 20368.0 126881 20448.0 127593 20884.0 128304 20919.0 129016 20687.0 129727 21169.0 130438 21371.0 131150 20797.0 131861 21370.0 132573 21148.0 133284 20881.0 133995 20309.0 134707 20492.0 135418 21060.0 136129 21517.0 136841 21551.0 137552 21431.0 138264 21616.0 138975 21017.0 139686 20868.0 140398 20893.0 141109 20348.0 141820 20741.0 142532 20560.0 143243 20850.0 143955 20813.0 144666 21422.0 145377 20945.0 146089 21286.0 146800 21035.0 147512 20801.0 148223 21075.0 148934 20504.0 149646 21358.0 150357 21302.0 151068 20542.0 151780 21174.0 152491 20795.0 153203 19824.0 153914 19285.0 154625 17633.0 155337 17167.0 156048 16185.0 156760 17075.0 157471 16847.0 158182 17150.0 158894 16101.0 159605 16388.0 160316 16576.0 161028 16178.0 161739 15942.0 162451 16024.0 163162 15641.0 163873 15766.0 164585 15405.0 165296 15893.0 166007 15422.0 166719 15886.0 167430 15879.0 168142 15649.0 168853 15965.0 169564 15488.0 170276 15085.0 170987 15490.0 171699 16130.0 172410 14928.0 173121 15518.0 173833 15613.0 174544 15615.0 175255 15475.0 175967 15713.0 176678 15958.0 177390 15321.0 178101 15958.0 178812 15639.0 179524 15704.0 180235 16078.0 180947 15829.0 181658 15195.0 182369 15491.0 183081 15835.0 183792 16007.0 184503 15678.0 185215 15742.0 185926 15522.0 186638 15294.0 187349 15426.0 188060 15050.0 188772 15534.0 189483 15623.0 190194 15522.0 190906 15147.0 191617 15751.0 192329 15545.0 193040 15018.0 193751 15739.0 194463 15079.0 195174 15002.0 195886 15775.0 196597 16083.0 197308 15481.0 198020 15935.0 198731 15619.0 199442 15673.0 200154 15838.0 200865 16332.0 201577 15523.0 202288 15891.0 202999 15510.0 203711 15212.0 204422 15264.0 205134 15896.0 205845 15444.0 206556 17931.0 207268 55355.0 207979 314008.0 208690 1201556.0 209402 2355277.0 210113 2796762.0 210825 2617444.0 211536 2526126.0 212247 2533062.0 212959 2308447.0 213670 1870863.0 214381 1464553.0 215093 1158347.0 215804 855478.0 216516 659246.0 217227 558737.0 217938 483654.0 218650 405929.0 219361 331871.0 220073 267602.0 220784 229711.0 221495 255668.0 222207 492098.0 222918 840599.0 223629 1111275.0 224341 1187170.0 225052 1128021.0 225764 1104145.0 226475 1053984.0 227186 978070.0 227898 929620.0 228609 773726.0 229321 628385.0 230032 541731.0 230743 480689.0 231455 417797.0 232166 416362.0 232877 476268.0 233589 466129.0 234300 426963.0 235012 401359.0 235723 369976.0 236434 326012.0 237146 278521.0 237857 228028.0 238568 192999.0 239280 161684.0 239991 146748.0 240703 138062.0 241414 127479.0 242125 117868.0 242837 111304.0 243548 105239.0 244260 98912.0 244971 95634.0 245682 91312.0 246394 87393.0 247105 85060.0 247816 81967.0 248528 80297.0 249239 81985.0 249951 87050.0 250662 86664.0 251373 84985.0 252085 83199.0 252796 82624.0 253508 80041.0 254219 78482.0 254930 76373.0 255642 74536.0 256353 70526.0 257064 68328.0 257776 64489.0 258487 65248.0 259199 62717.0 259910 61108.0 260621 62347.0 261333 66168.0 262044 67438.0 262755 64589.0 263467 74772.0 264178 104116.0 264890 121124.0 265601 116201.0 266312 110568.0 267024 109987.0 267735 103301.0 268447 93312.0 269158 96882.0 269869 105057.0 270581 103349.0 271292 99147.0 272003 98138.0 272715 102369.0 273426 108223.0 274138 107014.0 274849 99244.0 275560 95865.0 276272 169250.0 276983 359264.0 277694 394614.0 278406 345307.0 279117 339888.0 279829 336502.0 280540 291886.0 281251 225072.0 281963 161914.0 282674 117197.0 283386 89394.0 284097 73085.0 284808 63562.0 285520 57266.0 286231 54486.0 286942 51698.0 287654 49484.0 288365 47330.0 289077 45941.0 289788 45616.0 290499 45287.0 291211 44753.0 291922 43951.0 292634 42491.0 293345 42499.0 294056 42161.0 294768 43575.0 295479 43549.0 296190 44594.0 296902 44946.0 297613 45392.0 298325 44647.0 299036 44629.0 299747 43578.0 300459 42763.0 301170 42211.0 301881 39821.0 302593 39770.0 303304 39006.0 304016 39996.0 304727 38708.0 305438 40324.0 306150 38449.0 306861 38009.0 307573 38648.0 308284 36916.0 308995 36960.0 309707 37207.0 310418 39199.0 311129 42286.0 311841 45620.0 312552 46513.0 313264 46920.0 313975 47383.0 314686 49335.0 315398 48117.0 316109 44597.0 316821 42699.0 317532 40610.0 318243 38958.0 318955 36713.0 319666 36460.0 320377 35000.0 321089 34281.0 321800 33303.0 322512 34631.0 323223 33296.0 323934 33239.0 324646 34131.0 325357 34486.0 326068 35979.0 326780 36259.0 327491 35669.0 328203 36079.0 328914 34674.0 329625 34897.0 330337 34707.0 331048 33401.0 331760 34046.0 332471 34926.0 333182 37232.0 333894 39223.0 334605 41991.0 335316 42950.0 336028 43204.0 336739 42338.0 337451 41246.0 338162 39427.0 338873 37268.0 339585 35277.0 340296 35195.0 341008 33697.0 341719 33393.0 342430 36678.0 343142 40265.0 343853 40690.0 344564 40231.0 345276 40102.0 345987 40269.0 346699 38576.0 347410 36358.0 348121 34468.0 348833 33309.0 349544 36084.0 350255 44061.0 350967 48802.0 351678 49464.0 352390 52080.0 353101 59706.0 353812 91626.0 354524 146295.0 355235 151135.0 355947 140373.0 356658 146071.0 357369 142877.0 358081 121203.0 358792 104904.0 359503 87006.0 360215 72113.0 360926 63577.0 361638 55571.0 362349 50079.0 363060 46094.0 363772 41534.0 364483 39206.0 365195 38935.0 365906 37306.0 366617 34732.0 367329 35311.0 368040 33922.0 368751 34064.0 369463 33369.0 370174 33899.0 370886 33319.0 371597 32142.0 372308 31206.0 373020 31626.0 373731 31293.0 374442 31592.0 375154 31335.0 375865 30606.0 376577 31024.0 377288 30368.0 377999 29843.0 378711 33634.0 379422 60475.0 380134 103496.0 380845 110694.0 381556 109583.0 382268 110002.0 382979 103362.0 383690 88705.0 384402 70638.0 385113 59227.0 385825 50660.0 386536 45425.0 387247 41409.0 387959 38416.0 388670 38914.0 389382 37567.0 390093 38539.0 390804 37906.0 391516 39034.0 392227 37563.0 392938 37831.0 393650 36176.0 394361 35759.0 395073 34392.0 395784 33957.0 396495 32105.0 397207 31899.0 397918 31063.0 398629 30061.0 399341 30243.0 400052 29177.0 400764 29042.0 401475 29217.0 402186 29836.0 402898 28949.0 403609 29532.0 404321 27858.0 405032 28251.0 405743 28495.0 406455 28015.0 407166 27994.0 407877 29060.0 408589 28491.0 409300 28981.0 410012 28032.0 410723 27729.0 411434 27392.0 412146 26660.0 412857 27384.0 413569 27118.0 414280 27744.0 414991 26544.0 415703 26065.0 416414 26427.0 417125 25830.0 417837 25190.0 418548 25938.0 419260 26151.0 419971 26562.0 420682 25821.0 421394 38754.0 422105 114505.0 422816 243680.0 423528 382175.0 424239 488578.0 424951 490437.0 425662 442948.0 426373 379669.0 427085 225576.0 427796 122485.0 428508 83137.0 429219 65045.0 429930 54829.0 430642 50596.0 431353 47152.0 432064 43338.0 432776 42109.0 433487 40057.0 434199 38790.0 434910 38194.0 435621 37278.0 436333 37014.0 437044 36599.0 437756 36742.0 438467 37154.0 439178 35622.0 439890 35375.0 440601 36065.0 441312 34816.0 442024 35280.0 442735 35218.0 443447 33816.0 444158 34054.0 444869 34052.0 445581 34162.0 446292 32356.0 447003 33336.0 447715 32873.0 448426 32779.0 449138 32096.0 449849 30839.0 450560 31959.0 451272 30482.0 451983 31201.0 452695 30398.0 453406 29863.0 454117 30446.0 454829 31121.0 455540 33651.0 456251 38022.0 456963 36492.0 457674 36203.0 458386 35688.0 459097 34411.0 459808 31439.0 460520 29219.0 461231 29633.0 461943 29359.0 462654 29551.0 463365 31382.0 464077 32304.0 464788 31944.0 465499 32420.0 466211 33617.0 466922 32462.0 467634 31542.0 468345 31033.0 469056 29274.0 469768 29666.0 470479 31383.0 471190 36494.0 471902 43288.0 472613 45981.0 473325 48241.0 474036 50117.0 474747 48879.0 475459 45950.0 476170 43071.0 476882 39089.0 477593 37169.0 478304 34456.0 479016 32479.0 479727 30899.0 480438 28920.0 481150 31248.0 481861 40297.0 482573 51259.0 483284 51871.0 483995 50031.0 484707 50351.0 485418 46724.0 486129 46835.0 486841 41111.0 487552 38094.0 488264 35158.0 488975 32461.0 489686 33048.0 490398 34189.0 491109 512609.0 491821 762427.0 492532 698674.0 493243 559351.0 493955 433152.0 494666 348684.0 495377 285267.0 496089 237687.0 496800 201198.0 497512 169415.0 498223 146700.0 498934 128839.0 499646 114295.0 500357 102250.0 501069 91664.0 501780 84230.0 502491 78503.0 503203 75637.0 503914 70016.0 504625 65759.0 505337 61661.0 506048 60341.0 506760 56036.0 507471 52612.0 508182 49631.0 508894 47349.0 509605 45720.0 510316 43004.0 511028 42626.0 511739 41015.0 512451 43533.0 513162 43043.0 513873 46147.0 514585 48177.0 515296 47738.0 516008 46842.0 516719 43167.0 517430 40065.0 518142 37801.0 518853 35868.0 519564 35380.0 520276 34419.0 520987 33511.0 521699 33003.0 522410 32653.0 523121 32623.0 523833 31449.0 524544 31106.0 525256 29519.0 525967 30012.0 526678 30354.0 527390 29782.0 528101 29344.0 528812 28399.0 529524 28187.0 530235 27960.0 530947 28469.0 531658 30073.0 532369 37101.0 533081 44197.0 533792 46443.0 534503 44947.0 535215 42077.0 535926 37751.0 536638 33121.0 537349 31187.0 538060 29301.0 538772 28712.0 539483 28854.0 540195 28697.0 540906 29599.0 541617 30232.0 542329 29613.0 543040 28435.0 543751 28918.0 544463 26749.0 545174 28091.0 545886 27985.0 546597 28133.0 547308 27540.0 548020 28528.0 548731 27839.0 549443 28136.0 550154 27613.0 550865 27101.0 551577 27305.0 552288 26569.0 552999 25323.0 553711 25257.0 554422 24627.0 555134 25267.0 555845 24129.0 556556 24510.0 557268 24917.0 557979 24374.0 558690 24656.0 559402 24890.0 560113 24690.0 560825 24844.0 561536 24385.0 562247 24057.0 562959 23867.0 563670 23345.0 564382 23907.0 565093 23469.0 565804 23332.0 566516 23822.0 567227 23914.0 567938 23972.0 568650 22211.0 569361 23185.0 570073 22305.0 570784 21992.0 571495 23161.0 572207 22384.0 572918 22574.0 573630 23165.0 574341 26081.0 575052 35934.0 575764 50185.0 576475 56915.0 577186 59269.0 577898 55167.0 578609 53023.0 579321 80432.0 580032 182151.0 580743 328104.0 581455 474620.0 582166 592205.0 582877 602813.0 583589 370695.0 584300 156296.0 585012 81940.0 585723 58713.0 586434 46647.0 587146 42919.0 587857 38313.0 588569 34902.0 589280 32454.0 589991 30558.0 590703 30670.0 591414 29398.0 592125 28583.0 592837 28059.0 593548 27132.0 594260 27837.0 594971 27901.0 595682 29153.0 596394 31284.0 597105 33039.0 597817 34326.0 598528 34995.0 599239 33560.0 599951 33907.0 600662 32322.0 601373 30299.0 602085 28981.0 602796 28154.0 603508 27314.0 604219 27364.0 604930 27314.0 605642 26783.0 606353 26111.0 607064 26396.0 607776 25545.0 608487 25083.0 609199 24785.0 609910 23856.0 610621 24205.0 611333 23797.0 612044 23926.0 612756 23771.0 613467 23267.0 614178 24078.0 614890 22568.0 615601 23240.0 616312 28631.0 617024 35783.0 617735 43372.0 618447 43663.0 619158 40931.0 619869 34160.0 620581 30895.0 621292 28696.0 622004 26037.0 622715 24755.0 623426 24078.0 624138 24382.0 624849 23338.0 625560 23552.0 626272 24310.0 626983 24077.0 627695 24881.0 628406 24097.0 629117 25808.0 629829 24631.0 630540 23654.0 631251 23488.0 631963 22680.0 632674 23489.0 633386 22268.0 634097 22759.0 634808 22382.0 635520 22731.0 636231 21649.0 636943 22062.0 637654 20765.0 638365 21926.0 639077 21340.0 639788 21685.0 640499 21840.0 641211 21524.0 641922 21922.0 642634 21560.0 643345 22103.0 644056 22901.0 644768 22791.0 645479 24015.0 646191 23501.0 646902 22702.0 647613 22410.0 648325 22416.0 649036 21780.0 649747 22573.0 650459 23684.0 651170 24373.0 651882 23446.0 652593 23692.0 653304 23051.0 654016 23045.0 654727 26013.0 655438 31616.0 656150 35040.0 656861 37206.0 657573 33850.0 658284 29520.0 658995 26575.0 659707 24580.0 660418 24401.0 661130 22719.0 661841 21368.0 662552 21985.0 663264 23090.0 663975 25437.0 664686 28728.0 665398 29385.0 666109 28442.0 666821 27955.0 667532 26561.0 668243 25258.0 668955 24664.0 669666 23854.0 670378 23426.0 671089 22803.0 671800 24744.0 672512 27689.0 673223 30504.0 673934 32394.0 674646 30959.0 675357 28675.0 676069 27235.0 676780 25359.0 677491 25162.0 678203 25227.0 678914 27735.0 679625 28541.0 680337 29886.0 681048 28650.0 681760 25700.0 682471 24458.0 683182 22655.0 683894 21110.0 684605 21300.0 685317 22574.0 686028 25994.0 686739 27478.0 687451 28601.0 688162 28794.0 688873 26612.0 689585 24036.0 690296 23153.0 691008 21650.0 691719 20673.0 692430 20638.0 693142 21028.0 693853 20349.0 694564 19904.0 695276 19363.0 695987 19845.0 696699 19302.0 697410 19467.0 698121 20089.0 698833 20882.0 699544 21907.0 700256 23444.0 700967 23726.0 701678 23205.0 702390 22274.0 703101 22084.0 703812 20492.0 704524 20097.0 705235 19820.0 705947 20799.0 706658 20479.0 707369 20850.0 708081 20975.0 708792 22043.0 709504 21413.0 710215 21723.0 710926 21318.0 711638 20664.0 712349 20823.0 713060 20503.0 713772 20323.0 714483 20593.0 715195 19635.0 715906 20248.0 716617 19551.0 717329 19300.0 718040 19954.0 718751 20041.0 719463 21131.0 720174 21636.0 720886 21603.0 721597 20775.0 722308 21214.0 723020 21812.0 723731 20194.0 724443 19895.0 725154 20423.0 725865 19190.0 726577 19545.0 727288 19064.0 727999 20134.0 728711 20184.0 729422 20312.0 730134 19918.0 730845 20561.0 731556 20600.0 732268 20386.0 732979 20179.0 733691 20646.0 734402 21052.0 735113 19541.0 735825 19770.0 736536 20091.0 737247 19695.0 737959 19415.0 738670 19539.0 739382 19412.0 740093 20058.0 740804 21880.0 741516 27432.0 742227 46031.0 742938 57403.0 743650 58318.0 744361 46753.0 745073 38436.0 745784 32870.0 746495 30446.0 747207 28346.0 747918 27267.0 748630 26323.0 749341 25375.0 750052 25714.0 750764 24457.0 751475 24134.0 752186 24453.0 752898 24461.0 753609 24164.0 754321 24790.0 755032 23417.0 755743 23742.0 756455 21991.0 757166 21717.0 757878 20947.0 758589 20674.0 759300 20794.0 760012 20175.0 760723 21060.0 761434 21071.0 762146 20627.0 762857 20755.0 763569 20728.0 764280 20794.0 764991 20848.0 765703 20429.0 766414 21329.0 767125 21012.0 767837 19977.0 768548 20745.0 769260 20323.0 769971 20540.0 770682 19964.0 771394 19333.0 772105 20178.0 772817 19768.0 773528 19604.0 774239 19043.0 774951 19511.0 775662 20076.0 776373 22148.0 777085 26733.0 777796 27832.0 778508 26785.0 779219 25213.0 779930 23103.0 780642 21140.0 781353 20934.0 782065 19857.0 782776 19551.0 783487 19020.0 784199 19008.0 784910 18998.0 785621 19084.0 786333 19518.0 787044 19106.0 787756 19346.0 788467 19435.0 789178 20045.0 789890 22421.0 790601 25519.0 791312 28408.0 792024 27558.0 792735 27278.0 793447 27736.0 794158 28240.0 794869 27844.0 795581 26417.0 796292 23559.0 797004 22837.0 797715 22073.0 798426 22634.0 799138 22020.0 799849 21639.0 800560 20765.0 801272 20306.0 801983 19808.0 802695 19344.0 803406 19229.0 804117 19830.0 804829 18958.0 805540 19449.0 806252 19060.0 806963 19457.0 807674 20139.0 808386 20743.0 809097 20880.0 809808 20400.0 810520 21024.0 811231 20870.0 811943 20528.0 812654 21790.0 813365 21658.0 814077 21316.0 814788 20106.0 815499 20000.0 816211 19943.0 816922 20134.0 817634 18971.0 818345 19006.0 819056 19674.0 819768 19319.0 820479 19730.0 821191 19055.0 821902 19208.0 822613 18719.0 823325 19731.0 824036 20459.0 824747 19982.0 825459 19691.0 826170 21374.0 826882 26758.0 827593 36229.0 828304 44574.0 829016 53388.0 829727 52782.0 830439 44793.0 831150 36666.0 831861 32490.0 832573 30421.0 833284 28166.0 833995 26360.0 834707 25907.0 835418 27360.0 836130 29972.0 836841 34360.0 837552 34137.0 838264 32284.0 838975 28896.0 839686 25530.0 840398 24159.0 841109 22803.0 841821 21755.0 842532 21429.0 843243 21875.0 843955 21032.0 844666 20529.0 845378 20807.0 846089 20763.0 846800 20451.0 847512 20802.0 848223 20390.0 848934 20134.0 849646 21684.0 850357 26825.0 851069 45769.0 851780 69718.0 852491 79742.0 853203 71289.0 853914 54237.0 854626 40148.0 855337 31865.0 856048 27629.0 856760 25323.0 857471 23287.0 858182 22630.0 858894 21425.0 859605 20387.0 860317 20982.0 861028 21221.0 861739 23006.0 862451 25675.0 863162 28473.0 863873 37437.0 864585 65478.0 865296 124876.0 866008 183585.0 866719 195249.0 867430 141920.0 868142 86600.0 868853 53145.0 869565 37137.0 870276 31666.0 870987 28777.0 871699 25905.0 872410 25085.0 873121 23715.0 873833 23408.0 874544 23118.0 875256 23308.0 875967 22073.0 876678 21607.0 877390 21432.0 878101 21958.0 878813 21927.0 879524 22452.0 880235 22525.0 880947 23983.0 881658 24200.0 882369 25395.0 883081 24622.0 883792 23226.0 884504 24124.0 885215 23112.0 885926 22718.0 886638 21786.0 887349 21846.0 888060 22390.0 888772 21601.0 889483 20687.0 890195 20770.0 890906 21301.0 891617 20593.0 892329 20768.0 893040 20264.0 893752 20456.0 894463 19688.0 895174 18913.0 895886 19262.0 896597 19125.0 897308 20418.0 898020 26443.0 898731 41527.0 899443 63293.0 900154 75414.0 900865 68218.0 901577 49845.0 902288 36492.0 902999 31297.0 903711 43964.0 904422 65611.0 905134 77718.0 905845 68321.0 906556 52713.0 907268 40357.0 907979 31803.0 908691 27994.0 909402 25818.0 910113 24708.0 910825 23232.0 911536 23315.0 912247 22650.0 912959 23025.0 913670 22459.0 914382 22193.0 915093 22183.0 915804 21263.0 916516 20685.0 917227 21436.0 917939 19447.0 918650 20096.0 919361 20883.0 920073 21776.0 920784 24207.0 921495 24053.0 922207 24032.0 922918 21821.0 923630 20877.0 924341 20994.0 925052 21598.0 925764 22071.0 926475 22287.0 927186 22422.0 927898 21275.0 928609 21115.0 929321 21955.0 930032 23816.0 930743 25325.0 931455 26289.0 932166 25375.0 932878 22176.0 933589 21876.0 934300 20164.0 935012 20505.0 935723 19913.0 936434 19048.0 937146 18615.0 937857 19001.0 938569 19319.0 939280 18788.0 939991 18631.0 940703 18616.0 941414 18992.0 942126 17775.0 942837 21239.0 943548 25848.0 944260 32935.0 944971 36408.0 945682 34812.0 946394 29688.0 947105 25849.0 947817 23170.0 948528 21857.0 949239 20996.0 949951 22161.0 950662 23467.0 951373 24316.0 952085 25785.0 952796 25851.0 953508 25918.0 954219 24611.0 954930 22511.0 955642 21583.0 956353 21465.0 957065 21530.0 957776 22021.0 958487 23180.0 959199 25901.0 959910 32249.0 960621 33496.0 961333 34015.0 962044 32205.0 962756 30061.0 963467 26658.0 964178 23455.0 964890 21582.0 965601 22146.0 966313 22118.0 967024 23127.0 967735 22834.0 968447 22412.0 969158 22951.0 969869 22392.0 970581 21222.0 971292 20313.0 972004 20099.0 972715 20031.0 973426 20481.0 974138 21597.0 974849 22411.0 975560 23796.0 976272 21909.0 976983 21798.0 977695 22401.0 978406 21747.0 979117 22438.0 979829 21250.0 980540 20343.0 981252 18882.0 981963 18373.0 982674 19259.0 983386 18570.0 984097 18332.0 984808 18759.0 985520 18641.0 986231 18842.0 986943 18984.0 987654 18793.0 988365 19313.0 989077 19111.0 989788 18864.0 990500 18233.0 991211 18222.0 991922 19305.0 992634 18880.0 993345 18746.0 994056 17976.0 994768 18670.0 995479 20808.0 996191 22216.0 996902 23226.0 997613 25621.0 998325 37006.0 999036 72711.0 999747 139032.0 1000459 213664.0 1001170 245378.0 1001882 222417.0 1002593 236035.0 1003304 304627.0 1004016 390062.0 1004727 456673.0 1005439 393420.0 1006150 162264.0 1006861 62353.0 1007573 41169.0 1008284 33706.0 1008995 30083.0 1009707 28652.0 1010418 28637.0 1011130 27877.0 1011841 26227.0 1012552 25126.0 1013264 25175.0 1013975 24444.0 1014687 24938.0 1015398 25783.0 1016109 25679.0 1016821 25403.0 1017532 24699.0 1018243 23899.0 1018955 23971.0 1019666 22764.0 1020378 22515.0 1021089 22024.0 1021800 21757.0 1022512 20739.0 1023223 20679.0 1023934 21048.0 1024646 21050.0 1025357 20310.0 1026069 20398.0 1026780 20549.0 1027491 19313.0 1028203 19334.0 1028914 19797.0 1029626 19482.0 1030337 19288.0 1031048 19031.0 1031760 19376.0 1032471 19572.0 1033182 20833.0 1033894 30725.0 1034605 59070.0 1035317 93096.0 1036028 99870.0 1036739 79103.0 1037451 54717.0 1038162 38591.0 1038874 29415.0 1039585 26430.0 1040296 22987.0 1041008 22103.0 1041719 21589.0 1042430 23688.0 1043142 37203.0 1043853 76257.0 1044565 141427.0 1045276 178426.0 1045987 159757.0 1046699 103049.0 1047410 61280.0 1048121 42590.0 1048833 32385.0 1049544 28839.0 1050256 26047.0 1050967 24679.0 1051678 23323.0 1052390 22154.0 1053101 22067.0 1053813 21526.0 1054524 21018.0 1055235 21043.0 1055947 21306.0 1056658 21006.0 1057369 20367.0 1058081 20583.0 1058792 20387.0 1059504 20290.0 1060215 19741.0 1060926 20144.0 1061638 20446.0 1062349 19705.0 1063061 20670.0 1063772 19532.0 1064483 20057.0 1065195 19857.0 1065906 19408.0 1066617 19214.0 1067329 18479.0 1068040 18668.0 1068752 18585.0 1069463 18948.0 1070174 19457.0 1070886 19358.0 1071597 19342.0 1072308 19418.0 1073020 18558.0 1073731 17948.0 1074443 18090.0 1075154 18348.0 1075865 17957.0 1076577 18306.0 1077288 18650.0 1078000 18746.0 1078711 19529.0 1079422 19338.0 1080134 19634.0 1080845 18551.0 1081556 18346.0 1082268 17529.0 1082979 18020.0 1083691 18440.0 1084402 18705.0 1085113 18446.0 1085825 18118.0 1086536 18167.0 1087247 19528.0 1087959 18819.0 1088670 21203.0 1089382 22143.0 1090093 22119.0 1090804 21875.0 1091516 20947.0 1092227 20083.0 1092939 19833.0 1093650 18153.0 1094361 18339.0 1095073 17809.0 1095784 18076.0 1096495 17288.0 1097207 17699.0 1097918 17583.0 1098630 18366.0 1099341 18439.0 1100052 17249.0 1100764 17694.0 1101475 18347.0 1102187 19694.0 1102898 20444.0 1103609 19066.0 1104321 18810.0 1105032 18927.0 1105743 19667.0 1106455 19506.0 1107166 20245.0 1107878 21426.0 1108589 22551.0 1109300 22207.0 1110012 21441.0 1110723 19728.0 1111434 20104.0 1112146 18205.0 1112857 18112.0 1113569 17913.0 1114280 18768.0 1114991 18334.0 1115703 20703.0 1116414 21771.0 1117126 23140.0 1117837 23833.0 1118548 23079.0 1119260 21332.0 1119971 20653.0 1120682 19250.0 1121394 19402.0 1122105 19300.0 1122817 20254.0 1123528 21378.0 1124239 20662.0 1124951 20439.0 1125662 19349.0 1126374 19444.0 1127085 19679.0 1127796 19629.0 1128508 19609.0 1129219 18736.0 1129930 19219.0 1130642 17873.0 1131353 16732.0 1132065 17266.0 1132776 17115.0 1133487 17739.0 1134199 18445.0 1134910 18648.0 1135621 19363.0 1136333 19514.0 1137044 19668.0 1137756 19359.0 1138467 19686.0 1139178 19165.0 1139890 18941.0 1140601 18114.0 1141313 18343.0 1142024 17773.0 1142735 17768.0 1143447 18122.0 1144158 17738.0 1144869 17437.0 1145581 17114.0 1146292 17711.0 1147004 18877.0 1147715 20405.0 1148426 22390.0 1149138 22864.0 1149849 21680.0 1150561 20179.0 1151272 18602.0 1151983 18638.0 1152695 18207.0 1153406 17996.0 1154117 17922.0 1154829 19718.0 1155540 21365.0 1156252 21273.0 1156963 21368.0 1157674 19642.0 1158386 18602.0 1159097 18378.0 1159808 18362.0 1160520 19155.0 1161231 20394.0 1161943 20402.0 1162654 20451.0 1163365 21026.0 1164077 22405.0 1164788 26558.0 1165500 28590.0 1166211 27354.0 1166922 24378.0 1167634 25329.0 1168345 29468.0 1169056 36229.0 1169768 37761.0 1170479 33212.0 1171191 27659.0 1171902 23274.0 1172613 21016.0 1173325 20320.0 1174036 19327.0 1174748 20786.0 1175459 28125.0 1176170 40987.0 1176882 53143.0 1177593 53389.0 1178304 43531.0 1179016 32963.0 1179727 26766.0 1180439 24316.0 1181150 21583.0 1181861 21182.0 1182573 20349.0 1183284 20493.0 1183995 19608.0 1184707 19899.0 1185418 19696.0 1186130 20194.0 1186841 19608.0 1187552 19755.0 1188264 20735.0 1188975 20445.0 1189687 19804.0 1190398 19439.0 1191109 19558.0 1191821 19904.0 1192532 21204.0 1193243 20171.0 1193955 19855.0 1194666 20521.0 1195378 19614.0 1196089 20657.0 1196800 18678.0 1197512 19594.0 1198223 18324.0 1198935 19396.0 1199646 18704.0 1200357 19054.0 1201069 23478.0 1201780 36283.0 1202491 53942.0 1203203 58588.0 1203914 48565.0 1204626 35729.0 1205337 27282.0 1206048 23765.0 1206760 23563.0 1207471 29067.0 1208182 39072.0 1208894 46831.0 1209605 46796.0 1210317 38072.0 1211028 29991.0 1211739 25127.0 1212451 21417.0 1213162 19717.0 1213874 20145.0 1214585 19062.0 1215296 18569.0 1216008 19097.0 1216719 19502.0 1217430 21353.0 1218142 20502.0 1218853 19978.0 1219565 19741.0 1220276 18878.0 1220987 19956.0 1221699 22860.0 1222410 23095.0 1223122 22377.0 1223833 20410.0 1224544 20030.0 1225256 18664.0 1225967 20061.0 1226678 19529.0 1227390 19075.0 1228101 19809.0 1228813 22356.0 1229524 33286.0 1230235 48742.0 1230947 57004.0 1231658 51967.0 1232369 39537.0 1233081 30029.0 1233792 24966.0 1234504 22068.0 1235215 19796.0 1235926 18805.0 1236638 18708.0 1237349 17872.0 1238061 17991.0 1238772 18510.0 1239483 18008.0 1240195 18013.0 1240906 17393.0 1241617 17376.0 1242329 17924.0 1243040 17859.0 1243752 18518.0 1244463 18770.0 1245174 19126.0 1245886 17757.0 1246597 17692.0 1247309 16751.0 1248020 17789.0 1248731 18224.0 1249443 19582.0 1250154 20116.0 1250865 19945.0 1251577 18609.0 1252288 17808.0 1253000 17977.0 1253711 18666.0 1254422 21317.0 1255134 24351.0 1255845 25493.0 1256556 24882.0 1257268 23473.0 1257979 24696.0 1258691 30480.0 1259402 39039.0 1260113 41548.0 1260825 38467.0 1261536 30217.0 1262248 24247.0 1262959 22038.0 1263670 19842.0 1264382 19564.0 1265093 19295.0 1265804 19746.0 1266516 19059.0 1267227 18619.0 1267939 18813.0 1268650 20470.0 1269361 21196.0 1270073 21406.0 1270784 21217.0 1271496 20788.0 1272207 18437.0 1272918 17773.0 1273630 18365.0 1274341 17280.0 1275052 16932.0 1275764 16555.0 1276475 16957.0 1277187 16643.0 1277898 17727.0 1278609 18025.0 1279321 18227.0 1280032 18753.0 1280743 18349.0 1281455 18951.0 1282166 18828.0 1282878 18745.0 1283589 18279.0 1284300 18898.0 1285012 17371.0 1285723 17819.0 1286435 17606.0 1287146 17331.0 1287857 16849.0 1288569 16478.0 1289280 17094.0 1289991 18800.0 1290703 20139.0 1291414 20725.0 1292126 21643.0 1292837 22264.0 1293548 23919.0 1294260 22742.0 1294971 20972.0 1295682 19647.0 1296394 18574.0 1297105 17851.0 1297817 18143.0 1298528 18118.0 1299239 17649.0 1299951 17656.0 1300662 17207.0 1301374 17754.0 1302085 17861.0 1302796 17360.0 1303508 17427.0 1304219 17302.0 1304930 18102.0 1305642 18119.0 1306353 18121.0 1307065 19892.0 1307776 20617.0 1308487 19849.0 1309199 18863.0 1309910 18428.0 1310622 17982.0 1311333 19045.0 1312044 22625.0 1312756 25632.0 1313467 28245.0 1314178 29307.0 1314890 34810.0 1315601 44423.0 1316313 46734.0 1317024 42119.0 1317735 33496.0 1318447 26809.0 1319158 22910.0 1319869 20781.0 1320581 19602.0 1321292 19531.0 1322004 18930.0 1322715 17959.0 1323426 18596.0 1324138 17625.0 1324849 17660.0 1325561 17883.0 1326272 18113.0 1326983 18404.0 1327695 18114.0 1328406 18683.0 1329117 17889.0 1329829 17859.0 1330540 17059.0 1331252 17149.0 1331963 17054.0 1332674 16534.0 1333386 16834.0 1334097 17187.0 1334809 16925.0 1335520 17175.0 1336231 16425.0 1336943 16983.0 1337654 16772.0 1338365 17219.0 1339077 17187.0 1339788 17439.0 1340500 19259.0 1341211 21350.0 1341922 24477.0 1342634 27217.0 1343345 29799.0 1344056 27678.0 1344768 23875.0 1345479 20293.0 1346191 18467.0 1346902 17888.0 1347613 17370.0 1348325 16980.0 1349036 17754.0 1349748 18597.0 1350459 19957.0 1351170 19720.0 1351882 20298.0 1352593 19361.0 1353304 19371.0 1354016 18568.0 1354727 18242.0 1355439 17603.0 1356150 18263.0 1356861 18201.0 1357573 16618.0 1358284 17032.0 1358996 17028.0 1359707 16548.0 1360418 17567.0 1361130 17281.0 1361841 19002.0 1362552 19792.0 1363264 21305.0 1363975 21777.0 1364687 20571.0 1365398 20410.0 1366109 19887.0 1366821 19051.0 1367532 19171.0 1368243 18744.0 1368955 18959.0 1369666 20565.0 1370378 21944.0 1371089 23652.0 1371800 27130.0 1372512 28155.0 1373223 30127.0 1373935 27763.0 1374646 26162.0 1375357 22935.0 1376069 20987.0 1376780 19816.0 1377491 19203.0 1378203 19521.0 1378914 20391.0 1379626 23184.0 1380337 37351.0 1381048 64934.0 1381760 106688.0 1382471 154641.0 1383183 200571.0 1383894 210869.0 1384605 157813.0 1385317 84713.0 1386028 49014.0 1386739 36086.0 1387451 31599.0 1388162 29332.0 1388874 28784.0 1389585 27220.0 1390296 25828.0 1391008 24996.0 1391719 23019.0 1392430 22501.0 1393142 21402.0 1393853 20647.0 1394565 20719.0 1395276 21714.0 1395987 21808.0 1396699 22764.0 1397410 23625.0 1398122 25106.0 1398833 24967.0 1399544 23521.0 1400256 21747.0 1400967 20203.0 1401678 20430.0 1402390 20677.0 1403101 23441.0 1403813 25401.0 1404524 26473.0 1405235 25257.0 1405947 22200.0 1406658 21627.0 1407370 20749.0 1408081 21563.0 1408792 21342.0 1409504 22305.0 1410215 21867.0 1410926 20329.0 1411638 21290.0 1412349 21518.0 1413061 21199.0 1413772 21044.0 1414483 20162.0 1415195 20383.0 1415906 20901.0 1416617 20142.0 1417329 18747.0 1418040 18105.0 1418752 19232.0 1419463 18545.0 1420174 18678.0 1420886 18972.0 1421597 19971.0 1422309 19982.0 1423020 22590.0 1423731 24795.0 1424443 24806.0 1425154 23456.0 1425865 21147.0 1426577 19945.0 1427288 19465.0 1428000 20806.0 1428711 19969.0 1429422 20228.0 1430134 20884.0 1430845 21400.0 1431557 20573.0 1432268 20772.0 1432979 20255.0 1433691 20066.0 1434402 19524.0 1435113 18880.0 1435825 18200.0 1436536 18853.0 1437248 20468.0 1437959 22021.0 1438670 24255.0 1439382 24920.0 1440093 23344.0 1440804 21240.0 1441516 19350.0 1442227 19048.0 1442939 19950.0 1443650 21679.0 1444361 25707.0 1445073 32046.0 1445784 41514.0 1446496 45248.0 1447207 41267.0 1447918 33166.0 1448630 26528.0 1449341 23544.0 1450052 22220.0 1450764 21136.0 1451475 22505.0 1452187 23151.0 1452898 24411.0 1453609 24203.0 1454321 25994.0 1455032 28567.0 1455744 30945.0 1456455 31034.0 1457166 28527.0 1457878 25933.0 1458589 22773.0 1459300 21128.0 1460012 20231.0 1460723 19149.0 1461435 18877.0 1462146 19300.0 1462857 18569.0 1463569 19008.0 1464280 18584.0 1464991 18512.0 1465703 18070.0 1466414 18668.0 1467126 19127.0 1467837 22439.0 1468548 28955.0 1469260 34681.0 1469971 35249.0 1470683 31420.0 1471394 26760.0 1472105 23320.0 1472817 21331.0 1473528 20942.0 1474239 19764.0 1474951 20028.0 1475662 21562.0 1476374 20579.0 1477085 19948.0 1477796 19450.0 1478508 19210.0 1479219 20950.0 1479931 23590.0 1480642 25184.0 1481353 27801.0 1482065 26851.0 1482776 23737.0 1483487 22197.0 1484199 19207.0 1484910 19166.0 1485622 19139.0 1486333 21568.0 1487044 24027.0 1487756 25970.0 1488467 28783.0 1489178 29255.0 1489890 28319.0 1490601 24947.0 1491313 21960.0 1492024 20444.0 1492735 19772.0 1493447 18216.0 1494158 18018.0 1494870 17745.0 1495581 18016.0 1496292 17521.0 1497004 18466.0 1497715 18149.0 1498426 17857.0 1499138 18003.0 1499849 17098.0 1500561 17259.0 1501272 17129.0 1501983 17348.0 1502695 17166.0 1503406 16609.0 1504117 17592.0 1504829 16870.0 1505540 17543.0 1506252 17597.0 1506963 18608.0 1507674 20383.0 1508386 21696.0 1509097 22163.0 1509809 21456.0 1510520 20717.0 1511231 24167.0 1511943 32968.0 1512654 42008.0 1513365 44645.0 1514077 37913.0 1514788 30415.0 1515500 25153.0 1516211 22091.0 1516922 22019.0 1517634 22189.0 1518345 22502.0 1519057 21244.0 1519768 21263.0 1520479 20925.0 1521191 20103.0 1521902 18922.0 1522613 18297.0 1523325 18611.0 1524036 18223.0 1524748 19901.0 1525459 21422.0 1526170 21878.0 1526882 20500.0 1527593 19530.0 1528304 19112.0 1529016 18572.0 1529727 19181.0 1530439 21461.0 1531150 22351.0 1531861 22098.0 1532573 22778.0 1533284 23317.0 1533996 28037.0 1534707 37874.0 1535418 50331.0 1536130 58528.0 1536841 52526.0 1537552 38364.0 1538264 27468.0 1538975 23490.0 1539687 21805.0 1540398 20743.0 1541109 20961.0 1541821 19448.0 1542532 18677.0 1543244 18964.0 1543955 18625.0 1544666 18157.0 1545378 18099.0 1546089 18533.0 1546800 18006.0 1547512 17836.0 1548223 17381.0 1548935 17995.0 1549646 18222.0 1550357 17457.0 1551069 17382.0 1551780 17107.0 1552491 17944.0 1553203 18376.0 1553914 20274.0 1554626 21600.0 1555337 22116.0 1556048 21654.0 1556760 20278.0 1557471 18848.0 1558183 19023.0 1558894 19276.0 1559605 19997.0 1560317 25432.0 1561028 35670.0 1561739 61826.0 1562451 95924.0 1563162 131395.0 1563874 149169.0 1564585 130333.0 1565296 84026.0 1566008 52977.0 1566719 39861.0 1567431 32012.0 1568142 29916.0 1568853 27639.0 1569565 26134.0 1570276 25816.0 1570987 24788.0 1571699 23527.0 1572410 22485.0 1573122 22079.0 1573833 21391.0 1574544 20028.0 1575256 20708.0 1575967 20983.0 1576678 19924.0 1577390 20318.0 1578101 19979.0 1578813 20391.0 1579524 21212.0 1580235 21142.0 1580947 20986.0 1581658 21302.0 1582370 22778.0 1583081 23209.0 1583792 22138.0 1584504 21641.0 1585215 20842.0 1585926 20001.0 1586638 20068.0 1587349 19640.0 1588061 19661.0 1588772 20080.0 1589483 20217.0 1590195 19982.0 1590906 19497.0 1591618 19408.0 1592329 18796.0 1593040 18415.0 1593752 18102.0 1594463 17906.0 1595174 17926.0 1595886 17769.0 1596597 17982.0 1597309 18102.0 1598020 18861.0 1598731 19294.0 1599443 19950.0 1600154 20093.0 1600865 19017.0 1601577 19265.0 1602288 18634.0 1603000 19083.0 1603711 19227.0 1604422 20309.0 1605134 20189.0 1605845 23246.0 1606557 28027.0 1607268 31971.0 1607979 32552.0 1608691 29449.0 1609402 26925.0 1610113 26521.0 1610825 30369.0 1611536 33932.0 1612248 35032.0 1612959 31691.0 1613670 31327.0 1614382 34776.0 1615093 39024.0 1615805 39455.0 1616516 33269.0 1617227 26009.0 1617939 22957.0 1618650 21797.0 1619361 21217.0 1620073 23334.0 1620784 26823.0 1621496 32331.0 1622207 37065.0 1622918 33582.0 1623630 29681.0 1624341 25451.0 1625052 22883.0 1625764 21024.0 1626475 21377.0 1627187 20629.0 1627898 20784.0 1628609 19668.0 1629321 19420.0 1630032 18944.0 1630744 18253.0 1631455 18191.0 1632166 18323.0 1632878 17769.0 1633589 18651.0 1634300 18515.0 1635012 19743.0 1635723 20766.0 1636435 23792.0 1637146 27327.0 1637857 27930.0 1638569 26629.0 1639280 23503.0 1639992 21765.0 1640703 19817.0 1641414 19757.0 1642126 20274.0 1642837 20107.0 1643548 21746.0 1644260 21834.0 1644971 20967.0 1645683 21844.0 1646394 22986.0 1647105 23702.0 1647817 22236.0 1648528 21458.0 1649239 19358.0 1649951 18301.0 1650662 18122.0 1651374 18511.0 1652085 17655.0 1652796 17590.0 1653508 17879.0 1654219 16598.0 1654931 16538.0 1655642 17141.0 1656353 17978.0 1657065 17257.0 1657776 17585.0 1658487 18645.0 1659199 20300.0 1659910 24863.0 1660622 28780.0 1661333 29404.0 1662044 26265.0 1662756 24209.0 1663467 23552.0 1664179 25463.0 1664890 26429.0 1665601 27867.0 1666313 26136.0 1667024 25150.0 1667735 22942.0 1668447 21916.0 1669158 22709.0 1669870 22840.0 1670581 25380.0 1671292 30257.0 1672004 34617.0 1672715 34349.0 1673426 33625.0 1674138 41353.0 1674849 61084.0 1675561 93832.0 1676272 131953.0 1676983 162817.0 1677695 151251.0 1678406 98160.0 1679118 58972.0 1679829 41846.0 1680540 36610.0 1681252 35323.0 1681963 33140.0 1682674 29361.0 1683386 26162.0 1684097 24465.0 1684809 22982.0 1685520 21464.0 1686231 19963.0 1686943 19556.0 1687654 19975.0 1688366 20827.0 1689077 27371.0 1689788 32047.0 1690500 33991.0 1691211 37658.0 1691922 48598.0 1692634 62813.0 1693345 82073.0 1694057 102201.0 1694768 117294.0 1695479 106929.0 1696191 80932.0 1696902 62605.0 1697613 52089.0 1698325 44003.0 1699036 41652.0 1699748 40329.0 1700459 39190.0 1701170 36959.0 1701882 35456.0 1702593 33360.0 1703305 31852.0 1704016 31559.0 1704727 30236.0 1705439 29299.0 1706150 28117.0 1706861 28675.0 1707573 27470.0 1708284 27054.0 1708996 27699.0 1709707 27092.0 1710418 25819.0 1711130 25994.0 1711841 26127.0 1712552 25721.0 1713264 24800.0 1713975 25641.0 1714687 25746.0 1715398 26082.0 1716109 25864.0 1716821 25513.0 1717532 24600.0 1718244 23661.0 1718955 25594.0 1719666 29222.0 1720378 34895.0 1721089 40047.0 1721800 41918.0 1722512 42250.0 1723223 39891.0 1723935 37019.0 1724646 33531.0 1725357 29688.0 1726069 26348.0 1726780 24941.0 1727492 24168.0 1728203 24739.0 1728914 25983.0 1729626 27599.0 1730337 30872.0 1731048 32047.0 1731760 30934.0 1732471 29373.0 1733183 26174.0 1733894 23757.0 1734605 21927.0 1735317 21707.0 1736028 22417.0 1736739 22351.0 1737451 23419.0 1738162 24100.0 1738874 24871.0 1739585 24044.0 1740296 23502.0 1741008 22429.0 1741719 22254.0 1742431 20574.0 1743142 20793.0 1743853 20157.0 1744565 19874.0 1745276 21500.0 1745987 20220.0 1746699 21545.0 1747410 22494.0 1748122 21707.0 1748833 22846.0 1749544 22469.0 1750256 21249.0 1750967 20900.0 1751679 20066.0 1752390 19508.0 1753101 19393.0 1753813 19002.0 1754524 19362.0 1755235 19309.0 1755947 19681.0 1756658 19589.0 1757370 19674.0 1758081 19876.0 1758792 19680.0 1759504 20001.0 1760215 19220.0 1760926 18996.0 1761638 20097.0 1762349 20187.0 1763061 19754.0 1763772 20561.0 1764483 22785.0 1765195 25572.0 1765906 27688.0 1766618 27642.0 1767329 26012.0 1768040 23627.0 1768752 21533.0 1769463 20555.0 1770174 22036.0 1770886 20980.0 1771597 20849.0 1772309 20780.0 1773020 19106.0 1773731 18650.0 1774443 19987.0 1775154 21574.0 1775866 22462.0 1776577 22205.0 1777288 21888.0 1778000 21472.0 1778711 19591.0 1779422 20004.0 1780134 19646.0 1780845 19501.0 1781557 18854.0 1782268 19076.0 1782979 18498.0 1783691 18011.0 1784402 18558.0 1785113 18432.0 1785825 19900.0 1786536 18886.0 1787248 18920.0 1787959 19202.0 1788670 19340.0 1789382 21284.0 1790093 24114.0 1790805 24377.0 1791516 23246.0 1792227 20800.0 1792939 19866.0 1793650 20314.0 1794361 22424.0 1795073 30974.0 1795784 45753.0 1796496 58402.0 1797207 57601.0 1797918 44755.0 1798630 32987.0 1799341 25228.0 1800053 20667.0 1800764 20593.0 1801475 19315.0 1802187 19192.0 1802898 19561.0 1803609 20570.0 1804321 21657.0 1805032 23173.0 1805744 24920.0 1806455 25157.0 1807166 24896.0 1807878 24034.0 1808589 23147.0 1809300 21536.0 1810012 19980.0 1810723 20249.0 1811435 19159.0 1812146 20532.0 1812857 19536.0 1813569 19401.0 1814280 20001.0 1814992 20174.0 1815703 20761.0 1816414 20946.0 1817126 21219.0 1817837 21357.0 1818548 20324.0 1819260 20673.0 1819971 20556.0 1820683 20117.0 1821394 20403.0 1822105 20351.0 1822817 20081.0 1823528 20470.0 1824240 20860.0 1824951 21263.0 1825662 24026.0 1826374 32786.0 1827085 63304.0 1827796 136133.0 1828508 241335.0 1829219 332892.0 1829931 338330.0 1830642 224840.0 1831353 109573.0 1832065 52886.0 1832776 34598.0 1833487 29044.0 1834199 26651.0 1834910 25656.0 1835622 25021.0 1836333 23116.0 1837044 23697.0 1837756 23878.0 1838467 24495.0 1839179 26153.0 1839890 25441.0 1840601 23893.0 1841313 23272.0 1842024 21756.0 1842735 20921.0 1843447 20161.0 1844158 19411.0 1844870 19049.0 1845581 19532.0 1846292 19842.0 1847004 21110.0 1847715 22116.0 1848427 22986.0 1849138 22150.0 1849849 22548.0 1850561 21090.0 1851272 21385.0 1851983 20687.0 1852695 19806.0 1853406 19972.0 1854118 20657.0 1854829 22795.0 1855540 24432.0 1856252 25342.0 1856963 24204.0 1857674 22588.0 1858386 21209.0 1859097 19958.0 1859809 19180.0 1860520 18584.0 1861231 18459.0 1861943 18809.0 1862654 18623.0 1863366 18896.0 1864077 17853.0 1864788 18197.0 1865500 18392.0 1866211 17287.0 1866922 17695.0 1867634 17957.0 1868345 18497.0 1869057 18904.0 1869768 19400.0 1870479 19736.0 1871191 19207.0 1871902 18911.0 1872614 18340.0 1873325 18047.0 1874036 18741.0 1874748 19575.0 1875459 20403.0 1876170 19786.0 1876882 20636.0 1877593 20313.0 1878305 18821.0 1879016 18255.0 1879727 18309.0 1880439 18943.0 1881150 19538.0 1881861 20272.0 1882573 20480.0 1883284 21132.0 1883996 23164.0 1884707 27897.0 1885418 32003.0 1886130 33814.0 1886841 31869.0 1887553 30668.0 1888264 29452.0 1888975 27472.0 1889687 25710.0 1890398 22789.0 1891109 21751.0 1891821 21964.0 1892532 21556.0 1893244 22746.0 1893955 22512.0 1894666 21353.0 1895378 20550.0 1896089 19914.0 1896801 19060.0 1897512 18838.0 1898223 18220.0 1898935 18767.0 1899646 18342.0 1900357 18399.0 1901069 18086.0 1901780 17634.0 1902492 17580.0 1903203 18263.0 1903914 19026.0 1904626 19180.0 1905337 20272.0 1906048 21153.0 1906760 20625.0 1907471 20017.0 1908183 19710.0 1908894 19262.0 1909605 19837.0 1910317 20264.0 1911028 20800.0 1911740 22379.0 1912451 23701.0 1913162 25298.0 1913874 26018.0 1914585 25594.0 1915296 24963.0 1916008 22935.0 1916719 21226.0 1917431 21105.0 1918142 19568.0 1918853 18725.0 1919565 19332.0 1920276 19357.0 1920987 19241.0 1921699 19167.0 1922410 17866.0 1923122 18111.0 1923833 18142.0 1924544 18584.0 1925256 18452.0 1925967 19204.0 1926679 18621.0 1927390 18619.0 1928101 18352.0 1928813 17654.0 1929524 18703.0 1930235 19626.0 1930947 22837.0 1931658 28469.0 1932370 39114.0 1933081 54653.0 1933792 68881.0 1934504 70724.0 1935215 58712.0 1935927 43746.0 1936638 32530.0 1937349 26223.0 1938061 22117.0 1938772 20246.0 1939483 19636.0 1940195 18804.0 1940906 19053.0 1941618 19356.0 1942329 18749.0 1943040 18795.0 1943752 18846.0 1944463 17973.0 1945174 18360.0 1945886 17378.0 1946597 18799.0 1947309 19143.0 1948020 19839.0 1948731 20199.0 1949443 19657.0 1950154 18951.0 1950866 19818.0 1951577 19995.0 1952288 20288.0 1953000 21644.0 1953711 21916.0 1954422 22815.0 1955134 22143.0 1955845 22131.0 1956557 21827.0 1957268 21198.0 1957979 21888.0 1958691 21989.0 1959402 24061.0 1960114 26083.0 1960825 26943.0 1961536 26827.0 1962248 25531.0 1962959 23497.0 1963670 22833.0 1964382 22943.0 1965093 24391.0 1965805 28689.0 1966516 33938.0 1967227 38614.0 1967939 36059.0 1968650 33199.0 1969361 28914.0 1970073 24529.0 1970784 22732.0 1971496 22077.0 1972207 22237.0 1972918 26073.0 1973630 34338.0 1974341 43588.0 1975053 50731.0 1975764 49486.0 1976475 44230.0 1977187 34784.0 1977898 30392.0 1978609 28718.0 1979321 28406.0 1980032 28550.0 1980744 28459.0 1981455 25718.0 1982166 23786.0 1982878 21782.0 1983589 22127.0 1984301 21237.0 1985012 21553.0 1985723 22163.0 1986435 23689.0 1987146 24378.0 1987857 24406.0 1988569 23470.0 1989280 23332.0 1989992 21765.0 1990703 21912.0 1991414 20757.0 1992126 21034.0 1992837 20836.0 1993548 20618.0 1994260 20559.0 1994971 20417.0 1995683 20675.0 1996394 22037.0 1997105 24242.0 1997817 25182.0 1998528 27175.0 1999240 26746.0 1999951 27439.0 2000662 29328.0 2001374 29769.0 2002085 28433.0 2002796 25316.0 2003508 22919.0 2004219 21894.0 2004931 20880.0 2005642 22027.0 2006353 22654.0 2007065 23828.0 2007776 23096.0 2008488 23180.0 2009199 23074.0 2009910 22683.0 2010622 21527.0 2011333 22858.0 2012044 23123.0 2012756 24571.0 2013467 23489.0 2014179 23432.0 2014890 22081.0 2015601 21859.0 2016313 23132.0 2017024 24208.0 2017735 26415.0 2018447 28203.0 2019158 27289.0 2019870 26505.0 2020581 24880.0 2021292 22351.0 2022004 20676.0 2022715 21313.0 2023427 20424.0 2024138 21125.0 2024849 23772.0 2025561 26321.0 2026272 30149.0 2026983 30780.0 2027695 30194.0 2028406 25999.0 2029118 23189.0 2029829 21389.0 2030540 21745.0 2031252 23010.0 2031963 25506.0 2032675 31718.0 2033386 32507.0 2034097 30601.0 2034809 25210.0 2035520 22724.0 2036231 19750.0 2036943 19488.0 2037654 21303.0 2038366 25887.0 2039077 31684.0 2039788 37102.0 2040500 36863.0 2041211 32164.0 2041922 28227.0 2042634 25306.0 2043345 27305.0 2044057 32715.0 2044768 38751.0 2045479 39690.0 2046191 34540.0 2046902 27392.0 2047614 23416.0 2048325 22510.0 2049036 22143.0 2049748 21256.0 2050459 21386.0 2051170 20927.0 2051882 20133.0 2052593 21223.0 2053305 20353.0 2054016 20685.0 2054727 21755.0 2055439 21976.0 2056150 20721.0 2056862 19938.0 2057573 19879.0 2058284 19121.0 2058996 18846.0 2059707 20130.0 2060418 21574.0 2061130 23724.0 2061841 27171.0 2062553 30260.0 2063264 31923.0 2063975 34320.0 2064687 34906.0 2065398 35025.0 2066109 35132.0 2066821 32486.0 2067532 32704.0 2068244 32553.0 2068955 32989.0 2069666 31663.0 2070378 29014.0 2071089 26933.0 2071801 24395.0 2072512 25091.0 2073223 23845.0 2073935 25599.0 2074646 26114.0 2075357 24473.0 2076069 23558.0 2076780 21380.0 2077492 20935.0 2078203 20530.0 2078914 20086.0 2079626 20425.0 2080337 20032.0 2081049 19860.0 2081760 20427.0 2082471 19459.0 2083183 18716.0 2083894 19510.0 2084605 21112.0 2085317 21600.0 2086028 23590.0 2086740 23965.0 2087451 22935.0 2088162 22635.0 2088874 21513.0 2089585 21144.0 2090296 21038.0 2091008 20109.0 2091719 19708.0 2092431 20476.0 2093142 21907.0 2093853 25748.0 2094565 32720.0 2095276 42084.0 2095988 51958.0 2096699 57678.0 2097410 56272.0 2098122 47414.0 2098833 38265.0 2099544 31014.0 2100256 28071.0 2100967 25092.0 2101679 24482.0 2102390 22210.0 2103101 22100.0 2103813 22176.0 2104524 21014.0 2105236 21226.0 2105947 20888.0 2106658 19783.0 2107370 20577.0 2108081 21133.0 2108792 19479.0 2109504 20540.0 2110215 19729.0 2110927 19569.0 2111638 19875.0 2112349 19425.0 2113061 19168.0 2113772 18676.0 2114483 19487.0 2115195 18881.0 2115906 18326.0 2116618 18912.0 2117329 19295.0 2118040 19988.0 2118752 21549.0 2119463 25285.0 2120175 39016.0 2120886 62646.0 2121597 86321.0 2122309 91956.0 2123020 73991.0 2123731 50655.0 2124443 34558.0 2125154 27701.0 2125866 27196.0 2126577 28651.0 2127288 32418.0 2128000 32105.0 2128711 30424.0 2129422 27587.0 2130134 24096.0 2130845 21936.0 2131557 20456.0 2132268 20612.0 2132979 20128.0 2133691 19163.0 2134402 18748.0 2135114 19554.0 2135825 20203.0 2136536 20694.0 2137248 21171.0 2137959 20594.0 2138670 20158.0 2139382 20487.0 2140093 19234.0 2140805 19988.0 2141516 20462.0 2142227 21431.0 2142939 24193.0 2143650 32099.0 2144362 48358.0 2145073 76010.0 2145784 113800.0 2146496 159944.0 2147207 200457.0 2147918 218937.0 2148630 184984.0 2149341 98871.0 2150053 48380.0 2150764 32953.0 2151475 29235.0 2152187 28246.0 2152898 26206.0 2153609 25914.0 2154321 26218.0 2155032 25823.0 2155744 25683.0 2156455 24325.0 2157166 22337.0 2157878 21832.0 2158589 21585.0 2159301 21430.0 2160012 21890.0 2160723 21889.0 2161435 21922.0 2162146 21618.0 2162857 21552.0 2163569 22116.0 2164280 21547.0 2164992 22040.0 2165703 23924.0 2166414 25825.0 2167126 28796.0 2167837 28241.0 2168549 26123.0 2169260 24280.0 2169971 25839.0 2170683 26144.0 2171394 26523.0 2172105 24345.0 2172817 23511.0 2173528 21709.0 2174240 21598.0 2174951 21534.0 2175662 22686.0 2176374 23415.0 2177085 26717.0 2177796 28675.0 2178508 29672.0 2179219 30424.0 2179931 31828.0 2180642 31849.0 2181353 31245.0 2182065 30299.0 2182776 28980.0 2183488 29964.0 2184199 31123.0 2184910 32372.0 2185622 29471.0 2186333 25766.0 2187044 22801.0 2187756 20959.0 2188467 19872.0 2189179 19021.0 2189890 19694.0 2190601 19462.0 2191313 19535.0 2192024 19357.0 2192736 20046.0 2193447 19802.0 2194158 19692.0 2194870 19977.0 2195581 20285.0 2196292 20373.0 2197004 19998.0 2197715 20968.0 2198427 21635.0 2199138 21603.0 2199849 22456.0 2200561 21986.0 2201272 21952.0 2201983 22308.0 2202695 22962.0 2203406 24978.0 2204118 24816.0 2204829 23638.0 2205540 22209.0 2206252 21215.0 2206963 20009.0 2207675 19890.0 2208386 17878.0 2209097 19369.0 2209809 18555.0 2210520 18937.0 2211231 19230.0 2211943 20280.0 2212654 19653.0 2213366 18744.0 2214077 18757.0 2214788 18407.0 2215500 17825.0 2216211 18161.0 2216923 18726.0 2217634 19605.0 2218345 19011.0 2219057 19652.0 2219768 18803.0 2220479 18859.0 2221191 18944.0 2221902 19084.0 2222614 18396.0 2223325 18817.0 2224036 19017.0 2224748 19757.0 2225459 20373.0 2226170 19636.0 2226882 19603.0 2227593 19017.0 2228305 18626.0 2229016 18362.0 2229727 18916.0 2230439 19318.0 2231150 19627.0 2231862 19228.0 2232573 17782.0 2233284 17771.0 2233996 17138.0 2234707 18295.0 2235418 18130.0 2236130 18593.0 2236841 18926.0 2237553 19518.0 2238264 18592.0 2238975 17864.0 2239687 18038.0 2240398 18634.0 2241110 19275.0 2241821 19920.0 2242532 20187.0 2243244 21078.0 2243955 21780.0 2244666 21968.0 2245378 20754.0 2246089 20984.0 2246801 20508.0 2247512 20835.0 2248223 20277.0 2248935 19384.0 2249646 19417.0 2250357 18191.0 2251069 18980.0 2251780 18918.0 2252492 18816.0 2253203 18997.0 2253914 18656.0 2254626 19026.0 2255337 18989.0 2256049 19341.0 2256760 18816.0 2257471 18296.0 2258183 19254.0 2258894 20020.0 2259605 21048.0 2260317 21623.0 2261028 22719.0 2261740 21825.0 2262451 21903.0 2263162 21986.0 2263874 22450.0 2264585 22079.0 2265297 22338.0 2266008 22322.0 2266719 20622.0 2267431 19408.0 2268142 19076.0 2268853 18110.0 2269565 18076.0 2270276 18029.0 2270988 18637.0 2271699 19714.0 2272410 20940.0 2273122 22429.0 2273833 22111.0 2274544 20300.0 2275256 18463.0 2275967 18264.0 2276679 18707.0 2277390 18947.0 2278101 19798.0 2278813 20222.0 2279524 21927.0 2280236 23671.0 2280947 24135.0 2281658 23454.0 2282370 22482.0 2283081 21826.0 2283792 21834.0 2284504 23157.0 2285215 22728.0 2285927 22113.0 2286638 21343.0 2287349 21587.0 2288061 21196.0 2288772 20933.0 2289484 20035.0 2290195 19536.0 2290906 19627.0 2291618 20217.0 2292329 20560.0 2293040 21223.0 2293752 20371.0 2294463 19750.0 2295175 19846.0 2295886 21650.0 2296597 23035.0 2297309 24421.0 2298020 24439.0 2298731 22710.0 2299443 22254.0 2300154 20632.0 2300866 21474.0 2301577 19769.0 2302288 20192.0 2303000 19554.0 2303711 19643.0 2304423 18757.0 2305134 17835.0 2305845 18810.0 2306557 17735.0 2307268 17720.0 2307979 18635.0 2308691 18767.0 2309402 20588.0 2310114 21079.0 2310825 20836.0 2311536 20511.0 2312248 21161.0 2312959 20519.0 2313671 19497.0 2314382 19192.0 2315093 19604.0 2315805 20118.0 2316516 20353.0 2317227 20536.0 2317939 20917.0 2318650 20494.0 2319362 23308.0 2320073 26788.0 2320784 30367.0 2321496 33135.0 2322207 29662.0 2322918 26448.0 2323630 22747.0 2324341 20735.0 2325053 19436.0 2325764 18364.0 2326475 17749.0 2327187 17840.0 2327898 18715.0 2328610 18689.0 2329321 18752.0 2330032 19143.0 2330744 19224.0 2331455 19623.0 2332166 19698.0 2332878 20500.0 2333589 20720.0 2334301 20526.0 2335012 20089.0 2335723 19931.0 2336435 18752.0 2337146 17805.0 2337857 18714.0 2338569 18326.0 2339280 17954.0 2339992 18236.0 2340703 18592.0 2341414 18461.0 2342126 19522.0 2342837 20896.0 2343549 21209.0 2344260 23564.0 2344971 26021.0 2345683 35690.0 2346394 51042.0 2347105 64850.0 2347817 65731.0 2348528 55024.0 2349240 40971.0 2349951 31415.0 2350662 25963.0 2351374 23633.0 2352085 21343.0 2352797 19671.0 2353508 20137.0 2354219 19249.0 2354931 19408.0 2355642 19612.0 2356353 19587.0 2357065 19347.0 2357776 19694.0 2358488 18887.0 2359199 18916.0 2359910 18986.0 2360622 19071.0 2361333 21028.0 2362044 23821.0 2362756 29849.0 2363467 29147.0 2364179 28528.0 2364890 24560.0 2365601 24565.0 2366313 27062.0 2367024 30773.0 2367736 34645.0 2368447 34084.0 2369158 28968.0 2369870 25236.0 2370581 22119.0 2371292 21510.0 2372004 21068.0 2372715 21227.0 2373427 22176.0 2374138 23164.0 2374849 23983.0 2375561 23182.0 2376272 22759.0 2376984 20696.0 2377695 20677.0 2378406 20590.0 2379118 19201.0 2379829 18957.0 2380540 18640.0 2381252 19121.0 2381963 17816.0 2382675 17828.0 2383386 18393.0 2384097 19415.0 2384809 19639.0 2385520 19284.0 2386231 21225.0 2386943 25559.0 2387654 36987.0 2388366 47910.0 2389077 53767.0 2389788 51814.0 2390500 40339.0 2391211 31775.0 2391923 25744.0 2392634 23918.0 2393345 23282.0 2394057 22757.0 2394768 23227.0 2395479 24810.0 2396191 24275.0 2396902 23922.0 2397614 22650.0 2398325 22007.0 2399036 21435.0 2399748 21356.0 2400459 21276.0 2401171 21509.0 2401882 21414.0 2402593 23768.0 2403305 27444.0 2404016 31103.0 2404727 30174.0 2405439 26531.0 2406150 24221.0 2406862 22364.0 2407573 23017.0 2408284 24344.0 2408996 26162.0 2409707 25350.0 2410418 23883.0 2411130 23366.0 2411841 22706.0 2412553 23042.0 2413264 25078.0 2413975 25695.0 2414687 27183.0 2415398 29254.0 2416110 28829.0 2416821 24866.0 2417532 24344.0 2418244 23506.0 2418955 21843.0 2419666 23075.0 2420378 25295.0 2421089 27098.0 2421801 27381.0 2422512 25133.0 2423223 24120.0 2423935 21642.0 2424646 20183.0 2425358 20613.0 2426069 20251.0 2426780 20573.0 2427492 21227.0 2428203 21100.0 2428914 20463.0 2429626 20569.0 2430337 19737.0 2431049 19520.0 2431760 20085.0 2432471 20949.0 2433183 24111.0 2433894 26956.0 2434605 27281.0 2435317 25433.0 2436028 23968.0 2436740 22013.0 2437451 20059.0 2438162 19637.0 2438874 20157.0 2439585 20404.0 2440297 21003.0 2441008 21345.0 2441719 20490.0 2442431 19265.0 2443142 19756.0 2443853 19295.0 2444565 18683.0 2445276 19589.0 2445988 19615.0 2446699 18932.0 2447410 19137.0 2448122 20112.0 2448833 20613.0 2449545 20157.0 2450256 20102.0 2450967 19144.0 2451679 19871.0 2452390 19624.0 2453101 21719.0 2453813 23395.0 2454524 27324.0 2455236 35459.0 2455947 45719.0 2456658 54244.0 2457370 52640.0 2458081 41946.0 2458792 31804.0 2459504 25947.0 2460215 22502.0 2460927 21613.0 2461638 22157.0 2462349 21590.0 2463061 20517.0 2463772 20589.0 2464484 21194.0 2465195 20457.0 2465906 20777.0 2466618 20867.0 2467329 20585.0 2468040 20248.0 2468752 20424.0 2469463 20057.0 2470175 20241.0 2470886 20516.0 2471597 20214.0 2472309 19856.0 2473020 21469.0 2473732 22996.0 2474443 25289.0 2475154 26134.0 2475866 25782.0 2476577 24311.0 2477288 23999.0 2478000 22505.0 2478711 22987.0 2479423 22123.0 2480134 22399.0 2480845 21854.0 2481557 20398.0 2482268 20352.0 2482979 21049.0 2483691 20850.0 2484402 22173.0 2485114 21449.0 2485825 21523.0 2486536 20095.0 2487248 19010.0 2487959 18522.0 2488671 18610.0 2489382 18315.0 2490093 18430.0 2490805 18208.0 2491516 18784.0 2492227 19151.0 2492939 19892.0 2493650 21052.0 2494362 21225.0 2495073 22669.0 2495784 21391.0 2496496 20939.0 2497207 20971.0 2497919 21519.0 2498630 21080.0 2499341 22014.0 2500053 24013.0 2500764 24956.0 2501475 35699.0 2502187 70165.0 2502898 152748.0 2503610 286202.0 2504321 443809.0 2505032 519804.0 2505744 429289.0 2506455 239811.0 2507166 105941.0 2507878 53704.0 2508589 38447.0 2509301 33864.0 2510012 31178.0 2510723 29038.0 2511435 27896.0 2512146 26034.0 2512858 25121.0 2513569 25219.0 2514280 25438.0 2514992 28742.0 2515703 35622.0 2516414 41756.0 2517126 43407.0 2517837 38138.0 2518549 30716.0 2519260 26804.0 2519971 24056.0 2520683 22461.0 2521394 23052.0 2522106 22302.0 2522817 22608.0 2523528 21894.0 2524240 22885.0 2524951 22278.0 2525662 22048.0 2526374 22247.0 2527085 21736.0 2527797 23240.0 2528508 21348.0 2529219 22572.0 2529931 23129.0 2530642 22799.0 2531353 22917.0 2532065 22474.0 2532776 24596.0 2533488 25863.0 2534199 26866.0 2534910 25701.0 2535622 23181.0 2536333 22396.0 2537045 21573.0 2537756 20856.0 2538467 19807.0 2539179 19695.0 2539890 19206.0 2540601 20149.0 2541313 19943.0 2542024 20024.0 2542736 20465.0 2543447 20111.0 2544158 20418.0 2544870 20645.0 2545581 20683.0 2546293 22585.0 2547004 24743.0 2547715 24571.0 2548427 24326.0 2549138 24113.0 2549849 22793.0 2550561 22650.0 2551272 22186.0 2551984 23250.0 2552695 24155.0 2553406 24385.0 2554118 24511.0 2554829 24427.0 2555540 23927.0 2556252 23065.0 2556963 22108.0 2557675 22181.0 2558386 22516.0 2559097 23855.0 2559809 26296.0 2560520 31499.0 2561232 44632.0 2561943 58779.0 2562654 67249.0 2563366 61038.0 2564077 46488.0 2564788 35203.0 2565500 30079.0 2566211 25270.0 2566923 24058.0 2567634 26254.0 2568345 26459.0 2569057 29711.0 2569768 31751.0 2570479 30935.0 2571191 29063.0 2571902 25001.0 2572614 23271.0 2573325 22321.0 2574036 21895.0 2574748 21108.0 2575459 21156.0 2576171 20708.0 2576882 20640.0 2577593 20604.0 2578305 20519.0 2579016 21360.0 2579727 20950.0 2580439 22143.0 2581150 21968.0 2581862 22359.0 2582573 22135.0 2583284 20845.0 2583996 20262.0 2584707 20066.0 2585419 18709.0 2586130 19666.0 2586841 18536.0 2587553 19255.0 2588264 19013.0 2588975 18662.0 2589687 18870.0 2590398 18675.0 2591110 19347.0 2591821 20428.0 2592532 20544.0 2593244 20388.0 2593955 20302.0 2594666 21887.0 2595378 22120.0 2596089 24435.0 2596801 24956.0 2597512 25915.0 2598223 25441.0 2598935 24249.0 2599646 22799.0 2600358 21648.0 2601069 21207.0 2601780 19393.0 2602492 20044.0 2603203 21584.0 2603914 22576.0 2604626 22194.0 2605337 22609.0 2606049 23336.0 2606760 22261.0 2607471 21767.0 2608183 22106.0 2608894 21645.0 2609606 21737.0 2610317 20992.0 2611028 20545.0 2611740 19651.0 2612451 20184.0 2613162 21642.0 2613874 22397.0 2614585 24868.0 2615297 26012.0 2616008 29025.0 2616719 27792.0 2617431 25494.0 2618142 24299.0 2618853 23527.0 2619565 22813.0 2620276 22636.0 2620988 22313.0 2621699 22234.0 2622410 22632.0 2623122 22213.0 2623833 23047.0 2624545 22677.0 2625256 24327.0 2625967 25242.0 2626679 25709.0 2627390 25525.0 2628101 23865.0 2628813 23935.0 2629524 24823.0 2630236 25291.0 2630947 25880.0 2631658 26984.0 2632370 26521.0 2633081 24821.0 2633793 23077.0 2634504 21883.0 2635215 21959.0 2635927 24907.0 2636638 37075.0 2637349 77474.0 2638061 166618.0 2638772 307287.0 2639484 478120.0 2640195 613575.0 2640906 591064.0 2641618 380673.0 2642329 174461.0 2643040 80657.0 2643752 50835.0 2644463 41774.0 2645175 38808.0 2645886 36703.0 2646597 35594.0 2647309 34940.0 2648020 34805.0 2648732 35362.0 2649443 39822.0 2650154 53480.0 2650866 71378.0 2651577 82486.0 2652288 76553.0 2653000 61379.0 2653711 45461.0 2654423 38315.0 2655134 35504.0 2655845 33165.0 2656557 31692.0 2657268 30744.0 2657980 29720.0 2658691 28479.0 2659402 27733.0 2660114 28384.0 2660825 27805.0 2661536 25905.0 2662248 26394.0 2662959 25383.0 2663671 25968.0 2664382 26423.0 2665093 26588.0 2665805 27325.0 2666516 27452.0 2667227 26968.0 2667939 26837.0 2668650 27085.0 2669362 26990.0 2670073 28751.0 2670784 31245.0 2671496 32564.0 2672207 31615.0 2672919 29012.0 2673630 27217.0 2674341 23570.0 2675053 24174.0 2675764 23095.0 2676475 23841.0 2677187 23756.0 2677898 24221.0 2678610 24466.0 2679321 25932.0 2680032 25998.0 2680744 27230.0 2681455 27301.0 2682167 29871.0 2682878 29722.0 2683589 30041.0 2684301 29472.0 2685012 26940.0 2685723 24486.0 2686435 23761.0 2687146 22608.0 2687858 23589.0 2688569 23618.0 2689280 22226.0 2689992 22690.0 2690703 22792.0 2691414 21548.0 2692126 21708.0 2692837 22287.0 2693549 22562.0 2694260 24122.0 2694971 24723.0 2695683 24857.0 2696394 25391.0 2697106 25410.0 2697817 24484.0 2698528 23881.0 2699240 22876.0 2699951 22397.0 2700662 22664.0 2701374 23309.0 2702085 25377.0 2702797 31000.0 2703508 42147.0 2704219 53438.0 2704931 58819.0 2705642 53298.0 2706354 42929.0 2707065 32441.0 2707776 27333.0 2708488 24654.0 2709199 25270.0 2709910 25153.0 2710622 25869.0 2711333 26210.0 2712045 25392.0 2712756 26660.0 2713467 26384.0 2714179 26889.0 2714890 26370.0 2715601 25410.0 2716313 25452.0 2717024 25352.0 2717736 24485.0 2718447 23906.0 2719158 24139.0 2719870 23375.0 2720581 22812.0 2721293 23529.0 2722004 22450.0 2722715 24681.0 2723427 25987.0 2724138 27204.0 2724849 28967.0 2725561 27127.0 2726272 24779.0 2726984 23854.0 2727695 22596.0 2728406 22211.0 2729118 22254.0 2729829 21408.0 2730541 22402.0 2731252 21585.0 2731963 21824.0 2732675 21542.0 2733386 21812.0 2734097 22363.0 2734809 23331.0 2735520 22698.0 2736232 22101.0 2736943 21494.0 2737654 22066.0 2738366 22353.0 2739077 23658.0 2739788 23907.0 2740500 23335.0 2741211 23553.0 2741923 22407.0 2742634 21648.0 2743345 20833.0 2744057 20265.0 2744768 20579.0 2745480 20492.0 2746191 21451.0 2746902 20357.0 2747614 20814.0 2748325 20859.0 2749036 21250.0 2749748 20854.0 2750459 22085.0 2751171 22254.0 2751882 22079.0 2752593 23452.0 2753305 24938.0 2754016 27214.0 2754727 30276.0 2755439 33922.0 2756150 32963.0 2756862 30485.0 2757573 27699.0 2758284 24245.0 2758996 22753.0 2759707 22921.0 2760419 23030.0 2761130 22805.0 2761841 22636.0 2762553 23190.0 2763264 22236.0 2763975 22667.0 2764687 21981.0 2765398 21769.0 2766110 22484.0 2766821 22360.0 2767532 21853.0 2768244 21742.0 2768955 21199.0 2769667 21978.0 2770378 20602.0 2771089 20748.0 2771801 20409.0 2772512 20710.0 2773223 20941.0 2773935 20911.0 2774646 20884.0 2775358 21130.0 2776069 20886.0 2776780 21817.0 2777492 23015.0 2778203 23270.0 2778914 23465.0 2779626 23904.0 2780337 25233.0 2781049 25999.0 2781760 26628.0 2782471 27040.0 2783183 27436.0 2783894 28629.0 2784606 28777.0 2785317 26902.0 2786028 25960.0 2786740 24800.0 2787451 23679.0 2788162 22900.0 2788874 23178.0 2789585 22512.0 2790297 22045.0 2791008 21984.0 2791719 22444.0 2792431 22063.0 2793142 20609.0 2793854 21477.0 2794565 22576.0 2795276 23060.0 2795988 22646.0 2796699 23046.0 2797410 23419.0 2798122 23065.0 2798833 22508.0 2799545 23291.0 2800256 23702.0 2800967 24093.0 2801679 23055.0 2802390 23319.0 2803101 22380.0 2803813 22541.0 2804524 23007.0 2805236 22199.0 2805947 22860.0 2806658 23188.0 2807370 23544.0 2808081 23277.0 2808793 22716.0 2809504 22616.0 2810215 21277.0 2810927 21460.0 2811638 21458.0 2812349 21551.0 2813061 23569.0 2813772 25637.0 2814484 28528.0 2815195 31444.0 2815906 32896.0 2816618 33217.0 2817329 30929.0 2818041 28520.0 2818752 25834.0 2819463 24757.0 2820175 24234.0 2820886 24372.0 2821597 24027.0 2822309 24844.0 2823020 23731.0 2823732 22730.0 2824443 21947.0 2825154 20827.0 2825866 21062.0 2826577 20837.0 2827288 21493.0 2828000 21424.0 2828711 21096.0 2829423 20442.0 2830134 22061.0 2830845 21881.0 2831557 22066.0 2832268 21786.0 2832980 21790.0 2833691 22892.0 2834402 22436.0 2835114 25367.0 2835825 26685.0 2836536 27482.0 2837248 29768.0 2837959 38573.0 2838671 67937.0 2839382 120766.0 2840093 178170.0 2840805 201505.0 2841516 172398.0 2842228 109050.0 2842939 61753.0 2843650 40625.0 2844362 30674.0 2845073 30562.0 2845784 29587.0 2846496 30817.0 2847207 31902.0 2847919 33906.0 2848630 33744.0 2849341 35187.0 2850053 36316.0 2850764 37374.0 2851475 40243.0 2852187 43174.0 2852898 43241.0 2853610 40033.0 2854321 32874.0 2855032 27402.0 2855744 25890.0 2856455 24988.0 2857167 23885.0 2857878 22993.0 2858589 23276.0 2859301 23166.0 2860012 23993.0 2860723 31195.0 2861435 49955.0 2862146 88764.0 2862858 134963.0 2863569 160453.0 2864280 138361.0 2864992 92579.0 2865703 55730.0 2866415 37359.0 2867126 29936.0 2867837 27869.0 2868549 27523.0 2869260 26629.0 2869971 25636.0 2870683 25422.0 2871394 24592.0 2872106 24980.0 2872817 24970.0 2873528 25438.0 2874240 25708.0 2874951 26692.0 2875662 25882.0 2876374 24913.0 2877085 23112.0 2877797 23342.0 2878508 24657.0 2879219 25736.0 2879931 26240.0 2880642 26298.0 2881354 25551.0 2882065 24238.0 2882776 24741.0 2883488 23907.0 2884199 22578.0 2884910 22673.0 2885622 22944.0 2886333 24494.0 2887045 25701.0 2887756 27338.0 2888467 27503.0 2889179 27271.0 2889890 31644.0 2890602 45897.0 2891313 68126.0 2892024 91204.0 2892736 95787.0 2893447 79762.0 2894158 59355.0 2894870 43348.0 2895581 34037.0 2896293 30303.0 2897004 27763.0 2897715 27217.0 2898427 26457.0 2899138 26663.0 2899849 25363.0 2900561 25352.0 2901272 23844.0 2901984 23963.0 2902695 23226.0 2903406 24730.0 2904118 27412.0 2904829 32513.0 2905541 39856.0 2906252 44926.0 2906963 43318.0 2907675 37718.0 2908386 30542.0 2909097 28949.0 2909809 26969.0 2910520 27661.0 2911232 26795.0 2911943 25255.0 2912654 24617.0 2913366 25315.0 2914077 25741.0 2914789 23807.0 2915500 23862.0 2916211 22958.0 2916923 22441.0 2917634 23372.0 2918345 22511.0 2919057 23728.0 2919768 22445.0 2920480 23261.0 2921191 23005.0 2921902 24182.0 2922614 29349.0 2923325 44555.0 2924036 72081.0 2924748 101598.0 2925459 111641.0 2926171 102336.0 2926882 75492.0 2927593 53439.0 2928305 42261.0 2929016 37640.0 2929728 35782.0 2930439 33719.0 2931150 30064.0 2931862 30455.0 2932573 29966.0 2933284 29556.0 2933996 29316.0 2934707 28418.0 2935419 29316.0 2936130 27962.0 2936841 26992.0 2937553 26782.0 2938264 25295.0 2938976 26079.0 2939687 25909.0 2940398 26220.0 2941110 25076.0 2941821 25074.0 2942532 24817.0 2943244 24029.0 2943955 24370.0 2944667 25511.0 2945378 26509.0 2946089 28182.0 2946801 32330.0 2947512 38403.0 2948223 52990.0 2948935 77488.0 2949646 106853.0 2950358 115931.0 2951069 101776.0 2951780 75391.0 2952492 59826.0 2953203 52351.0 2953915 46523.0 2954626 40277.0 2955337 36679.0 2956049 34000.0 2956760 30591.0 2957471 30554.0 2958183 27761.0 2958894 26958.0 2959606 26831.0 2960317 26250.0 2961028 26613.0 2961740 27067.0 2962451 26713.0 2963162 27022.0 2963874 25519.0 2964585 25209.0 2965297 24455.0 2966008 24467.0 2966719 24251.0 2967431 23086.0 2968142 23468.0 2968854 23948.0 2969565 23914.0 2970276 22599.0 2970988 24898.0 2971699 26099.0 2972410 26882.0 2973122 29031.0 2973833 28712.0 2974545 28265.0 2975256 26979.0 2975967 26539.0 2976679 26308.0 2977390 26003.0 2978102 25545.0 2978813 23772.0 2979524 23786.0 2980236 23724.0 2980947 22737.0 2981658 23658.0 2982370 23784.0 2983081 25096.0 2983793 24484.0 2984504 24843.0 2985215 24226.0 2985927 25068.0 2986638 24154.0 2987349 24168.0 2988061 24209.0 2988772 25326.0 2989484 23820.0 2990195 24044.0 2990906 24332.0 2991618 25461.0 2992329 26135.0 2993041 27201.0 2993752 28778.0 2994463 30452.0 2995175 31975.0 2995886 30655.0 2996597 30799.0 2997309 28551.0 2998020 29420.0 2998732 29203.0 2999443 29602.0 3000154 30054.0 3000866 29207.0 3001577 29026.0 3002289 28409.0 3003000 29087.0 3003711 27046.0 3004423 25524.0 3005134 24024.0 3005845 23690.0 3006557 24079.0 3007268 23496.0 3007980 23161.0 3008691 22997.0 3009402 23108.0 3010114 23192.0 3010825 24094.0 3011536 23011.0 3012248 24165.0 3012959 25665.0 3013671 25424.0 3014382 25373.0 3015093 24995.0 3015805 24345.0 3016516 23859.0 3017228 23560.0 3017939 23066.0 3018650 22074.0 3019362 23696.0 3020073 24490.0 3020784 24960.0 3021496 25947.0 3022207 28487.0 3022919 32951.0 3023630 35577.0 3024341 38041.0 3025053 34376.0 3025764 31342.0 3026476 29596.0 3027187 27145.0 3027898 25164.0 3028610 25942.0 3029321 24705.0 3030032 23916.0 3030744 23741.0 3031455 25929.0 3032167 28010.0 3032878 38282.0 3033589 57860.0 3034301 89883.0 3035012 125663.0 3035723 149036.0 3036435 140610.0 3037146 104585.0 3037858 69667.0 3038569 45993.0 3039280 35236.0 3039992 30363.0 3040703 28729.0 3041415 26789.0 3042126 26902.0 3042837 25921.0 3043549 25456.0 3044260 26237.0 3044971 26469.0 3045683 25789.0 3046394 27911.0 3047106 26869.0 3047817 26278.0 3048528 24100.0 3049240 24488.0 3049951 23618.0 3050663 26133.0 3051374 26733.0 3052085 28135.0 3052797 29334.0 3053508 32132.0 3054219 31380.0 3054931 29946.0 3055642 29533.0 3056354 28824.0 3057065 29498.0 3057776 31428.0 3058488 33560.0 3059199 35759.0 3059910 36855.0 3060622 39505.0 3061333 38705.0 3062045 35244.0 3062756 33905.0 3063467 30755.0 3064179 30513.0 3064890 29272.0 3065602 28676.0 3066313 27256.0 3067024 26649.0 3067736 25768.0 3068447 26058.0 3069158 25342.0 3069870 26820.0 3070581 26271.0 3071293 26975.0 3072004 29266.0 3072715 29311.0 3073427 33077.0 3074138 33655.0 3074850 32568.0 3075561 30414.0 3076272 29262.0 3076984 28761.0 3077695 28497.0 3078406 29685.0 3079118 29720.0 3079829 31340.0 3080541 32111.0 3081252 39737.0 3081963 53019.0 3082675 70953.0 3083386 82642.0 3084097 76929.0 3084809 60802.0 3085520 44801.0 3086232 34071.0 3086943 30109.0 3087654 28125.0 3088366 27406.0 3089077 26696.0 3089789 26267.0 3090500 27730.0 3091211 28142.0 3091923 28197.0 3092634 29088.0 3093345 29109.0 3094057 29139.0 3094768 28645.0 3095480 28846.0 3096191 27507.0 3096902 26613.0 3097614 25972.0 3098325 24129.0 3099037 23977.0 3099748 24249.0 3100459 24537.0 3101171 25463.0 3101882 28332.0 3102593 30724.0 3103305 30433.0 3104016 28728.0 3104728 27250.0 3105439 26135.0 3106150 25572.0 3106862 24811.0 3107573 25195.0 3108284 26499.0 3108996 27435.0 3109707 29399.0 3110419 28859.0 3111130 27033.0 3111841 27339.0 3112553 26094.0 3113264 25933.0 3113976 25255.0 3114687 25213.0 3115398 25518.0 3116110 27000.0 3116821 26675.0 3117532 25156.0 3118244 25576.0 3118955 24624.0 3119667 26525.0 3120378 25965.0 3121089 25291.0 3121801 25770.0 3122512 26235.0 3123224 27496.0 3123935 27937.0 3124646 29274.0 3125358 30381.0 3126069 30255.0 3126780 29261.0 3127492 28423.0 3128203 27668.0 3128915 26359.0 3129626 27014.0 3130337 24994.0 3131049 25542.0 3131760 25492.0 3132471 24945.0 3133183 25401.0 3133894 26368.0 3134606 27422.0 3135317 28444.0 3136028 31211.0 3136740 32712.0 3137451 34838.0 3138163 36049.0 3138874 36509.0 3139585 36424.0 3140297 35726.0 3141008 37096.0 3141719 38818.0 3142431 37237.0 3143142 37662.0 3143854 34627.0 3144565 32476.0 3145276 29251.0 3145988 28978.0 3146699 27103.0 3147411 26975.0 3148122 26420.0 3148833 26906.0 3149545 27336.0 3150256 26785.0 3150967 27126.0 3151679 27183.0 3152390 27144.0 3153102 27761.0 3153813 26760.0 3154524 26869.0 3155236 26718.0 3155947 26701.0 3156658 26229.0 3157370 26227.0 3158081 24377.0 3158793 25747.0 3159504 24666.0 3160215 23556.0 3160927 23567.0 3161638 24203.0 3162350 23559.0 3163061 22263.0 3163772 22774.0 3164484 22714.0 3165195 22843.0 3165906 22235.0 3166618 23126.0 3167329 23927.0 3168041 24278.0 3168752 24622.0 3169463 25131.0 3170175 25637.0 3170886 26852.0 3171597 26341.0 3172309 27174.0 3173020 31763.0 3173732 48016.0 3174443 101284.0 3175154 213560.0 3175866 384759.0 3176577 601715.0 3177289 816161.0 3178000 937952.0 3178711 724890.0 3179423 341613.0 3180134 120684.0 3180845 58217.0 3181557 41482.0 3182268 37147.0 3182980 33739.0 3183691 32481.0 3184402 31160.0 3185114 33164.0 3185825 32949.0 3186537 32744.0 3187248 32724.0 3187959 32847.0 3188671 31791.0 3189382 34326.0 3190093 33122.0 3190805 29214.0 3191516 29008.0 3192228 28055.0 3192939 29647.0 3193650 31200.0 3194362 32625.0 3195073 32731.0 3195784 30026.0 3196496 27760.0 3197207 26007.0 3197919 25320.0 3198630 25371.0 3199341 27309.0 3200053 33313.0 3200764 44382.0 3201476 64591.0 3202187 85340.0 3202898 97310.0 3203610 86823.0 3204321 67175.0 3205032 49794.0 3205744 40829.0 3206455 35017.0 3207167 32550.0 3207878 30261.0 3208589 28710.0 3209301 27094.0 3210012 27996.0 3210724 31377.0 3211435 44865.0 3212146 73146.0 3212858 115877.0 3213569 154705.0 3214280 154389.0 3214992 121467.0 3215703 86075.0 3216415 56638.0 3217126 39899.0 3217837 32924.0 3218549 28867.0 3219260 28916.0 3219971 27482.0 3220683 27155.0 3221394 26718.0 3222106 25626.0 3222817 25688.0 3223528 25220.0 3224240 24959.0 3224951 26000.0 3225663 26368.0 3226374 28382.0 3227085 28645.0 3227797 27756.0 3228508 25889.0 3229219 26410.0 3229931 25584.0 3230642 26294.0 3231354 26510.0 3232065 27210.0 3232776 26788.0 3233488 25735.0 3234199 27213.0 3234911 26745.0 3235622 26109.0 3236333 25117.0 3237045 25276.0 3237756 26045.0 3238467 26291.0 3239179 29935.0 3239890 32002.0 3240602 32110.0 3241313 31649.0 3242024 28387.0 3242736 26260.0 3243447 25870.0 3244158 24728.0 3244870 23684.0 3245581 23585.0 3246293 24133.0 3247004 24591.0 3247715 23790.0 3248427 25717.0 3249138 27432.0 3249850 28631.0 3250561 28312.0 3251272 26341.0 3251984 25527.0 3252695 24934.0 3253406 24690.0 3254118 25245.0 3254829 26220.0 3255541 24759.0 3256252 26224.0 3256963 25554.0 3257675 25276.0 3258386 25215.0 3259098 24557.0 3259809 24697.0 3260520 24016.0 3261232 23712.0 3261943 23557.0 3262654 23388.0 3263366 25239.0 3264077 23590.0 3264789 25916.0 3265500 26705.0 3266211 28778.0 3266923 30329.0 3267634 29505.0 3268345 28164.0 3269057 27136.0 3269768 25137.0 3270480 23321.0 3271191 23166.0 3271902 23285.0 3272614 24197.0 3273325 26885.0 3274037 27522.0 3274748 27937.0 3275459 29046.0 3276171 29054.0 3276882 28395.0 3277593 26201.0 3278305 25599.0 3279016 25374.0 3279728 24884.0 3280439 25062.0 3281150 24727.0 3281862 25448.0 3282573 24921.0 3283285 24126.0 3283996 23384.0 3284707 23190.0 3285419 24396.0 3286130 24854.0 3286841 25192.0 3287553 23867.0 3288264 25049.0 3288976 25229.0 3289687 25444.0 3290398 26250.0 3291110 28378.0 3291821 31921.0 3292532 30777.0 3293244 29647.0 3293955 26589.0 3294667 25529.0 3295378 24259.0 3296089 24567.0 3296801 24112.0 3297512 26259.0 3298224 26057.0 3298935 27532.0 3299646 26847.0 3300358 26265.0 3301069 24771.0 3301780 22848.0 3302492 23400.0 3303203 23713.0 3303915 23556.0 3304626 23619.0 3305337 26136.0 3306049 26362.0 3306760 26570.0 3307472 25413.0 3308183 25933.0 3308894 26828.0 3309606 28732.0 3310317 31618.0 3311028 31207.0 3311740 28913.0 3312451 28130.0 3313163 25482.0 3313874 25095.0 3314585 24119.0 3315297 23605.0 3316008 23643.0 3316719 23539.0 3317431 22981.0 3318142 23139.0 3318854 22225.0 3319565 22116.0 3320276 22194.0 3320988 22815.0 3321699 23698.0 3322411 24851.0 3323122 25968.0 3323833 27243.0 3324545 27718.0 3325256 26907.0 3325967 25768.0 3326679 25743.0 3327390 29040.0 3328102 37378.0 3328813 56079.0 3329524 82907.0 3330236 106080.0 3330947 100947.0 3331659 78212.0 3332370 51971.0 3333081 36366.0 3333793 30867.0 3334504 27812.0 3335215 26790.0 3335927 25313.0 3336638 25059.0 3337350 24640.0 3338061 23660.0 3338772 22506.0 3339484 23856.0 3340195 24408.0 3340906 23622.0 3341618 23847.0 3342329 23946.0 3343041 23372.0 3343752 22620.0 3344463 22936.0 3345175 23701.0 3345886 24102.0 3346598 24143.0 3347309 23400.0 3348020 22922.0 3348732 21841.0 3349443 21425.0 3350154 22136.0 3350866 22099.0 3351577 22249.0 3352289 22547.0 3353000 21911.0 3353711 22271.0 3354423 22613.0 3355134 25217.0 3355846 25816.0 3356557 26020.0 3357268 25285.0 3357980 24212.0 3358691 23779.0 3359402 23634.0 3360114 22612.0 3360825 23587.0 3361537 22643.0 3362248 21664.0 3362959 23601.0 3363671 24232.0 3364382 24266.0 3365093 24012.0 3365805 24411.0 3366516 23659.0 3367228 24701.0 3367939 24569.0 3368650 24383.0 3369362 25210.0 3370073 24779.0 3370785 26313.0 3371496 25640.0 3372207 25083.0 3372919 25682.0 3373630 25531.0 3374341 25847.0 3375053 24792.0 3375764 25406.0 3376476 24960.0 3377187 24032.0 3377898 23947.0 3378610 23232.0 3379321 23140.0 3380032 23731.0 3380744 22785.0 3381455 24291.0 3382167 24384.0 3382878 23921.0 3383589 25048.0 3384301 25467.0 3385012 24709.0 3385724 24831.0 3386435 25562.0 3387146 25906.0 3387858 26458.0 3388569 28452.0 3389280 27911.0 3389992 27257.0 3390703 26874.0 3391415 26061.0 3392126 26317.0 3392837 26813.0 3393549 28734.0 3394260 30142.0 3394972 30039.0 3395683 29733.0 3396394 29386.0 3397106 27288.0 3397817 28315.0 3398528 26539.0 3399240 26530.0 3399951 25719.0 3400663 25460.0 3401374 26393.0 3402085 26080.0 3402797 26064.0 3403508 27896.0 3404219 28129.0 3404931 27756.0 3405642 29098.0 3406354 26849.0 3407065 26343.0 3407776 27616.0 3408488 26474.0 3409199 26101.0 3409911 28447.0 3410622 37924.0 3411333 61762.0 3412045 95846.0 3412756 137988.0 3413467 151694.0 3414179 135845.0 3414890 91736.0 3415602 56741.0 3416313 38810.0 3417024 32719.0 3417736 29818.0 3418447 28213.0 3419159 28876.0 3419870 29339.0 3420581 28333.0 3421293 28742.0 3422004 28203.0 3422715 27108.0 3423427 26329.0 3424138 27539.0 3424850 26184.0 3425561 27394.0 3426272 29490.0 3426984 28459.0 3427695 29744.0 3428406 30353.0 3429118 32110.0 3429829 41490.0 3430541 61345.0 3431252 97194.0 3431963 138717.0 3432675 161149.0 3433386 154767.0 3434098 125336.0 3434809 90742.0 3435520 68590.0 3436232 52529.0 3436943 44557.0 3437654 41861.0 3438366 39190.0 3439077 37332.0 3439789 35649.0 3440500 32327.0 3441211 31945.0 3441923 30592.0 3442634 28835.0 3443346 29030.0 3444057 27491.0 3444768 26591.0 3445480 27044.0 3446191 26559.0 3446902 25823.0 3447614 26621.0 3448325 25838.0 3449037 25614.0 3449748 25935.0 3450459 25902.0 3451171 25880.0 3451882 25119.0 3452593 24994.0 3453305 25666.0 3454016 25696.0 3454728 26713.0 3455439 27326.0 3456150 26660.0 3456862 26630.0 3457573 27208.0 3458285 25752.0 3458996 25980.0 3459707 25029.0 3460419 25438.0 3461130 24174.0 3461841 25199.0 3462553 26371.0 3463264 26348.0 3463976 26310.0 3464687 26834.0 3465398 26557.0 3466110 28323.0 3466821 40023.0 3467533 74539.0 3468244 152003.0 3468955 269589.0 3469667 392019.0 3470378 428341.0 3471089 353936.0 3471801 196516.0 3472512 94122.0 3473224 52665.0 3473935 40037.0 3474646 34818.0 3475358 32406.0 3476069 32566.0 3476780 32785.0 3477492 32231.0 3478203 31288.0 3478915 30205.0 3479626 28944.0 3480337 28869.0 3481049 30019.0 3481760 32672.0 3482472 38754.0 3483183 43548.0 3483894 44926.0 3484606 41899.0 3485317 38651.0 3486028 33907.0 3486740 31427.0 3487451 29661.0 3488163 28116.0 3488874 28000.0 3489585 26672.0 3490297 25984.0 3491008 26072.0 3491720 27002.0 3492431 25131.0 3493142 25883.0 3493854 25350.0 3494565 25095.0 3495276 25191.0 3495988 24643.0 3496699 23370.0 3497411 24964.0 3498122 24549.0 3498833 25255.0 3499545 25598.0 3500256 27820.0 3500967 27964.0 3501679 27905.0 3502390 28682.0 3503102 27476.0 3503813 26227.0 3504524 25509.0 3505236 24674.0 3505947 23357.0 3506659 23997.0 3507370 23707.0 3508081 24377.0 3508793 24515.0 3509504 25784.0 3510215 26314.0 3510927 27088.0 3511638 27465.0 3512350 25446.0 3513061 28306.0 3513772 27171.0 3514484 28155.0 3515195 28209.0 3515907 27523.0 3516618 25711.0 3517329 25007.0 3518041 24951.0 3518752 25353.0 3519463 24349.0 3520175 24628.0 3520886 24791.0 3521598 24044.0 3522309 23929.0 3523020 24475.0 3523732 24196.0 3524443 24265.0 3525154 24668.0 3525866 25422.0 3526577 29659.0 3527289 40064.0 3528000 65096.0 3528711 110275.0 3529423 151466.0 3530134 165265.0 3530846 137581.0 3531557 92834.0 3532268 60561.0 3532980 45060.0 3533691 37688.0 3534402 33711.0 3535114 31756.0 3535825 29965.0 3536537 29676.0 3537248 28208.0 3537959 27958.0 3538671 27649.0 3539382 26934.0 3540094 26833.0 3540805 26663.0 3541516 28592.0 3542228 31349.0 3542939 35157.0 3543650 39526.0 3544362 41340.0 3545073 40396.0 3545785 38046.0 3546496 35950.0 3547207 34183.0 3547919 32098.0 3548630 32364.0 3549341 29694.0 3550053 28093.0 3550764 27139.0 3551476 26433.0 3552187 26748.0 3552898 26920.0 3553610 26462.0 3554321 27063.0 3555033 26853.0 3555744 26867.0 3556455 27184.0 3557167 27665.0 3557878 26996.0 3558589 27696.0 3559301 28130.0 3560012 26808.0 3560724 25915.0 3561435 25109.0 3562146 24767.0 3562858 24057.0 3563569 24334.0 3564281 24517.0 3564992 24336.0 3565703 24749.0 3566415 23759.0 3567126 24616.0 3567837 24482.0 3568549 25365.0 3569260 24707.0 3569972 24240.0 3570683 25066.0 3571394 24887.0 3572106 25544.0 3572817 25792.0 3573528 24949.0 3574240 25787.0 3574951 25416.0 3575663 26147.0 3576374 26134.0 3577085 25604.0 3577797 25529.0 3578508 24722.0 3579220 23391.0 3579931 23542.0 3580642 22732.0 3581354 23408.0 3582065 24044.0 3582776 23325.0 3583488 23516.0 3584199 22933.0 3584911 24166.0 3585622 23306.0 3586333 22600.0 3587045 24059.0 3587756 23807.0 3588467 23946.0 3589179 24859.0 3589890 26182.0 3590602 25937.0 3591313 25430.0 3592024 24225.0 3592736 24583.0 3593447 23823.0 3594159 23843.0 3594870 23289.0 3595581 23836.0 3596293 24116.0 3597004 23706.0 3597715 24942.0 3598427 25997.0 3599138 26178.0 3599850 25025.0 3600561 24601.0 3601272 23671.0 3601984 23542.0 3602695 22851.0 3603407 23517.0 3604118 23653.0 3604829 23712.0 3605541 23771.0 3606252 23423.0 3606963 23750.0 3607675 23842.0 3608386 23129.0 3609098 23266.0 3609809 23738.0 3610520 22875.0 3611232 23060.0 3611943 23310.0 3612654 22782.0 3613366 24583.0 3614077 24436.0 3614789 23885.0 3615500 24045.0 3616211 23423.0 3616923 25170.0 3617634 25331.0 3618346 24610.0 3619057 25520.0 3619768 24525.0 3620480 24457.0 3621191 26170.0 3621902 30728.0 3622614 41017.0 3623325 55991.0 3624037 70159.0 3624748 77597.0 3625459 73512.0 3626171 59248.0 3626882 45849.0 3627594 37421.0 3628305 31777.0 3629016 29731.0 3629728 28625.0 3630439 29327.0 3631150 30289.0 3631862 30328.0 3632573 29509.0 3633285 27716.0 3633996 26246.0 3634707 25749.0 3635419 26312.0 3636130 27184.0 3636841 26394.0 3637553 26674.0 3638264 27136.0 3638976 27112.0 3639687 29431.0 3640398 31914.0 3641110 33051.0 3641821 32170.0 3642533 28178.0 3643244 25634.0 3643955 23934.0 3644667 24539.0 3645378 25300.0 3646089 24928.0 3646801 25519.0 3647512 25761.0 3648224 26637.0 3648935 28304.0 3649646 29928.0 3650358 34704.0 3651069 38824.0 3651781 40949.0 3652492 39681.0 3653203 39261.0 3653915 39094.0 3654626 37587.0 3655337 42017.0 3656049 40934.0 3656760 39427.0 3657472 35619.0 3658183 32035.0 3658894 30319.0 3659606 27766.0 3660317 27950.0 3661028 30309.0 3661740 31894.0 3662451 33162.0 3663163 32345.0 3663874 30191.0 3664585 28192.0 3665297 26803.0 3666008 26300.0 3666720 27872.0 3667431 31051.0 3668142 38099.0 3668854 50448.0 3669565 74757.0 3670276 106637.0 3670988 127150.0 3671699 121868.0 3672411 95253.0 3673122 65028.0 3673833 45372.0 3674545 36946.0 3675256 33202.0 3675968 30779.0 3676679 29527.0 3677390 29463.0 3678102 28191.0 3678813 27610.0 3679524 27609.0 3680236 26950.0 3680947 26515.0 3681659 27260.0 3682370 26380.0 3683081 26001.0 3683793 27421.0 3684504 26514.0 3685215 27776.0 3685927 27623.0 3686638 26829.0 3687350 28327.0 3688061 28391.0 3688772 28051.0 3689484 28021.0 3690195 26743.0 3690907 26487.0 3691618 26799.0 3692329 26966.0 3693041 24992.0 3693752 25541.0 3694463 25090.0 3695175 25366.0 3695886 25047.0 3696598 25640.0 3697309 25188.0 3698020 25581.0 3698732 25181.0 3699443 25050.0 3700155 24462.0 3700866 23894.0 3701577 24534.0 3702289 25132.0 3703000 25284.0 3703711 25673.0 3704423 24464.0 3705134 25282.0 3705846 25159.0 3706557 24233.0 3707268 25008.0 3707980 24714.0 3708691 24547.0 3709402 24979.0 3710114 25352.0 3710825 25001.0 3711537 26043.0 3712248 24936.0 3712959 24668.0 3713671 23769.0 3714382 23747.0 3715094 24196.0 3715805 24996.0 3716516 24427.0 3717228 24417.0 3717939 24642.0 3718650 26729.0 3719362 30153.0 3720073 39558.0 3720785 55845.0 3721496 74396.0 3722207 91814.0 3722919 93017.0 3723630 88099.0 3724342 73052.0 3725053 60735.0 3725764 51282.0 3726476 46823.0 3727187 44343.0 3727898 41581.0 3728610 38635.0 3729321 38634.0 3730033 36521.0 3730744 35574.0 3731455 35425.0 3732167 33169.0 3732878 31505.0 3733589 32206.0 3734301 30994.0 3735012 30479.0 3735724 30505.0 3736435 29932.0 3737146 28203.0 3737858 29505.0 3738569 29354.0 3739281 27853.0 3739992 28120.0 3740703 28796.0 3741415 29174.0 3742126 28832.0 3742837 29385.0 3743549 28631.0 3744260 29375.0 3744972 29016.0 3745683 29772.0 3746394 29514.0 3747106 29027.0 3747817 28552.0 3748529 28491.0 3749240 29134.0 3749951 28988.0 3750663 29384.0 3751374 29150.0 3752085 29634.0 3752797 31274.0 3753508 31146.0 3754220 31277.0 3754931 31315.0 3755642 31183.0 3756354 30635.0 3757065 33245.0 3757776 39887.0 3758488 57706.0 3759199 87511.0 3759911 129132.0 3760622 153548.0 3761333 149036.0 3762045 122609.0 3762756 100097.0 3763468 85495.0 3764179 69638.0 3764890 57984.0 3765602 47867.0 3766313 39814.0 3767024 36652.0 3767736 34150.0 3768447 33083.0 3769159 31298.0 3769870 30576.0 3770581 29613.0 3771293 29713.0 3772004 28820.0 3772716 29313.0 3773427 29232.0 3774138 28345.0 3774850 28458.0 3775561 27647.0 3776272 28475.0 3776984 27627.0 3777695 27422.0 3778407 26985.0 3779118 28723.0 3779829 30083.0 3780541 31351.0 3781252 34002.0 3781963 34557.0 3782675 33307.0 3783386 30209.0 3784098 28791.0 3784809 27977.0 3785520 26754.0 3786232 26143.0 3786943 25417.0 3787655 27101.0 3788366 26639.0 3789077 25810.0 3789789 25745.0 3790500 25545.0 3791211 25783.0 3791923 25955.0 3792634 26636.0 3793346 26238.0 3794057 26981.0 3794768 27717.0 3795480 27821.0 3796191 28339.0 3796902 29035.0 3797614 27685.0 3798325 28542.0 3799037 29118.0 3799748 28714.0 3800459 29875.0 3801171 29267.0 3801882 30855.0 3802594 30877.0 3803305 29257.0 3804016 28052.0 3804728 26300.0 3805439 26455.0 3806150 26432.0 3806862 26415.0 3807573 26026.0 3808285 25152.0 3808996 25550.0 3809707 25810.0 3810419 24711.0 3811130 25498.0 3811842 24875.0 3812553 24952.0 3813264 24852.0 3813976 24065.0 3814687 24029.0 3815398 24275.0 3816110 24616.0 3816821 24190.0 3817533 25416.0 3818244 24336.0 3818955 24497.0 3819667 24780.0 3820378 24845.0 3821089 25809.0 3821801 24124.0 3822512 24737.0 3823224 24662.0 3823935 25828.0 3824646 27031.0 3825358 33052.0 3826069 36163.0 3826781 38619.0 3827492 38336.0 3828203 32977.0 3828915 29972.0 3829626 27008.0 3830337 26602.0 3831049 25564.0 3831760 25797.0 3832472 27309.0 3833183 27511.0 3833894 27991.0 3834606 27120.0 3835317 26995.0 3836029 26544.0 3836740 27866.0 3837451 27587.0 3838163 27921.0 3838874 27955.0 3839585 27315.0 3840297 26791.0 3841008 27470.0 3841720 26597.0 3842431 26096.0 3843142 26236.0 3843854 27056.0 3844565 25353.0 3845276 25328.0 3845988 25082.0 3846699 25242.0 3847411 23758.0 3848122 24294.0 3848833 25191.0 3849545 25603.0 3850256 25578.0 3850968 26821.0 3851679 26233.0 3852390 24995.0 3853102 24691.0 3853813 23987.0 3854524 25266.0 3855236 26415.0 3855947 27395.0 3856659 28294.0 3857370 28367.0 3858081 26786.0 3858793 25545.0 3859504 24991.0 3860216 25393.0 3860927 24482.0 3861638 25611.0 3862350 24625.0 3863061 25446.0 3863772 27474.0 3864484 32491.0 3865195 34881.0 3865907 36925.0 3866618 35178.0 3867329 32896.0 3868041 30446.0 3868752 27260.0 3869463 25659.0 3870175 24647.0 3870886 24718.0 3871598 25881.0 3872309 25212.0 3873020 24681.0 3873732 25282.0 3874443 24944.0 3875155 25105.0 3875866 24516.0 3876577 24009.0 3877289 23595.0 3878000 24878.0 3878711 23149.0 3879423 23828.0 3880134 23339.0 3880846 23918.0 3881557 24813.0 3882268 21967.0 3882980 23587.0 3883691 23678.0 3884403 23673.0 3885114 23253.0 3885825 23986.0 3886537 24669.0 3887248 23191.0 3887959 23729.0 3888671 23344.0 3889382 24000.0 3890094 23205.0 3890805 23495.0 3891516 23826.0 3892228 23579.0 3892939 23383.0 3893650 23785.0 3894362 24698.0 3895073 24554.0 3895785 23509.0 3896496 24918.0 3897207 25211.0 3897919 25203.0 3898630 25718.0 3899342 25583.0 3900053 26069.0 3900764 25527.0 3901476 25445.0 3902187 24150.0 3902898 24061.0 3903610 24176.0 3904321 22792.0 3905033 24611.0 3905744 23786.0 3906455 24064.0 3907167 23831.0 3907878 23403.0 3908590 22959.0 3909301 23722.0 3910012 22944.0 3910724 23049.0 3911435 24229.0 3912146 23971.0 3912858 23992.0 3913569 23835.0 3914281 24976.0 3914992 26027.0 3915703 25429.0 3916415 27536.0 3917126 27765.0 3917837 29268.0 3918549 29799.0 3919260 28845.0 3919972 27297.0 3920683 27373.0 3921394 26401.0 3922106 25692.0 3922817 24809.0 3923529 24895.0 3924240 23631.0 3924951 24243.0 3925663 23029.0 3926374 23521.0 3927085 24003.0 3927797 24957.0 3928508 24549.0 3929220 24427.0 3929931 23399.0 3930642 23011.0 3931354 23001.0 3932065 23320.0 3932777 23779.0 3933488 23265.0 3934199 23645.0 3934911 23848.0 3935622 23857.0 3936333 23346.0 3937045 23930.0 3937756 23376.0 3938468 22697.0 3939179 23814.0 3939890 23957.0 3940602 25242.0 3941313 24507.0 3942024 23348.0 3942736 24114.0 3943447 24313.0 3944159 25561.0 3944870 26013.0 3945581 27772.0 3946293 27593.0 3947004 28559.0 3947716 27963.0 3948427 26860.0 3949138 25457.0 3949850 24865.0 3950561 25495.0 3951272 24911.0 3951984 23706.0 3952695 24204.0 3953407 23912.0 3954118 23161.0 3954829 23923.0 3955541 24493.0 3956252 24246.0 3956964 23389.0 3957675 22337.0 3958386 23457.0 3959098 24313.0 3959809 23612.0 3960520 23508.0 3961232 23405.0 3961943 23652.0 3962655 23159.0 3963366 23451.0 3964077 23208.0 3964789 23781.0 3965500 24547.0 3966211 24766.0 3966923 24463.0 3967634 23577.0 3968346 24504.0 3969057 23463.0 3969768 23626.0 3970480 23170.0 3971191 23102.0 3971903 24118.0 3972614 24519.0 3973325 23883.0 3974037 23487.0 3974748 23515.0 3975459 24170.0 3976171 23935.0 3976882 24213.0 3977594 24789.0 3978305 24564.0 3979016 24909.0 3979728 23613.0 3980439 24075.0 3981151 23462.0 3981862 23760.0 3982573 24975.0 3983285 24454.0 3983996 24638.0 3984707 23807.0 3985419 24099.0 3986130 24575.0 3986842 23995.0 3987553 24032.0 3988264 24078.0 3988976 23862.0 3989687 24651.0 3990398 24557.0 3991110 24176.0 3991821 23806.0 3992533 23272.0 3993244 23115.0 3993955 23442.0 3994667 23685.0 3995378 24064.0 3996090 25225.0 3996801 25236.0 3997512 25802.0 3998224 25361.0 3998935 24974.0 3999646 25403.0 4000358 25239.0 4001069 24844.0 4001781 23933.0 4002492 24257.0 4003203 23964.0 4003915 24763.0 4004626 24449.0 4005337 24754.0 4006049 25986.0 4006760 27436.0 4007472 26978.0 4008183 26623.0 4008894 25604.0 4009606 24288.0 4010317 24218.0 4011029 24100.0 4011740 25429.0 4012451 25810.0 4013163 27649.0 4013874 30479.0 4014585 33610.0 4015297 35549.0 4016008 36987.0 4016720 36458.0 4017431 32976.0 4018142 31989.0 4018854 30978.0 4019565 30476.0 4020277 29149.0 4020988 28699.0 4021699 26994.0 4022411 27154.0 4023122 25237.0 4023833 25008.0 4024545 25019.0 4025256 24389.0 4025968 25459.0 4026679 25137.0 4027390 24586.0 4028102 25563.0 4028813 24163.0 4029524 25264.0 4030236 25257.0 4030947 24724.0 4031659 26465.0 4032370 25433.0 4033081 24982.0 4033793 24449.0 4034504 24869.0 4035216 24660.0 4035927 24034.0 4036638 25960.0 4037350 25441.0 4038061 25902.0 4038772 25659.0 4039484 25091.0 4040195 25450.0 4040907 24655.0 4041618 25500.0 4042329 24520.0 4043041 24484.0 4043752 25598.0 4044464 25802.0 4045175 25276.0 4045886 24813.0 4046598 24279.0 4047309 25072.0 4048020 25448.0 4048732 25110.0 4049443 24312.0 4050155 24333.0 4050866 23632.0 4051577 25041.0 4052289 23968.0 4053000 23899.0 4053711 24728.0 4054423 23222.0 4055134 23794.0 4055846 24335.0 4056557 24310.0 4057268 24206.0 4057980 24402.0 4058691 26000.0 4059403 26013.0 4060114 26939.0 4060825 28611.0 4061537 30152.0 4062248 33664.0 4062959 37218.0 4063671 40283.0 4064382 40900.0 4065094 38645.0 4065805 36162.0 4066516 33422.0 4067228 30052.0 4067939 28727.0 4068651 28932.0 4069362 28078.0 4070073 27539.0 4070785 27896.0 4071496 27180.0 4072207 25610.0 4072919 26050.0 4073630 25668.0 4074342 25923.0 4075053 25996.0 4075764 24566.0 4076476 25194.0 4077187 24513.0 4077898 24718.0 4078610 25491.0 4079321 25768.0 4080033 25544.0 4080744 25592.0 4081455 25563.0 4082167 25032.0 4082878 25718.0 4083590 24851.0 4084301 24763.0 4085012 25737.0 4085724 25792.0 4086435 25647.0 4087146 24364.0 4087858 24133.0 4088569 24658.0 4089281 24254.0 4089992 24560.0 4090703 25715.0 4091415 26263.0 4092126 26174.0 4092838 26246.0 4093549 26123.0 4094260 24459.0 4094972 24797.0 4095683 24790.0 4096394 24749.0 4097106 24484.0 4097817 24249.0 4098529 24283.0 4099240 24081.0 4099951 24515.0 4100663 23728.0 4101374 24690.0 4102085 24326.0 4102797 23051.0 4103508 23520.0 4104220 23275.0 4104931 24473.0 4105642 23803.0 4106354 24597.0 4107065 24705.0 4107777 24080.0 4108488 23961.0 4109199 23563.0 4109911 23483.0 4110622 24152.0 4111333 24329.0 4112045 24738.0 4112756 25573.0 4113468 25791.0 4114179 26074.0 4114890 24804.0 4115602 24464.0 4116313 24278.0 4117025 23837.0 4117736 23966.0 4118447 24345.0 4119159 24593.0 4119870 24898.0 4120581 25554.0 4121293 26299.0 4122004 25202.0 4122716 24933.0 4123427 25182.0 4124138 25221.0 4124850 24684.0 4125561 24089.0 4126272 24715.0 4126984 23839.0 4127695 24256.0 4128407 24373.0 4129118 23806.0 4129829 24465.0 4130541 24017.0 4131252 24905.0 4131964 24501.0 4132675 23605.0 4133386 24171.0 4134098 23365.0 4134809 23976.0 4135520 23190.0 4136232 24407.0 4136943 24332.0 4137655 23251.0 4138366 23278.0 4139077 23489.0 4139789 24343.0 4140500 24714.0 4141212 25025.0 4141923 25590.0 4142634 26425.0 4143346 26507.0 4144057 28236.0 4144768 26510.0 4145480 24987.0 4146191 24233.0 4146903 24334.0 4147614 24222.0 4148325 24326.0 4149037 23722.0 4149748 23716.0 4150459 23515.0 4151171 24243.0 4151882 24038.0 4152594 23929.0 4153305 24190.0 4154016 23850.0 4154728 24886.0 4155439 23520.0 4156151 22994.0 4156862 24257.0 4157573 24381.0 4158285 24190.0 4158996 24062.0 4159707 24153.0 4160419 24678.0 4161130 24589.0 4161842 24275.0 4162553 26075.0 4163264 27501.0 4163976 30954.0 4164687 38183.0 4165399 41587.0 4166110 40204.0 4166821 37271.0 4167533 33569.0 4168244 31014.0 4168955 28037.0 4169667 27255.0 4170378 26698.0 4171090 25488.0 4171801 25491.0 4172512 24491.0 4173224 24706.0 4173935 24382.0 4174646 24255.0 4175358 23529.0 4176069 24714.0 4176781 24161.0 4177492 24080.0 4178203 25381.0 4178915 23949.0 4179626 23861.0 4180338 24458.0 4181049 25064.0 4181760 23834.0 4182472 23957.0 4183183 24182.0 4183894 24122.0 4184606 23708.0 4185317 22808.0 4186029 24122.0 4186740 23923.0 4187451 24238.0 4188163 23705.0 4188874 23717.0 4189586 24550.0 4190297 23947.0 4191008 24284.0 4191720 24104.0 4192431 23999.0 4193142 23328.0 4193854 24492.0 4194565 24373.0 4195277 25221.0 4195988 24305.0 4196699 24448.0 4197411 24649.0 4198122 24567.0 4198833 24372.0 4199545 24208.0 4200256 24409.0 4200968 23726.0 4201679 24351.0 4202390 24234.0 4203102 24848.0 4203813 24514.0 4204525 23794.0 4205236 23997.0 4205947 23349.0 4206659 24457.0 4207370 24658.0 4208081 24459.0 4208793 24124.0 4209504 24598.0 4210216 23924.0 4210927 25286.0 4211638 24105.0 4212350 24644.0 4213061 25149.0 4213772 25661.0 4214484 25180.0 4215195 25917.0 4215907 26467.0 4216618 25339.0 4217329 24652.0 4218041 24694.0 4218752 24279.0 4219464 25532.0 4220175 24862.0 4220886 26405.0 4221598 24813.0 4222309 25640.0 4223020 25264.0 4223732 25537.0 4224443 25420.0 4225155 25674.0 4225866 24213.0 4226577 24509.0 4227289 24709.0 4228000 24556.0 4228712 24595.0 4229423 24196.0 4230134 25313.0 4230846 25121.0 4231557 24742.0 4232268 24773.0 4232980 24155.0 4233691 25184.0 4234403 24004.0 4235114 24338.0 4235825 25556.0 4236537 24240.0 4237248 26294.0 4237959 25560.0 4238671 25019.0 4239382 25502.0 4240094 25067.0 4240805 27276.0 4241516 29466.0 4242228 32580.0 4242939 43420.0 4243651 57063.0 4244362 70308.0 4245073 74630.0 4245785 76478.0 4246496 67877.0 4247207 61194.0 4247919 54439.0 4248630 48882.0 4249342 45037.0 4250053 44502.0 4250764 41269.0 4251476 39937.0 4252187 39048.0 4252899 39136.0 4253610 39347.0 4254321 38455.0 4255033 40004.0 4255744 40772.0 4256455 42286.0 4257167 44331.0 4257878 44635.0 4258590 46284.0 4259301 48654.0 4260012 50984.0 4260724 53971.0 4261435 54862.0 4262146 58659.0 4262858 64823.0 4263569 67800.0 4264281 70828.0 4264992 74962.0 4265703 74704.0 4266415 71765.0 4267126 64837.0 4267838 57454.0 4268549 49103.0 4269260 43424.0 4269972 39086.0 4270683 37222.0 4271394 36437.0 4272106 34768.0 4272817 33488.0 4273529 32364.0 4274240 33765.0 4274951 32236.0 4275663 31377.0 4276374 30891.0 4277086 31462.0 4277797 29640.0 4278508 29573.0 4279220 29719.0 4279931 29918.0 4280642 30733.0 4281354 30039.0 4282065 29056.0 4282777 29015.0 4283488 28757.0 4284199 27849.0 4284911 29177.0 4285622 29312.0 4286333 28474.0 4287045 28387.0 4287756 28539.0 4288468 27768.0 4289179 27751.0 4289890 28559.0 4290602 30087.0 4291313 29103.0 4292025 29988.0 4292736 29507.0 4293447 29995.0 4294159 29621.0 4294870 28160.0 4295581 27577.0 4296293 27250.0 4297004 27054.0 4297716 27190.0 4298427 26757.0 4299138 27315.0 4299850 26520.0 4300561 26842.0 4301273 27218.0 4301984 26481.0 4302695 27237.0 4303407 26071.0 4304118 27250.0 4304829 27254.0 4305541 26282.0 4306252 26719.0 4306964 26741.0 4307675 26540.0 4308386 26158.0 4309098 26839.0 4309809 26393.0 4310520 25486.0 4311232 26660.0 4311943 26602.0 4312655 26819.0 4313366 25974.0 4314077 27016.0 4314789 25911.0 4315500 25649.0 4316212 25760.0 4316923 26958.0 4317634 26151.0 4318346 26486.0 4319057 27131.0 4319768 26724.0 4320480 27030.0 4321191 26653.0 4321903 26000.0 4322614 26840.0 4323325 25968.0 4324037 26425.0 4324748 25538.0 4325460 25546.0 4326171 26144.0 4326882 26990.0 4327594 25986.0 4328305 26447.0 4329016 26050.0 4329728 27425.0 4330439 26274.0 4331151 26420.0 4331862 27303.0 4332573 27155.0 4333285 26436.0 4333996 26671.0 4334707 27203.0 4335419 27739.0 4336130 26263.0 4336842 26403.0 4337553 26679.0 4338264 26522.0 4338976 26011.0 4339687 26783.0 4340399 26840.0 4341110 26425.0 4341821 26443.0 4342533 26965.0 4343244 27089.0 4343955 27044.0 4344667 27811.0 4345378 26369.0 4346090 26888.0 4346801 26748.0 4347512 26646.0 4348224 26511.0 4348935 26524.0 4349647 27775.0 4350358 26040.0 4351069 25643.0 4351781 27207.0 4352492 26809.0 4353203 26653.0 4353915 26714.0 4354626 27264.0 4355338 26766.0 4356049 27926.0 4356760 27245.0 4357472 27057.0 4358183 26834.0 4358894 25710.0 4359606 27780.0 4360317 26286.0 4361029 27109.0 4361740 26596.0 4362451 26177.0 4363163 27280.0 4363874 27835.0 4364586 26735.0 4365297 26749.0 4366008 27158.0 4366720 26998.0 4367431 27742.0 4368142 25629.0 4368854 27186.0 4369565 27588.0 4370277 27576.0 4370988 26685.0 4371699 27269.0 4372411 28481.0 4373122 28123.0 4373834 28105.0 4374545 26222.0 4375256 27598.0 4375968 27317.0 4376679 27967.0 4377390 27499.0 4378102 27532.0 4378813 26911.0 4379525 27170.0 4380236 27546.0 4380947 26740.0 4381659 26228.0 4382370 26397.0 4383081 27378.0 4383793 27193.0 4384504 27446.0 4385216 27774.0 4385927 28208.0 4386638 27207.0 4387350 26887.0 4388061 26249.0 4388773 26313.0 4389484 25924.0 4390195 26937.0 4390907 26458.0 4391618 26999.0 4392329 26752.0 4393041 26754.0 4393752 26091.0 4394464 27467.0 4395175 25861.0 4395886 26345.0 4396598 27916.0 4397309 26751.0 4398021 25904.0 4398732 27047.0 4399443 26799.0 4400155 27086.0 4400866 26420.0 4401577 26383.0 4402289 26565.0 4403000 26133.0 4403712 26906.0 4404423 26204.0 4405134 26293.0 4405846 26759.0 4406557 27052.0 4407268 28111.0 4407980 28645.0 4408691 28291.0 4409403 28466.0 4410114 27802.0 4410825 25361.0 4411537 26257.0 4412248 27142.0 4412960 28073.0 4413671 28366.0 4414382 28952.0 4415094 28386.0 4415805 28495.0 4416516 28479.0 4417228 27798.0 4417939 28286.0 4418651 29120.0 4419362 30714.0 4420073 33259.0 4420785 34378.0 4421496 34428.0 4422207 33679.0 4422919 31743.0 4423630 29108.0 4424342 28135.0 4425053 27015.0 4425764 28603.0 4426476 27329.0 4427187 28052.0 4427899 27519.0 4428610 27590.0 4429321 27019.0 4430033 27741.0 4430744 28530.0 4431455 29389.0 4432167 28631.0 4432878 27486.0 4433590 27379.0 4434301 27875.0 4435012 27294.0 4435724 27169.0 4436435 27433.0 4437147 27396.0 4437858 27634.0 4438569 27141.0 4439281 26538.0 4439992 28367.0 4440703 27834.0 4441415 26460.0 4442126 28477.0 4442838 28147.0 4443549 27805.0 4444260 27810.0 4444972 27462.0 4445683 27685.0 4446394 27496.0 4447106 27506.0 4447817 27667.0 4448529 27721.0 4449240 27650.0 4449951 28059.0 4450663 28088.0 4451374 27562.0 4452086 27709.0 4452797 27722.0 4453508 27891.0 4454220 26290.0 4454931 27123.0 4455642 27304.0 4456354 27427.0 4457065 27283.0 4457777 27532.0 4458488 28194.0 4459199 27632.0 4459911 29253.0 4460622 29998.0 4461334 29807.0 4462045 28972.0 4462756 27689.0 4463468 28952.0 4464179 27957.0 4464890 28210.0 4465602 27981.0 4466313 27358.0 4467025 26602.0 4467736 27956.0 4468447 28662.0 4469159 27669.0 4469870 27739.0 4470581 28286.0 4471293 27967.0 4472004 28297.0 4472716 28392.0 4473427 28588.0 4474138 28210.0 4474850 28006.0 4475561 28316.0 4476273 29092.0 4476984 29042.0 4477695 28887.0 4478407 28557.0 4479118 28738.0 4479829 28896.0 4480541 28438.0 4481252 28051.0 4481964 28244.0 4482675 29169.0 4483386 28833.0 4484098 29030.0 4484809 29517.0 4485521 31090.0 4486232 32838.0 4486943 33964.0 4487655 36976.0 4488366 35272.0 4489077 34537.0 4489789 32623.0 4490500 31029.0 4491212 30318.0 4491923 30289.0 4492634 29314.0 4493346 30035.0 4494057 29681.0 4494768 28386.0 4495480 29151.0 4496191 28715.0 4496903 28698.0 4497614 28330.0 4498325 28752.0 4499037 29640.0 4499748 29593.0 4500460 29201.0 4501171 28593.0 4501882 29151.0 4502594 28949.0 4503305 28771.0 4504016 29194.0 4504728 28842.0 4505439 29576.0 4506151 29546.0 4506862 29064.0 4507573 28893.0 4508285 29302.0 4508996 29694.0 4509708 29680.0 4510419 29063.0 4511130 28274.0 4511842 29673.0 4512553 29696.0 4513264 29694.0 4513976 28338.0 4514687 28297.0 4515399 28705.0 4516110 29145.0 4516821 29892.0 4517533 29459.0 4518244 28582.0 4518955 28231.0 4519667 28295.0 4520378 28452.0 4521090 27872.0 4521801 28402.0 4522512 29083.0 4523224 28580.0 4523935 28472.0 4524647 29844.0 4525358 29165.0 4526069 28872.0 4526781 27629.0 4527492 29048.0 4528203 29394.0 4528915 30115.0 4529626 28847.0 4530338 29759.0 4531049 28866.0 4531760 28848.0 4532472 28835.0 4533183 29468.0 4533895 29247.0 4534606 28928.0 4535317 28993.0 4536029 28995.0 4536740 28916.0 4537451 28940.0 4538163 28679.0 4538874 28542.0 4539586 28492.0 4540297 29268.0 4541008 29014.0 4541720 29785.0 4542431 28378.0 4543142 29567.0 4543854 29230.0 4544565 27831.0 4545277 28645.0 4545988 28614.0 4546699 29900.0 4547411 29070.0 4548122 30456.0 4548834 30144.0 4549545 30026.0 4550256 29747.0 4550968 29837.0 4551679 30634.0 4552390 29475.0 4553102 29727.0 4553813 29187.0 4554525 29091.0 4555236 30654.0 4555947 29502.0 4556659 28588.0 4557370 29617.0 4558082 29914.0 4558793 30048.0 4559504 29904.0 4560216 29320.0 4560927 29396.0 4561638 29578.0 4562350 28443.0 4563061 29242.0 4563773 29844.0 4564484 29131.0 4565195 29613.0 4565907 29532.0 4566618 29718.0 4567329 30506.0 4568041 29162.0 4568752 29043.0 4569464 29334.0 4570175 30053.0 4570886 31152.0 4571598 32391.0 4572309 32479.0 4573021 31163.0 4573732 31727.0 4574443 29819.0 4575155 30383.0 4575866 30285.0 4576577 29589.0 4577289 30108.0 4578000 29187.0 4578712 29837.0 4579423 29576.0 4580134 29934.0 4580846 29540.0 4581557 28911.0 4582269 30135.0 4582980 30540.0 4583691 30413.0 4584403 30144.0 4585114 29573.0 4585825 30192.0 4586537 31076.0 4587248 29856.0 4587960 29736.0 4588671 29464.0 4589382 29507.0 4590094 29400.0 4590805 29396.0 4591516 30354.0 4592228 30107.0 4592939 30085.0 4593651 29729.0 4594362 29701.0 4595073 29904.0 4595785 29954.0 4596496 30472.0 4597208 31402.0 4597919 30431.0 4598630 30726.0 4599342 30434.0 4600053 31293.0 4600764 30467.0 4601476 30526.0 4602187 31644.0 4602899 30889.0 4603610 31010.0 4604321 30603.0 4605033 30407.0 4605744 30906.0 4606456 30891.0 4607167 30913.0 4607878 30256.0 4608590 30995.0 4609301 31659.0 4610012 31558.0 4610724 32520.0 4611435 34456.0 4612147 33780.0 4612858 33524.0 4613569 32073.0 4614281 31090.0 4614992 31800.0 4615703 31122.0 4616415 30949.0 4617126 30562.0 4617838 31190.0 4618549 31983.0 4619260 32054.0 4619972 31591.0 4620683 32927.0 4621395 31817.0 4622106 30100.0 4622817 30970.0 4623529 30339.0 4624240 30267.0 4624951 30585.0 4625663 31705.0 4626374 30718.0 4627086 30896.0 4627797 31263.0 4628508 31949.0 4629220 31588.0 4629931 31600.0 4630642 31364.0 4631354 30287.0 4632065 31138.0 4632777 31318.0 4633488 31717.0 4634199 30530.0 4634911 31365.0 4635622 32491.0 4636334 30743.0 4637045 30915.0 4637756 30801.0 4638468 31378.0 4639179 32003.0 4639890 30874.0 4640602 30990.0 4641313 30866.0 4642025 32582.0 4642736 32312.0 4643447 32132.0 4644159 31859.0 4644870 32097.0 4645582 31221.0 4646293 32246.0 4647004 33049.0 4647716 32155.0 4648427 33162.0 4649138 32862.0 4649850 33056.0 4650561 32434.0 4651273 32893.0 4651984 34203.0 4652695 33595.0 4653407 32882.0 4654118 31598.0 4654829 32017.0 4655541 31789.0 4656252 31588.0 4656964 31604.0 4657675 32069.0 4658386 31926.0 4659098 31357.0 4659809 32640.0 4660521 32604.0 4661232 31433.0 4661943 32429.0 4662655 32105.0 4663366 31568.0 4664077 33365.0 4664789 32363.0 4665500 32463.0 4666212 32459.0 4666923 32549.0 4667634 32805.0 4668346 35665.0 4669057 36007.0 4669769 39900.0 4670480 42676.0 4671191 42871.0 4671903 44659.0 4672614 42455.0 4673325 40322.0 4674037 39077.0 4674748 36394.0 4675460 35813.0 4676171 36358.0 4676882 34001.0 4677594 34765.0 4678305 35514.0 4679016 34719.0 4679728 34076.0 4680439 33577.0 4681151 33834.0 4681862 33958.0 4682573 34707.0 4683285 34322.0 4683996 33607.0 4684708 33459.0 4685419 33428.0 4686130 35097.0 4686842 34989.0 4687553 34877.0 4688264 34135.0 4688976 33706.0 4689687 33283.0 4690399 33842.0 4691110 35056.0 4691821 34406.0 4692533 33910.0 4693244 33401.0 4693956 33171.0 4694667 34084.0 4695378 32921.0 4696090 32867.0 4696801 32887.0 4697512 34416.0 4698224 34795.0 4698935 33775.0 4699647 32993.0 4700358 34319.0 4701069 33288.0 4701781 35357.0 4702492 36326.0 4703203 37194.0 4703915 37466.0 4704626 39116.0 4705338 37732.0 4706049 36745.0 4706760 36217.0 4707472 34967.0 4708183 34566.0 4708895 34140.0 4709606 33380.0 4710317 34264.0 4711029 33349.0 4711740 35017.0 4712451 34454.0 4713163 34274.0 4713874 34809.0 4714586 34424.0 4715297 34892.0 4716008 33774.0 4716720 35131.0 4717431 35764.0 4718143 35290.0 4718854 34644.0 4719565 35051.0 4720277 34725.0 4720988 34431.0 4721699 34538.0 4722411 34630.0 4723122 34661.0 4723834 36133.0 4724545 37194.0 4725256 37344.0 4725968 37300.0 4726679 38121.0 4727390 39080.0 4728102 39491.0 4728813 39513.0 4729525 38700.0 4730236 37214.0 4730947 35886.0 4731659 37226.0 4732370 35721.0 4733082 36134.0 4733793 36381.0 4734504 35367.0 4735216 36035.0 4735927 35737.0 4736638 35507.0 4737350 36380.0 4738061 36518.0 4738773 35747.0 4739484 35176.0 4740195 36268.0 4740907 34530.0 4741618 35412.0 4742330 35197.0 4743041 35446.0 4743752 35740.0 4744464 35882.0 4745175 36054.0 4745886 35375.0 4746598 35530.0 4747309 35042.0 4748021 34969.0 4748732 35492.0 4749443 35639.0 4750155 36476.0 4750866 36377.0 4751577 36340.0 4752289 36619.0 4753000 36083.0 4753712 36197.0 4754423 36186.0 4755134 36576.0 4755846 36666.0 4756557 36048.0 4757269 36215.0 4757980 36171.0 4758691 36280.0 4759403 36130.0 4760114 35719.0 4760825 35981.0 4761537 36222.0 4762248 35863.0 4762960 35134.0 4763671 35194.0 4764382 35474.0 4765094 35903.0 4765805 36560.0 4766517 35533.0 4767228 36346.0 4767939 36965.0 4768651 35988.0 4769362 36959.0 4770073 36179.0 4770785 36562.0 4771496 37196.0 4772208 36653.0 4772919 37269.0 4773630 35447.0 4774342 36112.0 4775053 36967.0 4775764 36844.0 4776476 35838.0 4777187 36310.0 4777899 35904.0 4778610 36579.0 4779321 36684.0 4780033 36670.0 4780744 36729.0 4781456 37850.0 4782167 37456.0 4782878 37718.0 4783590 37736.0 4784301 37444.0 4785012 37612.0 4785724 37138.0 4786435 37930.0 4787147 38205.0 4787858 39135.0 4788569 38830.0 4789281 35904.0 4789992 36818.0 4790704 38173.0 4791415 37748.0 4792126 36693.0 4792838 37554.0 4793549 38890.0 4794260 37178.0 4794972 37314.0 4795683 37994.0 4796395 37659.0 4797106 38581.0 4797817 36919.0 4798529 36911.0 4799240 38359.0 4799951 38341.0 4800663 37167.0 4801374 37238.0 4802086 37198.0 4802797 37344.0 4803508 37276.0 4804220 36395.0 4804931 37614.0 4805643 37183.0 4806354 38675.0 4807065 38319.0 4807777 37438.0 4808488 38461.0 4809199 37976.0 4809911 38731.0 4810622 37134.0 4811334 38523.0 4812045 39273.0 4812756 39691.0 4813468 39106.0 4814179 38533.0 4814890 38158.0 4815602 38326.0 4816313 40401.0 4817025 39103.0 4817736 39057.0 4818447 39052.0 4819159 39546.0 4819870 38092.0 4820582 39166.0 4821293 38452.0 4822004 40373.0 4822716 40531.0 4823427 39474.0 4824138 39897.0 4824850 40747.0 4825561 39733.0 4826273 39650.0 4826984 39874.0 4827695 40180.0 4828407 40240.0 4829118 40927.0 4829830 40987.0 4830541 43520.0 4831252 43836.0 4831964 42952.0 4832675 41950.0 4833386 40336.0 4834098 39685.0 4834809 39727.0 4835521 38426.0 4836232 39289.0 4836943 40323.0 4837655 39856.0 4838366 39753.0 4839077 41104.0 4839789 41600.0 4840500 43222.0 4841212 46793.0 4841923 49587.0 4842634 52282.0 4843346 50929.0 4844057 51520.0 4844769 47717.0 4845480 46870.0 4846191 47409.0 4846903 45284.0 4847614 44726.0 4848325 45549.0 4849037 44967.0 4849748 43619.0 4850460 42492.0 4851171 42645.0 4851882 43686.0 4852594 41952.0 4853305 41111.0 4854017 41390.0 4854728 41591.0 4855439 41626.0 4856151 42233.0 4856862 41796.0 4857573 41431.0 4858285 41474.0 4858996 41981.0 4859708 42471.0 4860419 40838.0 4861130 41088.0 4861842 41594.0 4862553 41592.0 4863264 41770.0 4863976 41225.0 4864687 41401.0 4865399 41427.0 4866110 41596.0 4866821 41061.0 4867533 41263.0 4868244 42099.0 4868956 41179.0 4869667 41027.0 4870378 41617.0 4871090 41945.0 4871801 41764.0 4872512 41879.0 4873224 42825.0 4873935 41988.0 4874647 42799.0 4875358 41688.0 4876069 42021.0 4876781 42825.0 4877492 43140.0 4878204 42195.0 4878915 43489.0 4879626 43614.0 4880338 43950.0 4881049 43806.0 4881760 42920.0 4882472 42637.0 4883183 42785.0 4883895 42340.0 4884606 41681.0 4885317 42581.0 4886029 42432.0 4886740 42459.0 4887451 41804.0 4888163 42537.0 4888874 42021.0 4889586 41688.0 4890297 43265.0 4891008 42760.0 4891720 42993.0 4892431 42227.0 4893143 42935.0 4893854 45000.0 4894565 43858.0 4895277 43328.0 4895988 42667.0 4896699 44270.0 4897411 43779.0 4898122 42471.0 4898834 43659.0 4899545 44375.0 4900256 43342.0 4900968 43416.0 4901679 42659.0 4902391 42817.0 4903102 43372.0 4903813 43902.0 4904525 44691.0 4905236 45302.0 4905947 45068.0 4906659 44594.0 4907370 44194.0 4908082 43269.0 4908793 43267.0 4909504 42824.0 4910216 43729.0 4910927 43555.0 4911638 44460.0 4912350 42841.0 4913061 43080.0 4913773 44779.0 4914484 44629.0 4915195 44879.0 4915907 44482.0 4916618 45406.0 4917330 46079.0 4918041 45255.0 4918752 45136.0 4919464 46052.0 4920175 45112.0 4920886 46529.0 4921598 46036.0 4922309 45010.0 4923021 45959.0 4923732 46398.0 4924443 46837.0 4925155 46554.0 4925866 45451.0 4926578 44650.0 4927289 45820.0 4928000 46894.0 4928712 44692.0 4929423 46058.0 4930134 45753.0 4930846 44632.0 4931557 46093.0 4932269 44719.0 4932980 48168.0 4933691 46464.0 4934403 45519.0 4935114 45992.0 4935825 44346.0 4936537 45635.0 4937248 45534.0 4937960 45962.0 4938671 46227.0 4939382 45759.0 4940094 46342.0 4940805 45319.0 4941517 45629.0 4942228 47248.0 4942939 46032.0 4943651 47258.0 4944362 46485.0 4945073 45770.0 4945785 45428.0 4946496 45466.0 4947208 46452.0 4947919 45935.0 4948630 45328.0 4949342 47871.0 4950053 46573.0 4950765 45689.0 4951476 46167.0 4952187 45071.0 4952899 45504.0 4953610 47982.0 4954321 47008.0 4955033 46031.0 4955744 46236.0 4956456 47189.0 4957167 45601.0 4957878 45793.0 4958590 46427.0 4959301 46349.0 4960012 47298.0 4960724 47212.0 4961435 46222.0 4962147 46947.0 4962858 46038.0 4963569 46485.0 4964281 47729.0 4964992 46130.0 4965704 47223.0 4966415 46141.0 4967126 47724.0 4967838 46406.0 4968549 46657.0 4969260 47525.0 4969972 46389.0 4970683 46780.0 4971395 47625.0 4972106 47726.0 4972817 45652.0 4973529 47065.0 4974240 46594.0 4974952 47766.0 4975663 47040.0 4976374 46973.0 4977086 45911.0 4977797 46033.0 4978508 48100.0 4979220 46938.0 4979931 47645.0 4980643 47495.0 4981354 47666.0 4982065 47104.0 4982777 47222.0 4983488 47846.0 4984199 47229.0 4984911 47624.0 4985622 47371.0 4986334 46731.0 4987045 48235.0 4987756 49030.0 4988468 48558.0 4989179 47450.0 4989891 47439.0 4990602 48762.0 4991313 48135.0 4992025 48700.0 4992736 47811.0 4993447 48322.0 4994159 47471.0 4994870 47197.0 4995582 47303.0 4996293 47192.0 4997004 48062.0 4997716 46277.0 4998427 46879.0 4999139 46872.0 4999850 46918.0 5000561 48948.0 5001273 47410.0 5001984 49065.0 5002695 49271.0 5003407 49324.0 5004118 50566.0 5004830 52777.0 5005541 53334.0 5006252 55266.0 5006964 57057.0 5007675 56147.0 5008386 54341.0 5009098 53183.0 5009809 51548.0 5010521 51321.0 5011232 51197.0 5011943 50518.0 5012655 49820.0 5013366 49181.0 5014078 50881.0 5014789 50116.0 5015500 48676.0 5016212 49147.0 5016923 48354.0 5017634 48535.0 5018346 50158.0 5019057 48548.0 5019769 49150.0 5020480 48750.0 5021191 49616.0 5021903 49756.0 5022614 48528.0 5023325 47802.0 5024037 49045.0 5024748 49986.0 5025460 50847.0 5026171 48881.0 5026882 48978.0 5027594 48367.0 5028305 48446.0 5029017 49631.0 5029728 48976.0 5030439 50612.0 5031151 50101.0 5031862 48675.0 5032573 49952.0 5033285 49042.0 5033996 49415.0 5034708 49567.0 5035419 49561.0 5036130 50052.0 5036842 49849.0 5037553 49495.0 5038265 49644.0 5038976 48493.0 5039687 49822.0 5040399 49187.0 5041110 48861.0 5041821 49778.0 5042533 49372.0 5043244 50207.0 5043956 48238.0 5044667 49384.0 5045378 48726.0 5046090 50352.0 5046801 49994.0 5047512 50222.0 5048224 49687.0 5048935 49898.0 5049647 49424.0 5050358 48276.0 5051069 50821.0 5051781 50003.0 5052492 50669.0 5053204 50343.0 5053915 49475.0 5054626 48578.0 5055338 50219.0 5056049 50964.0 5056760 50721.0 5057472 51104.0 5058183 52320.0 5058895 51369.0 5059606 50792.0 5060317 50366.0 5061029 51206.0 5061740 51114.0 5062452 50221.0 5063163 50397.0 5063874 51348.0 5064586 48884.0 5065297 49213.0 5066008 48269.0 5066720 50139.0 5067431 50259.0 5068143 50858.0 5068854 51617.0 5069565 51201.0 5070277 50737.0 5070988 50886.0 5071699 50266.0 5072411 50618.0 5073122 50212.0 5073834 50305.0 5074545 51477.0 5075256 50577.0 5075968 49957.0 5076679 52004.0 5077391 50606.0 5078102 49753.0 5078813 50612.0 5079525 49596.0 5080236 49435.0 5080947 50324.0 5081659 51113.0 5082370 50270.0 5083082 49917.0 5083793 51421.0 5084504 50904.0 5085216 49309.0 5085927 51278.0 5086639 50742.0 5087350 49189.0 5088061 50777.0 5088773 51253.0 5089484 49112.0 5090195 50283.0 5090907 51136.0 5091618 49836.0 5092330 48765.0 5093041 50305.0 5093752 50445.0 5094464 50997.0 5095175 49469.0 5095886 49845.0 5096598 49732.0 5097309 50822.0 5098021 49364.0 5098732 51679.0 5099443 49910.0 5100155 48970.0 5100866 50120.0 5101578 49962.0 5102289 49816.0 5103000 50585.0 5103712 50227.0 5104423 50515.0 5105134 50574.0 5105846 50764.0 5106557 49671.0 5107269 48641.0 5107980 49358.0 5108691 48466.0 5109403 51052.0 5110114 51121.0 5110826 50310.0 5111537 49637.0 5112248 50542.0 5112960 50809.0 5113671 50265.0 5114382 49033.0 5115094 50266.0 5115805 49600.0 5116517 51345.0 5117228 50277.0 5117939 50609.0 5118651 51079.0 5119362 49842.0 5120073 50437.0 5120785 50727.0 5121496 51151.0 5122208 51013.0 5122919 51205.0 5123630 51139.0 5124342 51676.0 5125053 50789.0 5125765 50192.0 5126476 51769.0 5127187 50648.0 5127899 51953.0 5128610 50402.0 5129321 51669.0 5130033 50765.0 5130744 50573.0 5131456 50358.0 5132167 49294.0 5132878 51695.0 5133590 49911.0 5134301 50174.0 5135013 49495.0 5135724 50258.0 5136435 51380.0 5137147 52232.0 5137858 51173.0 5138569 50565.0 5139281 49724.0 5139992 50492.0 5140704 51072.0 5141415 50375.0 5142126 49874.0 5142838 51186.0 5143549 51485.0 5144260 51380.0 5144972 50102.0 5145683 50521.0 5146395 50850.0 5147106 50269.0 5147817 51246.0 5148529 51208.0 5149240 49444.0 5149952 50015.0 5150663 50848.0 5151374 48862.0 5152086 50798.0 5152797 50700.0 5153508 50467.0 5154220 49768.0 5154931 50736.0 5155643 50824.0 5156354 50141.0 5157065 50193.0 5157777 48671.0 5158488 51028.0 5159200 49438.0 5159911 50539.0 5160622 49104.0 5161334 48598.0 5162045 51237.0 5162756 51601.0 5163468 50109.0 5164179 50642.0 5164891 50375.0 5165602 49705.0 5166313 50866.0 5167025 51108.0 5167736 50597.0 5168447 51001.0 5169159 50781.0 5169870 50150.0 5170582 49658.0 5171293 49437.0 5172004 49160.0 5172716 49966.0 5173427 50124.0 5174139 50030.0 5174850 50667.0 5175561 50676.0 5176273 50971.0 5176984 50437.0 5177695 49523.0 5178407 51519.0 5179118 50036.0 5179830 50343.0 5180541 50245.0 5181252 51117.0 5181964 51255.0 5182675 49893.0 5183387 50719.0 5184098 50367.0 5184809 50991.0 5185521 48925.0 5186232 49784.0 5186943 50667.0 5187655 51321.0 5188366 52501.0 5189078 52510.0 5189789 52418.0 5190500 53356.0 5191212 54396.0 5191923 53696.0 5192634 53824.0 5193346 53784.0 5194057 53009.0 5194769 54360.0 5195480 52457.0 5196191 51656.0 5196903 52905.0 5197614 50614.0 5198326 50221.0 5199037 50619.0 5199748 50998.0 5200460 51479.0 5201171 48971.0 5201882 49732.0 5202594 50238.0 5203305 50008.0 5204017 50906.0 5204728 49018.0 5205439 50959.0 5206151 50212.0 5206862 51021.0 5207573 50427.0 5208285 50325.0 5208996 50763.0 5209708 50514.0 5210419 49153.0 5211130 49647.0 5211842 49500.0 5212553 50289.0 5213265 50380.0 5213976 50751.0 5214687 49580.0 5215399 50459.0 5216110 50425.0 5216821 48249.0 5217533 49042.0 5218244 50911.0 5218956 49765.0 5219667 49060.0 5220378 49723.0 5221090 50495.0 5221801 50102.0 5222513 49865.0 5223224 50349.0 5223935 50695.0 5224647 49156.0 5225358 50189.0 5226069 49842.0 5226781 49940.0 5227492 49448.0 5228204 49393.0 5228915 49455.0 5229626 49433.0 5230338 49774.0 5231049 50590.0 5231760 49720.0 5232472 50238.0 5233183 49457.0 5233895 49570.0 5234606 49456.0 5235317 50069.0 5236029 48230.0 5236740 51177.0 5237452 49121.0 5238163 50540.0 5238874 51676.0 5239586 49930.0 5240297 48096.0 5241008 48890.0 5241720 49467.0 5242431 50252.0 5243143 50045.0 5243854 50539.0 5244565 49359.0 5245277 49560.0 5245988 50427.0 5246700 49101.0 5247411 50478.0 5248122 49270.0 5248834 50016.0 5249545 50648.0 5250256 51167.0 5250968 48946.0 5251679 48897.0 5252391 49403.0 5253102 50216.0 5253813 49284.0 5254525 50147.0 5255236 49234.0 5255947 49944.0 5256659 50123.0 5257370 50113.0 5258082 48894.0 5258793 50530.0 5259504 50091.0 5260216 49906.0 5260927 51963.0 5261639 50634.0 5262350 48450.0 5263061 49971.0 5263773 49692.0 5264484 50049.0 5265195 49665.0 5265907 51395.0 5266618 49075.0 5267330 50340.0 5268041 49380.0 5268752 49995.0 5269464 50074.0 5270175 50514.0 5270887 50411.0 5271598 50815.0 5272309 49255.0 5273021 50926.0 5273732 48801.0 5274443 49453.0 5275155 49925.0 5275866 49850.0 5276578 50482.0 5277289 50215.0 5278000 49990.0 5278712 50305.0 5279423 49448.0 5280134 50315.0 5280846 49813.0 5281557 49499.0 5282269 50203.0 5282980 49600.0 5283691 49499.0 5284403 48348.0 5285114 49618.0 5285826 50292.0 5286537 48489.0 5287248 49956.0 5287960 49496.0 5288671 48486.0 5289382 48722.0 5290094 50280.0 5290805 50375.0 5291517 49606.0 5292228 49882.0 5292939 48583.0 5293651 49043.0 5294362 49568.0 5295074 49854.0 5295785 49898.0 5296496 50324.0 5297208 49830.0 5297919 50086.0 5298630 50352.0 5299342 49441.0 5300053 51120.0 5300765 50799.0 5301476 51028.0 5302187 48961.0 5302899 50334.0 5303610 50002.0 5304321 49532.0 5305033 49861.0 5305744 50073.0 5306456 50026.0 5307167 49470.0 5307878 50584.0 5308590 49817.0 5309301 49497.0 5310013 49105.0 5310724 49103.0 5311435 50829.0 5312147 49068.0 5312858 49589.0 5313569 50066.0 5314281 49439.0 5314992 50533.0 5315704 49272.0 5316415 48692.0 5317126 49172.0 5317838 48926.0 5318549 49310.0 5319261 49033.0 5319972 50032.0 5320683 49799.0 5321395 48965.0 5322106 50954.0 5322817 51332.0 5323529 50039.0 5324240 49461.0 5324952 49196.0 5325663 49725.0 5326374 50131.0 5327086 50827.0 5327797 48300.0 5328508 49665.0 5329220 49118.0 5329931 50018.0 5330643 50062.0 5331354 50265.0 5332065 49072.0 5332777 49803.0 5333488 49389.0 5334200 49756.0 5334911 49033.0 5335622 48899.0 5336334 49344.0 5337045 48781.0 5337756 50136.0 5338468 48695.0 5339179 49299.0 5339891 49257.0 5340602 51862.0 5341313 52520.0 5342025 54259.0 5342736 53801.0 5343448 53415.0 5344159 54079.0 5344870 53592.0 5345582 52581.0 5346293 52976.0 5347004 51106.0 5347716 49666.0 5348427 50673.0 5349139 50833.0 5349850 50719.0 5350561 48478.0 5351273 49423.0 5351984 49121.0 5352695 48904.0 5353407 50231.0 5354118 48916.0 5354830 50737.0 5355541 50199.0 5356252 49195.0 5356964 49562.0 5357675 50713.0 5358387 50270.0 5359098 51388.0 5359809 48544.0 5360521 50404.0 5361232 49049.0 5361943 49808.0 5362655 50885.0 5363366 47871.0 5364078 48920.0 5364789 49182.0 5365500 48041.0 5366212 49842.0 5366923 47720.0 5367635 49261.0 5368346 49031.0 5369057 49348.0 5369769 48913.0 5370480 49593.0 5371191 49374.0 5371903 49892.0 5372614 49616.0 5373326 50142.0 5374037 48308.0 5374748 49330.0 5375460 49311.0 5376171 48482.0 5376882 49504.0 5377594 49263.0 5378305 49836.0 5379017 49073.0 5379728 51554.0 5380439 49630.0 5381151 49434.0 5381862 50061.0 5382574 51126.0 5383285 49736.0 5383996 49673.0 5384708 48864.0 5385419 48703.0 5386130 50548.0 5386842 49220.0 5387553 49454.0 5388265 49739.0 5388976 49755.0 5389687 49595.0 5390399 48575.0 5391110 47973.0 5391821 47208.0 5392533 50207.0 5393244 49076.0 5393956 49620.0 5394667 50661.0 5395378 49808.0 5396090 50683.0 5396801 49331.0 5397513 49494.0 5398224 50635.0 5398935 49696.0 5399647 49813.0 5400358 48895.0 5401069 50287.0 5401781 49947.0 5402492 49005.0 5403204 49545.0 5403915 48153.0 5404626 48597.0 5405338 50283.0 5406049 49143.0 5406761 48892.0 5407472 49044.0 5408183 49583.0 5408895 48894.0 5409606 49925.0 5410317 50989.0 5411029 50296.0 5411740 50514.0 5412452 49593.0 5413163 49540.0 5413874 51979.0 5414586 50490.0 5415297 50989.0 5416008 50106.0 5416720 49951.0 5417431 49345.0 5418143 51186.0 5418854 49585.0 5419565 51336.0 5420277 48975.0 5420988 49803.0 5421700 49212.0 5422411 50537.0 5423122 49820.0 5423834 49344.0 5424545 48572.0 5425256 49426.0 5425968 50645.0 5426679 50307.0 5427391 49907.0 5428102 50437.0 5428813 50705.0 5429525 51255.0 5430236 49681.0 5430948 49893.0 5431659 49445.0 5432370 49968.0 5433082 50131.0 5433793 50040.0 5434504 49937.0 5435216 49214.0 5435927 50813.0 5436639 49035.0 5437350 48575.0 5438061 49839.0 5438773 50718.0 5439484 51058.0 5440195 51747.0 5440907 51319.0 5441618 52122.0 5442330 51624.0 5443041 52733.0 5443752 50612.0 5444464 51372.0 5445175 51537.0 5445887 50767.0 5446598 50004.0 5447309 49298.0 5448021 51012.0 5448732 51074.0 5449443 51831.0 5450155 49768.0 5450866 49664.0 5451578 50025.0 5452289 50756.0 5453000 51484.0 5453712 50699.0 5454423 49953.0 5455135 50156.0 5455846 50306.0 5456557 49423.0 5457269 50319.0 5457980 50225.0 5458691 50297.0 5459403 49927.0 5460114 48800.0 5460826 50211.0 5461537 50268.0 5462248 50559.0 5462960 50499.0 5463671 50045.0 5464382 48023.0 5465094 49835.0 5465805 51637.0 5466517 51598.0 5467228 51102.0 5467939 51111.0 5468651 50440.0 5469362 49979.0 5470074 49486.0 5470785 49198.0 5471496 50133.0 5472208 50239.0 5472919 50641.0 5473630 49531.0 5474342 49409.0 5475053 47254.0 5475765 50834.0 5476476 51432.0 5477187 49930.0 5477899 50678.0 5478610 49419.0 5479322 50446.0 5480033 50295.0 5480744 49577.0 5481456 49996.0 5482167 48874.0 5482878 49419.0 5483590 50680.0 5484301 50086.0 5485013 48374.0 5485724 48742.0 5486435 50021.0 5487147 49375.0 5487858 49296.0 5488569 48993.0 5489281 49979.0 5489992 49281.0 5490704 49610.0 5491415 50119.0 5492126 50636.0 5492838 48263.0 5493549 49987.0 5494261 49266.0 5494972 49843.0 5495683 49639.0 5496395 47965.0 5497106 49738.0 5497817 50308.0 5498529 50663.0 5499240 49629.0 5499952 49378.0 5500663 49818.0 5501374 50099.0 5502086 50021.0 5502797 50516.0 5503509 48906.0 5504220 49984.0 5504931 49240.0 5505643 49591.0 5506354 50222.0 5507065 50175.0 5507777 50614.0 5508488 50040.0 5509200 49960.0 5509911 49549.0 5510622 49643.0 5511334 48651.0 5512045 48762.0 5512756 48709.0 5513468 48985.0 5514179 48842.0 5514891 49931.0 5515602 49233.0 5516313 49910.0 5517025 50747.0 5517736 48985.0 5518448 50488.0 5519159 49896.0 5519870 50894.0 5520582 51331.0 5521293 49907.0 5522004 50341.0 5522716 50830.0 5523427 49825.0 5524139 50972.0 5524850 50346.0 5525561 50276.0 5526273 49489.0 5526984 48719.0 5527696 48589.0 5528407 48536.0 5529118 49386.0 5529830 49264.0 5530541 48139.0 5531252 50152.0 5531964 48003.0 5532675 49161.0 5533387 48449.0 5534098 47684.0 5534809 48435.0 5535521 47848.0 5536232 49026.0 5536943 48751.0 5537655 48750.0 5538366 48209.0 5539078 48805.0 5539789 50077.0 5540500 49080.0 5541212 50399.0 5541923 49921.0 5542635 48665.0 5543346 50264.0 5544057 48881.0 5544769 49655.0 5545480 49849.0 5546191 49116.0 5546903 47833.0 5547614 48356.0 5548326 49531.0 5549037 50137.0 5549748 47728.0 5550460 48748.0 5551171 48707.0 5551883 49033.0 5552594 48370.0 5553305 50218.0 5554017 50123.0 5554728 50346.0 5555439 49602.0 5556151 49139.0 5556862 49230.0 5557574 47948.0 5558285 49856.0 5558996 48710.0 5559708 48782.0 5560419 49522.0 5561130 47725.0 5561842 48724.0 5562553 48790.0 5563265 49536.0 5563976 49546.0 5564687 49380.0 5565399 49878.0 5566110 50025.0 5566822 50893.0 5567533 52335.0 5568244 53529.0 5568956 54938.0 5569667 56087.0 5570378 55241.0 5571090 53859.0 5571801 53809.0 5572513 53729.0 5573224 55100.0 5573935 53915.0 5574647 53072.0 5575358 50848.0 5576069 52657.0 5576781 51538.0 5577492 51062.0 5578204 50690.0 5578915 51023.0 5579626 50206.0 5580338 49756.0 5581049 51087.0 5581761 49390.0 5582472 50390.0 5583183 48108.0 5583895 48865.0 5584606 49385.0 5585317 48673.0 5586029 49551.0 5586740 49425.0 5587452 49880.0 5588163 49187.0 5588874 50513.0 5589586 49935.0 5590297 49866.0 5591009 49387.0 5591720 48701.0 5592431 49947.0 5593143 49355.0 5593854 49208.0 5594565 48590.0 5595277 50291.0 5595988 48673.0 5596700 48838.0 5597411 50011.0 5598122 49048.0 5598834 48801.0 5599545 48486.0 5600256 48572.0 5600968 49092.0 5601679 51019.0 5602391 49747.0 5603102 49733.0 5603813 50017.0 5604525 47526.0 5605236 49471.0 5605948 48527.0 5606659 50381.0 5607370 50283.0 5608082 50381.0 5608793 50480.0 5609504 49809.0 5610216 49103.0 5610927 48005.0 5611639 48602.0 5612350 49981.0 5613061 48485.0 5613773 51712.0 5614484 49532.0 5615196 50141.0 5615907 48974.0 5616618 48531.0 5617330 49315.0 5618041 50042.0 5618752 49784.0 5619464 49451.0 5620175 48829.0 5620887 48946.0 5621598 48367.0 5622309 50004.0 5623021 48641.0 5623732 48964.0 5624443 48382.0 5625155 49839.0 5625866 49733.0 5626578 49046.0 5627289 49496.0 5628000 49804.0 5628712 49595.0 5629423 48660.0 5630135 49065.0 5630846 47838.0 5631557 49790.0 5632269 49264.0 5632980 48331.0 5633691 48832.0 5634403 49820.0 5635114 49987.0 5635826 49529.0 5636537 50495.0 5637248 49158.0 5637960 50750.0 5638671 50277.0 5639383 49576.0 5640094 49902.0 5640805 50584.0 5641517 49154.0 5642228 49253.0 5642939 49510.0 5643651 48826.0 5644362 49377.0 5645074 48459.0 5645785 48836.0 5646496 50290.0 5647208 50163.0 5647919 48883.0 5648630 50887.0 5649342 50253.0 5650053 48586.0 5650765 49674.0 5651476 50081.0 5652187 49135.0 5652899 50731.0 5653610 49803.0 5654322 50612.0 5655033 50916.0 5655744 51936.0 5656456 51478.0 5657167 53519.0 5657878 52569.0 5658590 52112.0 5659301 51554.0 5660013 54919.0 5660724 53951.0 5661435 54026.0 5662147 52474.0 5662858 51610.0 5663570 50661.0 5664281 50790.0 5664992 51215.0 5665704 50130.0 5666415 48997.0 5667126 49789.0 5667838 49935.0 5668549 49766.0 5669261 50386.0 5669972 49501.0 5670683 50499.0 5671395 49683.0 5672106 51267.0 5672817 52967.0 5673529 53829.0 5674240 55746.0 5674952 55470.0 5675663 57829.0 5676374 58843.0 5677086 59286.0 5677797 60493.0 5678509 59198.0 5679220 57728.0 5679931 56840.0 5680643 57145.0 5681354 54644.0 5682065 55069.0 5682777 51731.0 5683488 50683.0 5684200 51822.0 5684911 50613.0 5685622 51305.0 5686334 50604.0 5687045 50336.0 5687757 49491.0 5688468 49970.0 5689179 50073.0 5689891 49651.0 5690602 50381.0 5691313 49852.0 5692025 49129.0 5692736 49233.0 5693448 49427.0 5694159 50796.0 5694870 49799.0 5695582 51049.0 5696293 51466.0 5697004 50295.0 5697716 49348.0 5698427 50148.0 5699139 48674.0 5699850 48446.0 5700561 49289.0 5701273 50219.0 5701984 48509.0 5702696 50567.0 5703407 51100.0 5704118 48906.0 5704830 48666.0 5705541 49010.0 5706252 49690.0 5706964 49569.0 5707675 49452.0 5708387 48409.0 5709098 50074.0 5709809 49371.0 5710521 49882.0 5711232 48664.0 5711944 48255.0 5712655 48588.0 5713366 49117.0 5714078 50806.0 5714789 49060.0 5715500 49719.0 5716212 49988.0 5716923 48725.0 5717635 47948.0 5718346 48293.0 5719057 48642.0 5719769 50023.0 5720480 49717.0 5721191 49574.0 5721903 48968.0 5722614 48294.0 5723326 48859.0 5724037 49753.0 5724748 48855.0 5725460 48902.0 5726171 48691.0 5726883 49492.0 5727594 48846.0 5728305 49439.0 5729017 49185.0 5729728 47799.0 5730439 48136.0 5731151 49505.0 5731862 49303.0 5732574 48847.0 5733285 49609.0 5733996 46962.0 5734708 48091.0 5735419 49513.0 5736131 48790.0 5736842 48251.0 5737553 49176.0 5738265 48501.0 5738976 49340.0 5739687 48609.0 5740399 48369.0 5741110 49401.0 5741822 49904.0 5742533 48508.0 5743244 48645.0 5743956 50193.0 5744667 49502.0 5745378 49948.0 5746090 48361.0 5746801 49441.0 5747513 48831.0 5748224 49288.0 5748935 49368.0 5749647 50319.0 5750358 48738.0 5751070 49252.0 5751781 49738.0 5752492 49045.0 5753204 47573.0 5753915 50493.0 5754626 49280.0 5755338 49157.0 5756049 47888.0 5756761 49143.0 5757472 49375.0 5758183 49324.0 5758895 48633.0 5759606 46779.0 5760318 47629.0 5761029 47817.0 5761740 49090.0 5762452 48908.0 5763163 49161.0 5763874 48969.0 5764586 47701.0 5765297 49549.0 5766009 48126.0 5766720 48216.0 5767431 48455.0 5768143 49088.0 5768854 48889.0 5769565 49116.0 5770277 49205.0 5770988 49146.0 5771700 47913.0 5772411 49833.0 5773122 47868.0 5773834 48257.0 5774545 48883.0 5775257 49004.0 5775968 48401.0 5776679 48873.0 5777391 47073.0 5778102 48848.0 5778813 50181.0 5779525 49260.0 5780236 49649.0 5780948 48336.0 5781659 48392.0 5782370 48656.0 5783082 48959.0 5783793 49089.0 5784504 48450.0 5785216 47807.0 5785927 49121.0 5786639 48722.0 5787350 48797.0 5788061 47422.0 5788773 49864.0 5789484 48366.0 5790196 47460.0 5790907 48963.0 5791618 48287.0 5792330 48740.0 5793041 47780.0 5793752 48703.0 5794464 49040.0 5795175 48435.0 5795887 48747.0 5796598 47956.0 5797309 48451.0 5798021 48196.0 5798732 48446.0 5799444 48082.0 5800155 48458.0 5800866 49135.0 5801578 47724.0 5802289 49111.0 5803000 47606.0 5803712 48212.0 5804423 48339.0 5805135 47730.0 5805846 48309.0 5806557 47832.0 5807269 49719.0 5807980 48209.0 5808691 50077.0 5809403 48470.0 5810114 49306.0 5810826 47946.0 5811537 47913.0 5812248 50048.0 5812960 50230.0 5813671 49416.0 5814383 49727.0 5815094 49439.0 5815805 48988.0 5816517 48341.0 5817228 49628.0 5817939 48650.0 5818651 48363.0 5819362 49752.0 5820074 49017.0 5820785 48233.0 5821496 49460.0 5822208 48462.0 5822919 47987.0 5823631 48426.0 5824342 49723.0 5825053 48945.0 5825765 48277.0 5826476 49578.0 5827187 48564.0 5827899 49062.0 5828610 47874.0 5829322 48287.0 5830033 49152.0 5830744 48084.0 5831456 47881.0 5832167 49051.0 5832878 48696.0 5833590 48541.0 5834301 47983.0 5835013 49464.0 5835724 48879.0 5836435 48592.0 5837147 49420.0 5837858 49461.0 5838570 48554.0 5839281 48363.0 5839992 49344.0 5840704 47421.0 5841415 49034.0 5842126 48191.0 5842838 48306.0 5843549 49031.0 5844261 49055.0 5844972 49028.0 5845683 48560.0 5846395 47669.0 5847106 47940.0 5847818 47312.0 5848529 48015.0 5849240 48062.0 5849952 48489.0 5850663 49190.0 5851374 47735.0 5852086 48202.0 5852797 48301.0 5853509 49810.0 5854220 47753.0 5854931 49061.0 5855643 47677.0 5856354 48677.0 5857065 49244.0 5857777 47007.0 5858488 48073.0 5859200 49335.0 5859911 47431.0 5860622 48713.0 5861334 48404.0 5862045 49026.0 5862757 48543.0 5863468 49060.0 5864179 49480.0 5864891 49091.0 5865602 48304.0 5866313 49781.0 5867025 49112.0 5867736 48256.0 5868448 48638.0 5869159 49627.0 5869870 47591.0 5870582 47621.0 5871293 49188.0 5872005 47744.0 5872716 46751.0 5873427 49118.0 5874139 47337.0 5874850 48051.0 5875561 48770.0 5876273 47774.0 5876984 47947.0 5877696 48663.0 5878407 48019.0 5879118 49342.0 5879830 49754.0 5880541 47991.0 5881252 47872.0 5881964 48170.0 5882675 46958.0 5883387 48325.0 5884098 47365.0 5884809 49465.0 5885521 48249.0 5886232 49828.0 5886944 48150.0 5887655 48755.0 5888366 47924.0 5889078 48378.0 5889789 47849.0 5890500 49912.0 5891212 48849.0 5891923 47464.0 5892635 46982.0 5893346 48771.0 5894057 48092.0 5894769 48963.0 5895480 46975.0 5896192 49138.0 5896903 47081.0 5897614 48717.0 5898326 46641.0 5899037 48496.0 5899748 49244.0 5900460 48498.0 5901171 47175.0 5901883 49277.0 5902594 49082.0 5903305 48044.0 5904017 47823.0 5904728 49334.0 5905439 48118.0 5906151 47630.0 5906862 49066.0 5907574 48403.0 5908285 47891.0 5908996 50468.0 5909708 47614.0 5910419 48144.0 5911131 48822.0 5911842 48987.0 5912553 49412.0 5913265 49338.0 5913976 46820.0 5914687 48158.0 5915399 47693.0 5916110 47900.0 5916822 48212.0 5917533 47617.0 5918244 47667.0 5918956 48572.0 5919667 47711.0 5920379 47989.0 5921090 47801.0 5921801 47820.0 5922513 47948.0 5923224 49603.0 5923935 48106.0 5924647 49243.0 5925358 47412.0 5926070 48890.0 5926781 47879.0 5927492 48910.0 5928204 46877.0 5928915 47913.0 5929626 47963.0 5930338 48407.0 5931049 50525.0 5931761 49104.0 5932472 47745.0 5933183 47642.0 5933895 47841.0 5934606 48137.0 5935318 49506.0 5936029 48657.0 5936740 48551.0 5937452 48921.0 5938163 49036.0 5938874 48946.0 5939586 48564.0 5940297 48972.0 5941009 48366.0 5941720 48609.0 5942431 47512.0 5943143 49179.0 5943854 48331.0 5944566 49229.0 5945277 46955.0 5945988 48438.0 5946700 48077.0 5947411 48521.0 5948122 47933.0 5948834 48539.0 5949545 47269.0 5950257 48717.0 5950968 48200.0 5951679 49472.0 5952391 47200.0 5953102 48790.0 5953813 47643.0 5954525 48522.0 5955236 47935.0 5955948 49309.0 5956659 49815.0 5957370 49204.0 5958082 48611.0 5958793 47967.0 5959505 48199.0 5960216 47572.0 5960927 49163.0 5961639 47582.0 5962350 47977.0 5963061 47311.0 5963773 48158.0 5964484 47816.0 5965196 48421.0 5965907 47740.0 5966618 47685.0 5967330 49090.0 5968041 46887.0 5968753 47871.0 5969464 48301.0 5970175 48697.0 5970887 48301.0 5971598 49238.0 5972309 48418.0 5973021 47443.0 5973732 48478.0 5974444 48015.0 5975155 47793.0 5975866 48066.0 5976578 47119.0 5977289 47350.0 5978000 48289.0 5978712 48990.0 5979423 49618.0 5980135 48402.0 5980846 49690.0 5981557 48849.0 5982269 48277.0 5982980 47396.0 5983692 48800.0 5984403 47962.0 5985114 48405.0 5985826 49187.0 5986537 47554.0 5987248 48446.0 5987960 48541.0 5988671 46237.0 5989383 47062.0 5990094 48383.0 5990805 47950.0 5991517 48016.0 5992228 48679.0 5992939 49081.0 5993651 47307.0 5994362 47715.0 5995074 48349.0 5995785 47600.0 5996496 48041.0 5997208 47765.0 5997919 48171.0 5998631 48862.0 5999342 47414.0 6000053 48171.0 6000765 47165.0 6001476 48416.0 6002187 48047.0 6002899 48014.0 6003610 49066.0 6004322 45685.0 6005033 48035.0 6005744 48601.0 6006456 48172.0 6007167 48766.0 6007879 48280.0 6008590 48277.0 6009301 48347.0 6010013 47839.0 6010724 48352.0 6011435 49638.0 6012147 46854.0 6012858 48874.0 6013570 48396.0 6014281 47373.0 6014992 47244.0 6015704 49479.0 6016415 48775.0 6017126 48504.0 6017838 47973.0 6018549 47304.0 6019261 47706.0 6019972 47096.0 6020683 47806.0 6021395 49423.0 6022106 47945.0 6022818 48366.0 6023529 48353.0 6024240 46701.0 6024952 47861.0 6025663 47776.0 6026374 48047.0 6027086 48182.0 6027797 47345.0 6028509 47416.0 6029220 47136.0 6029931 48817.0 6030643 48104.0 6031354 48344.0 6032066 47811.0 6032777 48563.0 6033488 48038.0 6034200 48268.0 6034911 47164.0 6035622 49827.0 6036334 48019.0 6037045 48339.0 6037757 48299.0 6038468 49134.0 6039179 47077.0 6039891 48597.0 6040602 47511.0 6041313 49212.0 6042025 48763.0 6042736 48208.0 6043448 47833.0 6044159 49019.0 6044870 48534.0 6045582 48131.0 6046293 47291.0 6047005 48290.0 6047716 48289.0 6048427 48948.0 6049139 47048.0 6049850 48487.0 6050561 47742.0 6051273 48302.0 6051984 48025.0 6052696 48437.0 6053407 46842.0 6054118 46646.0 6054830 46799.0 6055541 47486.0 6056253 48460.0 6056964 48337.0 6057675 49605.0 6058387 48698.0 6059098 48874.0 6059809 48365.0 6060521 48162.0 6061232 48830.0 6061944 48731.0 6062655 48076.0 6063366 48315.0 6064078 49125.0 6064789 48372.0 6065500 48053.0 6066212 48275.0 6066923 47086.0 6067635 47565.0 6068346 48072.0 6069057 48000.0 6069769 49090.0 6070480 49406.0 6071192 48549.0 6071903 49239.0 6072614 48420.0 6073326 48718.0 6074037 47901.0 6074748 46942.0 6075460 48656.0 6076171 48604.0 6076883 49533.0 6077594 48849.0 6078305 47297.0 6079017 47078.0 6079728 47040.0 6080440 46664.0 6081151 47082.0 6081862 48958.0 6082574 48140.0 6083285 47723.0 6083996 47557.0 6084708 48032.0 6085419 48469.0 6086131 48318.0 6086842 47188.0 6087553 48822.0 6088265 48173.0 6088976 48430.0 6089687 45963.0 6090399 48345.0 6091110 47818.0 6091822 47752.0 6092533 47249.0 6093244 47890.0 6093956 47719.0 6094667 47480.0 6095379 47856.0 6096090 49972.0 6096801 48045.0 6097513 47718.0 6098224 47624.0 6098935 48457.0 6099647 49245.0 6100358 47767.0 6101070 48218.0 6101781 47869.0 6102492 48390.0 6103204 49048.0 6103915 47527.0 6104627 48081.0 6105338 47551.0 6106049 47377.0 6106761 47916.0 6107472 49179.0 6108183 47164.0 6108895 48542.0 6109606 49264.0 6110318 47980.0 6111029 47882.0 6111740 48708.0 6112452 48193.0 6113163 47530.0 6113874 48727.0 6114586 47903.0 6115297 47971.0 6116009 46865.0 6116720 47868.0 6117431 47235.0 6118143 48471.0 6118854 47390.0 6119566 47237.0 6120277 47610.0 6120988 47912.0 6121700 46892.0 6122411 48935.0 6123122 48018.0 6123834 47344.0 6124545 47173.0 6125257 48893.0 6125968 47814.0 6126679 48497.0 6127391 47936.0 6128102 48159.0 6128814 47044.0 6129525 47292.0 6130236 47453.0 6130948 48558.0 6131659 48683.0 6132370 48408.0 6133082 47914.0 6133793 48566.0 6134505 47476.0 6135216 47188.0 6135927 48718.0 6136639 46891.0 6137350 47526.0 6138061 47757.0 6138773 47958.0 6139484 47437.0LineSeries6000066400000000000000000107502771436443153700405610ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support-5.47929 0.279708 -5.47913 0.268224 -5.47898 0.267847 -5.47882 0.276632 -5.47866 0.283584 -5.47851 0.285527 -5.47835 0.292269 -5.47819 0.310056 -5.47804 0.329377 -5.47788 0.335925 -5.47772 0.329238 -5.47757 0.320976 -5.47741 0.317503 -5.47725 0.312263 -5.4771 0.296736 -5.47694 0.273243 -5.47678 0.251313 -5.47662 0.238154 -5.47647 0.232264 -5.47631 0.229052 -5.47615 0.225602 -5.476 0.223679 -5.47584 0.22673 -5.47568 0.233577 -5.47553 0.237924 -5.47537 0.23514 -5.47521 0.228669 -5.47506 0.227208 -5.4749 0.235478 -5.47474 0.251871 -5.47459 0.271414 -5.47443 0.286878 -5.47427 0.290225 -5.47412 0.278756 -5.47396 0.261221 -5.4738 0.252788 -5.47365 0.259976 -5.47349 0.273701 -5.47333 0.279895 -5.47318 0.272277 -5.47302 0.253918 -5.47286 0.231016 -5.4727 0.208178 -5.47255 0.189376 -5.47239 0.177632 -5.47223 0.171568 -5.47208 0.165947 -5.47192 0.15592 -5.47176 0.142533 -5.47161 0.133509 -5.47145 0.135218 -5.47129 0.145064 -5.47114 0.152591 -5.47098 0.150928 -5.47082 0.145085 -5.47067 0.145632 -5.47051 0.156343 -5.47035 0.172812 -5.4702 0.190021 -5.47004 0.205959 -5.46988 0.217937 -5.46973 0.221811 -5.46957 0.21673 -5.46941 0.207073 -5.46926 0.195273 -5.4691 0.179974 -5.46894 0.161374 -5.46878 0.147224 -5.46863 0.146994 -5.46847 0.162025 -5.46831 0.186699 -5.46816 0.21505 -5.468 0.243787 -5.46784 0.269002 -5.46769 0.286304 -5.46753 0.292634 -5.46737 0.289824 -5.46722 0.281607 -5.46706 0.273164 -5.4669 0.268024 -5.46675 0.263797 -5.46659 0.254835 -5.46643 0.238022 -5.46628 0.21827 -5.46612 0.205328 -5.46596 0.204889 -5.46581 0.217154 -5.46565 0.238367 -5.46549 0.264848 -5.46534 0.290911 -5.46518 0.308946 -5.46502 0.311866 -5.46486 0.29694 -5.46471 0.270218 -5.46455 0.245224 -5.46439 0.233529 -5.46424 0.23246 -5.46408 0.226859 -5.46392 0.206179 -5.46377 0.178707 -5.46361 0.16341 -5.46345 0.16621 -5.4633 0.174817 -5.46314 0.17487 -5.46298 0.165928 -5.46283 0.155947 -5.46267 0.14803 -5.46251 0.139212 -5.46236 0.132452 -5.4622 0.135207 -5.46204 0.147478 -5.46189 0.159152 -5.46173 0.165173 -5.46157 0.174923 -5.46141 0.196212 -5.46126 0.219384 -5.4611 0.225761 -5.46094 0.21257 -5.46079 0.19857 -5.46063 0.200189 -5.46047 0.212764 -5.46032 0.220444 -5.46016 0.216694 -5.46 0.208379 -5.45985 0.204348 -5.45969 0.207493 -5.45953 0.217118 -5.45938 0.230308 -5.45922 0.242456 -5.45906 0.249631 -5.45891 0.251161 -5.45875 0.247124 -5.45859 0.235573 -5.45844 0.216336 -5.45828 0.199073 -5.45812 0.196107 -5.45797 0.209073 -5.45781 0.227036 -5.45765 0.236433 -5.45749 0.230927 -5.45734 0.210496 -5.45718 0.179454 -5.45702 0.14837 -5.45687 0.13053 -5.45671 0.132174 -5.45655 0.146853 -5.4564 0.161383 -5.45624 0.165361 -5.45608 0.15527 -5.45593 0.135044 -5.45577 0.117076 -5.45561 0.114962 -5.45546 0.129619 -5.4553 0.146152 -5.45514 0.149171 -5.45499 0.13765 -5.45483 0.122739 -5.45467 0.112489 -5.45452 0.107388 -5.45436 0.106431 -5.4542 0.111658 -5.45405 0.12441 -5.45389 0.142457 -5.45373 0.163592 -5.45357 0.187104 -5.45342 0.209405 -5.45326 0.222381 -5.4531 0.21773 -5.45295 0.195678 -5.45279 0.167264 -5.45263 0.146629 -5.45248 0.141916 -5.45232 0.150918 -5.45216 0.162751 -5.45201 0.167062 -5.45185 0.160593 -5.45169 0.149763 -5.45154 0.1462 -5.45138 0.157013 -5.45122 0.178156 -5.45107 0.196614 -5.45091 0.202595 -5.45075 0.199575 -5.4506 0.198921 -5.45044 0.207011 -5.45028 0.219697 -5.45013 0.229177 -5.44997 0.23225 -5.44981 0.230402 -5.44965 0.226856 -5.4495 0.226209 -5.44934 0.233169 -5.44918 0.248456 -5.44903 0.267169 -5.44887 0.28166 -5.44871 0.286157 -5.44856 0.278339 -5.4484 0.259889 -5.44824 0.237782 -5.44809 0.221571 -5.44793 0.21654 -5.44777 0.220825 -5.44762 0.227621 -5.44746 0.230474 -5.4473 0.224638 -5.44715 0.21046 -5.44699 0.193946 -5.44683 0.182425 -5.44668 0.1762 -5.44652 0.169685 -5.44636 0.162852 -5.44621 0.164776 -5.44605 0.180097 -5.44589 0.200046 -5.44573 0.212323 -5.44558 0.215063 -5.44542 0.214919 -5.44526 0.21509 -5.44511 0.213555 -5.44495 0.211998 -5.44479 0.213183 -5.44464 0.212238 -5.44448 0.201971 -5.44432 0.187352 -5.44417 0.185108 -5.44401 0.20428 -5.44385 0.232712 -5.4437 0.252453 -5.44354 0.258193 -5.44338 0.25838 -5.44323 0.259976 -5.44307 0.263401 -5.44291 0.265896 -5.44276 0.264239 -5.4426 0.254245 -5.44244 0.234904 -5.44229 0.213657 -5.44213 0.2014 -5.44197 0.20222 -5.44181 0.210733 -5.44166 0.220716 -5.4415 0.22882 -5.44134 0.230844 -5.44119 0.221551 -5.44103 0.202158 -5.44087 0.183143 -5.44072 0.173836 -5.44056 0.173059 -5.4404 0.175273 -5.44025 0.182574 -5.44009 0.201647 -5.43993 0.229262 -5.43978 0.250316 -5.43962 0.253585 -5.43946 0.244367 -5.43931 0.234907 -5.43915 0.230123 -5.43899 0.227782 -5.43884 0.227512 -5.43868 0.232175 -5.43852 0.240631 -5.43837 0.247418 -5.43821 0.250498 -5.43805 0.251581 -5.43789 0.247681 -5.43774 0.232712 -5.43758 0.21122 -5.43742 0.201243 -5.43727 0.214638 -5.43711 0.240266 -5.43695 0.255725 -5.4368 0.25232 -5.43664 0.241589 -5.43648 0.237506 -5.43633 0.240191 -5.43617 0.239928 -5.43601 0.229193 -5.43586 0.208793 -5.4357 0.185415 -5.43554 0.166159 -5.43539 0.155542 -5.43523 0.153461 -5.43507 0.155878 -5.43492 0.158603 -5.43476 0.15963 -5.4346 0.16024 -5.43444 0.165152 -5.43429 0.17945 -5.43413 0.202541 -5.43397 0.226366 -5.43382 0.24214 -5.43366 0.24765 -5.4335 0.247487 -5.43335 0.24923 -5.43319 0.259084 -5.43303 0.275632 -5.43288 0.286228 -5.43272 0.27605 -5.43256 0.245161 -5.43241 0.215352 -5.43225 0.208103 -5.43209 0.222578 -5.43194 0.240027 -5.43178 0.249511 -5.43162 0.254743 -5.43147 0.26033 -5.43131 0.261079 -5.43115 0.250463 -5.431 0.230622 -5.43084 0.206789 -5.43068 0.182009 -5.43052 0.158736 -5.43037 0.143074 -5.43021 0.139853 -5.43005 0.147729 -5.4299 0.163317 -5.42974 0.183708 -5.42958 0.203341 -5.42943 0.214765 -5.42927 0.217327 -5.42911 0.219387 -5.42896 0.227658 -5.4288 0.238029 -5.42864 0.244358 -5.42849 0.248813 -5.42833 0.256136 -5.42817 0.263037 -5.42802 0.261094 -5.42786 0.24879 -5.4277 0.233319 -5.42755 0.22196 -5.42739 0.218103 -5.42723 0.222419 -5.42708 0.232092 -5.42692 0.237912 -5.42676 0.231944 -5.4266 0.217744 -5.42645 0.209073 -5.42629 0.214181 -5.42613 0.228207 -5.42598 0.24128 -5.42582 0.24915 -5.42566 0.254268 -5.42551 0.258954 -5.42535 0.262071 -5.42519 0.259919 -5.42504 0.248987 -5.42488 0.230766 -5.42472 0.211957 -5.42457 0.198829 -5.42441 0.190878 -5.42425 0.183117 -5.4241 0.172755 -5.42394 0.162574 -5.42378 0.156935 -5.42363 0.157954 -5.42347 0.165355 -5.42331 0.177103 -5.42316 0.190219 -5.423 0.202496 -5.42284 0.213165 -5.42268 0.221286 -5.42253 0.226519 -5.42237 0.231806 -5.42221 0.241835 -5.42206 0.253467 -5.4219 0.254975 -5.42174 0.240433 -5.42159 0.220236 -5.42143 0.210095 -5.42127 0.211666 -5.42112 0.2155 -5.42096 0.219214 -5.4208 0.231753 -5.42065 0.254767 -5.42049 0.273243 -5.42033 0.272598 -5.42018 0.256267 -5.42002 0.241353 -5.41986 0.239983 -5.41971 0.250557 -5.41955 0.263219 -5.41939 0.267068 -5.41924 0.257029 -5.41908 0.238986 -5.41892 0.226348 -5.41876 0.228922 -5.41861 0.245287 -5.41845 0.268524 -5.41829 0.293321 -5.41814 0.314664 -5.41798 0.324534 -5.41782 0.316657 -5.41767 0.293691 -5.41751 0.266437 -5.41735 0.246951 -5.4172 0.242474 -5.41704 0.251526 -5.41688 0.262032 -5.41673 0.260386 -5.41657 0.245083 -5.41641 0.22752 -5.41626 0.216706 -5.4161 0.209783 -5.41594 0.201064 -5.41579 0.191461 -5.41563 0.183691 -5.41547 0.175976 -5.41532 0.17073 -5.41516 0.17982 -5.415 0.208806 -5.41484 0.242556 -5.41469 0.258582 -5.41453 0.25353 -5.41437 0.242232 -5.41422 0.234504 -5.41406 0.229773 -5.4139 0.230941 -5.41375 0.246106 -5.41359 0.270147 -5.41343 0.281855 -5.41328 0.269997 -5.41312 0.247494 -5.41296 0.231059 -5.41281 0.219431 -5.41265 0.204334 -5.41249 0.192411 -5.41234 0.198626 -5.41218 0.223682 -5.41202 0.251776 -5.41187 0.27083 -5.41171 0.281295 -5.41155 0.28648 -5.41139 0.284532 -5.41124 0.274583 -5.41108 0.261702 -5.41092 0.251984 -5.41077 0.246213 -5.41061 0.241027 -5.41045 0.23215 -5.4103 0.217283 -5.41014 0.200158 -5.40998 0.191426 -5.40983 0.200078 -5.40967 0.224681 -5.40951 0.255631 -5.40936 0.284321 -5.4092 0.306547 -5.40904 0.319543 -5.40889 0.323242 -5.40873 0.321787 -5.40857 0.31804 -5.40842 0.304048 -5.40826 0.26824 -5.4081 0.21131 -5.40795 0.148804 -5.40779 0.0974584 -5.40763 0.0652121 -5.40747 0.0541763 -5.40732 0.0650336 -5.40716 0.0913573 -5.407 0.120219 -5.40685 0.142841 -5.40669 0.160895 -5.40653 0.178265 -5.40638 0.191474 -5.40622 0.194958 -5.40606 0.190551 -5.40591 0.183792 -5.40575 0.176533 -5.40559 0.169782 -5.40544 0.171179 -5.40528 0.187747 -5.40512 0.212408 -5.40497 0.2278 -5.40481 0.22533 -5.40465 0.213094 -5.4045 0.201182 -5.40434 0.187969 -5.40418 0.167121 -5.40403 0.14428 -5.40387 0.134854 -5.40371 0.145538 -5.40355 0.166453 -5.4034 0.185389 -5.40324 0.201318 -5.40308 0.217606 -5.40293 0.225892 -5.40277 0.210375 -5.40261 0.17099 -5.40246 0.131233 -5.4023 0.115025 -5.40214 0.120606 -5.40199 0.125611 -5.40183 0.118347 -5.40167 0.110869 -5.40152 0.119292 -5.40136 0.142204 -5.4012 0.16304 -5.40105 0.169633 -5.40089 0.162151 -5.40073 0.147599 -5.40058 0.134488 -5.40042 0.13031 -5.40026 0.136469 -5.40011 0.144292 -5.39995 0.142558 -5.39979 0.131853 -5.39963 0.124448 -5.39948 0.129255 -5.39932 0.140418 -5.39916 0.146994 -5.39901 0.147929 -5.39885 0.151431 -5.39869 0.161616 -5.39854 0.172279 -5.39838 0.175185 -5.39822 0.171416 -5.39807 0.168166 -5.39791 0.167827 -5.39775 0.165618 -5.3976 0.15921 -5.39744 0.155508 -5.39728 0.163244 -5.39713 0.180506 -5.39697 0.194413 -5.39681 0.194727 -5.39666 0.184513 -5.3965 0.174081 -5.39634 0.169246 -5.39619 0.169305 -5.39603 0.173747 -5.39587 0.184052 -5.39571 0.197944 -5.39556 0.207729 -5.3954 0.207738 -5.39524 0.201469 -5.39509 0.195798 -5.39493 0.191065 -5.39477 0.182813 -5.39462 0.172733 -5.39446 0.171742 -5.3943 0.18723 -5.39415 0.209525 -5.39399 0.21908 -5.39383 0.206742 -5.39368 0.182946 -5.39352 0.165801 -5.39336 0.163932 -5.39321 0.173698 -5.39305 0.187667 -5.39289 0.200594 -5.39274 0.208548 -5.39258 0.210138 -5.39242 0.207856 -5.39227 0.207688 -5.39211 0.212827 -5.39195 0.221571 -5.39179 0.229883 -5.39164 0.232515 -5.39148 0.225001 -5.39132 0.208919 -5.39117 0.196195 -5.39101 0.199248 -5.39085 0.215342 -5.3907 0.22675 -5.39054 0.221705 -5.39038 0.207617 -5.39023 0.199927 -5.39007 0.201929 -5.38991 0.202129 -5.38976 0.190347 -5.3896 0.167316 -5.38944 0.141135 -5.38929 0.119166 -5.38913 0.105277 -5.38897 0.100511 -5.38882 0.103607 -5.38866 0.113194 -5.3885 0.130149 -5.38834 0.153438 -5.38819 0.175747 -5.38803 0.187937 -5.38787 0.188231 -5.38772 0.181519 -5.38756 0.170453 -5.3874 0.153212 -5.38725 0.131351 -5.38709 0.114243 -5.38693 0.109798 -5.38678 0.115403 -5.38662 0.122265 -5.38646 0.126797 -5.38631 0.132892 -5.38615 0.144418 -5.38599 0.161364 -5.38584 0.180771 -5.38568 0.198266 -5.38552 0.208482 -5.38537 0.207907 -5.38521 0.200114 -5.38505 0.19306 -5.3849 0.193146 -5.38474 0.201015 -5.38458 0.211592 -5.38442 0.215278 -5.38427 0.202225 -5.38411 0.17181 -5.38395 0.140633 -5.3838 0.130327 -5.38364 0.144535 -5.38348 0.163718 -5.38333 0.169888 -5.38317 0.168028 -5.38301 0.174211 -5.38286 0.186674 -5.3827 0.18424 -5.38254 0.155718 -5.38239 0.119481 -5.38223 0.103392 -5.38207 0.115024 -5.38192 0.142134 -5.38176 0.174965 -5.3816 0.214594 -5.38145 0.258367 -5.38129 0.292025 -5.38113 0.301585 -5.38098 0.288645 -5.38082 0.266219 -5.38066 0.246292 -5.3805 0.233495 -5.38035 0.228012 -5.38019 0.228129 -5.38003 0.231703 -5.37988 0.238264 -5.37972 0.247035 -5.37956 0.254401 -5.37941 0.254375 -5.37925 0.245829 -5.37909 0.232649 -5.37894 0.215906 -5.37878 0.193047 -5.37862 0.166233 -5.37847 0.145934 -5.37831 0.139597 -5.37815 0.143948 -5.378 0.153661 -5.37784 0.171665 -5.37768 0.201443 -5.37753 0.232998 -5.37737 0.250371 -5.37721 0.250376 -5.37706 0.243361 -5.3769 0.235796 -5.37674 0.224003 -5.37658 0.207533 -5.37643 0.196326 -5.37627 0.19803 -5.37611 0.205876 -5.37596 0.208218 -5.3758 0.202841 -5.37564 0.196289 -5.37549 0.193657 -5.37533 0.196997 -5.37517 0.208957 -5.37502 0.22914 -5.37486 0.250085 -5.3747 0.263548 -5.37455 0.268581 -5.37439 0.268149 -5.37423 0.260782 -5.37408 0.244579 -5.37392 0.22631 -5.37376 0.217846 -5.37361 0.220297 -5.37345 0.222017 -5.37329 0.213717 -5.37314 0.199846 -5.37298 0.190882 -5.37282 0.190736 -5.37266 0.196361 -5.37251 0.202964 -5.37235 0.205707 -5.37219 0.199906 -5.37204 0.185724 -5.37188 0.171025 -5.37172 0.165483 -5.37157 0.171753 -5.37141 0.185066 -5.37125 0.199346 -5.3711 0.209699 -5.37094 0.212434 -5.37078 0.207971 -5.37063 0.203845 -5.37047 0.209017 -5.37031 0.223966 -5.37016 0.240921 -5.37 0.252391 -5.36984 0.254706 -5.36969 0.245027 -5.36953 0.221798 -5.36937 0.190873 -5.36922 0.16397 -5.36906 0.145897 -5.3689 0.129488 -5.36874 0.110237 -5.36859 0.098287 -5.36843 0.107128 -5.36827 0.13112 -5.36812 0.146344 -5.36796 0.136445 -5.3678 0.108419 -5.36765 0.0817732 -5.36749 0.0678491 -5.36733 0.068075 -5.36718 0.0814336 -5.36702 0.104949 -5.36686 0.129023 -5.36671 0.143271 -5.36655 0.148656 -5.36639 0.159364 -5.36624 0.18805 -5.36608 0.231788 -5.36592 0.273642 -5.36577 0.296895 -5.36561 0.295685 -5.36545 0.27723 -5.36529 0.254845 -5.36514 0.238372 -5.36498 0.229084 -5.36482 0.222834 -5.36467 0.21726 -5.36451 0.212777 -5.36435 0.209278 -5.3642 0.206583 -5.36404 0.207607 -5.36388 0.216873 -5.36373 0.232044 -5.36357 0.242894 -5.36341 0.242322 -5.36326 0.235054 -5.3631 0.231526 -5.36294 0.234051 -5.36279 0.236006 -5.36263 0.235909 -5.36247 0.244799 -5.36232 0.273356 -5.36216 0.313603 -5.362 0.341816 -5.36185 0.341106 -5.36169 0.317522 -5.36153 0.290304 -5.36137 0.269231 -5.36122 0.247643 -5.36106 0.216242 -5.3609 0.177306 -5.36075 0.142411 -5.36059 0.121114 -5.36043 0.114123 -5.36028 0.114605 -5.36012 0.114216 -5.35996 0.107997 -5.35981 0.0984867 -5.35965 0.0943401 -5.35949 0.103129 -5.35934 0.125421 -5.35918 0.156482 -5.35902 0.191782 -5.35887 0.227173 -5.35871 0.257015 -5.35855 0.274921 -5.3584 0.278272 -5.35824 0.268247 -5.35808 0.24761 -5.35793 0.218803 -5.35777 0.185951 -5.35761 0.155216 -5.35745 0.132186 -5.3573 0.119692 -5.35714 0.115783 -5.35698 0.113962 -5.35683 0.108098 -5.35667 0.099798 -5.35651 0.100823 -5.35636 0.123488 -5.3562 0.166767 -5.35604 0.215191 -5.35589 0.251777 -5.35573 0.270018 -5.35557 0.27478 -5.35542 0.274871 -5.35526 0.274123 -5.3551 0.26975 -5.35495 0.256254 -5.35479 0.233199 -5.35463 0.206571 -5.35448 0.181022 -5.35432 0.15278 -5.35416 0.114952 -5.35401 0.0709123 -5.35385 0.0378115 -5.35369 0.0331229 -5.35353 0.0590004 -5.35338 0.100498 -5.35322 0.136378 -5.35306 0.152569 -5.35291 0.147575 -5.35275 0.131684 -5.35259 0.119028 -5.35244 0.117245 -5.35228 0.121507 -5.35212 0.121086 -5.35197 0.111973 -5.35181 0.103093 -5.35165 0.107981 -5.3515 0.130666 -5.35134 0.161375 -5.35118 0.186404 -5.35103 0.201928 -5.35087 0.213551 -5.35071 0.226647 -5.35056 0.240326 -5.3504 0.252334 -5.35024 0.262234 -5.35009 0.269455 -5.34993 0.272625 -5.34977 0.274246 -5.34961 0.281256 -5.34946 0.293876 -5.3493 0.300835 -5.34914 0.290849 -5.34899 0.268417 -5.34883 0.248609 -5.34867 0.238798 -5.34852 0.230601 -5.34836 0.211776 -5.3482 0.178555 -5.34805 0.137495 -5.34789 0.101747 -5.34773 0.0839342 -5.34758 0.0883521 -5.34742 0.106376 -5.34726 0.125083 -5.34711 0.140018 -5.34695 0.153894 -5.34679 0.164109 -5.34664 0.160278 -5.34648 0.136765 -5.34632 0.103175 -5.34617 0.0771018 -5.34601 0.0718465 -5.34585 0.089971 -5.34569 0.122991 -5.34554 0.154933 -5.34538 0.171406 -5.34522 0.1706 -5.34507 0.163289 -5.34491 0.162014 -5.34475 0.174382 -5.3446 0.202162 -5.34444 0.238511 -5.34428 0.265976 -5.34413 0.266961 -5.34397 0.242755 -5.34381 0.213542 -5.34366 0.196161 -5.3435 0.19092 -5.34334 0.190401 -5.34319 0.191184 -5.34303 0.186616 -5.34287 0.164866 -5.34272 0.125768 -5.34256 0.0924701 -5.3424 0.0900421 -5.34224 0.115912 -5.34209 0.14468 -5.34193 0.158982 -5.34177 0.165328 -5.34162 0.176447 -5.34146 0.19404 -5.3413 0.212205 -5.34115 0.226813 -5.34099 0.236748 -5.34083 0.240747 -5.34068 0.239765 -5.34052 0.237936 -5.34036 0.237271 -5.34021 0.232722 -5.34005 0.217804 -5.33989 0.191868 -5.33974 0.161021 -5.33958 0.132894 -5.33942 0.112819 -5.33927 0.10528 -5.33911 0.11467 -5.33895 0.142509 -5.3388 0.179134 -5.33864 0.203555 -5.33848 0.197225 -5.33832 0.162832 -5.33817 0.123285 -5.33801 0.098841 -5.33785 0.0897875 -5.3377 0.0860382 -5.33754 0.0844699 -5.33738 0.0899169 -5.33723 0.102937 -5.33707 0.116416 -5.33691 0.122364 -5.33676 0.116798 -5.3366 0.0990791 -5.33644 0.0769047 -5.33629 0.065751 -5.33613 0.0738046 -5.33597 0.0876966 -5.33582 0.0844302 -5.33566 0.061453 -5.3355 0.0422552 -5.33535 0.0495837 -5.33519 0.0800879 -5.33503 0.11456 -5.33488 0.143131 -5.33472 0.172376 -5.33456 0.208219 -5.3344 0.243519 -5.33425 0.265406 -5.33409 0.268829 -5.33393 0.260527 -5.33378 0.25066 -5.33362 0.243068 -5.33346 0.235825 -5.33331 0.226854 -5.33315 0.215944 -5.33299 0.203717 -5.33284 0.19233 -5.33268 0.18883 -5.33252 0.198926 -5.33237 0.215586 -5.33221 0.221637 -5.33205 0.209991 -5.3319 0.195177 -5.33174 0.195179 -5.33158 0.209498 -5.33143 0.224102 -5.33127 0.234643 -5.33111 0.24875 -5.33096 0.267191 -5.3308 0.276758 -5.33064 0.267616 -5.33048 0.247405 -5.33033 0.231043 -5.33017 0.224217 -5.33001 0.223606 -5.32986 0.227074 -5.3297 0.237029 -5.32954 0.256294 -5.32939 0.282832 -5.32923 0.305937 -5.32907 0.31071 -5.32892 0.293132 -5.32876 0.269411 -5.3286 0.261236 -5.32845 0.269952 -5.32829 0.275805 -5.32813 0.264338 -5.32798 0.24301 -5.32782 0.226119 -5.32766 0.214346 -5.32751 0.199508 -5.32735 0.179191 -5.32719 0.158282 -5.32704 0.14143 -5.32688 0.132571 -5.32672 0.135363 -5.32656 0.145846 -5.32641 0.150154 -5.32625 0.141278 -5.32609 0.130916 -5.32594 0.136049 -5.32578 0.157864 -5.32562 0.184491 -5.32547 0.207804 -5.32531 0.22834 -5.32515 0.244941 -5.325 0.253313 -5.32484 0.255231 -5.32468 0.256706 -5.32453 0.255293 -5.32437 0.243374 -5.32421 0.224708 -5.32406 0.213459 -5.3239 0.214454 -5.32374 0.215903 -5.32359 0.207777 -5.32343 0.196084 -5.32327 0.190867 -5.32312 0.19094 -5.32296 0.189445 -5.3228 0.186681 -5.32264 0.186189 -5.32249 0.183897 -5.32233 0.174742 -5.32217 0.165131 -5.32202 0.166065 -5.32186 0.176043 -5.3217 0.180983 -5.32155 0.175389 -5.32139 0.171864 -5.32123 0.183392 -5.32108 0.207054 -5.32092 0.228691 -5.32076 0.239119 -5.32061 0.238331 -5.32045 0.229186 -5.32029 0.215321 -5.32014 0.20229 -5.31998 0.193769 -5.31982 0.186356 -5.31967 0.174901 -5.31951 0.163337 -5.31935 0.162011 -5.3192 0.173149 -5.31904 0.185655 -5.31888 0.188539 -5.31872 0.18408 -5.31857 0.182952 -5.31841 0.190476 -5.31825 0.203361 -5.3181 0.218353 -5.31794 0.236474 -5.31778 0.258273 -5.31763 0.280971 -5.31747 0.300956 -5.31731 0.317151 -5.31716 0.328225 -5.317 0.332421 -5.31684 0.330431 -5.31669 0.324681 -5.31653 0.313484 -5.31637 0.289895 -5.31622 0.252984 -5.31606 0.21721 -5.3159 0.203153 -5.31575 0.216895 -5.31559 0.240887 -5.31543 0.25196 -5.31527 0.245145 -5.31512 0.236019 -5.31496 0.238206 -5.3148 0.246918 -5.31465 0.249263 -5.31449 0.244804 -5.31433 0.244852 -5.31418 0.254794 -5.31402 0.265255 -5.31386 0.266749 -5.31371 0.260491 -5.31355 0.251181 -5.31339 0.235097 -5.31324 0.207955 -5.31308 0.180246 -5.31292 0.169234 -5.31277 0.176982 -5.31261 0.186518 -5.31245 0.184793 -5.3123 0.178779 -5.31214 0.182532 -5.31198 0.19527 -5.31183 0.20025 -5.31167 0.185031 -5.31151 0.154605 -5.31135 0.12401 -5.3112 0.102351 -5.31104 0.0867585 -5.31088 0.0714711 -5.31073 0.0608549 -5.31057 0.065795 -5.31041 0.0902978 -5.31026 0.123068 -5.3101 0.148928 -5.30994 0.161293 -5.30979 0.163862 -5.30963 0.160831 -5.30947 0.155706 -5.30932 0.155187 -5.30916 0.162844 -5.309 0.171598 -5.30885 0.170503 -5.30869 0.160888 -5.30853 0.159266 -5.30838 0.177026 -5.30822 0.207731 -5.30806 0.233772 -5.30791 0.242446 -5.30775 0.229753 -5.30759 0.201292 -5.30743 0.170025 -5.30728 0.149013 -5.30712 0.139627 -5.30696 0.132224 -5.30681 0.12071 -5.30665 0.111002 -5.30649 0.109449 -5.30634 0.113688 -5.30618 0.117855 -5.30602 0.120558 -5.30587 0.122836 -5.30571 0.124035 -5.30555 0.127392 -5.3054 0.136918 -5.30524 0.148456 -5.30508 0.147574 -5.30493 0.127368 -5.30477 0.0987368 -5.30461 0.0766604 -5.30446 0.0629552 -5.3043 0.0521939 -5.30414 0.0466256 -5.30399 0.0518049 -5.30383 0.0620874 -5.30367 0.0652343 -5.30351 0.0599912 -5.30336 0.0566136 -5.3032 0.0591975 -5.30304 0.0606237 -5.30289 0.054905 -5.30273 0.0479123 -5.30257 0.0511862 -5.30242 0.0661306 -5.30226 0.0834186 -5.3021 0.0938713 -5.30195 0.0994357 -5.30179 0.112071 -5.30163 0.13973 -5.30148 0.171193 -5.30132 0.183836 -5.30116 0.170296 -5.30101 0.148194 -5.30085 0.138121 -5.30069 0.140116 -5.30054 0.13982 -5.30038 0.130658 -5.30022 0.11826 -5.30007 0.108988 -5.29991 0.105695 -5.29975 0.111207 -5.29959 0.122161 -5.29944 0.12417 -5.29928 0.107898 -5.29912 0.0855257 -5.29897 0.0774264 -5.29881 0.0849689 -5.29865 0.0940785 -5.2985 0.102932 -5.29834 0.125156 -5.29818 0.160994 -5.29803 0.187597 -5.29787 0.186286 -5.29771 0.164964 -5.29756 0.144258 -5.2974 0.134622 -5.29724 0.137538 -5.29709 0.153101 -5.29693 0.172783 -5.29677 0.176511 -5.29662 0.153113 -5.29646 0.118181 -5.2963 0.0982876 -5.29615 0.10231 -5.29599 0.11772 -5.29583 0.128855 -5.29567 0.127249 -5.29552 0.107512 -5.29536 0.0681468 -5.2952 0.0197209 -5.29505 -0.0187643 -5.29489 -0.0346512 -5.29473 -0.0307328 -5.29458 -0.0195354 -5.29442 -0.0115856 -5.29426 -0.00705235 -5.29411 0.00473107 -5.29395 0.033741 -5.29379 0.0750065 -5.29364 0.108913 -5.29348 0.122302 -5.29332 0.123335 -5.29317 0.130117 -5.29301 0.14856 -5.29285 0.169349 -5.2927 0.181701 -5.29254 0.182946 -5.29238 0.175537 -5.29222 0.162741 -5.29207 0.146827 -5.29191 0.128947 -5.29175 0.111677 -5.2916 0.102236 -5.29144 0.10855 -5.29128 0.127815 -5.29113 0.145866 -5.29097 0.153315 -5.29081 0.156152 -5.29066 0.163605 -5.2905 0.173279 -5.29034 0.178665 -5.29019 0.183017 -5.29003 0.192259 -5.28987 0.199291 -5.28972 0.190584 -5.28956 0.168625 -5.2894 0.153055 -5.28925 0.155615 -5.28909 0.166269 -5.28893 0.170289 -5.28878 0.165011 -5.28862 0.15436 -5.28846 0.137202 -5.2883 0.110913 -5.28815 0.0826019 -5.28799 0.0661773 -5.28783 0.0704023 -5.28768 0.0945323 -5.28752 0.131984 -5.28736 0.171634 -5.28721 0.19978 -5.28705 0.208501 -5.28689 0.204269 -5.28674 0.200933 -5.28658 0.20458 -5.28642 0.208964 -5.28627 0.208125 -5.28611 0.207207 -5.28595 0.216433 -5.2858 0.234355 -5.28564 0.244581 -5.28548 0.230912 -5.28533 0.194 -5.28517 0.151317 -5.28501 0.122024 -5.28486 0.113633 -5.2847 0.121079 -5.28454 0.132185 -5.28438 0.135727 -5.28423 0.130574 -5.28407 0.129117 -5.28391 0.144213 -5.28376 0.170925 -5.2836 0.186654 -5.28344 0.177283 -5.28329 0.156106 -5.28313 0.148839 -5.28297 0.163622 -5.28282 0.183206 -5.28266 0.187811 -5.2825 0.174834 -5.28235 0.155713 -5.28219 0.143571 -5.28203 0.145309 -5.28188 0.160161 -5.28172 0.178845 -5.28156 0.188015 -5.28141 0.182196 -5.28125 0.170389 -5.28109 0.166015 -5.28094 0.169888 -5.28078 0.16791 -5.28062 0.147498 -5.28046 0.114946 -5.28031 0.0941537 -5.28015 0.103821 -5.27999 0.137282 -5.27984 0.168201 -5.27968 0.17704 -5.27952 0.167091 -5.27937 0.15377 -5.27921 0.146459 -5.27905 0.146462 -5.2789 0.157744 -5.27874 0.186204 -5.27858 0.228001 -5.27843 0.266107 -5.27827 0.285222 -5.27811 0.284572 -5.27796 0.275556 -5.2778 0.268483 -5.27764 0.26414 -5.27749 0.255017 -5.27733 0.23259 -5.27717 0.19686 -5.27702 0.156059 -5.27686 0.118463 -5.2767 0.0879938 -5.27654 0.0701596 -5.27639 0.0758277 -5.27623 0.110571 -5.27607 0.162647 -5.27592 0.211335 -5.27576 0.246692 -5.2756 0.272462 -5.27545 0.291068 -5.27529 0.298481 -5.27513 0.295776 -5.27498 0.290734 -5.27482 0.281356 -5.27466 0.253683 -5.27451 0.205812 -5.27435 0.162028 -5.27419 0.148755 -5.27404 0.163006 -5.27388 0.179082 -5.27372 0.183812 -5.27357 0.187925 -5.27341 0.202307 -5.27325 0.221347 -5.2731 0.234696 -5.27294 0.241258 -5.27278 0.242745 -5.27262 0.234539 -5.27247 0.213504 -5.27231 0.188193 -5.27215 0.170705 -5.272 0.161665 -5.27184 0.153506 -5.27168 0.145035 -5.27153 0.141644 -5.27137 0.142093 -5.27121 0.137196 -5.27106 0.126906 -5.2709 0.126852 -5.27074 0.149645 -5.27059 0.186279 -5.27043 0.213547 -5.27027 0.21831 -5.27012 0.206117 -5.26996 0.187653 -5.2698 0.169014 -5.26965 0.154307 -5.26949 0.149144 -5.26933 0.155262 -5.26917 0.167815 -5.26902 0.179864 -5.26886 0.187673 -5.2687 0.188005 -5.26855 0.17869 -5.26839 0.1655 -5.26823 0.1606 -5.26808 0.168977 -5.26792 0.179548 -5.26776 0.178021 -5.26761 0.165033 -5.26745 0.153456 -5.26729 0.152022 -5.26714 0.159927 -5.26698 0.173654 -5.26682 0.190854 -5.26667 0.205949 -5.26651 0.210993 -5.26635 0.204506 -5.2662 0.193414 -5.26604 0.183663 -5.26588 0.175171 -5.26573 0.165759 -5.26557 0.15536 -5.26541 0.144547 -5.26525 0.133007 -5.2651 0.122339 -5.26494 0.114033 -5.26478 0.107283 -5.26463 0.103683 -5.26447 0.110245 -5.26431 0.128758 -5.26416 0.145804 -5.264 0.146402 -5.26384 0.137967 -5.26369 0.14752 -5.26353 0.186681 -5.26337 0.233878 -5.26322 0.260591 -5.26306 0.264022 -5.2629 0.262708 -5.26275 0.267815 -5.26259 0.274695 -5.26243 0.277008 -5.26228 0.274724 -5.26212 0.267881 -5.26196 0.254543 -5.26181 0.236195 -5.26165 0.217631 -5.26149 0.1987 -5.26133 0.175196 -5.26118 0.148633 -5.26102 0.128931 -5.26086 0.125887 -5.26071 0.142162 -5.26055 0.173616 -5.26039 0.211164 -5.26024 0.243197 -5.26008 0.264359 -5.25992 0.278909 -5.25977 0.292339 -5.25961 0.300117 -5.25945 0.2905 -5.2593 0.261639 -5.25914 0.22559 -5.25898 0.196707 -5.25883 0.180493 -5.25867 0.176497 -5.25851 0.18221 -5.25836 0.191169 -5.2582 0.192791 -5.25804 0.179732 -5.25789 0.155563 -5.25773 0.133108 -5.25757 0.125249 -5.25741 0.13538 -5.25726 0.153118 -5.2571 0.163008 -5.25694 0.159777 -5.25679 0.153324 -5.25663 0.154644 -5.25647 0.162219 -5.25632 0.168181 -5.25616 0.172776 -5.256 0.180183 -5.25585 0.183835 -5.25569 0.16989 -5.25553 0.136835 -5.25538 0.101797 -5.25522 0.0832565 -5.25506 0.0881402 -5.25491 0.114624 -5.25475 0.155859 -5.25459 0.195286 -5.25444 0.212687 -5.25428 0.204289 -5.25412 0.188062 -5.25397 0.180929 -5.25381 0.178936 -5.25365 0.168887 -5.25349 0.150929 -5.25334 0.136968 -5.25318 0.133782 -5.25302 0.139396 -5.25287 0.153176 -5.25271 0.176551 -5.25255 0.204804 -5.2524 0.227708 -5.25224 0.238741 -5.25208 0.239367 -5.25193 0.234692 -5.25177 0.230604 -5.25161 0.232212 -5.25146 0.237796 -5.2513 0.235347 -5.25114 0.214154 -5.25099 0.177502 -5.25083 0.139823 -5.25067 0.11412 -5.25052 0.10766 -5.25036 0.12291 -5.2502 0.152159 -5.25005 0.17492 -5.24989 0.171891 -5.24973 0.143228 -5.24957 0.105581 -5.24942 0.0728535 -5.24926 0.0508601 -5.2491 0.0457737 -5.24895 0.0617467 -5.24879 0.088762 -5.24863 0.108479 -5.24848 0.117088 -5.24832 0.128967 -5.24816 0.150552 -5.24801 0.167366 -5.24785 0.164584 -5.24769 0.147907 -5.24754 0.131311 -5.24738 0.11686 -5.24722 0.102534 -5.24707 0.0992135 -5.24691 0.120869 -5.24675 0.157951 -5.2466 0.182594 -5.24644 0.1821 -5.24628 0.173066 -5.24612 0.173037 -5.24597 0.175395 -5.24581 0.16213 -5.24565 0.133484 -5.2455 0.110767 -5.24534 0.110756 -5.24518 0.129744 -5.24503 0.152954 -5.24487 0.171929 -5.24471 0.187842 -5.24456 0.201499 -5.2444 0.208018 -5.24424 0.202752 -5.24409 0.188659 -5.24393 0.172902 -5.24377 0.160034 -5.24362 0.151241 -5.24346 0.150306 -5.2433 0.161779 -5.24315 0.181015 -5.24299 0.192831 -5.24283 0.187503 -5.24268 0.173812 -5.24252 0.168116 -5.24236 0.172317 -5.2422 0.172572 -5.24205 0.16194 -5.24189 0.152128 -5.24173 0.157702 -5.24158 0.177046 -5.24142 0.197015 -5.24126 0.210891 -5.24111 0.223205 -5.24095 0.237703 -5.24079 0.251287 -5.24064 0.261134 -5.24048 0.269005 -5.24032 0.273897 -5.24017 0.268658 -5.24001 0.249303 -5.23985 0.222837 -5.2397 0.201223 -5.23954 0.188482 -5.23938 0.178728 -5.23923 0.166085 -5.23907 0.151543 -5.23891 0.140219 -5.23876 0.136899 -5.2386 0.143776 -5.23844 0.158725 -5.23828 0.173388 -5.23813 0.17919 -5.23797 0.177237 -5.23781 0.177023 -5.23766 0.18306 -5.2375 0.185543 -5.23734 0.170718 -5.23719 0.139157 -5.23703 0.107866 -5.23687 0.0936728 -5.23672 0.0981526 -5.23656 0.111042 -5.2364 0.123653 -5.23625 0.135777 -5.23609 0.150921 -5.23593 0.166092 -5.23578 0.170973 -5.23562 0.158981 -5.23546 0.138536 -5.23531 0.129356 -5.23515 0.144655 -5.23499 0.177277 -5.23484 0.206551 -5.23468 0.217652 -5.23452 0.210226 -5.23436 0.192235 -5.23421 0.17043 -5.23405 0.149334 -5.23389 0.131096 -5.23374 0.114632 -5.23358 0.0972186 -5.23342 0.0797963 -5.23327 0.0661586 -5.23311 0.0570575 -5.23295 0.0495512 -5.2328 0.0430239 -5.23264 0.0425695 -5.23248 0.0517479 -5.23233 0.067373 -5.23217 0.0844858 -5.23201 0.103497 -5.23186 0.127741 -5.2317 0.155612 -5.23154 0.179973 -5.23139 0.194067 -5.23123 0.196607 -5.23107 0.192221 -5.23092 0.188844 -5.23076 0.19315 -5.2306 0.206301 -5.23044 0.224938 -5.23029 0.244791 -5.23013 0.260897 -5.22997 0.26483 -5.22982 0.248566 -5.22966 0.217469 -5.2295 0.191262 -5.22935 0.185005 -5.22919 0.190641 -5.22903 0.187353 -5.22888 0.168593 -5.22872 0.15105 -5.22856 0.154645 -5.22841 0.179047 -5.22825 0.204646 -5.22809 0.213574 -5.22794 0.206191 -5.22778 0.196278 -5.22762 0.193077 -5.22747 0.190453 -5.22731 0.177871 -5.22715 0.157576 -5.227 0.143752 -5.22684 0.146573 -5.22668 0.160848 -5.22652 0.17876 -5.22637 0.199016 -5.22621 0.217547 -5.22605 0.220469 -5.2259 0.200782 -5.22574 0.175608 -5.22558 0.168571 -5.22543 0.177123 -5.22527 0.174003 -5.22511 0.146378 -5.22496 0.114455 -5.2248 0.103359 -5.22464 0.115245 -5.22449 0.138349 -5.22433 0.170409 -5.22417 0.211054 -5.22402 0.246193 -5.22386 0.259092 -5.2237 0.254679 -5.22355 0.254308 -5.22339 0.263814 -5.22323 0.264571 -5.22307 0.24324 -5.22292 0.214684 -5.22276 0.205232 -5.2226 0.222735 -5.22245 0.251531 -5.22229 0.273393 -5.22213 0.280245 -5.22198 0.270911 -5.22182 0.246625 -5.22166 0.213338 -5.22151 0.183003 -5.22135 0.164965 -5.22119 0.158716 -5.22104 0.156218 -5.22088 0.151537 -5.22072 0.145103 -5.22057 0.140485 -5.22041 0.1381 -5.22025 0.134197 -5.2201 0.125038 -5.21994 0.109988 -5.21978 0.0922286 -5.21963 0.0801626 -5.21947 0.0853586 -5.21931 0.11324 -5.21915 0.152935 -5.219 0.182777 -5.21884 0.190384 -5.21868 0.183669 -5.21853 0.178464 -5.21837 0.178535 -5.21821 0.175442 -5.21806 0.164887 -5.2179 0.153159 -5.21774 0.145207 -5.21759 0.136386 -5.21743 0.119421 -5.21727 0.0966287 -5.21712 0.0781516 -5.21696 0.0720719 -5.2168 0.0791791 -5.21665 0.0937004 -5.21649 0.106731 -5.21633 0.110233 -5.21618 0.101544 -5.21602 0.0846452 -5.21586 0.0657096 -5.21571 0.0495082 -5.21555 0.0406777 -5.21539 0.0433325 -5.21523 0.0553471 -5.21508 0.0678243 -5.21492 0.0744857 -5.21476 0.0793211 -5.21461 0.0910317 -5.21445 0.110154 -5.21429 0.129562 -5.21414 0.144874 -5.21398 0.159701 -5.21382 0.177919 -5.21367 0.197838 -5.21351 0.215489 -5.21335 0.230046 -5.2132 0.241298 -5.21304 0.247668 -5.21288 0.249949 -5.21273 0.254602 -5.21257 0.265919 -5.21241 0.276623 -5.21226 0.274398 -5.2121 0.258642 -5.21194 0.243768 -5.21179 0.241365 -5.21163 0.245243 -5.21147 0.240366 -5.21131 0.224522 -5.21116 0.212853 -5.211 0.217812 -5.21084 0.231953 -5.21069 0.236584 -5.21053 0.226854 -5.21037 0.217893 -5.21022 0.225229 -5.21006 0.242348 -5.2099 0.246872 -5.20975 0.227009 -5.20959 0.194916 -5.20943 0.170868 -5.20928 0.160954 -5.20912 0.1574 -5.20896 0.155382 -5.20881 0.158838 -5.20865 0.170044 -5.20849 0.183748 -5.20834 0.193791 -5.20818 0.198528 -5.20802 0.193584 -5.20787 0.169035 -5.20771 0.123296 -5.20755 0.0747683 -5.20739 0.0473982 -5.20724 0.0458646 -5.20708 0.0541101 -5.20692 0.0580238 -5.20677 0.060034 -5.20661 0.0670292 -5.20645 0.0755931 -5.2063 0.077984 -5.20614 0.0777391 -5.20598 0.0884013 -5.20583 0.115947 -5.20567 0.147863 -5.20551 0.164375 -5.20536 0.158021 -5.2052 0.138552 -5.20504 0.120892 -5.20489 0.110816 -5.20473 0.105314 -5.20457 0.104231 -5.20442 0.114375 -5.20426 0.139226 -5.2041 0.168762 -5.20395 0.186928 -5.20379 0.183212 -5.20363 0.157516 -5.20347 0.117413 -5.20332 0.0804535 -5.20316 0.0693494 -5.203 0.0912796 -5.20285 0.122425 -5.20269 0.131289 -5.20253 0.119618 -5.20238 0.12248 -5.20222 0.158738 -5.20206 0.199761 -5.20191 0.2032 -5.20175 0.165459 -5.20159 0.120889 -5.20144 0.096124 -5.20128 0.0870285 -5.20112 0.0794254 -5.20097 0.0731951 -5.20081 0.0748154 -5.20065 0.0813829 -5.2005 0.0854465 -5.20034 0.0862862 -5.20018 0.0860222 -5.20003 0.081595 -5.19987 0.0668781 -5.19971 0.0426264 -5.19955 0.0186672 -5.1994 0.00566143 -5.19924 0.00778133 -5.19908 0.0192214 -5.19893 0.0274098 -5.19877 0.0242373 -5.19861 0.0172441 -5.19846 0.025416 -5.1983 0.0591027 -5.19814 0.107361 -5.19799 0.149846 -5.19783 0.176869 -5.19767 0.193113 -5.19752 0.206343 -5.19736 0.219621 -5.1972 0.233613 -5.19705 0.248443 -5.19689 0.260889 -5.19673 0.264021 -5.19658 0.253931 -5.19642 0.236836 -5.19626 0.226395 -5.1961 0.23206 -5.19595 0.251505 -5.19579 0.272992 -5.19563 0.285879 -5.19548 0.288854 -5.19532 0.288795 -5.19516 0.292924 -5.19501 0.302371 -5.19485 0.311681 -5.19469 0.313198 -5.19454 0.304368 -5.19438 0.291359 -5.19422 0.282783 -5.19407 0.279025 -5.19391 0.272468 -5.19375 0.260999 -5.1936 0.254649 -5.19344 0.261103 -5.19328 0.269462 -5.19313 0.257866 -5.19297 0.219671 -5.19281 0.174092 -5.19266 0.146829 -5.1925 0.146443 -5.19234 0.162491 -5.19218 0.182154 -5.19203 0.202453 -5.19187 0.227876 -5.19171 0.258048 -5.19156 0.280596 -5.1914 0.278512 -5.19124 0.247358 -5.19109 0.203646 -5.19093 0.170872 -5.19077 0.159001 -5.19062 0.160508 -5.19046 0.165809 -5.1903 0.173181 -5.19015 0.182678 -5.18999 0.191217 -5.18983 0.196713 -5.18968 0.201571 -5.18952 0.209398 -5.18936 0.2205 -5.18921 0.231441 -5.18905 0.235725 -5.18889 0.224634 -5.18874 0.196895 -5.18858 0.166115 -5.18842 0.149392 -5.18826 0.145349 -5.18811 0.134282 -5.18795 0.103371 -5.18779 0.0614538 -5.18764 0.0223321 -5.18748 -0.0109393 -5.18732 -0.0365008 -5.18717 -0.0401509 -5.18701 -0.00837328 -5.18685 0.0505069 -5.1867 0.112629 -5.18654 0.163737 -5.18638 0.204142 -5.18623 0.233291 -5.18607 0.246266 -5.18591 0.246525 -5.18576 0.245999 -5.1856 0.245246 -5.18544 0.228851 -5.18529 0.187879 -5.18513 0.137416 -5.18497 0.10269 -5.18482 0.0935606 -5.18466 0.0999552 -5.1845 0.109438 -5.18434 0.118612 -5.18419 0.131051 -5.18403 0.148805 -5.18387 0.171685 -5.18372 0.196455 -5.18356 0.216173 -5.1834 0.223148 -5.18325 0.216187 -5.18309 0.20524 -5.18293 0.205686 -5.18278 0.223977 -5.18262 0.250872 -5.18246 0.27225 -5.18231 0.284413 -5.18215 0.29448 -5.18199 0.304135 -5.18184 0.302946 -5.18168 0.281849 -5.18152 0.246888 -5.18137 0.210441 -5.18121 0.17692 -5.18105 0.145915 -5.1809 0.122634 -5.18074 0.113273 -5.18058 0.111706 -5.18042 0.10313 -5.18027 0.0826723 -5.18011 0.0586005 -5.17995 0.037267 -5.1798 0.0175137 -5.17964 0.00314453 -5.17948 0.00354885 -5.17933 0.0176123 -5.17917 0.0279023 -5.17901 0.0226065 -5.17886 0.0156678 -5.1787 0.0270194 -5.17854 0.054852 -5.17839 0.0797151 -5.17823 0.091932 -5.17807 0.100694 -5.17792 0.111975 -5.17776 0.117875 -5.1776 0.113535 -5.17745 0.109073 -5.17729 0.117823 -5.17713 0.136586 -5.17698 0.151039 -5.17682 0.15431 -5.17666 0.152424 -5.1765 0.149976 -5.17635 0.144213 -5.17619 0.133161 -5.17603 0.122224 -5.17588 0.11718 -5.17572 0.116351 -5.17556 0.117241 -5.17541 0.12661 -5.17525 0.151858 -5.17509 0.184403 -5.17494 0.202795 -5.17478 0.196598 -5.17462 0.179856 -5.17447 0.173144 -5.17431 0.179331 -5.17415 0.18487 -5.174 0.178955 -5.17384 0.163832 -5.17368 0.144775 -5.17353 0.123791 -5.17337 0.104205 -5.17321 0.0942951 -5.17305 0.099687 -5.1729 0.117205 -5.17274 0.138849 -5.17258 0.159232 -5.17243 0.17686 -5.17227 0.193116 -5.17211 0.209856 -5.17196 0.224665 -5.1718 0.228658 -5.17164 0.218099 -5.17149 0.206112 -5.17133 0.213088 -5.17117 0.24246 -5.17102 0.274446 -5.17086 0.288691 -5.1707 0.28507 -5.17055 0.271344 -5.17039 0.246177 -5.17023 0.204209 -5.17008 0.156926 -5.16992 0.13009 -5.16976 0.13731 -5.16961 0.164134 -5.16945 0.183752 -5.16929 0.183139 -5.16913 0.170052 -5.16898 0.159992 -5.16882 0.159481 -5.16866 0.160676 -5.16851 0.154696 -5.16835 0.142313 -5.16819 0.133326 -5.16804 0.131346 -5.16788 0.130025 -5.16772 0.125392 -5.16757 0.122582 -5.16741 0.123904 -5.16725 0.118762 -5.1671 0.097859 -5.16694 0.0724149 -5.16678 0.0629938 -5.16663 0.0738533 -5.16647 0.0887955 -5.16631 0.0968586 -5.16616 0.104319 -5.166 0.113614 -5.16584 0.109503 -5.16569 0.0821632 -5.16553 0.0469946 -5.16537 0.031216 -5.16521 0.0384134 -5.16506 0.0469707 -5.1649 0.0404459 -5.16474 0.0271369 -5.16459 0.0212794 -5.16443 0.0237432 -5.16427 0.023301 -5.16412 0.0175978 -5.16396 0.0152519 -5.1638 0.0239209 -5.16365 0.0415285 -5.16349 0.0618828 -5.16333 0.0811699 -5.16318 0.0972126 -5.16302 0.106821 -5.16286 0.106624 -5.16271 0.0956475 -5.16255 0.0756662 -5.16239 0.0524252 -5.16224 0.0373099 -5.16208 0.0413753 -5.16192 0.0665655 -5.16177 0.101979 -5.16161 0.131787 -5.16145 0.151671 -5.16129 0.166789 -5.16114 0.181742 -5.16098 0.192942 -5.16082 0.196853 -5.16067 0.197087 -5.16051 0.199956 -5.16035 0.202465 -5.1602 0.193419 -5.16004 0.163765 -5.15988 0.119003 -5.15973 0.0756081 -5.15957 0.0527299 -5.15941 0.0580852 -5.15926 0.0837031 -5.1591 0.110731 -5.15894 0.12624 -5.15879 0.130968 -5.15863 0.136147 -5.15847 0.149763 -5.15832 0.17097 -5.15816 0.193606 -5.158 0.212595 -5.15785 0.225221 -5.15769 0.232535 -5.15753 0.237117 -5.15737 0.239231 -5.15722 0.234476 -5.15706 0.220044 -5.1569 0.199664 -5.15675 0.181586 -5.15659 0.169617 -5.15643 0.165328 -5.15628 0.172937 -5.15612 0.197131 -5.15596 0.233642 -5.15581 0.268277 -5.15565 0.288054 -5.15549 0.290353 -5.15534 0.280466 -5.15518 0.265967 -5.15502 0.252127 -5.15487 0.239174 -5.15471 0.219755 -5.15455 0.188838 -5.1544 0.15624 -5.15424 0.142354 -5.15408 0.155985 -5.15393 0.183792 -5.15377 0.204576 -5.15361 0.209199 -5.15345 0.1986 -5.1533 0.173371 -5.15314 0.136699 -5.15298 0.102282 -5.15283 0.0859851 -5.15267 0.086684 -5.15251 0.0876886 -5.15236 0.0785698 -5.1522 0.0676686 -5.15204 0.0688391 -5.15189 0.0857849 -5.15173 0.112053 -5.15157 0.14022 -5.15142 0.16569 -5.15126 0.185609 -5.1511 0.197477 -5.15095 0.200203 -5.15079 0.192638 -5.15063 0.177491 -5.15048 0.165833 -5.15032 0.170483 -5.15016 0.18899 -5.15 0.202903 -5.14985 0.199372 -5.14969 0.186354 -5.14953 0.17781 -5.14938 0.172436 -5.14922 0.157162 -5.14906 0.128221 -5.14891 0.0952406 -5.14875 0.0648743 -5.14859 0.0356586 -5.14844 0.0114304 -5.14828 0.0070994 -5.14812 0.0289667 -5.14797 0.060476 -5.14781 0.0804994 -5.14765 0.0908764 -5.1475 0.110757 -5.14734 0.14712 -5.14718 0.185037 -5.14703 0.209755 -5.14687 0.225798 -5.14671 0.244739 -5.14656 0.264751 -5.1464 0.271877 -5.14624 0.260493 -5.14608 0.240966 -5.14593 0.224606 -5.14577 0.211178 -5.14561 0.194772 -5.14546 0.175184 -5.1453 0.158491 -5.14514 0.147468 -5.14499 0.136221 -5.14483 0.117446 -5.14467 0.0923921 -5.14452 0.0708364 -5.14436 0.0618883 -5.1442 0.0664497 -5.14405 0.0782304 -5.14389 0.0895834 -5.14373 0.0965612 -5.14358 0.0998999 -5.14342 0.107567 -5.14326 0.132231 -5.14311 0.178389 -5.14295 0.228844 -5.14279 0.253232 -5.14264 0.235846 -5.14248 0.194913 -5.14232 0.16519 -5.14216 0.163437 -5.14201 0.176812 -5.14185 0.182242 -5.14169 0.170063 -5.14154 0.147009 -5.14138 0.126062 -5.14122 0.117772 -5.14107 0.12519 -5.14091 0.142117 -5.14075 0.156556 -5.1406 0.161074 -5.14044 0.157881 -5.14028 0.154072 -5.14013 0.153763 -5.13997 0.155395 -5.13981 0.152948 -5.13966 0.138214 -5.1395 0.107264 -5.13934 0.0697762 -5.13919 0.04476 -5.13903 0.0437635 -5.13887 0.058413 -5.13872 0.0709767 -5.13856 0.0725753 -5.1384 0.0683397 -5.13824 0.067393 -5.13809 0.0764375 -5.13793 0.0976093 -5.13777 0.128003 -5.13762 0.15797 -5.13746 0.177862 -5.1373 0.187243 -5.13715 0.193375 -5.13699 0.202596 -5.13683 0.216804 -5.13668 0.236749 -5.13652 0.259206 -5.13636 0.271574 -5.13621 0.25899 -5.13605 0.219707 -5.13589 0.169272 -5.13574 0.126218 -5.13558 0.100497 -5.13542 0.0964761 -5.13527 0.11589 -5.13511 0.151223 -5.13495 0.183791 -5.1348 0.200437 -5.13464 0.211735 -5.13448 0.241135 -5.13432 0.296407 -5.13417 0.35605 -5.13401 0.390334 -5.13385 0.389133 -5.1337 0.367272 -5.13354 0.344559 -5.13338 0.326786 -5.13323 0.30521 -5.13307 0.273705 -5.13291 0.240367 -5.13276 0.220302 -5.1326 0.216166 -5.13244 0.211136 -5.13229 0.185405 -5.13213 0.139272 -5.13197 0.0949512 -5.13182 0.0740229 -5.13166 0.0782184 -5.1315 0.0952414 -5.13135 0.118129 -5.13119 0.149279 -5.13103 0.184015 -5.13088 0.201838 -5.13072 0.185861 -5.13056 0.147271 -5.1304 0.118872 -5.13025 0.121021 -5.13009 0.142591 -5.12993 0.160567 -5.12978 0.165942 -5.12962 0.162905 -5.12946 0.152105 -5.12931 0.1326 -5.12915 0.11552 -5.12899 0.116585 -5.12884 0.134572 -5.12868 0.150974 -5.12852 0.155696 -5.12837 0.158802 -5.12821 0.169497 -5.12805 0.17931 -5.1279 0.176452 -5.12774 0.161623 -5.12758 0.141228 -5.12743 0.113485 -5.12727 0.0786104 -5.12711 0.0511348 -5.12695 0.0451895 -5.1268 0.0541025 -5.12664 0.0614051 -5.12648 0.065643 -5.12633 0.0753727 -5.12617 0.084368 -5.12601 0.0758887 -5.12586 0.0543462 -5.1257 0.048252 -5.12554 0.0712036 -5.12539 0.100749 -5.12523 0.109137 -5.12507 0.0965666 -5.12492 0.0786846 -5.12476 0.0580015 -5.1246 0.0298499 -5.12445 0.00606572 -5.12429 0.00907191 -5.12413 0.0401737 -5.12398 0.0749478 -5.12382 0.0946135 -5.12366 0.105287 -5.12351 0.122188 -5.12335 0.146583 -5.12319 0.1683 -5.12303 0.180613 -5.12288 0.184816 -5.12272 0.184286 -5.12256 0.181813 -5.12241 0.181317 -5.12225 0.185032 -5.12209 0.191239 -5.12194 0.198089 -5.12178 0.206092 -5.12162 0.214664 -5.12147 0.219025 -5.12131 0.21388 -5.12115 0.20007 -5.121 0.181561 -5.12084 0.159762 -5.12068 0.135768 -5.12053 0.117481 -5.12037 0.115782 -5.12021 0.13271 -5.12006 0.153179 -5.1199 0.156934 -5.11974 0.138037 -5.11959 0.109201 -5.11943 0.0867331 -5.11927 0.0751218 -5.11911 0.0688993 -5.11896 0.0638628 -5.1188 0.0601178 -5.11864 0.054155 -5.11849 0.0391366 -5.11833 0.0158212 -5.11817 -0.00257464 -5.11802 -0.00341412 -5.11786 0.0100405 -5.1177 0.0240234 -5.11755 0.0309881 -5.11739 0.0358655 -5.11723 0.0456876 -5.11708 0.0626531 -5.11692 0.0876021 -5.11676 0.122898 -5.11661 0.165721 -5.11645 0.202484 -5.11629 0.217094 -5.11614 0.204983 -5.11598 0.177768 -5.11582 0.155363 -5.11567 0.153728 -5.11551 0.17461 -5.11535 0.202531 -5.11519 0.216443 -5.11504 0.208727 -5.11488 0.194363 -5.11472 0.194697 -5.11457 0.213385 -5.11441 0.232155 -5.11425 0.233871 -5.1141 0.222847 -5.11394 0.215553 -5.11378 0.217271 -5.11363 0.216314 -5.11347 0.204441 -5.11331 0.190138 -5.11316 0.184923 -5.113 0.182207 -5.11284 0.163141 -5.11269 0.125151 -5.11253 0.0932649 -5.11237 0.0954779 -5.11222 0.130571 -5.11206 0.16801 -5.1119 0.17908 -5.11175 0.163816 -5.11159 0.146581 -5.11143 0.149829 -5.11127 0.174919 -5.11112 0.207942 -5.11096 0.237659 -5.1108 0.262772 -5.11065 0.281728 -5.11049 0.284629 -5.11033 0.262034 -5.11018 0.220043 -5.11002 0.175747 -5.10986 0.140337 -5.10971 0.116013 -5.10955 0.107119 -5.10939 0.120892 -5.10924 0.148695 -5.10908 0.161821 -5.10892 0.137233 -5.10877 0.0838155 -5.10861 0.03086 -5.10845 -0.000166389 -5.1083 -0.00519142 -5.10814 0.0145369 -5.10798 0.055017 -5.10783 0.102596 -5.10767 0.139783 -5.10751 0.161501 -5.10735 0.172036 -5.1072 0.168934 -5.10704 0.14586 -5.10688 0.112074 -5.10673 0.0925906 -5.10657 0.0975462 -5.10641 0.107638 -5.10626 0.102036 -5.1061 0.089028 -5.10594 0.0949307 -5.10579 0.128365 -5.10563 0.170286 -5.10547 0.195294 -5.10532 0.192908 -5.10516 0.169775 -5.105 0.143453 -5.10485 0.131785 -5.10469 0.142274 -5.10453 0.167228 -5.10438 0.192653 -5.10422 0.211892 -5.10406 0.225942 -5.1039 0.237114 -5.10375 0.248392 -5.10359 0.26403 -5.10343 0.28378 -5.10328 0.298565 -5.10312 0.300998 -5.10296 0.297218 -5.10281 0.298147 -5.10265 0.302568 -5.10249 0.298533 -5.10234 0.280137 -5.10218 0.254578 -5.10202 0.230814 -5.10187 0.211316 -5.10171 0.19542 -5.10155 0.183289 -5.1014 0.174832 -5.10124 0.170674 -5.10108 0.175435 -5.10093 0.190312 -5.10077 0.204662 -5.10061 0.204055 -5.10046 0.189709 -5.1003 0.177785 -5.10014 0.178302 -5.09998 0.182325 -5.09983 0.175353 -5.09967 0.153727 -5.09951 0.122515 -5.09936 0.0886143 -5.0992 0.0650858 -5.09904 0.0684803 -5.09889 0.102242 -5.09873 0.146365 -5.09857 0.175615 -5.09842 0.184439 -5.09826 0.184832 -5.0981 0.183826 -5.09795 0.173798 -5.09779 0.145893 -5.09763 0.104099 -5.09748 0.063986 -5.09732 0.0425414 -5.09716 0.0479168 -5.09701 0.0734906 -5.09685 0.102884 -5.09669 0.125313 -5.09654 0.142115 -5.09638 0.155212 -5.09622 0.156249 -5.09606 0.139354 -5.09591 0.117161 -5.09575 0.109021 -5.09559 0.114783 -5.09544 0.116802 -5.09528 0.109948 -5.09512 0.111483 -5.09497 0.132787 -5.09481 0.159983 -5.09465 0.175401 -5.0945 0.183548 -5.09434 0.196646 -5.09418 0.205461 -5.09403 0.187323 -5.09387 0.143693 -5.09371 0.105497 -5.09356 0.0941558 -5.0934 0.09635 -5.09324 0.0873237 -5.09309 0.0683992 -5.09293 0.064733 -5.09277 0.0911349 -5.09262 0.135444 -5.09246 0.173676 -5.0923 0.191808 -5.09214 0.190943 -5.09199 0.178209 -5.09183 0.159017 -5.09167 0.134767 -5.09152 0.105616 -5.09136 0.0772485 -5.0912 0.0612748 -5.09105 0.0676413 -5.09089 0.0934811 -5.09073 0.122717 -5.09058 0.136615 -5.09042 0.124287 -5.09026 0.0874569 -5.09011 0.0411137 -5.08995 0.0077403 -5.08979 0.00159284 -5.08964 0.0178503 -5.08948 0.0375713 -5.08932 0.0453344 -5.08917 0.0404881 -5.08901 0.0301464 -5.08885 0.0217413 -5.0887 0.0204359 -5.08854 0.027871 -5.08838 0.0396025 -5.08822 0.0487417 -5.08807 0.0563434 -5.08791 0.0721284 -5.08775 0.0998196 -5.0876 0.127708 -5.08744 0.140893 -5.08728 0.139367 -5.08713 0.135447 -5.08697 0.136169 -5.08681 0.137375 -5.08666 0.135416 -5.0865 0.13184 -5.08634 0.128426 -5.08619 0.12198 -5.08603 0.11309 -5.08587 0.110099 -5.08572 0.11931 -5.08556 0.134811 -5.0854 0.144679 -5.08525 0.14424 -5.08509 0.137677 -5.08493 0.131904 -5.08478 0.130426 -5.08462 0.134011 -5.08446 0.137926 -5.0843 0.132505 -5.08415 0.114079 -5.08399 0.0940117 -5.08383 0.0920831 -5.08368 0.117132 -5.08352 0.156314 -5.08336 0.187771 -5.08321 0.201651 -5.08305 0.20513 -5.08289 0.211678 -5.08274 0.2257 -5.08258 0.239414 -5.08242 0.242761 -5.08227 0.233799 -5.08211 0.217812 -5.08195 0.199473 -5.0818 0.18101 -5.08164 0.168777 -5.08148 0.172341 -5.08133 0.192238 -5.08117 0.213175 -5.08101 0.219069 -5.08086 0.211382 -5.0807 0.205073 -5.08054 0.206351 -5.08038 0.206432 -5.08023 0.196417 -5.08007 0.180978 -5.07991 0.170092 -5.07976 0.166086 -5.0796 0.165993 -5.07944 0.169383 -5.07929 0.174179 -5.07913 0.170353 -5.07897 0.14928 -5.07882 0.119993 -5.07866 0.104165 -5.0785 0.112622 -5.07835 0.132941 -5.07819 0.143972 -5.07803 0.135275 -5.07788 0.110251 -5.07772 0.0773888 -5.07756 0.0468248 -5.07741 0.0315446 -5.07725 0.0422329 -5.07709 0.0778415 -5.07693 0.124642 -5.07678 0.16813 -5.07662 0.202439 -5.07646 0.22932 -5.07631 0.24776 -5.07615 0.249172 -5.07599 0.226338 -5.07584 0.186107 -5.07568 0.149966 -5.07552 0.136769 -5.07537 0.147629 -5.07521 0.172926 -5.07505 0.20811 -5.0749 0.252957 -5.07474 0.295024 -5.07458 0.310493 -5.07443 0.291407 -5.07427 0.260713 -5.07411 0.24587 -5.07396 0.244116 -5.0738 0.229197 -5.07364 0.190355 -5.07349 0.147562 -5.07333 0.124904 -5.07317 0.125059 -5.07301 0.137578 -5.07286 0.158106 -5.0727 0.185628 -5.07254 0.209968 -5.07239 0.217726 -5.07223 0.207482 -5.07207 0.188536 -5.07192 0.165956 -5.07176 0.139647 -5.0716 0.115302 -5.07145 0.102876 -5.07129 0.101133 -5.07113 0.0969805 -5.07098 0.0838825 -5.07082 0.0712413 -5.07066 0.0705057 -5.07051 0.0812018 -5.07035 0.0975879 -5.07019 0.117833 -5.07004 0.139405 -5.06988 0.151791 -5.06972 0.147604 -5.06957 0.136484 -5.06941 0.13546 -5.06925 0.146638 -5.06909 0.153402 -5.06894 0.142659 -5.06878 0.121311 -5.06862 0.108385 -5.06847 0.117031 -5.06831 0.144308 -5.06815 0.173951 -5.068 0.186496 -5.06784 0.17349 -5.06768 0.144564 -5.06753 0.118115 -5.06737 0.104124 -5.06721 0.101146 -5.06706 0.107689 -5.0669 0.124886 -5.06674 0.145906 -5.06659 0.153825 -5.06643 0.139556 -5.06627 0.115237 -5.06612 0.100477 -5.06596 0.103092 -5.0658 0.119502 -5.06565 0.144244 -5.06549 0.168182 -5.06533 0.174094 -5.06517 0.152125 -5.06502 0.120632 -5.06486 0.111179 -5.0647 0.129964 -5.06455 0.149415 -5.06439 0.144697 -5.06423 0.123606 -5.06408 0.109873 -5.06392 0.112091 -5.06376 0.120573 -5.06361 0.126496 -5.06345 0.126128 -5.06329 0.114246 -5.06314 0.0897562 -5.06298 0.0660676 -5.06282 0.0606468 -5.06267 0.0731875 -5.06251 0.0876774 -5.06235 0.097395 -5.0622 0.112254 -5.06204 0.13903 -5.06188 0.168718 -5.06173 0.191718 -5.06157 0.21115 -5.06141 0.233625 -5.06125 0.255104 -5.0611 0.268079 -5.06094 0.273809 -5.06078 0.279336 -5.06063 0.286247 -5.06047 0.290822 -5.06031 0.292531 -5.06016 0.291505 -5.06 0.284068 -5.05984 0.266957 -5.05969 0.246599 -5.05953 0.234668 -5.05937 0.235566 -5.05922 0.2443 -5.05906 0.254895 -5.0589 0.263535 -5.05875 0.265217 -5.05859 0.255996 -5.05843 0.238843 -5.05828 0.220666 -5.05812 0.203535 -5.05796 0.185489 -5.05781 0.170735 -5.05765 0.168242 -5.05749 0.178898 -5.05733 0.191012 -5.05718 0.193277 -5.05702 0.185832 -5.05686 0.174477 -5.05671 0.160823 -5.05655 0.144514 -5.05639 0.128779 -5.05624 0.11743 -5.05608 0.107636 -5.05592 0.0924719 -5.05577 0.0724709 -5.05561 0.0573247 -5.05545 0.0563336 -5.0553 0.0670477 -5.05514 0.078106 -5.05498 0.0823153 -5.05483 0.0829819 -5.05467 0.0889068 -5.05451 0.103629 -5.05436 0.123564 -5.0542 0.145115 -5.05404 0.167712 -5.05388 0.190187 -5.05373 0.208008 -5.05357 0.2194 -5.05341 0.228386 -5.05326 0.238618 -5.0531 0.247337 -5.05294 0.252187 -5.05279 0.259854 -5.05263 0.278407 -5.05247 0.30313 -5.05232 0.318515 -5.05216 0.315313 -5.052 0.297583 -5.05185 0.271954 -5.05169 0.240329 -5.05153 0.207844 -5.05138 0.18597 -5.05122 0.181801 -5.05106 0.189449 -5.05091 0.199213 -5.05075 0.208604 -5.05059 0.217428 -5.05044 0.218771 -5.05028 0.204193 -5.05012 0.174553 -5.04996 0.139254 -5.04981 0.106097 -5.04965 0.0799453 -5.04949 0.0671846 -5.04934 0.0707794 -5.04918 0.0821018 -5.04902 0.0869392 -5.04887 0.0818911 -5.04871 0.0772733 -5.04855 0.0821205 -5.0484 0.0938421 -5.04824 0.103691 -5.04808 0.108063 -5.04793 0.110997 -5.04777 0.119712 -5.04761 0.138773 -5.04746 0.16179 -5.0473 0.171943 -5.04714 0.157042 -5.04699 0.126857 -5.04683 0.104716 -5.04667 0.0988175 -5.04652 0.0937574 -5.04636 0.0749021 -5.0462 0.0542353 -5.04604 0.0584267 -5.04589 0.0960739 -5.04573 0.145862 -5.04557 0.175955 -5.04542 0.168389 -5.04526 0.126209 -5.0451 0.0703694 -5.04495 0.0309811 -5.04479 0.0295299 -5.04463 0.061047 -5.04448 0.0990954 -5.04432 0.121778 -5.04416 0.129988 -5.04401 0.13798 -5.04385 0.153814 -5.04369 0.174646 -5.04354 0.195165 -5.04338 0.212022 -5.04322 0.222622 -5.04307 0.22653 -5.04291 0.22729 -5.04275 0.226711 -5.0426 0.219499 -5.04244 0.201206 -5.04228 0.179981 -5.04212 0.169738 -5.04197 0.172461 -5.04181 0.175303 -5.04165 0.168872 -5.0415 0.158306 -5.04134 0.14952 -5.04118 0.138157 -5.04103 0.121629 -5.04087 0.112648 -5.04071 0.126391 -5.04056 0.15814 -5.0404 0.188389 -5.04024 0.208198 -5.04009 0.2245 -5.03993 0.237848 -5.03977 0.234103 -5.03962 0.20568 -5.03946 0.168339 -5.0393 0.141487 -5.03915 0.122511 -5.03899 0.0961668 -5.03883 0.0636552 -5.03868 0.0457186 -5.03852 0.055498 -5.03836 0.0829543 -5.0382 0.110293 -5.03805 0.131882 -5.03789 0.151947 -5.03773 0.171162 -5.03758 0.186753 -5.03742 0.199962 -5.03726 0.21463 -5.03711 0.228439 -5.03695 0.232188 -5.03679 0.219427 -5.03664 0.193901 -5.03648 0.165244 -5.03632 0.141052 -5.03617 0.121565 -5.03601 0.103196 -5.03585 0.0846142 -5.0357 0.0707614 -5.03554 0.0688635 -5.03538 0.0805681 -5.03523 0.100667 -5.03507 0.122938 -5.03491 0.146452 -5.03476 0.171128 -5.0346 0.191519 -5.03444 0.198874 -5.03428 0.189935 -5.03413 0.170774 -5.03397 0.151965 -5.03381 0.142261 -5.03366 0.146836 -5.0335 0.165572 -5.03334 0.187324 -5.03319 0.189906 -5.03303 0.155491 -5.03287 0.0909518 -5.03272 0.0270256 -5.03256 -0.00674434 -5.0324 -0.00646929 -5.03225 0.0106955 -5.03209 0.0309852 -5.03193 0.0552859 -5.03178 0.085299 -5.03162 0.108438 -5.03146 0.107146 -5.03131 0.0790475 -5.03115 0.0413155 -5.03099 0.0140609 -5.03083 0.0058822 -5.03068 0.0138104 -5.03052 0.0309967 -5.03036 0.0505914 -5.03021 0.0676461 -5.03005 0.0800145 -5.02989 0.0877737 -5.02974 0.0900642 -5.02958 0.086857 -5.02942 0.0833306 -5.02927 0.0858034 -5.02911 0.0921584 -5.02895 0.0924315 -5.0288 0.0843725 -5.02864 0.0811324 -5.02848 0.0948971 -5.02833 0.118289 -5.02817 0.131649 -5.02801 0.127788 -5.02786 0.11989 -5.0277 0.121775 -5.02754 0.133091 -5.02739 0.146152 -5.02723 0.159325 -5.02707 0.17406 -5.02691 0.18488 -5.02676 0.182742 -5.0266 0.16656 -5.02644 0.145002 -5.02629 0.125391 -5.02613 0.108274 -5.02597 0.0930632 -5.02582 0.0817114 -5.02566 0.0752398 -5.0255 0.0710085 -5.02535 0.0702534 -5.02519 0.0819257 -5.02503 0.112292 -5.02488 0.154112 -5.02472 0.190667 -5.02456 0.211528 -5.02441 0.2189 -5.02425 0.216534 -5.02409 0.20168 -5.02394 0.171576 -5.02378 0.134296 -5.02362 0.104206 -5.02347 0.0862894 -5.02331 0.0719843 -5.02315 0.0548879 -5.02299 0.0459997 -5.02284 0.0632592 -5.02268 0.109604 -5.02252 0.164604 -5.02237 0.203245 -5.02221 0.213994 -5.02205 0.200497 -5.0219 0.172278 -5.02174 0.143025 -5.02158 0.129053 -5.02143 0.137997 -5.02127 0.157329 -5.02111 0.162989 -5.02096 0.145492 -5.0208 0.120335 -5.02064 0.108964 -5.02049 0.115194 -5.02033 0.127533 -5.02017 0.137396 -5.02002 0.146244 -5.01986 0.155286 -5.0197 0.157898 -5.01955 0.148942 -5.01939 0.137025 -5.01923 0.138738 -5.01907 0.159628 -5.01892 0.184112 -5.01876 0.190129 -5.0186 0.174355 -5.01845 0.158574 -5.01829 0.164343 -5.01813 0.186396 -5.01798 0.198673 -5.01782 0.186453 -5.01766 0.161994 -5.01751 0.143582 -5.01735 0.130898 -5.01719 0.111802 -5.01704 0.087361 -5.01688 0.0740972 -5.01672 0.082156 -5.01657 0.102515 -5.01641 0.118635 -5.01625 0.120434 -5.0161 0.10552 -5.01594 0.0768315 -5.01578 0.0467091 -5.01563 0.0329163 -5.01547 0.0430359 -5.01531 0.0648776 -5.01515 0.0806952 -5.015 0.0847039 -5.01484 0.0835504 -5.01468 0.0832179 -5.01453 0.0863164 -5.01437 0.0958273 -5.01421 0.113318 -5.01406 0.134238 -5.0139 0.151312 -5.01374 0.163513 -5.01359 0.175156 -5.01343 0.186405 -5.01327 0.190699 -5.01312 0.184512 -5.01296 0.172413 -5.0128 0.160453 -5.01265 0.149109 -5.01249 0.133847 -5.01233 0.112385 -5.01218 0.0886601 -5.01202 0.0717808 -5.01186 0.0692428 -5.01171 0.0788487 -5.01155 0.0883904 -5.01139 0.0874385 -5.01123 0.0787842 -5.01108 0.0730914 -5.01092 0.0744166 -5.01076 0.0770266 -5.01061 0.076638 -5.01045 0.0775417 -5.01029 0.0845063 -5.01014 0.0948938 -5.00998 0.102696 -5.00982 0.105867 -5.00967 0.105808 -5.00951 0.1023 -5.00935 0.0961078 -5.0092 0.0924433 -5.00904 0.0975173 -5.00888 0.110308 -5.00873 0.124612 -5.00857 0.137152 -5.00841 0.15041 -5.00826 0.165538 -5.0081 0.176319 -5.00794 0.174808 -5.00778 0.159164 -5.00763 0.135766 -5.00747 0.115096 -5.00731 0.106413 -5.00716 0.112245 -5.007 0.124896 -5.00684 0.131733 -5.00669 0.128161 -5.00653 0.122745 -5.00637 0.128191 -5.00622 0.145775 -5.00606 0.16328 -5.0059 0.166921 -5.00575 0.151725 -5.00559 0.123105 -5.00543 0.0926687 -5.00528 0.075911 -5.00512 0.082844 -5.00496 0.108663 -5.00481 0.13566 -5.00465 0.151441 -5.00449 0.160487 -5.00434 0.173542 -5.00418 0.191944 -5.00402 0.207495 -5.00386 0.215343 -5.00371 0.216461 -5.00355 0.210009 -5.00339 0.195266 -5.00324 0.182264 -5.00308 0.187386 -5.00292 0.213018 -5.00277 0.239593 -5.00261 0.247236 -5.00245 0.237167 -5.0023 0.225272 -5.00214 0.219378 -5.00198 0.21449 -5.00183 0.205692 -5.00167 0.196275 -5.00151 0.191462 -5.00136 0.193849 -5.0012 0.203697 -5.00104 0.218432 -5.00089 0.231056 -5.00073 0.234271 -5.00057 0.22767 -5.00042 0.217451 -5.00026 0.208363 -5.0001 0.202194 -4.99994 0.199503 -4.99979 0.198727 -4.99963 0.193818 -4.99947 0.180181 -4.99932 0.163215 -4.99916 0.154395 -4.999 0.15683 -4.99885 0.162535 -4.99869 0.165773 -4.99853 0.171046 -4.99838 0.183889 -4.99822 0.199163 -4.99806 0.204206 -4.99791 0.191345 -4.99775 0.163743 -4.99759 0.132409 -4.99744 0.111189 -4.99728 0.111431 -4.99712 0.135808 -4.99697 0.176287 -4.99681 0.218059 -4.99665 0.244369 -4.9965 0.243556 -4.99634 0.217258 -4.99618 0.183933 -4.99602 0.166219 -4.99587 0.172544 -4.99571 0.193105 -4.99555 0.213776 -4.9954 0.225534 -4.99524 0.2225 -4.99508 0.201165 -4.99493 0.171043 -4.99477 0.152693 -4.99461 0.156177 -4.99446 0.167205 -4.9943 0.163771 -4.99414 0.142422 -4.99399 0.116055 -4.99383 0.0910259 -4.99367 0.0617889 -4.99352 0.0311095 -4.99336 0.0169454 -4.9932 0.0307986 -4.99305 0.05965 -4.99289 0.0817318 -4.99273 0.0950034 -4.99258 0.116564 -4.99242 0.155294 -4.99226 0.196199 -4.9921 0.213973 -4.99195 0.19567 -4.99179 0.147571 -4.99163 0.0872534 -4.99148 0.0365249 -4.99132 0.0131981 -4.99116 0.0199436 -4.99101 0.0415868 -4.99085 0.0597245 -4.99069 0.0719265 -4.99054 0.0886618 -4.99038 0.111008 -4.99022 0.124221 -4.99007 0.117002 -4.98991 0.098255 -4.98975 0.0857364 -4.9896 0.0843934 -4.98944 0.0869776 -4.98928 0.0922224 -4.98913 0.108573 -4.98897 0.13689 -4.98881 0.163228 -4.98866 0.174246 -4.9885 0.171045 -4.98834 0.160834 -4.98818 0.144473 -4.98803 0.1197 -4.98787 0.0933011 -4.98771 0.0808958 -4.98756 0.0913333 -4.9874 0.118897 -4.98724 0.146325 -4.98709 0.158503 -4.98693 0.154797 -4.98677 0.152129 -4.98662 0.170239 -4.98646 0.210387 -4.9863 0.251894 -4.98615 0.274025 -4.98599 0.276498 -4.98583 0.271013 -4.98568 0.260603 -4.98552 0.236608 -4.98536 0.196632 -4.98521 0.153706 -4.98505 0.120933 -4.98489 0.100212 -4.98473 0.0860317 -4.98458 0.0764174 -4.98442 0.0717722 -4.98426 0.0675162 -4.98411 0.058177 -4.98395 0.0497641 -4.98379 0.0567351 -4.98364 0.084637 -4.98348 0.119886 -4.98332 0.14314 -4.98317 0.151699 -4.98301 0.158965 -4.98285 0.172526 -4.9827 0.180891 -4.98254 0.17122 -4.98238 0.151271 -4.98223 0.142788 -4.98207 0.153389 -4.98191 0.167574 -4.98176 0.167816 -4.9816 0.153823 -4.98144 0.13496 -4.98129 0.114833 -4.98113 0.0931594 -4.98097 0.0747756 -4.98081 0.0659444 -4.98066 0.0641706 -4.9805 0.0625964 -4.98034 0.0605707 -4.98019 0.0615727 -4.98003 0.0619804 -4.97987 0.0536982 -4.97972 0.0385441 -4.97956 0.0290372 -4.9794 0.0329787 -4.97925 0.0472468 -4.97909 0.0653197 -4.97893 0.0824604 -4.97878 0.0908005 -4.97862 0.083463 -4.97846 0.06813 -4.97831 0.0643786 -4.97815 0.0809441 -4.97799 0.10251 -4.97784 0.109371 -4.97768 0.102841 -4.97752 0.0993237 -4.97737 0.105381 -4.97721 0.110027 -4.97705 0.103254 -4.97689 0.0901961 -4.97674 0.0856054 -4.97658 0.0990945 -4.97642 0.129022 -4.97627 0.16492 -4.97611 0.194486 -4.97595 0.210185 -4.9758 0.212843 -4.97564 0.206757 -4.97548 0.194441 -4.97533 0.17809 -4.97517 0.161458 -4.97501 0.145539 -4.97486 0.124361 -4.9747 0.0940777 -4.97454 0.0633983 -4.97439 0.0467073 -4.97423 0.0459669 -4.97407 0.0480938 -4.97392 0.0443527 -4.97376 0.041242 -4.9736 0.0460724 -4.97345 0.0506977 -4.97329 0.0418712 -4.97313 0.0241087 -4.97297 0.0195423 -4.97282 0.042321 -4.97266 0.0819319 -4.9725 0.115665 -4.97235 0.130518 -4.97219 0.12922 -4.97203 0.120207 -4.97188 0.10878 -4.97172 0.0973677 -4.97156 0.0887413 -4.97141 0.0880172 -4.97125 0.100737 -4.97109 0.125935 -4.97094 0.151716 -4.97078 0.163686 -4.97062 0.161764 -4.97047 0.162161 -4.97031 0.176671 -4.97015 0.194686 -4.97 0.195371 -4.96984 0.173568 -4.96968 0.144489 -4.96953 0.124201 -4.96937 0.114781 -4.96921 0.112373 -4.96905 0.114401 -4.9689 0.113684 -4.96874 0.0971745 -4.96858 0.0608486 -4.96843 0.0205932 -4.96827 -0.00260676 -4.96811 -0.00240777 -4.96796 0.0148006 -4.9678 0.0444547 -4.96764 0.08382 -4.96749 0.120494 -4.96733 0.137362 -4.96717 0.132096 -4.96702 0.119192 -4.96686 0.111224 -4.9667 0.108656 -4.96655 0.111548 -4.96639 0.125101 -4.96623 0.146026 -4.96608 0.154864 -4.96592 0.137378 -4.96576 0.107165 -4.96561 0.0938378 -4.96545 0.107114 -4.96529 0.125887 -4.96513 0.125884 -4.96498 0.108088 -4.96482 0.0942385 -4.96466 0.100658 -4.96451 0.123203 -4.96435 0.145089 -4.96419 0.155932 -4.96404 0.15733 -4.96388 0.154175 -4.96372 0.144803 -4.96357 0.124573 -4.96341 0.0974901 -4.96325 0.0770337 -4.9631 0.0715492 -4.96294 0.074654 -4.96278 0.0736291 -4.96263 0.0647583 -4.96247 0.0548844 -4.96231 0.0496023 -4.96216 0.0478952 -4.962 0.049182 -4.96184 0.0582973 -4.96169 0.0801866 -4.96153 0.111667 -4.96137 0.1414 -4.96121 0.156844 -4.96106 0.152603 -4.9609 0.1336 -4.96074 0.112119 -4.96059 0.098966 -4.96043 0.0969362 -4.96027 0.10388 -4.96012 0.118881 -4.95996 0.142724 -4.9598 0.171758 -4.95965 0.198205 -4.95949 0.215493 -4.95933 0.219542 -4.95918 0.207261 -4.95902 0.178519 -4.95886 0.143388 -4.95871 0.119375 -4.95855 0.116769 -4.95839 0.130061 -4.95824 0.146951 -4.95808 0.161979 -4.95792 0.177204 -4.95776 0.193465 -4.95761 0.207187 -4.95745 0.215092 -4.95729 0.215807 -4.95714 0.208304 -4.95698 0.193874 -4.95682 0.179458 -4.95667 0.176115 -4.95651 0.189922 -4.95635 0.216583 -4.9562 0.243559 -4.95604 0.256663 -4.95588 0.24759 -4.95573 0.220049 -4.95557 0.189882 -4.95541 0.173512 -4.95526 0.17546 -4.9551 0.18805 -4.95494 0.201572 -4.95479 0.210648 -4.95463 0.2123 -4.95447 0.203533 -4.95432 0.184397 -4.95416 0.161026 -4.954 0.142675 -4.95384 0.137525 -4.95369 0.148845 -4.95353 0.169712 -4.95337 0.183233 -4.95322 0.173989 -4.95306 0.145029 -4.9529 0.118234 -4.95275 0.115795 -4.95259 0.142403 -4.95243 0.18536 -4.95228 0.224043 -4.95212 0.239745 -4.95196 0.226209 -4.95181 0.195656 -4.95165 0.169226 -4.95149 0.152629 -4.95134 0.130449 -4.95118 0.0913906 -4.95102 0.05135 -4.95087 0.0357066 -4.95071 0.0457524 -4.95055 0.0601941 -4.9504 0.0672918 -4.95024 0.077225 -4.95008 0.0982034 -4.94992 0.118421 -4.94977 0.121478 -4.94961 0.10928 -4.94945 0.0937566 -4.9493 0.0773184 -4.94914 0.0559503 -4.94898 0.0353607 -4.94883 0.0296164 -4.94867 0.0434466 -4.94851 0.0660522 -4.94836 0.084713 -4.9482 0.0956129 -4.94804 0.101104 -4.94789 0.102722 -4.94773 0.100725 -4.94757 0.0958069 -4.94742 0.0903426 -4.94726 0.0921901 -4.9471 0.111344 -4.94695 0.14516 -4.94679 0.171603 -4.94663 0.167432 -4.94648 0.135715 -4.94632 0.103421 -4.94616 0.0889553 -4.946 0.0859179 -4.94585 0.0825475 -4.94569 0.0846209 -4.94553 0.106573 -4.94538 0.146307 -4.94522 0.184061 -4.94506 0.205509 -4.94491 0.212524 -4.94475 0.210858 -4.94459 0.199156 -4.94444 0.177586 -4.94428 0.157416 -4.94412 0.153948 -4.94397 0.170561 -4.94381 0.197173 -4.94365 0.222635 -4.9435 0.244624 -4.94334 0.265378 -4.94318 0.283563 -4.94303 0.292367 -4.94287 0.286277 -4.94271 0.268186 -4.94256 0.250896 -4.9424 0.248072 -4.94224 0.260337 -4.94208 0.270212 -4.94193 0.25754 -4.94177 0.22298 -4.94161 0.189718 -4.94146 0.178142 -4.9413 0.182116 -4.94114 0.179589 -4.94099 0.162628 -4.94083 0.146313 -4.94067 0.148003 -4.94052 0.167697 -4.94036 0.194029 -4.9402 0.219837 -4.94005 0.243829 -4.93989 0.262447 -4.93973 0.268799 -4.93958 0.261236 -4.93942 0.243551 -4.93926 0.2207 -4.93911 0.197506 -4.93895 0.180689 -4.93879 0.172241 -4.93864 0.161536 -4.93848 0.133869 -4.93832 0.0905446 -4.93816 0.054544 -4.93801 0.0497848 -4.93785 0.0743703 -4.93769 0.0999043 -4.93754 0.0972024 -4.93738 0.0648134 -4.93722 0.0317347 -4.93707 0.0308627 -4.93691 0.0648519 -4.93675 0.101684 -4.9366 0.107551 -4.93644 0.0817803 -4.93628 0.0555913 -4.93613 0.0557962 -4.93597 0.0808692 -4.93581 0.112114 -4.93566 0.137493 -4.9355 0.155733 -4.93534 0.164263 -4.93519 0.156644 -4.93503 0.133196 -4.93487 0.106259 -4.93471 0.0896782 -4.93456 0.0862559 -4.9344 0.0867216 -4.93424 0.0800213 -4.93409 0.0623655 -4.93393 0.0385237 -4.93377 0.0162939 -4.93362 0.000687383 -4.93346 -0.00730639 -4.9333 -0.00727946 -4.93315 0.00425025 -4.93299 0.0317234 -4.93283 0.0724432 -4.93268 0.112565 -4.93252 0.134721 -4.93236 0.13368 -4.93221 0.122001 -4.93205 0.116371 -4.93189 0.119954 -4.93174 0.123905 -4.93158 0.125314 -4.93142 0.131815 -4.93127 0.146978 -4.93111 0.158359 -4.93095 0.151701 -4.93079 0.129836 -4.93064 0.108858 -4.93048 0.101335 -4.93032 0.109906 -4.93017 0.134692 -4.93001 0.171048 -4.92985 0.202835 -4.9297 0.21083 -4.92954 0.192617 -4.92938 0.162648 -4.92923 0.13355 -4.92907 0.107238 -4.92891 0.0883824 -4.92876 0.088086 -4.9286 0.10505 -4.92844 0.120634 -4.92829 0.122047 -4.92813 0.1206 -4.92797 0.128697 -4.92782 0.132399 -4.92766 0.107183 -4.9275 0.0586153 -4.92735 0.0246751 -4.92719 0.0309029 -4.92703 0.0624784 -4.92687 0.0892705 -4.92672 0.102959 -4.92656 0.11524 -4.9264 0.131894 -4.92625 0.145724 -4.92609 0.153716 -4.92593 0.164059 -4.92578 0.179723 -4.92562 0.19104 -4.92546 0.190051 -4.92531 0.1858 -4.92515 0.191563 -4.92499 0.203395 -4.92484 0.202121 -4.92468 0.181755 -4.92452 0.162569 -4.92437 0.16946 -4.92421 0.202198 -4.92405 0.237314 -4.9239 0.252274 -4.92374 0.239708 -4.92358 0.201884 -4.92343 0.146336 -4.92327 0.0880541 -4.92311 0.0438364 -4.92295 0.0186363 -4.9228 0.00425634 -4.92264 -0.00439403 -4.92248 0.000685297 -4.92233 0.028963 -4.92217 0.0749369 -4.92201 0.12172 -4.92186 0.155041 -4.9217 0.170257 -4.92154 0.171311 -4.92139 0.169812 -4.92123 0.17674 -4.92107 0.189893 -4.92092 0.194801 -4.92076 0.185451 -4.9206 0.176733 -4.92045 0.185521 -4.92029 0.207069 -4.92013 0.22311 -4.91998 0.228503 -4.91982 0.234132 -4.91966 0.243333 -4.91951 0.242579 -4.91935 0.223706 -4.91919 0.200385 -4.91903 0.193002 -4.91888 0.203208 -4.91872 0.212794 -4.91856 0.205073 -4.91841 0.180399 -4.91825 0.150058 -4.91809 0.123845 -4.91794 0.105916 -4.91778 0.0994504 -4.91762 0.109625 -4.91747 0.134936 -4.91731 0.158648 -4.91715 0.156763 -4.917 0.122419 -4.91684 0.0783894 -4.91668 0.0566303 -4.91653 0.0687933 -4.91637 0.10162 -4.91621 0.13889 -4.91606 0.174075 -4.9159 0.201787 -4.91574 0.212933 -4.91559 0.206658 -4.91543 0.199438 -4.91527 0.209251 -4.91511 0.233707 -4.91496 0.25264 -4.9148 0.249757 -4.91464 0.226744 -4.91449 0.200916 -4.91433 0.191338 -4.91417 0.209652 -4.91402 0.251579 -4.91386 0.296846 -4.9137 0.320438 -4.91355 0.310218 -4.91339 0.276467 -4.91323 0.240983 -4.91308 0.21838 -4.91292 0.205736 -4.91276 0.193485 -4.91261 0.18153 -4.91245 0.180812 -4.91229 0.197363 -4.91214 0.220882 -4.91198 0.235934 -4.91182 0.238409 -4.91166 0.237249 -4.91151 0.240685 -4.91135 0.249598 -4.91119 0.262778 -4.91104 0.27869 -4.91088 0.291136 -4.91072 0.291521 -4.91057 0.280433 -4.91041 0.266883 -4.91025 0.254612 -4.9101 0.234882 -4.90994 0.201352 -4.90978 0.162241 -4.90963 0.130973 -4.90947 0.112416 -4.90931 0.105598 -4.90916 0.113507 -4.909 0.136397 -4.90884 0.160078 -4.90869 0.163843 -4.90853 0.146048 -4.90837 0.12887 -4.90822 0.133183 -4.90806 0.152815 -4.9079 0.165218 -4.90774 0.158719 -4.90759 0.142174 -4.90743 0.128182 -4.90727 0.116749 -4.90712 0.102267 -4.90696 0.089414 -4.9068 0.0919542 -4.90665 0.115551 -4.90649 0.149712 -4.90633 0.180256 -4.90618 0.203161 -4.90602 0.220597 -4.90586 0.230138 -4.90571 0.227422 -4.90555 0.217415 -4.90539 0.211459 -4.90524 0.210398 -4.90508 0.204047 -4.90492 0.189816 -4.90477 0.180136 -4.90461 0.184798 -4.90445 0.193991 -4.9043 0.192115 -4.90414 0.180015 -4.90398 0.170956 -4.90382 0.167954 -4.90367 0.159028 -4.90351 0.138163 -4.90335 0.118344 -4.9032 0.116792 -4.90304 0.135163 -4.90288 0.159768 -4.90273 0.176636 -4.90257 0.18051 -4.90241 0.173618 -4.90226 0.161808 -4.9021 0.151917 -4.90194 0.145471 -4.90179 0.137573 -4.90163 0.125277 -4.90147 0.115956 -4.90132 0.121289 -4.90116 0.141593 -4.901 0.161321 -4.90085 0.164723 -4.90069 0.154363 -4.90053 0.147224 -4.90038 0.154258 -4.90022 0.168197 -4.90006 0.176691 -4.8999 0.180306 -4.89975 0.189881 -4.89959 0.20663 -4.89943 0.217183 -4.89928 0.211689 -4.89912 0.198 -4.89896 0.19091 -4.89881 0.193141 -4.89865 0.196201 -4.89849 0.197463 -4.89834 0.204638 -4.89818 0.223592 -4.89802 0.250963 -4.89787 0.280629 -4.89771 0.306346 -4.89755 0.31725 -4.8974 0.301497 -4.89724 0.264324 -4.89708 0.230393 -4.89693 0.218532 -4.89677 0.219206 -4.89661 0.20981 -4.89646 0.1884 -4.8963 0.17614 -4.89614 0.185595 -4.89598 0.202352 -4.89583 0.204757 -4.89567 0.189697 -4.89551 0.169066 -4.89536 0.150353 -4.8952 0.132301 -4.89504 0.116187 -4.89489 0.106345 -4.89473 0.101665 -4.89457 0.0957726 -4.89442 0.0895128 -4.89426 0.0917914 -4.8941 0.10563 -4.89395 0.120054 -4.89379 0.123419 -4.89363 0.117762 -4.89348 0.115499 -4.89332 0.126531 -4.89316 0.149624 -4.89301 0.173146 -4.89285 0.179377 -4.89269 0.15694 -4.89254 0.114941 -4.89238 0.0793949 -4.89222 0.0684526 -4.89206 0.0760063 -4.89191 0.0851327 -4.89175 0.0899292 -4.89159 0.0942243 -4.89144 0.094442 -4.89128 0.0803226 -4.89112 0.0545198 -4.89097 0.0372017 -4.89081 0.0445502 -4.89065 0.0696394 -4.8905 0.0912156 -4.89034 0.0958525 -4.89018 0.0869389 -4.89003 0.0773929 -4.88987 0.0786277 -4.88971 0.0927328 -4.88956 0.109664 -4.8894 0.115816 -4.88924 0.108785 -4.88909 0.10251 -4.88893 0.113182 -4.88877 0.142331 -4.88861 0.176917 -4.88846 0.203518 -4.8883 0.218798 -4.88814 0.227082 -4.88799 0.230175 -4.88783 0.2205 -4.88767 0.18593 -4.88752 0.127964 -4.88736 0.072483 -4.8872 0.0545851 -4.88705 0.0853102 -4.88689 0.139786 -4.88673 0.181447 -4.88658 0.19505 -4.88642 0.191285 -4.88626 0.185582 -4.88611 0.182039 -4.88595 0.177229 -4.88579 0.170586 -4.88564 0.166516 -4.88548 0.169445 -4.88532 0.177656 -4.88517 0.182761 -4.88501 0.177035 -4.88485 0.164458 -4.88469 0.159845 -4.88454 0.172666 -4.88438 0.195084 -4.88422 0.210131 -4.88407 0.210315 -4.88391 0.203276 -4.88375 0.200767 -4.8836 0.206881 -4.88344 0.215205 -4.88328 0.215866 -4.88313 0.204807 -4.88297 0.187972 -4.88281 0.174338 -4.88266 0.164203 -4.8825 0.151187 -4.88234 0.137872 -4.88219 0.139912 -4.88203 0.165978 -4.88187 0.201951 -4.88172 0.223419 -4.88156 0.221113 -4.8814 0.203436 -4.88125 0.178873 -4.88109 0.150108 -4.88093 0.12338 -4.88077 0.11063 -4.88062 0.115886 -4.88046 0.131119 -4.8803 0.147366 -4.88015 0.161167 -4.87999 0.167629 -4.87983 0.161253 -4.87968 0.148087 -4.87952 0.143477 -4.87936 0.15046 -4.87921 0.151487 -4.87905 0.131597 -4.87889 0.102632 -4.87874 0.0910389 -4.87858 0.106983 -4.87842 0.138045 -4.87827 0.168246 -4.87811 0.189934 -4.87795 0.198735 -4.8778 0.191852 -4.87764 0.17531 -4.87748 0.163446 -4.87733 0.16477 -4.87717 0.172778 -4.87701 0.175179 -4.87685 0.166536 -4.8767 0.14964 -4.87654 0.129459 -4.87638 0.111758 -4.87623 0.102566 -4.87607 0.106284 -4.87591 0.122281 -4.87576 0.144386 -4.8756 0.162978 -4.87544 0.168371 -4.87529 0.157138 -4.87513 0.135338 -4.87497 0.115168 -4.87482 0.10492 -4.87466 0.104708 -4.8745 0.110186 -4.87435 0.11613 -4.87419 0.115328 -4.87403 0.102105 -4.87388 0.0794745 -4.87372 0.0602091 -4.87356 0.0533734 -4.87341 0.0546454 -4.87325 0.0530832 -4.87309 0.045904 -4.87293 0.0418988 -4.87278 0.0490913 -4.87262 0.0671075 -4.87246 0.0929084 -4.87231 0.125198 -4.87215 0.157802 -4.87199 0.174245 -4.87184 0.160624 -4.87168 0.124075 -4.87152 0.0909382 -4.87137 0.082557 -4.87121 0.0968456 -4.87105 0.117603 -4.8709 0.134632 -4.87074 0.148057 -4.87058 0.156493 -4.87043 0.156186 -4.87027 0.151091 -4.87011 0.153432 -4.86996 0.167466 -4.8698 0.179478 -4.86964 0.176313 -4.86949 0.165777 -4.86933 0.168949 -4.86917 0.191646 -4.86901 0.213684 -4.86886 0.211796 -4.8687 0.187899 -4.86854 0.163789 -4.86839 0.157679 -4.86823 0.168175 -4.86807 0.179362 -4.86792 0.176885 -4.86776 0.155903 -4.8676 0.12337 -4.86745 0.0947017 -4.86729 0.0857563 -4.86713 0.101541 -4.86698 0.128079 -4.86682 0.145518 -4.86666 0.141661 -4.86651 0.12165 -4.86635 0.09802 -4.86619 0.077051 -4.86604 0.0565251 -4.86588 0.0351779 -4.86572 0.0185885 -4.86556 0.0130506 -4.86541 0.0163173 -4.86525 0.0204736 -4.86509 0.0240703 -4.86494 0.0359918 -4.86478 0.0648099 -4.86462 0.108163 -4.86447 0.155478 -4.86431 0.198426 -4.86415 0.23166 -4.864 0.248523 -4.86384 0.243016 -4.86368 0.220521 -4.86353 0.198819 -4.86337 0.192431 -4.86321 0.198994 -4.86306 0.204097 -4.8629 0.198466 -4.86274 0.185932 -4.86259 0.173232 -4.86243 0.160192 -4.86227 0.145598 -4.86212 0.136552 -4.86196 0.145809 -4.8618 0.175536 -4.86164 0.208098 -4.86149 0.218182 -4.86133 0.196854 -4.86117 0.159461 -4.86102 0.131578 -4.86086 0.12769 -4.8607 0.145391 -4.86055 0.173948 -4.86039 0.202907 -4.86023 0.222265 -4.86008 0.224145 -4.85992 0.208095 -4.85976 0.184499 -4.85961 0.163313 -4.85945 0.147267 -4.85929 0.134662 -4.85914 0.128541 -4.85898 0.136013 -4.85882 0.157343 -4.85867 0.183715 -4.85851 0.206268 -4.85835 0.221039 -4.8582 0.227257 -4.85804 0.223717 -4.85788 0.211493 -4.85772 0.198125 -4.85757 0.189811 -4.85741 0.18427 -4.85725 0.175857 -4.8571 0.166892 -4.85694 0.168414 -4.85678 0.188548 -4.85663 0.217569 -4.85647 0.232258 -4.85631 0.215714 -4.85616 0.174206 -4.856 0.134814 -4.85584 0.120947 -4.85569 0.130629 -4.85553 0.141752 -4.85537 0.135936 -4.85522 0.114519 -4.85506 0.0918706 -4.8549 0.0788852 -4.85475 0.0788239 -4.85459 0.0900565 -4.85443 0.106375 -4.85428 0.117407 -4.85412 0.116159 -4.85396 0.106402 -4.8538 0.0992988 -4.85365 0.101804 -4.85349 0.113041 -4.85333 0.126241 -4.85318 0.134141 -4.85302 0.130897 -4.85286 0.119904 -4.85271 0.117619 -4.85255 0.140503 -4.85239 0.182816 -4.85224 0.216804 -4.85208 0.221894 -4.85192 0.208338 -4.85177 0.202746 -4.85161 0.209587 -4.85145 0.20313 -4.8513 0.161536 -4.85114 0.0986855 -4.85098 0.0503163 -4.85083 0.0321671 -4.85067 0.0297819 -4.85051 0.0291848 -4.85036 0.0416706 -4.8502 0.0834057 -4.85004 0.142615 -4.84988 0.186689 -4.84973 0.200709 -4.84957 0.201115 -4.84941 0.205112 -4.84926 0.20576 -4.8491 0.186686 -4.84894 0.15065 -4.84879 0.119579 -4.84863 0.108234 -4.84847 0.112713 -4.84832 0.118745 -4.84816 0.115326 -4.848 0.101093 -4.84785 0.0870238 -4.84769 0.0908661 -4.84753 0.119494 -4.84738 0.157027 -4.84722 0.179892 -4.84706 0.180798 -4.84691 0.172054 -4.84675 0.167527 -4.84659 0.169282 -4.84644 0.173203 -4.84628 0.172833 -4.84612 0.158924 -4.84596 0.126267 -4.84581 0.0865052 -4.84565 0.0610932 -4.84549 0.0583942 -4.84534 0.0655586 -4.84518 0.06905 -4.84502 0.070499 -4.84487 0.0776981 -4.84471 0.0910913 -4.84455 0.107841 -4.8444 0.129875 -4.84424 0.158425 -4.84408 0.183363 -4.84393 0.192695 -4.84377 0.187545 -4.84361 0.180585 -4.84346 0.181728 -4.8433 0.191484 -4.84314 0.205073 -4.84299 0.216487 -4.84283 0.218839 -4.84267 0.210703 -4.84252 0.20033 -4.84236 0.199496 -4.8422 0.212302 -4.84204 0.232137 -4.84189 0.247274 -4.84173 0.248665 -4.84157 0.235398 -4.84142 0.215622 -4.84126 0.20099 -4.8411 0.194162 -4.84095 0.18675 -4.84079 0.173083 -4.84063 0.158261 -4.84048 0.149953 -4.84032 0.14855 -4.84016 0.154818 -4.84001 0.176499 -4.83985 0.214995 -4.83969 0.250863 -4.83954 0.25894 -4.83938 0.236675 -4.83922 0.206067 -4.83907 0.18673 -4.83891 0.1824 -4.83875 0.192151 -4.83859 0.216579 -4.83844 0.246649 -4.83828 0.263154 -4.83812 0.259421 -4.83797 0.252086 -4.83781 0.256048 -4.83765 0.260158 -4.8375 0.243523 -4.83734 0.207686 -4.83718 0.176605 -4.83703 0.164063 -4.83687 0.159825 -4.83671 0.151538 -4.83656 0.146506 -4.8364 0.161142 -4.83624 0.198265 -4.83609 0.243775 -4.83593 0.282999 -4.83577 0.309992 -4.83562 0.322497 -4.83546 0.316414 -4.8353 0.292293 -4.83515 0.26036 -4.83499 0.233855 -4.83483 0.219394 -4.83467 0.215841 -4.83452 0.222377 -4.83436 0.239547 -4.8342 0.260765 -4.83405 0.26861 -4.83389 0.250369 -4.83373 0.215687 -4.83358 0.190513 -4.83342 0.188907 -4.83326 0.196314 -4.83311 0.188353 -4.83295 0.160606 -4.83279 0.134539 -4.83264 0.13161 -4.83248 0.152571 -4.83232 0.183929 -4.83217 0.216785 -4.83201 0.249513 -4.83185 0.276287 -4.8317 0.28407 -4.83154 0.268493 -4.83138 0.243329 -4.83123 0.22659 -4.83107 0.218259 -4.83091 0.200764 -4.83075 0.162028 -4.8306 0.110248 -4.83044 0.0635302 -4.83028 0.0323632 -4.83013 0.0170935 -4.82997 0.0159325 -4.82981 0.0280581 -4.82966 0.0514826 -4.8295 0.0825725 -4.82934 0.11804 -4.82919 0.151574 -4.82903 0.17521 -4.82887 0.188618 -4.82872 0.204989 -4.82856 0.235643 -4.8284 0.272077 -4.82825 0.291924 -4.82809 0.284692 -4.82793 0.260146 -4.82778 0.23128 -4.82762 0.203523 -4.82746 0.182227 -4.82731 0.177518 -4.82715 0.188089 -4.82699 0.193655 -4.82683 0.178366 -4.82668 0.154768 -4.82652 0.14886 -4.82636 0.16451 -4.82621 0.180398 -4.82605 0.182135 -4.82589 0.180365 -4.82574 0.190091 -4.82558 0.207907 -4.82542 0.218201 -4.82527 0.214613 -4.82511 0.204483 -4.82495 0.196635 -4.8248 0.195462 -4.82464 0.203192 -4.82448 0.218328 -4.82433 0.230548 -4.82417 0.225638 -4.82401 0.197371 -4.82386 0.152751 -4.8237 0.106803 -4.82354 0.0744419 -4.82339 0.065647 -4.82323 0.0797299 -4.82307 0.107252 -4.82291 0.138782 -4.82276 0.16979 -4.8226 0.195257 -4.82244 0.202399 -4.82229 0.179361 -4.82213 0.131984 -4.82197 0.0838022 -4.82182 0.0572704 -4.82166 0.0582418 -4.8215 0.0780799 -4.82135 0.104345 -4.82119 0.127324 -4.82103 0.142107 -4.82088 0.152852 -4.82072 0.169121 -4.82056 0.194395 -4.82041 0.220881 -4.82025 0.23823 -4.82009 0.246493 -4.81994 0.251825 -4.81978 0.253819 -4.81962 0.244719 -4.81947 0.22233 -4.81931 0.197641 -4.81915 0.184594 -4.81899 0.185536 -4.81884 0.191438 -4.81868 0.195115 -4.81852 0.199328 -4.81837 0.211723 -4.81821 0.232889 -4.81805 0.253158 -4.8179 0.260994 -4.81774 0.250286 -4.81758 0.221163 -4.81743 0.176086 -4.81727 0.121931 -4.81711 0.0740922 -4.81696 0.0485351 -4.8168 0.0465808 -4.81664 0.0512923 -4.81649 0.0443819 -4.81633 0.0245077 -4.81617 0.00600893 -4.81602 0.00165394 -4.81586 0.0134935 -4.8157 0.03572 -4.81554 0.0611268 -4.81539 0.0852269 -4.81523 0.106735 -4.81507 0.124967 -4.81492 0.133948 -4.81476 0.125641 -4.8146 0.101985 -4.81445 0.0786876 -4.81429 0.0683117 -4.81413 0.0663319 -4.81398 0.0621582 -4.81382 0.0586534 -4.81366 0.0683014 -4.81351 0.0903259 -4.81335 0.109903 -4.81319 0.118327 -4.81304 0.120655 -4.81288 0.117849 -4.81272 0.102581 -4.81257 0.0791632 -4.81241 0.0701039 -4.81225 0.0852963 -4.8121 0.101245 -4.81194 0.0891414 -4.81178 0.0552928 -4.81162 0.0334868 -4.81147 0.0412108 -4.81131 0.0646025 -4.81115 0.0862706 -4.811 0.105091 -4.81084 0.124698 -4.81068 0.139327 -4.81053 0.141667 -4.81037 0.132269 -4.81021 0.114432 -4.81006 0.0904723 -4.8099 0.0692089 -4.80974 0.0638159 -4.80959 0.0755223 -4.80943 0.0899095 -4.80927 0.0963296 -4.80912 0.101745 -4.80896 0.114488 -4.8088 0.12887 -4.80865 0.136014 -4.80849 0.140557 -4.80833 0.15152 -4.80818 0.163479 -4.80802 0.162603 -4.80786 0.149674 -4.8077 0.140191 -4.80755 0.143591 -4.80739 0.153568 -4.80723 0.162445 -4.80708 0.169898 -4.80692 0.174083 -4.80676 0.168137 -4.80661 0.15475 -4.80645 0.151036 -4.80629 0.169156 -4.80614 0.198423 -4.80598 0.216806 -4.80582 0.216201 -4.80567 0.206623 -4.80551 0.19791 -4.80535 0.189193 -4.8052 0.178977 -4.80504 0.173728 -4.80488 0.181156 -4.80473 0.198747 -4.80457 0.215607 -4.80441 0.222396 -4.80426 0.214877 -4.8041 0.192517 -4.80394 0.160302 -4.80378 0.130844 -4.80363 0.117556 -4.80347 0.121462 -4.80331 0.133499 -4.80316 0.147655 -4.803 0.167581 -4.80284 0.193821 -4.80269 0.213663 -4.80253 0.212064 -4.80237 0.18955 -4.80222 0.162371 -4.80206 0.145229 -4.8019 0.141497 -4.80175 0.148683 -4.80159 0.162858 -4.80143 0.175514 -4.80128 0.176359 -4.80112 0.163874 -4.80096 0.147516 -4.80081 0.13669 -4.80065 0.132438 -4.80049 0.133309 -4.80034 0.139231 -4.80018 0.146549 -4.80002 0.146596 -4.79986 0.137223 -4.79971 0.128933 -4.79955 0.131418 -4.79939 0.140684 -4.79924 0.147417 -4.79908 0.151423 -4.79892 0.157485 -4.79877 0.161652 -4.79861 0.156057 -4.79845 0.144985 -4.7983 0.142962 -4.79814 0.154721 -4.79798 0.168406 -4.79783 0.170802 -4.79767 0.158754 -4.79751 0.134722 -4.79736 0.102491 -4.7972 0.0714881 -4.79704 0.0550435 -4.79689 0.0558002 -4.79673 0.0640433 -4.79657 0.0756855 -4.79642 0.101304 -4.79626 0.14724 -4.7961 0.197361 -4.79594 0.225711 -4.79579 0.224886 -4.79563 0.20962 -4.79547 0.195869 -4.79532 0.187399 -4.79516 0.181605 -4.795 0.176121 -4.79485 0.168388 -4.79469 0.157078 -4.79453 0.14787 -4.79438 0.148986 -4.79422 0.15862 -4.79406 0.165393 -4.79391 0.164115 -4.79375 0.163366 -4.79359 0.172283 -4.79344 0.187464 -4.79328 0.199919 -4.79312 0.207703 -4.79297 0.213707 -4.79281 0.214641 -4.79265 0.203192 -4.79249 0.180305 -4.79234 0.15654 -4.79218 0.139645 -4.79202 0.127003 -4.79187 0.115024 -4.79171 0.108566 -4.79155 0.115782 -4.7914 0.137389 -4.79124 0.165744 -4.79108 0.194484 -4.79093 0.220928 -4.79077 0.241444 -4.79061 0.251451 -4.79046 0.252261 -4.7903 0.251772 -4.79014 0.254304 -4.78999 0.251153 -4.78983 0.231608 -4.78967 0.198736 -4.78952 0.170173 -4.78936 0.159552 -4.7892 0.1641 -4.78905 0.172522 -4.78889 0.179446 -4.78873 0.184991 -4.78857 0.186647 -4.78842 0.180451 -4.78826 0.169486 -4.7881 0.161265 -4.78795 0.156522 -4.78779 0.147393 -4.78763 0.129748 -4.78748 0.110162 -4.78732 0.0962012 -4.78716 0.0861608 -4.78701 0.076139 -4.78685 0.0698618 -4.78669 0.0724436 -4.78654 0.0767103 -4.78638 0.0678965 -4.78622 0.0441222 -4.78607 0.0245186 -4.78591 0.0298965 -4.78575 0.0604493 -4.7856 0.098832 -4.78544 0.129443 -4.78528 0.150868 -4.78513 0.170184 -4.78497 0.190319 -4.78481 0.205371 -4.78465 0.203926 -4.7845 0.180198 -4.78434 0.139073 -4.78418 0.0938715 -4.78403 0.0581679 -4.78387 0.0423996 -4.78371 0.0535043 -4.78356 0.0901279 -4.7834 0.137185 -4.78324 0.174892 -4.78309 0.198515 -4.78293 0.222516 -4.78277 0.259584 -4.78262 0.30028 -4.78246 0.323471 -4.7823 0.322108 -4.78215 0.30821 -4.78199 0.295019 -4.78183 0.284598 -4.78168 0.274751 -4.78152 0.266177 -4.78136 0.257769 -4.78121 0.24469 -4.78105 0.22704 -4.78089 0.212402 -4.78073 0.204434 -4.78058 0.196251 -4.78042 0.181877 -4.78026 0.168573 -4.78011 0.168096 -4.77995 0.177697 -4.77979 0.181274 -4.77964 0.16671 -4.77948 0.138376 -4.77932 0.111338 -4.77917 0.10005 -4.77901 0.110592 -4.77885 0.136775 -4.7787 0.16068 -4.77854 0.165243 -4.77838 0.149581 -4.77823 0.131396 -4.77807 0.128371 -4.77791 0.140834 -4.77776 0.153914 -4.7776 0.154209 -4.77744 0.143529 -4.77729 0.135359 -4.77713 0.138899 -4.77697 0.147164 -4.77681 0.144254 -4.77666 0.126063 -4.7765 0.108114 -4.77634 0.108694 -4.77619 0.128235 -4.77603 0.151989 -4.77587 0.170331 -4.77572 0.18539 -4.77556 0.198159 -4.7754 0.199291 -4.77525 0.179795 -4.77509 0.144841 -4.77493 0.107983 -4.77478 0.0771714 -4.77462 0.0526656 -4.77446 0.0366882 -4.77431 0.036599 -4.77415 0.0556042 -4.77399 0.0867705 -4.77384 0.117527 -4.77368 0.138526 -4.77352 0.14783 -4.77337 0.149266 -4.77321 0.149335 -4.77305 0.153484 -4.77289 0.163222 -4.77274 0.17739 -4.77258 0.194723 -4.77242 0.213209 -4.77227 0.228003 -4.77211 0.232713 -4.77195 0.226067 -4.7718 0.216355 -4.77164 0.215865 -4.77148 0.229405 -4.77133 0.250217 -4.77117 0.267736 -4.77101 0.276971 -4.77086 0.280161 -4.7707 0.279341 -4.77054 0.274012 -4.77039 0.264151 -4.77023 0.252823 -4.77007 0.244063 -4.76992 0.241555 -4.76976 0.249413 -4.7696 0.269281 -4.76944 0.294787 -4.76929 0.314478 -4.76913 0.324799 -4.76897 0.333498 -4.76882 0.345693 -4.76866 0.350127 -4.7685 0.332002 -4.76835 0.295772 -4.76819 0.263085 -4.76803 0.247971 -4.76788 0.243645 -4.76772 0.236568 -4.76756 0.222305 -4.76741 0.202506 -4.76725 0.17608 -4.76709 0.14591 -4.76694 0.123815 -4.76678 0.117299 -4.76662 0.115774 -4.76647 0.104723 -4.76631 0.0878491 -4.76615 0.0861924 -4.766 0.110756 -4.76584 0.1495 -4.76568 0.182079 -4.76552 0.198972 -4.76537 0.200764 -4.76521 0.191326 -4.76505 0.179009 -4.7649 0.177467 -4.76474 0.193832 -4.76458 0.217558 -4.76443 0.22957 -4.76427 0.221327 -4.76411 0.199192 -4.76396 0.173553 -4.7638 0.149688 -4.76364 0.131404 -4.76349 0.123884 -4.76333 0.128163 -4.76317 0.137405 -4.76302 0.142239 -4.76286 0.140027 -4.7627 0.136532 -4.76255 0.137908 -4.76239 0.144426 -4.76223 0.151431 -4.76208 0.155373 -4.76192 0.158002 -4.76176 0.164172 -4.7616 0.175894 -4.76145 0.18929 -4.76129 0.198623 -4.76113 0.200592 -4.76098 0.193784 -4.76082 0.176254 -4.76066 0.148892 -4.76051 0.120128 -4.76035 0.102832 -4.76019 0.101634 -4.76004 0.109261 -4.75988 0.120478 -4.75972 0.141972 -4.75957 0.181583 -4.75941 0.229751 -4.75925 0.262669 -4.7591 0.266093 -4.75894 0.249021 -4.75878 0.228384 -4.75863 0.210531 -4.75847 0.193369 -4.75831 0.179983 -4.75816 0.176842 -4.758 0.180608 -4.75784 0.179116 -4.75768 0.166608 -4.75753 0.150002 -4.75737 0.138908 -4.75721 0.135628 -4.75706 0.137897 -4.7569 0.143183 -4.75674 0.14704 -4.75659 0.144404 -4.75643 0.137332 -4.75627 0.135611 -4.75612 0.143375 -4.75596 0.151342 -4.7558 0.148375 -4.75565 0.136776 -4.75549 0.127893 -4.75533 0.126937 -4.75518 0.129743 -4.75502 0.132716 -4.75486 0.137337 -4.75471 0.142665 -4.75455 0.142276 -4.75439 0.131337 -4.75424 0.114947 -4.75408 0.105898 -4.75392 0.117097 -4.75376 0.152446 -4.75361 0.201693 -4.75345 0.244363 -4.75329 0.26578 -4.75314 0.271798 -4.75298 0.281129 -4.75282 0.301483 -4.75267 0.319544 -4.75251 0.316726 -4.75235 0.290947 -4.7522 0.257422 -4.75204 0.232046 -4.75188 0.218888 -4.75173 0.210994 -4.75157 0.199825 -4.75141 0.181214 -4.75126 0.156683 -4.7511 0.130758 -4.75094 0.109129 -4.75079 0.0986576 -4.75063 0.107426 -4.75047 0.13944 -4.75032 0.188681 -4.75016 0.24102 -4.75 0.286476 -4.74984 0.324357 -4.74969 0.355771 -4.74953 0.37386 -4.74937 0.368275 -4.74922 0.339749 -4.74906 0.303315 -4.7489 0.274518 -4.74875 0.256319 -4.74859 0.243364 -4.74843 0.235974 -4.74828 0.240064 -4.74812 0.25312 -4.74796 0.258849 -4.74781 0.242885 -4.74765 0.211697 -4.74749 0.184037 -4.74734 0.166688 -4.74718 0.146299 -4.74702 0.112222 -4.74687 0.0766006 -4.74671 0.0631679 -4.74655 0.0792772 -4.74639 0.109607 -4.74624 0.135253 -4.74608 0.150373 -4.74592 0.158754 -4.74577 0.162785 -4.74561 0.161501 -4.74545 0.155116 -4.7453 0.148389 -4.74514 0.149647 -4.74498 0.167127 -4.74483 0.200294 -4.74467 0.23423 -4.74451 0.251266 -4.74436 0.25004 -4.7442 0.247319 -4.74404 0.256948 -4.74389 0.273574 -4.74373 0.284623 -4.74357 0.287765 -4.74342 0.288406 -4.74326 0.282772 -4.7431 0.258639 -4.74295 0.214074 -4.74279 0.166743 -4.74263 0.136254 -4.74247 0.124422 -4.74232 0.119365 -4.74216 0.114661 -4.742 0.115517 -4.74185 0.124965 -4.74169 0.133443 -4.74153 0.127546 -4.74138 0.105642 -4.74122 0.0788839 -4.74106 0.0578604 -4.74091 0.0455197 -4.74075 0.0437126 -4.74059 0.0568784 -4.74044 0.0852886 -4.74028 0.119261 -4.74012 0.148221 -4.73997 0.170104 -4.73981 0.186786 -4.73965 0.195246 -4.7395 0.193504 -4.73934 0.192628 -4.73918 0.207898 -4.73903 0.23716 -4.73887 0.260811 -4.73871 0.268137 -4.73855 0.268718 -4.7384 0.270704 -4.73824 0.261303 -4.73808 0.225295 -4.73793 0.174647 -4.73777 0.142233 -4.73761 0.147176 -4.73746 0.177725 -4.7373 0.208956 -4.73714 0.224886 -4.73699 0.222187 -4.73683 0.206962 -4.73667 0.191884 -4.73652 0.189216 -4.73636 0.199881 -4.7362 0.214607 -4.73605 0.226847 -4.73589 0.239729 -4.73573 0.257656 -4.73558 0.280015 -4.73542 0.304867 -4.73526 0.330202 -4.73511 0.347868 -4.73495 0.344564 -4.73479 0.316854 -4.73463 0.276983 -4.73448 0.2394 -4.73432 0.207227 -4.73416 0.178635 -4.73401 0.158753 -4.73385 0.15408 -4.73369 0.158795 -4.73354 0.15799 -4.73338 0.143776 -4.73322 0.121152 -4.73307 0.0973681 -4.73291 0.0750038 -4.73275 0.0552974 -4.7326 0.0410276 -4.73244 0.0323563 -4.73228 0.0273465 -4.73213 0.02928 -4.73197 0.04501 -4.73181 0.0735235 -4.73166 0.102303 -4.7315 0.121956 -4.73134 0.135313 -4.73119 0.147441 -4.73103 0.152476 -4.73087 0.141299 -4.73071 0.11884 -4.73056 0.101688 -4.7304 0.098102 -4.73024 0.101507 -4.73009 0.105171 -4.72993 0.114606 -4.72977 0.136861 -4.72962 0.16601 -4.72946 0.187236 -4.7293 0.192497 -4.72915 0.183899 -4.72899 0.166312 -4.72883 0.146513 -4.72868 0.13711 -4.72852 0.149996 -4.72836 0.180158 -4.72821 0.205916 -4.72805 0.209886 -4.72789 0.196147 -4.72774 0.181351 -4.72758 0.174955 -4.72742 0.173823 -4.72727 0.173544 -4.72711 0.173524 -4.72695 0.171782 -4.72679 0.161826 -4.72664 0.140209 -4.72648 0.114425 -4.72632 0.0984653 -4.72617 0.0979456 -4.72601 0.100332 -4.72585 0.0845725 -4.7257 0.0444631 -4.72554 -0.000195963 -4.72538 -0.0213133 -4.72523 -0.0121605 -4.72507 0.00880123 -4.72491 0.0241387 -4.72476 0.0373156 -4.7246 0.0588751 -4.72444 0.0854733 -4.72429 0.104155 -4.72413 0.112532 -4.72397 0.117359 -4.72382 0.115254 -4.72366 0.093245 -4.7235 0.0534782 -4.72335 0.0220643 -4.72319 0.0221934 -4.72303 0.0488131 -4.72287 0.0800654 -4.72272 0.104846 -4.72256 0.127183 -4.7224 0.146938 -4.72225 0.154056 -4.72209 0.14413 -4.72193 0.128801 -4.72178 0.125039 -4.72162 0.13784 -4.72146 0.157785 -4.72131 0.174291 -4.72115 0.185935 -4.72099 0.19915 -4.72084 0.21654 -4.72068 0.229332 -4.72052 0.224391 -4.72037 0.199 -4.72021 0.165455 -4.72005 0.138701 -4.7199 0.123821 -4.71974 0.120427 -4.71958 0.129172 -4.71942 0.146837 -4.71927 0.158708 -4.71911 0.147624 -4.71895 0.113478 -4.7188 0.0763264 -4.71864 0.0574994 -4.71848 0.063992 -4.71833 0.0928887 -4.71817 0.138785 -4.71801 0.188154 -4.71786 0.216512 -4.7177 0.205414 -4.71754 0.16415 -4.71739 0.125686 -4.71723 0.117523 -4.71707 0.139486 -4.71692 0.168869 -4.71676 0.182364 -4.7166 0.173467 -4.71645 0.154358 -4.71629 0.144426 -4.71613 0.153285 -4.71598 0.171701 -4.71582 0.181918 -4.71566 0.177098 -4.7155 0.166741 -4.71535 0.161432 -4.71519 0.160013 -4.71503 0.156296 -4.71488 0.153707 -4.71472 0.160395 -4.71456 0.173905 -4.71441 0.179336 -4.71425 0.167761 -4.71409 0.146782 -4.71394 0.128552 -4.71378 0.113054 -4.71362 0.0916186 -4.71347 0.0647469 -4.71331 0.046254 -4.71315 0.0486549 -4.713 0.06815 -4.71284 0.0893228 -4.71268 0.102988 -4.71253 0.115228 -4.71237 0.137699 -4.71221 0.17023 -4.71206 0.197301 -4.7119 0.204246 -4.71174 0.195149 -4.71158 0.188644 -4.71143 0.19737 -4.71127 0.216034 -4.71111 0.232506 -4.71096 0.242016 -4.7108 0.246582 -4.71064 0.245767 -4.71049 0.235545 -4.71033 0.214239 -4.71017 0.184317 -4.71002 0.150107 -4.70986 0.119483 -4.7097 0.104088 -4.70955 0.109478 -4.70939 0.126595 -4.70923 0.139703 -4.70908 0.141496 -4.70892 0.13551 -4.70876 0.124876 -4.70861 0.10931 -4.70845 0.0943662 -4.70829 0.0926663 -4.70814 0.111901 -4.70798 0.145255 -4.70782 0.175895 -4.70766 0.188647 -4.70751 0.178152 -4.70735 0.153009 -4.70719 0.132261 -4.70704 0.127594 -4.70688 0.12901 -4.70672 0.116263 -4.70657 0.0866603 -4.70641 0.060356 -4.70625 0.0523843 -4.7061 0.0541169 -4.70594 0.0516685 -4.70578 0.0505114 -4.70563 0.0661274 -4.70547 0.0963034 -4.70531 0.120242 -4.70516 0.126888 -4.705 0.128175 -4.70484 0.141462 -4.70469 0.166906 -4.70453 0.189682 -4.70437 0.197363 -4.70422 0.188185 -4.70406 0.166366 -4.7039 0.137841 -4.70374 0.111511 -4.70359 0.0992539 -4.70343 0.10942 -4.70327 0.138695 -4.70312 0.172968 -4.70296 0.20035 -4.7028 0.219671 -4.70265 0.232423 -4.70249 0.232247 -4.70233 0.210744 -4.70218 0.175356 -4.70202 0.148368 -4.70186 0.142186 -4.70171 0.145998 -4.70155 0.144146 -4.70139 0.137317 -4.70124 0.136652 -4.70108 0.143797 -4.70092 0.150194 -4.70077 0.15199 -4.70061 0.1525 -4.70045 0.14902 -4.7003 0.133464 -4.70014 0.106714 -4.69998 0.0825263 -4.69982 0.0733792 -4.69967 0.0805347 -4.69951 0.0992642 -4.69935 0.124731 -4.6992 0.151211 -4.69904 0.172784 -4.69888 0.191193 -4.69873 0.214234 -4.69857 0.243442 -4.69841 0.268718 -4.69826 0.27966 -4.6981 0.27579 -4.69794 0.262556 -4.69779 0.243226 -4.69763 0.219193 -4.69747 0.193266 -4.69732 0.168343 -4.69716 0.145809 -4.697 0.126761 -4.69685 0.112426 -4.69669 0.100296 -4.69653 0.0870229 -4.69637 0.0760546 -4.69622 0.0762575 -4.69606 0.0912538 -4.6959 0.114807 -4.69575 0.138183 -4.69559 0.155829 -4.69543 0.161928 -4.69528 0.151911 -4.69512 0.132465 -4.69496 0.12254 -4.69481 0.136045 -4.69465 0.167192 -4.69449 0.199035 -4.69434 0.21917 -4.69418 0.221446 -4.69402 0.200459 -4.69387 0.15675 -4.69371 0.108773 -4.69355 0.0821157 -4.6934 0.0843205 -4.69324 0.0950927 -4.69308 0.0915686 -4.69293 0.0779313 -4.69277 0.0799879 -4.69261 0.110563 -4.69245 0.150598 -4.6923 0.172537 -4.69214 0.176203 -4.69198 0.187924 -4.69183 0.220071 -4.69167 0.249139 -4.69151 0.246741 -4.69136 0.221595 -4.6912 0.210788 -4.69104 0.230276 -4.69089 0.254997 -4.69073 0.255723 -4.69057 0.235539 -4.69042 0.219095 -4.69026 0.218699 -4.6901 0.225924 -4.68995 0.230523 -4.68979 0.229269 -4.68963 0.220705 -4.68948 0.203635 -4.68932 0.183511 -4.68916 0.168362 -4.68901 0.158758 -4.68885 0.148788 -4.68869 0.138083 -4.68853 0.13295 -4.68838 0.135783 -4.68822 0.142888 -4.68806 0.151985 -4.68791 0.165102 -4.68775 0.180856 -4.68759 0.193415 -4.68744 0.201764 -4.68728 0.212703 -4.68712 0.230975 -4.68697 0.251871 -4.68681 0.268517 -4.68665 0.279469 -4.6865 0.286573 -4.68634 0.290665 -4.68618 0.293322 -4.68603 0.29769 -4.68587 0.302689 -4.68571 0.298069 -4.68556 0.273598 -4.6854 0.232746 -4.68524 0.191968 -4.68509 0.165168 -4.68493 0.15019 -4.68477 0.134963 -4.68461 0.114711 -4.68446 0.0981211 -4.6843 0.09596 -4.68414 0.105688 -4.68399 0.112681 -4.68383 0.106137 -4.68367 0.0893877 -4.68352 0.0735905 -4.68336 0.0670729 -4.6832 0.0701891 -4.68305 0.0775927 -4.68289 0.0810468 -4.68273 0.0747219 -4.68258 0.0656288 -4.68242 0.0712304 -4.68226 0.100857 -4.68211 0.141831 -4.68195 0.171691 -4.68179 0.182464 -4.68164 0.185854 -4.68148 0.195249 -4.68132 0.211807 -4.68117 0.22618 -4.68101 0.225988 -4.68085 0.200915 -4.68069 0.152004 -4.68054 0.100067 -4.68038 0.073315 -4.68022 0.0803165 -4.68007 0.101367 -4.67991 0.114244 -4.67975 0.118789 -4.6796 0.12831 -4.67944 0.141596 -4.67928 0.141712 -4.67913 0.121199 -4.67897 0.0963881 -4.67881 0.0883064 -4.67866 0.0983719 -4.6785 0.111556 -4.67834 0.117671 -4.67819 0.122807 -4.67803 0.135872 -4.67787 0.155262 -4.67772 0.170579 -4.67756 0.175909 -4.6774 0.175279 -4.67725 0.177376 -4.67709 0.188099 -4.67693 0.208028 -4.67677 0.231715 -4.67662 0.248275 -4.67646 0.246056 -4.6763 0.224836 -4.67615 0.201335 -4.67599 0.196366 -4.67583 0.212247 -4.67568 0.228648 -4.67552 0.22384 -4.67536 0.197394 -4.67521 0.167312 -4.67505 0.148817 -4.67489 0.142651 -4.67474 0.142421 -4.67458 0.143921 -4.67442 0.143687 -4.67427 0.136118 -4.67411 0.12275 -4.67395 0.118692 -4.6738 0.140162 -4.67364 0.184954 -4.67348 0.230703 -4.67332 0.255941 -4.67317 0.256768 -4.67301 0.241545 -4.67285 0.219089 -4.6727 0.196394 -4.67254 0.182047 -4.67238 0.181081 -4.67223 0.189834 -4.67207 0.200907 -4.67191 0.212454 -4.67176 0.225735 -4.6716 0.235686 -4.67144 0.236008 -4.67129 0.230658 -4.67113 0.23172 -4.67097 0.241432 -4.67082 0.247496 -4.67066 0.239784 -4.6705 0.226647 -4.67035 0.223906 -4.67019 0.235042 -4.67003 0.247478 -4.66988 0.247856 -4.66972 0.234333 -4.66956 0.214441 -4.6694 0.193862 -4.66925 0.1703 -4.66909 0.138699 -4.66893 0.105102 -4.66878 0.0871454 -4.66862 0.0960111 -4.66846 0.119632 -4.66831 0.13542 -4.66815 0.136297 -4.66799 0.135431 -4.66784 0.141763 -4.66768 0.148144 -4.66752 0.149317 -4.66737 0.154249 -4.66721 0.169893 -4.66705 0.184906 -4.6669 0.185085 -4.66674 0.174597 -4.66658 0.165191 -4.66643 0.151564 -4.66627 0.118833 -4.66611 0.073677 -4.66596 0.0477014 -4.6658 0.0624784 -4.66564 0.107798 -4.66548 0.157421 -4.66533 0.194301 -4.66517 0.213434 -4.66501 0.215388 -4.66486 0.206794 -4.6647 0.20079 -4.66454 0.205247 -4.66439 0.214851 -4.66423 0.21698 -4.66407 0.205885 -4.66392 0.185486 -4.66376 0.163279 -4.6636 0.146538 -4.66345 0.141034 -4.66329 0.1482 -4.66313 0.163918 -4.66298 0.179829 -4.66282 0.185876 -4.66266 0.173726 -4.66251 0.14681 -4.66235 0.122154 -4.66219 0.11701 -4.66204 0.1294 -4.66188 0.139744 -4.66172 0.1316 -4.66156 0.104969 -4.66141 0.0681709 -4.66125 0.0294786 -4.66109 -0.000803501 -4.66094 -0.0118323 -4.66078 -0.00245921 -4.66062 0.0164806 -4.66047 0.034523 -4.66031 0.0504011 -4.66015 0.06474 -4.66 0.0737538 -4.65984 0.0771731 -4.65968 0.0798771 -4.65953 0.0812709 -4.65937 0.0718715 -4.65921 0.0506453 -4.65906 0.034222 -4.6589 0.0362447 -4.65874 0.0456743 -4.65859 0.0416197 -4.65843 0.0238136 -4.65827 0.0119755 -4.65812 0.0156052 -4.65796 0.0222335 -4.6578 0.0200348 -4.65764 0.0179361 -4.65749 0.0341892 -4.65733 0.0720553 -4.65717 0.115197 -4.65702 0.143348 -4.65686 0.147614 -4.6567 0.133873 -4.65655 0.117095 -4.65639 0.109484 -4.65623 0.111776 -4.65608 0.114869 -4.65592 0.112105 -4.65576 0.108877 -4.65561 0.116066 -4.65545 0.134755 -4.65529 0.151966 -4.65514 0.155286 -4.65498 0.150466 -4.65482 0.159652 -4.65467 0.197895 -4.65451 0.254819 -4.65435 0.304376 -4.6542 0.329699 -4.65404 0.33335 -4.65388 0.325606 -4.65372 0.313188 -4.65357 0.300701 -4.65341 0.289051 -4.65325 0.268172 -4.6531 0.223011 -4.65294 0.157439 -4.65278 0.102551 -4.65263 0.0858873 -4.65247 0.10002 -4.65231 0.114019 -4.65216 0.113327 -4.652 0.109233 -4.65184 0.112577 -4.65169 0.118117 -4.65153 0.122368 -4.65137 0.137643 -4.65122 0.173339 -4.65106 0.215055 -4.6509 0.237816 -4.65075 0.235321 -4.65059 0.224243 -4.65043 0.221673 -4.65027 0.231045 -4.65012 0.247179 -4.64996 0.26146 -4.6498 0.261369 -4.64965 0.238132 -4.64949 0.200248 -4.64933 0.170128 -4.64918 0.161033 -4.64902 0.165113 -4.64886 0.168537 -4.64871 0.169778 -4.64855 0.173878 -4.64839 0.177139 -4.64824 0.169383 -4.64808 0.149325 -4.64792 0.128057 -4.64777 0.115157 -4.64761 0.111053 -4.64745 0.112449 -4.6473 0.115428 -4.64714 0.111973 -4.64698 0.0938907 -4.64683 0.0653296 -4.64667 0.0432679 -4.64651 0.0393534 -4.64635 0.0499207 -4.6462 0.0662515 -4.64604 0.085128 -4.64588 0.103136 -4.64573 0.111505 -4.64557 0.109133 -4.64541 0.110028 -4.64526 0.123539 -4.6451 0.135659 -4.64494 0.126226 -4.64479 0.100024 -4.64463 0.0826119 -4.64447 0.0845953 -4.64432 0.0919138 -4.64416 0.0938271 -4.644 0.101552 -4.64385 0.126537 -4.64369 0.159157 -4.64353 0.181173 -4.64338 0.187921 -4.64322 0.184736 -4.64306 0.171175 -4.64291 0.145208 -4.64275 0.117799 -4.64259 0.105651 -4.64243 0.109489 -4.64228 0.111865 -4.64212 0.0991205 -4.64196 0.0767863 -4.64181 0.0603571 -4.64165 0.0574516 -4.64149 0.0636514 -4.64134 0.0727977 -4.64118 0.0867406 -4.64102 0.113128 -4.64087 0.152262 -4.64071 0.190098 -4.64055 0.214536 -4.6404 0.234491 -4.64024 0.271013 -4.64008 0.324236 -4.63993 0.363248 -4.63977 0.359033 -4.63961 0.318289 -4.63946 0.272571 -4.6393 0.243265 -4.63914 0.229475 -4.63899 0.225058 -4.63883 0.228192 -4.63867 0.233258 -4.63851 0.228672 -4.63836 0.208845 -4.6382 0.181791 -4.63804 0.160286 -4.63789 0.150952 -4.63773 0.150102 -4.63757 0.147869 -4.63742 0.137904 -4.63726 0.125588 -4.6371 0.123537 -4.63695 0.133668 -4.63679 0.142423 -4.63663 0.1414 -4.63648 0.140415 -4.63632 0.149928 -4.63616 0.159266 -4.63601 0.151386 -4.63585 0.13247 -4.63569 0.127311 -4.63554 0.145549 -4.63538 0.173007 -4.63522 0.195195 -4.63507 0.209644 -4.63491 0.211218 -4.63475 0.188569 -4.63459 0.145434 -4.63444 0.1072 -4.63428 0.0944417 -4.63412 0.103159 -4.63397 0.122016 -4.63381 0.150473 -4.63365 0.186878 -4.6335 0.215155 -4.63334 0.222405 -4.63318 0.219492 -4.63303 0.222985 -4.63287 0.225081 -4.63271 0.204628 -4.63256 0.164471 -4.6324 0.136566 -4.63224 0.143702 -4.63209 0.172877 -4.63193 0.194625 -4.63177 0.194442 -4.63162 0.177194 -4.63146 0.15042 -4.6313 0.118362 -4.63115 0.0878564 -4.63099 0.0695191 -4.63083 0.0682462 -4.63067 0.0769998 -4.63052 0.0842189 -4.63036 0.0875506 -4.6302 0.095413 -4.63005 0.114028 -4.62989 0.136113 -4.62973 0.14704 -4.62958 0.143523 -4.62942 0.13718 -4.62926 0.139676 -4.62911 0.150695 -4.62895 0.163988 -4.62879 0.176488 -4.62864 0.185021 -4.62848 0.183501 -4.62832 0.171298 -4.62817 0.158065 -4.62801 0.149968 -4.62785 0.138098 -4.6277 0.11311 -4.62754 0.087272 -4.62738 0.0857927 -4.62722 0.113316 -4.62707 0.143668 -4.62691 0.149692 -4.62675 0.132074 -4.6266 0.111415 -4.62644 0.100979 -4.62628 0.0979343 -4.62613 0.0960685 -4.62597 0.0960158 -4.62581 0.100216 -4.62566 0.108927 -4.6255 0.121171 -4.62534 0.135778 -4.62519 0.147565 -4.62503 0.147504 -4.62487 0.131925 -4.62472 0.109811 -4.62456 0.0978102 -4.6244 0.10592 -4.62425 0.129748 -4.62409 0.157738 -4.62393 0.183335 -4.62378 0.20639 -4.62362 0.226736 -4.62346 0.239161 -4.6233 0.239175 -4.62315 0.229469 -4.62299 0.216445 -4.62283 0.202441 -4.62268 0.186228 -4.62252 0.168666 -4.62236 0.156659 -4.62221 0.158736 -4.62205 0.177141 -4.62189 0.203602 -4.62174 0.222351 -4.62158 0.219319 -4.62142 0.195167 -4.62127 0.166658 -4.62111 0.151348 -4.62095 0.151177 -4.6208 0.152243 -4.62064 0.141361 -4.62048 0.118677 -4.62033 0.0927081 -4.62017 0.0706684 -4.62001 0.0581886 -4.61986 0.0643158 -4.6197 0.0978509 -4.61954 0.157243 -4.61938 0.225343 -4.61923 0.279107 -4.61907 0.303413 -4.61891 0.296963 -4.61876 0.267202 -4.6186 0.224292 -4.61844 0.179597 -4.61829 0.145549 -4.61813 0.131121 -4.61797 0.134666 -4.61782 0.144297 -4.61766 0.148296 -4.6175 0.143926 -4.61735 0.135089 -4.61719 0.123526 -4.61703 0.106084 -4.61688 0.0816789 -4.61672 0.0565007 -4.61656 0.0388008 -4.61641 0.0303753 -4.61625 0.0264863 -4.61609 0.0219826 -4.61594 0.01523 -4.61578 0.0073801 -4.61562 0.00299432 -4.61546 0.00866327 -4.61531 0.0238803 -4.61515 0.0341747 -4.61499 0.0247561 -4.61484 0.0030396 -4.61468 -0.00230844 -4.61452 0.0246144 -4.61437 0.064419 -4.61421 0.0866983 -4.61405 0.0903044 -4.6139 0.100588 -4.61374 0.129174 -4.61358 0.157939 -4.61343 0.168903 -4.61327 0.168627 -4.61311 0.169224 -4.61296 0.16281 -4.6128 0.136501 -4.61264 0.102069 -4.61249 0.0865661 -4.61233 0.0950253 -4.61217 0.106299 -4.61202 0.107418 -4.61186 0.110148 -4.6117 0.125644 -4.61154 0.14201 -4.61139 0.141054 -4.61123 0.125904 -4.61107 0.117012 -4.61092 0.125684 -4.61076 0.145256 -4.6106 0.164407 -4.61045 0.177892 -4.61029 0.183088 -4.61013 0.178058 -4.60998 0.167628 -4.60982 0.165363 -4.60966 0.183155 -4.60951 0.217646 -4.60935 0.24759 -4.60919 0.25126 -4.60904 0.227211 -4.60888 0.196301 -4.60872 0.179368 -4.60857 0.177272 -4.60841 0.177961 -4.60825 0.178029 -4.6081 0.18366 -4.60794 0.191787 -4.60778 0.186459 -4.60762 0.160943 -4.60747 0.131937 -4.60731 0.12108 -4.60715 0.131395 -4.607 0.149654 -4.60684 0.165705 -4.60668 0.177414 -4.60653 0.184831 -4.60637 0.189304 -4.60621 0.199201 -4.60606 0.223492 -4.6059 0.259079 -4.60574 0.290519 -4.60559 0.30438 -4.60543 0.299008 -4.60527 0.280175 -4.60512 0.253665 -4.60496 0.223841 -4.6048 0.195543 -4.60465 0.176863 -4.60449 0.177119 -4.60433 0.198238 -4.60418 0.229142 -4.60402 0.254383 -4.60386 0.271313 -4.6037 0.289672 -4.60355 0.311186 -4.60339 0.319066 -4.60323 0.300905 -4.60308 0.270131 -4.60292 0.252727 -4.60276 0.254162 -4.60261 0.254934 -4.60245 0.237748 -4.60229 0.20562 -4.60214 0.171328 -4.60198 0.141437 -4.60182 0.115333 -4.60167 0.0914919 -4.60151 0.0689959 -4.60135 0.047671 -4.6012 0.0315015 -4.60104 0.0261623 -4.60088 0.0316928 -4.60073 0.041277 -4.60057 0.0472502 -4.60041 0.046981 -4.60025 0.0417088 -4.6001 0.035731 -4.59994 0.0391427 -4.59978 0.0606644 -4.59963 0.0969173 -4.59947 0.130154 -4.59931 0.142739 -4.59916 0.131475 -4.599 0.108929 -4.59884 0.0922259 -4.59869 0.0909083 -4.59853 0.101916 -4.59837 0.116037 -4.59822 0.129741 -4.59806 0.14737 -4.5979 0.168825 -4.59775 0.182726 -4.59759 0.177758 -4.59743 0.157665 -4.59728 0.134439 -4.59712 0.112519 -4.59696 0.0908962 -4.59681 0.075838 -4.59665 0.0767022 -4.59649 0.0884846 -4.59633 0.0966615 -4.59618 0.101705 -4.59602 0.120411 -4.59586 0.158386 -4.59571 0.196832 -4.59555 0.218925 -4.59539 0.23289 -4.59524 0.254295 -4.59508 0.276593 -4.59492 0.27978 -4.59477 0.260946 -4.59461 0.238601 -4.59445 0.225726 -4.5943 0.217271 -4.59414 0.205006 -4.59398 0.190683 -4.59383 0.18114 -4.59367 0.181677 -4.59351 0.198578 -4.59336 0.234321 -4.5932 0.274514 -4.59304 0.291036 -4.59289 0.2694 -4.59273 0.227387 -4.59257 0.198863 -4.59241 0.200279 -4.59226 0.219982 -4.5921 0.23386 -4.59194 0.226846 -4.59179 0.199976 -4.59163 0.166302 -4.59147 0.140562 -4.59132 0.129355 -4.59116 0.128528 -4.591 0.131862 -4.59085 0.139189 -4.59069 0.154284 -4.59053 0.176605 -4.59038 0.199509 -4.59022 0.217006 -4.59006 0.225908 -4.58991 0.223099 -4.58975 0.20597 -4.58959 0.17783 -4.58944 0.148209 -4.58928 0.125582 -4.58912 0.112589 -4.58897 0.109734 -4.58881 0.121654 -4.58865 0.152154 -4.58849 0.193294 -4.58834 0.225811 -4.58818 0.231651 -4.58802 0.20969 -4.58787 0.176055 -4.58771 0.152083 -4.58755 0.148431 -4.5874 0.160964 -4.58724 0.178297 -4.58708 0.191536 -4.58693 0.197786 -4.58677 0.19913 -4.58661 0.201046 -4.58646 0.210138 -4.5863 0.2284 -4.58614 0.247057 -4.58599 0.253788 -4.58583 0.246246 -4.58567 0.234955 -4.58552 0.230751 -4.58536 0.234519 -4.5852 0.242687 -4.58505 0.252758 -4.58489 0.255654 -4.58473 0.231612 -4.58457 0.170208 -4.58442 0.094513 -4.58426 0.049536 -4.5841 0.0592305 -4.58395 0.101846 -4.58379 0.136947 -4.58363 0.146743 -4.58348 0.145187 -4.58332 0.152299 -4.58316 0.172879 -4.58301 0.198483 -4.58285 0.220584 -4.58269 0.236369 -4.58254 0.246918 -4.58238 0.254102 -4.58222 0.26167 -4.58207 0.273914 -4.58191 0.292454 -4.58175 0.309849 -4.5816 0.313235 -4.58144 0.298089 -4.58128 0.274621 -4.58113 0.254554 -4.58097 0.234814 -4.58081 0.207878 -4.58065 0.181191 -4.5805 0.173051 -4.58034 0.186071 -4.58018 0.202069 -4.58003 0.210138 -4.57987 0.222315 -4.57971 0.247475 -4.57956 0.267142 -4.5794 0.256203 -4.57924 0.220231 -4.57909 0.190707 -4.57893 0.185638 -4.57877 0.194131 -4.57862 0.198886 -4.57846 0.195526 -4.5783 0.187659 -4.57815 0.179877 -4.57799 0.180641 -4.57783 0.197601 -4.57768 0.222134 -4.57752 0.23096 -4.57736 0.210424 -4.5772 0.17146 -4.57705 0.133561 -4.57689 0.105269 -4.57673 0.0872202 -4.57658 0.0833081 -4.57642 0.0970829 -4.57626 0.121593 -4.57611 0.141297 -4.57595 0.145612 -4.57579 0.137579 -4.57564 0.13216 -4.57548 0.146927 -4.57532 0.185527 -4.57517 0.228991 -4.57501 0.249931 -4.57485 0.239736 -4.5747 0.216188 -4.57454 0.200227 -4.57438 0.195043 -4.57423 0.191951 -4.57407 0.186899 -4.57391 0.181603 -4.57376 0.175339 -4.5736 0.166016 -4.57344 0.155269 -4.57328 0.143788 -4.57313 0.125168 -4.57297 0.0937529 -4.57281 0.0582072 -4.57266 0.0382754 -4.5725 0.0448527 -4.57234 0.0667981 -4.57219 0.0807395 -4.57203 0.0711309 -4.57187 0.0435878 -4.57172 0.0197557 -4.57156 0.0191342 -4.5714 0.0421895 -4.57125 0.0723438 -4.57109 0.0929466 -4.57093 0.101002 -4.57078 0.106062 -4.57062 0.119497 -4.57046 0.146108 -4.57031 0.180152 -4.57015 0.208695 -4.56999 0.223104 -4.56984 0.227843 -4.56968 0.233284 -4.56952 0.240581 -4.56936 0.242656 -4.56921 0.239835 -4.56905 0.241833 -4.56889 0.249828 -4.56874 0.249063 -4.56858 0.227689 -4.56842 0.194638 -4.56827 0.169165 -4.56811 0.157733 -4.56795 0.151759 -4.5678 0.143053 -4.56764 0.131265 -4.56748 0.119579 -4.56733 0.110313 -4.56717 0.105262 -4.56701 0.103806 -4.56686 0.103139 -4.5667 0.105461 -4.56654 0.116845 -4.56639 0.132615 -4.56623 0.132886 -4.56607 0.105729 -4.56592 0.0686578 -4.56576 0.0525309 -4.5656 0.0652834 -4.56544 0.0866012 -4.56529 0.0984629 -4.56513 0.104092 -4.56497 0.113842 -4.56482 0.127465 -4.56466 0.139643 -4.5645 0.151596 -4.56435 0.166694 -4.56419 0.180454 -4.56403 0.184816 -4.56388 0.181027 -4.56372 0.178065 -4.56356 0.180626 -4.56341 0.184184 -4.56325 0.184024 -4.56309 0.182239 -4.56294 0.185692 -4.56278 0.196921 -4.56262 0.208882 -4.56247 0.210263 -4.56231 0.195402 -4.56215 0.173621 -4.562 0.16498 -4.56184 0.183503 -4.56168 0.222422 -4.56152 0.258421 -4.56137 0.273156 -4.56121 0.270331 -4.56105 0.270048 -4.5609 0.284425 -4.56074 0.303364 -4.56058 0.306273 -4.56043 0.284381 -4.56027 0.249236 -4.56011 0.219426 -4.55996 0.205327 -4.5598 0.203537 -4.55964 0.200261 -4.55949 0.179248 -4.55933 0.138065 -4.55917 0.0964131 -4.55902 0.0802935 -4.55886 0.0934358 -4.5587 0.111578 -4.55855 0.110564 -4.55839 0.0890762 -4.55823 0.0600241 -4.55808 0.0298333 -4.55792 0.00133031 -4.55776 -0.0141613 -4.5576 -0.00425089 -4.55745 0.0244656 -4.55729 0.0474443 -4.55713 0.0470211 -4.55698 0.0270987 -4.55682 0.00431373 -4.55666 -0.00553588 -4.55651 0.00704323 -4.55635 0.0424687 -4.55619 0.0888532 -4.55604 0.128966 -4.55588 0.153493 -4.55572 0.165673 -4.55557 0.171775 -4.55541 0.174768 -4.55525 0.176922 -4.5551 0.180461 -4.55494 0.182871 -4.55478 0.177899 -4.55463 0.163455 -4.55447 0.14474 -4.55431 0.129826 -4.55415 0.127083 -4.554 0.142275 -4.55384 0.171507 -4.55368 0.197647 -4.55353 0.205885 -4.55337 0.202046 -4.55321 0.204059 -4.55306 0.212556 -4.5529 0.206744 -4.55274 0.174943 -4.55259 0.134833 -4.55243 0.113997 -4.55227 0.119396 -4.55212 0.13983 -4.55196 0.16789 -4.5518 0.202864 -4.55165 0.23356 -4.55149 0.237503 -4.55133 0.20546 -4.55118 0.156618 -4.55102 0.12389 -4.55086 0.123189 -4.55071 0.142689 -4.55055 0.156584 -4.55039 0.148062 -4.55023 0.120554 -4.55008 0.0926944 -4.54992 0.0835059 -4.54976 0.0987037 -4.54961 0.128045 -4.54945 0.153014 -4.54929 0.160721 -4.54914 0.153297 -4.54898 0.143051 -4.54882 0.138181 -4.54867 0.134589 -4.54851 0.123175 -4.54835 0.102414 -4.5482 0.0803301 -4.54804 0.0669863 -4.54788 0.0706875 -4.54773 0.0966436 -4.54757 0.142678 -4.54741 0.195559 -4.54726 0.239067 -4.5471 0.26525 -4.54694 0.273946 -4.54679 0.264166 -4.54663 0.237435 -4.54647 0.207177 -4.54631 0.190354 -4.54616 0.187517 -4.546 0.181629 -4.54584 0.164731 -4.54569 0.150102 -4.54553 0.150596 -4.54537 0.158551 -4.54522 0.158987 -4.54506 0.156377 -4.5449 0.171312 -4.54475 0.212593 -4.54459 0.266119 -4.54443 0.310145 -4.54428 0.332333 -4.54412 0.330452 -4.54396 0.308685 -4.54381 0.27764 -4.54365 0.251311 -4.54349 0.237934 -4.54334 0.237431 -4.54318 0.245421 -4.54302 0.256824 -4.54287 0.266499 -4.54271 0.271062 -4.54255 0.271547 -4.54239 0.271472 -4.54224 0.272888 -4.54208 0.279347 -4.54192 0.295584 -4.54177 0.318113 -4.54161 0.329282 -4.54145 0.313193 -4.5413 0.276865 -4.54114 0.246139 -4.54098 0.237866 -4.54083 0.246051 -4.54067 0.256737 -4.54051 0.265329 -4.54036 0.271196 -4.5402 0.268258 -4.54004 0.252107 -4.53989 0.232778 -4.53973 0.226681 -4.53957 0.234924 -4.53942 0.238466 -4.53926 0.218451 -4.5391 0.175332 -4.53895 0.126648 -4.53879 0.0922245 -4.53863 0.0830478 -4.53847 0.0979882 -4.53832 0.125393 -4.53816 0.149541 -4.538 0.161106 -4.53785 0.163632 -4.53769 0.167699 -4.53753 0.178824 -4.53738 0.192881 -4.53722 0.201955 -4.53706 0.201126 -4.53691 0.190868 -4.53675 0.174139 -4.53659 0.155837 -4.53644 0.14164 -4.53628 0.134149 -4.53612 0.127779 -4.53597 0.111752 -4.53581 0.081806 -4.53565 0.0475781 -4.5355 0.0267179 -4.53534 0.0305723 -4.53518 0.0551191 -4.53503 0.0865374 -4.53487 0.111478 -4.53471 0.123978 -4.53455 0.124594 -4.5344 0.119501 -4.53424 0.11685 -4.53408 0.121045 -4.53393 0.128244 -4.53377 0.12898 -4.53361 0.118946 -4.53346 0.105459 -4.5333 0.102022 -4.53314 0.115928 -4.53299 0.141572 -4.53283 0.165937 -4.53267 0.179542 -4.53252 0.183878 -4.53236 0.188945 -4.5322 0.201997 -4.53205 0.216868 -4.53189 0.217316 -4.53173 0.194575 -4.53158 0.158355 -4.53142 0.129433 -4.53126 0.120559 -4.5311 0.130444 -4.53095 0.151817 -4.53079 0.177233 -4.53063 0.194751 -4.53048 0.194016 -4.53032 0.18027 -4.53016 0.175734 -4.53001 0.194416 -4.52985 0.22497 -4.52969 0.244817 -4.52954 0.248115 -4.52938 0.245268 -4.52922 0.240021 -4.52907 0.224683 -4.52891 0.198584 -4.52875 0.177042 -4.5286 0.174736 -4.52844 0.190299 -4.52828 0.212559 -4.52813 0.231113 -4.52797 0.234865 -4.52781 0.214608 -4.52766 0.175129 -4.5275 0.138777 -4.52734 0.124579 -4.52718 0.127143 -4.52703 0.12884 -4.52687 0.124858 -4.52671 0.125408 -4.52656 0.137326 -4.5264 0.156445 -4.52624 0.176281 -4.52609 0.194079 -4.52593 0.204444 -4.52577 0.197816 -4.52562 0.171517 -4.52546 0.135168 -4.5253 0.105122 -4.52515 0.0953034 -4.52499 0.11421 -4.52483 0.159398 -4.52468 0.214505 -4.52452 0.259732 -4.52436 0.286961 -4.52421 0.302415 -4.52405 0.312752 -4.52389 0.316541 -4.52374 0.312348 -4.52358 0.301552 -4.52342 0.281868 -4.52326 0.248714 -4.52311 0.212125 -4.52295 0.195706 -4.52279 0.212351 -4.52264 0.244963 -4.52248 0.265883 -4.52232 0.269531 -4.52217 0.269154 -4.52201 0.267626 -4.52185 0.253386 -4.5217 0.222367 -4.52154 0.192083 -4.52138 0.177596 -4.52123 0.176312 -4.52107 0.179096 -4.52091 0.188761 -4.52076 0.208555 -4.5206 0.22316 -4.52044 0.21573 -4.52029 0.192263 -4.52013 0.175115 -4.51997 0.172561 -4.51982 0.17234 -4.51966 0.165937 -4.5195 0.160554 -4.51934 0.159236 -4.51919 0.152646 -4.51903 0.142278 -4.51887 0.149881 -4.51872 0.186712 -4.51856 0.225874 -4.5184 0.229181 -4.51825 0.197198 -4.51809 0.167678 -4.51793 0.164718 -4.51778 0.171007 -4.51762 0.155761 -4.51746 0.116599 -4.51731 0.0760051 -4.51715 0.0524608 -4.51699 0.0463866 -4.51684 0.0501423 -4.51668 0.0605714 -4.51652 0.0802768 -4.51637 0.111184 -4.51621 0.147382 -4.51605 0.173968 -4.5159 0.180281 -4.51574 0.173847 -4.51558 0.172548 -4.51542 0.181371 -4.51527 0.188467 -4.51511 0.187526 -4.51495 0.190405 -4.5148 0.209255 -4.51464 0.236144 -4.51448 0.253338 -4.51433 0.256818 -4.51417 0.255316 -4.51401 0.25114 -4.51386 0.237912 -4.5137 0.216776 -4.51354 0.202373 -4.51339 0.207955 -4.51323 0.23249 -4.51307 0.264688 -4.51292 0.292543 -4.51276 0.30849 -4.5126 0.312722 -4.51245 0.312614 -4.51229 0.312073 -4.51213 0.301551 -4.51198 0.266725 -4.51182 0.209583 -4.51166 0.1531 -4.5115 0.1204 -4.51135 0.116476 -4.51119 0.131484 -4.51103 0.154755 -4.51088 0.178852 -4.51072 0.198981 -4.51056 0.212761 -4.51041 0.222669 -4.51025 0.233275 -4.51009 0.246282 -4.50994 0.25888 -4.50978 0.264556 -4.50962 0.258726 -4.50947 0.246327 -4.50931 0.24089 -4.50915 0.249793 -4.509 0.261074 -4.50884 0.255687 -4.50868 0.231287 -4.50853 0.204875 -4.50837 0.187829 -4.50821 0.173461 -4.50806 0.152299 -4.5079 0.127568 -4.50774 0.10557 -4.50758 0.0805732 -4.50743 0.0492462 -4.50727 0.028798 -4.50711 0.0431717 -4.50696 0.0904671 -4.5068 0.141094 -4.50664 0.172494 -4.50649 0.189626 -4.50633 0.20567 -4.50617 0.217806 -4.50602 0.215683 -4.50586 0.202216 -4.5057 0.191234 -4.50555 0.186674 -4.50539 0.177916 -4.50523 0.159222 -4.50508 0.138357 -4.50492 0.124786 -4.50476 0.118543 -4.50461 0.116308 -4.50445 0.12064 -4.50429 0.133272 -4.50413 0.145724 -4.50398 0.146383 -4.50382 0.13389 -4.50366 0.115726 -4.50351 0.0948158 -4.50335 0.0683574 -4.50319 0.0401491 -4.50304 0.0260031 -4.50288 0.0375847 -4.50272 0.070214 -4.50257 0.108894 -4.50241 0.142548 -4.50225 0.169022 -4.5021 0.187661 -4.50194 0.194685 -4.50178 0.184732 -4.50163 0.154444 -4.50147 0.108439 -4.50131 0.0645605 -4.50116 0.0450057 -4.501 0.0572243 -4.50084 0.0855634 -4.50069 0.10755 -4.50053 0.115959 -4.50037 0.11792 -4.50021 0.118381 -4.50006 0.115667 -4.4999 0.112536 -4.49974 0.120876 -4.49959 0.149263 -4.49943 0.191908 -4.49927 0.232904 -4.49912 0.257722 -4.49896 0.261367 -4.4988 0.24906 -4.49865 0.231685 -4.49849 0.216457 -4.49833 0.203214 -4.49818 0.192999 -4.49802 0.196655 -4.49786 0.223611 -4.49771 0.263464 -4.49755 0.288462 -4.49739 0.282721 -4.49724 0.257968 -4.49708 0.236948 -4.49692 0.228261 -4.49677 0.226207 -4.49661 0.22462 -4.49645 0.223577 -4.49629 0.223889 -4.49614 0.225901 -4.49598 0.229433 -4.49582 0.23078 -4.49567 0.224189 -4.49551 0.211883 -4.49535 0.206573 -4.4952 0.21456 -4.49504 0.222762 -4.49488 0.214939 -4.49473 0.194613 -4.49457 0.178997 -4.49441 0.17163 -4.49426 0.157997 -4.4941 0.132426 -4.49394 0.110856 -4.49379 0.10966 -4.49363 0.123855 -4.49347 0.13802 -4.49332 0.148306 -4.49316 0.160719 -4.493 0.172532 -4.49285 0.172628 -4.49269 0.160498 -4.49253 0.151667 -4.49237 0.162925 -4.49222 0.197756 -4.49206 0.246218 -4.4919 0.293725 -4.49175 0.325631 -4.49159 0.332324 -4.49143 0.313786 -4.49128 0.276221 -4.49112 0.224962 -4.49096 0.164878 -4.49081 0.106831 -4.49065 0.0661603 -4.49049 0.0501413 -4.49034 0.0537317 -4.49018 0.0692721 -4.49002 0.0935099 -4.48987 0.121711 -4.48971 0.144505 -4.48955 0.158836 -4.4894 0.175761 -4.48924 0.204842 -4.48908 0.234982 -4.48893 0.24285 -4.48877 0.220928 -4.48861 0.186944 -4.48845 0.161379 -4.4883 0.146913 -4.48814 0.134518 -4.48798 0.11994 -4.48783 0.106096 -4.48767 0.0952757 -4.48751 0.0886399 -4.48736 0.0914778 -4.4872 0.108909 -4.48704 0.135962 -4.48689 0.158708 -4.48673 0.167303 -4.48657 0.163137 -4.48642 0.154007 -4.48626 0.145744 -4.4861 0.140793 -4.48595 0.138845 -4.48579 0.137977 -4.48563 0.136929 -4.48548 0.13725 -4.48532 0.140436 -4.48516 0.145171 -4.48501 0.149594 -4.48485 0.156347 -4.48469 0.170513 -4.48453 0.191058 -4.48438 0.210009 -4.48422 0.221618 -4.48406 0.227889 -4.48391 0.231629 -4.48375 0.229648 -4.48359 0.217972 -4.48344 0.200663 -4.48328 0.187879 -4.48312 0.187128 -4.48297 0.198489 -4.48281 0.217108 -4.48265 0.238103 -4.4825 0.255844 -4.48234 0.26498 -4.48218 0.263309 -4.48203 0.250423 -4.48187 0.227125 -4.48171 0.197403 -4.48156 0.17115 -4.4814 0.161197 -4.48124 0.173018 -4.48108 0.197432 -4.48093 0.218311 -4.48077 0.228551 -4.48061 0.237034 -4.48046 0.256044 -4.4803 0.282901 -4.48014 0.298843 -4.47999 0.288346 -4.47983 0.256941 -4.47967 0.225202 -4.47952 0.206216 -4.47936 0.195425 -4.4792 0.182653 -4.47905 0.167609 -4.47889 0.157297 -4.47873 0.151292 -4.47858 0.139323 -4.47842 0.116385 -4.47826 0.0937614 -4.47811 0.0902646 -4.47795 0.110079 -4.47779 0.134442 -4.47764 0.140729 -4.47748 0.126137 -4.47732 0.110834 -4.47716 0.114402 -4.47701 0.134518 -4.47685 0.151236 -4.47669 0.148876 -4.47654 0.128571 -4.47638 0.10292 -4.47622 0.0854458 -4.47607 0.0861006 -4.47591 0.107434 -4.47575 0.139902 -4.4756 0.165877 -4.47544 0.174156 -4.47528 0.170502 -4.47513 0.170264 -4.47497 0.181019 -4.47481 0.196014 -4.47466 0.204641 -4.4745 0.204668 -4.47434 0.2039 -4.47419 0.210509 -4.47403 0.223435 -4.47387 0.234706 -4.47372 0.240048 -4.47356 0.244849 -4.4734 0.253979 -4.47324 0.258151 -4.47309 0.24188 -4.47293 0.206062 -4.47277 0.176173 -4.47262 0.177468 -4.47246 0.208449 -4.4723 0.244555 -4.47215 0.266278 -4.47199 0.270522 -4.47183 0.261497 -4.47168 0.241903 -4.47152 0.219884 -4.47136 0.210921 -4.47121 0.22281 -4.47105 0.24492 -4.47089 0.259267 -4.47074 0.260472 -4.47058 0.258504 -4.47042 0.26329 -4.47027 0.273493 -4.47011 0.280703 -4.46995 0.278426 -4.4698 0.268519 -4.46964 0.260407 -4.46948 0.263127 -4.46932 0.274368 -4.46917 0.278148 -4.46901 0.258861 -4.46885 0.216863 -4.4687 0.166366 -4.46854 0.121372 -4.46838 0.0889751 -4.46823 0.0730954 -4.46807 0.0746882 -4.46791 0.0861977 -4.46776 0.0941744 -4.4676 0.0931941 -4.46744 0.0900486 -4.46729 0.0916967 -4.46713 0.0969461 -4.46697 0.103376 -4.46682 0.116122 -4.46666 0.140427 -4.4665 0.169934 -4.46635 0.192514 -4.46619 0.202987 -4.46603 0.202292 -4.46588 0.190652 -4.46572 0.173081 -4.46556 0.164918 -4.4654 0.176836 -4.46525 0.193604 -4.46509 0.187314 -4.46493 0.155132 -4.46478 0.12671 -4.46462 0.123958 -4.46446 0.132871 -4.46431 0.129567 -4.46415 0.118771 -4.46399 0.124268 -4.46384 0.147607 -4.46368 0.161735 -4.46352 0.147732 -4.46337 0.116615 -4.46321 0.0903008 -4.46305 0.0755951 -4.4629 0.068187 -4.46274 0.0651544 -4.46258 0.0649594 -4.46243 0.0628649 -4.46227 0.0575565 -4.46211 0.0568677 -4.46196 0.0674621 -4.4618 0.0876085 -4.46164 0.114059 -4.46148 0.148773 -4.46133 0.188939 -4.46117 0.218344 -4.46101 0.223501 -4.46086 0.212598 -4.4607 0.20659 -4.46054 0.209802 -4.46039 0.206795 -4.46023 0.188312 -4.46007 0.165163 -4.45992 0.150194 -4.45976 0.137595 -4.4596 0.113961 -4.45945 0.0821872 -4.45929 0.0636125 -4.45913 0.0719007 -4.45898 0.0956781 -4.45882 0.111864 -4.45866 0.112984 -4.45851 0.114454 -4.45835 0.132816 -4.45819 0.162891 -4.45803 0.181834 -4.45788 0.173728 -4.45772 0.14394 -4.45756 0.107691 -4.45741 0.0738972 -4.45725 0.044734 -4.45709 0.0246265 -4.45694 0.0179154 -4.45678 0.021726 -4.45662 0.0284597 -4.45647 0.0358562 -4.45631 0.0469359 -4.45615 0.0595756 -4.456 0.0662472 -4.45584 0.0672886 -4.45568 0.0738591 -4.45553 0.0924999 -4.45537 0.114216 -4.45521 0.124635 -4.45506 0.120296 -4.4549 0.107468 -4.45474 0.0911397 -4.45459 0.0748548 -4.45443 0.0703548 -4.45427 0.0929261 -4.45411 0.143297 -4.45396 0.201186 -4.4538 0.242873 -4.45364 0.260711 -4.45349 0.261344 -4.45333 0.249536 -4.45317 0.22424 -4.45302 0.190029 -4.45286 0.163373 -4.4527 0.158024 -4.45255 0.16904 -4.45239 0.176341 -4.45223 0.167783 -4.45208 0.1524 -4.45192 0.147885 -4.45176 0.159721 -4.45161 0.17781 -4.45145 0.190049 -4.45129 0.191413 -4.45114 0.180978 -4.45098 0.159167 -4.45082 0.132381 -4.45067 0.114495 -4.45051 0.117037 -4.45035 0.137562 -4.45019 0.161073 -4.45004 0.173072 -4.44988 0.16867 -4.44972 0.15316 -4.44957 0.139522 -4.44941 0.143226 -4.44925 0.17433 -4.4491 0.228034 -4.44894 0.283899 -4.44878 0.317627 -4.44863 0.316486 -4.44847 0.28729 -4.44831 0.250742 -4.44816 0.225261 -4.448 0.213294 -4.44784 0.203018 -4.44769 0.183402 -4.44753 0.156317 -4.44737 0.132159 -4.44722 0.119642 -4.44706 0.121787 -4.4469 0.137405 -4.44675 0.160248 -4.44659 0.179236 -4.44643 0.186305 -4.44627 0.186763 -4.44612 0.193931 -4.44596 0.214185 -4.4458 0.24063 -4.44565 0.263161 -4.44549 0.278099 -4.44533 0.286682 -4.44518 0.289479 -4.44502 0.288023 -4.44486 0.285462 -4.44471 0.281671 -4.44455 0.273001 -4.44439 0.259271 -4.44424 0.248521 -4.44408 0.246144 -4.44392 0.244294 -4.44377 0.23008 -4.44361 0.202917 -4.44345 0.176561 -4.4433 0.162995 -4.44314 0.160251 -4.44298 0.158594 -4.44283 0.153904 -4.44267 0.153062 -4.44251 0.166059 -4.44235 0.194509 -4.4422 0.22608 -4.44204 0.245174 -4.44188 0.247878 -4.44173 0.245094 -4.44157 0.245644 -4.44141 0.244616 -4.44126 0.234262 -4.4411 0.221802 -4.44094 0.222774 -4.44079 0.236431 -4.44063 0.243256 -4.44047 0.229568 -4.44032 0.205239 -4.44016 0.189529 -4.44 0.187311 -4.43985 0.18891 -4.43969 0.187829 -4.43953 0.189526 -4.43938 0.203596 -4.43922 0.233871 -4.43906 0.273334 -4.43891 0.306337 -4.43875 0.318622 -4.43859 0.309392 -4.43843 0.293911 -4.43828 0.286025 -4.43812 0.282715 -4.43796 0.269061 -4.43781 0.23693 -4.43765 0.196281 -4.43749 0.167568 -4.43734 0.16603 -4.43718 0.187529 -4.43702 0.207812 -4.43687 0.200742 -4.43671 0.162095 -4.43655 0.112032 -4.4364 0.0715999 -4.43624 0.0435267 -4.43608 0.0225734 -4.43593 0.0121442 -4.43577 0.022614 -4.43561 0.0558005 -4.43546 0.103008 -4.4353 0.15282 -4.43514 0.192674 -4.43498 0.207656 -4.43483 0.192865 -4.43467 0.165445 -4.43451 0.148674 -4.43436 0.14589 -4.4342 0.142542 -4.43404 0.133594 -4.43389 0.131263 -4.43373 0.143132 -4.43357 0.15937 -4.43342 0.170176 -4.43326 0.178991 -4.4331 0.189964 -4.43295 0.196258 -4.43279 0.194152 -4.43263 0.195875 -4.43248 0.215047 -4.43232 0.24465 -4.43216 0.265754 -4.43201 0.272149 -4.43185 0.27103 -4.43169 0.26597 -4.43154 0.254884 -4.43138 0.244111 -4.43122 0.246058 -4.43106 0.259719 -4.43091 0.267591 -4.43075 0.259086 -4.43059 0.245761 -4.43044 0.245966 -4.43028 0.262385 -4.43012 0.282441 -4.42997 0.293619 -4.42981 0.290789 -4.42965 0.274132 -4.4295 0.247356 -4.42934 0.217729 -4.42918 0.191625 -4.42903 0.168481 -4.42887 0.144698 -4.42871 0.12179 -4.42856 0.107488 -4.4284 0.107675 -4.42824 0.119637 -4.42809 0.137518 -4.42793 0.161221 -4.42777 0.197122 -4.42762 0.246485 -4.42746 0.295728 -4.4273 0.324294 -4.42714 0.323788 -4.42699 0.306108 -4.42683 0.286575 -4.42667 0.265358 -4.42652 0.232443 -4.42636 0.189399 -4.4262 0.153401 -4.42605 0.137265 -4.42589 0.132836 -4.42573 0.125655 -4.42558 0.118138 -4.42542 0.127662 -4.42526 0.16119 -4.42511 0.202402 -4.42495 0.230158 -4.42479 0.239987 -4.42464 0.241681 -4.42448 0.242929 -4.42432 0.244644 -4.42417 0.248909 -4.42401 0.261102 -4.42385 0.279629 -4.4237 0.293374 -4.42354 0.293977 -4.42338 0.284855 -4.42322 0.274693 -4.42307 0.267064 -4.42291 0.260105 -4.42275 0.252703 -4.4226 0.243701 -4.42244 0.229207 -4.42228 0.205929 -4.42213 0.17738 -4.42197 0.152086 -4.42181 0.134472 -4.42166 0.123196 -4.4215 0.114686 -4.42134 0.107206 -4.42119 0.101755 -4.42103 0.102443 -4.42087 0.114159 -4.42072 0.138412 -4.42056 0.171066 -4.4204 0.205976 -4.42025 0.233656 -4.42009 0.240211 -4.41993 0.21633 -4.41978 0.174441 -4.41962 0.144626 -4.41946 0.141922 -4.4193 0.148753 -4.41915 0.142668 -4.41899 0.129827 -4.41883 0.132383 -4.41868 0.150961 -4.41852 0.163187 -4.41836 0.158862 -4.41821 0.153003 -4.41805 0.159696 -4.41789 0.1761 -4.41774 0.197239 -4.41758 0.225504 -4.41742 0.255163 -4.41727 0.267628 -4.41711 0.2548 -4.41695 0.229785 -4.4168 0.203212 -4.41664 0.168562 -4.41648 0.124929 -4.41633 0.0937166 -4.41617 0.0924592 -4.41601 0.108302 -4.41586 0.119348 -4.4157 0.128719 -4.41554 0.15075 -4.41538 0.174949 -4.41523 0.17444 -4.41507 0.147935 -4.41491 0.125869 -4.41476 0.131085 -4.4146 0.154749 -4.41444 0.17398 -4.41429 0.174679 -4.41413 0.154165 -4.41397 0.120004 -4.41382 0.0906421 -4.41366 0.0820988 -4.4135 0.0883906 -4.41335 0.0896767 -4.41319 0.0791978 -4.41303 0.0682064 -4.41288 0.0636516 -4.41272 0.0631664 -4.41256 0.0721662 -4.41241 0.104819 -4.41225 0.156406 -4.41209 0.1963 -4.41193 0.200891 -4.41178 0.178646 -4.41162 0.15568 -4.41146 0.148308 -4.41131 0.159908 -4.41115 0.186239 -4.41099 0.212344 -4.41084 0.218882 -4.41068 0.204893 -4.41052 0.192956 -4.41037 0.199532 -4.41021 0.212369 -4.41005 0.210307 -4.4099 0.192179 -4.40974 0.170268 -4.40958 0.147602 -4.40943 0.121394 -4.40927 0.100342 -4.40911 0.0991241 -4.40896 0.116398 -4.4088 0.136293 -4.40864 0.151102 -4.40849 0.165252 -4.40833 0.177316 -4.40817 0.175764 -4.40801 0.15831 -4.40786 0.142185 -4.4077 0.147004 -4.40754 0.172958 -4.40739 0.203381 -4.40723 0.222427 -4.40707 0.227222 -4.40692 0.225017 -4.40676 0.223124 -4.4066 0.223043 -4.40645 0.222818 -4.40629 0.222056 -4.40613 0.220993 -4.40598 0.214495 -4.40582 0.196234 -4.40566 0.168775 -4.40551 0.143339 -4.40535 0.125142 -4.40519 0.107213 -4.40504 0.0837334 -4.40488 0.0597953 -4.40472 0.0413924 -4.40457 0.0264745 -4.40441 0.0156924 -4.40425 0.0233467 -4.40409 0.0605516 -4.40394 0.114632 -4.40378 0.157927 -4.40362 0.175165 -4.40347 0.170441 -4.40331 0.151459 -4.40315 0.125264 -4.403 0.106546 -4.40284 0.110251 -4.40268 0.130477 -4.40253 0.140658 -4.40237 0.125188 -4.40221 0.0977101 -4.40206 0.0821268 -4.4019 0.0871466 -4.40174 0.107327 -4.40159 0.138473 -4.40143 0.178357 -4.40127 0.217408 -4.40112 0.241394 -4.40096 0.245658 -4.4008 0.237798 -4.40065 0.226277 -4.40049 0.212288 -4.40033 0.19301 -4.40017 0.16919 -4.40002 0.147728 -4.39986 0.13894 -4.3997 0.150694 -4.39955 0.180285 -4.39939 0.213232 -4.39923 0.231362 -4.39908 0.225 -4.39892 0.197656 -4.39876 0.162977 -4.39861 0.135994 -4.39845 0.125324 -4.39829 0.129869 -4.39814 0.140598 -4.39798 0.146685 -4.39782 0.142626 -4.39767 0.131687 -4.39751 0.12627 -4.39735 0.141177 -4.3972 0.17955 -4.39704 0.225824 -4.39688 0.255705 -4.39673 0.258191 -4.39657 0.245237 -4.39641 0.237358 -4.39625 0.242781 -4.3961 0.254252 -4.39594 0.263864 -4.39578 0.273292 -4.39563 0.286568 -4.39547 0.2971 -4.39531 0.291037 -4.39516 0.262328 -4.395 0.222319 -4.39484 0.190193 -4.39469 0.177254 -4.39453 0.181443 -4.39437 0.193748 -4.39422 0.205089 -4.39406 0.208136 -4.3939 0.200289 -4.39375 0.186534 -4.39359 0.175696 -4.39343 0.170096 -4.39328 0.163946 -4.39312 0.152723 -4.39296 0.142017 -4.39281 0.143292 -4.39265 0.160852 -4.39249 0.184874 -4.39233 0.198127 -4.39218 0.190095 -4.39202 0.165503 -4.39186 0.139909 -4.39171 0.124859 -4.39155 0.120912 -4.39139 0.123663 -4.39124 0.134946 -4.39108 0.1574 -4.39092 0.183558 -4.39077 0.198764 -4.39061 0.19608 -4.39045 0.18237 -4.3903 0.167451 -4.39014 0.1548 -4.38998 0.146317 -4.38983 0.146203 -4.38967 0.154294 -4.38951 0.162215 -4.38936 0.162858 -4.3892 0.158661 -4.38904 0.155641 -4.38889 0.153764 -4.38873 0.150601 -4.38857 0.147427 -4.38841 0.14483 -4.38826 0.13812 -4.3881 0.123353 -4.38794 0.105202 -4.38779 0.0925624 -4.38763 0.0891176 -4.38747 0.0944069 -4.38732 0.109003 -4.38716 0.132155 -4.387 0.158356 -4.38685 0.181665 -4.38669 0.200511 -4.38653 0.212083 -4.38638 0.209144 -4.38622 0.190253 -4.38606 0.169873 -4.38591 0.166826 -4.38575 0.183809 -4.38559 0.203983 -4.38544 0.20692 -4.38528 0.182675 -4.38512 0.136168 -4.38496 0.0875106 -4.38481 0.0621017 -4.38465 0.0694501 -4.38449 0.0930485 -4.38434 0.109103 -4.38418 0.111884 -4.38402 0.112615 -4.38387 0.116691 -4.38371 0.117613 -4.38355 0.110376 -4.3834 0.0979213 -4.38324 0.085133 -4.38308 0.0768207 -4.38293 0.0810473 -4.38277 0.101476 -4.38261 0.125072 -4.38246 0.133405 -4.3823 0.127453 -4.38214 0.12527 -4.38199 0.133669 -4.38183 0.14051 -4.38167 0.140785 -4.38152 0.15244 -4.38136 0.189817 -4.3812 0.237929 -4.38104 0.268153 -4.38089 0.271884 -4.38073 0.264883 -4.38057 0.261882 -4.38042 0.262537 -4.38026 0.260244 -4.3801 0.251962 -4.37995 0.238837 -4.37979 0.22277 -4.37963 0.205892 -4.37948 0.18885 -4.37932 0.170877 -4.37916 0.155204 -4.37901 0.149387 -4.37885 0.155136 -4.37869 0.165078 -4.37854 0.173564 -4.37838 0.18689 -4.37822 0.212948 -4.37807 0.243972 -4.37791 0.261775 -4.37775 0.260529 -4.3776 0.255488 -4.37744 0.265199 -4.37728 0.290179 -4.37712 0.311807 -4.37697 0.312775 -4.37681 0.294491 -4.37665 0.274004 -4.3765 0.265379 -4.37634 0.265234 -4.37618 0.258939 -4.37603 0.239945 -4.37587 0.215532 -4.37571 0.195143 -4.37556 0.178867 -4.3754 0.1625 -4.37524 0.146722 -4.37509 0.134792 -4.37493 0.125765 -4.37477 0.116895 -4.37462 0.111321 -4.37446 0.11709 -4.3743 0.136077 -4.37415 0.158365 -4.37399 0.169358 -4.37383 0.162453 -4.37368 0.145951 -4.37352 0.134699 -4.37336 0.133575 -4.3732 0.132178 -4.37305 0.121087 -4.37289 0.110438 -4.37273 0.119124 -4.37258 0.146709 -4.37242 0.168809 -4.37226 0.167148 -4.37211 0.151114 -4.37195 0.140414 -4.37179 0.138238 -4.37164 0.134323 -4.37148 0.126348 -4.37132 0.121989 -4.37117 0.122332 -4.37101 0.116978 -4.37085 0.0982688 -4.3707 0.069789 -4.37054 0.0412382 -4.37038 0.0243821 -4.37023 0.0307842 -4.37007 0.0620903 -4.36991 0.100714 -4.36976 0.123475 -4.3696 0.125802 -4.36944 0.123443 -4.36928 0.128733 -4.36913 0.138712 -4.36897 0.148074 -4.36881 0.159108 -4.36866 0.170292 -4.3685 0.169611 -4.36834 0.153576 -4.36819 0.141464 -4.36803 0.156611 -4.36787 0.193059 -4.36772 0.220215 -4.36756 0.218843 -4.3674 0.198582 -4.36725 0.178476 -4.36709 0.161871 -4.36693 0.14133 -4.36678 0.116304 -4.36662 0.0952989 -4.36646 0.0847614 -4.36631 0.0842933 -4.36615 0.092236 -4.36599 0.10591 -4.36584 0.117952 -4.36568 0.122955 -4.36552 0.126572 -4.36536 0.140188 -4.36521 0.160412 -4.36505 0.166568 -4.36489 0.143612 -4.36474 0.103712 -4.36458 0.07223 -4.36442 0.0589829 -4.36427 0.0544537 -4.36411 0.0500605 -4.36395 0.0500647 -4.3638 0.0578711 -4.36364 0.0673352 -4.36348 0.0744072 -4.36333 0.0876773 -4.36317 0.114646 -4.36301 0.144052 -4.36286 0.153001 -4.3627 0.132225 -4.36254 0.0965771 -4.36239 0.0711438 -4.36223 0.0720536 -4.36207 0.0990045 -4.36191 0.13729 -4.36176 0.168544 -4.3616 0.182866 -4.36144 0.185591 -4.36129 0.188593 -4.36113 0.193588 -4.36097 0.192416 -4.36082 0.177965 -4.36066 0.152691 -4.3605 0.12411 -4.36035 0.0973607 -4.36019 0.0751738 -4.36003 0.0579992 -4.35988 0.0442242 -4.35972 0.0322812 -4.35956 0.0280939 -4.35941 0.0424612 -4.35925 0.0784184 -4.35909 0.124547 -4.35894 0.165224 -4.35878 0.194476 -4.35862 0.216154 -4.35847 0.232516 -4.35831 0.241125 -4.35815 0.239858 -4.35799 0.2309 -4.35784 0.21553 -4.35768 0.191353 -4.35752 0.15951 -4.35737 0.128827 -4.35721 0.10827 -4.35705 0.094825 -4.3569 0.0796101 -4.35674 0.0611779 -4.35658 0.0501869 -4.35643 0.0551594 -4.35627 0.070031 -4.35611 0.082911 -4.35596 0.0913913 -4.3558 0.102291 -4.35564 0.117935 -4.35549 0.132452 -4.35533 0.143238 -4.35517 0.156871 -4.35502 0.177833 -4.35486 0.198232 -4.3547 0.207055 -4.35455 0.204993 -4.35439 0.203719 -4.35423 0.209174 -4.35407 0.214841 -4.35392 0.212496 -4.35376 0.202993 -4.3536 0.193863 -4.35345 0.188287 -4.35329 0.182001 -4.35313 0.170635 -4.35298 0.155536 -4.35282 0.141137 -4.35266 0.129881 -4.35251 0.121907 -4.35235 0.120254 -4.35219 0.129763 -4.35204 0.148965 -4.35188 0.167927 -4.35172 0.178513 -4.35157 0.184247 -4.35141 0.194124 -4.35125 0.205435 -4.3511 0.202344 -4.35094 0.173312 -4.35078 0.126663 -4.35063 0.0837796 -4.35047 0.0603477 -4.35031 0.0584639 -4.35015 0.0722625 -4.35 0.093465 -4.34984 0.114415 -4.34968 0.129543 -4.34953 0.137114 -4.34937 0.140153 -4.34921 0.143525 -4.34906 0.151788 -4.3489 0.164645 -4.34874 0.174339 -4.34859 0.17117 -4.34843 0.15295 -4.34827 0.127128 -4.34812 0.102924 -4.34796 0.0828054 -4.3478 0.0648471 -4.34765 0.0479852 -4.34749 0.0334159 -4.34733 0.0232379 -4.34718 0.0214586 -4.34702 0.0331733 -4.34686 0.059115 -4.34671 0.0915434 -4.34655 0.11958 -4.34639 0.135279 -4.34623 0.135177 -4.34608 0.118928 -4.34592 0.0911483 -4.34576 0.0602171 -4.34561 0.0338279 -4.34545 0.0160741 -4.34529 0.012524 -4.34514 0.0315992 -4.34498 0.0730901 -4.34482 0.119823 -4.34467 0.148221 -4.34451 0.149136 -4.34435 0.135905 -4.3442 0.131431 -4.34404 0.146868 -4.34388 0.173285 -4.34373 0.192184 -4.34357 0.19545 -4.34341 0.193929 -4.34326 0.202982 -4.3431 0.222046 -4.34294 0.234195 -4.34279 0.228388 -4.34263 0.214065 -4.34247 0.208314 -4.34231 0.218538 -4.34216 0.242194 -4.342 0.272033 -4.34184 0.298485 -4.34169 0.310602 -4.34153 0.306097 -4.34137 0.293492 -4.34122 0.276814 -4.34106 0.248652 -4.3409 0.205954 -4.34075 0.163626 -4.34059 0.13868 -4.34043 0.128917 -4.34028 0.124111 -4.34012 0.129655 -4.33996 0.156007 -4.33981 0.191483 -4.33965 0.207397 -4.33949 0.195065 -4.33934 0.175184 -4.33918 0.163495 -4.33902 0.1485 -4.33886 0.117264 -4.33871 0.0829761 -4.33855 0.0685484 -4.33839 0.0765334 -4.33824 0.0904471 -4.33808 0.101575 -4.33792 0.117825 -4.33777 0.147856 -4.33761 0.191779 -4.33745 0.244601 -4.3373 0.297447 -4.33714 0.336063 -4.33698 0.346742 -4.33683 0.32785 -4.33667 0.289575 -4.33651 0.244902 -4.33636 0.204489 -4.3362 0.178254 -4.33604 0.17164 -4.33589 0.179952 -4.33573 0.19202 -4.33557 0.202537 -4.33542 0.21626 -4.33526 0.241693 -4.3351 0.280366 -4.33494 0.320818 -4.33479 0.342936 -4.33463 0.330839 -4.33447 0.286333 -4.33432 0.229489 -4.33416 0.181842 -4.334 0.15195 -4.33385 0.135592 -4.33369 0.125274 -4.33353 0.115088 -4.33338 0.103659 -4.33322 0.094676 -4.33306 0.0937032 -4.33291 0.0996518 -4.33275 0.107448 -4.33259 0.119021 -4.33244 0.142164 -4.33228 0.173236 -4.33212 0.192957 -4.33197 0.189406 -4.33181 0.178344 -4.33165 0.186063 -4.3315 0.215565 -4.33134 0.243404 -4.33118 0.249245 -4.33102 0.237095 -4.33087 0.224396 -4.33071 0.221146 -4.33055 0.22212 -4.3304 0.213704 -4.33024 0.187302 -4.33008 0.149486 -4.32993 0.117744 -4.32977 0.103124 -4.32961 0.0997983 -4.32946 0.0984394 -4.3293 0.104514 -4.32914 0.13029 -4.32899 0.173142 -4.32883 0.214204 -4.32867 0.238531 -4.32852 0.246045 -4.32836 0.240602 -4.3282 0.224406 -4.32805 0.207142 -4.32789 0.203142 -4.32773 0.210875 -4.32758 0.206925 -4.32742 0.175643 -4.32726 0.134592 -4.3271 0.116948 -4.32695 0.131523 -4.32679 0.155267 -4.32663 0.163602 -4.32648 0.156972 -4.32632 0.15198 -4.32616 0.159121 -4.32601 0.175533 -4.32585 0.194362 -4.32569 0.213276 -4.32554 0.232466 -4.32538 0.248254 -4.32522 0.25445 -4.32507 0.249176 -4.32491 0.237948 -4.32475 0.227599 -4.3246 0.219523 -4.32444 0.211499 -4.32428 0.20351 -4.32413 0.195066 -4.32397 0.1781 -4.32381 0.144322 -4.32366 0.103277 -4.3235 0.0816842 -4.32334 0.0957896 -4.32318 0.129789 -4.32303 0.152905 -4.32287 0.151511 -4.32271 0.136211 -4.32256 0.120114 -4.3224 0.105637 -4.32224 0.0930257 -4.32209 0.0885931 -4.32193 0.0952702 -4.32177 0.103305 -4.32162 0.102537 -4.32146 0.0959216 -4.3213 0.0943856 -4.32115 0.098792 -4.32099 0.0980455 -4.32083 0.0852993 -4.32068 0.0700782 -4.32052 0.0655388 -4.32036 0.0714832 -4.32021 0.0768001 -4.32005 0.0767741 -4.31989 0.0788294 -4.31974 0.0901306 -4.31958 0.104285 -4.31942 0.108199 -4.31926 0.0987981 -4.31911 0.0842619 -4.31895 0.0699921 -4.31879 0.0536379 -4.31864 0.0360185 -4.31848 0.0299473 -4.31832 0.0473634 -4.31817 0.0826228 -4.31801 0.116576 -4.31785 0.13768 -4.3177 0.150298 -4.31754 0.161297 -4.31738 0.168324 -4.31723 0.16479 -4.31707 0.15171 -4.31691 0.137958 -4.31676 0.131914 -4.3166 0.135905 -4.31644 0.147161 -4.31629 0.160331 -4.31613 0.169685 -4.31597 0.172831 -4.31581 0.17226 -4.31566 0.17339 -4.3155 0.181965 -4.31534 0.202394 -4.31519 0.236605 -4.31503 0.28025 -4.31487 0.322905 -4.31472 0.353928 -4.31456 0.367693 -4.3144 0.364715 -4.31425 0.351353 -4.31409 0.337885 -4.31393 0.332578 -4.31378 0.332383 -4.31362 0.324404 -4.31346 0.300239 -4.31331 0.266509 -4.31315 0.237072 -4.31299 0.219776 -4.31284 0.21332 -4.31268 0.21495 -4.31252 0.222123 -4.31237 0.230163 -4.31221 0.233822 -4.31205 0.234152 -4.31189 0.236579 -4.31174 0.242597 -4.31158 0.245524 -4.31142 0.237197 -4.31127 0.216722 -4.31111 0.192633 -4.31095 0.177755 -4.3108 0.178679 -4.31064 0.188435 -4.31048 0.192208 -4.31033 0.18246 -4.31017 0.166619 -4.31001 0.153489 -4.30986 0.139187 -4.3097 0.116952 -4.30954 0.092913 -4.30939 0.081891 -4.30923 0.085002 -4.30907 0.088794 -4.30892 0.0874697 -4.30876 0.0917305 -4.3086 0.107894 -4.30845 0.124155 -4.30829 0.128256 -4.30813 0.125251 -4.30797 0.125809 -4.30782 0.126084 -4.30766 0.115943 -4.3075 0.102135 -4.30735 0.104388 -4.30719 0.128469 -4.30703 0.157187 -4.30688 0.171602 -4.30672 0.169844 -4.30656 0.162203 -4.30641 0.157581 -4.30625 0.159851 -4.30609 0.170505 -4.30594 0.188642 -4.30578 0.211816 -4.30562 0.237854 -4.30547 0.261275 -4.30531 0.271149 -4.30515 0.261623 -4.305 0.243345 -4.30484 0.234937 -4.30468 0.240909 -4.30453 0.248253 -4.30437 0.246628 -4.30421 0.240731 -4.30405 0.238241 -4.3039 0.236122 -4.30374 0.227537 -4.30358 0.213143 -4.30343 0.197868 -4.30327 0.180125 -4.30311 0.155758 -4.30296 0.129056 -4.3028 0.109466 -4.30264 0.0986513 -4.30249 0.0880645 -4.30233 0.0713847 -4.30217 0.0528807 -4.30202 0.0420909 -4.30186 0.041934 -4.3017 0.0446906 -4.30155 0.0384786 -4.30139 0.020471 -4.30123 0.0019567 -4.30108 -0.00296732 -4.30092 0.00613585 -4.30076 0.0172328 -4.30061 0.0252604 -4.30045 0.0402205 -4.30029 0.069808 -4.30013 0.104222 -4.29998 0.127945 -4.29982 0.141325 -4.29966 0.158299 -4.29951 0.183311 -4.29935 0.205296 -4.29919 0.216374 -4.29904 0.223617 -4.29888 0.236859 -4.29872 0.252198 -4.29857 0.255858 -4.29841 0.243591 -4.29825 0.228346 -4.2981 0.227709 -4.29794 0.248739 -4.29778 0.28105 -4.29763 0.306734 -4.29747 0.315148 -4.29731 0.308663 -4.29716 0.295899 -4.297 0.279507 -4.29684 0.255152 -4.29669 0.22071 -4.29653 0.181789 -4.29637 0.146369 -4.29621 0.11964 -4.29606 0.104536 -4.2959 0.102544 -4.29574 0.108754 -4.29559 0.11174 -4.29543 0.104095 -4.29527 0.0927476 -4.29512 0.093132 -4.29496 0.111147 -4.2948 0.134896 -4.29465 0.145767 -4.29449 0.136624 -4.29433 0.114862 -4.29418 0.0937987 -4.29402 0.0818111 -4.29386 0.0814577 -4.29371 0.0944888 -4.29355 0.120977 -4.29339 0.15561 -4.29324 0.184856 -4.29308 0.194134 -4.29292 0.180157 -4.29276 0.156666 -4.29261 0.145348 -4.29245 0.156927 -4.29229 0.182002 -4.29214 0.200234 -4.29198 0.199367 -4.29182 0.181684 -4.29167 0.157141 -4.29151 0.135247 -4.29135 0.12584 -4.2912 0.13702 -4.29104 0.167195 -4.29088 0.203687 -4.29073 0.234957 -4.29057 0.260295 -4.29041 0.283023 -4.29026 0.298746 -4.2901 0.299563 -4.28994 0.287007 -4.28979 0.270017 -4.28963 0.252055 -4.28947 0.231181 -4.28932 0.212441 -4.28916 0.207534 -4.289 0.216716 -4.28884 0.224148 -4.28869 0.216786 -4.28853 0.198339 -4.28837 0.178138 -4.28822 0.155934 -4.28806 0.129614 -4.2879 0.108106 -4.28775 0.103009 -4.28759 0.111745 -4.28743 0.123435 -4.28728 0.136188 -4.28712 0.153133 -4.28696 0.165283 -4.28681 0.154637 -4.28665 0.122019 -4.28649 0.0919294 -4.28634 0.0828506 -4.28618 0.0850456 -4.28602 0.0791827 -4.28587 0.0674715 -4.28571 0.0691807 -4.28555 0.0895366 -4.2854 0.109102 -4.28524 0.106817 -4.28508 0.0870155 -4.28492 0.074299 -4.28477 0.0884042 -4.28461 0.127066 -4.28445 0.173021 -4.2843 0.209205 -4.28414 0.225844 -4.28398 0.217934 -4.28383 0.184798 -4.28367 0.1366 -4.28351 0.0956363 -4.28336 0.0804203 -4.2832 0.0896393 -4.28304 0.107168 -4.28289 0.123969 -4.28273 0.147043 -4.28257 0.182238 -4.28242 0.218021 -4.28226 0.23375 -4.2821 0.223032 -4.28195 0.199071 -4.28179 0.178307 -4.28163 0.16545 -4.28148 0.1543 -4.28132 0.137706 -4.28116 0.114533 -4.281 0.0915338 -4.28085 0.0804694 -4.28069 0.0887334 -4.28053 0.110783 -4.28038 0.132416 -4.28022 0.147678 -4.28006 0.165774 -4.27991 0.195416 -4.27975 0.228061 -4.27959 0.24661 -4.27944 0.24893 -4.27928 0.253906 -4.27912 0.278153 -4.27897 0.312065 -4.27881 0.325905 -4.27865 0.298799 -4.2785 0.237575 -4.27834 0.168773 -4.27818 0.12086 -4.27803 0.110715 -4.27787 0.138371 -4.27771 0.186112 -4.27756 0.226132 -4.2774 0.237497 -4.27724 0.217663 -4.27708 0.179472 -4.27693 0.139632 -4.27677 0.110921 -4.27661 0.0999749 -4.27646 0.104503 -4.2763 0.113438 -4.27614 0.116044 -4.27599 0.114518 -4.27583 0.122033 -4.27567 0.145528 -4.27552 0.173177 -4.27536 0.185577 -4.2752 0.179392 -4.27505 0.173334 -4.27489 0.188278 -4.27473 0.224272 -4.27458 0.260795 -4.27442 0.275669 -4.27426 0.261284 -4.27411 0.226995 -4.27395 0.191663 -4.27379 0.174724 -4.27364 0.183735 -4.27348 0.207182 -4.27332 0.22306 -4.27316 0.219847 -4.27301 0.205316 -4.27285 0.195157 -4.27269 0.196717 -4.27254 0.207927 -4.27238 0.223036 -4.27222 0.232203 -4.27207 0.222387 -4.27191 0.188638 -4.27175 0.143606 -4.2716 0.106106 -4.27144 0.0827694 -4.27128 0.0685939 -4.27113 0.0648688 -4.27097 0.0817495 -4.27081 0.121036 -4.27066 0.168617 -4.2705 0.208024 -4.27034 0.23203 -4.27019 0.237283 -4.27003 0.22041 -4.26987 0.18706 -4.26972 0.154875 -4.26956 0.137758 -4.2694 0.132533 -4.26924 0.128917 -4.26909 0.12513 -4.26893 0.124558 -4.26877 0.125375 -4.26862 0.124801 -4.26846 0.127925 -4.2683 0.139419 -4.26815 0.149789 -4.26799 0.142225 -4.26783 0.114616 -4.26768 0.0830469 -4.26752 0.0620445 -4.26736 0.0523271 -4.26721 0.049484 -4.26705 0.0545558 -4.26689 0.0703363 -4.26674 0.0938712 -4.26658 0.118277 -4.26642 0.138124 -4.26627 0.15325 -4.26611 0.168582 -4.26595 0.191327 -4.26579 0.222475 -4.26564 0.252314 -4.26548 0.268658 -4.26532 0.269049 -4.26517 0.260963 -4.26501 0.254121 -4.26485 0.258332 -4.2647 0.283137 -4.26454 0.3271 -4.26438 0.368531 -4.26423 0.382367 -4.26407 0.367724 -4.26391 0.348144 -4.26376 0.338972 -4.2636 0.328427 -4.26344 0.30052 -4.26329 0.262562 -4.26313 0.235749 -4.26297 0.226191 -4.26282 0.220462 -4.26266 0.211412 -4.2625 0.209466 -4.26235 0.224087 -4.26219 0.244135 -4.26203 0.245922 -4.26187 0.219316 -4.26172 0.175996 -4.26156 0.137115 -4.2614 0.118298 -4.26125 0.124449 -4.26109 0.151033 -4.26093 0.184295 -4.26078 0.207954 -4.26062 0.216349 -4.26046 0.220051 -4.26031 0.231738 -4.26015 0.249345 -4.25999 0.258442 -4.25984 0.251029 -4.25968 0.234054 -4.25952 0.217116 -4.25937 0.202456 -4.25921 0.189477 -4.25905 0.180099 -4.2589 0.172428 -4.25874 0.157585 -4.25858 0.133268 -4.25843 0.112649 -4.25827 0.109788 -4.25811 0.121254 -4.25795 0.13425 -4.2578 0.147894 -4.25764 0.172066 -4.25748 0.205307 -4.25733 0.230893 -4.25717 0.238532 -4.25701 0.236623 -4.25686 0.235798 -4.2567 0.23214 -4.25654 0.213475 -4.25639 0.17743 -4.25623 0.134713 -4.25607 0.0991894 -4.25592 0.0807921 -4.25576 0.0827106 -4.2556 0.0997536 -4.25545 0.12174 -4.25529 0.139207 -4.25513 0.149322 -4.25498 0.15451 -4.25482 0.159509 -4.25466 0.169341 -4.25451 0.182504 -4.25435 0.190175 -4.25419 0.186092 -4.25403 0.176632 -4.25388 0.172173 -4.25372 0.17091 -4.25356 0.161082 -4.25341 0.140574 -4.25325 0.122772 -4.25309 0.120935 -4.25294 0.135463 -4.25278 0.1598 -4.25262 0.186102 -4.25247 0.202704 -4.25231 0.197165 -4.25215 0.170984 -4.252 0.141888 -4.25184 0.123731 -4.25168 0.111757 -4.25153 0.0943839 -4.25137 0.0713101 -4.25121 0.0506922 -4.25106 0.0354327 -4.2509 0.0215743 -4.25074 0.00771582 -4.25059 -0.00136915 -4.25043 0.00104694 -4.25027 0.0194757 -4.25011 0.0505027 -4.24996 0.079009 -4.2498 0.0883867 -4.24964 0.0802426 -4.24949 0.0755474 -4.24933 0.0902412 -4.24917 0.116841 -4.24902 0.136266 -4.24886 0.138198 -4.2487 0.123963 -4.24855 0.098662 -4.24839 0.0720778 -4.24823 0.0600078 -4.24808 0.0713316 -4.24792 0.0959721 -4.24776 0.115919 -4.24761 0.125681 -4.24745 0.131647 -4.24729 0.138818 -4.24714 0.148513 -4.24698 0.164638 -4.24682 0.187434 -4.24667 0.203343 -4.24651 0.196651 -4.24635 0.172239 -4.24619 0.156848 -4.24604 0.171969 -4.24588 0.211666 -4.24572 0.249135 -4.24557 0.260976 -4.24541 0.244016 -4.24525 0.213263 -4.2451 0.185181 -4.24494 0.161782 -4.24478 0.134366 -4.24463 0.102896 -4.24447 0.0817557 -4.24431 0.0811472 -4.24416 0.0910673 -4.244 0.0967943 -4.24384 0.099637 -4.24369 0.110665 -4.24353 0.129035 -4.24337 0.14186 -4.24322 0.144342 -4.24306 0.145302 -4.2429 0.15069 -4.24274 0.154938 -4.24259 0.15069 -4.24243 0.137015 -4.24227 0.116049 -4.24212 0.0905967 -4.24196 0.0669921 -4.2418 0.0521206 -4.24165 0.047765 -4.24149 0.0530645 -4.24133 0.0708359 -4.24118 0.10019 -4.24102 0.128632 -4.24086 0.141543 -4.24071 0.139756 -4.24055 0.135197 -4.24039 0.133878 -4.24024 0.136389 -4.24008 0.153007 -4.23992 0.195759 -4.23977 0.252805 -4.23961 0.291955 -4.23945 0.297308 -4.2393 0.286428 -4.23914 0.283676 -4.23898 0.293895 -4.23882 0.310235 -4.23867 0.329439 -4.23851 0.34407 -4.23835 0.337087 -4.2382 0.302687 -4.23804 0.262393 -4.23788 0.242091 -4.23773 0.240738 -4.23757 0.239381 -4.23741 0.232239 -4.23726 0.227949 -4.2371 0.225976 -4.23694 0.213796 -4.23679 0.191413 -4.23663 0.175808 -4.23647 0.175694 -4.23632 0.176326 -4.23616 0.158164 -4.236 0.120271 -4.23585 0.0739554 -4.23569 0.0282953 -4.23553 -0.00752612 -4.23538 -0.0147645 -4.23522 0.0202603 -4.23506 0.0847156 -4.2349 0.145769 -4.23475 0.183609 -4.23459 0.208108 -4.23443 0.236044 -4.23428 0.263618 -4.23412 0.272037 -4.23396 0.256515 -4.23381 0.231624 -4.23365 0.209983 -4.23349 0.188353 -4.23334 0.162986 -4.23318 0.145928 -4.23302 0.148554 -4.23287 0.158113 -4.23271 0.14855 -4.23255 0.116439 -4.2324 0.0914472 -4.23224 0.100274 -4.23208 0.135064 -4.23193 0.164205 -4.23177 0.168544 -4.23161 0.15598 -4.23146 0.147788 -4.2313 0.156829 -4.23114 0.178292 -4.23098 0.192718 -4.23083 0.18316 -4.23067 0.155022 -4.23051 0.136251 -4.23036 0.150138 -4.2302 0.189967 -4.23004 0.226446 -4.22989 0.240436 -4.22973 0.237178 -4.22957 0.230646 -4.22942 0.225023 -4.22926 0.214858 -4.2291 0.196561 -4.22895 0.173167 -4.22879 0.153101 -4.22863 0.147604 -4.22848 0.165061 -4.22832 0.19939 -4.22816 0.229821 -4.22801 0.239864 -4.22785 0.23584 -4.22769 0.238544 -4.22754 0.25569 -4.22738 0.269727 -4.22722 0.259411 -4.22706 0.223079 -4.22691 0.177218 -4.22675 0.136728 -4.22659 0.107468 -4.22644 0.0951772 -4.22628 0.104835 -4.22612 0.129024 -4.22597 0.149025 -4.22581 0.154132 -4.22565 0.150519 -4.2255 0.145135 -4.22534 0.132069 -4.22518 0.107419 -4.22503 0.085453 -4.22487 0.0847117 -4.22471 0.103829 -4.22456 0.126095 -4.2244 0.14416 -4.22424 0.1628 -4.22409 0.176705 -4.22393 0.16791 -4.22377 0.131827 -4.22362 0.0925946 -4.22346 0.0813218 -4.2233 0.105729 -4.22314 0.146712 -4.22299 0.176683 -4.22283 0.178617 -4.22267 0.155621 -4.22252 0.130555 -4.22236 0.127419 -4.2222 0.149137 -4.22205 0.177877 -4.22189 0.197385 -4.22173 0.20642 -4.22158 0.206864 -4.22142 0.195115 -4.22126 0.17323 -4.22111 0.154717 -4.22095 0.148829 -4.22079 0.149662 -4.22064 0.150935 -4.22048 0.161101 -4.22032 0.190551 -4.22017 0.230455 -4.22001 0.260746 -4.21985 0.274634 -4.21969 0.28031 -4.21954 0.283166 -4.21938 0.278971 -4.21922 0.264824 -4.21907 0.245505 -4.21891 0.226312 -4.21875 0.207863 -4.2186 0.187269 -4.21844 0.159786 -4.21828 0.123342 -4.21813 0.0886528 -4.21797 0.0790069 -4.21781 0.106393 -4.21766 0.151831 -4.2175 0.182746 -4.21734 0.189185 -4.21719 0.188954 -4.21703 0.197246 -4.21687 0.206671 -4.21672 0.203363 -4.21656 0.190635 -4.2164 0.185465 -4.21625 0.198449 -4.21609 0.222171 -4.21593 0.241813 -4.21577 0.24949 -4.21562 0.24987 -4.21546 0.251388 -4.2153 0.254359 -4.21515 0.249921 -4.21499 0.236113 -4.21483 0.223097 -4.21468 0.218444 -4.21452 0.212177 -4.21436 0.190107 -4.21421 0.156616 -4.21405 0.130937 -4.21389 0.123525 -4.21374 0.127964 -4.21358 0.137655 -4.21342 0.152868 -4.21327 0.169389 -4.21311 0.175199 -4.21295 0.166743 -4.2128 0.157719 -4.21264 0.160643 -4.21248 0.170104 -4.21233 0.17432 -4.21217 0.174165 -4.21201 0.178929 -4.21185 0.18827 -4.2117 0.190527 -4.21154 0.180011 -4.21138 0.164525 -4.21123 0.153743 -4.21107 0.145956 -4.21091 0.13227 -4.21076 0.111125 -4.2106 0.0937807 -4.21044 0.0929002 -4.21029 0.108554 -4.21013 0.128392 -4.20997 0.142937 -4.20982 0.155187 -4.20966 0.170506 -4.2095 0.184 -4.20935 0.186708 -4.20919 0.179594 -4.20903 0.171114 -4.20888 0.161015 -4.20872 0.138102 -4.20856 0.0989193 -4.20841 0.0604614 -4.20825 0.0463203 -4.20809 0.0648972 -4.20793 0.103796 -4.20778 0.143331 -4.20762 0.168745 -4.20746 0.175528 -4.20731 0.168803 -4.20715 0.156768 -4.20699 0.143483 -4.20684 0.127537 -4.20668 0.107415 -4.20652 0.086153 -4.20637 0.0706002 -4.20621 0.0687047 -4.20605 0.0850181 -4.2059 0.113151 -4.20574 0.136516 -4.20558 0.142051 -4.20543 0.133968 -4.20527 0.123616 -4.20511 0.112921 -4.20496 0.0959603 -4.2048 0.0785144 -4.20464 0.0765544 -4.20449 0.094838 -4.20433 0.118378 -4.20417 0.132681 -4.20401 0.137508 -4.20386 0.136195 -4.2037 0.125682 -4.20354 0.108905 -4.20339 0.100886 -4.20323 0.109978 -4.20307 0.124216 -4.20292 0.130646 -4.20276 0.140045 -4.2026 0.173259 -4.20245 0.229504 -4.20229 0.284194 -4.20213 0.315957 -4.20198 0.322941 -4.20182 0.311433 -4.20166 0.288438 -4.20151 0.264002 -4.20135 0.24692 -4.20119 0.236867 -4.20104 0.226153 -4.20088 0.213209 -4.20072 0.202732 -4.20057 0.193011 -4.20041 0.179505 -4.20025 0.170681 -4.20009 0.181628 -4.19994 0.209603 -4.19978 0.229656 -4.19962 0.228362 -4.19947 0.222846 -4.19931 0.235179 -4.19915 0.260415 -4.199 0.275052 -4.19884 0.27201 -4.19868 0.265634 -4.19853 0.266121 -4.19837 0.266757 -4.19821 0.26078 -4.19806 0.255889 -4.1979 0.262509 -4.19774 0.276005 -4.19759 0.280656 -4.19743 0.269526 -4.19727 0.252376 -4.19712 0.245663 -4.19696 0.257107 -4.1968 0.281116 -4.19664 0.304559 -4.19649 0.316821 -4.19633 0.316153 -4.19617 0.307714 -4.19602 0.296622 -4.19586 0.28569 -4.1957 0.280126 -4.19555 0.286512 -4.19539 0.304769 -4.19523 0.319514 -4.19508 0.310706 -4.19492 0.272257 -4.19476 0.218869 -4.19461 0.171077 -4.19445 0.136788 -4.19429 0.109103 -4.19414 0.0781281 -4.19398 0.0409977 -4.19382 0.00418762 -4.19367 -0.0205342 -4.19351 -0.0248856 -4.19335 -0.012036 -4.1932 0.0059198 -4.19304 0.0225388 -4.19288 0.0435229 -4.19272 0.0724852 -4.19257 0.0989757 -4.19241 0.112222 -4.19225 0.122258 -4.1921 0.149322 -4.19194 0.188528 -4.19178 0.204904 -4.19163 0.176639 -4.19147 0.126576 -4.19131 0.0954782 -4.19116 0.0947089 -4.191 0.102346 -4.19084 0.101501 -4.19069 0.10043 -4.19053 0.113692 -4.19037 0.140109 -4.19022 0.164574 -4.19006 0.171391 -4.1899 0.153049 -4.18975 0.118397 -4.18959 0.0927416 -4.18943 0.0958304 -4.18928 0.116823 -4.18912 0.123952 -4.18896 0.104678 -4.1888 0.0828577 -4.18865 0.0872958 -4.18849 0.117318 -4.18833 0.149017 -4.18818 0.163895 -4.18802 0.160386 -4.18786 0.144335 -4.18771 0.126619 -4.18755 0.122648 -4.18739 0.139853 -4.18724 0.168075 -4.18708 0.192497 -4.18692 0.214389 -4.18677 0.244896 -4.18661 0.282132 -4.18645 0.310395 -4.1863 0.323426 -4.18614 0.332383 -4.18598 0.343483 -4.18583 0.342201 -4.18567 0.30955 -4.18551 0.248606 -4.18536 0.183406 -4.1852 0.133894 -4.18504 0.101496 -4.18488 0.0775848 -4.18473 0.0578192 -4.18457 0.0453545 -4.18441 0.0417652 -4.18426 0.0403236 -4.1841 0.031068 -4.18394 0.0117347 -4.18379 -0.00810223 -4.18363 -0.0175014 -4.18347 -0.0149393 -4.18332 -0.00709167 -4.18316 0.000463795 -4.183 0.00714249 -4.18285 0.0140583 -4.18269 0.022559 -4.18253 0.0359112 -4.18238 0.0562762 -4.18222 0.0800584 -4.18206 0.103165 -4.18191 0.127894 -4.18175 0.157312 -4.18159 0.186943 -4.18144 0.206336 -4.18128 0.21251 -4.18112 0.210551 -4.18096 0.202462 -4.18081 0.186053 -4.18065 0.166926 -4.18049 0.157883 -4.18034 0.160367 -4.18018 0.161221 -4.18002 0.154356 -4.17987 0.154711 -4.17971 0.177664 -4.17955 0.213826 -4.1794 0.239667 -4.17924 0.246975 -4.17908 0.245644 -4.17893 0.242532 -4.17877 0.231924 -4.17861 0.210762 -4.17846 0.186828 -4.1783 0.168667 -4.17814 0.156644 -4.17799 0.150142 -4.17783 0.151598 -4.17767 0.160107 -4.17752 0.168532 -4.17736 0.171397 -4.1772 0.170013 -4.17704 0.167957 -4.17689 0.168442 -4.17673 0.176174 -4.17657 0.192205 -4.17642 0.205161 -4.17626 0.199789 -4.1761 0.178441 -4.17595 0.163561 -4.17579 0.169958 -4.17563 0.186077 -4.17548 0.190335 -4.17532 0.177874 -4.17516 0.158085 -4.17501 0.137558 -4.17485 0.118498 -4.17469 0.111178 -4.17454 0.128209 -4.17438 0.165947 -4.17422 0.20359 -4.17407 0.222117 -4.17391 0.218515 -4.17375 0.200088 -4.17359 0.176201 -4.17344 0.156158 -4.17328 0.145233 -4.17312 0.140224 -4.17297 0.134894 -4.17281 0.131043 -4.17265 0.134212 -4.1725 0.138982 -4.17234 0.13106 -4.17218 0.111077 -4.17203 0.101419 -4.17187 0.122286 -4.17171 0.16474 -4.17156 0.199557 -4.1714 0.208429 -4.17124 0.198372 -4.17109 0.188567 -4.17093 0.189855 -4.17077 0.197456 -4.17062 0.199688 -4.17046 0.191939 -4.1703 0.183943 -4.17015 0.187236 -4.16999 0.198756 -4.16983 0.204699 -4.16967 0.203074 -4.16952 0.211042 -4.16936 0.241022 -4.1692 0.279142 -4.16905 0.300864 -4.16889 0.301487 -4.16873 0.295622 -4.16858 0.290293 -4.16842 0.276224 -4.16826 0.248735 -4.16811 0.218145 -4.16795 0.194694 -4.16779 0.175529 -4.16764 0.158704 -4.16748 0.156188 -4.16732 0.181759 -4.16717 0.229081 -4.16701 0.27578 -4.16685 0.304579 -4.1667 0.31221 -4.16654 0.302651 -4.16638 0.285132 -4.16623 0.276696 -4.16607 0.29035 -4.16591 0.318198 -4.16575 0.336084 -4.1656 0.331034 -4.16544 0.314793 -4.16528 0.304445 -4.16513 0.298384 -4.16497 0.280418 -4.16481 0.241652 -4.16466 0.18998 -4.1645 0.139424 -4.16434 0.0981359 -4.16419 0.0670656 -4.16403 0.0447534 -4.16387 0.0321083 -4.16372 0.0324547 -4.16356 0.0471121 -4.1634 0.0704419 -4.16325 0.0908755 -4.16309 0.0994672 -4.16293 0.0988551 -4.16278 0.099626 -4.16262 0.110318 -4.16246 0.130877 -4.16231 0.152772 -4.16215 0.164117 -4.16199 0.159625 -4.16183 0.149873 -4.16168 0.15357 -4.16152 0.177484 -4.16136 0.206309 -4.16121 0.220433 -4.16105 0.221122 -4.16089 0.229364 -4.16074 0.259397 -4.16058 0.301972 -4.16042 0.335502 -4.16027 0.346132 -4.16011 0.335042 -4.15995 0.3122 -4.1598 0.289457 -4.15964 0.274522 -4.15948 0.267677 -4.15933 0.265849 -4.15917 0.269877 -4.15901 0.281717 -4.15886 0.295868 -4.1587 0.301384 -4.15854 0.295715 -4.15839 0.287437 -4.15823 0.281794 -4.15807 0.270707 -4.15791 0.246695 -4.15776 0.217931 -4.1576 0.199585 -4.15744 0.195146 -4.15729 0.195004 -4.15713 0.189774 -4.15697 0.176066 -4.15682 0.152248 -4.15666 0.120427 -4.1565 0.0930482 -4.15635 0.0848508 -4.15619 0.0962015 -4.15603 0.11214 -4.15588 0.121805 -4.15572 0.129838 -4.15556 0.14448 -4.15541 0.163618 -4.15525 0.178943 -4.15509 0.188616 -4.15494 0.19769 -4.15478 0.208911 -4.15462 0.220069 -4.15447 0.227144 -4.15431 0.227936 -4.15415 0.22225 -4.15399 0.213695 -4.15384 0.208882 -4.15368 0.212489 -4.15352 0.222568 -4.15337 0.23139 -4.15321 0.2306 -4.15305 0.217073 -4.1529 0.196344 -4.15274 0.179505 -4.15258 0.171974 -4.15243 0.167002 -4.15227 0.154014 -4.15211 0.135575 -4.15196 0.126556 -4.1518 0.134774 -4.15164 0.150644 -4.15149 0.16143 -4.15133 0.168396 -4.15117 0.181108 -4.15102 0.200973 -4.15086 0.219995 -4.1507 0.233825 -4.15055 0.243553 -4.15039 0.246733 -4.15023 0.238134 -4.15007 0.219321 -4.14992 0.200936 -4.14976 0.191215 -4.1496 0.189597 -4.14945 0.193844 -4.14929 0.205406 -4.14913 0.222605 -4.14898 0.236724 -4.14882 0.241989 -4.14866 0.241779 -4.14851 0.240756 -4.14835 0.235769 -4.14819 0.222331 -4.14804 0.207023 -4.14788 0.202026 -4.14772 0.207035 -4.14757 0.208575 -4.14741 0.200293 -4.14725 0.193039 -4.1471 0.200132 -4.14694 0.218186 -4.14678 0.231774 -4.14662 0.231129 -4.14647 0.21745 -4.14631 0.193173 -4.14615 0.157928 -4.146 0.115572 -4.14584 0.0789446 -4.14568 0.0609982 -4.14553 0.0661808 -4.14537 0.0909542 -4.14521 0.128029 -4.14506 0.165645 -4.1449 0.187594 -4.14474 0.182716 -4.14459 0.156055 -4.14443 0.126211 -4.14427 0.109615 -4.14412 0.109623 -4.14396 0.117724 -4.1438 0.125945 -4.14365 0.13436 -4.14349 0.148254 -4.14333 0.16836 -4.14318 0.18489 -4.14302 0.18543 -4.14286 0.16795 -4.1427 0.144003 -4.14255 0.128813 -4.14239 0.130404 -4.14223 0.146394 -4.14208 0.164689 -4.14192 0.169186 -4.14176 0.151743 -4.14161 0.123861 -4.14145 0.108757 -4.14129 0.118094 -4.14114 0.140892 -4.14098 0.160844 -4.14082 0.173366 -4.14067 0.179323 -4.14051 0.171854 -4.14035 0.145145 -4.1402 0.111944 -4.14004 0.0959061 -4.13988 0.104821 -4.13973 0.126619 -4.13957 0.152146 -4.13941 0.186007 -4.13926 0.231488 -4.1391 0.278296 -4.13894 0.312979 -4.13878 0.331392 -4.13863 0.333552 -4.13847 0.317776 -4.13831 0.28851 -4.13816 0.258881 -4.138 0.237613 -4.13784 0.218644 -4.13769 0.195361 -4.13753 0.174487 -4.13737 0.167827 -4.13722 0.175798 -4.13706 0.19073 -4.1369 0.210837 -4.13675 0.236749 -4.13659 0.260546 -4.13643 0.269031 -4.13628 0.258385 -4.13612 0.236937 -4.13596 0.214724 -4.13581 0.199894 -4.13565 0.200801 -4.13549 0.218254 -4.13534 0.238696 -4.13518 0.246631 -4.13502 0.242674 -4.13486 0.236966 -4.13471 0.228744 -4.13455 0.209421 -4.13439 0.186485 -4.13424 0.184761 -4.13408 0.213039 -4.13392 0.246711 -4.13377 0.253779 -4.13361 0.231054 -4.13345 0.201663 -4.1333 0.184565 -4.13314 0.178255 -4.13298 0.168935 -4.13283 0.14643 -4.13267 0.112692 -4.13251 0.0827363 -4.13236 0.0760453 -4.1322 0.0984799 -4.13204 0.134743 -4.13189 0.163612 -4.13173 0.178832 -4.13157 0.188523 -4.13142 0.199344 -4.13126 0.209358 -4.1311 0.215785 -4.13094 0.220578 -4.13079 0.224999 -4.13063 0.22786 -4.13047 0.229213 -4.13032 0.231273 -4.13016 0.232919 -4.13 0.228652 -4.12985 0.215957 -4.12969 0.200781 -4.12953 0.192224 -4.12938 0.194649 -4.12922 0.202679 -4.12906 0.203182 -4.12891 0.18369 -4.12875 0.145663 -4.12859 0.111044 -4.12844 0.104683 -4.12828 0.128264 -4.12812 0.156896 -4.12797 0.165015 -4.12781 0.152778 -4.12765 0.138956 -4.1275 0.135728 -4.12734 0.140696 -4.12718 0.149408 -4.12702 0.163706 -4.12687 0.182806 -4.12671 0.198904 -4.12655 0.204706 -4.1264 0.202545 -4.12624 0.196701 -4.12608 0.184937 -4.12593 0.163923 -4.12577 0.140282 -4.12561 0.127326 -4.12546 0.129613 -4.1253 0.139379 -4.12514 0.147404 -4.12499 0.150767 -4.12483 0.151249 -4.12467 0.150553 -4.12452 0.150989 -4.12436 0.155357 -4.1242 0.160725 -4.12405 0.159365 -4.12389 0.148956 -4.12373 0.13557 -4.12357 0.125203 -4.12342 0.116708 -4.12326 0.109699 -4.1231 0.111517 -4.12295 0.131861 -4.12279 0.170085 -4.12263 0.214558 -4.12248 0.253356 -4.12232 0.282681 -4.12216 0.30362 -4.12201 0.316576 -4.12185 0.320347 -4.12169 0.315484 -4.12154 0.305661 -4.12138 0.296043 -4.12122 0.287646 -4.12107 0.274098 -4.12091 0.250278 -4.12075 0.221405 -4.1206 0.199847 -4.12044 0.190039 -4.12028 0.183485 -4.12013 0.170273 -4.11997 0.150012 -4.11981 0.128078 -4.11965 0.109786 -4.1195 0.103916 -4.11934 0.12091 -4.11918 0.159054 -4.11903 0.199865 -4.11887 0.227363 -4.11871 0.246401 -4.11856 0.267886 -4.1184 0.285461 -4.11824 0.281853 -4.11809 0.258722 -4.11793 0.240508 -4.11777 0.24582 -4.11762 0.26697 -4.11746 0.283098 -4.1173 0.282367 -4.11715 0.266503 -4.11699 0.24438 -4.11683 0.227046 -4.11668 0.220388 -4.11652 0.217811 -4.11636 0.209293 -4.11621 0.197625 -4.11605 0.194648 -4.11589 0.195515 -4.11573 0.176917 -4.11558 0.129149 -4.11542 0.0757773 -4.11526 0.0465398 -4.11511 0.0424318 -4.11495 0.0451225 -4.11479 0.0496796 -4.11464 0.0660455 -4.11448 0.0919922 -4.11432 0.109047 -4.11417 0.109772 -4.11401 0.110448 -4.11385 0.128869 -4.1137 0.162845 -4.11354 0.199724 -4.11338 0.234445 -4.11323 0.266711 -4.11307 0.290429 -4.11291 0.299549 -4.11276 0.29844 -4.1126 0.295428 -4.11244 0.287633 -4.11229 0.266131 -4.11213 0.235556 -4.11197 0.216335 -4.11181 0.220681 -4.11166 0.235959 -4.1115 0.239118 -4.11134 0.223205 -4.11119 0.200949 -4.11103 0.185452 -4.11087 0.177211 -4.11072 0.1706 -4.11056 0.165456 -4.1104 0.165915 -4.11025 0.173393 -4.11009 0.186195 -4.10993 0.202621 -4.10978 0.219597 -4.10962 0.22928 -4.10946 0.223353 -4.10931 0.203195 -4.10915 0.181779 -4.10899 0.175444 -4.10884 0.192615 -4.10868 0.228957 -4.10852 0.2686 -4.10837 0.294315 -4.10821 0.300493 -4.10805 0.296903 -4.10789 0.296638 -4.10774 0.302342 -4.10758 0.30699 -4.10742 0.304718 -4.10727 0.294518 -4.10711 0.275589 -4.10695 0.250251 -4.1068 0.229262 -4.10664 0.226618 -4.10648 0.24351 -4.10633 0.2634 -4.10617 0.265817 -4.10601 0.242928 -4.10586 0.200872 -4.1057 0.155852 -4.10554 0.127303 -4.10539 0.12604 -4.10523 0.142717 -4.10507 0.156489 -4.10492 0.159288 -4.10476 0.163394 -4.1046 0.180873 -4.10445 0.203092 -4.10429 0.211366 -4.10413 0.201446 -4.10397 0.187129 -4.10382 0.181186 -4.10366 0.182017 -4.1035 0.179371 -4.10335 0.168752 -4.10319 0.156804 -4.10303 0.153856 -4.10288 0.161374 -4.10272 0.168133 -4.10256 0.164065 -4.10241 0.154712 -4.10225 0.153427 -4.10209 0.16003 -4.10194 0.157982 -4.10178 0.140044 -4.10162 0.122446 -4.10147 0.124556 -4.10131 0.143829 -4.10115 0.162568 -4.101 0.171549 -4.10084 0.172683 -4.10068 0.164934 -4.10052 0.143831 -4.10037 0.114476 -4.10021 0.0930996 -4.10005 0.0922398 -4.0999 0.113961 -4.09974 0.153347 -4.09958 0.200252 -4.09943 0.238596 -4.09927 0.257689 -4.09911 0.264267 -4.09896 0.272725 -4.0988 0.284028 -4.09864 0.286181 -4.09849 0.275455 -4.09833 0.261651 -4.09817 0.248984 -4.09802 0.224542 -4.09786 0.177264 -4.0977 0.119369 -4.09755 0.0793544 -4.09739 0.0748208 -4.09723 0.097636 -4.09708 0.121785 -4.09692 0.12567 -4.09676 0.108315 -4.0966 0.0878629 -4.09645 0.0809067 -4.09629 0.0871945 -4.09613 0.0976459 -4.09598 0.112134 -4.09582 0.134075 -4.09566 0.152655 -4.09551 0.146221 -4.09535 0.111357 -4.09519 0.0730218 -4.09504 0.059186 -4.09488 0.0742953 -4.09472 0.10423 -4.09457 0.136453 -4.09441 0.164709 -4.09425 0.184055 -4.0941 0.193439 -4.09394 0.198027 -4.09378 0.199268 -4.09363 0.187414 -4.09347 0.15416 -4.09331 0.109808 -4.09316 0.0781984 -4.093 0.0749877 -4.09284 0.0968865 -4.09268 0.127645 -4.09253 0.146725 -4.09237 0.13768 -4.09221 0.101212 -4.09206 0.0622896 -4.0919 0.0510631 -4.09174 0.073927 -4.09159 0.107972 -4.09143 0.128238 -4.09127 0.131573 -4.09112 0.131423 -4.09096 0.137744 -4.0908 0.147514 -4.09065 0.153637 -4.09049 0.154446 -4.09033 0.153123 -4.09018 0.151956 -4.09002 0.150529 -4.08986 0.151161 -4.08971 0.159869 -4.08955 0.178761 -4.08939 0.199749 -4.08924 0.211106 -4.08908 0.210725 -4.08892 0.207296 -4.08876 0.207202 -4.08861 0.206781 -4.08845 0.201656 -4.08829 0.196982 -4.08814 0.201278 -4.08798 0.214509 -4.08782 0.226941 -4.08767 0.227569 -4.08751 0.210559 -4.08735 0.177716 -4.0872 0.141401 -4.08704 0.121363 -4.08688 0.12889 -4.08673 0.153174 -4.08657 0.170068 -4.08641 0.165562 -4.08626 0.146494 -4.0861 0.128897 -4.08594 0.123367 -4.08579 0.131173 -4.08563 0.147426 -4.08547 0.163894 -4.08532 0.174187 -4.08516 0.180435 -4.085 0.191878 -4.08484 0.214551 -4.08469 0.24355 -4.08453 0.265835 -4.08437 0.270303 -4.08422 0.254065 -4.08406 0.225901 -4.0839 0.20393 -4.08375 0.205713 -4.08359 0.232315 -4.08343 0.263609 -4.08328 0.274172 -4.08312 0.257575 -4.08296 0.233097 -4.08281 0.225967 -4.08265 0.241896 -4.08249 0.263119 -4.08234 0.269611 -4.08218 0.258528 -4.08202 0.243156 -4.08187 0.23352 -4.08171 0.227837 -4.08155 0.221449 -4.0814 0.217482 -4.08124 0.221665 -4.08108 0.232384 -4.08092 0.240477 -4.08077 0.24203 -4.08061 0.241872 -4.08045 0.245023 -4.0803 0.248034 -4.08014 0.241412 -4.07998 0.22226 -4.07983 0.198684 -4.07967 0.18217 -4.07951 0.177203 -4.07936 0.180892 -4.0792 0.190725 -4.07904 0.208179 -4.07889 0.232609 -4.07873 0.254882 -4.07857 0.26345 -4.07842 0.256589 -4.07826 0.246224 -4.0781 0.249174 -4.07795 0.274946 -4.07779 0.318921 -4.07763 0.363762 -4.07747 0.388222 -4.07732 0.38183 -4.07716 0.351698 -4.077 0.310905 -4.07685 0.262693 -4.07669 0.200546 -4.07653 0.127042 -4.07638 0.063058 -4.07622 0.0331842 -4.07606 0.0447918 -4.07591 0.0822847 -4.07575 0.11967 -4.07559 0.137938 -4.07544 0.138161 -4.07528 0.136446 -4.07512 0.143694 -4.07497 0.152285 -4.07481 0.150906 -4.07465 0.148849 -4.0745 0.168284 -4.07434 0.209842 -4.07418 0.243914 -4.07403 0.247919 -4.07387 0.234939 -4.07371 0.231488 -4.07355 0.238512 -4.0734 0.23672 -4.07324 0.221932 -4.07308 0.210474 -4.07293 0.211313 -4.07277 0.216662 -4.07261 0.224653 -4.07246 0.249074 -4.0723 0.29471 -4.07214 0.340219 -4.07199 0.360157 -4.07183 0.354415 -4.07167 0.342118 -4.07152 0.334785 -4.07136 0.327978 -4.0712 0.313672 -4.07105 0.28879 -4.07089 0.252667 -4.07073 0.208738 -4.07058 0.167328 -4.07042 0.141811 -4.07026 0.136779 -4.07011 0.146385 -4.06995 0.161185 -4.06979 0.174101 -4.06963 0.180638 -4.06948 0.17977 -4.06932 0.177346 -4.06916 0.179476 -4.06901 0.18267 -4.06885 0.172944 -4.06869 0.140388 -4.06854 0.09293 -4.06838 0.0525368 -4.06822 0.0394317 -4.06807 0.0578744 -4.06791 0.097198 -4.06775 0.141419 -4.0676 0.177264 -4.06744 0.197504 -4.06728 0.203236 -4.06713 0.204331 -4.06697 0.210794 -4.06681 0.222542 -4.06666 0.229058 -4.0665 0.224811 -4.06634 0.216965 -4.06619 0.212491 -4.06603 0.204829 -4.06587 0.18486 -4.06571 0.162773 -4.06556 0.162067 -4.0654 0.189143 -4.06524 0.219223 -4.06509 0.221095 -4.06493 0.188805 -4.06477 0.144147 -4.06462 0.114835 -4.06446 0.115841 -4.0643 0.146271 -4.06415 0.192497 -4.06399 0.235841 -4.06383 0.2646 -4.06368 0.280893 -4.06352 0.294516 -4.06336 0.311229 -4.06321 0.32946 -4.06305 0.342674 -4.06289 0.342289 -4.06274 0.323226 -4.06258 0.292118 -4.06242 0.266101 -4.06227 0.257076 -4.06211 0.261202 -4.06195 0.266858 -4.06179 0.269957 -4.06164 0.275177 -4.06148 0.286863 -4.06132 0.304429 -4.06117 0.324107 -4.06101 0.338871 -4.06085 0.337639 -4.0607 0.313987 -4.06054 0.275495 -4.06038 0.240098 -4.06023 0.220459 -4.06007 0.21824 -4.05991 0.227333 -4.05976 0.239963 -4.0596 0.248219 -4.05944 0.248204 -4.05929 0.245156 -4.05913 0.247269 -4.05897 0.256056 -4.05882 0.26505 -4.05866 0.26887 -4.0585 0.267943 -4.05835 0.264932 -4.05819 0.261975 -4.05803 0.261044 -4.05787 0.260849 -4.05772 0.254132 -4.05756 0.234972 -4.0574 0.209577 -4.05725 0.191907 -4.05709 0.187424 -4.05693 0.18896 -4.05678 0.188314 -4.05662 0.183797 -4.05646 0.174132 -4.05631 0.155449 -4.05615 0.132883 -4.05599 0.124654 -4.05584 0.145042 -4.05568 0.187042 -4.05552 0.228308 -4.05537 0.252278 -4.05521 0.255381 -4.05505 0.241114 -4.0549 0.216916 -4.05474 0.196346 -4.05458 0.194 -4.05442 0.212326 -4.05427 0.239711 -4.05411 0.262541 -4.05395 0.274597 -4.0538 0.276037 -4.05364 0.267518 -4.05348 0.250366 -4.05333 0.22811 -4.05317 0.207243 -4.05301 0.197898 -4.05286 0.209238 -4.0527 0.239775 -4.05254 0.271466 -4.05239 0.283228 -4.05223 0.2712 -4.05207 0.251316 -4.05192 0.237912 -4.05176 0.228329 -4.0516 0.212922 -4.05145 0.192995 -4.05129 0.179392 -4.05113 0.176974 -4.05098 0.1798 -4.05082 0.18103 -4.05066 0.180599 -4.0505 0.180659 -4.05035 0.180391 -4.05019 0.177338 -4.05003 0.169526 -4.04988 0.154874 -4.04972 0.133401 -4.04956 0.111962 -4.04941 0.102514 -4.04925 0.110881 -4.04909 0.128931 -4.04894 0.143575 -4.04878 0.150787 -4.04862 0.156044 -4.04847 0.162299 -4.04831 0.162496 -4.04815 0.147807 -4.048 0.120559 -4.04784 0.0949227 -4.04768 0.0841904 -4.04753 0.0899729 -4.04737 0.103066 -4.04721 0.113343 -4.04706 0.116623 -4.0469 0.113883 -4.04674 0.106147 -4.04658 0.0953584 -4.04643 0.0865824 -4.04627 0.0869032 -4.04611 0.0980982 -4.04596 0.113027 -4.0458 0.121716 -4.04564 0.122325 -4.04549 0.122337 -4.04533 0.13065 -4.04517 0.147621 -4.04502 0.163989 -4.04486 0.168727 -4.0447 0.157801 -4.04455 0.138621 -4.04439 0.123943 -4.04423 0.12315 -4.04408 0.137017 -4.04392 0.160989 -4.04376 0.190334 -4.04361 0.218382 -4.04345 0.234885 -4.04329 0.231567 -4.04314 0.210829 -4.04298 0.186832 -4.04282 0.175282 -4.04266 0.183349 -4.04251 0.208684 -4.04235 0.243548 -4.04219 0.275805 -4.04204 0.29147 -4.04188 0.284282 -4.04172 0.262321 -4.04157 0.242482 -4.04141 0.233324 -4.04125 0.228942 -4.0411 0.220226 -4.04094 0.20794 -4.04078 0.199735 -4.04063 0.196319 -4.04047 0.18823 -4.04031 0.170644 -4.04016 0.15362 -4.04 0.153634 -4.03984 0.173676 -4.03969 0.199889 -4.03953 0.218459 -4.03937 0.230732 -4.03922 0.248558 -4.03906 0.274825 -4.0389 0.296789 -4.03874 0.301126 -4.03859 0.289077 -4.03843 0.274471 -4.03827 0.266649 -4.03812 0.258553 -4.03796 0.238202 -4.0378 0.20707 -4.03765 0.182932 -4.03749 0.182063 -4.03733 0.201791 -4.03718 0.222352 -4.03702 0.22503 -4.03686 0.20497 -4.03671 0.17095 -4.03655 0.139406 -4.03639 0.127771 -4.03624 0.143798 -4.03608 0.177888 -4.03592 0.210086 -4.03577 0.228442 -4.03561 0.233605 -4.03545 0.227539 -4.0353 0.206533 -4.03514 0.172828 -4.03498 0.145902 -4.03482 0.1467 -4.03467 0.173615 -4.03451 0.204861 -4.03435 0.225071 -4.0342 0.236977 -4.03404 0.244714 -4.03388 0.23759 -4.03373 0.202576 -4.03357 0.147374 -4.03341 0.0992634 -4.03326 0.0830903 -4.0331 0.103364 -4.03294 0.147398 -4.03279 0.199181 -4.03263 0.246647 -4.03247 0.281457 -4.03232 0.296526 -4.03216 0.289252 -4.032 0.267356 -4.03185 0.243677 -4.03169 0.223576 -4.03153 0.199793 -4.03138 0.165873 -4.03122 0.131956 -4.03106 0.116877 -4.0309 0.124678 -4.03075 0.140308 -4.03059 0.152659 -4.03043 0.166144 -4.03028 0.185081 -4.03012 0.19672 -4.02996 0.188753 -4.02981 0.1725 -4.02965 0.171796 -4.02949 0.189553 -4.02934 0.202926 -4.02918 0.196241 -4.02902 0.182177 -4.02887 0.180807 -4.02871 0.19091 -4.02855 0.193719 -4.0284 0.180284 -4.02824 0.160103 -4.02808 0.147025 -4.02793 0.144693 -4.02777 0.149215 -4.02761 0.156382 -4.02745 0.160842 -4.0273 0.155703 -4.02714 0.13623 -4.02698 0.106708 -4.02683 0.0809209 -4.02667 0.070323 -4.02651 0.0744863 -4.02636 0.0823972 -4.0262 0.0849364 -4.02604 0.0830679 -4.02589 0.0876674 -4.02573 0.106906 -4.02557 0.139013 -4.02542 0.175277 -4.02526 0.205351 -4.0251 0.220206 -4.02495 0.215512 -4.02479 0.196819 -4.02463 0.17748 -4.02448 0.17041 -4.02432 0.175624 -4.02416 0.185488 -4.02401 0.197639 -4.02385 0.21678 -4.02369 0.244069 -4.02353 0.268555 -4.02338 0.279316 -4.02322 0.277125 -4.02306 0.271055 -4.02291 0.261346 -4.02275 0.238643 -4.02259 0.196655 -4.02244 0.143871 -4.02228 0.09731 -4.02212 0.0705984 -4.02197 0.0684839 -4.02181 0.0864718 -4.02165 0.110488 -4.0215 0.119323 -4.02134 0.102039 -4.02118 0.0694937 -4.02103 0.041682 -4.02087 0.0280511 -4.02071 0.0218412 -4.02056 0.0180873 -4.0204 0.0228929 -4.02024 0.0441857 -4.02009 0.0823287 -4.01993 0.136282 -4.01977 0.207627 -4.01961 0.291672 -4.01946 0.367521 -4.0193 0.410539 -4.01914 0.412138 -4.01899 0.383342 -4.01883 0.343236 -4.01867 0.306429 -4.01852 0.278651 -4.01836 0.259354 -4.0182 0.241712 -4.01805 0.218774 -4.01789 0.188144 -4.01773 0.152163 -4.01758 0.114813 -4.01742 0.0828585 -4.01726 0.0671306 -4.01711 0.0740755 -4.01695 0.09748 -4.01679 0.122245 -4.01664 0.138249 -4.01648 0.145339 -4.01632 0.151604 -4.01617 0.165832 -4.01601 0.192233 -4.01585 0.222746 -4.01569 0.2392 -4.01554 0.231248 -4.01538 0.207249 -4.01522 0.184354 -4.01507 0.169147 -4.01491 0.159367 -4.01475 0.159634 -4.0146 0.179454 -4.01444 0.216026 -4.01428 0.250309 -4.01413 0.266307 -4.01397 0.26727 -4.01381 0.267222 -4.01366 0.273018 -4.0135 0.278951 -4.01334 0.276509 -4.01319 0.263071 -4.01303 0.248468 -4.01287 0.249656 -4.01272 0.273744 -4.01256 0.305576 -4.0124 0.319118 -4.01225 0.304311 -4.01209 0.271531 -4.01193 0.234732 -4.01177 0.199849 -4.01162 0.172831 -4.01146 0.162207 -4.0113 0.165459 -4.01115 0.165991 -4.01099 0.156502 -4.01083 0.152587 -4.01068 0.168924 -4.01052 0.193517 -4.01036 0.199571 -4.01021 0.179424 -4.01005 0.150135 -4.00989 0.129149 -4.00974 0.118943 -4.00958 0.115761 -4.00942 0.117347 -4.00927 0.118354 -4.00911 0.109124 -4.00895 0.0871178 -4.0088 0.0622133 -4.00864 0.0482097 -4.00848 0.0539566 -4.00833 0.0811459 -4.00817 0.120289 -4.00801 0.152396 -4.00785 0.163943 -4.0077 0.162425 -4.00754 0.166093 -4.00738 0.178718 -4.00723 0.186191 -4.00707 0.180655 -4.00691 0.174999 -4.00676 0.185605 -4.0066 0.211222 -4.00644 0.237831 -4.00629 0.25685 -4.00613 0.269629 -4.00597 0.279184 -4.00582 0.286736 -4.00566 0.2938 -4.0055 0.300397 -4.00535 0.30126 -4.00519 0.292144 -4.00503 0.278719 -4.00488 0.274466 -4.00472 0.288183 -4.00456 0.315625 -4.0044 0.34296 -4.00425 0.355367 -4.00409 0.345384 -4.00393 0.317805 -4.00378 0.287504 -4.00362 0.269518 -4.00346 0.269945 -4.00331 0.282255 -4.00315 0.290562 -4.00299 0.278836 -4.00284 0.245302 -4.00268 0.208178 -4.00252 0.19189 -4.00237 0.201895 -4.00221 0.219719 -4.00205 0.224999 -4.0019 0.217986 -4.00174 0.21179 -4.00158 0.210175 -4.00143 0.2028 -4.00127 0.181787 -4.00111 0.152887 -4.00096 0.128063 -4.0008 0.113643 -4.00064 0.109079 -4.00048 0.11305 -4.00033 0.123394 -4.00017 0.134586 -4.00001 0.138706 -3.99986 0.131793 -3.9997 0.11835 -3.99954 0.110274 -3.99939 0.120081 -3.99923 0.153053 -3.99907 0.20247 -3.99892 0.250228 -3.99876 0.276493 -3.9986 0.273104 -3.99845 0.250588 -3.99829 0.229229 -3.99813 0.219904 -3.99798 0.216261 -3.99782 0.207386 -3.99766 0.19581 -3.99751 0.193624 -3.99735 0.204122 -3.99719 0.215878 -3.99704 0.21693 -3.99688 0.209124 -3.99672 0.203507 -3.99656 0.208365 -3.99641 0.224567 -3.99625 0.247747 -3.99609 0.267829 -3.99594 0.273826 -3.99578 0.264888 -3.99562 0.253817 -3.99547 0.253393 -3.99531 0.260241 -3.99515 0.262182 -3.995 0.254483 -3.99484 0.242704 -3.99468 0.230271 -3.99453 0.214936 -3.99437 0.197666 -3.99421 0.185253 -3.99406 0.180304 -3.9939 0.178195 -3.99374 0.17865 -3.99359 0.190076 -3.99343 0.214937 -3.99327 0.23808 -3.99312 0.24151 -3.99296 0.229093 -3.9928 0.2265 -3.99264 0.251739 -3.99249 0.293701 -3.99233 0.323304 -3.99217 0.323268 -3.99202 0.301369 -3.99186 0.277428 -3.9917 0.264448 -3.99155 0.261098 -3.99139 0.257764 -3.99123 0.245999 -3.99108 0.225162 -3.99092 0.204477 -3.99076 0.196769 -3.99061 0.205912 -3.99045 0.222112 -3.99029 0.231702 -3.99014 0.232085 -3.98998 0.228652 -3.98982 0.22029 -3.98967 0.197443 -3.98951 0.159179 -3.98935 0.122633 -3.9892 0.10469 -3.98904 0.100039 -3.98888 0.0904719 -3.98872 0.0735848 -3.98857 0.0695183 -3.98841 0.0941978 -3.98825 0.137323 -3.9881 0.174591 -3.98794 0.192869 -3.98778 0.195404 -3.98763 0.18782 -3.98747 0.169008 -3.98731 0.138298 -3.98716 0.102585 -3.987 0.073066 -3.98684 0.0571445 -3.98669 0.055915 -3.98653 0.0655665 -3.98637 0.0811469 -3.98622 0.101375 -3.98606 0.128781 -3.9859 0.164223 -3.98575 0.199968 -3.98559 0.222286 -3.98543 0.222459 -3.98528 0.203544 -3.98512 0.177165 -3.98496 0.156144 -3.9848 0.149915 -3.98465 0.161201 -3.98449 0.183047 -3.98433 0.201227 -3.98418 0.204064 -3.98402 0.191894 -3.98386 0.177425 -3.98371 0.175292 -3.98355 0.190525 -3.98339 0.214023 -3.98324 0.227908 -3.98308 0.220482 -3.98292 0.198285 -3.98277 0.183371 -3.98261 0.194053 -3.98245 0.225256 -3.9823 0.252458 -3.98214 0.252014 -3.98198 0.218212 -3.98183 0.163763 -3.98167 0.109062 -3.98151 0.0719027 -3.98135 0.0594808 -3.9812 0.0637019 -3.98104 0.0663901 -3.98088 0.0559887 -3.98073 0.0382373 -3.98057 0.0291117 -3.98041 0.0377254 -3.98026 0.0592604 -3.9801 0.0821054 -3.97994 0.0978681 -3.97979 0.106443 -3.97963 0.115544 -3.97947 0.1359 -3.97932 0.169695 -3.97916 0.204469 -3.979 0.223191 -3.97885 0.223116 -3.97869 0.220876 -3.97853 0.23334 -3.97838 0.2586 -3.97822 0.279005 -3.97806 0.281232 -3.97791 0.269102 -3.97775 0.257231 -3.97759 0.256102 -3.97743 0.263009 -3.97728 0.266577 -3.97712 0.258087 -3.97696 0.238901 -3.97681 0.216774 -3.97665 0.197408 -3.97649 0.182117 -3.97634 0.171011 -3.97618 0.165593 -3.97602 0.166757 -3.97587 0.174354 -3.97571 0.188252 -3.97555 0.206163 -3.9754 0.221724 -3.97524 0.228251 -3.97508 0.225619 -3.97493 0.218901 -3.97477 0.209385 -3.97461 0.193819 -3.97446 0.173767 -3.9743 0.159311 -3.97414 0.159693 -3.97399 0.175241 -3.97383 0.19879 -3.97367 0.22034 -3.97351 0.226848 -3.97336 0.208603 -3.9732 0.171574 -3.97304 0.137992 -3.97289 0.128417 -3.97273 0.145357 -3.97257 0.17844 -3.97242 0.216336 -3.97226 0.248709 -3.9721 0.265649 -3.97195 0.265143 -3.97179 0.258091 -3.97163 0.255062 -3.97148 0.254555 -3.97132 0.249848 -3.97116 0.243139 -3.97101 0.239458 -3.97085 0.235008 -3.97069 0.222421 -3.97054 0.20373 -3.97038 0.185559 -3.97022 0.164895 -3.97007 0.136018 -3.96991 0.107713 -3.96975 0.0950258 -3.96959 0.0936708 -3.96944 0.0826609 -3.96928 0.0565347 -3.96912 0.0378749 -3.96897 0.0464627 -3.96881 0.0736437 -3.96865 0.0970429 -3.9685 0.108057 -3.96834 0.112534 -3.96818 0.118023 -3.96803 0.132785 -3.96787 0.167766 -3.96771 0.221796 -3.96756 0.270604 -3.9674 0.284931 -3.96724 0.260488 -3.96709 0.220395 -3.96693 0.189531 -3.96677 0.175061 -3.96662 0.169329 -3.96646 0.160645 -3.9663 0.143673 -3.96615 0.124198 -3.96599 0.113769 -3.96583 0.11496 -3.96567 0.117724 -3.96552 0.116056 -3.96536 0.119853 -3.9652 0.140282 -3.96505 0.169238 -3.96489 0.185945 -3.96473 0.182021 -3.96458 0.167568 -3.96442 0.155522 -3.96426 0.153173 -3.96411 0.16503 -3.96395 0.189791 -3.96379 0.210837 -3.96364 0.205756 -3.96348 0.172133 -3.96332 0.134608 -3.96317 0.118043 -3.96301 0.124213 -3.96285 0.136847 -3.9627 0.145287 -3.96254 0.15398 -3.96238 0.173818 -3.96223 0.20872 -3.96207 0.248311 -3.96191 0.272838 -3.96175 0.268872 -3.9616 0.243991 -3.96144 0.218308 -3.96128 0.202756 -3.96113 0.192283 -3.96097 0.1812 -3.96081 0.174415 -3.96066 0.176326 -3.9605 0.176819 -3.96034 0.160357 -3.96019 0.126601 -3.96003 0.0936797 -3.95987 0.0786357 -3.95972 0.0824465 -3.95956 0.0942138 -3.9594 0.107032 -3.95925 0.123369 -3.95909 0.14823 -3.95893 0.181916 -3.95878 0.220928 -3.95862 0.263362 -3.95846 0.307321 -3.9583 0.343492 -3.95815 0.357821 -3.95799 0.345815 -3.95783 0.31879 -3.95768 0.291906 -3.95752 0.269057 -3.95736 0.244727 -3.95721 0.218379 -3.95705 0.194794 -3.95689 0.173571 -3.95674 0.148316 -3.95658 0.118755 -3.95642 0.0948664 -3.95627 0.0865884 -3.95611 0.0950396 -3.95595 0.114758 -3.9558 0.137622 -3.95564 0.154076 -3.95548 0.159232 -3.95533 0.159906 -3.95517 0.167906 -3.95501 0.183374 -3.95486 0.19289 -3.9547 0.188823 -3.95454 0.178943 -3.95438 0.173736 -3.95423 0.173048 -3.95407 0.172803 -3.95391 0.176258 -3.95376 0.186644 -3.9536 0.193866 -3.95344 0.181668 -3.95329 0.147598 -3.95313 0.10887 -3.95297 0.086456 -3.95282 0.0892197 -3.95266 0.109027 -3.9525 0.126802 -3.95235 0.124829 -3.95219 0.101707 -3.95203 0.0749768 -3.95188 0.0649982 -3.95172 0.0746183 -3.95156 0.0901167 -3.95141 0.099019 -3.95125 0.102648 -3.95109 0.10982 -3.95094 0.124087 -3.95078 0.139981 -3.95062 0.15072 -3.95046 0.157264 -3.95031 0.169007 -3.95015 0.191476 -3.94999 0.217847 -3.94984 0.233981 -3.94968 0.235974 -3.94952 0.23245 -3.94937 0.230446 -3.94921 0.225171 -3.94905 0.210262 -3.9489 0.190031 -3.94874 0.172303 -3.94858 0.157014 -3.94843 0.140495 -3.94827 0.128346 -3.94811 0.130958 -3.94796 0.147599 -3.9478 0.165173 -3.94764 0.173252 -3.94749 0.17217 -3.94733 0.163983 -3.94717 0.148763 -3.94702 0.132519 -3.94686 0.128743 -3.9467 0.145276 -3.94654 0.172988 -3.94639 0.195818 -3.94623 0.205393 -3.94607 0.203605 -3.94592 0.195243 -3.94576 0.186044 -3.9456 0.183373 -3.94545 0.190946 -3.94529 0.201512 -3.94513 0.201742 -3.94498 0.186144 -3.94482 0.162804 -3.94466 0.143791 -3.94451 0.134942 -3.94435 0.135499 -3.94419 0.144928 -3.94404 0.164926 -3.94388 0.191827 -3.94372 0.213094 -3.94357 0.216385 -3.94341 0.200769 -3.94325 0.178399 -3.9431 0.162041 -3.94294 0.157008 -3.94278 0.162515 -3.94262 0.176392 -3.94247 0.192982 -3.94231 0.199107 -3.94215 0.181897 -3.942 0.14334 -3.94184 0.103358 -3.94168 0.0858793 -3.94153 0.101203 -3.94137 0.138635 -3.94121 0.175835 -3.94106 0.194079 -3.9409 0.190623 -3.94074 0.17721 -3.94059 0.169413 -3.94043 0.175345 -3.94027 0.19236 -3.94012 0.209077 -3.93996 0.209946 -3.9398 0.183657 -3.93965 0.135418 -3.93949 0.0881184 -3.93933 0.0650317 -3.93918 0.0708427 -3.93902 0.0913435 -3.93886 0.111449 -3.9387 0.125951 -3.93855 0.135233 -3.93839 0.136447 -3.93823 0.124713 -3.93808 0.102011 -3.93792 0.0793914 -3.93776 0.0710637 -3.93761 0.0843667 -3.93745 0.113637 -3.93729 0.142153 -3.93714 0.15524 -3.93698 0.154035 -3.93682 0.155026 -3.93667 0.172381 -3.93651 0.203167 -3.93635 0.230747 -3.9362 0.242451 -3.93604 0.239587 -3.93588 0.230472 -3.93573 0.21936 -3.93557 0.206995 -3.93541 0.198372 -3.93525 0.203536 -3.9351 0.223995 -3.93494 0.248025 -3.93478 0.262087 -3.93463 0.26561 -3.93447 0.266591 -3.93431 0.26566 -3.93416 0.256118 -3.934 0.237595 -3.93384 0.220337 -3.93369 0.211814 -3.93353 0.207565 -3.93337 0.199602 -3.93322 0.185853 -3.93306 0.167572 -3.9329 0.147253 -3.93275 0.134394 -3.93259 0.14248 -3.93243 0.169883 -3.93228 0.193699 -3.93212 0.192446 -3.93196 0.171562 -3.93181 0.153215 -3.93165 0.14851 -3.93149 0.152495 -3.93133 0.161587 -3.93118 0.177208 -3.93102 0.193126 -3.93086 0.196903 -3.93071 0.188708 -3.93055 0.185398 -3.93039 0.197052 -3.93024 0.211229 -3.93008 0.207956 -3.92992 0.182788 -3.92977 0.146435 -3.92961 0.109351 -3.92945 0.0742513 -3.9293 0.0416744 -3.92914 0.015906 -3.92898 0.00594097 -3.92883 0.0205009 -3.92867 0.0569718 -3.92851 0.0980335 -3.92836 0.12484 -3.9282 0.135786 -3.92804 0.14342 -3.92789 0.153325 -3.92773 0.157594 -3.92757 0.150306 -3.92741 0.137691 -3.92726 0.1265 -3.9271 0.114235 -3.92694 0.101368 -3.92679 0.0997344 -3.92663 0.117966 -3.92647 0.146317 -3.92632 0.167944 -3.92616 0.179515 -3.926 0.190064 -3.92585 0.201866 -3.92569 0.209121 -3.92553 0.211648 -3.92538 0.215491 -3.92522 0.218999 -3.92506 0.210535 -3.92491 0.186704 -3.92475 0.161945 -3.92459 0.155329 -3.92444 0.171406 -3.92428 0.197631 -3.92412 0.218145 -3.92397 0.225643 -3.92381 0.225759 -3.92365 0.231867 -3.92349 0.255308 -3.92334 0.293515 -3.92318 0.329737 -3.92302 0.344448 -3.92287 0.331375 -3.92271 0.303656 -3.92255 0.283982 -3.9224 0.283664 -3.92224 0.292428 -3.92208 0.291153 -3.92193 0.275559 -3.92177 0.259019 -3.92161 0.252001 -3.92146 0.24611 -3.9213 0.226182 -3.92114 0.192022 -3.92099 0.160413 -3.92083 0.146971 -3.92067 0.152711 -3.92052 0.167076 -3.92036 0.176362 -3.9202 0.173296 -3.92005 0.161077 -3.91989 0.150276 -3.91973 0.145087 -3.91957 0.137886 -3.91942 0.120287 -3.91926 0.0978655 -3.9191 0.0876069 -3.91895 0.10065 -3.91879 0.133723 -3.91863 0.173095 -3.91848 0.203011 -3.91832 0.212796 -3.91816 0.203836 -3.91801 0.18846 -3.91785 0.176561 -3.91769 0.165876 -3.91754 0.151766 -3.91738 0.142523 -3.91722 0.152827 -3.91707 0.183507 -3.91691 0.217028 -3.91675 0.234114 -3.9166 0.228325 -3.91644 0.204907 -3.91628 0.176624 -3.91613 0.162044 -3.91597 0.174603 -3.91581 0.209412 -3.91565 0.247077 -3.9155 0.274607 -3.91534 0.296589 -3.91518 0.322721 -3.91503 0.350905 -3.91487 0.372038 -3.91471 0.382766 -3.91456 0.387921 -3.9144 0.390376 -3.91424 0.386397 -3.91409 0.37041 -3.91393 0.344349 -3.91377 0.3195 -3.91362 0.306285 -3.91346 0.2997 -3.9133 0.280259 -3.91315 0.236364 -3.91299 0.18221 -3.91283 0.144279 -3.91268 0.129691 -3.91252 0.120313 -3.91236 0.1003 -3.91221 0.0782888 -3.91205 0.076094 -3.91189 0.102917 -3.91173 0.14702 -3.91158 0.186868 -3.91142 0.205391 -3.91126 0.200063 -3.91111 0.186701 -3.91095 0.18624 -3.91079 0.201798 -3.91064 0.214225 -3.91048 0.205299 -3.91032 0.180219 -3.91017 0.159778 -3.91001 0.156082 -3.90985 0.16497 -3.9097 0.176195 -3.90954 0.182186 -3.90938 0.178382 -3.90923 0.164903 -3.90907 0.148274 -3.90891 0.136795 -3.90876 0.133414 -3.9086 0.137581 -3.90844 0.148774 -3.90828 0.162432 -3.90813 0.166372 -3.90797 0.153386 -3.90781 0.13397 -3.90766 0.127718 -3.9075 0.142078 -3.90734 0.16742 -3.90719 0.193061 -3.90703 0.216942 -3.90687 0.238266 -3.90672 0.251682 -3.90656 0.254043 -3.9064 0.250595 -3.90625 0.247036 -3.90609 0.243 -3.90593 0.238284 -3.90578 0.239284 -3.90562 0.252537 -3.90546 0.274512 -3.90531 0.294936 -3.90515 0.307945 -3.90499 0.312568 -3.90484 0.307365 -3.90468 0.291563 -3.90452 0.271238 -3.90436 0.257218 -3.90421 0.255316 -3.90405 0.260969 -3.90389 0.266635 -3.90374 0.267889 -3.90358 0.263965 -3.90342 0.256761 -3.90327 0.251122 -3.90311 0.249917 -3.90295 0.246135 -3.9028 0.228001 -3.90264 0.196936 -3.90248 0.173638 -3.90233 0.176231 -3.90217 0.197479 -3.90201 0.213705 -3.90186 0.214404 -3.9017 0.207744 -3.90154 0.196483 -3.90139 0.168189 -3.90123 0.118192 -3.90107 0.0692841 -3.90092 0.0523637 -3.90076 0.0699852 -3.9006 0.0966796 -3.90044 0.110522 -3.90029 0.111558 -3.90013 0.109502 -3.89997 0.10864 -3.89982 0.109192 -3.89966 0.109666 -3.8995 0.10511 -3.89935 0.0927408 -3.89919 0.0836684 -3.89903 0.0932444 -3.89888 0.116147 -3.89872 0.12363 -3.89856 0.101286 -3.89841 0.0753027 -3.89825 0.0843213 -3.89809 0.132279 -3.89794 0.18404 -3.89778 0.208946 -3.89762 0.208838 -3.89747 0.207271 -3.89731 0.222593 -3.89715 0.256623 -3.897 0.298931 -3.89684 0.332469 -3.89668 0.344022 -3.89652 0.334749 -3.89637 0.318838 -3.89621 0.305592 -3.89605 0.292365 -3.8959 0.273606 -3.89574 0.251666 -3.89558 0.230207 -3.89543 0.206307 -3.89527 0.176766 -3.89511 0.150449 -3.89496 0.143548 -3.8948 0.15907 -3.89464 0.17844 -3.89449 0.178594 -3.89433 0.154863 -3.89417 0.12697 -3.89402 0.119574 -3.89386 0.138817 -3.8937 0.171763 -3.89355 0.203206 -3.89339 0.228996 -3.89323 0.251812 -3.89308 0.268764 -3.89292 0.270232 -3.89276 0.250342 -3.8926 0.213429 -3.89245 0.171002 -3.89229 0.134604 -3.89213 0.107387 -3.89198 0.0850885 -3.89182 0.0642415 -3.89166 0.0501598 -3.89151 0.0537525 -3.89135 0.0749806 -3.89119 0.10256 -3.89104 0.129119 -3.89088 0.161796 -3.89072 0.203537 -3.89057 0.23537 -3.89041 0.231039 -3.89025 0.192701 -3.8901 0.154284 -3.88994 0.145381 -3.88978 0.161612 -3.88963 0.176506 -3.88947 0.173961 -3.88931 0.158545 -3.88916 0.143592 -3.889 0.139101 -3.88884 0.147494 -3.88868 0.165673 -3.88853 0.184302 -3.88837 0.196842 -3.88821 0.203217 -3.88806 0.208066 -3.8879 0.213641 -3.88774 0.217111 -3.88759 0.213301 -3.88743 0.197134 -3.88727 0.170328 -3.88712 0.146647 -3.88696 0.141696 -3.8868 0.15474 -3.88665 0.165632 -3.88649 0.162001 -3.88633 0.154413 -3.88618 0.162354 -3.88602 0.185468 -3.88586 0.207915 -3.88571 0.222554 -3.88555 0.238622 -3.88539 0.26114 -3.88523 0.279414 -3.88508 0.282317 -3.88492 0.2772 -3.88476 0.279527 -3.88461 0.291039 -3.88445 0.298035 -3.88429 0.293579 -3.88414 0.284541 -3.88398 0.281736 -3.88382 0.282761 -3.88367 0.277988 -3.88351 0.262547 -3.88335 0.240157 -3.8832 0.21513 -3.88304 0.192617 -3.88288 0.183248 -3.88273 0.200115 -3.88257 0.239327 -3.88241 0.276255 -3.88226 0.285755 -3.8821 0.270286 -3.88194 0.254261 -3.88179 0.252277 -3.88163 0.258951 -3.88147 0.260971 -3.88131 0.259982 -3.88116 0.263138 -3.881 0.266148 -3.88084 0.257267 -3.88069 0.236078 -3.88053 0.215747 -3.88037 0.204479 -3.88022 0.197374 -3.88006 0.187694 -3.8799 0.179725 -3.87975 0.18022 -3.87959 0.185695 -3.87943 0.183097 -3.87928 0.164135 -3.87912 0.133234 -3.87896 0.103013 -3.87881 0.0882834 -3.87865 0.0927414 -3.87849 0.108236 -3.87834 0.121953 -3.87818 0.129997 -3.87802 0.137343 -3.87787 0.150238 -3.87771 0.167365 -3.87755 0.189788 -3.87739 0.221709 -3.87724 0.261378 -3.87708 0.293484 -3.87692 0.298772 -3.87677 0.280036 -3.87661 0.258506 -3.87645 0.25179 -3.8763 0.256777 -3.87614 0.258403 -3.87598 0.247662 -3.87583 0.228104 -3.87567 0.20868 -3.87551 0.191664 -3.87536 0.175518 -3.8752 0.158488 -3.87504 0.142112 -3.87489 0.131654 -3.87473 0.131775 -3.87457 0.144316 -3.87442 0.166706 -3.87426 0.192217 -3.8741 0.216683 -3.87395 0.238941 -3.87379 0.258179 -3.87363 0.269691 -3.87347 0.265928 -3.87332 0.249065 -3.87316 0.233828 -3.873 0.233351 -3.87285 0.240912 -3.87269 0.23209 -3.87253 0.192838 -3.87238 0.141035 -3.87222 0.109503 -3.87206 0.114264 -3.87191 0.140286 -3.87175 0.162197 -3.87159 0.166997 -3.87144 0.156877 -3.87128 0.140075 -3.87112 0.12724 -3.87097 0.131983 -3.87081 0.159139 -3.87065 0.191056 -3.8705 0.196948 -3.87034 0.165736 -3.87018 0.121266 -3.87003 0.0982528 -3.86987 0.105232 -3.86971 0.123093 -3.86955 0.134523 -3.8694 0.143125 -3.86924 0.158487 -3.86908 0.175962 -3.86893 0.182515 -3.86877 0.175894 -3.86861 0.168609 -3.86846 0.172232 -3.8683 0.188583 -3.86814 0.213935 -3.86799 0.240687 -3.86783 0.254778 -3.86767 0.242429 -3.86752 0.20641 -3.86736 0.168095 -3.8672 0.147567 -3.86705 0.147782 -3.86689 0.162235 -3.86673 0.187743 -3.86658 0.216456 -3.86642 0.228384 -3.86626 0.208292 -3.86611 0.169249 -3.86595 0.141714 -3.86579 0.139339 -3.86563 0.145646 -3.86548 0.142302 -3.86532 0.133729 -3.86516 0.134974 -3.86501 0.14774 -3.86485 0.161157 -3.86469 0.172985 -3.86454 0.193282 -3.86438 0.227281 -3.86422 0.266084 -3.86407 0.295933 -3.86391 0.310481 -3.86375 0.309749 -3.8636 0.295375 -3.86344 0.271193 -3.86328 0.244838 -3.86313 0.225547 -3.86297 0.219254 -3.86281 0.226653 -3.86266 0.24175 -3.8625 0.254545 -3.86234 0.258166 -3.86218 0.25414 -3.86203 0.248449 -3.86187 0.243729 -3.86171 0.241729 -3.86156 0.247928 -3.8614 0.268671 -3.86124 0.298238 -3.86109 0.320741 -3.86093 0.326907 -3.86077 0.322472 -3.86062 0.316942 -3.86046 0.309793 -3.8603 0.294809 -3.86015 0.273234 -3.85999 0.254009 -3.85983 0.241644 -3.85968 0.235132 -3.85952 0.235282 -3.85936 0.245926 -3.85921 0.26366 -3.85905 0.27925 -3.85889 0.288688 -3.85874 0.297529 -3.85858 0.309453 -3.85842 0.315397 -3.85826 0.303741 -3.85811 0.276877 -3.85795 0.249744 -3.85779 0.234666 -3.85764 0.23163 -3.85748 0.236908 -3.85732 0.25029 -3.85717 0.270623 -3.85701 0.288902 -3.85685 0.294737 -3.8567 0.289052 -3.85654 0.282429 -3.85638 0.279969 -3.85623 0.273107 -3.85607 0.252198 -3.85591 0.221551 -3.85576 0.199444 -3.8556 0.201619 -3.85544 0.229526 -3.85529 0.272109 -3.85513 0.313536 -3.85497 0.341591 -3.85482 0.35291 -3.85466 0.353094 -3.8545 0.349152 -3.85434 0.342397 -3.85419 0.332461 -3.85403 0.323908 -3.85387 0.321661 -3.85372 0.318603 -3.85356 0.301055 -3.8534 0.270969 -3.85325 0.252364 -3.85309 0.265959 -3.85293 0.300149 -3.85278 0.320192 -3.85262 0.30401 -3.85246 0.260979 -3.85231 0.214995 -3.85215 0.182452 -3.85199 0.168824 -3.85184 0.177271 -3.85168 0.205879 -3.85152 0.240957 -3.85137 0.261849 -3.85121 0.256999 -3.85105 0.232644 -3.8509 0.205319 -3.85074 0.189046 -3.85058 0.190058 -3.85042 0.207736 -3.85027 0.236069 -3.85011 0.264215 -3.84995 0.283262 -3.8498 0.291711 -3.84964 0.294697 -3.84948 0.293579 -3.84933 0.282891 -3.84917 0.259016 -3.84901 0.23074 -3.84886 0.211105 -3.8487 0.203855 -3.84854 0.202151 -3.84839 0.202404 -3.84823 0.207525 -3.84807 0.213382 -3.84792 0.206385 -3.84776 0.181384 -3.8476 0.152598 -3.84745 0.136602 -3.84729 0.131321 -3.84713 0.127806 -3.84698 0.13167 -3.84682 0.157106 -3.84666 0.198095 -3.8465 0.227901 -3.84635 0.230466 -3.84619 0.220376 -3.84603 0.221026 -3.84588 0.234901 -3.84572 0.249639 -3.84556 0.258487 -3.84541 0.265565 -3.84525 0.27337 -3.84509 0.278533 -3.84494 0.279667 -3.84478 0.278272 -3.84462 0.274126 -3.84447 0.265245 -3.84431 0.253118 -3.84415 0.240366 -3.844 0.225801 -3.84384 0.208458 -3.84368 0.194371 -3.84353 0.191583 -3.84337 0.19804 -3.84321 0.203785 -3.84306 0.206053 -3.8429 0.214094 -3.84274 0.233258 -3.84258 0.251019 -3.84243 0.245694 -3.84227 0.210884 -3.84211 0.166009 -3.84196 0.139021 -3.8418 0.139648 -3.84164 0.153633 -3.84149 0.165783 -3.84133 0.182432 -3.84117 0.222606 -3.84102 0.286837 -3.84086 0.347486 -3.8407 0.375807 -3.84055 0.369744 -3.84039 0.347929 -3.84023 0.326143 -3.84008 0.307396 -3.83992 0.291613 -3.83976 0.279479 -3.83961 0.269342 -3.83945 0.260722 -3.83929 0.261278 -3.83913 0.278616 -3.83898 0.303261 -3.83882 0.311987 -3.83866 0.292082 -3.83851 0.253138 -3.83835 0.212782 -3.83819 0.179679 -3.83804 0.156106 -3.83788 0.148897 -3.83772 0.166863 -3.83757 0.207895 -3.83741 0.254271 -3.83725 0.284245 -3.8371 0.288216 -3.83694 0.275835 -3.83678 0.266615 -3.83663 0.268831 -3.83647 0.269393 -3.83631 0.253053 -3.83616 0.226443 -3.836 0.211 -3.83584 0.209965 -3.83569 0.202536 -3.83553 0.174562 -3.83537 0.140802 -3.83521 0.122417 -3.83506 0.11871 -3.8349 0.117103 -3.83474 0.121741 -3.83459 0.146094 -3.83443 0.180734 -3.83427 0.194067 -3.83412 0.172248 -3.83396 0.139242 -3.8338 0.124361 -3.83365 0.126807 -3.83349 0.124078 -3.83333 0.106158 -3.83318 0.0842041 -3.83302 0.0706893 -3.83286 0.0678651 -3.83271 0.0742318 -3.83255 0.0910699 -3.83239 0.118583 -3.83224 0.15393 -3.83208 0.192755 -3.83192 0.227275 -3.83177 0.243807 -3.83161 0.234829 -3.83145 0.211281 -3.83129 0.194865 -3.83114 0.194968 -3.83098 0.201816 -3.83082 0.204505 -3.83067 0.204991 -3.83051 0.208276 -3.83035 0.210784 -3.8302 0.207569 -3.83004 0.202637 -3.82988 0.201631 -3.82973 0.202802 -3.82957 0.205445 -3.82941 0.221112 -3.82926 0.260906 -3.8291 0.312085 -3.82894 0.346395 -3.82879 0.351553 -3.82863 0.342793 -3.82847 0.336536 -3.82832 0.329312 -3.82816 0.311489 -3.828 0.286467 -3.82785 0.263067 -3.82769 0.238873 -3.82753 0.204923 -3.82737 0.165498 -3.82722 0.137942 -3.82706 0.134512 -3.8269 0.15083 -3.82675 0.174596 -3.82659 0.195526 -3.82643 0.21018 -3.82628 0.223013 -3.82612 0.241388 -3.82596 0.262452 -3.82581 0.269039 -3.82565 0.250765 -3.82549 0.223464 -3.82534 0.213341 -3.82518 0.22284 -3.82502 0.227147 -3.82487 0.209237 -3.82471 0.182451 -3.82455 0.170454 -3.8244 0.179146 -3.82424 0.197184 -3.82408 0.214361 -3.82393 0.227241 -3.82377 0.233477 -3.82361 0.231778 -3.82345 0.22472 -3.8233 0.213941 -3.82314 0.198376 -3.82298 0.181992 -3.82283 0.176999 -3.82267 0.188505 -3.82251 0.202786 -3.82236 0.203057 -3.8222 0.193164 -3.82204 0.191741 -3.82189 0.205141 -3.82173 0.218446 -3.82157 0.21668 -3.82142 0.204234 -3.82126 0.197488 -3.8211 0.208036 -3.82095 0.236026 -3.82079 0.272755 -3.82063 0.305395 -3.82048 0.322066 -3.82032 0.317536 -3.82016 0.294797 -3.82001 0.261563 -3.81985 0.227743 -3.81969 0.203268 -3.81953 0.191811 -3.81938 0.184497 -3.81922 0.170305 -3.81906 0.152256 -3.81891 0.149608 -3.81875 0.176856 -3.81859 0.226427 -3.81844 0.275483 -3.81828 0.306167 -3.81812 0.318159 -3.81797 0.321317 -3.81781 0.322898 -3.81765 0.321234 -3.8175 0.310645 -3.81734 0.290387 -3.81718 0.267102 -3.81703 0.248148 -3.81687 0.235491 -3.81671 0.228759 -3.81656 0.228678 -3.8164 0.231581 -3.81624 0.227442 -3.81608 0.211938 -3.81593 0.197466 -3.81577 0.199577 -3.81561 0.214043 -3.81546 0.218193 -3.8153 0.201226 -3.81514 0.179345 -3.81499 0.174245 -3.81483 0.186922 -3.81467 0.203363 -3.81452 0.216629 -3.81436 0.229549 -3.8142 0.239345 -3.81405 0.235998 -3.81389 0.218878 -3.81373 0.202824 -3.81358 0.201581 -3.81342 0.211039 -3.81326 0.216816 -3.81311 0.212716 -3.81295 0.205073 -3.81279 0.201917 -3.81264 0.20329 -3.81248 0.205224 -3.81232 0.20731 -3.81216 0.212926 -3.81201 0.222271 -3.81185 0.229037 -3.81169 0.226191 -3.81154 0.213571 -3.81138 0.198775 -3.81122 0.191396 -3.81107 0.198652 -3.81091 0.220449 -3.81075 0.24583 -3.8106 0.258528 -3.81044 0.251691 -3.81028 0.238227 -3.81013 0.238483 -3.80997 0.256656 -3.80981 0.277939 -3.80966 0.28999 -3.8095 0.298364 -3.80934 0.313812 -3.80919 0.333308 -3.80903 0.342171 -3.80887 0.332987 -3.80872 0.309485 -3.80856 0.276611 -3.8084 0.234256 -3.80824 0.184865 -3.80809 0.140027 -3.80793 0.112765 -3.80777 0.107228 -3.80762 0.115518 -3.80746 0.123763 -3.8073 0.121402 -3.80715 0.109299 -3.80699 0.09978 -3.80683 0.10576 -3.80668 0.129272 -3.80652 0.159046 -3.80636 0.179165 -3.80621 0.179114 -3.80605 0.159201 -3.80589 0.131551 -3.80574 0.11279 -3.80558 0.112004 -3.80542 0.124472 -3.80527 0.13893 -3.80511 0.150213 -3.80495 0.16146 -3.8048 0.178165 -3.80464 0.201512 -3.80448 0.229418 -3.80432 0.257133 -3.80417 0.279501 -3.80401 0.296595 -3.80385 0.315418 -3.8037 0.341433 -3.80354 0.368271 -3.80338 0.380572 -3.80323 0.367951 -3.80307 0.333192 -3.80291 0.287591 -3.80276 0.244192 -3.8026 0.213837 -3.80244 0.200421 -3.80229 0.198543 -3.80213 0.198638 -3.80197 0.196165 -3.80182 0.192892 -3.80166 0.189801 -3.8015 0.185574 -3.80135 0.180331 -3.80119 0.175011 -3.80103 0.165983 -3.80088 0.147099 -3.80072 0.119305 -3.80056 0.0922776 -3.8004 0.0757591 -3.80025 0.0725934 -3.80009 0.0843708 -3.79993 0.113845 -3.79978 0.157537 -3.79962 0.203416 -3.79946 0.240229 -3.79931 0.264998 -3.79915 0.276791 -3.79899 0.272326 -3.79884 0.253055 -3.79868 0.231685 -3.79852 0.222905 -3.79837 0.229135 -3.79821 0.241497 -3.79805 0.25126 -3.7979 0.254235 -3.79774 0.248107 -3.79758 0.23526 -3.79743 0.226284 -3.79727 0.234333 -3.79711 0.262914 -3.79696 0.302944 -3.7968 0.340089 -3.79664 0.363169 -3.79648 0.367796 -3.79633 0.358878 -3.79617 0.349005 -3.79601 0.347614 -3.79586 0.35445 -3.7957 0.364509 -3.79554 0.376391 -3.79539 0.388989 -3.79523 0.393965 -3.79507 0.382773 -3.79492 0.359706 -3.79476 0.338235 -3.7946 0.324344 -3.79445 0.311874 -3.79429 0.297275 -3.79413 0.287484 -3.79398 0.288193 -3.79382 0.293186 -3.79366 0.293794 -3.79351 0.291839 -3.79335 0.295516 -3.79319 0.305168 -3.79304 0.311908 -3.79288 0.308997 -3.79272 0.297626 -3.79256 0.283443 -3.79241 0.271367 -3.79225 0.264988 -3.79209 0.268004 -3.79194 0.283297 -3.79178 0.313591 -3.79162 0.356667 -3.79147 0.400682 -3.79131 0.425694 -3.79115 0.417729 -3.791 0.381183 -3.79084 0.334667 -3.79068 0.294488 -3.79053 0.265747 -3.79037 0.246119 -3.79021 0.233749 -3.79006 0.229935 -3.7899 0.238889 -3.78974 0.26395 -3.78959 0.300079 -3.78943 0.330122 -3.78927 0.336079 -3.78911 0.317337 -3.78896 0.292003 -3.7888 0.278036 -3.78864 0.276658 -3.78849 0.278658 -3.78833 0.281122 -3.78817 0.290237 -3.78802 0.308029 -3.78786 0.324474 -3.7877 0.326278 -3.78755 0.308522 -3.78739 0.276537 -3.78723 0.240014 -3.78708 0.210991 -3.78692 0.201439 -3.78676 0.215059 -3.78661 0.240626 -3.78645 0.260004 -3.78629 0.264844 -3.78614 0.261953 -3.78598 0.261565 -3.78582 0.263597 -3.78567 0.258817 -3.78551 0.240228 -3.78535 0.20969 -3.78519 0.175827 -3.78504 0.148724 -3.78488 0.135897 -3.78472 0.137231 -3.78457 0.144618 -3.78441 0.149118 -3.78425 0.14863 -3.7841 0.14814 -3.78394 0.151558 -3.78378 0.157475 -3.78363 0.162328 -3.78347 0.16594 -3.78331 0.172192 -3.78316 0.185809 -3.783 0.207073 -3.78284 0.228315 -3.78269 0.238704 -3.78253 0.233838 -3.78237 0.220612 -3.78222 0.2072 -3.78206 0.194924 -3.7819 0.18234 -3.78175 0.175792 -3.78159 0.18431 -3.78143 0.205467 -3.78127 0.224412 -3.78112 0.230912 -3.78096 0.231464 -3.7808 0.23604 -3.78065 0.242461 -3.78049 0.239354 -3.78033 0.223581 -3.78018 0.203024 -3.78002 0.183421 -3.77986 0.161446 -3.77971 0.134328 -3.77955 0.109275 -3.77939 0.0989558 -3.77924 0.106043 -3.77908 0.119018 -3.77892 0.124706 -3.77877 0.124703 -3.77861 0.133432 -3.77845 0.158584 -3.7783 0.187487 -3.77814 0.198825 -3.77798 0.189524 -3.77783 0.179513 -3.77767 0.188369 -3.77751 0.213658 -3.77735 0.237846 -3.7772 0.249742 -3.77704 0.249355 -3.77688 0.235661 -3.77673 0.203852 -3.77657 0.158339 -3.77641 0.119513 -3.77626 0.107832 -3.7761 0.124604 -3.77594 0.155669 -3.77579 0.188954 -3.77563 0.222705 -3.77547 0.25638 -3.77532 0.282286 -3.77516 0.291731 -3.775 0.286964 -3.77485 0.281936 -3.77469 0.289186 -3.77453 0.307393 -3.77438 0.322797 -3.77422 0.32285 -3.77406 0.305417 -3.77391 0.277858 -3.77375 0.248087 -3.77359 0.218719 -3.77343 0.189179 -3.77328 0.161396 -3.77312 0.141373 -3.77296 0.133094 -3.77281 0.132129 -3.77265 0.130114 -3.77249 0.128456 -3.77234 0.140994 -3.77218 0.175713 -3.77202 0.216605 -3.77187 0.235512 -3.77171 0.223929 -3.77155 0.204157 -3.7714 0.2028 -3.77124 0.220969 -3.77108 0.240957 -3.77093 0.253831 -3.77077 0.266753 -3.77061 0.282849 -3.77046 0.288963 -3.7703 0.269858 -3.77014 0.229371 -3.76999 0.189204 -3.76983 0.169289 -3.76967 0.171136 -3.76951 0.180251 -3.76936 0.181121 -3.7692 0.172166 -3.76904 0.166944 -3.76889 0.17884 -3.76873 0.206284 -3.76857 0.233891 -3.76842 0.249053 -3.76826 0.250618 -3.7681 0.24224 -3.76795 0.224572 -3.76779 0.197836 -3.76763 0.167735 -3.76748 0.144007 -3.76732 0.132568 -3.76716 0.132566 -3.76701 0.140071 -3.76685 0.151336 -3.76669 0.162974 -3.76654 0.172492 -3.76638 0.178961 -3.76622 0.182916 -3.76606 0.184648 -3.76591 0.186219 -3.76575 0.192814 -3.76559 0.208413 -3.76544 0.229302 -3.76528 0.244128 -3.76512 0.244569 -3.76497 0.234618 -3.76481 0.22537 -3.76465 0.220546 -3.7645 0.212424 -3.76434 0.195539 -3.76418 0.180377 -3.76403 0.183817 -3.76387 0.207795 -3.76371 0.236781 -3.76356 0.259917 -3.7634 0.28416 -3.76324 0.316463 -3.76309 0.344284 -3.76293 0.348465 -3.76277 0.331758 -3.76262 0.319276 -3.76246 0.32637 -3.7623 0.341167 -3.76214 0.344932 -3.76199 0.336892 -3.76183 0.330581 -3.76167 0.333709 -3.76152 0.342701 -3.76136 0.353276 -3.7612 0.362252 -3.76105 0.362933 -3.76089 0.349192 -3.76073 0.325918 -3.76058 0.307064 -3.76042 0.301197 -3.76026 0.302634 -3.76011 0.299321 -3.75995 0.285275 -3.75979 0.262545 -3.75964 0.237889 -3.75948 0.218363 -3.75932 0.207914 -3.75917 0.206065 -3.75901 0.209207 -3.75885 0.214444 -3.7587 0.217564 -3.75854 0.211115 -3.75838 0.1904 -3.75822 0.162404 -3.75807 0.143636 -3.75791 0.144561 -3.75775 0.159905 -3.7576 0.176995 -3.75744 0.189693 -3.75728 0.200118 -3.75713 0.210113 -3.75697 0.217836 -3.75681 0.22029 -3.75666 0.215832 -3.7565 0.203103 -3.75634 0.185138 -3.75619 0.174738 -3.75603 0.188194 -3.75587 0.227551 -3.75572 0.272556 -3.75556 0.297117 -3.7554 0.295098 -3.75525 0.282766 -3.75509 0.277898 -3.75493 0.282182 -3.75478 0.285222 -3.75462 0.277122 -3.75446 0.252348 -3.7543 0.21078 -3.75415 0.163557 -3.75399 0.134274 -3.75383 0.142069 -3.75368 0.181212 -3.75352 0.223652 -3.75336 0.245045 -3.75321 0.241797 -3.75305 0.224344 -3.75289 0.203669 -3.75274 0.187683 -3.75258 0.182627 -3.75242 0.188188 -3.75227 0.195245 -3.75211 0.195193 -3.75195 0.190647 -3.7518 0.19219 -3.75164 0.205753 -3.75148 0.227123 -3.75133 0.249082 -3.75117 0.267251 -3.75101 0.280938 -3.75086 0.290985 -3.7507 0.297935 -3.75054 0.300643 -3.75038 0.29843 -3.75023 0.294449 -3.75007 0.293842 -3.74991 0.295596 -3.74976 0.289485 -3.7496 0.264911 -3.74944 0.221738 -3.74929 0.171063 -3.74913 0.124593 -3.74897 0.0892255 -3.74882 0.069078 -3.74866 0.0665689 -3.7485 0.0798131 -3.74835 0.0998423 -3.74819 0.114331 -3.74803 0.117677 -3.74788 0.11702 -3.74772 0.125575 -3.74756 0.146349 -3.74741 0.163128 -3.74725 0.155081 -3.74709 0.120913 -3.74694 0.0834944 -3.74678 0.0668569 -3.74662 0.0749458 -3.74646 0.0959716 -3.74631 0.120706 -3.74615 0.149087 -3.74599 0.182463 -3.74584 0.216442 -3.74568 0.241495 -3.74552 0.248344 -3.74537 0.235321 -3.74521 0.21402 -3.74505 0.201282 -3.7449 0.20187 -3.74474 0.20547 -3.74458 0.203719 -3.74443 0.203541 -3.74427 0.214958 -3.74411 0.233118 -3.74396 0.243291 -3.7438 0.240177 -3.74364 0.22938 -3.74349 0.216878 -3.74333 0.205716 -3.74317 0.201654 -3.74301 0.206894 -3.74286 0.210818 -3.7427 0.201069 -3.74254 0.184121 -3.74239 0.179735 -3.74223 0.194493 -3.74207 0.214672 -3.74192 0.227547 -3.74176 0.234652 -3.7416 0.238128 -3.74145 0.233158 -3.74129 0.223786 -3.74113 0.227405 -3.74098 0.251045 -3.74082 0.275977 -3.74066 0.280151 -3.74051 0.267475 -3.74035 0.257227 -3.74019 0.256567 -3.74004 0.260069 -3.73988 0.269806 -3.73972 0.294507 -3.73957 0.330074 -3.73941 0.357657 -3.73925 0.366288 -3.73909 0.362174 -3.73894 0.35416 -3.73878 0.342675 -3.73862 0.327238 -3.73847 0.312415 -3.73831 0.299034 -3.73815 0.281118 -3.738 0.257956 -3.73784 0.241941 -3.73768 0.246252 -3.73753 0.270143 -3.73737 0.298339 -3.73721 0.313253 -3.73706 0.306499 -3.7369 0.286442 -3.73674 0.275439 -3.73659 0.287671 -3.73643 0.309939 -3.73627 0.31285 -3.73612 0.285577 -3.73596 0.247314 -3.7358 0.220076 -3.73565 0.202871 -3.73549 0.184595 -3.73533 0.169052 -3.73517 0.169391 -3.73502 0.185675 -3.73486 0.202203 -3.7347 0.209703 -3.73455 0.213323 -3.73439 0.217487 -3.73423 0.217556 -3.73408 0.210484 -3.73392 0.201891 -3.73376 0.197462 -3.73361 0.193731 -3.73345 0.185983 -3.73329 0.176347 -3.73314 0.169878 -3.73298 0.168798 -3.73282 0.176474 -3.73267 0.200695 -3.73251 0.243895 -3.73235 0.293368 -3.7322 0.326478 -3.73204 0.328117 -3.73188 0.299004 -3.73173 0.252938 -3.73157 0.21128 -3.73141 0.192576 -3.73125 0.199788 -3.7311 0.216405 -3.73094 0.22348 -3.73078 0.218529 -3.73063 0.213643 -3.73047 0.217345 -3.73031 0.22658 -3.73016 0.23377 -3.73 0.23274 -3.72984 0.217807 -3.72969 0.189912 -3.72953 0.163469 -3.72937 0.1545 -3.72922 0.158041 -3.72906 0.152746 -3.7289 0.133165 -3.72875 0.123289 -3.72859 0.142636 -3.72843 0.173355 -3.72828 0.181011 -3.72812 0.162196 -3.72796 0.149398 -3.72781 0.16839 -3.72765 0.210211 -3.72749 0.250463 -3.72733 0.276252 -3.72718 0.284601 -3.72702 0.270368 -3.72686 0.233291 -3.72671 0.189686 -3.72655 0.160637 -3.72639 0.153643 -3.72624 0.166016 -3.72608 0.198411 -3.72592 0.251405 -3.72577 0.308082 -3.72561 0.337679 -3.72545 0.324703 -3.7253 0.285744 -3.72514 0.251246 -3.72498 0.237112 -3.72483 0.2365 -3.72467 0.235801 -3.72451 0.230984 -3.72436 0.229521 -3.7242 0.240625 -3.72404 0.263704 -3.72389 0.286889 -3.72373 0.297992 -3.72357 0.29583 -3.72341 0.289354 -3.72326 0.285329 -3.7231 0.283047 -3.72294 0.282352 -3.72279 0.288794 -3.72263 0.306161 -3.72247 0.328108 -3.72232 0.342021 -3.72216 0.342368 -3.722 0.331938 -3.72185 0.315215 -3.72169 0.29568 -3.72153 0.279797 -3.72138 0.275086 -3.72122 0.280346 -3.72106 0.28259 -3.72091 0.271645 -3.72075 0.251611 -3.72059 0.234416 -3.72044 0.225077 -3.72028 0.222078 -3.72012 0.228513 -3.71996 0.250375 -3.71981 0.283854 -3.71965 0.315397 -3.71949 0.337516 -3.71934 0.353062 -3.71918 0.357444 -3.71902 0.332362 -3.71887 0.272781 -3.71871 0.209411 -3.71855 0.184023 -3.7184 0.204573 -3.71824 0.239059 -3.71808 0.255875 -3.71793 0.252782 -3.71777 0.243565 -3.71761 0.234551 -3.71746 0.225508 -3.7173 0.219966 -3.71714 0.219518 -3.71699 0.217868 -3.71683 0.211661 -3.71667 0.208193 -3.71652 0.209821 -3.71636 0.203579 -3.7162 0.177882 -3.71604 0.147639 -3.71589 0.14312 -3.71573 0.176185 -3.71557 0.229361 -3.71542 0.277069 -3.71526 0.306121 -3.7151 0.312995 -3.71495 0.297728 -3.71479 0.267115 -3.71463 0.233971 -3.71448 0.210903 -3.71432 0.206886 -3.71416 0.230294 -3.71401 0.280315 -3.71385 0.335663 -3.71369 0.364629 -3.71354 0.355103 -3.71338 0.326471 -3.71322 0.303979 -3.71307 0.291117 -3.71291 0.275301 -3.71275 0.252068 -3.7126 0.23131 -3.71244 0.222205 -3.71228 0.22146 -3.71212 0.219523 -3.71197 0.21011 -3.71181 0.1924 -3.71165 0.169709 -3.7115 0.148328 -3.71134 0.138427 -3.71118 0.150509 -3.71103 0.187584 -3.71087 0.237926 -3.71071 0.279604 -3.71056 0.296904 -3.7104 0.294434 -3.71024 0.289496 -3.71009 0.290993 -3.70993 0.289828 -3.70977 0.272083 -3.70962 0.237772 -3.70946 0.200322 -3.7093 0.17235 -3.70915 0.154903 -3.70899 0.13908 -3.70883 0.117192 -3.70868 0.0927134 -3.70852 0.0799633 -3.70836 0.0902198 -3.7082 0.117504 -3.70805 0.142696 -3.70789 0.152521 -3.70773 0.148718 -3.70758 0.139883 -3.70742 0.131627 -3.70726 0.127637 -3.70711 0.132713 -3.70695 0.145086 -3.70679 0.153324 -3.70664 0.149091 -3.70648 0.140424 -3.70632 0.144781 -3.70617 0.166464 -3.70601 0.189454 -3.70585 0.195524 -3.7057 0.186492 -3.70554 0.181832 -3.70538 0.195017 -3.70523 0.216546 -3.70507 0.223979 -3.70491 0.207806 -3.70476 0.181288 -3.7046 0.163287 -3.70444 0.158822 -3.70428 0.16298 -3.70413 0.177778 -3.70397 0.209872 -3.70381 0.253163 -3.70366 0.28826 -3.7035 0.300622 -3.70334 0.291487 -3.70319 0.267079 -3.70303 0.231088 -3.70287 0.193567 -3.70272 0.171113 -3.70256 0.167691 -3.7024 0.168609 -3.70225 0.163823 -3.70209 0.165437 -3.70193 0.186262 -3.70178 0.213084 -3.70162 0.222487 -3.70146 0.217298 -3.70131 0.221911 -3.70115 0.244817 -3.70099 0.264561 -3.70084 0.262233 -3.70068 0.246537 -3.70052 0.236005 -3.70036 0.233628 -3.70021 0.229733 -3.70005 0.220639 -3.69989 0.211218 -3.69974 0.206278 -3.69958 0.211961 -3.69942 0.235828 -3.69927 0.274796 -3.69911 0.310255 -3.69895 0.326082 -3.6988 0.324387 -3.69864 0.316785 -3.69848 0.303088 -3.69833 0.276822 -3.69817 0.246261 -3.69801 0.232905 -3.69786 0.242866 -3.6977 0.254257 -3.69754 0.240719 -3.69739 0.200753 -3.69723 0.155003 -3.69707 0.123496 -3.69691 0.113631 -3.69676 0.123776 -3.6966 0.147884 -3.69644 0.173445 -3.69629 0.186148 -3.69613 0.183536 -3.69597 0.177479 -3.69582 0.179216 -3.69566 0.185651 -3.6955 0.186796 -3.69535 0.183805 -3.69519 0.190395 -3.69503 0.215546 -3.69488 0.251599 -3.69472 0.283537 -3.69456 0.302897 -3.69441 0.307857 -3.69425 0.295993 -3.69409 0.267295 -3.69394 0.229393 -3.69378 0.190755 -3.69362 0.150029 -3.69347 0.102042 -3.69331 0.0546925 -3.69315 0.0278331 -3.69299 0.0310517 -3.69284 0.0537092 -3.69268 0.0821521 -3.69252 0.115872 -3.69237 0.157475 -3.69221 0.196307 -3.69205 0.217942 -3.6919 0.22653 -3.69174 0.239933 -3.69158 0.263175 -3.69143 0.280505 -3.69127 0.278289 -3.69111 0.263936 -3.69096 0.251114 -3.6908 0.239718 -3.69064 0.221204 -3.69049 0.197647 -3.69033 0.182951 -3.69017 0.184889 -3.69002 0.196881 -3.68986 0.209208 -3.6897 0.218205 -3.68955 0.222157 -3.68939 0.217754 -3.68923 0.206806 -3.68907 0.203318 -3.68892 0.221824 -3.68876 0.259723 -3.6886 0.296478 -3.68845 0.31136 -3.68829 0.298763 -3.68813 0.267475 -3.68798 0.230537 -3.68782 0.201018 -3.68766 0.191352 -3.68751 0.208744 -3.68735 0.245709 -3.68719 0.279765 -3.68704 0.286682 -3.68688 0.259614 -3.68672 0.212487 -3.68657 0.16729 -3.68641 0.137202 -3.68625 0.122675 -3.6861 0.119868 -3.68594 0.127017 -3.68578 0.143313 -3.68563 0.166825 -3.68547 0.193724 -3.68531 0.216354 -3.68515 0.222331 -3.685 0.2034 -3.68484 0.170592 -3.68468 0.151883 -3.68453 0.165822 -3.68437 0.201262 -3.68421 0.230402 -3.68406 0.240087 -3.6839 0.23908 -3.68374 0.235774 -3.68359 0.22537 -3.68343 0.203564 -3.68327 0.181046 -3.68312 0.172071 -3.68296 0.177017 -3.6828 0.187439 -3.68265 0.201842 -3.68249 0.223782 -3.68233 0.248022 -3.68218 0.262541 -3.68202 0.265222 -3.68186 0.26735 -3.68171 0.276412 -3.68155 0.286281 -3.68139 0.288778 -3.68123 0.284751 -3.68108 0.279293 -3.68092 0.274165 -3.68076 0.270974 -3.68061 0.276884 -3.68045 0.295602 -3.68029 0.318462 -3.68014 0.334094 -3.67998 0.343576 -3.67982 0.357304 -3.67967 0.378545 -3.67951 0.396054 -3.67935 0.396253 -3.6792 0.375184 -3.67904 0.339366 -3.67888 0.299707 -3.67873 0.267336 -3.67857 0.250114 -3.67841 0.247428 -3.67826 0.249532 -3.6781 0.246357 -3.67794 0.234453 -3.67779 0.216756 -3.67763 0.198916 -3.67747 0.187737 -3.67731 0.189495 -3.67716 0.203819 -3.677 0.221099 -3.67684 0.229555 -3.67669 0.225091 -3.67653 0.213348 -3.67637 0.202723 -3.67622 0.200541 -3.67606 0.212859 -3.6759 0.2408 -3.67575 0.274862 -3.67559 0.300751 -3.67543 0.314332 -3.67528 0.323155 -3.67512 0.332935 -3.67496 0.337027 -3.67481 0.327056 -3.67465 0.308042 -3.67449 0.29045 -3.67434 0.272028 -3.67418 0.241146 -3.67402 0.201296 -3.67387 0.175887 -3.67371 0.181689 -3.67355 0.20794 -3.67339 0.229768 -3.67324 0.232658 -3.67308 0.216184 -3.67292 0.18407 -3.67277 0.145822 -3.67261 0.120181 -3.67245 0.121731 -3.6723 0.143191 -3.67214 0.163631 -3.67198 0.175096 -3.67183 0.187465 -3.67167 0.205409 -3.67151 0.216306 -3.67136 0.208398 -3.6712 0.190039 -3.67104 0.181996 -3.67089 0.195914 -3.67073 0.226288 -3.67057 0.258334 -3.67042 0.278205 -3.67026 0.280679 -3.6701 0.273205 -3.66994 0.267184 -3.66979 0.264599 -3.66963 0.257185 -3.66947 0.242379 -3.66932 0.228879 -3.66916 0.222447 -3.669 0.217737 -3.66885 0.210936 -3.66869 0.211468 -3.66853 0.229892 -3.66838 0.260493 -3.66822 0.286854 -3.66806 0.300454 -3.66791 0.30327 -3.66775 0.297019 -3.66759 0.283599 -3.66744 0.271893 -3.66728 0.271125 -3.66712 0.276259 -3.66697 0.272099 -3.66681 0.254828 -3.66665 0.238094 -3.6665 0.234332 -3.66634 0.240293 -3.66618 0.245783 -3.66602 0.246772 -3.66587 0.245299 -3.66571 0.242486 -3.66555 0.23898 -3.6654 0.236309 -3.66524 0.233017 -3.66508 0.224711 -3.66493 0.211461 -3.66477 0.198436 -3.66461 0.185509 -3.66446 0.164983 -3.6643 0.134511 -3.66414 0.107744 -3.66399 0.101429 -3.66383 0.116923 -3.66367 0.141123 -3.66352 0.164245 -3.66336 0.1871 -3.6632 0.212167 -3.66305 0.23568 -3.66289 0.253498 -3.66273 0.269044 -3.66258 0.2896 -3.66242 0.314932 -3.66226 0.334437 -3.6621 0.336959 -3.66195 0.323431 -3.66179 0.307401 -3.66163 0.299589 -3.66148 0.295974 -3.66132 0.285175 -3.66116 0.266874 -3.66101 0.25528 -3.66085 0.260478 -3.66069 0.273135 -3.66054 0.273902 -3.66038 0.253226 -3.66022 0.216969 -3.66007 0.176698 -3.65991 0.141673 -3.65975 0.118156 -3.6596 0.108495 -3.65944 0.10848 -3.65928 0.112074 -3.65913 0.117465 -3.65897 0.126016 -3.65881 0.136242 -3.65866 0.145683 -3.6585 0.156762 -3.65834 0.174148 -3.65818 0.194169 -3.65803 0.205223 -3.65787 0.203409 -3.65771 0.200445 -3.65756 0.212406 -3.6574 0.242116 -3.65724 0.279367 -3.65709 0.313113 -3.65693 0.336284 -3.65677 0.344704 -3.65662 0.336434 -3.65646 0.316137 -3.6563 0.295085 -3.65615 0.283675 -3.65599 0.286729 -3.65583 0.303411 -3.65568 0.324446 -3.65552 0.3366 -3.65536 0.332692 -3.65521 0.322689 -3.65505 0.322909 -3.65489 0.334109 -3.65474 0.338388 -3.65458 0.323935 -3.65442 0.303692 -3.65426 0.299398 -3.65411 0.310846 -3.65395 0.314979 -3.65379 0.295143 -3.65364 0.259394 -3.65348 0.22484 -3.65332 0.196956 -3.65317 0.175454 -3.65301 0.167916 -3.65285 0.185354 -3.6527 0.221113 -3.65254 0.249482 -3.65238 0.251133 -3.65223 0.231605 -3.65207 0.210748 -3.65191 0.198351 -3.65176 0.190024 -3.6516 0.180329 -3.65144 0.173274 -3.65129 0.176383 -3.65113 0.191146 -3.65097 0.213291 -3.65082 0.238488 -3.65066 0.263588 -3.6505 0.283899 -3.65034 0.291817 -3.65019 0.279405 -3.65003 0.243975 -3.64987 0.195322 -3.64972 0.154231 -3.64956 0.138255 -3.6494 0.14628 -3.64925 0.160507 -3.64909 0.165905 -3.64893 0.164188 -3.64878 0.165002 -3.64862 0.168792 -3.64846 0.166018 -3.64831 0.153632 -3.64815 0.142743 -3.64799 0.144938 -3.64784 0.159164 -3.64768 0.175718 -3.64752 0.190581 -3.64737 0.206587 -3.64721 0.221291 -3.64705 0.224064 -3.64689 0.206625 -3.64674 0.174198 -3.64658 0.140911 -3.64642 0.117597 -3.64627 0.105938 -3.64611 0.10122 -3.64595 0.0982396 -3.6458 0.0936452 -3.64564 0.0874931 -3.64548 0.0847183 -3.64533 0.0912576 -3.64517 0.108137 -3.64501 0.127972 -3.64486 0.140137 -3.6447 0.140896 -3.64454 0.138657 -3.64439 0.144802 -3.64423 0.159004 -3.64407 0.165663 -3.64392 0.151264 -3.64376 0.123796 -3.6436 0.109392 -3.64345 0.126999 -3.64329 0.170371 -3.64313 0.218023 -3.64297 0.253787 -3.64282 0.273218 -3.64266 0.276916 -3.6425 0.266635 -3.64235 0.248465 -3.64219 0.230913 -3.64203 0.218291 -3.64188 0.209545 -3.64172 0.205446 -3.64156 0.210154 -3.64141 0.221604 -3.64125 0.228379 -3.64109 0.221043 -3.64094 0.204072 -3.64078 0.188929 -3.64062 0.178508 -3.64047 0.166519 -3.64031 0.151036 -3.64015 0.141215 -3.64 0.145856 -3.63984 0.160868 -3.63968 0.173304 -3.63953 0.176863 -3.63937 0.178365 -3.63921 0.188001 -3.63905 0.207581 -3.6389 0.228673 -3.63874 0.239481 -3.63858 0.233037 -3.63843 0.21098 -3.63827 0.183637 -3.63811 0.165366 -3.63796 0.166693 -3.6378 0.187761 -3.63764 0.218632 -3.63749 0.246326 -3.63733 0.263492 -3.63717 0.269808 -3.63702 0.267176 -3.63686 0.2549 -3.6367 0.232918 -3.63655 0.208089 -3.63639 0.192777 -3.63623 0.194565 -3.63608 0.208868 -3.63592 0.224547 -3.63576 0.236565 -3.63561 0.249827 -3.63545 0.271776 -3.63529 0.303097 -3.63513 0.335855 -3.63498 0.359995 -3.63482 0.370839 -3.63466 0.374237 -3.63451 0.381357 -3.63435 0.393637 -3.63419 0.394786 -3.63404 0.365589 -3.63388 0.3091 -3.63372 0.254057 -3.63357 0.225533 -3.63341 0.219829 -3.63325 0.216845 -3.6331 0.207587 -3.63294 0.200196 -3.63278 0.200869 -3.63263 0.205799 -3.63247 0.211414 -3.63231 0.219849 -3.63216 0.228017 -3.632 0.225103 -3.63184 0.205687 -3.63169 0.179418 -3.63153 0.156795 -3.63137 0.136522 -3.63121 0.114339 -3.63106 0.0966346 -3.6309 0.0935045 -3.63074 0.101569 -3.63059 0.107026 -3.63043 0.104043 -3.63027 0.100341 -3.63012 0.104788 -3.62996 0.119873 -3.6298 0.146113 -3.62965 0.181612 -3.62949 0.216685 -3.62933 0.237277 -3.62918 0.239754 -3.62902 0.236815 -3.62886 0.242358 -3.62871 0.257903 -3.62855 0.275583 -3.62839 0.289248 -3.62824 0.298687 -3.62808 0.305257 -3.62792 0.309155 -3.62777 0.308711 -3.62761 0.300295 -3.62745 0.280462 -3.62729 0.250672 -3.62714 0.21682 -3.62698 0.185638 -3.62682 0.161952 -3.62667 0.149485 -3.62651 0.14905 -3.62635 0.155761 -3.6262 0.160407 -3.62604 0.157216 -3.62588 0.148611 -3.62573 0.142491 -3.62557 0.147178 -3.62541 0.166691 -3.62526 0.194743 -3.6251 0.214524 -3.62494 0.211076 -3.62479 0.183922 -3.62463 0.145804 -3.62447 0.10957 -3.62432 0.0816163 -3.62416 0.0647968 -3.624 0.0587776 -3.62384 0.0568234 -3.62369 0.0541887 -3.62353 0.0583045 -3.62337 0.081786 -3.62322 0.119481 -3.62306 0.147878 -3.6229 0.154072 -3.62275 0.153836 -3.62259 0.169539 -3.62243 0.200841 -3.62228 0.228405 -3.62212 0.240198 -3.62196 0.239975 -3.62181 0.232846 -3.62165 0.220344 -3.62149 0.21043 -3.62134 0.216913 -3.62118 0.242824 -3.62102 0.270819 -3.62087 0.278754 -3.62071 0.260283 -3.62055 0.228514 -3.6204 0.204129 -3.62024 0.199098 -3.62008 0.209883 -3.61992 0.222185 -3.61977 0.227329 -3.61961 0.230434 -3.61945 0.240953 -3.6193 0.256281 -3.61914 0.262286 -3.61898 0.248749 -3.61883 0.218652 -3.61867 0.184653 -3.61851 0.161176 -3.61836 0.159728 -3.6182 0.179015 -3.61804 0.200152 -3.61789 0.20256 -3.61773 0.188159 -3.61757 0.177603 -3.61742 0.180775 -3.61726 0.180069 -3.6171 0.154578 -3.61695 0.111447 -3.61679 0.0808918 -3.61663 0.0843313 -3.61648 0.115896 -3.61632 0.152587 -3.61616 0.172907 -3.616 0.168037 -3.61585 0.144483 -3.61569 0.120833 -3.61553 0.114749 -3.61538 0.131124 -3.61522 0.161685 -3.61506 0.19533 -3.61491 0.22441 -3.61475 0.244223 -3.61459 0.253409 -3.61444 0.255531 -3.61428 0.253773 -3.61412 0.244104 -3.61397 0.220212 -3.61381 0.186844 -3.61365 0.160978 -3.6135 0.15628 -3.61334 0.170878 -3.61318 0.194565 -3.61303 0.220912 -3.61287 0.247854 -3.61271 0.270536 -3.61256 0.282328 -3.6124 0.281632 -3.61224 0.271331 -3.61208 0.253269 -3.61193 0.228024 -3.61177 0.199478 -3.61161 0.173005 -3.61146 0.147309 -3.6113 0.114825 -3.61114 0.0760984 -3.61099 0.0455242 -3.61083 0.037962 -3.61067 0.0516269 -3.61052 0.0704387 -3.61036 0.0829366 -3.6102 0.090801 -3.61005 0.101117 -3.60989 0.114823 -3.60973 0.127087 -3.60958 0.135319 -3.60942 0.142372 -3.60926 0.153533 -3.60911 0.171493 -3.60895 0.193621 -3.60879 0.213577 -3.60864 0.225493 -3.60848 0.228072 -3.60832 0.223778 -3.60816 0.213731 -3.60801 0.196334 -3.60785 0.170929 -3.60769 0.142487 -3.60754 0.121601 -3.60738 0.119581 -3.60722 0.139188 -3.60707 0.16785 -3.60691 0.182728 -3.60675 0.169478 -3.6066 0.137625 -3.60644 0.112294 -3.60628 0.108011 -3.60613 0.115865 -3.60597 0.117963 -3.60581 0.110331 -3.60566 0.103674 -3.6055 0.105067 -3.60534 0.107061 -3.60519 0.0987591 -3.60503 0.0836766 -3.60487 0.0782983 -3.60472 0.0925121 -3.60456 0.117794 -3.6044 0.139713 -3.60424 0.160302 -3.60409 0.194353 -3.60393 0.242989 -3.60377 0.280966 -3.60362 0.283649 -3.60346 0.259963 -3.6033 0.243042 -3.60315 0.247893 -3.60299 0.257074 -3.60283 0.252681 -3.60268 0.245093 -3.60252 0.25587 -3.60236 0.282304 -3.60221 0.299547 -3.60205 0.293097 -3.60189 0.272827 -3.60174 0.253094 -3.60158 0.233632 -3.60142 0.208151 -3.60127 0.179013 -3.60111 0.157954 -3.60095 0.15443 -3.60079 0.16861 -3.60064 0.192486 -3.60048 0.213564 -3.60032 0.222821 -3.60017 0.220757 -3.60001 0.215781 -3.59985 0.215305 -3.5997 0.219424 -3.59954 0.222517 -3.59938 0.217647 -3.59923 0.202277 -3.59907 0.182887 -3.59891 0.172838 -3.59876 0.179148 -3.5986 0.192535 -3.59844 0.196436 -3.59829 0.185735 -3.59813 0.170715 -3.59797 0.164482 -3.59782 0.170122 -3.59766 0.180584 -3.5975 0.185524 -3.59735 0.181584 -3.59719 0.180112 -3.59703 0.200396 -3.59687 0.247186 -3.59672 0.298187 -3.59656 0.322264 -3.5964 0.310827 -3.59625 0.281422 -3.59609 0.254265 -3.59593 0.238415 -3.59578 0.238305 -3.59562 0.256775 -3.59546 0.286145 -3.59531 0.31199 -3.59515 0.33126 -3.59499 0.35421 -3.59484 0.382499 -3.59468 0.398696 -3.59452 0.38793 -3.59437 0.355881 -3.59421 0.314796 -3.59405 0.265576 -3.5939 0.209893 -3.59374 0.16766 -3.59358 0.160532 -3.59343 0.181691 -3.59327 0.201978 -3.59311 0.204592 -3.59295 0.19941 -3.5928 0.201258 -3.59264 0.209823 -3.59248 0.216351 -3.59233 0.217064 -3.59217 0.214739 -3.59201 0.215874 -3.59186 0.226442 -3.5917 0.246174 -3.59154 0.264941 -3.59139 0.273348 -3.59123 0.278439 -3.59107 0.296485 -3.59092 0.32907 -3.59076 0.359154 -3.5906 0.372292 -3.59045 0.370938 -3.59029 0.364461 -3.59013 0.353832 -3.58998 0.338046 -3.58982 0.324095 -3.58966 0.321143 -3.58951 0.328474 -3.58935 0.33505 -3.58919 0.331219 -3.58903 0.315965 -3.58888 0.296719 -3.58872 0.286061 -3.58856 0.29391 -3.58841 0.316494 -3.58825 0.335266 -3.58809 0.332096 -3.58794 0.305724 -3.58778 0.271702 -3.58762 0.249817 -3.58747 0.250755 -3.58731 0.269848 -3.58715 0.289161 -3.587 0.291125 -3.58684 0.274929 -3.58668 0.25784 -3.58653 0.254111 -3.58637 0.259775 -3.58621 0.261634 -3.58606 0.256226 -3.5859 0.250829 -3.58574 0.250746 -3.58559 0.254823 -3.58543 0.261521 -3.58527 0.269426 -3.58511 0.267459 -3.58496 0.2412 -3.5848 0.194594 -3.58464 0.158557 -3.58449 0.163256 -3.58433 0.203328 -3.58417 0.242634 -3.58402 0.252627 -3.58386 0.238786 -3.5837 0.223275 -3.58355 0.214229 -3.58339 0.204543 -3.58323 0.191864 -3.58308 0.187851 -3.58292 0.199989 -3.58276 0.220354 -3.58261 0.235234 -3.58245 0.239246 -3.58229 0.233077 -3.58214 0.21818 -3.58198 0.201278 -3.58182 0.195175 -3.58167 0.203371 -3.58151 0.209654 -3.58135 0.196621 -3.58119 0.172264 -3.58104 0.160723 -3.58088 0.168858 -3.58072 0.177881 -3.58057 0.172886 -3.58041 0.163066 -3.58025 0.164991 -3.5801 0.178344 -3.57994 0.193216 -3.57978 0.208734 -3.57963 0.229494 -3.57947 0.249066 -3.57931 0.253415 -3.57916 0.242824 -3.579 0.235763 -3.57884 0.245865 -3.57869 0.265886 -3.57853 0.279091 -3.57837 0.278916 -3.57822 0.270657 -3.57806 0.25962 -3.5779 0.246555 -3.57774 0.232526 -3.57759 0.223491 -3.57743 0.224748 -3.57727 0.235417 -3.57712 0.248512 -3.57696 0.257494 -3.5768 0.260848 -3.57665 0.261485 -3.57649 0.262365 -3.57633 0.264862 -3.57618 0.270422 -3.57602 0.280259 -3.57586 0.294324 -3.57571 0.309899 -3.57555 0.323941 -3.57539 0.334207 -3.57524 0.339702 -3.57508 0.340342 -3.57492 0.334131 -3.57477 0.315015 -3.57461 0.276864 -3.57445 0.22439 -3.5743 0.178299 -3.57414 0.159517 -3.57398 0.168449 -3.57382 0.185689 -3.57367 0.193907 -3.57351 0.192515 -3.57335 0.189386 -3.5732 0.189973 -3.57304 0.198948 -3.57288 0.222763 -3.57273 0.26167 -3.57257 0.302905 -3.57241 0.329416 -3.57226 0.334493 -3.5721 0.32302 -3.57194 0.302345 -3.57179 0.277616 -3.57163 0.252673 -3.57147 0.228524 -3.57132 0.205513 -3.57116 0.191093 -3.571 0.198489 -3.57085 0.230363 -3.57069 0.266875 -3.57053 0.283413 -3.57038 0.273994 -3.57022 0.250754 -3.57006 0.223416 -3.5699 0.192601 -3.56975 0.162729 -3.56959 0.145073 -3.56943 0.143463 -3.56928 0.148005 -3.56912 0.15 -3.56896 0.155163 -3.56881 0.174026 -3.56865 0.206944 -3.56849 0.242344 -3.56834 0.266821 -3.56818 0.271532 -3.56802 0.255239 -3.56787 0.228197 -3.56771 0.208424 -3.56755 0.209299 -3.5674 0.230014 -3.56724 0.261141 -3.56708 0.292197 -3.56693 0.314439 -3.56677 0.320767 -3.56661 0.313693 -3.56646 0.307487 -3.5663 0.315168 -3.56614 0.333017 -3.56598 0.343157 -3.56583 0.333726 -3.56567 0.311269 -3.56551 0.292378 -3.56536 0.2841 -3.5652 0.276435 -3.56504 0.256007 -3.56489 0.224395 -3.56473 0.198826 -3.56457 0.192273 -3.56442 0.1987 -3.56426 0.202903 -3.5641 0.198773 -3.56395 0.191466 -3.56379 0.18405 -3.56363 0.173446 -3.56348 0.161573 -3.56332 0.15621 -3.56316 0.159181 -3.56301 0.162519 -3.56285 0.161749 -3.56269 0.163141 -3.56254 0.171059 -3.56238 0.181228 -3.56222 0.190785 -3.56206 0.208439 -3.56191 0.240374 -3.56175 0.275516 -3.56159 0.298693 -3.56144 0.308956 -3.56128 0.316386 -3.56112 0.32175 -3.56097 0.316949 -3.56081 0.303639 -3.56065 0.29689 -3.5605 0.302833 -3.56034 0.308756 -3.56018 0.300712 -3.56003 0.282768 -3.55987 0.270683 -3.55971 0.272996 -3.55956 0.2839 -3.5594 0.290144 -3.55924 0.281381 -3.55909 0.256321 -3.55893 0.226221 -3.55877 0.207968 -3.55862 0.211056 -3.55846 0.232052 -3.5583 0.259928 -3.55814 0.284942 -3.55799 0.301378 -3.55783 0.306823 -3.55767 0.303973 -3.55752 0.296465 -3.55736 0.28459 -3.5572 0.266315 -3.55705 0.244499 -3.55689 0.226173 -3.55673 0.214762 -3.55658 0.209482 -3.55642 0.211935 -3.55626 0.224662 -3.55611 0.238701 -3.55595 0.235657 -3.55579 0.207972 -3.55564 0.171881 -3.55548 0.148874 -3.55532 0.142341 -3.55517 0.141391 -3.55501 0.143278 -3.55485 0.156948 -3.5547 0.184337 -3.55454 0.212962 -3.55438 0.233984 -3.55422 0.254844 -3.55407 0.285294 -3.55391 0.317149 -3.55375 0.328522 -3.5536 0.309757 -3.55344 0.274052 -3.55328 0.242288 -3.55313 0.222921 -3.55297 0.210316 -3.55281 0.19789 -3.55266 0.185709 -3.5525 0.176523 -3.55234 0.170162 -3.55219 0.166732 -3.55203 0.170378 -3.55187 0.18285 -3.55172 0.195217 -3.55156 0.193512 -3.5514 0.176268 -3.55125 0.159006 -3.55109 0.156192 -3.55093 0.164326 -3.55077 0.170802 -3.55062 0.174876 -3.55046 0.188165 -3.5503 0.215745 -3.55015 0.245666 -3.54999 0.263872 -3.54983 0.26915 -3.54968 0.268842 -3.54952 0.266269 -3.54936 0.262132 -3.54921 0.263541 -3.54905 0.279717 -3.54889 0.307404 -3.54874 0.329006 -3.54858 0.329876 -3.54842 0.312529 -3.54827 0.290658 -3.54811 0.271682 -3.54795 0.25175 -3.5478 0.226058 -3.54764 0.197903 -3.54748 0.177019 -3.54733 0.169741 -3.54717 0.172468 -3.54701 0.175732 -3.54685 0.173079 -3.5467 0.167249 -3.54654 0.165956 -3.54638 0.172318 -3.54623 0.181488 -3.54607 0.186418 -3.54591 0.184297 -3.54576 0.178201 -3.5456 0.175518 -3.54544 0.184423 -3.54529 0.207924 -3.54513 0.237242 -3.54497 0.255916 -3.54482 0.254548 -3.54466 0.2404 -3.5445 0.226491 -3.54435 0.215825 -3.54419 0.202287 -3.54403 0.185463 -3.54388 0.173065 -3.54372 0.167969 -3.54356 0.159997 -3.54341 0.139983 -3.54325 0.113295 -3.54309 0.0956306 -3.54293 0.0975489 -3.54278 0.118498 -3.54262 0.151672 -3.54246 0.186611 -3.54231 0.211743 -3.54215 0.22298 -3.54199 0.229944 -3.54184 0.244192 -3.54168 0.262992 -3.54152 0.2715 -3.54137 0.262862 -3.54121 0.244909 -3.54105 0.226246 -3.5409 0.20685 -3.54074 0.184305 -3.54058 0.164116 -3.54043 0.152019 -3.54027 0.144948 -3.54011 0.137345 -3.53996 0.133936 -3.5398 0.147676 -3.53964 0.184096 -3.53949 0.233918 -3.53933 0.280125 -3.53917 0.309156 -3.53901 0.315077 -3.53886 0.300484 -3.5387 0.273528 -3.53854 0.244387 -3.53839 0.220972 -3.53823 0.209379 -3.53807 0.214274 -3.53792 0.23453 -3.53776 0.26124 -3.5376 0.283966 -3.53745 0.299143 -3.53729 0.307995 -3.53713 0.308402 -3.53698 0.295051 -3.53682 0.269879 -3.53666 0.246602 -3.53651 0.240995 -3.53635 0.256417 -3.53619 0.281901 -3.53604 0.301859 -3.53588 0.308066 -3.53572 0.301513 -3.53557 0.287414 -3.53541 0.27132 -3.53525 0.260241 -3.53509 0.259972 -3.53494 0.267151 -3.53478 0.26685 -3.53462 0.247714 -3.53447 0.219554 -3.53431 0.20565 -3.53415 0.213634 -3.534 0.223873 -3.53384 0.215769 -3.53368 0.194123 -3.53353 0.17892 -3.53337 0.174367 -3.53321 0.16547 -3.53306 0.144226 -3.5329 0.12443 -3.53274 0.122986 -3.53259 0.138731 -3.53243 0.15658 -3.53227 0.16476 -3.53212 0.160369 -3.53196 0.145911 -3.5318 0.127829 -3.53165 0.116128 -3.53149 0.11773 -3.53133 0.129912 -3.53117 0.144515 -3.53102 0.155802 -3.53086 0.162807 -3.5307 0.166364 -3.53055 0.167259 -3.53039 0.165861 -3.53023 0.162639 -3.53008 0.16173 -3.52992 0.172614 -3.52976 0.201566 -3.52961 0.238988 -3.52945 0.262748 -3.52929 0.258801 -3.52914 0.233994 -3.52898 0.207112 -3.52882 0.191417 -3.52867 0.189657 -3.52851 0.198467 -3.52835 0.210952 -3.5282 0.218526 -3.52804 0.2179 -3.52788 0.214246 -3.52772 0.213698 -3.52757 0.216764 -3.52741 0.222393 -3.52725 0.233616 -3.5271 0.252447 -3.52694 0.273257 -3.52678 0.287388 -3.52663 0.291359 -3.52647 0.285589 -3.52631 0.269185 -3.52616 0.242679 -3.526 0.209642 -3.52584 0.172689 -3.52569 0.132697 -3.52553 0.0987363 -3.52537 0.0894335 -3.52522 0.11191 -3.52506 0.147014 -3.5249 0.167787 -3.52475 0.169104 -3.52459 0.167559 -3.52443 0.174572 -3.52428 0.18567 -3.52412 0.196353 -3.52396 0.209681 -3.5238 0.225459 -3.52365 0.235947 -3.52349 0.238971 -3.52333 0.243323 -3.52318 0.255142 -3.52302 0.268376 -3.52286 0.275714 -3.52271 0.277521 -3.52255 0.274398 -3.52239 0.261768 -3.52224 0.239671 -3.52208 0.218559 -3.52192 0.206593 -3.52177 0.199829 -3.52161 0.193626 -3.52145 0.191015 -3.5213 0.192532 -3.52114 0.187813 -3.52098 0.169457 -3.52083 0.14731 -3.52067 0.135641 -3.52051 0.134723 -3.52036 0.1399 -3.5202 0.157927 -3.52004 0.19519 -3.51988 0.235989 -3.51973 0.252528 -3.51957 0.239587 -3.51941 0.218253 -3.51926 0.203988 -3.5191 0.190766 -3.51894 0.172642 -3.51879 0.160634 -3.51863 0.164609 -3.51847 0.172969 -3.51832 0.170716 -3.51816 0.165112 -3.518 0.177666 -3.51785 0.211748 -3.51769 0.24593 -3.51753 0.259913 -3.51738 0.255378 -3.51722 0.24948 -3.51706 0.256985 -3.51691 0.282173 -3.51675 0.317461 -3.51659 0.346667 -3.51644 0.35481 -3.51628 0.340485 -3.51612 0.317414 -3.51596 0.299487 -3.51581 0.287312 -3.51565 0.272135 -3.51549 0.249658 -3.51534 0.226511 -3.51518 0.211642 -3.51502 0.205041 -3.51487 0.197864 -3.51471 0.18413 -3.51455 0.172125 -3.5144 0.179418 -3.51424 0.214681 -3.51408 0.265707 -3.51393 0.308455 -3.51377 0.326937 -3.51361 0.323112 -3.51346 0.308646 -3.5133 0.291583 -3.51314 0.271835 -3.51299 0.247264 -3.51283 0.221905 -3.51267 0.207368 -3.51252 0.214807 -3.51236 0.242626 -3.5122 0.274492 -3.51204 0.293466 -3.51189 0.297793 -3.51173 0.298101 -3.51157 0.301849 -3.51142 0.307115 -3.51126 0.313148 -3.5111 0.326198 -3.51095 0.347373 -3.51079 0.364189 -3.51063 0.363021 -3.51048 0.34816 -3.51032 0.3384 -3.51016 0.343615 -3.51001 0.355201 -3.50985 0.359071 -3.50969 0.348608 -3.50954 0.323705 -3.50938 0.28995 -3.50922 0.264588 -3.50907 0.268794 -3.50891 0.302356 -3.50875 0.332701 -3.5086 0.324188 -3.50844 0.277272 -3.50828 0.225725 -3.50812 0.196637 -3.50797 0.188314 -3.50781 0.186588 -3.50765 0.187949 -3.5075 0.198108 -3.50734 0.219416 -3.50718 0.247435 -3.50703 0.277427 -3.50687 0.303821 -3.50671 0.320632 -3.50656 0.328315 -3.5064 0.333876 -3.50624 0.338519 -3.50609 0.331438 -3.50593 0.304051 -3.50577 0.26682 -3.50562 0.242803 -3.50546 0.244199 -3.5053 0.264176 -3.50515 0.286563 -3.50499 0.299099 -3.50483 0.297506 -3.50467 0.287374 -3.50452 0.282147 -3.50436 0.292076 -3.5042 0.31366 -3.50405 0.330598 -3.50389 0.326225 -3.50373 0.293968 -3.50358 0.239413 -3.50342 0.178738 -3.50326 0.130962 -3.50311 0.102774 -3.50295 0.0841993 -3.50279 0.0649588 -3.50264 0.0510985 -3.50248 0.0584094 -3.50232 0.0894788 -3.50217 0.129542 -3.50201 0.164993 -3.50185 0.19503 -3.5017 0.221588 -3.50154 0.239621 -3.50138 0.242492 -3.50123 0.229944 -3.50107 0.206832 -3.50091 0.18177 -3.50075 0.170219 -3.5006 0.18407 -3.50044 0.213604 -3.50028 0.232185 -3.50013 0.228882 -3.49997 0.225735 -3.49981 0.24911 -3.49966 0.292582 -3.4995 0.323914 -3.49934 0.325009 -3.49919 0.308208 -3.49903 0.294337 -3.49887 0.290046 -3.49872 0.290192 -3.49856 0.28833 -3.4984 0.277335 -3.49825 0.250225 -3.49809 0.209552 -3.49793 0.171024 -3.49778 0.152001 -3.49762 0.15615 -3.49746 0.172937 -3.49731 0.187406 -3.49715 0.188663 -3.49699 0.176795 -3.49683 0.16444 -3.49668 0.166542 -3.49652 0.183515 -3.49636 0.199178 -3.49621 0.200251 -3.49605 0.194427 -3.49589 0.200792 -3.49574 0.224987 -3.49558 0.252529 -3.49542 0.267308 -3.49527 0.268732 -3.49511 0.267491 -3.49495 0.268784 -3.4948 0.268178 -3.49464 0.259736 -3.49448 0.244855 -3.49433 0.230639 -3.49417 0.223826 -3.49401 0.226819 -3.49386 0.235096 -3.4937 0.237939 -3.49354 0.226392 -3.49339 0.204683 -3.49323 0.190767 -3.49307 0.198964 -3.49291 0.22291 -3.49276 0.24249 -3.4926 0.246065 -3.49244 0.238739 -3.49229 0.229029 -3.49213 0.217271 -3.49197 0.202709 -3.49182 0.192544 -3.49166 0.194804 -3.4915 0.207089 -3.49135 0.221486 -3.49119 0.236415 -3.49103 0.252965 -3.49088 0.263987 -3.49072 0.25937 -3.49056 0.244328 -3.49041 0.238203 -3.49025 0.249931 -3.49009 0.265937 -3.48994 0.268575 -3.48978 0.257645 -3.48962 0.24566 -3.48947 0.238889 -3.48931 0.234454 -3.48915 0.230272 -3.48899 0.225525 -3.48884 0.213064 -3.48868 0.183772 -3.48852 0.143666 -3.48837 0.116161 -3.48821 0.121664 -3.48805 0.157541 -3.4879 0.203791 -3.48774 0.242767 -3.48758 0.267007 -3.48743 0.271194 -3.48727 0.248804 -3.48711 0.202858 -3.48696 0.154222 -3.4868 0.127962 -3.48664 0.129496 -3.48649 0.141658 -3.48633 0.150142 -3.48617 0.163006 -3.48602 0.194514 -3.48586 0.235937 -3.4857 0.256537 -3.48555 0.237623 -3.48539 0.193998 -3.48523 0.154663 -3.48507 0.133466 -3.48492 0.129116 -3.48476 0.142693 -3.4846 0.177575 -3.48445 0.22548 -3.48429 0.268271 -3.48413 0.297562 -3.48398 0.319846 -3.48382 0.33695 -3.48366 0.335705 -3.48351 0.304755 -3.48335 0.253735 -3.48319 0.2055 -3.48304 0.175628 -3.48288 0.167098 -3.48272 0.179783 -3.48257 0.20724 -3.48241 0.232159 -3.48225 0.234275 -3.4821 0.212495 -3.48194 0.187518 -3.48178 0.17912 -3.48162 0.185347 -3.48147 0.190728 -3.48131 0.186957 -3.48115 0.1809 -3.481 0.183069 -3.48084 0.196138 -3.48068 0.214726 -3.48053 0.232939 -3.48037 0.249253 -3.48021 0.264834 -3.48006 0.27726 -3.4799 0.281426 -3.47974 0.275597 -3.47959 0.266946 -3.47943 0.264221 -3.47927 0.266858 -3.47912 0.265927 -3.47896 0.25749 -3.4788 0.249776 -3.47865 0.252032 -3.47849 0.260939 -3.47833 0.263592 -3.47818 0.254944 -3.47802 0.242329 -3.47786 0.233751 -3.4777 0.227862 -3.47755 0.217022 -3.47739 0.198989 -3.47723 0.181161 -3.47708 0.17345 -3.47692 0.178895 -3.47676 0.190369 -3.47661 0.198476 -3.47645 0.202135 -3.47629 0.213112 -3.47614 0.243816 -3.47598 0.290868 -3.47582 0.331506 -3.47567 0.341021 -3.47551 0.312179 -3.47535 0.258794 -3.4752 0.20203 -3.47504 0.158882 -3.47488 0.139966 -3.47473 0.149107 -3.47457 0.177745 -3.47441 0.206244 -3.47426 0.216717 -3.4741 0.210161 -3.47394 0.203068 -3.47378 0.209447 -3.47363 0.226213 -3.47347 0.241251 -3.47331 0.249827 -3.47316 0.25816 -3.473 0.275501 -3.47284 0.303809 -3.47269 0.33597 -3.47253 0.357731 -3.47237 0.356983 -3.47222 0.33591 -3.47206 0.313572 -3.4719 0.306024 -3.47175 0.307468 -3.47159 0.298851 -3.47143 0.276129 -3.47128 0.256467 -3.47112 0.253133 -3.47096 0.257162 -3.47081 0.255609 -3.47065 0.255161 -3.47049 0.271396 -3.47034 0.299668 -3.47018 0.314878 -3.47002 0.301882 -3.46986 0.272703 -3.46971 0.249139 -3.46955 0.240682 -3.46939 0.245752 -3.46924 0.260871 -3.46908 0.276932 -3.46892 0.276255 -3.46877 0.248831 -3.46861 0.208083 -3.46845 0.180932 -3.4683 0.180924 -3.46814 0.19779 -3.46798 0.213109 -3.46783 0.217956 -3.46767 0.213147 -3.46751 0.201935 -3.46736 0.18873 -3.4672 0.181647 -3.46704 0.189719 -3.46689 0.215893 -3.46673 0.253877 -3.46657 0.292169 -3.46642 0.319135 -3.46626 0.328174 -3.4661 0.32016 -3.46594 0.303867 -3.46579 0.291485 -3.46563 0.289948 -3.46547 0.295047 -3.46532 0.295681 -3.46516 0.284672 -3.465 0.26459 -3.46485 0.242586 -3.46469 0.223709 -3.46453 0.210632 -3.46438 0.208269 -3.46422 0.219712 -3.46406 0.239662 -3.46391 0.255384 -3.46375 0.257054 -3.46359 0.243606 -3.46344 0.220072 -3.46328 0.193978 -3.46312 0.173702 -3.46297 0.166107 -3.46281 0.173242 -3.46265 0.194223 -3.4625 0.227641 -3.46234 0.26868 -3.46218 0.303477 -3.46202 0.317008 -3.46187 0.308304 -3.46171 0.291016 -3.46155 0.275442 -3.4614 0.258328 -3.46124 0.233417 -3.46108 0.203176 -3.46093 0.173773 -3.46077 0.146822 -3.46061 0.126269 -3.46046 0.122677 -3.4603 0.143437 -3.46014 0.180271 -3.45999 0.216274 -3.45983 0.241654 -3.45967 0.253324 -3.45952 0.247052 -3.45936 0.222675 -3.4592 0.193786 -3.45905 0.178317 -3.45889 0.177228 -3.45873 0.175284 -3.45857 0.165008 -3.45842 0.158878 -3.45826 0.17331 -3.4581 0.209529 -3.45795 0.25402 -3.45779 0.288543 -3.45763 0.296773 -3.45748 0.272726 -3.45732 0.230324 -3.45716 0.196064 -3.45701 0.185295 -3.45685 0.191332 -3.45669 0.198984 -3.45654 0.200794 -3.45638 0.195365 -3.45622 0.183177 -3.45607 0.172803 -3.45591 0.181204 -3.45575 0.214795 -3.4556 0.25656 -3.45544 0.284814 -3.45528 0.299462 -3.45513 0.313198 -3.45497 0.323751 -3.45481 0.313837 -3.45465 0.28248 -3.4545 0.254089 -3.45434 0.249441 -3.45418 0.260002 -3.45403 0.263297 -3.45387 0.253914 -3.45371 0.24351 -3.45356 0.239995 -3.4534 0.243317 -3.45324 0.257702 -3.45309 0.287974 -3.45293 0.321845 -3.45277 0.333188 -3.45262 0.31317 -3.45246 0.284392 -3.4523 0.27315 -3.45215 0.277673 -3.45199 0.27888 -3.45183 0.271263 -3.45168 0.266238 -3.45152 0.268046 -3.45136 0.268105 -3.45121 0.266239 -3.45105 0.278402 -3.45089 0.309079 -3.45073 0.333259 -3.45058 0.323599 -3.45042 0.286108 -3.45026 0.254284 -3.45011 0.248866 -3.44995 0.260417 -3.44979 0.269999 -3.44964 0.269618 -3.44948 0.260473 -3.44932 0.245024 -3.44917 0.228375 -3.44901 0.216186 -3.44885 0.20488 -3.4487 0.184797 -3.44854 0.158303 -3.44838 0.145773 -3.44823 0.162659 -3.44807 0.198927 -3.44791 0.228456 -3.44776 0.236486 -3.4476 0.229344 -3.44744 0.221734 -3.44729 0.223993 -3.44713 0.237891 -3.44697 0.256035 -3.44681 0.265243 -3.44666 0.258586 -3.4465 0.244449 -3.44634 0.237238 -3.44619 0.2413 -3.44603 0.248441 -3.44587 0.253055 -3.44572 0.261414 -3.44556 0.281032 -3.4454 0.30651 -3.44525 0.320718 -3.44509 0.311624 -3.44493 0.284425 -3.44478 0.257898 -3.44462 0.247569 -3.44446 0.254452 -3.44431 0.269958 -3.44415 0.288727 -3.44399 0.311637 -3.44384 0.337514 -3.44368 0.357624 -3.44352 0.362545 -3.44337 0.352172 -3.44321 0.335682 -3.44305 0.323439 -3.44289 0.319242 -3.44274 0.318827 -3.44258 0.313859 -3.44242 0.302609 -3.44227 0.29539 -3.44211 0.303248 -3.44195 0.321482 -3.4418 0.331179 -3.44164 0.322591 -3.44148 0.308994 -3.44133 0.309647 -3.44117 0.325438 -3.44101 0.340381 -3.44086 0.34225 -3.4407 0.331516 -3.44054 0.31172 -3.44039 0.285102 -3.44023 0.259805 -3.44007 0.250259 -3.43992 0.262776 -3.43976 0.286268 -3.4396 0.304044 -3.43945 0.31149 -3.43929 0.318278 -3.43913 0.333055 -3.43897 0.351279 -3.43882 0.358669 -3.43866 0.346465 -3.4385 0.323393 -3.43835 0.30863 -3.43819 0.312996 -3.43803 0.328313 -3.43788 0.336847 -3.43772 0.32878 -3.43756 0.308844 -3.43741 0.288329 -3.43725 0.277446 -3.43709 0.280806 -3.43694 0.294941 -3.43678 0.309875 -3.43662 0.317783 -3.43647 0.320655 -3.43631 0.325135 -3.43615 0.330936 -3.436 0.331044 -3.43584 0.321482 -3.43568 0.304999 -3.43553 0.284052 -3.43537 0.256828 -3.43521 0.22497 -3.43505 0.198981 -3.4349 0.189688 -3.43474 0.197429 -3.43458 0.212353 -3.43443 0.226526 -3.43427 0.241725 -3.43411 0.262505 -3.43396 0.283842 -3.4338 0.288454 -3.43364 0.261698 -3.43349 0.209724 -3.43333 0.157625 -3.43317 0.126452 -3.43302 0.114428 -3.43286 0.10726 -3.4327 0.102936 -3.43255 0.116014 -3.43239 0.156536 -3.43223 0.211561 -3.43208 0.254665 -3.43192 0.270713 -3.43176 0.267163 -3.4316 0.262684 -3.43145 0.2673 -3.43129 0.274699 -3.43113 0.272454 -3.43098 0.25914 -3.43082 0.247584 -3.43066 0.249237 -3.43051 0.259414 -3.43035 0.261849 -3.43019 0.249266 -3.43004 0.232418 -3.42988 0.227538 -3.42972 0.239026 -3.42957 0.254957 -3.42941 0.25927 -3.42925 0.247058 -3.4291 0.230464 -3.42894 0.227152 -3.42878 0.242948 -3.42863 0.265963 -3.42847 0.280365 -3.42831 0.281236 -3.42816 0.27458 -3.428 0.265517 -3.42784 0.255724 -3.42768 0.248018 -3.42753 0.2465 -3.42737 0.250936 -3.42721 0.256489 -3.42706 0.260158 -3.4269 0.262946 -3.42674 0.266403 -3.42659 0.272666 -3.42643 0.285553 -3.42627 0.30581 -3.42612 0.32797 -3.42596 0.34654 -3.4258 0.362731 -3.42565 0.377995 -3.42549 0.382731 -3.42533 0.36523 -3.42518 0.329483 -3.42502 0.29473 -3.42486 0.274405 -3.42471 0.264928 -3.42455 0.256429 -3.42439 0.242744 -3.42424 0.218491 -3.42408 0.181208 -3.42392 0.142436 -3.42376 0.123816 -3.42361 0.133718 -3.42345 0.155166 -3.42329 0.166604 -3.42314 0.165793 -3.42298 0.165421 -3.42282 0.174292 -3.42267 0.194729 -3.42251 0.228053 -3.42235 0.269449 -3.4222 0.301182 -3.42204 0.307221 -3.42188 0.291988 -3.42173 0.274642 -3.42157 0.264242 -3.42141 0.251856 -3.42126 0.227538 -3.4211 0.19523 -3.42094 0.166347 -3.42079 0.147103 -3.42063 0.137205 -3.42047 0.134847 -3.42032 0.140316 -3.42016 0.155266 -3.42 0.180166 -3.41984 0.210837 -3.41969 0.239555 -3.41953 0.261639 -3.41937 0.277925 -3.41922 0.289345 -3.41906 0.294731 -3.4189 0.296593 -3.41875 0.302478 -3.41859 0.313646 -3.41843 0.318915 -3.41828 0.308928 -3.41812 0.292247 -3.41796 0.285208 -3.41781 0.289878 -3.41765 0.290776 -3.41749 0.274406 -3.41734 0.242578 -3.41718 0.207221 -3.41702 0.183245 -3.41687 0.184284 -3.41671 0.21304 -3.41655 0.254059 -3.4164 0.285318 -3.41624 0.299632 -3.41608 0.305439 -3.41592 0.306129 -3.41577 0.292285 -3.41561 0.261735 -3.41545 0.229537 -3.4153 0.210851 -3.41514 0.202423 -3.41498 0.191998 -3.41483 0.179786 -3.41467 0.176462 -3.41451 0.185886 -3.41436 0.198906 -3.4142 0.205947 -3.41404 0.205185 -3.41389 0.198358 -3.41373 0.186527 -3.41357 0.174122 -3.41342 0.170507 -3.41326 0.184862 -3.4131 0.217625 -3.41295 0.258656 -3.41279 0.292672 -3.41263 0.308674 -3.41248 0.305788 -3.41232 0.289581 -3.41216 0.266112 -3.412 0.241461 -3.41185 0.225767 -3.41169 0.226808 -3.41153 0.241315 -3.41138 0.256683 -3.41122 0.267083 -3.41106 0.278076 -3.41091 0.293145 -3.41075 0.303594 -3.41059 0.301864 -3.41044 0.294152 -3.41028 0.29067 -3.41012 0.286609 -3.40997 0.268291 -3.40981 0.235413 -3.40965 0.204483 -3.4095 0.188108 -3.40934 0.182536 -3.40918 0.179685 -3.40903 0.181422 -3.40887 0.193102 -3.40871 0.210848 -3.40855 0.224601 -3.4084 0.228346 -3.40824 0.221527 -3.40808 0.203909 -3.40793 0.176706 -3.40777 0.14846 -3.40761 0.130563 -3.40746 0.126719 -3.4073 0.132714 -3.40714 0.144328 -3.40699 0.160848 -3.40683 0.178338 -3.40667 0.187487 -3.40652 0.183758 -3.40636 0.174534 -3.4062 0.172153 -3.40605 0.179966 -3.40589 0.187305 -3.40573 0.180172 -3.40558 0.157616 -3.40542 0.136215 -3.40526 0.135275 -3.40511 0.154934 -3.40495 0.172181 -3.40479 0.166587 -3.40463 0.145778 -3.40448 0.136808 -3.40432 0.150602 -3.40416 0.169594 -3.40401 0.173888 -3.40385 0.168108 -3.40369 0.167545 -3.40354 0.170905 -3.40338 0.165084 -3.40322 0.153999 -3.40307 0.161351 -3.40291 0.19826 -3.40275 0.244187 -3.4026 0.268476 -3.40244 0.260331 -3.40228 0.227934 -3.40213 0.184557 -3.40197 0.14552 -3.40181 0.128851 -3.40166 0.141583 -3.4015 0.169504 -3.40134 0.192396 -3.40119 0.20759 -3.40103 0.226489 -3.40087 0.251451 -3.40071 0.271179 -3.40056 0.278981 -3.4004 0.282255 -3.40024 0.290354 -3.40009 0.304147 -3.39993 0.320027 -3.39977 0.333464 -3.39962 0.336191 -3.39946 0.320946 -3.3993 0.293938 -3.39915 0.273843 -3.39899 0.273135 -3.39883 0.286838 -3.39868 0.304619 -3.39852 0.324023 -3.39836 0.344924 -3.39821 0.358883 -3.39805 0.354866 -3.39789 0.331822 -3.39774 0.299134 -3.39758 0.265821 -3.39742 0.236545 -3.39727 0.215888 -3.39711 0.208549 -3.39695 0.214782 -3.39679 0.226604 -3.39664 0.232507 -3.39648 0.226054 -3.39632 0.213373 -3.39617 0.211054 -3.39601 0.230437 -3.39585 0.260778 -3.3957 0.27832 -3.39554 0.273999 -3.39538 0.264907 -3.39523 0.272807 -3.39507 0.295217 -3.39491 0.310639 -3.39476 0.303126 -3.3946 0.277577 -3.39444 0.24877 -3.39429 0.228666 -3.39413 0.224412 -3.39397 0.235645 -3.39382 0.252225 -3.39366 0.259613 -3.3935 0.249937 -3.39335 0.227471 -3.39319 0.201161 -3.39303 0.176605 -3.39287 0.157089 -3.39272 0.147556 -3.39256 0.15339 -3.3924 0.177477 -3.39225 0.217292 -3.39209 0.264508 -3.39193 0.307645 -3.39178 0.337363 -3.39162 0.34952 -3.39146 0.342456 -3.39131 0.316355 -3.39115 0.278305 -3.39099 0.246587 -3.39084 0.238492 -3.39068 0.254385 -3.39052 0.280205 -3.39037 0.304183 -3.39021 0.324971 -3.39005 0.342458 -3.3899 0.351618 -3.38974 0.350179 -3.38958 0.346113 -3.38943 0.346312 -3.38927 0.342477 -3.38911 0.318364 -3.38895 0.273017 -3.3888 0.227833 -3.38864 0.204407 -3.38848 0.2014 -3.38833 0.199112 -3.38817 0.186101 -3.38801 0.171943 -3.38786 0.171689 -3.3877 0.181611 -3.38754 0.18094 -3.38739 0.159155 -3.38723 0.133736 -3.38707 0.133028 -3.38692 0.163871 -3.38676 0.202684 -3.3866 0.223551 -3.38645 0.224862 -3.38629 0.22486 -3.38613 0.232802 -3.38598 0.236723 -3.38582 0.219461 -3.38566 0.179252 -3.3855 0.131084 -3.38535 0.0927543 -3.38519 0.0767286 -3.38503 0.0878644 -3.38488 0.122423 -3.38472 0.167242 -3.38456 0.207414 -3.38441 0.236255 -3.38425 0.254419 -3.38409 0.262416 -3.38394 0.261075 -3.38378 0.258022 -3.38362 0.263309 -3.38347 0.276947 -3.38331 0.29113 -3.38315 0.306762 -3.383 0.33445 -3.38284 0.370429 -3.38268 0.385151 -3.38253 0.354463 -3.38237 0.293956 -3.38221 0.246237 -3.38206 0.234649 -3.3819 0.247154 -3.38174 0.26374 -3.38158 0.278385 -3.38143 0.289425 -3.38127 0.28983 -3.38111 0.27851 -3.38096 0.267095 -3.3808 0.262735 -3.38064 0.254268 -3.38049 0.230246 -3.38033 0.199658 -3.38017 0.179424 -3.38002 0.169635 -3.37986 0.158913 -3.3797 0.14723 -3.37955 0.144769 -3.37939 0.152957 -3.37923 0.160375 -3.37908 0.160704 -3.37892 0.157971 -3.37876 0.151491 -3.37861 0.136574 -3.37845 0.121088 -3.37829 0.125157 -3.37814 0.15519 -3.37798 0.19091 -3.37782 0.210239 -3.37766 0.215951 -3.37751 0.224511 -3.37735 0.234581 -3.37719 0.228157 -3.37704 0.200248 -3.37688 0.173307 -3.37672 0.170903 -3.37657 0.188193 -3.37641 0.200604 -3.37625 0.196783 -3.3761 0.19061 -3.37594 0.194512 -3.37578 0.196012 -3.37563 0.175096 -3.37547 0.139136 -3.37531 0.120771 -3.37516 0.13717 -3.375 0.168443 -3.37484 0.187058 -3.37469 0.194291 -3.37453 0.207148 -3.37437 0.221418 -3.37422 0.21429 -3.37406 0.182306 -3.3739 0.153982 -3.37374 0.154706 -3.37359 0.180209 -3.37343 0.211966 -3.37327 0.241939 -3.37312 0.26716 -3.37296 0.275067 -3.3728 0.254372 -3.37265 0.214447 -3.37249 0.17985 -3.37233 0.164157 -3.37218 0.163736 -3.37202 0.170137 -3.37186 0.18008 -3.37171 0.190511 -3.37155 0.198167 -3.37139 0.204014 -3.37124 0.21105 -3.37108 0.21746 -3.37092 0.216455 -3.37077 0.204818 -3.37061 0.184813 -3.37045 0.160387 -3.3703 0.138231 -3.37014 0.129324 -3.36998 0.141239 -3.36982 0.166754 -3.36967 0.188631 -3.36951 0.196459 -3.36935 0.192749 -3.3692 0.185925 -3.36904 0.184904 -3.36888 0.199598 -3.36873 0.233308 -3.36857 0.271986 -3.36841 0.293195 -3.36826 0.289879 -3.3681 0.276444 -3.36794 0.266035 -3.36779 0.254308 -3.36763 0.23368 -3.36747 0.213692 -3.36732 0.21272 -3.36716 0.232752 -3.367 0.256485 -3.36685 0.269141 -3.36669 0.27292 -3.36653 0.276483 -3.36638 0.280311 -3.36622 0.278988 -3.36606 0.27145 -3.3659 0.26244 -3.36575 0.255283 -3.36559 0.248655 -3.36543 0.238659 -3.36528 0.222401 -3.36512 0.199779 -3.36496 0.174282 -3.36481 0.152498 -3.36465 0.139019 -3.36449 0.132576 -3.36434 0.129692 -3.36418 0.131702 -3.36402 0.144465 -3.36387 0.168772 -3.36371 0.195016 -3.36355 0.212538 -3.3634 0.222283 -3.36324 0.235172 -3.36308 0.257104 -3.36293 0.279828 -3.36277 0.28998 -3.36261 0.2826 -3.36245 0.263176 -3.3623 0.238963 -3.36214 0.21472 -3.36198 0.19519 -3.36183 0.187672 -3.36167 0.196954 -3.36151 0.219995 -3.36136 0.246439 -3.3612 0.265112 -3.36104 0.269078 -3.36089 0.256736 -3.36073 0.230067 -3.36057 0.193765 -3.36042 0.155993 -3.36026 0.127741 -3.3601 0.116837 -3.35995 0.119741 -3.35979 0.123699 -3.35963 0.119828 -3.35948 0.113232 -3.35932 0.116279 -3.35916 0.132676 -3.35901 0.153438 -3.35885 0.168904 -3.35869 0.179178 -3.35853 0.18968 -3.35838 0.202285 -3.35822 0.215859 -3.35806 0.232048 -3.35791 0.252982 -3.35775 0.275375 -3.35759 0.290663 -3.35744 0.293858 -3.35728 0.287334 -3.35712 0.275839 -3.35697 0.260677 -3.35681 0.241709 -3.35665 0.222784 -3.3565 0.211206 -3.35634 0.21256 -3.35618 0.226005 -3.35603 0.243692 -3.35587 0.256202 -3.35571 0.260168 -3.35556 0.260799 -3.3554 0.266008 -3.35524 0.277113 -3.35509 0.288928 -3.35493 0.297989 -3.35477 0.306414 -3.35461 0.314496 -3.35446 0.315587 -3.3543 0.302589 -3.35414 0.278904 -3.35399 0.255535 -3.35383 0.237938 -3.35367 0.221642 -3.35352 0.202284 -3.35336 0.183313 -3.3532 0.169168 -3.35305 0.157483 -3.35289 0.144927 -3.35273 0.139247 -3.35258 0.156755 -3.35242 0.20307 -3.35226 0.259905 -3.35211 0.296531 -3.35195 0.297214 -3.35179 0.277507 -3.35164 0.268485 -3.35148 0.28384 -3.35132 0.306302 -3.35117 0.309328 -3.35101 0.287904 -3.35085 0.261109 -3.35069 0.245396 -3.35054 0.238506 -3.35038 0.232644 -3.35022 0.230453 -3.35007 0.238168 -3.34991 0.250607 -3.34975 0.256131 -3.3496 0.253345 -3.34944 0.250882 -3.34928 0.252345 -3.34913 0.25315 -3.34897 0.251943 -3.34881 0.253747 -3.34866 0.259653 -3.3485 0.262432 -3.34834 0.256781 -3.34819 0.243662 -3.34803 0.222613 -3.34787 0.191338 -3.34772 0.15854 -3.34756 0.1448 -3.3474 0.160153 -3.34725 0.189663 -3.34709 0.210884 -3.34693 0.219604 -3.34677 0.227431 -3.34662 0.238448 -3.34646 0.241505 -3.3463 0.226667 -3.34615 0.199477 -3.34599 0.177746 -3.34583 0.179799 -3.34568 0.211538 -3.34552 0.259384 -3.34536 0.296702 -3.34521 0.306741 -3.34505 0.29722 -3.34489 0.284214 -3.34474 0.267378 -3.34458 0.233884 -3.34442 0.186932 -3.34427 0.153649 -3.34411 0.155605 -3.34395 0.182879 -3.3438 0.206603 -3.34364 0.210604 -3.34348 0.200754 -3.34333 0.18915 -3.34317 0.182437 -3.34301 0.18483 -3.34285 0.199768 -3.3427 0.223395 -3.34254 0.241565 -3.34238 0.242481 -3.34223 0.23124 -3.34207 0.225617 -3.34191 0.235873 -3.34176 0.254015 -3.3416 0.2634 -3.34144 0.258448 -3.34129 0.247622 -3.34113 0.239277 -3.34097 0.23203 -3.34082 0.223519 -3.34066 0.220133 -3.3405 0.229062 -3.34035 0.24396 -3.34019 0.247949 -3.34003 0.234669 -3.33988 0.217684 -3.33972 0.217368 -3.33956 0.241806 -3.3394 0.282804 -3.33925 0.324297 -3.33909 0.350628 -3.33893 0.352636 -3.33878 0.332255 -3.33862 0.300423 -3.33846 0.268118 -3.33831 0.239946 -3.33815 0.217164 -3.33799 0.204435 -3.33784 0.208052 -3.33768 0.229468 -3.33752 0.262348 -3.33737 0.295166 -3.33721 0.317531 -3.33705 0.323911 -3.3369 0.314694 -3.33674 0.295113 -3.33658 0.271079 -3.33643 0.247805 -3.33627 0.229279 -3.33611 0.216821 -3.33596 0.209578 -3.3358 0.209599 -3.33564 0.222488 -3.33548 0.249374 -3.33533 0.278411 -3.33517 0.292747 -3.33501 0.290116 -3.33486 0.287401 -3.3347 0.299968 -3.33454 0.32218 -3.33439 0.335295 -3.33423 0.329556 -3.33407 0.312336 -3.33392 0.29533 -3.33376 0.283112 -3.3336 0.276023 -3.33345 0.2769 -3.33329 0.289717 -3.33313 0.311982 -3.33298 0.333651 -3.33282 0.342326 -3.33266 0.330299 -3.33251 0.299843 -3.33235 0.262408 -3.33219 0.234102 -3.33204 0.226557 -3.33188 0.239206 -3.33172 0.258604 -3.33156 0.26732 -3.33141 0.25797 -3.33125 0.240339 -3.33109 0.231196 -3.33094 0.237729 -3.33078 0.25132 -3.33062 0.257775 -3.33047 0.250621 -3.33031 0.235089 -3.33015 0.223399 -3.33 0.226175 -3.32984 0.24484 -3.32968 0.269774 -3.32953 0.287692 -3.32937 0.294434 -3.32921 0.296094 -3.32906 0.297236 -3.3289 0.29345 -3.32874 0.278427 -3.32859 0.253276 -3.32843 0.225044 -3.32827 0.201149 -3.32812 0.188637 -3.32796 0.194521 -3.3278 0.216823 -3.32764 0.239971 -3.32749 0.247914 -3.32733 0.241832 -3.32717 0.235313 -3.32702 0.233115 -3.32686 0.224866 -3.3267 0.204288 -3.32655 0.184031 -3.32639 0.183264 -3.32623 0.204866 -3.32608 0.233358 -3.32592 0.252678 -3.32576 0.257822 -3.32561 0.251424 -3.32545 0.23714 -3.32529 0.221284 -3.32514 0.214906 -3.32498 0.22641 -3.32482 0.252051 -3.32467 0.277309 -3.32451 0.28997 -3.32435 0.289627 -3.3242 0.282134 -3.32404 0.2673 -3.32388 0.239048 -3.32372 0.197354 -3.32357 0.157701 -3.32341 0.142539 -3.32325 0.161358 -3.3231 0.201533 -3.32294 0.238757 -3.32278 0.256209 -3.32263 0.255261 -3.32247 0.24901 -3.32231 0.24801 -3.32216 0.253074 -3.322 0.260101 -3.32184 0.269412 -3.32169 0.285681 -3.32153 0.30905 -3.32137 0.330754 -3.32122 0.340478 -3.32106 0.336954 -3.3209 0.328192 -3.32075 0.323366 -3.32059 0.326397 -3.32043 0.333153 -3.32028 0.334309 -3.32012 0.323652 -3.31996 0.305775 -3.3198 0.293145 -3.31965 0.289995 -3.31949 0.285113 -3.31933 0.267015 -3.31918 0.240524 -3.31902 0.220606 -3.31886 0.212405 -3.31871 0.207463 -3.31855 0.201518 -3.31839 0.201634 -3.31824 0.209727 -3.31808 0.211545 -3.31792 0.190359 -3.31777 0.148609 -3.31761 0.107518 -3.31745 0.085287 -3.3173 0.0854399 -3.31714 0.101141 -3.31698 0.124519 -3.31683 0.147981 -3.31667 0.164702 -3.31651 0.173141 -3.31636 0.178797 -3.3162 0.188673 -3.31604 0.205305 -3.31588 0.225401 -3.31573 0.243549 -3.31557 0.256262 -3.31541 0.264376 -3.31526 0.270745 -3.3151 0.274298 -3.31494 0.26823 -3.31479 0.249744 -3.31463 0.227473 -3.31447 0.213247 -3.31432 0.206865 -3.31416 0.194303 -3.314 0.165222 -3.31385 0.125553 -3.31369 0.0889996 -3.31353 0.0628526 -3.31338 0.0472645 -3.31322 0.0437923 -3.31306 0.0569735 -3.31291 0.0846483 -3.31275 0.117856 -3.31259 0.151533 -3.31243 0.189251 -3.31228 0.233254 -3.31212 0.275349 -3.31196 0.303767 -3.31181 0.316204 -3.31165 0.32014 -3.31149 0.3204 -3.31134 0.313743 -3.31118 0.296682 -3.31102 0.273262 -3.31087 0.25208 -3.31071 0.238121 -3.31055 0.229557 -3.3104 0.218975 -3.31024 0.199102 -3.31008 0.170082 -3.30993 0.141146 -3.30977 0.123025 -3.30961 0.116761 -3.30946 0.115839 -3.3093 0.120121 -3.30914 0.139327 -3.30899 0.178583 -3.30883 0.225138 -3.30867 0.25659 -3.30851 0.260005 -3.30836 0.238891 -3.3082 0.206871 -3.30804 0.180749 -3.30789 0.174015 -3.30773 0.186689 -3.30757 0.204111 -3.30742 0.213028 -3.30726 0.21756 -3.3071 0.230806 -3.30695 0.253162 -3.30679 0.27193 -3.30663 0.281486 -3.30648 0.289931 -3.30632 0.29931 -3.30616 0.296715 -3.30601 0.273856 -3.30585 0.244044 -3.30569 0.225827 -3.30554 0.218255 -3.30538 0.206386 -3.30522 0.185247 -3.30507 0.164671 -3.30491 0.149829 -3.30475 0.133833 -3.30459 0.113524 -3.30444 0.0990884 -3.30428 0.102095 -3.30412 0.118919 -3.30397 0.134376 -3.30381 0.138137 -3.30365 0.13265 -3.3035 0.128045 -3.30334 0.131588 -3.30318 0.141459 -3.30303 0.150655 -3.30287 0.157563 -3.30271 0.170627 -3.30256 0.197448 -3.3024 0.230082 -3.30224 0.25088 -3.30209 0.252635 -3.30193 0.247737 -3.30177 0.251496 -3.30162 0.2639 -3.30146 0.273033 -3.3013 0.271587 -3.30115 0.262661 -3.30099 0.253611 -3.30083 0.249844 -3.30067 0.254061 -3.30052 0.266557 -3.30036 0.281098 -3.3002 0.285535 -3.30005 0.268592 -3.29989 0.229377 -3.29973 0.182654 -3.29958 0.150691 -3.29942 0.146073 -3.29926 0.161796 -3.29911 0.180599 -3.29895 0.195177 -3.29879 0.212701 -3.29864 0.237966 -3.29848 0.26182 -3.29832 0.270938 -3.29817 0.263976 -3.29801 0.250147 -3.29785 0.235944 -3.2977 0.223491 -3.29754 0.217279 -3.29738 0.223964 -3.29723 0.241117 -3.29707 0.25604 -3.29691 0.258344 -3.29675 0.250374 -3.2966 0.241291 -3.29644 0.236534 -3.29628 0.235728 -3.29613 0.237546 -3.29597 0.240124 -3.29581 0.23817 -3.29566 0.227093 -3.2955 0.211282 -3.29534 0.203886 -3.29519 0.216614 -3.29503 0.247264 -3.29487 0.280798 -3.29472 0.303178 -3.29456 0.312497 -3.2944 0.315391 -3.29425 0.317076 -3.29409 0.317827 -3.29393 0.321641 -3.29378 0.337438 -3.29362 0.366724 -3.29346 0.395149 -3.29331 0.403382 -3.29315 0.38769 -3.29299 0.362369 -3.29283 0.343648 -3.29268 0.335962 -3.29252 0.334496 -3.29236 0.332042 -3.29221 0.321706 -3.29205 0.30079 -3.29189 0.276316 -3.29174 0.260373 -3.29158 0.257429 -3.29142 0.26117 -3.29127 0.268438 -3.29111 0.286507 -3.29095 0.318246 -3.2908 0.347413 -3.29064 0.351508 -3.29048 0.328509 -3.29033 0.297549 -3.29017 0.272304 -3.29001 0.247233 -3.28986 0.216854 -3.2897 0.19573 -3.28954 0.203689 -3.28938 0.234504 -3.28923 0.255122 -3.28907 0.240033 -3.28891 0.198274 -3.28876 0.159421 -3.2886 0.139357 -3.28844 0.129683 -3.28829 0.117217 -3.28813 0.104193 -3.28797 0.102365 -3.28782 0.114438 -3.28766 0.131192 -3.2875 0.146316 -3.28735 0.164735 -3.28719 0.192131 -3.28703 0.221619 -3.28688 0.239926 -3.28672 0.243553 -3.28656 0.244418 -3.28641 0.257727 -3.28625 0.287091 -3.28609 0.323289 -3.28594 0.352132 -3.28578 0.363214 -3.28562 0.354631 -3.28546 0.332752 -3.28531 0.307082 -3.28515 0.284105 -3.28499 0.267943 -3.28484 0.263935 -3.28468 0.276252 -3.28452 0.298842 -3.28437 0.316508 -3.28421 0.320343 -3.28405 0.317546 -3.2839 0.320454 -3.28374 0.326998 -3.28358 0.321386 -3.28343 0.295206 -3.28327 0.259356 -3.28311 0.231457 -3.28296 0.215625 -3.2828 0.201036 -3.28264 0.177142 -3.28249 0.147042 -3.28233 0.125653 -3.28217 0.128051 -3.28202 0.157874 -3.28186 0.203451 -3.2817 0.244083 -3.28154 0.264798 -3.28139 0.266433 -3.28123 0.259991 -3.28107 0.253406 -3.28092 0.246603 -3.28076 0.23673 -3.2806 0.223177 -3.28045 0.208741 -3.28029 0.198914 -3.28013 0.202317 -3.27998 0.222149 -3.27982 0.247755 -3.27966 0.261071 -3.27951 0.2562 -3.27935 0.24472 -3.27919 0.23612 -3.27904 0.22046 -3.27888 0.181946 -3.27872 0.127817 -3.27857 0.0875638 -3.27841 0.0829397 -3.27825 0.107225 -3.2781 0.139238 -3.27794 0.165485 -3.27778 0.181905 -3.27762 0.183837 -3.27747 0.168793 -3.27731 0.145458 -3.27715 0.130207 -3.277 0.131444 -3.27684 0.143593 -3.27668 0.157016 -3.27653 0.16554 -3.27637 0.166114 -3.27621 0.158642 -3.27606 0.15039 -3.2759 0.152303 -3.27574 0.166847 -3.27559 0.183322 -3.27543 0.190338 -3.27527 0.188109 -3.27512 0.184981 -3.27496 0.182727 -3.2748 0.1744 -3.27465 0.155245 -3.27449 0.13093 -3.27433 0.114473 -3.27418 0.115743 -3.27402 0.136945 -3.27386 0.17338 -3.2737 0.215674 -3.27355 0.251534 -3.27339 0.270283 -3.27323 0.267487 -3.27308 0.248603 -3.27292 0.224386 -3.27276 0.203981 -3.27261 0.190484 -3.27245 0.182946 -3.27229 0.179438 -3.27214 0.177575 -3.27198 0.174204 -3.27182 0.167403 -3.27167 0.158103 -3.27151 0.14872 -3.27135 0.141971 -3.2712 0.141464 -3.27104 0.15103 -3.27088 0.169526 -3.27073 0.189645 -3.27057 0.206276 -3.27041 0.223379 -3.27026 0.247066 -3.2701 0.273883 -3.26994 0.290979 -3.26978 0.291997 -3.26963 0.286688 -3.26947 0.291942 -3.26931 0.314944 -3.26916 0.349097 -3.269 0.380376 -3.26884 0.398444 -3.26869 0.402518 -3.26853 0.400232 -3.26837 0.398154 -3.26822 0.392919 -3.26806 0.376957 -3.2679 0.350832 -3.26775 0.324173 -3.26759 0.302586 -3.26743 0.282039 -3.26728 0.260393 -3.26712 0.244657 -3.26696 0.239523 -3.26681 0.235953 -3.26665 0.222591 -3.26649 0.204919 -3.26633 0.20175 -3.26618 0.220771 -3.26602 0.246767 -3.26586 0.256975 -3.26571 0.241615 -3.26555 0.207611 -3.26539 0.170683 -3.26524 0.148543 -3.26508 0.154742 -3.26492 0.189354 -3.26477 0.235492 -3.26461 0.269831 -3.26445 0.278163 -3.2643 0.263663 -3.26414 0.242003 -3.26398 0.229349 -3.26383 0.230824 -3.26367 0.236342 -3.26351 0.230369 -3.26336 0.208174 -3.2632 0.182144 -3.26304 0.172882 -3.26289 0.192857 -3.26273 0.23654 -3.26257 0.283194 -3.26241 0.309842 -3.26226 0.306229 -3.2621 0.281127 -3.26194 0.250428 -3.26179 0.221475 -3.26163 0.192922 -3.26147 0.169081 -3.26132 0.1642 -3.26116 0.186329 -3.261 0.223132 -3.26085 0.252031 -3.26069 0.262421 -3.26053 0.261489 -3.26038 0.257162 -3.26022 0.244812 -3.26006 0.21603 -3.25991 0.176376 -3.25975 0.145983 -3.25959 0.140496 -3.25944 0.154279 -3.25928 0.16778 -3.25912 0.166784 -3.25897 0.152123 -3.25881 0.132567 -3.25865 0.116425 -3.25849 0.112448 -3.25834 0.131276 -3.25818 0.175783 -3.25802 0.234303 -3.25787 0.289427 -3.25771 0.332745 -3.25755 0.363762 -3.2574 0.377926 -3.25724 0.366701 -3.25708 0.334413 -3.25693 0.300936 -3.25677 0.282991 -3.25661 0.277411 -3.25646 0.273285 -3.2563 0.271216 -3.25614 0.28058 -3.25599 0.301498 -3.25583 0.319088 -3.25567 0.318783 -3.25552 0.299887 -3.25536 0.274408 -3.2552 0.259088 -3.25505 0.262738 -3.25489 0.275388 -3.25473 0.274043 -3.25457 0.247798 -3.25442 0.215737 -3.25426 0.206581 -3.2541 0.222985 -3.25395 0.239633 -3.25379 0.239376 -3.25363 0.233368 -3.25348 0.237232 -3.25332 0.243033 -3.25316 0.231847 -3.25301 0.204401 -3.25285 0.181528 -3.25269 0.176069 -3.25254 0.181355 -3.25238 0.18661 -3.25222 0.189752 -3.25207 0.189467 -3.25191 0.178981 -3.25175 0.15595 -3.2516 0.131725 -3.25144 0.121383 -3.25128 0.126816 -3.25113 0.139302 -3.25097 0.15304 -3.25081 0.170993 -3.25065 0.197428 -3.2505 0.229185 -3.25034 0.256219 -3.25018 0.268062 -3.25003 0.260988 -3.24987 0.240306 -3.24971 0.21575 -3.24956 0.194306 -3.2494 0.17967 -3.24924 0.176446 -3.24909 0.188721 -3.24893 0.211254 -3.24877 0.229847 -3.24862 0.232276 -3.24846 0.21928 -3.2483 0.198573 -3.24815 0.177891 -3.24799 0.165638 -3.24783 0.170858 -3.24768 0.193658 -3.24752 0.217097 -3.24736 0.222174 -3.24721 0.209084 -3.24705 0.195277 -3.24689 0.194885 -3.24673 0.204742 -3.24658 0.210863 -3.24642 0.201106 -3.24626 0.172423 -3.24611 0.13399 -3.24595 0.105364 -3.24579 0.100115 -3.24564 0.112278 -3.24548 0.126501 -3.24532 0.141653 -3.24517 0.169564 -3.24501 0.209573 -3.24485 0.239076 -3.2447 0.241815 -3.24454 0.231423 -3.24438 0.23284 -3.24423 0.252396 -3.24407 0.278031 -3.24391 0.302493 -3.24376 0.325201 -3.2436 0.338173 -3.24344 0.326145 -3.24328 0.287631 -3.24313 0.239544 -3.24297 0.196118 -3.24281 0.158032 -3.24266 0.125914 -3.2425 0.111046 -3.24234 0.119517 -3.24219 0.137348 -3.24203 0.144255 -3.24187 0.13995 -3.24172 0.145787 -3.24156 0.17422 -3.2414 0.211115 -3.24125 0.229782 -3.24109 0.221943 -3.24093 0.205289 -3.24078 0.199291 -3.24062 0.20348 -3.24046 0.202297 -3.24031 0.190933 -3.24015 0.181264 -3.23999 0.182902 -3.23984 0.18699 -3.23968 0.182842 -3.23952 0.178294 -3.23936 0.187233 -3.23921 0.206895 -3.23905 0.219315 -3.23889 0.219086 -3.23874 0.219838 -3.23858 0.231234 -3.23842 0.244141 -3.23827 0.246389 -3.23811 0.238573 -3.23795 0.228425 -3.2378 0.22208 -3.23764 0.227889 -3.23748 0.250461 -3.23733 0.277971 -3.23717 0.286013 -3.23701 0.268794 -3.23686 0.250693 -3.2367 0.25096 -3.23654 0.254685 -3.23639 0.236415 -3.23623 0.202842 -3.23607 0.183987 -3.23592 0.191233 -3.23576 0.206794 -3.2356 0.216643 -3.23544 0.227837 -3.23529 0.243073 -3.23513 0.249426 -3.23497 0.240651 -3.23482 0.234206 -3.23466 0.245589 -3.2345 0.264196 -3.23435 0.269366 -3.23419 0.263805 -3.23403 0.266736 -3.23388 0.279453 -3.23372 0.280281 -3.23356 0.253832 -3.23341 0.212418 -3.23325 0.184162 -3.23309 0.185764 -3.23294 0.211329 -3.23278 0.238241 -3.23262 0.24439 -3.23247 0.22563 -3.23231 0.199662 -3.23215 0.187002 -3.232 0.188929 -3.23184 0.189447 -3.23168 0.178651 -3.23152 0.165247 -3.23137 0.163454 -3.23121 0.174025 -3.23105 0.186785 -3.2309 0.19552 -3.23074 0.205047 -3.23058 0.222756 -3.23043 0.248711 -3.23027 0.273728 -3.23011 0.285769 -3.22996 0.27839 -3.2298 0.256692 -3.22964 0.236407 -3.22949 0.23234 -3.22933 0.245148 -3.22917 0.261449 -3.22902 0.267447 -3.22886 0.262094 -3.2287 0.25476 -3.22855 0.254257 -3.22839 0.261273 -3.22823 0.270337 -3.22808 0.272987 -3.22792 0.261744 -3.22776 0.235762 -3.2276 0.206402 -3.22745 0.190637 -3.22729 0.194994 -3.22713 0.208172 -3.22698 0.213287 -3.22682 0.204304 -3.22666 0.187396 -3.22651 0.170707 -3.22635 0.160241 -3.22619 0.16147 -3.22604 0.179642 -3.22588 0.215125 -3.22572 0.264469 -3.22557 0.321755 -3.22541 0.37342 -3.22525 0.397198 -3.2251 0.377952 -3.22494 0.327488 -3.22478 0.27895 -3.22463 0.2563 -3.22447 0.256984 -3.22431 0.265518 -3.22416 0.2738 -3.224 0.27971 -3.22384 0.277685 -3.22368 0.265714 -3.22353 0.255472 -3.22337 0.263199 -3.22321 0.287408 -3.22306 0.306745 -3.2229 0.30357 -3.22274 0.279769 -3.22259 0.250957 -3.22243 0.229109 -3.22227 0.217424 -3.22212 0.213312 -3.22196 0.213597 -3.2218 0.216843 -3.22165 0.223748 -3.22149 0.232544 -3.22133 0.235373 -3.22118 0.224947 -3.22102 0.204944 -3.22086 0.189442 -3.22071 0.188319 -3.22055 0.199087 -3.22039 0.213857 -3.22023 0.229704 -3.22008 0.246106 -3.21992 0.258391 -3.21976 0.26026 -3.21961 0.250383 -3.21945 0.232147 -3.21929 0.207007 -3.21914 0.174305 -3.21898 0.135604 -3.21882 0.0955073 -3.21867 0.0605418 -3.21851 0.0400831 -3.21835 0.0452177 -3.2182 0.0784447 -3.21804 0.125386 -3.21788 0.165118 -3.21773 0.190674 -3.21757 0.210981 -3.21741 0.230788 -3.21726 0.238269 -3.2171 0.219558 -3.21694 0.179165 -3.21679 0.137743 -3.21663 0.11226 -3.21647 0.104686 -3.21631 0.106703 -3.21616 0.108356 -3.216 0.102063 -3.21584 0.0859381 -3.21569 0.0661189 -3.21553 0.0508213 -3.21537 0.043516 -3.21522 0.0446819 -3.21506 0.0557375 -3.2149 0.077379 -3.21475 0.103509 -3.21459 0.127898 -3.21443 0.153541 -3.21428 0.189173 -3.21412 0.232204 -3.21396 0.26617 -3.21381 0.277758 -3.21365 0.271077 -3.21349 0.259425 -3.21334 0.250824 -3.21318 0.245176 -3.21302 0.241971 -3.21287 0.243549 -3.21271 0.254169 -3.21255 0.276157 -3.21239 0.304903 -3.21224 0.326874 -3.21208 0.32983 -3.21192 0.316886 -3.21177 0.302102 -3.21161 0.291321 -3.21145 0.277774 -3.2113 0.259431 -3.21114 0.245856 -3.21098 0.238824 -3.21083 0.221835 -3.21067 0.183998 -3.21051 0.144733 -3.21036 0.13454 -3.2102 0.157268 -3.21004 0.186463 -3.20989 0.197784 -3.20973 0.189868 -3.20957 0.177108 -3.20942 0.176175 -3.20926 0.199355 -3.2091 0.243894 -3.20895 0.285533 -3.20879 0.298864 -3.20863 0.285285 -3.20847 0.268822 -3.20832 0.262115 -3.20816 0.25477 -3.208 0.237688 -3.20785 0.219268 -3.20769 0.208991 -3.20753 0.202349 -3.20738 0.192047 -3.20722 0.182103 -3.20706 0.179147 -3.20691 0.180121 -3.20675 0.179624 -3.20659 0.179692 -3.20644 0.182619 -3.20628 0.183738 -3.20612 0.179751 -3.20597 0.174045 -3.20581 0.166571 -3.20565 0.149587 -3.2055 0.12716 -3.20534 0.124523 -3.20518 0.161082 -3.20503 0.223601 -3.20487 0.281553 -3.20471 0.320747 -3.20455 0.346634 -3.2044 0.360708 -3.20424 0.3568 -3.20408 0.340085 -3.20393 0.32967 -3.20377 0.335328 -3.20361 0.343478 -3.20346 0.33352 -3.2033 0.300837 -3.20314 0.26134 -3.20299 0.237651 -3.20283 0.240372 -3.20267 0.257937 -3.20252 0.268719 -3.20236 0.265973 -3.2022 0.266519 -3.20205 0.284538 -3.20189 0.30955 -3.20173 0.320165 -3.20158 0.312537 -3.20142 0.297312 -3.20126 0.276751 -3.20111 0.24434 -3.20095 0.207748 -3.20079 0.190638 -3.20063 0.205978 -3.20048 0.242096 -3.20032 0.277476 -3.20016 0.297149 -3.20001 0.293814 -3.19985 0.269803 -3.19969 0.241578 -3.19954 0.228078 -3.19938 0.22853 -3.19922 0.225403 -3.19907 0.212694 -3.19891 0.202738 -3.19875 0.203857 -3.1986 0.206532 -3.19844 0.205231 -3.19828 0.21053 -3.19813 0.23026 -3.19797 0.25212 -3.19781 0.259877 -3.19766 0.255748 -3.1975 0.252763 -3.19734 0.253685 -3.19719 0.252576 -3.19703 0.249424 -3.19687 0.245818 -3.19671 0.236666 -3.19656 0.218185 -3.1964 0.199801 -3.19624 0.195143 -3.19609 0.204106 -3.19593 0.216542 -3.19577 0.227801 -3.19562 0.238054 -3.19546 0.244343 -3.1953 0.245677 -3.19515 0.251134 -3.19499 0.269437 -3.19483 0.292255 -3.19468 0.302653 -3.19452 0.297334 -3.19436 0.287009 -3.19421 0.277328 -3.19405 0.264025 -3.19389 0.246978 -3.19374 0.23159 -3.19358 0.216292 -3.19342 0.195018 -3.19326 0.172645 -3.19311 0.161617 -3.19295 0.159737 -3.19279 0.149805 -3.19264 0.128024 -3.19248 0.115656 -3.19232 0.128352 -3.19217 0.150831 -3.19201 0.157462 -3.19185 0.146342 -3.1917 0.13715 -3.19154 0.140954 -3.19138 0.15218 -3.19123 0.167088 -3.19107 0.19137 -3.19091 0.226178 -3.19076 0.260542 -3.1906 0.283292 -3.19044 0.293323 -3.19029 0.290668 -3.19013 0.26993 -3.18997 0.23244 -3.18982 0.196679 -3.18966 0.184376 -3.1895 0.196501 -3.18934 0.213955 -3.18919 0.22275 -3.18903 0.227855 -3.18887 0.239457 -3.18872 0.253655 -3.18856 0.256558 -3.1884 0.244734 -3.18825 0.231547 -3.18809 0.234667 -3.18793 0.25977 -3.18778 0.298478 -3.18762 0.336826 -3.18746 0.365036 -3.18731 0.381062 -3.18715 0.387404 -3.18699 0.383713 -3.18684 0.364939 -3.18668 0.329352 -3.18652 0.285471 -3.18637 0.246261 -3.18621 0.218229 -3.18605 0.200662 -3.1859 0.192978 -3.18574 0.193746 -3.18558 0.194278 -3.18542 0.186793 -3.18527 0.180553 -3.18511 0.198285 -3.18495 0.24705 -3.1848 0.301771 -3.18464 0.327763 -3.18448 0.315096 -3.18433 0.283062 -3.18417 0.254401 -3.18401 0.236093 -3.18386 0.224243 -3.1837 0.215269 -3.18354 0.209381 -3.18339 0.207192 -3.18323 0.208265 -3.18307 0.21072 -3.18292 0.212354 -3.18276 0.211916 -3.1826 0.207136 -3.18245 0.194081 -3.18229 0.17333 -3.18213 0.156898 -3.18198 0.158226 -3.18182 0.172438 -3.18166 0.177648 -3.1815 0.166071 -3.18135 0.162731 -3.18119 0.196282 -3.18103 0.258636 -3.18088 0.308834 -3.18072 0.318152 -3.18056 0.294858 -3.18041 0.26384 -3.18025 0.23878 -3.18009 0.219247 -3.17994 0.201841 -3.17978 0.184087 -3.17962 0.166554 -3.17947 0.156252 -3.17931 0.161752 -3.17915 0.178302 -3.179 0.188576 -3.17884 0.182535 -3.17868 0.168783 -3.17853 0.160853 -3.17837 0.161193 -3.17821 0.164242 -3.17806 0.168232 -3.1779 0.173171 -3.17774 0.175105 -3.17758 0.171112 -3.17743 0.166338 -3.17727 0.167369 -3.17711 0.173238 -3.17696 0.178888 -3.1768 0.183563 -3.17664 0.186694 -3.17649 0.183205 -3.17633 0.170258 -3.17617 0.157532 -3.17602 0.158684 -3.17586 0.173622 -3.1757 0.187976 -3.17555 0.190006 -3.17539 0.180873 -3.17523 0.168626 -3.17508 0.162351 -3.17492 0.170446 -3.17476 0.196022 -3.17461 0.231554 -3.17445 0.265235 -3.17429 0.296081 -3.17414 0.332482 -3.17398 0.372808 -3.17382 0.399795 -3.17366 0.400532 -3.17351 0.385071 -3.17335 0.375672 -3.17319 0.37911 -3.17304 0.382349 -3.17288 0.370862 -3.17272 0.343427 -3.17257 0.308436 -3.17241 0.274786 -3.17225 0.251461 -3.1721 0.247192 -3.17194 0.261355 -3.17178 0.278991 -3.17163 0.283232 -3.17147 0.274013 -3.17131 0.267488 -3.17116 0.274582 -3.171 0.286403 -3.17084 0.286214 -3.17069 0.271935 -3.17053 0.257632 -3.17037 0.255269 -3.17021 0.263254 -3.17006 0.273879 -3.1699 0.282043 -3.16974 0.282216 -3.16959 0.266239 -3.16943 0.234643 -3.16927 0.205795 -3.16912 0.200295 -3.16896 0.21537 -3.1688 0.227743 -3.16865 0.224816 -3.16849 0.221236 -3.16833 0.236564 -3.16818 0.26515 -3.16802 0.282451 -3.16786 0.275277 -3.16771 0.253827 -3.16755 0.233984 -3.16739 0.220314 -3.16724 0.211411 -3.16708 0.208441 -3.16692 0.209843 -3.16677 0.205438 -3.16661 0.186206 -3.16645 0.159089 -3.16629 0.141197 -3.16614 0.13949 -3.16598 0.145502 -3.16582 0.148327 -3.16567 0.147071 -3.16551 0.14671 -3.16535 0.150051 -3.1652 0.158797 -3.16504 0.177364 -3.16488 0.209221 -3.16473 0.250362 -3.16457 0.290459 -3.16441 0.318654 -3.16426 0.328267 -3.1641 0.318637 -3.16394 0.296064 -3.16379 0.271207 -3.16363 0.252306 -3.16347 0.242053 -3.16332 0.242149 -3.16316 0.254804 -3.163 0.27608 -3.16285 0.29261 -3.16269 0.291887 -3.16253 0.277432 -3.16237 0.267678 -3.16222 0.278132 -3.16206 0.305489 -3.1619 0.329172 -3.16175 0.32898 -3.16159 0.30289 -3.16143 0.270647 -3.16128 0.253671 -3.16112 0.254458 -3.16096 0.259153 -3.16081 0.261142 -3.16065 0.270061 -3.16049 0.290208 -3.16034 0.303564 -3.16018 0.288749 -3.16002 0.252392 -3.15987 0.22427 -3.15971 0.222386 -3.15955 0.237393 -3.1594 0.252029 -3.15924 0.259754 -3.15908 0.25611 -3.15893 0.232382 -3.15877 0.190161 -3.15861 0.150494 -3.15845 0.137174 -3.1583 0.151618 -3.15814 0.177376 -3.15798 0.201234 -3.15783 0.219659 -3.15767 0.229954 -3.15751 0.230414 -3.15736 0.227307 -3.1572 0.228979 -3.15704 0.232622 -3.15689 0.229199 -3.15673 0.220925 -3.15657 0.223108 -3.15642 0.243112 -3.15626 0.268871 -3.1561 0.283799 -3.15595 0.285791 -3.15579 0.281578 -3.15563 0.272684 -3.15548 0.256147 -3.15532 0.236299 -3.15516 0.224938 -3.15501 0.228107 -3.15485 0.240256 -3.15469 0.255032 -3.15453 0.274171 -3.15438 0.301609 -3.15422 0.333807 -3.15406 0.359536 -3.15391 0.370481 -3.15375 0.367508 -3.15359 0.355584 -3.15344 0.336905 -3.15328 0.310747 -3.15312 0.278717 -3.15297 0.246683 -3.15281 0.22042 -3.15265 0.202642 -3.1525 0.194487 -3.15234 0.197628 -3.15218 0.21358 -3.15203 0.240363 -3.15187 0.271411 -3.15171 0.297697 -3.15156 0.312886 -3.1514 0.315654 -3.15124 0.308982 -3.15109 0.296955 -3.15093 0.28333 -3.15077 0.269443 -3.15061 0.254902 -3.15046 0.237865 -3.1503 0.21783 -3.15014 0.197637 -3.14999 0.180369 -3.14983 0.167006 -3.14967 0.158725 -3.14952 0.16034 -3.14936 0.176172 -3.1492 0.200715 -3.14905 0.220458 -3.14889 0.228025 -3.14873 0.22807 -3.14858 0.223135 -3.14842 0.204529 -3.14826 0.167125 -3.14811 0.128204 -3.14795 0.115725 -3.14779 0.135747 -3.14764 0.165682 -3.14748 0.182514 -3.14732 0.187162 -3.14716 0.193672 -3.14701 0.205505 -3.14685 0.213021 -3.14669 0.209194 -3.14654 0.198062 -3.14638 0.189743 -3.14622 0.193825 -3.14607 0.213238 -3.14591 0.240677 -3.14575 0.261359 -3.1456 0.26709 -3.14544 0.262601 -3.14528 0.255325 -3.14513 0.244757 -3.14497 0.229083 -3.14481 0.217269 -3.14466 0.222102 -3.1445 0.241989 -3.14434 0.26018 -3.14419 0.263378 -3.14403 0.254732 -3.14387 0.245398 -3.14372 0.239152 -3.14356 0.229336 -3.1434 0.2087 -3.14324 0.178534 -3.14309 0.149039 -3.14293 0.130908 -3.14277 0.127407 -3.14262 0.135447 -3.14246 0.151899 -3.1423 0.176309 -3.14215 0.204482 -3.14199 0.226648 -3.14183 0.23702 -3.14168 0.239346 -3.14152 0.240201 -3.14136 0.239185 -3.14121 0.233382 -3.14105 0.225167 -3.14089 0.219688 -3.14074 0.216112 -3.14058 0.20812 -3.14042 0.191187 -3.14027 0.166548 -3.14011 0.139765 -3.13995 0.122041 -3.1398 0.127815 -3.13964 0.16274 -3.13948 0.214052 -3.13932 0.258253 -3.13917 0.278099 -3.13901 0.269161 -3.13885 0.237117 -3.1387 0.196175 -3.13854 0.163555 -3.13838 0.145211 -3.13823 0.130329 -3.13807 0.109447 -3.13791 0.0937627 -3.13776 0.104101 -3.1376 0.141452 -3.13744 0.184297 -3.13729 0.215557 -3.13713 0.238135 -3.13697 0.259795 -3.13682 0.279615 -3.13666 0.29423 -3.1365 0.305444 -3.13635 0.312089 -3.13619 0.306527 -3.13603 0.288137 -3.13588 0.270275 -3.13572 0.260867 -3.13556 0.247678 -3.1354 0.214347 -3.13525 0.167159 -3.13509 0.132695 -3.13493 0.128291 -3.13478 0.145783 -3.13462 0.165865 -3.13446 0.178196 -3.13431 0.186661 -3.13415 0.198747 -3.13399 0.214282 -3.13384 0.224311 -3.13368 0.22001 -3.13352 0.204428 -3.13337 0.193696 -3.13321 0.203743 -3.13305 0.237377 -3.1329 0.282711 -3.13274 0.321271 -3.13258 0.338472 -3.13243 0.334157 -3.13227 0.324061 -3.13211 0.325276 -3.13196 0.335785 -3.1318 0.334386 -3.13164 0.305695 -3.13148 0.2589 -3.13133 0.219247 -3.13117 0.206756 -3.13101 0.224681 -3.13086 0.261746 -3.1307 0.296947 -3.13054 0.310784 -3.13039 0.299781 -3.13023 0.277744 -3.13007 0.258362 -3.12992 0.243249 -3.12976 0.230862 -3.1296 0.226063 -3.12945 0.230155 -3.12929 0.230575 -3.12913 0.214093 -3.12898 0.186338 -3.12882 0.166782 -3.12866 0.167174 -3.12851 0.18479 -3.12835 0.213396 -3.12819 0.245769 -3.12804 0.268497 -3.12788 0.268477 -3.12772 0.247011 -3.12756 0.21875 -3.12741 0.193205 -3.12725 0.169632 -3.12709 0.148001 -3.12694 0.132492 -3.12678 0.123128 -3.12662 0.117478 -3.12647 0.121173 -3.12631 0.143464 -3.12615 0.177397 -3.126 0.200537 -3.12584 0.202377 -3.12568 0.196677 -3.12553 0.198562 -3.12537 0.20293 -3.12521 0.198353 -3.12506 0.18976 -3.1249 0.190108 -3.12474 0.198524 -3.12459 0.203542 -3.12443 0.204089 -3.12427 0.211814 -3.12411 0.23182 -3.12396 0.255274 -3.1238 0.273025 -3.12364 0.285554 -3.12349 0.296049 -3.12333 0.304213 -3.12317 0.308764 -3.12302 0.309155 -3.12286 0.302312 -3.1227 0.284918 -3.12255 0.26057 -3.12239 0.236777 -3.12223 0.214671 -3.12208 0.191496 -3.12192 0.173673 -3.12176 0.175246 -3.12161 0.198261 -3.12145 0.225909 -3.12129 0.243631 -3.12114 0.256626 -3.12098 0.277205 -3.12082 0.301858 -3.12067 0.314623 -3.12051 0.309685 -3.12035 0.299414 -3.12019 0.297619 -3.12004 0.305227 -3.11988 0.313983 -3.11972 0.318463 -3.11957 0.3189 -3.11941 0.318619 -3.11925 0.320276 -3.1191 0.32315 -3.11894 0.322945 -3.11878 0.317794 -3.11863 0.311691 -3.11847 0.30853 -3.11831 0.30262 -3.11816 0.282135 -3.118 0.244868 -3.11784 0.203728 -3.11769 0.177742 -3.11753 0.178899 -3.11737 0.207557 -3.11722 0.251521 -3.11706 0.288686 -3.1169 0.298513 -3.11675 0.278733 -3.11659 0.246905 -3.11643 0.224567 -3.11627 0.220768 -3.11612 0.230678 -3.11596 0.243087 -3.1158 0.246363 -3.11565 0.233623 -3.11549 0.210209 -3.11533 0.188639 -3.11518 0.174875 -3.11502 0.165168 -3.11486 0.158803 -3.11471 0.163238 -3.11455 0.179546 -3.11439 0.194402 -3.11424 0.198741 -3.11408 0.204605 -3.11392 0.22813 -3.11377 0.261912 -3.11361 0.282388 -3.11345 0.281483 -3.1133 0.2728 -3.11314 0.26702 -3.11298 0.260311 -3.11283 0.250886 -3.11267 0.248988 -3.11251 0.258722 -3.11235 0.265751 -3.1122 0.25429 -3.11204 0.228526 -3.11188 0.205034 -3.11173 0.193111 -3.11157 0.189044 -3.11141 0.183885 -3.11126 0.169249 -3.1111 0.143948 -3.11094 0.121635 -3.11079 0.12114 -3.11063 0.141414 -3.11047 0.157369 -3.11032 0.150541 -3.11016 0.132572 -3.11 0.125452 -3.10985 0.130187 -3.10969 0.132057 -3.10953 0.129097 -3.10938 0.134735 -3.10922 0.154172 -3.10906 0.177515 -3.10891 0.195883 -3.10875 0.208011 -3.10859 0.210041 -3.10843 0.197042 -3.10828 0.17713 -3.10812 0.169746 -3.10796 0.183154 -3.10781 0.206073 -3.10765 0.227703 -3.10749 0.248661 -3.10734 0.268105 -3.10718 0.271707 -3.10702 0.247609 -3.10687 0.204715 -3.10671 0.1684 -3.10655 0.161501 -3.1064 0.192457 -3.10624 0.250042 -3.10608 0.303954 -3.10593 0.321344 -3.10577 0.293634 -3.10561 0.242128 -3.10546 0.192946 -3.1053 0.155381 -3.10514 0.129358 -3.10499 0.118768 -3.10483 0.125213 -3.10467 0.137578 -3.10451 0.143705 -3.10436 0.145903 -3.1042 0.152278 -3.10404 0.160135 -3.10389 0.159046 -3.10373 0.150282 -3.10357 0.146051 -3.10342 0.15129 -3.10326 0.158819 -3.1031 0.164876 -3.10295 0.175174 -3.10279 0.19278 -3.10263 0.212688 -3.10248 0.231193 -3.10232 0.252745 -3.10216 0.280277 -3.10201 0.308423 -3.10185 0.329996 -3.10169 0.343177 -3.10154 0.345772 -3.10138 0.330685 -3.10122 0.294777 -3.10106 0.247543 -3.10091 0.205283 -3.10075 0.178267 -3.10059 0.168394 -3.10044 0.172676 -3.10028 0.183431 -3.10012 0.189047 -3.09997 0.183645 -3.09981 0.174655 -3.09965 0.173999 -3.0995 0.184667 -3.09934 0.20153 -3.09918 0.224483 -3.09903 0.259805 -3.09887 0.3052 -3.09871 0.342067 -3.09856 0.350298 -3.0984 0.327937 -3.09824 0.291004 -3.09809 0.25635 -3.09793 0.230317 -3.09777 0.211008 -3.09762 0.195681 -3.09746 0.182973 -3.0973 0.174163 -3.09714 0.173289 -3.09699 0.184134 -3.09683 0.205191 -3.09667 0.228798 -3.09652 0.248626 -3.09636 0.264167 -3.0962 0.275667 -3.09605 0.277709 -3.09589 0.263119 -3.09573 0.233926 -3.09558 0.203122 -3.09542 0.185938 -3.09526 0.187542 -3.09511 0.201657 -3.09495 0.21919 -3.09479 0.238042 -3.09464 0.263416 -3.09448 0.297512 -3.09432 0.330279 -3.09417 0.344862 -3.09401 0.335209 -3.09385 0.311853 -3.0937 0.289708 -3.09354 0.271698 -3.09338 0.251962 -3.09322 0.229441 -3.09307 0.20799 -3.09291 0.187044 -3.09275 0.16147 -3.0926 0.135063 -3.09244 0.123803 -3.09228 0.140431 -3.09213 0.180449 -3.09197 0.228781 -3.09181 0.274374 -3.09166 0.312043 -3.0915 0.334796 -3.09134 0.335528 -3.09119 0.317778 -3.09103 0.297576 -3.09087 0.289003 -3.09072 0.290964 -3.09056 0.290451 -3.0904 0.280555 -3.09025 0.268739 -3.09009 0.26632 -3.08993 0.271721 -3.08978 0.272306 -3.08962 0.26402 -3.08946 0.259512 -3.0893 0.271343 -3.08915 0.291377 -3.08899 0.298825 -3.08883 0.284232 -3.08868 0.254574 -3.08852 0.217763 -3.08836 0.175061 -3.08821 0.133247 -3.08805 0.109854 -3.08789 0.115003 -3.08774 0.136846 -3.08758 0.154628 -3.08742 0.161288 -3.08727 0.165768 -3.08711 0.177675 -3.08695 0.197582 -3.0868 0.22011 -3.08664 0.236675 -3.08648 0.239888 -3.08633 0.231125 -3.08617 0.222059 -3.08601 0.221631 -3.08586 0.223296 -3.0857 0.213046 -3.08554 0.187575 -3.08538 0.159897 -3.08523 0.147427 -3.08507 0.158163 -3.08491 0.186635 -3.08476 0.217855 -3.0846 0.238511 -3.08444 0.25 -3.08429 0.264696 -3.08413 0.284748 -3.08397 0.292987 -3.08382 0.275525 -3.08366 0.244598 -3.0835 0.227017 -3.08335 0.230337 -3.08319 0.237501 -3.08303 0.232066 -3.08288 0.214636 -3.08272 0.192529 -3.08256 0.169425 -3.08241 0.151799 -3.08225 0.152653 -3.08209 0.178505 -3.08194 0.217368 -3.08178 0.248329 -3.08162 0.258287 -3.08146 0.246925 -3.08131 0.22347 -3.08115 0.202149 -3.08099 0.192573 -3.08084 0.188646 -3.08068 0.173384 -3.08052 0.141829 -3.08037 0.111965 -3.08021 0.106536 -3.08005 0.130816 -3.0799 0.171567 -3.07974 0.212025 -3.07958 0.239779 -3.07943 0.247503 -3.07927 0.239187 -3.07911 0.233189 -3.07896 0.248849 -3.0788 0.28548 -3.07864 0.321805 -3.07849 0.335759 -3.07833 0.322053 -3.07817 0.292982 -3.07802 0.267087 -3.07786 0.25685 -3.0777 0.260833 -3.07754 0.266617 -3.07739 0.26209 -3.07723 0.248432 -3.07707 0.238151 -3.07692 0.241917 -3.07676 0.261311 -3.0766 0.28812 -3.07645 0.311393 -3.07629 0.324089 -3.07613 0.32652 -3.07598 0.322815 -3.07582 0.315083 -3.07566 0.303018 -3.07551 0.288608 -3.07535 0.275339 -3.07519 0.263029 -3.07504 0.249306 -3.07488 0.237749 -3.07472 0.238974 -3.07457 0.256556 -3.07441 0.279495 -3.07425 0.293536 -3.07409 0.295766 -3.07394 0.29176 -3.07378 0.283612 -3.07362 0.270322 -3.07347 0.255267 -3.07331 0.244365 -3.07315 0.237099 -3.073 0.226803 -3.07284 0.208585 -3.07268 0.183342 -3.07253 0.154925 -3.07237 0.129778 -3.07221 0.120841 -3.07206 0.139924 -3.0719 0.185305 -3.07174 0.238335 -3.07159 0.277501 -3.07143 0.293263 -3.07127 0.290612 -3.07112 0.282652 -3.07096 0.281019 -3.0708 0.288358 -3.07065 0.298145 -3.07049 0.30261 -3.07033 0.299626 -3.07017 0.291761 -3.07002 0.2806 -3.06986 0.266781 -3.0697 0.253645 -3.06955 0.243278 -3.06939 0.233704 -3.06923 0.222591 -3.06908 0.211583 -3.06892 0.20461 -3.06876 0.202573 -3.06861 0.205463 -3.06845 0.215426 -3.06829 0.231324 -3.06814 0.243529 -3.06798 0.244674 -3.06782 0.238909 -3.06767 0.233422 -3.06751 0.225374 -3.06735 0.210177 -3.0672 0.199987 -3.06704 0.216911 -3.06688 0.263611 -3.06673 0.314375 -3.06657 0.341819 -3.06641 0.340546 -3.06625 0.32149 -3.0661 0.295183 -3.06594 0.270181 -3.06578 0.25637 -3.06563 0.256094 -3.06547 0.259198 -3.06531 0.25665 -3.06516 0.252183 -3.065 0.253474 -3.06484 0.256331 -3.06469 0.248399 -3.06453 0.226647 -3.06437 0.200521 -3.06422 0.179786 -3.06406 0.167486 -3.0639 0.162017 -3.06375 0.159636 -3.06359 0.155521 -3.06343 0.149214 -3.06328 0.143699 -3.06312 0.135703 -3.06296 0.113523 -3.06281 0.0738854 -3.06265 0.0352942 -3.06249 0.0215792 -3.06233 0.0368743 -3.06218 0.066881 -3.06202 0.101276 -3.06186 0.137842 -3.06171 0.169598 -3.06155 0.185959 -3.06139 0.19167 -3.06124 0.20591 -3.06108 0.233773 -3.06092 0.253312 -3.06077 0.242898 -3.06061 0.209507 -3.06045 0.177524 -3.0603 0.158023 -3.06014 0.14445 -3.05998 0.133506 -3.05983 0.133179 -3.05967 0.148759 -3.05951 0.172056 -3.05936 0.190555 -3.0592 0.200828 -3.05904 0.2084 -3.05889 0.218071 -3.05873 0.227707 -3.05857 0.231386 -3.05841 0.225093 -3.05826 0.209817 -3.0581 0.188199 -3.05794 0.160934 -3.05779 0.131269 -3.05763 0.109501 -3.05747 0.108274 -3.05732 0.128886 -3.05716 0.157172 -3.057 0.178864 -3.05685 0.192055 -3.05669 0.199523 -3.05653 0.198959 -3.05638 0.189538 -3.05622 0.185308 -3.05606 0.206122 -3.05591 0.250693 -3.05575 0.295118 -3.05559 0.319973 -3.05544 0.327867 -3.05528 0.33043 -3.05512 0.326683 -3.05497 0.31087 -3.05481 0.293107 -3.05465 0.295611 -3.05449 0.324311 -3.05434 0.356193 -3.05418 0.362956 -3.05402 0.340495 -3.05387 0.310574 -3.05371 0.294525 -3.05355 0.293096 -3.0534 0.29004 -3.05324 0.270135 -3.05308 0.233516 -3.05293 0.194869 -3.05277 0.170833 -3.05261 0.166823 -3.05246 0.175471 -3.0523 0.187695 -3.05214 0.204321 -3.05199 0.233066 -3.05183 0.274389 -3.05167 0.315242 -3.05152 0.340653 -3.05136 0.350074 -3.0512 0.359604 -3.05104 0.387618 -3.05089 0.436208 -3.05073 0.486073 -3.05057 0.509477 -3.05042 0.493644 -3.05026 0.453007 -3.0501 0.415944 -3.04995 0.395992 -3.04979 0.382505 -3.04963 0.362988 -3.04948 0.344803 -3.04932 0.3449 -3.04916 0.363504 -3.04901 0.383444 -3.04885 0.395404 -3.04869 0.407089 -3.04854 0.421282 -3.04838 0.421024 -3.04822 0.390261 -3.04807 0.339559 -3.04791 0.295244 -3.04775 0.268046 -3.0476 0.247169 -3.04744 0.222509 -3.04728 0.198982 -3.04712 0.185502 -3.04697 0.183878 -3.04681 0.191777 -3.04665 0.206615 -3.0465 0.222415 -3.04634 0.231233 -3.04618 0.233708 -3.04603 0.24043 -3.04587 0.258143 -3.04571 0.280725 -3.04556 0.29909 -3.0454 0.310374 -3.04524 0.314814 -3.04509 0.312493 -3.04493 0.311078 -3.04477 0.325794 -3.04462 0.359197 -3.04446 0.387124 -3.0443 0.377591 -3.04415 0.32391 -3.04399 0.251759 -3.04383 0.193987 -3.04368 0.167454 -3.04352 0.171483 -3.04336 0.195514 -3.0432 0.225709 -3.04305 0.251427 -3.04289 0.270466 -3.04273 0.284571 -3.04258 0.291103 -3.04242 0.286226 -3.04226 0.276426 -3.04211 0.275338 -3.04195 0.285255 -3.04179 0.290988 -3.04164 0.278541 -3.04148 0.253348 -3.04132 0.232211 -3.04117 0.221662 -3.04101 0.214569 -3.04085 0.205668 -3.0407 0.200415 -3.04054 0.205024 -3.04038 0.215928 -3.04023 0.223285 -3.04007 0.224744 -3.03991 0.227489 -3.03976 0.235657 -3.0396 0.240339 -3.03944 0.228485 -3.03928 0.203648 -3.03913 0.188582 -3.03897 0.199796 -3.03881 0.222005 -3.03866 0.221448 -3.0385 0.187142 -3.03834 0.14897 -3.03819 0.146272 -3.03803 0.184482 -3.03787 0.232824 -3.03772 0.261195 -3.03756 0.266751 -3.0374 0.2649 -3.03725 0.264917 -3.03709 0.264739 -3.03693 0.261014 -3.03678 0.254172 -3.03662 0.243441 -3.03646 0.224192 -3.03631 0.194263 -3.03615 0.161855 -3.03599 0.14231 -3.03584 0.145998 -3.03568 0.169152 -3.03552 0.19708 -3.03536 0.217045 -3.03521 0.226271 -3.03505 0.228388 -3.03489 0.225844 -3.03474 0.218794 -3.03458 0.209855 -3.03442 0.204182 -3.03427 0.202356 -3.03411 0.200338 -3.03395 0.198015 -3.0338 0.203612 -3.03364 0.223744 -3.03348 0.250906 -3.03333 0.268901 -3.03317 0.270786 -3.03301 0.26375 -3.03286 0.254867 -3.0327 0.240678 -3.03254 0.218168 -3.03239 0.19994 -3.03223 0.205546 -3.03207 0.235421 -3.03192 0.263826 -3.03176 0.264841 -3.0316 0.240067 -3.03144 0.214072 -3.03129 0.204088 -3.03113 0.203881 -3.03097 0.196732 -3.03082 0.177367 -3.03066 0.155918 -3.0305 0.144773 -3.03035 0.14875 -3.03019 0.166286 -3.03003 0.193312 -3.02988 0.223564 -3.02972 0.248451 -3.02956 0.263133 -3.02941 0.272472 -3.02925 0.285992 -3.02909 0.306952 -3.02894 0.327783 -3.02878 0.338934 -3.02862 0.338621 -3.02847 0.330318 -3.02831 0.316235 -3.02815 0.299431 -3.02799 0.288292 -3.02784 0.289537 -3.02768 0.293987 -3.02752 0.282622 -3.02737 0.25223 -3.02721 0.225752 -3.02705 0.227104 -3.0269 0.250127 -3.02674 0.265899 -3.02658 0.258235 -3.02643 0.239016 -3.02627 0.226214 -3.02611 0.220659 -3.02596 0.215155 -3.0258 0.214608 -3.02564 0.232915 -3.02549 0.270974 -3.02533 0.308904 -3.02517 0.324082 -3.02502 0.311216 -3.02486 0.28329 -3.0247 0.257996 -3.02455 0.246858 -3.02439 0.25364 -3.02423 0.275181 -3.02407 0.302391 -3.02392 0.323653 -3.02376 0.330773 -3.0236 0.323887 -3.02345 0.311345 -3.02329 0.302015 -3.02313 0.299183 -3.02298 0.300621 -3.02282 0.303222 -3.02266 0.305942 -3.02251 0.30753 -3.02235 0.305838 -3.02219 0.299336 -3.02204 0.29003 -3.02188 0.282544 -3.02172 0.281856 -3.02157 0.290504 -3.02141 0.30533 -3.02125 0.316688 -3.0211 0.313776 -3.02094 0.296997 -3.02078 0.279313 -3.02063 0.272526 -3.02047 0.272966 -3.02031 0.266074 -3.02015 0.24547 -3.02 0.220779 -3.01984 0.205306 -3.01968 0.200737 -3.01953 0.198651 -3.01937 0.193135 -3.01921 0.186288 -3.01906 0.180118 -3.0189 0.17127 -3.01874 0.157089 -3.01859 0.141293 -3.01843 0.12962 -3.01827 0.122822 -3.01812 0.118926 -3.01796 0.121232 -3.0178 0.137103 -3.01765 0.167988 -3.01749 0.205662 -3.01733 0.238553 -3.01718 0.257951 -3.01702 0.257188 -3.01686 0.234373 -3.01671 0.19887 -3.01655 0.168825 -3.01639 0.157284 -3.01623 0.162534 -3.01608 0.177581 -3.01592 0.201072 -3.01576 0.23307 -3.01561 0.26446 -3.01545 0.283468 -3.01529 0.290518 -3.01514 0.297257 -3.01498 0.30861 -3.01482 0.315129 -3.01467 0.304023 -3.01451 0.27317 -3.01435 0.231926 -3.0142 0.195716 -3.01404 0.179037 -3.01388 0.185276 -3.01373 0.201549 -3.01357 0.209893 -3.01341 0.206093 -3.01326 0.199883 -3.0131 0.198831 -3.01294 0.200787 -3.01279 0.202331 -3.01263 0.202323 -3.01247 0.196481 -3.01231 0.181179 -3.01216 0.165779 -3.012 0.168925 -3.01184 0.193815 -3.01169 0.223068 -3.01153 0.244612 -3.01137 0.267437 -3.01122 0.297878 -3.01106 0.318093 -3.0109 0.308035 -3.01075 0.279892 -3.01059 0.266253 -3.01043 0.277629 -3.01028 0.295236 -3.01012 0.304731 -3.00996 0.313975 -3.00981 0.329261 -3.00965 0.33511 -3.00949 0.314084 -3.00934 0.274313 -3.00918 0.244205 -3.00902 0.242743 -3.00887 0.264341 -3.00871 0.289758 -3.00855 0.304571 -3.00839 0.307355 -3.00824 0.306185 -3.00808 0.305424 -3.00792 0.298605 -3.00777 0.279133 -3.00761 0.254267 -3.00745 0.241176 -3.0073 0.24672 -3.00714 0.261298 -3.00698 0.272949 -3.00683 0.279445 -3.00667 0.282621 -3.00651 0.282353 -3.00636 0.280752 -3.0062 0.285379 -3.00604 0.299983 -3.00589 0.316567 -3.00573 0.323501 -3.00557 0.314851 -3.00542 0.292504 -3.00526 0.265048 -3.0051 0.247879 -3.00494 0.252907 -3.00479 0.272337 -3.00463 0.283567 -3.00447 0.276077 -3.00432 0.265309 -3.00416 0.267512 -3.004 0.274088 -3.00385 0.265748 -3.00369 0.244744 -3.00353 0.234906 -3.00338 0.249436 -3.00322 0.276701 -3.00306 0.298832 -3.00291 0.311156 -3.00275 0.315548 -3.00259 0.3078 -3.00244 0.2862 -3.00228 0.263155 -3.00212 0.257075 -3.00197 0.271643 -3.00181 0.28961 -3.00165 0.290891 -3.0015 0.27125 -3.00134 0.241533 -3.00118 0.213898 -3.00102 0.192883 -3.00087 0.177831 -3.00071 0.16824 -3.00055 0.16373 -3.0004 0.163701 -3.00024 0.172323 -3.00008 0.197825 -2.99993 0.241271 -2.99977 0.287286 -2.99961 0.314055 -2.99946 0.312632 -2.9993 0.291928 -2.99914 0.264107 -2.99899 0.236548 -2.99883 0.218193 -2.99867 0.220057 -2.99852 0.242189 -2.99836 0.268292 -2.9982 0.282603 -2.99805 0.284532 -2.99789 0.281735 -2.99773 0.276506 -2.99758 0.268647 -2.99742 0.264165 -2.99726 0.267775 -2.9971 0.27192 -2.99695 0.266262 -2.99679 0.255371 -2.99663 0.25532 -2.99648 0.273404 -2.99632 0.300207 -2.99616 0.32126 -2.99601 0.326478 -2.99585 0.31145 -2.99569 0.281755 -2.99554 0.254857 -2.99538 0.245166 -2.99522 0.246835 -2.99507 0.243334 -2.99491 0.234517 -2.99475 0.238558 -2.9946 0.264629 -2.99444 0.297756 -2.99428 0.319198 -2.99413 0.327241 -2.99397 0.328279 -2.99381 0.320722 -2.99366 0.301001 -2.9935 0.279193 -2.99334 0.273367 -2.99318 0.288668 -2.99303 0.310721 -2.99287 0.319754 -2.99271 0.305229 -2.99256 0.269063 -2.9924 0.224017 -2.99224 0.18731 -2.99209 0.170214 -2.99193 0.173408 -2.99177 0.192813 -2.99162 0.224487 -2.99146 0.258221 -2.9913 0.276546 -2.99115 0.268471 -2.99099 0.244071 -2.99083 0.22493 -2.99068 0.222668 -2.99052 0.233632 -2.99036 0.250925 -2.99021 0.270038 -2.99005 0.281784 -2.98989 0.274194 -2.98974 0.246087 -2.98958 0.212449 -2.98942 0.191386 -2.98926 0.18924 -2.98911 0.202437 -2.98895 0.22602 -2.98879 0.255702 -2.98864 0.284045 -2.98848 0.303306 -2.98832 0.311591 -2.98817 0.312407 -2.98801 0.310234 -2.98785 0.309247 -2.9877 0.313404 -2.98754 0.321843 -2.98738 0.325206 -2.98723 0.311868 -2.98707 0.280968 -2.98691 0.246803 -2.98676 0.226459 -2.9866 0.223421 -2.98644 0.225135 -2.98629 0.217352 -2.98613 0.198426 -2.98597 0.179534 -2.98582 0.17115 -2.98566 0.174536 -2.9855 0.185336 -2.98534 0.201685 -2.98519 0.224259 -2.98503 0.248791 -2.98487 0.263986 -2.98472 0.260041 -2.98456 0.23939 -2.9844 0.217579 -2.98425 0.213378 -2.98409 0.235816 -2.98393 0.277101 -2.98378 0.317353 -2.98362 0.337837 -2.98346 0.334395 -2.98331 0.318812 -2.98315 0.30477 -2.98299 0.292177 -2.98284 0.268458 -2.98268 0.227122 -2.98252 0.181121 -2.98237 0.15287 -2.98221 0.15284 -2.98205 0.173368 -2.9819 0.203327 -2.98174 0.238732 -2.98158 0.275255 -2.98142 0.298603 -2.98127 0.294219 -2.98111 0.266511 -2.98095 0.23679 -2.9808 0.218022 -2.98064 0.20294 -2.98048 0.180158 -2.98033 0.157189 -2.98017 0.155534 -2.98001 0.184986 -2.97986 0.229975 -2.9797 0.263549 -2.97954 0.268853 -2.97939 0.248145 -2.97923 0.215119 -2.97907 0.182225 -2.97892 0.156422 -2.97876 0.142206 -2.9786 0.144701 -2.97845 0.166466 -2.97829 0.201773 -2.97813 0.236008 -2.97797 0.255632 -2.97782 0.255688 -2.97766 0.240746 -2.9775 0.222474 -2.97735 0.216334 -2.97719 0.234613 -2.97703 0.274636 -2.97688 0.316438 -2.97672 0.33931 -2.97656 0.342861 -2.97641 0.343922 -2.97625 0.351916 -2.97609 0.354779 -2.97594 0.335778 -2.97578 0.298439 -2.97562 0.266101 -2.97547 0.255667 -2.97531 0.260865 -2.97515 0.26312 -2.975 0.255568 -2.97484 0.24883 -2.97468 0.255371 -2.97453 0.275128 -2.97437 0.296245 -2.97421 0.308705 -2.97405 0.312833 -2.9739 0.315193 -2.97374 0.31777 -2.97358 0.312367 -2.97343 0.289062 -2.97327 0.252149 -2.97311 0.222743 -2.97296 0.220568 -2.9728 0.243228 -2.97264 0.269611 -2.97249 0.283915 -2.97233 0.288891 -2.97217 0.292716 -2.97202 0.292853 -2.97186 0.281309 -2.9717 0.258942 -2.97155 0.236529 -2.97139 0.2224 -2.97123 0.218135 -2.97108 0.221373 -2.97092 0.226368 -2.97076 0.223079 -2.97061 0.207599 -2.97045 0.19242 -2.97029 0.194671 -2.97013 0.214824 -2.96998 0.23645 -2.96982 0.248087 -2.96966 0.250273 -2.96951 0.240576 -2.96935 0.208708 -2.96919 0.15985 -2.96904 0.125452 -2.96888 0.133392 -2.96872 0.173708 -2.96857 0.211398 -2.96841 0.229324 -2.96825 0.24083 -2.9681 0.261504 -2.96794 0.286107 -2.96778 0.298638 -2.96763 0.293565 -2.96747 0.277618 -2.96731 0.260553 -2.96716 0.25069 -2.967 0.251128 -2.96684 0.253832 -2.96669 0.24303 -2.96653 0.211331 -2.96637 0.172223 -2.96621 0.148839 -2.96606 0.150754 -2.9659 0.166902 -2.96574 0.179632 -2.96559 0.182761 -2.96543 0.182832 -2.96527 0.187342 -2.96512 0.195867 -2.96496 0.204118 -2.9648 0.210977 -2.96465 0.216801 -2.96449 0.217274 -2.96433 0.206242 -2.96418 0.18794 -2.96402 0.177422 -2.96386 0.183417 -2.96371 0.196225 -2.96355 0.200689 -2.96339 0.194841 -2.96324 0.187421 -2.96308 0.181978 -2.96292 0.175266 -2.96277 0.168883 -2.96261 0.170811 -2.96245 0.181053 -2.96229 0.18911 -2.96214 0.187649 -2.96198 0.180052 -2.96182 0.172517 -2.96167 0.168031 -2.96151 0.170343 -2.96135 0.183492 -2.9612 0.200021 -2.96104 0.202231 -2.96088 0.182728 -2.96073 0.157378 -2.96057 0.148784 -2.96041 0.162976 -2.96026 0.188797 -2.9601 0.213489 -2.95994 0.22981 -2.95979 0.233767 -2.95963 0.227207 -2.95947 0.220125 -2.95932 0.219296 -2.95916 0.218322 -2.959 0.206377 -2.95885 0.185802 -2.95869 0.170501 -2.95853 0.168264 -2.95837 0.176454 -2.95822 0.195449 -2.95806 0.232653 -2.9579 0.285467 -2.95775 0.331946 -2.95759 0.347401 -2.95743 0.329212 -2.95728 0.297294 -2.95712 0.273302 -2.95696 0.263511 -2.95681 0.262308 -2.95665 0.262905 -2.95649 0.259257 -2.95634 0.242916 -2.95618 0.20633 -2.95602 0.154784 -2.95587 0.112112 -2.95571 0.10391 -2.95555 0.133845 -2.9554 0.17831 -2.95524 0.207876 -2.95508 0.212471 -2.95492 0.203045 -2.95477 0.194049 -2.95461 0.192438 -2.95445 0.198039 -2.9543 0.208729 -2.95414 0.222014 -2.95398 0.237484 -2.95383 0.256318 -2.95367 0.274482 -2.95351 0.278522 -2.95336 0.257209 -2.9532 0.219254 -2.95304 0.191083 -2.95289 0.192249 -2.95273 0.216148 -2.95257 0.239826 -2.95242 0.248879 -2.95226 0.247104 -2.9521 0.246321 -2.95195 0.252005 -2.95179 0.260437 -2.95163 0.266924 -2.95148 0.270266 -2.95132 0.272135 -2.95116 0.273664 -2.951 0.273966 -2.95085 0.273468 -2.95069 0.274933 -2.95053 0.279846 -2.95038 0.286654 -2.95022 0.294144 -2.95006 0.304432 -2.94991 0.319957 -2.94975 0.338261 -2.94959 0.353854 -2.94944 0.36384 -2.94928 0.366916 -2.94912 0.360189 -2.94897 0.342034 -2.94881 0.319371 -2.94865 0.304466 -2.9485 0.301557 -2.94834 0.302489 -2.94818 0.299685 -2.94803 0.296534 -2.94787 0.298225 -2.94771 0.297524 -2.94756 0.280715 -2.9474 0.247315 -2.94724 0.217431 -2.94708 0.214588 -2.94693 0.242429 -2.94677 0.280893 -2.94661 0.305127 -2.94646 0.304201 -2.9463 0.286703 -2.94614 0.269163 -2.94599 0.261053 -2.94583 0.258869 -2.94567 0.252197 -2.94552 0.236996 -2.94536 0.221122 -2.9452 0.218777 -2.94505 0.23704 -2.94489 0.265425 -2.94473 0.280379 -2.94458 0.26566 -2.94442 0.228725 -2.94426 0.196231 -2.94411 0.190236 -2.94395 0.20852 -2.94379 0.229767 -2.94364 0.235575 -2.94348 0.225543 -2.94332 0.212905 -2.94316 0.209941 -2.94301 0.220098 -2.94285 0.242381 -2.94269 0.275643 -2.94254 0.317835 -2.94238 0.360178 -2.94222 0.387991 -2.94207 0.390663 -2.94191 0.369942 -2.94175 0.338725 -2.9416 0.312538 -2.94144 0.29835 -2.94128 0.290972 -2.94113 0.277322 -2.94097 0.250035 -2.94081 0.216534 -2.94066 0.19395 -2.9405 0.191789 -2.94034 0.203049 -2.94019 0.215194 -2.94003 0.225792 -2.93987 0.241073 -2.93972 0.260786 -2.93956 0.274422 -2.9394 0.272755 -2.93924 0.257037 -2.93909 0.235137 -2.93893 0.21476 -2.93877 0.202916 -2.93862 0.204204 -2.93846 0.215592 -2.9383 0.227145 -2.93815 0.235441 -2.93799 0.251054 -2.93783 0.2839 -2.93768 0.323336 -2.93752 0.344301 -2.93736 0.335098 -2.93721 0.312817 -2.93705 0.305994 -2.93689 0.325212 -2.93674 0.354474 -2.93658 0.37018 -2.93642 0.360852 -2.93627 0.330278 -2.93611 0.287383 -2.93595 0.23897 -2.9358 0.190691 -2.93564 0.149596 -2.93548 0.122834 -2.93532 0.113815 -2.93517 0.12343 -2.93501 0.150994 -2.93485 0.190677 -2.9347 0.229846 -2.93454 0.257636 -2.93438 0.275078 -2.93423 0.29303 -2.93407 0.315793 -2.93391 0.334001 -2.93376 0.33793 -2.9336 0.332313 -2.93344 0.334084 -2.93329 0.355285 -2.93313 0.390957 -2.93297 0.42229 -2.93282 0.42996 -2.93266 0.409341 -2.9325 0.375525 -2.93235 0.350665 -2.93219 0.341862 -2.93203 0.335481 -2.93187 0.317789 -2.93172 0.294723 -2.93156 0.283835 -2.9314 0.290339 -2.93125 0.302113 -2.93109 0.308268 -2.93093 0.312313 -2.93078 0.319928 -2.93062 0.323925 -2.93046 0.309281 -2.93031 0.2735 -2.93015 0.231911 -2.92999 0.205509 -2.92984 0.204659 -2.92968 0.225754 -2.92952 0.259607 -2.92937 0.298605 -2.92921 0.339403 -2.92905 0.376647 -2.9289 0.399898 -2.92874 0.397216 -2.92858 0.366528 -2.92843 0.320405 -2.92827 0.27815 -2.92811 0.251159 -2.92795 0.238129 -2.9278 0.232994 -2.92764 0.234909 -2.92748 0.247379 -2.92733 0.267917 -2.92717 0.285856 -2.92701 0.292742 -2.92686 0.293906 -2.9267 0.300496 -2.92654 0.312312 -2.92639 0.315484 -2.92623 0.302891 -2.92607 0.287445 -2.92592 0.284835 -2.92576 0.28955 -2.9256 0.278128 -2.92545 0.238517 -2.92529 0.185189 -2.92513 0.142501 -2.92498 0.122475 -2.92482 0.123529 -2.92466 0.139594 -2.92451 0.162935 -2.92435 0.184164 -2.92419 0.200895 -2.92403 0.221907 -2.92388 0.254841 -2.92372 0.2897 -2.92356 0.304033 -2.92341 0.285629 -2.92325 0.244886 -2.92309 0.202318 -2.92294 0.172255 -2.92278 0.158422 -2.92262 0.157703 -2.92247 0.16351 -2.92231 0.168725 -2.92215 0.171234 -2.922 0.175299 -2.92184 0.183089 -2.92168 0.188196 -2.92153 0.181075 -2.92137 0.161942 -2.92121 0.140792 -2.92106 0.126404 -2.9209 0.118901 -2.92074 0.115076 -2.92059 0.117988 -2.92043 0.134076 -2.92027 0.161546 -2.92011 0.186704 -2.91996 0.196919 -2.9198 0.194718 -2.91964 0.194104 -2.91949 0.205203 -2.91933 0.224772 -2.91917 0.244178 -2.91902 0.262379 -2.91886 0.283761 -2.9187 0.306191 -2.91855 0.318332 -2.91839 0.31106 -2.91823 0.289521 -2.91808 0.267315 -2.91792 0.252253 -2.91776 0.241807 -2.91761 0.232396 -2.91745 0.226313 -2.91729 0.226134 -2.91714 0.227912 -2.91698 0.225404 -2.91682 0.219688 -2.91667 0.219206 -2.91651 0.227742 -2.91635 0.236098 -2.91619 0.231449 -2.91604 0.211749 -2.91588 0.190259 -2.91572 0.18295 -2.91557 0.195839 -2.91541 0.221656 -2.91525 0.247944 -2.9151 0.265327 -2.91494 0.269511 -2.91478 0.259755 -2.91463 0.239019 -2.91447 0.216233 -2.91431 0.203385 -2.91416 0.204597 -2.914 0.210067 -2.91384 0.20919 -2.91369 0.206417 -2.91353 0.218529 -2.91337 0.250249 -2.91322 0.283416 -2.91306 0.296708 -2.9129 0.289157 -2.91275 0.275158 -2.91259 0.264893 -2.91243 0.258554 -2.91227 0.257264 -2.91212 0.262991 -2.91196 0.268057 -2.9118 0.260869 -2.91165 0.245932 -2.91149 0.240728 -2.91133 0.249599 -2.91118 0.252978 -2.91102 0.237953 -2.91086 0.221707 -2.91071 0.230653 -2.91055 0.262574 -2.91039 0.287081 -2.91024 0.281897 -2.91008 0.25338 -2.90992 0.222078 -2.90977 0.204945 -2.90961 0.211603 -2.90945 0.241655 -2.9093 0.278929 -2.90914 0.300122 -2.90898 0.296599 -2.90882 0.280918 -2.90867 0.267407 -2.90851 0.257659 -2.90835 0.249662 -2.9082 0.250178 -2.90804 0.265961 -2.90788 0.28887 -2.90773 0.302629 -2.90757 0.301845 -2.90741 0.295048 -2.90726 0.290747 -2.9071 0.289731 -2.90694 0.290294 -2.90679 0.292135 -2.90663 0.294713 -2.90647 0.296589 -2.90632 0.30058 -2.90616 0.311803 -2.906 0.329868 -2.90585 0.34606 -2.90569 0.353367 -2.90553 0.355172 -2.90538 0.358738 -2.90522 0.362885 -2.90506 0.355822 -2.9049 0.328166 -2.90475 0.286048 -2.90459 0.24983 -2.90443 0.236956 -2.90428 0.247432 -2.90412 0.2665 -2.90396 0.281434 -2.90381 0.293148 -2.90365 0.308249 -2.90349 0.327411 -2.90334 0.34288 -2.90318 0.348929 -2.90302 0.348784 -2.90287 0.348581 -2.90271 0.351659 -2.90255 0.357339 -2.9024 0.364035 -2.90224 0.3683 -2.90208 0.362653 -2.90193 0.340428 -2.90177 0.305944 -2.90161 0.276526 -2.90146 0.267945 -2.9013 0.27968 -2.90114 0.296134 -2.90098 0.305538 -2.90083 0.311912 -2.90067 0.324585 -2.90051 0.34188 -2.90036 0.351867 -2.9002 0.346601 -2.90004 0.330204 -2.89989 0.312928 -2.89973 0.30501 -2.89957 0.314807 -2.89942 0.342067 -2.89926 0.368643 -2.8991 0.368176 -2.89895 0.333792 -2.89879 0.289018 -2.89863 0.262369 -2.89848 0.256924 -2.89832 0.253329 -2.89816 0.23916 -2.89801 0.221197 -2.89785 0.211947 -2.89769 0.215445 -2.89754 0.230569 -2.89738 0.256357 -2.89722 0.287049 -2.89706 0.307148 -2.89691 0.303159 -2.89675 0.2764 -2.89659 0.244455 -2.89644 0.2269 -2.89628 0.232154 -2.89612 0.253018 -2.89597 0.272698 -2.89581 0.278354 -2.89565 0.271702 -2.8955 0.26426 -2.89534 0.263056 -2.89518 0.265466 -2.89503 0.267288 -2.89487 0.269913 -2.89471 0.275831 -2.89456 0.283548 -2.8944 0.289042 -2.89424 0.287623 -2.89409 0.271766 -2.89393 0.235837 -2.89377 0.187104 -2.89362 0.14705 -2.89346 0.131322 -2.8933 0.134278 -2.89314 0.139401 -2.89299 0.141043 -2.89283 0.144625 -2.89267 0.151235 -2.89252 0.15476 -2.89236 0.157322 -2.8922 0.172138 -2.89205 0.204316 -2.89189 0.239442 -2.89173 0.259851 -2.89158 0.265604 -2.89142 0.268045 -2.89126 0.270767 -2.89111 0.26729 -2.89095 0.257085 -2.89079 0.250727 -2.89064 0.253297 -2.89048 0.253587 -2.89032 0.239112 -2.89017 0.215056 -2.89001 0.199356 -2.88985 0.200826 -2.8897 0.210982 -2.88954 0.2186 -2.88938 0.223417 -2.88922 0.230691 -2.88907 0.238106 -2.88891 0.237818 -2.88875 0.229192 -2.8886 0.221406 -2.88844 0.222521 -2.88828 0.230976 -2.88813 0.240542 -2.88797 0.250378 -2.88781 0.264639 -2.88766 0.286681 -2.8875 0.314375 -2.88734 0.340612 -2.88719 0.355758 -2.88703 0.354839 -2.88687 0.344545 -2.88672 0.337998 -2.88656 0.340661 -2.8864 0.344365 -2.88625 0.340676 -2.88609 0.334065 -2.88593 0.33388 -2.88577 0.337048 -2.88562 0.328862 -2.88546 0.304478 -2.8853 0.275986 -2.88515 0.256676 -2.88499 0.247252 -2.88483 0.243033 -2.88468 0.246244 -2.88452 0.259829 -2.88436 0.275862 -2.88421 0.280893 -2.88405 0.273896 -2.88389 0.268168 -2.88374 0.272803 -2.88358 0.281406 -2.88342 0.282801 -2.88327 0.276254 -2.88311 0.269709 -2.88295 0.266403 -2.8828 0.260723 -2.88264 0.249663 -2.88248 0.240346 -2.88233 0.243516 -2.88217 0.260467 -2.88201 0.282469 -2.88185 0.302402 -2.8817 0.319575 -2.88154 0.331453 -2.88138 0.32733 -2.88123 0.301966 -2.88107 0.271966 -2.88091 0.26445 -2.88076 0.285884 -2.8806 0.310536 -2.88044 0.310808 -2.88029 0.286589 -2.88013 0.258589 -2.87997 0.239296 -2.87982 0.224607 -2.87966 0.208535 -2.8795 0.192348 -2.87935 0.178378 -2.87919 0.167996 -2.87903 0.167736 -2.87888 0.186152 -2.87872 0.219041 -2.87856 0.247438 -2.87841 0.258736 -2.87825 0.258556 -2.87809 0.258504 -2.87793 0.259831 -2.87778 0.255852 -2.87762 0.245465 -2.87746 0.233401 -2.87731 0.221671 -2.87715 0.207648 -2.87699 0.189271 -2.87684 0.165691 -2.87668 0.13827 -2.87652 0.114852 -2.87637 0.105953 -2.87621 0.113688 -2.87605 0.128224 -2.8759 0.140868 -2.87574 0.153661 -2.87558 0.169682 -2.87543 0.18361 -2.87527 0.192277 -2.87511 0.206146 -2.87496 0.233988 -2.8748 0.262185 -2.87464 0.269176 -2.87449 0.258512 -2.87433 0.260168 -2.87417 0.291612 -2.87401 0.334863 -2.87386 0.359798 -2.8737 0.357474 -2.87354 0.33848 -2.87339 0.310622 -2.87323 0.274023 -2.87307 0.233662 -2.87292 0.202471 -2.87276 0.189981 -2.8726 0.195843 -2.87245 0.213153 -2.87229 0.232654 -2.87213 0.243644 -2.87198 0.239453 -2.87182 0.224826 -2.87166 0.214572 -2.87151 0.224716 -2.87135 0.258787 -2.87119 0.302684 -2.87104 0.331844 -2.87088 0.330918 -2.87072 0.309209 -2.87057 0.290953 -2.87041 0.29068 -2.87025 0.302611 -2.87009 0.31601 -2.86994 0.328747 -2.86978 0.341299 -2.86962 0.34666 -2.86947 0.340889 -2.86931 0.335702 -2.86915 0.346822 -2.869 0.371396 -2.86884 0.388624 -2.86868 0.384276 -2.86853 0.366171 -2.86837 0.350429 -2.86821 0.343418 -2.86806 0.340329 -2.8679 0.334232 -2.86774 0.321983 -2.86759 0.30449 -2.86743 0.285544 -2.86727 0.270608 -2.86712 0.262663 -2.86696 0.260488 -2.8668 0.259638 -2.86665 0.253842 -2.86649 0.240046 -2.86633 0.224399 -2.86617 0.22065 -2.86602 0.236954 -2.86586 0.263624 -2.8657 0.282114 -2.86555 0.284216 -2.86539 0.276901 -2.86523 0.270658 -2.86508 0.267967 -2.86492 0.26491 -2.86476 0.255772 -2.86461 0.235271 -2.86445 0.204103 -2.86429 0.172828 -2.86414 0.153631 -2.86398 0.145915 -2.86382 0.137531 -2.86367 0.123211 -2.86351 0.113481 -2.86335 0.12255 -2.8632 0.152264 -2.86304 0.191838 -2.86288 0.228784 -2.86273 0.255203 -2.86257 0.268718 -2.86241 0.271873 -2.86225 0.269337 -2.8621 0.262461 -2.86194 0.253166 -2.86178 0.250103 -2.86163 0.264276 -2.86147 0.293415 -2.86131 0.321524 -2.86116 0.340468 -2.861 0.360235 -2.86084 0.387715 -2.86069 0.40932 -2.86053 0.40605 -2.86037 0.38232 -2.86022 0.363493 -2.86006 0.365088 -2.8599 0.379667 -2.85975 0.395377 -2.85959 0.409552 -2.85943 0.417807 -2.85928 0.407204 -2.85912 0.371129 -2.85896 0.325151 -2.8588 0.29182 -2.85865 0.275545 -2.85849 0.262986 -2.85833 0.247189 -2.85818 0.237307 -2.85802 0.24157 -2.85786 0.25107 -2.85771 0.249775 -2.85755 0.234585 -2.85739 0.216981 -2.85724 0.206514 -2.85708 0.201212 -2.85692 0.196378 -2.85677 0.193964 -2.85661 0.196052 -2.85645 0.194806 -2.8563 0.179214 -2.85614 0.153191 -2.85598 0.136567 -2.85583 0.143596 -2.85567 0.167323 -2.85551 0.191502 -2.85536 0.210522 -2.8552 0.228761 -2.85504 0.245285 -2.85488 0.253148 -2.85473 0.252677 -2.85457 0.255175 -2.85441 0.266773 -2.85426 0.280626 -2.8541 0.285989 -2.85394 0.281682 -2.85379 0.271431 -2.85363 0.257183 -2.85347 0.241382 -2.85332 0.230988 -2.85316 0.228679 -2.853 0.226382 -2.85285 0.214352 -2.85269 0.197397 -2.85253 0.190377 -2.85238 0.198922 -2.85222 0.213378 -2.85206 0.221857 -2.85191 0.222116 -2.85175 0.2181 -2.85159 0.214788 -2.85144 0.219135 -2.85128 0.2373 -2.85112 0.263031 -2.85096 0.27642 -2.85081 0.260969 -2.85065 0.221658 -2.85049 0.178926 -2.85034 0.14935 -2.85018 0.138869 -2.85002 0.148748 -2.84987 0.177436 -2.84971 0.213839 -2.84955 0.239217 -2.8494 0.242281 -2.84924 0.229567 -2.84908 0.216906 -2.84893 0.213541 -2.84877 0.215796 -2.84861 0.215762 -2.84846 0.211676 -2.8483 0.209587 -2.84814 0.213851 -2.84799 0.217412 -2.84783 0.205722 -2.84767 0.173675 -2.84752 0.137683 -2.84736 0.123577 -2.8472 0.142189 -2.84704 0.182546 -2.84689 0.2292 -2.84673 0.277391 -2.84657 0.326705 -2.84642 0.366728 -2.84626 0.379674 -2.8461 0.357675 -2.84595 0.312514 -2.84579 0.265774 -2.84563 0.233716 -2.84548 0.219467 -2.84532 0.21612 -2.84516 0.214605 -2.84501 0.211834 -2.84485 0.21324 -2.84469 0.227762 -2.84454 0.257301 -2.84438 0.29165 -2.84422 0.313327 -2.84407 0.312493 -2.84391 0.2972 -2.84375 0.286296 -2.8436 0.287844 -2.84344 0.289562 -2.84328 0.27606 -2.84312 0.250529 -2.84297 0.230834 -2.84281 0.223158 -2.84265 0.214876 -2.8425 0.197747 -2.84234 0.183517 -2.84218 0.188346 -2.84203 0.209931 -2.84187 0.23452 -2.84171 0.256659 -2.84156 0.279678 -2.8414 0.301101 -2.84124 0.315008 -2.84109 0.325886 -2.84093 0.343164 -2.84077 0.360978 -2.84062 0.35912 -2.84046 0.329652 -2.8403 0.290787 -2.84015 0.265596 -2.83999 0.260289 -2.83983 0.268288 -2.83968 0.285466 -2.83952 0.310213 -2.83936 0.336985 -2.8392 0.358992 -2.83905 0.374636 -2.83889 0.383832 -2.83873 0.384433 -2.83858 0.378483 -2.83842 0.376314 -2.83826 0.386612 -2.83811 0.406311 -2.83795 0.426551 -2.83779 0.442936 -2.83764 0.452773 -2.83748 0.449879 -2.83732 0.431455 -2.83717 0.406852 -2.83701 0.388793 -2.83685 0.378739 -2.8367 0.368248 -2.83654 0.352751 -2.83638 0.334801 -2.83623 0.316465 -2.83607 0.297577 -2.83591 0.282113 -2.83575 0.278909 -2.8356 0.292114 -2.83544 0.316607 -2.83528 0.343832 -2.83513 0.366428 -2.83497 0.380692 -2.83481 0.387068 -2.83466 0.391595 -2.8345 0.399612 -2.83434 0.407642 -2.83419 0.405207 -2.83403 0.385761 -2.83387 0.352743 -2.83372 0.318379 -2.83356 0.29748 -2.8334 0.299146 -2.83325 0.319105 -2.83309 0.342651 -2.83293 0.357865 -2.83278 0.362934 -2.83262 0.358318 -2.83246 0.339709 -2.83231 0.306735 -2.83215 0.272933 -2.83199 0.2559 -2.83183 0.259348 -2.83168 0.274882 -2.83152 0.294627 -2.83136 0.314666 -2.83121 0.326042 -2.83105 0.318312 -2.83089 0.294684 -2.83074 0.271897 -2.83058 0.262616 -2.83042 0.266286 -2.83027 0.279088 -2.83011 0.302216 -2.82995 0.335517 -2.8298 0.371384 -2.82964 0.401785 -2.82948 0.42467 -2.82933 0.439204 -2.82917 0.442861 -2.82901 0.435451 -2.82886 0.419706 -2.8287 0.395664 -2.82854 0.360283 -2.82839 0.318795 -2.82823 0.287965 -2.82807 0.280722 -2.82791 0.293693 -2.82776 0.312441 -2.8276 0.325768 -2.82744 0.32763 -2.82729 0.313278 -2.82713 0.283046 -2.82697 0.248179 -2.82682 0.224877 -2.82666 0.219279 -2.8265 0.219759 -2.82635 0.206733 -2.82619 0.173391 -2.82603 0.135694 -2.82588 0.121396 -2.82572 0.142021 -2.82556 0.180211 -2.82541 0.208969 -2.82525 0.218481 -2.82509 0.218186 -2.82494 0.216805 -2.82478 0.214285 -2.82462 0.211019 -2.82447 0.21215 -2.82431 0.217489 -2.82415 0.222037 -2.82399 0.228504 -2.82384 0.246736 -2.82368 0.275085 -2.82352 0.295159 -2.82337 0.293135 -2.82321 0.275938 -2.82305 0.257384 -2.8229 0.243034 -2.82274 0.235898 -2.82258 0.243004 -2.82243 0.262773 -2.82227 0.275944 -2.82211 0.265903 -2.82196 0.240513 -2.8218 0.220347 -2.82164 0.215997 -2.82149 0.228614 -2.82133 0.262264 -2.82117 0.314249 -2.82102 0.358038 -2.82086 0.362457 -2.8207 0.329803 -2.82055 0.296264 -2.82039 0.288915 -2.82023 0.300118 -2.82007 0.309004 -2.81992 0.310566 -2.81976 0.312169 -2.8196 0.315192 -2.81945 0.314581 -2.81929 0.308126 -2.81913 0.299225 -2.81898 0.290753 -2.81882 0.281422 -2.81866 0.269096 -2.81851 0.252601 -2.81835 0.23627 -2.81819 0.232678 -2.81804 0.251611 -2.81788 0.284591 -2.81772 0.307754 -2.81757 0.304386 -2.81741 0.282774 -2.81725 0.268236 -2.8171 0.281318 -2.81694 0.323053 -2.81678 0.372813 -2.81663 0.403381 -2.81647 0.403224 -2.81631 0.387724 -2.81615 0.381821 -2.816 0.39243 -2.81584 0.404955 -2.81568 0.407146 -2.81553 0.401868 -2.81537 0.395022 -2.81521 0.385099 -2.81506 0.369979 -2.8149 0.352358 -2.81474 0.332538 -2.81459 0.304414 -2.81443 0.26869 -2.81427 0.238632 -2.81412 0.225406 -2.81396 0.223887 -2.8138 0.222984 -2.81365 0.222581 -2.81349 0.228885 -2.81333 0.239263 -2.81318 0.245511 -2.81302 0.24946 -2.81286 0.262392 -2.8127 0.287771 -2.81255 0.31455 -2.81239 0.330938 -2.81223 0.337353 -2.81208 0.341097 -2.81192 0.34444 -2.81176 0.342248 -2.81161 0.33371 -2.81145 0.331776 -2.81129 0.356123 -2.81114 0.410638 -2.81098 0.469081 -2.81082 0.493503 -2.81067 0.470324 -2.81051 0.422062 -2.81035 0.379673 -2.8102 0.353543 -2.81004 0.337352 -2.80988 0.327539 -2.80973 0.324962 -2.80957 0.323516 -2.80941 0.313294 -2.80926 0.296676 -2.8091 0.287345 -2.80894 0.29079 -2.80878 0.295013 -2.80863 0.287374 -2.80847 0.270043 -2.80831 0.254657 -2.80816 0.246826 -2.808 0.241602 -2.80784 0.232581 -2.80769 0.220009 -2.80753 0.210836 -2.80737 0.210488 -2.80722 0.2168 -2.80706 0.223705 -2.8069 0.230112 -2.80675 0.239209 -2.80659 0.247858 -2.80643 0.244082 -2.80628 0.223039 -2.80612 0.198206 -2.80596 0.187128 -2.80581 0.190378 -2.80565 0.193774 -2.80549 0.188885 -2.80534 0.178343 -2.80518 0.165925 -2.80502 0.154594 -2.80486 0.154557 -2.80471 0.177863 -2.80455 0.21909 -2.80439 0.25539 -2.80424 0.271452 -2.80408 0.274742 -2.80392 0.277582 -2.80377 0.277698 -2.80361 0.269425 -2.80345 0.261662 -2.8033 0.27147 -2.80314 0.29909 -2.80298 0.323957 -2.80283 0.325836 -2.80267 0.30331 -2.80251 0.273378 -2.80236 0.258283 -2.8022 0.27077 -2.80204 0.304079 -2.80189 0.335923 -2.80173 0.348839 -2.80157 0.345306 -2.80142 0.33703 -2.80126 0.326631 -2.8011 0.308302 -2.80094 0.285487 -2.80079 0.271679 -2.80063 0.271597 -2.80047 0.274513 -2.80032 0.270574 -2.80016 0.264931 -2.8 0.265128 -2.79985 0.263816 -2.79969 0.247317 -2.79953 0.220291 -2.79938 0.208294 -2.79922 0.23154 -2.79906 0.280253 -2.79891 0.321692 -2.79875 0.330111 -2.79859 0.309813 -2.79844 0.28744 -2.79828 0.283154 -2.79812 0.290477 -2.79797 0.285759 -2.79781 0.258325 -2.79765 0.223567 -2.7975 0.206299 -2.79734 0.212633 -2.79718 0.226196 -2.79702 0.230789 -2.79687 0.226254 -2.79671 0.222234 -2.79655 0.223724 -2.7964 0.230387 -2.79624 0.244664 -2.79608 0.270357 -2.79593 0.300613 -2.79577 0.316202 -2.79561 0.303153 -2.79546 0.26826 -2.7953 0.232024 -2.79514 0.208128 -2.79499 0.194556 -2.79483 0.184431 -2.79467 0.180123 -2.79452 0.189395 -2.79436 0.210199 -2.7942 0.225588 -2.79405 0.217535 -2.79389 0.186024 -2.79373 0.152233 -2.79358 0.141526 -2.79342 0.161092 -2.79326 0.193642 -2.7931 0.214224 -2.79295 0.213697 -2.79279 0.206347 -2.79263 0.212788 -2.79248 0.238253 -2.79232 0.268184 -2.79216 0.284312 -2.79201 0.282283 -2.79185 0.270145 -2.79169 0.254648 -2.79154 0.23517 -2.79138 0.211047 -2.79122 0.18876 -2.79107 0.177364 -2.79091 0.178286 -2.79075 0.184601 -2.7906 0.189519 -2.79044 0.193336 -2.79028 0.200683 -2.79013 0.214607 -2.78997 0.233331 -2.78981 0.249904 -2.78965 0.255918 -2.7895 0.250111 -2.78934 0.244199 -2.78918 0.253039 -2.78903 0.276646 -2.78887 0.297676 -2.78871 0.302654 -2.78856 0.299876 -2.7884 0.307171 -2.78824 0.326531 -2.78809 0.340827 -2.78793 0.336148 -2.78777 0.31649 -2.78762 0.29234 -2.78746 0.265938 -2.7873 0.23365 -2.78715 0.196406 -2.78699 0.160681 -2.78683 0.133009 -2.78668 0.118957 -2.78652 0.12383 -2.78636 0.146078 -2.78621 0.173472 -2.78605 0.192399 -2.78589 0.201096 -2.78573 0.20954 -2.78558 0.225913 -2.78542 0.249283 -2.78526 0.273252 -2.78511 0.29243 -2.78495 0.304007 -2.78479 0.307954 -2.78464 0.304966 -2.78448 0.291901 -2.78432 0.265256 -2.78417 0.23145 -2.78401 0.209674 -2.78385 0.212334 -2.7837 0.229305 -2.78354 0.241242 -2.78338 0.24623 -2.78323 0.259561 -2.78307 0.286626 -2.78291 0.313873 -2.78276 0.332442 -2.7826 0.35287 -2.78244 0.383635 -2.78229 0.408979 -2.78213 0.405112 -2.78197 0.372386 -2.78181 0.33156 -2.78166 0.293405 -2.7815 0.250077 -2.78134 0.199075 -2.78119 0.157027 -2.78103 0.140796 -2.78087 0.148364 -2.78072 0.165701 -2.78056 0.185626 -2.7804 0.207552 -2.78025 0.227098 -2.78009 0.237719 -2.77993 0.239018 -2.77978 0.236353 -2.77962 0.232414 -2.77946 0.226365 -2.77931 0.218817 -2.77915 0.211165 -2.77899 0.199313 -2.77884 0.177096 -2.77868 0.145277 -2.77852 0.113956 -2.77837 0.0928417 -2.77821 0.0849654 -2.77805 0.0907026 -2.77789 0.111226 -2.77774 0.144161 -2.77758 0.17767 -2.77742 0.198751 -2.77727 0.206085 -2.77711 0.213563 -2.77695 0.234943 -2.7768 0.266938 -2.77664 0.287961 -2.77648 0.277664 -2.77633 0.238478 -2.77617 0.193499 -2.77601 0.164531 -2.77586 0.156288 -2.7757 0.163199 -2.77554 0.185223 -2.77539 0.224222 -2.77523 0.268101 -2.77507 0.290871 -2.77492 0.277664 -2.77476 0.24175 -2.7746 0.208385 -2.77445 0.185467 -2.77429 0.162366 -2.77413 0.133902 -2.77397 0.111114 -2.77382 0.105605 -2.77366 0.113377 -2.7735 0.12453 -2.77335 0.137931 -2.77319 0.155967 -2.77303 0.172362 -2.77288 0.178527 -2.77272 0.180931 -2.77256 0.195663 -2.77241 0.224629 -2.77225 0.250177 -2.77209 0.256951 -2.77194 0.247695 -2.77178 0.229883 -2.77162 0.201041 -2.77147 0.159454 -2.77131 0.119173 -2.77115 0.0984359 -2.771 0.0986723 -2.77084 0.108952 -2.77068 0.127473 -2.77053 0.161711 -2.77037 0.207947 -2.77021 0.247309 -2.77005 0.268529 -2.7699 0.279583 -2.76974 0.291459 -2.76958 0.302254 -2.76943 0.305003 -2.76927 0.299662 -2.76911 0.286059 -2.76896 0.258195 -2.7688 0.217704 -2.76864 0.184505 -2.76849 0.177686 -2.76833 0.190165 -2.76817 0.197604 -2.76802 0.191748 -2.76786 0.187975 -2.7677 0.197691 -2.76755 0.210553 -2.76739 0.212223 -2.76723 0.206262 -2.76708 0.205656 -2.76692 0.209689 -2.76676 0.204372 -2.7666 0.183018 -2.76645 0.155703 -2.76629 0.138221 -2.76613 0.139018 -2.76598 0.159896 -2.76582 0.200071 -2.76566 0.252096 -2.76551 0.299301 -2.76535 0.325518 -2.76519 0.327116 -2.76504 0.313321 -2.76488 0.294637 -2.76472 0.27557 -2.76457 0.257022 -2.76441 0.23891 -2.76425 0.218664 -2.7641 0.192628 -2.76394 0.164865 -2.76378 0.151409 -2.76363 0.167245 -2.76347 0.209641 -2.76331 0.25949 -2.76316 0.298791 -2.763 0.322592 -2.76284 0.333395 -2.76268 0.333641 -2.76253 0.327365 -2.76237 0.321951 -2.76221 0.32188 -2.76206 0.323909 -2.7619 0.324226 -2.76174 0.326059 -2.76159 0.334119 -2.76143 0.345958 -2.76127 0.353921 -2.76112 0.356737 -2.76096 0.359836 -2.7608 0.362955 -2.76065 0.355069 -2.76049 0.32729 -2.76033 0.286635 -2.76018 0.252112 -2.76002 0.23728 -2.75986 0.236766 -2.75971 0.233858 -2.75955 0.220525 -2.75939 0.209285 -2.75924 0.21757 -2.75908 0.242667 -2.75892 0.26084 -2.75876 0.255594 -2.75861 0.237013 -2.75845 0.227458 -2.75829 0.232945 -2.75814 0.241805 -2.75798 0.247905 -2.75782 0.259212 -2.75767 0.279304 -2.75751 0.296652 -2.75735 0.300682 -2.7572 0.299068 -2.75704 0.30775 -2.75688 0.328114 -2.75673 0.346028 -2.75657 0.351624 -2.75641 0.351185 -2.75626 0.354569 -2.7561 0.36013 -2.75594 0.358515 -2.75579 0.349259 -2.75563 0.344744 -2.75547 0.355715 -2.75532 0.377371 -2.75516 0.393761 -2.755 0.396781 -2.75484 0.392751 -2.75469 0.39118 -2.75453 0.392325 -2.75437 0.388133 -2.75422 0.371322 -2.75406 0.337613 -2.7539 0.286162 -2.75375 0.225893 -2.75359 0.179267 -2.75343 0.168607 -2.75328 0.193599 -2.75312 0.227376 -2.75296 0.241278 -2.75281 0.231823 -2.75265 0.220568 -2.75249 0.229273 -2.75234 0.256714 -2.75218 0.282693 -2.75202 0.290085 -2.75187 0.284606 -2.75171 0.286525 -2.75155 0.305194 -2.7514 0.327459 -2.75124 0.334742 -2.75108 0.326235 -2.75092 0.3165 -2.75077 0.316329 -2.75061 0.325089 -2.75045 0.338257 -2.7503 0.352269 -2.75014 0.359562 -2.74998 0.352694 -2.74983 0.337284 -2.74967 0.331724 -2.74951 0.345508 -2.74936 0.363916 -2.7492 0.36324 -2.74904 0.339047 -2.74889 0.311463 -2.74873 0.303319 -2.74857 0.315743 -2.74842 0.330389 -2.74826 0.332977 -2.7481 0.331778 -2.74795 0.344831 -2.74779 0.369859 -2.74763 0.380085 -2.74748 0.358217 -2.74732 0.323879 -2.74716 0.311557 -2.747 0.327873 -2.74685 0.35028 -2.74669 0.365557 -2.74653 0.383984 -2.74638 0.409726 -2.74622 0.419865 -2.74606 0.391609 -2.74591 0.335596 -2.74575 0.282444 -2.74559 0.248236 -2.74544 0.226616 -2.74528 0.209165 -2.74512 0.195043 -2.74497 0.185564 -2.74481 0.184592 -2.74465 0.202295 -2.7445 0.241417 -2.74434 0.282418 -2.74418 0.298382 -2.74403 0.284173 -2.74387 0.259872 -2.74371 0.243049 -2.74356 0.231979 -2.7434 0.222057 -2.74324 0.219433 -2.74308 0.233573 -2.74293 0.261843 -2.74277 0.291886 -2.74261 0.31093 -2.74246 0.311128 -2.7423 0.290876 -2.74214 0.257951 -2.74199 0.225119 -2.74183 0.200396 -2.74167 0.183605 -2.74152 0.173422 -2.74136 0.1721 -2.7412 0.181194 -2.74105 0.199607 -2.74089 0.225432 -2.74073 0.257284 -2.74058 0.291644 -2.74042 0.320653 -2.74026 0.338795 -2.74011 0.344268 -2.73995 0.339107 -2.73979 0.327564 -2.73963 0.31472 -2.73948 0.30112 -2.73932 0.280733 -2.73916 0.252015 -2.73901 0.225653 -2.73885 0.217628 -2.73869 0.227656 -2.73854 0.239114 -2.73838 0.238191 -2.73822 0.228968 -2.73807 0.219027 -2.73791 0.210148 -2.73775 0.202086 -2.7376 0.203183 -2.73744 0.223517 -2.73728 0.259691 -2.73713 0.291375 -2.73697 0.301008 -2.73681 0.285117 -2.73666 0.25682 -2.7365 0.23094 -2.73634 0.215348 -2.73619 0.208501 -2.73603 0.20712 -2.73587 0.211968 -2.73571 0.226833 -2.73556 0.249462 -2.7354 0.271825 -2.73524 0.285327 -2.73509 0.288371 -2.73493 0.290666 -2.73477 0.308402 -2.73462 0.349068 -2.73446 0.397109 -2.7343 0.420519 -2.73415 0.401526 -2.73399 0.358327 -2.73383 0.326855 -2.73368 0.32321 -2.73352 0.331259 -2.73336 0.325863 -2.73321 0.297308 -2.73305 0.254597 -2.73289 0.214842 -2.73274 0.193261 -2.73258 0.192365 -2.73242 0.200437 -2.73227 0.205134 -2.73211 0.210134 -2.73195 0.228214 -2.73179 0.258037 -2.73164 0.281915 -2.73148 0.289667 -2.73132 0.292785 -2.73117 0.305164 -2.73101 0.322846 -2.73085 0.328866 -2.7307 0.313533 -2.73054 0.282141 -2.73038 0.251252 -2.73023 0.242614 -2.73007 0.268226 -2.72991 0.316538 -2.72976 0.358478 -2.7296 0.375896 -2.72944 0.375254 -2.72929 0.367576 -2.72913 0.349841 -2.72897 0.319561 -2.72882 0.296113 -2.72866 0.304708 -2.7285 0.340534 -2.72835 0.367404 -2.72819 0.357436 -2.72803 0.319299 -2.72787 0.282281 -2.72772 0.262247 -2.72756 0.25056 -2.7274 0.230461 -2.72725 0.197808 -2.72709 0.165129 -2.72693 0.149083 -2.72678 0.155163 -2.72662 0.174377 -2.72646 0.19679 -2.72631 0.221977 -2.72615 0.25251 -2.72599 0.283085 -2.72584 0.303919 -2.72568 0.314074 -2.72552 0.323409 -2.72537 0.339655 -2.72521 0.359907 -2.72505 0.375306 -2.7249 0.379769 -2.72474 0.373648 -2.72458 0.363829 -2.72443 0.361489 -2.72427 0.374171 -2.72411 0.396828 -2.72395 0.41289 -2.7238 0.407307 -2.72364 0.379556 -2.72348 0.343556 -2.72333 0.315383 -2.72317 0.299696 -2.72301 0.288204 -2.72286 0.271026 -2.7227 0.247739 -2.72254 0.22619 -2.72239 0.212217 -2.72223 0.206881 -2.72207 0.210124 -2.72192 0.219192 -2.72176 0.223951 -2.7216 0.213413 -2.72145 0.189238 -2.72129 0.16496 -2.72113 0.149082 -2.72098 0.140493 -2.72082 0.142289 -2.72066 0.164432 -2.72051 0.20334 -2.72035 0.233591 -2.72019 0.236546 -2.72003 0.227128 -2.71988 0.234478 -2.71972 0.264874 -2.71956 0.300831 -2.71941 0.331603 -2.71925 0.361534 -2.71909 0.388973 -2.71894 0.399808 -2.71878 0.391233 -2.71862 0.38166 -2.71847 0.385181 -2.71831 0.392562 -2.71815 0.387663 -2.718 0.373737 -2.71784 0.367348 -2.71768 0.372982 -2.71753 0.3793 -2.71737 0.377416 -2.71721 0.370353 -2.71706 0.362284 -2.7169 0.348519 -2.71674 0.321299 -2.71658 0.282159 -2.71643 0.243169 -2.71627 0.216804 -2.71611 0.206307 -2.71596 0.20624 -2.7158 0.213655 -2.71564 0.231533 -2.71549 0.259452 -2.71533 0.284533 -2.71517 0.289806 -2.71502 0.272277 -2.71486 0.244944 -2.7147 0.220898 -2.71455 0.2037 -2.71439 0.193039 -2.71423 0.1905 -2.71408 0.195838 -2.71392 0.202303 -2.71376 0.203544 -2.71361 0.198996 -2.71345 0.190381 -2.71329 0.177618 -2.71314 0.165147 -2.71298 0.163717 -2.71282 0.18137 -2.71266 0.213495 -2.71251 0.246317 -2.71235 0.267827 -2.71219 0.273044 -2.71204 0.264883 -2.71188 0.255017 -2.71172 0.258146 -2.71157 0.279323 -2.71141 0.307067 -2.71125 0.325198 -2.7111 0.328924 -2.71094 0.324693 -2.71078 0.31857 -2.71063 0.311828 -2.71047 0.305671 -2.71031 0.303005 -2.71016 0.303637 -2.71 0.302906 -2.70984 0.298011 -2.70969 0.289997 -2.70953 0.281418 -2.70937 0.274564 -2.70922 0.274013 -2.70906 0.285282 -2.7089 0.307001 -2.70874 0.328578 -2.70859 0.337704 -2.70843 0.332671 -2.70827 0.323061 -2.70812 0.318191 -2.70796 0.317013 -2.7078 0.311779 -2.70765 0.298933 -2.70749 0.283293 -2.70733 0.268792 -2.70718 0.25183 -2.70702 0.22872 -2.70686 0.207268 -2.70671 0.203003 -2.70655 0.221842 -2.70639 0.250754 -2.70624 0.270837 -2.70608 0.274593 -2.70592 0.268427 -2.70577 0.260514 -2.70561 0.253326 -2.70545 0.246582 -2.7053 0.243365 -2.70514 0.248234 -2.70498 0.260122 -2.70482 0.268987 -2.70467 0.263684 -2.70451 0.243806 -2.70435 0.221297 -2.7042 0.208819 -2.70404 0.2091 -2.70388 0.217624 -2.70373 0.230637 -2.70357 0.243875 -2.70341 0.248138 -2.70326 0.236365 -2.7031 0.214173 -2.70294 0.19413 -2.70279 0.17906 -2.70263 0.160064 -2.70247 0.134949 -2.70232 0.115801 -2.70216 0.111603 -2.702 0.113486 -2.70185 0.106907 -2.70169 0.0930271 -2.70153 0.0864398 -2.70138 0.0934042 -2.70122 0.106558 -2.70106 0.118364 -2.7009 0.131365 -2.70075 0.149452 -2.70059 0.168646 -2.70043 0.181998 -2.70028 0.187603 -2.70012 0.188752 -2.69996 0.187936 -2.69981 0.185472 -2.69965 0.180939 -2.69949 0.17408 -2.69934 0.166004 -2.69918 0.162434 -2.69902 0.171962 -2.69887 0.198601 -2.69871 0.236394 -2.69855 0.274752 -2.6984 0.307645 -2.69824 0.334854 -2.69808 0.354991 -2.69793 0.363069 -2.69777 0.357317 -2.69761 0.344399 -2.69746 0.333684 -2.6973 0.327604 -2.69714 0.322091 -2.69698 0.316314 -2.69683 0.313838 -2.69667 0.314401 -2.69651 0.312108 -2.69636 0.305736 -2.6962 0.303584 -2.69604 0.311013 -2.69589 0.317861 -2.69573 0.308907 -2.69557 0.284203 -2.69542 0.259013 -2.69526 0.244714 -2.6951 0.239217 -2.69495 0.238106 -2.69479 0.242658 -2.69463 0.25191 -2.69448 0.258998 -2.69432 0.263011 -2.69416 0.274283 -2.69401 0.297791 -2.69385 0.317483 -2.69369 0.310436 -2.69353 0.273992 -2.69338 0.228721 -2.69322 0.194239 -2.69306 0.172972 -2.69291 0.158919 -2.69275 0.152732 -2.69259 0.163163 -2.69244 0.196039 -2.69228 0.246766 -2.69212 0.300827 -2.69197 0.340805 -2.69181 0.35666 -2.69165 0.352919 -2.6915 0.347346 -2.69134 0.359083 -2.69118 0.395336 -2.69103 0.445236 -2.69087 0.486994 -2.69071 0.503636 -2.69056 0.494433 -2.6904 0.470008 -2.69024 0.437816 -2.69009 0.399509 -2.68993 0.358919 -2.68977 0.324345 -2.68961 0.298539 -2.68946 0.274883 -2.6893 0.249693 -2.68914 0.231224 -2.68899 0.226656 -2.68883 0.227811 -2.68867 0.221089 -2.68852 0.206773 -2.68836 0.197028 -2.6882 0.196527 -2.68805 0.197733 -2.68789 0.196151 -2.68773 0.196979 -2.68758 0.202655 -2.68742 0.206197 -2.68726 0.202507 -2.68711 0.197914 -2.68695 0.200298 -2.68679 0.206775 -2.68664 0.20885 -2.68648 0.204409 -2.68632 0.19917 -2.68617 0.197919 -2.68601 0.201739 -2.68585 0.211859 -2.68569 0.228494 -2.68554 0.247271 -2.68538 0.261704 -2.68522 0.267805 -2.68507 0.265396 -2.68491 0.254308 -2.68475 0.233746 -2.6846 0.206986 -2.68444 0.182319 -2.68428 0.166858 -2.68413 0.160324 -2.68397 0.156012 -2.68381 0.148795 -2.68366 0.140879 -2.6835 0.137762 -2.68334 0.139737 -2.68319 0.141324 -2.68303 0.14141 -2.68287 0.147531 -2.68272 0.165922 -2.68256 0.1914 -2.6824 0.213808 -2.68225 0.228439 -2.68209 0.233066 -2.68193 0.220863 -2.68177 0.190493 -2.68162 0.161991 -2.68146 0.164537 -2.6813 0.202644 -2.68115 0.247966 -2.68099 0.275183 -2.68083 0.288322 -2.68068 0.302334 -2.68052 0.311352 -2.68036 0.298733 -2.68021 0.269411 -2.68005 0.250037 -2.67989 0.2536 -2.67974 0.266655 -2.67958 0.274635 -2.67942 0.282089 -2.67927 0.294221 -2.67911 0.299117 -2.67895 0.283629 -2.6788 0.260393 -2.67864 0.258871 -2.67848 0.289073 -2.67833 0.327836 -2.67817 0.347032 -2.67801 0.340756 -2.67785 0.321516 -2.6777 0.301459 -2.67754 0.283104 -2.67738 0.268781 -2.67723 0.265975 -2.67707 0.280721 -2.67691 0.310678 -2.67676 0.345254 -2.6766 0.373919 -2.67644 0.391217 -2.67629 0.395565 -2.67613 0.387131 -2.67597 0.36847 -2.67582 0.34504 -2.67566 0.322103 -2.6755 0.299331 -2.67535 0.274647 -2.67519 0.251078 -2.67503 0.23572 -2.67488 0.2315 -2.67472 0.234011 -2.67456 0.241094 -2.67441 0.25852 -2.67425 0.2896 -2.67409 0.322537 -2.67393 0.334672 -2.67378 0.312032 -2.67362 0.261454 -2.67346 0.206113 -2.67331 0.172117 -2.67315 0.173384 -2.67299 0.199814 -2.67284 0.221769 -2.67268 0.215105 -2.67252 0.18575 -2.67237 0.163101 -2.67221 0.167793 -2.67205 0.193348 -2.6719 0.222382 -2.67174 0.248238 -2.67158 0.274291 -2.67143 0.29893 -2.67127 0.314215 -2.67111 0.316548 -2.67096 0.310052 -2.6708 0.299094 -2.67064 0.285778 -2.67048 0.275218 -2.67033 0.276253 -2.67017 0.292432 -2.67001 0.316946 -2.66986 0.338394 -2.6697 0.349106 -2.66954 0.348486 -2.66939 0.340711 -2.66923 0.333008 -2.66907 0.332992 -2.66892 0.346185 -2.66876 0.375529 -2.6686 0.418301 -2.66845 0.461353 -2.66829 0.485597 -2.66813 0.482126 -2.66798 0.46292 -2.66782 0.44744 -2.66766 0.439302 -2.66751 0.423619 -2.66735 0.389227 -2.66719 0.342865 -2.66704 0.300088 -2.66688 0.269843 -2.66672 0.254578 -2.66656 0.258106 -2.66641 0.280559 -2.66625 0.30917 -2.66609 0.323866 -2.66594 0.316951 -2.66578 0.301865 -2.66562 0.298731 -2.66547 0.312767 -2.66531 0.331249 -2.66515 0.339095 -2.665 0.333435 -2.66484 0.321564 -2.66468 0.307821 -2.66453 0.289218 -2.66437 0.265215 -2.66421 0.246053 -2.66406 0.245174 -2.6639 0.26512 -2.66374 0.294421 -2.66359 0.318688 -2.66343 0.331346 -2.66327 0.331898 -2.66312 0.322294 -2.66296 0.305796 -2.6628 0.288135 -2.66264 0.277171 -2.66249 0.279318 -2.66233 0.293288 -2.66217 0.305261 -2.66202 0.297717 -2.66186 0.270269 -2.6617 0.24569 -2.66155 0.246626 -2.66139 0.266681 -2.66123 0.279579 -2.66108 0.276998 -2.66092 0.281541 -2.66076 0.315563 -2.66061 0.369109 -2.66045 0.411825 -2.66029 0.425185 -2.66014 0.412933 -2.65998 0.386186 -2.65982 0.354876 -2.65967 0.330598 -2.65951 0.322416 -2.65935 0.324981 -2.6592 0.322106 -2.65904 0.306813 -2.65888 0.287259 -2.65872 0.271559 -2.65857 0.255357 -2.65841 0.231608 -2.65825 0.207594 -2.6581 0.20125 -2.65794 0.218865 -2.65778 0.244803 -2.65763 0.259858 -2.65747 0.262648 -2.65731 0.267819 -2.65716 0.282022 -2.657 0.295332 -2.65684 0.297344 -2.65669 0.295035 -2.65653 0.302441 -2.65637 0.317794 -2.65622 0.32476 -2.65606 0.314358 -2.6559 0.296086 -2.65575 0.281408 -2.65559 0.269555 -2.65543 0.25824 -2.65528 0.253333 -2.65512 0.261561 -2.65496 0.280395 -2.6548 0.301442 -2.65465 0.319071 -2.65449 0.325959 -2.65433 0.312104 -2.65418 0.279155 -2.65402 0.247425 -2.65386 0.233816 -2.65371 0.230852 -2.65355 0.218432 -2.65339 0.195232 -2.65324 0.178918 -2.65308 0.178994 -2.65292 0.186647 -2.65277 0.192089 -2.65261 0.198313 -2.65245 0.209716 -2.6523 0.223311 -2.65214 0.23479 -2.65198 0.244824 -2.65183 0.252463 -2.65167 0.251991 -2.65151 0.241314 -2.65136 0.226124 -2.6512 0.211405 -2.65104 0.197497 -2.65088 0.188965 -2.65073 0.196691 -2.65057 0.221114 -2.65041 0.24254 -2.65026 0.237687 -2.6501 0.204343 -2.64994 0.162921 -2.64979 0.134453 -2.64963 0.125281 -2.64947 0.129892 -2.64932 0.144406 -2.64916 0.171072 -2.649 0.212694 -2.64885 0.260358 -2.64869 0.294862 -2.64853 0.303684 -2.64838 0.296994 -2.64822 0.299291 -2.64806 0.323733 -2.64791 0.362135 -2.64775 0.398512 -2.64759 0.421155 -2.64743 0.420195 -2.64728 0.388137 -2.64712 0.333071 -2.64696 0.282897 -2.64681 0.262674 -2.64665 0.269411 -2.64649 0.279127 -2.64634 0.275203 -2.64618 0.261612 -2.64602 0.249914 -2.64587 0.245451 -2.64571 0.249306 -2.64555 0.264094 -2.6454 0.289568 -2.64524 0.316355 -2.64508 0.33038 -2.64493 0.325011 -2.64477 0.305778 -2.64461 0.283303 -2.64446 0.263581 -2.6443 0.247424 -2.64414 0.235433 -2.64399 0.229286 -2.64383 0.228846 -2.64367 0.231208 -2.64351 0.236054 -2.64336 0.245392 -2.6432 0.255638 -2.64304 0.256817 -2.64289 0.245588 -2.64273 0.233513 -2.64257 0.235534 -2.64242 0.253017 -2.64226 0.276664 -2.6421 0.30126 -2.64195 0.326285 -2.64179 0.345074 -2.64163 0.347516 -2.64148 0.33554 -2.64132 0.324267 -2.64116 0.321764 -2.64101 0.319596 -2.64085 0.307124 -2.64069 0.286792 -2.64054 0.267157 -2.64038 0.250636 -2.64022 0.234337 -2.64007 0.216499 -2.63991 0.196428 -2.63975 0.17637 -2.63959 0.168516 -2.63944 0.18854 -2.63928 0.233191 -2.63912 0.273937 -2.63897 0.286538 -2.63881 0.279072 -2.63865 0.278969 -2.6385 0.296419 -2.63834 0.31538 -2.63818 0.317107 -2.63803 0.299541 -2.63787 0.27332 -2.63771 0.251324 -2.63756 0.247159 -2.6374 0.268555 -2.63724 0.306174 -2.63709 0.336089 -2.63693 0.341898 -2.63677 0.331616 -2.63662 0.325752 -2.63646 0.331047 -2.6363 0.334203 -2.63615 0.320394 -2.63599 0.29095 -2.63583 0.259806 -2.63567 0.235688 -2.63552 0.216184 -2.63536 0.197939 -2.6352 0.185362 -2.63505 0.185237 -2.63489 0.19662 -2.63473 0.214178 -2.63458 0.235769 -2.63442 0.259602 -2.63426 0.277921 -2.63411 0.283324 -2.63395 0.282839 -2.63379 0.29323 -2.63364 0.318023 -2.63348 0.338765 -2.63332 0.336137 -2.63317 0.311233 -2.63301 0.282476 -2.63285 0.267281 -2.6327 0.270244 -2.63254 0.28279 -2.63238 0.288239 -2.63223 0.273763 -2.63207 0.243255 -2.63191 0.213046 -2.63175 0.193823 -2.6316 0.182685 -2.63144 0.175808 -2.63128 0.176579 -2.63113 0.18385 -2.63097 0.185704 -2.63081 0.176372 -2.63066 0.170293 -2.6305 0.186135 -2.63034 0.223021 -2.63019 0.263815 -2.63003 0.294289 -2.62987 0.308113 -2.62972 0.300208 -2.62956 0.273519 -2.6294 0.246672 -2.62925 0.24119 -2.62909 0.257698 -2.62893 0.27809 -2.62878 0.289558 -2.62862 0.294251 -2.62846 0.298334 -2.62831 0.304778 -2.62815 0.320574 -2.62799 0.3543 -2.62783 0.401573 -2.62768 0.441934 -2.62752 0.457284 -2.62736 0.447554 -2.62721 0.426079 -2.62705 0.404963 -2.62689 0.387171 -2.62674 0.367148 -2.62658 0.340692 -2.62642 0.317215 -2.62627 0.316576 -2.62611 0.345199 -2.62595 0.379457 -2.6258 0.38616 -2.62564 0.357524 -2.62548 0.315055 -2.62533 0.283171 -2.62517 0.271434 -2.62501 0.280385 -2.62486 0.305918 -2.6247 0.333844 -2.62454 0.34638 -2.62439 0.339553 -2.62423 0.324215 -2.62407 0.307727 -2.62391 0.287301 -2.62376 0.266146 -2.6236 0.257465 -2.62344 0.267243 -2.62329 0.283392 -2.62313 0.28981 -2.62297 0.282442 -2.62282 0.265915 -2.62266 0.247618 -2.6225 0.241414 -2.62235 0.261612 -2.62219 0.304446 -2.62203 0.345224 -2.62188 0.363813 -2.62172 0.362207 -2.62156 0.350015 -2.62141 0.327664 -2.62125 0.296932 -2.62109 0.271052 -2.62094 0.261365 -2.62078 0.262233 -2.62062 0.265522 -2.62046 0.278858 -2.62031 0.312288 -2.62015 0.35174 -2.61999 0.367937 -2.61984 0.351047 -2.61968 0.318093 -2.61952 0.287652 -2.61937 0.261244 -2.61921 0.234401 -2.61905 0.210462 -2.6189 0.195716 -2.61874 0.189331 -2.61858 0.184984 -2.61843 0.177536 -2.61827 0.167904 -2.61811 0.162259 -2.61796 0.167984 -2.6178 0.181659 -2.61764 0.187706 -2.61749 0.176992 -2.61733 0.160692 -2.61717 0.155186 -2.61702 0.158931 -2.61686 0.158932 -2.6167 0.156354 -2.61654 0.166383 -2.61639 0.189952 -2.61623 0.207764 -2.61607 0.208134 -2.61592 0.204143 -2.61576 0.211191 -2.6156 0.223589 -2.61545 0.227425 -2.61529 0.224569 -2.61513 0.225317 -2.61498 0.225894 -2.61482 0.214401 -2.61466 0.194361 -2.61451 0.184166 -2.61435 0.188973 -2.61419 0.193939 -2.61404 0.188775 -2.61388 0.182624 -2.61372 0.186442 -2.61357 0.194914 -2.61341 0.202564 -2.61325 0.220822 -2.6131 0.263279 -2.61294 0.31856 -2.61278 0.356151 -2.61262 0.361353 -2.61247 0.347737 -2.61231 0.333898 -2.61215 0.322526 -2.612 0.308733 -2.61184 0.293175 -2.61168 0.277098 -2.61153 0.256933 -2.61137 0.235531 -2.61121 0.23177 -2.61106 0.259649 -2.6109 0.304098 -2.61074 0.332609 -2.61059 0.332504 -2.61043 0.322581 -2.61027 0.324094 -2.61012 0.335516 -2.60996 0.341639 -2.6098 0.337653 -2.60965 0.331561 -2.60949 0.331804 -2.60933 0.33899 -2.60918 0.348745 -2.60902 0.354666 -2.60886 0.352354 -2.6087 0.344356 -2.60855 0.338468 -2.60839 0.334779 -2.60823 0.321887 -2.60808 0.293684 -2.60792 0.263452 -2.60776 0.25206 -2.60761 0.262467 -2.60745 0.276183 -2.60729 0.274925 -2.60714 0.258291 -2.60698 0.238165 -2.60682 0.220249 -2.60667 0.202693 -2.60651 0.185462 -2.60635 0.177056 -2.6062 0.185789 -2.60604 0.209677 -2.60588 0.235915 -2.60573 0.253795 -2.60557 0.264199 -2.60541 0.274198 -2.60526 0.286249 -2.6051 0.295914 -2.60494 0.297163 -2.60478 0.288686 -2.60463 0.272962 -2.60447 0.255654 -2.60431 0.24709 -2.60416 0.255746 -2.604 0.279822 -2.60384 0.306832 -2.60369 0.325031 -2.60353 0.330486 -2.60337 0.325468 -2.60322 0.315077 -2.60306 0.309215 -2.6029 0.31701 -2.60275 0.335558 -2.60259 0.348345 -2.60243 0.344936 -2.60228 0.334229 -2.60212 0.3327 -2.60196 0.343655 -2.60181 0.353841 -2.60165 0.352386 -2.60149 0.339604 -2.60134 0.321512 -2.60118 0.303502 -2.60102 0.290639 -2.60086 0.286583 -2.60071 0.289204 -2.60055 0.288864 -2.60039 0.276812 -2.60024 0.252349 -2.60008 0.220001 -2.59992 0.185979 -2.59977 0.157262 -2.59961 0.141451 -2.59945 0.143648 -2.5993 0.161899 -2.59914 0.188591 -2.59898 0.214058 -2.59883 0.23252 -2.59867 0.240827 -2.59851 0.236071 -2.59836 0.218465 -2.5982 0.196197 -2.59804 0.183737 -2.59789 0.193042 -2.59773 0.221169 -2.59757 0.252011 -2.59741 0.272365 -2.59726 0.280633 -2.5971 0.281357 -2.59694 0.275767 -2.59679 0.262473 -2.59663 0.244783 -2.59647 0.229833 -2.59632 0.221229 -2.59616 0.215829 -2.596 0.205561 -2.59585 0.185868 -2.59569 0.162401 -2.59553 0.150688 -2.59538 0.161574 -2.59522 0.187834 -2.59506 0.210736 -2.59491 0.221849 -2.59475 0.228873 -2.59459 0.240372 -2.59444 0.252329 -2.59428 0.260438 -2.59412 0.271193 -2.59397 0.29131 -2.59381 0.314822 -2.59365 0.331094 -2.59349 0.345672 -2.59334 0.374161 -2.59318 0.418354 -2.59302 0.458577 -2.59287 0.477078 -2.59271 0.473983 -2.59255 0.458017 -2.5924 0.432464 -2.59224 0.399207 -2.59208 0.367715 -2.59193 0.348347 -2.59177 0.336762 -2.59161 0.314717 -2.59146 0.273231 -2.5913 0.224984 -2.59114 0.193171 -2.59099 0.187926 -2.59083 0.201513 -2.59067 0.222038 -2.59052 0.247045 -2.59036 0.275534 -2.5902 0.294717 -2.59005 0.289849 -2.58989 0.266841 -2.58973 0.251896 -2.58957 0.265168 -2.58942 0.299645 -2.58926 0.335859 -2.5891 0.364053 -2.58895 0.385461 -2.58879 0.397865 -2.58863 0.396841 -2.58848 0.38411 -2.58832 0.367965 -2.58816 0.350899 -2.58801 0.329042 -2.58785 0.302409 -2.58769 0.276176 -2.58754 0.254993 -2.58738 0.241389 -2.58722 0.24078 -2.58707 0.256506 -2.58691 0.280784 -2.58675 0.301193 -2.5866 0.315322 -2.58644 0.332025 -2.58628 0.354119 -2.58613 0.370926 -2.58597 0.371943 -2.58581 0.360078 -2.58565 0.344777 -2.5855 0.330162 -2.58534 0.318335 -2.58518 0.315315 -2.58503 0.328544 -2.58487 0.357203 -2.58471 0.390897 -2.58456 0.418963 -2.5844 0.437596 -2.58424 0.449431 -2.58409 0.457699 -2.58393 0.458982 -2.58377 0.446767 -2.58362 0.42212 -2.58346 0.398686 -2.5833 0.389508 -2.58315 0.388681 -2.58299 0.375737 -2.58283 0.338602 -2.58268 0.286807 -2.58252 0.239699 -2.58236 0.208388 -2.58221 0.190836 -2.58205 0.178191 -2.58189 0.164343 -2.58173 0.150366 -2.58158 0.143013 -2.58142 0.142002 -2.58126 0.1385 -2.58111 0.128814 -2.58095 0.125265 -2.58079 0.141572 -2.58064 0.168377 -2.58048 0.184256 -2.58032 0.18892 -2.58017 0.205637 -2.58001 0.243031 -2.57985 0.274158 -2.5797 0.272211 -2.57954 0.250699 -2.57938 0.244763 -2.57923 0.263707 -2.57907 0.285101 -2.57891 0.294905 -2.57876 0.306419 -2.5786 0.331814 -2.57844 0.35457 -2.57829 0.348861 -2.57813 0.315123 -2.57797 0.280402 -2.57781 0.265304 -2.57766 0.262039 -2.5775 0.250149 -2.57734 0.2254 -2.57719 0.206486 -2.57703 0.214161 -2.57687 0.249163 -2.57672 0.29307 -2.57656 0.32738 -2.5764 0.346873 -2.57625 0.353939 -2.57609 0.35329 -2.57593 0.350007 -2.57578 0.351659 -2.57562 0.360236 -2.57546 0.366199 -2.57531 0.355671 -2.57515 0.324659 -2.57499 0.28286 -2.57484 0.246127 -2.57468 0.228634 -2.57452 0.238622 -2.57436 0.272189 -2.57421 0.31094 -2.57405 0.33529 -2.57389 0.341198 -2.57374 0.337714 -2.57358 0.330174 -2.57342 0.312548 -2.57327 0.281468 -2.57311 0.247991 -2.57295 0.228362 -2.5728 0.228382 -2.57264 0.242806 -2.57248 0.265248 -2.57233 0.291334 -2.57217 0.314608 -2.57201 0.328904 -2.57186 0.335897 -2.5717 0.343723 -2.57154 0.35392 -2.57139 0.356147 -2.57123 0.337173 -2.57107 0.294689 -2.57092 0.241526 -2.57076 0.199392 -2.5706 0.186536 -2.57044 0.204246 -2.57029 0.233276 -2.57013 0.248287 -2.56997 0.242442 -2.56982 0.230558 -2.56966 0.225549 -2.5695 0.220934 -2.56935 0.20522 -2.56919 0.1857 -2.56903 0.182501 -2.56888 0.198589 -2.56872 0.212779 -2.56856 0.207868 -2.56841 0.19266 -2.56825 0.186213 -2.56809 0.191206 -2.56794 0.195898 -2.56778 0.195676 -2.56762 0.200014 -2.56747 0.217702 -2.56731 0.246604 -2.56715 0.274575 -2.567 0.284573 -2.56684 0.263611 -2.56668 0.218165 -2.56652 0.177749 -2.56637 0.168853 -2.56621 0.184972 -2.56605 0.193894 -2.5659 0.17614 -2.56574 0.143331 -2.56558 0.116441 -2.56543 0.101039 -2.56527 0.0912146 -2.56511 0.0856509 -2.56496 0.0875318 -2.5648 0.0966191 -2.56464 0.112585 -2.56449 0.14095 -2.56433 0.18554 -2.56417 0.23734 -2.56402 0.278319 -2.56386 0.296607 -2.5637 0.293143 -2.56355 0.276272 -2.56339 0.255079 -2.56323 0.235264 -2.56308 0.218156 -2.56292 0.203634 -2.56276 0.195534 -2.5626 0.199246 -2.56245 0.209797 -2.56229 0.211673 -2.56213 0.197914 -2.56198 0.181457 -2.56182 0.181431 -2.56166 0.201647 -2.56151 0.231188 -2.56135 0.259405 -2.56119 0.282308 -2.56104 0.296353 -2.56088 0.300917 -2.56072 0.305455 -2.56057 0.322223 -2.56041 0.34784 -2.56025 0.363024 -2.5601 0.355666 -2.55994 0.335384 -2.55978 0.321005 -2.55963 0.32013 -2.55947 0.325408 -2.55931 0.32535 -2.55916 0.312179 -2.559 0.284056 -2.55884 0.247852 -2.55868 0.217252 -2.55853 0.201366 -2.55837 0.198382 -2.55821 0.204512 -2.55806 0.225724 -2.5579 0.269213 -2.55774 0.324102 -2.55759 0.361062 -2.55743 0.358688 -2.55727 0.324483 -2.55712 0.283523 -2.55696 0.253173 -2.5568 0.237085 -2.55665 0.236059 -2.55649 0.249093 -2.55633 0.261585 -2.55618 0.252918 -2.55602 0.22312 -2.55586 0.201261 -2.55571 0.211817 -2.55555 0.243187 -2.55539 0.263092 -2.55524 0.260249 -2.55508 0.25268 -2.55492 0.254635 -2.55476 0.258529 -2.55461 0.252999 -2.55445 0.242325 -2.55429 0.2363 -2.55414 0.233616 -2.55398 0.228266 -2.55382 0.222486 -2.55367 0.22249 -2.55351 0.226548 -2.55335 0.228513 -2.5532 0.229841 -2.55304 0.237026 -2.55288 0.251062 -2.55273 0.26833 -2.55257 0.287374 -2.55241 0.30599 -2.55226 0.315943 -2.5521 0.311126 -2.55194 0.299226 -2.55179 0.294452 -2.55163 0.299563 -2.55147 0.305631 -2.55131 0.307659 -2.55116 0.310184 -2.551 0.315769 -2.55084 0.317681 -2.55069 0.310995 -2.55053 0.303823 -2.55037 0.309095 -2.55022 0.329509 -2.55006 0.35231 -2.5499 0.361215 -2.54975 0.350383 -2.54959 0.329595 -2.54943 0.313912 -2.54928 0.310056 -2.54912 0.313932 -2.54896 0.322357 -2.54881 0.338789 -2.54865 0.36566 -2.54849 0.395028 -2.54834 0.415953 -2.54818 0.427731 -2.54802 0.437008 -2.54787 0.445866 -2.54771 0.449466 -2.54755 0.443457 -2.54739 0.426352 -2.54724 0.396015 -2.54708 0.353153 -2.54692 0.308489 -2.54677 0.279353 -2.54661 0.274636 -2.54645 0.288924 -2.5463 0.309671 -2.54614 0.326787 -2.54598 0.335042 -2.54583 0.333547 -2.54567 0.32614 -2.54551 0.318363 -2.54536 0.312011 -2.5452 0.304614 -2.54504 0.292761 -2.54489 0.273631 -2.54473 0.247111 -2.54457 0.221675 -2.54442 0.212327 -2.54426 0.225132 -2.5441 0.247697 -2.54395 0.260797 -2.54379 0.255562 -2.54363 0.234411 -2.54347 0.201921 -2.54332 0.1674 -2.54316 0.149064 -2.543 0.160635 -2.54285 0.192998 -2.54269 0.223769 -2.54253 0.244444 -2.54238 0.263461 -2.54222 0.285064 -2.54206 0.302711 -2.54191 0.317797 -2.54175 0.345542 -2.54159 0.389103 -2.54144 0.425104 -2.54128 0.427735 -2.54112 0.398356 -2.54097 0.359074 -2.54081 0.326479 -2.54065 0.304867 -2.5405 0.296405 -2.54034 0.300839 -2.54018 0.307625 -2.54003 0.304875 -2.53987 0.296257 -2.53971 0.297338 -2.53955 0.311038 -2.5394 0.317431 -2.53924 0.294499 -2.53908 0.245596 -2.53893 0.200715 -2.53877 0.191288 -2.53861 0.223796 -2.53846 0.276166 -2.5383 0.318347 -2.53814 0.335905 -2.53799 0.332631 -2.53783 0.316276 -2.53767 0.290902 -2.53752 0.263441 -2.53736 0.247472 -2.5372 0.251106 -2.53705 0.26583 -2.53689 0.2751 -2.53673 0.273318 -2.53658 0.270007 -2.53642 0.277247 -2.53626 0.298208 -2.53611 0.325619 -2.53595 0.3495 -2.53579 0.364457 -2.53563 0.372162 -2.53548 0.376014 -2.53532 0.374084 -2.53516 0.362047 -2.53501 0.344027 -2.53485 0.331348 -2.53469 0.327616 -2.53454 0.32305 -2.53438 0.308884 -2.53422 0.290779 -2.53407 0.278761 -2.53391 0.272184 -2.53375 0.262405 -2.5336 0.248257 -2.53344 0.239616 -2.53328 0.244137 -2.53313 0.259747 -2.53297 0.277646 -2.53281 0.289981 -2.53266 0.295432 -2.5325 0.30152 -2.53234 0.316921 -2.53219 0.338651 -2.53203 0.350695 -2.53187 0.342456 -2.53171 0.322722 -2.53156 0.307678 -2.5314 0.300184 -2.53124 0.291988 -2.53109 0.280321 -2.53093 0.269547 -2.53077 0.258722 -2.53062 0.243459 -2.53046 0.231166 -2.5303 0.238065 -2.53015 0.263248 -2.52999 0.283771 -2.52983 0.281592 -2.52968 0.268449 -2.52952 0.270804 -2.52936 0.29819 -2.52921 0.33683 -2.52905 0.369672 -2.52889 0.388938 -2.52874 0.393433 -2.52858 0.384703 -2.52842 0.369504 -2.52826 0.356937 -2.52811 0.349578 -2.52795 0.343303 -2.52779 0.335032 -2.52764 0.327315 -2.52748 0.321417 -2.52732 0.314718 -2.52717 0.306389 -2.52701 0.30126 -2.52685 0.303469 -2.5267 0.309501 -2.52654 0.311108 -2.52638 0.305125 -2.52623 0.295587 -2.52607 0.288041 -2.52591 0.285609 -2.52576 0.289555 -2.5256 0.298603 -2.52544 0.307023 -2.52529 0.30582 -2.52513 0.287945 -2.52497 0.255277 -2.52482 0.21995 -2.52466 0.199964 -2.5245 0.208129 -2.52434 0.239881 -2.52419 0.274065 -2.52403 0.290566 -2.52387 0.289602 -2.52372 0.286976 -2.52356 0.290884 -2.5234 0.291186 -2.52325 0.275264 -2.52309 0.247393 -2.52293 0.223209 -2.52278 0.21132 -2.52262 0.208344 -2.52246 0.210394 -2.52231 0.218587 -2.52215 0.232359 -2.52199 0.244414 -2.52184 0.246839 -2.52168 0.236676 -2.52152 0.215433 -2.52137 0.18943 -2.52121 0.168413 -2.52105 0.159958 -2.5209 0.162963 -2.52074 0.172666 -2.52058 0.19068 -2.52042 0.220793 -2.52027 0.257237 -2.52011 0.28652 -2.51995 0.305648 -2.5198 0.324282 -2.51964 0.345984 -2.51948 0.359947 -2.51933 0.357927 -2.51917 0.34964 -2.51901 0.348323 -2.51886 0.352404 -2.5187 0.352049 -2.51854 0.347593 -2.51839 0.346268 -2.51823 0.346686 -2.51807 0.340921 -2.51792 0.329628 -2.51776 0.320329 -2.5176 0.313792 -2.51745 0.304848 -2.51729 0.298234 -2.51713 0.307999 -2.51698 0.333533 -2.51682 0.353797 -2.51666 0.353069 -2.5165 0.343314 -2.51635 0.348732 -2.51619 0.375415 -2.51603 0.406786 -2.51588 0.425532 -2.51572 0.427965 -2.51556 0.419817 -2.51541 0.406056 -2.51525 0.389006 -2.51509 0.369347 -2.51494 0.34646 -2.51478 0.321407 -2.51462 0.300912 -2.51447 0.294625 -2.51431 0.304723 -2.51415 0.322179 -2.514 0.334745 -2.51384 0.337794 -2.51368 0.33429 -2.51353 0.326132 -2.51337 0.311406 -2.51321 0.290262 -2.51306 0.267085 -2.5129 0.243593 -2.51274 0.216279 -2.51258 0.186892 -2.51243 0.172997 -2.51227 0.195946 -2.51211 0.257281 -2.51196 0.331011 -2.5118 0.385469 -2.51164 0.407924 -2.51149 0.407909 -2.51133 0.403188 -2.51117 0.404139 -2.51102 0.406015 -2.51086 0.394293 -2.5107 0.360417 -2.51055 0.313387 -2.51039 0.268854 -2.51023 0.231606 -2.51008 0.196424 -2.50992 0.16876 -2.50976 0.165025 -2.50961 0.187016 -2.50945 0.211429 -2.50929 0.219784 -2.50914 0.224089 -2.50898 0.245027 -2.50882 0.278584 -2.50866 0.302327 -2.50851 0.309035 -2.50835 0.307818 -2.50819 0.298618 -2.50804 0.271902 -2.50788 0.236304 -2.50772 0.220432 -2.50757 0.234377 -2.50741 0.253874 -2.50725 0.256109 -2.5071 0.252047 -2.50694 0.26427 -2.50678 0.289837 -2.50663 0.305162 -2.50647 0.299457 -2.50631 0.283183 -2.50616 0.268097 -2.506 0.256417 -2.50584 0.249975 -2.50569 0.252614 -2.50553 0.261665 -2.50537 0.268676 -2.50522 0.270718 -2.50506 0.270664 -2.5049 0.266893 -2.50474 0.253022 -2.50459 0.229655 -2.50443 0.208482 -2.50427 0.201393 -2.50412 0.210931 -2.50396 0.232027 -2.5038 0.256721 -2.50365 0.277446 -2.50349 0.291652 -2.50333 0.305671 -2.50318 0.32622 -2.50302 0.349101 -2.50286 0.3645 -2.50271 0.371886 -2.50255 0.380808 -2.50239 0.39416 -2.50224 0.401469 -2.50208 0.393707 -2.50192 0.378804 -2.50177 0.370667 -2.50161 0.370254 -2.50145 0.364762 -2.50129 0.346513 -2.50114 0.322886 -2.50098 0.3073 -2.50082 0.305716 -2.50067 0.315375 -2.50051 0.330145 -2.50035 0.342976 -2.5002 0.347531 -2.50004 0.343513 -2.49988 0.340666 -2.49973 0.349291 -2.49957 0.363256 -2.49941 0.360008 -2.49926 0.325293 -2.4991 0.275514 -2.49894 0.244483 -2.49879 0.245649 -2.49863 0.257557 -2.49847 0.250863 -2.49832 0.223903 -2.49816 0.201612 -2.498 0.205403 -2.49785 0.233106 -2.49769 0.267473 -2.49753 0.295351 -2.49737 0.314715 -2.49722 0.329341 -2.49706 0.343619 -2.4969 0.35974 -2.49675 0.376818 -2.49659 0.392976 -2.49643 0.406351 -2.49628 0.415139 -2.49612 0.415449 -2.49596 0.402801 -2.49581 0.377997 -2.49565 0.348797 -2.49549 0.326254 -2.49534 0.316622 -2.49518 0.316173 -2.49502 0.31469 -2.49487 0.305776 -2.49471 0.294204 -2.49455 0.290985 -2.4944 0.301354 -2.49424 0.319686 -2.49408 0.338465 -2.49393 0.355903 -2.49377 0.373282 -2.49361 0.388394 -2.49345 0.395967 -2.4933 0.393619 -2.49314 0.381418 -2.49298 0.360754 -2.49283 0.335703 -2.49267 0.312872 -2.49251 0.293664 -2.49236 0.272334 -2.4922 0.248828 -2.49204 0.238761 -2.49189 0.257635 -2.49173 0.296461 -2.49157 0.327178 -2.49142 0.33583 -2.49126 0.337983 -2.4911 0.353177 -2.49095 0.375192 -2.49079 0.382342 -2.49063 0.369222 -2.49048 0.354673 -2.49032 0.355005 -2.49016 0.364044 -2.49001 0.365401 -2.48985 0.356164 -2.48969 0.348823 -2.48953 0.351985 -2.48938 0.359097 -2.48922 0.357739 -2.48906 0.345103 -2.48891 0.328035 -2.48875 0.311163 -2.48859 0.290161 -2.48844 0.25963 -2.48828 0.223402 -2.48812 0.192159 -2.48797 0.172674 -2.48781 0.162006 -2.48765 0.15461 -2.4875 0.151353 -2.48734 0.159934 -2.48718 0.185274 -2.48703 0.220242 -2.48687 0.245888 -2.48671 0.243775 -2.48656 0.213448 -2.4864 0.177704 -2.48624 0.166918 -2.48609 0.194673 -2.48593 0.248305 -2.48577 0.30053 -2.48561 0.330235 -2.48546 0.332863 -2.4853 0.320613 -2.48514 0.312955 -2.48499 0.319865 -2.48483 0.331369 -2.48467 0.327139 -2.48452 0.299838 -2.48436 0.265378 -2.4842 0.243904 -2.48405 0.237908 -2.48389 0.237014 -2.48373 0.237943 -2.48358 0.249105 -2.48342 0.273998 -2.48326 0.301803 -2.48311 0.31815 -2.48295 0.319404 -2.48279 0.311955 -2.48264 0.303772 -2.48248 0.300524 -2.48232 0.303403 -2.48217 0.305082 -2.48201 0.293502 -2.48185 0.26852 -2.48169 0.247276 -2.48154 0.24482 -2.48138 0.25292 -2.48122 0.249414 -2.48107 0.229196 -2.48091 0.214305 -2.48075 0.227329 -2.4806 0.263397 -2.48044 0.296151 -2.48028 0.306801 -2.48013 0.299672 -2.47997 0.291503 -2.47981 0.291811 -2.47966 0.295154 -2.4795 0.289623 -2.47934 0.269998 -2.47919 0.243346 -2.47903 0.220201 -2.47887 0.202439 -2.47872 0.184933 -2.47856 0.16951 -2.4784 0.170277 -2.47824 0.1961 -2.47809 0.233487 -2.47793 0.257512 -2.47777 0.259112 -2.47762 0.251846 -2.47746 0.250113 -2.4773 0.249616 -2.47715 0.236949 -2.47699 0.211051 -2.47683 0.185728 -2.47668 0.172816 -2.47652 0.172937 -2.47636 0.18187 -2.47621 0.197582 -2.47605 0.215547 -2.47589 0.223897 -2.47574 0.210373 -2.47558 0.175625 -2.47542 0.135429 -2.47527 0.106804 -2.47511 0.096554 -2.47495 0.0996668 -2.4748 0.106812 -2.47464 0.110885 -2.47448 0.11057 -2.47432 0.110697 -2.47417 0.117874 -2.47401 0.132244 -2.47385 0.147373 -2.4737 0.160739 -2.47354 0.17906 -2.47338 0.207567 -2.47323 0.237541 -2.47307 0.252771 -2.47291 0.251551 -2.47276 0.251309 -2.4726 0.267626 -2.47244 0.295801 -2.47229 0.319904 -2.47213 0.333121 -2.47197 0.340876 -2.47182 0.347649 -2.47166 0.351532 -2.4715 0.351235 -2.47135 0.348225 -2.47119 0.341599 -2.47103 0.327637 -2.47088 0.308647 -2.47072 0.29602 -2.47056 0.298644 -2.4704 0.311932 -2.47025 0.320917 -2.47009 0.312232 -2.46993 0.284968 -2.46978 0.252907 -2.46962 0.235932 -2.46946 0.24339 -2.46931 0.264348 -2.46915 0.276709 -2.46899 0.26762 -2.46884 0.241163 -2.46868 0.211082 -2.46852 0.191144 -2.46837 0.19154 -2.46821 0.21218 -2.46805 0.238948 -2.4679 0.256524 -2.46774 0.265911 -2.46758 0.280209 -2.46743 0.300155 -2.46727 0.308512 -2.46711 0.29533 -2.46696 0.276214 -2.4668 0.272597 -2.46664 0.282917 -2.46648 0.28812 -2.46633 0.27896 -2.46617 0.261837 -2.46601 0.241416 -2.46586 0.213877 -2.4657 0.180414 -2.46554 0.152868 -2.46539 0.141309 -2.46523 0.144236 -2.46507 0.15397 -2.46492 0.164128 -2.46476 0.168525 -2.4646 0.163081 -2.46445 0.154257 -2.46429 0.1585 -2.46413 0.185201 -2.46398 0.224494 -2.46382 0.257232 -2.46366 0.275206 -2.46351 0.285372 -2.46335 0.29712 -2.46319 0.310946 -2.46304 0.318523 -2.46288 0.315347 -2.46272 0.308794 -2.46256 0.31154 -2.46241 0.324293 -2.46225 0.330862 -2.46209 0.317078 -2.46194 0.291366 -2.46178 0.27563 -2.46162 0.278464 -2.46147 0.288114 -2.46131 0.293984 -2.46115 0.29921 -2.461 0.307197 -2.46084 0.310581 -2.46068 0.304708 -2.46053 0.301579 -2.46037 0.316639 -2.46021 0.348457 -2.46006 0.384711 -2.4599 0.422524 -2.45974 0.465826 -2.45959 0.503817 -2.45943 0.510415 -2.45927 0.474294 -2.45912 0.416 -2.45896 0.368202 -2.4588 0.344775 -2.45864 0.337167 -2.45849 0.333017 -2.45833 0.328292 -2.45817 0.32521 -2.45802 0.326136 -2.45786 0.332549 -2.4577 0.341443 -2.45755 0.342894 -2.45739 0.326765 -2.45723 0.293204 -2.45708 0.253441 -2.45692 0.218967 -2.45676 0.192581 -2.45661 0.171004 -2.45645 0.153779 -2.45629 0.146281 -2.45614 0.155135 -2.45598 0.181088 -2.45582 0.217319 -2.45567 0.253038 -2.45551 0.280554 -2.45535 0.299679 -2.45519 0.314234 -2.45504 0.325517 -2.45488 0.332238 -2.45472 0.3342 -2.45457 0.334592 -2.45441 0.334296 -2.45425 0.329569 -2.4541 0.315975 -2.45394 0.295759 -2.45378 0.275625 -2.45363 0.259933 -2.45347 0.246727 -2.45331 0.233697 -2.45316 0.223178 -2.453 0.22086 -2.45284 0.230808 -2.45269 0.252092 -2.45253 0.278591 -2.45237 0.300323 -2.45222 0.309107 -2.45206 0.303751 -2.4519 0.290044 -2.45175 0.273532 -2.45159 0.254698 -2.45143 0.2336 -2.45127 0.214701 -2.45112 0.202217 -2.45096 0.192557 -2.4508 0.177248 -2.45065 0.15631 -2.45049 0.142916 -2.45033 0.151595 -2.45018 0.183342 -2.45002 0.225569 -2.44986 0.26436 -2.44971 0.294081 -2.44955 0.31373 -2.44939 0.321611 -2.44924 0.31568 -2.44908 0.297903 -2.44892 0.275312 -2.44877 0.256033 -2.44861 0.243332 -2.44845 0.234734 -2.4483 0.226958 -2.44814 0.221196 -2.44798 0.223295 -2.44783 0.237983 -2.44767 0.261494 -2.44751 0.281517 -2.44735 0.286714 -2.4472 0.275443 -2.44704 0.25448 -2.44688 0.230176 -2.44673 0.205493 -2.44657 0.184036 -2.44641 0.173095 -2.44626 0.175739 -2.4461 0.183052 -2.44594 0.180779 -2.44579 0.164624 -2.44563 0.1448 -2.44547 0.13311 -2.44532 0.132739 -2.44516 0.14085 -2.445 0.156677 -2.44485 0.180396 -2.44469 0.209374 -2.44453 0.239086 -2.44438 0.266146 -2.44422 0.285517 -2.44406 0.287383 -2.44391 0.26461 -2.44375 0.223164 -2.44359 0.182055 -2.44343 0.158658 -2.44328 0.157349 -2.44312 0.169778 -2.44296 0.183483 -2.44281 0.191789 -2.44265 0.198729 -2.44249 0.213233 -2.44234 0.235587 -2.44218 0.254269 -2.44202 0.260174 -2.44187 0.259888 -2.44171 0.266266 -2.44155 0.277848 -2.4414 0.276275 -2.44124 0.24686 -2.44108 0.195506 -2.44093 0.144204 -2.44077 0.116182 -2.44061 0.124846 -2.44046 0.166615 -2.4403 0.222265 -2.44014 0.270752 -2.43999 0.306095 -2.43983 0.334061 -2.43967 0.353831 -2.43951 0.353293 -2.43936 0.33031 -2.4392 0.304732 -2.43904 0.298997 -2.43889 0.313141 -2.43873 0.329293 -2.43857 0.335755 -2.43842 0.333195 -2.43826 0.324733 -2.4381 0.310634 -2.43795 0.294578 -2.43779 0.283736 -2.43763 0.276721 -2.43748 0.26423 -2.43732 0.244827 -2.43716 0.232044 -2.43701 0.238069 -2.43685 0.257859 -2.43669 0.276625 -2.43654 0.28809 -2.43638 0.298474 -2.43622 0.311697 -2.43607 0.321054 -2.43591 0.318122 -2.43575 0.305573 -2.43559 0.29609 -2.43544 0.29683 -2.43528 0.302078 -2.43512 0.301096 -2.43497 0.291393 -2.43481 0.279331 -2.43465 0.268749 -2.4345 0.258126 -2.43434 0.247542 -2.43418 0.243106 -2.43403 0.248376 -2.43387 0.256103 -2.43371 0.255959 -2.43356 0.248858 -2.4334 0.245636 -2.43324 0.254157 -2.43309 0.270844 -2.43293 0.286066 -2.43277 0.29139 -2.43262 0.281797 -2.43246 0.257777 -2.4323 0.22685 -2.43214 0.200227 -2.43199 0.185807 -2.43183 0.186223 -2.43167 0.201571 -2.43152 0.22697 -2.43136 0.250051 -2.4312 0.257529 -2.43105 0.249952 -2.43089 0.243607 -2.43073 0.253584 -2.43058 0.280105 -2.43042 0.309394 -2.43026 0.325028 -2.43011 0.319802 -2.42995 0.301259 -2.42979 0.287795 -2.42964 0.290392 -2.42948 0.297133 -2.42932 0.284872 -2.42917 0.248165 -2.42901 0.207478 -2.42885 0.18328 -2.4287 0.176843 -2.42854 0.182143 -2.42838 0.201656 -2.42822 0.235519 -2.42807 0.26377 -2.42791 0.262119 -2.42775 0.232047 -2.4276 0.19905 -2.42744 0.180204 -2.42728 0.170821 -2.42713 0.166559 -2.42697 0.177065 -2.42681 0.208533 -2.42666 0.246428 -2.4265 0.269939 -2.42634 0.275664 -2.42619 0.276203 -2.42603 0.281329 -2.42587 0.290546 -2.42572 0.298934 -2.42556 0.299831 -2.4254 0.288337 -2.42525 0.269231 -2.42509 0.257999 -2.42493 0.26312 -2.42478 0.271219 -2.42462 0.262545 -2.42446 0.236583 -2.4243 0.211303 -2.42415 0.200167 -2.42399 0.202864 -2.42383 0.216702 -2.42368 0.241795 -2.42352 0.270778 -2.42336 0.290114 -2.42321 0.298874 -2.42305 0.312968 -2.42289 0.341053 -2.42274 0.368324 -2.42258 0.376396 -2.42242 0.369054 -2.42227 0.363359 -2.42211 0.364724 -2.42195 0.360967 -2.4218 0.343739 -2.42164 0.319162 -2.42148 0.297435 -2.42133 0.282992 -2.42117 0.274703 -2.42101 0.269827 -2.42086 0.263573 -2.4207 0.255152 -2.42054 0.253909 -2.42038 0.270916 -2.42023 0.303005 -2.42007 0.332512 -2.41991 0.347547 -2.41976 0.353976 -2.4196 0.362964 -2.41944 0.373861 -2.41929 0.372977 -2.41913 0.348221 -2.41897 0.298639 -2.41882 0.238946 -2.41866 0.196052 -2.4185 0.19425 -2.41835 0.233685 -2.41819 0.287987 -2.41803 0.32643 -2.41788 0.336006 -2.41772 0.323298 -2.41756 0.301842 -2.41741 0.286834 -2.41725 0.291805 -2.41709 0.317821 -2.41694 0.347643 -2.41678 0.360756 -2.41662 0.355868 -2.41646 0.349365 -2.41631 0.352136 -2.41615 0.357374 -2.41599 0.351824 -2.41584 0.330761 -2.41568 0.29964 -2.41552 0.269448 -2.41537 0.254604 -2.41521 0.264177 -2.41505 0.290286 -2.4149 0.309608 -2.41474 0.307212 -2.41458 0.293777 -2.41443 0.291216 -2.41427 0.30612 -2.41411 0.322389 -2.41396 0.3199 -2.4138 0.294891 -2.41364 0.260961 -2.41349 0.237774 -2.41333 0.236506 -2.41317 0.253433 -2.41302 0.275257 -2.41286 0.292932 -2.4127 0.308575 -2.41254 0.326601 -2.41239 0.343747 -2.41223 0.353952 -2.41207 0.359687 -2.41192 0.370588 -2.41176 0.390482 -2.4116 0.413103 -2.41145 0.43114 -2.41129 0.440997 -2.41113 0.436961 -2.41098 0.410499 -2.41082 0.362362 -2.41066 0.310251 -2.41051 0.274297 -2.41035 0.25932 -2.41019 0.257708 -2.41004 0.265592 -2.40988 0.284664 -2.40972 0.30758 -2.40957 0.315041 -2.40941 0.295634 -2.40925 0.261293 -2.40909 0.235988 -2.40894 0.230956 -2.40878 0.241145 -2.40862 0.262807 -2.40847 0.303012 -2.40831 0.363217 -2.40815 0.423157 -2.408 0.451547 -2.40784 0.437269 -2.40768 0.401986 -2.40753 0.376941 -2.40737 0.371773 -2.40721 0.37136 -2.40706 0.358897 -2.4069 0.333048 -2.40674 0.302814 -2.40659 0.274156 -2.40643 0.248909 -2.40627 0.227034 -2.40612 0.207445 -2.40596 0.187471 -2.4058 0.16857 -2.40565 0.156924 -2.40549 0.152729 -2.40533 0.143323 -2.40517 0.118025 -2.40502 0.0895407 -2.40486 0.0855118 -2.4047 0.116808 -2.40455 0.162802 -2.40439 0.195017 -2.40423 0.207291 -2.40408 0.216802 -2.40392 0.240053 -2.40376 0.277161 -2.40361 0.318983 -2.40345 0.359124 -2.40329 0.396357 -2.40314 0.427271 -2.40298 0.442116 -2.40282 0.431143 -2.40267 0.3972 -2.40251 0.359296 -2.40235 0.337035 -2.4022 0.331029 -2.40204 0.326059 -2.40188 0.314564 -2.40173 0.307528 -2.40157 0.31791 -2.40141 0.341068 -2.40125 0.360855 -2.4011 0.369562 -2.40094 0.371919 -2.40078 0.373149 -2.40063 0.370524 -2.40047 0.358772 -2.40031 0.335799 -2.40016 0.303845 -2.4 0.270572 -2.39984 0.245637 -2.39969 0.232039 -2.39953 0.222842 -2.39937 0.211885 -2.39922 0.203828 -2.39906 0.204892 -2.3989 0.208488 -2.39875 0.202528 -2.39859 0.189642 -2.39843 0.189025 -2.39828 0.215108 -2.39812 0.263405 -2.39796 0.31678 -2.39781 0.357873 -2.39765 0.374717 -2.39749 0.367748 -2.39733 0.355925 -2.39718 0.36275 -2.39702 0.390171 -2.39686 0.415558 -2.39671 0.419417 -2.39655 0.406465 -2.39639 0.393285 -2.39624 0.385537 -2.39608 0.378079 -2.39592 0.369341 -2.39577 0.363684 -2.39561 0.361647 -2.39545 0.358064 -2.3953 0.34898 -2.39514 0.334934 -2.39498 0.318812 -2.39483 0.304856 -2.39467 0.29516 -2.39451 0.286112 -2.39436 0.271209 -2.3942 0.252234 -2.39404 0.240119 -2.39389 0.240228 -2.39373 0.245132 -2.39357 0.246126 -2.39341 0.245728 -2.39326 0.250704 -2.3931 0.259924 -2.39294 0.269016 -2.39279 0.277338 -2.39263 0.282551 -2.39247 0.275763 -2.39232 0.255212 -2.39216 0.235781 -2.392 0.233012 -2.39185 0.24056 -2.39169 0.240006 -2.39153 0.230529 -2.39138 0.230801 -2.39122 0.249014 -2.39106 0.269029 -2.39091 0.272489 -2.39075 0.262269 -2.39059 0.253796 -2.39044 0.254682 -2.39028 0.260185 -2.39012 0.266282 -2.38997 0.27583 -2.38981 0.293991 -2.38965 0.318491 -2.38949 0.336296 -2.38934 0.331454 -2.38918 0.301643 -2.38902 0.265224 -2.38887 0.244624 -2.38871 0.246353 -2.38855 0.261205 -2.3884 0.280032 -2.38824 0.298236 -2.38808 0.30982 -2.38793 0.311772 -2.38777 0.31384 -2.38761 0.328057 -2.38746 0.344947 -2.3873 0.340413 -2.38714 0.310224 -2.38699 0.283199 -2.38683 0.286484 -2.38667 0.311611 -2.38652 0.327855 -2.38636 0.319484 -2.3862 0.29777 -2.38605 0.281711 -2.38589 0.280098 -2.38573 0.289567 -2.38557 0.29966 -2.38542 0.303633 -2.38526 0.307348 -2.3851 0.322997 -2.38495 0.348335 -2.38479 0.364155 -2.38463 0.360319 -2.38448 0.353255 -2.38432 0.361693 -2.38416 0.375773 -2.38401 0.36883 -2.38385 0.334198 -2.38369 0.2927 -2.38354 0.264002 -2.38338 0.248004 -2.38322 0.235698 -2.38307 0.223962 -2.38291 0.214026 -2.38275 0.207492 -2.3826 0.207884 -2.38244 0.215392 -2.38228 0.219366 -2.38212 0.207949 -2.38197 0.18823 -2.38181 0.180353 -2.38165 0.189605 -2.3815 0.199464 -2.38134 0.199214 -2.38118 0.200935 -2.38103 0.216789 -2.38087 0.236638 -2.38071 0.242701 -2.38056 0.237802 -2.3804 0.239959 -2.38024 0.255883 -2.38009 0.278511 -2.37993 0.305765 -2.37977 0.342714 -2.37962 0.381868 -2.37946 0.401532 -2.3793 0.389103 -2.37915 0.356749 -2.37899 0.32495 -2.37883 0.300622 -2.37868 0.279093 -2.37852 0.260918 -2.37836 0.255214 -2.3782 0.269462 -2.37805 0.30166 -2.37789 0.343321 -2.37773 0.383638 -2.37758 0.414259 -2.37742 0.432696 -2.37726 0.440893 -2.37711 0.438606 -2.37695 0.423156 -2.37679 0.398451 -2.37664 0.377482 -2.37648 0.369954 -2.37632 0.372147 -2.37617 0.374781 -2.37601 0.379556 -2.37585 0.398142 -2.3757 0.433844 -2.37554 0.47308 -2.37538 0.497726 -2.37523 0.499788 -2.37507 0.483371 -2.37491 0.45611 -2.37476 0.423829 -2.3746 0.388526 -2.37444 0.349915 -2.37428 0.310941 -2.37413 0.283951 -2.37397 0.282875 -2.37381 0.306475 -2.37366 0.336113 -2.3735 0.354164 -2.37334 0.361355 -2.37319 0.366004 -2.37303 0.363877 -2.37287 0.339806 -2.37272 0.290708 -2.37256 0.235443 -2.3724 0.198811 -2.37225 0.192766 -2.37209 0.214352 -2.37193 0.255457 -2.37178 0.306167 -2.37162 0.354171 -2.37146 0.38735 -2.37131 0.398338 -2.37115 0.383724 -2.37099 0.343386 -2.37084 0.286607 -2.37068 0.233236 -2.37052 0.202768 -2.37036 0.198714 -2.37021 0.205993 -2.37005 0.203271 -2.36989 0.182669 -2.36974 0.156657 -2.36958 0.147551 -2.36942 0.167128 -2.36927 0.204496 -2.36911 0.236978 -2.36895 0.251845 -2.3688 0.255014 -2.36864 0.258143 -2.36848 0.265391 -2.36833 0.277055 -2.36817 0.295395 -2.36801 0.320664 -2.36786 0.344308 -2.3677 0.357223 -2.36754 0.361599 -2.36739 0.368215 -2.36723 0.380394 -2.36707 0.388584 -2.36692 0.382646 -2.36676 0.362596 -2.3666 0.337674 -2.36644 0.318644 -2.36629 0.314826 -2.36613 0.331628 -2.36597 0.363787 -2.36582 0.395516 -2.36566 0.412217 -2.3655 0.412268 -2.36535 0.405207 -2.36519 0.399265 -2.36503 0.395312 -2.36488 0.392786 -2.36472 0.395818 -2.36456 0.408665 -2.36441 0.42671 -2.36425 0.436797 -2.36409 0.430701 -2.36394 0.415428 -2.36378 0.404805 -2.36362 0.403469 -2.36347 0.403727 -2.36331 0.400006 -2.36315 0.397911 -2.363 0.404574 -2.36284 0.415231 -2.36268 0.417966 -2.36252 0.407958 -2.36237 0.389829 -2.36221 0.367659 -2.36205 0.341518 -2.3619 0.315585 -2.36174 0.297914 -2.36158 0.290305 -2.36143 0.283843 -2.36127 0.270412 -2.36111 0.254361 -2.36096 0.246533 -2.3608 0.250973 -2.36064 0.261016 -2.36049 0.26526 -2.36033 0.255231 -2.36017 0.230559 -2.36002 0.202223 -2.35986 0.187046 -2.3597 0.193535 -2.35955 0.213039 -2.35939 0.229786 -2.35923 0.238736 -2.35907 0.248735 -2.35892 0.268741 -2.35876 0.29522 -2.3586 0.314435 -2.35845 0.314387 -2.35829 0.294607 -2.35813 0.265339 -2.35798 0.239474 -2.35782 0.22178 -2.35766 0.208162 -2.35751 0.19473 -2.35735 0.185047 -2.35719 0.183558 -2.35704 0.188367 -2.35688 0.195035 -2.35672 0.206991 -2.35657 0.232023 -2.35641 0.26602 -2.35625 0.288708 -2.3561 0.283265 -2.35594 0.254035 -2.35578 0.221024 -2.35563 0.199021 -2.35547 0.19033 -2.35531 0.193754 -2.35515 0.210642 -2.355 0.238435 -2.35484 0.267021 -2.35468 0.287267 -2.35453 0.299387 -2.35437 0.309731 -2.35421 0.319937 -2.35406 0.328532 -2.3539 0.33706 -2.35374 0.352729 -2.35359 0.378585 -2.35343 0.407675 -2.35327 0.426387 -2.35312 0.423558 -2.35296 0.398362 -2.3528 0.36199 -2.35265 0.330357 -2.35249 0.312287 -2.35233 0.303683 -2.35218 0.295884 -2.35202 0.288889 -2.35186 0.291759 -2.35171 0.308885 -2.35155 0.332969 -2.35139 0.35237 -2.35123 0.361362 -2.35108 0.360517 -2.35092 0.350999 -2.35076 0.33508 -2.35061 0.318572 -2.35045 0.306613 -2.35029 0.300352 -2.35014 0.301178 -2.34998 0.315149 -2.34982 0.346054 -2.34967 0.384928 -2.34951 0.415701 -2.34935 0.430971 -2.3492 0.435953 -2.34904 0.432828 -2.34888 0.41375 -2.34873 0.376074 -2.34857 0.33757 -2.34841 0.325923 -2.34826 0.352202 -2.3481 0.399995 -2.34794 0.442468 -2.34779 0.464255 -2.34763 0.466277 -2.34747 0.45599 -2.34731 0.439615 -2.34716 0.421164 -2.347 0.403297 -2.34684 0.385746 -2.34669 0.366713 -2.34653 0.346041 -2.34637 0.328808 -2.34622 0.320211 -2.34606 0.318503 -2.3459 0.316932 -2.34575 0.312798 -2.34559 0.311625 -2.34543 0.316959 -2.34528 0.322171 -2.34512 0.318196 -2.34496 0.31036 -2.34481 0.31776 -2.34465 0.350693 -2.34449 0.393295 -2.34434 0.416305 -2.34418 0.406023 -2.34402 0.37396 -2.34387 0.341702 -2.34371 0.32107 -2.34355 0.310532 -2.34339 0.30489 -2.34324 0.302274 -2.34308 0.303977 -2.34292 0.310637 -2.34277 0.319712 -2.34261 0.322611 -2.34245 0.308536 -2.3423 0.274856 -2.34214 0.235154 -2.34198 0.212147 -2.34183 0.219106 -2.34167 0.247546 -2.34151 0.27573 -2.34136 0.2899 -2.3412 0.2938 -2.34104 0.299065 -2.34089 0.309631 -2.34073 0.317028 -2.34057 0.309165 -2.34042 0.280678 -2.34026 0.236188 -2.3401 0.187861 -2.33995 0.147978 -2.33979 0.121967 -2.33963 0.106003 -2.33947 0.0929549 -2.33932 0.0828232 -2.33916 0.0840438 -2.339 0.103967 -2.33885 0.139394 -2.33869 0.176308 -2.33853 0.19769 -2.33838 0.193075 -2.33822 0.165179 -2.33806 0.130134 -2.33791 0.10748 -2.33775 0.104846 -2.33759 0.113478 -2.33744 0.121582 -2.33728 0.128659 -2.33712 0.142117 -2.33697 0.160749 -2.33681 0.172915 -2.33665 0.171712 -2.3365 0.166011 -2.33634 0.169628 -2.33618 0.18423 -2.33602 0.197376 -2.33587 0.198609 -2.33571 0.18994 -2.33555 0.181714 -2.3354 0.183362 -2.33524 0.20036 -2.33508 0.234454 -2.33493 0.281233 -2.33477 0.329033 -2.33461 0.364865 -2.33446 0.381841 -2.3343 0.380094 -2.33414 0.36159 -2.33399 0.32933 -2.33383 0.29141 -2.33367 0.260337 -2.33352 0.245409 -2.33336 0.24688 -2.3332 0.261546 -2.33305 0.287022 -2.33289 0.316972 -2.33273 0.337017 -2.33258 0.334216 -2.33242 0.313146 -2.33226 0.293355 -2.3321 0.287979 -2.33195 0.291251 -2.33179 0.292773 -2.33163 0.295161 -2.33148 0.309014 -2.33132 0.334179 -2.33116 0.355331 -2.33101 0.359566 -2.33085 0.346158 -2.33069 0.319202 -2.33054 0.278835 -2.33038 0.228194 -2.33022 0.181252 -2.33007 0.153965 -2.32991 0.148933 -2.32975 0.155806 -2.3296 0.164483 -2.32944 0.171415 -2.32928 0.176709 -2.32913 0.18143 -2.32897 0.189166 -2.32881 0.200866 -2.32866 0.207354 -2.3285 0.196431 -2.32834 0.170348 -2.32818 0.147191 -2.32803 0.140909 -2.32787 0.14482 -2.32771 0.144127 -2.32756 0.136876 -2.3274 0.135121 -2.32724 0.149467 -2.32709 0.178806 -2.32693 0.214713 -2.32677 0.245838 -2.32662 0.259612 -2.32646 0.250054 -2.3263 0.2271 -2.32615 0.211576 -2.32599 0.21626 -2.32583 0.236082 -2.32568 0.25636 -2.32552 0.265852 -2.32536 0.260604 -2.32521 0.242873 -2.32505 0.220611 -2.32489 0.202721 -2.32474 0.192937 -2.32458 0.190809 -2.32442 0.198789 -2.32426 0.221693 -2.32411 0.255037 -2.32395 0.283604 -2.32379 0.298097 -2.32364 0.305624 -2.32348 0.315841 -2.32332 0.325609 -2.32317 0.326482 -2.32301 0.32247 -2.32285 0.326294 -2.3227 0.338847 -2.32254 0.346462 -2.32238 0.341722 -2.32223 0.336215 -2.32207 0.345293 -2.32191 0.367859 -2.32176 0.390021 -2.3216 0.402002 -2.32144 0.405398 -2.32129 0.406711 -2.32113 0.40948 -2.32097 0.412333 -2.32082 0.411763 -2.32066 0.406168 -2.3205 0.398845 -2.32034 0.394217 -2.32019 0.389011 -2.32003 0.375062 -2.31987 0.351475 -2.31972 0.330358 -2.31956 0.322231 -2.3194 0.32218 -2.31925 0.319758 -2.31909 0.316464 -2.31893 0.323037 -2.31878 0.339079 -2.31862 0.350245 -2.31846 0.349153 -2.31831 0.348794 -2.31815 0.36492 -2.31799 0.392592 -2.31784 0.410778 -2.31768 0.407888 -2.31752 0.39294 -2.31737 0.382092 -2.31721 0.382884 -2.31705 0.392749 -2.3169 0.403675 -2.31674 0.405008 -2.31658 0.388571 -2.31642 0.3576 -2.31627 0.326262 -2.31611 0.306168 -2.31595 0.297838 -2.3158 0.299101 -2.31564 0.312962 -2.31548 0.339222 -2.31533 0.363061 -2.31517 0.365207 -2.31501 0.345525 -2.31486 0.325762 -2.3147 0.32604 -2.31454 0.345297 -2.31439 0.36818 -2.31423 0.382793 -2.31407 0.386081 -2.31392 0.378816 -2.31376 0.363916 -2.3136 0.347165 -2.31345 0.331815 -2.31329 0.314471 -2.31313 0.293863 -2.31297 0.279847 -2.31282 0.287085 -2.31266 0.316971 -2.3125 0.354064 -2.31235 0.382037 -2.31219 0.397112 -2.31203 0.403421 -2.31188 0.401491 -2.31172 0.388969 -2.31156 0.368411 -2.31141 0.346949 -2.31125 0.328371 -2.31109 0.310383 -2.31094 0.292622 -2.31078 0.281852 -2.31062 0.283372 -2.31047 0.291536 -2.31031 0.29355 -2.31015 0.286954 -2.31 0.284859 -2.30984 0.300425 -2.30968 0.329956 -2.30953 0.358404 -2.30937 0.37848 -2.30921 0.395284 -2.30905 0.41139 -2.3089 0.417666 -2.30874 0.404443 -2.30858 0.37687 -2.30843 0.351192 -2.30827 0.340278 -2.30811 0.346037 -2.30796 0.35952 -2.3078 0.366385 -2.30764 0.354973 -2.30749 0.328392 -2.30733 0.304272 -2.30717 0.296694 -2.30702 0.301237 -2.30686 0.304491 -2.3067 0.302302 -2.30655 0.300235 -2.30639 0.298993 -2.30623 0.292516 -2.30608 0.280964 -2.30592 0.274381 -2.30576 0.279622 -2.30561 0.293637 -2.30545 0.31052 -2.30529 0.329499 -2.30513 0.349384 -2.30498 0.364779 -2.30482 0.371766 -2.30466 0.37123 -2.30451 0.363584 -2.30435 0.345462 -2.30419 0.318944 -2.30404 0.296201 -2.30388 0.289996 -2.30372 0.301101 -2.30357 0.319649 -2.30341 0.334312 -2.30325 0.33448 -2.3031 0.312677 -2.30294 0.271747 -2.30278 0.231239 -2.30263 0.215455 -2.30247 0.232489 -2.30231 0.267866 -2.30216 0.297734 -2.302 0.307394 -2.30184 0.298514 -2.30169 0.284287 -2.30153 0.277726 -2.30137 0.280305 -2.30121 0.282142 -2.30106 0.275141 -2.3009 0.264613 -2.30074 0.261775 -2.30059 0.267269 -2.30043 0.269031 -2.30027 0.258749 -2.30012 0.24815 -2.29996 0.259411 -2.2998 0.301138 -2.29965 0.356087 -2.29949 0.39632 -2.29933 0.406713 -2.29918 0.393128 -2.29902 0.370129 -2.29886 0.346693 -2.29871 0.326363 -2.29855 0.310857 -2.29839 0.297874 -2.29824 0.280327 -2.29808 0.255475 -2.29792 0.232574 -2.29777 0.224314 -2.29761 0.230751 -2.29745 0.239405 -2.29729 0.240166 -2.29714 0.235741 -2.29698 0.235087 -2.29682 0.244246 -2.29667 0.263314 -2.29651 0.283968 -2.29635 0.29204 -2.2962 0.279691 -2.29604 0.25801 -2.29588 0.246228 -2.29573 0.248618 -2.29557 0.250789 -2.29541 0.241721 -2.29526 0.227211 -2.2951 0.216196 -2.29494 0.207796 -2.29479 0.201552 -2.29463 0.207548 -2.29447 0.232734 -2.29432 0.264417 -2.29416 0.284442 -2.294 0.29442 -2.29385 0.310697 -2.29369 0.338182 -2.29353 0.363701 -2.29337 0.376283 -2.29322 0.378492 -2.29306 0.376105 -2.2929 0.369298 -2.29275 0.363622 -2.29259 0.373011 -2.29243 0.402175 -2.29228 0.433446 -2.29212 0.440255 -2.29196 0.413658 -2.29181 0.367136 -2.29165 0.322564 -2.29149 0.296027 -2.29134 0.294287 -2.29118 0.315099 -2.29102 0.348173 -2.29087 0.380785 -2.29071 0.405651 -2.29055 0.422565 -2.2904 0.434204 -2.29024 0.44348 -2.29008 0.452574 -2.28992 0.461234 -2.28977 0.46541 -2.28961 0.459565 -2.28945 0.443455 -2.2893 0.42372 -2.28914 0.408121 -2.28898 0.398391 -2.28883 0.389851 -2.28867 0.379162 -2.28851 0.369658 -2.28836 0.366889 -2.2882 0.371322 -2.28804 0.375167 -2.28789 0.371897 -2.28773 0.362152 -2.28757 0.351014 -2.28742 0.341067 -2.28726 0.329788 -2.2871 0.315069 -2.28695 0.300112 -2.28679 0.292623 -2.28663 0.297736 -2.28648 0.309552 -2.28632 0.314229 -2.28616 0.304943 -2.286 0.292954 -2.28585 0.29311 -2.28569 0.300998 -2.28553 0.293594 -2.28538 0.257524 -2.28522 0.204895 -2.28506 0.158745 -2.28491 0.132052 -2.28475 0.128469 -2.28459 0.148435 -2.28444 0.183106 -2.28428 0.207748 -2.28412 0.203021 -2.28397 0.176453 -2.28381 0.153061 -2.28365 0.146365 -2.2835 0.151937 -2.28334 0.165972 -2.28318 0.191032 -2.28303 0.222168 -2.28287 0.243805 -2.28271 0.248954 -2.28256 0.2465 -2.2824 0.243076 -2.28224 0.230674 -2.28208 0.201622 -2.28193 0.164658 -2.28177 0.133786 -2.28161 0.110139 -2.28146 0.0853309 -2.2813 0.0594055 -2.28114 0.0423447 -2.28099 0.0415876 -2.28083 0.055927 -2.28067 0.081174 -2.28052 0.113501 -2.28036 0.150113 -2.2802 0.192461 -2.28005 0.246763 -2.27989 0.314327 -2.27973 0.380004 -2.27958 0.422971 -2.27942 0.436038 -2.27926 0.430929 -2.27911 0.422197 -2.27895 0.4135 -2.27879 0.400132 -2.27864 0.379577 -2.27848 0.354201 -2.27832 0.328699 -2.27816 0.307552 -2.27801 0.295443 -2.27785 0.296797 -2.27769 0.312869 -2.27754 0.339425 -2.27738 0.366474 -2.27722 0.383402 -2.27707 0.386827 -2.27691 0.384375 -2.27675 0.386873 -2.2766 0.397447 -2.27644 0.406869 -2.27628 0.402567 -2.27613 0.380557 -2.27597 0.349394 -2.27581 0.320628 -2.27566 0.298275 -2.2755 0.279443 -2.27534 0.265681 -2.27519 0.26493 -2.27503 0.280293 -2.27487 0.300951 -2.27472 0.314131 -2.27456 0.323995 -2.2744 0.347669 -2.27424 0.387102 -2.27409 0.419638 -2.27393 0.42261 -2.27377 0.402224 -2.27362 0.385072 -2.27346 0.385791 -2.2733 0.391982 -2.27315 0.385024 -2.27299 0.362711 -2.27283 0.336699 -2.27268 0.31612 -2.27252 0.300556 -2.27236 0.290436 -2.27221 0.293921 -2.27205 0.318082 -2.27189 0.357025 -2.27174 0.391447 -2.27158 0.405039 -2.27142 0.398267 -2.27127 0.383023 -2.27111 0.367054 -2.27095 0.348497 -2.2708 0.325851 -2.27064 0.307096 -2.27048 0.300963 -2.27032 0.305928 -2.27017 0.311265 -2.27001 0.312463 -2.26985 0.313929 -2.2697 0.319238 -2.26954 0.324209 -2.26938 0.324555 -2.26923 0.322975 -2.26907 0.322705 -2.26891 0.319656 -2.26876 0.305543 -2.2686 0.281879 -2.26844 0.261802 -2.26829 0.25796 -2.26813 0.272199 -2.26797 0.298531 -2.26782 0.326858 -2.26766 0.34584 -2.2675 0.346363 -2.26735 0.329561 -2.26719 0.306842 -2.26703 0.288387 -2.26688 0.275308 -2.26672 0.265296 -2.26656 0.258673 -2.2664 0.254723 -2.26625 0.24721 -2.26609 0.234331 -2.26593 0.227255 -2.26578 0.236665 -2.26562 0.254802 -2.26546 0.262249 -2.26531 0.254052 -2.26515 0.24221 -2.26499 0.235119 -2.26484 0.229185 -2.26468 0.22541 -2.26452 0.236141 -2.26437 0.263631 -2.26421 0.289053 -2.26405 0.29635 -2.2639 0.293804 -2.26374 0.297901 -2.26358 0.305127 -2.26343 0.301297 -2.26327 0.288672 -2.26311 0.285923 -2.26295 0.300927 -2.2628 0.322805 -2.26264 0.338623 -2.26248 0.34349 -2.26233 0.334762 -2.26217 0.314406 -2.26201 0.297393 -2.26186 0.29947 -2.2617 0.315003 -2.26154 0.322313 -2.26139 0.314268 -2.26123 0.304922 -2.26107 0.303062 -2.26092 0.298858 -2.26076 0.284532 -2.2606 0.270012 -2.26045 0.265122 -2.26029 0.262223 -2.26013 0.251405 -2.25998 0.238772 -2.25982 0.236244 -2.25966 0.24181 -2.25951 0.248066 -2.25935 0.25756 -2.25919 0.275156 -2.25903 0.290348 -2.25888 0.287883 -2.25872 0.271969 -2.25856 0.264263 -2.25841 0.275618 -2.25825 0.292728 -2.25809 0.295447 -2.25794 0.278167 -2.25778 0.251191 -2.25762 0.230523 -2.25747 0.227425 -2.25731 0.242295 -2.25715 0.264578 -2.257 0.282687 -2.25684 0.294726 -2.25668 0.304137 -2.25653 0.31125 -2.25637 0.312026 -2.25621 0.306718 -2.25606 0.300416 -2.2559 0.29811 -2.25574 0.300777 -2.25559 0.308181 -2.25543 0.317736 -2.25527 0.323186 -2.25511 0.318591 -2.25496 0.307091 -2.2548 0.301481 -2.25464 0.316529 -2.25449 0.358271 -2.25433 0.417997 -2.25417 0.474473 -2.25402 0.51104 -2.25386 0.52827 -2.2537 0.537361 -2.25355 0.539143 -2.25339 0.521278 -2.25323 0.479074 -2.25308 0.430294 -2.25292 0.398888 -2.25276 0.392425 -2.25261 0.400499 -2.25245 0.40948 -2.25229 0.410219 -2.25214 0.401883 -2.25198 0.395338 -2.25182 0.407855 -2.25167 0.442582 -2.25151 0.479995 -2.25135 0.497563 -2.25119 0.493837 -2.25104 0.483432 -2.25088 0.475451 -2.25072 0.467033 -2.25057 0.454569 -2.25041 0.437421 -2.25025 0.414861 -2.2501 0.388776 -2.24994 0.365933 -2.24978 0.349597 -2.24963 0.334271 -2.24947 0.318407 -2.24931 0.313991 -2.24916 0.328501 -2.249 0.347257 -2.24884 0.349331 -2.24869 0.335883 -2.24853 0.32462 -2.24837 0.319572 -2.24822 0.310815 -2.24806 0.302033 -2.2479 0.311995 -2.24775 0.341141 -2.24759 0.361559 -2.24743 0.354312 -2.24727 0.337687 -2.24712 0.340843 -2.24696 0.364813 -2.2468 0.38711 -2.24665 0.396905 -2.24649 0.406123 -2.24633 0.425273 -2.24618 0.446231 -2.24602 0.454526 -2.24586 0.448956 -2.24571 0.440007 -2.24555 0.432326 -2.24539 0.415165 -2.24524 0.375085 -2.24508 0.315375 -2.24492 0.257727 -2.24477 0.220558 -2.24461 0.201249 -2.24445 0.187027 -2.2443 0.175009 -2.24414 0.172339 -2.24398 0.18048 -2.24383 0.192717 -2.24367 0.206953 -2.24351 0.227298 -2.24335 0.251774 -2.2432 0.269593 -2.24304 0.275935 -2.24288 0.277934 -2.24273 0.282598 -2.24257 0.290507 -2.24241 0.303369 -2.24226 0.326697 -2.2421 0.358041 -2.24194 0.383698 -2.24179 0.393097 -2.24163 0.388072 -2.24147 0.374077 -2.24132 0.351182 -2.24116 0.322715 -2.241 0.301852 -2.24085 0.298786 -2.24069 0.307976 -2.24053 0.314256 -2.24038 0.308196 -2.24022 0.288102 -2.24006 0.256203 -2.2399 0.221034 -2.23975 0.198442 -2.23959 0.199897 -2.23943 0.222054 -2.23928 0.250197 -2.23912 0.270863 -2.23896 0.278223 -2.23881 0.273092 -2.23865 0.262216 -2.23849 0.253581 -2.23834 0.250506 -2.23818 0.252893 -2.23802 0.264549 -2.23787 0.289614 -2.23771 0.318309 -2.23755 0.329423 -2.2374 0.31266 -2.23724 0.281354 -2.23708 0.25524 -2.23693 0.239274 -2.23677 0.228995 -2.23661 0.225791 -2.23646 0.235543 -2.2363 0.255983 -2.23614 0.277634 -2.23598 0.294839 -2.23583 0.308242 -2.23567 0.315482 -2.23551 0.312048 -2.23536 0.300769 -2.2352 0.293258 -2.23504 0.297025 -2.23489 0.304917 -2.23473 0.30112 -2.23457 0.27816 -2.23442 0.248606 -2.23426 0.236033 -2.2341 0.250367 -2.23395 0.276086 -2.23379 0.290116 -2.23363 0.288649 -2.23348 0.28571 -2.23332 0.288926 -2.23316 0.291145 -2.23301 0.285476 -2.23285 0.27524 -2.23269 0.262017 -2.23254 0.240497 -2.23238 0.214559 -2.23222 0.205298 -2.23206 0.228856 -2.23191 0.275676 -2.23175 0.321768 -2.23159 0.350514 -2.23144 0.356065 -2.23128 0.335974 -2.23112 0.29615 -2.23097 0.256094 -2.23081 0.232963 -2.23065 0.225393 -2.2305 0.223819 -2.23034 0.228684 -2.23018 0.244513 -2.23003 0.261282 -2.22987 0.261557 -2.22971 0.245558 -2.22956 0.234664 -2.2294 0.248488 -2.22924 0.285737 -2.22909 0.330863 -2.22893 0.370032 -2.22877 0.400363 -2.22862 0.429073 -2.22846 0.4639 -2.2283 0.501382 -2.22814 0.528245 -2.22799 0.536654 -2.22783 0.530082 -2.22767 0.509847 -2.22752 0.470945 -2.22736 0.419016 -2.2272 0.377045 -2.22705 0.359289 -2.22689 0.352662 -2.22673 0.342155 -2.22658 0.339359 -2.22642 0.360581 -2.22626 0.388942 -2.22611 0.390688 -2.22595 0.366304 -2.22579 0.351402 -2.22564 0.361911 -2.22548 0.371327 -2.22532 0.35661 -2.22517 0.334811 -2.22501 0.333755 -2.22485 0.350427 -2.2247 0.362274 -2.22454 0.364707 -2.22438 0.372419 -2.22422 0.390888 -2.22407 0.410514 -2.22391 0.426304 -2.22375 0.443297 -2.2236 0.460855 -2.22344 0.464811 -2.22328 0.441262 -2.22313 0.391147 -2.22297 0.331593 -2.22281 0.286747 -2.22266 0.273078 -2.2225 0.286436 -2.22234 0.30593 -2.22219 0.314731 -2.22203 0.314593 -2.22187 0.317125 -2.22172 0.326499 -2.22156 0.337682 -2.2214 0.346466 -2.22125 0.350027 -2.22109 0.345111 -2.22093 0.331474 -2.22078 0.318092 -2.22062 0.31522 -2.22046 0.322342 -2.2203 0.32931 -2.22015 0.331336 -2.21999 0.334891 -2.21983 0.346725 -2.21968 0.361066 -2.21952 0.362233 -2.21936 0.339414 -2.21921 0.299225 -2.21905 0.261968 -2.21889 0.244574 -2.21874 0.248205 -2.21858 0.261843 -2.21842 0.276507 -2.21827 0.289526 -2.21811 0.298101 -2.21795 0.29798 -2.2178 0.29221 -2.21764 0.291649 -2.21748 0.304716 -2.21733 0.328078 -2.21717 0.349848 -2.21701 0.357876 -2.21685 0.345663 -2.2167 0.317419 -2.21654 0.288059 -2.21638 0.272935 -2.21623 0.27314 -2.21607 0.278782 -2.21591 0.286485 -2.21576 0.302653 -2.2156 0.327869 -2.21544 0.348383 -2.21529 0.35018 -2.21513 0.332876 -2.21497 0.304342 -2.21482 0.271449 -2.21466 0.242662 -2.2145 0.229851 -2.21435 0.236788 -2.21419 0.252804 -2.21403 0.265929 -2.21388 0.276563 -2.21372 0.287531 -2.21356 0.292255 -2.21341 0.283283 -2.21325 0.269782 -2.21309 0.271286 -2.21293 0.293851 -2.21278 0.324267 -2.21262 0.344817 -2.21246 0.346408 -2.21231 0.329841 -2.21215 0.304273 -2.21199 0.283776 -2.21184 0.277594 -2.21168 0.282032 -2.21152 0.289328 -2.21137 0.298981 -2.21121 0.311128 -2.21105 0.312841 -2.2109 0.289847 -2.21074 0.251318 -2.21058 0.229855 -2.21043 0.24794 -2.21027 0.293786 -2.21011 0.334895 -2.20996 0.348997 -2.2098 0.336931 -2.20964 0.315307 -2.20949 0.303532 -2.20933 0.312758 -2.20917 0.338875 -2.20901 0.366984 -2.20886 0.385662 -2.2087 0.393301 -2.20854 0.390217 -2.20839 0.373807 -2.20823 0.345891 -2.20807 0.317324 -2.20792 0.300026 -2.20776 0.294209 -2.2076 0.290564 -2.20745 0.282891 -2.20729 0.274187 -2.20713 0.269775 -2.20698 0.269917 -2.20682 0.268537 -2.20666 0.25963 -2.20651 0.244155 -2.20635 0.231098 -2.20619 0.230024 -2.20604 0.243146 -2.20588 0.267909 -2.20572 0.302126 -2.20557 0.342038 -2.20541 0.376636 -2.20525 0.39374 -2.20509 0.394412 -2.20494 0.392455 -2.20478 0.395915 -2.20462 0.395163 -2.20447 0.378404 -2.20431 0.351993 -2.20415 0.333056 -2.204 0.325282 -2.20384 0.312777 -2.20368 0.280702 -2.20353 0.23509 -2.20337 0.195683 -2.20321 0.175782 -2.20306 0.173735 -2.2029 0.180435 -2.20274 0.18868 -2.20259 0.195595 -2.20243 0.201093 -2.20227 0.206531 -2.20212 0.212184 -2.20196 0.217508 -2.2018 0.224163 -2.20165 0.235656 -2.20149 0.250529 -2.20133 0.259305 -2.20117 0.252165 -2.20102 0.230502 -2.20086 0.205432 -2.2007 0.186506 -2.20055 0.178427 -2.20039 0.187436 -2.20023 0.219451 -2.20008 0.263952 -2.19992 0.294744 -2.19976 0.297191 -2.19961 0.290094 -2.19945 0.303329 -2.19929 0.33713 -2.19914 0.35811 -2.19898 0.343581 -2.19882 0.311691 -2.19867 0.296047 -2.19851 0.302699 -2.19835 0.308285 -2.1982 0.295729 -2.19804 0.274499 -2.19788 0.262934 -2.19773 0.264921 -2.19757 0.271067 -2.19741 0.275994 -2.19725 0.284037 -2.1971 0.300553 -2.19694 0.323037 -2.19678 0.34229 -2.19663 0.349145 -2.19647 0.340354 -2.19631 0.320733 -2.19616 0.302227 -2.196 0.297081 -2.19584 0.307678 -2.19569 0.322532 -2.19553 0.325043 -2.19537 0.310728 -2.19522 0.291034 -2.19506 0.279541 -2.1949 0.277583 -2.19475 0.27977 -2.19459 0.287241 -2.19443 0.305611 -2.19428 0.330493 -2.19412 0.345404 -2.19396 0.341224 -2.1938 0.324402 -2.19365 0.303584 -2.19349 0.275968 -2.19333 0.237258 -2.19318 0.198255 -2.19302 0.177584 -2.19286 0.182537 -2.19271 0.206726 -2.19255 0.242552 -2.19239 0.283846 -2.19224 0.317937 -2.19208 0.328787 -2.19192 0.31404 -2.19177 0.288076 -2.19161 0.266123 -2.19145 0.251728 -2.1913 0.24488 -2.19114 0.250271 -2.19098 0.271758 -2.19083 0.302724 -2.19067 0.32739 -2.19051 0.332344 -2.19036 0.316701 -2.1902 0.294042 -2.19004 0.284676 -2.18988 0.297982 -2.18973 0.321242 -2.18957 0.330571 -2.18941 0.313274 -2.18926 0.274912 -2.1891 0.228077 -2.18894 0.185744 -2.18879 0.164493 -2.18863 0.177391 -2.18847 0.216126 -2.18832 0.254984 -2.18816 0.281273 -2.188 0.309611 -2.18785 0.354396 -2.18769 0.400447 -2.18753 0.419456 -2.18738 0.411978 -2.18722 0.408385 -2.18706 0.426423 -2.18691 0.446957 -2.18675 0.441252 -2.18659 0.410335 -2.18644 0.380426 -2.18628 0.367927 -2.18612 0.363074 -2.18596 0.350382 -2.18581 0.332849 -2.18565 0.327953 -2.18549 0.341806 -2.18534 0.357813 -2.18518 0.355744 -2.18502 0.338999 -2.18487 0.331817 -2.18471 0.348734 -2.18455 0.374955 -2.1844 0.384638 -2.18424 0.371574 -2.18408 0.350557 -2.18393 0.331617 -2.18377 0.309821 -2.18361 0.280738 -2.18346 0.252579 -2.1833 0.234759 -2.18314 0.227208 -2.18299 0.229313 -2.18283 0.249444 -2.18267 0.291614 -2.18252 0.338735 -2.18236 0.366269 -2.1822 0.371835 -2.18204 0.375994 -2.18189 0.390393 -2.18173 0.400632 -2.18157 0.387299 -2.18142 0.353752 -2.18126 0.322794 -2.1811 0.310433 -2.18095 0.314575 -2.18079 0.324294 -2.18063 0.329122 -2.18048 0.32187 -2.18032 0.30199 -2.18016 0.279765 -2.18001 0.268764 -2.17985 0.273425 -2.17969 0.287704 -2.17954 0.306842 -2.17938 0.332322 -2.17922 0.364699 -2.17907 0.397921 -2.17891 0.425555 -2.17875 0.445846 -2.1786 0.455051 -2.17844 0.44575 -2.17828 0.418121 -2.17812 0.388971 -2.17797 0.375165 -2.17781 0.372139 -2.17765 0.35738 -2.1775 0.31863 -2.17734 0.270691 -2.17718 0.2391 -2.17703 0.236121 -2.17687 0.255525 -2.17671 0.286015 -2.17656 0.319146 -2.1764 0.348 -2.17624 0.364774 -2.17609 0.364859 -2.17593 0.350612 -2.17577 0.330455 -2.17562 0.314494 -2.17546 0.307663 -2.1753 0.306598 -2.17515 0.3039 -2.17499 0.297655 -2.17483 0.295016 -2.17468 0.302685 -2.17452 0.31534 -2.17436 0.319377 -2.1742 0.308725 -2.17405 0.29282 -2.17389 0.286583 -2.17373 0.295337 -2.17358 0.309534 -2.17342 0.316854 -2.17326 0.314433 -2.17311 0.309867 -2.17295 0.307372 -2.17279 0.298245 -2.17264 0.271147 -2.17248 0.233668 -2.17232 0.216068 -2.17217 0.243922 -2.17201 0.308593 -2.17185 0.373069 -2.1717 0.408279 -2.17154 0.415479 -2.17138 0.410869 -2.17123 0.402314 -2.17107 0.387883 -2.17091 0.369385 -2.17075 0.353563 -2.1706 0.339533 -2.17044 0.319782 -2.17028 0.293438 -2.17013 0.272173 -2.16997 0.26622 -2.16981 0.274843 -2.16966 0.292648 -2.1695 0.317706 -2.16934 0.343981 -2.16919 0.355284 -2.16903 0.339388 -2.16887 0.306872 -2.16872 0.285805 -2.16856 0.293114 -2.1684 0.318843 -2.16825 0.342186 -2.16809 0.355082 -2.16793 0.361736 -2.16778 0.362142 -2.16762 0.347938 -2.16746 0.317602 -2.16731 0.287543 -2.16715 0.279989 -2.16699 0.299349 -2.16683 0.326479 -2.16668 0.337826 -2.16652 0.326796 -2.16636 0.304307 -2.16621 0.283238 -2.16605 0.26833 -2.16589 0.260362 -2.16574 0.262578 -2.16558 0.277032 -2.16542 0.29747 -2.16527 0.311978 -2.16511 0.312864 -2.16495 0.301516 -2.1648 0.285454 -2.16464 0.273605 -2.16448 0.27073 -2.16433 0.270354 -2.16417 0.256363 -2.16401 0.220309 -2.16386 0.177808 -2.1637 0.160377 -2.16354 0.186547 -2.16339 0.245612 -2.16323 0.310061 -2.16307 0.357815 -2.16291 0.378857 -2.16276 0.370945 -2.1626 0.340935 -2.16244 0.306775 -2.16229 0.28876 -2.16213 0.295233 -2.16197 0.319731 -2.16182 0.351246 -2.16166 0.380291 -2.1615 0.397186 -2.16135 0.393265 -2.16119 0.370807 -2.16103 0.344619 -2.16088 0.32854 -2.16072 0.321837 -2.16056 0.312604 -2.16041 0.291119 -2.16025 0.256789 -2.16009 0.214931 -2.15994 0.17209 -2.15978 0.13531 -2.15962 0.109628 -2.15947 0.096459 -2.15931 0.0952246 -2.15915 0.107153 -2.15899 0.131571 -2.15884 0.160298 -2.15868 0.182792 -2.15852 0.199167 -2.15837 0.220185 -2.15821 0.24948 -2.15805 0.272877 -2.1579 0.273641 -2.15774 0.255925 -2.15758 0.24113 -2.15743 0.242558 -2.15727 0.255691 -2.15711 0.27468 -2.15696 0.303996 -2.1568 0.345383 -2.15664 0.384987 -2.15649 0.405015 -2.15633 0.403548 -2.15617 0.391695 -2.15602 0.375808 -2.15586 0.35433 -2.1557 0.331351 -2.15555 0.316824 -2.15539 0.312027 -2.15523 0.306114 -2.15507 0.291789 -2.15492 0.274654 -2.15476 0.262969 -2.1546 0.25687 -2.15445 0.253609 -2.15429 0.254797 -2.15413 0.261085 -2.15398 0.267097 -2.15382 0.268086 -2.15366 0.266818 -2.15351 0.266087 -2.15335 0.262413 -2.15319 0.252135 -2.15304 0.241196 -2.15288 0.239606 -2.15272 0.250236 -2.15257 0.268937 -2.15241 0.292055 -2.15225 0.315729 -2.1521 0.332473 -2.15194 0.338734 -2.15178 0.34311 -2.15163 0.357864 -2.15147 0.382891 -2.15131 0.404901 -2.15115 0.413548 -2.151 0.410344 -2.15084 0.401325 -2.15068 0.391755 -2.15053 0.388076 -2.15037 0.394725 -2.15021 0.405021 -2.15006 0.403235 -2.1499 0.381777 -2.14974 0.352323 -2.14959 0.333351 -2.14943 0.330865 -2.14927 0.33423 -2.14912 0.328519 -2.14896 0.306677 -2.1488 0.272659 -2.14865 0.239004 -2.14849 0.219826 -2.14833 0.220051 -2.14818 0.230763 -2.14802 0.238859 -2.14786 0.243445 -2.14771 0.2607 -2.14755 0.308247 -2.14739 0.382542 -2.14723 0.454932 -2.14708 0.494588 -2.14692 0.495144 -2.14676 0.477757 -2.14661 0.466939 -2.14645 0.468732 -2.14629 0.473994 -2.14614 0.47551 -2.14598 0.474184 -2.14582 0.470599 -2.14567 0.458271 -2.14551 0.430128 -2.14535 0.387609 -2.1452 0.342383 -2.14504 0.307732 -2.14488 0.289929 -2.14473 0.286568 -2.14457 0.291612 -2.14441 0.301134 -2.14426 0.312024 -2.1441 0.31858 -2.14394 0.316207 -2.14378 0.308129 -2.14363 0.304321 -2.14347 0.308446 -2.14331 0.313111 -2.14316 0.310826 -2.143 0.302727 -2.14284 0.29397 -2.14269 0.287031 -2.14253 0.284998 -2.14237 0.295997 -2.14222 0.322987 -2.14206 0.357251 -2.1419 0.388254 -2.14175 0.415488 -2.14159 0.439498 -2.14143 0.446685 -2.14128 0.418862 -2.14112 0.359624 -2.14096 0.296849 -2.14081 0.257012 -2.14065 0.245669 -2.14049 0.255034 -2.14034 0.278115 -2.14018 0.308031 -2.14002 0.332731 -2.13986 0.341203 -2.13971 0.333278 -2.13955 0.318931 -2.13939 0.307571 -2.13924 0.299007 -2.13908 0.285148 -2.13892 0.263032 -2.13877 0.244859 -2.13861 0.247472 -2.13845 0.267177 -2.1383 0.276414 -2.13814 0.25772 -2.13798 0.230533 -2.13783 0.226498 -2.13767 0.245182 -2.13751 0.254445 -2.13736 0.23672 -2.1372 0.209928 -2.13704 0.197113 -2.13689 0.196971 -2.13673 0.196043 -2.13657 0.191439 -2.13642 0.187829 -2.13626 0.185105 -2.1361 0.186069 -2.13594 0.203351 -2.13579 0.243289 -2.13563 0.290516 -2.13547 0.323903 -2.13532 0.340817 -2.13516 0.353498 -2.135 0.366696 -2.13485 0.375458 -2.13469 0.378376 -2.13453 0.377383 -2.13438 0.368207 -2.13422 0.346728 -2.13406 0.322687 -2.13391 0.31392 -2.13375 0.324068 -2.13359 0.340349 -2.13344 0.350873 -2.13328 0.35342 -2.13312 0.348228 -2.13297 0.335147 -2.13281 0.321643 -2.13265 0.321427 -2.1325 0.340763 -2.13234 0.370823 -2.13218 0.395224 -2.13202 0.399207 -2.13187 0.378048 -2.13171 0.344283 -2.13155 0.323223 -2.1314 0.330344 -2.13124 0.352814 -2.13108 0.36585 -2.13093 0.362686 -2.13077 0.355691 -2.13061 0.352209 -2.13046 0.345462 -2.1303 0.332269 -2.13014 0.32292 -2.12999 0.324819 -2.12983 0.330712 -2.12967 0.330516 -2.12952 0.325022 -2.12936 0.323229 -2.1292 0.331052 -2.12905 0.348585 -2.12889 0.370792 -2.12873 0.387148 -2.12858 0.390142 -2.12842 0.385801 -2.12826 0.386614 -2.1281 0.393362 -2.12795 0.395094 -2.12779 0.388303 -2.12763 0.383565 -2.12748 0.387119 -2.12732 0.3925 -2.12716 0.396706 -2.12701 0.407968 -2.12685 0.427117 -2.12669 0.434523 -2.12654 0.412887 -2.12638 0.374669 -2.12622 0.350847 -2.12607 0.356869 -2.12591 0.381281 -2.12575 0.401824 -2.1256 0.401989 -2.12544 0.376835 -2.12528 0.338781 -2.12513 0.314772 -2.12497 0.322683 -2.12481 0.351128 -2.12466 0.371463 -2.1245 0.369445 -2.12434 0.353669 -2.12418 0.335856 -2.12403 0.318893 -2.12387 0.305622 -2.12371 0.303199 -2.12356 0.31169 -2.1234 0.318395 -2.12324 0.311068 -2.12309 0.292827 -2.12293 0.27836 -2.12277 0.280523 -2.12262 0.303647 -2.12246 0.341192 -2.1223 0.377443 -2.12215 0.397999 -2.12199 0.402408 -2.12183 0.401993 -2.12168 0.403007 -2.12152 0.400962 -2.12136 0.394181 -2.12121 0.391494 -2.12105 0.399855 -2.12089 0.409546 -2.12073 0.405219 -2.12058 0.387685 -2.12042 0.372886 -2.12026 0.368331 -2.12011 0.361767 -2.11995 0.337303 -2.11979 0.297744 -2.11964 0.262666 -2.11948 0.246732 -2.11932 0.24681 -2.11917 0.251601 -2.11901 0.257716 -2.11885 0.268769 -2.1187 0.282857 -2.11854 0.289493 -2.11838 0.28371 -2.11823 0.276654 -2.11807 0.28561 -2.11791 0.315819 -2.11776 0.359615 -2.1176 0.406982 -2.11744 0.448571 -2.11729 0.469164 -2.11713 0.454805 -2.11697 0.411294 -2.11681 0.36532 -2.11666 0.339241 -2.1165 0.331441 -2.11634 0.328582 -2.11619 0.327534 -2.11603 0.334601 -2.11587 0.347752 -2.11572 0.353987 -2.11556 0.347264 -2.1154 0.337104 -2.11525 0.335213 -2.11509 0.341142 -2.11493 0.346912 -2.11478 0.348402 -2.11462 0.346982 -2.11446 0.34371 -2.11431 0.339061 -2.11415 0.335183 -2.11399 0.337387 -2.11384 0.351798 -2.11368 0.38068 -2.11352 0.417901 -2.11337 0.44695 -2.11321 0.449006 -2.11305 0.420109 -2.11289 0.37623 -2.11274 0.339497 -2.11258 0.320538 -2.11242 0.314735 -2.11227 0.314031 -2.11211 0.313791 -2.11195 0.314312 -2.1118 0.319007 -2.11164 0.331978 -2.11148 0.352856 -2.11133 0.371322 -2.11117 0.372662 -2.11101 0.352924 -2.11086 0.323839 -2.1107 0.303927 -2.11054 0.303739 -2.11039 0.319096 -2.11023 0.337429 -2.11007 0.346753 -2.10992 0.343869 -2.10976 0.336078 -2.1096 0.33467 -2.10945 0.344382 -2.10929 0.35902 -2.10913 0.365727 -2.10897 0.356479 -2.10882 0.335359 -2.10866 0.314201 -2.1085 0.302531 -2.10835 0.300031 -2.10819 0.30118 -2.10803 0.305257 -2.10788 0.318115 -2.10772 0.344312 -2.10756 0.379827 -2.10741 0.417481 -2.10725 0.453174 -2.10709 0.482273 -2.10694 0.494454 -2.10678 0.482266 -2.10662 0.454111 -2.10647 0.431008 -2.10631 0.423156 -2.10615 0.416675 -2.106 0.392514 -2.10584 0.351773 -2.10568 0.315291 -2.10553 0.298012 -2.10537 0.293602 -2.10521 0.286939 -2.10505 0.272873 -2.1049 0.257339 -2.10474 0.243112 -2.10458 0.226158 -2.10443 0.204907 -2.10427 0.18589 -2.10411 0.176513 -2.10396 0.174662 -2.1038 0.17363 -2.10364 0.171704 -2.10349 0.173916 -2.10333 0.18192 -2.10317 0.190246 -2.10302 0.194003 -2.10286 0.195855 -2.1027 0.201662 -2.10255 0.214499 -2.10239 0.236086 -2.10223 0.268222 -2.10208 0.308923 -2.10192 0.349228 -2.10176 0.376309 -2.10161 0.381122 -2.10145 0.361877 -2.10129 0.326437 -2.10113 0.292829 -2.10098 0.28085 -2.10082 0.29322 -2.10066 0.310754 -2.10051 0.313917 -2.10035 0.306357 -2.10019 0.308485 -2.10004 0.330489 -2.09988 0.362341 -2.09972 0.388769 -2.09957 0.403283 -2.09941 0.40558 -2.09925 0.398526 -2.0991 0.390805 -2.09894 0.392593 -2.09878 0.402318 -2.09863 0.408302 -2.09847 0.405867 -2.09831 0.402473 -2.09816 0.401012 -2.098 0.390685 -2.09784 0.36319 -2.09768 0.327411 -2.09753 0.298592 -2.09737 0.284051 -2.09721 0.287227 -2.09706 0.315377 -2.0969 0.366254 -2.09674 0.41531 -2.09659 0.433167 -2.09643 0.413528 -2.09627 0.37465 -2.09612 0.335145 -2.09596 0.30378 -2.0958 0.286784 -2.09565 0.28625 -2.09549 0.290803 -2.09533 0.284978 -2.09518 0.270154 -2.09502 0.264785 -2.09486 0.27837 -2.09471 0.30174 -2.09455 0.322942 -2.09439 0.338586 -2.09424 0.346483 -2.09408 0.336998 -2.09392 0.308498 -2.09376 0.276006 -2.09361 0.256085 -2.09345 0.250593 -2.09329 0.25197 -2.09314 0.257517 -2.09298 0.268037 -2.09282 0.278895 -2.09267 0.285089 -2.09251 0.289898 -2.09235 0.297688 -2.0922 0.30357 -2.09204 0.298952 -2.09188 0.287332 -2.09173 0.284002 -2.09157 0.296567 -2.09141 0.313539 -2.09126 0.318072 -2.0911 0.307564 -2.09094 0.297093 -2.09079 0.300289 -2.09063 0.311633 -2.09047 0.312082 -2.09032 0.291986 -2.09016 0.264262 -2.09 0.250845 -2.08984 0.258762 -2.08969 0.276574 -2.08953 0.290401 -2.08937 0.292918 -2.08922 0.279011 -2.08906 0.244738 -2.0889 0.200332 -2.08875 0.169427 -2.08859 0.169748 -2.08843 0.198003 -2.08828 0.240414 -2.08812 0.28758 -2.08796 0.334706 -2.08781 0.372829 -2.08765 0.393066 -2.08749 0.397033 -2.08734 0.392991 -2.08718 0.386718 -2.08702 0.38073 -2.08687 0.380114 -2.08671 0.387642 -2.08655 0.395493 -2.0864 0.390418 -2.08624 0.367884 -2.08608 0.334879 -2.08592 0.30036 -2.08577 0.269831 -2.08561 0.248552 -2.08545 0.24228 -2.0853 0.252932 -2.08514 0.276109 -2.08498 0.30315 -2.08483 0.3224 -2.08467 0.324085 -2.08451 0.309459 -2.08436 0.292568 -2.0842 0.286378 -2.08404 0.289469 -2.08389 0.294556 -2.08373 0.305859 -2.08357 0.335669 -2.08342 0.383369 -2.08326 0.428955 -2.0831 0.449081 -2.08295 0.435332 -2.08279 0.395237 -2.08263 0.345922 -2.08248 0.30936 -2.08232 0.299311 -2.08216 0.30829 -2.082 0.313687 -2.08185 0.303916 -2.08169 0.292401 -2.08153 0.298974 -2.08138 0.323387 -2.08122 0.346631 -2.08106 0.354765 -2.08091 0.353684 -2.08075 0.35771 -2.08059 0.370223 -2.08044 0.38063 -2.08028 0.378573 -2.08012 0.36751 -2.07997 0.36258 -2.07981 0.372968 -2.07965 0.389776 -2.0795 0.394663 -2.07934 0.378376 -2.07918 0.347244 -2.07903 0.31343 -2.07887 0.286971 -2.07871 0.276406 -2.07856 0.287104 -2.0784 0.312964 -2.07824 0.336904 -2.07808 0.346019 -2.07793 0.345321 -2.07777 0.348784 -2.07761 0.360792 -2.07746 0.372437 -2.0773 0.373019 -2.07714 0.359976 -2.07699 0.337248 -2.07683 0.311882 -2.07667 0.293417 -2.07652 0.291376 -2.07636 0.308299 -2.0762 0.336968 -2.07605 0.366913 -2.07589 0.392768 -2.07573 0.414554 -2.07558 0.431554 -2.07542 0.438927 -2.07526 0.431025 -2.07511 0.407833 -2.07495 0.377755 -2.07479 0.353224 -2.07463 0.342917 -2.07448 0.349137 -2.07432 0.370698 -2.07416 0.405524 -2.07401 0.446925 -2.07385 0.479519 -2.07369 0.486084 -2.07354 0.461614 -2.07338 0.420084 -2.07322 0.384183 -2.07307 0.368604 -2.07291 0.373304 -2.07275 0.388948 -2.0726 0.402765 -2.07244 0.402548 -2.07228 0.380867 -2.07213 0.341576 -2.07197 0.300574 -2.07181 0.275596 -2.07166 0.274391 -2.0715 0.293469 -2.07134 0.324024 -2.07119 0.356924 -2.07103 0.38269 -2.07087 0.395787 -2.07071 0.398348 -2.07056 0.395448 -2.0704 0.38614 -2.07024 0.362175 -2.07009 0.321987 -2.06993 0.280396 -2.06977 0.256703 -2.06962 0.253323 -2.06946 0.253956 -2.0693 0.24398 -2.06915 0.228975 -2.06899 0.226984 -2.06883 0.245467 -2.06868 0.274346 -2.06852 0.30264 -2.06836 0.334712 -2.06821 0.380147 -2.06805 0.431183 -2.06789 0.461626 -2.06774 0.454226 -2.06758 0.422282 -2.06742 0.395833 -2.06727 0.389376 -2.06711 0.391646 -2.06695 0.386537 -2.06679 0.371631 -2.06664 0.356052 -2.06648 0.347815 -2.06632 0.348677 -2.06617 0.354449 -2.06601 0.354192 -2.06585 0.336604 -2.0657 0.303259 -2.06554 0.271841 -2.06538 0.258585 -2.06523 0.261958 -2.06507 0.268774 -2.06491 0.272753 -2.06476 0.276915 -2.0646 0.282641 -2.06444 0.285955 -2.06429 0.284299 -2.06413 0.278591 -2.06397 0.267749 -2.06382 0.250208 -2.06366 0.233433 -2.0635 0.23237 -2.06335 0.253703 -2.06319 0.288297 -2.06303 0.322855 -2.06287 0.350477 -2.06272 0.366588 -2.06256 0.36151 -2.0624 0.33161 -2.06225 0.291768 -2.06209 0.265681 -2.06193 0.260299 -2.06178 0.257846 -2.06162 0.238215 -2.06146 0.202584 -2.06131 0.169495 -2.06115 0.151912 -2.06099 0.146817 -2.06084 0.146395 -2.06068 0.149191 -2.06052 0.156839 -2.06037 0.166091 -2.06021 0.173712 -2.06005 0.183067 -2.0599 0.199704 -2.05974 0.218527 -2.05958 0.227875 -2.05943 0.226248 -2.05927 0.227228 -2.05911 0.241211 -2.05895 0.259678 -2.0588 0.265934 -2.05864 0.257797 -2.05848 0.250445 -2.05833 0.257614 -2.05817 0.276833 -2.05801 0.294702 -2.05786 0.301499 -2.0577 0.299233 -2.05754 0.297118 -2.05739 0.300679 -2.05723 0.304149 -2.05707 0.298308 -2.05692 0.285349 -2.05676 0.279964 -2.0566 0.292259 -2.05645 0.315732 -2.05629 0.336708 -2.05613 0.349456 -2.05598 0.355849 -2.05582 0.3551 -2.05566 0.344859 -2.05551 0.329591 -2.05535 0.31729 -2.05519 0.310315 -2.05503 0.306397 -2.05488 0.308043 -2.05472 0.320404 -2.05456 0.341719 -2.05441 0.363707 -2.05425 0.381401 -2.05409 0.391762 -2.05394 0.3869 -2.05378 0.362454 -2.05362 0.331224 -2.05347 0.314246 -2.05331 0.314146 -2.05315 0.312136 -2.053 0.293287 -2.05284 0.263229 -2.05268 0.23322 -2.05253 0.207326 -2.05237 0.189148 -2.05221 0.187454 -2.05206 0.200156 -2.0519 0.208473 -2.05174 0.201272 -2.05158 0.194737 -2.05143 0.210545 -2.05127 0.242919 -2.05111 0.266751 -2.05096 0.271907 -2.0508 0.271443 -2.05064 0.279162 -2.05049 0.295648 -2.05033 0.32128 -2.05017 0.358847 -2.05002 0.399635 -2.04986 0.423668 -2.0497 0.423278 -2.04955 0.41518 -2.04939 0.417184 -2.04923 0.421525 -2.04908 0.405579 -2.04892 0.364558 -2.04876 0.322306 -2.04861 0.30673 -2.04845 0.3223 -2.04829 0.3471 -2.04814 0.355536 -2.04798 0.338473 -2.04782 0.306373 -2.04766 0.276459 -2.04751 0.261893 -2.04735 0.269397 -2.04719 0.297644 -2.04704 0.330953 -2.04688 0.344819 -2.04672 0.327442 -2.04657 0.297093 -2.04641 0.286003 -2.04625 0.304547 -2.0461 0.331739 -2.04594 0.342988 -2.04578 0.338515 -2.04563 0.337084 -2.04547 0.348144 -2.04531 0.361179 -2.04516 0.360569 -2.045 0.342713 -2.04484 0.317021 -2.04469 0.293447 -2.04453 0.273625 -2.04437 0.254891 -2.04422 0.240159 -2.04406 0.240735 -2.0439 0.264236 -2.04374 0.301876 -2.04359 0.333046 -2.04343 0.343458 -2.04327 0.335678 -2.04312 0.322019 -2.04296 0.311383 -2.0428 0.307362 -2.04265 0.31245 -2.04249 0.326854 -2.04233 0.345619 -2.04218 0.359141 -2.04202 0.359155 -2.04186 0.343552 -2.04171 0.317787 -2.04155 0.293614 -2.04139 0.283425 -2.04124 0.292267 -2.04108 0.315695 -2.04092 0.343647 -2.04077 0.366246 -2.04061 0.375934 -2.04045 0.372005 -2.0403 0.364022 -2.04014 0.36445 -2.03998 0.374094 -2.03982 0.378537 -2.03967 0.365661 -2.03951 0.343087 -2.03935 0.329664 -2.0392 0.330485 -2.03904 0.328768 -2.03888 0.305914 -2.03873 0.264648 -2.03857 0.226704 -2.03841 0.210178 -2.03826 0.215349 -2.0381 0.230936 -2.03794 0.247563 -2.03779 0.26234 -2.03763 0.274182 -2.03747 0.279887 -2.03732 0.277686 -2.03716 0.268634 -2.037 0.253643 -2.03685 0.23355 -2.03669 0.211643 -2.03653 0.194218 -2.03638 0.184005 -2.03622 0.177374 -2.03606 0.172936 -2.0359 0.178432 -2.03575 0.20291 -2.03559 0.242185 -2.03543 0.279139 -2.03528 0.302061 -2.03512 0.314248 -2.03496 0.322162 -2.03481 0.323427 -2.03465 0.312832 -2.03449 0.295646 -2.03434 0.284745 -2.03418 0.284253 -2.03402 0.285407 -2.03387 0.279324 -2.03371 0.268851 -2.03355 0.26391 -2.0334 0.267697 -2.03324 0.275138 -2.03308 0.283602 -2.03293 0.298448 -2.03277 0.324784 -2.03261 0.357536 -2.03246 0.382327 -2.0323 0.389932 -2.03214 0.38224 -2.03198 0.36595 -2.03183 0.343559 -2.03167 0.316361 -2.03151 0.291636 -2.03136 0.279523 -2.0312 0.281829 -2.03104 0.29046 -2.03089 0.297756 -2.03073 0.304478 -2.03057 0.312757 -2.03042 0.320259 -2.03026 0.326135 -2.0301 0.335646 -2.02995 0.352412 -2.02979 0.368246 -2.02963 0.367815 -2.02948 0.345853 -2.02932 0.314814 -2.02916 0.293352 -2.02901 0.291376 -2.02885 0.303827 -2.02869 0.318016 -2.02854 0.323775 -2.02838 0.319673 -2.02822 0.311159 -2.02806 0.302291 -2.02791 0.292453 -2.02775 0.282094 -2.02759 0.278012 -2.02744 0.287993 -2.02728 0.310716 -2.02712 0.334674 -2.02697 0.349581 -2.02681 0.356743 -2.02665 0.366306 -2.0265 0.384867 -2.02634 0.404259 -2.02618 0.407156 -2.02603 0.38492 -2.02587 0.350318 -2.02571 0.326896 -2.02556 0.324444 -2.0254 0.330889 -2.02524 0.331987 -2.02509 0.329699 -2.02493 0.334414 -2.02477 0.34783 -2.02461 0.36302 -2.02446 0.376371 -2.0243 0.386142 -2.02414 0.383813 -2.02399 0.360493 -2.02383 0.32322 -2.02367 0.291804 -2.02352 0.276098 -2.02336 0.269178 -2.0232 0.265645 -2.02305 0.270595 -2.02289 0.283344 -2.02273 0.289175 -2.02258 0.280321 -2.02242 0.272932 -2.02226 0.286606 -2.02211 0.313778 -2.02195 0.328132 -2.02179 0.321258 -2.02164 0.312951 -2.02148 0.324075 -2.02132 0.352774 -2.02117 0.384938 -2.02101 0.414084 -2.02085 0.440082 -2.02069 0.458181 -2.02054 0.46043 -2.02038 0.445888 -2.02022 0.421873 -2.02007 0.393591 -2.01991 0.359712 -2.01975 0.319543 -2.0196 0.280575 -2.01944 0.255099 -2.01928 0.245523 -2.01913 0.239872 -2.01897 0.224877 -2.01881 0.204436 -2.01866 0.198162 -2.0185 0.217801 -2.01834 0.253396 -2.01819 0.286533 -2.01803 0.310574 -2.01787 0.328328 -2.01772 0.336597 -2.01756 0.32636 -2.0174 0.299759 -2.01725 0.275292 -2.01709 0.269766 -2.01693 0.28231 -2.01677 0.299515 -2.01662 0.310406 -2.01646 0.313117 -2.0163 0.311811 -2.01615 0.31018 -2.01599 0.305445 -2.01583 0.289083 -2.01568 0.259967 -2.01552 0.234234 -2.01536 0.232602 -2.01521 0.256164 -2.01505 0.284042 -2.01489 0.299179 -2.01474 0.304719 -2.01458 0.310837 -2.01442 0.316336 -2.01427 0.312804 -2.01411 0.299787 -2.01395 0.284351 -2.0138 0.270887 -2.01364 0.259606 -2.01348 0.252094 -2.01333 0.249689 -2.01317 0.248312 -2.01301 0.243683 -2.01285 0.237988 -2.0127 0.236525 -2.01254 0.238577 -2.01238 0.239912 -2.01223 0.238753 -2.01207 0.233823 -2.01191 0.220613 -2.01176 0.199133 -2.0116 0.1813 -2.01144 0.179607 -2.01129 0.191296 -2.01113 0.204192 -2.01097 0.21514 -2.01082 0.231541 -2.01066 0.254933 -2.0105 0.27591 -2.01035 0.288431 -2.01019 0.296619 -2.01003 0.303511 -2.00988 0.301993 -2.00972 0.28616 -2.00956 0.263638 -2.00941 0.251459 -2.00925 0.261069 -2.00909 0.291075 -2.00893 0.329365 -2.00878 0.359405 -2.00862 0.371981 -2.00846 0.372469 -2.00831 0.374438 -2.00815 0.382248 -2.00799 0.384993 -2.00784 0.370498 -2.00768 0.340125 -2.00752 0.306123 -2.00737 0.280122 -2.00721 0.265465 -2.00705 0.257252 -2.0069 0.247748 -2.00674 0.234988 -2.00658 0.228537 -2.00643 0.240373 -2.00627 0.269066 -2.00611 0.299496 -2.00596 0.32065 -2.0058 0.334516 -2.00564 0.345638 -2.00549 0.351016 -2.00533 0.347352 -2.00517 0.34227 -2.00501 0.347272 -2.00486 0.362949 -2.0047 0.378536 -2.00454 0.384808 -2.00439 0.381784 -2.00423 0.372996 -2.00407 0.360224 -2.00392 0.343286 -2.00376 0.321784 -2.0036 0.297013 -2.00345 0.273179 -2.00329 0.255023 -2.00313 0.244128 -2.00298 0.237821 -2.00282 0.23417 -2.00266 0.234723 -2.00251 0.239651 -2.00235 0.244557 -2.00219 0.245539 -2.00204 0.243941 -2.00188 0.245387 -2.00172 0.253287 -2.00156 0.265951 -2.00141 0.276668 -2.00125 0.276027 -2.00109 0.261808 -2.00094 0.245774 -2.00078 0.245829 -2.00062 0.26773 -2.00047 0.301728 -2.00031 0.335265 -2.00015 0.363071 -2 0.378814 -1.99984 0.372085 -1.99968 0.342951 -1.99953 0.309689 -1.99937 0.291611 -1.99921 0.287571 -1.99906 0.284802 -1.9989 0.282122 -1.99874 0.29011 -1.99859 0.310839 -1.99843 0.330892 -1.99827 0.338334 -1.99812 0.335298 -1.99796 0.331818 -1.9978 0.335044 -1.99764 0.347313 -1.99749 0.362688 -1.99733 0.365683 -1.99717 0.343942 -1.99702 0.304946 -1.99686 0.271406 -1.9967 0.253566 -1.99655 0.238377 -1.99639 0.213008 -1.99623 0.186936 -1.99608 0.180034 -1.99592 0.195022 -1.99576 0.213751 -1.99561 0.220937 -1.99545 0.219421 -1.99529 0.220983 -1.99514 0.231974 -1.99498 0.250856 -1.99482 0.274246 -1.99467 0.300893 -1.99451 0.328855 -1.99435 0.355254 -1.9942 0.376524 -1.99404 0.390526 -1.99388 0.398109 -1.99372 0.401865 -1.99357 0.403152 -1.99341 0.402511 -1.99325 0.400653 -1.9931 0.399497 -1.99294 0.39966 -1.99278 0.400122 -1.99263 0.399838 -1.99247 0.397339 -1.99231 0.387899 -1.99216 0.365068 -1.992 0.331865 -1.99184 0.30682 -1.99169 0.308702 -1.99153 0.333468 -1.99137 0.355476 -1.99122 0.355104 -1.99106 0.341239 -1.9909 0.336401 -1.99075 0.346179 -1.99059 0.354988 -1.99043 0.351401 -1.99028 0.343673 -1.99012 0.343124 -1.98996 0.342906 -1.9898 0.327467 -1.98965 0.298468 -1.98949 0.277169 -1.98933 0.279015 -1.98918 0.295744 -1.98902 0.307292 -1.98886 0.303623 -1.98871 0.289932 -1.98855 0.27879 -1.98839 0.28081 -1.98824 0.298401 -1.98808 0.32242 -1.98792 0.33905 -1.98777 0.343929 -1.98761 0.344855 -1.98745 0.347264 -1.9873 0.34455 -1.98714 0.329806 -1.98698 0.311767 -1.98683 0.306697 -1.98667 0.315631 -1.98651 0.319802 -1.98636 0.30296 -1.9862 0.271978 -1.98604 0.25067 -1.98588 0.255017 -1.98573 0.27889 -1.98557 0.303729 -1.98541 0.317572 -1.98526 0.321702 -1.9851 0.320601 -1.98494 0.314148 -1.98479 0.30375 -1.98463 0.300654 -1.98447 0.31454 -1.98432 0.337491 -1.98416 0.350495 -1.984 0.347186 -1.98385 0.340571 -1.98369 0.342977 -1.98353 0.350576 -1.98338 0.355904 -1.98322 0.359797 -1.98306 0.363546 -1.98291 0.358264 -1.98275 0.337194 -1.98259 0.310473 -1.98244 0.294351 -1.98228 0.289721 -1.98212 0.286452 -1.98196 0.283364 -1.98181 0.289735 -1.98165 0.308247 -1.98149 0.330566 -1.98134 0.347151 -1.98118 0.352232 -1.98102 0.341528 -1.98087 0.318789 -1.98071 0.301331 -1.98055 0.303519 -1.9804 0.314347 -1.98024 0.30925 -1.98008 0.285948 -1.97993 0.271567 -1.97977 0.288083 -1.97961 0.326231 -1.97946 0.361657 -1.9793 0.381985 -1.97914 0.388597 -1.97899 0.384395 -1.97883 0.370891 -1.97867 0.351245 -1.97851 0.327973 -1.97836 0.301216 -1.9782 0.274998 -1.97804 0.256244 -1.97789 0.24524 -1.97773 0.238747 -1.97757 0.244882 -1.97742 0.281181 -1.97726 0.345296 -1.9771 0.405316 -1.97695 0.430239 -1.97679 0.422347 -1.97663 0.406031 -1.97648 0.393964 -1.97632 0.382902 -1.97616 0.375376 -1.97601 0.38372 -1.97585 0.40843 -1.97569 0.430979 -1.97554 0.433782 -1.97538 0.418478 -1.97522 0.397183 -1.97507 0.374281 -1.97491 0.346921 -1.97475 0.319359 -1.97459 0.307728 -1.97444 0.324152 -1.97428 0.357904 -1.97412 0.378984 -1.97397 0.365338 -1.97381 0.323832 -1.97365 0.278689 -1.9735 0.245422 -1.97334 0.225714 -1.97318 0.223311 -1.97303 0.245766 -1.97287 0.287076 -1.97271 0.322557 -1.97256 0.336776 -1.9724 0.341676 -1.97224 0.356102 -1.97209 0.380234 -1.97193 0.401384 -1.97177 0.416054 -1.97162 0.428701 -1.97146 0.436289 -1.9713 0.429135 -1.97115 0.408093 -1.97099 0.384313 -1.97083 0.362452 -1.97067 0.339407 -1.97052 0.317769 -1.97036 0.306543 -1.9702 0.305295 -1.97005 0.303295 -1.96989 0.295165 -1.96973 0.286035 -1.96958 0.27886 -1.96942 0.26957 -1.96926 0.261083 -1.96911 0.267675 -1.96895 0.29746 -1.96879 0.33872 -1.96864 0.370818 -1.96848 0.383117 -1.96832 0.378379 -1.96817 0.36416 -1.96801 0.348338 -1.96785 0.33719 -1.9677 0.332224 -1.96754 0.330135 -1.96738 0.328049 -1.96723 0.324266 -1.96707 0.315005 -1.96691 0.298244 -1.96675 0.283425 -1.9666 0.287543 -1.96644 0.317325 -1.96628 0.359103 -1.96613 0.391856 -1.96597 0.405127 -1.96581 0.401405 -1.96566 0.386854 -1.9655 0.368299 -1.96534 0.352464 -1.96519 0.34169 -1.96503 0.332526 -1.96487 0.321446 -1.96472 0.30975 -1.96456 0.300854 -1.9644 0.294921 -1.96425 0.290637 -1.96409 0.287455 -1.96393 0.283669 -1.96378 0.278169 -1.96362 0.27644 -1.96346 0.290969 -1.96331 0.326501 -1.96315 0.367242 -1.96299 0.38661 -1.96283 0.37153 -1.96268 0.33621 -1.96252 0.309123 -1.96236 0.308074 -1.96221 0.326038 -1.96205 0.34101 -1.96189 0.337618 -1.96174 0.317692 -1.96158 0.290416 -1.96142 0.261138 -1.96127 0.233307 -1.96111 0.216012 -1.96095 0.215614 -1.9608 0.222523 -1.96064 0.218466 -1.96048 0.201727 -1.96033 0.191419 -1.96017 0.202643 -1.96001 0.227759 -1.95986 0.253319 -1.9597 0.282703 -1.95954 0.328684 -1.95939 0.384805 -1.95923 0.422606 -1.95907 0.421322 -1.95891 0.391497 -1.95876 0.361665 -1.9586 0.348079 -1.95844 0.343574 -1.95829 0.333121 -1.95813 0.315793 -1.95797 0.306872 -1.95782 0.318605 -1.95766 0.345443 -1.9575 0.369918 -1.95735 0.381983 -1.95719 0.385542 -1.95703 0.388714 -1.95688 0.392283 -1.95672 0.392589 -1.95656 0.388438 -1.95641 0.380808 -1.95625 0.36977 -1.95609 0.357727 -1.95594 0.350656 -1.95578 0.35166 -1.95562 0.358703 -1.95546 0.371613 -1.95531 0.396021 -1.95515 0.431706 -1.95499 0.464302 -1.95484 0.476155 -1.95468 0.465401 -1.95452 0.444246 -1.95437 0.419986 -1.95421 0.38638 -1.95405 0.339003 -1.9539 0.286585 -1.95374 0.245069 -1.95358 0.222278 -1.95343 0.216633 -1.95327 0.222351 -1.95311 0.234575 -1.95296 0.250405 -1.9528 0.273904 -1.95264 0.309424 -1.95249 0.349691 -1.95233 0.373332 -1.95217 0.363157 -1.95202 0.327651 -1.95186 0.295659 -1.9517 0.290783 -1.95154 0.313472 -1.95139 0.35105 -1.95123 0.390727 -1.95107 0.423087 -1.95092 0.43866 -1.95076 0.43306 -1.9506 0.414308 -1.95045 0.394183 -1.95029 0.375616 -1.95013 0.355671 -1.94998 0.33986 -1.94982 0.341204 -1.94966 0.359925 -1.94951 0.375873 -1.94935 0.371248 -1.94919 0.352393 -1.94904 0.340056 -1.94888 0.343156 -1.94872 0.353335 -1.94857 0.361469 -1.94841 0.36718 -1.94825 0.369539 -1.9481 0.364416 -1.94794 0.352728 -1.94778 0.344488 -1.94762 0.345327 -1.94747 0.347172 -1.94731 0.338923 -1.94715 0.318237 -1.947 0.295116 -1.94684 0.284222 -1.94668 0.29945 -1.94653 0.341186 -1.94637 0.386779 -1.94621 0.404195 -1.94606 0.383506 -1.9459 0.34782 -1.94574 0.325192 -1.94559 0.317787 -1.94543 0.313353 -1.94527 0.31245 -1.94512 0.326846 -1.94496 0.35365 -1.9448 0.370181 -1.94465 0.361409 -1.94449 0.337811 -1.94433 0.321831 -1.94418 0.324501 -1.94402 0.343106 -1.94386 0.368995 -1.9437 0.389996 -1.94355 0.393762 -1.94339 0.377681 -1.94323 0.352768 -1.94308 0.332425 -1.94292 0.319747 -1.94276 0.310882 -1.94261 0.30427 -1.94245 0.301608 -1.94229 0.303097 -1.94214 0.306467 -1.94198 0.311226 -1.94182 0.318678 -1.94167 0.331441 -1.94151 0.352625 -1.94135 0.381104 -1.9412 0.406481 -1.94104 0.415564 -1.94088 0.407349 -1.94073 0.39366 -1.94057 0.383135 -1.94041 0.369888 -1.94026 0.346905 -1.9401 0.319808 -1.93994 0.298696 -1.93978 0.28371 -1.93963 0.269722 -1.93947 0.261918 -1.93931 0.272084 -1.93916 0.300769 -1.939 0.335522 -1.93884 0.36684 -1.93869 0.39184 -1.93853 0.401904 -1.93837 0.38357 -1.93822 0.339716 -1.93806 0.296978 -1.9379 0.280284 -1.93775 0.286887 -1.93759 0.296944 -1.93743 0.302738 -1.93728 0.314967 -1.93712 0.343115 -1.93696 0.382834 -1.93681 0.420064 -1.93665 0.44016 -1.93649 0.434984 -1.93634 0.409293 -1.93618 0.38372 -1.93602 0.377327 -1.93586 0.387893 -1.93571 0.395275 -1.93555 0.386566 -1.93539 0.367388 -1.93524 0.346241 -1.93508 0.32198 -1.93492 0.294021 -1.93477 0.273124 -1.93461 0.269572 -1.93445 0.277229 -1.9343 0.282622 -1.93414 0.286666 -1.93398 0.304488 -1.93383 0.342805 -1.93367 0.390463 -1.93351 0.433475 -1.93336 0.468255 -1.9332 0.493533 -1.93304 0.501515 -1.93289 0.488136 -1.93273 0.465098 -1.93257 0.450191 -1.93241 0.447897 -1.93226 0.448967 -1.9321 0.447536 -1.93194 0.446814 -1.93179 0.446875 -1.93163 0.437983 -1.93147 0.415087 -1.93132 0.388328 -1.93116 0.372307 -1.931 0.36788 -1.93085 0.365558 -1.93069 0.361042 -1.93053 0.357827 -1.93038 0.35604 -1.93022 0.349737 -1.93006 0.337397 -1.92991 0.325513 -1.92975 0.318926 -1.92959 0.317341 -1.92944 0.323759 -1.92928 0.344522 -1.92912 0.373022 -1.92897 0.386082 -1.92881 0.369081 -1.92865 0.338071 -1.92849 0.322713 -1.92834 0.329881 -1.92818 0.341304 -1.92802 0.343808 -1.92787 0.345665 -1.92771 0.357737 -1.92755 0.375338 -1.9274 0.387123 -1.92724 0.390423 -1.92708 0.38864 -1.92693 0.382954 -1.92677 0.377287 -1.92661 0.383478 -1.92646 0.40972 -1.9263 0.445507 -1.92614 0.469943 -1.92599 0.471572 -1.92583 0.452549 -1.92567 0.420958 -1.92552 0.386733 -1.92536 0.361555 -1.9252 0.349745 -1.92505 0.340924 -1.92489 0.321259 -1.92473 0.292935 -1.92457 0.271481 -1.92442 0.266747 -1.92426 0.275784 -1.9241 0.295034 -1.92395 0.327412 -1.92379 0.370874 -1.92363 0.411709 -1.92348 0.434505 -1.92332 0.435434 -1.92316 0.422189 -1.92301 0.40674 -1.92285 0.398645 -1.92269 0.399084 -1.92254 0.399083 -1.92238 0.389485 -1.92222 0.373123 -1.92207 0.361312 -1.92191 0.358012 -1.92175 0.356845 -1.9216 0.354387 -1.92144 0.356812 -1.92128 0.368704 -1.92113 0.384778 -1.92097 0.397366 -1.92081 0.403128 -1.92065 0.396717 -1.9205 0.370249 -1.92034 0.327739 -1.92018 0.291667 -1.92003 0.282012 -1.91987 0.295016 -1.91971 0.311132 -1.91956 0.318004 -1.9194 0.316312 -1.91924 0.307078 -1.91909 0.289851 -1.91893 0.271575 -1.91877 0.264845 -1.91862 0.272252 -1.91846 0.280905 -1.9183 0.277125 -1.91815 0.262742 -1.91799 0.253457 -1.91783 0.262807 -1.91768 0.288987 -1.91752 0.31546 -1.91736 0.325348 -1.91721 0.317626 -1.91705 0.304822 -1.91689 0.296031 -1.91673 0.286309 -1.91658 0.270204 -1.91642 0.256155 -1.91626 0.255837 -1.91611 0.26694 -1.91595 0.277552 -1.91579 0.286 -1.91564 0.300901 -1.91548 0.323089 -1.91532 0.342441 -1.91517 0.357559 -1.91501 0.381726 -1.91485 0.419911 -1.9147 0.453219 -1.91454 0.45986 -1.91438 0.443057 -1.91423 0.423322 -1.91407 0.410054 -1.91391 0.395605 -1.91376 0.375712 -1.9136 0.358594 -1.91344 0.34899 -1.91329 0.337628 -1.91313 0.317499 -1.91297 0.299428 -1.91281 0.301609 -1.91266 0.323505 -1.9125 0.343698 -1.91234 0.345625 -1.91219 0.336585 -1.91203 0.336404 -1.91187 0.349975 -1.91172 0.363056 -1.91156 0.362806 -1.9114 0.355366 -1.91125 0.357262 -1.91109 0.375127 -1.91093 0.400351 -1.91078 0.422367 -1.91062 0.435775 -1.91046 0.433853 -1.91031 0.405862 -1.91015 0.350317 -1.90999 0.28697 -1.90984 0.245302 -1.90968 0.237023 -1.90952 0.246728 -1.90937 0.252275 -1.90921 0.249085 -1.90905 0.250008 -1.90889 0.263667 -1.90874 0.281572 -1.90858 0.28856 -1.90842 0.281653 -1.90827 0.273953 -1.90811 0.279547 -1.90795 0.297542 -1.9078 0.312426 -1.90764 0.309712 -1.90748 0.290629 -1.90733 0.271519 -1.90717 0.26888 -1.90701 0.284383 -1.90686 0.305145 -1.9067 0.317274 -1.90654 0.320341 -1.90639 0.328604 -1.90623 0.357261 -1.90607 0.406652 -1.90592 0.458462 -1.90576 0.488742 -1.9056 0.488575 -1.90544 0.471394 -1.90529 0.460106 -1.90513 0.46513 -1.90497 0.477553 -1.90482 0.482888 -1.90466 0.476241 -1.9045 0.460181 -1.90435 0.435425 -1.90419 0.39965 -1.90403 0.355963 -1.90388 0.315352 -1.90372 0.288945 -1.90356 0.279718 -1.90341 0.284046 -1.90325 0.295336 -1.90309 0.305587 -1.90294 0.306821 -1.90278 0.297318 -1.90262 0.283847 -1.90247 0.276287 -1.90231 0.279201 -1.90215 0.289131 -1.902 0.298471 -1.90184 0.303437 -1.90168 0.309497 -1.90152 0.326896 -1.90137 0.356929 -1.90121 0.383586 -1.90105 0.387107 -1.9009 0.366331 -1.90074 0.34119 -1.90058 0.330957 -1.90043 0.335371 -1.90027 0.341256 -1.90011 0.338893 -1.89996 0.32574 -1.8998 0.302083 -1.89964 0.272573 -1.89949 0.250384 -1.89933 0.249889 -1.89917 0.272055 -1.89902 0.30412 -1.89886 0.33032 -1.8987 0.341502 -1.89855 0.334854 -1.89839 0.312949 -1.89823 0.286465 -1.89808 0.270035 -1.89792 0.271189 -1.89776 0.284431 -1.8976 0.296908 -1.89745 0.298171 -1.89729 0.286174 -1.89713 0.265771 -1.89698 0.244104 -1.89682 0.22652 -1.89666 0.214128 -1.89651 0.205269 -1.89635 0.197368 -1.89619 0.186906 -1.89604 0.172145 -1.89588 0.158778 -1.89572 0.15767 -1.89557 0.174162 -1.89541 0.20081 -1.89525 0.226535 -1.8951 0.248786 -1.89494 0.27045 -1.89478 0.290357 -1.89463 0.302544 -1.89447 0.304197 -1.89431 0.2979 -1.89416 0.285051 -1.894 0.266929 -1.89384 0.251215 -1.89368 0.251629 -1.89353 0.275556 -1.89337 0.317219 -1.89321 0.362958 -1.89306 0.399098 -1.8929 0.415023 -1.89274 0.40934 -1.89259 0.394625 -1.89243 0.38752 -1.89227 0.389707 -1.89212 0.38354 -1.89196 0.355063 -1.8918 0.314481 -1.89165 0.285551 -1.89149 0.277024 -1.89133 0.273246 -1.89118 0.256801 -1.89102 0.232799 -1.89086 0.22445 -1.89071 0.243596 -1.89055 0.274942 -1.89039 0.291529 -1.89024 0.284867 -1.89008 0.2711 -1.88992 0.265271 -1.88976 0.262359 -1.88961 0.250661 -1.88945 0.236027 -1.88929 0.238729 -1.88914 0.266174 -1.88898 0.303046 -1.88882 0.331058 -1.88867 0.346324 -1.88851 0.351894 -1.88835 0.344643 -1.8882 0.322461 -1.88804 0.297708 -1.88788 0.289405 -1.88773 0.302304 -1.88757 0.321237 -1.88741 0.326646 -1.88726 0.313112 -1.8871 0.292554 -1.88694 0.283718 -1.88679 0.296886 -1.88663 0.323338 -1.88647 0.341206 -1.88632 0.335946 -1.88616 0.313892 -1.886 0.294775 -1.88584 0.290554 -1.88569 0.29795 -1.88553 0.308087 -1.88537 0.316678 -1.88522 0.325525 -1.88506 0.337296 -1.8849 0.352152 -1.88475 0.368008 -1.88459 0.381725 -1.88443 0.39013 -1.88428 0.39075 -1.88412 0.381965 -1.88396 0.367088 -1.88381 0.356663 -1.88365 0.360783 -1.88349 0.376269 -1.88334 0.387274 -1.88318 0.384964 -1.88302 0.378139 -1.88287 0.378918 -1.88271 0.383438 -1.88255 0.377724 -1.88239 0.361302 -1.88224 0.350327 -1.88208 0.354331 -1.88192 0.362375 -1.88177 0.359617 -1.88161 0.349502 -1.88145 0.346696 -1.8813 0.352174 -1.88114 0.34812 -1.88098 0.319648 -1.88083 0.273192 -1.88067 0.228975 -1.88051 0.201391 -1.88036 0.18958 -1.8802 0.187192 -1.88004 0.191235 -1.87989 0.20153 -1.87973 0.21506 -1.87957 0.225706 -1.87942 0.228707 -1.87926 0.224758 -1.8791 0.218953 -1.87895 0.216575 -1.87879 0.2201 -1.87863 0.227924 -1.87847 0.237196 -1.87832 0.245878 -1.87816 0.252404 -1.878 0.254687 -1.87785 0.252479 -1.87769 0.251 -1.87753 0.255885 -1.87738 0.263334 -1.87722 0.261199 -1.87706 0.245796 -1.87691 0.23129 -1.87675 0.235409 -1.87659 0.257034 -1.87644 0.279573 -1.87628 0.296227 -1.87612 0.318859 -1.87597 0.357849 -1.87581 0.403536 -1.87565 0.435072 -1.8755 0.443391 -1.87534 0.433836 -1.87518 0.414413 -1.87503 0.392347 -1.87487 0.376179 -1.87471 0.372722 -1.87455 0.377751 -1.8744 0.378569 -1.87424 0.370117 -1.87408 0.361067 -1.87393 0.363326 -1.87377 0.3821 -1.87361 0.41483 -1.87346 0.456234 -1.8733 0.496531 -1.87314 0.522607 -1.87299 0.525267 -1.87283 0.505945 -1.87267 0.474246 -1.87252 0.441195 -1.87236 0.416327 -1.8722 0.406045 -1.87205 0.409771 -1.87189 0.417609 -1.87173 0.416902 -1.87158 0.402116 -1.87142 0.380367 -1.87126 0.365501 -1.87111 0.366339 -1.87095 0.378827 -1.87079 0.393325 -1.87063 0.406764 -1.87048 0.425581 -1.87032 0.451123 -1.87016 0.468909 -1.87001 0.461734 -1.86985 0.43161 -1.86969 0.397941 -1.86954 0.372019 -1.86938 0.345186 -1.86922 0.306119 -1.86907 0.259885 -1.86891 0.222642 -1.86875 0.202407 -1.8686 0.196334 -1.86844 0.200164 -1.86828 0.2119 -1.86813 0.228383 -1.86797 0.247991 -1.86781 0.278105 -1.86766 0.326375 -1.8675 0.383922 -1.86734 0.426503 -1.86719 0.439796 -1.86703 0.434169 -1.86687 0.429388 -1.86671 0.431687 -1.86656 0.433089 -1.8664 0.429025 -1.86624 0.425641 -1.86609 0.430308 -1.86593 0.442849 -1.86577 0.455184 -1.86562 0.457526 -1.86546 0.446336 -1.8653 0.429885 -1.86515 0.425936 -1.86499 0.447067 -1.86483 0.485966 -1.86468 0.520359 -1.86452 0.530998 -1.86436 0.515152 -1.86421 0.48436 -1.86405 0.45541 -1.86389 0.441312 -1.86374 0.442557 -1.86358 0.446041 -1.86342 0.436866 -1.86327 0.413239 -1.86311 0.384734 -1.86295 0.35798 -1.86279 0.331643 -1.86264 0.306151 -1.86248 0.286232 -1.86232 0.272051 -1.86217 0.258427 -1.86201 0.248411 -1.86185 0.25491 -1.8617 0.280849 -1.86154 0.307427 -1.86138 0.315768 -1.86123 0.311483 -1.86107 0.314367 -1.86091 0.327681 -1.86076 0.334147 -1.8606 0.32243 -1.86044 0.30125 -1.86029 0.286067 -1.86013 0.283595 -1.85997 0.295828 -1.85982 0.323542 -1.85966 0.358768 -1.8595 0.38333 -1.85934 0.384791 -1.85919 0.369438 -1.85903 0.353487 -1.85887 0.345783 -1.85872 0.344472 -1.85856 0.345708 -1.8584 0.347562 -1.85825 0.349161 -1.85809 0.350847 -1.85793 0.354129 -1.85778 0.359635 -1.85762 0.366334 -1.85746 0.372924 -1.85731 0.375606 -1.85715 0.366621 -1.85699 0.343413 -1.85684 0.319587 -1.85668 0.315574 -1.85652 0.333116 -1.85637 0.352251 -1.85621 0.357059 -1.85605 0.354134 -1.8559 0.3561 -1.85574 0.360686 -1.85558 0.359097 -1.85542 0.355546 -1.85527 0.363146 -1.85511 0.382403 -1.85495 0.400183 -1.8548 0.408424 -1.85464 0.411172 -1.85448 0.410555 -1.85433 0.401703 -1.85417 0.38362 -1.85401 0.367507 -1.85386 0.367378 -1.8537 0.387094 -1.85354 0.417223 -1.85339 0.44085 -1.85323 0.441853 -1.85307 0.416083 -1.85292 0.374458 -1.85276 0.330716 -1.8526 0.289641 -1.85245 0.252543 -1.85229 0.228608 -1.85213 0.226938 -1.85198 0.23988 -1.85182 0.249881 -1.85166 0.253152 -1.8515 0.263296 -1.85135 0.287434 -1.85119 0.314933 -1.85103 0.336741 -1.85088 0.360644 -1.85072 0.394829 -1.85056 0.429709 -1.85041 0.448089 -1.85025 0.447876 -1.85009 0.438999 -1.84994 0.423358 -1.84978 0.392733 -1.84962 0.348845 -1.84947 0.310845 -1.84931 0.296875 -1.84915 0.305691 -1.849 0.320933 -1.84884 0.330594 -1.84868 0.336724 -1.84853 0.34671 -1.84837 0.358485 -1.84821 0.358131 -1.84806 0.334895 -1.8479 0.295804 -1.84774 0.260932 -1.84758 0.241908 -1.84743 0.231529 -1.84727 0.216724 -1.84711 0.195665 -1.84696 0.177349 -1.8468 0.171725 -1.84664 0.183972 -1.84649 0.213923 -1.84633 0.251975 -1.84617 0.28144 -1.84602 0.292606 -1.84586 0.293938 -1.8457 0.301965 -1.84555 0.320586 -1.84539 0.339154 -1.84523 0.347424 -1.84508 0.345252 -1.84492 0.336639 -1.84476 0.323016 -1.84461 0.304747 -1.84445 0.283945 -1.84429 0.26358 -1.84414 0.250085 -1.84398 0.255304 -1.84382 0.28715 -1.84366 0.334078 -1.84351 0.367831 -1.84335 0.367047 -1.84319 0.335133 -1.84304 0.291323 -1.84288 0.251991 -1.84272 0.22633 -1.84257 0.221969 -1.84241 0.240506 -1.84225 0.268012 -1.8421 0.282281 -1.84194 0.275557 -1.84178 0.263374 -1.84163 0.266354 -1.84147 0.288211 -1.84131 0.314791 -1.84116 0.331961 -1.841 0.33728 -1.84084 0.337202 -1.84069 0.338115 -1.84053 0.342071 -1.84037 0.346639 -1.84022 0.346927 -1.84006 0.340423 -1.8399 0.32966 -1.83974 0.319258 -1.83959 0.309809 -1.83943 0.298493 -1.83927 0.285345 -1.83912 0.276811 -1.83896 0.281508 -1.8388 0.305339 -1.83865 0.349957 -1.83849 0.409727 -1.83833 0.468775 -1.83818 0.506968 -1.83802 0.516497 -1.83786 0.50929 -1.83771 0.503358 -1.83755 0.503833 -1.83739 0.503105 -1.83724 0.495823 -1.83708 0.484979 -1.83692 0.472693 -1.83677 0.455128 -1.83661 0.434035 -1.83645 0.422367 -1.83629 0.431551 -1.83614 0.454315 -1.83598 0.468894 -1.83582 0.46135 -1.83567 0.439018 -1.83551 0.418236 -1.83535 0.405001 -1.8352 0.392107 -1.83504 0.374539 -1.83488 0.359657 -1.83473 0.355971 -1.83457 0.356749 -1.83441 0.34478 -1.83426 0.316497 -1.8341 0.290533 -1.83394 0.282125 -1.83379 0.279268 -1.83363 0.259223 -1.83347 0.224421 -1.83332 0.203257 -1.83316 0.211924 -1.833 0.23343 -1.83285 0.244288 -1.83269 0.246465 -1.83253 0.258644 -1.83237 0.286804 -1.83222 0.318904 -1.83206 0.344314 -1.8319 0.36043 -1.83175 0.364705 -1.83159 0.35659 -1.83143 0.346678 -1.83128 0.347873 -1.83112 0.356478 -1.83096 0.357464 -1.83081 0.347205 -1.83065 0.336685 -1.83049 0.32782 -1.83034 0.308915 -1.83018 0.280797 -1.83002 0.26601 -1.82987 0.277011 -1.82971 0.293716 -1.82955 0.293124 -1.8294 0.284874 -1.82924 0.295215 -1.82908 0.323741 -1.82893 0.345055 -1.82877 0.348527 -1.82861 0.349556 -1.82845 0.357325 -1.8283 0.358772 -1.82814 0.34478 -1.82798 0.329385 -1.82783 0.326386 -1.82767 0.326016 -1.82751 0.312946 -1.82736 0.293836 -1.8272 0.286965 -1.82704 0.293751 -1.82689 0.300935 -1.82673 0.304691 -1.82657 0.313611 -1.82642 0.329257 -1.82626 0.341264 -1.8261 0.34577 -1.82595 0.351266 -1.82579 0.364126 -1.82563 0.380854 -1.82548 0.397157 -1.82532 0.412971 -1.82516 0.422647 -1.82501 0.414979 -1.82485 0.38656 -1.82469 0.347096 -1.82453 0.306461 -1.82438 0.269102 -1.82422 0.244188 -1.82406 0.247149 -1.82391 0.280324 -1.82375 0.323448 -1.82359 0.355414 -1.82344 0.375906 -1.82328 0.394908 -1.82312 0.410394 -1.82297 0.411212 -1.82281 0.396311 -1.82265 0.37717 -1.8225 0.361921 -1.82234 0.349229 -1.82218 0.338456 -1.82203 0.335585 -1.82187 0.344151 -1.82171 0.357115 -1.82156 0.361659 -1.8214 0.347738 -1.82124 0.314343 -1.82109 0.271486 -1.82093 0.235013 -1.82077 0.214392 -1.82061 0.205712 -1.82046 0.200201 -1.8203 0.196373 -1.82014 0.197877 -1.81999 0.20553 -1.81983 0.216401 -1.81967 0.227892 -1.81952 0.236897 -1.81936 0.239179 -1.8192 0.237581 -1.81905 0.24456 -1.81889 0.264898 -1.81873 0.282326 -1.81858 0.275793 -1.81842 0.246913 -1.81826 0.217184 -1.81811 0.200646 -1.81795 0.193679 -1.81779 0.193721 -1.81764 0.208893 -1.81748 0.243488 -1.81732 0.28708 -1.81717 0.324592 -1.81701 0.348891 -1.81685 0.357997 -1.81669 0.35262 -1.81654 0.343739 -1.81638 0.348866 -1.81622 0.37231 -1.81607 0.396559 -1.81591 0.401514 -1.81575 0.383921 -1.8156 0.354114 -1.81544 0.320062 -1.81528 0.287181 -1.81513 0.262729 -1.81497 0.251096 -1.81481 0.248698 -1.81466 0.247094 -1.8145 0.238689 -1.81434 0.215355 -1.81419 0.174094 -1.81403 0.130801 -1.81387 0.113241 -1.81372 0.131264 -1.81356 0.162774 -1.8134 0.182212 -1.81324 0.191729 -1.81309 0.208748 -1.81293 0.232852 -1.81277 0.247258 -1.81262 0.247845 -1.81246 0.250114 -1.8123 0.266046 -1.81215 0.289063 -1.81199 0.307959 -1.81183 0.319687 -1.81168 0.325929 -1.81152 0.328423 -1.81136 0.332586 -1.81121 0.34517 -1.81105 0.364842 -1.81089 0.382367 -1.81074 0.391617 -1.81058 0.392137 -1.81042 0.381188 -1.81027 0.35714 -1.81011 0.329744 -1.80995 0.314458 -1.8098 0.311332 -1.80964 0.303759 -1.80948 0.284402 -1.80932 0.269776 -1.80917 0.278491 -1.80901 0.306454 -1.80885 0.332364 -1.8087 0.34217 -1.80854 0.337242 -1.80838 0.324718 -1.80823 0.310045 -1.80807 0.300028 -1.80791 0.30279 -1.80776 0.321575 -1.8076 0.350897 -1.80744 0.377142 -1.80729 0.384842 -1.80713 0.365115 -1.80697 0.326023 -1.80682 0.288689 -1.80666 0.273244 -1.8065 0.286747 -1.80635 0.322788 -1.80619 0.367437 -1.80603 0.403161 -1.80588 0.414896 -1.80572 0.400231 -1.80556 0.373047 -1.8054 0.353232 -1.80525 0.353869 -1.80509 0.373731 -1.80493 0.398521 -1.80478 0.408344 -1.80462 0.392868 -1.80446 0.363599 -1.80431 0.344095 -1.80415 0.345686 -1.80399 0.359025 -1.80384 0.370006 -1.80368 0.374762 -1.80352 0.375101 -1.80337 0.370068 -1.80321 0.360528 -1.80305 0.355601 -1.8029 0.361922 -1.80274 0.369326 -1.80258 0.360842 -1.80243 0.334691 -1.80227 0.309366 -1.80211 0.303979 -1.80196 0.319406 -1.8018 0.34168 -1.80164 0.357804 -1.80148 0.366994 -1.80133 0.376568 -1.80117 0.389586 -1.80101 0.399475 -1.80086 0.400156 -1.8007 0.398622 -1.80054 0.407482 -1.80039 0.422712 -1.80023 0.419553 -1.80007 0.378916 -1.79992 0.312778 -1.79976 0.253419 -1.7996 0.222994 -1.79945 0.224124 -1.79929 0.252531 -1.79913 0.303644 -1.79898 0.363624 -1.79882 0.410114 -1.79866 0.429081 -1.79851 0.426256 -1.79835 0.416238 -1.79819 0.405476 -1.79804 0.390297 -1.79788 0.366396 -1.79772 0.33486 -1.79756 0.302131 -1.79741 0.277898 -1.79725 0.270321 -1.79709 0.279948 -1.79694 0.298431 -1.79678 0.316372 -1.79662 0.329085 -1.79647 0.337852 -1.79631 0.346395 -1.79615 0.357499 -1.796 0.369196 -1.79584 0.370696 -1.79568 0.350249 -1.79553 0.308982 -1.79537 0.265331 -1.79521 0.240584 -1.79506 0.241884 -1.7949 0.260287 -1.79474 0.283859 -1.79459 0.305769 -1.79443 0.324019 -1.79427 0.337101 -1.79412 0.346015 -1.79396 0.356427 -1.7938 0.373703 -1.79364 0.39582 -1.79349 0.414598 -1.79333 0.424742 -1.79317 0.42861 -1.79302 0.426921 -1.79286 0.410707 -1.7927 0.370134 -1.79255 0.314852 -1.79239 0.277738 -1.79223 0.287917 -1.79208 0.340803 -1.79192 0.400583 -1.79176 0.433324 -1.79161 0.432924 -1.79145 0.416713 -1.79129 0.402604 -1.79114 0.396515 -1.79098 0.396423 -1.79082 0.399481 -1.79067 0.402159 -1.79051 0.398267 -1.79035 0.382756 -1.7902 0.358219 -1.79004 0.33387 -1.78988 0.317424 -1.78972 0.311988 -1.78957 0.320415 -1.78941 0.346129 -1.78925 0.382978 -1.7891 0.411794 -1.78894 0.41641 -1.78878 0.402032 -1.78863 0.390619 -1.78847 0.396538 -1.78831 0.414216 -1.78816 0.432335 -1.788 0.446522 -1.78784 0.453002 -1.78769 0.444087 -1.78753 0.4174 -1.78737 0.384152 -1.78722 0.355718 -1.78706 0.329937 -1.7869 0.302105 -1.78675 0.28055 -1.78659 0.277309 -1.78643 0.287502 -1.78627 0.292727 -1.78612 0.28468 -1.78596 0.272485 -1.7858 0.264666 -1.78565 0.260527 -1.78549 0.261118 -1.78533 0.272589 -1.78518 0.294094 -1.78502 0.312217 -1.78486 0.318174 -1.78471 0.318489 -1.78455 0.322385 -1.78439 0.328321 -1.78424 0.331392 -1.78408 0.334751 -1.78392 0.343782 -1.78377 0.355047 -1.78361 0.362006 -1.78345 0.366578 -1.7833 0.375596 -1.78314 0.390137 -1.78298 0.404872 -1.78283 0.415713 -1.78267 0.419657 -1.78251 0.41406 -1.78235 0.403819 -1.7822 0.401142 -1.78204 0.409715 -1.78188 0.415384 -1.78173 0.403924 -1.78157 0.381884 -1.78141 0.36673 -1.78126 0.360486 -1.7811 0.348531 -1.78094 0.324952 -1.78079 0.302954 -1.78063 0.295957 -1.78047 0.299998 -1.78032 0.302826 -1.78016 0.299475 -1.78 0.293747 -1.77985 0.292927 -1.77969 0.304224 -1.77953 0.33274 -1.77938 0.372429 -1.77922 0.407169 -1.77906 0.423571 -1.77891 0.421172 -1.77875 0.408024 -1.77859 0.393664 -1.77843 0.386657 -1.77828 0.389422 -1.77812 0.391908 -1.77796 0.380458 -1.77781 0.358962 -1.77765 0.350436 -1.77749 0.36652 -1.77734 0.385457 -1.77718 0.377589 -1.77702 0.346023 -1.77687 0.325633 -1.77671 0.336952 -1.77655 0.360953 -1.7764 0.368096 -1.77624 0.35809 -1.77608 0.357971 -1.77593 0.384455 -1.77577 0.423477 -1.77561 0.450546 -1.77546 0.460186 -1.7753 0.466782 -1.77514 0.481477 -1.77499 0.498309 -1.77483 0.501825 -1.77467 0.484148 -1.77451 0.449936 -1.77436 0.411082 -1.7742 0.381454 -1.77404 0.37168 -1.77389 0.382122 -1.77373 0.398452 -1.77357 0.401342 -1.77342 0.381741 -1.77326 0.347152 -1.7731 0.314494 -1.77295 0.296634 -1.77279 0.296577 -1.77263 0.303252 -1.77248 0.298497 -1.77232 0.274009 -1.77216 0.243593 -1.77201 0.232746 -1.77185 0.251501 -1.77169 0.284864 -1.77154 0.314581 -1.77138 0.338562 -1.77122 0.363645 -1.77107 0.386783 -1.77091 0.397312 -1.77075 0.394355 -1.77059 0.390234 -1.77044 0.392728 -1.77028 0.396813 -1.77012 0.394199 -1.76997 0.383217 -1.76981 0.366492 -1.76965 0.346614 -1.7695 0.330128 -1.76934 0.328188 -1.76918 0.345515 -1.76903 0.370966 -1.76887 0.388636 -1.76871 0.397085 -1.76856 0.408487 -1.7684 0.42785 -1.76824 0.438337 -1.76809 0.41789 -1.76793 0.367539 -1.76777 0.315517 -1.76762 0.288735 -1.76746 0.288445 -1.7673 0.299024 -1.76715 0.31424 -1.76699 0.340469 -1.76683 0.37579 -1.76667 0.402397 -1.76652 0.408738 -1.76636 0.406903 -1.7662 0.415417 -1.76605 0.433245 -1.76589 0.445537 -1.76573 0.445438 -1.76558 0.438567 -1.76542 0.426391 -1.76526 0.403357 -1.76511 0.373368 -1.76495 0.352832 -1.76479 0.35028 -1.76464 0.353738 -1.76448 0.346687 -1.76432 0.32825 -1.76417 0.310668 -1.76401 0.302811 -1.76385 0.302598 -1.7637 0.299954 -1.76354 0.283827 -1.76338 0.25444 -1.76322 0.230402 -1.76307 0.236019 -1.76291 0.274235 -1.76275 0.320805 -1.7626 0.3508 -1.76244 0.360965 -1.76228 0.35935 -1.76213 0.345938 -1.76197 0.317659 -1.76181 0.28531 -1.76166 0.266292 -1.7615 0.263426 -1.76134 0.265959 -1.76119 0.269606 -1.76103 0.28023 -1.76087 0.296071 -1.76072 0.302126 -1.76056 0.289367 -1.7604 0.269135 -1.76025 0.259588 -1.76009 0.266712 -1.75993 0.282467 -1.75978 0.29609 -1.75962 0.300803 -1.75946 0.294131 -1.7593 0.2785 -1.75915 0.25937 -1.75899 0.239896 -1.75883 0.222581 -1.75868 0.215992 -1.75852 0.231756 -1.75836 0.269118 -1.75821 0.308027 -1.75805 0.325494 -1.75789 0.316657 -1.75774 0.295908 -1.75758 0.279662 -1.75742 0.272941 -1.75727 0.270203 -1.75711 0.265141 -1.75695 0.25758 -1.7568 0.256257 -1.75664 0.269685 -1.75648 0.293626 -1.75633 0.310391 -1.75617 0.303329 -1.75601 0.273093 -1.75586 0.235814 -1.7557 0.206844 -1.75554 0.189272 -1.75538 0.177494 -1.75523 0.168636 -1.75507 0.168848 -1.75491 0.187581 -1.75476 0.22544 -1.7546 0.269343 -1.75444 0.30071 -1.75429 0.3101 -1.75413 0.302209 -1.75397 0.289832 -1.75382 0.28563 -1.75366 0.296406 -1.7535 0.319054 -1.75335 0.341371 -1.75319 0.352451 -1.75303 0.353575 -1.75288 0.357574 -1.75272 0.373236 -1.75256 0.397839 -1.75241 0.422428 -1.75225 0.439959 -1.75209 0.447364 -1.75194 0.444045 -1.75178 0.433903 -1.75162 0.42218 -1.75146 0.411211 -1.75131 0.401964 -1.75115 0.400702 -1.75099 0.414237 -1.75084 0.434655 -1.75068 0.441935 -1.75052 0.42754 -1.75037 0.407948 -1.75021 0.404243 -1.75005 0.415191 -1.7499 0.421846 -1.74974 0.413482 -1.74958 0.396097 -1.74943 0.378102 -1.74927 0.36205 -1.74911 0.350277 -1.74896 0.347093 -1.7488 0.352945 -1.74864 0.36376 -1.74849 0.378555 -1.74833 0.397175 -1.74817 0.411376 -1.74802 0.410731 -1.74786 0.40256 -1.7477 0.410942 -1.74754 0.446411 -1.74739 0.48561 -1.74723 0.49292 -1.74707 0.459418 -1.74692 0.409269 -1.74676 0.371169 -1.7466 0.352631 -1.74645 0.344223 -1.74629 0.337145 -1.74613 0.330319 -1.74598 0.323042 -1.74582 0.310292 -1.74566 0.288097 -1.74551 0.263332 -1.74535 0.251994 -1.74519 0.263173 -1.74504 0.288063 -1.74488 0.310323 -1.74472 0.324627 -1.74457 0.336824 -1.74441 0.345614 -1.74425 0.335646 -1.7441 0.296749 -1.74394 0.242478 -1.74378 0.200386 -1.74362 0.18676 -1.74347 0.197067 -1.74331 0.218477 -1.74315 0.241061 -1.743 0.260302 -1.74284 0.277375 -1.74268 0.297572 -1.74253 0.321622 -1.74237 0.338166 -1.74221 0.333066 -1.74206 0.306984 -1.7419 0.275149 -1.74174 0.250939 -1.74159 0.239097 -1.74143 0.243819 -1.74127 0.270189 -1.74112 0.308411 -1.74096 0.332379 -1.7408 0.325694 -1.74065 0.302821 -1.74049 0.29081 -1.74033 0.294522 -1.74017 0.294441 -1.74002 0.278629 -1.73986 0.258993 -1.7397 0.250758 -1.73955 0.250328 -1.73939 0.24591 -1.73923 0.241079 -1.73908 0.251216 -1.73892 0.280536 -1.73876 0.313979 -1.73861 0.336708 -1.73845 0.349541 -1.73829 0.357864 -1.73814 0.355107 -1.73798 0.329785 -1.73782 0.287362 -1.73767 0.254682 -1.73751 0.256408 -1.73735 0.288272 -1.7372 0.320303 -1.73704 0.325579 -1.73688 0.303774 -1.73673 0.278666 -1.73657 0.27488 -1.73641 0.296667 -1.73625 0.328271 -1.7361 0.349416 -1.73594 0.353767 -1.73578 0.351174 -1.73563 0.353065 -1.73547 0.35877 -1.73531 0.360463 -1.73516 0.359177 -1.735 0.366972 -1.73484 0.388807 -1.73469 0.410051 -1.73453 0.412015 -1.73437 0.394943 -1.73422 0.379616 -1.73406 0.381587 -1.7339 0.393334 -1.73375 0.395693 -1.73359 0.379902 -1.73343 0.353101 -1.73328 0.326853 -1.73312 0.306245 -1.73296 0.289544 -1.73281 0.273087 -1.73265 0.255704 -1.73249 0.243171 -1.73233 0.244076 -1.73218 0.259057 -1.73202 0.278169 -1.73186 0.290804 -1.73171 0.297898 -1.73155 0.309006 -1.73139 0.326642 -1.73124 0.341134 -1.73108 0.339527 -1.73092 0.319276 -1.73077 0.290051 -1.73061 0.264753 -1.73045 0.249314 -1.7303 0.240882 -1.73014 0.234752 -1.72998 0.234556 -1.72983 0.250344 -1.72967 0.286362 -1.72951 0.332755 -1.72936 0.373263 -1.7292 0.39727 -1.72904 0.401183 -1.72889 0.386468 -1.72873 0.362336 -1.72857 0.344226 -1.72841 0.340389 -1.72826 0.343294 -1.7281 0.341938 -1.72794 0.34035 -1.72779 0.348986 -1.72763 0.360224 -1.72747 0.350788 -1.72732 0.312632 -1.72716 0.267785 -1.727 0.2442 -1.72685 0.24689 -1.72669 0.263218 -1.72653 0.282496 -1.72638 0.301203 -1.72622 0.317349 -1.72606 0.330864 -1.72591 0.346448 -1.72575 0.365133 -1.72559 0.376696 -1.72544 0.371033 -1.72528 0.351813 -1.72512 0.32742 -1.72497 0.297392 -1.72481 0.258506 -1.72465 0.222444 -1.72449 0.2113 -1.72434 0.232304 -1.72418 0.269017 -1.72402 0.297335 -1.72387 0.302569 -1.72371 0.2843 -1.72355 0.257072 -1.7234 0.245112 -1.72324 0.263313 -1.72308 0.298942 -1.72293 0.324773 -1.72277 0.330106 -1.72261 0.32658 -1.72246 0.321725 -1.7223 0.306801 -1.72214 0.277707 -1.72199 0.251143 -1.72183 0.245713 -1.72167 0.259136 -1.72152 0.276542 -1.72136 0.290109 -1.7212 0.298131 -1.72105 0.293592 -1.72089 0.27278 -1.72073 0.248197 -1.72057 0.237484 -1.72042 0.239986 -1.72026 0.238799 -1.7201 0.224873 -1.71995 0.205686 -1.71979 0.189578 -1.71963 0.177173 -1.71948 0.1706 -1.71932 0.176449 -1.71916 0.19503 -1.71901 0.217475 -1.71885 0.239853 -1.71869 0.269561 -1.71854 0.309332 -1.71838 0.344691 -1.71822 0.356986 -1.71807 0.341222 -1.71791 0.307793 -1.71775 0.272839 -1.7176 0.253585 -1.71744 0.26387 -1.71728 0.303407 -1.71712 0.353601 -1.71697 0.393913 -1.71681 0.420281 -1.71665 0.440685 -1.7165 0.456831 -1.71634 0.460084 -1.71618 0.446823 -1.71603 0.425565 -1.71587 0.408544 -1.71571 0.40084 -1.71556 0.401055 -1.7154 0.404149 -1.71524 0.401541 -1.71509 0.385007 -1.71493 0.356818 -1.71477 0.332734 -1.71462 0.329036 -1.71446 0.349597 -1.7143 0.385203 -1.71415 0.424485 -1.71399 0.460199 -1.71383 0.489667 -1.71368 0.512219 -1.71352 0.528651 -1.71336 0.538681 -1.7132 0.539253 -1.71305 0.526259 -1.71289 0.499547 -1.71273 0.463799 -1.71258 0.429186 -1.71242 0.408871 -1.71226 0.410375 -1.71211 0.425114 -1.71195 0.431791 -1.71179 0.413248 -1.71164 0.372109 -1.71148 0.325756 -1.71132 0.287414 -1.71117 0.260679 -1.71101 0.245557 -1.71085 0.243505 -1.7107 0.250218 -1.71054 0.254841 -1.71038 0.251601 -1.71023 0.248551 -1.71007 0.257567 -1.70991 0.276781 -1.70976 0.288923 -1.7096 0.278798 -1.70944 0.252199 -1.70928 0.233492 -1.70913 0.24715 -1.70897 0.295456 -1.70881 0.354678 -1.70866 0.395408 -1.7085 0.406232 -1.70834 0.398928 -1.70819 0.390738 -1.70803 0.388419 -1.70787 0.390465 -1.70772 0.39578 -1.70756 0.403448 -1.7074 0.407066 -1.70725 0.39845 -1.70709 0.376089 -1.70693 0.347197 -1.70678 0.318694 -1.70662 0.296913 -1.70646 0.290061 -1.70631 0.304831 -1.70615 0.336304 -1.70599 0.366127 -1.70584 0.377 -1.70568 0.367398 -1.70552 0.349504 -1.70536 0.337831 -1.70521 0.338932 -1.70505 0.349755 -1.70489 0.362084 -1.70474 0.37012 -1.70458 0.37601 -1.70442 0.384817 -1.70427 0.396369 -1.70411 0.40476 -1.70395 0.406117 -1.7038 0.401843 -1.70364 0.393373 -1.70348 0.380462 -1.70333 0.364987 -1.70317 0.351849 -1.70301 0.343243 -1.70286 0.336878 -1.7027 0.332424 -1.70254 0.33356 -1.70239 0.340155 -1.70223 0.344873 -1.70207 0.343501 -1.70192 0.342328 -1.70176 0.345131 -1.7016 0.3421 -1.70144 0.323414 -1.70129 0.300502 -1.70113 0.301555 -1.70097 0.33813 -1.70082 0.387302 -1.70066 0.4111 -1.7005 0.392047 -1.70035 0.343741 -1.70019 0.292355 -1.70003 0.254113 -1.69988 0.229716 -1.69972 0.214585 -1.69956 0.210438 -1.69941 0.223564 -1.69925 0.253535 -1.69909 0.287513 -1.69894 0.312271 -1.69878 0.328722 -1.69862 0.349472 -1.69847 0.382297 -1.69831 0.421256 -1.69815 0.453356 -1.698 0.4668 -1.69784 0.453921 -1.69768 0.416174 -1.69752 0.371788 -1.69737 0.348563 -1.69721 0.359103 -1.69705 0.388147 -1.6969 0.41238 -1.69674 0.426161 -1.69658 0.438837 -1.69643 0.449871 -1.69627 0.443917 -1.69611 0.414496 -1.69596 0.377062 -1.6958 0.35175 -1.69564 0.340986 -1.69549 0.334474 -1.69533 0.32843 -1.69517 0.326152 -1.69502 0.324174 -1.69486 0.312869 -1.6947 0.294624 -1.69455 0.285789 -1.69439 0.295635 -1.69423 0.314601 -1.69407 0.332847 -1.69392 0.357787 -1.69376 0.399805 -1.6936 0.44491 -1.69345 0.461134 -1.69329 0.43597 -1.69313 0.391062 -1.69298 0.354887 -1.69282 0.332422 -1.69266 0.312032 -1.69251 0.291526 -1.69235 0.282183 -1.69219 0.289153 -1.69204 0.302904 -1.69188 0.312976 -1.69172 0.319974 -1.69157 0.326361 -1.69141 0.322082 -1.69125 0.292132 -1.6911 0.238315 -1.69094 0.18969 -1.69078 0.180518 -1.69063 0.218406 -1.69047 0.276406 -1.69031 0.318957 -1.69015 0.335002 -1.69 0.337807 -1.68984 0.338479 -1.68968 0.329759 -1.68953 0.300351 -1.68937 0.254055 -1.68921 0.205861 -1.68906 0.16491 -1.6889 0.134684 -1.68874 0.123733 -1.68859 0.140419 -1.68843 0.1755 -1.68827 0.204768 -1.68812 0.215811 -1.68796 0.220745 -1.6878 0.236694 -1.68765 0.263443 -1.68749 0.287664 -1.68733 0.302424 -1.68718 0.308088 -1.68702 0.30176 -1.68686 0.28003 -1.68671 0.251339 -1.68655 0.232349 -1.68639 0.228345 -1.68623 0.228419 -1.68608 0.225122 -1.68592 0.229174 -1.68576 0.255091 -1.68561 0.299221 -1.68545 0.340614 -1.68529 0.361588 -1.68514 0.362152 -1.68498 0.352172 -1.68482 0.339231 -1.68467 0.325166 -1.68451 0.311546 -1.68435 0.302584 -1.6842 0.302928 -1.68404 0.31071 -1.68388 0.318027 -1.68373 0.316967 -1.68357 0.308224 -1.68341 0.299411 -1.68326 0.295714 -1.6831 0.294144 -1.68294 0.29131 -1.68279 0.291507 -1.68263 0.303098 -1.68247 0.327209 -1.68231 0.354976 -1.68216 0.374883 -1.682 0.379705 -1.68184 0.368043 -1.68169 0.343918 -1.68153 0.317474 -1.68137 0.300743 -1.68122 0.299006 -1.68106 0.310159 -1.6809 0.332244 -1.68075 0.364071 -1.68059 0.396606 -1.68043 0.412822 -1.68028 0.40543 -1.68012 0.389314 -1.67996 0.386707 -1.67981 0.400618 -1.67965 0.411453 -1.67949 0.400774 -1.67934 0.369821 -1.67918 0.333519 -1.67902 0.304975 -1.67887 0.290614 -1.67871 0.291745 -1.67855 0.304338 -1.67839 0.3218 -1.67824 0.341282 -1.67808 0.36476 -1.67792 0.389628 -1.67777 0.403276 -1.67761 0.393486 -1.67745 0.363298 -1.6773 0.330481 -1.67714 0.312734 -1.67698 0.316026 -1.67683 0.335039 -1.67667 0.358136 -1.67651 0.373819 -1.67636 0.376834 -1.6762 0.370578 -1.67604 0.362021 -1.67589 0.354827 -1.67573 0.348648 -1.67557 0.343155 -1.67542 0.338887 -1.67526 0.337556 -1.6751 0.342386 -1.67495 0.354286 -1.67479 0.364481 -1.67463 0.356483 -1.67447 0.325485 -1.67432 0.290749 -1.67416 0.279406 -1.674 0.296895 -1.67385 0.321872 -1.67369 0.333245 -1.67353 0.33358 -1.67338 0.338503 -1.67322 0.352404 -1.67306 0.361958 -1.67291 0.354707 -1.67275 0.334189 -1.67259 0.315562 -1.67244 0.309093 -1.67228 0.314472 -1.67212 0.327747 -1.67197 0.348652 -1.67181 0.378192 -1.67165 0.409733 -1.6715 0.428227 -1.67134 0.422062 -1.67118 0.394649 -1.67103 0.363889 -1.67087 0.35115 -1.67071 0.367287 -1.67055 0.405148 -1.6704 0.444765 -1.67024 0.472769 -1.67008 0.495731 -1.66993 0.52766 -1.66977 0.562891 -1.66961 0.573834 -1.66946 0.544604 -1.6693 0.493261 -1.66914 0.448532 -1.66899 0.415025 -1.66883 0.378797 -1.66867 0.341181 -1.66852 0.322556 -1.66836 0.330547 -1.6682 0.34533 -1.66805 0.344633 -1.66789 0.327883 -1.66773 0.306979 -1.66758 0.288876 -1.66742 0.277764 -1.66726 0.280607 -1.6671 0.297063 -1.66695 0.312757 -1.66679 0.319327 -1.66663 0.328713 -1.66648 0.354158 -1.66632 0.382669 -1.66616 0.38809 -1.66601 0.369556 -1.66585 0.357754 -1.66569 0.377738 -1.66554 0.421254 -1.66538 0.458747 -1.66522 0.470534 -1.66507 0.459348 -1.66491 0.440004 -1.66475 0.426347 -1.6646 0.422134 -1.66444 0.423349 -1.66428 0.426679 -1.66413 0.435805 -1.66397 0.454854 -1.66381 0.477351 -1.66366 0.489049 -1.6635 0.482636 -1.66334 0.464152 -1.66318 0.44539 -1.66303 0.432088 -1.66287 0.420707 -1.66271 0.400705 -1.66256 0.364566 -1.6624 0.318993 -1.66224 0.282447 -1.66209 0.263657 -1.66193 0.24854 -1.66177 0.221595 -1.66162 0.191403 -1.66146 0.185156 -1.6613 0.214434 -1.66115 0.261431 -1.66099 0.301173 -1.66083 0.321959 -1.66068 0.32264 -1.66052 0.30614 -1.66036 0.284514 -1.66021 0.275259 -1.66005 0.281302 -1.65989 0.285696 -1.65974 0.277151 -1.65958 0.270414 -1.65942 0.287424 -1.65926 0.325761 -1.65911 0.362441 -1.65895 0.383844 -1.65879 0.396319 -1.65864 0.406378 -1.65848 0.40949 -1.65832 0.401483 -1.65817 0.389027 -1.65801 0.378877 -1.65785 0.368325 -1.6577 0.352309 -1.65754 0.335428 -1.65738 0.327211 -1.65723 0.330027 -1.65707 0.336578 -1.65691 0.339267 -1.65676 0.337912 -1.6566 0.337939 -1.65644 0.345516 -1.65629 0.364507 -1.65613 0.394082 -1.65597 0.427418 -1.65582 0.454047 -1.65566 0.467087 -1.6555 0.467134 -1.65534 0.459125 -1.65519 0.445249 -1.65503 0.425351 -1.65487 0.403823 -1.65472 0.390555 -1.65456 0.390018 -1.6544 0.392432 -1.65425 0.383531 -1.65409 0.363306 -1.65393 0.346773 -1.65378 0.34445 -1.65362 0.3494 -1.65346 0.34996 -1.65331 0.345258 -1.65315 0.342349 -1.65299 0.343553 -1.65284 0.347277 -1.65268 0.35417 -1.65252 0.363572 -1.65237 0.366716 -1.65221 0.354383 -1.65205 0.33239 -1.6519 0.318028 -1.65174 0.319159 -1.65158 0.325895 -1.65142 0.328628 -1.65127 0.332147 -1.65111 0.344539 -1.65095 0.358757 -1.6508 0.358438 -1.65064 0.338799 -1.65048 0.31486 -1.65033 0.305734 -1.65017 0.315397 -1.65001 0.331365 -1.64986 0.337469 -1.6497 0.330264 -1.64954 0.323151 -1.64939 0.334614 -1.64923 0.369288 -1.64907 0.410728 -1.64892 0.435501 -1.64876 0.433644 -1.6486 0.412583 -1.64845 0.384727 -1.64829 0.355512 -1.64813 0.326267 -1.64798 0.300662 -1.64782 0.284546 -1.64766 0.280397 -1.6475 0.28745 -1.64735 0.30387 -1.64719 0.326382 -1.64703 0.34614 -1.64688 0.35309 -1.64672 0.345152 -1.64656 0.328247 -1.64641 0.306006 -1.64625 0.27567 -1.64609 0.23841 -1.64594 0.209333 -1.64578 0.206368 -1.64562 0.230371 -1.64547 0.266734 -1.64531 0.304668 -1.64515 0.343982 -1.645 0.380682 -1.64484 0.399529 -1.64468 0.39245 -1.64453 0.374051 -1.64437 0.364439 -1.64421 0.361928 -1.64405 0.348801 -1.6439 0.322957 -1.64374 0.30625 -1.64358 0.314189 -1.64343 0.333279 -1.64327 0.339294 -1.64311 0.328209 -1.64296 0.314959 -1.6428 0.308656 -1.64264 0.305892 -1.64249 0.305103 -1.64233 0.311855 -1.64217 0.323183 -1.64202 0.32334 -1.64186 0.305026 -1.6417 0.283895 -1.64155 0.28088 -1.64139 0.297095 -1.64123 0.318853 -1.64108 0.34086 -1.64092 0.3701 -1.64076 0.403986 -1.64061 0.421949 -1.64045 0.409199 -1.64029 0.37856 -1.64013 0.355846 -1.63998 0.350472 -1.63982 0.352329 -1.63966 0.354308 -1.63951 0.362312 -1.63935 0.381526 -1.63919 0.402542 -1.63904 0.408866 -1.63888 0.394176 -1.63872 0.365449 -1.63857 0.335154 -1.63841 0.31513 -1.63825 0.312547 -1.6381 0.324645 -1.63794 0.337036 -1.63778 0.334709 -1.63763 0.316334 -1.63747 0.295032 -1.63731 0.285939 -1.63716 0.292043 -1.637 0.302434 -1.63684 0.300998 -1.63669 0.281618 -1.63653 0.252279 -1.63637 0.228331 -1.63621 0.217789 -1.63606 0.221625 -1.6359 0.243434 -1.63574 0.288533 -1.63559 0.34729 -1.63543 0.38918 -1.63527 0.388739 -1.63512 0.352665 -1.63496 0.311226 -1.6348 0.282318 -1.63465 0.258094 -1.63449 0.230541 -1.63433 0.211879 -1.63418 0.220896 -1.63402 0.254072 -1.63386 0.286458 -1.63371 0.299046 -1.63355 0.298094 -1.63339 0.30353 -1.63324 0.323917 -1.63308 0.34826 -1.63292 0.360138 -1.63277 0.35478 -1.63261 0.342686 -1.63245 0.336048 -1.63229 0.336708 -1.63214 0.337789 -1.63198 0.335417 -1.63182 0.334002 -1.63167 0.338188 -1.63151 0.345368 -1.63135 0.3488 -1.6312 0.345458 -1.63104 0.341032 -1.63088 0.343471 -1.63073 0.353435 -1.63057 0.363556 -1.63041 0.365564 -1.63026 0.359527 -1.6301 0.350174 -1.62994 0.339153 -1.62979 0.324304 -1.62963 0.309193 -1.62947 0.305651 -1.62932 0.320247 -1.62916 0.342866 -1.629 0.357464 -1.62885 0.361701 -1.62869 0.36941 -1.62853 0.390593 -1.62837 0.419286 -1.62822 0.441576 -1.62806 0.45322 -1.6279 0.46235 -1.62775 0.477209 -1.62759 0.494207 -1.62743 0.496493 -1.62728 0.47032 -1.62712 0.425756 -1.62696 0.394619 -1.62681 0.397427 -1.62665 0.417499 -1.62649 0.41816 -1.62634 0.387548 -1.62618 0.349967 -1.62602 0.332659 -1.62587 0.335804 -1.62571 0.343495 -1.62555 0.348936 -1.6254 0.354728 -1.62524 0.358739 -1.62508 0.355857 -1.62493 0.349797 -1.62477 0.349671 -1.62461 0.353446 -1.62445 0.348569 -1.6243 0.326085 -1.62414 0.288673 -1.62398 0.245243 -1.62383 0.208724 -1.62367 0.193937 -1.62351 0.206211 -1.62336 0.231268 -1.6232 0.24783 -1.62304 0.251526 -1.62289 0.255447 -1.62273 0.265196 -1.62257 0.267739 -1.62242 0.251923 -1.62226 0.228481 -1.6221 0.218331 -1.62195 0.228092 -1.62179 0.246728 -1.62163 0.264376 -1.62148 0.283518 -1.62132 0.311031 -1.62116 0.344095 -1.621 0.369059 -1.62085 0.373547 -1.62069 0.358726 -1.62053 0.337485 -1.62038 0.319513 -1.62022 0.304221 -1.62006 0.289816 -1.61991 0.286008 -1.61975 0.305024 -1.61959 0.339505 -1.61944 0.361031 -1.61928 0.348064 -1.61912 0.311729 -1.61897 0.284787 -1.61881 0.286535 -1.61865 0.307651 -1.6185 0.325476 -1.61834 0.329798 -1.61818 0.329186 -1.61803 0.336624 -1.61787 0.353968 -1.61771 0.371194 -1.61756 0.378344 -1.6174 0.375768 -1.61724 0.369888 -1.61708 0.362995 -1.61693 0.351154 -1.61677 0.333352 -1.61661 0.316556 -1.61646 0.309658 -1.6163 0.31539 -1.61614 0.33106 -1.61599 0.351619 -1.61583 0.371715 -1.61567 0.385995 -1.61552 0.394016 -1.61536 0.401705 -1.6152 0.412978 -1.61505 0.424079 -1.61489 0.42904 -1.61473 0.430666 -1.61458 0.437703 -1.61442 0.450476 -1.61426 0.453727 -1.61411 0.431954 -1.61395 0.389703 -1.61379 0.352212 -1.61364 0.340803 -1.61348 0.350569 -1.61332 0.357807 -1.61316 0.348191 -1.61301 0.333262 -1.61285 0.333471 -1.61269 0.349583 -1.61254 0.359546 -1.61238 0.345884 -1.61222 0.317346 -1.61207 0.298206 -1.61191 0.302867 -1.61175 0.325022 -1.6116 0.346867 -1.61144 0.353482 -1.61128 0.341995 -1.61113 0.322134 -1.61097 0.310934 -1.61081 0.318351 -1.61066 0.338465 -1.6105 0.356281 -1.61034 0.362823 -1.61019 0.358239 -1.61003 0.343322 -1.60987 0.316794 -1.60972 0.284814 -1.60956 0.264545 -1.6094 0.270438 -1.60924 0.29805 -1.60909 0.328687 -1.60893 0.346097 -1.60877 0.345108 -1.60862 0.328403 -1.60846 0.30184 -1.6083 0.278006 -1.60815 0.273595 -1.60799 0.296693 -1.60783 0.337541 -1.60768 0.376962 -1.60752 0.402407 -1.60736 0.412617 -1.60721 0.410469 -1.60705 0.398495 -1.60689 0.38131 -1.60674 0.365915 -1.60658 0.355857 -1.60642 0.350046 -1.60627 0.349127 -1.60611 0.356118 -1.60595 0.368086 -1.6058 0.373298 -1.60564 0.363397 -1.60548 0.346015 -1.60532 0.338472 -1.60517 0.349449 -1.60501 0.372094 -1.60485 0.392695 -1.6047 0.402855 -1.60454 0.400604 -1.60438 0.387792 -1.60423 0.368225 -1.60407 0.346267 -1.60391 0.32769 -1.60376 0.320384 -1.6036 0.329308 -1.60344 0.348065 -1.60329 0.36079 -1.60313 0.359794 -1.60297 0.357014 -1.60282 0.369172 -1.60266 0.394569 -1.6025 0.415571 -1.60235 0.423362 -1.60219 0.427707 -1.60203 0.438 -1.60188 0.446346 -1.60172 0.439273 -1.60156 0.418 -1.6014 0.396702 -1.60125 0.384601 -1.60109 0.378117 -1.60093 0.369245 -1.60078 0.355601 -1.60062 0.341322 -1.60046 0.333837 -1.60031 0.339216 -1.60015 0.356798 -1.59999 0.378181 -1.59984 0.393257 -1.59968 0.395803 -1.59952 0.384242 -1.59937 0.359726 -1.59921 0.330262 -1.59905 0.308994 -1.5989 0.303953 -1.59874 0.308695 -1.59858 0.309336 -1.59843 0.29653 -1.59827 0.27052 -1.59811 0.239046 -1.59795 0.21534 -1.5978 0.214948 -1.59764 0.242525 -1.59748 0.283611 -1.59733 0.3155 -1.59717 0.327695 -1.59701 0.326672 -1.59686 0.323114 -1.5967 0.322207 -1.59654 0.327001 -1.59639 0.341951 -1.59623 0.367791 -1.59607 0.396898 -1.59592 0.417602 -1.59576 0.422493 -1.5956 0.411683 -1.59545 0.390811 -1.59529 0.367991 -1.59513 0.350002 -1.59498 0.339874 -1.59482 0.337423 -1.59466 0.341538 -1.59451 0.350836 -1.59435 0.362106 -1.59419 0.370174 -1.59403 0.368999 -1.59388 0.355083 -1.59372 0.332181 -1.59356 0.314042 -1.59341 0.31523 -1.59325 0.334603 -1.59309 0.354597 -1.59294 0.362412 -1.59278 0.365573 -1.59262 0.379323 -1.59247 0.40228 -1.59231 0.418559 -1.59215 0.420084 -1.592 0.414452 -1.59184 0.407585 -1.59168 0.394729 -1.59153 0.375872 -1.59137 0.365782 -1.59121 0.375885 -1.59106 0.395396 -1.5909 0.403967 -1.59074 0.399291 -1.59059 0.398478 -1.59043 0.411907 -1.59027 0.42734 -1.59011 0.424862 -1.58996 0.400286 -1.5898 0.368609 -1.58964 0.34842 -1.58949 0.347032 -1.58933 0.358984 -1.58917 0.373602 -1.58902 0.38604 -1.58886 0.400133 -1.5887 0.420835 -1.58855 0.443696 -1.58839 0.455524 -1.58823 0.447713 -1.58808 0.426871 -1.58792 0.410167 -1.58776 0.410561 -1.58761 0.427712 -1.58745 0.451364 -1.58729 0.471261 -1.58714 0.482113 -1.58698 0.481882 -1.58682 0.47063 -1.58667 0.451955 -1.58651 0.43217 -1.58635 0.414397 -1.58619 0.395469 -1.58604 0.371613 -1.58588 0.346334 -1.58572 0.328437 -1.58557 0.322251 -1.58541 0.324622 -1.58525 0.332774 -1.5851 0.350636 -1.58494 0.381693 -1.58478 0.418051 -1.58463 0.441359 -1.58447 0.435231 -1.58431 0.39837 -1.58416 0.34746 -1.584 0.307982 -1.58384 0.299068 -1.58369 0.321012 -1.58353 0.355669 -1.58337 0.381722 -1.58322 0.390526 -1.58306 0.386924 -1.5829 0.380493 -1.58275 0.378066 -1.58259 0.385283 -1.58243 0.403546 -1.58227 0.426524 -1.58212 0.439506 -1.58196 0.430516 -1.5818 0.400337 -1.58165 0.360477 -1.58149 0.323483 -1.58133 0.29614 -1.58118 0.279955 -1.58102 0.272556 -1.58086 0.270363 -1.58071 0.272071 -1.58055 0.280075 -1.58039 0.294648 -1.58024 0.306199 -1.58008 0.302343 -1.57992 0.284692 -1.57977 0.273799 -1.57961 0.288987 -1.57945 0.325579 -1.5793 0.358915 -1.57914 0.370812 -1.57898 0.364454 -1.57883 0.353611 -1.57867 0.344668 -1.57851 0.336658 -1.57835 0.330603 -1.5782 0.331809 -1.57804 0.345154 -1.57788 0.37142 -1.57773 0.407176 -1.57757 0.442649 -1.57741 0.465164 -1.57726 0.469673 -1.5771 0.463438 -1.57694 0.456905 -1.57679 0.451 -1.57663 0.441716 -1.57647 0.431515 -1.57632 0.428005 -1.57616 0.433882 -1.576 0.445944 -1.57585 0.462806 -1.57569 0.482952 -1.57553 0.494359 -1.57538 0.481724 -1.57522 0.449176 -1.57506 0.425175 -1.5749 0.434193 -1.57475 0.468688 -1.57459 0.498825 -1.57443 0.504791 -1.57428 0.491235 -1.57412 0.472992 -1.57396 0.458475 -1.57381 0.447032 -1.57365 0.434654 -1.57349 0.418404 -1.57334 0.398346 -1.57318 0.378487 -1.57302 0.361134 -1.57287 0.34351 -1.57271 0.324314 -1.57255 0.312168 -1.5724 0.318161 -1.57224 0.339194 -1.57208 0.358897 -1.57193 0.367473 -1.57177 0.373338 -1.57161 0.385708 -1.57146 0.397432 -1.5713 0.39359 -1.57114 0.374279 -1.57098 0.355001 -1.57083 0.346056 -1.57067 0.341173 -1.57051 0.331064 -1.57036 0.316274 -1.5702 0.301016 -1.57004 0.283864 -1.56989 0.265015 -1.56973 0.256247 -1.56957 0.271385 -1.56942 0.309143 -1.56926 0.353028 -1.5691 0.38829 -1.56895 0.408049 -1.56879 0.406326 -1.56863 0.380147 -1.56848 0.339204 -1.56832 0.303447 -1.56816 0.283255 -1.56801 0.272152 -1.56785 0.263036 -1.56769 0.261801 -1.56754 0.276118 -1.56738 0.301232 -1.56722 0.327705 -1.56706 0.355451 -1.56691 0.386691 -1.56675 0.411249 -1.56659 0.413718 -1.56644 0.394446 -1.56628 0.369711 -1.56612 0.352038 -1.56597 0.342679 -1.56581 0.342186 -1.56565 0.356783 -1.5655 0.385423 -1.56534 0.415549 -1.56518 0.435845 -1.56503 0.444369 -1.56487 0.440856 -1.56471 0.422643 -1.56456 0.394059 -1.5644 0.367757 -1.56424 0.349745 -1.56409 0.331647 -1.56393 0.305842 -1.56377 0.280671 -1.56362 0.271152 -1.56346 0.278373 -1.5633 0.290855 -1.56314 0.30028 -1.56299 0.307943 -1.56283 0.317319 -1.56267 0.330973 -1.56252 0.352234 -1.56236 0.381682 -1.5622 0.41065 -1.56205 0.427052 -1.56189 0.429089 -1.56173 0.425796 -1.56158 0.424769 -1.56142 0.423822 -1.56126 0.415338 -1.56111 0.395175 -1.56095 0.366646 -1.56079 0.3386 -1.56064 0.32042 -1.56048 0.315905 -1.56032 0.320844 -1.56017 0.329701 -1.56001 0.342909 -1.55985 0.364225 -1.5597 0.391608 -1.55954 0.412634 -1.55938 0.412505 -1.55922 0.384745 -1.55907 0.34003 -1.55891 0.299437 -1.55875 0.277837 -1.5586 0.271255 -1.55844 0.266484 -1.55828 0.26221 -1.55813 0.27256 -1.55797 0.303912 -1.55781 0.338538 -1.55766 0.35225 -1.5575 0.341836 -1.55734 0.325138 -1.55719 0.31675 -1.55703 0.314168 -1.55687 0.31088 -1.55672 0.310045 -1.55656 0.318794 -1.5564 0.33644 -1.55625 0.351049 -1.55609 0.353105 -1.55593 0.346283 -1.55578 0.34294 -1.55562 0.349651 -1.55546 0.357416 -1.5553 0.351933 -1.55515 0.334439 -1.55499 0.322118 -1.55483 0.323039 -1.55468 0.321976 -1.55452 0.300722 -1.55436 0.265865 -1.55421 0.243278 -1.55405 0.244941 -1.55389 0.256863 -1.55374 0.26032 -1.55358 0.252927 -1.55342 0.24261 -1.55327 0.231569 -1.55311 0.215535 -1.55295 0.193021 -1.5528 0.169422 -1.55264 0.153889 -1.55248 0.151996 -1.55233 0.161722 -1.55217 0.174274 -1.55201 0.184538 -1.55186 0.199684 -1.5517 0.232439 -1.55154 0.284528 -1.55138 0.339905 -1.55123 0.377957 -1.55107 0.389462 -1.55091 0.379016 -1.55076 0.358037 -1.5506 0.338746 -1.55044 0.329758 -1.55029 0.331004 -1.55013 0.335506 -1.54997 0.337087 -1.54982 0.335536 -1.54966 0.335353 -1.5495 0.339163 -1.54935 0.343518 -1.54919 0.339286 -1.54903 0.318838 -1.54888 0.289253 -1.54872 0.271511 -1.54856 0.279675 -1.54841 0.303995 -1.54825 0.322638 -1.54809 0.328111 -1.54793 0.330479 -1.54778 0.333432 -1.54762 0.325197 -1.54746 0.296976 -1.54731 0.259823 -1.54715 0.231616 -1.54699 0.214886 -1.54684 0.199639 -1.54668 0.182921 -1.54652 0.174816 -1.54637 0.185669 -1.54621 0.212013 -1.54605 0.238759 -1.5459 0.251394 -1.54574 0.250059 -1.54558 0.251588 -1.54543 0.272615 -1.54527 0.310903 -1.54511 0.347159 -1.54496 0.368073 -1.5448 0.377383 -1.54464 0.381316 -1.54449 0.374429 -1.54433 0.349174 -1.54417 0.313199 -1.54401 0.283885 -1.54386 0.267748 -1.5437 0.258421 -1.54354 0.253333 -1.54339 0.25998 -1.54323 0.284325 -1.54307 0.321115 -1.54292 0.360999 -1.54276 0.398653 -1.5426 0.43182 -1.54245 0.454836 -1.54229 0.460087 -1.54213 0.444079 -1.54198 0.412056 -1.54182 0.378079 -1.54166 0.357481 -1.54151 0.355343 -1.54135 0.36112 -1.54119 0.361428 -1.54104 0.357911 -1.54088 0.365882 -1.54072 0.393496 -1.54057 0.427577 -1.54041 0.446196 -1.54025 0.441669 -1.54009 0.426402 -1.53994 0.41787 -1.53978 0.422037 -1.53962 0.431241 -1.53947 0.433855 -1.53931 0.424989 -1.53915 0.408531 -1.539 0.392965 -1.53884 0.384583 -1.53868 0.38399 -1.53853 0.386591 -1.53837 0.387168 -1.53821 0.383469 -1.53806 0.377409 -1.5379 0.372487 -1.53774 0.369304 -1.53759 0.365825 -1.53743 0.361317 -1.53727 0.359436 -1.53712 0.365545 -1.53696 0.381674 -1.5368 0.405459 -1.53665 0.430811 -1.53649 0.448377 -1.53633 0.447274 -1.53617 0.422532 -1.53602 0.383229 -1.53586 0.349864 -1.5357 0.337935 -1.53555 0.344747 -1.53539 0.354971 -1.53523 0.361803 -1.53508 0.375588 -1.53492 0.407136 -1.53476 0.446982 -1.53461 0.470123 -1.53445 0.463454 -1.53429 0.440241 -1.53414 0.422615 -1.53398 0.417323 -1.53382 0.414634 -1.53367 0.406466 -1.53351 0.392585 -1.53335 0.373906 -1.5332 0.351029 -1.53304 0.330306 -1.53288 0.322358 -1.53273 0.33 -1.53257 0.346339 -1.53241 0.364842 -1.53225 0.383495 -1.5321 0.395306 -1.53194 0.387625 -1.53178 0.361033 -1.53163 0.339249 -1.53147 0.349346 -1.53131 0.392197 -1.53116 0.441609 -1.531 0.472256 -1.53084 0.482066 -1.53069 0.487966 -1.53053 0.504578 -1.53037 0.52957 -1.53022 0.546288 -1.53006 0.540248 -1.5299 0.511469 -1.52975 0.472017 -1.52959 0.433566 -1.52943 0.404386 -1.52928 0.393561 -1.52912 0.405885 -1.52896 0.427695 -1.52881 0.430743 -1.52865 0.39882 -1.52849 0.346134 -1.52833 0.3011 -1.52818 0.277708 -1.52802 0.273578 -1.52786 0.284825 -1.52771 0.309083 -1.52755 0.336522 -1.52739 0.353129 -1.52724 0.35631 -1.52708 0.356597 -1.52692 0.359741 -1.52677 0.358887 -1.52661 0.350015 -1.52645 0.343166 -1.5263 0.351104 -1.52614 0.372928 -1.52598 0.395971 -1.52583 0.411189 -1.52567 0.418768 -1.52551 0.420722 -1.52536 0.416049 -1.5252 0.404655 -1.52504 0.391953 -1.52488 0.384886 -1.52473 0.386529 -1.52457 0.39461 -1.52441 0.406098 -1.52426 0.418874 -1.5241 0.428365 -1.52394 0.428174 -1.52379 0.418181 -1.52363 0.410686 -1.52347 0.419322 -1.52332 0.440817 -1.52316 0.456289 -1.523 0.453674 -1.52285 0.44012 -1.52269 0.427875 -1.52253 0.417342 -1.52238 0.404302 -1.52222 0.396759 -1.52206 0.408711 -1.52191 0.438765 -1.52175 0.46515 -1.52159 0.466468 -1.52144 0.44053 -1.52128 0.401525 -1.52112 0.366737 -1.52096 0.346304 -1.52081 0.340194 -1.52065 0.341557 -1.52049 0.347242 -1.52034 0.360527 -1.52018 0.380563 -1.52002 0.394961 -1.51987 0.393592 -1.51971 0.387174 -1.51955 0.39621 -1.5194 0.421398 -1.51924 0.439898 -1.51908 0.433543 -1.51893 0.409404 -1.51877 0.385382 -1.51861 0.366198 -1.51846 0.342955 -1.5183 0.307488 -1.51814 0.25984 -1.51799 0.20785 -1.51783 0.165448 -1.51767 0.144705 -1.51752 0.144341 -1.51736 0.151477 -1.5172 0.158228 -1.51704 0.16917 -1.51689 0.185787 -1.51673 0.198392 -1.51657 0.200296 -1.51642 0.200355 -1.51626 0.207972 -1.5161 0.214988 -1.51595 0.208672 -1.51579 0.196017 -1.51563 0.197992 -1.51548 0.219324 -1.51532 0.242401 -1.51516 0.253678 -1.51501 0.261286 -1.51485 0.276116 -1.51469 0.290273 -1.51454 0.287315 -1.51438 0.267526 -1.51422 0.252272 -1.51407 0.261023 -1.51391 0.292381 -1.51375 0.329398 -1.5136 0.358099 -1.51344 0.377814 -1.51328 0.393394 -1.51312 0.402845 -1.51297 0.398906 -1.51281 0.381628 -1.51265 0.364779 -1.5125 0.362933 -1.51234 0.375333 -1.51218 0.385756 -1.51203 0.379907 -1.51187 0.357226 -1.51171 0.328551 -1.51156 0.306873 -1.5114 0.302396 -1.51124 0.318586 -1.51109 0.347884 -1.51093 0.373197 -1.51077 0.379033 -1.51062 0.362072 -1.51046 0.331677 -1.5103 0.30135 -1.51015 0.279666 -1.50999 0.268806 -1.50983 0.267796 -1.50968 0.27731 -1.50952 0.30006 -1.50936 0.335138 -1.5092 0.372413 -1.50905 0.395132 -1.50889 0.391357 -1.50873 0.367319 -1.50858 0.346647 -1.50842 0.353186 -1.50826 0.388865 -1.50811 0.429738 -1.50795 0.448382 -1.50779 0.437137 -1.50764 0.409191 -1.50748 0.380386 -1.50732 0.358182 -1.50717 0.344994 -1.50701 0.34234 -1.50685 0.344727 -1.5067 0.339785 -1.50654 0.321017 -1.50638 0.294774 -1.50623 0.269643 -1.50607 0.245691 -1.50591 0.222675 -1.50576 0.209925 -1.5056 0.216326 -1.50544 0.234858 -1.50528 0.248742 -1.50513 0.253182 -1.50497 0.260376 -1.50481 0.281254 -1.50466 0.312877 -1.5045 0.344186 -1.50434 0.365513 -1.50419 0.370288 -1.50403 0.360009 -1.50387 0.346869 -1.50372 0.344816 -1.50356 0.35323 -1.5034 0.359775 -1.50325 0.358165 -1.50309 0.351478 -1.50293 0.337678 -1.50278 0.308526 -1.50262 0.270588 -1.50246 0.248008 -1.50231 0.252447 -1.50215 0.263992 -1.50199 0.261413 -1.50183 0.258385 -1.50168 0.285708 -1.50152 0.340602 -1.50136 0.380277 -1.50121 0.372946 -1.50105 0.335788 -1.50089 0.309838 -1.50074 0.314225 -1.50058 0.337964 -1.50042 0.365157 -1.50027 0.389409 -1.50011 0.406156 -1.49995 0.407492 -1.4998 0.389693 -1.49964 0.358707 -1.49948 0.325799 -1.49933 0.301252 -1.49917 0.290615 -1.49901 0.289818 -1.49886 0.283132 -1.4987 0.256398 -1.49854 0.215692 -1.49839 0.185903 -1.49823 0.18483 -1.49807 0.203975 -1.49791 0.221023 -1.49776 0.227642 -1.4976 0.236908 -1.49744 0.26352 -1.49729 0.306367 -1.49713 0.350972 -1.49697 0.383911 -1.49682 0.399691 -1.49666 0.399569 -1.4965 0.392676 -1.49635 0.393612 -1.49619 0.412076 -1.49603 0.440395 -1.49588 0.45738 -1.49572 0.447206 -1.49556 0.414932 -1.49541 0.382191 -1.49525 0.369693 -1.49509 0.382411 -1.49494 0.408266 -1.49478 0.429347 -1.49462 0.433009 -1.49447 0.417519 -1.49431 0.387394 -1.49415 0.349051 -1.49399 0.312402 -1.49384 0.289768 -1.49368 0.286546 -1.49352 0.292656 -1.49337 0.292367 -1.49321 0.282494 -1.49305 0.273503 -1.4929 0.27295 -1.49274 0.275294 -1.49258 0.273997 -1.49243 0.272572 -1.49227 0.275441 -1.49211 0.276582 -1.49196 0.268158 -1.4918 0.254465 -1.49164 0.245364 -1.49149 0.239114 -1.49133 0.227081 -1.49117 0.214734 -1.49102 0.220818 -1.49086 0.249625 -1.4907 0.280966 -1.49055 0.295278 -1.49039 0.298655 -1.49023 0.310545 -1.49007 0.335331 -1.48992 0.361415 -1.48976 0.38098 -1.4896 0.396608 -1.48945 0.407904 -1.48929 0.407033 -1.48913 0.392379 -1.48898 0.375622 -1.48882 0.369355 -1.48866 0.37475 -1.48851 0.384203 -1.48835 0.391185 -1.48819 0.392398 -1.48804 0.387547 -1.48788 0.380384 -1.48772 0.377345 -1.48757 0.380983 -1.48741 0.386818 -1.48725 0.390077 -1.4871 0.391237 -1.48694 0.391598 -1.48678 0.387667 -1.48663 0.375875 -1.48647 0.35948 -1.48631 0.346927 -1.48615 0.343079 -1.486 0.346863 -1.48584 0.355518 -1.48568 0.364039 -1.48553 0.364037 -1.48537 0.348381 -1.48521 0.320036 -1.48506 0.292635 -1.4849 0.278652 -1.48474 0.280059 -1.48459 0.292018 -1.48443 0.31016 -1.48427 0.331148 -1.48412 0.348811 -1.48396 0.355816 -1.4838 0.351439 -1.48365 0.343262 -1.48349 0.339989 -1.48333 0.342174 -1.48318 0.342106 -1.48302 0.333755 -1.48286 0.319818 -1.48271 0.307697 -1.48255 0.302107 -1.48239 0.301372 -1.48223 0.302025 -1.48208 0.304431 -1.48192 0.312067 -1.48176 0.326617 -1.48161 0.344212 -1.48145 0.357789 -1.48129 0.362338 -1.48114 0.359315 -1.48098 0.355064 -1.48082 0.355551 -1.48067 0.362232 -1.48051 0.372777 -1.48035 0.38502 -1.4802 0.396097 -1.48004 0.402573 -1.47988 0.404504 -1.47973 0.40893 -1.47957 0.420776 -1.47941 0.431061 -1.47926 0.420449 -1.4791 0.38263 -1.47894 0.337913 -1.47878 0.314319 -1.47863 0.316607 -1.47847 0.323175 -1.47831 0.313933 -1.47816 0.289883 -1.478 0.263882 -1.47784 0.241384 -1.47769 0.221754 -1.47753 0.210414 -1.47737 0.214454 -1.47722 0.229448 -1.47706 0.23946 -1.4769 0.235942 -1.47675 0.227926 -1.47659 0.228594 -1.47643 0.240428 -1.47628 0.257567 -1.47612 0.277064 -1.47596 0.298442 -1.47581 0.316157 -1.47565 0.324487 -1.47549 0.327856 -1.47534 0.336788 -1.47518 0.351394 -1.47502 0.356783 -1.47486 0.340903 -1.47471 0.311339 -1.47455 0.289377 -1.47439 0.289403 -1.47424 0.309759 -1.47408 0.336802 -1.47392 0.356099 -1.47377 0.360421 -1.47361 0.353565 -1.47345 0.346119 -1.4733 0.341515 -1.47314 0.332104 -1.47298 0.312124 -1.47283 0.289208 -1.47267 0.274428 -1.47251 0.264533 -1.47236 0.245946 -1.4722 0.21657 -1.47204 0.195379 -1.47189 0.203878 -1.47173 0.242866 -1.47157 0.293661 -1.47142 0.335128 -1.47126 0.357595 -1.4711 0.366463 -1.47094 0.378004 -1.47079 0.40577 -1.47063 0.444508 -1.47047 0.471134 -1.47032 0.46798 -1.47016 0.443007 -1.47 0.42061 -1.46985 0.415625 -1.46969 0.420328 -1.46953 0.416228 -1.46938 0.394416 -1.46922 0.364744 -1.46906 0.348988 -1.46891 0.364106 -1.46875 0.405823 -1.46859 0.449397 -1.46844 0.469843 -1.46828 0.464326 -1.46812 0.450486 -1.46797 0.443799 -1.46781 0.441118 -1.46765 0.428269 -1.4675 0.400076 -1.46734 0.369908 -1.46718 0.357824 -1.46702 0.371497 -1.46687 0.398853 -1.46671 0.421065 -1.46655 0.429342 -1.4664 0.427666 -1.46624 0.419176 -1.46608 0.399868 -1.46593 0.369271 -1.46577 0.342716 -1.46561 0.342354 -1.46546 0.375044 -1.4653 0.421987 -1.46514 0.454962 -1.46499 0.461579 -1.46483 0.452064 -1.46467 0.442454 -1.46452 0.434546 -1.46436 0.417394 -1.4642 0.38675 -1.46405 0.357538 -1.46389 0.348283 -1.46373 0.35888 -1.46358 0.373807 -1.46342 0.384251 -1.46326 0.394723 -1.4631 0.403373 -1.46295 0.395847 -1.46279 0.365898 -1.46263 0.332016 -1.46248 0.313828 -1.46232 0.304101 -1.46216 0.281619 -1.46201 0.246718 -1.46185 0.224026 -1.46169 0.227746 -1.46154 0.243909 -1.46138 0.254762 -1.46122 0.262067 -1.46107 0.277032 -1.46091 0.298284 -1.46075 0.314703 -1.4606 0.325316 -1.46044 0.338866 -1.46028 0.360335 -1.46013 0.383143 -1.45997 0.397649 -1.45981 0.400678 -1.45966 0.394115 -1.4595 0.382471 -1.45934 0.369574 -1.45918 0.358264 -1.45903 0.352465 -1.45887 0.357404 -1.45871 0.376052 -1.45856 0.40083 -1.4584 0.41982 -1.45824 0.429796 -1.45809 0.440411 -1.45793 0.458782 -1.45777 0.476353 -1.45762 0.478575 -1.45746 0.460517 -1.4573 0.430757 -1.45715 0.403355 -1.45699 0.387253 -1.45683 0.383351 -1.45668 0.386202 -1.45652 0.388525 -1.45636 0.387749 -1.45621 0.386882 -1.45605 0.386899 -1.45589 0.384928 -1.45573 0.382595 -1.45558 0.388609 -1.45542 0.405337 -1.45526 0.423416 -1.45511 0.429375 -1.45495 0.424989 -1.45479 0.42212 -1.45464 0.424785 -1.45448 0.420718 -1.45432 0.397244 -1.45417 0.357261 -1.45401 0.319152 -1.45385 0.299575 -1.4537 0.300984 -1.45354 0.310092 -1.45338 0.31212 -1.45323 0.308177 -1.45307 0.310186 -1.45291 0.327388 -1.45276 0.35024 -1.4526 0.36035 -1.45244 0.349977 -1.45229 0.324367 -1.45213 0.293757 -1.45197 0.261298 -1.45181 0.2268 -1.45166 0.198031 -1.4515 0.188327 -1.45134 0.205883 -1.45119 0.246945 -1.45103 0.298253 -1.45087 0.347325 -1.45072 0.391685 -1.45056 0.434929 -1.4504 0.478348 -1.45025 0.517516 -1.45009 0.542384 -1.44993 0.547126 -1.44978 0.53302 -1.44962 0.511416 -1.44946 0.497264 -1.44931 0.495156 -1.44915 0.492252 -1.44899 0.473784 -1.44884 0.439797 -1.44868 0.407758 -1.44852 0.389948 -1.44837 0.383108 -1.44821 0.376196 -1.44805 0.366736 -1.44789 0.358011 -1.44774 0.353855 -1.44758 0.352786 -1.44742 0.349712 -1.44727 0.338931 -1.44711 0.318661 -1.44695 0.297841 -1.4468 0.288233 -1.44664 0.289902 -1.44648 0.288797 -1.44633 0.279329 -1.44617 0.273293 -1.44601 0.28389 -1.44586 0.306136 -1.4457 0.327626 -1.44554 0.351773 -1.44539 0.390952 -1.44523 0.439807 -1.44507 0.47093 -1.44492 0.462102 -1.44476 0.421709 -1.4446 0.378052 -1.44445 0.352457 -1.44429 0.344428 -1.44413 0.338782 -1.44397 0.321649 -1.44382 0.295459 -1.44366 0.276952 -1.4435 0.28041 -1.44335 0.302891 -1.44319 0.329512 -1.44303 0.347013 -1.44288 0.350956 -1.44272 0.341985 -1.44256 0.326255 -1.44241 0.316766 -1.44225 0.323849 -1.44209 0.345665 -1.44194 0.371398 -1.44178 0.394468 -1.44162 0.412203 -1.44147 0.417973 -1.44131 0.407191 -1.44115 0.392172 -1.441 0.396176 -1.44084 0.425872 -1.44068 0.460436 -1.44053 0.474729 -1.44037 0.467011 -1.44021 0.453541 -1.44005 0.448015 -1.4399 0.452501 -1.43974 0.464387 -1.43958 0.480832 -1.43943 0.496237 -1.43927 0.502668 -1.43911 0.495203 -1.43896 0.474656 -1.4388 0.447822 -1.43864 0.425604 -1.43849 0.416696 -1.43833 0.41971 -1.43817 0.423762 -1.43802 0.420114 -1.43786 0.411097 -1.4377 0.40467 -1.43755 0.404306 -1.43739 0.406764 -1.43723 0.406065 -1.43708 0.396636 -1.43692 0.376108 -1.43676 0.349505 -1.43661 0.328748 -1.43645 0.323462 -1.43629 0.332486 -1.43613 0.344792 -1.43598 0.351069 -1.43582 0.350462 -1.43566 0.349294 -1.43551 0.353804 -1.43535 0.364422 -1.43519 0.375499 -1.43504 0.379983 -1.43488 0.373781 -1.43472 0.357278 -1.43457 0.336666 -1.43441 0.325101 -1.43425 0.337167 -1.4341 0.375524 -1.43394 0.427065 -1.43378 0.473252 -1.43363 0.501041 -1.43347 0.503588 -1.43331 0.479308 -1.43316 0.441615 -1.433 0.418719 -1.43284 0.430846 -1.43269 0.468284 -1.43253 0.502932 -1.43237 0.518121 -1.43221 0.514106 -1.43206 0.492066 -1.4319 0.452027 -1.43174 0.406434 -1.43159 0.375862 -1.43143 0.364542 -1.43127 0.35636 -1.43112 0.340457 -1.43096 0.324518 -1.4308 0.31677 -1.43065 0.31336 -1.43049 0.314635 -1.43033 0.331529 -1.43018 0.362482 -1.43002 0.380093 -1.42986 0.362778 -1.42971 0.325779 -1.42955 0.301281 -1.42939 0.298461 -1.42924 0.303591 -1.42908 0.310985 -1.42892 0.328263 -1.42876 0.353277 -1.42861 0.3707 -1.42845 0.375567 -1.42829 0.378522 -1.42814 0.385078 -1.42798 0.386588 -1.42782 0.378624 -1.42767 0.371251 -1.42751 0.373782 -1.42735 0.383768 -1.4272 0.395822 -1.42704 0.4088 -1.42688 0.418038 -1.42673 0.414318 -1.42657 0.39909 -1.42641 0.387548 -1.42626 0.387331 -1.4261 0.385788 -1.42594 0.369423 -1.42579 0.345962 -1.42563 0.33555 -1.42547 0.346861 -1.42532 0.371579 -1.42516 0.397632 -1.425 0.417503 -1.42484 0.428371 -1.42469 0.434622 -1.42453 0.447185 -1.42437 0.470873 -1.42422 0.495271 -1.42406 0.504661 -1.4239 0.495059 -1.42375 0.474376 -1.42359 0.449025 -1.42343 0.42012 -1.42328 0.390789 -1.42312 0.368526 -1.42296 0.359692 -1.42281 0.3682 -1.42265 0.397607 -1.42249 0.445457 -1.42234 0.495474 -1.42218 0.524813 -1.42202 0.524239 -1.42187 0.505485 -1.42171 0.48547 -1.42155 0.4694 -1.4214 0.452083 -1.42124 0.429402 -1.42108 0.403026 -1.42092 0.378779 -1.42077 0.364431 -1.42061 0.367502 -1.42045 0.388407 -1.4203 0.417309 -1.42014 0.442573 -1.41998 0.461173 -1.41983 0.478418 -1.41967 0.496414 -1.41951 0.508939 -1.41936 0.508545 -1.4192 0.493714 -1.41904 0.465403 -1.41889 0.421601 -1.41873 0.362211 -1.41857 0.300423 -1.41842 0.260344 -1.41826 0.258678 -1.4181 0.290066 -1.41795 0.333291 -1.41779 0.370291 -1.41763 0.396414 -1.41748 0.414204 -1.41732 0.424498 -1.41716 0.426058 -1.417 0.419831 -1.41685 0.409777 -1.41669 0.399993 -1.41653 0.391562 -1.41638 0.381943 -1.41622 0.367446 -1.41606 0.349042 -1.41591 0.335304 -1.41575 0.335435 -1.41559 0.347563 -1.41544 0.357695 -1.41528 0.352438 -1.41512 0.33339 -1.41497 0.313934 -1.41481 0.304852 -1.41465 0.306455 -1.4145 0.313021 -1.41434 0.318008 -1.41418 0.31727 -1.41403 0.312108 -1.41387 0.313674 -1.41371 0.334549 -1.41356 0.372041 -1.4134 0.402999 -1.41324 0.404751 -1.41308 0.380035 -1.41293 0.353376 -1.41277 0.344037 -1.41261 0.350332 -1.41246 0.362094 -1.4123 0.377207 -1.41214 0.397063 -1.41199 0.414839 -1.41183 0.420825 -1.41167 0.417252 -1.41152 0.417888 -1.41136 0.430181 -1.4112 0.446221 -1.41105 0.455242 -1.41089 0.456823 -1.41073 0.457246 -1.41058 0.459127 -1.41042 0.458602 -1.41026 0.449978 -1.41011 0.431073 -1.40995 0.404991 -1.40979 0.379174 -1.40964 0.361571 -1.40948 0.354905 -1.40932 0.354918 -1.40916 0.355961 -1.40901 0.352265 -1.40885 0.340145 -1.40869 0.321804 -1.40854 0.31022 -1.40838 0.319535 -1.40822 0.347706 -1.40807 0.375359 -1.40791 0.386784 -1.40775 0.385325 -1.4076 0.382689 -1.40744 0.380818 -1.40728 0.372195 -1.40713 0.355021 -1.40697 0.337416 -1.40681 0.327658 -1.40666 0.326114 -1.4065 0.328996 -1.40634 0.332507 -1.40619 0.335587 -1.40603 0.337882 -1.40587 0.338939 -1.40571 0.335372 -1.40556 0.324299 -1.4054 0.309578 -1.40524 0.301509 -1.40509 0.305716 -1.40493 0.318021 -1.40477 0.335005 -1.40462 0.360692 -1.40446 0.395046 -1.4043 0.423018 -1.40415 0.428536 -1.40399 0.415871 -1.40383 0.404983 -1.40368 0.406115 -1.40352 0.411214 -1.40336 0.411556 -1.40321 0.409378 -1.40305 0.409515 -1.40289 0.40952 -1.40274 0.405871 -1.40258 0.399469 -1.40242 0.390444 -1.40227 0.376306 -1.40211 0.359947 -1.40195 0.350877 -1.40179 0.351568 -1.40164 0.350769 -1.40148 0.339736 -1.40132 0.327837 -1.40117 0.331854 -1.40101 0.352293 -1.40085 0.370831 -1.4007 0.370811 -1.40054 0.352704 -1.40038 0.329639 -1.40023 0.312176 -1.40007 0.302043 -1.39991 0.293443 -1.39976 0.28153 -1.3996 0.267292 -1.39944 0.254164 -1.39929 0.241517 -1.39913 0.226281 -1.39897 0.213339 -1.39882 0.217171 -1.39866 0.246467 -1.3985 0.292296 -1.39835 0.33664 -1.39819 0.369153 -1.39803 0.389859 -1.39787 0.397203 -1.39772 0.386642 -1.39756 0.359494 -1.3974 0.328385 -1.39725 0.309186 -1.39709 0.309896 -1.39693 0.326728 -1.39678 0.346738 -1.39662 0.353804 -1.39646 0.340573 -1.39631 0.314789 -1.39615 0.294369 -1.39599 0.292011 -1.39584 0.306275 -1.39568 0.327339 -1.39552 0.347078 -1.39537 0.361244 -1.39521 0.36507 -1.39505 0.356414 -1.3949 0.339706 -1.39474 0.325416 -1.39458 0.31878 -1.39443 0.316484 -1.39427 0.313695 -1.39411 0.316257 -1.39395 0.334198 -1.3938 0.364362 -1.39364 0.387459 -1.39348 0.385822 -1.39333 0.361054 -1.39317 0.32716 -1.39301 0.294315 -1.39286 0.26574 -1.3927 0.249201 -1.39254 0.255952 -1.39239 0.285827 -1.39223 0.324361 -1.39207 0.355543 -1.39192 0.37322 -1.39176 0.376756 -1.3916 0.368272 -1.39145 0.356235 -1.39129 0.351574 -1.39113 0.353703 -1.39098 0.351078 -1.39082 0.340408 -1.39066 0.338289 -1.39051 0.360496 -1.39035 0.398488 -1.39019 0.426239 -1.39003 0.425667 -1.38988 0.397047 -1.38972 0.349837 -1.38956 0.296778 -1.38941 0.255485 -1.38925 0.238682 -1.38909 0.243091 -1.38894 0.256878 -1.38878 0.277535 -1.38862 0.309601 -1.38847 0.344426 -1.38831 0.357364 -1.38815 0.334592 -1.388 0.289288 -1.38784 0.245779 -1.38768 0.218121 -1.38753 0.211044 -1.38737 0.230401 -1.38721 0.276994 -1.38706 0.337739 -1.3869 0.393909 -1.38674 0.438739 -1.38659 0.475482 -1.38643 0.503223 -1.38627 0.514938 -1.38611 0.510269 -1.38596 0.498802 -1.3858 0.486403 -1.38564 0.468156 -1.38549 0.437888 -1.38533 0.399057 -1.38517 0.361423 -1.38502 0.331145 -1.38486 0.309837 -1.3847 0.296164 -1.38455 0.286119 -1.38439 0.275135 -1.38423 0.265862 -1.38408 0.268005 -1.38392 0.284683 -1.38376 0.303101 -1.38361 0.307886 -1.38345 0.302559 -1.38329 0.305285 -1.38314 0.323201 -1.38298 0.340432 -1.38282 0.336939 -1.38266 0.313801 -1.38251 0.288059 -1.38235 0.273243 -1.38219 0.271019 -1.38204 0.282633 -1.38188 0.311618 -1.38172 0.352726 -1.38157 0.386878 -1.38141 0.398374 -1.38125 0.39126 -1.3811 0.380905 -1.38094 0.371816 -1.38078 0.354408 -1.38063 0.326279 -1.38047 0.307417 -1.38031 0.32318 -1.38016 0.371667 -1.38 0.420093 -1.37984 0.43554 -1.37969 0.416878 -1.37953 0.389347 -1.37937 0.371632 -1.37922 0.359337 -1.37906 0.340472 -1.3789 0.316712 -1.37874 0.302514 -1.37859 0.306031 -1.37843 0.32157 -1.37827 0.338159 -1.37812 0.348763 -1.37796 0.352084 -1.3778 0.350714 -1.37765 0.34886 -1.37749 0.349276 -1.37733 0.349499 -1.37718 0.346405 -1.37702 0.342391 -1.37686 0.341878 -1.37671 0.34295 -1.37655 0.339384 -1.37639 0.329392 -1.37624 0.317533 -1.37608 0.306397 -1.37592 0.296199 -1.37577 0.293374 -1.37561 0.307143 -1.37545 0.333389 -1.3753 0.351514 -1.37514 0.345156 -1.37498 0.323106 -1.37482 0.310938 -1.37467 0.325986 -1.37451 0.362249 -1.37435 0.396634 -1.3742 0.403466 -1.37404 0.373624 -1.37388 0.324499 -1.37373 0.287798 -1.37357 0.280048 -1.37341 0.289553 -1.37326 0.298036 -1.3731 0.305221 -1.37294 0.321145 -1.37279 0.34304 -1.37263 0.356321 -1.37247 0.357277 -1.37232 0.360437 -1.37216 0.376701 -1.372 0.397778 -1.37185 0.405832 -1.37169 0.392824 -1.37153 0.365538 -1.37138 0.336644 -1.37122 0.316312 -1.37106 0.305935 -1.3709 0.29763 -1.37075 0.285744 -1.37059 0.275455 -1.37043 0.275509 -1.37028 0.283234 -1.37012 0.285169 -1.36996 0.274538 -1.36981 0.259663 -1.36965 0.251495 -1.36949 0.252745 -1.36934 0.25953 -1.36918 0.264359 -1.36902 0.255242 -1.36887 0.223635 -1.36871 0.180091 -1.36855 0.151593 -1.3684 0.15439 -1.36824 0.177705 -1.36808 0.201966 -1.36793 0.222346 -1.36777 0.244422 -1.36761 0.26512 -1.36746 0.275404 -1.3673 0.277387 -1.36714 0.285748 -1.36698 0.308795 -1.36683 0.33822 -1.36667 0.36037 -1.36651 0.366242 -1.36636 0.353974 -1.3662 0.329904 -1.36604 0.310497 -1.36589 0.312221 -1.36573 0.335295 -1.36557 0.363896 -1.36542 0.385858 -1.36526 0.404099 -1.3651 0.422493 -1.36495 0.433535 -1.36479 0.427146 -1.36463 0.407882 -1.36448 0.393019 -1.36432 0.392723 -1.36416 0.401346 -1.36401 0.407937 -1.36385 0.40972 -1.36369 0.41359 -1.36354 0.426912 -1.36338 0.447877 -1.36322 0.463393 -1.36306 0.458083 -1.36291 0.430393 -1.36275 0.396301 -1.36259 0.374197 -1.36244 0.36625 -1.36228 0.361677 -1.36212 0.355613 -1.36197 0.355117 -1.36181 0.362611 -1.36165 0.365364 -1.3615 0.349207 -1.36134 0.318395 -1.36118 0.292705 -1.36103 0.285138 -1.36087 0.292394 -1.36071 0.305524 -1.36056 0.320704 -1.3604 0.336201 -1.36024 0.34822 -1.36009 0.355083 -1.35993 0.361608 -1.35977 0.372098 -1.35961 0.384597 -1.35946 0.397575 -1.3593 0.415114 -1.35914 0.439511 -1.35899 0.461193 -1.35883 0.46509 -1.35867 0.448499 -1.35852 0.423145 -1.35836 0.400526 -1.3582 0.382736 -1.35805 0.368903 -1.35789 0.363218 -1.35773 0.368933 -1.35758 0.380972 -1.35742 0.388279 -1.35726 0.385148 -1.35711 0.375112 -1.35695 0.367904 -1.35679 0.372338 -1.35664 0.390573 -1.35648 0.414143 -1.35632 0.427891 -1.35617 0.42129 -1.35601 0.397958 -1.35585 0.3726 -1.35569 0.358793 -1.35554 0.357833 -1.35538 0.360815 -1.35522 0.360615 -1.35507 0.361325 -1.35491 0.373071 -1.35475 0.396748 -1.3546 0.419894 -1.35444 0.430392 -1.35428 0.427132 -1.35413 0.413379 -1.35397 0.386097 -1.35381 0.342137 -1.35366 0.293985 -1.3535 0.265333 -1.35334 0.267664 -1.35319 0.29081 -1.35303 0.317809 -1.35287 0.33896 -1.35272 0.348015 -1.35256 0.339735 -1.3524 0.321594 -1.35225 0.317044 -1.35209 0.343769 -1.35193 0.391415 -1.35177 0.431975 -1.35162 0.449446 -1.35146 0.449361 -1.3513 0.440847 -1.35115 0.425364 -1.35099 0.402248 -1.35083 0.376485 -1.35068 0.352662 -1.35052 0.329666 -1.35036 0.306239 -1.35021 0.285318 -1.35005 0.270989 -1.34989 0.26281 -1.34974 0.257309 -1.34958 0.253663 -1.34942 0.255547 -1.34927 0.26699 -1.34911 0.285964 -1.34895 0.303239 -1.3488 0.309466 -1.34864 0.308278 -1.34848 0.315159 -1.34833 0.339459 -1.34817 0.369689 -1.34801 0.383965 -1.34785 0.376843 -1.3477 0.365812 -1.34754 0.370104 -1.34738 0.390365 -1.34723 0.413674 -1.34707 0.430634 -1.34691 0.440372 -1.34676 0.443673 -1.3466 0.437706 -1.34644 0.420172 -1.34629 0.396333 -1.34613 0.376714 -1.34597 0.369437 -1.34582 0.372276 -1.34566 0.374639 -1.3455 0.367788 -1.34535 0.353555 -1.34519 0.340333 -1.34503 0.334052 -1.34488 0.335029 -1.34472 0.341507 -1.34456 0.351127 -1.34441 0.358918 -1.34425 0.361223 -1.34409 0.36183 -1.34393 0.368762 -1.34378 0.383613 -1.34362 0.397012 -1.34346 0.397809 -1.34331 0.381508 -1.34315 0.35103 -1.34299 0.315547 -1.34284 0.289738 -1.34268 0.287396 -1.34252 0.309076 -1.34237 0.338842 -1.34221 0.357612 -1.34205 0.356986 -1.3419 0.341696 -1.34174 0.322512 -1.34158 0.310744 -1.34143 0.312636 -1.34127 0.325792 -1.34111 0.342234 -1.34096 0.356338 -1.3408 0.366788 -1.34064 0.369606 -1.34049 0.358751 -1.34033 0.335843 -1.34017 0.31364 -1.34001 0.301434 -1.33986 0.293498 -1.3397 0.280364 -1.33954 0.264893 -1.33939 0.259246 -1.33923 0.266703 -1.33907 0.27679 -1.33892 0.28038 -1.33876 0.280849 -1.3386 0.286984 -1.33845 0.300633 -1.33829 0.315554 -1.33813 0.325005 -1.33798 0.327618 -1.33782 0.327277 -1.33766 0.329317 -1.33751 0.337198 -1.33735 0.350228 -1.33719 0.366283 -1.33704 0.383125 -1.33688 0.396982 -1.33672 0.403278 -1.33657 0.402424 -1.33641 0.402257 -1.33625 0.410868 -1.33609 0.42711 -1.33594 0.443568 -1.33578 0.456668 -1.33562 0.465311 -1.33547 0.462193 -1.33531 0.436713 -1.33515 0.389915 -1.335 0.342989 -1.33484 0.32309 -1.33468 0.339185 -1.33453 0.375449 -1.33437 0.404629 -1.33421 0.409293 -1.33406 0.392696 -1.3339 0.37411 -1.33374 0.373774 -1.33359 0.39642 -1.33343 0.428894 -1.33327 0.451764 -1.33312 0.455095 -1.33296 0.444371 -1.3328 0.434247 -1.33264 0.436049 -1.33249 0.447704 -1.33233 0.457157 -1.33217 0.454257 -1.33202 0.442032 -1.33186 0.432182 -1.3317 0.432435 -1.33155 0.43935 -1.33139 0.445093 -1.33123 0.446754 -1.33108 0.44723 -1.33092 0.449086 -1.33076 0.447588 -1.33061 0.433697 -1.33045 0.40608 -1.33029 0.378463 -1.33014 0.369552 -1.32998 0.382633 -1.32982 0.399231 -1.32967 0.398299 -1.32951 0.373817 -1.32935 0.335588 -1.3292 0.295659 -1.32904 0.265429 -1.32888 0.253842 -1.32872 0.259493 -1.32857 0.264484 -1.32841 0.255238 -1.32825 0.246732 -1.3281 0.270442 -1.32794 0.332352 -1.32778 0.397153 -1.32763 0.426095 -1.32747 0.418917 -1.32731 0.404097 -1.32716 0.401657 -1.327 0.407509 -1.32684 0.412773 -1.32669 0.415176 -1.32653 0.415493 -1.32637 0.41056 -1.32622 0.401102 -1.32606 0.394572 -1.3259 0.395026 -1.32575 0.396582 -1.32559 0.392052 -1.32543 0.382798 -1.32528 0.376624 -1.32512 0.379499 -1.32496 0.389468 -1.3248 0.400617 -1.32465 0.406863 -1.32449 0.408885 -1.32433 0.41328 -1.32418 0.423846 -1.32402 0.434039 -1.32386 0.433027 -1.32371 0.415423 -1.32355 0.385509 -1.32339 0.352622 -1.32324 0.326398 -1.32308 0.312321 -1.32292 0.308817 -1.32277 0.30755 -1.32261 0.304315 -1.32245 0.30577 -1.3223 0.31742 -1.32214 0.33234 -1.32198 0.339455 -1.32183 0.341274 -1.32167 0.351338 -1.32151 0.374164 -1.32136 0.398393 -1.3212 0.414479 -1.32104 0.423463 -1.32088 0.428751 -1.32073 0.426933 -1.32057 0.415801 -1.32041 0.403263 -1.32026 0.395867 -1.3201 0.39115 -1.31994 0.385165 -1.31979 0.381422 -1.31963 0.383449 -1.31947 0.381734 -1.31932 0.364572 -1.31916 0.334027 -1.319 0.304576 -1.31885 0.288132 -1.31869 0.282788 -1.31853 0.281217 -1.31838 0.274468 -1.31822 0.258237 -1.31806 0.234033 -1.31791 0.214873 -1.31775 0.215206 -1.31759 0.236747 -1.31744 0.266872 -1.31728 0.296636 -1.31712 0.326764 -1.31696 0.358402 -1.31681 0.383033 -1.31665 0.389459 -1.31649 0.379673 -1.31634 0.369111 -1.31618 0.373373 -1.31602 0.388686 -1.31587 0.401627 -1.31571 0.403848 -1.31555 0.402882 -1.3154 0.412432 -1.31524 0.432785 -1.31508 0.451213 -1.31493 0.458175 -1.31477 0.455666 -1.31461 0.448383 -1.31446 0.4348 -1.3143 0.421879 -1.31414 0.429442 -1.31399 0.468441 -1.31383 0.516753 -1.31367 0.535804 -1.31352 0.508892 -1.31336 0.457202 -1.3132 0.411835 -1.31304 0.384836 -1.31289 0.369675 -1.31273 0.357427 -1.31257 0.345199 -1.31242 0.333352 -1.31226 0.319982 -1.3121 0.305277 -1.31195 0.292102 -1.31179 0.289466 -1.31163 0.302273 -1.31148 0.324141 -1.31132 0.337522 -1.31116 0.333837 -1.31101 0.323946 -1.31085 0.322075 -1.31069 0.323297 -1.31054 0.316658 -1.31038 0.307329 -1.31022 0.313342 -1.31007 0.336685 -1.30991 0.357874 -1.30975 0.364247 -1.30959 0.361014 -1.30944 0.355885 -1.30928 0.345295 -1.30912 0.331978 -1.30897 0.329959 -1.30881 0.342407 -1.30865 0.348953 -1.3085 0.337842 -1.30834 0.32881 -1.30818 0.349164 -1.30803 0.393813 -1.30787 0.430935 -1.30771 0.442326 -1.30756 0.434031 -1.3074 0.414004 -1.30724 0.388565 -1.30709 0.369515 -1.30693 0.368714 -1.30677 0.378091 -1.30662 0.37797 -1.30646 0.361436 -1.3063 0.34215 -1.30615 0.327654 -1.30599 0.311261 -1.30583 0.294548 -1.30567 0.295676 -1.30552 0.321412 -1.30536 0.354687 -1.3052 0.376547 -1.30505 0.390617 -1.30489 0.410141 -1.30473 0.431514 -1.30458 0.444274 -1.30442 0.450348 -1.30426 0.457945 -1.30411 0.464483 -1.30395 0.465413 -1.30379 0.473095 -1.30364 0.499953 -1.30348 0.535005 -1.30332 0.551729 -1.30317 0.545872 -1.30301 0.540755 -1.30285 0.552709 -1.3027 0.567672 -1.30254 0.560051 -1.30238 0.524458 -1.30223 0.474256 -1.30207 0.424517 -1.30191 0.380931 -1.30175 0.345595 -1.3016 0.320452 -1.30144 0.310568 -1.30128 0.320517 -1.30113 0.346554 -1.30097 0.371489 -1.30081 0.377488 -1.30066 0.367081 -1.3005 0.363163 -1.30034 0.380008 -1.30019 0.404648 -1.30003 0.413444 -1.29987 0.403919 -1.29972 0.395563 -1.29956 0.407423 -1.2994 0.440007 -1.29925 0.480306 -1.29909 0.513296 -1.29893 0.527506 -1.29878 0.519587 -1.29862 0.497633 -1.29846 0.482191 -1.29831 0.490529 -1.29815 0.520603 -1.29799 0.550062 -1.29783 0.552847 -1.29768 0.519103 -1.29752 0.460081 -1.29736 0.397437 -1.29721 0.350241 -1.29705 0.327634 -1.29689 0.328015 -1.29674 0.338764 -1.29658 0.342154 -1.29642 0.329169 -1.29627 0.309175 -1.29611 0.301279 -1.29595 0.312625 -1.2958 0.330582 -1.29564 0.339283 -1.29548 0.339503 -1.29533 0.346489 -1.29517 0.369427 -1.29501 0.399125 -1.29486 0.418379 -1.2947 0.421756 -1.29454 0.419433 -1.29439 0.423739 -1.29423 0.43486 -1.29407 0.444435 -1.29391 0.44749 -1.29376 0.447629 -1.2936 0.448263 -1.29344 0.448297 -1.29329 0.447186 -1.29313 0.447199 -1.29297 0.448254 -1.29282 0.44448 -1.29266 0.431972 -1.2925 0.417206 -1.29235 0.409246 -1.29219 0.407965 -1.29203 0.406109 -1.29188 0.401403 -1.29172 0.396434 -1.29156 0.388609 -1.29141 0.369088 -1.29125 0.338827 -1.29109 0.315483 -1.29094 0.31558 -1.29078 0.336759 -1.29062 0.357499 -1.29047 0.361249 -1.29031 0.349347 -1.29015 0.338484 -1.28999 0.343228 -1.28984 0.360833 -1.28968 0.373639 -1.28952 0.366885 -1.28937 0.346752 -1.28921 0.331716 -1.28905 0.329318 -1.2889 0.330132 -1.28874 0.328376 -1.28858 0.33498 -1.28843 0.363732 -1.28827 0.410116 -1.28811 0.455564 -1.28796 0.485484 -1.2878 0.49681 -1.28764 0.490547 -1.28749 0.472437 -1.28733 0.453894 -1.28717 0.445516 -1.28702 0.444917 -1.28686 0.443149 -1.2867 0.438154 -1.28654 0.437302 -1.28639 0.442138 -1.28623 0.443329 -1.28607 0.430829 -1.28592 0.402162 -1.28576 0.361111 -1.2856 0.318309 -1.28545 0.290373 -1.28529 0.28797 -1.28513 0.301321 -1.28498 0.308448 -1.28482 0.301306 -1.28466 0.292744 -1.28451 0.295213 -1.28435 0.303309 -1.28419 0.307762 -1.28404 0.311523 -1.28388 0.323198 -1.28372 0.338734 -1.28357 0.345105 -1.28341 0.337874 -1.28325 0.323709 -1.2831 0.310811 -1.28294 0.30309 -1.28278 0.302803 -1.28262 0.30829 -1.28247 0.311361 -1.28231 0.30588 -1.28215 0.29773 -1.282 0.29675 -1.28184 0.301523 -1.28168 0.301936 -1.28153 0.29925 -1.28137 0.309246 -1.28121 0.33944 -1.28106 0.373225 -1.2809 0.38678 -1.28074 0.375547 -1.28059 0.356359 -1.28043 0.343069 -1.28027 0.329898 -1.28012 0.303244 -1.27996 0.262157 -1.2798 0.224492 -1.27965 0.210824 -1.27949 0.224981 -1.27933 0.253551 -1.27918 0.281856 -1.27902 0.304959 -1.27886 0.323077 -1.2787 0.332825 -1.27855 0.331273 -1.27839 0.326125 -1.27823 0.331418 -1.27808 0.352264 -1.27792 0.37953 -1.27776 0.401814 -1.27761 0.414016 -1.27745 0.414516 -1.27729 0.402181 -1.27714 0.382515 -1.27698 0.37088 -1.27682 0.379904 -1.27667 0.404766 -1.27651 0.426999 -1.27635 0.432218 -1.2762 0.419058 -1.27604 0.394673 -1.27588 0.368391 -1.27573 0.347671 -1.27557 0.335739 -1.27541 0.328935 -1.27526 0.323853 -1.2751 0.326931 -1.27494 0.351542 -1.27478 0.399951 -1.27463 0.453533 -1.27447 0.482698 -1.27431 0.470411 -1.27416 0.424426 -1.274 0.369072 -1.27384 0.325735 -1.27369 0.300137 -1.27353 0.284468 -1.27337 0.271509 -1.27322 0.264357 -1.27306 0.271178 -1.2729 0.293185 -1.27275 0.322222 -1.27259 0.349524 -1.27243 0.374378 -1.27228 0.396954 -1.27212 0.409822 -1.27196 0.403565 -1.27181 0.380866 -1.27165 0.35815 -1.27149 0.350974 -1.27134 0.357535 -1.27118 0.360712 -1.27102 0.343308 -1.27086 0.303402 -1.27071 0.25556 -1.27055 0.221953 -1.27039 0.214629 -1.27024 0.225845 -1.27008 0.236104 -1.26992 0.235711 -1.26977 0.233957 -1.26961 0.245994 -1.26945 0.272723 -1.2693 0.302064 -1.26914 0.327641 -1.26898 0.355854 -1.26883 0.393106 -1.26867 0.431258 -1.26851 0.45182 -1.26836 0.443142 -1.2682 0.410005 -1.26804 0.369279 -1.26789 0.33985 -1.26773 0.332044 -1.26757 0.34182 -1.26742 0.355245 -1.26726 0.3628 -1.2671 0.368683 -1.26694 0.383022 -1.26679 0.407813 -1.26663 0.43461 -1.26647 0.453102 -1.26632 0.45832 -1.26616 0.449091 -1.266 0.424907 -1.26585 0.390176 -1.26569 0.356161 -1.26553 0.336196 -1.26538 0.333986 -1.26522 0.339717 -1.26506 0.33987 -1.26491 0.331362 -1.26475 0.324573 -1.26459 0.331994 -1.26444 0.354867 -1.26428 0.383608 -1.26412 0.407414 -1.26397 0.421093 -1.26381 0.424864 -1.26365 0.424862 -1.26349 0.432273 -1.26334 0.455199 -1.26318 0.487677 -1.26302 0.512864 -1.26287 0.519191 -1.26271 0.508063 -1.26255 0.484993 -1.2624 0.453362 -1.26224 0.423397 -1.26208 0.415324 -1.26193 0.438745 -1.26177 0.474824 -1.26161 0.49032 -1.26146 0.470549 -1.2613 0.429265 -1.26114 0.389188 -1.26099 0.363629 -1.26083 0.355053 -1.26067 0.360378 -1.26052 0.373561 -1.26036 0.391168 -1.2602 0.417059 -1.26005 0.453028 -1.25989 0.485637 -1.25973 0.496627 -1.25957 0.487786 -1.25942 0.483002 -1.25926 0.49998 -1.2591 0.530515 -1.25895 0.554069 -1.25879 0.560861 -1.25863 0.554315 -1.25848 0.539938 -1.25832 0.523979 -1.25816 0.511768 -1.25801 0.499934 -1.25785 0.476494 -1.25769 0.438695 -1.25754 0.402873 -1.25738 0.387265 -1.25722 0.390517 -1.25707 0.398645 -1.25691 0.406552 -1.25675 0.418542 -1.2566 0.431501 -1.25644 0.432666 -1.25628 0.418754 -1.25613 0.40221 -1.25597 0.396189 -1.25581 0.402609 -1.25565 0.417849 -1.2555 0.441047 -1.25534 0.469907 -1.25518 0.496274 -1.25503 0.510557 -1.25487 0.509791 -1.25471 0.496871 -1.25456 0.478085 -1.2544 0.460272 -1.25424 0.44587 -1.25409 0.431649 -1.25393 0.415028 -1.25377 0.401871 -1.25362 0.40156 -1.25346 0.412528 -1.2533 0.421226 -1.25315 0.417603 -1.25299 0.406027 -1.25283 0.397608 -1.25268 0.397778 -1.25252 0.404939 -1.25236 0.415666 -1.25221 0.425722 -1.25205 0.429382 -1.25189 0.421554 -1.25173 0.402863 -1.25158 0.377538 -1.25142 0.352111 -1.25126 0.333777 -1.25111 0.329869 -1.25095 0.344216 -1.25079 0.372518 -1.25064 0.403307 -1.25048 0.424722 -1.25032 0.433375 -1.25017 0.43563 -1.25001 0.440092 -1.24985 0.44602 -1.2497 0.443995 -1.24954 0.429291 -1.24938 0.409243 -1.24923 0.39554 -1.24907 0.39219 -1.24891 0.396681 -1.24876 0.406657 -1.2486 0.420693 -1.24844 0.435232 -1.24829 0.44992 -1.24813 0.468492 -1.24797 0.489646 -1.24781 0.500361 -1.24766 0.491067 -1.2475 0.473215 -1.24734 0.466098 -1.24719 0.47118 -1.24703 0.470018 -1.24687 0.450275 -1.24672 0.416428 -1.24656 0.376951 -1.2464 0.336687 -1.24625 0.306392 -1.24609 0.30138 -1.24593 0.320065 -1.24578 0.340818 -1.24562 0.349329 -1.24546 0.356042 -1.24531 0.373476 -1.24515 0.390851 -1.24499 0.388748 -1.24484 0.370019 -1.24468 0.356796 -1.24452 0.361035 -1.24437 0.373566 -1.24421 0.379558 -1.24405 0.371871 -1.24389 0.349812 -1.24374 0.319126 -1.24358 0.294115 -1.24342 0.288827 -1.24327 0.304611 -1.24311 0.333083 -1.24295 0.368013 -1.2428 0.404656 -1.24264 0.433619 -1.24248 0.447421 -1.24233 0.449422 -1.24217 0.445719 -1.24201 0.430895 -1.24186 0.399419 -1.2417 0.366824 -1.24154 0.358298 -1.24139 0.375128 -1.24123 0.391557 -1.24107 0.392177 -1.24092 0.392896 -1.24076 0.413579 -1.2406 0.445221 -1.24044 0.461673 -1.24029 0.45134 -1.24013 0.42547 -1.23997 0.400212 -1.23982 0.384842 -1.23966 0.381494 -1.2395 0.386371 -1.23935 0.392294 -1.23919 0.396408 -1.23903 0.403462 -1.23888 0.413441 -1.23872 0.414597 -1.23856 0.401974 -1.23841 0.389971 -1.23825 0.395292 -1.23809 0.410632 -1.23794 0.415168 -1.23778 0.406095 -1.23762 0.402757 -1.23747 0.414317 -1.23731 0.424285 -1.23715 0.414888 -1.237 0.39264 -1.23684 0.376075 -1.23668 0.369515 -1.23652 0.36439 -1.23637 0.359212 -1.23621 0.36381 -1.23605 0.380544 -1.2359 0.398442 -1.23574 0.405885 -1.23558 0.402585 -1.23543 0.392085 -1.23527 0.372555 -1.23511 0.342542 -1.23496 0.309764 -1.2348 0.285257 -1.23464 0.268719 -1.23449 0.251376 -1.23433 0.232831 -1.23417 0.226499 -1.23402 0.241393 -1.23386 0.267229 -1.2337 0.284842 -1.23355 0.289472 -1.23339 0.292347 -1.23323 0.30264 -1.23308 0.316063 -1.23292 0.325089 -1.23276 0.330804 -1.2326 0.339791 -1.23245 0.353814 -1.23229 0.367714 -1.23213 0.373077 -1.23198 0.364384 -1.23182 0.344341 -1.23166 0.329707 -1.23151 0.341497 -1.23135 0.380057 -1.23119 0.417182 -1.23104 0.421609 -1.23088 0.392354 -1.23072 0.357385 -1.23057 0.339751 -1.23041 0.337281 -1.23025 0.333842 -1.2301 0.321952 -1.22994 0.30536 -1.22978 0.289097 -1.22963 0.276278 -1.22947 0.272852 -1.22931 0.286647 -1.22916 0.319294 -1.229 0.362544 -1.22884 0.400964 -1.22868 0.418095 -1.22853 0.404153 -1.22837 0.362589 -1.22821 0.311573 -1.22806 0.271062 -1.2279 0.249736 -1.22774 0.243679 -1.22759 0.245911 -1.22743 0.254283 -1.22727 0.270807 -1.22712 0.298076 -1.22696 0.335568 -1.2268 0.375911 -1.22665 0.407453 -1.22649 0.425394 -1.22633 0.437736 -1.22618 0.455857 -1.22602 0.474976 -1.22586 0.475004 -1.22571 0.445664 -1.22555 0.405063 -1.22539 0.385647 -1.22524 0.399983 -1.22508 0.427346 -1.22492 0.436658 -1.22476 0.416045 -1.22461 0.37796 -1.22445 0.342588 -1.22429 0.323099 -1.22414 0.325797 -1.22398 0.351925 -1.22382 0.394665 -1.22367 0.437519 -1.22351 0.465354 -1.22335 0.474839 -1.2232 0.473169 -1.22304 0.465277 -1.22288 0.448644 -1.22273 0.422539 -1.22257 0.39473 -1.22241 0.376972 -1.22226 0.372745 -1.2221 0.375042 -1.22194 0.374254 -1.22179 0.368514 -1.22163 0.365494 -1.22147 0.373503 -1.22132 0.39146 -1.22116 0.406103 -1.221 0.404729 -1.22084 0.389185 -1.22069 0.373902 -1.22053 0.367559 -1.22037 0.363492 -1.22022 0.35328 -1.22006 0.34366 -1.2199 0.348856 -1.21975 0.365614 -1.21959 0.372164 -1.21943 0.355789 -1.21928 0.331866 -1.21912 0.323488 -1.21896 0.331115 -1.21881 0.333685 -1.21865 0.318935 -1.21849 0.300681 -1.21834 0.300654 -1.21818 0.326123 -1.21802 0.367394 -1.21787 0.410531 -1.21771 0.445913 -1.21755 0.46859 -1.2174 0.48107 -1.21724 0.492398 -1.21708 0.510397 -1.21692 0.53018 -1.21677 0.534278 -1.21661 0.508083 -1.21645 0.457654 -1.2163 0.409863 -1.21614 0.39183 -1.21598 0.40611 -1.21583 0.42818 -1.21567 0.432885 -1.21551 0.420928 -1.21536 0.412462 -1.2152 0.416829 -1.21504 0.421764 -1.21489 0.414766 -1.21473 0.401718 -1.21457 0.394523 -1.21442 0.392373 -1.21426 0.387334 -1.2141 0.382235 -1.21395 0.38841 -1.21379 0.404352 -1.21363 0.414965 -1.21347 0.415247 -1.21332 0.419861 -1.21316 0.442852 -1.213 0.47552 -1.21285 0.496239 -1.21269 0.495475 -1.21253 0.483198 -1.21238 0.475274 -1.21222 0.47867 -1.21206 0.48931 -1.21191 0.496665 -1.21175 0.49292 -1.21159 0.480015 -1.21144 0.467344 -1.21128 0.461042 -1.21112 0.457148 -1.21097 0.448499 -1.21081 0.431601 -1.21065 0.407364 -1.2105 0.377356 -1.21034 0.347338 -1.21018 0.326235 -1.21003 0.317312 -1.20987 0.315437 -1.20971 0.317204 -1.20955 0.32846 -1.2094 0.354342 -1.20924 0.386952 -1.20908 0.41161 -1.20893 0.421515 -1.20877 0.41736 -1.20861 0.397849 -1.20846 0.365303 -1.2083 0.33644 -1.20814 0.332982 -1.20799 0.35554 -1.20783 0.38004 -1.20767 0.385025 -1.20752 0.374023 -1.20736 0.364322 -1.2072 0.365848 -1.20705 0.379176 -1.20689 0.40356 -1.20673 0.436168 -1.20658 0.466105 -1.20642 0.482035 -1.20626 0.484038 -1.20611 0.480328 -1.20595 0.475226 -1.20579 0.468124 -1.20563 0.463181 -1.20548 0.469869 -1.20532 0.4889 -1.20516 0.50518 -1.20501 0.501329 -1.20485 0.475112 -1.20469 0.442059 -1.20454 0.420769 -1.20438 0.417839 -1.20422 0.424695 -1.20407 0.427951 -1.20391 0.422356 -1.20375 0.411536 -1.2036 0.397609 -1.20344 0.374241 -1.20328 0.336861 -1.20313 0.293234 -1.20297 0.259779 -1.20281 0.244684 -1.20266 0.242114 -1.2025 0.241923 -1.20234 0.242063 -1.20219 0.250273 -1.20203 0.275257 -1.20187 0.318262 -1.20171 0.368674 -1.20156 0.406735 -1.2014 0.416627 -1.20124 0.4017 -1.20109 0.383061 -1.20093 0.379163 -1.20077 0.388183 -1.20062 0.393614 -1.20046 0.388667 -1.2003 0.386585 -1.20015 0.405253 -1.19999 0.442467 -1.19983 0.473527 -1.19968 0.475577 -1.19952 0.449821 -1.19936 0.418729 -1.19921 0.401469 -1.19905 0.398787 -1.19889 0.401765 -1.19874 0.40606 -1.19858 0.411972 -1.19842 0.415228 -1.19827 0.408905 -1.19811 0.394561 -1.19795 0.384576 -1.19779 0.387436 -1.19764 0.394516 -1.19748 0.389685 -1.19732 0.369507 -1.19717 0.349553 -1.19701 0.347227 -1.19685 0.363278 -1.1967 0.382355 -1.19654 0.39076 -1.19638 0.387956 -1.19623 0.382249 -1.19607 0.381115 -1.19591 0.389663 -1.19576 0.412669 -1.1956 0.448727 -1.19544 0.485426 -1.19529 0.506199 -1.19513 0.505788 -1.19497 0.492134 -1.19482 0.474438 -1.19466 0.455581 -1.1945 0.439337 -1.19435 0.435578 -1.19419 0.448685 -1.19403 0.46823 -1.19387 0.478548 -1.19372 0.476599 -1.19356 0.471197 -1.1934 0.468394 -1.19325 0.463581 -1.19309 0.449606 -1.19293 0.42457 -1.19278 0.391899 -1.19262 0.359932 -1.19246 0.340091 -1.19231 0.339209 -1.19215 0.350216 -1.19199 0.355806 -1.19184 0.34474 -1.19168 0.321263 -1.19152 0.299117 -1.19137 0.289739 -1.19121 0.295973 -1.19105 0.310959 -1.1909 0.324326 -1.19074 0.333174 -1.19058 0.344794 -1.19042 0.362373 -1.19027 0.373703 -1.19011 0.363945 -1.18995 0.339252 -1.1898 0.321264 -1.18964 0.319764 -1.18948 0.32229 -1.18933 0.317707 -1.18917 0.31244 -1.18901 0.316991 -1.18886 0.327394 -1.1887 0.33571 -1.18854 0.344704 -1.18839 0.359766 -1.18823 0.373652 -1.18807 0.375409 -1.18792 0.369434 -1.18776 0.369996 -1.1876 0.378679 -1.18745 0.382906 -1.18729 0.37887 -1.18713 0.379035 -1.18698 0.394236 -1.18682 0.417983 -1.18666 0.434902 -1.1865 0.435592 -1.18635 0.42014 -1.18619 0.395382 -1.18603 0.374438 -1.18588 0.368738 -1.18572 0.378404 -1.18556 0.392788 -1.18541 0.405756 -1.18525 0.423625 -1.18509 0.454367 -1.18494 0.495284 -1.18478 0.53262 -1.18462 0.550281 -1.18447 0.538338 -1.18431 0.501595 -1.18415 0.460878 -1.184 0.435159 -1.18384 0.420362 -1.18368 0.397098 -1.18353 0.361481 -1.18337 0.335217 -1.18321 0.335144 -1.18306 0.347089 -1.1829 0.345289 -1.18274 0.329364 -1.18258 0.322844 -1.18243 0.338055 -1.18227 0.360286 -1.18211 0.369465 -1.18196 0.364601 -1.1818 0.357921 -1.18164 0.358298 -1.18149 0.366031 -1.18133 0.378219 -1.18117 0.388516 -1.18102 0.38568 -1.18086 0.361211 -1.1807 0.32116 -1.18055 0.285831 -1.18039 0.274703 -1.18023 0.292125 -1.18008 0.326584 -1.17992 0.362402 -1.17976 0.390698 -1.17961 0.410666 -1.17945 0.422444 -1.17929 0.423849 -1.17914 0.416968 -1.17898 0.411122 -1.17882 0.414931 -1.17866 0.427007 -1.17851 0.438606 -1.17835 0.444438 -1.17819 0.444188 -1.17804 0.435676 -1.17788 0.415642 -1.17772 0.390984 -1.17757 0.37881 -1.17741 0.388159 -1.17725 0.405351 -1.1771 0.405776 -1.17694 0.380133 -1.17678 0.343991 -1.17663 0.319975 -1.17647 0.317474 -1.17631 0.329585 -1.17616 0.345365 -1.176 0.360924 -1.17584 0.378255 -1.17569 0.397374 -1.17553 0.409929 -1.17537 0.40506 -1.17522 0.383008 -1.17506 0.359942 -1.1749 0.353514 -1.17474 0.363159 -1.17459 0.371789 -1.17443 0.367881 -1.17427 0.360976 -1.17412 0.368083 -1.17396 0.389403 -1.1738 0.407981 -1.17365 0.411604 -1.17349 0.405929 -1.17333 0.402736 -1.17318 0.401357 -1.17302 0.391011 -1.17286 0.367573 -1.17271 0.34173 -1.17255 0.327579 -1.17239 0.328573 -1.17224 0.334781 -1.17208 0.335213 -1.17192 0.331651 -1.17177 0.338024 -1.17161 0.364994 -1.17145 0.40407 -1.1713 0.433558 -1.17114 0.44034 -1.17098 0.432753 -1.17082 0.426841 -1.17067 0.426989 -1.17051 0.425541 -1.17035 0.417403 -1.1702 0.404565 -1.17004 0.387413 -1.16988 0.361648 -1.16973 0.328064 -1.16957 0.295943 -1.16941 0.274252 -1.16926 0.265758 -1.1691 0.271544 -1.16894 0.293775 -1.16879 0.327344 -1.16863 0.357499 -1.16847 0.372082 -1.16832 0.373488 -1.16816 0.370876 -1.168 0.365256 -1.16785 0.352664 -1.16769 0.339705 -1.16753 0.345057 -1.16737 0.380142 -1.16722 0.434502 -1.16706 0.481926 -1.1669 0.499976 -1.16675 0.48333 -1.16659 0.444605 -1.16643 0.405074 -1.16628 0.381873 -1.16612 0.378967 -1.16596 0.388799 -1.16581 0.401373 -1.16565 0.411992 -1.16549 0.420692 -1.16534 0.429375 -1.16518 0.439556 -1.16502 0.450036 -1.16487 0.454878 -1.16471 0.446317 -1.16455 0.421607 -1.1644 0.387351 -1.16424 0.359043 -1.16408 0.355129 -1.16393 0.384554 -1.16377 0.435942 -1.16361 0.480762 -1.16345 0.495444 -1.1633 0.483556 -1.16314 0.470397 -1.16298 0.475349 -1.16283 0.494698 -1.16267 0.511425 -1.16251 0.516522 -1.16236 0.514569 -1.1622 0.513438 -1.16204 0.51501 -1.16189 0.518014 -1.16173 0.522814 -1.16157 0.532012 -1.16142 0.545986 -1.16126 0.561844 -1.1611 0.574391 -1.16095 0.577551 -1.16079 0.565575 -1.16063 0.535398 -1.16048 0.491623 -1.16032 0.447118 -1.16016 0.415454 -1.16001 0.401535 -1.15985 0.401339 -1.15969 0.409775 -1.15953 0.424933 -1.15938 0.442099 -1.15922 0.451628 -1.15906 0.447745 -1.15891 0.436809 -1.15875 0.429174 -1.15859 0.42566 -1.15844 0.418949 -1.15828 0.41059 -1.15812 0.414581 -1.15797 0.44154 -1.15781 0.482922 -1.15765 0.518299 -1.1575 0.535222 -1.15734 0.536747 -1.15718 0.532624 -1.15703 0.526701 -1.15687 0.513602 -1.15671 0.484858 -1.15656 0.439639 -1.1564 0.392051 -1.15624 0.366048 -1.15609 0.377284 -1.15593 0.41954 -1.15577 0.468699 -1.15561 0.501487 -1.15546 0.509434 -1.1553 0.499592 -1.15514 0.485709 -1.15499 0.478331 -1.15483 0.478188 -1.15467 0.478607 -1.15452 0.473464 -1.15436 0.461146 -1.1542 0.443381 -1.15405 0.423003 -1.15389 0.406241 -1.15373 0.400449 -1.15358 0.405446 -1.15342 0.408846 -1.15326 0.398106 -1.15311 0.374991 -1.15295 0.354621 -1.15279 0.350689 -1.15264 0.366876 -1.15248 0.398734 -1.15232 0.436446 -1.15217 0.465977 -1.15201 0.477518 -1.15185 0.477167 -1.15169 0.480965 -1.15154 0.493203 -1.15138 0.498539 -1.15122 0.482878 -1.15107 0.455205 -1.15091 0.437084 -1.15075 0.433767 -1.1506 0.429396 -1.15044 0.409391 -1.15028 0.377376 -1.15013 0.346044 -1.14997 0.32044 -1.14981 0.298796 -1.14966 0.283594 -1.1495 0.281152 -1.14934 0.29124 -1.14919 0.307395 -1.14903 0.325986 -1.14887 0.348983 -1.14872 0.372054 -1.14856 0.381964 -1.1484 0.367368 -1.14825 0.334047 -1.14809 0.301899 -1.14793 0.28579 -1.14777 0.282728 -1.14762 0.278193 -1.14746 0.262514 -1.1473 0.238424 -1.14715 0.216307 -1.14699 0.204917 -1.14683 0.2085 -1.14668 0.227813 -1.14652 0.259435 -1.14636 0.294579 -1.14621 0.322579 -1.14605 0.339741 -1.14589 0.351863 -1.14574 0.364599 -1.14558 0.37672 -1.14542 0.383261 -1.14527 0.384291 -1.14511 0.383769 -1.14495 0.38248 -1.1448 0.376564 -1.14464 0.367852 -1.14448 0.367176 -1.14432 0.38167 -1.14417 0.402046 -1.14401 0.410361 -1.14385 0.400822 -1.1437 0.386822 -1.14354 0.382572 -1.14338 0.383973 -1.14323 0.372902 -1.14307 0.342192 -1.14291 0.308268 -1.14276 0.29559 -1.1426 0.310537 -1.14244 0.337235 -1.14229 0.357551 -1.14213 0.3683 -1.14197 0.375946 -1.14182 0.381927 -1.14166 0.381912 -1.1415 0.377163 -1.14135 0.375253 -1.14119 0.377877 -1.14103 0.375751 -1.14088 0.362257 -1.14072 0.345586 -1.14056 0.339388 -1.1404 0.344777 -1.14025 0.349455 -1.14009 0.344139 -1.13993 0.332475 -1.13978 0.321801 -1.13962 0.315372 -1.13946 0.318045 -1.13931 0.341514 -1.13915 0.391886 -1.13899 0.451275 -1.13884 0.485024 -1.13868 0.473952 -1.13852 0.434751 -1.13837 0.401379 -1.13821 0.389928 -1.13805 0.388946 -1.1379 0.381313 -1.13774 0.363195 -1.13758 0.34083 -1.13743 0.319014 -1.13727 0.301709 -1.13711 0.294809 -1.13696 0.299452 -1.1368 0.306592 -1.13664 0.307837 -1.13648 0.307363 -1.13633 0.312598 -1.13617 0.316284 -1.13601 0.301747 -1.13586 0.268898 -1.1357 0.241646 -1.13554 0.244846 -1.13539 0.278727 -1.13523 0.322737 -1.13507 0.355759 -1.13492 0.368607 -1.13476 0.364562 -1.1346 0.356932 -1.13445 0.358637 -1.13429 0.367665 -1.13413 0.368223 -1.13398 0.351719 -1.13382 0.33094 -1.13366 0.326177 -1.13351 0.341659 -1.13335 0.363798 -1.13319 0.378552 -1.13304 0.381419 -1.13288 0.374256 -1.13272 0.362927 -1.13256 0.356062 -1.13241 0.356199 -1.13225 0.354039 -1.13209 0.339175 -1.13194 0.317692 -1.13178 0.306794 -1.13162 0.313283 -1.13147 0.327402 -1.13131 0.340348 -1.13115 0.355093 -1.131 0.376861 -1.13084 0.402515 -1.13068 0.425146 -1.13053 0.442567 -1.13037 0.45248 -1.13021 0.44907 -1.13006 0.430335 -1.1299 0.407146 -1.12974 0.393988 -1.12959 0.392625 -1.12943 0.391601 -1.12927 0.379394 -1.12912 0.358795 -1.12896 0.343255 -1.1288 0.342879 -1.12864 0.355096 -1.12849 0.369403 -1.12833 0.380734 -1.12817 0.393183 -1.12802 0.408225 -1.12786 0.417838 -1.1277 0.41583 -1.12755 0.410728 -1.12739 0.414891 -1.12723 0.423152 -1.12708 0.415388 -1.12692 0.385899 -1.12676 0.356444 -1.12661 0.353073 -1.12645 0.378985 -1.12629 0.415352 -1.12614 0.441223 -1.12598 0.444328 -1.12582 0.423286 -1.12567 0.388887 -1.12551 0.360062 -1.12535 0.349069 -1.1252 0.35424 -1.12504 0.369188 -1.12488 0.391568 -1.12472 0.415821 -1.12457 0.427073 -1.12441 0.415533 -1.12425 0.391308 -1.1241 0.373096 -1.12394 0.365393 -1.12378 0.358181 -1.12363 0.345872 -1.12347 0.332921 -1.12331 0.321584 -1.12316 0.306701 -1.123 0.288952 -1.12284 0.278738 -1.12269 0.282914 -1.12253 0.294619 -1.12237 0.303249 -1.12222 0.308106 -1.12206 0.31683 -1.1219 0.334066 -1.12175 0.356526 -1.12159 0.373966 -1.12143 0.37561 -1.12127 0.357746 -1.12112 0.32867 -1.12096 0.302518 -1.1208 0.286293 -1.12065 0.27887 -1.12049 0.278688 -1.12033 0.285911 -1.12018 0.29572 -1.12002 0.29804 -1.11986 0.289765 -1.11971 0.278245 -1.11955 0.268585 -1.11939 0.257341 -1.11924 0.244484 -1.11908 0.244391 -1.11892 0.271474 -1.11877 0.318587 -1.11861 0.360215 -1.11845 0.376526 -1.1183 0.368419 -1.11814 0.351329 -1.11798 0.342431 -1.11783 0.352442 -1.11767 0.378341 -1.11751 0.401948 -1.11735 0.406951 -1.1172 0.40022 -1.11704 0.406607 -1.11688 0.43708 -1.11673 0.469791 -1.11657 0.472713 -1.11641 0.438962 -1.11626 0.39007 -1.1161 0.348632 -1.11594 0.319877 -1.11579 0.299717 -1.11563 0.286805 -1.11547 0.28016 -1.11532 0.270973 -1.11516 0.248792 -1.115 0.214324 -1.11485 0.183827 -1.11469 0.178038 -1.11453 0.205532 -1.11438 0.254442 -1.11422 0.29974 -1.11406 0.324258 -1.11391 0.333491 -1.11375 0.346207 -1.11359 0.371008 -1.11343 0.397169 -1.11328 0.411032 -1.11312 0.411874 -1.11296 0.407064 -1.11281 0.400884 -1.11265 0.395701 -1.11249 0.398755 -1.11234 0.414469 -1.11218 0.432354 -1.11202 0.435686 -1.11187 0.421186 -1.11171 0.40059 -1.11155 0.382091 -1.1114 0.362955 -1.11124 0.342042 -1.11108 0.326914 -1.11093 0.323078 -1.11077 0.323448 -1.11061 0.317882 -1.11046 0.306033 -1.1103 0.296003 -1.11014 0.295695 -1.10999 0.311269 -1.10983 0.342811 -1.10967 0.378017 -1.10951 0.399192 -1.10936 0.403247 -1.1092 0.40612 -1.10904 0.419715 -1.10889 0.434742 -1.10873 0.438701 -1.10857 0.438489 -1.10842 0.449728 -1.10826 0.467554 -1.1081 0.468903 -1.10795 0.44404 -1.10779 0.408631 -1.10763 0.382784 -1.10748 0.369446 -1.10732 0.360998 -1.10716 0.351004 -1.10701 0.336399 -1.10685 0.316537 -1.10669 0.298215 -1.10654 0.292393 -1.10638 0.300575 -1.10622 0.3123 -1.10607 0.320103 -1.10591 0.328361 -1.10575 0.343472 -1.10559 0.360801 -1.10544 0.369499 -1.10528 0.364697 -1.10512 0.350367 -1.10497 0.336742 -1.10481 0.336611 -1.10465 0.355202 -1.1045 0.379712 -1.10434 0.389737 -1.10418 0.383733 -1.10403 0.385173 -1.10387 0.411388 -1.10371 0.449803 -1.10356 0.476003 -1.1034 0.48632 -1.10324 0.496192 -1.10309 0.511528 -1.10293 0.523253 -1.10277 0.52904 -1.10262 0.540299 -1.10246 0.55942 -1.1023 0.569872 -1.10215 0.56021 -1.10199 0.545047 -1.10183 0.546075 -1.10167 0.560548 -1.10152 0.562433 -1.10136 0.535406 -1.1012 0.491782 -1.10105 0.456488 -1.10089 0.441901 -1.10073 0.442179 -1.10058 0.444916 -1.10042 0.441656 -1.10026 0.428374 -1.10011 0.400855 -1.09995 0.357532 -1.09979 0.307474 -1.09964 0.272783 -1.09948 0.272691 -1.09932 0.304083 -1.09917 0.34364 -1.09901 0.373656 -1.09885 0.397908 -1.0987 0.425563 -1.09854 0.449618 -1.09838 0.455859 -1.09823 0.447721 -1.09807 0.446024 -1.09791 0.461131 -1.09775 0.481466 -1.0976 0.495496 -1.09744 0.508694 -1.09728 0.527334 -1.09713 0.539263 -1.09697 0.527645 -1.09681 0.497419 -1.09666 0.472837 -1.0965 0.46903 -1.09634 0.480464 -1.09619 0.495376 -1.09603 0.506229 -1.09587 0.505753 -1.09572 0.488095 -1.09556 0.4598 -1.0954 0.438299 -1.09525 0.432072 -1.09509 0.43116 -1.09493 0.425874 -1.09478 0.420088 -1.09462 0.420606 -1.09446 0.422944 -1.0943 0.418658 -1.09415 0.409644 -1.09399 0.403444 -1.09383 0.400151 -1.09368 0.395767 -1.09352 0.394155 -1.09336 0.402973 -1.09321 0.418324 -1.09305 0.424077 -1.09289 0.408655 -1.09274 0.37552 -1.09258 0.336418 -1.09242 0.300127 -1.09227 0.270592 -1.09211 0.248498 -1.09195 0.236194 -1.0918 0.239697 -1.09164 0.263289 -1.09148 0.298295 -1.09133 0.325013 -1.09117 0.332957 -1.09101 0.333321 -1.09086 0.341279 -1.0907 0.354272 -1.09054 0.359231 -1.09038 0.355237 -1.09023 0.355575 -1.09007 0.367071 -1.08991 0.384715 -1.08976 0.405768 -1.0896 0.433337 -1.08944 0.463256 -1.08929 0.482316 -1.08913 0.485728 -1.08897 0.4846 -1.08882 0.488002 -1.08866 0.490312 -1.0885 0.481048 -1.08835 0.459813 -1.08819 0.434002 -1.08803 0.410055 -1.08788 0.393493 -1.08772 0.389178 -1.08756 0.391447 -1.08741 0.386315 -1.08725 0.369233 -1.08709 0.354657 -1.08694 0.358099 -1.08678 0.37857 -1.08662 0.403567 -1.08646 0.425131 -1.08631 0.439384 -1.08615 0.440278 -1.08599 0.423607 -1.08584 0.397032 -1.08568 0.372996 -1.08552 0.355669 -1.08537 0.343997 -1.08521 0.342926 -1.08505 0.359931 -1.0849 0.393415 -1.08474 0.43301 -1.08458 0.468025 -1.08443 0.488386 -1.08427 0.483385 -1.08411 0.452984 -1.08396 0.416971 -1.0838 0.398695 -1.08364 0.399098 -1.08349 0.400811 -1.08333 0.394035 -1.08317 0.385592 -1.08302 0.379956 -1.08286 0.369106 -1.0827 0.347858 -1.08254 0.326556 -1.08239 0.320012 -1.08223 0.331758 -1.08207 0.356751 -1.08192 0.390979 -1.08176 0.430246 -1.0816 0.465425 -1.08145 0.487161 -1.08129 0.490905 -1.08113 0.474384 -1.08098 0.435923 -1.08082 0.384853 -1.08066 0.34468 -1.08051 0.336453 -1.08035 0.36017 -1.08019 0.399246 -1.08004 0.439682 -1.07988 0.47404 -1.07972 0.491851 -1.07957 0.480197 -1.07941 0.440869 -1.07925 0.396045 -1.0791 0.368985 -1.07894 0.363512 -1.07878 0.367925 -1.07862 0.373598 -1.07847 0.381029 -1.07831 0.389233 -1.07815 0.389518 -1.078 0.375615 -1.07784 0.355191 -1.07768 0.344933 -1.07753 0.353918 -1.07737 0.37436 -1.07721 0.388334 -1.07706 0.382582 -1.0769 0.359779 -1.07674 0.337715 -1.07659 0.334969 -1.07643 0.353598 -1.07627 0.375562 -1.07612 0.382186 -1.07596 0.376256 -1.0758 0.379859 -1.07565 0.407315 -1.07549 0.446745 -1.07533 0.472804 -1.07518 0.473208 -1.07502 0.45791 -1.07486 0.443419 -1.0747 0.436857 -1.07455 0.435039 -1.07439 0.435111 -1.07423 0.437647 -1.07408 0.439937 -1.07392 0.432962 -1.07376 0.408276 -1.07361 0.370158 -1.07345 0.335672 -1.07329 0.318537 -1.07314 0.315746 -1.07298 0.314118 -1.07282 0.307431 -1.07267 0.301593 -1.07251 0.30244 -1.07235 0.306959 -1.0722 0.307993 -1.07204 0.302014 -1.07188 0.290251 -1.07173 0.277698 -1.07157 0.27556 -1.07141 0.295715 -1.07125 0.336759 -1.0711 0.381746 -1.07094 0.414894 -1.07078 0.434858 -1.07063 0.446205 -1.07047 0.447178 -1.07031 0.434114 -1.07016 0.413453 -1.07 0.398401 -1.06984 0.39553 -1.06969 0.403572 -1.06953 0.42021 -1.06937 0.441506 -1.06922 0.456714 -1.06906 0.456898 -1.0689 0.449168 -1.06875 0.449973 -1.06859 0.462045 -1.06843 0.469672 -1.06828 0.460416 -1.06812 0.44068 -1.06796 0.424498 -1.06781 0.416834 -1.06765 0.414843 -1.06749 0.416949 -1.06733 0.420998 -1.06718 0.419035 -1.06702 0.403539 -1.06686 0.379634 -1.06671 0.362534 -1.06655 0.362008 -1.06639 0.374252 -1.06624 0.388768 -1.06608 0.398455 -1.06592 0.404473 -1.06577 0.411386 -1.06561 0.422014 -1.06545 0.436238 -1.0653 0.453959 -1.06514 0.474499 -1.06498 0.490456 -1.06483 0.488653 -1.06467 0.463329 -1.06451 0.428064 -1.06436 0.405506 -1.0642 0.405776 -1.06404 0.418137 -1.06389 0.425912 -1.06373 0.421541 -1.06357 0.405326 -1.06341 0.379751 -1.06326 0.347767 -1.0631 0.316059 -1.06294 0.293912 -1.06279 0.292024 -1.06263 0.31578 -1.06247 0.35732 -1.06232 0.393891 -1.06216 0.405391 -1.062 0.394979 -1.06185 0.382553 -1.06169 0.381079 -1.06153 0.388926 -1.06138 0.407363 -1.06122 0.446211 -1.06106 0.50184 -1.06091 0.543634 -1.06075 0.539498 -1.06059 0.49123 -1.06044 0.431707 -1.06028 0.390389 -1.06012 0.370242 -1.05997 0.356886 -1.05981 0.337203 -1.05965 0.309414 -1.05949 0.284577 -1.05934 0.27846 -1.05918 0.295838 -1.05902 0.321483 -1.05887 0.333638 -1.05871 0.32557 -1.05855 0.308158 -1.0584 0.295883 -1.05824 0.297329 -1.05808 0.315178 -1.05793 0.341474 -1.05777 0.356967 -1.05761 0.349419 -1.05746 0.334855 -1.0573 0.346086 -1.05714 0.397363 -1.05699 0.469294 -1.05683 0.530097 -1.05667 0.55986 -1.05652 0.549933 -1.05636 0.499459 -1.0562 0.425003 -1.05605 0.362216 -1.05589 0.338239 -1.05573 0.345581 -1.05557 0.353495 -1.05542 0.342718 -1.05526 0.319494 -1.0551 0.301232 -1.05495 0.300525 -1.05479 0.322065 -1.05463 0.359784 -1.05448 0.394661 -1.05432 0.409612 -1.05416 0.408517 -1.05401 0.412706 -1.05385 0.433789 -1.05369 0.460329 -1.05354 0.475771 -1.05338 0.480099 -1.05322 0.486584 -1.05307 0.50434 -1.05291 0.530772 -1.05275 0.554909 -1.0526 0.562589 -1.05244 0.544533 -1.05228 0.508675 -1.05213 0.478054 -1.05197 0.469049 -1.05181 0.474488 -1.05165 0.478122 -1.0515 0.479172 -1.05134 0.491411 -1.05118 0.51902 -1.05103 0.547773 -1.05087 0.562153 -1.05071 0.560493 -1.05056 0.547327 -1.0504 0.523257 -1.05024 0.487902 -1.05009 0.446108 -1.04993 0.404383 -1.04977 0.367136 -1.04962 0.341545 -1.04946 0.335618 -1.0493 0.345704 -1.04915 0.353895 -1.04899 0.346924 -1.04883 0.332667 -1.04868 0.327122 -1.04852 0.331071 -1.04836 0.333409 -1.0482 0.331973 -1.04805 0.337725 -1.04789 0.356169 -1.04773 0.378174 -1.04758 0.392187 -1.04742 0.396414 -1.04726 0.393335 -1.04711 0.383196 -1.04695 0.368209 -1.04679 0.356115 -1.04664 0.352245 -1.04648 0.353879 -1.04632 0.354843 -1.04617 0.354155 -1.04601 0.353774 -1.04585 0.353423 -1.0457 0.352586 -1.04554 0.352529 -1.04538 0.354442 -1.04523 0.360082 -1.04507 0.37512 -1.04491 0.40473 -1.04476 0.441578 -1.0446 0.465099 -1.04444 0.461621 -1.04428 0.439456 -1.04413 0.417798 -1.04397 0.404465 -1.04381 0.393262 -1.04366 0.379592 -1.0435 0.365625 -1.04334 0.352132 -1.04319 0.337142 -1.04303 0.328289 -1.04287 0.345238 -1.04272 0.400621 -1.04256 0.479925 -1.0424 0.54963 -1.04225 0.584775 -1.04209 0.585549 -1.04193 0.566906 -1.04178 0.53802 -1.04162 0.496002 -1.04146 0.438161 -1.04131 0.372307 -1.04115 0.315393 -1.04099 0.281159 -1.04084 0.27233 -1.04068 0.281506 -1.04052 0.296655 -1.04036 0.308327 -1.04021 0.315989 -1.04005 0.326684 -1.03989 0.344959 -1.03974 0.364976 -1.03958 0.376556 -1.03942 0.378159 -1.03927 0.376721 -1.03911 0.378152 -1.03895 0.383907 -1.0388 0.397379 -1.03864 0.423478 -1.03848 0.456352 -1.03833 0.477583 -1.03817 0.473968 -1.03801 0.451596 -1.03786 0.42626 -1.0377 0.405511 -1.03754 0.387055 -1.03739 0.368955 -1.03723 0.351879 -1.03707 0.335046 -1.03692 0.318468 -1.03676 0.308457 -1.0366 0.310092 -1.03644 0.317349 -1.03629 0.319716 -1.03613 0.319392 -1.03597 0.32942 -1.03582 0.352243 -1.03566 0.37222 -1.0355 0.375421 -1.03535 0.368818 -1.03519 0.371269 -1.03503 0.389678 -1.03488 0.412193 -1.03472 0.423862 -1.03456 0.420487 -1.03441 0.408901 -1.03425 0.396538 -1.03409 0.386628 -1.03394 0.378871 -1.03378 0.372918 -1.03362 0.37142 -1.03347 0.378001 -1.03331 0.393218 -1.03315 0.411727 -1.033 0.424507 -1.03284 0.424391 -1.03268 0.410991 -1.03252 0.391945 -1.03237 0.379098 -1.03221 0.380321 -1.03205 0.393803 -1.0319 0.408712 -1.03174 0.412494 -1.03158 0.398781 -1.03143 0.371173 -1.03127 0.33979 -1.03111 0.314944 -1.03096 0.302895 -1.0308 0.306757 -1.03064 0.325731 -1.03049 0.348502 -1.03033 0.355429 -1.03017 0.335481 -1.03002 0.30408 -1.02986 0.292061 -1.0297 0.313929 -1.02955 0.351701 -1.02939 0.378098 -1.02923 0.384735 -1.02908 0.381833 -1.02892 0.377681 -1.02876 0.372265 -1.0286 0.368656 -1.02845 0.374278 -1.02829 0.388317 -1.02813 0.398298 -1.02798 0.393422 -1.02782 0.377376 -1.02766 0.364297 -1.02751 0.365634 -1.02735 0.382708 -1.02719 0.405698 -1.02704 0.420574 -1.02688 0.420238 -1.02672 0.409116 -1.02657 0.394681 -1.02641 0.376819 -1.02625 0.353946 -1.0261 0.335298 -1.02594 0.334079 -1.02578 0.34886 -1.02563 0.363426 -1.02547 0.367303 -1.02531 0.365527 -1.02515 0.362668 -1.025 0.353073 -1.02484 0.335782 -1.02468 0.328743 -1.02453 0.351378 -1.02437 0.396603 -1.02421 0.434609 -1.02406 0.444936 -1.0239 0.437078 -1.02374 0.435335 -1.02359 0.453583 -1.02343 0.483549 -1.02327 0.50443 -1.02312 0.500732 -1.02296 0.474662 -1.0228 0.44445 -1.02265 0.427835 -1.02249 0.428124 -1.02233 0.435153 -1.02218 0.440329 -1.02202 0.442947 -1.02186 0.445137 -1.02171 0.445027 -1.02155 0.438437 -1.02139 0.426471 -1.02123 0.416764 -1.02108 0.416974 -1.02092 0.42554 -1.02076 0.431339 -1.02061 0.424665 -1.02045 0.406466 -1.02029 0.387117 -1.02014 0.375724 -1.01998 0.376246 -1.01982 0.390131 -1.01967 0.415183 -1.01951 0.43935 -1.01935 0.446023 -1.0192 0.431028 -1.01904 0.410169 -1.01888 0.402987 -1.01873 0.410394 -1.01857 0.415696 -1.01841 0.404897 -1.01826 0.381582 -1.0181 0.360494 -1.01794 0.350628 -1.01779 0.35 -1.01763 0.354111 -1.01747 0.365001 -1.01731 0.388661 -1.01716 0.422587 -1.017 0.451071 -1.01684 0.460452 -1.01669 0.455486 -1.01653 0.453398 -1.01637 0.46221 -1.01622 0.472581 -1.01606 0.473665 -1.0159 0.466523 -1.01575 0.459052 -1.01559 0.453893 -1.01543 0.448415 -1.01528 0.439804 -1.01512 0.426335 -1.01496 0.408392 -1.01481 0.391319 -1.01465 0.382543 -1.01449 0.381588 -1.01434 0.379486 -1.01418 0.37349 -1.01402 0.369113 -1.01387 0.363412 -1.01371 0.343001 -1.01355 0.30804 -1.01339 0.286624 -1.01324 0.304361 -1.01308 0.347519 -1.01292 0.376091 -1.01277 0.371621 -1.01261 0.351765 -1.01245 0.339317 -1.0123 0.336986 -1.01214 0.338073 -1.01198 0.342851 -1.01183 0.351213 -1.01167 0.355149 -1.01151 0.347434 -1.01136 0.333153 -1.0112 0.324472 -1.01104 0.329563 -1.01089 0.351381 -1.01073 0.385938 -1.01057 0.417081 -1.01042 0.425058 -1.01026 0.407902 -1.0101 0.385391 -1.00995 0.373446 -1.00979 0.366975 -1.00963 0.355204 -1.00947 0.342494 -1.00932 0.339978 -1.00916 0.344155 -1.009 0.340543 -1.00885 0.325731 -1.00869 0.311825 -1.00853 0.306594 -1.00838 0.30304 -1.00822 0.291578 -1.00806 0.273949 -1.00791 0.260654 -1.00775 0.259279 -1.00759 0.267314 -1.00744 0.276702 -1.00728 0.282513 -1.00712 0.290885 -1.00697 0.313295 -1.00681 0.350172 -1.00665 0.383663 -1.0065 0.393143 -1.00634 0.374462 -1.00618 0.342847 -1.00603 0.317499 -1.00587 0.308695 -1.00571 0.316638 -1.00555 0.333791 -1.0054 0.350382 -1.00524 0.362546 -1.00508 0.372773 -1.00493 0.380848 -1.00477 0.380744 -1.00461 0.372944 -1.00446 0.373002 -1.0043 0.396479 -1.00414 0.436706 -1.00399 0.469594 -1.00383 0.479855 -1.00367 0.472058 -1.00352 0.454901 -1.00336 0.428902 -1.0032 0.394751 -1.00305 0.363526 -1.00289 0.350306 -1.00273 0.359309 -1.00258 0.379484 -1.00242 0.394249 -1.00226 0.394366 -1.0021 0.385209 -1.00195 0.381698 -1.00179 0.39131 -1.00163 0.402694 -1.00148 0.398936 -1.00132 0.381452 -1.00116 0.370814 -1.00101 0.378882 -1.00085 0.392123 -1.00069 0.387193 -1.00054 0.357815 -1.00038 0.319246 -1.00022 0.29086 -1.00007 0.282535 -0.99991 0.293804 -0.999753 0.317653 -0.999596 0.344491 -0.999439 0.367043 -0.999283 0.383754 -0.999126 0.394584 -0.998969 0.398661 -0.998812 0.396009 -0.998655 0.389566 -0.998499 0.384038 -0.998342 0.381761 -0.998185 0.382614 -0.998028 0.38207 -0.997871 0.372874 -0.997715 0.352364 -0.997558 0.330211 -0.997401 0.320938 -0.997244 0.327116 -0.997087 0.338159 -0.996931 0.349708 -0.996774 0.374259 -0.996617 0.421136 -0.99646 0.473714 -0.996303 0.50027 -0.996146 0.487027 -0.99599 0.451113 -0.995833 0.418448 -0.995676 0.399031 -0.995519 0.387331 -0.995362 0.378103 -0.995206 0.372887 -0.995049 0.375237 -0.994892 0.383351 -0.994735 0.390254 -0.994578 0.390247 -0.994422 0.384201 -0.994265 0.377176 -0.994108 0.372902 -0.993951 0.370305 -0.993794 0.366302 -0.993638 0.359322 -0.993481 0.348751 -0.993324 0.335968 -0.993167 0.326667 -0.99301 0.330032 -0.992854 0.348274 -0.992697 0.370617 -0.99254 0.38259 -0.992383 0.378953 -0.992226 0.362925 -0.99207 0.338449 -0.991913 0.309071 -0.991756 0.28585 -0.991599 0.283898 -0.991442 0.308641 -0.991286 0.348228 -0.991129 0.383813 -0.990972 0.402388 -0.990815 0.403117 -0.990658 0.394133 -0.990502 0.388491 -0.990345 0.397863 -0.990188 0.42352 -0.990031 0.452509 -0.989874 0.464827 -0.989718 0.447472 -0.989561 0.404767 -0.989404 0.357455 -0.989247 0.328808 -0.98909 0.327293 -0.988934 0.339015 -0.988777 0.343637 -0.98862 0.335013 -0.988463 0.32672 -0.988306 0.336201 -0.98815 0.367863 -0.987993 0.410615 -0.987836 0.446005 -0.987679 0.462093 -0.987522 0.460029 -0.987366 0.450722 -0.987209 0.441221 -0.987052 0.428472 -0.986895 0.410433 -0.986738 0.396232 -0.986582 0.39681 -0.986425 0.409303 -0.986268 0.420018 -0.986111 0.424488 -0.985954 0.429476 -0.985798 0.437707 -0.985641 0.442582 -0.985484 0.443959 -0.985327 0.45175 -0.98517 0.466204 -0.985014 0.467645 -0.984857 0.440825 -0.9847 0.400432 -0.984543 0.375502 -0.984386 0.374264 -0.984229 0.381579 -0.984073 0.385897 -0.983916 0.393763 -0.983759 0.41201 -0.983602 0.43135 -0.983445 0.437657 -0.983289 0.427963 -0.983132 0.40964 -0.982975 0.389874 -0.982818 0.373171 -0.982661 0.364026 -0.982505 0.365279 -0.982348 0.373597 -0.982191 0.379758 -0.982034 0.374906 -0.981877 0.356266 -0.981721 0.331687 -0.981564 0.316674 -0.981407 0.322601 -0.98125 0.345264 -0.981093 0.369844 -0.980937 0.388413 -0.98078 0.403498 -0.980623 0.414621 -0.980466 0.411966 -0.980309 0.391196 -0.980153 0.367521 -0.979996 0.363154 -0.979839 0.383217 -0.979682 0.411954 -0.979525 0.432346 -0.979369 0.440662 -0.979212 0.441934 -0.979055 0.439517 -0.978898 0.434374 -0.978741 0.430489 -0.978585 0.433176 -0.978428 0.445604 -0.978271 0.465071 -0.978114 0.485639 -0.977957 0.503306 -0.977801 0.51831 -0.977644 0.532333 -0.977487 0.54125 -0.97733 0.537511 -0.977173 0.521747 -0.977017 0.506231 -0.97686 0.500172 -0.976703 0.493986 -0.976546 0.468538 -0.976389 0.420494 -0.976233 0.36957 -0.976076 0.336407 -0.975919 0.323725 -0.975762 0.321506 -0.975605 0.322687 -0.975449 0.327674 -0.975292 0.336597 -0.975135 0.349736 -0.974978 0.369505 -0.974821 0.39648 -0.974665 0.424045 -0.974508 0.445176 -0.974351 0.459861 -0.974194 0.471263 -0.974037 0.475161 -0.973881 0.465199 -0.973724 0.446401 -0.973567 0.431297 -0.97341 0.42422 -0.973253 0.417055 -0.973097 0.40829 -0.97294 0.409529 -0.972783 0.427794 -0.972626 0.450025 -0.972469 0.455577 -0.972312 0.439329 -0.972156 0.41603 -0.971999 0.403831 -0.971842 0.411946 -0.971685 0.437899 -0.971528 0.47001 -0.971372 0.492578 -0.971215 0.497295 -0.971058 0.486266 -0.970901 0.461647 -0.970744 0.420987 -0.970588 0.372146 -0.970431 0.339012 -0.970274 0.338745 -0.970117 0.356642 -0.96996 0.362437 -0.969804 0.350157 -0.969647 0.342811 -0.96949 0.355018 -0.969333 0.370749 -0.969176 0.368475 -0.96902 0.352668 -0.968863 0.343385 -0.968706 0.346364 -0.968549 0.350305 -0.968392 0.34837 -0.968236 0.348288 -0.968079 0.35888 -0.967922 0.377544 -0.967765 0.393011 -0.967608 0.395286 -0.967452 0.383925 -0.967295 0.369371 -0.967138 0.363773 -0.966981 0.365736 -0.966824 0.361744 -0.966668 0.34654 -0.966511 0.336926 -0.966354 0.350132 -0.966197 0.378112 -0.96604 0.395035 -0.965884 0.389944 -0.965727 0.37447 -0.96557 0.360222 -0.965413 0.34621 -0.965256 0.333207 -0.9651 0.334525 -0.964943 0.359165 -0.964786 0.394137 -0.964629 0.41603 -0.964472 0.414462 -0.964316 0.396115 -0.964159 0.373154 -0.964002 0.357747 -0.963845 0.359763 -0.963688 0.375914 -0.963532 0.384946 -0.963375 0.36655 -0.963218 0.326264 -0.963061 0.290062 -0.962904 0.274512 -0.962748 0.274058 -0.962591 0.27843 -0.962434 0.288206 -0.962277 0.304528 -0.96212 0.318655 -0.961964 0.322445 -0.961807 0.323964 -0.96165 0.338874 -0.961493 0.367744 -0.961336 0.394252 -0.96118 0.406517 -0.961023 0.408018 -0.960866 0.405823 -0.960709 0.399035 -0.960552 0.384583 -0.960395 0.369145 -0.960239 0.363005 -0.960082 0.366543 -0.959925 0.36953 -0.959768 0.364371 -0.959611 0.354701 -0.959455 0.35024 -0.959298 0.355915 -0.959141 0.369003 -0.958984 0.383645 -0.958827 0.398765 -0.958671 0.420767 -0.958514 0.456307 -0.958357 0.499423 -0.9582 0.531398 -0.958043 0.536548 -0.957887 0.518431 -0.95773 0.493429 -0.957573 0.472729 -0.957416 0.457392 -0.957259 0.448308 -0.957103 0.448718 -0.956946 0.455525 -0.956789 0.455697 -0.956632 0.441222 -0.956475 0.419667 -0.956319 0.404005 -0.956162 0.397601 -0.956005 0.396182 -0.955848 0.399315 -0.955691 0.411923 -0.955535 0.434244 -0.955378 0.457622 -0.955221 0.470586 -0.955064 0.465767 -0.954907 0.444521 -0.954751 0.418213 -0.954594 0.403922 -0.954437 0.411911 -0.95428 0.434614 -0.954123 0.454452 -0.953967 0.459955 -0.95381 0.452479 -0.953653 0.439085 -0.953496 0.426067 -0.953339 0.418988 -0.953183 0.419131 -0.953026 0.418156 -0.952869 0.40414 -0.952712 0.376941 -0.952555 0.351222 -0.952399 0.338833 -0.952242 0.334181 -0.952085 0.322656 -0.951928 0.301894 -0.951771 0.285224 -0.951615 0.284264 -0.951458 0.29478 -0.951301 0.302571 -0.951144 0.30091 -0.950987 0.296839 -0.950831 0.300288 -0.950674 0.312274 -0.950517 0.326492 -0.95036 0.338118 -0.950203 0.349243 -0.950047 0.363899 -0.94989 0.380495 -0.949733 0.38882 -0.949576 0.376113 -0.949419 0.340236 -0.949263 0.298819 -0.949106 0.281147 -0.948949 0.300137 -0.948792 0.334941 -0.948635 0.350992 -0.948478 0.340609 -0.948322 0.332912 -0.948165 0.356585 -0.948008 0.40327 -0.947851 0.439287 -0.947694 0.445733 -0.947538 0.432205 -0.947381 0.415381 -0.947224 0.399922 -0.947067 0.383752 -0.94691 0.369035 -0.946754 0.359247 -0.946597 0.354222 -0.94644 0.352569 -0.946283 0.355338 -0.946126 0.36147 -0.94597 0.365575 -0.945813 0.364221 -0.945656 0.359797 -0.945499 0.35453 -0.945342 0.346877 -0.945186 0.337679 -0.945029 0.334865 -0.944872 0.346007 -0.944715 0.36815 -0.944558 0.39218 -0.944402 0.413155 -0.944245 0.432494 -0.944088 0.450067 -0.943931 0.459529 -0.943774 0.455371 -0.943618 0.441703 -0.943461 0.431188 -0.943304 0.432418 -0.943147 0.43845 -0.94299 0.433103 -0.942834 0.411545 -0.942677 0.38809 -0.94252 0.377218 -0.942363 0.373612 -0.942206 0.360766 -0.94205 0.336834 -0.941893 0.317448 -0.941736 0.312503 -0.941579 0.313292 -0.941422 0.310574 -0.941266 0.310285 -0.941109 0.32364 -0.940952 0.348354 -0.940795 0.372091 -0.940638 0.38737 -0.940482 0.39321 -0.940325 0.387806 -0.940168 0.368687 -0.940011 0.341099 -0.939854 0.31747 -0.939698 0.308958 -0.939541 0.320587 -0.939384 0.349401 -0.939227 0.381695 -0.93907 0.396973 -0.938914 0.383934 -0.938757 0.351193 -0.9386 0.318019 -0.938443 0.297014 -0.938286 0.291049 -0.93813 0.297948 -0.937973 0.309496 -0.937816 0.312844 -0.937659 0.303707 -0.937502 0.295388 -0.937346 0.302069 -0.937189 0.317837 -0.937032 0.322785 -0.936875 0.31103 -0.936718 0.298654 -0.936561 0.300344 -0.936405 0.315989 -0.936248 0.337152 -0.936091 0.356502 -0.935934 0.366557 -0.935777 0.359521 -0.935621 0.340193 -0.935464 0.327294 -0.935307 0.333929 -0.93515 0.35151 -0.934993 0.361481 -0.934837 0.352826 -0.93468 0.328164 -0.934523 0.297202 -0.934366 0.273807 -0.934209 0.270295 -0.934053 0.28385 -0.933896 0.298028 -0.933739 0.300997 -0.933582 0.299908 -0.933425 0.307267 -0.933269 0.318959 -0.933112 0.322221 -0.932955 0.318614 -0.932798 0.325175 -0.932641 0.349472 -0.932485 0.377473 -0.932328 0.39333 -0.932171 0.39711 -0.932014 0.397636 -0.931857 0.399857 -0.931701 0.405975 -0.931544 0.42078 -0.931387 0.440852 -0.93123 0.446937 -0.931073 0.421732 -0.930917 0.375762 -0.93076 0.343559 -0.930603 0.347359 -0.930446 0.377942 -0.930289 0.411091 -0.930133 0.434786 -0.929976 0.449469 -0.929819 0.45481 -0.929662 0.450034 -0.929505 0.444837 -0.929349 0.45621 -0.929192 0.489013 -0.929035 0.528791 -0.928878 0.556879 -0.928721 0.567096 -0.928565 0.563597 -0.928408 0.551807 -0.928251 0.537538 -0.928094 0.529694 -0.927937 0.53275 -0.927781 0.539679 -0.927624 0.538168 -0.927467 0.523386 -0.92731 0.498697 -0.927153 0.467399 -0.926997 0.430463 -0.92684 0.394949 -0.926683 0.374825 -0.926526 0.379484 -0.926369 0.404579 -0.926213 0.436298 -0.926056 0.463083 -0.925899 0.478852 -0.925742 0.479807 -0.925585 0.464681 -0.925429 0.43865 -0.925272 0.414393 -0.925115 0.404414 -0.924958 0.411188 -0.924801 0.425492 -0.924644 0.43513 -0.924488 0.435122 -0.924331 0.429089 -0.924174 0.421105 -0.924017 0.413123 -0.92386 0.411882 -0.923704 0.430649 -0.923547 0.474426 -0.92339 0.526025 -0.923233 0.557074 -0.923076 0.554822 -0.92292 0.531639 -0.922763 0.505201 -0.922606 0.477955 -0.922449 0.442367 -0.922292 0.399874 -0.922136 0.36451 -0.921979 0.346044 -0.921822 0.338248 -0.921665 0.32699 -0.921508 0.308819 -0.921352 0.295887 -0.921195 0.304376 -0.921038 0.337054 -0.920881 0.37974 -0.920724 0.413646 -0.920568 0.428895 -0.920411 0.425337 -0.920254 0.406844 -0.920097 0.380609 -0.91994 0.360571 -0.919784 0.361281 -0.919627 0.382382 -0.91947 0.40546 -0.919313 0.41348 -0.919156 0.409148 -0.919 0.407238 -0.918843 0.412168 -0.918686 0.413812 -0.918529 0.404822 -0.918372 0.391959 -0.918216 0.383688 -0.918059 0.376554 -0.917902 0.363439 -0.917745 0.351613 -0.917588 0.358946 -0.917432 0.390994 -0.917275 0.429407 -0.917118 0.451207 -0.916961 0.448445 -0.916804 0.426647 -0.916648 0.392494 -0.916491 0.353975 -0.916334 0.327813 -0.916177 0.328593 -0.91602 0.34935 -0.915864 0.365111 -0.915707 0.363415 -0.91555 0.358899 -0.915393 0.370536 -0.915236 0.3943 -0.91508 0.414722 -0.914923 0.43032 -0.914766 0.45166 -0.914609 0.472328 -0.914452 0.46828 -0.914296 0.432322 -0.914139 0.393952 -0.913982 0.388297 -0.913825 0.416127 -0.913668 0.447829 -0.913512 0.461528 -0.913355 0.458746 -0.913198 0.446587 -0.913041 0.424167 -0.912884 0.393209 -0.912727 0.366228 -0.912571 0.357583 -0.912414 0.369239 -0.912257 0.390079 -0.9121 0.405303 -0.911943 0.4028 -0.911787 0.377732 -0.91163 0.339594 -0.911473 0.307114 -0.911316 0.29482 -0.911159 0.30374 -0.911003 0.328242 -0.910846 0.364168 -0.910689 0.402991 -0.910532 0.426911 -0.910375 0.421951 -0.910219 0.397113 -0.910062 0.378906 -0.909905 0.385894 -0.909748 0.415341 -0.909591 0.453952 -0.909435 0.49156 -0.909278 0.521071 -0.909121 0.535665 -0.908964 0.534649 -0.908807 0.523645 -0.908651 0.505334 -0.908494 0.475027 -0.908337 0.432845 -0.90818 0.395809 -0.908023 0.384076 -0.907867 0.398126 -0.90771 0.417714 -0.907553 0.422286 -0.907396 0.409114 -0.907239 0.392205 -0.907083 0.390443 -0.906926 0.414429 -0.906769 0.456358 -0.906612 0.49239 -0.906455 0.501575 -0.906299 0.484135 -0.906142 0.457104 -0.905985 0.433602 -0.905828 0.414152 -0.905671 0.397285 -0.905515 0.387191 -0.905358 0.384705 -0.905201 0.382178 -0.905044 0.371731 -0.904887 0.355078 -0.904731 0.339538 -0.904574 0.329194 -0.904417 0.3257 -0.90426 0.330829 -0.904103 0.342899 -0.903947 0.353904 -0.90379 0.354498 -0.903633 0.342401 -0.903476 0.323223 -0.903319 0.306653 -0.903163 0.305176 -0.903006 0.326541 -0.902849 0.363389 -0.902692 0.39633 -0.902535 0.412716 -0.902379 0.418344 -0.902222 0.425532 -0.902065 0.436136 -0.901908 0.443744 -0.901751 0.446203 -0.901595 0.446519 -0.901438 0.444554 -0.901281 0.438875 -0.901124 0.433644 -0.900967 0.435271 -0.90081 0.439985 -0.900654 0.436974 -0.900497 0.422544 -0.90034 0.404404 -0.900183 0.391505 -0.900026 0.384526 -0.89987 0.378284 -0.899713 0.366388 -0.899556 0.343499 -0.899399 0.310807 -0.899242 0.278159 -0.899086 0.255725 -0.898929 0.243702 -0.898772 0.236037 -0.898615 0.232519 -0.898458 0.238327 -0.898302 0.253845 -0.898145 0.274104 -0.897988 0.298472 -0.897831 0.328059 -0.897674 0.354658 -0.897518 0.362411 -0.897361 0.348717 -0.897204 0.331481 -0.897047 0.329036 -0.89689 0.341182 -0.896734 0.355961 -0.896577 0.368415 -0.89642 0.382727 -0.896263 0.401374 -0.896106 0.420505 -0.89595 0.435535 -0.895793 0.444227 -0.895636 0.446243 -0.895479 0.440996 -0.895322 0.428751 -0.895166 0.411533 -0.895009 0.391582 -0.894852 0.369589 -0.894695 0.342512 -0.894538 0.307133 -0.894382 0.270689 -0.894225 0.253889 -0.894068 0.272277 -0.893911 0.31581 -0.893754 0.356241 -0.893598 0.377777 -0.893441 0.388652 -0.893284 0.399533 -0.893127 0.406249 -0.89297 0.400713 -0.892814 0.387026 -0.892657 0.373958 -0.8925 0.360499 -0.892343 0.342655 -0.892186 0.327577 -0.89203 0.328758 -0.891873 0.347633 -0.891716 0.372818 -0.891559 0.393708 -0.891402 0.407171 -0.891246 0.411535 -0.891089 0.407349 -0.890932 0.402932 -0.890775 0.409549 -0.890618 0.429581 -0.890462 0.456236 -0.890305 0.48387 -0.890148 0.507848 -0.889991 0.517544 -0.889834 0.503525 -0.889678 0.475007 -0.889521 0.457034 -0.889364 0.461475 -0.889207 0.472449 -0.88905 0.467512 -0.888893 0.444982 -0.888737 0.421321 -0.88858 0.40701 -0.888423 0.395335 -0.888266 0.376325 -0.888109 0.352064 -0.887953 0.336357 -0.887796 0.340877 -0.887639 0.363315 -0.887482 0.385545 -0.887325 0.389293 -0.887169 0.37489 -0.887012 0.363405 -0.886855 0.374049 -0.886698 0.402786 -0.886541 0.429121 -0.886385 0.442205 -0.886228 0.451308 -0.886071 0.467767 -0.885914 0.486867 -0.885757 0.493128 -0.885601 0.480281 -0.885444 0.456653 -0.885287 0.432403 -0.88513 0.41221 -0.884973 0.398666 -0.884817 0.395344 -0.88466 0.399296 -0.884503 0.399215 -0.884346 0.388562 -0.884189 0.377576 -0.884033 0.383155 -0.883876 0.408991 -0.883719 0.442604 -0.883562 0.471436 -0.883405 0.492176 -0.883249 0.503352 -0.883092 0.500467 -0.882935 0.48373 -0.882778 0.463947 -0.882621 0.452588 -0.882465 0.450851 -0.882308 0.453462 -0.882151 0.458936 -0.881994 0.46848 -0.881837 0.479549 -0.881681 0.488351 -0.881524 0.497983 -0.881367 0.516371 -0.88121 0.543982 -0.881053 0.567872 -0.880897 0.572585 -0.88074 0.554314 -0.880583 0.523813 -0.880426 0.495437 -0.880269 0.473562 -0.880113 0.453028 -0.879956 0.429642 -0.879799 0.407878 -0.879642 0.391115 -0.879485 0.370546 -0.879329 0.336334 -0.879172 0.298983 -0.879015 0.285691 -0.878858 0.3075 -0.878701 0.343437 -0.878545 0.367536 -0.878388 0.381448 -0.878231 0.403697 -0.878074 0.437286 -0.877917 0.465541 -0.877761 0.479687 -0.877604 0.490083 -0.877447 0.505221 -0.87729 0.518797 -0.877133 0.522939 -0.876976 0.521573 -0.87682 0.520569 -0.876663 0.514653 -0.876506 0.496542 -0.876349 0.471873 -0.876192 0.454121 -0.876036 0.4485 -0.875879 0.450016 -0.875722 0.454912 -0.875565 0.465949 -0.875408 0.486557 -0.875252 0.514952 -0.875095 0.543964 -0.874938 0.562615 -0.874781 0.561514 -0.874624 0.542167 -0.874468 0.517273 -0.874311 0.497198 -0.874154 0.479958 -0.873997 0.458814 -0.87384 0.43559 -0.873684 0.41708 -0.873527 0.403405 -0.87337 0.391037 -0.873213 0.383781 -0.873056 0.388993 -0.8729 0.400974 -0.872743 0.402338 -0.872586 0.387508 -0.872429 0.372991 -0.872272 0.373981 -0.872116 0.381255 -0.871959 0.375868 -0.871802 0.358884 -0.871645 0.351009 -0.871488 0.361294 -0.871332 0.37246 -0.871175 0.363573 -0.871018 0.335878 -0.870861 0.309341 -0.870704 0.299256 -0.870548 0.30598 -0.870391 0.320892 -0.870234 0.332965 -0.870077 0.332764 -0.86992 0.31978 -0.869764 0.306326 -0.869607 0.307132 -0.86945 0.323283 -0.869293 0.34056 -0.869136 0.34522 -0.86898 0.335419 -0.868823 0.322264 -0.868666 0.323202 -0.868509 0.351698 -0.868352 0.403089 -0.868196 0.45189 -0.868039 0.473529 -0.867882 0.46978 -0.867725 0.464984 -0.867568 0.475327 -0.867412 0.493455 -0.867255 0.504505 -0.867098 0.50493 -0.866941 0.498844 -0.866784 0.487157 -0.866628 0.46997 -0.866471 0.451115 -0.866314 0.430958 -0.866157 0.403325 -0.866 0.367599 -0.865844 0.339836 -0.865687 0.335589 -0.86553 0.348211 -0.865373 0.359184 -0.865216 0.365389 -0.865059 0.38206 -0.864903 0.416296 -0.864746 0.452642 -0.864589 0.471252 -0.864432 0.470768 -0.864275 0.46666 -0.864119 0.473451 -0.863962 0.491689 -0.863805 0.509273 -0.863648 0.512556 -0.863491 0.499463 -0.863335 0.481515 -0.863178 0.469604 -0.863021 0.462016 -0.862864 0.452115 -0.862707 0.443678 -0.862551 0.4432 -0.862394 0.44187 -0.862237 0.418638 -0.86208 0.368451 -0.861923 0.313573 -0.861767 0.280713 -0.86161 0.277998 -0.861453 0.299132 -0.861296 0.336373 -0.861139 0.378612 -0.860983 0.407258 -0.860826 0.410418 -0.860669 0.398418 -0.860512 0.392636 -0.860355 0.401578 -0.860199 0.415529 -0.860042 0.422481 -0.859885 0.419035 -0.859728 0.407578 -0.859571 0.393234 -0.859415 0.386177 -0.859258 0.39578 -0.859101 0.419381 -0.858944 0.441292 -0.858787 0.446662 -0.858631 0.433291 -0.858474 0.409591 -0.858317 0.385689 -0.85816 0.367632 -0.858003 0.357602 -0.857847 0.354835 -0.85769 0.356695 -0.857533 0.358987 -0.857376 0.356744 -0.857219 0.34757 -0.857063 0.335377 -0.856906 0.330027 -0.856749 0.337848 -0.856592 0.354296 -0.856435 0.368809 -0.856279 0.376105 -0.856122 0.379908 -0.855965 0.383795 -0.855808 0.383992 -0.855651 0.374061 -0.855495 0.354499 -0.855338 0.335991 -0.855181 0.331403 -0.855024 0.347578 -0.854867 0.382798 -0.854711 0.430542 -0.854554 0.482849 -0.854397 0.529375 -0.85424 0.558153 -0.854083 0.562917 -0.853927 0.549977 -0.85377 0.534067 -0.853613 0.525551 -0.853456 0.522042 -0.853299 0.511778 -0.853142 0.484452 -0.852986 0.440429 -0.852829 0.393236 -0.852672 0.360932 -0.852515 0.349943 -0.852358 0.34993 -0.852202 0.347494 -0.852045 0.342541 -0.851888 0.344092 -0.851731 0.350979 -0.851574 0.351746 -0.851418 0.343414 -0.851261 0.337363 -0.851104 0.341519 -0.850947 0.346162 -0.85079 0.33985 -0.850634 0.32902 -0.850477 0.330908 -0.85032 0.350848 -0.850163 0.380788 -0.850006 0.414469 -0.84985 0.450343 -0.849693 0.47945 -0.849536 0.485287 -0.849379 0.461973 -0.849222 0.422067 -0.849066 0.383945 -0.848909 0.354976 -0.848752 0.332887 -0.848595 0.317938 -0.848438 0.31574 -0.848282 0.331946 -0.848125 0.365836 -0.847968 0.408388 -0.847811 0.444475 -0.847654 0.461245 -0.847498 0.458055 -0.847341 0.446859 -0.847184 0.441108 -0.847027 0.445638 -0.84687 0.456333 -0.846714 0.466499 -0.846557 0.470792 -0.8464 0.467005 -0.846243 0.45664 -0.846086 0.443034 -0.84593 0.42835 -0.845773 0.41457 -0.845616 0.405607 -0.845459 0.403787 -0.845302 0.404145 -0.845146 0.39633 -0.844989 0.375639 -0.844832 0.350616 -0.844675 0.337005 -0.844518 0.345175 -0.844362 0.37099 -0.844205 0.396848 -0.844048 0.404694 -0.843891 0.389381 -0.843734 0.362249 -0.843578 0.337649 -0.843421 0.316838 -0.843264 0.291374 -0.843107 0.260887 -0.84295 0.239351 -0.842794 0.239581 -0.842637 0.257535 -0.84248 0.279753 -0.842323 0.303147 -0.842166 0.338614 -0.84201 0.39172 -0.841853 0.447989 -0.841696 0.484789 -0.841539 0.495582 -0.841382 0.494583 -0.841225 0.495235 -0.841069 0.490398 -0.840912 0.463608 -0.840755 0.417256 -0.840598 0.375542 -0.840441 0.358138 -0.840285 0.359206 -0.840128 0.363022 -0.839971 0.367867 -0.839814 0.380695 -0.839657 0.394915 -0.839501 0.393505 -0.839344 0.376401 -0.839187 0.36526 -0.83903 0.372715 -0.838873 0.382444 -0.838717 0.373646 -0.83856 0.35315 -0.838403 0.345801 -0.838246 0.359999 -0.838089 0.382005 -0.837933 0.400839 -0.837776 0.420041 -0.837619 0.439467 -0.837462 0.444516 -0.837305 0.423167 -0.837149 0.383999 -0.836992 0.34433 -0.836835 0.31214 -0.836678 0.286983 -0.836521 0.272213 -0.836365 0.273459 -0.836208 0.285353 -0.836051 0.295421 -0.835894 0.300527 -0.835737 0.311761 -0.835581 0.33683 -0.835424 0.365956 -0.835267 0.381983 -0.83511 0.381058 -0.834953 0.376695 -0.834797 0.383541 -0.83464 0.398613 -0.834483 0.402754 -0.834326 0.381427 -0.834169 0.343909 -0.834013 0.316743 -0.833856 0.315469 -0.833699 0.327306 -0.833542 0.329221 -0.833385 0.31829 -0.833229 0.314159 -0.833072 0.329578 -0.832915 0.351293 -0.832758 0.358661 -0.832601 0.351171 -0.832445 0.346483 -0.832288 0.353855 -0.832131 0.363282 -0.831974 0.362166 -0.831817 0.353244 -0.831661 0.346741 -0.831504 0.343557 -0.831347 0.335148 -0.83119 0.319401 -0.831033 0.307486 -0.830877 0.309878 -0.83072 0.323041 -0.830563 0.336872 -0.830406 0.34973 -0.830249 0.369059 -0.830093 0.393659 -0.829936 0.408062 -0.829779 0.403827 -0.829622 0.394023 -0.829465 0.397173 -0.829308 0.407291 -0.829152 0.399426 -0.828995 0.367125 -0.828838 0.33911 -0.828681 0.344794 -0.828524 0.377346 -0.828368 0.404467 -0.828211 0.409929 -0.828054 0.408133 -0.827897 0.417696 -0.82774 0.437949 -0.827584 0.455914 -0.827427 0.463115 -0.82727 0.458231 -0.827113 0.442977 -0.826956 0.424461 -0.8268 0.413057 -0.826643 0.410797 -0.826486 0.40703 -0.826329 0.393139 -0.826172 0.377131 -0.826016 0.373786 -0.825859 0.386012 -0.825702 0.403662 -0.825545 0.419569 -0.825388 0.435742 -0.825232 0.450182 -0.825075 0.451439 -0.824918 0.43244 -0.824761 0.403445 -0.824604 0.383344 -0.824448 0.380568 -0.824291 0.390549 -0.824134 0.40943 -0.823977 0.43861 -0.82382 0.472221 -0.823664 0.489724 -0.823507 0.474312 -0.82335 0.434564 -0.823193 0.396991 -0.823036 0.374062 -0.82288 0.353142 -0.822723 0.321204 -0.822566 0.287321 -0.822409 0.267576 -0.822252 0.257589 -0.822096 0.240028 -0.821939 0.215871 -0.821782 0.209505 -0.821625 0.236713 -0.821468 0.281819 -0.821312 0.317963 -0.821155 0.337425 -0.820998 0.350709 -0.820841 0.364921 -0.820684 0.37664 -0.820528 0.385193 -0.820371 0.396167 -0.820214 0.409525 -0.820057 0.416711 -0.8199 0.412073 -0.819744 0.403059 -0.819587 0.398687 -0.81943 0.396742 -0.819273 0.388883 -0.819116 0.375377 -0.81896 0.365538 -0.818803 0.361807 -0.818646 0.35395 -0.818489 0.334026 -0.818332 0.313352 -0.818176 0.312615 -0.818019 0.336724 -0.817862 0.367074 -0.817705 0.381354 -0.817548 0.374252 -0.817391 0.356317 -0.817235 0.340279 -0.817078 0.334491 -0.816921 0.341409 -0.816764 0.352917 -0.816607 0.354168 -0.816451 0.340792 -0.816294 0.328524 -0.816137 0.336796 -0.81598 0.365293 -0.815823 0.397052 -0.815667 0.418219 -0.81551 0.42388 -0.815353 0.409287 -0.815196 0.374069 -0.815039 0.337349 -0.814883 0.326603 -0.814726 0.345796 -0.814569 0.36923 -0.814412 0.375471 -0.814255 0.370287 -0.814099 0.370952 -0.813942 0.383844 -0.813785 0.407114 -0.813628 0.439913 -0.813471 0.473489 -0.813315 0.486459 -0.813158 0.465919 -0.813001 0.426374 -0.812844 0.393173 -0.812687 0.375201 -0.812531 0.36555 -0.812374 0.361196 -0.812217 0.364644 -0.81206 0.373677 -0.811903 0.381757 -0.811747 0.385876 -0.81159 0.38426 -0.811433 0.372286 -0.811276 0.354295 -0.811119 0.349247 -0.810963 0.369527 -0.810806 0.400414 -0.810649 0.420125 -0.810492 0.429618 -0.810335 0.446137 -0.810179 0.472375 -0.810022 0.49678 -0.809865 0.516988 -0.809708 0.537699 -0.809551 0.550321 -0.809395 0.536246 -0.809238 0.500928 -0.809081 0.473873 -0.808924 0.470004 -0.808767 0.475125 -0.808611 0.477313 -0.808454 0.485816 -0.808297 0.505577 -0.80814 0.515208 -0.807983 0.497091 -0.807827 0.466358 -0.80767 0.451081 -0.807513 0.451338 -0.807356 0.44571 -0.807199 0.42764 -0.807043 0.416288 -0.806886 0.42852 -0.806729 0.458585 -0.806572 0.48752 -0.806415 0.501645 -0.806259 0.501301 -0.806102 0.499439 -0.805945 0.509613 -0.805788 0.527371 -0.805631 0.531385 -0.805474 0.508379 -0.805318 0.471251 -0.805161 0.441222 -0.805004 0.422042 -0.804847 0.405897 -0.80469 0.393646 -0.804534 0.393198 -0.804377 0.401667 -0.80422 0.405882 -0.804063 0.40367 -0.803906 0.40675 -0.80375 0.420751 -0.803593 0.436877 -0.803436 0.44637 -0.803279 0.452562 -0.803122 0.459894 -0.802966 0.462305 -0.802809 0.449599 -0.802652 0.421332 -0.802495 0.390916 -0.802338 0.377826 -0.802182 0.395328 -0.802025 0.438753 -0.801868 0.484304 -0.801711 0.507626 -0.801554 0.50523 -0.801398 0.492436 -0.801241 0.48197 -0.801084 0.474037 -0.800927 0.467028 -0.80077 0.465586 -0.800614 0.472217 -0.800457 0.479629 -0.8003 0.481153 -0.800143 0.483651 -0.799986 0.499 -0.79983 0.523716 -0.799673 0.536969 -0.799516 0.523494 -0.799359 0.494157 -0.799202 0.475851 -0.799046 0.482582 -0.798889 0.499855 -0.798732 0.50142 -0.798575 0.477529 -0.798418 0.442626 -0.798262 0.416536 -0.798105 0.407338 -0.797948 0.41069 -0.797791 0.419141 -0.797634 0.426239 -0.797478 0.426666 -0.797321 0.4201 -0.797164 0.410236 -0.797007 0.399554 -0.79685 0.388357 -0.796694 0.381902 -0.796537 0.389274 -0.79638 0.411023 -0.796223 0.434048 -0.796066 0.446113 -0.79591 0.450244 -0.795753 0.454871 -0.795596 0.459419 -0.795439 0.45944 -0.795282 0.458689 -0.795126 0.463157 -0.794969 0.466728 -0.794812 0.457668 -0.794655 0.439754 -0.794498 0.429395 -0.794342 0.431762 -0.794185 0.433036 -0.794028 0.420889 -0.793871 0.39882 -0.793714 0.374533 -0.793557 0.348769 -0.793401 0.324281 -0.793244 0.313873 -0.793087 0.326981 -0.79293 0.354213 -0.792773 0.377245 -0.792617 0.391529 -0.79246 0.408476 -0.792303 0.436665 -0.792146 0.468667 -0.791989 0.488145 -0.791833 0.486429 -0.791676 0.472862 -0.791519 0.467608 -0.791362 0.482988 -0.791205 0.509758 -0.791049 0.52705 -0.790892 0.526313 -0.790735 0.518481 -0.790578 0.516566 -0.790421 0.520337 -0.790265 0.524148 -0.790108 0.530101 -0.789951 0.544059 -0.789794 0.563438 -0.789637 0.580034 -0.789481 0.591111 -0.789324 0.598327 -0.789167 0.597141 -0.78901 0.578452 -0.788853 0.541464 -0.788697 0.496847 -0.78854 0.45625 -0.788383 0.42458 -0.788226 0.405532 -0.788069 0.403449 -0.787913 0.415151 -0.787756 0.426331 -0.787599 0.425665 -0.787442 0.419851 -0.787285 0.426334 -0.787129 0.44993 -0.786972 0.472916 -0.786815 0.475485 -0.786658 0.458527 -0.786501 0.441131 -0.786345 0.435908 -0.786188 0.436114 -0.786031 0.42853 -0.785874 0.412192 -0.785717 0.39676 -0.785561 0.388153 -0.785404 0.385622 -0.785247 0.392227 -0.78509 0.416157 -0.784933 0.456977 -0.784777 0.498888 -0.78462 0.523642 -0.784463 0.526511 -0.784306 0.515961 -0.784149 0.500809 -0.783993 0.483209 -0.783836 0.461832 -0.783679 0.435487 -0.783522 0.405527 -0.783365 0.378268 -0.783209 0.364666 -0.783052 0.372194 -0.782895 0.394791 -0.782738 0.4139 -0.782581 0.411757 -0.782425 0.386585 -0.782268 0.356282 -0.782111 0.345178 -0.781954 0.362015 -0.781797 0.390662 -0.78164 0.407369 -0.781484 0.404857 -0.781327 0.394141 -0.78117 0.383476 -0.781013 0.368512 -0.780856 0.348095 -0.7807 0.335895 -0.780543 0.344765 -0.780386 0.366649 -0.780229 0.381964 -0.780072 0.385848 -0.779916 0.388975 -0.779759 0.395516 -0.779602 0.393769 -0.779445 0.374824 -0.779288 0.346597 -0.779132 0.323995 -0.778975 0.313319 -0.778818 0.312833 -0.778661 0.318096 -0.778504 0.322322 -0.778348 0.318107 -0.778191 0.307782 -0.778034 0.305076 -0.777877 0.31966 -0.77772 0.346428 -0.777564 0.37637 -0.777407 0.408251 -0.77725 0.440631 -0.777093 0.460251 -0.776936 0.452449 -0.77678 0.42173 -0.776623 0.387909 -0.776466 0.364046 -0.776309 0.348592 -0.776152 0.338615 -0.775996 0.336582 -0.775839 0.341133 -0.775682 0.343869 -0.775525 0.343619 -0.775368 0.352064 -0.775212 0.375613 -0.775055 0.400565 -0.774898 0.404858 -0.774741 0.382817 -0.774584 0.349594 -0.774428 0.324747 -0.774271 0.319556 -0.774114 0.335736 -0.773957 0.367697 -0.7738 0.403479 -0.773644 0.430328 -0.773487 0.444906 -0.77333 0.454198 -0.773173 0.468531 -0.773016 0.492803 -0.77286 0.522441 -0.772703 0.545391 -0.772546 0.550712 -0.772389 0.538171 -0.772232 0.51828 -0.772076 0.500064 -0.771919 0.483273 -0.771762 0.465727 -0.771605 0.45207 -0.771448 0.448776 -0.771292 0.454647 -0.771135 0.465043 -0.770978 0.480696 -0.770821 0.503496 -0.770664 0.526786 -0.770508 0.542384 -0.770351 0.553707 -0.770194 0.570319 -0.770037 0.58912 -0.76988 0.594224 -0.769723 0.579448 -0.769567 0.555984 -0.76941 0.533939 -0.769253 0.510378 -0.769096 0.481046 -0.768939 0.45336 -0.768783 0.436671 -0.768626 0.431133 -0.768469 0.43692 -0.768312 0.46179 -0.768155 0.504864 -0.767999 0.543508 -0.767842 0.554117 -0.767685 0.541387 -0.767528 0.530181 -0.767371 0.532685 -0.767215 0.539821 -0.767058 0.544712 -0.766901 0.554121 -0.766744 0.571932 -0.766587 0.588331 -0.766431 0.591401 -0.766274 0.57936 -0.766117 0.553488 -0.76596 0.511585 -0.765803 0.45873 -0.765647 0.412146 -0.76549 0.388579 -0.765333 0.391118 -0.765176 0.415296 -0.765019 0.456211 -0.764863 0.502081 -0.764706 0.532436 -0.764549 0.536377 -0.764392 0.52791 -0.764235 0.529799 -0.764079 0.543603 -0.763922 0.547744 -0.763765 0.526503 -0.763608 0.487882 -0.763451 0.452327 -0.763295 0.432888 -0.763138 0.429857 -0.762981 0.436514 -0.762824 0.444325 -0.762667 0.448431 -0.762511 0.451291 -0.762354 0.460237 -0.762197 0.475836 -0.76204 0.486609 -0.761883 0.478432 -0.761727 0.449327 -0.76157 0.413626 -0.761413 0.38919 -0.761256 0.381045 -0.761099 0.37801 -0.760943 0.367378 -0.760786 0.352373 -0.760629 0.349863 -0.760472 0.370684 -0.760315 0.405721 -0.760159 0.436101 -0.760002 0.452611 -0.759845 0.459405 -0.759688 0.463918 -0.759531 0.470472 -0.759375 0.482522 -0.759218 0.502808 -0.759061 0.528589 -0.758904 0.550868 -0.758747 0.562516 -0.758591 0.5618 -0.758434 0.549535 -0.758277 0.528001 -0.75812 0.504444 -0.757963 0.49048 -0.757806 0.492864 -0.75765 0.504875 -0.757493 0.511239 -0.757336 0.5011 -0.757179 0.477455 -0.757022 0.454002 -0.756866 0.44365 -0.756709 0.448224 -0.756552 0.457809 -0.756395 0.462368 -0.756238 0.461335 -0.756082 0.462768 -0.755925 0.469678 -0.755768 0.47485 -0.755611 0.469551 -0.755454 0.456936 -0.755298 0.449201 -0.755141 0.452399 -0.754984 0.457986 -0.754827 0.454038 -0.75467 0.442336 -0.754514 0.437274 -0.754357 0.447768 -0.7542 0.466846 -0.754043 0.481553 -0.753886 0.487854 -0.75373 0.489496 -0.753573 0.485982 -0.753416 0.471187 -0.753259 0.44548 -0.753102 0.419957 -0.752946 0.403282 -0.752789 0.391168 -0.752632 0.374492 -0.752475 0.353607 -0.752318 0.339395 -0.752162 0.342502 -0.752005 0.363815 -0.751848 0.392551 -0.751691 0.412764 -0.751534 0.417437 -0.751378 0.418335 -0.751221 0.433826 -0.751064 0.461723 -0.750907 0.476374 -0.75075 0.461894 -0.750594 0.43701 -0.750437 0.432981 -0.75028 0.452686 -0.750123 0.470637 -0.749966 0.472116 -0.74981 0.469805 -0.749653 0.478925 -0.749496 0.493141 -0.749339 0.497746 -0.749182 0.491759 -0.749026 0.483055 -0.748869 0.472616 -0.748712 0.459196 -0.748555 0.449802 -0.748398 0.45298 -0.748242 0.462258 -0.748085 0.463371 -0.747928 0.454843 -0.747771 0.451011 -0.747614 0.461167 -0.747458 0.478694 -0.747301 0.492775 -0.747144 0.50037 -0.746987 0.499689 -0.74683 0.481826 -0.746674 0.439806 -0.746517 0.383819 -0.74636 0.339866 -0.746203 0.326951 -0.746046 0.339581 -0.745889 0.353562 -0.745733 0.351423 -0.745576 0.338996 -0.745419 0.337441 -0.745262 0.358674 -0.745105 0.39378 -0.744949 0.425811 -0.744792 0.447324 -0.744635 0.461834 -0.744478 0.471525 -0.744321 0.471053 -0.744165 0.4544 -0.744008 0.423071 -0.743851 0.388098 -0.743694 0.365318 -0.743537 0.364796 -0.743381 0.381169 -0.743224 0.396083 -0.743067 0.394449 -0.74291 0.377908 -0.742753 0.359014 -0.742597 0.346068 -0.74244 0.338164 -0.742283 0.332865 -0.742126 0.331205 -0.741969 0.334884 -0.741813 0.344828 -0.741656 0.362596 -0.741499 0.386215 -0.741342 0.40685 -0.741185 0.414661 -0.741029 0.410398 -0.740872 0.40378 -0.740715 0.399793 -0.740558 0.393773 -0.740401 0.384697 -0.740245 0.384493 -0.740088 0.407057 -0.739931 0.448865 -0.739774 0.484755 -0.739617 0.487114 -0.739461 0.451447 -0.739304 0.405078 -0.739147 0.386582 -0.73899 0.40911 -0.738833 0.446296 -0.738677 0.460594 -0.73852 0.443415 -0.738363 0.417697 -0.738206 0.404629 -0.738049 0.402384 -0.737893 0.40077 -0.737736 0.400626 -0.737579 0.405701 -0.737422 0.40902 -0.737265 0.402291 -0.737109 0.393738 -0.736952 0.400242 -0.736795 0.422798 -0.736638 0.442926 -0.736481 0.445131 -0.736325 0.434285 -0.736168 0.425676 -0.736011 0.428067 -0.735854 0.43974 -0.735697 0.455552 -0.735541 0.471302 -0.735384 0.483542 -0.735227 0.488085 -0.73507 0.480751 -0.734913 0.46056 -0.734757 0.433239 -0.7346 0.40885 -0.734443 0.392732 -0.734286 0.379278 -0.734129 0.359282 -0.733972 0.332517 -0.733816 0.309138 -0.733659 0.299447 -0.733502 0.305069 -0.733345 0.31834 -0.733188 0.326616 -0.733032 0.320275 -0.732875 0.301494 -0.732718 0.284925 -0.732561 0.283094 -0.732404 0.294384 -0.732248 0.308541 -0.732091 0.319722 -0.731934 0.326986 -0.731777 0.326293 -0.73162 0.313064 -0.731464 0.29513 -0.731307 0.290109 -0.73115 0.304942 -0.730993 0.325175 -0.730836 0.332495 -0.73068 0.32651 -0.730523 0.323697 -0.730366 0.337527 -0.730209 0.366112 -0.730052 0.395997 -0.729896 0.414167 -0.729739 0.416876 -0.729582 0.409729 -0.729425 0.401123 -0.729268 0.395796 -0.729112 0.393946 -0.728955 0.395715 -0.728798 0.402538 -0.728641 0.415995 -0.728484 0.43435 -0.728328 0.454134 -0.728171 0.470092 -0.728014 0.478022 -0.727857 0.477508 -0.7277 0.472138 -0.727544 0.46304 -0.727387 0.446981 -0.72723 0.425917 -0.727073 0.412253 -0.726916 0.416116 -0.72676 0.430115 -0.726603 0.436058 -0.726446 0.426406 -0.726289 0.410025 -0.726132 0.395352 -0.725976 0.384718 -0.725819 0.380537 -0.725662 0.388848 -0.725505 0.406404 -0.725348 0.419552 -0.725192 0.422592 -0.725035 0.426669 -0.724878 0.444377 -0.724721 0.47149 -0.724564 0.495041 -0.724408 0.506561 -0.724251 0.502608 -0.724094 0.48096 -0.723937 0.448846 -0.72378 0.426637 -0.723624 0.429873 -0.723467 0.451972 -0.72331 0.474908 -0.723153 0.492256 -0.722996 0.50992 -0.72284 0.527551 -0.722683 0.53641 -0.722526 0.532394 -0.722369 0.520498 -0.722212 0.505762 -0.722055 0.488163 -0.721899 0.468922 -0.721742 0.449252 -0.721585 0.425228 -0.721428 0.394934 -0.721271 0.369212 -0.721115 0.364162 -0.720958 0.381963 -0.720801 0.408525 -0.720644 0.432415 -0.720487 0.452681 -0.720331 0.468528 -0.720174 0.474928 -0.720017 0.473093 -0.71986 0.473498 -0.719703 0.479906 -0.719547 0.480916 -0.71939 0.463457 -0.719233 0.427647 -0.719076 0.382147 -0.718919 0.335785 -0.718763 0.30109 -0.718606 0.295343 -0.718449 0.325551 -0.718292 0.375413 -0.718135 0.4174 -0.717979 0.436769 -0.717822 0.435709 -0.717665 0.421825 -0.717508 0.402307 -0.717351 0.387776 -0.717195 0.390202 -0.717038 0.410917 -0.716881 0.436962 -0.716724 0.451941 -0.716567 0.449578 -0.716411 0.43704 -0.716254 0.427103 -0.716097 0.427427 -0.71594 0.435667 -0.715783 0.443689 -0.715627 0.44732 -0.71547 0.448115 -0.715313 0.44746 -0.715156 0.44346 -0.714999 0.437387 -0.714843 0.437655 -0.714686 0.451086 -0.714529 0.474005 -0.714372 0.49477 -0.714215 0.503988 -0.714059 0.49883 -0.713902 0.48146 -0.713745 0.460757 -0.713588 0.451215 -0.713431 0.461156 -0.713275 0.480619 -0.713118 0.487718 -0.712961 0.472264 -0.712804 0.447812 -0.712647 0.438934 -0.712491 0.457255 -0.712334 0.493205 -0.712177 0.528024 -0.71202 0.549979 -0.711863 0.55894 -0.711707 0.558165 -0.71155 0.546612 -0.711393 0.522403 -0.711236 0.490275 -0.711079 0.460119 -0.710923 0.437994 -0.710766 0.420209 -0.710609 0.401157 -0.710452 0.382616 -0.710295 0.373684 -0.710138 0.379369 -0.709982 0.394113 -0.709825 0.407508 -0.709668 0.415368 -0.709511 0.424152 -0.709354 0.439425 -0.709198 0.453508 -0.709041 0.45072 -0.708884 0.427946 -0.708727 0.403752 -0.70857 0.398402 -0.708414 0.408163 -0.708257 0.411777 -0.7081 0.39888 -0.707943 0.382698 -0.707786 0.377833 -0.70763 0.3823 -0.707473 0.385325 -0.707316 0.383588 -0.707159 0.377818 -0.707002 0.363407 -0.706846 0.339264 -0.706689 0.321454 -0.706532 0.332621 -0.706375 0.373901 -0.706218 0.419946 -0.706062 0.44486 -0.705905 0.445842 -0.705748 0.436033 -0.705591 0.425461 -0.705434 0.414225 -0.705278 0.401088 -0.705121 0.388139 -0.704964 0.377656 -0.704807 0.371185 -0.70465 0.368881 -0.704494 0.369037 -0.704337 0.365826 -0.70418 0.353518 -0.704023 0.333612 -0.703866 0.315733 -0.70371 0.309307 -0.703553 0.316238 -0.703396 0.332647 -0.703239 0.355731 -0.703082 0.384063 -0.702926 0.412088 -0.702769 0.429569 -0.702612 0.430292 -0.702455 0.420821 -0.702298 0.414449 -0.702142 0.419052 -0.701985 0.431963 -0.701828 0.449495 -0.701671 0.471922 -0.701514 0.498647 -0.701358 0.522749 -0.701201 0.534351 -0.701044 0.52828 -0.700887 0.505293 -0.70073 0.469683 -0.700574 0.428911 -0.700417 0.393231 -0.70026 0.372931 -0.700103 0.373074 -0.699946 0.392661 -0.69979 0.42311 -0.699633 0.449496 -0.699476 0.460211 -0.699319 0.458623 -0.699162 0.461037 -0.699006 0.476629 -0.698849 0.495055 -0.698692 0.499076 -0.698535 0.486937 -0.698378 0.471938 -0.698221 0.461895 -0.698065 0.449222 -0.697908 0.424846 -0.697751 0.395346 -0.697594 0.377758 -0.697437 0.380599 -0.697281 0.394871 -0.697124 0.406043 -0.696967 0.409641 -0.69681 0.409742 -0.696653 0.406789 -0.696497 0.393584 -0.69634 0.370056 -0.696183 0.35243 -0.696026 0.35741 -0.695869 0.379435 -0.695713 0.396466 -0.695556 0.398479 -0.695399 0.398488 -0.695242 0.410388 -0.695085 0.428567 -0.694929 0.438757 -0.694772 0.437257 -0.694615 0.427181 -0.694458 0.407371 -0.694301 0.378577 -0.694145 0.354512 -0.693988 0.350968 -0.693831 0.363557 -0.693674 0.375136 -0.693517 0.382002 -0.693361 0.396113 -0.693204 0.418465 -0.693047 0.432644 -0.69289 0.431969 -0.692733 0.43522 -0.692577 0.461324 -0.69242 0.501103 -0.692263 0.528663 -0.692106 0.532799 -0.691949 0.521789 -0.691793 0.504025 -0.691636 0.480992 -0.691479 0.457954 -0.691322 0.445967 -0.691165 0.447141 -0.691009 0.448895 -0.690852 0.439229 -0.690695 0.422295 -0.690538 0.412578 -0.690381 0.41678 -0.690225 0.426291 -0.690068 0.425778 -0.689911 0.409081 -0.689754 0.386766 -0.689597 0.378043 -0.689441 0.392816 -0.689284 0.421697 -0.689127 0.445134 -0.68897 0.45116 -0.688813 0.440787 -0.688657 0.418497 -0.6885 0.385248 -0.688343 0.343692 -0.688186 0.305368 -0.688029 0.28557 -0.687873 0.290632 -0.687716 0.312224 -0.687559 0.336348 -0.687402 0.351869 -0.687245 0.353781 -0.687089 0.341792 -0.686932 0.320365 -0.686775 0.299152 -0.686618 0.288611 -0.686461 0.292499 -0.686304 0.307769 -0.686148 0.329167 -0.685991 0.350648 -0.685834 0.365283 -0.685677 0.366247 -0.68552 0.354977 -0.685364 0.343879 -0.685207 0.346264 -0.68505 0.364667 -0.684893 0.391623 -0.684736 0.419545 -0.68458 0.445316 -0.684423 0.468205 -0.684266 0.485115 -0.684109 0.490385 -0.683952 0.47802 -0.683796 0.44826 -0.683639 0.415862 -0.683482 0.403911 -0.683325 0.422242 -0.683168 0.453927 -0.683012 0.473079 -0.682855 0.473905 -0.682698 0.472063 -0.682541 0.476898 -0.682384 0.476994 -0.682228 0.45907 -0.682071 0.428661 -0.681914 0.403518 -0.681757 0.391646 -0.6816 0.387649 -0.681444 0.385629 -0.681287 0.386001 -0.68113 0.390649 -0.680973 0.398325 -0.680816 0.404928 -0.68066 0.405043 -0.680503 0.395347 -0.680346 0.381827 -0.680189 0.379285 -0.680032 0.396141 -0.679876 0.422118 -0.679719 0.438538 -0.679562 0.437802 -0.679405 0.427455 -0.679248 0.415824 -0.679092 0.403851 -0.678935 0.391351 -0.678778 0.380821 -0.678621 0.373494 -0.678464 0.368115 -0.678308 0.365403 -0.678151 0.368549 -0.677994 0.373688 -0.677837 0.370961 -0.67768 0.357885 -0.677524 0.34444 -0.677367 0.34109 -0.67721 0.345456 -0.677053 0.346192 -0.676896 0.338495 -0.67674 0.326031 -0.676583 0.314937 -0.676426 0.310462 -0.676269 0.320262 -0.676112 0.351173 -0.675956 0.399759 -0.675799 0.448921 -0.675642 0.480011 -0.675485 0.487274 -0.675328 0.480774 -0.675172 0.47496 -0.675015 0.471912 -0.674858 0.46068 -0.674701 0.43233 -0.674544 0.395151 -0.674387 0.368583 -0.674231 0.361225 -0.674074 0.36472 -0.673917 0.371332 -0.67376 0.38642 -0.673603 0.416043 -0.673447 0.445995 -0.67329 0.453535 -0.673133 0.436593 -0.672976 0.419288 -0.672819 0.422799 -0.672663 0.442453 -0.672506 0.459922 -0.672349 0.466411 -0.672192 0.466244 -0.672035 0.462943 -0.671879 0.457818 -0.671722 0.455383 -0.671565 0.459499 -0.671408 0.465358 -0.671251 0.464724 -0.671095 0.461326 -0.670938 0.469785 -0.670781 0.494762 -0.670624 0.522755 -0.670467 0.5374 -0.670311 0.537668 -0.670154 0.533628 -0.669997 0.531902 -0.66984 0.53073 -0.669683 0.528734 -0.669527 0.52955 -0.66937 0.537031 -0.669213 0.550732 -0.669056 0.562763 -0.668899 0.56351 -0.668743 0.547659 -0.668586 0.52103 -0.668429 0.495648 -0.668272 0.478263 -0.668115 0.469039 -0.667959 0.467489 -0.667802 0.474764 -0.667645 0.483598 -0.667488 0.477757 -0.667331 0.449798 -0.667175 0.414704 -0.667018 0.391745 -0.666861 0.38579 -0.666704 0.388111 -0.666547 0.395579 -0.666391 0.41079 -0.666234 0.426476 -0.666077 0.426745 -0.66592 0.407058 -0.665763 0.382321 -0.665607 0.37036 -0.66545 0.376013 -0.665293 0.392994 -0.665136 0.414413 -0.664979 0.431938 -0.664823 0.440076 -0.664666 0.445484 -0.664509 0.461663 -0.664352 0.489555 -0.664195 0.507366 -0.664039 0.496252 -0.663882 0.467257 -0.663725 0.449049 -0.663568 0.455577 -0.663411 0.472428 -0.663255 0.478534 -0.663098 0.469479 -0.662941 0.454306 -0.662784 0.439981 -0.662627 0.426766 -0.66247 0.415146 -0.662314 0.412939 -0.662157 0.430332 -0.662 0.4684 -0.661843 0.512156 -0.661686 0.538982 -0.66153 0.53814 -0.661373 0.519049 -0.661216 0.499211 -0.661059 0.484714 -0.660902 0.468802 -0.660746 0.443704 -0.660589 0.410555 -0.660432 0.374554 -0.660275 0.341287 -0.660118 0.315457 -0.659962 0.300054 -0.659805 0.293044 -0.659648 0.288514 -0.659491 0.28191 -0.659334 0.274298 -0.659178 0.27163 -0.659021 0.281528 -0.658864 0.308143 -0.658707 0.343944 -0.65855 0.370052 -0.658394 0.369683 -0.658237 0.345689 -0.65808 0.320876 -0.657923 0.318733 -0.657766 0.343482 -0.65761 0.379289 -0.657453 0.40622 -0.657296 0.418343 -0.657139 0.426106 -0.656982 0.441531 -0.656826 0.462215 -0.656669 0.474112 -0.656512 0.471156 -0.656355 0.465848 -0.656198 0.473061 -0.656042 0.490736 -0.655885 0.503785 -0.655728 0.503893 -0.655571 0.495661 -0.655414 0.484663 -0.655258 0.46979 -0.655101 0.451268 -0.654944 0.433164 -0.654787 0.413981 -0.65463 0.383195 -0.654474 0.337011 -0.654317 0.290647 -0.65416 0.265808 -0.654003 0.268725 -0.653846 0.28702 -0.65369 0.306113 -0.653533 0.323001 -0.653376 0.345401 -0.653219 0.380604 -0.653062 0.425677 -0.652906 0.463949 -0.652749 0.47466 -0.652592 0.451676 -0.652435 0.411368 -0.652278 0.377726 -0.652122 0.361467 -0.651965 0.355483 -0.651808 0.349291 -0.651651 0.33973 -0.651494 0.329402 -0.651338 0.321477 -0.651181 0.319621 -0.651024 0.32788 -0.650867 0.345508 -0.65071 0.364368 -0.650553 0.376105 -0.650397 0.379879 -0.65024 0.380856 -0.650083 0.382962 -0.649926 0.384325 -0.649769 0.381765 -0.649613 0.376421 -0.649456 0.373796 -0.649299 0.377338 -0.649142 0.381095 -0.648985 0.374342 -0.648829 0.351338 -0.648672 0.317667 -0.648515 0.284584 -0.648358 0.262362 -0.648201 0.257033 -0.648045 0.273451 -0.647888 0.311158 -0.647731 0.362045 -0.647574 0.412499 -0.647417 0.451288 -0.647261 0.475274 -0.647104 0.490158 -0.646947 0.505766 -0.64679 0.527762 -0.646633 0.548828 -0.646477 0.55146 -0.64632 0.526125 -0.646163 0.483446 -0.646006 0.445052 -0.645849 0.419525 -0.645693 0.398252 -0.645536 0.373552 -0.645379 0.353646 -0.645222 0.352519 -0.645065 0.371348 -0.644909 0.396838 -0.644752 0.416296 -0.644595 0.428076 -0.644438 0.438896 -0.644281 0.454479 -0.644125 0.472004 -0.643968 0.481831 -0.643811 0.478059 -0.643654 0.46776 -0.643497 0.465008 -0.643341 0.472664 -0.643184 0.476314 -0.643027 0.462882 -0.64287 0.438349 -0.642713 0.419456 -0.642557 0.410351 -0.6424 0.398589 -0.642243 0.375349 -0.642086 0.349885 -0.641929 0.337751 -0.641773 0.34281 -0.641616 0.356951 -0.641459 0.373392 -0.641302 0.393615 -0.641145 0.421783 -0.640989 0.456138 -0.640832 0.487025 -0.640675 0.502837 -0.640518 0.499589 -0.640361 0.48395 -0.640205 0.465096 -0.640048 0.446543 -0.639891 0.427272 -0.639734 0.411784 -0.639577 0.408904 -0.639421 0.419325 -0.639264 0.431475 -0.639107 0.435269 -0.63895 0.435021 -0.638793 0.441835 -0.638636 0.455481 -0.63848 0.464704 -0.638323 0.461752 -0.638166 0.449965 -0.638009 0.436916 -0.637852 0.426749 -0.637696 0.42212 -0.637539 0.426335 -0.637382 0.439197 -0.637225 0.456299 -0.637068 0.475212 -0.636912 0.497552 -0.636755 0.521481 -0.636598 0.537348 -0.636441 0.537565 -0.636284 0.527965 -0.636128 0.520768 -0.635971 0.518132 -0.635814 0.511043 -0.635657 0.49571 -0.6355 0.481318 -0.635344 0.475714 -0.635187 0.468771 -0.63503 0.442381 -0.634873 0.394358 -0.634716 0.343465 -0.63456 0.307669 -0.634403 0.288086 -0.634246 0.279946 -0.634089 0.287205 -0.633932 0.317508 -0.633776 0.366403 -0.633619 0.41794 -0.633462 0.460274 -0.633305 0.493081 -0.633148 0.519306 -0.632992 0.539133 -0.632835 0.551538 -0.632678 0.552446 -0.632521 0.534325 -0.632364 0.498204 -0.632208 0.466518 -0.632051 0.466051 -0.631894 0.492681 -0.631737 0.509958 -0.63158 0.492739 -0.631424 0.456629 -0.631267 0.430636 -0.63111 0.418292 -0.630953 0.404787 -0.630796 0.392067 -0.63064 0.397849 -0.630483 0.422293 -0.630326 0.44179 -0.630169 0.440404 -0.630012 0.427847 -0.629856 0.417517 -0.629699 0.408529 -0.629542 0.400251 -0.629385 0.404302 -0.629228 0.426428 -0.629072 0.45003 -0.628915 0.454321 -0.628758 0.43898 -0.628601 0.416949 -0.628444 0.390515 -0.628288 0.357338 -0.628131 0.329289 -0.627974 0.325857 -0.627817 0.345764 -0.62766 0.364794 -0.627504 0.365925 -0.627347 0.356478 -0.62719 0.350334 -0.627033 0.347857 -0.626876 0.343331 -0.626719 0.338602 -0.626563 0.33945 -0.626406 0.34426 -0.626249 0.349039 -0.626092 0.359341 -0.625935 0.384269 -0.625779 0.421648 -0.625622 0.457946 -0.625465 0.484195 -0.625308 0.503497 -0.625151 0.519346 -0.624995 0.525437 -0.624838 0.514862 -0.624681 0.494612 -0.624524 0.481963 -0.624367 0.485071 -0.624211 0.494079 -0.624054 0.494364 -0.623897 0.484972 -0.62374 0.478034 -0.623583 0.480799 -0.623427 0.48694 -0.62327 0.486296 -0.623113 0.477552 -0.622956 0.467171 -0.622799 0.458627 -0.622643 0.449457 -0.622486 0.439929 -0.622329 0.437642 -0.622172 0.450844 -0.622015 0.477633 -0.621859 0.507291 -0.621702 0.531439 -0.621545 0.550191 -0.621388 0.566788 -0.621231 0.578075 -0.621075 0.575515 -0.620918 0.556785 -0.620761 0.531933 -0.620604 0.512821 -0.620447 0.500773 -0.620291 0.488299 -0.620134 0.473221 -0.619977 0.463871 -0.61982 0.467454 -0.619663 0.480711 -0.619507 0.493691 -0.61935 0.499759 -0.619193 0.496814 -0.619036 0.483385 -0.618879 0.460274 -0.618723 0.436622 -0.618566 0.427812 -0.618409 0.442742 -0.618252 0.474657 -0.618095 0.504988 -0.617939 0.518521 -0.617782 0.513746 -0.617625 0.500157 -0.617468 0.486086 -0.617311 0.472575 -0.617155 0.458503 -0.616998 0.447371 -0.616841 0.444364 -0.616684 0.448746 -0.616527 0.453244 -0.616371 0.453462 -0.616214 0.452856 -0.616057 0.456443 -0.6159 0.464783 -0.615743 0.473863 -0.615587 0.480724 -0.61543 0.486088 -0.615273 0.493666 -0.615116 0.506301 -0.614959 0.520819 -0.614802 0.527563 -0.614646 0.517989 -0.614489 0.49073 -0.614332 0.449426 -0.614175 0.399789 -0.614018 0.353065 -0.613862 0.328142 -0.613705 0.338304 -0.613548 0.374276 -0.613391 0.412383 -0.613234 0.43794 -0.613078 0.454167 -0.612921 0.466657 -0.612764 0.471905 -0.612607 0.464448 -0.61245 0.446415 -0.612294 0.425014 -0.612137 0.409383 -0.61198 0.409131 -0.611823 0.425317 -0.611666 0.440465 -0.61151 0.432783 -0.611353 0.405014 -0.611196 0.384748 -0.611039 0.388505 -0.610882 0.402922 -0.610726 0.411414 -0.610569 0.418591 -0.610412 0.430387 -0.610255 0.430077 -0.610098 0.398208 -0.609942 0.34978 -0.609785 0.320839 -0.609628 0.323813 -0.609471 0.33797 -0.609314 0.343796 -0.609158 0.342899 -0.609001 0.341603 -0.608844 0.338513 -0.608687 0.334178 -0.60853 0.334206 -0.608374 0.336745 -0.608217 0.332905 -0.60806 0.326702 -0.607903 0.336883 -0.607746 0.371805 -0.60759 0.419496 -0.607433 0.468624 -0.607276 0.521823 -0.607119 0.575078 -0.606962 0.603246 -0.606806 0.584131 -0.606649 0.52886 -0.606492 0.471931 -0.606335 0.436373 -0.606178 0.420399 -0.606022 0.410403 -0.605865 0.397363 -0.605708 0.381973 -0.605551 0.374406 -0.605394 0.384459 -0.605238 0.409059 -0.605081 0.434731 -0.604924 0.455717 -0.604767 0.478431 -0.60461 0.503909 -0.604454 0.51829 -0.604297 0.512082 -0.60414 0.496556 -0.603983 0.48879 -0.603826 0.490795 -0.60367 0.494531 -0.603513 0.498556 -0.603356 0.505841 -0.603199 0.512505 -0.603042 0.513045 -0.602885 0.511607 -0.602729 0.514002 -0.602572 0.513203 -0.602415 0.497777 -0.602258 0.470747 -0.602101 0.445982 -0.601945 0.429681 -0.601788 0.419773 -0.601631 0.417828 -0.601474 0.42553 -0.601317 0.42964 -0.601161 0.41306 -0.601004 0.382609 -0.600847 0.36755 -0.60069 0.383089 -0.600533 0.411149 -0.600377 0.426264 -0.60022 0.425966 -0.600063 0.424636 -0.599906 0.428836 -0.599749 0.431541 -0.599593 0.427005 -0.599436 0.420385 -0.599279 0.422297 -0.599122 0.438567 -0.598965 0.464239 -0.598809 0.485499 -0.598652 0.491078 -0.598495 0.485029 -0.598338 0.482065 -0.598181 0.489802 -0.598025 0.499956 -0.597868 0.501094 -0.597711 0.492437 -0.597554 0.483203 -0.597397 0.481304 -0.597241 0.486929 -0.597084 0.491022 -0.596927 0.479449 -0.59677 0.444467 -0.596613 0.398081 -0.596457 0.362704 -0.5963 0.34736 -0.596143 0.339872 -0.595986 0.32931 -0.595829 0.324679 -0.595673 0.340549 -0.595516 0.3718 -0.595359 0.398894 -0.595202 0.416154 -0.595045 0.437951 -0.594889 0.474113 -0.594732 0.510408 -0.594575 0.524681 -0.594418 0.512527 -0.594261 0.488629 -0.594105 0.46599 -0.593948 0.443011 -0.593791 0.412869 -0.593634 0.378662 -0.593477 0.353125 -0.593321 0.346579 -0.593164 0.357953 -0.593007 0.376525 -0.59285 0.391699 -0.592693 0.39907 -0.592537 0.399633 -0.59238 0.395425 -0.592223 0.387891 -0.592066 0.380244 -0.591909 0.378146 -0.591753 0.385165 -0.591596 0.396174 -0.591439 0.399326 -0.591282 0.386449 -0.591125 0.361125 -0.590968 0.334539 -0.590812 0.315913 -0.590655 0.308276 -0.590498 0.310863 -0.590341 0.320924 -0.590184 0.33028 -0.590028 0.328978 -0.589871 0.314514 -0.589714 0.295323 -0.589557 0.280779 -0.5894 0.272016 -0.589244 0.265768 -0.589087 0.263849 -0.58893 0.272475 -0.588773 0.292169 -0.588616 0.315901 -0.58846 0.338352 -0.588303 0.361588 -0.588146 0.388875 -0.587989 0.416928 -0.587832 0.437168 -0.587676 0.443997 -0.587519 0.43856 -0.587362 0.425591 -0.587205 0.410111 -0.587048 0.398451 -0.586892 0.399598 -0.586735 0.420043 -0.586578 0.456765 -0.586421 0.497568 -0.586264 0.530741 -0.586108 0.552942 -0.585951 0.564708 -0.585794 0.563301 -0.585637 0.547549 -0.58548 0.529012 -0.585324 0.526362 -0.585167 0.543733 -0.58501 0.562846 -0.584853 0.564811 -0.584696 0.552983 -0.58454 0.543838 -0.584383 0.541165 -0.584226 0.530508 -0.584069 0.501708 -0.583912 0.465217 -0.583756 0.442238 -0.583599 0.445865 -0.583442 0.471908 -0.583285 0.503642 -0.583128 0.520621 -0.582972 0.51092 -0.582815 0.480451 -0.582658 0.448499 -0.582501 0.430381 -0.582344 0.425416 -0.582188 0.421765 -0.582031 0.409481 -0.581874 0.388761 -0.581717 0.370206 -0.58156 0.367602 -0.581404 0.38744 -0.581247 0.421237 -0.58109 0.451926 -0.580933 0.468366 -0.580776 0.470035 -0.58062 0.459915 -0.580463 0.439345 -0.580306 0.413237 -0.580149 0.393332 -0.579992 0.392292 -0.579836 0.415146 -0.579679 0.456696 -0.579522 0.503935 -0.579365 0.539467 -0.579208 0.550154 -0.579051 0.535976 -0.578895 0.508099 -0.578738 0.476316 -0.578581 0.443913 -0.578424 0.415292 -0.578267 0.400516 -0.578111 0.405946 -0.577954 0.426656 -0.577797 0.453389 -0.57764 0.482488 -0.577483 0.512474 -0.577327 0.534577 -0.57717 0.537314 -0.577013 0.519727 -0.576856 0.494263 -0.576699 0.475162 -0.576543 0.468596 -0.576386 0.471517 -0.576229 0.474815 -0.576072 0.468332 -0.575915 0.448847 -0.575759 0.424108 -0.575602 0.404371 -0.575445 0.391085 -0.575288 0.378015 -0.575131 0.363462 -0.574975 0.353122 -0.574818 0.350972 -0.574661 0.353923 -0.574504 0.357906 -0.574347 0.362716 -0.574191 0.368194 -0.574034 0.374026 -0.573877 0.388335 -0.57372 0.428566 -0.573563 0.501916 -0.573407 0.585328 -0.57325 0.637607 -0.573093 0.637234 -0.572936 0.601345 -0.572779 0.564072 -0.572623 0.54252 -0.572466 0.531992 -0.572309 0.525163 -0.572152 0.522975 -0.571995 0.522744 -0.571839 0.511809 -0.571682 0.481497 -0.571525 0.442319 -0.571368 0.414301 -0.571211 0.402312 -0.571055 0.393515 -0.570898 0.378888 -0.570741 0.365773 -0.570584 0.363567 -0.570427 0.365683 -0.570271 0.357398 -0.570114 0.338071 -0.569957 0.326141 -0.5698 0.341169 -0.569643 0.383512 -0.569487 0.434068 -0.56933 0.469588 -0.569173 0.477451 -0.569016 0.461361 -0.568859 0.437271 -0.568703 0.421319 -0.568546 0.420241 -0.568389 0.428764 -0.568232 0.436234 -0.568075 0.436179 -0.567919 0.4309 -0.567762 0.430068 -0.567605 0.442234 -0.567448 0.464688 -0.567291 0.4847 -0.567134 0.494743 -0.566978 0.501434 -0.566821 0.516454 -0.566664 0.539322 -0.566507 0.558348 -0.56635 0.567535 -0.566194 0.573894 -0.566037 0.582788 -0.56588 0.583959 -0.565723 0.563307 -0.565566 0.524765 -0.56541 0.49178 -0.565253 0.483807 -0.565096 0.498056 -0.564939 0.51606 -0.564782 0.524367 -0.564626 0.5241 -0.564469 0.524256 -0.564312 0.531209 -0.564155 0.54517 -0.563998 0.561479 -0.563842 0.573875 -0.563685 0.576912 -0.563528 0.569164 -0.563371 0.553783 -0.563214 0.535758 -0.563058 0.516963 -0.562901 0.495522 -0.562744 0.470072 -0.562587 0.445273 -0.56243 0.429682 -0.562274 0.427476 -0.562117 0.43185 -0.56196 0.430623 -0.561803 0.419129 -0.561646 0.405138 -0.56149 0.400481 -0.561333 0.410293 -0.561176 0.429764 -0.561019 0.451735 -0.560862 0.471814 -0.560706 0.490031 -0.560549 0.507347 -0.560392 0.523617 -0.560235 0.539348 -0.560078 0.558269 -0.559922 0.585594 -0.559765 0.620143 -0.559608 0.648957 -0.559451 0.655218 -0.559294 0.634099 -0.559138 0.597246 -0.558981 0.56153 -0.558824 0.53418 -0.558667 0.511783 -0.55851 0.48791 -0.558354 0.459387 -0.558197 0.430085 -0.55804 0.412361 -0.557883 0.419409 -0.557726 0.44945 -0.55757 0.482099 -0.557413 0.497466 -0.557256 0.496276 -0.557099 0.492455 -0.556942 0.489657 -0.556786 0.477003 -0.556629 0.448585 -0.556472 0.416443 -0.556315 0.396082 -0.556158 0.390737 -0.556002 0.392431 -0.555845 0.391968 -0.555688 0.382335 -0.555531 0.361275 -0.555374 0.337778 -0.555217 0.330064 -0.555061 0.348525 -0.554904 0.385182 -0.554747 0.425557 -0.55459 0.463882 -0.554433 0.50053 -0.554277 0.527093 -0.55412 0.528828 -0.553963 0.502085 -0.553806 0.462272 -0.553649 0.432517 -0.553493 0.427159 -0.553336 0.443526 -0.553179 0.467223 -0.553022 0.486459 -0.552865 0.504682 -0.552709 0.53352 -0.552552 0.570945 -0.552395 0.595788 -0.552238 0.591463 -0.552081 0.567377 -0.551925 0.544938 -0.551768 0.530698 -0.551611 0.515908 -0.551454 0.499772 -0.551297 0.49581 -0.551141 0.510859 -0.550984 0.533703 -0.550827 0.549074 -0.55067 0.552409 -0.550513 0.545563 -0.550357 0.528561 -0.5502 0.503587 -0.550043 0.477744 -0.549886 0.457832 -0.549729 0.44564 -0.549573 0.441394 -0.549416 0.444603 -0.549259 0.448684 -0.549102 0.441866 -0.548945 0.420178 -0.548789 0.39392 -0.548632 0.377934 -0.548475 0.379963 -0.548318 0.399152 -0.548161 0.428194 -0.548005 0.452962 -0.547848 0.460343 -0.547691 0.452554 -0.547534 0.44704 -0.547377 0.456708 -0.547221 0.475365 -0.547064 0.490249 -0.546907 0.497844 -0.54675 0.501417 -0.546593 0.498373 -0.546437 0.483758 -0.54628 0.462739 -0.546123 0.448336 -0.545966 0.445492 -0.545809 0.445928 -0.545653 0.440216 -0.545496 0.42904 -0.545339 0.423442 -0.545182 0.432395 -0.545025 0.452051 -0.544869 0.466437 -0.544712 0.462833 -0.544555 0.444841 -0.544398 0.424946 -0.544241 0.405393 -0.544085 0.375742 -0.543928 0.334701 -0.543771 0.300313 -0.543614 0.290396 -0.543457 0.300439 -0.5433 0.314281 -0.543144 0.328348 -0.542987 0.35047 -0.54283 0.377892 -0.542673 0.39278 -0.542516 0.384199 -0.54236 0.362964 -0.542203 0.350589 -0.542046 0.36 -0.541889 0.388494 -0.541732 0.421357 -0.541576 0.440133 -0.541419 0.435941 -0.541262 0.419903 -0.541105 0.415171 -0.540948 0.433476 -0.540792 0.463351 -0.540635 0.484722 -0.540478 0.488706 -0.540321 0.481351 -0.540164 0.472449 -0.540008 0.465512 -0.539851 0.458886 -0.539694 0.452847 -0.539537 0.452748 -0.53938 0.464751 -0.539224 0.485424 -0.539067 0.499981 -0.53891 0.49494 -0.538753 0.472281 -0.538596 0.445514 -0.53844 0.423874 -0.538283 0.407329 -0.538126 0.395557 -0.537969 0.393395 -0.537812 0.402232 -0.537656 0.41523 -0.537499 0.4261 -0.537342 0.438212 -0.537185 0.45718 -0.537028 0.4768 -0.536872 0.482975 -0.536715 0.472672 -0.536558 0.45985 -0.536401 0.459486 -0.536244 0.469926 -0.536088 0.479803 -0.535931 0.487395 -0.535774 0.503768 -0.535617 0.533758 -0.53546 0.563178 -0.535304 0.574363 -0.535147 0.56829 -0.53499 0.562888 -0.534833 0.570896 -0.534676 0.588787 -0.53452 0.606937 -0.534363 0.62134 -0.534206 0.630195 -0.534049 0.629915 -0.533892 0.619981 -0.533736 0.607134 -0.533579 0.598894 -0.533422 0.594402 -0.533265 0.585199 -0.533108 0.562575 -0.532952 0.52266 -0.532795 0.472888 -0.532638 0.434623 -0.532481 0.428968 -0.532324 0.453886 -0.532168 0.483151 -0.532011 0.495624 -0.531854 0.495458 -0.531697 0.496809 -0.53154 0.498834 -0.531383 0.490727 -0.531227 0.47177 -0.53107 0.452553 -0.530913 0.439656 -0.530756 0.434165 -0.530599 0.440816 -0.530443 0.462657 -0.530286 0.488706 -0.530129 0.503252 -0.529972 0.506011 -0.529815 0.508321 -0.529659 0.50896 -0.529502 0.492472 -0.529345 0.45728 -0.529188 0.424435 -0.529031 0.411449 -0.528875 0.411138 -0.528718 0.407826 -0.528561 0.39885 -0.528404 0.390802 -0.528247 0.386356 -0.528091 0.387797 -0.527934 0.400886 -0.527777 0.42294 -0.52762 0.435149 -0.527463 0.42343 -0.527307 0.399317 -0.52715 0.385646 -0.526993 0.385846 -0.526836 0.381999 -0.526679 0.363575 -0.526523 0.340642 -0.526366 0.327196 -0.526209 0.325864 -0.526052 0.332798 -0.525895 0.34761 -0.525739 0.369693 -0.525582 0.390763 -0.525425 0.399206 -0.525268 0.391245 -0.525111 0.374635 -0.524955 0.361914 -0.524798 0.359772 -0.524641 0.364275 -0.524484 0.365676 -0.524327 0.360486 -0.524171 0.357149 -0.524014 0.366895 -0.523857 0.393129 -0.5237 0.429134 -0.523543 0.464048 -0.523387 0.487262 -0.52323 0.49187 -0.523073 0.480561 -0.522916 0.465889 -0.522759 0.460717 -0.522603 0.468373 -0.522446 0.483985 -0.522289 0.50057 -0.522132 0.510149 -0.521975 0.504327 -0.521819 0.481392 -0.521662 0.451718 -0.521505 0.429082 -0.521348 0.41655 -0.521191 0.407733 -0.521035 0.396772 -0.520878 0.382994 -0.520721 0.366686 -0.520564 0.349497 -0.520407 0.337592 -0.520251 0.33497 -0.520094 0.335577 -0.519937 0.329437 -0.51978 0.317636 -0.519623 0.312362 -0.519466 0.319801 -0.51931 0.333188 -0.519153 0.343942 -0.518996 0.35167 -0.518839 0.358001 -0.518682 0.360862 -0.518526 0.361327 -0.518369 0.367354 -0.518212 0.383359 -0.518055 0.400196 -0.517898 0.405215 -0.517742 0.400597 -0.517585 0.400171 -0.517428 0.411117 -0.517271 0.424564 -0.517114 0.426692 -0.516958 0.412397 -0.516801 0.388379 -0.516644 0.366665 -0.516487 0.356807 -0.51633 0.360837 -0.516174 0.373413 -0.516017 0.390002 -0.51586 0.411137 -0.515703 0.437398 -0.515546 0.462675 -0.51539 0.48037 -0.515233 0.495592 -0.515076 0.519092 -0.514919 0.547361 -0.514762 0.5598 -0.514606 0.543712 -0.514449 0.512995 -0.514292 0.49187 -0.514135 0.483616 -0.513978 0.47131 -0.513822 0.447838 -0.513665 0.428779 -0.513508 0.430534 -0.513351 0.447438 -0.513194 0.461821 -0.513038 0.46681 -0.512881 0.468429 -0.512724 0.468938 -0.512567 0.463187 -0.51241 0.453036 -0.512254 0.45213 -0.512097 0.471783 -0.51194 0.503897 -0.511783 0.527734 -0.511626 0.528938 -0.51147 0.512203 -0.511313 0.495681 -0.511156 0.493578 -0.510999 0.501981 -0.510842 0.502756 -0.510686 0.484513 -0.510529 0.45714 -0.510372 0.440346 -0.510215 0.439431 -0.510058 0.440887 -0.509902 0.430361 -0.509745 0.409116 -0.509588 0.387156 -0.509431 0.36873 -0.509274 0.351485 -0.509118 0.334422 -0.508961 0.321753 -0.508804 0.319235 -0.508647 0.329199 -0.50849 0.348817 -0.508334 0.371269 -0.508177 0.390116 -0.50802 0.404354 -0.507863 0.414871 -0.507706 0.419541 -0.507549 0.41737 -0.507393 0.414541 -0.507236 0.418952 -0.507079 0.42482 -0.506922 0.415524 -0.506765 0.386783 -0.506609 0.357158 -0.506452 0.347684 -0.506295 0.3588 -0.506138 0.378161 -0.505981 0.40078 -0.505825 0.426772 -0.505668 0.446006 -0.505511 0.445511 -0.505354 0.428318 -0.505197 0.415638 -0.505041 0.42182 -0.504884 0.443883 -0.504727 0.473049 -0.50457 0.507019 -0.504413 0.540751 -0.504257 0.560753 -0.5041 0.558695 -0.503943 0.543301 -0.503786 0.531176 -0.503629 0.529056 -0.503473 0.53476 -0.503316 0.547417 -0.503159 0.565744 -0.503002 0.581144 -0.502845 0.581973 -0.502689 0.566341 -0.502532 0.541823 -0.502375 0.513044 -0.502218 0.478503 -0.502061 0.44205 -0.501905 0.415751 -0.501748 0.407795 -0.501591 0.412941 -0.501434 0.422143 -0.501277 0.435608 -0.501121 0.457471 -0.500964 0.478473 -0.500807 0.478005 -0.50065 0.448498 -0.500493 0.411522 -0.500337 0.39787 -0.50018 0.414125 -0.500023 0.436762 -0.499866 0.441146 -0.499709 0.425305 -0.499553 0.402333 -0.499396 0.37739 -0.499239 0.348018 -0.499082 0.320535 -0.498925 0.312744 -0.498769 0.334714 -0.498612 0.375951 -0.498455 0.41972 -0.498298 0.462052 -0.498141 0.507624 -0.497985 0.55294 -0.497828 0.582407 -0.497671 0.587012 -0.497514 0.575893 -0.497357 0.566182 -0.497201 0.564496 -0.497044 0.562278 -0.496887 0.548054 -0.49673 0.518557 -0.496573 0.481091 -0.496417 0.448764 -0.49626 0.43639 -0.496103 0.452244 -0.495946 0.490425 -0.495789 0.532269 -0.495632 0.559114 -0.495476 0.566364 -0.495319 0.560006 -0.495162 0.544868 -0.495005 0.522882 -0.494848 0.5019 -0.494692 0.496094 -0.494535 0.51233 -0.494378 0.538175 -0.494221 0.551424 -0.494064 0.539184 -0.493908 0.507002 -0.493751 0.472632 -0.493594 0.453434 -0.493437 0.45589 -0.49328 0.470256 -0.493124 0.479338 -0.492967 0.477294 -0.49281 0.477233 -0.492653 0.493515 -0.492496 0.522678 -0.49234 0.548522 -0.492183 0.563511 -0.492026 0.571272 -0.491869 0.570615 -0.491712 0.551381 -0.491556 0.512786 -0.491399 0.470475 -0.491242 0.437521 -0.491085 0.409347 -0.490928 0.375616 -0.490772 0.343501 -0.490615 0.331987 -0.490458 0.350114 -0.490301 0.387547 -0.490144 0.428419 -0.489988 0.462235 -0.489831 0.483057 -0.489674 0.488027 -0.489517 0.4826 -0.48936 0.478059 -0.489204 0.481156 -0.489047 0.48855 -0.48889 0.493767 -0.488733 0.493794 -0.488576 0.487013 -0.48842 0.471838 -0.488263 0.453827 -0.488106 0.445649 -0.487949 0.454438 -0.487792 0.46994 -0.487636 0.475556 -0.487479 0.469157 -0.487322 0.464507 -0.487165 0.469193 -0.487008 0.471184 -0.486852 0.455938 -0.486695 0.431081 -0.486538 0.420792 -0.486381 0.435769 -0.486224 0.458796 -0.486068 0.467255 -0.485911 0.4611 -0.485754 0.458028 -0.485597 0.466317 -0.48544 0.474854 -0.485284 0.470287 -0.485127 0.455534 -0.48497 0.443414 -0.484813 0.441561 -0.484656 0.447998 -0.4845 0.457342 -0.484343 0.464343 -0.484186 0.465213 -0.484029 0.461776 -0.483872 0.461906 -0.483715 0.471544 -0.483559 0.484521 -0.483402 0.488013 -0.483245 0.477591 -0.483088 0.461038 -0.482931 0.447973 -0.482775 0.439754 -0.482618 0.43272 -0.482461 0.424363 -0.482304 0.415469 -0.482147 0.407435 -0.481991 0.404246 -0.481834 0.410741 -0.481677 0.42651 -0.48152 0.441478 -0.481363 0.443926 -0.481207 0.434654 -0.48105 0.428292 -0.480893 0.436567 -0.480736 0.452899 -0.480579 0.457661 -0.480423 0.440217 -0.480266 0.409991 -0.480109 0.383885 -0.479952 0.366798 -0.479795 0.350819 -0.479639 0.330196 -0.479482 0.311438 -0.479325 0.303789 -0.479168 0.306994 -0.479011 0.31464 -0.478855 0.325433 -0.478698 0.343947 -0.478541 0.368584 -0.478384 0.388163 -0.478227 0.394508 -0.478071 0.394197 -0.477914 0.400494 -0.477757 0.413923 -0.4776 0.419269 -0.477443 0.405466 -0.477287 0.384835 -0.47713 0.383169 -0.476973 0.412803 -0.476816 0.459933 -0.476659 0.50107 -0.476503 0.524399 -0.476346 0.532673 -0.476189 0.532023 -0.476032 0.526894 -0.475875 0.523982 -0.475719 0.528044 -0.475562 0.532351 -0.475405 0.521175 -0.475248 0.489092 -0.475091 0.452697 -0.474935 0.434976 -0.474778 0.442995 -0.474621 0.464482 -0.474464 0.483553 -0.474307 0.49096 -0.474151 0.482566 -0.473994 0.457736 -0.473837 0.426481 -0.47368 0.408651 -0.473523 0.418458 -0.473367 0.448912 -0.47321 0.476026 -0.473053 0.480391 -0.472896 0.46408 -0.472739 0.44546 -0.472583 0.438963 -0.472426 0.441161 -0.472269 0.438097 -0.472112 0.423699 -0.471955 0.408125 -0.471798 0.405997 -0.471642 0.421435 -0.471485 0.447446 -0.471328 0.475531 -0.471171 0.500676 -0.471014 0.519079 -0.470858 0.530007 -0.470701 0.539152 -0.470544 0.554005 -0.470387 0.571982 -0.47023 0.581403 -0.470074 0.575882 -0.469917 0.562096 -0.46976 0.547863 -0.469603 0.529981 -0.469446 0.503509 -0.46929 0.476726 -0.469133 0.467357 -0.468976 0.481555 -0.468819 0.506127 -0.468662 0.523447 -0.468506 0.527512 -0.468349 0.523716 -0.468192 0.518704 -0.468035 0.51713 -0.467878 0.523475 -0.467722 0.538689 -0.467565 0.559812 -0.467408 0.581433 -0.467251 0.599924 -0.467094 0.610917 -0.466938 0.609055 -0.466781 0.592815 -0.466624 0.568128 -0.466467 0.543032 -0.46631 0.520608 -0.466154 0.501681 -0.465997 0.4901 -0.46584 0.487927 -0.465683 0.48869 -0.465526 0.484838 -0.46537 0.479982 -0.465213 0.484868 -0.465056 0.500495 -0.464899 0.512713 -0.464742 0.510434 -0.464586 0.499312 -0.464429 0.490814 -0.464272 0.486002 -0.464115 0.477973 -0.463958 0.466076 -0.463802 0.458871 -0.463645 0.461789 -0.463488 0.471511 -0.463331 0.482743 -0.463174 0.491488 -0.463018 0.492479 -0.462861 0.481414 -0.462704 0.46242 -0.462547 0.448367 -0.46239 0.447744 -0.462234 0.456753 -0.462077 0.465202 -0.46192 0.467129 -0.461763 0.463873 -0.461606 0.460567 -0.46145 0.463917 -0.461293 0.477533 -0.461136 0.495199 -0.460979 0.503164 -0.460822 0.493686 -0.460666 0.474147 -0.460509 0.459344 -0.460352 0.455158 -0.460195 0.457829 -0.460038 0.465415 -0.459881 0.479346 -0.459725 0.494234 -0.459568 0.495137 -0.459411 0.473359 -0.459254 0.441668 -0.459097 0.424765 -0.458941 0.435243 -0.458784 0.462563 -0.458627 0.48662 -0.45847 0.495531 -0.458313 0.489255 -0.458157 0.469756 -0.458 0.438521 -0.457843 0.400651 -0.457686 0.368182 -0.457529 0.354668 -0.457373 0.366217 -0.457216 0.396887 -0.457059 0.430375 -0.456902 0.448378 -0.456745 0.443166 -0.456589 0.423828 -0.456432 0.407918 -0.456275 0.404798 -0.456118 0.41046 -0.455961 0.415261 -0.455805 0.413924 -0.455648 0.405648 -0.455491 0.393006 -0.455334 0.383376 -0.455177 0.385816 -0.455021 0.40267 -0.454864 0.424843 -0.454707 0.442402 -0.45455 0.453979 -0.454393 0.463038 -0.454237 0.46929 -0.45408 0.47199 -0.453923 0.475426 -0.453766 0.484511 -0.453609 0.495716 -0.453453 0.500044 -0.453296 0.495763 -0.453139 0.489871 -0.452982 0.487978 -0.452825 0.489282 -0.452669 0.49006 -0.452512 0.485479 -0.452355 0.471495 -0.452198 0.453083 -0.452041 0.445992 -0.451885 0.458904 -0.451728 0.476767 -0.451571 0.475905 -0.451414 0.457411 -0.451257 0.447186 -0.451101 0.461503 -0.450944 0.488242 -0.450787 0.509073 -0.45063 0.522385 -0.450473 0.5336 -0.450317 0.539478 -0.45016 0.535843 -0.450003 0.531931 -0.449846 0.537412 -0.449689 0.546305 -0.449533 0.54641 -0.449376 0.538359 -0.449219 0.528733 -0.449062 0.513395 -0.448905 0.484358 -0.448749 0.449501 -0.448592 0.426407 -0.448435 0.41757 -0.448278 0.41097 -0.448121 0.402751 -0.447964 0.402144 -0.447808 0.411081 -0.447651 0.417969 -0.447494 0.417882 -0.447337 0.421073 -0.44718 0.433768 -0.447024 0.446516 -0.446867 0.45158 -0.44671 0.457401 -0.446553 0.476372 -0.446396 0.507653 -0.44624 0.540956 -0.446083 0.56995 -0.445926 0.590718 -0.445769 0.596608 -0.445612 0.585404 -0.445456 0.565178 -0.445299 0.545864 -0.445142 0.529427 -0.444985 0.517901 -0.444828 0.518943 -0.444672 0.532493 -0.444515 0.539571 -0.444358 0.519799 -0.444201 0.477401 -0.444044 0.436565 -0.443888 0.412672 -0.443731 0.39969 -0.443574 0.385853 -0.443417 0.36985 -0.44326 0.358066 -0.443104 0.357164 -0.442947 0.372779 -0.44279 0.406523 -0.442633 0.449093 -0.442476 0.484035 -0.44232 0.501165 -0.442163 0.504134 -0.442006 0.501027 -0.441849 0.49635 -0.441692 0.492268 -0.441536 0.493402 -0.441379 0.503037 -0.441222 0.516855 -0.441065 0.523417 -0.440908 0.513375 -0.440752 0.488459 -0.440595 0.461484 -0.440438 0.447218 -0.440281 0.448872 -0.440124 0.454508 -0.439968 0.45069 -0.439811 0.436422 -0.439654 0.421525 -0.439497 0.412215 -0.43934 0.405665 -0.439184 0.397389 -0.439027 0.389142 -0.43887 0.385465 -0.438713 0.388349 -0.438556 0.396587 -0.4384 0.407503 -0.438243 0.417398 -0.438086 0.423606 -0.437929 0.427787 -0.437772 0.43299 -0.437616 0.435107 -0.437459 0.424748 -0.437302 0.40019 -0.437145 0.374572 -0.436988 0.364631 -0.436832 0.374091 -0.436675 0.392159 -0.436518 0.405977 -0.436361 0.409856 -0.436204 0.405358 -0.436047 0.399597 -0.435891 0.401363 -0.435734 0.414603 -0.435577 0.431658 -0.43542 0.438969 -0.435263 0.430101 -0.435107 0.411878 -0.43495 0.396445 -0.434793 0.389726 -0.434636 0.390794 -0.434479 0.399022 -0.434323 0.417614 -0.434166 0.44833 -0.434009 0.485392 -0.433852 0.51528 -0.433695 0.524881 -0.433539 0.510397 -0.433382 0.480303 -0.433225 0.448652 -0.433068 0.425374 -0.432911 0.410903 -0.432755 0.399681 -0.432598 0.386257 -0.432441 0.371047 -0.432284 0.359116 -0.432127 0.353891 -0.431971 0.352587 -0.431814 0.349896 -0.431657 0.346556 -0.4315 0.350809 -0.431343 0.368282 -0.431187 0.392817 -0.43103 0.413548 -0.430873 0.429634 -0.430716 0.448571 -0.430559 0.469125 -0.430403 0.478665 -0.430246 0.472362 -0.430089 0.465524 -0.429932 0.476684 -0.429775 0.503419 -0.429619 0.525816 -0.429462 0.530718 -0.429305 0.522093 -0.429148 0.508317 -0.428991 0.491215 -0.428835 0.469386 -0.428678 0.441071 -0.428521 0.40362 -0.428364 0.360186 -0.428207 0.329442 -0.428051 0.334994 -0.427894 0.377963 -0.427737 0.430979 -0.42758 0.464681 -0.427423 0.473387 -0.427267 0.469612 -0.42711 0.464288 -0.426953 0.461866 -0.426796 0.463681 -0.426639 0.46507 -0.426483 0.456167 -0.426326 0.437415 -0.426169 0.42599 -0.426012 0.436817 -0.425855 0.462981 -0.425699 0.488755 -0.425542 0.511214 -0.425385 0.534061 -0.425228 0.549239 -0.425071 0.543406 -0.424915 0.522579 -0.424758 0.507676 -0.424601 0.506126 -0.424444 0.504339 -0.424287 0.493163 -0.42413 0.480577 -0.423974 0.47523 -0.423817 0.471591 -0.42366 0.460614 -0.423503 0.441257 -0.423346 0.415287 -0.42319 0.384115 -0.423033 0.355769 -0.422876 0.342681 -0.422719 0.346294 -0.422562 0.357774 -0.422406 0.37681 -0.422249 0.410938 -0.422092 0.45174 -0.421935 0.471928 -0.421778 0.461125 -0.421622 0.444292 -0.421465 0.447667 -0.421308 0.46406 -0.421151 0.470813 -0.420994 0.468674 -0.420838 0.477468 -0.420681 0.499863 -0.420524 0.514813 -0.420367 0.508038 -0.42021 0.489225 -0.420054 0.475316 -0.419897 0.470987 -0.41974 0.469613 -0.419583 0.46469 -0.419426 0.455548 -0.41927 0.450027 -0.419113 0.455645 -0.418956 0.465553 -0.418799 0.461284 -0.418642 0.436442 -0.418486 0.409536 -0.418329 0.399447 -0.418172 0.401096 -0.418015 0.399991 -0.417858 0.399629 -0.417702 0.410998 -0.417545 0.4207 -0.417388 0.400606 -0.417231 0.349781 -0.417074 0.301878 -0.416918 0.283361 -0.416761 0.286493 -0.416604 0.29263 -0.416447 0.298852 -0.41629 0.31033 -0.416134 0.324434 -0.415977 0.339697 -0.41582 0.363554 -0.415663 0.396629 -0.415506 0.421635 -0.41535 0.423625 -0.415193 0.414659 -0.415036 0.419599 -0.414879 0.44262 -0.414722 0.462251 -0.414566 0.460142 -0.414409 0.442857 -0.414252 0.432743 -0.414095 0.443193 -0.413938 0.466269 -0.413782 0.480617 -0.413625 0.473756 -0.413468 0.45453 -0.413311 0.442544 -0.413154 0.445487 -0.412998 0.453232 -0.412841 0.452541 -0.412684 0.440781 -0.412527 0.424433 -0.41237 0.413671 -0.412213 0.4198 -0.412057 0.446276 -0.4119 0.478857 -0.411743 0.493968 -0.411586 0.484398 -0.411429 0.46549 -0.411273 0.453673 -0.411116 0.448356 -0.410959 0.442728 -0.410802 0.437797 -0.410645 0.434219 -0.410489 0.423159 -0.410332 0.399179 -0.410175 0.37689 -0.410018 0.379131 -0.409861 0.409398 -0.409705 0.44825 -0.409548 0.476501 -0.409391 0.492096 -0.409234 0.504953 -0.409077 0.521636 -0.408921 0.538823 -0.408764 0.545625 -0.408607 0.532877 -0.40845 0.504663 -0.408293 0.478911 -0.408137 0.470799 -0.40798 0.479906 -0.407823 0.495631 -0.407666 0.51185 -0.407509 0.527626 -0.407353 0.538745 -0.407196 0.536804 -0.407039 0.519143 -0.406882 0.493152 -0.406725 0.468989 -0.406569 0.451508 -0.406412 0.437901 -0.406255 0.422215 -0.406098 0.402612 -0.405941 0.384832 -0.405785 0.376463 -0.405628 0.375421 -0.405471 0.372741 -0.405314 0.364914 -0.405157 0.356892 -0.405001 0.349351 -0.404844 0.335622 -0.404687 0.315619 -0.40453 0.30244 -0.404373 0.305227 -0.404217 0.314185 -0.40406 0.313477 -0.403903 0.303655 -0.403746 0.298947 -0.403589 0.306132 -0.403433 0.32062 -0.403276 0.338244 -0.403119 0.358961 -0.402962 0.377427 -0.402805 0.383688 -0.402649 0.37696 -0.402492 0.370455 -0.402335 0.377395 -0.402178 0.395065 -0.402021 0.410048 -0.401865 0.414722 -0.401708 0.416194 -0.401551 0.42736 -0.401394 0.450029 -0.401237 0.470164 -0.401081 0.474845 -0.400924 0.468397 -0.400767 0.462708 -0.40061 0.455674 -0.400453 0.43535 -0.400296 0.407859 -0.40014 0.401124 -0.399983 0.427405 -0.399826 0.460696 -0.399669 0.466837 -0.399512 0.445919 -0.399356 0.423398 -0.399199 0.411048 -0.399042 0.399757 -0.398885 0.386786 -0.398728 0.385874 -0.398572 0.405302 -0.398415 0.43487 -0.398258 0.46143 -0.398101 0.480912 -0.397944 0.491817 -0.397788 0.492557 -0.397631 0.490787 -0.397474 0.502048 -0.397317 0.529761 -0.39716 0.558781 -0.397004 0.574201 -0.396847 0.576732 -0.39669 0.572637 -0.396533 0.56057 -0.396376 0.537429 -0.39622 0.509094 -0.396063 0.485545 -0.395906 0.471503 -0.395749 0.465108 -0.395592 0.46281 -0.395436 0.460368 -0.395279 0.456414 -0.395122 0.457683 -0.394965 0.472815 -0.394808 0.498686 -0.394652 0.517839 -0.394495 0.517336 -0.394338 0.502866 -0.394181 0.490664 -0.394024 0.491986 -0.393868 0.506044 -0.393711 0.521847 -0.393554 0.523977 -0.393397 0.504535 -0.39324 0.473198 -0.393084 0.447941 -0.392927 0.434266 -0.39277 0.423482 -0.392613 0.410905 -0.392456 0.404943 -0.3923 0.41198 -0.392143 0.425312 -0.391986 0.437981 -0.391829 0.454321 -0.391672 0.479632 -0.391516 0.505054 -0.391359 0.516072 -0.391202 0.511308 -0.391045 0.503625 -0.390888 0.503768 -0.390732 0.509794 -0.390575 0.511752 -0.390418 0.501523 -0.390261 0.480521 -0.390104 0.458096 -0.389948 0.440462 -0.389791 0.421061 -0.389634 0.389984 -0.389477 0.351903 -0.38932 0.32504 -0.389164 0.318959 -0.389007 0.323302 -0.38885 0.324341 -0.388693 0.31974 -0.388536 0.310964 -0.388379 0.295546 -0.388223 0.276983 -0.388066 0.27115 -0.387909 0.288662 -0.387752 0.317854 -0.387595 0.337295 -0.387439 0.341363 -0.387282 0.340985 -0.387125 0.344049 -0.386968 0.348905 -0.386811 0.353668 -0.386655 0.359142 -0.386498 0.362631 -0.386341 0.360515 -0.386184 0.3564 -0.386027 0.358005 -0.385871 0.365789 -0.385714 0.372666 -0.385557 0.37454 -0.3854 0.376395 -0.385243 0.384952 -0.385087 0.402768 -0.38493 0.42509 -0.384773 0.440695 -0.384616 0.437827 -0.384459 0.417285 -0.384303 0.396 -0.384146 0.38853 -0.383989 0.391137 -0.383832 0.391277 -0.383675 0.38859 -0.383519 0.392859 -0.383362 0.405655 -0.383205 0.415624 -0.383048 0.412983 -0.382891 0.39923 -0.382735 0.380475 -0.382578 0.362367 -0.382421 0.350935 -0.382264 0.349953 -0.382107 0.353165 -0.381951 0.350659 -0.381794 0.343688 -0.381637 0.342942 -0.38148 0.351593 -0.381323 0.358062 -0.381167 0.351907 -0.38101 0.337403 -0.380853 0.325515 -0.380696 0.320144 -0.380539 0.318549 -0.380383 0.319646 -0.380226 0.325834 -0.380069 0.339072 -0.379912 0.360238 -0.379755 0.388379 -0.379599 0.418378 -0.379442 0.440472 -0.379285 0.44793 -0.379128 0.442808 -0.378971 0.432504 -0.378815 0.42323 -0.378658 0.417803 -0.378501 0.417735 -0.378344 0.425189 -0.378187 0.440452 -0.378031 0.458459 -0.377874 0.468266 -0.377717 0.459891 -0.37756 0.436477 -0.377403 0.414351 -0.377247 0.406801 -0.37709 0.409855 -0.376933 0.408754 -0.376776 0.397835 -0.376619 0.385392 -0.376462 0.381895 -0.376306 0.390386 -0.376149 0.40958 -0.375992 0.435439 -0.375835 0.461528 -0.375678 0.479563 -0.375522 0.486559 -0.375365 0.485498 -0.375208 0.479129 -0.375051 0.468231 -0.374894 0.45501 -0.374738 0.445078 -0.374581 0.443333 -0.374424 0.45034 -0.374267 0.463902 -0.37411 0.479356 -0.373954 0.491817 -0.373797 0.500808 -0.37364 0.509984 -0.373483 0.517427 -0.373326 0.511795 -0.37317 0.484655 -0.373013 0.445785 -0.372856 0.413352 -0.372699 0.39335 -0.372542 0.379038 -0.372386 0.369033 -0.372229 0.370559 -0.372072 0.383078 -0.371915 0.395479 -0.371758 0.40602 -0.371602 0.42865 -0.371445 0.467342 -0.371288 0.50036 -0.371131 0.504186 -0.370974 0.486369 -0.370818 0.476122 -0.370661 0.48657 -0.370504 0.503007 -0.370347 0.506791 -0.37019 0.496229 -0.370034 0.477721 -0.369877 0.450774 -0.36972 0.412967 -0.369563 0.37223 -0.369406 0.343689 -0.36925 0.335333 -0.369093 0.342216 -0.368936 0.355432 -0.368779 0.374301 -0.368622 0.403813 -0.368466 0.4417 -0.368309 0.472954 -0.368152 0.481333 -0.367995 0.465589 -0.367838 0.440673 -0.367682 0.421975 -0.367525 0.41399 -0.367368 0.412759 -0.367211 0.41382 -0.367054 0.413437 -0.366898 0.407362 -0.366741 0.396786 -0.366584 0.390473 -0.366427 0.396421 -0.36627 0.41055 -0.366114 0.422045 -0.365957 0.426456 -0.3658 0.430241 -0.365643 0.439116 -0.365486 0.448732 -0.36533 0.450749 -0.365173 0.441976 -0.365016 0.427242 -0.364859 0.411846 -0.364702 0.399615 -0.364545 0.393233 -0.364389 0.394829 -0.364232 0.401519 -0.364075 0.404655 -0.363918 0.399057 -0.363761 0.392374 -0.363605 0.399121 -0.363448 0.423144 -0.363291 0.451683 -0.363134 0.46984 -0.362977 0.475961 -0.362821 0.476301 -0.362664 0.470319 -0.362507 0.453817 -0.36235 0.436296 -0.362193 0.438013 -0.362037 0.46377 -0.36188 0.489539 -0.361723 0.4868 -0.361566 0.456538 -0.361409 0.426334 -0.361253 0.417714 -0.361096 0.425158 -0.360939 0.431057 -0.360782 0.428687 -0.360625 0.425442 -0.360469 0.42782 -0.360312 0.432133 -0.360155 0.430029 -0.359998 0.419398 -0.359841 0.406381 -0.359685 0.399006 -0.359528 0.402526 -0.359371 0.420182 -0.359214 0.450962 -0.359057 0.485787 -0.358901 0.509445 -0.358744 0.513178 -0.358587 0.503952 -0.35843 0.49565 -0.358273 0.495369 -0.358117 0.501259 -0.35796 0.511149 -0.357803 0.522653 -0.357646 0.525651 -0.357489 0.507063 -0.357333 0.469893 -0.357176 0.435936 -0.357019 0.423115 -0.356862 0.426796 -0.356705 0.430766 -0.356549 0.430901 -0.356392 0.435022 -0.356235 0.443854 -0.356078 0.445808 -0.355921 0.433235 -0.355765 0.414706 -0.355608 0.404797 -0.355451 0.407911 -0.355294 0.416722 -0.355137 0.423498 -0.354981 0.428856 -0.354824 0.439048 -0.354667 0.457085 -0.35451 0.476267 -0.354353 0.484116 -0.354197 0.474726 -0.35404 0.455592 -0.353883 0.440227 -0.353726 0.434769 -0.353569 0.435848 -0.353413 0.438284 -0.353256 0.441585 -0.353099 0.447312 -0.352942 0.45512 -0.352785 0.461144 -0.352628 0.458156 -0.352472 0.437554 -0.352315 0.397756 -0.352158 0.350264 -0.352001 0.314981 -0.351844 0.305161 -0.351688 0.317087 -0.351531 0.338308 -0.351374 0.361727 -0.351217 0.390105 -0.35106 0.427412 -0.350904 0.467988 -0.350747 0.497364 -0.35059 0.504377 -0.350433 0.493443 -0.350276 0.480559 -0.35012 0.476309 -0.349963 0.475269 -0.349806 0.463967 -0.349649 0.439926 -0.349492 0.417128 -0.349336 0.409499 -0.349179 0.416368 -0.349022 0.425802 -0.348865 0.430322 -0.348708 0.431021 -0.348552 0.429723 -0.348395 0.42533 -0.348238 0.420917 -0.348081 0.427439 -0.347924 0.45404 -0.347768 0.496058 -0.347611 0.538128 -0.347454 0.568575 -0.347297 0.584099 -0.34714 0.582544 -0.346984 0.562846 -0.346827 0.536088 -0.34667 0.523416 -0.346513 0.537192 -0.346356 0.5652 -0.3462 0.584624 -0.346043 0.587514 -0.345886 0.584883 -0.345729 0.587842 -0.345572 0.592998 -0.345416 0.589778 -0.345259 0.575069 -0.345102 0.553413 -0.344945 0.533142 -0.344788 0.518026 -0.344632 0.50642 -0.344475 0.493476 -0.344318 0.479272 -0.344161 0.470668 -0.344004 0.469731 -0.343848 0.463487 -0.343691 0.438593 -0.343534 0.406141 -0.343377 0.397343 -0.34322 0.426124 -0.343064 0.469485 -0.342907 0.492124 -0.34275 0.483961 -0.342593 0.460908 -0.342436 0.440406 -0.34228 0.428273 -0.342123 0.425909 -0.341966 0.433731 -0.341809 0.447064 -0.341652 0.455895 -0.341496 0.457233 -0.341339 0.458413 -0.341182 0.467303 -0.341025 0.481596 -0.340868 0.488694 -0.340711 0.476012 -0.340555 0.442586 -0.340398 0.403962 -0.340241 0.38095 -0.340084 0.377805 -0.339927 0.376859 -0.339771 0.360991 -0.339614 0.335888 -0.339457 0.322369 -0.3393 0.330369 -0.339143 0.351409 -0.338987 0.375782 -0.33883 0.403051 -0.338673 0.433211 -0.338516 0.461043 -0.338359 0.482353 -0.338203 0.498491 -0.338046 0.50842 -0.337889 0.503968 -0.337732 0.47929 -0.337575 0.441153 -0.337419 0.403955 -0.337262 0.378866 -0.337105 0.369329 -0.336948 0.37222 -0.336791 0.379709 -0.336635 0.383117 -0.336478 0.379433 -0.336321 0.372148 -0.336164 0.365541 -0.336007 0.361888 -0.335851 0.364607 -0.335694 0.376869 -0.335537 0.394447 -0.33538 0.406647 -0.335223 0.409008 -0.335067 0.409057 -0.33491 0.413748 -0.334753 0.415877 -0.334596 0.400029 -0.334439 0.36176 -0.334283 0.31352 -0.334126 0.274645 -0.333969 0.259156 -0.333812 0.271153 -0.333655 0.306459 -0.333499 0.353364 -0.333342 0.397166 -0.333185 0.426235 -0.333028 0.437143 -0.332871 0.432516 -0.332715 0.416719 -0.332558 0.392906 -0.332401 0.365356 -0.332244 0.343781 -0.332087 0.34165 -0.331931 0.36289 -0.331774 0.393781 -0.331617 0.411649 -0.33146 0.406963 -0.331303 0.389743 -0.331147 0.375853 -0.33099 0.370169 -0.330833 0.367572 -0.330676 0.364736 -0.330519 0.366186 -0.330363 0.378211 -0.330206 0.398585 -0.330049 0.415867 -0.329892 0.419125 -0.329735 0.409947 -0.329579 0.401573 -0.329422 0.400666 -0.329265 0.395775 -0.329108 0.374136 -0.328951 0.347613 -0.328794 0.345792 -0.328638 0.378762 -0.328481 0.418776 -0.328324 0.431597 -0.328167 0.416238 -0.32801 0.398993 -0.327854 0.396068 -0.327697 0.399364 -0.32754 0.398085 -0.327383 0.397 -0.327226 0.403211 -0.32707 0.409309 -0.326913 0.399888 -0.326756 0.374157 -0.326599 0.348015 -0.326442 0.33514 -0.326286 0.333375 -0.326129 0.331425 -0.325972 0.324448 -0.325815 0.318585 -0.325658 0.322465 -0.325502 0.336845 -0.325345 0.355161 -0.325188 0.370801 -0.325031 0.382203 -0.324874 0.39121 -0.324718 0.399681 -0.324561 0.409815 -0.324404 0.423958 -0.324247 0.44078 -0.32409 0.453558 -0.323934 0.454267 -0.323777 0.441844 -0.32362 0.425221 -0.323463 0.41923 -0.323306 0.434702 -0.32315 0.467825 -0.322993 0.497384 -0.322836 0.500697 -0.322679 0.476825 -0.322522 0.449488 -0.322366 0.441815 -0.322209 0.450602 -0.322052 0.45344 -0.321895 0.437506 -0.321738 0.413323 -0.321582 0.401548 -0.321425 0.416626 -0.321268 0.461027 -0.321111 0.52259 -0.320954 0.572807 -0.320798 0.583157 -0.320641 0.551338 -0.320484 0.506574 -0.320327 0.478921 -0.32017 0.471431 -0.320014 0.467867 -0.319857 0.460208 -0.3197 0.453433 -0.319543 0.449707 -0.319386 0.442315 -0.31923 0.428491 -0.319073 0.414375 -0.318916 0.405394 -0.318759 0.397692 -0.318602 0.387303 -0.318446 0.377486 -0.318289 0.372515 -0.318132 0.371961 -0.317975 0.372849 -0.317818 0.375673 -0.317662 0.380328 -0.317505 0.384174 -0.317348 0.389554 -0.317191 0.405066 -0.317034 0.432854 -0.316877 0.45729 -0.316721 0.459363 -0.316564 0.438774 -0.316407 0.416927 -0.31625 0.414932 -0.316093 0.434274 -0.315937 0.457978 -0.31578 0.464594 -0.315623 0.445424 -0.315466 0.414541 -0.315309 0.400919 -0.315153 0.418514 -0.314996 0.448135 -0.314839 0.457501 -0.314682 0.44446 -0.314525 0.444948 -0.314369 0.489371 -0.314212 0.561029 -0.314055 0.61181 -0.313898 0.616043 -0.313741 0.591929 -0.313585 0.569512 -0.313428 0.551864 -0.313271 0.517738 -0.313114 0.458412 -0.312957 0.396338 -0.312801 0.364735 -0.312644 0.373919 -0.312487 0.40521 -0.31233 0.435606 -0.312173 0.458278 -0.312017 0.477611 -0.31186 0.492306 -0.311703 0.494658 -0.311546 0.48331 -0.311389 0.468414 -0.311233 0.460185 -0.311076 0.459605 -0.310919 0.461055 -0.310762 0.45737 -0.310605 0.441141 -0.310449 0.408864 -0.310292 0.369268 -0.310135 0.341202 -0.309978 0.334763 -0.309821 0.342475 -0.309665 0.351606 -0.309508 0.361265 -0.309351 0.377033 -0.309194 0.395761 -0.309037 0.407776 -0.308881 0.41193 -0.308724 0.417586 -0.308567 0.432827 -0.30841 0.457218 -0.308253 0.486092 -0.308097 0.512704 -0.30794 0.526552 -0.307783 0.523498 -0.307626 0.518547 -0.307469 0.535297 -0.307313 0.574615 -0.307156 0.607981 -0.306999 0.609491 -0.306842 0.585823 -0.306685 0.564185 -0.306529 0.55641 -0.306372 0.55 -0.306215 0.532269 -0.306058 0.509086 -0.305901 0.497052 -0.305745 0.504307 -0.305588 0.523621 -0.305431 0.538884 -0.305274 0.538123 -0.305117 0.521125 -0.30496 0.498266 -0.304804 0.479885 -0.304647 0.466655 -0.30449 0.454558 -0.304333 0.444916 -0.304176 0.445682 -0.30402 0.46051 -0.303863 0.483973 -0.303706 0.508105 -0.303549 0.528036 -0.303392 0.539558 -0.303236 0.533544 -0.303079 0.504734 -0.302922 0.464679 -0.302765 0.440803 -0.302608 0.454437 -0.302452 0.499271 -0.302295 0.545111 -0.302138 0.56742 -0.301981 0.56659 -0.301824 0.558248 -0.301668 0.548324 -0.301511 0.527986 -0.301354 0.493494 -0.301197 0.458492 -0.30104 0.439276 -0.300884 0.435424 -0.300727 0.433778 -0.30057 0.429074 -0.300413 0.429804 -0.300256 0.442971 -0.3001 0.463851 -0.299943 0.483443 -0.299786 0.500407 -0.299629 0.517472 -0.299472 0.531586 -0.299316 0.534378 -0.299159 0.52201 -0.299002 0.501056 -0.298845 0.482898 -0.298688 0.471998 -0.298532 0.462107 -0.298375 0.444423 -0.298218 0.420363 -0.298061 0.405487 -0.297904 0.415816 -0.297748 0.448988 -0.297591 0.485512 -0.297434 0.508356 -0.297277 0.518957 -0.29712 0.527792 -0.296964 0.537318 -0.296807 0.542431 -0.29665 0.544479 -0.296493 0.552987 -0.296336 0.568772 -0.29618 0.577297 -0.296023 0.565797 -0.295866 0.540598 -0.295709 0.518809 -0.295552 0.507452 -0.295396 0.50085 -0.295239 0.49713 -0.295082 0.503012 -0.294925 0.519238 -0.294768 0.532147 -0.294612 0.528935 -0.294455 0.516124 -0.294298 0.513786 -0.294141 0.529766 -0.293984 0.548372 -0.293828 0.545754 -0.293671 0.511566 -0.293514 0.457155 -0.293357 0.407126 -0.2932 0.383047 -0.293043 0.390613 -0.292887 0.419013 -0.29273 0.448735 -0.292573 0.463234 -0.292416 0.452761 -0.292259 0.42013 -0.292103 0.382661 -0.291946 0.36578 -0.291789 0.380995 -0.291632 0.413264 -0.291475 0.436194 -0.291319 0.441008 -0.291162 0.436446 -0.291005 0.426044 -0.290848 0.400356 -0.290691 0.360225 -0.290535 0.330921 -0.290378 0.337563 -0.290221 0.37321 -0.290064 0.407201 -0.289907 0.420491 -0.289751 0.419976 -0.289594 0.418091 -0.289437 0.414711 -0.28928 0.404748 -0.289123 0.390732 -0.288967 0.378689 -0.28881 0.368853 -0.288653 0.359858 -0.288496 0.357884 -0.288339 0.37309 -0.288183 0.407139 -0.288026 0.448187 -0.287869 0.478822 -0.287712 0.485465 -0.287555 0.46583 -0.287399 0.432079 -0.287242 0.405148 -0.287085 0.399589 -0.286928 0.413323 -0.286771 0.436682 -0.286615 0.465312 -0.286458 0.499183 -0.286301 0.531344 -0.286144 0.548709 -0.285987 0.549524 -0.285831 0.550957 -0.285674 0.569951 -0.285517 0.601101 -0.28536 0.618707 -0.285203 0.603842 -0.285047 0.564285 -0.28489 0.527428 -0.284733 0.515708 -0.284576 0.528332 -0.284419 0.545467 -0.284263 0.547998 -0.284106 0.532626 -0.283949 0.509766 -0.283792 0.489722 -0.283635 0.474252 -0.283479 0.460473 -0.283322 0.448211 -0.283165 0.440655 -0.283008 0.441264 -0.282851 0.452777 -0.282695 0.475781 -0.282538 0.503284 -0.282381 0.522184 -0.282224 0.524623 -0.282067 0.516736 -0.281911 0.509084 -0.281754 0.50209 -0.281597 0.487403 -0.28144 0.463407 -0.281283 0.440978 -0.281126 0.430187 -0.28097 0.430497 -0.280813 0.437226 -0.280656 0.44779 -0.280499 0.459244 -0.280342 0.465443 -0.280186 0.466158 -0.280029 0.472464 -0.279872 0.49324 -0.279715 0.519781 -0.279558 0.53208 -0.279402 0.518655 -0.279245 0.484244 -0.279088 0.440906 -0.278931 0.396578 -0.278774 0.357611 -0.278618 0.330064 -0.278461 0.317581 -0.278304 0.320786 -0.278147 0.336271 -0.27799 0.354291 -0.277834 0.360037 -0.277677 0.346979 -0.27752 0.329588 -0.277363 0.329772 -0.277206 0.351815 -0.27705 0.378363 -0.276893 0.394553 -0.276736 0.404138 -0.276579 0.414979 -0.276422 0.420905 -0.276266 0.41249 -0.276109 0.397189 -0.275952 0.393101 -0.275795 0.403894 -0.275638 0.413937 -0.275482 0.412446 -0.275325 0.407512 -0.275168 0.411475 -0.275011 0.421922 -0.274854 0.427033 -0.274698 0.422582 -0.274541 0.414539 -0.274384 0.407136 -0.274227 0.400008 -0.27407 0.394308 -0.273914 0.391995 -0.273757 0.390814 -0.2736 0.386807 -0.273443 0.381941 -0.273286 0.381253 -0.27313 0.37881 -0.272973 0.361822 -0.272816 0.332466 -0.272659 0.315288 -0.272502 0.330096 -0.272346 0.367226 -0.272189 0.402954 -0.272032 0.432481 -0.271875 0.469966 -0.271718 0.519132 -0.271562 0.56269 -0.271405 0.585287 -0.271248 0.590667 -0.271091 0.585429 -0.270934 0.562668 -0.270778 0.514862 -0.270621 0.454177 -0.270464 0.403949 -0.270307 0.374439 -0.27015 0.358739 -0.269994 0.347685 -0.269837 0.33627 -0.26968 0.319917 -0.269523 0.297667 -0.269366 0.280708 -0.269209 0.283117 -0.269053 0.302571 -0.268896 0.320084 -0.268739 0.323058 -0.268582 0.318415 -0.268425 0.322917 -0.268269 0.346976 -0.268112 0.389892 -0.267955 0.439884 -0.267798 0.477482 -0.267641 0.487626 -0.267485 0.472231 -0.267328 0.446609 -0.267171 0.424867 -0.267014 0.413687 -0.266857 0.416541 -0.266701 0.431783 -0.266544 0.446813 -0.266387 0.448262 -0.26623 0.441481 -0.266073 0.447008 -0.265917 0.472252 -0.26576 0.497655 -0.265603 0.499118 -0.265446 0.475665 -0.265289 0.447334 -0.265133 0.433578 -0.264976 0.439655 -0.264819 0.457631 -0.264662 0.473179 -0.264505 0.476149 -0.264349 0.469075 -0.264192 0.4629 -0.264035 0.462612 -0.263878 0.465564 -0.263721 0.472526 -0.263565 0.486595 -0.263408 0.498651 -0.263251 0.489737 -0.263094 0.45581 -0.262937 0.416842 -0.262781 0.393704 -0.262624 0.388169 -0.262467 0.394538 -0.26231 0.413842 -0.262153 0.441715 -0.261997 0.456285 -0.26184 0.439109 -0.261683 0.400224 -0.261526 0.365374 -0.261369 0.342858 -0.261213 0.322181 -0.261056 0.29811 -0.260899 0.277643 -0.260742 0.264903 -0.260585 0.258775 -0.260429 0.265057 -0.260272 0.292425 -0.260115 0.334119 -0.259958 0.3706 -0.259801 0.394378 -0.259645 0.416276 -0.259488 0.44265 -0.259331 0.462355 -0.259174 0.463107 -0.259017 0.448544 -0.258861 0.433146 -0.258704 0.430451 -0.258547 0.447541 -0.25839 0.48003 -0.258233 0.508039 -0.258077 0.510808 -0.25792 0.490638 -0.257763 0.469781 -0.257606 0.459955 -0.257449 0.44838 -0.257292 0.421888 -0.257136 0.389136 -0.256979 0.370244 -0.256822 0.373819 -0.256665 0.395565 -0.256508 0.427654 -0.256352 0.458099 -0.256195 0.470897 -0.256038 0.460438 -0.255881 0.441581 -0.255724 0.433217 -0.255568 0.435315 -0.255411 0.435203 -0.255254 0.431606 -0.255097 0.43914 -0.25494 0.466875 -0.254784 0.502772 -0.254627 0.524964 -0.25447 0.522952 -0.254313 0.504308 -0.254156 0.483204 -0.254 0.466982 -0.253843 0.454379 -0.253686 0.44625 -0.253529 0.449656 -0.253372 0.465608 -0.253216 0.478839 -0.253059 0.471436 -0.252902 0.449846 -0.252745 0.442638 -0.252588 0.465864 -0.252432 0.500599 -0.252275 0.516545 -0.252118 0.506597 -0.251961 0.487816 -0.251804 0.472826 -0.251648 0.457971 -0.251491 0.436502 -0.251334 0.41201 -0.251177 0.394675 -0.25102 0.391416 -0.250864 0.401156 -0.250707 0.414466 -0.25055 0.418766 -0.250393 0.4102 -0.250236 0.397588 -0.25008 0.389675 -0.249923 0.380626 -0.249766 0.360023 -0.249609 0.333284 -0.249452 0.320047 -0.249296 0.329889 -0.249139 0.351008 -0.248982 0.367305 -0.248825 0.376607 -0.248668 0.387535 -0.248512 0.404213 -0.248355 0.424152 -0.248198 0.44486 -0.248041 0.464873 -0.247884 0.477234 -0.247728 0.471097 -0.247571 0.4416 -0.247414 0.397539 -0.247257 0.358707 -0.2471 0.345024 -0.246944 0.364922 -0.246787 0.410023 -0.24663 0.457259 -0.246473 0.480819 -0.246316 0.467739 -0.24616 0.428033 -0.246003 0.388143 -0.245846 0.370298 -0.245689 0.374541 -0.245532 0.381546 -0.245375 0.375435 -0.245219 0.361454 -0.245062 0.357751 -0.244905 0.372657 -0.244748 0.395559 -0.244591 0.410051 -0.244435 0.411108 -0.244278 0.407573 -0.244121 0.409895 -0.243964 0.419074 -0.243807 0.428029 -0.243651 0.433804 -0.243494 0.445016 -0.243337 0.471899 -0.24318 0.508239 -0.243023 0.531282 -0.242867 0.524087 -0.24271 0.49568 -0.242553 0.471778 -0.242396 0.466467 -0.242239 0.471711 -0.242083 0.474821 -0.241926 0.47711 -0.241769 0.489157 -0.241612 0.513944 -0.241455 0.542886 -0.241299 0.566327 -0.241142 0.58085 -0.240985 0.584482 -0.240828 0.572689 -0.240671 0.544052 -0.240515 0.508936 -0.240358 0.484521 -0.240201 0.477845 -0.240044 0.476485 -0.239887 0.460502 -0.239731 0.42497 -0.239574 0.387505 -0.239417 0.372428 -0.23926 0.388103 -0.239103 0.420916 -0.238947 0.448563 -0.23879 0.455201 -0.238633 0.439152 -0.238476 0.410908 -0.238319 0.386091 -0.238163 0.374191 -0.238006 0.371425 -0.237849 0.366857 -0.237692 0.357461 -0.237535 0.35317 -0.237379 0.363184 -0.237222 0.379772 -0.237065 0.386034 -0.236908 0.378677 -0.236751 0.374769 -0.236595 0.388798 -0.236438 0.412659 -0.236281 0.426769 -0.236124 0.428237 -0.235967 0.432741 -0.235811 0.449835 -0.235654 0.470769 -0.235497 0.485825 -0.23534 0.501336 -0.235183 0.524418 -0.235027 0.542106 -0.23487 0.531578 -0.234713 0.489293 -0.234556 0.437379 -0.234399 0.398722 -0.234243 0.379856 -0.234086 0.378586 -0.233929 0.394438 -0.233772 0.424446 -0.233615 0.458745 -0.233458 0.487513 -0.233302 0.505942 -0.233145 0.509211 -0.232988 0.492508 -0.232831 0.462373 -0.232674 0.43722 -0.232518 0.427853 -0.232361 0.426496 -0.232204 0.423289 -0.232047 0.424316 -0.23189 0.440284 -0.231734 0.462574 -0.231577 0.468806 -0.23142 0.450668 -0.231263 0.422592 -0.231106 0.402085 -0.23095 0.390766 -0.230793 0.381219 -0.230636 0.371052 -0.230479 0.36332 -0.230322 0.359865 -0.230166 0.361746 -0.230009 0.372652 -0.229852 0.39828 -0.229695 0.440863 -0.229538 0.495713 -0.229382 0.5509 -0.229225 0.590229 -0.229068 0.601743 -0.228911 0.585776 -0.228754 0.554884 -0.228598 0.528165 -0.228441 0.521274 -0.228284 0.536015 -0.228127 0.555965 -0.22797 0.557679 -0.227814 0.536595 -0.227657 0.514293 -0.2275 0.510382 -0.227343 0.515528 -0.227186 0.503453 -0.22703 0.467382 -0.226873 0.426824 -0.226716 0.39708 -0.226559 0.371512 -0.226402 0.342146 -0.226246 0.317591 -0.226089 0.307525 -0.225932 0.303442 -0.225775 0.292679 -0.225618 0.28479 -0.225462 0.301355 -0.225305 0.341983 -0.225148 0.378674 -0.224991 0.38942 -0.224834 0.381478 -0.224678 0.375445 -0.224521 0.380812 -0.224364 0.39524 -0.224207 0.416983 -0.22405 0.443501 -0.223894 0.464316 -0.223737 0.467976 -0.22358 0.45812 -0.223423 0.45122 -0.223266 0.457433 -0.22311 0.470841 -0.222953 0.477711 -0.222796 0.470285 -0.222639 0.449811 -0.222482 0.424966 -0.222326 0.40928 -0.222169 0.412178 -0.222012 0.427864 -0.221855 0.437997 -0.221698 0.43114 -0.221541 0.415096 -0.221385 0.405857 -0.221228 0.406774 -0.221071 0.407545 -0.220914 0.400428 -0.220757 0.387835 -0.220601 0.3772 -0.220444 0.374365 -0.220287 0.384891 -0.22013 0.409848 -0.219973 0.439342 -0.219817 0.456426 -0.21966 0.453037 -0.219503 0.435609 -0.219346 0.412753 -0.219189 0.388272 -0.219033 0.367842 -0.218876 0.361463 -0.218719 0.367007 -0.218562 0.364447 -0.218405 0.337841 -0.218249 0.300343 -0.218092 0.282371 -0.217935 0.297599 -0.217778 0.333565 -0.217621 0.372833 -0.217465 0.407053 -0.217308 0.431354 -0.217151 0.44257 -0.216994 0.449479 -0.216837 0.468519 -0.216681 0.499445 -0.216524 0.519438 -0.216367 0.512187 -0.21621 0.488591 -0.216053 0.467768 -0.215897 0.448875 -0.21574 0.420935 -0.215583 0.389517 -0.215426 0.373452 -0.215269 0.377295 -0.215113 0.386643 -0.214956 0.393178 -0.214799 0.40284 -0.214642 0.414759 -0.214485 0.413101 -0.214329 0.391792 -0.214172 0.371959 -0.214015 0.377454 -0.213858 0.40209 -0.213701 0.416687 -0.213545 0.40336 -0.213388 0.368868 -0.213231 0.329573 -0.213074 0.298754 -0.212917 0.289311 -0.212761 0.31148 -0.212604 0.360466 -0.212447 0.416711 -0.21229 0.462314 -0.212133 0.491101 -0.211977 0.501967 -0.21182 0.495056 -0.211663 0.478662 -0.211506 0.469766 -0.211349 0.476067 -0.211193 0.485282 -0.211036 0.482215 -0.210879 0.469837 -0.210722 0.463961 -0.210565 0.4717 -0.210409 0.486204 -0.210252 0.50016 -0.210095 0.511848 -0.209938 0.517135 -0.209781 0.508365 -0.209624 0.486239 -0.209468 0.46511 -0.209311 0.458615 -0.209154 0.466999 -0.208997 0.480832 -0.20884 0.493087 -0.208684 0.501577 -0.208527 0.504455 -0.20837 0.502239 -0.208213 0.500561 -0.208056 0.507102 -0.2079 0.522195 -0.207743 0.53752 -0.207586 0.544877 -0.207429 0.543147 -0.207272 0.538153 -0.207116 0.535877 -0.206959 0.538087 -0.206802 0.541707 -0.206645 0.540932 -0.206488 0.529908 -0.206332 0.506666 -0.206175 0.477208 -0.206018 0.456578 -0.205861 0.45769 -0.205704 0.474924 -0.205548 0.485168 -0.205391 0.472069 -0.205234 0.446183 -0.205077 0.430497 -0.20492 0.430487 -0.204764 0.431695 -0.204607 0.425314 -0.20445 0.420785 -0.204293 0.427114 -0.204136 0.435986 -0.20398 0.434403 -0.203823 0.423977 -0.203666 0.41496 -0.203509 0.410096 -0.203352 0.40714 -0.203196 0.41071 -0.203039 0.427517 -0.202882 0.453533 -0.202725 0.47688 -0.202568 0.492413 -0.202412 0.502851 -0.202255 0.507996 -0.202098 0.505224 -0.201941 0.500291 -0.201784 0.502167 -0.201628 0.508239 -0.201471 0.506233 -0.201314 0.494657 -0.201157 0.486621 -0.201 0.48987 -0.200844 0.496143 -0.200687 0.497402 -0.20053 0.498404 -0.200373 0.505355 -0.200216 0.51307 -0.20006 0.514119 -0.199903 0.512218 -0.199746 0.5139 -0.199589 0.514939 -0.199432 0.50809 -0.199276 0.49856 -0.199119 0.498475 -0.198962 0.506565 -0.198805 0.508541 -0.198648 0.498322 -0.198492 0.489156 -0.198335 0.496421 -0.198178 0.518865 -0.198021 0.54045 -0.197864 0.546507 -0.197707 0.533284 -0.197551 0.506728 -0.197394 0.477766 -0.197237 0.457205 -0.19708 0.450078 -0.196923 0.452509 -0.196767 0.455598 -0.19661 0.452295 -0.196453 0.442635 -0.196296 0.432317 -0.196139 0.425371 -0.195983 0.41991 -0.195826 0.413368 -0.195669 0.412554 -0.195512 0.429558 -0.195355 0.464986 -0.195199 0.502485 -0.195042 0.526038 -0.194885 0.537923 -0.194728 0.551254 -0.194571 0.567996 -0.194415 0.577897 -0.194258 0.575704 -0.194101 0.568407 -0.193944 0.560577 -0.193787 0.546424 -0.193631 0.523608 -0.193474 0.505908 -0.193317 0.508868 -0.19316 0.528722 -0.193003 0.543897 -0.192847 0.538818 -0.19269 0.517114 -0.192533 0.493672 -0.192376 0.479049 -0.192219 0.476166 -0.192063 0.482992 -0.191906 0.495548 -0.191749 0.511448 -0.191592 0.530953 -0.191435 0.553957 -0.191279 0.575263 -0.191122 0.586501 -0.190965 0.583953 -0.190808 0.571052 -0.190651 0.552709 -0.190495 0.534127 -0.190338 0.524483 -0.190181 0.533984 -0.190024 0.560257 -0.189867 0.583627 -0.189711 0.58478 -0.189554 0.565305 -0.189397 0.543906 -0.18924 0.532469 -0.189083 0.524392 -0.188927 0.508457 -0.18877 0.486695 -0.188613 0.47253 -0.188456 0.473257 -0.188299 0.480964 -0.188143 0.479638 -0.187986 0.460524 -0.187829 0.429749 -0.187672 0.405688 -0.187515 0.404428 -0.187359 0.425091 -0.187202 0.450855 -0.187045 0.468026 -0.186888 0.479641 -0.186731 0.496509 -0.186575 0.517667 -0.186418 0.527266 -0.186261 0.516074 -0.186104 0.496078 -0.185947 0.489171 -0.18579 0.503354 -0.185634 0.525799 -0.185477 0.538817 -0.18532 0.535908 -0.185163 0.523585 -0.185006 0.510563 -0.18485 0.500817 -0.184693 0.492497 -0.184536 0.481523 -0.184379 0.468166 -0.184222 0.458867 -0.184066 0.460378 -0.183909 0.469467 -0.183752 0.474125 -0.183595 0.464761 -0.183438 0.443683 -0.183282 0.420695 -0.183125 0.402578 -0.182968 0.392113 -0.182811 0.391602 -0.182654 0.401689 -0.182498 0.41632 -0.182341 0.427844 -0.182184 0.43813 -0.182027 0.456978 -0.18187 0.487486 -0.181714 0.51883 -0.181557 0.53987 -0.1814 0.551563 -0.181243 0.561998 -0.181086 0.570528 -0.18093 0.569791 -0.180773 0.5588 -0.180616 0.544418 -0.180459 0.530785 -0.180302 0.514402 -0.180146 0.495193 -0.179989 0.483248 -0.179832 0.486653 -0.179675 0.50093 -0.179518 0.514515 -0.179362 0.523181 -0.179205 0.532601 -0.179048 0.547618 -0.178891 0.564272 -0.178734 0.575474 -0.178578 0.580628 -0.178421 0.587506 -0.178264 0.60278 -0.178107 0.622597 -0.17795 0.63589 -0.177794 0.637269 -0.177637 0.634324 -0.17748 0.633825 -0.177323 0.627124 -0.177166 0.597523 -0.17701 0.545238 -0.176853 0.495105 -0.176696 0.473554 -0.176539 0.483101 -0.176382 0.502883 -0.176226 0.511688 -0.176069 0.50255 -0.175912 0.48149 -0.175755 0.459599 -0.175598 0.447238 -0.175442 0.446862 -0.175285 0.451265 -0.175128 0.454335 -0.174971 0.45993 -0.174814 0.476149 -0.174658 0.496979 -0.174501 0.501866 -0.174344 0.478079 -0.174187 0.438917 -0.17403 0.41254 -0.173873 0.41282 -0.173717 0.428277 -0.17356 0.437061 -0.173403 0.431604 -0.173246 0.420203 -0.173089 0.412384 -0.172933 0.410084 -0.172776 0.409663 -0.172619 0.410412 -0.172462 0.413596 -0.172305 0.420801 -0.172149 0.436082 -0.171992 0.463997 -0.171835 0.498946 -0.171678 0.52156 -0.171521 0.51822 -0.171365 0.499541 -0.171208 0.490017 -0.171051 0.495905 -0.170894 0.501546 -0.170737 0.497863 -0.170581 0.500049 -0.170424 0.524925 -0.170267 0.560356 -0.17011 0.577417 -0.169953 0.564568 -0.169797 0.535962 -0.16964 0.507637 -0.169483 0.484567 -0.169326 0.471722 -0.169169 0.477432 -0.169013 0.500864 -0.168856 0.523191 -0.168699 0.524195 -0.168542 0.501712 -0.168385 0.469658 -0.168229 0.443266 -0.168072 0.431307 -0.167915 0.434555 -0.167758 0.447231 -0.167601 0.458793 -0.167445 0.463316 -0.167288 0.462806 -0.167131 0.462206 -0.166974 0.4601 -0.166817 0.450907 -0.166661 0.434269 -0.166504 0.417119 -0.166347 0.409987 -0.16619 0.416853 -0.166033 0.433718 -0.165877 0.450123 -0.16572 0.456674 -0.165563 0.454263 -0.165406 0.453436 -0.165249 0.465256 -0.165093 0.490979 -0.164936 0.518585 -0.164779 0.529064 -0.164622 0.509809 -0.164465 0.468659 -0.164309 0.429802 -0.164152 0.411888 -0.163995 0.410727 -0.163838 0.40853 -0.163681 0.398284 -0.163525 0.391065 -0.163368 0.398337 -0.163211 0.416627 -0.163054 0.43635 -0.162897 0.456527 -0.162741 0.481553 -0.162584 0.505145 -0.162427 0.508308 -0.16227 0.479411 -0.162113 0.431178 -0.161956 0.38967 -0.1618 0.368221 -0.161643 0.357266 -0.161486 0.342542 -0.161329 0.326437 -0.161172 0.325159 -0.161016 0.346401 -0.160859 0.379831 -0.160702 0.409435 -0.160545 0.428136 -0.160388 0.436994 -0.160232 0.436659 -0.160075 0.428797 -0.159918 0.419982 -0.159761 0.418921 -0.159604 0.428973 -0.159448 0.449032 -0.159291 0.476837 -0.159134 0.505335 -0.158977 0.521306 -0.15882 0.517321 -0.158664 0.503374 -0.158507 0.498129 -0.15835 0.507999 -0.158193 0.520545 -0.158036 0.518292 -0.15788 0.493912 -0.157723 0.451913 -0.157566 0.406338 -0.157409 0.374208 -0.157252 0.36461 -0.157096 0.371029 -0.156939 0.377449 -0.156782 0.374452 -0.156625 0.36584 -0.156468 0.361133 -0.156312 0.365748 -0.156155 0.377671 -0.155998 0.389605 -0.155841 0.398232 -0.155684 0.411343 -0.155528 0.43992 -0.155371 0.480298 -0.155214 0.512443 -0.155057 0.528027 -0.1549 0.545659 -0.154744 0.585241 -0.154587 0.634967 -0.15443 0.663167 -0.154273 0.658979 -0.154116 0.640846 -0.15396 0.627041 -0.153803 0.619224 -0.153646 0.61797 -0.153489 0.629301 -0.153332 0.648535 -0.153176 0.656032 -0.153019 0.643786 -0.152862 0.630245 -0.152705 0.63401 -0.152548 0.64931 -0.152392 0.6611 -0.152235 0.671851 -0.152078 0.69997 -0.151921 0.757078 -0.151764 0.841305 -0.151608 0.946014 -0.151451 1.06471 -0.151294 1.19306 -0.151137 1.33339 -0.15098 1.49165 -0.150824 1.6633 -0.150667 1.83046 -0.15051 1.9799 -0.150353 2.1134 -0.150196 2.22891 -0.150039 2.30818 -0.149883 2.33586 -0.149726 2.31927 -0.149569 2.27441 -0.149412 2.20148 -0.149255 2.09301 -0.149099 1.95607 -0.148942 1.80768 -0.148785 1.65641 -0.148628 1.50444 -0.148471 1.36201 -0.148315 1.2399 -0.148158 1.12934 -0.148001 1.01543 -0.147844 0.906423 -0.147687 0.828036 -0.147531 0.785246 -0.147374 0.752747 -0.147217 0.711679 -0.14706 0.674826 -0.146903 0.662688 -0.146747 0.671092 -0.14659 0.676221 -0.146433 0.660966 -0.146276 0.627325 -0.146119 0.58846 -0.145963 0.559383 -0.145806 0.547873 -0.145649 0.544007 -0.145492 0.527014 -0.145335 0.490348 -0.145179 0.454174 -0.145022 0.446251 -0.144865 0.472939 -0.144708 0.515161 -0.144551 0.548944 -0.144395 0.562083 -0.144238 0.556434 -0.144081 0.541451 -0.143924 0.526972 -0.143767 0.51761 -0.143611 0.512375 -0.143454 0.509887 -0.143297 0.51069 -0.14314 0.512651 -0.142983 0.511876 -0.142827 0.509964 -0.14267 0.516027 -0.142513 0.538091 -0.142356 0.573646 -0.142199 0.612089 -0.142043 0.64308 -0.141886 0.658697 -0.141729 0.654433 -0.141572 0.633325 -0.141415 0.607135 -0.141259 0.58885 -0.141102 0.581229 -0.140945 0.576035 -0.140788 0.5648 -0.140631 0.55066 -0.140475 0.54707 -0.140318 0.562356 -0.140161 0.583723 -0.140004 0.585325 -0.139847 0.554717 -0.139691 0.509978 -0.139534 0.480675 -0.139377 0.475437 -0.13922 0.476558 -0.139063 0.466691 -0.138907 0.448454 -0.13875 0.433539 -0.138593 0.423273 -0.138436 0.409056 -0.138279 0.3909 -0.138122 0.38176 -0.137966 0.392688 -0.137809 0.418063 -0.137652 0.440448 -0.137495 0.449022 -0.137338 0.448723 -0.137182 0.448957 -0.137025 0.450425 -0.136868 0.448482 -0.136711 0.447458 -0.136554 0.458312 -0.136398 0.478832 -0.136241 0.489968 -0.136084 0.481376 -0.135927 0.470502 -0.13577 0.48244 -0.135614 0.515299 -0.135457 0.544174 -0.1353 0.555638 -0.135143 0.560945 -0.134986 0.572184 -0.13483 0.581161 -0.134673 0.573167 -0.134516 0.548569 -0.134359 0.521248 -0.134202 0.502771 -0.134046 0.495443 -0.133889 0.495562 -0.133732 0.496413 -0.133575 0.493749 -0.133418 0.492449 -0.133262 0.503194 -0.133105 0.526278 -0.132948 0.545279 -0.132791 0.543841 -0.132634 0.521928 -0.132478 0.492529 -0.132321 0.468617 -0.132164 0.458743 -0.132007 0.468193 -0.13185 0.492353 -0.131694 0.513582 -0.131537 0.514757 -0.13138 0.495227 -0.131223 0.468038 -0.131066 0.443324 -0.13091 0.423288 -0.130753 0.410666 -0.130596 0.410619 -0.130439 0.421774 -0.130282 0.433983 -0.130126 0.438607 -0.129969 0.438377 -0.129812 0.44219 -0.129655 0.45606 -0.129498 0.480356 -0.129342 0.51284 -0.129185 0.54849 -0.129028 0.577518 -0.128871 0.589484 -0.128714 0.580773 -0.128558 0.558521 -0.128401 0.533218 -0.128244 0.511283 -0.128087 0.494117 -0.12793 0.483156 -0.127774 0.480272 -0.127617 0.4825 -0.12746 0.481509 -0.127303 0.471639 -0.127146 0.455866 -0.12699 0.442539 -0.126833 0.437103 -0.126676 0.440917 -0.126519 0.453136 -0.126362 0.469107 -0.126205 0.482163 -0.126049 0.491463 -0.125892 0.502555 -0.125735 0.515779 -0.125578 0.518334 -0.125421 0.498562 -0.125265 0.46499 -0.125108 0.438621 -0.124951 0.429752 -0.124794 0.430995 -0.124637 0.43282 -0.124481 0.432094 -0.124324 0.423833 -0.124167 0.403013 -0.12401 0.378684 -0.123853 0.372828 -0.123697 0.392922 -0.12354 0.417449 -0.123383 0.42033 -0.123226 0.402377 -0.123069 0.387605 -0.122913 0.393817 -0.122756 0.418878 -0.122599 0.45029 -0.122442 0.476674 -0.122285 0.490021 -0.122129 0.489776 -0.121972 0.486778 -0.121815 0.49424 -0.121658 0.513204 -0.121501 0.531928 -0.121345 0.539298 -0.121188 0.534295 -0.121031 0.522406 -0.120874 0.510069 -0.120717 0.503039 -0.120561 0.503671 -0.120404 0.507883 -0.120247 0.509042 -0.12009 0.504311 -0.119933 0.494945 -0.119777 0.479916 -0.11962 0.457174 -0.119463 0.432278 -0.119306 0.419013 -0.119149 0.427893 -0.118993 0.453996 -0.118836 0.481539 -0.118679 0.498533 -0.118522 0.507121 -0.118365 0.518233 -0.118209 0.537644 -0.118052 0.556914 -0.117895 0.559268 -0.117738 0.536537 -0.117581 0.498149 -0.117425 0.464128 -0.117268 0.45013 -0.117111 0.460909 -0.116954 0.492401 -0.116797 0.53424 -0.116641 0.569443 -0.116484 0.580606 -0.116327 0.560309 -0.11617 0.517784 -0.116013 0.473499 -0.115857 0.446458 -0.1157 0.444381 -0.115543 0.462155 -0.115386 0.486806 -0.115229 0.50572 -0.115073 0.511165 -0.114916 0.503498 -0.114759 0.490488 -0.114602 0.482389 -0.114445 0.484772 -0.114288 0.494608 -0.114132 0.505586 -0.113975 0.515328 -0.113818 0.525284 -0.113661 0.534398 -0.113504 0.537932 -0.113348 0.533827 -0.113191 0.525851 -0.113034 0.519328 -0.112877 0.517107 -0.11272 0.519864 -0.112564 0.526538 -0.112407 0.532547 -0.11225 0.529327 -0.112093 0.509248 -0.111936 0.470602 -0.11178 0.421246 -0.111623 0.377083 -0.111466 0.354227 -0.111309 0.354785 -0.111152 0.36367 -0.110996 0.363902 -0.110839 0.354898 -0.110682 0.350306 -0.110525 0.359344 -0.110368 0.379852 -0.110212 0.40809 -0.110055 0.443083 -0.109898 0.478449 -0.109741 0.500323 -0.109584 0.501193 -0.109428 0.488073 -0.109271 0.470214 -0.109114 0.447619 -0.108957 0.417046 -0.1088 0.385007 -0.108644 0.363452 -0.108487 0.358475 -0.10833 0.368549 -0.108173 0.390911 -0.108016 0.421487 -0.10786 0.453637 -0.107703 0.482191 -0.107546 0.508253 -0.107389 0.531797 -0.107232 0.546483 -0.107076 0.550178 -0.106919 0.552131 -0.106762 0.562877 -0.106605 0.578012 -0.106448 0.583039 -0.106292 0.574756 -0.106135 0.565161 -0.105978 0.564167 -0.105821 0.566844 -0.105664 0.561905 -0.105508 0.54607 -0.105351 0.526365 -0.105194 0.512879 -0.105037 0.509902 -0.10488 0.511413 -0.104724 0.506507 -0.104567 0.491153 -0.10441 0.472883 -0.104253 0.459453 -0.104096 0.449337 -0.10394 0.439211 -0.103783 0.436382 -0.103626 0.449939 -0.103469 0.472311 -0.103312 0.485218 -0.103156 0.485087 -0.102999 0.490086 -0.102842 0.511794 -0.102685 0.534365 -0.102528 0.531427 -0.102371 0.498298 -0.102215 0.45494 -0.102058 0.420903 -0.101901 0.399251 -0.101744 0.386047 -0.101587 0.382803 -0.101431 0.391955 -0.101274 0.406327 -0.101117 0.412805 -0.10096 0.406797 -0.100803 0.397938 -0.100647 0.400074 -0.10049 0.418875 -0.100333 0.451214 -0.100176 0.492353 -0.100019 0.537406 -0.0998627 0.579614 -0.0997059 0.612254 -0.0995491 0.634665 -0.0993922 0.650572 -0.0992354 0.658152 -0.0990786 0.649142 -0.0989218 0.619829 -0.098765 0.578145 -0.0986082 0.535878 -0.0984514 0.500915 -0.0982946 0.479491 -0.0981378 0.478883 -0.097981 0.497154 -0.0978242 0.517488 -0.0976674 0.525083 -0.0975106 0.52645 -0.0973538 0.540275 -0.097197 0.568307 -0.0970402 0.590426 -0.0968834 0.592012 -0.0967266 0.582403 -0.0965698 0.57872 -0.096413 0.580905 -0.0962562 0.575642 -0.0960994 0.557969 -0.0959426 0.537254 -0.0957858 0.5218 -0.095629 0.51056 -0.0954722 0.500209 -0.0953154 0.493411 -0.0951586 0.493134 -0.0950018 0.493986 -0.094845 0.488096 -0.0946882 0.476992 -0.0945314 0.473045 -0.0943746 0.4846 -0.0942178 0.503105 -0.094061 0.51124 -0.0939042 0.503202 -0.0937474 0.491585 -0.0935906 0.490504 -0.0934337 0.49722 -0.0932769 0.498377 -0.0931201 0.490947 -0.0929633 0.488548 -0.0928065 0.500987 -0.0926497 0.519372 -0.0924929 0.527329 -0.0923361 0.523735 -0.0921793 0.521583 -0.0920225 0.526548 -0.0918657 0.529415 -0.0917089 0.522037 -0.0915521 0.511468 -0.0913953 0.509421 -0.0912385 0.514591 -0.0910817 0.517208 -0.0909249 0.515052 -0.0907681 0.515851 -0.0906113 0.520758 -0.0904545 0.519035 -0.0902977 0.50519 -0.0901409 0.490604 -0.0899841 0.489598 -0.0898273 0.499862 -0.0896705 0.507905 -0.0895137 0.507368 -0.0893569 0.503474 -0.0892001 0.497946 -0.0890433 0.484331 -0.0888865 0.461053 -0.0887297 0.441138 -0.0885729 0.437672 -0.0884161 0.449267 -0.0882593 0.464295 -0.0881025 0.478708 -0.0879457 0.499194 -0.0877889 0.530639 -0.0876321 0.564932 -0.0874752 0.587375 -0.0873184 0.590436 -0.0871616 0.579442 -0.0870048 0.563001 -0.086848 0.543798 -0.0866912 0.521312 -0.0865344 0.502866 -0.0863776 0.502545 -0.0862208 0.522565 -0.086064 0.54484 -0.0859072 0.547829 -0.0857504 0.535088 -0.0855936 0.529251 -0.0854368 0.542203 -0.08528 0.560998 -0.0851232 0.566401 -0.0849664 0.552258 -0.0848096 0.522471 -0.0846528 0.481656 -0.084496 0.438766 -0.0843392 0.408283 -0.0841824 0.397185 -0.0840256 0.397176 -0.0838688 0.399388 -0.083712 0.406943 -0.0835552 0.421051 -0.0833984 0.426073 -0.0832416 0.407651 -0.0830848 0.381519 -0.082928 0.383241 -0.0827712 0.423842 -0.0826144 0.473727 -0.0824576 0.495436 -0.0823008 0.480872 -0.082144 0.449214 -0.0819872 0.420981 -0.0818304 0.407019 -0.0816736 0.411761 -0.0815167 0.433065 -0.0813599 0.458117 -0.0812031 0.470438 -0.0810463 0.464955 -0.0808895 0.453531 -0.0807327 0.45261 -0.0805759 0.46922 -0.0804191 0.496836 -0.0802623 0.524551 -0.0801055 0.547062 -0.0799487 0.56502 -0.0797919 0.577497 -0.0796351 0.578026 -0.0794783 0.563218 -0.0793215 0.542354 -0.0791647 0.531981 -0.0790079 0.539841 -0.0788511 0.557571 -0.0786943 0.570422 -0.0785375 0.569859 -0.0783807 0.557366 -0.0782239 0.54021 -0.0780671 0.526815 -0.0779103 0.520851 -0.0777535 0.518322 -0.0775967 0.513538 -0.0774399 0.50883 -0.0772831 0.514527 -0.0771263 0.536185 -0.0769695 0.566226 -0.0768127 0.59263 -0.0766559 0.61064 -0.0764991 0.621566 -0.0763423 0.622667 -0.0761855 0.607863 -0.0760287 0.578839 -0.0758719 0.550273 -0.0757151 0.538165 -0.0755582 0.545644 -0.0754014 0.562185 -0.0752446 0.576337 -0.0750878 0.58488 -0.074931 0.589626 -0.0747742 0.590662 -0.0746174 0.584233 -0.0744606 0.569328 -0.0743038 0.551771 -0.074147 0.541184 -0.0739902 0.54158 -0.0738334 0.546162 -0.0736766 0.542437 -0.0735198 0.523002 -0.073363 0.491207 -0.0732062 0.455047 -0.0730494 0.419043 -0.0728926 0.385933 -0.0727358 0.364089 -0.072579 0.364048 -0.0724222 0.383723 -0.0722654 0.405522 -0.0721086 0.415105 -0.0719518 0.416897 -0.071795 0.423942 -0.0716382 0.436559 -0.0714814 0.443712 -0.0713246 0.441217 -0.0711678 0.437403 -0.071011 0.437894 -0.0708542 0.437147 -0.0706974 0.429644 -0.0705406 0.421338 -0.0703838 0.423212 -0.070227 0.440216 -0.0700702 0.466713 -0.0699134 0.488338 -0.0697566 0.48948 -0.0695997 0.468435 -0.0694429 0.444586 -0.0692861 0.438498 -0.0691293 0.444755 -0.0689725 0.441239 -0.0688157 0.427206 -0.0686589 0.431354 -0.0685021 0.470792 -0.0683453 0.523395 -0.0681885 0.556901 -0.0680317 0.571631 -0.0678749 0.591631 -0.0677181 0.623315 -0.0675613 0.649446 -0.0674045 0.658609 -0.0672477 0.656631 -0.0670909 0.648523 -0.0669341 0.629767 -0.0667773 0.600828 -0.0666205 0.572351 -0.0664637 0.547315 -0.0663069 0.514351 -0.0661501 0.469328 -0.0659933 0.430098 -0.0658365 0.419491 -0.0656797 0.439211 -0.0655229 0.470498 -0.0653661 0.495591 -0.0652093 0.510115 -0.0650525 0.517745 -0.0648957 0.521434 -0.0647389 0.519564 -0.0645821 0.508224 -0.0644253 0.488349 -0.0642685 0.46964 -0.0641117 0.463089 -0.0639549 0.467561 -0.0637981 0.46734 -0.0636412 0.445656 -0.0634844 0.40188 -0.0633276 0.355485 -0.0631708 0.332281 -0.063014 0.343668 -0.0628572 0.374282 -0.0627004 0.395005 -0.0625436 0.393638 -0.0623868 0.387491 -0.06223 0.401557 -0.0620732 0.43904 -0.0619164 0.48075 -0.0617596 0.508608 -0.0616028 0.517914 -0.061446 0.511221 -0.0612892 0.492878 -0.0611324 0.47204 -0.0609756 0.459945 -0.0608188 0.459729 -0.060662 0.466435 -0.0605052 0.475922 -0.0603484 0.48936 -0.0601916 0.506825 -0.0600348 0.524305 -0.059878 0.538388 -0.0597212 0.547973 -0.0595644 0.550117 -0.0594076 0.540738 -0.0592508 0.517804 -0.059094 0.483226 -0.0589372 0.445379 -0.0587804 0.421965 -0.0586236 0.430899 -0.0584668 0.468659 -0.05831 0.506666 -0.0581532 0.519705 -0.0579964 0.510558 -0.0578396 0.494649 -0.0576827 0.472514 -0.0575259 0.436743 -0.0573691 0.399176 -0.0572123 0.386395 -0.0570555 0.404958 -0.0568987 0.433705 -0.0567419 0.454478 -0.0565851 0.469932 -0.0564283 0.486264 -0.0562715 0.499906 -0.0561147 0.510165 -0.0559579 0.526325 -0.0558011 0.550139 -0.0556443 0.5677 -0.0554875 0.568522 -0.0553307 0.561365 -0.0551739 0.561257 -0.0550171 0.57166 -0.0548603 0.588567 -0.0547035 0.60857 -0.0545467 0.622875 -0.0543899 0.618303 -0.0542331 0.594257 -0.0540763 0.565829 -0.0539195 0.542134 -0.0537627 0.515989 -0.0536059 0.484979 -0.0534491 0.463717 -0.0532923 0.461431 -0.0531355 0.46222 -0.0529787 0.449859 -0.0528219 0.437889 -0.0526651 0.452046 -0.0525083 0.490562 -0.0523515 0.524011 -0.0521947 0.535078 -0.0520379 0.535136 -0.0518811 0.539956 -0.0517242 0.547497 -0.0515674 0.545736 -0.0514106 0.52941 -0.0512538 0.50368 -0.051097 0.481649 -0.0509402 0.479478 -0.0507834 0.503544 -0.0506266 0.54126 -0.0504698 0.569319 -0.050313 0.575316 -0.0501562 0.564986 -0.0499994 0.550828 -0.0498426 0.540547 -0.0496858 0.535516 -0.049529 0.531329 -0.0493722 0.521596 -0.0492154 0.505363 -0.0490586 0.487876 -0.0489018 0.471744 -0.048745 0.451194 -0.0485882 0.42551 -0.0484314 0.409613 -0.0482746 0.420486 -0.0481178 0.453268 -0.047961 0.48344 -0.0478042 0.491653 -0.0476474 0.477355 -0.0474906 0.450911 -0.0473338 0.424207 -0.047177 0.409143 -0.0470202 0.41393 -0.0468634 0.435394 -0.0467066 0.46354 -0.0465498 0.491777 -0.046393 0.51652 -0.0462362 0.529017 -0.0460794 0.520678 -0.0459226 0.496038 -0.0457657 0.471738 -0.0456089 0.458105 -0.0454521 0.451744 -0.0452953 0.446315 -0.0451385 0.44044 -0.0449817 0.433174 -0.0448249 0.420274 -0.0446681 0.404926 -0.0445113 0.398832 -0.0443545 0.410122 -0.0441977 0.433948 -0.0440409 0.458297 -0.0438841 0.47613 -0.0437273 0.488234 -0.0435705 0.501695 -0.0434137 0.525679 -0.0432569 0.560616 -0.0431001 0.590077 -0.0429433 0.590511 -0.0427865 0.558581 -0.0426297 0.516319 -0.0424729 0.48425 -0.0423161 0.459959 -0.0421593 0.433123 -0.0420025 0.412122 -0.0418457 0.417536 -0.0416889 0.450654 -0.0415321 0.488216 -0.0413753 0.513449 -0.0412185 0.534819 -0.0410617 0.566071 -0.0409049 0.600472 -0.0407481 0.621554 -0.0405913 0.632559 -0.0404345 0.652858 -0.0402777 0.684717 -0.0401209 0.703255 -0.0399641 0.688182 -0.0398072 0.650902 -0.0396504 0.618296 -0.0394936 0.600244 -0.0393368 0.58959 -0.03918 0.585337 -0.0390232 0.592603 -0.0388664 0.602499 -0.0387096 0.59006 -0.0385528 0.543555 -0.038396 0.482706 -0.0382392 0.436796 -0.0380824 0.417105 -0.0379256 0.417367 -0.0377688 0.431199 -0.037612 0.456589 -0.0374552 0.485519 -0.0372984 0.504296 -0.0371416 0.50644 -0.0369848 0.499874 -0.036828 0.500588 -0.0366712 0.5204 -0.0365144 0.554691 -0.0363576 0.584504 -0.0362008 0.59191 -0.036044 0.580883 -0.0358872 0.574117 -0.0357304 0.586955 -0.0355736 0.611366 -0.0354168 0.630167 -0.03526 0.638495 -0.0351032 0.644349 -0.0349464 0.652818 -0.0347896 0.663577 -0.0346328 0.677796 -0.034476 0.695033 -0.0343192 0.707211 -0.0341624 0.703167 -0.0340056 0.68422 -0.0338487 0.664422 -0.0336919 0.65492 -0.0335351 0.652084 -0.0333783 0.646373 -0.0332215 0.635024 -0.0330647 0.624878 -0.0329079 0.622532 -0.0327511 0.626491 -0.0325943 0.627748 -0.0324375 0.620727 -0.0322807 0.610337 -0.0321239 0.606547 -0.0319671 0.611089 -0.0318103 0.616938 -0.0316535 0.621337 -0.0314967 0.627707 -0.0313399 0.634216 -0.0311831 0.627852 -0.0310263 0.604237 -0.0308695 0.582491 -0.0307127 0.586842 -0.0305559 0.615269 -0.0303991 0.640983 -0.0302423 0.643634 -0.0300855 0.629367 -0.0299287 0.614769 -0.0297719 0.604728 -0.0296151 0.593378 -0.0294583 0.577628 -0.0293015 0.563269 -0.0291447 0.559461 -0.0289879 0.572381 -0.0288311 0.598897 -0.0286743 0.62797 -0.0285175 0.648421 -0.0283607 0.658964 -0.0282039 0.666437 -0.0280471 0.674124 -0.0278902 0.679354 -0.0277334 0.685469 -0.0275766 0.706933 -0.0274198 0.749136 -0.027263 0.792723 -0.0271062 0.809151 -0.0269494 0.794946 -0.0267926 0.777071 -0.0266358 0.778716 -0.026479 0.794592 -0.0263222 0.809016 -0.0261654 0.824082 -0.0260086 0.852401 -0.0258518 0.886537 -0.025695 0.900537 -0.0255382 0.883393 -0.0253814 0.857132 -0.0252246 0.844975 -0.0250678 0.843276 -0.024911 0.836714 -0.0247542 0.826374 -0.0245974 0.821823 -0.0244406 0.817959 -0.0242838 0.80551 -0.024127 0.79376 -0.0239702 0.802128 -0.0238134 0.82694 -0.0236566 0.840987 -0.0234998 0.831203 -0.023343 0.811822 -0.0231862 0.801418 -0.0230294 0.801176 -0.0228726 0.806008 -0.0227158 0.817218 -0.022559 0.832724 -0.0224022 0.842873 -0.0222454 0.847221 -0.0220886 0.861163 -0.0219317 0.895203 -0.0217749 0.93605 -0.0216181 0.962355 -0.0214613 0.973045 -0.0213045 0.981193 -0.0211477 0.993814 -0.0209909 1.00459 -0.0208341 1.00666 -0.0206773 1.002 -0.0205205 0.999318 -0.0203637 1.00874 -0.0202069 1.03186 -0.0200501 1.05563 -0.0198933 1.06339 -0.0197365 1.05662 -0.0195797 1.05237 -0.0194229 1.06214 -0.0192661 1.08034 -0.0191093 1.09993 -0.0189525 1.12028 -0.0187957 1.13848 -0.0186389 1.148 -0.0184821 1.15364 -0.0183253 1.17066 -0.0181685 1.20195 -0.0180117 1.22995 -0.0178549 1.2403 -0.0176981 1.24057 -0.0175413 1.24414 -0.0173845 1.25206 -0.0172277 1.26116 -0.0170709 1.27451 -0.0169141 1.28973 -0.0167573 1.29292 -0.0166005 1.2783 -0.0164437 1.26068 -0.0162869 1.255 -0.0161301 1.25823 -0.0159732 1.26528 -0.0158164 1.2871 -0.0156596 1.33405 -0.0155028 1.39454 -0.015346 1.44848 -0.0151892 1.49263 -0.0150324 1.53579 -0.0148756 1.58095 -0.0147188 1.6274 -0.014562 1.68312 -0.0144052 1.75288 -0.0142484 1.82441 -0.0140916 1.88054 -0.0139348 1.91804 -0.013778 1.94373 -0.0136212 1.96088 -0.0134644 1.97741 -0.0133076 2.0153 -0.0131508 2.09094 -0.012994 2.19509 -0.0128372 2.30583 -0.0126804 2.41376 -0.0125236 2.52089 -0.0123668 2.62692 -0.01221 2.73296 -0.0120532 2.84876 -0.0118964 2.97877 -0.0117396 3.10956 -0.0115828 3.22836 -0.011426 3.34359 -0.0112692 3.47414 -0.0111124 3.62872 -0.0109556 3.80943 -0.0107988 4.02208 -0.010642 4.26743 -0.0104852 4.54037 -0.0103284 4.85413 -0.0101716 5.24778 -0.0100147 5.75197 -0.00985795 6.36287 -0.00970114 7.07076 -0.00954434 7.89448 -0.00938754 8.86014 -0.00923074 9.96061 -0.00907393 11.1566 -0.00891713 12.3926 -0.00876033 13.5794 -0.00860353 14.5707 -0.00844672 15.1965 -0.00828992 15.3254 -0.00813312 14.9045 -0.00797631 13.9871 -0.00781951 12.7577 -0.00766271 11.4934 -0.00750591 10.4324 -0.0073491 9.66109 -0.0071923 9.1391 -0.0070355 8.80676 -0.0068787 8.6333 -0.00672189 8.59253 -0.00656509 8.65216 -0.00640829 8.79145 -0.00625149 8.99688 -0.00609468 9.2485 -0.00593788 9.54083 -0.00578108 9.90114 -0.00562428 10.3507 -0.00546747 10.8695 -0.00531067 11.4354 -0.00515387 12.0773 -0.00499706 12.8445 -0.00484026 13.7455 -0.00468346 14.765 -0.00452666 15.9188 -0.00436985 17.2391 -0.00421305 18.7289 -0.00405625 20.386 -0.00389945 22.2533 -0.00374264 24.3849 -0.00358584 26.7817 -0.00342904 29.4239 -0.00327224 32.347 -0.00311543 35.6198 -0.00295863 39.274 -0.00280183 43.3388 -0.00264503 47.9341 -0.00248822 53.2619 -0.00233142 59.5445 -0.00217462 67.0771 -0.00201781 76.3408 -0.00186101 87.9705 -0.00170421 102.621 -0.00154741 120.954 -0.0013906 143.699 -0.0012338 171.563 -0.001077 204.967 -0.000920196 243.82 -0.000763394 287.289 -0.000606591 333.384 -0.000449788 378.549 -0.000292986 417.677 -0.000136183 444.621 2.06195e-05 453.138 0.000177422 438.656 0.000334225 400.985 0.000491027 346.254 0.00064783 285.48 0.000804633 229.596 0.000961435 184.585 0.00111824 150.588 0.00127504 124.848 0.00143184 104.88 0.00158865 89.3247 0.00174545 77.2466 0.00190225 67.7093 0.00205905 59.9846 0.00221586 53.6335 0.00237266 48.2882 0.00252946 43.5918 0.00268626 39.3544 0.00284307 35.5591 0.00299987 32.1864 0.00315667 29.159 0.00331347 26.4464 0.00347028 24.0814 0.00362708 22.0538 0.00378388 20.2904 0.00394069 18.7454 0.00409749 17.4219 0.00425429 16.2996 0.00441109 15.3209 0.0045679 14.4544 0.0047247 13.7055 0.0048815 13.0607 0.0050383 12.4831 0.00519511 11.9592 0.00535191 11.5006 0.00550871 11.1001 0.00566551 10.7369 0.00582232 10.4231 0.00597912 10.194 0.00613592 10.054 0.00629272 9.97774 0.00644953 9.96376 0.00660633 10.046 0.00676313 10.2514 0.00691994 10.5842 0.00707674 11.0515 0.00723354 11.6667 0.00739034 12.4245 0.00754715 13.2912 0.00770395 14.2124 0.00786075 15.0938 0.00801755 15.7816 0.00817436 16.0938 0.00833116 15.8876 0.00848796 15.1112 0.00864476 13.8346 0.00880157 12.2636 0.00895837 10.6841 0.00911517 9.32507 0.00927197 8.25422 0.00942878 7.41683 0.00958558 6.75151 0.00974238 6.23528 0.00989919 5.84332 0.010056 5.53045 0.0102128 5.26313 0.0103696 5.03364 0.0105264 4.83426 0.0106832 4.64597 0.01084 4.45802 0.0109968 4.27524 0.0111536 4.10034 0.0113104 3.93238 0.0114672 3.77977 0.011624 3.6517 0.0117808 3.53853 0.0119376 3.42581 0.0120944 3.32394 0.0122512 3.2583 0.012408 3.22996 0.0125648 3.21307 0.0127216 3.19548 0.0128784 3.19279 0.0130352 3.21723 0.013192 3.2544 0.0133488 3.27944 0.0135056 3.27944 0.0136624 3.25152 0.0138193 3.19491 0.0139761 3.11493 0.0141329 3.0192 0.0142897 2.90823 0.0144465 2.77905 0.0146033 2.63962 0.0147601 2.51082 0.0149169 2.41014 0.0150737 2.34115 0.0152305 2.29664 0.0153873 2.26302 0.0155441 2.22522 0.0157009 2.1769 0.0158577 2.12454 0.0160145 2.07445 0.0161713 2.02289 0.0163281 1.96712 0.0164849 1.91784 0.0166417 1.88621 0.0167985 1.86715 0.0169553 1.84794 0.0171121 1.82559 0.0172689 1.80382 0.0174257 1.77966 0.0175825 1.74794 0.0177393 1.71471 0.0178961 1.6878 0.0180529 1.6646 0.0182097 1.63769 0.0183665 1.60909 0.0185233 1.58423 0.0186801 1.55981 0.0188369 1.53398 0.0189937 1.51788 0.0191505 1.51933 0.0193073 1.52127 0.0194641 1.49681 0.0196209 1.4422 0.0197778 1.37796 0.0199346 1.32275 0.0200914 1.28395 0.0202482 1.26746 0.020405 1.27285 0.0205618 1.28246 0.0207186 1.27544 0.0208754 1.25626 0.0210322 1.24919 0.021189 1.26375 0.0213458 1.28337 0.0215026 1.28991 0.0216594 1.28182 0.0218162 1.26394 0.021973 1.23954 0.0221298 1.21669 0.0222866 1.20784 0.0224434 1.21496 0.0226002 1.22702 0.022757 1.23633 0.0229138 1.24493 0.0230706 1.25229 0.0232274 1.24771 0.0233842 1.22276 0.023541 1.18235 0.0236978 1.13816 0.0238546 1.09832 0.0240114 1.06615 0.0241682 1.04158 0.024325 1.02189 0.0244818 1.00432 0.0246386 0.990054 0.0247954 0.981331 0.0249522 0.97838 0.025109 0.980886 0.0252658 0.990725 0.0254226 1.00527 0.0255794 1.01489 0.0257363 1.01281 0.0258931 1.00329 0.0260499 0.995777 0.0262067 0.994025 0.0263635 0.99805 0.0265203 1.0068 0.0266771 1.0131 0.0268339 1.00633 0.0269907 0.988778 0.0271475 0.978605 0.0273043 0.985759 0.0274611 0.996053 0.0276179 0.993496 0.0277747 0.985988 0.0279315 0.991585 0.0280883 1.00963 0.0282451 1.0252 0.0284019 1.0322 0.0285587 1.03435 0.0287155 1.02975 0.0288723 1.01721 0.0290291 1.01199 0.0291859 1.03164 0.0293427 1.0661 0.0294995 1.083 0.0296563 1.06275 0.0298131 1.01277 0.0299699 0.948443 0.0301267 0.882363 0.0302835 0.830758 0.0304403 0.808002 0.0305971 0.810236 0.0307539 0.821128 0.0309107 0.835109 0.0310675 0.856669 0.0312243 0.876392 0.0313811 0.873185 0.0315379 0.844179 0.0316948 0.811817 0.0318516 0.792817 0.0320084 0.780274 0.0321652 0.764152 0.032322 0.749997 0.0324788 0.747223 0.0326356 0.755178 0.0327924 0.769862 0.0329492 0.789572 0.033106 0.80576 0.0332628 0.803698 0.0334196 0.781993 0.0335764 0.756879 0.0337332 0.740427 0.03389 0.729194 0.0340468 0.72263 0.0342036 0.732103 0.0343604 0.760386 0.0345172 0.786227 0.034674 0.785816 0.0348308 0.760278 0.0349876 0.726819 0.0351444 0.694518 0.0353012 0.663386 0.035458 0.63584 0.0356148 0.615415 0.0357716 0.6004 0.0359284 0.590224 0.0360852 0.592007 0.036242 0.606135 0.0363988 0.615037 0.0365556 0.601904 0.0367124 0.577752 0.0368692 0.570333 0.037026 0.588175 0.0371828 0.609825 0.0373396 0.61548 0.0374964 0.612867 0.0376533 0.624427 0.0378101 0.656181 0.0379669 0.691953 0.0381237 0.715924 0.0382805 0.732617 0.0384373 0.758914 0.0385941 0.800481 0.0387509 0.841906 0.0389077 0.861511 0.0390645 0.850987 0.0392213 0.819425 0.0393781 0.784132 0.0395349 0.762177 0.0396917 0.763249 0.0398485 0.7821 0.0400053 0.799265 0.0401621 0.798924 0.0403189 0.785261 0.0404757 0.773398 0.0406325 0.765827 0.0407893 0.750407 0.0409461 0.721929 0.0411029 0.69343 0.0412597 0.679282 0.0414165 0.676881 0.0415733 0.671845 0.0417301 0.657405 0.0418869 0.639367 0.0420437 0.625991 0.0422005 0.618789 0.0423573 0.613338 0.0425141 0.606707 0.0426709 0.601187 0.0428277 0.601375 0.0429845 0.607634 0.0431413 0.616923 0.0432981 0.629594 0.0434549 0.649544 0.0436118 0.674651 0.0437686 0.694461 0.0439254 0.704035 0.0440822 0.709846 0.044239 0.714924 0.0443958 0.706738 0.0445526 0.673722 0.0447094 0.627411 0.0448662 0.591255 0.045023 0.571527 0.0451798 0.555298 0.0453366 0.535974 0.0454934 0.524179 0.0456502 0.530416 0.045807 0.553093 0.0459638 0.5861 0.0461206 0.624839 0.0462774 0.660634 0.0464342 0.682235 0.046591 0.689012 0.0467478 0.68915 0.0469046 0.684258 0.0470614 0.666082 0.0472182 0.633565 0.047375 0.59966 0.0475318 0.576288 0.0476886 0.563541 0.0478454 0.560581 0.0480022 0.569382 0.048159 0.584623 0.0483158 0.5927 0.0484726 0.590077 0.0486294 0.590714 0.0487862 0.605926 0.048943 0.628469 0.0490998 0.645709 0.0492566 0.656273 0.0494134 0.665131 0.0495703 0.67169 0.0497271 0.675018 0.0498839 0.682008 0.0500407 0.697381 0.0501975 0.710871 0.0503543 0.704481 0.0505111 0.672555 0.0506679 0.627094 0.0508247 0.586479 0.0509815 0.562603 0.0511383 0.5553 0.0512951 0.555297 0.0514519 0.554521 0.0516087 0.557482 0.0517655 0.574534 0.0519223 0.604493 0.0520791 0.632288 0.0522359 0.645869 0.0523927 0.645889 0.0525495 0.636454 0.0527063 0.620032 0.0528631 0.604108 0.0530199 0.598815 0.0531767 0.60156 0.0533335 0.595716 0.0534903 0.577171 0.0536471 0.565872 0.0538039 0.580675 0.0539607 0.612639 0.0541175 0.637466 0.0542743 0.64715 0.0544311 0.651192 0.0545879 0.652803 0.0547447 0.64087 0.0549015 0.607628 0.0550583 0.563668 0.0552151 0.530976 0.0553719 0.523237 0.0555288 0.536016 0.0556856 0.553801 0.0558424 0.566925 0.0559992 0.580981 0.056156 0.603165 0.0563128 0.624782 0.0564696 0.62896 0.0566264 0.616252 0.0567832 0.608766 0.05694 0.622738 0.0570968 0.651056 0.0572536 0.678485 0.0574104 0.70103 0.0575672 0.719225 0.057724 0.727114 0.0578808 0.721501 0.0580376 0.71156 0.0581944 0.706002 0.0583512 0.698556 0.058508 0.677718 0.0586648 0.645473 0.0588216 0.614003 0.0589784 0.589978 0.0591352 0.570983 0.059292 0.553049 0.0594488 0.53279 0.0596056 0.509383 0.0597624 0.491206 0.0599192 0.492645 0.060076 0.513441 0.0602328 0.533615 0.0603896 0.537948 0.0605464 0.534155 0.0607032 0.534889 0.06086 0.536088 0.0610168 0.529191 0.0611736 0.522803 0.0613304 0.52951 0.0614873 0.541321 0.0616441 0.540993 0.0618009 0.532434 0.0619577 0.536274 0.0621145 0.556254 0.0622713 0.573373 0.0624281 0.575383 0.0625849 0.571384 0.0627417 0.5721 0.0628985 0.574209 0.0630553 0.571936 0.0632121 0.568908 0.0633689 0.570747 0.0635257 0.577224 0.0636825 0.588484 0.0638393 0.606354 0.0639961 0.627064 0.0641529 0.640474 0.0643097 0.640019 0.0644665 0.624244 0.0646233 0.590385 0.0647801 0.541107 0.0649369 0.496049 0.0650937 0.478764 0.0652505 0.486636 0.0654073 0.491031 0.0655641 0.474826 0.0657209 0.453966 0.0658777 0.452248 0.0660345 0.470607 0.0661913 0.492025 0.0663481 0.506274 0.0665049 0.513983 0.0666617 0.516993 0.0668185 0.518154 0.0669753 0.525764 0.0671321 0.544308 0.0672889 0.562469 0.0674458 0.562321 0.0676026 0.541089 0.0677594 0.515615 0.0679162 0.503949 0.068073 0.50731 0.0682298 0.512569 0.0683866 0.507436 0.0685434 0.492214 0.0687002 0.476656 0.068857 0.468079 0.0690138 0.464769 0.0691706 0.463868 0.0693274 0.470226 0.0694842 0.490109 0.069641 0.516708 0.0697978 0.533185 0.0699546 0.532149 0.0701114 0.523004 0.0702682 0.513928 0.070425 0.497188 0.0705818 0.462751 0.0707386 0.419859 0.0708954 0.393491 0.0710522 0.395908 0.071209 0.41282 0.0713658 0.420871 0.0715226 0.415232 0.0716794 0.412652 0.0718362 0.42721 0.071993 0.450947 0.0721498 0.465209 0.0723066 0.467052 0.0724634 0.471598 0.0726202 0.484536 0.072777 0.486727 0.0729338 0.460333 0.0730906 0.421761 0.0732474 0.408404 0.0734043 0.432171 0.0735611 0.464165 0.0737179 0.473615 0.0738747 0.465049 0.0740315 0.464884 0.0741883 0.483137 0.0743451 0.504749 0.0745019 0.514872 0.0746587 0.515947 0.0748155 0.518114 0.0749723 0.526098 0.0751291 0.541602 0.0752859 0.567348 0.0754427 0.598779 0.0755995 0.618302 0.0757563 0.605689 0.0759131 0.560305 0.0760699 0.505144 0.0762267 0.464531 0.0763835 0.441061 0.0765403 0.418251 0.0766971 0.3861 0.0768539 0.354059 0.0770107 0.337593 0.0771675 0.340566 0.0773243 0.356801 0.0774811 0.383923 0.0776379 0.422838 0.0777947 0.466987 0.0779515 0.501163 0.0781083 0.515639 0.0782651 0.515156 0.0784219 0.512495 0.0785787 0.517042 0.0787355 0.530881 0.0788923 0.547999 0.0790491 0.559015 0.0792059 0.560914 0.0793628 0.562178 0.0795196 0.571424 0.0796764 0.581983 0.0798332 0.579141 0.07999 0.562428 0.0801468 0.549322 0.0803036 0.55303 0.0804604 0.56665 0.0806172 0.578001 0.080774 0.587918 0.0809308 0.601894 0.0810876 0.613099 0.0812444 0.607216 0.0814012 0.584243 0.081558 0.563367 0.0817148 0.561479 0.0818716 0.575285 0.0820284 0.58541 0.0821852 0.57692 0.082342 0.552569 0.0824988 0.531359 0.0826556 0.533258 0.0828124 0.563103 0.0829692 0.606058 0.083126 0.640114 0.0832828 0.65279 0.0834396 0.644469 0.0835964 0.621647 0.0837532 0.592867 0.08391 0.568547 0.0840668 0.558481 0.0842236 0.561685 0.0843804 0.565907 0.0845372 0.558919 0.084694 0.540451 0.0848508 0.520078 0.0850076 0.50524 0.0851644 0.495075 0.0853213 0.486931 0.0854781 0.483072 0.0856349 0.488007 0.0857917 0.500938 0.0859485 0.514035 0.0861053 0.520001 0.0862621 0.517935 0.0864189 0.511621 0.0865757 0.505262 0.0867325 0.502278 0.0868893 0.503704 0.0870461 0.506321 0.0872029 0.504599 0.0873597 0.497795 0.0875165 0.491709 0.0876733 0.490733 0.0878301 0.493208 0.0879869 0.498159 0.0881437 0.510184 0.0883005 0.531746 0.0884573 0.553982 0.0886141 0.563875 0.0887709 0.557809 0.0889277 0.542155 0.0890845 0.521963 0.0892413 0.499324 0.0893981 0.479918 0.0895549 0.470857 0.0897117 0.4697 0.0898685 0.466888 0.0900253 0.460685 0.0901821 0.460776 0.0903389 0.471759 0.0904957 0.482987 0.0906525 0.481577 0.0908093 0.467401 0.0909661 0.449734 0.0911229 0.436212 0.0912798 0.43187 0.0914366 0.440175 0.0915934 0.45719 0.0917502 0.471648 0.091907 0.479482 0.0920638 0.491657 0.0922206 0.517614 0.0923774 0.54688 0.0925342 0.561628 0.092691 0.565179 0.0928478 0.580512 0.0930046 0.617643 0.0931614 0.656442 0.0933182 0.670923 0.093475 0.66039 0.0936318 0.647342 0.0937886 0.648665 0.0939454 0.662598 0.0941022 0.680022 0.094259 0.696447 0.0944158 0.710026 0.0945726 0.715308 0.0947294 0.708095 0.0948862 0.693417 0.095043 0.680835 0.0951998 0.671882 0.0953566 0.656968 0.0955134 0.62623 0.0956702 0.579441 0.095827 0.525763 0.0959838 0.477614 0.0961406 0.448605 0.0962974 0.450655 0.0964542 0.483464 0.096611 0.531071 0.0967678 0.573662 0.0969246 0.603674 0.0970814 0.622456 0.0972383 0.625312 0.0973951 0.601352 0.0975519 0.552686 0.0977087 0.503348 0.0978655 0.479926 0.0980223 0.487591 0.0981791 0.510339 0.0983359 0.531835 0.0984927 0.546035 0.0986495 0.551655 0.0988063 0.546316 0.0989631 0.530446 0.0991199 0.511615 0.0992767 0.498625 0.0994335 0.492487 0.0995903 0.48617 0.0997471 0.474976 0.0999039 0.464744 0.100061 0.467916 0.100218 0.4914 0.100374 0.529607 0.100531 0.57194 0.100688 0.612518 0.100845 0.649327 0.101002 0.675633 0.101158 0.681687 0.101315 0.664591 0.101472 0.632299 0.101629 0.593928 0.101786 0.553585 0.101942 0.517085 0.102099 0.496374 0.102256 0.501307 0.102413 0.528779 0.10257 0.564742 0.102726 0.59366 0.102883 0.602737 0.10304 0.583549 0.103197 0.540636 0.103354 0.494979 0.10351 0.469734 0.103667 0.470875 0.103824 0.487479 0.103981 0.507571 0.104138 0.528034 0.104294 0.548468 0.104451 0.566675 0.104608 0.582053 0.104765 0.595143 0.104922 0.60255 0.105078 0.597607 0.105235 0.581901 0.105392 0.568794 0.105549 0.570258 0.105706 0.585327 0.105862 0.603622 0.106019 0.616422 0.106176 0.618677 0.106333 0.607869 0.10649 0.58747 0.106646 0.569973 0.106803 0.566843 0.10696 0.574246 0.107117 0.576495 0.107274 0.564072 0.10743 0.543821 0.107587 0.527906 0.107744 0.517713 0.107901 0.504357 0.108058 0.482738 0.108214 0.458081 0.108371 0.43927 0.108528 0.430408 0.108685 0.431787 0.108842 0.44474 0.108998 0.469667 0.109155 0.501493 0.109312 0.531213 0.109469 0.552504 0.109626 0.56526 0.109782 0.571574 0.109939 0.573283 0.110096 0.572705 0.110253 0.57087 0.11041 0.563897 0.110566 0.545634 0.110723 0.518096 0.11088 0.494293 0.111037 0.485292 0.111194 0.487186 0.11135 0.488665 0.111507 0.486941 0.111664 0.489663 0.111821 0.499507 0.111978 0.506758 0.112135 0.500872 0.112291 0.483274 0.112448 0.463552 0.112605 0.448062 0.112762 0.437869 0.112919 0.433649 0.113075 0.435906 0.113232 0.441215 0.113389 0.444849 0.113546 0.446229 0.113703 0.449888 0.113859 0.459196 0.114016 0.469648 0.114173 0.471268 0.11433 0.455898 0.114487 0.427276 0.114643 0.405523 0.1148 0.414953 0.114957 0.460328 0.115114 0.517667 0.115271 0.555543 0.115427 0.563827 0.115584 0.556028 0.115741 0.544689 0.115898 0.527576 0.116055 0.501104 0.116211 0.475075 0.116368 0.464288 0.116525 0.471656 0.116682 0.490314 0.116839 0.515691 0.116995 0.546167 0.117152 0.57299 0.117309 0.582302 0.117466 0.568793 0.117623 0.540151 0.117779 0.506517 0.117936 0.473944 0.118093 0.451017 0.11825 0.448971 0.118407 0.468726 0.118563 0.494164 0.11872 0.507641 0.118877 0.508084 0.119034 0.506524 0.119191 0.510245 0.119347 0.518524 0.119504 0.531277 0.119661 0.550743 0.119818 0.574767 0.119975 0.59455 0.120131 0.602564 0.120288 0.598542 0.120445 0.58766 0.120602 0.578859 0.120759 0.582891 0.120915 0.603397 0.121072 0.628748 0.121229 0.639936 0.121386 0.629974 0.121543 0.608606 0.121699 0.587226 0.121856 0.567385 0.122013 0.546195 0.12217 0.524254 0.122327 0.502716 0.122483 0.479535 0.12264 0.45761 0.122797 0.450302 0.122954 0.46681 0.123111 0.496185 0.123267 0.515126 0.123424 0.513063 0.123581 0.498948 0.123738 0.48347 0.123895 0.466182 0.124052 0.442783 0.124208 0.416309 0.124365 0.392883 0.124522 0.372712 0.124679 0.354759 0.124836 0.34529 0.124992 0.352285 0.125149 0.372935 0.125306 0.392611 0.125463 0.399737 0.12562 0.396813 0.125776 0.397221 0.125933 0.412417 0.12609 0.444249 0.126247 0.482911 0.126404 0.51368 0.12656 0.529597 0.126717 0.537343 0.126874 0.545072 0.127031 0.546536 0.127188 0.528922 0.127344 0.497078 0.127501 0.478838 0.127658 0.494509 0.127815 0.531725 0.127972 0.560516 0.128128 0.568954 0.128285 0.566202 0.128442 0.555871 0.128599 0.528328 0.128756 0.486731 0.128912 0.460493 0.129069 0.47496 0.129226 0.516053 0.129383 0.544685 0.12954 0.540721 0.129696 0.520602 0.129853 0.510581 0.13001 0.516516 0.130167 0.524388 0.130324 0.51988 0.13048 0.50186 0.130637 0.482847 0.130794 0.481259 0.130951 0.503784 0.131108 0.535778 0.131264 0.554853 0.131421 0.556366 0.131578 0.555576 0.131735 0.560007 0.131892 0.555988 0.132048 0.531244 0.132205 0.499822 0.132362 0.487134 0.132519 0.496604 0.132676 0.508572 0.132832 0.511344 0.132989 0.51154 0.133146 0.511948 0.133303 0.498208 0.13346 0.463608 0.133616 0.431369 0.133773 0.432209 0.13393 0.464177 0.134087 0.49346 0.134244 0.49614 0.1344 0.481277 0.134557 0.468302 0.134714 0.458866 0.134871 0.442343 0.135028 0.420152 0.135184 0.406973 0.135341 0.41255 0.135498 0.433923 0.135655 0.465225 0.135812 0.501806 0.135968 0.534649 0.136125 0.552232 0.136282 0.553019 0.136439 0.546629 0.136596 0.538806 0.136753 0.524188 0.136909 0.500461 0.137066 0.479669 0.137223 0.474595 0.13738 0.48406 0.137537 0.499784 0.137693 0.522944 0.13785 0.560244 0.138007 0.605815 0.138164 0.642051 0.138321 0.660833 0.138477 0.673983 0.138634 0.698192 0.138791 0.737928 0.138948 0.784715 0.139105 0.826666 0.139261 0.851936 0.139418 0.851312 0.139575 0.825153 0.139732 0.788073 0.139889 0.759916 0.140045 0.751476 0.140202 0.756999 0.140359 0.761467 0.140516 0.753086 0.140673 0.733971 0.140829 0.716926 0.140986 0.712652 0.141143 0.718908 0.1413 0.726071 0.141457 0.728591 0.141613 0.725725 0.14177 0.714524 0.141927 0.693331 0.142084 0.672602 0.142241 0.66958 0.142397 0.68757 0.142554 0.710186 0.142711 0.723273 0.142868 0.731639 0.143025 0.746851 0.143181 0.767846 0.143338 0.784116 0.143495 0.794663 0.143652 0.80858 0.143809 0.828744 0.143965 0.849339 0.144122 0.867732 0.144279 0.892796 0.144436 0.935329 0.144593 1.00146 0.144749 1.09636 0.144906 1.22328 0.145063 1.37337 0.14522 1.52459 0.145377 1.65917 0.145533 1.77834 0.14569 1.89271 0.145847 2.00348 0.146004 2.10052 0.146161 2.17495 0.146317 2.22449 0.146474 2.24367 0.146631 2.21885 0.146788 2.14199 0.146945 2.02476 0.147101 1.8941 0.147258 1.76904 0.147415 1.64824 0.147572 1.5206 0.147729 1.38616 0.147885 1.25968 0.148042 1.1548 0.148199 1.07337 0.148356 1.01041 0.148513 0.964361 0.14867 0.931882 0.148826 0.899919 0.148983 0.854271 0.14914 0.798796 0.149297 0.753541 0.149454 0.727775 0.14961 0.705789 0.149767 0.6689 0.149924 0.623545 0.150081 0.593321 0.150238 0.584454 0.150394 0.575405 0.150551 0.546192 0.150708 0.504917 0.150865 0.474355 0.151022 0.46551 0.151178 0.472426 0.151335 0.489096 0.151492 0.513334 0.151649 0.536632 0.151806 0.547125 0.151962 0.544897 0.152119 0.543329 0.152276 0.548717 0.152433 0.551918 0.15259 0.547005 0.152746 0.544833 0.152903 0.558943 0.15306 0.582608 0.153217 0.594461 0.153374 0.58467 0.15353 0.563672 0.153687 0.546492 0.153844 0.540499 0.154001 0.545086 0.154158 0.555035 0.154314 0.561309 0.154471 0.558679 0.154628 0.553967 0.154785 0.558878 0.154942 0.574072 0.155098 0.586127 0.155255 0.58545 0.155412 0.577182 0.155569 0.570984 0.155726 0.568911 0.155882 0.569177 0.156039 0.57407 0.156196 0.583893 0.156353 0.58875 0.15651 0.574426 0.156666 0.538786 0.156823 0.496931 0.15698 0.470335 0.157137 0.471716 0.157294 0.496179 0.15745 0.523679 0.157607 0.531399 0.157764 0.509077 0.157921 0.465744 0.158078 0.420359 0.158234 0.389775 0.158391 0.382313 0.158548 0.397605 0.158705 0.427212 0.158862 0.456363 0.159018 0.472586 0.159175 0.474664 0.159332 0.473143 0.159489 0.481655 0.159646 0.505087 0.159802 0.534375 0.159959 0.554879 0.160116 0.561759 0.160273 0.565788 0.16043 0.578506 0.160587 0.595166 0.160743 0.599737 0.1609 0.585471 0.161057 0.561636 0.161214 0.538782 0.161371 0.517209 0.161527 0.494709 0.161684 0.476232 0.161841 0.468861 0.161998 0.472111 0.162155 0.479332 0.162311 0.484693 0.162468 0.487301 0.162625 0.490909 0.162782 0.503702 0.162939 0.530719 0.163095 0.561697 0.163252 0.57544 0.163409 0.561586 0.163566 0.532331 0.163723 0.508263 0.163879 0.498731 0.164036 0.502968 0.164193 0.5177 0.16435 0.533956 0.164507 0.535911 0.164663 0.516265 0.16482 0.487909 0.164977 0.467271 0.165134 0.450868 0.165291 0.425119 0.165447 0.394053 0.165604 0.379298 0.165761 0.388755 0.165918 0.403261 0.166075 0.401404 0.166231 0.385027 0.166388 0.371116 0.166545 0.36895 0.166702 0.374029 0.166859 0.379621 0.167015 0.383583 0.167172 0.386349 0.167329 0.387616 0.167486 0.386933 0.167643 0.383794 0.167799 0.381325 0.167956 0.390356 0.168113 0.424302 0.16827 0.486581 0.168427 0.562408 0.168583 0.625474 0.16874 0.65313 0.168897 0.637434 0.169054 0.589162 0.169211 0.533751 0.169367 0.497436 0.169524 0.492737 0.169681 0.514425 0.169838 0.546328 0.169995 0.568863 0.170151 0.564846 0.170308 0.530043 0.170465 0.479786 0.170622 0.440657 0.170779 0.430344 0.170935 0.445595 0.171092 0.468282 0.171249 0.479187 0.171406 0.468831 0.171563 0.444787 0.171719 0.426369 0.171876 0.428979 0.172033 0.450945 0.17219 0.480561 0.172347 0.512878 0.172504 0.548987 0.17266 0.582138 0.172817 0.598222 0.172974 0.594313 0.173131 0.584262 0.173288 0.581242 0.173444 0.582909 0.173601 0.581344 0.173758 0.577035 0.173915 0.574241 0.174072 0.570463 0.174228 0.559779 0.174385 0.541297 0.174542 0.516009 0.174699 0.482222 0.174856 0.440079 0.175012 0.398414 0.175169 0.367666 0.175326 0.350823 0.175483 0.347159 0.17564 0.35908 0.175796 0.386649 0.175953 0.418672 0.17611 0.440611 0.176267 0.45069 0.176424 0.458076 0.17658 0.465863 0.176737 0.466566 0.176894 0.456774 0.177051 0.445468 0.177208 0.443179 0.177364 0.449431 0.177521 0.456213 0.177678 0.460159 0.177835 0.465751 0.177992 0.478855 0.178148 0.497778 0.178305 0.511682 0.178462 0.507094 0.178619 0.480434 0.178776 0.444401 0.178932 0.418128 0.179089 0.409848 0.179246 0.41298 0.179403 0.419273 0.17956 0.429252 0.179716 0.449221 0.179873 0.480111 0.18003 0.514148 0.180187 0.540577 0.180344 0.551414 0.1805 0.544554 0.180657 0.524055 0.180814 0.500473 0.180971 0.484997 0.181128 0.482865 0.181284 0.491353 0.181441 0.505301 0.181598 0.522616 0.181755 0.541246 0.181912 0.552574 0.182068 0.544964 0.182225 0.518709 0.182382 0.493089 0.182539 0.489769 0.182696 0.507554 0.182852 0.520994 0.183009 0.508889 0.183166 0.478494 0.183323 0.456551 0.18348 0.46101 0.183636 0.486711 0.183793 0.516185 0.18395 0.534988 0.184107 0.536951 0.184264 0.523035 0.184421 0.501556 0.184577 0.485807 0.184734 0.485557 0.184891 0.498911 0.185048 0.514737 0.185205 0.525113 0.185361 0.531673 0.185518 0.53998 0.185675 0.548603 0.185832 0.548423 0.185989 0.534242 0.186145 0.512874 0.186302 0.496455 0.186459 0.490078 0.186616 0.491233 0.186773 0.497318 0.186929 0.508856 0.187086 0.523862 0.187243 0.537136 0.1874 0.547133 0.187557 0.556282 0.187713 0.560082 0.18787 0.546036 0.188027 0.51028 0.188184 0.469937 0.188341 0.44948 0.188497 0.454791 0.188654 0.469929 0.188811 0.479054 0.188968 0.479418 0.189125 0.474967 0.189281 0.46622 0.189438 0.453343 0.189595 0.441858 0.189752 0.437259 0.189909 0.43726 0.190065 0.436738 0.190222 0.437408 0.190379 0.445875 0.190536 0.461696 0.190693 0.474196 0.190849 0.47527 0.191006 0.470454 0.191163 0.471945 0.19132 0.482661 0.191477 0.491417 0.191633 0.48606 0.19179 0.466774 0.191947 0.445028 0.192104 0.433054 0.192261 0.436579 0.192417 0.453495 0.192574 0.475112 0.192731 0.490705 0.192888 0.496096 0.193045 0.498734 0.193201 0.507659 0.193358 0.519349 0.193515 0.51985 0.193672 0.503377 0.193829 0.482886 0.193985 0.475687 0.194142 0.486475 0.194299 0.506496 0.194456 0.526166 0.194613 0.542039 0.194769 0.554623 0.194926 0.565616 0.195083 0.575291 0.19524 0.58021 0.195397 0.575883 0.195553 0.565176 0.19571 0.55944 0.195867 0.563706 0.196024 0.566479 0.196181 0.553938 0.196338 0.5323 0.196494 0.522478 0.196651 0.535836 0.196808 0.561638 0.196965 0.582568 0.197122 0.589985 0.197278 0.581384 0.197435 0.555784 0.197592 0.520593 0.197749 0.494859 0.197906 0.493155 0.198062 0.509565 0.198219 0.525271 0.198376 0.530058 0.198533 0.528574 0.19869 0.526664 0.198846 0.524513 0.199003 0.522256 0.19916 0.525251 0.199317 0.535567 0.199474 0.544355 0.19963 0.541208 0.199787 0.526937 0.199944 0.512145 0.200101 0.502858 0.200258 0.49436 0.200414 0.478677 0.200571 0.45619 0.200728 0.434747 0.200885 0.420882 0.201042 0.414886 0.201198 0.413793 0.201355 0.413855 0.201512 0.411228 0.201669 0.404579 0.201826 0.399956 0.201982 0.407966 0.202139 0.431937 0.202296 0.460276 0.202453 0.47721 0.20261 0.480741 0.202766 0.482798 0.202923 0.492611 0.20308 0.504946 0.203237 0.508615 0.203394 0.501863 0.20355 0.493141 0.203707 0.49071 0.203864 0.493962 0.204021 0.495511 0.204178 0.488746 0.204334 0.472282 0.204491 0.45035 0.204648 0.429137 0.204805 0.412149 0.204962 0.400559 0.205118 0.395839 0.205275 0.39876 0.205432 0.40479 0.205589 0.405047 0.205746 0.393812 0.205902 0.373306 0.206059 0.350809 0.206216 0.333234 0.206373 0.326669 0.20653 0.334018 0.206686 0.351395 0.206843 0.369014 0.207 0.382041 0.207157 0.394304 0.207314 0.40933 0.20747 0.422832 0.207627 0.430849 0.207784 0.439547 0.207941 0.455869 0.208098 0.473069 0.208255 0.476031 0.208411 0.462855 0.208568 0.448359 0.208725 0.44473 0.208882 0.44892 0.209039 0.453023 0.209195 0.457814 0.209352 0.46693 0.209509 0.477487 0.209666 0.485402 0.209823 0.492974 0.209979 0.501689 0.210136 0.501979 0.210293 0.481617 0.21045 0.445408 0.210607 0.414422 0.210763 0.404621 0.21092 0.413479 0.211077 0.427257 0.211234 0.435291 0.211391 0.433725 0.211547 0.423186 0.211704 0.408583 0.211861 0.396931 0.212018 0.392353 0.212175 0.39388 0.212331 0.399766 0.212488 0.411277 0.212645 0.42987 0.212802 0.452883 0.212959 0.472788 0.213115 0.481472 0.213272 0.477827 0.213429 0.474748 0.213586 0.491382 0.213743 0.532834 0.213899 0.578736 0.214056 0.601231 0.214213 0.592915 0.21437 0.569566 0.214527 0.547962 0.214683 0.532746 0.21484 0.52723 0.214997 0.540576 0.215154 0.573178 0.215311 0.606844 0.215467 0.620253 0.215624 0.610571 0.215781 0.590128 0.215938 0.566506 0.216095 0.537568 0.216251 0.504374 0.216408 0.476097 0.216565 0.460032 0.216722 0.452036 0.216879 0.443122 0.217035 0.431991 0.217192 0.429587 0.217349 0.450854 0.217506 0.497399 0.217663 0.548685 0.217819 0.57481 0.217976 0.566359 0.218133 0.543034 0.21829 0.527961 0.218447 0.519924 0.218603 0.499614 0.21876 0.460817 0.218917 0.419762 0.219074 0.394044 0.219231 0.385117 0.219387 0.385617 0.219544 0.392038 0.219701 0.404916 0.219858 0.421893 0.220015 0.436976 0.220172 0.443567 0.220328 0.437524 0.220485 0.42234 0.220642 0.412698 0.220799 0.425833 0.220956 0.462893 0.221112 0.504683 0.221269 0.527111 0.221426 0.520948 0.221583 0.496503 0.22174 0.474811 0.221896 0.473803 0.222053 0.496023 0.22221 0.527554 0.222367 0.553519 0.222524 0.5719 0.22268 0.585872 0.222837 0.58731 0.222994 0.560684 0.223151 0.50764 0.223308 0.455066 0.223464 0.430183 0.223621 0.435005 0.223778 0.450417 0.223935 0.456248 0.224092 0.444117 0.224248 0.420575 0.224405 0.402919 0.224562 0.406056 0.224719 0.423787 0.224876 0.433952 0.225032 0.426223 0.225189 0.415744 0.225346 0.422122 0.225503 0.443466 0.22566 0.462503 0.225816 0.469136 0.225973 0.465285 0.22613 0.455375 0.226287 0.446479 0.226444 0.451064 0.2266 0.47418 0.226757 0.50156 0.226914 0.513947 0.227071 0.513127 0.227228 0.517413 0.227384 0.53194 0.227541 0.538578 0.227698 0.522045 0.227855 0.492479 0.228012 0.473129 0.228168 0.474332 0.228325 0.485348 0.228482 0.488483 0.228639 0.475395 0.228796 0.453017 0.228952 0.436444 0.229109 0.433944 0.229266 0.441126 0.229423 0.450651 0.22958 0.461514 0.229736 0.473925 0.229893 0.480089 0.23005 0.473232 0.230207 0.462921 0.230364 0.467841 0.23052 0.49306 0.230677 0.523916 0.230834 0.544566 0.230991 0.552328 0.231148 0.550852 0.231304 0.544279 0.231461 0.537553 0.231618 0.53402 0.231775 0.528081 0.231932 0.510725 0.232089 0.487448 0.232245 0.477695 0.232402 0.490951 0.232559 0.513483 0.232716 0.526726 0.232873 0.526712 0.233029 0.518871 0.233186 0.506656 0.233343 0.495979 0.2335 0.497923 0.233657 0.51742 0.233813 0.541647 0.23397 0.555212 0.234127 0.557746 0.234284 0.558253 0.234441 0.556468 0.234597 0.54676 0.234754 0.534475 0.234911 0.534196 0.235068 0.549776 0.235225 0.568538 0.235381 0.577667 0.235538 0.573576 0.235695 0.55516 0.235852 0.520885 0.236009 0.477288 0.236165 0.441024 0.236322 0.425765 0.236479 0.430176 0.236636 0.441926 0.236793 0.446944 0.236949 0.437086 0.237106 0.416865 0.237263 0.402639 0.23742 0.406574 0.237577 0.416632 0.237733 0.407375 0.23789 0.374099 0.238047 0.345667 0.238204 0.350041 0.238361 0.377964 0.238517 0.394894 0.238674 0.383834 0.238831 0.360542 0.238988 0.346516 0.239145 0.343918 0.239301 0.344814 0.239458 0.348569 0.239615 0.358613 0.239772 0.369922 0.239929 0.373711 0.240085 0.37388 0.240242 0.384647 0.240399 0.408306 0.240556 0.427186 0.240713 0.424138 0.240869 0.406509 0.241026 0.398394 0.241183 0.413185 0.24134 0.44119 0.241497 0.463094 0.241653 0.470027 0.24181 0.468141 0.241967 0.469375 0.242124 0.479884 0.242281 0.492886 0.242437 0.492932 0.242594 0.470649 0.242751 0.436085 0.242908 0.408858 0.243065 0.39516 0.243221 0.381267 0.243378 0.354865 0.243535 0.325028 0.243692 0.313027 0.243849 0.328944 0.244006 0.364513 0.244162 0.403977 0.244319 0.434578 0.244476 0.448075 0.244633 0.444815 0.24479 0.436592 0.244946 0.435543 0.245103 0.439455 0.24526 0.437801 0.245417 0.433258 0.245574 0.444821 0.24573 0.481061 0.245887 0.522082 0.246044 0.538062 0.246201 0.521192 0.246358 0.489446 0.246514 0.462553 0.246671 0.445783 0.246828 0.434712 0.246985 0.425302 0.247142 0.415278 0.247298 0.405795 0.247455 0.405618 0.247612 0.426073 0.247769 0.466855 0.247926 0.510423 0.248082 0.537441 0.248239 0.545709 0.248396 0.55051 0.248553 0.566324 0.24871 0.589517 0.248866 0.601295 0.249023 0.585702 0.24918 0.546635 0.249337 0.508058 0.249494 0.493657 0.24965 0.504731 0.249807 0.51978 0.249964 0.518458 0.250121 0.501761 0.250278 0.485872 0.250434 0.479575 0.250591 0.476619 0.250748 0.469281 0.250905 0.46082 0.251062 0.457624 0.251218 0.454196 0.251375 0.437901 0.251532 0.408988 0.251689 0.387389 0.251846 0.394038 0.252002 0.427228 0.252159 0.464539 0.252316 0.485227 0.252473 0.485997 0.25263 0.475276 0.252786 0.461192 0.252943 0.449711 0.2531 0.446702 0.253257 0.454011 0.253414 0.464187 0.25357 0.467107 0.253727 0.461772 0.253884 0.456675 0.254041 0.45793 0.254198 0.462374 0.254354 0.46453 0.254511 0.463885 0.254668 0.462044 0.254825 0.457728 0.254982 0.450757 0.255138 0.445368 0.255295 0.446616 0.255452 0.455041 0.255609 0.467886 0.255766 0.483149 0.255923 0.495665 0.256079 0.494334 0.256236 0.471356 0.256393 0.433427 0.25655 0.399069 0.256707 0.383914 0.256863 0.393403 0.25702 0.425366 0.257177 0.470463 0.257334 0.510032 0.257491 0.524921 0.257647 0.511989 0.257804 0.487215 0.257961 0.467914 0.258118 0.457224 0.258275 0.448893 0.258431 0.440183 0.258588 0.433088 0.258745 0.427516 0.258902 0.421244 0.259059 0.416471 0.259215 0.419028 0.259372 0.4315 0.259529 0.448028 0.259686 0.456671 0.259843 0.448275 0.259999 0.425313 0.260156 0.403456 0.260313 0.399168 0.26047 0.412836 0.260627 0.430333 0.260783 0.439991 0.26094 0.442008 0.261097 0.438317 0.261254 0.424171 0.261411 0.399293 0.261567 0.3784 0.261724 0.378753 0.261881 0.399262 0.262038 0.424178 0.262195 0.446007 0.262351 0.472205 0.262508 0.508357 0.262665 0.543955 0.262822 0.561535 0.262979 0.552791 0.263135 0.522097 0.263292 0.481975 0.263449 0.4477 0.263606 0.432225 0.263763 0.440153 0.263919 0.466154 0.264076 0.499736 0.264233 0.528409 0.26439 0.541929 0.264547 0.537362 0.264703 0.521018 0.26486 0.50201 0.265017 0.483017 0.265174 0.464745 0.265331 0.452652 0.265487 0.450911 0.265644 0.449759 0.265801 0.435176 0.265958 0.410764 0.266115 0.399649 0.266271 0.41376 0.266428 0.432758 0.266585 0.426654 0.266742 0.393743 0.266899 0.36333 0.267055 0.3605 0.267212 0.37866 0.267369 0.391286 0.267526 0.383314 0.267683 0.363055 0.26784 0.346608 0.267996 0.335629 0.268153 0.318708 0.26831 0.291411 0.268467 0.267305 0.268624 0.261762 0.26878 0.273241 0.268937 0.288244 0.269094 0.303579 0.269251 0.326584 0.269408 0.356416 0.269564 0.381822 0.269721 0.400308 0.269878 0.423497 0.270035 0.454439 0.270192 0.470998 0.270348 0.450651 0.270505 0.401758 0.270662 0.355322 0.270819 0.332471 0.270976 0.331282 0.271132 0.343771 0.271289 0.366174 0.271446 0.39039 0.271603 0.399813 0.27176 0.381426 0.271916 0.337904 0.272073 0.285991 0.27223 0.247302 0.272387 0.241359 0.272544 0.274782 0.2727 0.333579 0.272857 0.392966 0.273014 0.433909 0.273171 0.449192 0.273328 0.435352 0.273484 0.396042 0.273641 0.354405 0.273798 0.344279 0.273955 0.377254 0.274112 0.425771 0.274268 0.450877 0.274425 0.444807 0.274582 0.433015 0.274739 0.438296 0.274896 0.454712 0.275052 0.461926 0.275209 0.454689 0.275366 0.447805 0.275523 0.452039 0.27568 0.456305 0.275836 0.440896 0.275993 0.405184 0.27615 0.373707 0.276307 0.370308 0.276464 0.394682 0.27662 0.428874 0.276777 0.459331 0.276934 0.482789 0.277091 0.496291 0.277248 0.497448 0.277404 0.496253 0.277561 0.511757 0.277718 0.549094 0.277875 0.589844 0.278032 0.611208 0.278188 0.610811 0.278345 0.601936 0.278502 0.591007 0.278659 0.573343 0.278816 0.543134 0.278972 0.500851 0.279129 0.450704 0.279286 0.400254 0.279443 0.361527 0.2796 0.345711 0.279757 0.351577 0.279913 0.367099 0.28007 0.384396 0.280227 0.406217 0.280384 0.436196 0.280541 0.470193 0.280697 0.497393 0.280854 0.509608 0.281011 0.50309 0.281168 0.479719 0.281325 0.45111 0.281481 0.435229 0.281638 0.441894 0.281795 0.46276 0.281952 0.478922 0.282109 0.477271 0.282265 0.459277 0.282422 0.434767 0.282579 0.413155 0.282736 0.397577 0.282893 0.384765 0.283049 0.368612 0.283206 0.349114 0.283363 0.334469 0.28352 0.332577 0.283677 0.343083 0.283833 0.361031 0.28399 0.385637 0.284147 0.418734 0.284304 0.454607 0.284461 0.479343 0.284617 0.481448 0.284774 0.462563 0.284931 0.433632 0.285088 0.407616 0.285245 0.397196 0.285401 0.412639 0.285558 0.452804 0.285715 0.501358 0.285872 0.536535 0.286029 0.547708 0.286185 0.540068 0.286342 0.527093 0.286499 0.520645 0.286656 0.524549 0.286813 0.534069 0.286969 0.541182 0.287126 0.54422 0.287283 0.549597 0.28744 0.560381 0.287597 0.565813 0.287753 0.550923 0.28791 0.51652 0.288067 0.47553 0.288224 0.43812 0.288381 0.404514 0.288537 0.378363 0.288694 0.370829 0.288851 0.383462 0.289008 0.399274 0.289165 0.400919 0.289321 0.392059 0.289478 0.391147 0.289635 0.408371 0.289792 0.436349 0.289949 0.461405 0.290105 0.472997 0.290262 0.467016 0.290419 0.448013 0.290576 0.426974 0.290733 0.408078 0.290889 0.380885 0.291046 0.337303 0.291203 0.293335 0.29136 0.278064 0.291517 0.297962 0.291674 0.327632 0.29183 0.342656 0.291987 0.347425 0.292144 0.361147 0.292301 0.386077 0.292458 0.408154 0.292614 0.420145 0.292771 0.428666 0.292928 0.440325 0.293085 0.451027 0.293242 0.456106 0.293398 0.45835 0.293555 0.46279 0.293712 0.470223 0.293869 0.480223 0.294026 0.490764 0.294182 0.49549 0.294339 0.489175 0.294496 0.478047 0.294653 0.478374 0.29481 0.497305 0.294966 0.524279 0.295123 0.544748 0.29528 0.558323 0.295437 0.570687 0.295594 0.578431 0.29575 0.571852 0.295907 0.552854 0.296064 0.538249 0.296221 0.539298 0.296378 0.548918 0.296534 0.554343 0.296691 0.553946 0.296848 0.554771 0.297005 0.555164 0.297162 0.543142 0.297318 0.513685 0.297475 0.479455 0.297632 0.45899 0.297789 0.45689 0.297946 0.461053 0.298102 0.459813 0.298259 0.456056 0.298416 0.461374 0.298573 0.477111 0.29873 0.489687 0.298886 0.484273 0.299043 0.463083 0.2992 0.441561 0.299357 0.430917 0.299514 0.428568 0.29967 0.425547 0.299827 0.421165 0.299984 0.422462 0.300141 0.434644 0.300298 0.452374 0.300454 0.463019 0.300611 0.457108 0.300768 0.437959 0.300925 0.420356 0.301082 0.416036 0.301238 0.419871 0.301395 0.414616 0.301552 0.393091 0.301709 0.370858 0.301866 0.371126 0.302022 0.400205 0.302179 0.440558 0.302336 0.468916 0.302493 0.475853 0.30265 0.468625 0.302806 0.459719 0.302963 0.454425 0.30312 0.447644 0.303277 0.434252 0.303434 0.421765 0.303591 0.425809 0.303747 0.450333 0.303904 0.479749 0.304061 0.496211 0.304218 0.501653 0.304375 0.509666 0.304531 0.524999 0.304688 0.541242 0.304845 0.557348 0.305002 0.577761 0.305159 0.597512 0.305315 0.60096 0.305472 0.583735 0.305629 0.558246 0.305786 0.533265 0.305943 0.500513 0.306099 0.454515 0.306256 0.413226 0.306413 0.40202 0.30657 0.423696 0.306727 0.457861 0.306883 0.484151 0.30704 0.493482 0.307197 0.48193 0.307354 0.451694 0.307511 0.417147 0.307667 0.396801 0.307824 0.394904 0.307981 0.401653 0.308138 0.410307 0.308295 0.421919 0.308451 0.432676 0.308608 0.430293 0.308765 0.412153 0.308922 0.395656 0.309079 0.40246 0.309235 0.436323 0.309392 0.481546 0.309549 0.519403 0.309706 0.542701 0.309863 0.557119 0.310019 0.570546 0.310176 0.580127 0.310333 0.572264 0.31049 0.54241 0.310647 0.509417 0.310803 0.499651 0.31096 0.518441 0.311117 0.546465 0.311274 0.565211 0.311431 0.572555 0.311587 0.571547 0.311744 0.560325 0.311901 0.539968 0.312058 0.521069 0.312215 0.511028 0.312371 0.505192 0.312528 0.499342 0.312685 0.500246 0.312842 0.514218 0.312999 0.530487 0.313155 0.531597 0.313312 0.512534 0.313469 0.481513 0.313626 0.446725 0.313783 0.413972 0.313939 0.393711 0.314096 0.394335 0.314253 0.408693 0.31441 0.416212 0.314567 0.404014 0.314723 0.376972 0.31488 0.349843 0.315037 0.336446 0.315194 0.345676 0.315351 0.3741 0.315508 0.401726 0.315664 0.406766 0.315821 0.387553 0.315978 0.363643 0.316135 0.350416 0.316292 0.346062 0.316448 0.346415 0.316605 0.360386 0.316762 0.397907 0.316919 0.449622 0.317076 0.490986 0.317232 0.507203 0.317389 0.504793 0.317546 0.498134 0.317703 0.493282 0.31786 0.485248 0.318016 0.468984 0.318173 0.443675 0.31833 0.410746 0.318487 0.37174 0.318644 0.331406 0.3188 0.301525 0.318957 0.293913 0.319114 0.309756 0.319271 0.336975 0.319428 0.363336 0.319584 0.38881 0.319741 0.419917 0.319898 0.454241 0.320055 0.478275 0.320212 0.482904 0.320368 0.474593 0.320525 0.467058 0.320682 0.466368 0.320839 0.467194 0.320996 0.462125 0.321152 0.450918 0.321309 0.441923 0.321466 0.447082 0.321623 0.471699 0.32178 0.507437 0.321936 0.536154 0.322093 0.54606 0.32225 0.542067 0.322407 0.539207 0.322564 0.547142 0.32272 0.562202 0.322877 0.573412 0.323034 0.573406 0.323191 0.563628 0.323348 0.55334 0.323504 0.552072 0.323661 0.561447 0.323818 0.575156 0.323975 0.58482 0.324132 0.585461 0.324288 0.575706 0.324445 0.557453 0.324602 0.539449 0.324759 0.532991 0.324916 0.540059 0.325072 0.547911 0.325229 0.542576 0.325386 0.526064 0.325543 0.513293 0.3257 0.513718 0.325856 0.521511 0.326013 0.525992 0.32617 0.52418 0.326327 0.519448 0.326484 0.513809 0.32664 0.506846 0.326797 0.499877 0.326954 0.497412 0.327111 0.504988 0.327268 0.526894 0.327425 0.562199 0.327581 0.60056 0.327738 0.627262 0.327895 0.636146 0.328052 0.637703 0.328209 0.647721 0.328365 0.669682 0.328522 0.690702 0.328679 0.693634 0.328836 0.671459 0.328993 0.631763 0.329149 0.592741 0.329306 0.573448 0.329463 0.578685 0.32962 0.593406 0.329777 0.594704 0.329933 0.573417 0.33009 0.541579 0.330247 0.51826 0.330404 0.511102 0.330561 0.512987 0.330717 0.510903 0.330874 0.498127 0.331031 0.478634 0.331188 0.463796 0.331345 0.462612 0.331501 0.473492 0.331658 0.487908 0.331815 0.501543 0.331972 0.51519 0.332129 0.526495 0.332285 0.529055 0.332442 0.523624 0.332599 0.522787 0.332756 0.534846 0.332913 0.550667 0.333069 0.553801 0.333226 0.542943 0.333383 0.532691 0.33354 0.533504 0.333697 0.540327 0.333853 0.544351 0.33401 0.54487 0.334167 0.545117 0.334324 0.542759 0.334481 0.531458 0.334637 0.511091 0.334794 0.488984 0.334951 0.47285 0.335108 0.465309 0.335265 0.46299 0.335421 0.460091 0.335578 0.45269 0.335735 0.444068 0.335892 0.442562 0.336049 0.452022 0.336205 0.466661 0.336362 0.478525 0.336519 0.487358 0.336676 0.497986 0.336833 0.509516 0.336989 0.512255 0.337146 0.499498 0.337303 0.478215 0.33746 0.462772 0.337617 0.459297 0.337773 0.459703 0.33793 0.454093 0.338087 0.444184 0.338244 0.438527 0.338401 0.43923 0.338557 0.441431 0.338714 0.445858 0.338871 0.461353 0.339028 0.488153 0.339185 0.508432 0.339342 0.50666 0.339498 0.488924 0.339655 0.472373 0.339812 0.459212 0.339969 0.437126 0.340126 0.404676 0.340282 0.377867 0.340439 0.36405 0.340596 0.349478 0.340753 0.322375 0.34091 0.297242 0.341066 0.298944 0.341223 0.330661 0.34138 0.372063 0.341537 0.403855 0.341694 0.419634 0.34185 0.419618 0.342007 0.409003 0.342164 0.404043 0.342321 0.421271 0.342478 0.455058 0.342634 0.480162 0.342791 0.48195 0.342948 0.474439 0.343105 0.47862 0.343262 0.49517 0.343418 0.508265 0.343575 0.508966 0.343732 0.500661 0.343889 0.486853 0.344046 0.466761 0.344202 0.443482 0.344359 0.425852 0.344516 0.41715 0.344673 0.410411 0.34483 0.400585 0.344986 0.392216 0.345143 0.393014 0.3453 0.402266 0.345457 0.413811 0.345614 0.427969 0.34577 0.451759 0.345927 0.486551 0.346084 0.519948 0.346241 0.534331 0.346398 0.523311 0.346554 0.49651 0.346711 0.469368 0.346868 0.452303 0.347025 0.447713 0.347182 0.454658 0.347338 0.468941 0.347495 0.480999 0.347652 0.480153 0.347809 0.465161 0.347966 0.447386 0.348122 0.441903 0.348279 0.451546 0.348436 0.466473 0.348593 0.478982 0.34875 0.493888 0.348906 0.518378 0.349063 0.545994 0.34922 0.558383 0.349377 0.548744 0.349534 0.53216 0.34969 0.529218 0.349847 0.541024 0.350004 0.551288 0.350161 0.547291 0.350318 0.532347 0.350474 0.516132 0.350631 0.502007 0.350788 0.488933 0.350945 0.477287 0.351102 0.468482 0.351259 0.465287 0.351415 0.475121 0.351572 0.504673 0.351729 0.546864 0.351886 0.5809 0.352043 0.593952 0.352199 0.595102 0.352356 0.599055 0.352513 0.600408 0.35267 0.581358 0.352827 0.543611 0.352983 0.515641 0.35314 0.520956 0.353297 0.549509 0.353454 0.569618 0.353611 0.564115 0.353767 0.54409 0.353924 0.529519 0.354081 0.525249 0.354238 0.518142 0.354395 0.495333 0.354551 0.460109 0.354708 0.429703 0.354865 0.414555 0.355022 0.404377 0.355179 0.380864 0.355335 0.34435 0.355492 0.317629 0.355649 0.320759 0.355806 0.348998 0.355963 0.383812 0.356119 0.417161 0.356276 0.452599 0.356433 0.486458 0.35659 0.502111 0.356747 0.490755 0.356903 0.467141 0.35706 0.455543 0.357217 0.46175 0.357374 0.46934 0.357531 0.462293 0.357687 0.444507 0.357844 0.432919 0.358001 0.437631 0.358158 0.456014 0.358315 0.482636 0.358471 0.518464 0.358628 0.563098 0.358785 0.606682 0.358942 0.633662 0.359099 0.63895 0.359255 0.63106 0.359412 0.620717 0.359569 0.607606 0.359726 0.585451 0.359883 0.556343 0.360039 0.534323 0.360196 0.532827 0.360353 0.55186 0.36051 0.578658 0.360667 0.598751 0.360823 0.603953 0.36098 0.59386 0.361137 0.576449 0.361294 0.565492 0.361451 0.570862 0.361607 0.587634 0.361764 0.598676 0.361921 0.593395 0.362078 0.579575 0.362235 0.571926 0.362391 0.57162 0.362548 0.565161 0.362705 0.544103 0.362862 0.516487 0.363019 0.495154 0.363176 0.483629 0.363332 0.476931 0.363489 0.471442 0.363646 0.464142 0.363803 0.44845 0.36396 0.420619 0.364116 0.390246 0.364273 0.375233 0.36443 0.383232 0.364587 0.402148 0.364744 0.413923 0.3649 0.411705 0.365057 0.402488 0.365214 0.396659 0.365371 0.399499 0.365528 0.409923 0.365684 0.423377 0.365841 0.435579 0.365998 0.444488 0.366155 0.44971 0.366312 0.451562 0.366468 0.452408 0.366625 0.455867 0.366782 0.462253 0.366939 0.467954 0.367096 0.46977 0.367252 0.469462 0.367409 0.468572 0.367566 0.46374 0.367723 0.453707 0.36788 0.446522 0.368036 0.450312 0.368193 0.459729 0.36835 0.459723 0.368507 0.446618 0.368664 0.435827 0.36882 0.441994 0.368977 0.462637 0.369134 0.483122 0.369291 0.494025 0.369448 0.495766 0.369604 0.49236 0.369761 0.48725 0.369918 0.482812 0.370075 0.47697 0.370232 0.466113 0.370388 0.452409 0.370545 0.444836 0.370702 0.447595 0.370859 0.45259 0.371016 0.451656 0.371172 0.450928 0.371329 0.461032 0.371486 0.479606 0.371643 0.493207 0.3718 0.494768 0.371956 0.49 0.372113 0.485411 0.37227 0.480132 0.372427 0.472564 0.372584 0.465933 0.37274 0.464257 0.372897 0.466286 0.373054 0.466982 0.373211 0.462315 0.373368 0.450013 0.373524 0.433262 0.373681 0.421773 0.373838 0.42449 0.373995 0.437734 0.374152 0.447042 0.374308 0.444058 0.374465 0.434548 0.374622 0.429361 0.374779 0.431942 0.374936 0.438023 0.375093 0.444056 0.375249 0.449449 0.375406 0.456714 0.375563 0.470389 0.37572 0.491277 0.375877 0.510911 0.376033 0.51736 0.37619 0.510532 0.376347 0.503868 0.376504 0.505196 0.376661 0.504053 0.376817 0.487583 0.376974 0.463411 0.377131 0.453308 0.377288 0.465447 0.377445 0.485905 0.377601 0.499737 0.377758 0.508731 0.377915 0.522169 0.378072 0.538817 0.378229 0.550527 0.378385 0.556059 0.378542 0.56042 0.378699 0.560646 0.378856 0.544474 0.379013 0.510146 0.379169 0.478047 0.379326 0.473953 0.379483 0.499394 0.37964 0.528567 0.379797 0.536663 0.379953 0.525729 0.38011 0.516654 0.380267 0.521495 0.380424 0.533475 0.380581 0.541694 0.380737 0.545254 0.380894 0.547055 0.381051 0.544168 0.381208 0.531937 0.381365 0.514191 0.381521 0.500008 0.381678 0.492497 0.381835 0.487914 0.381992 0.485268 0.382149 0.488109 0.382305 0.497518 0.382462 0.510801 0.382619 0.526828 0.382776 0.544192 0.382933 0.55341 0.383089 0.542066 0.383246 0.513343 0.383403 0.487843 0.38356 0.479675 0.383717 0.480217 0.383873 0.472693 0.38403 0.457428 0.384187 0.448926 0.384344 0.45333 0.384501 0.462284 0.384657 0.467621 0.384814 0.471313 0.384971 0.474882 0.385128 0.471407 0.385285 0.453953 0.385441 0.426709 0.385598 0.40529 0.385755 0.406101 0.385912 0.433965 0.386069 0.474069 0.386225 0.497031 0.386382 0.482037 0.386539 0.438235 0.386696 0.396282 0.386853 0.375715 0.38701 0.370062 0.387166 0.365408 0.387323 0.361783 0.38748 0.367829 0.387637 0.384199 0.387794 0.40533 0.38795 0.43036 0.388107 0.459231 0.388264 0.483165 0.388421 0.489482 0.388578 0.479353 0.388734 0.468765 0.388891 0.470583 0.389048 0.483194 0.389205 0.497581 0.389362 0.507384 0.389518 0.508839 0.389675 0.499995 0.389832 0.483853 0.389989 0.468425 0.390146 0.457969 0.390302 0.448199 0.390459 0.431472 0.390616 0.406302 0.390773 0.380694 0.39093 0.367238 0.391086 0.376433 0.391243 0.40734 0.3914 0.447912 0.391557 0.485812 0.391714 0.517707 0.39187 0.542737 0.392027 0.552904 0.392184 0.540241 0.392341 0.51256 0.392498 0.490749 0.392654 0.488023 0.392811 0.500405 0.392968 0.519721 0.393125 0.542262 0.393282 0.562388 0.393438 0.570019 0.393595 0.562392 0.393752 0.550943 0.393909 0.546761 0.394066 0.549093 0.394222 0.553058 0.394379 0.559585 0.394536 0.56674 0.394693 0.560966 0.39485 0.531328 0.395006 0.48687 0.395163 0.448239 0.39532 0.424901 0.395477 0.411701 0.395634 0.405022 0.39579 0.407066 0.395947 0.414188 0.396104 0.416753 0.396261 0.414097 0.396418 0.417791 0.396574 0.437114 0.396731 0.46815 0.396888 0.500443 0.397045 0.52647 0.397202 0.541668 0.397358 0.546219 0.397515 0.546432 0.397672 0.547159 0.397829 0.54127 0.397986 0.518252 0.398142 0.484195 0.398299 0.460242 0.398456 0.45523 0.398613 0.452394 0.39877 0.434659 0.398927 0.410756 0.399083 0.40425 0.39924 0.42373 0.399397 0.455547 0.399554 0.483167 0.399711 0.501269 0.399867 0.512031 0.400024 0.51834 0.400181 0.521639 0.400338 0.521998 0.400495 0.518388 0.400651 0.513345 0.400808 0.513409 0.400965 0.521082 0.401122 0.530085 0.401279 0.534969 0.401435 0.53949 0.401592 0.548768 0.401749 0.556669 0.401906 0.551147 0.402063 0.529292 0.402219 0.498597 0.402376 0.467325 0.402533 0.443065 0.40269 0.437396 0.402847 0.456674 0.403003 0.487479 0.40316 0.505543 0.403317 0.502209 0.403474 0.489635 0.403631 0.478427 0.403787 0.465768 0.403944 0.45273 0.404101 0.454962 0.404258 0.48175 0.404415 0.514595 0.404571 0.5253 0.404728 0.510151 0.404885 0.492506 0.405042 0.490922 0.405199 0.500593 0.405355 0.507363 0.405512 0.506082 0.405669 0.499665 0.405826 0.489515 0.405983 0.476647 0.406139 0.465421 0.406296 0.460655 0.406453 0.460625 0.40661 0.456682 0.406767 0.439649 0.406923 0.406418 0.40708 0.364721 0.407237 0.329474 0.407394 0.311579 0.407551 0.309062 0.407707 0.313015 0.407864 0.321042 0.408021 0.337502 0.408178 0.361154 0.408335 0.381454 0.408491 0.39109 0.408648 0.395441 0.408805 0.403756 0.408962 0.416777 0.409119 0.4284 0.409275 0.436116 0.409432 0.441525 0.409589 0.444679 0.409746 0.442144 0.409903 0.432187 0.410059 0.417763 0.410216 0.403778 0.410373 0.396667 0.41053 0.404232 0.410687 0.428511 0.410844 0.459279 0.411 0.47941 0.411157 0.480116 0.411314 0.468854 0.411471 0.462131 0.411628 0.472111 0.411784 0.499898 0.411941 0.53576 0.412098 0.565598 0.412255 0.579012 0.412412 0.574102 0.412568 0.555112 0.412725 0.527918 0.412882 0.499459 0.413039 0.477887 0.413196 0.468033 0.413352 0.464495 0.413509 0.453963 0.413666 0.426943 0.413823 0.386477 0.41398 0.345182 0.414136 0.317189 0.414293 0.311923 0.41445 0.328537 0.414607 0.354213 0.414764 0.372571 0.41492 0.377067 0.415077 0.377121 0.415234 0.385776 0.415391 0.40764 0.415548 0.439097 0.415704 0.47546 0.415861 0.512649 0.416018 0.543595 0.416175 0.558821 0.416332 0.554521 0.416488 0.536029 0.416645 0.513373 0.416802 0.492315 0.416959 0.471621 0.417116 0.449284 0.417272 0.430929 0.417429 0.429335 0.417586 0.450174 0.417743 0.481108 0.4179 0.500825 0.418056 0.500275 0.418213 0.48814 0.41837 0.474223 0.418527 0.454618 0.418684 0.423386 0.41884 0.39063 0.418997 0.375801 0.419154 0.384913 0.419311 0.405596 0.419468 0.426413 0.419624 0.451242 0.419781 0.487135 0.419938 0.529738 0.420095 0.567822 0.420252 0.595998 0.420408 0.613936 0.420565 0.617339 0.420722 0.600721 0.420879 0.567907 0.421036 0.530663 0.421192 0.49538 0.421349 0.461677 0.421506 0.432838 0.421663 0.419508 0.42182 0.426236 0.421976 0.44173 0.422133 0.451329 0.42229 0.454597 0.422447 0.462347 0.422604 0.479573 0.422761 0.500734 0.422917 0.520592 0.423074 0.540037 0.423231 0.556513 0.423388 0.560117 0.423545 0.545118 0.423701 0.520449 0.423858 0.499833 0.424015 0.4858 0.424172 0.471407 0.424329 0.45676 0.424485 0.450619 0.424642 0.455387 0.424799 0.460504 0.424956 0.456502 0.425113 0.446254 0.425269 0.435323 0.425426 0.420681 0.425583 0.399662 0.42574 0.382809 0.425897 0.383937 0.426053 0.397589 0.42621 0.401172 0.426367 0.38353 0.426524 0.356459 0.426681 0.333608 0.426837 0.312002 0.426994 0.285826 0.427151 0.266616 0.427308 0.273075 0.427465 0.304161 0.427621 0.338041 0.427778 0.358121 0.427935 0.366754 0.428092 0.371987 0.428249 0.376455 0.428405 0.383949 0.428562 0.402196 0.428719 0.430011 0.428876 0.453422 0.429033 0.464385 0.429189 0.473914 0.429346 0.492909 0.429503 0.510746 0.42966 0.510043 0.429817 0.496818 0.429973 0.494718 0.43013 0.508526 0.430287 0.512812 0.430444 0.487902 0.430601 0.449564 0.430757 0.431473 0.430914 0.447676 0.431071 0.483927 0.431228 0.518021 0.431385 0.535664 0.431541 0.532034 0.431698 0.51358 0.431855 0.497469 0.432012 0.496817 0.432169 0.503026 0.432325 0.492547 0.432482 0.452894 0.432639 0.395765 0.432796 0.343238 0.432953 0.309401 0.433109 0.296907 0.433266 0.301671 0.433423 0.315126 0.43358 0.328681 0.433737 0.34185 0.433893 0.362383 0.43405 0.394183 0.434207 0.42756 0.434364 0.448676 0.434521 0.454052 0.434678 0.452269 0.434834 0.452076 0.434991 0.456029 0.435148 0.463166 0.435305 0.473119 0.435462 0.483359 0.435618 0.486723 0.435775 0.47708 0.435932 0.457477 0.436089 0.4402 0.436246 0.435706 0.436402 0.442332 0.436559 0.450321 0.436716 0.45608 0.436873 0.465245 0.43703 0.479985 0.437186 0.488453 0.437343 0.477702 0.4375 0.453306 0.437657 0.436979 0.437814 0.441943 0.43797 0.459945 0.438127 0.474725 0.438284 0.481115 0.438441 0.484517 0.438598 0.487514 0.438754 0.487162 0.438911 0.481876 0.439068 0.476024 0.439225 0.476604 0.439382 0.487396 0.439538 0.50456 0.439695 0.517463 0.439852 0.515989 0.440009 0.503161 0.440166 0.495463 0.440322 0.505564 0.440479 0.529785 0.440636 0.555281 0.440793 0.575718 0.44095 0.591346 0.441106 0.596267 0.441263 0.579498 0.44142 0.540814 0.441577 0.498716 0.441734 0.477657 0.44189 0.488258 0.442047 0.521165 0.442204 0.55506 0.442361 0.569317 0.442518 0.557384 0.442674 0.532129 0.442831 0.51564 0.442988 0.518027 0.443145 0.527252 0.443302 0.525458 0.443458 0.510569 0.443615 0.4961 0.443772 0.491738 0.443929 0.491205 0.444086 0.483634 0.444242 0.469651 0.444399 0.462673 0.444556 0.472484 0.444713 0.495524 0.44487 0.517719 0.445026 0.527468 0.445183 0.524832 0.44534 0.522241 0.445497 0.534047 0.445654 0.562777 0.44581 0.594145 0.445967 0.610076 0.446124 0.605274 0.446281 0.589769 0.446438 0.574614 0.446595 0.561914 0.446751 0.5486 0.446908 0.534269 0.447065 0.519095 0.447222 0.502132 0.447379 0.485535 0.447535 0.476559 0.447692 0.480356 0.447849 0.491651 0.448006 0.501705 0.448163 0.508527 0.448319 0.516843 0.448476 0.529762 0.448633 0.544783 0.44879 0.554962 0.448947 0.549079 0.449103 0.517322 0.44926 0.467744 0.449417 0.425824 0.449574 0.408406 0.449731 0.401167 0.449887 0.378821 0.450044 0.34441 0.450201 0.328635 0.450358 0.348533 0.450515 0.388202 0.450671 0.424527 0.450828 0.45297 0.450985 0.476578 0.451142 0.48809 0.451299 0.481221 0.451455 0.467467 0.451612 0.463319 0.451769 0.467355 0.451926 0.466619 0.452083 0.456327 0.452239 0.442046 0.452396 0.42498 0.452553 0.400917 0.45271 0.372972 0.452867 0.351074 0.453023 0.34376 0.45318 0.355688 0.453337 0.390648 0.453494 0.442062 0.453651 0.489574 0.453807 0.517121 0.453964 0.530115 0.454121 0.541234 0.454278 0.546757 0.454435 0.53328 0.454591 0.501916 0.454748 0.467166 0.454905 0.435201 0.455062 0.401451 0.455219 0.373496 0.455375 0.369685 0.455532 0.389999 0.455689 0.409745 0.455846 0.411645 0.456003 0.406387 0.456159 0.412901 0.456316 0.431466 0.456473 0.454375 0.45663 0.481552 0.456787 0.511973 0.456943 0.531813 0.4571 0.529139 0.457257 0.517405 0.457414 0.524709 0.457571 0.56018 0.457727 0.603642 0.457884 0.628201 0.458041 0.624096 0.458198 0.600385 0.458355 0.569374 0.458512 0.536864 0.458668 0.501894 0.458825 0.465902 0.458982 0.439197 0.459139 0.433492 0.459296 0.446054 0.459452 0.457112 0.459609 0.44865 0.459766 0.421011 0.459923 0.388944 0.46008 0.367322 0.460236 0.363922 0.460393 0.379854 0.46055 0.409626 0.460707 0.443955 0.460864 0.475903 0.46102 0.501524 0.461177 0.516391 0.461334 0.518944 0.461491 0.518911 0.461648 0.529655 0.461804 0.548581 0.461961 0.555344 0.462118 0.536475 0.462275 0.501638 0.462432 0.466958 0.462588 0.434655 0.462745 0.401242 0.462902 0.374451 0.463059 0.368252 0.463216 0.384212 0.463372 0.410367 0.463529 0.437422 0.463686 0.462426 0.463843 0.480886 0.464 0.486936 0.464156 0.482287 0.464313 0.472893 0.46447 0.458315 0.464627 0.435272 0.464784 0.411004 0.46494 0.402217 0.465097 0.417247 0.465254 0.447135 0.465411 0.477326 0.465568 0.499194 0.465724 0.507602 0.465881 0.497442 0.466038 0.470769 0.466195 0.442596 0.466352 0.430996 0.466508 0.439285 0.466665 0.452344 0.466822 0.452235 0.466979 0.437467 0.467136 0.421453 0.467292 0.411559 0.467449 0.398795 0.467606 0.375361 0.467763 0.354497 0.46792 0.355535 0.468076 0.372333 0.468233 0.376603 0.46839 0.360474 0.468547 0.354218 0.468704 0.385934 0.46886 0.441513 0.469017 0.484664 0.469174 0.505979 0.469331 0.526461 0.469488 0.556308 0.469644 0.575966 0.469801 0.565807 0.469958 0.532334 0.470115 0.497935 0.470272 0.478126 0.470429 0.476633 0.470585 0.491886 0.470742 0.515633 0.470899 0.534231 0.471056 0.539368 0.471213 0.53515 0.471369 0.53205 0.471526 0.535054 0.471683 0.542396 0.47184 0.549053 0.471997 0.548289 0.472153 0.535251 0.47231 0.511258 0.472467 0.481512 0.472624 0.450763 0.472781 0.424904 0.472937 0.414344 0.473094 0.423641 0.473251 0.442377 0.473408 0.454721 0.473565 0.459667 0.473721 0.470129 0.473878 0.490586 0.474035 0.50965 0.474192 0.517173 0.474349 0.515924 0.474505 0.510885 0.474662 0.501481 0.474819 0.489091 0.474976 0.480978 0.475133 0.47776 0.475289 0.468271 0.475446 0.448356 0.475603 0.434751 0.47576 0.448659 0.475917 0.486069 0.476073 0.520105 0.47623 0.526843 0.476387 0.502949 0.476544 0.462532 0.476701 0.423372 0.476857 0.400854 0.477014 0.400699 0.477171 0.413511 0.477328 0.42225 0.477485 0.416815 0.477641 0.401498 0.477798 0.388312 0.477955 0.386058 0.478112 0.393681 0.478269 0.404379 0.478425 0.410932 0.478582 0.411769 0.478739 0.406924 0.478896 0.396838 0.479053 0.387475 0.479209 0.392599 0.479366 0.419871 0.479523 0.455528 0.47968 0.475562 0.479837 0.474649 0.479993 0.472868 0.48015 0.488146 0.480307 0.514437 0.480464 0.533433 0.480621 0.538692 0.480777 0.535999 0.480934 0.527869 0.481091 0.511146 0.481248 0.4883 0.481405 0.468173 0.481561 0.455171 0.481718 0.446593 0.481875 0.442238 0.482032 0.448147 0.482189 0.467094 0.482346 0.493273 0.482502 0.518249 0.482659 0.538072 0.482816 0.553763 0.482973 0.567082 0.48313 0.579732 0.483286 0.592981 0.483443 0.605961 0.4836 0.615431 0.483757 0.61693 0.483914 0.606242 0.48407 0.58283 0.484227 0.552502 0.484384 0.528016 0.484541 0.520844 0.484698 0.530662 0.484854 0.54286 0.485011 0.539084 0.485168 0.51518 0.485325 0.488709 0.485482 0.484735 0.485638 0.510309 0.485795 0.54718 0.485952 0.571343 0.486109 0.574665 0.486266 0.562096 0.486422 0.536309 0.486579 0.50039 0.486736 0.472144 0.486893 0.476564 0.48705 0.515773 0.487206 0.55972 0.487363 0.576178 0.48752 0.56276 0.487677 0.541091 0.487834 0.529845 0.48799 0.531424 0.488147 0.53845 0.488304 0.541732 0.488461 0.533172 0.488618 0.511637 0.488774 0.483579 0.488931 0.456167 0.489088 0.432168 0.489245 0.415891 0.489402 0.415762 0.489558 0.434254 0.489715 0.459485 0.489872 0.47697 0.490029 0.48353 0.490186 0.485242 0.490342 0.486811 0.490499 0.489701 0.490656 0.494298 0.490813 0.49482 0.49097 0.480112 0.491126 0.44959 0.491283 0.424104 0.49144 0.426108 0.491597 0.453818 0.491754 0.485467 0.49191 0.50835 0.492067 0.527893 0.492224 0.551201 0.492381 0.573808 0.492538 0.587058 0.492694 0.588709 0.492851 0.5839 0.493008 0.580795 0.493165 0.585863 0.493322 0.596632 0.493478 0.601809 0.493635 0.596911 0.493792 0.593731 0.493949 0.604312 0.494106 0.617711 0.494263 0.609429 0.494419 0.573973 0.494576 0.53201 0.494733 0.503958 0.49489 0.490629 0.495047 0.483922 0.495203 0.479705 0.49536 0.473622 0.495517 0.458366 0.495674 0.435737 0.495831 0.418892 0.495987 0.412336 0.496144 0.401099 0.496301 0.372275 0.496458 0.339284 0.496615 0.327526 0.496771 0.341774 0.496928 0.362147 0.497085 0.369219 0.497242 0.363128 0.497399 0.355737 0.497555 0.357291 0.497712 0.373193 0.497869 0.405108 0.498026 0.446998 0.498183 0.484203 0.498339 0.501214 0.498496 0.492927 0.498653 0.470216 0.49881 0.452514 0.498967 0.452592 0.499123 0.466591 0.49928 0.481021 0.499437 0.489699 0.499594 0.4959 0.499751 0.49787 0.499907 0.48596 0.500064 0.458709 0.500221 0.43354 0.500378 0.429094 0.500535 0.442602 0.500691 0.456693 0.500848 0.46498 0.501005 0.474658 0.501162 0.486638 0.501319 0.488872 0.501475 0.479421 0.501632 0.478263 0.501789 0.503115 0.501946 0.541253 0.502103 0.559043 0.502259 0.540665 0.502416 0.504118 0.502573 0.478586 0.50273 0.474486 0.502887 0.48081 0.503043 0.482325 0.5032 0.472033 0.503357 0.451909 0.503514 0.428614 0.503671 0.41107 0.503827 0.404923 0.503984 0.408675 0.504141 0.416306 0.504298 0.423282 0.504455 0.428606 0.504611 0.431909 0.504768 0.432517 0.504925 0.433639 0.505082 0.441819 0.505239 0.460691 0.505395 0.486266 0.505552 0.510797 0.505709 0.528482 0.505866 0.536991 0.506023 0.536647 0.50618 0.530985 0.506336 0.526656 0.506493 0.527699 0.50665 0.529099 0.506807 0.518426 0.506964 0.487886 0.50712 0.444659 0.507277 0.408203 0.507434 0.39445 0.507591 0.401923 0.507748 0.413977 0.507904 0.417565 0.508061 0.414466 0.508218 0.413408 0.508375 0.417793 0.508532 0.428523 0.508688 0.45339 0.508845 0.495563 0.509002 0.535478 0.509159 0.541722 0.509316 0.507789 0.509472 0.464677 0.509629 0.444114 0.509786 0.442756 0.509943 0.437245 0.5101 0.423251 0.510256 0.417595 0.510413 0.426426 0.51057 0.434257 0.510727 0.427057 0.510884 0.408674 0.51104 0.387017 0.511197 0.361026 0.511354 0.330272 0.511511 0.306469 0.511668 0.304281 0.511824 0.327081 0.511981 0.367242 0.512138 0.412776 0.512295 0.448366 0.512452 0.460299 0.512608 0.450711 0.512765 0.439064 0.512922 0.44261 0.513079 0.459505 0.513236 0.477451 0.513392 0.492401 0.513549 0.508862 0.513706 0.528801 0.513863 0.548838 0.51402 0.566951 0.514176 0.583061 0.514333 0.594213 0.51449 0.597574 0.514647 0.596398 0.514804 0.597323 0.51496 0.605677 0.515117 0.625083 0.515274 0.657924 0.515431 0.695983 0.515588 0.717379 0.515744 0.700845 0.515901 0.648268 0.516058 0.582242 0.516215 0.524187 0.516372 0.479728 0.516528 0.447373 0.516685 0.429837 0.516842 0.429605 0.516999 0.440366 0.517156 0.449696 0.517312 0.451385 0.517469 0.451445 0.517626 0.458539 0.517783 0.471165 0.51794 0.477563 0.518097 0.468575 0.518253 0.448676 0.51841 0.432106 0.518567 0.428356 0.518724 0.435419 0.518881 0.44506 0.519037 0.450702 0.519194 0.450179 0.519351 0.445369 0.519508 0.443435 0.519665 0.450857 0.519821 0.466332 0.519978 0.484452 0.520135 0.505214 0.520292 0.533587 0.520449 0.56613 0.520605 0.58749 0.520762 0.586765 0.520919 0.569594 0.521076 0.548063 0.521233 0.526896 0.521389 0.505709 0.521546 0.48909 0.521703 0.481994 0.52186 0.478534 0.522017 0.468118 0.522173 0.451772 0.52233 0.442564 0.522487 0.44923 0.522644 0.467554 0.522801 0.48889 0.522957 0.51029 0.523114 0.531788 0.523271 0.550804 0.523428 0.561939 0.523585 0.561156 0.523741 0.549743 0.523898 0.535506 0.524055 0.528136 0.524212 0.530272 0.524369 0.534644 0.524525 0.536039 0.524682 0.539818 0.524839 0.550463 0.524996 0.55806 0.525153 0.54695 0.525309 0.518468 0.525466 0.491384 0.525623 0.476961 0.52578 0.466096 0.525937 0.448257 0.526093 0.43179 0.52625 0.434932 0.526407 0.460862 0.526564 0.492336 0.526721 0.511392 0.526877 0.514596 0.527034 0.509396 0.527191 0.500193 0.527348 0.484535 0.527505 0.462538 0.527661 0.444532 0.527818 0.442893 0.527975 0.456672 0.528132 0.470855 0.528289 0.474078 0.528445 0.472275 0.528602 0.477718 0.528759 0.491525 0.528916 0.503691 0.529073 0.508485 0.529229 0.507393 0.529386 0.497235 0.529543 0.471443 0.5297 0.43586 0.529857 0.410428 0.530014 0.406792 0.53017 0.413862 0.530327 0.413592 0.530484 0.405905 0.530641 0.406469 0.530798 0.425246 0.530954 0.456228 0.531111 0.484582 0.531268 0.496481 0.531425 0.486106 0.531582 0.463674 0.531738 0.453627 0.531895 0.47318 0.532052 0.511626 0.532209 0.539247 0.532366 0.54032 0.532522 0.527727 0.532679 0.523917 0.532836 0.534003 0.532993 0.544085 0.53315 0.539724 0.533306 0.519916 0.533463 0.494593 0.53362 0.475379 0.533777 0.466868 0.533934 0.465194 0.53409 0.464225 0.534247 0.462127 0.534404 0.458998 0.534561 0.450036 0.534718 0.429221 0.534874 0.403084 0.535031 0.391419 0.535188 0.406007 0.535345 0.432771 0.535502 0.447527 0.535658 0.448417 0.535815 0.459378 0.535972 0.498728 0.536129 0.552926 0.536286 0.588804 0.536442 0.587121 0.536599 0.556761 0.536756 0.521149 0.536913 0.499737 0.53707 0.499576 0.537226 0.517413 0.537383 0.542046 0.53754 0.562009 0.537697 0.57113 0.537854 0.568853 0.53801 0.556999 0.538167 0.540423 0.538324 0.52698 0.538481 0.521671 0.538638 0.520204 0.538794 0.515154 0.538951 0.506474 0.539108 0.499537 0.539265 0.494563 0.539422 0.485911 0.539578 0.474109 0.539735 0.468461 0.539892 0.474032 0.540049 0.482971 0.540206 0.483926 0.540362 0.473348 0.540519 0.454898 0.540676 0.434168 0.540833 0.419621 0.54099 0.420606 0.541146 0.436354 0.541303 0.453622 0.54146 0.463063 0.541617 0.471321 0.541774 0.489665 0.541931 0.514082 0.542087 0.527934 0.542244 0.520573 0.542401 0.495982 0.542558 0.464567 0.542715 0.438562 0.542871 0.42914 0.543028 0.438379 0.543185 0.454108 0.543342 0.462475 0.543499 0.466089 0.543655 0.478869 0.543812 0.503545 0.543969 0.524673 0.544126 0.528107 0.544283 0.515041 0.544439 0.49693 0.544596 0.484137 0.544753 0.483456 0.54491 0.496025 0.545067 0.511718 0.545223 0.514817 0.54538 0.501705 0.545537 0.48569 0.545694 0.482072 0.545851 0.492825 0.546007 0.509603 0.546164 0.523664 0.546321 0.5277 0.546478 0.518564 0.546635 0.503019 0.546791 0.494789 0.546948 0.497763 0.547105 0.499936 0.547262 0.489786 0.547419 0.472244 0.547575 0.460162 0.547732 0.455896 0.547889 0.449927 0.548046 0.43669 0.548203 0.421309 0.548359 0.414083 0.548516 0.422504 0.548673 0.447398 0.54883 0.481916 0.548987 0.514526 0.549143 0.536581 0.5493 0.545469 0.549457 0.541335 0.549614 0.526916 0.549771 0.511095 0.549927 0.50378 0.550084 0.502399 0.550241 0.493924 0.550398 0.477268 0.550555 0.47212 0.550711 0.491189 0.550868 0.515017 0.551025 0.512714 0.551182 0.484667 0.551339 0.464168 0.551495 0.473418 0.551652 0.496207 0.551809 0.505509 0.551966 0.501782 0.552123 0.506992 0.552279 0.527808 0.552436 0.543923 0.552593 0.536978 0.55275 0.517355 0.552907 0.511555 0.553063 0.529544 0.55322 0.554498 0.553377 0.566963 0.553534 0.569263 0.553691 0.576244 0.553848 0.589704 0.554004 0.592748 0.554161 0.573139 0.554318 0.541255 0.554475 0.516312 0.554632 0.50187 0.554788 0.484794 0.554945 0.453977 0.555102 0.41464 0.555259 0.38069 0.555416 0.362432 0.555572 0.362133 0.555729 0.374994 0.555886 0.392532 0.556043 0.406102 0.5562 0.410244 0.556356 0.403637 0.556513 0.388667 0.55667 0.373272 0.556827 0.369338 0.556984 0.382053 0.55714 0.403648 0.557297 0.419967 0.557454 0.424769 0.557611 0.421939 0.557768 0.415481 0.557924 0.403429 0.558081 0.384352 0.558238 0.363943 0.558395 0.35177 0.558552 0.353856 0.558708 0.370203 0.558865 0.396805 0.559022 0.427251 0.559179 0.453809 0.559336 0.468454 0.559492 0.466229 0.559649 0.44783 0.559806 0.421516 0.559963 0.397635 0.56012 0.383146 0.560276 0.378483 0.560433 0.381136 0.56059 0.388279 0.560747 0.395491 0.560904 0.3984 0.56106 0.396355 0.561217 0.39313 0.561374 0.392191 0.561531 0.395188 0.561688 0.404975 0.561844 0.425301 0.562001 0.454313 0.562158 0.482749 0.562315 0.500059 0.562472 0.498602 0.562628 0.472308 0.562785 0.422958 0.562942 0.36904 0.563099 0.337143 0.563256 0.334697 0.563412 0.342739 0.563569 0.344008 0.563726 0.345568 0.563883 0.362114 0.56404 0.389192 0.564196 0.413131 0.564353 0.436964 0.56451 0.473063 0.564667 0.513008 0.564824 0.530535 0.56498 0.517893 0.565137 0.496487 0.565294 0.483409 0.565451 0.469179 0.565608 0.440914 0.565765 0.408343 0.565921 0.389422 0.566078 0.383556 0.566235 0.377611 0.566392 0.367843 0.566549 0.360873 0.566705 0.3579 0.566862 0.356659 0.567019 0.363719 0.567176 0.388164 0.567333 0.422282 0.567489 0.444583 0.567646 0.445939 0.567803 0.439181 0.56796 0.439159 0.568117 0.445082 0.568273 0.449343 0.56843 0.452909 0.568587 0.46438 0.568744 0.48639 0.568901 0.513072 0.569057 0.53679 0.569214 0.552632 0.569371 0.556437 0.569528 0.545985 0.569685 0.525086 0.569841 0.502352 0.569998 0.48088 0.570155 0.455122 0.570312 0.420324 0.570469 0.383934 0.570625 0.362441 0.570782 0.365433 0.570939 0.389274 0.571096 0.425404 0.571253 0.46723 0.571409 0.50504 0.571566 0.525029 0.571723 0.52304 0.57188 0.513725 0.572037 0.515573 0.572193 0.530095 0.57235 0.544032 0.572507 0.547168 0.572664 0.536207 0.572821 0.507171 0.572977 0.460388 0.573134 0.413112 0.573291 0.38926 0.573448 0.391375 0.573605 0.400285 0.573761 0.405836 0.573918 0.418236 0.574075 0.441048 0.574232 0.454633 0.574389 0.444529 0.574545 0.429231 0.574702 0.436811 0.574859 0.463181 0.575016 0.47702 0.575173 0.463623 0.575329 0.442073 0.575486 0.437141 0.575643 0.451595 0.5758 0.47022 0.575957 0.479515 0.576113 0.477227 0.57627 0.473421 0.576427 0.483048 0.576584 0.510082 0.576741 0.537565 0.576897 0.544585 0.577054 0.530672 0.577211 0.51376 0.577368 0.504306 0.577525 0.495494 0.577682 0.47941 0.577838 0.459055 0.577995 0.437792 0.578152 0.411205 0.578309 0.37853 0.578466 0.35145 0.578622 0.345416 0.578779 0.365593 0.578936 0.40659 0.579093 0.457556 0.57925 0.5034 0.579406 0.530004 0.579563 0.535355 0.57972 0.531355 0.579877 0.528238 0.580034 0.523804 0.58019 0.512947 0.580347 0.498599 0.580504 0.489051 0.580661 0.487333 0.580818 0.489229 0.580974 0.487868 0.581131 0.477617 0.581288 0.457095 0.581445 0.433523 0.581602 0.417448 0.581758 0.412228 0.581915 0.412701 0.582072 0.415884 0.582229 0.426318 0.582386 0.446497 0.582542 0.471402 0.582699 0.496192 0.582856 0.520316 0.583013 0.538743 0.58317 0.539514 0.583326 0.518726 0.583483 0.488907 0.58364 0.464114 0.583797 0.445214 0.583954 0.430049 0.58411 0.427795 0.584267 0.446195 0.584424 0.471263 0.584581 0.478741 0.584738 0.466785 0.584894 0.460349 0.585051 0.478037 0.585208 0.509537 0.585365 0.532135 0.585522 0.537095 0.585678 0.530359 0.585835 0.514797 0.585992 0.485052 0.586149 0.43903 0.586306 0.386625 0.586462 0.345468 0.586619 0.332191 0.586776 0.354103 0.586933 0.40633 0.58709 0.472175 0.587246 0.531303 0.587403 0.568945 0.58756 0.581552 0.587717 0.576626 0.587874 0.56694 0.58803 0.562526 0.588187 0.565454 0.588344 0.572035 0.588501 0.577825 0.588658 0.579938 0.588814 0.574987 0.588971 0.560081 0.589128 0.536281 0.589285 0.509495 0.589442 0.488137 0.589599 0.479055 0.589755 0.484181 0.589912 0.49651 0.590069 0.503956 0.590226 0.500872 0.590383 0.492907 0.590539 0.486562 0.590696 0.477543 0.590853 0.456457 0.59101 0.427721 0.591167 0.410669 0.591323 0.418961 0.59148 0.444386 0.591637 0.467623 0.591794 0.479111 0.591951 0.482731 0.592107 0.48363 0.592264 0.480495 0.592421 0.47238 0.592578 0.464715 0.592735 0.464585 0.592891 0.472382 0.593048 0.480831 0.593205 0.483812 0.593362 0.482652 0.593519 0.483122 0.593675 0.489142 0.593832 0.500125 0.593989 0.513633 0.594146 0.526715 0.594303 0.533112 0.594459 0.52584 0.594616 0.506605 0.594773 0.48718 0.59493 0.475027 0.595087 0.462554 0.595243 0.438812 0.5954 0.411445 0.595557 0.40413 0.595714 0.425925 0.595871 0.455233 0.596027 0.462456 0.596184 0.445615 0.596341 0.431671 0.596498 0.443439 0.596655 0.474947 0.596811 0.501641 0.596968 0.50809 0.597125 0.499398 0.597282 0.49038 0.597439 0.491156 0.597595 0.502021 0.597752 0.516647 0.597909 0.526659 0.598066 0.525603 0.598223 0.512832 0.598379 0.496068 0.598536 0.486391 0.598693 0.489025 0.59885 0.498839 0.599007 0.505277 0.599163 0.503831 0.59932 0.498518 0.599477 0.495037 0.599634 0.49309 0.599791 0.48711 0.599947 0.475787 0.600104 0.464528 0.600261 0.460189 0.600418 0.463764 0.600575 0.468997 0.600731 0.46905 0.600888 0.462781 0.601045 0.453938 0.601202 0.445698 0.601359 0.439254 0.601516 0.438146 0.601672 0.449452 0.601829 0.479828 0.601986 0.528038 0.602143 0.584717 0.6023 0.634256 0.602456 0.658079 0.602613 0.643849 0.60277 0.599191 0.602927 0.551744 0.603084 0.526713 0.60324 0.523913 0.603397 0.523697 0.603554 0.517019 0.603711 0.517526 0.603868 0.539173 0.604024 0.573598 0.604181 0.597701 0.604338 0.597587 0.604495 0.573912 0.604652 0.533216 0.604808 0.485782 0.604965 0.449602 0.605122 0.440686 0.605279 0.455043 0.605436 0.467744 0.605592 0.458432 0.605749 0.429532 0.605906 0.398812 0.606063 0.37998 0.60622 0.37541 0.606376 0.380388 0.606533 0.386684 0.60669 0.387409 0.606847 0.38467 0.607004 0.390256 0.60716 0.411162 0.607317 0.440109 0.607474 0.462511 0.607631 0.472555 0.607788 0.472675 0.607944 0.462544 0.608101 0.439782 0.608258 0.410755 0.608415 0.390131 0.608572 0.387138 0.608728 0.400891 0.608885 0.429787 0.609042 0.476415 0.609199 0.53313 0.609356 0.576142 0.609512 0.584374 0.609669 0.560195 0.609826 0.520743 0.609983 0.474383 0.61014 0.419598 0.610296 0.365207 0.610453 0.333944 0.61061 0.338477 0.610767 0.368656 0.610924 0.406933 0.61108 0.447871 0.611237 0.490806 0.611394 0.526421 0.611551 0.546054 0.611708 0.557209 0.611864 0.573731 0.612021 0.593078 0.612178 0.599857 0.612335 0.59356 0.612492 0.593086 0.612648 0.605639 0.612805 0.613478 0.612962 0.59832 0.613119 0.569179 0.613276 0.54905 0.613433 0.545296 0.613589 0.546448 0.613746 0.540402 0.613903 0.524429 0.61406 0.496033 0.614217 0.453187 0.614373 0.407079 0.61453 0.377646 0.614687 0.373813 0.614844 0.38843 0.615001 0.412065 0.615157 0.441053 0.615314 0.468294 0.615471 0.4818 0.615628 0.480877 0.615785 0.478466 0.615941 0.483368 0.616098 0.487404 0.616255 0.482553 0.616412 0.479317 0.616569 0.492572 0.616725 0.516804 0.616882 0.530605 0.617039 0.525618 0.617196 0.513964 0.617353 0.510161 0.617509 0.513455 0.617666 0.515809 0.617823 0.51405 0.61798 0.509211 0.618137 0.502936 0.618293 0.499 0.61845 0.50353 0.618607 0.515908 0.618764 0.524656 0.618921 0.516181 0.619077 0.486792 0.619234 0.442636 0.619391 0.39501 0.619548 0.357957 0.619705 0.341212 0.619861 0.344874 0.620018 0.356102 0.620175 0.360954 0.620332 0.357763 0.620489 0.357793 0.620645 0.370283 0.620802 0.392453 0.620959 0.412827 0.621116 0.42268 0.621273 0.424309 0.621429 0.425177 0.621586 0.429863 0.621743 0.438414 0.6219 0.453027 0.622057 0.479082 0.622213 0.51817 0.62237 0.561576 0.622527 0.597599 0.622684 0.621612 0.622841 0.634159 0.622997 0.633008 0.623154 0.614821 0.623311 0.584493 0.623468 0.551677 0.623625 0.520313 0.623781 0.488 0.623938 0.459128 0.624095 0.447999 0.624252 0.461212 0.624409 0.486728 0.624565 0.507083 0.624722 0.516914 0.624879 0.520925 0.625036 0.519383 0.625193 0.507691 0.62535 0.487681 0.625506 0.467811 0.625663 0.453217 0.62582 0.443358 0.625977 0.441059 0.626134 0.454183 0.62629 0.484417 0.626447 0.519663 0.626604 0.54368 0.626761 0.550109 0.626918 0.545739 0.627074 0.543113 0.627231 0.54843 0.627388 0.555183 0.627545 0.548925 0.627702 0.523257 0.627858 0.49139 0.628015 0.472902 0.628172 0.469232 0.628329 0.460188 0.628486 0.428745 0.628642 0.383688 0.628799 0.350238 0.628956 0.340933 0.629113 0.347849 0.62927 0.358091 0.629426 0.370086 0.629583 0.389569 0.62974 0.416185 0.629897 0.442055 0.630054 0.460571 0.63021 0.470314 0.630367 0.471113 0.630524 0.46192 0.630681 0.444492 0.630838 0.426092 0.630994 0.412644 0.631151 0.40463 0.631308 0.401892 0.631465 0.40841 0.631622 0.424539 0.631778 0.438802 0.631935 0.436832 0.632092 0.419658 0.632249 0.402325 0.632406 0.392694 0.632562 0.381976 0.632719 0.363167 0.632876 0.344735 0.633033 0.337677 0.63319 0.340062 0.633346 0.347289 0.633503 0.367114 0.63366 0.407885 0.633817 0.457778 0.633974 0.494392 0.63413 0.515471 0.634287 0.538561 0.634444 0.568397 0.634601 0.585347 0.634758 0.573505 0.634914 0.542557 0.635071 0.510944 0.635228 0.484253 0.635385 0.463703 0.635542 0.457444 0.635698 0.467673 0.635855 0.479653 0.636012 0.480932 0.636169 0.483501 0.636326 0.505666 0.636482 0.536241 0.636639 0.544731 0.636796 0.523197 0.636953 0.494706 0.63711 0.476711 0.637267 0.459568 0.637423 0.432069 0.63758 0.403931 0.637737 0.390911 0.637894 0.389852 0.638051 0.3869 0.638207 0.380031 0.638364 0.379539 0.638521 0.390211 0.638678 0.408029 0.638835 0.429144 0.638991 0.447115 0.639148 0.448745 0.639305 0.423622 0.639462 0.380584 0.639619 0.343217 0.639775 0.326987 0.639932 0.329913 0.640089 0.343752 0.640246 0.362482 0.640403 0.379585 0.640559 0.386272 0.640716 0.382716 0.640873 0.381424 0.64103 0.395155 0.641187 0.422834 0.641343 0.451804 0.6415 0.469696 0.641657 0.474308 0.641814 0.473425 0.641971 0.4775 0.642127 0.488994 0.642284 0.497958 0.642441 0.493498 0.642598 0.480562 0.642755 0.478606 0.642911 0.496895 0.643068 0.51891 0.643225 0.519083 0.643382 0.492378 0.643539 0.459032 0.643695 0.442038 0.643852 0.446001 0.644009 0.458891 0.644166 0.466447 0.644323 0.460722 0.644479 0.44162 0.644636 0.417423 0.644793 0.39946 0.64495 0.392923 0.645107 0.393376 0.645263 0.396508 0.64542 0.407309 0.645577 0.432214 0.645734 0.464466 0.645891 0.483819 0.646047 0.477709 0.646204 0.455256 0.646361 0.437431 0.646518 0.436285 0.646675 0.44827 0.646831 0.464471 0.646988 0.479949 0.647145 0.493799 0.647302 0.506076 0.647459 0.516868 0.647615 0.526021 0.647772 0.53259 0.647929 0.536907 0.648086 0.543016 0.648243 0.554145 0.648399 0.566638 0.648556 0.571664 0.648713 0.564538 0.64887 0.547325 0.649027 0.523932 0.649184 0.497968 0.64934 0.475277 0.649497 0.462003 0.649654 0.456937 0.649811 0.452863 0.649968 0.449142 0.650124 0.45462 0.650281 0.472999 0.650438 0.493617 0.650595 0.505416 0.650752 0.511121 0.650908 0.519435 0.651065 0.527413 0.651222 0.52617 0.651379 0.518951 0.651536 0.516933 0.651692 0.519845 0.651849 0.515539 0.652006 0.501646 0.652163 0.491326 0.65232 0.489216 0.652476 0.480527 0.652633 0.454455 0.65279 0.423654 0.652947 0.404485 0.653104 0.39078 0.65326 0.367048 0.653417 0.340105 0.653574 0.334156 0.653731 0.353861 0.653888 0.374488 0.654044 0.374422 0.654201 0.360359 0.654358 0.350737 0.654515 0.351819 0.654672 0.360824 0.654828 0.380446 0.654985 0.412462 0.655142 0.444305 0.655299 0.458942 0.655456 0.456811 0.655612 0.453573 0.655769 0.45533 0.655926 0.452809 0.656083 0.442982 0.65624 0.441699 0.656396 0.46521 0.656553 0.505366 0.65671 0.537086 0.656867 0.546517 0.657024 0.541385 0.65718 0.533831 0.657337 0.524249 0.657494 0.508102 0.657651 0.489644 0.657808 0.478071 0.657964 0.472876 0.658121 0.463732 0.658278 0.448121 0.658435 0.439897 0.658592 0.451892 0.658748 0.475939 0.658905 0.489241 0.659062 0.47819 0.659219 0.449422 0.659376 0.418127 0.659532 0.394639 0.659689 0.38649 0.659846 0.397915 0.660003 0.424305 0.66016 0.448598 0.660316 0.454861 0.660473 0.443739 0.66063 0.430249 0.660787 0.428785 0.660944 0.444774 0.661101 0.476114 0.661257 0.515369 0.661414 0.551033 0.661571 0.573447 0.661728 0.583016 0.661885 0.587373 0.662041 0.590654 0.662198 0.590077 0.662355 0.581499 0.662512 0.5666 0.662669 0.551027 0.662825 0.540211 0.662982 0.535961 0.663139 0.534379 0.663296 0.528187 0.663453 0.51528 0.663609 0.503088 0.663766 0.500553 0.663923 0.506844 0.66408 0.514973 0.664237 0.524577 0.664393 0.541785 0.66455 0.56501 0.664707 0.582254 0.664864 0.584865 0.665021 0.577378 0.665177 0.56666 0.665334 0.550031 0.665491 0.523502 0.665648 0.494973 0.665805 0.479399 0.665961 0.482354 0.666118 0.495162 0.666275 0.506939 0.666432 0.512392 0.666589 0.509484 0.666745 0.496889 0.666902 0.478452 0.667059 0.464155 0.667216 0.462174 0.667373 0.471736 0.667529 0.48563 0.667686 0.497444 0.667843 0.504047 0.668 0.504686 0.668157 0.501279 0.668313 0.498001 0.66847 0.498486 0.668627 0.50099 0.668784 0.498473 0.668941 0.484603 0.669097 0.46102 0.669254 0.437197 0.669411 0.420547 0.669568 0.410341 0.669725 0.404069 0.669881 0.406549 0.670038 0.424505 0.670195 0.451094 0.670352 0.46625 0.670509 0.459025 0.670665 0.4402 0.670822 0.427253 0.670979 0.422352 0.671136 0.416898 0.671293 0.409648 0.671449 0.407747 0.671606 0.410057 0.671763 0.406569 0.67192 0.394461 0.672077 0.383658 0.672233 0.38231 0.67239 0.386287 0.672547 0.39013 0.672704 0.395687 0.672861 0.405205 0.673018 0.415675 0.673174 0.427639 0.673331 0.448897 0.673488 0.478586 0.673645 0.498704 0.673802 0.49606 0.673958 0.484905 0.674115 0.492215 0.674272 0.521238 0.674429 0.546424 0.674586 0.545823 0.674742 0.523335 0.674899 0.496491 0.675056 0.476804 0.675213 0.470551 0.67537 0.483401 0.675526 0.512654 0.675683 0.541591 0.67584 0.554796 0.675997 0.552698 0.676154 0.542397 0.67631 0.520928 0.676467 0.482804 0.676624 0.439784 0.676781 0.417158 0.676938 0.422802 0.677094 0.437556 0.677251 0.441464 0.677408 0.439835 0.677565 0.451871 0.677722 0.481163 0.677878 0.511521 0.678035 0.530275 0.678192 0.541974 0.678349 0.556 0.678506 0.571474 0.678662 0.580608 0.678819 0.581352 0.678976 0.57769 0.679133 0.570655 0.67929 0.55531 0.679446 0.528702 0.679603 0.495791 0.67976 0.467271 0.679917 0.452296 0.680074 0.454489 0.68023 0.47121 0.680387 0.496364 0.680544 0.523933 0.680701 0.548349 0.680858 0.563247 0.681014 0.562502 0.681171 0.547015 0.681328 0.526788 0.681485 0.512766 0.681642 0.504914 0.681798 0.493842 0.681955 0.472824 0.682112 0.447236 0.682269 0.429387 0.682426 0.427091 0.682582 0.438852 0.682739 0.455222 0.682896 0.464552 0.683053 0.458775 0.68321 0.439221 0.683366 0.414818 0.683523 0.396134 0.68368 0.390101 0.683837 0.399027 0.683994 0.418805 0.68415 0.439117 0.684307 0.452006 0.684464 0.46033 0.684621 0.472846 0.684778 0.488012 0.684935 0.492119 0.685091 0.479813 0.685248 0.468529 0.685405 0.48117 0.685562 0.516855 0.685719 0.549703 0.685875 0.556661 0.686032 0.538021 0.686189 0.51083 0.686346 0.49249 0.686503 0.491772 0.686659 0.506181 0.686816 0.521633 0.686973 0.523053 0.68713 0.510804 0.687287 0.501603 0.687443 0.505632 0.6876 0.513142 0.687757 0.508714 0.687914 0.491793 0.688071 0.474318 0.688227 0.463185 0.688384 0.457491 0.688541 0.46146 0.688698 0.484253 0.688855 0.523436 0.689011 0.559585 0.689168 0.572152 0.689325 0.558351 0.689482 0.531329 0.689639 0.505273 0.689795 0.486894 0.689952 0.475362 0.690109 0.466453 0.690266 0.456989 0.690423 0.448497 0.690579 0.445868 0.690736 0.449959 0.690893 0.455963 0.69105 0.459297 0.691207 0.460948 0.691363 0.466291 0.69152 0.478458 0.691677 0.493062 0.691834 0.498339 0.691991 0.484155 0.692147 0.45449 0.692304 0.429556 0.692461 0.425181 0.692618 0.434202 0.692775 0.435284 0.692931 0.419618 0.693088 0.399441 0.693245 0.385948 0.693402 0.374428 0.693559 0.359546 0.693715 0.35118 0.693872 0.362658 0.694029 0.389661 0.694186 0.41524 0.694343 0.431078 0.694499 0.440863 0.694656 0.444917 0.694813 0.437927 0.69497 0.422358 0.695127 0.412167 0.695283 0.418125 0.69544 0.438581 0.695597 0.466824 0.695754 0.498602 0.695911 0.52734 0.696067 0.54185 0.696224 0.535192 0.696381 0.512454 0.696538 0.485773 0.696695 0.465333 0.696852 0.45602 0.697008 0.458133 0.697165 0.467216 0.697322 0.479953 0.697479 0.499174 0.697636 0.526386 0.697792 0.55179 0.697949 0.562174 0.698106 0.559552 0.698263 0.558019 0.69842 0.560313 0.698576 0.552332 0.698733 0.529327 0.69889 0.509875 0.699047 0.512017 0.699204 0.527306 0.69936 0.53486 0.699517 0.529989 0.699674 0.521612 0.699831 0.510167 0.699988 0.488185 0.700144 0.45982 0.700301 0.43959 0.700458 0.429507 0.700615 0.417949 0.700772 0.404143 0.700928 0.405462 0.701085 0.430341 0.701242 0.460487 0.701399 0.471784 0.701556 0.461808 0.701712 0.446302 0.701869 0.437067 0.702026 0.433597 0.702183 0.432786 0.70234 0.434368 0.702496 0.436061 0.702653 0.434319 0.70281 0.427972 0.702967 0.419866 0.703124 0.413255 0.70328 0.411005 0.703437 0.414433 0.703594 0.423989 0.703751 0.441292 0.703908 0.471031 0.704064 0.513485 0.704221 0.556145 0.704378 0.580646 0.704535 0.582074 0.704692 0.572482 0.704848 0.562169 0.705005 0.546925 0.705162 0.520139 0.705319 0.488573 0.705476 0.465534 0.705632 0.454362 0.705789 0.447795 0.705946 0.441733 0.706103 0.439117 0.70626 0.444037 0.706416 0.458668 0.706573 0.483646 0.70673 0.515369 0.706887 0.544165 0.707044 0.562921 0.7072 0.572914 0.707357 0.577746 0.707514 0.576816 0.707671 0.570683 0.707828 0.564464 0.707984 0.55649 0.708141 0.532173 0.708298 0.484928 0.708455 0.436409 0.708612 0.4188 0.708769 0.435982 0.708925 0.460513 0.709082 0.471167 0.709239 0.474659 0.709396 0.486533 0.709553 0.505871 0.709709 0.520905 0.709866 0.525555 0.710023 0.519677 0.71018 0.504171 0.710337 0.486867 0.710493 0.484396 0.71065 0.505152 0.710807 0.535673 0.710964 0.555397 0.711121 0.559357 0.711277 0.5548 0.711434 0.541913 0.711591 0.514354 0.711748 0.474742 0.711905 0.438758 0.712061 0.420325 0.712218 0.424019 0.712375 0.450249 0.712532 0.494489 0.712689 0.540268 0.712845 0.56545 0.713002 0.561733 0.713159 0.540319 0.713316 0.516808 0.713473 0.497625 0.713629 0.482899 0.713786 0.468955 0.713943 0.445475 0.7141 0.402879 0.714257 0.352032 0.714413 0.327114 0.71457 0.355685 0.714727 0.429615 0.714884 0.514954 0.715041 0.583485 0.715197 0.627279 0.715354 0.646494 0.715511 0.640379 0.715668 0.613058 0.715825 0.577261 0.715981 0.544717 0.716138 0.516863 0.716295 0.489955 0.716452 0.462941 0.716609 0.440347 0.716765 0.427858 0.716922 0.427409 0.717079 0.434565 0.717236 0.440435 0.717393 0.442146 0.717549 0.446233 0.717706 0.45941 0.717863 0.47617 0.71802 0.486448 0.718177 0.492408 0.718333 0.506596 0.71849 0.529226 0.718647 0.542708 0.718804 0.534943 0.718961 0.517398 0.719117 0.508691 0.719274 0.508813 0.719431 0.504932 0.719588 0.495901 0.719745 0.494248 0.719901 0.502061 0.720058 0.502981 0.720215 0.484798 0.720372 0.456027 0.720529 0.431119 0.720686 0.411493 0.720842 0.39286 0.720999 0.382238 0.721156 0.390408 0.721313 0.410351 0.72147 0.419169 0.721626 0.406239 0.721783 0.386359 0.72194 0.379538 0.722097 0.388655 0.722254 0.404189 0.72241 0.423097 0.722567 0.449343 0.722724 0.480535 0.722881 0.506746 0.723038 0.52447 0.723194 0.53931 0.723351 0.551503 0.723508 0.549441 0.723665 0.526819 0.723822 0.497692 0.723978 0.482921 0.724135 0.485103 0.724292 0.489735 0.724449 0.491564 0.724606 0.50324 0.724762 0.531643 0.724919 0.558765 0.725076 0.56022 0.725233 0.537012 0.72539 0.515017 0.725546 0.513293 0.725703 0.528408 0.72586 0.549488 0.726017 0.575481 0.726174 0.608721 0.72633 0.640453 0.726487 0.655704 0.726644 0.651256 0.726801 0.64022 0.726958 0.637422 0.727114 0.643239 0.727271 0.641521 0.727428 0.614127 0.727585 0.558652 0.727742 0.495352 0.727898 0.451945 0.728055 0.440375 0.728212 0.450263 0.728369 0.465826 0.728526 0.481612 0.728682 0.498954 0.728839 0.51533 0.728996 0.526467 0.729153 0.535103 0.72931 0.546804 0.729466 0.559256 0.729623 0.564749 0.72978 0.565262 0.729937 0.572556 0.730094 0.591744 0.73025 0.614274 0.730407 0.632265 0.730564 0.649578 0.730721 0.669753 0.730878 0.680923 0.731034 0.665883 0.731191 0.626086 0.731348 0.584888 0.731505 0.563748 0.731662 0.56327 0.731818 0.570063 0.731975 0.574553 0.732132 0.576919 0.732289 0.580887 0.732446 0.588647 0.732603 0.602535 0.732759 0.624622 0.732916 0.654299 0.733073 0.688224 0.73323 0.720976 0.733387 0.744855 0.733543 0.75022 0.7337 0.733383 0.733857 0.705027 0.734014 0.686405 0.734171 0.692996 0.734327 0.722059 0.734484 0.755891 0.734641 0.773407 0.734798 0.761405 0.734955 0.722541 0.735111 0.676591 0.735268 0.649648 0.735425 0.652262 0.735582 0.671406 0.735739 0.686951 0.735895 0.692026 0.736052 0.692708 0.736209 0.692167 0.736366 0.687709 0.736523 0.683063 0.736679 0.692258 0.736836 0.72483 0.736993 0.772485 0.73715 0.814971 0.737307 0.834459 0.737463 0.825956 0.73762 0.798807 0.737777 0.771125 0.737934 0.756134 0.738091 0.751366 0.738247 0.748604 0.738404 0.752628 0.738561 0.77681 0.738718 0.81665 0.738875 0.843441 0.739031 0.836274 0.739188 0.808331 0.739345 0.788614 0.739502 0.787207 0.739659 0.794487 0.739815 0.805364 0.739972 0.824002 0.740129 0.846167 0.740286 0.858004 0.740443 0.855825 0.740599 0.851004 0.740756 0.850364 0.740913 0.846249 0.74107 0.831913 0.741227 0.812741 0.741383 0.795553 0.74154 0.778529 0.741697 0.759403 0.741854 0.741149 0.742011 0.72309 0.742167 0.697001 0.742324 0.661708 0.742481 0.631604 0.742638 0.619527 0.742795 0.621447 0.742951 0.627043 0.743108 0.635721 0.743265 0.649589 0.743422 0.660448 0.743579 0.659339 0.743735 0.653413 0.743892 0.655338 0.744049 0.65973 0.744206 0.648204 0.744363 0.618397 0.74452 0.593642 0.744676 0.595548 0.744833 0.619212 0.74499 0.640345 0.745147 0.638124 0.745304 0.609954 0.74546 0.570956 0.745617 0.5445 0.745774 0.544384 0.745931 0.560779 0.746088 0.569032 0.746244 0.556128 0.746401 0.532962 0.746558 0.518192 0.746715 0.518708 0.746872 0.528553 0.747028 0.540711 0.747185 0.553558 0.747342 0.569487 0.747499 0.592361 0.747656 0.621034 0.747812 0.644302 0.747969 0.647435 0.748126 0.627234 0.748283 0.596821 0.74844 0.572137 0.748596 0.557743 0.748753 0.550534 0.74891 0.548075 0.749067 0.546674 0.749224 0.5386 0.74938 0.517684 0.749537 0.488416 0.749694 0.460991 0.749851 0.440926 0.750008 0.430524 0.750164 0.435033 0.750321 0.457605 0.750478 0.48661 0.750635 0.500854 0.750792 0.493056 0.750948 0.480352 0.751105 0.484723 0.751262 0.507686 0.751419 0.532117 0.751576 0.544227 0.751732 0.544777 0.751889 0.537379 0.752046 0.519164 0.752203 0.489784 0.75236 0.463521 0.752516 0.459479 0.752673 0.480427 0.75283 0.508441 0.752987 0.526144 0.753144 0.532365 0.7533 0.532435 0.753457 0.522917 0.753614 0.497343 0.753771 0.462768 0.753928 0.436865 0.754084 0.425483 0.754241 0.41612 0.754398 0.39978 0.754555 0.389808 0.754712 0.407565 0.754868 0.453446 0.755025 0.501836 0.755182 0.526396 0.755339 0.523866 0.755496 0.510794 0.755652 0.505309 0.755809 0.513318 0.755966 0.529085 0.756123 0.543434 0.75628 0.549644 0.756437 0.545726 0.756593 0.532965 0.75675 0.515709 0.756907 0.501631 0.757064 0.498639 0.757221 0.508475 0.757377 0.524149 0.757534 0.535644 0.757691 0.538149 0.757848 0.533451 0.758005 0.526599 0.758161 0.522065 0.758318 0.52388 0.758475 0.534009 0.758632 0.551035 0.758789 0.56993 0.758945 0.582754 0.759102 0.582127 0.759259 0.568215 0.759416 0.551449 0.759573 0.544189 0.759729 0.545831 0.759886 0.54237 0.760043 0.52349 0.7602 0.495131 0.760357 0.470797 0.760513 0.455299 0.76067 0.444066 0.760827 0.435713 0.760984 0.435377 0.761141 0.445773 0.761297 0.463804 0.761454 0.485555 0.761611 0.508569 0.761768 0.528174 0.761925 0.539272 0.762081 0.545515 0.762238 0.558343 0.762395 0.583223 0.762552 0.610688 0.762709 0.626986 0.762865 0.627302 0.763022 0.614469 0.763179 0.590296 0.763336 0.555987 0.763493 0.519283 0.763649 0.493035 0.763806 0.484034 0.763963 0.48636 0.76412 0.4886 0.764277 0.485178 0.764433 0.478201 0.76459 0.472583 0.764747 0.468728 0.764904 0.462739 0.765061 0.453234 0.765217 0.444713 0.765374 0.442097 0.765531 0.443121 0.765688 0.440607 0.765845 0.432953 0.766001 0.425986 0.766158 0.423914 0.766315 0.423743 0.766472 0.423308 0.766629 0.428271 0.766785 0.444539 0.766942 0.469185 0.767099 0.493471 0.767256 0.514465 0.767413 0.533748 0.767569 0.550318 0.767726 0.562692 0.767883 0.578143 0.76804 0.607414 0.768197 0.645895 0.768354 0.6695 0.76851 0.658865 0.768667 0.623778 0.768824 0.594272 0.768981 0.587234 0.769138 0.589654 0.769294 0.580171 0.769451 0.558155 0.769608 0.544521 0.769765 0.549551 0.769922 0.553824 0.770078 0.529829 0.770235 0.479952 0.770392 0.439642 0.770549 0.438767 0.770706 0.469037 0.770862 0.497522 0.771019 0.50406 0.771176 0.495719 0.771333 0.489152 0.77149 0.493919 0.771646 0.509588 0.771803 0.528293 0.77196 0.536051 0.772117 0.525487 0.772274 0.509096 0.77243 0.509375 0.772587 0.530254 0.772744 0.548994 0.772901 0.543544 0.773058 0.518165 0.773214 0.492553 0.773371 0.477731 0.773528 0.473307 0.773685 0.480476 0.773842 0.500947 0.773998 0.52447 0.774155 0.533357 0.774312 0.522714 0.774469 0.504015 0.774626 0.487467 0.774782 0.470754 0.774939 0.450182 0.775096 0.43066 0.775253 0.415783 0.77541 0.396944 0.775566 0.36264 0.775723 0.316693 0.77588 0.277709 0.776037 0.261246 0.776194 0.265809 0.77635 0.280162 0.776507 0.297332 0.776664 0.318593 0.776821 0.345763 0.776978 0.37535 0.777134 0.399606 0.777291 0.413773 0.777448 0.419063 0.777605 0.419324 0.777762 0.419038 0.777918 0.426564 0.778075 0.453265 0.778232 0.500759 0.778389 0.551513 0.778546 0.578969 0.778702 0.571846 0.778859 0.54328 0.779016 0.514013 0.779173 0.493381 0.77933 0.481611 0.779486 0.480885 0.779643 0.493269 0.7798 0.50982 0.779957 0.514888 0.780114 0.505949 0.780271 0.500597 0.780427 0.513772 0.780584 0.536029 0.780741 0.543131 0.780898 0.526779 0.781055 0.504296 0.781211 0.496958 0.781368 0.506848 0.781525 0.522105 0.781682 0.536612 0.781839 0.554403 0.781995 0.57567 0.782152 0.590177 0.782309 0.586354 0.782466 0.562207 0.782623 0.525905 0.782779 0.490915 0.782936 0.471333 0.783093 0.473584 0.78325 0.488184 0.783407 0.495897 0.783563 0.487852 0.78372 0.473845 0.783877 0.465647 0.784034 0.460433 0.784191 0.448726 0.784347 0.434553 0.784504 0.432695 0.784661 0.448076 0.784818 0.468059 0.784975 0.479829 0.785131 0.485129 0.785288 0.49436 0.785445 0.513252 0.785602 0.540407 0.785759 0.568898 0.785915 0.585147 0.786072 0.573591 0.786229 0.53477 0.786386 0.494696 0.786543 0.484454 0.786699 0.508196 0.786856 0.538254 0.787013 0.547713 0.78717 0.53803 0.787327 0.530928 0.787483 0.537726 0.78764 0.549645 0.787797 0.556056 0.787954 0.55915 0.788111 0.561546 0.788267 0.55223 0.788424 0.518948 0.788581 0.473116 0.788738 0.443808 0.788895 0.444257 0.789051 0.456498 0.789208 0.457408 0.789365 0.448602 0.789522 0.448834 0.789679 0.466375 0.789835 0.489929 0.789992 0.503154 0.790149 0.498291 0.790306 0.480218 0.790463 0.465556 0.790619 0.471705 0.790776 0.494848 0.790933 0.507261 0.79109 0.48975 0.791247 0.459524 0.791403 0.44746 0.79156 0.452393 0.791717 0.442897 0.791874 0.404274 0.792031 0.357411 0.792188 0.325324 0.792344 0.304615 0.792501 0.286676 0.792658 0.281822 0.792815 0.302698 0.792972 0.336838 0.793128 0.359324 0.793285 0.364027 0.793442 0.36583 0.793599 0.374177 0.793756 0.381701 0.793912 0.380618 0.794069 0.373482 0.794226 0.370367 0.794383 0.382463 0.79454 0.413413 0.794696 0.451003 0.794853 0.474351 0.79501 0.479428 0.795167 0.486513 0.795324 0.508785 0.79548 0.526197 0.795637 0.512163 0.795794 0.476552 0.795951 0.459115 0.796108 0.477059 0.796264 0.505397 0.796421 0.514048 0.796578 0.5007 0.796735 0.476962 0.796892 0.445585 0.797048 0.405214 0.797205 0.366828 0.797362 0.347347 0.797519 0.353607 0.797676 0.380663 0.797832 0.420406 0.797989 0.459499 0.798146 0.47928 0.798303 0.470066 0.79846 0.442674 0.798616 0.418258 0.798773 0.406835 0.79893 0.404349 0.799087 0.403791 0.799244 0.402428 0.7994 0.401862 0.799557 0.406146 0.799714 0.419255 0.799871 0.438675 0.800028 0.455665 0.800184 0.463366 0.800341 0.461933 0.800498 0.453376 0.800655 0.439698 0.800812 0.425995 0.800968 0.420363 0.801125 0.422926 0.801282 0.424495 0.801439 0.420789 0.801596 0.421739 0.801752 0.436597 0.801909 0.457527 0.802066 0.465486 0.802223 0.45153 0.80238 0.42411 0.802536 0.397471 0.802693 0.381521 0.80285 0.38031 0.803007 0.390954 0.803164 0.402484 0.80332 0.402058 0.803477 0.386164 0.803634 0.362986 0.803791 0.344182 0.803948 0.336293 0.804105 0.338134 0.804261 0.341856 0.804418 0.337623 0.804575 0.321978 0.804732 0.302164 0.804889 0.289304 0.805045 0.286269 0.805202 0.285679 0.805359 0.278738 0.805516 0.266618 0.805673 0.263814 0.805829 0.287674 0.805986 0.33976 0.806143 0.396911 0.8063 0.42775 0.806457 0.4236 0.806613 0.40763 0.80677 0.409136 0.806927 0.434906 0.807084 0.469407 0.807241 0.496012 0.807397 0.509145 0.807554 0.509929 0.807711 0.50303 0.807868 0.496515 0.808025 0.496098 0.808181 0.496836 0.808338 0.487689 0.808495 0.467651 0.808652 0.451616 0.808809 0.457523 0.808965 0.490094 0.809122 0.537679 0.809279 0.581151 0.809436 0.605782 0.809593 0.608423 0.809749 0.598678 0.809906 0.592322 0.810063 0.600755 0.81022 0.622773 0.810377 0.645202 0.810533 0.652792 0.81069 0.642222 0.810847 0.625386 0.811004 0.616254 0.811161 0.614532 0.811317 0.608961 0.811474 0.596057 0.811631 0.585189 0.811788 0.582338 0.811945 0.579406 0.812101 0.567279 0.812258 0.550027 0.812415 0.536539 0.812572 0.527702 0.812729 0.522611 0.812885 0.528607 0.813042 0.548674 0.813199 0.561939 0.813356 0.540109 0.813513 0.48578 0.813669 0.436818 0.813826 0.423954 0.813983 0.438757 0.81414 0.45223 0.814297 0.453687 0.814453 0.454225 0.81461 0.462924 0.814767 0.475331 0.814924 0.484851 0.815081 0.490541 0.815237 0.49059 0.815394 0.480685 0.815551 0.464477 0.815708 0.457658 0.815865 0.47304 0.816022 0.503284 0.816178 0.526426 0.816335 0.526895 0.816492 0.506492 0.816649 0.475215 0.816806 0.439206 0.816962 0.404141 0.817119 0.38478 0.817276 0.398871 0.817433 0.446759 0.81759 0.505378 0.817746 0.54776 0.817903 0.56656 0.81806 0.572833 0.818217 0.575349 0.818374 0.570694 0.81853 0.552515 0.818687 0.521138 0.818844 0.481917 0.819001 0.44091 0.819158 0.405888 0.819314 0.385321 0.819471 0.382423 0.819628 0.391311 0.819785 0.403374 0.819942 0.415318 0.820098 0.429527 0.820255 0.448699 0.820412 0.471951 0.820569 0.493967 0.820726 0.506458 0.820882 0.502887 0.821039 0.484426 0.821196 0.458142 0.821353 0.430859 0.82151 0.405347 0.821666 0.383712 0.821823 0.368764 0.82198 0.360974 0.822137 0.356288 0.822294 0.350732 0.82245 0.34475 0.822607 0.341178 0.822764 0.342008 0.822921 0.351219 0.823078 0.37515 0.823234 0.414622 0.823391 0.455823 0.823548 0.478538 0.823705 0.475541 0.823862 0.461252 0.824018 0.45711 0.824175 0.469615 0.824332 0.487377 0.824489 0.49779 0.824646 0.499456 0.824802 0.497735 0.824959 0.493942 0.825116 0.486314 0.825273 0.478837 0.82543 0.478324 0.825586 0.483767 0.825743 0.486076 0.8259 0.481553 0.826057 0.477091 0.826214 0.477778 0.82637 0.476992 0.826527 0.466248 0.826684 0.449436 0.826841 0.437497 0.826998 0.435366 0.827154 0.441766 0.827311 0.457526 0.827468 0.483914 0.827625 0.513619 0.827782 0.535219 0.827939 0.54686 0.828095 0.556599 0.828252 0.568362 0.828409 0.576352 0.828566 0.575499 0.828723 0.566976 0.828879 0.552841 0.829036 0.534026 0.829193 0.515694 0.82935 0.505188 0.829507 0.502272 0.829663 0.49955 0.82982 0.496268 0.829977 0.500044 0.830134 0.511204 0.830291 0.518619 0.830447 0.516327 0.830604 0.513024 0.830761 0.51583 0.830918 0.515796 0.831075 0.502743 0.831231 0.483744 0.831388 0.474695 0.831545 0.477919 0.831702 0.481464 0.831859 0.477837 0.832015 0.471958 0.832172 0.471173 0.832329 0.476906 0.832486 0.485071 0.832643 0.488491 0.832799 0.480558 0.832956 0.464178 0.833113 0.452157 0.83327 0.451768 0.833427 0.454423 0.833583 0.451251 0.83374 0.450924 0.833897 0.465764 0.834054 0.487127 0.834211 0.490701 0.834367 0.469854 0.834524 0.44441 0.834681 0.43406 0.834838 0.43926 0.834995 0.453126 0.835151 0.474164 0.835308 0.497628 0.835465 0.509362 0.835622 0.502766 0.835779 0.490764 0.835935 0.488969 0.836092 0.494135 0.836249 0.492457 0.836406 0.481657 0.836563 0.470405 0.836719 0.460789 0.836876 0.445873 0.837033 0.426544 0.83719 0.41694 0.837347 0.42919 0.837503 0.458547 0.83766 0.488349 0.837817 0.505238 0.837974 0.509073 0.838131 0.512747 0.838287 0.52941 0.838444 0.55596 0.838601 0.570724 0.838758 0.556013 0.838915 0.519191 0.839071 0.486509 0.839228 0.474768 0.839385 0.480186 0.839542 0.49247 0.839699 0.507453 0.839856 0.522862 0.840012 0.531947 0.840169 0.529547 0.840326 0.519852 0.840483 0.512037 0.84064 0.512325 0.840796 0.523322 0.840953 0.544985 0.84111 0.571405 0.841267 0.591819 0.841424 0.601235 0.84158 0.605636 0.841737 0.611787 0.841894 0.616276 0.842051 0.612244 0.842208 0.602141 0.842364 0.595717 0.842521 0.596819 0.842678 0.60069 0.842835 0.603917 0.842992 0.607865 0.843148 0.610803 0.843305 0.606357 0.843462 0.592506 0.843619 0.57689 0.843776 0.564508 0.843932 0.550562 0.844089 0.529527 0.844246 0.505971 0.844403 0.489897 0.84456 0.484373 0.844716 0.487216 0.844873 0.499275 0.84503 0.520552 0.845187 0.540231 0.845344 0.547344 0.8455 0.54936 0.845657 0.568351 0.845814 0.608221 0.845971 0.640495 0.846128 0.634856 0.846284 0.595852 0.846441 0.555715 0.846598 0.534061 0.846755 0.52293 0.846912 0.509018 0.847068 0.493287 0.847225 0.481027 0.847382 0.469234 0.847539 0.45597 0.847696 0.449973 0.847852 0.458917 0.848009 0.47426 0.848166 0.482443 0.848323 0.48633 0.84848 0.499795 0.848636 0.522923 0.848793 0.537284 0.84895 0.530616 0.849107 0.513799 0.849264 0.506428 0.84942 0.515206 0.849577 0.534122 0.849734 0.553326 0.849891 0.561458 0.850048 0.547438 0.850204 0.515249 0.850361 0.488903 0.850518 0.489223 0.850675 0.505003 0.850832 0.501156 0.850988 0.460185 0.851145 0.406389 0.851302 0.380117 0.851459 0.395098 0.851616 0.427158 0.851773 0.443858 0.851929 0.436467 0.852086 0.423865 0.852243 0.42831 0.8524 0.453706 0.852557 0.486864 0.852713 0.514946 0.85287 0.534199 0.853027 0.544007 0.853184 0.54047 0.853341 0.523492 0.853497 0.502308 0.853654 0.487329 0.853811 0.479428 0.853968 0.477211 0.854125 0.489239 0.854281 0.52378 0.854438 0.567476 0.854595 0.58979 0.854752 0.577809 0.854909 0.553087 0.855065 0.543928 0.855222 0.551328 0.855379 0.555346 0.855536 0.547908 0.855693 0.541764 0.855849 0.548485 0.856006 0.562544 0.856163 0.572097 0.85632 0.57351 0.856477 0.572535 0.856633 0.575902 0.85679 0.587398 0.856947 0.603996 0.857104 0.61391 0.857261 0.606489 0.857417 0.587029 0.857574 0.5758 0.857731 0.586971 0.857888 0.615102 0.858045 0.64851 0.858201 0.686064 0.858358 0.732938 0.858515 0.78295 0.858672 0.820343 0.858829 0.838688 0.858985 0.849259 0.859142 0.86738 0.859299 0.894706 0.859456 0.921183 0.859613 0.93936 0.859769 0.950807 0.859926 0.959416 0.860083 0.963709 0.86024 0.958101 0.860397 0.940932 0.860553 0.918228 0.86071 0.899123 0.860867 0.888309 0.861024 0.883141 0.861181 0.877537 0.861337 0.866425 0.861494 0.845968 0.861651 0.8145 0.861808 0.77772 0.861965 0.74949 0.862121 0.740002 0.862278 0.741812 0.862435 0.734377 0.862592 0.707111 0.862749 0.673206 0.862905 0.654326 0.863062 0.653375 0.863219 0.652558 0.863376 0.63909 0.863533 0.62417 0.86369 0.627491 0.863846 0.650321 0.864003 0.673452 0.86416 0.678792 0.864317 0.665487 0.864474 0.642598 0.86463 0.618059 0.864787 0.597298 0.864944 0.585123 0.865101 0.580709 0.865258 0.577736 0.865414 0.573633 0.865571 0.573966 0.865728 0.580573 0.865885 0.581791 0.866042 0.564263 0.866198 0.533515 0.866355 0.509934 0.866512 0.506569 0.866669 0.518593 0.866826 0.534576 0.866982 0.54803 0.867139 0.554353 0.867296 0.549704 0.867453 0.536903 0.86761 0.527575 0.867766 0.530794 0.867923 0.546626 0.86808 0.572709 0.868237 0.609455 0.868394 0.653217 0.86855 0.691721 0.868707 0.715208 0.868864 0.72654 0.869021 0.732901 0.869178 0.733428 0.869334 0.725229 0.869491 0.716078 0.869648 0.719185 0.869805 0.736216 0.869962 0.756745 0.870118 0.773215 0.870275 0.787589 0.870432 0.798982 0.870589 0.798954 0.870746 0.785485 0.870902 0.77281 0.871059 0.779838 0.871216 0.812164 0.871373 0.860346 0.87153 0.911998 0.871686 0.957581 0.871843 0.989232 0.872 1.00301 0.872157 1.00303 0.872314 0.997376 0.87247 0.987967 0.872627 0.968872 0.872784 0.935473 0.872941 0.89194 0.873098 0.846855 0.873254 0.805293 0.873411 0.768988 0.873568 0.741175 0.873725 0.727101 0.873882 0.727716 0.874038 0.736054 0.874195 0.741436 0.874352 0.737964 0.874509 0.726896 0.874666 0.715894 0.874822 0.715061 0.874979 0.732215 0.875136 0.766126 0.875293 0.804871 0.87545 0.832365 0.875607 0.840654 0.875763 0.834724 0.87592 0.827344 0.876077 0.832106 0.876234 0.85998 0.876391 0.916548 0.876547 0.998534 0.876704 1.09687 0.876861 1.20397 0.877018 1.31729 0.877175 1.4345 0.877331 1.55311 0.877488 1.67483 0.877645 1.80828 0.877802 1.95996 0.877959 2.12962 0.878115 2.31709 0.878272 2.52864 0.878429 2.76449 0.878586 3.00566 0.878743 3.22368 0.878899 3.40085 0.879056 3.53149 0.879213 3.6034 0.87937 3.59415 0.879527 3.49317 0.879683 3.31868 0.87984 3.10365 0.879997 2.87204 0.880154 2.63885 0.880311 2.42491 0.880467 2.25478 0.880624 2.13622 0.880781 2.05354 0.880938 1.98433 0.881095 1.9194 0.881251 1.86374 0.881408 1.82403 0.881565 1.80002 0.881722 1.78276 0.881879 1.76011 0.882035 1.72239 0.882192 1.67069 0.882349 1.61818 0.882506 1.57961 0.882663 1.55907 0.882819 1.54773 0.882976 1.53446 0.883133 1.52086 0.88329 1.52148 0.883447 1.54808 0.883603 1.59476 0.88376 1.64414 0.883917 1.68856 0.884074 1.74221 0.884231 1.82641 0.884387 1.95053 0.884544 2.11065 0.884701 2.30361 0.884858 2.53123 0.885015 2.78919 0.885171 3.06425 0.885328 3.34899 0.885485 3.65734 0.885642 4.01592 0.885799 4.44212 0.885955 4.93057 0.886112 5.4598 0.886269 6.00645 0.886426 6.55068 0.886583 7.07214 0.886739 7.54372 0.886896 7.9307 0.887053 8.19444 0.88721 8.29886 0.887367 8.21583 0.887524 7.93471 0.88768 7.47484 0.887837 6.89008 0.887994 6.25377 0.888151 5.63318 0.888308 5.07386 0.888464 4.59923 0.888621 4.21253 0.888778 3.89631 0.888935 3.62115 0.889092 3.36772 0.889248 3.13994 0.889405 2.95143 0.889562 2.80325 0.889719 2.6823 0.889876 2.5777 0.890032 2.48871 0.890189 2.41537 0.890346 2.3532 0.890503 2.30026 0.89066 2.26243 0.890816 2.24702 0.890973 2.25308 0.89113 2.27076 0.891287 2.28899 0.891444 2.30059 0.8916 2.3077 0.891757 2.32114 0.891914 2.3498 0.892071 2.38863 0.892228 2.42404 0.892384 2.45364 0.892541 2.49264 0.892698 2.55592 0.892855 2.64163 0.893012 2.73916 0.893168 2.84607 0.893325 2.96635 0.893482 3.0978 0.893639 3.23299 0.893796 3.37438 0.893952 3.53726 0.894109 3.73573 0.894266 3.97285 0.894423 4.24653 0.89458 4.55922 0.894736 4.91975 0.894893 5.33982 0.89505 5.83059 0.895207 6.39868 0.895364 7.04541 0.89552 7.77073 0.895677 8.57602 0.895834 9.46053 0.895991 10.4168 0.896148 11.4347 0.896304 12.5051 0.896461 13.6098 0.896618 14.7145 0.896775 15.7788 0.896932 16.7719 0.897088 17.6628 0.897245 18.4006 0.897402 18.916 0.897559 19.1472 0.897716 19.0536 0.897872 18.6095 0.898029 17.8102 0.898186 16.6971 0.898343 15.3628 0.8985 13.9201 0.898656 12.4692 0.898813 11.0961 0.89897 9.87464 0.899127 8.8438 0.899284 7.99016 0.899441 7.27242 0.899597 6.66356 0.899754 6.15628 0.899911 5.73523 0.900068 5.36779 0.900225 5.02649 0.900381 4.706 0.900538 4.41311 0.900695 4.15274 0.900852 3.92884 0.901009 3.74464 0.901165 3.59662 0.901322 3.47672 0.901479 3.3828 0.901636 3.31999 0.901793 3.29069 0.901949 3.29213 0.902106 3.32451 0.902263 3.39076 0.90242 3.48776 0.902577 3.6121 0.902733 3.77881 0.90289 4.01617 0.903047 4.32914 0.903204 4.68131 0.903361 5.02433 0.903517 5.33369 0.903674 5.59839 0.903831 5.78496 0.903988 5.83603 0.904145 5.71128 0.904301 5.41949 0.904458 5.00976 0.904615 4.54579 0.904772 4.09006 0.904929 3.69319 0.905085 3.37817 0.905242 3.13508 0.905399 2.93644 0.905556 2.76031 0.905713 2.59584 0.905869 2.43678 0.906026 2.27912 0.906183 2.12739 0.90634 1.99265 0.906497 1.87816 0.906653 1.77491 0.90681 1.67423 0.906967 1.58533 0.907124 1.5245 0.907281 1.4918 0.907437 1.46588 0.907594 1.42699 0.907751 1.37838 0.907908 1.33754 0.908065 1.31418 0.908221 1.30478 0.908378 1.30289 0.908535 1.30088 0.908692 1.28586 0.908849 1.24833 0.909005 1.2 0.909162 1.16841 0.909319 1.16841 0.909476 1.18816 0.909633 1.20659 0.909789 1.21572 0.909946 1.21773 0.910103 1.2102 0.91026 1.18657 0.910417 1.14635 0.910573 1.09642 0.91073 1.04494 0.910887 1.0033 0.911044 0.984986 0.911201 0.996699 0.911358 1.02995 0.911514 1.07048 0.911671 1.11096 0.911828 1.14814 0.911985 1.17686 0.912142 1.19752 0.912298 1.22279 0.912455 1.26194 0.912612 1.30124 0.912769 1.31602 0.912926 1.30336 0.913082 1.28668 0.913239 1.28884 0.913396 1.31681 0.913553 1.3751 0.91371 1.47234 0.913866 1.60287 0.914023 1.74023 0.91418 1.86659 0.914337 1.99777 0.914494 2.16455 0.91465 2.37555 0.914807 2.61696 0.914964 2.88225 0.915121 3.18362 0.915278 3.53289 0.915434 3.9256 0.915591 4.34559 0.915748 4.7706 0.915905 5.17059 0.916062 5.51095 0.916218 5.76612 0.916375 5.92211 0.916532 5.96439 0.916689 5.87411 0.916846 5.64313 0.917002 5.28834 0.917159 4.84535 0.917316 4.35456 0.917473 3.85613 0.91763 3.38591 0.917786 2.96671 0.917943 2.60469 0.9181 2.29993 0.918257 2.05246 0.918414 1.85487 0.91857 1.68999 0.918727 1.54789 0.918884 1.43881 0.919041 1.3771 0.919198 1.35454 0.919354 1.34353 0.919511 1.32534 0.919668 1.30497 0.919825 1.29662 0.919982 1.30561 0.920138 1.32989 0.920295 1.36471 0.920452 1.40181 0.920609 1.43216 0.920766 1.45659 0.920922 1.48943 0.921079 1.54133 0.921236 1.60493 0.921393 1.66128 0.92155 1.6975 0.921706 1.71407 0.921863 1.71763 0.92202 1.71431 0.922177 1.70684 0.922334 1.69315 0.92249 1.66432 0.922647 1.61142 0.922804 1.53476 0.922961 1.44903 0.923118 1.37671 0.923275 1.33334 0.923431 1.31385 0.923588 1.29664 0.923745 1.26614 0.923902 1.23126 0.924059 1.21709 0.924215 1.23642 0.924372 1.27931 0.924529 1.32759 0.924686 1.3679 0.924843 1.3908 0.924999 1.39163 0.925156 1.38278 0.925313 1.39178 0.92547 1.43249 0.925627 1.48956 0.925783 1.54036 0.92594 1.5824 0.926097 1.6247 0.926254 1.66374 0.926411 1.69215 0.926567 1.72496 0.926724 1.79039 0.926881 1.88807 0.927038 1.9794 0.927195 2.0323 0.927351 2.05813 0.927508 2.09138 0.927665 2.14658 0.927822 2.21188 0.927979 2.27475 0.928135 2.33856 0.928292 2.41461 0.928449 2.51277 0.928606 2.64122 0.928763 2.80738 0.928919 3.01447 0.929076 3.25981 0.929233 3.53269 0.92939 3.81528 0.929547 4.09284 0.929703 4.36785 0.92986 4.65869 0.930017 4.97816 0.930174 5.32104 0.930331 5.67856 0.930487 6.05666 0.930644 6.46935 0.930801 6.91918 0.930958 7.39928 0.931115 7.91128 0.931271 8.46618 0.931428 9.06306 0.931585 9.67577 0.931742 10.2682 0.931899 10.8157 0.932055 11.3054 0.932212 11.7192 0.932369 12.0293 0.932526 12.213 0.932683 12.2672 0.932839 12.2012 0.932996 12.0149 0.933153 11.6951 0.93331 11.2392 0.933467 10.6775 0.933623 10.0595 0.93378 9.42365 0.933937 8.78569 0.934094 8.15841 0.934251 7.56367 0.934407 7.02139 0.934564 6.5375 0.934721 6.11251 0.934878 5.74446 0.935035 5.41862 0.935192 5.10558 0.935348 4.78566 0.935505 4.46641 0.935662 4.16281 0.935819 3.87456 0.935976 3.59557 0.936132 3.34034 0.936289 3.13133 0.936446 2.96585 0.936603 2.81663 0.93676 2.66878 0.936916 2.53505 0.937073 2.42873 0.93723 2.34415 0.937387 2.274 0.937544 2.22765 0.9377 2.21373 0.937857 2.2181 0.938014 2.21308 0.938171 2.18636 0.938328 2.14436 0.938484 2.09475 0.938641 2.03829 0.938798 1.9773 0.938955 1.92028 0.939112 1.87596 0.939268 1.84958 0.939425 1.84568 0.939582 1.86625 0.939739 1.90562 0.939896 1.95193 0.940052 1.99718 0.940209 2.04332 0.940366 2.09947 0.940523 2.17621 0.94068 2.27858 0.940836 2.40293 0.940993 2.5408 0.94115 2.68955 0.941307 2.85441 0.941464 3.0397 0.94162 3.23928 0.941777 3.44122 0.941934 3.63743 0.942091 3.8236 0.942248 3.99146 0.942404 4.12827 0.942561 4.22447 0.942718 4.2766 0.942875 4.28311 0.943032 4.239 0.943188 4.13681 0.943345 3.97579 0.943502 3.76936 0.943659 3.54272 0.943816 3.31758 0.943972 3.09855 0.944129 2.87963 0.944286 2.66529 0.944443 2.47867 0.9446 2.34127 0.944756 2.24925 0.944913 2.17543 0.94507 2.09731 0.945227 2.01503 0.945384 1.94575 0.94554 1.90703 0.945697 1.90498 0.945854 1.93445 0.946011 1.98219 0.946168 2.03442 0.946324 2.08307 0.946481 2.12361 0.946638 2.1464 0.946795 2.13187 0.946952 2.06063 0.947109 1.93146 0.947265 1.76851 0.947422 1.60568 0.947579 1.46295 0.947736 1.33898 0.947893 1.22739 0.948049 1.13237 0.948206 1.06365 0.948363 1.01972 0.94852 0.986878 0.948677 0.955993 0.948833 0.930879 0.94899 0.916149 0.949147 0.905297 0.949304 0.886479 0.949461 0.856685 0.949617 0.823698 0.949774 0.795551 0.949931 0.77369 0.950088 0.755407 0.950245 0.739369 0.950401 0.726663 0.950558 0.718413 0.950715 0.712535 0.950872 0.703167 0.951029 0.687961 0.951185 0.671759 0.951342 0.660935 0.951499 0.65342 0.951656 0.643402 0.951813 0.635102 0.951969 0.642715 0.952126 0.672056 0.952283 0.710431 0.95244 0.740819 0.952597 0.757856 0.952753 0.76156 0.95291 0.74659 0.953067 0.710131 0.953224 0.667028 0.953381 0.640461 0.953537 0.6371 0.953694 0.641898 0.953851 0.638744 0.954008 0.62847 0.954165 0.622991 0.954321 0.632751 0.954478 0.661949 0.954635 0.704607 0.954792 0.741675 0.954949 0.74872 0.955105 0.720718 0.955262 0.680385 0.955419 0.655731 0.955576 0.650461 0.955733 0.643972 0.955889 0.621121 0.956046 0.591431 0.956203 0.576213 0.95636 0.584141 0.956517 0.603329 0.956673 0.618614 0.95683 0.625956 0.956987 0.629971 0.957144 0.63149 0.957301 0.626433 0.957457 0.614294 0.957614 0.603076 0.957771 0.601661 0.957928 0.613768 0.958085 0.635515 0.958241 0.657309 0.958398 0.666292 0.958555 0.655629 0.958712 0.633386 0.958869 0.614848 0.959026 0.604739 0.959182 0.593239 0.959339 0.574706 0.959496 0.557438 0.959653 0.546046 0.95981 0.528996 0.959966 0.496966 0.960123 0.467066 0.96028 0.467615 0.960437 0.501274 0.960594 0.541558 0.96075 0.567038 0.960907 0.580189 0.961064 0.589372 0.961221 0.590948 0.961378 0.580076 0.961534 0.565304 0.961691 0.557642 0.961848 0.555162 0.962005 0.550652 0.962162 0.547196 0.962318 0.55325 0.962475 0.567742 0.962632 0.580733 0.962789 0.585733 0.962946 0.585143 0.963102 0.583051 0.963259 0.579666 0.963416 0.57145 0.963573 0.553335 0.96373 0.523311 0.963886 0.490288 0.964043 0.471602 0.9642 0.476087 0.964357 0.493204 0.964514 0.505629 0.96467 0.506949 0.964827 0.502804 0.964984 0.499876 0.965141 0.501235 0.965298 0.508205 0.965454 0.516865 0.965611 0.51717 0.965768 0.504307 0.965925 0.488085 0.966082 0.482684 0.966238 0.490219 0.966395 0.501672 0.966552 0.512147 0.966709 0.523603 0.966866 0.534576 0.967022 0.537267 0.967179 0.527987 0.967336 0.512647 0.967493 0.502103 0.96765 0.504686 0.967806 0.521208 0.967963 0.541825 0.96812 0.551452 0.968277 0.549956 0.968434 0.557287 0.96859 0.588092 0.968747 0.625464 0.968904 0.635756 0.969061 0.610382 0.969218 0.574414 0.969374 0.550242 0.969531 0.534606 0.969688 0.517226 0.969845 0.505161 0.970002 0.511737 0.970158 0.533014 0.970315 0.550666 0.970472 0.554249 0.970629 0.548183 0.970786 0.541792 0.970943 0.540599 0.971099 0.545617 0.971256 0.552391 0.971413 0.553204 0.97157 0.546445 0.971727 0.541471 0.971883 0.54697 0.97204 0.559929 0.972197 0.571357 0.972354 0.576326 0.972511 0.573327 0.972667 0.559917 0.972824 0.538949 0.972981 0.522608 0.973138 0.520001 0.973295 0.525274 0.973451 0.528258 0.973608 0.533147 0.973765 0.551849 0.973922 0.581096 0.974079 0.600449 0.974235 0.595695 0.974392 0.573088 0.974549 0.550291 0.974706 0.539925 0.974863 0.54476 0.975019 0.557375 0.975176 0.565468 0.975333 0.564337 0.97549 0.564525 0.975647 0.576179 0.975803 0.590444 0.97596 0.590351 0.976117 0.580072 0.976274 0.584099 0.976431 0.611784 0.976587 0.642552 0.976744 0.657094 0.976901 0.667366 0.977058 0.695634 0.977215 0.740198 0.977371 0.781062 0.977528 0.812472 0.977685 0.845188 0.977842 0.875284 0.977999 0.874999 0.978155 0.825184 0.978312 0.744292 0.978469 0.671605 0.978626 0.628386 0.978783 0.607886 0.978939 0.593546 0.979096 0.57711 0.979253 0.558618 0.97941 0.54081 0.979567 0.528645 0.979723 0.528381 0.97988 0.541484 0.980037 0.559423 0.980194 0.568411 0.980351 0.561939 0.980507 0.546838 0.980664 0.534455 0.980821 0.525438 0.980978 0.509057 0.981135 0.480774 0.981291 0.452178 0.981448 0.436511 0.981605 0.428539 0.981762 0.413226 0.981919 0.39285 0.982075 0.389241 0.982232 0.411511 0.982389 0.435811 0.982546 0.434807 0.982703 0.417932 0.98286 0.423868 0.983016 0.469932 0.983173 0.528012 0.98333 0.556777 0.983487 0.545736 0.983644 0.516421 0.9838 0.493694 0.983957 0.489234 0.984114 0.50434 0.984271 0.531979 0.984428 0.556976 0.984584 0.567377 0.984741 0.568589 0.984898 0.573158 0.985055 0.578207 0.985212 0.567702 0.985368 0.540992 0.985525 0.52042 0.985682 0.522063 0.985839 0.53324 0.985996 0.531022 0.986152 0.513055 0.986309 0.494624 0.986466 0.484632 0.986623 0.480574 0.98678 0.484497 0.986936 0.502819 0.987093 0.529268 0.98725 0.544597 0.987407 0.538265 0.987564 0.520255 0.98772 0.505769 0.987877 0.499361 0.988034 0.497939 0.988191 0.500468 0.988348 0.50563 0.988504 0.508814 0.988661 0.507046 0.988818 0.503545 0.988975 0.502852 0.989132 0.505139 0.989288 0.507221 0.989445 0.504696 0.989602 0.492874 0.989759 0.472174 0.989916 0.45418 0.990072 0.449946 0.990229 0.452764 0.990386 0.444953 0.990543 0.425479 0.9907 0.415638 0.990856 0.431182 0.991013 0.460383 0.99117 0.483323 0.991327 0.498356 0.991484 0.516162 0.99164 0.538401 0.991797 0.557328 0.991954 0.572326 0.992111 0.589706 0.992268 0.61294 0.992424 0.642377 0.992581 0.684443 0.992738 0.74079 0.992895 0.792795 0.993052 0.814996 0.993208 0.804689 0.993365 0.785426 0.993522 0.7765 0.993679 0.773606 0.993836 0.762533 0.993992 0.737884 0.994149 0.702118 0.994306 0.658529 0.994463 0.612711 0.99462 0.575383 0.994777 0.554707 0.994933 0.550462 0.99509 0.556738 0.995247 0.563802 0.995404 0.559924 0.995561 0.541158 0.995717 0.521872 0.995874 0.52247 0.996031 0.541944 0.996188 0.558774 0.996345 0.561142 0.996501 0.563914 0.996658 0.585689 0.996815 0.618817 0.996972 0.637957 0.997129 0.629396 0.997285 0.59967 0.997442 0.561742 0.997599 0.525952 0.997756 0.500593 0.997913 0.489665 0.998069 0.487248 0.998226 0.481547 0.998383 0.467828 0.99854 0.4516 0.998697 0.441145 0.998853 0.442302 0.99901 0.45751 0.999167 0.484342 0.999324 0.513405 0.999481 0.532974 0.999637 0.537168 0.999794 0.528714 0.999951 0.515366 1.00011 0.506185 1.00026 0.503964 1.00042 0.5018 1.00058 0.489933 1.00074 0.468811 1.00089 0.449578 1.00105 0.438651 1.00121 0.434747 1.00136 0.44073 1.00152 0.466297 1.00168 0.50555 1.00183 0.529139 1.00199 0.513751 1.00215 0.471311 1.0023 0.434564 1.00246 0.420056 1.00262 0.423139 1.00277 0.440574 1.00293 0.47663 1.00309 0.522748 1.00324 0.556718 1.0034 0.567114 1.00356 0.564163 1.00371 0.558145 1.00387 0.54445 1.00403 0.519258 1.00418 0.492437 1.00434 0.476063 1.0045 0.469171 1.00466 0.468757 1.00481 0.483113 1.00497 0.517163 1.00513 0.553213 1.00528 0.562103 1.00544 0.534796 1.0056 0.490597 1.00575 0.455915 1.00591 0.443899 1.00607 0.452385 1.00622 0.47005 1.00638 0.481428 1.00654 0.477959 1.00669 0.465608 1.00685 0.458363 1.00701 0.46176 1.00716 0.469543 1.00732 0.476075 1.00748 0.481785 1.00763 0.487017 1.00779 0.486729 1.00795 0.477036 1.0081 0.461577 1.00826 0.446851 1.00842 0.437161 1.00858 0.434959 1.00873 0.442741 1.00889 0.45898 1.00905 0.475023 1.0092 0.481574 1.00936 0.478596 1.00952 0.47548 1.00967 0.481695 1.00983 0.496639 1.00999 0.509271 1.01014 0.507903 1.0103 0.491 1.01046 0.468398 1.01061 0.45054 1.01077 0.437512 1.01093 0.421777 1.01108 0.400711 1.01124 0.383845 1.0114 0.38666 1.01155 0.415135 1.01171 0.459307 1.01187 0.500157 1.01202 0.522833 1.01218 0.525361 1.01234 0.517663 1.0125 0.508159 1.01265 0.497551 1.01281 0.479055 1.01297 0.448967 1.01312 0.414107 1.01328 0.390146 1.01344 0.391293 1.01359 0.417432 1.01375 0.451972 1.01391 0.475364 1.01406 0.484651 1.01422 0.494259 1.01438 0.516254 1.01453 0.546386 1.01469 0.573084 1.01485 0.594019 1.015 0.611811 1.01516 0.619967 1.01532 0.607477 1.01547 0.578223 1.01563 0.552965 1.01579 0.54639 1.01594 0.550357 1.0161 0.550995 1.01626 0.549212 1.01642 0.557255 1.01657 0.576761 1.01673 0.594051 1.01689 0.59532 1.01704 0.580821 1.0172 0.560764 1.01736 0.543027 1.01751 0.527533 1.01767 0.509147 1.01783 0.488258 1.01798 0.47442 1.01814 0.477329 1.0183 0.492815 1.01845 0.503967 1.01861 0.501161 1.01877 0.491668 1.01892 0.486644 1.01908 0.486072 1.01924 0.486342 1.01939 0.492834 1.01955 0.511574 1.01971 0.531569 1.01986 0.535669 1.02002 0.525145 1.02018 0.519254 1.02034 0.526251 1.02049 0.532207 1.02065 0.525607 1.02081 0.515879 1.02096 0.515193 1.02112 0.51796 1.02128 0.513399 1.02143 0.509443 1.02159 0.524274 1.02175 0.5576 1.0219 0.586918 1.02206 0.593677 1.02222 0.580496 1.02237 0.559251 1.02253 0.535019 1.02269 0.509738 1.02284 0.49148 1.023 0.492259 1.02316 0.5144 1.02331 0.546562 1.02347 0.570605 1.02363 0.573147 1.02378 0.553156 1.02394 0.520178 1.0241 0.488666 1.02426 0.471335 1.02441 0.473775 1.02457 0.489631 1.02473 0.500879 1.02488 0.492923 1.02504 0.471892 1.0252 0.459439 1.02535 0.46736 1.02551 0.484056 1.02567 0.49242 1.02582 0.490559 1.02598 0.487822 1.02614 0.488589 1.02629 0.494702 1.02645 0.514446 1.02661 0.553099 1.02676 0.597244 1.02692 0.625595 1.02708 0.634963 1.02723 0.640054 1.02739 0.647806 1.02755 0.647709 1.02771 0.633656 1.02786 0.616859 1.02802 0.610238 1.02818 0.613551 1.02833 0.622601 1.02849 0.6379 1.02865 0.655359 1.0288 0.660914 1.02896 0.648145 1.02912 0.633206 1.02927 0.638444 1.02943 0.667189 1.02959 0.704518 1.02974 0.734129 1.0299 0.74516 1.03006 0.730099 1.03021 0.691053 1.03037 0.645401 1.03053 0.612667 1.03068 0.596992 1.03084 0.588922 1.031 0.580816 1.03115 0.569294 1.03131 0.549791 1.03147 0.521249 1.03163 0.493274 1.03178 0.478359 1.03194 0.476984 1.0321 0.480693 1.03225 0.485623 1.03241 0.49175 1.03257 0.493203 1.03272 0.484166 1.03288 0.472341 1.03304 0.472151 1.03319 0.482459 1.03335 0.488423 1.03351 0.486701 1.03366 0.491181 1.03382 0.508293 1.03398 0.520952 1.03413 0.510203 1.03429 0.482264 1.03445 0.462136 1.0346 0.465982 1.03476 0.487406 1.03492 0.509867 1.03507 0.522159 1.03523 0.525517 1.03539 0.531055 1.03555 0.547879 1.0357 0.571091 1.03586 0.58432 1.03602 0.578504 1.03617 0.561928 1.03633 0.549949 1.03649 0.549927 1.03664 0.558958 1.0368 0.569153 1.03696 0.569174 1.03711 0.547844 1.03727 0.50411 1.03743 0.451713 1.03758 0.408231 1.03774 0.383045 1.0379 0.377737 1.03805 0.390642 1.03821 0.413779 1.03837 0.432386 1.03852 0.439802 1.03868 0.447447 1.03884 0.47058 1.03899 0.506862 1.03915 0.538295 1.03931 0.555353 1.03947 0.565475 1.03962 0.576374 1.03978 0.582904 1.03994 0.57614 1.04009 0.55822 1.04025 0.541031 1.04041 0.534733 1.04056 0.541997 1.04072 0.55889 1.04088 0.576882 1.04103 0.587615 1.04119 0.590151 1.04135 0.592081 1.0415 0.597556 1.04166 0.598705 1.04182 0.585686 1.04197 0.562823 1.04213 0.546453 1.04229 0.544368 1.04244 0.54699 1.0426 0.539859 1.04276 0.520877 1.04291 0.499868 1.04307 0.486651 1.04323 0.487237 1.04339 0.50513 1.04354 0.538415 1.0437 0.57505 1.04386 0.601683 1.04401 0.61668 1.04417 0.628841 1.04433 0.64178 1.04448 0.648936 1.04464 0.645633 1.0448 0.637506 1.04495 0.631273 1.04511 0.62423 1.04527 0.611491 1.04542 0.595533 1.04558 0.581031 1.04574 0.566455 1.04589 0.550794 1.04605 0.544046 1.04621 0.55729 1.04636 0.584061 1.04652 0.604773 1.04668 0.611762 1.04683 0.617029 1.04699 0.630366 1.04715 0.644004 1.04731 0.646261 1.04746 0.641562 1.04762 0.64402 1.04778 0.656642 1.04793 0.668167 1.04809 0.66783 1.04825 0.6566 1.0484 0.640351 1.04856 0.622766 1.04872 0.604921 1.04887 0.587615 1.04903 0.57004 1.04919 0.549029 1.04934 0.524944 1.0495 0.506264 1.04966 0.504857 1.04981 0.522662 1.04997 0.545015 1.05013 0.552266 1.05028 0.54133 1.05044 0.529503 1.0506 0.53179 1.05076 0.539502 1.05091 0.530713 1.05107 0.502118 1.05123 0.47638 1.05138 0.474972 1.05154 0.491898 1.0517 0.503017 1.05185 0.495197 1.05201 0.478727 1.05217 0.4731 1.05232 0.488869 1.05248 0.522607 1.05264 0.562359 1.05279 0.597277 1.05295 0.623717 1.05311 0.643477 1.05326 0.659519 1.05342 0.674403 1.05358 0.69238 1.05373 0.714184 1.05389 0.729359 1.05405 0.722865 1.0542 0.693355 1.05436 0.657426 1.05452 0.629599 1.05468 0.60811 1.05483 0.587726 1.05499 0.577201 1.05515 0.586952 1.0553 0.605832 1.05546 0.607761 1.05562 0.584741 1.05577 0.55923 1.05593 0.556038 1.05609 0.574359 1.05624 0.593942 1.0564 0.598798 1.05656 0.587262 1.05671 0.563662 1.05687 0.533475 1.05703 0.505572 1.05718 0.490842 1.05734 0.49508 1.0575 0.515846 1.05765 0.546017 1.05781 0.577148 1.05797 0.603337 1.05812 0.622124 1.05828 0.636274 1.05844 0.650522 1.0586 0.667773 1.05875 0.68871 1.05891 0.708573 1.05907 0.716285 1.05922 0.700902 1.05938 0.664353 1.05954 0.624203 1.05969 0.59694 1.05985 0.581716 1.06001 0.566048 1.06016 0.546378 1.06032 0.533044 1.06048 0.533854 1.06063 0.542044 1.06079 0.5472 1.06095 0.549261 1.0611 0.552438 1.06126 0.551031 1.06142 0.534887 1.06157 0.504993 1.06173 0.474373 1.06189 0.451572 1.06204 0.435126 1.0622 0.427974 1.06236 0.441254 1.06252 0.474864 1.06267 0.505548 1.06283 0.510644 1.06299 0.498631 1.06314 0.498748 1.0633 0.519926 1.06346 0.53646 1.06361 0.520336 1.06377 0.476111 1.06393 0.432787 1.06408 0.412852 1.06424 0.416525 1.0644 0.431476 1.06455 0.446025 1.06471 0.454875 1.06487 0.460132 1.06502 0.469183 1.06518 0.486333 1.06534 0.50762 1.06549 0.526381 1.06565 0.541076 1.06581 0.55338 1.06596 0.561817 1.06612 0.563839 1.06628 0.562318 1.06644 0.561899 1.06659 0.558638 1.06675 0.542019 1.06691 0.509544 1.06706 0.474502 1.06722 0.452723 1.06738 0.447075 1.06753 0.4489 1.06769 0.450909 1.06785 0.454895 1.068 0.465289 1.06816 0.48172 1.06832 0.501498 1.06847 0.522587 1.06863 0.542021 1.06879 0.550923 1.06894 0.539524 1.0691 0.509757 1.06926 0.478308 1.06941 0.462665 1.06957 0.465954 1.06973 0.479242 1.06988 0.493642 1.07004 0.504662 1.0702 0.507684 1.07036 0.499177 1.07051 0.484687 1.07067 0.477227 1.07083 0.482963 1.07098 0.494503 1.07114 0.502682 1.0713 0.508549 1.07145 0.519968 1.07161 0.538938 1.07177 0.558499 1.07192 0.569416 1.07208 0.567207 1.07224 0.554479 1.07239 0.540827 1.07255 0.534249 1.07271 0.530405 1.07286 0.516329 1.07302 0.489906 1.07318 0.470144 1.07333 0.47839 1.07349 0.510866 1.07365 0.539657 1.07381 0.54219 1.07396 0.522542 1.07412 0.503666 1.07428 0.503972 1.07443 0.524935 1.07459 0.554816 1.07475 0.578357 1.0749 0.58456 1.07506 0.569479 1.07522 0.53629 1.07537 0.495204 1.07553 0.461665 1.07569 0.448671 1.07584 0.457255 1.076 0.476508 1.07616 0.494522 1.07631 0.508714 1.07647 0.523067 1.07663 0.543743 1.07678 0.57595 1.07694 0.618911 1.0771 0.659519 1.07725 0.676664 1.07741 0.662296 1.07757 0.632327 1.07773 0.609319 1.07788 0.596555 1.07804 0.581163 1.0782 0.556526 1.07835 0.53205 1.07851 0.51817 1.07867 0.513701 1.07882 0.511952 1.07898 0.508745 1.07914 0.502221 1.07929 0.491657 1.07945 0.482778 1.07961 0.487939 1.07976 0.512035 1.07992 0.541956 1.08008 0.556772 1.08023 0.546795 1.08039 0.520122 1.08055 0.492532 1.0807 0.475096 1.08086 0.472188 1.08102 0.482471 1.08117 0.500723 1.08133 0.519623 1.08149 0.534892 1.08165 0.549085 1.0818 0.567449 1.08196 0.58798 1.08212 0.599996 1.08227 0.595972 1.08243 0.583533 1.08259 0.577705 1.08274 0.581033 1.0829 0.580388 1.08306 0.566805 1.08321 0.55057 1.08337 0.549236 1.08353 0.563038 1.08368 0.571717 1.08384 0.556317 1.084 0.518298 1.08415 0.477634 1.08431 0.455425 1.08447 0.457419 1.08462 0.472398 1.08478 0.485278 1.08494 0.490936 1.08509 0.493637 1.08525 0.494179 1.08541 0.487001 1.08557 0.472128 1.08572 0.459785 1.08588 0.459829 1.08604 0.471696 1.08619 0.491689 1.08635 0.518305 1.08651 0.544715 1.08666 0.557965 1.08682 0.556728 1.08698 0.557616 1.08713 0.571263 1.08729 0.581828 1.08745 0.570948 1.0876 0.551723 1.08776 0.555539 1.08792 0.586593 1.08807 0.616567 1.08823 0.624788 1.08839 0.620422 1.08854 0.616022 1.0887 0.605955 1.08886 0.583229 1.08901 0.558294 1.08917 0.544838 1.08933 0.538998 1.08949 0.529737 1.08964 0.518395 1.0898 0.513964 1.08996 0.516279 1.09011 0.520303 1.09027 0.526635 1.09043 0.538787 1.09058 0.550548 1.09074 0.552362 1.0909 0.543538 1.09105 0.529898 1.09121 0.513285 1.09137 0.49339 1.09152 0.47534 1.09168 0.465481 1.09184 0.463657 1.09199 0.470005 1.09215 0.491574 1.09231 0.53073 1.09246 0.572652 1.09262 0.598165 1.09278 0.603922 1.09293 0.60137 1.09309 0.595687 1.09325 0.58329 1.09341 0.565495 1.09356 0.550038 1.09372 0.537401 1.09388 0.518861 1.09403 0.492082 1.09419 0.465875 1.09435 0.447568 1.0945 0.436318 1.09466 0.433023 1.09482 0.445219 1.09497 0.474499 1.09513 0.5079 1.09529 0.528887 1.09544 0.53441 1.0956 0.533646 1.09576 0.53408 1.09591 0.535408 1.09607 0.532967 1.09623 0.523825 1.09638 0.509851 1.09654 0.496273 1.0967 0.489046 1.09686 0.491687 1.09701 0.505725 1.09717 0.53173 1.09733 0.562963 1.09748 0.583115 1.09764 0.577805 1.0978 0.549679 1.09795 0.519192 1.09811 0.506161 1.09827 0.513414 1.09842 0.530055 1.09858 0.544181 1.09874 0.549304 1.09889 0.54555 1.09905 0.535862 1.09921 0.525893 1.09936 0.520735 1.09952 0.522677 1.09968 0.531029 1.09983 0.542387 1.09999 0.553113 1.10015 0.564047 1.1003 0.577815 1.10046 0.593545 1.10062 0.604312 1.10078 0.602407 1.10093 0.586921 1.10109 0.564403 1.10125 0.544958 1.1014 0.540416 1.10156 0.557901 1.10172 0.58806 1.10187 0.604161 1.10203 0.584616 1.10219 0.536299 1.10234 0.490452 1.1025 0.474302 1.10266 0.492127 1.10281 0.530678 1.10297 0.574547 1.10313 0.613475 1.10328 0.644668 1.10344 0.670959 1.1036 0.693574 1.10375 0.704547 1.10391 0.693888 1.10407 0.666837 1.10422 0.644029 1.10438 0.640309 1.10454 0.648875 1.1047 0.653365 1.10485 0.648169 1.10501 0.640174 1.10517 0.635647 1.10532 0.63192 1.10548 0.626143 1.10564 0.619301 1.10579 0.612764 1.10595 0.604351 1.10611 0.593098 1.10626 0.584284 1.10642 0.583836 1.10658 0.587657 1.10673 0.582281 1.10689 0.560475 1.10705 0.532 1.1072 0.515863 1.10736 0.518607 1.10752 0.528742 1.10767 0.531161 1.10783 0.524826 1.10799 0.521235 1.10814 0.529896 1.1083 0.550041 1.10846 0.575906 1.10862 0.602833 1.10877 0.626911 1.10893 0.644358 1.10909 0.652366 1.10924 0.652122 1.1094 0.652595 1.10956 0.668275 1.10971 0.70962 1.10987 0.768308 1.11003 0.819367 1.11018 0.842144 1.11034 0.837338 1.1105 0.824044 1.11065 0.817216 1.11081 0.81737 1.11097 0.814295 1.11112 0.79529 1.11128 0.752019 1.11144 0.689341 1.11159 0.628804 1.11175 0.594431 1.11191 0.591888 1.11206 0.607284 1.11222 0.626054 1.11238 0.643752 1.11254 0.657771 1.11269 0.659669 1.11285 0.646422 1.11301 0.630149 1.11316 0.62663 1.11332 0.637514 1.11348 0.64964 1.11363 0.651977 1.11379 0.645632 1.11395 0.63795 1.1141 0.631931 1.11426 0.625152 1.11442 0.612248 1.11457 0.590751 1.11473 0.566027 1.11489 0.545701 1.11504 0.533153 1.1152 0.523924 1.11536 0.511637 1.11551 0.498961 1.11567 0.492538 1.11583 0.492752 1.11598 0.487782 1.11614 0.47142 1.1163 0.451089 1.11646 0.441735 1.11661 0.445167 1.11677 0.447362 1.11693 0.436155 1.11708 0.419067 1.11724 0.417282 1.1174 0.441925 1.11755 0.48649 1.11771 0.535409 1.11787 0.576758 1.11802 0.605948 1.11818 0.623456 1.11834 0.637441 1.11849 0.655713 1.11865 0.67622 1.11881 0.686303 1.11896 0.678276 1.11912 0.658408 1.11928 0.639272 1.11943 0.631172 1.11959 0.641162 1.11975 0.674706 1.11991 0.721329 1.12006 0.753371 1.12022 0.749744 1.12038 0.719061 1.12053 0.688434 1.12069 0.672466 1.12085 0.665889 1.121 0.660994 1.12116 0.658459 1.12132 0.655517 1.12147 0.646729 1.12163 0.639116 1.12179 0.648613 1.12194 0.67612 1.1221 0.699424 1.12226 0.700146 1.12241 0.686166 1.12257 0.675774 1.12273 0.671186 1.12288 0.66123 1.12304 0.644739 1.1232 0.63613 1.12335 0.650686 1.12351 0.693939 1.12367 0.761654 1.12383 0.837713 1.12398 0.897285 1.12414 0.923594 1.1243 0.924531 1.12445 0.922276 1.12461 0.929459 1.12477 0.943173 1.12492 0.960651 1.12508 0.987654 1.12524 1.0258 1.12539 1.06174 1.12555 1.07739 1.12571 1.06927 1.12586 1.05222 1.12602 1.04554 1.12618 1.05757 1.12633 1.08135 1.12649 1.1056 1.12665 1.12768 1.1268 1.15415 1.12696 1.1863 1.12712 1.21265 1.12727 1.22062 1.12743 1.21558 1.12759 1.21982 1.12775 1.25069 1.1279 1.30401 1.12806 1.36118 1.12822 1.4099 1.12837 1.45354 1.12853 1.50081 1.12869 1.54986 1.12884 1.58788 1.129 1.61056 1.12916 1.63383 1.12931 1.67808 1.12947 1.7438 1.12963 1.81593 1.12978 1.89285 1.12994 1.99195 1.1301 2.11574 1.13025 2.23099 1.13041 2.30157 1.13057 2.33388 1.13072 2.36662 1.13088 2.41853 1.13104 2.46845 1.13119 2.49351 1.13135 2.50291 1.13151 2.52247 1.13167 2.56197 1.13182 2.61539 1.13198 2.68354 1.13214 2.7783 1.13229 2.90636 1.13245 3.06464 1.13261 3.25037 1.13276 3.46621 1.13292 3.70787 1.13308 3.95906 1.13323 4.20568 1.13339 4.45276 1.13355 4.72443 1.1337 5.04756 1.13386 5.43984 1.13402 5.91436 1.13417 6.48975 1.13433 7.18968 1.13449 8.02995 1.13464 9.01544 1.1348 10.16 1.13496 11.5117 1.13511 13.1527 1.13527 15.1719 1.13543 17.646 1.13559 20.6498 1.13574 24.2658 1.1359 28.5607 1.13606 33.5419 1.13621 39.1278 1.13637 45.1358 1.13653 51.2622 1.13668 57.0505 1.13684 61.8822 1.137 65.0358 1.13715 65.8354 1.13731 63.871 1.13747 59.2192 1.13762 52.5276 1.13778 44.854 1.13794 37.3005 1.13809 30.6522 1.13825 25.2287 1.13841 20.9821 1.13856 17.6978 1.13872 15.144 1.13888 13.129 1.13903 11.5109 1.13919 10.1929 1.13935 9.10981 1.13951 8.21061 1.13966 7.45108 1.13982 6.80186 1.13998 6.24904 1.14013 5.7827 1.14029 5.38623 1.14045 5.04362 1.1406 4.75073 1.14076 4.51085 1.14092 4.31975 1.14107 4.16286 1.14123 4.02828 1.14139 3.91437 1.14154 3.81759 1.1417 3.72214 1.14186 3.61108 1.14201 3.48606 1.14217 3.36667 1.14233 3.26791 1.14248 3.18764 1.14264 3.11848 1.1428 3.0634 1.14295 3.02719 1.14311 3.00016 1.14327 2.96148 1.14343 2.90058 1.14358 2.8267 1.14374 2.75558 1.1439 2.69466 1.14405 2.64399 1.14421 2.60279 1.14437 2.57044 1.14452 2.54433 1.14468 2.52447 1.14484 2.51569 1.14499 2.52006 1.14515 2.53079 1.14531 2.53992 1.14546 2.5497 1.14562 2.57211 1.14578 2.61743 1.14593 2.6857 1.14609 2.7675 1.14625 2.84791 1.1464 2.91483 1.14656 2.9679 1.14672 3.01732 1.14688 3.06811 1.14703 3.10996 1.14719 3.13139 1.14735 3.1392 1.1475 3.15339 1.14766 3.18228 1.14782 3.21559 1.14797 3.24431 1.14813 3.27744 1.14829 3.33259 1.14844 3.41835 1.1486 3.53325 1.14876 3.67602 1.14891 3.84842 1.14907 4.05086 1.14923 4.28225 1.14938 4.54369 1.14954 4.84084 1.1497 5.18263 1.14985 5.58029 1.15001 6.04208 1.15017 6.57122 1.15032 7.17422 1.15048 7.87566 1.15064 8.71735 1.1508 9.74124 1.15095 10.9807 1.15111 12.4754 1.15127 14.2855 1.15142 16.4874 1.15158 19.1607 1.15174 22.3858 1.15189 26.2392 1.15205 30.7691 1.15221 35.9623 1.15236 41.7234 1.15252 47.8491 1.15268 53.9831 1.15283 59.5799 1.15299 63.9362 1.15315 66.3111 1.1533 66.1106 1.15346 63.0976 1.15362 57.5589 1.15377 50.3165 1.15393 42.4961 1.15409 35.1344 1.15424 28.8598 1.1544 23.8318 1.15456 19.9041 1.15472 16.836 1.15487 14.4135 1.15503 12.4766 1.15519 10.9099 1.15534 9.62926 1.1555 8.57421 1.15566 7.70286 1.15581 6.98675 1.15597 6.39902 1.15613 5.90784 1.15628 5.48125 1.15644 5.10048 1.1566 4.76381 1.15675 4.4751 1.15691 4.23371 1.15707 4.03269 1.15722 3.86047 1.15738 3.70453 1.15754 3.55722 1.15769 3.42186 1.15785 3.30769 1.15801 3.21605 1.15816 3.13703 1.15832 3.06108 1.15848 2.98976 1.15864 2.92913 1.15879 2.87664 1.15895 2.82109 1.15911 2.75739 1.15926 2.6958 1.15942 2.65173 1.15958 2.62506 1.15973 2.59189 1.15989 2.52243 1.16005 2.41015 1.1602 2.2804 1.16036 2.16601 1.16052 2.07322 1.16067 1.98229 1.16083 1.88298 1.16099 1.79541 1.16114 1.74513 1.1613 1.72535 1.16146 1.70356 1.16161 1.6666 1.16177 1.63896 1.16193 1.64821 1.16208 1.68721 1.16224 1.7254 1.1624 1.74929 1.16256 1.77217 1.16271 1.80703 1.16287 1.85022 1.16303 1.89713 1.16318 1.95829 1.16334 2.04525 1.1635 2.14987 1.16365 2.24974 1.16381 2.33413 1.16397 2.41426 1.16412 2.50789 1.16428 2.62242 1.16444 2.75254 1.16459 2.88748 1.16475 3.01366 1.16491 3.11496 1.16506 3.17473 1.16522 3.18148 1.16538 3.13411 1.16553 3.04068 1.16569 2.91329 1.16585 2.76226 1.166 2.59697 1.16616 2.43041 1.16632 2.27819 1.16648 2.15084 1.16663 2.04874 1.16679 1.96697 1.16695 1.90376 1.1671 1.86116 1.16726 1.84088 1.16742 1.84284 1.16757 1.86912 1.16773 1.92686 1.16789 2.02464 1.16804 2.1659 1.1682 2.34763 1.16836 2.56563 1.16851 2.82136 1.16867 3.11848 1.16883 3.44928 1.16898 3.78634 1.16914 4.09041 1.1693 4.32373 1.16945 4.45053 1.16961 4.43053 1.16977 4.23289 1.16993 3.86856 1.17008 3.40323 1.17024 2.92839 1.1704 2.51545 1.17055 2.19353 1.17071 1.9579 1.17087 1.78565 1.17102 1.64875 1.17118 1.5293 1.17134 1.42737 1.17149 1.35244 1.17165 1.30334 1.17181 1.2627 1.17196 1.2118 1.17212 1.14533 1.17228 1.07295 1.17243 1.01034 1.17259 0.970226 1.17275 0.955214 1.1729 0.959011 1.17306 0.972404 1.17322 0.989556 1.17337 1.00596 1.17353 1.01541 1.17369 1.01361 1.17385 1.00475 1.174 0.995512 1.17416 0.98427 1.17432 0.965249 1.17447 0.941952 1.17463 0.928333 1.17479 0.932904 1.17494 0.94905 1.1751 0.965561 1.17526 0.982072 1.17541 1.00546 1.17557 1.03655 1.17573 1.06416 1.17588 1.07736 1.17604 1.07713 1.1762 1.07266 1.17635 1.06934 1.17651 1.05928 1.17667 1.03207 1.17682 0.990211 1.17698 0.952228 1.17714 0.934505 1.17729 0.936616 1.17745 0.94495 1.17761 0.94871 1.17777 0.947233 1.17792 0.947642 1.17808 0.959573 1.17824 0.987446 1.17839 1.02222 1.17855 1.04341 1.17871 1.04052 1.17886 1.02813 1.17902 1.02898 1.17918 1.04784 1.17933 1.0703 1.17949 1.08841 1.17965 1.10865 1.1798 1.13583 1.17996 1.165 1.18012 1.19556 1.18027 1.23882 1.18043 1.30062 1.18059 1.36833 1.18074 1.42763 1.1809 1.48357 1.18106 1.55466 1.18121 1.65108 1.18137 1.76847 1.18153 1.89813 1.18169 2.03374 1.18184 2.17208 1.182 2.31448 1.18216 2.46742 1.18231 2.63518 1.18247 2.81724 1.18263 3.01706 1.18278 3.24716 1.18294 3.51741 1.1831 3.81891 1.18325 4.13121 1.18341 4.44139 1.18357 4.74693 1.18372 5.04128 1.18388 5.30357 1.18404 5.5021 1.18419 5.60336 1.18435 5.5821 1.18451 5.43579 1.18466 5.19355 1.18482 4.9061 1.18498 4.62558 1.18513 4.39181 1.18529 4.22955 1.18545 4.14959 1.18561 4.15266 1.18576 4.24183 1.18592 4.43188 1.18608 4.74122 1.18623 5.17646 1.18639 5.72572 1.18655 6.35884 1.1867 7.02432 1.18686 7.64422 1.18702 8.12299 1.18717 8.36112 1.18733 8.26877 1.18749 7.79447 1.18764 6.97439 1.1878 5.95426 1.18796 4.93339 1.18811 4.06202 1.18827 3.3865 1.18843 2.88308 1.18858 2.51527 1.18874 2.25238 1.1889 2.05719 1.18905 1.89186 1.18921 1.74108 1.18937 1.6136 1.18953 1.51755 1.18968 1.44421 1.18984 1.37753 1.19 1.31217 1.19015 1.25522 1.19031 1.21528 1.19047 1.19274 1.19062 1.17894 1.19078 1.1612 1.19094 1.13043 1.19109 1.08684 1.19125 1.04024 1.19141 1.00231 1.19156 0.97709 1.19172 0.958876 1.19188 0.941803 1.19203 0.930053 1.19219 0.931372 1.19235 0.938774 1.1925 0.929836 1.19266 0.893897 1.19282 0.850847 1.19298 0.828282 1.19313 0.823586 1.19329 0.806994 1.19345 0.765099 1.1936 0.719453 1.19376 0.69335 1.19392 0.682199 1.19407 0.669024 1.19423 0.65553 1.19439 0.654459 1.19454 0.662408 1.1947 0.663532 1.19486 0.657207 1.19501 0.660247 1.19517 0.676616 1.19533 0.687735 1.19548 0.680214 1.19564 0.669701 1.1958 0.681691 1.19595 0.721228 1.19611 0.768633 1.19627 0.799569 1.19642 0.800259 1.19658 0.772352 1.19674 0.734343 1.1969 0.710773 1.19705 0.710006 1.19721 0.717449 1.19737 0.718198 1.19752 0.720709 1.19768 0.745051 1.19784 0.790677 1.19799 0.831743 1.19815 0.847434 1.19831 0.844944 1.19846 0.847426 1.19862 0.866006 1.19878 0.891068 1.19893 0.907943 1.19909 0.914353 1.19925 0.922631 1.1994 0.944687 1.19956 0.977815 1.19972 1.00607 1.19987 1.02145 1.20003 1.03793 1.20019 1.07836 1.20034 1.14722 1.2005 1.2247 1.20066 1.29019 1.20082 1.34286 1.20097 1.39982 1.20113 1.48053 1.20129 1.59718 1.20144 1.75153 1.2016 1.93047 1.20176 2.11141 1.20191 2.28044 1.20207 2.44328 1.20223 2.61173 1.20238 2.78493 1.20254 2.94966 1.2027 3.09539 1.20285 3.21897 1.20301 3.31929 1.20317 3.3996 1.20332 3.47176 1.20348 3.54962 1.20364 3.63445 1.20379 3.72138 1.20395 3.82057 1.20411 3.95856 1.20426 4.15117 1.20442 4.38192 1.20458 4.6111 1.20474 4.79173 1.20489 4.86956 1.20505 4.78566 1.20521 4.50487 1.20536 4.05187 1.20552 3.50981 1.20568 2.97809 1.20583 2.52654 1.20599 2.1815 1.20615 1.93654 1.2063 1.77037 1.20646 1.65704 1.20662 1.56941 1.20677 1.4836 1.20693 1.3891 1.20709 1.29608 1.20724 1.22608 1.2074 1.18952 1.20756 1.17535 1.20771 1.16375 1.20787 1.14328 1.20803 1.11169 1.20818 1.06775 1.20834 1.01213 1.2085 0.952433 1.20866 0.897538 1.20881 0.849778 1.20897 0.808159 1.20913 0.775173 1.20928 0.752452 1.20944 0.733824 1.2096 0.713772 1.20975 0.69828 1.20991 0.69693 1.21007 0.704579 1.21022 0.704187 1.21038 0.68865 1.21054 0.668331 1.21069 0.656548 1.21085 0.657044 1.21101 0.669299 1.21116 0.69348 1.21132 0.725216 1.21148 0.753274 1.21163 0.771019 1.21179 0.781063 1.21195 0.786004 1.2121 0.781882 1.21226 0.766089 1.21242 0.744275 1.21258 0.725104 1.21273 0.713829 1.21289 0.711936 1.21305 0.716462 1.2132 0.714088 1.21336 0.688966 1.21352 0.641939 1.21367 0.590876 1.21383 0.549499 1.21399 0.517761 1.21414 0.499808 1.2143 0.511891 1.21446 0.555818 1.21461 0.600039 1.21477 0.611092 1.21493 0.597573 1.21508 0.599133 1.21524 0.631584 1.2154 0.665746 1.21555 0.665769 1.21571 0.628821 1.21587 0.579701 1.21603 0.543389 1.21618 0.534405 1.21634 0.558295 1.2165 0.60762 1.21665 0.661489 1.21681 0.703072 1.21697 0.730564 1.21712 0.747416 1.21728 0.747525 1.21744 0.722785 1.21759 0.682639 1.21775 0.649643 1.21791 0.637591 1.21806 0.640943 1.21822 0.646584 1.21838 0.646995 1.21853 0.640006 1.21869 0.626166 1.21885 0.613994 1.219 0.618365 1.21916 0.645188 1.21932 0.677853 1.21947 0.688449 1.21963 0.668309 1.21979 0.640249 1.21995 0.63449 1.2201 0.656061 1.22026 0.683114 1.22042 0.695314 1.22057 0.693362 1.22073 0.686646 1.22089 0.673202 1.22104 0.644924 1.2212 0.604395 1.22136 0.566193 1.22151 0.540695 1.22167 0.529193 1.22183 0.53413 1.22198 0.560709 1.22214 0.600933 1.2223 0.629236 1.22245 0.626861 1.22261 0.604657 1.22277 0.591465 1.22292 0.60312 1.22308 0.631412 1.22324 0.657627 1.22339 0.668391 1.22355 0.657439 1.22371 0.62413 1.22387 0.574413 1.22402 0.519743 1.22418 0.470233 1.22434 0.43435 1.22449 0.422957 1.22465 0.446879 1.22481 0.503003 1.22496 0.567797 1.22512 0.611661 1.22528 0.622626 1.22543 0.613834 1.22559 0.608473 1.22575 0.617806 1.2259 0.634117 1.22606 0.642863 1.22622 0.63816 1.22637 0.627739 1.22653 0.622484 1.22669 0.625595 1.22684 0.630338 1.227 0.628368 1.22716 0.616867 1.22731 0.599881 1.22747 0.58327 1.22763 0.567436 1.22779 0.548091 1.22794 0.524873 1.2281 0.509102 1.22826 0.513498 1.22841 0.534396 1.22857 0.552833 1.22873 0.558008 1.22888 0.563168 1.22904 0.587566 1.2292 0.627617 1.22935 0.658072 1.22951 0.660598 1.22967 0.642447 1.22982 0.624581 1.22998 0.621898 1.23014 0.639232 1.23029 0.67442 1.23045 0.717804 1.23061 0.754885 1.23076 0.774905 1.23092 0.776158 1.23108 0.759798 1.23123 0.726437 1.23139 0.68214 1.23155 0.639266 1.23171 0.602974 1.23186 0.562354 1.23202 0.506298 1.23218 0.441125 1.23233 0.384608 1.23249 0.344641 1.23265 0.317023 1.2328 0.302594 1.23296 0.310626 1.23312 0.343225 1.23327 0.387855 1.23343 0.4324 1.23359 0.477313 1.23374 0.525261 1.2339 0.568279 1.23406 0.593381 1.23421 0.596619 1.23437 0.585395 1.23453 0.569593 1.23468 0.558735 1.23484 0.562681 1.235 0.58413 1.23515 0.613047 1.23531 0.635985 1.23547 0.65047 1.23563 0.662516 1.23578 0.67057 1.23594 0.664646 1.2361 0.643318 1.23625 0.620723 1.23641 0.610532 1.23657 0.610127 1.23672 0.610115 1.23688 0.614202 1.23704 0.636461 1.23719 0.680625 1.23735 0.729719 1.23751 0.759572 1.23766 0.760105 1.23782 0.740352 1.23798 0.720699 1.23813 0.721258 1.23829 0.749626 1.23845 0.793275 1.2386 0.82754 1.23876 0.838032 1.23892 0.834961 1.23908 0.839504 1.23923 0.861093 1.23939 0.894481 1.23955 0.936527 1.2397 0.994913 1.23986 1.07057 1.24002 1.14747 1.24017 1.21296 1.24033 1.27634 1.24049 1.35514 1.24064 1.44044 1.2408 1.49325 1.24096 1.48309 1.24111 1.4149 1.24127 1.3146 1.24143 1.20119 1.24158 1.08379 1.24174 0.975994 1.2419 0.893795 1.24205 0.838617 1.24221 0.79765 1.24237 0.76168 1.24252 0.733291 1.24268 0.714214 1.24284 0.699131 1.243 0.684666 1.24315 0.680215 1.24331 0.697556 1.24347 0.73342 1.24362 0.770544 1.24378 0.794004 1.24394 0.801807 1.24409 0.801366 1.24425 0.80074 1.24441 0.804032 1.24456 0.809757 1.24472 0.8114 1.24488 0.801588 1.24503 0.777636 1.24519 0.74325 1.24535 0.705145 1.2455 0.66709 1.24566 0.62845 1.24582 0.591516 1.24597 0.567461 1.24613 0.570173 1.24629 0.599719 1.24644 0.637192 1.2466 0.660112 1.24676 0.663151 1.24692 0.659073 1.24707 0.663149 1.24723 0.683303 1.24739 0.715255 1.24754 0.746034 1.2477 0.757975 1.24786 0.745708 1.24801 0.722905 1.24817 0.710951 1.24833 0.713398 1.24848 0.714471 1.24864 0.702 1.2488 0.678773 1.24895 0.652258 1.24911 0.625808 1.24927 0.60592 1.24942 0.604715 1.24958 0.623373 1.24974 0.642368 1.24989 0.639529 1.25005 0.616293 1.25021 0.589325 1.25036 0.567526 1.25052 0.549198 1.25068 0.536831 1.25084 0.539991 1.25099 0.557551 1.25115 0.574568 1.25131 0.57804 1.25146 0.568566 1.25162 0.553889 1.25178 0.541417 1.25193 0.539703 1.25209 0.556671 1.25225 0.586343 1.2524 0.609631 1.25256 0.61314 1.25272 0.60152 1.25287 0.590499 1.25303 0.586716 1.25319 0.585971 1.25334 0.582668 1.2535 0.576418 1.25366 0.569073 1.25381 0.562485 1.25397 0.557182 1.25413 0.553516 1.25428 0.554056 1.25444 0.565307 1.2546 0.593345 1.25476 0.635546 1.25491 0.67858 1.25507 0.710894 1.25523 0.730682 1.25538 0.740987 1.25554 0.747609 1.2557 0.755217 1.25585 0.768527 1.25601 0.785432 1.25617 0.80202 1.25632 0.825218 1.25648 0.873358 1.25664 0.95514 1.25679 1.0555 1.25695 1.14778 1.25711 1.2256 1.25726 1.30561 1.25742 1.41109 1.25758 1.55415 1.25773 1.73139 1.25789 1.93072 1.25805 2.1344 1.2582 2.32552 1.25836 2.49296 1.25852 2.6267 1.25868 2.70455 1.25883 2.69586 1.25899 2.58303 1.25915 2.37837 1.2593 2.1182 1.25946 1.84511 1.25962 1.5912 1.25977 1.37469 1.25993 1.2014 1.26009 1.07111 1.26024 0.981147 1.2604 0.930187 1.26056 0.912668 1.26071 0.919317 1.26087 0.943278 1.26103 0.982301 1.26118 1.03365 1.26134 1.08864 1.2615 1.13705 1.26165 1.17374 1.26181 1.19773 1.26197 1.20966 1.26212 1.21608 1.26228 1.22743 1.26244 1.24556 1.2626 1.25425 1.26275 1.22799 1.26291 1.15694 1.26307 1.05859 1.26322 0.958176 1.26338 0.865685 1.26354 0.779314 1.26369 0.700364 1.26385 0.640579 1.26401 0.606515 1.26416 0.593868 1.26432 0.591817 1.26448 0.593651 1.26463 0.598103 1.26479 0.608089 1.26495 0.628288 1.2651 0.65583 1.26526 0.673691 1.26542 0.664039 1.26557 0.634923 1.26573 0.619775 1.26589 0.642204 1.26605 0.687181 1.2662 0.719874 1.26636 0.725182 1.26652 0.716662 1.26667 0.709582 1.26683 0.702029 1.26699 0.68698 1.26714 0.667604 1.2673 0.652659 1.26746 0.646464 1.26761 0.65029 1.26777 0.664931 1.26793 0.687557 1.26808 0.709453 1.26824 0.723277 1.2684 0.726023 1.26855 0.715457 1.26871 0.690763 1.26887 0.660862 1.26902 0.642802 1.26918 0.645298 1.26934 0.661555 1.26949 0.681021 1.26965 0.699588 1.26981 0.71222 1.26997 0.706468 1.27012 0.676634 1.27028 0.636417 1.27044 0.606394 1.27059 0.593694 1.27075 0.592425 1.27091 0.599348 1.27106 0.614086 1.27122 0.629464 1.27138 0.633302 1.27153 0.624247 1.27169 0.613643 1.27185 0.611384 1.272 0.617412 1.27216 0.629598 1.27232 0.646921 1.27247 0.666114 1.27263 0.683504 1.27279 0.700272 1.27294 0.720434 1.2731 0.739713 1.27326 0.750816 1.27341 0.756071 1.27357 0.766118 1.27373 0.784066 1.27389 0.804516 1.27404 0.829363 1.2742 0.868886 1.27436 0.920706 1.27451 0.963533 1.27467 0.983235 1.27483 0.99443 1.27498 1.02211 1.27514 1.07317 1.2753 1.13647 1.27545 1.20606 1.27561 1.28862 1.27577 1.38614 1.27592 1.4873 1.27608 1.57606 1.27624 1.64128 1.27639 1.67592 1.27655 1.67574 1.27671 1.64123 1.27686 1.57607 1.27702 1.4826 1.27718 1.36413 1.27733 1.23375 1.27749 1.11168 1.27765 1.01226 1.27781 0.934326 1.27796 0.870201 1.27812 0.819508 1.27828 0.790647 1.27843 0.787502 1.27859 0.800888 1.27875 0.815322 1.2789 0.824659 1.27906 0.83683 1.27922 0.860103 1.27937 0.890094 1.27953 0.914894 1.27969 0.929542 1.27984 0.940486 1.28 0.952224 1.28016 0.961955 1.28031 0.96513 1.28047 0.959988 1.28063 0.942999 1.28078 0.91209 1.28094 0.876988 1.2811 0.857084 1.28125 0.857226 1.28141 0.855536 1.28157 0.826261 1.28173 0.773086 1.28188 0.724267 1.28204 0.699853 1.2822 0.693948 1.28235 0.693177 1.28251 0.696712 1.28267 0.713111 1.28282 0.740945 1.28298 0.764573 1.28314 0.768332 1.28329 0.752182 1.28345 0.732599 1.28361 0.725649 1.28376 0.732353 1.28392 0.739685 1.28408 0.738767 1.28423 0.733448 1.28439 0.728184 1.28455 0.718621 1.2847 0.701175 1.28486 0.685997 1.28502 0.685943 1.28517 0.696904 1.28533 0.70208 1.28549 0.693602 1.28565 0.679916 1.2858 0.66946 1.28596 0.66107 1.28612 0.653398 1.28627 0.651639 1.28643 0.657093 1.28659 0.661901 1.28674 0.660255 1.2869 0.657069 1.28706 0.658781 1.28721 0.663496 1.28737 0.668037 1.28753 0.675478 1.28768 0.689349 1.28784 0.703219 1.288 0.710776 1.28815 0.717821 1.28831 0.736087 1.28847 0.764222 1.28862 0.786593 1.28878 0.794217 1.28894 0.795609 1.2891 0.805161 1.28925 0.824181 1.28941 0.838981 1.28957 0.835285 1.28972 0.812448 1.28988 0.783555 1.29004 0.764902 1.29019 0.765831 1.29035 0.785374 1.29051 0.816074 1.29066 0.847878 1.29082 0.872649 1.29098 0.891223 1.29113 0.913836 1.29129 0.948429 1.29145 0.985806 1.2916 1.00499 1.29176 0.997181 1.29192 0.97569 1.29207 0.959404 1.29223 0.954506 1.29239 0.956063 1.29254 0.961883 1.2927 0.971844 1.29286 0.97813 1.29302 0.968529 1.29317 0.939672 1.29333 0.900949 1.29349 0.863155 1.29364 0.830269 1.2938 0.802615 1.29396 0.780685 1.29411 0.764588 1.29427 0.755955 1.29443 0.760973 1.29458 0.786885 1.29474 0.829753 1.2949 0.871017 1.29505 0.89096 1.29521 0.884845 1.29537 0.864076 1.29552 0.843085 1.29568 0.828866 1.29584 0.820063 1.29599 0.811069 1.29615 0.796571 1.29631 0.774957 1.29646 0.748925 1.29662 0.724491 1.29678 0.705825 1.29694 0.693666 1.29709 0.689119 1.29725 0.696911 1.29741 0.721038 1.29756 0.753355 1.29772 0.774211 1.29788 0.770046 1.29803 0.748022 1.29819 0.728566 1.29835 0.72191 1.2985 0.721855 1.29866 0.719478 1.29882 0.713667 1.29897 0.704433 1.29913 0.689157 1.29929 0.673362 1.29944 0.67447 1.2996 0.703387 1.29976 0.744838 1.29991 0.76916 1.30007 0.76216 1.30023 0.73596 1.30038 0.711753 1.30054 0.699615 1.3007 0.695234 1.30086 0.688225 1.30101 0.671753 1.30117 0.649717 1.30133 0.632548 1.30148 0.623373 1.30164 0.612301 1.3018 0.591941 1.30195 0.571965 1.30211 0.568125 1.30227 0.581298 1.30242 0.60023 1.30258 0.622819 1.30274 0.655615 1.30289 0.691276 1.30305 0.70593 1.30321 0.689505 1.30336 0.662049 1.30352 0.645667 1.30368 0.636051 1.30383 0.615769 1.30399 0.588376 1.30415 0.577659 1.3043 0.595246 1.30446 0.625238 1.30462 0.646149 1.30478 0.652997 1.30493 0.65416 1.30509 0.65754 1.30525 0.667002 1.3054 0.685272 1.30556 0.709574 1.30572 0.729075 1.30587 0.735295 1.30603 0.73195 1.30619 0.730143 1.30634 0.731796 1.3065 0.725014 1.30666 0.699729 1.30681 0.663826 1.30697 0.638186 1.30713 0.636654 1.30728 0.656024 1.30744 0.686055 1.3076 0.722134 1.30775 0.763234 1.30791 0.803746 1.30807 0.837822 1.30822 0.87056 1.30838 0.913362 1.30854 0.962397 1.3087 0.995318 1.30885 0.99354 1.30901 0.964421 1.30917 0.933431 1.30932 0.919245 1.30948 0.921647 1.30964 0.926343 1.30979 0.915739 1.30995 0.880615 1.31011 0.829695 1.31026 0.783394 1.31042 0.751737 1.31058 0.723535 1.31073 0.685739 1.31089 0.646122 1.31105 0.621884 1.3112 0.612825 1.31136 0.600899 1.31152 0.578142 1.31167 0.557085 1.31183 0.548145 1.31199 0.544278 1.31215 0.538242 1.3123 0.541806 1.31246 0.571407 1.31262 0.621912 1.31277 0.669144 1.31293 0.694835 1.31309 0.699418 1.31324 0.690654 1.3134 0.67576 1.31356 0.661332 1.31371 0.654994 1.31387 0.6587 1.31403 0.668362 1.31418 0.681386 1.31434 0.699144 1.3145 0.719293 1.31465 0.734369 1.31481 0.740047 1.31497 0.739486 1.31512 0.736314 1.31528 0.729748 1.31544 0.722289 1.31559 0.722848 1.31575 0.736686 1.31591 0.754731 1.31607 0.76285 1.31622 0.759085 1.31638 0.752855 1.31654 0.747198 1.31669 0.734019 1.31685 0.709262 1.31701 0.683798 1.31716 0.670287 1.31732 0.664703 1.31748 0.652663 1.31763 0.629579 1.31779 0.605335 1.31795 0.586011 1.3181 0.565023 1.31826 0.537514 1.31842 0.515465 1.31857 0.517376 1.31873 0.546381 1.31889 0.58779 1.31904 0.62547 1.3192 0.655573 1.31936 0.684448 1.31951 0.718925 1.31967 0.762761 1.31983 0.812573 1.31999 0.857477 1.32014 0.886651 1.3203 0.902021 1.32046 0.917955 1.32061 0.945059 1.32077 0.979933 1.32093 1.01337 1.32108 1.04539 1.32124 1.08511 1.3214 1.14119 1.32155 1.21662 1.32171 1.31458 1.32187 1.44195 1.32202 1.60415 1.32218 1.79878 1.32234 2.01437 1.32249 2.23769 1.32265 2.46014 1.32281 2.67957 1.32296 2.89258 1.32312 3.08045 1.32328 3.20573 1.32343 3.22808 1.32359 3.12822 1.32375 2.91965 1.32391 2.64304 1.32406 2.34799 1.32422 2.07616 1.32438 1.84888 1.32453 1.66621 1.32469 1.5199 1.32485 1.40468 1.325 1.31648 1.32516 1.24323 1.32532 1.16719 1.32547 1.07993 1.32563 0.990102 1.32579 0.912695 1.32594 0.855423 1.3261 0.817891 1.32626 0.798656 1.32641 0.796211 1.32657 0.8049 1.32673 0.815163 1.32688 0.818417 1.32704 0.809501 1.3272 0.787015 1.32735 0.756455 1.32751 0.730372 1.32767 0.719126 1.32783 0.72064 1.32798 0.724113 1.32814 0.724298 1.3283 0.727787 1.32845 0.741464 1.32861 0.760334 1.32877 0.771952 1.32892 0.770273 1.32908 0.759672 1.32924 0.74393 1.32939 0.720176 1.32955 0.686317 1.32971 0.65188 1.32986 0.631944 1.33002 0.631092 1.33018 0.640066 1.33033 0.650869 1.33049 0.666997 1.33065 0.688975 1.3308 0.698634 1.33096 0.671413 1.33112 0.608969 1.33127 0.546133 1.33143 0.516905 1.33159 0.521606 1.33175 0.53633 1.3319 0.546854 1.33206 0.559051 1.33222 0.579533 1.33237 0.601144 1.33253 0.614537 1.33269 0.619501 1.33284 0.617444 1.333 0.602148 1.33316 0.569672 1.33331 0.533132 1.33347 0.516879 1.33363 0.532385 1.33378 0.564314 1.33394 0.58238 1.3341 0.568777 1.33425 0.534896 1.33441 0.514191 1.33457 0.531414 1.33472 0.5793 1.33488 0.626234 1.33504 0.647529 1.3352 0.643663 1.33535 0.627716 1.33551 0.608458 1.33567 0.591196 1.33582 0.5863 1.33598 0.600257 1.33614 0.623893 1.33629 0.640887 1.33645 0.647209 1.33661 0.651644 1.33676 0.657545 1.33692 0.662234 1.33708 0.673553 1.33723 0.710764 1.33739 0.778275 1.33755 0.85235 1.3377 0.904866 1.33786 0.936085 1.33802 0.96941 1.33817 1.02152 1.33833 1.08883 1.33849 1.16109 1.33864 1.2363 1.3388 1.31665 1.33896 1.40305 1.33912 1.49734 1.33927 1.60611 1.33943 1.7375 1.33959 1.89576 1.33974 2.08257 1.3399 2.29949 1.34006 2.5433 1.34021 2.79825 1.34037 3.0329 1.34053 3.20763 1.34068 3.2866 1.34084 3.24896 1.341 3.0961 1.34115 2.85178 1.34131 2.55731 1.34147 2.25853 1.34162 1.98875 1.34178 1.75914 1.34194 1.56561 1.34209 1.40297 1.34225 1.27159 1.34241 1.17054 1.34256 1.09209 1.34272 1.02597 1.34288 0.966778 1.34304 0.914324 1.34319 0.871497 1.34335 0.844134 1.34351 0.837565 1.34366 0.848132 1.34382 0.860038 1.34398 0.857976 1.34413 0.841469 1.34429 0.822156 1.34445 0.811224 1.3446 0.810962 1.34476 0.81623 1.34492 0.816441 1.34507 0.799462 1.34523 0.761052 1.34539 0.711359 1.34554 0.666145 1.3457 0.631386 1.34586 0.604946 1.34601 0.590111 1.34617 0.59497 1.34633 0.616976 1.34648 0.638982 1.34664 0.648322 1.3468 0.648824 1.34696 0.64868 1.34711 0.643524 1.34727 0.624712 1.34743 0.597314 1.34758 0.577054 1.34774 0.570024 1.3479 0.567326 1.34805 0.56435 1.34821 0.570651 1.34837 0.59583 1.34852 0.631944 1.34868 0.660468 1.34884 0.672365 1.34899 0.674703 1.34915 0.677225 1.34931 0.682016 1.34946 0.687484 1.34962 0.693629 1.34978 0.698568 1.34993 0.693972 1.35009 0.671384 1.35025 0.632397 1.3504 0.585229 1.35056 0.534923 1.35072 0.485993 1.35088 0.455003 1.35103 0.466618 1.35119 0.525558 1.35135 0.597865 1.3515 0.636763 1.35166 0.628509 1.35182 0.601898 1.35197 0.590646 1.35213 0.597743 1.35229 0.60352 1.35244 0.59577 1.3526 0.580325 1.35276 0.565516 1.35291 0.550713 1.35307 0.532881 1.35323 0.516181 1.35338 0.510028 1.35354 0.520807 1.3537 0.545334 1.35385 0.571138 1.35401 0.583732 1.35417 0.580888 1.35432 0.578503 1.35448 0.59579 1.35464 0.632433 1.3548 0.667458 1.35495 0.682635 1.35511 0.67928 1.35527 0.668639 1.35542 0.654853 1.35558 0.636172 1.35574 0.617141 1.35589 0.607823 1.35605 0.611334 1.35621 0.619451 1.35636 0.624812 1.35652 0.62904 1.35668 0.636987 1.35683 0.65047 1.35699 0.670696 1.35715 0.698813 1.3573 0.729071 1.35746 0.745954 1.35762 0.739088 1.35777 0.716854 1.35793 0.695203 1.35809 0.67618 1.35825 0.64754 1.3584 0.606482 1.35856 0.572276 1.35872 0.564696 1.35887 0.580491 1.35903 0.597186 1.35919 0.598411 1.35934 0.583923 1.3595 0.560523 1.35966 0.533911 1.35981 0.511364 1.35997 0.502885 1.36013 0.511536 1.36028 0.528675 1.36044 0.541306 1.3606 0.542593 1.36075 0.531766 1.36091 0.510193 1.36107 0.483088 1.36122 0.458906 1.36138 0.444005 1.36154 0.438546 1.36169 0.440467 1.36185 0.450484 1.36201 0.468512 1.36217 0.488548 1.36232 0.503693 1.36248 0.51511 1.36264 0.530175 1.36279 0.550724 1.36295 0.568559 1.36311 0.574512 1.36326 0.568503 1.36342 0.559925 1.36358 0.561455 1.36373 0.579454 1.36389 0.609179 1.36405 0.636244 1.3642 0.65047 1.36436 0.658395 1.36452 0.675284 1.36467 0.703045 1.36483 0.722755 1.36499 0.714164 1.36514 0.677877 1.3653 0.632179 1.36546 0.592425 1.36561 0.561471 1.36577 0.53695 1.36593 0.520403 1.36609 0.514328 1.36624 0.517559 1.3664 0.526829 1.36656 0.539812 1.36671 0.554091 1.36687 0.566584 1.36703 0.575885 1.36718 0.582881 1.36734 0.587006 1.3675 0.585055 1.36765 0.577338 1.36781 0.573106 1.36797 0.586419 1.36812 0.623502 1.36828 0.673371 1.36844 0.712454 1.36859 0.721077 1.36875 0.699474 1.36891 0.668732 1.36906 0.650966 1.36922 0.648676 1.36938 0.648229 1.36953 0.643987 1.36969 0.648518 1.36985 0.672736 1.37001 0.703551 1.37016 0.713561 1.37032 0.693411 1.37048 0.661624 1.37063 0.640915 1.37079 0.6343 1.37095 0.631404 1.3711 0.628189 1.37126 0.629676 1.37142 0.635764 1.37157 0.636473 1.37173 0.623548 1.37189 0.599611 1.37204 0.571543 1.3722 0.542083 1.37236 0.514765 1.37251 0.499263 1.37267 0.502868 1.37283 0.517504 1.37298 0.523433 1.37314 0.511427 1.3733 0.493132 1.37345 0.483622 1.37361 0.480794 1.37377 0.470743 1.37393 0.452499 1.37408 0.443667 1.37424 0.456648 1.3744 0.481059 1.37455 0.498102 1.37471 0.50443 1.37487 0.510882 1.37502 0.521749 1.37518 0.530226 1.37534 0.534395 1.37549 0.541703 1.37565 0.556345 1.37581 0.572858 1.37596 0.590426 1.37612 0.618789 1.37628 0.658871 1.37643 0.688932 1.37659 0.685289 1.37675 0.653055 1.3769 0.623146 1.37706 0.616751 1.37722 0.625703 1.37737 0.630281 1.37753 0.621705 1.37769 0.603965 1.37785 0.583959 1.378 0.569038 1.37816 0.568384 1.37832 0.586831 1.37847 0.61697 1.37863 0.643358 1.37879 0.655924 1.37894 0.655836 1.3791 0.652165 1.37926 0.65432 1.37941 0.66779 1.37957 0.691998 1.37973 0.720165 1.37988 0.744482 1.38004 0.761806 1.3802 0.774958 1.38035 0.787598 1.38051 0.799277 1.38067 0.80728 1.38082 0.812986 1.38098 0.824283 1.38114 0.848576 1.38129 0.882695 1.38145 0.915098 1.38161 0.942026 1.38177 0.975466 1.38192 1.03217 1.38208 1.11673 1.38224 1.22057 1.38239 1.33452 1.38255 1.45346 1.38271 1.57036 1.38286 1.67458 1.38302 1.75694 1.38318 1.81172 1.38333 1.83188 1.38349 1.81194 1.38365 1.7581 1.3838 1.6875 1.38396 1.6131 1.38412 1.53435 1.38427 1.44719 1.38443 1.35466 1.38459 1.2626 1.38474 1.17242 1.3849 1.08651 1.38506 1.01525 1.38522 0.967537 1.38537 0.936184 1.38553 0.904245 1.38569 0.866026 1.38584 0.833102 1.386 0.817192 1.38616 0.813482 1.38631 0.806968 1.38647 0.791482 1.38663 0.776542 1.38678 0.776008 1.38694 0.791371 1.3871 0.808221 1.38725 0.809503 1.38741 0.793088 1.38757 0.773746 1.38772 0.766706 1.38788 0.771069 1.38804 0.773458 1.38819 0.764842 1.38835 0.749286 1.38851 0.736017 1.38866 0.72902 1.38882 0.727677 1.38898 0.730933 1.38914 0.735373 1.38929 0.731244 1.38945 0.709566 1.38961 0.675299 1.38976 0.647849 1.38992 0.642958 1.39008 0.656715 1.39023 0.671065 1.39039 0.674525 1.39055 0.671272 1.3907 0.669674 1.39086 0.669797 1.39102 0.665995 1.39117 0.655766 1.39133 0.640068 1.39149 0.619152 1.39164 0.59454 1.3918 0.574161 1.39196 0.567492 1.39211 0.577556 1.39227 0.599965 1.39243 0.627497 1.39258 0.651256 1.39274 0.662498 1.3929 0.661824 1.39306 0.664058 1.39321 0.680936 1.39337 0.702526 1.39353 0.707343 1.39368 0.691576 1.39384 0.674042 1.394 0.667981 1.39415 0.664102 1.39431 0.649421 1.39447 0.62865 1.39462 0.615795 1.39478 0.612244 1.39494 0.606513 1.39509 0.591344 1.39525 0.571899 1.39541 0.560821 1.39556 0.569951 1.39572 0.602368 1.39588 0.643716 1.39603 0.672488 1.39619 0.684943 1.39635 0.701191 1.3965 0.737686 1.39666 0.783865 1.39682 0.818314 1.39698 0.837213 1.39713 0.851953 1.39729 0.867909 1.39745 0.883053 1.3976 0.900977 1.39776 0.926712 1.39792 0.953311 1.39807 0.971822 1.39823 0.991885 1.39839 1.031 1.39854 1.08812 1.3987 1.14884 1.39886 1.21754 1.39901 1.31751 1.39917 1.45426 1.39933 1.60535 1.39948 1.75847 1.39964 1.93579 1.3998 2.16127 1.39995 2.42327 1.40011 2.68699 1.40027 2.92992 1.40042 3.14383 1.40058 3.31305 1.40074 3.41329 1.4009 3.42729 1.40105 3.34974 1.40121 3.18162 1.40137 2.93914 1.40152 2.66068 1.40168 2.38712 1.40184 2.13562 1.40199 1.90558 1.40215 1.70193 1.40231 1.53656 1.40246 1.40729 1.40262 1.29645 1.40278 1.19556 1.40293 1.11347 1.40309 1.05755 1.40325 1.01872 1.4034 0.982747 1.40356 0.945267 1.40372 0.907097 1.40387 0.865009 1.40403 0.814278 1.40419 0.757427 1.40434 0.704754 1.4045 0.667139 1.40466 0.649157 1.40482 0.644335 1.40497 0.641052 1.40513 0.636675 1.40529 0.644028 1.40544 0.675099 1.4056 0.720695 1.40576 0.758044 1.40591 0.777435 1.40607 0.78963 1.40623 0.803183 1.40638 0.807411 1.40654 0.787458 1.4067 0.744981 1.40685 0.695808 1.40701 0.651204 1.40717 0.608684 1.40732 0.56167 1.40748 0.511245 1.40764 0.470439 1.40779 0.456515 1.40795 0.474827 1.40811 0.508418 1.40827 0.531215 1.40842 0.532974 1.40858 0.526198 1.40874 0.524496 1.40889 0.52398 1.40905 0.512296 1.40921 0.488896 1.40936 0.466547 1.40952 0.454875 1.40968 0.450759 1.40983 0.44674 1.40999 0.442438 1.41015 0.446845 1.4103 0.471654 1.41046 0.521656 1.41062 0.587907 1.41077 0.648576 1.41093 0.680087 1.41109 0.671922 1.41124 0.635456 1.4114 0.599582 1.41156 0.591435 1.41171 0.615076 1.41187 0.648827 1.41203 0.668597 1.41219 0.673124 1.41234 0.679814 1.4125 0.698334 1.41266 0.720324 1.41281 0.734634 1.41297 0.739809 1.41313 0.736285 1.41328 0.720652 1.41344 0.697746 1.4136 0.687353 1.41375 0.703416 1.41391 0.732338 1.41407 0.748279 1.41422 0.745877 1.41438 0.745704 1.41454 0.763895 1.41469 0.791273 1.41485 0.807027 1.41501 0.802927 1.41516 0.790915 1.41532 0.792414 1.41548 0.824853 1.41563 0.891141 1.41579 0.975897 1.41595 1.05679 1.41611 1.12329 1.41626 1.17811 1.41642 1.22286 1.41658 1.25212 1.41673 1.26626 1.41689 1.28312 1.41705 1.3269 1.4172 1.40705 1.41736 1.51368 1.41752 1.62695 1.41767 1.72795 1.41783 1.80638 1.41799 1.86571 1.41814 1.91598 1.4183 1.95437 1.41846 1.95668 1.41861 1.89993 1.41877 1.79251 1.41893 1.6713 1.41908 1.56767 1.41924 1.4837 1.4194 1.40402 1.41955 1.31894 1.41971 1.23105 1.41987 1.14562 1.42003 1.06541 1.42018 0.99143 1.42034 0.924054 1.4205 0.86292 1.42065 0.808075 1.42081 0.762897 1.42097 0.730733 1.42112 0.713036 1.42128 0.708815 1.42144 0.713251 1.42159 0.716405 1.42175 0.70895 1.42191 0.694092 1.42206 0.686484 1.42222 0.693698 1.42238 0.704285 1.42253 0.699336 1.42269 0.675292 1.42285 0.644894 1.423 0.621938 1.42316 0.611323 1.42332 0.613285 1.42347 0.625047 1.42363 0.638388 1.42379 0.643379 1.42395 0.640895 1.4241 0.641367 1.42426 0.651359 1.42442 0.664259 1.42457 0.668739 1.42473 0.659152 1.42489 0.635239 1.42504 0.601452 1.4252 0.570538 1.42536 0.559191 1.42551 0.573954 1.42567 0.605496 1.42583 0.642102 1.42598 0.679102 1.42614 0.71162 1.4263 0.72729 1.42645 0.716364 1.42661 0.684608 1.42677 0.645666 1.42692 0.605206 1.42708 0.564007 1.42724 0.531713 1.42739 0.522049 1.42755 0.533786 1.42771 0.549207 1.42787 0.555357 1.42802 0.557961 1.42818 0.569552 1.42834 0.591758 1.42849 0.614159 1.42865 0.625781 1.42881 0.62328 1.42896 0.612979 1.42912 0.605894 1.42928 0.608134 1.42943 0.615044 1.42959 0.618448 1.42975 0.618288 1.4299 0.620011 1.43006 0.624408 1.43022 0.627931 1.43037 0.632586 1.43053 0.64248 1.43069 0.650117 1.43084 0.641111 1.431 0.616834 1.43116 0.600401 1.43132 0.609356 1.43147 0.634583 1.43163 0.653966 1.43179 0.661072 1.43194 0.670172 1.4321 0.699144 1.43226 0.756478 1.43241 0.839671 1.43257 0.936192 1.43273 1.03069 1.43288 1.11528 1.43304 1.19287 1.4332 1.26328 1.43335 1.31528 1.43351 1.34081 1.43367 1.34852 1.43382 1.35206 1.43398 1.35133 1.43414 1.33674 1.43429 1.30772 1.43445 1.27048 1.43461 1.22333 1.43476 1.15868 1.43492 1.0825 1.43508 1.01506 1.43524 0.967042 1.43539 0.92784 1.43555 0.882653 1.43571 0.832363 1.43586 0.787916 1.43602 0.756961 1.43618 0.738095 1.43633 0.724369 1.43649 0.705403 1.43665 0.674624 1.4368 0.640919 1.43696 0.625148 1.43712 0.639224 1.43727 0.673445 1.43743 0.704238 1.43759 0.712843 1.43774 0.693857 1.4379 0.653395 1.43806 0.605116 1.43821 0.561764 1.43837 0.525252 1.43853 0.492676 1.43868 0.469702 1.43884 0.466905 1.439 0.482147 1.43916 0.498394 1.43931 0.507829 1.43947 0.5226 1.43963 0.553022 1.43978 0.584654 1.43994 0.596502 1.4401 0.590104 1.44025 0.583758 1.44041 0.583472 1.44057 0.579059 1.44072 0.566793 1.44088 0.559684 1.44104 0.567988 1.44119 0.585003 1.44135 0.598924 1.44151 0.606754 1.44166 0.611034 1.44182 0.614244 1.44198 0.622023 1.44213 0.642162 1.44229 0.66978 1.44245 0.686275 1.4426 0.680557 1.44276 0.665034 1.44292 0.658509 1.44308 0.661654 1.44323 0.660174 1.44339 0.650293 1.44355 0.644005 1.4437 0.64931 1.44386 0.658219 1.44402 0.658337 1.44417 0.649067 1.44433 0.639478 1.44449 0.636066 1.44464 0.638219 1.4448 0.641984 1.44496 0.641775 1.44511 0.633377 1.44527 0.619004 1.44543 0.609925 1.44558 0.616523 1.44574 0.636418 1.4459 0.657196 1.44605 0.670964 1.44621 0.680925 1.44637 0.690815 1.44652 0.691665 1.44668 0.66773 1.44684 0.617027 1.447 0.560422 1.44715 0.525904 1.44731 0.524903 1.44747 0.546975 1.44762 0.57484 1.44778 0.600551 1.44794 0.624889 1.44809 0.646824 1.44825 0.660714 1.44841 0.662483 1.44856 0.655824 1.44872 0.650797 1.44888 0.65864 1.44903 0.686871 1.44919 0.7361 1.44935 0.797097 1.4495 0.85444 1.44966 0.899751 1.44982 0.941725 1.44997 0.999202 1.45013 1.08014 1.45029 1.16973 1.45044 1.24302 1.4506 1.29006 1.45076 1.3228 1.45092 1.35613 1.45107 1.38544 1.45123 1.38857 1.45139 1.34927 1.45154 1.27617 1.4517 1.19392 1.45186 1.11872 1.45201 1.04615 1.45217 0.965656 1.45233 0.880488 1.45248 0.807047 1.45264 0.754731 1.4528 0.716007 1.45295 0.682034 1.45311 0.657888 1.45327 0.652457 1.45342 0.657334 1.45358 0.650662 1.45374 0.625508 1.45389 0.600593 1.45405 0.594899 1.45421 0.600366 1.45437 0.592429 1.45452 0.561711 1.45468 0.523954 1.45484 0.498237 1.45499 0.487762 1.45515 0.484749 1.45531 0.48604 1.45546 0.494476 1.45562 0.509705 1.45578 0.521928 1.45593 0.520099 1.45609 0.504349 1.45625 0.490021 1.4564 0.493479 1.45656 0.513807 1.45672 0.531245 1.45687 0.52953 1.45703 0.513543 1.45719 0.502463 1.45734 0.508529 1.4575 0.530745 1.45766 0.564295 1.45781 0.603848 1.45797 0.636964 1.45813 0.647257 1.45829 0.631198 1.45844 0.602676 1.4586 0.578603 1.45876 0.563909 1.45891 0.556904 1.45907 0.559025 1.45923 0.572287 1.45938 0.591375 1.45954 0.6063 1.4597 0.611863 1.45985 0.60936 1.46001 0.60232 1.46017 0.595331 1.46032 0.595146 1.46048 0.604612 1.46064 0.618296 1.46079 0.625284 1.46095 0.618583 1.46111 0.598712 1.46126 0.575348 1.46142 0.562497 1.46158 0.567269 1.46173 0.578724 1.46189 0.573541 1.46205 0.538707 1.46221 0.484921 1.46236 0.433566 1.46252 0.397845 1.46268 0.382473 1.46283 0.391757 1.46299 0.42347 1.46315 0.461704 1.4633 0.489007 1.46346 0.505879 1.46362 0.525652 1.46377 0.550115 1.46393 0.565079 1.46409 0.562007 1.46424 0.551598 1.4644 0.549569 1.46456 0.55959 1.46471 0.575921 1.46487 0.594035 1.46503 0.608566 1.46518 0.608955 1.46534 0.59032 1.4655 0.564606 1.46565 0.552732 1.46581 0.562948 1.46597 0.581683 1.46613 0.586631 1.46628 0.566869 1.46644 0.531866 1.4666 0.504862 1.46675 0.505239 1.46691 0.535804 1.46707 0.586375 1.46722 0.646377 1.46738 0.709997 1.46754 0.7696 1.46769 0.814512 1.46785 0.839955 1.46801 0.849807 1.46816 0.848076 1.46832 0.83526 1.46848 0.815986 1.46863 0.800259 1.46879 0.789024 1.46895 0.768791 1.4691 0.732204 1.46926 0.695276 1.46942 0.680799 1.46957 0.687971 1.46973 0.694511 1.46989 0.688695 1.47005 0.680839 1.4702 0.681351 1.47036 0.682803 1.47052 0.674243 1.47067 0.659866 1.47083 0.651278 1.47099 0.649497 1.47114 0.646483 1.4713 0.641012 1.47146 0.640534 1.47161 0.647704 1.47177 0.655111 1.47193 0.653849 1.47208 0.640886 1.47224 0.615857 1.4724 0.580804 1.47255 0.543899 1.47271 0.517305 1.47287 0.506926 1.47302 0.506827 1.47318 0.508006 1.47334 0.50815 1.47349 0.509437 1.47365 0.512213 1.47381 0.514353 1.47397 0.514595 1.47412 0.511645 1.47428 0.503172 1.47444 0.490713 1.47459 0.484743 1.47475 0.496625 1.47491 0.526214 1.47506 0.56039 1.47522 0.585357 1.47538 0.596805 1.47553 0.595573 1.47569 0.583125 1.47585 0.563826 1.476 0.548029 1.47616 0.54317 1.47632 0.544567 1.47647 0.539678 1.47663 0.521882 1.47679 0.494844 1.47694 0.465778 1.4771 0.441627 1.47726 0.430663 1.47742 0.440199 1.47757 0.467023 1.47773 0.495601 1.47789 0.511132 1.47804 0.510946 1.4782 0.5017 1.47836 0.488248 1.47851 0.471596 1.47867 0.453998 1.47883 0.441198 1.47898 0.439405 1.47914 0.451889 1.4793 0.476632 1.47945 0.504935 1.47961 0.524337 1.47977 0.529797 1.47992 0.529953 1.48008 0.537162 1.48024 0.550956 1.48039 0.55726 1.48055 0.545996 1.48071 0.526912 1.48086 0.520754 1.48102 0.538438 1.48118 0.569126 1.48134 0.593316 1.48149 0.601196 1.48165 0.598597 1.48181 0.592929 1.48196 0.581268 1.48212 0.556486 1.48228 0.52454 1.48243 0.502971 1.48259 0.50373 1.48275 0.519314 1.4829 0.536585 1.48306 0.551966 1.48322 0.569712 1.48337 0.586759 1.48353 0.594092 1.48369 0.591928 1.48384 0.590332 1.484 0.595054 1.48416 0.599972 1.48431 0.601336 1.48447 0.606305 1.48463 0.621967 1.48478 0.64255 1.48494 0.655903 1.4851 0.657605 1.48526 0.649294 1.48541 0.62816 1.48557 0.590721 1.48573 0.546739 1.48588 0.517001 1.48604 0.513021 1.4862 0.524574 1.48635 0.534021 1.48651 0.534512 1.48667 0.526821 1.48682 0.509599 1.48698 0.480469 1.48714 0.448602 1.48729 0.434779 1.48745 0.451741 1.48761 0.490162 1.48776 0.525164 1.48792 0.538977 1.48808 0.532087 1.48823 0.516956 1.48839 0.503108 1.48855 0.491195 1.4887 0.479396 1.48886 0.471259 1.48902 0.473284 1.48918 0.484441 1.48933 0.493588 1.48949 0.490849 1.48965 0.47909 1.4898 0.469131 1.48996 0.46617 1.49012 0.466731 1.49027 0.470938 1.49043 0.487115 1.49059 0.517604 1.49074 0.550305 1.4909 0.569813 1.49106 0.575354 1.49121 0.577753 1.49137 0.581125 1.49153 0.578763 1.49168 0.568192 1.49184 0.557911 1.492 0.55375 1.49215 0.549984 1.49231 0.541466 1.49247 0.536332 1.49262 0.544898 1.49278 0.562674 1.49294 0.574896 1.4931 0.576915 1.49325 0.578353 1.49341 0.586226 1.49357 0.591983 1.49372 0.582041 1.49388 0.553296 1.49404 0.514818 1.49419 0.479237 1.49435 0.456806 1.49451 0.452324 1.49466 0.460706 1.49482 0.466773 1.49498 0.456479 1.49513 0.429911 1.49529 0.400703 1.49545 0.383724 1.4956 0.385139 1.49576 0.404937 1.49592 0.441976 1.49607 0.493295 1.49623 0.548733 1.49639 0.592466 1.49654 0.613017 1.4967 0.613216 1.49686 0.607538 1.49702 0.608313 1.49717 0.61538 1.49733 0.618903 1.49749 0.61144 1.49764 0.594642 1.4978 0.575664 1.49796 0.55918 1.49811 0.543936 1.49827 0.526604 1.49843 0.509713 1.49858 0.501528 1.49874 0.509062 1.4989 0.530095 1.49905 0.555763 1.49921 0.579641 1.49937 0.598291 1.49952 0.603893 1.49968 0.585209 1.49984 0.541607 1.49999 0.491867 1.50015 0.458969 1.50031 0.448757 1.50046 0.449223 1.50062 0.447971 1.50078 0.443522 1.50094 0.439153 1.50109 0.436991 1.50125 0.440918 1.50141 0.456318 1.50156 0.481796 1.50172 0.50541 1.50188 0.516503 1.50203 0.515477 1.50219 0.510445 1.50235 0.507777 1.5025 0.51034 1.50266 0.520502 1.50282 0.537142 1.50297 0.553686 1.50313 0.564196 1.50329 0.573314 1.50344 0.589806 1.5036 0.612399 1.50376 0.626628 1.50391 0.621298 1.50407 0.601015 1.50423 0.577647 1.50439 0.55523 1.50454 0.529725 1.5047 0.502468 1.50486 0.483295 1.50501 0.47764 1.50517 0.479657 1.50533 0.483976 1.50548 0.497507 1.50564 0.527564 1.5058 0.563128 1.50595 0.581845 1.50611 0.578004 1.50627 0.568434 1.50642 0.566372 1.50658 0.560923 1.50674 0.535704 1.50689 0.496252 1.50705 0.464112 1.50721 0.449068 1.50736 0.44305 1.50752 0.437893 1.50768 0.435566 1.50783 0.438076 1.50799 0.442026 1.50815 0.445553 1.50831 0.45055 1.50846 0.456668 1.50862 0.461138 1.50878 0.468069 1.50893 0.484654 1.50909 0.505555 1.50925 0.514151 1.5094 0.507227 1.50956 0.503906 1.50972 0.521665 1.50987 0.552242 1.51003 0.57184 1.51019 0.569523 1.51034 0.555443 1.5105 0.545779 1.51066 0.547895 1.51081 0.555642 1.51097 0.553558 1.51113 0.531391 1.51128 0.498744 1.51144 0.478044 1.5116 0.478194 1.51175 0.484482 1.51191 0.482836 1.51207 0.481158 1.51223 0.495409 1.51238 0.523193 1.51254 0.546655 1.5127 0.557136 1.51285 0.563594 1.51301 0.579864 1.51317 0.613665 1.51332 0.665235 1.51348 0.723738 1.51364 0.767131 1.51379 0.780913 1.51395 0.775255 1.51411 0.772853 1.51426 0.780768 1.51442 0.787606 1.51458 0.784535 1.51473 0.773362 1.51489 0.755513 1.51505 0.729412 1.5152 0.703676 1.51536 0.694981 1.51552 0.704897 1.51567 0.712756 1.51583 0.699965 1.51599 0.669506 1.51615 0.637406 1.5163 0.614544 1.51646 0.606364 1.51662 0.616565 1.51677 0.641513 1.51693 0.665968 1.51709 0.674988 1.51724 0.664611 1.5174 0.638501 1.51756 0.602226 1.51771 0.565055 1.51787 0.53905 1.51803 0.527049 1.51818 0.520156 1.51834 0.51609 1.5185 0.528361 1.51865 0.565958 1.51881 0.613736 1.51897 0.643626 1.51912 0.643765 1.51928 0.624308 1.51944 0.601022 1.51959 0.582964 1.51975 0.572044 1.51991 0.563524 1.52007 0.548207 1.52022 0.526003 1.52038 0.513575 1.52054 0.52733 1.52069 0.56227 1.52085 0.598507 1.52101 0.625952 1.52116 0.649264 1.52132 0.667095 1.52148 0.666641 1.52163 0.644056 1.52179 0.617547 1.52195 0.607181 1.5221 0.612038 1.52226 0.615656 1.52242 0.609066 1.52257 0.59876 1.52273 0.594475 1.52289 0.599527 1.52304 0.610731 1.5232 0.621393 1.52336 0.622675 1.52351 0.609615 1.52367 0.587519 1.52383 0.570019 1.52399 0.566385 1.52414 0.573162 1.5243 0.579194 1.52446 0.578121 1.52461 0.575325 1.52477 0.580788 1.52493 0.596087 1.52508 0.610216 1.52524 0.610082 1.5254 0.593753 1.52555 0.571636 1.52571 0.556275 1.52587 0.553632 1.52602 0.564513 1.52618 0.58724 1.52634 0.617359 1.52649 0.648208 1.52665 0.676209 1.52681 0.704065 1.52696 0.732434 1.52712 0.750888 1.52728 0.743252 1.52744 0.708038 1.52759 0.667308 1.52775 0.646811 1.52791 0.649148 1.52806 0.653224 1.52822 0.641675 1.52838 0.621879 1.52853 0.614369 1.52869 0.628002 1.52885 0.656695 1.529 0.694559 1.52916 0.739664 1.52932 0.783178 1.52947 0.806616 1.52963 0.800872 1.52979 0.778164 1.52994 0.757994 1.5301 0.746651 1.53026 0.737845 1.53041 0.729277 1.53057 0.728397 1.53073 0.744748 1.53088 0.783309 1.53104 0.846492 1.5312 0.930624 1.53136 1.02203 1.53151 1.10507 1.53167 1.17866 1.53183 1.25831 1.53198 1.35728 1.53214 1.47054 1.5323 1.5803 1.53245 1.67143 1.53261 1.73643 1.53277 1.77083 1.53292 1.77373 1.53308 1.75156 1.53324 1.71297 1.53339 1.65907 1.53355 1.58598 1.53371 1.49909 1.53386 1.41785 1.53402 1.35581 1.53418 1.3023 1.53433 1.2321 1.53449 1.13741 1.53465 1.03913 1.5348 0.961021 1.53496 0.902301 1.53512 0.846266 1.53528 0.789247 1.53543 0.746594 1.53559 0.728987 1.53575 0.725214 1.5359 0.716775 1.53606 0.698512 1.53622 0.677193 1.53637 0.657969 1.53653 0.641583 1.53669 0.631455 1.53684 0.632618 1.537 0.643987 1.53716 0.65788 1.53731 0.668267 1.53747 0.675982 1.53763 0.686 1.53778 0.701779 1.53794 0.721745 1.5381 0.738103 1.53825 0.742934 1.53841 0.738143 1.53857 0.733713 1.53872 0.733007 1.53888 0.726114 1.53904 0.704579 1.5392 0.676888 1.53935 0.658915 1.53951 0.654491 1.53967 0.65497 1.53982 0.65521 1.53998 0.657666 1.54014 0.660356 1.54029 0.653703 1.54045 0.633415 1.54061 0.60916 1.54076 0.594665 1.54092 0.59487 1.54108 0.604645 1.54123 0.614741 1.54139 0.615338 1.54155 0.602978 1.5417 0.584133 1.54186 0.569896 1.54202 0.565594 1.54217 0.570999 1.54233 0.586926 1.54249 0.611286 1.54264 0.630423 1.5428 0.627638 1.54296 0.606362 1.54312 0.589013 1.54327 0.587544 1.54343 0.588521 1.54359 0.575825 1.54374 0.557519 1.5439 0.555444 1.54406 0.576871 1.54421 0.609578 1.54437 0.640258 1.54453 0.664665 1.54468 0.682559 1.54484 0.695487 1.545 0.711327 1.54515 0.736814 1.54531 0.765834 1.54547 0.784069 1.54562 0.788405 1.54578 0.791388 1.54594 0.803014 1.54609 0.815768 1.54625 0.814411 1.54641 0.794739 1.54656 0.769547 1.54672 0.75715 1.54688 0.768255 1.54704 0.799178 1.54719 0.837265 1.54735 0.872138 1.54751 0.902104 1.54766 0.9279 1.54782 0.944938 1.54798 0.949552 1.54813 0.95004 1.54829 0.963795 1.54845 1.00195 1.5486 1.06299 1.54876 1.13969 1.54892 1.22597 1.54907 1.3139 1.54923 1.39536 1.54939 1.47152 1.54954 1.5549 1.5497 1.65648 1.54986 1.77398 1.55001 1.90007 1.55017 2.03319 1.55033 2.17441 1.55049 2.31535 1.55064 2.43836 1.5508 2.52715 1.55096 2.57361 1.55111 2.57502 1.55127 2.53478 1.55143 2.46599 1.55158 2.38714 1.55174 2.3084 1.5519 2.22546 1.55205 2.12914 1.55221 2.01979 1.55237 1.90717 1.55252 1.80131 1.55268 1.70396 1.55284 1.60886 1.55299 1.50888 1.55315 1.40017 1.55331 1.2865 1.55346 1.17884 1.55362 1.09118 1.55378 1.02973 1.55393 0.987445 1.55409 0.950348 1.55425 0.913084 1.55441 0.883088 1.55456 0.866235 1.55472 0.85206 1.55488 0.822073 1.55503 0.772673 1.55519 0.721467 1.55535 0.684703 1.5555 0.66076 1.55566 0.643204 1.55582 0.641029 1.55597 0.669319 1.55613 0.721346 1.55629 0.764812 1.55644 0.772629 1.5566 0.747293 1.55676 0.707176 1.55691 0.664427 1.55707 0.624864 1.55723 0.599868 1.55738 0.59946 1.55754 0.613986 1.5577 0.621033 1.55785 0.612337 1.55801 0.602927 1.55817 0.607886 1.55833 0.625521 1.55848 0.647051 1.55864 0.670467 1.5588 0.691941 1.55895 0.696232 1.55911 0.668873 1.55927 0.617149 1.55942 0.566653 1.55958 0.538575 1.55974 0.539419 1.55989 0.56563 1.56005 0.605503 1.56021 0.636668 1.56036 0.640413 1.56052 0.620828 1.56068 0.601447 1.56083 0.595321 1.56099 0.592749 1.56115 0.582534 1.5613 0.573962 1.56146 0.584089 1.56162 0.612222 1.56177 0.640204 1.56193 0.654433 1.56209 0.656033 1.56225 0.649986 1.5624 0.636938 1.56256 0.620755 1.56272 0.612445 1.56287 0.619783 1.56303 0.637543 1.56319 0.651287 1.56334 0.651622 1.5635 0.637911 1.56366 0.615146 1.56381 0.591343 1.56397 0.575485 1.56413 0.572429 1.56428 0.575058 1.56444 0.568955 1.5646 0.550025 1.56475 0.532528 1.56491 0.535015 1.56507 0.559368 1.56522 0.591064 1.56538 0.618287 1.56554 0.640795 1.56569 0.656157 1.56585 0.653051 1.56601 0.627943 1.56617 0.600984 1.56632 0.600313 1.56648 0.631667 1.56664 0.678634 1.56679 0.728783 1.56695 0.786179 1.56711 0.856748 1.56726 0.940404 1.56742 1.04153 1.56758 1.16882 1.56773 1.31353 1.56789 1.44493 1.56805 1.54176 1.5682 1.61986 1.56836 1.71363 1.56852 1.83808 1.56867 1.98338 1.56883 2.13541 1.56899 2.28442 1.56914 2.41401 1.5693 2.50218 1.56946 2.53952 1.56961 2.53305 1.56977 2.49576 1.56993 2.43633 1.57009 2.36099 1.57024 2.26966 1.5704 2.15225 1.57056 2.00307 1.57071 1.83945 1.57087 1.69417 1.57103 1.58593 1.57118 1.50716 1.57134 1.4424 1.5715 1.38194 1.57165 1.31642 1.57181 1.236 1.57197 1.14538 1.57212 1.06735 1.57228 1.01878 1.57244 0.992457 1.57259 0.968417 1.57275 0.935464 1.57291 0.893523 1.57306 0.845095 1.57322 0.79508 1.57338 0.752693 1.57354 0.722267 1.57369 0.699423 1.57385 0.680318 1.57401 0.669056 1.57416 0.667783 1.57432 0.666973 1.57448 0.658443 1.57463 0.647531 1.57479 0.644633 1.57495 0.64645 1.5751 0.641028 1.57526 0.625267 1.57542 0.607422 1.57557 0.595223 1.57573 0.589826 1.57589 0.589456 1.57604 0.587648 1.5762 0.575017 1.57636 0.552897 1.57651 0.539621 1.57667 0.551517 1.57683 0.581452 1.57698 0.610325 1.57714 0.634477 1.5773 0.666752 1.57746 0.70916 1.57761 0.744749 1.57777 0.759282 1.57793 0.754853 1.57808 0.737292 1.57824 0.708288 1.5784 0.673789 1.57855 0.648869 1.57871 0.640898 1.57887 0.641055 1.57902 0.640902 1.57918 0.642289 1.57934 0.646073 1.57949 0.641164 1.57965 0.617901 1.57981 0.585034 1.57996 0.557894 1.58012 0.54125 1.58028 0.532396 1.58043 0.534786 1.58059 0.55566 1.58075 0.591522 1.5809 0.633231 1.58106 0.679727 1.58122 0.732328 1.58138 0.776879 1.58153 0.789865 1.58169 0.765838 1.58185 0.728095 1.582 0.704803 1.58216 0.703712 1.58232 0.714354 1.58247 0.723461 1.58263 0.723338 1.58279 0.711814 1.58294 0.69342 1.5831 0.681472 1.58326 0.687726 1.58341 0.712764 1.58357 0.748068 1.58373 0.784597 1.58388 0.817006 1.58404 0.841695 1.5842 0.855998 1.58435 0.859195 1.58451 0.854371 1.58467 0.849763 1.58482 0.855668 1.58498 0.873924 1.58514 0.890789 1.5853 0.890145 1.58545 0.874895 1.58561 0.869469 1.58577 0.892182 1.58592 0.932161 1.58608 0.963623 1.58624 0.980948 1.58639 1.00431 1.58655 1.05008 1.58671 1.10819 1.58686 1.16048 1.58702 1.21313 1.58718 1.2934 1.58733 1.41325 1.58749 1.5497 1.58765 1.6675 1.5878 1.75031 1.58796 1.80174 1.58812 1.82386 1.58827 1.81009 1.58843 1.76174 1.58859 1.69426 1.58874 1.62299 1.5889 1.55069 1.58906 1.47618 1.58922 1.40768 1.58937 1.35526 1.58953 1.31491 1.58969 1.2711 1.58984 1.21607 1.59 1.15774 1.59016 1.10624 1.59031 1.06215 1.59047 1.01873 1.59063 0.971046 1.59078 0.91764 1.59094 0.859934 1.5911 0.804508 1.59125 0.761263 1.59141 0.735234 1.59157 0.721573 1.59172 0.711616 1.59188 0.700347 1.59204 0.685924 1.59219 0.664488 1.59235 0.632415 1.59251 0.593364 1.59266 0.558213 1.59282 0.536646 1.59298 0.530074 1.59314 0.533253 1.59329 0.542037 1.59345 0.56187 1.59361 0.605187 1.59376 0.674305 1.59392 0.746095 1.59408 0.783281 1.59423 0.7684 1.59439 0.722297 1.59455 0.681098 1.5947 0.659966 1.59486 0.64683 1.59502 0.626898 1.59517 0.59991 1.59533 0.572261 1.59549 0.547793 1.59564 0.531828 1.5958 0.533579 1.59596 0.552754 1.59611 0.571103 1.59627 0.568168 1.59643 0.547049 1.59659 0.532915 1.59674 0.544752 1.5969 0.575123 1.59706 0.601996 1.59721 0.61358 1.59737 0.614442 1.59753 0.611873 1.59768 0.603712 1.59784 0.584287 1.598 0.556408 1.59815 0.532713 1.59831 0.521186 1.59847 0.517915 1.59862 0.514181 1.59878 0.508904 1.59894 0.504825 1.59909 0.498419 1.59925 0.482255 1.59941 0.459337 1.59956 0.443431 1.59972 0.439465 1.59988 0.435058 1.60003 0.421117 1.60019 0.413027 1.60035 0.434903 1.60051 0.486158 1.60066 0.537725 1.60082 0.565247 1.60098 0.573012 1.60113 0.579961 1.60129 0.592345 1.60145 0.599609 1.6016 0.593131 1.60176 0.57733 1.60192 0.567348 1.60207 0.577767 1.60223 0.611573 1.60239 0.652908 1.60254 0.674395 1.6027 0.658511 1.60286 0.611503 1.60301 0.554312 1.60317 0.505271 1.60333 0.474933 1.60348 0.471466 1.60364 0.498064 1.6038 0.545353 1.60395 0.593327 1.60411 0.62788 1.60427 0.649292 1.60443 0.664554 1.60458 0.67676 1.60474 0.685925 1.6049 0.695902 1.60505 0.715223 1.60521 0.747342 1.60537 0.784989 1.60552 0.815738 1.60568 0.836405 1.60584 0.858795 1.60599 0.896731 1.60615 0.948067 1.60631 0.99671 1.60646 1.03399 1.60662 1.06913 1.60678 1.11072 1.60693 1.14835 1.60709 1.16541 1.60725 1.1649 1.6074 1.16707 1.60756 1.18132 1.60772 1.19604 1.60787 1.2027 1.60803 1.21066 1.60819 1.22906 1.60835 1.24561 1.6085 1.2373 1.60866 1.19833 1.60882 1.14331 1.60897 1.08793 1.60913 1.03853 1.60929 0.99843 1.60944 0.969617 1.6096 0.944812 1.60976 0.909266 1.60991 0.85922 1.61007 0.809687 1.61023 0.778361 1.61038 0.766171 1.61054 0.760921 1.6107 0.756014 1.61085 0.757495 1.61101 0.769419 1.61117 0.780648 1.61132 0.772422 1.61148 0.739788 1.61164 0.700077 1.61179 0.67738 1.61195 0.680058 1.61211 0.696742 1.61227 0.710917 1.61242 0.713081 1.61258 0.701153 1.61274 0.678907 1.61289 0.656225 1.61305 0.643559 1.61321 0.639246 1.61336 0.62912 1.61352 0.605259 1.61368 0.578577 1.61383 0.564341 1.61399 0.560679 1.61415 0.552813 1.6143 0.535698 1.61446 0.519621 1.61462 0.513714 1.61477 0.516077 1.61493 0.525185 1.61509 0.546003 1.61524 0.577007 1.6154 0.600549 1.61556 0.599312 1.61571 0.577685 1.61587 0.557522 1.61603 0.552393 1.61619 0.554621 1.61634 0.547864 1.6165 0.525337 1.61666 0.494082 1.61681 0.466592 1.61697 0.451711 1.61713 0.451221 1.61728 0.462963 1.61744 0.486327 1.6176 0.521779 1.61775 0.566346 1.61791 0.608348 1.61807 0.632589 1.61822 0.631525 1.61838 0.61188 1.61854 0.589484 1.61869 0.575206 1.61885 0.565774 1.61901 0.54923 1.61916 0.52098 1.61932 0.490935 1.61948 0.472901 1.61963 0.469427 1.61979 0.471022 1.61995 0.468349 1.62011 0.457831 1.62026 0.440012 1.62042 0.420992 1.62058 0.415766 1.62073 0.438306 1.62089 0.48405 1.62105 0.528111 1.6212 0.549231 1.62136 0.55031 1.62152 0.552393 1.62167 0.570915 1.62183 0.603037 1.62199 0.631048 1.62214 0.636606 1.6223 0.616411 1.62246 0.587702 1.62261 0.571933 1.62277 0.57126 1.62293 0.569181 1.62308 0.558058 1.62324 0.552808 1.6234 0.56806 1.62356 0.593549 1.62371 0.607792 1.62387 0.607863 1.62403 0.609996 1.62418 0.625434 1.62434 0.651313 1.6245 0.683121 1.62465 0.718699 1.62481 0.750051 1.62497 0.768806 1.62512 0.783639 1.62528 0.814275 1.62544 0.863428 1.62559 0.911242 1.62575 0.943865 1.62591 0.972577 1.62606 1.01326 1.62622 1.06326 1.62638 1.10977 1.62653 1.15093 1.62669 1.1886 1.62685 1.21142 1.627 1.20144 1.62716 1.15498 1.62732 1.08521 1.62748 1.0046 1.62763 0.918888 1.62779 0.836744 1.62795 0.770236 1.6281 0.723721 1.62826 0.691252 1.62842 0.668392 1.62857 0.658243 1.62873 0.664444 1.62889 0.684837 1.62904 0.712607 1.6292 0.738157 1.62936 0.750243 1.62951 0.744047 1.62967 0.727284 1.62983 0.710267 1.62998 0.691582 1.63014 0.661945 1.6303 0.626172 1.63045 0.604187 1.63061 0.606094 1.63077 0.616361 1.63092 0.61409 1.63108 0.600208 1.63124 0.594804 1.6314 0.60699 1.63155 0.620593 1.63171 0.613466 1.63187 0.584711 1.63202 0.556684 1.63218 0.552488 1.63234 0.574181 1.63249 0.600823 1.63265 0.607551 1.63281 0.585019 1.63296 0.541209 1.63312 0.491881 1.63328 0.44951 1.63343 0.420221 1.63359 0.406561 1.63375 0.410196 1.6339 0.432372 1.63406 0.468528 1.63422 0.508389 1.63437 0.540198 1.63453 0.559132 1.63469 0.569058 1.63484 0.572873 1.635 0.571875 1.63516 0.573448 1.63532 0.590258 1.63547 0.623631 1.63563 0.655019 1.63579 0.664843 1.63594 0.657051 1.6361 0.649187 1.63626 0.643656 1.63641 0.623763 1.63657 0.582056 1.63673 0.537916 1.63688 0.515462 1.63704 0.515462 1.6372 0.51712 1.63735 0.504525 1.63751 0.480549 1.63767 0.461068 1.63782 0.460851 1.63798 0.481736 1.63814 0.509923 1.63829 0.529118 1.63845 0.540093 1.63861 0.559509 1.63876 0.595891 1.63892 0.635223 1.63908 0.658771 1.63924 0.664217 1.63939 0.661092 1.63955 0.651456 1.63971 0.630569 1.63986 0.603131 1.64002 0.582731 1.64018 0.574638 1.64033 0.572552 1.64049 0.573532 1.64065 0.583445 1.6408 0.602782 1.64096 0.620202 1.64112 0.623672 1.64127 0.613657 1.64143 0.598462 1.64159 0.583839 1.64174 0.57135 1.6419 0.561445 1.64206 0.552211 1.64221 0.541649 1.64237 0.534138 1.64253 0.540137 1.64268 0.561483 1.64284 0.585383 1.643 0.596128 1.64316 0.592757 1.64331 0.587902 1.64347 0.592019 1.64363 0.604455 1.64378 0.619214 1.64394 0.634445 1.6441 0.653523 1.64425 0.680425 1.64441 0.713654 1.64457 0.746476 1.64472 0.774429 1.64488 0.801085 1.64504 0.832629 1.64519 0.867187 1.64535 0.894002 1.64551 0.902907 1.64566 0.893087 1.64582 0.869145 1.64598 0.837003 1.64613 0.804584 1.64629 0.781214 1.64645 0.770471 1.64661 0.766819 1.64676 0.76297 1.64692 0.757195 1.64708 0.749639 1.64723 0.737502 1.64739 0.720236 1.64755 0.704525 1.6477 0.69794 1.64786 0.699646 1.64802 0.703186 1.64817 0.706724 1.64833 0.714084 1.64849 0.725473 1.64864 0.733684 1.6488 0.731464 1.64896 0.717333 1.64911 0.692899 1.64927 0.659948 1.64943 0.623111 1.64958 0.591786 1.64974 0.575186 1.6499 0.575095 1.65005 0.583074 1.65021 0.585628 1.65037 0.576921 1.65053 0.565995 1.65068 0.568743 1.65084 0.586589 1.651 0.598506 1.65115 0.583293 1.65131 0.546217 1.65147 0.514193 1.65162 0.504859 1.65178 0.510128 1.65194 0.515721 1.65209 0.522731 1.65225 0.540791 1.65241 0.568493 1.65256 0.592623 1.65272 0.605719 1.65288 0.61162 1.65303 0.613004 1.65319 0.604896 1.65335 0.586348 1.6535 0.566847 1.65366 0.555886 1.65382 0.550806 1.65397 0.543877 1.65413 0.536073 1.65429 0.536223 1.65445 0.545599 1.6546 0.551066 1.65476 0.540234 1.65492 0.517587 1.65507 0.502161 1.65523 0.509759 1.65539 0.537929 1.65554 0.568309 1.6557 0.586074 1.65586 0.591561 1.65601 0.596539 1.65617 0.607079 1.65633 0.61663 1.65648 0.615423 1.65664 0.60392 1.6568 0.5924 1.65695 0.58776 1.65711 0.588358 1.65727 0.590186 1.65742 0.590191 1.65758 0.584228 1.65774 0.569239 1.65789 0.552185 1.65805 0.549133 1.65821 0.56757 1.65837 0.59479 1.65852 0.611905 1.65868 0.615395 1.65884 0.616597 1.65899 0.623577 1.65915 0.631993 1.65931 0.635191 1.65946 0.631861 1.65962 0.62504 1.65978 0.61892 1.65993 0.620792 1.66009 0.635527 1.66025 0.655131 1.6604 0.663452 1.66056 0.65621 1.66072 0.648844 1.66087 0.657949 1.66103 0.682467 1.66119 0.708399 1.66134 0.726988 1.6615 0.73884 1.66166 0.744538 1.66181 0.743876 1.66197 0.743311 1.66213 0.753303 1.66229 0.77456 1.66244 0.793604 1.6626 0.796171 1.66276 0.781482 1.66291 0.760418 1.66307 0.744627 1.66323 0.739057 1.66338 0.742348 1.66354 0.750432 1.6637 0.757818 1.66385 0.759228 1.66401 0.752537 1.66417 0.739707 1.66432 0.726053 1.66448 0.714495 1.66464 0.701475 1.66479 0.682523 1.66495 0.661223 1.66511 0.648144 1.66526 0.647769 1.66542 0.653327 1.66558 0.655769 1.66573 0.65493 1.66589 0.653663 1.66605 0.650225 1.66621 0.64265 1.66636 0.637154 1.66652 0.641564 1.66668 0.651013 1.66683 0.652581 1.66699 0.644901 1.66715 0.641774 1.6673 0.653306 1.66746 0.671151 1.66762 0.679256 1.66777 0.671529 1.66793 0.652683 1.66809 0.628485 1.66824 0.601414 1.6684 0.574908 1.66856 0.556191 1.66871 0.55165 1.66887 0.561238 1.66903 0.574051 1.66918 0.57106 1.66934 0.539955 1.6695 0.490896 1.66966 0.451679 1.66981 0.443193 1.66997 0.461196 1.67013 0.48583 1.67028 0.501396 1.67044 0.503839 1.6706 0.496793 1.67075 0.488576 1.67091 0.489994 1.67107 0.50616 1.67122 0.530087 1.67138 0.550366 1.67154 0.564145 1.67169 0.577201 1.67185 0.592708 1.67201 0.60774 1.67216 0.619085 1.67232 0.626887 1.67248 0.630778 1.67263 0.629632 1.67279 0.625037 1.67295 0.621467 1.6731 0.620033 1.67326 0.618753 1.67342 0.617733 1.67358 0.61983 1.67373 0.624434 1.67389 0.626695 1.67405 0.625349 1.6742 0.62419 1.67436 0.622401 1.67452 0.610277 1.67467 0.581339 1.67483 0.543009 1.67499 0.510247 1.67514 0.488922 1.6753 0.473379 1.67546 0.458724 1.67561 0.446652 1.67577 0.439742 1.67593 0.438523 1.67608 0.447332 1.67624 0.475354 1.6764 0.523388 1.67655 0.574607 1.67671 0.605835 1.67687 0.611382 1.67702 0.607452 1.67718 0.612172 1.67734 0.626705 1.6775 0.639334 1.67765 0.640338 1.67781 0.63068 1.67797 0.616401 1.67812 0.602853 1.67828 0.592244 1.67844 0.582292 1.67859 0.568426 1.67875 0.552971 1.67891 0.549558 1.67906 0.571803 1.67922 0.616391 1.67938 0.663277 1.67953 0.694318 1.67969 0.707215 1.67985 0.707994 1.68 0.701514 1.68016 0.68911 1.68032 0.671754 1.68047 0.65065 1.68063 0.626577 1.68079 0.604741 1.68094 0.592456 1.6811 0.588848 1.68126 0.583694 1.68142 0.572911 1.68157 0.567968 1.68173 0.581769 1.68189 0.609168 1.68204 0.634939 1.6822 0.656063 1.68236 0.681375 1.68251 0.710983 1.68267 0.72964 1.68283 0.72628 1.68298 0.707792 1.68314 0.685292 1.6833 0.658979 1.68345 0.625728 1.68361 0.591661 1.68377 0.564161 1.68392 0.538524 1.68408 0.505388 1.68424 0.470066 1.68439 0.450411 1.68455 0.454001 1.68471 0.471105 1.68486 0.490414 1.68502 0.513116 1.68518 0.543018 1.68534 0.573962 1.68549 0.595309 1.68565 0.605069 1.68581 0.608938 1.68596 0.610092 1.68612 0.607542 1.68628 0.604445 1.68643 0.608607 1.68659 0.621298 1.68675 0.631567 1.6869 0.626615 1.68706 0.606813 1.68722 0.586413 1.68737 0.577034 1.68753 0.572974 1.68769 0.555328 1.68784 0.514615 1.688 0.466181 1.68816 0.438925 1.68831 0.446153 1.68847 0.472316 1.68863 0.491388 1.68878 0.493868 1.68894 0.491198 1.6891 0.496503 1.68926 0.509966 1.68941 0.523763 1.68957 0.535368 1.68973 0.549287 1.68988 0.569734 1.69004 0.594637 1.6902 0.615325 1.69035 0.620889 1.69051 0.607208 1.69067 0.582738 1.69082 0.563281 1.69098 0.55719 1.69114 0.559836 1.69129 0.563851 1.69145 0.570843 1.69161 0.586706 1.69176 0.609551 1.69192 0.627329 1.69208 0.627336 1.69223 0.603611 1.69239 0.557644 1.69255 0.499312 1.69271 0.44554 1.69286 0.411743 1.69302 0.401292 1.69318 0.404328 1.69333 0.409262 1.69349 0.411262 1.69365 0.412579 1.6938 0.418781 1.69396 0.436126 1.69412 0.465931 1.69427 0.501066 1.69443 0.529696 1.69459 0.544933 1.69474 0.545717 1.6949 0.533703 1.69506 0.515412 1.69521 0.504021 1.69537 0.509482 1.69553 0.523761 1.69568 0.526944 1.69584 0.51109 1.696 0.48948 1.69615 0.478711 1.69631 0.482379 1.69647 0.49751 1.69663 0.524599 1.69678 0.561263 1.69694 0.595927 1.6971 0.621882 1.69725 0.649136 1.69741 0.688254 1.69757 0.727346 1.69772 0.74271 1.69788 0.731045 1.69804 0.7134 1.69819 0.70648 1.69835 0.705601 1.69851 0.702806 1.69866 0.703295 1.69882 0.712955 1.69898 0.722883 1.69913 0.720333 1.69929 0.707168 1.69945 0.696022 1.6996 0.693203 1.69976 0.697111 1.69992 0.708229 1.70007 0.725463 1.70023 0.735838 1.70039 0.722166 1.70055 0.684915 1.7007 0.645262 1.70086 0.621041 1.70102 0.608457 1.70117 0.595231 1.70133 0.581465 1.70149 0.577796 1.70164 0.585535 1.7018 0.59206 1.70196 0.586822 1.70211 0.573899 1.70227 0.563618 1.70243 0.557367 1.70258 0.547981 1.70274 0.532655 1.7029 0.520678 1.70305 0.524068 1.70321 0.545522 1.70337 0.576566 1.70352 0.605455 1.70368 0.623594 1.70384 0.627084 1.70399 0.617496 1.70415 0.600666 1.70431 0.582925 1.70447 0.566279 1.70462 0.550753 1.70478 0.540357 1.70494 0.542387 1.70509 0.556488 1.70525 0.567871 1.70541 0.556207 1.70556 0.513659 1.70572 0.45336 1.70588 0.399444 1.70603 0.369868 1.70619 0.369366 1.70635 0.39361 1.7065 0.434951 1.70666 0.481912 1.70682 0.520326 1.70697 0.53896 1.70713 0.537642 1.70729 0.525146 1.70744 0.51077 1.7076 0.498958 1.70776 0.492218 1.70791 0.492307 1.70807 0.49849 1.70823 0.508139 1.70839 0.520693 1.70854 0.53741 1.7087 0.554222 1.70886 0.561332 1.70901 0.554479 1.70917 0.541737 1.70933 0.534038 1.70948 0.532029 1.70964 0.53025 1.7098 0.527887 1.70995 0.52887 1.71011 0.532929 1.71027 0.537389 1.71042 0.544817 1.71058 0.558075 1.71074 0.566884 1.71089 0.552374 1.71105 0.511523 1.71121 0.468132 1.71136 0.449197 1.71152 0.459442 1.71168 0.483864 1.71183 0.509261 1.71199 0.533955 1.71215 0.559935 1.71231 0.586128 1.71246 0.608576 1.71262 0.621585 1.71278 0.619925 1.71293 0.60581 1.71309 0.591838 1.71325 0.588569 1.7134 0.589927 1.71356 0.580238 1.71372 0.556352 1.71387 0.534602 1.71403 0.531572 1.71419 0.544995 1.71434 0.56026 1.7145 0.570065 1.71466 0.578895 1.71481 0.590998 1.71497 0.603441 1.71513 0.611442 1.71528 0.61443 1.71544 0.613025 1.7156 0.604317 1.71575 0.585648 1.71591 0.559776 1.71607 0.533594 1.71623 0.512228 1.71638 0.498917 1.71654 0.497682 1.7167 0.510719 1.71685 0.532583 1.71701 0.551423 1.71717 0.559951 1.71732 0.560244 1.71748 0.558245 1.71764 0.55715 1.71779 0.557138 1.71795 0.558031 1.71811 0.55792 1.71826 0.553255 1.71842 0.546332 1.71858 0.547196 1.71873 0.562479 1.71889 0.583536 1.71905 0.593745 1.7192 0.586999 1.71936 0.573539 1.71952 0.567759 1.71968 0.575488 1.71983 0.592804 1.71999 0.609684 1.72015 0.613731 1.7203 0.596421 1.72046 0.563084 1.72062 0.531538 1.72077 0.51639 1.72093 0.514539 1.72109 0.508951 1.72124 0.486754 1.7214 0.452031 1.72156 0.421545 1.72171 0.408496 1.72187 0.411398 1.72203 0.4193 1.72218 0.426132 1.72234 0.434627 1.7225 0.444751 1.72265 0.446751 1.72281 0.4311 1.72297 0.401168 1.72312 0.370236 1.72328 0.34933 1.72344 0.34573 1.7236 0.364731 1.72375 0.400552 1.72391 0.431285 1.72407 0.436861 1.72422 0.422637 1.72438 0.411496 1.72454 0.414441 1.72469 0.42536 1.72485 0.442301 1.72501 0.471221 1.72516 0.504337 1.72532 0.515824 1.72548 0.497211 1.72563 0.476414 1.72579 0.484072 1.72595 0.514177 1.7261 0.53612 1.72626 0.53519 1.72642 0.521465 1.72657 0.504579 1.72673 0.483335 1.72689 0.459896 1.72704 0.44417 1.7272 0.441009 1.72736 0.446665 1.72752 0.459011 1.72767 0.478655 1.72783 0.497996 1.72799 0.506314 1.72814 0.505681 1.7283 0.508938 1.72846 0.518749 1.72861 0.52327 1.72877 0.516773 1.72893 0.508385 1.72908 0.50435 1.72924 0.494698 1.7294 0.468654 1.72955 0.432534 1.72971 0.403843 1.72987 0.394901 1.73002 0.407455 1.73018 0.437138 1.73034 0.471602 1.73049 0.49473 1.73065 0.502626 1.73081 0.510887 1.73096 0.537806 1.73112 0.580892 1.73128 0.619366 1.73144 0.637026 1.73159 0.634962 1.73175 0.620754 1.73191 0.595173 1.73206 0.555312 1.73222 0.50644 1.73238 0.465305 1.73253 0.446483 1.73269 0.447772 1.73285 0.451171 1.733 0.443485 1.73316 0.43068 1.73332 0.430024 1.73347 0.448593 1.73363 0.475964 1.73379 0.496297 1.73394 0.502043 1.7341 0.497459 1.73426 0.493732 1.73441 0.502713 1.73457 0.527007 1.73473 0.554215 1.73488 0.567709 1.73504 0.563431 1.7352 0.552219 1.73536 0.543561 1.73551 0.536606 1.73567 0.528216 1.73583 0.522511 1.73598 0.526566 1.73614 0.540294 1.7363 0.555437 1.73645 0.561203 1.73661 0.554314 1.73677 0.545188 1.73692 0.553371 1.73708 0.586485 1.73724 0.626602 1.73739 0.643768 1.73755 0.629325 1.73771 0.602373 1.73786 0.580922 1.73802 0.561187 1.73818 0.534279 1.73833 0.508675 1.73849 0.50255 1.73865 0.518104 1.7388 0.53674 1.73896 0.539329 1.73912 0.523513 1.73928 0.499844 1.73943 0.481673 1.73959 0.476538 1.73975 0.482023 1.7399 0.487979 1.74006 0.485468 1.74022 0.474057 1.74037 0.458419 1.74053 0.442087 1.74069 0.427487 1.74084 0.419326 1.741 0.421632 1.74116 0.435677 1.74131 0.462482 1.74147 0.50276 1.74163 0.550189 1.74178 0.586667 1.74194 0.594984 1.7421 0.572283 1.74225 0.531026 1.74241 0.487277 1.74257 0.452331 1.74273 0.433352 1.74288 0.435239 1.74304 0.460027 1.7432 0.502873 1.74335 0.546786 1.74351 0.56716 1.74367 0.553142 1.74382 0.524166 1.74398 0.512374 1.74414 0.52777 1.74429 0.550998 1.74445 0.564043 1.74461 0.57154 1.74476 0.583631 1.74492 0.593944 1.74508 0.589942 1.74523 0.575294 1.74539 0.563858 1.74555 0.560258 1.7457 0.563077 1.74586 0.57716 1.74602 0.602789 1.74617 0.618094 1.74633 0.599172 1.74649 0.55789 1.74665 0.538036 1.7468 0.563342 1.74696 0.610353 1.74712 0.642209 1.74727 0.650433 1.74743 0.650347 1.74759 0.64907 1.74774 0.637866 1.7479 0.610733 1.74806 0.573833 1.74821 0.536782 1.74837 0.50605 1.74853 0.485545 1.74868 0.477268 1.74884 0.479195 1.749 0.484924 1.74915 0.488192 1.74931 0.485701 1.74947 0.479233 1.74962 0.475119 1.74978 0.478326 1.74994 0.485536 1.75009 0.487896 1.75025 0.48278 1.75041 0.476577 1.75057 0.475402 1.75072 0.479732 1.75088 0.490361 1.75104 0.509589 1.75119 0.533102 1.75135 0.549448 1.75151 0.555243 1.75166 0.562716 1.75182 0.582191 1.75198 0.604591 1.75213 0.6103 1.75229 0.593913 1.75245 0.569478 1.7526 0.553391 1.75276 0.550813 1.75292 0.555656 1.75307 0.557522 1.75323 0.548314 1.75339 0.52979 1.75354 0.516364 1.7537 0.520079 1.75386 0.533828 1.75401 0.535328 1.75417 0.512069 1.75433 0.47512 1.75449 0.445537 1.75464 0.432774 1.7548 0.432443 1.75496 0.437873 1.75511 0.446438 1.75527 0.456242 1.75543 0.464538 1.75558 0.472069 1.75574 0.483477 1.7559 0.499275 1.75605 0.511677 1.75621 0.516325 1.75637 0.522617 1.75652 0.545809 1.75668 0.583384 1.75684 0.608789 1.75699 0.595891 1.75715 0.547338 1.75731 0.491177 1.75746 0.450124 1.75762 0.422527 1.75778 0.398085 1.75793 0.379493 1.75809 0.383281 1.75825 0.419457 1.75841 0.477047 1.75856 0.531931 1.75872 0.567084 1.75888 0.583903 1.75903 0.596002 1.75919 0.609678 1.75935 0.614497 1.7595 0.598894 1.75966 0.570365 1.75982 0.552912 1.75997 0.55973 1.76013 0.577251 1.76029 0.585468 1.76044 0.582092 1.7606 0.580233 1.76076 0.583713 1.76091 0.578819 1.76107 0.551542 1.76123 0.507503 1.76138 0.467592 1.76154 0.44921 1.7617 0.454549 1.76185 0.472029 1.76201 0.48862 1.76217 0.49987 1.76233 0.509688 1.76248 0.521407 1.76264 0.53051 1.7628 0.529043 1.76295 0.514597 1.76311 0.493805 1.76327 0.476796 1.76342 0.471187 1.76358 0.47752 1.76374 0.486764 1.76389 0.486119 1.76405 0.472695 1.76421 0.458258 1.76436 0.454823 1.76452 0.459901 1.76468 0.462228 1.76483 0.460423 1.76499 0.463786 1.76515 0.474762 1.7653 0.484038 1.76546 0.485634 1.76562 0.488301 1.76578 0.501182 1.76593 0.5191 1.76609 0.529498 1.76625 0.530068 1.7664 0.528699 1.76656 0.528418 1.76672 0.524781 1.76687 0.516392 1.76703 0.509605 1.76719 0.509945 1.76734 0.517878 1.7675 0.53533 1.76766 0.567214 1.76781 0.611371 1.76797 0.652093 1.76813 0.672714 1.76828 0.671722 1.76844 0.662136 1.7686 0.655637 1.76875 0.65158 1.76891 0.641167 1.76907 0.617786 1.76922 0.583589 1.76938 0.548397 1.76954 0.523701 1.7697 0.513445 1.76985 0.513095 1.77001 0.516008 1.77017 0.522515 1.77032 0.537878 1.77048 0.563229 1.77064 0.589313 1.77079 0.602419 1.77095 0.595871 1.77111 0.576333 1.77126 0.559595 1.77142 0.558007 1.77158 0.569713 1.77173 0.581947 1.77189 0.584394 1.77205 0.579353 1.7722 0.576308 1.77236 0.579101 1.77252 0.583329 1.77267 0.583928 1.77283 0.582434 1.77299 0.582718 1.77314 0.585057 1.7733 0.58695 1.77346 0.588182 1.77362 0.591065 1.77377 0.595317 1.77393 0.596621 1.77409 0.592847 1.77424 0.588702 1.7744 0.591727 1.77456 0.600828 1.77471 0.604668 1.77487 0.59497 1.77503 0.579168 1.77518 0.572637 1.77534 0.579836 1.7755 0.589808 1.77565 0.593565 1.77581 0.594879 1.77597 0.599063 1.77612 0.600792 1.77628 0.594259 1.77644 0.589374 1.77659 0.60216 1.77675 0.630095 1.77691 0.651107 1.77706 0.650423 1.77722 0.637157 1.77738 0.628326 1.77754 0.626055 1.77769 0.618933 1.77785 0.600294 1.77801 0.576052 1.77816 0.557968 1.77832 0.555408 1.77848 0.570498 1.77863 0.59773 1.77879 0.628435 1.77895 0.657282 1.7791 0.680227 1.77926 0.687867 1.77942 0.671904 1.77957 0.640948 1.77973 0.616324 1.77989 0.608199 1.78004 0.604232 1.7802 0.591433 1.78036 0.576621 1.78051 0.571131 1.78067 0.568834 1.78083 0.557243 1.78098 0.544124 1.78114 0.550366 1.7813 0.575246 1.78146 0.59148 1.78161 0.581266 1.78177 0.558971 1.78193 0.547536 1.78208 0.547148 1.78224 0.540191 1.7824 0.518404 1.78255 0.492867 1.78271 0.476816 1.78287 0.470617 1.78302 0.461969 1.78318 0.438493 1.78334 0.40109 1.78349 0.36521 1.78365 0.347128 1.78381 0.347127 1.78396 0.351753 1.78412 0.354704 1.78428 0.36612 1.78443 0.395875 1.78459 0.436963 1.78475 0.473202 1.7849 0.49848 1.78506 0.520735 1.78522 0.546536 1.78538 0.571475 1.78553 0.583019 1.78569 0.572157 1.78585 0.541673 1.786 0.507075 1.78616 0.486207 1.78632 0.485024 1.78647 0.494396 1.78663 0.503388 1.78679 0.510325 1.78694 0.517555 1.7871 0.523756 1.78726 0.528099 1.78741 0.538448 1.78757 0.564928 1.78773 0.606546 1.78788 0.651379 1.78804 0.688521 1.7882 0.715361 1.78835 0.732582 1.78851 0.737924 1.78867 0.727708 1.78883 0.699039 1.78898 0.652158 1.78914 0.594552 1.7893 0.545937 1.78945 0.529555 1.78961 0.552735 1.78977 0.59609 1.78992 0.626624 1.79008 0.624502 1.79024 0.595798 1.79039 0.562622 1.79055 0.54117 1.79071 0.529885 1.79086 0.518291 1.79102 0.503346 1.79118 0.494493 1.79133 0.501762 1.79149 0.519676 1.79165 0.527179 1.7918 0.506584 1.79196 0.46411 1.79212 0.429041 1.79227 0.428434 1.79243 0.460786 1.79259 0.499455 1.79275 0.521608 1.7929 0.53115 1.79306 0.545613 1.79322 0.568774 1.79337 0.584649 1.79353 0.578698 1.79369 0.556634 1.79384 0.537776 1.794 0.53603 1.79416 0.55045 1.79431 0.570073 1.79447 0.584202 1.79463 0.587514 1.79478 0.579732 1.79494 0.559782 1.7951 0.525173 1.79525 0.481232 1.79541 0.446548 1.79557 0.439627 1.79572 0.460395 1.79588 0.491775 1.79604 0.521034 1.79619 0.549557 1.79635 0.580066 1.79651 0.606026 1.79667 0.619759 1.79682 0.622794 1.79698 0.622245 1.79714 0.623944 1.79729 0.634498 1.79745 0.660511 1.79761 0.697229 1.79776 0.726252 1.79792 0.73445 1.79808 0.729969 1.79823 0.729609 1.79839 0.735191 1.79855 0.730454 1.7987 0.702899 1.79886 0.658261 1.79902 0.615114 1.79917 0.589589 1.79933 0.584068 1.79949 0.584575 1.79964 0.574733 1.7998 0.554498 1.79996 0.542612 1.80011 0.551242 1.80027 0.567325 1.80043 0.568958 1.80059 0.554019 1.80074 0.539513 1.8009 0.535236 1.80106 0.53239 1.80121 0.519915 1.80137 0.500939 1.80153 0.486474 1.80168 0.482435 1.80184 0.485857 1.802 0.488826 1.80215 0.484704 1.80231 0.475468 1.80247 0.473495 1.80262 0.489117 1.80278 0.515195 1.80294 0.532886 1.80309 0.531964 1.80325 0.520565 1.80341 0.513672 1.80356 0.517759 1.80372 0.530159 1.80388 0.546697 1.80403 0.565554 1.80419 0.584919 1.80435 0.597946 1.80451 0.592112 1.80466 0.559129 1.80482 0.511932 1.80498 0.482093 1.80513 0.488719 1.80529 0.51192 1.80545 0.513041 1.8056 0.479602 1.80576 0.438007 1.80592 0.419088 1.80607 0.425792 1.80623 0.438717 1.80639 0.440357 1.80654 0.424485 1.8067 0.392878 1.80686 0.355479 1.80701 0.329673 1.80717 0.328078 1.80733 0.349028 1.80748 0.382513 1.80764 0.420982 1.8078 0.459716 1.80795 0.493589 1.80811 0.518134 1.80827 0.533437 1.80843 0.540769 1.80858 0.539594 1.80874 0.532189 1.8089 0.524112 1.80905 0.517582 1.80921 0.507809 1.80937 0.494137 1.80952 0.487418 1.80968 0.498998 1.80984 0.524448 1.80999 0.545588 1.81015 0.547433 1.81031 0.529665 1.81046 0.504279 1.81062 0.487731 1.81078 0.490367 1.81093 0.507993 1.81109 0.524362 1.81125 0.527522 1.8114 0.523167 1.81156 0.526731 1.81172 0.544654 1.81188 0.569398 1.81203 0.589624 1.81219 0.597514 1.81235 0.586948 1.8125 0.554717 1.81266 0.509125 1.81282 0.472213 1.81297 0.465627 1.81313 0.493223 1.81329 0.539593 1.81344 0.584658 1.8136 0.61541 1.81376 0.627356 1.81391 0.621468 1.81407 0.605322 1.81423 0.591248 1.81438 0.586664 1.81454 0.583314 1.8147 0.565929 1.81485 0.533285 1.81501 0.503812 1.81517 0.494538 1.81532 0.500712 1.81548 0.507384 1.81564 0.512062 1.8158 0.525057 1.81595 0.54821 1.81611 0.56769 1.81627 0.571929 1.81642 0.565315 1.81658 0.560034 1.81674 0.561807 1.81689 0.569152 1.81705 0.578478 1.81721 0.582637 1.81736 0.574269 1.81752 0.555185 1.81768 0.537174 1.81783 0.527791 1.81799 0.522851 1.81815 0.515689 1.8183 0.507345 1.81846 0.501081 1.81862 0.49371 1.81877 0.481169 1.81893 0.467565 1.81909 0.458787 1.81924 0.452268 1.8194 0.441806 1.81956 0.430227 1.81972 0.429344 1.81987 0.447287 1.82003 0.483789 1.82019 0.534751 1.82034 0.591176 1.8205 0.635522 1.82066 0.646435 1.82081 0.615481 1.82097 0.556851 1.82113 0.497914 1.82128 0.46083 1.82144 0.451049 1.8216 0.459009 1.82175 0.470804 1.82191 0.479145 1.82207 0.485926 1.82222 0.496589 1.82238 0.512141 1.82254 0.52521 1.82269 0.522553 1.82285 0.496411 1.82301 0.459574 1.82316 0.441805 1.82332 0.461314 1.82348 0.502972 1.82364 0.53523 1.82379 0.54791 1.82395 0.557388 1.82411 0.57372 1.82426 0.582699 1.82442 0.5714 1.82458 0.549885 1.82473 0.535226 1.82489 0.526273 1.82505 0.514413 1.8252 0.507859 1.82536 0.522748 1.82552 0.555662 1.82567 0.584352 1.82583 0.595237 1.82599 0.594722 1.82614 0.592267 1.8263 0.589116 1.82646 0.585821 1.82661 0.586814 1.82677 0.591674 1.82693 0.595509 1.82708 0.598069 1.82724 0.604169 1.8274 0.611632 1.82756 0.613116 1.82771 0.612573 1.82787 0.62409 1.82803 0.650665 1.82818 0.675529 1.82834 0.681374 1.8285 0.667415 1.82865 0.64312 1.82881 0.616487 1.82897 0.596222 1.82912 0.593228 1.82928 0.608651 1.82944 0.627503 1.82959 0.632935 1.82975 0.623039 1.82991 0.605949 1.83006 0.586505 1.83022 0.566836 1.83038 0.553796 1.83053 0.556524 1.83069 0.574329 1.83085 0.594283 1.831 0.60442 1.83116 0.604416 1.83132 0.601778 1.83148 0.60173 1.83163 0.601997 1.83179 0.597738 1.83195 0.590362 1.8321 0.586415 1.83226 0.586805 1.83242 0.584766 1.83257 0.579257 1.83273 0.584364 1.83289 0.611771 1.83304 0.648672 1.8332 0.667036 1.83336 0.656728 1.83351 0.6387 1.83367 0.638093 1.83383 0.657513 1.83398 0.680584 1.83414 0.690638 1.8343 0.679998 1.83445 0.650898 1.83461 0.616512 1.83477 0.592624 1.83492 0.580169 1.83508 0.56218 1.83524 0.526369 1.8354 0.484604 1.83555 0.461488 1.83571 0.468101 1.83587 0.494007 1.83602 0.520156 1.83618 0.533439 1.83634 0.533146 1.83649 0.530637 1.83665 0.538344 1.83681 0.556061 1.83696 0.573405 1.83712 0.588064 1.83728 0.608293 1.83743 0.632127 1.83759 0.638418 1.83775 0.613123 1.8379 0.572876 1.83806 0.54737 1.83822 0.544778 1.83837 0.550846 1.83853 0.556395 1.83869 0.563178 1.83885 0.565632 1.839 0.548165 1.83916 0.509887 1.83932 0.473095 1.83947 0.457267 1.83963 0.456632 1.83979 0.453286 1.83994 0.442718 1.8401 0.436805 1.84026 0.445645 1.84041 0.465919 1.84057 0.486977 1.84073 0.500638 1.84088 0.506118 1.84104 0.509154 1.8412 0.514894 1.84135 0.522739 1.84151 0.527313 1.84167 0.523754 1.84182 0.510939 1.84198 0.492442 1.84214 0.478924 1.84229 0.48636 1.84245 0.51952 1.84261 0.560879 1.84277 0.583923 1.84292 0.580004 1.84308 0.563279 1.84324 0.54677 1.84339 0.528775 1.84355 0.506006 1.84371 0.488521 1.84386 0.490472 1.84402 0.514069 1.84418 0.551898 1.84433 0.599027 1.84449 0.649918 1.84465 0.689264 1.8448 0.69967 1.84496 0.681477 1.84512 0.654044 1.84527 0.635897 1.84543 0.628971 1.84559 0.625807 1.84574 0.623035 1.8459 0.624467 1.84606 0.63394 1.84621 0.65027 1.84637 0.665631 1.84653 0.669261 1.84669 0.655495 1.84684 0.629982 1.847 0.605377 1.84716 0.58996 1.84731 0.583191 1.84747 0.581076 1.84763 0.578778 1.84778 0.567925 1.84794 0.539206 1.8481 0.496315 1.84825 0.46219 1.84841 0.45918 1.84857 0.484066 1.84872 0.510225 1.84888 0.519039 1.84904 0.519355 1.84919 0.530948 1.84935 0.55771 1.84951 0.586763 1.84966 0.608818 1.84982 0.62585 1.84998 0.638929 1.85013 0.642384 1.85029 0.634293 1.85045 0.622221 1.85061 0.611011 1.85076 0.594188 1.85092 0.566537 1.85108 0.538954 1.85123 0.528505 1.85139 0.53723 1.85155 0.551453 1.8517 0.561026 1.85186 0.569512 1.85202 0.583915 1.85217 0.605028 1.85233 0.629272 1.85249 0.651981 1.85264 0.665226 1.8528 0.66224 1.85296 0.647207 1.85311 0.634843 1.85327 0.632381 1.85343 0.628495 1.85358 0.607554 1.85374 0.571067 1.8539 0.538006 1.85405 0.524779 1.85421 0.52906 1.85437 0.534759 1.85453 0.528153 1.85468 0.507865 1.85484 0.482589 1.855 0.461943 1.85515 0.451919 1.85531 0.456214 1.85547 0.475536 1.85562 0.502124 1.85578 0.520639 1.85594 0.522704 1.85609 0.519611 1.85625 0.530508 1.85641 0.559083 1.85656 0.590267 1.85672 0.611753 1.85688 0.626895 1.85703 0.64187 1.85719 0.651854 1.85735 0.648698 1.8575 0.633819 1.85766 0.612853 1.85782 0.585657 1.85797 0.55175 1.85813 0.521673 1.85829 0.507686 1.85845 0.504092 1.8586 0.491968 1.85876 0.462464 1.85892 0.426364 1.85907 0.400464 1.85923 0.393848 1.85939 0.40883 1.85954 0.440378 1.8597 0.470803 1.85986 0.479018 1.86001 0.463124 1.86017 0.444427 1.86033 0.441196 1.86048 0.446824 1.86064 0.445531 1.8608 0.439001 1.86095 0.443626 1.86111 0.465201 1.86127 0.493156 1.86142 0.520635 1.86158 0.554833 1.86174 0.598179 1.8619 0.631784 1.86205 0.631601 1.86221 0.600093 1.86237 0.570431 1.86252 0.574274 1.86268 0.60949 1.86284 0.643314 1.86299 0.644479 1.86315 0.610928 1.86331 0.566071 1.86346 0.534251 1.86362 0.522419 1.86378 0.52249 1.86393 0.524342 1.86409 0.524154 1.86425 0.522372 1.8644 0.51924 1.86456 0.51341 1.86472 0.50351 1.86487 0.490785 1.86503 0.478458 1.86519 0.467377 1.86534 0.454141 1.8655 0.436822 1.86566 0.423453 1.86582 0.427637 1.86597 0.452173 1.86613 0.482367 1.86629 0.499243 1.86644 0.500768 1.8666 0.502086 1.86676 0.517531 1.86691 0.545333 1.86707 0.57293 1.86723 0.589863 1.86738 0.595091 1.86754 0.5946 1.8677 0.594977 1.86785 0.598483 1.86801 0.600604 1.86817 0.595664 1.86832 0.584729 1.86848 0.57442 1.86864 0.568044 1.86879 0.560423 1.86895 0.546682 1.86911 0.532428 1.86926 0.528347 1.86942 0.535543 1.86958 0.541852 1.86974 0.534826 1.86989 0.514659 1.87005 0.493518 1.87021 0.482964 1.87036 0.486193 1.87052 0.500754 1.87068 0.524382 1.87083 0.554617 1.87099 0.583782 1.87115 0.599684 1.8713 0.596145 1.87146 0.580911 1.87162 0.57067 1.87177 0.576018 1.87193 0.59343 1.87209 0.611315 1.87224 0.621491 1.8724 0.622558 1.87256 0.614486 1.87271 0.594099 1.87287 0.559293 1.87303 0.516565 1.87318 0.482945 1.87334 0.475577 1.8735 0.496514 1.87366 0.527927 1.87381 0.545766 1.87397 0.538913 1.87413 0.514008 1.87428 0.487055 1.87444 0.473819 1.8746 0.48265 1.87475 0.507305 1.87491 0.526182 1.87507 0.52089 1.87522 0.498399 1.87538 0.486005 1.87554 0.497506 1.87569 0.517338 1.87585 0.525545 1.87601 0.525091 1.87616 0.530621 1.87632 0.54012 1.87648 0.538212 1.87663 0.52351 1.87679 0.51173 1.87695 0.508854 1.8771 0.501295 1.87726 0.479467 1.87742 0.453353 1.87758 0.434875 1.87773 0.419421 1.87789 0.399245 1.87805 0.382206 1.8782 0.381694 1.87836 0.394929 1.87852 0.406084 1.87867 0.408619 1.87883 0.411245 1.87899 0.423224 1.87914 0.446663 1.8793 0.479099 1.87946 0.514506 1.87961 0.541932 1.87977 0.554917 1.87993 0.560257 1.88008 0.566704 1.88024 0.56964 1.8804 0.557854 1.88055 0.533585 1.88071 0.510901 1.88087 0.49632 1.88102 0.484656 1.88118 0.47705 1.88134 0.485598 1.8815 0.511273 1.88165 0.53379 1.88181 0.533064 1.88197 0.512743 1.88212 0.493118 1.88228 0.488733 1.88244 0.500469 1.88259 0.522293 1.88275 0.546089 1.88291 0.565715 1.88306 0.583765 1.88322 0.60993 1.88338 0.647026 1.88353 0.683584 1.88369 0.707642 1.88385 0.719773 1.884 0.724229 1.88416 0.718302 1.88432 0.699419 1.88447 0.67529 1.88463 0.655593 1.88479 0.638139 1.88495 0.616098 1.8851 0.593194 1.88526 0.580444 1.88542 0.579031 1.88557 0.578897 1.88573 0.576176 1.88589 0.575134 1.88604 0.574943 1.8862 0.569502 1.88636 0.563691 1.88651 0.5747 1.88667 0.608289 1.88683 0.645587 1.88698 0.659832 1.88714 0.643677 1.8873 0.612462 1.88745 0.586345 1.88761 0.576719 1.88777 0.581525 1.88792 0.588731 1.88808 0.583889 1.88824 0.561834 1.88839 0.528691 1.88855 0.492169 1.88871 0.455787 1.88887 0.424867 1.88902 0.409996 1.88918 0.41866 1.88934 0.445687 1.88949 0.476791 1.88965 0.500666 1.88981 0.515147 1.88996 0.524643 1.89012 0.534185 1.89028 0.543067 1.89043 0.541766 1.89059 0.521144 1.89075 0.487069 1.8909 0.460071 1.89106 0.452954 1.89122 0.458135 1.89137 0.458943 1.89153 0.449905 1.89169 0.43788 1.89184 0.428569 1.892 0.421322 1.89216 0.416609 1.89231 0.416704 1.89247 0.419664 1.89263 0.420863 1.89279 0.420034 1.89294 0.422264 1.8931 0.427367 1.89326 0.426993 1.89341 0.41441 1.89357 0.393393 1.89373 0.375075 1.89388 0.366837 1.89404 0.367489 1.8942 0.370761 1.89435 0.372481 1.89451 0.375537 1.89467 0.388646 1.89482 0.417003 1.89498 0.456663 1.89514 0.497257 1.89529 0.52979 1.89545 0.550384 1.89561 0.55781 1.89576 0.554912 1.89592 0.54773 1.89608 0.539219 1.89623 0.525814 1.89639 0.504671 1.89655 0.484152 1.89671 0.480645 1.89686 0.502118 1.89702 0.537949 1.89718 0.567656 1.89733 0.5752 1.89749 0.557383 1.89765 0.521662 1.8978 0.482896 1.89796 0.454544 1.89812 0.443322 1.89827 0.449732 1.89843 0.472469 1.89859 0.508335 1.89874 0.549609 1.8989 0.584874 1.89906 0.607317 1.89921 0.618523 1.89937 0.621878 1.89953 0.614838 1.89968 0.594051 1.89984 0.56359 1.9 0.531457 1.90015 0.500348 1.90031 0.468814 1.90047 0.437868 1.90063 0.412622 1.90078 0.394904 1.90094 0.380403 1.9011 0.368251 1.90125 0.368704 1.90141 0.393237 1.90157 0.439598 1.90172 0.491892 1.90188 0.53657 1.90204 0.570066 1.90219 0.5912 1.90235 0.592413 1.90251 0.572645 1.90266 0.549385 1.90282 0.546858 1.90298 0.567841 1.90313 0.589306 1.90329 0.589449 1.90345 0.571677 1.9036 0.553812 1.90376 0.544456 1.90392 0.53882 1.90407 0.535667 1.90423 0.540713 1.90439 0.55196 1.90455 0.555674 1.9047 0.542093 1.90486 0.517378 1.90502 0.500388 1.90517 0.503966 1.90533 0.526413 1.90549 0.554454 1.90564 0.573088 1.9058 0.579239 1.90596 0.585517 1.90611 0.607197 1.90627 0.644865 1.90643 0.683008 1.90658 0.706743 1.90674 0.712931 1.9069 0.706555 1.90705 0.69362 1.90721 0.679807 1.90737 0.668993 1.90752 0.655528 1.90768 0.62763 1.90784 0.584217 1.908 0.541996 1.90815 0.521577 1.90831 0.526551 1.90847 0.544515 1.90862 0.564066 1.90878 0.58599 1.90894 0.616807 1.90909 0.656269 1.90925 0.692953 1.90941 0.712119 1.90956 0.709175 1.90972 0.694743 1.90988 0.684376 1.91003 0.682282 1.91019 0.680828 1.91035 0.67402 1.9105 0.664638 1.91066 0.654676 1.91082 0.640132 1.91097 0.620883 1.91113 0.608628 1.91129 0.615638 1.91144 0.637507 1.9116 0.65616 1.91176 0.657959 1.91192 0.643575 1.91207 0.622482 1.91223 0.603903 1.91239 0.59368 1.91254 0.592011 1.9127 0.594387 1.91286 0.59708 1.91301 0.602454 1.91317 0.61464 1.91333 0.632503 1.91348 0.650954 1.91364 0.665697 1.9138 0.672846 1.91395 0.667323 1.91411 0.650357 1.91427 0.634832 1.91442 0.636052 1.91458 0.6558 1.91474 0.680733 1.91489 0.694487 1.91505 0.687066 1.91521 0.655304 1.91536 0.607433 1.91552 0.564269 1.91568 0.546184 1.91584 0.556208 1.91599 0.582552 1.91615 0.616978 1.91631 0.659089 1.91646 0.701369 1.91662 0.724481 1.91678 0.720105 1.91693 0.706879 1.91709 0.712111 1.91725 0.740071 1.9174 0.769478 1.91756 0.781271 1.91772 0.777831 1.91787 0.774049 1.91803 0.780639 1.91819 0.799236 1.91834 0.827431 1.9185 0.859978 1.91866 0.888565 1.91881 0.906869 1.91897 0.918568 1.91913 0.932458 1.91928 0.948326 1.91944 0.955543 1.9196 0.950341 1.91976 0.948186 1.91991 0.969751 1.92007 1.01797 1.92023 1.07901 1.92038 1.14544 1.92054 1.22553 1.9207 1.32794 1.92085 1.4535 1.92101 1.60907 1.92117 1.81546 1.92132 2.09124 1.92148 2.43468 1.92164 2.83847 1.92179 3.3162 1.92195 3.90085 1.92211 4.61895 1.92226 5.47647 1.92242 6.45636 1.92258 7.51279 1.92273 8.55661 1.92289 9.4617 1.92305 10.081 1.9232 10.2613 1.92336 9.88126 1.92352 8.93366 1.92368 7.58962 1.92383 6.14711 1.92399 4.87588 1.92415 3.89538 1.9243 3.18428 1.92446 2.66809 1.92462 2.28322 1.92477 1.98779 1.92493 1.7587 1.92509 1.58622 1.92524 1.45811 1.9254 1.35293 1.92556 1.25502 1.92571 1.16703 1.92587 1.09486 1.92603 1.03091 1.92618 0.968244 1.92634 0.91886 1.9265 0.896525 1.92665 0.887864 1.92681 0.863494 1.92697 0.81641 1.92712 0.769242 1.92728 0.744217 1.92744 0.743135 1.9276 0.756654 1.92775 0.771207 1.92791 0.766746 1.92807 0.730384 1.92822 0.67816 1.92838 0.645825 1.92854 0.649405 1.92869 0.669918 1.92885 0.683238 1.92901 0.686312 1.92916 0.686705 1.92932 0.682987 1.92948 0.671383 1.92963 0.658292 1.92979 0.653223 1.92995 0.656978 1.9301 0.66819 1.93026 0.690191 1.93042 0.720777 1.93057 0.74199 1.93073 0.736027 1.93089 0.707171 1.93105 0.675826 1.9312 0.655411 1.93136 0.644821 1.93152 0.640841 1.93167 0.643938 1.93183 0.653746 1.93199 0.664748 1.93214 0.671482 1.9323 0.673031 1.93246 0.672466 1.93261 0.673657 1.93277 0.674534 1.93293 0.662069 1.93308 0.624274 1.93324 0.570713 1.9334 0.53209 1.93355 0.528246 1.93371 0.54529 1.93387 0.554546 1.93402 0.54679 1.93418 0.533833 1.93434 0.524552 1.93449 0.515666 1.93465 0.505457 1.93481 0.500358 1.93497 0.500163 1.93512 0.49304 1.93528 0.4716 1.93544 0.445542 1.93559 0.430098 1.93575 0.428546 1.93591 0.434569 1.93606 0.444822 1.93622 0.463062 1.93638 0.491301 1.93653 0.523191 1.93669 0.546288 1.93685 0.552597 1.937 0.547029 1.93716 0.545231 1.93732 0.557541 1.93747 0.576448 1.93763 0.585653 1.93779 0.579082 1.93794 0.56456 1.9381 0.548613 1.93826 0.527529 1.93841 0.497958 1.93857 0.467296 1.93873 0.445668 1.93889 0.436209 1.93904 0.436889 1.9392 0.451054 1.93936 0.48558 1.93951 0.53841 1.93967 0.597706 1.93983 0.651183 1.93998 0.69311 1.94014 0.721549 1.9403 0.733077 1.94045 0.723023 1.94061 0.689587 1.94077 0.638533 1.94092 0.584351 1.94108 0.544218 1.94124 0.525519 1.94139 0.520138 1.94155 0.514872 1.94171 0.507522 1.94186 0.507785 1.94202 0.520031 1.94218 0.532109 1.94233 0.525928 1.94249 0.495627 1.94265 0.452809 1.94281 0.41467 1.94296 0.391177 1.94312 0.384106 1.94328 0.392482 1.94343 0.414188 1.94359 0.443701 1.94375 0.47282 1.9439 0.496245 1.94406 0.51327 1.94422 0.524351 1.94437 0.52989 1.94453 0.533438 1.94469 0.540838 1.94484 0.552093 1.945 0.554681 1.94516 0.536147 1.94531 0.502968 1.94547 0.480488 1.94563 0.484953 1.94578 0.502845 1.94594 0.50445 1.9461 0.476801 1.94625 0.434984 1.94641 0.403726 1.94657 0.399005 1.94673 0.426987 1.94688 0.48331 1.94704 0.546547 1.9472 0.583281 1.94735 0.576982 1.94751 0.547815 1.94767 0.531465 1.94782 0.537203 1.94798 0.540514 1.94814 0.518967 1.94829 0.482336 1.94845 0.461831 1.94861 0.476748 1.94876 0.521029 1.94892 0.573685 1.94908 0.615413 1.94923 0.636639 1.94939 0.638067 1.94955 0.624757 1.9497 0.600551 1.94986 0.571841 1.95002 0.554046 1.95017 0.562009 1.95033 0.590093 1.95049 0.613617 1.95065 0.617749 1.9508 0.614968 1.95096 0.622988 1.95112 0.636399 1.95127 0.635741 1.95143 0.618735 1.95159 0.602219 1.95174 0.594515 1.9519 0.586642 1.95206 0.573888 1.95221 0.566578 1.95237 0.571821 1.95253 0.579138 1.95268 0.575418 1.95284 0.562046 1.953 0.544915 1.95315 0.521164 1.95331 0.489944 1.95347 0.467132 1.95362 0.47335 1.95378 0.50743 1.95394 0.544584 1.95409 0.55933 1.95425 0.543242 1.95441 0.504975 1.95457 0.465016 1.95472 0.44516 1.95488 0.453487 1.95504 0.476211 1.95519 0.492872 1.95535 0.498649 1.95551 0.504216 1.95566 0.51728 1.95582 0.534348 1.95598 0.551165 1.95613 0.568279 1.95629 0.584221 1.95645 0.595151 1.9566 0.60259 1.95676 0.613468 1.95692 0.629023 1.95707 0.640202 1.95723 0.637218 1.95739 0.616669 1.95754 0.580282 1.9577 0.536316 1.95786 0.501698 1.95802 0.493015 1.95817 0.507759 1.95833 0.524794 1.95849 0.529465 1.95864 0.527103 1.9588 0.527548 1.95896 0.5283 1.95911 0.521572 1.95927 0.510173 1.95943 0.502791 1.95958 0.497954 1.95974 0.486266 1.9599 0.467155 1.96005 0.451249 1.96021 0.444627 1.96037 0.439319 1.96052 0.425376 1.96068 0.40347 1.96084 0.382846 1.96099 0.373339 1.96115 0.379224 1.96131 0.396354 1.96146 0.41355 1.96162 0.420834 1.96178 0.419482 1.96194 0.421477 1.96209 0.434603 1.96225 0.453055 1.96241 0.465174 1.96256 0.466363 1.96272 0.462287 1.96288 0.459657 1.96303 0.460905 1.96319 0.465424 1.96335 0.474098 1.9635 0.488696 1.96366 0.507479 1.96382 0.522678 1.96397 0.524397 1.96413 0.509282 1.96429 0.485686 1.96444 0.467532 1.9646 0.462891 1.96476 0.46805 1.96491 0.47416 1.96507 0.478029 1.96523 0.485377 1.96538 0.505204 1.96554 0.540312 1.9657 0.584855 1.96586 0.629104 1.96601 0.6677 1.96617 0.701211 1.96633 0.726246 1.96648 0.730022 1.96664 0.699557 1.9668 0.638839 1.96695 0.57184 1.96711 0.524549 1.96727 0.505421 1.96742 0.504664 1.96758 0.508685 1.96774 0.512053 1.96789 0.517496 1.96805 0.531325 1.96821 0.558231 1.96836 0.595381 1.96852 0.629969 1.96868 0.646706 1.96883 0.641067 1.96899 0.622818 1.96915 0.60482 1.9693 0.591697 1.96946 0.581928 1.96962 0.574098 1.96978 0.5655 1.96993 0.549936 1.97009 0.524471 1.97025 0.497791 1.9704 0.484011 1.97056 0.486936 1.97072 0.496452 1.97087 0.501731 1.97103 0.502634 1.97119 0.50639 1.97134 0.517532 1.9715 0.5364 1.97166 0.558159 1.97181 0.571404 1.97197 0.563857 1.97213 0.536419 1.97228 0.507264 1.97244 0.495181 1.9726 0.502057 1.97275 0.516743 1.97291 0.531514 1.97307 0.545675 1.97322 0.557879 1.97338 0.5654 1.97354 0.571205 1.9737 0.582291 1.97385 0.597788 1.97401 0.60903 1.97417 0.610295 1.97432 0.602933 1.97448 0.58835 1.97464 0.56619 1.97479 0.543477 1.97495 0.534493 1.97511 0.545468 1.97526 0.563868 1.97542 0.571316 1.97558 0.561906 1.97573 0.544193 1.97589 0.530383 1.97605 0.530324 1.9762 0.548477 1.97636 0.575949 1.97652 0.590715 1.97667 0.576651 1.97683 0.542677 1.97699 0.515934 1.97714 0.513846 1.9773 0.531231 1.97746 0.554897 1.97762 0.580694 1.97777 0.611933 1.97793 0.647293 1.97809 0.679301 1.97824 0.702565 1.9784 0.71824 1.97856 0.728329 1.97871 0.730007 1.97887 0.718992 1.97903 0.696992 1.97918 0.672596 1.97934 0.654479 1.9795 0.642779 1.97965 0.630601 1.97981 0.61307 1.97997 0.59223 1.98012 0.573615 1.98028 0.55812 1.98044 0.54205 1.98059 0.524506 1.98075 0.512334 1.98091 0.513874 1.98107 0.527158 1.98122 0.535036 1.98138 0.516924 1.98154 0.471058 1.98169 0.421084 1.98185 0.39661 1.98201 0.404717 1.98216 0.427745 1.98232 0.448213 1.98248 0.46674 1.98263 0.493814 1.98279 0.530308 1.98295 0.564491 1.9831 0.584804 1.98326 0.588616 1.98342 0.580076 1.98357 0.566344 1.98373 0.553281 1.98389 0.541918 1.98404 0.530424 1.9842 0.521716 1.98436 0.524244 1.98451 0.539311 1.98467 0.552661 1.98483 0.547405 1.98499 0.524972 1.98514 0.505403 1.9853 0.505361 1.98546 0.522732 1.98561 0.544424 1.98577 0.5613 1.98593 0.575111 1.98608 0.592713 1.98624 0.61676 1.9864 0.637723 1.98655 0.638018 1.98671 0.607768 1.98687 0.559055 1.98702 0.51568 1.98718 0.491197 1.98734 0.482097 1.98749 0.482304 1.98765 0.49376 1.98781 0.518409 1.98796 0.547821 1.98812 0.570276 1.98828 0.582191 1.98843 0.587016 1.98859 0.58708 1.98875 0.583598 1.98891 0.581615 1.98906 0.58721 1.98922 0.59573 1.98938 0.591949 1.98953 0.563084 1.98969 0.512332 1.98985 0.459896 1.99 0.427565 1.99016 0.422374 1.99032 0.433306 1.99047 0.445497 1.99063 0.45724 1.99079 0.477359 1.99094 0.508429 1.9911 0.538771 1.99126 0.556989 1.99141 0.567463 1.99157 0.58448 1.99173 0.614317 1.99188 0.649854 1.99204 0.678995 1.9922 0.693078 1.99235 0.689932 1.99251 0.675446 1.99267 0.662208 1.99283 0.659513 1.99298 0.662534 1.99314 0.657953 1.9933 0.640824 1.99345 0.618899 1.99361 0.600257 1.99377 0.582155 1.99392 0.55762 1.99408 0.52818 1.99424 0.504142 1.99439 0.493687 1.99455 0.495983 1.99471 0.505149 1.99486 0.517387 1.99502 0.533918 1.99518 0.556494 1.99533 0.583321 1.99549 0.609626 1.99565 0.633854 1.9958 0.659339 1.99596 0.687165 1.99612 0.707088 1.99627 0.703948 1.99643 0.674077 1.99659 0.633823 1.99675 0.607702 1.9969 0.607684 1.99706 0.626905 1.99722 0.650095 1.99737 0.664889 1.99753 0.665545 1.99769 0.650498 1.99784 0.623114 1.998 0.592139 1.99816 0.5695 1.99831 0.563222 1.99847 0.570284 1.99863 0.578117 1.99878 0.575874 1.99894 0.566755 1.9991 0.567102 1.99925 0.589421 1.99941 0.628112 1.99957 0.663386 1.99972 0.6792 1.99988 0.672044 2.00004 0.645317 2.00019 0.603498 2.00035 0.55629 2.00051 0.520287 2.00067 0.507371 2.00082 0.511612 2.00098 0.515821 2.00114 0.511787 2.00129 0.505198 2.00145 0.499475 2.00161 0.487329 2.00176 0.464155 2.00192 0.44294 2.00208 0.442155 2.00223 0.463221 2.00239 0.488644 2.00255 0.503582 2.0027 0.509709 2.00286 0.517025 2.00302 0.532563 2.00317 0.559022 2.00333 0.594512 2.00349 0.625868 2.00364 0.63292 2.0038 0.608435 2.00396 0.570593 2.00412 0.546753 2.00427 0.546777 2.00443 0.558159 2.00459 0.565621 2.00474 0.566125 2.0049 0.564283 2.00506 0.562198 2.00521 0.557847 2.00537 0.550811 2.00553 0.543654 2.00568 0.538548 2.00584 0.533398 2.006 0.521869 2.00615 0.500866 2.00631 0.478043 2.00647 0.468444 2.00662 0.480052 2.00678 0.506206 2.00694 0.535853 2.00709 0.566296 2.00725 0.599701 2.00741 0.628999 2.00756 0.640227 2.00772 0.629903 2.00788 0.61344 2.00804 0.6097 2.00819 0.623946 2.00835 0.64847 2.00851 0.672742 2.00866 0.687904 2.00882 0.686888 2.00898 0.667783 2.00913 0.637206 2.00929 0.604994 2.00945 0.576397 2.0096 0.55292 2.00976 0.536935 2.00992 0.529459 2.01007 0.523064 2.01023 0.505536 2.01039 0.475008 2.01054 0.446462 2.0107 0.438789 2.01086 0.455989 2.01101 0.48468 2.01117 0.510171 2.01133 0.528642 2.01148 0.543766 2.01164 0.557622 2.0118 0.571367 2.01196 0.588665 2.01211 0.609601 2.01227 0.623521 2.01243 0.618309 2.01258 0.599964 2.01274 0.591551 2.0129 0.605517 2.01305 0.626463 2.01321 0.630647 2.01337 0.615308 2.01352 0.595923 2.01368 0.580981 2.01384 0.565513 2.01399 0.549555 2.01415 0.544902 2.01431 0.559032 2.01446 0.585364 2.01462 0.614689 2.01478 0.643063 2.01493 0.66147 2.01509 0.65489 2.01525 0.624742 2.0154 0.599887 2.01556 0.607357 2.01572 0.638051 2.01588 0.657004 2.01603 0.645296 2.01619 0.616289 2.01635 0.592808 2.0165 0.582517 2.01666 0.58098 2.01682 0.583617 2.01697 0.589011 2.01713 0.59628 2.01729 0.603975 2.01744 0.606828 2.0176 0.594473 2.01776 0.563609 2.01791 0.530815 2.01807 0.522072 2.01823 0.545331 2.01838 0.582624 2.01854 0.6112 2.0187 0.624103 2.01885 0.627027 2.01901 0.626979 2.01917 0.631783 2.01932 0.648711 2.01948 0.674117 2.01964 0.692916 2.0198 0.69625 2.01995 0.693469 2.02011 0.697479 2.02027 0.705839 2.02042 0.708112 2.02058 0.70374 2.02074 0.700068 2.02089 0.697669 2.02105 0.688396 2.02121 0.670369 2.02136 0.647885 2.02152 0.620514 2.02168 0.585277 2.02183 0.552808 2.02199 0.544432 2.02215 0.566589 2.0223 0.600277 2.02246 0.622837 2.02262 0.631068 2.02277 0.634943 2.02293 0.638328 2.02309 0.637323 2.02324 0.629725 2.0234 0.613613 2.02356 0.579889 2.02372 0.521188 2.02387 0.448481 2.02403 0.389306 2.02419 0.365426 2.02434 0.377686 2.0245 0.413342 2.02466 0.459224 2.02481 0.503637 2.02497 0.534833 2.02513 0.547097 2.02528 0.546492 2.02544 0.545839 2.0256 0.552585 2.02575 0.562904 2.02591 0.564338 2.02607 0.543458 2.02622 0.49823 2.02638 0.446156 2.02654 0.414954 2.02669 0.419079 2.02685 0.446329 2.02701 0.474023 2.02717 0.494074 2.02732 0.516 2.02748 0.545418 2.02764 0.570782 2.02779 0.57746 2.02795 0.565056 2.02811 0.546811 2.02826 0.534563 2.02842 0.532109 2.02858 0.538388 2.02873 0.548062 2.02889 0.550189 2.02905 0.53669 2.0292 0.516175 2.02936 0.509565 2.02952 0.527218 2.02967 0.556579 2.02983 0.578571 2.02999 0.591223 2.03014 0.607082 2.0303 0.629952 2.03046 0.646817 2.03061 0.646424 2.03077 0.635375 2.03093 0.626409 2.03109 0.617847 2.03124 0.597444 2.0314 0.56628 2.03156 0.544273 2.03171 0.545826 2.03187 0.556535 2.03203 0.54629 2.03218 0.503677 2.03234 0.448328 2.0325 0.409597 2.03265 0.400534 2.03281 0.416379 2.03297 0.448306 2.03312 0.488076 2.03328 0.524584 2.03344 0.547136 2.03359 0.553677 2.03375 0.551661 2.03391 0.548215 2.03406 0.544944 2.03422 0.543711 2.03438 0.549303 2.03453 0.564736 2.03469 0.586953 2.03485 0.612152 2.03501 0.639561 2.03516 0.668131 2.03532 0.692442 2.03548 0.707733 2.03563 0.713464 2.03579 0.708883 2.03595 0.691396 2.0361 0.663192 2.03626 0.636093 2.03642 0.620107 2.03657 0.608967 2.03673 0.589107 2.03689 0.560492 2.03704 0.54011 2.0372 0.539974 2.03736 0.55412 2.03751 0.568339 2.03767 0.577561 2.03783 0.584811 2.03798 0.591165 2.03814 0.593287 2.0383 0.588974 2.03845 0.578026 2.03861 0.55979 2.03877 0.535269 2.03893 0.51049 2.03908 0.491988 2.03924 0.481498 2.0394 0.478104 2.03955 0.482551 2.03971 0.491449 2.03987 0.492836 2.04002 0.476421 2.04018 0.448736 2.04034 0.427637 2.04049 0.420458 2.04065 0.416769 2.04081 0.409857 2.04096 0.411047 2.04112 0.433921 2.04128 0.473051 2.04143 0.507303 2.04159 0.521507 2.04175 0.516206 2.0419 0.497761 2.04206 0.473187 2.04222 0.45386 2.04237 0.450944 2.04253 0.462348 2.04269 0.472063 2.04285 0.469216 2.043 0.461102 2.04316 0.460509 2.04332 0.467261 2.04347 0.472864 2.04363 0.479254 2.04379 0.502135 2.04394 0.549052 2.0441 0.60152 2.04426 0.627159 2.04441 0.609396 2.04457 0.564078 2.04473 0.523899 2.04488 0.506816 2.04504 0.502867 2.0452 0.493062 2.04535 0.476509 2.04551 0.470619 2.04567 0.485802 2.04582 0.512819 2.04598 0.539298 2.04614 0.565909 2.04629 0.596682 2.04645 0.620656 2.04661 0.621368 2.04677 0.60282 2.04692 0.589259 2.04708 0.59402 2.04724 0.60373 2.04739 0.600316 2.04755 0.584263 2.04771 0.565375 2.04786 0.544273 2.04802 0.519029 2.04818 0.502792 2.04833 0.51678 2.04849 0.562591 2.04865 0.616314 2.0488 0.654207 2.04896 0.674397 2.04912 0.6898 2.04927 0.710291 2.04943 0.736739 2.04959 0.767489 2.04974 0.799938 2.0499 0.830876 2.05006 0.857986 2.05022 0.880005 2.05037 0.894015 2.05053 0.896209 2.05069 0.88849 2.05084 0.877912 2.051 0.867413 2.05116 0.852021 2.05131 0.828132 2.05147 0.798859 2.05163 0.766324 2.05178 0.726588 2.05194 0.67995 2.0521 0.639248 2.05225 0.615377 2.05241 0.598054 2.05257 0.565345 2.05272 0.515984 2.05288 0.478982 2.05304 0.482765 2.05319 0.523588 2.05335 0.571911 2.05351 0.604811 2.05366 0.619506 2.05382 0.620537 2.05398 0.606745 2.05414 0.577209 2.05429 0.540455 2.05445 0.508701 2.05461 0.487719 2.05476 0.477059 2.05492 0.47871 2.05508 0.493509 2.05523 0.511527 2.05539 0.515468 2.05555 0.501626 2.0557 0.489217 2.05586 0.499692 2.05602 0.531583 2.05617 0.564026 2.05633 0.584463 2.05649 0.601838 2.05664 0.629158 2.0568 0.6651 2.05696 0.698255 2.05711 0.721524 2.05727 0.733316 2.05743 0.730476 2.05758 0.713146 2.05774 0.692805 2.0579 0.688033 2.05806 0.705087 2.05821 0.731835 2.05837 0.750785 2.05853 0.753346 2.05868 0.738978 2.05884 0.707912 2.059 0.662468 2.05915 0.609422 2.05931 0.558371 2.05947 0.515968 2.05962 0.484989 2.05978 0.466198 2.05994 0.458438 2.06009 0.459966 2.06025 0.471055 2.06041 0.493256 2.06056 0.524647 2.06072 0.559348 2.06088 0.593642 2.06103 0.627409 2.06119 0.652565 2.06135 0.650166 2.0615 0.60987 2.06166 0.552143 2.06182 0.516929 2.06198 0.524483 2.06213 0.556466 2.06229 0.580406 2.06245 0.584907 2.0626 0.581069 2.06276 0.575534 2.06292 0.561448 2.06307 0.53509 2.06323 0.509335 2.06339 0.500096 2.06354 0.506621 2.0637 0.51576 2.06386 0.52283 2.06401 0.535967 2.06417 0.560327 2.06433 0.587704 2.06448 0.607025 2.06464 0.619927 2.0648 0.637224 2.06495 0.660743 2.06511 0.676578 2.06527 0.671202 2.06542 0.648664 2.06558 0.628292 2.06574 0.623954 2.0659 0.633039 2.06605 0.643852 2.06621 0.650759 2.06637 0.656837 2.06652 0.665299 2.06668 0.674187 2.06684 0.681787 2.06699 0.69254 2.06715 0.711986 2.06731 0.738159 2.06746 0.761674 2.06762 0.776794 2.06778 0.788044 2.06793 0.803817 2.06809 0.824844 2.06825 0.840844 2.0684 0.839787 2.06856 0.818846 2.06872 0.786871 2.06887 0.757771 2.06903 0.740922 2.06919 0.73579 2.06934 0.733701 2.0695 0.725249 2.06966 0.707584 2.06982 0.68442 2.06997 0.660692 2.07013 0.638328 2.07029 0.619102 2.07044 0.607432 2.0706 0.605419 2.07076 0.604922 2.07091 0.59251 2.07107 0.56567 2.07123 0.540207 2.07138 0.534358 2.07154 0.547691 2.0717 0.562776 2.07185 0.566128 2.07201 0.560922 2.07217 0.556877 2.07232 0.556896 2.07248 0.560552 2.07264 0.571697 2.07279 0.59234 2.07295 0.611704 2.07311 0.613735 2.07326 0.596913 2.07342 0.578286 2.07358 0.573975 2.07374 0.581793 2.07389 0.588456 2.07405 0.587976 2.07421 0.585537 2.07436 0.587114 2.07452 0.590529 2.07468 0.587543 2.07483 0.570493 2.07499 0.540114 2.07515 0.507573 2.0753 0.488843 2.07546 0.490704 2.07562 0.503112 2.07577 0.50925 2.07593 0.502976 2.07609 0.493186 2.07624 0.489751 2.0764 0.492432 2.07656 0.49504 2.07671 0.495354 2.07687 0.495686 2.07703 0.495271 2.07719 0.49154 2.07734 0.488174 2.0775 0.497881 2.07766 0.530262 2.07781 0.580756 2.07797 0.635371 2.07813 0.686514 2.07828 0.734701 2.07844 0.775636 2.0786 0.794091 2.07875 0.777564 2.07891 0.735428 2.07907 0.693737 2.07922 0.672956 2.07938 0.672328 2.07954 0.678189 2.07969 0.679701 2.07985 0.675826 2.08001 0.671352 2.08016 0.671074 2.08032 0.676098 2.08048 0.683386 2.08063 0.688162 2.08079 0.688479 2.08095 0.685994 2.08111 0.680531 2.08126 0.668729 2.08142 0.649789 2.08158 0.629226 2.08173 0.611668 2.08189 0.59551 2.08205 0.577275 2.0822 0.560945 2.08236 0.556728 2.08252 0.569654 2.08267 0.591829 2.08283 0.607444 2.08299 0.605864 2.08314 0.589563 2.0833 0.572552 2.08346 0.568942 2.08361 0.583578 2.08377 0.607533 2.08393 0.626006 2.08408 0.62954 2.08424 0.621027 2.0844 0.61324 2.08455 0.617211 2.08471 0.632046 2.08487 0.645618 2.08503 0.649341 2.08518 0.647449 2.08534 0.64908 2.0855 0.652961 2.08565 0.647153 2.08581 0.624943 2.08597 0.594195 2.08612 0.566696 2.08628 0.546925 2.08644 0.535918 2.08659 0.537703 2.08675 0.553617 2.08691 0.573793 2.08706 0.585103 2.08722 0.587797 2.08738 0.596847 2.08753 0.625923 2.08769 0.673876 2.08785 0.727301 2.088 0.771451 2.08816 0.800117 2.08832 0.821335 2.08847 0.852179 2.08863 0.903552 2.08879 0.967007 2.08895 1.02431 2.0891 1.06701 2.08926 1.09853 2.08942 1.1166 2.08957 1.10452 2.08973 1.05071 2.08989 0.968057 2.09004 0.88597 2.0902 0.822523 2.09036 0.772648 2.09051 0.723697 2.09067 0.67566 2.09083 0.639598 2.09098 0.620808 2.09114 0.607992 2.0913 0.58423 2.09145 0.547752 2.09161 0.516039 2.09177 0.508739 2.09192 0.52822 2.09208 0.560099 2.09224 0.588184 2.09239 0.606136 2.09255 0.616682 2.09271 0.626289 2.09287 0.640459 2.09302 0.659659 2.09318 0.678283 2.09334 0.689227 2.09349 0.688697 2.09365 0.673541 2.09381 0.638352 2.09396 0.583578 2.09412 0.524157 2.09428 0.481237 2.09443 0.461012 2.09459 0.450165 2.09475 0.434484 2.0949 0.416333 2.09506 0.41071 2.09522 0.428086 2.09537 0.466096 2.09553 0.51181 2.09569 0.548493 2.09584 0.566598 2.096 0.573907 2.09616 0.586932 2.09631 0.609197 2.09647 0.624469 2.09663 0.61731 2.09679 0.593205 2.09694 0.570059 2.0971 0.555722 2.09726 0.546048 2.09741 0.539055 2.09757 0.538061 2.09773 0.539051 2.09788 0.529529 2.09804 0.505022 2.0982 0.477079 2.09835 0.458858 2.09851 0.450625 2.09867 0.444612 2.09882 0.438907 2.09898 0.440207 2.09914 0.45361 2.09929 0.476367 2.09945 0.500582 2.09961 0.517713 2.09976 0.523097 2.09992 0.519718 2.10008 0.517006 2.10024 0.524247 2.10039 0.54103 2.10055 0.559405 2.10071 0.572565 2.10086 0.58268 2.10102 0.597042 2.10118 0.616856 2.10133 0.6331 2.10149 0.635808 2.10165 0.626042 2.1018 0.615404 2.10196 0.612775 2.10212 0.614162 2.10227 0.610086 2.10243 0.597544 2.10259 0.58313 2.10274 0.576069 2.1029 0.583912 2.10306 0.610017 2.10321 0.650679 2.10337 0.692742 2.10353 0.72094 2.10368 0.728237 2.10384 0.71626 2.104 0.689425 2.10416 0.653363 2.10431 0.620203 2.10447 0.604084 2.10463 0.607859 2.10478 0.618998 2.10494 0.622557 2.1051 0.615702 2.10525 0.606778 2.10541 0.605281 2.10557 0.616101 2.10572 0.638599 2.10588 0.664769 2.10604 0.681768 2.10619 0.681267 2.10635 0.667379 2.10651 0.652246 2.10666 0.644184 2.10682 0.642191 2.10698 0.640968 2.10713 0.636021 2.10729 0.626445 2.10745 0.615713 2.1076 0.610369 2.10776 0.613797 2.10792 0.621966 2.10808 0.628528 2.10823 0.631157 2.10839 0.629978 2.10855 0.622056 2.1087 0.60428 2.10886 0.582483 2.10902 0.571418 2.10917 0.581919 2.10933 0.610717 2.10949 0.643737 2.10964 0.666185 2.1098 0.669618 2.10996 0.656881 2.11011 0.642201 2.11027 0.641684 2.11043 0.658411 2.11058 0.681105 2.11074 0.699314 2.1109 0.715086 2.11105 0.732255 2.11121 0.742799 2.11137 0.734419 2.11152 0.710421 2.11168 0.689617 2.11184 0.682644 2.112 0.680675 2.11215 0.670927 2.11231 0.655432 2.11247 0.643852 2.11262 0.635321 2.11278 0.620035 2.11294 0.597014 2.11309 0.578999 2.11325 0.57569 2.11341 0.579679 2.11356 0.575374 2.11372 0.557395 2.11388 0.533725 2.11403 0.513024 2.11419 0.494496 2.11435 0.474059 2.1145 0.455487 2.11466 0.449754 2.11482 0.462162 2.11497 0.485693 2.11513 0.510884 2.11529 0.539204 2.11544 0.579946 2.1156 0.635752 2.11576 0.696686 2.11592 0.748817 2.11607 0.781489 2.11623 0.787442 2.11639 0.764714 2.11654 0.726302 2.1167 0.696707 2.11686 0.690551 2.11701 0.697473 2.11717 0.696528 2.11733 0.679154 2.11748 0.649514 2.11764 0.611702 2.1178 0.570465 2.11795 0.540956 2.11811 0.538622 2.11827 0.557612 2.11842 0.573969 2.11858 0.578078 2.11874 0.587138 2.11889 0.617983 2.11905 0.66153 2.11921 0.69499 2.11936 0.71089 2.11952 0.72071 2.11968 0.734242 2.11984 0.748854 2.11999 0.757833 2.12015 0.760135 2.12031 0.760536 2.12046 0.762867 2.12062 0.764696 2.12078 0.754784 2.12093 0.720886 2.12109 0.666185 2.12125 0.613151 2.1214 0.584879 2.12156 0.588588 2.12172 0.616695 2.12187 0.658012 2.12203 0.70099 2.12219 0.734248 2.12234 0.755501 2.1225 0.774035 2.12266 0.794932 2.12281 0.808791 2.12297 0.805396 2.12313 0.792133 2.12329 0.786243 2.12344 0.791871 2.1236 0.800155 2.12376 0.806437 2.12391 0.813879 2.12407 0.820017 2.12423 0.819453 2.12438 0.81794 2.12454 0.828379 2.1247 0.849829 2.12485 0.864474 2.12501 0.861546 2.12517 0.851564 2.12532 0.849198 2.12548 0.855528 2.12564 0.86454 2.12579 0.8756 2.12595 0.888201 2.12611 0.89595 2.12626 0.894129 2.12642 0.887834 2.12658 0.884145 2.12673 0.88291 2.12689 0.88279 2.12705 0.888119 2.12721 0.900449 2.12736 0.911481 2.12752 0.915337 2.12768 0.921975 2.12783 0.947176 2.12799 0.989881 2.12815 1.03126 2.1283 1.05695 2.12846 1.06894 2.12862 1.07453 2.12877 1.07209 2.12893 1.05462 2.12909 1.02413 2.12924 0.995823 2.1294 0.983215 2.12956 0.98136 2.12971 0.971686 2.12987 0.947063 2.13003 0.927711 2.13018 0.938413 2.13034 0.974498 2.1305 1.0025 2.13065 0.99838 2.13081 0.972453 2.13097 0.95049 2.13113 0.944927 2.13128 0.952151 2.13144 0.966226 2.1316 0.982993 2.13175 1.00017 2.13191 1.02419 2.13207 1.06712 2.13222 1.1238 2.13238 1.16184 2.13254 1.15417 2.13269 1.11363 2.13285 1.07917 2.13301 1.06816 2.13316 1.0644 2.13332 1.05318 2.13348 1.04393 2.13363 1.04992 2.13379 1.06361 2.13395 1.0655 2.1341 1.04919 2.13426 1.02355 2.13442 0.999586 2.13457 0.983747 2.13473 0.978815 2.13489 0.98246 2.13505 0.986748 2.1352 0.984499 2.13536 0.975243 2.13552 0.961614 2.13567 0.943712 2.13583 0.924497 2.13599 0.911868 2.13614 0.910623 2.1363 0.913655 2.13646 0.907885 2.13661 0.889081 2.13677 0.86498 2.13693 0.846682 2.13708 0.838956 2.13724 0.839425 2.1374 0.843152 2.13755 0.8478 2.13771 0.855275 2.13787 0.86837 2.13802 0.886441 2.13818 0.904448 2.13834 0.918876 2.13849 0.929643 2.13865 0.939039 2.13881 0.950801 2.13897 0.966421 2.13912 0.978684 2.13928 0.972657 2.13944 0.943252 2.13959 0.913279 2.13975 0.921385 2.13991 0.988005 2.14006 1.0997 2.14022 1.2275 2.14038 1.35339 2.14053 1.4709 2.14069 1.5751 2.14085 1.66539 2.141 1.7536 2.14116 1.85768 2.14132 1.98497 2.14147 2.12938 2.14163 2.28252 2.14179 2.43777 2.14194 2.5816 2.1421 2.68986 2.14226 2.73587 2.14241 2.70083 2.14257 2.58023 2.14273 2.38796 2.14289 2.15659 2.14304 1.92561 2.1432 1.72146 2.14336 1.55061 2.14351 1.40787 2.14367 1.28814 2.14383 1.18867 2.14398 1.10428 2.14414 1.02938 2.1443 0.96292 2.14445 0.907989 2.14461 0.866506 2.14477 0.835384 2.14492 0.810899 2.14508 0.794561 2.14524 0.790992 2.14539 0.798452 2.14555 0.805332 2.14571 0.800403 2.14586 0.786601 2.14602 0.776849 2.14618 0.779171 2.14634 0.789349 2.14649 0.801747 2.14665 0.817787 2.14681 0.83886 2.14696 0.857659 2.14712 0.866133 2.14728 0.8672 2.14743 0.869592 2.14759 0.872778 2.14775 0.865792 2.1479 0.843703 2.14806 0.815023 2.14822 0.79118 2.14837 0.775689 2.14853 0.766972 2.14869 0.76435 2.14884 0.766647 2.149 0.766384 2.14916 0.753947 2.14931 0.727185 2.14947 0.691949 2.14963 0.656097 2.14978 0.623663 2.14994 0.596612 2.1501 0.57945 2.15026 0.579225 2.15041 0.600243 2.15057 0.638079 2.15073 0.678941 2.15088 0.709724 2.15104 0.727159 2.1512 0.736312 2.15135 0.740283 2.15151 0.737414 2.15167 0.72809 2.15182 0.719481 2.15198 0.717694 2.15214 0.720786 2.15229 0.722504 2.15245 0.719694 2.15261 0.71317 2.15276 0.705793 2.15292 0.704447 2.15308 0.717939 2.15323 0.746394 2.15339 0.775355 2.15355 0.790171 2.1537 0.794808 2.15386 0.805658 2.15402 0.826657 2.15418 0.841829 2.15433 0.840076 2.15449 0.834452 2.15465 0.846939 2.1548 0.87789 2.15496 0.905824 2.15512 0.915674 2.15527 0.914778 2.15543 0.917664 2.15559 0.926125 2.15574 0.932012 2.1559 0.933797 2.15606 0.94012 2.15621 0.95823 2.15637 0.984453 2.15653 1.00843 2.15668 1.02367 2.15684 1.03279 2.157 1.04186 2.15715 1.05237 2.15731 1.0615 2.15747 1.07347 2.15762 1.10585 2.15778 1.17541 2.15794 1.27661 2.1581 1.38286 2.15825 1.47517 2.15841 1.56268 2.15857 1.66767 2.15872 1.79758 2.15888 1.93999 2.15904 2.08409 2.15919 2.23637 2.15935 2.41245 2.15951 2.61947 2.15966 2.85095 2.15982 3.09203 2.15998 3.32987 2.16013 3.55637 2.16029 3.76289 2.16045 3.93176 2.1606 4.0357 2.16076 4.04856 2.16092 3.95696 2.16107 3.76206 2.16123 3.47964 2.16139 3.14245 2.16154 2.79392 2.1617 2.46741 2.16186 2.17077 2.16202 1.8989 2.16217 1.65757 2.16233 1.46162 2.16249 1.31393 2.16264 1.20108 2.1628 1.11267 2.16296 1.05092 2.16311 1.01494 2.16327 0.988938 2.16343 0.957023 2.16358 0.918188 2.16374 0.878632 2.1639 0.839422 2.16405 0.80121 2.16421 0.776917 2.16437 0.781323 2.16452 0.811307 2.16468 0.845241 2.16484 0.863241 2.16499 0.861988 2.16515 0.849545 2.16531 0.833711 2.16546 0.816388 2.16562 0.794387 2.16578 0.766524 2.16594 0.739781 2.16609 0.723802 2.16625 0.71736 2.16641 0.710775 2.16656 0.704104 2.16672 0.713621 2.16688 0.746111 2.16703 0.778486 2.16719 0.778995 2.16735 0.746769 2.1675 0.711192 2.16766 0.692865 2.16782 0.683203 2.16797 0.667924 2.16813 0.652454 2.16829 0.652538 2.16844 0.669217 2.1686 0.686306 2.16876 0.689687 2.16891 0.681872 2.16907 0.676582 2.16923 0.685002 2.16939 0.70575 2.16954 0.726629 2.1697 0.739573 2.16986 0.750445 2.17001 0.76936 2.17017 0.794681 2.17033 0.814452 2.17048 0.823813 2.17064 0.827411 2.1708 0.824471 2.17095 0.804894 2.17111 0.769483 2.17127 0.739264 2.17142 0.730751 2.17158 0.731154 2.17174 0.715106 2.17189 0.68208 2.17205 0.659726 2.17221 0.669409 2.17236 0.700835 2.17252 0.726504 2.17268 0.731341 2.17283 0.721075 2.17299 0.709461 2.17315 0.704347 2.17331 0.706493 2.17346 0.714144 2.17362 0.722738 2.17378 0.722401 2.17393 0.701662 2.17409 0.659755 2.17425 0.61648 2.1744 0.601875 2.17456 0.630664 2.17472 0.689509 2.17487 0.749575 2.17503 0.787975 2.17519 0.796318 2.17534 0.778166 2.1755 0.749171 2.17566 0.733072 2.17581 0.74419 2.17597 0.773341 2.17613 0.800033 2.17628 0.819862 2.17644 0.849473 2.1766 0.89999 2.17675 0.959548 2.17691 1.01072 2.17707 1.05673 2.17723 1.11981 2.17738 1.21534 2.17754 1.33803 2.1777 1.47419 2.17785 1.61724 2.17801 1.76636 2.17817 1.9168 2.17832 2.05986 2.17848 2.18751 2.17864 2.29087 2.17879 2.35421 2.17895 2.35761 2.17911 2.28989 2.17926 2.1589 2.17942 1.98647 2.17958 1.79767 2.17973 1.61615 2.17989 1.46033 2.18005 1.33543 2.1802 1.22877 2.18036 1.12123 2.18052 1.00851 2.18067 0.90559 2.18083 0.827809 2.18099 0.774004 2.18115 0.733823 2.1813 0.707141 2.18146 0.703993 2.18162 0.723837 2.18177 0.744603 2.18193 0.738139 2.18209 0.693736 2.18224 0.624599 2.1824 0.553188 2.18256 0.495106 2.18271 0.45687 2.18287 0.440065 2.18303 0.443272 2.18318 0.461605 2.18334 0.487812 2.1835 0.516793 2.18365 0.546027 2.18381 0.572048 2.18397 0.590285 2.18412 0.600583 2.18428 0.609019 2.18444 0.619669 2.18459 0.626997 2.18475 0.624189 2.18491 0.616974 2.18507 0.620081 2.18522 0.638577 2.18538 0.6588 2.18554 0.66452 2.18569 0.654825 2.18585 0.639802 2.18601 0.62512 2.18616 0.611304 2.18632 0.605118 2.18648 0.61672 2.18663 0.642464 2.18679 0.660214 2.18695 0.653147 2.1871 0.629923 2.18726 0.613553 2.18742 0.611273 2.18757 0.607819 2.18773 0.59059 2.18789 0.569818 2.18804 0.565429 2.1882 0.579579 2.18836 0.594005 2.18851 0.595417 2.18867 0.591015 2.18883 0.593063 2.18899 0.598848 2.18914 0.593967 2.1893 0.572801 2.18946 0.544101 2.18961 0.516121 2.18977 0.491093 2.18993 0.473576 2.19008 0.474041 2.19024 0.495774 2.1904 0.524871 2.19055 0.543191 2.19071 0.547651 2.19087 0.548901 2.19102 0.553149 2.19118 0.55507 2.19134 0.547186 2.19149 0.529733 2.19165 0.511318 2.19181 0.503056 2.19196 0.513266 2.19212 0.543769 2.19228 0.588759 2.19243 0.639811 2.19259 0.686714 2.19275 0.717901 2.19291 0.722782 2.19306 0.701131 2.19322 0.66594 2.19338 0.631083 2.19353 0.601563 2.19369 0.580091 2.19385 0.577129 2.194 0.601744 2.19416 0.643821 2.19432 0.67615 2.19447 0.680954 2.19463 0.664874 2.19479 0.6473 2.19494 0.639177 2.1951 0.638656 2.19526 0.641711 2.19541 0.64959 2.19557 0.665378 2.19573 0.68749 2.19588 0.706243 2.19604 0.711202 2.1962 0.703043 2.19636 0.693176 2.19651 0.689059 2.19667 0.68292 2.19683 0.664134 2.19698 0.640613 2.19714 0.634177 2.1973 0.653911 2.19745 0.68458 2.19761 0.706154 2.19777 0.717772 2.19792 0.730343 2.19808 0.74524 2.19824 0.750189 2.19839 0.734572 2.19855 0.699833 2.19871 0.654175 2.19886 0.604361 2.19902 0.557034 2.19918 0.523231 2.19933 0.514179 2.19949 0.531016 2.19965 0.558082 2.1998 0.573612 2.19996 0.570351 2.20012 0.560248 2.20028 0.557875 2.20043 0.562086 2.20059 0.562767 2.20075 0.558912 2.2009 0.55584 2.20106 0.547932 2.20122 0.521208 2.20137 0.478463 2.20153 0.444854 2.20169 0.43645 2.20184 0.438162 2.202 0.426859 2.20216 0.404276 2.20231 0.390081 2.20247 0.389338 2.20263 0.388514 2.20278 0.382757 2.20294 0.384982 2.2031 0.40348 2.20325 0.425724 2.20341 0.435619 2.20357 0.434161 2.20372 0.435366 2.20388 0.448987 2.20404 0.474956 2.2042 0.506561 2.20435 0.52891 2.20451 0.524038 2.20467 0.488711 2.20482 0.446115 2.20498 0.427955 2.20514 0.445958 2.20529 0.4867 2.20545 0.531163 2.20561 0.569519 2.20576 0.595178 2.20592 0.600367 2.20608 0.585362 2.20623 0.563352 2.20639 0.54976 2.20655 0.546533 2.2067 0.54617 2.20686 0.546144 2.20702 0.552697 2.20717 0.566127 2.20733 0.573309 2.20749 0.560766 2.20764 0.53249 2.2078 0.507275 2.20796 0.499111 2.20812 0.505755 2.20827 0.517092 2.20843 0.52937 2.20859 0.544123 2.20874 0.559508 2.2089 0.566305 2.20906 0.558967 2.20921 0.545074 2.20937 0.540984 2.20953 0.553516 2.20968 0.571138 2.20984 0.576469 2.21 0.569089 2.21015 0.567385 2.21031 0.583695 2.21047 0.605926 2.21062 0.610784 2.21078 0.594243 2.21094 0.574416 2.21109 0.565691 2.21125 0.562793 2.21141 0.556371 2.21156 0.54933 2.21172 0.547737 2.21188 0.54504 2.21204 0.533042 2.21219 0.519796 2.21235 0.523247 2.21251 0.545051 2.21266 0.56784 2.21282 0.581646 2.21298 0.597491 2.21313 0.627683 2.21329 0.662804 2.21345 0.682452 2.2136 0.680426 2.21376 0.668137 2.21392 0.655338 2.21407 0.640035 2.21423 0.619333 2.21439 0.601301 2.21454 0.596196 2.2147 0.602741 2.21486 0.60959 2.21501 0.608513 2.21517 0.602795 2.21533 0.597876 2.21548 0.592331 2.21564 0.577631 2.2158 0.547732 2.21596 0.504164 2.21611 0.455691 2.21627 0.417263 2.21643 0.406385 2.21658 0.431743 2.21674 0.482738 2.2169 0.534766 2.21705 0.569231 2.21721 0.584311 2.21737 0.589152 2.21752 0.592124 2.21768 0.598621 2.21784 0.611244 2.21799 0.626168 2.21815 0.634762 2.21831 0.634687 2.21846 0.635673 2.21862 0.645012 2.21878 0.652892 2.21893 0.64293 2.21909 0.615855 2.21925 0.590161 2.21941 0.577928 2.21956 0.568685 2.21972 0.543259 2.21988 0.497351 2.22003 0.445816 2.22019 0.406743 2.22035 0.389339 2.2205 0.392258 2.22066 0.410767 2.22082 0.441807 2.22097 0.482511 2.22113 0.522777 2.22129 0.548276 2.22144 0.554905 2.2216 0.555905 2.22176 0.567181 2.22191 0.587443 2.22207 0.600207 2.22223 0.596231 2.22238 0.584793 2.22254 0.580786 2.2227 0.588893 2.22285 0.604271 2.22301 0.622897 2.22317 0.641988 2.22333 0.658735 2.22348 0.672537 2.22364 0.68851 2.2238 0.710712 2.22395 0.736474 2.22411 0.757308 2.22427 0.764518 2.22442 0.752749 2.22458 0.722491 2.22474 0.681908 2.22489 0.642101 2.22505 0.607305 2.22521 0.571765 2.22536 0.530115 2.22552 0.487854 2.22568 0.46068 2.22583 0.463385 2.22599 0.498991 2.22615 0.552866 2.2263 0.597811 2.22646 0.614252 2.22662 0.6091 2.22677 0.610287 2.22693 0.636432 2.22709 0.677693 2.22725 0.707832 2.2274 0.709469 2.22756 0.684639 2.22772 0.646744 2.22787 0.609102 2.22803 0.579374 2.22819 0.5592 2.22834 0.547162 2.2285 0.541967 2.22866 0.541682 2.22881 0.542917 2.22897 0.544211 2.22913 0.551946 2.22928 0.573144 2.22944 0.603875 2.2296 0.633383 2.22975 0.658578 2.22991 0.684566 2.23007 0.706824 2.23022 0.708106 2.23038 0.682539 2.23054 0.65073 2.23069 0.639896 2.23085 0.653611 2.23101 0.671567 2.23117 0.673091 2.23132 0.652792 2.23148 0.620529 2.23164 0.596054 2.23179 0.598489 2.23195 0.630084 2.23211 0.670998 2.23226 0.696808 2.23242 0.699565 2.23258 0.68723 2.23273 0.672105 2.23289 0.667817 2.23305 0.686769 2.2332 0.726677 2.23336 0.763981 2.23352 0.777089 2.23367 0.771493 2.23383 0.769409 2.23399 0.780084 2.23414 0.794993 2.2343 0.810962 2.23446 0.838115 2.23461 0.884246 2.23477 0.947233 2.23493 1.02551 2.23509 1.11972 2.23524 1.21993 2.2354 1.30366 2.23556 1.35457 2.23571 1.37352 2.23587 1.36697 2.23603 1.33521 2.23618 1.27641 2.23634 1.19031 2.2365 1.07975 2.23665 0.956749 2.23681 0.847888 2.23697 0.77571 2.23712 0.73223 2.23728 0.688486 2.23744 0.634943 2.23759 0.591271 2.23775 0.570281 2.23791 0.55395 2.23806 0.522968 2.23822 0.488581 2.23838 0.475004 2.23853 0.483073 2.23869 0.494082 2.23885 0.502903 2.23901 0.522649 2.23916 0.558281 2.23932 0.595918 2.23948 0.619772 2.23963 0.624701 2.23979 0.609684 2.23995 0.577942 2.2401 0.543927 2.24026 0.527254 2.24042 0.532393 2.24057 0.545596 2.24073 0.557173 2.24089 0.572187 2.24104 0.595666 2.2412 0.616898 2.24136 0.620602 2.24151 0.609264 2.24167 0.603311 2.24183 0.619179 2.24198 0.650693 2.24214 0.673879 2.2423 0.66928 2.24246 0.64033 2.24261 0.607142 2.24277 0.584085 2.24293 0.568687 2.24308 0.556704 2.24324 0.5561 2.2434 0.577022 2.24355 0.614153 2.24371 0.650614 2.24387 0.677814 2.24402 0.698385 2.24418 0.711312 2.24434 0.707414 2.24449 0.68481 2.24465 0.656659 2.24481 0.636261 2.24496 0.625185 2.24512 0.620901 2.24528 0.628454 2.24543 0.6545 2.24559 0.695915 2.24575 0.738957 2.2459 0.770048 2.24606 0.781573 2.24622 0.771565 2.24638 0.74368 2.24653 0.704511 2.24669 0.657991 2.24685 0.604801 2.247 0.548638 2.24716 0.501492 2.24732 0.477334 2.24747 0.480804 2.24763 0.502438 2.24779 0.523378 2.24794 0.52609 2.2481 0.506403 2.24826 0.477567 2.24841 0.460496 2.24857 0.467276 2.24873 0.495002 2.24888 0.533003 2.24904 0.571312 2.2492 0.601968 2.24935 0.622355 2.24951 0.63928 2.24967 0.665965 2.24982 0.706674 2.24998 0.748719 2.25014 0.774598 2.2503 0.779534 2.25045 0.774677 2.25061 0.774038 2.25077 0.783167 2.25092 0.798853 2.25108 0.816924 2.25124 0.839333 2.25139 0.87253 2.25155 0.917876 2.25171 0.964211 2.25186 0.994966 2.25202 1.00246 2.25218 0.993135 2.25233 0.977357 2.25249 0.959959 2.25265 0.941664 2.2528 0.919267 2.25296 0.884693 2.25312 0.831574 2.25327 0.767161 2.25343 0.711037 2.25359 0.675807 2.25374 0.657057 2.2539 0.646915 2.25406 0.646293 2.25422 0.654674 2.25437 0.6572 2.25453 0.637153 2.25469 0.601431 2.25484 0.575801 2.255 0.572323 2.25516 0.576105 2.25531 0.568743 2.25547 0.553544 2.25563 0.547553 2.25578 0.555535 2.25594 0.564773 2.2561 0.564329 2.25625 0.557527 2.25641 0.553283 2.25657 0.55074 2.25672 0.540042 2.25688 0.516696 2.25704 0.490679 2.25719 0.478323 2.25735 0.485638 2.25751 0.502811 2.25766 0.516679 2.25782 0.527049 2.25798 0.546809 2.25814 0.586577 2.25829 0.640559 2.25845 0.688636 2.25861 0.711397 2.25876 0.704132 2.25892 0.678368 2.25908 0.651534 2.25923 0.634365 2.25939 0.625783 2.25955 0.6204 2.2597 0.617198 2.25986 0.617504 2.26002 0.61729 2.26017 0.608033 2.26033 0.587289 2.26049 0.564343 2.26064 0.549154 2.2608 0.54162 2.26096 0.53504 2.26111 0.532004 2.26127 0.546143 2.26143 0.585109 2.26158 0.635237 2.26174 0.669099 2.2619 0.669371 2.26206 0.641045 2.26221 0.599883 2.26237 0.557378 2.26253 0.520736 2.26268 0.500493 2.26284 0.505255 2.263 0.530703 2.26315 0.562118 2.26331 0.591392 2.26347 0.620696 2.26362 0.648836 2.26378 0.663753 2.26394 0.6565 2.26409 0.635301 2.26425 0.612465 2.26441 0.587301 2.26456 0.552945 2.26472 0.517769 2.26488 0.501644 2.26503 0.509456 2.26519 0.523293 2.26535 0.527829 2.26551 0.532384 2.26566 0.555927 2.26582 0.599272 2.26598 0.642581 2.26613 0.666154 2.26629 0.665479 2.26645 0.64652 2.2666 0.61866 2.26676 0.592107 2.26692 0.574703 2.26707 0.569177 2.26723 0.576481 2.26739 0.599125 2.26754 0.635453 2.2677 0.671695 2.26786 0.689708 2.26801 0.684978 2.26817 0.671206 2.26833 0.665569 2.26848 0.671699 2.26864 0.681663 2.2688 0.689439 2.26895 0.695528 2.26911 0.702446 2.26927 0.709051 2.26943 0.713574 2.26958 0.720266 2.26974 0.741695 2.2699 0.785715 2.27005 0.839291 2.27021 0.870511 2.27037 0.856543 2.27052 0.809374 2.27068 0.764496 2.27084 0.746138 2.27099 0.749293 2.27115 0.75729 2.27131 0.762256 2.27146 0.761774 2.27162 0.749086 2.27178 0.72156 2.27193 0.694155 2.27209 0.689888 2.27225 0.714828 2.2724 0.751171 2.27256 0.775047 2.27272 0.773612 2.27287 0.74616 2.27303 0.702596 2.27319 0.663268 2.27335 0.649001 2.2735 0.660772 2.27366 0.678568 2.27382 0.685918 2.27397 0.688605 2.27413 0.700338 2.27429 0.71809 2.27444 0.725197 2.2746 0.715748 2.27476 0.702262 2.27491 0.695394 2.27507 0.688124 2.27523 0.66681 2.27538 0.631185 2.27554 0.597075 2.2757 0.58126 2.27585 0.587505 2.27601 0.604585 2.27617 0.614888 2.27632 0.609386 2.27648 0.595644 2.27664 0.589397 2.27679 0.59594 2.27695 0.604012 2.27711 0.599821 2.27727 0.581643 2.27742 0.557381 2.27758 0.533744 2.27774 0.514277 2.27789 0.503315 2.27805 0.503556 2.27821 0.510141 2.27836 0.514877 2.27852 0.518634 2.27868 0.532439 2.27883 0.563109 2.27899 0.603726 2.27915 0.63966 2.2793 0.660248 2.27946 0.66121 2.27962 0.643171 2.27977 0.61507 2.27993 0.594892 2.28009 0.59819 2.28024 0.623503 2.2804 0.652669 2.28056 0.667136 2.28071 0.660628 2.28087 0.638422 2.28103 0.607516 2.28119 0.571702 2.28134 0.534419 2.2815 0.50277 2.28166 0.489186 2.28181 0.504476 2.28197 0.547488 2.28213 0.601282 2.28228 0.645448 2.28244 0.670257 2.2826 0.681134 2.28275 0.688454 2.28291 0.697811 2.28307 0.707348 2.28322 0.709404 2.28338 0.695985 2.28354 0.669759 2.28369 0.648141 2.28385 0.648491 2.28401 0.66574 2.28416 0.674404 2.28432 0.658798 2.28448 0.631173 2.28463 0.612001 2.28479 0.602302 2.28495 0.589845 2.28511 0.577627 2.28526 0.588522 2.28542 0.634261 2.28558 0.697363 2.28573 0.751409 2.28589 0.790483 2.28605 0.826582 2.2862 0.863835 2.28636 0.889533 2.28652 0.890192 2.28667 0.868406 2.28683 0.840818 2.28699 0.822191 2.28714 0.814344 2.2873 0.807933 2.28746 0.79175 2.28761 0.764247 2.28777 0.736987 2.28793 0.724941 2.28808 0.733517 2.28824 0.753776 2.2884 0.769299 2.28856 0.767716 2.28871 0.749633 2.28887 0.727041 2.28903 0.71081 2.28918 0.6986 2.28934 0.679774 2.2895 0.651416 2.28965 0.622917 2.28981 0.601331 2.28997 0.580698 2.29012 0.556015 2.29028 0.540997 2.29044 0.555665 2.29059 0.598014 2.29075 0.637985 2.29091 0.647651 2.29106 0.625747 2.29122 0.592031 2.29138 0.565139 2.29153 0.55298 2.29169 0.556957 2.29185 0.572767 2.292 0.590448 2.29216 0.60149 2.29232 0.604769 2.29248 0.599584 2.29263 0.580908 2.29279 0.548447 2.29295 0.520925 2.2931 0.52434 2.29326 0.562503 2.29342 0.610266 2.29357 0.640878 2.29373 0.652825 2.29389 0.662176 2.29404 0.675748 2.2942 0.683476 2.29436 0.676134 2.29451 0.657073 2.29467 0.63412 2.29483 0.609642 2.29498 0.584451 2.29514 0.56494 2.2953 0.556741 2.29545 0.555162 2.29561 0.552407 2.29577 0.550262 2.29592 0.556469 2.29608 0.568531 2.29624 0.571775 2.2964 0.55929 2.29655 0.5434 2.29671 0.540078 2.29687 0.548606 2.29702 0.555215 2.29718 0.555399 2.29734 0.558713 2.29749 0.575184 2.29765 0.603417 2.29781 0.632765 2.29796 0.648587 2.29812 0.635084 2.29828 0.586882 2.29843 0.523498 2.29859 0.482302 2.29875 0.485491 2.2989 0.518511 2.29906 0.548653 2.29922 0.56064 2.29937 0.565658 2.29953 0.577531 2.29969 0.594099 2.29984 0.607042 2.3 0.616804 2.30016 0.629465 2.30032 0.640702 2.30047 0.634368 2.30063 0.60073 2.30079 0.552456 2.30094 0.51637 2.3011 0.509598 2.30126 0.525241 2.30141 0.54147 2.30157 0.543422 2.30173 0.533893 2.30188 0.527722 2.30204 0.536005 2.3022 0.558305 2.30235 0.581268 2.30251 0.586815 2.30267 0.56559 2.30282 0.528217 2.30298 0.50069 2.30314 0.502862 2.30329 0.53195 2.30345 0.56882 2.30361 0.598012 2.30376 0.618567 2.30392 0.637252 2.30408 0.658492 2.30424 0.684163 2.30439 0.715543 2.30455 0.749762 2.30471 0.777401 2.30486 0.787018 2.30502 0.776986 2.30518 0.756767 2.30533 0.736034 2.30549 0.714744 2.30565 0.690113 2.3058 0.669347 2.30596 0.667829 2.30612 0.687478 2.30627 0.706168 2.30643 0.699785 2.30659 0.672328 2.30674 0.652986 2.3069 0.659497 2.30706 0.675842 2.30721 0.676367 2.30737 0.660466 2.30753 0.650877 2.30768 0.660966 2.30784 0.679737 2.308 0.690985 2.30816 0.691492 2.30831 0.686146 2.30847 0.678216 2.30863 0.673146 2.30878 0.681871 2.30894 0.709511 2.3091 0.744428 2.30925 0.770892 2.30941 0.789681 2.30957 0.813499 2.30972 0.843727 2.30988 0.862538 2.31004 0.854597 2.31019 0.826676 2.31035 0.799895 2.31051 0.78674 2.31066 0.780848 2.31082 0.768456 2.31098 0.742702 2.31113 0.709141 2.31129 0.6802 2.31145 0.665683 2.3116 0.664071 2.31176 0.664768 2.31192 0.659272 2.31208 0.649505 2.31223 0.645023 2.31239 0.653491 2.31255 0.674441 2.3127 0.698433 2.31286 0.710589 2.31302 0.700411 2.31317 0.673838 2.31333 0.651493 2.31349 0.648233 2.31364 0.655379 2.3138 0.652409 2.31396 0.635298 2.31411 0.622461 2.31427 0.629286 2.31443 0.648307 2.31458 0.662049 2.31474 0.667733 2.3149 0.679623 2.31505 0.70718 2.31521 0.742728 2.31537 0.770518 2.31553 0.781016 2.31568 0.774737 2.31584 0.757686 2.316 0.737403 2.31615 0.71952 2.31631 0.706296 2.31647 0.698848 2.31662 0.698849 2.31678 0.705076 2.31694 0.71055 2.31709 0.708931 2.31725 0.702933 2.31741 0.701728 2.31756 0.710293 2.31772 0.728474 2.31788 0.758152 2.31803 0.802331 2.31819 0.856028 2.31835 0.905468 2.3185 0.940954 2.31866 0.961879 2.31882 0.967745 2.31897 0.955234 2.31913 0.930167 2.31929 0.912611 2.31945 0.91939 2.3196 0.94753 2.31976 0.982201 2.31992 1.01409 2.32007 1.03775 2.32023 1.04451 2.32039 1.03114 2.32054 1.01386 2.3207 1.01463 2.32086 1.03503 2.32101 1.05707 2.32117 1.07108 2.32133 1.08517 2.32148 1.10445 2.32164 1.11968 2.3218 1.12553 2.32195 1.13535 2.32211 1.16146 2.32227 1.19516 2.32242 1.22316 2.32258 1.25307 2.32274 1.30458 2.32289 1.37888 2.32305 1.45865 2.32321 1.53884 2.32337 1.63648 2.32352 1.76257 2.32368 1.90119 2.32384 2.02779 2.32399 2.13873 2.32415 2.24957 2.32431 2.37563 2.32446 2.52613 2.32462 2.70884 2.32478 2.92393 2.32493 3.15528 2.32509 3.38483 2.32525 3.62063 2.3254 3.89925 2.32556 4.25396 2.32572 4.6895 2.32587 5.19161 2.32603 5.75312 2.32619 6.3835 2.32634 7.10126 2.3265 7.92732 2.32666 8.87978 2.32681 9.96047 2.32697 11.1446 2.32713 12.3879 2.32729 13.6441 2.32744 14.8662 2.3276 15.9903 2.32776 16.9307 2.32791 17.5995 2.32807 17.9303 2.32823 17.8856 2.32838 17.4573 2.32854 16.672 2.3287 15.5952 2.32885 14.3192 2.32901 12.9409 2.32917 11.5476 2.32932 10.2091 2.32948 8.97428 2.32964 7.86681 2.32979 6.89175 2.32995 6.04633 2.33011 5.32413 2.33026 4.71593 2.33042 4.21404 2.33058 3.81284 2.33073 3.49919 2.33089 3.2451 2.33105 3.02032 2.33121 2.81404 2.33136 2.6346 2.33152 2.48648 2.33168 2.35857 2.33183 2.23887 2.33199 2.13021 2.33215 2.03973 2.3323 1.96213 2.33246 1.884 2.33262 1.80331 2.33277 1.73331 2.33293 1.68506 2.33309 1.65453 2.33324 1.62943 2.3334 1.60335 2.33356 1.57918 2.33371 1.56306 2.33387 1.55699 2.33403 1.55593 2.33418 1.54961 2.33434 1.52858 2.3345 1.49033 2.33465 1.43868 2.33481 1.38034 2.33497 1.32428 2.33513 1.28157 2.33528 1.25897 2.33544 1.24946 2.3356 1.23613 2.33575 1.20869 2.33591 1.17463 2.33607 1.15149 2.33622 1.15024 2.33638 1.16757 2.33654 1.19021 2.33669 1.20436 2.33685 1.20529 2.33701 1.20248 2.33716 1.21524 2.33732 1.25543 2.33748 1.3154 2.33763 1.37531 2.33779 1.42342 2.33795 1.46353 2.3381 1.50331 2.33826 1.54384 2.33842 1.58487 2.33858 1.63331 2.33873 1.69763 2.33889 1.77346 2.33905 1.84308 2.3392 1.89226 2.33936 1.92203 2.33952 1.94261 2.33967 1.95766 2.33983 1.96289 2.33999 1.95609 2.34014 1.94069 2.3403 1.91691 2.34046 1.87461 2.34061 1.80177 2.34077 1.70213 2.34093 1.59844 2.34108 1.51332 2.34124 1.44716 2.3414 1.37984 2.34155 1.29915 2.34171 1.221 2.34187 1.17383 2.34202 1.16599 2.34218 1.17503 2.34234 1.1717 2.3425 1.14655 2.34265 1.10855 2.34281 1.06631 2.34297 1.02417 2.34312 0.990926 2.34328 0.977966 2.34344 0.98561 2.34359 0.999425 2.34375 1.00698 2.34391 1.01116 2.34406 1.02281 2.34422 1.04657 2.34438 1.07978 2.34453 1.11991 2.34469 1.16265 2.34485 1.19608 2.345 1.20736 2.34516 1.19644 2.34532 1.17693 2.34547 1.16101 2.34563 1.1507 2.34579 1.14541 2.34594 1.14859 2.3461 1.16166 2.34626 1.1763 2.34642 1.18422 2.34657 1.19076 2.34673 1.20828 2.34689 1.23731 2.34704 1.26508 2.3472 1.28774 2.34736 1.32258 2.34751 1.38724 2.34767 1.47364 2.34783 1.55352 2.34798 1.60904 2.34814 1.64595 2.3483 1.67543 2.34845 1.69679 2.34861 1.70313 2.34877 1.69335 2.34892 1.67028 2.34908 1.63293 2.34924 1.58035 2.34939 1.51969 2.34955 1.46141 2.34971 1.41042 2.34986 1.36849 2.35002 1.34074 2.35018 1.32977 2.35034 1.32755 2.35049 1.32428 2.35065 1.32377 2.35081 1.33662 2.35096 1.36186 2.35112 1.38937 2.35128 1.42014 2.35143 1.46425 2.35159 1.51394 2.35175 1.54032 2.3519 1.52987 2.35206 1.51078 2.35222 1.52418 2.35237 1.57821 2.35253 1.64626 2.35269 1.70418 2.35284 1.75125 2.353 1.79952 2.35316 1.86172 2.35331 1.95203 2.35347 2.08206 2.35363 2.25091 2.35378 2.44879 2.35394 2.67265 2.3541 2.92617 2.35426 3.20473 2.35441 3.49598 2.35457 3.8012 2.35473 4.14048 2.35488 4.53041 2.35504 4.96826 2.3552 5.44469 2.35535 5.95612 2.35551 6.49255 2.35567 7.02576 2.35582 7.52605 2.35598 7.98224 2.35614 8.38935 2.35629 8.72227 2.35645 8.94131 2.35661 9.02579 2.35676 8.98414 2.35692 8.8275 2.35708 8.55035 2.35723 8.14844 2.35739 7.64598 2.35755 7.0927 2.3577 6.53245 2.35786 5.98074 2.35802 5.43117 2.35818 4.88219 2.35833 4.35786 2.35849 3.90071 2.35865 3.54016 2.3588 3.26602 2.35896 3.03817 2.35912 2.82232 2.35927 2.61297 2.35943 2.42429 2.35959 2.26786 2.35974 2.14465 2.3599 2.04848 2.36006 1.96926 2.36021 1.89458 2.36037 1.81459 2.36053 1.72773 2.36068 1.63868 2.36084 1.5553 2.361 1.48688 2.36115 1.44081 2.36131 1.41587 2.36147 1.40166 2.36163 1.38942 2.36178 1.37891 2.36194 1.37096 2.3621 1.35848 2.36225 1.33239 2.36241 1.29641 2.36257 1.26846 2.36272 1.26316 2.36288 1.27764 2.36304 1.29329 2.36319 1.29109 2.36335 1.26499 2.36351 1.22524 2.36366 1.18739 2.36382 1.15718 2.36398 1.12873 2.36413 1.09899 2.36429 1.07666 2.36445 1.06841 2.3646 1.06377 2.36476 1.0456 2.36492 1.01497 2.36507 0.992695 2.36523 0.993828 2.36539 1.01086 2.36555 1.02761 2.3657 1.03788 2.36586 1.0438 2.36602 1.0465 2.36617 1.04747 2.36633 1.05278 2.36649 1.0661 2.36664 1.08132 2.3668 1.08955 2.36696 1.0902 2.36711 1.08605 2.36727 1.07065 2.36743 1.03579 2.36758 0.990382 2.36774 0.959428 2.3679 0.961208 2.36805 0.992069 2.36821 1.03392 2.36837 1.06919 2.36852 1.08469 2.36868 1.07376 2.36884 1.04303 2.36899 1.01124 2.36915 0.993422 2.36931 0.988209 2.36947 0.986867 2.36962 0.99008 2.36978 1.00709 2.36994 1.03932 2.37009 1.0735 2.37025 1.09423 2.37041 1.0981 2.37056 1.09265 2.37072 1.08471 2.37088 1.07448 2.37103 1.05939 2.37119 1.04081 2.37135 1.02414 2.3715 1.01171 2.37166 0.999259 2.37182 0.980771 2.37197 0.95952 2.37213 0.9506 2.37229 0.97143 2.37244 1.02949 2.3726 1.11619 2.37276 1.21185 2.37291 1.29719 2.37307 1.36311 2.37323 1.41318 2.37339 1.45837 2.37354 1.50797 2.3737 1.56747 2.37386 1.64089 2.37401 1.73127 2.37417 1.83586 2.37433 1.94229 2.37448 2.0323 2.37464 2.09098 2.3748 2.11275 2.37495 2.10114 2.37511 2.06372 2.37527 2.00682 2.37542 1.93567 2.37558 1.85648 2.37574 1.77799 2.37589 1.707 2.37605 1.6422 2.37621 1.57417 2.37636 1.49344 2.37652 1.40057 2.37668 1.30728 2.37683 1.22554 2.37699 1.15599 2.37715 1.08905 2.37731 1.02173 2.37746 0.968735 2.37762 0.947886 2.37778 0.956209 2.37793 0.969006 2.37809 0.967373 2.37825 0.957777 2.3784 0.957748 2.37856 0.969198 2.37872 0.977483 2.37887 0.972312 2.37903 0.95906 2.37919 0.950314 2.37934 0.955142 2.3795 0.975167 2.37966 1.00328 2.37981 1.02533 2.37997 1.0321 2.38013 1.03128 2.38028 1.03629 2.38044 1.04868 2.3806 1.05837 2.38075 1.06189 2.38091 1.06713 2.38107 1.07496 2.38123 1.07605 2.38138 1.0695 2.38154 1.07188 2.3817 1.0955 2.38185 1.12904 2.38201 1.15235 2.38217 1.16201 2.38232 1.16761 2.38248 1.17376 2.38264 1.17885 2.38279 1.18748 2.38295 1.20565 2.38311 1.22738 2.38326 1.23755 2.38342 1.23188 2.38358 1.22151 2.38373 1.21574 2.38389 1.21317 2.38405 1.20824 2.3842 1.20019 2.38436 1.18792 2.38452 1.16969 2.38468 1.15089 2.38483 1.14357 2.38499 1.1538 2.38515 1.17608 2.3853 1.20301 2.38546 1.23326 2.38562 1.26598 2.38577 1.29561 2.38593 1.31991 2.38609 1.34626 2.38624 1.38156 2.3864 1.42026 2.38656 1.45049 2.38671 1.4679 2.38687 1.47896 2.38703 1.49044 2.38718 1.50483 2.38734 1.5266 2.3875 1.56573 2.38765 1.62579 2.38781 1.69197 2.38797 1.73979 2.38812 1.75891 2.38828 1.76354 2.38844 1.77521 2.3886 1.79886 2.38875 1.82403 2.38891 1.84557 2.38907 1.87218 2.38922 1.91271 2.38938 1.96601 2.38954 2.02788 2.38969 2.10106 2.38985 2.18728 2.39001 2.27825 2.39016 2.36774 2.39032 2.46357 2.39048 2.5764 2.39063 2.70119 2.39079 2.82257 2.39095 2.93953 2.3911 3.06887 2.39126 3.22182 2.39142 3.39319 2.39157 3.58038 2.39173 3.79985 2.39189 4.0727 2.39204 4.40019 2.3922 4.76684 2.39236 5.16258 2.39252 5.59178 2.39267 6.05859 2.39283 6.55339 2.39299 7.05731 2.39314 7.55761 2.3933 8.04928 2.39346 8.52183 2.39361 8.94892 2.39377 9.29877 2.39393 9.5538 2.39408 9.71301 2.39424 9.77724 2.3944 9.7403 2.39455 9.60006 2.39471 9.3677 2.39487 9.05405 2.39502 8.65737 2.39518 8.1807 2.39534 7.65564 2.39549 7.13334 2.39565 6.64492 2.39581 6.18406 2.39596 5.73151 2.39612 5.28454 2.39628 4.86009 2.39644 4.48067 2.39659 4.1627 2.39675 3.90872 2.39691 3.70272 2.39706 3.51944 2.39722 3.34573 2.39738 3.18644 2.39753 3.04996 2.39769 2.93383 2.39785 2.82878 2.398 2.72662 2.39816 2.61803 2.39832 2.49376 2.39847 2.35767 2.39863 2.23219 2.39879 2.14032 2.39894 2.08989 2.3991 2.07548 2.39926 2.086 2.39941 2.1016 2.39957 2.09485 2.39973 2.05118 2.39988 1.98259 2.40004 1.91364 2.4002 1.85724 2.40036 1.81204 2.40051 1.77721 2.40067 1.75771 2.40083 1.75436 2.40098 1.75862 2.40114 1.7593 2.4013 1.74997 2.40145 1.73285 2.40161 1.71637 2.40177 1.70775 2.40192 1.69793 2.40208 1.66929 2.40224 1.61723 2.40239 1.56383 2.40255 1.53425 2.40271 1.53197 2.40286 1.54493 2.40302 1.56885 2.40318 1.60772 2.40333 1.65565 2.40349 1.69614 2.40365 1.72393 2.4038 1.75444 2.40396 1.80805 2.40412 1.89206 2.40428 2.00038 2.40443 2.12191 2.40459 2.24686 2.40475 2.36962 2.4049 2.49016 2.40506 2.60759 2.40522 2.71582 2.40537 2.80842 2.40553 2.88622 2.40569 2.95252 2.40584 3.00125 2.406 3.0178 2.40616 2.99415 2.40631 2.93525 2.40647 2.85242 2.40663 2.7566 2.40678 2.65665 2.40694 2.5579 2.4071 2.46187 2.40725 2.3716 2.40741 2.292 2.40757 2.21909 2.40773 2.13509 2.40788 2.02601 2.40804 1.90104 2.4082 1.78334 2.40835 1.6817 2.40851 1.58792 2.40867 1.4977 2.40882 1.42166 2.40898 1.36986 2.40914 1.33941 2.40929 1.32257 2.40945 1.31514 2.40961 1.31141 2.40976 1.30219 2.40992 1.28404 2.41008 1.26079 2.41023 1.23303 2.41039 1.19466 2.41055 1.14753 2.4107 1.10776 2.41086 1.0909 2.41102 1.09742 2.41117 1.1182 2.41133 1.14319 2.41149 1.15986 2.41165 1.15506 2.4118 1.12927 2.41196 1.10128 2.41212 1.09084 2.41227 1.10239 2.41243 1.13024 2.41259 1.16772 2.41274 1.20151 2.4129 1.21017 2.41306 1.18572 2.41321 1.14878 2.41337 1.1258 2.41353 1.11787 2.41368 1.10612 2.41384 1.0847 2.414 1.06789 2.41415 1.0644 2.41431 1.06403 2.41447 1.05722 2.41462 1.04978 2.41478 1.05009 2.41494 1.05267 2.41509 1.04663 2.41525 1.03275 2.41541 1.02042 2.41557 1.01534 2.41572 1.01851 2.41588 1.03264 2.41604 1.05777 2.41619 1.08242 2.41635 1.09209 2.41651 1.08869 2.41666 1.09185 2.41682 1.11637 2.41698 1.1564 2.41713 1.19576 2.41729 1.22717 2.41745 1.25224 2.4176 1.27067 2.41776 1.28174 2.41792 1.29555 2.41807 1.32852 2.41823 1.38089 2.41839 1.42941 2.41854 1.4541 2.4187 1.46323 2.41886 1.48061 2.41901 1.51304 2.41917 1.54521 2.41933 1.567 2.41949 1.58904 2.41964 1.62593 2.4198 1.67987 2.41996 1.74726 2.42011 1.83079 2.42027 1.93211 2.42043 2.04114 2.42058 2.147 2.42074 2.25501 2.4209 2.38064 2.42105 2.5329 2.42121 2.71516 2.42137 2.93679 2.42152 3.20744 2.42168 3.51699 2.42184 3.83827 2.42199 4.15477 2.42215 4.47043 2.42231 4.78812 2.42246 5.08816 2.42262 5.34004 2.42278 5.52335 2.42293 5.62705 2.42309 5.63987 2.42325 5.55705 2.42341 5.39162 2.42356 5.16374 2.42372 4.88272 2.42388 4.55149 2.42403 4.18879 2.42419 3.82815 2.42435 3.49106 2.4245 3.17631 2.42466 2.88192 2.42482 2.62353 2.42497 2.42081 2.42513 2.27533 2.42529 2.17242 2.42544 2.09626 2.4256 2.03308 2.42576 1.96594 2.42591 1.88425 2.42607 1.79575 2.42623 1.7175 2.42638 1.65435 2.42654 1.59865 2.4267 1.54783 2.42685 1.5079 2.42701 1.47535 2.42717 1.43271 2.42733 1.36925 2.42748 1.29442 2.42764 1.22569 2.4278 1.17395 2.42795 1.14553 2.42811 1.14554 2.42827 1.16592 2.42842 1.18359 2.42858 1.18285 2.42874 1.17368 2.42889 1.17459 2.42905 1.18371 2.42921 1.18441 2.42936 1.17281 2.42952 1.16366 2.42968 1.16698 2.42983 1.17522 2.42999 1.17605 2.43015 1.16753 2.4303 1.15616 2.43046 1.14981 2.43062 1.15336 2.43077 1.16333 2.43093 1.16658 2.43109 1.15359 2.43125 1.13458 2.4314 1.12981 2.43156 1.14263 2.43172 1.15609 2.43187 1.1581 2.43203 1.15777 2.43219 1.17005 2.43234 1.19623 2.4325 1.22552 2.43266 1.24762 2.43281 1.25516 2.43297 1.24442 2.43313 1.22359 2.43328 1.21226 2.43344 1.22354 2.4336 1.25031 2.43375 1.2741 2.43391 1.28354 2.43407 1.27884 2.43422 1.26605 2.43438 1.25496 2.43454 1.25441 2.4347 1.26313 2.43485 1.27136 2.43501 1.275 2.43517 1.2812 2.43532 1.29292 2.43548 1.29825 2.43564 1.2875 2.43579 1.27114 2.43595 1.2689 2.43611 1.28489 2.43626 1.30829 2.43642 1.33434 2.43658 1.37233 2.43673 1.42908 2.43689 1.49745 2.43705 1.56278 2.4372 1.61474 2.43736 1.65418 2.43752 1.69246 2.43767 1.74597 2.43783 1.82286 2.43799 1.91798 2.43814 2.02393 2.4383 2.14228 2.43846 2.27618 2.43862 2.41949 2.43877 2.56413 2.43893 2.71444 2.43909 2.87999 2.43924 3.05234 2.4394 3.20316 2.43956 3.30861 2.43971 3.36432 2.43987 3.37696 2.44003 3.35103 2.44018 3.29031 2.44034 3.20123 2.4405 3.0878 2.44065 2.95004 2.44081 2.79217 2.44097 2.62646 2.44112 2.46362 2.44128 2.30657 2.44144 2.15823 2.44159 2.02848 2.44175 1.92532 2.44191 1.84317 2.44206 1.7684 2.44222 1.69361 2.44238 1.6227 2.44254 1.56101 2.44269 1.50935 2.44285 1.46642 2.44301 1.43287 2.44316 1.40825 2.44332 1.3859 2.44348 1.35641 2.44363 1.31841 2.44379 1.28309 2.44395 1.26176 2.4441 1.25178 2.44426 1.24035 2.44442 1.22459 2.44457 1.21646 2.44473 1.22334 2.44489 1.23275 2.44504 1.22578 2.4452 1.19972 2.44536 1.16562 2.44551 1.12981 2.44567 1.09176 2.44583 1.05899 2.44598 1.04626 2.44614 1.05613 2.4463 1.07367 2.44646 1.08696 2.44661 1.10079 2.44677 1.12179 2.44693 1.14263 2.44708 1.15113 2.44724 1.14879 2.4474 1.14957 2.44755 1.1609 2.44771 1.17644 2.44787 1.18529 2.44802 1.18283 2.44818 1.17368 2.44834 1.1667 2.44849 1.16787 2.44865 1.17178 2.44881 1.16516 2.44896 1.14115 2.44912 1.10774 2.44928 1.0788 2.44943 1.05961 2.44959 1.04488 2.44975 1.02867 2.4499 1.01079 2.45006 0.996758 2.45022 0.991194 2.45038 0.993036 2.45053 0.993234 2.45069 0.982935 2.45085 0.966172 2.451 0.9554 2.45116 0.954461 2.45132 0.954129 2.45147 0.950734 2.45163 0.959321 2.45179 0.995584 2.45194 1.04973 2.4521 1.09558 2.45226 1.12312 2.45241 1.14521 2.45257 1.16871 2.45273 1.17699 2.45288 1.15489 2.45304 1.11896 2.4532 1.10503 2.45335 1.12759 2.45351 1.16515 2.45367 1.18966 2.45382 1.19623 2.45398 1.19815 2.45414 1.20209 2.4543 1.2021 2.45445 1.19394 2.45461 1.18481 2.45477 1.18603 2.45492 1.20202 2.45508 1.22964 2.45524 1.261 2.45539 1.28563 2.45555 1.29305 2.45571 1.28027 2.45586 1.25443 2.45602 1.22442 2.45618 1.19566 2.45633 1.17363 2.45649 1.16709 2.45665 1.18136 2.4568 1.20945 2.45696 1.23636 2.45712 1.25148 2.45727 1.25295 2.45743 1.24298 2.45759 1.22602 2.45775 1.21072 2.4579 1.20585 2.45806 1.21246 2.45822 1.22686 2.45837 1.24826 2.45853 1.27862 2.45869 1.31376 2.45884 1.34129 2.459 1.35198 2.45916 1.34774 2.45931 1.33675 2.45947 1.3242 2.45963 1.31333 2.45978 1.30843 2.45994 1.31223 2.4601 1.32137 2.46025 1.32758 2.46041 1.32716 2.46057 1.32626 2.46072 1.33593 2.46088 1.36068 2.46104 1.38917 2.46119 1.40325 2.46135 1.39711 2.46151 1.38409 2.46167 1.37894 2.46182 1.38009 2.46198 1.37587 2.46214 1.36498 2.46229 1.35659 2.46245 1.35416 2.46261 1.35014 2.46276 1.34066 2.46292 1.33235 2.46308 1.32893 2.46323 1.32338 2.46339 1.30935 2.46355 1.29236 2.4637 1.28227 2.46386 1.28332 2.46402 1.29634 2.46417 1.32266 2.46433 1.35458 2.46449 1.37299 2.46464 1.3644 2.4648 1.33881 2.46496 1.31921 2.46511 1.31862 2.46527 1.33311 2.46543 1.35402 2.46559 1.37476 2.46574 1.38932 2.4659 1.39498 2.46606 1.39652 2.46621 1.40117 2.46637 1.40995 2.46653 1.42264 2.46668 1.44568 2.46684 1.48605 2.467 1.53617 2.46715 1.57952 2.46731 1.61121 2.46747 1.64487 2.46762 1.69587 2.46778 1.76594 2.46794 1.84993 2.46809 1.94501 2.46825 2.04653 2.46841 2.14099 2.46856 2.2129 2.46872 2.25868 2.46888 2.28559 2.46903 2.29748 2.46919 2.28714 2.46935 2.24609 2.46951 2.18133 2.46966 2.11602 2.46982 2.07173 2.46998 2.05053 2.47013 2.03602 2.47029 2.01133 2.47045 1.97438 2.4706 1.93435 2.47076 1.90097 2.47092 1.87947 2.47107 1.86983 2.47123 1.8669 2.47139 1.86345 2.47154 1.85822 2.4717 1.85637 2.47186 1.85904 2.47201 1.85661 2.47217 1.84068 2.47233 1.81714 2.47248 1.80175 2.47264 1.80499 2.4728 1.82925 2.47295 1.87542 2.47311 1.93751 2.47327 1.99601 2.47343 2.03073 2.47358 2.04097 2.47374 2.04176 2.4739 2.03768 2.47405 2.01832 2.47421 1.98623 2.47437 1.96937 2.47452 1.9933 2.47468 2.04885 2.47484 2.10152 2.47499 2.12961 2.47515 2.13808 2.47531 2.14139 2.47546 2.14827 2.47562 2.1624 2.47578 2.18643 2.47593 2.21789 2.47609 2.24933 2.47625 2.27631 2.4764 2.29981 2.47656 2.31934 2.47672 2.33217 2.47687 2.3401 2.47703 2.3513 2.47719 2.37159 2.47735 2.3992 2.4775 2.43221 2.47766 2.47352 2.47782 2.52406 2.47797 2.57732 2.47813 2.62939 2.47829 2.68974 2.47844 2.77231 2.4786 2.87438 2.47876 2.97526 2.47891 3.05871 2.47907 3.13056 2.47923 3.20925 2.47938 3.30317 2.47954 3.40483 2.4797 3.50807 2.47985 3.61974 2.48001 3.75394 2.48017 3.91907 2.48032 4.11619 2.48048 4.34665 2.48064 4.61348 2.4808 4.91813 2.48095 5.25989 2.48111 5.63892 2.48127 6.06061 2.48142 6.53186 2.48158 7.05704 2.48174 7.63518 2.48189 8.26436 2.48205 8.94553 2.48221 9.67998 2.48236 10.4586 2.48252 11.2533 2.48268 12.0214 2.48283 12.719 2.48299 13.3047 2.48315 13.7291 2.4833 13.9359 2.48346 13.8859 2.48362 13.584 2.48377 13.0739 2.48393 12.4082 2.48409 11.6301 2.48424 10.7824 2.4844 9.91821 2.48456 9.09176 2.48472 8.34063 2.48487 7.67959 2.48503 7.10626 2.48519 6.60968 2.48534 6.17881 2.4855 5.81009 2.48566 5.50474 2.48581 5.25624 2.48597 5.04516 2.48613 4.85224 2.48628 4.67292 2.48644 4.51334 2.4866 4.37652 2.48675 4.25824 2.48691 4.15389 2.48707 4.06016 2.48722 3.97306 2.48738 3.89165 2.48754 3.82299 2.48769 3.77181 2.48785 3.72793 2.48801 3.67474 2.48816 3.61264 2.48832 3.5599 2.48848 3.52651 2.48864 3.49999 2.48879 3.46741 2.48895 3.43963 2.48911 3.43693 2.48926 3.45689 2.48942 3.47343 2.48958 3.46927 2.48973 3.45365 2.48989 3.44424 2.49005 3.44567 2.4902 3.4531 2.49036 3.46545 2.49052 3.48442 2.49067 3.5076 2.49083 3.53355 2.49099 3.56671 2.49114 3.60828 2.4913 3.64624 2.49146 3.66776 2.49161 3.67733 2.49177 3.68973 2.49193 3.70637 2.49208 3.71338 2.49224 3.70716 2.4924 3.70723 2.49256 3.73305 2.49271 3.77935 2.49287 3.82644 2.49303 3.86941 2.49318 3.92155 2.49334 3.98914 2.4935 4.05689 2.49365 4.10499 2.49381 4.13392 2.49397 4.16249 2.49412 4.20284 2.49428 4.24394 2.49444 4.2647 2.49459 4.26065 2.49475 4.25161 2.49491 4.26031 2.49506 4.28922 2.49522 4.32301 2.49538 4.35167 2.49553 4.37862 2.49569 4.40741 2.49585 4.43309 2.496 4.45271 2.49616 4.47503 2.49632 4.50872 2.49648 4.54925 2.49663 4.58784 2.49679 4.62952 2.49695 4.68678 2.4971 4.75741 2.49726 4.82448 2.49742 4.88019 2.49757 4.93501 2.49773 4.99725 2.49789 5.05882 2.49804 5.11036 2.4982 5.15995 2.49836 5.22376 2.49851 5.30217 2.49867 5.37945 2.49883 5.44579 2.49898 5.50857 2.49914 5.58159 2.4993 5.67051 2.49945 5.76857 2.49961 5.86203 2.49977 5.93955 2.49992 6.00389 2.50008 6.07375 2.50024 6.16636 2.5004 6.27751 2.50055 6.3859 2.50071 6.47828 2.50087 6.56219 2.50102 6.65384 2.50118 6.76092 2.50134 6.88402 2.50149 7.02198 2.50165 7.17068 2.50181 7.32032 2.50196 7.46572 2.50212 7.61441 2.50228 7.77435 2.50243 7.93841 2.50259 8.09404 2.50275 8.24732 2.5029 8.42274 2.50306 8.63024 2.50322 8.84867 2.50337 9.05365 2.50353 9.25345 2.50369 9.47677 2.50385 9.72817 2.504 9.97784 2.50416 10.2045 2.50432 10.4287 2.50447 10.6871 2.50463 10.9859 2.50479 11.3006 2.50494 11.6185 2.5051 11.9559 2.50526 12.3276 2.50541 12.7209 2.50557 13.1167 2.50573 13.5187 2.50588 13.9431 2.50604 14.3868 2.5062 14.8294 2.50635 15.2665 2.50651 15.7176 2.50667 16.1971 2.50682 16.6942 2.50698 17.1941 2.50714 17.7038 2.50729 18.2438 2.50745 18.8223 2.50761 19.4353 2.50777 20.0856 2.50792 20.7886 2.50808 21.559 2.50824 22.407 2.50839 23.3449 2.50855 24.3867 2.50871 25.5394 2.50886 26.8035 2.50902 28.1875 2.50918 29.7099 2.50933 31.3795 2.50949 33.1814 2.50965 35.0842 2.5098 37.0521 2.50996 39.0444 2.51012 41.0122 2.51027 42.9145 2.51043 44.7469 2.51059 46.552 2.51074 48.3986 2.5109 50.3481 2.51106 52.4312 2.51121 54.6435 2.51137 56.9539 2.51153 59.3081 2.51169 61.6273 2.51184 63.8143 2.512 65.784 2.51216 67.5084 2.51231 69.0467 2.51247 70.5393 2.51263 72.171 2.51278 74.1252 2.51294 76.5505 2.5131 79.5501 2.51325 83.1942 2.51341 87.5319 2.51357 92.5953 2.51372 98.4035 2.51388 104.981 2.51404 112.378 2.51419 120.666 2.51435 129.94 2.51451 140.33 2.51466 152.03 2.51482 165.294 2.51498 180.428 2.51513 197.814 2.51529 217.963 2.51545 241.534 2.51561 269.298 2.51576 302.13 2.51592 341.038 2.51608 387.197 2.51623 441.91 2.51639 506.513 2.51655 582.246 2.5167 670.045 2.51686 770.18 2.51702 881.77 2.51717 1002.26 2.51733 1126.95 2.51749 1248.65 2.51764 1357.76 2.5178 1443.06 2.51796 1493.29 2.51811 1499.48 2.51827 1457.75 2.51843 1371.44 2.51858 1251.24 2.51874 1112.52 2.5189 970.746 2.51905 837.553 2.51921 719.228 2.51937 617.647 2.51953 532.148 2.51968 460.968 2.51984 401.995 2.52 353.131 2.52015 312.514 2.52031 278.588 2.52047 250.083 2.52062 225.958 2.52078 205.381 2.52094 187.684 2.52109 172.333 2.52125 158.912 2.52141 147.123 2.52156 136.744 2.52172 127.604 2.52188 119.569 2.52203 112.543 2.52219 106.449 2.52235 101.203 2.5225 96.7019 2.52266 92.8301 2.52282 89.4628 2.52297 86.4769 2.52313 83.7607 2.52329 81.2148 2.52345 78.7467 2.5236 76.2814 2.52376 73.7826 2.52392 71.2505 2.52407 68.6923 2.52423 66.1011 2.52439 63.4699 2.52454 60.8068 2.5247 58.1257 2.52486 55.4321 2.52501 52.7304 2.52517 50.0394 2.52533 47.395 2.52548 44.838 2.52564 42.4075 2.5258 40.1363 2.52595 38.0447 2.52611 36.1415 2.52627 34.4278 2.52642 32.8963 2.52658 31.5224 2.52674 30.2699 2.5269 29.115 2.52705 28.0551 2.52721 27.0932 2.52737 26.2179 2.52752 25.4094 2.52768 24.6576 2.52784 23.9648 2.52799 23.3337 2.52815 22.7558 2.52831 22.2105 2.52846 21.678 2.52862 21.1586 2.52878 20.6764 2.52893 20.2551 2.52909 19.8883 2.52925 19.5449 2.5294 19.2044 2.52956 18.8698 2.52972 18.5464 2.52987 18.2237 2.53003 17.8915 2.53019 17.5605 2.53034 17.2549 2.5305 16.9892 2.53066 16.7639 2.53082 16.5722 2.53097 16.4067 2.53113 16.2611 2.53129 16.1302 2.53144 16.0059 2.5316 15.8719 2.53176 15.711 2.53191 15.5215 2.53207 15.3164 2.53223 15.1051 2.53238 14.8895 2.53254 14.677 2.5327 14.4802 2.53285 14.2981 2.53301 14.118 2.53317 13.9439 2.53332 13.8022 2.53348 13.7056 2.53364 13.6316 2.53379 13.5558 2.53395 13.4851 2.53411 13.4409 2.53426 13.4203 2.53442 13.4022 2.53458 13.3793 2.53474 13.3588 2.53489 13.3371 2.53505 13.301 2.53521 13.2518 2.53536 13.2062 2.53552 13.1719 2.53568 13.1445 2.53583 13.128 2.53599 13.137 2.53615 13.1738 2.5363 13.2213 2.53646 13.2676 2.53662 13.3145 2.53677 13.365 2.53693 13.4145 2.53709 13.4617 2.53724 13.5126 2.5374 13.5676 2.53756 13.6233 2.53771 13.6902 2.53787 13.7892 2.53803 13.9191 2.53818 14.0477 2.53834 14.1475 2.5385 14.2273 2.53866 14.3162 2.53881 14.429 2.53897 14.5641 2.53913 14.7232 2.53928 14.9094 2.53944 15.1094 2.5396 15.2971 2.53975 15.4635 2.53991 15.6294 2.54007 15.8226 2.54022 16.0498 2.54038 16.2948 2.54054 16.5427 2.54069 16.7953 2.54085 17.0632 2.54101 17.3563 2.54116 17.6762 2.54132 18.021 2.54148 18.387 2.54163 18.7676 2.54179 19.1584 2.54195 19.5665 2.5421 20.0029 2.54226 20.4652 2.54242 20.9361 2.54258 21.3998 2.54273 21.8618 2.54289 22.3415 2.54305 22.8551 2.5432 23.4099 2.54336 24.009 2.54352 24.6472 2.54367 25.3112 2.54383 25.9922 2.54399 26.6985 2.54414 27.4466 2.5443 28.2409 2.54446 29.0739 2.54461 29.9425 2.54477 30.8565 2.54493 31.8359 2.54508 32.9053 2.54524 34.0841 2.5454 35.3736 2.54555 36.7561 2.54571 38.2211 2.54587 39.7895 2.54602 41.4928 2.54618 43.3384 2.54634 45.3139 2.5465 47.4231 2.54665 49.7006 2.54681 52.1801 2.54697 54.8718 2.54712 57.7709 2.54728 60.8699 2.54744 64.1501 2.54759 67.573 2.54775 71.0969 2.54791 74.6847 2.54806 78.2914 2.54822 81.868 2.54838 85.3958 2.54853 88.9144 2.54869 92.4989 2.54885 96.2165 2.549 100.111 2.54916 104.209 2.54932 108.499 2.54947 112.905 2.54963 117.292 2.54979 121.527 2.54994 125.535 2.5501 129.331 2.55026 133.02 2.55042 136.786 2.55057 140.878 2.55073 145.568 2.55089 151.096 2.55104 157.643 2.5512 165.34 2.55136 174.301 2.55151 184.621 2.55167 196.387 2.55183 209.684 2.55198 224.633 2.55214 241.41 2.5523 260.249 2.55245 281.427 2.55261 305.298 2.55277 332.335 2.55292 363.167 2.55308 398.575 2.55324 439.489 2.55339 486.993 2.55355 542.347 2.55371 606.994 2.55387 682.561 2.55402 770.811 2.55418 873.525 2.55434 992.331 2.55449 1128.46 2.55465 1282.38 2.55481 1453.29 2.55496 1638.46 2.55512 1832.69 2.55528 2027.82 2.55543 2212.57 2.55559 2372.94 2.55575 2493.48 2.5559 2559.47 2.55606 2559.8 2.55622 2489.94 2.55637 2354.22 2.55653 2166.09 2.55669 1945.65 2.55684 1714.87 2.557 1492.46 2.55716 1290.71 2.55731 1115.11 2.55747 966.057 2.55763 841.178 2.55779 737.042 2.55794 650.147 2.5581 577.352 2.55826 516.011 2.55841 463.982 2.55857 419.561 2.55873 381.394 2.55888 348.396 2.55904 319.705 2.5592 294.652 2.55935 272.718 2.55951 253.488 2.55967 236.622 2.55982 221.851 2.55998 208.968 2.56014 197.786 2.56029 188.114 2.56045 179.753 2.56061 172.501 2.56076 166.152 2.56092 160.483 2.56108 155.281 2.56123 150.361 2.56139 145.583 2.56155 140.843 2.56171 136.082 2.56186 131.274 2.56202 126.413 2.56218 121.503 2.56233 116.548 2.56249 111.556 2.56265 106.543 2.5628 101.532 2.56296 96.5441 2.56312 91.6019 2.56327 86.74 2.56343 82.0203 2.56359 77.5227 2.56374 73.3101 2.5639 69.4079 2.56406 65.8207 2.56421 62.5556 2.56437 59.6134 2.56453 56.9649 2.56468 54.5586 2.56484 52.3524 2.565 50.3238 2.56515 48.4507 2.56531 46.7015 2.56547 45.0529 2.56563 43.501 2.56578 42.049 2.56594 40.6955 2.5661 39.4386 2.56625 38.276 2.56641 37.1949 2.56657 36.1718 2.56672 35.1907 2.56688 34.2478 2.56704 33.3369 2.56719 32.4482 2.56735 31.5872 2.56751 30.7742 2.56766 30.0137 2.56782 29.2808 2.56798 28.5546 2.56813 27.8459 2.56829 27.1774 2.56845 26.5494 2.5686 25.9471 2.56876 25.369 2.56892 24.822 2.56907 24.2973 2.56923 23.7759 2.56939 23.2581 2.56955 22.7606 2.5697 22.2813 2.56986 21.7952 2.57002 21.2925 2.57017 20.797 2.57033 20.337 2.57049 19.914 2.57064 19.5141 2.5708 19.1317 2.57096 18.7657 2.57111 18.4053 2.57127 18.0384 2.57143 17.6706 2.57158 17.3191 2.57174 16.9903 2.5719 16.6773 2.57205 16.3766 2.57221 16.0922 2.57237 15.8213 2.57252 15.5502 2.57268 15.2716 2.57284 14.9943 2.57299 14.7325 2.57315 14.4909 2.57331 14.2654 2.57347 14.0507 2.57362 13.84 2.57378 13.6214 2.57394 13.3848 2.57409 13.1339 2.57425 12.8855 2.57441 12.6557 2.57456 12.4496 2.57472 12.2623 2.57488 12.0842 2.57503 11.905 2.57519 11.7187 2.57535 11.5298 2.5755 11.3508 2.57566 11.1908 2.57582 11.0461 2.57597 10.906 2.57613 10.7638 2.57629 10.6201 2.57644 10.4765 2.5766 10.3318 2.57676 10.1857 2.57692 10.04 2.57707 9.89719 2.57723 9.75715 2.57739 9.61885 2.57754 9.48058 2.5777 9.34046 2.57786 9.19955 2.57801 9.06575 2.57817 8.94972 2.57833 8.85465 2.57848 8.77481 2.57864 8.70435 2.5788 8.64228 2.57895 8.58478 2.57911 8.51995 2.57927 8.43704 2.57942 8.33704 2.57958 8.22971 2.57974 8.12082 2.57989 8.01251 2.58005 7.90916 2.58021 7.81157 2.58036 7.70784 2.58052 7.58459 2.58068 7.45126 2.58084 7.33856 2.58099 7.2632 2.58115 7.20826 2.58131 7.14887 2.58146 7.08655 2.58162 7.04021 2.58178 7.00961 2.58193 6.97282 2.58209 6.92007 2.58225 6.86806 2.5824 6.82958 2.58256 6.79052 2.58272 6.73012 2.58287 6.65627 2.58303 6.59777 2.58319 6.56716 2.58334 6.54731 2.5835 6.51554 2.58366 6.46841 2.58381 6.4203 2.58397 6.38795 2.58413 6.38221 2.58428 6.40461 2.58444 6.44529 2.5846 6.48916 2.58476 6.52659 2.58491 6.55669 2.58507 6.5792 2.58523 6.58746 2.58538 6.57352 2.58554 6.53487 2.5857 6.47784 2.58585 6.41454 2.58601 6.35785 2.58617 6.31301 2.58632 6.27377 2.58648 6.22906 2.58664 6.17475 2.58679 6.1136 2.58695 6.04619 2.58711 5.96984 2.58726 5.8867 2.58742 5.8066 2.58758 5.73902 2.58773 5.6884 2.58789 5.65801 2.58805 5.64966 2.5882 5.65539 2.58836 5.65961 2.58852 5.65196 2.58868 5.63449 2.58883 5.61291 2.58899 5.58843 2.58915 5.56228 2.5893 5.53956 2.58946 5.5204 2.58962 5.49621 2.58977 5.45733 2.58993 5.40096 2.59009 5.32764 2.59024 5.23803 2.5904 5.13885 2.59056 5.04201 2.59071 4.95099 2.59087 4.86063 2.59103 4.77577 2.59118 4.71822 2.59134 4.69937 2.5915 4.69768 2.59165 4.6804 2.59181 4.64283 2.59197 4.60688 2.59212 4.58491 2.59228 4.56536 2.59244 4.53622 2.5926 4.50506 2.59275 4.48653 2.59291 4.48175 2.59307 4.47982 2.59322 4.47183 2.59338 4.458 2.59354 4.44566 2.59369 4.44153 2.59385 4.44293 2.59401 4.43669 2.59416 4.41382 2.59432 4.38336 2.59448 4.36416 2.59463 4.36345 2.59479 4.37151 2.59495 4.3767 2.5951 4.37512 2.59526 4.36739 2.59542 4.35668 2.59557 4.35229 2.59573 4.36217 2.59589 4.38055 2.59604 4.39467 2.5962 4.4026 2.59636 4.41296 2.59652 4.42492 2.59667 4.42814 2.59683 4.42822 2.59699 4.45166 2.59714 4.51296 2.5973 4.59002 2.59746 4.64773 2.59761 4.67487 2.59777 4.68465 2.59793 4.68913 2.59808 4.69146 2.59824 4.69411 2.5984 4.69765 2.59855 4.69096 2.59871 4.65743 2.59887 4.59573 2.59902 4.52108 2.59918 4.44936 2.59934 4.3905 2.59949 4.35445 2.59965 4.35032 2.59981 4.37178 2.59997 4.39657 2.60012 4.40856 2.60028 4.41421 2.60044 4.43049 2.60059 4.46103 2.60075 4.49031 2.60091 4.50239 2.60106 4.49819 2.60122 4.49138 2.60138 4.48813 2.60153 4.47904 2.60169 4.45469 2.60185 4.4248 2.602 4.40957 2.60216 4.41228 2.60232 4.412 2.60247 4.39062 2.60263 4.35508 2.60279 4.32156 2.60294 4.28848 2.6031 4.24084 2.60326 4.17982 2.60341 4.12951 2.60357 4.10873 2.60373 4.10958 2.60389 4.11207 2.60404 4.11106 2.6042 4.12113 2.60436 4.1557 2.60451 4.20762 2.60467 4.2514 2.60483 4.26363 2.60498 4.24417 2.60514 4.21812 2.6053 4.21126 2.60545 4.22398 2.60561 4.23446 2.60577 4.2284 2.60592 4.21682 2.60608 4.21901 2.60624 4.23454 2.60639 4.24202 2.60655 4.22525 2.60671 4.19051 2.60686 4.15566 2.60702 4.12748 2.60718 4.09974 2.60733 4.06814 2.60749 4.03842 2.60765 4.01438 2.60781 3.98791 2.60796 3.95152 2.60812 3.91349 2.60828 3.89125 2.60843 3.88796 2.60859 3.88852 2.60875 3.88114 2.6089 3.87386 2.60906 3.88196 2.60922 3.90727 2.60937 3.93716 2.60953 3.95723 2.60969 3.96089 2.60984 3.95124 2.61 3.94286 2.61016 3.95191 2.61031 3.97761 2.61047 3.99855 2.61063 3.99546 2.61078 3.97361 2.61094 3.95388 2.6111 3.94685 2.61125 3.94738 2.61141 3.94988 2.61157 3.95383 2.61173 3.95595 2.61188 3.95167 2.61204 3.94466 2.6122 3.94397 2.61235 3.95084 2.61251 3.95886 2.61267 3.96869 2.61282 3.98769 2.61298 4.01479 2.61314 4.03972 2.61329 4.06207 2.61345 4.09608 2.61361 4.14785 2.61376 4.20462 2.61392 4.25403 2.61408 4.29934 2.61423 4.34566 2.61439 4.38226 2.61455 4.39704 2.6147 4.3983 2.61486 4.40592 2.61502 4.42648 2.61517 4.45174 2.61533 4.47794 2.61549 4.51108 2.61565 4.55121 2.6158 4.58925 2.61596 4.621 2.61612 4.65225 2.61627 4.68684 2.61643 4.72017 2.61659 4.74834 2.61674 4.77407 2.6169 4.79987 2.61706 4.8246 2.61721 4.85019 2.61737 4.88212 2.61753 4.91954 2.61768 4.955 2.61784 4.98762 2.618 5.02618 2.61815 5.07393 2.61831 5.12111 2.61847 5.16247 2.61862 5.20696 2.61878 5.26133 2.61894 5.31217 2.61909 5.34213 2.61925 5.35776 2.61941 5.38494 2.61957 5.43412 2.61972 5.48975 2.61988 5.534 2.62004 5.57 2.62019 5.61314 2.62035 5.67104 2.62051 5.74267 2.62066 5.82485 2.62082 5.91193 2.62098 5.99167 2.62113 6.05632 2.62129 6.11455 2.62145 6.1849 2.6216 6.27456 2.62176 6.37298 2.62192 6.46721 2.62207 6.55627 2.62223 6.64653 2.62239 6.73995 2.62254 6.83245 2.6227 6.92346 2.62286 7.0191 2.62302 7.12415 2.62317 7.23308 2.62333 7.33428 2.62349 7.42286 2.62364 7.50565 2.6238 7.59141 2.62396 7.6815 2.62411 7.7727 2.62427 7.86596 2.62443 7.96561 2.62458 8.07219 2.62474 8.18335 2.6249 8.3 2.62505 8.4249 2.62521 8.55521 2.62537 8.68492 2.62552 8.81816 2.62568 8.96766 2.62584 9.13524 2.62599 9.30345 2.62615 9.45482 2.62631 9.59204 2.62646 9.73086 2.62662 9.87937 2.62678 10.0369 2.62694 10.2051 2.62709 10.386 2.62725 10.5689 2.62741 10.7356 2.62756 10.882 2.62772 11.0248 2.62788 11.1841 2.62803 11.3669 2.62819 11.5709 2.62835 11.7926 2.6285 12.0274 2.62866 12.27 2.62882 12.5209 2.62897 12.7872 2.62913 13.0711 2.62929 13.3666 2.62944 13.6706 2.6296 13.991 2.62976 14.3326 2.62991 14.6853 2.63007 15.0328 2.63023 15.3733 2.63038 15.7209 2.63054 16.0893 2.6307 16.4819 2.63086 16.9002 2.63101 17.3518 2.63117 17.8439 2.63133 18.374 2.63148 18.9308 2.63164 19.5072 2.6318 20.1055 2.63195 20.7288 2.63211 21.3688 2.63227 22.0087 2.63242 22.6407 2.63258 23.2761 2.63274 23.937 2.63289 24.6425 2.63305 25.4052 2.63321 26.2337 2.63336 27.1299 2.63352 28.0863 2.63368 29.0964 2.63383 30.165 2.63399 31.3014 2.63415 32.5092 2.6343 33.7923 2.63446 35.1695 2.63462 36.6673 2.63478 38.2988 2.63493 40.0635 2.63509 41.9678 2.63525 44.0306 2.6354 46.2605 2.63556 48.6445 2.63572 51.1647 2.63587 53.8068 2.63603 56.5389 2.63619 59.293 2.63634 61.9843 2.6365 64.5399 2.63666 66.9026 2.63681 69.0264 2.63697 70.902 2.63713 72.5928 2.63728 74.2296 2.63744 75.9672 2.6376 77.9453 2.63775 80.2794 2.63791 83.0576 2.63807 86.3328 2.63822 90.1283 2.63838 94.4609 2.63854 99.3586 2.6387 104.855 2.63885 110.974 2.63901 117.724 2.63917 125.1 2.63932 133.083 2.63948 141.643 2.63964 150.737 2.63979 160.315 2.63995 170.342 2.64011 180.832 2.64026 191.861 2.64042 203.573 2.64058 216.185 2.64073 230.007 2.64089 245.44 2.64105 262.936 2.6412 282.951 2.64136 305.955 2.64152 332.472 2.64167 363.096 2.64183 398.509 2.64199 439.501 2.64214 487.035 2.6423 542.282 2.64246 606.628 2.64262 681.661 2.64277 769.148 2.64293 870.954 2.64309 988.868 2.64324 1124.31 2.6434 1277.91 2.64356 1448.89 2.64371 1634.46 2.64387 1829.13 2.64403 2024.3 2.64418 2208.12 2.64434 2366.12 2.6445 2482.68 2.64465 2543.43 2.64481 2538.42 2.64497 2465.11 2.64512 2330 2.64528 2147.77 2.64544 1937.85 2.64559 1719.65 2.64575 1508.73 2.64591 1315.2 2.64607 1144.03 2.64622 996.425 2.64638 871.157 2.64654 765.694 2.64669 677.059 2.64685 602.404 2.64701 539.273 2.64716 485.65 2.64732 439.913 2.64748 400.755 2.64763 367.09 2.64779 337.978 2.64795 312.604 2.6481 290.267 2.64826 270.363 2.64842 252.384 2.64857 235.927 2.64873 220.712 2.64889 206.575 2.64904 193.437 2.6492 181.281 2.64936 170.113 2.64951 159.934 2.64967 150.723 2.64983 142.44 2.64999 135.033 2.65014 128.436 2.6503 122.567 2.65046 117.341 2.65061 112.691 2.65077 108.561 2.65093 104.888 2.65108 101.595 2.65124 98.5859 2.6514 95.7537 2.65155 92.9887 2.65171 90.1828 2.65187 87.2397 2.65202 84.0958 2.65218 80.7473 2.65234 77.2595 2.65249 73.7429 2.65265 70.3119 2.65281 67.057 2.65296 64.0345 2.65312 61.2622 2.65328 58.7202 2.65343 56.3693 2.65359 54.1795 2.65375 52.1427 2.65391 50.2597 2.65406 48.5224 2.65422 46.9117 2.65438 45.4068 2.65453 43.9921 2.65469 42.6577 2.65485 41.3967 2.655 40.2044 2.65516 39.0792 2.65532 38.0229 2.65547 37.0375 2.65563 36.1198 2.65579 35.2611 2.65594 34.4497 2.6561 33.6717 2.65626 32.9109 2.65641 32.1588 2.65657 31.4246 2.65673 30.7272 2.65688 30.0718 2.65704 29.4415 2.6572 28.8212 2.65735 28.2205 2.65751 27.661 2.65767 27.147 2.65783 26.658 2.65798 26.1715 2.65814 25.683 2.6583 25.2031 2.65845 24.7441 2.65861 24.3095 2.65877 23.893 2.65892 23.4847 2.65908 23.0839 2.65924 22.7038 2.65939 22.3594 2.65955 22.0519 2.65971 21.7702 2.65986 21.5019 2.66002 21.2402 2.66018 20.9837 2.66033 20.7382 2.66049 20.5126 2.66065 20.3059 2.6608 20.1014 2.66096 19.8854 2.66112 19.6669 2.66127 19.4684 2.66143 19.2975 2.66159 19.1413 2.66175 18.986 2.6619 18.8293 2.66206 18.6705 2.66222 18.5044 2.66237 18.3293 2.66253 18.1516 2.66269 17.9745 2.66284 17.792 2.663 17.5975 2.66316 17.3955 2.66331 17.1984 2.66347 17.0131 2.66363 16.8361 2.66378 16.6572 2.66394 16.4707 2.6641 16.2862 2.66425 16.1245 2.66441 15.9986 2.66457 15.8991 2.66472 15.8049 2.66488 15.7047 2.66504 15.6017 2.66519 15.5021 2.66535 15.4135 2.66551 15.3487 2.66567 15.316 2.66582 15.3055 2.66598 15.296 2.66614 15.2782 2.66629 15.2587 2.66645 15.243 2.66661 15.2311 2.66676 15.2309 2.66692 15.2577 2.66708 15.3102 2.66723 15.3652 2.66739 15.4045 2.66755 15.4363 2.6677 15.4829 2.66786 15.5583 2.66802 15.6655 2.66817 15.8006 2.66833 15.9501 2.66849 16.0946 2.66864 16.2286 2.6688 16.3656 2.66896 16.5164 2.66911 16.6735 2.66927 16.8297 2.66943 16.9982 2.66959 17.2006 2.66974 17.442 2.6699 17.714 2.67006 18.0086 2.67021 18.3192 2.67037 18.6331 2.67053 18.9418 2.67068 19.2558 2.67084 19.5935 2.671 19.9592 2.67115 20.3444 2.67131 20.7465 2.67147 21.1723 2.67162 21.6274 2.67178 22.1141 2.67194 22.64 2.67209 23.2148 2.67225 23.8427 2.67241 24.5284 2.67256 25.2879 2.67272 26.1387 2.67288 27.0832 2.67304 28.1148 2.67319 29.238 2.67335 30.4654 2.67351 31.7971 2.67366 33.2163 2.67382 34.706 2.67398 36.2508 2.67413 37.8195 2.67429 39.3617 2.67445 40.8267 2.6746 42.175 2.67476 43.3786 2.67492 44.4347 2.67507 45.3915 2.67523 46.3426 2.67539 47.3819 2.67554 48.5707 2.6757 49.9505 2.67586 51.563 2.67601 53.4406 2.67617 55.587 2.67633 57.9872 2.67648 60.6354 2.67664 63.5423 2.6768 66.7188 2.67696 70.1672 2.67711 73.8901 2.67727 77.895 2.67743 82.1823 2.67758 86.7336 2.67774 91.517 2.6779 96.5082 2.67805 101.711 2.67821 107.166 2.67837 112.957 2.67852 119.217 2.67868 126.146 2.67884 133.995 2.67899 143.039 2.67915 153.55 2.67931 165.805 2.67946 180.115 2.67962 196.835 2.67978 216.367 2.67993 239.181 2.68009 265.854 2.68025 297.097 2.6804 333.754 2.68056 376.812 2.68072 427.379 2.68088 486.631 2.68103 555.695 2.68119 635.479 2.68135 726.413 2.6815 828.08 2.68166 938.775 2.68182 1055.12 2.68197 1171.8 2.68213 1281.48 2.68229 1375.14 2.68244 1442.86 2.6826 1475.34 2.68276 1465.7 2.68291 1411.67 2.68307 1317.12 2.68323 1192.32 2.68338 1051.88 2.68354 910.782 2.6837 780.506 2.68385 667.091 2.68401 571.803 2.68417 493.133 2.68432 428.57 2.68448 375.518 2.68464 331.655 2.6848 295.077 2.68495 264.319 2.68511 238.283 2.68527 216.133 2.68542 197.234 2.68558 181.069 2.68574 167.167 2.68589 155.08 2.68605 144.425 2.68621 134.9 2.68636 126.249 2.68652 118.245 2.68668 110.724 2.68683 103.626 2.68699 96.9655 2.68715 90.7897 2.6873 85.1393 2.68746 80.037 2.68762 75.4739 2.68777 71.4071 2.68793 67.7787 2.68809 64.5429 2.68824 61.6767 2.6884 59.1696 2.68856 57.0028 2.68872 55.1324 2.68887 53.4927 2.68903 52.0212 2.68919 50.6736 2.68934 49.4058 2.6895 48.1451 2.68966 46.7951 2.68981 45.2767 2.68997 43.5652 2.69013 41.6962 2.69028 39.7504 2.69044 37.8258 2.6906 35.9996 2.69075 34.3018 2.69091 32.7294 2.69107 31.2816 2.69122 29.9693 2.69138 28.79 2.69154 27.7163 2.69169 26.7193 2.69185 25.7897 2.69201 24.9266 2.69216 24.1239 2.69232 23.3786 2.69248 22.6996 2.69264 22.0896 2.69279 21.5242 2.69295 20.9677 2.69311 20.4065 2.69326 19.8551 2.69342 19.3317 2.69358 18.8415 2.69373 18.381 2.69389 17.9448 2.69405 17.5224 2.6942 17.1015 2.69436 16.6828 2.69452 16.2809 2.69467 15.9061 2.69483 15.5504 2.69499 15.2001 2.69514 14.8565 2.6953 14.5347 2.69546 14.2442 2.69561 13.978 2.69577 13.7243 2.69593 13.4809 2.69609 13.2498 2.69624 13.0237 2.6964 12.7872 2.69656 12.5357 2.69671 12.2816 2.69687 12.0383 2.69703 11.8022 2.69718 11.5641 2.69734 11.3344 2.6975 11.1413 2.69765 11.0005 2.69781 10.893 2.69797 10.7854 2.69812 10.6641 2.69828 10.5422 2.69844 10.4388 2.69859 10.3588 2.69875 10.2929 2.69891 10.2292 2.69906 10.1619 2.69922 10.0912 2.69938 10.0186 2.69953 9.94308 2.69969 9.86226 2.69985 9.77342 2.70001 9.668 2.70016 9.52879 2.70032 9.34251 2.70048 9.11985 2.70063 8.89408 2.70079 8.69289 2.70095 8.51696 2.7011 8.35043 2.70126 8.18417 2.70142 8.02052 2.70157 7.86431 2.70173 7.72007 2.70189 7.59644 2.70204 7.49839 2.7022 7.41679 2.70236 7.3351 2.70251 7.247 2.70267 7.15945 2.70283 7.07645 2.70298 6.99186 2.70314 6.89878 2.7033 6.80093 2.70345 6.70902 2.70361 6.63096 2.70377 6.56916 2.70393 6.51867 2.70408 6.47037 2.70424 6.41912 2.7044 6.36948 2.70455 6.32572 2.70471 6.27881 2.70487 6.21331 2.70502 6.13171 2.70518 6.05691 2.70534 6.00593 2.70549 5.96954 2.70565 5.9291 2.70581 5.88224 2.70596 5.84127 2.70612 5.81188 2.70628 5.7866 2.70643 5.75863 2.70659 5.72994 2.70675 5.70523 2.7069 5.68647 2.70706 5.67633 2.70722 5.6793 2.70737 5.69363 2.70753 5.70886 2.70769 5.71466 2.70785 5.71135 2.708 5.705 2.70816 5.6961 2.70832 5.67678 2.70847 5.64276 2.70863 5.60108 2.70879 5.56459 2.70894 5.53936 2.7091 5.52213 2.70926 5.5085 2.70941 5.49888 2.70957 5.49548 2.70973 5.49718 2.70988 5.50343 2.71004 5.5203 2.7102 5.55666 2.71035 5.61283 2.71051 5.67646 2.71067 5.73095 2.71082 5.77221 2.71098 5.81791 2.71114 5.8999 2.71129 6.03929 2.71145 6.2244 2.71161 6.41887 2.71177 6.60187 2.71192 6.79511 2.71208 7.04143 2.71224 7.36206 2.71239 7.74795 2.71255 8.19026 2.71271 8.69691 2.71286 9.27203 2.71302 9.89773 2.71318 10.5509 2.71333 11.2277 2.71349 11.9317 2.71365 12.6437 2.7138 13.3189 2.71396 13.9123 2.71412 14.3913 2.71427 14.7234 2.71443 14.8696 2.71459 14.8025 2.71474 14.5217 2.7149 14.0492 2.71506 13.4183 2.71521 12.6716 2.71537 11.8638 2.71553 11.0497 2.71569 10.2699 2.71584 9.54701 2.716 8.89184 2.71616 8.30786 2.71631 7.79379 2.71647 7.34607 2.71663 6.96237 2.71678 6.63876 2.71694 6.36573 2.7171 6.12838 2.71725 5.91307 2.71741 5.71443 2.71757 5.53779 2.71772 5.39264 2.71788 5.28181 2.71804 5.19574 2.71819 5.11914 2.71835 5.04183 2.71851 4.96103 2.71866 4.87575 2.71882 4.78433 2.71898 4.68652 2.71914 4.58392 2.71929 4.47549 2.71945 4.36115 2.71961 4.24882 2.71976 4.15088 2.71992 4.07205 2.72008 4.00591 2.72023 3.94685 2.72039 3.89877 2.72055 3.86464 2.7207 3.83177 2.72086 3.78086 2.72102 3.70659 2.72117 3.62513 2.72133 3.55905 2.72149 3.51587 2.72164 3.48381 2.7218 3.44392 2.72196 3.3852 2.72211 3.31291 2.72227 3.24067 2.72243 3.17932 2.72258 3.13139 2.72274 3.09453 2.7229 3.06297 2.72306 3.02918 2.72321 2.98838 2.72337 2.9463 2.72353 2.91387 2.72368 2.8923 2.72384 2.86897 2.724 2.83672 2.72415 2.80766 2.72431 2.7985 2.72447 2.8063 2.72462 2.81299 2.72478 2.81091 2.72494 2.80877 2.72509 2.81126 2.72525 2.80546 2.72541 2.7807 2.72556 2.74537 2.72572 2.71501 2.72588 2.69033 2.72603 2.66076 2.72619 2.62737 2.72635 2.60595 2.7265 2.60439 2.72666 2.6102 2.72682 2.60516 2.72698 2.58822 2.72713 2.57237 2.72729 2.56324 2.72745 2.55085 2.7276 2.52362 2.72776 2.48585 2.72792 2.45561 2.72807 2.44687 2.72823 2.45838 2.72839 2.47947 2.72854 2.50151 2.7287 2.51927 2.72886 2.52709 2.72901 2.52044 2.72917 2.50349 2.72933 2.48637 2.72948 2.47291 2.72964 2.45543 2.7298 2.42797 2.72995 2.39778 2.73011 2.37759 2.73027 2.36955 2.73042 2.36733 2.73058 2.37303 2.73074 2.39939 2.7309 2.44987 2.73105 2.50392 2.73121 2.53229 2.73137 2.52622 2.73152 2.50522 2.73168 2.49523 2.73184 2.50493 2.73199 2.52312 2.73215 2.53365 2.73231 2.52938 2.73246 2.51324 2.73262 2.49088 2.73278 2.46651 2.73293 2.44396 2.73309 2.42709 2.73325 2.41528 2.7334 2.40177 2.73356 2.38186 2.73372 2.36465 2.73387 2.3693 2.73403 2.40599 2.73419 2.4631 2.73434 2.51993 2.7345 2.5708 2.73466 2.62781 2.73482 2.70037 2.73497 2.78061 2.73513 2.855 2.73529 2.92198 2.73544 2.98887 2.7356 3.05396 2.73576 3.10522 2.73591 3.1396 2.73607 3.17474 2.73623 3.2325 2.73638 3.3144 2.73654 3.40295 2.7367 3.48376 2.73685 3.55828 2.73701 3.63341 2.73717 3.70495 2.73732 3.75475 2.73748 3.76245 2.73764 3.71643 2.73779 3.62231 2.73795 3.50209 2.73811 3.38244 2.73826 3.27662 2.73842 3.17736 2.73858 3.0704 2.73874 2.95368 2.73889 2.84105 2.73905 2.74905 2.73921 2.68315 2.73936 2.63636 2.73952 2.59614 2.73968 2.54975 2.73983 2.48863 2.73999 2.41391 2.74015 2.33959 2.7403 2.28661 2.74046 2.26719 2.74062 2.27457 2.74077 2.28918 2.74093 2.29753 2.74109 2.30043 2.74124 2.30259 2.7414 2.29874 2.74156 2.27901 2.74171 2.24459 2.74187 2.20959 2.74203 2.18467 2.74219 2.16751 2.74234 2.15129 2.7425 2.13605 2.74266 2.12405 2.74281 2.11306 2.74297 2.1013 2.74313 2.09339 2.74328 2.09323 2.74344 2.09386 2.7436 2.08552 2.74375 2.07027 2.74391 2.05901 2.74407 2.05541 2.74422 2.05453 2.74438 2.05634 2.74454 2.06716 2.74469 2.08341 2.74485 2.08753 2.74501 2.07064 2.74516 2.05054 2.74532 2.05524 2.74548 2.08966 2.74563 2.12922 2.74579 2.14797 2.74595 2.14632 2.74611 2.14788 2.74626 2.17235 2.74642 2.21602 2.74658 2.25836 2.74673 2.2872 2.74689 2.30994 2.74705 2.33881 2.7472 2.36988 2.74736 2.38525 2.74752 2.37499 2.74767 2.34877 2.74783 2.32283 2.74799 2.30354 2.74814 2.28802 2.7483 2.27164 2.74846 2.25058 2.74861 2.22006 2.74877 2.17851 2.74893 2.13001 2.74908 2.07938 2.74924 2.02925 2.7494 1.98582 2.74955 1.96148 2.74971 1.9625 2.74987 1.97742 2.75003 1.98591 2.75018 1.98022 2.75034 1.96956 2.7505 1.96464 2.75065 1.96548 2.75081 1.96565 2.75097 1.96454 2.75112 1.96922 2.75128 1.98627 2.75144 2.0139 2.75159 2.04093 2.75175 2.05588 2.75191 2.0592 2.75206 2.06588 2.75222 2.09221 2.75238 2.14081 2.75253 2.19979 2.75269 2.25665 2.75285 2.30775 2.753 2.35484 2.75316 2.3974 2.75332 2.4319 2.75347 2.45892 2.75363 2.48503 2.75379 2.51916 2.75395 2.56563 2.7541 2.62224 2.75426 2.68261 2.75442 2.73753 2.75457 2.77827 2.75473 2.80488 2.75489 2.8343 2.75504 2.89082 2.7552 2.98209 2.75536 3.08748 2.75551 3.17889 2.75567 3.24857 2.75583 3.30693 2.75598 3.35739 2.75614 3.3881 2.7563 3.3892 2.75645 3.36271 2.75661 3.31154 2.75677 3.23466 2.75692 3.13939 2.75708 3.0439 2.75724 2.95739 2.75739 2.87138 2.75755 2.78232 2.75771 2.70826 2.75787 2.66326 2.75802 2.62785 2.75818 2.56749 2.75834 2.47525 2.75849 2.374 2.75865 2.28138 2.75881 2.19358 2.75896 2.10682 2.75912 2.03026 2.75928 1.96992 2.75943 1.9179 2.75959 1.86874 2.75975 1.83185 2.7599 1.81574 2.76006 1.81193 2.76022 1.80813 2.76037 1.80693 2.76053 1.81938 2.76069 1.84478 2.76084 1.86801 2.761 1.87673 2.76116 1.87169 2.76131 1.86156 2.76147 1.85217 2.76163 1.84414 2.76179 1.83674 2.76194 1.8335 2.7621 1.84207 2.76226 1.86384 2.76241 1.88741 2.76257 1.89765 2.76273 1.89197 2.76288 1.88078 2.76304 1.87477 2.7632 1.8791 2.76335 1.89671 2.76351 1.9269 2.76367 1.95846 2.76382 1.97829 2.76398 1.98884 2.76414 2.00739 2.76429 2.04312 2.76445 2.08766 2.76461 2.12946 2.76476 2.16591 2.76492 2.19431 2.76508 2.20895 2.76524 2.21502 2.76539 2.22821 2.76555 2.25019 2.76571 2.25822 2.76586 2.23574 2.76602 2.19842 2.76618 2.17221 2.76633 2.15664 2.76649 2.13072 2.76665 2.08861 2.7668 2.04656 2.76696 2.01496 2.76712 1.98811 2.76727 1.96194 2.76743 1.94469 2.76759 1.94057 2.76774 1.94019 2.7679 1.93386 2.76806 1.9248 2.76821 1.92058 2.76837 1.92212 2.76853 1.92844 2.76868 1.94323 2.76884 1.9683 2.769 1.99484 2.76916 2.0106 2.76931 2.01192 2.76947 2.00711 2.76963 2.00983 2.76978 2.0296 2.76994 2.06405 2.7701 2.09758 2.77025 2.11515 2.77041 2.11916 2.77057 2.12874 2.77072 2.16009 2.77088 2.21071 2.77104 2.26297 2.77119 2.29722 2.77135 2.30006 2.77151 2.27232 2.77166 2.2326 2.77182 2.20616 2.77198 2.20394 2.77213 2.21654 2.77229 2.22946 2.77245 2.23656 2.7726 2.23682 2.77276 2.22986 2.77292 2.22323 2.77308 2.23488 2.77323 2.27631 2.77339 2.33634 2.77355 2.39106 2.7737 2.42866 2.77386 2.45636 2.77402 2.4837 2.77417 2.5116 2.77433 2.53973 2.77449 2.57323 2.77464 2.61605 2.7748 2.66018 2.77496 2.68919 2.77511 2.69028 2.77527 2.66129 2.77543 2.60728 2.77558 2.53452 2.77574 2.44933 2.7759 2.35922 2.77605 2.27198 2.77621 2.19272 2.77637 2.12126 2.77652 2.05475 2.77668 1.99236 2.77684 1.93634 2.777 1.88637 2.77715 1.83678 2.77731 1.78132 2.77747 1.72153 2.77762 1.66915 2.77778 1.6364 2.77794 1.62519 2.77809 1.62277 2.77825 1.61404 2.77841 1.5973 2.77856 1.58536 2.77872 1.5909 2.77888 1.61151 2.77903 1.63406 2.77919 1.64989 2.77935 1.6586 2.7795 1.6582 2.77966 1.64334 2.77982 1.61664 2.77997 1.59242 2.78013 1.58082 2.78029 1.5758 2.78044 1.56582 2.7806 1.55311 2.78076 1.54898 2.78092 1.55353 2.78107 1.55409 2.78123 1.54445 2.78139 1.53348 2.78154 1.5289 2.7817 1.52588 2.78186 1.51967 2.78201 1.51932 2.78217 1.53449 2.78233 1.55768 2.78248 1.57285 2.78264 1.57984 2.7828 1.59664 2.78295 1.63349 2.78311 1.68025 2.78327 1.72293 2.78342 1.76214 2.78358 1.80582 2.78374 1.85334 2.78389 1.89405 2.78405 1.91697 2.78421 1.915 2.78436 1.88603 2.78452 1.83915 2.78468 1.7965 2.78484 1.78131 2.78499 1.80273 2.78515 1.85276 2.78531 1.91644 2.78546 1.97667 2.78562 2.01985 2.78578 2.0432 2.78593 2.0549 2.78609 2.05973 2.78625 2.05095 2.7864 2.02402 2.78656 1.9899 2.78672 1.96392 2.78687 1.94367 2.78703 1.91612 2.78719 1.88496 2.78734 1.87305 2.7875 1.89164 2.78766 1.92016 2.78781 1.92793 2.78797 1.9055 2.78813 1.86558 2.78828 1.82257 2.78844 1.78346 2.7886 1.75172 2.78876 1.72939 2.78891 1.71603 2.78907 1.70966 2.78923 1.71074 2.78938 1.71738 2.78954 1.72269 2.7897 1.72167 2.78985 1.71671 2.79001 1.71204 2.79017 1.70633 2.79032 1.69682 2.79048 1.689 2.79064 1.69555 2.79079 1.72488 2.79095 1.77206 2.79111 1.82112 2.79126 1.85743 2.79142 1.87916 2.79158 1.89652 2.79173 1.9141 2.79189 1.9169 2.79205 1.88637 2.79221 1.82895 2.79236 1.77656 2.79252 1.75263 2.79268 1.75209 2.79283 1.76027 2.79299 1.77548 2.79315 1.80027 2.7933 1.82504 2.79346 1.84003 2.79362 1.8559 2.79377 1.89116 2.79393 1.94325 2.79409 1.98796 2.79424 2.00997 2.7944 2.01611 2.79456 2.01724 2.79471 2.01445 2.79487 2.00624 2.79503 1.99651 2.79518 1.9897 2.79534 1.9878 2.7955 1.99636 2.79565 2.02244 2.79581 2.06102 2.79597 2.09485 2.79613 2.11332 2.79628 2.12451 2.79644 2.14191 2.7966 2.1669 2.79675 2.19021 2.79691 2.20751 2.79707 2.22341 2.79722 2.24667 2.79738 2.281 2.79754 2.32015 2.79769 2.35087 2.79785 2.36797 2.79801 2.38673 2.79816 2.43247 2.79832 2.51295 2.79848 2.6093 2.79863 2.69784 2.79879 2.77439 2.79895 2.85225 2.7991 2.94522 2.79926 3.06034 2.79942 3.20205 2.79957 3.37079 2.79973 3.55914 2.79989 3.75649 2.80005 3.9592 2.8002 4.17178 2.80036 4.3986 2.80052 4.64025 2.80067 4.90061 2.80083 5.19223 2.80099 5.52911 2.80114 5.91502 2.8013 6.34147 2.80146 6.79795 2.80161 7.27967 2.80177 7.78188 2.80193 8.29217 2.80208 8.79572 2.80224 9.28506 2.8024 9.75616 2.80255 10.1888 2.80271 10.5447 2.80287 10.7914 2.80302 10.9219 2.80318 10.9438 2.80334 10.8574 2.80349 10.6557 2.80365 10.3405 2.80381 9.92627 2.80397 9.43425 2.80412 8.89294 2.80428 8.34088 2.80444 7.81232 2.80459 7.3179 2.80475 6.8501 2.80491 6.40633 2.80506 5.99652 2.80522 5.62803 2.80538 5.29786 2.80553 5.00039 2.80569 4.73159 2.80585 4.48319 2.806 4.24749 2.80616 4.03034 2.80632 3.84624 2.80647 3.69693 2.80663 3.56751 2.80679 3.44761 2.80694 3.34045 2.8071 3.24488 2.80726 3.14783 2.80741 3.04233 2.80757 2.93948 2.80773 2.84955 2.80789 2.76602 2.80804 2.6833 2.8082 2.61669 2.80836 2.58508 2.80851 2.57949 2.80867 2.57024 2.80883 2.54214 2.80898 2.50759 2.80914 2.48179 2.8093 2.46378 2.80945 2.4472 2.80961 2.43645 2.80977 2.44045 2.80992 2.45337 2.81008 2.45357 2.81024 2.42357 2.81039 2.36968 2.81055 2.31598 2.81071 2.27837 2.81086 2.25136 2.81102 2.22359 2.81118 2.19913 2.81133 2.18952 2.81149 2.18949 2.81165 2.17801 2.81181 2.14723 2.81196 2.11416 2.81212 2.09615 2.81228 2.09072 2.81243 2.08924 2.81259 2.09712 2.81275 2.12276 2.8129 2.15718 2.81306 2.17979 2.81322 2.18082 2.81337 2.16514 2.81353 2.14026 2.81369 2.1136 2.81384 2.09551 2.814 2.09024 2.81416 2.08438 2.81431 2.05834 2.81447 2.00848 2.81463 1.94788 2.81478 1.89089 2.81494 1.84494 2.8151 1.81448 2.81526 1.79613 2.81541 1.77497 2.81557 1.7384 2.81573 1.69247 2.81588 1.65267 2.81604 1.62186 2.8162 1.59324 2.81635 1.56935 2.81651 1.56029 2.81667 1.56396 2.81682 1.56691 2.81698 1.5667 2.81714 1.57238 2.81729 1.5799 2.81745 1.57028 2.81761 1.54057 2.81776 1.51511 2.81792 1.51195 2.81808 1.5174 2.81823 1.50918 2.81839 1.48865 2.81855 1.47274 2.8187 1.46424 2.81886 1.45163 2.81902 1.43152 2.81918 1.41292 2.81933 1.40196 2.81949 1.39804 2.81965 1.40287 2.8198 1.4175 2.81996 1.43299 2.82012 1.43878 2.82027 1.4402 2.82043 1.45161 2.82059 1.46966 2.82074 1.4712 2.8209 1.44536 2.82106 1.41131 2.82121 1.39465 2.82137 1.39751 2.82153 1.40285 2.82168 1.39794 2.82184 1.38141 2.822 1.35455 2.82215 1.3221 2.82231 1.29943 2.82247 1.30109 2.82262 1.32148 2.82278 1.33786 2.82294 1.33955 2.8231 1.34175 2.82325 1.36099 2.82341 1.38864 2.82357 1.40253 2.82372 1.39853 2.82388 1.39656 2.82404 1.41264 2.82419 1.44025 2.82435 1.46375 2.82451 1.47848 2.82466 1.48971 2.82482 1.49941 2.82498 1.50657 2.82513 1.51619 2.82529 1.53541 2.82545 1.56061 2.8256 1.57878 2.82576 1.58182 2.82592 1.57151 2.82607 1.54922 2.82623 1.51348 2.82639 1.47472 2.82654 1.45873 2.8267 1.48104 2.82686 1.52104 2.82702 1.53878 2.82717 1.5205 2.82733 1.49529 2.82749 1.49933 2.82764 1.53511 2.8278 1.57418 2.82796 1.59649 2.82811 1.60974 2.82827 1.63115 2.82843 1.66358 2.82858 1.69742 2.82874 1.7248 2.8289 1.74598 2.82905 1.76585 2.82921 1.79303 2.82937 1.83744 2.82952 1.89881 2.82968 1.96263 2.82984 2.01548 2.82999 2.06346 2.83015 2.12783 2.83031 2.22266 2.83046 2.34718 2.83062 2.49675 2.83078 2.66908 2.83094 2.85738 2.83109 3.04792 2.83125 3.23156 2.83141 3.40703 2.83156 3.56873 2.83172 3.70232 2.83188 3.80113 2.83203 3.87563 2.83219 3.93867 2.83235 3.98802 2.8325 4.01715 2.83266 4.03514 2.83282 4.05649 2.83297 4.07454 2.83313 4.05864 2.83329 3.98301 2.83344 3.84789 2.8336 3.6673 2.83376 3.45082 2.83391 3.20732 2.83407 2.95756 2.83423 2.7296 2.83438 2.53908 2.83454 2.38144 2.8347 2.24742 2.83486 2.13917 2.83501 2.06664 2.83517 2.03169 2.83533 2.02231 2.83548 2.02416 2.83564 2.03146 2.8358 2.04344 2.83595 2.05648 2.83611 2.06809 2.83627 2.08543 2.83642 2.12007 2.83658 2.17211 2.83674 2.22841 2.83689 2.278 2.83705 2.32203 2.83721 2.3659 2.83736 2.41196 2.83752 2.46495 2.83768 2.5355 2.83783 2.63036 2.83799 2.74347 2.83815 2.86647 2.83831 3.00141 2.83846 3.15649 2.83862 3.33405 2.83878 3.53261 2.83893 3.75682 2.83909 4.01581 2.83925 4.31349 2.8394 4.64807 2.83956 5.01885 2.83972 5.42761 2.83987 5.87225 2.84003 6.3472 2.84019 6.84425 2.84034 7.34407 2.8405 7.80816 2.84066 8.18619 2.84081 8.43736 2.84097 8.53962 2.84113 8.48815 2.84128 8.29223 2.84144 7.97224 2.8416 7.55356 2.84175 7.0608 2.84191 6.5243 2.84207 5.98513 2.84223 5.48141 2.84238 5.02974 2.84254 4.62929 2.8427 4.28063 2.84285 3.98984 2.84301 3.75525 2.84317 3.56314 2.84332 3.40099 2.84348 3.26376 2.84364 3.14519 2.84379 3.03297 2.84395 2.91986 2.84411 2.81366 2.84426 2.73056 2.84442 2.68004 2.84458 2.65596 2.84473 2.63784 2.84489 2.60582 2.84505 2.55864 2.8452 2.51603 2.84536 2.49583 2.84552 2.49545 2.84567 2.50317 2.84583 2.52375 2.84599 2.57481 2.84615 2.66071 2.8463 2.76429 2.84646 2.87158 2.84662 2.99039 2.84677 3.14066 2.84693 3.33751 2.84709 3.58515 2.84724 3.87683 2.8474 4.19599 2.84756 4.53094 2.84771 4.89202 2.84787 5.29763 2.84803 5.73828 2.84818 6.16744 2.84834 6.53769 2.8485 6.83374 2.84865 7.06032 2.84881 7.21997 2.84897 7.31552 2.84912 7.36521 2.84928 7.394 2.84944 7.41502 2.84959 7.4246 2.84975 7.40464 2.84991 7.31581 2.85007 7.09968 2.85022 6.71561 2.85038 6.18015 2.85054 5.56373 2.85069 4.94647 2.85085 4.3863 2.85101 3.91483 2.85116 3.54077 2.85132 3.25017 2.85148 3.01924 2.85163 2.83343 2.85179 2.6874 2.85195 2.57057 2.8521 2.46457 2.85226 2.36036 2.85242 2.26356 2.85257 2.18216 2.85273 2.11835 2.85289 2.07468 2.85304 2.05279 2.8532 2.04013 2.85336 2.01191 2.85351 1.95845 2.85367 1.90071 2.85383 1.86645 2.85399 1.85629 2.85414 1.84801 2.8543 1.82807 2.85446 1.80711 2.85461 1.80211 2.85477 1.81585 2.85493 1.84025 2.85508 1.86841 2.85524 1.89652 2.8554 1.91777 2.85555 1.92599 2.85571 1.9237 2.85587 1.92324 2.85602 1.93789 2.85618 1.9749 2.85634 2.0352 2.85649 2.11433 2.85665 2.20485 2.85681 2.30444 2.85696 2.42373 2.85712 2.5792 2.85728 2.77357 2.85743 2.98835 2.85759 3.20077 2.85775 3.39833 2.85791 3.57366 2.85806 3.7105 2.85822 3.79048 2.85838 3.81418 2.85853 3.80284 2.85869 3.78034 2.85885 3.75874 2.859 3.74307 2.85916 3.73427 2.85932 3.72314 2.85947 3.69127 2.85963 3.62994 2.85979 3.54964 2.85994 3.46908 2.8601 3.39772 2.86026 3.3367 2.86041 3.28773 2.86057 3.25427 2.86073 3.23913 2.86088 3.24777 2.86104 3.28643 2.8612 3.34715 2.86136 3.40119 2.86151 3.41555 2.86167 3.37733 2.86183 3.29494 2.86198 3.18223 2.86214 3.05288 2.8623 2.92102 2.86245 2.79757 2.86261 2.68326 2.86277 2.57478 2.86292 2.48073 2.86308 2.41802 2.86324 2.39509 2.86339 2.4066 2.86355 2.44823 2.86371 2.52484 2.86386 2.6408 2.86402 2.79479 2.86418 2.98884 2.86433 3.22962 2.86449 3.51197 2.86465 3.81413 2.8648 4.11607 2.86496 4.41448 2.86512 4.70593 2.86528 4.96464 2.86543 5.15245 2.86559 5.25265 2.86575 5.27776 2.8659 5.24428 2.86606 5.15726 2.86622 5.02647 2.86637 4.87979 2.86653 4.74087 2.86669 4.59867 2.86684 4.41664 2.867 4.17235 2.86716 3.88056 2.86731 3.57504 2.86747 3.28176 2.86763 3.01461 2.86778 2.78615 2.86794 2.60386 2.8681 2.45997 2.86825 2.33176 2.86841 2.20243 2.86857 2.07688 2.86872 1.97551 2.86888 1.91106 2.86904 1.87378 2.8692 1.83962 2.86935 1.79494 2.86951 1.7489 2.86967 1.71938 2.86982 1.70906 2.86998 1.7022 2.87014 1.686 2.87029 1.66517 2.87045 1.65051 2.87061 1.64664 2.87076 1.65451 2.87092 1.67766 2.87108 1.71377 2.87123 1.74777 2.87139 1.76571 2.87155 1.77291 2.8717 1.78394 2.87186 1.80116 2.87202 1.81509 2.87217 1.82358 2.87233 1.83296 2.87249 1.8412 2.87264 1.83889 2.8728 1.83074 2.87296 1.84122 2.87312 1.88682 2.87327 1.95886 2.87343 2.04091 2.87359 2.13168 2.87374 2.23774 2.8739 2.35781 2.87406 2.48747 2.87421 2.63299 2.87437 2.80329 2.87453 2.99627 2.87468 3.20541 2.87484 3.43631 2.875 3.70335 2.87515 4.00839 2.87531 4.33244 2.87547 4.64792 2.87562 4.93336 2.87578 5.17847 2.87594 5.38467 2.87609 5.56 2.87625 5.70645 2.87641 5.81602 2.87656 5.88375 2.87672 5.91965 2.87688 5.9383 2.87704 5.94286 2.87719 5.935 2.87735 5.93253 2.87751 5.96336 2.87766 6.03588 2.87782 6.12592 2.87798 6.19286 2.87813 6.19826 2.87829 6.10615 2.87845 5.88401 2.8786 5.51961 2.87876 5.03936 2.87892 4.50718 2.87907 3.99988 2.87923 3.57536 2.87939 3.24878 2.87954 2.99634 2.8797 2.78423 2.87986 2.59543 2.88001 2.42861 2.88017 2.28022 2.88033 2.1434 2.88048 2.01867 2.88064 1.91326 2.8808 1.82668 2.88096 1.74936 2.88111 1.68177 2.88127 1.6362 2.88143 1.61475 2.88158 1.59738 2.88174 1.56159 2.8819 1.50683 2.88205 1.44673 2.88221 1.3902 2.88237 1.3398 2.88252 1.3045 2.88268 1.29543 2.88284 1.3056 2.88299 1.31026 2.88315 1.29227 2.88331 1.26119 2.88346 1.24073 2.88362 1.2437 2.88378 1.26397 2.88393 1.28603 2.88409 1.29848 2.88425 1.29982 2.88441 1.29645 2.88456 1.29582 2.88472 1.29839 2.88488 1.29696 2.88503 1.28557 2.88519 1.26884 2.88535 1.25698 2.8855 1.25271 2.88566 1.24855 2.88582 1.23913 2.88597 1.23011 2.88613 1.22797 2.88629 1.22667 2.88644 1.2126 2.8866 1.18188 2.88676 1.14667 2.88691 1.12121 2.88707 1.10926 2.88723 1.10696 2.88738 1.10887 2.88754 1.10904 2.8877 1.10212 2.88785 1.09128 2.88801 1.08979 2.88817 1.10823 2.88833 1.14173 2.88848 1.17755 2.88864 1.21025 2.8888 1.2428 2.88895 1.27522 2.88911 1.30263 2.88927 1.32577 2.88942 1.35273 2.88958 1.38733 2.88974 1.42117 2.88989 1.44531 2.89005 1.46503 2.89021 1.49645 2.89036 1.54841 2.89052 1.61186 2.89068 1.67099 2.89083 1.72242 2.89099 1.78062 2.89115 1.8631 2.8913 1.97304 2.89146 2.09851 2.89162 2.22844 2.89177 2.36436 2.89193 2.51678 2.89209 2.69497 2.89225 2.90268 2.8924 3.13708 2.89256 3.3874 2.89272 3.6375 2.89287 3.87401 2.89303 4.08965 2.89319 4.27656 2.89334 4.41953 2.8935 4.50255 2.89366 4.51944 2.89381 4.47892 2.89397 4.4024 2.89413 4.31964 2.89428 4.25549 2.89444 4.20922 2.8946 4.15063 2.89475 4.04496 2.89491 3.88354 2.89507 3.68474 2.89522 3.46913 2.89538 3.24512 2.89554 3.01406 2.89569 2.77999 2.89585 2.54796 2.89601 2.32307 2.89617 2.11607 2.89632 1.94283 2.89648 1.81362 2.89664 1.72256 2.89679 1.65351 2.89695 1.59519 2.89711 1.5501 2.89726 1.52607 2.89742 1.51818 2.89758 1.50402 2.89773 1.46402 2.89789 1.40882 2.89805 1.37233 2.8982 1.37048 2.89836 1.37719 2.89852 1.35367 2.89867 1.29749 2.89883 1.24442 2.89899 1.22573 2.89914 1.23837 2.8993 1.25925 2.89946 1.2723 2.89961 1.2731 2.89977 1.26096 2.89993 1.2388 2.90009 1.21652 2.90024 1.20409 2.9004 1.20224 2.90056 1.20242 2.90071 1.1949 2.90087 1.17378 2.90103 1.13997 2.90118 1.1035 2.90134 1.0787 2.9015 1.07217 2.90165 1.07935 2.90181 1.09288 2.90197 1.10912 2.90212 1.1262 2.90228 1.14125 2.90244 1.15391 2.90259 1.16707 2.90275 1.17957 2.90291 1.18199 2.90306 1.16577 2.90322 1.13221 2.90338 1.09179 2.90353 1.05746 2.90369 1.04134 2.90385 1.05197 2.90401 1.0867 2.90416 1.13157 2.90432 1.17009 2.90448 1.19256 2.90463 1.19726 2.90479 1.18817 2.90495 1.17244 2.9051 1.15791 2.90526 1.1462 2.90542 1.13346 2.90557 1.11756 2.90573 1.10318 2.90589 1.0963 2.90604 1.09871 2.9062 1.1077 2.90636 1.11699 2.90651 1.11806 2.90667 1.10762 2.90683 1.09617 2.90698 1.09903 2.90714 1.11732 2.9073 1.13463 2.90745 1.13901 2.90761 1.1389 2.90777 1.1486 2.90793 1.16505 2.90808 1.17215 2.90824 1.16774 2.9084 1.17084 2.90855 1.19761 2.90871 1.23544 2.90887 1.25365 2.90902 1.23778 2.90918 1.20672 2.90934 1.19172 2.90949 1.20045 2.90965 1.21154 2.90981 1.20552 2.90996 1.19012 2.91012 1.1883 2.91028 1.20812 2.91043 1.23608 2.91059 1.2578 2.91075 1.27018 2.9109 1.27399 2.91106 1.2682 2.91122 1.25609 2.91138 1.24439 2.91153 1.23021 2.91169 1.20107 2.91185 1.15402 2.912 1.10587 2.91216 1.07471 2.91232 1.06097 2.91247 1.05335 2.91263 1.04451 2.91279 1.0307 2.91294 1.00558 2.9131 0.967572 2.91326 0.929385 2.91341 0.905912 2.91357 0.898522 2.91373 0.899768 2.91388 0.908996 2.91404 0.929988 2.9142 0.957038 2.91435 0.980218 2.91451 0.999725 2.91467 1.02315 2.91482 1.04648 2.91498 1.05674 2.91514 1.05399 2.9153 1.0555 2.91545 1.07204 2.91561 1.09556 2.91577 1.11441 2.91592 1.12797 2.91608 1.13537 2.91624 1.12593 2.91639 1.09469 2.91655 1.05839 2.91671 1.03982 2.91686 1.04005 2.91702 1.03735 2.91718 1.01438 2.91733 0.973452 2.91749 0.929927 2.91765 0.898693 2.9178 0.888409 2.91796 0.899459 2.91812 0.921931 2.91827 0.943562 2.91843 0.959005 2.91859 0.970401 2.91874 0.979928 2.9189 0.988054 2.91906 0.995113 2.91922 0.999013 2.91937 0.993395 2.91953 0.976819 2.91969 0.96278 2.91984 0.967459 2.92 0.988149 2.92016 1.00472 2.92031 1.00564 2.92047 1.0013 2.92063 1.00642 2.92078 1.02238 2.92094 1.045 2.9211 1.07623 2.92125 1.11553 2.92141 1.14722 2.92157 1.15359 2.92172 1.1385 2.92188 1.12228 2.92204 1.11518 2.92219 1.10879 2.92235 1.09514 2.92251 1.07934 2.92266 1.06646 2.92282 1.04863 2.92298 1.01617 2.92314 0.97448 2.92329 0.942219 2.92345 0.933173 2.92361 0.945867 2.92376 0.966876 2.92392 0.982206 2.92408 0.988398 2.92423 0.996223 2.92439 1.0166 2.92455 1.04321 2.9247 1.05698 2.92486 1.05158 2.92502 1.0439 2.92517 1.04986 2.92533 1.06223 2.92549 1.06391 2.92564 1.05573 2.9258 1.05482 2.92596 1.06603 2.92611 1.07214 2.92627 1.05575 2.92643 1.01908 2.92658 0.976334 2.92674 0.939788 2.9269 0.918349 2.92706 0.920316 2.92721 0.945567 2.92737 0.97896 2.92753 1.00305 2.92768 1.01642 2.92784 1.03253 2.928 1.0575 2.92815 1.07904 2.92831 1.07986 2.92847 1.05988 2.92862 1.03733 2.92878 1.02807 2.92894 1.03151 2.92909 1.03814 2.92925 1.04616 2.92941 1.06104 2.92956 1.08299 2.92972 1.10548 2.92988 1.12622 2.93003 1.14963 2.93019 1.17393 2.93035 1.18513 2.9305 1.1718 2.93066 1.14079 2.93082 1.11056 2.93098 1.09394 2.93113 1.09496 2.93129 1.11391 2.93145 1.14486 2.9316 1.17237 2.93176 1.18383 2.93192 1.18581 2.93207 1.19594 2.93223 1.21929 2.93239 1.2441 2.93254 1.26126 2.9327 1.27723 2.93286 1.30124 2.93301 1.32881 2.93317 1.3468 2.93333 1.34859 2.93348 1.3374 2.93364 1.31882 2.9338 1.29663 2.93395 1.27603 2.93411 1.26615 2.93427 1.27519 2.93443 1.30137 2.93458 1.33246 2.93474 1.35617 2.9349 1.37262 2.93505 1.38905 2.93521 1.40457 2.93537 1.40701 2.93552 1.39099 2.93568 1.36995 2.93584 1.36074 2.93599 1.36189 2.93615 1.35961 2.93631 1.34876 2.93646 1.33588 2.93662 1.3237 2.93678 1.30631 2.93693 1.28106 2.93709 1.253 2.93725 1.22784 2.9374 1.21109 2.93756 1.21232 2.93772 1.23622 2.93787 1.26566 2.93803 1.27099 2.93819 1.24423 2.93835 1.21042 2.9385 1.19588 2.93866 1.19574 2.93882 1.18433 2.93897 1.15083 2.93913 1.11366 2.93929 1.10069 2.93944 1.12335 2.9396 1.16921 2.93976 1.2144 2.93991 1.24497 2.94007 1.2647 2.94023 1.28251 2.94038 1.29679 2.94054 1.29738 2.9407 1.2861 2.94085 1.28153 2.94101 1.3001 2.94117 1.34002 2.94132 1.3862 2.94148 1.42649 2.94164 1.45661 2.94179 1.47743 2.94195 1.493 2.94211 1.50392 2.94227 1.50473 2.94242 1.49271 2.94258 1.479 2.94274 1.47901 2.94289 1.49116 2.94305 1.49484 2.94321 1.47667 2.94336 1.44458 2.94352 1.41305 2.94368 1.38589 2.94383 1.36198 2.94399 1.34474 2.94415 1.33455 2.9443 1.32097 2.94446 1.29564 2.94462 1.26337 2.94477 1.23311 2.94493 1.20451 2.94509 1.17735 2.94524 1.16337 2.9454 1.17497 2.94556 1.2045 2.94571 1.23019 2.94587 1.24273 2.94603 1.25149 2.94619 1.26361 2.94634 1.27045 2.9465 1.26193 2.94666 1.24628 2.94681 1.24625 2.94697 1.27359 2.94713 1.31138 2.94728 1.32669 2.94744 1.30399 2.9476 1.26346 2.94775 1.23953 2.94791 1.24424 2.94807 1.25992 2.94822 1.26566 2.94838 1.25715 2.94854 1.23811 2.94869 1.20947 2.94885 1.1776 2.94901 1.1595 2.94916 1.16445 2.94932 1.17776 2.94948 1.17619 2.94963 1.15551 2.94979 1.1338 2.94995 1.13009 2.95011 1.15157 2.95026 1.19571 2.95042 1.25103 2.95058 1.2963 2.95073 1.31162 2.95089 1.29638 2.95105 1.27039 2.9512 1.25596 2.95136 1.26095 2.95152 1.27577 2.95167 1.28137 2.95183 1.26438 2.95199 1.23135 2.95214 1.20633 2.9523 1.2081 2.95246 1.23333 2.95261 1.26519 2.95277 1.29126 2.95293 1.30627 2.95308 1.30718 2.95324 1.29481 2.9534 1.27878 2.95355 1.26833 2.95371 1.26287 2.95387 1.26036 2.95403 1.26852 2.95418 1.29476 2.95434 1.32947 2.9545 1.35404 2.95465 1.36483 2.95481 1.37419 2.95497 1.38778 2.95512 1.39585 2.95528 1.39242 2.95544 1.38856 2.95559 1.39718 2.95575 1.41416 2.95591 1.42505 2.95606 1.424 2.95622 1.41922 2.95638 1.42135 2.95653 1.43481 2.95669 1.45948 2.95685 1.49289 2.957 1.52867 2.95716 1.55577 2.95732 1.56307 2.95748 1.54802 2.95763 1.52049 2.95779 1.49742 2.95795 1.49122 2.9581 1.50174 2.95826 1.51649 2.95842 1.52048 2.95857 1.5085 2.95873 1.49209 2.95889 1.49107 2.95904 1.51308 2.9592 1.54147 2.95936 1.5503 2.95951 1.52852 2.95967 1.48506 2.95983 1.4343 2.95998 1.38804 2.96014 1.35938 2.9603 1.35773 2.96045 1.37575 2.96061 1.39258 2.96077 1.39698 2.96092 1.39546 2.96108 1.39231 2.96124 1.37653 2.9614 1.34194 2.96155 1.3065 2.96171 1.2965 2.96187 1.31798 2.96202 1.35476 2.96218 1.38972 2.96234 1.41545 2.96249 1.43042 2.96265 1.43771 2.96281 1.44628 2.96296 1.4613 2.96312 1.4763 2.96328 1.48301 2.96343 1.48512 2.96359 1.49103 2.96375 1.49938 2.9639 1.50341 2.96406 1.50574 2.96422 1.51615 2.96437 1.53534 2.96453 1.55247 2.96469 1.55788 2.96484 1.55063 2.965 1.53573 2.96516 1.52175 2.96532 1.51798 2.96547 1.52529 2.96563 1.5348 2.96579 1.5392 2.96594 1.54283 2.9661 1.55109 2.96626 1.55891 2.96641 1.55809 2.96657 1.55078 2.96673 1.54387 2.96688 1.53804 2.96704 1.53456 2.9672 1.54422 2.96735 1.57399 2.96751 1.61054 2.96767 1.63254 2.96782 1.63662 2.96798 1.63602 2.96814 1.63966 2.96829 1.6476 2.96845 1.66332 2.96861 1.69113 2.96876 1.72347 2.96892 1.74928 2.96908 1.77397 2.96924 1.81046 2.96939 1.85015 2.96955 1.86565 2.96971 1.84633 2.96986 1.81516 2.97002 1.80024 2.97018 1.80624 2.97033 1.81799 2.97049 1.81983 2.97065 1.8053 2.9708 1.77971 2.97096 1.76067 2.97112 1.76079 2.97127 1.76837 2.97143 1.75717 2.97159 1.72158 2.97174 1.68532 2.9719 1.66847 2.97206 1.66343 2.97221 1.65208 2.97237 1.63397 2.97253 1.62084 2.97268 1.61556 2.97284 1.61058 2.973 1.60408 2.97316 1.6036 2.97331 1.6137 2.97347 1.63114 2.97363 1.65027 2.97378 1.66861 2.97394 1.68581 2.9741 1.70069 2.97425 1.7095 2.97441 1.70991 2.97457 1.70608 2.97472 1.70591 2.97488 1.70991 2.97504 1.70757 2.97519 1.69542 2.97535 1.68959 2.97551 1.70932 2.97566 1.75127 2.97582 1.79312 2.97598 1.82185 2.97613 1.84279 2.97629 1.85895 2.97645 1.8621 2.9766 1.84951 2.97676 1.83499 2.97692 1.83201 2.97708 1.83608 2.97723 1.83357 2.97739 1.82176 2.97755 1.81046 2.9777 1.8108 2.97786 1.82828 2.97802 1.86208 2.97817 1.90583 2.97833 1.95129 2.97849 1.99377 2.97864 2.02941 2.9788 2.05079 2.97896 2.05415 2.97911 2.05281 2.97927 2.06919 2.97943 2.11172 2.97958 2.16594 2.97974 2.2112 2.9799 2.23818 2.98005 2.24663 2.98021 2.24007 2.98037 2.2275 2.98053 2.22188 2.98068 2.23044 2.98084 2.2495 2.981 2.27119 2.98115 2.288 2.98131 2.29416 2.98147 2.29073 2.98162 2.29188 2.98178 2.31167 2.98194 2.34337 2.98209 2.36235 2.98225 2.35251 2.98241 2.32103 2.98256 2.28531 2.98272 2.25801 2.98288 2.2456 2.98303 2.24812 2.98319 2.25455 2.98335 2.25137 2.9835 2.23905 2.98366 2.23252 2.98382 2.24045 2.98397 2.25905 2.98413 2.2853 2.98429 2.3202 2.98445 2.35757 2.9846 2.38692 2.98476 2.41283 2.98492 2.45224 2.98507 2.50199 2.98523 2.53179 2.98539 2.52368 2.98554 2.50105 2.9857 2.49966 2.98586 2.52538 2.98601 2.55924 2.98617 2.59108 2.98633 2.6264 2.98648 2.66626 2.98664 2.70244 2.9868 2.73359 2.98695 2.7661 2.98711 2.7985 2.98727 2.81885 2.98742 2.82211 2.98758 2.81907 2.98774 2.82679 2.98789 2.85704 2.98805 2.91528 2.98821 2.99949 2.98837 3.09862 2.98852 3.19564 2.98868 3.27608 2.98884 3.33127 2.98899 3.3584 2.98915 3.36431 2.98931 3.36682 2.98946 3.38613 2.98962 3.43209 2.98978 3.49971 2.98993 3.57659 2.99009 3.65111 2.99025 3.71681 2.9904 3.77326 2.99056 3.82315 2.99072 3.86859 2.99087 3.91301 2.99103 3.96443 2.99119 4.03019 2.99134 4.10912 2.9915 4.19663 2.99166 4.29796 2.99181 4.42517 2.99197 4.57819 2.99213 4.73967 2.99229 4.90042 2.99244 5.08089 2.9926 5.31523 2.99276 5.61536 2.99291 5.96139 2.99307 6.32863 2.99323 6.71572 2.99338 7.14207 2.99354 7.62027 2.9937 8.13594 2.99385 8.65322 2.99401 9.13233 2.99417 9.53331 2.99432 9.81016 2.99448 9.91631 2.99464 9.83387 2.99479 9.59444 2.99495 9.26634 2.99511 8.92253 2.99526 8.62132 2.99542 8.40249 2.99558 8.28259 2.99573 8.25415 2.99589 8.30255 2.99605 8.42384 2.99621 8.61809 2.99636 8.87386 2.99652 9.17532 2.99668 9.52441 2.99683 9.94092 2.99699 10.4441 2.99715 11.0475 2.9973 11.7712 2.99746 12.6413 2.99762 13.6784 2.99777 14.9053 2.99793 16.3728 2.99809 18.1575 2.99824 20.3315 2.9984 22.9467 2.99856 26.0574 2.99871 29.7413 2.99887 34.0869 2.99903 39.1623 2.99918 44.9849 2.99934 51.4786 2.9995 58.4202 2.99965 65.403 2.99981 71.842 2.99997 77.0119 3.00013 80.1218 3.00028 80.4745 3.00044 77.7157 3.0006 72.0701 3.00075 64.3971 3.00091 55.9558 3.00107 47.9577 3.00122 41.16 3.00138 35.7523 3.00154 31.5587 3.00169 28.3215 3.00185 25.8356 3.00201 23.9315 3.00216 22.4522 3.00232 21.2815 3.00248 20.3548 3.00263 19.6231 3.00279 19.0343 3.00295 18.5532 3.0031 18.1692 3.00326 17.874 3.00342 17.6586 3.00358 17.5325 3.00373 17.5108 3.00389 17.5738 3.00405 17.6743 3.0042 17.7947 3.00436 17.9634 3.00452 18.2001 3.00467 18.4919 3.00483 18.8419 3.00499 19.3025 3.00514 19.9277 3.0053 20.7247 3.00546 21.6871 3.00561 22.8483 3.00577 24.2657 3.00593 25.9781 3.00608 28.016 3.00624 30.4384 3.0064 33.3275 3.00655 36.7537 3.00671 40.7752 3.00687 45.4508 3.00702 50.8137 3.00718 56.8213 3.00734 63.3352 3.0075 70.1193 3.00765 76.8166 3.00781 82.9345 3.00797 87.8989 3.00812 91.1698 3.00828 92.3839 3.00844 91.5135 3.00859 88.9963 3.00875 85.7138 3.00891 82.7454 3.00906 81.0336 3.00922 81.1853 3.00938 83.4799 3.00953 87.9759 3.00969 94.5981 3.00985 103.175 3.01 113.424 3.01016 124.869 3.01032 136.745 3.01047 147.947 3.01063 157.088 3.01079 162.648 3.01094 163.244 3.0111 158.061 3.01126 147.315 3.01142 132.43 3.01157 115.674 3.01173 99.3605 3.01189 85.0699 3.01204 73.3596 3.0122 64.0426 3.01236 56.6733 3.01251 50.8374 3.01267 46.185 3.01283 42.4061 3.01298 39.2703 3.01314 36.6492 3.0133 34.4601 3.01345 32.6179 3.01361 31.0562 3.01377 29.7493 3.01392 28.6693 3.01408 27.7517 3.01424 26.9301 3.01439 26.1782 3.01455 25.4875 3.01471 24.8369 3.01486 24.2209 3.01502 23.6775 3.01518 23.2483 3.01534 22.9257 3.01549 22.6762 3.01565 22.4926 3.01581 22.3867 3.01596 22.3502 3.01612 22.3635 3.01628 22.4275 3.01643 22.5522 3.01659 22.7279 3.01675 22.9432 3.0169 23.2162 3.01706 23.5717 3.01722 24.004 3.01737 24.4963 3.01753 25.0573 3.01769 25.7013 3.01784 26.4096 3.018 27.1524 3.01816 27.9391 3.01831 28.8093 3.01847 29.7842 3.01863 30.8585 3.01878 32.0292 3.01894 33.2934 3.0191 34.634 3.01926 36.0365 3.01941 37.5096 3.01957 39.0589 3.01973 40.6635 3.01988 42.3084 3.02004 44.0201 3.0202 45.8387 3.02035 47.7779 3.02051 49.8503 3.02067 52.0943 3.02082 54.5335 3.02098 57.1376 3.02114 59.8754 3.02129 62.7852 3.02145 65.9517 3.02161 69.4553 3.02176 73.3958 3.02192 77.9305 3.02208 83.2203 3.02223 89.3674 3.02239 96.4704 3.02255 104.717 3.0227 114.366 3.02286 125.676 3.02302 138.941 3.02318 154.577 3.02333 173.107 3.02349 195.089 3.02365 221.157 3.0238 252.099 3.02396 288.856 3.02412 332.479 3.02427 384.202 3.02443 445.494 3.02459 517.831 3.02474 602.182 3.0249 698.341 3.02506 804.126 3.02521 914.461 3.02537 1020.81 3.02553 1111.52 3.02568 1173.12 3.02584 1192.72 3.026 1161.79 3.02615 1080.79 3.02631 961.736 3.02647 825.335 3.02662 693.058 3.02678 579.174 3.02694 488.088 3.0271 417.365 3.02725 362.369 3.02741 318.894 3.02757 283.641 3.02772 254.179 3.02788 229.078 3.02804 207.779 3.02819 190.073 3.02835 175.673 3.02851 164.166 3.02866 155.125 3.02882 148.142 3.02898 142.831 3.02913 138.869 3.02929 136.025 3.02945 134.14 3.0296 133.111 3.02976 132.912 3.02992 133.571 3.03007 135.135 3.03023 137.643 3.03039 141.144 3.03055 145.715 3.0307 151.445 3.03086 158.442 3.03102 166.859 3.03117 176.92 3.03133 188.92 3.03149 203.224 3.03164 220.292 3.0318 240.706 3.03196 265.191 3.03211 294.582 3.03227 329.81 3.03243 371.874 3.03258 421.77 3.03274 480.315 3.0329 547.898 3.03305 624.181 3.03321 707.754 3.03337 795.786 3.03352 883.884 3.03368 966.357 3.03384 1036.98 3.03399 1090.31 3.03415 1123.45 3.03431 1137.96 3.03447 1140.37 3.03462 1140.34 3.03478 1146.84 3.03494 1164.44 3.03509 1191.96 3.03525 1223.41 3.03541 1250.15 3.03556 1262.85 3.03572 1253.19 3.03588 1215.85 3.03603 1150.54 3.03619 1062.97 3.03635 963.627 3.0365 864.512 3.03666 775.325 3.03682 701.338 3.03697 643.746 3.03713 601.504 3.03729 572.988 3.03744 556.741 3.0376 551.674 3.03776 557.145 3.03791 572.976 3.03807 599.326 3.03823 636.527 3.03839 684.925 3.03854 744.627 3.0387 815.116 3.03886 894.85 3.03901 980.922 3.03917 1068.79 3.03933 1152.25 3.03948 1223.91 3.03964 1276.23 3.0398 1303.2 3.03995 1302.31 3.04011 1276.26 3.04027 1233.21 3.04042 1184.63 3.04058 1141.26 3.04074 1109.43 3.04089 1089.6 3.04105 1077.23 3.04121 1064.96 3.04136 1044.56 3.04152 1008.71 3.04168 952.698 3.04183 876.222 3.04199 784.248 3.04215 685.852 3.04231 591.024 3.04246 507.142 3.04262 437.239 3.04278 380.761 3.04293 335.532 3.04309 299.249 3.04325 269.967 3.0434 246.087 3.04356 226.359 3.04372 209.896 3.04387 196.077 3.04403 184.441 3.04419 174.668 3.04434 166.565 3.0445 159.997 3.04466 154.829 3.04481 150.939 3.04497 148.256 3.04513 146.724 3.04528 146.273 3.04544 146.835 3.0456 148.39 3.04575 150.963 3.04591 154.588 3.04607 159.292 3.04623 165.13 3.04638 172.223 3.04654 180.754 3.0467 190.948 3.04685 203.089 3.04701 217.564 3.04717 234.874 3.04732 255.616 3.04748 280.48 3.04764 310.266 3.04779 345.892 3.04795 388.376 3.04811 438.834 3.04826 498.443 3.04842 568.278 3.04858 648.92 3.04873 739.836 3.04889 838.563 3.04905 939.868 3.0492 1035.31 3.04936 1113.69 3.04952 1162.49 3.04967 1170.36 3.04983 1130.48 3.04999 1044.22 3.05015 923.114 3.0503 786.477 3.05046 654.594 3.05062 541.375 3.05077 451.311 3.05093 381.899 3.05109 328.24 3.05124 285.968 3.0514 251.791 3.05156 223.237 3.05171 198.678 3.05187 177.331 3.05203 158.887 3.05218 143.101 3.05234 129.688 3.0525 118.346 3.05265 108.744 3.05281 100.537 3.05297 93.4694 3.05312 87.3879 3.05328 82.1506 3.05344 77.5966 3.0536 73.6265 3.05375 70.2157 3.05391 67.3127 3.05407 64.7974 3.05422 62.5655 3.05438 60.5746 3.05454 58.7775 3.05469 57.0806 3.05485 55.404 3.05501 53.7294 3.05516 52.0694 3.05532 50.4422 3.05548 48.8942 3.05563 47.4793 3.05579 46.1847 3.05595 44.9319 3.0561 43.6702 3.05626 42.4176 3.05642 41.1951 3.05657 39.9852 3.05673 38.7896 3.05689 37.666 3.05704 36.6711 3.0572 35.8094 3.05736 35.0734 3.05752 34.4819 3.05767 34.0414 3.05783 33.7061 3.05799 33.4217 3.05814 33.1789 3.0583 32.9869 3.05846 32.8262 3.05861 32.6619 3.05877 32.485 3.05893 32.3103 3.05908 32.1522 3.05924 32.0316 3.0594 31.9865 3.05955 32.0484 3.05971 32.2171 3.05987 32.4775 3.06002 32.8201 3.06018 33.2347 3.06034 33.7084 3.06049 34.253 3.06065 34.9178 3.06081 35.7556 3.06096 36.7959 3.06112 38.0679 3.06128 39.6288 3.06144 41.5504 3.06159 43.893 3.06175 46.7081 3.06191 50.0516 3.06206 53.9802 3.06222 58.5529 3.06238 63.8504 3.06253 69.9726 3.06269 77.0023 3.06285 84.9886 3.063 93.973 3.06316 103.996 3.06332 115.047 3.06347 127.004 3.06363 139.626 3.06379 152.525 3.06394 165.087 3.0641 176.404 3.06426 185.315 3.06441 190.573 3.06457 191.078 3.06473 186.195 3.06488 176.141 3.06504 162.22 3.0652 146.581 3.06536 131.513 3.06551 118.669 3.06567 108.716 3.06583 101.549 3.06598 96.7524 3.06614 93.9275 3.0663 92.7483 3.06645 92.8845 3.06661 93.9432 3.06677 95.4553 3.06692 96.8653 3.06708 97.5358 3.06724 96.8159 3.06739 94.1863 3.06755 89.434 3.06771 82.7795 3.06786 74.8731 3.06802 66.6062 3.06818 58.8005 3.06833 51.9589 3.06849 46.2254 3.06865 41.5155 3.0688 37.6592 3.06896 34.4774 3.06912 31.822 3.06928 29.6025 3.06943 27.7711 3.06959 26.2769 3.06975 25.0478 3.0699 24.0208 3.07006 23.1647 3.07022 22.4659 3.07037 21.9089 3.07053 21.478 3.07069 21.1664 3.07084 20.9693 3.071 20.8776 3.07116 20.8787 3.07131 20.9479 3.07147 21.0442 3.07163 21.1366 3.07178 21.2406 3.07194 21.4089 3.0721 21.6829 3.07225 22.0746 3.07241 22.5959 3.07257 23.2788 3.07272 24.1522 3.07288 25.2247 3.07304 26.5108 3.0732 28.0605 3.07335 29.9567 3.07351 32.2976 3.07367 35.193 3.07382 38.7499 3.07398 43.0387 3.07414 48.0706 3.07429 53.7952 3.07445 60.0727 3.07461 66.6065 3.07476 72.8964 3.07492 78.2686 3.07508 81.9625 3.07523 83.2445 3.07539 81.5831 3.07555 76.8933 3.0757 69.7162 3.07586 61.1431 3.07602 52.4498 3.07617 44.6429 3.07633 38.1948 3.07649 33.0915 3.07665 29.084 3.0768 25.9203 3.07696 23.4215 3.07712 21.4494 3.07727 19.8817 3.07743 18.6288 3.07759 17.6395 3.07774 16.8711 3.0779 16.2729 3.07806 15.8076 3.07821 15.4703 3.07837 15.2715 3.07853 15.2169 3.07868 15.3142 3.07884 15.5802 3.079 16.0218 3.07915 16.6232 3.07931 17.3711 3.07947 18.2838 3.07962 19.395 3.07978 20.7082 3.07994 22.1786 3.08009 23.7367 3.08025 25.3172 3.08041 26.8578 3.08057 28.28 3.08072 29.4783 3.08088 30.3328 3.08104 30.7416 3.08119 30.6486 3.08135 30.0476 3.08151 28.9697 3.08166 27.48 3.08182 25.6789 3.08198 23.6885 3.08213 21.6285 3.08229 19.6057 3.08245 17.7123 3.0826 16.0121 3.08276 14.5227 3.08292 13.2311 3.08307 12.1278 3.08323 11.2116 3.08339 10.462 3.08354 9.83045 3.0837 9.27467 3.08386 8.78238 3.08401 8.35624 3.08417 7.99151 3.08433 7.68185 3.08449 7.42661 3.08464 7.21825 3.0848 7.03523 3.08496 6.85987 3.08511 6.69208 3.08527 6.53584 3.08543 6.38542 3.08558 6.23782 3.08574 6.10413 3.0859 5.99396 3.08605 5.89965 3.08621 5.81054 3.08637 5.73026 3.08652 5.66298 3.08668 5.59556 3.08684 5.5113 3.08699 5.41315 3.08715 5.3171 3.08731 5.2299 3.08746 5.14853 3.08762 5.0744 3.08778 5.0099 3.08793 4.94709 3.08809 4.8786 3.08825 4.81507 3.08841 4.77446 3.08856 4.75445 3.08872 4.73106 3.08888 4.68586 3.08903 4.62294 3.08919 4.55929 3.08935 4.51187 3.0895 4.49071 3.08966 4.49172 3.08982 4.4949 3.08997 4.48141 3.09013 4.4536 3.09029 4.42901 3.09044 4.41652 3.0906 4.40739 3.09076 4.39014 3.09091 4.36212 3.09107 4.32607 3.09123 4.28386 3.09138 4.23845 3.09154 4.19455 3.0917 4.15521 3.09185 4.12174 3.09201 4.09816 3.09217 4.08972 3.09233 4.09789 3.09248 4.11764 3.09264 4.13792 3.0928 4.14424 3.09295 4.12542 3.09311 4.08461 3.09327 4.04001 3.09342 4.00672 3.09358 3.98291 3.09374 3.95833 3.09389 3.93042 3.09405 3.90293 3.09421 3.8734 3.09436 3.83258 3.09452 3.77858 3.09468 3.72207 3.09483 3.67634 3.09499 3.64681 3.09515 3.62949 3.0953 3.61611 3.09546 3.59902 3.09562 3.57326 3.09577 3.53761 3.09593 3.49386 3.09609 3.44902 3.09625 3.41537 3.0964 3.40175 3.09656 3.40186 3.09672 3.39714 3.09687 3.37645 3.09703 3.34732 3.09719 3.32521 3.09734 3.31683 3.0975 3.3162 3.09766 3.31247 3.09781 3.29474 3.09797 3.25814 3.09813 3.21037 3.09828 3.16778 3.09844 3.14131 3.0986 3.12807 3.09875 3.12005 3.09891 3.11328 3.09907 3.10491 3.09922 3.0885 3.09938 3.06039 3.09954 3.02763 3.0997 3.00289 3.09985 2.99385 3.10001 2.9995 3.10017 3.01385 3.10032 3.02917 3.10048 3.0432 3.10064 3.06243 3.10079 3.09579 3.10095 3.14137 3.10111 3.18578 3.10126 3.21714 3.10142 3.23266 3.10158 3.2332 3.10173 3.22073 3.10189 3.20737 3.10205 3.2111 3.1022 3.23727 3.10236 3.27225 3.10252 3.30346 3.10267 3.33643 3.10283 3.38256 3.10299 3.44105 3.10314 3.49772 3.1033 3.53729 3.10346 3.54936 3.10362 3.53311 3.10377 3.50664 3.10393 3.49975 3.10409 3.5253 3.10424 3.56431 3.1044 3.5889 3.10456 3.59301 3.10471 3.58945 3.10487 3.5874 3.10503 3.58592 3.10518 3.5835 3.10534 3.58084 3.1055 3.57628 3.10565 3.56847 3.10581 3.5603 3.10597 3.55181 3.10612 3.53267 3.10628 3.49265 3.10644 3.4345 3.10659 3.36774 3.10675 3.29736 3.10691 3.22606 3.10706 3.16205 3.10722 3.1103 3.10738 3.06339 3.10754 3.01194 3.10769 2.96261 3.10785 2.9329 3.10801 2.93186 3.10816 2.95413 3.10832 2.99043 3.10848 3.02991 3.10863 3.05805 3.10879 3.06564 3.10895 3.06055 3.1091 3.05831 3.10926 3.06367 3.10942 3.07138 3.10957 3.08193 3.10973 3.1 3.10989 3.12052 3.11004 3.12769 3.1102 3.11293 3.11036 3.08273 3.11051 3.04774 3.11067 3.01601 3.11083 2.99394 3.11098 2.98332 3.11114 2.97533 3.1113 2.9578 3.11146 2.93203 3.11161 2.91156 3.11177 2.90288 3.11193 2.89916 3.11208 2.89375 3.11224 2.88957 3.1124 2.89099 3.11255 2.89626 3.11271 2.90171 3.11287 2.90492 3.11302 2.90147 3.11318 2.88745 3.11334 2.86749 3.11349 2.85106 3.11365 2.83855 3.11381 2.8209 3.11396 2.79603 3.11412 2.77429 3.11428 2.7616 3.11443 2.74991 3.11459 2.73073 3.11475 2.7113 3.1149 2.70619 3.11506 2.71774 3.11522 2.73223 3.11538 2.7334 3.11553 2.7145 3.11569 2.68032 3.11585 2.64345 3.116 2.61505 3.11616 2.59585 3.11632 2.5783 3.11647 2.55922 3.11663 2.54387 3.11679 2.53376 3.11694 2.52082 3.1171 2.50154 3.11726 2.49003 3.11741 2.50341 3.11757 2.53534 3.11773 2.55976 3.11788 2.56319 3.11804 2.55919 3.1182 2.56413 3.11835 2.57244 3.11851 2.56907 3.11867 2.55692 3.11882 2.55367 3.11898 2.5639 3.11914 2.57357 3.1193 2.57562 3.11945 2.58481 3.11961 2.61495 3.11977 2.65826 3.11992 2.69838 3.12008 2.73237 3.12024 2.76433 3.12039 2.78734 3.12055 2.79318 3.12071 2.79555 3.12086 2.8196 3.12102 2.86801 3.12118 2.9162 3.12133 2.94706 3.12149 2.97077 3.12165 3.0019 3.1218 3.03487 3.12196 3.05495 3.12212 3.05958 3.12227 3.0571 3.12243 3.05217 3.12259 3.04323 3.12275 3.02721 3.1229 2.99797 3.12306 2.95084 3.12322 2.89622 3.12337 2.85521 3.12353 2.83289 3.12369 2.80629 3.12384 2.75591 3.124 2.69542 3.12416 2.65487 3.12431 2.64209 3.12447 2.64039 3.12463 2.63823 3.12478 2.6417 3.12494 2.65742 3.1251 2.68321 3.12525 2.71773 3.12541 2.76729 3.12557 2.83535 3.12572 2.91555 3.12588 2.99506 3.12604 3.05679 3.12619 3.08016 3.12635 3.05284 3.12651 2.98551 3.12667 2.90553 3.12682 2.83553 3.12698 2.78412 3.12714 2.7534 3.12729 2.74303 3.12745 2.74366 3.12761 2.74012 3.12776 2.72967 3.12792 2.7252 3.12808 2.73844 3.12823 2.76636 3.12839 2.79938 3.12855 2.83279 3.1287 2.86463 3.12886 2.88894 3.12902 2.90143 3.12917 2.90841 3.12933 2.92105 3.12949 2.94105 3.12964 2.95604 3.1298 2.95431 3.12996 2.94102 3.13011 2.93734 3.13027 2.9591 3.13043 2.99921 3.13059 3.03351 3.13074 3.0456 3.1309 3.04037 3.13106 3.03278 3.13121 3.03066 3.13137 3.03006 3.13153 3.02133 3.13168 2.99384 3.13184 2.94221 3.132 2.87224 3.13215 2.79806 3.13231 2.72749 3.13247 2.65787 3.13262 2.59019 3.13278 2.53828 3.13294 2.51267 3.13309 2.50183 3.13325 2.48156 3.13341 2.44149 3.13356 2.39343 3.13372 2.35432 3.13388 2.33057 3.13403 2.31713 3.13419 2.30306 3.13435 2.27898 3.13451 2.24531 3.13466 2.21508 3.13482 2.20398 3.13498 2.21659 3.13513 2.24397 3.13529 2.26941 3.13545 2.27548 3.1356 2.25349 3.13576 2.21384 3.13592 2.18136 3.13607 2.17185 3.13623 2.17965 3.13639 2.19225 3.13654 2.2071 3.1367 2.22373 3.13686 2.23072 3.13701 2.21767 3.13717 2.19447 3.13733 2.18135 3.13748 2.18315 3.13764 2.18734 3.1378 2.18799 3.13795 2.19369 3.13811 2.20903 3.13827 2.22478 3.13843 2.23357 3.13858 2.24485 3.13874 2.27535 3.1389 2.33002 3.13905 2.39491 3.13921 2.4477 3.13937 2.47353 3.13952 2.47785 3.13968 2.48264 3.13984 2.50554 3.13999 2.54315 3.14015 2.58108 3.14031 2.61483 3.14046 2.65266 3.14062 2.69796 3.14078 2.74123 3.14093 2.77062 3.14109 2.78515 3.14125 2.79451 3.1414 2.8097 3.14156 2.8341 3.14172 2.86136 3.14187 2.88299 3.14203 2.89967 3.14219 2.91897 3.14235 2.94167 3.1425 2.95925 3.14266 2.96709 3.14282 2.96746 3.14297 2.9561 3.14313 2.92153 3.14329 2.86952 3.14344 2.83124 3.1436 2.82798 3.14376 2.83975 3.14391 2.82981 3.14407 2.78936 3.14423 2.73866 3.14438 2.69262 3.14454 2.65184 3.1447 2.62248 3.14485 2.61439 3.14501 2.61881 3.14517 2.61124 3.14532 2.58225 3.14548 2.54574 3.14564 2.51353 3.14579 2.48274 3.14595 2.45254 3.14611 2.43189 3.14627 2.4221 3.14642 2.41107 3.14658 2.39023 3.14674 2.36364 3.14689 2.33563 3.14705 2.30659 3.14721 2.2851 3.14736 2.28477 3.14752 2.30392 3.14768 2.32544 3.14783 2.34315 3.14799 2.36488 3.14815 2.38506 3.1483 2.37958 3.14846 2.34183 3.14862 2.30104 3.14877 2.28745 3.14893 2.29559 3.14909 2.29991 3.14924 2.29095 3.1494 2.2782 3.14956 2.2704 3.14972 2.27203 3.14987 2.28892 3.15003 2.32032 3.15019 2.35243 3.15034 2.37184 3.1505 2.38073 3.15066 2.38768 3.15081 2.3927 3.15097 2.39334 3.15113 2.39525 3.15128 2.4034 3.15144 2.41265 3.1516 2.41942 3.15175 2.43617 3.15191 2.47763 3.15207 2.53812 3.15222 2.59536 3.15238 2.63338 3.15254 2.65011 3.15269 2.64723 3.15285 2.62548 3.15301 2.58914 3.15316 2.54599 3.15332 2.50232 3.15348 2.46522 3.15364 2.44292 3.15379 2.43774 3.15395 2.44154 3.15411 2.4445 3.15426 2.44323 3.15442 2.43662 3.15458 2.42381 3.15473 2.40938 3.15489 2.40176 3.15505 2.40138 3.1552 2.40066 3.15536 2.39971 3.15552 2.40837 3.15567 2.42571 3.15583 2.43418 3.15599 2.42617 3.15614 2.41718 3.1563 2.42054 3.15646 2.42314 3.15661 2.40614 3.15677 2.37538 3.15693 2.35006 3.15708 2.33134 3.15724 2.307 3.1574 2.28033 3.15756 2.2697 3.15771 2.27945 3.15787 2.29342 3.15803 2.30021 3.15818 2.3052 3.15834 2.31182 3.1585 2.30976 3.15865 2.29022 3.15881 2.25948 3.15897 2.23075 3.15912 2.21071 3.15928 2.19897 3.15944 2.19218 3.15959 2.18663 3.15975 2.1813 3.15991 2.18051 3.16006 2.18671 3.16022 2.19033 3.16038 2.17576 3.16053 2.14014 3.16069 2.09922 3.16085 2.07334 3.161 2.07296 3.16116 2.09455 3.16132 2.12366 3.16148 2.14067 3.16163 2.13179 3.16179 2.09557 3.16195 2.03872 3.1621 1.973 3.16226 1.91686 3.16242 1.88931 3.16257 1.89114 3.16273 1.89937 3.16289 1.89357 3.16304 1.87823 3.1632 1.86883 3.16336 1.86313 3.16351 1.84534 3.16367 1.81423 3.16383 1.78896 3.16398 1.78495 3.16414 1.80013 3.1643 1.82697 3.16445 1.85964 3.16461 1.88742 3.16477 1.89466 3.16492 1.87666 3.16508 1.84537 3.16524 1.81676 3.1654 1.80153 3.16555 1.80836 3.16571 1.84058 3.16587 1.88381 3.16602 1.91213 3.16618 1.91438 3.16634 1.90556 3.16649 1.90462 3.16665 1.91143 3.16681 1.91481 3.16696 1.91307 3.16712 1.91419 3.16728 1.92283 3.16743 1.93745 3.16759 1.95865 3.16775 1.99019 3.1679 2.03063 3.16806 2.06949 3.16822 2.09322 3.16837 2.09629 3.16853 2.08697 3.16869 2.08273 3.16884 2.09465 3.169 2.11537 3.16916 2.12806 3.16932 2.12674 3.16947 2.11972 3.16963 2.11341 3.16979 2.10455 3.16994 2.09252 3.1701 2.08842 3.17026 2.10074 3.17041 2.12064 3.17057 2.13236 3.17073 2.1335 3.17088 2.13622 3.17104 2.14765 3.1712 2.16201 3.17135 2.17447 3.17151 2.18956 3.17167 2.21056 3.17182 2.22654 3.17198 2.22087 3.17214 2.19094 3.17229 2.15259 3.17245 2.12307 3.17261 2.10613 3.17277 2.09948 3.17292 2.10661 3.17308 2.134 3.17324 2.17782 3.17339 2.22333 3.17355 2.25976 3.17371 2.28964 3.17386 2.32026 3.17402 2.35334 3.17418 2.38558 3.17433 2.41336 3.17449 2.4314 3.17465 2.43372 3.1748 2.42384 3.17496 2.41758 3.17512 2.42735 3.17527 2.44882 3.17543 2.47006 3.17559 2.48934 3.17574 2.51347 3.1759 2.54421 3.17606 2.57684 3.17621 2.61167 3.17637 2.65443 3.17653 2.70054 3.17669 2.73375 3.17684 2.74321 3.177 2.7391 3.17716 2.74273 3.17731 2.76946 3.17747 2.82173 3.17763 2.89231 3.17778 2.96879 3.17794 3.0427 3.1781 3.11909 3.17825 3.20907 3.17841 3.31261 3.17857 3.41305 3.17872 3.50272 3.17888 3.60231 3.17904 3.74568 3.17919 3.94453 3.17935 4.17944 3.17951 4.4261 3.17966 4.68357 3.17982 4.96541 3.17998 5.27342 3.18013 5.58785 3.18029 5.88467 3.18045 6.15232 3.18061 6.389 3.18076 6.58892 3.18092 6.74304 3.18108 6.85339 3.18123 6.94082 3.18139 7.03165 3.18155 7.13689 3.1817 7.24644 3.18186 7.33289 3.18202 7.35757 3.18217 7.27688 3.18233 7.0591 3.18249 6.70816 3.18264 6.2728 3.1828 5.82483 3.18296 5.41797 3.18311 5.06554 3.18327 4.75619 3.18343 4.48721 3.18358 4.27297 3.18374 4.11915 3.1839 4.00335 3.18405 3.89623 3.18421 3.79506 3.18437 3.72082 3.18453 3.68267 3.18468 3.6638 3.18484 3.6465 3.185 3.63394 3.18515 3.63587 3.18531 3.64737 3.18547 3.65828 3.18562 3.67541 3.18578 3.71362 3.18594 3.77078 3.18609 3.82376 3.18625 3.85282 3.18641 3.85569 3.18656 3.84008 3.18672 3.81375 3.18688 3.78623 3.18703 3.77106 3.18719 3.77897 3.18735 3.80866 3.1875 3.85036 3.18766 3.8914 3.18782 3.92137 3.18797 3.94029 3.18813 3.95962 3.18829 3.99264 3.18845 4.03903 3.1886 4.08532 3.18876 4.12197 3.18892 4.15456 3.18907 4.19688 3.18923 4.25557 3.18939 4.32281 3.18954 4.38338 3.1897 4.43262 3.18986 4.48408 3.19001 4.55335 3.19017 4.63822 3.19033 4.7208 3.19048 4.79619 3.19064 4.88154 3.1908 4.99027 3.19095 5.10878 3.19111 5.21403 3.19127 5.30573 3.19142 5.40507 3.19158 5.52586 3.19174 5.66298 3.19189 5.8112 3.19205 5.9731 3.19221 6.14562 3.19237 6.31448 3.19252 6.4694 3.19268 6.61545 3.19284 6.7649 3.19299 6.92784 3.19315 7.11334 3.19331 7.32798 3.19346 7.56802 3.19362 7.82298 3.19378 8.08933 3.19393 8.37112 3.19409 8.66662 3.19425 8.96639 3.1944 9.27201 3.19456 9.60104 3.19472 9.96687 3.19487 10.3625 3.19503 10.7735 3.19519 11.1995 3.19534 11.6527 3.1955 12.1443 3.19566 12.6806 3.19582 13.2643 3.19597 13.8925 3.19613 14.5592 3.19629 15.267 3.19644 16.0261 3.1966 16.834 3.19676 17.6626 3.19691 18.4728 3.19707 19.231 3.19723 19.8991 3.19738 20.4261 3.19754 20.7784 3.1977 20.9869 3.19785 21.1477 3.19801 21.3674 3.19817 21.7101 3.19832 22.1867 3.19848 22.7763 3.19864 23.4476 3.19879 24.1741 3.19895 24.9495 3.19911 25.791 3.19926 26.7252 3.19942 27.774 3.19958 28.9536 3.19974 30.2861 3.19989 31.8034 3.20005 33.5446 3.20021 35.5492 3.20036 37.8533 3.20052 40.4907 3.20068 43.5005 3.20083 46.9387 3.20099 50.8836 3.20115 55.4302 3.2013 60.6865 3.20146 66.7805 3.20162 73.8685 3.20177 82.1302 3.20193 91.7492 3.20209 102.899 3.20224 115.744 3.2024 130.43 3.20256 147.05 3.20271 165.572 3.20287 185.738 3.20303 206.992 3.20318 228.44 3.20334 248.868 3.2035 266.818 3.20366 280.721 3.20381 289.096 3.20397 290.828 3.20413 285.459 3.20428 273.386 3.20444 255.843 3.2046 234.625 3.20475 211.664 3.20491 188.649 3.20507 166.809 3.20522 146.893 3.20538 129.248 3.20554 113.933 3.20569 100.814 3.20585 89.6441 3.20601 80.1467 3.20616 72.0625 3.20632 65.1673 3.20648 59.2676 3.20663 54.2028 3.20679 49.8506 3.20695 46.1166 3.2071 42.9068 3.20726 40.1208 3.20742 37.6741 3.20758 35.5165 3.20773 33.618 3.20789 31.9391 3.20805 30.4274 3.2082 29.0416 3.20836 27.7673 3.20852 26.6072 3.20867 25.5601 3.20883 24.6156 3.20899 23.7607 3.20914 22.988 3.2093 22.2955 3.20946 21.6783 3.20961 21.1211 3.20977 20.6036 3.20993 20.1162 3.21008 19.6668 3.21024 19.2678 3.2104 18.9204 3.21055 18.6163 3.21071 18.3499 3.21087 18.1193 3.21102 17.9171 3.21118 17.728 3.21134 17.5387 3.2115 17.3467 3.21165 17.1596 3.21181 16.9908 3.21197 16.8549 3.21212 16.7604 3.21228 16.7073 3.21244 16.6951 3.21259 16.731 3.21275 16.8267 3.21291 16.9852 3.21306 17.1959 3.21322 17.441 3.21338 17.704 3.21353 17.9769 3.21369 18.2616 3.21385 18.5608 3.214 18.8656 3.21416 19.1599 3.21432 19.442 3.21447 19.735 3.21463 20.0664 3.21479 20.4456 3.21494 20.8737 3.2151 21.363 3.21526 21.9314 3.21542 22.5743 3.21557 23.2624 3.21573 23.9688 3.21589 24.6872 3.21604 25.425 3.2162 26.1947 3.21636 27.012 3.21651 27.8845 3.21667 28.7942 3.21683 29.7009 3.21698 30.5706 3.21714 31.3885 3.2173 32.142 3.21745 32.8088 3.21761 33.3811 3.21777 33.8933 3.21792 34.4105 3.21808 34.9894 3.21824 35.6573 3.21839 36.4175 3.21855 37.2603 3.21871 38.1658 3.21887 39.1105 3.21902 40.084 3.21918 41.106 3.21934 42.2297 3.21949 43.5293 3.21965 45.077 3.21981 46.9286 3.21996 49.1281 3.22012 51.7231 3.22028 54.773 3.22043 58.342 3.22059 62.4964 3.22075 67.314 3.2209 72.8936 3.22106 79.3576 3.22122 86.8539 3.22137 95.5608 3.22153 105.684 3.22169 117.444 3.22184 131.059 3.222 146.712 3.22216 164.511 3.22231 184.438 3.22247 206.303 3.22263 229.684 3.22279 253.855 3.22294 277.742 3.2231 299.948 3.22326 318.876 3.22341 332.92 3.22357 340.75 3.22373 341.637 3.22388 335.73 3.22404 324.132 3.2242 308.698 3.22435 291.648 3.22451 275.145 3.22467 260.956 3.22482 250.3 3.22498 243.87 3.22514 241.985 3.22529 244.741 3.22545 252.064 3.22561 263.72 3.22576 279.277 3.22592 298.048 3.22608 318.993 3.22623 340.654 3.22639 361.171 3.22655 378.379 3.22671 389.989 3.22686 393.898 3.22702 388.64 3.22718 373.855 3.22733 350.556 3.22749 321.018 3.22765 288.251 3.2278 255.247 3.22796 224.296 3.22812 196.675 3.22827 172.777 3.22843 152.452 3.22859 135.319 3.22874 120.92 3.2289 108.8 3.22906 98.5546 3.22921 89.851 3.22937 82.4275 3.22953 76.081 3.22968 70.6555 3.22984 66.0182 3.23 62.0384 3.23015 58.5931 3.23031 55.5844 3.23047 52.9342 3.23063 50.5678 3.23078 48.4199 3.23094 46.4551 3.2311 44.6623 3.23125 43.0235 3.23141 41.507 3.23157 40.0903 3.23172 38.7735 3.23188 37.5619 3.23204 36.4498 3.23219 35.4221 3.23235 34.4612 3.23251 33.549 3.23266 32.6755 3.23282 31.8505 3.23298 31.0925 3.23313 30.4045 3.23329 29.7714 3.23345 29.183 3.2336 28.6405 3.23376 28.1366 3.23392 27.6428 3.23407 27.1267 3.23423 26.5716 3.23439 25.9768 3.23455 25.3517 3.2347 24.7187 3.23486 24.1076 3.23502 23.5396 3.23517 23.0195 3.23533 22.5476 3.23549 22.1232 3.23564 21.7322 3.2358 21.3494 3.23596 20.9642 3.23611 20.5939 3.23627 20.2604 3.23643 19.9675 3.23658 19.7142 3.23674 19.5181 3.2369 19.4061 3.23705 19.3813 3.23721 19.4168 3.23737 19.4803 3.23752 19.5573 3.23768 19.6485 3.23784 19.7606 3.23799 19.8976 3.23815 20.0533 3.23831 20.2109 3.23847 20.3553 3.23862 20.4869 3.23878 20.6217 3.23894 20.7783 3.23909 20.9729 3.23925 21.222 3.23941 21.536 3.23956 21.909 3.23972 22.3232 3.23988 22.7683 3.24003 23.2509 3.24019 23.7785 3.24035 24.3432 3.2405 24.926 3.24066 25.5172 3.24082 26.127 3.24097 26.7763 3.24113 27.4813 3.24129 28.251 3.24144 29.0967 3.2416 30.0362 3.24176 31.0892 3.24192 32.2718 3.24207 33.602 3.24223 35.1074 3.24239 36.8247 3.24254 38.7886 3.2427 41.0272 3.24286 43.5702 3.24301 46.4573 3.24317 49.7416 3.24333 53.4887 3.24348 57.7808 3.24364 62.7207 3.2438 68.4365 3.24395 75.085 3.24411 82.8472 3.24427 91.9174 3.24442 102.491 3.24458 114.772 3.24474 128.978 3.24489 145.334 3.24505 164.026 3.24521 185.136 3.24536 208.574 3.24552 233.992 3.24568 260.687 3.24584 287.538 3.24599 312.994 3.24615 335.145 3.24631 351.881 3.24646 361.165 3.24662 361.427 3.24678 352 3.24693 333.464 3.24709 307.68 3.24725 277.437 3.2474 245.772 3.24756 215.249 3.24772 187.515 3.24787 163.277 3.24803 142.575 3.24819 125.104 3.24834 110.433 3.2485 98.1179 3.24866 87.7585 3.24881 79.0163 3.24897 71.6113 3.24913 65.3122 3.24928 59.9327 3.24944 55.3236 3.2496 51.3593 3.24976 47.9301 3.24991 44.9461 3.25007 42.3373 3.25023 40.0447 3.25038 38.0172 3.25054 36.2167 3.2507 34.619 3.25085 33.2042 3.25101 31.9493 3.25117 30.8346 3.25132 29.8465 3.25148 28.9678 3.25164 28.1716 3.25179 27.4317 3.25195 26.7352 3.25211 26.077 3.25226 25.4459 3.25242 24.8264 3.25258 24.2132 3.25273 23.6139 3.25289 23.036 3.25305 22.4796 3.2532 21.9421 3.25336 21.4202 3.25352 20.9036 3.25368 20.3763 3.25383 19.8322 3.25399 19.2825 3.25415 18.7437 3.2543 18.2262 3.25446 17.7385 3.25462 17.2985 3.25477 16.9263 3.25493 16.6297 3.25509 16.3983 3.25524 16.2142 3.2554 16.0614 3.25556 15.9257 3.25571 15.795 3.25587 15.6567 3.25603 15.4948 3.25618 15.2913 3.25634 15.0417 3.2565 14.7647 3.25665 14.4894 3.25681 14.2323 3.25697 13.9991 3.25712 13.8078 3.25728 13.6947 3.25744 13.6884 3.2576 13.7872 3.25775 13.9736 3.25791 14.2427 3.25807 14.6013 3.25822 15.0438 3.25838 15.5466 3.25854 16.0857 3.25869 16.6466 3.25885 17.2035 3.25901 17.7024 3.25916 18.0742 3.25932 18.2712 3.25948 18.2787 3.25963 18.097 3.25979 17.7221 3.25995 17.1553 3.2601 16.4253 3.26026 15.5916 3.26042 14.7187 3.26057 13.8514 3.26073 13.0171 3.26089 12.2413 3.26104 11.5487 3.2612 10.9491 3.26136 10.4343 3.26152 9.99154 3.26167 9.61858 3.26183 9.3181 3.26199 9.08633 3.26214 8.91247 3.2623 8.78636 3.26246 8.70342 3.26261 8.66031 3.26277 8.65039 3.26293 8.66284 3.26308 8.68564 3.26324 8.7116 3.2634 8.74241 3.26355 8.78312 3.26371 8.83121 3.26387 8.87286 3.26402 8.89231 3.26418 8.88417 3.26434 8.85557 3.26449 8.81724 3.26465 8.77462 3.26481 8.72334 3.26496 8.65326 3.26512 8.55633 3.26528 8.4332 3.26544 8.29492 3.26559 8.15894 3.26575 8.04513 3.26591 7.97022 3.26606 7.93597 3.26622 7.928 3.26638 7.93101 3.26653 7.94541 3.26669 7.98143 3.26685 8.04093 3.267 8.11857 3.26716 8.2194 3.26732 8.35822 3.26747 8.53714 3.26763 8.7388 3.26779 8.94866 3.26794 9.17227 3.2681 9.41512 3.26826 9.66359 3.26841 9.89721 3.26857 10.1141 3.26873 10.3254 3.26889 10.5349 3.26904 10.7384 3.2692 10.9367 3.26936 11.1303 3.26951 11.2999 3.26967 11.4135 3.26983 11.4557 3.26998 11.4394 3.27014 11.3862 3.2703 11.3078 3.27045 11.2091 3.27061 11.0933 3.27077 10.9594 3.27092 10.8003 3.27108 10.6122 3.27124 10.4004 3.27139 10.1741 3.27155 9.94367 3.27171 9.72042 3.27186 9.50997 3.27202 9.30552 3.27218 9.09784 3.27233 8.89285 3.27249 8.70878 3.27265 8.55491 3.27281 8.42437 3.27296 8.30995 3.27312 8.21465 3.27328 8.14315 3.27343 8.09379 3.27359 8.06967 3.27375 8.08517 3.2739 8.15303 3.27406 8.26871 3.27422 8.41315 3.27437 8.56752 3.27453 8.72217 3.27469 8.87753 3.27484 9.03998 3.275 9.20977 3.27516 9.37005 3.27531 9.49255 3.27547 9.55741 3.27563 9.56064 3.27578 9.50257 3.27594 9.38141 3.2761 9.2036 3.27625 8.98945 3.27641 8.76149 3.27657 8.53089 3.27673 8.29931 3.27688 8.06874 3.27704 7.84599 3.2772 7.6477 3.27735 7.49953 3.27751 7.4182 3.27767 7.38982 3.27782 7.3806 3.27798 7.37425 3.27814 7.38262 3.27829 7.41702 3.27845 7.46813 3.27861 7.52805 3.27876 7.61271 3.27892 7.74242 3.27908 7.91363 3.27923 8.11165 3.27939 8.34246 3.27955 8.62701 3.2797 8.97094 3.27986 9.36284 3.28002 9.80591 3.28017 10.3277 3.28033 10.9525 3.28049 11.6814 3.28065 12.5084 3.2808 13.4381 3.28096 14.4817 3.28112 15.6418 3.28127 16.9077 3.28143 18.2546 3.28159 19.6428 3.28174 21.0246 3.2819 22.3557 3.28206 23.5925 3.28221 24.6779 3.28237 25.5467 3.28253 26.1482 3.28268 26.4532 3.28284 26.4398 3.283 26.0894 3.28315 25.4045 3.28331 24.421 3.28347 23.1962 3.28362 21.7982 3.28378 20.3097 3.28394 18.8209 3.28409 17.3994 3.28425 16.0709 3.28441 14.8418 3.28457 13.7226 3.28472 12.7214 3.28488 11.8284 3.28504 11.0318 3.28519 10.3412 3.28535 9.77089 3.28551 9.30619 3.28566 8.90706 3.28582 8.54821 3.28598 8.23495 3.28613 7.97917 3.28629 7.77907 3.28645 7.62902 3.2866 7.52713 3.28676 7.46069 3.28692 7.40175 3.28707 7.33022 3.28723 7.2531 3.28739 7.19025 3.28754 7.15156 3.2877 7.13857 3.28786 7.15672 3.28801 7.21052 3.28817 7.29175 3.28833 7.38609 3.28849 7.48739 3.28864 7.59726 3.2888 7.71536 3.28896 7.84142 3.28911 7.9834 3.28927 8.15101 3.28943 8.34438 3.28958 8.55775 3.28974 8.79047 3.2899 9.04763 3.29005 9.33261 3.29021 9.65058 3.29037 10.0135 3.29052 10.4278 3.29068 10.8803 3.29084 11.3498 3.29099 11.8294 3.29115 12.3271 3.29131 12.8438 3.29146 13.3713 3.29162 13.9067 3.29178 14.4545 3.29194 15.0111 3.29209 15.5654 3.29225 16.1165 3.29241 16.6722 3.29256 17.2206 3.29272 17.7217 3.29288 18.141 3.29303 18.4772 3.29319 18.747 3.29335 18.9531 3.2935 19.0793 3.29366 19.1088 3.29382 19.0354 3.29397 18.865 3.29413 18.613 3.29429 18.2908 3.29444 17.8885 3.2946 17.3836 3.29476 16.7762 3.29491 16.1061 3.29507 15.422 3.29523 14.7459 3.29538 14.0786 3.29554 13.4256 3.2957 12.7963 3.29586 12.1893 3.29601 11.6011 3.29617 11.044 3.29633 10.5371 3.29648 10.0823 3.29664 9.66612 3.2968 9.28461 3.29695 8.94642 3.29711 8.65169 3.29727 8.38477 3.29742 8.1306 3.29758 7.88622 3.29774 7.6549 3.29789 7.44451 3.29805 7.26799 3.29821 7.13023 3.29836 7.01675 3.29852 6.90965 3.29868 6.81156 3.29883 6.73558 3.29899 6.67444 3.29915 6.60338 3.2993 6.51588 3.29946 6.43152 3.29962 6.36352 3.29978 6.29927 3.29993 6.22458 3.30009 6.1461 3.30025 6.07647 3.3004 6.01546 3.30056 5.95903 3.30072 5.91047 3.30087 5.87172 3.30103 5.83793 3.30119 5.81329 3.30134 5.82001 3.3015 5.87444 3.30166 5.96562 3.30181 6.07196 3.30197 6.187 3.30213 6.31597 3.30228 6.45715 3.30244 6.60429 3.3026 6.76168 3.30275 6.94065 3.30291 7.147 3.30307 7.3865 3.30322 7.67608 3.30338 8.03437 3.30354 8.46465 3.3037 8.96038 3.30385 9.52327 3.30401 10.1599 3.30417 10.8648 3.30432 11.6245 3.30448 12.442 3.30464 13.336 3.30479 14.31 3.30495 15.3263 3.30511 16.3195 3.30526 17.2221 3.30542 17.9743 3.30558 18.5139 3.30573 18.7743 3.30589 18.7011 3.30605 18.2789 3.3062 17.5428 3.30636 16.5639 3.30652 15.425 3.30667 14.2078 3.30683 12.9935 3.30699 11.8551 3.30714 10.8375 3.3073 9.95053 3.30746 9.18656 3.30762 8.53856 3.30777 7.99754 3.30793 7.5438 3.30809 7.15479 3.30824 6.8179 3.3084 6.53112 3.30856 6.2938 3.30871 6.10468 3.30887 5.96042 3.30903 5.84937 3.30918 5.75195 3.30934 5.65736 3.3095 5.57435 3.30965 5.51668 3.30981 5.48371 3.30997 5.46488 3.31012 5.45661 3.31028 5.46212 3.31044 5.47665 3.31059 5.48637 3.31075 5.48169 3.31091 5.4636 3.31106 5.43821 3.31122 5.41246 3.31138 5.39553 3.31154 5.39557 3.31169 5.41362 3.31185 5.44614 3.31201 5.49077 3.31216 5.54632 3.31232 5.61082 3.31248 5.68661 3.31263 5.78057 3.31279 5.89416 3.31295 6.01835 3.3131 6.14554 3.31326 6.27978 3.31342 6.42502 3.31357 6.57553 3.31373 6.72921 3.31389 6.90225 3.31404 7.11393 3.3142 7.36161 3.31436 7.62756 3.31451 7.90547 3.31467 8.20354 3.31483 8.52584 3.31499 8.87145 3.31514 9.25034 3.3153 9.67588 3.31546 10.1341 3.31561 10.5814 3.31577 10.9861 3.31593 11.3556 3.31608 11.7117 3.31624 12.0512 3.3164 12.345 3.31655 12.567 3.31671 12.705 3.31687 12.7515 3.31702 12.7002 3.31718 12.5551 3.31734 12.3325 3.31749 12.0479 3.31765 11.7023 3.31781 11.2872 3.31796 10.8051 3.31812 10.2835 3.31828 9.76617 3.31843 9.28393 3.31859 8.8377 3.31875 8.41227 3.31891 8.0006 3.31906 7.60941 3.31922 7.24255 3.31938 6.89396 3.31953 6.55775 3.31969 6.2379 3.31985 5.94427 3.32 5.68607 3.32016 5.46963 3.32032 5.29553 3.32047 5.154 3.32063 5.03175 3.32079 4.92518 3.32094 4.83887 3.3211 4.77317 3.32126 4.71886 3.32141 4.6671 3.32157 4.6129 3.32173 4.54952 3.32188 4.46971 3.32204 4.37989 3.3222 4.30045 3.32235 4.24454 3.32251 4.20516 3.32267 4.17017 3.32283 4.14037 3.32298 4.12389 3.32314 4.11752 3.3233 4.10629 3.32345 4.07825 3.32361 4.03378 3.32377 3.98465 3.32392 3.94701 3.32408 3.93318 3.32424 3.94108 3.32439 3.95425 3.32455 3.95876 3.32471 3.95706 3.32486 3.96235 3.32502 3.9834 3.32518 4.02134 3.32533 4.0778 3.32549 4.15423 3.32565 4.24608 3.3258 4.34307 3.32596 4.43865 3.32612 4.53026 3.32627 4.61186 3.32643 4.67269 3.32659 4.70999 3.32675 4.73779 3.3269 4.77706 3.32706 4.83773 3.32722 4.91241 3.32737 4.98483 3.32753 5.04168 3.32769 5.07486 3.32784 5.0772 3.328 5.04207 3.32816 4.97036 3.32831 4.87501 3.32847 4.775 3.32863 4.68444 3.32878 4.60641 3.32894 4.53442 3.3291 4.45921 3.32925 4.37556 3.32941 4.28868 3.32957 4.20957 3.32972 4.14319 3.32988 4.08241 3.33004 4.01864 3.33019 3.95388 3.33035 3.89648 3.33051 3.84775 3.33067 3.80353 3.33082 3.76481 3.33098 3.73709 3.33114 3.71907 3.33129 3.702 3.33145 3.68455 3.33161 3.67742 3.33176 3.6867 3.33192 3.7032 3.33208 3.71288 3.33223 3.71046 3.33239 3.69508 3.33255 3.66207 3.3327 3.61102 3.33286 3.55885 3.33302 3.53004 3.33317 3.53535 3.33333 3.56519 3.33349 3.60332 3.33364 3.63741 3.3338 3.65857 3.33396 3.66299 3.33411 3.65997 3.33427 3.6689 3.33443 3.70039 3.33459 3.74348 3.33474 3.77785 3.3349 3.79526 3.33506 3.80567 3.33521 3.82624 3.33537 3.86939 3.33553 3.9363 3.33568 4.01551 3.33584 4.08795 3.336 4.14451 3.33615 4.1963 3.33631 4.25947 3.33647 4.32547 3.33662 4.36015 3.33678 4.34127 3.33694 4.28804 3.33709 4.23926 3.33725 4.20826 3.33741 4.17642 3.33756 4.13006 3.33772 4.08218 3.33788 4.05133 3.33804 4.03455 3.33819 4.01618 3.33835 3.98974 3.33851 3.95901 3.33866 3.92508 3.33882 3.88957 3.33898 3.86434 3.33913 3.86251 3.33929 3.879 3.33945 3.89377 3.3396 3.89468 3.33976 3.88628 3.33992 3.87939 3.34007 3.88197 3.34023 3.90109 3.34039 3.93628 3.34054 3.97253 3.3407 3.99275 3.34086 4.00208 3.34101 4.02219 3.34117 4.05763 3.34133 4.08233 3.34148 4.07421 3.34164 4.04797 3.3418 4.04 3.34196 4.06714 3.34211 4.11463 3.34227 4.15864 3.34243 4.18811 3.34258 4.20321 3.34274 4.20786 3.3429 4.20851 3.34305 4.21321 3.34321 4.22608 3.34337 4.24432 3.34352 4.2627 3.34368 4.27602 3.34384 4.27921 3.34399 4.27052 3.34415 4.25763 3.34431 4.25463 3.34446 4.27018 3.34462 4.29655 3.34478 4.31699 3.34493 4.32532 3.34509 4.3335 3.34525 4.35697 3.3454 4.39376 3.34556 4.42834 3.34572 4.45431 3.34588 4.4847 3.34603 4.53159 3.34619 4.58552 3.34635 4.62468 3.3465 4.6422 3.34666 4.65033 3.34682 4.66055 3.34697 4.67044 3.34713 4.67557 3.34729 4.68096 3.34744 4.69478 3.3476 4.71802 3.34776 4.74445 3.34791 4.76832 3.34807 4.78618 3.34823 4.79833 3.34838 4.80901 3.34854 4.82559 3.3487 4.85148 3.34885 4.88689 3.34901 4.93336 3.34917 4.99267 3.34932 5.05971 3.34948 5.1231 3.34964 5.18222 3.3498 5.25005 3.34995 5.33777 3.35011 5.44103 3.35027 5.54851 3.35042 5.65689 3.35058 5.77019 3.35074 5.88959 3.35089 6.01211 3.35105 6.13624 3.35121 6.26008 3.35136 6.37336 3.35152 6.46249 3.35168 6.52584 3.35183 6.57601 3.35199 6.62294 3.35215 6.661 3.3523 6.68326 3.35246 6.70301 3.35262 6.74773 3.35277 6.82642 3.35293 6.91437 3.35309 6.97944 3.35324 7.0193 3.3534 7.0587 3.35356 7.11506 3.35372 7.18259 3.35387 7.25378 3.35403 7.33718 3.35419 7.44506 3.35434 7.57745 3.3545 7.73068 3.35466 7.9095 3.35481 8.11454 3.35497 8.32942 3.35513 8.53913 3.35528 8.75268 3.35544 8.9905 3.3556 9.25701 3.35575 9.54367 3.35591 9.85454 3.35607 10.2037 3.35622 10.5887 3.35638 10.9881 3.35654 11.3926 3.35669 11.8177 3.35685 12.2825 3.35701 12.7961 3.35716 13.3737 3.35732 14.0413 3.35748 14.8087 3.35764 15.6543 3.35779 16.5502 3.35795 17.4946 3.35811 18.5097 3.35826 19.6152 3.35842 20.8102 3.35858 22.078 3.35873 23.4041 3.35889 24.8025 3.35905 26.3269 3.3592 28.0529 3.35936 30.053 3.35952 32.4024 3.35967 35.2038 3.35983 38.5859 3.35999 42.681 3.36014 47.6288 3.3603 53.6071 3.36046 60.8373 3.36061 69.5641 3.36077 80.0569 3.36093 92.6233 3.36108 107.558 3.36124 125.015 3.3614 144.883 3.36156 166.686 3.36171 189.461 3.36187 211.635 3.36203 231.022 3.36218 245.021 3.36234 251.003 3.3625 246.963 3.36265 232.441 3.36281 209.29 3.36297 181.484 3.36312 153.655 3.36328 129.224 3.36344 109.48 3.36359 94.0612 3.36375 82.036 3.36391 72.5873 3.36406 65.0867 3.36422 59.0027 3.36438 53.9222 3.36453 49.5827 3.36469 45.8193 3.36485 42.5066 3.36501 39.5681 3.36516 36.9821 3.36532 34.7312 3.36548 32.758 3.36563 30.9809 3.36579 29.3381 3.36595 27.8023 3.3661 26.3671 3.36626 25.0436 3.36642 23.857 3.36657 22.8306 3.36673 21.9674 3.36689 21.252 3.36704 20.662 3.3672 20.1789 3.36736 19.7895 3.36751 19.4839 3.36767 19.2545 3.36783 19.0973 3.36798 19.0131 3.36814 19.0004 3.3683 19.0491 3.36845 19.1471 3.36861 19.2942 3.36877 19.4983 3.36893 19.7564 3.36908 20.0553 3.36924 20.3962 3.3694 20.801 3.36955 21.2811 3.36971 21.8164 3.36987 22.3828 3.37002 22.9886 3.37018 23.6652 3.37034 24.4284 3.37049 25.2701 3.37065 26.1863 3.37081 27.1908 3.37096 28.3035 3.37112 29.5466 3.37128 30.9555 3.37143 32.5779 3.37159 34.4524 3.37175 36.6015 3.3719 39.0516 3.37206 41.8495 3.37222 45.0544 3.37237 48.7287 3.37253 52.9445 3.37269 57.7862 3.37285 63.3362 3.373 69.6602 3.37316 76.8068 3.37332 84.802 3.37347 93.6169 3.37363 103.13 3.37379 113.111 3.37394 123.226 3.3741 133.014 3.37426 141.874 3.37441 149.099 3.37457 153.973 3.37473 155.906 3.37488 154.553 3.37504 149.911 3.3752 142.352 3.37535 132.573 3.37551 121.458 3.37567 109.894 3.37582 98.6172 3.37598 88.1395 3.37614 78.7382 3.37629 70.5029 3.37645 63.4011 3.37661 57.3398 3.37677 52.1996 3.37692 47.8469 3.37708 44.1474 3.37724 40.9877 3.37739 38.285 3.37755 35.9739 3.37771 33.991 3.37786 32.2777 3.37802 30.7931 3.37818 29.5114 3.37833 28.4072 3.37849 27.4497 3.37865 26.6136 3.3788 25.8878 3.37896 25.2699 3.37912 24.7555 3.37927 24.333 3.37943 23.9869 3.37959 23.7049 3.37974 23.4899 3.3799 23.3591 3.38006 23.3272 3.38021 23.3887 3.38037 23.5214 3.38053 23.7097 3.38069 23.9562 3.38084 24.2726 3.381 24.6666 3.38116 25.1393 3.38131 25.6894 3.38147 26.3121 3.38163 26.9985 3.38178 27.739 3.38194 28.5265 3.3821 29.3577 3.38225 30.2368 3.38241 31.1772 3.38257 32.1935 3.38272 33.292 3.38288 34.472 3.38304 35.7371 3.38319 37.0923 3.38335 38.5321 3.38351 40.0409 3.38366 41.6032 3.38382 43.2049 3.38398 44.8177 3.38413 46.3976 3.38429 47.9082 3.38445 49.3367 3.38461 50.6804 3.38476 51.9368 3.38492 53.1216 3.38508 54.2931 3.38523 55.539 3.38539 56.9417 3.38555 58.5698 3.3857 60.5 3.38586 62.8252 3.38602 65.6264 3.38617 68.9449 3.38633 72.7904 3.38649 77.1651 3.38664 82.0606 3.3868 87.4268 3.38696 93.1473 3.38711 99.0456 3.38727 104.905 3.38743 110.479 3.38758 115.502 3.38774 119.702 3.3879 122.835 3.38806 124.715 3.38821 125.225 3.38837 124.334 3.38853 122.102 3.38868 118.677 3.38884 114.274 3.389 109.143 3.38915 103.543 3.38931 97.736 3.38947 91.962 3.38962 86.4154 3.38978 81.2315 3.38994 76.49 3.39009 72.2236 3.39025 68.4267 3.39041 65.0744 3.39056 62.1461 3.39072 59.635 3.39088 57.5375 3.39103 55.8391 3.39119 54.5108 3.39135 53.5158 3.3915 52.8165 3.39166 52.3854 3.39182 52.2122 3.39198 52.2975 3.39213 52.6373 3.39229 53.219 3.39245 54.0325 3.3926 55.0801 3.39276 56.3756 3.39292 57.9421 3.39307 59.8087 3.39323 62.0007 3.39339 64.5337 3.39354 67.4265 3.3937 70.7206 3.39386 74.472 3.39401 78.7327 3.39417 83.5599 3.39433 89.0528 3.39448 95.3596 3.39464 102.631 3.3948 110.984 3.39495 120.531 3.39511 131.409 3.39527 143.762 3.39542 157.676 3.39558 173.132 3.39574 190.008 3.3959 208.049 3.39605 226.833 3.39621 245.75 3.39637 264.043 3.39652 280.887 3.39668 295.491 3.39684 307.25 3.39699 315.9 3.39715 321.622 3.39731 325.028 3.39746 327.021 3.39762 328.583 3.39778 330.537 3.39793 333.35 3.39809 337.036 3.39825 341.179 3.3984 345.031 3.39856 347.641 3.39872 348.014 3.39887 345.263 3.39903 338.748 3.39919 328.183 3.39934 313.688 3.3995 295.802 3.39966 275.411 3.39982 253.611 3.39997 231.546 3.40013 210.236 3.40029 190.452 3.40044 172.654 3.4006 157.004 3.40076 143.448 3.40091 131.811 3.40107 121.878 3.40123 113.438 3.40138 106.307 3.40154 100.302 3.4017 95.2367 3.40185 90.9385 3.40201 87.2874 3.40217 84.2063 3.40232 81.6207 3.40248 79.4407 3.40264 77.5892 3.40279 76.0257 3.40295 74.7257 3.40311 73.6553 3.40326 72.7771 3.40342 72.0703 3.40358 71.5239 3.40374 71.1129 3.40389 70.7993 3.40405 70.5557 3.40421 70.3751 3.40436 70.2577 3.40452 70.1965 3.40468 70.1793 3.40483 70.1924 3.40499 70.2264 3.40515 70.2876 3.4053 70.4035 3.40546 70.6113 3.40562 70.9362 3.40577 71.3898 3.40593 71.9864 3.40609 72.748 3.40624 73.6842 3.4064 74.7753 3.40656 75.9779 3.40671 77.2437 3.40687 78.5255 3.40703 79.7772 3.40718 80.9593 3.40734 82.0535 3.4075 83.0692 3.40766 84.0449 3.40781 85.0482 3.40797 86.1801 3.40813 87.5645 3.40828 89.3246 3.40844 91.5599 3.4086 94.3509 3.40875 97.7792 3.40891 101.935 3.40907 106.89 3.40922 112.67 3.40938 119.25 3.40954 126.567 3.40969 134.528 3.40985 142.984 3.41001 151.727 3.41016 160.501 3.41032 169.042 3.41048 177.086 3.41063 184.396 3.41079 190.787 3.41095 196.159 3.41111 200.501 3.41126 203.863 3.41142 206.333 3.41158 208.018 3.41173 209.033 3.41189 209.472 3.41205 209.368 3.4122 208.657 3.41236 207.185 3.41252 204.753 3.41267 201.19 3.41283 196.425 3.41299 190.512 3.41314 183.624 3.4133 176.035 3.41346 168.096 3.41361 160.184 3.41377 152.644 3.41393 145.737 3.41408 139.633 3.41424 134.414 3.4144 130.087 3.41455 126.608 3.41471 123.918 3.41487 121.957 3.41503 120.648 3.41518 119.882 3.41534 119.529 3.4155 119.451 3.41565 119.517 3.41581 119.611 3.41597 119.651 3.41612 119.605 3.41628 119.503 3.41644 119.42 3.41659 119.468 3.41675 119.791 3.41691 120.544 3.41706 121.873 3.41722 123.898 3.41738 126.707 3.41753 130.38 3.41769 135 3.41785 140.674 3.418 147.535 3.41816 155.739 3.41832 165.466 3.41847 176.938 3.41863 190.416 3.41879 206.189 3.41895 224.556 3.4191 245.807 3.41926 270.186 3.41942 297.809 3.41957 328.573 3.41973 362.079 3.41989 397.563 3.42004 433.83 3.4202 469.208 3.42036 501.586 3.42051 528.57 3.42067 547.755 3.42083 557.063 3.42098 555.145 3.42114 541.727 3.4213 517.774 3.42145 485.36 3.42161 447.268 3.42177 406.475 3.42192 365.685 3.42208 327 3.42224 291.771 3.42239 260.637 3.42255 233.687 3.42271 210.676 3.42287 191.196 3.42302 174.787 3.42318 160.998 3.42334 149.43 3.42349 139.743 3.42365 131.654 3.42381 124.918 3.42396 119.316 3.42412 114.647 3.42428 110.716 3.42443 107.326 3.42459 104.287 3.42475 101.423 3.4249 98.585 3.42506 95.6522 3.42522 92.5489 3.42537 89.2849 3.42553 85.9774 3.42569 82.8079 3.42584 79.9295 3.426 77.397 3.42616 75.1782 3.42631 73.2175 3.42647 71.4805 3.42663 69.9492 3.42679 68.5988 3.42694 67.398 3.4271 66.3286 3.42726 65.3948 3.42741 64.6094 3.42757 63.9781 3.42773 63.4952 3.42788 63.1541 3.42804 62.9538 3.4282 62.8906 3.42835 62.9474 3.42851 63.0932 3.42867 63.2973 3.42882 63.5426 3.42898 63.8212 3.42914 64.1217 3.42929 64.427 3.42945 64.7285 3.42961 65.0362 3.42976 65.3704 3.42992 65.7518 3.43008 66.203 3.43023 66.7581 3.43039 67.4635 3.43055 68.3633 3.43071 69.4846 3.43086 70.8291 3.43102 72.3669 3.43118 74.0399 3.43133 75.7819 3.43149 77.5518 3.43165 79.347 3.4318 81.1841 3.43196 83.0816 3.43212 85.0718 3.43227 87.2253 3.43243 89.6469 3.43259 92.4399 3.43274 95.6814 3.4329 99.4347 3.43306 103.77 3.43321 108.768 3.43337 114.504 3.43353 121.034 3.43368 128.402 3.43384 136.627 3.434 145.702 3.43416 155.578 3.43431 166.134 3.43447 177.161 3.43463 188.356 3.43478 199.363 3.43494 209.816 3.4351 219.347 3.43525 227.595 3.43541 234.27 3.43557 239.253 3.43572 242.643 3.43588 244.743 3.43604 245.981 3.43619 246.845 3.43635 247.816 3.43651 249.292 3.43666 251.515 3.43682 254.545 3.43698 258.271 3.43713 262.438 3.43729 266.697 3.43745 270.675 3.4376 274.035 3.43776 276.497 3.43792 277.823 3.43808 277.814 3.43823 276.327 3.43839 273.279 3.43855 268.659 3.4387 262.553 3.43886 255.174 3.43902 246.859 3.43917 238.028 3.43933 229.13 3.43949 220.602 3.43964 212.827 3.4398 206.094 3.43996 200.586 3.44011 196.413 3.44027 193.637 3.44043 192.284 3.44058 192.354 3.44074 193.838 3.4409 196.748 3.44105 201.098 3.44121 206.877 3.44137 214.028 3.44152 222.451 3.44168 232.004 3.44184 242.49 3.442 253.655 3.44215 265.206 3.44231 276.848 3.44247 288.299 3.44262 299.271 3.44278 309.427 3.44294 318.342 3.44309 325.536 3.44325 330.568 3.44341 333.141 3.44356 333.142 3.44372 330.636 3.44388 325.831 3.44403 319.057 3.44419 310.766 3.44435 301.499 3.4445 291.834 3.44466 282.325 3.44482 273.432 3.44497 265.498 3.44513 258.743 3.44529 253.278 3.44544 249.127 3.4456 246.244 3.44576 244.538 3.44592 243.898 3.44607 244.223 3.44623 245.437 3.44639 247.486 3.44654 250.331 3.4467 253.929 3.44686 258.246 3.44701 263.276 3.44717 269.066 3.44733 275.692 3.44748 283.233 3.44764 291.75 3.4478 301.313 3.44795 312.035 3.44811 324.078 3.44827 337.617 3.44842 352.821 3.44858 369.858 3.44874 388.916 3.44889 410.211 3.44905 433.967 3.44921 460.404 3.44936 489.738 3.44952 522.19 3.44968 557.98 3.44984 597.326 3.44999 640.443 3.45015 687.552 3.45031 738.868 3.45046 794.6 3.45062 854.936 3.45078 920.018 3.45093 989.889 3.45109 1064.41 3.45125 1143.15 3.4514 1225.36 3.45156 1309.85 3.45172 1394.96 3.45187 1478.51 3.45203 1557.92 3.45219 1630.28 3.45234 1692.55 3.4525 1741.77 3.45266 1775.35 3.45281 1791.41 3.45297 1789.12 3.45313 1768.86 3.45328 1732.25 3.45344 1681.95 3.4536 1621.29 3.45376 1553.79 3.45391 1482.72 3.45407 1410.82 3.45423 1340.21 3.45438 1272.48 3.45454 1208.69 3.4547 1149.45 3.45485 1094.93 3.45501 1044.95 3.45517 999.116 3.45532 957.004 3.45548 918.234 3.45564 882.496 3.45579 849.516 3.45595 819.045 3.45611 790.87 3.45626 764.81 3.45642 740.676 3.45658 718.214 3.45673 697.082 3.45689 676.86 3.45705 657.087 3.45721 637.304 3.45736 617.092 3.45752 596.133 3.45768 574.267 3.45783 551.538 3.45799 528.207 3.45815 504.706 3.4583 481.556 3.45846 459.275 3.45862 438.297 3.45877 418.942 3.45893 401.412 3.45909 385.807 3.45924 372.138 3.4594 360.343 3.45956 350.313 3.45971 341.918 3.45987 335.028 3.46003 329.52 3.46018 325.278 3.46034 322.166 3.4605 320.037 3.46065 318.739 3.46081 318.13 3.46097 318.075 3.46113 318.441 3.46128 319.107 3.46144 319.983 3.4616 321.032 3.46175 322.273 3.46191 323.796 3.46207 325.761 3.46222 328.381 3.46238 331.887 3.46254 336.526 3.46269 342.56 3.46285 350.273 3.46301 359.939 3.46316 371.818 3.46332 386.15 3.46348 403.161 3.46363 423.017 3.46379 445.764 3.46395 471.252 3.4641 499.085 3.46426 528.574 3.46442 558.72 3.46457 588.217 3.46473 615.542 3.46489 639.106 3.46505 657.479 3.4652 669.627 3.46536 675.082 3.46552 674.004 3.46567 667.096 3.46583 655.418 3.46599 640.177 3.46614 622.586 3.4663 603.801 3.46646 584.877 3.46661 566.686 3.46677 549.821 3.46693 534.562 3.46708 520.936 3.46724 508.823 3.4674 498.051 3.46755 488.472 3.46771 480.013 3.46787 472.681 3.46802 466.536 3.46818 461.666 3.46834 458.174 3.46849 456.166 3.46865 455.735 3.46881 456.941 3.46897 459.826 3.46912 464.416 3.46928 470.721 3.46944 478.738 3.46959 488.469 3.46975 499.946 3.46991 513.217 3.47006 528.325 3.47022 545.298 3.47038 564.15 3.47053 584.891 3.47069 607.533 3.47085 632.114 3.471 658.714 3.47116 687.489 3.47132 718.725 3.47147 752.892 3.47163 790.595 3.47179 832.433 3.47194 878.862 3.4721 930.195 3.47226 986.697 3.47241 1048.66 3.47257 1116.41 3.47273 1190.31 3.47289 1270.75 3.47304 1358.23 3.4732 1453.26 3.47336 1556.38 3.47351 1668.14 3.47367 1789.08 3.47383 1919.6 3.47398 2059.88 3.47414 2209.76 3.4743 2368.56 3.47445 2534.95 3.47461 2706.7 3.47477 2880.62 3.47492 3052.45 3.47508 3217.03 3.47524 3368.5 3.47539 3500.83 3.47555 3608.4 3.47571 3686.65 3.47586 3732.64 3.47602 3745.41 3.47618 3725.96 3.47633 3676.89 3.47649 3601.74 3.47665 3504.42 3.47681 3388.69 3.47696 3257.93 3.47712 3115.08 3.47728 2962.75 3.47743 2803.53 3.47759 2640.18 3.47775 2475.71 3.4779 2313.29 3.47806 2155.95 3.47822 2006.22 3.47837 1865.94 3.47853 1736.12 3.47869 1617.05 3.47884 1508.45 3.479 1409.69 3.47916 1319.99 3.47931 1238.55 3.47947 1164.62 3.47963 1097.53 3.47978 1036.63 3.47994 981.349 3.4801 931.152 3.48025 885.494 3.48041 843.834 3.48057 805.636 3.48073 770.391 3.48088 737.637 3.48104 706.964 3.4812 678.016 3.48135 650.513 3.48151 624.267 3.48167 599.185 3.48182 575.245 3.48198 552.47 3.48214 530.926 3.48229 510.725 3.48245 491.995 3.48261 474.835 3.48276 459.294 3.48292 445.372 3.48308 433.049 3.48323 422.287 3.48339 413.04 3.48355 405.256 3.4837 398.885 3.48386 393.875 3.48402 390.177 3.48418 387.757 3.48433 386.599 3.48449 386.7 3.48465 388.074 3.4848 390.752 3.48496 394.777 3.48512 400.184 3.48527 407.003 3.48543 415.288 3.48559 425.125 3.48574 436.604 3.4859 449.795 3.48606 464.75 3.48621 481.534 3.48637 500.205 3.48653 520.775 3.48668 543.177 3.48684 567.27 3.487 592.834 3.48715 619.508 3.48731 646.703 3.48747 673.523 3.48762 698.741 3.48778 720.837 3.48794 738.127 3.4881 748.95 3.48825 751.916 3.48841 746.166 3.48857 731.591 3.48872 708.928 3.48888 679.647 3.48904 645.682 3.48919 609.112 3.48935 571.906 3.48951 535.766 3.48966 502.033 3.48982 471.616 3.48998 444.979 3.49013 422.201 3.49029 403.092 3.49045 387.316 3.4906 374.486 3.49076 364.235 3.49092 356.232 3.49107 350.187 3.49123 345.833 3.49139 342.94 3.49154 341.329 3.4917 340.874 3.49186 341.486 3.49202 343.095 3.49217 345.656 3.49233 349.161 3.49249 353.622 3.49264 359.052 3.4928 365.473 3.49296 372.936 3.49311 381.519 3.49327 391.309 3.49343 402.383 3.49358 414.822 3.49374 428.737 3.4939 444.265 3.49405 461.553 3.49421 480.747 3.49437 502.004 3.49452 525.497 3.49468 551.406 3.49484 579.912 3.49499 611.189 3.49515 645.404 3.49531 682.721 3.49546 723.287 3.49562 767.217 3.49578 814.572 3.49594 865.356 3.49609 919.519 3.49625 976.964 3.49641 1037.55 3.49656 1101.12 3.49672 1167.51 3.49688 1236.55 3.49703 1308.11 3.49719 1381.98 3.49735 1457.94 3.4975 1535.62 3.49766 1614.5 3.49782 1693.79 3.49797 1772.38 3.49813 1848.85 3.49829 1921.44 3.49844 1988.16 3.4986 2046.87 3.49876 2095.39 3.49891 2131.64 3.49907 2153.82 3.49923 2160.45 3.49938 2150.46 3.49954 2123.25 3.4997 2078.67 3.49986 2017.12 3.50001 1939.57 3.50017 1847.74 3.50033 1744.16 3.50048 1632.14 3.50064 1515.52 3.5008 1398.28 3.50095 1284.11 3.50111 1176.04 3.50127 1076.19 3.50142 985.717 3.50158 904.941 3.50174 833.586 3.50189 771.001 3.50205 716.334 3.50221 668.659 3.50236 627.082 3.50252 590.783 3.50268 559.006 3.50283 531.052 3.50299 506.307 3.50315 484.247 3.5033 464.424 3.50346 446.436 3.50362 429.938 3.50378 414.651 3.50393 400.372 3.50409 386.954 3.50425 374.306 3.5044 362.387 3.50456 351.2 3.50472 340.77 3.50487 331.14 3.50503 322.35 3.50519 314.425 3.50534 307.38 3.5055 301.24 3.50566 296.045 3.50581 291.832 3.50597 288.612 3.50613 286.391 3.50628 285.175 3.50644 284.987 3.5066 285.855 3.50675 287.823 3.50691 290.941 3.50707 295.259 3.50723 300.833 3.50738 307.744 3.50754 316.091 3.5077 325.959 3.50785 337.397 3.50801 350.432 3.50817 365.063 3.50832 381.208 3.50848 398.634 3.50864 416.924 3.50879 435.465 3.50895 453.44 3.50911 469.861 3.50926 483.65 3.50942 493.799 3.50958 499.537 3.50973 500.505 3.50989 496.838 3.51005 489.098 3.5102 478.022 3.51036 464.239 3.51052 448.124 3.51067 429.878 3.51083 409.7 3.51099 387.947 3.51115 365.202 3.5113 342.232 3.51146 319.847 3.51162 298.753 3.51177 279.443 3.51193 262.176 3.51209 246.985 3.51224 233.724 3.5124 222.146 3.51256 212.008 3.51271 203.108 3.51287 195.277 3.51303 188.35 3.51318 182.187 3.51334 176.684 3.5135 171.764 3.51365 167.36 3.51381 163.405 3.51397 159.838 3.51412 156.601 3.51428 153.635 3.51444 150.903 3.51459 148.398 3.51475 146.118 3.51491 144.051 3.51507 142.184 3.51522 140.538 3.51538 139.165 3.51554 138.114 3.51569 137.417 3.51585 137.099 3.51601 137.218 3.51616 137.862 3.51632 139.127 3.51648 141.095 3.51663 143.839 3.51679 147.441 3.51695 152.003 3.5171 157.622 3.51726 164.377 3.51742 172.309 3.51757 181.41 3.51773 191.578 3.51789 202.562 3.51804 213.919 3.5182 225.009 3.51836 235.029 3.51851 243.072 3.51867 248.223 3.51883 249.726 3.51899 247.192 3.51914 240.786 3.5193 231.268 3.51946 219.83 3.51961 207.791 3.51977 196.277 3.51993 186.018 3.52008 177.303 3.52024 170.088 3.5204 164.143 3.52055 159.184 3.52071 154.939 3.52087 151.185 3.52102 147.765 3.52118 144.599 3.52134 141.672 3.52149 139.002 3.52165 136.631 3.52181 134.615 3.52196 133.008 3.52212 131.822 3.52228 131.018 3.52243 130.536 3.52259 130.32 3.52275 130.33 3.52291 130.538 3.52306 130.924 3.52322 131.48 3.52338 132.201 3.52353 133.077 3.52369 134.094 3.52385 135.241 3.524 136.496 3.52416 137.821 3.52432 139.186 3.52447 140.581 3.52463 142.018 3.52479 143.504 3.52494 145.051 3.5251 146.668 3.52526 148.357 3.52541 150.093 3.52557 151.842 3.52573 153.591 3.52588 155.349 3.52604 157.134 3.5262 158.952 3.52635 160.806 3.52651 162.693 3.52667 164.598 3.52683 166.501 3.52698 168.392 3.52714 170.255 3.5273 172.04 3.52745 173.668 3.52761 175.058 3.52777 176.15 3.52792 176.888 3.52808 177.21 3.52824 177.085 3.52839 176.544 3.52855 175.678 3.52871 174.603 3.52886 173.439 3.52902 172.296 3.52918 171.267 3.52933 170.409 3.52949 169.744 3.52965 169.285 3.5298 169.052 3.52996 169.059 3.53012 169.311 3.53028 169.811 3.53043 170.584 3.53059 171.675 3.53075 173.13 3.5309 174.983 3.53106 177.281 3.53122 180.103 3.53137 183.554 3.53153 187.734 3.53169 192.725 3.53184 198.637 3.532 205.622 3.53216 213.855 3.53231 223.477 3.53247 234.567 3.53263 247.12 3.53278 261.013 3.53294 275.947 3.5331 291.393 3.53325 306.56 3.53341 320.392 3.53357 331.64 3.53372 339.013 3.53388 341.425 3.53404 338.261 3.5342 329.595 3.53435 316.277 3.53451 299.796 3.53467 281.916 3.53482 264.244 3.53498 247.915 3.53514 233.519 3.53529 221.208 3.53545 210.881 3.53561 202.324 3.53576 195.296 3.53592 189.561 3.53608 184.907 3.53623 181.18 3.53639 178.272 3.53655 176.094 3.5367 174.544 3.53686 173.533 3.53702 173.01 3.53717 172.95 3.53733 173.322 3.53749 174.089 3.53764 175.238 3.5378 176.779 3.53796 178.708 3.53812 180.993 3.53827 183.604 3.53843 186.533 3.53859 189.791 3.53874 193.394 3.5389 197.367 3.53906 201.735 3.53921 206.508 3.53937 211.682 3.53953 217.26 3.53968 223.269 3.53984 229.756 3.54 236.791 3.54015 244.483 3.54031 252.97 3.54047 262.39 3.54062 272.875 3.54078 284.576 3.54094 297.686 3.54109 312.432 3.54125 329.054 3.54141 347.797 3.54156 368.922 3.54172 392.706 3.54188 419.427 3.54204 449.332 3.54219 482.571 3.54235 519.155 3.54251 558.928 3.54266 601.557 3.54282 646.528 3.54298 693.202 3.54313 740.999 3.54329 789.642 3.54345 839.414 3.5436 891.386 3.54376 947.549 3.54392 1010.71 3.54407 1084.04 3.54423 1170.51 3.54439 1272.32 3.54454 1390.59 3.5447 1525.03 3.54486 1673.76 3.54501 1833.21 3.54517 1998.15 3.54533 2161.91 3.54548 2316.99 3.54564 2455.87 3.5458 2571.72 3.54596 2658.21 3.54611 2708.92 3.54627 2717.44 3.54643 2679.04 3.54658 2593.09 3.54674 2464.58 3.5469 2303.65 3.54705 2123.36 3.54721 1937 3.54737 1755.68 3.54752 1587.04 3.54768 1435.16 3.54784 1301.32 3.54799 1185.01 3.54815 1084.76 3.54831 998.719 3.54846 924.961 3.54862 861.757 3.54878 807.586 3.54893 761.108 3.54909 721.183 3.54925 686.899 3.5494 657.538 3.54956 632.503 3.54972 611.303 3.54988 593.561 3.55003 578.987 3.55019 567.331 3.55035 558.378 3.5505 551.982 3.55066 548.054 3.55082 546.528 3.55097 547.346 3.55113 550.468 3.55129 555.879 3.55144 563.588 3.5516 573.636 3.55176 586.095 3.55191 601.05 3.55207 618.592 3.55223 638.831 3.55238 661.924 3.55254 688.077 3.5527 717.555 3.55285 750.733 3.55301 788.146 3.55317 830.511 3.55333 878.739 3.55348 933.917 3.55364 997.279 3.5538 1070.12 3.55395 1153.68 3.55411 1249.09 3.55427 1357.24 3.55442 1478.62 3.55458 1613.02 3.55474 1759.19 3.55489 1914.55 3.55505 2074.82 3.55521 2233.78 3.55536 2383.25 3.55552 2513.47 3.55568 2613.92 3.55583 2674.69 3.55599 2688.16 3.55615 2650.76 3.5563 2564.14 3.55646 2435.32 3.55662 2275.63 3.55677 2098.43 3.55693 1916.6 3.55709 1740.44 3.55725 1576.79 3.5574 1429.16 3.55756 1298.56 3.55772 1184.37 3.55787 1085.14 3.55803 999.139 3.55819 924.595 3.55834 859.88 3.5585 803.552 3.55866 754.372 3.55881 711.301 3.55897 673.459 3.55913 640.092 3.55928 610.555 3.55944 584.315 3.5596 560.93 3.55975 540.033 3.55991 521.315 3.56007 504.505 3.56022 489.374 3.56038 475.737 3.56054 463.455 3.56069 452.406 3.56085 442.464 3.56101 433.506 3.56117 425.44 3.56132 418.206 3.56148 411.763 3.56164 406.082 3.56179 401.123 3.56195 396.821 3.56211 393.082 3.56226 389.796 3.56242 386.862 3.56258 384.194 3.56273 381.719 3.56289 379.4 3.56305 377.255 3.5632 375.361 3.56336 373.822 3.56352 372.74 3.56367 372.201 3.56383 372.26 3.56399 372.918 3.56414 374.132 3.5643 375.856 3.56446 378.073 3.56461 380.801 3.56477 384.078 3.56493 387.943 3.56509 392.441 3.56524 397.626 3.5654 403.561 3.56556 410.324 3.56571 418.007 3.56587 426.715 3.56603 436.57 3.56618 447.705 3.56634 460.27 3.5665 474.417 3.56665 490.308 3.56681 508.119 3.56697 528.056 3.56712 550.366 3.56728 575.355 3.56744 603.379 3.56759 634.835 3.56775 670.161 3.56791 709.875 3.56806 754.619 3.56822 805.164 3.56838 862.4 3.56853 927.34 3.56869 1001.13 3.56885 1085.05 3.56901 1180.46 3.56916 1288.72 3.56932 1411.13 3.56948 1548.71 3.56963 1702.04 3.56979 1870.85 3.56995 2053.72 3.5701 2247.57 3.57026 2447.32 3.57042 2645.6 3.57057 2832.78 3.57073 2997.38 3.57089 3127.08 3.57104 3210.18 3.5712 3237.51 3.57136 3204.43 3.57151 3112.2 3.57167 2968.34 3.57183 2785.52 3.57198 2579.13 3.57214 2364.38 3.5723 2153.89 3.57245 1956.4 3.57261 1776.75 3.57277 1616.67 3.57293 1475.84 3.57308 1352.81 3.57324 1245.69 3.5734 1152.52 3.57355 1071.52 3.57371 1001.09 3.57387 939.854 3.57402 886.606 3.57418 840.315 3.57434 800.118 3.57449 765.307 3.57465 735.306 3.57481 709.637 3.57496 687.904 3.57512 669.793 3.57528 655.049 3.57543 643.465 3.57559 634.871 3.57575 629.147 3.5759 626.216 3.57606 626.031 3.57622 628.573 3.57638 633.859 3.57653 641.968 3.57669 653.028 3.57685 667.216 3.577 684.758 3.57716 705.955 3.57732 731.202 3.57747 760.997 3.57763 795.936 3.57779 836.714 3.57794 884.145 3.5781 939.186 3.57826 1002.94 3.57841 1076.68 3.57857 1161.75 3.57873 1259.62 3.57888 1371.76 3.57904 1499.56 3.5792 1644.11 3.57935 1805.95 3.57951 1984.63 3.57967 2178.29 3.57982 2383.16 3.57998 2593.11 3.58014 2799.34 3.5803 2990.46 3.58045 3153.03 3.58061 3272.87 3.58077 3336.98 3.58092 3335.86 3.58108 3265.87 3.58124 3130.73 3.58139 2941.49 3.58155 2714.66 3.58171 2468.82 3.58186 2221.12 3.58202 1984.66 3.58218 1767.64 3.58233 1573.8 3.58249 1403.71 3.58265 1256 3.5828 1128.42 3.58296 1018.41 3.58312 923.51 3.58327 841.504 3.58343 770.445 3.58359 708.663 3.58374 654.749 3.5839 607.526 3.58406 566.016 3.58422 529.399 3.58437 496.968 3.58453 468.127 3.58469 442.397 3.58484 419.389 3.585 398.769 3.58516 380.23 3.58531 363.505 3.58547 348.384 3.58563 334.695 3.58578 322.272 3.58594 310.948 3.5861 300.584 3.58625 291.076 3.58641 282.343 3.58657 274.29 3.58672 266.815 3.58688 259.827 3.58704 253.255 3.58719 247.049 3.58735 241.156 3.58751 235.514 3.58766 230.055 3.58782 224.734 3.58798 219.53 3.58814 214.45 3.58829 209.508 3.58845 204.725 3.58861 200.128 3.58876 195.733 3.58892 191.531 3.58908 187.501 3.58923 183.635 3.58939 179.951 3.58955 176.463 3.5897 173.161 3.58986 170.025 3.59002 167.046 3.59017 164.226 3.59033 161.555 3.59049 159.01 3.59064 156.572 3.5908 154.246 3.59096 152.047 3.59111 149.98 3.59127 148.039 3.59143 146.21 3.59158 144.476 3.59174 142.826 3.5919 141.255 3.59206 139.764 3.59221 138.362 3.59237 137.054 3.59253 135.836 3.59268 134.695 3.59284 133.609 3.593 132.56 3.59315 131.542 3.59331 130.552 3.59347 129.574 3.59362 128.577 3.59378 127.535 3.59394 126.442 3.59409 125.315 3.59425 124.165 3.59441 122.984 3.59456 121.764 3.59472 120.513 3.59488 119.257 3.59503 118.02 3.59519 116.816 3.59535 115.658 3.5955 114.553 3.59566 113.498 3.59582 112.475 3.59598 111.471 3.59613 110.487 3.59629 109.536 3.59645 108.621 3.5966 107.734 3.59676 106.87 3.59692 106.034 3.59707 105.233 3.59723 104.469 3.59739 103.745 3.59754 103.06 3.5977 102.408 3.59786 101.783 3.59801 101.178 3.59817 100.599 3.59833 100.052 3.59848 99.5354 3.59864 99.0419 3.5988 98.5612 3.59895 98.0895 3.59911 97.6344 3.59927 97.2081 3.59942 96.813 3.59958 96.4377 3.59974 96.0743 3.5999 95.7315 3.60005 95.4217 3.60021 95.1412 3.60037 94.873 3.60052 94.6099 3.60068 94.3625 3.60084 94.1439 3.60099 93.9597 3.60115 93.8135 3.60131 93.7128 3.60146 93.6645 3.60162 93.6751 3.60178 93.7612 3.60193 93.9495 3.60209 94.2598 3.60225 94.6966 3.6024 95.2634 3.60256 95.9768 3.60272 96.8575 3.60287 97.9109 3.60303 99.1222 3.60319 100.465 3.60335 101.91 3.6035 103.434 3.60366 105.014 3.60382 106.612 3.60397 108.164 3.60413 109.575 3.60429 110.747 3.60444 111.596 3.6046 112.05 3.60476 112.039 3.60491 111.514 3.60507 110.461 3.60523 108.902 3.60538 106.891 3.60554 104.519 3.6057 101.908 3.60585 99.1921 3.60601 96.4898 3.60617 93.895 3.60632 91.4833 3.60648 89.3035 3.60664 87.3712 3.60679 85.6816 3.60695 84.2275 3.60711 82.995 3.60727 81.952 3.60742 81.0567 3.60758 80.2838 3.60774 79.6289 3.60789 79.0862 3.60805 78.6353 3.60821 78.2519 3.60836 77.9199 3.60852 77.6294 3.60868 77.3696 3.60883 77.1265 3.60899 76.8798 3.60915 76.6053 3.6093 76.286 3.60946 75.9266 3.60962 75.5444 3.60977 75.146 3.60993 74.7227 3.61009 74.2716 3.61024 73.8073 3.6104 73.35 3.61056 72.9094 3.61071 72.4909 3.61087 72.1072 3.61103 71.7728 3.61119 71.4883 3.61134 71.237 3.6115 70.9934 3.61166 70.7345 3.61181 70.4486 3.61197 70.1389 3.61213 69.8171 3.61228 69.4861 3.61244 69.1347 3.6126 68.7499 3.61275 68.3333 3.61291 67.9004 3.61307 67.4703 3.61322 67.0616 3.61338 66.6905 3.61354 66.3609 3.61369 66.0592 3.61385 65.7672 3.61401 65.4796 3.61416 65.2012 3.61432 64.9309 3.61448 64.659 3.61463 64.3867 3.61479 64.1341 3.61495 63.9205 3.61511 63.74 3.61526 63.5667 3.61542 63.382 3.61558 63.1934 3.61573 63.0247 3.61589 62.8965 3.61605 62.8154 3.6162 62.7701 3.61636 62.7347 3.61652 62.6793 3.61667 62.5907 3.61683 62.4848 3.61699 62.3921 3.61714 62.3274 3.6173 62.2766 3.61746 62.2165 3.61761 62.14 3.61777 62.0584 3.61793 61.9808 3.61808 61.9018 3.61824 61.8115 3.6184 61.7129 3.61855 61.6235 3.61871 61.562 3.61887 61.5332 3.61903 61.527 3.61918 61.5293 3.61934 61.5311 3.6195 61.5296 3.61965 61.5223 3.61981 61.5069 3.61997 61.489 3.62012 61.4855 3.62028 61.5121 3.62044 61.5665 3.62059 61.627 3.62075 61.6677 3.62091 61.6763 3.62106 61.6597 3.62122 61.6392 3.62138 61.642 3.62153 61.6882 3.62169 61.7779 3.62185 61.8913 3.622 62.0066 3.62216 62.1212 3.62232 62.2536 3.62247 62.4245 3.62263 62.639 3.62279 62.8891 3.62295 63.1654 3.6231 63.4633 3.62326 63.7794 3.62342 64.1084 3.62357 64.4457 3.62373 64.7892 3.62389 65.1369 3.62404 65.4891 3.6242 65.8554 3.62436 66.2562 3.62451 66.7114 3.62467 67.2297 3.62483 67.81 3.62498 68.4531 3.62514 69.1686 3.6253 69.973 3.62545 70.8862 3.62561 71.9295 3.62577 73.1216 3.62592 74.474 3.62608 75.9929 3.62624 77.6854 3.6264 79.5602 3.62655 81.6231 3.62671 83.8708 3.62687 86.2836 3.62702 88.8143 3.62718 91.3876 3.62734 93.9186 3.62749 96.338 3.62765 98.5969 3.62781 100.653 3.62796 102.465 3.62812 103.997 3.62828 105.231 3.62843 106.165 3.62859 106.823 3.62875 107.258 3.6289 107.536 3.62906 107.705 3.62922 107.777 3.62937 107.744 3.62953 107.594 3.62969 107.297 3.62984 106.801 3.63 106.056 3.63016 105.055 3.63032 103.837 3.63047 102.451 3.63063 100.947 3.63079 99.3799 3.63094 97.8126 3.6311 96.306 3.63126 94.9099 3.63141 93.6621 3.63157 92.5832 3.63173 91.6674 3.63188 90.8866 3.63204 90.2135 3.6322 89.6367 3.63235 89.1559 3.63251 88.7737 3.63267 88.4912 3.63282 88.3044 3.63298 88.1996 3.63314 88.1593 3.63329 88.1738 3.63345 88.2449 3.63361 88.3771 3.63376 88.5694 3.63392 88.8201 3.63408 89.1299 3.63424 89.4987 3.63439 89.9261 3.63455 90.4169 3.63471 90.9848 3.63486 91.6456 3.63502 92.4087 3.63518 93.2724 3.63533 94.2207 3.63549 95.2257 3.63565 96.2617 3.6358 97.3189 3.63596 98.3981 3.63612 99.4889 3.63627 100.564 3.63643 101.599 3.63659 102.585 3.63674 103.525 3.6369 104.415 3.63706 105.243 3.63721 105.992 3.63737 106.656 3.63753 107.23 3.63768 107.713 3.63784 108.112 3.638 108.434 3.63816 108.692 3.63831 108.902 3.63847 109.084 3.63863 109.253 3.63878 109.42 3.63894 109.581 3.6391 109.737 3.63925 109.89 3.63941 110.048 3.63957 110.219 3.63972 110.401 3.63988 110.589 3.64004 110.782 3.64019 110.98 3.64035 111.18 3.64051 111.368 3.64066 111.531 3.64082 111.666 3.64098 111.771 3.64113 111.836 3.64129 111.862 3.64145 111.863 3.6416 111.855 3.64176 111.835 3.64192 111.802 3.64208 111.782 3.64223 111.824 3.64239 111.961 3.64255 112.199 3.6427 112.542 3.64286 113.007 3.64302 113.607 3.64317 114.334 3.64333 115.172 3.64349 116.114 3.64364 117.161 3.6438 118.302 3.64396 119.521 3.64411 120.815 3.64427 122.183 3.64443 123.602 3.64458 125.025 3.64474 126.406 3.6449 127.728 3.64505 128.998 3.64521 130.228 3.64537 131.411 3.64552 132.522 3.64568 133.537 3.64584 134.455 3.646 135.285 3.64615 136.025 3.64631 136.653 3.64647 137.156 3.64662 137.554 3.64678 137.885 3.64694 138.166 3.64709 138.397 3.64725 138.59 3.64741 138.776 3.64756 138.972 3.64772 139.17 3.64788 139.366 3.64803 139.576 3.64819 139.829 3.64835 140.133 3.6485 140.482 3.64866 140.875 3.64882 141.322 3.64897 141.821 3.64913 142.35 3.64929 142.886 3.64945 143.419 3.6496 143.945 3.64976 144.452 3.64992 144.917 3.65007 145.323 3.65023 145.666 3.65039 145.962 3.65054 146.244 3.6507 146.555 3.65086 146.937 3.65101 147.434 3.65117 148.084 3.65133 148.923 3.65148 149.975 3.65164 151.249 3.6518 152.761 3.65195 154.536 3.65211 156.602 3.65227 158.967 3.65242 161.616 3.65258 164.519 3.65274 167.653 3.65289 171.006 3.65305 174.576 3.65321 178.36 3.65337 182.352 3.65352 186.523 3.65368 190.809 3.65384 195.109 3.65399 199.294 3.65415 203.217 3.65431 206.702 3.65446 209.522 3.65462 211.376 3.65478 211.923 3.65493 210.879 3.65509 208.118 3.65525 203.729 3.6554 198.009 3.65556 191.399 3.65572 184.409 3.65587 177.515 3.65603 171.068 3.65619 165.261 3.65634 160.171 3.6565 155.821 3.65666 152.197 3.65681 149.227 3.65697 146.798 3.65713 144.801 3.65729 143.16 3.65744 141.819 3.6576 140.724 3.65776 139.836 3.65791 139.135 3.65807 138.605 3.65823 138.216 3.65838 137.94 3.65854 137.771 3.6587 137.714 3.65885 137.763 3.65901 137.897 3.65917 138.104 3.65932 138.391 3.65948 138.765 3.65964 139.22 3.65979 139.742 3.65995 140.324 3.66011 140.968 3.66026 141.673 3.66042 142.437 3.66058 143.257 3.66073 144.139 3.66089 145.085 3.66105 146.087 3.66121 147.124 3.66136 148.177 3.66152 149.245 3.66168 150.332 3.66183 151.433 3.66199 152.532 3.66215 153.62 3.6623 154.709 3.66246 155.812 3.66262 156.934 3.66277 158.072 3.66293 159.221 3.66309 160.387 3.66324 161.577 3.6634 162.798 3.66356 164.062 3.66371 165.377 3.66387 166.74 3.66403 168.142 3.66418 169.588 3.66434 171.094 3.6645 172.672 3.66465 174.321 3.66481 176.034 3.66497 177.813 3.66513 179.661 3.66528 181.582 3.66544 183.578 3.6656 185.656 3.66575 187.817 3.66591 190.056 3.66607 192.361 3.66622 194.717 3.66638 197.114 3.66654 199.541 3.66669 201.987 3.66685 204.452 3.66701 206.94 3.66716 209.457 3.66732 211.997 3.66748 214.559 3.66763 217.155 3.66779 219.814 3.66795 222.553 3.6681 225.372 3.66826 228.269 3.66842 231.26 3.66857 234.373 3.66873 237.617 3.66889 240.985 3.66905 244.485 3.6692 248.137 3.66936 251.96 3.66952 255.95 3.66967 260.096 3.66983 264.401 3.66999 268.888 3.67014 273.571 3.6703 278.447 3.67046 283.5 3.67061 288.722 3.67077 294.116 3.67093 299.683 3.67108 305.407 3.67124 311.241 3.6714 317.124 3.67155 323.005 3.67171 328.876 3.67187 334.78 3.67202 340.799 3.67218 347.015 3.67234 353.487 3.6725 360.239 3.67265 367.269 3.67281 374.561 3.67297 382.099 3.67312 389.875 3.67328 397.895 3.67344 406.168 3.67359 414.694 3.67375 423.469 3.67391 432.508 3.67406 441.843 3.67422 451.509 3.67438 461.531 3.67453 471.927 3.67469 482.722 3.67485 493.944 3.675 505.609 3.67516 517.74 3.67532 530.372 3.67547 543.54 3.67563 557.255 3.67579 571.515 3.67594 586.349 3.6761 601.81 3.67626 617.935 3.67642 634.728 3.67657 652.191 3.67673 670.36 3.67689 689.308 3.67704 709.108 3.6772 729.838 3.67736 751.587 3.67751 774.448 3.67767 798.514 3.67783 823.884 3.67798 850.679 3.67814 879.021 3.6783 909.025 3.67845 940.812 3.67861 974.526 3.67877 1010.33 3.67892 1048.4 3.67908 1088.89 3.67924 1132.02 3.67939 1178 3.67955 1227.08 3.67971 1279.48 3.67986 1335.47 3.68002 1395.34 3.68018 1459.39 3.68034 1527.96 3.68049 1601.37 3.68065 1679.99 3.68081 1764.21 3.68096 1854.48 3.68112 1951.33 3.68128 2055.37 3.68143 2167.3 3.68159 2287.94 3.68175 2418.24 3.6819 2559.28 3.68206 2712.34 3.68222 2878.84 3.68237 3060.44 3.68253 3259.02 3.68269 3476.72 3.68284 3715.92 3.683 3979.29 3.68316 4269.72 3.68331 4590.29 3.68347 4944.16 3.68363 5334.47 3.68378 5764.16 3.68394 6235.78 3.6841 6751.15 3.68426 7310.99 3.68441 7914.44 3.68457 8558.49 3.68473 9237.42 3.68488 9942.4 3.68504 10660.9 3.6852 11376.8 3.68535 12070.2 3.68551 12718.1 3.68567 13295.8 3.68582 13778.5 3.68598 14142.8 3.68614 14369.1 3.68629 14444 3.68645 14361.2 3.68661 14123 3.68676 13740.2 3.68692 13231 3.68708 12619.5 3.68723 11933.2 3.68739 11200.4 3.68755 10447.7 3.6877 9698.44 3.68786 8971.13 3.68802 8279.31 3.68818 7631.78 3.68833 7033.21 3.68849 6485.05 3.68865 5986.42 3.6888 5534.85 3.68896 5126.95 3.68912 4758.85 3.68927 4426.56 3.68943 4126.22 3.68959 3854.23 3.68974 3607.37 3.6899 3382.8 3.69006 3178.04 3.69021 2990.99 3.69037 2819.85 3.69053 2663.08 3.69068 2519.39 3.69084 2387.67 3.691 2266.94 3.69115 2156.31 3.69131 2054.99 3.69147 1962.24 3.69162 1877.41 3.69178 1799.91 3.69194 1729.25 3.6921 1664.97 3.69225 1606.64 3.69241 1553.84 3.69257 1506.14 3.69272 1463.08 3.69288 1424.15 3.69304 1388.72 3.69319 1356.09 3.69335 1325.53 3.69351 1296.21 3.69366 1267.4 3.69382 1238.44 3.69398 1208.87 3.69413 1178.37 3.69429 1146.84 3.69445 1114.32 3.6946 1080.93 3.69476 1046.89 3.69492 1012.41 3.69507 977.854 3.69523 943.642 3.69539 910.269 3.69555 878.204 3.6957 847.825 3.69586 819.375 3.69602 792.949 3.69617 768.511 3.69633 745.948 3.69649 725.106 3.69664 705.82 3.6968 687.938 3.69696 671.333 3.69711 655.894 3.69727 641.518 3.69743 628.113 3.69758 615.608 3.69774 603.948 3.6979 593.071 3.69805 582.918 3.69821 573.45 3.69837 564.644 3.69852 556.474 3.69868 548.911 3.69884 541.944 3.69899 535.601 3.69915 529.919 3.69931 524.92 3.69947 520.621 3.69962 517.074 3.69978 514.361 3.69994 512.565 3.70009 511.764 3.70025 512.045 3.70041 513.524 3.70056 516.33 3.70072 520.565 3.70088 526.264 3.70103 533.376 3.70119 541.742 3.70135 551.072 3.7015 560.908 3.70166 570.599 3.70182 579.323 3.70197 586.149 3.70213 590.144 3.70229 590.514 3.70244 586.747 3.7026 578.756 3.70276 566.917 3.70291 551.999 3.70307 534.988 3.70323 516.902 3.70339 498.65 3.70354 480.949 3.7037 464.283 3.70386 448.925 3.70401 434.983 3.70417 422.464 3.70433 411.294 3.70448 401.35 3.70464 392.488 3.7048 384.567 3.70495 377.468 3.70511 371.08 3.70527 365.301 3.70542 360.037 3.70558 355.205 3.70574 350.736 3.70589 346.586 3.70605 342.725 3.70621 339.128 3.70636 335.768 3.70652 332.626 3.70668 329.706 3.70683 327.02 3.70699 324.561 3.70715 322.308 3.70731 320.238 3.70746 318.343 3.70762 316.623 3.70778 315.071 3.70793 313.687 3.70809 312.47 3.70825 311.415 3.7084 310.504 3.70856 309.72 3.70872 309.069 3.70887 308.556 3.70903 308.169 3.70919 307.874 3.70934 307.648 3.7095 307.497 3.70966 307.436 3.70981 307.471 3.70997 307.598 3.71013 307.81 3.71028 308.1 3.71044 308.457 3.7106 308.87 3.71075 309.337 3.71091 309.863 3.71107 310.46 3.71123 311.148 3.71138 311.954 3.71154 312.905 3.7117 314.021 3.71185 315.323 3.71201 316.844 3.71217 318.627 3.71232 320.715 3.71248 323.132 3.71264 325.888 3.71279 329.01 3.71295 332.558 3.71311 336.606 3.71326 341.22 3.71342 346.461 3.71358 352.412 3.71373 359.203 3.71389 366.997 3.71405 375.966 3.7142 386.305 3.71436 398.228 3.71452 411.962 3.71467 427.705 3.71483 445.622 3.71499 465.834 3.71515 488.382 3.7153 513.156 3.71546 539.838 3.71562 567.869 3.71577 596.421 3.71593 624.388 3.71609 650.456 3.71624 673.258 3.7164 691.586 3.71656 704.58 3.71671 711.894 3.71687 713.799 3.71703 711.113 3.71718 704.916 3.71734 696.187 3.7175 685.546 3.71765 673.231 3.71781 659.234 3.71797 643.491 3.71812 626.033 3.71828 607.066 3.71844 586.95 3.71859 566.111 3.71875 544.942 3.71891 523.727 3.71907 502.619 3.71922 481.676 3.71938 460.956 3.71954 440.594 3.71969 420.84 3.71985 402.01 3.72001 384.418 3.72016 368.312 3.72032 353.823 3.72048 340.956 3.72063 329.613 3.72079 319.638 3.72095 310.85 3.7211 303.058 3.72126 296.075 3.72142 289.746 3.72157 283.964 3.72173 278.653 3.72189 273.749 3.72204 269.201 3.7222 264.974 3.72236 261.04 3.72252 257.372 3.72267 253.937 3.72283 250.706 3.72299 247.656 3.72314 244.757 3.7233 241.981 3.72346 239.304 3.72361 236.714 3.72377 234.208 3.72393 231.786 3.72408 229.444 3.72424 227.178 3.7244 224.983 3.72455 222.855 3.72471 220.788 3.72487 218.774 3.72502 216.812 3.72518 214.906 3.72534 213.064 3.72549 211.293 3.72565 209.597 3.72581 207.981 3.72596 206.458 3.72612 205.04 3.72628 203.745 3.72644 202.587 3.72659 201.572 3.72675 200.687 3.72691 199.912 3.72706 199.245 3.72722 198.709 3.72738 198.324 3.72753 198.091 3.72769 197.997 3.72785 198.047 3.728 198.262 3.72816 198.661 3.72832 199.256 3.72847 200.053 3.72863 201.068 3.72879 202.32 3.72894 203.826 3.7291 205.604 3.72926 207.686 3.72941 210.112 3.72957 212.921 3.72973 216.155 3.72988 219.877 3.73004 224.167 3.7302 229.115 3.73036 234.82 3.73051 241.404 3.73067 249.017 3.73083 257.828 3.73098 267.995 3.73114 279.655 3.7313 292.915 3.73145 307.846 3.73161 324.448 3.73177 342.604 3.73192 362.043 3.73208 382.299 3.73224 402.673 3.73239 422.228 3.73255 439.832 3.73271 454.258 3.73286 464.337 3.73302 469.149 3.73318 468.234 3.73333 461.725 3.73349 450.347 3.73365 435.261 3.7338 417.84 3.73396 399.434 3.73412 381.193 3.73428 363.965 3.73443 348.288 3.73459 334.445 3.73475 322.535 3.7349 312.536 3.73506 304.348 3.73522 297.833 3.73537 292.848 3.73553 289.251 3.73569 286.902 3.73584 285.672 3.736 285.466 3.73616 286.218 3.73631 287.884 3.73647 290.419 3.73663 293.79 3.73678 297.974 3.73694 302.973 3.7371 308.806 3.73725 315.506 3.73741 323.117 3.73757 331.681 3.73772 341.23 3.73788 351.801 3.73804 363.463 3.7382 376.331 3.73835 390.562 3.73851 406.331 3.73867 423.83 3.73882 443.285 3.73898 464.969 3.73914 489.197 3.73929 516.322 3.73945 546.724 3.73961 580.805 3.73976 618.977 3.73992 661.658 3.74008 709.294 3.74023 762.376 3.74039 821.431 3.74055 887.019 3.7407 959.753 3.74086 1040.35 3.74102 1129.67 3.74117 1228.71 3.74133 1338.58 3.74149 1460.37 3.74164 1595.01 3.7418 1743.04 3.74196 1904.39 3.74212 2078.06 3.74227 2261.89 3.74243 2452.28 3.74259 2644.09 3.74274 2830.67 3.7429 3004.09 3.74306 3155.81 3.74321 3277.47 3.74337 3361.99 3.74353 3404.41 3.74368 3402.47 3.74384 3356.71 3.744 3270.16 3.74415 3147.84 3.74431 2996.23 3.74447 2822.88 3.74462 2635.99 3.74478 2443.92 3.74494 2254.46 3.74509 2074.07 3.74525 1907.46 3.74541 1757.46 3.74557 1625.21 3.74572 1510.57 3.74588 1412.47 3.74604 1329.24 3.74619 1258.86 3.74635 1199.1 3.74651 1147.55 3.74666 1101.73 3.74682 1059.29 3.74698 1018.19 3.74713 976.897 3.74729 934.518 3.74745 890.852 3.7476 846.329 3.74776 801.8 3.74792 758.244 3.74807 716.483 3.74823 677.033 3.74839 640.116 3.74854 605.751 3.7487 573.852 3.74886 544.315 3.74901 517.052 3.74917 491.978 3.74933 468.989 3.74949 447.95 3.74964 428.721 3.7498 411.171 3.74996 395.176 3.75011 380.607 3.75027 367.336 3.75043 355.252 3.75058 344.26 3.75074 334.275 3.7509 325.215 3.75105 316.999 3.75121 309.545 3.75137 302.767 3.75152 296.592 3.75168 290.972 3.75184 285.875 3.75199 281.262 3.75215 277.08 3.75231 273.279 3.75246 269.834 3.75262 266.736 3.75278 263.974 3.75293 261.531 3.75309 259.383 3.75325 257.519 3.75341 255.93 3.75356 254.604 3.75372 253.52 3.75388 252.658 3.75403 252.003 3.75419 251.541 3.75435 251.258 3.7545 251.144 3.75466 251.197 3.75482 251.418 3.75497 251.804 3.75513 252.359 3.75529 253.099 3.75544 254.054 3.7556 255.259 3.75576 256.748 3.75591 258.555 3.75607 260.705 3.75623 263.223 3.75638 266.141 3.75654 269.504 3.7567 273.362 3.75685 277.764 3.75701 282.761 3.75717 288.426 3.75733 294.835 3.75748 302.027 3.75764 309.997 3.7578 318.715 3.75795 328.14 3.75811 338.189 3.75827 348.696 3.75842 359.421 3.75858 370.074 3.75874 380.345 3.75889 389.91 3.75905 398.476 3.75921 405.847 3.75936 411.962 3.75952 416.89 3.75968 420.821 3.75983 424.044 3.75999 426.937 3.76015 429.922 3.7603 433.418 3.76046 437.803 3.76062 443.397 3.76077 450.458 3.76093 459.178 3.76109 469.691 3.76125 482.093 3.7614 496.466 3.76156 512.907 3.76172 531.55 3.76187 552.558 3.76203 576.112 3.76219 602.421 3.76234 631.75 3.7625 664.44 3.76266 700.908 3.76281 741.63 3.76297 787.146 3.76313 838.092 3.76328 895.22 3.76344 959.413 3.7636 1031.68 3.76375 1113.16 3.76391 1205.1 3.76407 1308.84 3.76422 1425.71 3.76438 1556.91 3.76454 1703.44 3.76469 1865.81 3.76485 2043.87 3.76501 2236.51 3.76517 2441.34 3.76532 2654.57 3.76548 2870.99 3.76564 3084.18 3.76579 3287.04 3.76595 3472.54 3.76611 3634.58 3.76626 3768.91 3.76642 3873.68 3.76658 3949.58 3.76673 3999.41 3.76689 4027.25 3.76705 4037.66 3.7672 4035 3.76736 4022.96 3.76752 4004.17 3.76767 3979.86 3.76783 3949.55 3.76799 3911.04 3.76814 3860.84 3.7683 3794.83 3.76846 3709.21 3.76862 3601.15 3.76877 3469.26 3.76893 3313.72 3.76909 3136.45 3.76924 2941.14 3.7694 2733.2 3.76956 2519.31 3.76971 2306.67 3.76987 2102.02 3.77003 1910.71 3.77018 1736.15 3.77034 1579.81 3.7705 1441.61 3.77065 1320.44 3.77081 1214.66 3.77097 1122.44 3.77112 1042.01 3.77128 971.756 3.77144 910.247 3.77159 856.237 3.77175 808.662 3.77191 766.633 3.77206 729.413 3.77222 696.391 3.77238 667.053 3.77254 640.961 3.77269 617.73 3.77285 597.028 3.77301 578.574 3.77316 562.13 3.77332 547.497 3.77348 534.529 3.77363 523.13 3.77379 513.242 3.77395 504.809 3.7741 497.779 3.77426 492.118 3.77442 487.807 3.77457 484.824 3.77473 483.111 3.77489 482.566 3.77504 483.022 3.7752 484.234 3.77536 485.864 3.77551 487.502 3.77567 488.699 3.77583 489.002 3.77598 488.005 3.77614 485.413 3.7763 481.085 3.77646 475.04 3.77661 467.449 3.77677 458.623 3.77693 448.994 3.77708 439.048 3.77724 429.255 3.7774 420.003 3.77755 411.58 3.77771 404.167 3.77787 397.851 3.77802 392.644 3.77818 388.508 3.77834 385.391 3.77849 383.24 3.77865 382.021 3.77881 381.712 3.77896 382.289 3.77912 383.739 3.77928 386.071 3.77943 389.341 3.77959 393.633 3.77975 399.028 3.7799 405.603 3.78006 413.459 3.78022 422.74 3.78038 433.62 3.78053 446.269 3.78069 460.816 3.78085 477.332 3.781 495.819 3.78116 516.187 3.78132 538.195 3.78147 561.371 3.78163 584.946 3.78179 607.85 3.78194 628.761 3.7821 646.21 3.78226 658.73 3.78241 665.071 3.78257 664.465 3.78273 656.87 3.78288 643.065 3.78304 624.55 3.7832 603.24 3.78335 581.086 3.78351 559.733 3.78367 540.34 3.78382 523.554 3.78398 509.609 3.78414 498.469 3.7843 489.964 3.78445 483.892 3.78461 480.064 3.78477 478.309 3.78492 478.461 3.78508 480.379 3.78524 483.966 3.78539 489.169 3.78555 495.959 3.78571 504.303 3.78586 514.167 3.78602 525.523 3.78618 538.347 3.78633 552.605 3.78649 568.241 3.78665 585.188 3.7868 603.389 3.78696 622.815 3.78712 643.484 3.78727 665.465 3.78743 688.905 3.78759 714.062 3.78774 741.327 3.7879 771.221 3.78806 804.371 3.78822 841.489 3.78837 883.373 3.78853 930.904 3.78869 985.013 3.78884 1046.62 3.789 1116.56 3.78916 1195.51 3.78931 1283.88 3.78947 1381.73 3.78963 1488.66 3.78978 1603.64 3.78994 1724.92 3.7901 1849.9 3.79025 1975.04 3.79041 2096.02 3.79057 2207.84 3.79072 2305.2 3.79088 2382.96 3.79104 2436.61 3.79119 2462.81 3.79135 2459.72 3.79151 2427.04 3.79167 2366.05 3.79182 2279.33 3.79198 2170.7 3.79214 2044.99 3.79229 1907.83 3.79245 1765.24 3.79261 1623.05 3.79276 1486.25 3.79292 1358.55 3.79308 1242.21 3.79323 1138.22 3.79339 1046.53 3.79355 966.472 3.7937 896.994 3.79386 836.952 3.79402 785.218 3.79417 740.736 3.79433 702.548 3.79449 669.819 3.79464 641.839 3.7948 618.004 3.79496 597.789 3.79511 580.745 3.79527 566.499 3.79543 554.737 3.79559 545.191 3.79574 537.643 3.7959 531.933 3.79606 527.955 3.79621 525.629 3.79637 524.902 3.79653 525.765 3.79668 528.248 3.79684 532.394 3.797 538.238 3.79715 545.796 3.79731 555.055 3.79747 565.919 3.79762 578.144 3.79778 591.295 3.79794 604.732 3.79809 617.619 3.79825 628.954 3.79841 637.648 3.79856 642.659 3.79872 643.174 3.79888 638.794 3.79903 629.657 3.79919 616.453 3.79935 600.303 3.79951 582.543 3.79966 564.483 3.79982 547.208 3.79998 531.475 3.80013 517.695 3.80029 506.003 3.80045 496.35 3.8006 488.58 3.80076 482.48 3.80092 477.814 3.80107 474.34 3.80123 471.847 3.80139 470.165 3.80154 469.172 3.8017 468.785 3.80186 468.946 3.80201 469.615 3.80217 470.764 3.80233 472.385 3.80248 474.483 3.80264 477.067 3.8028 480.133 3.80295 483.667 3.80311 487.645 3.80327 492.05 3.80343 496.887 3.80358 502.177 3.80374 507.935 3.8039 514.156 3.80405 520.821 3.80421 527.925 3.80437 535.478 3.80452 543.499 3.80468 552.002 3.80484 561.002 3.80499 570.527 3.80515 580.615 3.80531 591.306 3.80546 602.643 3.80562 614.684 3.80578 627.508 3.80593 641.2 3.80609 655.827 3.80625 671.452 3.8064 688.149 3.80656 706.018 3.80672 725.151 3.80687 745.614 3.80703 767.441 3.80719 790.668 3.80735 815.334 3.8075 841.464 3.80766 869.055 3.80782 898.102 3.80797 928.626 3.80813 960.69 3.80829 994.395 3.80844 1029.9 3.8086 1067.43 3.80876 1107.27 3.80891 1149.76 3.80907 1195.3 3.80923 1244.36 3.80938 1297.47 3.80954 1355.2 3.8097 1418.19 3.80985 1487.17 3.81001 1562.99 3.81017 1646.53 3.81032 1738.69 3.81048 1840.33 3.81064 1952.19 3.81079 2074.77 3.81095 2208.21 3.81111 2352.14 3.81127 2505.58 3.81142 2666.68 3.81158 2832.6 3.81174 2999.42 3.81189 3162.18 3.81205 3315.03 3.81221 3451.54 3.81236 3565.25 3.81252 3650.4 3.81268 3702.68 3.81283 3720.01 3.81299 3702.99 3.81315 3655.05 3.8133 3582.02 3.81346 3491.28 3.81362 3390.76 3.81377 3287.89 3.81393 3188.91 3.81409 3098.42 3.81424 3019.39 3.8144 2953.39 3.81456 2900.91 3.81472 2861.75 3.81487 2835.38 3.81503 2821.17 3.81519 2818.52 3.81534 2827.04 3.8155 2846.45 3.81566 2876.67 3.81581 2917.67 3.81597 2969.37 3.81613 3031.54 3.81628 3103.78 3.81644 3185.47 3.8166 3275.73 3.81675 3373.42 3.81691 3477.21 3.81707 3585.61 3.81722 3697.13 3.81738 3810.33 3.81754 3924 3.81769 4037.26 3.81785 4149.63 3.81801 4261.05 3.81816 4371.83 3.81832 4482.6 3.81848 4594.18 3.81864 4707.46 3.81879 4823.24 3.81895 4942.14 3.81911 5064.59 3.81926 5190.87 3.81942 5321.2 3.81958 5455.81 3.81973 5594.93 3.81989 5738.78 3.82005 5887.41 3.8202 6040.61 3.82036 6197.59 3.82052 6356.8 3.82067 6515.79 3.82083 6671.26 3.82099 6819.23 3.82114 6955.45 3.8213 7075.81 3.82146 7176.96 3.82161 7256.82 3.82177 7315.01 3.82193 7353.09 3.82208 7374.61 3.82224 7384.93 3.8224 7390.86 3.82256 7400.19 3.82271 7421.19 3.82287 7462.04 3.82303 7530.5 3.82318 7633.53 3.82334 7777.1 3.8235 7966.08 3.82365 8204.19 3.82381 8493.94 3.82397 8836.6 3.82412 9231.98 3.82428 9678.26 3.82444 10171.6 3.82459 10706.1 3.82475 11273.1 3.82491 11861.8 3.82506 12458.7 3.82522 13048.1 3.82538 13612.8 3.82553 14135.2 3.82569 14598.5 3.82585 14988.1 3.826 15293.1 3.82616 15507.5 3.82632 15630.4 3.82648 15666.1 3.82663 15623.4 3.82679 15514.6 3.82695 15353.8 3.8271 15156 3.82726 14935.6 3.82742 14705.7 3.82757 14477.5 3.82773 14260.1 3.82789 14060.5 3.82804 13882.7 3.8282 13728.6 3.82836 13597.1 3.82851 13485.1 3.82867 13387.2 3.82883 13296.8 3.82898 13206.6 3.82914 13109.3 3.8293 12998.3 3.82945 12867.9 3.82961 12713.4 3.82977 12530.5 3.82992 12315 3.83008 12062.9 3.83024 11770.2 3.8304 11434.2 3.83055 11053.8 3.83071 10630.7 3.83087 10169.2 3.83102 9676.86 3.83118 9162.97 3.83134 8638.04 3.83149 8112.54 3.83165 7596.09 3.83181 7096.84 3.83196 6621.26 3.83212 6173.99 3.83228 5757.9 3.83243 5374.18 3.83259 5022.62 3.83275 4701.9 3.8329 4409.99 3.83306 4144.52 3.83322 3903.02 3.83337 3683.15 3.83353 3482.66 3.83369 3299.46 3.83384 3131.51 3.834 2976.91 3.83416 2833.88 3.83432 2700.87 3.83447 2576.62 3.83463 2460.2 3.83479 2351.01 3.83494 2248.75 3.8351 2153.28 3.83526 2064.59 3.83541 1982.67 3.83557 1907.42 3.83573 1838.64 3.83588 1776.07 3.83604 1719.4 3.8362 1668.26 3.83635 1622.27 3.83651 1581.05 3.83667 1544.17 3.83682 1511.2 3.83698 1481.67 3.83714 1455.11 3.83729 1430.99 3.83745 1408.7 3.83761 1387.58 3.83776 1367 3.83792 1346.39 3.83808 1325.3 3.83824 1303.43 3.83839 1280.64 3.83855 1257.02 3.83871 1232.82 3.83886 1208.42 3.83902 1184.22 3.83918 1160.61 3.83933 1137.82 3.83949 1115.99 3.83965 1095.17 3.8398 1075.38 3.83996 1056.57 3.84012 1038.69 3.84027 1021.69 3.84043 1005.56 3.84059 990.316 3.84074 975.909 3.8409 962.271 3.84106 949.292 3.84121 936.842 3.84137 924.775 3.84153 912.954 3.84169 901.287 3.84184 889.745 3.842 878.348 3.84216 867.165 3.84231 856.316 3.84247 845.97 3.84263 836.34 3.84278 827.656 3.84294 820.151 3.8431 814.055 3.84325 809.585 3.84341 806.934 3.84357 806.271 3.84372 807.741 3.84388 811.467 3.84404 817.548 3.84419 826.058 3.84435 837.057 3.84451 850.578 3.84466 866.631 3.84482 885.191 3.84498 906.207 3.84513 929.611 3.84529 955.319 3.84545 983.246 3.84561 1013.32 3.84576 1045.53 3.84592 1079.9 3.84608 1116.52 3.84623 1155.47 3.84639 1196.79 3.84655 1240.39 3.8467 1286.04 3.84686 1333.25 3.84702 1381.29 3.84717 1429.16 3.84733 1475.65 3.84749 1519.38 3.84764 1558.92 3.8478 1592.78 3.84796 1619.63 3.84811 1638.36 3.84827 1648.3 3.84843 1649.26 3.84858 1641.63 3.84874 1626.34 3.8489 1604.86 3.84905 1579.06 3.84921 1551.08 3.84937 1523.19 3.84953 1497.58 3.84968 1476.25 3.84984 1460.88 3.85 1452.71 3.85015 1452.45 3.85031 1460.3 3.85047 1475.91 3.85062 1498.36 3.85078 1526.16 3.85094 1557.25 3.85109 1589.14 3.85125 1619 3.85141 1643.97 3.85156 1661.37 3.85172 1669.05 3.85188 1665.67 3.85203 1650.96 3.85219 1625.88 3.85235 1592.59 3.8525 1554.16 3.85266 1514.23 3.85282 1476.41 3.85297 1443.94 3.85313 1419.24 3.85329 1403.87 3.85345 1398.52 3.8536 1403.12 3.85376 1417 3.85392 1438.99 3.85407 1467.48 3.85423 1500.45 3.85439 1535.54 3.85454 1570.17 3.8547 1601.72 3.85486 1627.87 3.85501 1646.75 3.85517 1657.26 3.85533 1659.17 3.85548 1653.14 3.85564 1640.51 3.8558 1623.13 3.85595 1603.13 3.85611 1582.63 3.85627 1563.64 3.85642 1547.77 3.85658 1536.16 3.85674 1529.36 3.85689 1527.29 3.85705 1529.25 3.85721 1534.06 3.85737 1540.17 3.85752 1545.83 3.85768 1549.24 3.85784 1548.69 3.85799 1542.79 3.85815 1530.61 3.85831 1511.81 3.85846 1486.71 3.85862 1456.22 3.85878 1421.65 3.85893 1384.5 3.85909 1346.2 3.85925 1307.98 3.8594 1270.74 3.85956 1235.04 3.85972 1201.15 3.85987 1169.13 3.86003 1138.83 3.86019 1109.98 3.86034 1082.21 3.8605 1055.14 3.86066 1028.44 3.86081 1001.94 3.86097 975.727 3.86113 950.142 3.86129 925.764 3.86144 903.314 3.8616 883.547 3.86176 867.128 3.86191 854.539 3.86207 846.028 3.86223 841.635 3.86238 841.244 3.86254 844.639 3.8627 851.556 3.86285 861.724 3.86301 874.876 3.86317 890.718 3.86332 908.913 3.86348 929.084 3.86364 950.845 3.86379 973.788 3.86395 997.481 3.86411 1021.48 3.86426 1045.33 3.86442 1068.63 3.86458 1090.97 3.86474 1112.03 3.86489 1131.55 3.86505 1149.36 3.86521 1165.36 3.86536 1179.48 3.86552 1191.77 3.86568 1202.43 3.86583 1211.87 3.86599 1220.69 3.86615 1229.72 3.8663 1239.98 3.86646 1252.66 3.86662 1268.96 3.86677 1289.97 3.86693 1316.51 3.86709 1348.99 3.86724 1387.4 3.8674 1431.14 3.86756 1478.95 3.86771 1528.86 3.86787 1578.22 3.86803 1623.84 3.86818 1662.17 3.86834 1689.6 3.8685 1702.93 3.86866 1699.76 3.86881 1679 3.86897 1641.01 3.86913 1587.64 3.86928 1521.9 3.86944 1447.56 3.8696 1368.54 3.86975 1288.4 3.86991 1210.01 3.87007 1135.43 3.87022 1065.9 3.87038 1002.05 3.87054 944.039 3.87069 891.773 3.87085 844.96 3.87101 803.186 3.87116 765.989 3.87132 732.927 3.87148 703.61 3.87163 677.695 3.87179 654.882 3.87195 634.915 3.8721 617.585 3.87226 602.72 3.87242 590.174 3.87258 579.819 3.87273 571.54 3.87289 565.249 3.87305 560.889 3.8732 558.43 3.87336 557.87 3.87352 559.237 3.87367 562.595 3.87383 568.053 3.87399 575.747 3.87414 585.838 3.8743 598.539 3.87446 614.163 3.87461 633.127 3.87477 655.943 3.87493 683.212 3.87508 715.646 3.87524 754.075 3.8754 799.393 3.87555 852.468 3.87571 914.047 3.87587 984.639 3.87602 1064.32 3.87618 1152.46 3.87634 1247.47 3.8765 1346.48 3.87665 1445.13 3.87681 1537.49 3.87697 1616.33 3.87712 1673.85 3.87728 1702.94 3.87744 1698.72 3.87759 1660.07 3.87775 1590.53 3.87791 1497.92 3.87806 1392.59 3.87822 1284.81 3.87838 1182.61 3.87853 1090.74 3.87869 1011.11 3.87885 943.666 3.879 887.407 3.87916 840.954 3.87932 802.912 3.87947 772.042 3.87963 747.312 3.87979 727.888 3.87994 713.114 3.8801 702.506 3.88026 695.738 3.88042 692.605 3.88057 692.993 3.88073 696.853 3.88089 704.184 3.88104 715.005 3.8812 729.34 3.88136 747.193 3.88151 768.52 3.88167 793.185 3.88183 820.928 3.88198 851.355 3.88214 883.915 3.8823 917.888 3.88245 952.408 3.88261 986.543 3.88277 1019.41 3.88292 1050.34 3.88308 1078.93 3.88324 1105.23 3.88339 1129.72 3.88355 1153.26 3.88371 1176.88 3.88386 1201.5 3.88402 1227.69 3.88418 1255.43 3.88434 1284.09 3.88449 1312.48 3.88465 1339.04 3.88481 1362.07 3.88496 1380.02 3.88512 1391.76 3.88528 1396.85 3.88543 1395.61 3.88559 1389.21 3.88575 1379.45 3.8859 1368.62 3.88606 1359.1 3.88622 1353.14 3.88637 1352.64 3.88653 1359.14 3.88669 1373.79 3.88684 1397.36 3.887 1430.23 3.88716 1472.48 3.88731 1523.8 3.88747 1583.52 3.88763 1650.49 3.88779 1723.05 3.88794 1799.02 3.8881 1875.67 3.88826 1949.85 3.88841 2018.09 3.88857 2076.79 3.88873 2122.54 3.88888 2152.31 3.88904 2163.81 3.8892 2155.72 3.88935 2127.89 3.88951 2081.46 3.88967 2018.84 3.88982 1943.43 3.88998 1859.31 3.89014 1770.69 3.89029 1681.49 3.89045 1594.97 3.89061 1513.6 3.89076 1439.06 3.89092 1372.32 3.89108 1313.82 3.89123 1263.64 3.89139 1221.6 3.89155 1187.33 3.89171 1160.39 3.89186 1140.25 3.89202 1126.39 3.89218 1118.17 3.89233 1114.93 3.89249 1115.83 3.89265 1119.93 3.8928 1126.11 3.89296 1133.1 3.89312 1139.52 3.89327 1143.9 3.89343 1144.82 3.89359 1141.08 3.89374 1131.91 3.8939 1117.07 3.89406 1096.95 3.89421 1072.52 3.89437 1045.24 3.89453 1016.82 3.89468 989.024 3.89484 963.429 3.895 941.361 3.89515 923.83 3.89531 911.563 3.89547 905.106 3.89563 904.941 3.89578 911.569 3.89594 925.559 3.8961 947.606 3.89625 978.559 3.89641 1019.41 3.89657 1071.2 3.89672 1134.91 3.89688 1211.3 3.89704 1300.67 3.89719 1402.53 3.89735 1515.21 3.89751 1635.46 3.89766 1758.08 3.89782 1875.72 3.89798 1979.05 3.89813 2057.59 3.89829 2101.1 3.89845 2101.62 3.8986 2055.69 3.89876 1966.04 3.89892 1841.84 3.89907 1696.77 3.89923 1545.51 3.89939 1400.23 3.89955 1268.59 3.8997 1153.87 3.89986 1056.28 3.90002 974.458 3.90017 906.399 3.90033 850.023 3.90049 803.432 3.90064 765.031 3.9008 733.533 3.90096 707.902 3.90111 687.334 3.90127 671.243 3.90143 659.22 3.90158 650.973 3.90174 646.271 3.9019 644.945 3.90205 646.892 3.90221 652.072 3.90237 660.493 3.90252 672.198 3.90268 687.262 3.90284 705.803 3.90299 727.969 3.90315 753.911 3.90331 783.762 3.90347 817.614 3.90362 855.485 3.90378 897.249 3.90394 942.548 3.90409 990.729 3.90425 1040.8 3.90441 1091.39 3.90456 1140.74 3.90472 1186.7 3.90488 1226.84 3.90503 1258.67 3.90519 1279.82 3.90535 1288.39 3.9055 1283.22 3.90566 1264.19 3.90582 1232.24 3.90597 1189.31 3.90613 1138.04 3.90629 1081.45 3.90644 1022.46 3.9066 963.579 3.90676 906.719 3.90691 853.182 3.90707 803.75 3.90723 758.783 3.90739 718.318 3.90754 682.185 3.9077 650.114 3.90786 621.781 3.90801 596.851 3.90817 575.009 3.90833 555.978 3.90848 539.513 3.90864 525.373 3.9088 513.33 3.90895 503.185 3.90911 494.778 3.90927 487.984 3.90942 482.704 3.90958 478.895 3.90974 476.57 3.90989 475.769 3.91005 476.526 3.91021 478.863 3.91036 482.826 3.91052 488.506 3.91068 496.03 3.91084 505.53 3.91099 517.151 3.91115 531.064 3.91131 547.49 3.91146 566.689 3.91162 588.96 3.91178 614.623 3.91193 644.003 3.91209 677.399 3.91225 715.047 3.9124 757.066 3.91256 803.394 3.91272 853.711 3.91287 907.356 3.91303 963.268 3.91319 1019.94 3.91334 1075.46 3.9135 1127.53 3.91366 1173.72 3.91381 1211.6 3.91397 1238.99 3.91413 1254.16 3.91428 1255.99 3.91444 1244.08 3.9146 1218.78 3.91476 1181.18 3.91491 1133.07 3.91507 1076.83 3.91523 1015.24 3.91538 951.169 3.91554 887.262 3.9157 825.695 3.91585 768.027 3.91601 715.208 3.91617 667.678 3.91632 625.509 3.91648 588.536 3.91664 556.46 3.91679 528.931 3.91695 505.617 3.91711 486.229 3.91726 470.521 3.91742 458.261 3.91758 449.212 3.91773 443.091 3.91789 439.545 3.91805 438.115 3.9182 438.213 3.91836 439.101 3.91852 439.879 3.91868 439.538 3.91883 437.061 3.91899 431.584 3.91915 422.54 3.9193 409.793 3.91946 393.689 3.91962 375.003 3.91977 354.776 3.91993 334.1 3.92009 313.932 3.92024 294.981 3.9204 277.671 3.92056 262.163 3.92071 248.43 3.92087 236.341 3.92103 225.724 3.92118 216.402 3.92134 208.212 3.9215 201.004 3.92165 194.636 3.92181 188.962 3.92197 183.841 3.92212 179.165 3.92228 174.855 3.92244 170.856 3.9226 167.113 3.92275 163.568 3.92291 160.169 3.92307 156.874 3.92322 153.657 3.92338 150.504 3.92354 147.416 3.92369 144.4 3.92385 141.47 3.92401 138.635 3.92416 135.903 3.92432 133.278 3.92448 130.753 3.92463 128.324 3.92479 125.985 3.92495 123.74 3.9251 121.587 3.92526 119.518 3.92542 117.521 3.92557 115.596 3.92573 113.757 3.92589 112.02 3.92604 110.388 3.9262 108.852 3.92636 107.406 3.92652 106.049 3.92667 104.776 3.92683 103.573 3.92699 102.428 3.92714 101.338 3.9273 100.301 3.92746 99.3003 3.92761 98.3211 3.92777 97.362 3.92793 96.4305 3.92808 95.522 3.92824 94.6174 3.9284 93.7086 3.92855 92.8136 3.92871 91.9568 3.92887 91.1409 3.92902 90.348 3.92918 89.5667 3.92934 88.8046 3.92949 88.071 3.92965 87.363 3.92981 86.6741 3.92996 86.0084 3.93012 85.3745 3.93028 84.7704 3.93044 84.1848 3.93059 83.6138 3.93075 83.0667 3.93091 82.556 3.93106 82.085 3.93122 81.6479 3.93138 81.2322 3.93153 80.8207 3.93169 80.4056 3.93185 80.0008 3.932 79.6316 3.93216 79.3036 3.93232 78.9909 3.93247 78.6678 3.93263 78.3436 3.93279 78.0486 3.93294 77.7941 3.9331 77.5639 3.93326 77.3438 3.93341 77.1414 3.93357 76.9649 3.93373 76.8012 3.93389 76.6315 3.93404 76.4595 3.9342 76.3134 3.93436 76.2216 3.93451 76.1947 3.93467 76.2275 3.93483 76.3101 3.93498 76.437 3.93514 76.618 3.9353 76.8717 3.93545 77.2076 3.93561 77.6116 3.93577 78.0618 3.93592 78.5502 3.93608 79.0821 3.93624 79.6562 3.93639 80.2534 3.93655 80.8394 3.93671 81.3638 3.93686 81.7584 3.93702 81.955 3.93718 81.9137 3.93733 81.6301 3.93749 81.1134 3.93765 80.3772 3.93781 79.4552 3.93796 78.4112 3.93812 77.3173 3.93828 76.2231 3.93843 75.1537 3.93859 74.1309 3.93875 73.1821 3.9389 72.3277 3.93906 71.5703 3.93922 70.8989 3.93937 70.3007 3.93953 69.7654 3.93969 69.2825 3.93984 68.8381 3.94 68.4178 3.94016 68.0148 3.94031 67.6338 3.94047 67.2823 3.94063 66.9534 3.94078 66.6265 3.94094 66.2896 3.9411 65.9561 3.94125 65.6561 3.94141 65.4125 3.94157 65.2303 3.94173 65.106 3.94188 65.0324 3.94204 64.9948 3.9422 64.9736 3.94235 64.957 3.94251 64.9524 3.94267 64.9816 3.94282 65.063 3.94298 65.1983 3.94314 65.3725 3.94329 65.57 3.94345 65.7931 3.94361 66.0623 3.94376 66.3949 3.94392 66.7862 3.94408 67.2148 3.94423 67.6647 3.94439 68.133 3.94455 68.6206 3.9447 69.1255 3.94486 69.645 3.94502 70.1737 3.94517 70.695 3.94533 71.1825 3.94549 71.6175 3.94565 72.0016 3.9458 72.3458 3.94596 72.653 3.94612 72.9152 3.94627 73.1259 3.94643 73.2869 3.94659 73.4061 3.94674 73.4916 3.9469 73.5478 3.94706 73.571 3.94721 73.549 3.94737 73.4678 3.94753 73.321 3.94768 73.1153 3.94784 72.8664 3.948 72.5892 3.94815 72.2913 3.94831 71.9771 3.94847 71.6617 3.94862 71.3719 3.94878 71.1264 3.94894 70.9136 3.94909 70.7023 3.94925 70.4703 3.94941 70.2076 3.94957 69.891 3.94972 69.4735 3.94988 68.9172 3.95004 68.2323 3.95019 67.4758 3.95035 66.7197 3.95051 66.0259 3.95066 65.4341 3.95082 64.9517 3.95098 64.552 3.95113 64.2011 3.95129 63.8875 3.95145 63.6133 3.9516 63.3658 3.95176 63.1202 3.95192 62.8716 3.95207 62.644 3.95223 62.4588 3.95239 62.3119 3.95254 62.1891 3.9527 62.0882 3.95286 62.0109 3.95301 61.9471 3.95317 61.8838 3.95333 61.8237 3.95349 61.7835 3.95364 61.7765 3.9538 61.804 3.95396 61.8564 3.95411 61.9137 3.95427 61.9555 3.95443 61.9802 3.95458 62.0081 3.95474 62.0578 3.9549 62.1244 3.95505 62.1916 3.95521 62.2562 3.95537 62.326 3.95552 62.4019 3.95568 62.4787 3.95584 62.5622 3.95599 62.6663 3.95615 62.7924 3.95631 62.9257 3.95646 63.0572 3.95662 63.1976 3.95678 63.368 3.95693 63.5841 3.95709 63.8515 3.95725 64.1614 3.95741 64.4884 3.95756 64.8044 3.95772 65.1016 3.95788 65.3964 3.95803 65.7114 3.95819 66.0582 3.95835 66.4375 3.9585 66.8459 3.95866 67.2789 3.95882 67.739 3.95897 68.2435 3.95913 68.8124 3.95929 69.4516 3.95944 70.1549 3.9596 70.9262 3.95976 71.7841 3.95991 72.7421 3.96007 73.8001 3.96023 74.9636 3.96038 76.257 3.96054 77.7109 3.9607 79.3525 3.96086 81.2232 3.96101 83.3932 3.96117 85.9436 3.96133 88.9444 3.96148 92.4692 3.96164 96.623 3.9618 101.542 3.96195 107.368 3.96211 114.237 3.96227 122.284 3.96242 131.608 3.96258 142.21 3.96274 153.939 3.96289 166.457 3.96305 179.216 3.96321 191.434 3.96336 202.129 3.96352 210.268 3.96368 215.051 3.96383 216.267 3.96399 214.547 3.96415 211.3 3.9643 208.228 3.96446 206.626 3.96462 206.87 3.96478 208.381 3.96493 209.975 3.96509 210.266 3.96525 207.958 3.9654 202.113 3.96556 192.483 3.96572 179.778 3.96587 165.533 3.96603 151.532 3.96619 139.104 3.96634 128.791 3.9665 120.501 3.96666 113.892 3.96681 108.634 3.96697 104.446 3.96713 101.074 3.96728 98.3136 3.96744 96.0383 3.9676 94.1868 3.96775 92.7104 3.96791 91.5487 3.96807 90.6416 3.96822 89.9414 3.96838 89.4097 3.96854 89.0091 3.9687 88.7064 3.96885 88.4813 3.96901 88.3295 3.96917 88.2561 3.96932 88.265 3.96948 88.3535 3.96964 88.5153 3.96979 88.7434 3.96995 89.0245 3.97011 89.3328 3.97026 89.6393 3.97042 89.9298 3.97058 90.2082 3.97073 90.479 3.97089 90.7331 3.97105 90.9564 3.9712 91.1468 3.97136 91.32 3.97152 91.4977 3.97167 91.6936 3.97183 91.9088 3.97199 92.1353 3.97214 92.3648 3.9723 92.5957 3.97246 92.8304 3.97262 93.0712 3.97277 93.3225 3.97293 93.5963 3.97309 93.9059 3.97324 94.2517 3.9734 94.6184 3.97356 94.9908 3.97371 95.3674 3.97387 95.7544 3.97403 96.1506 3.97418 96.5494 3.97434 96.9528 3.9745 97.3741 3.97465 97.8193 3.97481 98.2747 3.97497 98.717 3.97512 99.1367 3.97528 99.5476 3.97544 99.971 3.97559 100.416 3.97575 100.879 3.97591 101.359 3.97606 101.862 3.97622 102.395 3.97638 102.953 3.97654 103.536 3.97669 104.151 3.97685 104.806 3.97701 105.494 3.97716 106.204 3.97732 106.936 3.97748 107.702 3.97763 108.512 3.97779 109.359 3.97795 110.233 3.9781 111.131 3.97826 112.053 3.97842 112.996 3.97857 113.957 3.97873 114.938 3.97889 115.941 3.97904 116.959 3.9792 117.987 3.97936 119.029 3.97951 120.094 3.97967 121.185 3.97983 122.298 3.97998 123.421 3.98014 124.546 3.9803 125.678 3.98046 126.836 3.98061 128.037 3.98077 129.276 3.98093 130.538 3.98108 131.811 3.98124 133.096 3.9814 134.39 3.98155 135.68 3.98171 136.961 3.98187 138.247 3.98202 139.555 3.98218 140.88 3.98234 142.208 3.98249 143.537 3.98265 144.882 3.98281 146.249 3.98296 147.629 3.98312 149.011 3.98328 150.391 3.98343 151.774 3.98359 153.166 3.98375 154.573 3.98391 155.996 3.98406 157.427 3.98422 158.852 3.98438 160.265 3.98453 161.665 3.98469 163.05 3.98485 164.419 3.985 165.785 3.98516 167.169 3.98532 168.572 3.98547 169.978 3.98563 171.37 3.98579 172.753 3.98594 174.143 3.9861 175.544 3.98626 176.942 3.98641 178.327 3.98657 179.695 3.98673 181.051 3.98688 182.387 3.98704 183.693 3.9872 184.963 3.98735 186.21 3.98751 187.457 3.98767 188.718 3.98783 189.986 3.98798 191.249 3.98814 192.498 3.9883 193.741 3.98845 194.993 3.98861 196.263 3.98877 197.556 3.98892 198.87 3.98908 200.206 3.98924 201.574 3.98939 203.001 3.98955 204.516 3.98971 206.126 3.98986 207.815 3.99002 209.567 3.99018 211.378 3.99033 213.236 3.99049 215.112 3.99065 216.969 3.9908 218.785 3.99096 220.549 3.99112 222.24 3.99127 223.824 3.99143 225.267 3.99159 226.556 3.99175 227.694 3.9919 228.701 3.99206 229.601 3.99222 230.416 3.99237 231.161 3.99253 231.834 3.99269 232.427 3.99284 232.939 3.993 233.37 3.99316 233.741 3.99331 234.083 3.99347 234.438 3.99363 234.827 3.99378 235.243 3.99394 235.679 3.9941 236.153 3.99425 236.709 3.99441 237.386 3.99457 238.188 3.99472 239.088 3.99488 240.052 3.99504 241.062 3.99519 242.111 3.99535 243.196 3.99551 244.311 3.99567 245.434 3.99582 246.529 3.99598 247.552 3.99614 248.471 3.99629 249.268 3.99645 249.926 3.99661 250.416 3.99676 250.71 3.99692 250.797 3.99708 250.678 3.99723 250.356 3.99739 249.834 3.99755 249.124 3.9977 248.252 3.99786 247.246 3.99802 246.119 3.99817 244.882 3.99833 243.557 3.99849 242.18 3.99864 240.795 3.9988 239.437 3.99896 238.122 3.99911 236.847 3.99927 235.603 3.99943 234.39 3.99959 233.228 3.99974 232.139 3.9999 231.138 4.00006 230.217 4.00021 229.363 4.00037 228.567 4.00053 227.826 4.00068 227.146 4.00084 226.527 4.001 225.961 4.00115 225.441 4.00131 224.973 4.00147 224.569 4.00162 224.235 4.00178 223.967 4.00194 223.755 4.00209 223.603 4.00225 223.517 4.00241 223.501 4.00256 223.545 4.00272 223.639 4.00288 223.785 4.00303 223.992 4.00319 224.264 4.00335 224.582 4.00351 224.917 4.00366 225.25 4.00382 225.582 4.00398 225.91 4.00413 226.217 4.00429 226.477 4.00445 226.672 4.0046 226.802 4.00476 226.869 4.00492 226.862 4.00507 226.764 4.00523 226.555 4.00539 226.219 4.00554 225.752 4.0057 225.165 4.00586 224.481 4.00601 223.719 4.00617 222.886 4.00633 221.98 4.00648 220.987 4.00664 219.88 4.0068 218.637 4.00696 217.263 4.00711 215.791 4.00727 214.244 4.00743 212.603 4.00758 210.832 4.00774 208.92 4.0079 206.893 4.00805 204.774 4.00821 202.564 4.00837 200.253 4.00852 197.845 4.00868 195.366 4.00884 192.84 4.00899 190.285 4.00915 187.71 4.00931 185.132 4.00946 182.574 4.00962 180.047 4.00978 177.547 4.00993 175.064 4.01009 172.607 4.01025 170.208 4.0104 167.896 4.01056 165.68 4.01072 163.552 4.01088 161.516 4.01103 159.581 4.01119 157.752 4.01135 156.014 4.0115 154.349 4.01166 152.754 4.01182 151.24 4.01197 149.814 4.01213 148.47 4.01229 147.193 4.01244 145.977 4.0126 144.826 4.01276 143.738 4.01291 142.693 4.01307 141.677 4.01323 140.703 4.01338 139.799 4.01354 138.971 4.0137 138.201 4.01385 137.478 4.01401 136.817 4.01417 136.226 4.01432 135.688 4.01448 135.18 4.01464 134.716 4.0148 134.318 4.01495 133.978 4.01511 133.66 4.01527 133.349 4.01542 133.054 4.01558 132.782 4.01574 132.516 4.01589 132.239 4.01605 131.959 4.01621 131.687 4.01636 131.428 4.01652 131.176 4.01668 130.936 4.01683 130.711 4.01699 130.506 4.01715 130.337 4.0173 130.229 4.01746 130.199 4.01762 130.241 4.01777 130.352 4.01793 130.543 4.01809 130.823 4.01824 131.181 4.0184 131.607 4.01856 132.114 4.01872 132.738 4.01887 133.494 4.01903 134.371 4.01919 135.351 4.01934 136.432 4.0195 137.624 4.01966 138.946 4.01981 140.42 4.01997 142.058 4.02013 143.852 4.02028 145.79 4.02044 147.883 4.0206 150.164 4.02075 152.665 4.02091 155.394 4.02107 158.348 4.02122 161.526 4.02138 164.935 4.02154 168.58 4.02169 172.46 4.02185 176.56 4.02201 180.857 4.02216 185.33 4.02232 189.972 4.02248 194.786 4.02264 199.767 4.02279 204.899 4.02295 210.175 4.02311 215.602 4.02326 221.194 4.02342 226.969 4.02358 232.965 4.02373 239.243 4.02389 245.862 4.02405 252.879 4.0242 260.373 4.02436 268.47 4.02452 277.329 4.02467 287.103 4.02483 297.928 4.02499 309.94 4.02514 323.281 4.0253 338.106 4.02546 354.599 4.02561 372.991 4.02577 393.567 4.02593 416.641 4.02608 442.563 4.02624 471.744 4.0264 504.675 4.02656 541.933 4.02671 584.173 4.02687 632.16 4.02703 686.791 4.02718 749.092 4.02734 820.195 4.0275 901.302 4.02765 993.645 4.02781 1098.41 4.02797 1216.62 4.02812 1348.9 4.02828 1495.24 4.02844 1654.7 4.02859 1824.99 4.02875 2002.18 4.02891 2180.46 4.02906 2352.06 4.02922 2507.54 4.02938 2636.45 4.02953 2728.55 4.02969 2775.3 4.02985 2771.41 4.03001 2716.19 4.03016 2613.96 4.03032 2473.45 4.03048 2306.24 4.03063 2124.68 4.03079 1939.97 4.03095 1760.94 4.0311 1593.57 4.03126 1441.17 4.03142 1304.94 4.03157 1184.64 4.03173 1079.24 4.03189 987.259 4.03204 907.148 4.0322 837.401 4.03236 776.656 4.03251 723.699 4.03267 677.446 4.03283 636.955 4.03298 601.443 4.03314 570.263 4.0333 542.865 4.03345 518.761 4.03361 497.532 4.03377 478.832 4.03393 462.357 4.03408 447.823 4.03424 434.96 4.0344 423.532 4.03455 413.334 4.03471 404.164 4.03487 395.831 4.03502 388.166 4.03518 381.045 4.03534 374.368 4.03549 368.04 4.03565 361.986 4.03581 356.164 4.03596 350.569 4.03612 345.208 4.03628 340.085 4.03643 335.21 4.03659 330.597 4.03675 326.251 4.0369 322.167 4.03706 318.34 4.03722 314.772 4.03737 311.453 4.03753 308.352 4.03769 305.435 4.03785 302.685 4.038 300.112 4.03816 297.733 4.03832 295.571 4.03847 293.653 4.03863 292.012 4.03879 290.672 4.03894 289.642 4.0391 288.923 4.03926 288.512 4.03941 288.409 4.03957 288.609 4.03973 289.103 4.03988 289.876 4.04004 290.907 4.0402 292.175 4.04035 293.664 4.04051 295.347 4.04067 297.177 4.04082 299.104 4.04098 301.104 4.04114 303.186 4.04129 305.376 4.04145 307.691 4.04161 310.148 4.04177 312.781 4.04192 315.642 4.04208 318.781 4.04224 322.233 4.04239 326.015 4.04255 330.132 4.04271 334.589 4.04286 339.401 4.04302 344.586 4.04318 350.147 4.04333 356.07 4.04349 362.336 4.04365 368.944 4.0438 375.903 4.04396 383.216 4.04412 390.883 4.04427 398.902 4.04443 407.284 4.04459 416.063 4.04474 425.302 4.0449 435.091 4.04506 445.541 4.04521 456.78 4.04537 468.972 4.04553 482.32 4.04569 497.048 4.04584 513.38 4.046 531.554 4.04616 551.84 4.04631 574.551 4.04647 600.021 4.04663 628.605 4.04678 660.694 4.04694 696.741 4.0471 737.289 4.04725 782.994 4.04741 834.637 4.04757 893.112 4.04772 959.427 4.04788 1034.74 4.04804 1120.4 4.04819 1217.96 4.04835 1329.11 4.04851 1455.65 4.04866 1599.41 4.04882 1762.17 4.04898 1945.5 4.04913 2150.47 4.04929 2377.31 4.04945 2625.09 4.04961 2891.28 4.04976 3171.49 4.04992 3459.22 4.05008 3746.01 4.05023 4021.8 4.05039 4275.76 4.05055 4497.34 4.0507 4677.38 4.05086 4808.94 4.05102 4887.58 4.05117 4910.92 4.05133 4877.85 4.05149 4788.02 4.05164 4642.2 4.0518 4443.42 4.05196 4198.27 4.05211 3917.26 4.05227 3613.8 4.05243 3302.2 4.05258 2995.54 4.05274 2704.11 4.0529 2434.7 4.05306 2190.85 4.05321 1973.44 4.05337 1781.57 4.05353 1613.27 4.05368 1466.11 4.05384 1337.58 4.054 1225.25 4.05415 1126.92 4.05431 1040.64 4.05447 964.77 4.05462 897.894 4.05478 838.778 4.05494 786.357 4.05509 739.74 4.05525 698.194 4.05541 661.086 4.05556 627.865 4.05572 598.064 4.05588 571.286 4.05603 547.177 4.05619 525.411 4.05635 505.701 4.0565 487.804 4.05666 471.501 4.05682 456.592 4.05698 442.904 4.05713 430.303 4.05729 418.679 4.05745 407.93 4.0576 397.964 4.05776 388.71 4.05792 380.114 4.05807 372.138 4.05823 364.752 4.05839 357.929 4.05854 351.626 4.0587 345.782 4.05886 340.337 4.05901 335.245 4.05917 330.46 4.05933 325.919 4.05948 321.552 4.05964 317.304 4.0598 313.141 4.05995 309.039 4.06011 304.984 4.06027 300.982 4.06042 297.059 4.06058 293.249 4.06074 289.6 4.0609 286.177 4.06105 283.043 4.06121 280.232 4.06137 277.748 4.06152 275.592 4.06168 273.773 4.06184 272.298 4.06199 271.145 4.06215 270.281 4.06231 269.683 4.06246 269.337 4.06262 269.219 4.06278 269.286 4.06293 269.509 4.06309 269.89 4.06325 270.459 4.0634 271.238 4.06356 272.229 4.06372 273.428 4.06387 274.855 4.06403 276.554 4.06419 278.575 4.06434 280.946 4.0645 283.682 4.06466 286.791 4.06482 290.281 4.06497 294.16 4.06513 298.435 4.06529 303.126 4.06544 308.242 4.0656 313.764 4.06576 319.644 4.06591 325.826 4.06607 332.27 4.06623 338.947 4.06638 345.852 4.06654 353.014 4.0667 360.499 4.06685 368.384 4.06701 376.754 4.06717 385.711 4.06732 395.399 4.06748 405.995 4.06764 417.702 4.06779 430.743 4.06795 445.372 4.06811 461.86 4.06826 480.503 4.06842 501.629 4.06858 525.617 4.06874 552.896 4.06889 583.947 4.06905 619.323 4.06921 659.67 4.06936 705.73 4.06952 758.332 4.06968 818.41 4.06983 887.029 4.06999 965.373 4.07015 1054.69 4.0703 1156.21 4.07046 1271.03 4.07062 1399.97 4.07077 1543.33 4.07093 1700.59 4.07109 1870.04 4.07124 2048.42 4.0714 2230.54 4.07156 2409.09 4.07171 2574.72 4.07187 2716.53 4.07203 2823.02 4.07218 2883.58 4.07234 2890.25 4.0725 2839.56 4.07266 2733.85 4.07281 2581.39 4.07297 2395.13 4.07313 2190.26 4.07328 1981.32 4.07344 1779.87 4.0736 1593.47 4.07375 1425.88 4.07391 1277.98 4.07407 1148.89 4.07422 1036.82 4.07438 939.662 4.07454 855.345 4.07469 781.976 4.07485 717.915 4.07501 661.784 4.07516 612.448 4.07532 568.956 4.07548 530.496 4.07563 496.387 4.07579 466.071 4.07595 439.08 4.0761 415.008 4.07626 393.499 4.07642 374.253 4.07658 357.011 4.07673 341.526 4.07689 327.57 4.07705 314.953 4.0772 303.531 4.07736 293.172 4.07752 283.743 4.07767 275.114 4.07783 267.176 4.07799 259.84 4.07814 253.026 4.0783 246.657 4.07846 240.66 4.07861 234.969 4.07877 229.529 4.07893 224.296 4.07908 219.251 4.07924 214.395 4.0794 209.737 4.07955 205.277 4.07971 201.009 4.07987 196.928 4.08003 193.035 4.08018 189.325 4.08034 185.786 4.0805 182.403 4.08065 179.157 4.08081 176.027 4.08097 172.984 4.08112 170.003 4.08128 167.071 4.08144 164.182 4.08159 161.334 4.08175 158.532 4.08191 155.792 4.08206 153.135 4.08222 150.568 4.08238 148.093 4.08253 145.721 4.08269 143.471 4.08285 141.345 4.083 139.326 4.08316 137.393 4.08332 135.534 4.08347 133.751 4.08363 132.045 4.08379 130.416 4.08395 128.864 4.0841 127.374 4.08426 125.926 4.08442 124.503 4.08457 123.113 4.08473 121.774 4.08489 120.496 4.08504 119.277 4.0852 118.1 4.08536 116.95 4.08551 115.813 4.08567 114.682 4.08583 113.563 4.08598 112.463 4.08614 111.391 4.0863 110.35 4.08645 109.34 4.08661 108.354 4.08677 107.383 4.08692 106.42 4.08708 105.463 4.08724 104.51 4.08739 103.559 4.08755 102.616 4.08771 101.694 4.08787 100.792 4.08802 99.8925 4.08818 98.982 4.08834 98.0745 4.08849 97.1972 4.08865 96.363 4.08881 95.5632 4.08896 94.7836 4.08912 94.0161 4.08928 93.2562 4.08943 92.5017 4.08959 91.7564 4.08975 91.0296 4.0899 90.328 4.09006 89.652 4.09022 88.9964 4.09037 88.3519 4.09053 87.7084 4.09069 87.0628 4.09084 86.422 4.091 85.7904 4.09116 85.1604 4.09131 84.5208 4.09147 83.8715 4.09163 83.219 4.09179 82.5634 4.09194 81.9003 4.0921 81.2356 4.09226 80.5839 4.09241 79.95 4.09257 79.3232 4.09273 78.6906 4.09288 78.0484 4.09304 77.3992 4.0932 76.7493 4.09335 76.1109 4.09351 75.4948 4.09367 74.8957 4.09382 74.2938 4.09398 73.6751 4.09414 73.043 4.09429 72.4078 4.09445 71.7759 4.09461 71.1542 4.09476 70.5541 4.09492 69.9835 4.09508 69.4403 4.09523 68.9203 4.09539 68.4249 4.09555 67.9531 4.09571 67.4955 4.09586 67.0395 4.09602 66.5785 4.09618 66.111 4.09633 65.6377 4.09649 65.1652 4.09665 64.703 4.0968 64.2516 4.09696 63.7982 4.09712 63.332 4.09727 62.8579 4.09743 62.3873 4.09759 61.9241 4.09774 61.4683 4.0979 61.022 4.09806 60.5837 4.09821 60.1419 4.09837 59.6905 4.09853 59.2433 4.09868 58.8197 4.09884 58.4147 4.099 58.0016 4.09915 57.5667 4.09931 57.1293 4.09947 56.7172 4.09963 56.3321 4.09978 55.9472 4.09994 55.5352 4.1001 55.0928 4.10025 54.6395 4.10041 54.199 4.10057 53.7802 4.10072 53.3722 4.10088 52.9586 4.10104 52.5329 4.10119 52.1027 4.10135 51.679 4.10151 51.2683 4.10166 50.8713 4.10182 50.4825 4.10198 50.0886 4.10213 49.6748 4.10229 49.2395 4.10245 48.7981 4.1026 48.3687 4.10276 47.9558 4.10292 47.5518 4.10308 47.1509 4.10323 46.7558 4.10339 46.371 4.10355 45.9964 4.1037 45.6285 4.10386 45.2663 4.10402 44.9098 4.10417 44.5564 4.10433 44.2013 4.10449 43.843 4.10464 43.4856 4.1048 43.1344 4.10496 42.7908 4.10511 42.4542 4.10527 42.1246 4.10543 41.8031 4.10558 41.4878 4.10574 41.1761 4.1059 40.8681 4.10605 40.5643 4.10621 40.2608 4.10637 39.952 4.10652 39.6401 4.10668 39.3359 4.10684 39.0473 4.107 38.768 4.10715 38.4861 4.10731 38.1978 4.10747 37.9114 4.10762 37.6372 4.10778 37.3808 4.10794 37.1433 4.10809 36.9201 4.10825 36.6997 4.10841 36.4694 4.10856 36.2288 4.10872 35.9892 4.10888 35.7624 4.10903 35.5499 4.10919 35.3477 4.10935 35.1551 4.1095 34.9724 4.10966 34.7958 4.10982 34.6179 4.10997 34.435 4.11013 34.2436 4.11029 34.0328 4.11044 33.7882 4.1106 33.5102 4.11076 33.2208 4.11092 32.9468 4.11107 32.6984 4.11123 32.471 4.11139 32.2624 4.11154 32.076 4.1117 31.9065 4.11186 31.7348 4.11201 31.5471 4.11217 31.3496 4.11233 31.1602 4.11248 30.9878 4.11264 30.8305 4.1128 30.6835 4.11295 30.539 4.11311 30.3827 4.11327 30.2023 4.11342 30.0042 4.11358 29.8081 4.11374 29.6248 4.11389 29.4515 4.11405 29.2877 4.11421 29.1444 4.11436 29.028 4.11452 28.9255 4.11468 28.8164 4.11484 28.6921 4.11499 28.5571 4.11515 28.418 4.11531 28.2771 4.11546 28.135 4.11562 27.9887 4.11578 27.8334 4.11593 27.6727 4.11609 27.5221 4.11625 27.3933 4.1164 27.2794 4.11656 27.1641 4.11672 27.0434 4.11687 26.9276 4.11703 26.8222 4.11719 26.7185 4.11734 26.6059 4.1175 26.4814 4.11766 26.3455 4.11781 26.1946 4.11797 26.0262 4.11813 25.8458 4.11828 25.6651 4.11844 25.4927 4.1186 25.3273 4.11876 25.1615 4.11891 24.9903 4.11907 24.8174 4.11923 24.6512 4.11938 24.4963 4.11954 24.3529 4.1197 24.2242 4.11985 24.1156 4.12001 24.0217 4.12017 23.9236 4.12032 23.8078 4.12048 23.6835 4.12064 23.5704 4.12079 23.4713 4.12095 23.3717 4.12111 23.2605 4.12126 23.1419 4.12142 23.0233 4.12158 22.9072 4.12173 22.7955 4.12189 22.691 4.12205 22.5913 4.1222 22.49 4.12236 22.3902 4.12252 22.2996 4.12268 22.2127 4.12283 22.111 4.12299 21.9924 4.12315 21.8829 4.1233 21.8043 4.12346 21.7432 4.12362 21.6682 4.12377 21.5721 4.12393 21.4752 4.12409 21.3882 4.12424 21.2952 4.1244 21.1789 4.12456 21.0478 4.12471 20.9253 4.12487 20.8243 4.12503 20.741 4.12518 20.6663 4.12534 20.5915 4.1255 20.5113 4.12565 20.4313 4.12581 20.3696 4.12597 20.3419 4.12613 20.3426 4.12628 20.353 4.12644 20.3659 4.1266 20.3889 4.12675 20.4227 4.12691 20.448 4.12707 20.4458 4.12722 20.4171 4.12738 20.3759 4.12754 20.326 4.12769 20.2588 4.12785 20.167 4.12801 20.0511 4.12816 19.9144 4.12832 19.7651 4.12848 19.6243 4.12863 19.5104 4.12879 19.4131 4.12895 19.298 4.1291 19.1493 4.12926 18.9945 4.12942 18.8715 4.12957 18.7827 4.12973 18.6976 4.12989 18.595 4.13005 18.4824 4.1302 18.3756 4.13036 18.28 4.13052 18.1941 4.13067 18.1175 4.13083 18.044 4.13099 17.9638 4.13114 17.8754 4.1313 17.7913 4.13146 17.7243 4.13161 17.674 4.13177 17.6349 4.13193 17.6043 4.13208 17.5808 4.13224 17.5587 4.1324 17.5328 4.13255 17.5024 4.13271 17.4686 4.13287 17.4346 4.13302 17.4062 4.13318 17.3881 4.13334 17.3715 4.13349 17.3435 4.13365 17.3071 4.13381 17.2843 4.13397 17.2861 4.13412 17.2952 4.13428 17.2897 4.13444 17.2727 4.13459 17.2637 4.13475 17.2678 4.13491 17.2697 4.13506 17.259 4.13522 17.243 4.13538 17.2345 4.13553 17.237 4.13569 17.2463 4.13585 17.2531 4.136 17.2403 4.13616 17.1893 4.13632 17.0945 4.13647 16.9667 4.13663 16.8191 4.13679 16.6562 4.13694 16.481 4.1371 16.3048 4.13726 16.1423 4.13741 16.0023 4.13757 15.8857 4.13773 15.7902 4.13789 15.713 4.13804 15.6503 4.1382 15.5994 4.13836 15.5626 4.13851 15.5477 4.13867 15.5603 4.13883 15.594 4.13898 15.6306 4.13914 15.6534 4.1393 15.6639 4.13945 15.6779 4.13961 15.7052 4.13977 15.7368 4.13992 15.7577 4.14008 15.7639 4.14024 15.7603 4.14039 15.7475 4.14055 15.7226 4.14071 15.6895 4.14086 15.6605 4.14102 15.6467 4.14118 15.6544 4.14133 15.6865 4.14149 15.7354 4.14165 15.7744 4.14181 15.7755 4.14196 15.7379 4.14212 15.6882 4.14228 15.6439 4.14243 15.5911 4.14259 15.5055 4.14275 15.3849 4.1429 15.2476 4.14306 15.1084 4.14322 14.9715 4.14337 14.8426 4.14353 14.73 4.14369 14.6322 4.14384 14.5372 4.144 14.4388 4.14416 14.3446 4.14431 14.2633 4.14447 14.1938 4.14463 14.1304 4.14478 14.0748 4.14494 14.0335 4.1451 14.0073 4.14525 13.9893 4.14541 13.9716 4.14557 13.9505 4.14573 13.9217 4.14588 13.88 4.14604 13.8245 4.1462 13.7645 4.14635 13.712 4.14651 13.6742 4.14667 13.6514 4.14682 13.6388 4.14698 13.6284 4.14714 13.611 4.14729 13.584 4.14745 13.5569 4.14761 13.5423 4.14776 13.5412 4.14792 13.5435 4.14808 13.5472 4.14823 13.5617 4.14839 13.5907 4.14855 13.6171 4.1487 13.6246 4.14886 13.6194 4.14902 13.6223 4.14918 13.6351 4.14933 13.6351 4.14949 13.6052 4.14965 13.556 4.1498 13.5094 4.14996 13.4741 4.15012 13.4467 4.15027 13.4261 4.15043 13.4148 4.15059 13.4098 4.15074 13.4042 4.1509 13.3986 4.15106 13.4023 4.15121 13.42 4.15137 13.4438 4.15153 13.4607 4.15168 13.4665 4.15184 13.4704 4.152 13.486 4.15215 13.5169 4.15231 13.5522 4.15247 13.5823 4.15262 13.6142 4.15278 13.6653 4.15294 13.7407 4.1531 13.8251 4.15325 13.9027 4.15341 13.9728 4.15357 14.0414 4.15372 14.1057 4.15388 14.154 4.15404 14.1774 4.15419 14.1702 4.15435 14.127 4.15451 14.0493 4.15466 13.9496 4.15482 13.8447 4.15498 13.7453 4.15513 13.6613 4.15529 13.6049 4.15545 13.5776 4.1556 13.5594 4.15576 13.5279 4.15592 13.4891 4.15607 13.4695 4.15623 13.4772 4.15639 13.4879 4.15654 13.4764 4.1567 13.447 4.15686 13.4181 4.15702 13.3938 4.15717 13.3646 4.15733 13.3308 4.15749 13.309 4.15764 13.3123 4.1578 13.3331 4.15796 13.3525 4.15811 13.3599 4.15827 13.3605 4.15843 13.3683 4.15858 13.3919 4.15874 13.4282 4.1589 13.4689 4.15905 13.5079 4.15921 13.5431 4.15937 13.575 4.15952 13.6105 4.15968 13.6609 4.15984 13.7285 4.15999 13.7974 4.16015 13.8494 4.16031 13.8872 4.16046 13.9304 4.16062 13.9856 4.16078 14.0346 4.16094 14.0581 4.16109 14.0595 4.16125 14.0574 4.16141 14.0647 4.16156 14.0839 4.16172 14.1136 4.16188 14.1454 4.16203 14.1644 4.16219 14.1668 4.16235 14.1711 4.1625 14.2026 4.16266 14.2643 4.16282 14.3377 4.16297 14.4078 4.16313 14.4747 4.16329 14.5446 4.16344 14.6214 4.1636 14.7099 4.16376 14.8165 4.16391 14.9416 4.16407 15.0801 4.16423 15.2291 4.16438 15.3882 4.16454 15.5541 4.1647 15.722 4.16486 15.893 4.16501 16.0718 4.16517 16.2588 4.16533 16.4512 4.16548 16.652 4.16564 16.8645 4.1658 17.0783 4.16595 17.2746 4.16611 17.4457 4.16627 17.5972 4.16642 17.7271 4.16658 17.8178 4.16674 17.8593 4.16689 17.8661 4.16705 17.8589 4.16721 17.8406 4.16736 17.8007 4.16752 17.7362 4.16768 17.6565 4.16783 17.5709 4.16799 17.4821 4.16815 17.3919 4.1683 17.3056 4.16846 17.233 4.16862 17.1878 4.16878 17.1861 4.16893 17.2321 4.16909 17.3127 4.16925 17.4062 4.1694 17.4998 4.16956 17.5919 4.16972 17.683 4.16987 17.772 4.17003 17.8594 4.17019 17.9471 4.17034 18.0303 4.1705 18.0951 4.17066 18.1286 4.17081 18.132 4.17097 18.1268 4.17113 18.1428 4.17128 18.1944 4.17144 18.2661 4.1716 18.3264 4.17175 18.3598 4.17191 18.3757 4.17207 18.388 4.17223 18.3935 4.17238 18.3798 4.17254 18.3441 4.1727 18.2948 4.17285 18.2431 4.17301 18.203 4.17317 18.1931 4.17332 18.2235 4.17348 18.2844 4.17364 18.3585 4.17379 18.4425 4.17395 18.5457 4.17411 18.6685 4.17426 18.7973 4.17442 18.9226 4.17458 19.051 4.17473 19.1938 4.17489 19.3557 4.17505 19.5347 4.1752 19.7218 4.17536 19.8956 4.17552 20.0315 4.17567 20.1251 4.17583 20.198 4.17599 20.2719 4.17615 20.3454 4.1763 20.4052 4.17646 20.4526 4.17662 20.5096 4.17677 20.5957 4.17693 20.7099 4.17709 20.8365 4.17724 20.963 4.1774 21.0886 4.17756 21.22 4.17771 21.3597 4.17787 21.5043 4.17803 21.6494 4.17818 21.7935 4.17834 21.9327 4.1785 22.0574 4.17865 22.1598 4.17881 22.2451 4.17897 22.3286 4.17912 22.4236 4.17928 22.5368 4.17944 22.6729 4.17959 22.8327 4.17975 23.0081 4.17991 23.1867 4.18007 23.3654 4.18022 23.5497 4.18038 23.7395 4.18054 23.9257 4.18069 24.1058 4.18085 24.2886 4.18101 24.4787 4.18116 24.6663 4.18132 24.8441 4.18148 25.0247 4.18163 25.2319 4.18179 25.477 4.18195 25.7559 4.1821 26.0609 4.18226 26.3839 4.18242 26.7122 4.18257 27.0398 4.18273 27.3812 4.18289 27.7611 4.18304 28.1813 4.1832 28.6135 4.18336 29.0319 4.18351 29.4437 4.18367 29.8738 4.18383 30.3274 4.18399 30.7826 4.18414 31.2212 4.1843 31.6512 4.18446 32.0923 4.18461 32.5501 4.18477 33.0152 4.18493 33.4833 4.18508 33.9651 4.18524 34.4726 4.1854 35.0089 4.18555 35.5749 4.18571 36.1769 4.18587 36.82 4.18602 37.5002 4.18618 38.2119 4.18634 38.957 4.18649 39.7375 4.18665 40.5421 4.18681 41.3569 4.18696 42.188 4.18712 43.0582 4.18728 43.9762 4.18743 44.9205 4.18759 45.8622 4.18775 46.7964 4.18791 47.7466 4.18806 48.7422 4.18822 49.8046 4.18838 50.9407 4.18853 52.1441 4.18869 53.3997 4.18885 54.6973 4.189 56.0399 4.18916 57.4349 4.18932 58.8803 4.18947 60.367 4.18963 61.8917 4.18979 63.463 4.18994 65.0915 4.1901 66.7796 4.19026 68.5228 4.19041 70.3193 4.19057 72.1773 4.19073 74.1083 4.19088 76.1097 4.19104 78.1589 4.1912 80.2328 4.19135 82.3305 4.19151 84.4662 4.19167 86.64 4.19183 88.8308 4.19198 91.0233 4.19214 93.2311 4.1923 95.4853 4.19245 97.8103 4.19261 100.219 4.19277 102.725 4.19292 105.338 4.19308 108.066 4.19324 110.92 4.19339 113.922 4.19355 117.098 4.19371 120.472 4.19386 124.075 4.19402 127.947 4.19418 132.126 4.19433 136.622 4.19449 141.432 4.19465 146.563 4.1948 152.038 4.19496 157.883 4.19512 164.113 4.19527 170.742 4.19543 177.794 4.19559 185.302 4.19575 193.316 4.1959 201.903 4.19606 211.141 4.19622 221.1 4.19637 231.846 4.19653 243.455 4.19669 256.015 4.19684 269.618 4.197 284.362 4.19716 300.374 4.19731 317.804 4.19747 336.819 4.19763 357.595 4.19778 380.341 4.19794 405.299 4.1981 432.742 4.19825 462.972 4.19841 496.347 4.19857 533.289 4.19872 574.289 4.19888 619.902 4.19904 670.781 4.1992 727.711 4.19935 791.644 4.19951 863.729 4.19967 945.359 4.19982 1038.21 4.19998 1144.28 4.20014 1265.98 4.20029 1406.19 4.20045 1568.28 4.20061 1756.13 4.20076 1974.07 4.20092 2226.76 4.20108 2518.84 4.20123 2854.48 4.20139 3236.54 4.20155 3665.62 4.2017 4138.65 4.20186 4647.32 4.20202 5176.53 4.20217 5703.26 4.20233 6196.54 4.20249 6618.97 4.20264 6930.38 4.2028 7093.71 4.20296 7082.5 4.20312 6888.43 4.20327 6526.1 4.20343 6032.35 4.20359 5458.77 4.20374 4859.51 4.2039 4279.63 4.20406 3748.47 4.20421 3279.64 4.20437 2875.21 4.20453 2530.65 4.20468 2238.57 4.20484 1991.04 4.205 1780.64 4.20515 1601.02 4.20531 1446.87 4.20547 1313.86 4.20562 1198.48 4.20578 1097.92 4.20594 1009.84 4.20609 932.361 4.20625 863.968 4.20641 803.437 4.20656 749.742 4.20672 702.001 4.20688 659.475 4.20704 621.531 4.20719 587.598 4.20735 557.159 4.20751 529.789 4.20766 505.147 4.20782 482.917 4.20798 462.77 4.20813 444.407 4.20829 427.601 4.20845 412.189 4.2086 398.028 4.20876 384.983 4.20892 372.944 4.20907 361.821 4.20923 351.533 4.20939 342.011 4.20954 333.204 4.2097 325.07 4.20986 317.554 4.21001 310.588 4.21017 304.115 4.21033 298.101 4.21048 292.515 4.21064 287.305 4.2108 282.395 4.21096 277.705 4.21111 273.177 4.21127 268.78 4.21143 264.493 4.21158 260.298 4.21174 256.192 4.2119 252.202 4.21205 248.384 4.21221 244.792 4.21237 241.454 4.21252 238.379 4.21268 235.573 4.21284 233.038 4.21299 230.77 4.21315 228.762 4.21331 227.007 4.21346 225.483 4.21362 224.161 4.21378 223.02 4.21393 222.056 4.21409 221.274 4.21425 220.675 4.2144 220.266 4.21456 220.067 4.21472 220.092 4.21488 220.336 4.21503 220.777 4.21519 221.397 4.21535 222.178 4.2155 223.089 4.21566 224.096 4.21582 225.184 4.21597 226.364 4.21613 227.658 4.21629 229.089 4.21644 230.692 4.2166 232.518 4.21676 234.621 4.21691 237.049 4.21707 239.847 4.21723 243.068 4.21738 246.768 4.21754 251.002 4.2177 255.822 4.21785 261.276 4.21801 267.416 4.21817 274.303 4.21832 282.009 4.21848 290.609 4.21864 300.158 4.2188 310.699 4.21895 322.288 4.21911 335.021 4.21927 349.024 4.21942 364.442 4.21958 381.446 4.21974 400.224 4.21989 420.981 4.22005 443.937 4.22021 469.348 4.22036 497.525 4.22052 528.83 4.22068 563.664 4.22083 602.495 4.22099 645.895 4.22115 694.583 4.2213 749.426 4.22146 811.449 4.22162 881.873 4.22177 962.174 4.22193 1054.13 4.22209 1159.85 4.22225 1281.78 4.2224 1422.75 4.22256 1585.97 4.22272 1774.91 4.22287 1993.05 4.22303 2243.54 4.22319 2528.69 4.22334 2849.22 4.2235 3203.22 4.22366 3584.97 4.22381 3983.74 4.22397 4382.85 4.22413 4759.39 4.22428 5085.15 4.22444 5329.08 4.2246 5461.68 4.22475 5460.7 4.22491 5317.24 4.22507 5040.17 4.22522 4656.44 4.22538 4205.97 4.22554 3732.14 4.22569 3272.03 4.22585 2850.39 4.22601 2478.98 4.22617 2159.76 4.22632 1889.06 4.22648 1660.77 4.22664 1468.31 4.22679 1305.58 4.22695 1167.37 4.22711 1049.38 4.22726 948.06 4.22742 860.559 4.22758 784.582 4.22773 718.284 4.22789 660.163 4.22805 609.007 4.2282 563.84 4.22836 523.854 4.22852 488.341 4.22867 456.678 4.22883 428.334 4.22899 402.869 4.22914 379.902 4.2293 359.099 4.22946 340.155 4.22961 322.794 4.22977 306.768 4.22993 291.872 4.23009 277.95 4.23024 264.896 4.2304 252.635 4.23056 241.117 4.23071 230.302 4.23087 220.164 4.23103 210.682 4.23118 201.854 4.23134 193.674 4.2315 186.119 4.23165 179.138 4.23181 172.679 4.23197 166.707 4.23212 161.194 4.23228 156.111 4.23244 151.425 4.23259 147.107 4.23275 143.117 4.23291 139.399 4.23306 135.88 4.23322 132.491 4.23338 129.184 4.23353 125.934 4.23369 122.72 4.23385 119.522 4.23401 116.325 4.23416 113.128 4.23432 109.942 4.23448 106.786 4.23463 103.673 4.23479 100.611 4.23495 97.6133 4.2351 94.6991 4.23526 91.8922 4.23542 89.2159 4.23557 86.6911 4.23573 84.3273 4.23589 82.1122 4.23604 80.0165 4.2362 78.0171 4.23636 76.109 4.23651 74.2903 4.23667 72.5504 4.23683 70.8789 4.23698 69.2808 4.23714 67.7656 4.2373 66.3253 4.23745 64.9339 4.23761 63.5752 4.23777 62.2559 4.23793 60.9865 4.23808 59.76 4.23824 58.5536 4.2384 57.3489 4.23855 56.1404 4.23871 54.9362 4.23887 53.7558 4.23902 52.627 4.23918 51.5669 4.23934 50.5676 4.23949 49.6045 4.23965 48.6614 4.23981 47.7436 4.23996 46.8622 4.24012 46.018 4.24028 45.2046 4.24043 44.4189 4.24059 43.66 4.24075 42.9204 4.2409 42.1907 4.24106 41.4744 4.24122 40.7878 4.24137 40.1411 4.24153 39.5238 4.24169 38.9131 4.24185 38.2937 4.242 37.6667 4.24216 37.0426 4.24232 36.4336 4.24247 35.8482 4.24263 35.2884 4.24279 34.7512 4.24294 34.2334 4.2431 33.738 4.24326 33.2702 4.24341 32.8306 4.24357 32.415 4.24373 32.0241 4.24388 31.6637 4.24404 31.3341 4.2442 31.0233 4.24435 30.7168 4.24451 30.4128 4.24467 30.1253 4.24482 29.8693 4.24498 29.6476 4.24514 29.4498 4.2453 29.2625 4.24545 29.0758 4.24561 28.8805 4.24577 28.6627 4.24592 28.4071 4.24608 28.1046 4.24624 27.7563 4.24639 27.3678 4.24655 26.9469 4.24671 26.5084 4.24686 26.0762 4.24702 25.6732 4.24718 25.3081 4.24733 24.9756 4.24749 24.6713 4.24765 24.3987 4.2478 24.1602 4.24796 23.9468 4.24812 23.7428 4.24827 23.5399 4.24843 23.3426 4.24859 23.1608 4.24874 23.002 4.2489 22.8712 4.24906 22.7722 4.24922 22.7019 4.24937 22.6462 4.24953 22.5857 4.24969 22.5142 4.24984 22.4404 4.25 22.3675 4.25016 22.2726 4.25031 22.1157 4.25047 21.8755 4.25063 21.5694 4.25078 21.2389 4.25094 20.9216 4.2511 20.6377 4.25125 20.3903 4.25141 20.168 4.25157 19.9545 4.25172 19.7455 4.25188 19.5538 4.25204 19.3898 4.25219 19.2443 4.25235 19.1041 4.25251 18.9773 4.25266 18.8854 4.25282 18.8306 4.25298 18.7884 4.25314 18.7404 4.25329 18.6948 4.25345 18.6684 4.25361 18.6613 4.25376 18.664 4.25392 18.6772 4.25408 18.7069 4.25423 18.7475 4.25439 18.7861 4.25455 18.8185 4.2547 18.8506 4.25486 18.8842 4.25502 18.9117 4.25517 18.9254 4.25533 18.9212 4.25549 18.8944 4.25564 18.8396 4.2558 18.7544 4.25596 18.6348 4.25611 18.4701 4.25627 18.2532 4.25643 17.9942 4.25658 17.716 4.25674 17.4349 4.2569 17.1568 4.25706 16.8869 4.25721 16.629 4.25737 16.374 4.25753 16.1048 4.25768 15.8202 4.25784 15.5411 4.258 15.2841 4.25815 15.0424 4.25831 14.8009 4.25847 14.5632 4.25862 14.3447 4.25878 14.1478 4.25894 13.9589 4.25909 13.7718 4.25925 13.6 4.25941 13.4602 4.25956 13.3502 4.25972 13.2518 4.25988 13.1494 4.26003 13.0408 4.26019 12.9328 4.26035 12.8318 4.2605 12.741 4.26066 12.6621 4.26082 12.5943 4.26098 12.5305 4.26113 12.4604 4.26129 12.3798 4.26145 12.2981 4.2616 12.2287 4.26176 12.1722 4.26192 12.1131 4.26207 12.0357 4.26223 11.9406 4.26239 11.8426 4.26254 11.7545 4.2627 11.6771 4.26286 11.6053 4.26301 11.5365 4.26317 11.4761 4.26333 11.4321 4.26348 11.4061 4.26364 11.3885 4.2638 11.3673 4.26395 11.3408 4.26411 11.3169 4.26427 11.2998 4.26442 11.2828 4.26458 11.2549 4.26474 11.2102 4.2649 11.1463 4.26505 11.0627 4.26521 10.9677 4.26537 10.882 4.26552 10.8218 4.26568 10.7829 4.26584 10.748 4.26599 10.7097 4.26615 10.6749 4.26631 10.647 4.26646 10.6162 4.26662 10.5721 4.26678 10.5167 4.26693 10.4563 4.26709 10.3926 4.26725 10.3267 4.2674 10.269 4.26756 10.2315 4.26772 10.212 4.26787 10.1958 4.26803 10.1705 4.26819 10.1357 4.26835 10.0957 4.2685 10.0536 4.26866 10.0107 4.26882 9.96779 4.26897 9.92286 4.26913 9.87426 4.26929 9.82572 4.26944 9.78329 4.2696 9.7459 4.26976 9.70565 4.26991 9.66011 4.27007 9.61668 4.27023 9.58008 4.27038 9.54149 4.27054 9.48756 4.2707 9.4193 4.27085 9.35158 4.27101 9.29554 4.27117 9.24694 4.27132 9.19569 4.27148 9.14032 4.27164 9.08907 4.27179 9.05058 4.27195 9.02732 4.27211 9.01509 4.27227 9.00383 4.27242 8.98275 4.27258 8.94793 4.27274 8.90558 4.27289 8.86727 4.27305 8.83912 4.27321 8.81919 4.27336 8.80175 4.27352 8.77918 4.27368 8.7429 4.27383 8.68765 4.27399 8.61953 4.27415 8.55299 4.2743 8.49988 4.27446 8.46171 4.27462 8.43207 4.27477 8.40215 4.27493 8.36373 4.27509 8.31142 4.27524 8.24907 4.2754 8.18942 4.27556 8.14133 4.27571 8.09934 4.27587 8.05013 4.27603 7.98852 4.27619 7.92151 4.27634 7.85963 4.2765 7.81077 4.27666 7.78124 4.27681 7.774 4.27697 7.78212 4.27713 7.79152 4.27728 7.7922 4.27744 7.78457 4.2776 7.77102 4.27775 7.74928 4.27791 7.71983 4.27807 7.6931 4.27822 7.68107 4.27838 7.68204 4.27854 7.68139 4.27869 7.66762 4.27885 7.64239 4.27901 7.61471 4.27916 7.58985 4.27932 7.56512 4.27948 7.53551 4.27963 7.50149 4.27979 7.47187 4.27995 7.45617 4.28011 7.45062 4.28026 7.43729 4.28042 7.403 4.28058 7.35636 4.28073 7.31874 4.28089 7.30081 4.28105 7.29596 4.2812 7.2944 4.28136 7.29383 4.28152 7.29212 4.28167 7.2827 4.28183 7.2645 4.28199 7.2502 4.28214 7.25317 4.2823 7.26952 4.28246 7.28056 4.28261 7.2723 4.28277 7.24617 4.28293 7.2134 4.28308 7.1861 4.28324 7.17309 4.2834 7.17799 4.28355 7.19694 4.28371 7.2188 4.28387 7.22898 4.28403 7.21578 4.28418 7.17772 4.28434 7.12915 4.2845 7.09252 4.28465 7.07931 4.28481 7.07854 4.28497 7.07431 4.28512 7.06896 4.28528 7.07983 4.28544 7.11253 4.28559 7.15033 4.28575 7.17385 4.28591 7.18323 4.28606 7.19088 4.28622 7.19663 4.28638 7.18287 4.28653 7.13664 4.28669 7.06696 4.28685 6.99681 4.287 6.94044 4.28716 6.89469 4.28732 6.85186 4.28747 6.8132 4.28763 6.78654 4.28779 6.77071 4.28795 6.75263 4.2881 6.72227 4.28826 6.68692 4.28842 6.66497 4.28857 6.66613 4.28873 6.67964 4.28889 6.68263 4.28904 6.65882 4.2892 6.61256 4.28936 6.56779 4.28951 6.54976 4.28967 6.56123 4.28983 6.57961 4.28998 6.58129 4.29014 6.56752 4.2903 6.55856 4.29045 6.56539 4.29061 6.5788 4.29077 6.58698 4.29092 6.59052 4.29108 6.59465 4.29124 6.59533 4.2914 6.58481 4.29155 6.56193 4.29171 6.52978 4.29187 6.48575 4.29202 6.42682 4.29218 6.36324 4.29234 6.3164 4.29249 6.2991 4.29265 6.30352 4.29281 6.31114 4.29296 6.3109 4.29312 6.30255 4.29328 6.28917 4.29343 6.27245 4.29359 6.25356 4.29375 6.23391 4.2939 6.21217 4.29406 6.18241 4.29422 6.13994 4.29437 6.09007 4.29453 6.04799 4.29469 6.02708 4.29484 6.02759 4.295 6.04178 4.29516 6.06588 4.29532 6.10083 4.29547 6.13869 4.29563 6.16043 4.29579 6.15342 4.29594 6.12824 4.2961 6.10808 4.29626 6.10256 4.29641 6.10107 4.29657 6.08984 4.29673 6.06971 4.29688 6.05223 4.29704 6.04667 4.2972 6.05537 4.29735 6.07866 4.29751 6.11978 4.29767 6.1798 4.29782 6.24895 4.29798 6.30578 4.29814 6.33154 4.29829 6.32812 4.29845 6.31585 4.29861 6.30851 4.29876 6.29571 4.29892 6.25866 4.29908 6.19943 4.29924 6.14403 4.29939 6.11533 4.29955 6.11202 4.29971 6.11645 4.29986 6.1146 4.30002 6.10193 4.30018 6.07976 4.30033 6.05414 4.30049 6.03562 4.30065 6.02944 4.3008 6.02551 4.30096 6.00486 4.30112 5.95943 4.30127 5.90229 4.30143 5.85846 4.30159 5.84523 4.30174 5.86026 4.3019 5.8848 4.30206 5.89868 4.30221 5.89644 4.30237 5.88798 4.30253 5.88621 4.30268 5.89238 4.30284 5.89727 4.303 5.89506 4.30316 5.89098 4.30331 5.89484 4.30347 5.91007 4.30363 5.93318 4.30378 5.96159 4.30394 5.99936 4.3041 6.04878 4.30425 6.10003 4.30441 6.13548 4.30457 6.14537 4.30472 6.13783 4.30488 6.12573 4.30504 6.11021 4.30519 6.08244 4.30535 6.04046 4.30551 5.99673 4.30566 5.96397 4.30582 5.94306 4.30598 5.9265 4.30613 5.9086 4.30629 5.88666 4.30645 5.85639 4.3066 5.81371 4.30676 5.75737 4.30692 5.69043 4.30708 5.61847 4.30723 5.55518 4.30739 5.52066 4.30755 5.52398 4.3077 5.54863 4.30786 5.56399 4.30802 5.5548 4.30817 5.52979 4.30833 5.5026 4.30849 5.47534 4.30864 5.44665 4.3088 5.42626 4.30896 5.42726 4.30911 5.44509 4.30927 5.45741 4.30943 5.44526 4.30958 5.40853 4.30974 5.35974 4.3099 5.31034 4.31005 5.26778 4.31021 5.23961 4.31037 5.23074 4.31052 5.23644 4.31068 5.24471 4.31084 5.24798 4.311 5.24921 4.31115 5.25584 4.31131 5.26818 4.31147 5.27529 4.31162 5.26339 4.31178 5.23062 4.31194 5.1918 4.31209 5.1644 4.31225 5.14794 4.31241 5.12414 4.31256 5.08366 4.31272 5.04441 4.31288 5.03142 4.31303 5.03819 4.31319 5.02782 4.31335 4.97987 4.3135 4.92243 4.31366 4.89919 4.31382 4.91288 4.31397 4.92263 4.31413 4.89797 4.31429 4.857 4.31444 4.8388 4.3146 4.85266 4.31476 4.8718 4.31492 4.87107 4.31507 4.85577 4.31523 4.8475 4.31539 4.85594 4.31554 4.87165 4.3157 4.88155 4.31586 4.88189 4.31601 4.87391 4.31617 4.85581 4.31633 4.82687 4.31648 4.79567 4.31664 4.77667 4.3168 4.77191 4.31695 4.76338 4.31711 4.73363 4.31727 4.68965 4.31742 4.65602 4.31758 4.64544 4.31774 4.64569 4.31789 4.64315 4.31805 4.64413 4.31821 4.66277 4.31837 4.69616 4.31852 4.72478 4.31868 4.73872 4.31884 4.75011 4.31899 4.77388 4.31915 4.80618 4.31931 4.82835 4.31946 4.83012 4.31962 4.82459 4.31978 4.83244 4.31993 4.85785 4.32009 4.88259 4.32025 4.88733 4.3204 4.8731 4.32056 4.85548 4.32072 4.84086 4.32087 4.82069 4.32103 4.78877 4.32119 4.75115 4.32134 4.71431 4.3215 4.67436 4.32166 4.63121 4.32181 4.60022 4.32197 4.59294 4.32213 4.59456 4.32229 4.57884 4.32244 4.54174 4.3226 4.50357 4.32276 4.47484 4.32291 4.4417 4.32307 4.39234 4.32323 4.33827 4.32338 4.29827 4.32354 4.27169 4.3237 4.24626 4.32385 4.22222 4.32401 4.21418 4.32417 4.22748 4.32432 4.24728 4.32448 4.25414 4.32464 4.24234 4.32479 4.22174 4.32495 4.20488 4.32511 4.19429 4.32526 4.18138 4.32542 4.15666 4.32558 4.12276 4.32573 4.0932 4.32589 4.0757 4.32605 4.0616 4.32621 4.03581 4.32636 3.99523 4.32652 3.94991 4.32668 3.91112 4.32683 3.88405 4.32699 3.86931 4.32715 3.86647 4.3273 3.87347 4.32746 3.88693 4.32762 3.90473 4.32777 3.92306 4.32793 3.93504 4.32809 3.93676 4.32824 3.93316 4.3284 3.9356 4.32856 3.95129 4.32871 3.98017 4.32887 4.01721 4.32903 4.0526 4.32918 4.07293 4.32934 4.07033 4.3295 4.04949 4.32965 4.0226 4.32981 3.99784 4.32997 3.97726 4.33013 3.96514 4.33028 3.96947 4.33044 3.99086 4.3306 4.01485 4.33075 4.02109 4.33091 4.00133 4.33107 3.96854 4.33122 3.94488 4.33138 3.94174 4.33154 3.94831 4.33169 3.94169 4.33185 3.90963 4.33201 3.86157 4.33216 3.81751 4.33232 3.79 4.33248 3.77966 4.33263 3.78078 4.33279 3.78612 4.33295 3.7885 4.3331 3.78639 4.33326 3.78664 4.33342 3.7962 4.33357 3.81439 4.33373 3.83705 4.33389 3.86532 4.33405 3.90181 4.3342 3.93805 4.33436 3.95886 4.33452 3.95967 4.33467 3.95273 4.33483 3.95172 4.33499 3.95659 4.33514 3.95526 4.3353 3.93662 4.33546 3.9007 4.33561 3.86112 4.33577 3.83685 4.33593 3.83459 4.33608 3.8395 4.33624 3.8317 4.3364 3.81037 4.33655 3.79541 4.33671 3.80206 4.33687 3.82611 4.33702 3.85498 4.33718 3.88129 4.33734 3.90163 4.33749 3.91073 4.33765 3.90591 4.33781 3.88965 4.33797 3.86292 4.33812 3.82667 4.33828 3.79419 4.33844 3.78877 4.33859 3.81857 4.33875 3.86217 4.33891 3.89232 4.33906 3.90649 4.33922 3.92004 4.33938 3.93681 4.33953 3.94622 4.33969 3.94777 4.33985 3.95598 4.34 3.97825 4.34016 4.00306 4.34032 4.01894 4.34047 4.03235 4.34063 4.05594 4.34079 4.08849 4.34094 4.11879 4.3411 4.14329 4.34126 4.16722 4.34142 4.18926 4.34157 4.19682 4.34173 4.18095 4.34189 4.14699 4.34204 4.10759 4.3422 4.06791 4.34236 4.02364 4.34251 3.97322 4.34267 3.92669 4.34283 3.89785 4.34298 3.88758 4.34314 3.88336 4.3433 3.87466 4.34345 3.86398 4.34361 3.85661 4.34377 3.84667 4.34392 3.822 4.34408 3.78454 4.34424 3.75415 4.34439 3.74843 4.34455 3.76419 4.34471 3.7831 4.34486 3.79159 4.34502 3.7904 4.34518 3.78728 4.34534 3.78663 4.34549 3.7851 4.34565 3.77449 4.34581 3.74765 4.34596 3.70672 4.34612 3.66702 4.34628 3.64995 4.34643 3.66759 4.34659 3.71064 4.34675 3.75459 4.3469 3.78007 4.34706 3.78835 4.34722 3.79541 4.34737 3.81144 4.34753 3.83158 4.34769 3.84623 4.34784 3.85282 4.348 3.8513 4.34816 3.83688 4.34831 3.80701 4.34847 3.77297 4.34863 3.75445 4.34878 3.75858 4.34894 3.77034 4.3491 3.76932 4.34926 3.74737 4.34941 3.71056 4.34957 3.67007 4.34973 3.63778 4.34988 3.6251 4.35004 3.63596 4.3502 3.66188 4.35035 3.68906 4.35051 3.71245 4.35067 3.73758 4.35082 3.76859 4.35098 3.79961 4.35114 3.82191 4.35129 3.83539 4.35145 3.84694 4.35161 3.85997 4.35176 3.87033 4.35192 3.87591 4.35208 3.88221 4.35223 3.89049 4.35239 3.88694 4.35255 3.85436 4.3527 3.79939 4.35286 3.75434 4.35302 3.74524 4.35318 3.76477 4.35333 3.78491 4.35349 3.79105 4.35365 3.79001 4.3538 3.78785 4.35396 3.77535 4.35412 3.74231 4.35427 3.69554 4.35443 3.65416 4.35459 3.63057 4.35474 3.62346 4.3549 3.6276 4.35506 3.6413 4.35521 3.66412 4.35537 3.6872 4.35553 3.69306 4.35568 3.66843 4.35584 3.61992 4.356 3.57442 4.35615 3.5587 4.35631 3.57589 4.35647 3.60459 4.35662 3.61937 4.35678 3.61088 4.35694 3.58806 4.3571 3.56773 4.35725 3.56152 4.35741 3.56947 4.35757 3.58164 4.35772 3.58802 4.35788 3.58471 4.35804 3.57158 4.35819 3.54845 4.35835 3.51887 4.35851 3.49267 4.35866 3.47572 4.35882 3.46171 4.35898 3.44286 4.35913 3.42611 4.35929 3.42493 4.35945 3.43547 4.3596 3.43684 4.35976 3.42029 4.35992 3.40534 4.36007 3.41473 4.36023 3.44536 4.36039 3.47449 4.36054 3.48968 4.3607 3.49873 4.36086 3.51219 4.36102 3.52882 4.36117 3.54039 4.36133 3.54266 4.36149 3.53744 4.36164 3.52957 4.3618 3.52473 4.36196 3.52627 4.36211 3.53332 4.36227 3.54134 4.36243 3.54615 4.36258 3.54713 4.36274 3.54813 4.3629 3.55469 4.36305 3.56857 4.36321 3.58395 4.36337 3.59366 4.36352 3.59657 4.36368 3.59454 4.36384 3.58533 4.36399 3.56594 4.36415 3.54322 4.36431 3.53118 4.36447 3.53382 4.36462 3.54079 4.36478 3.54324 4.36494 3.54465 4.36509 3.54588 4.36525 3.53472 4.36541 3.50213 4.36556 3.46288 4.36572 3.44462 4.36588 3.4581 4.36603 3.48887 4.36619 3.5184 4.36635 3.54234 4.3665 3.56512 4.36666 3.5895 4.36682 3.61564 4.36697 3.64071 4.36713 3.65721 4.36729 3.65606 4.36744 3.63915 4.3676 3.6225 4.36776 3.62311 4.36791 3.64282 4.36807 3.66787 4.36823 3.68486 4.36839 3.69403 4.36854 3.70704 4.3687 3.73174 4.36886 3.76409 4.36901 3.79603 4.36917 3.82722 4.36933 3.86168 4.36948 3.89688 4.36964 3.92422 4.3698 3.94213 4.36995 3.95796 4.37011 3.97476 4.37027 3.98819 4.37042 3.99892 4.37058 4.01563 4.37074 4.03931 4.37089 4.05691 4.37105 4.06286 4.37121 4.07324 4.37136 4.10478 4.37152 4.14763 4.37168 4.17683 4.37183 4.18375 4.37199 4.17904 4.37215 4.17053 4.37231 4.156 4.37246 4.13815 4.37262 4.12747 4.37278 4.12877 4.37293 4.13838 4.37309 4.15737 4.37325 4.19115 4.3734 4.23541 4.37356 4.27792 4.37372 4.31755 4.37387 4.36652 4.37403 4.42826 4.37419 4.49152 4.37434 4.54992 4.3745 4.61196 4.37466 4.68204 4.37481 4.74993 4.37497 4.80886 4.37513 4.87184 4.37528 4.95487 4.37544 5.05521 4.3756 5.16088 4.37575 5.27131 4.37591 5.39427 4.37607 5.5281 4.37623 5.66188 4.37638 5.7912 4.37654 5.92284 4.3767 6.06619 4.37685 6.23082 4.37701 6.42642 4.37717 6.65656 4.37732 6.91088 4.37748 7.17556 4.37764 7.45006 4.37779 7.74539 4.37795 8.06642 4.37811 8.40723 4.37826 8.76558 4.37842 9.15473 4.37858 9.59575 4.37873 10.1026 4.37889 10.6773 4.37905 11.317 4.3792 12.0243 4.37936 12.8049 4.37952 13.6596 4.37967 14.5819 4.37983 15.5696 4.37999 16.6295 4.38015 17.7599 4.3803 18.9261 4.38046 20.0679 4.38062 21.134 4.38077 22.0957 4.38093 22.9233 4.38109 23.566 4.38124 23.9696 4.3814 24.104 4.38156 23.9639 4.38171 23.5545 4.38187 22.897 4.38203 22.039 4.38218 21.0421 4.38234 19.9559 4.3825 18.8165 4.38265 17.663 4.38281 16.5386 4.38297 15.4716 4.38312 14.471 4.38328 13.5434 4.38344 12.7007 4.38359 11.9479 4.38375 11.2745 4.38391 10.667 4.38407 10.1198 4.38422 9.63055 4.38438 9.19021 4.38454 8.78514 4.38469 8.40606 4.38485 8.05143 4.38501 7.72451 4.38516 7.4304 4.38532 7.16926 4.38548 6.93409 4.38563 6.71537 4.38579 6.50781 4.38595 6.30971 4.3861 6.11985 4.38626 5.93853 4.38642 5.77066 4.38657 5.61746 4.38673 5.47207 4.38689 5.33191 4.38704 5.20975 4.3872 5.12064 4.38736 5.05752 4.38752 4.99765 4.38767 4.93216 4.38783 4.87238 4.38799 4.82446 4.38814 4.77566 4.3883 4.71839 4.38846 4.66844 4.38861 4.6421 4.38877 4.62612 4.38893 4.59029 4.38908 4.52536 4.38924 4.45033 4.3894 4.38384 4.38955 4.32467 4.38971 4.26666 4.38987 4.21651 4.39002 4.18585 4.39018 4.17329 4.39034 4.16351 4.39049 4.14486 4.39065 4.12108 4.39081 4.10371 4.39096 4.09668 4.39112 4.09083 4.39128 4.07494 4.39144 4.0521 4.39159 4.04011 4.39175 4.05356 4.39191 4.08901 4.39206 4.12877 4.39222 4.15503 4.39238 4.15723 4.39253 4.13457 4.39269 4.10076 4.39285 4.08459 4.393 4.11 4.39316 4.1699 4.39332 4.22736 4.39347 4.25031 4.39363 4.24077 4.39379 4.22438 4.39394 4.21692 4.3941 4.21419 4.39426 4.21007 4.39441 4.21151 4.39457 4.22887 4.39473 4.25926 4.39488 4.29069 4.39504 4.31644 4.3952 4.34007 4.39536 4.36593 4.39551 4.3942 4.39567 4.42608 4.39583 4.46491 4.39598 4.50969 4.39614 4.555 4.3963 4.59895 4.39645 4.64775 4.39661 4.70638 4.39677 4.77164 4.39692 4.83815 4.39708 4.90652 4.39724 4.97878 4.39739 5.05129 4.39755 5.11944 4.39771 5.18705 4.39786 5.26588 4.39802 5.365 4.39818 5.48797 4.39833 5.63738 4.39849 5.81444 4.39865 6.01613 4.3988 6.23587 4.39896 6.46689 4.39912 6.69841 4.39928 6.9164 4.39943 7.11797 4.39959 7.32773 4.39975 7.58255 4.3999 7.89763 4.40006 8.25417 4.40022 8.62669 4.40037 9.01382 4.40053 9.43346 4.40069 9.90088 4.40084 10.4205 4.401 10.9936 4.40116 11.6211 4.40131 12.2968 4.40147 13.0099 4.40163 13.7562 4.40178 14.5393 4.40194 15.3596 4.4021 16.1996 4.40225 17.0249 4.40241 17.7976 4.40257 18.4895 4.40272 19.0824 4.40288 19.5545 4.40304 19.8688 4.4032 19.9849 4.40335 19.8849 4.40351 19.5812 4.40367 19.0991 4.40382 18.4604 4.40398 17.6923 4.40414 16.8402 4.40429 15.956 4.40445 15.073 4.40461 14.2041 4.40476 13.3597 4.40492 12.5549 4.40508 11.7962 4.40523 11.0793 4.40539 10.4077 4.40555 9.80047 4.4057 9.27019 4.40586 8.8004 4.40602 8.35997 4.40617 7.93649 4.40633 7.54506 4.40649 7.20498 4.40664 6.91642 4.4068 6.66112 4.40696 6.41943 4.40712 6.1816 4.40727 5.95125 4.40743 5.74149 4.40759 5.56598 4.40774 5.42633 4.4079 5.31055 4.40806 5.20302 4.40821 5.09456 4.40837 4.98349 4.40853 4.87146 4.40868 4.7612 4.40884 4.65631 4.409 4.5617 4.40915 4.48232 4.40931 4.42017 4.40947 4.37029 4.40962 4.31942 4.40978 4.25374 4.40994 4.17119 4.41009 4.08542 4.41025 4.01405 4.41041 3.96567 4.41057 3.93448 4.41072 3.90725 4.41088 3.86947 4.41104 3.81296 4.41119 3.74127 4.41135 3.66932 4.41151 3.6133 4.41166 3.57882 4.41182 3.56119 4.41198 3.55416 4.41213 3.55342 4.41229 3.55562 4.41245 3.55533 4.4126 3.54745 4.41276 3.5284 4.41292 3.49574 4.41307 3.45056 4.41323 3.40008 4.41339 3.35546 4.41354 3.32442 4.4137 3.30807 4.41386 3.30195 4.41401 3.29792 4.41417 3.28489 4.41433 3.25571 4.41449 3.21677 4.41464 3.18566 4.4148 3.17635 4.41496 3.18768 4.41511 3.20844 4.41527 3.23081 4.41543 3.25403 4.41558 3.27588 4.41574 3.28803 4.4159 3.28053 4.41605 3.25187 4.41621 3.21379 4.41637 3.18483 4.41652 3.17642 4.41668 3.18493 4.41684 3.19646 4.41699 3.20148 4.41715 3.20153 4.41731 3.20382 4.41746 3.21409 4.41762 3.23641 4.41778 3.27396 4.41793 3.32468 4.41809 3.37728 4.41825 3.41579 4.41841 3.43081 4.41856 3.42744 4.41872 3.42328 4.41888 3.43491 4.41903 3.46184 4.41919 3.48373 4.41935 3.48078 4.4195 3.45525 4.41966 3.42849 4.41982 3.41319 4.41997 3.39906 4.42013 3.37101 4.42029 3.33389 4.42044 3.30831 4.4206 3.30351 4.42076 3.30385 4.42091 3.28548 4.42107 3.24034 4.42123 3.18359 4.42138 3.13929 4.42154 3.11917 4.4217 3.1152 4.42185 3.1111 4.42201 3.09968 4.42217 3.08479 4.42233 3.06973 4.42248 3.05091 4.42264 3.02459 4.4228 2.99157 4.42295 2.95439 4.42311 2.91811 4.42327 2.89542 4.42342 2.89761 4.42358 2.91403 4.42374 2.91648 4.42389 2.8937 4.42405 2.86813 4.42421 2.86218 4.42436 2.86389 4.42452 2.84744 4.42468 2.8176 4.42483 2.80577 4.42499 2.82278 4.42515 2.84368 4.4253 2.84528 4.42546 2.83316 4.42562 2.82093 4.42577 2.80614 4.42593 2.78438 4.42609 2.76841 4.42625 2.77382 4.4264 2.79478 4.42656 2.81223 4.42672 2.81775 4.42687 2.81594 4.42703 2.81139 4.42719 2.80539 4.42734 2.80155 4.4275 2.79959 4.42766 2.78902 4.42781 2.76361 4.42797 2.73627 4.42813 2.72592 4.42828 2.73297 4.42844 2.74379 4.4286 2.755 4.42875 2.77659 4.42891 2.81168 4.42907 2.84845 4.42922 2.87574 4.42938 2.88888 4.42954 2.88108 4.42969 2.84727 4.42985 2.80279 4.43001 2.77967 4.43017 2.79241 4.43032 2.81974 4.43048 2.83227 4.43064 2.8257 4.43079 2.81442 4.43095 2.80404 4.43111 2.78885 4.43126 2.7717 4.43142 2.76535 4.43158 2.77327 4.43173 2.78263 4.43189 2.78084 4.43205 2.7678 4.4322 2.74855 4.43236 2.72328 4.43252 2.69289 4.43267 2.66482 4.43283 2.64566 4.43299 2.63369 4.43314 2.62406 4.4333 2.6194 4.43346 2.62787 4.43361 2.6505 4.43377 2.6772 4.43393 2.6945 4.43409 2.6962 4.43424 2.68853 4.4344 2.68611 4.43456 2.6998 4.43471 2.72374 4.43487 2.7384 4.43503 2.7299 4.43518 2.70354 4.43534 2.67401 4.4355 2.64864 4.43565 2.6271 4.43581 2.61378 4.43597 2.617 4.43612 2.63441 4.43628 2.6506 4.43644 2.65369 4.43659 2.64774 4.43675 2.64367 4.43691 2.64665 4.43706 2.65699 4.43722 2.67477 4.43738 2.69725 4.43754 2.71747 4.43769 2.73342 4.43785 2.75202 4.43801 2.77788 4.43816 2.80345 4.43832 2.82037 4.43848 2.83447 4.43863 2.85763 4.43879 2.89047 4.43895 2.92409 4.4391 2.95751 4.43926 2.9999 4.43942 3.05666 4.43957 3.1238 4.43973 3.19981 4.43989 3.29017 4.44004 3.39688 4.4402 3.51445 4.44036 3.64 4.44051 3.77528 4.44067 3.91448 4.44083 4.04282 4.44098 4.15478 4.44114 4.26572 4.4413 4.3948 4.44146 4.54272 4.44161 4.69659 4.44177 4.85013 4.44193 5.00642 4.44208 5.16148 4.44224 5.29376 4.4424 5.37632 4.44255 5.39458 4.44271 5.35199 4.44287 5.25808 4.44302 5.11571 4.44318 4.92417 4.44334 4.69992 4.44349 4.48377 4.44365 4.31039 4.44381 4.172 4.44396 4.02811 4.44412 3.85893 4.44428 3.69257 4.44443 3.56867 4.44459 3.49114 4.44475 3.43559 4.4449 3.38983 4.44506 3.35919 4.44522 3.33702 4.44538 3.29938 4.44553 3.23923 4.44569 3.18348 4.44585 3.15737 4.446 3.14819 4.44616 3.12334 4.44632 3.07606 4.44647 3.03143 4.44663 3.00914 4.44679 2.99835 4.44694 2.97655 4.4471 2.93791 4.44726 2.89138 4.44741 2.84309 4.44757 2.79375 4.44773 2.751 4.44788 2.72818 4.44804 2.72611 4.4482 2.73061 4.44835 2.73288 4.44851 2.74408 4.44867 2.77931 4.44882 2.83292 4.44898 2.87988 4.44914 2.89921 4.4493 2.88926 4.44945 2.86004 4.44961 2.82232 4.44977 2.78364 4.44992 2.74806 4.45008 2.71742 4.45024 2.69593 4.45039 2.6934 4.45055 2.71161 4.45071 2.73473 4.45086 2.74179 4.45102 2.73046 4.45118 2.71892 4.45133 2.72176 4.45149 2.73576 4.45165 2.75188 4.4518 2.76703 4.45196 2.78112 4.45212 2.79525 4.45227 2.81595 4.45243 2.848 4.45259 2.87876 4.45274 2.88687 4.4529 2.87676 4.45306 2.88528 4.45322 2.9388 4.45337 3.01641 4.45353 3.07463 4.45369 3.09574 4.45384 3.09463 4.454 3.08786 4.45416 3.07781 4.45431 3.0644 4.45447 3.04942 4.45463 3.02729 4.45478 2.99053 4.45494 2.94767 4.4551 2.91755 4.45525 2.90482 4.45541 2.89726 4.45557 2.88986 4.45572 2.89197 4.45588 2.90684 4.45604 2.91619 4.45619 2.90039 4.45635 2.86197 4.45651 2.82373 4.45666 2.80706 4.45682 2.81341 4.45698 2.82265 4.45714 2.80784 4.45729 2.76264 4.45745 2.71239 4.45761 2.6897 4.45776 2.69892 4.45792 2.71616 4.45808 2.72429 4.45823 2.73167 4.45839 2.75322 4.45855 2.78857 4.4587 2.82875 4.45886 2.87004 4.45902 2.91084 4.45917 2.94516 4.45933 2.96848 4.45949 2.98631 4.45964 3.00984 4.4598 3.04779 4.45996 3.10665 4.46011 3.19254 4.46027 3.30596 4.46043 3.44153 4.46059 3.59712 4.46074 3.77453 4.4609 3.97022 4.46106 4.17115 4.46121 4.36654 4.46137 4.55327 4.46153 4.72607 4.46168 4.87286 4.46184 4.98158 4.462 5.04274 4.46215 5.04385 4.46231 4.97431 4.46247 4.8449 4.46262 4.68412 4.46278 4.5093 4.46294 4.31434 4.46309 4.09835 4.46325 3.89046 4.46341 3.72684 4.46356 3.61311 4.46372 3.5265 4.46388 3.44988 4.46403 3.38402 4.46419 3.33257 4.46435 3.29095 4.46451 3.25141 4.46466 3.20617 4.46482 3.14482 4.46498 3.06377 4.46513 2.9776 4.46529 2.90762 4.46545 2.85914 4.4656 2.82118 4.46576 2.78635 4.46592 2.7578 4.46607 2.7337 4.46623 2.7025 4.46639 2.6585 4.46654 2.6101 4.4667 2.56882 4.46686 2.53489 4.46701 2.50359 4.46717 2.47266 4.46733 2.44102 4.46748 2.40636 4.46764 2.36887 4.4678 2.33837 4.46795 2.32696 4.46811 2.33912 4.46827 2.36708 4.46843 2.39446 4.46858 2.40616 4.46874 2.39862 4.4689 2.3797 4.46905 2.35777 4.46921 2.33348 4.46937 2.30853 4.46952 2.29483 4.46968 2.30312 4.46984 2.32599 4.46999 2.34123 4.47015 2.33625 4.47031 2.32042 4.47046 2.30919 4.47062 2.3084 4.47078 2.31699 4.47093 2.33302 4.47109 2.34938 4.47125 2.35469 4.4714 2.34345 4.47156 2.32672 4.47172 2.32158 4.47187 2.33107 4.47203 2.34226 4.47219 2.34138 4.47235 2.32686 4.4725 2.31149 4.47266 2.31068 4.47282 2.33025 4.47297 2.36322 4.47313 2.39845 4.47329 2.43019 4.47344 2.45718 4.4736 2.47598 4.47376 2.48333 4.47391 2.48306 4.47407 2.48864 4.47423 2.50872 4.47438 2.54127 4.47454 2.57826 4.4747 2.61366 4.47485 2.64203 4.47501 2.65718 4.47517 2.65811 4.47532 2.65276 4.47548 2.6497 4.47564 2.64835 4.47579 2.64184 4.47595 2.62877 4.47611 2.61382 4.47627 2.59995 4.47642 2.58417 4.47658 2.56274 4.47674 2.54086 4.47689 2.52997 4.47705 2.53599 4.47721 2.54962 4.47736 2.54979 4.47752 2.52369 4.47768 2.48021 4.47783 2.4427 4.47799 2.42528 4.47815 2.42077 4.4783 2.4136 4.47846 2.39745 4.47862 2.3761 4.47877 2.35351 4.47893 2.33003 4.47909 2.30932 4.47924 2.29899 4.4794 2.30127 4.47956 2.30909 4.47971 2.31316 4.47987 2.31354 4.48003 2.31717 4.48019 2.32596 4.48034 2.33167 4.4805 2.32458 4.48066 2.30475 4.48081 2.28163 4.48097 2.26461 4.48113 2.25909 4.48128 2.26617 4.48144 2.28218 4.4816 2.29882 4.48175 2.31078 4.48191 2.32429 4.48207 2.34945 4.48222 2.38071 4.48238 2.39594 4.48254 2.38348 4.48269 2.36138 4.48285 2.35607 4.48301 2.36832 4.48316 2.37631 4.48332 2.37066 4.48348 2.36593 4.48364 2.37636 4.48379 2.3955 4.48395 2.41148 4.48411 2.42559 4.48426 2.44244 4.48442 2.45364 4.48458 2.44858 4.48473 2.43599 4.48489 2.43544 4.48505 2.45062 4.4852 2.46321 4.48536 2.45896 4.48552 2.44479 4.48567 2.43525 4.48583 2.43224 4.48599 2.42411 4.48614 2.40078 4.4863 2.36282 4.48646 2.32325 4.48661 2.30205 4.48677 2.31224 4.48693 2.3469 4.48708 2.38222 4.48724 2.40046 4.4874 2.40434 4.48756 2.40597 4.48771 2.4068 4.48787 2.39889 4.48803 2.3797 4.48818 2.35648 4.48834 2.33774 4.4885 2.328 4.48865 2.33335 4.48881 2.36211 4.48897 2.41318 4.48912 2.46967 4.48928 2.50933 4.48944 2.52285 4.48959 2.51766 4.48975 2.50673 4.48991 2.4984 4.49006 2.49334 4.49022 2.48776 4.49038 2.47857 4.49053 2.46665 4.49069 2.4569 4.49085 2.45133 4.491 2.44451 4.49116 2.43035 4.49132 2.41257 4.49148 2.40188 4.49163 2.40135 4.49179 2.39787 4.49195 2.37454 4.4921 2.32906 4.49226 2.27667 4.49242 2.23577 4.49257 2.21531 4.49273 2.21349 4.49289 2.22163 4.49304 2.22748 4.4932 2.22173 4.49336 2.20772 4.49351 2.20256 4.49367 2.2232 4.49383 2.26805 4.49398 2.31781 4.49414 2.35302 4.4943 2.37093 4.49445 2.38324 4.49461 2.40201 4.49477 2.4297 4.49492 2.45928 4.49508 2.47955 4.49524 2.48086 4.4954 2.46215 4.49555 2.43485 4.49571 2.41801 4.49587 2.42467 4.49602 2.45274 4.49618 2.48785 4.49634 2.51327 4.49649 2.51859 4.49665 2.50475 4.49681 2.48242 4.49696 2.46066 4.49712 2.43495 4.49728 2.39217 4.49743 2.33151 4.49759 2.27334 4.49775 2.23946 4.4979 2.23055 4.49806 2.23254 4.49822 2.23906 4.49837 2.25304 4.49853 2.26757 4.49869 2.26589 4.49884 2.24767 4.499 2.23955 4.49916 2.26493 4.49932 2.3124 4.49947 2.34706 4.49963 2.34893 4.49979 2.32507 4.49994 2.29011 4.5001 2.25037 4.50026 2.20948 4.50041 2.17551 4.50057 2.15449 4.50073 2.1448 4.50088 2.14124 4.50104 2.13923 4.5012 2.133 4.50135 2.11824 4.50151 2.1001 4.50167 2.09209 4.50182 2.10092 4.50198 2.1168 4.50214 2.12507 4.50229 2.12169 4.50245 2.11585 4.50261 2.12032 4.50276 2.14216 4.50292 2.17835 4.50308 2.2164 4.50324 2.24532 4.50339 2.26647 4.50355 2.29167 4.50371 2.3257 4.50386 2.35665 4.50402 2.36887 4.50418 2.3601 4.50433 2.34303 4.50449 2.3306 4.50465 2.32695 4.5048 2.32719 4.50496 2.32177 4.50512 2.30322 4.50527 2.27386 4.50543 2.24712 4.50559 2.23565 4.50574 2.23916 4.5059 2.24529 4.50606 2.24228 4.50621 2.22652 4.50637 2.20284 4.50653 2.18266 4.50669 2.17884 4.50684 2.19617 4.507 2.2235 4.50716 2.24028 4.50731 2.2349 4.50747 2.21596 4.50763 2.20522 4.50778 2.218 4.50794 2.24798 4.5081 2.2722 4.50825 2.27293 4.50841 2.25538 4.50857 2.24035 4.50872 2.23844 4.50888 2.23999 4.50904 2.23185 4.50919 2.21589 4.50935 2.20195 4.50951 2.19264 4.50966 2.18447 4.50982 2.18106 4.50998 2.19063 4.51013 2.20942 4.51029 2.22281 4.51045 2.22414 4.51061 2.22257 4.51076 2.22707 4.51092 2.23165 4.51108 2.22704 4.51123 2.21755 4.51139 2.21514 4.51155 2.22381 4.5117 2.23632 4.51186 2.24537 4.51202 2.24959 4.51217 2.24902 4.51233 2.24367 4.51249 2.23712 4.51264 2.23372 4.5128 2.23225 4.51296 2.22677 4.51311 2.21425 4.51327 2.1992 4.51343 2.18656 4.51358 2.17619 4.51374 2.16446 4.5139 2.15022 4.51405 2.13772 4.51421 2.13474 4.51437 2.14611 4.51453 2.16804 4.51468 2.19005 4.51484 2.20513 4.515 2.21698 4.51515 2.23175 4.51531 2.24685 4.51547 2.2519 4.51562 2.24164 4.51578 2.22038 4.51594 2.19267 4.51609 2.15867 4.51625 2.12285 4.51641 2.09952 4.51656 2.10127 4.51672 2.12339 4.51688 2.14664 4.51703 2.1564 4.51719 2.15357 4.51735 2.14934 4.5175 2.15312 4.51766 2.16734 4.51782 2.18661 4.51797 2.19753 4.51813 2.18426 4.51829 2.14253 4.51845 2.08926 4.5186 2.05436 4.51876 2.05733 4.51892 2.0917 4.51907 2.13266 4.51923 2.16016 4.51939 2.17214 4.51954 2.17691 4.5197 2.17949 4.51986 2.17705 4.52001 2.16756 4.52017 2.15464 4.52033 2.14453 4.52048 2.14125 4.52064 2.14547 4.5208 2.15531 4.52095 2.16448 4.52111 2.1638 4.52127 2.14902 4.52142 2.12821 4.52158 2.11826 4.52174 2.13177 4.52189 2.16541 4.52205 2.19946 4.52221 2.21226 4.52237 2.19826 4.52252 2.17334 4.52268 2.15845 4.52284 2.1579 4.52299 2.15885 4.52315 2.15156 4.52331 2.14233 4.52346 2.14119 4.52362 2.14465 4.52378 2.14088 4.52393 2.12926 4.52409 2.12513 4.52425 2.14264 4.5244 2.17825 4.52456 2.21364 4.52472 2.23169 4.52487 2.22702 4.52503 2.20539 4.52519 2.17649 4.52534 2.14808 4.5255 2.1258 4.52566 2.11601 4.52581 2.12541 4.52597 2.15295 4.52613 2.18581 4.52629 2.20994 4.52644 2.22063 4.5266 2.22057 4.52676 2.2094 4.52691 2.18549 4.52707 2.15703 4.52723 2.14303 4.52738 2.15607 4.52754 2.18843 4.5277 2.21822 4.52785 2.22744 4.52801 2.21537 4.52817 2.19768 4.52832 2.19131 4.52848 2.19767 4.52864 2.20157 4.52879 2.19305 4.52895 2.1842 4.52911 2.19335 4.52926 2.21571 4.52942 2.22387 4.52958 2.20406 4.52974 2.17479 4.52989 2.16309 4.53005 2.1735 4.53021 2.18969 4.53036 2.19747 4.53052 2.19331 4.53068 2.17871 4.53083 2.16012 4.53099 2.1488 4.53115 2.14964 4.5313 2.1535 4.53146 2.15178 4.53162 2.15153 4.53177 2.16324 4.53193 2.1784 4.53209 2.17675 4.53224 2.15561 4.5324 2.13275 4.53256 2.11924 4.53271 2.10595 4.53287 2.08474 4.53303 2.06535 4.53318 2.06087 4.53334 2.06808 4.5335 2.07702 4.53366 2.08916 4.53381 2.11232 4.53397 2.14223 4.53413 2.1644 4.53428 2.17405 4.53444 2.18174 4.5346 2.19747 4.53475 2.22044 4.53491 2.24466 4.53507 2.26898 4.53522 2.29316 4.53538 2.31031 4.53554 2.30988 4.53569 2.28857 4.53585 2.25526 4.53601 2.22368 4.53616 2.20254 4.53632 2.19262 4.53648 2.19362 4.53663 2.20798 4.53679 2.23649 4.53695 2.27146 4.5371 2.29936 4.53726 2.31106 4.53742 2.30802 4.53758 2.29785 4.53773 2.28625 4.53789 2.27509 4.53805 2.26432 4.5382 2.25339 4.53836 2.24141 4.53852 2.22694 4.53867 2.20552 4.53883 2.17037 4.53899 2.12049 4.53914 2.07026 4.5393 2.04521 4.53946 2.06121 4.53961 2.10786 4.53977 2.15744 4.53993 2.18695 4.54008 2.19217 4.54024 2.18011 4.5404 2.15604 4.54055 2.12245 4.54071 2.08631 4.54087 2.06042 4.54102 2.05106 4.54118 2.0494 4.54134 2.0419 4.5415 2.03105 4.54165 2.0375 4.54181 2.07553 4.54197 2.13215 4.54212 2.17645 4.54228 2.19034 4.54244 2.1814 4.54259 2.16858 4.54275 2.16526 4.54291 2.17556 4.54306 2.19867 4.54322 2.22732 4.54338 2.24779 4.54353 2.24912 4.54369 2.23417 4.54385 2.2195 4.544 2.22195 4.54416 2.24568 4.54432 2.27681 4.54447 2.29374 4.54463 2.28454 4.54479 2.25707 4.54494 2.22997 4.5451 2.21562 4.54526 2.21368 4.54542 2.21829 4.54557 2.22446 4.54573 2.22909 4.54589 2.23358 4.54604 2.24423 4.5462 2.2627 4.54636 2.27598 4.54651 2.26706 4.54667 2.23883 4.54683 2.21432 4.54698 2.21134 4.54714 2.22464 4.5473 2.24025 4.54745 2.25514 4.54761 2.27252 4.54777 2.28637 4.54792 2.28508 4.54808 2.26596 4.54824 2.23623 4.54839 2.20303 4.54855 2.17154 4.54871 2.15192 4.54886 2.15343 4.54902 2.17317 4.54918 2.19798 4.54934 2.21774 4.54949 2.23054 4.54965 2.23492 4.54981 2.22803 4.54996 2.21328 4.55012 2.20193 4.55028 2.2016 4.55043 2.21015 4.55059 2.2233 4.55075 2.23896 4.5509 2.25343 4.55106 2.26054 4.55122 2.26088 4.55137 2.26354 4.55153 2.27444 4.55169 2.2876 4.55184 2.29318 4.552 2.28866 4.55216 2.27723 4.55231 2.2594 4.55247 2.23497 4.55263 2.21019 4.55278 2.19468 4.55294 2.19103 4.5531 2.19224 4.55326 2.1894 4.55341 2.17702 4.55357 2.15259 4.55373 2.11755 4.55388 2.08206 4.55404 2.06169 4.5542 2.0633 4.55435 2.07636 4.55451 2.08469 4.55467 2.08572 4.55482 2.09221 4.55498 2.11257 4.55514 2.13792 4.55529 2.15229 4.55545 2.15285 4.55561 2.14845 4.55576 2.14071 4.55592 2.11669 4.55608 2.06822 4.55623 2.01137 4.55639 1.97663 4.55655 1.98056 4.55671 2.01378 4.55686 2.05714 4.55702 2.1018 4.55718 2.14815 4.55733 2.1921 4.55749 2.21983 4.55765 2.21785 4.5578 2.18577 4.55796 2.1365 4.55812 2.08706 4.55827 2.04768 4.55843 2.01966 4.55859 1.99934 4.55874 1.98515 4.5589 1.97994 4.55906 1.98887 4.55921 2.01426 4.55937 2.05074 4.55953 2.08443 4.55968 2.10071 4.55984 2.09538 4.56 2.07688 4.56015 2.0565 4.56031 2.03801 4.56047 2.02033 4.56063 2.00737 4.56078 2.00833 4.56094 2.02646 4.5611 2.05224 4.56125 2.07181 4.56141 2.08097 4.56157 2.0857 4.56172 2.0914 4.56188 2.09687 4.56204 2.09989 4.56219 2.10522 4.56235 2.12145 4.56251 2.15057 4.56266 2.18431 4.56282 2.20988 4.56298 2.21847 4.56313 2.20941 4.56329 2.19016 4.56345 2.1724 4.5636 2.16407 4.56376 2.16087 4.56392 2.15054 4.56407 2.12569 4.56423 2.09321 4.56439 2.06641 4.56455 2.05334 4.5647 2.05372 4.56486 2.06267 4.56502 2.07285 4.56517 2.07506 4.56533 2.0659 4.56549 2.05134 4.56564 2.03972 4.5658 2.03302 4.56596 2.03285 4.56611 2.04889 4.56627 2.08991 4.56643 2.14718 4.56658 2.19753 4.56674 2.2267 4.5669 2.24027 4.56705 2.24798 4.56721 2.25026 4.56737 2.24477 4.56752 2.23702 4.56768 2.2341 4.56784 2.23398 4.56799 2.22794 4.56815 2.2112 4.56831 2.18526 4.56847 2.15555 4.56862 2.13213 4.56878 2.12554 4.56894 2.13619 4.56909 2.15051 4.56925 2.15592 4.56941 2.15289 4.56956 2.14912 4.56972 2.14759 4.56988 2.14916 4.57003 2.15733 4.57019 2.17397 4.57035 2.19296 4.5705 2.20839 4.57066 2.22339 4.57082 2.23998 4.57097 2.24978 4.57113 2.24322 4.57129 2.22589 4.57144 2.21302 4.5716 2.21184 4.57176 2.21964 4.57191 2.23762 4.57207 2.26819 4.57223 2.30277 4.57239 2.32675 4.57254 2.337 4.5727 2.34068 4.57286 2.33551 4.57301 2.3084 4.57317 2.26014 4.57333 2.21394 4.57348 2.19211 4.57364 2.1959 4.5738 2.21498 4.57395 2.24445 4.57411 2.27981 4.57427 2.30706 4.57442 2.3117 4.57458 2.29476 4.57474 2.26834 4.57489 2.24124 4.57505 2.21538 4.57521 2.19452 4.57536 2.18144 4.57552 2.16786 4.57568 2.13878 4.57583 2.09241 4.57599 2.04985 4.57615 2.03924 4.57631 2.06963 4.57646 2.12373 4.57662 2.17485 4.57678 2.20779 4.57693 2.22245 4.57709 2.22177 4.57725 2.20634 4.5774 2.18268 4.57756 2.1667 4.57772 2.16977 4.57787 2.18603 4.57803 2.20308 4.57819 2.2186 4.57834 2.23557 4.5785 2.24631 4.57866 2.24023 4.57881 2.22484 4.57897 2.22252 4.57913 2.23966 4.57928 2.25697 4.57944 2.25805 4.5796 2.2497 4.57976 2.24481 4.57991 2.24293 4.58007 2.23932 4.58023 2.24165 4.58038 2.25876 4.58054 2.28099 4.5807 2.29042 4.58085 2.28587 4.58101 2.28263 4.58117 2.29006 4.58132 2.30181 4.58148 2.30785 4.58164 2.3024 4.58179 2.28261 4.58195 2.25241 4.58211 2.22746 4.58226 2.22274 4.58242 2.23352 4.58258 2.23995 4.58273 2.23232 4.58289 2.2206 4.58305 2.2161 4.5832 2.21714 4.58336 2.21774 4.58352 2.22012 4.58368 2.22892 4.58383 2.24037 4.58399 2.24573 4.58415 2.24293 4.5843 2.24038 4.58446 2.24847 4.58462 2.26932 4.58477 2.29337 4.58493 2.30662 4.58509 2.30453 4.58524 2.29724 4.5854 2.29806 4.58556 2.30815 4.58571 2.31797 4.58587 2.32202 4.58603 2.32436 4.58618 2.32938 4.58634 2.33493 4.5865 2.33546 4.58665 2.32503 4.58681 2.29609 4.58697 2.24511 4.58712 2.18633 4.58728 2.14938 4.58744 2.15591 4.5876 2.19992 4.58775 2.257 4.58791 2.30862 4.58807 2.35039 4.58822 2.37744 4.58838 2.37557 4.58854 2.3349 4.58869 2.27099 4.58885 2.222 4.58901 2.21589 4.58916 2.24278 4.58932 2.26582 4.58948 2.2634 4.58963 2.25281 4.58979 2.26547 4.58995 2.30654 4.5901 2.34832 4.59026 2.36344 4.59042 2.35297 4.59057 2.3391 4.59073 2.33968 4.59089 2.35443 4.59104 2.37184 4.5912 2.38382 4.59136 2.39444 4.59152 2.41361 4.59167 2.43987 4.59183 2.45405 4.59199 2.43831 4.59214 2.40076 4.5923 2.36884 4.59246 2.35708 4.59261 2.35337 4.59277 2.34261 4.59293 2.32919 4.59308 2.32662 4.59324 2.33412 4.5934 2.34059 4.59355 2.34835 4.59371 2.37461 4.59387 2.42532 4.59402 2.48088 4.59418 2.51337 4.59434 2.51079 4.59449 2.48081 4.59465 2.43787 4.59481 2.3984 4.59496 2.38005 4.59512 2.39084 4.59528 2.41803 4.59544 2.43799 4.59559 2.43997 4.59575 2.43375 4.59591 2.42922 4.59606 2.4189 4.59622 2.39024 4.59638 2.35167 4.59653 2.3309 4.59669 2.34377 4.59685 2.37379 4.597 2.38856 4.59716 2.37199 4.59732 2.33486 4.59747 2.29895 4.59763 2.27824 4.59779 2.27179 4.59794 2.26917 4.5981 2.26204 4.59826 2.25319 4.59841 2.2527 4.59857 2.26425 4.59873 2.28166 4.59888 2.30254 4.59904 2.33545 4.5992 2.38185 4.59936 2.42092 4.59951 2.42891 4.59967 2.41067 4.59983 2.39309 4.59998 2.38751 4.60014 2.37762 4.6003 2.35573 4.60045 2.34496 4.60061 2.36845 4.60077 2.41027 4.60092 2.43182 4.60108 2.42153 4.60124 2.40514 4.60139 2.40567 4.60155 2.4174 4.60171 2.42623 4.60186 2.43609 4.60202 2.45836 4.60218 2.48842 4.60233 2.50841 4.60249 2.5099 4.60265 2.5018 4.60281 2.49774 4.60296 2.50477 4.60312 2.52456 4.60328 2.55231 4.60343 2.5738 4.60359 2.57186 4.60375 2.54172 4.6039 2.49661 4.60406 2.45468 4.60422 2.42434 4.60437 2.40301 4.60453 2.38548 4.60469 2.37047 4.60484 2.36131 4.605 2.3636 4.60516 2.38007 4.60531 2.40685 4.60547 2.43602 4.60563 2.46236 4.60578 2.48417 4.60594 2.49532 4.6061 2.48638 4.60625 2.4568 4.60641 2.42302 4.60657 2.40695 4.60673 2.41626 4.60688 2.44307 4.60704 2.47621 4.6072 2.51123 4.60735 2.54547 4.60751 2.57403 4.60767 2.59231 4.60782 2.59836 4.60798 2.59168 4.60814 2.57583 4.60829 2.56243 4.60845 2.56418 4.60861 2.57975 4.60876 2.5923 4.60892 2.58913 4.60908 2.57749 4.60923 2.57334 4.60939 2.57946 4.60955 2.58426 4.6097 2.57939 4.60986 2.57031 4.61002 2.56817 4.61017 2.57911 4.61033 2.60106 4.61049 2.6251 4.61065 2.63905 4.6108 2.63584 4.61096 2.61957 4.61112 2.60063 4.61127 2.58525 4.61143 2.57432 4.61159 2.56894 4.61174 2.57065 4.6119 2.57444 4.61206 2.57349 4.61221 2.57213 4.61237 2.58294 4.61253 2.6097 4.61268 2.6407 4.61284 2.66528 4.613 2.68574 4.61315 2.70594 4.61331 2.71952 4.61347 2.71982 4.61362 2.71586 4.61378 2.72515 4.61394 2.75231 4.61409 2.78762 4.61425 2.82535 4.61441 2.86817 4.61457 2.912 4.61472 2.94109 4.61488 2.94638 4.61504 2.94056 4.61519 2.9433 4.61535 2.95887 4.61551 2.97775 4.61566 2.99455 4.61582 3.01383 4.61598 3.03612 4.61613 3.05004 4.61629 3.04535 4.61645 3.02763 4.6166 3.01417 4.61676 3.01707 4.61692 3.03426 4.61707 3.05705 4.61723 3.08209 4.61739 3.11286 4.61754 3.14984 4.6177 3.18146 4.61786 3.19023 4.61801 3.17437 4.61817 3.16043 4.61833 3.18447 4.61849 3.25478 4.61864 3.3392 4.6188 3.39706 4.61896 3.41972 4.61911 3.43204 4.61927 3.45812 4.61943 3.49799 4.61958 3.54186 4.61974 3.59327 4.6199 3.6689 4.62005 3.78001 4.62021 3.92195 4.62037 4.08086 4.62052 4.24519 4.62068 4.4157 4.62084 4.60806 4.62099 4.84235 4.62115 5.12392 4.62131 5.43916 4.62146 5.77499 4.62162 6.13435 4.62178 6.52464 4.62193 6.9378 4.62209 7.35631 4.62225 7.77562 4.62241 8.20324 4.62256 8.6336 4.62272 9.03771 4.62288 9.3859 4.62303 9.66754 4.62319 9.88078 4.62335 10.0166 4.6235 10.0633 4.62366 10.0237 4.62382 9.9136 4.62397 9.74725 4.62413 9.53089 4.62429 9.26936 4.62444 8.96907 4.6246 8.63381 4.62476 8.2632 4.62491 7.85588 4.62507 7.41875 4.62523 6.97444 4.62538 6.5604 4.62554 6.20942 4.6257 5.92413 4.62586 5.67851 4.62601 5.45127 4.62617 5.24742 4.62633 5.07971 4.62648 4.94236 4.62664 4.81789 4.6268 4.70342 4.62695 4.61023 4.62711 4.53843 4.62727 4.4718 4.62742 4.39885 4.62758 4.32492 4.62774 4.25675 4.62789 4.19396 4.62805 4.14386 4.62821 4.12511 4.62836 4.14484 4.62852 4.18092 4.62868 4.20336 4.62883 4.20623 4.62899 4.20635 4.62915 4.21379 4.6293 4.222 4.62946 4.22243 4.62962 4.21671 4.62978 4.21089 4.62993 4.20719 4.63009 4.20721 4.63025 4.21447 4.6304 4.2328 4.63056 4.26626 4.63072 4.31818 4.63087 4.38451 4.63103 4.44467 4.63119 4.4757 4.63134 4.47799 4.6315 4.47879 4.63166 4.5026 4.63181 4.54464 4.63197 4.58309 4.63213 4.61012 4.63228 4.63758 4.63244 4.67391 4.6326 4.71134 4.63275 4.74155 4.63291 4.77367 4.63307 4.82548 4.63322 4.90268 4.63338 4.99739 4.63354 5.10273 4.6337 5.21743 4.63385 5.33416 4.63401 5.43615 4.63417 5.51577 4.63432 5.58857 4.63448 5.67918 4.63464 5.79382 4.63479 5.9154 4.63495 6.02636 4.63511 6.12773 4.63526 6.23212 4.63542 6.34737 4.63558 6.47467 4.63573 6.61587 4.63589 6.77441 4.63605 6.94568 4.6362 7.11526 4.63636 7.27224 4.63652 7.42123 4.63667 7.5787 4.63683 7.75677 4.63699 7.95335 4.63714 8.15728 4.6373 8.36253 4.63746 8.57472 4.63762 8.80682 4.63777 9.06839 4.63793 9.36021 4.63809 9.67636 4.63824 10.0096 4.6384 10.357 4.63856 10.7211 4.63871 11.1073 4.63887 11.5166 4.63903 11.9415 4.63918 12.3736 4.63934 12.8176 4.6395 13.2987 4.63965 13.8523 4.63981 14.5014 4.63997 15.2422 4.64012 16.0532 4.64028 16.9173 4.64044 17.8384 4.64059 18.8373 4.64075 19.9333 4.64091 21.1369 4.64106 22.456 4.64122 23.905 4.64138 25.5048 4.64154 27.2782 4.64169 29.2506 4.64185 31.4503 4.64201 33.9038 4.64216 36.6362 4.64232 39.6838 4.64248 43.1082 4.64263 46.9916 4.64279 51.4246 4.64295 56.5118 4.6431 62.3914 4.64326 69.2386 4.64342 77.243 4.64357 86.5975 4.64373 97.5195 4.64389 110.275 4.64404 125.171 4.6442 142.515 4.64436 162.57 4.64451 185.506 4.64467 211.316 4.64483 239.717 4.64498 270.045 4.64514 301.143 4.6453 331.288 4.64546 358.213 4.64561 379.31 4.64577 392.015 4.64593 394.32 4.64608 385.3 4.64624 365.511 4.6464 337.072 4.64655 303.242 4.64671 267.598 4.64687 233.168 4.64702 201.925 4.64718 174.754 4.64734 151.728 4.64749 132.456 4.64765 116.369 4.64781 102.901 4.64796 91.5732 4.64812 81.9983 4.64828 73.8615 4.64843 66.9119 4.64859 60.9565 4.64875 55.8392 4.64891 51.4188 4.64906 47.5691 4.64922 44.1931 4.64938 41.2263 4.64953 38.6204 4.64969 36.3261 4.64985 34.2922 4.65 32.4722 4.65016 30.8309 4.65032 29.3447 4.65047 27.9973 4.65063 26.7754 4.65079 25.6655 4.65094 24.6543 4.6511 23.7292 4.65126 22.8808 4.65141 22.1055 4.65157 21.4045 4.65173 20.7765 4.65188 20.2102 4.65204 19.6873 4.6522 19.1949 4.65235 18.7311 4.65251 18.2975 4.65267 17.891 4.65283 17.5077 4.65298 17.1515 4.65314 16.8332 4.6533 16.5597 4.65345 16.3275 4.65361 16.1278 4.65377 15.9567 4.65392 15.8154 4.65408 15.7015 4.65424 15.6028 4.65439 15.5049 4.65455 15.4079 4.65471 15.3314 4.65486 15.2974 4.65502 15.3067 4.65518 15.3393 4.65533 15.3783 4.65549 15.4263 4.65565 15.4949 4.6558 15.5875 4.65596 15.7001 4.65612 15.8344 4.65627 15.9989 4.65643 16.195 4.65659 16.414 4.65675 16.6495 4.6569 16.9084 4.65706 17.2028 4.65722 17.5324 4.65737 17.8802 4.65753 18.226 4.65769 18.561 4.65784 18.8886 4.658 19.2102 4.65816 19.5129 4.65831 19.7778 4.65847 20.0011 4.65863 20.2047 4.65878 20.4237 4.65894 20.685 4.6591 21.0007 4.65925 21.3766 4.65941 21.8186 4.65957 22.3297 4.65972 22.9131 4.65988 23.5778 4.66004 24.3374 4.66019 25.2024 4.66035 26.175 4.66051 27.2582 4.66067 28.4619 4.66082 29.8012 4.66098 31.294 4.66114 32.9631 4.66129 34.834 4.66145 36.9277 4.66161 39.2592 4.66176 41.8538 4.66192 44.762 4.66208 48.0544 4.66223 51.8036 4.66239 56.0814 4.66255 60.9735 4.6627 66.5952 4.66286 73.0916 4.66302 80.6286 4.66317 89.3886 4.66333 99.5757 4.66349 111.423 4.66364 125.189 4.6638 141.141 4.66396 159.524 4.66411 180.515 4.66427 204.154 4.66443 230.249 4.66459 258.255 4.66474 287.169 4.6649 315.47 4.66506 341.132 4.66521 361.749 4.66537 374.829 4.66553 378.275 4.66568 370.945 4.66584 353.098 4.666 326.506 4.66615 294.117 4.66631 259.355 4.66647 225.316 4.66662 194.167 4.66678 166.969 4.66694 143.896 4.66709 124.608 4.66725 108.574 4.66741 95.2414 4.66756 84.0978 4.66772 74.7146 4.66788 66.7671 4.66803 60.0198 4.66819 54.2799 4.66835 49.366 4.66851 45.1161 4.66866 41.4129 4.66882 38.1821 4.66898 35.363 4.66913 32.889 4.66929 30.6972 4.66945 28.746 4.6696 27.0098 4.66976 25.46 4.66992 24.0613 4.67007 22.7841 4.67023 21.613 4.67039 20.5418 4.67054 19.5649 4.6707 18.6759 4.67086 17.8672 4.67101 17.1284 4.67117 16.4517 4.67133 15.8359 4.67148 15.2817 4.67164 14.7784 4.6718 14.3048 4.67195 13.8475 4.67211 13.4138 4.67227 13.0164 4.67243 12.6506 4.67258 12.2968 4.67274 11.9432 4.6729 11.5963 4.67305 11.2677 4.67321 10.9586 4.67337 10.6655 4.67352 10.393 4.67368 10.1514 4.67384 9.94259 4.67399 9.75407 4.67415 9.57221 4.67431 9.39502 4.67446 9.23037 4.67462 9.08584 4.67478 8.9644 4.67493 8.86648 4.67509 8.79029 4.67525 8.7311 4.6754 8.68415 4.67556 8.65037 4.67572 8.63307 4.67588 8.62973 4.67603 8.63202 4.67619 8.63795 4.67635 8.65811 4.6765 8.7043 4.67666 8.77637 4.67682 8.86429 4.67697 8.95984 4.67713 9.05595 4.67729 9.1369 4.67744 9.17803 4.6776 9.15989 4.67776 9.08001 4.67791 8.94908 4.67807 8.78066 4.67823 8.58426 4.67838 8.36243 4.67854 8.11458 4.6787 7.84663 4.67885 7.57831 4.67901 7.33238 4.67917 7.11565 4.67932 6.918 4.67948 6.73062 4.67964 6.55704 4.6798 6.40274 4.67995 6.26434 4.68011 6.1364 4.68027 6.02032 4.68042 5.91543 4.68058 5.81246 4.68074 5.70455 4.68089 5.59986 4.68105 5.50999 4.68121 5.43095 4.68136 5.34932 4.68152 5.26393 4.68168 5.18675 4.68183 5.12206 4.68199 5.06124 4.68215 5.00178 4.6823 4.95604 4.68246 4.93033 4.68262 4.90988 4.68277 4.87239 4.68293 4.81072 4.68309 4.73275 4.68324 4.64821 4.6834 4.56642 4.68356 4.49902 4.68372 4.45089 4.68387 4.41287 4.68403 4.37296 4.68419 4.33335 4.68434 4.30417 4.6845 4.28436 4.68466 4.26302 4.68481 4.23991 4.68497 4.22896 4.68513 4.23545 4.68528 4.24188 4.68544 4.22596 4.6856 4.18757 4.68575 4.14672 4.68591 4.11914 4.68607 4.10248 4.68622 4.086 4.68638 4.06433 4.68654 4.03873 4.68669 4.01126 4.68685 3.98415 4.68701 3.96138 4.68716 3.94768 4.68732 3.94174 4.68748 3.93644 4.68764 3.9259 4.68779 3.91212 4.68795 3.9005 4.68811 3.88831 4.68826 3.86396 4.68842 3.82156 4.68858 3.77278 4.68873 3.73774 4.68889 3.72254 4.68905 3.71139 4.6892 3.68492 4.68936 3.64258 4.68952 3.60305 4.68967 3.58264 4.68983 3.57964 4.68999 3.58048 4.69014 3.57857 4.6903 3.58095 4.69046 3.59477 4.69061 3.61471 4.69077 3.62673 4.69093 3.62393 4.69108 3.60996 4.69124 3.58989 4.6914 3.56563 4.69156 3.54065 4.69171 3.52113 4.69187 3.50607 4.69203 3.48392 4.69218 3.44866 4.69234 3.41087 4.6925 3.38532 4.69265 3.37157 4.69281 3.35764 4.69297 3.33786 4.69312 3.31583 4.69328 3.29009 4.69344 3.25513 4.69359 3.21724 4.69375 3.19665 4.69391 3.20463 4.69406 3.23153 4.69422 3.26153 4.69438 3.28835 4.69453 3.30787 4.69469 3.30998 4.69485 3.29093 4.695 3.2674 4.69516 3.26181 4.69532 3.27667 4.69548 3.29587 4.69563 3.30764 4.69579 3.31556 4.69595 3.32429 4.6961 3.32882 4.69626 3.31947 4.69642 3.2908 4.69657 3.24504 4.69673 3.19697 4.69689 3.17138 4.69704 3.18427 4.6972 3.22313 4.69736 3.2557 4.69751 3.26166 4.69767 3.24833 4.69783 3.23339 4.69798 3.22437 4.69814 3.21778 4.6983 3.20853 4.69845 3.1917 4.69861 3.16548 4.69877 3.13915 4.69893 3.13016 4.69908 3.14362 4.69924 3.16074 4.6994 3.15818 4.69955 3.13592 4.69971 3.11637 4.69987 3.11695 4.70002 3.13201 4.70018 3.14233 4.70034 3.13621 4.70049 3.11933 4.70065 3.1101 4.70081 3.12578 4.70096 3.168 4.70112 3.22005 4.70128 3.25917 4.70143 3.27362 4.70159 3.26898 4.70175 3.26066 4.7019 3.26058 4.70206 3.2681 4.70222 3.27186 4.70237 3.26425 4.70253 3.25231 4.70269 3.24803 4.70285 3.24991 4.703 3.24265 4.70316 3.22144 4.70332 3.20236 4.70347 3.19908 4.70363 3.2005 4.70379 3.18481 4.70394 3.15358 4.7041 3.13371 4.70426 3.14266 4.70441 3.16706 4.70457 3.17968 4.70473 3.16926 4.70488 3.14417 4.70504 3.11636 4.7052 3.0898 4.70535 3.06302 4.70551 3.03432 4.70567 3.00456 4.70582 2.97669 4.70598 2.95304 4.70614 2.93497 4.70629 2.92369 4.70645 2.92073 4.70661 2.9236 4.70677 2.92492 4.70692 2.91907 4.70708 2.90949 4.70724 2.90303 4.70739 2.90156 4.70755 2.90454 4.70771 2.91604 4.70786 2.93857 4.70802 2.961 4.70818 2.966 4.70833 2.95191 4.70849 2.93729 4.70865 2.94039 4.7088 2.96327 4.70896 2.99726 4.70912 3.03251 4.70927 3.05464 4.70943 3.04782 4.70959 3.01242 4.70974 2.97135 4.7099 2.94649 4.71006 2.93586 4.71021 2.92352 4.71037 2.90676 4.71053 2.89764 4.71069 2.90574 4.71084 2.92793 4.711 2.95639 4.71116 2.98253 4.71131 2.99535 4.71147 2.99037 4.71163 2.97883 4.71178 2.97777 4.71194 2.98741 4.7121 2.99134 4.71225 2.98099 4.71241 2.96933 4.71257 2.97479 4.71272 3.00083 4.71288 3.03847 4.71304 3.07917 4.71319 3.11646 4.71335 3.14039 4.71351 3.13755 4.71366 3.10204 4.71382 3.044 4.71398 2.99012 4.71413 2.97061 4.71429 2.99585 4.71445 3.0448 4.71461 3.08457 4.71476 3.1023 4.71492 3.10761 4.71508 3.10586 4.71523 3.08375 4.71539 3.03152 4.71555 2.96411 4.7157 2.9071 4.71586 2.871 4.71602 2.85287 4.71617 2.85619 4.71633 2.88839 4.71649 2.94017 4.71664 2.98213 4.7168 2.9897 4.71696 2.96297 4.71711 2.92145 4.71727 2.8877 4.71743 2.87685 4.71758 2.89114 4.71774 2.92018 4.7179 2.9531 4.71805 2.99062 4.71821 3.03708 4.71837 3.08085 4.71853 3.09638 4.71868 3.07256 4.71884 3.02897 4.719 2.99561 4.71915 2.98561 4.71931 2.99315 4.71947 3.00985 4.71962 3.03084 4.71978 3.04968 4.71994 3.06218 4.72009 3.07236 4.72025 3.0856 4.72041 3.09765 4.72056 3.09667 4.72072 3.07919 4.72088 3.05442 4.72103 3.0331 4.72119 3.02075 4.72135 3.01984 4.7215 3.02974 4.72166 3.04095 4.72182 3.04034 4.72198 3.02868 4.72213 3.02359 4.72229 3.03832 4.72245 3.06477 4.7226 3.08456 4.72276 3.09125 4.72292 3.09342 4.72307 3.09891 4.72323 3.1068 4.72339 3.11351 4.72354 3.11844 4.7237 3.12226 4.72386 3.12638 4.72401 3.1357 4.72417 3.15453 4.72433 3.17693 4.72448 3.18916 4.72464 3.1853 4.7248 3.17408 4.72495 3.16751 4.72511 3.166 4.72527 3.16088 4.72542 3.14804 4.72558 3.13156 4.72574 3.11572 4.7259 3.10023 4.72605 3.08496 4.72621 3.07426 4.72637 3.07154 4.72652 3.07309 4.72668 3.06934 4.72684 3.05508 4.72699 3.03561 4.72715 3.02392 4.72731 3.02728 4.72746 3.03931 4.72762 3.04715 4.72778 3.04664 4.72793 3.04688 4.72809 3.05788 4.72825 3.07808 4.7284 3.1003 4.72856 3.12391 4.72872 3.1523 4.72887 3.17967 4.72903 3.19129 4.72919 3.1829 4.72934 3.16938 4.7295 3.16659 4.72966 3.17074 4.72982 3.16268 4.72997 3.1325 4.73013 3.09227 4.73029 3.0617 4.73044 3.05079 4.7306 3.05625 4.73076 3.07206 4.73091 3.09386 4.73107 3.11692 4.73123 3.1359 4.73138 3.15056 4.73154 3.16991 4.7317 3.20375 4.73185 3.25087 4.73201 3.29605 4.73217 3.32367 4.73232 3.3309 4.73248 3.32703 4.73264 3.3207 4.73279 3.31236 4.73295 3.29892 4.73311 3.27949 4.73326 3.25543 4.73342 3.23066 4.73358 3.21415 4.73374 3.21622 4.73389 3.23657 4.73405 3.26042 4.73421 3.27329 4.73436 3.2743 4.73452 3.26911 4.73468 3.25665 4.73483 3.23341 4.73499 3.20918 4.73515 3.20356 4.7353 3.22047 4.73546 3.2385 4.73562 3.23427 4.73577 3.20956 4.73593 3.18566 4.73609 3.17676 4.73624 3.17834 4.7364 3.18156 4.73656 3.18828 4.73671 3.20758 4.73687 3.24213 4.73703 3.28265 4.73718 3.31477 4.73734 3.33029 4.7375 3.3338 4.73766 3.33725 4.73781 3.34697 4.73797 3.35632 4.73813 3.35488 4.73828 3.34314 4.73844 3.33267 4.7386 3.32997 4.73875 3.32636 4.73891 3.31013 4.73907 3.28463 4.73922 3.26844 4.73938 3.27521 4.73954 3.29834 4.73969 3.31946 4.73985 3.32637 4.74001 3.31979 4.74016 3.3051 4.74032 3.28704 4.74048 3.27424 4.74063 3.27955 4.74079 3.30909 4.74095 3.3512 4.7411 3.38483 4.74126 3.39898 4.74142 3.39945 4.74158 3.39667 4.74173 3.39248 4.74189 3.3835 4.74205 3.37229 4.7422 3.36825 4.74236 3.37701 4.74252 3.39246 4.74267 3.40257 4.74283 3.40135 4.74299 3.39363 4.74314 3.38692 4.7433 3.38193 4.74346 3.37539 4.74361 3.37132 4.74377 3.38132 4.74393 3.40834 4.74408 3.43668 4.74424 3.44546 4.7444 3.43302 4.74455 3.41737 4.74471 3.41539 4.74487 3.42779 4.74503 3.44742 4.74518 3.47191 4.74534 3.50211 4.7455 3.53621 4.74565 3.57042 4.74581 3.60337 4.74597 3.63367 4.74612 3.65923 4.74628 3.68185 4.74644 3.70613 4.74659 3.72906 4.74675 3.73801 4.74691 3.72756 4.74706 3.71247 4.74722 3.71407 4.74738 3.73599 4.74753 3.7621 4.74769 3.77815 4.74785 3.78696 4.748 3.8017 4.74816 3.83186 4.74832 3.87649 4.74847 3.92495 4.74863 3.966 4.74879 3.99944 4.74895 4.03816 4.7491 4.08932 4.74926 4.13804 4.74942 4.16044 4.74957 4.1521 4.74973 4.13319 4.74989 4.12304 4.75004 4.1229 4.7502 4.12764 4.75036 4.13987 4.75051 4.16304 4.75067 4.191 4.75083 4.21652 4.75098 4.24378 4.75114 4.28256 4.7513 4.3299 4.75145 4.36894 4.75161 4.38649 4.75177 4.38368 4.75192 4.37021 4.75208 4.35357 4.75224 4.33756 4.75239 4.3265 4.75255 4.32683 4.75271 4.3446 4.75287 4.38085 4.75302 4.42696 4.75318 4.46734 4.75334 4.4896 4.75349 4.49291 4.75365 4.48727 4.75381 4.48493 4.75396 4.49318 4.75412 4.5111 4.75428 4.53028 4.75443 4.53948 4.75459 4.53176 4.75475 4.51019 4.7549 4.48673 4.75506 4.47724 4.75522 4.49459 4.75537 4.53877 4.75553 4.59255 4.75569 4.6322 4.75584 4.6497 4.756 4.66168 4.75616 4.69187 4.75631 4.74484 4.75647 4.79991 4.75663 4.83119 4.75679 4.83243 4.75694 4.82458 4.7571 4.83827 4.75726 4.88618 4.75741 4.94999 4.75757 4.99724 4.75773 5.01514 4.75788 5.02255 4.75804 5.04823 4.7582 5.09936 4.75835 5.15553 4.75851 5.19042 4.75867 5.1955 4.75882 5.18572 4.75898 5.18473 4.75914 5.20378 4.75929 5.23072 4.75945 5.24482 4.75961 5.24164 4.75976 5.23996 4.75992 5.26019 4.76008 5.30359 4.76023 5.35806 4.76039 5.41482 4.76055 5.47031 4.76071 5.51616 4.76086 5.54532 4.76102 5.56655 4.76118 5.60149 4.76133 5.66142 4.76149 5.73621 4.76165 5.80791 4.7618 5.86661 4.76196 5.90789 4.76212 5.92859 4.76227 5.93437 4.76243 5.94329 4.76259 5.97063 4.76274 6.01168 4.7629 6.05195 4.76306 6.0897 4.76321 6.13923 4.76337 6.21023 4.76353 6.29528 4.76368 6.37957 4.76384 6.45411 4.764 6.51525 4.76415 6.56037 4.76431 6.59407 4.76447 6.63248 4.76463 6.68965 4.76478 6.76034 4.76494 6.82691 4.7651 6.88213 4.76525 6.93588 4.76541 6.99493 4.76557 7.05017 4.76572 7.08956 4.76588 7.11672 4.76604 7.14543 4.76619 7.17864 4.76635 7.20662 4.76651 7.2251 4.76666 7.24638 4.76682 7.28813 4.76698 7.35754 4.76713 7.44653 4.76729 7.53734 4.76745 7.61401 4.7676 7.6762 4.76776 7.7442 4.76792 7.83838 4.76808 7.9512 4.76823 8.04851 4.76839 8.10609 4.76855 8.13783 4.7687 8.18091 4.76886 8.26187 4.76902 8.38271 4.76917 8.52845 4.76933 8.67811 4.76949 8.81225 4.76964 8.92213 4.7698 9.01556 4.76996 9.10783 4.77011 9.20827 4.77027 9.31617 4.77043 9.42454 4.77058 9.52411 4.77074 9.61093 4.7709 9.69724 4.77105 9.80521 4.77121 9.94215 4.77137 10.0913 4.77152 10.2364 4.77168 10.3849 4.77184 10.5516 4.772 10.7304 4.77215 10.9054 4.77231 11.0852 4.77247 11.2966 4.77262 11.5415 4.77278 11.7868 4.77294 12.0045 4.77309 12.206 4.77325 12.4204 4.77341 12.6607 4.77356 12.9248 4.77372 13.2153 4.77388 13.5352 4.77403 13.8732 4.77419 14.2192 4.77435 14.5913 4.7745 15.0264 4.77466 15.5397 4.77482 16.1094 4.77497 16.7054 4.77513 17.3214 4.77529 17.9754 4.77544 18.6895 4.7756 19.4813 4.77576 20.3645 4.77592 21.3494 4.77607 22.446 4.77623 23.6711 4.77639 25.0483 4.77654 26.5989 4.7767 28.3367 4.77686 30.2787 4.77701 32.4559 4.77717 34.9021 4.77733 37.6315 4.77748 40.6338 4.77764 43.8935 4.7778 47.4064 4.77795 51.1692 4.77811 55.1645 4.77827 59.3655 4.77842 63.7547 4.77858 68.3219 4.77874 73.038 4.77889 77.8416 4.77905 82.66 4.77921 87.4341 4.77936 92.1118 4.77952 96.6341 4.77968 100.951 4.77984 105.058 4.77999 109.002 4.78015 112.839 4.78031 116.602 4.78046 120.306 4.78062 123.972 4.78078 127.619 4.78093 131.249 4.78109 134.839 4.78125 138.363 4.7814 141.807 4.78156 145.174 4.78172 148.476 4.78187 151.722 4.78203 154.917 4.78219 158.065 4.78234 161.185 4.7825 164.306 4.78266 167.443 4.78281 170.587 4.78297 173.721 4.78313 176.832 4.78328 179.91 4.78344 182.944 4.7836 185.926 4.78376 188.866 4.78391 191.777 4.78407 194.659 4.78423 197.496 4.78438 200.276 4.78454 202.999 4.7847 205.662 4.78485 208.243 4.78501 210.715 4.78517 213.058 4.78532 215.256 4.78548 217.311 4.78564 219.233 4.78579 221.035 4.78595 222.721 4.78611 224.282 4.78626 225.712 4.78642 227.017 4.78658 228.203 4.78673 229.279 4.78689 230.249 4.78705 231.099 4.7872 231.791 4.78736 232.278 4.78752 232.539 4.78768 232.584 4.78783 232.433 4.78799 232.094 4.78815 231.578 4.7883 230.916 4.78846 230.139 4.78862 229.256 4.78877 228.252 4.78893 227.12 4.78909 225.864 4.78924 224.49 4.7894 222.998 4.78956 221.381 4.78971 219.629 4.78987 217.726 4.79003 215.65 4.79018 213.391 4.79034 210.962 4.7905 208.393 4.79065 205.704 4.79081 202.9 4.79097 199.991 4.79112 197.001 4.79128 193.971 4.79144 190.939 4.7916 187.927 4.79175 184.945 4.79191 182.005 4.79207 179.139 4.79222 176.392 4.79238 173.822 4.79254 171.494 4.79269 169.474 4.79285 167.823 4.79301 166.594 4.79316 165.841 4.79332 165.626 4.79348 166.021 4.79363 167.099 4.79379 168.927 4.79395 171.559 4.7941 175.046 4.79426 179.437 4.79442 184.772 4.79457 191.081 4.79473 198.383 4.79489 206.683 4.79505 215.976 4.7952 226.241 4.79536 237.436 4.79552 249.505 4.79567 262.391 4.79583 276.017 4.79599 290.27 4.79614 304.986 4.7963 319.972 4.79646 335.052 4.79661 350.07 4.79677 364.857 4.79693 379.169 4.79708 392.666 4.79724 404.941 4.7974 415.597 4.79755 424.319 4.79771 430.94 4.79787 435.493 4.79802 438.258 4.79818 439.731 4.79834 440.477 4.79849 440.957 4.79865 441.429 4.79881 442.002 4.79897 442.764 4.79912 443.845 4.79928 445.398 4.79944 447.542 4.79959 450.365 4.79975 453.955 4.79991 458.412 4.80006 463.824 4.80022 470.245 4.80038 477.703 4.80053 486.218 4.80069 495.797 4.80085 506.42 4.801 518.036 4.80116 530.58 4.80132 543.997 4.80147 558.251 4.80163 573.299 4.80179 589.084 4.80194 605.533 4.8021 622.568 4.80226 640.111 4.80241 658.088 4.80257 676.424 4.80273 695.044 4.80289 713.886 4.80304 732.89 4.8032 752.011 4.80336 771.216 4.80351 790.485 4.80367 809.795 4.80383 829.119 4.80398 848.438 4.80414 867.748 4.8043 887.04 4.80445 906.275 4.80461 925.387 4.80477 944.322 4.80492 963.058 4.80508 981.597 4.80524 999.937 4.80539 1018.08 4.80555 1036.05 4.80571 1053.87 4.80586 1071.57 4.80602 1089.13 4.80618 1106.53 4.80633 1123.76 4.80649 1140.78 4.80665 1157.55 4.80681 1174.03 4.80696 1190.22 4.80712 1206.14 4.80728 1221.83 4.80743 1237.32 4.80759 1252.63 4.80775 1267.73 4.8079 1282.63 4.80806 1297.34 4.80822 1311.85 4.80837 1326.18 4.80853 1340.32 4.80869 1354.25 4.80884 1368 4.809 1381.53 4.80916 1394.82 4.80931 1407.86 4.80947 1420.63 4.80963 1433.11 4.80978 1445.29 4.80994 1457.16 4.8101 1468.74 4.81025 1480.04 4.81041 1491.08 4.81057 1501.87 4.81073 1512.43 4.81088 1522.76 4.81104 1532.84 4.8112 1542.65 4.81135 1552.18 4.81151 1561.42 4.81167 1570.32 4.81182 1578.85 4.81198 1586.97 4.81214 1594.68 4.81229 1602 4.81245 1608.91 4.81261 1615.42 4.81276 1621.54 4.81292 1627.34 4.81308 1632.84 4.81323 1638.06 4.81339 1643.02 4.81355 1647.73 4.8137 1652.18 4.81386 1656.39 4.81402 1660.37 4.81417 1664.16 4.81433 1667.75 4.81449 1671.14 4.81465 1674.3 4.8148 1677.23 4.81496 1679.93 4.81512 1682.39 4.81527 1684.58 4.81543 1686.46 4.81559 1688 4.81574 1689.16 4.8159 1689.91 4.81606 1690.23 4.81621 1690.11 4.81637 1689.58 4.81653 1688.65 4.81668 1687.31 4.81684 1685.53 4.817 1683.29 4.81715 1680.57 4.81731 1677.35 4.81747 1673.61 4.81762 1669.35 4.81778 1664.6 4.81794 1659.36 4.8181 1653.66 4.81825 1647.53 4.81841 1640.99 4.81857 1634.05 4.81872 1626.73 4.81888 1619.03 4.81904 1611.02 4.81919 1602.75 4.81935 1594.28 4.81951 1585.65 4.81966 1576.86 4.81982 1567.9 4.81998 1558.75 4.82013 1549.38 4.82029 1539.73 4.82045 1529.75 4.8206 1519.39 4.82076 1508.62 4.82092 1497.45 4.82107 1485.9 4.82123 1474 4.82139 1461.78 4.82154 1449.31 4.8217 1436.61 4.82186 1423.73 4.82202 1410.7 4.82217 1397.59 4.82233 1384.45 4.82249 1371.32 4.82264 1358.22 4.8228 1345.17 4.82296 1332.16 4.82311 1319.19 4.82327 1306.2 4.82343 1293.13 4.82358 1279.91 4.82374 1266.5 4.8239 1252.88 4.82405 1239.05 4.82421 1225.03 4.82437 1210.87 4.82452 1196.63 4.82468 1182.38 4.82484 1168.16 4.82499 1154.01 4.82515 1139.95 4.82531 1125.98 4.82546 1112.13 4.82562 1098.41 4.82578 1084.82 4.82594 1071.36 4.82609 1058.03 4.82625 1044.83 4.82641 1031.76 4.82656 1018.82 4.82672 1006 4.82688 993.343 4.82703 980.841 4.82719 968.472 4.82735 956.192 4.8275 943.968 4.82766 931.792 4.82782 919.65 4.82797 907.51 4.82813 895.334 4.82829 883.117 4.82844 870.89 4.8286 858.683 4.82876 846.52 4.82891 834.432 4.82907 822.474 4.82923 810.7 4.82938 799.145 4.82954 787.813 4.8297 776.7 4.82986 765.804 4.83001 755.116 4.83017 744.629 4.83033 734.333 4.83048 724.222 4.83064 714.296 4.8308 704.552 4.83095 694.984 4.83111 685.583 4.83127 676.333 4.83142 667.215 4.83158 658.202 4.83174 649.268 4.83189 640.394 4.83205 631.573 4.83221 622.812 4.83236 614.123 4.83252 605.524 4.83268 597.045 4.83283 588.707 4.83299 580.514 4.83315 572.457 4.8333 564.533 4.83346 556.756 4.83362 549.137 4.83378 541.663 4.83393 534.309 4.83409 527.063 4.83425 519.927 4.8344 512.907 4.83456 506.003 4.83472 499.215 4.83487 492.541 4.83503 485.976 4.83519 479.507 4.83534 473.115 4.8355 466.786 4.83566 460.521 4.83581 454.341 4.83597 448.278 4.83613 442.346 4.83628 436.542 4.83644 430.853 4.8366 425.279 4.83675 419.819 4.83691 414.449 4.83707 409.126 4.83722 403.807 4.83738 398.458 4.83754 393.056 4.8377 387.588 4.83785 382.07 4.83801 376.535 4.83817 371.009 4.83832 365.498 4.83848 359.99 4.83864 354.461 4.83879 348.866 4.83895 343.125 4.83911 337.136 4.83926 330.823 4.83942 324.205 4.83958 317.415 4.83973 310.67 4.83989 304.184 4.84005 298.085 4.8402 292.383 4.84036 287.005 4.84052 281.861 4.84067 276.88 4.84083 272.027 4.84099 267.29 4.84115 262.668 4.8413 258.168 4.84146 253.791 4.84162 249.54 4.84177 245.414 4.84193 241.41 4.84209 237.52 4.84224 233.724 4.8424 229.999 4.84256 226.331 4.84271 222.725 4.84287 219.197 4.84303 215.75 4.84318 212.372 4.84334 209.041 4.8435 205.743 4.84365 202.48 4.84381 199.276 4.84397 196.152 4.84412 193.12 4.84428 190.166 4.84444 187.269 4.84459 184.415 4.84475 181.605 4.84491 178.837 4.84507 176.107 4.84522 173.414 4.84538 170.766 4.84554 168.162 4.84569 165.578 4.84585 162.995 4.84601 160.418 4.84616 157.871 4.84632 155.366 4.84648 152.898 4.84663 150.462 4.84679 148.071 4.84695 145.743 4.8471 143.485 4.84726 141.302 4.84742 139.192 4.84757 137.147 4.84773 135.158 4.84789 133.223 4.84804 131.346 4.8482 129.53 4.84836 127.765 4.84851 126.046 4.84867 124.371 4.84883 122.743 4.84899 121.157 4.84914 119.603 4.8493 118.074 4.84946 116.57 4.84961 115.093 4.84977 113.645 4.84993 112.23 4.85008 110.85 4.85024 109.512 4.8504 108.225 4.85055 106.99 4.85071 105.799 4.85087 104.642 4.85102 103.508 4.85118 102.393 4.85134 101.287 4.85149 100.178 4.85165 99.0659 4.85181 97.9618 4.85196 96.8729 4.85212 95.7916 4.85228 94.7101 4.85243 93.6388 4.85259 92.6006 4.85275 91.6058 4.85291 90.643 4.85306 89.6963 4.85322 88.7666 4.85338 87.8685 4.85353 87.0132 4.85369 86.1989 4.85385 85.4166 4.854 84.6611 4.85416 83.9319 4.85432 83.2271 4.85447 82.5385 4.85463 81.857 4.85479 81.1799 4.85494 80.5149 4.8551 79.8752 4.85526 79.2683 4.85541 78.6877 4.85557 78.1177 4.85573 77.5489 4.85588 76.9855 4.85604 76.4367 4.8562 75.8998 4.85635 75.3615 4.85651 74.814 4.85667 74.2644 4.85683 73.7224 4.85698 73.1885 4.85714 72.6599 4.8573 72.1436 4.85745 71.6475 4.85761 71.1604 4.85777 70.6536 4.85792 70.1104 4.85808 69.5442 4.85824 68.9815 4.85839 68.4327 4.85855 67.89 4.85871 67.3442 4.85886 66.7943 4.85902 66.2388 4.85918 65.6698 4.85933 65.0813 4.85949 64.4754 4.85965 63.8594 4.8598 63.2401 4.85996 62.6274 4.86012 62.0368 4.86027 61.4795 4.86043 60.9506 4.86059 60.433 4.86075 59.9141 4.8609 59.3951 4.86106 58.8855 4.86122 58.3923 4.86137 57.9169 4.86153 57.4557 4.86169 56.9995 4.86184 56.538 4.862 56.0688 4.86216 55.5994 4.86231 55.1352 4.86247 54.6724 4.86263 54.2062 4.86278 53.7404 4.86294 53.2804 4.8631 52.8221 4.86325 52.3588 4.86341 51.8974 4.86357 51.4531 4.86372 51.0269 4.86388 50.6004 4.86404 50.159 4.8642 49.708 4.86435 49.2626 4.86451 48.828 4.86467 48.4009 4.86482 47.9752 4.86498 47.5444 4.86514 47.1046 4.86529 46.6618 4.86545 46.2301 4.86561 45.8112 4.86576 45.3891 4.86592 44.9528 4.86608 44.5119 4.86623 44.0771 4.86639 43.6389 4.86655 43.1856 4.8667 42.7302 4.86686 42.2996 4.86702 41.8955 4.86717 41.4912 4.86733 41.0653 4.86749 40.6209 4.86764 40.1703 4.8678 39.7209 4.86796 39.2828 4.86812 38.8706 4.86827 38.4866 4.86843 38.116 4.86859 37.7493 4.86874 37.3916 4.8689 37.0479 4.86906 36.7117 4.86921 36.38 4.86937 36.0612 4.86953 35.7576 4.86968 35.4555 4.86984 35.144 4.87 34.8333 4.87015 34.5382 4.87031 34.2546 4.87047 33.9698 4.87062 33.6868 4.87078 33.4171 4.87094 33.1545 4.87109 32.8776 4.87125 32.5803 4.87141 32.2809 4.87156 31.9967 4.87172 31.7239 4.87188 31.451 4.87204 31.1794 4.87219 30.9233 4.87235 30.6951 4.87251 30.4946 4.87266 30.3107 4.87282 30.1284 4.87298 29.9409 4.87313 29.7539 4.87329 29.5748 4.87345 29.4 4.8736 29.2202 4.87376 29.0342 4.87392 28.848 4.87407 28.6608 4.87423 28.4628 4.87439 28.2509 4.87454 28.0333 4.8747 27.8153 4.87486 27.5872 4.87501 27.3382 4.87517 27.0749 4.87533 26.8174 4.87548 26.5792 4.87564 26.3593 4.8758 26.1492 4.87596 25.9441 4.87611 25.7435 4.87627 25.5486 4.87643 25.3596 4.87658 25.1743 4.87674 24.9889 4.8769 24.8034 4.87705 24.6229 4.87721 24.4519 4.87737 24.2875 4.87752 24.1216 4.87768 23.949 4.87784 23.772 4.87799 23.5955 4.87815 23.4223 4.87831 23.2483 4.87846 23.0668 4.87862 22.8737 4.87878 22.6745 4.87893 22.4821 4.87909 22.3066 4.87925 22.1433 4.8794 21.9778 4.87956 21.8015 4.87972 21.6226 4.87988 21.4542 4.88003 21.301 4.88019 21.1595 4.88035 21.03 4.8805 20.9164 4.88066 20.8125 4.88082 20.7016 4.88097 20.5754 4.88113 20.4478 4.88129 20.3377 4.88144 20.2436 4.8816 20.1491 4.88176 20.0463 4.88191 19.9425 4.88207 19.8419 4.88223 19.7356 4.88238 19.6158 4.88254 19.4873 4.8827 19.3561 4.88285 19.2187 4.88301 19.0711 4.88317 18.9212 4.88332 18.7805 4.88348 18.6499 4.88364 18.524 4.8838 18.4024 4.88395 18.2869 4.88411 18.1722 4.88427 18.0511 4.88442 17.9286 4.88458 17.819 4.88474 17.7281 4.88489 17.6485 4.88505 17.5711 4.88521 17.4915 4.88536 17.4049 4.88552 17.3063 4.88568 17.2004 4.88583 17.1002 4.88599 17.0123 4.88615 16.9302 4.8863 16.849 4.88646 16.7763 4.88662 16.72 4.88677 16.6731 4.88693 16.6196 4.88709 16.5529 4.88724 16.479 4.8874 16.4041 4.88756 16.3263 4.88772 16.2429 4.88787 16.1568 4.88803 16.0725 4.88819 15.9933 4.88834 15.9211 4.8885 15.8565 4.88866 15.7949 4.88881 15.7235 4.88897 15.6301 4.88913 15.5142 4.88928 15.3884 4.88944 15.2696 4.8896 15.167 4.88975 15.0806 4.88991 15.0037 4.89007 14.9258 4.89022 14.839 4.89038 14.7436 4.89054 14.6498 4.89069 14.5686 4.89085 14.4992 4.89101 14.4316 4.89117 14.3578 4.89132 14.2801 4.89148 14.2051 4.89164 14.1358 4.89179 14.0696 4.89195 14.002 4.89211 13.9284 4.89226 13.8493 4.89242 13.7746 4.89258 13.7169 4.89273 13.6759 4.89289 13.635 4.89305 13.5791 4.8932 13.512 4.89336 13.4465 4.89352 13.3847 4.89367 13.3201 4.89383 13.2537 4.89399 13.1954 4.89414 13.1466 4.8943 13.0928 4.89446 13.0225 4.89461 12.9458 4.89477 12.8827 4.89493 12.8386 4.89509 12.7969 4.89524 12.7383 4.8954 12.6568 4.89556 12.5588 4.89571 12.4528 4.89587 12.3435 4.89603 12.2374 4.89618 12.1443 4.89634 12.072 4.8965 12.0188 4.89665 11.9737 4.89681 11.9237 4.89697 11.8626 4.89712 11.7926 4.89728 11.7227 4.89744 11.6665 4.89759 11.6342 4.89775 11.6241 4.89791 11.6192 4.89806 11.6009 4.89822 11.5644 4.89838 11.519 4.89853 11.4778 4.89869 11.4458 4.89885 11.4171 4.89901 11.3796 4.89916 11.3237 4.89932 11.2542 4.89948 11.1917 4.89963 11.1528 4.89979 11.1312 4.89995 11.1031 4.9001 11.0539 4.90026 10.993 4.90042 10.9394 4.90057 10.9018 4.90073 10.876 4.90089 10.8529 4.90104 10.8239 4.9012 10.7803 4.90136 10.7202 4.90151 10.654 4.90167 10.5963 4.90183 10.5537 4.90198 10.522 4.90214 10.4959 4.9023 10.4734 4.90245 10.451 4.90261 10.4185 4.90277 10.3676 4.90293 10.3008 4.90308 10.2306 4.90324 10.1681 4.9034 10.115 4.90355 10.0695 4.90371 10.0345 4.90387 10.016 4.90402 10.0131 4.90418 10.0138 4.90434 10.0033 4.90449 9.97609 4.90465 9.93849 4.90481 9.89995 4.90496 9.86478 4.90512 9.82944 4.90528 9.78933 4.90543 9.74605 4.90559 9.70702 4.90575 9.67706 4.9059 9.65115 4.90606 9.62124 4.90622 9.58881 4.90637 9.5629 4.90653 9.54317 4.90669 9.51281 4.90685 9.45667 4.907 9.38284 4.90716 9.3146 4.90732 9.26186 4.90747 9.21199 4.90763 9.15144 4.90779 9.08799 4.90794 9.04387 4.9081 9.03129 4.90826 9.04107 4.90841 9.05358 4.90857 9.05428 4.90873 9.03943 4.90888 9.01078 4.90904 8.97085 4.9092 8.92339 4.90935 8.87564 4.90951 8.83612 4.90967 8.80844 4.90982 8.78912 4.90998 8.77349 4.91014 8.75927 4.91029 8.74276 4.91045 8.71605 4.91061 8.67523 4.91077 8.62895 4.91092 8.59213 4.91108 8.57063 4.91124 8.55554 4.91139 8.53472 4.91155 8.50214 4.91171 8.45735 4.91186 8.40164 4.91202 8.34027 4.91218 8.28335 4.91233 8.23955 4.91249 8.2103 4.91265 8.18932 4.9128 8.16704 4.91296 8.13476 4.91312 8.08888 4.91327 8.03399 4.91343 7.97915 4.91359 7.9296 4.91374 7.8852 4.9139 7.84488 4.91406 7.80877 4.91422 7.77604 4.91437 7.74603 4.91453 7.71998 4.91469 7.69923 4.91484 7.68075 4.915 7.66174 4.91516 7.6451 4.91531 7.63311 4.91547 7.61536 4.91563 7.57275 4.91578 7.4998 4.91594 7.41492 4.9161 7.34667 4.91625 7.31419 4.91641 7.3199 4.91657 7.35153 4.91672 7.38267 4.91688 7.38488 4.91704 7.35164 4.91719 7.30569 4.91735 7.27373 4.91751 7.26005 4.91766 7.25126 4.91782 7.24185 4.91798 7.24137 4.91814 7.25807 4.91829 7.28432 4.91845 7.30134 4.91861 7.29155 4.91876 7.24933 4.91892 7.18692 4.91908 7.13177 4.91923 7.10736 4.91939 7.11235 4.91955 7.12357 4.9197 7.11911 4.91986 7.09553 4.92002 7.06304 4.92017 7.03233 4.92033 7.00876 4.92049 6.99505 4.92064 6.99222 4.9208 6.99774 4.92096 7.00304 4.92111 6.99755 4.92127 6.979 4.92143 6.95815 4.92158 6.94857 4.92174 6.94829 4.9219 6.9401 4.92206 6.91469 4.92221 6.88339 4.92237 6.85983 4.92253 6.84012 4.92268 6.81375 4.92284 6.78709 4.923 6.77717 4.92315 6.7832 4.92331 6.78316 4.92347 6.76089 4.92362 6.72195 4.92378 6.67815 4.92394 6.6352 4.92409 6.6011 4.92425 6.58996 4.92441 6.60329 4.92456 6.61927 4.92472 6.61672 4.92488 6.59995 4.92503 6.58763 4.92519 6.58474 4.92535 6.58115 4.9255 6.57167 4.92566 6.55938 4.92582 6.5405 4.92598 6.50413 4.92613 6.45024 4.92629 6.39433 4.92645 6.34866 4.9266 6.31109 4.92676 6.27404 4.92692 6.23487 4.92707 6.19367 4.92723 6.15169 4.92739 6.11749 4.92754 6.10327 4.9277 6.10778 4.92786 6.11323 4.92801 6.10469 4.92817 6.08538 4.92833 6.06424 4.92848 6.04164 4.92864 6.01792 4.9288 6.00545 4.92895 6.01538 4.92911 6.03707 4.92927 6.04539 4.92942 6.03054 4.92958 6.00426 4.92974 5.97613 4.9299 5.94148 4.93005 5.89794 4.93021 5.86167 4.93037 5.85362 4.93052 5.87401 4.93068 5.90099 4.93084 5.91236 4.93099 5.90193 4.93115 5.87932 4.93131 5.85893 4.93146 5.84909 4.93162 5.84628 4.93178 5.84116 4.93193 5.83164 4.93209 5.82803 4.93225 5.84097 4.9324 5.86708 4.93256 5.89135 4.93272 5.89914 4.93287 5.88473 4.93303 5.85147 4.93319 5.81247 4.93334 5.7857 4.9335 5.77889 4.93366 5.77978 4.93382 5.76855 4.93397 5.74063 4.93413 5.70834 4.93429 5.68169 4.93444 5.65695 4.9346 5.6263 4.93476 5.59103 4.93491 5.56081 4.93507 5.54471 4.93523 5.54729 4.93538 5.56607 4.93554 5.58762 4.9357 5.59343 4.93585 5.57739 4.93601 5.55217 4.93617 5.53499 4.93632 5.52871 4.93648 5.52516 4.93664 5.52125 4.93679 5.52231 4.93695 5.53047 4.93711 5.53959 4.93727 5.5432 4.93742 5.54013 4.93758 5.53131 4.93774 5.51675 4.93789 5.50025 4.93805 5.48944 4.93821 5.4884 4.93836 5.49284 4.93852 5.49618 4.93868 5.49766 4.93883 5.50042 4.93899 5.5041 4.93915 5.50329 4.9393 5.49333 4.93946 5.47488 4.93962 5.45285 4.93977 5.4323 4.93993 5.41336 4.94009 5.39029 4.94024 5.35888 4.9404 5.32549 4.94056 5.30366 4.94071 5.29864 4.94087 5.29946 4.94103 5.2934 4.94119 5.28375 4.94134 5.28468 4.9415 5.2976 4.94166 5.30384 4.94181 5.28704 4.94197 5.25391 4.94213 5.22573 4.94228 5.21425 4.94244 5.21234 4.9426 5.20747 4.94275 5.19442 4.94291 5.17415 4.94307 5.15046 4.94322 5.12885 4.94338 5.11332 4.94354 5.10052 4.94369 5.08273 4.94385 5.05932 4.94401 5.03889 4.94416 5.02764 4.94432 5.02092 4.94448 5.01105 4.94463 4.99612 4.94479 4.97871 4.94495 4.95994 4.94511 4.94287 4.94526 4.93445 4.94542 4.9369 4.94558 4.94182 4.94573 4.9389 4.94589 4.92924 4.94605 4.91956 4.9462 4.90902 4.94636 4.89096 4.94652 4.86734 4.94667 4.84791 4.94683 4.83536 4.94699 4.82237 4.94714 4.80607 4.9473 4.79351 4.94746 4.78768 4.94761 4.77864 4.94777 4.75781 4.94793 4.72996 4.94808 4.70625 4.94824 4.68956 4.9484 4.67689 4.94855 4.66747 4.94871 4.66169 4.94887 4.65799 4.94903 4.65996 4.94918 4.68047 4.94934 4.7254 4.9495 4.77806 4.94965 4.81133 4.94981 4.81337 4.94997 4.79441 4.95012 4.76971 4.95028 4.74763 4.95044 4.7315 4.95059 4.7186 4.95075 4.69858 4.95091 4.66416 4.95106 4.62586 4.95122 4.60355 4.95138 4.60091 4.95153 4.60044 4.95169 4.59171 4.95185 4.58713 4.952 4.60127 4.95216 4.62663 4.95232 4.64437 4.95247 4.65026 4.95263 4.65643 4.95279 4.66694 4.95295 4.66993 4.9531 4.65618 4.95326 4.63176 4.95342 4.61043 4.95357 4.59993 4.95373 4.60008 4.95389 4.60803 4.95404 4.62065 4.9542 4.6367 4.95436 4.65741 4.95451 4.68262 4.95467 4.70377 4.95483 4.70756 4.95498 4.68975 4.95514 4.66141 4.9553 4.63976 4.95545 4.63401 4.95561 4.64472 4.95577 4.66992 4.95592 4.70543 4.95608 4.74213 4.95624 4.77015 4.95639 4.78741 4.95655 4.79898 4.95671 4.80749 4.95687 4.80611 4.95702 4.78607 4.95718 4.74691 4.95734 4.69901 4.95749 4.65536 4.95765 4.62356 4.95781 4.60617 4.95796 4.60333 4.95812 4.61201 4.95828 4.62459 4.95843 4.63042 4.95859 4.62332 4.95875 4.60452 4.9589 4.57973 4.95906 4.55589 4.95922 4.54051 4.95937 4.54009 4.95953 4.55368 4.95969 4.56929 4.95984 4.57324 4.96 4.56281 4.96016 4.54394 4.96032 4.52063 4.96047 4.49147 4.96063 4.46056 4.96079 4.44191 4.96094 4.44451 4.9611 4.46079 4.96126 4.47597 4.96141 4.48775 4.96157 4.50522 4.96173 4.53115 4.96188 4.55458 4.96204 4.56334 4.9622 4.55543 4.96235 4.53458 4.96251 4.50251 4.96267 4.46112 4.96282 4.41848 4.96298 4.38376 4.96314 4.35981 4.96329 4.34556 4.96345 4.34393 4.96361 4.35853 4.96376 4.38404 4.96392 4.40596 4.96408 4.41273 4.96424 4.40524 4.96439 4.39563 4.96455 4.39694 4.96471 4.41288 4.96486 4.43556 4.96502 4.45075 4.96518 4.45372 4.96533 4.4529 4.96549 4.45897 4.96565 4.4691 4.9658 4.47063 4.96596 4.4593 4.96612 4.4473 4.96627 4.45004 4.96643 4.46752 4.96659 4.48402 4.96674 4.48511 4.9669 4.47048 4.96706 4.45477 4.96721 4.45233 4.96737 4.46371 4.96753 4.47498 4.96768 4.47094 4.96784 4.44906 4.968 4.41886 4.96816 4.38872 4.96831 4.35921 4.96847 4.32917 4.96863 4.30411 4.96878 4.29206 4.96894 4.29527 4.9691 4.30358 4.96925 4.30356 4.96941 4.2901 4.96957 4.27108 4.96972 4.26185 4.96988 4.2678 4.97004 4.28008 4.97019 4.28297 4.97035 4.27081 4.97051 4.25005 4.97066 4.2291 4.97082 4.21245 4.97098 4.20364 4.97113 4.20574 4.97129 4.21511 4.97145 4.22285 4.9716 4.22249 4.97176 4.21784 4.97192 4.21465 4.97208 4.21336 4.97223 4.21262 4.97239 4.21353 4.97255 4.21485 4.9727 4.20889 4.97286 4.19119 4.97302 4.17077 4.97317 4.16432 4.97333 4.17533 4.97349 4.18868 4.97364 4.18528 4.9738 4.16104 4.97396 4.12992 4.97411 4.10999 4.97427 4.10972 4.97443 4.12318 4.97458 4.13773 4.97474 4.14496 4.9749 4.14368 4.97505 4.1334 4.97521 4.1117 4.97537 4.07954 4.97552 4.04893 4.97568 4.03294 4.97584 4.034 4.976 4.04064 4.97615 4.03959 4.97631 4.02802 4.97647 4.0131 4.97662 4.0037 4.97678 4.00273 4.97694 4.00649 4.97709 4.00868 4.97725 4.0079 4.97741 4.00955 4.97756 4.01806 4.97772 4.02922 4.97788 4.03358 4.97803 4.02718 4.97819 4.01824 4.97835 4.01866 4.9785 4.03326 4.97866 4.05372 4.97882 4.06412 4.97897 4.05431 4.97913 4.02983 4.97929 4.00687 4.97944 3.99499 4.9796 3.98951 4.97976 3.98364 4.97992 3.98144 4.98007 3.99067 4.98023 4.00606 4.98039 4.01313 4.98054 4.00824 4.9807 4.00293 4.98086 4.00489 4.98101 4.00671 4.98117 4.00005 4.98133 3.99169 4.98148 3.99426 4.98164 4.00428 4.9818 4.00441 4.98195 3.98661 4.98211 3.96263 4.98227 3.94885 4.98242 3.94624 4.98258 3.94052 4.98274 3.9192 4.98289 3.88522 4.98305 3.85444 4.98321 3.84059 4.98337 3.84137 4.98352 3.84151 4.98368 3.83034 4.98384 3.81407 4.98399 3.80579 4.98415 3.80589 4.98431 3.80154 4.98446 3.78756 4.98462 3.77529 4.98478 3.77553 4.98493 3.78009 4.98509 3.77239 4.98525 3.75239 4.9854 3.73959 4.98556 3.74914 4.98572 3.77279 4.98587 3.78873 4.98603 3.78439 4.98619 3.76799 4.98634 3.75844 4.9865 3.76976 4.98666 3.79894 4.98681 3.8286 4.98697 3.84338 4.98713 3.84583 4.98729 3.85352 4.98744 3.8771 4.9876 3.90885 4.98776 3.93551 4.98791 3.95386 4.98807 3.96679 4.98823 3.97145 4.98838 3.96391 4.98854 3.95451 4.9887 3.9614 4.98885 3.986 4.98901 4.00644 4.98917 4.00447 4.98932 3.98872 4.98948 3.98256 4.98964 3.99386 4.98979 4.00882 4.98995 4.01398 4.99011 4.01206 4.99026 4.01403 4.99042 4.02514 4.99058 4.04558 4.99073 4.07551 4.99089 4.11411 4.99105 4.15558 4.99121 4.19229 4.99136 4.22237 4.99152 4.24823 4.99168 4.26757 4.99183 4.27211 4.99199 4.2592 4.99215 4.23987 4.9923 4.23151 4.99246 4.24329 4.99262 4.27221 4.99277 4.30818 4.99293 4.33758 4.99309 4.34525 4.99324 4.32538 4.9934 4.29342 4.99356 4.27598 4.99371 4.28279 4.99387 4.29341 4.99403 4.27964 4.99418 4.2363 4.99434 4.18181 4.9945 4.1351 4.99465 4.10204 4.99481 4.07906 4.99497 4.05723 4.99513 4.02415 4.99528 3.97323 4.99544 3.9149 4.9956 3.86863 4.99575 3.84093 4.99591 3.82229 4.99607 3.80487 4.99622 3.79268 4.99638 3.79008 4.99654 3.79129 4.99669 3.78782 4.99685 3.77725 4.99701 3.75938 4.99716 3.73275 4.99732 3.69978 4.99748 3.6664 4.99763 3.63166 4.99779 3.5908 4.99795 3.55349 4.9981 3.54271 4.99826 3.56355 4.99842 3.58823 4.99857 3.58821 4.99873 3.57214 4.99889 3.57298 4.99905 3.60475 4.9992 3.65176 4.99936 3.69638 4.99952 3.73606 4.99967 3.77162 4.99983 3.79992 4.99999 3.82498 5.00014 3.85918 5.0003 3.90477 5.00046 3.9475 5.00061 3.97657 5.00077 3.99959 5.00093 4.02877 5.00108 4.06163 5.00124 4.08368 5.0014 4.0866 5.00155 4.07465 5.00171 4.05859 5.00187 4.04858 5.00202 4.04988 5.00218 4.05856 5.00234 4.0656 5.00249 4.06616 5.00265 4.06138 5.00281 4.0491 5.00297 4.02097 5.00312 3.9742 5.00328 3.92092 5.00344 3.87912 5.00359 3.85559 5.00375 3.84166 5.00391 3.82238 5.00406 3.78844 5.00422 3.74179 5.00438 3.6919 5.00453 3.64502 5.00469 3.5978 5.00485 3.54479 5.005 3.49151 5.00516 3.45142 5.00532 3.42857 5.00547 3.41255 5.00563 3.39359 5.00579 3.37474 5.00594 3.36385 5.0061 3.35945 5.00626 3.35191 5.00641 3.33437 5.00657 3.30703 5.00673 3.27585 5.00689 3.2525 5.00704 3.24988 5.0072 3.26877 5.00736 3.29104 5.00751 3.29407 5.00767 3.27161 5.00783 3.23747 5.00798 3.20797 5.00814 3.18804 5.0083 3.17368 5.00845 3.16245 5.00861 3.15581 5.00877 3.15286 5.00892 3.14883 5.00908 3.1425 5.00924 3.14276 5.00939 3.16118 5.00955 3.19533 5.00971 3.22422 5.00986 3.22838 5.01002 3.21104 5.01018 3.19349 5.01034 3.18823 5.01049 3.18714 5.01065 3.17788 5.01081 3.16282 5.01096 3.1546 5.01112 3.15694 5.01128 3.15857 5.01143 3.14736 5.01159 3.12514 5.01175 3.10577 5.0119 3.10037 5.01206 3.10655 5.01222 3.11545 5.01237 3.12691 5.01253 3.14941 5.01269 3.18231 5.01284 3.20781 5.013 3.20921 5.01316 3.19112 5.01331 3.16985 5.01347 3.1498 5.01363 3.12402 5.01378 3.09669 5.01394 3.08617 5.0141 3.10056 5.01426 3.12876 5.01441 3.16013 5.01457 3.19769 5.01473 3.24091 5.01488 3.27034 5.01504 3.26888 5.0152 3.24698 5.01535 3.22854 5.01551 3.21659 5.01567 3.19494 5.01582 3.16167 5.01598 3.14077 5.01614 3.15025 5.01629 3.17423 5.01645 3.18191 5.01661 3.1643 5.01676 3.13945 5.01692 3.12147 5.01708 3.1014 5.01723 3.06645 5.01739 3.02991 5.01755 3.02373 5.0177 3.06002 5.01786 3.11211 5.01802 3.1416 5.01818 3.13875 5.01833 3.12311 5.01849 3.11203 5.01865 3.10506 5.0188 3.09828 5.01896 3.09644 5.01912 3.10053 5.01927 3.09731 5.01943 3.07394 5.01959 3.03808 5.01974 3.01059 5.0199 3.0016 5.02006 3.00242 5.02021 3.00063 5.02037 2.99741 5.02053 3.00852 5.02068 3.04817 5.02084 3.11013 5.021 3.16578 5.02115 3.18904 5.02131 3.18345 5.02147 3.17718 5.02162 3.18891 5.02178 3.21095 5.02194 3.23054 5.0221 3.25308 5.02225 3.2923 5.02241 3.34887 5.02257 3.41218 5.02272 3.4773 5.02288 3.54623 5.02304 3.61655 5.02319 3.68165 5.02335 3.74034 5.02351 3.7955 5.02366 3.84714 5.02382 3.89414 5.02398 3.94103 5.02413 3.99154 5.02429 4.03881 5.02445 4.07139 5.0246 4.0874 5.02476 4.0908 5.02492 4.07685 5.02507 4.03552 5.02523 3.96949 5.02539 3.89742 5.02554 3.83715 5.0257 3.79444 5.02586 3.76628 5.02602 3.74543 5.02617 3.72058 5.02633 3.6804 5.02649 3.62272 5.02664 3.55316 5.0268 3.47824 5.02696 3.40599 5.02711 3.34923 5.02727 3.31598 5.02743 3.29647 5.02758 3.2716 5.02774 3.23323 5.0279 3.18706 5.02805 3.1406 5.02821 3.10082 5.02837 3.081 5.02852 3.091 5.02868 3.11621 5.02884 3.12369 5.02899 3.09835 5.02915 3.0614 5.02931 3.04526 5.02946 3.06117 5.02962 3.09691 5.02978 3.13579 5.02994 3.16724 5.03009 3.18792 5.03025 3.2039 5.03041 3.225 5.03056 3.25031 5.03072 3.26511 5.03088 3.25909 5.03103 3.24171 5.03119 3.23158 5.03135 3.23633 5.0315 3.25469 5.03166 3.28927 5.03182 3.34526 5.03197 3.41694 5.03213 3.48654 5.03229 3.5414 5.03244 3.58551 5.0326 3.63171 5.03276 3.68524 5.03291 3.73852 5.03307 3.78247 5.03323 3.81836 5.03339 3.8576 5.03354 3.90587 5.0337 3.95154 5.03386 3.97575 5.03401 3.97263 5.03417 3.95609 5.03433 3.94304 5.03448 3.93479 5.03464 3.91524 5.0348 3.86638 5.03495 3.7851 5.03511 3.69066 5.03527 3.61259 5.03542 3.56626 5.03558 3.53993 5.03574 3.51048 5.03589 3.46743 5.03605 3.41419 5.03621 3.35449 5.03636 3.29097 5.03652 3.23472 5.03668 3.19911 5.03683 3.18009 5.03699 3.15887 5.03715 3.12909 5.03731 3.10629 5.03746 3.10136 5.03762 3.10102 5.03778 3.08452 5.03793 3.04746 5.03809 2.99842 5.03825 2.94477 5.0384 2.8957 5.03856 2.86792 5.03872 2.86812 5.03887 2.87742 5.03903 2.87158 5.03919 2.852 5.03934 2.83866 5.0395 2.83528 5.03966 2.82321 5.03981 2.79227 5.03997 2.75937 5.04013 2.747 5.04028 2.75767 5.04044 2.77709 5.0406 2.79354 5.04075 2.80283 5.04091 2.8017 5.04107 2.78747 5.04123 2.7637 5.04138 2.73829 5.04154 2.71603 5.0417 2.69579 5.04185 2.67625 5.04201 2.66224 5.04217 2.66237 5.04232 2.67914 5.04248 2.70238 5.04264 2.71638 5.04279 2.71696 5.04295 2.71556 5.04311 2.72372 5.04326 2.73723 5.04342 2.74387 5.04358 2.74274 5.04373 2.74515 5.04389 2.75575 5.04405 2.76332 5.0442 2.75423 5.04436 2.7286 5.04452 2.69922 5.04467 2.67946 5.04483 2.67443 5.04499 2.67976 5.04515 2.68537 5.0453 2.68249 5.04546 2.67076 5.04562 2.6566 5.04577 2.64502 5.04593 2.63665 5.04609 2.63204 5.04624 2.63513 5.0464 2.64965 5.04656 2.67432 5.04671 2.7039 5.04687 2.73185 5.04703 2.75202 5.04718 2.76153 5.04734 2.76334 5.0475 2.76445 5.04765 2.7704 5.04781 2.78119 5.04797 2.79186 5.04812 2.79623 5.04828 2.79128 5.04844 2.78205 5.04859 2.77922 5.04875 2.78657 5.04891 2.79433 5.04907 2.78861 5.04922 2.76968 5.04938 2.75016 5.04954 2.73921 5.04969 2.73461 5.04985 2.73167 5.05001 2.73057 5.05016 2.73175 5.05032 2.73038 5.05048 2.72342 5.05063 2.71494 5.05079 2.70842 5.05095 2.69727 5.0511 2.67327 5.05126 2.64142 5.05142 2.61763 5.05157 2.60928 5.05173 2.60646 5.05189 2.59715 5.05204 2.5866 5.0522 2.5911 5.05236 2.61392 5.05251 2.63607 5.05267 2.63834 5.05283 2.62662 5.05299 2.62439 5.05314 2.64156 5.0533 2.66282 5.05346 2.67142 5.05361 2.67138 5.05377 2.67483 5.05393 2.67672 5.05408 2.65888 5.05424 2.62042 5.0544 2.58403 5.05455 2.56831 5.05471 2.56825 5.05487 2.5701 5.05502 2.57285 5.05518 2.58141 5.05534 2.58937 5.05549 2.58461 5.05565 2.56908 5.05581 2.55774 5.05596 2.55549 5.05612 2.5506 5.05628 2.53379 5.05644 2.51437 5.05659 2.50801 5.05675 2.5178 5.05691 2.53271 5.05706 2.54402 5.05722 2.55382 5.05738 2.56967 5.05753 2.59592 5.05769 2.62959 5.05785 2.66136 5.058 2.67962 5.05816 2.67779 5.05832 2.65845 5.05847 2.63007 5.05863 2.60046 5.05879 2.57183 5.05894 2.54215 5.0591 2.50981 5.05926 2.47937 5.05941 2.45971 5.05957 2.45599 5.05973 2.46202 5.05988 2.46491 5.06004 2.45842 5.0602 2.44795 5.06036 2.44376 5.06051 2.45157 5.06067 2.47142 5.06083 2.49961 5.06098 2.52634 5.06114 2.53962 5.0613 2.53895 5.06145 2.53985 5.06161 2.55748 5.06177 2.58788 5.06192 2.61192 5.06208 2.61856 5.06224 2.61535 5.06239 2.6156 5.06255 2.6244 5.06271 2.63753 5.06286 2.64709 5.06302 2.64433 5.06318 2.62517 5.06333 2.59581 5.06349 2.56866 5.06365 2.55111 5.0638 2.54381 5.06396 2.55013 5.06412 2.57613 5.06428 2.61675 5.06443 2.65218 5.06459 2.66668 5.06475 2.66304 5.0649 2.65086 5.06506 2.63005 5.06522 2.59793 5.06537 2.56416 5.06553 2.54353 5.06569 2.53677 5.06584 2.5314 5.066 2.52057 5.06616 2.50755 5.06631 2.49256 5.06647 2.47177 5.06663 2.45062 5.06678 2.44444 5.06694 2.45794 5.0671 2.47876 5.06725 2.49576 5.06741 2.51048 5.06757 2.52327 5.06772 2.52296 5.06788 2.50395 5.06804 2.48217 5.0682 2.47756 5.06835 2.48729 5.06851 2.49118 5.06867 2.48106 5.06882 2.46942 5.06898 2.46984 5.06914 2.481 5.06929 2.49417 5.06945 2.50278 5.06961 2.5007 5.06976 2.48348 5.06992 2.45702 5.07008 2.43629 5.07023 2.42945 5.07039 2.42931 5.07055 2.42738 5.0707 2.4299 5.07086 2.44964 5.07102 2.48566 5.07117 2.52023 5.07133 2.53824 5.07149 2.5404 5.07164 2.53641 5.0718 2.53073 5.07196 2.52063 5.07212 2.5041 5.07227 2.48507 5.07243 2.46921 5.07259 2.46122 5.07274 2.46259 5.0729 2.46945 5.07306 2.47238 5.07321 2.46259 5.07337 2.44178 5.07353 2.4206 5.07368 2.40484 5.07384 2.38826 5.074 2.36447 5.07415 2.34111 5.07431 2.33528 5.07447 2.35592 5.07462 2.39388 5.07478 2.43114 5.07494 2.4499 5.07509 2.44053 5.07525 2.40797 5.07541 2.3745 5.07556 2.36379 5.07572 2.38075 5.07588 2.4106 5.07604 2.43849 5.07619 2.46076 5.07635 2.47568 5.07651 2.47919 5.07666 2.47698 5.07682 2.48722 5.07698 2.51709 5.07713 2.54522 5.07729 2.54298 5.07745 2.50861 5.0776 2.46617 5.07776 2.43287 5.07792 2.40558 5.07807 2.38043 5.07823 2.36783 5.07839 2.37892 5.07854 2.40697 5.0787 2.43422 5.07886 2.44995 5.07901 2.45615 5.07917 2.45982 5.07933 2.46651 5.07949 2.47766 5.07964 2.48588 5.0798 2.47604 5.07996 2.44023 5.08011 2.39113 5.08027 2.35271 5.08043 2.3371 5.08058 2.33586 5.08074 2.33736 5.0809 2.34496 5.08105 2.36928 5.08121 2.40635 5.08137 2.4322 5.08152 2.42674 5.08168 2.39774 5.08184 2.37464 5.08199 2.37861 5.08215 2.40466 5.08231 2.43341 5.08246 2.45366 5.08262 2.46823 5.08278 2.48245 5.08293 2.49509 5.08309 2.50022 5.08325 2.49362 5.08341 2.47527 5.08356 2.44973 5.08372 2.42387 5.08388 2.40454 5.08403 2.39683 5.08419 2.40324 5.08435 2.42085 5.0845 2.43947 5.08466 2.44862 5.08482 2.44932 5.08497 2.45259 5.08513 2.45895 5.08529 2.44916 5.08544 2.40736 5.0856 2.35 5.08576 2.31657 5.08591 2.3274 5.08607 2.36084 5.08623 2.38152 5.08638 2.37854 5.08654 2.36768 5.0867 2.36301 5.08685 2.36154 5.08701 2.35608 5.08717 2.34982 5.08733 2.35021 5.08748 2.3559 5.08764 2.35695 5.0878 2.34633 5.08795 2.32735 5.08811 2.30843 5.08827 2.29409 5.08842 2.2842 5.08858 2.27913 5.08874 2.28307 5.08889 2.30023 5.08905 2.32714 5.08921 2.34936 5.08936 2.3525 5.08952 2.33537 5.08968 2.31317 5.08983 2.30258 5.08999 2.30701 5.09015 2.3211 5.0903 2.34238 5.09046 2.37182 5.09062 2.40068 5.09077 2.4122 5.09093 2.40429 5.09109 2.40024 5.09125 2.42267 5.0914 2.46042 5.09156 2.48003 5.09172 2.46708 5.09187 2.44066 5.09203 2.42267 5.09219 2.41189 5.09234 2.3978 5.0925 2.38461 5.09266 2.38564 5.09281 2.4008 5.09297 2.41726 5.09313 2.42918 5.09328 2.43997 5.09344 2.4501 5.0936 2.45202 5.09375 2.44469 5.09391 2.43788 5.09407 2.44161 5.09422 2.45629 5.09438 2.4753 5.09454 2.49075 5.09469 2.49432 5.09485 2.48175 5.09501 2.45678 5.09517 2.42766 5.09532 2.39929 5.09548 2.37419 5.09564 2.35846 5.09579 2.35545 5.09595 2.35617 5.09611 2.34781 5.09626 2.33136 5.09642 2.31854 5.09658 2.31189 5.09673 2.30039 5.09689 2.28173 5.09705 2.27352 5.0972 2.29039 5.09736 2.32243 5.09752 2.34864 5.09767 2.36391 5.09783 2.37502 5.09799 2.38029 5.09814 2.36804 5.0983 2.34064 5.09846 2.32173 5.09861 2.33293 5.09877 2.37047 5.09893 2.41115 5.09909 2.43616 5.09924 2.44242 5.0994 2.43571 5.09956 2.42062 5.09971 2.39976 5.09987 2.37466 5.10003 2.34559 5.10018 2.31403 5.10034 2.28548 5.1005 2.26884 5.10065 2.26661 5.10081 2.26691 5.10097 2.25395 5.10112 2.22578 5.10128 2.19871 5.10144 2.18772 5.10159 2.18921 5.10175 2.18779 5.10191 2.17592 5.10206 2.15838 5.10222 2.13985 5.10238 2.12187 5.10254 2.11169 5.10269 2.12186 5.10285 2.15433 5.10301 2.1939 5.10316 2.22464 5.10332 2.24774 5.10348 2.27457 5.10363 2.30778 5.10379 2.33759 5.10395 2.35638 5.1041 2.36721 5.10426 2.37584 5.10442 2.38201 5.10457 2.38043 5.10473 2.36859 5.10489 2.3504 5.10504 2.33492 5.1052 2.32886 5.10536 2.33215 5.10551 2.3392 5.10567 2.34461 5.10583 2.34848 5.10598 2.35281 5.10614 2.35623 5.1063 2.35369 5.10646 2.34359 5.10661 2.33132 5.10677 2.32407 5.10693 2.32176 5.10708 2.31406 5.10724 2.29181 5.1074 2.26166 5.10755 2.24527 5.10771 2.2577 5.10787 2.29083 5.10802 2.32183 5.10818 2.33979 5.10834 2.35152 5.10849 2.36733 5.10865 2.38337 5.10881 2.38705 5.10896 2.37453 5.10912 2.35583 5.10928 2.34256 5.10943 2.33439 5.10959 2.31923 5.10975 2.28705 5.1099 2.2437 5.11006 2.20843 5.11022 2.19225 5.11038 2.18397 5.11053 2.1682 5.11069 2.14722 5.11085 2.1389 5.111 2.15207 5.11116 2.17636 5.11132 2.20086 5.11147 2.23119 5.11163 2.276 5.11179 2.33025 5.11194 2.37939 5.1121 2.41313 5.11226 2.42806 5.11241 2.42454 5.11257 2.41024 5.11273 2.40244 5.11288 2.41229 5.11304 2.42795 5.1132 2.42585 5.11335 2.39923 5.11351 2.36552 5.11367 2.34332 5.11382 2.33319 5.11398 2.32098 5.11414 2.2967 5.1143 2.26124 5.11445 2.22476 5.11461 2.19827 5.11477 2.18747 5.11492 2.18694 5.11508 2.18649 5.11524 2.18201 5.11539 2.17559 5.11555 2.17083 5.11571 2.16746 5.11586 2.1666 5.11602 2.16925 5.11618 2.17214 5.11633 2.1706 5.11649 2.16379 5.11665 2.15814 5.1168 2.15621 5.11696 2.15576 5.11712 2.15198 5.11727 2.14277 5.11743 2.12816 5.11759 2.10886 5.11774 2.08906 5.1179 2.07333 5.11806 2.06273 5.11822 2.05311 5.11837 2.04548 5.11853 2.04743 5.11869 2.06497 5.11884 2.09408 5.119 2.12428 5.11916 2.14773 5.11931 2.16189 5.11947 2.16893 5.11963 2.17192 5.11978 2.17517 5.11994 2.17975 5.1201 2.18079 5.12025 2.17346 5.12041 2.16073 5.12057 2.15318 5.12072 2.15824 5.12088 2.17344 5.12104 2.19044 5.12119 2.20252 5.12135 2.21005 5.12151 2.21737 5.12166 2.22889 5.12182 2.24562 5.12198 2.26429 5.12214 2.27738 5.12229 2.2795 5.12245 2.27311 5.12261 2.26749 5.12276 2.2695 5.12292 2.27515 5.12308 2.27566 5.12323 2.26678 5.12339 2.25245 5.12355 2.23728 5.1237 2.22047 5.12386 2.2024 5.12402 2.18749 5.12417 2.17892 5.12433 2.17169 5.12449 2.15836 5.12464 2.13892 5.1248 2.12298 5.12496 2.11988 5.12511 2.13121 5.12527 2.15122 5.12543 2.17101 5.12558 2.18199 5.12574 2.17852 5.1259 2.16215 5.12606 2.14057 5.12621 2.12137 5.12637 2.10749 5.12653 2.09808 5.12668 2.09146 5.12684 2.08557 5.127 2.07897 5.12715 2.07114 5.12731 2.0645 5.12747 2.06578 5.12762 2.0818 5.12778 2.11344 5.12794 2.15158 5.12809 2.18227 5.12825 2.19743 5.12841 2.20026 5.12856 2.20074 5.12872 2.20504 5.12888 2.21284 5.12903 2.22114 5.12919 2.22898 5.12935 2.23736 5.12951 2.24803 5.12966 2.2587 5.12982 2.26321 5.12998 2.25529 5.13013 2.23504 5.13029 2.20974 5.13045 2.18724 5.1306 2.1696 5.13076 2.15497 5.13092 2.14412 5.13107 2.1422 5.13123 2.15074 5.13139 2.16193 5.13154 2.16421 5.1317 2.15503 5.13186 2.14475 5.13201 2.14581 5.13217 2.15596 5.13233 2.16107 5.13248 2.15432 5.13264 2.14778 5.1328 2.15725 5.13295 2.17931 5.13311 2.19556 5.13327 2.19612 5.13343 2.19148 5.13358 2.19773 5.13374 2.21847 5.1339 2.24578 5.13405 2.27015 5.13421 2.28477 5.13437 2.28632 5.13452 2.27816 5.13468 2.26651 5.13484 2.25235 5.13499 2.23196 5.13515 2.20905 5.13531 2.19675 5.13546 2.19828 5.13562 2.19644 5.13578 2.17437 5.13593 2.14112 5.13609 2.12463 5.13625 2.13895 5.1364 2.17158 5.13656 2.20166 5.13672 2.21773 5.13687 2.21775 5.13703 2.20435 5.13719 2.18627 5.13735 2.17456 5.1375 2.1726 5.13766 2.17323 5.13782 2.16844 5.13797 2.15877 5.13813 2.14904 5.13829 2.14205 5.13844 2.13823 5.1386 2.13723 5.13876 2.13542 5.13891 2.12868 5.13907 2.11837 5.13923 2.11186 5.13938 2.11304 5.13954 2.11713 5.1397 2.11639 5.13985 2.10853 5.14001 2.09722 5.14017 2.08966 5.14032 2.09483 5.14048 2.1179 5.14064 2.1532 5.14079 2.18625 5.14095 2.20565 5.14111 2.21157 5.14127 2.21013 5.14142 2.2048 5.14158 2.19308 5.14174 2.16934 5.14189 2.12981 5.14205 2.08073 5.14221 2.04086 5.14236 2.02919 5.14252 2.04669 5.14268 2.07523 5.14283 2.09792 5.14299 2.11155 5.14315 2.11775 5.1433 2.11262 5.14346 2.09455 5.14362 2.07507 5.14377 2.07094 5.14393 2.08503 5.14409 2.10523 5.14424 2.12028 5.1444 2.12949 5.14456 2.13717 5.14471 2.14384 5.14487 2.14752 5.14503 2.14638 5.14519 2.13847 5.14534 2.12189 5.1455 2.098 5.14566 2.07169 5.14581 2.04917 5.14597 2.03495 5.14613 2.03179 5.14628 2.03827 5.14644 2.04684 5.1466 2.0489 5.14675 2.04438 5.14691 2.04164 5.14707 2.04617 5.14722 2.05274 5.14738 2.05322 5.14754 2.04887 5.14769 2.04875 5.14785 2.0564 5.14801 2.06458 5.14816 2.06876 5.14832 2.07874 5.14848 2.10867 5.14863 2.15598 5.14879 2.19761 5.14895 2.21097 5.14911 2.19311 5.14926 2.15666 5.14942 2.11469 5.14958 2.07742 5.14973 2.05488 5.14989 2.05153 5.15005 2.05888 5.1502 2.06315 5.15036 2.0627 5.15052 2.06634 5.15067 2.07557 5.15083 2.08046 5.15099 2.07803 5.15114 2.08257 5.1513 2.10863 5.15146 2.15056 5.15161 2.18865 5.15177 2.20855 5.15193 2.20511 5.15208 2.17661 5.15224 2.13041 5.1524 2.09043 5.15256 2.0805 5.15271 2.09595 5.15287 2.1071 5.15303 2.09681 5.15318 2.08116 5.15334 2.08673 5.1535 2.11807 5.15365 2.15948 5.15381 2.19665 5.15397 2.22359 5.15412 2.23161 5.15428 2.20926 5.15444 2.15906 5.15459 2.10399 5.15475 2.07004 5.15491 2.06497 5.15506 2.07715 5.15522 2.08952 5.15538 2.09103 5.15553 2.07915 5.15569 2.05824 5.15585 2.0363 5.156 2.01943 5.15616 2.00925 5.15632 2.00282 5.15648 1.99532 5.15663 1.98317 5.15679 1.96857 5.15695 1.96165 5.1571 1.97327 5.15726 2.00281 5.15742 2.03474 5.15757 2.05033 5.15773 2.04287 5.15789 2.02091 5.15804 1.99863 5.1582 1.98568 5.15836 1.98386 5.15851 1.98993 5.15867 2.00067 5.15883 2.01604 5.15898 2.03648 5.15914 2.05724 5.1593 2.06953 5.15945 2.06944 5.15961 2.06203 5.15977 2.05342 5.15992 2.04332 5.16008 2.03033 5.16024 2.02224 5.1604 2.03351 5.16055 2.0703 5.16071 2.12205 5.16087 2.1699 5.16102 2.20071 5.16118 2.21361 5.16134 2.21786 5.16149 2.22525 5.16165 2.24196 5.16181 2.26507 5.16196 2.28776 5.16212 2.30584 5.16228 2.31671 5.16243 2.3149 5.16259 2.29667 5.16275 2.26875 5.1629 2.249 5.16306 2.25467 5.16322 2.29199 5.16337 2.35166 5.16353 2.41292 5.16369 2.45559 5.16384 2.47831 5.164 2.50145 5.16416 2.5412 5.16432 2.58315 5.16447 2.59604 5.16463 2.57225 5.16479 2.54103 5.16494 2.53231 5.1651 2.54598 5.16526 2.56222 5.16541 2.56929 5.16557 2.56717 5.16573 2.55484 5.16588 2.53229 5.16604 2.50875 5.1662 2.49507 5.16635 2.48939 5.16651 2.48379 5.16667 2.48152 5.16682 2.49467 5.16698 2.52486 5.16714 2.55805 5.16729 2.57939 5.16745 2.58398 5.16761 2.57432 5.16776 2.55625 5.16792 2.53926 5.16808 2.53093 5.16824 2.52986 5.16839 2.53101 5.16855 2.53641 5.16871 2.54972 5.16886 2.56325 5.16902 2.56297 5.16918 2.54758 5.16933 2.53331 5.16949 2.53565 5.16965 2.55651 5.1698 2.58728 5.16996 2.61559 5.17012 2.62813 5.17027 2.61995 5.17043 2.60242 5.17059 2.59418 5.17074 2.60135 5.1709 2.61623 5.17106 2.63087 5.17121 2.63975 5.17137 2.63024 5.17153 2.59153 5.17168 2.53617 5.17184 2.49559 5.172 2.48421 5.17216 2.48293 5.17231 2.46854 5.17247 2.44328 5.17263 2.42317 5.17278 2.40905 5.17294 2.38828 5.1731 2.35691 5.17325 2.32596 5.17341 2.3076 5.17357 2.30692 5.17372 2.32458 5.17388 2.35493 5.17404 2.38275 5.17419 2.3929 5.17435 2.38487 5.17451 2.37226 5.17466 2.36809 5.17482 2.37209 5.17498 2.3705 5.17513 2.3477 5.17529 2.30414 5.17545 2.26387 5.17561 2.25469 5.17576 2.27727 5.17592 2.3061 5.17608 2.32564 5.17623 2.34986 5.17639 2.3939 5.17655 2.44119 5.1767 2.4607 5.17686 2.44713 5.17702 2.42637 5.17717 2.42173 5.17733 2.43298 5.17749 2.44701 5.17764 2.45237 5.1778 2.43908 5.17796 2.40146 5.17811 2.34804 5.17827 2.30012 5.17843 2.27463 5.17858 2.27497 5.17874 2.29845 5.1789 2.34048 5.17905 2.39017 5.17921 2.43147 5.17937 2.45526 5.17953 2.46583 5.17968 2.4722 5.17984 2.47927 5.18 2.48962 5.18015 2.50599 5.18031 2.52736 5.18047 2.54786 5.18062 2.56127 5.18078 2.56477 5.18094 2.55911 5.18109 2.54979 5.18125 2.54737 5.18141 2.55988 5.18156 2.58412 5.18172 2.61043 5.18188 2.6329 5.18203 2.65113 5.18219 2.66315 5.18235 2.66711 5.1825 2.66868 5.18266 2.67747 5.18282 2.69536 5.18297 2.71542 5.18313 2.73348 5.18329 2.75227 5.18345 2.77416 5.1836 2.79899 5.18376 2.82733 5.18392 2.85761 5.18407 2.87996 5.18423 2.88579 5.18439 2.88416 5.18454 2.89585 5.1847 2.9288 5.18486 2.97064 5.18501 3.01213 5.18517 3.06155 5.18533 3.12846 5.18548 3.20403 5.18564 3.27109 5.1858 3.32312 5.18595 3.3638 5.18611 3.392 5.18627 3.40593 5.18642 3.41664 5.18658 3.44399 5.18674 3.49741 5.18689 3.56926 5.18705 3.64987 5.18721 3.73701 5.18737 3.82839 5.18752 3.91428 5.18768 3.9851 5.18784 4.04469 5.18799 4.10884 5.18815 4.19289 5.18831 4.30059 5.18846 4.42457 5.18862 4.55432 5.18878 4.68444 5.18893 4.81769 5.18909 4.96104 5.18925 5.11744 5.1894 5.28346 5.18956 5.45278 5.18972 5.62396 5.18987 5.80101 5.19003 5.98995 5.19019 6.19779 5.19034 6.4379 5.1905 6.72851 5.19066 7.07754 5.19081 7.46895 5.19097 7.8722 5.19113 8.2713 5.19129 8.67829 5.19144 9.11824 5.1916 9.60834 5.19176 10.1564 5.19191 10.7655 5.19207 11.4287 5.19223 12.1247 5.19238 12.8334 5.19254 13.552 5.1927 14.283 5.19285 15.0127 5.19301 15.7156 5.19317 16.382 5.19332 17.0197 5.19348 17.6218 5.19364 18.1504 5.19379 18.5609 5.19395 18.8343 5.19411 18.9773 5.19426 19.0021 5.19442 18.917 5.19458 18.7267 5.19473 18.4335 5.19489 18.0412 5.19505 17.5633 5.19521 17.023 5.19536 16.4382 5.19552 15.8162 5.19568 15.168 5.19583 14.5176 5.19599 13.8861 5.19615 13.2771 5.1963 12.6875 5.19646 12.1267 5.19662 11.6096 5.19677 11.1372 5.19693 10.6982 5.19709 10.2844 5.19724 9.89511 5.1974 9.52996 5.19756 9.19293 5.19771 8.89786 5.19787 8.65544 5.19803 8.4567 5.19818 8.28356 5.19834 8.1337 5.1985 8.01946 5.19866 7.94428 5.19881 7.89698 5.19897 7.87101 5.19913 7.87363 5.19928 7.90793 5.19944 7.96352 5.1996 8.03407 5.19975 8.13062 5.19991 8.26544 5.20007 8.43602 5.20022 8.63303 5.20038 8.85548 5.20054 9.10579 5.20069 9.38104 5.20085 9.68032 5.20101 10.016 5.20116 10.4046 5.20132 10.8483 5.20148 11.3369 5.20163 11.8618 5.20179 12.4183 5.20195 12.9966 5.2021 13.5838 5.20226 14.1774 5.20242 14.7857 5.20258 15.4097 5.20273 16.0291 5.20289 16.6097 5.20305 17.1216 5.2032 17.5507 5.20336 17.897 5.20352 18.1604 5.20367 18.3281 5.20383 18.3798 5.20399 18.3081 5.20414 18.1256 5.2043 17.8477 5.20446 17.4759 5.20461 17.0096 5.20477 16.4684 5.20493 15.8857 5.20508 15.281 5.20524 14.6518 5.2054 13.9935 5.20555 13.317 5.20571 12.6407 5.20587 11.9791 5.20602 11.3433 5.20618 10.7405 5.20634 10.1701 5.2065 9.62607 5.20665 9.11356 5.20681 8.64931 5.20697 8.2409 5.20712 7.87396 5.20728 7.53044 5.20744 7.2087 5.20759 6.91538 5.20775 6.64718 5.20791 6.39366 5.20806 6.15231 5.20822 5.92769 5.20838 5.7208 5.20853 5.53132 5.20869 5.36848 5.20885 5.24277 5.209 5.14594 5.20916 5.05271 5.20932 4.94614 5.20947 4.83111 5.20963 4.72361 5.20979 4.6344 5.20994 4.56501 5.2101 4.50706 5.21026 4.44332 5.21042 4.36305 5.21057 4.27635 5.21073 4.20295 5.21089 4.14589 5.21104 4.09012 5.2112 4.02848 5.21136 3.97203 5.21151 3.92647 5.21167 3.87919 5.21183 3.8204 5.21198 3.76025 5.21214 3.71124 5.2123 3.66495 5.21245 3.60695 5.21261 3.54589 5.21277 3.50699 5.21292 3.49863 5.21308 3.50324 5.21324 3.49963 5.21339 3.48106 5.21355 3.45043 5.21371 3.41237 5.21386 3.37467 5.21402 3.34557 5.21418 3.32569 5.21434 3.31091 5.21449 3.30274 5.21465 3.30575 5.21481 3.31528 5.21496 3.32022 5.21512 3.31899 5.21528 3.31995 5.21543 3.32378 5.21559 3.32071 5.21575 3.30865 5.2159 3.30166 5.21606 3.30942 5.21622 3.32143 5.21637 3.32134 5.21653 3.30798 5.21669 3.29354 5.21684 3.2877 5.217 3.29236 5.21716 3.30816 5.21731 3.33137 5.21747 3.34981 5.21763 3.3525 5.21778 3.34463 5.21794 3.34344 5.2181 3.358 5.21826 3.37958 5.21841 3.39472 5.21857 3.40069 5.21873 3.40559 5.21888 3.41669 5.21904 3.43383 5.2192 3.45328 5.21935 3.47304 5.21951 3.49227 5.21967 3.51023 5.21982 3.52753 5.21998 3.54876 5.22014 3.57875 5.22029 3.61225 5.22045 3.63514 5.22061 3.6413 5.22076 3.64366 5.22092 3.66254 5.22108 3.70361 5.22123 3.75438 5.22139 3.80008 5.22155 3.83344 5.22171 3.85271 5.22186 3.86013 5.22202 3.86522 5.22218 3.87854 5.22233 3.89624 5.22249 3.90183 5.22265 3.88937 5.2228 3.87575 5.22296 3.88385 5.22312 3.91989 5.22327 3.97359 5.22343 4.03394 5.22359 4.09551 5.22374 4.15401 5.2239 4.20588 5.22406 4.25321 5.22421 4.30226 5.22437 4.35727 5.22453 4.4174 5.22468 4.4802 5.22484 4.54519 5.225 4.61513 5.22515 4.69427 5.22531 4.77986 5.22547 4.85803 5.22563 4.91629 5.22578 4.96302 5.22594 5.02709 5.2261 5.12877 5.22625 5.2576 5.22641 5.38683 5.22657 5.50293 5.22672 5.61445 5.22688 5.73512 5.22704 5.86724 5.22719 6.00265 5.22735 6.13474 5.22751 6.26853 5.22766 6.41927 5.22782 6.59508 5.22798 6.78365 5.22813 6.964 5.22829 7.13509 5.22845 7.32257 5.2286 7.54882 5.22876 7.80689 5.22892 8.07536 5.22907 8.34884 5.22923 8.63721 5.22939 8.94194 5.22955 9.2484 5.2297 9.54564 5.22986 9.8399 5.23002 10.1432 5.23017 10.4583 5.23033 10.7793 5.23049 11.0996 5.23064 11.4168 5.2308 11.7331 5.23096 12.0572 5.23111 12.3991 5.23127 12.7648 5.23143 13.1571 5.23158 13.5772 5.23174 14.0236 5.2319 14.4914 5.23205 14.9808 5.23221 15.5028 5.23237 16.0687 5.23252 16.6786 5.23268 17.3305 5.23284 18.0367 5.23299 18.82 5.23315 19.6934 5.23331 20.6581 5.23347 21.722 5.23362 22.9094 5.23378 24.2441 5.23394 25.7369 5.23409 27.3953 5.23425 29.2392 5.23441 31.3033 5.23456 33.6299 5.23472 36.2681 5.23488 39.2778 5.23503 42.7288 5.23519 46.6972 5.23535 51.2605 5.2355 56.4932 5.23566 62.4669 5.23582 69.259 5.23597 76.9545 5.23613 85.6272 5.23629 95.3129 5.23644 106.007 5.2366 117.678 5.23676 130.267 5.23691 143.662 5.23707 157.675 5.23723 172.052 5.23739 186.494 5.23754 200.671 5.2377 214.242 5.23786 226.869 5.23801 238.223 5.23817 247.979 5.23833 255.82 5.23848 261.467 5.23864 264.705 5.2388 265.393 5.23895 263.475 5.23911 259.001 5.23927 252.143 5.23942 243.17 5.23958 232.41 5.23974 220.222 5.23989 206.988 5.24005 193.1 5.24021 178.93 5.24036 164.815 5.24052 151.061 5.24068 137.932 5.24083 125.641 5.24099 114.342 5.24115 104.126 5.24131 95.0321 5.24146 87.0465 5.24162 80.118 5.24178 74.1718 5.24193 69.1199 5.24209 64.8646 5.24225 61.3056 5.2424 58.352 5.24256 55.9316 5.24272 53.9934 5.24287 52.5052 5.24303 51.4456 5.24319 50.7932 5.24334 50.5266 5.2435 50.6375 5.24366 51.1362 5.24381 52.0401 5.24397 53.3598 5.24413 55.1089 5.24428 57.3261 5.24444 60.0753 5.2446 63.4206 5.24475 67.4129 5.24491 72.1022 5.24507 77.5544 5.24523 83.8456 5.24538 91.0451 5.24554 99.2066 5.2457 108.365 5.24585 118.525 5.24601 129.647 5.24617 141.635 5.24632 154.347 5.24648 167.588 5.24664 181.108 5.24679 194.609 5.24695 207.762 5.24711 220.23 5.24726 231.672 5.24742 241.746 5.24758 250.133 5.24773 256.543 5.24789 260.722 5.24805 262.463 5.2482 261.641 5.24836 258.242 5.24852 252.375 5.24868 244.24 5.24883 234.109 5.24899 222.319 5.24915 209.25 5.2493 195.281 5.24946 180.76 5.24962 166.016 5.24977 151.391 5.24993 137.221 5.25009 123.788 5.25024 111.283 5.2504 99.8201 5.25056 89.4657 5.25071 80.2375 5.25087 72.0945 5.25103 64.9455 5.25118 58.6828 5.25134 53.2107 5.2515 48.4493 5.25165 44.3209 5.25181 40.7378 5.25197 37.6084 5.25212 34.8576 5.25228 32.4402 5.25244 30.3278 5.2526 28.4838 5.25275 26.8602 5.25291 25.4159 5.25307 24.1279 5.25322 22.9798 5.25338 21.952 5.25354 21.027 5.25369 20.1971 5.25385 19.4556 5.25401 18.7864 5.25416 18.1715 5.25432 17.6008 5.25448 17.0672 5.25463 16.5581 5.25479 16.0647 5.25495 15.5945 5.2551 15.1623 5.25526 14.7683 5.25542 14.3941 5.25557 14.0227 5.25573 13.6528 5.25589 13.2926 5.25604 12.9469 5.2562 12.6138 5.25636 12.285 5.25652 11.9481 5.25667 11.5934 5.25683 11.2234 5.25699 10.8538 5.25714 10.5014 5.2573 10.1724 5.25746 9.86171 5.25761 9.56125 5.25777 9.26705 5.25793 8.98319 5.25808 8.71761 5.25824 8.47534 5.2584 8.25568 5.25855 8.05478 5.25871 7.86992 5.25887 7.69849 5.25902 7.53707 5.25918 7.385 5.25934 7.24335 5.25949 7.10869 5.25965 6.97189 5.25981 6.82943 5.25996 6.69156 5.26012 6.57036 5.26028 6.46698 5.26044 6.37555 5.26059 6.29382 5.26075 6.22025 5.26091 6.14356 5.26106 6.05143 5.26122 5.94831 5.26138 5.85223 5.26153 5.77089 5.26169 5.69245 5.26185 5.60453 5.262 5.51098 5.26216 5.42446 5.26232 5.34963 5.26247 5.28182 5.26263 5.21533 5.26279 5.14567 5.26294 5.06833 5.2631 4.98178 5.26326 4.8916 5.26341 4.80761 5.26357 4.73627 5.26373 4.67646 5.26388 4.62185 5.26404 4.56636 5.2642 4.51125 5.26436 4.46467 5.26451 4.43058 5.26467 4.39965 5.26483 4.35992 5.26498 4.31415 5.26514 4.27652 5.2653 4.25447 5.26545 4.23998 5.26561 4.22228 5.26577 4.19698 5.26592 4.16225 5.26608 4.11693 5.26624 4.06772 5.26639 4.02649 5.26655 3.99401 5.26671 3.95603 5.26686 3.90556 5.26702 3.85623 5.26718 3.82476 5.26733 3.80997 5.26749 3.80061 5.26765 3.79574 5.2678 3.80208 5.26796 3.81471 5.26812 3.81691 5.26828 3.79934 5.26843 3.76749 5.26859 3.7287 5.26875 3.6848 5.2689 3.64078 5.26906 3.6091 5.26922 3.5989 5.26937 3.60647 5.26953 3.61692 5.26969 3.61257 5.26984 3.58007 5.27 3.5186 5.27016 3.44287 5.27031 3.37299 5.27047 3.31854 5.27063 3.2804 5.27078 3.26496 5.27094 3.28185 5.2711 3.32509 5.27125 3.36436 5.27141 3.36911 5.27157 3.33608 5.27173 3.28983 5.27188 3.25877 5.27204 3.25206 5.2722 3.25582 5.27235 3.24846 5.27251 3.22107 5.27267 3.18594 5.27282 3.16246 5.27298 3.15375 5.27314 3.1453 5.27329 3.12622 5.27345 3.10289 5.27361 3.08305 5.27376 3.06002 5.27392 3.02412 5.27408 2.98329 5.27423 2.9592 5.27439 2.96121 5.27455 2.97683 5.2747 2.98835 5.27486 2.98828 5.27502 2.97626 5.27517 2.95156 5.27533 2.91844 5.27549 2.89136 5.27565 2.88342 5.2758 2.89176 5.27596 2.90126 5.27612 2.90294 5.27627 2.89966 5.27643 2.89527 5.27659 2.88623 5.27674 2.86827 5.2769 2.84416 5.27706 2.8197 5.27721 2.79455 5.27737 2.76641 5.27753 2.73931 5.27768 2.72096 5.27784 2.71182 5.278 2.70547 5.27815 2.69966 5.27831 2.70006 5.27847 2.70538 5.27862 2.70011 5.27878 2.67248 5.27894 2.63549 5.27909 2.61743 5.27925 2.63076 5.27941 2.66234 5.27957 2.69506 5.27972 2.7249 5.27988 2.75154 5.28004 2.7648 5.28019 2.7553 5.28035 2.73091 5.28051 2.7081 5.28066 2.68991 5.28082 2.66735 5.28098 2.6419 5.28113 2.63089 5.28129 2.64314 5.28145 2.66277 5.2816 2.66815 5.28176 2.65653 5.28192 2.64286 5.28207 2.63812 5.28223 2.64167 5.28239 2.65055 5.28254 2.66224 5.2827 2.6691 5.28286 2.66157 5.28301 2.63885 5.28317 2.61175 5.28333 2.5917 5.28349 2.58347 5.28364 2.58749 5.2838 2.60375 5.28396 2.62999 5.28411 2.66308 5.28427 2.70147 5.28443 2.73896 5.28458 2.75691 5.28474 2.73673 5.2849 2.68459 5.28505 2.63256 5.28521 2.60664 5.28537 2.60267 5.28552 2.60133 5.28568 2.59615 5.28584 2.59365 5.28599 2.59584 5.28615 2.59718 5.28631 2.59767 5.28646 2.60305 5.28662 2.61305 5.28678 2.62189 5.28693 2.63154 5.28709 2.6499 5.28725 2.67329 5.28741 2.68303 5.28756 2.66645 5.28772 2.63185 5.28788 2.59725 5.28803 2.57417 5.28819 2.56638 5.28835 2.57546 5.2885 2.59887 5.28866 2.62979 5.28882 2.66489 5.28897 2.70523 5.28913 2.74326 5.28929 2.75882 5.28944 2.73685 5.2896 2.68446 5.28976 2.62324 5.28991 2.57019 5.29007 2.53519 5.29023 2.52609 5.29038 2.54479 5.29054 2.57823 5.2907 2.60729 5.29085 2.62217 5.29101 2.6231 5.29117 2.61064 5.29133 2.5884 5.29148 2.56915 5.29164 2.56679 5.2918 2.5791 5.29195 2.58902 5.29211 2.58578 5.29227 2.57389 5.29242 2.5615 5.29258 2.55204 5.29274 2.54915 5.29289 2.55549 5.29305 2.56317 5.29321 2.55703 5.29336 2.53643 5.29352 2.52437 5.29368 2.53932 5.29383 2.57095 5.29399 2.59116 5.29415 2.58529 5.2943 2.56379 5.29446 2.54368 5.29462 2.53369 5.29478 2.53449 5.29493 2.54417 5.29509 2.55816 5.29525 2.5695 5.2954 2.57233 5.29556 2.56501 5.29572 2.55091 5.29587 2.53855 5.29603 2.53734 5.29619 2.54669 5.29634 2.55382 5.2965 2.54856 5.29666 2.53956 5.29681 2.54527 5.29697 2.56887 5.29713 2.59192 5.29728 2.59833 5.29744 2.59585 5.2976 2.60229 5.29775 2.61773 5.29791 2.62238 5.29807 2.6025 5.29822 2.56711 5.29838 2.53475 5.29854 2.5133 5.2987 2.50007 5.29885 2.49489 5.29901 2.5029 5.29917 2.52422 5.29932 2.55162 5.29948 2.57814 5.29964 2.60034 5.29979 2.61028 5.29995 2.59519 5.30011 2.55312 5.30026 2.50277 5.30042 2.47055 5.30058 2.46822 5.30073 2.48645 5.30089 2.50666 5.30105 2.51499 5.3012 2.50865 5.30136 2.49689 5.30152 2.49208 5.30167 2.49698 5.30183 2.50116 5.30199 2.49715 5.30214 2.49236 5.3023 2.49941 5.30246 2.51835 5.30262 2.54006 5.30277 2.561 5.30293 2.58243 5.30309 2.59736 5.30324 2.59561 5.3034 2.58209 5.30356 2.57512 5.30371 2.5806 5.30387 2.58511 5.30403 2.58154 5.30418 2.58382 5.30434 2.60337 5.3045 2.62353 5.30465 2.61672 5.30481 2.57962 5.30497 2.53777 5.30512 2.51663 5.30528 2.52373 5.30544 2.55269 5.30559 2.59126 5.30575 2.62135 5.30591 2.62783 5.30606 2.61212 5.30622 2.5917 5.30638 2.58359 5.30654 2.59142 5.30669 2.60902 5.30685 2.62648 5.30701 2.6348 5.30716 2.63202 5.30732 2.62653 5.30748 2.62678 5.30763 2.62815 5.30779 2.61775 5.30795 2.5915 5.3081 2.55823 5.30826 2.52687 5.30842 2.49973 5.30857 2.47779 5.30873 2.46414 5.30889 2.45838 5.30904 2.45792 5.3092 2.4664 5.30936 2.49192 5.30951 2.53233 5.30967 2.57182 5.30983 2.59662 5.30998 2.60605 5.31014 2.60502 5.3103 2.59709 5.31046 2.59101 5.31061 2.60293 5.31077 2.63991 5.31093 2.68807 5.31108 2.72552 5.31124 2.7458 5.3114 2.75815 5.31155 2.77128 5.31171 2.78342 5.31187 2.78701 5.31202 2.77637 5.31218 2.75005 5.31234 2.71289 5.31249 2.67472 5.31265 2.64264 5.31281 2.61693 5.31296 2.59599 5.31312 2.58254 5.31328 2.57847 5.31343 2.58126 5.31359 2.58962 5.31375 2.60646 5.3139 2.62849 5.31406 2.6408 5.31422 2.63264 5.31438 2.61378 5.31453 2.60245 5.31469 2.5994 5.31485 2.59167 5.315 2.57938 5.31516 2.58247 5.31532 2.61115 5.31547 2.64722 5.31563 2.667 5.31579 2.67193 5.31594 2.68143 5.3161 2.70229 5.31626 2.72205 5.31641 2.73099 5.31657 2.73566 5.31673 2.74587 5.31688 2.76037 5.31704 2.77203 5.3172 2.77702 5.31735 2.77404 5.31751 2.76316 5.31767 2.75351 5.31783 2.76431 5.31798 2.80563 5.31814 2.85899 5.3183 2.89036 5.31845 2.88635 5.31861 2.86723 5.31877 2.85925 5.31892 2.86215 5.31908 2.85256 5.31924 2.81526 5.31939 2.76107 5.31955 2.71464 5.31971 2.69252 5.31986 2.69512 5.32002 2.71322 5.32018 2.7355 5.32033 2.75398 5.32049 2.76595 5.32065 2.77329 5.3208 2.77909 5.32096 2.78581 5.32112 2.79389 5.32127 2.79861 5.32143 2.79186 5.32159 2.77171 5.32175 2.75146 5.3219 2.74987 5.32206 2.77008 5.32222 2.79359 5.32237 2.79989 5.32253 2.78717 5.32269 2.76897 5.32284 2.7565 5.323 2.7517 5.32316 2.75454 5.32331 2.76729 5.32347 2.78965 5.32363 2.81657 5.32378 2.84221 5.32394 2.86339 5.3241 2.87748 5.32425 2.88035 5.32441 2.8703 5.32457 2.85205 5.32472 2.83401 5.32488 2.82154 5.32504 2.81278 5.32519 2.80172 5.32535 2.78682 5.32551 2.77548 5.32567 2.778 5.32582 2.79627 5.32598 2.82085 5.32614 2.84046 5.32629 2.8505 5.32645 2.85151 5.32661 2.84515 5.32676 2.83746 5.32692 2.8387 5.32708 2.85376 5.32723 2.87208 5.32739 2.87718 5.32755 2.86528 5.3277 2.84955 5.32786 2.84556 5.32802 2.85806 5.32817 2.88047 5.32833 2.90156 5.32849 2.9129 5.32864 2.91497 5.3288 2.91804 5.32896 2.93099 5.32911 2.94983 5.32927 2.96375 5.32943 2.97295 5.32959 2.99014 5.32974 3.02117 5.3299 3.05503 5.33006 3.07979 5.33021 3.0976 5.33037 3.11697 5.33053 3.13658 5.33068 3.15016 5.33084 3.16129 5.331 3.18082 5.33115 3.20715 5.33131 3.223 5.33147 3.21604 5.33162 3.19542 5.33178 3.18135 5.33194 3.18307 5.33209 3.19357 5.33225 3.20117 5.33241 3.20082 5.33256 3.19627 5.33272 3.19324 5.33288 3.19217 5.33303 3.18834 5.33319 3.17802 5.33335 3.16616 5.33351 3.16263 5.33366 3.17138 5.33382 3.18627 5.33398 3.20293 5.33413 3.22817 5.33429 3.27121 5.33445 3.32601 5.3346 3.37161 5.33476 3.39218 5.33492 3.39308 5.33507 3.39296 5.33523 3.40411 5.33539 3.42359 5.33554 3.43861 5.3357 3.43685 5.33586 3.41263 5.33601 3.37179 5.33617 3.33038 5.33633 3.30349 5.33648 3.29455 5.33664 3.29692 5.3368 3.30744 5.33695 3.33055 5.33711 3.36888 5.33727 3.41443 5.33743 3.45244 5.33758 3.47381 5.33774 3.47611 5.3379 3.46089 5.33805 3.433 5.33821 3.40114 5.33837 3.37411 5.33852 3.35492 5.33868 3.34424 5.33884 3.34489 5.33899 3.35757 5.33915 3.37395 5.33931 3.38393 5.33946 3.39022 5.33962 3.40702 5.33978 3.43951 5.33993 3.47324 5.34009 3.49048 5.34025 3.49045 5.3404 3.48738 5.34056 3.49354 5.34072 3.51051 5.34088 3.53509 5.34103 3.56182 5.34119 3.58095 5.34135 3.58358 5.3415 3.57095 5.34166 3.55437 5.34182 3.54205 5.34197 3.53276 5.34213 3.52601 5.34229 3.52937 5.34244 3.55039 5.3426 3.58319 5.34276 3.60978 5.34291 3.61658 5.34307 3.60461 5.34323 3.58539 5.34338 3.57266 5.34354 3.57657 5.3437 3.59941 5.34385 3.63273 5.34401 3.66212 5.34417 3.67984 5.34432 3.69055 5.34448 3.70411 5.34464 3.72366 5.3448 3.74583 5.34495 3.76853 5.34511 3.79472 5.34527 3.8265 5.34542 3.86142 5.34558 3.89458 5.34574 3.92341 5.34589 3.94702 5.34605 3.96268 5.34621 3.96559 5.34636 3.95382 5.34652 3.93171 5.34668 3.91079 5.34683 3.90478 5.34699 3.92148 5.34715 3.95732 5.3473 4.00128 5.34746 4.04442 5.34762 4.08485 5.34777 4.1234 5.34793 4.15978 5.34809 4.19226 5.34824 4.21811 5.3484 4.23398 5.34856 4.2396 5.34872 4.24351 5.34887 4.25976 5.34903 4.29162 5.34919 4.32397 5.34934 4.33876 5.3495 4.33666 5.34966 4.33406 5.34981 4.34106 5.34997 4.34853 5.35013 4.34327 5.35028 4.32788 5.35044 4.31743 5.3506 4.3213 5.35075 4.3332 5.35091 4.34112 5.35107 4.34337 5.35122 4.35159 5.35138 4.37889 5.35154 4.42546 5.35169 4.47618 5.35185 4.51477 5.35201 4.53754 5.35216 4.55367 5.35232 4.57141 5.35248 4.59123 5.35264 4.61231 5.35279 4.63893 5.35295 4.67499 5.35311 4.71496 5.35326 4.74692 5.35342 4.76399 5.35358 4.77183 5.35373 4.78098 5.35389 4.79351 5.35405 4.80064 5.3542 4.79418 5.35436 4.78117 5.35452 4.78201 5.35467 4.81129 5.35483 4.86216 5.35499 4.91102 5.35514 4.93891 5.3553 4.94638 5.35546 4.94796 5.35561 4.95885 5.35577 4.98547 5.35593 5.02388 5.35608 5.06365 5.35624 5.09359 5.3564 5.10836 5.35656 5.10838 5.35671 5.09606 5.35687 5.07586 5.35703 5.05857 5.35718 5.05905 5.35734 5.08399 5.3575 5.12431 5.35765 5.16349 5.35781 5.19266 5.35797 5.21642 5.35812 5.24551 5.35828 5.28708 5.35844 5.33723 5.35859 5.3812 5.35875 5.40279 5.35891 5.4001 5.35906 5.3901 5.35922 5.3935 5.35938 5.41603 5.35953 5.44646 5.35969 5.47239 5.35985 5.49194 5.36 5.51048 5.36016 5.53213 5.36032 5.55721 5.36048 5.58474 5.36063 5.61498 5.36079 5.65045 5.36095 5.69533 5.3611 5.75351 5.36126 5.8229 5.36142 5.89383 5.36157 5.95325 5.36173 5.99393 5.36189 6.02093 5.36204 6.04755 5.3622 6.08395 5.36236 6.1262 5.36251 6.16116 5.36267 6.18136 5.36283 6.19389 5.36298 6.21167 5.36314 6.23935 5.3633 6.27013 5.36345 6.29499 5.36361 6.31245 5.36377 6.32791 5.36392 6.34898 5.36408 6.37944 5.36424 6.4173 5.3644 6.45704 5.36455 6.49559 5.36471 6.53394 5.36487 6.57067 5.36502 6.59755 5.36518 6.60703 5.36534 6.60689 5.36549 6.62004 5.36565 6.66585 5.36581 6.74071 5.36596 6.82108 5.36612 6.88656 5.36628 6.93847 5.36643 6.99495 5.36659 7.06732 5.36675 7.14309 5.3669 7.19439 5.36706 7.20448 5.36722 7.18811 5.36737 7.18215 5.36753 7.21812 5.36769 7.29867 5.36785 7.39986 5.368 7.49189 5.36816 7.55835 5.36832 7.59838 5.36847 7.61784 5.36863 7.62433 5.36879 7.62775 5.36894 7.63823 5.3691 7.65547 5.36926 7.6681 5.36941 7.671 5.36957 7.6798 5.36973 7.71821 5.36988 7.7895 5.37004 7.87386 5.3702 7.9543 5.37035 8.03399 5.37051 8.12093 5.37067 8.20814 5.37082 8.28201 5.37098 8.34182 5.37114 8.39713 5.37129 8.45062 5.37145 8.4968 5.37161 8.53868 5.37177 8.58971 5.37192 8.65691 5.37208 8.73189 5.37224 8.8044 5.37239 8.87426 5.37255 8.94522 5.37271 9.01732 5.37286 9.09093 5.37302 9.17076 5.37318 9.25663 5.37333 9.33672 5.37349 9.39995 5.37365 9.45227 5.3738 9.51268 5.37396 9.59191 5.37412 9.68047 5.37427 9.76095 5.37443 9.82657 5.37459 9.88621 5.37474 9.95465 5.3749 10.0386 5.37506 10.1302 5.37521 10.2139 5.37537 10.2779 5.37553 10.3227 5.37569 10.3589 5.37584 10.4008 5.376 10.4585 5.37616 10.533 5.37631 10.615 5.37647 10.6926 5.37663 10.7608 5.37678 10.8238 5.37694 10.8878 5.3771 10.9568 5.37725 11.0353 5.37741 11.1278 5.37757 11.2306 5.37772 11.3334 5.37788 11.4308 5.37804 11.5283 5.37819 11.6309 5.37835 11.7312 5.37851 11.8213 5.37866 11.9114 5.37882 12.0224 5.37898 12.1586 5.37913 12.2984 5.37929 12.4206 5.37945 12.5299 5.37961 12.6455 5.37976 12.7738 5.37992 12.9035 5.38008 13.027 5.38023 13.1527 5.38039 13.2888 5.38055 13.4285 5.3807 13.5583 5.38086 13.6784 5.38102 13.8041 5.38117 13.9488 5.38133 14.1133 5.38149 14.2911 5.38164 14.4754 5.3818 14.6629 5.38196 14.8556 5.38211 15.0631 5.38227 15.2926 5.38243 15.5341 5.38258 15.7632 5.38274 15.9643 5.3829 16.1446 5.38305 16.3194 5.38321 16.4923 5.38337 16.6603 5.38353 16.8299 5.38368 17.0137 5.38384 17.21 5.384 17.4028 5.38415 17.5854 5.38431 17.7719 5.38447 17.975 5.38462 18.1825 5.38478 18.3689 5.38494 18.5267 5.38509 18.6782 5.38525 18.8533 5.38541 19.0643 5.38556 19.2999 5.38572 19.5401 5.38588 19.773 5.38603 20.0003 5.38619 20.2307 5.38635 20.469 5.3865 20.7148 5.38666 20.9672 5.38682 21.2266 5.38697 21.4891 5.38713 21.747 5.38729 21.9994 5.38745 22.2581 5.3876 22.5378 5.38776 22.8397 5.38792 23.1529 5.38807 23.4686 5.38823 23.789 5.38839 24.1202 5.38854 24.4624 5.3887 24.8097 5.38886 25.1581 5.38901 25.5116 5.38917 25.8817 5.38933 26.2799 5.38948 26.7125 5.38964 27.1786 5.3898 27.6754 5.38995 28.2003 5.39011 28.7498 5.39027 29.3188 5.39042 29.9027 5.39058 30.5012 5.39074 31.1176 5.3909 31.7602 5.39105 32.4409 5.39121 33.1697 5.39137 33.9449 5.39152 34.7548 5.39168 35.5906 5.39184 36.4537 5.39199 37.3438 5.39215 38.2533 5.39231 39.1775 5.39246 40.1268 5.39262 41.1117 5.39278 42.1167 5.39293 43.1053 5.39309 44.0565 5.39325 44.9828 5.3934 45.9084 5.39356 46.8383 5.39372 47.763 5.39387 48.6828 5.39403 49.6104 5.39419 50.5533 5.39434 51.5077 5.3945 52.4746 5.39466 53.4698 5.39482 54.5108 5.39497 55.6041 5.39513 56.7498 5.39529 57.9547 5.39544 59.229 5.3956 60.5745 5.39576 61.9855 5.39591 63.4643 5.39607 65.0283 5.39623 66.6978 5.39638 68.4831 5.39654 70.3823 5.3967 72.3919 5.39685 74.5129 5.39701 76.7497 5.39717 79.11 5.39732 81.6055 5.39748 84.2504 5.39764 87.0561 5.39779 90.0251 5.39795 93.149 5.39811 96.414 5.39826 99.8094 5.39842 103.336 5.39858 107.009 5.39874 110.844 5.39889 114.844 5.39905 118.993 5.39921 123.272 5.39936 127.672 5.39952 132.203 5.39968 136.877 5.39983 141.698 5.39999 146.667 5.40015 151.789 5.4003 157.082 5.40046 162.576 5.40062 168.317 5.40077 174.368 5.40093 180.794 5.40109 187.638 5.40124 194.928 5.4014 202.703 5.40156 211.026 5.40171 219.961 5.40187 229.546 5.40203 239.807 5.40218 250.786 5.40234 262.546 5.4025 275.149 5.40266 288.656 5.40281 303.139 5.40297 318.693 5.40313 335.426 5.40328 353.447 5.40344 372.889 5.4036 393.936 5.40375 416.829 5.40391 441.857 5.40407 469.367 5.40422 499.777 5.40438 533.574 5.40454 571.304 5.40469 613.582 5.40485 661.124 5.40501 714.764 5.40516 775.445 5.40532 844.222 5.40548 922.256 5.40563 1010.81 5.40579 1111.23 5.40595 1224.91 5.4061 1353.22 5.40626 1497.44 5.40642 1658.57 5.40658 1837.22 5.40673 2033.35 5.40689 2246.13 5.40705 2473.69 5.4072 2712.91 5.40736 2959.33 5.40752 3207.16 5.40767 3449.41 5.40783 3678.3 5.40799 3885.65 5.40814 4063.51 5.4083 4204.69 5.40846 4303.31 5.40861 4355.24 5.40877 4358.45 5.40893 4313.1 5.40908 4221.62 5.40924 4088.51 5.4094 3920.03 5.40955 3723.7 5.40971 3507.7 5.40987 3280.15 5.41002 3048.57 5.41018 2819.43 5.41034 2597.93 5.4105 2387.99 5.41065 2192.28 5.41081 2012.44 5.41097 1849.17 5.41112 1702.48 5.41128 1571.87 5.41144 1456.53 5.41159 1355.38 5.41175 1267.31 5.41191 1191.14 5.41206 1125.76 5.41222 1070.1 5.41238 1023.21 5.41253 984.21 5.41269 952.362 5.41285 927.006 5.413 907.57 5.41316 893.594 5.41332 884.737 5.41347 880.779 5.41363 881.616 5.41379 887.25 5.41395 897.791 5.4141 913.447 5.41426 934.545 5.41442 961.543 5.41457 995.021 5.41473 1035.67 5.41489 1084.27 5.41504 1141.78 5.4152 1209.27 5.41536 1287.95 5.41551 1379.07 5.41567 1483.95 5.41583 1603.84 5.41598 1739.89 5.41614 1892.93 5.4163 2063.36 5.41645 2250.88 5.41661 2454.31 5.41677 2671.35 5.41692 2898.42 5.41708 3130.63 5.41724 3361.81 5.41739 3584.74 5.41755 3791.5 5.41771 3974 5.41787 4124.55 5.41802 4236.42 5.41818 4304.3 5.41834 4324.77 5.41849 4296.48 5.41865 4220.31 5.41881 4099.37 5.41896 3938.79 5.41912 3745.39 5.41928 3527.1 5.41943 3292.36 5.41959 3049.32 5.41975 2805.3 5.4199 2566.42 5.42006 2337.45 5.42022 2121.8 5.42037 1921.69 5.42053 1738.24 5.42069 1571.75 5.42084 1421.88 5.421 1287.86 5.42116 1168.6 5.42131 1062.9 5.42147 969.446 5.42163 886.96 5.42179 814.182 5.42194 749.948 5.4221 693.22 5.42226 643.069 5.42241 598.643 5.42257 559.168 5.42273 523.961 5.42288 492.446 5.42304 464.128 5.4232 438.578 5.42335 415.429 5.42351 394.379 5.42367 375.176 5.42382 357.606 5.42398 341.473 5.42414 326.603 5.42429 312.844 5.42445 300.088 5.42461 288.251 5.42476 277.245 5.42492 266.957 5.42508 257.273 5.42523 248.102 5.42539 239.389 5.42555 231.083 5.42571 223.132 5.42586 215.494 5.42602 208.15 5.42618 201.094 5.42633 194.298 5.42649 187.721 5.42665 181.327 5.4268 175.11 5.42696 169.079 5.42712 163.247 5.42727 157.611 5.42743 152.158 5.42759 146.87 5.42774 141.743 5.4279 136.791 5.42806 132.042 5.42821 127.508 5.42837 123.183 5.42853 119.049 5.42868 115.099 5.42884 111.348 5.429 107.808 5.42915 104.468 5.42931 101.306 5.42947 98.3111 5.42963 95.486 5.42978 92.8288 5.42994 90.3164 5.4301 87.9119 5.43025 85.5916 5.43041 83.3593 5.43057 81.2377 5.43072 79.2405 5.43088 77.3527 5.43104 75.5377 5.43119 73.7709 5.43135 72.0587 5.43151 70.4254 5.43166 68.8785 5.43182 67.4044 5.43198 65.9899 5.43213 64.6386 5.43229 63.3527 5.43245 62.1143 5.4326 60.8948 5.43276 59.6874 5.43292 58.5133 5.43307 57.3984 5.43323 56.3479 5.43339 55.3421 5.43355 54.3551 5.4337 53.3746 5.43386 52.4087 5.43402 51.4745 5.43417 50.5758 5.43433 49.6927 5.43449 48.8011 5.43464 47.8994 5.4348 47.0124 5.43496 46.1654 5.43511 45.3587 5.43527 44.5725 5.43543 43.7933 5.43558 43.0282 5.43574 42.2936 5.4359 41.5896 5.43605 40.8944 5.43621 40.1849 5.43637 39.4608 5.43652 38.7439 5.43668 38.0556 5.43684 37.4006 5.437 36.7764 5.43715 36.1854 5.43731 35.628 5.43747 35.0934 5.43762 34.5665 5.43778 34.0435 5.43794 33.5298 5.43809 33.0244 5.43825 32.5179 5.43841 32.0115 5.43856 31.5217 5.43872 31.063 5.43888 30.6298 5.43903 30.2042 5.43919 29.776 5.43935 29.3491 5.4395 28.933 5.43966 28.5354 5.43982 28.1586 5.43997 27.7977 5.44013 27.4431 5.44029 27.0911 5.44044 26.7475 5.4406 26.415 5.44076 26.0838 5.44092 25.7421 5.44107 25.3939 5.44123 25.0546 5.44139 24.7296 5.44154 24.4082 5.4417 24.0817 5.44186 23.7559 5.44201 23.4364 5.44217 23.1165 5.44233 22.7897 5.44248 22.469 5.44264 22.1773 5.4428 21.923 5.44295 21.6927 5.44311 21.4683 5.44327 21.2387 5.44342 20.9959 5.44358 20.7368 5.44374 20.4739 5.44389 20.2325 5.44405 20.0251 5.44421 19.8366 5.44436 19.6466 5.44452 19.4572 5.44468 19.2897 5.44484 19.1547 5.44499 19.0393 5.44515 18.9222 5.44531 18.7924 5.44546 18.6518 5.44562 18.5091 5.44578 18.3718 5.44593 18.2399 5.44609 18.1087 5.44625 17.9816 5.4464 17.876 5.44656 17.8041 5.44672 17.7516 5.44687 17.6891 5.44703 17.6025 5.44719 17.5002 5.44734 17.3885 5.4475 17.2597 5.44766 17.1083 5.44781 16.946 5.44797 16.7857 5.44813 16.6255 5.44828 16.4592 5.44844 16.2944 5.4486 16.1442 5.44876 16.0094 5.44891 15.8778 5.44907 15.7402 5.44923 15.5937 5.44938 15.4375 5.44954 15.2763 5.4497 15.1232 5.44985 14.9851 5.45001 14.8486 5.45017 14.6933 5.45032 14.5205 5.45048 14.352 5.45064 14.2029 5.45079 14.0691 5.45095 13.9434 5.45111 13.825 5.45126 13.708 5.45142 13.5768 5.45158 13.4241 5.45173 13.2631 5.45189 13.1121 5.45205 12.9744 5.4522 12.8431 5.45236 12.7181 5.45252 12.6053 5.45268 12.5057 5.45283 12.4134 5.45299 12.3231 5.45315 12.23 5.4533 12.129 5.45346 12.0212 5.45362 11.9187 5.45377 11.8328 5.45393 11.7627 5.45409 11.7018 5.45424 11.6534 5.4544 11.6254 5.45456 11.6116 5.45471 11.5927 5.45487 11.5611 5.45503 11.5296 5.45518 11.5123 5.45534 11.5059 5.4555 11.5009 5.45565 11.4988 5.45581 11.5055 5.45597 11.5111 5.45612 11.4957 5.45628 11.4565 5.45644 11.4152 5.4566 11.3905 5.45675 11.3743 5.45691 11.348 5.45707 11.3113 5.45722 11.2818 5.45738 11.2627 5.45754 11.2311 5.45769 11.1634 5.45785 11.0647 5.45801 10.9607 5.45816 10.8651 5.45832 10.7666 5.45848 10.6511 5.45863 10.522 5.45879 10.3952 5.45895 10.28 5.4591 10.1721 5.45926 10.0631 5.45942 9.94885 5.45957 9.8278 5.45973 9.69917 5.45989 9.56585 5.46005 9.43689 5.4602 9.32349 5.46036 9.23007 5.46052 9.15322 5.46067 9.08621 5.46083 9.02278 5.46099 8.95555 5.46114 8.87694 5.4613 8.78506 5.46146 8.6898 5.46161 8.60557 5.46177 8.53897 5.46193 8.48604 5.46208 8.44098 5.46224 8.40347 5.4624 8.37389 5.46255 8.34735 5.46271 8.31787 5.46287 8.28472 5.46302 8.25017 5.46318 8.21102 5.46334 8.15894 5.46349 8.09291 5.46365 8.02581 5.46381 7.9749 5.46397 7.94463 5.46412 7.92149 5.46428 7.8887 5.46444 7.84418 5.46459 7.80108 5.46475 7.76902 5.46491 7.74135 5.46506 7.70706 5.46522 7.6711 5.46538 7.65122 5.46553 7.65343 5.46569 7.66028 5.46585 7.65101 5.466 7.62493 5.46616 7.59643 5.46632 7.5739 5.46647 7.55204 5.46663 7.52345 5.46679 7.48577 5.46694 7.44028 5.4671 7.39088 5.46726 7.34417 5.46741 7.30383 5.46757 7.26538 5.46773 7.22393 5.46789 7.18317 5.46804 7.14827 5.4682 7.1126 5.46836 7.06476 5.46851 7.00804 5.46867 6.95871 5.46883 6.92302 5.46898 6.88768 5.46914 6.83931 5.4693 6.78044 5.46945 6.72038 5.46961 6.6622 5.46977 6.60862 5.46992 6.57023 5.47008 6.55481 5.47024 6.55479 5.47039 6.55415 5.47055 6.54254 5.47071 6.51584 5.47086 6.4726 5.47102 6.42083 5.47118 6.38096 5.47133 6.3681 5.47149 6.37247 5.47165 6.36952 5.47181 6.34685 5.47196 6.31045 5.47212 6.26727 5.47228 6.21613 5.47243 6.15764 5.47259 6.09841 5.47275 6.04122 5.4729 5.98249 5.47306 5.92453 5.47322 5.88127 5.47337 5.86463 5.47353 5.87065 5.47369 5.88396 5.47384 5.88997 5.474 5.88076 5.47416 5.85526 5.47431 5.81961 5.47447 5.78366 5.47463 5.75083 5.47478 5.716 5.47494 5.67712 5.4751 5.64288 5.47525 5.62233 5.47541 5.61131 5.47557 5.59557 5.47573 5.56498 5.47588 5.52105 5.47604 5.4716 5.4762 5.42524 5.47635 5.39001 5.47651 5.37183 5.47667 5.37163 5.47682 5.3843 5.47698 5.4022 5.47714 5.41544 5.47729 5.41259 5.47745 5.3867 5.47761 5.3428 5.47776 5.29591 5.47792 5.25773 5.47808 5.22665 5.47823 5.19414 5.47839 5.16125 5.47855 5.14359 5.4787 5.15231 5.47886 5.17326 5.47902 5.17306 5.47917 5.13266 5.47933 5.06995 5.47949 5.02232 5.47965 5.0084 5.4798 5.01411 5.47996 5.01583 5.48012 5.00546 5.48027 4.99161 5.48043 4.98452 5.48059 4.98612 5.48074 4.9889 5.4809 4.98013 5.48106 4.9521 5.48121 4.91308 5.48137 4.88323 5.48153 4.87336 5.48168 4.87278 5.48184 4.86371 5.482 4.84229 5.48215 4.81771 5.48231 4.7959 5.48247 4.77714 5.48262 4.76536 5.48278 4.7684 5.48294 4.78497 5.48309 4.80208 5.48325 4.80858 5.48341 4.80497 5.48357 4.79688 5.48372 4.78537 5.48388 4.76933 5.48404 4.74962 5.48419 4.72721 5.48435 4.69989 5.48451 4.66973 5.48466 4.64676 5.48482 4.64008 5.48498 4.64681 5.48513 4.65402 5.48529 4.65106 5.48545 4.63562 5.4856 4.61167 5.48576 4.58626 5.48592 4.5674 5.48607 4.56046 5.48623 4.56401 5.48639 4.57231 5.48654 4.57923 5.4867 4.58164 5.48686 4.57678 5.48702 4.56149 5.48717 4.5346 5.48733 4.49872 5.48749 4.46244 5.48764 4.43749 5.4878 4.42996 5.48796 4.43219 5.48811 4.42995 5.48827 4.42067 5.48843 4.41415 5.48858 4.41581 5.48874 4.41585 5.4889 4.40605 5.48905 4.39424 5.48921 4.39105 5.48937 4.38677 5.48952 4.36023 5.48968 4.30914 5.48984 4.25699 5.48999 4.22348 5.49015 4.20336 5.49031 4.18016 5.49046 4.15183 5.49062 4.12808 5.49078 4.11628 5.49094 4.11658 5.49109 4.12842 5.49125 4.14946 5.49141 4.16941 5.49156 4.17646 5.49172 4.17032 5.49188 4.16162 5.49203 4.1593 5.49219 4.16417 5.49235 4.17341 5.4925 4.18513 5.49266 4.19458 5.49282 4.19145 5.49297 4.16609 5.49313 4.11832 5.49329 4.05992 5.49344 4.01037 5.4936 3.98345 5.49376 3.9763 5.49391 3.97197 5.49407 3.95758 5.49423 3.93787 5.49438 3.9258 5.49454 3.92677 5.4947 3.93616 5.49486 3.94887 5.49501 3.96082 5.49517 3.9635 5.49533 3.94867 5.49548 3.92213 5.49564 3.89977 5.4958 3.889 5.49595 3.87895 5.49611 3.85841 5.49627 3.83112 5.49642 3.80758 5.49658 3.78955 5.49674 3.77367 5.49689 3.76298 5.49705 3.76407 5.49721 3.772 5.49736 3.77219 5.49752 3.76042 5.49768 3.74951 5.49783 3.75081 5.49799 3.75641 5.49815 3.75044 5.4983 3.73095 5.49846 3.71254 5.49862 3.70603 5.49878 3.70615 5.49893 3.70415 5.49909 3.70409 5.49925 3.71837 5.4994 3.74761 5.49956 3.77413 5.49972 3.7768 5.49987 3.75151 5.50003 3.71268 5.50019 3.67868 5.50034 3.65866 5.5005 3.64987 5.50066 3.64492 5.50081 3.63915 5.50097 3.63162 5.50113 3.62225 5.50128 3.60859 5.50144 3.58793 5.5016 3.56069 5.50175 3.52984 5.50191 3.4975 5.50207 3.46726 5.50222 3.4473 5.50238 3.44607 5.50254 3.46126 5.5027 3.47802 5.50285 3.48299 5.50301 3.47693 5.50317 3.46799 5.50332 3.4563 5.50348 3.43329 5.50364 3.39692 5.50379 3.3614 5.50395 3.34589 5.50411 3.35508 5.50426 3.37473 5.50442 3.38704 5.50458 3.38909 5.50473 3.39241 5.50489 3.40452 5.50505 3.41667 5.5052 3.41311 5.50536 3.39015 5.50552 3.35759 5.50567 3.32616 5.50583 3.30141 5.50599 3.2893 5.50614 3.29342 5.5063 3.30415 5.50646 3.30203 5.50662 3.27963 5.50677 3.25004 5.50693 3.22406 5.50709 3.19487 5.50724 3.15668 5.5074 3.12795 5.50756 3.13255 5.50771 3.16617 5.50787 3.19896 5.50803 3.21254 5.50818 3.21419 5.50834 3.21571 5.5085 3.21734 5.50865 3.21907 5.50881 3.22658 5.50897 3.23726 5.50912 3.23526 5.50928 3.21086 5.50944 3.17467 5.50959 3.14031 5.50975 3.1091 5.50991 3.07992 5.51007 3.06297 5.51022 3.06749 5.51038 3.08646 5.51054 3.10677 5.51069 3.12424 5.51085 3.13655 5.51101 3.12935 5.51116 3.092 5.51132 3.04179 5.51148 3.01257 5.51163 3.01663 5.51179 3.0343 5.51195 3.04634 5.5121 3.05763 5.51226 3.08363 5.51242 3.12167 5.51257 3.14996 5.51273 3.15106 5.51289 3.12731 5.51304 3.09416 5.5132 3.06143 5.51336 3.02594 5.51351 2.98492 5.51367 2.95011 5.51383 2.93993 5.51399 2.95367 5.51414 2.96519 5.5143 2.94953 5.51446 2.91093 5.51461 2.87377 5.51477 2.85553 5.51493 2.85881 5.51508 2.883 5.51524 2.92559 5.5154 2.96995 5.51555 2.99228 5.51571 2.9857 5.51587 2.96781 5.51602 2.9584 5.51618 2.95843 5.51634 2.95616 5.51649 2.9444 5.51665 2.92672 5.51681 2.91364 5.51696 2.91707 5.51712 2.94109 5.51728 2.97199 5.51743 2.98753 5.51759 2.98034 5.51775 2.96608 5.51791 2.96059 5.51806 2.95814 5.51822 2.94141 5.51838 2.90848 5.51853 2.8775 5.51869 2.86366 5.51885 2.86136 5.519 2.85338 5.51916 2.83231 5.51932 2.80626 5.51947 2.78646 5.51963 2.77315 5.51979 2.75752 5.51994 2.73552 5.5201 2.71372 5.52026 2.70075 5.52041 2.69672 5.52057 2.69424 5.52073 2.68831 5.52088 2.67924 5.52104 2.6709 5.5212 2.67215 5.52135 2.69549 5.52151 2.74545 5.52167 2.80701 5.52183 2.85414 5.52198 2.87157 5.52214 2.86139 5.5223 2.82962 5.52245 2.77971 5.52261 2.72371 5.52277 2.68754 5.52292 2.69121 5.52308 2.72639 5.52324 2.76106 5.52339 2.76623 5.52355 2.73632 5.52371 2.68885 5.52386 2.65031 5.52402 2.63915 5.52418 2.65395 5.52433 2.67621 5.52449 2.68743 5.52465 2.68584 5.5248 2.6856 5.52496 2.70126 5.52512 2.73474 5.52527 2.77327 5.52543 2.7999 5.52559 2.80497 5.52575 2.79214 5.5259 2.77184 5.52606 2.75088 5.52622 2.73085 5.52637 2.71323 5.52653 2.69986 5.52669 2.68846 5.52684 2.67445 5.527 2.65738 5.52716 2.64056 5.52731 2.62353 5.52747 2.60353 5.52763 2.58527 5.52778 2.58026 5.52794 2.59206 5.5281 2.61159 5.52825 2.6299 5.52841 2.64635 5.52857 2.65951 5.52872 2.66297 5.52888 2.65752 5.52904 2.6572 5.52919 2.6696 5.52935 2.6785 5.52951 2.6628 5.52967 2.62924 5.52982 2.61018 5.52998 2.62781 5.53014 2.67171 5.53029 2.7137 5.53045 2.73186 5.53061 2.71988 5.53076 2.68444 5.53092 2.6423 5.53108 2.61046 5.53123 2.59386 5.53139 2.58511 5.53155 2.57808 5.5317 2.57418 5.53186 2.57142 5.53202 2.55844 5.53217 2.52702 5.53233 2.48306 5.53249 2.44119 5.53264 2.41141 5.5328 2.39652 5.53296 2.39584 5.53312 2.40638 5.53327 2.42264 5.53343 2.43901 5.53359 2.45291 5.53374 2.46093 5.5339 2.45711 5.53406 2.44319 5.53421 2.43344 5.53437 2.44208 5.53453 2.46397 5.53468 2.47911 5.53484 2.47601 5.535 2.46247 5.53515 2.4505 5.53531 2.44008 5.53547 2.42577 5.53562 2.41003 5.53578 2.39918 5.53594 2.38895 5.53609 2.36952 5.53625 2.34567 5.53641 2.33721 5.53656 2.35283 5.53672 2.373 5.53688 2.37166 5.53704 2.34775 5.53719 2.32287 5.53735 2.31377 5.53751 2.32003 5.53766 2.33922 5.53782 2.37402 5.53798 2.41944 5.53813 2.45866 5.53829 2.4819 5.53845 2.49736 5.5386 2.5118 5.53876 2.51166 5.53892 2.48068 5.53907 2.43023 5.53923 2.3931 5.53939 2.387 5.53954 2.39923 5.5397 2.41038 5.53986 2.418 5.54001 2.42988 5.54017 2.44617 5.54033 2.45867 5.54048 2.4604 5.54064 2.44852 5.5408 2.42297 5.54096 2.38967 5.54111 2.36051 5.54127 2.34358 5.54143 2.33611 5.54158 2.33227 5.54174 2.33358 5.5419 2.34481 5.54205 2.36391 5.54221 2.38301 5.54237 2.39774 5.54252 2.40692 5.54268 2.40556 5.54284 2.38771 5.54299 2.35727 5.54315 2.32711 5.54331 2.30508 5.54346 2.28773 5.54362 2.27246 5.54378 2.26902 5.54393 2.29174 5.54409 2.34233 5.54425 2.40577 5.5444 2.46119 5.54456 2.49122 5.54472 2.48478 5.54488 2.44092 5.54503 2.37371 5.54519 2.30781 5.54535 2.26202 5.5455 2.238 5.54566 2.2274 5.54582 2.22663 5.54597 2.23929 5.54613 2.2654 5.54629 2.29462 5.54644 2.3124 5.5466 2.31187 5.54676 2.30026 5.54691 2.29488 5.54707 2.3088 5.54723 2.33579 5.54738 2.35231 5.54754 2.34096 5.5477 2.31158 5.54785 2.29002 5.54801 2.28627 5.54817 2.28596 5.54832 2.27636 5.54848 2.26698 5.54864 2.27303 5.5488 2.28878 5.54895 2.29424 5.54911 2.28399 5.54927 2.27433 5.54942 2.27926 5.54958 2.29567 5.54974 2.31335 5.54989 2.3282 5.55005 2.33756 5.55021 2.33586 5.55036 2.32312 5.55052 2.30967 5.55068 2.30393 5.55083 2.30119 5.55099 2.29304 5.55115 2.28256 5.5513 2.27843 5.55146 2.28038 5.55162 2.28019 5.55177 2.27658 5.55193 2.27629 5.55209 2.28077 5.55224 2.28195 5.5524 2.2742 5.55256 2.26192 5.55272 2.25037 5.55287 2.23747 5.55303 2.22039 5.55319 2.20465 5.55334 2.19772 5.5535 2.19767 5.55366 2.19329 5.55381 2.17628 5.55397 2.14867 5.55413 2.12038 5.55428 2.10235 5.55444 2.10125 5.5546 2.11395 5.55475 2.12836 5.55491 2.13348 5.55507 2.12974 5.55522 2.12551 5.55538 2.12364 5.55554 2.11711 5.55569 2.10039 5.55585 2.08033 5.55601 2.06799 5.55617 2.06464 5.55632 2.0622 5.55648 2.05828 5.55664 2.06348 5.55679 2.09039 5.55695 2.13736 5.55711 2.18665 5.55726 2.21838 5.55742 2.22414 5.55758 2.20978 5.55773 2.18804 5.55789 2.16958 5.55805 2.15702 5.5582 2.14544 5.55836 2.1274 5.55852 2.09812 5.55867 2.05917 5.55883 2.01938 5.55899 1.98999 5.55914 1.97601 5.5593 1.97123 5.55946 1.96701 5.55961 1.96672 5.55977 1.98541 5.55993 2.03099 5.56009 2.08966 5.56024 2.13624 5.5604 2.15671 5.56056 2.15577 5.56071 2.14503 5.56087 2.13245 5.56103 2.12271 5.56118 2.1199 5.56134 2.12352 5.5615 2.12639 5.56165 2.12218 5.56181 2.11174 5.56197 2.1008 5.56212 2.09303 5.56228 2.09017 5.56244 2.09464 5.56259 2.10813 5.56275 2.12745 5.56291 2.14705 5.56306 2.1651 5.56322 2.18305 5.56338 2.19948 5.56353 2.20608 5.56369 2.19512 5.56385 2.16943 5.56401 2.14207 5.56416 2.12467 5.56432 2.11854 5.56448 2.1177 5.56463 2.11835 5.56479 2.12116 5.56495 2.12531 5.5651 2.12623 5.56526 2.12497 5.56542 2.13259 5.56557 2.15689 5.56573 2.18625 5.56589 2.19796 5.56604 2.18335 5.5662 2.15811 5.56636 2.14198 5.56651 2.13774 5.56667 2.1349 5.56683 2.12697 5.56698 2.11641 5.56714 2.10545 5.5673 2.09421 5.56745 2.08806 5.56761 2.09628 5.56777 2.12006 5.56793 2.14744 5.56808 2.16364 5.56824 2.1631 5.5684 2.15026 5.56855 2.13329 5.56871 2.12214 5.56887 2.12405 5.56902 2.13623 5.56918 2.14368 5.56934 2.1327 5.56949 2.10578 5.56965 2.07959 5.56981 2.06618 5.56996 2.06205 5.57012 2.05532 5.57028 2.04035 5.57043 2.02254 5.57059 2.00982 5.57075 2.00535 5.5709 2.00687 5.57106 2.01035 5.57122 2.01452 5.57137 2.02085 5.57153 2.03061 5.57169 2.04079 5.57185 2.04332 5.572 2.03331 5.57216 2.01767 5.57232 2.01317 5.57247 2.03023 5.57263 2.06176 5.57279 2.08886 5.57294 2.09803 5.5731 2.0874 5.57326 2.06134 5.57341 2.02514 5.57357 1.98833 5.57373 1.96538 5.57388 1.9654 5.57404 1.9831 5.5742 2.00456 5.57435 2.02128 5.57451 2.0329 5.57467 2.03849 5.57482 2.03419 5.57498 2.02293 5.57514 2.01838 5.57529 2.03215 5.57545 2.05898 5.57561 2.08022 5.57577 2.08256 5.57592 2.06769 5.57608 2.0469 5.57624 2.02943 5.57639 2.01829 5.57655 2.01185 5.57671 2.00532 5.57686 1.99261 5.57702 1.97228 5.57718 1.95109 5.57733 1.94224 5.57749 1.95577 5.57765 1.98972 5.5778 2.02744 5.57796 2.04875 5.57812 2.04632 5.57827 2.03332 5.57843 2.03086 5.57859 2.0441 5.57874 2.0583 5.5789 2.05872 5.57906 2.0483 5.57922 2.03852 5.57937 2.0305 5.57953 2.01476 5.57969 1.9909 5.57984 1.97274 5.58 1.96985 5.58016 1.97364 5.58031 1.97032 5.58047 1.9598 5.58063 1.9504 5.58078 1.94013 5.58094 1.91898 5.5811 1.88963 5.58125 1.8742 5.58141 1.89157 5.58157 1.93462 5.58172 1.97692 5.58188 1.9989 5.58204 2.00177 5.58219 1.99652 5.58235 1.9887 5.58251 1.9759 5.58266 1.95918 5.58282 1.9486 5.58298 1.95539 5.58314 1.97809 5.58329 2.00102 5.58345 2.00979 5.58361 2.00369 5.58376 1.99024 5.58392 1.97248 5.58408 1.95009 5.58423 1.93098 5.58439 1.93139 5.58455 1.95774 5.5847 1.99435 5.58486 2.01527 5.58502 2.00707 5.58517 1.97814 5.58533 1.94952 5.58549 1.93852 5.58564 1.95043 5.5858 1.97737 5.58596 2.00502 5.58611 2.02062 5.58627 2.01746 5.58643 1.99578 5.58658 1.96416 5.58674 1.93771 5.5869 1.92646 5.58706 1.92649 5.58721 1.92583 5.58737 1.92411 5.58753 1.93268 5.58768 1.95291 5.58784 1.96258 5.588 1.93964 5.58815 1.89392 5.58831 1.8609 5.58847 1.86215 5.58862 1.88317 5.58878 1.89607 5.58894 1.89268 5.58909 1.88715 5.58925 1.89261 5.58941 1.90683 5.58956 1.9214 5.58972 1.93491 5.58988 1.95188 5.59003 1.97331 5.59019 1.99424 5.59035 2.00956 5.5905 2.0179 5.59066 2.02035 5.59082 2.02021 5.59098 2.02486 5.59113 2.04243 5.59129 2.07093 5.59145 2.09537 5.5916 2.10055 5.59176 2.08464 5.59192 2.05457 5.59207 2.01476 5.59223 1.96911 5.59239 1.93282 5.59254 1.92496 5.5927 1.94425 5.59286 1.96534 5.59301 1.96838 5.59317 1.96156 5.59333 1.96533 5.59348 1.9837 5.59364 2.00538 5.5938 2.02489 5.59395 2.04574 5.59411 2.06445 5.59427 2.06911 5.59442 2.05741 5.59458 2.04149 5.59474 2.03026 5.5949 2.02057 5.59505 2.00912 5.59521 2.00112 5.59537 2.00086 5.59552 2.0008 5.59568 1.99368 5.59584 1.9835 5.59599 1.98019 5.59615 1.98738 5.59631 2.0037 5.59646 2.0296 5.59662 2.06221 5.59678 2.08765 5.59693 2.09121 5.59709 2.07344 5.59725 2.04946 5.5974 2.03505 5.59756 2.03734 5.59772 2.05823 5.59787 2.09307 5.59803 2.12701 5.59819 2.14372 5.59834 2.14241 5.5985 2.13949 5.59866 2.14965 5.59882 2.16703 5.59897 2.17079 5.59913 2.14643 5.59929 2.09973 5.59944 2.05145 5.5996 2.02116 5.59976 2.01435 5.59991 2.02381 5.60007 2.0391 5.60023 2.05374 5.60038 2.06577 5.60054 2.07539 5.6007 2.08339 5.60085 2.09016 5.60101 2.09464 5.60117 2.0975 5.60132 2.10484 5.60148 2.12406 5.60164 2.1541 5.60179 2.18559 5.60195 2.21331 5.60211 2.24308 5.60226 2.28029 5.60242 2.31749 5.60258 2.33848 5.60274 2.33479 5.60289 2.3134 5.60305 2.29123 5.60321 2.28618 5.60336 2.30573 5.60352 2.33834 5.60368 2.35997 5.60383 2.35702 5.60399 2.34181 5.60415 2.33606 5.6043 2.3448 5.60446 2.35533 5.60462 2.3598 5.60477 2.3638 5.60493 2.37283 5.60509 2.38359 5.60524 2.3935 5.6054 2.40673 5.60556 2.42273 5.60571 2.43024 5.60587 2.42104 5.60603 2.40393 5.60619 2.39456 5.60634 2.39842 5.6065 2.41314 5.60666 2.44069 5.60681 2.48482 5.60697 2.53733 5.60713 2.58077 5.60728 2.60748 5.60744 2.62731 5.6076 2.65232 5.60775 2.68075 5.60791 2.70206 5.60807 2.71228 5.60822 2.71837 5.60838 2.72778 5.60854 2.73956 5.60869 2.74744 5.60885 2.75038 5.60901 2.75875 5.60916 2.78674 5.60932 2.83822 5.60948 2.90074 5.60963 2.9589 5.60979 3.0133 5.60995 3.07732 5.61011 3.15549 5.61026 3.23233 5.61042 3.28799 5.61058 3.32341 5.61073 3.3574 5.61089 3.40167 5.61105 3.4486 5.6112 3.48784 5.61136 3.52689 5.61152 3.58356 5.61167 3.66627 5.61183 3.76709 5.61199 3.87625 5.61214 3.99027 5.6123 4.10791 5.61246 4.22735 5.61261 4.35282 5.61277 4.49427 5.61293 4.65503 5.61308 4.82481 5.61324 4.99175 5.6134 5.15456 5.61355 5.31871 5.61371 5.48975 5.61387 5.67612 5.61403 5.89479 5.61418 6.15813 5.61434 6.45849 5.6145 6.7791 5.61465 7.1169 5.61481 7.48657 5.61497 7.89945 5.61512 8.35487 5.61528 8.85015 5.61544 9.38428 5.61559 9.9477 5.61575 10.5224 5.61591 11.104 5.61606 11.7122 5.61622 12.3645 5.61638 13.0525 5.61653 13.7516 5.61669 14.4476 5.61685 15.1392 5.617 15.8176 5.61716 16.4615 5.61732 17.0478 5.61747 17.5615 5.61763 17.9924 5.61779 18.3318 5.61795 18.572 5.6181 18.7045 5.61826 18.7181 5.61842 18.6071 5.61857 18.3802 5.61873 18.053 5.61889 17.636 5.61904 17.1384 5.6192 16.5792 5.61936 15.9828 5.61951 15.3617 5.61967 14.7181 5.61983 14.0623 5.61998 13.4157 5.62014 12.7922 5.6203 12.1884 5.62045 11.6033 5.62061 11.0537 5.62077 10.5636 5.62092 10.1391 5.62108 9.76744 5.62124 9.43376 5.62139 9.13319 5.62155 8.86801 5.62171 8.64042 5.62187 8.44958 5.62202 8.29133 5.62218 8.15987 5.62234 8.04853 5.62249 7.95128 5.62265 7.86391 5.62281 7.78986 5.62296 7.74088 5.62312 7.7277 5.62328 7.7495 5.62343 7.80103 5.62359 7.88599 5.62375 8.01317 5.6239 8.17821 5.62406 8.36341 5.62422 8.56112 5.62437 8.7882 5.62453 9.06923 5.62469 9.41289 5.62484 9.80976 5.625 10.2451 5.62516 10.7054 5.62531 11.1831 5.62547 11.6861 5.62563 12.2317 5.62579 12.8232 5.62594 13.4392 5.6261 14.0592 5.62626 14.6886 5.62641 15.3428 5.62657 16.0107 5.62673 16.6538 5.62688 17.2393 5.62704 17.7556 5.6272 18.1949 5.62735 18.5375 5.62751 18.7645 5.62767 18.8716 5.62782 18.8602 5.62798 18.7282 5.62814 18.4761 5.62829 18.1137 5.62845 17.653 5.62861 17.1008 5.62876 16.4664 5.62892 15.7708 5.62908 15.0405 5.62924 14.2949 5.62939 13.5469 5.62955 12.8105 5.62971 12.0977 5.62986 11.4134 5.63002 10.7578 5.63018 10.1323 5.63033 9.54001 5.63049 8.98406 5.63065 8.46956 5.6308 8.00377 5.63096 7.58547 5.63112 7.19782 5.63127 6.82096 5.63143 6.45223 5.63159 6.10822 5.63174 5.80809 5.6319 5.55656 5.63206 5.34469 5.63221 5.15936 5.63237 4.98864 5.63253 4.82146 5.63268 4.64808 5.63284 4.46523 5.633 4.28344 5.63316 4.12454 5.63331 4.00411 5.63347 3.91602 5.63363 3.83961 5.63378 3.76195 5.63394 3.68682 5.6341 3.61893 5.63425 3.55264 5.63441 3.48218 5.63457 3.41528 5.63472 3.36463 5.63488 3.33047 5.63504 3.30179 5.63519 3.27208 5.63535 3.24103 5.63551 3.20599 5.63566 3.16177 5.63582 3.11171 5.63598 3.0669 5.63613 3.03034 5.63629 2.99138 5.63645 2.93933 5.6366 2.87341 5.63676 2.79772 5.63692 2.718 5.63708 2.64845 5.63723 2.61111 5.63739 2.61218 5.63755 2.62774 5.6377 2.62358 5.63786 2.5896 5.63802 2.54503 5.63817 2.511 5.63833 2.48988 5.63849 2.47304 5.63864 2.45625 5.6388 2.4407 5.63896 2.42496 5.63911 2.40563 5.63927 2.38458 5.63943 2.37055 5.63958 2.37256 5.63974 2.39192 5.6399 2.41945 5.64005 2.43996 5.64021 2.44172 5.64037 2.42531 5.64052 2.4011 5.64068 2.37689 5.64084 2.35256 5.641 2.32834 5.64115 2.31032 5.64131 2.29885 5.64147 2.27744 5.64162 2.22715 5.64178 2.15412 5.64194 2.09027 5.64209 2.05788 5.64225 2.04448 5.64241 2.02123 5.64256 1.98096 5.64272 1.94346 5.64288 1.92695 5.64303 1.92861 5.64319 1.93681 5.64335 1.94811 5.6435 1.96424 5.64366 1.98064 5.64382 1.98794 5.64397 1.98433 5.64413 1.97759 5.64429 1.97496 5.64444 1.97491 5.6446 1.96889 5.64476 1.95067 5.64492 1.92247 5.64507 1.89461 5.64523 1.87544 5.64539 1.86058 5.64554 1.83845 5.6457 1.80746 5.64586 1.78376 5.64601 1.78493 5.64617 1.80691 5.64633 1.8244 5.64648 1.81601 5.64664 1.78451 5.6468 1.7534 5.64695 1.74304 5.64711 1.75354 5.64727 1.77067 5.64742 1.78507 5.64758 1.80225 5.64774 1.82696 5.64789 1.84826 5.64805 1.8496 5.64821 1.83199 5.64836 1.81583 5.64852 1.81588 5.64868 1.82762 5.64884 1.84309 5.64899 1.86516 5.64915 1.89301 5.64931 1.90804 5.64946 1.89368 5.64962 1.86361 5.64978 1.85014 5.64993 1.86473 5.65009 1.88848 5.65025 1.902 5.6504 1.90691 5.65056 1.90969 5.65072 1.90462 5.65087 1.88531 5.65103 1.86117 5.65119 1.84821 5.65134 1.84904 5.6515 1.85249 5.65166 1.84792 5.65181 1.83081 5.65197 1.80104 5.65213 1.76633 5.65229 1.743 5.65244 1.74183 5.6526 1.75631 5.65276 1.77015 5.65291 1.77652 5.65307 1.77785 5.65323 1.77326 5.65338 1.75631 5.65354 1.72964 5.6537 1.70784 5.65385 1.70202 5.65401 1.70852 5.65417 1.71731 5.65432 1.72376 5.65448 1.72885 5.65464 1.73114 5.65479 1.7268 5.65495 1.71569 5.65511 1.70162 5.65526 1.6858 5.65542 1.66588 5.65558 1.64473 5.65573 1.63603 5.65589 1.65544 5.65605 1.70172 5.65621 1.74994 5.65636 1.77089 5.65652 1.75878 5.65668 1.73737 5.65683 1.73608 5.65699 1.76248 5.65715 1.80007 5.6573 1.82608 5.65746 1.82796 5.65762 1.80556 5.65777 1.76651 5.65793 1.7241 5.65809 1.69364 5.65824 1.68707 5.6584 1.70541 5.65856 1.7347 5.65871 1.7529 5.65887 1.74619 5.65903 1.72202 5.65918 1.70176 5.65934 1.69857 5.6595 1.7072 5.65965 1.71674 5.65981 1.7236 5.65997 1.72639 5.66013 1.71887 5.66028 1.69652 5.66044 1.66701 5.6606 1.64329 5.66075 1.62786 5.66091 1.61373 5.66107 1.59894 5.66122 1.58987 5.66138 1.58741 5.66154 1.5845 5.66169 1.57872 5.66185 1.57842 5.66201 1.59048 5.66216 1.61072 5.66232 1.63371 5.66248 1.66062 5.66263 1.69176 5.66279 1.71704 5.66295 1.72684 5.6631 1.72809 5.66326 1.73751 5.66342 1.75865 5.66357 1.7767 5.66373 1.77916 5.66389 1.76993 5.66405 1.76073 5.6642 1.75622 5.66436 1.75605 5.66452 1.76523 5.66467 1.78866 5.66483 1.81558 5.66499 1.82157 5.66514 1.79364 5.6653 1.7468 5.66546 1.70746 5.66561 1.68572 5.66577 1.67269 5.66593 1.66267 5.66608 1.66325 5.66624 1.68084 5.6664 1.70525 5.66655 1.72128 5.66671 1.72626 5.66687 1.72667 5.66702 1.72143 5.66718 1.70109 5.66734 1.66612 5.66749 1.63404 5.66765 1.62373 5.66781 1.63692 5.66797 1.65872 5.66812 1.67211 5.66828 1.66981 5.66844 1.65596 5.66859 1.6416 5.66875 1.63719 5.66891 1.64697 5.66906 1.66868 5.66922 1.69629 5.66938 1.71941 5.66953 1.72418 5.66969 1.70271 5.66985 1.66321 5.67 1.6269 5.67016 1.61021 5.67032 1.61345 5.67047 1.62707 5.67063 1.64232 5.67079 1.65361 5.67094 1.65702 5.6711 1.65182 5.67126 1.64326 5.67141 1.63869 5.67157 1.64155 5.67173 1.6477 5.67189 1.64772 5.67204 1.63389 5.6722 1.61045 5.67236 1.59514 5.67251 1.60321 5.67267 1.62907 5.67283 1.64976 5.67298 1.64728 5.67314 1.62267 5.6733 1.58733 5.67345 1.55284 5.67361 1.53269 5.67377 1.54055 5.67392 1.57532 5.67408 1.61666 5.67424 1.64532 5.67439 1.66115 5.67455 1.67192 5.67471 1.67178 5.67486 1.64738 5.67502 1.60351 5.67518 1.56458 5.67534 1.54614 5.67549 1.53892 5.67565 1.52951 5.67581 1.52186 5.67596 1.52812 5.67612 1.54268 5.67628 1.54285 5.67643 1.51573 5.67659 1.47553 5.67675 1.44977 5.6769 1.45268 5.67706 1.47532 5.67722 1.49924 5.67737 1.5135 5.67753 1.51914 5.67769 1.5234 5.67784 1.53158 5.678 1.54499 5.67816 1.56203 5.67831 1.58021 5.67847 1.5997 5.67863 1.62351 5.67878 1.65022 5.67894 1.66775 5.6791 1.66075 5.67926 1.62839 5.67941 1.58894 5.67957 1.56211 5.67973 1.55167 5.67988 1.549 5.68004 1.54866 5.6802 1.55197 5.68035 1.55819 5.68051 1.56488 5.68067 1.5754 5.68082 1.5977 5.68098 1.63011 5.68114 1.65764 5.68129 1.66647 5.68145 1.65632 5.68161 1.6357 5.68176 1.61163 5.68192 1.58876 5.68208 1.57202 5.68223 1.56425 5.68239 1.55997 5.68255 1.55029 5.6827 1.53322 5.68286 1.51719 5.68302 1.51397 5.68318 1.5272 5.68333 1.54611 5.68349 1.55097 5.68365 1.53008 5.6838 1.4948 5.68396 1.47214 5.68412 1.47867 5.68427 1.5048 5.68443 1.52671 5.68459 1.53041 5.68474 1.52012 5.6849 1.50783 5.68506 1.50426 5.68521 1.51752 5.68537 1.54843 5.68553 1.58425 5.68568 1.60522 5.68584 1.60321 5.686 1.59082 5.68615 1.58747 5.68631 1.59992 5.68647 1.62221 5.68662 1.65076 5.68678 1.6877 5.68694 1.72992 5.6871 1.76183 5.68725 1.76685 5.68741 1.74281 5.68757 1.70149 5.68772 1.65623 5.68788 1.61606 5.68804 1.58792 5.68819 1.57557 5.68835 1.57256 5.68851 1.56545 5.68866 1.55043 5.68882 1.54056 5.68898 1.54847 5.68913 1.56632 5.68929 1.57332 5.68945 1.56318 5.6896 1.55223 5.68976 1.55708 5.68992 1.57217 5.69007 1.58015 5.69023 1.57791 5.69039 1.57961 5.69054 1.59455 5.6907 1.61461 5.69086 1.62882 5.69102 1.64081 5.69117 1.65935 5.69133 1.67788 5.69149 1.67699 5.69164 1.65146 5.6918 1.62043 5.69196 1.60435 5.69211 1.60115 5.69227 1.59582 5.69243 1.58566 5.69258 1.5793 5.69274 1.57748 5.6929 1.56997 5.69305 1.55628 5.69321 1.5514 5.69337 1.56147 5.69352 1.57062 5.69368 1.56425 5.69384 1.55477 5.69399 1.56614 5.69415 1.59894 5.69431 1.63021 5.69446 1.64487 5.69462 1.65037 5.69478 1.65571 5.69494 1.65547 5.69509 1.6418 5.69525 1.6202 5.69541 1.60301 5.69556 1.59641 5.69572 1.60109 5.69588 1.61946 5.69603 1.65013 5.69619 1.68195 5.69635 1.70226 5.6965 1.7069 5.69666 1.69814 5.69682 1.67774 5.69697 1.65081 5.69713 1.63006 5.69729 1.62567 5.69744 1.63081 5.6976 1.62759 5.69776 1.60679 5.69791 1.57367 5.69807 1.53516 5.69823 1.49221 5.69839 1.44932 5.69854 1.42199 5.6987 1.42585 5.69886 1.45946 5.69901 1.50375 5.69917 1.54004 5.69933 1.56552 5.69948 1.58855 5.69964 1.61046 5.6998 1.61861 5.69995 1.6011 5.70011 1.56501 5.70027 1.5321 5.70042 1.51512 5.70058 1.50843 5.70074 1.50367 5.70089 1.50564 5.70105 1.52277 5.70121 1.54816 5.70136 1.56325 5.70152 1.55706 5.70168 1.53373 5.70183 1.50084 5.70199 1.46287 5.70215 1.42854 5.70231 1.41451 5.70246 1.43226 5.70262 1.47431 5.70278 1.51902 5.70293 1.54811 5.70309 1.55742 5.70325 1.55498 5.7034 1.5517 5.70356 1.5532 5.70372 1.55662 5.70387 1.55497 5.70403 1.54487 5.70419 1.52845 5.70434 1.51016 5.7045 1.49222 5.70466 1.47516 5.70481 1.45945 5.70497 1.44583 5.70513 1.4359 5.70528 1.43223 5.70544 1.43549 5.7056 1.44278 5.70575 1.44925 5.70591 1.45278 5.70607 1.45283 5.70623 1.44664 5.70638 1.43132 5.70654 1.40939 5.7067 1.38912 5.70685 1.37725 5.70701 1.37537 5.70717 1.38356 5.70732 1.4015 5.70748 1.42462 5.70764 1.44308 5.70779 1.44986 5.70795 1.44663 5.70811 1.44021 5.70826 1.43443 5.70842 1.42915 5.70858 1.42505 5.70873 1.42613 5.70889 1.43718 5.70905 1.45929 5.7092 1.48695 5.70936 1.50945 5.70952 1.5186 5.70967 1.51696 5.70983 1.51633 5.70999 1.52355 5.71015 1.53176 5.7103 1.52721 5.71046 1.50402 5.71062 1.46823 5.71077 1.43038 5.71093 1.39787 5.71109 1.37548 5.71124 1.36698 5.7114 1.37191 5.71156 1.38382 5.71171 1.39606 5.71187 1.40893 5.71203 1.42721 5.71218 1.45115 5.71234 1.47407 5.7125 1.49137 5.71265 1.50781 5.71281 1.53143 5.71297 1.56161 5.71312 1.58819 5.71328 1.60146 5.71344 1.59892 5.71359 1.58279 5.71375 1.55953 5.71391 1.54278 5.71407 1.54609 5.71422 1.56636 5.71438 1.57813 5.71454 1.55651 5.71469 1.50404 5.71485 1.44855 5.71501 1.41566 5.71516 1.41155 5.71532 1.42976 5.71548 1.46293 5.71563 1.50257 5.71579 1.53573 5.71595 1.55154 5.7161 1.54809 5.71626 1.52951 5.71642 1.49995 5.71657 1.46196 5.71673 1.42073 5.71689 1.38412 5.71704 1.3608 5.7172 1.35683 5.71736 1.36787 5.71751 1.37684 5.71767 1.36697 5.71783 1.34332 5.71799 1.33161 5.71814 1.35027 5.7183 1.38643 5.71846 1.40997 5.71861 1.40467 5.71877 1.37865 5.71893 1.34981 5.71908 1.32999 5.71924 1.32385 5.7194 1.32896 5.71955 1.33483 5.71971 1.33135 5.71987 1.32231 5.72002 1.32371 5.72018 1.34425 5.72034 1.3737 5.72049 1.39537 5.72065 1.40548 5.72081 1.41261 5.72096 1.42401 5.72112 1.4371 5.72128 1.44492 5.72143 1.44268 5.72159 1.43094 5.72175 1.41603 5.72191 1.40931 5.72206 1.42094 5.72222 1.45092 5.72238 1.48569 5.72253 1.50554 5.72269 1.49855 5.72285 1.47116 5.723 1.44414 5.72316 1.43443 5.72332 1.43724 5.72347 1.43088 5.72363 1.40088 5.72379 1.35726 5.72394 1.32498 5.7241 1.31966 5.72426 1.33835 5.72441 1.36761 5.72457 1.3938 5.72473 1.40548 5.72488 1.39553 5.72504 1.36784 5.7252 1.33722 5.72536 1.31825 5.72551 1.31484 5.72567 1.32338 5.72583 1.34112 5.72598 1.36653 5.72614 1.392 5.7263 1.40434 5.72645 1.3987 5.72661 1.38839 5.72677 1.39555 5.72692 1.42763 5.72708 1.46868 5.72724 1.49542 5.72739 1.50145 5.72755 1.49971 5.72771 1.50295 5.72786 1.50718 5.72802 1.50086 5.72818 1.48293 5.72833 1.46386 5.72849 1.45224 5.72865 1.44739 5.7288 1.44629 5.72896 1.45035 5.72912 1.45911 5.72928 1.46687 5.72943 1.47045 5.72959 1.47526 5.72975 1.48779 5.7299 1.50428 5.73006 1.51414 5.73022 1.51242 5.73037 1.50265 5.73053 1.4899 5.73069 1.47889 5.73084 1.47583 5.731 1.48579 5.73116 1.50371 5.73131 1.5156 5.73147 1.51123 5.73163 1.49307 5.73178 1.47073 5.73194 1.45186 5.7321 1.43973 5.73225 1.4352 5.73241 1.43776 5.73257 1.44463 5.73272 1.45168 5.73288 1.45351 5.73304 1.44604 5.7332 1.43229 5.73335 1.42138 5.73351 1.4186 5.73367 1.41766 5.73382 1.41298 5.73398 1.41293 5.73414 1.43002 5.73429 1.4597 5.73445 1.48143 5.73461 1.48435 5.73476 1.47753 5.73492 1.46934 5.73508 1.45424 5.73523 1.42768 5.73539 1.39965 5.73555 1.38039 5.7357 1.36573 5.73586 1.3522 5.73602 1.3545 5.73617 1.38591 5.73633 1.42819 5.73649 1.44522 5.73664 1.43082 5.7368 1.41742 5.73696 1.43405 5.73712 1.47186 5.73727 1.50195 5.73743 1.51246 5.73759 1.51347 5.73774 1.51418 5.7379 1.51112 5.73806 1.49874 5.73821 1.48043 5.73837 1.46576 5.73853 1.46099 5.73868 1.46307 5.73884 1.46562 5.739 1.4702 5.73915 1.48519 5.73931 1.51102 5.73947 1.53228 5.73962 1.53685 5.73978 1.53497 5.73994 1.54665 5.74009 1.56979 5.74025 1.58042 5.74041 1.56775 5.74056 1.55004 5.74072 1.54901 5.74088 1.56176 5.74104 1.57223 5.74119 1.57496 5.74135 1.57221 5.74151 1.56048 5.74166 1.53646 5.74182 1.51145 5.74198 1.50246 5.74213 1.50924 5.74229 1.51516 5.74245 1.5108 5.7426 1.5032 5.74276 1.49956 5.74292 1.49342 5.74307 1.47411 5.74323 1.44379 5.74339 1.41816 5.74354 1.41335 5.7437 1.43181 5.74386 1.45895 5.74401 1.47524 5.74417 1.47239 5.74433 1.45882 5.74448 1.44661 5.74464 1.44045 5.7448 1.44226 5.74496 1.45759 5.74511 1.48649 5.74527 1.51252 5.74543 1.51318 5.74558 1.48334 5.74574 1.44082 5.7459 1.40754 5.74605 1.39218 5.74621 1.39144 5.74637 1.39887 5.74652 1.41253 5.74668 1.43158 5.74684 1.45209 5.74699 1.46153 5.74715 1.44738 5.74731 1.4133 5.74746 1.38216 5.74762 1.37324 5.74778 1.38135 5.74793 1.38754 5.74809 1.38459 5.74825 1.38225 5.74841 1.38655 5.74856 1.39189 5.74872 1.39341 5.74888 1.3932 5.74903 1.3924 5.74919 1.38534 5.74935 1.3726 5.7495 1.36653 5.74966 1.37656 5.74982 1.39558 5.74997 1.41077 5.75013 1.41927 5.75029 1.42751 5.75044 1.43551 5.7506 1.43674 5.75076 1.43266 5.75091 1.43567 5.75107 1.45477 5.75123 1.48206 5.75138 1.49875 5.75154 1.49371 5.7517 1.47674 5.75185 1.46933 5.75201 1.48376 5.75217 1.5107 5.75233 1.52948 5.75248 1.52782 5.75264 1.50968 5.7528 1.48776 5.75295 1.47156 5.75311 1.46212 5.75327 1.45526 5.75342 1.4466 5.75358 1.43579 5.75374 1.42454 5.75389 1.41545 5.75405 1.41148 5.75421 1.41485 5.75436 1.42271 5.75452 1.42339 5.75468 1.40765 5.75483 1.38602 5.75499 1.38113 5.75515 1.40007 5.7553 1.42084 5.75546 1.42103 5.75562 1.40891 5.75577 1.40951 5.75593 1.42603 5.75609 1.43577 5.75625 1.42369 5.7564 1.40266 5.75656 1.3924 5.75672 1.39466 5.75687 1.39891 5.75703 1.40116 5.75719 1.40338 5.75734 1.4059 5.7575 1.40692 5.75766 1.40975 5.75781 1.41865 5.75797 1.43316 5.75813 1.44969 5.75828 1.46432 5.75844 1.47197 5.7586 1.46979 5.75875 1.46396 5.75891 1.46574 5.75907 1.47495 5.75922 1.47969 5.75938 1.47413 5.75954 1.46737 5.75969 1.46426 5.75985 1.4511 5.76001 1.41427 5.76017 1.36463 5.76032 1.32978 5.76048 1.32531 5.76064 1.34546 5.76079 1.37761 5.76095 1.41112 5.76111 1.4355 5.76126 1.44318 5.76142 1.43918 5.76158 1.43567 5.76173 1.43593 5.76189 1.43227 5.76205 1.42164 5.7622 1.41105 5.76236 1.40468 5.76252 1.39522 5.76267 1.37485 5.76283 1.34822 5.76299 1.32888 5.76314 1.32599 5.7633 1.33755 5.76346 1.35541 5.76361 1.37208 5.76377 1.38522 5.76393 1.3978 5.76409 1.41244 5.76424 1.42617 5.7644 1.43526 5.76456 1.44153 5.76471 1.44805 5.76487 1.4487 5.76503 1.43036 5.76518 1.38915 5.76534 1.33729 5.7655 1.29129 5.76565 1.25839 5.76581 1.23833 5.76597 1.23251 5.76612 1.24228 5.76628 1.26267 5.76644 1.28316 5.76659 1.29779 5.76675 1.30845 5.76691 1.32041 5.76706 1.33554 5.76722 1.35498 5.76738 1.37988 5.76753 1.40745 5.76769 1.42744 5.76785 1.42775 5.76801 1.40734 5.76816 1.37952 5.76832 1.36051 5.76848 1.3564 5.76863 1.36113 5.76879 1.36408 5.76895 1.35814 5.7691 1.34205 5.76926 1.32108 5.76942 1.30445 5.76957 1.29719 5.76973 1.29497 5.76989 1.29118 5.77004 1.28808 5.7702 1.29384 5.77036 1.30666 5.77051 1.31328 5.77067 1.30693 5.77083 1.29944 5.77098 1.30768 5.77114 1.33281 5.7713 1.36315 5.77146 1.39155 5.77161 1.41965 5.77177 1.44625 5.77193 1.46246 5.77208 1.46356 5.77224 1.45615 5.7724 1.44827 5.77255 1.43702 5.77271 1.41466 5.77287 1.38259 5.77302 1.35466 5.77318 1.34235 5.77334 1.34101 5.77349 1.33616 5.77365 1.32066 5.77381 1.30023 5.77396 1.28369 5.77412 1.27301 5.77428 1.26854 5.77443 1.27416 5.77459 1.28983 5.77475 1.30241 5.7749 1.29624 5.77506 1.27175 5.77522 1.24576 5.77538 1.23068 5.77553 1.22557 5.77569 1.22854 5.77585 1.242 5.776 1.25974 5.77616 1.26215 5.77632 1.2369 5.77647 1.19782 5.77663 1.17256 5.77679 1.17434 5.77694 1.19653 5.7771 1.22641 5.77726 1.25452 5.77741 1.2768 5.77757 1.29645 5.77773 1.32175 5.77788 1.35153 5.77804 1.36932 5.7782 1.36227 5.77835 1.3412 5.77851 1.33067 5.77867 1.3429 5.77882 1.3708 5.77898 1.40195 5.77914 1.42452 5.7793 1.42449 5.77945 1.39397 5.77961 1.34505 5.77977 1.29939 5.77992 1.26471 5.78008 1.23323 5.78024 1.20424 5.78039 1.19193 5.78055 1.20762 5.78071 1.24546 5.78086 1.28898 5.78102 1.31898 5.78118 1.31683 5.78133 1.27976 5.78149 1.23333 5.78165 1.21136 5.7818 1.21606 5.78196 1.21891 5.78212 1.20667 5.78227 1.20182 5.78243 1.22391 5.78259 1.25289 5.78274 1.25712 5.7829 1.23882 5.78306 1.22579 5.78322 1.22835 5.78337 1.23395 5.78353 1.23985 5.78369 1.26164 5.78384 1.30255 5.784 1.34336 5.78416 1.37139 5.78431 1.39884 5.78447 1.43671 5.78463 1.46735 5.78478 1.46492 5.78494 1.43242 5.7851 1.39989 5.78525 1.38654 5.78541 1.38142 5.78557 1.36515 5.78572 1.33774 5.78588 1.3157 5.78604 1.30847 5.78619 1.30766 5.78635 1.29944 5.78651 1.28092 5.78666 1.26333 5.78682 1.26181 5.78698 1.28338 5.78714 1.31982 5.78729 1.35118 5.78745 1.3618 5.78761 1.35542 5.78776 1.35035 5.78792 1.35438 5.78808 1.35189 5.78823 1.32549 5.78839 1.28341 5.78855 1.25281 5.7887 1.24746 5.78886 1.25738 5.78902 1.2726 5.78917 1.2971 5.78933 1.33183 5.78949 1.36062 5.78964 1.3681 5.7898 1.36148 5.78996 1.3588 5.79011 1.36408 5.79027 1.36852 5.79043 1.37161 5.79058 1.38151 5.79074 1.39667 5.7909 1.40456 5.79106 1.40102 5.79121 1.39677 5.79137 1.39998 5.79153 1.40452 5.79168 1.40096 5.79184 1.38976 5.792 1.37697 5.79215 1.36482 5.79231 1.35089 5.79247 1.33231 5.79262 1.30699 5.79278 1.27764 5.79294 1.2563 5.79309 1.25642 5.79325 1.2774 5.79341 1.30428 5.79356 1.32487 5.79372 1.34075 5.79388 1.35636 5.79403 1.36734 5.79419 1.36629 5.79435 1.35275 5.79451 1.33283 5.79466 1.31393 5.79482 1.30541 5.79498 1.31468 5.79513 1.33509 5.79529 1.34697 5.79545 1.33907 5.7956 1.32408 5.79576 1.32315 5.79592 1.33755 5.79607 1.34839 5.79623 1.34192 5.79639 1.32223 5.79654 1.30001 5.7967 1.27974 5.79686 1.26437 5.79701 1.26171 5.79717 1.27723 5.79733 1.30529 5.79748 1.33465 5.79764 1.35904 5.7978 1.3783 5.79795 1.39167 5.79811 1.3963 5.79827 1.39236 5.79843 1.38449 5.79858 1.37745 5.79874 1.37246 5.7989 1.3686 5.79905 1.36539 5.79921 1.36359 5.79937 1.36457 5.79952 1.37131 5.79968 1.38599 5.79984 1.40534 5.79999 1.41687 5.80015 1.40445 5.80031 1.36183 5.80046 1.30236 5.80062 1.25068 5.80078 1.22333 5.80093 1.21849 5.80109 1.22576 5.80125 1.23904 5.8014 1.25691 5.80156 1.27289 5.80172 1.2785 5.80187 1.27516 5.80203 1.27367 5.80219 1.27943 5.80235 1.28501 5.8025 1.28474 5.80266 1.2851 5.80282 1.29441 5.80297 1.30787 5.80313 1.31504 5.80329 1.31623 5.80344 1.31921 5.8036 1.32248 5.80376 1.31822 5.80391 1.313 5.80407 1.32611 5.80423 1.36107 5.80438 1.39281 5.80454 1.39889 5.8047 1.38982 5.80485 1.39143 5.80501 1.40835 5.80517 1.42302 5.80532 1.42613 5.80548 1.42451 5.80564 1.41856 5.80579 1.39324 5.80595 1.34386 5.80611 1.29286 5.80627 1.26811 5.80642 1.27528 5.80658 1.29967 5.80674 1.3255 5.80689 1.34082 5.80705 1.3346 5.80721 1.3042 5.80736 1.26364 5.80752 1.23179 5.80768 1.21278 5.80783 1.19706 5.80799 1.17923 5.80815 1.16461 5.8083 1.15995 5.80846 1.1661 5.80862 1.1794 5.80877 1.19341 5.80893 1.19962 5.80909 1.19525 5.80924 1.19075 5.8094 1.20081 5.80956 1.22988 5.80971 1.27152 5.80987 1.31684 5.81003 1.35585 5.81019 1.37666 5.81034 1.37624 5.8105 1.37147 5.81066 1.38335 5.81081 1.40944 5.81097 1.42648 5.81113 1.42184 5.81128 1.40786 5.81144 1.39843 5.8116 1.3888 5.81175 1.36941 5.81191 1.34476 5.81207 1.3258 5.81222 1.31304 5.81238 1.30065 5.81254 1.29172 5.81269 1.29348 5.81285 1.30277 5.81301 1.30806 5.81316 1.30498 5.81332 1.29793 5.81348 1.28929 5.81363 1.27978 5.81379 1.27628 5.81395 1.28517 5.81411 1.2972 5.81426 1.29392 5.81442 1.27371 5.81458 1.25903 5.81473 1.26923 5.81489 1.29715 5.81505 1.32075 5.8152 1.33039 5.81536 1.33578 5.81552 1.3492 5.81567 1.37295 5.81583 1.40077 5.81599 1.42501 5.81614 1.43982 5.8163 1.44229 5.81646 1.43227 5.81661 1.41029 5.81677 1.37903 5.81693 1.34759 5.81708 1.32934 5.81724 1.33178 5.8174 1.34821 5.81756 1.36268 5.81771 1.36478 5.81787 1.35744 5.81803 1.35153 5.81818 1.35499 5.81834 1.36544 5.8185 1.37267 5.81865 1.36891 5.81881 1.35864 5.81897 1.35743 5.81912 1.37898 5.81928 1.42274 5.81944 1.47239 5.81959 1.50505 5.81975 1.50332 5.81991 1.46686 5.82006 1.41664 5.82022 1.3838 5.82038 1.38711 5.82053 1.41884 5.82069 1.45411 5.82085 1.47252 5.821 1.47006 5.82116 1.45572 5.82132 1.44185 5.82148 1.43585 5.82163 1.43429 5.82179 1.42641 5.82195 1.40432 5.8221 1.37106 5.82226 1.3359 5.82242 1.30671 5.82257 1.28965 5.82273 1.29247 5.82289 1.31804 5.82304 1.35501 5.8232 1.38529 5.82336 1.40176 5.82351 1.41213 5.82367 1.42208 5.82383 1.42366 5.82398 1.40576 5.82414 1.37269 5.8243 1.34302 5.82445 1.3318 5.82461 1.33724 5.82477 1.3432 5.82492 1.33287 5.82508 1.30255 5.82524 1.26432 5.8254 1.23578 5.82555 1.22405 5.82571 1.22417 5.82587 1.22989 5.82602 1.23967 5.82618 1.24993 5.82634 1.25284 5.82649 1.24752 5.82665 1.24425 5.82681 1.25013 5.82696 1.25691 5.82712 1.25375 5.82728 1.24425 5.82743 1.23796 5.82759 1.22984 5.82775 1.2072 5.8279 1.17736 5.82806 1.16787 5.82822 1.19148 5.82837 1.22625 5.82853 1.24243 5.82869 1.23934 5.82884 1.24044 5.829 1.26022 5.82916 1.29031 5.82932 1.31482 5.82947 1.32545 5.82963 1.3229 5.82979 1.31385 5.82994 1.31042 5.8301 1.32022 5.83026 1.33477 5.83041 1.33485 5.83057 1.31233 5.83073 1.28133 5.83088 1.26377 5.83104 1.26828 5.8312 1.28984 5.83135 1.32203 5.83151 1.36256 5.83167 1.40499 5.83182 1.43493 5.83198 1.43838 5.83214 1.4163 5.83229 1.38491 5.83245 1.36112 5.83261 1.34787 5.83276 1.33747 5.83292 1.32769 5.83308 1.32877 5.83324 1.3509 5.83339 1.38896 5.83355 1.42655 5.83371 1.45308 5.83386 1.46924 5.83402 1.47647 5.83418 1.46814 5.83433 1.43936 5.83449 1.39765 5.83465 1.36026 5.8348 1.33875 5.83496 1.33257 5.83512 1.33442 5.83527 1.33759 5.83543 1.3365 5.83559 1.32659 5.83574 1.30838 5.8359 1.28965 5.83606 1.28035 5.83621 1.28393 5.83637 1.29559 5.83653 1.3062 5.83668 1.30938 5.83684 1.30502 5.837 1.30019 5.83716 1.30236 5.83731 1.31067 5.83747 1.31459 5.83763 1.30541 5.83778 1.28938 5.83794 1.28399 5.8381 1.30082 5.83825 1.33555 5.83841 1.37519 5.83857 1.40981 5.83872 1.43337 5.83888 1.44115 5.83904 1.43236 5.83919 1.41436 5.83935 1.39732 5.83951 1.38479 5.83966 1.37684 5.83982 1.37727 5.83998 1.39106 5.84013 1.41283 5.84029 1.42764 5.84045 1.42679 5.8406 1.41533 5.84076 1.40141 5.84092 1.38617 5.84108 1.37036 5.84123 1.36393 5.84139 1.37751 5.84155 1.40657 5.8417 1.43205 5.84186 1.43844 5.84202 1.42668 5.84217 1.40687 5.84233 1.38601 5.84249 1.36492 5.84264 1.34634 5.8428 1.33821 5.84296 1.34734 5.84311 1.36995 5.84327 1.39464 5.84343 1.41348 5.84358 1.42759 5.84374 1.43872 5.8439 1.43871 5.84405 1.4175 5.84421 1.37861 5.84437 1.34006 5.84453 1.31541 5.84468 1.30193 5.84484 1.29162 5.845 1.28482 5.84515 1.28606 5.84531 1.29327 5.84547 1.29969 5.84562 1.30359 5.84578 1.30654 5.84594 1.30449 5.84609 1.29002 5.84625 1.2667 5.84641 1.25181 5.84656 1.25887 5.84672 1.2812 5.84688 1.29855 5.84703 1.29876 5.84719 1.29043 5.84735 1.29244 5.8475 1.31523 5.84766 1.35181 5.84782 1.38663 5.84797 1.409 5.84813 1.41655 5.84829 1.41045 5.84845 1.39529 5.8486 1.38226 5.84876 1.38225 5.84892 1.3932 5.84907 1.40097 5.84923 1.39891 5.84939 1.39794 5.84954 1.40983 5.8497 1.42748 5.84986 1.43303 5.85001 1.422 5.85017 1.40636 5.85033 1.39614 5.85048 1.38626 5.85064 1.36733 5.8508 1.33996 5.85095 1.31328 5.85111 1.29344 5.85127 1.27811 5.85142 1.26254 5.85158 1.2485 5.85174 1.24687 5.85189 1.26543 5.85205 1.29692 5.85221 1.32272 5.85237 1.3342 5.85252 1.34147 5.85268 1.35655 5.85284 1.37511 5.85299 1.38463 5.85315 1.38377 5.85331 1.38281 5.85346 1.3863 5.85362 1.3894 5.85378 1.39 5.85393 1.3925 5.85409 1.3981 5.85425 1.40138 5.8544 1.40022 5.85456 1.39648 5.85472 1.38774 5.85487 1.36743 5.85503 1.33869 5.85519 1.31773 5.85534 1.31672 5.8555 1.33249 5.85566 1.35404 5.85581 1.3741 5.85597 1.38889 5.85613 1.39783 5.85629 1.40925 5.85644 1.43531 5.8566 1.47271 5.85676 1.49811 5.85691 1.49272 5.85707 1.46502 5.85723 1.43833 5.85738 1.42242 5.85754 1.40766 5.8577 1.384 5.85785 1.3515 5.85801 1.31451 5.85817 1.27671 5.85832 1.24586 5.85848 1.23287 5.85864 1.24141 5.85879 1.26292 5.85895 1.28517 5.85911 1.3031 5.85926 1.31933 5.85942 1.33792 5.85958 1.35912 5.85973 1.37909 5.85989 1.39283 5.86005 1.39889 5.86021 1.4019 5.86036 1.40944 5.86052 1.4255 5.86068 1.44638 5.86083 1.46255 5.86099 1.46736 5.86115 1.46374 5.8613 1.46112 5.86146 1.46388 5.86162 1.4662 5.86177 1.4598 5.86193 1.44482 5.86209 1.42672 5.86224 1.40868 5.8624 1.39437 5.86256 1.39246 5.86271 1.40675 5.86287 1.4211 5.86303 1.41115 5.86318 1.37306 5.86334 1.32842 5.8635 1.29378 5.86365 1.26286 5.86381 1.22712 5.86397 1.20004 5.86413 1.20237 5.86428 1.23254 5.86444 1.26807 5.8646 1.29434 5.86475 1.31677 5.86491 1.34337 5.86507 1.37082 5.86522 1.3904 5.86538 1.39794 5.86554 1.3955 5.86569 1.38946 5.86585 1.38889 5.86601 1.39704 5.86616 1.40447 5.86632 1.39843 5.86648 1.37921 5.86663 1.36024 5.86679 1.34808 5.86695 1.33483 5.8671 1.31275 5.86726 1.28899 5.86742 1.27776 5.86758 1.28242 5.86773 1.29309 5.86789 1.29942 5.86805 1.30181 5.8682 1.30827 5.86836 1.32306 5.86852 1.34157 5.86867 1.35455 5.86883 1.35655 5.86899 1.34778 5.86914 1.33045 5.8693 1.30724 5.86946 1.2856 5.86961 1.27641 5.86977 1.2835 5.86993 1.29826 5.87008 1.30925 5.87024 1.31409 5.8704 1.31817 5.87055 1.32414 5.87071 1.32943 5.87087 1.33192 5.87102 1.33173 5.87118 1.33149 5.87134 1.33648 5.8715 1.35232 5.87165 1.37697 5.87181 1.39893 5.87197 1.41001 5.87212 1.41475 5.87228 1.4199 5.87244 1.42101 5.87259 1.41029 5.87275 1.39333 5.87291 1.38442 5.87306 1.38469 5.87322 1.37982 5.87338 1.36228 5.87353 1.34033 5.87369 1.32079 5.87385 1.29755 5.874 1.26564 5.87416 1.23658 5.87432 1.22916 5.87447 1.24804 5.87463 1.28146 5.87479 1.31594 5.87494 1.34493 5.8751 1.36778 5.87526 1.38524 5.87542 1.398 5.87557 1.40344 5.87573 1.39662 5.87589 1.37971 5.87604 1.36764 5.8762 1.37623 5.87636 1.40627 5.87651 1.44152 5.87667 1.46109 5.87683 1.45324 5.87698 1.42187 5.87714 1.38717 5.8773 1.37526 5.87745 1.39754 5.87761 1.43636 5.87777 1.45821 5.87792 1.44474 5.87808 1.40902 5.87824 1.37994 5.87839 1.3757 5.87855 1.392 5.87871 1.41196 5.87886 1.42028 5.87902 1.41038 5.87918 1.38625 5.87934 1.359 5.87949 1.33836 5.87965 1.32223 5.87981 1.29835 5.87996 1.25933 5.88012 1.21393 5.88028 1.17832 5.88043 1.15832 5.88059 1.1474 5.88075 1.14102 5.8809 1.1442 5.88106 1.16074 5.88122 1.18504 5.88137 1.21047 5.88153 1.23836 5.88169 1.27012 5.88184 1.29768 5.882 1.3144 5.88216 1.32876 5.88231 1.35317 5.88247 1.38026 5.88263 1.38523 5.88278 1.35955 5.88294 1.32616 5.8831 1.31216 5.88326 1.31632 5.88341 1.31688 5.88357 1.30413 5.88373 1.29181 5.88388 1.29448 5.88404 1.30849 5.8842 1.32037 5.88435 1.32605 5.88451 1.33405 5.88467 1.34955 5.88482 1.36522 5.88498 1.37081 5.88514 1.36773 5.88529 1.36871 5.88545 1.38212 5.88561 1.40225 5.88576 1.41877 5.88592 1.42905 5.88608 1.43373 5.88623 1.42507 5.88639 1.3912 5.88655 1.33563 5.8867 1.28263 5.88686 1.25674 5.88702 1.26099 5.88718 1.27975 5.88733 1.29883 5.88749 1.31527 5.88765 1.32974 5.8878 1.33929 5.88796 1.34083 5.88812 1.33745 5.88827 1.33458 5.88843 1.33228 5.88859 1.32357 5.88874 1.30572 5.8889 1.28767 5.88906 1.28251 5.88921 1.29131 5.88937 1.30204 5.88953 1.30695 5.88968 1.31354 5.88984 1.33141 5.89 1.35473 5.89015 1.36822 5.89031 1.368 5.89047 1.36485 5.89063 1.36448 5.89078 1.35702 5.89094 1.33405 5.8911 1.30576 5.89125 1.29327 5.89141 1.30594 5.89157 1.33357 5.89172 1.35758 5.89188 1.36577 5.89204 1.357 5.89219 1.33698 5.89235 1.31181 5.89251 1.28511 5.89266 1.25893 5.89282 1.23897 5.89298 1.23303 5.89313 1.24303 5.89329 1.2606 5.89345 1.27258 5.8936 1.26909 5.89376 1.24996 5.89392 1.2259 5.89407 1.21357 5.89423 1.22057 5.89439 1.23534 5.89455 1.23898 5.8947 1.22683 5.89486 1.21234 5.89502 1.2067 5.89517 1.20591 5.89533 1.20208 5.89549 1.19865 5.89564 1.20349 5.8958 1.21582 5.89596 1.23022 5.89611 1.24766 5.89627 1.27146 5.89643 1.2954 5.89658 1.30855 5.89674 1.31239 5.8969 1.31979 5.89705 1.33568 5.89721 1.34914 5.89737 1.35069 5.89752 1.34777 5.89768 1.35427 5.89784 1.36968 5.89799 1.37733 5.89815 1.36417 5.89831 1.33571 5.89847 1.31073 5.89862 1.30298 5.89878 1.31038 5.89894 1.31883 5.89909 1.31369 5.89925 1.2879 5.89941 1.24428 5.89956 1.19523 5.89972 1.16022 5.89988 1.15496 5.90003 1.18028 5.90019 1.22189 5.90035 1.26156 5.9005 1.28764 5.90066 1.29503 5.90082 1.28339 5.90097 1.26379 5.90113 1.25661 5.90129 1.27354 5.90144 1.30088 5.9016 1.31129 5.90176 1.29563 5.90191 1.27483 5.90207 1.27621 5.90223 1.30232 5.90239 1.33229 5.90254 1.34815 5.9027 1.35266 5.90286 1.35601 5.90301 1.35695 5.90317 1.34521 5.90333 1.32185 5.90348 1.30693 5.90364 1.31782 5.9038 1.34783 5.90395 1.37444 5.90411 1.38748 5.90427 1.39796 5.90442 1.41529 5.90458 1.42906 5.90474 1.42218 5.90489 1.39623 5.90505 1.37121 5.90521 1.35965 5.90536 1.35376 5.90552 1.3408 5.90568 1.32358 5.90583 1.318 5.90599 1.33578 5.90615 1.37282 5.90631 1.41453 5.90646 1.44613 5.90662 1.46027 5.90678 1.45936 5.90693 1.45098 5.90709 1.44029 5.90725 1.42463 5.9074 1.3988 5.90756 1.36434 5.90772 1.33244 5.90787 1.31529 5.90803 1.31725 5.90819 1.3338 5.90834 1.35391 5.9085 1.36291 5.90866 1.34713 5.90881 1.30721 5.90897 1.26505 5.90913 1.24851 5.90928 1.26554 5.90944 1.29707 5.9096 1.32051 5.90975 1.33273 5.90991 1.344 5.91007 1.35733 5.91023 1.36662 5.91038 1.3698 5.91054 1.37412 5.9107 1.38429 5.91085 1.39382 5.91101 1.3949 5.91117 1.38829 5.91132 1.38189 5.91148 1.37881 5.91164 1.37241 5.91179 1.35081 5.91195 1.30973 5.91211 1.26117 5.91226 1.22681 5.91242 1.21685 5.91258 1.2189 5.91273 1.21548 5.91289 1.20549 5.91305 1.20029 5.9132 1.20362 5.91336 1.20813 5.91352 1.21598 5.91368 1.23984 5.91383 1.28006 5.91399 1.31432 5.91415 1.31913 5.9143 1.29579 5.91446 1.26376 5.91462 1.23956 5.91477 1.22881 5.91493 1.2303 5.91509 1.23661 5.91524 1.23711 5.9154 1.23032 5.91556 1.22782 5.91571 1.24034 5.91587 1.2657 5.91603 1.2972 5.91618 1.33322 5.91634 1.36756 5.9165 1.38252 5.91665 1.36657 5.91681 1.33258 5.91697 1.30549 5.91712 1.29404 5.91728 1.28953 5.91744 1.28894 5.9176 1.29967 5.91775 1.32169 5.91791 1.34163 5.91807 1.34875 5.91822 1.34669 5.91838 1.34419 5.91854 1.34551 5.91869 1.35135 5.91885 1.36187 5.91901 1.37173 5.91916 1.37301 5.91932 1.36591 5.91948 1.35911 5.91963 1.3594 5.91979 1.36465 5.91995 1.37056 5.9201 1.37321 5.92026 1.36636 5.92042 1.34552 5.92057 1.31819 5.92073 1.30007 5.92089 1.29653 5.92104 1.29657 5.9212 1.28992 5.92136 1.28085 5.92152 1.27854 5.92167 1.28379 5.92183 1.29152 5.92199 1.30098 5.92214 1.31315 5.9223 1.32378 5.92246 1.32592 5.92261 1.31879 5.92277 1.30679 5.92293 1.29009 5.92308 1.26312 5.92324 1.22654 5.9234 1.19455 5.92355 1.18617 5.92371 1.20579 5.92387 1.23571 5.92402 1.25295 5.92418 1.25169 5.92434 1.24505 5.92449 1.24361 5.92465 1.24383 5.92481 1.23809 5.92496 1.22765 5.92512 1.21652 5.92528 1.20316 5.92544 1.18865 5.92559 1.18462 5.92575 1.1976 5.92591 1.21323 5.92606 1.21363 5.92622 1.206 5.92638 1.21457 5.92653 1.24415 5.92669 1.27151 5.92685 1.27934 5.927 1.27518 5.92716 1.27131 5.92732 1.26485 5.92747 1.25199 5.92763 1.24454 5.92779 1.2555 5.92794 1.27932 5.9281 1.3018 5.92826 1.32172 5.92841 1.34405 5.92857 1.36204 5.92873 1.3622 5.92888 1.34552 5.92904 1.32834 5.9292 1.32119 5.92936 1.32036 5.92951 1.31885 5.92967 1.31597 5.92983 1.31099 5.92998 1.29913 5.93014 1.27694 5.9303 1.24791 5.93045 1.22036 5.93061 1.20361 5.93077 1.20481 5.93092 1.22216 5.93108 1.24216 5.93124 1.24845 5.93139 1.23767 5.93155 1.22366 5.93171 1.22451 5.93186 1.24519 5.93202 1.27245 5.93218 1.28582 5.93233 1.28049 5.93249 1.27448 5.93265 1.28846 5.9328 1.31813 5.93296 1.33633 5.93312 1.32746 5.93328 1.30787 5.93343 1.30408 5.93359 1.32256 5.93375 1.35031 5.9339 1.37657 5.93406 1.39519 5.93422 1.39344 5.93437 1.3601 5.93453 1.3045 5.93469 1.25455 5.93484 1.2297 5.935 1.22636 5.93516 1.23188 5.93531 1.24193 5.93547 1.25852 5.93563 1.28039 5.93578 1.30436 5.93594 1.32666 5.9361 1.34081 5.93625 1.3398 5.93641 1.32692 5.93657 1.32013 5.93673 1.33667 5.93688 1.37485 5.93704 1.4136 5.9372 1.43101 5.93735 1.42243 5.93751 1.40163 5.93767 1.3861 5.93782 1.37794 5.93798 1.36317 5.93814 1.33062 5.93829 1.28953 5.93845 1.26161 5.93861 1.25733 5.93876 1.26676 5.93892 1.2741 5.93908 1.27363 5.93923 1.26903 5.93939 1.26432 5.93955 1.26119 5.9397 1.26082 5.93986 1.26346 5.94002 1.26716 5.94017 1.26907 5.94033 1.26607 5.94049 1.25526 5.94065 1.23709 5.9408 1.21803 5.94096 1.20457 5.94112 1.19598 5.94127 1.18822 5.94143 1.18494 5.94159 1.19606 5.94174 1.22253 5.9419 1.25029 5.94206 1.26348 5.94221 1.26065 5.94237 1.25206 5.94253 1.24929 5.94268 1.26031 5.94284 1.28523 5.943 1.31192 5.94315 1.32211 5.94331 1.31303 5.94347 1.30607 5.94362 1.32325 5.94378 1.35783 5.94394 1.38229 5.94409 1.38255 5.94425 1.37185 5.94441 1.36715 5.94457 1.36521 5.94472 1.35271 5.94488 1.32912 5.94504 1.30863 5.94519 1.30322 5.94535 1.3125 5.94551 1.32887 5.94566 1.34497 5.94582 1.35602 5.94598 1.36107 5.94613 1.36332 5.94629 1.36394 5.94645 1.35866 5.9466 1.34444 5.94676 1.32762 5.94692 1.3181 5.94707 1.3123 5.94723 1.29457 5.94739 1.25648 5.94754 1.21081 5.9477 1.1801 5.94786 1.17409 5.94801 1.18391 5.94817 1.19445 5.94833 1.19865 5.94849 1.201 5.94864 1.21199 5.9488 1.23564 5.94896 1.26272 5.94911 1.27902 5.94927 1.28498 5.94943 1.29796 5.94958 1.32928 5.94974 1.36509 5.9499 1.38049 5.95005 1.36868 5.95021 1.34415 5.95037 1.31987 5.95052 1.29407 5.95068 1.26413 5.95084 1.23911 5.95099 1.22865 5.95115 1.2281 5.95131 1.22405 5.95146 1.21218 5.95162 1.20069 5.95178 1.19953 5.95193 1.21012 5.95209 1.2274 5.95225 1.24585 5.95241 1.26231 5.95256 1.27804 5.95272 1.29777 5.95288 1.32393 5.95303 1.35216 5.95319 1.37361 5.95335 1.38253 5.9535 1.37957 5.95366 1.36981 5.95382 1.35653 5.95397 1.33909 5.95413 1.31571 5.95429 1.28919 5.95444 1.26706 5.9546 1.25576 5.95476 1.2557 5.95491 1.26402 5.95507 1.27891 5.95523 1.29634 5.95538 1.30842 5.95554 1.31003 5.9557 1.30619 5.95585 1.30442 5.95601 1.30207 5.95617 1.28938 5.95633 1.26385 5.95648 1.2333 5.95664 1.20433 5.9568 1.17922 5.95695 1.16338 5.95711 1.16334 5.95727 1.17367 5.95742 1.17797 5.95758 1.16911 5.95774 1.15912 5.95789 1.16232 5.95805 1.17917 5.95821 1.20462 5.95836 1.23928 5.95852 1.27976 5.95868 1.31061 5.95883 1.31888 5.95899 1.31327 5.95915 1.3136 5.9593 1.32255 5.95946 1.32106 5.95962 1.29482 5.95977 1.25324 5.95993 1.21981 5.96009 1.20911 5.96025 1.21739 5.9604 1.23228 5.96056 1.24819 5.96072 1.27199 5.96087 1.30925 5.96103 1.34665 5.96119 1.35898 5.96134 1.33701 5.9615 1.29887 5.96166 1.26677 5.96181 1.24385 5.96197 1.22183 5.96213 1.20197 5.96228 1.19269 5.96244 1.19403 5.9626 1.19756 5.96275 1.20006 5.96291 1.20507 5.96307 1.21331 5.96322 1.22275 5.96338 1.23357 5.96354 1.24292 5.9637 1.24139 5.96385 1.22675 5.96401 1.2153 5.96417 1.22411 5.96432 1.2472 5.96448 1.26313 5.96464 1.26223 5.96479 1.24879 5.96495 1.22092 5.96511 1.17644 5.96526 1.13385 5.96542 1.12501 5.96558 1.15534 5.96573 1.19467 5.96589 1.21526 5.96605 1.21952 5.9662 1.22219 5.96636 1.22466 5.96652 1.22136 5.96667 1.21509 5.96683 1.20908 5.96699 1.19712 5.96714 1.17668 5.9673 1.16194 5.96746 1.1685 5.96762 1.19307 5.96777 1.22105 5.96793 1.24644 5.96809 1.26747 5.96824 1.27464 5.9684 1.26035 5.96856 1.23821 5.96871 1.2375 5.96887 1.27197 5.96903 1.32455 5.96918 1.36573 5.96934 1.3785 5.9695 1.36659 5.96965 1.34854 5.96981 1.34481 5.96997 1.36215 5.97012 1.38917 5.97028 1.40563 5.97044 1.39853 5.97059 1.36761 5.97075 1.32426 5.97091 1.28644 5.97106 1.26893 5.97122 1.27292 5.97138 1.28862 5.97154 1.30722 5.97169 1.32398 5.97185 1.33137 5.97201 1.31954 5.97216 1.29349 5.97232 1.27379 5.97248 1.27453 5.97263 1.28786 5.97279 1.2991 5.97295 1.30554 5.9731 1.31147 5.97326 1.31556 5.97342 1.31519 5.97357 1.31339 5.97373 1.31003 5.97389 1.29465 5.97404 1.26248 5.9742 1.22881 5.97436 1.21013 5.97451 1.19825 5.97467 1.17274 5.97483 1.13426 5.97498 1.1077 5.97514 1.11157 5.9753 1.1426 5.97546 1.188 5.97561 1.23393 5.97577 1.26108 5.97593 1.25215 5.97608 1.21501 5.97624 1.18176 5.9764 1.17725 5.97655 1.19749 5.97671 1.22439 5.97687 1.24758 5.97702 1.26411 5.97718 1.27074 5.97734 1.26716 5.97749 1.26133 5.97765 1.25878 5.97781 1.25604 5.97796 1.24933 5.97812 1.2446 5.97828 1.25014 5.97843 1.26312 5.97859 1.27264 5.97875 1.27391 5.9789 1.27224 5.97906 1.27468 5.97922 1.28489 5.97938 1.30512 5.97953 1.33577 5.97969 1.37007 5.97985 1.39233 5.98 1.38549 5.98016 1.3467 5.98032 1.29459 5.98047 1.25836 5.98063 1.25209 5.98079 1.2627 5.98094 1.26693 5.9811 1.25937 5.98126 1.25522 5.98141 1.26664 5.98157 1.28616 5.98173 1.29634 5.98188 1.28865 5.98204 1.26899 5.9822 1.24808 5.98235 1.23224 5.98251 1.22129 5.98267 1.21293 5.98282 1.2089 5.98298 1.214 5.98314 1.22789 5.9833 1.2425 5.98345 1.25264 5.98361 1.26405 5.98377 1.28299 5.98392 1.30264 5.98408 1.31221 5.98424 1.31598 5.98439 1.32684 5.98455 1.34215 5.98471 1.34179 5.98486 1.31698 5.98502 1.2875 5.98518 1.27838 5.98533 1.29172 5.98549 1.31002 5.98565 1.31967 5.9858 1.32007 5.98596 1.31553 5.98612 1.30909 5.98627 1.3046 5.98643 1.3053 5.98659 1.31016 5.98675 1.31456 5.9869 1.3139 5.98706 1.30576 5.98722 1.29152 5.98737 1.27651 5.98753 1.26301 5.98769 1.2444 5.98784 1.21226 5.988 1.17372 5.98816 1.15126 5.98831 1.16062 5.98847 1.19532 5.98863 1.23584 5.98878 1.26523 5.98894 1.27406 5.9891 1.26277 5.98925 1.24765 5.98941 1.25256 5.98957 1.28457 5.98972 1.32417 5.98988 1.34648 5.99004 1.34565 5.99019 1.3295 5.99035 1.30234 5.99051 1.26692 5.99067 1.23507 5.99082 1.22231 5.99098 1.23176 5.99114 1.25557 5.99129 1.28669 5.99145 1.31962 5.99161 1.34491 5.99176 1.35508 5.99192 1.35314 5.99208 1.34593 5.99223 1.33242 5.99239 1.31183 5.99255 1.29585 5.9927 1.29609 5.99286 1.30493 5.99302 1.30488 5.99317 1.29542 5.99333 1.29182 5.99349 1.30057 5.99364 1.31346 5.9938 1.32934 5.99396 1.35656 5.99411 1.38849 5.99427 1.39893 5.99443 1.37418 5.99459 1.33484 5.99474 1.31089 5.9949 1.30979 5.99506 1.3208 5.99521 1.33606 5.99537 1.3528 5.99553 1.36104 5.99568 1.34921 5.99584 1.31862 5.996 1.28283 5.99615 1.25398 5.99631 1.23779 5.99647 1.2346 5.99662 1.23639 5.99678 1.23114 5.99694 1.21874 5.99709 1.218 5.99725 1.24467 5.99741 1.28726 5.99756 1.31568 5.99772 1.31063 5.99788 1.27594 5.99803 1.22823 5.99819 1.18633 5.99835 1.16644 5.99851 1.17172 5.99866 1.18765 5.99882 1.20008 5.99898 1.21545 5.99913 1.25102 5.99929 1.30603 5.99945 1.35652 5.9996 1.3799 5.99976 1.37274 5.99992 1.34392 6.00007 1.30475 6.00023 1.26942 6.00039 1.24965 6.00054 1.24428 6.0007 1.24258 6.00086 1.24381 6.00101 1.25977 6.00117 1.29305 6.00133 1.32534 6.00148 1.33552 6.00164 1.3209 6.0018 1.29337 6.00195 1.26653 6.00211 1.2518 6.00227 1.25814 6.00243 1.28075 6.00258 1.29913 6.00274 1.29607 6.0029 1.27525 6.00305 1.25249 6.00321 1.23703 6.00337 1.23098 6.00352 1.23883 6.00368 1.26257 6.00384 1.29168 6.00399 1.3125 6.00415 1.32624 6.00431 1.34612 6.00446 1.37477 6.00462 1.39807 6.00478 1.40325 6.00493 1.39155 6.00509 1.36943 6.00525 1.34086 6.0054 1.31223 6.00556 1.29631 6.00572 1.30078 6.00587 1.31864 6.00603 1.3365 6.00619 1.3494 6.00635 1.36316 6.0065 1.38333 6.00666 1.40691 6.00682 1.42295 6.00697 1.41925 6.00713 1.39429 6.00729 1.36239 6.00744 1.34395 6.0076 1.34351 6.00776 1.34391 6.00791 1.32451 6.00807 1.28623 6.00823 1.25274 6.00838 1.24651 6.00854 1.2688 6.0087 1.30185 6.00885 1.32897 6.00901 1.34725 6.00917 1.36071 6.00932 1.36534 6.00948 1.34857 6.00964 1.30761 6.0098 1.25963 6.00995 1.2274 6.01011 1.2154 6.01027 1.21007 6.01042 1.202 6.01058 1.19822 6.01074 1.2108 6.01089 1.2409 6.01105 1.28129 6.01121 1.3261 6.01136 1.37178 6.01152 1.41105 6.01168 1.43491 6.01183 1.44058 6.01199 1.43367 6.01215 1.42391 6.0123 1.41885 6.01246 1.42061 6.01262 1.42716 6.01277 1.43491 6.01293 1.4424 6.01309 1.44681 6.01324 1.43953 6.0134 1.41179 6.01356 1.36846 6.01372 1.32853 6.01387 1.30829 6.01403 1.30651 6.01419 1.31133 6.01434 1.31454 6.0145 1.31339 6.01466 1.30654 6.01481 1.29495 6.01497 1.28633 6.01513 1.28532 6.01528 1.28515 6.01544 1.27442 6.0156 1.25373 6.01575 1.2357 6.01591 1.22777 6.01607 1.22612 6.01622 1.22633 6.01638 1.23348 6.01654 1.25252 6.01669 1.2788 6.01685 1.30188 6.01701 1.31622 6.01716 1.32113 6.01732 1.31584 6.01748 1.30121 6.01764 1.28409 6.01779 1.27138 6.01795 1.26178 6.01811 1.24802 6.01826 1.23002 6.01842 1.21675 6.01858 1.21431 6.01873 1.21718 6.01889 1.21691 6.01905 1.213 6.0192 1.21005 6.01936 1.20714 6.01952 1.19791 6.01967 1.18132 6.01983 1.16605 6.01999 1.16199 6.02014 1.17331 6.0203 1.20155 6.02046 1.2488 6.02061 1.30975 6.02077 1.3663 6.02093 1.39972 6.02108 1.40682 6.02124 1.39971 6.0214 1.39046 6.02156 1.3833 6.02171 1.37938 6.02187 1.37976 6.02203 1.37933 6.02218 1.36913 6.02234 1.34783 6.0225 1.32657 6.02265 1.31502 6.02281 1.3115 6.02297 1.3113 6.02312 1.31671 6.02328 1.33035 6.02344 1.34374 6.02359 1.34392 6.02375 1.32911 6.02391 1.31008 6.02406 1.29561 6.02422 1.28641 6.02438 1.28291 6.02453 1.29116 6.02469 1.31522 6.02485 1.34943 6.025 1.37823 6.02516 1.38327 6.02532 1.35408 6.02548 1.29816 6.02563 1.24015 6.02579 1.20408 6.02595 1.19351 6.0261 1.19086 6.02626 1.17836 6.02642 1.15503 6.02657 1.13429 6.02673 1.13048 6.02689 1.14904 6.02704 1.18393 6.0272 1.22248 6.02736 1.25203 6.02751 1.26428 6.02767 1.25371 6.02783 1.21937 6.02798 1.17121 6.02814 1.12995 6.0283 1.11246 6.02845 1.11892 6.02861 1.13919 6.02877 1.16657 6.02892 1.19579 6.02908 1.21182 6.02924 1.19841 6.0294 1.16066 6.02955 1.12644 6.02971 1.11944 6.02987 1.13889 6.03002 1.16981 6.03018 1.20199 6.03034 1.22975 6.03049 1.24413 6.03065 1.23792 6.03081 1.21569 6.03096 1.19152 6.03112 1.1756 6.03128 1.16868 6.03143 1.16694 6.03159 1.16599 6.03175 1.16213 6.0319 1.15328 6.03206 1.14009 6.03222 1.12262 6.03237 1.10237 6.03253 1.0864 6.03269 1.085 6.03285 1.10022 6.033 1.12269 6.03316 1.14409 6.03332 1.1663 6.03347 1.19272 6.03363 1.21612 6.03379 1.22465 6.03394 1.21675 6.0341 1.20232 6.03426 1.19131 6.03441 1.18757 6.03457 1.19197 6.03473 1.20234 6.03488 1.21169 6.03504 1.21487 6.0352 1.21673 6.03535 1.22609 6.03551 1.24281 6.03567 1.25751 6.03582 1.26497 6.03598 1.26962 6.03614 1.27736 6.03629 1.28988 6.03645 1.30914 6.03661 1.33602 6.03677 1.36201 6.03692 1.37133 6.03708 1.35808 6.03724 1.3349 6.03739 1.31865 6.03755 1.31151 6.03771 1.30486 6.03786 1.29498 6.03802 1.28749 6.03818 1.28799 6.03833 1.29639 6.03849 1.30989 6.03865 1.32413 6.0388 1.33052 6.03896 1.32191 6.03912 1.30139 6.03927 1.28014 6.03943 1.26423 6.03959 1.24959 6.03974 1.23387 6.0399 1.22162 6.04006 1.21358 6.04021 1.19825 6.04037 1.16646 6.04053 1.13059 6.04069 1.11759 6.04084 1.14078 6.041 1.18941 6.04116 1.24435 6.04131 1.29226 6.04147 1.32065 6.04163 1.31504 6.04178 1.27582 6.04194 1.22914 6.0421 1.20504 6.04225 1.2058 6.04241 1.21072 6.04257 1.20821 6.04272 1.20812 6.04288 1.21918 6.04304 1.23266 6.04319 1.23771 6.04335 1.23827 6.04351 1.24331 6.04366 1.24883 6.04382 1.24432 6.04398 1.23216 6.04413 1.22644 6.04429 1.23445 6.04445 1.25012 6.04461 1.26279 6.04476 1.26449 6.04492 1.2486 6.04508 1.21665 6.04523 1.1843 6.04539 1.1698 6.04555 1.17082 6.0457 1.16779 6.04586 1.15187 6.04602 1.14065 6.04617 1.15562 6.04633 1.19271 6.04649 1.23014 6.04664 1.25473 6.0468 1.27115 6.04696 1.28506 6.04711 1.29464 6.04727 1.29924 6.04743 1.30399 6.04758 1.30703 6.04774 1.29436 6.0479 1.25826 6.04805 1.21405 6.04821 1.18906 6.04837 1.19336 6.04853 1.21234 6.04868 1.22443 6.04884 1.21826 6.049 1.1947 6.04915 1.165 6.04931 1.14902 6.04947 1.16242 6.04962 1.19688 6.04978 1.2233 6.04994 1.22175 6.05009 1.20324 6.05025 1.19119 6.05041 1.19273 6.05056 1.20166 6.05072 1.22057 6.05088 1.25983 6.05103 1.31515 6.05119 1.36409 6.05135 1.39058 6.0515 1.39913 6.05166 1.39782 6.05182 1.38497 6.05197 1.35809 6.05213 1.32432 6.05229 1.28959 6.05245 1.24914 6.0526 1.19963 6.05276 1.15432 6.05292 1.12965 6.05307 1.12499 6.05323 1.12435 6.05339 1.116 6.05354 1.09937 6.0537 1.07899 6.05386 1.0637 6.05401 1.06785 6.05417 1.09625 6.05433 1.13289 6.05448 1.15516 6.05464 1.16004 6.0548 1.16448 6.05495 1.17922 6.05511 1.19945 6.05527 1.22052 6.05542 1.24685 6.05558 1.27829 6.05574 1.30099 6.0559 1.30197 6.05605 1.28654 6.05621 1.26979 6.05637 1.25786 6.05652 1.24526 6.05668 1.22662 6.05684 1.20439 6.05699 1.18428 6.05715 1.16962 6.05731 1.15939 6.05746 1.15092 6.05762 1.14336 6.05778 1.13948 6.05793 1.14122 6.05809 1.14499 6.05825 1.14439 6.0584 1.13825 6.05856 1.13127 6.05872 1.12789 6.05887 1.12957 6.05903 1.13913 6.05919 1.15796 6.05934 1.18002 6.0595 1.19357 6.05966 1.19218 6.05982 1.17942 6.05997 1.16196 6.06013 1.14397 6.06029 1.13103 6.06044 1.13084 6.0606 1.1462 6.06076 1.17032 6.06091 1.19079 6.06107 1.19648 6.06123 1.1834 6.06138 1.15938 6.06154 1.14164 6.0617 1.14013 6.06185 1.1438 6.06201 1.13406 6.06217 1.11194 6.06232 1.10102 6.06248 1.1166 6.06264 1.14863 6.06279 1.17784 6.06295 1.19818 6.06311 1.21339 6.06326 1.22404 6.06342 1.22895 6.06358 1.2317 6.06374 1.23592 6.06389 1.23772 6.06405 1.2373 6.06421 1.24355 6.06436 1.25824 6.06452 1.26376 6.06468 1.24433 6.06483 1.21332 6.06499 1.20063 6.06515 1.21426 6.0653 1.23224 6.06546 1.23644 6.06562 1.23188 6.06577 1.22876 6.06593 1.22337 6.06609 1.2072 6.06624 1.18514 6.0664 1.16662 6.06656 1.15255 6.06671 1.14 6.06687 1.13468 6.06703 1.14586 6.06718 1.16953 6.06734 1.19011 6.0675 1.1981 6.06766 1.19802 6.06781 1.199 6.06797 1.20492 6.06813 1.21537 6.06828 1.23048 6.06844 1.24826 6.0686 1.26214 6.06875 1.2655 6.06891 1.25826 6.06907 1.24859 6.06922 1.2468 6.06938 1.25556 6.06954 1.2659 6.06969 1.26512 6.06985 1.24992 6.07001 1.22826 6.07016 1.20783 6.07032 1.1857 6.07048 1.15308 6.07063 1.11009 6.07079 1.07135 6.07095 1.05447 6.0711 1.06567 6.07126 1.09554 6.07142 1.12816 6.07158 1.1527 6.07173 1.16971 6.07189 1.18868 6.07205 1.21655 6.0722 1.2512 6.07236 1.2832 6.07252 1.30545 6.07267 1.31946 6.07283 1.33013 6.07299 1.33706 6.07314 1.33282 6.0733 1.31061 6.07346 1.27511 6.07361 1.24113 6.07377 1.22248 6.07393 1.21814 6.07408 1.21538 6.07424 1.2032 6.0744 1.18391 6.07455 1.17085 6.07471 1.17427 6.07487 1.19323 6.07502 1.21666 6.07518 1.23491 6.07534 1.24563 6.0755 1.25227 6.07565 1.25762 6.07581 1.258 6.07597 1.24518 6.07612 1.21336 6.07628 1.16742 6.07644 1.12471 6.07659 1.10539 6.07675 1.1177 6.07691 1.15013 6.07706 1.18364 6.07722 1.20981 6.07738 1.23506 6.07753 1.26709 6.07769 1.29934 6.07785 1.31466 6.078 1.30274 6.07816 1.27298 6.07832 1.24779 6.07847 1.24621 6.07863 1.26954 6.07879 1.3 6.07894 1.31325 6.0791 1.29987 6.07926 1.27259 6.07942 1.255 6.07957 1.25863 6.07973 1.27628 6.07989 1.29549 6.08004 1.31195 6.0802 1.32827 6.08036 1.345 6.08051 1.35861 6.08067 1.36496 6.08083 1.35993 6.08098 1.33829 6.08114 1.29952 6.0813 1.25469 6.08145 1.22127 6.08161 1.20696 6.08177 1.20453 6.08192 1.20354 6.08208 1.20599 6.08224 1.22491 6.08239 1.26765 6.08255 1.32446 6.08271 1.37386 6.08287 1.39691 6.08302 1.38946 6.08318 1.3648 6.08334 1.34337 6.08349 1.33793 6.08365 1.34346 6.08381 1.34286 6.08396 1.32283 6.08412 1.28625 6.08428 1.24953 6.08443 1.22937 6.08459 1.22826 6.08475 1.23169 6.0849 1.22215 6.08506 1.19744 6.08522 1.17438 6.08537 1.17081 6.08553 1.1854 6.08569 1.1997 6.08584 1.19612 6.086 1.16926 6.08616 1.12399 6.08631 1.0737 6.08647 1.03918 6.08663 1.03592 6.08679 1.05547 6.08694 1.07134 6.0871 1.07185 6.08726 1.07591 6.08741 1.1037 6.08757 1.1411 6.08773 1.15383 6.08788 1.13349 6.08804 1.11097 6.0882 1.11631 6.08835 1.14498 6.08851 1.17365 6.08867 1.1936 6.08882 1.21388 6.08898 1.23477 6.08914 1.24052 6.08929 1.2185 6.08945 1.17764 6.08961 1.14168 6.08976 1.12895 6.08992 1.14073 6.09008 1.16304 6.09023 1.17903 6.09039 1.18083 6.09055 1.17399 6.09071 1.16837 6.09086 1.16605 6.09102 1.16068 6.09118 1.14602 6.09133 1.12362 6.09149 1.1012 6.09165 1.08684 6.0918 1.08432 6.09196 1.09113 6.09212 1.10153 6.09227 1.1103 6.09243 1.11466 6.09259 1.11301 6.09274 1.10557 6.0929 1.09988 6.09306 1.10905 6.09321 1.13751 6.09337 1.17101 6.09353 1.18883 6.09368 1.18653 6.09384 1.1784 6.094 1.17474 6.09415 1.16931 6.09431 1.15319 6.09447 1.13528 6.09463 1.13652 6.09478 1.16376 6.09494 1.20173 6.0951 1.23154 6.09525 1.24963 6.09541 1.26262 6.09557 1.27106 6.09572 1.26903 6.09588 1.25587 6.09604 1.24009 6.09619 1.22872 6.09635 1.22219 6.09651 1.21893 6.09666 1.21982 6.09682 1.22022 6.09698 1.20886 6.09713 1.18214 6.09729 1.15506 6.09745 1.148 6.0976 1.16231 6.09776 1.17934 6.09792 1.18224 6.09807 1.17078 6.09823 1.15159 6.09839 1.1274 6.09855 1.10072 6.0987 1.08254 6.09886 1.08647 6.09902 1.11279 6.09917 1.14655 6.09933 1.17135 6.09949 1.18196 6.09964 1.18502 6.0998 1.19025 6.09996 1.20073 6.10011 1.21363 6.10027 1.22798 6.10043 1.25013 6.10058 1.2855 6.10074 1.325 6.1009 1.34939 6.10105 1.3488 6.10121 1.33024 6.10137 1.30384 6.10152 1.26811 6.10168 1.22027 6.10184 1.17303 6.10199 1.14757 6.10215 1.14995 6.10231 1.16366 6.10247 1.16881 6.10262 1.162 6.10278 1.15515 6.10294 1.16013 6.10309 1.17762 6.10325 1.19757 6.10341 1.20793 6.10356 1.20532 6.10372 1.19782 6.10388 1.19651 6.10403 1.20381 6.10419 1.21579 6.10435 1.23012 6.1045 1.24769 6.10466 1.26379 6.10482 1.26556 6.10497 1.24334 6.10513 1.20447 6.10529 1.16979 6.10544 1.15522 6.1056 1.15813 6.10576 1.16333 6.10592 1.16253 6.10607 1.16285 6.10623 1.17679 6.10639 1.20541 6.10654 1.23833 6.1067 1.26669 6.10686 1.28832 6.10701 1.30057 6.10717 1.2996 6.10733 1.2894 6.10748 1.2803 6.10764 1.27128 6.1078 1.24541 6.10795 1.19452 6.10811 1.14058 6.10827 1.11523 6.10842 1.12327 6.10858 1.14182 6.10874 1.1544 6.10889 1.16922 6.10905 1.19745 6.10921 1.23072 6.10936 1.24958 6.10952 1.24621 6.10968 1.2277 6.10984 1.20445 6.10999 1.18586 6.11015 1.18083 6.11031 1.19377 6.11046 1.21826 6.11062 1.24024 6.11078 1.2486 6.11093 1.24201 6.11109 1.22875 6.11125 1.22254 6.1114 1.23161 6.11156 1.25096 6.11172 1.26663 6.11187 1.27082 6.11203 1.26769 6.11219 1.26312 6.11234 1.25677 6.1125 1.24654 6.11266 1.23549 6.11281 1.22464 6.11297 1.20984 6.11313 1.19133 6.11328 1.18314 6.11344 1.19937 6.1136 1.23538 6.11376 1.27294 6.11391 1.30148 6.11407 1.32277 6.11423 1.33605 6.11438 1.33203 6.11454 1.30739 6.1147 1.27464 6.11485 1.24794 6.11501 1.22754 6.11517 1.20493 6.11532 1.17791 6.11548 1.15192 6.11564 1.13048 6.11579 1.11354 6.11595 1.10482 6.11611 1.1081 6.11626 1.11837 6.11642 1.12407 6.11658 1.12331 6.11673 1.12685 6.11689 1.14256 6.11705 1.16427 6.1172 1.18282 6.11736 1.1995 6.11752 1.21753 6.11768 1.2289 6.11783 1.22226 6.11799 1.20332 6.11815 1.1915 6.1183 1.19535 6.11846 1.20348 6.11862 1.20344 6.11877 1.19858 6.11893 1.19931 6.11909 1.20828 6.11924 1.2229 6.1194 1.24077 6.11956 1.2542 6.11971 1.24909 6.11987 1.22333 6.12003 1.19706 6.12018 1.19085 6.12034 1.19975 6.1205 1.20353 6.12065 1.19754 6.12081 1.1957 6.12097 1.20304 6.12112 1.20357 6.12128 1.1849 6.12144 1.15579 6.1216 1.13456 6.12175 1.12854 6.12191 1.13462 6.12207 1.14804 6.12222 1.16292 6.12238 1.1697 6.12254 1.16404 6.12269 1.15201 6.12285 1.14164 6.12301 1.13492 6.12316 1.13219 6.12332 1.13505 6.12348 1.13694 6.12363 1.11964 6.12379 1.07181 6.12395 1.00755 6.1241 0.958456 6.12426 0.946991 6.12442 0.972399 6.12457 1.01904 6.12473 1.06985 6.12489 1.11271 6.12504 1.14297 6.1252 1.16148 6.12536 1.16893 6.12552 1.16524 6.12567 1.15543 6.12583 1.14919 6.12599 1.14917 6.12614 1.14524 6.1263 1.12981 6.12646 1.11186 6.12661 1.10815 6.12677 1.12137 6.12693 1.13939 6.12708 1.1516 6.12724 1.15907 6.1274 1.1666 6.12755 1.17523 6.12771 1.18336 6.12787 1.18755 6.12802 1.18175 6.12818 1.16315 6.12834 1.14037 6.12849 1.13229 6.12865 1.15302 6.12881 1.1999 6.12897 1.25553 6.12912 1.29878 6.12928 1.3148 6.12944 1.30299 6.12959 1.27701 6.12975 1.25402 6.12991 1.24335 6.13006 1.24456 6.13022 1.25249 6.13038 1.25945 6.13053 1.25592 6.13069 1.23733 6.13085 1.21099 6.131 1.19027 6.13116 1.1794 6.13132 1.17093 6.13147 1.15783 6.13163 1.14584 6.13179 1.1463 6.13194 1.16326 6.1321 1.18747 6.13226 1.20234 6.13241 1.19839 6.13257 1.18372 6.13273 1.18095 6.13289 1.20545 6.13304 1.24745 6.1332 1.27785 6.13336 1.27749 6.13351 1.25527 6.13367 1.23733 6.13383 1.24072 6.13398 1.25974 6.13414 1.27697 6.1343 1.28084 6.13445 1.27134 6.13461 1.25386 6.13477 1.2327 6.13492 1.21342 6.13508 1.20432 6.13524 1.20789 6.13539 1.21334 6.13555 1.20573 6.13571 1.18406 6.13586 1.16419 6.13602 1.15887 6.13618 1.16333 6.13633 1.16454 6.13649 1.1548 6.13665 1.13412 6.13681 1.10535 6.13696 1.07866 6.13712 1.06953 6.13728 1.08263 6.13743 1.1032 6.13759 1.11431 6.13775 1.11736 6.1379 1.12366 6.13806 1.13116 6.13822 1.12788 6.13837 1.11563 6.13853 1.11203 6.13869 1.12617 6.13884 1.14763 6.139 1.16441 6.13916 1.17836 6.13931 1.19533 6.13947 1.2121 6.13963 1.22335 6.13978 1.23127 6.13994 1.24065 6.1401 1.25187 6.14025 1.26353 6.14041 1.27481 6.14057 1.27685 6.14073 1.25424 6.14088 1.20375 6.14104 1.147 6.1412 1.11443 6.14135 1.11719 6.14151 1.14339 6.14167 1.17133 6.14182 1.1818 6.14198 1.16613 6.14214 1.13626 6.14229 1.1213 6.14245 1.14449 6.14261 1.20023 6.14276 1.26111 6.14292 1.30378 6.14308 1.32011 6.14323 1.3111 6.14339 1.28319 6.14355 1.25124 6.1437 1.23211 6.14386 1.23094 6.14402 1.24002 6.14417 1.25042 6.14433 1.26021 6.14449 1.26975 6.14465 1.27905 6.1448 1.29028 6.14496 1.30503 6.14512 1.31768 6.14527 1.32033 6.14543 1.31431 6.14559 1.30866 6.14574 1.3063 6.1459 1.29998 6.14606 1.28668 6.14621 1.2761 6.14637 1.27826 6.14653 1.29068 6.14668 1.30098 6.14684 1.30068 6.147 1.28832 6.14715 1.26686 6.14731 1.24264 6.14747 1.22273 6.14762 1.20767 6.14778 1.19182 6.14794 1.17568 6.14809 1.17093 6.14825 1.18712 6.14841 1.21496 6.14857 1.23556 6.14872 1.24256 6.14888 1.24654 6.14904 1.25804 6.14919 1.27369 6.14935 1.28479 6.14951 1.28649 6.14966 1.27865 6.14982 1.26337 6.14998 1.24631 6.15013 1.2377 6.15029 1.24551 6.15045 1.26899 6.1506 1.29951 6.15076 1.32584 6.15092 1.33848 6.15107 1.33646 6.15123 1.3278 6.15139 1.32132 6.15154 1.31394 6.1517 1.29685 6.15186 1.27541 6.15202 1.27066 6.15217 1.29337 6.15233 1.32628 6.15249 1.34275 6.15264 1.33808 6.1528 1.32921 6.15296 1.3262 6.15311 1.32282 6.15327 1.31458 6.15343 1.30723 6.15358 1.30346 6.15374 1.29245 6.1539 1.26741 6.15405 1.24091 6.15421 1.23047 6.15437 1.23528 6.15452 1.23788 6.15468 1.22678 6.15484 1.20737 6.15499 1.18975 6.15515 1.17642 6.15531 1.16505 6.15546 1.15476 6.15562 1.14658 6.15578 1.13982 6.15594 1.13228 6.15609 1.12254 6.15625 1.11256 6.15641 1.10895 6.15656 1.11794 6.15672 1.13681 6.15688 1.15482 6.15703 1.16589 6.15719 1.17466 6.15735 1.18728 6.1575 1.1993 6.15766 1.20191 6.15782 1.19661 6.15797 1.19533 6.15813 1.20662 6.15829 1.22608 6.15844 1.24168 6.1586 1.24314 6.15876 1.22903 6.15891 1.21205 6.15907 1.21294 6.15923 1.24017 6.15938 1.27777 6.15954 1.29909 6.1597 1.29389 6.15986 1.27299 6.16001 1.24851 6.16017 1.22235 6.16033 1.19625 6.16048 1.18094 6.16064 1.1857 6.1608 1.20606 6.16095 1.22869 6.16111 1.24467 6.16127 1.25203 6.16142 1.25011 6.16158 1.238 6.16174 1.21656 6.16189 1.19031 6.16205 1.16911 6.16221 1.16443 6.16236 1.17756 6.16252 1.19118 6.16268 1.18346 6.16283 1.15158 6.16299 1.11151 6.16315 1.07404 6.1633 1.03474 6.16346 0.996179 6.16362 0.979519 6.16378 1.00089 6.16393 1.04364 6.16409 1.07294 6.16425 1.07534 6.1644 1.06639 6.16456 1.06204 6.16472 1.06111 6.16487 1.05894 6.16503 1.0618 6.16519 1.07653 6.16534 1.09776 6.1655 1.11397 6.16566 1.12288 6.16581 1.13187 6.16597 1.14559 6.16613 1.16099 6.16628 1.17329 6.16644 1.18251 6.1666 1.19147 6.16675 1.20251 6.16691 1.21507 6.16707 1.22719 6.16722 1.23703 6.16738 1.24529 6.16754 1.25433 6.1677 1.26694 6.16785 1.28302 6.16801 1.29763 6.16817 1.30064 6.16832 1.2838 6.16848 1.25059 6.16864 1.21786 6.16879 1.20279 6.16895 1.20783 6.16911 1.22161 6.16926 1.23279 6.16942 1.23997 6.16958 1.24935 6.16973 1.26745 6.16989 1.29465 6.17005 1.32074 6.1702 1.328 6.17036 1.30636 6.17052 1.26755 6.17067 1.23843 6.17083 1.23377 6.17099 1.24099 6.17114 1.23589 6.1713 1.21024 6.17146 1.1812 6.17162 1.17233 6.17177 1.19113 6.17193 1.22226 6.17209 1.24224 6.17224 1.2413 6.1724 1.23262 6.17256 1.23756 6.17271 1.25921 6.17287 1.2765 6.17303 1.26721 6.17318 1.23433 6.17334 1.20078 6.1735 1.18229 6.17365 1.17462 6.17381 1.169 6.17397 1.16794 6.17412 1.17774 6.17428 1.19243 6.17444 1.19855 6.17459 1.19173 6.17475 1.1815 6.17491 1.17616 6.17507 1.17352 6.17522 1.16726 6.17538 1.15756 6.17554 1.15148 6.17569 1.15784 6.17585 1.18281 6.17601 1.22583 6.17616 1.27304 6.17632 1.30488 6.17648 1.31389 6.17663 1.31173 6.17679 1.31338 6.17695 1.31819 6.1771 1.31536 6.17726 1.29992 6.17742 1.27676 6.17757 1.25198 6.17773 1.22851 6.17789 1.21214 6.17804 1.20845 6.1782 1.21478 6.17836 1.22141 6.17851 1.22348 6.17867 1.22278 6.17883 1.21962 6.17899 1.21227 6.17914 1.207 6.1793 1.21544 6.17946 1.23812 6.17961 1.25968 6.17977 1.2673 6.17993 1.26446 6.18008 1.26105 6.18024 1.26002 6.1804 1.26094 6.18055 1.26991 6.18071 1.29033 6.18087 1.3099 6.18102 1.31025 6.18118 1.28892 6.18134 1.2631 6.18149 1.25083 6.18165 1.25468 6.18181 1.26437 6.18196 1.26646 6.18212 1.25086 6.18228 1.21833 6.18243 1.18383 6.18259 1.16588 6.18275 1.1678 6.18291 1.17666 6.18306 1.18344 6.18322 1.19703 6.18338 1.2303 6.18353 1.27672 6.18369 1.31072 6.18385 1.31399 6.184 1.29446 6.18416 1.2734 6.18432 1.2585 6.18447 1.23933 6.18463 1.20985 6.18479 1.18386 6.18494 1.17922 6.1851 1.19284 6.18526 1.20407 6.18541 1.20445 6.18557 1.21033 6.18573 1.24218 6.18588 1.29861 6.18604 1.35805 6.1862 1.39926 6.18635 1.41516 6.18651 1.41455 6.18667 1.41456 6.18683 1.42671 6.18698 1.44158 6.18714 1.4347 6.1873 1.39368 6.18745 1.33396 6.18761 1.28108 6.18777 1.24501 6.18792 1.22261 6.18808 1.21555 6.18824 1.22956 6.18839 1.25706 6.18855 1.27875 6.18871 1.28565 6.18886 1.28638 6.18902 1.28997 6.18918 1.29257 6.18933 1.28629 6.18949 1.26998 6.18965 1.24548 6.1898 1.21473 6.18996 1.18585 6.19012 1.17399 6.19027 1.18464 6.19043 1.20308 6.19059 1.20928 6.19075 1.19786 6.1909 1.17615 6.19106 1.15022 6.19122 1.12355 6.19137 1.10593 6.19153 1.10929 6.19169 1.13306 6.19184 1.16213 6.192 1.18411 6.19216 1.1996 6.19231 1.21565 6.19247 1.23406 6.19263 1.25039 6.19278 1.25961 6.19294 1.25751 6.1931 1.24206 6.19325 1.21934 6.19341 1.20271 6.19357 1.20044 6.19372 1.20323 6.19388 1.19301 6.19404 1.16604 6.19419 1.13939 6.19435 1.13156 6.19451 1.14104 6.19467 1.15003 6.19482 1.14675 6.19498 1.13656 6.19514 1.1309 6.19529 1.13323 6.19545 1.13633 6.19561 1.13165 6.19576 1.11586 6.19592 1.09363 6.19608 1.07443 6.19623 1.06626 6.19639 1.07061 6.19655 1.08458 6.1967 1.10469 6.19686 1.12556 6.19702 1.13704 6.19717 1.13134 6.19733 1.11485 6.19749 1.10506 6.19764 1.11099 6.1978 1.12329 6.19796 1.12773 6.19811 1.12222 6.19827 1.11558 6.19843 1.11434 6.19859 1.11845 6.19874 1.12613 6.1989 1.13577 6.19906 1.14428 6.19921 1.14891 6.19937 1.15156 6.19953 1.15658 6.19968 1.16337 6.19984 1.16195 6.2 1.13957 6.20015 1.09453 6.20031 1.04448 6.20047 1.01673 6.20062 1.02305 6.20078 1.04558 6.20094 1.05859 6.20109 1.06117 6.20125 1.07447 6.20141 1.10535 6.20156 1.13229 6.20172 1.13467 6.20188 1.11887 6.20204 1.10212 6.20219 1.0859 6.20235 1.06397 6.20251 1.04577 6.20266 1.04807 6.20282 1.06717 6.20298 1.08079 6.20313 1.07832 6.20329 1.0707 6.20345 1.07009 6.2036 1.07555 6.20376 1.08138 6.20392 1.0837 6.20407 1.0783 6.20423 1.06682 6.20439 1.06521 6.20454 1.08944 6.2047 1.12925 6.20486 1.15476 6.20501 1.15466 6.20517 1.14831 6.20533 1.1534 6.20548 1.16019 6.20564 1.15193 6.2058 1.1329 6.20596 1.12193 6.20611 1.12514 6.20627 1.13177 6.20643 1.13136 6.20658 1.12345 6.20674 1.11449 6.2069 1.11253 6.20705 1.12112 6.20721 1.132 6.20737 1.13021 6.20752 1.11279 6.20768 1.09658 6.20784 1.0997 6.20799 1.12154 6.20815 1.14673 6.20831 1.16186 6.20846 1.16193 6.20862 1.14738 6.20878 1.12458 6.20893 1.1035 6.20909 1.08913 6.20925 1.08024 6.2094 1.07788 6.20956 1.08747 6.20972 1.10733 6.20988 1.12544 6.21003 1.13503 6.21019 1.14213 6.21035 1.15073 6.2105 1.15266 6.21066 1.14305 6.21082 1.13264 6.21097 1.13293 6.21113 1.13906 6.21129 1.14245 6.21144 1.15082 6.2116 1.17598 6.21176 1.2083 6.21191 1.22354 6.21207 1.21402 6.21223 1.19706 6.21238 1.18985 6.21254 1.1937 6.2127 1.20384 6.21285 1.21861 6.21301 1.23433 6.21317 1.24388 6.21332 1.24588 6.21348 1.24607 6.21364 1.24467 6.2138 1.23343 6.21395 1.20956 6.21411 1.18408 6.21427 1.16848 6.21442 1.16057 6.21458 1.15083 6.21474 1.13595 6.21489 1.12307 6.21505 1.12126 6.21521 1.1342 6.21536 1.15653 6.21552 1.17626 6.21568 1.18387 6.21583 1.18054 6.21599 1.17388 6.21615 1.16659 6.2163 1.15388 6.21646 1.13231 6.21662 1.10697 6.21677 1.08789 6.21693 1.08395 6.21709 1.10076 6.21724 1.13721 6.2174 1.18042 6.21756 1.20978 6.21772 1.21008 6.21787 1.18304 6.21803 1.14629 6.21819 1.12224 6.21834 1.12324 6.2185 1.14388 6.21866 1.16743 6.21881 1.18038 6.21897 1.18047 6.21913 1.16901 6.21928 1.14455 6.21944 1.10948 6.2196 1.07935 6.21975 1.07318 6.21991 1.09443 6.22007 1.12675 6.22022 1.14839 6.22038 1.14797 6.22054 1.12951 6.22069 1.10824 6.22085 1.09972 6.22101 1.10585 6.22116 1.11341 6.22132 1.11064 6.22148 1.10168 6.22164 1.09787 6.22179 1.09857 6.22195 1.09166 6.22211 1.07174 6.22226 1.04829 6.22242 1.03413 6.22258 1.03411 6.22273 1.04634 6.22289 1.06661 6.22305 1.09032 6.2232 1.11434 6.22336 1.13759 6.22352 1.15733 6.22367 1.16802 6.22383 1.16877 6.22399 1.1684 6.22414 1.17632 6.2243 1.19219 6.22446 1.21139 6.22461 1.23403 6.22477 1.25696 6.22493 1.26607 6.22509 1.25133 6.22524 1.22579 6.2254 1.21134 6.22556 1.20862 6.22571 1.20015 6.22587 1.18278 6.22603 1.17525 6.22618 1.18478 6.22634 1.1896 6.2265 1.16907 6.22665 1.13377 6.22681 1.11113 6.22697 1.112 6.22712 1.128 6.22728 1.14979 6.22744 1.17063 6.22759 1.17727 6.22775 1.15907 6.22791 1.12517 6.22806 1.09827 6.22822 1.08997 6.22838 1.09248 6.22853 1.09675 6.22869 1.10373 6.22885 1.11666 6.22901 1.13316 6.22916 1.1521 6.22932 1.17826 6.22948 1.21215 6.22963 1.23993 6.22979 1.2429 6.22995 1.21918 6.2301 1.18866 6.23026 1.17484 6.23042 1.18273 6.23057 1.19703 6.23073 1.20296 6.23089 1.20311 6.23104 1.21129 6.2312 1.23156 6.23136 1.25194 6.23151 1.25703 6.23167 1.24388 6.23183 1.222 6.23198 1.20369 6.23214 1.1962 6.2323 1.19809 6.23245 1.19893 6.23261 1.18682 6.23277 1.1593 6.23293 1.12693 6.23308 1.10463 6.23324 1.10108 6.2334 1.11598 6.23355 1.14287 6.23371 1.17084 6.23387 1.18835 6.23402 1.19033 6.23418 1.18246 6.23434 1.17678 6.23449 1.1804 6.23465 1.18865 6.23481 1.18693 6.23496 1.16479 6.23512 1.1319 6.23528 1.11245 6.23543 1.11906 6.23559 1.13708 6.23575 1.14462 6.2359 1.14108 6.23606 1.1429 6.23622 1.15352 6.23637 1.15807 6.23653 1.15152 6.23669 1.15073 6.23685 1.16826 6.237 1.18899 6.23716 1.19049 6.23732 1.17217 6.23747 1.15122 6.23763 1.1381 6.23779 1.13374 6.23794 1.14238 6.2381 1.17178 6.23826 1.21534 6.23841 1.25397 6.23857 1.2758 6.23873 1.28443 6.23888 1.28684 6.23904 1.28244 6.2392 1.26763 6.23935 1.24428 6.23951 1.21695 6.23967 1.19098 6.23982 1.17097 6.23998 1.15957 6.24014 1.15663 6.24029 1.16329 6.24045 1.17955 6.24061 1.1948 6.24077 1.18784 6.24092 1.15082 6.24108 1.10945 6.24124 1.09937 6.24139 1.12757 6.24155 1.16596 6.24171 1.18973 6.24186 1.20403 6.24202 1.22527 6.24218 1.25245 6.24233 1.2704 6.24249 1.2729 6.24265 1.26794 6.2428 1.26147 6.24296 1.25054 6.24312 1.23155 6.24327 1.20705 6.24343 1.18311 6.24359 1.1652 6.24374 1.15962 6.2439 1.17205 6.24406 1.20289 6.24421 1.24404 6.24437 1.28167 6.24453 1.30122 6.24469 1.29404 6.24484 1.2648 6.245 1.23371 6.24516 1.22549 6.24531 1.24753 6.24547 1.2803 6.24563 1.29534 6.24578 1.28367 6.24594 1.2636 6.2461 1.2581 6.24625 1.26804 6.24641 1.27451 6.24657 1.26307 6.24672 1.23904 6.24688 1.21488 6.24704 1.18886 6.24719 1.14758 6.24735 1.08784 6.24751 1.02652 6.24766 0.987078 6.24782 0.978722 6.24798 0.991977 6.24814 1.0114 6.24829 1.02719 6.24845 1.03668 6.24861 1.04211 6.24876 1.04674 6.24892 1.05461 6.24908 1.06791 6.24923 1.0837 6.24939 1.0967 6.24955 1.1057 6.2497 1.11361 6.24986 1.12065 6.25002 1.12153 6.25017 1.11392 6.25033 1.1071 6.25049 1.1125 6.25064 1.12679 6.2508 1.13625 6.25096 1.13477 6.25111 1.12824 6.25127 1.12171 6.25143 1.10778 6.25158 1.08398 6.25174 1.06283 6.2519 1.05948 6.25206 1.07219 6.25221 1.08919 6.25237 1.10608 6.25253 1.12413 6.25268 1.13798 6.25284 1.1357 6.253 1.11867 6.25315 1.10567 6.25331 1.11166 6.25347 1.13485 6.25362 1.16635 6.25378 1.20359 6.25394 1.25137 6.25409 1.30957 6.25425 1.3643 6.25441 1.39061 6.25456 1.37208 6.25472 1.31743 6.25488 1.26236 6.25503 1.23827 6.25519 1.24272 6.25535 1.24915 6.2555 1.24266 6.25566 1.23288 6.25582 1.23361 6.25598 1.23926 6.25613 1.23508 6.25629 1.21684 6.25645 1.19077 6.2566 1.1619 6.25676 1.13767 6.25692 1.12858 6.25707 1.13792 6.25723 1.15103 6.25739 1.15378 6.25754 1.15469 6.2577 1.17153 6.25786 1.20006 6.25801 1.2114 6.25817 1.19226 6.25833 1.16417 6.25848 1.15648 6.25864 1.17103 6.2588 1.18987 6.25895 1.20131 6.25911 1.20737 6.25927 1.2063 6.25942 1.19528 6.25958 1.18256 6.25974 1.18349 6.2599 1.19985 6.26005 1.21665 6.26021 1.22348 6.26037 1.22309 6.26052 1.21514 6.26068 1.18984 6.26084 1.14801 6.26099 1.11386 6.26115 1.10972 6.26131 1.12857 6.26146 1.14678 6.26162 1.15788 6.26178 1.17539 6.26193 1.20395 6.26209 1.22923 6.26225 1.23938 6.2624 1.24066 6.26256 1.24354 6.26272 1.24682 6.26287 1.24589 6.26303 1.24606 6.26319 1.25477 6.26334 1.26851 6.2635 1.27401 6.26366 1.26135 6.26382 1.22916 6.26397 1.18263 6.26413 1.13175 6.26429 1.08729 6.26444 1.05449 6.2646 1.03106 6.26476 1.01739 6.26491 1.01749 6.26507 1.02827 6.26523 1.0348 6.26538 1.02702 6.26554 1.01198 6.2657 1.00267 6.26585 1.00061 6.26601 1.00156 6.26617 1.00896 6.26632 1.03024 6.26648 1.06118 6.26664 1.08747 6.26679 1.10243 6.26695 1.11013 6.26711 1.11129 6.26726 1.0992 6.26742 1.07298 6.26758 1.04396 6.26774 1.02487 6.26789 1.02025 6.26805 1.02985 6.26821 1.05167 6.26836 1.07886 6.26852 1.10094 6.26868 1.11293 6.26883 1.11885 6.26899 1.12279 6.26915 1.1251 6.2693 1.12657 6.26946 1.12945 6.26962 1.1298 6.26977 1.11823 6.26993 1.09321 6.27009 1.06688 6.27024 1.04949 6.2704 1.0369 6.27056 1.01943 6.27071 0.997943 6.27087 0.983898 6.27103 0.986556 6.27119 1.0053 6.27134 1.0331 6.2715 1.06118 6.27166 1.08217 6.27181 1.09585 6.27197 1.10788 6.27213 1.12067 6.27228 1.12699 6.27244 1.11815 6.2726 1.09788 6.27275 1.08045 6.27291 1.07626 6.27307 1.08253 6.27322 1.09073 6.27338 1.09831 6.27354 1.11148 6.27369 1.13394 6.27385 1.15772 6.27401 1.16757 6.27416 1.15621 6.27432 1.13488 6.27448 1.12307 6.27463 1.12987 6.27479 1.1484 6.27495 1.16638 6.27511 1.17722 6.27526 1.17963 6.27542 1.17392 6.27558 1.16212 6.27573 1.14747 6.27589 1.13263 6.27605 1.12358 6.2762 1.13217 6.27636 1.16718 6.27652 1.21735 6.27667 1.25337 6.27683 1.254 6.27699 1.22717 6.27714 1.19915 6.2773 1.18765 6.27746 1.19208 6.27761 1.20242 6.27777 1.20992 6.27793 1.21066 6.27808 1.20634 6.27824 1.20204 6.2784 1.1966 6.27855 1.18031 6.27871 1.15045 6.27887 1.12496 6.27903 1.12616 6.27918 1.15066 6.27934 1.1683 6.2795 1.15764 6.27965 1.13071 6.27981 1.11514 6.27997 1.11887 6.28012 1.12568 6.28028 1.12181 6.28044 1.11204 6.28059 1.10653 6.28075 1.10248 6.28091 1.09105 6.28106 1.07576 6.28122 1.07444 6.28138 1.09726 6.28153 1.13264 6.28169 1.15831 6.28185 1.16598 6.282 1.16743 6.28216 1.17799 6.28232 1.19937 6.28247 1.22082 6.28263 1.2319 6.28279 1.22917 6.28295 1.21357 6.2831 1.18793 6.28326 1.15851 6.28342 1.1342 6.28357 1.12122 6.28373 1.11897 6.28389 1.12224 6.28404 1.12651 6.2842 1.1306 6.28436 1.13601 6.28451 1.1459 6.28467 1.16268 6.28483 1.18777 6.28498 1.21904 6.28514 1.24968 6.2853 1.26973 6.28545 1.27025 6.28561 1.24877 6.28577 1.21119 6.28592 1.17005 6.28608 1.13841 6.28624 1.12338 6.28639 1.12342 6.28655 1.13144 6.28671 1.14063 6.28687 1.14622 6.28702 1.1447 6.28718 1.13378 6.28734 1.11642 6.28749 1.10162 6.28765 1.09782 6.28781 1.1056 6.28796 1.11776 6.28812 1.12514 6.28828 1.12222 6.28843 1.10928 6.28859 1.09205 6.28875 1.07927 6.2889 1.07754 6.28906 1.08985 6.28922 1.1166 6.28937 1.15366 6.28953 1.18701 6.28969 1.19741 6.28984 1.17822 6.29 1.14396 6.29016 1.11388 6.29031 1.09214 6.29047 1.07248 6.29063 1.06005 6.29079 1.07137 6.29094 1.10882 6.2911 1.1467 6.29126 1.15587 6.29141 1.13454 6.29157 1.10754 6.29173 1.09772 6.29188 1.10639 6.29204 1.1193 6.2922 1.12387 6.29235 1.11885 6.29251 1.11251 6.29267 1.11424 6.29282 1.1265 6.29298 1.14507 6.29314 1.16474 6.29329 1.1826 6.29345 1.19417 6.29361 1.19222 6.29376 1.17729 6.29392 1.16372 6.29408 1.16797 6.29424 1.18847 6.29439 1.20362 6.29455 1.19259 6.29471 1.15534 6.29486 1.11066 6.29502 1.07671 6.29518 1.05973 6.29533 1.05716 6.29549 1.06824 6.29565 1.0963 6.2958 1.14173 6.29596 1.19444 6.29612 1.23488 6.29627 1.24405 6.29643 1.21763 6.29659 1.17224 6.29674 1.13672 6.2969 1.13139 6.29706 1.151 6.29721 1.17027 6.29737 1.16919 6.29753 1.14815 6.29768 1.11873 6.29784 1.08703 6.298 1.05603 6.29816 1.03822 6.29831 1.05105 6.29847 1.09473 6.29863 1.14318 6.29878 1.16654 6.29894 1.15887 6.2991 1.13928 6.29925 1.12829 6.29941 1.13004 6.29957 1.13566 6.29972 1.13545 6.29988 1.12672 6.30004 1.11122 6.30019 1.09142 6.30035 1.07228 6.30051 1.06509 6.30066 1.08178 6.30082 1.11988 6.30098 1.15897 6.30113 1.17959 6.30129 1.18407 6.30145 1.18989 6.3016 1.20518 6.30176 1.21939 6.30192 1.22139 6.30208 1.21384 6.30223 1.20635 6.30239 1.20247 6.30255 1.20058 6.3027 1.20024 6.30286 1.20028 6.30302 1.19638 6.30317 1.18746 6.30333 1.17877 6.30349 1.17404 6.30364 1.16867 6.3038 1.15636 6.30396 1.14057 6.30411 1.13175 6.30427 1.13641 6.30443 1.1521 6.30458 1.17079 6.30474 1.18264 6.3049 1.18291 6.30505 1.17671 6.30521 1.17363 6.30537 1.17253 6.30552 1.16251 6.30568 1.14212 6.30584 1.12954 6.306 1.14197 6.30615 1.17327 6.30631 1.20221 6.30647 1.21871 6.30662 1.22939 6.30678 1.23875 6.30694 1.2412 6.30709 1.23348 6.30725 1.22099 6.30741 1.2091 6.30756 1.19431 6.30772 1.17023 6.30788 1.13917 6.30803 1.11352 6.30819 1.10914 6.30835 1.13468 6.3085 1.18328 6.30866 1.2332 6.30882 1.26229 6.30897 1.26498 6.30913 1.2521 6.30929 1.23644 6.30944 1.2225 6.3096 1.20907 6.30976 1.19577 6.30992 1.18554 6.31007 1.18285 6.31023 1.19025 6.31039 1.20441 6.31054 1.21891 6.3107 1.2322 6.31086 1.2474 6.31101 1.26142 6.31117 1.2625 6.31133 1.2445 6.31148 1.21921 6.31164 1.20387 6.3118 1.20092 6.31195 1.20156 6.31211 1.20141 6.31227 1.2042 6.31242 1.20897 6.31258 1.20863 6.31274 1.20108 6.31289 1.19094 6.31305 1.17965 6.31321 1.16343 6.31336 1.14629 6.31352 1.13889 6.31368 1.14463 6.31384 1.15042 6.31399 1.14361 6.31415 1.12576 6.31431 1.10776 6.31446 1.09634 6.31462 1.0905 6.31478 1.08762 6.31493 1.08784 6.31509 1.0937 6.31525 1.10593 6.3154 1.11811 6.31556 1.11731 6.31572 1.09667 6.31587 1.06488 6.31603 1.0379 6.31619 1.02313 6.31634 1.0191 6.3165 1.03009 6.31666 1.06418 6.31681 1.11531 6.31697 1.15969 6.31713 1.17697 6.31728 1.16935 6.31744 1.1542 6.3176 1.14763 6.31776 1.15582 6.31791 1.17463 6.31807 1.19024 6.31823 1.18853 6.31838 1.16813 6.31854 1.14172 6.3187 1.12255 6.31885 1.11578 6.31901 1.12327 6.31917 1.14337 6.31932 1.16385 6.31948 1.16762 6.31964 1.15188 6.31979 1.13053 6.31995 1.11377 6.32011 1.09494 6.32026 1.06606 6.32042 1.03347 6.32058 1.0113 6.32073 1.00632 6.32089 1.01947 6.32105 1.05318 6.32121 1.10347 6.32136 1.15316 6.32152 1.18451 6.32168 1.19737 6.32183 1.20411 6.32199 1.21494 6.32215 1.23341 6.3223 1.26059 6.32246 1.29154 6.32262 1.31249 6.32277 1.3153 6.32293 1.30776 6.32309 1.30136 6.32324 1.2942 6.3234 1.27889 6.32356 1.26194 6.32371 1.25789 6.32387 1.26577 6.32403 1.26842 6.32418 1.25732 6.32434 1.24347 6.3245 1.24045 6.32465 1.24893 6.32481 1.26259 6.32497 1.27699 6.32513 1.28464 6.32528 1.27328 6.32544 1.23854 6.3256 1.19549 6.32575 1.16831 6.32591 1.16893 6.32607 1.18811 6.32622 1.20562 6.32638 1.20771 6.32654 1.19806 6.32669 1.19118 6.32685 1.19439 6.32701 1.1983 6.32716 1.1889 6.32732 1.16492 6.32748 1.13572 6.32763 1.1079 6.32779 1.08246 6.32795 1.06498 6.3281 1.06684 6.32826 1.09153 6.32842 1.12831 6.32857 1.16308 6.32873 1.18922 6.32889 1.20607 6.32905 1.21504 6.3292 1.21901 6.32936 1.21939 6.32952 1.21204 6.32967 1.19307 6.32983 1.16822 6.32999 1.15062 6.33014 1.14276 6.3303 1.1334 6.33046 1.1152 6.33061 1.09698 6.33077 1.09098 6.33093 1.09543 6.33108 1.09972 6.33124 1.10074 6.3314 1.10413 6.33155 1.11169 6.33171 1.11627 6.33187 1.11069 6.33202 1.09495 6.33218 1.07316 6.33234 1.04816 6.33249 1.02055 6.33265 0.99267 6.33281 0.971244 6.33297 0.966064 6.33312 0.982878 6.33328 1.01514 6.33344 1.04901 6.33359 1.0792 6.33375 1.11312 6.33391 1.1551 6.33406 1.19194 6.33422 1.20459 6.33438 1.19478 6.33453 1.18813 6.33469 1.20398 6.33485 1.23022 6.335 1.23444 6.33516 1.20221 6.33532 1.15338 6.33547 1.11956 6.33563 1.11024 6.33579 1.10962 6.33594 1.1017 6.3361 1.09024 6.33626 1.08895 6.33641 1.10289 6.33657 1.12682 6.33673 1.15584 6.33689 1.18639 6.33704 1.21002 6.3372 1.21724 6.33736 1.20958 6.33751 1.19734 6.33767 1.18532 6.33783 1.16949 6.33798 1.15012 6.33814 1.13778 6.3383 1.1374 6.33845 1.13578 6.33861 1.11832 6.33877 1.09108 6.33892 1.07696 6.33908 1.08932 6.33924 1.11896 6.33939 1.14614 6.33955 1.15797 6.33971 1.15028 6.33986 1.12298 6.34002 1.08056 6.34018 1.03607 6.34033 1.00876 6.34049 1.01498 6.34065 1.05665 6.34081 1.11649 6.34096 1.1664 6.34112 1.18595 6.34128 1.17632 6.34143 1.15452 6.34159 1.1371 6.34175 1.13008 6.3419 1.13151 6.34206 1.13522 6.34222 1.13033 6.34237 1.10664 6.34253 1.06681 6.34269 1.03103 6.34284 1.02112 6.343 1.03943 6.34316 1.06849 6.34331 1.09348 6.34347 1.11886 6.34363 1.15785 6.34378 1.20926 6.34394 1.25375 6.3441 1.27553 6.34426 1.27784 6.34441 1.2726 6.34457 1.26148 6.34473 1.2382 6.34488 1.20613 6.34504 1.18133 6.3452 1.17349 6.34535 1.17344 6.34551 1.16662 6.34567 1.1524 6.34582 1.14259 6.34598 1.14657 6.34614 1.16357 6.34629 1.18723 6.34645 1.20989 6.34661 1.22358 6.34676 1.22611 6.34692 1.22466 6.34708 1.2279 6.34723 1.23287 6.34739 1.22827 6.34755 1.21007 6.3477 1.18764 6.34786 1.16833 6.34802 1.14678 6.34818 1.11586 6.34833 1.08258 6.34849 1.0643 6.34865 1.06964 6.3488 1.09098 6.34896 1.11568 6.34912 1.13695 6.34927 1.15197 6.34943 1.156 6.34959 1.14852 6.34974 1.13884 6.3499 1.13858 6.35006 1.14753 6.35021 1.15071 6.35037 1.13564 6.35053 1.10704 6.35068 1.08224 6.35084 1.07239 6.351 1.07305 6.35115 1.07271 6.35131 1.06789 6.35147 1.06724 6.35162 1.0804 6.35178 1.10658 6.35194 1.13565 6.3521 1.15754 6.35225 1.16777 6.35241 1.1649 6.35257 1.1501 6.35272 1.13288 6.35288 1.131 6.35304 1.15299 6.35319 1.18234 6.35335 1.19213 6.35351 1.17718 6.35366 1.15952 6.35382 1.15527 6.35398 1.15051 6.35413 1.124 6.35429 1.0847 6.35445 1.06514 6.3546 1.07964 6.35476 1.11027 6.35492 1.13562 6.35507 1.15307 6.35523 1.16541 6.35539 1.16514 6.35554 1.14836 6.3557 1.12854 6.35586 1.12022 6.35602 1.11753 6.35617 1.10846 6.35633 1.10184 6.35649 1.11958 6.35664 1.16333 6.3568 1.20754 6.35696 1.23 6.35711 1.23103 6.35727 1.22235 6.35743 1.21413 6.35758 1.2186 6.35774 1.24791 6.3579 1.29427 6.35805 1.32888 6.35821 1.33143 6.35837 1.31072 6.35852 1.28683 6.35868 1.26508 6.35884 1.24215 6.35899 1.22491 6.35915 1.22271 6.35931 1.22709 6.35946 1.21906 6.35962 1.19739 6.35978 1.17941 6.35994 1.17273 6.36009 1.16639 6.36025 1.15452 6.36041 1.15083 6.36056 1.1661 6.36072 1.18687 6.36088 1.18842 6.36103 1.16363 6.36119 1.12601 6.36135 1.08977 6.3615 1.06072 6.36166 1.04254 6.36182 1.03897 6.36197 1.04865 6.36213 1.06826 6.36229 1.09757 6.36244 1.13687 6.3626 1.17644 6.36276 1.20091 6.36291 1.20345 6.36307 1.19007 6.36323 1.16854 6.36338 1.14066 6.36354 1.11039 6.3637 1.08928 6.36386 1.08769 6.36401 1.10294 6.36417 1.12073 6.36433 1.12674 6.36448 1.11731 6.36464 1.1 6.3648 1.08798 6.36495 1.08831 6.36511 1.0968 6.36527 1.10362 6.36542 1.1054 6.36558 1.10734 6.36574 1.11621 6.36589 1.1337 6.36605 1.15677 6.36621 1.17802 6.36636 1.18518 6.36652 1.17243 6.36668 1.15166 6.36683 1.14296 6.36699 1.1501 6.36715 1.15663 6.36731 1.15297 6.36746 1.15076 6.36762 1.16131 6.36778 1.17112 6.36793 1.15843 6.36809 1.12929 6.36825 1.11649 6.3684 1.14084 6.36856 1.18943 6.36872 1.23441 6.36887 1.26076 6.36903 1.26811 6.36919 1.2607 6.36934 1.24664 6.3695 1.2382 6.36966 1.24342 6.36981 1.25984 6.36997 1.27906 6.37013 1.29446 6.37028 1.29826 6.37044 1.2817 6.3706 1.24498 6.37075 1.20197 6.37091 1.16631 6.37107 1.13879 6.37123 1.1139 6.37138 1.09439 6.37154 1.09012 6.3717 1.10472 6.37185 1.13009 6.37201 1.1527 6.37217 1.16187 6.37232 1.15448 6.37248 1.13617 6.37264 1.11592 6.37279 1.09753 6.37295 1.08212 6.37311 1.0794 6.37326 1.10148 6.37342 1.14094 6.37358 1.17017 6.37373 1.17328 6.37389 1.16909 6.37405 1.18435 6.3742 1.21406 6.37436 1.22901 6.37452 1.21904 6.37467 1.20338 6.37483 1.19974 6.37499 1.20396 6.37515 1.20886 6.3753 1.21738 6.37546 1.22692 6.37562 1.22001 6.37577 1.18709 6.37593 1.14756 6.37609 1.1291 6.37624 1.13608 6.3764 1.1553 6.37656 1.18053 6.37671 1.21419 6.37687 1.24848 6.37703 1.265 6.37718 1.25652 6.37734 1.23532 6.3775 1.21639 6.37765 1.20661 6.37781 1.20946 6.37797 1.22809 6.37812 1.25788 6.37828 1.28362 6.37844 1.29556 6.37859 1.29551 6.37875 1.28828 6.37891 1.27332 6.37907 1.25362 6.37922 1.24483 6.37938 1.2645 6.37954 1.30998 6.37969 1.3564 6.37985 1.37907 6.38001 1.37752 6.38016 1.37283 6.38032 1.37964 6.38048 1.38777 6.38063 1.37654 6.38079 1.34593 6.38095 1.32211 6.3811 1.32217 6.38126 1.32897 6.38142 1.30929 6.38157 1.25256 6.38173 1.18188 6.38189 1.12639 6.38204 1.09969 6.3822 1.10343 6.38236 1.13104 6.38251 1.16535 6.38267 1.18609 6.38283 1.18855 6.38299 1.18712 6.38314 1.19233 6.3833 1.19563 6.38346 1.18507 6.38361 1.16422 6.38377 1.14709 6.38393 1.13864 6.38408 1.136 6.38424 1.13974 6.3844 1.1543 6.38455 1.18022 6.38471 1.21337 6.38487 1.24866 6.38502 1.27577 6.38518 1.27958 6.38534 1.25558 6.38549 1.2234 6.38565 1.2097 6.38581 1.22055 6.38596 1.23794 6.38612 1.247 6.38628 1.25227 6.38643 1.26398 6.38659 1.2801 6.38675 1.28839 6.38691 1.28045 6.38706 1.25806 6.38722 1.23083 6.38738 1.2126 6.38753 1.2142 6.38769 1.23655 6.38785 1.26966 6.388 1.30085 6.38816 1.32152 6.38832 1.32841 6.38847 1.32345 6.38863 1.31087 6.38879 1.29195 6.38894 1.26111 6.3891 1.21759 6.38926 1.17773 6.38941 1.16292 6.38957 1.17371 6.38973 1.18968 6.38988 1.19465 6.39004 1.19211 6.3902 1.19298 6.39036 1.19597 6.39051 1.19774 6.39067 1.20792 6.39083 1.23832 6.39098 1.28366 6.39114 1.32308 6.3913 1.34513 6.39145 1.35669 6.39161 1.36719 6.39177 1.37401 6.39192 1.37206 6.39208 1.36909 6.39224 1.37808 6.39239 1.40082 6.39255 1.42135 6.39271 1.42285 6.39286 1.40262 6.39302 1.37248 6.39318 1.34687 6.39333 1.33336 6.39349 1.33257 6.39365 1.34577 6.3938 1.37235 6.39396 1.40823 6.39412 1.44335 6.39428 1.46776 6.39443 1.47895 6.39459 1.48321 6.39475 1.49183 6.3949 1.51307 6.39506 1.54426 6.39522 1.5685 6.39537 1.56976 6.39553 1.54739 6.39569 1.51898 6.39584 1.49901 6.396 1.49087 6.39616 1.49446 6.39631 1.51244 6.39647 1.54249 6.39663 1.57021 6.39678 1.58282 6.39694 1.58288 6.3971 1.58222 6.39725 1.58007 6.39741 1.5661 6.39757 1.54258 6.39772 1.5284 6.39788 1.53602 6.39804 1.55463 6.3982 1.56391 6.39835 1.55733 6.39851 1.54921 6.39867 1.55405 6.39882 1.57074 6.39898 1.58805 6.39914 1.59595 6.39929 1.59549 6.39945 1.598 6.39961 1.61171 6.39976 1.63394 6.39992 1.65094 6.40008 1.65414 6.40023 1.64562 6.40039 1.63155 6.40055 1.61073 6.4007 1.57611 6.40086 1.52739 6.40102 1.47752 6.40117 1.44444 6.40133 1.44289 6.40149 1.47103 6.40164 1.51082 6.4018 1.53596 6.40196 1.52679 6.40212 1.4836 6.40227 1.42675 6.40243 1.38076 6.40259 1.35756 6.40274 1.35583 6.4029 1.36857 6.40306 1.39413 6.40321 1.43253 6.40337 1.47732 6.40353 1.51474 6.40368 1.53156 6.40384 1.5251 6.404 1.50195 6.40415 1.47117 6.40431 1.44113 6.40447 1.42119 6.40462 1.41997 6.40478 1.44017 6.40494 1.47395 6.40509 1.50634 6.40525 1.52274 6.40541 1.51774 6.40556 1.49922 6.40572 1.48289 6.40588 1.47905 6.40604 1.48645 6.40619 1.50021 6.40635 1.51955 6.40651 1.54458 6.40666 1.56589 6.40682 1.57258 6.40698 1.56808 6.40713 1.56981 6.40729 1.58899 6.40745 1.61454 6.4076 1.62503 6.40776 1.612 6.40792 1.58789 6.40807 1.57215 6.40823 1.57273 6.40839 1.58047 6.40854 1.58048 6.4087 1.56736 6.40886 1.5492 6.40901 1.53653 6.40917 1.53251 6.40933 1.53549 6.40948 1.54777 6.40964 1.57189 6.4098 1.60197 6.40996 1.62864 6.41011 1.65275 6.41027 1.68135 6.41043 1.70906 6.41058 1.71677 6.41074 1.69783 6.4109 1.67325 6.41105 1.668 6.41121 1.68199 6.41137 1.69511 6.41152 1.69456 6.41168 1.68213 6.41184 1.65904 6.41199 1.62198 6.41215 1.57591 6.41231 1.53733 6.41246 1.51744 6.41262 1.51081 6.41278 1.50346 6.41293 1.48719 6.41309 1.46277 6.41325 1.43854 6.4134 1.42496 6.41356 1.42346 6.41372 1.41812 6.41388 1.39016 6.41403 1.34424 6.41419 1.31033 6.41435 1.31059 6.4145 1.33432 6.41466 1.35086 6.41482 1.34135 6.41497 1.31259 6.41513 1.28378 6.41529 1.27037 6.41544 1.27479 6.4156 1.2876 6.41576 1.29696 6.41591 1.30146 6.41607 1.30764 6.41623 1.31219 6.41638 1.30063 6.41654 1.26985 6.4167 1.24278 6.41685 1.24425 6.41701 1.26865 6.41717 1.28817 6.41733 1.28662 6.41748 1.27107 6.41764 1.24965 6.4178 1.22164 6.41795 1.19626 6.41811 1.19666 6.41827 1.23182 6.41842 1.27451 6.41858 1.28641 6.41874 1.25916 6.41889 1.21645 6.41905 1.1811 6.41921 1.15694 6.41936 1.13997 6.41952 1.13017 6.41968 1.12852 6.41983 1.13346 6.41999 1.14571 6.42015 1.16489 6.4203 1.18174 6.42046 1.183 6.42062 1.17022 6.42077 1.16289 6.42093 1.17602 6.42109 1.20258 6.42125 1.2234 6.4214 1.23011 6.42156 1.2258 6.42172 1.2124 6.42187 1.18886 6.42203 1.15966 6.42219 1.13573 6.42234 1.12427 6.4225 1.12366 6.42266 1.12899 6.42281 1.13544 6.42297 1.13629 6.42313 1.12451 6.42328 1.10038 6.42344 1.07367 6.4236 1.05738 6.42375 1.06042 6.42391 1.08464 6.42407 1.12393 6.42422 1.16415 6.42438 1.19064 6.42454 1.19768 6.42469 1.18849 6.42485 1.16987 6.42501 1.15165 6.42517 1.14663 6.42532 1.16226 6.42548 1.18734 6.42564 1.19835 6.42579 1.18308 6.42595 1.15391 6.42611 1.13256 6.42626 1.12794 6.42642 1.13369 6.42658 1.14338 6.42673 1.15839 6.42689 1.18167 6.42705 1.21016 6.4272 1.23676 6.42736 1.25692 6.42752 1.27268 6.42767 1.2876 6.42783 1.29754 6.42799 1.28991 6.42814 1.25592 6.4283 1.20434 6.42846 1.1567 6.42861 1.12701 6.42877 1.11201 6.42893 1.10247 6.42909 1.09682 6.42924 1.09853 6.4294 1.10868 6.42956 1.12545 6.42971 1.14578 6.42987 1.16161 6.43003 1.16285 6.43018 1.15002 6.43034 1.13869 6.4305 1.14023 6.43065 1.14412 6.43081 1.13173 6.43097 1.1022 6.43112 1.07391 6.43128 1.05982 6.43144 1.05447 6.43159 1.04684 6.43175 1.03479 6.43191 1.02259 6.43206 1.01403 6.43222 1.01252 6.43238 1.02257 6.43253 1.04413 6.43269 1.07127 6.43285 1.09466 6.43301 1.1033 6.43316 1.08704 6.43332 1.04957 6.43348 1.01681 6.43363 1.01912 6.43379 1.05904 6.43395 1.10881 6.4341 1.14368 6.43426 1.16322 6.43442 1.17423 6.43457 1.16925 6.43473 1.13977 6.43489 1.10084 6.43504 1.08085 6.4352 1.08998 6.43536 1.11277 6.43551 1.13191 6.43567 1.1438 6.43583 1.14717 6.43598 1.13308 6.43614 1.09686 6.4363 1.05143 6.43645 1.01993 6.43661 1.0156 6.43677 1.03384 6.43693 1.0615 6.43708 1.0895 6.43724 1.11764 6.4374 1.14925 6.43755 1.18029 6.43771 1.19534 6.43787 1.17725 6.43802 1.12425 6.43818 1.05541 6.43834 0.996911 6.43849 0.964414 6.43865 0.955191 6.43881 0.956402 6.43896 0.957637 6.43912 0.960455 6.43928 0.972945 6.43943 0.997235 6.43959 1.02559 6.43975 1.05008 6.4399 1.07272 6.44006 1.09749 6.44022 1.11762 6.44038 1.11984 6.44053 1.10056 6.44069 1.07045 6.44085 1.04279 6.441 1.02731 6.44116 1.0336 6.44132 1.06848 6.44147 1.12189 6.44163 1.16765 6.44179 1.18761 6.44194 1.18797 6.4421 1.18397 6.44226 1.17665 6.44241 1.15574 6.44257 1.12261 6.44273 1.09417 6.44288 1.08359 6.44304 1.08739 6.4432 1.0947 6.44335 1.09969 6.44351 1.10066 6.44367 1.09668 6.44382 1.08999 6.44398 1.08618 6.44414 1.08711 6.4443 1.0886 6.44445 1.09174 6.44461 1.10601 6.44477 1.13433 6.44492 1.16026 6.44508 1.16155 6.44524 1.1357 6.44539 1.10201 6.44555 1.07851 6.44571 1.06656 6.44586 1.06091 6.44602 1.06383 6.44618 1.07911 6.44633 1.0999 6.44649 1.11267 6.44665 1.11244 6.4468 1.10651 6.44696 1.10454 6.44712 1.10864 6.44727 1.11579 6.44743 1.12387 6.44759 1.13412 6.44774 1.15041 6.4479 1.17813 6.44806 1.21711 6.44822 1.25734 6.44837 1.28579 6.44853 1.29875 6.44869 1.3035 6.44884 1.3056 6.449 1.30236 6.44916 1.29152 6.44931 1.28021 6.44947 1.27729 6.44963 1.27977 6.44978 1.27453 6.44994 1.25356 6.4501 1.22346 6.45025 1.19495 6.45041 1.17184 6.45057 1.15043 6.45072 1.12899 6.45088 1.11216 6.45104 1.10681 6.45119 1.11193 6.45135 1.11731 6.45151 1.11313 6.45166 1.10051 6.45182 1.08979 6.45198 1.08563 6.45214 1.07985 6.45229 1.06239 6.45245 1.03476 6.45261 1.00869 6.45276 0.995652 6.45292 1.00251 6.45308 1.03215 6.45323 1.07889 6.45339 1.12346 6.45355 1.14513 6.4537 1.14099 6.45386 1.12802 6.45402 1.12282 6.45417 1.1258 6.45433 1.12783 6.45449 1.12329 6.45464 1.11072 6.4548 1.09093 6.45496 1.07011 6.45511 1.0601 6.45527 1.06544 6.45543 1.07617 6.45558 1.08 6.45574 1.07936 6.4559 1.08423 6.45606 1.09543 6.45621 1.10269 6.45637 1.10072 6.45653 1.09451 6.45668 1.08787 6.45684 1.0767 6.457 1.06065 6.45715 1.04749 6.45731 1.0439 6.45747 1.04675 6.45762 1.05261 6.45778 1.06639 6.45794 1.09101 6.45809 1.11461 6.45825 1.1195 6.45841 1.10474 6.45856 1.08874 6.45872 1.08753 6.45888 1.09914 6.45903 1.11004 6.45919 1.11321 6.45935 1.11363 6.4595 1.12182 6.45966 1.14341 6.45982 1.17348 6.45998 1.19695 6.46013 1.20139 6.46029 1.19052 6.46045 1.18042 6.4606 1.18003 6.46076 1.17965 6.46092 1.16584 6.46107 1.14145 6.46123 1.12264 6.46139 1.11538 6.46154 1.10975 6.4617 1.09917 6.46186 1.09316 6.46201 1.10288 6.46217 1.12048 6.46233 1.12427 6.46248 1.10425 6.46264 1.07079 6.4628 1.03942 6.46295 1.01535 6.46311 0.997942 6.46327 0.991484 6.46343 1.00412 6.46358 1.03783 6.46374 1.08346 6.4639 1.12385 6.46405 1.14327 6.46421 1.13907 6.46437 1.12748 6.46452 1.13161 6.46468 1.15671 6.46484 1.18198 6.46499 1.18345 6.46515 1.16157 6.46531 1.13668 6.46546 1.12056 6.46562 1.10425 6.46578 1.07602 6.46593 1.03962 6.46609 1.00977 6.46625 0.994587 6.4664 0.992517 6.46656 1.00064 6.46672 1.01826 6.46687 1.04124 6.46703 1.06223 6.46719 1.07699 6.46735 1.08904 6.4675 1.10469 6.46766 1.12639 6.46782 1.14862 6.46797 1.16064 6.46813 1.1529 6.46829 1.1248 6.46844 1.08607 6.4686 1.04926 6.46876 1.02165 6.46891 1.00422 6.46907 0.995338 6.46923 0.99281 6.46938 0.99344 6.46954 0.995024 6.4697 1.00169 6.46985 1.0207 6.47001 1.05267 6.47017 1.08417 6.47032 1.09461 6.47048 1.07403 6.47064 1.03451 6.47079 1.00099 6.47095 0.99057 6.47111 0.99923 6.47127 1.01052 6.47142 1.01389 6.47158 1.01351 6.47174 1.02041 6.47189 1.04156 6.47205 1.07449 6.47221 1.10859 6.47236 1.13242 6.47252 1.14422 6.47268 1.15439 6.47283 1.17073 6.47299 1.18284 6.47315 1.17193 6.4733 1.13847 6.47346 1.10958 6.47362 1.10948 6.47377 1.13136 6.47393 1.1483 6.47409 1.1446 6.47424 1.12411 6.4744 1.09538 6.47456 1.06352 6.47471 1.03781 6.47487 1.03096 6.47503 1.0437 6.47519 1.06152 6.47534 1.07206 6.4755 1.07657 6.47566 1.07969 6.47581 1.07962 6.47597 1.07245 6.47613 1.06109 6.47628 1.0509 6.47644 1.04458 6.4766 1.0462 6.47675 1.06208 6.47691 1.089 6.47707 1.11009 6.47722 1.11167 6.47738 1.09887 6.47754 1.08719 6.47769 1.08262 6.47785 1.08228 6.47801 1.08442 6.47816 1.08981 6.47832 1.09414 6.47848 1.09455 6.47863 1.09874 6.47879 1.11456 6.47895 1.13226 6.47911 1.13297 6.47926 1.11742 6.47942 1.10796 6.47958 1.11729 6.47973 1.13011 6.47989 1.12623 6.48005 1.11127 6.4802 1.10847 6.48036 1.12916 6.48052 1.16099 6.48067 1.18244 6.48083 1.17929 6.48099 1.1513 6.48114 1.11281 6.4813 1.0861 6.48146 1.08522 6.48161 1.10643 6.48177 1.13733 6.48193 1.16877 6.48208 1.19383 6.48224 1.20192 6.4824 1.18643 6.48255 1.15729 6.48271 1.13118 6.48287 1.11304 6.48303 1.09655 6.48318 1.08269 6.48334 1.08466 6.4835 1.10934 6.48365 1.14631 6.48381 1.1797 6.48397 1.20137 6.48412 1.20769 6.48428 1.19548 6.48444 1.1696 6.48459 1.14775 6.48475 1.1462 6.48491 1.16483 6.48506 1.19115 6.48522 1.21496 6.48538 1.22984 6.48553 1.22746 6.48569 1.20281 6.48585 1.16516 6.486 1.13274 6.48616 1.11689 6.48632 1.11619 6.48648 1.12459 6.48663 1.13826 6.48679 1.15211 6.48695 1.16066 6.4871 1.16346 6.48726 1.16574 6.48742 1.16965 6.48757 1.17276 6.48773 1.1738 6.48789 1.17509 6.48804 1.17626 6.4882 1.17322 6.48836 1.1666 6.48851 1.16496 6.48867 1.1742 6.48883 1.1882 6.48898 1.19538 6.48914 1.19133 6.4893 1.18046 6.48945 1.16785 6.48961 1.15486 6.48977 1.14107 6.48992 1.12793 6.49008 1.11983 6.49024 1.12215 6.4904 1.13713 6.49055 1.15968 6.49071 1.18074 6.49087 1.19601 6.49102 1.20563 6.49118 1.20723 6.49134 1.1946 6.49149 1.1711 6.49165 1.15206 6.49181 1.14771 6.49196 1.15058 6.49212 1.14922 6.49228 1.15032 6.49243 1.17175 6.49259 1.2143 6.49275 1.25396 6.4929 1.26747 6.49306 1.25553 6.49322 1.23515 6.49337 1.21716 6.49353 1.19958 6.49369 1.17745 6.49384 1.1508 6.494 1.12441 6.49416 1.10636 6.49432 1.10356 6.49447 1.11404 6.49463 1.12598 6.49479 1.12817 6.49494 1.12234 6.4951 1.1195 6.49526 1.12719 6.49541 1.14246 6.49557 1.15673 6.49573 1.16203 6.49588 1.15455 6.49604 1.13539 6.4962 1.11072 6.49635 1.08939 6.49651 1.0791 6.49667 1.08476 6.49682 1.10348 6.49698 1.12099 6.49714 1.11967 6.49729 1.09682 6.49745 1.069 6.49761 1.0546 6.49776 1.05449 6.49792 1.058 6.49808 1.06155 6.49824 1.07064 6.49839 1.08601 6.49855 1.09967 6.49871 1.10926 6.49886 1.12088 6.49902 1.13595 6.49918 1.14527 6.49933 1.14539 6.49949 1.14826 6.49965 1.16361 6.4998 1.17981 6.49996 1.1771 6.50012 1.15718 6.50027 1.14371 6.50043 1.15267 6.50059 1.17491 6.50074 1.19133 6.5009 1.19646 6.50106 1.19956 6.50121 1.21027 6.50137 1.2281 6.50153 1.24173 6.50168 1.23508 6.50184 1.19954 6.502 1.1471 6.50216 1.10464 6.50231 1.08967 6.50247 1.09424 6.50263 1.09972 6.50278 1.09978 6.50294 1.10074 6.5031 1.10379 6.50325 1.10074 6.50341 1.09031 6.50357 1.08563 6.50372 1.09905 6.50388 1.1252 6.50404 1.14654 6.50419 1.15273 6.50435 1.14916 6.50451 1.14883 6.50466 1.15919 6.50482 1.17437 6.50498 1.1771 6.50513 1.15192 6.50529 1.10229 6.50545 1.05215 6.5056 1.02653 6.50576 1.03248 6.50592 1.06048 6.50608 1.09724 6.50623 1.13265 6.50639 1.15896 6.50655 1.17514 6.5067 1.19196 6.50686 1.22042 6.50702 1.25248 6.50717 1.26208 6.50733 1.23168 6.50749 1.17252 6.50764 1.11441 6.5078 1.07921 6.50796 1.06783 6.50811 1.06728 6.50827 1.06437 6.50843 1.05603 6.50858 1.0513 6.50874 1.06155 6.5089 1.08703 6.50905 1.11614 6.50921 1.13876 6.50937 1.15422 6.50953 1.16362 6.50968 1.16403 6.50984 1.15886 6.51 1.16318 6.51015 1.18373 6.51031 1.20036 6.51047 1.18478 6.51062 1.1405 6.51078 1.10439 6.51094 1.1018 6.51109 1.11489 6.51125 1.10829 6.51141 1.0732 6.51156 1.03361 6.51172 1.01432 6.51188 1.01976 6.51203 1.04164 6.51219 1.07215 6.51235 1.10278 6.5125 1.12411 6.51266 1.13174 6.51282 1.12789 6.51297 1.11556 6.51313 1.09576 6.51329 1.07323 6.51345 1.05596 6.5136 1.04497 6.51376 1.03182 6.51392 1.01322 6.51407 1.00205 6.51423 1.01619 6.51439 1.05724 6.51454 1.10605 6.5147 1.13923 6.51486 1.14487 6.51501 1.12726 6.51517 1.10234 6.51533 1.08737 6.51548 1.08989 6.51564 1.10189 6.5158 1.10874 6.51595 1.10522 6.51611 1.09934 6.51627 1.10108 6.51642 1.11082 6.51658 1.12088 6.51674 1.1259 6.51689 1.12853 6.51705 1.13534 6.51721 1.14958 6.51737 1.16646 6.51752 1.1771 6.51768 1.17763 6.51784 1.17227 6.51799 1.16722 6.51815 1.16294 6.51831 1.15694 6.51846 1.15079 6.51862 1.14856 6.51878 1.14988 6.51893 1.14945 6.51909 1.14509 6.51925 1.13732 6.5194 1.12355 6.51956 1.10098 6.51972 1.07892 6.51987 1.07747 6.52003 1.10435 6.52019 1.14003 6.52034 1.15593 6.5205 1.14413 6.52066 1.12184 6.52081 1.10918 6.52097 1.11364 6.52113 1.1328 6.52129 1.16153 6.52144 1.18943 6.5216 1.20146 6.52176 1.19042 6.52191 1.1643 6.52207 1.13771 6.52223 1.11794 6.52238 1.10243 6.52254 1.08676 6.5227 1.07175 6.52285 1.06015 6.52301 1.05195 6.52317 1.04247 6.52332 1.0281 6.52348 1.01546 6.52364 1.01909 6.52379 1.04655 6.52395 1.08546 6.52411 1.11194 6.52426 1.11249 6.52442 1.09435 6.52458 1.07608 6.52473 1.07415 6.52489 1.09503 6.52505 1.1312 6.52521 1.16285 6.52536 1.1723 6.52552 1.15974 6.52568 1.1404 6.52583 1.12458 6.52599 1.11067 6.52615 1.09936 6.5263 1.0996 6.52646 1.11368 6.52662 1.12791 6.52677 1.13019 6.52693 1.12612 6.52709 1.12456 6.52724 1.11761 6.5274 1.09248 6.52756 1.05687 6.52771 1.03222 6.52787 1.02055 6.52803 0.999642 6.52818 0.959059 6.52834 0.922132 6.5285 0.918156 6.52865 0.945762 6.52881 0.977994 6.52897 0.996441 6.52913 1.00459 6.52928 1.01118 6.52944 1.01824 6.5296 1.02626 6.52975 1.03827 6.52991 1.05474 6.53007 1.07077 6.53022 1.08516 6.53038 1.10436 6.53054 1.13023 6.53069 1.15083 6.53085 1.15185 6.53101 1.13613 6.53116 1.12457 6.53132 1.13356 6.53148 1.15493 6.53163 1.16251 6.53179 1.1369 6.53195 1.08484 6.5321 1.03621 6.53226 1.02293 6.53242 1.05695 6.53257 1.12031 6.53273 1.1789 6.53289 1.20837 6.53305 1.21 6.5332 1.20061 6.53336 1.19202 6.53352 1.18218 6.53367 1.16486 6.53383 1.13777 6.53399 1.10102 6.53414 1.05828 6.5343 1.02143 6.53446 1.00542 6.53461 1.01132 6.53477 1.02254 6.53493 1.02551 6.53508 1.02803 6.53524 1.0473 6.5354 1.08324 6.53555 1.11628 6.53571 1.13023 6.53587 1.12652 6.53602 1.11624 6.53618 1.10658 6.53634 1.10127 6.5365 1.10149 6.53665 1.10491 6.53681 1.10785 6.53697 1.11135 6.53712 1.11888 6.53728 1.12797 6.53744 1.13088 6.53759 1.12591 6.53775 1.11942 6.53791 1.11629 6.53806 1.11564 6.53822 1.12038 6.53838 1.13947 6.53853 1.17216 6.53869 1.19985 6.53885 1.20363 6.539 1.18615 6.53916 1.16627 6.53932 1.15486 6.53947 1.14664 6.53963 1.13516 6.53979 1.1259 6.53994 1.13113 6.5401 1.15475 6.54026 1.18521 6.54042 1.20355 6.54057 1.19753 6.54073 1.17271 6.54089 1.14593 6.54104 1.12857 6.5412 1.11715 6.54136 1.10286 6.54151 1.08521 6.54167 1.07057 6.54183 1.06473 6.54198 1.07021 6.54214 1.08786 6.5423 1.11394 6.54245 1.13722 6.54261 1.14897 6.54277 1.15387 6.54292 1.16457 6.54308 1.18558 6.54324 1.20773 6.54339 1.21898 6.54355 1.21396 6.54371 1.19516 6.54386 1.17077 6.54402 1.15245 6.54418 1.14461 6.54434 1.13777 6.54449 1.12134 6.54465 1.10424 6.54481 1.11062 6.54496 1.15008 6.54512 1.20334 6.54528 1.24392 6.54543 1.26506 6.54559 1.27403 6.54575 1.27337 6.5459 1.26338 6.54606 1.25768 6.54622 1.27294 6.54637 1.30076 6.54653 1.30812 6.54669 1.27597 6.54684 1.22496 6.547 1.18854 6.54716 1.17227 6.54731 1.15389 6.54747 1.11984 6.54763 1.08195 6.54778 1.05504 6.54794 1.03758 6.5481 1.02112 6.54826 1.00911 6.54841 1.01201 6.54857 1.02965 6.54873 1.05046 6.54888 1.0654 6.54904 1.07589 6.5492 1.08716 6.54935 1.10127 6.54951 1.1146 6.54967 1.12004 6.54982 1.1108 6.54998 1.09001 6.55014 1.07193 6.55029 1.06878 6.55045 1.07885 6.55061 1.0915 6.55076 1.10052 6.55092 1.10333 6.55108 1.09359 6.55123 1.068 6.55139 1.04063 6.55155 1.03463 6.5517 1.05398 6.55186 1.07563 6.55202 1.07841 6.55218 1.06777 6.55233 1.06349 6.55249 1.07173 6.55265 1.08331 6.5528 1.09396 6.55296 1.11164 6.55312 1.14337 6.55327 1.18542 6.55343 1.22716 6.55359 1.25723 6.55374 1.2672 6.5539 1.25421 6.55406 1.22545 6.55421 1.19312 6.55437 1.16503 6.55453 1.14185 6.55468 1.12221 6.55484 1.10532 6.555 1.08878 6.55515 1.07 6.55531 1.05045 6.55547 1.03403 6.55562 1.02311 6.55578 1.01858 6.55594 1.02341 6.5561 1.04158 6.55625 1.0693 6.55641 1.09646 6.55657 1.11503 6.55672 1.12299 6.55688 1.12186 6.55704 1.11289 6.55719 1.0987 6.55735 1.08543 6.55751 1.07953 6.55766 1.08084 6.55782 1.08097 6.55798 1.06861 6.55813 1.04061 6.55829 1.01124 6.55845 1.00397 6.5586 1.0272 6.55876 1.06313 6.55892 1.08556 6.55907 1.08734 6.55923 1.08238 6.55939 1.08458 6.55955 1.09362 6.5597 1.10387 6.55986 1.11551 6.56002 1.13048 6.56017 1.14624 6.56033 1.15922 6.56049 1.16973 6.56064 1.18041 6.5608 1.19208 6.56096 1.20576 6.56111 1.22535 6.56127 1.24849 6.56143 1.26228 6.56158 1.25506 6.56174 1.2333 6.5619 1.21843 6.56205 1.22195 6.56221 1.23025 6.56237 1.22015 6.56252 1.18666 6.56268 1.14823 6.56284 1.12642 6.56299 1.12462 6.56315 1.13302 6.56331 1.14551 6.56347 1.16233 6.56362 1.17891 6.56378 1.18328 6.56394 1.16842 6.56409 1.14262 6.56425 1.11978 6.56441 1.10621 6.56456 1.10082 6.56472 1.10121 6.56488 1.10538 6.56503 1.10946 6.56519 1.11114 6.56535 1.11031 6.5655 1.10318 6.56566 1.08006 6.56582 1.03995 6.56597 1.00073 6.56613 0.983226 6.56629 0.986564 6.56644 0.993117 6.5666 0.995557 6.56676 1.00531 6.56691 1.03148 6.56707 1.066 6.56723 1.09718 6.56739 1.12539 6.56754 1.15619 6.5677 1.18617 6.56786 1.20769 6.56801 1.21997 6.56817 1.22571 6.56833 1.22202 6.56848 1.20584 6.56864 1.18491 6.5688 1.17114 6.56895 1.16385 6.56911 1.1522 6.56927 1.13398 6.56942 1.12145 6.56958 1.12498 6.56974 1.13685 6.56989 1.13753 6.57005 1.11482 6.57021 1.074 6.57036 1.03284 6.57052 1.00742 6.57068 0.999154 6.57083 0.996706 6.57099 0.991496 6.57115 0.989643 6.57131 1.00279 6.57146 1.03061 6.57162 1.06211 6.57178 1.09224 6.57193 1.12452 6.57209 1.15376 6.57225 1.16087 6.5724 1.13851 6.57256 1.11025 6.57272 1.10674 6.57287 1.12714 6.57303 1.14104 6.57319 1.1314 6.57334 1.11611 6.5735 1.11786 6.57366 1.12985 6.57381 1.12802 6.57397 1.10774 6.57413 1.0886 6.57428 1.08513 6.57444 1.08974 6.5746 1.09182 6.57475 1.0952 6.57491 1.10731 6.57507 1.12187 6.57523 1.12534 6.57538 1.11797 6.57554 1.11451 6.5757 1.12335 6.57585 1.13353 6.57601 1.12779 6.57617 1.1046 6.57632 1.0817 6.57648 1.07714 6.57664 1.08936 6.57679 1.09949 6.57695 1.0932 6.57711 1.07587 6.57726 1.06245 6.57742 1.06028 6.57758 1.06972 6.57773 1.09476 6.57789 1.13983 6.57805 1.19151 6.5782 1.22167 6.57836 1.21855 6.57852 1.20199 6.57867 1.19807 6.57883 1.20487 6.57899 1.20028 6.57915 1.17624 6.5793 1.15059 6.57946 1.14328 6.57962 1.15463 6.57977 1.17176 6.57993 1.18484 6.58009 1.19146 6.58024 1.19078 6.5804 1.18075 6.58056 1.16086 6.58071 1.13641 6.58087 1.11934 6.58103 1.11897 6.58118 1.13311 6.58134 1.15094 6.5815 1.16881 6.58165 1.19316 6.58181 1.22311 6.58197 1.24197 6.58212 1.23715 6.58228 1.22056 6.58244 1.21212 6.5826 1.21078 6.58275 1.19825 6.58291 1.17032 6.58307 1.14506 6.58322 1.13813 6.58338 1.14723 6.58354 1.16307 6.58369 1.18015 6.58385 1.19061 6.58401 1.18496 6.58416 1.16834 6.58432 1.16171 6.58448 1.17705 6.58463 1.20177 6.58479 1.21689 6.58495 1.22041 6.5851 1.22394 6.58526 1.23221 6.58542 1.23721 6.58557 1.22923 6.58573 1.20655 6.58589 1.17972 6.58604 1.16713 6.5862 1.17797 6.58636 1.19778 6.58652 1.20113 6.58667 1.18048 6.58683 1.15165 6.58699 1.12714 6.58714 1.10278 6.5873 1.07617 6.58746 1.05977 6.58761 1.06052 6.58777 1.06395 6.58793 1.05653 6.58808 1.04916 6.58824 1.05947 6.5884 1.0798 6.58855 1.08632 6.58871 1.07545 6.58887 1.0672 6.58902 1.07311 6.58918 1.08337 6.58934 1.08844 6.58949 1.09407 6.58965 1.10606 6.58981 1.11717 6.58996 1.11896 6.59012 1.11514 6.59028 1.11263 6.59044 1.10985 6.59059 1.10388 6.59075 1.10215 6.59091 1.11592 6.59106 1.14184 6.59122 1.15947 6.59138 1.14942 6.59153 1.11157 6.59169 1.0647 6.59185 1.03036 6.592 1.01625 6.59216 1.01506 6.59232 1.01633 6.59247 1.0184 6.59263 1.02818 6.59279 1.05177 6.59294 1.08465 6.5931 1.11113 6.59326 1.11655 6.59341 1.10512 6.59357 1.10034 6.59373 1.1192 6.59388 1.14788 6.59404 1.15606 6.5942 1.13442 6.59436 1.10282 6.59451 1.07787 6.59467 1.05276 6.59483 1.0166 6.59498 0.978368 6.59514 0.954834 6.5953 0.950015 6.59545 0.959757 6.59561 0.98484 6.59577 1.01942 6.59592 1.04119 6.59608 1.03275 6.59624 1.00709 6.59639 0.991227 6.59655 0.990035 6.59671 0.987803 6.59686 0.982497 6.59702 0.992072 6.59718 1.02379 6.59733 1.05794 6.59749 1.07204 6.59765 1.06179 6.5978 1.03439 6.59796 1.0001 6.59812 0.975267 6.59828 0.977471 6.59843 1.00552 6.59859 1.03502 6.59875 1.04255 6.5989 1.02592 6.59906 1.00048 6.59922 0.985895 6.59937 0.998699 6.59953 1.04039 6.59969 1.08908 6.59984 1.11784 6.6 1.125 6.60016 1.13091 6.60031 1.14319 6.60047 1.14759 6.60063 1.1393 6.60078 1.13791 6.60094 1.15631 6.6011 1.17482 6.60125 1.16587 6.60141 1.12877 6.60157 1.08147 6.60172 1.03215 6.60188 0.981443 6.60204 0.944504 6.6022 0.941385 6.60235 0.969276 6.60251 1.00231 6.60267 1.02193 6.60282 1.03154 6.60298 1.04322 6.60314 1.06238 6.60329 1.08781 6.60345 1.11393 6.60361 1.13032 6.60376 1.13046 6.60392 1.1209 6.60408 1.11214 6.60423 1.10168 6.60439 1.07901 6.60455 1.04636 6.6047 1.02341 6.60486 1.0278 6.60502 1.05842 6.60517 1.09876 6.60533 1.12868 6.60549 1.13361 6.60565 1.114 6.6058 1.08866 6.60596 1.08035 6.60612 1.0937 6.60627 1.11122 6.60643 1.11182 6.60659 1.08925 6.60674 1.05215 6.6069 1.01556 6.60706 0.993907 6.60721 0.995001 6.60737 1.01803 6.60753 1.05898 6.60768 1.11555 6.60784 1.18212 6.608 1.24276 6.60815 1.27735 6.60831 1.27562 6.60847 1.24216 6.60862 1.18971 6.60878 1.13195 6.60894 1.08182 6.60909 1.04648 6.60925 1.02471 6.60941 1.01345 6.60957 1.01404 6.60972 1.02722 6.60988 1.04599 6.61004 1.06185 6.61019 1.07731 6.61035 1.10022 6.61051 1.12813 6.61066 1.14999 6.61082 1.16345 6.61098 1.17797 6.61113 1.19625 6.61129 1.20502 6.61145 1.19254 6.6116 1.16669 6.61176 1.14576 6.61192 1.13899 6.61207 1.14133 6.61223 1.14379 6.61239 1.14204 6.61254 1.1374 6.6127 1.13402 6.61286 1.13382 6.61301 1.13284 6.61317 1.12535 6.61333 1.1145 6.61349 1.11048 6.61364 1.1162 6.6138 1.11979 6.61396 1.10905 6.61411 1.086 6.61427 1.06148 6.61443 1.04148 6.61458 1.02667 6.61474 1.02378 6.6149 1.04098 6.61505 1.07291 6.61521 1.10015 6.61537 1.10793 6.61552 1.10047 6.61568 1.09111 6.61584 1.08369 6.61599 1.07152 6.61615 1.05175 6.61631 1.0346 6.61646 1.03486 6.61662 1.05761 6.61678 1.0941 6.61693 1.12961 6.61709 1.15525 6.61725 1.17091 6.61741 1.18061 6.61756 1.18811 6.61772 1.19719 6.61788 1.21045 6.61803 1.22694 6.61819 1.24073 6.61835 1.24604 6.6185 1.24366 6.61866 1.24012 6.61882 1.23805 6.61897 1.23576 6.61913 1.23322 6.61929 1.2341 6.61944 1.23719 6.6196 1.23081 6.61976 1.20695 6.61991 1.17481 6.62007 1.15285 6.62023 1.14695 6.62038 1.14808 6.62054 1.15113 6.6207 1.16418 6.62085 1.18798 6.62101 1.20308 6.62117 1.18687 6.62133 1.14209 6.62148 1.09364 6.62164 1.06248 6.6218 1.05191 6.62195 1.05887 6.62211 1.07828 6.62227 1.09922 6.62242 1.10673 6.62258 1.09738 6.62274 1.08475 6.62289 1.08182 6.62305 1.08862 6.62321 1.09709 6.62336 1.10288 6.62352 1.106 6.62368 1.10657 6.62383 1.10419 6.62399 1.09448 6.62415 1.06772 6.6243 1.01973 6.62446 0.965663 6.62462 0.932127 6.62477 0.929766 6.62493 0.944249 6.62509 0.959203 6.62525 0.976036 6.6254 1.00095 6.62556 1.02764 6.62572 1.04461 6.62587 1.05152 6.62603 1.05464 6.62619 1.05197 6.62634 1.0399 6.6265 1.02804 6.62666 1.03222 6.62681 1.05122 6.62697 1.0658 6.62713 1.06161 6.62728 1.04294 6.62744 1.02253 6.6276 1.00829 6.62775 1.00023 6.62791 0.991931 6.62807 0.975506 6.62822 0.954848 6.62838 0.94947 6.62854 0.975317 6.6287 1.022 6.62885 1.06134 6.62901 1.07936 6.62917 1.08523 6.62932 1.08999 6.62948 1.09282 6.62964 1.09282 6.62979 1.09815 6.62995 1.11278 6.63011 1.1272 6.63026 1.12965 6.63042 1.12036 6.63058 1.10659 6.63073 1.09228 6.63089 1.07847 6.63105 1.06918 6.6312 1.06651 6.63136 1.06672 6.63152 1.06781 6.63167 1.07563 6.63183 1.09611 6.63199 1.12495 6.63214 1.15189 6.6323 1.17063 6.63246 1.18056 6.63262 1.18147 6.63277 1.17429 6.63293 1.16373 6.63309 1.15757 6.63324 1.1623 6.6334 1.18098 6.63356 1.209 6.63371 1.23082 6.63387 1.22891 6.63403 1.20109 6.63418 1.16233 6.63434 1.12737 6.6345 1.09981 6.63465 1.0806 6.63481 1.07707 6.63497 1.0915 6.63512 1.1089 6.63528 1.10943 6.63544 1.08972 6.63559 1.06207 6.63575 1.03582 6.63591 1.01189 6.63606 0.995012 6.63622 0.998204 6.63638 1.03043 6.63654 1.08637 6.63669 1.15019 6.63685 1.20548 6.63701 1.23896 6.63716 1.24405 6.63732 1.22541 6.63748 1.19616 6.63763 1.16781 6.63779 1.14163 6.63795 1.11468 6.6381 1.09063 6.63826 1.0819 6.63842 1.09949 6.63857 1.13982 6.63873 1.18412 6.63889 1.21279 6.63904 1.22131 6.6392 1.21946 6.63936 1.21618 6.63951 1.20847 6.63967 1.18937 6.63983 1.15986 6.63998 1.12959 6.64014 1.10757 6.6403 1.09566 6.64046 1.09095 6.64061 1.09072 6.64077 1.0975 6.64093 1.11585 6.64108 1.14449 6.64124 1.16886 6.6414 1.17267 6.64155 1.1575 6.64171 1.14503 6.64187 1.15231 6.64202 1.17399 6.64218 1.1954 6.64234 1.21514 6.64249 1.24161 6.64265 1.27358 6.64281 1.29777 6.64296 1.30588 6.64312 1.3029 6.64328 1.29611 6.64343 1.28868 6.64359 1.28524 6.64375 1.29161 6.6439 1.30497 6.64406 1.3116 6.64422 1.30246 6.64438 1.28338 6.64453 1.26363 6.64469 1.24482 6.64485 1.22599 6.645 1.21225 6.64516 1.20987 6.64532 1.2177 6.64547 1.23093 6.64563 1.24985 6.64579 1.27352 6.64594 1.29113 6.6461 1.2883 6.64626 1.26593 6.64641 1.24245 6.64657 1.23524 6.64673 1.24562 6.64688 1.26566 6.64704 1.29168 6.6472 1.3268 6.64735 1.37288 6.64751 1.42293 6.64767 1.46443 6.64782 1.48858 6.64798 1.50148 6.64814 1.524 6.6483 1.57879 6.64845 1.67462 6.64861 1.80412 6.64877 1.95792 6.64892 2.13494 6.64908 2.33913 6.64924 2.5708 6.64939 2.82552 6.64955 3.09834 6.64971 3.38345 6.64986 3.66964 6.65002 3.93777 6.65018 4.16312 6.65033 4.3214 6.65049 4.39457 6.65065 4.37759 6.6508 4.28102 6.65096 4.12443 6.65112 3.93012 6.65127 3.7213 6.65143 3.52161 6.65159 3.34547 6.65174 3.18824 6.6519 3.03097 6.65206 2.85842 6.65222 2.67052 6.65237 2.47559 6.65253 2.27977 6.65269 2.08991 6.65284 1.91784 6.653 1.77529 6.65316 1.66206 6.65331 1.5674 6.65347 1.48393 6.65363 1.41534 6.65378 1.36773 6.65394 1.33763 6.6541 1.31332 6.65425 1.28534 6.65441 1.25571 6.65457 1.23518 6.65472 1.23376 6.65488 1.24997 6.65504 1.26933 6.65519 1.27636 6.65535 1.26802 6.65551 1.25284 6.65567 1.23802 6.65582 1.224 6.65598 1.21236 6.65614 1.21059 6.65629 1.21983 6.65645 1.22558 6.65661 1.21156 6.65676 1.18343 6.65692 1.16834 6.65708 1.18297 6.65723 1.21345 6.65739 1.23338 6.65755 1.23666 6.6577 1.24191 6.65786 1.26501 6.65802 1.29712 6.65817 1.31622 6.65833 1.31189 6.65849 1.29002 6.65864 1.26003 6.6588 1.22716 6.65896 1.20061 6.65911 1.19475 6.65927 1.21435 6.65943 1.24398 6.65959 1.25942 6.65974 1.24705 6.6599 1.21016 6.66006 1.16167 6.66021 1.11864 6.66037 1.0981 6.66053 1.10684 6.66068 1.1321 6.66084 1.15327 6.661 1.16151 6.66115 1.16296 6.66131 1.16135 6.66147 1.15191 6.66162 1.13609 6.66178 1.1301 6.66194 1.14578 6.66209 1.17073 6.66225 1.1802 6.66241 1.16656 6.66256 1.14509 6.66272 1.13137 6.66288 1.12514 6.66303 1.11908 6.66319 1.11335 6.66335 1.11349 6.66351 1.12041 6.66366 1.12947 6.66382 1.13791 6.66398 1.14715 6.66413 1.15898 6.66429 1.17289 6.66445 1.18848 6.6646 1.20412 6.66476 1.21522 6.66492 1.21609 6.66507 1.20674 6.66523 1.1959 6.66539 1.19452 6.66554 1.20459 6.6657 1.21784 6.66586 1.22526 6.66601 1.22502 6.66617 1.21996 6.66633 1.20984 6.66648 1.19276 6.66664 1.17349 6.6668 1.16527 6.66695 1.17662 6.66711 1.19981 6.66727 1.21757 6.66743 1.22228 6.66758 1.22486 6.66774 1.24307 6.6679 1.28207 6.66805 1.32935 6.66821 1.3703 6.66837 1.40644 6.66852 1.45379 6.66868 1.52138 6.66884 1.59809 6.66899 1.6684 6.66915 1.73816 6.66931 1.83253 6.66946 1.96802 6.66962 2.13658 6.66978 2.32122 6.66993 2.51978 6.67009 2.74359 6.67025 3.0014 6.6704 3.29147 6.67056 3.60309 6.67072 3.91342 6.67087 4.18617 6.67103 4.38348 6.67119 4.48333 6.67135 4.48118 6.6715 4.38272 6.67166 4.20696 6.67182 3.99157 6.67197 3.77762 6.67213 3.58519 6.67229 3.41127 6.67244 3.25171 6.6726 3.11041 6.67276 2.98452 6.67291 2.85818 6.67307 2.72016 6.67323 2.5775 6.67338 2.44092 6.67354 2.30701 6.6737 2.16682 6.67385 2.02414 6.67401 1.89152 6.67417 1.77193 6.67432 1.65829 6.67448 1.54895 6.67464 1.45285 6.67479 1.37749 6.67495 1.32179 6.67511 1.28147 6.67527 1.25358 6.67542 1.23219 6.67558 1.20787 6.67574 1.17682 6.67589 1.14548 6.67605 1.12398 6.67621 1.11932 6.67636 1.1306 6.67652 1.14659 6.67668 1.14827 6.67683 1.126 6.67699 1.09584 6.67715 1.08859 6.6773 1.11589 6.67746 1.15574 6.67762 1.17771 6.67777 1.17752 6.67793 1.17588 6.67809 1.18619 6.67824 1.19498 6.6784 1.17877 6.67856 1.13398 6.67872 1.08314 6.67887 1.05446 6.67903 1.05734 6.67919 1.0807 6.67934 1.10911 6.6795 1.13562 6.67966 1.16002 6.67981 1.18143 6.67997 1.19887 6.68013 1.21446 6.68028 1.22955 6.68044 1.23988 6.6806 1.24097 6.68075 1.23742 6.68091 1.23857 6.68107 1.24262 6.68122 1.2371 6.68138 1.21912 6.68154 1.20372 6.68169 1.20502 6.68185 1.21532 6.68201 1.21463 6.68216 1.19702 6.68232 1.17669 6.68248 1.16802 6.68264 1.16892 6.68279 1.16832 6.68295 1.16056 6.68311 1.14847 6.68326 1.13688 6.68342 1.12439 6.68358 1.10273 6.68373 1.06544 6.68389 1.01916 6.68405 0.984772 6.6842 0.979686 6.68436 1.00055 6.68452 1.02813 6.68467 1.04835 6.68483 1.06259 6.68499 1.07944 6.68514 1.10321 6.6853 1.1326 6.68546 1.1631 6.68561 1.18593 6.68577 1.1943 6.68593 1.19137 6.68608 1.18671 6.68624 1.18438 6.6864 1.17791 6.68656 1.16198 6.68671 1.13995 6.68687 1.1193 6.68703 1.1067 6.68718 1.10979 6.68734 1.13238 6.6875 1.16251 6.68765 1.17606 6.68781 1.16311 6.68797 1.142 6.68812 1.13681 6.68828 1.14909 6.68844 1.16223 6.68859 1.1678 6.68875 1.17119 6.68891 1.17501 6.68906 1.17239 6.68922 1.16171 6.68938 1.15084 6.68953 1.14481 6.68969 1.13874 6.68985 1.12797 6.69 1.11637 6.69016 1.10878 6.69032 1.10365 6.69048 1.09916 6.69063 1.098 6.69079 1.10156 6.69095 1.10569 6.6911 1.1057 6.69126 1.10253 6.69142 1.09868 6.69157 1.09495 6.69173 1.09222 6.69189 1.09223 6.69204 1.09406 6.6922 1.09743 6.69236 1.10745 6.69251 1.12947 6.69267 1.15485 6.69283 1.16642 6.69298 1.16164 6.69314 1.1594 6.6933 1.17344 6.69345 1.19211 6.69361 1.19712 6.69377 1.19408 6.69392 1.20378 6.69408 1.22951 6.69424 1.24922 6.6944 1.2428 6.69455 1.21515 6.69471 1.18653 6.69487 1.17024 6.69502 1.16437 6.69518 1.15905 6.69534 1.14738 6.69549 1.13388 6.69565 1.12954 6.69581 1.1356 6.69596 1.13818 6.69612 1.12609 6.69628 1.11075 6.69643 1.11339 6.69659 1.13476 6.69675 1.15053 6.6969 1.14284 6.69706 1.12098 6.69722 1.10433 6.69737 1.0979 6.69753 1.09487 6.69769 1.09272 6.69784 1.0962 6.698 1.10476 6.69816 1.10855 6.69832 1.10031 6.69847 1.08389 6.69863 1.06977 6.69879 1.06529 6.69894 1.06683 6.6991 1.06408 6.69926 1.05296 6.69941 1.04169 6.69957 1.04164 6.69973 1.04994 6.69988 1.05274 6.70004 1.04709 6.7002 1.04547 6.70035 1.055 6.70051 1.06364 6.70067 1.05838 6.70082 1.04683 6.70098 1.04621 6.70114 1.05765 6.70129 1.0672 6.70145 1.06968 6.70161 1.0736 6.70177 1.08429 6.70192 1.09618 6.70208 1.10794 6.70224 1.12801 6.70239 1.15705 6.70255 1.17811 6.70271 1.17458 6.70286 1.14983 6.70302 1.12202 6.70318 1.10551 6.70333 1.10523 6.70349 1.12038 6.70365 1.14257 6.7038 1.15529 6.70396 1.14678 6.70412 1.12238 6.70427 1.09789 6.70443 1.08199 6.70459 1.07396 6.70474 1.07333 6.7049 1.08367 6.70506 1.10384 6.70521 1.12371 6.70537 1.13097 6.70553 1.11914 6.70569 1.09105 6.70584 1.0621 6.706 1.05568 6.70616 1.08296 6.70631 1.12611 6.70647 1.15249 6.70663 1.14795 6.70678 1.12813 6.70694 1.11332 6.7071 1.10382 6.70725 1.08851 6.70741 1.06778 6.70757 1.05585 6.70772 1.06276 6.70788 1.08578 6.70804 1.11619 6.70819 1.1452 6.70835 1.16294 6.70851 1.1616 6.70866 1.14464 6.70882 1.12716 6.70898 1.1231 6.70913 1.13298 6.70929 1.14748 6.70945 1.15739 6.70961 1.16064 6.70976 1.16046 6.70992 1.16135 6.71008 1.16359 6.71023 1.16288 6.71039 1.15712 6.71055 1.15223 6.7107 1.15376 6.71086 1.15675 6.71102 1.15002 6.71117 1.13114 6.71133 1.11204 6.71149 1.10404 6.71164 1.10505 6.7118 1.10658 6.71196 1.10644 6.71211 1.10906 6.71227 1.11497 6.71243 1.11912 6.71258 1.1214 6.71274 1.12782 6.7129 1.14021 6.71305 1.15209 6.71321 1.1582 6.71337 1.16377 6.71353 1.17562 6.71368 1.1904 6.71384 1.19627 6.714 1.18771 6.71415 1.17084 6.71431 1.15312 6.71447 1.1357 6.71462 1.11932 6.71478 1.11041 6.71494 1.11625 6.71509 1.13688 6.71525 1.16552 6.71541 1.19648 6.71556 1.22325 6.71572 1.23389 6.71588 1.21771 6.71603 1.17899 6.71619 1.14014 6.71635 1.12261 6.7165 1.13008 6.71666 1.15016 6.71682 1.16818 6.71697 1.17454 6.71713 1.16666 6.71729 1.14916 6.71745 1.13075 6.7176 1.11676 6.71776 1.1045 6.71792 1.09303 6.71807 1.08889 6.71823 1.09812 6.71839 1.11441 6.71854 1.12604 6.7187 1.12857 6.71886 1.12475 6.71901 1.11418 6.71917 1.09569 6.71933 1.08044 6.71948 1.08654 6.71964 1.11518 6.7198 1.14222 6.71995 1.14325 6.72011 1.11766 6.72027 1.08221 6.72042 1.05035 6.72058 1.02928 6.72074 1.02717 6.72089 1.04785 6.72105 1.0786 6.72121 1.09645 6.72137 1.09079 6.72152 1.07258 6.72168 1.05953 6.72184 1.05971 6.72199 1.07173 6.72215 1.09058 6.72231 1.11289 6.72246 1.13305 6.72262 1.14278 6.72278 1.13368 6.72293 1.10332 6.72309 1.06432 6.72325 1.0397 6.7234 1.04339 6.72356 1.06431 6.72372 1.0787 6.72387 1.07856 6.72403 1.07919 6.72419 1.09627 6.72434 1.12532 6.7245 1.15136 6.72466 1.16667 6.72482 1.17076 6.72497 1.15856 6.72513 1.12633 6.72529 1.08683 6.72544 1.06494 6.7256 1.07303 6.72576 1.09589 6.72591 1.10902 6.72607 1.1023 6.72623 1.08188 6.72638 1.05485 6.72654 1.02496 6.7267 1.00006 6.72685 0.990983 6.72701 0.997969 6.72717 1.00636 6.72732 1.00321 6.72748 0.990802 6.72764 0.979004 6.72779 0.96818 6.72795 0.952093 6.72811 0.933874 6.72826 0.927759 6.72842 0.93974 6.72858 0.955835 6.72874 0.957587 6.72889 0.944437 6.72905 0.934032 6.72921 0.940132 6.72936 0.958206 6.72952 0.972881 6.72968 0.975399 6.72983 0.972092 6.72999 0.974958 6.73015 0.988829 6.7303 1.00616 6.73046 1.01558 6.73062 1.01551 6.73077 1.01477 6.73093 1.02168 6.73109 1.03536 6.73124 1.05083 6.7314 1.06821 6.73156 1.09071 6.73171 1.11531 6.73187 1.13074 6.73203 1.12967 6.73218 1.11791 6.73234 1.10727 6.7325 1.10001 6.73266 1.08449 6.73281 1.05027 6.73297 1.0035 6.73313 0.963611 6.73328 0.944046 6.73344 0.941377 6.7336 0.943156 6.73375 0.943045 6.73391 0.942007 6.73407 0.941975 6.73422 0.943846 6.73438 0.951108 6.73454 0.968751 6.73469 0.996165 6.73485 1.02468 6.73501 1.04115 6.73516 1.03471 6.73532 1.00198 6.73548 0.955448 6.73563 0.920919 6.73579 0.918258 6.73595 0.943608 6.7361 0.977038 6.73626 1.0055 6.73642 1.02791 6.73658 1.04175 6.73673 1.04352 6.73689 1.04174 6.73705 1.05368 6.7372 1.07922 6.73736 1.09518 6.73752 1.08606 6.73767 1.06666 6.73783 1.05879 6.73799 1.06154 6.73814 1.05984 6.7383 1.05373 6.73846 1.05444 6.73861 1.05902 6.73877 1.0508 6.73893 1.02745 6.73908 1.00677 6.73924 1.0019 6.7394 1.00663 6.73955 1.01066 6.73971 1.0121 6.73987 1.01052 6.74002 1.0015 6.74018 0.987071 6.74034 0.97679 6.7405 0.973596 6.74065 0.972848 6.74081 0.97721 6.74097 0.997118 6.74112 1.02773 6.74128 1.04247 6.74144 1.0241 6.74159 0.987545 6.74175 0.95978 6.74191 0.947768 6.74206 0.943761 6.74222 0.948655 6.74238 0.970208 6.74253 1.00293 6.74269 1.02979 6.74285 1.04506 6.743 1.05967 6.74316 1.08073 6.74332 1.09978 6.74347 1.10493 6.74363 1.09263 6.74379 1.0649 6.74394 1.02561 6.7441 0.984831 6.74426 0.956531 6.74442 0.945123 6.74457 0.942642 6.74473 0.942479 6.74489 0.949492 6.74504 0.970719 6.7452 1.00205 6.74536 1.03033 6.74551 1.04314 6.74567 1.03563 6.74583 1.01131 6.74598 0.981559 6.74614 0.957697 6.7463 0.94019 6.74645 0.921374 6.74661 0.902661 6.74677 0.899537 6.74692 0.921773 6.74708 0.955035 6.74724 0.974798 6.74739 0.976035 6.74755 0.976507 6.74771 0.989681 6.74787 1.00825 6.74802 1.02053 6.74818 1.0308 6.74834 1.05156 6.74849 1.08214 6.74865 1.10825 6.74881 1.12098 6.74896 1.126 6.74912 1.1321 6.74928 1.1398 6.74943 1.14612 6.74959 1.15139 6.74975 1.1557 6.7499 1.15332 6.75006 1.13744 6.75022 1.10792 6.75037 1.07242 6.75053 1.04122 6.75069 1.0242 6.75084 1.0251 6.751 1.03624 6.75116 1.04363 6.75131 1.04167 6.75147 1.0377 6.75163 1.03792 6.75179 1.03704 6.75194 1.02908 6.7521 1.02108 6.75226 1.02495 6.75241 1.04181 6.75257 1.06141 6.75273 1.07556 6.75288 1.08027 6.75304 1.06991 6.7532 1.04459 6.75335 1.01784 6.75351 1.00565 6.75367 1.00678 6.75382 1.00753 6.75398 1.00479 6.75414 1.00782 6.75429 1.01557 6.75445 1.01335 6.75461 0.99749 6.75476 0.98437 6.75492 0.986646 6.75508 0.995945 6.75523 1.00316 6.75539 1.01625 6.75555 1.04307 6.75571 1.06946 6.75586 1.07605 6.75602 1.06696 6.75618 1.06191 6.75633 1.06393 6.75649 1.05842 6.75665 1.04065 6.7568 1.02488 6.75696 1.02233 6.75712 1.02808 6.75727 1.03653 6.75743 1.05132 6.75759 1.07203 6.75774 1.08503 6.7579 1.07903 6.75806 1.06114 6.75821 1.04733 6.75837 1.04162 6.75853 1.03411 6.75868 1.01739 6.75884 0.997926 6.759 0.990959 6.75915 1.00774 6.75931 1.04432 6.75947 1.08095 6.75963 1.09843 6.75978 1.0958 6.75994 1.08995 6.7601 1.09417 6.76025 1.10391 6.76041 1.1075 6.76057 1.10533 6.76072 1.11102 6.76088 1.13168 6.76104 1.1568 6.76119 1.16992 6.76135 1.16752 6.76151 1.16061 6.76166 1.15755 6.76182 1.15114 6.76198 1.13155 6.76213 1.10569 6.76229 1.0946 6.76245 1.10701 6.7626 1.12455 6.76276 1.12131 6.76292 1.09464 6.76307 1.06568 6.76323 1.05384 6.76339 1.05839 6.76355 1.06767 6.7637 1.07502 6.76386 1.07958 6.76402 1.07901 6.76417 1.06868 6.76433 1.04764 6.76449 1.02085 6.76464 0.995854 6.7648 0.976219 6.76496 0.960463 6.76511 0.945612 6.76527 0.931037 6.76543 0.918234 6.76558 0.907761 6.76574 0.901244 6.7659 0.905989 6.76605 0.930483 6.76621 0.971085 6.76637 1.00978 6.76652 1.03227 6.76668 1.04162 6.76684 1.04757 6.76699 1.04873 6.76715 1.03572 6.76731 1.01032 6.76747 0.987989 6.76762 0.980908 6.76778 0.986756 6.76794 0.997667 6.76809 1.01041 6.76825 1.02426 6.76841 1.03717 6.76856 1.04736 6.76872 1.05448 6.76888 1.05464 6.76903 1.04532 6.76919 1.03476 6.76935 1.03646 6.7695 1.05062 6.76966 1.05928 6.76982 1.04858 6.76997 1.02854 6.77013 1.02067 6.77029 1.03222 6.77044 1.0517 6.7706 1.06279 6.77076 1.05986 6.77091 1.04633 6.77107 1.03161 6.77123 1.03016 6.77139 1.0518 6.77154 1.0897 6.7717 1.12407 6.77186 1.13727 6.77201 1.12742 6.77217 1.10203 6.77233 1.0691 6.77248 1.03507 6.77264 1.00722 6.7728 0.991743 6.77295 0.987749 6.77311 0.988165 6.77327 0.990534 6.77342 1.00111 6.77358 1.02581 6.77374 1.05931 6.77389 1.08671 6.77405 1.09817 6.77421 1.09698 6.77436 1.09171 6.77452 1.08809 6.77468 1.08718 6.77484 1.08951 6.77499 1.09237 6.77515 1.08829 6.77531 1.07303 6.77546 1.05317 6.77562 1.03862 6.77578 1.03089 6.77593 1.02306 6.77609 1.01208 6.77625 1.00331 6.7764 1.00219 6.77656 1.00874 6.77672 1.01964 6.77687 1.02944 6.77703 1.02961 6.77719 1.01569 6.77734 0.995718 6.7775 0.982865 6.77766 0.979272 6.77781 0.9752 6.77797 0.965332 6.77813 0.95833 6.77828 0.96316 6.77844 0.978935 6.7786 1.00048 6.77876 1.02558 6.77891 1.0486 6.77907 1.05743 6.77923 1.04685 6.77938 1.02964 6.77954 1.02405 6.7797 1.03444 6.77985 1.05339 6.78001 1.07593 6.78017 1.10163 6.78032 1.12689 6.78048 1.14545 6.78064 1.1544 6.78079 1.15125 6.78095 1.13009 6.78111 1.09235 6.78126 1.05623 6.78142 1.04135 6.78158 1.04274 6.78173 1.03431 6.78189 1.00142 6.78205 0.957205 6.7822 0.922692 6.78236 0.907799 6.78252 0.9154 6.78268 0.948163 6.78283 0.99842 6.78299 1.04264 6.78315 1.06219 6.7833 1.06616 6.78346 1.07823 6.78362 1.10341 6.78377 1.12367 6.78393 1.12642 6.78409 1.12239 6.78424 1.12665 6.7844 1.13499 6.78456 1.1295 6.78471 1.1037 6.78487 1.07179 6.78503 1.05181 6.78518 1.04678 6.78534 1.04586 6.7855 1.03891 6.78565 1.0269 6.78581 1.01832 6.78597 1.01799 6.78612 1.02293 6.78628 1.02528 6.78644 1.01891 6.7866 1.0018 6.78675 0.977449 6.78691 0.95766 6.78707 0.959418 6.78722 0.990478 6.78738 1.03692 6.78754 1.07098 6.78769 1.07564 6.78785 1.05666 6.78801 1.03005 6.78816 1.00537 6.78832 0.985939 6.78848 0.976011 6.78863 0.976193 6.78879 0.977595 6.78895 0.971554 6.7891 0.963959 6.78926 0.965545 6.78942 0.968979 6.78957 0.952101 6.78973 0.911804 6.78989 0.877587 6.79004 0.879764 6.7902 0.914019 6.79036 0.954579 6.79052 0.99199 6.79067 1.03511 6.79083 1.07953 6.79099 1.09637 6.79114 1.06748 6.7913 1.01386 6.79146 0.975188 6.79161 0.967659 6.79177 0.974551 6.79193 0.976491 6.79208 0.972139 6.79224 0.969565 6.7924 0.970144 6.79255 0.971379 6.79271 0.978179 6.79287 0.997938 6.79302 1.02432 6.79318 1.03694 6.79334 1.02357 6.79349 0.996523 6.79365 0.976041 6.79381 0.963896 6.79396 0.944544 6.79412 0.9128 6.79428 0.888205 6.79444 0.89058 6.79459 0.91371 6.79475 0.936903 6.79491 0.952448 6.79506 0.968903 6.79522 0.985994 6.79538 0.989077 6.79553 0.972821 6.79569 0.955128 6.79585 0.957832 6.796 0.981068 6.79616 1.00701 6.79632 1.02163 6.79647 1.02394 6.79663 1.01899 6.79679 1.01023 6.79694 1.00022 6.7971 0.991593 6.79726 0.986698 6.79741 0.988992 6.79757 1.00157 6.79773 1.02351 6.79789 1.04801 6.79804 1.07068 6.7982 1.09379 6.79836 1.12016 6.79851 1.144 6.79867 1.15493 6.79883 1.15083 6.79898 1.14099 6.79914 1.13616 6.7993 1.1382 6.79945 1.13797 6.79961 1.12367 6.79977 1.09255 6.79992 1.05595 6.80008 1.02963 6.80024 1.01721 6.80039 1.00905 6.80055 0.999064 6.80071 0.995043 6.80086 1.00794 6.80102 1.03512 6.80118 1.0632 6.80133 1.08322 6.80149 1.09739 6.80165 1.1104 6.80181 1.12195 6.80196 1.13012 6.80212 1.13544 6.80228 1.14089 6.80243 1.14944 6.80259 1.16177 6.80275 1.17375 6.8029 1.17701 6.80306 1.16784 6.80322 1.15363 6.80337 1.14561 6.80353 1.14664 6.80369 1.15089 6.80384 1.15273 6.804 1.15212 6.80416 1.14976 6.80431 1.14612 6.80447 1.1426 6.80463 1.14012 6.80478 1.13435 6.80494 1.11864 6.8051 1.09299 6.80525 1.06673 6.80541 1.05032 6.80557 1.04911 6.80573 1.06305 6.80588 1.08531 6.80604 1.10086 6.8062 1.09521 6.80635 1.06956 6.80651 1.04267 6.80667 1.0327 6.80682 1.04107 6.80698 1.05706 6.80714 1.07138 6.80729 1.082 6.80745 1.08983 6.80761 1.09717 6.80776 1.10742 6.80792 1.1203 6.80808 1.12852 6.80823 1.12636 6.80839 1.11886 6.80855 1.11823 6.8087 1.12938 6.80886 1.144 6.80902 1.15163 6.80917 1.14799 6.80933 1.13367 6.80949 1.10989 6.80965 1.08074 6.8098 1.054 6.80996 1.03549 6.81012 1.0242 6.81027 1.01731 6.81043 1.01519 6.81059 1.01751 6.81074 1.01938 6.8109 1.01835 6.81106 1.02174 6.81121 1.03781 6.81137 1.06149 6.81153 1.07866 6.81168 1.08366 6.81184 1.08271 6.812 1.07954 6.81215 1.06988 6.81231 1.0535 6.81247 1.03842 6.81262 1.02652 6.81278 1.00847 6.81294 0.984416 6.81309 0.974683 6.81325 0.993 6.81341 1.01982 6.81357 1.0239 6.81372 1.00623 6.81388 0.997168 6.81404 1.00933 6.81419 1.018 6.81435 1.00073 6.81451 0.972764 6.81466 0.966579 6.81482 0.988919 6.81498 1.01807 6.81513 1.03735 6.81529 1.05165 6.81545 1.07207 6.8156 1.09659 6.81576 1.11168 6.81592 1.10693 6.81607 1.08689 6.81623 1.07304 6.81639 1.08766 6.81654 1.1303 6.8167 1.17263 6.81686 1.18527 6.81701 1.16608 6.81717 1.13654 6.81733 1.11444 6.81749 1.09913 6.81764 1.07997 6.8178 1.04964 6.81796 1.01012 6.81811 0.97424 6.81827 0.959741 6.81843 0.972873 6.81858 0.998031 6.81874 1.01211 6.8189 1.00803 6.81905 0.996311 6.81921 0.984573 6.81937 0.970386 6.81952 0.955042 6.81968 0.952852 6.81984 0.974808 6.81999 1.00998 6.82015 1.03445 6.82031 1.03536 6.82046 1.02309 6.82062 1.01724 6.82078 1.02786 6.82094 1.05008 6.82109 1.074 6.82125 1.09382 6.82141 1.1084 6.82156 1.1157 6.82172 1.11141 6.82188 1.09546 6.82203 1.07535 6.82219 1.06103 6.82235 1.05784 6.8225 1.06479 6.82266 1.07358 6.82282 1.06996 6.82297 1.04412 6.82313 1.00412 6.82329 0.972801 6.82344 0.963923 6.8236 0.967099 6.82376 0.965686 6.82391 0.961701 6.82407 0.971585 6.82423 0.998521 6.82438 1.02478 6.82454 1.03207 6.8247 1.01984 6.82486 0.999152 6.82501 0.979364 6.82517 0.96535 6.82533 0.960313 6.82548 0.964773 6.82564 0.975851 6.8258 0.991733 6.82595 1.01287 6.82611 1.03579 6.82627 1.05225 6.82642 1.05871 6.82658 1.06369 6.82674 1.0802 6.82689 1.11056 6.82705 1.14202 6.82721 1.1577 6.82736 1.15089 6.82752 1.12988 6.82768 1.10603 6.82783 1.08084 6.82799 1.04737 6.82815 1.00535 6.8283 0.967813 6.82846 0.947078 6.82862 0.943207 6.82878 0.951093 6.82893 0.971854 6.82909 1.00731 6.82925 1.04714 6.8294 1.07503 6.82956 1.08568 6.82972 1.08651 6.82987 1.08384 6.83003 1.07866 6.83019 1.07446 6.83034 1.07758 6.8305 1.08819 6.83066 1.10158 6.83081 1.11724 6.83097 1.13462 6.83113 1.14183 6.83128 1.12494 6.83144 1.09138 6.8316 1.06847 6.83175 1.07175 6.83191 1.08918 6.83207 1.10226 6.83222 1.10823 6.83238 1.11236 6.83254 1.11277 6.8327 1.10539 6.83285 1.09459 6.83301 1.08561 6.83317 1.07429 6.83332 1.05453 6.83348 1.02979 6.83364 1.00863 6.83379 0.994352 6.83395 0.987049 6.83411 0.988693 6.83426 0.997204 6.83442 1.00593 6.83458 1.01766 6.83473 1.04884 6.83489 1.10616 6.83505 1.16846 6.8352 1.20679 6.83536 1.21524 6.83552 1.20829 6.83567 1.19472 6.83583 1.17245 6.83599 1.1456 6.83614 1.12635 6.8363 1.11737 6.83646 1.10888 6.83662 1.09645 6.83677 1.08759 6.83693 1.08471 6.83709 1.07739 6.83724 1.05701 6.8374 1.0292 6.83756 1.00449 6.83771 0.987251 6.83787 0.981655 6.83803 0.995959 6.83818 1.03329 6.83834 1.08168 6.8385 1.1229 6.83865 1.14759 6.83881 1.15599 6.83897 1.15006 6.83912 1.13212 6.83928 1.10877 6.83944 1.08862 6.83959 1.07564 6.83975 1.06986 6.83991 1.07127 6.84006 1.07934 6.84022 1.08863 6.84038 1.08987 6.84054 1.08109 6.84069 1.07301 6.84085 1.08196 6.84101 1.11079 6.84116 1.14117 6.84132 1.14997 6.84148 1.13521 6.84163 1.11742 6.84179 1.1126 6.84195 1.11292 6.8421 1.10327 6.84226 1.08779 6.84242 1.0855 6.84257 1.10031 6.84273 1.11222 6.84289 1.10255 6.84304 1.07588 6.8432 1.05077 6.84336 1.03842 6.84351 1.03816 6.84367 1.0453 6.84383 1.05434 6.84399 1.05757 6.84414 1.05095 6.8443 1.04202 6.84446 1.04417 6.84461 1.06211 6.84477 1.08719 6.84493 1.1063 6.84508 1.11358 6.84524 1.11331 6.8454 1.11271 6.84555 1.11307 6.84571 1.10909 6.84587 1.09771 6.84602 1.08538 6.84618 1.08076 6.84634 1.08197 6.84649 1.07791 6.84665 1.06231 6.84681 1.04194 6.84696 1.02838 6.84712 1.02897 6.84728 1.04622 6.84743 1.07779 6.84759 1.11333 6.84775 1.13981 6.84791 1.1547 6.84806 1.166 6.84822 1.17446 6.84838 1.16749 6.84853 1.13831 6.84869 1.10255 6.84885 1.08195 6.849 1.07758 6.84916 1.07354 6.84932 1.06225 6.84947 1.05159 6.84963 1.04528 6.84979 1.03643 6.84994 1.02247 6.8501 1.01306 6.85026 1.01526 6.85041 1.02377 6.85057 1.03504 6.85073 1.0573 6.85088 1.09432 6.85104 1.1293 6.8512 1.13882 6.85135 1.1178 6.85151 1.0808 6.85167 1.04028 6.85183 1.00242 6.85198 0.978576 6.85214 0.983093 6.8523 1.01402 6.85245 1.04821 6.85261 1.06477 6.85277 1.06527 6.85292 1.06534 6.85308 1.07368 6.85324 1.08718 6.85339 1.09664 6.85355 1.09205 6.85371 1.06752 6.85386 1.03192 6.85402 1.00918 6.85418 1.0177 6.85433 1.04954 6.85449 1.0796 6.85465 1.09131 6.8548 1.08804 6.85496 1.07984 6.85512 1.07082 6.85527 1.06008 6.85543 1.04613 6.85559 1.0276 6.85575 1.00453 6.8559 0.981179 6.85606 0.962261 6.85622 0.945688 6.85637 0.926792 6.85653 0.910682 6.85669 0.911351 6.85684 0.933706 6.857 0.962237 6.85716 0.972996 6.85731 0.955236 6.85747 0.919398 6.85763 0.889178 6.85778 0.88776 6.85794 0.923752 6.8581 0.982485 6.85825 1.03561 6.85841 1.06466 6.85857 1.07236 6.85872 1.0681 6.85888 1.052 6.85904 1.02045 6.85919 0.983447 6.85935 0.96459 6.85951 0.979615 6.85967 1.02179 6.85982 1.06888 6.85998 1.10065 6.86014 1.11081 6.86029 1.10684 6.86045 1.10039 6.86061 1.0973 6.86076 1.09456 6.86092 1.08676 6.86108 1.0738 6.86123 1.05789 6.86139 1.03882 6.86155 1.01749 6.8617 1.00241 6.86186 1.00571 6.86202 1.02937 6.86217 1.05822 6.86233 1.06962 6.86249 1.04972 6.86264 1.00335 6.8628 0.95263 6.86296 0.92428 6.86311 0.933407 6.86327 0.974026 6.86343 1.02293 6.86359 1.05423 6.86374 1.05466 6.8639 1.03256 6.86406 1.01284 6.86421 1.01607 6.86437 1.03871 6.86453 1.05531 6.86468 1.04542 6.86484 1.01409 6.865 0.983878 6.86515 0.971283 6.86531 0.977085 6.86547 0.99356 6.86562 1.01145 6.86578 1.02296 6.86594 1.02446 6.86609 1.02017 6.86625 1.01735 6.86641 1.02095 6.86656 1.03556 6.86672 1.06649 6.86688 1.10893 6.86704 1.14226 6.86719 1.14786 6.86735 1.12987 6.86751 1.11174 6.86766 1.10852 6.86782 1.11662 6.86798 1.12911 6.86813 1.14675 6.86829 1.16652 6.86845 1.17284 6.8686 1.14885 6.86876 1.09439 6.86892 1.02527 6.86907 0.960974 6.86923 0.917816 6.86939 0.904204 6.86954 0.915506 6.8697 0.936734 6.86986 0.95755 6.87001 0.981436 6.87017 1.01359 6.87033 1.04813 6.87048 1.07379 6.87064 1.0885 6.8708 1.09995 6.87096 1.11205 6.87111 1.11947 6.87127 1.11395 6.87143 1.09177 6.87158 1.05755 6.87174 1.02434 6.8719 1.00649 6.87205 1.00501 6.87221 1.0048 6.87237 0.991977 6.87252 0.973102 6.87268 0.967876 6.87284 0.983522 6.87299 1.00912 6.87315 1.03322 6.87331 1.05671 6.87346 1.08327 6.87362 1.10966 6.87378 1.13094 6.87393 1.14946 6.87409 1.16817 6.87425 1.18124 6.8744 1.17868 6.87456 1.16055 6.87472 1.13895 6.87488 1.12381 6.87503 1.11502 6.87519 1.10848 6.87535 1.10548 6.8755 1.11134 6.87566 1.12567 6.87582 1.13757 6.87597 1.13446 6.87613 1.116 6.87629 1.09523 6.87644 1.08479 6.8766 1.0817 6.87676 1.07327 6.87691 1.05707 6.87707 1.04841 6.87723 1.06096 6.87738 1.08669 6.87754 1.10429 6.8777 1.10214 6.87785 1.0861 6.87801 1.06445 6.87817 1.03982 6.87832 1.0206 6.87848 1.0245 6.87864 1.05964 6.8788 1.10744 6.87895 1.13922 6.87911 1.14748 6.87927 1.14642 6.87942 1.14725 6.87958 1.14548 6.87974 1.13508 6.87989 1.12016 6.88005 1.10347 6.88021 1.07835 6.88036 1.04175 6.88052 1.00673 6.88068 0.987647 6.88083 0.979492 6.88099 0.964089 6.88115 0.935472 6.8813 0.9054 6.88146 0.88579 6.88162 0.877313 6.88177 0.876494 6.88193 0.881306 6.88209 0.888954 6.88224 0.896318 6.8824 0.907976 6.88256 0.936444 6.88272 0.986202 6.88287 1.04384 6.88303 1.08943 6.88319 1.11385 6.88334 1.12316 6.8835 1.12843 6.88366 1.13563 6.88381 1.14289 6.88397 1.14391 6.88413 1.13592 6.88428 1.12318 6.88444 1.11128 6.8846 1.10034 6.88475 1.08932 6.88491 1.08163 6.88507 1.07823 6.88522 1.06609 6.88538 1.02933 6.88554 0.975964 6.88569 0.938414 6.88585 0.939429 6.88601 0.966764 6.88616 0.992028 6.88632 1.00227 6.88648 1.00202 6.88664 0.992568 6.88679 0.969546 6.88695 0.942087 6.88711 0.936613 6.88726 0.970291 6.88742 1.02858 6.88758 1.07691 6.88773 1.09148 6.88789 1.07494 6.88805 1.04827 6.8882 1.03105 6.88836 1.02977 6.88852 1.03808 6.88867 1.04474 6.88883 1.04228 6.88899 1.0304 6.88914 1.01423 6.8893 1.00074 6.88946 0.994551 6.88961 0.994719 6.88977 0.9956 6.88993 0.99305 6.89008 0.987967 6.89024 0.984231 6.8904 0.984743 6.89056 0.990359 6.89071 1.00072 6.89087 1.01296 6.89103 1.0207 6.89118 1.0181 6.89134 1.00569 6.8915 0.991107 6.89165 0.984285 6.89181 0.988142 6.89197 0.993763 6.89212 0.986555 6.89228 0.96307 6.89244 0.939831 6.89259 0.93811 6.89275 0.960017 6.89291 0.987835 6.89306 1.0084 6.89322 1.02634 6.89338 1.0503 6.89353 1.07676 6.89369 1.09586 6.89385 1.10405 6.89401 1.10007 6.89416 1.07721 6.89432 1.03479 6.89448 0.992162 6.89463 0.97502 6.89479 0.986716 6.89495 1.00336 6.8951 1.00241 6.89526 0.981986 6.89542 0.954154 6.89557 0.927525 6.89573 0.906175 6.89589 0.895506 6.89604 0.897443 6.8962 0.906248 6.89636 0.91206 6.89651 0.911998 6.89667 0.91067 6.89683 0.912642 6.89698 0.922 6.89714 0.941865 6.8973 0.97586 6.89745 1.0173 6.89761 1.04665 6.89777 1.04408 6.89793 1.00849 6.89808 0.967262 6.89824 0.951591 6.8984 0.966628 6.89855 0.989236 6.89871 0.998288 6.89887 0.997728 6.89902 1.0009 6.89918 1.007 6.89934 1.00284 6.89949 0.989441 6.89965 0.982342 6.89981 0.988244 6.89996 0.996531 6.90012 0.99892 6.90028 1.00175 6.90043 1.01418 6.90059 1.03441 6.90075 1.05491 6.9009 1.0716 6.90106 1.08036 6.90122 1.07572 6.90137 1.06015 6.90153 1.04711 6.90169 1.04425 6.90185 1.04234 6.902 1.03092 6.90216 1.01482 6.90232 1.00499 6.90247 0.999511 6.90263 0.988146 6.90279 0.97199 6.90294 0.963677 6.9031 0.969406 6.90326 0.982822 6.90341 0.998273 6.90357 1.01725 6.90373 1.03908 6.90388 1.05513 6.90404 1.05728 6.9042 1.0457 6.90435 1.02347 6.90451 0.992396 6.90467 0.956869 6.90482 0.926371 6.90498 0.909042 6.90514 0.906219 6.90529 0.915807 6.90545 0.934681 6.90561 0.955272 6.90577 0.965378 6.90592 0.957963 6.90608 0.93709 6.90624 0.910343 6.90639 0.879689 6.90655 0.846693 6.90671 0.821587 6.90686 0.816199 6.90702 0.827905 6.90718 0.840113 6.90733 0.842736 6.90749 0.844363 6.90765 0.858192 6.9078 0.880912 6.90796 0.896734 6.90812 0.900801 6.90827 0.907668 6.90843 0.931881 6.90859 0.969841 6.90874 1.0064 6.9089 1.03305 6.90906 1.05002 6.90921 1.05557 6.90937 1.04437 6.90953 1.01947 6.90969 0.993457 6.90984 0.974529 6.91 0.959174 6.91016 0.942342 6.91031 0.925997 6.91047 0.914883 6.91063 0.911021 6.91078 0.918261 6.91094 0.9421 6.9111 0.976421 6.91125 1.00214 6.91141 1.00862 6.91157 1.00933 6.91172 1.02251 6.91188 1.04097 6.91204 1.03943 6.91219 1.0108 6.91235 0.977172 6.91251 0.96084 6.91266 0.96074 6.91282 0.96647 6.91298 0.979032 6.91313 1.005 6.91329 1.03606 6.91345 1.05374 6.91361 1.05118 6.91376 1.03936 6.91392 1.03053 6.91408 1.02559 6.91423 1.02036 6.91439 1.01435 6.91455 1.01032 6.9147 1.00904 6.91486 1.01137 6.91502 1.02209 6.91517 1.04516 6.91533 1.07443 6.91549 1.09491 6.91564 1.0962 6.9158 1.08424 6.91596 1.07661 6.91611 1.08466 6.91627 1.10262 6.91643 1.11475 6.91658 1.11195 6.91674 1.0988 6.9169 1.08592 6.91706 1.08074 6.91721 1.08232 6.91737 1.08366 6.91753 1.07692 6.91768 1.06056 6.91784 1.04123 6.918 1.02592 6.91815 1.01661 6.91831 1.01159 6.91847 1.012 6.91862 1.01857 6.91878 1.02476 6.91894 1.02236 6.91909 1.01441 6.91925 1.01545 6.91941 1.03272 6.91956 1.0549 6.91972 1.06546 6.91988 1.06096 6.92003 1.05028 6.92019 1.03954 6.92035 1.02723 6.9205 1.01317 6.92066 1.00395 6.92082 1.00741 6.92098 1.02417 6.92113 1.04703 6.92129 1.06544 6.92145 1.07121 6.9216 1.06409 6.92176 1.05217 6.92192 1.04441 6.92207 1.04253 6.92223 1.03897 6.92239 1.02505 6.92254 1.0008 6.9227 0.978032 6.92286 0.972523 6.92301 0.98872 6.92317 1.01346 6.92333 1.02842 6.92348 1.02977 6.92364 1.02866 6.9238 1.03345 6.92395 1.03943 6.92411 1.04055 6.92427 1.04116 6.92442 1.04903 6.92458 1.06319 6.92474 1.07617 6.9249 1.08455 6.92505 1.08734 6.92521 1.0807 6.92537 1.06684 6.92552 1.06154 6.92568 1.08003 6.92584 1.1143 6.92599 1.13962 6.92615 1.14463 6.92631 1.14151 6.92646 1.14089 6.92662 1.13332 6.92678 1.10681 6.92693 1.07057 6.92709 1.04824 6.92725 1.05066 6.9274 1.06843 6.92756 1.0885 6.92772 1.10672 6.92787 1.12195 6.92803 1.12838 6.92819 1.12148 6.92834 1.10647 6.9285 1.09609 6.92866 1.09951 6.92882 1.11496 6.92897 1.13242 6.92913 1.14228 6.92929 1.14253 6.92944 1.13835 6.9296 1.1374 6.92976 1.14331 6.92991 1.15406 6.93007 1.16472 6.93023 1.17293 6.93038 1.18053 6.93054 1.18698 6.9307 1.18287 6.93085 1.15787 6.93101 1.11865 6.93117 1.08968 6.93132 1.08868 6.93148 1.10375 6.93164 1.10784 6.93179 1.09028 6.93195 1.06354 6.93211 1.04124 6.93226 1.02313 6.93242 1.0054 6.93258 0.991144 6.93274 0.98095 6.93289 0.967906 6.93305 0.949312 6.93321 0.935423 6.93336 0.935588 6.93352 0.945186 6.93368 0.955705 6.93383 0.969251 6.93399 0.990276 6.93415 1.01018 6.9343 1.01517 6.93446 1.00747 6.93462 1.00374 6.93477 1.01271 6.93493 1.02556 6.93509 1.03229 6.93524 1.03657 6.9354 1.04952 6.93556 1.07565 6.93571 1.10626 6.93587 1.12405 6.93603 1.11587 6.93618 1.08582 6.93634 1.05512 6.9365 1.03962 6.93666 1.03412 6.93681 1.02494 6.93697 1.01471 6.93713 1.02043 6.93728 1.04801 6.93744 1.08399 6.9376 1.11398 6.93775 1.1347 6.93791 1.143 6.93807 1.12853 6.93822 1.08763 6.93838 1.03543 6.93854 0.99524 6.93869 0.980755 6.93885 0.990022 6.93901 1.01052 6.93916 1.02479 6.93932 1.02192 6.93948 1.00799 6.93963 1 6.93979 1.00352 6.93995 1.00832 6.94011 1.00961 6.94026 1.01838 6.94042 1.04151 6.94058 1.0632 6.94073 1.06393 6.94089 1.04893 6.94105 1.04187 6.9412 1.05363 6.94136 1.07397 6.94152 1.09013 6.94167 1.09952 6.94183 1.10232 6.94199 1.09846 6.94214 1.09398 6.9423 1.09842 6.94246 1.11004 6.94261 1.11586 6.94277 1.1082 6.94293 1.0947 6.94308 1.08589 6.94324 1.08345 6.9434 1.08171 6.94355 1.0742 6.94371 1.05343 6.94387 1.01526 6.94403 0.969745 6.94418 0.938688 6.94434 0.932874 6.9445 0.939603 6.94465 0.940497 6.94481 0.935113 6.94497 0.939227 6.94512 0.963294 6.94528 1.00277 6.94544 1.05051 6.94559 1.10458 6.94575 1.1618 6.94591 1.20984 6.94606 1.23299 6.94622 1.22622 6.94638 1.19999 6.94653 1.17041 6.94669 1.1447 6.94685 1.11796 6.947 1.0838 6.94716 1.04477 6.94732 1.01146 6.94747 0.991785 6.94763 0.985634 6.94779 0.98801 6.94795 0.990705 6.9481 0.982743 6.94826 0.958132 6.94842 0.925609 6.94857 0.904468 6.94873 0.905419 6.94889 0.920338 6.94904 0.935649 6.9492 0.947889 6.94936 0.96044 6.94951 0.970592 6.94967 0.970716 6.94983 0.961131 6.94998 0.951666 6.95014 0.949768 6.9503 0.952579 6.95045 0.953644 6.95061 0.949538 6.95077 0.939616 6.95092 0.925827 6.95108 0.916092 6.95124 0.92302 6.95139 0.951428 6.95155 0.99059 6.95171 1.02119 6.95187 1.03033 6.95202 1.01974 6.95218 1.00139 6.95234 0.988377 6.95249 0.985354 6.95265 0.986862 6.95281 0.984174 6.95296 0.978157 6.95312 0.979443 6.95328 0.994989 6.95343 1.01687 6.95359 1.0284 6.95375 1.01975 6.9539 0.994873 6.95406 0.966049 6.95422 0.945994 6.95437 0.9435 6.95453 0.958869 6.95469 0.982229 6.95484 0.998126 6.955 0.996416 6.95516 0.976199 6.95531 0.943081 6.95547 0.908199 6.95563 0.887498 6.95579 0.892771 6.95594 0.920143 6.9561 0.951476 6.95626 0.972624 6.95641 0.985643 6.95657 0.997558 6.95673 1.00673 6.95688 1.00851 6.95704 1.00994 6.9572 1.02458 6.95735 1.05066 6.95751 1.06627 6.95767 1.0519 6.95782 1.01229 6.95798 0.970537 6.95814 0.94689 6.95829 0.948649 6.95845 0.974715 6.95861 1.01931 6.95876 1.07223 6.95892 1.12058 6.95908 1.15218 6.95923 1.15676 6.95939 1.13207 6.95955 1.09195 6.95971 1.06282 6.95986 1.06148 6.96002 1.07766 6.96018 1.08944 6.96033 1.09335 6.96049 1.10612 6.96065 1.13426 6.9608 1.15754 6.96096 1.15354 6.96112 1.12714 6.96127 1.10517 6.96143 1.10486 6.96159 1.12043 6.96174 1.13739 6.9619 1.14725 6.96206 1.14705 6.96221 1.13624 6.96237 1.12057 6.96253 1.11086 6.96268 1.11212 6.96284 1.11776 6.963 1.11935 6.96316 1.1177 6.96331 1.11971 6.96347 1.12703 6.96363 1.13416 6.96378 1.13685 6.96394 1.13774 6.9641 1.14246 6.96425 1.15125 6.96441 1.15708 6.96457 1.15029 6.96472 1.12965 6.96488 1.10569 6.96504 1.09245 6.96519 1.09155 6.96535 1.09181 6.96551 1.08459 6.96566 1.07312 6.96582 1.06178 6.96598 1.04586 6.96613 1.02148 6.96629 1.00281 6.96645 1.01217 6.9666 1.05065 6.96676 1.09033 6.96692 1.10405 6.96708 1.09474 6.96723 1.08583 6.96739 1.0909 6.96755 1.10295 6.9677 1.11053 6.96786 1.11037 6.96802 1.10355 6.96817 1.08874 6.96833 1.06705 6.96849 1.04526 6.96864 1.02916 6.9688 1.01605 6.96896 0.998705 6.96911 0.977493 6.96927 0.963416 6.96943 0.969095 6.96958 0.993624 6.96974 1.01797 6.9699 1.01723 6.97005 0.982534 6.97021 0.931566 6.97037 0.894032 6.97052 0.886093 6.97068 0.901114 6.97084 0.924263 6.971 0.948307 6.97115 0.974081 6.97131 1.00171 6.97147 1.02787 6.97162 1.04953 6.97178 1.06429 6.97194 1.0699 6.97209 1.06679 6.97225 1.06025 6.97241 1.05656 6.97256 1.05622 6.97272 1.05344 6.97288 1.04318 6.97303 1.0257 6.97319 1.00573 6.97335 0.988204 6.9735 0.974585 6.97366 0.96028 6.97382 0.938214 6.97397 0.904402 6.97413 0.863071 6.97429 0.824167 6.97444 0.799764 6.9746 0.801197 6.97476 0.834621 6.97492 0.894191 6.97507 0.962184 6.97523 1.0208 6.97539 1.0619 6.97554 1.08443 6.9757 1.08928 6.97586 1.08322 6.97601 1.0827 6.97617 1.09992 6.97633 1.12552 6.97648 1.13546 6.97664 1.1194 6.9768 1.09059 6.97695 1.06727 6.97711 1.05062 6.97727 1.03184 6.97742 1.01111 6.97758 0.998469 6.97774 1.00003 6.97789 1.01286 6.97805 1.03028 6.97821 1.04311 6.97836 1.03967 6.97852 1.01535 6.97868 0.984241 6.97884 0.970395 6.97899 0.982023 6.97915 1.00425 6.97931 1.02133 6.97946 1.03283 6.97962 1.0422 6.97978 1.04042 6.97993 1.01743 6.98009 0.983553 6.98025 0.96434 6.9804 0.972023 6.98056 0.995934 6.98072 1.02192 6.98087 1.0477 6.98103 1.07348 6.98119 1.08865 6.98134 1.08142 6.9815 1.055 6.98166 1.02282 6.98181 0.992279 6.98197 0.964583 6.98213 0.947401 6.98228 0.954629 6.98244 0.988371 6.9826 1.03215 6.98276 1.066 6.98291 1.08112 6.98307 1.07636 6.98323 1.05104 6.98338 1.01111 6.98354 0.974693 6.9837 0.959745 6.98385 0.965517 6.98401 0.974886 6.98417 0.974093 6.98432 0.963882 6.98448 0.950956 6.98464 0.939094 6.98479 0.931552 6.98495 0.931562 6.98511 0.935806 6.98526 0.932492 6.98542 0.914785 6.98558 0.892662 6.98573 0.882707 6.98589 0.889328 6.98605 0.90318 6.98621 0.91578 6.98636 0.927174 6.98652 0.937038 6.98668 0.939364 6.98683 0.932692 6.98699 0.928181 6.98715 0.93757 6.9873 0.958356 6.98746 0.977266 6.98762 0.988073 6.98777 0.995593 6.98793 1.00352 6.98809 1.00742 6.98824 1.00224 6.9884 0.990346 6.98856 0.978163 6.98871 0.96991 6.98887 0.966671 6.98903 0.965317 6.98918 0.957118 6.98934 0.936416 6.9895 0.913975 6.98965 0.911874 6.98981 0.936279 6.98997 0.964181 6.99013 0.966721 6.99028 0.942782 6.99044 0.915898 6.9906 0.90348 6.99075 0.901852 6.99091 0.904154 6.99107 0.916471 6.99122 0.948305 6.99138 0.994299 6.99154 1.03595 6.99169 1.05826 6.99185 1.05974 6.99201 1.05021 6.99216 1.04204 6.99232 1.04377 6.99248 1.05521 6.99263 1.06971 6.99279 1.08037 6.99295 1.0852 6.9931 1.08684 6.99326 1.08969 6.99342 1.09402 6.99357 1.09172 6.99373 1.07092 6.99389 1.03107 6.99405 0.987656 6.9942 0.956385 6.99436 0.937873 6.99452 0.926922 6.99467 0.929566 6.99483 0.955411 6.99499 0.99517 6.99514 1.02511 6.9953 1.03727 6.99546 1.04495 6.99561 1.0515 6.99577 1.03698 6.99593 0.991613 6.99608 0.943345 6.99624 0.931466 6.9964 0.958747 6.99655 0.992506 6.99671 1.006 6.99687 0.999735 6.99702 0.98447 6.99718 0.96459 6.99734 0.943354 6.99749 0.928356 6.99765 0.923704 6.99781 0.928517 6.99797 0.94401 6.99812 0.971175 6.99828 0.999234 6.99844 1.01146 6.99859 1.00388 6.99875 0.99041 6.99891 0.981907 6.99906 0.973933 6.99922 0.959031 6.99938 0.939713 6.99953 0.922747 6.99969 0.908816 6.99985 0.898575 7 0.898995 7.00016 0.915157 7.00032 0.940213 7.00047 0.961716 7.00063 0.974074 7.00079 0.980093 7.00094 0.984079 7.0011 0.988646 7.00126 0.993759 7.00141 0.994303 7.00157 0.985061 7.00173 0.97172 7.00189 0.968866 7.00204 0.984612 7.0022 1.01185 7.00236 1.04085 7.00251 1.07023 7.00267 1.09841 7.00283 1.11401 7.00298 1.10708 7.00314 1.08183 7.0033 1.04901 7.00345 1.01152 7.00361 0.969963 7.00377 0.938035 7.00392 0.934432 7.00408 0.959216 7.00424 0.993515 7.00439 1.02299 7.00455 1.04506 7.00471 1.05073 7.00486 1.02198 7.00502 0.96168 7.00518 0.910042 7.00533 0.908858 7.00549 0.956209 7.00565 1.01347 7.00581 1.05369 7.00596 1.08275 7.00612 1.11061 7.00628 1.1266 7.00643 1.1156 7.00659 1.08343 7.00675 1.04788 7.0069 1.01482 7.00706 0.979196 7.00722 0.946386 7.00737 0.932864 7.00753 0.943523 7.00769 0.96225 7.00784 0.969173 7.008 0.959022 7.00816 0.93933 7.00831 0.922157 7.00847 0.92172 7.00863 0.945219 7.00878 0.980762 7.00894 1.00397 7.0091 1.00375 7.00925 0.993515 7.00941 0.98856 7.00957 0.987134 7.00973 0.984013 7.00988 0.988464 7.01004 1.01166 7.0102 1.04361 7.01035 1.06166 7.01051 1.05982 7.01067 1.05179 7.01082 1.04716 7.01098 1.04169 7.01114 1.03332 7.01129 1.02898 7.01145 1.02893 7.01161 1.02088 7.01176 0.998854 7.01192 0.97424 7.01208 0.959777 7.01223 0.95425 7.01239 0.950553 7.01255 0.951545 7.0127 0.965266 7.01286 0.990669 7.01302 1.01658 7.01318 1.03145 7.01333 1.03064 7.01349 1.01784 7.01365 1.00406 7.0138 0.998467 7.01396 0.998532 7.01412 0.994779 7.01427 0.98741 7.01443 0.988308 7.01459 1.00225 7.01474 1.01693 7.0149 1.01955 7.01506 1.01429 7.01521 1.01376 7.01537 1.02104 7.01553 1.03065 7.01568 1.03971 7.01584 1.04815 7.016 1.05284 7.01615 1.05159 7.01631 1.05032 7.01647 1.05634 7.01662 1.06716 7.01678 1.07106 7.01694 1.06213 7.0171 1.04753 7.01725 1.04228 7.01741 1.05812 7.01757 1.0924 7.01772 1.12355 7.01788 1.12339 7.01804 1.08372 7.01819 1.02539 7.01835 0.978164 7.01851 0.956123 7.01866 0.95546 7.01882 0.967085 7.01898 0.981339 7.01913 0.989832 7.01929 0.992116 7.01945 1.00011 7.0196 1.02525 7.01976 1.06488 7.01992 1.10706 7.02007 1.14044 7.02023 1.15481 7.02039 1.14063 7.02054 1.10299 7.0207 1.06596 7.02086 1.04912 7.02102 1.04445 7.02117 1.03097 7.02133 1.00819 7.02149 0.996197 7.02164 1.00562 7.0218 1.02532 7.02196 1.04338 7.02211 1.05941 7.02227 1.07415 7.02243 1.08369 7.02258 1.091 7.02274 1.10772 7.0229 1.13452 7.02305 1.15359 7.02321 1.15147 7.02337 1.13597 7.02352 1.12027 7.02368 1.10119 7.02384 1.0714 7.02399 1.04009 7.02415 1.0264 7.02431 1.03218 7.02446 1.03895 7.02462 1.03481 7.02478 1.02961 7.02494 1.03955 7.02509 1.06543 7.02525 1.09447 7.02541 1.11726 7.02556 1.13401 7.02572 1.14728 7.02588 1.15454 7.02603 1.15031 7.02619 1.13055 7.02635 1.09541 7.0265 1.04946 7.02666 1.00375 7.02682 0.972323 7.02697 0.961567 7.02713 0.963952 7.02729 0.967589 7.02744 0.971515 7.0276 0.984324 7.02776 1.00595 7.02791 1.02031 7.02807 1.01464 7.02823 0.995486 7.02838 0.978372 7.02854 0.965803 7.0287 0.946126 7.02886 0.916194 7.02901 0.890316 7.02917 0.886442 7.02933 0.906597 7.02948 0.937411 7.02964 0.962388 7.0298 0.974286 7.02995 0.978325 7.03011 0.985364 7.03027 0.998367 7.03042 1.00908 7.03058 1.00864 7.03074 1.00067 7.03089 0.996639 7.03105 1.00276 7.03121 1.01652 7.03136 1.03381 7.03152 1.04703 7.03168 1.04276 7.03183 1.01214 7.03199 0.96746 7.03215 0.934253 7.0323 0.924341 7.03246 0.926083 7.03262 0.923202 7.03278 0.913053 7.03293 0.900337 7.03309 0.885419 7.03325 0.868602 7.0334 0.858048 7.03356 0.864009 7.03372 0.886703 7.03387 0.916885 7.03403 0.941845 7.03419 0.950329 7.03434 0.93714 7.0345 0.909769 7.03466 0.885275 7.03481 0.875555 7.03497 0.88058 7.03513 0.894322 7.03528 0.912009 7.03544 0.92574 7.0356 0.922948 7.03575 0.902513 7.03591 0.883833 7.03607 0.889697 7.03623 0.918572 7.03638 0.945552 7.03654 0.949764 7.0367 0.933895 7.03685 0.915762 7.03701 0.913249 7.03717 0.933835 7.03732 0.969809 7.03748 1.0006 7.03764 1.00683 7.03779 0.985118 7.03795 0.950499 7.03811 0.922167 7.03826 0.91009 7.03842 0.915311 7.03858 0.936467 7.03873 0.970676 7.03889 1.01146 7.03905 1.05006 7.0392 1.08142 7.03936 1.10693 7.03952 1.12936 7.03967 1.14558 7.03983 1.14426 7.03999 1.11723 7.04015 1.07084 7.0403 1.02403 7.04046 0.991274 7.04062 0.969429 7.04077 0.946508 7.04093 0.918812 7.04109 0.897788 7.04124 0.900418 7.0414 0.929327 7.04156 0.96649 7.04171 0.987387 7.04187 0.982306 7.04203 0.965026 7.04218 0.957106 7.04234 0.965905 7.0425 0.982106 7.04265 0.994273 7.04281 1.00139 7.04297 1.00917 7.04312 1.01838 7.04328 1.0268 7.04344 1.03398 7.04359 1.04176 7.04375 1.05199 7.04391 1.06347 7.04407 1.07548 7.04422 1.08893 7.04438 1.10452 7.04454 1.11806 7.04469 1.11822 7.04485 1.09526 7.04501 1.05327 7.04516 1.01227 7.04532 0.990379 7.04548 0.987905 7.04563 0.992045 7.04579 0.994753 7.04595 0.995526 7.0461 0.992575 7.04626 0.981423 7.04642 0.96631 7.04657 0.960188 7.04673 0.969444 7.04689 0.98631 7.04704 1.001 7.0472 1.01356 7.04736 1.02736 7.04751 1.04081 7.04767 1.05045 7.04783 1.05837 7.04799 1.06677 7.04814 1.07089 7.0483 1.06692 7.04846 1.05978 7.04861 1.05703 7.04877 1.05692 7.04893 1.05262 7.04908 1.04674 7.04924 1.05108 7.0494 1.0701 7.04955 1.09138 7.04971 1.09666 7.04987 1.0805 7.05002 1.0564 7.05018 1.04383 7.05034 1.05128 7.05049 1.06864 7.05065 1.07924 7.05081 1.07612 7.05096 1.06568 7.05112 1.05607 7.05128 1.04929 7.05143 1.04471 7.05159 1.04257 7.05175 1.04253 7.05191 1.04387 7.05206 1.05028 7.05222 1.06666 7.05238 1.08536 7.05253 1.086 7.05269 1.05642 7.05285 1.00924 7.053 0.96976 7.05316 0.949969 7.05332 0.942733 7.05347 0.938375 7.05363 0.938164 7.05379 0.949651 7.05394 0.973908 7.0541 0.99978 7.05426 1.01042 7.05441 0.996972 7.05457 0.970939 7.05473 0.956279 7.05488 0.966544 7.05504 0.992671 7.0552 1.01578 7.05535 1.02707 7.05551 1.03074 7.05567 1.03129 7.05583 1.02752 7.05598 1.01741 7.05614 1.00362 7.0563 0.994454 7.05645 1.00029 7.05661 1.02498 7.05677 1.05797 7.05692 1.08119 7.05708 1.08576 7.05724 1.07959 7.05739 1.07308 7.05755 1.06713 7.05771 1.05979 7.05786 1.05516 7.05802 1.05576 7.05818 1.05375 7.05833 1.04263 7.05849 1.03081 7.05865 1.03239 7.0588 1.04434 7.05896 1.04955 7.05912 1.04218 7.05928 1.03388 7.05943 1.03422 7.05959 1.0364 7.05975 1.03097 7.0599 1.01909 7.06006 1.00602 7.06022 0.987784 7.06037 0.956463 7.06053 0.914052 7.06069 0.875129 7.06084 0.854001 7.061 0.853139 7.06116 0.864732 7.06131 0.878417 7.06147 0.888942 7.06163 0.896868 7.06178 0.906645 7.06194 0.925345 7.0621 0.960607 7.06225 1.01292 7.06241 1.06755 7.06257 1.10111 7.06272 1.10162 7.06288 1.07973 7.06304 1.05725 7.0632 1.04788 7.06335 1.05056 7.06351 1.05415 7.06367 1.04349 7.06382 1.00818 7.06398 0.955984 7.06414 0.912474 7.06429 0.899606 7.06445 0.914723 7.06461 0.937746 7.06476 0.954635 7.06492 0.966222 7.06508 0.978534 7.06523 0.995564 7.06539 1.01818 7.06555 1.04159 7.0657 1.05297 7.06586 1.04467 7.06602 1.02596 7.06617 1.01462 7.06633 1.01513 7.06649 1.01393 7.06664 0.996737 7.0668 0.961279 7.06696 0.916368 7.06712 0.878597 7.06727 0.868506 7.06743 0.894269 7.06759 0.937437 7.06774 0.96664 7.0679 0.970248 7.06806 0.964812 7.06821 0.969496 7.06837 0.984909 7.06853 1.0012 7.06868 1.01395 7.06884 1.02209 7.069 1.0196 7.06915 1.00106 7.06931 0.971145 7.06947 0.943885 7.06962 0.932821 7.06978 0.944862 7.06994 0.975358 7.07009 1.00726 7.07025 1.02234 7.07041 1.01689 7.07056 1.00252 7.07072 0.988811 7.07088 0.974259 7.07104 0.955443 7.07119 0.934781 7.07135 0.914843 7.07151 0.894714 7.07166 0.878871 7.07182 0.882239 7.07198 0.913862 7.07213 0.960265 7.07229 0.994049 7.07245 0.997829 7.0726 0.978662 7.07276 0.958842 7.07292 0.956625 7.07307 0.971753 7.07323 0.986401 7.07339 0.984426 7.07354 0.969129 7.0737 0.956639 7.07386 0.953931 7.07401 0.953574 7.07417 0.951553 7.07433 0.955726 7.07448 0.969208 7.07464 0.979784 7.0748 0.975278 7.07496 0.959489 7.07511 0.942201 7.07527 0.922366 7.07543 0.894462 7.07558 0.866956 7.07574 0.857442 7.0759 0.871308 7.07605 0.895826 7.07621 0.916076 7.07637 0.926801 7.07652 0.930201 7.07668 0.931494 7.07684 0.93869 7.07699 0.956771 7.07715 0.979706 7.07731 0.996766 7.07746 1.00788 7.07762 1.02466 7.07778 1.05116 7.07793 1.07082 7.07809 1.0627 7.07825 1.02691 7.0784 0.98738 7.07856 0.966336 7.07872 0.96209 7.07888 0.956583 7.07903 0.941596 7.07919 0.929408 7.07935 0.935523 7.0795 0.959835 7.07966 0.990286 7.07982 1.01975 7.07997 1.04686 7.08013 1.06433 7.08029 1.06076 7.08044 1.03566 7.0806 1.00317 7.08076 0.975903 7.08091 0.955309 7.08107 0.938826 7.08123 0.927067 7.08138 0.920179 7.08154 0.91663 7.0817 0.92048 7.08185 0.938164 7.08201 0.964428 7.08217 0.983029 7.08233 0.988203 7.08248 0.992008 7.08264 1.00324 7.0828 1.0142 7.08295 1.0182 7.08311 1.025 7.08327 1.04415 7.08342 1.06431 7.08358 1.06863 7.08374 1.06104 7.08389 1.05802 7.08405 1.06129 7.08421 1.06005 7.08436 1.05652 7.08452 1.0666 7.08468 1.09449 7.08483 1.12376 7.08499 1.13789 7.08515 1.13495 7.0853 1.1183 7.08546 1.09153 7.08562 1.06484 7.08577 1.05022 7.08593 1.04586 7.08609 1.03842 7.08625 1.02738 7.0864 1.02991 7.08656 1.05518 7.08672 1.08781 7.08687 1.10662 7.08703 1.10772 7.08719 1.09843 7.08734 1.07953 7.0875 1.04657 7.08766 1.00123 7.08781 0.951611 7.08797 0.905272 7.08813 0.869679 7.08828 0.852403 7.08844 0.851923 7.0886 0.853288 7.08875 0.842593 7.08891 0.820697 7.08907 0.79712 7.08922 0.778324 7.08938 0.769266 7.08954 0.779958 7.08969 0.815605 7.08985 0.863464 7.09001 0.900168 7.09017 0.913611 7.09032 0.912121 7.09048 0.911885 7.09064 0.922075 7.09079 0.939815 7.09095 0.953494 7.09111 0.951165 7.09126 0.931679 7.09142 0.908168 7.09158 0.89618 7.09173 0.901414 7.09189 0.92071 7.09205 0.948996 7.0922 0.97886 7.09236 0.998003 7.09252 0.99778 7.09267 0.984905 7.09283 0.975959 7.09299 0.980441 7.09314 0.995335 7.0933 1.0152 7.09346 1.03804 7.09361 1.06027 7.09377 1.07525 7.09393 1.07806 7.09409 1.06948 7.09424 1.05287 7.0944 1.03417 7.09456 1.02229 7.09471 1.02219 7.09487 1.02626 7.09503 1.02012 7.09518 1.00129 7.09534 0.983521 7.0955 0.980524 7.09565 0.991688 7.09581 1.00823 7.09597 1.02389 7.09612 1.03383 7.09628 1.03012 7.09644 1.00956 7.09659 0.982768 7.09675 0.96746 7.09691 0.972605 7.09706 0.99248 7.09722 1.01604 7.09738 1.03258 7.09753 1.03331 7.09769 1.01415 7.09785 0.98313 7.09801 0.958402 7.09816 0.954773 7.09832 0.973292 7.09848 1.00386 7.09863 1.03424 7.09879 1.05511 7.09895 1.06302 7.0991 1.06008 7.09926 1.05014 7.09942 1.03325 7.09957 1.00768 7.09973 0.979816 7.09989 0.96479 7.10004 0.972263 7.1002 0.994186 7.10036 1.01107 7.10051 1.01071 7.10067 0.997369 7.10083 0.985051 7.10098 0.983142 7.10114 0.988556 7.1013 0.988307 7.10145 0.972586 7.10161 0.944779 7.10177 0.918352 7.10193 0.903226 7.10208 0.89835 7.10224 0.899337 7.1024 0.904945 7.10255 0.914938 7.10271 0.925582 7.10287 0.934536 7.10302 0.94513 7.10318 0.957756 7.10334 0.964316 7.10349 0.9587 7.10365 0.948814 7.10381 0.947643 7.10396 0.953757 7.10412 0.953925 7.10428 0.944639 7.10443 0.937464 7.10459 0.94066 7.10475 0.947169 7.1049 0.948114 7.10506 0.945528 7.10522 0.945499 7.10538 0.948722 7.10553 0.9557 7.10569 0.97135 7.10585 0.994528 7.106 1.0096 7.10616 0.999625 7.10632 0.966269 7.10647 0.926556 7.10663 0.895634 7.10679 0.881181 7.10694 0.890186 7.1071 0.925925 7.10726 0.978382 7.10741 1.02439 7.10757 1.04466 7.10773 1.03538 7.10788 1.00874 7.10804 0.985088 7.1082 0.978657 7.10835 0.984632 7.10851 0.98446 7.10867 0.971166 7.10882 0.96143 7.10898 0.970667 7.10914 0.98637 7.1093 0.984899 7.10945 0.970178 7.10961 0.971008 7.10977 0.994983 7.10992 1.0107 7.11008 0.988428 7.11024 0.943188 7.11039 0.917531 7.11055 0.93035 7.11071 0.961059 7.11086 0.980289 7.11102 0.979912 7.11118 0.97165 7.11133 0.9709 7.11149 0.988342 7.11165 1.02571 7.1118 1.07229 7.11196 1.10885 7.11212 1.12117 7.11227 1.11116 7.11243 1.09336 7.11259 1.08262 7.11274 1.08454 7.1129 1.09634 7.11306 1.11206 7.11322 1.12283 7.11337 1.11914 7.11353 1.09639 7.11369 1.06427 7.11384 1.04323 7.114 1.04374 7.11416 1.05356 7.11431 1.05182 7.11447 1.03399 7.11463 1.01392 7.11478 1.00137 7.11494 0.990249 7.1151 0.972621 7.11525 0.953292 7.11541 0.940809 7.11557 0.935242 7.11572 0.93432 7.11588 0.9438 7.11604 0.969011 7.11619 1.00145 7.11635 1.02559 7.11651 1.03813 7.11666 1.04887 7.11682 1.06355 7.11698 1.07666 7.11714 1.08349 7.11729 1.08728 7.11745 1.08881 7.11761 1.07981 7.11776 1.05594 7.11792 1.03051 7.11808 1.02405 7.11823 1.04199 7.11839 1.07025 7.11855 1.09017 7.1187 1.09474 7.11886 1.08691 7.11902 1.0713 7.11917 1.05284 7.11933 1.0379 7.11949 1.0305 7.11964 1.02448 7.1198 1.00873 7.11996 0.980461 7.12011 0.952038 7.12027 0.937367 7.12043 0.937415 7.12058 0.940602 7.12074 0.938534 7.1209 0.932258 7.12106 0.924227 7.12121 0.91343 7.12137 0.901455 7.12153 0.896433 7.12168 0.901333 7.12184 0.906016 7.122 0.897592 7.12215 0.87947 7.12231 0.86838 7.12247 0.873446 7.12262 0.886464 7.12278 0.894991 7.12294 0.897727 7.12309 0.901203 7.12325 0.906191 7.12341 0.906997 7.12356 0.901123 7.12372 0.894012 7.12388 0.891274 7.12403 0.890725 7.12419 0.887675 7.12435 0.884487 7.1245 0.891759 7.12466 0.914532 7.12482 0.94304 7.12498 0.957611 7.12513 0.945579 7.12529 0.911844 7.12545 0.870824 7.1256 0.83285 7.12576 0.799066 7.12592 0.770687 7.12607 0.755658 7.12623 0.763499 7.12639 0.794084 7.12654 0.835227 7.1267 0.871541 7.12686 0.893652 7.12701 0.900661 7.12717 0.898097 7.12733 0.895898 7.12748 0.902939 7.12764 0.918212 7.1278 0.928913 7.12795 0.922738 7.12811 0.901944 7.12827 0.879023 7.12842 0.860167 7.12858 0.84121 7.12874 0.821934 7.1289 0.813641 7.12905 0.823274 7.12921 0.840559 7.12937 0.850834 7.12952 0.857245 7.12968 0.874209 7.12984 0.902204 7.12999 0.923323 7.13015 0.925875 7.13031 0.919446 7.13046 0.919311 7.13062 0.924634 7.13078 0.921735 7.13093 0.90343 7.13109 0.876902 7.13125 0.857203 7.1314 0.856459 7.13156 0.87666 7.13172 0.90589 7.13187 0.925928 7.13203 0.93012 7.13219 0.928061 7.13235 0.932377 7.1325 0.944438 7.13266 0.959492 7.13282 0.977305 7.13297 0.998943 7.13313 1.01887 7.13329 1.02853 7.13344 1.02777 7.1336 1.02381 7.13376 1.02168 7.13391 1.02241 7.13407 1.02549 7.13423 1.02675 7.13438 1.01675 7.13454 0.990533 7.1347 0.956532 7.13485 0.928926 7.13501 0.911176 7.13517 0.896854 7.13532 0.883312 7.13548 0.874255 7.13564 0.871578 7.13579 0.875342 7.13595 0.889499 7.13611 0.914661 7.13627 0.938375 7.13642 0.94577 7.13658 0.942906 7.13674 0.953013 7.13689 0.983031 7.13705 1.01069 7.13721 1.01383 7.13736 0.997823 7.13752 0.98227 7.13768 0.973851 7.13783 0.966021 7.13799 0.956514 7.13815 0.946666 7.1383 0.930234 7.13846 0.899861 7.13862 0.864363 7.13877 0.84411 7.13893 0.847936 7.13909 0.866461 7.13924 0.891568 7.1394 0.925588 7.13956 0.96821 7.13971 1.00607 7.13987 1.02405 7.14003 1.01943 7.14019 0.998369 7.14034 0.967451 7.1405 0.936775 7.14066 0.92437 7.14081 0.942692 7.14097 0.983784 7.14113 1.02464 7.14128 1.04707 7.14144 1.04742 7.1416 1.03099 7.14175 1.00633 7.14191 0.987069 7.14207 0.988055 7.14222 1.01337 7.14238 1.05148 7.14254 1.0866 7.14269 1.11412 7.14285 1.1398 7.14301 1.16638 7.14316 1.18759 7.14332 1.1948 7.14348 1.18705 7.14363 1.17089 7.14379 1.15327 7.14395 1.13883 7.14411 1.1313 7.14426 1.13249 7.14442 1.14027 7.14458 1.15129 7.14473 1.16628 7.14489 1.18705 7.14505 1.20704 7.1452 1.21157 7.14536 1.19238 7.14552 1.15801 7.14567 1.12473 7.14583 1.09901 7.14599 1.07666 7.14614 1.05717 7.1463 1.04807 7.14646 1.05332 7.14661 1.06479 7.14677 1.07151 7.14693 1.06948 7.14708 1.05971 7.14724 1.04271 7.1474 1.02183 7.14755 1.0062 7.14771 0.999965 7.14787 0.992455 7.14803 0.969525 7.14818 0.934386 7.14834 0.906874 7.1485 0.899516 7.14865 0.905141 7.14881 0.911477 7.14897 0.916987 7.14912 0.924015 7.14928 0.92526 7.14944 0.909968 7.14959 0.879662 7.14975 0.848917 7.14991 0.829294 7.15006 0.821381 7.15022 0.822646 7.15038 0.834037 7.15053 0.855005 7.15069 0.878014 7.15085 0.892915 7.151 0.893273 7.15116 0.877045 7.15132 0.847795 7.15147 0.816623 7.15163 0.798401 7.15179 0.800967 7.15195 0.82086 7.1521 0.85034 7.15226 0.883804 7.15242 0.914306 7.15257 0.932171 7.15273 0.933781 7.15289 0.927083 7.15304 0.922521 7.1532 0.922696 7.15336 0.925175 7.15351 0.931852 7.15367 0.946552 7.15383 0.967757 7.15398 0.992073 7.15414 1.02071 7.1543 1.05503 7.15445 1.08705 7.15461 1.10503 7.15477 1.10869 7.15492 1.10846 7.15508 1.10748 7.15524 1.09738 7.1554 1.07474 7.15555 1.05086 7.15571 1.0374 7.15587 1.03159 7.15602 1.02414 7.15618 1.01265 7.15634 0.999924 7.15649 0.985417 7.15665 0.968328 7.15681 0.9534 7.15696 0.941623 7.15712 0.923166 7.15728 0.890071 7.15743 0.854453 7.15759 0.838899 7.15775 0.849727 7.1579 0.872512 7.15806 0.895668 7.15822 0.923203 7.15837 0.957783 7.15853 0.986706 7.15869 0.993766 7.15884 0.981632 7.159 0.970512 7.15916 0.97725 7.15932 1.00295 7.15947 1.0372 7.15963 1.0687 7.15979 1.09053 7.15994 1.10241 7.1601 1.10772 7.16026 1.10728 7.16041 1.09665 7.16057 1.07358 7.16073 1.04544 7.16088 1.02509 7.16104 1.0204 7.1612 1.0272 7.16135 1.03341 7.16151 1.0271 7.16167 1.00472 7.16182 0.973334 7.16198 0.943557 7.16214 0.91775 7.16229 0.891254 7.16245 0.864222 7.16261 0.848151 7.16276 0.85578 7.16292 0.886516 7.16308 0.927329 7.16324 0.964872 7.16339 0.99218 7.16355 1.00712 7.16371 1.01111 7.16386 1.00952 7.16402 1.00869 7.16418 1.00944 7.16433 1.008 7.16449 1.00162 7.16465 0.991063 7.1648 0.976725 7.16496 0.958097 7.16512 0.9368 7.16527 0.917383 7.16543 0.905335 7.16559 0.906299 7.16574 0.924059 7.1659 0.955803 7.16606 0.989661 7.16621 1.01285 7.16637 1.02112 7.16653 1.01934 7.16668 1.01411 7.16684 1.00956 7.167 1.00704 7.16716 1.00249 7.16731 0.98707 7.16747 0.957695 7.16763 0.92606 7.16778 0.909128 7.16794 0.909247 7.1681 0.911246 7.16825 0.902757 7.16841 0.888581 7.16857 0.88184 7.16872 0.887579 7.16888 0.901215 7.16904 0.918013 7.16919 0.934896 7.16935 0.94911 7.16951 0.958421 7.16966 0.96448 7.16982 0.969155 7.16998 0.969167 7.17013 0.959784 7.17029 0.942763 7.17045 0.927458 7.1706 0.922779 7.17076 0.928404 7.17092 0.936946 7.17108 0.940314 7.17123 0.93419 7.17139 0.916034 7.17155 0.883196 7.1717 0.839153 7.17186 0.799502 7.17202 0.785847 7.17217 0.805245 7.17233 0.840835 7.17249 0.868993 7.17264 0.883704 7.1728 0.897069 7.17296 0.919438 7.17311 0.947031 7.17327 0.970322 7.17343 0.981236 7.17358 0.974578 7.17374 0.953338 7.1739 0.935078 7.17405 0.940478 7.17421 0.969557 7.17437 1.00094 7.17452 1.0176 7.17468 1.02351 7.17484 1.02657 7.175 1.02418 7.17515 1.01614 7.17531 1.01561 7.17547 1.03047 7.17562 1.04426 7.17578 1.03676 7.17594 1.01578 7.17609 1.00659 7.17625 1.01312 7.17641 1.01226 7.17656 0.989895 7.17672 0.960861 7.17688 0.944418 7.17703 0.939348 7.17719 0.934949 7.17735 0.93006 7.1775 0.930597 7.17766 0.935891 7.17782 0.941372 7.17797 0.946854 7.17813 0.951674 7.17829 0.949877 7.17845 0.940172 7.1786 0.935461 7.17876 0.951019 7.17892 0.98393 7.17907 1.0148 7.17923 1.02891 7.17939 1.02848 7.17954 1.02544 7.1797 1.02805 7.17986 1.03548 7.18001 1.04085 7.18017 1.03741 7.18033 1.0254 7.18048 1.01316 7.18064 1.00938 7.1808 1.01476 7.18095 1.02226 7.18111 1.02254 7.18127 1.00863 7.18142 0.980239 7.18158 0.946879 7.18174 0.922992 7.18189 0.916427 7.18205 0.922632 7.18221 0.930279 7.18237 0.930301 7.18252 0.918771 7.18268 0.899702 7.18284 0.887635 7.18299 0.900992 7.18315 0.943177 7.18331 0.995751 7.18346 1.03625 7.18362 1.06047 7.18378 1.07911 7.18393 1.09584 7.18409 1.10118 7.18425 1.08789 7.1844 1.06398 7.18456 1.04502 7.18472 1.03875 7.18487 1.04247 7.18503 1.04985 7.18519 1.05558 7.18534 1.05553 7.1855 1.04769 7.18566 1.03375 7.18581 1.01853 7.18597 1.00534 7.18613 0.991034 7.18629 0.967493 7.18644 0.932712 7.1866 0.897931 7.18676 0.880996 7.18691 0.888234 7.18707 0.907259 7.18723 0.92151 7.18738 0.926992 7.18754 0.928343 7.1877 0.923134 7.18785 0.899856 7.18801 0.857003 7.18817 0.81437 7.18832 0.798616 7.18848 0.818057 7.18864 0.85729 7.18879 0.896784 7.18895 0.931485 7.18911 0.96783 7.18926 1.00675 7.18942 1.03814 7.18958 1.05299 7.18973 1.05528 7.18989 1.05853 7.19005 1.06984 7.19021 1.08166 7.19036 1.08 7.19052 1.05899 7.19068 1.02821 7.19083 1.00535 7.19099 1.0011 7.19115 1.0096 7.1913 1.01582 7.19146 1.01207 7.19162 1.00387 7.19177 0.997174 7.19193 0.987353 7.19209 0.967439 7.19224 0.940868 7.1924 0.918004 7.19256 0.899362 7.19271 0.876152 7.19287 0.849386 7.19303 0.836726 7.19318 0.854313 7.19334 0.897015 7.1935 0.943349 7.19365 0.974737 7.19381 0.984991 7.19397 0.976015 7.19413 0.953856 7.19428 0.926384 7.19444 0.901893 7.1946 0.885727 7.19475 0.881255 7.19491 0.889048 7.19507 0.905333 7.19522 0.923757 7.19538 0.939369 7.19554 0.949695 7.19569 0.953685 7.19585 0.953607 7.19601 0.959868 7.19616 0.981348 7.19632 1.01237 7.19648 1.03709 7.19663 1.04796 7.19679 1.05274 7.19695 1.05618 7.1971 1.05167 7.19726 1.03608 7.19742 1.02056 7.19757 1.01408 7.19773 1.00727 7.19789 0.985287 7.19805 0.951176 7.1982 0.921187 7.19836 0.903257 7.19852 0.894704 7.19867 0.8985 7.19883 0.920305 7.19899 0.951724 7.19914 0.971467 7.1993 0.968055 7.19946 0.952285 7.19961 0.940997 7.19977 0.941543 7.19993 0.955056 7.20008 0.98006 7.20024 1.00956 7.2004 1.03228 7.20055 1.04481 7.20071 1.05594 7.20087 1.06826 7.20102 1.06887 7.20118 1.04558 7.20134 1.00746 7.2015 0.977911 7.20165 0.970742 7.20181 0.979879 7.20197 0.991863 7.20212 1.00056 7.20228 1.00824 7.20244 1.01713 7.20259 1.02445 7.20275 1.02547 7.20291 1.01883 7.20306 1.00647 7.20322 0.989621 7.20338 0.967893 7.20353 0.947337 7.20369 0.941101 7.20385 0.955903 7.204 0.979788 7.20416 0.991846 7.20432 0.98299 7.20447 0.9618 7.20463 0.942622 7.20479 0.936668 7.20494 0.9527 7.2051 0.992327 7.20526 1.03996 7.20542 1.06956 7.20557 1.06987 7.20573 1.05476 7.20589 1.04353 7.20604 1.03979 7.2062 1.03424 7.20636 1.02458 7.20651 1.01902 7.20667 1.02687 7.20683 1.04817 7.20698 1.07381 7.20714 1.08943 7.2073 1.08502 7.20745 1.06514 7.20761 1.04576 7.20777 1.03577 7.20792 1.02561 7.20808 1.0015 7.20824 0.965543 7.20839 0.933916 7.20855 0.916916 7.20871 0.909011 7.20886 0.900323 7.20902 0.888936 7.20918 0.878403 7.20934 0.866926 7.20949 0.848863 7.20965 0.826413 7.20981 0.814014 7.20996 0.824767 7.21012 0.853308 7.21028 0.878813 7.21043 0.887175 7.21059 0.884078 7.21075 0.884003 7.2109 0.891284 7.21106 0.904369 7.21122 0.929699 7.21137 0.97609 7.21153 1.03469 7.21169 1.07718 7.21184 1.08269 7.212 1.05635 7.21216 1.0168 7.21231 0.975599 7.21247 0.936474 7.21263 0.905492 7.21278 0.890797 7.21294 0.89465 7.2131 0.912915 7.21326 0.93972 7.21341 0.966683 7.21357 0.982937 7.21373 0.983964 7.21388 0.97718 7.21404 0.973659 7.2142 0.977527 7.21435 0.986878 7.21451 0.999646 7.21467 1.01263 7.21482 1.01892 7.21498 1.0148 7.21514 1.0066 7.21529 1.00415 7.21545 1.00977 7.21561 1.0197 7.21576 1.03062 7.21592 1.03872 7.21608 1.03808 7.21623 1.02582 7.21639 1.00755 7.21655 0.991861 7.2167 0.981129 7.21686 0.977498 7.21702 0.988486 7.21718 1.01535 7.21733 1.04012 7.21749 1.03904 7.21765 1.0096 7.2178 0.973781 7.21796 0.951586 7.21812 0.942886 7.21827 0.938548 7.21843 0.938408 7.21859 0.946931 7.21874 0.961414 7.2189 0.970311 7.21906 0.964977 7.21921 0.947745 7.21937 0.927999 7.21953 0.914251 7.21968 0.905664 7.21984 0.895463 7.22 0.881832 7.22015 0.873085 7.22031 0.878052 7.22047 0.892556 7.22062 0.905002 7.22078 0.913674 7.22094 0.928322 7.2211 0.952901 7.22125 0.974221 7.22141 0.976391 7.22157 0.960914 7.22172 0.947356 7.22188 0.954543 7.22204 0.98384 7.22219 1.01938 7.22235 1.04232 7.22251 1.04646 7.22266 1.04066 7.22282 1.03527 7.22298 1.03034 7.22313 1.02137 7.22329 1.00992 7.22345 1.00113 7.2236 0.993259 7.22376 0.980315 7.22392 0.965291 7.22407 0.959879 7.22423 0.96708 7.22439 0.973637 7.22455 0.965813 7.2247 0.943238 7.22486 0.914568 7.22502 0.889151 7.22517 0.876679 7.22533 0.886162 7.22549 0.914635 7.22564 0.94455 7.2258 0.960659 7.22596 0.965661 7.22611 0.969101 7.22627 0.968829 7.22643 0.95632 7.22658 0.934984 7.22674 0.91948 7.2269 0.915454 7.22705 0.913341 7.22721 0.905985 7.22737 0.901129 7.22752 0.90861 7.22768 0.923156 7.22784 0.930088 7.22799 0.923868 7.22815 0.914045 7.22831 0.912486 7.22847 0.922636 7.22862 0.939593 7.22878 0.957459 7.22894 0.972484 7.22909 0.983751 7.22925 0.993171 7.22941 1.00261 7.22956 1.01092 7.22972 1.01494 7.22988 1.01533 7.23003 1.01829 7.23019 1.02789 7.23035 1.03781 7.2305 1.03605 7.23066 1.01941 7.23082 0.998543 7.23097 0.985251 7.23113 0.978535 7.23129 0.969032 7.23144 0.955132 7.2316 0.946535 7.23176 0.951527 7.23191 0.965205 7.23207 0.973399 7.23223 0.965266 7.23239 0.938983 7.23254 0.898983 7.2327 0.851821 7.23286 0.805418 7.23301 0.76903 7.23317 0.753592 7.23333 0.766867 7.23348 0.805093 7.23364 0.848953 7.2338 0.874855 7.23395 0.874124 7.23411 0.858021 7.23427 0.842857 7.23442 0.834775 7.23458 0.831735 7.23474 0.83483 7.23489 0.848199 7.23505 0.868958 7.23521 0.884812 7.23536 0.884788 7.23552 0.870261 7.23568 0.854154 7.23583 0.850754 7.23599 0.865463 7.23615 0.892519 7.23631 0.921086 7.23646 0.941931 7.23662 0.951131 7.23678 0.947806 7.23693 0.93677 7.23709 0.929094 7.23725 0.935763 7.2374 0.954671 7.23756 0.970914 7.23772 0.974779 7.23787 0.973728 7.23803 0.98092 7.23819 0.997282 7.23834 1.01246 7.2385 1.01941 7.23866 1.02047 7.23881 1.01839 7.23897 1.01283 7.23913 1.00745 7.23928 1.00932 7.23944 1.01956 7.2396 1.03016 7.23975 1.03378 7.23991 1.02961 7.24007 1.01719 7.24023 0.994792 7.24038 0.967448 7.24054 0.947075 7.2407 0.937409 7.24085 0.926597 7.24101 0.904691 7.24117 0.881258 7.24132 0.875115 7.24148 0.890109 7.24164 0.914654 7.24179 0.938492 7.24195 0.959557 7.24211 0.972082 7.24226 0.965913 7.24242 0.942523 7.24258 0.92184 7.24273 0.922416 7.24289 0.943604 7.24305 0.970762 7.2432 0.991651 7.24336 0.999793 7.24352 0.991122 7.24367 0.969698 7.24383 0.951046 7.24399 0.948845 7.24415 0.959087 7.2443 0.96407 7.24446 0.952467 7.24462 0.928442 7.24477 0.90179 7.24493 0.880378 7.24509 0.871266 7.24524 0.878533 7.2454 0.897202 7.24556 0.916257 7.24571 0.933017 7.24587 0.95458 7.24603 0.981472 7.24618 0.998345 7.24634 0.988246 7.2465 0.952088 7.24665 0.907684 7.24681 0.874559 7.24697 0.864775 7.24712 0.881699 7.24728 0.917245 7.24744 0.9534 7.24759 0.976316 7.24775 0.990301 7.24791 1.00846 7.24807 1.03232 7.24822 1.05003 7.24838 1.05374 7.24854 1.0478 7.24869 1.03686 7.24885 1.01957 7.24901 1.00018 7.24916 0.993099 7.24932 1.00446 7.24948 1.0168 7.24963 1.00759 7.24979 0.978614 7.24995 0.951643 7.2501 0.93731 7.25026 0.92548 7.25042 0.908887 7.25057 0.898477 7.25073 0.904729 7.25089 0.917546 7.25104 0.920761 7.2512 0.91768 7.25136 0.924496 7.25152 0.942498 7.25167 0.953096 7.25183 0.943156 7.25199 0.921341 7.25214 0.903058 7.2523 0.892838 7.25246 0.890275 7.25261 0.900275 7.25277 0.926759 7.25293 0.961439 7.25308 0.988518 7.25324 0.997914 7.2534 0.98649 7.25355 0.955152 7.25371 0.915391 7.25387 0.893186 7.25402 0.907754 7.25418 0.946801 7.25434 0.97658 7.25449 0.979682 7.25465 0.970105 7.25481 0.967465 7.25496 0.971761 7.25512 0.972449 7.25528 0.969984 7.25544 0.973162 7.25559 0.982252 7.25575 0.989076 7.25591 0.99034 7.25606 0.98932 7.25622 0.984439 7.25638 0.970051 7.25653 0.949208 7.25669 0.935816 7.25685 0.938028 7.257 0.947939 7.25716 0.951513 7.25732 0.943328 7.25747 0.927796 7.25763 0.910414 7.25779 0.894977 7.25794 0.886654 7.2581 0.890883 7.25826 0.907005 7.25841 0.922956 7.25857 0.920835 7.25873 0.892097 7.25888 0.849017 7.25904 0.817166 7.2592 0.81223 7.25936 0.826303 7.25951 0.840009 7.25967 0.846083 7.25983 0.852834 7.25998 0.867299 7.26014 0.88316 7.2603 0.892368 7.26045 0.898791 7.26061 0.913403 7.26077 0.938895 7.26092 0.965874 7.26108 0.985549 7.26124 0.998316 7.26139 1.00987 7.26155 1.02162 7.26171 1.02814 7.26186 1.02296 7.26202 1.00759 7.26218 0.99385 7.26233 0.994741 7.26249 1.01106 7.26265 1.0264 7.2628 1.02135 7.26296 0.993843 7.26312 0.963482 7.26328 0.950781 7.26343 0.953086 7.26359 0.947734 7.26375 0.921727 7.2639 0.890716 7.26406 0.881323 7.26422 0.897662 7.26437 0.916484 7.26453 0.91745 7.26469 0.906435 7.26484 0.900649 7.265 0.902279 7.26516 0.899227 7.26531 0.889144 7.26547 0.885824 7.26563 0.898064 7.26578 0.917657 7.26594 0.932889 7.2661 0.946091 7.26625 0.964164 7.26641 0.980798 7.26657 0.980908 7.26672 0.959226 7.26688 0.927931 7.26704 0.90363 7.2672 0.895003 7.26735 0.901073 7.26751 0.91406 7.26767 0.92214 7.26782 0.918384 7.26798 0.909279 7.26814 0.909606 7.26829 0.925765 7.26845 0.947523 7.26861 0.960871 7.26876 0.962212 7.26892 0.958315 7.26908 0.956888 7.26923 0.959327 7.26939 0.962316 7.26955 0.960723 7.2697 0.953289 7.26986 0.946675 7.27002 0.950281 7.27017 0.961164 7.27033 0.961233 7.27049 0.93607 7.27064 0.895835 7.2708 0.868667 7.27096 0.870933 7.27112 0.891873 7.27127 0.909463 7.27143 0.913344 7.27159 0.909455 7.27174 0.906675 7.2719 0.908027 7.27206 0.913139 7.27221 0.921072 7.27237 0.928659 7.27253 0.930928 7.27268 0.925301 7.27284 0.914262 7.273 0.903614 7.27315 0.897774 7.27331 0.898158 7.27347 0.902547 7.27362 0.908394 7.27378 0.915185 7.27394 0.923721 7.27409 0.934342 7.27425 0.946986 7.27441 0.964735 7.27457 0.990944 7.27472 1.0206 7.27488 1.03999 7.27504 1.03982 7.27519 1.02661 7.27535 1.01418 7.27551 1.0078 7.27566 1.00103 7.27582 0.9892 7.27598 0.975054 7.27613 0.962763 7.27629 0.952511 7.27645 0.943619 7.2766 0.935983 7.27676 0.926412 7.27692 0.910526 7.27707 0.890844 7.27723 0.875241 7.27739 0.863115 7.27754 0.845549 7.2777 0.823003 7.27786 0.814056 7.27801 0.834039 7.27817 0.871963 7.27833 0.900738 7.27849 0.904758 7.27864 0.88964 7.2788 0.868253 7.27896 0.852973 7.27911 0.858411 7.27927 0.894633 7.27943 0.949887 7.27958 0.993307 7.27974 1.00344 7.2799 0.986229 7.28005 0.961532 7.28021 0.939017 7.28037 0.917534 7.28052 0.899713 7.28068 0.894555 7.28084 0.907331 7.28099 0.934231 7.28115 0.966442 7.28131 0.994047 7.28146 1.00762 7.28162 1.00431 7.28178 0.993437 7.28193 0.987861 7.28209 0.989145 7.28225 0.986477 7.28241 0.973962 7.28256 0.962505 7.28272 0.96805 7.28288 0.990816 7.28303 1.0132 7.28319 1.0173 7.28335 1.00214 7.2835 0.980116 7.28366 0.964053 7.28382 0.958629 7.28397 0.961297 7.28413 0.96463 7.28429 0.961413 7.28444 0.950107 7.2846 0.938713 7.28476 0.939327 7.28491 0.956691 7.28507 0.983023 7.28523 1.00356 7.28538 1.00716 7.28554 0.992825 7.2857 0.968735 7.28585 0.947049 7.28601 0.935368 7.28617 0.931432 7.28633 0.928034 7.28648 0.921157 7.28664 0.911877 7.2868 0.900975 7.28695 0.888811 7.28711 0.879245 7.28727 0.878362 7.28742 0.883197 7.28758 0.881659 7.28774 0.868797 7.28789 0.856821 7.28805 0.861617 7.28821 0.882326 7.28836 0.903466 7.28852 0.914569 7.28868 0.919186 7.28883 0.924912 7.28899 0.93312 7.28915 0.940388 7.2893 0.94224 7.28946 0.935093 7.28962 0.920219 7.28977 0.908583 7.28993 0.914727 7.29009 0.940503 7.29025 0.971055 7.2904 0.987998 7.29056 0.986501 7.29072 0.974416 7.29087 0.96111 7.29103 0.948599 7.29119 0.933609 7.29134 0.91645 7.2915 0.9073 7.29166 0.920093 7.29181 0.956688 7.29197 0.998802 7.29213 1.02499 7.29228 1.03257 7.29244 1.03494 7.2926 1.03751 7.29275 1.02723 7.29291 0.991585 7.29307 0.940679 7.29322 0.901037 7.29338 0.891434 7.29354 0.91035 7.29369 0.942783 7.29385 0.972797 7.29401 0.98989 7.29417 0.992287 7.29432 0.986002 7.29448 0.980286 7.29464 0.980838 7.29479 0.987329 7.29495 0.99647 7.29511 1.00599 7.29526 1.01719 7.29542 1.03207 7.29558 1.0459 7.29573 1.04532 7.29589 1.01883 7.29605 0.969866 7.2962 0.917196 7.29636 0.880549 7.29652 0.868956 7.29667 0.880559 7.29683 0.907345 7.29699 0.936359 7.29714 0.953362 7.2973 0.950389 7.29746 0.930444 7.29762 0.904523 7.29777 0.88689 7.29793 0.888648 7.29809 0.908473 7.29824 0.928592 7.2984 0.926773 7.29856 0.898452 7.29871 0.861002 7.29887 0.833229 7.29903 0.818559 7.29918 0.811015 7.29934 0.810568 7.2995 0.823607 7.29965 0.853609 7.29981 0.895492 7.29997 0.939451 7.30012 0.975022 7.30028 0.995649 7.30044 1.00575 7.30059 1.01763 7.30075 1.03644 7.30091 1.0523 7.30106 1.05305 7.30122 1.0419 7.30138 1.03371 7.30154 1.03664 7.30169 1.04468 7.30185 1.04717 7.30201 1.03701 7.30216 1.01198 7.30232 0.974332 7.30248 0.932979 7.30263 0.899539 7.30279 0.879479 7.30295 0.871188 7.3031 0.872482 7.30326 0.883877 7.30342 0.903148 7.30357 0.924458 7.30373 0.944341 7.30389 0.963685 7.30404 0.980229 7.3042 0.988414 7.30436 0.988606 7.30451 0.993576 7.30467 1.01378 7.30483 1.0393 7.30498 1.04548 7.30514 1.01987 7.3053 0.977697 7.30546 0.94631 7.30561 0.93886 7.30577 0.948056 7.30593 0.960171 7.30608 0.966447 7.30624 0.963895 7.3064 0.956491 7.30655 0.958342 7.30671 0.982973 7.30687 1.02473 7.30702 1.05901 7.30718 1.06962 7.30734 1.06809 7.30749 1.07516 7.30765 1.09213 7.30781 1.10264 7.30796 1.10127 7.30812 1.10356 7.30828 1.12408 7.30843 1.15725 7.30859 1.18269 7.30875 1.18381 7.3089 1.15774 7.30906 1.1147 7.30922 1.07169 7.30938 1.03967 7.30953 1.0175 7.30969 1.00099 7.30985 0.995551 7.31 1.00791 7.31016 1.0303 7.31032 1.04534 7.31047 1.04862 7.31063 1.0531 7.31079 1.06918 7.31094 1.09338 7.3111 1.12016 7.31126 1.14799 7.31141 1.17028 7.31157 1.17617 7.31173 1.17027 7.31188 1.17228 7.31204 1.19089 7.3122 1.21058 7.31235 1.21819 7.31251 1.22312 7.31267 1.23835 7.31282 1.25528 7.31298 1.25749 7.31314 1.24729 7.3133 1.23916 7.31345 1.23767 7.31361 1.24024 7.31377 1.25522 7.31392 1.29347 7.31408 1.34564 7.31424 1.39119 7.31439 1.42768 7.31455 1.47427 7.31471 1.54534 7.31486 1.63998 7.31502 1.75831 7.31518 1.90658 7.31533 2.08322 7.31549 2.27473 7.31565 2.47219 7.3158 2.67741 7.31596 2.88983 7.31612 3.10145 7.31627 3.30662 7.31643 3.50344 7.31659 3.68339 7.31674 3.83413 7.3169 3.95431 7.31706 4.04748 7.31722 4.09896 7.31737 4.07891 7.31753 3.97735 7.31769 3.82106 7.31784 3.64477 7.318 3.46208 7.31816 3.27319 7.31831 3.08307 7.31847 2.8963 7.31863 2.70642 7.31878 2.51116 7.31894 2.33191 7.3191 2.20114 7.31925 2.13047 7.31941 2.0995 7.31957 2.07809 7.31972 2.05071 7.31988 2.02367 7.32004 2.01784 7.32019 2.05328 7.32035 2.13559 7.32051 2.25362 7.32067 2.3916 7.32082 2.53889 7.32098 2.69019 7.32114 2.84394 7.32129 3.00471 7.32145 3.17974 7.32161 3.36795 7.32176 3.55807 7.32192 3.73764 7.32208 3.89592 7.32223 4.01758 7.32239 4.08692 7.32255 4.10653 7.3227 4.09762 7.32286 4.06971 7.32302 4.00079 7.32317 3.86226 7.32333 3.65677 7.32349 3.41899 7.32364 3.18187 7.3238 2.95427 7.32396 2.72933 7.32411 2.50089 7.32427 2.27128 7.32443 2.05476 7.32459 1.87482 7.32474 1.74666 7.3249 1.66022 7.32506 1.58846 7.32521 1.51594 7.32537 1.4514 7.32553 1.41037 7.32568 1.39239 7.32584 1.37951 7.326 1.35394 7.32615 1.30939 7.32631 1.25014 7.32647 1.18534 7.32662 1.12632 7.32678 1.08289 7.32694 1.05883 7.32709 1.04981 7.32725 1.04882 7.32741 1.05152 7.32756 1.05511 7.32772 1.05463 7.32788 1.04709 7.32803 1.03969 7.32819 1.04448 7.32835 1.05952 7.32851 1.06614 7.32866 1.0553 7.32882 1.04615 7.32898 1.06382 7.32913 1.1016 7.32929 1.12473 7.32945 1.11327 7.3296 1.08466 7.32976 1.06865 7.32992 1.07678 7.33007 1.10243 7.33023 1.13497 7.33039 1.16055 7.33054 1.16183 7.3307 1.1329 7.33086 1.09041 7.33101 1.05706 7.33117 1.0407 7.33133 1.03684 7.33148 1.0423 7.33164 1.05221 7.3318 1.05094 7.33195 1.02327 7.33211 0.977036 7.33227 0.938812 7.33243 0.925806 7.33258 0.929396 7.33274 0.931302 7.3329 0.925755 7.33305 0.921614 7.33321 0.92801 7.33337 0.944092 7.33352 0.961322 7.33368 0.97448 7.33384 0.986262 7.33399 1.00034 7.33415 1.01088 7.33431 1.00459 7.33446 0.975297 7.33462 0.931281 7.33478 0.886257 7.33493 0.850009 7.33509 0.828871 7.33525 0.825467 7.3354 0.833293 7.33556 0.837991 7.33572 0.835091 7.33587 0.835446 7.33603 0.847844 7.33619 0.864198 7.33635 0.870062 7.3365 0.863804 7.33666 0.855334 7.33682 0.852081 7.33697 0.855988 7.33713 0.871527 7.33729 0.9017 7.33744 0.939372 7.3376 0.971895 7.33776 0.993679 7.33791 1.00541 7.33807 1.00526 7.33823 0.991903 7.33838 0.974127 7.33854 0.965522 7.3387 0.969974 7.33885 0.980013 7.33901 0.986955 7.33917 0.984539 7.33932 0.966016 7.33948 0.93123 7.33964 0.896251 7.33979 0.881315 7.33995 0.887938 7.34011 0.897193 7.34027 0.892238 7.34042 0.872333 7.34058 0.845053 7.34074 0.815422 7.34089 0.789263 7.34105 0.77725 7.34121 0.788162 7.34136 0.821433 7.34152 0.867777 7.34168 0.914316 7.34183 0.949347 7.34199 0.969582 7.34215 0.983176 7.3423 0.998393 7.34246 1.00995 7.34262 1.00431 7.34277 0.978626 7.34293 0.946226 7.34309 0.921106 7.34324 0.907661 7.3434 0.907743 7.34356 0.927143 7.34372 0.967283 7.34387 1.01741 7.34403 1.06076 7.34419 1.08541 7.34434 1.08703 7.3445 1.06619 7.34466 1.0293 7.34481 0.98606 7.34497 0.944274 7.34513 0.906221 7.34528 0.872897 7.34544 0.845692 7.3456 0.825646 7.34575 0.814917 7.34591 0.817612 7.34607 0.835654 7.34622 0.860564 7.34638 0.878424 7.34654 0.881017 7.34669 0.872866 7.34685 0.862809 7.34701 0.855185 7.34716 0.850375 7.34732 0.848825 7.34748 0.855823 7.34764 0.88065 7.34779 0.926678 7.34795 0.979586 7.34811 1.01225 7.34826 1.01035 7.34842 0.987091 7.34858 0.965771 7.34873 0.952581 7.34889 0.937926 7.34905 0.919316 7.3492 0.905619 7.34936 0.899403 7.34952 0.890253 7.34967 0.872913 7.34983 0.856559 7.34999 0.852874 7.35014 0.862569 7.3503 0.878905 7.35046 0.8964 7.35061 0.91123 7.35077 0.920031 7.35093 0.921545 7.35108 0.914523 7.35124 0.895421 7.3514 0.865048 7.35156 0.837351 7.35171 0.830015 7.35187 0.845175 7.35203 0.870785 7.35218 0.899109 7.35234 0.930594 7.3525 0.960102 7.35265 0.975859 7.35281 0.977093 7.35297 0.977798 7.35312 0.987067 7.35328 1.00113 7.35344 1.01616 7.35359 1.03204 7.35375 1.0374 7.35391 1.013 7.35406 0.964228 7.35422 0.927135 7.35438 0.924488 7.35453 0.93422 7.35469 0.923912 7.35485 0.897819 7.355 0.88564 7.35516 0.892671 7.35532 0.892272 7.35548 0.868611 7.35563 0.838712 7.35579 0.827983 7.35595 0.842462 7.3561 0.873388 7.35626 0.90901 7.35642 0.937037 7.35657 0.94596 7.35673 0.937421 7.35689 0.927044 7.35704 0.925764 7.3572 0.927781 7.35736 0.922102 7.35751 0.905427 7.35767 0.881087 7.35783 0.852213 7.35798 0.82342 7.35814 0.800148 7.3583 0.785702 7.35845 0.781102 7.35861 0.789971 7.35877 0.817281 7.35892 0.856487 7.35908 0.889283 7.35924 0.902618 7.3594 0.90078 7.35955 0.896608 7.35971 0.897681 7.35987 0.905233 7.36002 0.919751 7.36018 0.938818 7.36034 0.955408 7.36049 0.963251 7.36065 0.96427 7.36081 0.964153 7.36096 0.964622 7.36112 0.963381 7.36128 0.962493 7.36143 0.967698 7.36159 0.979641 7.36175 0.991681 7.3619 0.997509 7.36206 0.999638 7.36222 1.00424 7.36237 1.01046 7.36253 1.01012 7.36269 0.999743 7.36284 0.988073 7.363 0.986214 7.36316 0.991653 7.36332 0.990229 7.36347 0.974696 7.36363 0.955308 7.36379 0.944599 7.36394 0.939553 7.3641 0.928017 7.36426 0.909296 7.36441 0.897207 7.36457 0.90408 7.36473 0.927064 7.36488 0.952833 7.36504 0.968606 7.3652 0.96862 7.36535 0.955601 7.36551 0.942145 7.36567 0.943357 7.36582 0.96489 7.36598 0.996479 7.36614 1.01971 7.36629 1.02083 7.36645 1.00115 7.36661 0.976858 7.36676 0.968634 7.36692 0.981978 7.36708 1.00007 7.36724 1.00019 7.36739 0.980585 7.36755 0.961559 7.36771 0.959349 7.36786 0.96678 7.36802 0.966533 7.36818 0.955058 7.36833 0.944305 7.36849 0.944076 7.36865 0.952194 7.3688 0.960913 7.36896 0.965511 7.36912 0.961466 7.36927 0.943761 7.36943 0.913516 7.36959 0.882627 7.36974 0.866048 7.3699 0.867304 7.37006 0.877656 7.37021 0.887079 7.37037 0.892567 7.37053 0.894367 7.37069 0.891303 7.37084 0.884073 7.371 0.878749 7.37116 0.880399 7.37131 0.885606 7.37147 0.886609 7.37163 0.881646 7.37178 0.876493 7.37194 0.875591 7.3721 0.878825 7.37225 0.88668 7.37241 0.900762 7.37257 0.91509 7.37272 0.917051 7.37288 0.902633 7.37304 0.882921 7.37319 0.870303 7.37335 0.863614 7.37351 0.855334 7.37366 0.846481 7.37382 0.845486 7.37398 0.853957 7.37413 0.863462 7.37429 0.86502 7.37445 0.853503 7.37461 0.827419 7.37476 0.791964 7.37492 0.761627 7.37508 0.747087 7.37523 0.741254 7.37539 0.728201 7.37555 0.709826 7.3757 0.708713 7.37586 0.739555 7.37602 0.789556 7.37617 0.835457 7.37633 0.870185 7.37649 0.901526 7.37664 0.932206 7.3768 0.955801 7.37696 0.9694 7.37711 0.979501 7.37727 0.991991 7.37743 1.00563 7.37758 1.01703 7.37774 1.0231 7.3779 1.02071 7.37805 1.00908 7.37821 0.996005 7.37837 0.993463 7.37853 1.00406 7.37868 1.01645 7.37884 1.0204 7.379 1.0166 7.37915 1.009 7.37931 0.992255 7.37947 0.960997 7.37962 0.925118 7.37978 0.905601 7.37994 0.910613 7.38009 0.925858 7.38025 0.934152 7.38041 0.934121 7.38056 0.934393 7.38072 0.937067 7.38088 0.938737 7.38103 0.942307 7.38119 0.958494 7.38135 0.986578 7.3815 1.00797 7.38166 1.00379 7.38182 0.97459 7.38197 0.937939 7.38213 0.907929 7.38229 0.884806 7.38245 0.862967 7.3826 0.842796 7.38276 0.829017 7.38292 0.822594 7.38307 0.817407 7.38323 0.810266 7.38339 0.807692 7.38354 0.819315 7.3837 0.84345 7.38386 0.867012 7.38401 0.881374 7.38417 0.893862 7.38433 0.915421 7.38448 0.943099 7.38464 0.962649 7.3848 0.967177 7.38495 0.962658 7.38511 0.955351 7.38527 0.945777 7.38542 0.935574 7.38558 0.930491 7.38574 0.930992 7.38589 0.930986 7.38605 0.931167 7.38621 0.943207 7.38637 0.972094 7.38652 1.00258 7.38668 1.01332 7.38684 1.00066 7.38699 0.977059 7.38715 0.953753 7.38731 0.935445 7.38746 0.925689 7.38762 0.926575 7.38778 0.934233 7.38793 0.944624 7.38809 0.961837 7.38825 0.989967 7.3884 1.02075 7.38856 1.03981 7.38872 1.04388 7.38887 1.03864 7.38903 1.02385 7.38919 0.996174 7.38934 0.965086 7.3895 0.946727 7.38966 0.939421 7.38981 0.923376 7.38997 0.891091 7.39013 0.860925 7.39029 0.850212 7.39044 0.852354 7.3906 0.854116 7.39076 0.862428 7.39091 0.891889 7.39107 0.934457 7.39123 0.962116 7.39138 0.960352 7.39154 0.942495 7.3917 0.928244 7.39185 0.921449 7.39201 0.914362 7.39217 0.903133 7.39232 0.891225 7.39248 0.882838 7.39264 0.879018 7.39279 0.879163 7.39295 0.883354 7.39311 0.891734 7.39326 0.902521 7.39342 0.910409 7.39358 0.908971 7.39374 0.897378 7.39389 0.882665 7.39405 0.872986 7.39421 0.872049 7.39436 0.882053 7.39452 0.904585 7.39468 0.933248 7.39483 0.950523 7.39499 0.941265 7.39515 0.909907 7.3953 0.878834 7.39546 0.86829 7.39562 0.883547 7.39577 0.91635 7.39593 0.952941 7.39609 0.980218 7.39624 0.993267 7.3964 0.998118 7.39656 1.00125 7.39671 0.99985 7.39687 0.989174 7.39703 0.976798 7.39718 0.976246 7.39734 0.984664 7.3975 0.982516 7.39766 0.960892 7.39781 0.935816 7.39797 0.926302 7.39813 0.929622 7.39828 0.930937 7.39844 0.928982 7.3986 0.934799 7.39875 0.948416 7.39891 0.954558 7.39907 0.944725 7.39922 0.929625 7.39938 0.924128 7.39954 0.931708 7.39969 0.948321 7.39985 0.972712 7.40001 1.00084 7.40016 1.02051 7.40032 1.0214 7.40048 1.00845 7.40063 0.994398 7.40079 0.982321 7.40095 0.967096 7.4011 0.953172 7.40126 0.957032 7.40142 0.988483 7.40158 1.03371 7.40173 1.06246 7.40189 1.05237 7.40205 1.0048 7.4022 0.94537 7.40236 0.908641 7.40252 0.916479 7.40267 0.961764 7.40283 1.01436 7.40299 1.04504 7.40314 1.04373 7.4033 1.01635 7.40346 0.97481 7.40361 0.93391 7.40377 0.9108 7.40393 0.914567 7.40408 0.934436 7.40424 0.947071 7.4044 0.939995 7.40455 0.922933 7.40471 0.914132 7.40487 0.920041 7.40502 0.930591 7.40518 0.932408 7.40534 0.922614 7.4055 0.908505 7.40565 0.896106 7.40581 0.882497 7.40597 0.861653 7.40612 0.836403 7.40628 0.821287 7.40644 0.828771 7.40659 0.855944 7.40675 0.886853 7.40691 0.909273 7.40706 0.921791 7.40722 0.926867 7.40738 0.92409 7.40753 0.913794 7.40769 0.902222 7.40785 0.898816 7.408 0.909444 7.40816 0.932581 7.40832 0.958566 7.40847 0.971905 7.40863 0.958795 7.40879 0.92173 7.40894 0.882515 7.4091 0.863353 7.40926 0.865426 7.40942 0.872339 7.40957 0.873376 7.40973 0.872725 7.40989 0.876825 7.41004 0.883452 7.4102 0.892555 7.41036 0.91413 7.41051 0.952395 7.41067 0.988797 7.41083 0.997983 7.41098 0.978469 7.41114 0.953071 7.4113 0.936404 7.41145 0.921054 7.41161 0.900532 7.41177 0.887141 7.41192 0.892242 7.41208 0.901915 7.41224 0.892934 7.41239 0.866936 7.41255 0.8507 7.41271 0.862991 7.41286 0.897914 7.41302 0.940752 7.41318 0.981829 7.41334 1.01214 7.41349 1.02346 7.41365 1.02247 7.41381 1.02977 7.41396 1.05395 7.41412 1.07628 7.41428 1.07345 7.41443 1.04474 7.41459 1.00931 7.41475 0.982093 7.4149 0.966438 7.41506 0.96225 7.41522 0.968924 7.41537 0.979975 7.41553 0.98654 7.41569 0.986806 7.41584 0.985669 7.416 0.986778 7.41616 0.989421 7.41631 0.992231 7.41647 0.992283 7.41663 0.985417 7.41679 0.972266 7.41694 0.960517 7.4171 0.955104 7.41726 0.950559 7.41741 0.939714 7.41757 0.924969 7.41773 0.915592 7.41788 0.916288 7.41804 0.927335 7.4182 0.946879 7.41835 0.966155 7.41851 0.969523 7.41867 0.953533 7.41882 0.938054 7.41898 0.9444 7.41914 0.965648 7.41929 0.975298 7.41945 0.964882 7.41961 0.9551 7.41976 0.965942 7.41992 0.993369 7.42008 1.01998 7.42023 1.03648 7.42039 1.04327 7.42055 1.04277 7.42071 1.0401 7.42086 1.04244 7.42102 1.05147 7.42118 1.05968 7.42133 1.05815 7.42149 1.04244 7.42165 1.01049 7.4218 0.964634 7.42196 0.918463 7.42212 0.89016 7.42227 0.88559 7.42243 0.893794 7.42259 0.902147 7.42274 0.906985 7.4229 0.909232 7.42306 0.911743 7.42321 0.92422 7.42337 0.958191 7.42353 1.00987 7.42368 1.05922 7.42384 1.09125 7.424 1.10876 7.42415 1.11718 7.42431 1.11287 7.42447 1.09382 7.42463 1.07162 7.42478 1.06157 7.42494 1.06877 7.4251 1.09098 7.42525 1.12456 7.42541 1.16053 7.42557 1.18412 7.42572 1.19123 7.42588 1.19243 7.42604 1.19361 7.42619 1.18289 7.42635 1.15268 7.42651 1.12056 7.42666 1.11048 7.42682 1.11968 7.42698 1.12293 7.42713 1.10821 7.42729 1.08893 7.42745 1.08323 7.4276 1.09591 7.42776 1.12281 7.42792 1.15641 7.42807 1.18464 7.42823 1.19532 7.42839 1.18818 7.42855 1.17412 7.4287 1.16054 7.42886 1.14613 7.42902 1.12879 7.42917 1.11008 7.42933 1.09057 7.42949 1.06979 7.42964 1.052 7.4298 1.04272 7.42996 1.04107 7.43011 1.04074 7.43027 1.03666 7.43043 1.02463 7.43058 0.999646 7.43074 0.965451 7.4309 0.939613 7.43105 0.93473 7.43121 0.939034 7.43137 0.931269 7.43152 0.915851 7.43168 0.921208 7.43184 0.960135 7.43199 1.00974 7.43215 1.03981 7.43231 1.04679 7.43247 1.04732 7.43262 1.05179 7.43278 1.05673 7.43294 1.05583 7.43309 1.045 7.43325 1.02154 7.43341 0.989169 7.43356 0.96267 7.43372 0.958638 7.43388 0.97752 7.43403 1.00064 7.43419 1.0074 7.43435 0.995032 7.4345 0.98316 7.43466 0.996055 7.43482 1.03873 7.43497 1.09053 7.43513 1.12509 7.43529 1.13495 7.43544 1.12832 7.4356 1.10864 7.43576 1.07138 7.43591 1.02243 7.43607 0.985605 7.43623 0.981289 7.43639 1.00729 7.43654 1.04502 7.4367 1.07823 7.43686 1.09904 7.43701 1.10507 7.43717 1.09864 7.43733 1.08547 7.43748 1.0671 7.43764 1.04197 7.4378 1.01579 7.43795 1.00244 7.43811 1.00586 7.43827 1.01193 7.43842 1.0063 7.43858 0.993114 7.43874 0.984166 7.43889 0.978306 7.43905 0.966827 7.43921 0.953981 7.43936 0.955434 7.43952 0.973309 7.43968 0.988633 7.43984 0.984664 7.43999 0.968241 7.44015 0.958603 7.44031 0.963995 7.44046 0.976333 7.44062 0.985831 7.44078 0.989864 7.44093 0.98884 7.44109 0.980122 7.44125 0.962848 7.4414 0.944683 7.44156 0.939867 7.44172 0.956577 7.44187 0.989644 7.44203 1.02808 7.44219 1.06577 7.44234 1.10355 7.4425 1.13905 7.44266 1.16435 7.44281 1.17391 7.44297 1.17391 7.44313 1.17861 7.44328 1.19881 7.44344 1.23523 7.4436 1.27991 7.44376 1.32358 7.44391 1.36266 7.44407 1.40073 7.44423 1.4429 7.44438 1.48832 7.44454 1.52968 7.4447 1.55851 7.44485 1.56832 7.44501 1.55777 7.44517 1.53384 7.44532 1.51056 7.44548 1.49811 7.44564 1.48957 7.44579 1.46997 7.44595 1.43706 7.44611 1.40452 7.44626 1.38272 7.44642 1.36563 7.44658 1.34579 7.44673 1.33138 7.44689 1.33937 7.44705 1.37397 7.4472 1.42219 7.44736 1.46847 7.44752 1.50855 7.44768 1.54974 7.44783 1.6039 7.44799 1.68005 7.44815 1.77896 7.4483 1.89447 7.44846 2.0197 7.44862 2.14832 7.44877 2.26999 7.44893 2.37274 7.44909 2.45266 7.44924 2.51409 7.4494 2.55432 7.44956 2.5585 7.44971 2.51697 7.44987 2.44129 7.45003 2.35459 7.45018 2.27192 7.45034 2.19944 7.4505 2.14295 7.45065 2.10129 7.45081 2.05624 7.45097 1.98532 7.45112 1.88852 7.45128 1.78801 7.45144 1.70095 7.4516 1.62797 7.45175 1.5693 7.45191 1.53699 7.45207 1.53906 7.45222 1.56555 7.45238 1.60075 7.45254 1.64106 7.45269 1.68982 7.45285 1.73894 7.45301 1.76905 7.45316 1.77105 7.45332 1.76027 7.45348 1.76506 7.45363 1.80377 7.45379 1.87122 7.45395 1.94627 7.4541 2.01216 7.45426 2.06904 7.45442 2.1257 7.45457 2.18047 7.45473 2.21572 7.45489 2.213 7.45504 2.17009 7.4552 2.10073 7.45536 2.02168 7.45552 1.94349 7.45567 1.86804 7.45583 1.79095 7.45599 1.70737 7.45614 1.61849 7.4563 1.53222 7.45646 1.45679 7.45661 1.39577 7.45677 1.34847 7.45693 1.31227 7.45708 1.28084 7.45724 1.24444 7.4574 1.19608 7.45755 1.13913 7.45771 1.08794 7.45787 1.05903 7.45802 1.05767 7.45818 1.07088 7.45834 1.07776 7.45849 1.06956 7.45865 1.05696 7.45881 1.0523 7.45896 1.05082 7.45912 1.03929 7.45928 1.01647 7.45944 0.995605 7.45959 0.983582 7.45975 0.97559 7.45991 0.973144 7.46006 0.98925 7.46022 1.02558 7.46038 1.05739 7.46053 1.05902 7.46069 1.03532 7.46085 1.01542 7.461 1.01738 7.46116 1.0349 7.46132 1.05607 7.46147 1.07751 7.46163 1.09804 7.46179 1.11279 7.46194 1.1195 7.4621 1.12252 7.46226 1.12383 7.46241 1.11824 7.46257 1.10378 7.46273 1.08948 7.46289 1.08554 7.46304 1.09308 7.4632 1.10816 7.46336 1.13082 7.46351 1.16213 7.46367 1.19592 7.46383 1.22352 7.46398 1.24481 7.46414 1.26721 7.4643 1.29288 7.46445 1.31557 7.46461 1.33274 7.46477 1.3526 7.46492 1.3845 7.46508 1.42609 7.46524 1.46482 7.46539 1.49142 7.46555 1.50754 7.46571 1.52019 7.46586 1.53281 7.46602 1.54522 7.46618 1.5559 7.46633 1.56108 7.46649 1.55428 7.46665 1.53303 7.46681 1.5071 7.46696 1.49229 7.46712 1.49261 7.46728 1.49234 7.46743 1.47107 7.46759 1.42489 7.46775 1.36958 7.4679 1.32582 7.46806 1.30736 7.46822 1.32003 7.46837 1.36199 7.46853 1.42276 7.46869 1.48886 7.46884 1.55701 7.469 1.63748 7.46916 1.74011 7.46931 1.86018 7.46947 1.98219 7.46963 2.09479 7.46978 2.19565 7.46994 2.28445 7.4701 2.35615 7.47025 2.40324 7.47041 2.42006 7.47057 2.4053 7.47073 2.36116 7.47088 2.29193 7.47104 2.2018 7.4712 2.09465 7.47135 1.9794 7.47151 1.87131 7.47167 1.78533 7.47182 1.72544 7.47198 1.68411 7.47214 1.65095 7.47229 1.6209 7.47245 1.59348 7.47261 1.57022 7.47276 1.55211 7.47292 1.53758 7.47308 1.52202 7.47323 1.50358 7.47339 1.49049 7.47355 1.49727 7.4737 1.53008 7.47386 1.57855 7.47402 1.62605 7.47417 1.66522 7.47433 1.70115 7.47449 1.74127 7.47465 1.78813 7.4748 1.84386 7.47496 1.9137 7.47512 1.99921 7.47527 2.08744 7.47543 2.15252 7.47559 2.17247 7.47574 2.14382 7.4759 2.07933 7.47606 1.99373 7.47621 1.89505 7.47637 1.78826 7.47653 1.67989 7.47668 1.57661 7.47684 1.48308 7.477 1.40591 7.47715 1.35594 7.47731 1.33904 7.47747 1.34414 7.47762 1.34809 7.47778 1.33469 7.47794 1.30602 7.47809 1.27365 7.47825 1.24315 7.47841 1.21052 7.47857 1.17085 7.47872 1.12757 7.47888 1.09354 7.47904 1.08414 7.47919 1.1044 7.47935 1.14222 7.47951 1.17591 7.47966 1.19097 7.47982 1.18688 7.47998 1.16827 7.48013 1.136 7.48029 1.09185 7.48045 1.04616 7.4806 1.01484 7.48076 1.00754 7.48092 1.02151 7.48107 1.04481 7.48123 1.06136 7.48139 1.06027 7.48154 1.04403 7.4817 1.02629 7.48186 1.01716 7.48201 1.01219 7.48217 1.00219 7.48233 0.987702 7.48249 0.975338 7.48264 0.965162 7.4828 0.952696 7.48296 0.944359 7.48311 0.956455 7.48327 0.991819 7.48343 1.03021 7.48358 1.04804 7.48374 1.04248 7.4839 1.02943 7.48405 1.02259 7.48421 1.02402 7.48437 1.02812 7.48452 1.02526 7.48468 1.00512 7.48484 0.965988 7.48499 0.922414 7.48515 0.89388 7.48531 0.884252 7.48546 0.879633 7.48562 0.869537 7.48578 0.861395 7.48593 0.868175 7.48609 0.889949 7.48625 0.916168 7.48641 0.941054 7.48656 0.967385 7.48672 0.994903 7.48688 1.01477 7.48703 1.01964 7.48719 1.01295 7.48735 1.00186 7.4875 0.985106 7.48766 0.958103 7.48782 0.925394 7.48797 0.901771 7.48813 0.895897 7.48829 0.901804 7.48844 0.909441 7.4886 0.917749 7.48876 0.928836 7.48891 0.937692 7.48907 0.93723 7.48923 0.933518 7.48938 0.943285 7.48954 0.974267 7.4897 1.01521 7.48986 1.04835 7.49001 1.06356 7.49017 1.05758 7.49033 1.03003 7.49048 0.988073 7.49064 0.950545 7.4908 0.934851 7.49095 0.940553 7.49111 0.951001 7.49127 0.952034 7.49142 0.943137 7.49158 0.932565 7.49174 0.927989 7.49189 0.931704 7.49205 0.938485 7.49221 0.940266 7.49236 0.937628 7.49252 0.946506 7.49268 0.982539 7.49283 1.03755 7.49299 1.07938 7.49315 1.08316 7.4933 1.05502 7.49346 1.02042 7.49362 0.995491 7.49378 0.979494 7.49393 0.969972 7.49409 0.971424 7.49425 0.985405 7.4944 1.00142 7.49456 1.00732 7.49472 1.0049 7.49487 1.00676 7.49503 1.0189 7.49519 1.03385 7.49534 1.04269 7.4955 1.04658 7.49566 1.05169 7.49581 1.05698 7.49597 1.05429 7.49613 1.04129 7.49628 1.02701 7.49644 1.02058 7.4966 1.01825 7.49675 1.00762 7.49691 0.983713 7.49707 0.954932 7.49722 0.934647 7.49738 0.9309 7.49754 0.945505 7.4977 0.975385 7.49785 1.00983 7.49801 1.03046 7.49817 1.02312 7.49832 0.992313 7.49848 0.959086 7.49864 0.941889 7.49879 0.941821 7.49895 0.948023 7.49911 0.954655 7.49926 0.965102 7.49942 0.983972 7.49958 1.00862 7.49973 1.03116 7.49989 1.04561 7.50005 1.04958 7.5002 1.04311 7.50036 1.02938 7.50052 1.01498 7.50067 1.00712 7.50083 1.01042 7.50099 1.02499 7.50114 1.04838 7.5013 1.07737 7.50146 1.10945 7.50162 1.14185 7.50177 1.16765 7.50193 1.17696 7.50209 1.16536 7.50224 1.14218 7.5024 1.12409 7.50256 1.11956 7.50271 1.12204 7.50287 1.12199 7.50303 1.11842 7.50318 1.11435 7.50334 1.10758 7.5035 1.09147 7.50365 1.06341 7.50381 1.0261 7.50397 0.986584 7.50412 0.958493 7.50428 0.960435 7.50444 0.998707 7.50459 1.05223 7.50475 1.08651 7.50491 1.08681 7.50506 1.06881 7.50522 1.05464 7.50538 1.04614 7.50554 1.02809 7.50569 0.992582 7.50585 0.951425 7.50601 0.927138 7.50616 0.931824 7.50632 0.95727 7.50648 0.982626 7.50663 0.997392 7.50679 1.0111 7.50695 1.0347 7.5071 1.05675 7.50726 1.0509 7.50742 1.01122 7.50757 0.963368 7.50773 0.935564 7.50789 0.92884 7.50804 0.927769 7.5082 0.927499 7.50836 0.934943 7.50851 0.950128 7.50867 0.964421 7.50883 0.977524 7.50898 1.00008 7.50914 1.03668 7.5093 1.07538 7.50946 1.09796 7.50961 1.09417 7.50977 1.06335 7.50993 1.01234 7.51008 0.9544 7.51024 0.905271 7.5104 0.873789 7.51055 0.858412 7.51071 0.853338 7.51087 0.853581 7.51102 0.85414 7.51118 0.852425 7.51134 0.8534 7.51149 0.867513 7.51165 0.896633 7.51181 0.927497 7.51196 0.941274 7.51212 0.930901 7.51228 0.905824 7.51243 0.883294 7.51259 0.875144 7.51275 0.884306 7.51291 0.905783 7.51306 0.93159 7.51322 0.952248 7.51338 0.959487 7.51353 0.950944 7.51369 0.932076 7.51385 0.910403 7.514 0.887041 7.51416 0.860152 7.51432 0.836102 7.51447 0.828414 7.51463 0.840273 7.51479 0.858003 7.51494 0.868725 7.5151 0.875731 7.51526 0.888956 7.51541 0.906049 7.51557 0.915049 7.51573 0.915244 7.51588 0.919438 7.51604 0.936826 7.5162 0.962707 7.51635 0.985896 7.51651 0.998892 7.51667 0.998647 7.51683 0.987612 7.51698 0.974641 7.51714 0.9674 7.5173 0.965639 7.51745 0.965735 7.51761 0.967478 7.51777 0.967182 7.51792 0.952434 7.51808 0.91891 7.51824 0.888487 7.51839 0.89022 7.51855 0.921778 7.51871 0.952034 7.51886 0.9663 7.51902 0.983271 7.51918 1.01591 7.51933 1.04057 7.51949 1.03081 7.51965 1.00345 7.5198 1.00129 7.51996 1.03543 7.52012 1.07117 7.52027 1.07388 7.52043 1.04332 7.52059 0.998442 7.52075 0.952391 7.5209 0.911789 7.52106 0.885824 7.52122 0.879348 7.52137 0.882798 7.52153 0.884573 7.52169 0.889405 7.52184 0.911701 7.522 0.95215 7.52216 0.990468 7.52231 1.00519 7.52247 0.99665 7.52263 0.983603 7.52278 0.981918 7.52294 0.989833 7.5231 0.998503 7.52325 1.00742 7.52341 1.02224 7.52357 1.03881 7.52372 1.04088 7.52388 1.02001 7.52404 0.988144 7.52419 0.963407 7.52435 0.948552 7.52451 0.934548 7.52467 0.920974 7.52482 0.920454 7.52498 0.940588 7.52514 0.972338 7.52529 1.0007 7.52545 1.01766 7.52561 1.02008 7.52576 1.00496 7.52592 0.972657 7.52608 0.933058 7.52623 0.902547 7.52639 0.894643 7.52655 0.91476 7.5267 0.95745 7.52686 1.00501 7.52702 1.03524 7.52717 1.03904 7.52733 1.03002 7.52749 1.02888 7.52764 1.03955 7.5278 1.04789 7.52796 1.04387 7.52811 1.03562 7.52827 1.03672 7.52843 1.04723 7.52859 1.05604 7.52874 1.06064 7.5289 1.07181 7.52906 1.09553 7.52921 1.11939 7.52937 1.12446 7.52953 1.10974 7.52968 1.09309 7.52984 1.08777 7.53 1.0868 7.53015 1.07577 7.53031 1.05248 7.53047 1.02978 7.53062 1.02006 7.53078 1.02704 7.53094 1.04894 7.53109 1.07978 7.53125 1.1081 7.53141 1.12166 7.53156 1.11808 7.53172 1.10766 7.53188 1.10107 7.53203 1.10053 7.53219 1.10559 7.53235 1.11984 7.53251 1.14518 7.53266 1.17343 7.53282 1.19177 7.53298 1.19811 7.53313 1.20341 7.53329 1.21404 7.53345 1.22374 7.5336 1.22691 7.53376 1.23497 7.53392 1.26844 7.53407 1.33439 7.53423 1.42117 7.53439 1.51518 7.53454 1.61256 7.5347 1.71095 7.53486 1.80326 7.53501 1.89027 7.53517 1.98793 7.53533 2.1161 7.53548 2.27774 7.53564 2.45999 7.5358 2.65251 7.53596 2.85406 7.53611 3.0673 7.53627 3.29692 7.53643 3.55204 7.53658 3.83741 7.53674 4.14017 7.5369 4.43639 7.53705 4.71446 7.53721 4.98125 7.53737 5.23809 7.53752 5.46632 7.53768 5.64275 7.53784 5.76095 7.53799 5.82606 7.53815 5.83996 7.53831 5.80107 7.53846 5.71204 7.53862 5.57459 7.53878 5.38408 7.53893 5.14326 7.53909 4.874 7.53925 4.60255 7.5394 4.33403 7.53956 4.05597 7.53972 3.76533 7.53988 3.48101 7.54003 3.22471 7.54019 3.00066 7.54035 2.80128 7.5405 2.619 7.54066 2.44837 7.54082 2.2845 7.54097 2.12632 7.54113 1.97575 7.54129 1.83215 7.54144 1.69349 7.5416 1.56869 7.54176 1.47524 7.54191 1.41827 7.54207 1.37896 7.54223 1.3351 7.54238 1.28596 7.54254 1.25027 7.5427 1.23715 7.54285 1.23529 7.54301 1.23012 7.54317 1.21946 7.54332 1.20821 7.54348 1.19457 7.54364 1.17418 7.5438 1.1547 7.54395 1.15264 7.54411 1.16957 7.54427 1.18128 7.54442 1.15876 7.54458 1.10077 7.54474 1.03726 7.54489 0.998104 7.54505 0.987319 7.54521 0.989795 7.54536 0.994498 7.54552 1.00138 7.54568 1.0111 7.54583 1.02001 7.54599 1.02697 7.54615 1.03691 7.5463 1.05198 7.54646 1.06417 7.54662 1.06215 7.54677 1.0448 7.54693 1.02439 7.54709 1.01646 7.54724 1.0255 7.5474 1.0392 7.54756 1.03823 7.54772 1.01431 7.54787 0.981512 7.54803 0.965868 7.54819 0.982408 7.54834 1.02363 7.5485 1.06827 7.54866 1.09953 7.54881 1.11413 7.54897 1.11809 7.54913 1.11628 7.54928 1.10887 7.54944 1.09556 7.5496 1.08211 7.54975 1.07771 7.54991 1.08405 7.55007 1.08981 7.55022 1.08068 7.55038 1.05443 7.55054 1.02389 7.55069 1.00436 7.55085 1.00107 7.55101 1.00662 7.55116 1.00903 7.55132 1.00251 7.55148 0.990541 7.55164 0.981252 7.55179 0.978541 7.55195 0.983142 7.55211 0.998148 7.55226 1.02585 7.55242 1.05773 7.55258 1.07605 7.55273 1.07377 7.55289 1.06356 7.55305 1.05859 7.5532 1.05028 7.55336 1.02014 7.55352 0.968655 7.55367 0.919088 7.55383 0.889565 7.55399 0.876149 7.55414 0.867457 7.5543 0.862372 7.55446 0.862552 7.55461 0.858868 7.55477 0.839296 7.55493 0.807527 7.55508 0.780771 7.55524 0.767665 7.5554 0.758385 7.55556 0.740837 7.55571 0.72186 7.55587 0.721972 7.55603 0.7493 7.55618 0.785145 7.55634 0.801122 7.5565 0.788679 7.55665 0.766441 7.55681 0.758289 7.55697 0.771995 7.55712 0.800683 7.55728 0.834791 7.55744 0.865317 7.55759 0.882058 7.55775 0.880378 7.55791 0.86628 7.55806 0.849306 7.55822 0.832889 7.55838 0.8198 7.55853 0.818995 7.55869 0.833628 7.55885 0.848628 7.55901 0.846301 7.55916 0.833901 7.55932 0.837236 7.55948 0.863874 7.55963 0.891061 7.55979 0.897083 7.55995 0.888125 7.5601 0.882272 7.56026 0.882942 7.56042 0.882623 7.56057 0.881625 7.56073 0.886589 7.56089 0.895243 7.56104 0.897531 7.5612 0.889789 7.56136 0.875583 7.56151 0.855561 7.56167 0.83034 7.56183 0.810248 7.56198 0.809928 7.56214 0.829203 7.5623 0.850566 7.56245 0.859684 7.56261 0.860295 7.56277 0.866165 7.56293 0.883703 7.56308 0.90605 7.56324 0.919962 7.5634 0.916084 7.56355 0.89629 7.56371 0.873016 7.56387 0.859159 7.56402 0.857749 7.56418 0.861565 7.56434 0.861848 7.56449 0.855467 7.56465 0.844058 7.56481 0.83242 7.56496 0.826814 7.56512 0.831897 7.56528 0.848159 7.56543 0.870751 7.56559 0.89097 7.56575 0.898858 7.5659 0.888856 7.56606 0.866525 7.56622 0.845236 7.56637 0.833072 7.56653 0.827712 7.56669 0.824565 7.56685 0.825537 7.567 0.83538 7.56716 0.853214 7.56732 0.874261 7.56747 0.896293 7.56763 0.920117 7.56779 0.942843 7.56794 0.957599 7.5681 0.959948 7.56826 0.954184 7.56841 0.952339 7.56857 0.965342 7.56873 0.990595 7.56888 1.01075 7.56904 1.0118 7.5692 1.00183 7.56935 1.00305 7.56951 1.02313 7.56967 1.04641 7.56982 1.05654 7.56998 1.05234 7.57014 1.03596 7.57029 1.00143 7.57045 0.950781 7.57061 0.907913 7.57077 0.895906 7.57092 0.907169 7.57108 0.916403 7.57124 0.916742 7.57139 0.921509 7.57155 0.931144 7.57171 0.924932 7.57186 0.894607 7.57202 0.864919 7.57218 0.866336 7.57233 0.900498 7.57249 0.945455 7.57265 0.984617 7.5728 1.01489 7.57296 1.03273 7.57312 1.03137 7.57327 1.01133 7.57343 0.986261 7.57359 0.973005 7.57374 0.978625 7.5739 0.997163 7.57406 1.01368 7.57421 1.01465 7.57437 0.997922 7.57453 0.973768 7.57469 0.954324 7.57484 0.944604 7.575 0.943141 7.57516 0.946189 7.57531 0.948823 7.57547 0.947671 7.57563 0.947806 7.57578 0.960828 7.57594 0.991372 7.5761 1.02701 7.57625 1.04734 7.57641 1.04123 7.57657 1.01429 7.57672 0.980539 7.57688 0.951307 7.57704 0.930914 7.57719 0.918797 7.57735 0.915252 7.57751 0.923729 7.57766 0.94578 7.57782 0.972889 7.57798 0.988872 7.57813 0.98368 7.57829 0.96353 7.57845 0.944376 7.57861 0.938653 7.57876 0.948607 7.57892 0.967972 7.57908 0.985301 7.57923 0.989622 7.57939 0.978963 7.57955 0.96412 7.5797 0.959231 7.57986 0.968759 7.58002 0.985851 7.58017 1.00251 7.58033 1.01588 7.58049 1.02565 7.58064 1.03031 7.5808 1.02904 7.58096 1.0236 7.58111 1.01545 7.58127 1.00352 7.58143 0.990445 7.58158 0.988736 7.58174 1.01072 7.5819 1.04865 7.58206 1.07292 7.58221 1.06131 7.58237 1.02766 7.58253 1.01042 7.58268 1.03118 7.58284 1.07384 7.583 1.10756 7.58315 1.12046 7.58331 1.1205 7.58347 1.11859 7.58362 1.12287 7.58378 1.14486 7.58394 1.19195 7.58409 1.2539 7.58425 1.3096 7.58441 1.35302 7.58456 1.39972 7.58472 1.46481 7.58488 1.54633 7.58503 1.63565 7.58519 1.73377 7.58535 1.8481 7.5855 1.97952 7.58566 2.12353 7.58582 2.28279 7.58598 2.47326 7.58613 2.71673 7.58629 3.02913 7.58645 3.41163 7.5866 3.84679 7.58676 4.30529 7.58692 4.75647 7.58707 5.16976 7.58723 5.5064 7.58739 5.71833 7.58754 5.76294 7.5877 5.62729 7.58786 5.34315 7.58801 4.98831 7.58817 4.66504 7.58833 4.45703 7.58848 4.39104 7.58864 4.44142 7.5888 4.57248 7.58895 4.76884 7.58911 5.02064 7.58927 5.2927 7.58942 5.52211 7.58958 5.64014 7.58974 5.59224 7.5899 5.34895 7.59005 4.92392 7.59021 4.38536 7.59037 3.83267 7.59052 3.34649 7.59068 2.95547 7.59084 2.64728 7.59099 2.40019 7.59115 2.19957 7.59131 2.03473 7.59146 1.8951 7.59162 1.77505 7.59178 1.67896 7.59193 1.61269 7.59209 1.57057 7.59225 1.53264 7.5924 1.4812 7.59256 1.41966 7.59272 1.36909 7.59287 1.344 7.59303 1.33782 7.59319 1.33361 7.59334 1.32282 7.5935 1.30839 7.59366 1.29432 7.59382 1.28162 7.59397 1.27342 7.59413 1.27539 7.59429 1.28819 7.59444 1.30385 7.5946 1.31316 7.59476 1.31385 7.59491 1.31279 7.59507 1.31844 7.59523 1.33338 7.59538 1.35179 7.59554 1.36609 7.5957 1.37331 7.59585 1.37304 7.59601 1.36062 7.59617 1.33188 7.59632 1.29808 7.59648 1.28645 7.59664 1.31779 7.59679 1.38732 7.59695 1.47273 7.59711 1.55913 7.59726 1.64634 7.59742 1.73752 7.59758 1.83255 7.59774 1.93266 7.59789 2.04328 7.59805 2.16905 7.59821 2.31265 7.59836 2.48312 7.59852 2.69763 7.59868 2.97198 7.59883 3.31113 7.59899 3.71106 7.59915 4.16136 7.5993 4.64258 7.59946 5.12267 7.59962 5.55746 7.59977 5.89488 7.59993 6.08311 7.60009 6.08903 7.60024 5.92071 7.6004 5.6337 7.60056 5.31093 7.60071 5.02705 7.60087 4.82652 7.60103 4.72595 7.60118 4.73038 7.60134 4.84372 7.6015 5.0624 7.60166 5.35932 7.60181 5.67589 7.60197 5.93205 7.60213 6.04664 7.60228 5.95808 7.60244 5.6447 7.6026 5.14362 7.60275 4.54695 7.60291 3.96418 7.60307 3.47152 7.60322 3.09136 7.60338 2.80902 7.60354 2.60078 7.60369 2.44461 7.60385 2.32014 7.60401 2.21527 7.60416 2.13317 7.60432 2.08596 7.60448 2.07829 7.60463 2.1001 7.60479 2.1365 7.60495 2.17968 7.6051 2.22908 7.60526 2.2854 7.60542 2.34937 7.60558 2.42844 7.60573 2.53694 7.60589 2.68668 7.60605 2.88072 7.6062 3.12023 7.60636 3.41535 7.60652 3.78045 7.60667 4.21741 7.60683 4.70795 7.60699 5.22046 7.60714 5.71447 7.6073 6.13291 7.60746 6.40356 7.60761 6.46805 7.60777 6.31685 7.60793 5.99791 7.60808 5.59723 7.60824 5.21169 7.6084 4.92641 7.60855 4.79319 7.60871 4.81859 7.60887 4.9739 7.60903 5.21937 7.60918 5.51631 7.60934 5.82241 7.6095 6.08634 7.60965 6.25033 7.60981 6.25499 7.60997 6.04953 7.61012 5.62057 7.61028 5.02228 7.61044 4.36671 7.61059 3.76857 7.61075 3.29022 7.61091 2.93222 7.61106 2.66343 7.61122 2.4487 7.61138 2.2614 7.61153 2.09033 7.61169 1.94312 7.61185 1.83649 7.612 1.7763 7.61216 1.74897 7.61232 1.73228 7.61247 1.71061 7.61263 1.67891 7.61279 1.63939 7.61295 1.59833 7.6131 1.56384 7.61326 1.54288 7.61342 1.5372 7.61357 1.54173 7.61373 1.54758 7.61389 1.54575 7.61404 1.53097 7.6142 1.50442 7.61436 1.47346 7.61451 1.44776 7.61467 1.43297 7.61483 1.42826 7.61498 1.42875 7.61514 1.43266 7.6153 1.44248 7.61545 1.46272 7.61561 1.49384 7.61577 1.53138 7.61592 1.56587 7.61608 1.58611 7.61624 1.58401 7.61639 1.56475 7.61655 1.54618 7.61671 1.54692 7.61687 1.57497 7.61702 1.62759 7.61718 1.69864 7.61734 1.78193 7.61749 1.869 7.61765 1.95401 7.61781 2.04071 7.61796 2.14096 7.61812 2.26618 7.61828 2.42295 7.61843 2.61704 7.61859 2.85545 7.61875 3.14359 7.6189 3.48426 7.61906 3.87989 7.61922 4.32836 7.61937 4.81436 7.61953 5.30464 7.61969 5.75442 7.61984 6.11421 7.62 6.33357 7.62016 6.37162 7.62031 6.21696 7.62047 5.90509 7.62063 5.51735 7.62079 5.15654 7.62094 4.90874 7.6211 4.81481 7.62126 4.86394 7.62141 5.02054 7.62157 5.25289 7.62173 5.53588 7.62188 5.83067 7.62204 6.07468 7.6222 6.19525 7.62235 6.13134 7.62251 5.84835 7.62267 5.35486 7.62282 4.71749 7.62298 4.05034 7.62314 3.46431 7.62329 3.01431 7.62345 2.68932 7.62361 2.44504 7.62376 2.24146 7.62392 2.05781 7.62408 1.8911 7.62423 1.74963 7.62439 1.64323 7.62455 1.57133 7.62471 1.52131 7.62486 1.4767 7.62502 1.4307 7.62518 1.38608 7.62533 1.34571 7.62549 1.30456 7.62565 1.25788 7.6258 1.21407 7.62596 1.19176 7.62612 1.19851 7.62627 1.2166 7.62643 1.21886 7.62659 1.19622 7.62674 1.16188 7.6269 1.12964 7.62706 1.10246 7.62721 1.0809 7.62737 1.07049 7.62753 1.0719 7.62768 1.07476 7.62784 1.06987 7.628 1.05832 7.62815 1.04558 7.62831 1.03272 7.62847 1.02057 7.62863 1.01158 7.62878 0.999122 7.62894 0.967203 7.6291 0.914348 7.62925 0.866165 7.62941 0.849731 7.62957 0.860801 7.62972 0.873308 7.62988 0.876996 7.63004 0.886555 7.63019 0.914015 7.63035 0.952342 7.63051 0.989904 7.63066 1.02425 7.63082 1.05362 7.63098 1.06759 7.63113 1.05823 7.63129 1.03251 7.63145 1.00668 7.6316 0.993088 7.63176 0.995509 7.63192 1.01012 7.63208 1.02639 7.63223 1.03468 7.63239 1.03602 7.63255 1.03866 7.6327 1.04463 7.63286 1.04762 7.63302 1.04626 7.63317 1.04534 7.63333 1.04114 7.63349 1.02099 7.63364 0.985382 7.6338 0.95517 7.63396 0.945794 7.63411 0.945143 7.63427 0.934057 7.63443 0.917583 7.63458 0.919075 7.63474 0.947306 7.6349 0.98652 7.63505 1.01757 7.63521 1.03175 7.63537 1.02568 7.63552 0.999774 7.63568 0.967298 7.63584 0.9493 7.636 0.953579 7.63615 0.967367 7.63631 0.976393 7.63647 0.98074 7.63662 0.98742 7.63678 0.996514 7.63694 1.00391 7.63709 1.00801 7.63725 1.00692 7.63741 0.996535 7.63756 0.978354 7.63772 0.964832 7.63788 0.965625 7.63803 0.974666 7.63819 0.980437 7.63835 0.984807 7.6385 1.0002 7.63866 1.02721 7.63882 1.04776 7.63897 1.04262 7.63913 1.0104 7.63929 0.966429 7.63944 0.930324 7.6396 0.917371 7.63976 0.932314 7.63992 0.965935 7.64007 0.999321 7.64023 1.01738 7.64039 1.01875 7.64054 1.00959 7.6407 0.994929 7.64086 0.979131 7.64101 0.970302 7.64117 0.978423 7.64133 1.00674 7.64148 1.04832 7.64164 1.08821 7.6418 1.10885 7.64195 1.10052 7.64211 1.07323 7.64227 1.05651 7.64242 1.07645 7.64258 1.12951 7.64274 1.18437 7.64289 1.21113 7.64305 1.20376 7.64321 1.17578 7.64336 1.14333 7.64352 1.11791 7.64368 1.10678 7.64384 1.10848 7.64399 1.11031 7.64415 1.09883 7.64431 1.07453 7.64446 1.05035 7.64462 1.03596 7.64478 1.02999 7.64493 1.03011 7.64509 1.04033 7.64525 1.06201 7.6454 1.08484 7.64556 1.09144 7.64572 1.07506 7.64587 1.04479 7.64603 1.01797 7.64619 1.00901 7.64634 1.02356 7.6465 1.05576 7.64666 1.08842 7.64681 1.10212 7.64697 1.08806 7.64713 1.05324 7.64728 1.01044 7.64744 0.9701 7.6476 0.939069 7.64776 0.923165 7.64791 0.923869 7.64807 0.933884 7.64823 0.943511 7.64838 0.949288 7.64854 0.952794 7.6487 0.95103 7.64885 0.937621 7.64901 0.915571 7.64917 0.90095 7.64932 0.905989 7.64948 0.923764 7.64964 0.936007 7.64979 0.931801 7.64995 0.912071 7.65011 0.881463 7.65026 0.845684 7.65042 0.81729 7.65058 0.807084 7.65073 0.807879 7.65089 0.797691 7.65105 0.765828 7.6512 0.728963 7.65136 0.712801 7.65152 0.725619 7.65168 0.755515 7.65183 0.786821 7.65199 0.809485 7.65215 0.81817 7.6523 0.814908 7.65246 0.812056 7.65262 0.821605 7.65277 0.841355 7.65293 0.859402 7.65309 0.871252 7.65324 0.883504 7.6534 0.900293 7.65356 0.915816 7.65371 0.924258 7.65387 0.929408 7.65403 0.937883 7.65418 0.948669 7.65434 0.954586 7.6545 0.95131 7.65465 0.944145 7.65481 0.944809 7.65497 0.960331 7.65513 0.982395 7.65528 0.990911 7.65544 0.975764 7.6556 0.949932 7.65575 0.933913 7.65591 0.928543 7.65607 0.917704 7.65622 0.897398 7.65638 0.88476 7.65654 0.895154 7.65669 0.922094 7.65685 0.948613 7.65701 0.968184 7.65716 0.982563 7.65732 0.991697 7.65748 0.996221 7.65763 1.00018 7.65779 1.0037 7.65795 1.00002 7.6581 0.99138 7.65826 0.996333 7.65842 1.02577 7.65857 1.05877 7.65873 1.06192 7.65889 1.02993 7.65905 0.990292 7.6592 0.969092 7.65936 0.96846 7.65952 0.979432 7.65967 0.994265 7.65983 1.00082 7.65999 0.984259 7.66014 0.947732 7.6603 0.91612 7.66046 0.907956 7.66061 0.913646 7.66077 0.914578 7.66093 0.911118 7.66108 0.914419 7.66124 0.922852 7.6614 0.921466 7.66155 0.902483 7.66171 0.872195 7.66187 0.840172 7.66202 0.816389 7.66218 0.816072 7.66234 0.849157 7.66249 0.902606 7.66265 0.944954 7.66281 0.955778 7.66297 0.940288 7.66312 0.913849 7.66328 0.885869 7.66344 0.862414 7.66359 0.851807 7.66375 0.856034 7.66391 0.865901 7.66406 0.872755 7.66422 0.879076 7.66438 0.889023 7.66453 0.897665 7.66469 0.8986 7.66485 0.896216 7.665 0.899624 7.66516 0.907482 7.66532 0.912626 7.66547 0.916575 7.66563 0.927534 7.66579 0.942902 7.66594 0.947776 7.6661 0.93351 7.66626 0.911046 7.66641 0.898765 7.66657 0.905565 7.66673 0.927005 7.66689 0.952626 7.66704 0.969749 7.6672 0.969802 7.66736 0.955881 7.66751 0.941785 7.66767 0.937828 7.66783 0.942092 7.66798 0.946712 7.66814 0.946733 7.6683 0.937849 7.66845 0.916211 7.66861 0.886371 7.66877 0.86507 7.66892 0.865666 7.66908 0.880836 7.66924 0.891376 7.66939 0.887365 7.66955 0.875149 7.66971 0.864982 7.66986 0.859717 7.67002 0.858592 7.67018 0.858971 7.67033 0.856078 7.67049 0.847597 7.67065 0.840025 7.67081 0.842026 7.67096 0.850978 7.67112 0.853241 7.67128 0.841827 7.67143 0.823504 7.67159 0.80579 7.67175 0.786383 7.6719 0.760576 7.67206 0.733842 7.67222 0.718644 7.67237 0.724378 7.67253 0.752757 7.67269 0.798226 7.67284 0.846208 7.673 0.87843 7.67316 0.886778 7.67331 0.88087 7.67347 0.873489 7.67363 0.868033 7.67378 0.861441 7.67394 0.856474 7.6741 0.857925 7.67425 0.860957 7.67441 0.856161 7.67457 0.841046 7.67473 0.821294 7.67488 0.800973 7.67504 0.780398 7.6752 0.765735 7.67535 0.766713 7.67551 0.785369 7.67567 0.810139 7.67582 0.827866 7.67598 0.834986 7.67614 0.834124 7.67629 0.828537 7.67645 0.822896 7.67661 0.825902 7.67676 0.843635 7.67692 0.871039 7.67708 0.891659 7.67723 0.889091 7.67739 0.863912 7.67755 0.833751 7.6777 0.820182 7.67786 0.82898 7.67802 0.847281 7.67818 0.863835 7.67833 0.881471 7.67849 0.90549 7.67865 0.929197 7.6788 0.940704 7.67896 0.942824 7.67912 0.947555 7.67927 0.953472 7.67943 0.942946 7.67959 0.911602 7.67974 0.880145 7.6799 0.872032 7.68006 0.888883 7.68021 0.915355 7.68037 0.943688 7.68053 0.974316 7.68068 1.00229 7.68084 1.01626 7.681 1.0109 7.68115 0.990651 7.68131 0.963162 7.68147 0.937543 7.68162 0.926404 7.68178 0.936996 7.68194 0.958001 7.6821 0.964255 7.68225 0.94402 7.68241 0.911165 7.68257 0.888193 7.68272 0.881026 7.68288 0.878642 7.68304 0.870559 7.68319 0.857385 7.68335 0.846653 7.68351 0.842273 7.68366 0.841933 7.68382 0.842405 7.68398 0.842858 7.68413 0.846092 7.68429 0.85441 7.68445 0.869438 7.6846 0.890815 7.68476 0.916843 7.68492 0.944087 7.68507 0.964376 7.68523 0.969867 7.68539 0.959955 7.68554 0.946141 7.6857 0.943383 7.68586 0.96004 7.68602 0.988959 7.68617 1.01422 7.68633 1.0236 7.68649 1.01554 7.68664 0.996077 7.6868 0.974694 7.68696 0.959268 7.68711 0.954209 7.68727 0.956209 7.68743 0.955236 7.68758 0.944682 7.68774 0.928195 7.6879 0.915895 7.68805 0.91439 7.68821 0.923603 7.68837 0.943671 7.68852 0.972865 7.68868 1.00093 7.68884 1.01285 7.68899 1.00337 7.68915 0.98295 7.68931 0.966817 7.68946 0.958338 7.68962 0.95188 7.68978 0.941574 7.68994 0.927148 7.69009 0.912018 7.69025 0.902209 7.69041 0.902262 7.69056 0.908462 7.69072 0.908324 7.69088 0.892561 7.69103 0.865514 7.69119 0.840835 7.69135 0.829325 7.6915 0.831627 7.69166 0.841165 7.69182 0.847991 7.69197 0.845368 7.69213 0.837241 7.69229 0.83685 7.69244 0.85335 7.6926 0.880687 7.69276 0.902023 7.69291 0.906637 7.69307 0.896097 7.69323 0.878933 7.69338 0.860285 7.69354 0.839188 7.6937 0.813702 7.69386 0.788096 7.69401 0.773141 7.69417 0.77448 7.69433 0.784102 7.69448 0.791615 7.69464 0.800126 7.6948 0.822049 7.69495 0.855696 7.69511 0.882255 7.69527 0.889627 7.69542 0.886004 7.69558 0.878988 7.69574 0.861219 7.69589 0.829641 7.69605 0.803349 7.69621 0.802057 7.69636 0.814056 7.69652 0.811557 7.69668 0.792949 7.69683 0.783277 7.69699 0.793605 7.69715 0.80626 7.6973 0.806512 7.69746 0.806208 7.69762 0.821195 7.69778 0.84397 7.69793 0.855489 7.69809 0.850705 7.69825 0.837896 7.6984 0.8257 7.69856 0.822027 7.69872 0.835984 7.69887 0.866808 7.69903 0.899435 7.69919 0.92038 7.69934 0.932977 7.6995 0.94345 7.69966 0.946076 7.69981 0.9334 7.69997 0.912654 7.70013 0.896539 7.70028 0.882099 7.70044 0.857167 7.7006 0.82559 7.70075 0.807324 7.70091 0.814908 7.70107 0.841445 7.70123 0.872862 7.70138 0.899838 7.70154 0.915685 7.7017 0.916406 7.70185 0.905728 7.70201 0.891632 7.70217 0.87391 7.70232 0.850167 7.70248 0.829339 7.70264 0.82948 7.70279 0.85389 7.70295 0.883737 7.70311 0.899393 7.70326 0.898214 7.70342 0.88824 7.70358 0.872536 7.70373 0.852412 7.70389 0.836272 7.70405 0.833585 7.7042 0.843905 7.70436 0.857976 7.70452 0.869155 7.70467 0.875037 7.70483 0.871765 7.70499 0.856367 7.70515 0.83306 7.7053 0.812223 7.70546 0.799186 7.70562 0.791819 7.70577 0.790878 7.70593 0.80485 7.70609 0.838414 7.70624 0.879151 7.7064 0.905405 7.70656 0.908721 7.70671 0.900227 7.70687 0.889629 7.70703 0.868975 7.70718 0.827653 7.70734 0.781322 7.7075 0.763599 7.70765 0.785939 7.70781 0.820363 7.70797 0.834645 7.70812 0.833723 7.70828 0.845375 7.70844 0.87447 7.70859 0.891744 7.70875 0.874319 7.70891 0.837121 7.70907 0.812218 7.70922 0.808336 7.70938 0.806393 7.70954 0.789751 7.70969 0.767149 7.70985 0.761305 7.71001 0.781821 7.71016 0.813768 7.71032 0.834077 7.71048 0.835198 7.71063 0.832642 7.71079 0.845791 7.71095 0.875198 7.7111 0.903596 7.71126 0.91592 7.71142 0.912445 7.71157 0.904046 7.71173 0.90056 7.71189 0.905539 7.71204 0.915102 7.7122 0.918714 7.71236 0.905889 7.71251 0.877055 7.71267 0.844168 7.71283 0.819695 7.71299 0.806616 7.71314 0.801403 7.7133 0.802545 7.71346 0.813221 7.71361 0.836748 7.71377 0.869884 7.71393 0.89996 7.71408 0.912856 7.71424 0.907471 7.7144 0.898108 7.71455 0.897574 7.71471 0.900438 7.71487 0.892462 7.71502 0.873789 7.71518 0.859769 7.71534 0.857816 7.71549 0.857229 7.71565 0.847488 7.71581 0.833843 7.71596 0.827284 7.71612 0.827696 7.71628 0.827922 7.71643 0.828484 7.71659 0.837068 7.71675 0.857178 7.71691 0.883785 7.71706 0.909709 7.71722 0.928256 7.71738 0.93314 7.71753 0.922493 7.71769 0.902732 7.71785 0.883425 7.718 0.869767 7.71816 0.862312 7.71832 0.858636 7.71847 0.852497 7.71863 0.83729 7.71879 0.816305 7.71894 0.80371 7.7191 0.807021 7.71926 0.814251 7.71941 0.806702 7.71957 0.780724 7.71973 0.749667 7.71988 0.726026 7.72004 0.713437 7.7202 0.712401 7.72035 0.723454 7.72051 0.742223 7.72067 0.76113 7.72083 0.778837 7.72098 0.802319 7.72114 0.835949 7.7213 0.874927 7.72145 0.908882 7.72161 0.930167 7.72177 0.936558 7.72192 0.932782 7.72208 0.927281 7.72224 0.924873 7.72239 0.920885 7.72255 0.911496 7.72271 0.905246 7.72286 0.915738 7.72302 0.943948 7.72318 0.976565 7.72333 1.00351 7.72349 1.02786 7.72365 1.05143 7.7238 1.0637 7.72396 1.05278 7.72412 1.02126 7.72427 0.981812 7.72443 0.94308 7.72459 0.908285 7.72475 0.886201 7.7249 0.890624 7.72506 0.924738 7.72522 0.971242 7.72537 1.0045 7.72553 1.00967 7.72569 0.99029 7.72584 0.95908 7.726 0.927116 7.72616 0.900952 7.72631 0.883793 7.72647 0.875078 7.72663 0.868119 7.72678 0.855666 7.72694 0.840252 7.7271 0.834919 7.72725 0.848478 7.72741 0.87242 7.72757 0.887171 7.72772 0.883351 7.72788 0.869169 7.72804 0.857566 7.7282 0.850507 7.72835 0.841415 7.72851 0.829234 7.72867 0.822679 7.72882 0.828853 7.72898 0.842557 7.72914 0.850518 7.72929 0.846803 7.72945 0.839965 7.72961 0.842307 7.72976 0.855673 7.72992 0.870949 7.73008 0.879773 7.73023 0.879619 7.73039 0.868948 7.73055 0.846957 7.7307 0.822477 7.73086 0.81262 7.73102 0.822844 7.73117 0.835689 7.73133 0.831276 7.73149 0.816079 7.73164 0.816238 7.7318 0.843566 7.73196 0.88327 7.73212 0.916571 7.73227 0.940885 7.73243 0.957103 7.73259 0.954693 7.73274 0.924493 7.7329 0.880002 7.73306 0.847915 7.73321 0.836579 7.73337 0.830032 7.73353 0.814247 7.73368 0.795826 7.73384 0.786487 7.734 0.782043 7.73415 0.773173 7.73431 0.767562 7.73447 0.784325 7.73462 0.82398 7.73478 0.859239 7.73494 0.864198 7.73509 0.843294 7.73525 0.820974 7.73541 0.812976 7.73556 0.819599 7.73572 0.841242 7.73588 0.880633 7.73604 0.928285 7.73619 0.96384 7.73635 0.978155 7.73651 0.982565 7.73666 0.985914 7.73682 0.977617 7.73698 0.946251 7.73713 0.904861 7.73729 0.879557 7.73745 0.878089 7.7376 0.887412 7.73776 0.898095 7.73792 0.912847 7.73807 0.929261 7.73823 0.935967 7.73839 0.930742 7.73854 0.926194 7.7387 0.927968 7.73886 0.922771 7.73901 0.900706 7.73917 0.875959 7.73933 0.86897 7.73948 0.877793 7.73964 0.882933 7.7398 0.876653 7.73996 0.871183 7.74011 0.876885 7.74027 0.888873 7.74043 0.899028 7.74058 0.907496 7.74074 0.916603 7.7409 0.919652 7.74105 0.906842 7.74121 0.87733 7.74137 0.840933 7.74152 0.809064 7.74168 0.789527 7.74184 0.786261 7.74199 0.797761 7.74215 0.814256 7.74231 0.822868 7.74246 0.818214 7.74262 0.808175 7.74278 0.806896 7.74293 0.821856 7.74309 0.849817 7.74325 0.883434 7.7434 0.917718 7.74356 0.948965 7.74372 0.970874 7.74388 0.976669 7.74403 0.966215 7.74419 0.947167 7.74435 0.929203 7.7445 0.91742 7.74466 0.910215 7.74482 0.902488 7.74497 0.891428 7.74513 0.880917 7.74529 0.876842 7.74544 0.877248 7.7456 0.872913 7.74576 0.861201 7.74591 0.853713 7.74607 0.862722 7.74623 0.883439 7.74638 0.898305 7.74654 0.899104 7.7467 0.892257 7.74685 0.88543 7.74701 0.880123 7.74717 0.879205 7.74732 0.888279 7.74748 0.90329 7.74764 0.907661 7.7478 0.891004 7.74795 0.861496 7.74811 0.834384 7.74827 0.8165 7.74842 0.809055 7.74858 0.817501 7.74874 0.843834 7.74889 0.875732 7.74905 0.895913 7.74921 0.900095 7.74936 0.895133 7.74952 0.883832 7.74968 0.863362 7.74983 0.839606 7.74999 0.827419 7.75015 0.833331 7.7503 0.84824 7.75046 0.861883 7.75062 0.875161 7.75077 0.892867 7.75093 0.910644 7.75109 0.920102 7.75125 0.922381 7.7514 0.926755 7.75156 0.937284 7.75172 0.945988 7.75187 0.943679 7.75203 0.932055 7.75219 0.920918 7.75234 0.91562 7.7525 0.911647 7.75266 0.904147 7.75281 0.89759 7.75297 0.899399 7.75313 0.906357 7.75328 0.906314 7.75344 0.893625 7.7536 0.876727 7.75375 0.864526 7.75391 0.854591 7.75407 0.841957 7.75422 0.834139 7.75438 0.845829 7.75454 0.878272 7.75469 0.912719 7.75485 0.930187 7.75501 0.93046 7.75517 0.928471 7.75532 0.935772 7.75548 0.948588 7.75564 0.952575 7.75579 0.935864 7.75595 0.897843 7.75611 0.848909 7.75626 0.803295 7.75642 0.773163 7.75658 0.767299 7.75673 0.787831 7.75689 0.827695 7.75705 0.871724 7.7572 0.9047 7.75736 0.918775 7.75752 0.916555 7.75767 0.910835 7.75783 0.919575 7.75799 0.953014 7.75814 1.00192 7.7583 1.0438 7.75846 1.06275 7.75861 1.05924 7.75877 1.03888 7.75893 1.00408 7.75909 0.961201 7.75924 0.926263 7.7594 0.909385 7.75956 0.902133 7.75971 0.888096 7.75987 0.865268 7.76003 0.847524 7.76018 0.8459 7.76034 0.858753 7.7605 0.87719 7.76065 0.892731 7.76081 0.900203 7.76097 0.902026 7.76112 0.90745 7.76128 0.920096 7.76144 0.930008 7.76159 0.926568 7.76175 0.914599 7.76191 0.906481 7.76206 0.9019 7.76222 0.890596 7.76238 0.873624 7.76253 0.86525 7.76269 0.870697 7.76285 0.878768 7.76301 0.881346 7.76316 0.885991 7.76332 0.898111 7.76348 0.90605 7.76363 0.894796 7.76379 0.868129 7.76395 0.844049 7.7641 0.833293 7.76426 0.830667 7.76442 0.826418 7.76457 0.816374 7.76473 0.804343 7.76489 0.799354 7.76504 0.808827 7.7652 0.830308 7.76536 0.852016 7.76551 0.867916 7.76567 0.884758 7.76583 0.910403 7.76598 0.938537 7.76614 0.953062 7.7663 0.946004 7.76645 0.924869 7.76661 0.902862 7.76677 0.886583 7.76693 0.874374 7.76708 0.863316 7.76724 0.855424 7.7674 0.856927 7.76755 0.870487 7.76771 0.889017 7.76787 0.901447 7.76802 0.90482 7.76818 0.9043 7.76834 0.902508 7.76849 0.895728 7.76865 0.885376 7.76881 0.88229 7.76896 0.893985 7.76912 0.911046 7.76928 0.916117 7.76943 0.902726 7.76959 0.88084 7.76975 0.864403 7.7699 0.861368 7.77006 0.871418 7.77022 0.888294 7.77037 0.901078 7.77053 0.899983 7.77069 0.883108 7.77085 0.858672 7.771 0.839711 7.77116 0.835433 7.77132 0.844553 7.77147 0.858503 7.77163 0.871896 7.77179 0.889991 7.77194 0.920081 7.7721 0.95905 7.77226 0.994718 7.77241 1.02059 7.77257 1.04018 7.77273 1.05568 7.77288 1.06061 7.77304 1.04997 7.7732 1.03052 7.77335 1.01219 7.77351 0.995754 7.77367 0.974621 7.77382 0.947606 7.77398 0.922113 7.77414 0.904303 7.7743 0.891331 7.77445 0.873663 7.77461 0.844692 7.77477 0.808923 7.77492 0.778901 7.77508 0.763636 7.77524 0.762652 7.77539 0.772306 7.77555 0.793314 7.77571 0.823118 7.77586 0.848599 7.77602 0.859825 7.77618 0.868254 7.77633 0.893822 7.77649 0.933549 7.77665 0.960155 7.7768 0.960867 7.77696 0.95761 7.77712 0.976619 7.77727 1.01391 7.77743 1.04448 7.77759 1.05379 7.77774 1.04393 7.7779 1.02208 7.77806 0.999245 7.77822 0.992206 7.77837 1.00691 7.77853 1.02471 7.77869 1.02178 7.77884 1.00011 7.779 0.981701 7.77916 0.976 7.77931 0.971144 7.77947 0.955896 7.77963 0.933544 7.77978 0.910043 7.77994 0.88756 7.7801 0.871611 7.78025 0.870243 7.78041 0.880199 7.78057 0.888365 7.78072 0.889806 7.78088 0.894027 7.78104 0.907054 7.78119 0.921111 7.78135 0.928416 7.78151 0.931689 7.78166 0.936666 7.78182 0.942796 7.78198 0.947665 7.78214 0.95029 7.78229 0.948049 7.78245 0.93714 7.78261 0.924031 7.78276 0.922381 7.78292 0.936692 7.78308 0.957258 7.78323 0.975747 7.78339 0.991619 7.78355 1.00374 7.7837 1.00634 7.78386 1.00185 7.78402 1.00206 7.78417 1.01031 7.78433 1.01375 7.78449 1.00353 7.78464 0.988818 7.7848 0.981698 7.78496 0.979984 7.78511 0.976836 7.78527 0.976252 7.78543 0.983364 7.78558 0.987725 7.78574 0.974149 7.7859 0.943883 7.78606 0.912231 7.78621 0.890494 7.78637 0.880479 7.78653 0.883421 7.78668 0.897406 7.78684 0.909261 7.787 0.904616 7.78715 0.886328 7.78731 0.869784 7.78747 0.862386 7.78762 0.861426 7.78778 0.8689 7.78794 0.893263 7.78809 0.928854 7.78825 0.951468 7.78841 0.941442 7.78856 0.904818 7.78872 0.86514 7.78888 0.841246 7.78903 0.836709 7.78919 0.842118 7.78935 0.843074 7.7895 0.829952 7.78966 0.806311 7.78982 0.783747 7.78998 0.767675 7.79013 0.755851 7.79029 0.749873 7.79045 0.756091 7.7906 0.77033 7.79076 0.773846 7.79092 0.75572 7.79107 0.732153 7.79123 0.730608 7.79139 0.755469 7.79154 0.781191 7.7917 0.782399 7.79186 0.761682 7.79201 0.743048 7.79217 0.744737 7.79233 0.762359 7.79248 0.776997 7.79264 0.772521 7.7928 0.746628 7.79295 0.710612 7.79311 0.682308 7.79327 0.676881 7.79342 0.697456 7.79358 0.732243 7.79374 0.761532 7.7939 0.772806 7.79405 0.76885 7.79421 0.760962 7.79437 0.75584 7.79452 0.752283 7.79468 0.750487 7.79484 0.756419 7.79499 0.7746 7.79515 0.798902 7.79531 0.817405 7.79546 0.82556 7.79562 0.830938 7.79578 0.844272 7.79593 0.867907 7.79609 0.89312 7.79625 0.905915 7.7964 0.896696 7.79656 0.868068 7.79672 0.838098 7.79687 0.827974 7.79703 0.843823 7.79719 0.870593 7.79735 0.887966 7.7975 0.890109 7.79766 0.884518 7.79782 0.876308 7.79797 0.864432 7.79813 0.852236 7.79829 0.850282 7.79844 0.862577 7.7986 0.879371 7.79876 0.89079 7.79891 0.899677 7.79907 0.911678 7.79923 0.920436 7.79938 0.91643 7.79954 0.906599 7.7997 0.910555 7.79985 0.934485 7.80001 0.96174 7.80017 0.972395 7.80032 0.961973 7.80048 0.938524 7.80064 0.912743 7.80079 0.895032 7.80095 0.890856 7.80111 0.893433 7.80127 0.887636 7.80142 0.86903 7.80158 0.850434 7.80174 0.845038 7.80189 0.850478 7.80205 0.856508 7.80221 0.860337 7.80236 0.864887 7.80252 0.869751 7.80268 0.871336 7.80283 0.868277 7.80299 0.859318 7.80315 0.841635 7.8033 0.819646 7.80346 0.808586 7.80362 0.817974 7.80377 0.835423 7.80393 0.840056 7.80409 0.826572 7.80424 0.807525 7.8044 0.793315 7.80456 0.782548 7.80471 0.771549 7.80487 0.760202 7.80503 0.748784 7.80519 0.738681 7.80534 0.737206 7.8055 0.75196 7.80566 0.780482 7.80581 0.811055 7.80597 0.834003 7.80613 0.844062 7.80628 0.836457 7.80644 0.811357 7.8066 0.780788 7.80675 0.758816 7.80691 0.744948 7.80707 0.731169 7.80722 0.724 7.80738 0.741575 7.80754 0.785493 7.80769 0.833394 7.80785 0.866094 7.80801 0.886072 7.80816 0.900766 7.80832 0.9043 7.80848 0.889935 7.80863 0.868114 7.80879 0.855458 7.80895 0.853095 7.80911 0.851632 7.80926 0.851092 7.80942 0.859652 7.80958 0.876893 7.80973 0.893045 7.80989 0.905405 7.81005 0.92191 7.8102 0.945763 7.81036 0.969491 7.81052 0.984615 7.81067 0.988798 7.81083 0.979444 7.81099 0.95235 7.81114 0.911269 7.8113 0.870957 7.81146 0.844935 7.81161 0.83397 7.81177 0.830916 7.81193 0.830596 7.81208 0.831804 7.81224 0.832755 7.8124 0.830047 7.81255 0.821698 7.81271 0.808135 7.81287 0.792343 7.81303 0.779583 7.81318 0.775457 7.81334 0.783944 7.8135 0.806249 7.81365 0.8406 7.81381 0.877337 7.81397 0.901919 7.81412 0.906865 7.81428 0.902018 7.81444 0.90482 7.81459 0.920567 7.81475 0.937909 7.81491 0.945771 7.81506 0.948399 7.81522 0.957722 7.81538 0.977198 7.81553 0.996295 7.81569 0.999753 7.81585 0.978074 7.816 0.932626 7.81616 0.874239 7.81632 0.818196 7.81647 0.777468 7.81663 0.757899 7.81679 0.758734 7.81695 0.774988 7.8171 0.79866 7.81726 0.821401 7.81742 0.837274 7.81757 0.845693 7.81773 0.849773 7.81789 0.85285 7.81804 0.856413 7.8182 0.860778 7.81836 0.867762 7.81851 0.880857 7.81867 0.901768 7.81883 0.925183 7.81898 0.941427 7.81914 0.946315 7.8193 0.945685 7.81945 0.94526 7.81961 0.940472 7.81977 0.923104 7.81992 0.893555 7.82008 0.861946 7.82024 0.835603 7.8204 0.813844 7.82055 0.797701 7.82071 0.794584 7.82087 0.809502 7.82102 0.835129 7.82118 0.856682 7.82134 0.863606 7.82149 0.856326 7.82165 0.843998 7.82181 0.83829 7.82196 0.844032 7.82212 0.852906 7.82228 0.850627 7.82243 0.832651 7.82259 0.811171 7.82275 0.802423 7.8229 0.810049 7.82306 0.824319 7.82322 0.832214 7.82337 0.828085 7.82353 0.816486 7.82369 0.809347 7.82384 0.81166 7.824 0.811881 7.82416 0.791842 7.82432 0.75355 7.82447 0.725577 7.82463 0.73336 7.82479 0.769243 7.82494 0.803712 7.8251 0.820235 7.82526 0.825503 7.82541 0.829294 7.82557 0.832605 7.82573 0.838012 7.82588 0.855406 7.82604 0.885679 7.8262 0.913918 7.82635 0.926419 7.82651 0.925047 7.82667 0.916065 7.82682 0.896747 7.82698 0.865694 7.82714 0.836276 7.82729 0.823739 7.82745 0.821422 7.82761 0.810899 7.82776 0.791523 7.82792 0.783624 7.82808 0.798026 7.82824 0.820686 7.82839 0.834808 7.82855 0.843285 7.82871 0.856008 7.82886 0.868862 7.82902 0.870101 7.82918 0.861018 7.82933 0.853835 7.82949 0.851069 7.82965 0.841939 7.8298 0.821738 7.82996 0.800703 7.83012 0.789658 7.83027 0.787114 7.83043 0.786196 7.83059 0.787708 7.83074 0.797517 7.8309 0.818233 7.83106 0.847725 7.83121 0.881094 7.83137 0.90917 7.83153 0.920274 7.83168 0.910291 7.83184 0.89016 7.832 0.875809 7.83216 0.873908 7.83231 0.882765 7.83247 0.902167 7.83263 0.932869 7.83278 0.964814 7.83294 0.979803 7.8331 0.971675 7.83325 0.957035 7.83341 0.956113 7.83357 0.967446 7.83372 0.970278 7.83388 0.951505 7.83404 0.919967 7.83419 0.892281 7.83435 0.871022 7.83451 0.845019 7.83466 0.807881 7.83482 0.771579 7.83498 0.758354 7.83513 0.781384 7.83529 0.8315 7.83545 0.882882 7.8356 0.912416 7.83576 0.917065 7.83592 0.912461 7.83608 0.914481 7.83623 0.924662 7.83639 0.93498 7.83655 0.941157 7.8367 0.945684 7.83686 0.947854 7.83702 0.941687 7.83717 0.926877 7.83733 0.914401 7.83749 0.913603 7.83764 0.918491 7.8378 0.916058 7.83796 0.906686 7.83811 0.906518 7.83827 0.927142 7.83843 0.961153 7.83858 0.991025 7.83874 1.00637 7.8389 1.00697 7.83905 0.99669 7.83921 0.980614 7.83937 0.965695 7.83952 0.956643 7.83968 0.95226 7.83984 0.952193 7.84 0.962434 7.84015 0.987164 7.84031 1.01735 7.84047 1.03326 7.84062 1.02375 7.84078 0.995244 7.84094 0.962534 7.84109 0.937267 7.84125 0.925952 7.84141 0.930916 7.84156 0.945122 7.84172 0.955807 7.84188 0.955253 7.84203 0.94659 7.84219 0.935126 7.84235 0.920911 7.8425 0.904931 7.84266 0.895063 7.84282 0.896595 7.84297 0.901864 7.84313 0.901045 7.84329 0.895316 7.84344 0.891999 7.8436 0.885927 7.84376 0.862462 7.84392 0.822636 7.84407 0.788568 7.84423 0.779393 7.84439 0.789397 7.84454 0.799867 7.8447 0.801578 7.84486 0.796805 7.84501 0.789149 7.84517 0.783803 7.84533 0.794245 7.84548 0.830862 7.84564 0.882193 7.8458 0.920538 7.84595 0.929147 7.84611 0.914311 7.84627 0.890039 7.84642 0.861913 7.84658 0.83509 7.84674 0.825132 7.84689 0.844833 7.84705 0.884408 7.84721 0.916718 7.84737 0.925064 7.84752 0.916739 7.84768 0.909743 7.84784 0.910665 7.84799 0.911411 7.84815 0.902685 7.84831 0.885618 7.84846 0.872425 7.84862 0.87443 7.84878 0.889368 7.84893 0.90255 7.84909 0.903328 7.84925 0.897613 7.8494 0.89989 7.84956 0.914578 7.84972 0.931529 7.84987 0.94154 7.85003 0.94692 7.85019 0.954438 7.85034 0.96366 7.8505 0.968642 7.85066 0.96643 7.85081 0.958093 7.85097 0.944017 7.85113 0.925368 7.85129 0.906875 7.85144 0.89288 7.8516 0.881567 7.85176 0.868456 7.85191 0.854868 7.85207 0.846857 7.85223 0.844797 7.85238 0.841874 7.85254 0.834142 7.8527 0.824097 7.85285 0.813885 7.85301 0.802443 7.85317 0.7937 7.85332 0.799644 7.85348 0.826667 7.85364 0.864954 7.85379 0.897497 7.85395 0.915154 7.85411 0.915177 7.85426 0.89362 7.85442 0.850319 7.85458 0.80303 7.85473 0.778932 7.85489 0.787554 7.85505 0.809501 7.85521 0.81865 7.85536 0.810176 7.85552 0.800604 7.85568 0.8054 7.85583 0.823685 7.85599 0.846445 7.85615 0.869032 7.8563 0.893506 7.85646 0.920484 7.85662 0.945183 7.85677 0.962863 7.85693 0.976981 7.85709 0.996311 7.85724 1.02329 7.8574 1.04864 7.85756 1.06319 7.85771 1.07052 7.85787 1.07969 7.85803 1.09073 7.85818 1.09561 7.85834 1.09349 7.8585 1.09291 7.85865 1.09506 7.85881 1.08754 7.85897 1.05885 7.85913 1.01334 7.85928 0.962682 7.85944 0.912699 7.8596 0.869333 7.85975 0.846618 7.85991 0.855348 7.86007 0.885539 7.86022 0.913785 7.86038 0.927029 7.86054 0.929803 7.86069 0.931461 7.86085 0.93684 7.86101 0.949085 7.86116 0.967845 7.86132 0.978738 7.86148 0.961915 7.86163 0.915431 7.86179 0.863741 7.86195 0.833811 7.8621 0.830403 7.86226 0.840484 7.86242 0.852736 7.86257 0.862593 7.86273 0.867106 7.86289 0.866233 7.86305 0.867756 7.8632 0.881445 7.86336 0.905498 7.86352 0.925697 7.86367 0.929902 7.86383 0.91811 7.86399 0.898888 7.86414 0.880603 7.8643 0.867896 7.86446 0.863962 7.86461 0.871429 7.86477 0.888246 7.86493 0.905158 7.86508 0.911035 7.86524 0.905733 7.8654 0.904352 7.86555 0.921157 7.86571 0.95042 7.86587 0.969435 7.86602 0.964711 7.86618 0.946401 7.86634 0.933894 7.86649 0.934519 7.86665 0.941182 7.86681 0.94502 7.86697 0.942621 7.86712 0.934859 7.86728 0.924463 7.86744 0.913512 7.86759 0.901206 7.86775 0.887278 7.86791 0.879378 7.86806 0.887121 7.86822 0.907404 7.86838 0.922093 7.86853 0.920673 7.86869 0.914869 7.86885 0.919808 7.869 0.93147 7.86916 0.935093 7.86932 0.931347 7.86947 0.93528 7.86963 0.949192 7.86979 0.954232 7.86994 0.936616 7.8701 0.908891 7.87026 0.897372 7.87042 0.915544 7.87057 0.956861 7.87073 1.00543 7.87089 1.04523 7.87104 1.06389 7.8712 1.0572 7.87136 1.0332 7.87151 1.00801 7.87167 0.993693 7.87183 0.988161 7.87198 0.977916 7.87214 0.953144 7.8723 0.922271 7.87245 0.90739 7.87261 0.919655 7.87277 0.945626 7.87292 0.961838 7.87308 0.960023 7.87324 0.949035 7.87339 0.940273 7.87355 0.941847 7.87371 0.962198 7.87386 1.00189 7.87402 1.04131 7.87418 1.05398 7.87434 1.03728 7.87449 1.01599 7.87465 1.01248 7.87481 1.02583 7.87496 1.04782 7.87512 1.07908 7.87528 1.11635 7.87543 1.1385 7.87559 1.12727 7.87575 1.09554 7.8759 1.07726 7.87606 1.08959 7.87622 1.11761 7.87637 1.13737 7.87653 1.14241 7.87669 1.14345 7.87684 1.15166 7.877 1.16723 7.87716 1.18007 7.87731 1.18161 7.87747 1.17745 7.87763 1.18379 7.87778 1.20877 7.87794 1.24109 7.8781 1.26503 7.87826 1.27883 7.87841 1.28826 7.87857 1.28785 7.87873 1.26463 7.87888 1.22012 7.87904 1.17698 7.8792 1.15768 7.87935 1.16637 7.87951 1.19304 7.87967 1.22517 7.87982 1.25085 7.87998 1.26118 7.88014 1.25626 7.88029 1.24785 7.88045 1.2489 7.88061 1.26228 7.88076 1.28003 7.88092 1.29084 7.88108 1.28742 7.88123 1.27169 7.88139 1.25359 7.88155 1.24168 7.8817 1.23289 7.88186 1.21792 7.88202 1.19687 7.88218 1.18101 7.88233 1.17885 7.88249 1.18818 7.88265 1.20363 7.8828 1.22382 7.88296 1.24492 7.88312 1.255 7.88327 1.24533 7.88343 1.22141 7.88359 1.19557 7.88374 1.16975 7.8839 1.13455 7.88406 1.08613 7.88421 1.03658 7.88437 1.00446 7.88453 0.998797 7.88468 1.01379 7.88484 1.03699 7.885 1.05945 7.88515 1.07706 7.88531 1.08645 7.88547 1.0851 7.88562 1.0781 7.88578 1.08067 7.88594 1.10377 7.8861 1.13987 7.88625 1.16845 7.88641 1.1785 7.88657 1.17794 7.88672 1.17825 7.88688 1.18043 7.88704 1.18166 7.88719 1.18675 7.88735 1.20105 7.88751 1.21703 7.88766 1.21921 7.88782 1.20315 7.88798 1.1781 7.88813 1.15302 7.88829 1.12999 7.88845 1.11433 7.8886 1.11759 7.88876 1.14385 7.88892 1.18072 7.88907 1.21435 7.88923 1.24543 7.88939 1.28046 7.88954 1.31368 7.8897 1.32946 7.88986 1.32454 7.89002 1.31428 7.89017 1.31159 7.89033 1.31287 7.89049 1.31038 7.89064 1.30902 7.8908 1.31852 7.89096 1.33344 7.89111 1.33772 7.89127 1.3296 7.89143 1.32836 7.89158 1.35041 7.89174 1.38884 7.8919 1.42425 7.89205 1.4487 7.89221 1.46853 7.89237 1.48771 7.89252 1.50062 7.89268 1.50057 7.89284 1.48927 7.89299 1.47468 7.89315 1.46458 7.89331 1.4621 7.89347 1.46235 7.89362 1.45493 7.89378 1.43566 7.89394 1.41553 7.89409 1.4108 7.89425 1.42486 7.89441 1.44714 7.89456 1.46901 7.89472 1.49127 7.89488 1.51313 7.89503 1.52634 7.89519 1.52605 7.89535 1.52038 7.8955 1.51986 7.89566 1.52495 7.89582 1.52914 7.89597 1.52976 7.89613 1.52655 7.89629 1.51586 7.89644 1.49682 7.8966 1.48081 7.89676 1.48197 7.89691 1.49944 7.89707 1.51832 7.89723 1.5284 7.89739 1.53276 7.89754 1.53824 7.8977 1.54721 7.89786 1.56007 7.89801 1.57423 7.89817 1.57881 7.89833 1.56329 7.89848 1.53849 7.89864 1.53268 7.8988 1.55718 7.89895 1.58618 7.89911 1.58553 7.89927 1.55347 7.89942 1.5162 7.89958 1.493 7.89974 1.4854 7.89989 1.49648 7.90005 1.53254 7.90021 1.5759 7.90036 1.58301 7.90052 1.53282 7.90068 1.4609 7.90083 1.42245 7.90099 1.42984 7.90115 1.44687 7.90131 1.44337 7.90146 1.43015 7.90162 1.43563 7.90178 1.46993 7.90193 1.52272 7.90209 1.57979 7.90225 1.62726 7.9024 1.65182 7.90256 1.65272 7.90272 1.64893 7.90287 1.65987 7.90303 1.68555 7.90319 1.71243 7.90334 1.73413 7.9035 1.75305 7.90366 1.76775 7.90381 1.77589 7.90397 1.78828 7.90413 1.82287 7.90428 1.88047 7.90444 1.9405 7.9046 1.98557 7.90475 2.01956 7.90491 2.05653 7.90507 2.10014 7.90523 2.14575 7.90538 2.19088 7.90554 2.23524 7.9057 2.27712 7.90585 2.31859 7.90601 2.37172 7.90617 2.44863 7.90632 2.54545 7.90648 2.64339 7.90664 2.727 7.90679 2.7993 7.90695 2.87833 7.90711 2.98321 7.90726 3.1202 7.90742 3.27994 7.90758 3.44809 7.90773 3.61943 7.90789 3.8009 7.90805 4.00092 7.9082 4.22026 7.90836 4.45959 7.90852 4.73232 7.90867 5.06139 7.90883 5.46151 7.90899 5.9273 7.90915 6.44248 7.9093 7.00001 7.90946 7.61707 7.90962 8.32856 7.90977 9.16361 7.90993 10.1243 7.91009 11.1894 7.91024 12.3383 7.9104 13.5675 7.91056 14.8831 7.91071 16.2785 7.91087 17.7283 7.91103 19.205 7.91118 20.7026 7.91134 22.2447 7.9115 23.8695 7.91165 25.6045 7.91181 27.449 7.91197 29.3722 7.91212 31.3153 7.91228 33.1853 7.91244 34.8535 7.91259 36.1775 7.91275 37.043 7.91291 37.4028 7.91307 37.3021 7.91322 36.8868 7.91338 36.3801 7.91354 36.0049 7.91369 35.8829 7.91385 35.9843 7.91401 36.1614 7.91416 36.2215 7.91432 35.9741 7.91448 35.258 7.91463 33.9852 7.91479 32.1911 7.91495 30.0371 7.9151 27.7507 7.91526 25.5422 7.91542 23.5463 7.91557 21.7997 7.91573 20.2582 7.91589 18.841 7.91604 17.4777 7.9162 16.1301 7.91636 14.7877 7.91652 13.4631 7.91667 12.1893 7.91683 11.0033 7.91699 9.92278 7.91714 8.94492 7.9173 8.06935 7.91746 7.30821 7.91761 6.67049 7.91777 6.14409 7.91793 5.7013 7.91808 5.31621 7.91824 4.97339 7.9184 4.66789 7.91855 4.40264 7.91871 4.17953 7.91887 3.98911 7.91902 3.81444 7.91918 3.64814 7.91934 3.49586 7.91949 3.36087 7.91965 3.23422 7.91981 3.10871 7.91996 2.98935 7.92012 2.88379 7.92028 2.78862 7.92044 2.69576 7.92059 2.60591 7.92075 2.52407 7.92091 2.44862 7.92106 2.37391 7.92122 2.30051 7.92138 2.23139 7.92153 2.16631 7.92169 2.10641 7.92185 2.06108 7.922 2.03462 7.92216 2.01167 7.92232 1.97103 7.92247 1.91417 7.92263 1.8656 7.92279 1.84152 7.92294 1.83179 7.9231 1.81888 7.92326 1.80075 7.92341 1.78474 7.92357 1.76744 7.92373 1.73556 7.92388 1.68503 7.92404 1.62978 7.9242 1.58941 7.92436 1.57038 7.92451 1.56188 7.92467 1.54796 7.92483 1.52241 7.92498 1.49307 7.92514 1.47148 7.9253 1.46202 7.92545 1.461 7.92561 1.46272 7.92577 1.46169 7.92592 1.4539 7.92608 1.43971 7.92624 1.42811 7.92639 1.42751 7.92655 1.43503 7.92671 1.4386 7.92686 1.43259 7.92702 1.42458 7.92718 1.42538 7.92733 1.43713 7.92749 1.45639 7.92765 1.48134 7.9278 1.50932 7.92796 1.53357 7.92812 1.54733 7.92828 1.55097 7.92843 1.54926 7.92859 1.54254 7.92875 1.52676 7.9289 1.50233 7.92906 1.47837 7.92922 1.46505 7.92937 1.46321 7.92953 1.46334 7.92969 1.45273 7.92984 1.42569 7.93 1.3859 7.93016 1.34221 7.93031 1.30012 7.93047 1.2613 7.93063 1.22726 7.93078 1.20141 7.93094 1.1855 7.9311 1.17664 7.93125 1.17133 7.93141 1.16934 7.93157 1.17158 7.93172 1.1746 7.93188 1.172 7.93204 1.16061 7.9322 1.14407 7.93235 1.12746 7.93251 1.11082 7.93267 1.09152 7.93282 1.07027 7.93298 1.0526 7.93314 1.04193 7.93329 1.03407 7.93345 1.02246 7.93361 1.00646 7.93376 0.991297 7.93392 0.980936 7.93408 0.975689 7.93423 0.977478 7.93439 0.991947 7.93455 1.01951 7.9347 1.04819 7.93486 1.06172 7.93502 1.05529 7.93517 1.0409 7.93533 1.03621 7.93549 1.04728 7.93564 1.06151 7.9358 1.05801 7.93596 1.02892 7.93612 0.989013 7.93627 0.960251 7.93643 0.946641 7.93659 0.933334 7.93674 0.911094 7.9369 0.890714 7.93706 0.884149 7.93721 0.885339 7.93737 0.881779 7.93753 0.878238 7.93768 0.890267 7.93784 0.917815 7.938 0.94198 7.93815 0.946521 7.93831 0.930696 7.93847 0.899196 7.93862 0.859315 7.93878 0.828682 7.93894 0.826697 7.93909 0.849519 7.93925 0.870438 7.93941 0.874345 7.93956 0.874544 7.93972 0.886159 7.93988 0.901099 7.94004 0.904135 7.94019 0.898608 7.94035 0.895478 7.94051 0.890138 7.94066 0.870842 7.94082 0.843643 7.94098 0.824629 7.94113 0.813249 7.94129 0.794287 7.94145 0.768868 7.9416 0.758558 7.94176 0.775028 7.94192 0.805331 7.94207 0.832097 7.94223 0.853275 7.94239 0.872732 7.94254 0.889168 7.9427 0.90424 7.94286 0.926547 7.94301 0.956486 7.94317 0.978455 7.94333 0.979828 7.94349 0.966656 7.94364 0.950327 7.9438 0.929381 7.94396 0.898053 7.94411 0.863715 7.94427 0.840171 7.94443 0.827032 7.94458 0.810603 7.94474 0.785456 7.9449 0.761172 7.94505 0.747194 7.94521 0.740073 7.94537 0.733225 7.94552 0.729475 7.94568 0.737439 7.94584 0.758392 7.94599 0.781805 7.94615 0.795351 7.94631 0.799783 7.94646 0.809368 7.94662 0.83639 7.94678 0.876337 7.94693 0.912254 7.94709 0.933997 7.94725 0.946089 7.94741 0.954819 7.94756 0.956879 7.94772 0.947066 7.94788 0.928659 7.94803 0.909373 7.94819 0.89061 7.94835 0.869272 7.9485 0.847947 7.94866 0.83472 7.94882 0.831664 7.94897 0.829117 7.94913 0.813188 7.94929 0.77899 7.94944 0.736313 7.9496 0.704315 7.94976 0.696687 7.94991 0.708993 7.95007 0.726599 7.95023 0.74325 7.95038 0.766077 7.95054 0.799231 7.9507 0.830864 7.95085 0.84641 7.95101 0.84608 7.95117 0.842276 7.95133 0.843288 7.95148 0.850082 7.95164 0.862015 7.9518 0.874324 7.95195 0.872403 7.95211 0.841875 7.95227 0.78634 7.95242 0.725887 7.95258 0.679743 7.95274 0.656094 7.95289 0.656516 7.95305 0.678394 7.95321 0.710505 7.95336 0.739555 7.95352 0.762774 7.95368 0.786707 7.95383 0.813309 7.95399 0.836856 7.95415 0.855641 7.9543 0.874459 7.95446 0.893941 7.95462 0.908341 7.95477 0.918677 7.95493 0.932845 7.95509 0.948137 7.95525 0.946904 7.9554 0.919401 7.95556 0.881576 7.95572 0.856366 7.95587 0.847493 7.95603 0.842821 7.95619 0.838254 7.95634 0.843323 7.9565 0.864068 7.95666 0.891447 7.95681 0.911328 7.95697 0.918747 7.95713 0.919997 7.95728 0.924641 7.95744 0.935997 7.9576 0.947338 7.95775 0.948242 7.95791 0.936335 7.95807 0.92129 7.95822 0.913572 7.95838 0.914202 7.95854 0.917664 7.95869 0.921413 7.95885 0.926237 7.95901 0.931319 7.95917 0.930946 7.95932 0.917403 7.95948 0.885691 7.95964 0.841947 7.95979 0.806956 7.95995 0.800128 7.96011 0.817018 7.96026 0.831013 7.96042 0.825814 7.96058 0.814635 7.96073 0.818965 7.96089 0.837717 7.96105 0.852684 7.9612 0.855497 7.96136 0.853232 7.96152 0.850788 7.96167 0.846245 7.96183 0.84195 7.96199 0.843801 7.96214 0.847068 7.9623 0.838259 7.96246 0.815984 7.96261 0.796989 7.96277 0.791864 7.96293 0.791317 7.96309 0.782722 7.96324 0.769898 7.9634 0.764674 7.96356 0.769424 7.96371 0.777949 7.96387 0.786467 7.96403 0.794034 7.96418 0.797357 7.96434 0.796645 7.9645 0.802546 7.96465 0.824619 7.96481 0.855828 7.96497 0.87861 7.96512 0.88634 7.96528 0.888488 7.96544 0.894353 7.96559 0.901136 7.96575 0.899004 7.96591 0.883351 7.96606 0.85896 7.96622 0.83825 7.96638 0.834354 7.96654 0.850176 7.96669 0.872473 7.96685 0.883117 7.96701 0.876985 7.96716 0.864185 7.96732 0.856125 7.96748 0.853936 7.96763 0.851676 7.96779 0.844181 7.96795 0.827799 7.9681 0.800909 7.96826 0.770073 7.96842 0.74968 7.96857 0.752511 7.96873 0.77894 7.96889 0.81663 7.96904 0.848897 7.9692 0.861343 7.96936 0.845654 7.96951 0.804614 7.96967 0.754797 7.96983 0.718056 7.96998 0.707156 7.97014 0.716317 7.9703 0.729349 7.97046 0.736215 7.97061 0.743312 7.97077 0.763536 7.97093 0.796997 7.97108 0.828466 7.97124 0.846616 7.9714 0.860353 7.97155 0.885843 7.97171 0.919912 7.97187 0.939116 7.97202 0.928517 7.97218 0.902045 7.97234 0.883984 7.97249 0.877886 7.97265 0.864663 7.97281 0.829859 7.97296 0.784191 7.97312 0.753511 7.97328 0.754796 7.97343 0.781632 7.97359 0.810507 7.97375 0.821011 7.9739 0.813866 7.97406 0.809094 7.97422 0.821576 7.97438 0.843123 7.97453 0.855917 7.97469 0.858585 7.97485 0.866482 7.975 0.883545 7.97516 0.893296 7.97532 0.885293 7.97547 0.875499 7.97563 0.886892 7.97579 0.914728 7.97594 0.932634 7.9761 0.929389 7.97626 0.921709 7.97641 0.927648 7.97657 0.944951 7.97673 0.960269 7.97688 0.970454 7.97704 0.979032 7.9772 0.984405 7.97735 0.982158 7.97751 0.976902 7.97767 0.976166 7.97782 0.978414 7.97798 0.975656 7.97814 0.968263 7.9783 0.96616 7.97845 0.972839 7.97861 0.977247 7.97877 0.966577 7.97892 0.940996 7.97908 0.911212 7.97924 0.886268 7.97939 0.868246 7.97955 0.855861 7.97971 0.847516 7.97986 0.841611 7.98002 0.837929 7.98018 0.83805 7.98033 0.841564 7.98049 0.842034 7.98065 0.829274 7.9808 0.799248 7.98096 0.759315 7.98112 0.725766 7.98127 0.712889 7.98143 0.726467 7.98159 0.764317 7.98174 0.819394 7.9819 0.879182 7.98206 0.924543 7.98222 0.93956 7.98237 0.92727 7.98253 0.91037 7.98269 0.909372 7.98284 0.921003 7.983 0.925325 7.98316 0.909272 7.98331 0.876858 7.98347 0.839147 7.98363 0.804514 7.98378 0.7818 7.98394 0.781856 7.9841 0.805925 7.98425 0.838082 7.98441 0.8574 7.98457 0.856454 7.98472 0.843259 7.98488 0.828817 7.98504 0.817949 7.98519 0.810837 7.98535 0.804138 7.98551 0.793206 7.98566 0.779117 7.98582 0.774147 7.98598 0.789488 7.98614 0.816951 7.98629 0.833441 7.98645 0.83056 7.98661 0.829851 7.98676 0.85474 7.98692 0.896096 7.98708 0.918397 7.98723 0.903302 7.98739 0.869783 7.98755 0.846412 7.9877 0.836659 7.98786 0.826851 7.98802 0.814019 7.98817 0.809086 7.98833 0.813158 7.98849 0.810676 7.98864 0.792283 7.9888 0.767785 7.98896 0.751382 7.98911 0.743881 7.98927 0.73779 7.98943 0.733685 7.98959 0.736987 7.98974 0.748058 7.9899 0.764632 7.99006 0.786764 7.99021 0.811311 7.99037 0.825029 7.99053 0.81873 7.99068 0.804514 7.99084 0.804871 7.991 0.822516 7.99115 0.836244 7.99131 0.828711 7.99147 0.805855 7.99162 0.782388 7.99178 0.761932 7.99194 0.739764 7.99209 0.718223 7.99225 0.707618 7.99241 0.713302 7.99256 0.729803 7.99272 0.74581 7.99288 0.752041 7.99303 0.748253 7.99319 0.745527 7.99335 0.756467 7.99351 0.778675 7.99366 0.794024 7.99382 0.789701 7.99398 0.773728 7.99413 0.761968 7.99429 0.756246 7.99445 0.744832 7.9946 0.723754 7.99476 0.706038 7.99492 0.705339 7.99507 0.720222 7.99523 0.737339 7.99539 0.747678 7.99554 0.750302 7.9957 0.746547 7.99586 0.733953 7.99601 0.712438 7.99617 0.691601 7.99633 0.684345 7.99648 0.69387 7.99664 0.710836 7.9968 0.725875 7.99695 0.739944 7.99711 0.755547 7.99727 0.76644 7.99743 0.765611 7.99758 0.760457 7.99774 0.765159 7.9979 0.780271 7.99805 0.793654 7.99821 0.802138 7.99837 0.816978 7.99852 0.840005 7.99868 0.855395 7.99884 0.853387 7.99899 0.85261 7.99915 0.877169 7.99931 0.923812 7.99946 0.96867 7.99962 0.998128 7.99978 1.01468 7.99993 1.01639 8.00009 0.992893 8.00025 0.946707 8.0004 0.900469 8.00056 0.873506 8.00072 0.865228 8.00087 0.866176 8.00103 0.875198 8.00119 0.894668 8.00135 0.917723 8.0015 0.932516 8.00166 0.932636 8.00182 0.920954 8.00197 0.904741 8.00213 0.892773 8.00229 0.891137 8.00244 0.897962 8.0026 0.904402 8.00276 0.904269 8.00291 0.900201 8.00307 0.898744 8.00323 0.904783 8.00338 0.919598 8.00354 0.93995 8.0037 0.95562 8.00385 0.955624 8.00401 0.939029 8.00417 0.913975 8.00432 0.885592 8.00448 0.85385 8.00464 0.826176 8.00479 0.819614 8.00495 0.84277 8.00511 0.881176 8.00527 0.909589 8.00542 0.912581 8.00558 0.888833 8.00574 0.845979 8.00589 0.800063 8.00605 0.771415 8.00621 0.769487 8.00636 0.78219 8.00652 0.793698 8.00668 0.806504 8.00683 0.833394 8.00699 0.86931 8.00715 0.888777 8.0073 0.875594 8.00746 0.844876 8.00762 0.826454 8.00777 0.833422 8.00793 0.855709 8.00809 0.876183 8.00824 0.886483 8.0084 0.884171 8.00856 0.866706 8.00871 0.832738 8.00887 0.786174 8.00903 0.736771 8.00919 0.696125 8.00934 0.673373 8.0095 0.674947 8.00966 0.700362 8.00981 0.740594 8.00997 0.782155 8.01013 0.817191 8.01028 0.846538 8.01044 0.869976 8.0106 0.879154 8.01075 0.86941 8.01091 0.852344 8.01107 0.846754 8.01122 0.855215 8.01138 0.86107 8.01154 0.854697 8.01169 0.84862 8.01185 0.85774 8.01201 0.876798 8.01216 0.88731 8.01232 0.884347 8.01248 0.88122 8.01264 0.889839 8.01279 0.906642 8.01295 0.920262 8.01311 0.922731 8.01326 0.913478 8.01342 0.898665 8.01358 0.888545 8.01373 0.887932 8.01389 0.887367 8.01405 0.873679 8.0142 0.850225 8.01436 0.836619 8.01452 0.846101 8.01467 0.868321 8.01483 0.883652 8.01499 0.885172 8.01514 0.881708 8.0153 0.881081 8.01546 0.880841 8.01561 0.873822 8.01577 0.858041 8.01593 0.837644 8.01608 0.818059 8.01624 0.802777 8.0164 0.79391 8.01656 0.793651 8.01671 0.801853 8.01687 0.814289 8.01703 0.825295 8.01718 0.832834 8.01734 0.838691 8.0175 0.841321 8.01765 0.83401 8.01781 0.813746 8.01797 0.789049 8.01812 0.77227 8.01828 0.767953 8.01844 0.774005 8.01859 0.790442 8.01875 0.815929 8.01891 0.838839 8.01906 0.842701 8.01922 0.826902 8.01938 0.810163 8.01953 0.808466 8.01969 0.815358 8.01985 0.815214 8.02 0.806212 8.02016 0.80202 8.02032 0.81261 8.02048 0.832979 8.02063 0.850843 8.02079 0.858616 8.02095 0.855755 8.0211 0.844432 8.02126 0.826778 8.02142 0.803691 8.02157 0.778821 8.02173 0.762044 8.02189 0.765887 8.02204 0.793184 8.0222 0.829187 8.02236 0.85286 8.02251 0.855969 8.02267 0.846886 8.02283 0.838108 8.02298 0.832587 8.02314 0.823255 8.0233 0.801627 8.02345 0.764516 8.02361 0.717785 8.02377 0.675922 8.02392 0.654644 8.02408 0.658729 8.02424 0.677702 8.0244 0.694873 8.02455 0.701261 8.02471 0.699201 8.02487 0.694028 8.02502 0.684651 8.02518 0.66456 8.02534 0.635054 8.02549 0.611668 8.02565 0.613451 8.02581 0.643543 8.02596 0.68465 8.02612 0.718867 8.02628 0.746487 8.02643 0.777119 8.02659 0.808293 8.02675 0.823424 8.0269 0.816552 8.02706 0.806568 8.02722 0.815873 8.02737 0.841814 8.02753 0.859729 8.02769 0.853018 8.02784 0.831266 8.028 0.817629 8.02816 0.825206 8.02832 0.85103 8.02847 0.882091 8.02863 0.902961 8.02879 0.901366 8.02894 0.876742 8.0291 0.843118 8.02926 0.818349 8.02941 0.809424 8.02957 0.812247 8.02973 0.821068 8.02988 0.833566 8.03004 0.846618 8.0302 0.85331 8.03035 0.848382 8.03051 0.833501 8.03067 0.81595 8.03082 0.804944 8.03098 0.808317 8.03114 0.826478 8.03129 0.84875 8.03145 0.860717 8.03161 0.858047 8.03176 0.847814 8.03192 0.836553 8.03208 0.822948 8.03224 0.807587 8.03239 0.801524 8.03255 0.815028 8.03271 0.839885 8.03286 0.852596 8.03302 0.838027 8.03318 0.804031 8.03333 0.772935 8.03349 0.763279 8.03365 0.781353 8.0338 0.819778 8.03396 0.862869 8.03412 0.896285 8.03427 0.917719 8.03443 0.935654 8.03459 0.955412 8.03474 0.970487 8.0349 0.970614 8.03506 0.95628 8.03521 0.937985 8.03537 0.923748 8.03553 0.911663 8.03569 0.896684 8.03584 0.880465 8.036 0.868712 8.03616 0.862305 8.03631 0.855927 8.03647 0.849183 8.03663 0.852231 8.03678 0.873712 8.03694 0.902352 8.0371 0.91177 8.03725 0.887946 8.03741 0.84554 8.03757 0.811939 8.03772 0.797681 8.03788 0.7928 8.03804 0.787639 8.03819 0.783165 8.03835 0.781756 8.03851 0.777708 8.03866 0.766754 8.03882 0.75525 8.03898 0.752273 8.03913 0.755289 8.03929 0.752927 8.03945 0.74005 8.03961 0.725421 8.03976 0.723109 8.03992 0.741465 8.04008 0.777679 8.04023 0.818635 8.04039 0.848393 8.04055 0.859672 8.0407 0.858468 8.04086 0.857664 8.04102 0.864082 8.04117 0.875781 8.04133 0.888552 8.04149 0.901018 8.04164 0.911679 8.0418 0.915803 8.04196 0.907984 8.04211 0.886677 8.04227 0.855997 8.04243 0.822426 8.04258 0.791863 8.04274 0.76717 8.0429 0.750602 8.04305 0.744492 8.04321 0.749145 8.04337 0.760308 8.04353 0.770846 8.04368 0.776597 8.04384 0.777909 8.044 0.775659 8.04415 0.768334 8.04431 0.755495 8.04447 0.740721 8.04462 0.730383 8.04478 0.729596 8.04494 0.740065 8.04509 0.757805 8.04525 0.772033 8.04541 0.772901 8.04556 0.762232 8.04572 0.754558 8.04588 0.761088 8.04603 0.775764 8.04619 0.782001 8.04635 0.770736 8.0465 0.747719 8.04666 0.724398 8.04682 0.706805 8.04697 0.695117 8.04713 0.689838 8.04729 0.693988 8.04745 0.709136 8.0476 0.730033 8.04776 0.744228 8.04792 0.742768 8.04807 0.731667 8.04823 0.727782 8.04839 0.741237 8.04854 0.763656 8.0487 0.778682 8.04886 0.779489 8.04901 0.771815 8.04917 0.76433 8.04933 0.762252 8.04948 0.767276 8.04964 0.778419 8.0498 0.790098 8.04995 0.797134 8.05011 0.799033 8.05027 0.797012 8.05042 0.79037 8.05058 0.781034 8.05074 0.778025 8.05089 0.789685 8.05105 0.813175 8.05121 0.839533 8.05137 0.865391 8.05152 0.889884 8.05168 0.903178 8.05184 0.893319 8.05199 0.866319 8.05215 0.845961 8.05231 0.847665 8.05246 0.862184 8.05262 0.873591 8.05278 0.877291 8.05293 0.875468 8.05309 0.865112 8.05325 0.846638 8.0534 0.833313 8.05356 0.839227 8.05372 0.858274 8.05387 0.87133 8.05403 0.869788 8.05419 0.860773 8.05434 0.849673 8.0545 0.833941 8.05466 0.814929 8.05481 0.800716 8.05497 0.792182 8.05513 0.778318 8.05529 0.755392 8.05544 0.738874 8.0556 0.74541 8.05576 0.771188 8.05591 0.798194 8.05607 0.817818 8.05623 0.836072 8.05638 0.858113 8.05654 0.879969 8.0567 0.896887 8.05685 0.913491 8.05701 0.936858 8.05717 0.966685 8.05732 0.994833 8.05748 1.01094 8.05764 1.00935 8.05779 0.991995 8.05795 0.966904 8.05811 0.940303 8.05826 0.909805 8.05842 0.869964 8.05858 0.825357 8.05873 0.792996 8.05889 0.785756 8.05905 0.798296 8.05921 0.812803 8.05936 0.817168 8.05952 0.812818 8.05968 0.809556 8.05983 0.814815 8.05999 0.828469 8.06015 0.841865 8.0603 0.84189 8.06046 0.824619 8.06062 0.803111 8.06077 0.796916 8.06093 0.813325 8.06109 0.843079 8.06124 0.873449 8.0614 0.897664 8.06156 0.910685 8.06171 0.906169 8.06187 0.884076 8.06203 0.854483 8.06218 0.828386 8.06234 0.807348 8.0625 0.789374 8.06266 0.778708 8.06281 0.781426 8.06297 0.795741 8.06313 0.813471 8.06328 0.831422 8.06344 0.852413 8.0636 0.87696 8.06375 0.900821 8.06391 0.921076 8.06407 0.93804 8.06422 0.949427 8.06438 0.951797 8.06454 0.945848 8.06469 0.934432 8.06485 0.915625 8.06501 0.885112 8.06516 0.846968 8.06532 0.811399 8.06548 0.783489 8.06563 0.762759 8.06579 0.75417 8.06595 0.765618 8.0661 0.790265 8.06626 0.806427 8.06642 0.802776 8.06658 0.792866 8.06673 0.795185 8.06689 0.807694 8.06705 0.814662 8.0672 0.810201 8.06736 0.799406 8.06752 0.784051 8.06767 0.763403 8.06783 0.748492 8.06799 0.757004 8.06814 0.789921 8.0683 0.825384 8.06846 0.841436 8.06861 0.836141 8.06877 0.821977 8.06893 0.809386 8.06908 0.802349 8.06924 0.801464 8.0694 0.804903 8.06955 0.809849 8.06971 0.816812 8.06987 0.828171 8.07002 0.841139 8.07018 0.846068 8.07034 0.835121 8.0705 0.80946 8.07065 0.777128 8.07081 0.749051 8.07097 0.736083 8.07112 0.742228 8.07128 0.759104 8.07144 0.774279 8.07159 0.785544 8.07175 0.800522 8.07191 0.817931 8.07206 0.824395 8.07222 0.813858 8.07238 0.799493 8.07253 0.794763 8.07269 0.792383 8.07285 0.774803 8.073 0.742003 8.07316 0.715683 8.07332 0.714007 8.07347 0.733157 8.07363 0.754063 8.07379 0.760694 8.07394 0.749869 8.0741 0.730722 8.07426 0.716288 8.07442 0.713143 8.07457 0.715676 8.07473 0.715077 8.07489 0.711394 8.07504 0.712392 8.0752 0.723446 8.07536 0.744362 8.07551 0.774761 8.07567 0.812315 8.07583 0.847564 8.07598 0.867581 8.07614 0.870172 8.0763 0.866401 8.07645 0.865445 8.07661 0.862718 8.07677 0.847499 8.07692 0.818024 8.07708 0.784387 8.07724 0.758603 8.07739 0.745685 8.07755 0.742956 8.07771 0.743254 8.07786 0.742595 8.07802 0.74365 8.07818 0.750411 8.07834 0.758903 8.07849 0.7593 8.07865 0.748892 8.07881 0.738281 8.07896 0.738968 8.07912 0.751886 8.07928 0.770231 8.07943 0.789739 8.07959 0.809272 8.07975 0.825912 8.0799 0.836486 8.08006 0.84291 8.08022 0.847784 8.08037 0.847144 8.08053 0.837264 8.08069 0.824447 8.08084 0.820742 8.081 0.826729 8.08116 0.829011 8.08131 0.816503 8.08147 0.794095 8.08163 0.775103 8.08178 0.765819 8.08194 0.762985 8.0821 0.76199 8.08226 0.761854 8.08241 0.763055 8.08257 0.765283 8.08273 0.767777 8.08288 0.766924 8.08304 0.75676 8.0832 0.735246 8.08335 0.70957 8.08351 0.691649 8.08367 0.688259 8.08382 0.696224 8.08398 0.708437 8.08414 0.721614 8.08429 0.739526 8.08445 0.769203 8.08461 0.811851 8.08476 0.856166 8.08492 0.883319 8.08508 0.88375 8.08523 0.867123 8.08539 0.852455 8.08555 0.849981 8.08571 0.854312 8.08586 0.855142 8.08602 0.848238 8.08618 0.836225 8.08633 0.824834 8.08649 0.818624 8.08665 0.816116 8.0868 0.809521 8.08696 0.794335 8.08712 0.780883 8.08727 0.787667 8.08743 0.819191 8.08759 0.855067 8.08774 0.870519 8.0879 0.861587 8.08806 0.84366 8.08821 0.827783 8.08837 0.811184 8.08853 0.792652 8.08868 0.782636 8.08884 0.791716 8.089 0.814079 8.08915 0.834665 8.08931 0.847404 8.08947 0.857315 8.08963 0.864496 8.08978 0.859241 8.08994 0.8378 8.0901 0.813394 8.09025 0.802456 8.09041 0.802647 8.09057 0.796895 8.09072 0.776336 8.09088 0.751741 8.09104 0.739786 8.09119 0.744008 8.09135 0.755675 8.09151 0.766151 8.09166 0.77267 8.09182 0.776676 8.09198 0.782085 8.09213 0.792929 8.09229 0.808142 8.09245 0.819304 8.0926 0.818343 8.09276 0.806006 8.09292 0.788544 8.09307 0.770172 8.09323 0.753431 8.09339 0.74557 8.09355 0.753647 8.0937 0.773101 8.09386 0.790039 8.09402 0.797543 8.09417 0.802238 8.09433 0.812187 8.09449 0.82677 8.09464 0.841926 8.0948 0.858542 8.09496 0.878671 8.09511 0.900352 8.09527 0.923489 8.09543 0.952335 8.09558 0.983453 8.09574 0.996238 8.0959 0.968435 8.09605 0.901334 8.09621 0.820304 8.09637 0.753002 8.09652 0.71449 8.09668 0.709729 8.09684 0.735911 8.09699 0.776781 8.09715 0.806562 8.09731 0.808743 8.09747 0.78661 8.09762 0.753868 8.09778 0.721646 8.09794 0.698155 8.09809 0.690336 8.09825 0.6968 8.09841 0.707241 8.09856 0.715299 8.09872 0.726823 8.09888 0.748689 8.09903 0.774024 8.09919 0.791472 8.09935 0.800253 8.0995 0.808447 8.09966 0.818268 8.09982 0.826761 8.09997 0.839219 8.10013 0.866498 8.10029 0.906466 8.10044 0.939576 8.1006 0.950168 8.10076 0.942204 8.10091 0.928058 8.10107 0.910597 8.10123 0.886457 8.10139 0.859227 8.10154 0.837801 8.1017 0.824071 8.10186 0.812509 8.10201 0.802094 8.10217 0.797723 8.10233 0.799599 8.10248 0.801358 8.10264 0.801545 8.1028 0.810086 8.10295 0.833984 8.10311 0.861808 8.10327 0.869736 8.10342 0.845775 8.10358 0.804203 8.10374 0.773347 8.10389 0.770443 8.10405 0.788462 8.10421 0.805687 8.10436 0.807778 8.10452 0.802507 8.10468 0.809087 8.10483 0.836061 8.10499 0.871966 8.10515 0.898952 8.10531 0.911034 8.10546 0.913227 8.10562 0.906406 8.10578 0.882907 8.10593 0.841089 8.10609 0.796091 8.10625 0.767957 8.1064 0.761917 8.10656 0.767034 8.10672 0.77263 8.10687 0.779979 8.10703 0.791826 8.10719 0.799162 8.10734 0.78656 8.1075 0.75053 8.10766 0.706423 8.10781 0.674721 8.10797 0.664014 8.10813 0.669957 8.10828 0.685511 8.10844 0.706574 8.1086 0.727929 8.10876 0.741817 8.10891 0.745943 8.10907 0.746573 8.10923 0.750124 8.10938 0.751736 8.10954 0.740964 8.1097 0.719186 8.10985 0.703818 8.11001 0.708708 8.11017 0.725842 8.11032 0.732856 8.11048 0.718665 8.11064 0.692854 8.11079 0.671697 8.11095 0.661431 8.11111 0.658825 8.11126 0.659619 8.11142 0.659692 8.11158 0.653101 8.11173 0.637157 8.11189 0.620479 8.11205 0.618045 8.1122 0.636458 8.11236 0.667486 8.11252 0.699097 8.11268 0.727569 8.11283 0.757132 8.11299 0.790253 8.11315 0.823272 8.1133 0.848804 8.11346 0.859267 8.11362 0.850096 8.11377 0.824258 8.11393 0.794759 8.11409 0.775977 8.11424 0.77085 8.1144 0.770665 8.11456 0.769589 8.11471 0.774261 8.11487 0.793505 8.11503 0.822893 8.11518 0.847922 8.11534 0.862171 8.1155 0.872951 8.11565 0.888166 8.11581 0.904478 8.11597 0.913499 8.11612 0.912769 8.11628 0.902921 8.11644 0.882123 8.1166 0.850647 8.11675 0.817163 8.11691 0.792542 8.11707 0.775477 8.11722 0.755019 8.11738 0.728623 8.11754 0.708339 8.11769 0.707363 8.11785 0.727228 8.11801 0.758399 8.11816 0.786456 8.11832 0.795723 8.11848 0.778792 8.11863 0.748755 8.11879 0.731416 8.11895 0.737696 8.1191 0.750256 8.11926 0.747789 8.11942 0.734001 8.11957 0.729797 8.11973 0.742004 8.11989 0.754828 8.12004 0.755384 8.1202 0.752301 8.12036 0.763192 8.12052 0.791409 8.12067 0.823041 8.12083 0.842967 8.12099 0.847084 8.12114 0.84257 8.1213 0.839644 8.12146 0.841508 8.12161 0.840443 8.12177 0.826793 8.12193 0.803403 8.12208 0.787055 8.12224 0.791286 8.1224 0.812321 8.12255 0.831867 8.12271 0.832988 8.12287 0.811396 8.12302 0.7783 8.12318 0.756647 8.12334 0.766345 8.12349 0.805189 8.12365 0.845757 8.12381 0.858621 8.12396 0.839962 8.12412 0.812269 8.12428 0.80007 8.12444 0.808639 8.12459 0.826254 8.12475 0.838793 8.12491 0.838272 8.12506 0.824264 8.12522 0.803712 8.12538 0.78794 8.12553 0.783413 8.12569 0.784529 8.12585 0.77966 8.126 0.767555 8.12616 0.762311 8.12632 0.77777 8.12647 0.809321 8.12663 0.83901 8.12679 0.856518 8.12694 0.867271 8.1271 0.874855 8.12726 0.868797 8.12741 0.842839 8.12757 0.815605 8.12773 0.816152 8.12788 0.845286 8.12804 0.869175 8.1282 0.857799 8.12836 0.819262 8.12851 0.784334 8.12867 0.771065 8.12883 0.774474 8.12898 0.783997 8.12914 0.791347 8.1293 0.786343 8.12945 0.763538 8.12961 0.73485 8.12977 0.721195 8.12992 0.726999 8.13008 0.733232 8.13024 0.722824 8.13039 0.702314 8.13055 0.691864 8.13071 0.700992 8.13086 0.723887 8.13102 0.75155 8.13118 0.780249 8.13133 0.809961 8.13149 0.839733 8.13165 0.864239 8.13181 0.873377 8.13196 0.861321 8.13212 0.836033 8.13228 0.814552 8.13243 0.806054 8.13259 0.806767 8.13275 0.814417 8.1329 0.834948 8.13306 0.866899 8.13322 0.890648 8.13337 0.888539 8.13353 0.867853 8.13369 0.850691 8.13384 0.844099 8.134 0.837573 8.13416 0.826719 8.13431 0.821559 8.13447 0.827679 8.13463 0.834681 8.13478 0.831655 8.13494 0.820582 8.1351 0.80812 8.13525 0.794532 8.13541 0.7788 8.13557 0.765926 8.13573 0.759579 8.13588 0.754936 8.13604 0.747834 8.1362 0.743603 8.13635 0.748737 8.13651 0.76097 8.13667 0.77429 8.13682 0.786235 8.13698 0.792159 8.13714 0.780126 8.13729 0.745423 8.13745 0.705094 8.13761 0.681334 8.13776 0.675372 8.13792 0.670221 8.13808 0.659201 8.13823 0.655492 8.13839 0.670191 8.13855 0.696421 8.1387 0.719356 8.13886 0.730056 8.13902 0.725563 8.13917 0.705818 8.13933 0.679458 8.13949 0.662113 8.13965 0.661512 8.1398 0.670205 8.13996 0.677772 8.14012 0.684376 8.14027 0.695656 8.14043 0.713338 8.14059 0.737147 8.14074 0.768649 8.1409 0.80432 8.14106 0.831126 8.14121 0.838625 8.14137 0.831528 8.14153 0.820359 8.14168 0.803551 8.14184 0.770761 8.142 0.723797 8.14215 0.682882 8.14231 0.669734 8.14247 0.688903 8.14262 0.728546 8.14278 0.773317 8.14294 0.814169 8.14309 0.84673 8.14325 0.866486 8.14341 0.867848 8.14357 0.851609 8.14372 0.830773 8.14388 0.820714 8.14404 0.823023 8.14419 0.825524 8.14435 0.823496 8.14451 0.827048 8.14466 0.841017 8.14482 0.847446 8.14498 0.825918 8.14513 0.784808 8.14529 0.754896 8.14545 0.74944 8.1456 0.749312 8.14576 0.734877 8.14592 0.715285 8.14607 0.714284 8.14623 0.735177 8.14639 0.757833 8.14654 0.76471 8.1467 0.759757 8.14686 0.756856 8.14701 0.761353 8.14717 0.766497 8.14733 0.764354 8.14749 0.754746 8.14764 0.746596 8.1478 0.749594 8.14796 0.764618 8.14811 0.780738 8.14827 0.785421 8.14843 0.779431 8.14858 0.777711 8.14874 0.79242 8.1489 0.81673 8.14905 0.831342 8.14921 0.827756 8.14937 0.818116 8.14952 0.814928 8.14968 0.810637 8.14984 0.789225 8.14999 0.754023 8.15015 0.729272 8.15031 0.728409 8.15046 0.737025 8.15062 0.737633 8.15078 0.737841 8.15093 0.756085 8.15109 0.789937 8.15125 0.81677 8.15141 0.823888 8.15156 0.818 8.15172 0.803761 8.15188 0.775142 8.15203 0.735826 8.15219 0.709394 8.15235 0.715619 8.1525 0.746724 8.15266 0.780889 8.15282 0.807191 8.15297 0.825711 8.15313 0.831408 8.15329 0.815296 8.15344 0.780824 8.1536 0.743792 8.15376 0.716475 8.15391 0.7009 8.15407 0.696021 8.15423 0.700814 8.15438 0.71003 8.15454 0.717891 8.1547 0.729063 8.15486 0.754578 8.15501 0.79184 8.15517 0.819582 8.15533 0.819137 8.15548 0.795908 8.15564 0.772855 8.1558 0.766143 8.15595 0.774924 8.15611 0.78995 8.15627 0.804895 8.15642 0.815144 8.15658 0.816208 8.15674 0.808067 8.15689 0.799844 8.15705 0.801304 8.15721 0.809875 8.15736 0.812386 8.15752 0.803192 8.15768 0.79327 8.15783 0.796597 8.15799 0.810003 8.15815 0.817637 8.1583 0.810489 8.15846 0.79479 8.15862 0.778204 8.15878 0.759757 8.15893 0.737195 8.15909 0.716126 8.15925 0.704335 8.1594 0.705826 8.15956 0.722317 8.15972 0.754622 8.15987 0.79587 8.16003 0.829193 8.16019 0.842031 8.16034 0.837356 8.1605 0.825925 8.16066 0.812004 8.16081 0.794802 8.16097 0.775637 8.16113 0.754468 8.16128 0.724576 8.16144 0.682725 8.1616 0.642609 8.16175 0.62381 8.16191 0.629145 8.16207 0.642039 8.16222 0.647525 8.16238 0.647081 8.16254 0.649642 8.1627 0.662477 8.16285 0.69043 8.16301 0.735096 8.16317 0.786294 8.16332 0.825677 8.16348 0.84122 8.16364 0.83432 8.16379 0.81087 8.16395 0.777765 8.16411 0.749155 8.16426 0.741884 8.16442 0.756013 8.16458 0.769935 8.16473 0.766199 8.16489 0.753165 8.16505 0.751343 8.1652 0.762504 8.16536 0.76989 8.16552 0.763801 8.16567 0.753688 8.16583 0.749968 8.16599 0.74743 8.16614 0.734022 8.1663 0.709477 8.16646 0.685734 8.16662 0.674647 8.16677 0.678583 8.16693 0.692542 8.16709 0.709857 8.16724 0.724682 8.1674 0.733722 8.16756 0.739541 8.16771 0.749504 8.16787 0.766685 8.16803 0.785178 8.16818 0.795854 8.16834 0.799372 8.1685 0.806117 8.16865 0.819271 8.16881 0.827538 8.16897 0.817937 8.16912 0.795375 8.16928 0.776155 8.16944 0.765832 8.16959 0.756712 8.16975 0.748675 8.16991 0.756653 8.17006 0.785398 8.17022 0.809921 8.17038 0.797923 8.17054 0.751727 8.17069 0.709507 8.17085 0.704572 8.17101 0.73255 8.17116 0.764828 8.17132 0.780752 8.17148 0.780798 8.17163 0.773166 8.17179 0.764492 8.17195 0.758838 8.1721 0.758129 8.17226 0.75849 8.17242 0.753463 8.17257 0.743682 8.17273 0.739989 8.17289 0.752741 8.17304 0.779319 8.1732 0.805261 8.17336 0.818087 8.17351 0.817901 8.17367 0.814947 8.17383 0.818208 8.17398 0.826676 8.17414 0.832227 8.1743 0.827964 8.17446 0.815509 8.17461 0.80357 8.17477 0.798784 8.17493 0.801179 8.17508 0.807714 8.17524 0.819261 8.1754 0.841585 8.17555 0.875129 8.17571 0.908463 8.17587 0.922512 8.17602 0.907992 8.17618 0.874598 8.17634 0.846657 8.17649 0.842956 8.17665 0.863094 8.17681 0.891972 8.17696 0.916662 8.17712 0.93743 8.17728 0.959393 8.17743 0.977647 8.17759 0.979241 8.17775 0.958975 8.1779 0.926993 8.17806 0.899303 8.17822 0.882613 8.17838 0.874351 8.17853 0.872888 8.17869 0.8806 8.17885 0.898771 8.179 0.923076 8.17916 0.944699 8.17932 0.955924 8.17947 0.955141 8.17963 0.946695 8.17979 0.935621 8.17994 0.922611 8.1801 0.908897 8.18026 0.902964 8.18041 0.914118 8.18057 0.935311 8.18073 0.944664 8.18088 0.927177 8.18104 0.893535 8.1812 0.866364 8.18135 0.855874 8.18151 0.857071 8.18167 0.86557 8.18183 0.878716 8.18198 0.88616 8.18214 0.873414 8.1823 0.840791 8.18245 0.811587 8.18261 0.80749 8.18277 0.826134 8.18292 0.846165 8.18308 0.852227 8.18324 0.845872 8.18339 0.837779 8.18355 0.832489 8.18371 0.824613 8.18386 0.806639 8.18402 0.779571 8.18418 0.754217 8.18433 0.740161 8.18449 0.736331 8.18465 0.733199 8.1848 0.72526 8.18496 0.71581 8.18512 0.71389 8.18527 0.727029 8.18543 0.753398 8.18559 0.778793 8.18575 0.786101 8.1859 0.775614 8.18606 0.767573 8.18622 0.775346 8.18637 0.786125 8.18653 0.778785 8.18669 0.75549 8.18684 0.735534 8.187 0.723143 8.18716 0.705156 8.18731 0.678551 8.18747 0.661082 8.18763 0.665912 8.18778 0.685076 8.18794 0.707391 8.1881 0.732998 8.18825 0.759847 8.18841 0.775501 8.18857 0.775915 8.18872 0.776012 8.18888 0.786637 8.18904 0.796356 8.18919 0.792574 8.18935 0.786428 8.18951 0.796161 8.18967 0.81612 8.18982 0.825954 8.18998 0.822396 8.19014 0.820509 8.19029 0.826458 8.19045 0.830331 8.19061 0.827057 8.19076 0.821966 8.19092 0.816238 8.19108 0.804216 8.19123 0.787781 8.19139 0.776878 8.19155 0.772016 8.1917 0.761707 8.19186 0.740372 8.19202 0.715267 8.19217 0.69583 8.19233 0.688985 8.19249 0.704215 8.19264 0.74418 8.1928 0.789581 8.19296 0.812573 8.19311 0.811612 8.19327 0.811847 8.19343 0.827855 8.19359 0.844862 8.19374 0.846371 8.1939 0.840101 8.19406 0.841241 8.19421 0.849291 8.19437 0.855376 8.19453 0.859057 8.19468 0.86323 8.19484 0.863214 8.195 0.858117 8.19515 0.860789 8.19531 0.878577 8.19547 0.896168 8.19562 0.895793 8.19578 0.886401 8.19594 0.891784 8.19609 0.913849 8.19625 0.929089 8.19641 0.923353 8.19656 0.907345 8.19672 0.89513 8.19688 0.884726 8.19703 0.869037 8.19719 0.853413 8.19735 0.851464 8.19751 0.869572 8.19766 0.902203 8.19782 0.937201 8.19798 0.960377 8.19813 0.963128 8.19829 0.949376 8.19845 0.931768 8.1986 0.916632 8.19876 0.897643 8.19892 0.869857 8.19907 0.84263 8.19923 0.832492 8.19939 0.841267 8.19954 0.851094 8.1997 0.842354 8.19986 0.817252 8.20001 0.798745 8.20017 0.804145 8.20033 0.823287 8.20048 0.828347 8.20064 0.807063 8.2008 0.774813 8.20095 0.753547 8.20111 0.746936 8.20127 0.744439 8.20143 0.743327 8.20158 0.752375 8.20174 0.775161 8.2019 0.80406 8.20205 0.829722 8.20221 0.849023 8.20237 0.859946 8.20252 0.858581 8.20268 0.844092 8.20284 0.820576 8.20299 0.79073 8.20315 0.756773 8.20331 0.729178 8.20346 0.726682 8.20362 0.756458 8.20378 0.801998 8.20393 0.839191 8.20409 0.859394 8.20425 0.870959 8.2044 0.879906 8.20456 0.881365 8.20472 0.869851 8.20488 0.851419 8.20503 0.838843 8.20519 0.837179 8.20535 0.839648 8.2055 0.837344 8.20566 0.831231 8.20582 0.831157 8.20597 0.84207 8.20613 0.85616 8.20629 0.859511 8.20644 0.847457 8.2066 0.827156 8.20676 0.807316 8.20691 0.792378 8.20707 0.788611 8.20723 0.804691 8.20738 0.839638 8.20754 0.874642 8.2077 0.888862 8.20785 0.880284 8.20801 0.863021 8.20817 0.844551 8.20832 0.819519 8.20848 0.787647 8.20864 0.765636 8.2088 0.769819 8.20895 0.794912 8.20911 0.819396 8.20927 0.827525 8.20942 0.816827 8.20958 0.78981 8.20974 0.752729 8.20989 0.723275 8.21005 0.723069 8.21021 0.754233 8.21036 0.793332 8.21052 0.815132 8.21068 0.816667 8.21083 0.809549 8.21099 0.799465 8.21115 0.785959 8.2113 0.774487 8.21146 0.776007 8.21162 0.790987 8.21177 0.805886 8.21193 0.806323 8.21209 0.785004 8.21224 0.741164 8.2124 0.685143 8.21256 0.645164 8.21272 0.650783 8.21287 0.700627 8.21303 0.757803 8.21319 0.787898 8.21334 0.791912 8.2135 0.79228 8.21366 0.798912 8.21381 0.804915 8.21397 0.810305 8.21413 0.826952 8.21428 0.856484 8.21444 0.880849 8.2146 0.8828 8.21475 0.864678 8.21491 0.838836 8.21507 0.809548 8.21522 0.773991 8.21538 0.736027 8.21554 0.707868 8.21569 0.697347 8.21585 0.701356 8.21601 0.7125 8.21616 0.726025 8.21632 0.738686 8.21648 0.747889 8.21664 0.75272 8.21679 0.755762 8.21695 0.761623 8.21711 0.775109 8.21726 0.799567 8.21742 0.832605 8.21758 0.861092 8.21773 0.866934 8.21789 0.843085 8.21805 0.804472 8.2182 0.778083 8.21836 0.779183 8.21852 0.798535 8.21867 0.814608 8.21883 0.815998 8.21899 0.807783 8.21914 0.799379 8.2193 0.792175 8.21946 0.782141 8.21961 0.768819 8.21977 0.755438 8.21993 0.742764 8.22008 0.72832 8.22024 0.712607 8.2204 0.702481 8.22056 0.704581 8.22071 0.718125 8.22087 0.736189 8.22103 0.752677 8.22118 0.766509 8.22134 0.778443 8.2215 0.788786 8.22165 0.797372 8.22181 0.805149 8.22197 0.811637 8.22212 0.81368 8.22228 0.809759 8.22244 0.804732 8.22259 0.807985 8.22275 0.821603 8.22291 0.834295 8.22306 0.829113 8.22322 0.801406 8.22338 0.76638 8.22353 0.748811 8.22369 0.76257 8.22385 0.79836 8.224 0.830408 8.22416 0.836887 8.22432 0.818147 8.22448 0.793284 8.22463 0.77972 8.22479 0.77834 8.22495 0.781279 8.2251 0.787428 8.22526 0.803002 8.22542 0.826501 8.22557 0.845442 8.22573 0.850914 8.22589 0.84649 8.22604 0.839414 8.2262 0.829007 8.22636 0.810387 8.22651 0.785352 8.22667 0.761913 8.22683 0.745568 8.22698 0.738477 8.22714 0.742759 8.2273 0.758668 8.22745 0.777708 8.22761 0.786265 8.22777 0.779413 8.22793 0.7667 8.22808 0.760913 8.22824 0.766509 8.2284 0.779766 8.22855 0.797592 8.22871 0.820194 8.22887 0.846616 8.22902 0.874161 8.22918 0.901322 8.22934 0.928713 8.22949 0.951396 8.22965 0.955904 8.22981 0.93229 8.22996 0.891827 8.23012 0.864442 8.23028 0.872163 8.23043 0.90697 8.23059 0.940118 8.23075 0.95047 8.2309 0.937456 8.23106 0.911181 8.23122 0.882391 8.23137 0.86325 8.23153 0.865039 8.23169 0.887013 8.23185 0.9154 8.232 0.938116 8.23216 0.952927 8.23232 0.958996 8.23247 0.94952 8.23263 0.922783 8.23279 0.891924 8.23294 0.870726 8.2331 0.856565 8.23326 0.839265 8.23341 0.822198 8.23357 0.820502 8.23373 0.838816 8.23388 0.866156 8.23404 0.893921 8.2342 0.924651 8.23435 0.958079 8.23451 0.980058 8.23467 0.97589 8.23482 0.945523 8.23498 0.901783 8.23514 0.859565 8.23529 0.832158 8.23545 0.829767 8.23561 0.852317 8.23577 0.887934 8.23592 0.925872 8.23608 0.965221 8.23624 1.00602 8.23639 1.03693 8.23655 1.04408 8.23671 1.03047 8.23686 1.01666 8.23702 1.02145 8.23718 1.04496 8.23733 1.07342 8.23749 1.09428 8.23765 1.1052 8.2378 1.11168 8.23796 1.1229 8.23812 1.14601 8.23827 1.18337 8.23843 1.23289 8.23859 1.29164 8.23874 1.35587 8.2389 1.41881 8.23906 1.4717 8.23921 1.51154 8.23937 1.54552 8.23953 1.58398 8.23969 1.63238 8.23984 1.69228 8.24 1.77156 8.24016 1.88548 8.24031 2.04434 8.24047 2.24736 8.24063 2.49156 8.24078 2.7821 8.24094 3.12418 8.2411 3.51029 8.24125 3.92688 8.24141 4.36773 8.24157 4.82468 8.24172 5.26215 8.24188 5.61315 8.24204 5.80878 8.24219 5.80651 8.24235 5.59085 8.24251 5.17584 8.24266 4.62379 8.24282 4.04682 8.24298 3.55641 8.24313 3.20279 8.24329 2.96961 8.24345 2.81956 8.24361 2.7293 8.24376 2.68702 8.24392 2.68448 8.24408 2.72105 8.24423 2.80068 8.24439 2.92081 8.24455 3.07582 8.2447 3.27643 8.24486 3.54879 8.24502 3.90659 8.24517 4.33653 8.24533 4.81619 8.24549 5.33212 8.24564 5.8683 8.2458 6.38911 8.24596 6.84164 8.24611 7.16808 8.24627 7.31479 8.24643 7.25528 8.24658 7.02582 8.24674 6.73079 8.2469 6.49008 8.24705 6.37527 8.24721 6.39202 8.24737 6.50428 8.24753 6.65267 8.24768 6.75821 8.24784 6.73672 8.248 6.52874 8.24815 6.1229 8.24831 5.56033 8.24847 4.92527 8.24862 4.31614 8.24878 3.80329 8.24894 3.40616 8.24909 3.11251 8.24925 2.90978 8.24941 2.78953 8.24956 2.73318 8.24972 2.71721 8.24988 2.73321 8.25003 2.78974 8.25019 2.8949 8.25035 3.05112 8.2505 3.26287 8.25066 3.53434 8.25082 3.85884 8.25098 4.22494 8.25113 4.62884 8.25129 5.06404 8.25145 5.49396 8.2516 5.85433 8.25176 6.08597 8.25192 6.15048 8.25207 6.01779 8.25223 5.66938 8.25239 5.13345 8.25254 4.4974 8.2527 3.86345 8.25286 3.29561 8.25301 2.81822 8.25317 2.44436 8.25333 2.18147 8.25348 2.01265 8.25364 1.89793 8.2538 1.80169 8.25395 1.712 8.25411 1.63389 8.25427 1.57558 8.25442 1.54257 8.25458 1.53204 8.25474 1.52871 8.2549 1.51273 8.25505 1.47705 8.25521 1.43384 8.25537 1.40164 8.25552 1.38855 8.25568 1.38731 8.25584 1.38424 8.25599 1.37099 8.25615 1.34923 8.25631 1.32416 8.25646 1.29572 8.25662 1.26284 8.25678 1.23393 8.25693 1.22449 8.25709 1.23929 8.25725 1.26438 8.2574 1.28396 8.25756 1.29682 8.25772 1.30945 8.25787 1.32126 8.25803 1.32728 8.25819 1.33005 8.25834 1.33646 8.2585 1.34471 8.25866 1.34643 8.25882 1.34297 8.25897 1.34834 8.25913 1.37301 8.25929 1.41389 8.25944 1.46266 8.2596 1.51794 8.25976 1.58472 8.25991 1.66842 8.26007 1.77317 8.26023 1.90192 8.26038 2.05533 8.26054 2.23577 8.2607 2.45292 8.26085 2.72296 8.26101 3.05617 8.26117 3.44799 8.26132 3.8811 8.26148 4.33167 8.26164 4.77216 8.26179 5.17043 8.26195 5.48638 8.26211 5.66915 8.26226 5.66595 8.26242 5.44788 8.26258 5.03939 8.26274 4.52019 8.26289 3.99164 8.26305 3.53293 8.26321 3.17701 8.26336 2.91498 8.26352 2.72117 8.26368 2.57926 8.26383 2.4908 8.26399 2.46147 8.26415 2.48909 8.2643 2.56795 8.26446 2.70011 8.26462 2.8892 8.26477 3.12722 8.26493 3.40077 8.26509 3.71461 8.26524 4.09192 8.2654 4.54278 8.26556 5.04341 8.26571 5.55117 8.26587 6.02806 8.26603 6.43749 8.26618 6.73105 8.26634 6.862 8.2665 6.81627 8.26666 6.6279 8.26681 6.36939 8.26697 6.13245 8.26713 6.00146 8.26728 6.01635 8.26744 6.14956 8.2676 6.32507 8.26775 6.45974 8.26791 6.48316 8.26807 6.33497 8.26822 5.97713 8.26838 5.43016 8.26854 4.78358 8.26869 4.15261 8.26885 3.62051 8.26901 3.21599 8.26916 2.92954 8.26932 2.73549 8.26948 2.60789 8.26963 2.52852 8.26979 2.48802 8.26995 2.47811 8.2701 2.49246 8.27026 2.53844 8.27042 2.63861 8.27058 2.81144 8.27073 3.05468 8.27089 3.35612 8.27105 3.7102 8.2712 4.10957 8.27136 4.5272 8.27152 4.92072 8.27167 5.25452 8.27183 5.49957 8.27199 5.61259 8.27214 5.53775 8.2723 5.24612 8.27246 4.77139 8.27261 4.19981 8.27277 3.62896 8.27293 3.13039 8.27308 2.73381 8.27324 2.42961 8.2734 2.18972 8.27355 1.99207 8.27371 1.82836 8.27387 1.69294 8.27403 1.57893 8.27418 1.48975 8.27434 1.43898 8.2745 1.42648 8.27465 1.42433 8.27481 1.39976 8.27497 1.34604 8.27512 1.28025 8.27528 1.21784 8.27544 1.16426 8.27559 1.12561 8.27575 1.1051 8.27591 1.08999 8.27606 1.06229 8.27622 1.02711 8.27638 1.01263 8.27653 1.03047 8.27669 1.05379 8.27685 1.04643 8.277 1.00464 8.27716 0.955836 8.27732 0.925363 8.27747 0.920652 8.27763 0.940293 8.27779 0.980491 8.27795 1.02704 8.2781 1.05737 8.27826 1.05763 8.27842 1.03464 8.27857 1.00645 8.27873 0.987119 8.27889 0.980155 8.27904 0.979435 8.2792 0.97332 8.27936 0.953761 8.27951 0.925214 8.27967 0.900231 8.27983 0.885501 8.27998 0.874416 8.28014 0.859877 8.2803 0.847917 8.28045 0.852767 8.28061 0.878663 8.28077 0.911339 8.28092 0.929433 8.28108 0.924547 8.28124 0.906261 8.28139 0.890259 8.28155 0.881647 8.28171 0.873971 8.28187 0.864362 8.28202 0.861669 8.28218 0.87581 8.28234 0.899288 8.28249 0.908661 8.28265 0.889042 8.28281 0.850725 8.28296 0.81772 8.28312 0.803676 8.28328 0.801852 8.28343 0.798476 8.28359 0.788021 8.28375 0.774898 8.2839 0.765549 8.28406 0.763285 8.28422 0.768983 8.28437 0.780588 8.28453 0.793247 8.28469 0.803207 8.28484 0.814313 8.285 0.835969 8.28516 0.873132 8.28531 0.91707 8.28547 0.949881 8.28563 0.959529 8.28579 0.947027 8.28594 0.921137 8.2861 0.891564 8.28626 0.867145 8.28641 0.854263 8.28657 0.853556 8.28673 0.85967 8.28688 0.868741 8.28704 0.883302 8.2872 0.904556 8.28735 0.922263 8.28751 0.921405 8.28767 0.898535 8.28782 0.869516 8.28798 0.855485 8.28814 0.866518 8.28829 0.893849 8.28845 0.917388 8.28861 0.920072 8.28876 0.901413 8.28892 0.878493 8.28908 0.869397 8.28923 0.876003 8.28939 0.88596 8.28955 0.892168 8.28971 0.901007 8.28986 0.91902 8.29002 0.938685 8.29018 0.946072 8.29033 0.937933 8.29049 0.922421 8.29065 0.905229 8.2908 0.884668 8.29096 0.859879 8.29112 0.837242 8.29127 0.822035 8.29143 0.810667 8.29159 0.794451 8.29174 0.771798 8.2919 0.750906 8.29206 0.744099 8.29221 0.758794 8.29237 0.79156 8.29253 0.828916 8.29268 0.854639 8.29284 0.860114 8.293 0.848431 8.29315 0.829186 8.29331 0.809377 8.29347 0.789973 8.29363 0.770891 8.29378 0.755136 8.29394 0.745767 8.2941 0.739801 8.29425 0.731114 8.29441 0.721047 8.29457 0.720382 8.29472 0.736395 8.29488 0.760513 8.29504 0.775797 8.29519 0.776193 8.29535 0.768466 8.29551 0.754047 8.29566 0.723784 8.29582 0.677978 8.29598 0.642708 8.29613 0.650919 8.29629 0.705639 8.29645 0.774376 8.2966 0.819792 8.29676 0.829389 8.29692 0.813646 8.29707 0.787966 8.29723 0.762772 8.29739 0.743874 8.29755 0.734011 8.2977 0.735365 8.29786 0.751309 8.29802 0.781687 8.29817 0.817245 8.29833 0.845216 8.29849 0.862536 8.29864 0.876385 8.2988 0.887705 8.29896 0.886659 8.29911 0.869619 8.29927 0.851468 8.29943 0.848201 8.29958 0.854053 8.29974 0.848802 8.2999 0.825222 8.30005 0.797123 8.30021 0.780216 8.30037 0.776114 8.30052 0.775606 8.30068 0.771632 8.30084 0.766167 8.301 0.768843 8.30115 0.789213 8.30131 0.822997 8.30147 0.850111 8.30162 0.854665 8.30178 0.844303 8.30194 0.8386 8.30209 0.841169 8.30225 0.838091 8.30241 0.825573 8.30256 0.820295 8.30272 0.835858 8.30288 0.864672 8.30303 0.893173 8.30319 0.920247 8.30335 0.945846 8.3035 0.954211 8.30366 0.927657 8.30382 0.872579 8.30397 0.814963 8.30413 0.77156 8.30429 0.742052 8.30444 0.726284 8.3046 0.730331 8.30476 0.749384 8.30492 0.763494 8.30507 0.759113 8.30523 0.746124 8.30539 0.74142 8.30554 0.746443 8.3057 0.750859 8.30586 0.751466 8.30601 0.755889 8.30617 0.7694 8.30633 0.787822 8.30648 0.804363 8.30664 0.815676 8.3068 0.819472 8.30695 0.813501 8.30711 0.800581 8.30727 0.791243 8.30742 0.795752 8.30758 0.812689 8.30774 0.827972 8.30789 0.826885 8.30805 0.807478 8.30821 0.781703 8.30836 0.761139 8.30852 0.746023 8.30868 0.731721 8.30884 0.721916 8.30899 0.726927 8.30915 0.747779 8.30931 0.771984 8.30946 0.787273 8.30962 0.793816 8.30978 0.795178 8.30993 0.79013 8.31009 0.777755 8.31025 0.76804 8.3104 0.772844 8.31056 0.787264 8.31072 0.792609 8.31087 0.77939 8.31103 0.759222 8.31119 0.748366 8.31134 0.748979 8.3115 0.75116 8.31166 0.749104 8.31181 0.749134 8.31197 0.761349 8.31213 0.788709 8.31228 0.823786 8.31244 0.852871 8.3126 0.86645 8.31276 0.868816 8.31291 0.873026 8.31307 0.884666 8.31323 0.893505 8.31338 0.884805 8.31354 0.859015 8.3137 0.828595 8.31385 0.802472 8.31401 0.781274 8.31417 0.767412 8.31432 0.770212 8.31448 0.792388 8.31464 0.819395 8.31479 0.830366 8.31495 0.818303 8.31511 0.79163 8.31526 0.761611 8.31542 0.732345 8.31558 0.703837 8.31573 0.679246 8.31589 0.66596 8.31605 0.674917 8.3162 0.712829 8.31636 0.770299 8.31652 0.821144 8.31668 0.843585 8.31683 0.843341 8.31699 0.843224 8.31715 0.851243 8.3173 0.848654 8.31746 0.816717 8.31762 0.764432 8.31777 0.720611 8.31793 0.703806 8.31809 0.712884 8.31824 0.736704 8.3184 0.762237 8.31856 0.776284 8.31871 0.77354 8.31887 0.76842 8.31903 0.783671 8.31918 0.823703 8.31934 0.866663 8.3195 0.887585 8.31965 0.882012 8.31981 0.86521 8.31997 0.852901 8.32012 0.847783 8.32028 0.847006 8.32044 0.849183 8.3206 0.857335 8.32075 0.872766 8.32091 0.890029 8.32107 0.897885 8.32122 0.893372 8.32138 0.885478 8.32154 0.884009 8.32169 0.883078 8.32185 0.867051 8.32201 0.830557 8.32216 0.785325 8.32232 0.745221 8.32248 0.715175 8.32263 0.695995 8.32279 0.691626 8.32295 0.702257 8.3231 0.72113 8.32326 0.740505 8.32342 0.756506 8.32357 0.76616 8.32373 0.767696 8.32389 0.765857 8.32405 0.77035 8.3242 0.779364 8.32436 0.777749 8.32452 0.755431 8.32467 0.720958 8.32483 0.689654 8.32499 0.668021 8.32514 0.660976 8.3253 0.678469 8.32546 0.719541 8.32561 0.759311 8.32577 0.771745 8.32593 0.762959 8.32608 0.761123 8.32624 0.775804 8.3264 0.786365 8.32655 0.774694 8.32671 0.748672 8.32687 0.729858 8.32702 0.726662 8.32718 0.734428 8.32734 0.745752 8.32749 0.754212 8.32765 0.753805 8.32781 0.744539 8.32797 0.731857 8.32812 0.721032 8.32828 0.713797 8.32844 0.716661 8.32859 0.737289 8.32875 0.768745 8.32891 0.787752 8.32906 0.779226 8.32922 0.755527 8.32938 0.74404 8.32953 0.75914 8.32969 0.790456 8.32985 0.813927 8.33 0.808468 8.33016 0.772573 8.33032 0.730934 8.33047 0.714986 8.33063 0.730412 8.33079 0.751709 8.33094 0.754928 8.3311 0.744546 8.33126 0.737718 8.33141 0.735745 8.33157 0.728261 8.33173 0.716235 8.33189 0.710518 8.33204 0.711731 8.3322 0.708937 8.33236 0.700338 8.33251 0.697787 8.33267 0.707283 8.33283 0.718321 8.33298 0.719059 8.33314 0.710898 8.3333 0.702637 8.33345 0.70123 8.33361 0.712003 8.33377 0.736978 8.33392 0.768511 8.33408 0.792325 8.33424 0.804145 8.33439 0.812002 8.33455 0.821361 8.33471 0.825763 8.33486 0.819381 8.33502 0.809788 8.33518 0.809644 8.33533 0.821745 8.33549 0.83894 8.33565 0.853058 8.33581 0.856773 8.33596 0.845077 8.33612 0.823482 8.33628 0.808606 8.33643 0.810577 8.33659 0.819804 8.33675 0.820832 8.3369 0.814582 8.33706 0.817545 8.33722 0.838795 8.33737 0.86991 8.33753 0.898661 8.33769 0.921579 8.33784 0.938173 8.338 0.939997 8.33816 0.916214 8.33831 0.86723 8.33847 0.809101 8.33863 0.762658 8.33878 0.739842 8.33894 0.737109 8.3391 0.740756 8.33925 0.738274 8.33941 0.727492 8.33957 0.716581 8.33973 0.714379 8.33988 0.722814 8.34004 0.737278 8.3402 0.751409 8.34035 0.760425 8.34051 0.759229 8.34067 0.742716 8.34082 0.711634 8.34098 0.679092 8.34114 0.664896 8.34129 0.67773 8.34145 0.704434 8.34161 0.722888 8.34176 0.72418 8.34192 0.718564 8.34208 0.71775 8.34223 0.720783 8.34239 0.719286 8.34255 0.710986 8.3427 0.702385 8.34286 0.702535 8.34302 0.715838 8.34317 0.738888 8.34333 0.760709 8.34349 0.770292 8.34365 0.768756 8.3438 0.767666 8.34396 0.772778 8.34412 0.774559 8.34427 0.76165 8.34443 0.737518 8.34459 0.714816 8.34474 0.698161 8.3449 0.683403 8.34506 0.668412 8.34521 0.654733 8.34537 0.641032 8.34553 0.627073 8.34568 0.623662 8.34584 0.643178 8.346 0.677431 8.34615 0.700662 8.34631 0.700176 8.34647 0.691752 8.34662 0.694861 8.34678 0.705427 8.34694 0.707327 8.3471 0.70221 8.34725 0.709833 8.34741 0.740311 8.34757 0.781384 8.34772 0.816448 8.34788 0.840937 8.34804 0.855485 8.34819 0.854801 8.34835 0.835041 8.34851 0.804977 8.34866 0.782496 8.34882 0.777654 8.34898 0.786553 8.34913 0.799576 8.34929 0.809611 8.34945 0.813652 8.3496 0.810415 8.34976 0.802178 8.34992 0.792887 8.35007 0.783394 8.35023 0.767735 8.35039 0.74136 8.35054 0.711449 8.3507 0.695002 8.35086 0.702111 8.35102 0.723753 8.35117 0.740409 8.35133 0.740957 8.35149 0.730443 8.35164 0.71988 8.3518 0.716099 8.35196 0.722951 8.35211 0.743264 8.35227 0.772623 8.35243 0.795975 8.35258 0.79961 8.35274 0.786264 8.3529 0.771209 8.35305 0.763036 8.35321 0.755616 8.35337 0.742827 8.35352 0.73067 8.35368 0.729799 8.35384 0.739152 8.35399 0.749285 8.35415 0.758977 8.35431 0.778654 8.35446 0.81288 8.35462 0.848257 8.35478 0.865505 8.35494 0.859464 8.35509 0.840048 8.35525 0.816421 8.35541 0.791512 8.35556 0.771406 8.35572 0.766175 8.35588 0.775083 8.35603 0.779728 8.35619 0.763641 8.35635 0.734164 8.3565 0.714854 8.35666 0.717306 8.35682 0.732477 8.35697 0.748828 8.35713 0.76513 8.35729 0.780653 8.35744 0.785677 8.3576 0.773722 8.35776 0.756253 8.35791 0.751804 8.35807 0.761142 8.35823 0.765312 8.35838 0.750777 8.35854 0.725894 8.3587 0.709471 8.35886 0.708269 8.35901 0.714049 8.35917 0.71979 8.35933 0.730349 8.35948 0.754759 8.35964 0.791177 8.3598 0.822793 8.35995 0.832619 8.36011 0.817734 8.36027 0.789434 8.36042 0.76112 8.36058 0.741766 8.36074 0.735283 8.36089 0.740512 8.36105 0.747921 8.36121 0.744749 8.36136 0.728884 8.36152 0.710662 8.36168 0.698683 8.36183 0.688329 8.36199 0.67356 8.36215 0.662112 8.3623 0.669024 8.36246 0.696904 8.36262 0.731682 8.36278 0.758316 8.36293 0.772993 8.36309 0.779414 8.36325 0.781928 8.3634 0.786041 8.36356 0.796621 8.36372 0.813726 8.36387 0.832287 8.36403 0.848031 8.36419 0.85976 8.36434 0.865069 8.3645 0.860018 8.36466 0.844236 8.36481 0.820984 8.36497 0.79304 8.36513 0.763031 8.36528 0.738258 8.36544 0.726299 8.3656 0.72482 8.36575 0.723916 8.36591 0.719864 8.36607 0.71785 8.36622 0.719186 8.36638 0.718078 8.36654 0.715283 8.3667 0.723663 8.36685 0.749513 8.36701 0.777952 8.36717 0.78717 8.36732 0.771768 8.36748 0.741959 8.36764 0.70801 8.36779 0.676968 8.36795 0.660444 8.36811 0.670989 8.36826 0.70758 8.36842 0.754922 8.36858 0.79655 8.36873 0.823931 8.36889 0.833053 8.36905 0.823718 8.3692 0.802218 8.36936 0.77775 8.36952 0.755836 8.36967 0.740215 8.36983 0.737341 8.36999 0.749874 8.37015 0.766379 8.3703 0.769161 8.37046 0.754787 8.37062 0.736183 8.37077 0.723491 8.37093 0.712398 8.37109 0.696617 8.37124 0.680504 8.3714 0.672379 8.37156 0.672508 8.37171 0.673787 8.37187 0.670033 8.37203 0.658237 8.37218 0.639173 8.37234 0.619847 8.3725 0.612596 8.37265 0.625028 8.37281 0.652971 8.37297 0.684796 8.37312 0.71038 8.37328 0.724798 8.37344 0.729604 8.37359 0.732262 8.37375 0.739649 8.37391 0.750248 8.37407 0.760505 8.37422 0.777595 8.37438 0.815132 8.37454 0.870716 8.37469 0.920645 8.37485 0.946031 8.37501 0.952802 8.37516 0.955765 8.37532 0.951295 8.37548 0.925037 8.37563 0.87978 8.37579 0.838246 8.37595 0.815383 8.3761 0.80318 8.37626 0.789441 8.37642 0.778597 8.37657 0.783351 8.37673 0.803587 8.37689 0.8221 8.37704 0.822697 8.3772 0.805431 8.37736 0.783048 8.37751 0.76728 8.37767 0.758124 8.37783 0.746987 8.37799 0.730436 8.37814 0.714451 8.3783 0.704852 8.37846 0.699155 8.37861 0.693198 8.37877 0.692925 8.37893 0.707453 8.37908 0.730334 8.37924 0.741616 8.3794 0.731705 8.37955 0.715845 8.37971 0.715619 8.37987 0.734725 8.38002 0.759958 8.38018 0.779604 8.38034 0.790278 8.38049 0.790446 8.38065 0.778338 8.38081 0.75864 8.38096 0.742631 8.38112 0.736068 8.38128 0.735134 8.38143 0.737164 8.38159 0.747083 8.38175 0.770364 8.38191 0.801705 8.38206 0.828108 8.38222 0.84151 8.38238 0.842661 8.38253 0.834861 8.38269 0.822235 8.38285 0.811869 8.383 0.811908 8.38316 0.822167 8.38332 0.832879 8.38347 0.835767 8.38363 0.830887 8.38379 0.822708 8.38394 0.811985 8.3841 0.800963 8.38426 0.798355 8.38441 0.810319 8.38457 0.827555 8.38473 0.833655 8.38488 0.827109 8.38504 0.823132 8.3852 0.829929 8.38535 0.83474 8.38551 0.822277 8.38567 0.797114 8.38583 0.777378 8.38598 0.769918 8.38614 0.766703 8.3863 0.76173 8.38645 0.758409 8.38661 0.758318 8.38677 0.754501 8.38692 0.742009 8.38708 0.727674 8.38724 0.723636 8.38739 0.731902 8.38755 0.740358 8.38771 0.732524 8.38786 0.703304 8.38802 0.668374 8.38818 0.65776 8.38833 0.690757 8.38849 0.75671 8.38865 0.823713 8.3888 0.868045 8.38896 0.886884 8.38912 0.886966 8.38927 0.872362 8.38943 0.848775 8.38959 0.828511 8.38975 0.820552 8.3899 0.821767 8.39006 0.823915 8.39022 0.825681 8.39037 0.830466 8.39053 0.837265 8.39069 0.841637 8.39084 0.843677 8.391 0.846969 8.39116 0.853182 8.39131 0.860605 8.39147 0.86662 8.39163 0.865996 8.39178 0.851975 8.39194 0.825711 8.3921 0.799612 8.39225 0.782901 8.39241 0.76949 8.39257 0.750032 8.39272 0.731502 8.39288 0.731886 8.39304 0.754262 8.3932 0.779077 8.39335 0.786503 8.39351 0.776588 8.39367 0.762895 8.39382 0.755417 8.39398 0.754025 8.39414 0.75351 8.39429 0.748632 8.39445 0.741147 8.39461 0.742969 8.39476 0.764281 8.39492 0.796281 8.39508 0.813043 8.39523 0.797519 8.39539 0.7591 8.39555 0.720071 8.3957 0.692972 8.39586 0.678116 8.39602 0.676482 8.39617 0.692055 8.39633 0.726568 8.39649 0.776593 8.39664 0.835221 8.3968 0.887841 8.39696 0.912812 8.39712 0.898399 8.39727 0.856909 8.39743 0.813968 8.39759 0.783364 8.39774 0.762987 8.3979 0.75248 8.39806 0.760592 8.39821 0.79006 8.39837 0.828178 8.39853 0.858103 8.39868 0.873747 8.39884 0.876439 8.399 0.866027 8.39915 0.843057 8.39931 0.814651 8.39947 0.791357 8.39962 0.779606 8.39978 0.779863 8.39994 0.789654 8.40009 0.801309 8.40025 0.803089 8.40041 0.787974 8.40056 0.762462 8.40072 0.738247 8.40088 0.717525 8.40104 0.693116 8.40119 0.663216 8.40135 0.639299 8.40151 0.636757 8.40166 0.66013 8.40182 0.699647 8.40198 0.737062 8.40213 0.755862 8.40229 0.751545 8.40245 0.733893 8.4026 0.718486 8.40276 0.713052 8.40292 0.714657 8.40307 0.718561 8.40323 0.723633 8.40339 0.726548 8.40354 0.719769 8.4037 0.698825 8.40386 0.672117 8.40401 0.654063 8.40417 0.651478 8.40433 0.657415 8.40448 0.661502 8.40464 0.662486 8.4048 0.668832 8.40496 0.689372 8.40511 0.720944 8.40527 0.747222 8.40543 0.751585 8.40558 0.733924 8.40574 0.712842 8.4059 0.707266 8.40605 0.716211 8.40621 0.721038 8.40637 0.707374 8.40652 0.680972 8.40668 0.661468 8.40684 0.663277 8.40699 0.685233 8.40715 0.713514 8.40731 0.730097 8.40746 0.725443 8.40762 0.706742 8.40778 0.694415 8.40793 0.702122 8.40809 0.720684 8.40825 0.726078 8.4084 0.705121 8.40856 0.66673 8.40872 0.628398 8.40888 0.601639 8.40903 0.591559 8.40919 0.60166 8.40935 0.627524 8.4095 0.653247 8.40966 0.668217 8.40982 0.681585 8.40997 0.709562 8.41013 0.746146 8.41029 0.764471 8.41044 0.750843 8.4106 0.725059 8.41076 0.717484 8.41091 0.735027 8.41107 0.760337 8.41123 0.775528 8.41138 0.775385 8.41154 0.763504 8.4117 0.750044 8.41185 0.749484 8.41201 0.767089 8.41217 0.788467 8.41232 0.793989 8.41248 0.785748 8.41264 0.785963 8.4128 0.804525 8.41295 0.822529 8.41311 0.815406 8.41327 0.782777 8.41342 0.746101 8.41358 0.722644 8.41374 0.713424 8.41389 0.711845 8.41405 0.711723 8.41421 0.708875 8.41436 0.701005 8.41452 0.689106 8.41468 0.676515 8.41483 0.667108 8.41499 0.667715 8.41515 0.685486 8.4153 0.717322 8.41546 0.746569 8.41562 0.758371 8.41577 0.75683 8.41593 0.759173 8.41609 0.772427 8.41624 0.785224 8.4164 0.781897 8.41656 0.757712 8.41672 0.718658 8.41687 0.673053 8.41703 0.629612 8.41719 0.598418 8.41734 0.586242 8.4175 0.591799 8.41766 0.60674 8.41781 0.62206 8.41797 0.631556 8.41813 0.63528 8.41828 0.641175 8.41844 0.663746 8.4186 0.713038 8.41875 0.781099 8.41891 0.840383 8.41907 0.86101 8.41922 0.83629 8.41938 0.789754 8.41954 0.752623 8.41969 0.734911 8.41985 0.723328 8.42001 0.706493 8.42017 0.691866 8.42032 0.691409 8.42048 0.703099 8.42064 0.716279 8.42079 0.728657 8.42095 0.745237 8.42111 0.76199 8.42126 0.767447 8.42142 0.760034 8.42158 0.752138 8.42173 0.751724 8.42189 0.753263 8.42205 0.75128 8.4222 0.751466 8.42236 0.759069 8.42252 0.765651 8.42267 0.760113 8.42283 0.744181 8.42299 0.728726 8.42314 0.718085 8.4233 0.709075 8.42346 0.700734 8.42361 0.694918 8.42377 0.687551 8.42393 0.673506 8.42409 0.657751 8.42424 0.65348 8.4244 0.667336 8.42456 0.69651 8.42471 0.739946 8.42487 0.798787 8.42503 0.861914 8.42518 0.904146 8.42534 0.911839 8.4255 0.899194 8.42565 0.88951 8.42581 0.886193 8.42597 0.874613 8.42612 0.850424 8.42628 0.828516 8.42644 0.820477 8.42659 0.81818 8.42675 0.808757 8.42691 0.794489 8.42706 0.786341 8.42722 0.785032 8.42738 0.781333 8.42753 0.776128 8.42769 0.783422 8.42785 0.81095 8.42801 0.847593 8.42816 0.875876 8.42832 0.886971 8.42848 0.879468 8.42863 0.854318 8.42879 0.822386 8.42895 0.807309 8.4291 0.824772 8.42926 0.862583 8.42942 0.894116 8.42957 0.910101 8.42973 0.924834 8.42989 0.94956 8.43004 0.976713 8.4302 0.994612 8.43036 1.00448 8.43051 1.01243 8.43067 1.01611 8.43083 1.00947 8.43098 0.995338 8.43114 0.982857 8.4313 0.980496 8.43145 0.994349 8.43161 1.02646 8.43177 1.06516 8.43193 1.08428 8.43208 1.06515 8.43224 1.01433 8.4324 0.951585 8.43255 0.886574 8.43271 0.819035 8.43287 0.756458 8.43302 0.71424 8.43318 0.697736 8.43334 0.697027 8.43349 0.703363 8.43365 0.718741 8.43381 0.745301 8.43396 0.777844 8.43412 0.809811 8.43428 0.839565 8.43443 0.862776 8.43459 0.868977 8.43475 0.852662 8.4349 0.824112 8.43506 0.804355 8.43522 0.807986 8.43537 0.832496 8.43553 0.859121 8.43569 0.865405 8.43585 0.845337 8.436 0.816488 8.43616 0.802923 8.43632 0.808967 8.43647 0.817949 8.43663 0.815274 8.43679 0.802044 8.43694 0.783198 8.4371 0.758908 8.43726 0.735706 8.43741 0.730807 8.43757 0.75343 8.43773 0.787359 8.43788 0.806218 8.43804 0.803185 8.4382 0.796093 8.43835 0.803267 8.43851 0.824299 8.43867 0.844067 8.43882 0.846511 8.43898 0.826145 8.43914 0.79213 8.43929 0.763673 8.43945 0.75439 8.43961 0.759218 8.43977 0.76093 8.43992 0.749754 8.44008 0.733388 8.44024 0.726635 8.44039 0.734219 8.44055 0.74475 8.44071 0.743304 8.44086 0.730453 8.44102 0.726401 8.44118 0.749192 8.44133 0.789821 8.44149 0.818865 8.44165 0.822279 8.4418 0.819423 8.44196 0.835495 8.44212 0.866031 8.44227 0.883067 8.44243 0.873141 8.44259 0.852662 8.44274 0.844894 8.4429 0.854954 8.44306 0.873414 8.44322 0.89484 8.44337 0.921522 8.44353 0.952268 8.44369 0.977073 8.44384 0.985227 8.444 0.976088 8.44416 0.957699 8.44431 0.936483 8.44447 0.909382 8.44463 0.87204 8.44478 0.83163 8.44494 0.801897 8.4451 0.786041 8.44525 0.773767 8.44541 0.760615 8.44557 0.758231 8.44572 0.778656 8.44588 0.815212 8.44604 0.851979 8.44619 0.884439 8.44635 0.915771 8.44651 0.939834 8.44666 0.944145 8.44682 0.9299 8.44698 0.91174 8.44714 0.897034 8.44729 0.879683 8.44745 0.856503 8.44761 0.836119 8.44776 0.826203 8.44792 0.827008 8.44808 0.841306 8.44823 0.876031 8.44839 0.925198 8.44855 0.964052 8.4487 0.973047 8.44886 0.955339 8.44902 0.925152 8.44917 0.889276 8.44933 0.851438 8.44949 0.822658 8.44964 0.812042 8.4498 0.815478 8.44996 0.823173 8.45011 0.83148 8.45027 0.836359 8.45043 0.825714 8.45058 0.792716 8.45074 0.751789 8.4509 0.72289 8.45106 0.70727 8.45121 0.69379 8.45137 0.684679 8.45153 0.695444 8.45168 0.728237 8.45184 0.764521 8.452 0.78832 8.45215 0.803347 8.45231 0.82249 8.45247 0.852378 8.45262 0.893237 8.45278 0.940522 8.45294 0.982201 8.45309 1.00553 8.45325 1.01219 8.45341 1.014 8.45356 1.01089 8.45372 0.990517 8.45388 0.955369 8.45403 0.933245 8.45419 0.94349 8.45435 0.967761 8.4545 0.972659 8.45466 0.95364 8.45482 0.93957 8.45498 0.952787 8.45513 0.985987 8.45529 1.01998 8.45545 1.04942 8.4556 1.08216 8.45576 1.12594 8.45592 1.18474 8.45607 1.26151 8.45623 1.35699 8.45639 1.46754 8.45654 1.59145 8.4567 1.73839 8.45686 1.92669 8.45701 2.17204 8.45717 2.47805 8.45733 2.83826 8.45748 3.24017 8.45764 3.66406 8.4578 4.07318 8.45795 4.40706 8.45811 4.5903 8.45827 4.56062 8.45842 4.2993 8.45858 3.84547 8.45874 3.28636 8.4589 2.72718 8.45905 2.25264 8.45921 1.89732 8.45937 1.64738 8.45952 1.4702 8.45968 1.3454 8.45984 1.26593 8.45999 1.21874 8.46015 1.17798 8.46031 1.12301 8.46046 1.05502 8.46062 0.989133 8.46078 0.93537 8.46093 0.894161 8.46109 0.865692 8.46125 0.854214 8.4614 0.860058 8.46156 0.873775 8.46172 0.883494 8.46187 0.883657 8.46203 0.874998 8.46219 0.857561 8.46234 0.832664 8.4625 0.807377 8.46266 0.793152 8.46282 0.794092 8.46297 0.802065 8.46313 0.805369 8.46329 0.802161 8.46344 0.799989 8.4636 0.80447 8.46376 0.813695 8.46391 0.822524 8.46407 0.829413 8.46423 0.83386 8.46438 0.835809 8.46454 0.839441 8.4647 0.855608 8.46485 0.889764 8.46501 0.927441 8.46517 0.940774 8.46532 0.916087 8.46548 0.87064 8.46564 0.83676 8.46579 0.830555 8.46595 0.841572 8.46611 0.85019 8.46627 0.84721 8.46642 0.833692 8.46658 0.811473 8.46674 0.782952 8.46689 0.755862 8.46705 0.739655 8.46721 0.737011 8.46736 0.745629 8.46752 0.76667 8.46768 0.803771 8.46783 0.849402 8.46799 0.883187 8.46815 0.889925 8.4683 0.873862 8.46846 0.849534 8.46862 0.824158 8.46877 0.799762 8.46893 0.784079 8.46909 0.786708 8.46924 0.802156 8.4694 0.811523 8.46956 0.804242 8.46971 0.787287 8.46987 0.769834 8.47003 0.75131 8.47019 0.734611 8.47034 0.736614 8.4705 0.770082 8.47066 0.820455 8.47081 0.858376 8.47097 0.87376 8.47113 0.882838 8.47128 0.897294 8.47144 0.904845 8.4716 0.889502 8.47175 0.859583 8.47191 0.838032 8.47207 0.832728 8.47222 0.830539 8.47238 0.819748 8.47254 0.805802 8.47269 0.797933 8.47285 0.792786 8.47301 0.781831 8.47316 0.768813 8.47332 0.767184 8.47348 0.780588 8.47363 0.794563 8.47379 0.794632 8.47395 0.785447 8.47411 0.784392 8.47426 0.797816 8.47442 0.812428 8.47458 0.813361 8.47473 0.804214 8.47489 0.800289 8.47505 0.80711 8.4752 0.815721 8.47536 0.819425 8.47552 0.823368 8.47567 0.831612 8.47583 0.834274 8.47599 0.822284 8.47614 0.809117 8.4763 0.822603 8.47646 0.869858 8.47661 0.922971 8.47677 0.947256 8.47693 0.936714 8.47708 0.914069 8.47724 0.90095 8.4774 0.900073 8.47755 0.901048 8.47771 0.890645 8.47787 0.855781 8.47803 0.792172 8.47818 0.716129 8.47834 0.659943 8.4785 0.644811 8.47865 0.66194 8.47881 0.685961 8.47897 0.70241 8.47912 0.713935 8.47928 0.72409 8.47944 0.728207 8.47959 0.722162 8.47975 0.71332 8.47991 0.713424 8.48006 0.725883 8.48022 0.74348 8.48038 0.757117 8.48053 0.764185 8.48069 0.767382 8.48085 0.769986 8.481 0.772986 8.48116 0.777489 8.48132 0.785461 8.48147 0.797351 8.48163 0.807597 8.48179 0.8088 8.48195 0.799946 8.4821 0.789074 8.48226 0.784217 8.48242 0.785482 8.48257 0.791305 8.48273 0.803634 8.48289 0.820626 8.48304 0.828568 8.4832 0.811665 8.48336 0.775742 8.48351 0.749889 8.48367 0.756251 8.48383 0.788235 8.48398 0.820518 8.48414 0.83824 8.4843 0.845368 8.48445 0.850934 8.48461 0.857125 8.48477 0.862809 8.48492 0.869064 8.48508 0.875925 8.48524 0.879716 8.48539 0.879685 8.48555 0.884937 8.48571 0.908176 8.48587 0.94994 8.48602 0.995818 8.48618 1.02941 8.48634 1.04823 8.48649 1.06183 8.48665 1.07552 8.48681 1.08352 8.48696 1.0805 8.48712 1.07468 8.48728 1.08126 8.48743 1.10642 8.48759 1.14165 8.48775 1.17648 8.4879 1.20732 8.48806 1.23293 8.48822 1.25011 8.48837 1.25864 8.48853 1.26678 8.48869 1.28283 8.48884 1.30564 8.489 1.32422 8.48916 1.33091 8.48932 1.32527 8.48947 1.31053 8.48963 1.2865 8.48979 1.24907 8.48994 1.19499 8.4901 1.12845 8.49026 1.06406 8.49041 1.01898 8.49057 1.00058 8.49073 0.999995 8.49088 0.999754 8.49104 0.987858 8.4912 0.963236 8.49135 0.935756 8.49151 0.919428 8.49167 0.919204 8.49182 0.91973 8.49198 0.895941 8.49214 0.842468 8.49229 0.788325 8.49245 0.7699 8.49261 0.791362 8.49276 0.823126 8.49292 0.83666 8.49308 0.830469 8.49324 0.819071 8.49339 0.811008 8.49355 0.805393 8.49371 0.801214 8.49386 0.800276 8.49402 0.801448 8.49418 0.799929 8.49433 0.792051 8.49449 0.780026 8.49465 0.770624 8.4948 0.771778 8.49496 0.787169 8.49512 0.810935 8.49527 0.832165 8.49543 0.846722 8.49559 0.859753 8.49574 0.874379 8.4959 0.881661 8.49606 0.870129 8.49621 0.840474 8.49637 0.806633 8.49653 0.781714 8.49668 0.766889 8.49684 0.754547 8.497 0.738669 8.49716 0.720668 8.49731 0.707855 8.49747 0.708384 8.49763 0.723756 8.49778 0.747234 8.49794 0.768887 8.4981 0.783369 8.49825 0.790442 8.49841 0.791696 8.49857 0.787491 8.49872 0.776496 8.49888 0.757893 8.49904 0.731075 8.49919 0.699615 8.49935 0.670965 8.49951 0.651469 8.49966 0.639702 8.49982 0.628684 8.49998 0.617821 8.50013 0.616002 8.50029 0.631923 8.50045 0.661786 8.5006 0.689619 8.50076 0.701694 8.50092 0.696798 8.50108 0.683242 8.50123 0.672694 8.50139 0.674058 8.50155 0.691641 8.5017 0.722031 8.50186 0.7535 8.50202 0.774651 8.50217 0.784975 8.50233 0.792558 8.50249 0.802529 8.50264 0.811404 8.5028 0.814708 8.50296 0.814806 8.50311 0.814838 8.50327 0.810197 8.50343 0.796179 8.50358 0.781813 8.50374 0.784527 8.5039 0.810698 8.50405 0.845423 8.50421 0.869651 8.50437 0.878818 8.50452 0.881483 8.50468 0.88255 8.50484 0.87817 8.505 0.867319 8.50515 0.859523 8.50531 0.864282 8.50547 0.876984 8.50562 0.881047 8.50578 0.865128 8.50594 0.834504 8.50609 0.802024 8.50625 0.772401 8.50641 0.740645 8.50656 0.705643 8.50672 0.677738 8.50688 0.666713 8.50703 0.666962 8.50719 0.663605 8.50735 0.651197 8.5075 0.640196 8.50766 0.641068 8.50782 0.648929 8.50797 0.650427 8.50813 0.642054 8.50829 0.635739 8.50844 0.644806 8.5086 0.666652 8.50876 0.682444 8.50892 0.677189 8.50907 0.656834 8.50923 0.644544 8.50939 0.655917 8.50954 0.681679 8.5097 0.698434 8.50986 0.694924 8.51001 0.684427 8.51017 0.691593 8.51033 0.728878 8.51048 0.786804 8.51064 0.841024 8.5108 0.869923 8.51095 0.871242 8.51111 0.861922 8.51127 0.859608 8.51142 0.865549 8.51158 0.869068 8.51174 0.866424 8.51189 0.865989 8.51205 0.872968 8.51221 0.878559 8.51237 0.868181 8.51252 0.83854 8.51268 0.802889 8.51284 0.782555 8.51299 0.793266 8.51315 0.832232 8.51331 0.876194 8.51346 0.899765 8.51362 0.899161 8.51378 0.891322 8.51393 0.889585 8.51409 0.887249 8.51425 0.872274 8.5144 0.846334 8.51456 0.821969 8.51472 0.806648 8.51487 0.799005 8.51503 0.797536 8.51519 0.803198 8.51534 0.816312 8.5155 0.83567 8.51566 0.858594 8.51581 0.874356 8.51597 0.865843 8.51613 0.827814 8.51629 0.778628 8.51644 0.744696 8.5166 0.7341 8.51676 0.736618 8.51691 0.744401 8.51707 0.760126 8.51723 0.784985 8.51738 0.811187 8.51754 0.830596 8.5177 0.839755 8.51785 0.835331 8.51801 0.817038 8.51817 0.798182 8.51832 0.799129 8.51848 0.822631 8.51864 0.845212 8.51879 0.843106 8.51895 0.818765 8.51911 0.793906 8.51926 0.783862 8.51942 0.788817 8.51958 0.806122 8.51973 0.837082 8.51989 0.876097 8.52005 0.903341 8.52021 0.896852 8.52036 0.853326 8.52052 0.794934 8.52068 0.752822 8.52083 0.742137 8.52099 0.754134 8.52115 0.771889 8.5213 0.786725 8.52146 0.799017 8.52162 0.806899 8.52177 0.806454 8.52193 0.801415 8.52209 0.800979 8.52224 0.806692 8.5224 0.807477 8.52256 0.795921 8.52271 0.779406 8.52287 0.770698 8.52303 0.773084 8.52318 0.780183 8.52334 0.785485 8.5235 0.78678 8.52365 0.78394 8.52381 0.776581 8.52397 0.764754 8.52413 0.748076 8.52428 0.727278 8.52444 0.707426 8.5246 0.693693 8.52475 0.684105 8.52491 0.672955 8.52507 0.665057 8.52522 0.674733 8.52538 0.70686 8.52554 0.74448 8.52569 0.764303 8.52585 0.758819 8.52601 0.737265 8.52616 0.712111 8.52632 0.693029 8.52648 0.687334 8.52663 0.694102 8.52679 0.701585 8.52695 0.701969 8.5271 0.703609 8.52726 0.719739 8.52742 0.747259 8.52757 0.770365 8.52773 0.786524 8.52789 0.808963 8.52805 0.84065 8.5282 0.860982 8.52836 0.850639 8.52852 0.819407 8.52867 0.795888 8.52883 0.792511 8.52899 0.796044 8.52914 0.790881 8.5293 0.780353 8.52946 0.777748 8.52961 0.783523 8.52977 0.781669 8.52993 0.759963 8.53008 0.726761 8.53024 0.702292 8.5304 0.695609 8.53055 0.697512 8.53071 0.697761 8.53087 0.701059 8.53102 0.718519 8.53118 0.749153 8.53134 0.777415 8.53149 0.791777 8.53165 0.796165 8.53181 0.801821 8.53197 0.812565 8.53212 0.821718 8.53228 0.820452 8.53244 0.806446 8.53259 0.787516 8.53275 0.77536 8.53291 0.77487 8.53306 0.778837 8.53322 0.778527 8.53338 0.776972 8.53353 0.784838 8.53369 0.803084 8.53385 0.818405 8.534 0.820037 8.53416 0.81226 8.53432 0.805515 8.53447 0.801982 8.53463 0.798834 8.53479 0.799821 8.53494 0.813231 8.5351 0.838152 8.53526 0.860715 8.53541 0.866906 8.53557 0.856218 8.53573 0.841815 8.53589 0.840528 8.53604 0.859548 8.5362 0.889767 8.53636 0.91173 8.53651 0.913961 8.53667 0.903201 8.53683 0.892873 8.53698 0.884717 8.53714 0.869104 8.5373 0.842315 8.53745 0.812897 8.53761 0.78863 8.53777 0.765237 8.53792 0.737825 8.53808 0.713716 8.53824 0.705645 8.53839 0.715071 8.53855 0.730954 8.53871 0.743691 8.53886 0.751006 8.53902 0.750986 8.53918 0.740433 8.53934 0.724339 8.53949 0.718491 8.53965 0.736488 8.53981 0.775969 8.53996 0.822776 8.54012 0.863515 8.54028 0.88922 8.54043 0.895111 8.54059 0.884776 8.54075 0.872128 8.5409 0.869397 8.54106 0.87198 8.54122 0.866951 8.54137 0.854021 8.54153 0.849039 8.54169 0.859283 8.54184 0.868123 8.542 0.852914 8.54216 0.813221 8.54231 0.773479 8.54247 0.757137 8.54263 0.76708 8.54278 0.786198 8.54294 0.795049 8.5431 0.7876 8.54326 0.776219 8.54341 0.780982 8.54357 0.808985 8.54373 0.846233 8.54388 0.87133 8.54404 0.876675 8.5442 0.87106 8.54435 0.86707 8.54451 0.870447 8.54467 0.881557 8.54482 0.895606 8.54498 0.903898 8.54514 0.902861 8.54529 0.900663 8.54545 0.910657 8.54561 0.93611 8.54576 0.968013 8.54592 0.998807 8.54608 1.02818 8.54623 1.05354 8.54639 1.06611 8.54655 1.06198 8.5467 1.04853 8.54686 1.03274 8.54702 1.01249 8.54718 0.987366 8.54733 0.971117 8.54749 0.977693 8.54765 0.999386 8.5478 1.01092 8.54796 0.998691 8.54812 0.973859 8.54827 0.956379 8.54843 0.952742 8.54859 0.95871 8.54874 0.971142 8.5489 0.987319 8.54906 0.998989 8.54921 0.99537 8.54937 0.978235 8.54953 0.965625 8.54968 0.977724 8.54984 1.01943 8.55 1.07653 8.55015 1.12602 8.55031 1.14902 8.55047 1.14058 8.55062 1.11191 8.55078 1.08121 8.55094 1.05623 8.5511 1.02775 8.55125 0.983947 8.55141 0.930827 8.55157 0.89289 8.55172 0.88985 8.55188 0.917513 8.55204 0.953924 8.55219 0.977307 8.55235 0.975199 8.55251 0.945803 8.55266 0.899967 8.55282 0.856894 8.55298 0.828038 8.55313 0.80727 8.55329 0.785036 8.55345 0.768954 8.5536 0.776862 8.55376 0.809365 8.55392 0.846239 8.55407 0.872449 8.55423 0.893783 8.55439 0.918897 8.55454 0.941619 8.5547 0.952736 8.55486 0.955149 8.55502 0.954323 8.55517 0.94497 8.55533 0.923367 8.55549 0.906691 8.55564 0.917112 8.5558 0.949288 8.55596 0.972493 8.55611 0.968479 8.55627 0.948452 8.55643 0.926027 8.55658 0.895436 8.55674 0.847927 8.5569 0.795918 8.55705 0.763584 8.55721 0.758435 8.55737 0.767636 8.55752 0.777326 8.55768 0.785493 8.55784 0.794073 8.55799 0.802603 8.55815 0.808601 8.55831 0.809432 8.55846 0.800838 8.55862 0.781648 8.55878 0.759304 8.55894 0.744236 8.55909 0.737746 8.55925 0.732196 8.55941 0.724157 8.55956 0.720525 8.55972 0.726918 8.55988 0.737774 8.56003 0.743277 8.56019 0.743127 8.56035 0.745501 8.5605 0.753412 8.56066 0.759258 8.56082 0.755663 8.56097 0.745757 8.56113 0.738176 8.56129 0.736323 8.56144 0.735403 8.5616 0.732038 8.56176 0.730179 8.56191 0.736422 8.56207 0.752401 8.56223 0.772555 8.56239 0.78677 8.56254 0.786013 8.5627 0.768638 8.56286 0.742116 8.56301 0.716725 8.56317 0.694846 8.56333 0.673304 8.56348 0.655302 8.56364 0.654385 8.5638 0.678352 8.56395 0.715182 8.56411 0.744986 8.56427 0.76028 8.56442 0.76796 8.56458 0.774118 8.56474 0.778581 8.56489 0.783506 8.56505 0.793132 8.56521 0.803616 8.56536 0.802961 8.56552 0.787691 8.56568 0.767334 8.56583 0.748209 8.56599 0.722596 8.56615 0.683866 8.56631 0.643565 8.56646 0.620428 8.56662 0.620911 8.56678 0.636823 8.56693 0.659696 8.56709 0.685554 8.56725 0.710338 8.5674 0.729567 8.56756 0.744015 8.56772 0.756555 8.56787 0.764633 8.56803 0.763114 8.56819 0.7537 8.56834 0.744667 8.5685 0.742563 8.56866 0.750063 8.56881 0.771002 8.56897 0.807899 8.56913 0.855341 8.56928 0.90041 8.56944 0.930316 8.5696 0.935324 8.56975 0.910085 8.56991 0.859774 8.57007 0.803626 8.57023 0.761904 8.57038 0.740697 8.57054 0.732289 8.5707 0.728822 8.57085 0.727143 8.57101 0.725885 8.57117 0.731052 8.57132 0.75888 8.57148 0.818065 8.57164 0.888366 8.57179 0.933209 8.57195 0.938533 8.57211 0.92488 8.57226 0.918311 8.57242 0.922296 8.57258 0.926811 8.57273 0.929797 8.57289 0.935759 8.57305 0.944562 8.5732 0.95221 8.57336 0.958479 8.57352 0.963359 8.57367 0.962295 8.57383 0.952054 8.57399 0.937777 8.57415 0.925963 8.5743 0.913559 8.57446 0.894855 8.57462 0.871759 8.57477 0.850738 8.57493 0.83377 8.57509 0.820103 8.57524 0.812946 8.5754 0.81455 8.57556 0.819656 8.57571 0.821721 8.57587 0.82307 8.57603 0.82849 8.57618 0.833221 8.57634 0.82734 8.5765 0.81149 8.57665 0.798105 8.57681 0.796974 8.57697 0.805598 8.57712 0.813599 8.57728 0.811804 8.57744 0.796643 8.57759 0.771923 8.57775 0.745706 8.57791 0.7214 8.57807 0.697491 8.57822 0.677894 8.57838 0.674232 8.57854 0.689953 8.57869 0.711637 8.57885 0.724992 8.57901 0.731888 8.57916 0.738862 8.57932 0.737294 8.57948 0.715397 8.57963 0.68423 8.57979 0.671638 8.57995 0.688092 8.5801 0.714823 8.58026 0.7299 8.58042 0.727436 8.58057 0.710878 8.58073 0.683824 8.58089 0.656244 8.58104 0.640891 8.5812 0.635905 8.58136 0.625778 8.58151 0.609387 8.58167 0.610458 8.58183 0.646371 8.58199 0.700735 8.58214 0.740762 8.5823 0.752839 8.58246 0.744547 8.58261 0.72321 8.58277 0.692886 8.58293 0.665526 8.58308 0.65545 8.58324 0.661878 8.5834 0.669882 8.58355 0.671976 8.58371 0.674262 8.58387 0.678583 8.58402 0.674295 8.58418 0.654776 8.58434 0.631608 8.58449 0.623359 8.58465 0.635461 8.58481 0.657185 8.58496 0.677331 8.58512 0.693459 8.58528 0.708698 8.58544 0.722835 8.58559 0.733735 8.58575 0.743967 8.58591 0.759893 8.58606 0.781531 8.58622 0.799427 8.58638 0.805913 8.58653 0.805091 8.58669 0.80422 8.58685 0.7998 8.587 0.786499 8.58716 0.776531 8.58732 0.791271 8.58747 0.827873 8.58763 0.851879 8.58779 0.836914 8.58794 0.797285 8.5881 0.767159 8.58826 0.758382 8.58841 0.755197 8.58857 0.744479 8.58873 0.728314 8.58888 0.711288 8.58904 0.693808 8.5892 0.683007 8.58936 0.691658 8.58951 0.721553 8.58967 0.757144 8.58983 0.78259 8.58998 0.794465 8.59014 0.79525 8.5903 0.786742 8.59045 0.775385 8.59061 0.774529 8.59077 0.793653 8.59092 0.829531 8.59108 0.869577 8.59124 0.901265 8.59139 0.914304 8.59155 0.904391 8.59171 0.87775 8.59186 0.845074 8.59202 0.810893 8.59218 0.772857 8.59233 0.73248 8.59249 0.698332 8.59265 0.676652 8.5928 0.667308 8.59296 0.667485 8.59312 0.671442 8.59328 0.666052 8.59343 0.639186 8.59359 0.599161 8.59375 0.573834 8.5939 0.582551 8.59406 0.617103 8.59422 0.654692 8.59437 0.681688 8.59453 0.697781 8.59469 0.706913 8.59484 0.713929 8.595 0.723918 8.59516 0.735187 8.59531 0.739925 8.59547 0.737418 8.59563 0.741887 8.59578 0.765185 8.59594 0.796844 8.5961 0.810797 8.59625 0.793614 8.59641 0.757227 8.59657 0.725326 8.59672 0.714165 8.59688 0.724436 8.59704 0.745412 8.5972 0.763384 8.59735 0.770048 8.59751 0.763717 8.59767 0.744784 8.59782 0.715739 8.59798 0.686991 8.59814 0.674369 8.59829 0.682501 8.59845 0.696615 8.59861 0.699558 8.59876 0.692552 8.59892 0.690695 8.59908 0.700925 8.59923 0.716667 8.59939 0.730542 8.59955 0.741696 8.5997 0.748868 8.59986 0.748674 8.60002 0.745349 8.60017 0.752853 8.60033 0.779012 8.60049 0.812342 8.60064 0.829688 8.6008 0.817191 8.60096 0.780991 8.60112 0.741468 8.60127 0.7192 8.60143 0.72265 8.60159 0.741854 8.60174 0.756817 8.6019 0.755665 8.60206 0.74597 8.60221 0.747332 8.60237 0.771738 8.60253 0.811698 8.60268 0.845643 8.60284 0.854259 8.603 0.832356 8.60315 0.791522 8.60331 0.751724 8.60347 0.72924 8.60362 0.727984 8.60378 0.74012 8.60394 0.75643 8.60409 0.775786 8.60425 0.803262 8.60441 0.837456 8.60456 0.866327 8.60472 0.878857 8.60488 0.876752 8.60504 0.868653 8.60519 0.858221 8.60535 0.846881 8.60551 0.842226 8.60566 0.850937 8.60582 0.86331 8.60598 0.858885 8.60613 0.834213 8.60629 0.81099 8.60645 0.809197 8.6066 0.822808 8.60676 0.834814 8.60692 0.842663 8.60707 0.856425 8.60723 0.876796 8.60739 0.890161 8.60754 0.886765 8.6077 0.870073 8.60786 0.84631 8.60801 0.81964 8.60817 0.796322 8.60833 0.781876 8.60849 0.772489 8.60864 0.758316 8.6088 0.740349 8.60896 0.732463 8.60911 0.741052 8.60927 0.75497 8.60943 0.759443 8.60958 0.753654 8.60974 0.746712 8.6099 0.744383 8.61005 0.748 8.61021 0.759952 8.61037 0.784024 8.61052 0.816488 8.61068 0.84662 8.61084 0.865521 8.61099 0.870675 8.61115 0.865346 8.61131 0.854841 8.61146 0.845648 8.61162 0.84216 8.61178 0.844942 8.61193 0.851876 8.61209 0.857752 8.61225 0.854456 8.61241 0.834174 8.61256 0.800088 8.61272 0.769239 8.61288 0.761803 8.61303 0.783928 8.61319 0.822568 8.61335 0.855177 8.6135 0.866131 8.61366 0.857589 8.61382 0.844667 8.61397 0.842321 8.61413 0.851626 8.61429 0.860938 8.61444 0.860639 8.6146 0.854395 8.61476 0.855208 8.61491 0.871065 8.61507 0.897708 8.61523 0.922103 8.61538 0.933161 8.61554 0.927131 8.6157 0.907034 8.61585 0.878658 8.61601 0.845798 8.61617 0.810757 8.61633 0.7757 8.61648 0.745279 8.61664 0.726619 8.6168 0.72665 8.61695 0.745093 8.61711 0.769427 8.61727 0.782575 8.61742 0.776866 8.61758 0.759696 8.61774 0.742225 8.61789 0.72983 8.61805 0.724887 8.61821 0.732509 8.61836 0.754866 8.61852 0.783025 8.61868 0.804784 8.61883 0.819215 8.61899 0.83526 8.61915 0.856481 8.6193 0.877962 8.61946 0.896708 8.61962 0.91331 8.61977 0.919387 8.61993 0.898221 8.62009 0.848724 8.62025 0.798396 8.6204 0.778455 8.62056 0.790175 8.62072 0.807998 8.62087 0.813475 8.62103 0.811634 8.62119 0.813339 8.62134 0.815172 8.6215 0.807831 8.62166 0.7934 8.62181 0.78488 8.62197 0.789267 8.62213 0.801386 8.62228 0.813141 8.62244 0.820278 8.6226 0.819235 8.62275 0.80437 8.62291 0.77811 8.62307 0.755779 8.62322 0.754776 8.62338 0.779146 8.62354 0.818046 8.62369 0.857741 8.62385 0.886779 8.62401 0.893484 8.62417 0.870259 8.62432 0.826936 8.62448 0.786854 8.62464 0.764671 8.62479 0.753494 8.62495 0.740322 8.62511 0.725814 8.62526 0.719187 8.62542 0.719843 8.62558 0.71708 8.62573 0.706247 8.62589 0.692818 8.62605 0.680649 8.6262 0.668142 8.62636 0.657417 8.62652 0.656211 8.62667 0.665541 8.62683 0.676131 8.62699 0.681933 8.62714 0.686643 8.6273 0.693012 8.62746 0.694512 8.62761 0.687423 8.62777 0.680556 8.62793 0.686339 8.62809 0.703698 8.62824 0.722895 8.6284 0.741174 8.62856 0.766473 8.62871 0.802438 8.62887 0.838592 8.62903 0.86023 8.62918 0.861828 8.62934 0.851451 8.6295 0.840773 8.62965 0.836158 8.62981 0.837832 8.62997 0.844135 8.63012 0.854634 8.63028 0.864369 8.63044 0.862793 8.63059 0.842591 8.63075 0.811584 8.63091 0.787608 8.63106 0.781773 8.63122 0.78776 8.63138 0.79077 8.63154 0.782536 8.63169 0.768591 8.63185 0.764198 8.63201 0.78221 8.63216 0.82124 8.63232 0.866849 8.63248 0.906904 8.63263 0.943863 8.63279 0.98411 8.63295 1.02211 8.6331 1.04599 8.63326 1.05662 8.63342 1.06743 8.63357 1.08339 8.63373 1.09653 8.63389 1.10636 8.63404 1.12655 8.6342 1.1643 8.63436 1.20551 8.63451 1.23245 8.63467 1.24709 8.63483 1.26252 8.63498 1.28045 8.63514 1.28977 8.6353 1.28265 8.63546 1.26233 8.63561 1.23841 8.63577 1.22347 8.63593 1.22671 8.63608 1.24115 8.63624 1.24414 8.6364 1.22109 8.63655 1.1834 8.63671 1.15282 8.63687 1.13436 8.63702 1.1178 8.63718 1.09777 8.63734 1.07617 8.63749 1.04949 8.63765 1.01213 8.63781 0.971179 8.63796 0.944331 8.63812 0.93775 8.63828 0.940292 8.63843 0.93852 8.63859 0.927594 8.63875 0.907803 8.6389 0.884127 8.63906 0.869823 8.63922 0.876327 8.63938 0.897126 8.63953 0.910357 8.63969 0.904354 8.63985 0.886039 8.64 0.864221 8.64016 0.838818 8.64032 0.811326 8.64047 0.793169 8.64063 0.79268 8.64079 0.80301 8.64094 0.810738 8.6411 0.809388 8.64126 0.798308 8.64141 0.778111 8.64157 0.752141 8.64173 0.726911 8.64188 0.705487 8.64204 0.684145 8.6422 0.661601 8.64235 0.644994 8.64251 0.642551 8.64267 0.656743 8.64282 0.686324 8.64298 0.7251 8.64314 0.758659 8.6433 0.773184 8.64345 0.773016 8.64361 0.779076 8.64377 0.799778 8.64392 0.817789 8.64408 0.813679 8.64424 0.792673 8.64439 0.775951 8.64455 0.773043 8.64471 0.7762 8.64486 0.77677 8.64502 0.769796 8.64518 0.750363 8.64533 0.716036 8.64549 0.679139 8.64565 0.66169 8.6458 0.67613 8.64596 0.716747 8.64612 0.76734 8.64627 0.813097 8.64643 0.842704 8.64659 0.852498 8.64674 0.849571 8.6469 0.84582 8.64706 0.846264 8.64722 0.847945 8.64737 0.849795 8.64753 0.85463 8.64769 0.857391 8.64784 0.845925 8.648 0.817254 8.64816 0.786979 8.64831 0.774534 8.64847 0.779392 8.64863 0.783039 8.64878 0.772948 8.64894 0.756468 8.6491 0.747193 8.64925 0.743771 8.64941 0.733189 8.64957 0.709629 8.64972 0.682426 8.64988 0.662558 8.65004 0.649952 8.65019 0.639519 8.65035 0.631602 8.65051 0.630525 8.65066 0.636576 8.65082 0.648142 8.65098 0.668088 8.65114 0.699742 8.65129 0.7354 8.65145 0.758871 8.65161 0.759711 8.65176 0.740797 8.65192 0.712228 8.65208 0.686816 8.65223 0.678334 8.65239 0.692628 8.65255 0.719507 8.6527 0.74096 8.65286 0.750349 8.65302 0.755355 8.65317 0.760379 8.65333 0.75784 8.65349 0.740029 8.65364 0.711268 8.6538 0.680811 8.65396 0.654683 8.65411 0.637888 8.65427 0.634403 8.65443 0.640388 8.65458 0.644898 8.65474 0.645132 8.6549 0.651847 8.65506 0.673675 8.65521 0.703925 8.65537 0.730641 8.65553 0.749807 8.65568 0.760534 8.65584 0.758168 8.656 0.742829 8.65615 0.725765 8.65631 0.715483 8.65647 0.705188 8.65662 0.685006 8.65678 0.660554 8.65694 0.646754 8.65709 0.646793 8.65725 0.65165 8.65741 0.656312 8.65756 0.663258 8.65772 0.672644 8.65788 0.68267 8.65803 0.697253 8.65819 0.721714 8.65835 0.749584 8.65851 0.766288 8.65866 0.770123 8.65882 0.775427 8.65898 0.794091 8.65913 0.819966 8.65929 0.836527 8.65945 0.834049 8.6596 0.816535 8.65976 0.797863 8.65992 0.791825 8.66007 0.80156 8.66023 0.818148 8.66039 0.829841 8.66054 0.831787 8.6607 0.825309 8.66086 0.813368 8.66101 0.803674 8.66117 0.804827 8.66133 0.814123 8.66148 0.818779 8.66164 0.815117 8.6618 0.814966 8.66195 0.823266 8.66211 0.823302 8.66227 0.803334 8.66243 0.781642 8.66258 0.782483 8.66274 0.796536 8.6629 0.795183 8.66305 0.779325 8.66321 0.778407 8.66337 0.798322 8.66352 0.805579 8.66368 0.776423 8.66384 0.734156 8.66399 0.714703 8.66415 0.721651 8.66431 0.73434 8.66446 0.744023 8.66462 0.755174 8.66478 0.763126 8.66493 0.757624 8.66509 0.742344 8.66525 0.730308 8.6654 0.721215 8.66556 0.703915 8.66572 0.679067 8.66587 0.663602 8.66603 0.666829 8.66619 0.678935 8.66635 0.685209 8.6665 0.682353 8.66666 0.676531 8.66682 0.673595 8.66697 0.67571 8.66713 0.681572 8.66729 0.68783 8.66744 0.69267 8.6676 0.698702 8.66776 0.70993 8.66791 0.730134 8.66807 0.76157 8.66823 0.799519 8.66838 0.824284 8.66854 0.811275 8.6687 0.762035 8.66885 0.713363 8.66901 0.701448 8.66917 0.722092 8.66932 0.740894 8.66948 0.740567 8.66964 0.739162 8.66979 0.757358 8.66995 0.788486 8.67011 0.809658 8.67027 0.812204 8.67042 0.807897 8.67058 0.811262 8.67074 0.826286 8.67089 0.848752 8.67105 0.871788 8.67121 0.888073 8.67136 0.891455 8.67152 0.879599 8.67168 0.854653 8.67183 0.821477 8.67199 0.788625 8.67215 0.769567 8.6723 0.774952 8.67246 0.800342 8.67262 0.824861 8.67277 0.829376 8.67293 0.81504 8.67309 0.797717 8.67324 0.781805 8.6734 0.753626 8.67356 0.704639 8.67371 0.654066 8.67387 0.632599 8.67403 0.647466 8.67419 0.676529 8.67434 0.695568 8.6745 0.699942 8.67466 0.696914 8.67481 0.692319 8.67497 0.690246 8.67513 0.694403 8.67528 0.701713 8.67544 0.703075 8.6756 0.696446 8.67575 0.690984 8.67591 0.69197 8.67607 0.690965 8.67622 0.678589 8.67638 0.659297 8.67654 0.644675 8.67669 0.638743 8.67685 0.63799 8.67701 0.639844 8.67716 0.641635 8.67732 0.638959 8.67748 0.631127 8.67763 0.624858 8.67779 0.625635 8.67795 0.631053 8.67811 0.638484 8.67826 0.647969 8.67842 0.656743 8.67858 0.659877 8.67873 0.666213 8.67889 0.695662 8.67905 0.748923 8.6792 0.795926 8.67936 0.810241 8.67952 0.804322 8.67967 0.80887 8.67983 0.827885 8.67999 0.838504 8.68014 0.831377 8.6803 0.822289 8.68046 0.82394 8.68061 0.828089 8.68077 0.821147 8.68093 0.800853 8.68108 0.771243 8.68124 0.737618 8.6814 0.711424 8.68156 0.701418 8.68171 0.698278 8.68187 0.681961 8.68203 0.650471 8.68218 0.623411 8.68234 0.611662 8.6825 0.604121 8.68265 0.591762 8.68281 0.586184 8.68297 0.600492 8.68312 0.628435 8.68328 0.655019 8.68344 0.677808 8.68359 0.701529 8.68375 0.721967 8.68391 0.73134 8.68406 0.731276 8.68422 0.728292 8.68438 0.721218 8.68453 0.70495 8.68469 0.682125 8.68485 0.66013 8.685 0.642043 8.68516 0.628821 8.68532 0.626738 8.68548 0.642282 8.68563 0.672141 8.68579 0.705437 8.68595 0.734766 8.6861 0.759259 8.68626 0.781074 8.68642 0.804006 8.68657 0.828889 8.68673 0.84522 8.68689 0.83679 8.68704 0.803412 8.6872 0.769328 8.68736 0.75965 8.68751 0.774316 8.68767 0.791876 8.68783 0.796096 8.68798 0.788007 8.68814 0.776737 8.6883 0.76767 8.68845 0.759376 8.68861 0.744567 8.68877 0.71893 8.68892 0.690966 8.68908 0.677491 8.68924 0.682153 8.6894 0.687441 8.68955 0.678406 8.68971 0.663429 8.68987 0.662887 8.69002 0.681785 8.69018 0.708769 8.69034 0.73467 8.69049 0.758752 8.69065 0.780281 8.69081 0.797201 8.69096 0.812861 8.69112 0.829969 8.69128 0.839339 8.69143 0.82863 8.69159 0.802013 8.69175 0.778767 8.6919 0.76835 8.69206 0.762038 8.69222 0.752383 8.69237 0.747258 8.69253 0.757387 8.69269 0.777618 8.69284 0.791873 8.693 0.790107 8.69316 0.776474 8.69332 0.761619 8.69347 0.752742 8.69363 0.749368 8.69379 0.746998 8.69394 0.744566 8.6941 0.747382 8.69426 0.758649 8.69441 0.770806 8.69457 0.770888 8.69473 0.75539 8.69488 0.733535 8.69504 0.718137 8.6952 0.717562 8.69535 0.732502 8.69551 0.757239 8.69567 0.782865 8.69582 0.805143 8.69598 0.827139 8.69614 0.849721 8.69629 0.864414 8.69645 0.862581 8.69661 0.849216 8.69676 0.838093 8.69692 0.836318 8.69708 0.84401 8.69724 0.862399 8.69739 0.890318 8.69755 0.915711 8.69771 0.924617 8.69786 0.919623 8.69802 0.916042 8.69818 0.917943 8.69833 0.914936 8.69849 0.90454 8.69865 0.901888 8.6988 0.917899 8.69896 0.94023 8.69912 0.952584 8.69927 0.957015 8.69943 0.967574 8.69959 0.986951 8.69974 1.00417 8.6999 1.01087 8.70006 1.00889 8.70021 1.00035 8.70037 0.983739 8.70053 0.959618 8.70068 0.933771 8.70084 0.9132 8.701 0.900933 8.70116 0.898049 8.70131 0.905586 8.70147 0.924824 8.70163 0.954897 8.70178 0.988457 8.70194 1.01105 8.7021 1.01145 8.70225 0.992453 8.70241 0.967242 8.70257 0.943508 8.70272 0.917094 8.70288 0.883682 8.70304 0.848951 8.70319 0.823048 8.70335 0.812526 8.70351 0.822384 8.70366 0.85538 8.70382 0.903219 8.70398 0.946667 8.70413 0.972698 8.70429 0.987284 8.70445 1.0031 8.70461 1.0228 8.70476 1.04179 8.70492 1.06179 8.70508 1.08951 8.70523 1.12421 8.70539 1.15777 8.70555 1.18646 8.7057 1.21171 8.70586 1.23118 8.70602 1.24049 8.70617 1.24462 8.70633 1.25582 8.70649 1.27693 8.70664 1.29615 8.7068 1.30387 8.70696 1.30663 8.70711 1.32124 8.70727 1.35727 8.70743 1.41168 8.70758 1.47721 8.70774 1.55438 8.7079 1.65127 8.70805 1.77542 8.70821 1.92586 8.70837 2.09921 8.70853 2.30058 8.70868 2.5461 8.70884 2.84907 8.709 3.21283 8.70915 3.64203 8.70931 4.14923 8.70947 4.74273 8.70962 5.40991 8.70978 6.12031 8.70994 6.84005 8.71009 7.53144 8.71025 8.14139 8.71041 8.60084 8.71056 8.84325 8.71072 8.82153 8.71088 8.52291 8.71103 7.98406 8.71119 7.29408 8.71135 6.56329 8.7115 5.87841 8.71166 5.28554 8.71182 4.80407 8.71197 4.43695 8.71213 4.16907 8.71229 3.97876 8.71245 3.8635 8.7126 3.84224 8.71276 3.92502 8.71292 4.09445 8.71307 4.32795 8.71323 4.62394 8.71339 4.99398 8.71354 5.44105 8.7137 5.95828 8.71386 6.53669 8.71401 7.15358 8.71417 7.75631 8.71433 8.27358 8.71448 8.6417 8.71464 8.80818 8.7148 8.71995 8.71495 8.34225 8.71511 7.70159 8.71527 6.89811 8.71542 6.06106 8.71558 5.28958 8.71574 4.63204 8.71589 4.0982 8.71605 3.67465 8.71621 3.33223 8.71637 3.03979 8.71652 2.78118 8.71668 2.56086 8.71684 2.39122 8.71699 2.27386 8.71715 2.19484 8.71731 2.13362 8.71746 2.07859 8.71762 2.03044 8.71778 1.99173 8.71793 1.95886 8.71809 1.92468 8.71825 1.88794 8.7184 1.85387 8.71856 1.82836 8.71872 1.81547 8.71887 1.81687 8.71903 1.83108 8.71919 1.85486 8.71934 1.88841 8.7195 1.93598 8.71966 1.99643 8.71981 2.06144 8.71997 2.12801 8.72013 2.20672 8.72029 2.30462 8.72044 2.40858 8.7206 2.50226 8.72076 2.59771 8.72091 2.73086 8.72107 2.92366 8.72123 3.16743 8.72138 3.44976 8.72154 3.77802 8.7217 4.16913 8.72185 4.63206 8.72201 5.16998 8.72217 5.78699 8.72232 6.46936 8.72248 7.16857 8.72264 7.81863 8.72279 8.36635 8.72295 8.76966 8.72311 8.97528 8.72326 8.92404 8.72342 8.58978 8.72358 8.00799 8.72373 7.26707 8.72389 6.47907 8.72405 5.75227 8.72421 5.16168 8.72436 4.72588 8.72452 4.41363 8.72468 4.18509 8.72483 4.02537 8.72499 3.94324 8.72515 3.94638 8.7253 4.0286 8.72546 4.17813 8.72562 4.39015 8.72577 4.67035 8.72593 5.0277 8.72609 5.46308 8.72624 5.96468 8.7264 6.51098 8.72656 7.07421 8.72671 7.61332 8.72687 8.06862 8.72703 8.37167 8.72718 8.46358 8.72734 8.30562 8.7275 7.88476 8.72766 7.22968 8.72781 6.42556 8.72797 5.59241 8.72813 4.82976 8.72828 4.17826 8.72844 3.6327 8.7286 3.1812 8.72875 2.81956 8.72891 2.53924 8.72907 2.32311 8.72922 2.15624 8.72938 2.0312 8.72954 1.9373 8.72969 1.85625 8.72985 1.77259 8.73001 1.68633 8.73016 1.60847 8.73032 1.54653 8.73048 1.49919 8.73063 1.46088 8.73079 1.42683 8.73095 1.39371 8.7311 1.36052 8.73126 1.33264 8.73142 1.31852 8.73158 1.31628 8.73173 1.30735 8.73189 1.27326 8.73205 1.21994 8.7322 1.17598 8.73236 1.16046 8.73252 1.16043 8.73267 1.15057 8.73283 1.12526 8.73299 1.09986 8.73314 1.08233 8.7333 1.06429 8.73346 1.04179 8.73361 1.02932 8.73377 1.03998 8.73393 1.06283 8.73408 1.07492 8.73424 1.07004 8.7344 1.06359 8.73455 1.06826 8.73471 1.0793 8.73487 1.08509 8.73502 1.08259 8.73518 1.07638 8.73534 1.06663 8.7355 1.04886 8.73565 1.02479 8.73581 1.00692 8.73597 1.00539 8.73612 1.0124 8.73628 1.00766 8.73644 0.982692 8.73659 0.953866 8.73675 0.942341 8.73691 0.94755 8.73706 0.948566 8.73722 0.932369 8.73738 0.907958 8.73753 0.890778 8.73769 0.885082 8.73785 0.885897 8.738 0.888212 8.73816 0.887509 8.73832 0.880846 8.73847 0.873157 8.73863 0.873883 8.73879 0.881755 8.73894 0.882107 8.7391 0.869104 8.73926 0.860206 8.73942 0.875397 8.73957 0.910745 8.73973 0.945823 8.73989 0.969783 8.74004 0.984527 8.7402 0.989067 8.74036 0.977931 8.74051 0.956445 8.74067 0.93928 8.74083 0.931871 8.74098 0.926234 8.74114 0.91795 8.7413 0.913254 8.74145 0.914044 8.74161 0.911899 8.74177 0.902037 8.74192 0.890149 8.74208 0.877285 8.74224 0.851752 8.74239 0.807314 8.74255 0.760569 8.74271 0.735289 8.74286 0.734884 8.74302 0.740998 8.74318 0.737848 8.74334 0.728006 8.74349 0.723704 8.74365 0.734322 8.74381 0.761093 8.74396 0.797822 8.74412 0.831448 8.74428 0.846188 8.74443 0.836311 8.74459 0.813568 8.74475 0.800639 8.7449 0.812796 8.74506 0.84474 8.74522 0.876662 8.74537 0.893312 8.74553 0.895091 8.74569 0.891431 8.74584 0.888921 8.746 0.888713 8.74616 0.890023 8.74631 0.888434 8.74647 0.875959 8.74663 0.851091 8.74678 0.824943 8.74694 0.811615 8.7471 0.812654 8.74726 0.820762 8.74741 0.831948 8.74757 0.845412 8.74773 0.853768 8.74788 0.846656 8.74804 0.824524 8.7482 0.798293 8.74835 0.77424 8.74851 0.753472 8.74867 0.744548 8.74882 0.758628 8.74898 0.788182 8.74914 0.808813 8.74929 0.809153 8.74945 0.806177 8.74961 0.817778 8.74976 0.837762 8.74992 0.848579 8.75008 0.84701 8.75023 0.842037 8.75039 0.837003 8.75055 0.83064 8.75071 0.828862 8.75086 0.839144 8.75102 0.853958 8.75118 0.856753 8.75133 0.842021 8.75149 0.818883 8.75165 0.796752 8.7518 0.77962 8.75196 0.773752 8.75212 0.785725 8.75227 0.810445 8.75243 0.831575 8.75259 0.836903 8.75274 0.828028 8.7529 0.812712 8.75306 0.798036 8.75321 0.790564 8.75337 0.796116 8.75353 0.813542 8.75368 0.834741 8.75384 0.851434 8.754 0.859396 8.75415 0.857674 8.75431 0.84624 8.75447 0.825962 8.75463 0.798229 8.75478 0.769346 8.75494 0.753737 8.7551 0.76405 8.75525 0.791376 8.75541 0.807478 8.75557 0.798666 8.75572 0.784311 8.75588 0.789132 8.75604 0.806041 8.75619 0.810934 8.75635 0.80667 8.75651 0.824968 8.75666 0.879089 8.75682 0.938071 8.75698 0.962665 8.75713 0.948881 8.75729 0.924464 8.75745 0.911809 8.7576 0.91031 8.75776 0.908193 8.75792 0.899065 8.75807 0.888124 8.75823 0.885368 8.75839 0.891708 8.75855 0.890191 8.7587 0.863422 8.75886 0.820337 8.75902 0.79316 8.75917 0.798941 8.75933 0.817866 8.75949 0.819728 8.75964 0.799277 8.7598 0.774156 8.75996 0.758239 8.76011 0.754098 8.76027 0.765864 8.76043 0.798239 8.76058 0.842519 8.76074 0.87794 8.7609 0.892121 8.76105 0.88922 8.76121 0.879567 8.76137 0.870606 8.76152 0.869299 8.76168 0.882328 8.76184 0.906948 8.76199 0.929786 8.76215 0.937956 8.76231 0.930309 8.76247 0.916318 8.76262 0.907848 8.76278 0.911434 8.76294 0.920369 8.76309 0.916411 8.76325 0.887388 8.76341 0.844673 8.76356 0.811533 8.76372 0.795075 8.76388 0.782538 8.76403 0.76533 8.76419 0.753884 8.76435 0.758366 8.7645 0.770511 8.76466 0.774432 8.76482 0.769871 8.76497 0.766002 8.76513 0.761413 8.76529 0.747152 8.76544 0.728785 8.7656 0.727615 8.76576 0.752339 8.76591 0.785566 8.76607 0.80657 8.76623 0.81749 8.76639 0.8359 8.76654 0.868193 8.7667 0.902791 8.76686 0.925614 8.76701 0.928935 8.76717 0.906777 8.76733 0.856791 8.76748 0.791207 8.76764 0.736916 8.7678 0.715052 8.76795 0.724085 8.76811 0.746878 8.76827 0.770488 8.76842 0.794052 8.76858 0.820088 8.76874 0.847048 8.76889 0.870159 8.76905 0.886635 8.76921 0.896199 8.76936 0.89838 8.76952 0.892977 8.76968 0.880746 8.76983 0.867602 8.76999 0.863418 8.77015 0.87435 8.77031 0.894026 8.77046 0.905738 8.77062 0.895722 8.77078 0.863936 8.77093 0.823763 8.77109 0.791947 8.77125 0.780226 8.7714 0.791063 8.77156 0.816174 8.77172 0.840897 8.77187 0.854807 8.77203 0.85841 8.77219 0.860218 8.77234 0.866512 8.7725 0.874323 8.77266 0.871705 8.77281 0.847992 8.77297 0.806005 8.77313 0.766608 8.77328 0.754236 8.77344 0.776463 8.7736 0.81824 8.77375 0.856675 8.77391 0.875425 8.77407 0.867434 8.77423 0.835199 8.77438 0.794334 8.77454 0.767758 8.7747 0.76578 8.77485 0.774688 8.77501 0.772359 8.77517 0.753098 8.77532 0.728457 8.77548 0.709693 8.77564 0.696465 8.77579 0.683878 8.77595 0.670944 8.77611 0.66028 8.77626 0.656235 8.77642 0.662098 8.77658 0.676969 8.77673 0.69613 8.77689 0.71726 8.77705 0.741884 8.7772 0.76627 8.77736 0.779355 8.77752 0.776581 8.77768 0.771131 8.77783 0.779257 8.77799 0.799081 8.77815 0.814752 8.7783 0.818372 8.77846 0.815912 8.77862 0.813335 8.77877 0.813136 8.77893 0.822844 8.77909 0.851196 8.77924 0.891674 8.7794 0.923202 8.77956 0.932337 8.77971 0.923309 8.77987 0.903128 8.78003 0.870738 8.78018 0.827812 8.78034 0.785082 8.7805 0.749513 8.78065 0.715156 8.78081 0.676755 8.78097 0.643388 8.78112 0.626521 8.78128 0.625145 8.78144 0.632096 8.7816 0.647387 8.78175 0.6742 8.78191 0.70816 8.78207 0.740778 8.78222 0.769026 8.78238 0.791237 8.78254 0.799776 8.78269 0.789217 8.78285 0.768685 8.78301 0.754158 8.78316 0.751244 8.78332 0.753479 8.78348 0.754411 8.78363 0.752699 8.78379 0.747627 8.78395 0.74087 8.7841 0.736037 8.78426 0.730246 8.78442 0.710088 8.78457 0.669176 8.78473 0.626313 8.78489 0.610414 8.78504 0.62565 8.7852 0.648239 8.78536 0.660593 8.78552 0.672214 8.78567 0.700513 8.78583 0.743607 8.78599 0.784391 8.78614 0.812343 8.7863 0.829771 8.78646 0.838496 8.78661 0.832139 8.78677 0.808021 8.78693 0.77706 8.78708 0.758074 8.78724 0.75914 8.7874 0.768444 8.78755 0.766111 8.78771 0.745715 8.78787 0.72058 8.78802 0.707233 8.78818 0.708365 8.78834 0.71534 8.78849 0.722857 8.78865 0.733101 8.78881 0.747182 8.78896 0.760495 8.78912 0.767306 8.78928 0.765485 8.78944 0.754102 8.78959 0.735546 8.78975 0.717519 8.78991 0.709752 8.79006 0.714808 8.79022 0.726492 8.79038 0.738516 8.79053 0.746361 8.79069 0.742839 8.79085 0.717443 8.791 0.670806 8.79116 0.622234 8.79132 0.596314 8.79147 0.601399 8.79163 0.625769 8.79179 0.653041 8.79194 0.675558 8.7921 0.691051 8.79226 0.695097 8.79241 0.685197 8.79257 0.670153 8.79273 0.66567 8.79288 0.677204 8.79304 0.692058 8.7932 0.695403 8.79336 0.688426 8.79351 0.68315 8.79367 0.683412 8.79383 0.683124 8.79398 0.681311 8.79414 0.684402 8.7943 0.690364 8.79445 0.683032 8.79461 0.653577 8.79477 0.615403 8.79492 0.587974 8.79508 0.573654 8.79524 0.563295 8.79539 0.556803 8.79555 0.561801 8.79571 0.576844 8.79586 0.593223 8.79602 0.612004 8.79618 0.642709 8.79633 0.683209 8.79649 0.717248 8.79665 0.738431 8.7968 0.759128 8.79696 0.787571 8.79712 0.809908 8.79728 0.806824 8.79743 0.782699 8.79759 0.759671 8.79775 0.751676 8.7979 0.752361 8.79806 0.749931 8.79822 0.739185 8.79837 0.720302 8.79853 0.694875 8.79869 0.668364 8.79884 0.651078 8.799 0.649654 8.79916 0.661221 8.79931 0.675641 8.79947 0.684178 8.79963 0.682765 8.79978 0.671569 8.79994 0.655025 8.8001 0.642653 8.80025 0.642713 8.80041 0.654272 8.80057 0.667087 8.80073 0.673891 8.80088 0.681125 8.80104 0.701169 8.8012 0.733526 8.80135 0.76081 8.80151 0.768293 8.80167 0.759705 8.80182 0.749122 8.80198 0.741739 8.80214 0.734099 8.80229 0.725088 8.80245 0.719044 8.80261 0.714889 8.80276 0.706094 8.80292 0.692504 8.80308 0.682861 8.80323 0.682592 8.80339 0.688691 8.80355 0.699023 8.8037 0.717276 8.80386 0.74311 8.80402 0.764825 8.80417 0.772253 8.80433 0.769808 8.80449 0.771027 8.80465 0.780838 8.8048 0.792187 8.80496 0.798484 8.80512 0.800534 8.80527 0.802935 8.80543 0.809049 8.80559 0.820527 8.80574 0.835732 8.8059 0.846778 8.80606 0.843879 8.80621 0.8269 8.80637 0.806745 8.80653 0.795601 8.80668 0.79362 8.80684 0.789598 8.807 0.774575 8.80715 0.751981 8.80731 0.731769 8.80747 0.719109 8.80762 0.711395 8.80778 0.707543 8.80794 0.71263 8.80809 0.732395 8.80825 0.762379 8.80841 0.790625 8.80857 0.806344 8.80872 0.806776 8.80888 0.794228 8.80904 0.77261 8.80919 0.748508 8.80935 0.730038 8.80951 0.721626 8.80966 0.721712 8.80982 0.723942 8.80998 0.72237 8.81013 0.713798 8.81029 0.69815 8.81045 0.677076 8.8106 0.650484 8.81076 0.6198 8.81092 0.592537 8.81107 0.579656 8.81123 0.584733 8.81139 0.59892 8.81154 0.615209 8.8117 0.637647 8.81186 0.672867 8.81201 0.71352 8.81217 0.743377 8.81233 0.75421 8.81249 0.747191 8.81264 0.722896 8.8128 0.68337 8.81296 0.644985 8.81311 0.631557 8.81327 0.647652 8.81343 0.67179 8.81358 0.68216 8.81374 0.680299 8.8139 0.680865 8.81405 0.686095 8.81421 0.686381 8.81437 0.677881 8.81452 0.668588 8.81468 0.666932 8.81484 0.672052 8.81499 0.681022 8.81515 0.695498 8.81531 0.716679 8.81546 0.73711 8.81562 0.739546 8.81578 0.709202 8.81593 0.647478 8.81609 0.574209 8.81625 0.513561 8.81641 0.480086 8.81656 0.477411 8.81672 0.501509 8.81688 0.53991 8.81703 0.571866 8.81719 0.583878 8.81735 0.582767 8.8175 0.584903 8.81766 0.596368 8.81782 0.609048 8.81797 0.622313 8.81813 0.645947 8.81829 0.679615 8.81844 0.703157 8.8186 0.699765 8.81876 0.678089 8.81891 0.662798 8.81907 0.663375 8.81923 0.670917 8.81938 0.674151 8.81954 0.670313 8.8197 0.660996 8.81985 0.650429 8.82001 0.645398 8.82017 0.654323 8.82033 0.677431 8.82048 0.704684 8.82064 0.723816 8.8208 0.729548 8.82095 0.726701 8.82111 0.726011 8.82127 0.734143 8.82142 0.745989 8.82158 0.752578 8.82174 0.751629 8.82189 0.746057 8.82205 0.730587 8.82221 0.699233 8.82236 0.662141 8.82252 0.64085 8.82268 0.639276 8.82283 0.642873 8.82299 0.644908 8.82315 0.65877 8.8233 0.687686 8.82346 0.70914 8.82362 0.707123 8.82378 0.703252 8.82393 0.725549 8.82409 0.76658 8.82425 0.793553 8.8244 0.795544 8.82456 0.792063 8.82472 0.789669 8.82487 0.77275 8.82503 0.737816 8.82519 0.709927 8.82534 0.709682 8.8255 0.725638 8.82566 0.735109 8.82581 0.732717 8.82597 0.722073 8.82613 0.7015 8.82628 0.673459 8.82644 0.655502 8.8266 0.662664 8.82675 0.687703 8.82691 0.712193 8.82707 0.730824 8.82722 0.750143 8.82738 0.769627 8.82754 0.781898 8.8277 0.786779 8.82785 0.790211 8.82801 0.790856 8.82817 0.780803 8.82832 0.757042 8.82848 0.725502 8.82864 0.694454 8.82879 0.671338 8.82895 0.665481 8.82911 0.681014 8.82926 0.709211 8.82942 0.7357 8.82958 0.75347 8.82973 0.764893 8.82989 0.774506 8.83005 0.783978 8.8302 0.793554 8.83036 0.799024 8.83052 0.792556 8.83067 0.77264 8.83083 0.751755 8.83099 0.744604 8.83114 0.750325 8.8313 0.756104 8.83146 0.75593 8.83162 0.754762 8.83177 0.755422 8.83193 0.755615 8.83209 0.754417 8.83224 0.752492 8.8324 0.742964 8.83256 0.715109 8.83271 0.674895 8.83287 0.646006 8.83303 0.645649 8.83318 0.664168 8.83334 0.679364 8.8335 0.68195 8.83365 0.679235 8.83381 0.679309 8.83397 0.681966 8.83412 0.6837 8.83428 0.682843 8.83444 0.678916 8.83459 0.674309 8.83475 0.674167 8.83491 0.679392 8.83506 0.682322 8.83522 0.676813 8.83538 0.672856 8.83554 0.687825 8.83569 0.722568 8.83585 0.754688 8.83601 0.762786 8.83616 0.749852 8.83632 0.734024 8.83648 0.723954 8.83663 0.714552 8.83679 0.701755 8.83695 0.692335 8.8371 0.69405 8.83726 0.704333 8.83742 0.711141 8.83757 0.703298 8.83773 0.679257 8.83789 0.650739 8.83804 0.637498 8.8382 0.650015 8.83836 0.678285 8.83851 0.702226 8.83867 0.714412 8.83883 0.723332 8.83898 0.733421 8.83914 0.735946 8.8393 0.727737 8.83946 0.725828 8.83961 0.749769 8.83977 0.791517 8.83993 0.820439 8.84008 0.81719 8.84024 0.790171 8.8404 0.757366 8.84055 0.726494 8.84071 0.698894 8.84087 0.681171 8.84102 0.68029 8.84118 0.689345 8.84134 0.689407 8.84149 0.66791 8.84165 0.632976 8.84181 0.608517 8.84196 0.615902 8.84212 0.655219 8.84228 0.703282 8.84243 0.730981 8.84259 0.729157 8.84275 0.715169 8.8429 0.711859 8.84306 0.724988 8.84322 0.741592 8.84338 0.748608 8.84353 0.745688 8.84369 0.739902 8.84385 0.73291 8.844 0.719343 8.84416 0.697791 8.84432 0.678972 8.84447 0.677167 8.84463 0.692157 8.84479 0.705282 8.84494 0.698131 8.8451 0.67226 8.84526 0.644701 8.84541 0.627581 8.84557 0.620428 8.84573 0.621447 8.84588 0.636881 8.84604 0.671428 8.8462 0.717322 8.84635 0.756988 8.84651 0.774842 8.84667 0.765882 8.84683 0.736148 8.84698 0.699746 8.84714 0.671697 8.8473 0.65661 8.84745 0.648293 8.84761 0.642297 8.84777 0.645567 8.84792 0.666947 8.84808 0.701325 8.84824 0.730437 8.84839 0.740656 8.84855 0.735421 8.84871 0.726189 8.84886 0.718218 8.84902 0.708899 8.84918 0.697826 8.84933 0.693151 8.84949 0.703339 8.84965 0.726502 8.8498 0.750561 8.84996 0.764263 8.85012 0.765879 8.85027 0.757861 8.85043 0.73993 8.85059 0.714205 8.85075 0.691985 8.8509 0.68705 8.85106 0.697559 8.85122 0.702968 8.85137 0.683132 8.85153 0.638381 8.85169 0.588091 8.85184 0.553788 8.852 0.545816 8.85216 0.562563 8.85231 0.59505 8.85247 0.632158 8.85263 0.664277 8.85278 0.685675 8.85294 0.695833 8.8531 0.702233 8.85325 0.71664 8.85341 0.745188 8.85357 0.778562 8.85372 0.798967 8.85388 0.798924 8.85404 0.788835 8.85419 0.784178 8.85435 0.790346 8.85451 0.802311 8.85467 0.814308 8.85482 0.8219 8.85498 0.820143 8.85514 0.806248 8.85529 0.783209 8.85545 0.756411 8.85561 0.727012 8.85576 0.692781 8.85592 0.656923 8.85608 0.630995 8.85623 0.627895 8.85639 0.651012 8.85655 0.690093 8.8567 0.727539 8.85686 0.749095 8.85702 0.752068 8.85717 0.742167 8.85733 0.727409 8.85749 0.714039 8.85764 0.706946 8.8578 0.706759 8.85796 0.709128 8.85811 0.711783 8.85827 0.719667 8.85843 0.736135 8.85859 0.750912 8.85874 0.74977 8.8589 0.738594 8.85906 0.741252 8.85921 0.768771 8.85937 0.802137 8.85953 0.816701 8.85968 0.811752 8.85984 0.801975 8.86 0.791135 8.86015 0.773475 8.86031 0.756628 8.86047 0.760433 8.86062 0.787324 8.86078 0.812047 8.86094 0.809983 8.86109 0.783946 8.86125 0.75442 8.86141 0.73449 8.86156 0.724224 8.86172 0.722221 8.86188 0.728142 8.86203 0.7361 8.86219 0.737 8.86235 0.731106 8.86251 0.730348 8.86266 0.743966 8.86282 0.766599 8.86298 0.784935 8.86313 0.793586 8.86329 0.798496 8.86345 0.805418 8.8636 0.808656 8.86376 0.796841 8.86392 0.768484 8.86407 0.736645 8.86423 0.717489 8.86439 0.715615 8.86454 0.723658 8.8647 0.731453 8.86486 0.7337 8.86501 0.731115 8.86517 0.729721 8.86533 0.735068 8.86548 0.745689 8.86564 0.753934 8.8658 0.757437 8.86595 0.763607 8.86611 0.779225 8.86627 0.798772 8.86643 0.809449 8.86658 0.805881 8.86674 0.79162 8.8669 0.769126 8.86705 0.737275 8.86721 0.700856 8.86737 0.674218 8.86752 0.669838 8.86768 0.688256 8.86784 0.720113 8.86799 0.75195 8.86815 0.770704 8.86831 0.768866 8.86846 0.751354 8.86862 0.729776 8.86878 0.709316 8.86893 0.685248 8.86909 0.656133 8.86925 0.631529 8.8694 0.621026 8.86956 0.620732 8.86972 0.619734 8.86988 0.615101 8.87003 0.615247 8.87019 0.627598 8.87035 0.648331 8.8705 0.665414 8.87066 0.670102 8.87082 0.665792 8.87097 0.665233 8.87113 0.677682 8.87129 0.698469 8.87144 0.71715 8.8716 0.73364 8.87176 0.758576 8.87191 0.79145 8.87207 0.812089 8.87223 0.802585 8.87238 0.770704 8.87254 0.742248 8.8727 0.730049 8.87285 0.722784 8.87301 0.705073 8.87317 0.675833 8.87332 0.643617 8.87348 0.615825 8.87364 0.598922 8.8738 0.600247 8.87395 0.619417 8.87411 0.642921 8.87427 0.655084 8.87442 0.65496 8.87458 0.65411 8.87474 0.659955 8.87489 0.669278 8.87505 0.677072 8.87521 0.685996 8.87536 0.700572 8.87552 0.718214 8.87568 0.729962 8.87583 0.727362 8.87599 0.707328 8.87615 0.675887 8.8763 0.647496 8.87646 0.637626 8.87662 0.650201 8.87677 0.672742 8.87693 0.687967 8.87709 0.688282 8.87724 0.676269 8.8774 0.658918 8.87756 0.645463 8.87772 0.64892 8.87787 0.676049 8.87803 0.717647 8.87819 0.753799 8.87834 0.773953 8.8785 0.783058 8.87866 0.789749 8.87881 0.794653 8.87897 0.796648 8.87913 0.800323 8.87928 0.811516 8.87944 0.827133 8.8796 0.837912 8.87975 0.83675 8.87991 0.822514 8.88007 0.799122 8.88022 0.778217 8.88038 0.776365 8.88054 0.801596 8.88069 0.842165 8.88085 0.874825 8.88101 0.885939 8.88116 0.881166 8.88132 0.872758 8.88148 0.867904 8.88164 0.864566 8.88179 0.855819 8.88195 0.835861 8.88211 0.808448 8.88226 0.787419 8.88242 0.784212 8.88258 0.793176 8.88273 0.798953 8.88289 0.795381 8.88305 0.790576 8.8832 0.791397 8.88336 0.792833 8.88352 0.789481 8.88367 0.787494 8.88383 0.795621 8.88399 0.808944 8.88414 0.810537 8.8843 0.788124 8.88446 0.74721 8.88461 0.707221 8.88477 0.688844 8.88493 0.703198 8.88508 0.743122 8.88524 0.786109 8.8854 0.808714 8.88556 0.805962 8.88571 0.794021 8.88587 0.792998 8.88603 0.807347 8.88618 0.823247 8.88634 0.82401 8.8865 0.806086 8.88665 0.779934 8.88681 0.75798 8.88697 0.745772 8.88712 0.742559 8.88728 0.746025 8.88744 0.754486 8.88759 0.763228 8.88775 0.766251 8.88791 0.758046 8.88806 0.736458 8.88822 0.70485 8.88838 0.671524 8.88853 0.643773 8.88869 0.619441 8.88885 0.588413 8.889 0.549171 8.88916 0.519901 8.88932 0.5221 8.88948 0.556073 8.88963 0.598629 8.88979 0.62881 8.88995 0.648562 8.8901 0.673302 8.89026 0.713259 8.89042 0.764494 8.89057 0.814679 8.89073 0.850763 8.89089 0.864935 8.89104 0.859921 8.8912 0.845644 8.89136 0.830548 8.89151 0.817271 8.89167 0.808896 8.89183 0.809174 8.89198 0.814946 8.89214 0.814577 8.8923 0.800442 8.89245 0.77909 8.89261 0.760864 8.89277 0.746042 8.89292 0.730568 8.89308 0.719844 8.89324 0.726406 8.8934 0.750711 8.89355 0.775872 8.89371 0.784946 8.89387 0.778365 8.89402 0.771027 8.89418 0.777409 8.89434 0.801202 8.89449 0.83337 8.89465 0.855906 8.89481 0.853852 8.89496 0.828321 8.89512 0.796519 8.89528 0.776357 8.89543 0.77006 8.89559 0.767228 8.89575 0.761093 8.8959 0.756643 8.89606 0.760414 8.89622 0.768684 8.89637 0.769847 8.89653 0.758026 8.89669 0.741527 8.89685 0.734162 8.897 0.741201 8.89716 0.75684 8.89732 0.773087 8.89747 0.786415 8.89763 0.794871 8.89779 0.796474 8.89794 0.792066 8.8981 0.788712 8.89826 0.793795 8.89841 0.806271 8.89857 0.81792 8.89873 0.821467 8.89888 0.813907 8.89904 0.796034 8.8992 0.771508 8.89935 0.747231 8.89951 0.730356 8.89967 0.722404 8.89982 0.720453 8.89998 0.725344 8.90014 0.742698 8.90029 0.775149 8.90045 0.813266 8.90061 0.840206 8.90077 0.84684 8.90092 0.837996 8.90108 0.824705 8.90124 0.811682 8.90139 0.796569 8.90155 0.778354 8.90171 0.766228 8.90186 0.770305 8.90202 0.789686 8.90218 0.81117 8.90233 0.822673 8.90249 0.824681 8.90265 0.824578 8.9028 0.823752 8.90296 0.816189 8.90312 0.797731 8.90327 0.774776 8.90343 0.756302 8.90359 0.744362 8.90374 0.733834 8.9039 0.723318 8.90406 0.717995 8.90421 0.723945 8.90437 0.738274 8.90453 0.752043 8.90469 0.759754 8.90484 0.761421 8.905 0.758573 8.90516 0.749295 8.90531 0.733941 8.90547 0.718347 8.90563 0.708045 8.90578 0.703799 8.90594 0.703389 8.9061 0.707437 8.90625 0.717129 8.90641 0.729736 8.90657 0.740582 8.90672 0.750618 8.90688 0.766072 8.90704 0.78935 8.90719 0.813895 8.90735 0.830918 8.90751 0.83735 8.90766 0.835607 8.90782 0.83005 8.90798 0.823978 8.90813 0.818456 8.90829 0.812899 8.90845 0.807873 8.90861 0.806214 8.90876 0.809886 8.90892 0.815439 8.90908 0.818233 8.90923 0.819187 8.90939 0.820446 8.90955 0.816838 8.9097 0.800496 8.90986 0.775041 8.91002 0.758274 8.91017 0.762331 8.91033 0.779905 8.91049 0.79366 8.91064 0.795788 8.9108 0.793686 8.91096 0.799003 8.91111 0.816175 8.91127 0.839317 8.91143 0.854755 8.91158 0.84914 8.91174 0.820578 8.9119 0.781806 8.91205 0.749687 8.91221 0.733017 8.91237 0.730077 8.91253 0.734171 8.91268 0.739474 8.91284 0.744604 8.913 0.754532 8.91315 0.774533 8.91331 0.80172 8.91347 0.824219 8.91362 0.830304 8.91378 0.814805 8.91394 0.778834 8.91409 0.731579 8.91425 0.692581 8.91441 0.681014 8.91456 0.69585 8.91472 0.717557 8.91488 0.733394 8.91503 0.749413 8.91519 0.769482 8.91535 0.779462 8.9155 0.766702 8.91566 0.744974 8.91582 0.738858 8.91597 0.748516 8.91613 0.749514 8.91629 0.727743 8.91645 0.695868 8.9166 0.670072 8.91676 0.649509 8.91692 0.626777 8.91707 0.60553 8.91723 0.596534 8.91739 0.60282 8.91754 0.619385 8.9177 0.640812 8.91786 0.664133 8.91801 0.685907 8.91817 0.703621 8.91833 0.716149 8.91848 0.722496 8.91864 0.721248 8.9188 0.712551 8.91895 0.695807 8.91911 0.668113 8.91927 0.631899 8.91942 0.602519 8.91958 0.598962 8.91974 0.623778 8.9199 0.662371 8.92005 0.70194 8.92021 0.739249 8.92037 0.768041 8.92052 0.77353 8.92068 0.752334 8.92084 0.725397 8.92099 0.719858 8.92115 0.737859 8.92131 0.758033 8.92146 0.761061 8.92162 0.747125 8.92178 0.727404 8.92193 0.709906 8.92209 0.696498 8.92225 0.687164 8.9224 0.683934 8.92256 0.690039 8.92272 0.707092 8.92287 0.728624 8.92303 0.743348 8.92319 0.744596 8.92334 0.738377 8.9235 0.737389 8.92366 0.746723 8.92382 0.758363 8.92397 0.759648 8.92413 0.747898 8.92429 0.73585 8.92444 0.739569 8.9246 0.760488 8.92476 0.782194 8.92491 0.789468 8.92507 0.786005 8.92523 0.784125 8.92538 0.782629 8.92554 0.767625 8.9257 0.736605 8.92585 0.706569 8.92601 0.693028 8.92617 0.692997 8.92632 0.695565 8.92648 0.699628 8.92664 0.71015 8.92679 0.727281 8.92695 0.747756 8.92711 0.771004 8.92726 0.794793 8.92742 0.81202 8.92758 0.821479 8.92774 0.834319 8.92789 0.859179 8.92805 0.885443 8.92821 0.894321 8.92836 0.882035 8.92852 0.860943 8.92868 0.840577 8.92883 0.821765 8.92899 0.808368 8.92915 0.810759 8.9293 0.832679 8.92946 0.862811 8.92962 0.886657 8.92977 0.898494 8.92993 0.899697 8.93009 0.893933 8.93024 0.887444 8.9304 0.888103 8.93056 0.898132 8.93071 0.910597 8.93087 0.917871 8.93103 0.919988 8.93118 0.92323 8.93134 0.932191 8.9315 0.946539 8.93166 0.962292 8.93181 0.975501 8.93197 0.983913 8.93213 0.98706 8.93228 0.986262 8.93244 0.985254 8.9326 0.988744 8.93275 0.997323 8.93291 1.00441 8.93307 1.00568 8.93322 1.01107 8.93338 1.03569 8.93354 1.07475 8.93369 1.10056 8.93385 1.09616 8.93401 1.08102 8.93416 1.08655 8.93432 1.11745 8.93448 1.1544 8.93463 1.18935 8.93479 1.2352 8.93495 1.29354 8.9351 1.33972 8.93526 1.35042 8.93542 1.33112 8.93558 1.30227 8.93573 1.27167 8.93589 1.23836 8.93605 1.21344 8.9362 1.21805 8.93636 1.25849 8.93652 1.3155 8.93667 1.36382 8.93683 1.39388 8.93699 1.41407 8.93714 1.43968 8.9373 1.4826 8.93746 1.54585 8.93761 1.62601 8.93777 1.71969 8.93793 1.82952 8.93808 1.96126 8.93824 2.1184 8.9384 2.29959 8.93855 2.5016 8.93871 2.72184 8.93887 2.9614 8.93902 3.22603 8.93918 3.52473 8.93934 3.86816 8.9395 4.27038 8.93965 4.74929 8.93981 5.32 8.93997 5.98088 8.94012 6.71195 8.94028 7.48491 8.94044 8.2697 8.94059 9.02523 8.94075 9.68789 8.94091 10.1758 8.94106 10.4154 8.94122 10.3751 8.94138 10.0904 8.94153 9.66033 8.94169 9.21304 8.94185 8.8589 8.942 8.66594 8.94216 8.66425 8.94232 8.85283 8.94247 9.19853 8.94263 9.63665 8.94279 10.0881 8.94295 10.4751 8.9431 10.7193 8.94326 10.7433 8.94342 10.493 8.94357 9.9698 8.94373 9.23624 8.94389 8.3927 8.94404 7.54713 8.9442 6.79156 8.94436 6.18523 8.94451 5.74638 8.94467 5.4626 8.94483 5.31677 8.94498 5.3039 8.94514 5.42678 8.9453 5.68167 8.94545 6.0541 8.94561 6.52865 8.94577 7.09754 8.94592 7.75611 8.94608 8.48421 8.94624 9.23232 8.94639 9.92606 8.94655 10.4817 8.94671 10.8218 8.94687 10.8911 8.94702 10.6833 8.94718 10.2613 8.94734 9.74397 8.94749 9.25544 8.94765 8.8814 8.94781 8.66194 8.94796 8.61067 8.94812 8.72302 8.94828 8.97204 8.94843 9.30893 8.94859 9.66515 8.94875 9.9558 8.9489 10.0898 8.94906 9.98905 8.94922 9.61132 8.94937 8.96334 8.94953 8.10409 8.94969 7.13832 8.94984 6.18557 8.95 5.336 8.95016 4.62639 8.95031 4.05625 8.95047 3.61373 8.95063 3.27473 8.95079 2.99862 8.95094 2.75117 8.9511 2.52956 8.95126 2.34854 8.95141 2.20379 8.95157 2.07451 8.95173 1.95851 8.95188 1.88158 8.95204 1.85737 8.9522 1.85781 8.95235 1.84123 8.95251 1.79277 8.95267 1.72655 8.95282 1.65592 8.95298 1.58275 8.95314 1.50842 8.95329 1.44082 8.95345 1.38742 8.95361 1.35025 8.95376 1.32816 8.95392 1.31684 8.95408 1.31075 8.95423 1.30525 8.95439 1.30036 8.95455 1.29341 8.95471 1.27464 8.95486 1.23704 8.95502 1.18881 8.95518 1.1483 8.95533 1.12615 8.95549 1.11938 8.95565 1.11997 8.9558 1.12453 8.95596 1.13106 8.95612 1.13399 8.95627 1.12465 8.95643 1.09772 8.95659 1.05877 8.95674 1.01802 8.9569 0.984762 8.95706 0.962789 8.95721 0.950833 8.95737 0.948112 8.95753 0.954496 8.95768 0.966673 8.95784 0.980726 8.958 0.994011 8.95815 1.0006 8.95831 0.992185 8.95847 0.967002 8.95863 0.938252 8.95878 0.922508 8.95894 0.921339 8.9591 0.919768 8.95925 0.908187 8.95941 0.893952 8.95957 0.887868 8.95972 0.889273 8.95988 0.89052 8.96004 0.885713 8.96019 0.869234 8.96035 0.834981 8.96051 0.786317 8.96066 0.74246 8.96082 0.722709 8.96098 0.728131 8.96113 0.74894 8.96129 0.780293 8.96145 0.82078 8.9616 0.858313 8.96176 0.868942 8.96192 0.847382 8.96207 0.817498 8.96223 0.8098 8.96239 0.829651 8.96255 0.855454 8.9627 0.863214 8.96286 0.849285 8.96302 0.825394 8.96317 0.802098 8.96333 0.776529 8.96349 0.746994 8.96364 0.724508 8.9638 0.726089 8.96396 0.748971 8.96411 0.772088 8.96427 0.775162 8.96443 0.762464 8.96458 0.74934 8.96474 0.74246 8.9649 0.740335 8.96505 0.743851 8.96521 0.756889 8.96537 0.774771 8.96552 0.785452 8.96568 0.78763 8.96584 0.78973 8.966 0.793186 8.96615 0.786271 8.96631 0.759844 8.96647 0.720878 8.96662 0.689073 8.96678 0.678303 8.96694 0.685843 8.96709 0.694719 8.96725 0.690318 8.96741 0.670056 8.96756 0.649475 8.96772 0.643266 8.96788 0.650679 8.96803 0.663101 8.96819 0.678089 8.96835 0.699543 8.9685 0.723446 8.96866 0.734459 8.96882 0.728018 8.96897 0.715637 8.96913 0.710545 8.96929 0.713523 8.96944 0.719877 8.9696 0.724684 8.96976 0.723951 8.96992 0.712339 8.97007 0.695973 8.97023 0.690755 8.97039 0.705764 8.97054 0.734106 8.9707 0.762531 8.97086 0.7838 8.97101 0.796129 8.97117 0.793392 8.97133 0.772658 8.97148 0.744649 8.97164 0.725795 8.9718 0.720079 8.97195 0.712962 8.97211 0.690841 8.97227 0.654662 8.97242 0.618288 8.97258 0.593498 8.97274 0.579577 8.97289 0.569981 8.97305 0.564603 8.97321 0.576271 8.97336 0.614767 8.97352 0.67039 8.97368 0.720253 8.97384 0.752288 8.97399 0.772347 8.97415 0.786867 8.97431 0.792172 8.97446 0.782533 8.97462 0.762665 8.97478 0.738456 8.97493 0.706917 8.97509 0.665115 8.97525 0.620922 8.9754 0.587268 8.97556 0.567479 8.97572 0.558953 8.97587 0.564688 8.97603 0.589549 8.97619 0.625491 8.97634 0.654595 8.9765 0.673266 8.97666 0.694442 8.97681 0.727365 8.97697 0.762752 8.97713 0.785403 8.97728 0.793952 8.97744 0.798756 8.9776 0.804105 8.97776 0.8033 8.97791 0.791461 8.97807 0.774587 8.97823 0.761793 8.97838 0.748835 8.97854 0.720999 8.9787 0.672769 8.97885 0.62422 8.97901 0.604212 8.97917 0.61972 8.97932 0.648008 8.97948 0.665608 8.97964 0.674678 8.97979 0.692817 8.97995 0.722837 8.98011 0.745628 8.98026 0.742233 8.98042 0.712959 8.98058 0.675028 8.98073 0.647923 8.98089 0.643398 8.98105 0.658098 8.9812 0.673523 8.98136 0.669624 8.98152 0.644767 8.98168 0.619752 8.98183 0.618812 8.98199 0.648295 8.98215 0.692842 8.9823 0.731102 8.98246 0.75169 8.98262 0.758997 8.98277 0.764279 8.98293 0.771628 8.98309 0.775589 8.98324 0.76979 8.9834 0.756631 8.98356 0.741406 8.98371 0.721634 8.98387 0.690583 8.98403 0.652076 8.98418 0.624173 8.98434 0.623789 8.9845 0.651187 8.98465 0.689507 8.98481 0.718956 8.98497 0.730063 8.98512 0.728692 8.98528 0.727381 8.98544 0.735653 8.9856 0.756679 8.98575 0.789184 8.98591 0.829291 8.98607 0.865539 8.98622 0.880192 8.98638 0.864528 8.98654 0.828631 8.98669 0.791006 8.98685 0.761602 8.98701 0.74121 8.98716 0.731829 8.98732 0.738087 8.98748 0.755345 8.98763 0.772907 8.98779 0.786189 8.98795 0.800481 8.9881 0.81974 8.98826 0.838955 8.98842 0.85239 8.98857 0.8595 8.98873 0.858258 8.98889 0.84473 8.98905 0.820318 8.9892 0.794283 8.98936 0.772837 8.98952 0.752627 8.98967 0.729603 8.98983 0.706477 8.98999 0.687233 8.99014 0.670937 8.9903 0.657357 8.99046 0.652408 8.99061 0.658885 8.99077 0.666772 8.99093 0.663496 8.99108 0.652449 8.99124 0.65166 8.9914 0.671643 8.99155 0.703148 8.99171 0.727992 8.99187 0.739138 8.99202 0.74319 8.99218 0.745286 8.99234 0.738865 8.99249 0.713691 8.99265 0.674866 8.99281 0.643666 8.99297 0.636755 8.99312 0.648063 8.99328 0.660688 8.99344 0.669234 8.99359 0.680611 8.99375 0.695987 8.99391 0.70635 8.99406 0.708435 8.99422 0.710285 8.99438 0.715597 8.99453 0.716058 8.99469 0.707428 8.99485 0.700206 8.995 0.703662 8.99516 0.709991 8.99532 0.705765 8.99547 0.692877 8.99563 0.68209 8.99579 0.674019 8.99594 0.663316 8.9961 0.656193 8.99626 0.668528 8.99641 0.703067 8.99657 0.743222 8.99673 0.771768 8.99689 0.786908 8.99704 0.797085 8.9972 0.806794 8.99736 0.812528 8.99751 0.806817 8.99767 0.7837 8.99783 0.746492 8.99798 0.708307 8.99814 0.679963 8.9983 0.65807 8.99845 0.635229 8.99861 0.617227 8.99877 0.620035 8.99892 0.645939 8.99908 0.676505 8.99924 0.693804 8.99939 0.69546 8.99955 0.687524 8.99971 0.674064 8.99986 0.661575 9.00002 0.66122 9.00018 0.6774 9.00033 0.698233 9.00049 0.709315 9.00065 0.709099 9.00081 0.705401 9.00096 0.701209 9.00112 0.694968 9.00128 0.68882 9.00143 0.687173 9.00159 0.68763 9.00175 0.684713 9.0019 0.681006 9.00206 0.684234 9.00222 0.692164 9.00237 0.69108 9.00253 0.67275 9.00269 0.647476 9.00284 0.633651 9.003 0.639935 9.00316 0.660963 9.00331 0.688054 9.00347 0.716091 9.00363 0.739608 9.00378 0.748848 9.00394 0.736173 9.0041 0.708553 9.00425 0.68602 9.00441 0.681722 9.00457 0.685896 9.00473 0.677266 9.00488 0.65173 9.00504 0.629571 9.0052 0.629318 9.00535 0.643081 9.00551 0.649288 9.00567 0.643637 9.00582 0.643208 9.00598 0.65909 9.00614 0.678399 9.00629 0.680556 9.00645 0.661831 9.00661 0.636597 9.00676 0.618122 9.00692 0.608098 9.00708 0.603179 9.00723 0.602117 9.00739 0.601532 9.00755 0.594056 9.0077 0.578511 9.00786 0.567138 9.00802 0.57827 9.00817 0.61768 9.00833 0.670474 9.00849 0.714073 9.00865 0.737488 9.0088 0.746358 9.00896 0.751247 9.00912 0.757474 9.00927 0.763819 9.00943 0.765393 9.00959 0.755114 9.00974 0.727789 9.0099 0.688083 9.01006 0.653414 9.01021 0.642653 9.01037 0.660846 9.01053 0.694703 9.01068 0.725741 9.01084 0.74382 9.011 0.751635 9.01115 0.757078 9.01131 0.765409 9.01147 0.776597 9.01162 0.78665 9.01178 0.791468 9.01194 0.787957 9.01209 0.774409 9.01225 0.751774 9.01241 0.723347 9.01257 0.692679 9.01272 0.659148 9.01288 0.620277 9.01304 0.582777 9.01319 0.565747 9.01335 0.584087 9.01351 0.627743 9.01366 0.664698 9.01382 0.672137 9.01398 0.658016 9.01413 0.647823 9.01429 0.654036 9.01445 0.668253 9.0146 0.681274 9.01476 0.696448 9.01492 0.718821 9.01507 0.740461 9.01523 0.747594 9.01539 0.739742 9.01554 0.731871 9.0157 0.736985 9.01586 0.752881 9.01602 0.76811 9.01617 0.77251 9.01633 0.763285 9.01649 0.743759 9.01664 0.723637 9.0168 0.714308 9.01696 0.716114 9.01711 0.714895 9.01727 0.697238 9.01743 0.666632 9.01758 0.641982 9.01774 0.637449 9.0179 0.652225 9.01805 0.677364 9.01821 0.704176 9.01837 0.721648 9.01852 0.718968 9.01868 0.69859 9.01884 0.683085 9.01899 0.694763 9.01915 0.729894 9.01931 0.765152 9.01946 0.788217 9.01962 0.810918 9.01978 0.844531 9.01994 0.875974 9.02009 0.882823 9.02025 0.863114 9.02041 0.835318 9.02056 0.810706 9.02072 0.782489 9.02088 0.747106 9.02103 0.719443 9.02119 0.714443 9.02135 0.722166 9.0215 0.716504 9.02166 0.685387 9.02182 0.644505 9.02197 0.621704 9.02213 0.636096 9.02229 0.687655 9.02244 0.753983 9.0226 0.800336 9.02276 0.805032 9.02291 0.779565 9.02307 0.754306 9.02323 0.743348 9.02338 0.734534 9.02354 0.717397 9.0237 0.701478 9.02386 0.697738 9.02401 0.697572 9.02417 0.683968 9.02433 0.659807 9.02448 0.64403 9.02464 0.646234 9.0248 0.659344 9.02495 0.676368 9.02511 0.698441 9.02527 0.724119 9.02542 0.742956 9.02558 0.746753 9.02574 0.737468 9.02589 0.72003 9.02605 0.698023 9.02621 0.678988 9.02636 0.67243 9.02652 0.676529 9.02668 0.676475 9.02683 0.665257 9.02699 0.657325 9.02715 0.670024 9.0273 0.698971 9.02746 0.722803 9.02762 0.728601 9.02778 0.722828 9.02793 0.718761 9.02809 0.722943 9.02825 0.73732 9.0284 0.761654 9.02856 0.790553 9.02872 0.812553 9.02887 0.814718 9.02903 0.792214 9.02919 0.750835 9.02934 0.705325 9.0295 0.671376 9.02966 0.655182 9.02981 0.651253 9.02997 0.652302 9.03013 0.658981 9.03028 0.67391 9.03044 0.691517 9.0306 0.700279 9.03075 0.694994 9.03091 0.679677 9.03107 0.66009 9.03122 0.641873 9.03138 0.631359 9.03154 0.628696 9.0317 0.617999 9.03185 0.582986 9.03201 0.536403 9.03217 0.519257 9.03232 0.556215 9.03248 0.621127 9.03264 0.664414 9.03279 0.667742 9.03295 0.656486 9.03311 0.660914 9.03326 0.683755 9.03342 0.708823 9.03358 0.723886 9.03373 0.725309 9.03389 0.71327 9.03405 0.695172 9.0342 0.684818 9.03436 0.69016 9.03452 0.702359 9.03467 0.706317 9.03483 0.696261 9.03499 0.676088 9.03514 0.650632 9.0353 0.625656 9.03546 0.611636 9.03562 0.615598 9.03577 0.632081 9.03593 0.650428 9.03609 0.669176 9.03624 0.691576 9.0364 0.709907 9.03656 0.707602 9.03671 0.683461 9.03687 0.659721 9.03703 0.657303 9.03718 0.671301 9.03734 0.67713 9.0375 0.660635 9.03765 0.632324 9.03781 0.612874 9.03797 0.610587 9.03812 0.613455 9.03828 0.603438 9.03844 0.577875 9.03859 0.555828 9.03875 0.558086 9.03891 0.580688 9.03907 0.59708 9.03922 0.58734 9.03938 0.56008 9.03954 0.540846 9.03969 0.543353 9.03985 0.558395 9.04001 0.568334 9.04016 0.567196 9.04032 0.564806 9.04048 0.575169 9.04063 0.598391 9.04079 0.617277 9.04095 0.617264 9.0411 0.605334 9.04126 0.602415 9.04142 0.615269 9.04157 0.627387 9.04173 0.623949 9.04189 0.610816 9.04204 0.604572 9.0422 0.612603 9.04236 0.635139 9.04251 0.671332 9.04267 0.710962 9.04283 0.729767 9.04299 0.713047 9.04314 0.678947 9.0433 0.661733 9.04346 0.67375 9.04361 0.695907 9.04377 0.706633 9.04393 0.702026 9.04408 0.688298 9.04424 0.670208 9.0444 0.652334 9.04455 0.638078 9.04471 0.622022 9.04487 0.599226 9.04502 0.58045 9.04518 0.586074 9.04534 0.61826 9.04549 0.655577 9.04565 0.680473 9.04581 0.697006 9.04596 0.712698 9.04612 0.719889 9.04628 0.709076 9.04643 0.690299 9.04659 0.683147 9.04675 0.693358 9.04691 0.709891 9.04706 0.721601 9.04722 0.724269 9.04738 0.719166 9.04753 0.713548 9.04769 0.719843 9.04785 0.740895 9.048 0.760812 9.04816 0.760734 9.04832 0.742222 9.04847 0.724877 9.04863 0.725439 9.04879 0.743379 9.04894 0.764202 9.0491 0.77062 9.04926 0.752885 9.04941 0.719195 9.04957 0.687516 9.04973 0.663663 9.04988 0.634468 9.05004 0.593021 9.0502 0.56152 9.05035 0.570299 9.05051 0.61765 9.05067 0.668242 9.05083 0.691059 9.05098 0.685884 9.05114 0.669598 9.0513 0.653853 9.05145 0.640896 9.05161 0.629778 9.05177 0.617113 9.05192 0.59957 9.05208 0.581371 9.05224 0.573548 9.05239 0.580808 9.05255 0.593932 9.05271 0.599786 9.05286 0.594368 9.05302 0.584325 9.05318 0.577483 9.05333 0.57706 9.05349 0.579258 9.05365 0.578051 9.0538 0.57378 9.05396 0.577587 9.05412 0.598474 9.05427 0.628929 9.05443 0.649607 9.05459 0.649258 9.05475 0.635254 9.0549 0.62272 9.05506 0.623483 9.05522 0.64292 9.05537 0.677954 9.05553 0.713858 9.05569 0.730793 9.05584 0.720157 9.056 0.690902 9.05616 0.658161 9.05631 0.629885 9.05647 0.605012 9.05663 0.579561 9.05678 0.552102 9.05694 0.529945 9.0571 0.529604 9.05725 0.561458 9.05741 0.613025 9.05757 0.656242 9.05772 0.675851 9.05788 0.682664 9.05804 0.69482 9.05819 0.714091 9.05835 0.728237 9.05851 0.727581 9.05867 0.712078 9.05882 0.685945 9.05898 0.654624 9.05914 0.626337 9.05929 0.608346 9.05945 0.602812 9.05961 0.608612 9.05976 0.626672 9.05992 0.659758 9.06008 0.706193 9.06023 0.75597 9.06039 0.79285 9.06055 0.804479 9.0607 0.792652 9.06086 0.771649 9.06102 0.752509 9.06117 0.732061 9.06133 0.701633 9.06149 0.664184 9.06164 0.633325 9.0618 0.617497 9.06196 0.613482 9.06212 0.61418 9.06227 0.614213 9.06243 0.607631 9.06259 0.592213 9.06274 0.578233 9.0629 0.581557 9.06306 0.603801 9.06321 0.630581 9.06337 0.64969 9.06353 0.661359 9.06368 0.667708 9.06384 0.666771 9.064 0.661394 9.06415 0.659989 9.06431 0.662142 9.06447 0.656419 9.06462 0.642076 9.06478 0.638006 9.06494 0.656371 9.06509 0.680715 9.06525 0.685689 9.06541 0.668967 9.06556 0.649638 9.06572 0.640869 9.06588 0.642466 9.06604 0.652402 9.06619 0.672314 9.06635 0.698303 9.06651 0.721399 9.06666 0.738068 9.06682 0.748414 9.06698 0.749502 9.06713 0.738638 9.06729 0.723221 9.06745 0.714187 9.0676 0.710947 9.06776 0.703793 9.06792 0.690629 9.06807 0.677989 9.06823 0.667491 9.06839 0.652546 9.06854 0.630943 9.0687 0.608578 9.06886 0.589744 9.06901 0.572113 9.06917 0.554163 9.06933 0.540857 9.06948 0.538196 9.06964 0.548662 9.0698 0.568729 9.06996 0.58513 9.07011 0.580594 9.07027 0.553612 9.07043 0.528164 9.07058 0.530338 9.07074 0.55716 9.0709 0.581718 9.07105 0.587376 9.07121 0.582436 9.07137 0.580134 9.07152 0.581803 9.07168 0.58366 9.07184 0.585735 9.07199 0.584311 9.07215 0.571031 9.07231 0.547776 9.07246 0.533789 9.07262 0.546763 9.07278 0.584211 9.07293 0.62918 9.07309 0.666341 9.07325 0.688759 9.0734 0.694784 9.07356 0.687394 9.07372 0.673716 9.07388 0.661479 9.07403 0.657298 9.07419 0.666921 9.07435 0.687996 9.0745 0.703426 9.07466 0.694297 9.07482 0.661766 9.07497 0.624039 9.07513 0.593324 9.07529 0.568435 9.07544 0.553175 9.0756 0.5601 9.07576 0.586777 9.07591 0.607353 9.07607 0.603272 9.07623 0.588552 9.07638 0.589535 9.07654 0.609084 9.0767 0.629042 9.07685 0.638993 9.07701 0.642582 9.07717 0.639842 9.07732 0.624278 9.07748 0.597824 9.07764 0.574036 9.0778 0.560041 9.07795 0.549022 9.07811 0.53443 9.07827 0.52005 9.07842 0.513208 9.07858 0.51511 9.07874 0.523162 9.07889 0.535957 9.07905 0.550918 9.07921 0.563735 9.07936 0.572642 9.07952 0.582686 9.07968 0.601119 9.07983 0.630801 9.07999 0.665422 9.08015 0.691835 9.0803 0.698434 9.08046 0.687397 9.08062 0.676002 9.08077 0.679552 9.08093 0.694516 9.08109 0.703129 9.08124 0.695776 9.0814 0.682906 9.08156 0.68191 9.08172 0.696554 9.08187 0.712691 9.08203 0.712915 9.08219 0.696433 9.08234 0.680754 9.0825 0.680854 9.08266 0.689861 9.08281 0.687277 9.08297 0.665162 9.08313 0.637839 9.08328 0.622906 9.08344 0.623625 9.0836 0.635844 9.08375 0.658327 9.08391 0.688011 9.08407 0.710952 9.08422 0.713562 9.08438 0.698454 9.08454 0.679887 9.08469 0.667283 9.08485 0.662512 9.08501 0.665592 9.08517 0.673781 9.08532 0.67737 9.08548 0.671218 9.08564 0.664813 9.08579 0.670623 9.08595 0.682715 9.08611 0.684352 9.08626 0.674258 9.08642 0.67041 9.08658 0.684129 9.08673 0.7044 9.08689 0.714017 9.08705 0.709266 9.0872 0.699915 9.08736 0.697624 9.08752 0.708857 9.08767 0.72848 9.08783 0.739358 9.08799 0.72682 9.08814 0.699348 9.0883 0.683173 9.08846 0.693783 9.08861 0.71924 9.08877 0.737828 9.08893 0.739711 9.08909 0.726599 9.08924 0.703246 9.0894 0.678485 9.08956 0.665552 9.08971 0.670372 9.08987 0.682579 9.09003 0.687318 9.09018 0.680817 9.09034 0.670345 9.0905 0.663148 9.09065 0.662854 9.09081 0.670666 9.09097 0.681662 9.09112 0.684577 9.09128 0.673562 9.09144 0.656647 9.09159 0.644753 9.09175 0.636977 9.09191 0.625856 9.09206 0.61241 9.09222 0.604387 9.09238 0.60082 9.09253 0.58989 9.09269 0.568032 9.09285 0.550839 9.09301 0.55777 9.09316 0.589584 9.09332 0.629185 9.09348 0.662792 9.09363 0.690892 9.09379 0.716644 9.09395 0.730824 9.0941 0.719969 9.09426 0.688128 9.09442 0.657941 9.09457 0.645261 9.09473 0.642176 9.09489 0.632992 9.09504 0.617952 9.0952 0.609722 9.09536 0.610795 9.09551 0.611265 9.09567 0.606311 9.09583 0.601624 9.09598 0.600022 9.09614 0.5988 9.0963 0.602317 9.09645 0.619434 9.09661 0.643133 9.09677 0.650454 9.09693 0.633076 9.09708 0.611922 9.09724 0.60856 9.0974 0.617875 9.09755 0.624058 9.09771 0.629356 9.09787 0.645726 9.09802 0.66723 9.09818 0.674099 9.09834 0.662102 9.09849 0.647819 9.09865 0.641782 9.09881 0.636361 9.09896 0.622718 9.09912 0.604991 9.09928 0.591041 9.09943 0.58331 9.09959 0.583741 9.09975 0.596484 9.0999 0.618604 9.10006 0.640345 9.10022 0.657804 9.10037 0.676785 9.10053 0.697108 9.10069 0.705753 9.10085 0.694321 9.101 0.675052 9.10116 0.666606 9.10132 0.669156 9.10147 0.664356 9.10163 0.639444 9.10179 0.602095 9.10194 0.572195 9.1021 0.564162 9.10226 0.577565 9.10241 0.600738 9.10257 0.622496 9.10273 0.640626 9.10288 0.658801 9.10304 0.675765 9.1032 0.680882 9.10335 0.665653 9.10351 0.637813 9.10367 0.618738 9.10382 0.625086 9.10398 0.653412 9.10414 0.683501 9.10429 0.698454 9.10445 0.700811 9.10461 0.70474 9.10477 0.713082 9.10492 0.71018 9.10508 0.684253 9.10524 0.647509 9.10539 0.624302 9.10555 0.620435 9.10571 0.618562 9.10586 0.604546 9.10602 0.584782 9.10618 0.572749 9.10633 0.568803 9.10649 0.564931 9.10665 0.56094 9.1068 0.564129 9.10696 0.575777 9.10712 0.586349 9.10727 0.586001 9.10743 0.573532 9.10759 0.558196 9.10774 0.553138 9.1079 0.566312 9.10806 0.592823 9.10822 0.61966 9.10837 0.639287 9.10853 0.656369 9.10869 0.674983 9.10884 0.688292 9.109 0.688372 9.10916 0.681009 9.10931 0.678497 9.10947 0.681404 9.10963 0.67889 9.10978 0.669625 9.10994 0.668887 9.1101 0.687904 9.11025 0.717209 9.11041 0.741107 9.11057 0.759311 9.11072 0.783834 9.11088 0.816793 9.11104 0.843919 9.11119 0.852841 9.11135 0.844827 9.11151 0.826901 9.11166 0.800158 9.11182 0.764545 9.11198 0.728224 9.11214 0.701716 9.11229 0.684152 9.11245 0.666097 9.11261 0.644862 9.11276 0.629656 9.11292 0.628801 9.11308 0.638219 9.11323 0.647112 9.11339 0.648401 9.11355 0.640909 9.1137 0.628049 9.11386 0.619405 9.11402 0.629391 9.11417 0.663433 9.11433 0.709073 9.11449 0.747525 9.11464 0.772611 9.1148 0.791708 9.11496 0.807873 9.11511 0.81249 9.11527 0.797147 9.11543 0.767062 9.11558 0.735618 9.11574 0.711915 9.1159 0.697447 9.11606 0.692652 9.11621 0.697136 9.11637 0.703819 9.11653 0.699697 9.11668 0.677426 9.11684 0.644162 9.117 0.613722 9.11715 0.589022 9.11731 0.560969 9.11747 0.528957 9.11762 0.513565 9.11778 0.533933 9.11794 0.575406 9.11809 0.597376 9.11825 0.581872 9.11841 0.559161 9.11856 0.57182 9.11872 0.623146 9.11888 0.679103 9.11903 0.710786 9.11919 0.714772 9.11935 0.695936 9.1195 0.654483 9.11966 0.599553 9.11982 0.55405 9.11998 0.533217 9.12013 0.530409 9.12029 0.533333 9.12045 0.540889 9.1206 0.554658 9.12076 0.565085 9.12092 0.561533 9.12107 0.547978 9.12123 0.535282 9.12139 0.526282 9.12154 0.520196 9.1217 0.524341 9.12186 0.545348 9.12201 0.574421 9.12217 0.596179 9.12233 0.609389 9.12248 0.623481 9.12264 0.637605 9.1228 0.639334 9.12295 0.627061 9.12311 0.616432 9.12327 0.6188 9.12342 0.629473 9.12358 0.642537 9.12374 0.662023 9.1239 0.688065 9.12405 0.7029 9.12421 0.686809 9.12437 0.643945 9.12452 0.601674 9.12468 0.585995 9.12484 0.601472 9.12499 0.633527 9.12515 0.661719 9.12531 0.673019 9.12546 0.669458 9.12562 0.66167 9.12578 0.655889 9.12593 0.649689 9.12609 0.641672 9.12625 0.638695 9.1264 0.647778 9.12656 0.665488 9.12672 0.681638 9.12687 0.690415 9.12703 0.691053 9.12719 0.680958 9.12734 0.656236 9.1275 0.620526 9.12766 0.583864 9.12782 0.552379 9.12797 0.525235 9.12813 0.501373 9.12829 0.484631 9.12844 0.478526 9.1286 0.482497 9.12876 0.494757 9.12891 0.513208 9.12907 0.531322 9.12923 0.539127 9.12938 0.532679 9.12954 0.520971 9.1297 0.519025 9.12985 0.534698 9.13001 0.565656 9.13017 0.60357 9.13032 0.637442 9.13048 0.658176 9.13064 0.665491 9.13079 0.669393 9.13095 0.678555 9.13111 0.689888 9.13126 0.693959 9.13142 0.690139 9.13158 0.686524 9.13174 0.686162 9.13189 0.681903 9.13205 0.668571 9.13221 0.651899 9.13236 0.640122 9.13252 0.635315 9.13268 0.637693 9.13283 0.651076 9.13299 0.674784 9.13315 0.694835 9.1333 0.69587 9.13346 0.678861 9.13362 0.660296 9.13377 0.651442 9.13393 0.648633 9.13409 0.64258 9.13424 0.628275 9.1344 0.604141 9.13456 0.572045 9.13471 0.542163 9.13487 0.529284 9.13503 0.538275 9.13519 0.558513 9.13534 0.577019 9.1355 0.592933 9.13566 0.614009 9.13581 0.643338 9.13597 0.676904 9.13613 0.708665 9.13628 0.73204 9.13644 0.740007 9.1366 0.732143 9.13675 0.720587 9.13691 0.72184 9.13707 0.739651 9.13722 0.760336 9.13738 0.765608 9.13754 0.747244 9.13769 0.711046 9.13785 0.668421 9.13801 0.628444 9.13816 0.595601 9.13832 0.572506 9.13848 0.561534 9.13863 0.560706 9.13879 0.561387 9.13895 0.554934 9.13911 0.542976 9.13926 0.537856 9.13942 0.550679 9.13958 0.580647 9.13973 0.61635 9.13989 0.64405 9.14005 0.654248 9.1402 0.648012 9.14036 0.635236 9.14052 0.625582 9.14067 0.617433 9.14083 0.602768 9.14099 0.581773 9.14114 0.56498 9.1413 0.558125 9.14146 0.555888 9.14161 0.55316 9.14177 0.552147 9.14193 0.55082 9.14208 0.538045 9.14224 0.508144 9.1424 0.473592 9.14255 0.451069 9.14271 0.442481 9.14287 0.440572 9.14303 0.447036 9.14318 0.470645 9.14334 0.506963 9.1435 0.538895 9.14365 0.554139 9.14381 0.554965 9.14397 0.548694 9.14412 0.539468 9.14428 0.530838 9.14444 0.524916 9.14459 0.518855 9.14475 0.508734 9.14491 0.500099 9.14506 0.505147 9.14522 0.52832 9.14538 0.560895 9.14553 0.591223 9.14569 0.611573 9.14585 0.617364 9.146 0.610664 9.14616 0.605546 9.14632 0.615944 9.14647 0.637605 9.14663 0.651438 9.14679 0.647571 9.14695 0.635373 9.1471 0.626426 9.14726 0.622785 9.14742 0.623158 9.14757 0.629961 9.14773 0.639775 9.14789 0.639264 9.14804 0.619885 9.1482 0.590001 9.14836 0.564523 9.14851 0.551163 9.14867 0.551881 9.14883 0.567153 9.14898 0.590287 9.14914 0.607121 9.1493 0.610531 9.14945 0.608418 9.14961 0.609249 9.14977 0.61039 9.14992 0.609292 9.15008 0.616313 9.15024 0.639222 9.15039 0.663495 9.15055 0.66678 9.15071 0.648204 9.15087 0.629199 9.15102 0.625974 9.15118 0.636437 9.15134 0.653572 9.15149 0.67568 9.15165 0.696637 9.15181 0.701507 9.15196 0.681128 9.15212 0.644429 9.15228 0.611646 9.15243 0.599507 9.15259 0.615217 9.15275 0.654287 9.1529 0.698097 9.15306 0.724185 9.15322 0.725418 9.15337 0.717226 9.15353 0.71858 9.15369 0.729163 9.15384 0.730662 9.154 0.709403 9.15416 0.671096 9.15431 0.63402 9.15447 0.611897 9.15463 0.606159 9.15479 0.609206 9.15494 0.61085 9.1551 0.602037 9.15526 0.579894 9.15541 0.55486 9.15557 0.549081 9.15573 0.576658 9.15588 0.624813 9.15604 0.664256 9.1562 0.681203 9.15635 0.688874 9.15651 0.702815 9.15667 0.717357 9.15682 0.717564 9.15698 0.704308 9.15714 0.690207 9.15729 0.677084 9.15745 0.655844 9.15761 0.629873 9.15776 0.618637 9.15792 0.632599 9.15808 0.659955 9.15824 0.684361 9.15839 0.703984 9.15855 0.722943 9.15871 0.736067 9.15886 0.734573 9.15902 0.718769 9.15918 0.694764 9.15933 0.665056 9.15949 0.633 9.15965 0.610329 9.1598 0.607958 9.15996 0.619267 9.16012 0.627217 9.16027 0.626921 9.16043 0.630582 9.16059 0.646862 9.16074 0.665568 9.1609 0.672759 9.16106 0.673483 9.16121 0.690415 9.16137 0.73765 9.16153 0.799308 9.16168 0.839591 9.16184 0.832678 9.162 0.783665 9.16216 0.721208 9.16231 0.67195 9.16247 0.642832 9.16263 0.624406 9.16278 0.603589 9.16294 0.574156 9.1631 0.541604 9.16325 0.521307 9.16341 0.526582 9.16357 0.553346 9.16372 0.582081 9.16388 0.599254 9.16404 0.610984 9.16419 0.628932 9.16435 0.650981 9.16451 0.667413 9.16466 0.681169 9.16482 0.706483 9.16498 0.742671 9.16513 0.768574 9.16529 0.767363 9.16545 0.746104 9.1656 0.722164 9.16576 0.70102 9.16592 0.68303 9.16608 0.677886 9.16623 0.695948 9.16639 0.724086 9.16655 0.729529 9.1667 0.695338 9.16686 0.639463 9.16702 0.594308 9.16717 0.575033 9.16733 0.57475 9.16749 0.579405 9.16764 0.577897 9.1678 0.566006 9.16796 0.551126 9.16811 0.550283 9.16827 0.573296 9.16843 0.609006 9.16858 0.634748 9.16874 0.640092 9.1689 0.632871 9.16905 0.626141 9.16921 0.626776 9.16937 0.634154 9.16952 0.642055 9.16968 0.642222 9.16984 0.635114 9.17 0.637893 9.17015 0.670952 9.17031 0.732761 9.17047 0.794515 9.17062 0.826146 9.17078 0.820313 9.17094 0.79122 9.17109 0.758844 9.17125 0.736644 9.17141 0.724898 9.17156 0.709502 9.17172 0.672247 9.17188 0.611174 9.17203 0.546442 9.17219 0.504163 9.17235 0.498604 9.1725 0.530214 9.17266 0.590028 9.17282 0.657736 9.17297 0.70634 9.17313 0.722668 9.17329 0.719469 9.17344 0.71819 9.1736 0.724322 9.17376 0.727805 9.17392 0.722978 9.17407 0.715551 9.17423 0.710723 9.17439 0.707255 9.17454 0.704475 9.1747 0.704729 9.17486 0.707886 9.17501 0.71175 9.17517 0.719282 9.17533 0.735145 9.17548 0.750864 9.17564 0.745605 9.1758 0.707336 9.17595 0.648264 9.17611 0.595541 9.17627 0.568757 9.17642 0.57091 9.17658 0.593025 9.17674 0.623409 9.17689 0.654326 9.17705 0.683695 9.17721 0.710215 9.17736 0.72896 9.17752 0.736435 9.17768 0.739151 9.17784 0.747486 9.17799 0.760299 9.17815 0.763489 9.17831 0.747506 9.17846 0.720441 9.17862 0.697891 9.17878 0.687278 9.17893 0.684329 9.17909 0.681678 9.17925 0.674448 9.1794 0.662746 9.17956 0.651949 9.17972 0.647867 9.17987 0.648849 9.18003 0.647473 9.18019 0.641782 9.18034 0.63699 9.1805 0.63384 9.18066 0.625988 9.18081 0.615926 9.18097 0.622711 9.18113 0.660193 9.18129 0.711671 9.18144 0.740679 9.1816 0.728446 9.18176 0.690995 9.18191 0.657833 9.18207 0.643343 9.18223 0.642411 9.18238 0.644064 9.18254 0.641528 9.1827 0.633993 9.18285 0.624677 9.18301 0.618027 9.18317 0.615699 9.18332 0.613614 9.18348 0.604975 9.18364 0.585661 9.18379 0.556983 9.18395 0.526125 9.18411 0.502994 9.18426 0.493101 9.18442 0.493392 9.18458 0.495181 9.18473 0.494516 9.18489 0.497632 9.18505 0.51394 9.18521 0.545664 9.18536 0.583917 9.18552 0.615334 9.18568 0.631909 9.18583 0.635275 9.18599 0.634332 9.18615 0.639723 9.1863 0.657546 9.18646 0.686298 9.18662 0.716492 9.18677 0.734974 9.18693 0.733918 9.18709 0.714643 9.18724 0.68462 9.1874 0.652582 9.18756 0.629655 9.18771 0.628779 9.18787 0.655253 9.18803 0.696244 9.18818 0.729583 9.18834 0.742955 9.1885 0.740466 9.18865 0.727503 9.18881 0.701378 9.18897 0.663089 9.18913 0.628466 9.18928 0.614546 9.18944 0.619167 9.1896 0.624201 9.18975 0.6218 9.18991 0.62261 9.19007 0.639256 9.19022 0.66838 9.19038 0.695567 9.19054 0.710731 9.19069 0.715264 9.19085 0.71827 9.19101 0.726733 9.19116 0.741279 9.19132 0.755186 9.19148 0.761502 9.19163 0.755504 9.19179 0.735082 9.19195 0.702913 9.1921 0.672401 9.19226 0.664752 9.19242 0.686708 9.19257 0.714974 9.19273 0.717975 9.19289 0.692696 9.19305 0.668383 9.1932 0.669077 9.19336 0.685102 9.19352 0.691034 9.19367 0.679597 9.19383 0.664421 9.19399 0.657086 9.19414 0.65496 9.1943 0.650897 9.19446 0.642741 9.19461 0.631853 9.19477 0.619543 9.19493 0.608088 9.19508 0.598936 9.19524 0.590607 9.1954 0.581883 9.19555 0.575805 9.19571 0.574921 9.19587 0.573311 9.19602 0.561124 9.19618 0.536517 9.19634 0.509067 9.19649 0.487939 9.19665 0.474965 9.19681 0.46704 9.19697 0.461554 9.19712 0.457222 9.19728 0.45716 9.19744 0.470782 9.19759 0.503664 9.19775 0.547446 9.19791 0.587723 9.19806 0.621592 9.19822 0.655791 9.19838 0.686219 9.19853 0.695507 9.19869 0.678763 9.19885 0.65935 9.199 0.661265 9.19916 0.677019 9.19932 0.675675 9.19947 0.642847 9.19963 0.595409 9.19979 0.557698 9.19994 0.537318 9.2001 0.526209 9.20026 0.515987 9.20041 0.504192 9.20057 0.492558 9.20073 0.485275 9.20089 0.486583 9.20104 0.496884 9.2012 0.512856 9.20136 0.529509 9.20151 0.539998 9.20167 0.538358 9.20183 0.528326 9.20198 0.526333 9.20214 0.54354 9.2023 0.568945 9.20245 0.581071 9.20261 0.576081 9.20277 0.571692 9.20292 0.582468 9.20308 0.604343 9.20324 0.626344 9.20339 0.64348 9.20355 0.649953 9.20371 0.63541 9.20386 0.600189 9.20402 0.564077 9.20418 0.548699 9.20434 0.554679 9.20449 0.567453 9.20465 0.577858 9.20481 0.587898 9.20496 0.600329 9.20512 0.613366 9.20528 0.625703 9.20543 0.634983 9.20559 0.636094 9.20575 0.626609 9.2059 0.611686 9.20606 0.598915 9.20622 0.592194 9.20637 0.595321 9.20653 0.612275 9.20669 0.63425 9.20684 0.637684 9.207 0.608592 9.20716 0.563889 9.20731 0.534083 9.20747 0.530582 9.20763 0.541287 9.20778 0.555794 9.20794 0.573368 9.2081 0.588796 9.20826 0.592167 9.20841 0.58606 9.20857 0.587445 9.20873 0.605544 9.20888 0.631559 9.20904 0.655825 9.2092 0.681032 9.20935 0.707559 9.20951 0.72357 9.20967 0.717285 9.20982 0.693206 9.20998 0.66482 9.21014 0.639969 9.21029 0.622837 9.21045 0.618344 9.21061 0.627038 9.21076 0.641319 9.21092 0.657209 9.21108 0.680609 9.21123 0.713848 9.21139 0.74263 9.21155 0.750475 9.2117 0.737064 9.21186 0.712899 9.21202 0.682288 9.21218 0.645266 9.21233 0.613089 9.21249 0.604006 9.21265 0.620884 9.2128 0.644961 9.21296 0.655166 9.21312 0.649043 9.21327 0.639534 9.21343 0.638441 9.21359 0.644267 9.21374 0.644989 9.2139 0.62947 9.21406 0.598888 9.21421 0.566606 9.21437 0.546686 9.21453 0.544115 9.21468 0.557107 9.21484 0.582628 9.215 0.614123 9.21515 0.639509 9.21531 0.647275 9.21547 0.635566 9.21562 0.611641 9.21578 0.587535 9.21594 0.575571 9.2161 0.583301 9.21625 0.606825 9.21641 0.634295 9.21657 0.659461 9.21672 0.68445 9.21688 0.706519 9.21704 0.713218 9.21719 0.699655 9.21735 0.682207 9.21751 0.682784 9.21766 0.704868 9.21782 0.732961 9.21798 0.753184 9.21813 0.758926 9.21829 0.748179 9.21845 0.724294 9.2186 0.702174 9.21876 0.696934 9.21892 0.706128 9.21907 0.713057 9.21923 0.707805 9.21939 0.694471 9.21954 0.678508 9.2197 0.659072 9.21986 0.637927 9.22002 0.62328 9.22017 0.618716 9.22033 0.618879 9.22049 0.618405 9.22064 0.616897 9.2208 0.613799 9.22096 0.605989 9.22111 0.59336 9.22127 0.579998 9.22143 0.567628 9.22158 0.555777 9.22174 0.550339 9.2219 0.558282 9.22205 0.573717 9.22221 0.581332 9.22237 0.57979 9.22252 0.586546 9.22268 0.611114 9.22284 0.637394 9.22299 0.645751 9.22315 0.640201 9.22331 0.639891 9.22346 0.64956 9.22362 0.656145 9.22378 0.652414 9.22394 0.646484 9.22409 0.644902 9.22425 0.641794 9.22441 0.630039 9.22456 0.612962 9.22472 0.599696 9.22488 0.595184 9.22503 0.600151 9.22519 0.614296 9.22535 0.633845 9.2255 0.649633 9.22566 0.655131 9.22582 0.653137 9.22597 0.649936 9.22613 0.644535 9.22629 0.632209 9.22644 0.616261 9.2266 0.609179 9.22676 0.618066 9.22691 0.634292 9.22707 0.644138 9.22723 0.642606 9.22739 0.630653 9.22754 0.604529 9.2277 0.559377 9.22786 0.505076 9.22801 0.467375 9.22817 0.462999 9.22833 0.48175 9.22848 0.499375 9.22864 0.504044 9.2288 0.504684 9.22895 0.518046 9.22911 0.554658 9.22927 0.611495 9.22942 0.670099 9.22958 0.705398 9.22974 0.707363 9.22989 0.694048 9.23005 0.692488 9.23021 0.708526 9.23036 0.724245 9.23052 0.723576 9.23068 0.706311 9.23083 0.676868 9.23099 0.636064 9.23115 0.591311 9.23131 0.562378 9.23146 0.562295 9.23162 0.580162 9.23178 0.592112 9.23193 0.587167 9.23209 0.575452 9.23225 0.572262 9.2324 0.584268 9.23256 0.606366 9.23272 0.626657 9.23287 0.635716 9.23303 0.634989 9.23319 0.633184 9.23334 0.635493 9.2335 0.639026 9.23366 0.641782 9.23381 0.648866 9.23397 0.663313 9.23413 0.678133 9.23428 0.685751 9.23444 0.687532 9.2346 0.687417 9.23475 0.682625 9.23491 0.67082 9.23507 0.659422 9.23523 0.655587 9.23538 0.651744 9.23554 0.634039 9.2357 0.605956 9.23585 0.587704 9.23601 0.59027 9.23617 0.603229 9.23632 0.613634 9.23648 0.623086 9.23664 0.638291 9.23679 0.655236 9.23695 0.664849 9.23711 0.670213 9.23726 0.683137 9.23742 0.704297 9.23758 0.717001 9.23773 0.703636 9.23789 0.664853 9.23805 0.619591 9.2382 0.587643 9.23836 0.57495 9.23852 0.571279 9.23867 0.562668 9.23883 0.546451 9.23899 0.535614 9.23915 0.547779 9.2393 0.58908 9.23946 0.64737 9.23962 0.699444 9.23977 0.726183 9.23993 0.724389 9.24009 0.705597 9.24024 0.682648 9.2404 0.658229 9.24056 0.629391 9.24071 0.600122 9.24087 0.582845 9.24103 0.583143 9.24118 0.589853 9.24134 0.588286 9.2415 0.57866 9.24165 0.574764 9.24181 0.585265 9.24197 0.605346 9.24212 0.625682 9.24228 0.640557 9.24244 0.644116 9.24259 0.629827 9.24275 0.599467 9.24291 0.566093 9.24307 0.540446 9.24322 0.52002 9.24338 0.499448 9.24354 0.483709 9.24369 0.482441 9.24385 0.49429 9.24401 0.509544 9.24416 0.525372 9.24432 0.54684 9.24448 0.573271 9.24463 0.596236 9.24479 0.614507 9.24495 0.637884 9.2451 0.669908 9.24526 0.698824 9.24542 0.711934 9.24557 0.711011 9.24573 0.703917 9.24589 0.692394 9.24604 0.677197 9.2462 0.666292 9.24636 0.666246 9.24651 0.668352 9.24667 0.657971 9.24683 0.633077 9.24699 0.603084 9.24714 0.574448 9.2473 0.548082 9.24746 0.527429 9.24761 0.516088 9.24777 0.510197 9.24793 0.505709 9.24808 0.511859 9.24824 0.539078 9.2484 0.577196 9.24855 0.600622 9.24871 0.599737 9.24887 0.590975 9.24902 0.591654 9.24918 0.600486 9.24934 0.610828 9.24949 0.625597 9.24965 0.64745 9.24981 0.665045 9.24996 0.664158 9.25012 0.645497 9.25028 0.620485 9.25043 0.596891 9.25059 0.577716 9.25075 0.567343 9.25091 0.567204 9.25106 0.570241 9.25122 0.56831 9.25138 0.562112 9.25153 0.555962 9.25169 0.548828 9.25185 0.540502 9.252 0.53896 9.25216 0.552651 9.25232 0.577669 9.25247 0.604775 9.25263 0.632375 9.25279 0.660339 9.25294 0.678176 9.2531 0.6727 9.25326 0.647128 9.25341 0.619877 9.25357 0.605534 9.25373 0.607373 9.25388 0.627561 9.25404 0.664843 9.2542 0.70159 9.25436 0.711897 9.25451 0.692102 9.25467 0.666834 9.25483 0.654429 9.25498 0.641161 9.25514 0.605585 9.2553 0.55744 9.25545 0.532516 9.25561 0.547974 9.25577 0.583921 9.25592 0.611123 9.25608 0.621265 9.25624 0.620555 9.25639 0.610073 9.25655 0.587482 9.25671 0.562511 9.25686 0.553567 9.25702 0.567207 9.25718 0.59337 9.25733 0.622672 9.25749 0.65708 9.25765 0.696871 9.2578 0.729345 9.25796 0.741496 9.25812 0.73926 9.25828 0.740361 9.25843 0.752958 9.25859 0.767697 9.25875 0.771236 9.2589 0.756286 9.25906 0.721781 9.25922 0.671953 9.25937 0.61922 9.25953 0.578331 9.25969 0.555271 9.25984 0.548646 9.26 0.558432 9.26016 0.582395 9.26031 0.605444 9.26047 0.60927 9.26063 0.595738 9.26078 0.587723 9.26094 0.599644 9.2611 0.620895 9.26125 0.636101 9.26141 0.647161 9.26157 0.663314 9.26172 0.680842 9.26188 0.689272 9.26204 0.687678 9.2622 0.683515 9.26235 0.681819 9.26251 0.686792 9.26267 0.706223 9.26282 0.737611 9.26298 0.758075 9.26314 0.744908 9.26329 0.706159 9.26345 0.672253 9.26361 0.659693 9.26376 0.659976 9.26392 0.662764 9.26408 0.670946 9.26423 0.684559 9.26439 0.688953 9.26455 0.669144 9.2647 0.629414 9.26486 0.589369 9.26502 0.567025 9.26517 0.567287 9.26533 0.583367 9.26549 0.603287 9.26564 0.621409 9.2658 0.640768 9.26596 0.662798 9.26612 0.676727 9.26627 0.670766 9.26643 0.653158 9.26659 0.648527 9.26674 0.669505 9.2669 0.700991 9.26706 0.718249 9.26721 0.711485 9.26737 0.689689 9.26753 0.666726 9.26768 0.648885 9.26784 0.631886 9.268 0.608852 9.26815 0.585447 9.26831 0.582213 9.26847 0.612301 9.26862 0.660306 9.26878 0.694431 9.26894 0.700958 9.26909 0.693255 9.26925 0.687625 9.26941 0.687283 9.26956 0.690228 9.26972 0.696529 9.26988 0.698315 9.27004 0.681246 9.27019 0.647227 9.27035 0.621193 9.27051 0.622752 9.27066 0.641396 9.27082 0.653505 9.27098 0.65392 9.27113 0.652474 9.27129 0.650888 9.27145 0.641302 9.2716 0.624019 9.27176 0.609502 9.27192 0.602553 9.27207 0.599868 9.27223 0.601702 9.27239 0.613779 9.27254 0.631541 9.2727 0.638126 9.27286 0.624499 9.27301 0.602996 9.27317 0.593176 9.27333 0.602452 9.27348 0.624445 9.27364 0.649176 9.2738 0.66887 9.27396 0.676832 9.27411 0.668995 9.27427 0.648809 9.27443 0.626944 9.27458 0.612587 9.27474 0.604336 9.2749 0.593177 9.27505 0.57656 9.27521 0.568141 9.27537 0.584989 9.27552 0.623725 9.27568 0.659127 9.27584 0.671087 9.27599 0.669062 9.27615 0.680237 9.27631 0.716434 9.27646 0.759687 9.27662 0.780913 9.27678 0.76653 9.27693 0.724513 9.27709 0.672393 9.27725 0.622996 9.27741 0.581819 9.27756 0.553256 9.27772 0.544116 9.27788 0.553653 9.27803 0.565698 9.27819 0.561225 9.27835 0.541988 9.2785 0.532192 9.27866 0.54706 9.27882 0.57035 9.27897 0.570051 9.27913 0.534995 9.27929 0.48169 9.27944 0.432486 9.2796 0.39905 9.27976 0.388006 9.27991 0.406158 9.28007 0.451343 9.28023 0.507096 9.28038 0.552157 9.28054 0.575136 9.2807 0.57782 9.28085 0.570446 9.28101 0.564843 9.28117 0.568692 9.28133 0.581465 9.28148 0.598459 9.28164 0.616845 9.2818 0.636045 9.28195 0.652906 9.28211 0.662922 9.28227 0.666126 9.28242 0.66548 9.28258 0.659722 9.28274 0.644256 9.28289 0.62077 9.28305 0.59974 9.28321 0.591129 9.28336 0.596821 9.28352 0.614485 9.28368 0.640343 9.28383 0.662667 9.28399 0.664932 9.28415 0.639114 9.2843 0.599353 9.28446 0.569524 9.28462 0.560033 9.28477 0.562571 9.28493 0.565669 9.28509 0.569504 9.28525 0.581858 9.2854 0.604289 9.28556 0.629201 9.28572 0.648233 9.28587 0.661175 9.28603 0.670305 9.28619 0.67414 9.28634 0.66651 9.2865 0.645447 9.28666 0.620314 9.28681 0.603056 9.28697 0.595323 9.28713 0.589807 9.28728 0.583175 9.28744 0.583053 9.2876 0.595752 9.28775 0.615107 9.28791 0.629243 9.28807 0.63619 9.28822 0.643719 9.28838 0.652436 9.28854 0.651855 9.28869 0.639345 9.28885 0.63026 9.28901 0.638724 9.28917 0.654511 9.28932 0.655082 9.28948 0.640193 9.28964 0.635288 9.28979 0.653721 9.28995 0.672811 9.29011 0.662122 9.29026 0.625834 9.29042 0.599198 9.29058 0.605008 9.29073 0.630408 9.29089 0.650205 9.29105 0.654435 9.2912 0.648202 9.29136 0.635067 9.29152 0.615054 9.29167 0.590978 9.29183 0.570294 9.29199 0.559897 9.29214 0.565161 9.2923 0.589102 9.29246 0.624513 9.29261 0.656054 9.29277 0.67421 9.29293 0.682721 9.29309 0.688104 9.29324 0.68936 9.2934 0.685644 9.29356 0.685491 9.29371 0.697333 9.29387 0.717341 9.29403 0.736936 9.29418 0.759028 9.29434 0.789763 9.2945 0.817994 9.29465 0.819016 9.29481 0.785367 9.29497 0.739504 9.29512 0.707683 9.29528 0.69311 9.29544 0.68471 9.29559 0.67976 9.29575 0.684336 9.29591 0.694892 9.29606 0.69689 9.29622 0.684388 9.29638 0.668234 9.29653 0.659277 9.29669 0.653292 9.29685 0.639999 9.29701 0.621774 9.29716 0.609579 9.29732 0.602815 9.29748 0.584573 9.29763 0.545075 9.29779 0.501135 9.29795 0.483344 9.2981 0.504049 9.29826 0.546794 9.29842 0.584294 9.29857 0.600396 9.29873 0.592929 9.29889 0.568382 9.29904 0.539062 9.2992 0.520233 9.29936 0.517461 9.29951 0.520398 9.29967 0.512172 9.29983 0.488766 9.29998 0.463545 9.30014 0.45462 9.3003 0.471675 9.30046 0.509863 9.30061 0.551363 9.30077 0.574258 9.30093 0.567392 9.30108 0.539124 9.30124 0.507902 9.3014 0.48846 9.30155 0.485238 9.30171 0.498693 9.30187 0.525805 9.30202 0.557544 9.30218 0.583633 9.30234 0.602346 9.30249 0.621749 9.30265 0.646498 9.30281 0.670009 9.30296 0.681329 9.30312 0.67762 9.30328 0.666438 9.30343 0.658394 9.30359 0.659323 9.30375 0.666935 9.3039 0.672194 9.30406 0.667627 9.30422 0.654205 9.30438 0.642478 9.30453 0.642864 9.30469 0.655333 9.30485 0.669351 9.305 0.676792 9.30516 0.682003 9.30532 0.696077 9.30547 0.719381 9.30563 0.735577 9.30579 0.727858 9.30594 0.69975 9.3061 0.672182 9.30626 0.660758 9.30641 0.663598 9.30657 0.670415 9.30673 0.673786 9.30688 0.66601 9.30704 0.638024 9.3072 0.590733 9.30735 0.541465 9.30751 0.509617 9.30767 0.499436 9.30782 0.506595 9.30798 0.531195 9.30814 0.571092 9.3083 0.609339 9.30845 0.624048 9.30861 0.614739 9.30877 0.602877 9.30892 0.603051 9.30908 0.607499 9.30924 0.604812 9.30939 0.598891 9.30955 0.600308 9.30971 0.605243 9.30986 0.599491 9.31002 0.57862 9.31018 0.554967 9.31033 0.543721 9.31049 0.548322 9.31065 0.561078 9.3108 0.571867 9.31096 0.574684 9.31112 0.57064 9.31127 0.567296 9.31143 0.573343 9.31159 0.592717 9.31174 0.620108 9.3119 0.643881 9.31206 0.65558 9.31222 0.657854 9.31237 0.661451 9.31253 0.672837 9.31269 0.686346 9.31284 0.692202 9.313 0.687564 9.31316 0.676957 9.31331 0.664 9.31347 0.650423 9.31363 0.641848 9.31378 0.645442 9.31394 0.658681 9.3141 0.667748 9.31425 0.660537 9.31441 0.639154 9.31457 0.616172 9.31472 0.599668 9.31488 0.587007 9.31504 0.571439 9.31519 0.553307 9.31535 0.541239 9.31551 0.54114 9.31566 0.547419 9.31582 0.548926 9.31598 0.542892 9.31614 0.536882 9.31629 0.534734 9.31645 0.531978 9.31661 0.529408 9.31676 0.539158 9.31692 0.56845 9.31708 0.60345 9.31723 0.623243 9.31739 0.623052 9.31755 0.613186 9.3177 0.599972 9.31786 0.586269 9.31802 0.582716 9.31817 0.599856 9.31833 0.628334 9.31849 0.645707 9.31864 0.649641 9.3188 0.661085 9.31896 0.689717 9.31911 0.714296 9.31927 0.711452 9.31943 0.685689 9.31958 0.65674 9.31974 0.630044 9.3199 0.599274 9.32006 0.568161 9.32021 0.549597 9.32037 0.544703 9.32053 0.540959 9.32068 0.532019 9.32084 0.526708 9.321 0.534372 9.32115 0.551101 9.32131 0.561621 9.32147 0.552708 9.32162 0.523783 9.32178 0.490971 9.32194 0.476963 9.32209 0.491331 9.32225 0.523428 9.32241 0.556196 9.32256 0.581891 9.32272 0.59801 9.32288 0.598883 9.32303 0.583574 9.32319 0.565109 9.32335 0.558364 9.32351 0.560825 9.32366 0.559332 9.32382 0.553428 9.32398 0.556883 9.32413 0.574604 9.32429 0.592413 9.32445 0.598967 9.3246 0.602451 9.32476 0.616849 9.32492 0.638462 9.32507 0.646317 9.32523 0.626889 9.32539 0.587472 9.32554 0.547271 9.3257 0.520183 9.32586 0.510219 9.32601 0.516458 9.32617 0.53615 9.32633 0.561442 9.32648 0.579489 9.32664 0.58426 9.3268 0.584351 9.32695 0.591506 9.32711 0.60261 9.32727 0.602559 9.32743 0.587393 9.32758 0.573152 9.32774 0.573513 9.3279 0.58018 9.32805 0.576112 9.32821 0.560785 9.32837 0.549261 9.32852 0.548268 9.32868 0.547988 9.32884 0.538168 9.32899 0.521396 9.32915 0.508314 9.32931 0.507576 9.32946 0.52174 9.32962 0.544779 9.32978 0.563743 9.32993 0.569452 9.33009 0.568698 9.33025 0.578236 9.3304 0.603974 9.33056 0.632944 9.33072 0.648282 9.33087 0.646597 9.33103 0.638656 9.33119 0.636109 9.33135 0.640023 9.3315 0.641334 9.33166 0.632297 9.33182 0.620444 9.33197 0.622748 9.33213 0.64422 9.33229 0.669122 9.33244 0.680106 9.3326 0.679123 9.33276 0.678143 9.33291 0.677186 9.33307 0.666209 9.33323 0.647001 9.33338 0.632965 9.33354 0.626585 9.3337 0.616098 9.33385 0.598265 9.33401 0.586442 9.33417 0.588208 9.33432 0.591353 9.33448 0.583652 9.33464 0.573734 9.33479 0.575445 9.33495 0.586689 9.33511 0.596705 9.33527 0.610125 9.33542 0.641497 9.33558 0.688566 9.33574 0.724931 9.33589 0.725637 9.33605 0.689928 9.33621 0.638232 9.33636 0.593356 9.33652 0.565866 9.33668 0.552638 9.33683 0.546318 9.33699 0.547593 9.33715 0.565642 9.3373 0.604262 9.33746 0.650967 9.33762 0.6859 9.33777 0.698286 9.33793 0.689669 9.33809 0.668161 9.33824 0.645666 9.3384 0.637748 9.33856 0.653943 9.33871 0.689763 9.33887 0.734596 9.33903 0.78173 9.33919 0.823523 9.33934 0.84367 9.3395 0.830004 9.33966 0.797556 9.33981 0.77835 9.33997 0.783549 9.34013 0.791534 9.34028 0.782368 9.34044 0.767679 9.3406 0.769743 9.34075 0.783765 9.34091 0.782369 9.34107 0.758196 9.34122 0.740601 9.34138 0.75692 9.34154 0.796458 9.34169 0.824817 9.34185 0.825599 9.34201 0.811219 9.34216 0.797761 9.34232 0.787098 9.34248 0.77476 9.34263 0.763478 9.34279 0.758757 9.34295 0.75755 9.34311 0.750879 9.34326 0.735796 9.34342 0.718684 9.34358 0.707177 9.34373 0.704403 9.34389 0.708632 9.34405 0.713705 9.3442 0.711902 9.34436 0.699851 9.34452 0.68253 9.34467 0.666113 9.34483 0.649649 9.34499 0.629409 9.34514 0.610581 9.3453 0.60365 9.34546 0.609914 9.34561 0.616635 9.34577 0.612002 9.34593 0.598494 9.34608 0.586265 9.34624 0.580699 9.3464 0.582364 9.34656 0.593432 9.34671 0.614466 9.34687 0.634777 9.34703 0.637787 9.34718 0.61905 9.34734 0.592766 9.3475 0.57655 9.34765 0.574583 9.34781 0.578179 9.34797 0.581963 9.34812 0.587224 9.34828 0.59298 9.34844 0.590183 9.34859 0.571604 9.34875 0.544902 9.34891 0.528264 9.34906 0.533105 9.34922 0.555096 9.34938 0.58424 9.34953 0.614675 9.34969 0.643529 9.34985 0.663427 9.35 0.667778 9.35016 0.660233 9.35032 0.653142 9.35048 0.656362 9.35063 0.670898 9.35079 0.694387 9.35095 0.724049 9.3511 0.75391 9.35126 0.775106 9.35142 0.781585 9.35157 0.772985 9.35173 0.751477 9.35189 0.721337 9.35204 0.692978 9.3522 0.678921 9.35236 0.682259 9.35251 0.692907 9.35267 0.69891 9.35283 0.696543 9.35298 0.689798 9.35314 0.683874 9.3533 0.683939 9.35345 0.693497 9.35361 0.708296 9.35377 0.717353 9.35392 0.714604 9.35408 0.705046 9.35424 0.697052 9.3544 0.692192 9.35455 0.687099 9.35471 0.680098 9.35487 0.670407 9.35502 0.657791 9.35518 0.649144 9.35534 0.657568 9.35549 0.685924 9.35565 0.715761 9.35581 0.724425 9.35596 0.710499 9.35612 0.692277 9.35628 0.680873 9.35643 0.668501 9.35659 0.644887 9.35675 0.61372 9.3569 0.587629 9.35706 0.573219 9.35722 0.570047 9.35737 0.578309 9.35753 0.602097 9.35769 0.644407 9.35784 0.699649 9.358 0.751957 9.35816 0.780544 9.35832 0.775099 9.35847 0.747489 9.35863 0.72378 9.35879 0.721766 9.35894 0.73958 9.3591 0.766373 9.35926 0.79594 9.35941 0.82598 9.35957 0.849605 9.35973 0.859463 9.35988 0.855232 9.36004 0.845089 9.3602 0.836084 9.36035 0.829584 9.36051 0.82696 9.36067 0.833181 9.36082 0.852885 9.36098 0.886133 9.36114 0.929224 9.36129 0.981755 9.36145 1.05103 9.36161 1.14573 9.36176 1.26886 9.36192 1.41485 9.36208 1.57676 9.36224 1.75068 9.36239 1.93051 9.36255 2.1021 9.36271 2.24869 9.36286 2.36735 9.36302 2.46653 9.36318 2.54758 9.36333 2.59321 9.36349 2.58291 9.36365 2.5153 9.3638 2.40565 9.36396 2.26594 9.36412 2.09669 9.36427 1.90312 9.36443 1.70441 9.36459 1.52234 9.36474 1.3638 9.3649 1.2253 9.36506 1.11048 9.36521 1.03199 9.36537 0.994668 9.36553 0.983726 9.36568 0.976295 9.36584 0.961714 9.366 0.944608 9.36616 0.931704 9.36631 0.919239 9.36647 0.899803 9.36663 0.874067 9.36678 0.852393 9.36694 0.843655 9.3671 0.846943 9.36725 0.853687 9.36741 0.855332 9.36757 0.847179 9.36772 0.827728 9.36788 0.800389 9.36804 0.775396 9.36819 0.765704 9.36835 0.776277 9.36851 0.79662 9.36866 0.809141 9.36882 0.80709 9.36898 0.801846 9.36913 0.80977 9.36929 0.833023 9.36945 0.855757 9.3696 0.860088 9.36976 0.842466 9.36992 0.812382 9.37008 0.779001 9.37023 0.745459 9.37039 0.717686 9.37055 0.708401 9.3707 0.725509 9.37086 0.759765 9.37102 0.791729 9.37117 0.810637 9.37133 0.821189 9.37149 0.829052 9.37164 0.828361 9.3718 0.812711 9.37196 0.790437 9.37211 0.778471 9.37227 0.781031 9.37243 0.784858 9.37258 0.7794 9.37274 0.771278 9.3729 0.773403 9.37305 0.785377 9.37321 0.795653 9.37337 0.799494 9.37353 0.805267 9.37368 0.822753 9.37384 0.853478 9.374 0.892039 9.37415 0.932096 9.37431 0.967745 9.37447 0.994748 9.37462 1.01372 9.37478 1.02818 9.37494 1.03786 9.37509 1.04083 9.37525 1.04715 9.37541 1.08281 9.37556 1.17061 9.37572 1.30633 9.37588 1.46062 9.37603 1.60822 9.37619 1.75378 9.37635 1.92608 9.3765 2.15077 9.37666 2.43087 9.37682 2.75331 9.37697 3.10884 9.37713 3.50087 9.37729 3.93352 9.37745 4.39567 9.3776 4.85919 9.37776 5.28772 9.37792 5.64291 9.37807 5.88553 9.37823 5.9816 9.37839 5.91568 9.37854 5.69653 9.3787 5.34965 9.37886 4.90763 9.37901 4.4081 9.37917 3.8942 9.37933 3.40514 9.37948 2.9643 9.37964 2.57801 9.3798 2.24639 9.37995 1.97171 9.38011 1.75677 9.38027 1.5958 9.38042 1.47064 9.38058 1.35842 9.38074 1.2477 9.38089 1.14771 9.38105 1.07786 9.38121 1.04658 9.38137 1.04131 9.38152 1.04165 9.38168 1.03748 9.38184 1.02972 9.38199 1.01873 9.38215 0.998817 9.38231 0.968313 9.38246 0.93635 9.38262 0.915383 9.38278 0.906974 9.38293 0.899703 9.38309 0.880993 9.38325 0.849757 9.3834 0.816304 9.38356 0.79086 9.38372 0.774296 9.38387 0.759667 9.38403 0.741377 9.38419 0.720546 9.38434 0.703619 9.3845 0.695144 9.38466 0.69327 9.38481 0.690347 9.38497 0.679966 9.38513 0.664422 9.38529 0.653939 9.38544 0.656682 9.3856 0.671366 9.38576 0.689285 9.38591 0.702732 9.38607 0.706818 9.38623 0.698861 9.38638 0.683286 9.38654 0.673078 9.3867 0.679743 9.38685 0.700762 9.38701 0.721601 9.38717 0.731606 9.38732 0.730323 9.38748 0.720681 9.38764 0.705252 9.38779 0.691317 9.38795 0.688966 9.38811 0.699501 9.38826 0.710816 9.38842 0.712748 9.38858 0.706896 9.38873 0.699389 9.38889 0.691071 9.38905 0.679922 9.38921 0.667181 9.38936 0.653416 9.38952 0.635948 9.38968 0.61827 9.38983 0.612224 9.38999 0.622071 9.39015 0.636302 9.3903 0.645027 9.39046 0.657663 9.39062 0.687457 9.39077 0.721744 9.39093 0.728849 9.39109 0.69568 9.39124 0.644585 9.3914 0.607639 9.39156 0.595515 9.39171 0.598476 9.39187 0.605478 9.39203 0.613279 9.39218 0.621503 9.39234 0.627369 9.3925 0.626189 9.39265 0.61602 9.39281 0.603227 9.39297 0.600798 9.39313 0.615134 9.39328 0.634391 9.39344 0.640271 9.3936 0.629449 9.39375 0.61578 9.39391 0.614101 9.39407 0.627508 9.39422 0.650563 9.39438 0.672008 9.39454 0.674597 9.39469 0.648865 9.39485 0.613357 9.39501 0.604133 9.39516 0.635172 9.39532 0.679128 9.39548 0.698949 9.39563 0.690214 9.39579 0.679152 9.39595 0.685666 9.3961 0.702495 9.39626 0.71029 9.39642 0.699866 9.39658 0.675857 9.39673 0.647896 9.39689 0.622883 9.39705 0.603453 9.3972 0.589073 9.39736 0.578849 9.39752 0.569924 9.39767 0.556893 9.39783 0.537119 9.39799 0.520405 9.39814 0.524656 9.3983 0.555947 9.39846 0.598575 9.39861 0.631472 9.39877 0.649425 9.39893 0.661487 9.39908 0.672514 9.39924 0.676507 9.3994 0.666721 9.39955 0.645672 9.39971 0.622533 9.39987 0.606534 9.40002 0.603005 9.40018 0.607715 9.40034 0.606573 9.4005 0.587236 9.40065 0.553175 9.40081 0.519554 9.40097 0.49475 9.40112 0.475335 9.40128 0.462485 9.40144 0.47274 9.40159 0.520511 9.40175 0.590992 9.40191 0.643976 9.40206 0.651595 9.40222 0.625296 9.40238 0.600045 9.40253 0.597294 9.40269 0.610181 9.40285 0.623419 9.403 0.631641 9.40316 0.636014 9.40332 0.635213 9.40347 0.630453 9.40363 0.630616 9.40379 0.640144 9.40394 0.648711 9.4041 0.644846 9.40426 0.636993 9.40442 0.643393 9.40457 0.661807 9.40473 0.668211 9.40489 0.64923 9.40504 0.619988 9.4052 0.601193 9.40536 0.594281 9.40551 0.591173 9.40567 0.592601 9.40583 0.602636 9.40598 0.61385 9.40614 0.616334 9.4063 0.615742 9.40645 0.626997 9.40661 0.65054 9.40677 0.668993 9.40692 0.66892 9.40708 0.653225 9.40724 0.633505 9.40739 0.618937 9.40755 0.615453 9.40771 0.623808 9.40786 0.638108 9.40802 0.651214 9.40818 0.661535 9.40834 0.668242 9.40849 0.664116 9.40865 0.642522 9.40881 0.611367 9.40896 0.588678 9.40912 0.5829 9.40928 0.588419 9.40943 0.598967 9.40959 0.615806 9.40975 0.639329 9.4099 0.663077 9.41006 0.681827 9.41022 0.696195 9.41037 0.707039 9.41053 0.713258 9.41069 0.717288 9.41084 0.722826 9.411 0.724686 9.41116 0.708495 9.41131 0.668345 9.41147 0.61582 9.41163 0.565553 9.41178 0.519405 9.41194 0.472307 9.4121 0.428248 9.41226 0.40118 9.41241 0.401989 9.41257 0.429059 9.41273 0.470236 9.41288 0.509534 9.41304 0.53468 9.4132 0.541859 9.41335 0.533518 9.41351 0.51333 9.41367 0.484728 9.41382 0.454123 9.41398 0.431289 9.41414 0.423422 9.41429 0.433718 9.41445 0.462376 9.41461 0.504589 9.41476 0.547057 9.41492 0.576734 9.41508 0.594362 9.41523 0.613284 9.41539 0.641085 9.41555 0.671498 9.4157 0.69487 9.41586 0.708416 9.41602 0.709757 9.41618 0.692351 9.41633 0.656432 9.41649 0.61949 9.41665 0.602675 9.4168 0.607852 9.41696 0.616139 9.41712 0.608314 9.41727 0.581512 9.41743 0.546192 9.41759 0.515351 9.41774 0.499279 9.4179 0.504051 9.41806 0.527763 9.41821 0.557248 9.41837 0.571683 9.41853 0.558343 9.41868 0.527021 9.41884 0.504686 9.419 0.509826 9.41915 0.533697 9.41931 0.553639 9.41947 0.559794 9.41963 0.561128 9.41978 0.566536 9.41994 0.57409 9.4201 0.57987 9.42025 0.585873 9.42041 0.593585 9.42057 0.598669 9.42072 0.598498 9.42088 0.59571 9.42104 0.589537 9.42119 0.573206 9.42135 0.546774 9.42151 0.52239 9.42166 0.509739 9.42182 0.505537 9.42198 0.506485 9.42213 0.520033 9.42229 0.550646 9.42245 0.586942 9.4226 0.616542 9.42276 0.64484 9.42292 0.682152 9.42307 0.718153 9.42323 0.73057 9.42339 0.716105 9.42355 0.694242 9.4237 0.679217 9.42386 0.665171 9.42402 0.644882 9.42417 0.622819 9.42433 0.60548 9.42449 0.593265 9.42464 0.588102 9.4248 0.595195 9.42496 0.608566 9.42511 0.608316 9.42527 0.585811 9.42543 0.560434 9.42558 0.555852 9.42574 0.569559 9.4259 0.578141 9.42605 0.569553 9.42621 0.552601 9.42637 0.535183 9.42652 0.512794 9.42668 0.484112 9.42684 0.4665 9.42699 0.481711 9.42715 0.527039 9.42731 0.571745 9.42747 0.585838 9.42762 0.568499 9.42778 0.544524 9.42794 0.535798 9.42809 0.543804 9.42825 0.561534 9.42841 0.590056 9.42856 0.63484 9.42872 0.687797 9.42888 0.725014 9.42903 0.729083 9.42919 0.706494 9.42935 0.680635 9.4295 0.670728 9.42966 0.680392 9.42982 0.700399 9.42997 0.716069 9.43013 0.713896 9.43029 0.688256 9.43044 0.645761 9.4306 0.602302 9.43076 0.575033 9.43091 0.574149 9.43107 0.596151 9.43123 0.623554 9.43139 0.63488 9.43154 0.62132 9.4317 0.592963 9.43186 0.56944 9.43201 0.564855 9.43217 0.579055 9.43233 0.599258 9.43248 0.608924 9.43264 0.601132 9.4328 0.587014 9.43295 0.585648 9.43311 0.602587 9.43327 0.621052 9.43342 0.617967 9.43358 0.589581 9.43374 0.556629 9.43389 0.543519 9.43405 0.552748 9.43421 0.562325 9.43436 0.55236 9.43452 0.53211 9.43468 0.533694 9.43483 0.571828 9.43499 0.621058 9.43515 0.644471 9.43531 0.640775 9.43546 0.643679 9.43562 0.673101 9.43578 0.709372 9.43593 0.72475 9.43609 0.724488 9.43625 0.734135 9.4364 0.759318 9.43656 0.779435 9.43672 0.779356 9.43687 0.764625 9.43703 0.743046 9.43719 0.714283 9.43734 0.684956 9.4375 0.674798 9.43766 0.691355 9.43781 0.710568 9.43797 0.703092 9.43813 0.672863 9.43828 0.652919 9.43844 0.66278 9.4386 0.687804 9.43875 0.704035 9.43891 0.708244 9.43907 0.712686 9.43923 0.722128 9.43938 0.730172 9.43954 0.733422 9.4397 0.737928 9.43985 0.745726 9.44001 0.747145 9.44017 0.73025 9.44032 0.696059 9.44048 0.658072 9.44064 0.630502 9.44079 0.619194 9.44095 0.622366 9.44111 0.635095 9.44126 0.652107 9.44142 0.667435 9.44158 0.674752 9.44173 0.66871 9.44189 0.649293 9.44205 0.625424 9.4422 0.610645 9.44236 0.611344 9.44252 0.619199 9.44268 0.619195 9.44283 0.605063 9.44299 0.583772 9.44315 0.566443 9.4433 0.556503 9.44346 0.550766 9.44362 0.547769 9.44377 0.55208 9.44393 0.569523 9.44409 0.597564 9.44424 0.623343 9.4444 0.6348 9.44456 0.633017 9.44471 0.62806 9.44487 0.625688 9.44503 0.621046 9.44518 0.610233 9.44534 0.60056 9.4455 0.600632 9.44565 0.605233 9.44581 0.600561 9.44597 0.579545 9.44612 0.550516 9.44628 0.524825 9.44644 0.506826 9.4466 0.496111 9.44675 0.494365 9.44691 0.503519 9.44707 0.523217 9.44722 0.550141 9.44738 0.577718 9.44754 0.595745 9.44769 0.598309 9.44785 0.59137 9.44801 0.58636 9.44816 0.584036 9.44832 0.572837 9.44848 0.544772 9.44863 0.508177 9.44879 0.481271 9.44895 0.476837 9.4491 0.494588 9.44926 0.522595 9.44942 0.545137 9.44957 0.556446 9.44973 0.568915 9.44989 0.599073 9.45004 0.643529 9.4502 0.678496 9.45036 0.687052 9.45052 0.676386 9.45067 0.662267 9.45083 0.6505 9.45099 0.641037 9.45114 0.63777 9.4513 0.637891 9.45146 0.625266 9.45161 0.591439 9.45177 0.554798 9.45193 0.542116 9.45208 0.556306 9.45224 0.57852 9.4524 0.598626 9.45255 0.621118 9.45271 0.645051 9.45287 0.66102 9.45302 0.671094 9.45318 0.690032 9.45334 0.717996 9.45349 0.732461 9.45365 0.719409 9.45381 0.694939 9.45396 0.6822 9.45412 0.681113 9.45428 0.673975 9.45444 0.652618 9.45459 0.625882 9.45475 0.603717 9.45491 0.590224 9.45506 0.586141 9.45522 0.589327 9.45538 0.594361 9.45553 0.598352 9.45569 0.604826 9.45585 0.61588 9.456 0.626996 9.45616 0.636891 9.45632 0.652193 9.45647 0.675106 9.45663 0.693759 9.45679 0.697076 9.45694 0.6922 9.4571 0.694093 9.45726 0.703306 9.45741 0.708928 9.45757 0.708783 9.45773 0.712376 9.45788 0.723915 9.45804 0.735582 9.4582 0.739515 9.45836 0.733824 9.45851 0.717743 9.45867 0.692026 9.45883 0.665198 9.45898 0.646645 9.45914 0.635103 9.4593 0.623224 9.45945 0.613614 9.45961 0.612388 9.45977 0.611115 9.45992 0.594274 9.46008 0.568423 9.46024 0.561664 9.46039 0.584382 9.46055 0.611333 9.46071 0.616786 9.46086 0.609862 9.46102 0.614876 9.46118 0.633297 9.46133 0.645066 9.46149 0.64046 9.46165 0.628217 9.4618 0.612852 9.46196 0.588542 9.46212 0.557112 9.46228 0.533731 9.46243 0.527762 9.46259 0.534554 9.46275 0.549474 9.4629 0.575332 9.46306 0.609329 9.46322 0.636711 9.46337 0.64675 9.46353 0.646683 9.46369 0.647539 9.46384 0.646538 9.464 0.633224 9.46416 0.609961 9.46431 0.594214 9.46447 0.599463 9.46463 0.621279 9.46478 0.641152 9.46494 0.641364 9.4651 0.619903 9.46525 0.592597 9.46541 0.578837 9.46557 0.583403 9.46573 0.594453 9.46588 0.601703 9.46604 0.607954 9.4662 0.619008 9.46635 0.630039 9.46651 0.633979 9.46667 0.63281 9.46682 0.63187 9.46698 0.627535 9.46714 0.612708 9.46729 0.592255 9.46745 0.580652 9.46761 0.582313 9.46776 0.586093 9.46792 0.581417 9.46808 0.572725 9.46823 0.569246 9.46839 0.571582 9.46855 0.572602 9.4687 0.566134 9.46886 0.551276 9.46902 0.533078 9.46917 0.52465 9.46933 0.540593 9.46949 0.582132 9.46965 0.630277 9.4698 0.661534 9.46996 0.666189 9.47012 0.64629 9.47027 0.605682 9.47043 0.55117 9.47059 0.499595 9.47074 0.469361 9.4709 0.462971 9.47106 0.466296 9.47121 0.468744 9.47137 0.473302 9.47153 0.4842 9.47168 0.495189 9.47184 0.497838 9.472 0.495265 9.47215 0.498093 9.47231 0.508914 9.47247 0.519958 9.47262 0.526941 9.47278 0.533085 9.47294 0.537973 9.47309 0.531215 9.47325 0.5082 9.47341 0.488355 9.47357 0.502832 9.47372 0.560385 9.47388 0.63134 9.47404 0.675108 9.47419 0.678843 9.47435 0.662938 9.47451 0.651378 9.47466 0.647809 9.47482 0.642769 9.47498 0.631712 9.47513 0.618604 9.47529 0.607143 9.47545 0.599633 9.4756 0.600519 9.47576 0.613416 9.47592 0.632989 9.47607 0.6474 9.47623 0.64856 9.47639 0.636019 9.47654 0.612737 9.4767 0.58457 9.47686 0.562957 9.47701 0.559034 9.47717 0.571899 9.47733 0.588832 9.47749 0.59812 9.47764 0.596283 9.4778 0.584747 9.47796 0.568972 9.47811 0.56127 9.47827 0.573391 9.47843 0.598735 9.47858 0.613428 9.47874 0.604663 9.4789 0.588971 9.47905 0.592325 9.47921 0.617398 9.47937 0.645042 9.47952 0.662313 9.47968 0.67427 9.47984 0.68574 9.47999 0.686892 9.48015 0.666113 9.48031 0.626966 9.48046 0.586606 9.48062 0.560197 9.48078 0.553664 9.48093 0.566187 9.48109 0.593378 9.48125 0.627183 9.48141 0.658222 9.48156 0.677898 9.48172 0.680935 9.48188 0.6697 9.48203 0.652865 9.48219 0.636792 9.48235 0.61917 9.4825 0.597892 9.48266 0.582517 9.48282 0.586139 9.48297 0.604427 9.48313 0.615822 9.48329 0.608973 9.48344 0.597827 9.4836 0.599431 9.48376 0.609152 9.48391 0.61054 9.48407 0.602915 9.48423 0.600883 9.48438 0.610111 9.48454 0.621713 9.4847 0.631388 9.48485 0.646295 9.48501 0.664142 9.48517 0.664118 9.48533 0.630169 9.48548 0.576323 9.48564 0.534343 9.4858 0.522538 9.48595 0.536982 9.48611 0.565494 9.48627 0.596666 9.48642 0.616569 9.48658 0.612032 9.48674 0.583614 9.48689 0.548442 9.48705 0.524387 9.48721 0.517969 9.48736 0.526301 9.48752 0.543866 9.48768 0.563545 9.48783 0.578622 9.48799 0.587582 9.48815 0.593032 9.4883 0.594435 9.48846 0.589016 9.48862 0.580868 9.48877 0.581397 9.48893 0.594336 9.48909 0.607609 9.48925 0.610439 9.4894 0.610984 9.48956 0.625778 9.48972 0.653456 9.48987 0.67312 9.49003 0.670632 9.49019 0.654436 9.49034 0.639858 9.4905 0.629949 9.49066 0.620808 9.49081 0.617577 9.49097 0.62931 9.49113 0.648404 9.49128 0.650956 9.49144 0.622826 9.4916 0.579269 9.49175 0.550483 9.49191 0.550463 9.49207 0.565881 9.49222 0.572877 9.49238 0.560868 9.49254 0.539247 9.4927 0.527251 9.49285 0.538757 9.49301 0.571775 9.49317 0.609626 9.49332 0.632097 9.49348 0.628889 9.49364 0.602372 9.49379 0.563814 9.49395 0.528611 9.49411 0.514027 9.49426 0.530035 9.49442 0.567107 9.49458 0.598973 9.49473 0.606272 9.49489 0.596353 9.49505 0.591578 9.4952 0.59966 9.49536 0.60561 9.49552 0.595676 9.49567 0.576881 9.49583 0.565549 9.49599 0.564096 9.49614 0.562441 9.4963 0.558323 9.49646 0.562661 9.49662 0.580821 9.49677 0.60043 9.49693 0.604928 9.49709 0.593536 9.49724 0.57976 9.4974 0.573208 9.49756 0.572173 9.49771 0.571984 9.49787 0.57369 9.49803 0.579306 9.49818 0.585682 9.49834 0.587606 9.4985 0.586293 9.49865 0.587454 9.49881 0.592152 9.49897 0.592588 9.49912 0.57999 9.49928 0.5565 9.49944 0.536464 9.49959 0.534756 9.49975 0.553302 9.49991 0.578883 9.50006 0.593501 9.50022 0.589639 9.50038 0.575517 9.50054 0.566953 9.50069 0.57207 9.50085 0.584394 9.50101 0.592305 9.50116 0.592495 9.50132 0.591134 9.50148 0.591875 9.50163 0.588657 9.50179 0.574243 9.50195 0.553544 9.5021 0.541095 9.50226 0.545143 9.50242 0.559561 9.50257 0.572258 9.50273 0.58176 9.50289 0.59757 9.50304 0.625826 9.5032 0.656485 9.50336 0.668896 9.50351 0.652463 9.50367 0.618058 9.50383 0.586834 9.50398 0.56959 9.50414 0.562974 9.5043 0.564276 9.50446 0.579435 9.50461 0.61189 9.50477 0.650863 9.50493 0.679761 9.50508 0.692985 9.50524 0.696704 9.5054 0.69655 9.50555 0.695768 9.50571 0.702516 9.50587 0.726098 9.50602 0.762969 9.50618 0.795456 9.50634 0.810773 9.50649 0.813707 9.50665 0.814592 9.50681 0.813566 9.50696 0.80401 9.50712 0.788067 9.50728 0.777265 9.50743 0.778957 9.50759 0.786883 9.50775 0.788103 9.5079 0.774599 9.50806 0.750228 9.50822 0.726904 9.50838 0.712489 9.50853 0.70241 9.50869 0.685786 9.50885 0.661618 9.509 0.641615 9.50916 0.634152 9.50932 0.632046 9.50947 0.624149 9.50963 0.612146 9.50979 0.60796 9.50994 0.616039 9.5101 0.627708 9.51026 0.631648 9.51041 0.621503 9.51057 0.596526 9.51073 0.562826 9.51088 0.534658 9.51104 0.525001 9.5112 0.533943 9.51135 0.551989 9.51151 0.575008 9.51167 0.605759 9.51182 0.640815 9.51198 0.666562 9.51214 0.673255 9.5123 0.665256 9.51245 0.653167 9.51261 0.642675 9.51277 0.635919 9.51292 0.636092 9.51308 0.644973 9.51324 0.659269 9.51339 0.673875 9.51355 0.684098 9.51371 0.683023 9.51386 0.663708 9.51402 0.630707 9.51418 0.602522 9.51433 0.593233 9.51449 0.59828 9.51465 0.604075 9.5148 0.607366 9.51496 0.614245 9.51512 0.62461 9.51527 0.628868 9.51543 0.62169 9.51559 0.608752 9.51575 0.598622 9.5159 0.595621 9.51606 0.60048 9.51622 0.609245 9.51637 0.60931 9.51653 0.588319 9.51669 0.551218 9.51684 0.520643 9.517 0.513044 9.51716 0.520931 9.51731 0.526098 9.51747 0.523369 9.51763 0.523521 9.51778 0.535684 9.51794 0.558052 9.5181 0.58344 9.51825 0.602847 9.51841 0.603287 9.51857 0.57396 9.51872 0.522296 9.51888 0.474902 9.51904 0.45759 9.51919 0.4741 9.51935 0.508569 9.51951 0.542528 9.51967 0.564499 9.51982 0.569803 9.51998 0.564438 9.52014 0.565465 9.52029 0.586508 9.52045 0.619639 9.52061 0.639573 9.52076 0.630625 9.52092 0.603578 9.52108 0.58261 9.52123 0.581073 9.52139 0.595222 9.52155 0.613325 9.5217 0.622655 9.52186 0.611933 9.52202 0.577559 9.52217 0.531643 9.52233 0.497168 9.52249 0.491102 9.52264 0.511926 9.5228 0.54213 9.52296 0.562682 9.52311 0.566516 9.52327 0.562601 9.52343 0.56572 9.52359 0.579073 9.52374 0.590857 9.5239 0.590657 9.52406 0.584609 9.52421 0.587179 9.52437 0.601858 9.52453 0.618926 9.52468 0.631227 9.52484 0.640603 9.525 0.646572 9.52515 0.641232 9.52531 0.622421 9.52547 0.602874 9.52562 0.596597 9.52578 0.600516 9.52594 0.598302 9.52609 0.580063 9.52625 0.54969 9.52641 0.516842 9.52656 0.489603 9.52672 0.474849 9.52688 0.477253 9.52703 0.49281 9.52719 0.510027 9.52735 0.522979 9.52751 0.536213 9.52766 0.555879 9.52782 0.577923 9.52798 0.591235 9.52813 0.589121 9.52829 0.575192 9.52845 0.557413 9.5286 0.542042 9.52876 0.53036 9.52892 0.521484 9.52907 0.514212 9.52923 0.510097 9.52939 0.515335 9.52954 0.533106 9.5297 0.553566 9.52986 0.55768 9.53001 0.535685 9.53017 0.501859 9.53033 0.480746 9.53048 0.479229 9.53064 0.482881 9.5308 0.479014 9.53095 0.474098 9.53111 0.480415 9.53127 0.496341 9.53143 0.51494 9.53158 0.540508 9.53174 0.578911 9.5319 0.61559 9.53205 0.620373 9.53221 0.58336 9.53237 0.531071 9.53252 0.497973 9.53268 0.493583 9.53284 0.506501 9.53299 0.527534 9.53315 0.557088 9.53331 0.593629 9.53346 0.630152 9.53362 0.660909 9.53378 0.682133 9.53393 0.6894 9.53409 0.680569 9.53425 0.660453 9.5344 0.635954 9.53456 0.607831 9.53472 0.574177 9.53487 0.540109 9.53503 0.514041 9.53519 0.497502 9.53535 0.486437 9.5355 0.481237 9.53566 0.486968 9.53582 0.503405 9.53597 0.52515 9.53613 0.550906 9.53629 0.582866 9.53644 0.616233 9.5366 0.638146 9.53676 0.640559 9.53691 0.627625 9.53707 0.608485 9.53723 0.589835 9.53738 0.579404 9.53754 0.584799 9.5377 0.603643 9.53785 0.621366 9.53801 0.625031 9.53817 0.61599 9.53832 0.603719 9.53848 0.592798 9.53864 0.584864 9.5388 0.586182 9.53895 0.604485 9.53911 0.63597 9.53927 0.66206 9.53942 0.665026 9.53958 0.643502 9.53974 0.611112 9.53989 0.580288 9.54005 0.553497 9.54021 0.530102 9.54036 0.516829 9.54052 0.524018 9.54068 0.549738 9.54083 0.574449 9.54099 0.580357 9.54115 0.568162 9.5413 0.551937 9.54146 0.539699 9.54162 0.529315 9.54177 0.520122 9.54193 0.516354 9.54209 0.518289 9.54224 0.520689 9.5424 0.521956 9.54256 0.528843 9.54272 0.54399 9.54287 0.559947 9.54303 0.568369 9.54319 0.570116 9.54334 0.571507 9.5435 0.575595 9.54366 0.582829 9.54381 0.593161 9.54397 0.604318 9.54413 0.612897 9.54428 0.61919 9.54444 0.62579 9.5446 0.626353 9.54475 0.607584 9.54491 0.569732 9.54507 0.536125 9.54522 0.531479 9.54538 0.55509 9.54554 0.58628 9.54569 0.609759 9.54585 0.622902 9.54601 0.624714 9.54616 0.614029 9.54632 0.599073 9.54648 0.596056 9.54664 0.610446 9.54679 0.629498 9.54695 0.6386 9.54711 0.634844 9.54726 0.622193 9.54742 0.602921 9.54758 0.582716 9.54773 0.576942 9.54789 0.598821 9.54805 0.641981 9.5482 0.68342 9.54836 0.704958 9.54852 0.706844 9.54867 0.697527 9.54883 0.677706 9.54899 0.640515 9.54914 0.587518 9.5493 0.53455 9.54946 0.500283 9.54961 0.489118 9.54977 0.490968 9.54993 0.49611 9.55008 0.503607 9.55024 0.51659 9.5504 0.535035 9.55056 0.558028 9.55071 0.58529 9.55087 0.609368 9.55103 0.614678 9.55118 0.593949 9.55134 0.561227 9.5515 0.540223 9.55165 0.537886 9.55181 0.541199 9.55197 0.540772 9.55212 0.544951 9.55228 0.564198 9.55244 0.590363 9.55259 0.604414 9.55275 0.601932 9.55291 0.601031 9.55306 0.620581 9.55322 0.655803 9.55338 0.680817 9.55353 0.675986 9.55369 0.649465 9.55385 0.627596 9.554 0.625728 9.55416 0.632532 9.55432 0.626492 9.55448 0.603261 9.55463 0.57795 9.55479 0.563302 9.55495 0.555708 9.5551 0.545713 9.55526 0.532654 9.55542 0.520333 9.55557 0.504589 9.55573 0.477899 9.55589 0.445277 9.55604 0.426974 9.5562 0.438169 9.55636 0.47193 9.55651 0.506265 9.55667 0.527427 9.55683 0.540458 9.55698 0.556709 9.55714 0.57587 9.5573 0.587777 9.55745 0.588849 9.55761 0.589699 9.55777 0.602335 9.55792 0.624311 9.55808 0.641947 9.55824 0.647069 9.5584 0.643259 9.55855 0.638276 9.55871 0.636755 9.55887 0.640608 9.55902 0.650119 9.55918 0.660826 9.55934 0.665781 9.55949 0.66476 9.55965 0.664242 9.55981 0.667019 9.55996 0.66713 9.56012 0.658622 9.56028 0.643954 9.56043 0.628644 9.56059 0.615135 9.56075 0.608597 9.5609 0.619968 9.56106 0.651714 9.56122 0.684549 9.56137 0.690973 9.56153 0.66535 9.56169 0.629936 9.56185 0.609194 9.562 0.60716 9.56216 0.613475 9.56232 0.62123 9.56247 0.631583 9.56263 0.64475 9.56279 0.656108 9.56294 0.659507 9.5631 0.651142 9.56326 0.631302 9.56341 0.60548 9.56357 0.582089 9.56373 0.567316 9.56388 0.563136 9.56404 0.569182 9.5642 0.581092 9.56435 0.587381 9.56451 0.576612 9.56467 0.552351 9.56482 0.535317 9.56498 0.541536 9.56514 0.563382 9.56529 0.580567 9.56545 0.586478 9.56561 0.590921 9.56577 0.598746 9.56592 0.600452 9.56608 0.58979 9.56624 0.579902 9.56639 0.589326 9.56655 0.617251 9.56671 0.642939 9.56686 0.650875 9.56702 0.64527 9.56718 0.639502 9.56733 0.63676 9.56749 0.629899 9.56765 0.614676 9.5678 0.59903 9.56796 0.595496 9.56812 0.608033 9.56827 0.628306 9.56843 0.643293 9.56859 0.644678 9.56874 0.63323 9.5689 0.616777 9.56906 0.608094 9.56921 0.616718 9.56937 0.639723 9.56953 0.66294 9.56969 0.676753 9.56984 0.688444 9.57 0.711465 9.57016 0.743647 9.57031 0.765966 9.57047 0.76532 9.57063 0.748075 9.57078 0.727549 9.57094 0.706542 9.5711 0.682441 9.57125 0.660209 9.57141 0.646975 9.57157 0.636383 9.57172 0.613384 9.57188 0.576164 9.57204 0.542921 9.57219 0.531631 9.57235 0.541806 9.57251 0.560052 9.57266 0.576146 9.57282 0.58746 9.57298 0.593306 9.57313 0.591305 9.57329 0.578727 9.57345 0.554499 9.57361 0.52312 9.57376 0.496141 9.57392 0.483628 9.57408 0.483412 9.57423 0.485583 9.57439 0.489059 9.57455 0.504648 9.5747 0.537295 9.57486 0.572583 9.57502 0.591668 9.57517 0.59199 9.57533 0.586 9.57549 0.58359 9.57564 0.584586 9.5758 0.584844 9.57596 0.579885 9.57611 0.566385 9.57627 0.551138 9.57643 0.552965 9.57658 0.585049 9.57674 0.633236 9.5769 0.666075 9.57705 0.669479 9.57721 0.659415 9.57737 0.657614 9.57753 0.668539 9.57768 0.685646 9.57784 0.707126 9.578 0.731818 9.57815 0.747886 9.57831 0.741446 9.57847 0.715634 9.57862 0.690203 9.57878 0.680152 9.57894 0.681068 9.57909 0.678804 9.57925 0.666132 9.57941 0.648066 9.57956 0.636163 9.57972 0.638657 9.57988 0.652001 9.58003 0.662161 9.58019 0.659132 9.58035 0.651178 9.5805 0.655408 9.58066 0.673136 9.58082 0.68338 9.58097 0.667852 9.58113 0.634511 9.58129 0.606578 9.58145 0.593304 9.5816 0.584267 9.58176 0.574381 9.58192 0.575843 9.58207 0.599013 9.58223 0.630602 9.58239 0.646252 9.58254 0.637494 9.5827 0.616847 9.58286 0.597453 9.58301 0.580772 9.58317 0.563205 9.58333 0.544387 9.58348 0.524182 9.58364 0.501989 9.5838 0.484562 9.58395 0.482751 9.58411 0.496792 9.58427 0.511763 9.58442 0.515554 9.58458 0.512759 9.58474 0.513728 9.58489 0.517683 9.58505 0.517778 9.58521 0.515426 9.58537 0.518147 9.58552 0.528091 9.58568 0.545137 9.58584 0.575885 9.58599 0.625242 9.58615 0.680406 9.58631 0.716794 9.58646 0.721422 9.58662 0.702114 9.58678 0.673466 9.58693 0.646763 9.58709 0.635097 9.58725 0.647505 9.5874 0.674064 9.58756 0.690363 9.58772 0.684354 9.58787 0.669138 9.58803 0.662937 9.58819 0.668645 9.58834 0.68057 9.5885 0.697682 9.58866 0.716993 9.58882 0.727422 9.58897 0.721569 9.58913 0.705675 9.58929 0.687167 9.58944 0.662878 9.5896 0.633232 9.58976 0.615772 9.58991 0.624792 9.59007 0.645953 9.59023 0.651753 9.59038 0.640329 9.59054 0.63515 9.5907 0.645341 9.59085 0.653101 9.59101 0.644918 9.59117 0.633937 9.59132 0.636158 9.59148 0.640418 9.59164 0.623146 9.59179 0.583402 9.59195 0.546426 9.59211 0.53417 9.59226 0.545919 9.59242 0.564882 9.59258 0.576478 9.59274 0.577171 9.59289 0.573347 9.59305 0.573296 9.59321 0.576675 9.59336 0.574568 9.59352 0.562804 9.59368 0.549732 9.59383 0.544814 9.59399 0.546791 9.59415 0.548295 9.5943 0.548474 9.59446 0.552111 9.59462 0.558755 9.59477 0.564539 9.59493 0.569939 9.59509 0.579735 9.59524 0.592129 9.5954 0.598984 9.59556 0.595789 9.59571 0.585247 9.59587 0.56998 9.59603 0.55117 9.59618 0.536221 9.59634 0.535779 9.5965 0.549196 9.59666 0.563036 9.59681 0.569082 9.59697 0.575764 9.59713 0.592316 9.59728 0.608792 9.59744 0.607227 9.5976 0.587312 9.59775 0.568308 9.59791 0.56414 9.59807 0.566626 9.59822 0.56168 9.59838 0.5517 9.59854 0.551774 9.59869 0.567854 9.59885 0.588736 9.59901 0.600306 9.59916 0.602006 9.59932 0.605342 9.59948 0.618536 9.59963 0.636066 9.59979 0.645427 9.59995 0.642943 9.6001 0.638156 9.60026 0.642142 9.60042 0.653435 9.60058 0.660426 9.60073 0.656832 9.60089 0.64754 9.60105 0.636895 9.6012 0.62039 9.60136 0.595079 9.60152 0.569006 9.60167 0.554333 9.60183 0.553231 9.60199 0.560296 9.60214 0.575052 9.6023 0.599839 9.60246 0.62544 9.60261 0.633794 9.60277 0.620454 9.60293 0.601527 9.60308 0.592271 9.60324 0.590017 9.6034 0.587563 9.60355 0.590925 9.60371 0.610037 9.60387 0.634658 9.60402 0.641239 9.60418 0.621935 9.60434 0.594203 9.6045 0.576546 9.60465 0.568069 9.60481 0.559486 9.60497 0.552953 9.60512 0.558814 9.60528 0.578583 9.60544 0.60111 9.60559 0.61752 9.60575 0.628343 9.60591 0.633416 9.60606 0.625889 9.60622 0.598559 9.60638 0.559294 9.60653 0.526993 9.60669 0.514249 9.60685 0.518005 9.607 0.531806 9.60716 0.5548 9.60732 0.585947 9.60747 0.608066 9.60763 0.595949 9.60779 0.547326 9.60794 0.49391 9.6081 0.468629 9.60826 0.469315 9.60842 0.467356 9.60857 0.448211 9.60873 0.426081 9.60889 0.418991 9.60904 0.421713 9.6092 0.417424 9.60936 0.400889 9.60951 0.383222 9.60967 0.378566 9.60983 0.393675 9.60998 0.427008 9.61014 0.469633 9.6103 0.510264 9.61045 0.541747 9.61061 0.567317 9.61077 0.590929 9.61092 0.610304 9.61108 0.621246 9.61124 0.62401 9.61139 0.621618 9.61155 0.613475 9.61171 0.600827 9.61187 0.592564 9.61202 0.599786 9.61218 0.621378 9.61234 0.642696 9.61249 0.65101 9.61265 0.645997 9.61281 0.637916 9.61296 0.634629 9.61312 0.632964 9.61328 0.623249 9.61343 0.598767 9.61359 0.566319 9.61375 0.540645 9.6139 0.528804 9.61406 0.521937 9.61422 0.508661 9.61437 0.491726 9.61453 0.485946 9.61469 0.499622 9.61484 0.524695 9.615 0.544094 9.61516 0.546764 9.61531 0.53608 9.61547 0.526732 9.61563 0.532581 9.61579 0.550844 9.61594 0.561637 9.6161 0.549797 9.61626 0.523473 9.61641 0.504919 9.61657 0.506375 9.61673 0.522771 9.61688 0.546642 9.61704 0.577259 9.6172 0.612242 9.61735 0.641565 9.61751 0.65658 9.61767 0.657847 9.61782 0.650595 9.61798 0.63717 9.61814 0.621096 9.61829 0.610485 9.61845 0.61102 9.61861 0.617318 9.61876 0.619276 9.61892 0.615674 9.61908 0.616321 9.61923 0.6294 9.61939 0.649118 9.61955 0.656096 9.61971 0.632955 9.61986 0.582703 9.62002 0.532808 9.62018 0.514629 9.62033 0.53554 9.62049 0.572964 9.62065 0.598794 9.6208 0.601531 9.62096 0.587234 9.62112 0.567207 9.62127 0.552814 9.62143 0.552509 9.62159 0.564249 9.62174 0.573583 9.6219 0.56756 9.62206 0.550107 9.62221 0.537346 9.62237 0.539504 9.62253 0.554933 9.62268 0.578017 9.62284 0.603963 9.623 0.62531 9.62315 0.630919 9.62331 0.614395 9.62347 0.579268 9.62363 0.536955 9.62378 0.502427 9.62394 0.4895 9.6241 0.503077 9.62425 0.533191 9.62441 0.561281 9.62457 0.574017 9.62472 0.570506 9.62488 0.558872 9.62504 0.549621 9.62519 0.550307 9.62535 0.557444 9.62551 0.557128 9.62566 0.540424 9.62582 0.517989 9.62598 0.508947 9.62613 0.515966 9.62629 0.521624 9.62645 0.513505 9.6266 0.501143 9.62676 0.502652 9.62692 0.521277 9.62707 0.544993 9.62723 0.564063 9.62739 0.579693 9.62755 0.598486 9.6277 0.620498 9.62786 0.63582 9.62802 0.632438 9.62817 0.610535 9.62833 0.588582 9.62849 0.588169 9.62864 0.606917 9.6288 0.621519 9.62896 0.61736 9.62911 0.607384 9.62927 0.612401 9.62943 0.630748 9.62958 0.641292 9.62974 0.630735 9.6299 0.606192 9.63005 0.58043 9.63021 0.558577 9.63037 0.542258 9.63052 0.53552 9.63068 0.542019 9.63084 0.560426 9.63099 0.584382 9.63115 0.601643 9.63131 0.598263 9.63147 0.573146 9.63162 0.547502 9.63178 0.550298 9.63194 0.589209 9.63209 0.643786 9.63225 0.687771 9.63241 0.708171 9.63256 0.703485 9.63272 0.677558 9.63288 0.641478 9.63303 0.612547 9.63319 0.599857 9.63335 0.597766 9.6335 0.599043 9.63366 0.606555 9.63382 0.624949 9.63397 0.648313 9.63413 0.665245 9.63429 0.673536 9.63444 0.678119 9.6346 0.679931 9.63476 0.674833 9.63492 0.661819 9.63507 0.645155 9.63523 0.630011 9.63539 0.621281 9.63554 0.621897 9.6357 0.626247 9.63586 0.620137 9.63601 0.599176 9.63617 0.580109 9.63633 0.583721 9.63648 0.609169 9.63664 0.636775 9.6368 0.654291 9.63695 0.6641 9.63711 0.666259 9.63727 0.652727 9.63742 0.625494 9.63758 0.605358 9.63774 0.610353 9.63789 0.635472 9.63805 0.663454 9.63821 0.68669 9.63836 0.708023 9.63852 0.727064 9.63868 0.73693 9.63884 0.733637 9.63899 0.718854 9.63915 0.694695 9.63931 0.66567 9.63946 0.641826 9.63962 0.631028 9.63978 0.625817 9.63993 0.608657 9.64009 0.573869 9.64025 0.538779 9.6404 0.527412 9.64056 0.545201 9.64072 0.572756 9.64087 0.584094 9.64103 0.571303 9.64119 0.549547 9.64134 0.539946 9.6415 0.54756 9.64166 0.558957 9.64181 0.558829 9.64197 0.54385 9.64213 0.520542 9.64228 0.496882 9.64244 0.480139 9.6426 0.474966 9.64276 0.479329 9.64291 0.484514 9.64307 0.486534 9.64323 0.490947 9.64338 0.500374 9.64354 0.504293 9.6437 0.490999 9.64385 0.467631 9.64401 0.454977 9.64417 0.46251 9.64432 0.478298 9.64448 0.485661 9.64464 0.482024 9.64479 0.477384 9.64495 0.481739 9.64511 0.498448 9.64526 0.522201 9.64542 0.540004 9.64558 0.541989 9.64573 0.534294 9.64589 0.53313 9.64605 0.544347 9.6462 0.553353 9.64636 0.544006 9.64652 0.519906 9.64668 0.500378 9.64683 0.498672 9.64699 0.513126 9.64715 0.53541 9.6473 0.557983 9.64746 0.576103 9.64762 0.587211 9.64777 0.591856 9.64793 0.589088 9.64809 0.576346 9.64824 0.557983 9.6484 0.550801 9.64856 0.569677 9.64871 0.606975 9.64887 0.63655 9.64903 0.642942 9.64918 0.637142 9.64934 0.638816 9.6495 0.649687 9.64965 0.654696 9.64981 0.644925 9.64997 0.629383 9.65012 0.621414 9.65028 0.62108 9.65044 0.617638 9.6506 0.605864 9.65075 0.593736 9.65091 0.592914 9.65107 0.605515 9.65122 0.621191 9.65138 0.626612 9.65154 0.616055 9.65169 0.592144 9.65185 0.561987 9.65201 0.531832 9.65216 0.505775 9.65232 0.487169 9.65248 0.479036 9.65263 0.484583 9.65279 0.5023 9.65295 0.523125 9.6531 0.535825 9.65326 0.539336 9.65342 0.544951 9.65357 0.562057 9.65373 0.582507 9.65389 0.588321 9.65404 0.573274 9.6542 0.551033 9.65436 0.537612 9.65452 0.532013 9.65467 0.522461 9.65483 0.505 9.65499 0.489233 9.65514 0.483278 9.6553 0.483791 9.65546 0.483589 9.65561 0.483901 9.65577 0.490991 9.65593 0.502182 9.65608 0.50586 9.65624 0.496777 9.6564 0.489108 9.65655 0.50486 9.65671 0.549424 9.65687 0.603641 9.65702 0.642563 9.65718 0.659471 9.65734 0.668022 9.65749 0.681801 9.65765 0.700046 9.65781 0.713572 9.65797 0.718773 9.65812 0.719805 9.65828 0.719659 9.65844 0.71595 9.65859 0.705131 9.65875 0.686215 9.65891 0.661283 9.65906 0.635051 9.65922 0.614361 9.65938 0.605249 9.65953 0.605992 9.65969 0.60621 9.65985 0.594306 9.66 0.565047 9.66016 0.522135 9.66032 0.475183 9.66047 0.436568 9.66063 0.417124 9.66079 0.42157 9.66094 0.446746 9.6611 0.483195 9.66126 0.51676 9.66141 0.532104 9.66157 0.521072 9.66173 0.493296 9.66189 0.470868 9.66204 0.469008 9.6622 0.484131 9.66236 0.501976 9.66251 0.511907 9.66267 0.511108 9.66283 0.500735 9.66298 0.487929 9.66314 0.48589 9.6633 0.500178 9.66345 0.516381 9.66361 0.5147 9.66377 0.496227 9.66392 0.484692 9.66408 0.495753 9.66424 0.516863 9.66439 0.5259 9.66455 0.518923 9.66471 0.508945 9.66486 0.503935 9.66502 0.49839 9.66518 0.486551 9.66533 0.473546 9.66549 0.468132 9.66565 0.473816 9.66581 0.487082 9.66596 0.501553 9.66612 0.511192 9.66628 0.515154 9.66643 0.519151 9.66659 0.530134 9.66675 0.546951 9.6669 0.560335 9.66706 0.561713 9.66722 0.548451 9.66737 0.525326 9.66753 0.503237 9.66769 0.496732 9.66784 0.513636 9.668 0.546057 9.66816 0.57632 9.66831 0.593899 9.66847 0.600087 9.66863 0.599258 9.66878 0.592528 9.66894 0.5829 9.6691 0.576588 9.66925 0.575064 9.66941 0.572328 9.66957 0.565596 9.66973 0.562139 9.66988 0.567607 9.67004 0.57337 9.6702 0.563449 9.67035 0.534395 9.67051 0.501194 9.67067 0.483378 9.67082 0.489436 9.67098 0.512477 9.67114 0.536076 9.67129 0.547897 9.67145 0.55092 9.67161 0.560816 9.67176 0.587519 9.67192 0.62072 9.67208 0.638937 9.67223 0.629998 9.67239 0.598368 9.67255 0.553435 9.6727 0.502908 9.67286 0.457194 9.67302 0.430782 9.67317 0.430975 9.67333 0.450139 9.67349 0.474107 9.67365 0.496064 9.6738 0.516813 9.67396 0.534348 9.67412 0.540581 9.67427 0.529916 9.67443 0.506759 9.67459 0.481527 9.67474 0.462194 9.6749 0.451043 9.67506 0.449835 9.67521 0.46202 9.67537 0.490495 9.67553 0.532685 9.67568 0.58022 9.67584 0.621064 9.676 0.643814 9.67615 0.644219 9.67631 0.631144 9.67647 0.621396 9.67662 0.625339 9.67678 0.637553 9.67694 0.646603 9.67709 0.648667 9.67725 0.646433 9.67741 0.637939 9.67757 0.617682 9.67772 0.59302 9.67788 0.583688 9.67804 0.599993 9.67819 0.627578 9.67835 0.644076 9.67851 0.643188 9.67866 0.633288 9.67882 0.619578 9.67898 0.600002 9.67913 0.578431 9.67929 0.567072 9.67945 0.5729 9.6796 0.590061 9.67976 0.607179 9.67992 0.616228 9.68007 0.614947 9.68023 0.607102 9.68039 0.603081 9.68054 0.609315 9.6807 0.61842 9.68086 0.616504 9.68102 0.601954 9.68117 0.589159 9.68133 0.590497 9.68149 0.603454 9.68164 0.61787 9.6818 0.626102 9.68196 0.623025 9.68211 0.605413 9.68227 0.577949 9.68243 0.551446 9.68258 0.53009 9.68274 0.509414 9.6829 0.492344 9.68305 0.494543 9.68321 0.525753 9.68337 0.572008 9.68352 0.60889 9.68368 0.626087 9.68384 0.627003 9.68399 0.61481 9.68415 0.592264 9.68431 0.572248 9.68446 0.571201 9.68462 0.590657 9.68478 0.616205 9.68494 0.636646 9.68509 0.651632 9.68525 0.660253 9.68541 0.655427 9.68556 0.636901 9.68572 0.618927 9.68588 0.617258 9.68603 0.633212 9.68619 0.655472 9.68635 0.672819 9.6865 0.679377 9.68666 0.675026 9.68682 0.662145 9.68697 0.643015 9.68713 0.618649 9.68729 0.592634 9.68744 0.573795 9.6876 0.569257 9.68776 0.57393 9.68791 0.57551 9.68807 0.572551 9.68823 0.576882 9.68838 0.596204 9.68854 0.62154 9.6887 0.639414 9.68886 0.645288 9.68901 0.642718 9.68917 0.636154 9.68933 0.631999 9.68948 0.639122 9.68964 0.657483 9.6898 0.673055 9.68995 0.672828 9.69011 0.662481 9.69027 0.658865 9.69042 0.667463 9.69058 0.678867 9.69074 0.683393 9.69089 0.680542 9.69105 0.673451 9.69121 0.662529 9.69136 0.64889 9.69152 0.638545 9.69168 0.637498 9.69183 0.64719 9.69199 0.665558 9.69215 0.686281 9.6923 0.698294 9.69246 0.691232 9.69262 0.666903 9.69278 0.641736 9.69293 0.630878 9.69309 0.634027 9.69325 0.638373 9.6934 0.635366 9.69356 0.628991 9.69372 0.626734 9.69387 0.627934 9.69403 0.626205 9.69419 0.62163 9.69434 0.623218 9.6945 0.636893 9.69466 0.654747 9.69481 0.664834 9.69497 0.667029 9.69513 0.672205 9.69528 0.684892 9.69544 0.69362 9.6956 0.68458 9.69575 0.658487 9.69591 0.630107 9.69607 0.61406 9.69622 0.615285 9.69638 0.627971 9.69654 0.640427 9.6967 0.644792 9.69685 0.645801 9.69701 0.655232 9.69717 0.672881 9.69732 0.682922 9.69748 0.673308 9.69764 0.652766 9.69779 0.637345 9.69795 0.627074 9.69811 0.610796 9.69826 0.589135 9.69842 0.578061 9.69858 0.58638 9.69873 0.605314 9.69889 0.622508 9.69905 0.637199 9.6992 0.651363 9.69936 0.657897 9.69952 0.646419 9.69967 0.615123 9.69983 0.574305 9.69999 0.539454 9.70014 0.525199 9.7003 0.536867 9.70046 0.562168 9.70062 0.578867 9.70077 0.576083 9.70093 0.564079 9.70109 0.557465 9.70124 0.558733 9.7014 0.56439 9.70156 0.578575 9.70171 0.607409 9.70187 0.643193 9.70203 0.666643 9.70218 0.666079 9.70234 0.646482 9.7025 0.621042 9.70265 0.598831 9.70281 0.583543 9.70297 0.573275 9.70312 0.559549 9.70328 0.533866 9.70344 0.498483 9.70359 0.468056 9.70375 0.457135 9.70391 0.46598 9.70406 0.481388 9.70422 0.489267 9.70438 0.485477 9.70454 0.476308 9.70469 0.468985 9.70485 0.465093 9.70501 0.465316 9.70516 0.476626 9.70532 0.506168 9.70548 0.545776 9.70563 0.571882 9.70579 0.570044 9.70595 0.552199 9.7061 0.542295 9.70626 0.549331 9.70642 0.56457 9.70657 0.581189 9.70673 0.603039 9.70689 0.62983 9.70704 0.646027 9.7072 0.633717 9.70736 0.593387 9.70751 0.546713 9.70767 0.518876 9.70783 0.520694 9.70799 0.54322 9.70814 0.567794 9.7083 0.581243 9.70846 0.580889 9.70861 0.568359 9.70877 0.543664 9.70893 0.512959 9.70908 0.495991 9.70924 0.513015 9.7094 0.559402 9.70955 0.604194 9.70971 0.61841 9.70987 0.600726 9.71002 0.572382 9.71018 0.553683 9.71034 0.552007 9.71049 0.564463 9.71065 0.582482 9.71081 0.595006 9.71096 0.595682 9.71112 0.587396 9.71128 0.578564 9.71143 0.573055 9.71159 0.568825 9.71175 0.564282 9.71191 0.560436 9.71206 0.55695 9.71222 0.550011 9.71238 0.537639 9.71253 0.524989 9.71269 0.520507 9.71285 0.527507 9.713 0.540998 9.71316 0.552834 9.71332 0.559998 9.71347 0.56612 9.71363 0.575486 9.71379 0.587115 9.71394 0.59429 9.7141 0.590405 9.71426 0.573271 9.71441 0.547878 9.71457 0.524407 9.71473 0.510977 9.71488 0.505456 9.71504 0.498705 9.7152 0.487957 9.71535 0.481749 9.71551 0.489013 9.71567 0.505435 9.71583 0.519558 9.71598 0.528309 9.71614 0.53967 9.7163 0.558641 9.71645 0.579146 9.71661 0.592776 9.71677 0.598547 9.71692 0.601291 9.71708 0.604294 9.71724 0.60548 9.71739 0.598809 9.71755 0.579818 9.71771 0.551455 9.71786 0.523466 9.71802 0.500279 9.71818 0.475526 9.71833 0.446915 9.71849 0.431549 9.71865 0.450906 9.7188 0.499916 9.71896 0.546091 9.71912 0.565003 9.71927 0.563223 9.71943 0.559342 9.71959 0.561101 9.71975 0.568699 9.7199 0.585186 9.72006 0.606806 9.72022 0.615755 9.72037 0.601909 9.72053 0.583026 9.72069 0.582363 9.72084 0.592013 9.721 0.579904 9.72116 0.534401 9.72131 0.480675 9.72147 0.447949 9.72163 0.43968 9.72178 0.443689 9.72194 0.453191 9.7221 0.464857 9.72225 0.472277 9.72241 0.475671 9.72257 0.489107 9.72272 0.521888 9.72288 0.557453 9.72304 0.566615 9.72319 0.541677 9.72335 0.505437 9.72351 0.484643 9.72367 0.483079 9.72382 0.486757 9.72398 0.486681 9.72414 0.488859 9.72429 0.501539 9.72445 0.52059 9.72461 0.533324 9.72476 0.534864 9.72492 0.534909 9.72508 0.542969 9.72523 0.55397 9.72539 0.556228 9.72555 0.550082 9.7257 0.549637 9.72586 0.562443 9.72602 0.578321 9.72617 0.583685 9.72633 0.577998 9.72649 0.570291 9.72664 0.563439 9.7268 0.550778 9.72696 0.528981 9.72711 0.507752 9.72727 0.504652 9.72743 0.53173 9.72759 0.584672 9.72774 0.643786 9.7279 0.686898 9.72806 0.70399 9.72821 0.699032 9.72837 0.680732 9.72853 0.656393 9.72868 0.632387 9.72884 0.614329 9.729 0.60369 9.72915 0.599036 9.72931 0.601349 9.72947 0.612058 9.72962 0.627327 9.72978 0.639258 9.72994 0.64618 9.73009 0.650503 9.73025 0.646531 9.73041 0.622817 9.73056 0.582163 9.73072 0.549032 9.73088 0.544771 9.73104 0.565821 9.73119 0.594307 9.73135 0.623494 9.73151 0.656145 9.73166 0.684541 9.73182 0.690908 9.73198 0.671154 9.73213 0.644609 9.73229 0.634586 9.73245 0.6486 9.7326 0.679809 9.73276 0.715092 9.73292 0.737951 9.73307 0.732736 9.73323 0.698279 9.73339 0.652808 9.73354 0.618778 9.7337 0.60288 9.73386 0.595212 9.73401 0.583021 9.73417 0.561308 9.73433 0.533917 9.73448 0.508946 9.73464 0.492428 9.7348 0.484424 9.73496 0.482233 9.73511 0.487736 9.73527 0.506179 9.73543 0.534589 9.73558 0.558432 9.73574 0.564221 9.7359 0.554428 9.73605 0.544676 9.73621 0.546816 9.73637 0.560924 9.73652 0.579796 9.73668 0.597372 9.73684 0.609471 9.73699 0.612691 9.73715 0.606731 9.73731 0.597224 9.73746 0.592596 9.73762 0.59632 9.73778 0.602575 9.73793 0.603001 9.73809 0.595092 9.73825 0.583265 9.7384 0.570198 9.73856 0.552643 9.73872 0.529411 9.73888 0.508875 9.73903 0.502051 9.73919 0.508166 9.73935 0.516953 9.7395 0.523161 9.73966 0.532534 9.73982 0.547971 9.73997 0.559432 9.74013 0.555715 9.74029 0.541443 9.74044 0.53389 9.7406 0.542478 9.74076 0.559951 9.74091 0.573177 9.74107 0.576233 9.74123 0.569946 9.74138 0.555677 9.74154 0.534803 9.7417 0.511527 9.74185 0.491878 9.74201 0.478864 9.74217 0.472799 9.74232 0.474357 9.74248 0.486651 9.74264 0.510408 9.7428 0.540379 9.74295 0.566909 9.74311 0.582662 9.74327 0.589163 9.74342 0.594549 9.74358 0.604123 9.74374 0.613842 9.74389 0.615698 9.74405 0.610123 9.74421 0.605089 9.74436 0.601418 9.74452 0.585954 9.74468 0.548458 9.74483 0.504617 9.74499 0.490125 9.74515 0.525862 9.7453 0.592615 9.74546 0.646703 9.74562 0.658864 9.74577 0.633192 9.74593 0.593018 9.74609 0.558062 9.74624 0.536323 9.7464 0.52662 9.74656 0.522203 9.74672 0.515684 9.74687 0.504447 9.74703 0.491431 9.74719 0.48112 9.74734 0.477796 9.7475 0.485886 9.74766 0.504709 9.74781 0.522634 9.74797 0.524562 9.74813 0.51028 9.74828 0.496764 9.74844 0.495039 9.7486 0.49481 9.74875 0.482168 9.74891 0.464621 9.74907 0.463665 9.74922 0.484861 9.74938 0.509751 9.74954 0.519701 9.74969 0.515798 9.74985 0.510565 9.75001 0.511449 9.75016 0.517828 9.75032 0.524355 9.75048 0.522323 9.75064 0.505562 9.75079 0.483734 9.75095 0.47889 9.75111 0.502419 9.75126 0.539553 9.75142 0.565839 9.75158 0.572164 9.75173 0.568136 9.75189 0.565904 9.75205 0.569514 9.7522 0.576927 9.75236 0.581289 9.75252 0.574386 9.75267 0.557393 9.75283 0.543579 9.75299 0.541805 9.75314 0.540598 9.7533 0.521467 9.75346 0.486639 9.75361 0.460508 9.75377 0.461843 9.75393 0.484847 9.75409 0.509779 9.75424 0.523643 9.7544 0.525262 9.75456 0.523261 9.75471 0.532644 9.75487 0.561925 9.75503 0.598429 9.75518 0.616351 9.75534 0.607052 9.7555 0.588892 9.75565 0.579633 9.75581 0.570913 9.75597 0.546896 9.75612 0.515739 9.75628 0.503048 9.75644 0.516171 9.75659 0.536418 9.75675 0.550423 9.75691 0.568778 9.75706 0.603955 9.75722 0.645983 9.75738 0.673763 9.75753 0.679503 9.75769 0.669383 9.75785 0.645385 9.75801 0.606171 9.75816 0.560437 9.75832 0.525007 9.75848 0.505245 9.75863 0.488966 9.75879 0.466679 9.75895 0.447684 9.7591 0.449543 9.75926 0.477505 9.75942 0.520079 9.75957 0.559237 9.75973 0.58141 9.75989 0.58058 9.76004 0.560107 9.7602 0.532304 9.76036 0.510516 9.76051 0.499574 9.76067 0.496549 9.76083 0.498677 9.76098 0.507573 9.76114 0.525742 9.7613 0.552736 9.76145 0.585005 9.76161 0.616061 9.76177 0.635652 9.76193 0.635395 9.76208 0.615977 9.76224 0.588425 9.7624 0.5646 9.76255 0.547172 9.76271 0.532803 9.76287 0.521032 9.76302 0.517732 9.76318 0.526677 9.76334 0.543236 9.76349 0.558299 9.76365 0.56584 9.76381 0.564654 9.76396 0.554525 9.76412 0.534697 9.76428 0.509561 9.76443 0.489263 9.76459 0.481563 9.76475 0.485783 9.7649 0.494379 9.76506 0.501692 9.76522 0.507997 9.76537 0.519004 9.76553 0.542977 9.76569 0.584105 9.76585 0.635226 9.766 0.679381 9.76616 0.703907 9.76632 0.709954 9.76647 0.705921 9.76663 0.692683 9.76679 0.667398 9.76694 0.640528 9.7671 0.63081 9.76726 0.641756 9.76741 0.650425 9.76757 0.63516 9.76773 0.603319 9.76788 0.58094 9.76804 0.580561 9.7682 0.58923 9.76835 0.588939 9.76851 0.574237 9.76867 0.550986 9.76882 0.529383 9.76898 0.521535 9.76914 0.53609 9.76929 0.567729 9.76945 0.599375 9.76961 0.620281 9.76977 0.634442 9.76992 0.648496 9.77008 0.65881 9.77024 0.657894 9.77039 0.647548 9.77055 0.639966 9.77071 0.646084 9.77086 0.666681 9.77102 0.691945 9.77118 0.706087 9.77133 0.696163 9.77149 0.665017 9.77165 0.631021 9.7718 0.61317 9.77196 0.614811 9.77212 0.623433 9.77227 0.624653 9.77243 0.61218 9.77259 0.589787 9.77274 0.567643 9.7729 0.554603 9.77306 0.550728 9.77321 0.548479 9.77337 0.543059 9.77353 0.538045 9.77369 0.539077 9.77384 0.546624 9.774 0.560071 9.77416 0.582476 9.77431 0.615501 9.77447 0.652006 9.77463 0.679153 9.77478 0.687653 9.77494 0.673659 9.7751 0.63935 9.77525 0.596895 9.77541 0.566131 9.77557 0.559796 9.77572 0.572692 9.77588 0.591874 9.77604 0.613239 9.77619 0.638392 9.77635 0.660648 9.77651 0.668488 9.77666 0.662854 9.77682 0.657858 9.77698 0.657413 9.77714 0.645833 9.77729 0.608962 9.77745 0.557191 9.77761 0.515738 9.77776 0.497552 9.77792 0.494887 9.77808 0.493749 9.77823 0.487781 9.77839 0.477302 9.77855 0.465733 9.7787 0.460544 9.77886 0.471312 9.77902 0.501072 9.77917 0.541215 9.77933 0.579005 9.77949 0.607973 9.77964 0.629326 9.7798 0.645333 9.77996 0.655711 9.78011 0.664679 9.78027 0.682013 9.78043 0.711881 9.78058 0.741842 9.78074 0.751977 9.7809 0.736468 9.78106 0.70944 9.78121 0.685663 9.78137 0.666018 9.78153 0.646917 9.78168 0.631418 9.78184 0.621737 9.782 0.608164 9.78215 0.582052 9.78231 0.555462 9.78247 0.549525 9.78262 0.56334 9.78278 0.571071 9.78294 0.555918 9.78309 0.530047 9.78325 0.51508 9.78341 0.517382 9.78356 0.533346 9.78372 0.563446 9.78388 0.60275 9.78403 0.630926 9.78419 0.630323 9.78435 0.611483 9.7845 0.603566 9.78466 0.619384 9.78482 0.64617 9.78498 0.668937 9.78513 0.687051 9.78529 0.702212 9.78545 0.70683 9.7856 0.692763 9.78576 0.663749 9.78592 0.631353 9.78607 0.605852 9.78623 0.595547 9.78639 0.605168 9.78654 0.628249 9.7867 0.648436 9.78686 0.656175 9.78701 0.656998 9.78717 0.656678 9.78733 0.647854 9.78748 0.624726 9.78764 0.601533 9.7878 0.599863 9.78795 0.617392 9.78811 0.627969 9.78827 0.615136 9.78842 0.594115 9.78858 0.588927 9.78874 0.601338 9.7889 0.61404 9.78905 0.616193 9.78921 0.61371 9.78937 0.613155 9.78952 0.612595 9.78968 0.609051 9.78984 0.606284 9.78999 0.606448 9.79015 0.603371 9.79031 0.590471 9.79046 0.570184 9.79062 0.551127 9.79078 0.535248 9.79093 0.517757 9.79109 0.496928 9.79125 0.479134 9.7914 0.473053 9.79156 0.482246 9.79172 0.504559 9.79187 0.535189 9.79203 0.569197 9.79219 0.603073 9.79234 0.634694 9.7925 0.659067 9.79266 0.66857 9.79282 0.661657 9.79297 0.649638 9.79313 0.647778 9.79329 0.656613 9.79344 0.659302 9.7936 0.640728 9.79376 0.604643 9.79391 0.568829 9.79407 0.546774 9.79423 0.538621 9.79438 0.535191 9.79454 0.527835 9.7947 0.514437 9.79485 0.501363 9.79501 0.4979 9.79517 0.507743 9.79532 0.527998 9.79548 0.554506 9.79564 0.583423 9.79579 0.606661 9.79595 0.614671 9.79611 0.6079 9.79626 0.600109 9.79642 0.602496 9.79658 0.611869 9.79674 0.61975 9.79689 0.626351 9.79705 0.635716 9.79721 0.643862 9.79736 0.643874 9.79752 0.64045 9.79768 0.644099 9.79783 0.653761 9.79799 0.659157 9.79815 0.662906 9.7983 0.680175 9.79846 0.70952 9.79862 0.722286 9.79877 0.69635 9.79893 0.648003 9.79909 0.614784 9.79924 0.611754 9.7994 0.621793 9.79956 0.627642 9.79971 0.632448 9.79987 0.645113 9.80003 0.661528 9.80019 0.670585 9.80034 0.671819 9.8005 0.676322 9.80066 0.692112 9.80081 0.715061 9.80097 0.732863 9.80113 0.733944 9.80128 0.714574 9.80144 0.68294 9.8016 0.653807 9.80175 0.637129 9.80191 0.630228 9.80207 0.622514 9.80222 0.60776 9.80238 0.589399 9.80254 0.577877 9.80269 0.582668 9.80285 0.603357 9.80301 0.625037 9.80316 0.626355 9.80332 0.599042 9.80348 0.557913 9.80363 0.527455 9.80379 0.517721 9.80395 0.519434 9.80411 0.521057 9.80426 0.522852 9.80442 0.531601 9.80458 0.547638 9.80473 0.563123 9.80489 0.570897 9.80505 0.568571 9.8052 0.55548 9.80536 0.533247 9.80552 0.508266 9.80567 0.490756 9.80583 0.486998 9.80599 0.494542 9.80614 0.504425 9.8063 0.506733 9.80646 0.495926 9.80661 0.475235 9.80677 0.456494 9.80693 0.451177 9.80708 0.461581 9.80724 0.480827 9.8074 0.502337 9.80755 0.523759 9.80771 0.542467 9.80787 0.553721 9.80803 0.556307 9.80818 0.556566 9.80834 0.561951 9.8085 0.572213 9.80865 0.581257 9.80881 0.583955 9.80897 0.580465 9.80912 0.575615 9.80928 0.576108 9.80944 0.58642 9.80959 0.604521 9.80975 0.622963 9.80991 0.636937 9.81006 0.645664 9.81022 0.646987 9.81038 0.636794 9.81053 0.616974 9.81069 0.597159 9.81085 0.58182 9.811 0.563739 9.81116 0.540071 9.81132 0.525926 9.81147 0.539055 9.81163 0.572976 9.81179 0.601539 9.81195 0.609527 9.8121 0.604845 9.81226 0.596147 9.81242 0.578216 9.81257 0.547832 9.81273 0.521187 9.81289 0.518507 9.81304 0.537587 9.8132 0.558286 9.81336 0.569165 9.81351 0.573891 9.81367 0.575396 9.81383 0.567137 9.81398 0.547336 9.81414 0.529831 9.8143 0.530709 9.81445 0.54904 9.81461 0.567647 9.81477 0.570983 9.81492 0.559961 9.81508 0.549496 9.81524 0.55298 9.81539 0.569124 9.81555 0.582524 9.81571 0.57978 9.81587 0.564656 9.81602 0.554752 9.81618 0.563831 9.81634 0.589068 9.81649 0.616742 9.81665 0.637651 9.81681 0.654281 9.81696 0.675943 9.81712 0.706687 9.81728 0.738586 9.81743 0.757208 9.81759 0.755471 9.81775 0.739048 9.8179 0.717814 9.81806 0.696292 9.81822 0.676072 9.81837 0.663291 9.81853 0.663863 9.81869 0.67241 9.81884 0.673691 9.819 0.658512 9.81916 0.632028 9.81931 0.605897 9.81947 0.587361 9.81963 0.578037 9.81979 0.575524 9.81994 0.572311 9.8201 0.561341 9.82026 0.545688 9.82041 0.538861 9.82057 0.548914 9.82073 0.566955 9.82088 0.578288 9.82104 0.579831 9.8212 0.579059 9.82135 0.578785 9.82151 0.571687 9.82167 0.552148 9.82182 0.525377 9.82198 0.503422 9.82214 0.497193 9.82229 0.510403 9.82245 0.537137 9.82261 0.564577 9.82276 0.583763 9.82292 0.598203 9.82308 0.61444 9.82323 0.625485 9.82339 0.6153 9.82355 0.583452 9.82371 0.552967 9.82386 0.543257 9.82402 0.544798 9.82418 0.533789 9.82433 0.506661 9.82449 0.486387 9.82465 0.49179 9.8248 0.514739 9.82496 0.533143 9.82512 0.534871 9.82527 0.522333 9.82543 0.50533 9.82559 0.496007 9.82574 0.504153 9.8259 0.524969 9.82606 0.537649 9.82621 0.52665 9.82637 0.502919 9.82653 0.493908 9.82668 0.51226 9.82684 0.545085 9.827 0.573944 9.82716 0.591805 9.82731 0.596954 9.82747 0.586509 9.82763 0.564585 9.82778 0.547194 9.82794 0.546136 9.8281 0.554122 9.82825 0.557831 9.82841 0.560736 9.82857 0.579139 9.82872 0.615733 9.82888 0.651368 9.82904 0.667542 9.82919 0.66605 9.82935 0.66054 9.82951 0.657508 9.82966 0.654182 9.82982 0.648781 9.82998 0.642969 9.83013 0.634388 9.83029 0.615967 9.83045 0.587706 9.8306 0.563032 9.83076 0.557486 9.83092 0.573023 9.83108 0.594466 9.83123 0.604414 9.83139 0.600928 9.83155 0.597388 9.8317 0.604697 9.83186 0.617992 9.83202 0.621474 9.83217 0.6053 9.83233 0.575614 9.83249 0.54806 9.83264 0.535496 9.8328 0.539257 9.83296 0.548503 9.83311 0.550488 9.83327 0.542938 9.83343 0.535029 9.83358 0.532576 9.83374 0.525858 9.8339 0.500803 9.83405 0.461584 9.83421 0.431941 9.83437 0.430245 9.83452 0.450882 9.83468 0.47467 9.83484 0.490492 9.835 0.499748 9.83515 0.505748 9.83531 0.508492 9.83547 0.508953 9.83562 0.508769 9.83578 0.506962 9.83594 0.502507 9.83609 0.500362 9.83625 0.507329 9.83641 0.520862 9.83656 0.527701 9.83672 0.517903 9.83688 0.494761 9.83703 0.471541 9.83719 0.459271 9.83735 0.461169 9.8375 0.473062 9.83766 0.486519 9.83782 0.493822 9.83797 0.493355 9.83813 0.490396 9.83829 0.49105 9.83844 0.496352 9.8386 0.504626 9.83876 0.516606 9.83892 0.535922 9.83907 0.564554 9.83923 0.598783 9.83939 0.629538 9.83954 0.647631 9.8397 0.64829 9.83986 0.63297 9.84001 0.607274 9.84017 0.578798 9.84033 0.553855 9.84048 0.534489 9.84064 0.51771 9.8408 0.499555 9.84095 0.482012 9.84111 0.474947 9.84127 0.487444 9.84142 0.518971 9.84158 0.558893 9.84174 0.594736 9.84189 0.618039 9.84205 0.625166 9.84221 0.617561 9.84236 0.602148 9.84252 0.587749 9.84268 0.578847 9.84284 0.573025 9.84299 0.56436 9.84315 0.549687 9.84331 0.532079 9.84346 0.519224 9.84362 0.517273 9.84378 0.525051 9.84393 0.535286 9.84409 0.544497 9.84425 0.55561 9.8444 0.569127 9.84456 0.576244 9.84472 0.567248 9.84487 0.544828 9.84503 0.521295 9.84519 0.504784 9.84534 0.494968 9.8455 0.49419 9.84566 0.509822 9.84581 0.540418 9.84597 0.568973 9.84613 0.578337 9.84628 0.570762 9.84644 0.561603 9.8466 0.558668 9.84676 0.556394 9.84691 0.551513 9.84707 0.552795 9.84723 0.569103 9.84738 0.592689 9.84754 0.603539 9.8477 0.589237 9.84785 0.557332 9.84801 0.526779 9.84817 0.510135 9.84832 0.505897 9.84848 0.504938 9.84864 0.499049 9.84879 0.485271 9.84895 0.465228 9.84911 0.444509 9.84926 0.43079 9.84942 0.427678 9.84958 0.432345 9.84973 0.44053 9.84989 0.452269 9.85005 0.469918 9.85021 0.491561 9.85036 0.508831 9.85052 0.514608 9.85068 0.508904 9.85083 0.498032 9.85099 0.489786 9.85115 0.487295 9.8513 0.489025 9.85146 0.492354 9.85162 0.499175 9.85177 0.51543 9.85193 0.540891 9.85209 0.564528 9.85224 0.575437 9.8524 0.575456 9.85256 0.575581 9.85271 0.579943 9.85287 0.582388 9.85303 0.579106 9.85318 0.57357 9.85334 0.566118 9.8535 0.549876 9.85365 0.524265 9.85381 0.504992 9.85397 0.50961 9.85413 0.53376 9.85428 0.553353 9.85444 0.548856 9.8546 0.52438 9.85475 0.50175 9.85491 0.498681 9.85507 0.516048 9.85522 0.541512 9.85538 0.563171 9.85554 0.578716 9.85569 0.58969 9.85585 0.592627 9.85601 0.583955 9.85616 0.572486 9.85632 0.576248 9.85648 0.601554 9.85663 0.633157 9.85679 0.651098 9.85695 0.649214 9.8571 0.631834 9.85726 0.600838 9.85742 0.558479 9.85757 0.517368 9.85773 0.492888 9.85789 0.48599 9.85805 0.481809 9.8582 0.467222 9.85836 0.442257 9.85852 0.4169 9.85867 0.404065 9.85883 0.414211 9.85899 0.446147 9.85914 0.484023 9.8593 0.511903 9.85946 0.529133 9.85961 0.544614 9.85977 0.558203 9.85993 0.561935 9.86008 0.558049 9.86024 0.560875 9.8604 0.575149 9.86055 0.587208 9.86071 0.584564 9.86087 0.571099 9.86102 0.556064 9.86118 0.539146 9.86134 0.516134 9.86149 0.490409 9.86165 0.469482 9.86181 0.455261 9.86197 0.44871 9.86212 0.456681 9.86228 0.482861 9.86244 0.518076 9.86259 0.546599 9.86275 0.56227 9.86291 0.568274 9.86306 0.567273 9.86322 0.560281 9.86338 0.552595 9.86353 0.550302 9.86369 0.550763 9.86385 0.54613 9.864 0.536918 9.86416 0.534645 9.86432 0.548663 9.86447 0.576284 9.86463 0.606389 9.86479 0.629758 9.86494 0.641966 9.8651 0.643296 9.86526 0.63605 9.86541 0.622306 9.86557 0.604897 9.86573 0.589818 9.86589 0.584824 9.86604 0.590928 9.8662 0.600984 9.86636 0.608801 9.86651 0.617224 9.86667 0.632007 9.86683 0.649051 9.86698 0.656122 9.86714 0.645846 9.8673 0.623114 9.86745 0.60161 9.86761 0.594265 9.86777 0.603552 9.86792 0.618788 9.86808 0.627078 9.86824 0.631683 9.86839 0.649612 9.86855 0.684558 9.86871 0.712747 9.86886 0.70762 9.86902 0.674009 9.86918 0.640589 9.86933 0.623368 9.86949 0.614284 9.86965 0.604521 9.86981 0.600759 9.86996 0.607494 9.87012 0.612912 9.87028 0.604523 9.87043 0.588504 9.87059 0.580987 9.87075 0.586892 9.8709 0.598142 9.87106 0.606557 9.87122 0.608091 9.87137 0.597342 9.87153 0.572544 9.87169 0.542143 9.87184 0.519095 9.872 0.504596 9.87216 0.488637 9.87231 0.465296 9.87247 0.442219 9.87263 0.431379 9.87278 0.436563 9.87294 0.45384 9.8731 0.477817 9.87326 0.50461 9.87341 0.531559 9.87357 0.556954 9.87373 0.579162 9.87388 0.597594 9.87404 0.612703 9.8742 0.624399 9.87435 0.628387 9.87451 0.61693 9.87467 0.586885 9.87482 0.546908 9.87498 0.512186 9.87514 0.490862 9.87529 0.480246 9.87545 0.475753 9.87561 0.479736 9.87576 0.497209 9.87592 0.5269 9.87608 0.557575 9.87623 0.575087 9.87639 0.572539 9.87655 0.555529 9.8767 0.538936 9.87686 0.535462 9.87702 0.546342 9.87718 0.562908 9.87733 0.574842 9.87749 0.576188 9.87765 0.566521 9.8778 0.551559 9.87796 0.541734 9.87812 0.54559 9.87827 0.56052 9.87843 0.575414 9.87859 0.583286 9.87874 0.588898 9.8789 0.59955 9.87906 0.614357 9.87921 0.627484 9.87937 0.637805 9.87953 0.648678 9.87968 0.657056 9.87984 0.655421 9.88 0.644168 9.88015 0.634341 9.88031 0.631407 9.88047 0.625708 9.88062 0.606189 9.88078 0.579318 9.88094 0.562228 9.8811 0.558817 9.88125 0.554826 9.88141 0.537327 9.88157 0.510062 9.88172 0.486662 9.88188 0.475543 9.88204 0.477818 9.88219 0.491138 9.88235 0.510622 9.88251 0.528275 9.88266 0.537265 9.88282 0.536563 9.88298 0.527246 9.88313 0.509497 9.88329 0.48827 9.88345 0.476147 9.8836 0.483653 9.88376 0.506149 9.88392 0.524813 9.88407 0.52099 9.88423 0.490269 9.88439 0.445725 9.88454 0.411471 9.8847 0.40839 9.88486 0.439149 9.88502 0.488985 9.88517 0.539827 9.88533 0.581053 9.88549 0.606669 9.88564 0.613096 9.8858 0.605381 9.88596 0.597465 9.88611 0.595996 9.88627 0.593005 9.88643 0.580322 9.88658 0.565197 9.88674 0.55956 9.8869 0.56082 9.88705 0.556397 9.88721 0.544511 9.88737 0.536579 9.88752 0.539136 9.88768 0.546472 9.88784 0.552698 9.88799 0.557422 9.88815 0.560001 9.88831 0.559282 9.88846 0.560638 9.88862 0.569566 9.88878 0.578753 9.88894 0.574405 9.88909 0.557865 9.88925 0.545339 9.88941 0.5411 9.88956 0.527995 9.88972 0.492211 9.88988 0.445379 9.89003 0.410599 9.89019 0.398057 9.89035 0.403766 9.8905 0.419562 9.89066 0.437009 9.89082 0.446799 9.89097 0.448003 9.89113 0.450516 9.89129 0.461823 9.89144 0.477408 9.8916 0.489765 9.89176 0.495873 9.89191 0.490994 9.89207 0.466581 9.89223 0.428661 9.89238 0.4051 9.89254 0.417181 9.8927 0.452495 9.89286 0.48128 9.89301 0.493512 9.89317 0.502433 9.89333 0.515615 9.89348 0.523868 9.89364 0.519636 9.8938 0.509788 9.89395 0.5035 9.89411 0.500433 9.89427 0.496155 9.89442 0.492204 9.89458 0.494378 9.89474 0.50654 9.89489 0.526441 9.89505 0.544058 9.89521 0.547913 9.89536 0.537834 9.89552 0.527247 9.89568 0.525166 9.89583 0.522767 9.89599 0.510089 9.89615 0.496277 9.89631 0.499578 9.89646 0.51864 9.89662 0.532477 9.89678 0.531191 9.89693 0.527494 9.89709 0.53375 9.89725 0.545585 9.8974 0.55564 9.89756 0.568918 9.89772 0.591108 9.89787 0.61376 9.89803 0.622321 9.89819 0.615936 9.89834 0.606719 9.8985 0.603043 9.89866 0.602221 9.89881 0.597689 9.89897 0.588975 9.89913 0.580711 9.89928 0.57669 9.89944 0.571369 9.8996 0.554136 9.89975 0.523528 9.89991 0.494839 9.90007 0.484468 9.90023 0.490137 9.90038 0.496964 9.90054 0.499572 9.9007 0.506624 9.90085 0.522783 9.90101 0.54062 9.90117 0.554448 9.90132 0.568004 9.90148 0.581057 9.90164 0.58286 9.90179 0.569082 9.90195 0.555153 9.90211 0.558977 9.90226 0.57662 9.90242 0.58744 9.90258 0.579217 9.90273 0.559851 9.90289 0.546777 9.90305 0.552015 9.9032 0.577317 9.90336 0.615381 9.90352 0.655629 9.90367 0.690574 9.90383 0.716352 9.90399 0.727874 9.90415 0.72 9.9043 0.698062 9.90446 0.675952 9.90462 0.660786 9.90477 0.645129 9.90493 0.620463 9.90509 0.589061 9.90524 0.558379 9.9054 0.530153 9.90556 0.505134 9.90571 0.490194 9.90587 0.489868 9.90603 0.496283 9.90618 0.496424 9.90634 0.487392 9.9065 0.478724 9.90665 0.479831 9.90681 0.494418 9.90697 0.520345 9.90712 0.549423 9.90728 0.569598 9.90744 0.576756 9.90759 0.578225 9.90775 0.579009 9.90791 0.571692 9.90807 0.548683 9.90822 0.519513 9.90838 0.50364 9.90854 0.507843 9.90869 0.519769 9.90885 0.524526 9.90901 0.517905 9.90916 0.504063 9.90932 0.490524 9.90948 0.486449 9.90963 0.496041 9.90979 0.513114 9.90995 0.526277 9.9101 0.530948 9.91026 0.529479 9.91042 0.522865 9.91057 0.509962 9.91073 0.491972 9.91089 0.470706 9.91104 0.442956 9.9112 0.409451 9.91136 0.383925 9.91151 0.38431 9.91167 0.411377 9.91183 0.447736 9.91199 0.476454 9.91214 0.492608 9.9123 0.49653 9.91246 0.489553 9.91261 0.480347 9.91277 0.482858 9.91293 0.501513 9.91308 0.527641 9.91324 0.552955 9.9134 0.576658 9.91355 0.59522 9.91371 0.597685 9.91387 0.581966 9.91402 0.566492 9.91418 0.570457 9.91434 0.588619 9.91449 0.596469 9.91465 0.579338 9.91481 0.546182 9.91496 0.513736 9.91512 0.489849 9.91528 0.474019 9.91543 0.467707 9.91559 0.474468 9.91575 0.492794 9.91591 0.513064 9.91606 0.525934 9.91622 0.532134 9.91638 0.541171 9.91653 0.559768 9.91669 0.581453 9.91685 0.590991 9.917 0.577769 9.91716 0.543379 9.91732 0.500029 9.91747 0.463212 9.91763 0.446332 9.91779 0.454737 9.91794 0.483415 9.9181 0.520493 9.91826 0.554068 9.91841 0.574109 9.91857 0.572195 9.91873 0.546311 9.91888 0.508061 9.91904 0.477863 9.9192 0.470539 9.91936 0.486537 9.91951 0.51797 9.91967 0.556977 9.91983 0.595394 9.91998 0.620605 9.92014 0.61717 9.9203 0.577461 9.92045 0.51015 9.92061 0.441189 9.92077 0.399854 9.92092 0.397565 9.92108 0.41874 9.92124 0.435902 9.92139 0.435381 9.92155 0.425614 9.92171 0.420761 9.92186 0.426503 9.92202 0.44108 9.92218 0.462831 9.92233 0.48917 9.92249 0.51247 9.92265 0.522705 9.9228 0.517388 9.92296 0.50555 9.92312 0.503247 9.92328 0.521691 9.92343 0.55924 9.92359 0.602807 9.92375 0.639672 9.9239 0.665404 9.92406 0.676758 9.92422 0.665522 9.92437 0.627125 9.92453 0.576006 9.92469 0.538424 9.92484 0.525401 9.925 0.523293 9.92516 0.516021 9.92531 0.507104 9.92547 0.508935 9.92563 0.519772 9.92578 0.524104 9.92594 0.515703 9.9261 0.508901 9.92625 0.521515 9.92641 0.554301 9.92657 0.591474 9.92672 0.618869 9.92688 0.63632 9.92704 0.651057 9.9272 0.661298 9.92735 0.654712 9.92751 0.626051 9.92767 0.592272 9.92782 0.578745 9.92798 0.592039 9.92814 0.610064 9.92829 0.608564 9.92845 0.586346 9.92861 0.564142 9.92876 0.560053 9.92892 0.575218 9.92908 0.595835 9.92923 0.605816 9.92939 0.595855 9.92955 0.56903 9.9297 0.534432 9.92986 0.50051 9.93002 0.473586 9.93017 0.462289 9.93033 0.472863 9.93049 0.496628 9.93064 0.515114 9.9308 0.523882 9.93096 0.537959 9.93112 0.568612 9.93127 0.601449 9.93143 0.615204 9.93159 0.611384 9.93174 0.61137 9.9319 0.626197 9.93206 0.645484 9.93221 0.659054 9.93237 0.667097 9.93253 0.670522 9.93268 0.663554 9.93284 0.646332 9.933 0.629839 9.93315 0.621435 9.93331 0.616013 9.93347 0.609266 9.93362 0.609338 9.93378 0.624943 9.93394 0.648264 9.93409 0.663066 9.93425 0.662916 9.93441 0.650978 9.93456 0.631314 9.93472 0.608186 9.93488 0.591617 9.93504 0.588537 9.93519 0.592042 9.93535 0.590056 9.93551 0.585125 9.93566 0.591735 9.93582 0.615496 9.93598 0.644569 9.93613 0.664444 9.93629 0.66901 9.93645 0.658096 9.9366 0.634808 9.93676 0.611159 9.93692 0.600087 9.93707 0.599124 9.93723 0.591933 9.93739 0.575029 9.93754 0.567297 9.9377 0.581273 9.93786 0.598957 9.93801 0.594777 9.93817 0.572562 9.93833 0.557601 9.93848 0.555367 9.93864 0.541533 9.9388 0.499249 9.93896 0.445581 9.93911 0.409633 9.93927 0.400644 9.93943 0.410387 9.93958 0.435351 9.93974 0.478877 9.9399 0.534254 9.94005 0.583012 9.94021 0.609543 9.94037 0.611869 9.94052 0.59639 9.94068 0.571369 9.94084 0.545003 9.94099 0.525302 9.94115 0.519093 9.94131 0.528791 9.94146 0.547539 9.94162 0.556242 9.94178 0.537578 9.94193 0.499949 9.94209 0.476875 9.94225 0.492229 9.9424 0.53218 9.94256 0.565749 9.94272 0.583651 9.94288 0.59859 9.94303 0.612743 9.94319 0.608353 9.94335 0.578734 9.9435 0.547154 9.94366 0.542502 9.94382 0.568138 9.94397 0.604481 9.94413 0.633307 9.94429 0.645305 9.94444 0.636945 9.9446 0.612612 9.94476 0.586305 9.94491 0.568551 9.94507 0.556016 9.94523 0.541352 9.94538 0.532728 9.94554 0.545146 9.9457 0.575376 9.94585 0.599776 9.94601 0.599094 9.94617 0.577744 9.94633 0.552554 9.94648 0.53516 9.94664 0.526898 9.9468 0.524553 9.94695 0.522696 9.94711 0.514807 9.94727 0.498912 9.94742 0.482699 9.94758 0.476527 9.94774 0.482858 9.94789 0.496154 9.94805 0.514673 9.94821 0.541881 9.94836 0.576647 9.94852 0.604106 9.94868 0.606016 9.94883 0.581514 9.94899 0.54897 9.94915 0.525742 9.9493 0.509418 9.94946 0.489572 9.94962 0.468371 9.94977 0.457817 9.94993 0.458658 9.95009 0.45715 9.95025 0.44921 9.9504 0.450377 9.95056 0.472445 9.95072 0.50101 9.95087 0.511294 9.95103 0.499939 9.95119 0.48736 9.95134 0.490309 9.9515 0.506078 9.95166 0.524272 9.95181 0.539012 9.95197 0.544185 9.95213 0.531167 9.95228 0.498983 9.95244 0.463067 9.9526 0.445322 9.95275 0.454863 9.95291 0.483895 9.95307 0.519169 9.95322 0.551631 9.95338 0.577769 9.95354 0.595444 9.95369 0.603692 9.95385 0.605514 9.95401 0.606752 9.95417 0.610856 9.95432 0.61317 9.95448 0.606702 9.95464 0.592593 9.95479 0.581448 9.95495 0.579208 9.95511 0.579421 9.95526 0.572276 9.95542 0.557666 9.95558 0.542791 9.95573 0.529709 9.95589 0.515217 9.95605 0.501226 9.9562 0.496039 9.95636 0.503955 9.95652 0.520383 9.95667 0.538202 9.95683 0.554275 9.95699 0.567954 9.95714 0.578022 9.9573 0.583179 9.95746 0.581941 9.95761 0.571148 9.95777 0.549334 9.95793 0.521705 9.95809 0.497642 9.95824 0.482219 9.9584 0.476441 9.95856 0.482776 9.95871 0.502801 9.95887 0.530568 9.95903 0.554996 9.95918 0.573249 9.95934 0.592247 9.9595 0.614014 9.95965 0.627415 9.95981 0.620941 9.95997 0.597967 9.96012 0.574186 9.96028 0.561534 9.96044 0.562209 9.96059 0.572255 9.96075 0.584365 9.96091 0.591122 9.96106 0.590285 9.96122 0.588542 9.96138 0.59254 9.96153 0.598302 9.96169 0.594229 9.96185 0.575674 9.96201 0.552725 9.96216 0.540344 9.96232 0.54449 9.96248 0.55974 9.96263 0.577658 9.96279 0.592938 9.96295 0.601454 9.9631 0.597276 9.96326 0.576497 9.96342 0.546278 9.96357 0.523444 9.96373 0.520194 9.96389 0.532156 9.96404 0.544001 9.9642 0.545252 9.96436 0.535671 9.96451 0.518314 9.96467 0.492971 9.96483 0.462294 9.96498 0.438481 9.96514 0.436985 9.9653 0.46224 9.96545 0.500283 9.96561 0.52786 9.96577 0.53105 9.96593 0.515736 9.96608 0.499374 9.96624 0.493266 9.9664 0.495503 9.96655 0.500519 9.96671 0.508672 9.96687 0.522418 9.96702 0.540101 9.96718 0.557753 9.96734 0.571698 9.96749 0.574205 9.96765 0.553552 9.96781 0.510461 9.96796 0.468099 9.96812 0.452696 9.96828 0.463737 9.96843 0.476627 9.96859 0.477122 9.96875 0.476653 9.9689 0.489892 9.96906 0.513617 9.96922 0.536143 9.96938 0.556976 9.96953 0.581813 9.96969 0.605006 9.96985 0.611294 9.97 0.595074 9.97016 0.567081 9.97032 0.542731 9.97047 0.530559 9.97063 0.531923 9.97079 0.542513 9.97094 0.553292 9.9711 0.554296 9.97126 0.542353 9.97141 0.525966 9.97157 0.51992 9.97173 0.532609 9.97188 0.555774 9.97204 0.569507 9.9722 0.56445 9.97235 0.556958 9.97251 0.570729 9.97267 0.604862 9.97282 0.629041 9.97298 0.61664 9.97314 0.570534 9.9733 0.511654 9.97345 0.453276 9.97361 0.400593 9.97377 0.364153 9.97392 0.354891 9.97408 0.367576 9.97424 0.38347 9.97439 0.392609 9.97455 0.403167 9.97471 0.426888 9.97486 0.464123 9.97502 0.505406 9.97518 0.539937 9.97533 0.559616 9.97549 0.562779 9.97565 0.557132 9.9758 0.55372 9.97596 0.55573 9.97612 0.554981 9.97627 0.542364 9.97643 0.516932 9.97659 0.487053 9.97674 0.464759 9.9769 0.460384 9.97706 0.474922 9.97722 0.498585 9.97737 0.519287 9.97753 0.535317 9.97769 0.554982 9.97784 0.583482 9.978 0.61491 9.97816 0.637487 9.97831 0.643994 9.97847 0.638864 9.97863 0.635329 9.97878 0.644629 9.97894 0.663075 9.9791 0.674819 9.97925 0.669173 9.97941 0.652827 9.97957 0.639504 9.97972 0.632852 9.97988 0.628403 9.98004 0.626467 9.98019 0.630058 9.98035 0.631267 9.98051 0.615354 9.98066 0.581428 9.98082 0.5463 9.98098 0.52528 9.98114 0.51873 9.98129 0.52362 9.98145 0.543084 9.98161 0.575439 9.98176 0.603886 9.98192 0.612167 9.98208 0.60622 9.98223 0.607536 9.98239 0.624166 9.98255 0.642318 9.9827 0.647087 9.98286 0.64028 9.98302 0.632997 9.98317 0.625962 9.98333 0.608317 9.98349 0.574911 9.98364 0.536144 9.9838 0.507259 9.98396 0.492833 9.98411 0.487515 9.98427 0.489449 9.98443 0.503042 9.98458 0.526117 9.98474 0.542678 9.9849 0.5372 9.98506 0.513148 9.98521 0.488023 9.98537 0.473947 9.98553 0.470341 9.98568 0.475545 9.98584 0.493153 9.986 0.521697 9.98615 0.5492 9.98631 0.563928 9.98647 0.566376 9.98662 0.564449 9.98678 0.561808 9.98694 0.557497 9.98709 0.552003 9.98725 0.548281 9.98741 0.545445 9.98756 0.539855 9.98772 0.530467 9.98788 0.52035 9.98803 0.513152 9.98819 0.510271 9.98835 0.511964 9.9885 0.517383 9.98866 0.52454 9.98882 0.532859 9.98898 0.54326 9.98913 0.55386 9.98929 0.557597 9.98945 0.550381 9.9896 0.538364 9.98976 0.532325 9.98992 0.532971 9.99007 0.526836 9.99023 0.502429 9.99039 0.466519 9.99054 0.439844 9.9907 0.435912 9.99086 0.447712 9.99101 0.457952 9.99117 0.4592 9.99133 0.458244 9.99148 0.461871 9.99164 0.467239 9.9918 0.469416 9.99195 0.470377 9.99211 0.472341 9.99227 0.469891 9.99243 0.45876 9.99258 0.450595 9.99274 0.46511 9.9929 0.504271 9.99305 0.546913 9.99321 0.5744 9.99337 0.592742 9.99352 0.619899 9.99368 0.657926 9.99384 0.689926 9.99399 0.701852 9.99415 0.6969 9.99431 0.686502 9.99446 0.673456 9.99462 0.65102 9.99478 0.615808 9.99493 0.57698 9.99509 0.548019 9.99525 0.531968 9.9954 0.518117 9.99556 0.496445 9.99572 0.472888 9.99587 0.46415 9.99603 0.479293 9.99619 0.511887 9.99635 0.549005 9.9965 0.580262 9.99666 0.597444 9.99682 0.596869 9.99697 0.585814 9.99713 0.577236 9.99729 0.572644 9.99744 0.557937 9.9976 0.524741 9.99776 0.48884 9.99791 0.47459 9.99807 0.485006 9.99823 0.500068 9.99838 0.502887 9.99854 0.495796 9.9987 0.488273 9.99885 0.481565 9.99901 0.47059 9.99917 0.45497 9.99932 0.44114 9.99948 0.436944 9.99964 0.447717 9.99979 0.473984 9.99995 0.509332 10.0001 0.543877 10.0003 0.570135 10.0004 0.585969 10.0006 0.591321 10.0007 0.587504 10.0009 0.580284 10.001 0.578894 10.0012 0.587632 10.0014 0.601702 10.0015 0.613677 10.0017 0.622939 10.0018 0.63478 10.002 0.653174 10.0021 0.676023 10.0023 0.697026 10.0025 0.707285 10.0026 0.69871 10.0028 0.671678 10.0029 0.641212 10.0031 0.628731 10.0032 0.641727 10.0034 0.663321 10.0036 0.66891 10.0037 0.651576 10.0039 0.626099 10.004 0.608836 10.0042 0.601768 10.0043 0.602085 10.0045 0.612336 10.0047 0.631637 10.0048 0.642815 10.005 0.62434 10.0051 0.577518 10.0053 0.527527 10.0054 0.495493 10.0056 0.481695 10.0058 0.479893 10.0059 0.492031 10.0061 0.516458 10.0062 0.536588 10.0064 0.536576 10.0065 0.524726 10.0067 0.523455 10.0069 0.539053 10.007 0.555339 10.0072 0.558001 10.0073 0.55217 10.0075 0.55277 10.0076 0.566277 10.0078 0.588352 10.0079 0.609538 10.0081 0.619006 10.0083 0.611105 10.0084 0.591419 10.0086 0.571837 10.0087 0.557652 10.0089 0.542678 10.009 0.522765 10.0092 0.50353 10.0094 0.491689 10.0095 0.486897 10.0097 0.485954 10.0098 0.493956 10.01 0.517801 10.0101 0.552525 10.0103 0.578625 10.0105 0.577666 10.0106 0.55142 10.0108 0.521557 10.0109 0.506973 10.0111 0.503469 10.0112 0.490651 10.0114 0.461989 10.0116 0.437783 10.0117 0.442211 10.0119 0.47153 10.012 0.500612 10.0122 0.514021 10.0123 0.519265 10.0125 0.527209 10.0127 0.537644 10.0128 0.548813 10.013 0.565124 10.0131 0.585243 10.0133 0.594243 10.0134 0.580342 10.0136 0.552341 10.0138 0.529434 10.0139 0.520956 10.0141 0.524127 10.0142 0.535967 10.0144 0.55381 10.0145 0.568219 10.0147 0.569182 10.0148 0.560749 10.015 0.558266 10.0152 0.570217 10.0153 0.591489 10.0155 0.615723 10.0156 0.643084 10.0158 0.672737 10.0159 0.696568 10.0161 0.705693 10.0163 0.700024 10.0164 0.686853 10.0166 0.672734 10.0167 0.658985 10.0169 0.643189 10.017 0.624181 10.0172 0.605252 10.0174 0.59217 10.0175 0.585607 10.0177 0.580351 10.0178 0.573337 10.018 0.567941 10.0181 0.566194 10.0183 0.562173 10.0185 0.552875 10.0186 0.548437 10.0188 0.561157 10.0189 0.584221 10.0191 0.596182 10.0192 0.588202 10.0194 0.574138 10.0196 0.57093 10.0197 0.579096 10.0199 0.587397 10.02 0.585299 10.0202 0.566514 10.0203 0.532009 10.0205 0.498844 10.0206 0.4949 10.0208 0.532613 10.021 0.593822 10.0211 0.647794 10.0213 0.676957 10.0214 0.675873 10.0216 0.63841 10.0217 0.567282 10.0219 0.489989 10.0221 0.442709 10.0222 0.4326 10.0224 0.433052 10.0225 0.422341 10.0227 0.411073 10.0228 0.420629 10.023 0.449791 10.0232 0.476673 10.0233 0.487817 10.0235 0.490451 10.0236 0.496666 10.0238 0.510583 10.0239 0.531505 10.0241 0.558886 10.0243 0.589898 10.0244 0.617562 10.0246 0.635567 10.0247 0.642583 10.0249 0.638695 10.025 0.622529 10.0252 0.594809 10.0254 0.563455 10.0255 0.540682 10.0257 0.534088 10.0258 0.54051 10.026 0.54946 10.0261 0.551644 10.0263 0.545257 10.0265 0.531884 10.0266 0.509564 10.0268 0.476592 10.0269 0.441693 10.0271 0.424475 10.0272 0.437763 10.0274 0.473824 10.0275 0.510779 10.0277 0.531123 10.0279 0.531052 10.028 0.516144 10.0282 0.497205 10.0283 0.488934 10.0285 0.50123 10.0286 0.526125 10.0288 0.541716 10.029 0.531699 10.0291 0.49914 10.0293 0.460287 10.0294 0.429196 10.0296 0.411628 10.0297 0.408025 10.0299 0.416001 10.0301 0.433805 10.0302 0.461521 10.0304 0.498343 10.0305 0.536461 10.0307 0.56342 10.0308 0.574488 10.031 0.577105 10.0312 0.582462 10.0313 0.595749 10.0315 0.619067 10.0316 0.652377 10.0318 0.686243 10.0319 0.700363 10.0321 0.682493 10.0323 0.646665 10.0324 0.622621 10.0326 0.622274 10.0327 0.627646 10.0329 0.614065 10.033 0.577079 10.0332 0.533666 10.0334 0.500681 10.0335 0.483384 10.0337 0.480125 10.0338 0.489248 10.034 0.506721 10.0341 0.521317 10.0343 0.522196 10.0344 0.512183 10.0346 0.508089 10.0348 0.521387 10.0349 0.541788 10.0351 0.547721 10.0352 0.533546 10.0354 0.517601 10.0355 0.51907 10.0357 0.53619 10.0359 0.553457 10.036 0.563288 10.0362 0.568431 10.0363 0.568347 10.0365 0.556845 10.0366 0.535981 10.0368 0.520812 10.037 0.523508 10.0371 0.539127 10.0373 0.551764 10.0374 0.551848 10.0376 0.542774 10.0377 0.533271 10.0379 0.528538 10.0381 0.527321 10.0382 0.526042 10.0384 0.524119 10.0385 0.521541 10.0387 0.512062 10.0388 0.486143 10.039 0.447992 10.0392 0.421752 10.0393 0.429304 10.0395 0.462493 10.0396 0.490479 10.0398 0.496503 10.0399 0.494599 10.0401 0.50558 10.0402 0.529864 10.0404 0.555013 10.0406 0.578369 10.0407 0.609222 10.0409 0.650167 10.041 0.688636 10.0412 0.710096 10.0413 0.712866 10.0415 0.706578 10.0417 0.699502 10.0418 0.690598 10.042 0.674219 10.0421 0.652007 10.0423 0.636947 10.0424 0.640067 10.0426 0.655204 10.0428 0.663979 10.0429 0.657548 10.0431 0.645232 10.0432 0.638629 10.0434 0.637806 10.0435 0.636511 10.0437 0.633204 10.0439 0.628119 10.044 0.617855 10.0442 0.601211 10.0443 0.586373 10.0445 0.582611 10.0446 0.5887 10.0448 0.597728 10.045 0.610116 10.0451 0.632956 10.0453 0.666929 10.0454 0.699595 10.0456 0.713278 10.0457 0.6965 10.0459 0.652853 10.0461 0.60455 10.0462 0.579249 10.0464 0.586148 10.0465 0.606673 10.0467 0.614992 10.0468 0.604421 10.047 0.5874 10.0471 0.574831 10.0473 0.567454 10.0475 0.56099 10.0476 0.550666 10.0478 0.530819 10.0479 0.501885 10.0481 0.476719 10.0482 0.46914 10.0484 0.478967 10.0486 0.494489 10.0487 0.505509 10.0489 0.505293 10.049 0.485516 10.0492 0.44628 10.0493 0.410055 10.0495 0.404756 10.0497 0.432802 10.0498 0.469717 10.05 0.494492 10.0501 0.505839 10.0503 0.503605 10.0504 0.481437 10.0506 0.446074 10.0508 0.424535 10.0509 0.435537 10.0511 0.467258 10.0512 0.498095 10.0514 0.527019 10.0515 0.564745 10.0517 0.604813 10.0519 0.627892 10.052 0.62916 10.0522 0.6228 10.0523 0.616702 10.0525 0.604019 10.0526 0.58211 10.0528 0.565128 10.053 0.569195 10.0531 0.594817 10.0533 0.62972 10.0534 0.659228 10.0536 0.669975 10.0537 0.652727 10.0539 0.612046 10.054 0.568943 10.0542 0.54622 10.0544 0.551458 10.0545 0.57537 10.0547 0.603039 10.0548 0.624128 10.055 0.635985 10.0551 0.64074 10.0553 0.641437 10.0555 0.639692 10.0556 0.638532 10.0558 0.643358 10.0559 0.656199 10.0561 0.66783 10.0562 0.662222 10.0564 0.632555 10.0566 0.590566 10.0567 0.557602 10.0569 0.545606 10.057 0.548592 10.0572 0.552473 10.0573 0.553581 10.0575 0.564663 10.0577 0.597248 10.0578 0.64118 10.058 0.666898 10.0581 0.654321 10.0583 0.61274 10.0584 0.566266 10.0586 0.52758 10.0588 0.494418 10.0589 0.466205 10.0591 0.450627 10.0592 0.449156 10.0594 0.450846 10.0595 0.446418 10.0597 0.441134 10.0599 0.445938 10.06 0.459873 10.0602 0.469533 10.0603 0.465052 10.0605 0.449462 10.0606 0.431829 10.0608 0.415812 10.0609 0.399125 10.0611 0.380822 10.0613 0.365391 10.0614 0.359154 10.0616 0.364891 10.0617 0.380706 10.0619 0.402886 10.062 0.425994 10.0622 0.441145 10.0624 0.438863 10.0625 0.416972 10.0627 0.383281 10.0628 0.349838 10.063 0.325923 10.0631 0.318449 10.0633 0.333123 10.0635 0.36842 10.0636 0.411606 10.0638 0.447791 10.0639 0.472819 10.0641 0.493325 10.0642 0.512558 10.0644 0.522799 10.0646 0.513845 10.0647 0.483477 10.0649 0.441208 10.065 0.405466 10.0652 0.394179 10.0653 0.411904 10.0655 0.442367 10.0657 0.461576 10.0658 0.461187 10.066 0.454305 10.0661 0.457409 10.0663 0.472689 10.0664 0.492803 10.0666 0.513868 10.0667 0.536422 10.0669 0.556247 10.0671 0.564823 10.0672 0.558743 10.0674 0.544036 10.0675 0.529578 10.0677 0.521019 10.0678 0.522674 10.068 0.536531 10.0682 0.558217 10.0683 0.577566 10.0685 0.587475 10.0686 0.589268 10.0688 0.586756 10.0689 0.57883 10.0691 0.564841 10.0693 0.55355 10.0694 0.558183 10.0696 0.578394 10.0697 0.596325 10.0699 0.596785 10.07 0.586299 10.0702 0.583197 10.0704 0.589839 10.0705 0.587471 10.0707 0.560814 10.0708 0.518138 10.071 0.479929 10.0711 0.456055 10.0713 0.444329 10.0715 0.444516 10.0716 0.460469 10.0718 0.486693 10.0719 0.507936 10.0721 0.517932 10.0722 0.52978 10.0724 0.55769 10.0726 0.59385 10.0727 0.612819 10.0729 0.60017 10.073 0.568422 10.0732 0.541046 10.0733 0.52632 10.0735 0.512582 10.0736 0.489509 10.0738 0.464017 10.074 0.452461 10.0741 0.459277 10.0743 0.473695 10.0744 0.486049 10.0746 0.498635 10.0747 0.517123 10.0749 0.539482 10.0751 0.559603 10.0752 0.575439 10.0754 0.584821 10.0755 0.57956 10.0757 0.555542 10.0758 0.525325 10.076 0.507506 10.0762 0.503589 10.0763 0.498608 10.0765 0.486288 10.0766 0.479862 10.0768 0.491669 10.0769 0.515213 10.0771 0.53611 10.0773 0.550459 10.0774 0.562987 10.0776 0.574856 10.0777 0.587198 10.0779 0.607072 10.078 0.638434 10.0782 0.670156 10.0784 0.688131 10.0785 0.6979 10.0787 0.719206 10.0788 0.755603 10.079 0.78156 10.0791 0.768881 10.0793 0.716213 10.0795 0.647562 10.0796 0.588813 10.0798 0.555068 10.0799 0.552676 10.0801 0.577461 10.0802 0.610247 10.0804 0.625664 10.0805 0.613157 10.0807 0.586193 10.0809 0.565206 10.081 0.554324 10.0812 0.540146 10.0813 0.512669 10.0815 0.479297 10.0816 0.45436 10.0818 0.444051 10.082 0.445769 10.0821 0.459068 10.0823 0.485666 10.0824 0.520183 10.0826 0.550684 10.0827 0.573009 10.0829 0.594079 10.0831 0.614707 10.0832 0.619848 10.0834 0.595745 10.0835 0.553518 10.0837 0.522633 10.0838 0.520914 10.084 0.539533 10.0842 0.558783 10.0843 0.569232 10.0845 0.571227 10.0846 0.564877 10.0848 0.548404 10.0849 0.524475 10.0851 0.499797 10.0853 0.478518 10.0854 0.460185 10.0856 0.445262 10.0857 0.438213 10.0859 0.443428 10.086 0.458553 10.0862 0.474669 10.0863 0.483888 10.0865 0.486257 10.0867 0.489678 10.0868 0.49999 10.087 0.514504 10.0871 0.525337 10.0873 0.528187 10.0874 0.526082 10.0876 0.5244 10.0878 0.524304 10.0879 0.522614 10.0881 0.51757 10.0882 0.514015 10.0884 0.521202 10.0885 0.544015 10.0887 0.574749 10.0889 0.598386 10.089 0.605672 10.0892 0.600935 10.0893 0.593587 10.0895 0.586853 10.0896 0.577578 10.0898 0.563867 10.09 0.547791 10.0901 0.532281 10.0903 0.519382 10.0904 0.511148 10.0906 0.506983 10.0907 0.500285 10.0909 0.483849 10.0911 0.460403 10.0912 0.441977 10.0914 0.436953 10.0915 0.440714 10.0917 0.443939 10.0918 0.445462 10.092 0.451381 10.0922 0.464042 10.0923 0.478053 10.0925 0.487549 10.0926 0.496849 10.0928 0.51613 10.0929 0.550277 10.0931 0.592135 10.0932 0.627644 10.0934 0.646106 10.0936 0.646244 10.0937 0.63203 10.0939 0.608951 10.094 0.584787 10.0942 0.571554 10.0943 0.578111 10.0945 0.597303 10.0947 0.608885 10.0948 0.597012 10.095 0.565583 10.0951 0.532192 10.0953 0.509773 10.0954 0.499669 10.0956 0.499798 10.0958 0.512772 10.0959 0.539915 10.0961 0.572081 10.0962 0.593044 10.0964 0.596407 10.0965 0.59434 10.0967 0.604991 10.0969 0.631804 10.097 0.659459 10.0972 0.670463 10.0973 0.664452 10.0975 0.656327 10.0976 0.659746 10.0978 0.674109 10.098 0.686952 10.0981 0.68759 10.0983 0.674994 10.0984 0.657018 10.0986 0.640038 10.0987 0.621944 10.0989 0.595159 10.0991 0.557892 10.0992 0.519196 10.0994 0.491819 10.0995 0.481696 10.0997 0.486189 10.0998 0.499693 10.1 0.517162 10.1001 0.533083 10.1003 0.542809 10.1005 0.54647 10.1006 0.548621 10.1008 0.550365 10.1009 0.547408 10.1011 0.537626 10.1012 0.528034 10.1014 0.530579 10.1016 0.548632 10.1017 0.570023 10.1019 0.574206 10.102 0.54974 10.1022 0.50333 10.1023 0.456775 10.1025 0.430025 10.1027 0.428159 10.1028 0.440934 10.103 0.456129 10.1031 0.469137 10.1033 0.483673 10.1034 0.501917 10.1036 0.519716 10.1038 0.52984 10.1039 0.528552 10.1041 0.516786 10.1042 0.498865 10.1044 0.482642 10.1045 0.479191 10.1047 0.492544 10.1049 0.511356 10.105 0.514317 10.1052 0.491294 10.1053 0.453444 10.1055 0.419417 10.1056 0.39777 10.1058 0.389466 10.106 0.401077 10.1061 0.438624 10.1063 0.490404 10.1064 0.53408 10.1066 0.565546 10.1067 0.599842 10.1069 0.638001 10.107 0.64811 10.1072 0.606728 10.1074 0.537181 10.1075 0.486947 10.1077 0.472528 10.1078 0.473334 10.108 0.475397 10.1081 0.487415 10.1083 0.512018 10.1085 0.523648 10.1086 0.503603 10.1088 0.472688 10.1089 0.468795 10.1091 0.501004 10.1092 0.541698 10.1094 0.562114 10.1096 0.556864 10.1097 0.535935 10.1099 0.511271 10.11 0.492992 10.1102 0.483648 10.1103 0.477852 10.1105 0.470884 10.1107 0.470492 10.1108 0.485825 10.111 0.509693 10.1111 0.523702 10.1113 0.5199 10.1114 0.506993 10.1116 0.493139 10.1118 0.475492 10.1119 0.452227 10.1121 0.431771 10.1122 0.421782 10.1124 0.418589 10.1125 0.416647 10.1127 0.422661 10.1128 0.449846 10.113 0.500305 10.1132 0.558763 10.1133 0.604199 10.1135 0.624503 10.1136 0.622163 10.1138 0.610823 10.1139 0.603396 10.1141 0.59999 10.1143 0.58909 10.1144 0.562007 10.1146 0.523954 10.1147 0.489856 10.1149 0.469333 10.115 0.46093 10.1152 0.455955 10.1154 0.447267 10.1155 0.434958 10.1157 0.427694 10.1158 0.435483 10.116 0.458399 10.1161 0.485921 10.1163 0.510108 10.1165 0.535876 10.1166 0.569139 10.1168 0.60181 10.1169 0.616285 10.1171 0.609627 10.1172 0.599983 10.1174 0.604309 10.1176 0.615452 10.1177 0.610814 10.1179 0.581059 10.118 0.543028 10.1182 0.521518 10.1183 0.525156 10.1185 0.542219 10.1187 0.555695 10.1188 0.557436 10.119 0.549141 10.1191 0.53603 10.1193 0.523375 10.1194 0.516837 10.1196 0.520456 10.1197 0.531562 10.1199 0.540149 10.1201 0.536978 10.1202 0.523571 10.1204 0.510883 10.1205 0.507024 10.1207 0.509522 10.1208 0.510255 10.121 0.506077 10.1212 0.499396 10.1213 0.489399 10.1215 0.471886 10.1216 0.447936 10.1218 0.429686 10.1219 0.430462 10.1221 0.451261 10.1223 0.478981 10.1224 0.498022 10.1226 0.501193 10.1227 0.492654 10.1229 0.48525 10.123 0.492867 10.1232 0.519329 10.1234 0.552167 10.1235 0.570043 10.1237 0.561405 10.1238 0.534166 10.124 0.508666 10.1241 0.501217 10.1243 0.512066 10.1245 0.525687 10.1246 0.523984 10.1248 0.503037 10.1249 0.478181 10.1251 0.469303 10.1252 0.479977 10.1254 0.495309 10.1256 0.499383 10.1257 0.489455 10.1259 0.472044 10.126 0.453678 10.1262 0.439486 10.1263 0.43478 10.1265 0.440124 10.1266 0.448034 10.1268 0.451824 10.127 0.454548 10.1271 0.463548 10.1273 0.477107 10.1274 0.485848 10.1276 0.487451 10.1277 0.490622 10.1279 0.500973 10.1281 0.510228 10.1282 0.508727 10.1284 0.503888 10.1285 0.515939 10.1287 0.550765 10.1288 0.584914 10.129 0.586219 10.1292 0.549745 10.1293 0.506187 10.1295 0.490405 10.1296 0.507483 10.1298 0.534016 10.1299 0.549338 10.1301 0.557088 10.1303 0.57528 10.1304 0.611223 10.1306 0.652168 10.1307 0.676832 10.1309 0.672854 10.131 0.645605 10.1312 0.612361 10.1314 0.588557 10.1315 0.57932 10.1317 0.582364 10.1318 0.595184 10.132 0.613438 10.1321 0.625652 10.1323 0.618966 10.1324 0.593047 10.1326 0.560162 10.1328 0.529734 10.1329 0.497947 10.1331 0.46002 10.1332 0.423805 10.1334 0.405978 10.1335 0.417944 10.1337 0.459834 10.1339 0.520415 10.134 0.578173 10.1342 0.609607 10.1343 0.607852 10.1345 0.58932 10.1346 0.57305 10.1348 0.563195 10.135 0.556814 10.1351 0.561699 10.1353 0.587604 10.1354 0.624044 10.1356 0.644167 10.1357 0.634804 10.1359 0.609734 10.1361 0.587896 10.1362 0.573675 10.1364 0.562094 10.1365 0.552476 10.1367 0.544134 10.1368 0.530492 10.137 0.507275 10.1372 0.483316 10.1373 0.472273 10.1375 0.477642 10.1376 0.490646 10.1378 0.502298 10.1379 0.510456 10.1381 0.516511 10.1383 0.520019 10.1384 0.517354 10.1386 0.504629 10.1387 0.485106 10.1389 0.470249 10.139 0.469412 10.1392 0.478501 10.1393 0.485861 10.1395 0.488416 10.1397 0.492943 10.1398 0.500099 10.14 0.500674 10.1401 0.494256 10.1403 0.496401 10.1404 0.516674 10.1406 0.537647 10.1408 0.532074 10.1409 0.496918 10.1411 0.457163 10.1412 0.437516 10.1414 0.440892 10.1415 0.456816 10.1417 0.479636 10.1419 0.512043 10.142 0.554948 10.1422 0.598492 10.1423 0.624684 10.1425 0.62154 10.1426 0.596871 10.1428 0.574 10.143 0.568422 10.1431 0.572541 10.1433 0.569688 10.1434 0.55719 10.1436 0.544174 10.1437 0.530603 10.1439 0.500357 10.1441 0.445266 10.1442 0.386764 10.1444 0.364065 10.1445 0.395816 10.1447 0.457 10.1448 0.497434 10.145 0.487412 10.1452 0.444152 10.1453 0.411688 10.1455 0.416719 10.1456 0.448732 10.1458 0.482493 10.1459 0.506688 10.1461 0.525255 10.1462 0.543258 10.1464 0.562298 10.1466 0.583229 10.1467 0.600598 10.1469 0.600795 10.147 0.577878 10.1472 0.548565 10.1473 0.53647 10.1475 0.541391 10.1477 0.540705 10.1478 0.52222 10.148 0.500152 10.1481 0.493688 10.1483 0.502123 10.1484 0.511503 10.1486 0.513593 10.1488 0.511095 10.1489 0.508945 10.1491 0.510549 10.1492 0.515853 10.1494 0.516983 10.1495 0.501045 10.1497 0.468458 10.1499 0.439999 10.15 0.436858 10.1502 0.453564 10.1503 0.463004 10.1505 0.448418 10.1506 0.421822 10.1508 0.408372 10.151 0.418599 10.1511 0.44071 10.1513 0.456522 10.1514 0.459849 10.1516 0.457119 10.1517 0.455961 10.1519 0.457145 10.1521 0.460545 10.1522 0.472614 10.1524 0.498843 10.1525 0.531677 10.1527 0.553431 10.1528 0.555632 10.153 0.54824 10.1531 0.545307 10.1533 0.548055 10.1535 0.547786 10.1536 0.542116 10.1538 0.5406 10.1539 0.552409 10.1541 0.573264 10.1542 0.584918 10.1544 0.57016 10.1546 0.529167 10.1547 0.48306 10.1549 0.457492 10.155 0.459436 10.1552 0.473502 10.1553 0.480771 10.1555 0.478094 10.1557 0.475363 10.1558 0.479438 10.156 0.486065 10.1561 0.48747 10.1563 0.483775 10.1564 0.486013 10.1566 0.50475 10.1568 0.535775 10.1569 0.558968 10.1571 0.555145 10.1572 0.525954 10.1574 0.491069 10.1575 0.468669 10.1577 0.464708 10.1579 0.479547 10.158 0.511938 10.1582 0.552853 10.1583 0.584604 10.1585 0.594736 10.1586 0.585298 10.1588 0.565709 10.1589 0.542134 10.1591 0.520477 10.1593 0.50987 10.1594 0.514184 10.1596 0.524342 10.1597 0.526536 10.1599 0.51528 10.16 0.494459 10.1602 0.473528 10.1604 0.467202 10.1605 0.488017 10.1607 0.528888 10.1608 0.56129 10.161 0.563667 10.1611 0.544696 10.1613 0.52666 10.1615 0.516715 10.1616 0.509645 10.1618 0.50986 10.1619 0.526311 10.1621 0.547011 10.1622 0.546199 10.1624 0.521317 10.1626 0.502238 10.1627 0.512231 10.1629 0.538916 10.163 0.555281 10.1632 0.554501 10.1633 0.549995 10.1635 0.55078 10.1637 0.553603 10.1638 0.554822 10.164 0.555547 10.1641 0.557484 10.1643 0.560494 10.1644 0.564263 10.1646 0.565063 10.1648 0.556355 10.1649 0.537469 10.1651 0.516313 10.1652 0.501387 10.1654 0.495169 10.1655 0.499794 10.1657 0.518542 10.1658 0.544449 10.166 0.558673 10.1662 0.550923 10.1663 0.532798 10.1665 0.521423 10.1666 0.516531 10.1668 0.507396 10.1669 0.494291 10.1671 0.487669 10.1673 0.490458 10.1674 0.494769 10.1676 0.49683 10.1677 0.500168 10.1679 0.503879 10.168 0.498797 10.1682 0.478034 10.1684 0.441826 10.1685 0.395256 10.1687 0.350381 10.1688 0.32799 10.169 0.342195 10.1691 0.382553 10.1693 0.424036 10.1695 0.45508 10.1696 0.482492 10.1698 0.509573 10.1699 0.527644 10.1701 0.532756 10.1702 0.535109 10.1704 0.540312 10.1706 0.538499 10.1707 0.519966 10.1709 0.493288 10.171 0.474637 10.1712 0.471014 10.1713 0.482993 10.1715 0.512686 10.1717 0.556212 10.1718 0.594674 10.172 0.609378 10.1721 0.602785 10.1723 0.590978 10.1724 0.580053 10.1726 0.562257 10.1727 0.533742 10.1729 0.504223 10.1731 0.484937 10.1732 0.47894 10.1734 0.484761 10.1735 0.499639 10.1737 0.517698 10.1738 0.531657 10.174 0.537848 10.1742 0.537173 10.1743 0.530239 10.1745 0.518134 10.1746 0.506078 10.1748 0.498204 10.1749 0.491943 10.1751 0.483017 10.1753 0.473803 10.1754 0.471036 10.1756 0.47436 10.1757 0.480024 10.1759 0.489255 10.176 0.502882 10.1762 0.509949 10.1764 0.495656 10.1765 0.462786 10.1767 0.430903 10.1768 0.41033 10.177 0.392485 10.1771 0.372643 10.1773 0.364916 10.1775 0.381978 10.1776 0.412747 10.1778 0.435979 10.1779 0.448838 10.1781 0.463627 10.1782 0.482312 10.1784 0.492015 10.1785 0.488471 10.1787 0.486122 10.1789 0.498061 10.179 0.51783 10.1792 0.530203 10.1793 0.532517 10.1795 0.536667 10.1796 0.550308 10.1798 0.565649 10.18 0.568298 10.1801 0.553954 10.1803 0.5347 10.1804 0.526519 10.1806 0.532739 10.1807 0.541057 10.1809 0.539208 10.1811 0.528617 10.1812 0.517956 10.1814 0.50911 10.1815 0.49861 10.1817 0.489478 10.1818 0.490491 10.182 0.500213 10.1822 0.504119 10.1823 0.492363 10.1825 0.471757 10.1826 0.453212 10.1828 0.434466 10.1829 0.407898 10.1831 0.379977 10.1833 0.370722 10.1834 0.390502 10.1836 0.425782 10.1837 0.452998 10.1839 0.460647 10.184 0.452179 10.1842 0.435158 10.1844 0.414689 10.1845 0.396239 10.1847 0.386526 10.1848 0.388615 10.185 0.399089 10.1851 0.412725 10.1853 0.428032 10.1854 0.445082 10.1856 0.461502 10.1858 0.475637 10.1859 0.491299 10.1861 0.512154 10.1862 0.531408 10.1864 0.5335 10.1865 0.51132 10.1867 0.476375 10.1869 0.447385 10.187 0.431718 10.1872 0.425008 10.1873 0.42397 10.1875 0.430106 10.1876 0.441001 10.1878 0.450268 10.188 0.457301 10.1881 0.469874 10.1883 0.49242 10.1884 0.521238 10.1886 0.55402 10.1887 0.594393 10.1889 0.639333 10.1891 0.669108 10.1892 0.666444 10.1894 0.638922 10.1895 0.613437 10.1897 0.603771 10.1898 0.5987 10.19 0.583889 10.1902 0.56344 10.1903 0.552662 10.1905 0.553596 10.1906 0.553516 10.1908 0.543993 10.1909 0.533327 10.1911 0.535257 10.1913 0.55081 10.1914 0.565392 10.1916 0.562685 10.1917 0.540031 10.1919 0.511557 10.192 0.495504 10.1922 0.499683 10.1923 0.518028 10.1925 0.537461 10.1927 0.545991 10.1928 0.536371 10.193 0.510049 10.1931 0.479329 10.1933 0.462138 10.1934 0.46959 10.1936 0.496623 10.1938 0.528173 10.1939 0.549703 10.1941 0.553722 10.1942 0.540306 10.1944 0.51591 10.1945 0.492021 10.1947 0.479942 10.1949 0.48471 10.195 0.503684 10.1952 0.528286 10.1953 0.548263 10.1955 0.555341 10.1956 0.546748 10.1958 0.525085 10.196 0.495268 10.1961 0.46329 10.1963 0.437722 10.1964 0.42649 10.1966 0.430214 10.1967 0.441844 10.1969 0.455984 10.1971 0.473996 10.1972 0.496845 10.1974 0.516736 10.1975 0.524385 10.1977 0.521714 10.1978 0.520391 10.198 0.528871 10.1982 0.546339 10.1983 0.569795 10.1985 0.596629 10.1986 0.618229 10.1988 0.620677 10.1989 0.598828 10.1991 0.565804 10.1992 0.542162 10.1994 0.53695 10.1996 0.544619 10.1997 0.55444 10.1999 0.557452 10.2 0.547548 10.2002 0.525128 10.2003 0.501772 10.2005 0.493859 10.2007 0.508071 10.2008 0.536742 10.201 0.56751 10.2011 0.593307 10.2013 0.609188 10.2014 0.606161 10.2016 0.576988 10.2018 0.529264 10.2019 0.485528 10.2021 0.465788 10.2022 0.468475 10.2024 0.472355 10.2025 0.458268 10.2027 0.427401 10.2029 0.398313 10.203 0.387426 10.2032 0.396753 10.2033 0.417992 10.2035 0.443733 10.2036 0.470284 10.2038 0.494156 10.204 0.511239 10.2041 0.519426 10.2043 0.520203 10.2044 0.516141 10.2046 0.511345 10.2047 0.512004 10.2049 0.522097 10.205 0.536909 10.2052 0.546209 10.2054 0.546176 10.2055 0.544191 10.2057 0.548475 10.2058 0.556416 10.206 0.559438 10.2061 0.555263 10.2063 0.549224 10.2065 0.543957 10.2066 0.536231 10.2068 0.526877 10.2069 0.52409 10.2071 0.53264 10.2072 0.5454 10.2074 0.551806 10.2076 0.55035 10.2077 0.544663 10.2079 0.532827 10.208 0.510723 10.2082 0.485648 10.2083 0.474347 10.2085 0.483042 10.2087 0.500321 10.2088 0.514944 10.209 0.531075 10.2091 0.557266 10.2093 0.58691 10.2094 0.600804 10.2096 0.589049 10.2098 0.561107 10.2099 0.535755 10.2101 0.526651 10.2102 0.536254 10.2104 0.554615 10.2105 0.564738 10.2107 0.55826 10.2109 0.545108 10.211 0.541264 10.2112 0.548524 10.2113 0.555452 10.2115 0.555681 10.2116 0.551902 10.2118 0.540993 10.2119 0.512282 10.2121 0.470342 10.2123 0.441367 10.2124 0.444646 10.2126 0.466759 10.2127 0.481925 10.2129 0.488308 10.213 0.506075 10.2132 0.54364 10.2134 0.584294 10.2135 0.610107 10.2137 0.618903 10.2138 0.615565 10.214 0.600366 10.2141 0.577363 10.2143 0.561653 10.2145 0.565299 10.2146 0.584251 10.2148 0.604727 10.2149 0.617857 10.2151 0.622166 10.2152 0.619571 10.2154 0.616783 10.2156 0.624282 10.2157 0.643716 10.2159 0.659356 10.216 0.651925 10.2162 0.618996 10.2163 0.575234 10.2165 0.537092 10.2167 0.513243 10.2168 0.507431 10.217 0.51653 10.2171 0.527093 10.2173 0.524722 10.2174 0.509486 10.2176 0.494254 10.2178 0.485323 10.2179 0.474739 10.2181 0.455766 10.2182 0.437343 10.2184 0.435057 10.2185 0.4518 10.2187 0.473273 10.2188 0.481692 10.219 0.469057 10.2192 0.44325 10.2193 0.424589 10.2195 0.432515 10.2196 0.469094 10.2198 0.514379 10.2199 0.543476 10.2201 0.546756 10.2203 0.529555 10.2204 0.499314 10.2206 0.46249 10.2207 0.433807 10.2209 0.434387 10.221 0.46902 10.2212 0.514316 10.2214 0.538188 10.2215 0.53229 10.2217 0.515074 10.2218 0.50611 10.222 0.506825 10.2221 0.508756 10.2223 0.510316 10.2225 0.515587 10.2226 0.522562 10.2228 0.524101 10.2229 0.518478 10.2231 0.513917 10.2232 0.517402 10.2234 0.526551 10.2236 0.535666 10.2237 0.545676 10.2239 0.564063 10.224 0.59386 10.2242 0.626202 10.2243 0.646128 10.2245 0.644621 10.2246 0.627252 10.2248 0.607158 10.225 0.589487 10.2251 0.565821 10.2253 0.527034 10.2254 0.478923 10.2256 0.439027 10.2257 0.420052 10.2259 0.421037 10.2261 0.436253 10.2262 0.461811 10.2264 0.492262 10.2265 0.516097 10.2267 0.522485 10.2268 0.512709 10.227 0.49859 10.2272 0.491766 10.2273 0.495268 10.2275 0.502728 10.2276 0.503379 10.2278 0.489391 10.2279 0.464884 10.2281 0.445916 10.2283 0.447452 10.2284 0.470157 10.2286 0.500617 10.2287 0.523139 10.2289 0.529616 10.229 0.520367 10.2292 0.501202 10.2294 0.480924 10.2295 0.46794 10.2297 0.467394 10.2298 0.4813 10.23 0.507662 10.2301 0.537492 10.2303 0.557764 10.2305 0.559675 10.2306 0.546822 10.2308 0.528453 10.2309 0.507173 10.2311 0.479871 10.2312 0.447643 10.2314 0.421446 10.2315 0.414246 10.2317 0.429922 10.2319 0.463494 10.232 0.50642 10.2322 0.549159 10.2323 0.580352 10.2325 0.590533 10.2326 0.580495 10.2328 0.564907 10.233 0.56283 10.2331 0.582186 10.2333 0.614251 10.2334 0.643703 10.2336 0.664086 10.2337 0.674892 10.2339 0.673283 10.2341 0.65332 10.2342 0.620367 10.2344 0.591224 10.2345 0.573889 10.2347 0.556016 10.2348 0.523865 10.235 0.487199 10.2352 0.467989 10.2353 0.469557 10.2355 0.471992 10.2356 0.461125 10.2358 0.445591 10.2359 0.438889 10.2361 0.440924 10.2363 0.446041 10.2364 0.454668 10.2366 0.465791 10.2367 0.466148 10.2369 0.445352 10.237 0.415085 10.2372 0.398028 10.2374 0.399228 10.2375 0.402935 10.2377 0.399503 10.2378 0.396114 10.238 0.398425 10.2381 0.398346 10.2383 0.389949 10.2384 0.38657 10.2386 0.405275 10.2388 0.442676 10.2389 0.477297 10.2391 0.497918 10.2392 0.517245 10.2394 0.551329 10.2395 0.595857 10.2397 0.627825 10.2399 0.627746 10.24 0.598575 10.2402 0.562281 10.2403 0.53993 10.2405 0.533417 10.2406 0.526099 10.2408 0.504218 10.241 0.475642 10.2411 0.46092 10.2413 0.466427 10.2414 0.47541 10.2416 0.47135 10.2417 0.462978 10.2419 0.470686 10.2421 0.495647 10.2422 0.513848 10.2424 0.505454 10.2425 0.476803 10.2427 0.446071 10.2428 0.419888 10.243 0.394762 10.2432 0.375346 10.2433 0.372024 10.2435 0.382467 10.2436 0.39152 10.2438 0.390463 10.2439 0.388407 10.2441 0.394808 10.2443 0.40218 10.2444 0.397131 10.2446 0.381744 10.2447 0.372517 10.2449 0.378359 10.245 0.388706 10.2452 0.387268 10.2453 0.372635 10.2455 0.358878 10.2457 0.358981 10.2458 0.370418 10.246 0.379942 10.2461 0.382167 10.2463 0.386706 10.2464 0.406071 10.2466 0.436447 10.2468 0.461429 10.2469 0.470181 10.2471 0.467209 10.2472 0.460964 10.2474 0.455144 10.2475 0.451709 10.2477 0.456822 10.2479 0.470021 10.248 0.478047 10.2482 0.465141 10.2483 0.432778 10.2485 0.398231 10.2486 0.379409 10.2488 0.378887 10.249 0.386725 10.2491 0.388738 10.2493 0.37523 10.2494 0.351403 10.2496 0.335117 10.2497 0.34357 10.2499 0.374811 10.2501 0.411925 10.2502 0.440631 10.2504 0.459532 10.2505 0.468389 10.2507 0.465386 10.2508 0.452688 10.251 0.44079 10.2511 0.441121 10.2513 0.453469 10.2515 0.468762 10.2516 0.48028 10.2518 0.487352 10.2519 0.491916 10.2521 0.495377 10.2522 0.496056 10.2524 0.491589 10.2526 0.486079 10.2527 0.490243 10.2529 0.512416 10.253 0.543454 10.2532 0.565446 10.2533 0.573291 10.2535 0.583769 10.2537 0.615459 10.2538 0.662685 10.254 0.697773 10.2541 0.699758 10.2543 0.669878 10.2544 0.62543 10.2546 0.583428 10.2548 0.553818 10.2549 0.539626 10.2551 0.541573 10.2552 0.557522 10.2554 0.58032 10.2555 0.597754 10.2557 0.600646 10.2559 0.591048 10.256 0.579368 10.2562 0.571722 10.2563 0.564343 10.2565 0.55452 10.2566 0.549116 10.2568 0.554003 10.257 0.562014 10.2571 0.559843 10.2573 0.546119 10.2574 0.53084 10.2576 0.51916 10.2577 0.505294 10.2579 0.488908 10.258 0.47982 10.2582 0.484517 10.2584 0.492175 10.2585 0.486256 10.2587 0.464077 10.2588 0.437838 10.259 0.420835 10.2591 0.418472 10.2593 0.428966 10.2595 0.442431 10.2596 0.442094 10.2598 0.419266 10.2599 0.386524 10.2601 0.370221 10.2602 0.38376 10.2604 0.41455 10.2606 0.437952 10.2607 0.439506 10.2609 0.424648 10.261 0.410732 10.2612 0.416606 10.2613 0.446967 10.2615 0.484522 10.2617 0.502734 10.2618 0.49241 10.262 0.47166 10.2621 0.463555 10.2623 0.469084 10.2624 0.471842 10.2626 0.463327 10.2628 0.452278 10.2629 0.447272 10.2631 0.446546 10.2632 0.447031 10.2634 0.457205 10.2635 0.48559 10.2637 0.523859 10.2639 0.552112 10.264 0.559963 10.2642 0.555073 10.2643 0.549436 10.2645 0.544737 10.2646 0.535964 10.2648 0.526307 10.2649 0.527125 10.2651 0.545597 10.2653 0.57406 10.2654 0.597397 10.2656 0.608315 10.2657 0.612325 10.2659 0.616291 10.266 0.616681 10.2662 0.602578 10.2664 0.572549 10.2665 0.54192 10.2667 0.530182 10.2668 0.542422 10.267 0.564083 10.2671 0.575213 10.2673 0.565608 10.2675 0.541514 10.2676 0.518987 10.2678 0.511759 10.2679 0.521485 10.2681 0.536184 10.2682 0.541726 10.2684 0.534801 10.2686 0.520898 10.2687 0.504383 10.2689 0.484866 10.269 0.469305 10.2692 0.474996 10.2693 0.511994 10.2695 0.566151 10.2697 0.607558 10.2698 0.618676 10.27 0.606759 10.2701 0.588739 10.2703 0.571284 10.2704 0.552128 10.2706 0.533177 10.2707 0.524536 10.2709 0.534555 10.2711 0.560155 10.2712 0.58922 10.2714 0.608155 10.2715 0.611468 10.2717 0.605827 10.2718 0.603208 10.272 0.606771 10.2722 0.6048 10.2723 0.585573 10.2725 0.554789 10.2726 0.533687 10.2728 0.535795 10.2729 0.554491 10.2731 0.573423 10.2733 0.5848 10.2734 0.590323 10.2736 0.589601 10.2737 0.579528 10.2739 0.562724 10.274 0.551577 10.2742 0.554253 10.2744 0.5628 10.2745 0.560054 10.2747 0.538813 10.2748 0.511266 10.275 0.494373 10.2751 0.490527 10.2753 0.485858 10.2755 0.46898 10.2756 0.445188 10.2758 0.429989 10.2759 0.433119 10.2761 0.454211 10.2762 0.491452 10.2764 0.541774 10.2766 0.591442 10.2767 0.616798 10.2769 0.604766 10.277 0.57196 10.2772 0.552695 10.2773 0.567553 10.2775 0.606871 10.2776 0.643077 10.2778 0.653648 10.278 0.633342 10.2781 0.594201 10.2783 0.55963 10.2784 0.550546 10.2786 0.568282 10.2787 0.592353 10.2789 0.598972 10.2791 0.5827 10.2792 0.555627 10.2794 0.529536 10.2795 0.507062 10.2797 0.491665 10.2798 0.492978 10.28 0.512095 10.2802 0.527601 10.2803 0.510949 10.2805 0.460089 10.2806 0.405867 10.2808 0.382157 10.2809 0.395327 10.2811 0.42828 10.2813 0.464826 10.2814 0.493986 10.2816 0.503554 10.2817 0.486147 10.2819 0.454888 10.282 0.434406 10.2822 0.431671 10.2824 0.430124 10.2825 0.419798 10.2827 0.416134 10.2828 0.435936 10.283 0.470225 10.2831 0.496281 10.2833 0.507205 10.2835 0.512118 10.2836 0.512849 10.2838 0.505676 10.2839 0.498109 10.2841 0.50373 10.2842 0.516568 10.2844 0.514157 10.2845 0.491729 10.2847 0.472293 10.2849 0.473209 10.285 0.481268 10.2852 0.47548 10.2853 0.459269 10.2855 0.450992 10.2856 0.454581 10.2858 0.458989 10.286 0.462349 10.2861 0.475414 10.2863 0.500417 10.2864 0.522044 10.2866 0.525252 10.2867 0.511535 10.2869 0.493799 10.2871 0.482155 10.2872 0.478536 10.2874 0.480385 10.2875 0.485675 10.2877 0.495725 10.2878 0.513534 10.288 0.536401 10.2882 0.552736 10.2883 0.552803 10.2885 0.538446 10.2886 0.519301 10.2888 0.500216 10.2889 0.480245 10.2891 0.460804 10.2893 0.448631 10.2894 0.448871 10.2896 0.460346 10.2897 0.478499 10.2899 0.499412 10.29 0.521398 10.2902 0.545666 10.2904 0.573138 10.2905 0.599087 10.2907 0.61342 10.2908 0.611766 10.291 0.602943 10.2911 0.598172 10.2913 0.599433 10.2914 0.601362 10.2916 0.601773 10.2918 0.601281 10.2919 0.598514 10.2921 0.59248 10.2922 0.588707 10.2924 0.59225 10.2925 0.59815 10.2927 0.597642 10.2929 0.590721 10.293 0.58416 10.2932 0.577379 10.2933 0.564156 10.2935 0.546578 10.2936 0.53579 10.2938 0.535489 10.294 0.534489 10.2941 0.520599 10.2943 0.493836 10.2944 0.464552 10.2946 0.444034 10.2947 0.439877 10.2949 0.452158 10.2951 0.470342 10.2952 0.482233 10.2954 0.484576 10.2955 0.481357 10.2957 0.474248 10.2958 0.465287 10.296 0.467298 10.2962 0.493791 10.2963 0.53731 10.2965 0.572543 10.2966 0.586577 10.2968 0.59073 10.2969 0.595379 10.2971 0.590093 10.2972 0.561214 10.2974 0.516976 10.2976 0.477624 10.2977 0.450349 10.2979 0.429163 10.298 0.415128 10.2982 0.418802 10.2983 0.442424 10.2985 0.471665 10.2987 0.489565 10.2988 0.491766 10.299 0.486829 10.2991 0.488926 10.2993 0.508454 10.2994 0.542804 10.2996 0.577107 10.2998 0.596901 10.2999 0.600046 10.3001 0.591375 10.3002 0.572757 10.3004 0.546286 10.3005 0.522458 10.3007 0.512919 10.3009 0.514617 10.301 0.512373 10.3012 0.498893 10.3013 0.483725 10.3015 0.478518 10.3016 0.481861 10.3018 0.483128 10.302 0.477403 10.3021 0.472266 10.3023 0.479926 10.3024 0.505733 10.3026 0.54314 10.3027 0.579393 10.3029 0.606433 10.3031 0.624879 10.3032 0.636449 10.3034 0.638185 10.3035 0.627548 10.3037 0.610596 10.3038 0.59941 10.304 0.600295 10.3041 0.608804 10.3043 0.616198 10.3045 0.618121 10.3046 0.617541 10.3048 0.619727 10.3049 0.625224 10.3051 0.626731 10.3052 0.616854 10.3054 0.599156 10.3056 0.58695 10.3057 0.586201 10.3059 0.585547 10.306 0.570021 10.3062 0.539032 10.3063 0.507053 10.3065 0.488166 10.3067 0.485854 10.3068 0.493401 10.307 0.499815 10.3071 0.498636 10.3073 0.494938 10.3074 0.50083 10.3076 0.519212 10.3078 0.538099 10.3079 0.547532 10.3081 0.552541 10.3082 0.561974 10.3084 0.572932 10.3085 0.577298 10.3087 0.579043 10.3089 0.586212 10.309 0.591435 10.3092 0.577829 10.3093 0.546834 10.3095 0.523362 10.3096 0.526494 10.3098 0.548355 10.31 0.569921 10.3101 0.584686 10.3103 0.597325 10.3104 0.608366 10.3106 0.61187 10.3107 0.603326 10.3109 0.58232 10.311 0.550208 10.3112 0.512618 10.3114 0.481079 10.3115 0.464408 10.3117 0.462431 10.3118 0.470367 10.312 0.485164 10.3121 0.503921 10.3123 0.519162 10.3125 0.525011 10.3126 0.523499 10.3128 0.521001 10.3129 0.519509 10.3131 0.518588 10.3132 0.520321 10.3134 0.528209 10.3136 0.54069 10.3137 0.550376 10.3139 0.551326 10.314 0.543806 10.3142 0.534705 10.3143 0.533193 10.3145 0.544243 10.3147 0.563042 10.3148 0.577568 10.315 0.582454 10.3151 0.58345 10.3153 0.586049 10.3154 0.584975 10.3156 0.570277 10.3158 0.542519 10.3159 0.51472 10.3161 0.497297 10.3162 0.490525 10.3164 0.489283 10.3165 0.490136 10.3167 0.491647 10.3168 0.492027 10.317 0.492452 10.3172 0.498389 10.3173 0.509959 10.3175 0.516328 10.3176 0.504563 10.3178 0.477183 10.3179 0.454495 10.3181 0.455422 10.3183 0.47823 10.3184 0.505626 10.3186 0.525183 10.3187 0.539118 10.3189 0.553958 10.319 0.569763 10.3192 0.583788 10.3194 0.59711 10.3195 0.610506 10.3197 0.619695 10.3198 0.62133 10.32 0.621122 10.3201 0.626081 10.3203 0.631503 10.3205 0.626518 10.3206 0.611579 10.3208 0.600711 10.3209 0.600403 10.3211 0.598606 10.3212 0.580124 10.3214 0.547628 10.3216 0.518928 10.3217 0.507927 10.3219 0.512461 10.322 0.520815 10.3222 0.523299 10.3223 0.518306 10.3225 0.510431 10.3227 0.503593 10.3228 0.496401 10.323 0.484512 10.3231 0.470701 10.3233 0.465436 10.3234 0.478906 10.3236 0.510853 10.3237 0.551518 10.3239 0.589673 10.3241 0.618571 10.3242 0.638384 10.3244 0.652193 10.3245 0.661083 10.3247 0.661845 10.3248 0.652191 10.325 0.635084 10.3252 0.614888 10.3253 0.59306 10.3255 0.573634 10.3256 0.566755 10.3258 0.577372 10.3259 0.590736 10.3261 0.582818 10.3263 0.547886 10.3264 0.505708 10.3266 0.47569 10.3267 0.459692 10.3269 0.451948 10.327 0.457225 10.3272 0.484329 10.3274 0.529201 10.3275 0.576942 10.3277 0.616497 10.3278 0.644753 10.328 0.659513 10.3281 0.661074 10.3283 0.656275 10.3285 0.653481 10.3286 0.651038 10.3288 0.639917 10.3289 0.615568 10.3291 0.582386 10.3292 0.547292 10.3294 0.516561 10.3296 0.49624 10.3297 0.489447 10.3299 0.492521 10.33 0.500957 10.3302 0.51768 10.3303 0.547542 10.3305 0.584429 10.3306 0.612293 10.3308 0.619282 10.331 0.606032 10.3311 0.583136 10.3313 0.564738 10.3314 0.563365 10.3316 0.580211 10.3317 0.600688 10.3319 0.607664 10.3321 0.599135 10.3322 0.587092 10.3324 0.579214 10.3325 0.573087 10.3327 0.567992 10.3328 0.569805 10.333 0.579728 10.3332 0.588163 10.3333 0.585875 10.3335 0.574102 10.3336 0.556822 10.3338 0.532343 10.3339 0.502372 10.3341 0.480115 10.3343 0.479386 10.3344 0.495915 10.3346 0.510992 10.3347 0.514104 10.3349 0.51102 10.335 0.510242 10.3352 0.509763 10.3354 0.503334 10.3355 0.491899 10.3357 0.481251 10.3358 0.470368 10.336 0.452694 10.3361 0.428752 10.3363 0.409606 10.3365 0.404946 10.3366 0.411804 10.3368 0.422438 10.3369 0.437682 10.3371 0.464109 10.3372 0.498929 10.3374 0.527298 10.3375 0.539277 10.3377 0.540992 10.3379 0.541498 10.338 0.53804 10.3382 0.521014 10.3383 0.490963 10.3385 0.459088 10.3386 0.431049 10.3388 0.40216 10.339 0.369744 10.3391 0.34323 10.3393 0.335966 10.3394 0.352485 10.3396 0.387877 10.3397 0.434919 10.3399 0.486128 10.3401 0.532902 10.3402 0.568211 10.3404 0.590107 10.3405 0.600687 10.3407 0.601251 10.3408 0.591928 10.341 0.575188 10.3412 0.556007 10.3413 0.537962 10.3415 0.521196 10.3416 0.504531 10.3418 0.490524 10.3419 0.484666 10.3421 0.490644 10.3423 0.505549 10.3424 0.520969 10.3426 0.531172 10.3427 0.536152 10.3429 0.53798 10.343 0.534309 10.3432 0.520404 10.3433 0.494697 10.3435 0.46438 10.3437 0.444208 10.3438 0.450108 10.344 0.488716 10.3441 0.547869 10.3443 0.602006 10.3444 0.629928 10.3446 0.63001 10.3448 0.615921 10.3449 0.602297 10.3451 0.596184 10.3452 0.595778 10.3454 0.592608 10.3455 0.5786 10.3457 0.557534 10.3459 0.545535 10.346 0.550573 10.3462 0.557356 10.3463 0.544763 10.3465 0.515675 10.3466 0.495277 10.3468 0.495902 10.347 0.499197 10.3471 0.482804 10.3473 0.453452 10.3474 0.438212 10.3476 0.448238 10.3477 0.465309 10.3479 0.466851 10.3481 0.454437 10.3482 0.451233 10.3484 0.475293 10.3485 0.518645 10.3487 0.55512 10.3488 0.566249 10.349 0.558521 10.3492 0.55264 10.3493 0.559541 10.3495 0.570715 10.3496 0.573636 10.3498 0.568037 10.3499 0.56191 10.3501 0.559026 10.3502 0.556913 10.3504 0.554759 10.3506 0.556951 10.3507 0.566725 10.3509 0.580902 10.351 0.592921 10.3512 0.599635 10.3513 0.601931 10.3515 0.60125 10.3517 0.59517 10.3518 0.579632 10.352 0.556124 10.3521 0.532553 10.3523 0.515905 10.3524 0.504051 10.3526 0.491917 10.3528 0.482073 10.3529 0.483344 10.3531 0.496951 10.3532 0.51242 10.3534 0.518819 10.3535 0.514502 10.3537 0.50042 10.3539 0.475823 10.354 0.445458 10.3542 0.421922 10.3543 0.413818 10.3545 0.414946 10.3546 0.414774 10.3548 0.413846 10.355 0.419028 10.3551 0.429919 10.3553 0.441338 10.3554 0.455199 10.3556 0.476965 10.3557 0.500668 10.3559 0.51152 10.3561 0.50551 10.3562 0.494464 10.3564 0.488718 10.3565 0.487017 10.3567 0.487928 10.3568 0.497783 10.357 0.51729 10.3571 0.531034 10.3573 0.523592 10.3575 0.498546 10.3576 0.473687 10.3578 0.459917 10.3579 0.456539 10.3581 0.461745 10.3582 0.475781 10.3584 0.492156 10.3586 0.499548 10.3587 0.493745 10.3589 0.481922 10.359 0.472148 10.3592 0.464002 10.3593 0.453571 10.3595 0.439175 10.3597 0.420748 10.3598 0.398835 10.36 0.378029 10.3601 0.367115 10.3603 0.372148 10.3604 0.389771 10.3606 0.409842 10.3608 0.422304 10.3609 0.421766 10.3611 0.41269 10.3612 0.408507 10.3614 0.42003 10.3615 0.441068 10.3617 0.451961 10.3619 0.44342 10.362 0.430108 10.3622 0.434185 10.3623 0.461493 10.3625 0.499001 10.3626 0.532343 10.3628 0.554807 10.3629 0.562161 10.3631 0.551291 10.3633 0.52712 10.3634 0.501693 10.3636 0.483594 10.3637 0.47157 10.3639 0.462067 10.364 0.456605 10.3642 0.457749 10.3644 0.463512 10.3645 0.468929 10.3647 0.470422 10.3648 0.466149 10.365 0.455466 10.3651 0.441135 10.3653 0.42946 10.3655 0.423714 10.3656 0.421617 10.3658 0.422259 10.3659 0.428564 10.3661 0.441645 10.3662 0.456803 10.3664 0.468361 10.3666 0.476917 10.3667 0.4864 10.3669 0.498584 10.367 0.514119 10.3672 0.534073 10.3673 0.555854 10.3675 0.569861 10.3677 0.566239 10.3678 0.543165 10.368 0.507611 10.3681 0.470628 10.3683 0.444438 10.3684 0.437533 10.3686 0.447452 10.3688 0.463141 10.3689 0.478287 10.3691 0.495644 10.3692 0.513254 10.3694 0.516327 10.3695 0.494083 10.3697 0.460588 10.3698 0.443651 10.37 0.455976 10.3702 0.487479 10.3703 0.52411 10.3705 0.55965 10.3706 0.589866 10.3708 0.606939 10.3709 0.604285 10.3711 0.579252 10.3713 0.531587 10.3714 0.469836 10.3716 0.418096 10.3717 0.400063 10.3719 0.411585 10.372 0.424969 10.3722 0.42218 10.3724 0.412336 10.3725 0.410623 10.3727 0.417526 10.3728 0.429213 10.373 0.450193 10.3731 0.480952 10.3733 0.507509 10.3735 0.517917 10.3736 0.521285 10.3738 0.532697 10.3739 0.5496 10.3741 0.560249 10.3742 0.566901 10.3744 0.580644 10.3746 0.594579 10.3747 0.58554 10.3749 0.547151 10.375 0.50247 10.3752 0.478679 10.3753 0.478918 10.3755 0.487265 10.3757 0.488995 10.3758 0.478805 10.376 0.458728 10.3761 0.435814 10.3763 0.417975 10.3764 0.407285 10.3766 0.401468 10.3767 0.402983 10.3769 0.41832 10.3771 0.445027 10.3772 0.467873 10.3774 0.474465 10.3775 0.468591 10.3777 0.462951 10.3778 0.464469 10.378 0.470297 10.3782 0.47344 10.3783 0.467749 10.3785 0.450824 10.3786 0.427725 10.3788 0.407967 10.3789 0.396639 10.3791 0.391755 10.3793 0.391204 10.3794 0.398128 10.3796 0.413468 10.3797 0.431172 10.3799 0.442871 10.38 0.445737 10.3802 0.443766 10.3804 0.443279 10.3805 0.448914 10.3807 0.45857 10.3808 0.461738 10.381 0.448307 10.3811 0.422721 10.3813 0.402327 10.3815 0.399678 10.3816 0.410897 10.3818 0.42554 10.3819 0.440944 10.3821 0.461215 10.3822 0.486602 10.3824 0.511512 10.3825 0.528291 10.3827 0.532423 10.3829 0.52586 10.383 0.518416 10.3832 0.519011 10.3833 0.523882 10.3835 0.519986 10.3836 0.503388 10.3838 0.48455 10.384 0.471246 10.3841 0.457084 10.3843 0.437623 10.3844 0.426389 10.3846 0.439387 10.3847 0.470299 10.3849 0.49693 10.3851 0.508997 10.3852 0.514305 10.3854 0.518463 10.3855 0.51508 10.3857 0.50054 10.3858 0.483564 10.386 0.472964 10.3862 0.467809 10.3863 0.46699 10.3865 0.474224 10.3866 0.486949 10.3868 0.489274 10.3869 0.469739 10.3871 0.438114 10.3873 0.413583 10.3874 0.401914 10.3876 0.394162 10.3877 0.385188 10.3879 0.379848 10.388 0.381919 10.3882 0.3883 10.3884 0.396657 10.3885 0.409085 10.3887 0.424748 10.3888 0.435199 10.389 0.432694 10.3891 0.420058 10.3893 0.408426 10.3894 0.406657 10.3896 0.414806 10.3898 0.427441 10.3899 0.440947 10.3901 0.455693 10.3902 0.472468 10.3904 0.48692 10.3905 0.492525 10.3907 0.487314 10.3909 0.47484 10.391 0.456329 10.3912 0.430827 10.3913 0.406708 10.3915 0.402149 10.3916 0.424706 10.3918 0.455502 10.392 0.467366 10.3921 0.457779 10.3923 0.446796 10.3924 0.444983 10.3926 0.440104 10.3927 0.423034 10.3929 0.408165 10.3931 0.414392 10.3932 0.434705 10.3934 0.444476 10.3935 0.433045 10.3937 0.412711 10.3938 0.396525 10.394 0.383661 10.3942 0.369804 10.3943 0.357619 10.3945 0.351762 10.3946 0.350295 10.3948 0.349865 10.3949 0.351206 10.3951 0.355119 10.3953 0.360313 10.3954 0.366313 10.3956 0.376605 10.3957 0.391203 10.3959 0.405116 10.396 0.416119 10.3962 0.428922 10.3963 0.447177 10.3965 0.466701 10.3967 0.481492 10.3968 0.490949 10.397 0.49413 10.3971 0.484163 10.3973 0.458603 10.3974 0.432793 10.3976 0.429784 10.3978 0.456474 10.3979 0.497629 10.3981 0.53523 10.3982 0.564365 10.3984 0.586549 10.3985 0.596736 10.3987 0.586894 10.3989 0.558496 10.399 0.522468 10.3992 0.486611 10.3993 0.449819 10.3995 0.412071 10.3996 0.38261 10.3998 0.372643 10.4 0.381148 10.4001 0.395676 10.4003 0.408115 10.4004 0.422534 10.4006 0.443628 10.4007 0.462908 10.4009 0.465942 10.4011 0.452821 10.4012 0.439609 10.4014 0.439369 10.4015 0.449293 10.4017 0.459796 10.4018 0.465783 10.402 0.463963 10.4022 0.450725 10.4023 0.432403 10.4025 0.429395 10.4026 0.455147 10.4028 0.493101 10.4029 0.511014 10.4031 0.49906 10.4032 0.481293 10.4034 0.484313 10.4036 0.505233 10.4037 0.518607 10.4039 0.507939 10.404 0.480527 10.4042 0.456994 10.4043 0.452853 10.4045 0.469044 10.4047 0.492086 10.4048 0.503651 10.405 0.495005 10.4051 0.473348 10.4053 0.454716 10.4054 0.451714 10.4056 0.46565 10.4058 0.488519 10.4059 0.508209 10.4061 0.516613 10.4062 0.515499 10.4064 0.512902 10.4065 0.512218 10.4067 0.50805 10.4069 0.495483 10.407 0.480033 10.4072 0.472499 10.4073 0.474279 10.4075 0.474794 10.4076 0.463631 10.4078 0.44139 10.408 0.418981 10.4081 0.404023 10.4083 0.394736 10.4084 0.383335 10.4086 0.366453 10.4087 0.348328 10.4089 0.334822 10.409 0.325049 10.4092 0.314099 10.4094 0.301836 10.4095 0.297073 10.4097 0.309128 10.4098 0.337153 10.41 0.370954 10.4101 0.398931 10.4103 0.41428 10.4105 0.415344 10.4106 0.406441 10.4108 0.397825 10.4109 0.40195 10.4111 0.423888 10.4112 0.454828 10.4114 0.4773 10.4116 0.480874 10.4117 0.470458 10.4119 0.458556 10.412 0.452216 10.4122 0.452368 10.4123 0.463918 10.4125 0.49533 10.4127 0.542943 10.4128 0.585648 10.413 0.603584 10.4131 0.598648 10.4133 0.586243 10.4134 0.572881 10.4136 0.553025 10.4138 0.525139 10.4139 0.498474 10.4141 0.4803 10.4142 0.469582 10.4144 0.466676 10.4145 0.475759 10.4147 0.496066 10.4149 0.517434 10.415 0.532815 10.4152 0.541776 10.4153 0.540098 10.4155 0.516408 10.4156 0.472261 10.4158 0.432933 10.4159 0.425178 10.4161 0.450165 10.4163 0.488603 10.4164 0.526059 10.4166 0.558938 10.4167 0.579778 10.4169 0.575958 10.417 0.546851 10.4172 0.512251 10.4174 0.496052 10.4175 0.507141 10.4177 0.534878 10.4178 0.559145 10.418 0.565193 10.4181 0.555734 10.4183 0.547983 10.4185 0.55435 10.4186 0.566903 10.4188 0.569861 10.4189 0.560823 10.4191 0.549786 10.4192 0.539886 10.4194 0.524174 10.4196 0.502615 10.4197 0.489361 10.4199 0.495052 10.42 0.512789 10.4202 0.52774 10.4203 0.532651 10.4205 0.528455 10.4207 0.518206 10.4208 0.506662 10.421 0.499963 10.4211 0.499063 10.4213 0.49734 10.4214 0.489792 10.4216 0.479403 10.4218 0.471912 10.4219 0.468929 10.4221 0.470173 10.4222 0.475179 10.4224 0.48002 10.4225 0.480224 10.4227 0.479945 10.4228 0.48967 10.423 0.506546 10.4232 0.51028 10.4233 0.487266 10.4235 0.454811 10.4236 0.443989 10.4238 0.464117 10.4239 0.493288 10.4241 0.502719 10.4243 0.481941 10.4244 0.441671 10.4246 0.4066 10.4247 0.403306 10.4249 0.442022 10.425 0.501912 10.4252 0.544619 10.4254 0.549043 10.4255 0.530868 10.4257 0.523042 10.4258 0.539992 10.426 0.567069 10.4261 0.578803 10.4263 0.564117 10.4265 0.533406 10.4266 0.504581 10.4268 0.484627 10.4269 0.465068 10.4271 0.438269 10.4272 0.412405 10.4274 0.404755 10.4276 0.420945 10.4277 0.44873 10.4279 0.471863 10.428 0.485938 10.4282 0.496082 10.4283 0.507919 10.4285 0.524374 10.4286 0.546928 10.4288 0.572244 10.429 0.590113 10.4291 0.589466 10.4293 0.570529 10.4294 0.546268 10.4296 0.533354 10.4297 0.540213 10.4299 0.560955 10.4301 0.577933 10.4302 0.574103 10.4304 0.549176 10.4305 0.524533 10.4307 0.524384 10.4308 0.550625 10.431 0.578802 10.4312 0.581815 10.4313 0.556487 10.4315 0.524216 10.4316 0.503751 10.4318 0.493654 10.4319 0.480853 10.4321 0.462421 10.4323 0.447692 10.4324 0.443335 10.4326 0.44341 10.4327 0.439479 10.4329 0.432575 10.433 0.429812 10.4332 0.431786 10.4334 0.431265 10.4335 0.424571 10.4337 0.416346 10.4338 0.414051 10.434 0.420797 10.4341 0.43629 10.4343 0.45942 10.4345 0.484352 10.4346 0.501792 10.4348 0.505336 10.4349 0.497842 10.4351 0.486617 10.4352 0.474826 10.4354 0.462167 10.4355 0.451914 10.4357 0.452137 10.4359 0.466643 10.436 0.487387 10.4362 0.498335 10.4363 0.490086 10.4365 0.468315 10.4366 0.446483 10.4368 0.43293 10.437 0.429049 10.4371 0.438376 10.4373 0.466304 10.4374 0.506856 10.4376 0.539395 10.4377 0.548982 10.4379 0.545857 10.4381 0.550471 10.4382 0.560344 10.4384 0.550696 10.4385 0.510895 10.4387 0.463488 10.4388 0.436292 10.439 0.428095 10.4392 0.41989 10.4393 0.408199 10.4395 0.407077 10.4396 0.420516 10.4398 0.43554 10.4399 0.444645 10.4401 0.456959 10.4403 0.478181 10.4404 0.498014 10.4406 0.507356 10.4407 0.513658 10.4409 0.526672 10.441 0.53957 10.4412 0.540454 10.4414 0.533668 10.4415 0.533695 10.4417 0.53808 10.4418 0.526057 10.442 0.485648 10.4421 0.430226 10.4423 0.383191 10.4424 0.355959 10.4426 0.347227 10.4428 0.352259 10.4429 0.364405 10.4431 0.372439 10.4432 0.366845 10.4434 0.350631 10.4435 0.339206 10.4437 0.346894 10.4439 0.37437 10.444 0.407711 10.4442 0.430318 10.4443 0.437374 10.4445 0.436903 10.4446 0.439603 10.4448 0.448754 10.445 0.46365 10.4451 0.486096 10.4453 0.516225 10.4454 0.545462 10.4456 0.561431 10.4457 0.559201 10.4459 0.543167 10.4461 0.520136 10.4462 0.497801 10.4464 0.487861 10.4465 0.497506 10.4467 0.517427 10.4468 0.529716 10.447 0.530296 10.4472 0.531904 10.4473 0.54038 10.4475 0.543446 10.4476 0.530639 10.4478 0.510667 10.4479 0.497809 10.4481 0.491433 10.4483 0.482735 10.4484 0.475071 10.4486 0.479337 10.4487 0.492007 10.4489 0.494807 10.449 0.476363 10.4492 0.444936 10.4493 0.416388 10.4495 0.400243 10.4497 0.397053 10.4498 0.400403 10.45 0.401172 10.4501 0.399558 10.4503 0.408902 10.4504 0.441133 10.4506 0.48817 10.4508 0.528431 10.4509 0.55121 10.4511 0.562081 10.4512 0.566801 10.4514 0.565717 10.4515 0.564522 10.4517 0.571406 10.4519 0.579784 10.452 0.571549 10.4522 0.545799 10.4523 0.525246 10.4525 0.521639 10.4526 0.514961 10.4528 0.484671 10.453 0.446888 10.4531 0.437527 10.4533 0.462392 10.4534 0.489892 10.4536 0.4933 10.4537 0.479241 10.4539 0.468133 10.4541 0.462187 10.4542 0.447612 10.4544 0.417935 10.4545 0.383028 10.4547 0.355934 10.4548 0.340347 10.455 0.335093 10.4551 0.344705 10.4553 0.37716 10.4555 0.430057 10.4556 0.48381 10.4558 0.515586 10.4559 0.520444 10.4561 0.512691 10.4562 0.508055 10.4564 0.512901 10.4566 0.529132 10.4567 0.555803 10.4569 0.580679 10.457 0.584795 10.4572 0.565675 10.4573 0.542955 10.4575 0.531505 10.4577 0.522955 10.4578 0.506355 10.458 0.49347 10.4581 0.50171 10.4583 0.521833 10.4584 0.529194 10.4586 0.52272 10.4588 0.52591 10.4589 0.546957 10.4591 0.56451 10.4592 0.563504 10.4594 0.558405 10.4595 0.56572 10.4597 0.576268 10.4599 0.571701 10.46 0.555314 10.4602 0.545141 10.4603 0.54521 10.4605 0.54275 10.4606 0.528091 10.4608 0.500875 10.461 0.463013 10.4611 0.422468 10.4613 0.398966 10.4614 0.408291 10.4616 0.442021 10.4617 0.478496 10.4619 0.510927 10.462 0.545584 10.4622 0.575604 10.4624 0.57968 10.4625 0.554983 10.4627 0.532983 10.4628 0.544717 10.463 0.585014 10.4631 0.624336 10.4633 0.64443 10.4635 0.647173 10.4636 0.636467 10.4638 0.610999 10.4639 0.576947 10.4641 0.548883 10.4642 0.532453 10.4644 0.518362 10.4646 0.502195 10.4647 0.497781 10.4649 0.518896 10.465 0.55297 10.4652 0.568318 10.4653 0.548177 10.4655 0.509498 10.4657 0.482881 10.4658 0.48231 10.466 0.498233 10.4661 0.514139 10.4663 0.520681 10.4664 0.518517 10.4666 0.515938 10.4668 0.522986 10.4669 0.543127 10.4671 0.566435 10.4672 0.577962 10.4674 0.573068 10.4675 0.561954 10.4677 0.558137 10.4679 0.564016 10.468 0.569026 10.4682 0.559866 10.4683 0.532741 10.4685 0.49962 10.4686 0.47895 10.4688 0.476006 10.4689 0.474873 10.4691 0.455443 10.4693 0.418561 10.4694 0.386138 10.4696 0.374611 10.4697 0.37911 10.4699 0.386395 10.47 0.393441 10.4702 0.406727 10.4704 0.428164 10.4705 0.45429 10.4707 0.484495 10.4708 0.52167 10.471 0.562759 10.4711 0.596132 10.4713 0.610982 10.4715 0.606306 10.4716 0.588947 10.4718 0.565246 10.4719 0.536869 10.4721 0.503307 10.4722 0.469856 10.4724 0.448062 10.4726 0.44584 10.4727 0.45703 10.4729 0.466768 10.473 0.467427 10.4732 0.464447 10.4733 0.465913 10.4735 0.472243 10.4737 0.481184 10.4738 0.491828 10.474 0.499582 10.4741 0.495699 10.4743 0.479831 10.4744 0.469458 10.4746 0.481282 10.4747 0.508676 10.4749 0.524823 10.4751 0.510736 10.4752 0.469325 10.4754 0.416482 10.4755 0.366964 10.4757 0.332433 10.4758 0.319916 10.476 0.328297 10.4762 0.350708 10.4763 0.381785 10.4765 0.42056 10.4766 0.46304 10.4768 0.501136 10.4769 0.52961 10.4771 0.5496 10.4773 0.562003 10.4774 0.56051 10.4776 0.536713 10.4777 0.491407 10.4779 0.439471 10.478 0.402349 10.4782 0.393952 10.4784 0.410198 10.4785 0.435105 10.4787 0.456811 10.4788 0.474337 10.479 0.487727 10.4791 0.489159 10.4793 0.472741 10.4795 0.448555 10.4796 0.436552 10.4798 0.448342 10.4799 0.47891 10.4801 0.514509 10.4802 0.540292 10.4804 0.543001 10.4806 0.520619 10.4807 0.489537 10.4809 0.474043 10.481 0.484626 10.4812 0.511485 10.4813 0.538413 10.4815 0.554896 10.4816 0.557799 10.4818 0.551817 10.482 0.550851 10.4821 0.566562 10.4823 0.594397 10.4824 0.616226 10.4826 0.620364 10.4827 0.611215 10.4829 0.598735 10.4831 0.589303 10.4832 0.585758 10.4834 0.585889 10.4835 0.580711 10.4837 0.566655 10.4838 0.558627 10.484 0.575307 10.4842 0.607079 10.4843 0.619096 10.4845 0.594563 10.4846 0.556982 10.4848 0.538164 10.4849 0.538905 10.4851 0.536848 10.4853 0.520189 10.4854 0.494023 10.4856 0.46384 10.4857 0.432617 10.4859 0.407988 10.486 0.396215 10.4862 0.391935 10.4864 0.388506 10.4865 0.394093 10.4867 0.421416 10.4868 0.46345 10.487 0.497638 10.4871 0.513668 10.4873 0.522501 10.4875 0.536005 10.4876 0.552892 10.4878 0.56804 10.4879 0.579601 10.4881 0.584687 10.4882 0.581855 10.4884 0.580505 10.4885 0.594387 10.4887 0.618593 10.4889 0.628303 10.489 0.606018 10.4892 0.562536 10.4893 0.521465 10.4895 0.494912 10.4896 0.480647 10.4898 0.475816 10.49 0.480109 10.4901 0.490344 10.4903 0.500098 10.4904 0.502921 10.4906 0.493873 10.4907 0.471378 10.4909 0.44169 10.4911 0.416346 10.4912 0.402196 10.4914 0.3979 10.4915 0.402397 10.4917 0.420049 10.4918 0.449715 10.492 0.479282 10.4922 0.493736 10.4923 0.488887 10.4925 0.472374 10.4926 0.453982 10.4928 0.442634 10.4929 0.443263 10.4931 0.453926 10.4933 0.465089 10.4934 0.46863 10.4936 0.466772 10.4937 0.468352 10.4939 0.477396 10.494 0.489707 10.4942 0.498181 10.4944 0.500511 10.4945 0.501925 10.4947 0.508902 10.4948 0.518854 10.495 0.518871 10.4951 0.49801 10.4953 0.464236 10.4954 0.438427 10.4956 0.432982 10.4958 0.444231 10.4959 0.465091 10.4961 0.494452 10.4962 0.527831 10.4964 0.547117 10.4965 0.53448 10.4967 0.493621 10.4969 0.449498 10.497 0.427484 10.4972 0.434021 10.4973 0.453638 10.4975 0.464338 10.4976 0.456489 10.4978 0.442951 10.498 0.444461 10.4981 0.464306 10.4983 0.484112 10.4984 0.487835 10.4986 0.481424 10.4987 0.481759 10.4989 0.493531 10.4991 0.507052 10.4992 0.514859 10.4994 0.520784 10.4995 0.534341 10.4997 0.561535 10.4998 0.59911 10.5 0.63187 10.5002 0.64115 10.5003 0.624419 10.5005 0.599601 10.5006 0.583447 10.5008 0.571171 10.5009 0.54856 10.5011 0.518726 10.5012 0.501068 10.5014 0.505232 10.5016 0.520695 10.5017 0.533944 10.5019 0.542572 10.502 0.547379 10.5022 0.542811 10.5023 0.523469 10.5025 0.491943 10.5027 0.455776 10.5028 0.42297 10.503 0.402982 10.5031 0.403444 10.5033 0.420042 10.5034 0.439503 10.5036 0.456531 10.5038 0.47763 10.5039 0.502322 10.5041 0.514948 10.5042 0.50682 10.5044 0.494111 10.5045 0.496269 10.5047 0.5047 10.5049 0.494316 10.505 0.462669 10.5052 0.437077 10.5053 0.436835 10.5055 0.447656 10.5056 0.446424 10.5058 0.434005 10.506 0.430105 10.5061 0.443407 10.5063 0.463128 10.5064 0.475484 10.5066 0.473892 10.5067 0.456209 10.5069 0.427672 10.5071 0.406345 10.5072 0.409703 10.5074 0.432068 10.5075 0.448022 10.5077 0.445292 10.5078 0.439081 10.508 0.44611 10.5081 0.458947 10.5083 0.459272 10.5085 0.447757 10.5086 0.441834 10.5088 0.450495 10.5089 0.466047 10.5091 0.482289 10.5092 0.502107 10.5094 0.524157 10.5096 0.537609 10.5097 0.534712 10.5099 0.521947 10.51 0.509585 10.5102 0.501416 10.5103 0.497292 10.5105 0.497579 10.5107 0.50004 10.5108 0.499579 10.511 0.497581 10.5111 0.499931 10.5113 0.50208 10.5114 0.486242 10.5116 0.445016 10.5118 0.399068 10.5119 0.37791 10.5121 0.387144 10.5122 0.406739 10.5124 0.418776 10.5125 0.424959 10.5127 0.434562 10.5129 0.448716 10.513 0.459072 10.5132 0.457437 10.5133 0.445058 10.5135 0.43431 10.5136 0.439456 10.5138 0.462267 10.514 0.487364 10.5141 0.496579 10.5143 0.483542 10.5144 0.453183 10.5146 0.416068 10.5147 0.387453 10.5149 0.383064 10.515 0.400662 10.5152 0.415246 10.5154 0.405902 10.5155 0.383851 10.5157 0.378804 10.5158 0.399409 10.516 0.426009 10.5161 0.442741 10.5163 0.457267 10.5165 0.480346 10.5166 0.504633 10.5168 0.516972 10.5169 0.519489 10.5171 0.526588 10.5172 0.544659 10.5174 0.567849 10.5176 0.586602 10.5177 0.594199 10.5179 0.590133 10.518 0.584298 10.5182 0.591734 10.5183 0.614769 10.5185 0.635815 10.5187 0.635954 10.5188 0.615527 10.519 0.587462 10.5191 0.558089 10.5193 0.526271 10.5194 0.4983 10.5196 0.488865 10.5198 0.503252 10.5199 0.528695 10.5201 0.545424 10.5202 0.541086 10.5204 0.516786 10.5205 0.485735 10.5207 0.467084 10.5208 0.471499 10.521 0.488708 10.5212 0.498694 10.5213 0.496773 10.5215 0.498726 10.5216 0.518804 10.5218 0.551453 10.5219 0.580136 10.5221 0.595911 10.5223 0.597905 10.5224 0.585392 10.5226 0.559557 10.5227 0.530739 10.5229 0.511886 10.523 0.504143 10.5232 0.499055 10.5234 0.496243 10.5235 0.50622 10.5237 0.530718 10.5238 0.552189 10.524 0.551435 10.5241 0.530605 10.5243 0.506725 10.5245 0.488872 10.5246 0.4755 10.5248 0.469013 10.5249 0.477975 10.5251 0.498233 10.5252 0.509122 10.5254 0.497151 10.5256 0.47416 10.5257 0.463506 10.5259 0.474127 10.526 0.499103 10.5262 0.531515 10.5263 0.569359 10.5265 0.606175 10.5267 0.631502 10.5268 0.642285 10.527 0.645183 10.5271 0.645773 10.5273 0.643251 10.5274 0.636982 10.5276 0.629024 10.5277 0.618337 10.5279 0.600918 10.5281 0.578697 10.5282 0.561533 10.5284 0.556193 10.5285 0.558949 10.5287 0.560562 10.5288 0.555528 10.529 0.543383 10.5292 0.529733 10.5293 0.523146 10.5295 0.526006 10.5296 0.5277 10.5298 0.514446 10.5299 0.487659 10.5301 0.461759 10.5303 0.444908 10.5304 0.431401 10.5306 0.41523 10.5307 0.400454 10.5309 0.39017 10.531 0.37849 10.5312 0.362895 10.5314 0.355801 10.5315 0.37258 10.5317 0.410622 10.5318 0.450151 10.532 0.472484 10.5321 0.475119 10.5323 0.470033 10.5325 0.473434 10.5326 0.492109 10.5328 0.51684 10.5329 0.5336 10.5331 0.541322 10.5332 0.548127 10.5334 0.550334 10.5336 0.53139 10.5337 0.490078 10.5339 0.453941 10.534 0.448045 10.5342 0.464008 10.5343 0.47574 10.5345 0.476789 10.5346 0.48079 10.5348 0.493243 10.535 0.503913 10.5351 0.507626 10.5353 0.511359 10.5354 0.516218 10.5356 0.511575 10.5357 0.496076 10.5359 0.488887 10.5361 0.509168 10.5362 0.551663 10.5364 0.591626 10.5365 0.608502 10.5367 0.599401 10.5368 0.57751 10.537 0.560005 10.5372 0.553055 10.5373 0.5485 10.5375 0.538325 10.5376 0.530413 10.5378 0.537624 10.5379 0.555229 10.5381 0.564492 10.5383 0.560956 10.5384 0.561837 10.5386 0.576415 10.5387 0.586931 10.5389 0.57069 10.539 0.530255 10.5392 0.489752 10.5394 0.466102 10.5395 0.458493 10.5397 0.459065 10.5398 0.461364 10.54 0.457942 10.5401 0.444145 10.5403 0.425054 10.5405 0.411282 10.5406 0.406504 10.5408 0.405014 10.5409 0.403053 10.5411 0.405723 10.5412 0.420115 10.5414 0.44672 10.5415 0.478285 10.5417 0.504936 10.5419 0.522445 10.542 0.534412 10.5422 0.546902 10.5423 0.557196 10.5425 0.554147 10.5426 0.532685 10.5428 0.503071 10.543 0.482316 10.5431 0.479345 10.5433 0.489915 10.5434 0.50568 10.5436 0.519436 10.5437 0.527829 10.5439 0.532906 10.5441 0.538895 10.5442 0.545868 10.5444 0.54727 10.5445 0.538662 10.5447 0.525844 10.5448 0.518073 10.545 0.517887 10.5452 0.521924 10.5453 0.526761 10.5455 0.529371 10.5456 0.526533 10.5458 0.51704 10.5459 0.504636 10.5461 0.492438 10.5463 0.477989 10.5464 0.461352 10.5466 0.4526 10.5467 0.460757 10.5469 0.479801 10.547 0.493594 10.5472 0.495505 10.5473 0.493686 10.5475 0.495459 10.5477 0.500879 10.5478 0.509603 10.548 0.527891 10.5481 0.555633 10.5483 0.579536 10.5484 0.587232 10.5486 0.584181 10.5488 0.585886 10.5489 0.598074 10.5491 0.610062 10.5492 0.609274 10.5494 0.588857 10.5495 0.546362 10.5497 0.484533 10.5499 0.417808 10.55 0.367999 10.5502 0.345602 10.5503 0.3396 10.5505 0.333652 10.5506 0.327537 10.5508 0.334527 10.551 0.36057 10.5511 0.394624 10.5513 0.422143 10.5514 0.437885 10.5516 0.442336 10.5517 0.434766 10.5519 0.418212 10.5521 0.404497 10.5522 0.405252 10.5524 0.417393 10.5525 0.427596 10.5527 0.428392 10.5528 0.421408 10.553 0.408424 10.5532 0.387612 10.5533 0.363692 10.5535 0.349729 10.5536 0.353709 10.5538 0.369184 10.5539 0.385045 10.5541 0.396095 10.5542 0.4007 10.5544 0.395909 10.5546 0.383385 10.5547 0.376134 10.5549 0.385912 10.555 0.408779 10.5552 0.430504 10.5553 0.44462 10.5555 0.457397 10.5557 0.471706 10.5558 0.479562 10.556 0.472366 10.5561 0.452401 10.5563 0.428932 10.5564 0.40729 10.5566 0.387988 10.5568 0.374987 10.5569 0.374783 10.5571 0.38788 10.5572 0.40388 10.5574 0.413977 10.5575 0.41931 10.5577 0.426971 10.5579 0.437005 10.558 0.443621 10.5582 0.448199 10.5583 0.460784 10.5585 0.481238 10.5586 0.489931 10.5588 0.468189 10.559 0.427523 10.5591 0.401659 10.5593 0.408356 10.5594 0.4285 10.5596 0.431444 10.5597 0.412861 10.5599 0.396119 10.5601 0.401888 10.5602 0.427883 10.5604 0.457478 10.5605 0.479433 10.5607 0.494295 10.5608 0.508224 10.561 0.522869 10.5611 0.534496 10.5613 0.541347 10.5615 0.548646 10.5616 0.560461 10.5618 0.569564 10.5619 0.56345 10.5621 0.54116 10.5622 0.515822 10.5624 0.49407 10.5626 0.467403 10.5627 0.428702 10.5629 0.391369 10.563 0.376349 10.5632 0.385635 10.5633 0.400492 10.5635 0.404101 10.5637 0.39419 10.5638 0.37676 10.564 0.361334 10.5641 0.361076 10.5643 0.386142 10.5644 0.429823 10.5646 0.472528 10.5648 0.502607 10.5649 0.521672 10.5651 0.530306 10.5652 0.518909 10.5654 0.484105 10.5655 0.444654 10.5657 0.427018 10.5659 0.437202 10.566 0.456764 10.5662 0.465249 10.5663 0.460854 10.5665 0.45751 10.5666 0.462766 10.5668 0.468334 10.5669 0.461098 10.5671 0.443199 10.5673 0.432084 10.5674 0.440401 10.5676 0.462027 10.5677 0.4821 10.5679 0.493982 10.568 0.49983 10.5682 0.50062 10.5684 0.495884 10.5685 0.491825 10.5687 0.497907 10.5688 0.513747 10.569 0.532464 10.5691 0.552748 10.5693 0.580533 10.5695 0.610344 10.5696 0.624712 10.5698 0.614826 10.5699 0.590812 10.5701 0.567529 10.5702 0.54609 10.5704 0.52212 10.5706 0.501163 10.5707 0.495112 10.5709 0.504167 10.571 0.513034 10.5712 0.506021 10.5713 0.483193 10.5715 0.459615 10.5717 0.45214 10.5718 0.463119 10.572 0.47781 10.5721 0.478417 10.5723 0.46318 10.5724 0.44469 10.5726 0.433518 10.5728 0.431602 10.5729 0.440341 10.5731 0.464523 10.5732 0.499691 10.5734 0.526862 10.5735 0.529389 10.5737 0.509727 10.5738 0.48344 10.574 0.463749 10.5742 0.454727 10.5743 0.454845 10.5745 0.45706 10.5746 0.45199 10.5748 0.43968 10.5749 0.433009 10.5751 0.442922 10.5753 0.464733 10.5754 0.483403 10.5756 0.490285 10.5757 0.485912 10.5759 0.474116 10.576 0.461426 10.5762 0.454308 10.5764 0.453021 10.5765 0.449256 10.5767 0.439676 10.5768 0.434796 10.577 0.447842 10.5771 0.478383 10.5773 0.513122 10.5775 0.539914 10.5776 0.550795 10.5778 0.540798 10.5779 0.513646 10.5781 0.487099 10.5782 0.478529 10.5784 0.488143 10.5786 0.504137 10.5787 0.518379 10.5789 0.530017 10.579 0.536828 10.5792 0.536549 10.5793 0.53248 10.5795 0.525851 10.5797 0.508738 10.5798 0.478198 10.58 0.45074 10.5801 0.446412 10.5803 0.460011 10.5804 0.468029 10.5806 0.464046 10.5807 0.465763 10.5809 0.485089 10.5811 0.510665 10.5812 0.528069 10.5814 0.537852 10.5815 0.543502 10.5817 0.53687 10.5818 0.509796 10.582 0.4693 10.5822 0.429725 10.5823 0.397632 10.5825 0.372573 10.5826 0.355635 10.5828 0.34613 10.5829 0.339888 10.5831 0.340452 10.5833 0.360711 10.5834 0.402459 10.5836 0.443947 10.5837 0.45955 10.5839 0.448609 10.584 0.431552 10.5842 0.422796 10.5844 0.419789 10.5845 0.415142 10.5847 0.407976 10.5848 0.403689 10.585 0.409071 10.5851 0.429256 10.5853 0.460126 10.5855 0.486969 10.5856 0.498185 10.5858 0.496627 10.5859 0.495396 10.5861 0.503513 10.5862 0.521484 10.5864 0.546218 10.5866 0.571509 10.5867 0.58894 10.5869 0.596067 10.587 0.599539 10.5872 0.603748 10.5873 0.601257 10.5875 0.58315 10.5876 0.553436 10.5878 0.523941 10.588 0.500082 10.5881 0.482972 10.5883 0.47722 10.5884 0.485098 10.5886 0.495217 10.5887 0.49291 10.5889 0.480486 10.5891 0.47324 10.5892 0.475295 10.5894 0.475345 10.5895 0.466908 10.5897 0.456942 10.5898 0.451693 10.59 0.446637 10.5902 0.441765 10.5903 0.447645 10.5905 0.468553 10.5906 0.491028 10.5908 0.500493 10.5909 0.499582 10.5911 0.49957 10.5913 0.500669 10.5914 0.498837 10.5916 0.501105 10.5917 0.516396 10.5919 0.535092 10.592 0.536003 10.5922 0.518614 10.5924 0.508213 10.5925 0.521516 10.5927 0.542639 10.5928 0.547204 10.593 0.537468 10.5931 0.538189 10.5933 0.557793 10.5934 0.57576 10.5936 0.572831 10.5938 0.558608 10.5939 0.557673 10.5941 0.577216 10.5942 0.600209 10.5944 0.607509 10.5945 0.593298 10.5947 0.561258 10.5949 0.519713 10.595 0.483058 10.5952 0.467606 10.5953 0.475631 10.5955 0.491155 10.5956 0.497385 10.5958 0.492192 10.596 0.483332 10.5961 0.476024 10.5963 0.471305 10.5964 0.472763 10.5966 0.483736 10.5967 0.49872 10.5969 0.507812 10.5971 0.506234 10.5972 0.496518 10.5974 0.483157 10.5975 0.471268 10.5977 0.468335 10.5978 0.477555 10.598 0.489414 10.5982 0.488956 10.5983 0.471058 10.5985 0.445242 10.5986 0.426097 10.5988 0.421273 10.5989 0.427796 10.5991 0.434619 10.5993 0.430601 10.5994 0.41846 10.5996 0.413657 10.5997 0.424397 10.5999 0.437837 10.6 0.437519 10.6002 0.431445 10.6003 0.444644 10.6005 0.484932 10.6007 0.530354 10.6008 0.557053 10.601 0.565764 10.6011 0.572928 10.6013 0.586291 10.6014 0.600686 10.6016 0.611165 10.6018 0.616169 10.6019 0.613015 10.6021 0.596374 10.6022 0.564338 10.6024 0.522587 10.6025 0.482635 10.6027 0.457811 10.6029 0.454408 10.603 0.465298 10.6032 0.475307 10.6033 0.474497 10.6035 0.461258 10.6036 0.43742 10.6038 0.40911 10.604 0.39273 10.6041 0.405155 10.6043 0.442194 10.6044 0.479294 10.6046 0.498326 10.6047 0.504479 10.6049 0.510075 10.6051 0.514128 10.6052 0.511507 10.6054 0.508947 10.6055 0.517132 10.6057 0.531331 10.6058 0.535022 10.606 0.521073 10.6062 0.498422 10.6063 0.4783 10.6065 0.465724 10.6066 0.462949 10.6068 0.469195 10.6069 0.478787 10.6071 0.487966 10.6072 0.500813 10.6074 0.521654 10.6076 0.540585 10.6077 0.540737 10.6079 0.520498 10.608 0.496221 10.6082 0.483598 10.6083 0.485 10.6085 0.496829 10.6087 0.518298 10.6088 0.546008 10.609 0.571703 10.6091 0.590567 10.6093 0.606398 10.6094 0.623247 10.6096 0.63855 10.6098 0.646496 10.6099 0.645544 10.6101 0.636169 10.6102 0.616765 10.6104 0.585746 10.6105 0.544196 10.6107 0.497183 10.6109 0.454086 10.611 0.429071 10.6112 0.430618 10.6113 0.449279 10.6115 0.461941 10.6116 0.45414 10.6118 0.432008 10.612 0.411364 10.6121 0.399077 10.6123 0.391797 10.6124 0.389142 10.6126 0.396768 10.6127 0.416727 10.6129 0.440174 10.613 0.455225 10.6132 0.461935 10.6134 0.473454 10.6135 0.499403 10.6137 0.530538 10.6138 0.54813 10.614 0.548492 10.6141 0.54896 10.6143 0.561878 10.6145 0.574958 10.6146 0.568258 10.6148 0.543888 10.6149 0.523485 10.6151 0.51888 10.6152 0.521968 10.6154 0.524506 10.6156 0.531897 10.6157 0.548798 10.6159 0.566061 10.616 0.572757 10.6162 0.570126 10.6163 0.565147 10.6165 0.556948 10.6167 0.542114 10.6168 0.52568 10.617 0.516119 10.6171 0.513084 10.6173 0.509036 10.6174 0.500901 10.6176 0.489907 10.6178 0.474698 10.6179 0.454209 10.6181 0.437719 10.6182 0.441283 10.6184 0.470622 10.6185 0.512499 10.6187 0.545063 10.6189 0.554693 10.619 0.542983 10.6192 0.522631 10.6193 0.505615 10.6195 0.495485 10.6196 0.49227 10.6198 0.501729 10.6199 0.532528 10.6201 0.579529 10.6203 0.618159 10.6204 0.625955 10.6206 0.605058 10.6207 0.57733 10.6209 0.558399 10.621 0.547583 10.6212 0.538751 10.6214 0.530584 10.6215 0.523054 10.6217 0.51193 10.6218 0.490755 10.622 0.458186 10.6221 0.4217 10.6223 0.396454 10.6225 0.395306 10.6226 0.414796 10.6228 0.435878 10.6229 0.443076 10.6231 0.439978 10.6232 0.438657 10.6234 0.442057 10.6236 0.446767 10.6237 0.458961 10.6239 0.489928 10.624 0.5351 10.6242 0.57259 10.6243 0.585914 10.6245 0.579022 10.6247 0.563732 10.6248 0.545857 10.625 0.528739 10.6251 0.519107 10.6253 0.519556 10.6254 0.523811 10.6256 0.524673 10.6258 0.521478 10.6259 0.513542 10.6261 0.494782 10.6262 0.46479 10.6264 0.437209 10.6265 0.426097 10.6267 0.430025 10.6268 0.435082 10.627 0.433028 10.6272 0.425741 10.6273 0.416759 10.6275 0.408308 10.6276 0.402732 10.6278 0.401229 10.6279 0.401297 10.6281 0.401061 10.6283 0.40322 10.6284 0.409936 10.6286 0.416431 10.6287 0.421699 10.6289 0.433462 10.629 0.455911 10.6292 0.477706 10.6294 0.486895 10.6295 0.494799 10.6297 0.523552 10.6298 0.568294 10.63 0.593551 10.6301 0.57431 10.6303 0.527503 10.6305 0.490263 10.6306 0.478379 10.6308 0.47994 10.6309 0.479583 10.6311 0.473262 10.6312 0.464627 10.6314 0.458041 10.6316 0.458931 10.6317 0.469806 10.6319 0.483396 10.632 0.489869 10.6322 0.486785 10.6323 0.478523 10.6325 0.468014 10.6327 0.45822 10.6328 0.459461 10.633 0.481989 10.6331 0.519019 10.6333 0.549987 10.6334 0.562141 10.6336 0.562739 10.6337 0.565383 10.6339 0.572782 10.6341 0.578699 10.6342 0.582022 10.6344 0.586642 10.6345 0.591244 10.6347 0.585144 10.6348 0.557093 10.635 0.506866 10.6352 0.449574 10.6353 0.408646 10.6355 0.401611 10.6356 0.427524 10.6358 0.468819 10.6359 0.504961 10.6361 0.525188 10.6363 0.529648 10.6364 0.522924 10.6366 0.510442 10.6367 0.496846 10.6369 0.483133 10.637 0.466943 10.6372 0.44763 10.6374 0.429672 10.6375 0.420616 10.6377 0.427242 10.6378 0.45162 10.638 0.487548 10.6381 0.519179 10.6383 0.529411 10.6385 0.513021 10.6386 0.480463 10.6388 0.446923 10.6389 0.420269 10.6391 0.402238 10.6392 0.395047 10.6394 0.40108 10.6395 0.418045 10.6397 0.438374 10.6399 0.45263 10.64 0.453224 10.6402 0.440348 10.6403 0.426088 10.6405 0.427578 10.6406 0.449623 10.6408 0.476853 10.641 0.488525 10.6411 0.478142 10.6413 0.454513 10.6414 0.428723 10.6416 0.409057 10.6417 0.406034 10.6419 0.42949 10.6421 0.476429 10.6422 0.527761 10.6424 0.561948 10.6425 0.570964 10.6427 0.56163 10.6428 0.546479 10.643 0.533432 10.6432 0.521304 10.6433 0.505005 10.6435 0.484909 10.6436 0.470786 10.6438 0.470933 10.6439 0.4808 10.6441 0.487451 10.6443 0.485144 10.6444 0.479565 10.6446 0.477461 10.6447 0.478817 10.6449 0.481733 10.645 0.4861 10.6452 0.491316 10.6454 0.495972 10.6455 0.500522 10.6457 0.507827 10.6458 0.516679 10.646 0.521411 10.6461 0.520023 10.6463 0.518495 10.6464 0.524427 10.6466 0.538423 10.6468 0.557272 10.6469 0.578399 10.6471 0.600604 10.6472 0.621428 10.6474 0.637597 10.6475 0.643423 10.6477 0.631028 10.6479 0.598282 10.648 0.558958 10.6482 0.535937 10.6483 0.538683 10.6485 0.555214 10.6486 0.567314 10.6488 0.570613 10.649 0.570392 10.6491 0.566404 10.6493 0.553943 10.6494 0.535313 10.6496 0.521243 10.6497 0.516141 10.6499 0.511276 10.6501 0.496175 10.6502 0.473687 10.6504 0.458725 10.6505 0.461256 10.6507 0.473408 10.6508 0.478228 10.651 0.469962 10.6512 0.463013 10.6513 0.474413 10.6515 0.499574 10.6516 0.514121 10.6518 0.499826 10.6519 0.463733 10.6521 0.427424 10.6523 0.406541 10.6524 0.404084 10.6526 0.415702 10.6527 0.433605 10.6529 0.449578 10.653 0.458849 10.6532 0.461847 10.6533 0.458509 10.6535 0.447418 10.6537 0.430648 10.6538 0.414825 10.654 0.401134 10.6541 0.385066 10.6543 0.370514 10.6544 0.373073 10.6546 0.399087 10.6548 0.428737 10.6549 0.435901 10.6551 0.420014 10.6552 0.406008 10.6554 0.413595 10.6555 0.438688 10.6557 0.467148 10.6559 0.492569 10.656 0.515241 10.6562 0.535109 10.6563 0.552193 10.6565 0.568998 10.6566 0.588557 10.6568 0.611506 10.657 0.634232 10.6571 0.647315 10.6573 0.639136 10.6574 0.60904 10.6576 0.574438 10.6577 0.556526 10.6579 0.558468 10.6581 0.568646 10.6582 0.580563 10.6584 0.597089 10.6585 0.614431 10.6587 0.616165 10.6588 0.593782 10.659 0.561678 10.6591 0.541805 10.6593 0.542251 10.6595 0.555298 10.6596 0.572682 10.6598 0.590783 10.6599 0.605009 10.6601 0.608189 10.6602 0.597887 10.6604 0.578499 10.6606 0.558193 10.6607 0.541422 10.6609 0.526132 10.661 0.506714 10.6612 0.483847 10.6613 0.469875 10.6615 0.47681 10.6617 0.500014 10.6618 0.521228 10.662 0.52976 10.6621 0.533414 10.6623 0.544975 10.6624 0.564412 10.6626 0.581045 10.6628 0.584329 10.6629 0.569473 10.6631 0.539136 10.6632 0.50543 10.6634 0.483214 10.6635 0.475742 10.6637 0.472302 10.6639 0.465534 10.664 0.463322 10.6642 0.474749 10.6643 0.492626 10.6645 0.500236 10.6646 0.492982 10.6648 0.48299 10.665 0.484524 10.6651 0.500871 10.6653 0.524873 10.6654 0.543489 10.6656 0.544467 10.6657 0.528277 10.6659 0.509958 10.666 0.50221 10.6662 0.498947 10.6664 0.484897 10.6665 0.459489 10.6667 0.438564 10.6668 0.432851 10.667 0.436253 10.6671 0.43915 10.6673 0.440047 10.6675 0.439827 10.6676 0.432831 10.6678 0.414334 10.6679 0.389725 10.6681 0.369958 10.6682 0.362321 10.6684 0.371834 10.6686 0.403494 10.6687 0.45311 10.6689 0.500739 10.669 0.524852 10.6692 0.523987 10.6693 0.515294 10.6695 0.510183 10.6697 0.503723 10.6698 0.491325 10.67 0.484596 10.6701 0.498759 10.6703 0.528543 10.6704 0.550427 10.6706 0.548456 10.6708 0.528572 10.6709 0.505098 10.6711 0.484901 10.6712 0.471727 10.6714 0.47277 10.6715 0.488258 10.6717 0.500398 10.6719 0.488918 10.672 0.45934 10.6722 0.442735 10.6723 0.459201 10.6725 0.493488 10.6726 0.512281 10.6728 0.500758 10.6729 0.473246 10.6731 0.449513 10.6733 0.433447 10.6734 0.416136 10.6736 0.394366 10.6737 0.378543 10.6739 0.380965 10.674 0.39877 10.6742 0.415281 10.6744 0.418562 10.6745 0.414891 10.6747 0.417307 10.6748 0.423854 10.675 0.418861 10.6751 0.394167 10.6753 0.359282 10.6755 0.328143 10.6756 0.306209 10.6758 0.296773 10.6759 0.306415 10.6761 0.33306 10.6762 0.358741 10.6764 0.367183 10.6766 0.363451 10.6767 0.364814 10.6769 0.376277 10.677 0.387958 10.6772 0.394341 10.6773 0.401345 10.6775 0.412846 10.6777 0.422155 10.6778 0.422434 10.678 0.418424 10.6781 0.421011 10.6783 0.435274 10.6784 0.455986 10.6786 0.470615 10.6788 0.468039 10.6789 0.449595 10.6791 0.431257 10.6792 0.428581 10.6794 0.438641 10.6795 0.445105 10.6797 0.441764 10.6798 0.439416 10.68 0.448625 10.6802 0.463708 10.6803 0.471448 10.6805 0.468289 10.6806 0.460528 10.6808 0.451878 10.6809 0.43842 10.6811 0.41594 10.6813 0.388726 10.6814 0.368309 10.6816 0.362245 10.6817 0.365794 10.6819 0.36624 10.682 0.359057 10.6822 0.356798 10.6824 0.377676 10.6825 0.425902 10.6827 0.487643 10.6828 0.543557 10.683 0.580487 10.6831 0.592742 10.6833 0.584546 10.6835 0.570325 10.6836 0.564553 10.6838 0.566479 10.6839 0.563263 10.6841 0.549326 10.6842 0.534746 10.6844 0.530947 10.6846 0.537084 10.6847 0.546105 10.6849 0.553603 10.685 0.554692 10.6852 0.540109 10.6853 0.506422 10.6855 0.467057 10.6856 0.443367 10.6858 0.447255 10.686 0.475581 10.6861 0.517787 10.6863 0.561131 10.6864 0.592225 10.6866 0.6005 10.6867 0.584114 10.6869 0.551296 10.6871 0.518092 10.6872 0.503839 10.6874 0.519228 10.6875 0.552305 10.6877 0.574807 10.6878 0.567846 10.688 0.538665 10.6882 0.503981 10.6883 0.468622 10.6885 0.431691 10.6886 0.405368 10.6888 0.409341 10.6889 0.443837 10.6891 0.483016 10.6893 0.500879 10.6894 0.493711 10.6896 0.474361 10.6897 0.455719 10.6899 0.444268 10.69 0.442845 10.6902 0.449273 10.6904 0.456055 10.6905 0.456244 10.6907 0.448439 10.6908 0.434353 10.691 0.417831 10.6911 0.406484 10.6913 0.408016 10.6915 0.420317 10.6916 0.429438 10.6918 0.42348 10.6919 0.40561 10.6921 0.390294 10.6922 0.392584 10.6924 0.420505 10.6925 0.471718 10.6927 0.532338 10.6929 0.583183 10.693 0.614426 10.6932 0.630203 10.6933 0.637533 10.6935 0.636424 10.6936 0.624879 10.6938 0.607164 10.694 0.589806 10.6941 0.572979 10.6943 0.555817 10.6944 0.543425 10.6946 0.538849 10.6947 0.53335 10.6949 0.514259 10.6951 0.484063 10.6952 0.459219 10.6954 0.44876 10.6955 0.445134 10.6957 0.43882 10.6958 0.430837 10.696 0.424649 10.6962 0.414522 10.6963 0.392156 10.6965 0.360858 10.6966 0.334645 10.6968 0.325881 10.6969 0.336567 10.6971 0.357545 10.6973 0.373698 10.6974 0.375314 10.6976 0.369957 10.6977 0.375564 10.6979 0.396355 10.698 0.414133 10.6982 0.41235 10.6984 0.403342 10.6985 0.415149 10.6987 0.454367 10.6988 0.496769 10.699 0.518752 10.6991 0.523692 10.6993 0.531298 10.6994 0.551513 10.6996 0.577302 10.6998 0.596206 10.6999 0.59889 10.7001 0.582429 10.7002 0.553159 10.7004 0.524436 10.7005 0.505937 10.7007 0.49653 10.7009 0.491894 10.701 0.494858 10.7012 0.510174 10.7013 0.534081 10.7015 0.556001 10.7016 0.568237 10.7018 0.568266 10.702 0.554424 10.7021 0.526815 10.7023 0.493869 10.7024 0.468548 10.7026 0.457361 10.7027 0.455876 10.7029 0.457328 10.7031 0.459583 10.7032 0.461331 10.7034 0.456275 10.7035 0.438721 10.7037 0.411929 10.7038 0.390135 10.704 0.388082 10.7042 0.405826 10.7043 0.425962 10.7045 0.429223 10.7046 0.414449 10.7048 0.399208 10.7049 0.396877 10.7051 0.401205 10.7052 0.397925 10.7054 0.385189 10.7056 0.375409 10.7057 0.37805 10.7059 0.391064 10.706 0.408151 10.7062 0.423639 10.7063 0.43007 10.7065 0.422829 10.7067 0.407994 10.7068 0.399116 10.707 0.402177 10.7071 0.409154 10.7073 0.411502 10.7074 0.411484 10.7076 0.415768 10.7078 0.423637 10.7079 0.427086 10.7081 0.421073 10.7082 0.408649 10.7084 0.397739 10.7085 0.393897 10.7087 0.392573 10.7089 0.378793 10.709 0.341303 10.7092 0.287509 10.7093 0.240204 10.7095 0.216504 10.7096 0.216454 10.7098 0.232943 10.71 0.260175 10.7101 0.290435 10.7103 0.312227 10.7104 0.321579 10.7106 0.329932 10.7107 0.348532 10.7109 0.368843 10.7111 0.37135 10.7112 0.350869 10.7114 0.324 10.7115 0.309001 10.7117 0.306941 10.7118 0.308923 10.712 0.313209 10.7121 0.328541 10.7123 0.360576 10.7125 0.401145 10.7126 0.433661 10.7128 0.446903 10.7129 0.441354 10.7131 0.424308 10.7132 0.402934 10.7134 0.385084 10.7136 0.380994 10.7137 0.394797 10.7139 0.41628 10.714 0.427934 10.7142 0.422197 10.7143 0.404628 10.7145 0.384283 10.7147 0.368382 10.7148 0.367869 10.715 0.390569 10.7151 0.424304 10.7153 0.440994 10.7154 0.427327 10.7156 0.402794 10.7158 0.394297 10.7159 0.403371 10.7161 0.412565 10.7162 0.413777 10.7164 0.414628 10.7165 0.420012 10.7167 0.426661 10.7169 0.435693 10.717 0.452925 10.7172 0.472955 10.7173 0.482485 10.7175 0.483925 10.7176 0.497257 10.7178 0.529114 10.718 0.557964 10.7181 0.562391 10.7183 0.552786 10.7184 0.555619 10.7186 0.576412 10.7187 0.594751 10.7189 0.59299 10.719 0.57206 10.7192 0.538279 10.7194 0.491598 10.7195 0.437132 10.7197 0.394457 10.7198 0.384294 10.72 0.408013 10.7201 0.448781 10.7203 0.489326 10.7205 0.521537 10.7206 0.541761 10.7208 0.54663 10.7209 0.537998 10.7211 0.525887 10.7212 0.520308 10.7214 0.521915 10.7216 0.525211 10.7217 0.529846 10.7219 0.542626 10.722 0.56421 10.7222 0.580972 10.7223 0.576707 10.7225 0.552702 10.7227 0.529546 10.7228 0.5258 10.723 0.537615 10.7231 0.543698 10.7233 0.528554 10.7234 0.497152 10.7236 0.467058 10.7238 0.448091 10.7239 0.433984 10.7241 0.414452 10.7242 0.390574 10.7244 0.375107 10.7245 0.376446 10.7247 0.387676 10.7249 0.394625 10.725 0.392042 10.7252 0.386299 10.7253 0.384886 10.7255 0.386563 10.7256 0.384577 10.7258 0.374864 10.7259 0.361292 10.7261 0.353741 10.7263 0.360598 10.7264 0.380934 10.7266 0.404962 10.7267 0.421998 10.7269 0.430279 10.727 0.434034 10.7272 0.434967 10.7274 0.431372 10.7275 0.423546 10.7277 0.419618 10.7278 0.427806 10.728 0.446632 10.7281 0.46466 10.7283 0.471427 10.7285 0.468 10.7286 0.464983 10.7288 0.466224 10.7289 0.460891 10.7291 0.437562 10.7292 0.405095 10.7294 0.389157 10.7296 0.404341 10.7297 0.434165 10.7299 0.449411 10.73 0.438736 10.7302 0.415754 10.7303 0.40083 10.7305 0.40374 10.7307 0.421494 10.7308 0.439398 10.731 0.438551 10.7311 0.412063 10.7313 0.374924 10.7314 0.350156 10.7316 0.344547 10.7317 0.347026 10.7319 0.350692 10.7321 0.35772 10.7322 0.364537 10.7324 0.356654 10.7325 0.330983 10.7327 0.305715 10.7328 0.299158 10.733 0.307861 10.7332 0.319546 10.7333 0.335904 10.7335 0.368918 10.7336 0.416776 10.7338 0.461307 10.7339 0.489105 10.7341 0.501398 10.7343 0.502397 10.7344 0.489833 10.7346 0.462484 10.7347 0.428141 10.7349 0.400719 10.735 0.39216 10.7352 0.408599 10.7354 0.443874 10.7355 0.477987 10.7357 0.489504 10.7358 0.474378 10.736 0.447625 10.7361 0.423669 10.7363 0.401659 10.7365 0.374575 10.7366 0.342871 10.7368 0.313796 10.7369 0.290748 10.7371 0.273428 10.7372 0.26546 10.7374 0.274987 10.7376 0.304905 10.7377 0.345329 10.7379 0.379022 10.738 0.3946 10.7382 0.396376 10.7383 0.401055 10.7385 0.421657 10.7386 0.454525 10.7388 0.484369 10.739 0.502313 10.7391 0.514149 10.7393 0.529272 10.7394 0.547776 10.7396 0.563295 10.7397 0.571263 10.7399 0.567706 10.7401 0.544858 10.7402 0.498327 10.7404 0.441128 10.7405 0.397992 10.7407 0.383217 10.7408 0.388294 10.741 0.397132 10.7412 0.4046 10.7413 0.413184 10.7415 0.420124 10.7416 0.419999 10.7418 0.417389 10.7419 0.422583 10.7421 0.433841 10.7423 0.434664 10.7424 0.416364 10.7426 0.392407 10.7427 0.38188 10.7429 0.386457 10.743 0.392898 10.7432 0.393568 10.7434 0.392497 10.7435 0.391047 10.7437 0.384083 10.7438 0.371659 10.744 0.364431 10.7441 0.370511 10.7443 0.382999 10.7445 0.388813 10.7446 0.385223 10.7448 0.382652 10.7449 0.391629 10.7451 0.410718 10.7452 0.428604 10.7454 0.434658 10.7455 0.430235 10.7457 0.428739 10.7459 0.440345 10.746 0.459128 10.7462 0.468589 10.7463 0.46252 10.7465 0.450179 10.7466 0.440967 10.7468 0.43151 10.747 0.414185 10.7471 0.391097 10.7473 0.369029 10.7474 0.349692 10.7476 0.332292 10.7477 0.323878 10.7479 0.334392 10.7481 0.360433 10.7482 0.386626 10.7484 0.403321 10.7485 0.415985 10.7487 0.433334 10.7488 0.452426 10.749 0.462065 10.7492 0.456057 10.7493 0.439216 10.7495 0.424159 10.7496 0.422595 10.7498 0.437276 10.7499 0.458351 10.7501 0.472594 10.7503 0.473442 10.7504 0.464325 10.7506 0.449867 10.7507 0.430051 10.7509 0.407397 10.751 0.39022 10.7512 0.38598 10.7513 0.393233 10.7515 0.404682 10.7517 0.416872 10.7518 0.429941 10.752 0.442596 10.7521 0.45112 10.7523 0.455438 10.7524 0.459471 10.7526 0.463094 10.7528 0.460496 10.7529 0.449242 10.7531 0.438637 10.7532 0.440887 10.7534 0.457306 10.7535 0.476901 10.7537 0.489511 10.7539 0.49566 10.754 0.501156 10.7542 0.507486 10.7543 0.511429 10.7545 0.509775 10.7546 0.499606 10.7548 0.477816 10.755 0.447251 10.7551 0.421479 10.7553 0.414094 10.7554 0.421585 10.7556 0.425418 10.7557 0.413843 10.7559 0.394781 10.7561 0.38348 10.7562 0.385063 10.7564 0.394518 10.7565 0.405683 10.7567 0.413079 10.7568 0.408912 10.757 0.390126 10.7572 0.367569 10.7573 0.357763 10.7575 0.366885 10.7576 0.387388 10.7578 0.410039 10.7579 0.430417 10.7581 0.4451 10.7582 0.451601 10.7584 0.451229 10.7586 0.446067 10.7587 0.431159 10.7589 0.400558 10.759 0.363751 10.7592 0.342663 10.7593 0.346329 10.7595 0.357432 10.7597 0.354734 10.7598 0.340892 10.76 0.338285 10.7601 0.358061 10.7603 0.384651 10.7604 0.394305 10.7606 0.381281 10.7608 0.362651 10.7609 0.359754 10.7611 0.378461 10.7612 0.406826 10.7614 0.427706 10.7615 0.432897 10.7617 0.424838 10.7619 0.40835 10.762 0.387117 10.7622 0.366904 10.7623 0.353797 10.7625 0.347452 10.7626 0.340507 10.7628 0.330656 10.763 0.327776 10.7631 0.343167 10.7633 0.373932 10.7634 0.404411 10.7636 0.421403 10.7637 0.423067 10.7639 0.415243 10.7641 0.406729 10.7642 0.4074 10.7644 0.422317 10.7645 0.443215 10.7647 0.452677 10.7648 0.441093 10.765 0.416854 10.7651 0.395125 10.7653 0.381862 10.7655 0.372191 10.7656 0.361955 10.7658 0.35616 10.7659 0.363893 10.7661 0.38862 10.7662 0.42342 10.7664 0.454713 10.7666 0.470945 10.7667 0.473053 10.7669 0.472196 10.767 0.477416 10.7672 0.484775 10.7673 0.483176 10.7675 0.471761 10.7677 0.463352 10.7678 0.467437 10.768 0.476798 10.7681 0.477884 10.7683 0.472149 10.7684 0.476305 10.7686 0.498393 10.7688 0.524143 10.7689 0.533426 10.7691 0.524956 10.7692 0.518029 10.7694 0.529223 10.7695 0.555167 10.7697 0.579276 10.7699 0.587658 10.77 0.579397 10.7702 0.562282 10.7703 0.543987 10.7705 0.526768 10.7706 0.509546 10.7708 0.495107 10.771 0.4909 10.7711 0.502567 10.7713 0.527038 10.7714 0.555942 10.7716 0.580066 10.7717 0.589294 10.7719 0.573958 10.772 0.535534 10.7722 0.493136 10.7724 0.468542 10.7725 0.465017 10.7727 0.46952 10.7728 0.473764 10.773 0.482643 10.7731 0.497772 10.7733 0.506862 10.7735 0.497655 10.7736 0.475888 10.7738 0.460692 10.7739 0.465659 10.7741 0.489502 10.7742 0.519546 10.7744 0.538653 10.7746 0.535517 10.7747 0.517025 10.7749 0.504404 10.775 0.512769 10.7752 0.534562 10.7753 0.551893 10.7755 0.558269 10.7757 0.55974 10.7758 0.560734 10.776 0.559256 10.7761 0.553028 10.7763 0.539202 10.7764 0.511116 10.7766 0.46948 10.7768 0.435 10.7769 0.433376 10.7771 0.463595 10.7772 0.494274 10.7774 0.498079 10.7775 0.477812 10.7777 0.450376 10.7778 0.420235 10.778 0.383207 10.7782 0.347483 10.7783 0.33389 10.7785 0.351907 10.7786 0.388344 10.7788 0.421903 10.7789 0.442896 10.7791 0.456131 10.7793 0.469993 10.7794 0.486408 10.7796 0.497632 10.7797 0.49307 10.7799 0.471211 10.78 0.445808 10.7802 0.435665 10.7804 0.449301 10.7805 0.480947 10.7807 0.520387 10.7808 0.558749 10.781 0.5863 10.7811 0.59116 10.7813 0.569623 10.7815 0.535662 10.7816 0.514581 10.7818 0.52342 10.7819 0.556577 10.7821 0.591614 10.7822 0.609262 10.7824 0.605875 10.7826 0.587779 10.7827 0.559165 10.7829 0.51881 10.783 0.470413 10.7832 0.428506 10.7833 0.411174 10.7835 0.426136 10.7837 0.464433 10.7838 0.504803 10.784 0.523642 10.7841 0.509021 10.7843 0.471539 10.7844 0.438578 10.7846 0.432328 10.7847 0.452872 10.7849 0.484721 10.7851 0.516819 10.7852 0.549076 10.7854 0.58352 10.7855 0.617131 10.7857 0.644734 10.7858 0.662912 10.786 0.665185 10.7862 0.641179 10.7863 0.587905 10.7865 0.518135 10.7866 0.453227 10.7868 0.408687 10.7869 0.386903 10.7871 0.381736 10.7873 0.384269 10.7874 0.386304 10.7876 0.384206 10.7877 0.383114 10.7879 0.393857 10.788 0.423248 10.7882 0.465145 10.7884 0.502709 10.7885 0.52127 10.7887 0.521334 10.7888 0.52008 10.789 0.533602 10.7891 0.557526 10.7893 0.571495 10.7895 0.564737 10.7896 0.5509 10.7898 0.548789 10.7899 0.554685 10.7901 0.546986 10.7902 0.516311 10.7904 0.477629 10.7906 0.446919 10.7907 0.420669 10.7909 0.391405 10.791 0.369874 10.7912 0.372754 10.7913 0.394363 10.7915 0.40849 10.7916 0.402775 10.7918 0.394198 10.792 0.401957 10.7921 0.420242 10.7923 0.43063 10.7924 0.429708 10.7926 0.429429 10.7927 0.435331 10.7929 0.440957 10.7931 0.443346 10.7932 0.449409 10.7934 0.46431 10.7935 0.484057 10.7937 0.502956 10.7938 0.519527 10.794 0.530228 10.7942 0.530633 10.7943 0.527576 10.7945 0.538353 10.7946 0.570131 10.7948 0.607169 10.7949 0.627542 10.7951 0.625849 10.7953 0.609629 10.7954 0.582073 10.7956 0.542319 10.7957 0.499888 10.7959 0.474909 10.796 0.477001 10.7962 0.494549 10.7964 0.509232 10.7965 0.511703 10.7967 0.502449 10.7968 0.483468 10.797 0.45704 10.7971 0.427433 10.7973 0.398972 10.7974 0.374107 10.7976 0.357086 10.7978 0.35306 10.7979 0.360755 10.7981 0.369176 10.7982 0.368449 10.7984 0.359967 10.7985 0.351462 10.7987 0.342734 10.7989 0.327205 10.799 0.305637 10.7992 0.291494 10.7993 0.298394 10.7995 0.324463 10.7996 0.353602 10.7998 0.370388 10.8 0.371896 10.8001 0.366924 10.8003 0.36746 10.8004 0.381289 10.8006 0.4082 10.8007 0.438696 10.8009 0.458574 10.8011 0.459887 10.8012 0.448059 10.8014 0.434679 10.8015 0.421662 10.8017 0.400567 10.8018 0.371458 10.802 0.353333 10.8022 0.364769 10.8023 0.396774 10.8025 0.420021 10.8026 0.42086 10.8028 0.415673 10.8029 0.424028 10.8031 0.442591 10.8033 0.457525 10.8034 0.469853 10.8036 0.489774 10.8037 0.51002 10.8039 0.506333 10.804 0.469655 10.8042 0.422417 10.8043 0.393525 10.8045 0.385546 10.8047 0.377671 10.8048 0.353183 10.805 0.317295 10.8051 0.288817 10.8053 0.28348 10.8054 0.303154 10.8056 0.336979 10.8058 0.369543 10.8059 0.392933 10.8061 0.409303 10.8062 0.426373 10.8064 0.450086 10.8065 0.484059 10.8067 0.527536 10.8069 0.570293 10.807 0.593761 10.8072 0.588329 10.8073 0.566539 10.8075 0.55213 10.8076 0.554107 10.8078 0.555183 10.808 0.531322 10.8081 0.47825 10.8083 0.417421 10.8084 0.377741 10.8086 0.373136 10.8087 0.395428 10.8089 0.424661 10.8091 0.445157 10.8092 0.454398 10.8094 0.461077 10.8095 0.476105 10.8097 0.501079 10.8098 0.526769 10.81 0.539714 10.8102 0.534755 10.8103 0.51936 10.8105 0.505956 10.8106 0.498897 10.8108 0.492611 10.8109 0.481897 10.8111 0.471233 10.8112 0.471441 10.8114 0.487619 10.8116 0.512628 10.8117 0.533161 10.8119 0.539778 10.812 0.533642 10.8122 0.522111 10.8123 0.50961 10.8125 0.492868 10.8127 0.469396 10.8128 0.446654 10.813 0.436148 10.8131 0.437097 10.8133 0.43201 10.8134 0.406852 10.8136 0.369808 10.8138 0.343387 10.8139 0.33827 10.8141 0.342692 10.8142 0.337346 10.8144 0.314929 10.8145 0.282818 10.8147 0.2535 10.8149 0.2378 10.815 0.242081 10.8152 0.263582 10.8153 0.287681 10.8155 0.297243 10.8156 0.287291 10.8158 0.269851 10.816 0.260087 10.8161 0.262213 10.8163 0.271761 10.8164 0.287991 10.8166 0.312493 10.8167 0.337583 10.8169 0.34554 10.8171 0.330451 10.8172 0.312497 10.8174 0.3171 10.8175 0.343823 10.8177 0.368413 10.8178 0.376092 10.818 0.376621 10.8181 0.381644 10.8183 0.386152 10.8185 0.38544 10.8186 0.394986 10.8188 0.430017 10.8189 0.474862 10.8191 0.496296 10.8192 0.487802 10.8194 0.477841 10.8196 0.488373 10.8197 0.506101 10.8199 0.506581 10.82 0.488812 10.8202 0.470584 10.8203 0.461491 10.8205 0.458406 10.8207 0.461258 10.8208 0.475211 10.821 0.49758 10.8211 0.519319 10.8213 0.539426 10.8214 0.564812 10.8216 0.592117 10.8218 0.604835 10.8219 0.593638 10.8221 0.569052 10.8222 0.546751 10.8224 0.529361 10.8225 0.510972 10.8227 0.493552 10.8229 0.485672 10.823 0.487647 10.8232 0.489003 10.8233 0.483429 10.8235 0.478582 10.8236 0.484415 10.8238 0.497912 10.8239 0.506525 10.8241 0.504597 10.8243 0.499267 10.8244 0.497571 10.8246 0.493878 10.8247 0.476897 10.8249 0.444998 10.825 0.407968 10.8252 0.374712 10.8254 0.345916 10.8255 0.322101 10.8257 0.31068 10.8258 0.319746 10.826 0.350483 10.8261 0.39694 10.8263 0.451326 10.8265 0.504488 10.8266 0.546978 10.8268 0.574712 10.8269 0.590402 10.8271 0.595215 10.8272 0.585994 10.8274 0.564304 10.8276 0.54229 10.8277 0.528841 10.8279 0.515289 10.828 0.488259 10.8282 0.453339 10.8283 0.43043 10.8285 0.423471 10.8287 0.411909 10.8288 0.380023 10.829 0.343751 10.8291 0.332532 10.8293 0.352562 10.8294 0.37899 10.8296 0.385487 10.8298 0.368901 10.8299 0.345752 10.8301 0.332689 10.8302 0.337353 10.8304 0.359484 10.8305 0.394245 10.8307 0.432377 10.8308 0.460184 10.831 0.465212 10.8312 0.445922 10.8313 0.41437 10.8315 0.387212 10.8316 0.372298 10.8318 0.366155 10.8319 0.363711 10.8321 0.365045 10.8323 0.372466 10.8324 0.387641 10.8326 0.411977 10.8327 0.443707 10.8329 0.471574 10.833 0.480012 10.8332 0.468054 10.8334 0.455213 10.8335 0.458206 10.8337 0.467581 10.8338 0.456788 10.834 0.414019 10.8341 0.354722 10.8343 0.302584 10.8345 0.270391 10.8346 0.259314 10.8348 0.265601 10.8349 0.279619 10.8351 0.287515 10.8352 0.28327 10.8354 0.278795 10.8356 0.294671 10.8357 0.340027 10.8359 0.401572 10.836 0.452048 10.8362 0.469828 10.8363 0.455833 10.8365 0.432073 10.8367 0.42061 10.8368 0.4232 10.837 0.427799 10.8371 0.430751 10.8373 0.444907 10.8374 0.479301 10.8376 0.521636 10.8377 0.550413 10.8379 0.557665 10.8381 0.549417 10.8382 0.527651 10.8384 0.486055 10.8385 0.425731 10.8387 0.364492 10.8388 0.323012 10.839 0.306409 10.8392 0.30366 10.8393 0.302373 10.8395 0.298985 10.8396 0.295897 10.8398 0.295915 10.8399 0.300067 10.8401 0.30837 10.8403 0.318641 10.8404 0.325114 10.8406 0.321935 10.8407 0.309982 10.8409 0.300143 10.841 0.306838 10.8412 0.337354 10.8414 0.386776 10.8415 0.443553 10.8417 0.495573 10.8418 0.531072 10.842 0.5393 10.8421 0.517597 10.8423 0.478042 10.8425 0.442301 10.8426 0.423268 10.8428 0.415931 10.8429 0.406427 10.8431 0.388754 10.8432 0.368409 10.8434 0.352578 10.8435 0.34354 10.8437 0.342227 10.8439 0.352187 10.844 0.372836 10.8442 0.393086 10.8443 0.39938 10.8445 0.393729 10.8446 0.393464 10.8448 0.41026 10.845 0.434703 10.8451 0.44873 10.8453 0.448385 10.8454 0.44399 10.8456 0.439992 10.8457 0.428078 10.8459 0.403522 10.8461 0.378734 10.8462 0.3705 10.8464 0.379592 10.8465 0.3911 10.8467 0.39208 10.8468 0.382744 10.847 0.370854 10.8472 0.361222 10.8473 0.352101 10.8475 0.33961 10.8476 0.324166 10.8478 0.314225 10.8479 0.319513 10.8481 0.339011 10.8483 0.358888 10.8484 0.365998 10.8486 0.360004 10.8487 0.34887 10.8489 0.3378 10.849 0.328103 10.8492 0.323553 10.8494 0.329372 10.8495 0.346787 10.8497 0.373484 10.8498 0.407561 10.85 0.44368 10.8501 0.469899 10.8503 0.478394 10.8504 0.478475 10.8506 0.488296 10.8508 0.511944 10.8509 0.533562 10.8511 0.540769 10.8512 0.540105 10.8514 0.544446 10.8515 0.551711 10.8517 0.547541 10.8519 0.526359 10.852 0.499637 10.8522 0.482163 10.8523 0.47702 10.8525 0.476964 10.8526 0.47678 10.8528 0.479866 10.853 0.490635 10.8531 0.504675 10.8533 0.512271 10.8534 0.51064 10.8536 0.507223 10.8537 0.507224 10.8539 0.506188 10.8541 0.50247 10.8542 0.505996 10.8544 0.521987 10.8545 0.532974 10.8547 0.514984 10.8548 0.471478 10.855 0.432034 10.8552 0.413695 10.8553 0.403709 10.8555 0.388346 10.8556 0.377727 10.8558 0.386995 10.8559 0.407329 10.8561 0.416906 10.8563 0.411742 10.8564 0.407097 10.8566 0.412952 10.8567 0.4248 10.8569 0.437768 10.857 0.452584 10.8572 0.463738 10.8573 0.460591 10.8575 0.44224 10.8577 0.422539 10.8578 0.415236 10.858 0.420362 10.8581 0.428292 10.8583 0.428892 10.8584 0.416993 10.8586 0.397233 10.8588 0.382755 10.8589 0.38208 10.8591 0.389237 10.8592 0.394272 10.8594 0.399869 10.8595 0.416696 10.8597 0.442408 10.8599 0.460184 10.86 0.460014 10.8602 0.448296 10.8603 0.434649 10.8605 0.423075 10.8606 0.417103 10.8608 0.420425 10.861 0.426347 10.8611 0.420324 10.8613 0.401462 10.8614 0.387847 10.8616 0.392811 10.8617 0.406032 10.8619 0.410333 10.8621 0.405542 10.8622 0.405199 10.8624 0.415832 10.8625 0.432992 10.8627 0.452233 10.8628 0.473094 10.863 0.49265 10.8632 0.50493 10.8633 0.506707 10.8635 0.49972 10.8636 0.489239 10.8638 0.482252 10.8639 0.482456 10.8641 0.484677 10.8642 0.480588 10.8644 0.473926 10.8646 0.480316 10.8647 0.504639 10.8649 0.528023 10.865 0.526342 10.8652 0.494904 10.8653 0.449294 10.8655 0.408837 10.8657 0.388447 10.8658 0.397868 10.866 0.433028 10.8661 0.471133 10.8663 0.488059 10.8664 0.480313 10.8666 0.4633 10.8668 0.45227 10.8669 0.452201 10.8671 0.461812 10.8672 0.473536 10.8674 0.47503 10.8675 0.460566 10.8677 0.442792 10.8679 0.439051 10.868 0.449307 10.8682 0.459622 10.8683 0.462398 10.8685 0.462012 10.8686 0.459417 10.8688 0.447153 10.869 0.422977 10.8691 0.396231 10.8693 0.376834 10.8694 0.367031 10.8696 0.367325 10.8697 0.377181 10.8699 0.388067 10.87 0.388938 10.8702 0.381841 10.8704 0.381849 10.8705 0.395232 10.8707 0.408782 10.8708 0.408836 10.871 0.399419 10.8711 0.394187 10.8713 0.399887 10.8715 0.414538 10.8716 0.43501 10.8718 0.456817 10.8719 0.473762 10.8721 0.483326 10.8722 0.488473 10.8724 0.488646 10.8726 0.47753 10.8727 0.454088 10.8729 0.429549 10.873 0.414887 10.8732 0.409004 10.8733 0.40506 10.8735 0.401088 10.8737 0.396469 10.8738 0.388261 10.874 0.379473 10.8741 0.384593 10.8743 0.412278 10.8744 0.448838 10.8746 0.471624 10.8748 0.477089 10.8749 0.482495 10.8751 0.500653 10.8752 0.524175 10.8754 0.539027 10.8755 0.541985 10.8757 0.540247 10.8759 0.540521 10.876 0.542983 10.8762 0.542702 10.8763 0.532957 10.8765 0.510067 10.8766 0.479759 10.8768 0.455374 10.8769 0.449055 10.8771 0.461573 10.8773 0.480694 10.8774 0.490906 10.8776 0.487029 10.8777 0.48027 10.8779 0.487484 10.878 0.5123 10.8782 0.540752 10.8784 0.55709 10.8785 0.558069 10.8787 0.548593 10.8788 0.532145 10.879 0.511134 10.8791 0.492549 10.8793 0.479024 10.8795 0.461958 10.8796 0.434049 10.8798 0.408453 10.8799 0.408413 10.8801 0.437476 10.8802 0.471105 10.8804 0.486535 10.8806 0.488415 10.8807 0.495361 10.8809 0.511692 10.881 0.523788 10.8812 0.522753 10.8813 0.514661 10.8815 0.505532 10.8817 0.487844 10.8818 0.449543 10.882 0.392449 10.8821 0.332613 10.8823 0.282237 10.8824 0.240329 10.8826 0.203209 10.8828 0.179205 10.8829 0.183817 10.8831 0.221665 10.8832 0.279503 10.8834 0.338454 10.8835 0.386501 10.8837 0.419704 10.8838 0.436233 10.884 0.437638 10.8842 0.43197 10.8843 0.427806 10.8845 0.42638 10.8846 0.42291 10.8848 0.415527 10.8849 0.408127 10.8851 0.403892 10.8853 0.399054 10.8854 0.387751 10.8856 0.372116 10.8857 0.365288 10.8859 0.381372 10.886 0.417875 10.8862 0.454456 10.8864 0.471668 10.8865 0.471045 10.8867 0.46913 10.8868 0.474505 10.887 0.47833 10.8871 0.474163 10.8873 0.469809 10.8875 0.476418 10.8876 0.490881 10.8878 0.504738 10.8879 0.520082 10.8881 0.543922 10.8882 0.570718 10.8884 0.583459 10.8886 0.573065 10.8887 0.544038 10.8889 0.502941 10.889 0.455873 10.8892 0.416646 10.8893 0.40331 10.8895 0.417659 10.8896 0.440917 10.8898 0.455224 10.89 0.456535 10.8901 0.448364 10.8903 0.431397 10.8904 0.411182 10.8906 0.401445 10.8907 0.406452 10.8909 0.411729 10.8911 0.400901 10.8912 0.378718 10.8914 0.362798 10.8915 0.35928 10.8917 0.360762 10.8918 0.36379 10.892 0.375396 10.8922 0.399188 10.8923 0.424787 10.8925 0.43986 10.8926 0.442917 10.8928 0.440854 10.8929 0.437136 10.8931 0.430215 10.8933 0.420714 10.8934 0.417475 10.8936 0.429017 10.8937 0.451138 10.8939 0.46883 10.894 0.469875 10.8942 0.456699 10.8944 0.442447 10.8945 0.434205 10.8947 0.433599 10.8948 0.443968 10.895 0.467227 10.8951 0.487677 10.8953 0.477975 10.8955 0.429101 10.8956 0.370663 10.8958 0.340728 10.8959 0.348073 10.8961 0.371954 10.8962 0.397382 10.8964 0.428867 10.8965 0.470045 10.8967 0.50749 10.8969 0.525164 10.897 0.522426 10.8972 0.510925 10.8973 0.49968 10.8975 0.488695 10.8976 0.47581 10.8978 0.461095 10.898 0.447392 10.8981 0.437488 10.8983 0.429421 10.8984 0.413851 10.8986 0.386298 10.8987 0.360411 10.8989 0.358627 10.8991 0.384408 10.8992 0.415832 10.8994 0.432393 10.8995 0.43808 10.8997 0.448407 10.8998 0.463015 10.9 0.468696 10.9002 0.464779 10.9003 0.466233 10.9005 0.481431 10.9006 0.497932 10.9008 0.496799 10.9009 0.472823 10.9011 0.436124 10.9013 0.402327 10.9014 0.385802 10.9016 0.393381 10.9017 0.416826 10.9019 0.436149 10.902 0.437338 10.9022 0.424732 10.9024 0.413072 10.9025 0.411689 10.9027 0.419691 10.9028 0.430766 10.903 0.436266 10.9031 0.429509 10.9033 0.413681 10.9034 0.402754 10.9036 0.405939 10.9038 0.414441 10.9039 0.411475 10.9041 0.393751 10.9042 0.375503 10.9044 0.369962 10.9045 0.375826 10.9047 0.386241 10.9049 0.398467 10.905 0.411409 10.9052 0.420897 10.9053 0.424639 10.9055 0.429011 10.9056 0.441233 10.9058 0.458147 10.906 0.469552 10.9061 0.468772 10.9063 0.45591 10.9064 0.432331 10.9066 0.40246 10.9067 0.379518 10.9069 0.377795 10.9071 0.396409 10.9072 0.418176 10.9074 0.429144 10.9075 0.432141 10.9077 0.437022 10.9078 0.444025 10.908 0.445781 10.9082 0.442534 10.9083 0.443206 10.9085 0.453024 10.9086 0.466478 10.9088 0.477256 10.9089 0.484791 10.9091 0.489069 10.9093 0.486102 10.9094 0.474689 10.9096 0.466082 10.9097 0.476004 10.9099 0.507961 10.91 0.547699 10.9102 0.577166 10.9103 0.59037 10.9105 0.595448 10.9107 0.60124 10.9108 0.606664 10.911 0.603716 10.9111 0.588622 10.9113 0.569255 10.9114 0.55811 10.9116 0.55829 10.9118 0.556612 10.9119 0.536016 10.9121 0.49429 10.9122 0.447622 10.9124 0.415324 10.9125 0.402032 10.9127 0.398296 10.9129 0.393143 10.913 0.383407 10.9132 0.371999 10.9133 0.362317 10.9135 0.357047 10.9136 0.357287 10.9138 0.361094 10.914 0.363908 10.9141 0.363878 10.9143 0.365924 10.9144 0.377843 10.9146 0.40171 10.9147 0.433408 10.9149 0.467939 10.9151 0.502873 10.9152 0.533616 10.9154 0.549853 10.9155 0.542328 10.9157 0.513566 10.9158 0.478911 10.916 0.453571 10.9161 0.440574 10.9163 0.433988 10.9165 0.430701 10.9166 0.433677 10.9168 0.44546 10.9169 0.462012 10.9171 0.477804 10.9172 0.492821 10.9174 0.510976 10.9176 0.532546 10.9177 0.553189 10.9179 0.567236 10.918 0.572103 10.9182 0.568699 10.9183 0.561574 10.9185 0.556777 10.9187 0.555561 10.9188 0.553843 10.919 0.551425 10.9191 0.556673 10.9193 0.573702 10.9194 0.587357 10.9196 0.574444 10.9198 0.533298 10.9199 0.49021 10.9201 0.469034 10.9202 0.465272 10.9204 0.460914 10.9205 0.454618 10.9207 0.460632 10.9209 0.480417 10.921 0.494987 10.9212 0.491167 10.9213 0.481021 10.9215 0.483754 10.9216 0.496931 10.9218 0.499866 10.922 0.481654 10.9221 0.45614 10.9223 0.442469 10.9224 0.441836 10.9226 0.439357 10.9227 0.428596 10.9229 0.422296 10.923 0.435219 10.9232 0.461601 10.9234 0.479996 10.9235 0.479071 10.9237 0.468932 10.9238 0.462892 10.924 0.457987 10.9241 0.444022 10.9243 0.422317 10.9245 0.404376 10.9246 0.393623 10.9248 0.384737 10.9249 0.379291 10.9251 0.389616 10.9252 0.421101 10.9254 0.460653 10.9256 0.491328 10.9257 0.507378 10.9259 0.511677 10.926 0.507131 10.9262 0.498023 10.9263 0.494331 10.9265 0.502376 10.9267 0.515682 10.9268 0.522513 10.927 0.518528 10.9271 0.507378 10.9273 0.494454 10.9274 0.486261 10.9276 0.490767 10.9278 0.50598 10.9279 0.513529 10.9281 0.494474 10.9282 0.451217 10.9284 0.406454 10.9285 0.380569 10.9287 0.377234 10.9289 0.389411 10.929 0.40801 10.9292 0.422357 10.9293 0.422845 10.9295 0.408411 10.9296 0.387668 10.9298 0.370726 10.9299 0.361915 10.9301 0.361045 10.9303 0.36504 10.9304 0.367052 10.9306 0.361798 10.9307 0.352854 10.9309 0.35125 10.931 0.364222 10.9312 0.38931 10.9314 0.418959 10.9315 0.445911 10.9317 0.463415 10.9318 0.468762 10.932 0.466679 10.9321 0.464622 10.9323 0.462863 10.9325 0.456219 10.9326 0.447775 10.9328 0.451487 10.9329 0.475966 10.9331 0.512789 10.9332 0.544655 10.9334 0.560941 10.9336 0.561092 10.9337 0.549068 10.9339 0.531239 10.934 0.513414 10.9342 0.496054 10.9343 0.477335 10.9345 0.463374 10.9347 0.465712 10.9348 0.484756 10.935 0.50257 10.9351 0.503676 10.9353 0.494256 10.9354 0.490093 10.9356 0.491403 10.9357 0.480933 10.9359 0.446969 10.9361 0.395619 10.9362 0.341191 10.9364 0.297426 10.9365 0.278482 10.9367 0.293748 10.9368 0.33379 10.937 0.372606 10.9372 0.392127 10.9373 0.399469 10.9375 0.411458 10.9376 0.429385 10.9378 0.438799 10.9379 0.430808 10.9381 0.413266 10.9383 0.399489 10.9384 0.395448 10.9386 0.400456 10.9387 0.411224 10.9389 0.422556 10.939 0.428779 10.9392 0.430178 10.9394 0.435343 10.9395 0.450401 10.9397 0.468514 10.9398 0.477176 10.94 0.474733 10.9401 0.474816 10.9403 0.489305 10.9405 0.512401 10.9406 0.526287 10.9408 0.518764 10.9409 0.49168 10.9411 0.455394 10.9412 0.423384 10.9414 0.40816 10.9416 0.413708 10.9417 0.427282 10.9419 0.428449 10.942 0.410071 10.9422 0.384953 10.9423 0.368061 10.9425 0.358856 10.9426 0.348124 10.9428 0.334979 10.943 0.327236 10.9431 0.328374 10.9433 0.334249 10.9434 0.342777 10.9436 0.356486 10.9437 0.372013 10.9439 0.3787 10.9441 0.371574 10.9442 0.360615 10.9444 0.359396 10.9445 0.36971 10.9447 0.381423 10.9448 0.387216 10.945 0.388676 10.9452 0.390606 10.9453 0.393191 10.9455 0.39471 10.9456 0.39753 10.9458 0.407147 10.9459 0.423942 10.9461 0.437035 10.9463 0.433358 10.9464 0.414301 10.9466 0.397453 10.9467 0.398802 10.9469 0.413318 10.947 0.422386 10.9472 0.416062 10.9474 0.401811 10.9475 0.38951 10.9477 0.380505 10.9478 0.37273 10.948 0.368598 10.9481 0.36924 10.9483 0.369012 10.9485 0.365088 10.9486 0.366456 10.9488 0.384967 10.9489 0.419354 10.9491 0.455013 10.9492 0.479564 10.9494 0.49257 10.9495 0.500718 10.9497 0.510188 10.9499 0.5232 10.95 0.535986 10.9502 0.540672 10.9503 0.536263 10.9505 0.534154 10.9506 0.545288 10.9508 0.559947 10.951 0.553932 10.9511 0.517739 10.9513 0.470114 10.9514 0.436952 10.9516 0.424453 10.9517 0.422133 10.9519 0.42451 10.9521 0.437205 10.9522 0.463354 10.9524 0.49489 10.9525 0.520413 10.9527 0.534653 10.9528 0.538295 10.953 0.533664 10.9532 0.525547 10.9533 0.520356 10.9535 0.521177 10.9536 0.522622 10.9538 0.513398 10.9539 0.484197 10.9541 0.436243 10.9543 0.385327 10.9544 0.354989 10.9546 0.359067 10.9547 0.387737 10.9549 0.41778 10.955 0.436702 10.9552 0.453164 10.9553 0.481262 10.9555 0.520523 10.9557 0.557532 10.9558 0.582347 10.956 0.598453 10.9561 0.615548 10.9563 0.63833 10.9564 0.660961 10.9566 0.670011 10.9568 0.652004 10.9569 0.605056 10.9571 0.542576 10.9572 0.483553 10.9574 0.436455 10.9575 0.397616 10.9577 0.365475 10.9579 0.349928 10.958 0.360215 10.9582 0.388782 10.9583 0.415436 10.9585 0.426235 10.9586 0.424842 10.9588 0.424155 10.959 0.432705 10.9591 0.452511 10.9593 0.481319 10.9594 0.511463 10.9596 0.528207 10.9597 0.52061 10.9599 0.494471 10.9601 0.467201 10.9602 0.448887 10.9604 0.435355 10.9605 0.42423 10.9607 0.426097 10.9608 0.446898 10.961 0.467673 10.9612 0.458238 10.9613 0.416354 10.9615 0.376312 10.9616 0.370682 10.9618 0.393785 10.9619 0.414723 10.9621 0.416229 10.9622 0.404406 10.9624 0.386415 10.9626 0.358841 10.9627 0.324901 10.9629 0.30308 10.963 0.309132 10.9632 0.336549 10.9633 0.36557 10.9635 0.385968 10.9637 0.399651 10.9638 0.410059 10.964 0.418456 10.9641 0.429643 10.9643 0.449601 10.9644 0.474077 10.9646 0.489441 10.9648 0.487247 10.9649 0.47364 10.9651 0.461302 10.9652 0.45744 10.9654 0.458815 10.9655 0.457935 10.9657 0.451298 10.9659 0.445319 10.966 0.451886 10.9662 0.473636 10.9663 0.49515 10.9665 0.498536 10.9666 0.483798 10.9668 0.469352 10.967 0.469434 10.9671 0.479835 10.9673 0.487492 10.9674 0.485388 10.9676 0.473704 10.9677 0.453331 10.9679 0.424167 10.9681 0.388841 10.9682 0.35229 10.9684 0.322985 10.9685 0.314754 10.9687 0.340887 10.9688 0.39769 10.969 0.457243 10.9691 0.486551 10.9693 0.476634 10.9695 0.450056 10.9696 0.438014 10.9698 0.45107 10.9699 0.472979 10.9701 0.481285 10.9702 0.470331 10.9704 0.453644 10.9706 0.44345 10.9707 0.436515 10.9709 0.424041 10.971 0.409033 10.9712 0.401573 10.9713 0.401329 10.9715 0.399989 10.9717 0.399762 10.9718 0.410853 10.972 0.427843 10.9721 0.430075 10.9723 0.41587 10.9724 0.415186 10.9726 0.447731 10.9728 0.4871 10.9729 0.492649 10.9731 0.465905 10.9732 0.445207 10.9734 0.448812 10.9735 0.456668 10.9737 0.4514 10.9739 0.442602 10.974 0.438729 10.9742 0.424486 10.9743 0.388795 10.9745 0.352369 10.9746 0.342566 10.9748 0.354797 10.975 0.364404 10.9751 0.364679 10.9753 0.369295 10.9754 0.383281 10.9756 0.39725 10.9757 0.410564 10.9759 0.433614 10.976 0.46492 10.9762 0.486885 10.9764 0.488699 10.9765 0.479008 10.9767 0.468222 10.9768 0.456633 10.977 0.447692 10.9771 0.452287 10.9773 0.469542 10.9775 0.478095 10.9776 0.462638 10.9778 0.436825 10.9779 0.426361 10.9781 0.432383 10.9782 0.431931 10.9784 0.411233 10.9786 0.383987 10.9787 0.372813 10.9789 0.384373 10.979 0.408508 10.9792 0.435182 10.9793 0.463879 10.9795 0.49717 10.9797 0.530081 10.9798 0.551024 10.98 0.554178 10.9801 0.548189 10.9803 0.547724 10.9804 0.555551 10.9806 0.557992 10.9808 0.541696 10.9809 0.508669 10.9811 0.472645 10.9812 0.444529 10.9814 0.427451 10.9815 0.419989 10.9817 0.418734 10.9818 0.416672 10.982 0.404988 10.9822 0.379283 10.9823 0.344647 10.9825 0.315054 10.9826 0.306917 10.9828 0.329131 10.9829 0.376337 10.9831 0.433225 10.9833 0.487662 10.9834 0.536447 10.9836 0.577513 10.9837 0.60427 10.9839 0.612326 10.984 0.605626 10.9842 0.59011 10.9844 0.564795 10.9845 0.5266 10.9847 0.481521 10.9848 0.442801 10.985 0.418255 10.9851 0.404045 10.9853 0.392062 10.9855 0.378261 10.9856 0.365917 10.9858 0.364794 10.9859 0.384278 10.9861 0.421448 10.9862 0.456206 10.9864 0.468886 10.9866 0.463226 10.9867 0.462994 10.9869 0.483108 10.987 0.511101 10.9872 0.523624 10.9873 0.513796 10.9875 0.496996 10.9877 0.49185 10.9878 0.502102 10.988 0.516265 10.9881 0.520049 10.9883 0.509048 10.9884 0.492577 10.9886 0.483279 10.9887 0.484219 10.9889 0.486602 10.9891 0.479976 10.9892 0.46147 10.9894 0.433139 10.9895 0.398253 10.9897 0.36456 10.9898 0.345809 10.99 0.352732 10.9902 0.381836 10.9903 0.419256 10.9905 0.453922 10.9906 0.484183 10.9908 0.509739 10.9909 0.525584 10.9911 0.524377 10.9913 0.503467 10.9914 0.467247 10.9916 0.427515 10.9917 0.403095 10.9919 0.409513 10.992 0.444711 10.9922 0.487015 10.9924 0.514891 10.9925 0.526702 10.9927 0.536583 10.9928 0.551602 10.993 0.560979 10.9931 0.550847 10.9933 0.52122 10.9935 0.485915 10.9936 0.45975 10.9938 0.451546 10.9939 0.464002 10.9941 0.490947 10.9942 0.516897 10.9944 0.526492 10.9946 0.51738 10.9947 0.497985 10.9949 0.474613 10.995 0.448012 10.9952 0.422165 10.9953 0.406851 10.9955 0.406963 10.9956 0.416826 10.9958 0.429833 10.996 0.444754 10.9961 0.45625 10.9963 0.451103 10.9964 0.425544 10.9966 0.401291 10.9967 0.406937 10.9969 0.4439 10.9971 0.483618 10.9972 0.499964 10.9974 0.49437 10.9975 0.484529 10.9977 0.478473 10.9978 0.47026 10.998 0.453832 10.9982 0.432631 10.9983 0.417164 10.9985 0.41745 10.9986 0.436551 10.9988 0.467412 10.9989 0.497593 10.9991 0.517394 10.9993 0.523031 10.9994 0.515099 10.9996 0.498178 10.9997 0.481317 10.9999 0.472091 11 0.468477 11.0002 0.461649 11.0004 0.448459 11.0005 0.433909 11.0007 0.422131 11.0008 0.413194 11.001 0.411337 11.0011 0.424499 11.0013 0.450557 11.0014 0.474385 11.0016 0.487098 11.0018 0.498147 11.0019 0.51929 11.0021 0.544243 11.0022 0.557403 11.0024 0.5574 11.0025 0.55737 11.0027 0.564467 11.0029 0.571332 11.003 0.569718 11.0032 0.560636 11.0033 0.549019 11.0035 0.537582 11.0036 0.527712 11.0038 0.520208 11.004 0.512948 11.0041 0.505526 11.0043 0.504988 11.0044 0.519276 11.0046 0.543678 11.0047 0.563896 11.0049 0.574659 11.0051 0.586577 11.0052 0.609756 11.0054 0.638502 11.0055 0.657031 11.0057 0.654779 11.0058 0.633879 11.006 0.605993 11.0062 0.583306 11.0063 0.568266 11.0065 0.550057 11.0066 0.519108 11.0068 0.483087 11.0069 0.459009 11.0071 0.449569 11.0073 0.440861 11.0074 0.428266 11.0076 0.427893 11.0077 0.452001 11.0079 0.485566 11.008 0.500774 11.0082 0.487788 11.0083 0.458193 11.0085 0.425633 11.0087 0.397312 11.0088 0.38091 11.009 0.382851 11.0091 0.397102 11.0093 0.407906 11.0094 0.408288 11.0096 0.406493 11.0098 0.411755 11.0099 0.423151 11.0101 0.435277 11.0102 0.446013 11.0104 0.454563 11.0105 0.457055 11.0107 0.450594 11.0109 0.438477 11.011 0.428097 11.0112 0.425595 11.0113 0.430933 11.0115 0.435007 11.0116 0.425679 11.0118 0.402364 11.012 0.381666 11.0121 0.380212 11.0123 0.392237 11.0124 0.394553 11.0126 0.375038 11.0127 0.345513 11.0129 0.324079 11.0131 0.314658 11.0132 0.30959 11.0134 0.304824 11.0135 0.304618 11.0137 0.316454 11.0138 0.346714 11.014 0.395215 11.0142 0.450437 11.0143 0.493985 11.0145 0.515452 11.0146 0.519561 11.0148 0.515069 11.0149 0.505311 11.0151 0.492407 11.0152 0.481875 11.0154 0.476332 11.0156 0.469386 11.0157 0.454156 11.0159 0.434862 11.016 0.420587 11.0162 0.41576 11.0163 0.422265 11.0165 0.444856 11.0167 0.481704 11.0168 0.515077 11.017 0.526641 11.0171 0.521177 11.0173 0.521353 11.0174 0.536381 11.0176 0.549665 11.0178 0.542277 11.0179 0.515831 11.0181 0.484495 11.0182 0.456816 11.0184 0.433145 11.0185 0.413977 11.0187 0.40076 11.0189 0.391921 11.019 0.38644 11.0192 0.388082 11.0193 0.398139 11.0195 0.409454 11.0196 0.414018 11.0198 0.412216 11.02 0.40766 11.0201 0.395775 11.0203 0.369131 11.0204 0.332112 11.0206 0.300978 11.0207 0.287121 11.0209 0.289169 11.0211 0.301891 11.0212 0.324029 11.0214 0.35172 11.0215 0.372763 11.0217 0.374903 11.0218 0.35795 11.022 0.332674 11.0221 0.312359 11.0223 0.307743 11.0225 0.325202 11.0226 0.35982 11.0228 0.394176 11.0229 0.41319 11.0231 0.420938 11.0232 0.43633 11.0234 0.466829 11.0236 0.496523 11.0237 0.505006 11.0239 0.492653 11.024 0.478415 11.0242 0.47458 11.0243 0.473561 11.0245 0.460756 11.0247 0.433588 11.0248 0.402977 11.025 0.381587 11.0251 0.375549 11.0253 0.38256 11.0254 0.394899 11.0256 0.404735 11.0258 0.41097 11.0259 0.418595 11.0261 0.427415 11.0262 0.426843 11.0264 0.409114 11.0265 0.384567 11.0267 0.373988 11.0269 0.385215 11.027 0.403747 11.0272 0.410552 11.0273 0.40181 11.0275 0.388739 11.0276 0.384889 11.0278 0.39722 11.0279 0.423756 11.0281 0.451643 11.0283 0.464018 11.0284 0.454847 11.0286 0.434086 11.0287 0.414256 11.0289 0.396843 11.029 0.377896 11.0292 0.362484 11.0294 0.360875 11.0295 0.369733 11.0297 0.370089 11.0298 0.347527 11.03 0.310107 11.0301 0.282503 11.0303 0.285304 11.0305 0.321262 11.0306 0.373961 11.0308 0.418086 11.0309 0.437156 11.0311 0.43487 11.0312 0.428264 11.0314 0.426403 11.0316 0.423796 11.0317 0.415115 11.0319 0.40871 11.032 0.415425 11.0322 0.431138 11.0323 0.440414 11.0325 0.437773 11.0327 0.434782 11.0328 0.442527 11.033 0.456895 11.0331 0.465181 11.0333 0.463042 11.0334 0.458947 11.0336 0.461388 11.0338 0.466456 11.0339 0.460222 11.0341 0.431837 11.0342 0.386998 11.0344 0.347312 11.0345 0.334866 11.0347 0.355478 11.0348 0.395923 11.035 0.436687 11.0352 0.46778 11.0353 0.490266 11.0355 0.507789 11.0356 0.51637 11.0358 0.506926 11.0359 0.477052 11.0361 0.439516 11.0363 0.415322 11.0364 0.41571 11.0366 0.431131 11.0367 0.442294 11.0369 0.439229 11.037 0.427152 11.0372 0.415085 11.0374 0.404255 11.0375 0.389773 11.0377 0.371394 11.0378 0.357073 11.038 0.355982 11.0381 0.36802 11.0383 0.380215 11.0385 0.378186 11.0386 0.363491 11.0388 0.357156 11.0389 0.379206 11.0391 0.422619 11.0392 0.456022 11.0394 0.45635 11.0396 0.430588 11.0397 0.402625 11.0399 0.385866 11.04 0.380088 11.0402 0.384909 11.0403 0.402617 11.0405 0.4247 11.0407 0.433949 11.0408 0.425227 11.041 0.413694 11.0411 0.414383 11.0413 0.423504 11.0414 0.428106 11.0416 0.428032 11.0417 0.434756 11.0419 0.45262 11.0421 0.471315 11.0422 0.477772 11.0424 0.467104 11.0425 0.442139 11.0427 0.412146 11.0428 0.391765 11.043 0.392189 11.0432 0.408085 11.0433 0.421706 11.0435 0.422183 11.0436 0.414781 11.0438 0.408103 11.0439 0.400913 11.0441 0.387922 11.0443 0.370903 11.0444 0.356872 11.0446 0.348537 11.0447 0.343922 11.0449 0.342926 11.045 0.348493 11.0452 0.359997 11.0454 0.370534 11.0455 0.371901 11.0457 0.359047 11.0458 0.335424 11.046 0.313736 11.0461 0.309218 11.0463 0.323834 11.0465 0.340557 11.0466 0.340455 11.0468 0.324345 11.0469 0.311404 11.0471 0.317594 11.0472 0.341894 11.0474 0.37148 11.0475 0.394621 11.0477 0.404218 11.0479 0.397818 11.048 0.377156 11.0482 0.348396 11.0483 0.316329 11.0485 0.284189 11.0486 0.256792 11.0488 0.243244 11.049 0.250451 11.0491 0.273992 11.0493 0.298799 11.0494 0.310146 11.0496 0.306219 11.0497 0.298708 11.0499 0.299845 11.0501 0.309964 11.0502 0.320101 11.0504 0.327626 11.0505 0.340507 11.0507 0.363346 11.0508 0.387188 11.051 0.399254 11.0512 0.39848 11.0513 0.391882 11.0515 0.382362 11.0516 0.371868 11.0518 0.37174 11.0519 0.395596 11.0521 0.439516 11.0523 0.482443 11.0524 0.509656 11.0526 0.523826 11.0527 0.530643 11.0529 0.525235 11.053 0.502892 11.0532 0.472012 11.0534 0.446555 11.0535 0.433 11.0537 0.432711 11.0538 0.450396 11.054 0.486835 11.0541 0.529034 11.0543 0.558966 11.0544 0.56954 11.0546 0.568079 11.0548 0.562729 11.0549 0.555576 11.0551 0.543036 11.0552 0.519719 11.0554 0.481321 11.0555 0.433952 11.0557 0.394886 11.0559 0.377884 11.056 0.380975 11.0562 0.391723 11.0563 0.402273 11.0565 0.41035 11.0566 0.411389 11.0568 0.402507 11.057 0.39215 11.0571 0.39262 11.0573 0.403105 11.0574 0.409271 11.0576 0.403474 11.0577 0.391773 11.0579 0.381916 11.0581 0.372155 11.0582 0.358978 11.0584 0.343755 11.0585 0.329584 11.0587 0.315256 11.0588 0.301845 11.059 0.297551 11.0592 0.312021 11.0593 0.345647 11.0595 0.387665 11.0596 0.422339 11.0598 0.440024 11.0599 0.445711 11.0601 0.454923 11.0603 0.473461 11.0604 0.485756 11.0606 0.472536 11.0607 0.437309 11.0609 0.403638 11.061 0.387029 11.0612 0.38347 11.0613 0.387426 11.0615 0.402245 11.0617 0.424672 11.0618 0.438575 11.062 0.435906 11.0621 0.431429 11.0623 0.440663 11.0624 0.455336 11.0626 0.458011 11.0628 0.450211 11.0629 0.445485 11.0631 0.441217 11.0632 0.421151 11.0634 0.388284 11.0635 0.373061 11.0637 0.396097 11.0639 0.440218 11.064 0.471258 11.0642 0.475572 11.0643 0.464713 11.0645 0.451737 11.0646 0.438367 11.0648 0.424364 11.065 0.414742 11.0651 0.413285 11.0653 0.417017 11.0654 0.421652 11.0656 0.428576 11.0657 0.440683 11.0659 0.453445 11.0661 0.456974 11.0662 0.445362 11.0664 0.423379 11.0665 0.401233 11.0667 0.386031 11.0668 0.378948 11.067 0.378398 11.0672 0.382994 11.0673 0.391922 11.0675 0.404654 11.0676 0.420148 11.0678 0.433763 11.0679 0.43765 11.0681 0.431161 11.0682 0.424719 11.0684 0.427775 11.0686 0.435969 11.0687 0.437529 11.0689 0.433949 11.069 0.440901 11.0692 0.463083 11.0693 0.483466 11.0695 0.483203 11.0697 0.464119 11.0698 0.439534 11.07 0.415975 11.0701 0.396165 11.0703 0.392309 11.0704 0.415573 11.0706 0.455778 11.0708 0.48584 11.0709 0.493527 11.0711 0.493205 11.0712 0.503506 11.0714 0.525333 11.0715 0.548458 11.0717 0.565325 11.0719 0.572365 11.072 0.567333 11.0722 0.553379 11.0723 0.540757 11.0725 0.537477 11.0726 0.542621 11.0728 0.553611 11.073 0.56967 11.0731 0.585959 11.0733 0.58905 11.0734 0.571564 11.0736 0.542065 11.0737 0.51502 11.0739 0.494782 11.074 0.477885 11.0742 0.465363 11.0744 0.463337 11.0745 0.471843 11.0747 0.483406 11.0748 0.493029 11.075 0.50158 11.0751 0.508448 11.0753 0.51044 11.0755 0.506391 11.0756 0.500409 11.0758 0.498766 11.0759 0.505873 11.0761 0.522258 11.0762 0.540003 11.0764 0.543596 11.0766 0.525311 11.0767 0.498323 11.0769 0.487339 11.077 0.500941 11.0772 0.522932 11.0773 0.531178 11.0775 0.519283 11.0777 0.495409 11.0778 0.466942 11.078 0.434851 11.0781 0.398769 11.0783 0.361061 11.0784 0.325152 11.0786 0.295626 11.0788 0.279401 11.0789 0.282645 11.0791 0.305924 11.0792 0.341604 11.0794 0.378011 11.0795 0.404216 11.0797 0.414207 11.0799 0.410521 11.08 0.403285 11.0802 0.404009 11.0803 0.416738 11.0805 0.437019 11.0806 0.458094 11.0808 0.476411 11.0809 0.492283 11.0811 0.506068 11.0813 0.515957 11.0814 0.519859 11.0816 0.518541 11.0817 0.516025 11.0819 0.515264 11.082 0.513594 11.0822 0.50513 11.0824 0.490236 11.0825 0.477482 11.0827 0.474584 11.0828 0.478451 11.083 0.479895 11.0831 0.477965 11.0833 0.482593 11.0835 0.500902 11.0836 0.525779 11.0838 0.543456 11.0839 0.548597 11.0841 0.545885 11.0842 0.538454 11.0844 0.52632 11.0846 0.513982 11.0847 0.50972 11.0849 0.512437 11.085 0.507813 11.0852 0.48844 11.0853 0.470549 11.0855 0.478371 11.0857 0.513992 11.0858 0.551865 11.086 0.564387 11.0861 0.545107 11.0863 0.504922 11.0864 0.458711 11.0866 0.421995 11.0868 0.409667 11.0869 0.425652 11.0871 0.453146 11.0872 0.466141 11.0874 0.45541 11.0875 0.435828 11.0877 0.429758 11.0878 0.443989 11.088 0.467928 11.0882 0.488812 11.0883 0.503807 11.0885 0.516116 11.0886 0.524998 11.0888 0.526214 11.0889 0.520651 11.0891 0.514847 11.0893 0.508682 11.0894 0.491619 11.0896 0.458105 11.0897 0.422592 11.0899 0.405767 11.09 0.406834 11.0902 0.403611 11.0904 0.382682 11.0905 0.356922 11.0907 0.346029 11.0908 0.351213 11.091 0.3595 11.0911 0.364822 11.0913 0.371807 11.0915 0.382297 11.0916 0.391782 11.0918 0.395895 11.0919 0.393021 11.0921 0.379116 11.0922 0.351851 11.0924 0.318501 11.0926 0.291492 11.0927 0.277871 11.0929 0.279047 11.093 0.297181 11.0932 0.331171 11.0933 0.367021 11.0935 0.386537 11.0936 0.388431 11.0938 0.388845 11.094 0.398469 11.0941 0.411142 11.0943 0.419155 11.0944 0.426428 11.0946 0.437574 11.0947 0.444969 11.0949 0.439939 11.0951 0.429112 11.0952 0.426249 11.0954 0.433496 11.0955 0.4374 11.0957 0.427676 11.0958 0.408773 11.096 0.393889 11.0962 0.393262 11.0963 0.407988 11.0965 0.430476 11.0966 0.451281 11.0968 0.465209 11.0969 0.471995 11.0971 0.470121 11.0973 0.458177 11.0974 0.443609 11.0976 0.440797 11.0977 0.452418 11.0979 0.460401 11.098 0.444703 11.0982 0.407452 11.0984 0.367555 11.0985 0.335836 11.0987 0.30729 11.0988 0.278897 11.099 0.260676 11.0991 0.261158 11.0993 0.271287 11.0995 0.271297 11.0996 0.253508 11.0998 0.232944 11.0999 0.234318 11.1001 0.267315 11.1002 0.314071 11.1004 0.344603 11.1005 0.346109 11.1007 0.333499 11.1009 0.328505 11.101 0.334163 11.1012 0.336025 11.1013 0.32476 11.1015 0.306741 11.1016 0.294051 11.1018 0.292201 11.102 0.300866 11.1021 0.317013 11.1023 0.335724 11.1024 0.352961 11.1026 0.371039 11.1027 0.396188 11.1029 0.429923 11.1031 0.466122 11.1032 0.49759 11.1034 0.519594 11.1035 0.528617 11.1037 0.524557 11.1038 0.515042 11.104 0.509122 11.1042 0.50619 11.1043 0.497703 11.1045 0.482237 11.1046 0.46882 11.1048 0.462164 11.1049 0.454855 11.1051 0.440275 11.1053 0.422973 11.1054 0.411162 11.1056 0.405981 11.1057 0.404293 11.1059 0.403795 11.106 0.398397 11.1062 0.37657 11.1064 0.336573 11.1065 0.295978 11.1067 0.274263 11.1068 0.270081 11.107 0.267051 11.1071 0.258531 11.1073 0.253433 11.1074 0.258376 11.1076 0.268851 11.1078 0.283221 11.1079 0.313295 11.1081 0.36925 11.1082 0.439561 11.1084 0.495531 11.1085 0.518856 11.1087 0.517278 11.1089 0.513051 11.109 0.517237 11.1092 0.521035 11.1093 0.512575 11.1095 0.494656 11.1096 0.479656 11.1098 0.469033 11.11 0.452704 11.1101 0.429147 11.1103 0.413746 11.1104 0.417538 11.1106 0.428031 11.1107 0.424889 11.1109 0.409301 11.1111 0.40335 11.1112 0.421831 11.1114 0.456656 11.1115 0.490336 11.1117 0.511012 11.1118 0.513248 11.112 0.498768 11.1122 0.479992 11.1123 0.474887 11.1125 0.487365 11.1126 0.500045 11.1128 0.492538 11.1129 0.464934 11.1131 0.437981 11.1133 0.432873 11.1134 0.453013 11.1136 0.482569 11.1137 0.50138 11.1139 0.503106 11.114 0.497559 11.1142 0.490795 11.1143 0.469426 11.1145 0.416536 11.1147 0.341262 11.1148 0.277652 11.115 0.251521 11.1151 0.259395 11.1153 0.284578 11.1154 0.32014 11.1156 0.36167 11.1158 0.39349 11.1159 0.398143 11.1161 0.377569 11.1162 0.353671 11.1164 0.348939 11.1165 0.373181 11.1167 0.420576 11.1169 0.470106 11.117 0.496201 11.1172 0.488794 11.1173 0.464477 11.1175 0.446491 11.1176 0.439859 11.1178 0.435077 11.118 0.430407 11.1181 0.433238 11.1183 0.44081 11.1184 0.436851 11.1186 0.412395 11.1187 0.378879 11.1189 0.351696 11.1191 0.33234 11.1192 0.313503 11.1194 0.296221 11.1195 0.291324 11.1197 0.307795 11.1198 0.342713 11.12 0.382774 11.1201 0.412555 11.1203 0.426513 11.1205 0.433689 11.1206 0.447295 11.1208 0.469005 11.1209 0.487409 11.1211 0.491806 11.1212 0.481518 11.1214 0.461398 11.1216 0.438469 11.1217 0.422225 11.1219 0.42049 11.122 0.429094 11.1222 0.434316 11.1223 0.428729 11.1225 0.417443 11.1227 0.406015 11.1228 0.391937 11.123 0.373162 11.1231 0.354555 11.1233 0.338016 11.1234 0.315006 11.1236 0.281786 11.1238 0.255008 11.1239 0.257497 11.1241 0.29032 11.1242 0.329364 11.1244 0.351109 11.1245 0.353134 11.1247 0.348995 11.1249 0.353463 11.125 0.373849 11.1252 0.407109 11.1253 0.44149 11.1255 0.465829 11.1256 0.478959 11.1258 0.486254 11.126 0.488239 11.1261 0.4812 11.1263 0.468658 11.1264 0.462599 11.1266 0.469734 11.1267 0.482998 11.1269 0.491044 11.127 0.490715 11.1272 0.483307 11.1274 0.46866 11.1275 0.44694 11.1277 0.423275 11.1278 0.401426 11.128 0.375865 11.1281 0.337678 11.1283 0.289977 11.1285 0.250543 11.1286 0.236532 11.1288 0.250243 11.1289 0.279189 11.1291 0.308373 11.1292 0.329006 11.1294 0.340088 11.1296 0.343757 11.1297 0.341782 11.1299 0.335604 11.13 0.330512 11.1302 0.335636 11.1303 0.357543 11.1305 0.394559 11.1307 0.436142 11.1308 0.469323 11.131 0.485219 11.1311 0.482028 11.1313 0.465422 11.1314 0.445683 11.1316 0.430262 11.1318 0.421065 11.1319 0.415697 11.1321 0.411003 11.1322 0.403456 11.1324 0.389847 11.1325 0.372752 11.1327 0.361541 11.1329 0.363682 11.133 0.372616 11.1332 0.371875 11.1333 0.353546 11.1335 0.328007 11.1336 0.312325 11.1338 0.31445 11.1339 0.33168 11.1341 0.358139 11.1343 0.386165 11.1344 0.402788 11.1346 0.395911 11.1347 0.367731 11.1349 0.336645 11.135 0.32127 11.1352 0.324953 11.1354 0.336935 11.1355 0.345693 11.1357 0.34506 11.1358 0.335302 11.136 0.32284 11.1361 0.317573 11.1363 0.326203 11.1365 0.344045 11.1366 0.358198 11.1368 0.360863 11.1369 0.356514 11.1371 0.35788 11.1372 0.373158 11.1374 0.399217 11.1376 0.42311 11.1377 0.43151 11.1379 0.421202 11.138 0.401973 11.1382 0.38847 11.1383 0.389049 11.1385 0.402993 11.1387 0.422106 11.1388 0.436004 11.139 0.435689 11.1391 0.421564 11.1393 0.408073 11.1394 0.414532 11.1396 0.447281 11.1397 0.49264 11.1399 0.52825 11.1401 0.540451 11.1402 0.53205 11.1404 0.517706 11.1405 0.513684 11.1407 0.525873 11.1408 0.543974 11.141 0.550522 11.1412 0.538507 11.1413 0.519062 11.1415 0.508845 11.1416 0.514248 11.1418 0.530372 11.1419 0.549521 11.1421 0.5633 11.1423 0.560178 11.1424 0.531088 11.1426 0.481752 11.1427 0.433786 11.1429 0.407574 11.143 0.406815 11.1432 0.421026 11.1434 0.440462 11.1435 0.461792 11.1437 0.479114 11.1438 0.478935 11.144 0.451724 11.1441 0.407342 11.1443 0.372148 11.1445 0.36655 11.1446 0.389135 11.1448 0.422908 11.1449 0.452598 11.1451 0.470622 11.1452 0.471517 11.1454 0.45167 11.1456 0.417821 11.1457 0.386489 11.1459 0.369936 11.146 0.367796 11.1462 0.374572 11.1463 0.389751 11.1465 0.414949 11.1466 0.444675 11.1468 0.468697 11.147 0.480422 11.1471 0.479246 11.1473 0.467238 11.1474 0.448939 11.1476 0.4316 11.1477 0.419644 11.1479 0.410686 11.1481 0.401017 11.1482 0.3925 11.1484 0.387079 11.1485 0.379983 11.1487 0.364001 11.1488 0.34184 11.149 0.324042 11.1492 0.314924 11.1493 0.310783 11.1495 0.311163 11.1496 0.321569 11.1498 0.339792 11.1499 0.349093 11.1501 0.334875 11.1503 0.30617 11.1504 0.288991 11.1506 0.300523 11.1507 0.332943 11.1509 0.364289 11.151 0.380527 11.1512 0.384941 11.1514 0.388501 11.1515 0.393527 11.1517 0.390578 11.1518 0.370741 11.152 0.336211 11.1521 0.295048 11.1523 0.250846 11.1525 0.206608 11.1526 0.175892 11.1528 0.176298 11.1529 0.207904 11.1531 0.24651 11.1532 0.27001 11.1534 0.280611 11.1535 0.295085 11.1537 0.318644 11.1539 0.339848 11.154 0.348596 11.1542 0.346292 11.1543 0.338614 11.1545 0.328235 11.1546 0.320936 11.1548 0.327297 11.155 0.351473 11.1551 0.383222 11.1553 0.404763 11.1554 0.408134 11.1556 0.399775 11.1557 0.392496 11.1559 0.394985 11.1561 0.407979 11.1562 0.426221 11.1564 0.442594 11.1565 0.45119 11.1567 0.447542 11.1568 0.430152 11.157 0.403547 11.1572 0.3813 11.1573 0.376688 11.1575 0.391283 11.1576 0.411486 11.1578 0.421847 11.1579 0.419283 11.1581 0.412192 11.1583 0.408279 11.1584 0.408977 11.1586 0.41534 11.1587 0.430615 11.1589 0.452379 11.159 0.466322 11.1592 0.456005 11.1594 0.422984 11.1595 0.388587 11.1597 0.373259 11.1598 0.376958 11.16 0.384225 11.1601 0.385072 11.1603 0.383446 11.1604 0.38615 11.1606 0.391937 11.1608 0.396314 11.1609 0.39911 11.1611 0.403344 11.1612 0.410662 11.1614 0.421733 11.1615 0.438721 11.1617 0.461705 11.1619 0.485177 11.162 0.502932 11.1622 0.513704 11.1623 0.517105 11.1625 0.508292 11.1626 0.484831 11.1628 0.456193 11.163 0.437993 11.1631 0.436985 11.1633 0.4495 11.1634 0.474574 11.1636 0.51485 11.1637 0.560635 11.1639 0.583821 11.1641 0.562639 11.1642 0.506653 11.1644 0.448114 11.1645 0.409306 11.1647 0.388727 11.1648 0.37765 11.165 0.376009 11.1652 0.38679 11.1653 0.404228 11.1655 0.416957 11.1656 0.420042 11.1658 0.414844 11.1659 0.400916 11.1661 0.375964 11.1662 0.345194 11.1664 0.324565 11.1666 0.327404 11.1667 0.35105 11.1669 0.37806 11.167 0.391039 11.1672 0.38747 11.1673 0.380058 11.1675 0.381902 11.1677 0.392838 11.1678 0.398558 11.168 0.387096 11.1681 0.363246 11.1683 0.343048 11.1684 0.337432 11.1686 0.34512 11.1688 0.360325 11.1689 0.380163 11.1691 0.401089 11.1692 0.415219 11.1694 0.416511 11.1695 0.405579 11.1697 0.38605 11.1699 0.359644 11.17 0.331512 11.1702 0.315132 11.1703 0.319531 11.1705 0.335265 11.1706 0.343045 11.1708 0.338161 11.171 0.334342 11.1711 0.341274 11.1713 0.348919 11.1714 0.341407 11.1716 0.317956 11.1717 0.291394 11.1719 0.273006 11.1721 0.266684 11.1722 0.27452 11.1724 0.29701 11.1725 0.329902 11.1727 0.367528 11.1728 0.40749 11.173 0.445083 11.1731 0.467724 11.1733 0.464882 11.1735 0.444453 11.1736 0.425161 11.1738 0.413053 11.1739 0.397219 11.1741 0.373891 11.1742 0.359426 11.1744 0.368838 11.1746 0.390796 11.1747 0.39959 11.1749 0.387236 11.175 0.370547 11.1752 0.366223 11.1753 0.372041 11.1755 0.376955 11.1757 0.378106 11.1758 0.379016 11.176 0.379253 11.1761 0.374713 11.1763 0.366679 11.1764 0.359654 11.1766 0.352271 11.1768 0.340196 11.1769 0.330391 11.1771 0.339289 11.1772 0.372214 11.1774 0.410624 11.1775 0.432865 11.1777 0.441906 11.1779 0.459504 11.178 0.492994 11.1782 0.521177 11.1783 0.521204 11.1785 0.497564 11.1786 0.473958 11.1788 0.462108 11.179 0.452914 11.1791 0.437137 11.1793 0.420044 11.1794 0.411849 11.1796 0.414077 11.1797 0.42294 11.1799 0.439448 11.18 0.465652 11.1802 0.49352 11.1804 0.506606 11.1805 0.495432 11.1807 0.468496 11.1808 0.445104 11.181 0.438374 11.1811 0.445982 11.1813 0.457006 11.1815 0.465864 11.1816 0.474509 11.1818 0.481023 11.1819 0.474124 11.1821 0.446949 11.1822 0.41276 11.1824 0.395572 11.1826 0.405318 11.1827 0.428296 11.1829 0.448501 11.183 0.463812 11.1832 0.475648 11.1833 0.475364 11.1835 0.454002 11.1837 0.419873 11.1838 0.390337 11.184 0.368343 11.1841 0.342299 11.1843 0.309158 11.1844 0.28265 11.1846 0.273142 11.1848 0.273766 11.1849 0.275706 11.1851 0.284373 11.1852 0.307572 11.1854 0.33567 11.1855 0.35046 11.1857 0.349653 11.1858 0.346442 11.186 0.346729 11.1862 0.34261 11.1863 0.334392 11.1865 0.339468 11.1866 0.367697 11.1868 0.399898 11.1869 0.406504 11.1871 0.385824 11.1873 0.368523 11.1874 0.381881 11.1876 0.420129 11.1877 0.454283 11.1879 0.464079 11.188 0.453067 11.1882 0.438373 11.1884 0.431975 11.1885 0.433623 11.1887 0.438132 11.1888 0.445212 11.189 0.458988 11.1891 0.47718 11.1893 0.488141 11.1895 0.484483 11.1896 0.475416 11.1898 0.478435 11.1899 0.497506 11.1901 0.519216 11.1902 0.531294 11.1904 0.535402 11.1906 0.536868 11.1907 0.532363 11.1909 0.515354 11.191 0.490296 11.1912 0.469678 11.1913 0.461769 11.1915 0.466536 11.1917 0.478579 11.1918 0.487607 11.192 0.477373 11.1921 0.441541 11.1923 0.401138 11.1924 0.391354 11.1926 0.422814 11.1927 0.464068 11.1929 0.472352 11.1931 0.435333 11.1932 0.37688 11.1934 0.327442 11.1935 0.300446 11.1937 0.294817 11.1938 0.304352 11.194 0.319256 11.1942 0.326825 11.1943 0.321895 11.1945 0.3156 11.1946 0.325587 11.1948 0.355596 11.1949 0.387863 11.1951 0.400194 11.1953 0.387804 11.1954 0.365799 11.1956 0.351388 11.1957 0.349422 11.1959 0.35313 11.196 0.35451 11.1962 0.348899 11.1964 0.334984 11.1965 0.314642 11.1967 0.293756 11.1968 0.279787 11.197 0.278432 11.1971 0.292056 11.1973 0.319142 11.1975 0.349107 11.1976 0.364837 11.1978 0.355663 11.1979 0.329505 11.1981 0.307034 11.1982 0.302012 11.1984 0.311328 11.1986 0.325895 11.1987 0.342246 11.1989 0.362686 11.199 0.388985 11.1992 0.421313 11.1993 0.45871 11.1995 0.495576 11.1996 0.521179 11.1998 0.528981 11.2 0.523546 11.2001 0.512862 11.2003 0.497185 11.2004 0.471534 11.2006 0.438675 11.2007 0.411641 11.2009 0.40039 11.2011 0.40235 11.2012 0.407953 11.2014 0.411264 11.2015 0.41009 11.2017 0.401095 11.2018 0.38168 11.202 0.356944 11.2022 0.337081 11.2023 0.326251 11.2025 0.319779 11.2026 0.3154 11.2028 0.321754 11.2029 0.34743 11.2031 0.383965 11.2033 0.410524 11.2034 0.417923 11.2036 0.417554 11.2037 0.422687 11.2039 0.427891 11.204 0.42063 11.2042 0.40194 11.2044 0.385626 11.2045 0.376786 11.2047 0.368244 11.2048 0.359779 11.205 0.365637 11.2051 0.393407 11.2053 0.427076 11.2055 0.440897 11.2056 0.426413 11.2058 0.398437 11.2059 0.375677 11.2061 0.364582 11.2062 0.360225 11.2064 0.356532 11.2065 0.350569 11.2067 0.34284 11.2069 0.335206 11.207 0.328042 11.2072 0.322042 11.2073 0.320082 11.2075 0.324695 11.2076 0.334639 11.2078 0.345239 11.208 0.35539 11.2081 0.366289 11.2083 0.376247 11.2084 0.38122 11.2086 0.383694 11.2087 0.392254 11.2089 0.410547 11.2091 0.430395 11.2092 0.440885 11.2094 0.437635 11.2095 0.419216 11.2097 0.385428 11.2098 0.344286 11.21 0.314811 11.2102 0.310972 11.2103 0.326876 11.2105 0.344128 11.2106 0.352297 11.2108 0.353898 11.2109 0.356923 11.2111 0.370935 11.2113 0.403759 11.2114 0.453534 11.2116 0.503016 11.2117 0.53379 11.2119 0.544336 11.212 0.545033 11.2122 0.540153 11.2123 0.526412 11.2125 0.506495 11.2127 0.489983 11.2128 0.478402 11.213 0.460541 11.2131 0.427958 11.2133 0.386 11.2134 0.348342 11.2136 0.324134 11.2138 0.314802 11.2139 0.316783 11.2141 0.323096 11.2142 0.329998 11.2144 0.342629 11.2145 0.367126 11.2147 0.400734 11.2149 0.433031 11.215 0.456412 11.2152 0.466597 11.2153 0.458145 11.2155 0.43065 11.2156 0.400111 11.2158 0.387862 11.216 0.395397 11.2161 0.403573 11.2163 0.39847 11.2164 0.38682 11.2166 0.381182 11.2167 0.382882 11.2169 0.388373 11.2171 0.397425 11.2172 0.405088 11.2174 0.400853 11.2175 0.385357 11.2177 0.377736 11.2178 0.393852 11.218 0.425543 11.2182 0.454726 11.2183 0.476685 11.2185 0.493775 11.2186 0.496953 11.2188 0.474075 11.2189 0.435538 11.2191 0.412657 11.2192 0.425068 11.2194 0.463486 11.2196 0.505222 11.2197 0.535813 11.2199 0.551926 11.22 0.555657 11.2202 0.551497 11.2203 0.544125 11.2205 0.532496 11.2207 0.514546 11.2208 0.494485 11.221 0.479718 11.2211 0.468288 11.2213 0.450291 11.2214 0.423263 11.2216 0.399975 11.2218 0.391664 11.2219 0.393309 11.2221 0.390547 11.2222 0.379462 11.2224 0.37057 11.2225 0.373619 11.2227 0.382426 11.2229 0.380202 11.223 0.357708 11.2232 0.324361 11.2233 0.298898 11.2235 0.291092 11.2236 0.296237 11.2238 0.306823 11.224 0.320587 11.2241 0.335464 11.2243 0.344647 11.2244 0.344162 11.2246 0.340474 11.2247 0.340715 11.2249 0.344144 11.2251 0.348617 11.2252 0.360848 11.2254 0.387072 11.2255 0.414724 11.2257 0.419756 11.2258 0.39492 11.226 0.360575 11.2261 0.34464 11.2263 0.358962 11.2265 0.395567 11.2266 0.436548 11.2268 0.46204 11.2269 0.461726 11.2271 0.44403 11.2272 0.428078 11.2274 0.422125 11.2276 0.414878 11.2277 0.393329 11.2279 0.362284 11.228 0.33824 11.2282 0.331047 11.2283 0.3375 11.2285 0.348762 11.2287 0.357336 11.2288 0.360332 11.229 0.361377 11.2291 0.368113 11.2293 0.382131 11.2294 0.393672 11.2296 0.390369 11.2298 0.36929 11.2299 0.338809 11.2301 0.309782 11.2302 0.289452 11.2304 0.280745 11.2305 0.282321 11.2307 0.289159 11.2309 0.295654 11.231 0.301883 11.2312 0.314357 11.2313 0.341061 11.2315 0.382679 11.2316 0.427296 11.2318 0.457976 11.2319 0.466516 11.2321 0.461508 11.2323 0.456769 11.2324 0.454713 11.2326 0.449572 11.2327 0.442441 11.2329 0.443737 11.233 0.455727 11.2332 0.465545 11.2334 0.45873 11.2335 0.436985 11.2337 0.415162 11.2338 0.406078 11.234 0.413683 11.2341 0.432826 11.2343 0.450671 11.2345 0.453495 11.2346 0.440622 11.2348 0.426347 11.2349 0.42238 11.2351 0.42263 11.2352 0.414255 11.2354 0.399181 11.2356 0.391469 11.2357 0.397414 11.2359 0.409599 11.236 0.421218 11.2362 0.433676 11.2363 0.448153 11.2365 0.458431 11.2367 0.460268 11.2368 0.458356 11.237 0.457232 11.2371 0.45201 11.2373 0.438224 11.2374 0.425157 11.2376 0.427852 11.2378 0.446739 11.2379 0.460824 11.2381 0.449571 11.2382 0.413991 11.2384 0.374257 11.2385 0.349388 11.2387 0.345749 11.2388 0.36105 11.239 0.391222 11.2392 0.427836 11.2393 0.457946 11.2395 0.472516 11.2396 0.475911 11.2398 0.480075 11.2399 0.4886 11.2401 0.493719 11.2403 0.48853 11.2404 0.476786 11.2406 0.466123 11.2407 0.458196 11.2409 0.450047 11.241 0.443189 11.2412 0.442875 11.2414 0.448741 11.2415 0.450943 11.2417 0.437097 11.2418 0.405409 11.242 0.368996 11.2421 0.348528 11.2423 0.35588 11.2425 0.383184 11.2426 0.409573 11.2428 0.421615 11.2429 0.424159 11.2431 0.430036 11.2432 0.444499 11.2434 0.463789 11.2436 0.482359 11.2437 0.495653 11.2439 0.497233 11.244 0.483697 11.2442 0.462656 11.2443 0.448945 11.2445 0.448178 11.2447 0.450839 11.2448 0.445447 11.245 0.434168 11.2451 0.428964 11.2453 0.435031 11.2454 0.444269 11.2456 0.446226 11.2457 0.439561 11.2459 0.429565 11.2461 0.417833 11.2462 0.401111 11.2464 0.380781 11.2465 0.367823 11.2467 0.371747 11.2468 0.387685 11.247 0.400607 11.2472 0.403062 11.2473 0.401597 11.2475 0.405443 11.2476 0.41442 11.2478 0.42281 11.2479 0.429499 11.2481 0.436517 11.2483 0.441185 11.2484 0.437769 11.2486 0.427712 11.2487 0.420386 11.2489 0.421756 11.249 0.42867 11.2492 0.435214 11.2494 0.442542 11.2495 0.453705 11.2497 0.463895 11.2498 0.461293 11.25 0.442879 11.2501 0.424517 11.2503 0.428502 11.2505 0.457528 11.2506 0.488838 11.2508 0.498632 11.2509 0.487378 11.2511 0.475567 11.2512 0.473782 11.2514 0.472424 11.2516 0.460598 11.2517 0.441973 11.2519 0.424261 11.252 0.402268 11.2522 0.367901 11.2523 0.331005 11.2525 0.314957 11.2526 0.328634 11.2528 0.355287 11.253 0.374462 11.2531 0.383556 11.2533 0.393093 11.2534 0.406039 11.2536 0.413487 11.2537 0.410826 11.2539 0.408391 11.2541 0.422074 11.2542 0.455695 11.2544 0.496836 11.2545 0.528475 11.2547 0.54292 11.2548 0.542262 11.255 0.530133 11.2552 0.5084 11.2553 0.483804 11.2555 0.470389 11.2556 0.477899 11.2558 0.499918 11.2559 0.519294 11.2561 0.522109 11.2563 0.506313 11.2564 0.478209 11.2566 0.446198 11.2567 0.416744 11.2569 0.390299 11.257 0.364259 11.2572 0.340243 11.2574 0.325696 11.2575 0.324039 11.2577 0.328604 11.2578 0.331131 11.258 0.331869 11.2581 0.333315 11.2583 0.331938 11.2584 0.325475 11.2586 0.323666 11.2588 0.337762 11.2589 0.362544 11.2591 0.384057 11.2592 0.402846 11.2594 0.431907 11.2595 0.467749 11.2597 0.484023 11.2599 0.465391 11.26 0.432187 11.2602 0.416424 11.2603 0.426196 11.2605 0.44645 11.2606 0.464574 11.2608 0.478814 11.261 0.486436 11.2611 0.482157 11.2613 0.468551 11.2614 0.455364 11.2616 0.446057 11.2617 0.435599 11.2619 0.421909 11.2621 0.407924 11.2622 0.393156 11.2624 0.374483 11.2625 0.358118 11.2627 0.358225 11.2628 0.3786 11.263 0.404158 11.2632 0.417825 11.2633 0.418414 11.2635 0.418589 11.2636 0.431491 11.2638 0.460464 11.2639 0.496177 11.2641 0.520707 11.2643 0.52009 11.2644 0.499028 11.2646 0.476011 11.2647 0.463878 11.2649 0.457805 11.265 0.448308 11.2652 0.435219 11.2653 0.424958 11.2655 0.422563 11.2657 0.430953 11.2658 0.452359 11.266 0.48145 11.2661 0.502547 11.2663 0.504948 11.2664 0.496663 11.2666 0.492371 11.2668 0.492455 11.2669 0.486091 11.2671 0.473173 11.2672 0.465551 11.2674 0.466169 11.2675 0.462231 11.2677 0.449115 11.2679 0.444289 11.268 0.462823 11.2682 0.491374 11.2683 0.503124 11.2685 0.494478 11.2686 0.486176 11.2688 0.488847 11.269 0.484781 11.2691 0.455363 11.2693 0.410865 11.2694 0.380698 11.2696 0.38275 11.2697 0.41101 11.2699 0.447641 11.2701 0.472941 11.2702 0.47062 11.2704 0.436849 11.2705 0.388016 11.2707 0.348995 11.2708 0.328578 11.271 0.31649 11.2712 0.303425 11.2713 0.296162 11.2715 0.303327 11.2716 0.318667 11.2718 0.325713 11.2719 0.318403 11.2721 0.307222 11.2722 0.306156 11.2724 0.317735 11.2726 0.334231 11.2727 0.34871 11.2729 0.361333 11.273 0.377528 11.2732 0.400403 11.2733 0.426762 11.2735 0.448198 11.2737 0.456921 11.2738 0.449827 11.274 0.432045 11.2741 0.417168 11.2743 0.419999 11.2744 0.444097 11.2746 0.477154 11.2748 0.504134 11.2749 0.523053 11.2751 0.542645 11.2752 0.565148 11.2754 0.580581 11.2755 0.580803 11.2757 0.57069 11.2759 0.560402 11.276 0.553954 11.2762 0.548898 11.2763 0.543235 11.2765 0.5364 11.2766 0.526709 11.2768 0.512357 11.277 0.494471 11.2771 0.474998 11.2773 0.454814 11.2774 0.437628 11.2776 0.431229 11.2777 0.439186 11.2779 0.455629 11.278 0.470428 11.2782 0.478634 11.2784 0.479932 11.2785 0.474473 11.2787 0.465226 11.2788 0.458547 11.279 0.456026 11.2791 0.449881 11.2793 0.43236 11.2795 0.408662 11.2796 0.39192 11.2798 0.388981 11.2799 0.397772 11.2801 0.414937 11.2802 0.435554 11.2804 0.447492 11.2806 0.438541 11.2807 0.410893 11.2809 0.380263 11.281 0.357876 11.2812 0.343929 11.2813 0.337927 11.2815 0.344174 11.2817 0.360791 11.2818 0.37448 11.282 0.375648 11.2821 0.371577 11.2823 0.376312 11.2824 0.39163 11.2826 0.405659 11.2828 0.407628 11.2829 0.396988 11.2831 0.381891 11.2832 0.373384 11.2834 0.37987 11.2835 0.399779 11.2837 0.419528 11.2839 0.423737 11.284 0.408344 11.2842 0.381533 11.2843 0.354552 11.2845 0.334772 11.2846 0.326908 11.2848 0.333506 11.2849 0.351759 11.2851 0.373061 11.2853 0.386396 11.2854 0.386661 11.2856 0.380786 11.2857 0.384176 11.2859 0.406735 11.286 0.442544 11.2862 0.476009 11.2864 0.498115 11.2865 0.510498 11.2867 0.516841 11.2868 0.518456 11.287 0.520474 11.2871 0.53095 11.2873 0.543922 11.2875 0.537306 11.2876 0.499635 11.2878 0.449904 11.2879 0.418724 11.2881 0.408981 11.2882 0.395415 11.2884 0.3631 11.2886 0.328697 11.2887 0.31678 11.2889 0.326134 11.289 0.337079 11.2892 0.34047 11.2893 0.346194 11.2895 0.362393 11.2897 0.381508 11.2898 0.39097 11.29 0.389371 11.2901 0.387401 11.2903 0.394937 11.2904 0.414501 11.2906 0.440844 11.2908 0.467508 11.2909 0.490443 11.2911 0.508905 11.2912 0.520961 11.2914 0.517217 11.2915 0.489033 11.2917 0.443087 11.2918 0.400578 11.292 0.376884 11.2922 0.364622 11.2923 0.348255 11.2925 0.330632 11.2926 0.331188 11.2928 0.355978 11.2929 0.384611 11.2931 0.395747 11.2933 0.395381 11.2934 0.403427 11.2936 0.420606 11.2937 0.427071 11.2939 0.412831 11.294 0.391052 11.2942 0.37721 11.2944 0.370691 11.2945 0.365791 11.2947 0.36689 11.2948 0.380542 11.295 0.39995 11.2951 0.41292 11.2953 0.41803 11.2955 0.423431 11.2956 0.432631 11.2958 0.443994 11.2959 0.459701 11.2961 0.480933 11.2962 0.495184 11.2964 0.484936 11.2966 0.453547 11.2967 0.428663 11.2969 0.431539 11.297 0.452672 11.2972 0.467031 11.2973 0.46421 11.2975 0.454146 11.2977 0.447472 11.2978 0.443414 11.298 0.436577 11.2981 0.426438 11.2983 0.416226 11.2984 0.407586 11.2986 0.399897 11.2987 0.392406 11.2989 0.383543 11.2991 0.371351 11.2992 0.354597 11.2994 0.335281 11.2995 0.318714 11.2997 0.310776 11.2998 0.31436 11.3 0.328181 11.3002 0.349346 11.3003 0.375214 11.3005 0.400299 11.3006 0.415198 11.3008 0.413224 11.3009 0.400803 11.3011 0.394761 11.3013 0.406044 11.3014 0.428767 11.3016 0.448882 11.3017 0.461655 11.3019 0.474287 11.302 0.491963 11.3022 0.506916 11.3024 0.504116 11.3025 0.478095 11.3027 0.440854 11.3028 0.411392 11.303 0.398722 11.3031 0.397367 11.3033 0.397529 11.3035 0.395746 11.3036 0.391425 11.3038 0.38138 11.3039 0.364382 11.3041 0.349963 11.3042 0.352745 11.3044 0.374997 11.3045 0.40342 11.3047 0.424482 11.3049 0.436451 11.305 0.441924 11.3052 0.440251 11.3053 0.433636 11.3055 0.433261 11.3056 0.446405 11.3058 0.461119 11.306 0.45621 11.3061 0.428777 11.3063 0.400226 11.3064 0.392612 11.3066 0.406494 11.3067 0.427228 11.3069 0.443968 11.3071 0.455405 11.3072 0.462613 11.3074 0.463274 11.3075 0.454571 11.3077 0.437604 11.3078 0.418405 11.308 0.405103 11.3082 0.401548 11.3083 0.402672 11.3085 0.399901 11.3086 0.390628 11.3088 0.381516 11.3089 0.379131 11.3091 0.382695 11.3093 0.387741 11.3094 0.3936 11.3096 0.402762 11.3097 0.414689 11.3099 0.426553 11.31 0.437514 11.3102 0.450416 11.3104 0.464406 11.3105 0.472368 11.3107 0.466339 11.3108 0.44615 11.311 0.423353 11.3111 0.412942 11.3113 0.420414 11.3114 0.43244 11.3116 0.424386 11.3118 0.385108 11.3119 0.332565 11.3121 0.301371 11.3122 0.31003 11.3124 0.343217 11.3125 0.370347 11.3127 0.378336 11.3129 0.380456 11.313 0.393833 11.3132 0.420487 11.3133 0.453117 11.3135 0.492816 11.3136 0.544556 11.3138 0.599753 11.314 0.635253 11.3141 0.637804 11.3143 0.618807 11.3144 0.596734 11.3146 0.574219 11.3147 0.542364 11.3149 0.503413 11.3151 0.473731 11.3152 0.462989 11.3154 0.460992 11.3155 0.451978 11.3157 0.432313 11.3158 0.409068 11.316 0.391401 11.3162 0.384367 11.3163 0.388831 11.3165 0.399894 11.3166 0.411975 11.3168 0.426091 11.3169 0.445943 11.3171 0.464514 11.3173 0.464477 11.3174 0.440003 11.3176 0.408271 11.3177 0.391033 11.3179 0.390238 11.318 0.393324 11.3182 0.394569 11.3183 0.398633 11.3185 0.404188 11.3187 0.399399 11.3188 0.378673 11.319 0.353082 11.3191 0.339546 11.3193 0.345707 11.3194 0.365948 11.3196 0.387318 11.3198 0.395964 11.3199 0.387032 11.3201 0.369363 11.3202 0.357749 11.3204 0.358567 11.3205 0.368373 11.3207 0.383064 11.3209 0.399141 11.321 0.409337 11.3212 0.408038 11.3213 0.404608 11.3215 0.41608 11.3216 0.443204 11.3218 0.46588 11.322 0.468335 11.3221 0.456426 11.3223 0.442424 11.3224 0.425874 11.3226 0.404366 11.3227 0.390122 11.3229 0.397751 11.3231 0.421235 11.3232 0.441321 11.3234 0.454695 11.3235 0.476206 11.3237 0.509482 11.3238 0.535343 11.324 0.537703 11.3241 0.526102 11.3243 0.519296 11.3245 0.516225 11.3246 0.497638 11.3248 0.453776 11.3249 0.396027 11.3251 0.342229 11.3252 0.301611 11.3254 0.277043 11.3256 0.272295 11.3257 0.286371 11.3259 0.305853 11.326 0.314641 11.3262 0.312108 11.3263 0.314464 11.3265 0.334346 11.3267 0.365325 11.3268 0.392709 11.327 0.412343 11.3271 0.428518 11.3273 0.436967 11.3274 0.424288 11.3276 0.389283 11.3278 0.351771 11.3279 0.332653 11.3281 0.334315 11.3282 0.34659 11.3284 0.362474 11.3285 0.376754 11.3287 0.378117 11.3289 0.359067 11.329 0.330628 11.3292 0.31188 11.3293 0.306423 11.3295 0.302391 11.3296 0.296554 11.3298 0.302082 11.33 0.327932 11.3301 0.363786 11.3303 0.393517 11.3304 0.412252 11.3306 0.422102 11.3307 0.420931 11.3309 0.406682 11.331 0.387432 11.3312 0.376581 11.3314 0.378721 11.3315 0.387379 11.3317 0.394321 11.3318 0.395876 11.332 0.392776 11.3321 0.386447 11.3323 0.377778 11.3325 0.364654 11.3326 0.346161 11.3328 0.329982 11.3329 0.32985 11.3331 0.352729 11.3332 0.391074 11.3334 0.430673 11.3336 0.459127 11.3337 0.467002 11.3339 0.451547 11.334 0.424665 11.3342 0.405798 11.3343 0.397446 11.3345 0.376103 11.3347 0.320508 11.3348 0.24333 11.335 0.183463 11.3351 0.168461 11.3353 0.195333 11.3354 0.243019 11.3356 0.290573 11.3358 0.324291 11.3359 0.341265 11.3361 0.349898 11.3362 0.358369 11.3364 0.363337 11.3365 0.359194 11.3367 0.356077 11.3369 0.373481 11.337 0.411781 11.3372 0.446352 11.3373 0.45662 11.3375 0.447502 11.3376 0.434774 11.3378 0.42204 11.3379 0.404368 11.3381 0.385736 11.3383 0.375681 11.3384 0.374091 11.3386 0.374344 11.3387 0.379203 11.3389 0.400469 11.339 0.439869 11.3392 0.482216 11.3394 0.511662 11.3395 0.524943 11.3397 0.52621 11.3398 0.516364 11.34 0.495756 11.3401 0.471148 11.3403 0.452342 11.3405 0.440736 11.3406 0.42902 11.3408 0.410393 11.3409 0.386552 11.3411 0.365316 11.3412 0.354545 11.3414 0.358595 11.3416 0.376548 11.3417 0.401162 11.3419 0.422191 11.342 0.432576 11.3422 0.433119 11.3423 0.430792 11.3425 0.431372 11.3427 0.437 11.3428 0.447507 11.343 0.4596 11.3431 0.464884 11.3433 0.45255 11.3434 0.423977 11.3436 0.399754 11.3438 0.402938 11.3439 0.434097 11.3441 0.467225 11.3442 0.476946 11.3444 0.464273 11.3445 0.451935 11.3447 0.458068 11.3448 0.481305 11.345 0.509332 11.3452 0.533558 11.3453 0.552571 11.3455 0.565313 11.3456 0.567021 11.3458 0.551889 11.3459 0.519725 11.3461 0.480394 11.3463 0.449869 11.3464 0.439522 11.3466 0.445846 11.3467 0.453665 11.3469 0.451946 11.347 0.442976 11.3472 0.434429 11.3474 0.427614 11.3475 0.417018 11.3477 0.40373 11.3478 0.398375 11.348 0.408563 11.3481 0.428465 11.3483 0.445973 11.3485 0.459685 11.3486 0.477555 11.3488 0.500049 11.3489 0.513746 11.3491 0.508108 11.3492 0.490456 11.3494 0.476031 11.3496 0.468095 11.3497 0.458118 11.3499 0.44489 11.35 0.438721 11.3502 0.445898 11.3503 0.458046 11.3505 0.463922 11.3506 0.463344 11.3508 0.461307 11.351 0.453837 11.3511 0.432629 11.3513 0.400467 11.3514 0.374126 11.3516 0.368478 11.3517 0.38206 11.3519 0.401457 11.3521 0.413833 11.3522 0.416085 11.3524 0.417203 11.3525 0.43057 11.3527 0.460209 11.3528 0.492337 11.353 0.506274 11.3532 0.494605 11.3533 0.468041 11.3535 0.442356 11.3536 0.42549 11.3538 0.418926 11.3539 0.422064 11.3541 0.42967 11.3543 0.431321 11.3544 0.423064 11.3546 0.414844 11.3547 0.41802 11.3549 0.429136 11.355 0.433365 11.3552 0.423096 11.3554 0.405234 11.3555 0.390328 11.3557 0.382953 11.3558 0.383539 11.356 0.390147 11.3561 0.395258 11.3563 0.389325 11.3565 0.373833 11.3566 0.361969 11.3568 0.3623 11.3569 0.36907 11.3571 0.374167 11.3572 0.380881 11.3574 0.395627 11.3575 0.413074 11.3577 0.419329 11.3579 0.409754 11.358 0.391299 11.3582 0.369735 11.3583 0.347601 11.3585 0.332206 11.3586 0.334879 11.3588 0.355041 11.359 0.377988 11.3591 0.393634 11.3593 0.406746 11.3594 0.421582 11.3596 0.428123 11.3597 0.413667 11.3599 0.383505 11.3601 0.358425 11.3602 0.353177 11.3604 0.365112 11.3605 0.381276 11.3607 0.390205 11.3608 0.388824 11.361 0.384646 11.3612 0.388732 11.3613 0.400351 11.3615 0.405697 11.3616 0.39631 11.3618 0.384505 11.3619 0.388294 11.3621 0.407232 11.3623 0.426598 11.3624 0.441014 11.3626 0.459195 11.3627 0.482311 11.3629 0.495002 11.363 0.485319 11.3632 0.461585 11.3634 0.440507 11.3635 0.428226 11.3637 0.419504 11.3638 0.408252 11.364 0.390235 11.3641 0.359358 11.3643 0.312858 11.3644 0.259493 11.3646 0.218886 11.3648 0.210913 11.3649 0.243197 11.3651 0.302276 11.3652 0.357439 11.3654 0.384556 11.3655 0.390019 11.3657 0.403134 11.3659 0.439728 11.366 0.482935 11.3662 0.506837 11.3663 0.506404 11.3665 0.494223 11.3666 0.476953 11.3668 0.449466 11.367 0.410601 11.3671 0.368028 11.3673 0.331304 11.3674 0.308328 11.3676 0.305914 11.3677 0.323545 11.3679 0.346951 11.3681 0.360618 11.3682 0.366426 11.3684 0.377579 11.3685 0.395854 11.3687 0.409156 11.3688 0.410926 11.369 0.410244 11.3692 0.415831 11.3693 0.42443 11.3695 0.431039 11.3696 0.438171 11.3698 0.447027 11.3699 0.45058 11.3701 0.445523 11.3702 0.442503 11.3704 0.453114 11.3706 0.46962 11.3707 0.470777 11.3709 0.447309 11.371 0.412864 11.3712 0.387375 11.3713 0.377976 11.3715 0.378713 11.3717 0.382443 11.3718 0.387 11.372 0.391564 11.3721 0.392883 11.3723 0.388597 11.3724 0.383183 11.3726 0.383395 11.3728 0.387503 11.3729 0.384091 11.3731 0.369783 11.3732 0.360567 11.3734 0.376159 11.3735 0.41234 11.3737 0.443734 11.3739 0.453067 11.374 0.447832 11.3742 0.441193 11.3743 0.430675 11.3745 0.40817 11.3746 0.381285 11.3748 0.367615 11.375 0.370724 11.3751 0.377345 11.3753 0.378407 11.3754 0.381001 11.3756 0.392744 11.3757 0.406598 11.3759 0.410763 11.3761 0.408719 11.3762 0.418543 11.3764 0.452331 11.3765 0.498916 11.3767 0.530783 11.3768 0.526617 11.377 0.489443 11.3771 0.440701 11.3773 0.401252 11.3775 0.377994 11.3776 0.36718 11.3778 0.363546 11.3779 0.364616 11.3781 0.369075 11.3782 0.374696 11.3784 0.376769 11.3786 0.368712 11.3787 0.349968 11.3789 0.330155 11.379 0.321187 11.3792 0.322783 11.3793 0.323063 11.3795 0.318647 11.3797 0.322018 11.3798 0.34208 11.38 0.365718 11.3801 0.375199 11.3803 0.375807 11.3804 0.391052 11.3806 0.427088 11.3808 0.458868 11.3809 0.461884 11.3811 0.441587 11.3812 0.423946 11.3814 0.424136 11.3815 0.435119 11.3817 0.444619 11.3819 0.447249 11.382 0.442928 11.3822 0.431229 11.3823 0.414148 11.3825 0.39802 11.3826 0.389262 11.3828 0.388367 11.383 0.391027 11.3831 0.392158 11.3833 0.389074 11.3834 0.382554 11.3836 0.377178 11.3837 0.379464 11.3839 0.393045 11.384 0.413778 11.3842 0.433056 11.3844 0.445426 11.3845 0.454176 11.3847 0.46477 11.3848 0.475526 11.385 0.478189 11.3851 0.470048 11.3853 0.459364 11.3855 0.455271 11.3856 0.457054 11.3858 0.458168 11.3859 0.455148 11.3861 0.44704 11.3862 0.430349 11.3864 0.404481 11.3866 0.381143 11.3867 0.377124 11.3869 0.394978 11.387 0.418772 11.3872 0.43338 11.3873 0.441931 11.3875 0.456067 11.3877 0.477731 11.3878 0.495811 11.388 0.498775 11.3881 0.486149 11.3883 0.467539 11.3884 0.452997 11.3886 0.445023 11.3888 0.438335 11.3889 0.426099 11.3891 0.410006 11.3892 0.398793 11.3894 0.39801 11.3895 0.403875 11.3897 0.409378 11.3899 0.408649 11.39 0.398714 11.3902 0.381645 11.3903 0.367534 11.3905 0.366205 11.3906 0.375089 11.3908 0.380245 11.3909 0.37493 11.3911 0.367014 11.3913 0.360397 11.3914 0.34619 11.3916 0.315419 11.3917 0.280583 11.3919 0.264025 11.392 0.275932 11.3922 0.309698 11.3924 0.354424 11.3925 0.400645 11.3927 0.435688 11.3928 0.448023 11.393 0.44138 11.3931 0.430019 11.3933 0.418919 11.3935 0.403375 11.3936 0.382979 11.3938 0.364717 11.3939 0.351094 11.3941 0.336639 11.3942 0.325254 11.3944 0.335042 11.3946 0.372894 11.3947 0.419871 11.3949 0.449259 11.395 0.453754 11.3952 0.448578 11.3953 0.447771 11.3955 0.44996 11.3957 0.443514 11.3958 0.418407 11.396 0.380669 11.3961 0.354113 11.3963 0.362295 11.3964 0.402419 11.3966 0.443614 11.3967 0.460692 11.3969 0.460865 11.3971 0.467779 11.3972 0.487089 11.3974 0.504111 11.3975 0.508121 11.3977 0.50223 11.3978 0.489881 11.398 0.466084 11.3982 0.429052 11.3983 0.388158 11.3985 0.354202 11.3986 0.332216 11.3988 0.326394 11.3989 0.340296 11.3991 0.365728 11.3993 0.384123 11.3994 0.387369 11.3996 0.389976 11.3997 0.411204 11.3999 0.446959 11.4 0.473156 11.4002 0.474224 11.4004 0.457881 11.4005 0.443299 11.4007 0.44159 11.4008 0.450706 11.401 0.461565 11.4011 0.463807 11.4013 0.450354 11.4015 0.421716 11.4016 0.387275 11.4018 0.36049 11.4019 0.350598 11.4021 0.358628 11.4022 0.378755 11.4024 0.404553 11.4026 0.431736 11.4027 0.458059 11.4029 0.480283 11.403 0.495578 11.4032 0.504376 11.4033 0.506798 11.4035 0.499464 11.4036 0.480906 11.4038 0.460131 11.404 0.452007 11.4041 0.45979 11.4043 0.469236 11.4044 0.466002 11.4046 0.452649 11.4047 0.440954 11.4049 0.432636 11.4051 0.417569 11.4052 0.391296 11.4054 0.362448 11.4055 0.342969 11.4057 0.338122 11.4058 0.34697 11.406 0.363223 11.4062 0.373441 11.4063 0.365272 11.4065 0.343157 11.4066 0.327461 11.4068 0.332776 11.4069 0.350884 11.4071 0.36352 11.4073 0.362414 11.4074 0.351267 11.4076 0.333811 11.4077 0.310699 11.4079 0.28506 11.408 0.261362 11.4082 0.239974 11.4084 0.22153 11.4085 0.214742 11.4087 0.228581 11.4088 0.260862 11.409 0.30298 11.4091 0.353213 11.4093 0.412059 11.4095 0.465153 11.4096 0.488709 11.4098 0.479651 11.4099 0.462539 11.4101 0.458023 11.4102 0.457922 11.4104 0.443734 11.4105 0.417784 11.4107 0.397935 11.4109 0.390545 11.411 0.387602 11.4112 0.386672 11.4113 0.394585 11.4115 0.41015 11.4116 0.42041 11.4118 0.419869 11.412 0.417282 11.4121 0.418637 11.4123 0.416315 11.4124 0.403558 11.4126 0.38782 11.4127 0.378838 11.4129 0.373762 11.4131 0.36388 11.4132 0.350317 11.4134 0.341578 11.4135 0.34055 11.4137 0.343333 11.4138 0.347968 11.414 0.355062 11.4142 0.362235 11.4143 0.364891 11.4145 0.363192 11.4146 0.361321 11.4148 0.363016 11.4149 0.370668 11.4151 0.387016 11.4153 0.409561 11.4154 0.428273 11.4156 0.432523 11.4157 0.420417 11.4159 0.398426 11.416 0.375528 11.4162 0.361557 11.4163 0.364467 11.4165 0.382008 11.4167 0.402466 11.4168 0.420686 11.417 0.44776 11.4171 0.494088 11.4173 0.546896 11.4174 0.578924 11.4176 0.579312 11.4178 0.561956 11.4179 0.54543 11.4181 0.53675 11.4182 0.535831 11.4184 0.54143 11.4185 0.544782 11.4187 0.533306 11.4189 0.508003 11.419 0.487418 11.4192 0.485323 11.4193 0.493193 11.4195 0.495017 11.4196 0.490167 11.4198 0.490462 11.42 0.500469 11.4201 0.512833 11.4203 0.520428 11.4204 0.522814 11.4206 0.51979 11.4207 0.507952 11.4209 0.486742 11.4211 0.460294 11.4212 0.434295 11.4214 0.414045 11.4215 0.403854 11.4217 0.402816 11.4218 0.401548 11.422 0.390622 11.4222 0.371719 11.4223 0.354833 11.4225 0.344028 11.4226 0.333791 11.4228 0.321638 11.4229 0.317957 11.4231 0.335908 11.4232 0.373597 11.4234 0.409809 11.4236 0.421105 11.4237 0.402675 11.4239 0.373557 11.424 0.358242 11.4242 0.364789 11.4243 0.381336 11.4245 0.394242 11.4247 0.402001 11.4248 0.409685 11.425 0.417012 11.4251 0.418778 11.4253 0.414943 11.4254 0.412131 11.4256 0.416659 11.4258 0.429494 11.4259 0.448174 11.4261 0.466211 11.4262 0.47315 11.4264 0.461509 11.4265 0.437236 11.4267 0.415224 11.4269 0.404597 11.427 0.40361 11.4272 0.407924 11.4273 0.416814 11.4275 0.428122 11.4276 0.434572 11.4278 0.431183 11.428 0.421782 11.4281 0.412202 11.4283 0.401945 11.4284 0.38767 11.4286 0.371136 11.4287 0.358085 11.4289 0.349043 11.4291 0.338047 11.4292 0.320534 11.4294 0.298212 11.4295 0.277394 11.4297 0.264449 11.4298 0.263561 11.43 0.272903 11.4301 0.283978 11.4303 0.289616 11.4305 0.293385 11.4306 0.306734 11.4308 0.333535 11.4309 0.363174 11.4311 0.382531 11.4312 0.391688 11.4314 0.400439 11.4316 0.412221 11.4317 0.418552 11.4319 0.411945 11.432 0.397933 11.4322 0.389116 11.4323 0.390867 11.4325 0.397533 11.4327 0.400799 11.4328 0.395344 11.433 0.378685 11.4331 0.352877 11.4333 0.326081 11.4334 0.307466 11.4336 0.298714 11.4338 0.295982 11.4339 0.301021 11.4341 0.321909 11.4342 0.36009 11.4344 0.402248 11.4345 0.432058 11.4347 0.44407 11.4349 0.441424 11.435 0.425694 11.4352 0.399053 11.4353 0.373351 11.4355 0.366262 11.4356 0.384765 11.4358 0.418749 11.436 0.452809 11.4361 0.478771 11.4363 0.49436 11.4364 0.497008 11.4366 0.488105 11.4367 0.476072 11.4369 0.471845 11.437 0.480032 11.4372 0.496616 11.4374 0.513206 11.4375 0.521811 11.4377 0.516874 11.4378 0.496465 11.438 0.46367 11.4381 0.428315 11.4383 0.403909 11.4385 0.399052 11.4386 0.407099 11.4388 0.409363 11.4389 0.393886 11.4391 0.370413 11.4392 0.36181 11.4394 0.378168 11.4396 0.408502 11.4397 0.436556 11.4399 0.456422 11.44 0.469758 11.4402 0.475278 11.4403 0.471091 11.4405 0.46205 11.4407 0.456529 11.4408 0.458188 11.441 0.464363 11.4411 0.471 11.4413 0.472841 11.4414 0.461541 11.4416 0.43276 11.4418 0.396459 11.4419 0.373222 11.4421 0.374767 11.4422 0.39176 11.4424 0.403065 11.4425 0.396207 11.4427 0.379086 11.4428 0.371396 11.443 0.386646 11.4432 0.419449 11.4433 0.449034 11.4435 0.455088 11.4436 0.431028 11.4438 0.384756 11.4439 0.331156 11.4441 0.284613 11.4443 0.255691 11.4444 0.247714 11.4446 0.257834 11.4447 0.280007 11.4449 0.308352 11.445 0.334138 11.4452 0.346022 11.4454 0.337846 11.4455 0.313783 11.4457 0.284375 11.4458 0.256951 11.446 0.238722 11.4461 0.240923 11.4463 0.270502 11.4465 0.314664 11.4466 0.349111 11.4468 0.366074 11.4469 0.385239 11.4471 0.425567 11.4472 0.476216 11.4474 0.507709 11.4476 0.509289 11.4477 0.499955 11.4479 0.49976 11.448 0.504622 11.4482 0.497513 11.4483 0.472995 11.4485 0.443923 11.4487 0.425363 11.4488 0.420269 11.449 0.42016 11.4491 0.411865 11.4493 0.388487 11.4494 0.35729 11.4496 0.337417 11.4497 0.341816 11.4499 0.363494 11.4501 0.384459 11.4502 0.395318 11.4504 0.399882 11.4505 0.401783 11.4507 0.399522 11.4508 0.396953 11.451 0.403663 11.4512 0.421728 11.4513 0.438598 11.4515 0.442334 11.4516 0.436999 11.4518 0.433788 11.4519 0.433139 11.4521 0.427232 11.4523 0.416364 11.4524 0.407919 11.4526 0.399875 11.4527 0.379609 11.4529 0.345228 11.453 0.314878 11.4532 0.306453 11.4534 0.316556 11.4535 0.328632 11.4537 0.334703 11.4538 0.338986 11.454 0.342816 11.4541 0.339434 11.4543 0.325705 11.4545 0.31063 11.4546 0.306043 11.4548 0.313862 11.4549 0.327536 11.4551 0.339776 11.4552 0.34611 11.4554 0.346573 11.4556 0.349959 11.4557 0.371532 11.4559 0.41644 11.456 0.466151 11.4562 0.490763 11.4563 0.480558 11.4565 0.458295 11.4566 0.453495 11.4568 0.469687 11.457 0.484129 11.4571 0.48018 11.4573 0.465678 11.4574 0.456186 11.4576 0.452037 11.4577 0.441211 11.4579 0.420144 11.4581 0.399067 11.4582 0.388162 11.4584 0.387779 11.4585 0.394655 11.4587 0.408763 11.4588 0.430677 11.459 0.455679 11.4592 0.476369 11.4593 0.487165 11.4595 0.481677 11.4596 0.455974 11.4598 0.41679 11.4599 0.383848 11.4601 0.374301 11.4603 0.384041 11.4604 0.392132 11.4606 0.384482 11.4607 0.368107 11.4609 0.361283 11.461 0.372275 11.4612 0.393008 11.4614 0.408904 11.4615 0.412253 11.4617 0.404001 11.4618 0.387127 11.462 0.362464 11.4621 0.331149 11.4623 0.298609 11.4624 0.272921 11.4626 0.258844 11.4628 0.255187 11.4629 0.257994 11.4631 0.265273 11.4632 0.277569 11.4634 0.296295 11.4635 0.320352 11.4637 0.346019 11.4639 0.36995 11.464 0.391442 11.4642 0.411281 11.4643 0.42747 11.4645 0.43453 11.4646 0.430242 11.4648 0.420473 11.465 0.414912 11.4651 0.417867 11.4653 0.42672 11.4654 0.435958 11.4656 0.440243 11.4657 0.435371 11.4659 0.420147 11.4661 0.39921 11.4662 0.380015 11.4664 0.366698 11.4665 0.360626 11.4667 0.364063 11.4668 0.375446 11.467 0.385099 11.4672 0.38366 11.4673 0.374872 11.4675 0.371454 11.4676 0.374843 11.4678 0.371821 11.4679 0.356614 11.4681 0.346028 11.4683 0.360494 11.4684 0.396994 11.4686 0.433118 11.4687 0.453574 11.4689 0.459962 11.469 0.455311 11.4692 0.43485 11.4693 0.398054 11.4695 0.357993 11.4697 0.330112 11.4698 0.31498 11.47 0.302891 11.4701 0.292565 11.4703 0.294227 11.4704 0.31369 11.4706 0.337732 11.4708 0.344233 11.4709 0.325229 11.4711 0.296136 11.4712 0.28212 11.4714 0.296415 11.4715 0.332718 11.4717 0.373713 11.4719 0.403659 11.472 0.415063 11.4722 0.408249 11.4723 0.389834 11.4725 0.368566 11.4726 0.350282 11.4728 0.337271 11.473 0.329364 11.4731 0.324101 11.4733 0.318979 11.4734 0.314828 11.4736 0.317611 11.4737 0.330714 11.4739 0.349982 11.4741 0.366981 11.4742 0.380004 11.4744 0.392416 11.4745 0.402461 11.4747 0.406097 11.4748 0.407081 11.475 0.413587 11.4752 0.422998 11.4753 0.422732 11.4755 0.410923 11.4756 0.404589 11.4758 0.416739 11.4759 0.435376 11.4761 0.437778 11.4762 0.417443 11.4764 0.385188 11.4766 0.351492 11.4767 0.321177 11.4769 0.301634 11.477 0.297833 11.4772 0.301921 11.4773 0.301256 11.4775 0.296635 11.4777 0.298215 11.4778 0.305196 11.478 0.304557 11.4781 0.296151 11.4783 0.299948 11.4784 0.329301 11.4786 0.371119 11.4788 0.400843 11.4789 0.409422 11.4791 0.40367 11.4792 0.390904 11.4794 0.375405 11.4795 0.364604 11.4797 0.366858 11.4799 0.380774 11.48 0.39563 11.4802 0.400823 11.4803 0.391902 11.4805 0.370534 11.4806 0.34416 11.4808 0.324528 11.481 0.32028 11.4811 0.332173 11.4813 0.354438 11.4814 0.380014 11.4816 0.401776 11.4817 0.414987 11.4819 0.423072 11.4821 0.434577 11.4822 0.452607 11.4824 0.471066 11.4825 0.48476 11.4827 0.495121 11.4828 0.501794 11.483 0.496096 11.4831 0.473208 11.4833 0.44353 11.4835 0.422979 11.4836 0.414338 11.4838 0.407261 11.4839 0.39538 11.4841 0.383711 11.4842 0.380929 11.4844 0.389466 11.4846 0.402871 11.4847 0.409214 11.4849 0.398843 11.485 0.374962 11.4852 0.352241 11.4853 0.338602 11.4855 0.324411 11.4857 0.299214 11.4858 0.272357 11.486 0.260844 11.4861 0.262146 11.4863 0.2555 11.4864 0.234664 11.4866 0.219526 11.4868 0.228931 11.4869 0.256751 11.4871 0.285316 11.4872 0.311145 11.4874 0.340833 11.4875 0.371012 11.4877 0.388605 11.4879 0.388411 11.488 0.378787 11.4882 0.370037 11.4883 0.366898 11.4885 0.371476 11.4886 0.383545 11.4888 0.396052 11.4889 0.400445 11.4891 0.396831 11.4893 0.394454 11.4894 0.399646 11.4896 0.412177 11.4897 0.431557 11.4899 0.456384 11.49 0.475903 11.4902 0.475043 11.4904 0.453733 11.4905 0.430268 11.4907 0.419742 11.4908 0.416092 11.491 0.405833 11.4911 0.389394 11.4913 0.375863 11.4915 0.365201 11.4916 0.349408 11.4918 0.330676 11.4919 0.323763 11.4921 0.33388 11.4922 0.346783 11.4924 0.345019 11.4926 0.327839 11.4927 0.306874 11.4929 0.293632 11.493 0.293506 11.4932 0.307201 11.4933 0.327679 11.4935 0.341678 11.4937 0.342148 11.4938 0.335874 11.494 0.334603 11.4941 0.341248 11.4943 0.352242 11.4944 0.367948 11.4946 0.390365 11.4948 0.41382 11.4949 0.428044 11.4951 0.431853 11.4952 0.434766 11.4954 0.443663 11.4955 0.45489 11.4957 0.465275 11.4958 0.47889 11.496 0.497895 11.4962 0.511855 11.4963 0.504622 11.4965 0.474916 11.4966 0.442587 11.4968 0.43071 11.4969 0.441369 11.4971 0.453625 11.4973 0.448889 11.4974 0.434615 11.4976 0.435574 11.4977 0.460172 11.4979 0.486083 11.498 0.485496 11.4982 0.457077 11.4984 0.422901 11.4985 0.398594 11.4987 0.383066 11.4988 0.372896 11.499 0.371133 11.4991 0.379971 11.4993 0.392834 11.4995 0.402046 11.4996 0.404898 11.4998 0.400275 11.4999 0.386832 11.5001 0.371573 11.5002 0.369447 11.5004 0.387185 11.5006 0.412747 11.5007 0.427897 11.5009 0.427364 11.501 0.420225 11.5012 0.41786 11.5013 0.424697 11.5015 0.438092 11.5017 0.450795 11.5018 0.4562 11.502 0.454997 11.5021 0.453024 11.5023 0.451908 11.5024 0.44702 11.5026 0.43781 11.5027 0.430629 11.5029 0.430667 11.5031 0.435252 11.5032 0.442194 11.5034 0.453855 11.5035 0.467389 11.5037 0.472091 11.5038 0.464444 11.504 0.456393 11.5042 0.457868 11.5043 0.459559 11.5045 0.446204 11.5046 0.419732 11.5048 0.394935 11.5049 0.376087 11.5051 0.354374 11.5053 0.329294 11.5054 0.315661 11.5056 0.324205 11.5057 0.346529 11.5059 0.367352 11.506 0.378455 11.5062 0.381987 11.5064 0.385094 11.5065 0.396584 11.5067 0.41856 11.5068 0.43797 11.507 0.435045 11.5071 0.405878 11.5073 0.370173 11.5075 0.350855 11.5076 0.353221 11.5078 0.367472 11.5079 0.383002 11.5081 0.393368 11.5082 0.395968 11.5084 0.393967 11.5085 0.397387 11.5087 0.412016 11.5089 0.430071 11.509 0.437176 11.5092 0.429017 11.5093 0.415104 11.5095 0.406462 11.5096 0.403801 11.5098 0.400779 11.51 0.394794 11.5101 0.391115 11.5103 0.395947 11.5104 0.405364 11.5106 0.407157 11.5107 0.395524 11.5109 0.379472 11.5111 0.371185 11.5112 0.368577 11.5114 0.359261 11.5115 0.340251 11.5117 0.32527 11.5118 0.32918 11.512 0.351634 11.5122 0.380728 11.5123 0.407359 11.5125 0.431387 11.5126 0.457748 11.5128 0.488588 11.5129 0.51951 11.5131 0.540026 11.5133 0.541288 11.5134 0.524053 11.5136 0.499575 11.5137 0.480315 11.5139 0.473442 11.514 0.479043 11.5142 0.48905 11.5144 0.488542 11.5145 0.468523 11.5147 0.437504 11.5148 0.415427 11.515 0.410961 11.5151 0.413519 11.5153 0.409709 11.5154 0.39857 11.5156 0.384304 11.5158 0.366635 11.5159 0.348001 11.5161 0.341561 11.5162 0.360915 11.5164 0.39867 11.5165 0.428231 11.5167 0.429644 11.5169 0.40765 11.517 0.382014 11.5172 0.366322 11.5173 0.360572 11.5175 0.35909 11.5176 0.36042 11.5178 0.367721 11.518 0.381922 11.5181 0.400192 11.5183 0.419126 11.5184 0.437186 11.5186 0.450164 11.5187 0.450424 11.5189 0.436932 11.5191 0.423542 11.5192 0.425568 11.5194 0.440035 11.5195 0.448955 11.5197 0.44154 11.5198 0.425484 11.52 0.408928 11.5202 0.390741 11.5203 0.37123 11.5205 0.35867 11.5206 0.355194 11.5208 0.34537 11.5209 0.316053 11.5211 0.277696 11.5213 0.250314 11.5214 0.236908 11.5216 0.227204 11.5217 0.222958 11.5219 0.236321 11.522 0.263447 11.5222 0.281108 11.5223 0.276652 11.5225 0.263166 11.5227 0.259131 11.5228 0.265276 11.523 0.273918 11.5231 0.28467 11.5233 0.299753 11.5234 0.314729 11.5236 0.324285 11.5238 0.332453 11.5239 0.345856 11.5241 0.358929 11.5242 0.362439 11.5244 0.35768 11.5245 0.355808 11.5247 0.361128 11.5249 0.369404 11.525 0.376548 11.5252 0.382174 11.5253 0.381832 11.5255 0.369544 11.5256 0.349085 11.5258 0.336607 11.526 0.345455 11.5261 0.370163 11.5263 0.392657 11.5264 0.397947 11.5266 0.386306 11.5267 0.37126 11.5269 0.366988 11.5271 0.376636 11.5272 0.389258 11.5274 0.393343 11.5275 0.387528 11.5277 0.378025 11.5278 0.370049 11.528 0.367685 11.5281 0.372822 11.5283 0.379879 11.5285 0.379533 11.5286 0.371026 11.5288 0.370013 11.5289 0.390097 11.5291 0.41983 11.5292 0.430597 11.5294 0.41047 11.5296 0.378075 11.5297 0.356389 11.5299 0.347561 11.53 0.340332 11.5302 0.333572 11.5303 0.337701 11.5305 0.356741 11.5307 0.384627 11.5308 0.410363 11.531 0.425308 11.5311 0.424882 11.5313 0.412112 11.5314 0.401201 11.5316 0.402439 11.5318 0.409941 11.5319 0.409967 11.5321 0.401963 11.5322 0.399209 11.5324 0.408041 11.5325 0.414894 11.5327 0.403641 11.5329 0.375033 11.533 0.347101 11.5332 0.33675 11.5333 0.349095 11.5335 0.375453 11.5336 0.398969 11.5338 0.406582 11.534 0.395981 11.5341 0.376542 11.5343 0.354435 11.5344 0.331553 11.5346 0.312887 11.5347 0.306453 11.5349 0.316172 11.535 0.334876 11.5352 0.354634 11.5354 0.375357 11.5355 0.399183 11.5357 0.418624 11.5358 0.425188 11.536 0.421121 11.5361 0.414406 11.5363 0.402175 11.5365 0.375666 11.5366 0.33747 11.5368 0.308724 11.5369 0.306773 11.5371 0.326865 11.5372 0.352718 11.5374 0.373073 11.5376 0.387744 11.5377 0.400132 11.5379 0.410291 11.538 0.416395 11.5382 0.412361 11.5383 0.394595 11.5385 0.367039 11.5387 0.34542 11.5388 0.341899 11.539 0.354642 11.5391 0.369831 11.5393 0.378823 11.5394 0.387528 11.5396 0.405856 11.5398 0.432358 11.5399 0.454542 11.5401 0.461208 11.5402 0.454574 11.5404 0.446553 11.5405 0.440553 11.5407 0.430938 11.5409 0.414357 11.541 0.396602 11.5412 0.385248 11.5413 0.381777 11.5415 0.382846 11.5416 0.385852 11.5418 0.386551 11.5419 0.377343 11.5421 0.356011 11.5423 0.332112 11.5424 0.317672 11.5426 0.31283 11.5427 0.309949 11.5429 0.308555 11.543 0.31575 11.5432 0.331231 11.5434 0.340504 11.5435 0.332396 11.5437 0.314942 11.5438 0.307728 11.544 0.320114 11.5441 0.342275 11.5443 0.354358 11.5445 0.347865 11.5446 0.33577 11.5448 0.340678 11.5449 0.366902 11.5451 0.391296 11.5452 0.389512 11.5454 0.367323 11.5456 0.353249 11.5457 0.359814 11.5459 0.369897 11.546 0.365614 11.5462 0.354074 11.5463 0.352223 11.5465 0.35753 11.5467 0.352057 11.5468 0.329367 11.547 0.305741 11.5471 0.302562 11.5473 0.323898 11.5474 0.353677 11.5476 0.367974 11.5478 0.353619 11.5479 0.319388 11.5481 0.28894 11.5482 0.279355 11.5484 0.290786 11.5485 0.313847 11.5487 0.340614 11.5488 0.362769 11.549 0.37203 11.5492 0.371078 11.5493 0.373618 11.5495 0.383344 11.5496 0.383644 11.5498 0.361511 11.5499 0.332752 11.5501 0.325586 11.5503 0.343375 11.5504 0.364894 11.5506 0.380763 11.5507 0.407007 11.5509 0.452971 11.551 0.497577 11.5512 0.511913 11.5514 0.495567 11.5515 0.474943 11.5517 0.470776 11.5518 0.481784 11.552 0.498132 11.5521 0.517528 11.5523 0.542018 11.5525 0.565419 11.5526 0.572461 11.5528 0.552024 11.5529 0.509954 11.5531 0.464929 11.5532 0.430688 11.5534 0.404017 11.5536 0.375716 11.5537 0.345372 11.5539 0.322674 11.554 0.311518 11.5542 0.305385 11.5543 0.296574 11.5545 0.286866 11.5546 0.286151 11.5548 0.30447 11.555 0.344563 11.5551 0.396054 11.5553 0.43575 11.5554 0.444946 11.5556 0.429094 11.5557 0.412745 11.5559 0.414297 11.5561 0.43064 11.5562 0.449117 11.5564 0.465788 11.5565 0.482838 11.5567 0.498319 11.5568 0.505756 11.557 0.502069 11.5572 0.489947 11.5573 0.472971 11.5575 0.45572 11.5576 0.446293 11.5578 0.452888 11.5579 0.475655 11.5581 0.503836 11.5583 0.522196 11.5584 0.519612 11.5586 0.49583 11.5587 0.460362 11.5589 0.427195 11.559 0.40656 11.5592 0.402089 11.5594 0.410214 11.5595 0.421222 11.5597 0.426407 11.5598 0.427205 11.56 0.434565 11.5601 0.453242 11.5603 0.470849 11.5605 0.472745 11.5606 0.462168 11.5608 0.455007 11.5609 0.455905 11.5611 0.45466 11.5612 0.448209 11.5614 0.448387 11.5615 0.462712 11.5617 0.480546 11.5619 0.490219 11.562 0.496267 11.5622 0.508574 11.5623 0.522867 11.5625 0.526128 11.5626 0.514039 11.5628 0.492584 11.563 0.466632 11.5631 0.439461 11.5633 0.420978 11.5634 0.420756 11.5636 0.435429 11.5637 0.451474 11.5639 0.460189 11.5641 0.462041 11.5642 0.457204 11.5644 0.441518 11.5645 0.413905 11.5647 0.380828 11.5648 0.352195 11.565 0.337951 11.5652 0.343315 11.5653 0.36181 11.5655 0.374935 11.5656 0.368544 11.5658 0.348554 11.5659 0.331585 11.5661 0.325202 11.5663 0.324908 11.5664 0.32867 11.5666 0.340614 11.5667 0.35997 11.5669 0.378632 11.567 0.392056 11.5672 0.403831 11.5674 0.417579 11.5675 0.432443 11.5677 0.447887 11.5678 0.462625 11.568 0.468324 11.5681 0.455275 11.5683 0.425994 11.5684 0.393611 11.5686 0.365852 11.5688 0.341072 11.5689 0.322548 11.5691 0.320733 11.5692 0.336526 11.5694 0.353296 11.5695 0.355646 11.5697 0.344365 11.5699 0.329563 11.57 0.318883 11.5702 0.318664 11.5703 0.331685 11.5705 0.344743 11.5706 0.333401 11.5708 0.293912 11.571 0.257559 11.5711 0.258894 11.5713 0.295973 11.5714 0.338311 11.5716 0.36425 11.5717 0.37217 11.5719 0.364714 11.5721 0.345404 11.5722 0.330735 11.5724 0.341333 11.5725 0.373705 11.5727 0.39991 11.5728 0.402522 11.573 0.394719 11.5732 0.394211 11.5733 0.396859 11.5735 0.3886 11.5736 0.371511 11.5738 0.359201 11.5739 0.354425 11.5741 0.348601 11.5742 0.341152 11.5744 0.342293 11.5746 0.354722 11.5747 0.365192 11.5749 0.360896 11.575 0.347634 11.5752 0.342537 11.5753 0.353428 11.5755 0.368978 11.5757 0.369751 11.5758 0.347521 11.576 0.314053 11.5761 0.289925 11.5763 0.286464 11.5764 0.297127 11.5766 0.307545 11.5768 0.309413 11.5769 0.304528 11.5771 0.300567 11.5772 0.305041 11.5774 0.319609 11.5775 0.339258 11.5777 0.358573 11.5779 0.380588 11.578 0.411719 11.5782 0.445091 11.5783 0.460209 11.5785 0.445564 11.5786 0.41851 11.5788 0.406391 11.579 0.413839 11.5791 0.420194 11.5793 0.410393 11.5794 0.394952 11.5796 0.391014 11.5797 0.39811 11.5799 0.401589 11.5801 0.392533 11.5802 0.370112 11.5804 0.330231 11.5805 0.268945 11.5807 0.19918 11.5808 0.151477 11.581 0.146356 11.5811 0.17277 11.5813 0.202759 11.5815 0.22351 11.5816 0.246654 11.5818 0.285602 11.5819 0.334724 11.5821 0.377267 11.5822 0.405723 11.5824 0.425979 11.5826 0.441818 11.5827 0.447613 11.5829 0.439477 11.583 0.425629 11.5832 0.417775 11.5833 0.418173 11.5835 0.42176 11.5837 0.428145 11.5838 0.441478 11.584 0.457347 11.5841 0.459854 11.5843 0.436738 11.5844 0.393331 11.5846 0.349162 11.5848 0.321408 11.5849 0.313231 11.5851 0.315549 11.5852 0.318352 11.5854 0.322993 11.5855 0.338977 11.5857 0.367249 11.5859 0.38996 11.586 0.387481 11.5862 0.364515 11.5863 0.346234 11.5865 0.347833 11.5866 0.35939 11.5868 0.364753 11.587 0.362351 11.5871 0.35875 11.5873 0.355082 11.5874 0.353121 11.5876 0.365343 11.5877 0.400363 11.5879 0.44373 11.588 0.4688 11.5882 0.467257 11.5884 0.452809 11.5885 0.437846 11.5887 0.422044 11.5888 0.40824 11.589 0.408951 11.5891 0.429045 11.5893 0.454985 11.5895 0.470221 11.5896 0.472164 11.5898 0.465792 11.5899 0.453008 11.5901 0.43757 11.5902 0.432356 11.5904 0.444665 11.5906 0.462895 11.5907 0.467762 11.5909 0.45557 11.591 0.438103 11.5912 0.423468 11.5913 0.408772 11.5915 0.391079 11.5917 0.37424 11.5918 0.363611 11.592 0.360542 11.5921 0.364918 11.5923 0.375453 11.5924 0.388971 11.5926 0.402443 11.5928 0.415427 11.5929 0.424433 11.5931 0.421533 11.5932 0.406155 11.5934 0.393999 11.5935 0.401443 11.5937 0.421378 11.5939 0.429699 11.594 0.416997 11.5942 0.401217 11.5943 0.401781 11.5945 0.413348 11.5946 0.417032 11.5948 0.404938 11.5949 0.385283 11.5951 0.36663 11.5953 0.352125 11.5954 0.347417 11.5956 0.360753 11.5957 0.392424 11.5959 0.431656 11.596 0.464228 11.5962 0.477622 11.5964 0.460215 11.5965 0.408404 11.5967 0.339525 11.5968 0.287305 11.597 0.274147 11.5971 0.292608 11.5973 0.31863 11.5975 0.337886 11.5976 0.35023 11.5978 0.353386 11.5979 0.341028 11.5981 0.318585 11.5982 0.308437 11.5984 0.327508 11.5986 0.365332 11.5987 0.394534 11.5989 0.399716 11.599 0.387616 11.5992 0.3744 11.5993 0.370451 11.5995 0.378746 11.5997 0.394868 11.5998 0.406895 11.6 0.404147 11.6001 0.390678 11.6003 0.382051 11.6004 0.38333 11.6006 0.382024 11.6007 0.367344 11.6009 0.348528 11.6011 0.342776 11.6012 0.350995 11.6014 0.359299 11.6015 0.359833 11.6017 0.358938 11.6018 0.363245 11.602 0.368805 11.6022 0.367284 11.6023 0.355917 11.6025 0.337355 11.6026 0.316376 11.6028 0.301105 11.6029 0.301466 11.6031 0.321256 11.6033 0.351828 11.6034 0.377102 11.6036 0.385327 11.6037 0.377142 11.6039 0.364259 11.604 0.35888 11.6042 0.362827 11.6044 0.366599 11.6045 0.361438 11.6047 0.350399 11.6048 0.344376 11.605 0.349462 11.6051 0.362575 11.6053 0.377426 11.6055 0.388836 11.6056 0.393088 11.6058 0.389381 11.6059 0.382053 11.6061 0.374304 11.6062 0.362274 11.6064 0.341609 11.6066 0.318977 11.6067 0.31163 11.6069 0.331287 11.607 0.373572 11.6072 0.422066 11.6073 0.45796 11.6075 0.470002 11.6076 0.462957 11.6078 0.456562 11.608 0.463532 11.6081 0.471163 11.6083 0.455699 11.6084 0.414986 11.6086 0.374601 11.6087 0.356891 11.6089 0.359673 11.6091 0.371389 11.6092 0.388516 11.6094 0.408851 11.6095 0.419031 11.6097 0.407565 11.6098 0.383934 11.61 0.368683 11.6102 0.370277 11.6103 0.383418 11.6105 0.403112 11.6106 0.426462 11.6108 0.444548 11.6109 0.452529 11.6111 0.462659 11.6113 0.492132 11.6114 0.532834 11.6116 0.553121 11.6117 0.535552 11.6119 0.497125 11.612 0.464792 11.6122 0.445066 11.6124 0.426954 11.6125 0.403075 11.6127 0.375868 11.6128 0.351305 11.613 0.33433 11.6131 0.32705 11.6133 0.32203 11.6135 0.305403 11.6136 0.274399 11.6138 0.247416 11.6139 0.243046 11.6141 0.257524 11.6142 0.272002 11.6144 0.278615 11.6145 0.285663 11.6147 0.299424 11.6149 0.315275 11.615 0.331736 11.6152 0.357998 11.6153 0.39692 11.6155 0.430689 11.6156 0.436924 11.6158 0.416233 11.616 0.395739 11.6161 0.401417 11.6163 0.436388 11.6164 0.485249 11.6166 0.532335 11.6167 0.570355 11.6169 0.596554 11.6171 0.60778 11.6172 0.603044 11.6174 0.585263 11.6175 0.558118 11.6177 0.524966 11.6178 0.492983 11.618 0.474926 11.6182 0.480917 11.6183 0.507783 11.6185 0.538698 11.6186 0.554734 11.6188 0.545403 11.6189 0.512783 11.6191 0.470206 11.6193 0.436802 11.6194 0.424438 11.6196 0.426669 11.6197 0.426649 11.6199 0.419492 11.62 0.420342 11.6202 0.444776 11.6203 0.484515 11.6205 0.513413 11.6207 0.517251 11.6208 0.50809 11.621 0.506339 11.6211 0.51457 11.6213 0.517102 11.6214 0.499673 11.6216 0.464287 11.6218 0.424462 11.6219 0.389832 11.6221 0.360431 11.6222 0.333413 11.6224 0.313025 11.6225 0.310475 11.6227 0.331779 11.6229 0.367465 11.623 0.395519 11.6232 0.398965 11.6233 0.379156 11.6235 0.35279 11.6236 0.336343 11.6238 0.33528 11.624 0.34533 11.6241 0.358169 11.6243 0.366661 11.6244 0.368556 11.6246 0.367521 11.6247 0.369035 11.6249 0.374124 11.6251 0.378399 11.6252 0.380737 11.6254 0.38684 11.6255 0.400628 11.6257 0.415573 11.6258 0.422114 11.626 0.423142 11.6262 0.431556 11.6263 0.448141 11.6265 0.452379 11.6266 0.424722 11.6268 0.374677 11.6269 0.334405 11.6271 0.324711 11.6272 0.337244 11.6274 0.352577 11.6276 0.363284 11.6277 0.374682 11.6279 0.388675 11.628 0.39918 11.6282 0.402281 11.6283 0.402316 11.6285 0.404083 11.6287 0.407004 11.6288 0.40596 11.629 0.397517 11.6291 0.382152 11.6293 0.362987 11.6294 0.345956 11.6296 0.338309 11.6298 0.345962 11.6299 0.367848 11.6301 0.394387 11.6302 0.413477 11.6304 0.421296 11.6305 0.42686 11.6307 0.444208 11.6309 0.475898 11.631 0.509017 11.6312 0.527485 11.6313 0.525977 11.6315 0.510329 11.6316 0.490234 11.6318 0.474256 11.632 0.470159 11.6321 0.480725 11.6323 0.498991 11.6324 0.514089 11.6326 0.520586 11.6327 0.521716 11.6329 0.521123 11.6331 0.516811 11.6332 0.502614 11.6334 0.473898 11.6335 0.431212 11.6337 0.382437 11.6338 0.341635 11.634 0.319786 11.6341 0.31703 11.6343 0.323927 11.6345 0.331484 11.6346 0.336067 11.6348 0.33718 11.6349 0.338228 11.6351 0.347227 11.6352 0.370755 11.6354 0.403425 11.6356 0.43038 11.6357 0.442977 11.6359 0.443915 11.636 0.438654 11.6362 0.43033 11.6363 0.42577 11.6365 0.435719 11.6367 0.458968 11.6368 0.47739 11.637 0.476839 11.6371 0.463706 11.6373 0.450617 11.6374 0.435168 11.6376 0.408433 11.6378 0.379577 11.6379 0.369034 11.6381 0.377961 11.6382 0.386562 11.6384 0.386607 11.6385 0.392686 11.6387 0.412636 11.6389 0.426086 11.639 0.412289 11.6392 0.383785 11.6393 0.369327 11.6395 0.372781 11.6396 0.372795 11.6398 0.359556 11.64 0.347404 11.6401 0.346608 11.6403 0.34603 11.6404 0.335811 11.6406 0.329308 11.6407 0.345911 11.6409 0.38026 11.641 0.406765 11.6412 0.408622 11.6414 0.391005 11.6415 0.365921 11.6417 0.340266 11.6418 0.319121 11.642 0.308218 11.6421 0.307346 11.6423 0.309905 11.6425 0.31577 11.6426 0.335333 11.6428 0.374484 11.6429 0.421659 11.6431 0.459379 11.6432 0.484101 11.6434 0.505275 11.6436 0.525037 11.6437 0.533896 11.6439 0.528305 11.644 0.52033 11.6442 0.520157 11.6443 0.518494 11.6445 0.498487 11.6447 0.46176 11.6448 0.426845 11.645 0.404504 11.6451 0.38814 11.6453 0.372013 11.6454 0.363715 11.6456 0.368815 11.6458 0.376957 11.6459 0.375828 11.6461 0.371929 11.6462 0.381124 11.6464 0.402151 11.6465 0.414799 11.6467 0.407045 11.6468 0.388266 11.647 0.372437 11.6472 0.360914 11.6473 0.349522 11.6475 0.340736 11.6476 0.339473 11.6478 0.341855 11.6479 0.340801 11.6481 0.338732 11.6483 0.346091 11.6484 0.365723 11.6486 0.386899 11.6487 0.39753 11.6489 0.39642 11.649 0.392883 11.6492 0.397876 11.6494 0.414467 11.6495 0.434391 11.6497 0.441804 11.6498 0.424369 11.65 0.384527 11.6501 0.340739 11.6503 0.315989 11.6505 0.322199 11.6506 0.352263 11.6508 0.385094 11.6509 0.400929 11.6511 0.395603 11.6512 0.381022 11.6514 0.371122 11.6516 0.370654 11.6517 0.377593 11.6519 0.390451 11.652 0.408959 11.6522 0.428453 11.6523 0.442207 11.6525 0.448667 11.6527 0.451291 11.6528 0.449339 11.653 0.43491 11.6531 0.403154 11.6533 0.362029 11.6534 0.328772 11.6536 0.314342 11.6537 0.316009 11.6539 0.323713 11.6541 0.328904 11.6542 0.325953 11.6544 0.311083 11.6545 0.287693 11.6547 0.270844 11.6548 0.277097 11.655 0.306231 11.6552 0.339133 11.6553 0.356993 11.6555 0.359466 11.6556 0.355883 11.6558 0.349445 11.6559 0.340587 11.6561 0.340304 11.6563 0.363577 11.6564 0.404523 11.6566 0.43469 11.6567 0.435184 11.6569 0.418302 11.657 0.408455 11.6572 0.410671 11.6574 0.41276 11.6575 0.410032 11.6577 0.410911 11.6578 0.417905 11.658 0.420699 11.6581 0.409803 11.6583 0.388497 11.6585 0.366025 11.6586 0.350363 11.6588 0.349628 11.6589 0.367122 11.6591 0.391494 11.6592 0.401081 11.6594 0.387584 11.6596 0.366773 11.6597 0.356885 11.6599 0.35407 11.66 0.340441 11.6602 0.310495 11.6603 0.27855 11.6605 0.260415 11.6606 0.258168 11.6608 0.265004 11.661 0.275265 11.6611 0.286844 11.6613 0.298575 11.6614 0.310393 11.6616 0.323178 11.6617 0.338338 11.6619 0.357207 11.6621 0.379083 11.6622 0.39655 11.6624 0.397534 11.6625 0.380413 11.6627 0.363642 11.6628 0.37128 11.663 0.407435 11.6632 0.449364 11.6633 0.471858 11.6635 0.469867 11.6636 0.455861 11.6638 0.442446 11.6639 0.434403 11.6641 0.432293 11.6643 0.433286 11.6644 0.429954 11.6646 0.41567 11.6647 0.394848 11.6649 0.38073 11.665 0.383652 11.6652 0.40194 11.6654 0.426889 11.6655 0.450326 11.6657 0.46529 11.6658 0.464505 11.666 0.443122 11.6661 0.403936 11.6663 0.35733 11.6664 0.316977 11.6666 0.295323 11.6668 0.299252 11.6669 0.326188 11.6671 0.364334 11.6672 0.399154 11.6674 0.420479 11.6675 0.42368 11.6677 0.4083 11.6679 0.380324 11.668 0.354135 11.6682 0.343913 11.6683 0.351135 11.6685 0.364458 11.6686 0.373932 11.6688 0.382442 11.669 0.396559 11.6691 0.411745 11.6693 0.413564 11.6694 0.394959 11.6696 0.367206 11.6697 0.348762 11.6699 0.347578 11.6701 0.357588 11.6702 0.370289 11.6704 0.383684 11.6705 0.397535 11.6707 0.406073 11.6708 0.402236 11.671 0.387194 11.6712 0.372133 11.6713 0.367002 11.6715 0.370534 11.6716 0.374092 11.6718 0.372442 11.6719 0.366037 11.6721 0.355035 11.6723 0.335527 11.6724 0.30607 11.6726 0.275947 11.6727 0.26063 11.6729 0.267883 11.673 0.290121 11.6732 0.31014 11.6733 0.314963 11.6735 0.304281 11.6737 0.287467 11.6738 0.276846 11.674 0.280003 11.6741 0.296403 11.6743 0.319922 11.6744 0.342758 11.6746 0.359208 11.6748 0.366951 11.6749 0.365029 11.6751 0.35519 11.6752 0.343693 11.6754 0.341817 11.6755 0.357912 11.6757 0.388963 11.6759 0.421566 11.676 0.441996 11.6762 0.446281 11.6763 0.437714 11.6765 0.419465 11.6766 0.391949 11.6768 0.357645 11.677 0.32561 11.6771 0.310154 11.6773 0.320747 11.6774 0.35145 11.6776 0.380494 11.6777 0.386562 11.6779 0.369804 11.6781 0.350769 11.6782 0.345577 11.6784 0.34765 11.6785 0.342838 11.6787 0.335738 11.6788 0.347476 11.679 0.384754 11.6792 0.425143 11.6793 0.441096 11.6795 0.430445 11.6796 0.415692 11.6798 0.417861 11.6799 0.437998 11.6801 0.460786 11.6802 0.469176 11.6804 0.457247 11.6806 0.43242 11.6807 0.405806 11.6809 0.381981 11.681 0.363413 11.6812 0.362803 11.6813 0.394686 11.6815 0.450194 11.6817 0.49416 11.6818 0.499574 11.682 0.477101 11.6821 0.455164 11.6823 0.441288 11.6824 0.421678 11.6826 0.395085 11.6828 0.381443 11.6829 0.393857 11.6831 0.42011 11.6832 0.440564 11.6834 0.448829 11.6835 0.446489 11.6837 0.433478 11.6839 0.415157 11.684 0.406932 11.6842 0.417869 11.6843 0.437087 11.6845 0.448885 11.6846 0.454151 11.6848 0.463082 11.685 0.474201 11.6851 0.474108 11.6853 0.457395 11.6854 0.432662 11.6856 0.408405 11.6857 0.384912 11.6859 0.361467 11.6861 0.341459 11.6862 0.328582 11.6864 0.326005 11.6865 0.338215 11.6867 0.364361 11.6868 0.389203 11.687 0.395028 11.6871 0.384185 11.6873 0.378335 11.6875 0.390954 11.6876 0.410915 11.6878 0.422671 11.6879 0.429383 11.6881 0.441572 11.6882 0.453027 11.6884 0.442303 11.6886 0.401167 11.6887 0.345566 11.6889 0.298073 11.689 0.268532 11.6892 0.256091 11.6893 0.260109 11.6895 0.278207 11.6897 0.302853 11.6898 0.326493 11.69 0.349688 11.6901 0.37589 11.6903 0.400215 11.6904 0.412194 11.6906 0.408697 11.6908 0.398929 11.6909 0.394773 11.6911 0.402764 11.6912 0.424494 11.6914 0.457327 11.6915 0.490827 11.6917 0.510586 11.6919 0.513779 11.692 0.514679 11.6922 0.528472 11.6923 0.549482 11.6925 0.556727 11.6926 0.53972 11.6928 0.511446 11.6929 0.49114 11.6931 0.48403 11.6933 0.480435 11.6934 0.470703 11.6936 0.453629 11.6937 0.4338 11.6939 0.417166 11.694 0.40832 11.6942 0.409006 11.6944 0.41574 11.6945 0.422322 11.6947 0.424013 11.6948 0.418378 11.695 0.403732 11.6951 0.382814 11.6953 0.367435 11.6955 0.37326 11.6956 0.404089 11.6958 0.443959 11.6959 0.470692 11.6961 0.476208 11.6962 0.473501 11.6964 0.479648 11.6966 0.497183 11.6967 0.513996 11.6969 0.517992 11.697 0.506935 11.6972 0.487067 11.6973 0.466339 11.6975 0.453138 11.6977 0.452122 11.6978 0.45987 11.698 0.465845 11.6981 0.461227 11.6983 0.443778 11.6984 0.412997 11.6986 0.368268 11.6988 0.318265 11.6989 0.284657 11.6991 0.283829 11.6992 0.310875 11.6994 0.348435 11.6995 0.3885 11.6997 0.434104 11.6998 0.479669 11.7 0.507202 11.7002 0.507434 11.7003 0.493482 11.7005 0.48621 11.7006 0.491952 11.7008 0.502375 11.7009 0.509114 11.7011 0.509069 11.7013 0.501355 11.7014 0.486471 11.7016 0.467903 11.7017 0.449983 11.7019 0.434946 11.702 0.423222 11.7022 0.412709 11.7024 0.398362 11.7025 0.379574 11.7027 0.369214 11.7028 0.38425 11.703 0.424458 11.7031 0.469181 11.7033 0.5 11.7035 0.516359 11.7036 0.521544 11.7038 0.508506 11.7039 0.471458 11.7041 0.42152 11.7042 0.377458 11.7044 0.346505 11.7046 0.32768 11.7047 0.323197 11.7049 0.330838 11.705 0.333766 11.7052 0.318253 11.7053 0.296655 11.7055 0.29356 11.7057 0.31005 11.7058 0.324764 11.706 0.331302 11.7061 0.348745 11.7063 0.388601 11.7064 0.43174 11.7066 0.452 11.7067 0.445979 11.7069 0.425231 11.7071 0.396151 11.7072 0.362077 11.7074 0.334583 11.7075 0.325716 11.7077 0.332741 11.7078 0.343851 11.708 0.354569 11.7082 0.366094 11.7083 0.375866 11.7085 0.381351 11.7086 0.389613 11.7088 0.408796 11.7089 0.433956 11.7091 0.450503 11.7093 0.450887 11.7094 0.440296 11.7096 0.428213 11.7097 0.425092 11.7099 0.44096 11.71 0.476495 11.7102 0.514807 11.7104 0.535166 11.7105 0.532306 11.7107 0.517254 11.7108 0.500436 11.711 0.48614 11.7111 0.478977 11.7113 0.482043 11.7115 0.486993 11.7116 0.480088 11.7118 0.460573 11.7119 0.441675 11.7121 0.42987 11.7122 0.414872 11.7124 0.387252 11.7125 0.355832 11.7127 0.337815 11.7129 0.340284 11.713 0.357771 11.7132 0.382966 11.7133 0.409639 11.7135 0.431004 11.7136 0.44171 11.7138 0.442026 11.714 0.434204 11.7141 0.418614 11.7143 0.397975 11.7144 0.382856 11.7146 0.384713 11.7147 0.404952 11.7149 0.431722 11.7151 0.449684 11.7152 0.449999 11.7154 0.436028 11.7155 0.420927 11.7157 0.418396 11.7158 0.428915 11.716 0.439848 11.7162 0.440054 11.7163 0.433064 11.7165 0.431187 11.7166 0.43696 11.7168 0.439964 11.7169 0.427064 11.7171 0.394923 11.7173 0.350738 11.7174 0.30634 11.7176 0.273961 11.7177 0.262292 11.7179 0.274653 11.718 0.308445 11.7182 0.353513 11.7184 0.393298 11.7185 0.412009 11.7187 0.407296 11.7188 0.394143 11.719 0.389662 11.7191 0.394267 11.7193 0.393575 11.7194 0.376701 11.7196 0.348118 11.7198 0.321984 11.7199 0.309712 11.7201 0.314311 11.7202 0.33026 11.7204 0.345557 11.7205 0.3491 11.7207 0.339776 11.7209 0.327997 11.721 0.324116 11.7212 0.329127 11.7213 0.336608 11.7215 0.341126 11.7216 0.340396 11.7218 0.334356 11.722 0.326183 11.7221 0.322963 11.7223 0.330983 11.7224 0.348617 11.7226 0.368406 11.7227 0.38614 11.7229 0.405223 11.7231 0.431018 11.7232 0.462739 11.7234 0.489782 11.7235 0.498569 11.7237 0.483384 11.7238 0.453914 11.724 0.428754 11.7242 0.419809 11.7243 0.423398 11.7245 0.428968 11.7246 0.431384 11.7248 0.432292 11.7249 0.432092 11.7251 0.427116 11.7253 0.416461 11.7254 0.404037 11.7256 0.392539 11.7257 0.379981 11.7259 0.363893 11.726 0.34685 11.7262 0.334695 11.7263 0.331765 11.7265 0.339082 11.7267 0.354397 11.7268 0.373302 11.727 0.392173 11.7271 0.411953 11.7273 0.436319 11.7274 0.462711 11.7276 0.480986 11.7278 0.48197 11.7279 0.467814 11.7281 0.448853 11.7282 0.434291 11.7284 0.42544 11.7285 0.417191 11.7287 0.405227 11.7289 0.392175 11.729 0.388336 11.7292 0.402 11.7293 0.428675 11.7295 0.454175 11.7296 0.468884 11.7298 0.476467 11.73 0.484656 11.7301 0.493458 11.7303 0.497238 11.7304 0.494192 11.7306 0.486713 11.7307 0.474848 11.7309 0.456155 11.7311 0.431883 11.7312 0.407969 11.7314 0.387946 11.7315 0.369913 11.7317 0.351492 11.7318 0.334599 11.732 0.323933 11.7322 0.321718 11.7323 0.326377 11.7325 0.333718 11.7326 0.341712 11.7328 0.35335 11.7329 0.372954 11.7331 0.397839 11.7332 0.418743 11.7334 0.429458 11.7336 0.432274 11.7337 0.431061 11.7339 0.425322 11.734 0.417179 11.7342 0.417778 11.7343 0.435785 11.7345 0.463642 11.7347 0.484265 11.7348 0.48909 11.735 0.482334 11.7351 0.469155 11.7353 0.451001 11.7354 0.432936 11.7356 0.421775 11.7358 0.41576 11.7359 0.406478 11.7361 0.392383 11.7362 0.380788 11.7364 0.374153 11.7365 0.36773 11.7367 0.36391 11.7369 0.374784 11.737 0.400873 11.7372 0.420372 11.7373 0.414045 11.7375 0.388702 11.7376 0.365653 11.7378 0.35426 11.738 0.351802 11.7381 0.362098 11.7383 0.394953 11.7384 0.446411 11.7386 0.495467 11.7387 0.524967 11.7389 0.534405 11.739 0.529097 11.7392 0.509608 11.7394 0.477433 11.7395 0.442692 11.7397 0.414896 11.7398 0.393848 11.74 0.375549 11.7401 0.365308 11.7403 0.375992 11.7405 0.411296 11.7406 0.456929 11.7408 0.489822 11.7409 0.49765 11.7411 0.486447 11.7412 0.469708 11.7414 0.452439 11.7416 0.428914 11.7417 0.396092 11.7419 0.364302 11.742 0.349308 11.7422 0.357028 11.7423 0.380492 11.7425 0.408279 11.7427 0.430188 11.7428 0.437651 11.743 0.426191 11.7431 0.402591 11.7433 0.382907 11.7434 0.377948 11.7436 0.384859 11.7438 0.394738 11.7439 0.406017 11.7441 0.423528 11.7442 0.445754 11.7444 0.46153 11.7445 0.464547 11.7447 0.465675 11.7449 0.481122 11.745 0.506716 11.7452 0.516002 11.7453 0.489427 11.7455 0.439333 11.7456 0.395612 11.7458 0.372554 11.7459 0.363181 11.7461 0.361789 11.7463 0.372586 11.7464 0.391565 11.7466 0.399145 11.7467 0.385689 11.7469 0.370584 11.747 0.377658 11.7472 0.40086 11.7474 0.412069 11.7475 0.399602 11.7477 0.381058 11.7478 0.375441 11.748 0.381162 11.7481 0.387461 11.7483 0.391593 11.7485 0.393163 11.7486 0.383844 11.7488 0.35672 11.7489 0.322334 11.7491 0.304731 11.7492 0.320147 11.7494 0.364017 11.7496 0.41704 11.7497 0.458446 11.7499 0.476561 11.75 0.471286 11.7502 0.451747 11.7503 0.431636 11.7505 0.422326 11.7507 0.42828 11.7508 0.443264 11.751 0.454958 11.7511 0.457467 11.7513 0.45772 11.7514 0.46395 11.7516 0.471765 11.7518 0.468856 11.7519 0.453652 11.7521 0.439191 11.7522 0.435089 11.7524 0.43523 11.7525 0.429513 11.7527 0.42153 11.7528 0.426613 11.753 0.45382 11.7532 0.493788 11.7533 0.526943 11.7535 0.539462 11.7536 0.533172 11.7538 0.519296 11.7539 0.502389 11.7541 0.474684 11.7543 0.430613 11.7544 0.384123 11.7546 0.361637 11.7547 0.375673 11.7549 0.413393 11.755 0.453372 11.7552 0.485331 11.7554 0.509554 11.7555 0.523588 11.7557 0.522087 11.7558 0.504845 11.756 0.478783 11.7561 0.453137 11.7563 0.435184 11.7565 0.429348 11.7566 0.434946 11.7568 0.445693 11.7569 0.453478 11.7571 0.453054 11.7572 0.441623 11.7574 0.419879 11.7576 0.394688 11.7577 0.379237 11.7579 0.381923 11.758 0.399612 11.7582 0.421916 11.7583 0.441582 11.7585 0.458103 11.7586 0.473718 11.7588 0.490197 11.759 0.503968 11.7591 0.506305 11.7593 0.489633 11.7594 0.458632 11.7596 0.431798 11.7597 0.424753 11.7599 0.438108 11.7601 0.460448 11.7602 0.48114 11.7604 0.493512 11.7605 0.491119 11.7607 0.469456 11.7608 0.431096 11.761 0.387205 11.7612 0.353144 11.7613 0.342537 11.7615 0.357611 11.7616 0.383827 11.7618 0.397014 11.7619 0.384909 11.7621 0.357429 11.7623 0.334047 11.7624 0.327344 11.7626 0.340153 11.7627 0.371791 11.7629 0.415141 11.763 0.453606 11.7632 0.473637 11.7634 0.478215 11.7635 0.48121 11.7637 0.489907 11.7638 0.501929 11.764 0.517013 11.7641 0.537155 11.7643 0.555737 11.7645 0.558037 11.7646 0.538237 11.7648 0.507192 11.7649 0.478862 11.7651 0.455629 11.7652 0.433982 11.7654 0.41499 11.7655 0.400979 11.7657 0.388881 11.7659 0.37522 11.766 0.365371 11.7662 0.370366 11.7663 0.393398 11.7665 0.427961 11.7666 0.467135 11.7668 0.506862 11.767 0.538381 11.7671 0.547876 11.7673 0.530146 11.7674 0.498508 11.7676 0.473417 11.7677 0.463168 11.7679 0.461408 11.7681 0.462045 11.7682 0.467089 11.7684 0.475616 11.7685 0.477241 11.7687 0.464052 11.7688 0.445249 11.769 0.436867 11.7692 0.439651 11.7693 0.435329 11.7695 0.409537 11.7696 0.368931 11.7698 0.331967 11.7699 0.312764 11.7701 0.316765 11.7703 0.34518 11.7704 0.393159 11.7706 0.446609 11.7707 0.488621 11.7709 0.50629 11.771 0.491071 11.7712 0.43993 11.7714 0.364061 11.7715 0.291551 11.7717 0.252538 11.7718 0.257676 11.772 0.294965 11.7721 0.341281 11.7723 0.373533 11.7724 0.379091 11.7726 0.365002 11.7728 0.35627 11.7729 0.372081 11.7731 0.405529 11.7732 0.433631 11.7734 0.444265 11.7735 0.442429 11.7737 0.434519 11.7739 0.424266 11.774 0.422143 11.7742 0.44004 11.7743 0.467999 11.7745 0.474236 11.7746 0.443127 11.7748 0.399598 11.775 0.380636 11.7751 0.389556 11.7753 0.394979 11.7754 0.372276 11.7756 0.329768 11.7757 0.289997 11.7759 0.262435 11.7761 0.243963 11.7762 0.237097 11.7764 0.249901 11.7765 0.279268 11.7767 0.304828 11.7768 0.306949 11.777 0.287466 11.7772 0.266354 11.7773 0.26036 11.7775 0.269721 11.7776 0.286263 11.7778 0.305439 11.7779 0.325227 11.7781 0.338319 11.7783 0.337122 11.7784 0.324759 11.7786 0.314622 11.7787 0.316529 11.7789 0.328517 11.779 0.343958 11.7792 0.361398 11.7793 0.381759 11.7795 0.400371 11.7797 0.407633 11.7798 0.399188 11.78 0.380863 11.7801 0.366603 11.7803 0.366881 11.7804 0.380776 11.7806 0.397137 11.7808 0.406571 11.7809 0.409829 11.7811 0.412112 11.7812 0.412701 11.7814 0.404286 11.7815 0.383906 11.7817 0.358787 11.7819 0.339092 11.782 0.32977 11.7822 0.32846 11.7823 0.329055 11.7825 0.326087 11.7826 0.321263 11.7828 0.324514 11.783 0.341786 11.7831 0.363612 11.7833 0.372058 11.7834 0.363817 11.7836 0.35493 11.7837 0.359544 11.7839 0.371684 11.7841 0.376702 11.7842 0.373994 11.7844 0.3782 11.7845 0.398022 11.7847 0.42328 11.7848 0.432874 11.785 0.4147 11.7851 0.378028 11.7853 0.348474 11.7855 0.348418 11.7856 0.376668 11.7858 0.409364 11.7859 0.424776 11.7861 0.422241 11.7862 0.416295 11.7864 0.416959 11.7866 0.421961 11.7867 0.42358 11.7869 0.417092 11.787 0.404538 11.7872 0.397286 11.7873 0.409734 11.7875 0.441746 11.7877 0.472544 11.7878 0.480143 11.788 0.466647 11.7881 0.452657 11.7883 0.448796 11.7884 0.445025 11.7886 0.429896 11.7888 0.408144 11.7889 0.390856 11.7891 0.380237 11.7892 0.373785 11.7894 0.374248 11.7895 0.384345 11.7897 0.397062 11.7899 0.402804 11.79 0.405382 11.7902 0.415879 11.7903 0.431159 11.7905 0.430808 11.7906 0.404432 11.7908 0.369556 11.791 0.351398 11.7911 0.351513 11.7913 0.348351 11.7914 0.327839 11.7916 0.30055 11.7917 0.286147 11.7919 0.291518 11.792 0.309352 11.7922 0.328034 11.7924 0.335134 11.7925 0.319397 11.7927 0.282085 11.7928 0.24373 11.793 0.226081 11.7931 0.229419 11.7933 0.234701 11.7935 0.231337 11.7936 0.228324 11.7938 0.231562 11.7939 0.22686 11.7941 0.19633 11.7942 0.148643 11.7944 0.11715 11.7946 0.126768 11.7947 0.170329 11.7949 0.219136 11.795 0.250228 11.7952 0.261181 11.7953 0.263817 11.7955 0.271542 11.7957 0.290934 11.7958 0.322114 11.796 0.362837 11.7961 0.410423 11.7963 0.457755 11.7964 0.493794 11.7966 0.509425 11.7968 0.506775 11.7969 0.498282 11.7971 0.495429 11.7972 0.49986 11.7974 0.504226 11.7975 0.501532 11.7977 0.490825 11.7979 0.475988 11.798 0.460458 11.7982 0.44484 11.7983 0.43064 11.7985 0.420433 11.7986 0.411326 11.7988 0.394051 11.7989 0.36273 11.7991 0.326069 11.7993 0.301325 11.7994 0.295333 11.7996 0.299067 11.7997 0.303798 11.7999 0.314939 11.8 0.344056 11.8002 0.388959 11.8004 0.429931 11.8005 0.447519 11.8007 0.440656 11.8008 0.427579 11.801 0.42806 11.8011 0.443493 11.8013 0.455569 11.8015 0.447161 11.8016 0.421253 11.8018 0.393279 11.8019 0.36892 11.8021 0.341932 11.8022 0.315482 11.8024 0.309303 11.8026 0.334698 11.8027 0.372513 11.8029 0.391368 11.803 0.381461 11.8032 0.358618 11.8033 0.339763 11.8035 0.328242 11.8037 0.322852 11.8038 0.325336 11.804 0.333925 11.8041 0.340833 11.8043 0.341612 11.8044 0.341214 11.8046 0.34423 11.8047 0.348009 11.8049 0.348662 11.8051 0.348009 11.8052 0.347999 11.8054 0.344263 11.8055 0.331667 11.8057 0.312509 11.8058 0.294411 11.806 0.280443 11.8062 0.264553 11.8063 0.239362 11.8065 0.205702 11.8066 0.174742 11.8068 0.159484 11.8069 0.163733 11.8071 0.179382 11.8073 0.195024 11.8074 0.204535 11.8076 0.208348 11.8077 0.21165 11.8079 0.224894 11.808 0.258112 11.8082 0.307807 11.8084 0.354227 11.8085 0.380462 11.8087 0.390817 11.8088 0.401113 11.809 0.41498 11.8091 0.419949 11.8093 0.408544 11.8095 0.388203 11.8096 0.369578 11.8098 0.355624 11.8099 0.346981 11.8101 0.346387 11.8102 0.350214 11.8104 0.348277 11.8106 0.338468 11.8107 0.334261 11.8109 0.347843 11.811 0.371436 11.8112 0.384612 11.8113 0.377518 11.8115 0.358672 11.8116 0.342334 11.8118 0.336223 11.812 0.338463 11.8121 0.34222 11.8123 0.342752 11.8124 0.342843 11.8126 0.350155 11.8127 0.366283 11.8129 0.383782 11.8131 0.396951 11.8132 0.40848 11.8134 0.421657 11.8135 0.431888 11.8137 0.433035 11.8138 0.427015 11.814 0.419697 11.8142 0.411734 11.8143 0.402999 11.8145 0.401828 11.8146 0.418566 11.8148 0.450334 11.8149 0.480184 11.8151 0.494239 11.8153 0.490565 11.8154 0.472303 11.8156 0.438338 11.8157 0.387198 11.8159 0.325294 11.816 0.266163 11.8162 0.221915 11.8164 0.196631 11.8165 0.186547 11.8167 0.185141 11.8168 0.189624 11.817 0.200786 11.8171 0.217958 11.8173 0.23684 11.8175 0.252802 11.8176 0.263029 11.8178 0.263888 11.8179 0.252504 11.8181 0.235438 11.8182 0.227494 11.8184 0.237789 11.8185 0.258528 11.8187 0.275475 11.8189 0.284635 11.819 0.290333 11.8192 0.292524 11.8193 0.287376 11.8195 0.278822 11.8196 0.277752 11.8198 0.287697 11.82 0.299884 11.8201 0.305034 11.8203 0.304491 11.8204 0.305514 11.8206 0.311325 11.8207 0.318673 11.8209 0.322144 11.8211 0.317917 11.8212 0.309027 11.8214 0.305182 11.8215 0.311756 11.8217 0.320533 11.8218 0.318041 11.822 0.304209 11.8222 0.294107 11.8223 0.296555 11.8225 0.302445 11.8226 0.298822 11.8228 0.288102 11.8229 0.284881 11.8231 0.298489 11.8233 0.325361 11.8234 0.355988 11.8236 0.381243 11.8237 0.395943 11.8239 0.401356 11.824 0.404263 11.8242 0.407764 11.8244 0.404465 11.8245 0.384251 11.8247 0.348462 11.8248 0.311985 11.825 0.291326 11.8251 0.291822 11.8253 0.305947 11.8254 0.319712 11.8256 0.321575 11.8258 0.309888 11.8259 0.292961 11.8261 0.281022 11.8262 0.279455 11.8264 0.292459 11.8265 0.324577 11.8267 0.374603 11.8269 0.427843 11.827 0.465851 11.8272 0.484414 11.8273 0.495622 11.8275 0.512132 11.8276 0.531756 11.8278 0.545579 11.828 0.551054 11.8281 0.551218 11.8283 0.544152 11.8284 0.524455 11.8286 0.494129 11.8287 0.465298 11.8289 0.446673 11.8291 0.433374 11.8292 0.413953 11.8294 0.382968 11.8295 0.342133 11.8297 0.294204 11.8298 0.245478 11.83 0.211708 11.8302 0.211109 11.8303 0.245929 11.8305 0.295461 11.8306 0.334561 11.8308 0.354773 11.8309 0.364592 11.8311 0.371374 11.8312 0.371132 11.8314 0.357313 11.8316 0.332763 11.8317 0.309029 11.8319 0.296623 11.832 0.296737 11.8322 0.303382 11.8323 0.310651 11.8325 0.316607 11.8327 0.321456 11.8328 0.324766 11.833 0.327833 11.8331 0.335188 11.8333 0.347589 11.8334 0.354714 11.8336 0.343995 11.8338 0.318752 11.8339 0.29978 11.8341 0.301291 11.8342 0.313571 11.8344 0.318113 11.8345 0.312783 11.8347 0.310106 11.8349 0.316929 11.835 0.329177 11.8352 0.348189 11.8353 0.381794 11.8355 0.423558 11.8356 0.448762 11.8358 0.440965 11.836 0.414285 11.8361 0.394513 11.8363 0.38741 11.8364 0.379256 11.8366 0.363347 11.8367 0.348823 11.8369 0.342548 11.8371 0.337088 11.8372 0.325983 11.8374 0.32089 11.8375 0.342129 11.8377 0.394074 11.8378 0.456813 11.838 0.502805 11.8381 0.517131 11.8383 0.504405 11.8385 0.478731 11.8386 0.452177 11.8388 0.429055 11.8389 0.409253 11.8391 0.393434 11.8392 0.383382 11.8394 0.380099 11.8396 0.3812 11.8397 0.384759 11.8399 0.391571 11.84 0.40176 11.8402 0.409708 11.8403 0.404336 11.8405 0.380024 11.8407 0.345283 11.8408 0.318389 11.841 0.310039 11.8411 0.316228 11.8413 0.328107 11.8414 0.343613 11.8416 0.363416 11.8418 0.378155 11.8419 0.374509 11.8421 0.35322 11.8422 0.334357 11.8424 0.334503 11.8425 0.34393 11.8427 0.335539 11.8429 0.295264 11.843 0.23906 11.8432 0.197917 11.8433 0.189782 11.8435 0.207732 11.8436 0.23192 11.8438 0.250508 11.844 0.266837 11.8441 0.288426 11.8443 0.313919 11.8444 0.335762 11.8446 0.349589 11.8447 0.354108 11.8449 0.344619 11.845 0.31656 11.8452 0.280095 11.8454 0.25614 11.8455 0.256913 11.8457 0.275143 11.8458 0.297196 11.846 0.317949 11.8461 0.336173 11.8463 0.345803 11.8465 0.344913 11.8466 0.34454 11.8468 0.357591 11.8469 0.382525 11.8471 0.40837 11.8472 0.431311 11.8474 0.451325 11.8476 0.460216 11.8477 0.44759 11.8479 0.423051 11.848 0.412472 11.8482 0.426923 11.8483 0.450358 11.8485 0.464426 11.8487 0.470544 11.8488 0.478092 11.849 0.483701 11.8491 0.477343 11.8493 0.460948 11.8494 0.446377 11.8496 0.435882 11.8498 0.419924 11.8499 0.393966 11.8501 0.366884 11.8502 0.348779 11.8504 0.339302 11.8505 0.332484 11.8507 0.327481 11.8508 0.328628 11.851 0.338317 11.8512 0.35397 11.8513 0.370135 11.8515 0.382662 11.8516 0.390614 11.8518 0.39502 11.8519 0.396442 11.8521 0.394568 11.8523 0.388796 11.8524 0.379612 11.8526 0.368216 11.8527 0.357154 11.8529 0.350094 11.853 0.348105 11.8532 0.34737 11.8534 0.343268 11.8535 0.338225 11.8537 0.33965 11.8538 0.351457 11.854 0.369306 11.8541 0.385984 11.8543 0.39745 11.8545 0.402124 11.8546 0.402821 11.8548 0.409204 11.8549 0.432469 11.8551 0.46918 11.8552 0.498062 11.8554 0.49993 11.8556 0.478432 11.8557 0.45591 11.8559 0.451235 11.856 0.463937 11.8562 0.479275 11.8563 0.481384 11.8565 0.464732 11.8567 0.436962 11.8568 0.410904 11.857 0.394018 11.8571 0.38366 11.8573 0.373347 11.8574 0.360256 11.8576 0.344962 11.8577 0.331367 11.8579 0.328377 11.8581 0.342776 11.8582 0.367378 11.8584 0.382664 11.8585 0.378998 11.8587 0.368753 11.8588 0.367111 11.859 0.370535 11.8592 0.367749 11.8593 0.364201 11.8595 0.375839 11.8596 0.400601 11.8598 0.4165 11.8599 0.412553 11.8601 0.407114 11.8603 0.422765 11.8604 0.456381 11.8606 0.482026 11.8607 0.478818 11.8609 0.447389 11.861 0.407739 11.8612 0.385258 11.8614 0.393051 11.8615 0.417904 11.8617 0.43157 11.8618 0.418232 11.862 0.388981 11.8621 0.36233 11.8623 0.341994 11.8625 0.321134 11.8626 0.29861 11.8628 0.281192 11.8629 0.27393 11.8631 0.27784 11.8632 0.291155 11.8634 0.30571 11.8636 0.308265 11.8637 0.296064 11.8639 0.28363 11.864 0.284895 11.8642 0.293401 11.8643 0.292685 11.8645 0.281858 11.8646 0.276348 11.8648 0.284693 11.865 0.297837 11.8651 0.305272 11.8653 0.308602 11.8654 0.316439 11.8656 0.333992 11.8657 0.361214 11.8659 0.392038 11.8661 0.414305 11.8662 0.418988 11.8664 0.412244 11.8665 0.407714 11.8667 0.406494 11.8668 0.396921 11.867 0.374946 11.8672 0.354227 11.8673 0.348575 11.8675 0.355784 11.8676 0.367005 11.8678 0.382715 11.8679 0.407943 11.8681 0.439483 11.8683 0.465825 11.8684 0.47806 11.8686 0.474025 11.8687 0.457892 11.8689 0.439687 11.869 0.430704 11.8692 0.431452 11.8694 0.429914 11.8695 0.419985 11.8697 0.412201 11.8698 0.417897 11.87 0.430221 11.8701 0.433475 11.8703 0.426659 11.8705 0.422214 11.8706 0.422843 11.8708 0.414914 11.8709 0.389177 11.8711 0.35598 11.8712 0.331071 11.8714 0.317709 11.8715 0.308827 11.8717 0.301966 11.8719 0.30141 11.872 0.310289 11.8722 0.32597 11.8723 0.343231 11.8725 0.355883 11.8726 0.356905 11.8728 0.341337 11.873 0.310314 11.8731 0.270284 11.8733 0.23057 11.8734 0.202152 11.8736 0.194641 11.8737 0.208285 11.8739 0.230507 11.8741 0.246852 11.8742 0.257956 11.8744 0.280085 11.8745 0.32603 11.8747 0.38626 11.8748 0.434504 11.875 0.451255 11.8752 0.436973 11.8753 0.404362 11.8755 0.366585 11.8756 0.334293 11.8758 0.317228 11.8759 0.319399 11.8761 0.331374 11.8763 0.338729 11.8764 0.336653 11.8766 0.33094 11.8767 0.326309 11.8769 0.322045 11.877 0.320802 11.8772 0.331087 11.8773 0.353971 11.8775 0.374556 11.8777 0.37631 11.8778 0.361476 11.878 0.348383 11.8781 0.352169 11.8783 0.371362 11.8784 0.39289 11.8786 0.40488 11.8788 0.404179 11.8789 0.396621 11.8791 0.389416 11.8792 0.384105 11.8794 0.377956 11.8795 0.372875 11.8797 0.374695 11.8799 0.380437 11.88 0.379141 11.8802 0.367478 11.8803 0.358256 11.8805 0.360105 11.8806 0.360175 11.8808 0.340868 11.881 0.307912 11.8811 0.285703 11.8813 0.285216 11.8814 0.295032 11.8816 0.303628 11.8817 0.314361 11.8819 0.332642 11.8821 0.35585 11.8822 0.38119 11.8824 0.410575 11.8825 0.439451 11.8827 0.453567 11.8828 0.447546 11.883 0.433749 11.8832 0.424042 11.8833 0.41299 11.8835 0.388646 11.8836 0.353679 11.8838 0.323913 11.8839 0.309826 11.8841 0.31153 11.8842 0.322856 11.8844 0.332763 11.8846 0.328788 11.8847 0.312279 11.8849 0.304474 11.885 0.32425 11.8852 0.36265 11.8853 0.393885 11.8855 0.406998 11.8857 0.412227 11.8858 0.418353 11.886 0.421989 11.8861 0.423661 11.8863 0.436033 11.8864 0.464963 11.8866 0.494851 11.8868 0.502505 11.8869 0.481771 11.8871 0.446397 11.8872 0.414977 11.8874 0.398368 11.8875 0.396681 11.8877 0.400764 11.8879 0.399273 11.888 0.388764 11.8882 0.377101 11.8883 0.37363 11.8885 0.380135 11.8886 0.393542 11.8888 0.411492 11.889 0.430487 11.8891 0.444825 11.8893 0.454412 11.8894 0.470287 11.8896 0.50383 11.8897 0.550328 11.8899 0.590322 11.8901 0.608568 11.8902 0.606394 11.8904 0.595544 11.8905 0.583206 11.8907 0.566061 11.8908 0.535863 11.891 0.489872 11.8911 0.437741 11.8913 0.398271 11.8915 0.387309 11.8916 0.405176 11.8918 0.435499 11.8919 0.455144 11.8921 0.448939 11.8922 0.416121 11.8924 0.367877 11.8926 0.319727 11.8927 0.283328 11.8929 0.264284 11.893 0.264022 11.8932 0.280821 11.8933 0.308101 11.8935 0.333911 11.8937 0.347116 11.8938 0.345852 11.894 0.338669 11.8941 0.338141 11.8943 0.350745 11.8944 0.371449 11.8946 0.385305 11.8948 0.377561 11.8949 0.347377 11.8951 0.311451 11.8952 0.292064 11.8954 0.296374 11.8955 0.310544 11.8957 0.31533 11.8959 0.303942 11.896 0.283699 11.8962 0.264408 11.8963 0.253639 11.8965 0.258275 11.8966 0.282607 11.8968 0.318291 11.8969 0.346881 11.8971 0.359685 11.8973 0.367304 11.8974 0.382747 11.8976 0.400816 11.8977 0.406382 11.8979 0.399698 11.898 0.396084 11.8982 0.400734 11.8984 0.400486 11.8985 0.387706 11.8987 0.37647 11.8988 0.381044 11.899 0.39142 11.8991 0.38758 11.8993 0.371881 11.8995 0.36665 11.8996 0.381101 11.8998 0.397757 11.8999 0.398636 11.9001 0.387415 11.9002 0.379128 11.9004 0.379632 11.9006 0.385586 11.9007 0.395823 11.9009 0.41132 11.901 0.427173 11.9012 0.435382 11.9013 0.435269 11.9015 0.432448 11.9017 0.429333 11.9018 0.421313 11.902 0.403463 11.9021 0.376763 11.9023 0.346923 11.9024 0.321449 11.9026 0.306971 11.9028 0.303988 11.9029 0.305229 11.9031 0.301568 11.9032 0.293383 11.9034 0.292888 11.9035 0.310917 11.9037 0.342988 11.9038 0.370817 11.904 0.378237 11.9042 0.36563 11.9043 0.345959 11.9045 0.330486 11.9046 0.321646 11.9048 0.31921 11.9049 0.326981 11.9051 0.3463 11.9053 0.367019 11.9054 0.375206 11.9056 0.368335 11.9057 0.358095 11.9059 0.354298 11.906 0.352733 11.9062 0.342005 11.9064 0.317561 11.9065 0.285777 11.9067 0.258111 11.9068 0.242158 11.907 0.235094 11.9071 0.225964 11.9073 0.20795 11.9075 0.191871 11.9076 0.199235 11.9078 0.235595 11.9079 0.278653 11.9081 0.297941 11.9082 0.285613 11.9084 0.259078 11.9086 0.237153 11.9087 0.226203 11.9089 0.22781 11.909 0.247025 11.9092 0.284392 11.9093 0.325012 11.9095 0.347232 11.9097 0.343533 11.9098 0.328171 11.91 0.320507 11.9101 0.325975 11.9103 0.333874 11.9104 0.334231 11.9106 0.328057 11.9107 0.321163 11.9109 0.313919 11.9111 0.303307 11.9112 0.295818 11.9114 0.305638 11.9115 0.334098 11.9117 0.359397 11.9118 0.355522 11.912 0.322715 11.9122 0.290914 11.9123 0.286119 11.9125 0.304374 11.9126 0.321237 11.9128 0.323735 11.9129 0.322311 11.9131 0.331917 11.9133 0.351853 11.9134 0.369305 11.9136 0.37636 11.9137 0.376811 11.9139 0.375876 11.914 0.373126 11.9142 0.366306 11.9144 0.356885 11.9145 0.348634 11.9147 0.344726 11.9148 0.348449 11.915 0.362789 11.9151 0.38649 11.9153 0.411178 11.9155 0.427124 11.9156 0.429151 11.9158 0.414876 11.9159 0.383369 11.9161 0.341568 11.9162 0.307399 11.9164 0.298103 11.9166 0.312514 11.9167 0.331963 11.9169 0.338779 11.917 0.330094 11.9172 0.315415 11.9173 0.306275 11.9175 0.309977 11.9176 0.326602 11.9178 0.347608 11.918 0.360634 11.9181 0.360202 11.9183 0.35203 11.9184 0.346271 11.9186 0.348516 11.9187 0.356261 11.9189 0.361565 11.9191 0.358387 11.9192 0.350422 11.9194 0.350878 11.9195 0.366802 11.9197 0.388654 11.9198 0.401149 11.92 0.403013 11.9202 0.407153 11.9203 0.420931 11.9205 0.438046 11.9206 0.451694 11.9208 0.462275 11.9209 0.467004 11.9211 0.453395 11.9213 0.414609 11.9214 0.366018 11.9216 0.335997 11.9217 0.340188 11.9219 0.369892 11.922 0.401771 11.9222 0.415853 11.9224 0.406286 11.9225 0.38394 11.9227 0.36678 11.9228 0.366081 11.923 0.378971 11.9231 0.392454 11.9233 0.391383 11.9234 0.36673 11.9236 0.32519 11.9238 0.289489 11.9239 0.278983 11.9241 0.290371 11.9242 0.306815 11.9244 0.324636 11.9245 0.354873 11.9247 0.394382 11.9249 0.417614 11.925 0.407565 11.9252 0.379384 11.9253 0.357865 11.9255 0.346719 11.9256 0.335546 11.9258 0.323552 11.926 0.316738 11.9261 0.313432 11.9263 0.314073 11.9264 0.33394 11.9266 0.381272 11.9267 0.427892 11.9269 0.432319 11.9271 0.393664 11.9272 0.35482 11.9274 0.346341 11.9275 0.353587 11.9277 0.34961 11.9278 0.333736 11.928 0.320308 11.9282 0.309261 11.9283 0.292355 11.9285 0.27643 11.9286 0.2786 11.9288 0.300757 11.9289 0.326401 11.9291 0.341049 11.9293 0.341689 11.9294 0.328712 11.9296 0.301179 11.9297 0.264357 11.9299 0.230698 11.93 0.207847 11.9302 0.192823 11.9303 0.177601 11.9305 0.160727 11.9307 0.149159 11.9308 0.151606 11.931 0.17365 11.9311 0.216564 11.9313 0.277371 11.9314 0.345167 11.9316 0.399423 11.9318 0.422171 11.9319 0.418014 11.9321 0.411976 11.9322 0.422054 11.9324 0.437464 11.9325 0.435389 11.9327 0.416115 11.9329 0.401052 11.933 0.403052 11.9332 0.412303 11.9333 0.41739 11.9335 0.420886 11.9336 0.42903 11.9338 0.436893 11.934 0.435294 11.9341 0.420947 11.9343 0.395238 11.9344 0.363134 11.9346 0.338659 11.9347 0.337851 11.9349 0.357772 11.9351 0.373022 11.9352 0.365066 11.9354 0.344695 11.9355 0.336042 11.9357 0.345378 11.9358 0.359118 11.936 0.365205 11.9362 0.363432 11.9363 0.361296 11.9365 0.367749 11.9366 0.386191 11.9368 0.40675 11.9369 0.410398 11.9371 0.38888 11.9372 0.354525 11.9374 0.322853 11.9376 0.295324 11.9377 0.266119 11.9379 0.238205 11.938 0.219985 11.9382 0.214536 11.9383 0.224266 11.9385 0.253875 11.9387 0.296999 11.9388 0.32917 11.939 0.332746 11.9391 0.321768 11.9393 0.324007 11.9394 0.344415 11.9396 0.364025 11.9398 0.373508 11.9399 0.383172 11.9401 0.399437 11.9402 0.411361 11.9404 0.409386 11.9405 0.4004 11.9407 0.396354 11.9409 0.39897 11.941 0.404588 11.9412 0.412843 11.9413 0.423053 11.9415 0.429571 11.9416 0.427683 11.9418 0.41733 11.942 0.401767 11.9421 0.38528 11.9423 0.374841 11.9424 0.374492 11.9426 0.377102 11.9427 0.372336 11.9429 0.362558 11.943 0.362259 11.9432 0.378273 11.9434 0.402564 11.9435 0.425417 11.9437 0.444593 11.9438 0.459251 11.944 0.465151 11.9441 0.462178 11.9443 0.455263 11.9445 0.444399 11.9446 0.423119 11.9448 0.392666 11.9449 0.366608 11.9451 0.354256 11.9452 0.3501 11.9454 0.345393 11.9456 0.340097 11.9457 0.335119 11.9459 0.32376 11.946 0.303335 11.9462 0.287083 11.9463 0.292514 11.9465 0.319238 11.9467 0.348093 11.9468 0.360561 11.947 0.352215 11.9471 0.329743 11.9473 0.303239 11.9474 0.282489 11.9476 0.272877 11.9478 0.27239 11.9479 0.274531 11.9481 0.275803 11.9482 0.278359 11.9484 0.289188 11.9485 0.314865 11.9487 0.352292 11.9489 0.384246 11.949 0.391084 11.9492 0.370477 11.9493 0.341307 11.9495 0.323856 11.9496 0.319979 11.9498 0.318288 11.9499 0.313527 11.9501 0.311549 11.9503 0.319122 11.9504 0.333257 11.9506 0.34601 11.9507 0.355102 11.9509 0.367358 11.951 0.390661 11.9512 0.421016 11.9514 0.443346 11.9515 0.446519 11.9517 0.434439 11.9518 0.4175 11.952 0.399072 11.9521 0.377361 11.9523 0.357427 11.9525 0.349168 11.9526 0.352314 11.9528 0.356126 11.9529 0.35573 11.9531 0.359282 11.9532 0.374176 11.9534 0.395821 11.9536 0.415982 11.9537 0.430956 11.9539 0.437494 11.954 0.428115 11.9542 0.398749 11.9543 0.356437 11.9545 0.314234 11.9547 0.279807 11.9548 0.253601 11.955 0.23158 11.9551 0.21116 11.9553 0.199008 11.9554 0.210221 11.9556 0.250215 11.9558 0.298762 11.9559 0.326746 11.9561 0.330842 11.9562 0.334723 11.9564 0.352213 11.9565 0.369852 11.9567 0.374487 11.9568 0.377513 11.957 0.392854 11.9572 0.40979 11.9573 0.407142 11.9575 0.384044 11.9576 0.356302 11.9578 0.331527 11.9579 0.309443 11.9581 0.300203 11.9583 0.316361 11.9584 0.348646 11.9586 0.369718 11.9587 0.367188 11.9589 0.355599 11.959 0.351579 11.9592 0.352901 11.9594 0.349037 11.9595 0.337126 11.9597 0.320347 11.9598 0.301991 11.96 0.28562 11.9601 0.27073 11.9603 0.247982 11.9605 0.208256 11.9606 0.162957 11.9608 0.139233 11.9609 0.149206 11.9611 0.173726 11.9612 0.186843 11.9614 0.187086 11.9616 0.194262 11.9617 0.220962 11.9619 0.257285 11.962 0.284267 11.9622 0.292985 11.9623 0.288566 11.9625 0.27936 11.9627 0.267868 11.9628 0.253604 11.963 0.241853 11.9631 0.242115 11.9633 0.255508 11.9634 0.271154 11.9636 0.280157 11.9637 0.285951 11.9639 0.295595 11.9641 0.307251 11.9642 0.316116 11.9644 0.325589 11.9645 0.339697 11.9647 0.348342 11.9648 0.335549 11.965 0.302235 11.9652 0.269149 11.9653 0.25536 11.9655 0.26352 11.9656 0.286568 11.9658 0.313898 11.9659 0.331255 11.9661 0.327246 11.9663 0.306256 11.9664 0.285157 11.9666 0.273723 11.9667 0.267704 11.9669 0.261505 11.967 0.254636 11.9672 0.244949 11.9674 0.229495 11.9675 0.216261 11.9677 0.222152 11.9678 0.252791 11.968 0.293559 11.9681 0.32921 11.9683 0.359065 11.9685 0.386207 11.9686 0.404033 11.9688 0.403155 11.9689 0.383092 11.9691 0.350183 11.9692 0.310969 11.9694 0.275365 11.9695 0.255428 11.9697 0.251278 11.9699 0.248508 11.97 0.237826 11.9702 0.229628 11.9703 0.239433 11.9705 0.265153 11.9706 0.291079 11.9708 0.305628 11.971 0.30719 11.9711 0.298427 11.9713 0.286618 11.9714 0.285206 11.9716 0.301977 11.9717 0.329439 11.9719 0.354805 11.9721 0.374688 11.9722 0.391136 11.9724 0.39919 11.9725 0.39181 11.9727 0.375785 11.9728 0.369324 11.973 0.380561 11.9732 0.399319 11.9733 0.410785 11.9735 0.410806 11.9736 0.405253 11.9738 0.400054 11.9739 0.394257 11.9741 0.381528 11.9743 0.35866 11.9744 0.333369 11.9746 0.319457 11.9747 0.321066 11.9749 0.328234 11.975 0.329997 11.9752 0.326664 11.9754 0.32242 11.9755 0.31622 11.9757 0.307277 11.9758 0.302188 11.976 0.306953 11.9761 0.316948 11.9763 0.324753 11.9764 0.332792 11.9766 0.347326 11.9768 0.364505 11.9769 0.374087 11.9771 0.372701 11.9772 0.364822 11.9774 0.352839 11.9775 0.339536 11.9777 0.336918 11.9779 0.357063 11.978 0.393368 11.9782 0.422391 11.9783 0.425445 11.9785 0.400715 11.9786 0.358073 11.9788 0.312731 11.979 0.284304 11.9791 0.284273 11.9793 0.300774 11.9794 0.309117 11.9796 0.301102 11.9797 0.29318 11.9799 0.301985 11.9801 0.324268 11.9802 0.346446 11.9804 0.36308 11.9805 0.374473 11.9807 0.378675 11.9808 0.375303 11.981 0.373021 11.9812 0.384746 11.9813 0.413494 11.9815 0.449293 11.9816 0.476162 11.9818 0.481527 11.9819 0.464194 11.9821 0.436791 11.9823 0.416518 11.9824 0.409967 11.9826 0.409172 11.9827 0.404824 11.9829 0.396541 11.983 0.389222 11.9832 0.385898 11.9833 0.387761 11.9835 0.397213 11.9837 0.413941 11.9838 0.432444 11.984 0.445912 11.9841 0.452273 11.9843 0.450796 11.9844 0.439167 11.9846 0.415983 11.9848 0.38554 11.9849 0.358022 11.9851 0.342285 11.9852 0.338527 11.9854 0.33669 11.9855 0.326087 11.9857 0.310701 11.9859 0.308673 11.986 0.331035 11.9862 0.364515 11.9863 0.385273 11.9865 0.386513 11.9866 0.379809 11.9868 0.372392 11.987 0.359948 11.9871 0.343656 11.9873 0.337696 11.9874 0.350456 11.9876 0.368868 11.9877 0.375197 11.9879 0.369379 11.9881 0.364701 11.9882 0.367939 11.9884 0.375589 11.9885 0.384817 11.9887 0.396548 11.9888 0.408439 11.989 0.415232 11.9891 0.416021 11.9893 0.411785 11.9895 0.399198 11.9896 0.373655 11.9898 0.340361 11.9899 0.315089 11.9901 0.308134 11.9902 0.313024 11.9904 0.314829 11.9906 0.305239 11.9907 0.290486 11.9909 0.279834 11.991 0.271584 11.9912 0.254456 11.9913 0.224969 11.9915 0.199123 11.9917 0.19766 11.9918 0.2227 11.992 0.258217 11.9921 0.290779 11.9923 0.319811 11.9924 0.343594 11.9926 0.350873 11.9928 0.336326 11.9929 0.314035 11.9931 0.304346 11.9932 0.310733 11.9934 0.320763 11.9935 0.324558 11.9937 0.324134 11.9939 0.325707 11.994 0.332304 11.9942 0.343823 11.9943 0.357278 11.9945 0.367393 11.9946 0.372696 11.9948 0.377291 11.995 0.38543 11.9951 0.39533 11.9953 0.405787 11.9954 0.422707 11.9956 0.44913 11.9957 0.47455 11.9959 0.484111 11.996 0.47691 11.9962 0.466169 11.9964 0.459652 11.9965 0.451082 11.9967 0.432662 11.9968 0.408264 11.997 0.390988 11.9971 0.392061 11.9973 0.411805 11.9975 0.438449 11.9976 0.453915 11.9978 0.448759 11.9979 0.432303 11.9981 0.421671 11.9982 0.422398 11.9984 0.42467 11.9986 0.418968 11.9987 0.407081 11.9989 0.396831 11.999 0.393729 11.9992 0.399356 11.9993 0.410405 11.9995 0.41576 11.9997 0.401061 11.9998 0.362627 12 0.314352 12.0001 0.277003 12.0003 0.261359 12.0004 0.265026 12.0006 0.279726 12.0008 0.297312 12.0009 0.31039 12.0011 0.313287 12.0012 0.305611 12.0014 0.294461 12.0015 0.290216 12.0017 0.299802 12.0019 0.323347 12.002 0.3572 12.0022 0.397694 12.0023 0.437964 12.0025 0.465141 12.0026 0.468943 12.0028 0.45328 12.0029 0.43405 12.0031 0.421808 12.0033 0.413815 12.0034 0.403572 12.0036 0.390291 12.0037 0.373657 12.0039 0.350251 12.004 0.322025 12.0042 0.300178 12.0044 0.29102 12.0045 0.286847 12.0047 0.281148 12.0048 0.283586 12.005 0.306028 12.0051 0.340035 12.0053 0.365143 12.0055 0.374586 12.0056 0.376536 12.0058 0.373565 12.0059 0.360617 12.0061 0.344684 12.0062 0.343358 12.0064 0.358606 12.0066 0.368156 12.0067 0.355944 12.0069 0.331731 12.007 0.312878 12.0072 0.301006 12.0073 0.289949 12.0075 0.283925 12.0077 0.290433 12.0078 0.303759 12.008 0.309717 12.0081 0.303519 12.0083 0.291465 12.0084 0.28003 12.0086 0.275025 12.0088 0.284838 12.0089 0.311965 12.0091 0.344541 12.0092 0.367501 12.0094 0.381903 12.0095 0.39952 12.0097 0.423156 12.0098 0.442729 12.01 0.451189 12.0102 0.452885 12.0103 0.452029 12.0105 0.445362 12.0106 0.430651 12.0108 0.415578 12.0109 0.413494 12.0111 0.431021 12.0113 0.462135 12.0114 0.491792 12.0116 0.506044 12.0117 0.501127 12.0119 0.484407 12.012 0.465254 12.0122 0.446544 12.0124 0.428244 12.0125 0.410426 12.0127 0.388505 12.0128 0.351811 12.013 0.29747 12.0131 0.242629 12.0133 0.211893 12.0135 0.214382 12.0136 0.239275 12.0138 0.272454 12.0139 0.306549 12.0141 0.335761 12.0142 0.352608 12.0144 0.355903 12.0146 0.352401 12.0147 0.346369 12.0149 0.336261 12.015 0.325526 12.0152 0.326883 12.0153 0.349444 12.0155 0.382821 12.0156 0.405977 12.0158 0.408988 12.016 0.402262 12.0161 0.401597 12.0163 0.40879 12.0164 0.409567 12.0166 0.388007 12.0167 0.344923 12.0169 0.298581 12.0171 0.270706 12.0172 0.26749 12.0174 0.279094 12.0175 0.293565 12.0177 0.307524 12.0178 0.323297 12.018 0.34112 12.0182 0.35845 12.0183 0.372502 12.0185 0.381558 12.0186 0.383289 12.0188 0.375078 12.0189 0.35621 12.0191 0.32974 12.0193 0.303143 12.0194 0.285325 12.0196 0.281212 12.0197 0.288008 12.0199 0.298837 12.02 0.309149 12.0202 0.317366 12.0204 0.320131 12.0205 0.315182 12.0207 0.307857 12.0208 0.309817 12.021 0.32741 12.0211 0.353768 12.0213 0.377115 12.0215 0.392722 12.0216 0.402921 12.0218 0.408892 12.0219 0.40835 12.0221 0.40258 12.0222 0.39952 12.0224 0.405995 12.0225 0.419123 12.0227 0.428209 12.0229 0.425469 12.023 0.41286 12.0232 0.398982 12.0233 0.391189 12.0235 0.392924 12.0236 0.404249 12.0238 0.422184 12.024 0.440451 12.0241 0.453441 12.0243 0.459726 12.0244 0.459455 12.0246 0.447761 12.0247 0.417569 12.0249 0.371534 12.0251 0.327311 12.0252 0.304049 12.0254 0.304468 12.0255 0.315241 12.0257 0.322261 12.0258 0.322707 12.026 0.324139 12.0262 0.335212 12.0263 0.358425 12.0265 0.386778 12.0266 0.408241 12.0268 0.416994 12.0269 0.419192 12.0271 0.425662 12.0273 0.438953 12.0274 0.450661 12.0276 0.451687 12.0277 0.438058 12.0279 0.409322 12.028 0.366988 12.0282 0.319869 12.0284 0.286078 12.0285 0.281926 12.0287 0.308123 12.0288 0.34801 12.029 0.379902 12.0291 0.394333 12.0293 0.394528 12.0294 0.386496 12.0296 0.369332 12.0298 0.341389 12.0299 0.309107 12.0301 0.28431 12.0302 0.270286 12.0304 0.258673 12.0305 0.243722 12.0307 0.232624 12.0309 0.234056 12.031 0.243985 12.0312 0.251223 12.0313 0.252242 12.0315 0.253332 12.0316 0.260414 12.0318 0.273701 12.032 0.292539 12.0321 0.315141 12.0323 0.33272 12.0324 0.335215 12.0326 0.323684 12.0327 0.309213 12.0329 0.300482 12.0331 0.296531 12.0332 0.296216 12.0334 0.301024 12.0335 0.310021 12.0337 0.317577 12.0338 0.322868 12.034 0.334086 12.0342 0.35749 12.0343 0.387127 12.0345 0.409305 12.0346 0.413818 12.0348 0.398644 12.0349 0.369658 12.0351 0.339506 12.0352 0.322147 12.0354 0.319791 12.0356 0.322023 12.0357 0.320604 12.0359 0.319678 12.036 0.328937 12.0362 0.34861 12.0363 0.370733 12.0365 0.389562 12.0367 0.404378 12.0368 0.413355 12.037 0.411147 12.0371 0.395544 12.0373 0.372375 12.0374 0.353067 12.0376 0.345832 12.0378 0.349542 12.0379 0.357333 12.0381 0.369019 12.0382 0.39448 12.0384 0.437896 12.0385 0.480904 12.0387 0.492448 12.0389 0.461964 12.039 0.411273 12.0392 0.371226 12.0393 0.353953 12.0395 0.351259 12.0396 0.350947 12.0398 0.344768 12.04 0.328298 12.0401 0.305323 12.0403 0.286977 12.0404 0.278483 12.0406 0.273347 12.0407 0.267186 12.0409 0.270569 12.0411 0.294369 12.0412 0.328574 12.0414 0.349999 12.0415 0.349053 12.0417 0.336804 12.0418 0.323731 12.042 0.308987 12.0421 0.291818 12.0423 0.283043 12.0425 0.292576 12.0426 0.313587 12.0428 0.325456 12.0429 0.313927 12.0431 0.284137 12.0432 0.255234 12.0434 0.245168 12.0436 0.257214 12.0437 0.282358 12.0439 0.313235 12.044 0.349281 12.0442 0.388412 12.0443 0.419844 12.0445 0.432542 12.0447 0.427833 12.0448 0.415804 12.045 0.404156 12.0451 0.397181 12.0453 0.40039 12.0454 0.416832 12.0456 0.439714 12.0458 0.458926 12.0459 0.473077 12.0461 0.483799 12.0462 0.482965 12.0464 0.458201 12.0465 0.412045 12.0467 0.364341 12.0469 0.33335 12.047 0.324275 12.0472 0.336308 12.0473 0.363875 12.0475 0.389322 12.0476 0.39132 12.0478 0.366763 12.048 0.334985 12.0481 0.312666 12.0483 0.298403 12.0484 0.287624 12.0486 0.287506 12.0487 0.3051 12.0489 0.330594 12.049 0.347565 12.0492 0.350766 12.0494 0.342719 12.0495 0.322824 12.0497 0.295046 12.0498 0.27731 12.05 0.285408 12.0501 0.310788 12.0503 0.330482 12.0505 0.339218 12.0506 0.35192 12.0508 0.375834 12.0509 0.398251 12.0511 0.406846 12.0512 0.40624 12.0514 0.405764 12.0516 0.40343 12.0517 0.392881 12.0519 0.37826 12.052 0.369172 12.0522 0.367685 12.0523 0.367759 12.0525 0.367107 12.0527 0.368033 12.0528 0.368687 12.053 0.361783 12.0531 0.344653 12.0533 0.324769 12.0534 0.312286 12.0536 0.310244 12.0538 0.314018 12.0539 0.318819 12.0541 0.324693 12.0542 0.335212 12.0544 0.35097 12.0545 0.367818 12.0547 0.381511 12.0549 0.39205 12.055 0.401135 12.0552 0.407719 12.0553 0.409393 12.0555 0.408361 12.0556 0.409571 12.0558 0.411837 12.0559 0.406828 12.0561 0.391973 12.0563 0.379595 12.0564 0.38449 12.0566 0.403964 12.0567 0.416636 12.0569 0.406638 12.057 0.383795 12.0572 0.372914 12.0574 0.3831 12.0575 0.395805 12.0577 0.386871 12.0578 0.354825 12.058 0.319801 12.0581 0.298132 12.0583 0.286132 12.0585 0.273734 12.0586 0.264318 12.0588 0.270218 12.0589 0.292002 12.0591 0.316211 12.0592 0.333773 12.0594 0.351176 12.0596 0.376233 12.0597 0.399995 12.0599 0.404918 12.06 0.388514 12.0602 0.367165 12.0603 0.354614 12.0605 0.347148 12.0607 0.335329 12.0608 0.321157 12.061 0.314189 12.0611 0.314787 12.0613 0.31344 12.0614 0.307613 12.0616 0.306536 12.0617 0.31537 12.0619 0.324596 12.0621 0.322718 12.0622 0.310716 12.0624 0.297978 12.0625 0.288456 12.0627 0.281491 12.0628 0.280205 12.063 0.286884 12.0632 0.2928 12.0633 0.287293 12.0635 0.278152 12.0636 0.287726 12.0638 0.32338 12.0639 0.364551 12.0641 0.385604 12.0643 0.382348 12.0644 0.367071 12.0646 0.349801 12.0647 0.335872 12.0649 0.33361 12.065 0.348869 12.0652 0.371258 12.0654 0.381427 12.0655 0.372612 12.0657 0.357512 12.0658 0.350706 12.066 0.354171 12.0661 0.361505 12.0663 0.367039 12.0665 0.366311 12.0666 0.354688 12.0668 0.330627 12.0669 0.299214 12.0671 0.269903 12.0672 0.253188 12.0674 0.257061 12.0676 0.280296 12.0677 0.308405 12.0679 0.322293 12.068 0.31578 12.0682 0.298688 12.0683 0.283174 12.0685 0.272988 12.0686 0.267959 12.0688 0.271132 12.069 0.285239 12.0691 0.304295 12.0693 0.31695 12.0694 0.317864 12.0696 0.312873 12.0697 0.312786 12.0699 0.323199 12.0701 0.339499 12.0702 0.349821 12.0704 0.344832 12.0705 0.32505 12.0707 0.299803 12.0708 0.279113 12.071 0.268028 12.0712 0.265061 12.0713 0.262987 12.0715 0.255519 12.0716 0.245867 12.0718 0.247825 12.0719 0.26955 12.0721 0.300296 12.0723 0.321303 12.0724 0.330082 12.0726 0.344454 12.0727 0.379088 12.0729 0.427834 12.073 0.474485 12.0732 0.508078 12.0734 0.522099 12.0735 0.509496 12.0737 0.472975 12.0738 0.431 12.074 0.400259 12.0741 0.374896 12.0743 0.337816 12.0745 0.291658 12.0746 0.261426 12.0748 0.263607 12.0749 0.284754 12.0751 0.299021 12.0752 0.294291 12.0754 0.275279 12.0755 0.249839 12.0757 0.22504 12.0759 0.208891 12.076 0.206056 12.0762 0.212135 12.0763 0.220184 12.0765 0.231462 12.0766 0.250355 12.0768 0.271392 12.077 0.281765 12.0771 0.27844 12.0773 0.272805 12.0774 0.276836 12.0776 0.2911 12.0777 0.308625 12.0779 0.324189 12.0781 0.333739 12.0782 0.333985 12.0784 0.328838 12.0785 0.3319 12.0787 0.352917 12.0788 0.38385 12.079 0.405851 12.0792 0.409798 12.0793 0.401074 12.0795 0.388085 12.0796 0.373764 12.0798 0.362832 12.0799 0.365563 12.0801 0.387937 12.0803 0.421585 12.0804 0.451519 12.0806 0.471078 12.0807 0.483516 12.0809 0.489857 12.081 0.484968 12.0812 0.466207 12.0813 0.440985 12.0815 0.421018 12.0817 0.41215 12.0818 0.411001 12.082 0.40973 12.0821 0.400946 12.0823 0.379035 12.0824 0.344553 12.0826 0.308699 12.0828 0.292049 12.0829 0.310248 12.0831 0.358128 12.0832 0.409831 12.0834 0.437452 12.0835 0.430188 12.0837 0.395774 12.0839 0.349342 12.084 0.305629 12.0842 0.277704 12.0843 0.270906 12.0845 0.277389 12.0846 0.284076 12.0848 0.289833 12.085 0.308283 12.0851 0.34595 12.0853 0.385293 12.0854 0.398963 12.0856 0.379357 12.0857 0.345967 12.0859 0.323955 12.0861 0.321139 12.0862 0.326605 12.0864 0.3264 12.0865 0.31658 12.0867 0.304171 12.0868 0.297808 12.087 0.299196 12.0872 0.304354 12.0873 0.311895 12.0875 0.324419 12.0876 0.339435 12.0878 0.34828 12.0879 0.349329 12.0881 0.355953 12.0882 0.380106 12.0884 0.413183 12.0886 0.433815 12.0887 0.433728 12.0889 0.425025 12.089 0.419538 12.0892 0.414434 12.0893 0.402454 12.0895 0.386125 12.0897 0.375467 12.0898 0.375993 12.09 0.385666 12.0901 0.399597 12.0903 0.412159 12.0904 0.419716 12.0906 0.422859 12.0908 0.423276 12.0909 0.417948 12.0911 0.402914 12.0912 0.383793 12.0914 0.374096 12.0915 0.380539 12.0917 0.395912 12.0919 0.41121 12.092 0.425308 12.0922 0.437494 12.0923 0.441696 12.0925 0.434295 12.0926 0.422425 12.0928 0.414206 12.093 0.40845 12.0931 0.401576 12.0933 0.396836 12.0934 0.398197 12.0936 0.399502 12.0937 0.393445 12.0939 0.386453 12.0941 0.393521 12.0942 0.415906 12.0944 0.436721 12.0945 0.440399 12.0947 0.428954 12.0948 0.416632 12.095 0.415054 12.0951 0.424123 12.0953 0.432093 12.0955 0.423371 12.0956 0.394199 12.0958 0.35931 12.0959 0.337676 12.0961 0.333165 12.0962 0.334682 12.0964 0.333959 12.0966 0.330689 12.0967 0.323474 12.0969 0.306291 12.097 0.282023 12.0972 0.267482 12.0973 0.277838 12.0975 0.307843 12.0977 0.337414 12.0978 0.350635 12.098 0.348535 12.0981 0.343984 12.0983 0.34994 12.0984 0.367374 12.0986 0.384729 12.0988 0.390102 12.0989 0.384061 12.0991 0.376647 12.0992 0.372611 12.0994 0.365189 12.0995 0.348813 12.0997 0.328067 12.0999 0.312776 12.1 0.306502 12.1002 0.306592 12.1003 0.309634 12.1005 0.312887 12.1006 0.312912 12.1008 0.307661 12.101 0.296812 12.1011 0.27957 12.1013 0.255779 12.1014 0.232789 12.1016 0.225407 12.1017 0.241756 12.1019 0.273366 12.102 0.304351 12.1022 0.328429 12.1024 0.351549 12.1025 0.379695 12.1027 0.407618 12.1028 0.42274 12.103 0.41568 12.1031 0.388304 12.1033 0.354169 12.1035 0.332105 12.1036 0.335312 12.1038 0.361668 12.1039 0.394205 12.1041 0.411143 12.1042 0.402254 12.1044 0.378033 12.1046 0.362577 12.1047 0.370079 12.1049 0.39158 12.105 0.407026 12.1052 0.409029 12.1053 0.406926 12.1055 0.4092 12.1057 0.413047 12.1058 0.412593 12.106 0.406408 12.1061 0.393112 12.1063 0.369326 12.1064 0.341594 12.1066 0.328077 12.1068 0.338695 12.1069 0.360002 12.1071 0.371197 12.1072 0.369124 12.1074 0.365205 12.1075 0.363081 12.1077 0.354769 12.1078 0.340108 12.108 0.332088 12.1082 0.33792 12.1083 0.348596 12.1085 0.353374 12.1086 0.354256 12.1088 0.356389 12.1089 0.356164 12.1091 0.348986 12.1093 0.341766 12.1094 0.344338 12.1096 0.352569 12.1097 0.35151 12.1099 0.336788 12.11 0.319789 12.1102 0.309997 12.1104 0.304129 12.1105 0.297712 12.1107 0.298939 12.1108 0.319678 12.111 0.356307 12.1111 0.390228 12.1113 0.408071 12.1115 0.415085 12.1116 0.423726 12.1118 0.435203 12.1119 0.438617 12.1121 0.425463 12.1122 0.400627 12.1124 0.376836 12.1126 0.362924 12.1127 0.358495 12.1129 0.356292 12.113 0.347828 12.1132 0.328892 12.1133 0.303368 12.1135 0.28163 12.1137 0.273783 12.1138 0.285134 12.114 0.317591 12.1141 0.367847 12.1143 0.423182 12.1144 0.462325 12.1146 0.471303 12.1147 0.458657 12.1149 0.447496 12.1151 0.448398 12.1152 0.448245 12.1154 0.42943 12.1155 0.393925 12.1157 0.360821 12.1158 0.342126 12.116 0.330803 12.1162 0.314592 12.1163 0.292372 12.1165 0.272731 12.1166 0.260709 12.1168 0.255593 12.1169 0.258141 12.1171 0.273319 12.1173 0.302969 12.1174 0.340703 12.1176 0.375924 12.1177 0.401677 12.1179 0.416808 12.118 0.422831 12.1182 0.420601 12.1184 0.409962 12.1185 0.391096 12.1187 0.367472 12.1188 0.346573 12.119 0.331553 12.1191 0.316478 12.1193 0.293667 12.1195 0.268451 12.1196 0.258834 12.1198 0.274378 12.1199 0.303291 12.1201 0.324549 12.1202 0.332352 12.1204 0.338515 12.1206 0.354107 12.1207 0.376459 12.1209 0.396219 12.121 0.407987 12.1212 0.411493 12.1213 0.409595 12.1215 0.408149 12.1216 0.41496 12.1218 0.431955 12.122 0.451808 12.1221 0.463693 12.1223 0.462445 12.1224 0.450789 12.1226 0.433938 12.1227 0.413816 12.1229 0.388122 12.1231 0.356432 12.1232 0.327408 12.1234 0.314711 12.1235 0.3221 12.1237 0.336765 12.1238 0.343904 12.124 0.343695 12.1242 0.344953 12.1243 0.348195 12.1245 0.347796 12.1246 0.349041 12.1248 0.363243 12.1249 0.384948 12.1251 0.391015 12.1253 0.374383 12.1254 0.359368 12.1256 0.367966 12.1257 0.386629 12.1259 0.383994 12.126 0.354361 12.1262 0.322579 12.1264 0.306446 12.1265 0.297093 12.1267 0.279816 12.1268 0.258603 12.127 0.250462 12.1271 0.264412 12.1273 0.291447 12.1274 0.313121 12.1276 0.315704 12.1278 0.302703 12.1279 0.293226 12.1281 0.301629 12.1282 0.32092 12.1284 0.334641 12.1285 0.340416 12.1287 0.349982 12.1289 0.366339 12.129 0.375756 12.1292 0.367274 12.1293 0.346136 12.1295 0.323049 12.1296 0.302636 12.1298 0.288025 12.13 0.286351 12.1301 0.298193 12.1303 0.309522 12.1304 0.304555 12.1306 0.28362 12.1307 0.26245 12.1309 0.258007 12.1311 0.278546 12.1312 0.320043 12.1314 0.36411 12.1315 0.385743 12.1317 0.372897 12.1318 0.337428 12.132 0.302705 12.1322 0.285021 12.1323 0.288756 12.1325 0.312014 12.1326 0.344897 12.1328 0.369637 12.1329 0.374202 12.1331 0.364423 12.1333 0.354568 12.1334 0.348021 12.1336 0.33669 12.1337 0.317042 12.1339 0.296547 12.134 0.282952 12.1342 0.276959 12.1343 0.277412 12.1345 0.285965 12.1347 0.301812 12.1348 0.319079 12.135 0.334013 12.1351 0.351416 12.1353 0.378874 12.1354 0.415094 12.1356 0.448658 12.1358 0.467585 12.1359 0.469824 12.1361 0.461911 12.1362 0.448279 12.1364 0.42512 12.1365 0.387256 12.1367 0.340335 12.1369 0.302934 12.137 0.291075 12.1372 0.305856 12.1373 0.335603 12.1375 0.36709 12.1376 0.391336 12.1378 0.402906 12.138 0.400962 12.1381 0.391034 12.1383 0.382525 12.1384 0.382715 12.1386 0.391771 12.1387 0.399161 12.1389 0.389884 12.1391 0.359177 12.1392 0.32151 12.1394 0.298107 12.1395 0.293998 12.1397 0.297183 12.1398 0.301363 12.14 0.315677 12.1402 0.344924 12.1403 0.375585 12.1405 0.393999 12.1406 0.405937 12.1408 0.422697 12.1409 0.437359 12.1411 0.434525 12.1412 0.416805 12.1414 0.401287 12.1416 0.391147 12.1417 0.373841 12.1419 0.347968 12.142 0.328393 12.1422 0.317325 12.1423 0.294711 12.1425 0.252509 12.1427 0.217168 12.1428 0.219216 12.143 0.252439 12.1431 0.284171 12.1433 0.297519 12.1434 0.3014 12.1436 0.307004 12.1438 0.314205 12.1439 0.324867 12.1441 0.348968 12.1442 0.387533 12.1444 0.423373 12.1445 0.436741 12.1447 0.424046 12.1449 0.395575 12.145 0.362276 12.1452 0.329934 12.1453 0.302301 12.1455 0.281836 12.1456 0.268521 12.1458 0.261677 12.146 0.260679 12.1461 0.262808 12.1463 0.263944 12.1464 0.264885 12.1466 0.272879 12.1467 0.292542 12.1469 0.318359 12.147 0.338933 12.1472 0.350401 12.1474 0.358493 12.1475 0.368429 12.1477 0.376969 12.1478 0.379125 12.148 0.37863 12.1481 0.384066 12.1483 0.396425 12.1485 0.404782 12.1486 0.400435 12.1488 0.388075 12.1489 0.378321 12.1491 0.373468 12.1492 0.366838 12.1494 0.353508 12.1496 0.335163 12.1497 0.315949 12.1499 0.301968 12.15 0.30192 12.1502 0.318132 12.1503 0.337351 12.1505 0.341202 12.1507 0.330452 12.1508 0.32566 12.151 0.33714 12.1511 0.346811 12.1513 0.331826 12.1514 0.297834 12.1516 0.273709 12.1518 0.276935 12.1519 0.296135 12.1521 0.308814 12.1522 0.306009 12.1524 0.29667 12.1525 0.295791 12.1527 0.308092 12.1529 0.320981 12.153 0.315397 12.1532 0.289784 12.1533 0.267758 12.1535 0.271222 12.1536 0.293259 12.1538 0.309903 12.1539 0.314722 12.1541 0.326247 12.1543 0.355832 12.1544 0.387335 12.1546 0.396771 12.1547 0.381436 12.1549 0.358443 12.155 0.343617 12.1552 0.340765 12.1554 0.345548 12.1555 0.350359 12.1557 0.348512 12.1558 0.344028 12.156 0.349728 12.1561 0.370887 12.1563 0.393529 12.1565 0.398392 12.1566 0.382898 12.1568 0.360867 12.1569 0.345924 12.1571 0.343067 12.1572 0.354614 12.1574 0.378324 12.1576 0.40187 12.1577 0.409383 12.1579 0.397507 12.158 0.37727 12.1582 0.358311 12.1583 0.339208 12.1585 0.31761 12.1587 0.29784 12.1588 0.284442 12.159 0.273013 12.1591 0.25957 12.1593 0.251077 12.1594 0.258697 12.1596 0.281707 12.1598 0.305078 12.1599 0.316136 12.1601 0.316844 12.1602 0.317724 12.1604 0.322199 12.1605 0.323738 12.1607 0.317233 12.1608 0.308468 12.161 0.307994 12.1612 0.316583 12.1613 0.323096 12.1615 0.318654 12.1616 0.307621 12.1618 0.300506 12.1619 0.300217 12.1621 0.303878 12.1623 0.314819 12.1624 0.341579 12.1626 0.380172 12.1627 0.410133 12.1629 0.414594 12.163 0.398756 12.1632 0.37904 12.1634 0.360656 12.1635 0.334919 12.1637 0.299939 12.1638 0.270953 12.164 0.268068 12.1641 0.297002 12.1643 0.345098 12.1645 0.390239 12.1646 0.414529 12.1648 0.415767 12.1649 0.407715 12.1651 0.405579 12.1652 0.408737 12.1654 0.402491 12.1656 0.378962 12.1657 0.350145 12.1659 0.336913 12.166 0.34856 12.1662 0.377243 12.1663 0.408273 12.1665 0.43011 12.1667 0.437956 12.1668 0.432991 12.167 0.418148 12.1671 0.395298 12.1673 0.364411 12.1674 0.32888 12.1676 0.296398 12.1677 0.274793 12.1679 0.266052 12.1681 0.267886 12.1682 0.277611 12.1684 0.29231 12.1685 0.308486 12.1687 0.325499 12.1688 0.345554 12.169 0.368948 12.1692 0.391097 12.1693 0.408896 12.1695 0.425755 12.1696 0.442169 12.1698 0.449154 12.1699 0.43817 12.1701 0.415881 12.1703 0.399627 12.1704 0.396661 12.1706 0.399345 12.1707 0.398867 12.1709 0.394727 12.171 0.389878 12.1712 0.385895 12.1714 0.387548 12.1715 0.399872 12.1717 0.416374 12.1718 0.420798 12.172 0.408689 12.1721 0.395979 12.1723 0.397418 12.1725 0.404269 12.1726 0.400861 12.1728 0.388943 12.1729 0.385245 12.1731 0.396295 12.1732 0.414639 12.1734 0.436757 12.1735 0.467386 12.1737 0.500603 12.1739 0.514221 12.174 0.493573 12.1742 0.447977 12.1743 0.397532 12.1745 0.351226 12.1746 0.307809 12.1748 0.269993 12.175 0.24589 12.1751 0.24137 12.1753 0.255038 12.1754 0.279207 12.1756 0.298627 12.1757 0.295616 12.1759 0.266862 12.1761 0.233859 12.1762 0.227267 12.1764 0.258242 12.1765 0.310584 12.1767 0.360364 12.1768 0.391754 12.177 0.401011 12.1772 0.389812 12.1773 0.365973 12.1775 0.340694 12.1776 0.324386 12.1778 0.320854 12.1779 0.329622 12.1781 0.346028 12.1783 0.360594 12.1784 0.363003 12.1786 0.35046 12.1787 0.329877 12.1789 0.310294 12.179 0.295259 12.1792 0.282738 12.1794 0.269969 12.1795 0.256554 12.1797 0.244684 12.1798 0.239596 12.18 0.244724 12.1801 0.256341 12.1803 0.26759 12.1804 0.276131 12.1806 0.287211 12.1808 0.302706 12.1809 0.31325 12.1811 0.308507 12.1812 0.29151 12.1814 0.281623 12.1815 0.296813 12.1817 0.334484 12.1819 0.37307 12.182 0.388785 12.1822 0.374538 12.1823 0.342953 12.1825 0.315148 12.1826 0.305946 12.1828 0.31937 12.183 0.350609 12.1831 0.387219 12.1833 0.409917 12.1834 0.400814 12.1836 0.359268 12.1837 0.307103 12.1839 0.273157 12.1841 0.267694 12.1842 0.276633 12.1844 0.281457 12.1845 0.280048 12.1847 0.284465 12.1848 0.302218 12.185 0.324376 12.1852 0.336998 12.1853 0.335814 12.1855 0.32578 12.1856 0.310991 12.1858 0.2928 12.1859 0.278023 12.1861 0.279037 12.1863 0.299306 12.1864 0.327208 12.1866 0.349282 12.1867 0.366155 12.1869 0.38651 12.187 0.408009 12.1872 0.415443 12.1873 0.400689 12.1875 0.375382 12.1877 0.35997 12.1878 0.361963 12.188 0.370963 12.1881 0.37349 12.1883 0.367797 12.1884 0.364152 12.1886 0.371648 12.1888 0.387633 12.1889 0.400581 12.1891 0.402167 12.1892 0.395056 12.1894 0.386091 12.1895 0.377491 12.1897 0.368463 12.1899 0.362068 12.19 0.361182 12.1902 0.359246 12.1903 0.344408 12.1905 0.317409 12.1906 0.29609 12.1908 0.295458 12.191 0.309834 12.1911 0.320164 12.1913 0.317208 12.1914 0.307464 12.1916 0.29968 12.1917 0.29488 12.1919 0.291565 12.1921 0.291879 12.1922 0.299691 12.1924 0.315158 12.1925 0.33393 12.1927 0.350374 12.1928 0.3596 12.193 0.361038 12.1931 0.360947 12.1933 0.370324 12.1935 0.395667 12.1936 0.431052 12.1938 0.460232 12.1939 0.467362 12.1941 0.450455 12.1942 0.425267 12.1944 0.411698 12.1946 0.415735 12.1947 0.426058 12.1949 0.429111 12.195 0.424496 12.1952 0.41964 12.1953 0.416226 12.1955 0.407814 12.1957 0.389343 12.1958 0.361231 12.196 0.325177 12.1961 0.284781 12.1963 0.251894 12.1964 0.245578 12.1966 0.275367 12.1968 0.329493 12.1969 0.383165 12.1971 0.417913 12.1972 0.431123 12.1974 0.431304 12.1975 0.42791 12.1977 0.425937 12.1979 0.426184 12.198 0.428804 12.1982 0.435606 12.1983 0.44765 12.1985 0.461913 12.1986 0.471556 12.1988 0.471271 12.199 0.459523 12.1991 0.437507 12.1993 0.407097 12.1994 0.370558 12.1996 0.330844 12.1997 0.293314 12.1999 0.266999 12.2 0.259679 12.2002 0.269138 12.2004 0.283858 12.2005 0.298038 12.2007 0.319928 12.2008 0.356438 12.201 0.394437 12.2011 0.409713 12.2013 0.395171 12.2015 0.367546 12.2016 0.343191 12.2018 0.322885 12.2019 0.304372 12.2021 0.29545 12.2022 0.302646 12.2024 0.317223 12.2026 0.326788 12.2027 0.332143 12.2029 0.340394 12.203 0.348634 12.2032 0.348255 12.2033 0.342126 12.2035 0.341423 12.2037 0.347464 12.2038 0.350955 12.204 0.351536 12.2041 0.361822 12.2043 0.386842 12.2044 0.412479 12.2046 0.421782 12.2048 0.414987 12.2049 0.404433 12.2051 0.399726 12.2052 0.403112 12.2054 0.411776 12.2055 0.416403 12.2057 0.4032 12.2059 0.367706 12.206 0.326147 12.2062 0.303139 12.2063 0.307955 12.2065 0.326955 12.2066 0.338404 12.2068 0.330907 12.2069 0.3068 12.2071 0.274886 12.2073 0.243689 12.2074 0.22146 12.2076 0.216574 12.2077 0.233496 12.2079 0.264977 12.208 0.293137 12.2082 0.303731 12.2084 0.301364 12.2085 0.305675 12.2087 0.330073 12.2088 0.368854 12.209 0.404876 12.2091 0.425495 12.2093 0.429137 12.2095 0.420517 12.2096 0.405093 12.2098 0.38649 12.2099 0.366463 12.2101 0.347869 12.2102 0.33475 12.2104 0.327703 12.2106 0.321448 12.2107 0.312228 12.2109 0.305806 12.211 0.309312 12.2112 0.317613 12.2113 0.317307 12.2115 0.306547 12.2117 0.300051 12.2118 0.308786 12.212 0.325579 12.2121 0.336635 12.2123 0.337795 12.2124 0.331891 12.2126 0.318221 12.2128 0.297617 12.2129 0.279709 12.2131 0.274653 12.2132 0.279366 12.2134 0.283123 12.2135 0.282734 12.2137 0.282082 12.2138 0.279621 12.214 0.269345 12.2142 0.255241 12.2143 0.25161 12.2145 0.266059 12.2146 0.290371 12.2148 0.313121 12.2149 0.329416 12.2151 0.337014 12.2153 0.33362 12.2154 0.322215 12.2156 0.31315 12.2157 0.313211 12.2159 0.317235 12.216 0.314029 12.2162 0.295627 12.2164 0.259745 12.2165 0.211164 12.2167 0.166647 12.2168 0.147297 12.217 0.155987 12.2171 0.169325 12.2173 0.161878 12.2175 0.13619 12.2176 0.119595 12.2178 0.132045 12.2179 0.166707 12.2181 0.204133 12.2182 0.235794 12.2184 0.266952 12.2186 0.301417 12.2187 0.33304 12.2189 0.353997 12.219 0.364643 12.2192 0.369909 12.2193 0.368905 12.2195 0.353737 12.2196 0.322984 12.2198 0.288413 12.22 0.26326 12.2201 0.249449 12.2203 0.241971 12.2204 0.242588 12.2206 0.257386 12.2207 0.28014 12.2209 0.291134 12.2211 0.279595 12.2212 0.257701 12.2214 0.247587 12.2215 0.256859 12.2217 0.277695 12.2218 0.302331 12.222 0.32859 12.2222 0.351432 12.2223 0.360486 12.2225 0.350087 12.2226 0.326939 12.2228 0.303086 12.2229 0.28572 12.2231 0.275201 12.2233 0.269154 12.2234 0.264267 12.2236 0.258804 12.2237 0.256298 12.2239 0.265453 12.224 0.291131 12.2242 0.326293 12.2244 0.357683 12.2245 0.378999 12.2247 0.393841 12.2248 0.40534 12.225 0.40819 12.2251 0.397334 12.2253 0.378896 12.2255 0.363442 12.2256 0.351599 12.2258 0.336762 12.2259 0.320574 12.2261 0.314182 12.2262 0.31854 12.2264 0.317273 12.2265 0.299737 12.2267 0.280173 12.2269 0.279861 12.227 0.296998 12.2272 0.31214 12.2273 0.320473 12.2275 0.338191 12.2276 0.373572 12.2278 0.410718 12.228 0.431976 12.2281 0.43965 12.2283 0.444865 12.2284 0.446855 12.2286 0.438603 12.2287 0.423238 12.2289 0.411338 12.2291 0.404747 12.2292 0.395882 12.2294 0.380985 12.2295 0.362579 12.2297 0.341632 12.2298 0.318299 12.23 0.29717 12.2302 0.283005 12.2303 0.272088 12.2305 0.26059 12.2306 0.257956 12.2308 0.278906 12.2309 0.319658 12.2311 0.354522 12.2313 0.361924 12.2314 0.346541 12.2316 0.330847 12.2317 0.33188 12.2319 0.351393 12.232 0.379946 12.2322 0.404021 12.2324 0.411476 12.2325 0.399054 12.2327 0.372509 12.2328 0.339999 12.233 0.305476 12.2331 0.27139 12.2333 0.242266 12.2334 0.223214 12.2336 0.215485 12.2338 0.215333 12.2339 0.215606 12.2341 0.21033 12.2342 0.200974 12.2344 0.19949 12.2345 0.218807 12.2347 0.256694 12.2349 0.293023 12.235 0.307036 12.2352 0.297838 12.2353 0.285474 12.2355 0.292266 12.2356 0.321237 12.2358 0.354712 12.236 0.373198 12.2361 0.377229 12.2363 0.385641 12.2364 0.411948 12.2366 0.444959 12.2367 0.458771 12.2369 0.440575 12.2371 0.401466 12.2372 0.361397 12.2374 0.328839 12.2375 0.301526 12.2377 0.277703 12.2378 0.262254 12.238 0.258637 12.2382 0.263069 12.2383 0.267538 12.2385 0.271101 12.2386 0.282277 12.2388 0.306827 12.2389 0.337803 12.2391 0.362294 12.2392 0.376906 12.2394 0.389264 12.2396 0.403421 12.2397 0.413985 12.2399 0.417271 12.24 0.4187 12.2402 0.422102 12.2403 0.421645 12.2405 0.412749 12.2407 0.400871 12.2408 0.388088 12.241 0.361173 12.2411 0.308995 12.2413 0.248426 12.2414 0.21216 12.2416 0.212752 12.2418 0.232753 12.2419 0.254265 12.2421 0.280559 12.2422 0.320524 12.2424 0.366943 12.2425 0.403684 12.2427 0.424883 12.2429 0.438825 12.243 0.452774 12.2432 0.462357 12.2433 0.455713 12.2435 0.425286 12.2436 0.378647 12.2438 0.334072 12.244 0.303795 12.2441 0.284188 12.2443 0.268757 12.2444 0.263583 12.2446 0.276817 12.2447 0.299034 12.2449 0.311731 12.2451 0.314437 12.2452 0.322818 12.2454 0.339072 12.2455 0.344196 12.2457 0.327478 12.2458 0.304472 12.246 0.294487 12.2461 0.299201 12.2463 0.313375 12.2465 0.337309 12.2466 0.364952 12.2468 0.377555 12.2469 0.368898 12.2471 0.361012 12.2472 0.375336 12.2474 0.400091 12.2476 0.409166 12.2477 0.402577 12.2479 0.402203 12.248 0.414139 12.2482 0.420788 12.2483 0.409831 12.2485 0.387208 12.2487 0.36099 12.2488 0.333339 12.249 0.311756 12.2491 0.306188 12.2493 0.31117 12.2494 0.310435 12.2496 0.304359 12.2498 0.314505 12.2499 0.352591 12.2501 0.403483 12.2502 0.446931 12.2504 0.480093 12.2505 0.506264 12.2507 0.517409 12.2509 0.504666 12.251 0.473929 12.2512 0.439636 12.2513 0.409567 12.2515 0.384986 12.2516 0.368691 12.2518 0.360696 12.252 0.351921 12.2521 0.333015 12.2523 0.308406 12.2524 0.292621 12.2526 0.293938 12.2527 0.30754 12.2529 0.32198 12.253 0.32668 12.2532 0.315851 12.2534 0.290722 12.2535 0.257725 12.2537 0.224548 12.2538 0.200945 12.254 0.198989 12.2541 0.224281 12.2543 0.264016 12.2545 0.293798 12.2546 0.301956 12.2548 0.297072 12.2549 0.290898 12.2551 0.28282 12.2552 0.270194 12.2554 0.262541 12.2556 0.272233 12.2557 0.297092 12.2559 0.321928 12.256 0.336172 12.2562 0.343441 12.2563 0.353868 12.2565 0.371309 12.2567 0.386998 12.2568 0.385707 12.257 0.36241 12.2571 0.332202 12.2573 0.317806 12.2574 0.324084 12.2576 0.334165 12.2578 0.336037 12.2579 0.341383 12.2581 0.366642 12.2582 0.406643 12.2584 0.437823 12.2585 0.447136 12.2587 0.442552 12.2589 0.437813 12.259 0.435369 12.2592 0.427655 12.2593 0.409553 12.2595 0.388303 12.2596 0.378175 12.2598 0.387358 12.2599 0.406381 12.2601 0.416726 12.2603 0.411584 12.2604 0.400701 12.2606 0.394889 12.2607 0.392837 12.2609 0.390882 12.261 0.392183 12.2612 0.399077 12.2614 0.403195 12.2615 0.393667 12.2617 0.371639 12.2618 0.347144 12.262 0.328744 12.2621 0.322663 12.2623 0.332793 12.2625 0.351927 12.2626 0.362678 12.2628 0.358835 12.2629 0.356654 12.2631 0.37143 12.2632 0.391317 12.2634 0.39628 12.2636 0.393699 12.2637 0.410742 12.2639 0.449736 12.264 0.478213 12.2642 0.471775 12.2643 0.444687 12.2645 0.423735 12.2647 0.411347 12.2648 0.392333 12.265 0.366341 12.2651 0.351556 12.2653 0.357982 12.2654 0.375058 12.2656 0.387865 12.2657 0.395815 12.2659 0.408891 12.2661 0.431692 12.2662 0.457681 12.2664 0.476696 12.2665 0.485072 12.2667 0.485735 12.2668 0.479796 12.267 0.462564 12.2672 0.43124 12.2673 0.39386 12.2675 0.363413 12.2676 0.345209 12.2678 0.335256 12.2679 0.330221 12.2681 0.329491 12.2683 0.329975 12.2684 0.328945 12.2686 0.332219 12.2687 0.347373 12.2689 0.365305 12.269 0.36277 12.2692 0.33108 12.2694 0.292605 12.2695 0.278973 12.2697 0.298218 12.2698 0.331634 12.27 0.359149 12.2701 0.37516 12.2703 0.385582 12.2705 0.396087 12.2706 0.405865 12.2708 0.406022 12.2709 0.388255 12.2711 0.359029 12.2712 0.339834 12.2714 0.347901 12.2716 0.378486 12.2717 0.410986 12.2719 0.4296 12.272 0.430985 12.2722 0.417658 12.2723 0.392818 12.2725 0.362309 12.2726 0.333153 12.2728 0.309589 12.273 0.295187 12.2731 0.295686 12.2733 0.310828 12.2734 0.325487 12.2736 0.320062 12.2737 0.292886 12.2739 0.264104 12.2741 0.255 12.2742 0.2667 12.2744 0.28382 12.2745 0.291163 12.2747 0.285678 12.2748 0.275462 12.275 0.272433 12.2752 0.282397 12.2753 0.301036 12.2755 0.321584 12.2756 0.345189 12.2758 0.377513 12.2759 0.414161 12.2761 0.440043 12.2763 0.445879 12.2764 0.439448 12.2766 0.432524 12.2767 0.424728 12.2769 0.407639 12.277 0.383658 12.2772 0.366779 12.2774 0.365822 12.2775 0.37342 12.2777 0.376939 12.2778 0.372622 12.278 0.365579 12.2781 0.358274 12.2783 0.346417 12.2785 0.326276 12.2786 0.304771 12.2788 0.297656 12.2789 0.315674 12.2791 0.35208 12.2792 0.38544 12.2794 0.39874 12.2795 0.395468 12.2797 0.392475 12.2799 0.399404 12.28 0.408923 12.2802 0.40883 12.2803 0.398332 12.2805 0.387039 12.2806 0.383383 12.2808 0.387067 12.281 0.39347 12.2811 0.397221 12.2813 0.392527 12.2814 0.376119 12.2816 0.353474 12.2817 0.337244 12.2819 0.336844 12.2821 0.349718 12.2822 0.365989 12.2824 0.378056 12.2825 0.384248 12.2827 0.383406 12.2828 0.373582 12.283 0.356216 12.2832 0.339387 12.2833 0.332451 12.2835 0.337438 12.2836 0.346904 12.2838 0.350941 12.2839 0.345494 12.2841 0.334284 12.2843 0.323051 12.2844 0.314612 12.2846 0.30968 12.2847 0.308702 12.2849 0.310477 12.285 0.311367 12.2852 0.309583 12.2853 0.308862 12.2855 0.315419 12.2857 0.330149 12.2858 0.346691 12.286 0.356468 12.2861 0.354189 12.2863 0.340676 12.2864 0.325026 12.2866 0.321484 12.2868 0.336719 12.2869 0.360913 12.2871 0.378967 12.2872 0.390652 12.2874 0.408853 12.2875 0.436065 12.2877 0.45251 12.2879 0.438918 12.288 0.402492 12.2882 0.371158 12.2883 0.362965 12.2885 0.371627 12.2886 0.378806 12.2888 0.373935 12.289 0.360593 12.2891 0.350445 12.2893 0.350555 12.2894 0.353369 12.2896 0.342948 12.2897 0.315262 12.2899 0.28925 12.2901 0.286717 12.2902 0.304764 12.2904 0.318856 12.2905 0.312215 12.2907 0.292609 12.2908 0.278026 12.291 0.275584 12.2912 0.278913 12.2913 0.279027 12.2915 0.272816 12.2916 0.26593 12.2918 0.269523 12.2919 0.28875 12.2921 0.313753 12.2922 0.328829 12.2924 0.332153 12.2926 0.338682 12.2927 0.362294 12.2929 0.401875 12.293 0.44609 12.2932 0.481397 12.2933 0.494444 12.2935 0.477819 12.2937 0.441654 12.2938 0.410855 12.294 0.400394 12.2941 0.400542 12.2943 0.392521 12.2944 0.371994 12.2946 0.34872 12.2948 0.32847 12.2949 0.307042 12.2951 0.282425 12.2952 0.263783 12.2954 0.264543 12.2955 0.289306 12.2957 0.326518 12.2959 0.354848 12.296 0.361289 12.2962 0.353155 12.2963 0.348328 12.2965 0.351176 12.2966 0.349175 12.2968 0.336375 12.297 0.32624 12.2971 0.332321 12.2973 0.346321 12.2974 0.349546 12.2976 0.340553 12.2977 0.336155 12.2979 0.345543 12.2981 0.358193 12.2982 0.358581 12.2984 0.344388 12.2985 0.324557 12.2987 0.307335 12.2988 0.293973 12.299 0.279602 12.2991 0.262179 12.2993 0.249926 12.2995 0.254105 12.2996 0.271086 12.2998 0.281116 12.2999 0.275344 12.3001 0.272585 12.3002 0.294911 12.3004 0.332168 12.3006 0.350567 12.3007 0.337514 12.3009 0.31497 12.301 0.30476 12.3012 0.302847 12.3013 0.299235 12.3015 0.302564 12.3017 0.325387 12.3018 0.3583 12.302 0.376755 12.3021 0.370379 12.3023 0.348742 12.3024 0.322138 12.3026 0.292839 12.3028 0.267713 12.3029 0.259815 12.3031 0.272096 12.3032 0.288613 12.3034 0.290835 12.3035 0.278363 12.3037 0.267083 12.3039 0.270597 12.304 0.286653 12.3042 0.300828 12.3043 0.299862 12.3045 0.283777 12.3046 0.266093 12.3048 0.262847 12.305 0.278139 12.3051 0.301719 12.3053 0.320491 12.3054 0.329516 12.3056 0.331994 12.3057 0.332705 12.3059 0.33422 12.306 0.338814 12.3062 0.349214 12.3064 0.365381 12.3065 0.384655 12.3067 0.404893 12.3068 0.426769 12.307 0.449037 12.3071 0.464139 12.3073 0.463842 12.3075 0.450119 12.3076 0.433505 12.3078 0.420081 12.3079 0.405159 12.3081 0.388045 12.3082 0.383252 12.3084 0.403386 12.3086 0.434194 12.3087 0.441703 12.3089 0.410601 12.309 0.36331 12.3092 0.333497 12.3093 0.329344 12.3095 0.335578 12.3097 0.342251 12.3098 0.355334 12.31 0.378558 12.3101 0.401773 12.3103 0.413976 12.3104 0.417875 12.3106 0.421917 12.3108 0.425512 12.3109 0.42024 12.3111 0.405731 12.3112 0.393364 12.3114 0.393154 12.3115 0.401101 12.3117 0.40139 12.3118 0.381055 12.312 0.342761 12.3122 0.305738 12.3123 0.290916 12.3125 0.300631 12.3126 0.313133 12.3128 0.303644 12.3129 0.270647 12.3131 0.236851 12.3133 0.220924 12.3134 0.217554 12.3136 0.211161 12.3137 0.200006 12.3139 0.195955 12.314 0.205203 12.3142 0.220869 12.3144 0.234381 12.3145 0.244729 12.3147 0.25165 12.3148 0.251401 12.315 0.244906 12.3151 0.241043 12.3153 0.24595 12.3155 0.251777 12.3156 0.245786 12.3158 0.225218 12.3159 0.198098 12.3161 0.173614 12.3162 0.156569 12.3164 0.147871 12.3166 0.14346 12.3167 0.138116 12.3169 0.13775 12.317 0.161396 12.3172 0.219897 12.3173 0.295254 12.3175 0.353471 12.3177 0.380125 12.3178 0.391847 12.318 0.409928 12.3181 0.436149 12.3183 0.45842 12.3184 0.470735 12.3186 0.4754 12.3187 0.472255 12.3189 0.455995 12.3191 0.427038 12.3192 0.395909 12.3194 0.373636 12.3195 0.360296 12.3197 0.347189 12.3198 0.331035 12.32 0.322307 12.3202 0.332335 12.3203 0.355005 12.3205 0.367684 12.3206 0.356228 12.3208 0.333568 12.3209 0.326439 12.3211 0.346122 12.3213 0.380548 12.3214 0.41089 12.3216 0.426468 12.3217 0.424203 12.3219 0.406857 12.322 0.387116 12.3222 0.381484 12.3224 0.394925 12.3225 0.413154 12.3227 0.417689 12.3228 0.403848 12.323 0.383454 12.3231 0.372796 12.3233 0.379779 12.3235 0.398167 12.3236 0.411905 12.3238 0.407846 12.3239 0.386033 12.3241 0.354467 12.3242 0.319089 12.3244 0.283285 12.3246 0.254989 12.3247 0.242671 12.3249 0.247044 12.325 0.264665 12.3252 0.295428 12.3253 0.335322 12.3255 0.364927 12.3256 0.364203 12.3258 0.34068 12.326 0.324015 12.3261 0.327336 12.3263 0.33311 12.3264 0.326412 12.3266 0.319795 12.3267 0.329671 12.3269 0.346184 12.3271 0.347371 12.3272 0.332515 12.3274 0.319177 12.3275 0.316422 12.3277 0.320549 12.3278 0.332039 12.328 0.353363 12.3282 0.374435 12.3283 0.380568 12.3285 0.376999 12.3286 0.384774 12.3288 0.409498 12.3289 0.432872 12.3291 0.441004 12.3293 0.442523 12.3294 0.450085 12.3296 0.46084 12.3297 0.465255 12.3299 0.46267 12.33 0.456408 12.3302 0.441989 12.3304 0.415504 12.3305 0.386004 12.3307 0.369023 12.3308 0.369517 12.331 0.378248 12.3311 0.383995 12.3313 0.382275 12.3314 0.375221 12.3316 0.369645 12.3318 0.373633 12.3319 0.391613 12.3321 0.419622 12.3322 0.446506 12.3324 0.45926 12.3325 0.44937 12.3327 0.417967 12.3329 0.377049 12.333 0.341375 12.3332 0.319956 12.3333 0.313071 12.3335 0.316315 12.3336 0.323125 12.3338 0.327203 12.334 0.329174 12.3341 0.334975 12.3343 0.343959 12.3344 0.344123 12.3346 0.32835 12.3347 0.310776 12.3349 0.312965 12.3351 0.337509 12.3352 0.368883 12.3354 0.398809 12.3355 0.433177 12.3357 0.47183 12.3358 0.500708 12.336 0.50876 12.3362 0.50047 12.3363 0.482591 12.3365 0.45422 12.3366 0.418319 12.3368 0.388911 12.3369 0.376146 12.3371 0.372802 12.3373 0.369617 12.3374 0.368941 12.3376 0.374149 12.3377 0.374958 12.3379 0.362895 12.338 0.350393 12.3382 0.358519 12.3383 0.385906 12.3385 0.410784 12.3387 0.420345 12.3388 0.423758 12.339 0.432766 12.3391 0.446189 12.3393 0.457659 12.3394 0.464891 12.3396 0.465157 12.3398 0.452678 12.3399 0.429654 12.3401 0.41224 12.3402 0.415997 12.3404 0.440129 12.3405 0.466519 12.3407 0.476455 12.3409 0.46303 12.341 0.434261 12.3412 0.408225 12.3413 0.401066 12.3415 0.415241 12.3416 0.437107 12.3418 0.447938 12.342 0.438056 12.3421 0.413849 12.3423 0.392449 12.3424 0.386684 12.3426 0.393075 12.3427 0.396589 12.3429 0.389938 12.3431 0.382121 12.3432 0.386904 12.3434 0.407389 12.3435 0.437953 12.3437 0.472992 12.3438 0.503876 12.344 0.51407 12.3442 0.49274 12.3443 0.451674 12.3445 0.416199 12.3446 0.396845 12.3448 0.37955 12.3449 0.348697 12.3451 0.307226 12.3452 0.27087 12.3454 0.249531 12.3456 0.240915 12.3457 0.237535 12.3459 0.232275 12.346 0.22375 12.3462 0.219898 12.3463 0.230721 12.3465 0.255042 12.3467 0.278864 12.3468 0.291849 12.347 0.296171 12.3471 0.295539 12.3473 0.286422 12.3474 0.268182 12.3476 0.253244 12.3478 0.253716 12.3479 0.265131 12.3481 0.273037 12.3482 0.275656 12.3484 0.284853 12.3485 0.304779 12.3487 0.323027 12.3489 0.327773 12.349 0.325006 12.3492 0.328362 12.3493 0.339551 12.3495 0.346407 12.3496 0.337964 12.3498 0.316918 12.35 0.295709 12.3501 0.28624 12.3503 0.291509 12.3504 0.306659 12.3506 0.325106 12.3507 0.344972 12.3509 0.367819 12.3511 0.389485 12.3512 0.3975 12.3514 0.382373 12.3515 0.350164 12.3517 0.320291 12.3518 0.308495 12.352 0.313454 12.3521 0.320426 12.3523 0.317215 12.3525 0.304931 12.3526 0.293721 12.3528 0.289695 12.3529 0.287306 12.3531 0.273847 12.3532 0.244352 12.3534 0.209543 12.3536 0.189607 12.3537 0.195615 12.3539 0.218469 12.354 0.237045 12.3542 0.237283 12.3543 0.226526 12.3545 0.224674 12.3547 0.243992 12.3548 0.275889 12.355 0.300644 12.3551 0.306882 12.3553 0.300899 12.3554 0.29479 12.3556 0.290569 12.3558 0.281017 12.3559 0.264075 12.3561 0.250269 12.3562 0.252163 12.3564 0.270517 12.3565 0.29769 12.3567 0.328634 12.3569 0.361642 12.357 0.390162 12.3572 0.401885 12.3573 0.393153 12.3575 0.376868 12.3576 0.370769 12.3578 0.377659 12.3579 0.386443 12.3581 0.385785 12.3583 0.376116 12.3584 0.363906 12.3586 0.354677 12.3587 0.351584 12.3589 0.356765 12.359 0.369328 12.3592 0.383651 12.3594 0.393114 12.3595 0.3956 12.3597 0.391796 12.3598 0.380266 12.36 0.35822 12.3601 0.327393 12.3603 0.296468 12.3605 0.27646 12.3606 0.272357 12.3608 0.279625 12.3609 0.286699 12.3611 0.281545 12.3612 0.260187 12.3614 0.231453 12.3616 0.212674 12.3617 0.216674 12.3619 0.241901 12.362 0.275814 12.3622 0.307381 12.3623 0.334049 12.3625 0.357491 12.3627 0.379014 12.3628 0.398175 12.363 0.412351 12.3631 0.414897 12.3633 0.402463 12.3634 0.386552 12.3636 0.391282 12.3638 0.427839 12.3639 0.475507 12.3641 0.499967 12.3642 0.489305 12.3644 0.463122 12.3645 0.443326 12.3647 0.431094 12.3648 0.417076 12.365 0.401108 12.3652 0.389405 12.3653 0.38219 12.3655 0.376858 12.3656 0.378684 12.3658 0.394809 12.3659 0.418897 12.3661 0.433675 12.3663 0.432248 12.3664 0.423868 12.3666 0.419284 12.3667 0.418382 12.3669 0.416632 12.367 0.413972 12.3672 0.412258 12.3674 0.411208 12.3675 0.411542 12.3677 0.416164 12.3678 0.423569 12.368 0.426721 12.3681 0.420694 12.3683 0.408033 12.3685 0.392598 12.3686 0.375287 12.3688 0.358878 12.3689 0.348775 12.3691 0.343835 12.3692 0.334243 12.3694 0.317791 12.3696 0.308936 12.3697 0.321529 12.3699 0.347943 12.37 0.364976 12.3702 0.360158 12.3703 0.340897 12.3705 0.320569 12.3707 0.306966 12.3708 0.304739 12.371 0.316495 12.3711 0.336884 12.3713 0.352597 12.3714 0.354196 12.3716 0.341802 12.3717 0.318504 12.3719 0.288251 12.3721 0.261927 12.3722 0.253692 12.3724 0.264011 12.3725 0.27665 12.3727 0.280367 12.3728 0.284487 12.373 0.302515 12.3732 0.326925 12.3733 0.337781 12.3735 0.330627 12.3736 0.321543 12.3738 0.322665 12.3739 0.327257 12.3741 0.324935 12.3743 0.31822 12.3744 0.31677 12.3746 0.323339 12.3747 0.334196 12.3749 0.347961 12.375 0.364233 12.3752 0.377139 12.3754 0.378917 12.3755 0.367705 12.3757 0.347243 12.3758 0.321983 12.376 0.296864 12.3761 0.277916 12.3763 0.267182 12.3765 0.258489 12.3766 0.244271 12.3768 0.224252 12.3769 0.202284 12.3771 0.180264 12.3772 0.161736 12.3774 0.156038 12.3775 0.167176 12.3777 0.183101 12.3779 0.188669 12.378 0.188766 12.3782 0.20228 12.3783 0.232674 12.3785 0.260918 12.3786 0.273344 12.3788 0.280248 12.379 0.296051 12.3791 0.316727 12.3793 0.331913 12.3794 0.346428 12.3796 0.372189 12.3797 0.404088 12.3799 0.424464 12.3801 0.429634 12.3802 0.434193 12.3804 0.446034 12.3805 0.457166 12.3807 0.462065 12.3808 0.467626 12.381 0.475452 12.3812 0.470313 12.3813 0.440577 12.3815 0.400039 12.3816 0.374493 12.3818 0.369889 12.3819 0.368561 12.3821 0.35345 12.3823 0.326652 12.3824 0.302319 12.3826 0.292326 12.3827 0.300771 12.3829 0.323545 12.383 0.349407 12.3832 0.3663 12.3834 0.371309 12.3835 0.369083 12.3837 0.359971 12.3838 0.336886 12.384 0.299431 12.3841 0.263181 12.3843 0.245079 12.3844 0.24413 12.3846 0.245344 12.3848 0.241453 12.3849 0.239714 12.3851 0.24547 12.3852 0.249488 12.3854 0.241205 12.3855 0.225797 12.3857 0.218945 12.3859 0.227409 12.386 0.244763 12.3862 0.262793 12.3863 0.278065 12.3865 0.286972 12.3866 0.287879 12.3868 0.28962 12.387 0.302833 12.3871 0.322471 12.3873 0.329414 12.3874 0.319201 12.3876 0.312745 12.3877 0.328609 12.3879 0.355291 12.3881 0.367043 12.3882 0.35771 12.3884 0.340309 12.3885 0.321069 12.3887 0.294905 12.3888 0.266359 12.389 0.251858 12.3892 0.25449 12.3893 0.255456 12.3895 0.239649 12.3896 0.21436 12.3898 0.194431 12.3899 0.183027 12.3901 0.178223 12.3903 0.183753 12.3904 0.202295 12.3906 0.226737 12.3907 0.250684 12.3909 0.277058 12.391 0.304124 12.3912 0.313968 12.3913 0.292309 12.3915 0.251472 12.3917 0.217917 12.3918 0.201169 12.392 0.191356 12.3921 0.181267 12.3923 0.173173 12.3924 0.164162 12.3926 0.147382 12.3928 0.131925 12.3929 0.140971 12.3931 0.181186 12.3932 0.229879 12.3934 0.261787 12.3935 0.27541 12.3937 0.280797 12.3939 0.27655 12.394 0.25618 12.3942 0.229177 12.3943 0.21862 12.3945 0.235519 12.3946 0.266379 12.3948 0.288395 12.395 0.289538 12.3951 0.275185 12.3953 0.261864 12.3954 0.26581 12.3956 0.290065 12.3957 0.319742 12.3959 0.33506 12.3961 0.330089 12.3962 0.316419 12.3964 0.307922 12.3965 0.309286 12.3967 0.318523 12.3968 0.33588 12.397 0.363015 12.3972 0.394937 12.3973 0.418973 12.3975 0.423137 12.3976 0.407716 12.3978 0.385616 12.3979 0.371203 12.3981 0.368331 12.3982 0.369372 12.3984 0.366445 12.3986 0.361167 12.3987 0.361994 12.3989 0.373776 12.399 0.392314 12.3992 0.406386 12.3993 0.404933 12.3995 0.383174 12.3997 0.347013 12.3998 0.313132 12.4 0.300179 12.4001 0.315588 12.4003 0.349426 12.4004 0.381643 12.4006 0.397643 12.4008 0.395623 12.4009 0.382699 12.4011 0.367807 12.4012 0.358316 12.4014 0.357644 12.4015 0.361074 12.4017 0.355395 12.4019 0.331043 12.402 0.295765 12.4022 0.269418 12.4023 0.263591 12.4025 0.271242 12.4026 0.281972 12.4028 0.297016 12.403 0.321867 12.4031 0.351715 12.4033 0.373341 12.4034 0.379141 12.4036 0.369193 12.4037 0.343179 12.4039 0.305914 12.404 0.27865 12.4042 0.285016 12.4044 0.317307 12.4045 0.334096 12.4047 0.304026 12.4048 0.244404 12.405 0.201692 12.4051 0.201985 12.4053 0.234107 12.4055 0.274494 12.4056 0.308866 12.4058 0.328245 12.4059 0.32462 12.4061 0.301985 12.4062 0.28211 12.4064 0.28725 12.4066 0.320568 12.4067 0.368287 12.4069 0.414243 12.407 0.446396 12.4072 0.455261 12.4073 0.43912 12.4075 0.41093 12.4077 0.391022 12.4078 0.388244 12.408 0.391955 12.4081 0.385134 12.4083 0.363394 12.4084 0.337085 12.4086 0.318219 12.4088 0.308715 12.4089 0.302498 12.4091 0.294228 12.4092 0.284596 12.4094 0.27707 12.4095 0.273814 12.4097 0.275276 12.4099 0.280896 12.41 0.289104 12.4102 0.296282 12.4103 0.297634 12.4105 0.289209 12.4106 0.271096 12.4108 0.250967 12.4109 0.243332 12.4111 0.259701 12.4113 0.294978 12.4114 0.330812 12.4116 0.355591 12.4117 0.37718 12.4119 0.407924 12.412 0.441745 12.4122 0.458008 12.4124 0.449165 12.4125 0.433015 12.4127 0.432567 12.4128 0.453182 12.413 0.484935 12.4131 0.517389 12.4133 0.539875 12.4135 0.538109 12.4136 0.503061 12.4138 0.446924 12.4139 0.398271 12.4141 0.375584 12.4142 0.371907 12.4144 0.366218 12.4146 0.344311 12.4147 0.309555 12.4149 0.278238 12.415 0.266795 12.4152 0.277377 12.4153 0.294077 12.4155 0.300686 12.4157 0.30103 12.4158 0.312529 12.416 0.338998 12.4161 0.361175 12.4163 0.362108 12.4164 0.349715 12.4166 0.342288 12.4168 0.341428 12.4169 0.335376 12.4171 0.32274 12.4172 0.316829 12.4174 0.322268 12.4175 0.325903 12.4177 0.31866 12.4178 0.31532 12.418 0.336973 12.4182 0.380003 12.4183 0.41482 12.4185 0.418382 12.4186 0.398199 12.4188 0.381833 12.4189 0.387313 12.4191 0.40626 12.4193 0.416512 12.4194 0.405924 12.4196 0.381224 12.4197 0.354904 12.4199 0.330305 12.42 0.306243 12.4202 0.290605 12.4204 0.297636 12.4205 0.326345 12.4207 0.354906 12.4208 0.361236 12.421 0.346572 12.4211 0.327967 12.4213 0.314372 12.4215 0.30186 12.4216 0.288958 12.4218 0.284686 12.4219 0.296749 12.4221 0.319986 12.4222 0.343183 12.4224 0.359892 12.4226 0.36999 12.4227 0.373546 12.4229 0.368878 12.423 0.358337 12.4232 0.350517 12.4233 0.356659 12.4235 0.382311 12.4236 0.421154 12.4238 0.457579 12.424 0.47965 12.4241 0.490681 12.4243 0.503553 12.4244 0.523438 12.4246 0.541439 12.4247 0.545567 12.4249 0.532554 12.4251 0.507933 12.4252 0.479002 12.4254 0.451673 12.4255 0.431049 12.4257 0.417926 12.4258 0.406825 12.426 0.391313 12.4262 0.371404 12.4263 0.354452 12.4265 0.349611 12.4266 0.363353 12.4268 0.394159 12.4269 0.429202 12.4271 0.448444 12.4273 0.440632 12.4274 0.414861 12.4276 0.392823 12.4277 0.388868 12.4279 0.398934 12.428 0.40909 12.4282 0.409539 12.4284 0.40045 12.4285 0.387612 12.4287 0.37608 12.4288 0.367257 12.429 0.362441 12.4291 0.366755 12.4293 0.385848 12.4295 0.416294 12.4296 0.443279 12.4298 0.453614 12.4299 0.448877 12.4301 0.441832 12.4302 0.438931 12.4304 0.43557 12.4305 0.428452 12.4307 0.423702 12.4309 0.427248 12.431 0.431997 12.4312 0.425714 12.4313 0.40918 12.4315 0.398236 12.4316 0.405016 12.4318 0.423087 12.432 0.43708 12.4321 0.4418 12.4323 0.446417 12.4324 0.458437 12.4326 0.473974 12.4327 0.484669 12.4329 0.489291 12.4331 0.489998 12.4332 0.481998 12.4334 0.456164 12.4335 0.415726 12.4337 0.380601 12.4338 0.369182 12.434 0.376568 12.4342 0.380986 12.4343 0.370353 12.4345 0.354694 12.4346 0.350412 12.4348 0.356549 12.4349 0.355058 12.4351 0.332589 12.4353 0.296389 12.4354 0.267033 12.4356 0.260511 12.4357 0.2773 12.4359 0.305743 12.436 0.332023 12.4362 0.347416 12.4364 0.350773 12.4365 0.345625 12.4367 0.336601 12.4368 0.326939 12.437 0.318254 12.4371 0.310779 12.4373 0.30343 12.4374 0.293446 12.4376 0.279424 12.4378 0.262662 12.4379 0.246564 12.4381 0.2344 12.4382 0.229198 12.4384 0.232186 12.4385 0.241006 12.4387 0.251546 12.4389 0.262032 12.439 0.27538 12.4392 0.293971 12.4393 0.314849 12.4395 0.333522 12.4396 0.351453 12.4398 0.372138 12.44 0.390403 12.4401 0.393774 12.4403 0.377118 12.4404 0.350228 12.4406 0.326555 12.4407 0.310449 12.4409 0.301142 12.4411 0.300649 12.4412 0.310351 12.4414 0.321811 12.4415 0.325353 12.4417 0.324884 12.4418 0.33451 12.442 0.356784 12.4422 0.374941 12.4423 0.372183 12.4425 0.351971 12.4426 0.334941 12.4428 0.33805 12.4429 0.359935 12.4431 0.381295 12.4433 0.380598 12.4434 0.352418 12.4436 0.314766 12.4437 0.291825 12.4439 0.289793 12.444 0.296436 12.4442 0.301952 12.4443 0.309017 12.4445 0.319153 12.4447 0.324866 12.4448 0.323697 12.445 0.328789 12.4451 0.352015 12.4453 0.385976 12.4454 0.415111 12.4456 0.437593 12.4458 0.461567 12.4459 0.483482 12.4461 0.489402 12.4462 0.477239 12.4464 0.461562 12.4465 0.452458 12.4467 0.443503 12.4469 0.426553 12.447 0.403962 12.4472 0.381273 12.4473 0.358807 12.4475 0.339206 12.4476 0.332292 12.4478 0.341926 12.448 0.354928 12.4481 0.35298 12.4483 0.33202 12.4484 0.301953 12.4486 0.27367 12.4487 0.254575 12.4489 0.251458 12.4491 0.266328 12.4492 0.288372 12.4494 0.299124 12.4495 0.288728 12.4497 0.265393 12.4498 0.247492 12.45 0.248636 12.4501 0.266704 12.4503 0.283956 12.4505 0.282157 12.4506 0.261251 12.4508 0.238766 12.4509 0.226382 12.4511 0.215777 12.4512 0.195343 12.4514 0.173535 12.4516 0.172017 12.4517 0.197091 12.4519 0.232382 12.452 0.260191 12.4522 0.278944 12.4523 0.2934 12.4525 0.302002 12.4527 0.300217 12.4528 0.289105 12.453 0.271962 12.4531 0.250148 12.4533 0.230081 12.4534 0.225818 12.4536 0.245541 12.4538 0.277088 12.4539 0.299155 12.4541 0.30502 12.4542 0.304912 12.4544 0.307061 12.4545 0.306979 12.4547 0.300754 12.4549 0.295323 12.455 0.299104 12.4552 0.308349 12.4553 0.313313 12.4555 0.312721 12.4556 0.313935 12.4558 0.32057 12.456 0.326752 12.4561 0.324852 12.4563 0.312827 12.4564 0.293191 12.4566 0.270771 12.4567 0.252434 12.4569 0.24174 12.457 0.233036 12.4572 0.218601 12.4574 0.20349 12.4575 0.204973 12.4577 0.230625 12.4578 0.264833 12.458 0.285739 12.4581 0.292003 12.4583 0.300641 12.4585 0.322074 12.4586 0.349055 12.4588 0.37154 12.4589 0.388373 12.4591 0.39987 12.4592 0.400523 12.4594 0.387435 12.4596 0.367661 12.4597 0.347387 12.4599 0.321345 12.46 0.286086 12.4602 0.257863 12.4603 0.260909 12.4605 0.298297 12.4607 0.343931 12.4608 0.370764 12.461 0.374806 12.4611 0.369187 12.4613 0.36293 12.4614 0.356894 12.4616 0.350981 12.4618 0.348196 12.4619 0.350821 12.4621 0.358733 12.4622 0.37237 12.4624 0.389105 12.4625 0.399392 12.4627 0.393167 12.4629 0.369685 12.463 0.338885 12.4632 0.310892 12.4633 0.289966 12.4635 0.276975 12.4636 0.273072 12.4638 0.277281 12.4639 0.285287 12.4641 0.294141 12.4643 0.307283 12.4644 0.330033 12.4646 0.362317 12.4647 0.398379 12.4649 0.431266 12.465 0.455974 12.4652 0.467638 12.4654 0.46254 12.4655 0.441109 12.4657 0.409987 12.4658 0.379767 12.466 0.359556 12.4661 0.351856 12.4663 0.350391 12.4665 0.343954 12.4666 0.325073 12.4668 0.29753 12.4669 0.274004 12.4671 0.266811 12.4672 0.280114 12.4674 0.309429 12.4676 0.344735 12.4677 0.372202 12.4679 0.378565 12.468 0.360404 12.4682 0.330081 12.4683 0.3075 12.4685 0.304226 12.4687 0.315005 12.4688 0.326735 12.469 0.3309 12.4691 0.324732 12.4693 0.307614 12.4694 0.279973 12.4696 0.250293 12.4697 0.234571 12.4699 0.243142 12.4701 0.270839 12.4702 0.302851 12.4704 0.32975 12.4705 0.350101 12.4707 0.360292 12.4708 0.351744 12.471 0.323649 12.4712 0.292777 12.4713 0.281245 12.4715 0.295313 12.4716 0.32088 12.4718 0.340408 12.4719 0.344847 12.4721 0.332281 12.4723 0.30465 12.4724 0.269272 12.4726 0.239294 12.4727 0.224086 12.4729 0.221799 12.473 0.224783 12.4732 0.228136 12.4734 0.230206 12.4735 0.229365 12.4737 0.228162 12.4738 0.235508 12.474 0.255867 12.4741 0.278673 12.4743 0.286548 12.4745 0.274124 12.4746 0.252389 12.4748 0.234976 12.4749 0.227727 12.4751 0.233018 12.4752 0.253116 12.4754 0.284158 12.4756 0.310985 12.4757 0.315313 12.4759 0.289128 12.476 0.242765 12.4762 0.201994 12.4763 0.194525 12.4765 0.228909 12.4766 0.28535 12.4768 0.333285 12.477 0.360971 12.4771 0.378911 12.4773 0.395408 12.4774 0.401575 12.4776 0.387848 12.4777 0.364695 12.4779 0.352218 12.4781 0.355172 12.4782 0.360214 12.4784 0.356728 12.4785 0.348261 12.4787 0.345355 12.4788 0.354616 12.479 0.376138 12.4792 0.401511 12.4793 0.415903 12.4795 0.40861 12.4796 0.38555 12.4798 0.3628 12.4799 0.348122 12.4801 0.336233 12.4803 0.32123 12.4804 0.305013 12.4806 0.290629 12.4807 0.278765 12.4809 0.273941 12.481 0.283693 12.4812 0.307083 12.4814 0.328692 12.4815 0.333877 12.4817 0.325291 12.4818 0.317687 12.482 0.319034 12.4821 0.322989 12.4823 0.318465 12.4825 0.301414 12.4826 0.278329 12.4828 0.26241 12.4829 0.264448 12.4831 0.283301 12.4832 0.306849 12.4834 0.323743 12.4835 0.332942 12.4837 0.338929 12.4839 0.341365 12.484 0.33396 12.4842 0.312675 12.4843 0.281856 12.4845 0.252716 12.4846 0.237503 12.4848 0.242723 12.485 0.26561 12.4851 0.295219 12.4853 0.31952 12.4854 0.329991 12.4856 0.321098 12.4857 0.292296 12.4859 0.25179 12.4861 0.214204 12.4862 0.190465 12.4864 0.180572 12.4865 0.180135 12.4867 0.189913 12.4868 0.212448 12.487 0.242727 12.4872 0.265461 12.4873 0.267218 12.4875 0.249634 12.4876 0.230102 12.4878 0.229237 12.4879 0.25284 12.4881 0.28673 12.4883 0.312413 12.4884 0.325509 12.4886 0.33362 12.4887 0.339105 12.4889 0.335084 12.489 0.319919 12.4892 0.306092 12.4894 0.303677 12.4895 0.306571 12.4897 0.300958 12.4898 0.283793 12.49 0.262649 12.4901 0.243182 12.4903 0.230528 12.4904 0.236602 12.4906 0.2719 12.4908 0.327246 12.4909 0.377077 12.4911 0.40167 12.4912 0.398725 12.4914 0.374568 12.4915 0.338183 12.4917 0.304909 12.4919 0.291467 12.492 0.298211 12.4922 0.306101 12.4923 0.300651 12.4925 0.286872 12.4926 0.278215 12.4928 0.279517 12.493 0.289475 12.4931 0.308514 12.4933 0.33178 12.4934 0.345221 12.4936 0.340957 12.4937 0.332262 12.4939 0.338368 12.4941 0.359617 12.4942 0.378981 12.4944 0.387622 12.4945 0.395236 12.4947 0.410219 12.4948 0.427087 12.495 0.434789 12.4952 0.430007 12.4953 0.414293 12.4955 0.386265 12.4956 0.344673 12.4958 0.29713 12.4959 0.258625 12.4961 0.242973 12.4962 0.254229 12.4964 0.284076 12.4966 0.313764 12.4967 0.326803 12.4969 0.322746 12.497 0.314824 12.4972 0.314521 12.4973 0.318649 12.4975 0.318522 12.4977 0.311856 12.4978 0.306316 12.498 0.310997 12.4981 0.330699 12.4983 0.362937 12.4984 0.395014 12.4986 0.409748 12.4988 0.402196 12.4989 0.389306 12.4991 0.389789 12.4992 0.399245 12.4994 0.394552 12.4995 0.366728 12.4997 0.337217 12.4999 0.331536 12.5 0.346043 12.5002 0.351678 12.5003 0.331753 12.5005 0.299617 12.5006 0.280611 12.5008 0.284978 12.501 0.305142 12.5011 0.327237 12.5013 0.338084 12.5014 0.326571 12.5016 0.293347 12.5017 0.256261 12.5019 0.237369 12.5021 0.244053 12.5022 0.265522 12.5024 0.287886 12.5025 0.302976 12.5027 0.306657 12.5028 0.300583 12.503 0.297732 12.5031 0.313283 12.5033 0.343823 12.5035 0.366099 12.5036 0.363236 12.5038 0.346051 12.5039 0.338954 12.5041 0.353877 12.5042 0.384095 12.5044 0.417366 12.5046 0.443611 12.5047 0.453509 12.5049 0.44234 12.505 0.415051 12.5052 0.382956 12.5053 0.353258 12.5055 0.329853 12.5057 0.31649 12.5058 0.312508 12.506 0.309848 12.5061 0.303086 12.5063 0.298794 12.5064 0.304852 12.5066 0.314533 12.5068 0.315803 12.5069 0.311279 12.5071 0.314717 12.5072 0.329458 12.5074 0.346087 12.5075 0.363479 12.5077 0.390323 12.5079 0.420563 12.508 0.429144 12.5082 0.404469 12.5083 0.369967 12.5085 0.356492 12.5086 0.366524 12.5088 0.381628 12.509 0.393247 12.5091 0.403793 12.5093 0.405464 12.5094 0.382286 12.5096 0.336463 12.5097 0.29496 12.5099 0.281557 12.51 0.293386 12.5102 0.309878 12.5104 0.314904 12.5105 0.306635 12.5107 0.292962 12.5108 0.284649 12.511 0.286307 12.5111 0.292149 12.5113 0.293011 12.5115 0.287076 12.5116 0.279642 12.5118 0.274026 12.5119 0.26988 12.5121 0.269283 12.5122 0.274336 12.5124 0.280981 12.5126 0.284826 12.5127 0.290949 12.5129 0.306502 12.513 0.323074 12.5132 0.319379 12.5133 0.288311 12.5135 0.247336 12.5137 0.21715 12.5138 0.201309 12.514 0.193217 12.5141 0.191717 12.5143 0.196324 12.5144 0.198074 12.5146 0.188753 12.5148 0.174563 12.5149 0.169657 12.5151 0.175544 12.5152 0.181154 12.5154 0.180709 12.5155 0.182668 12.5157 0.197082 12.5158 0.222679 12.516 0.251148 12.5162 0.276732 12.5163 0.299161 12.5165 0.318812 12.5166 0.334762 12.5168 0.345264 12.5169 0.350999 12.5171 0.356302 12.5173 0.365339 12.5174 0.378183 12.5176 0.391826 12.5177 0.40602 12.5179 0.422557 12.518 0.438651 12.5182 0.445453 12.5184 0.439035 12.5185 0.427189 12.5187 0.418351 12.5188 0.410923 12.519 0.399988 12.5191 0.391774 12.5193 0.39749 12.5195 0.414823 12.5196 0.424103 12.5198 0.409962 12.5199 0.376803 12.5201 0.341338 12.5202 0.314797 12.5204 0.299026 12.5206 0.292685 12.5207 0.293728 12.5209 0.296611 12.521 0.293624 12.5212 0.283462 12.5213 0.273823 12.5215 0.272404 12.5217 0.275452 12.5218 0.271545 12.522 0.255842 12.5221 0.240022 12.5223 0.241102 12.5224 0.262344 12.5226 0.29044 12.5227 0.311382 12.5229 0.324293 12.5231 0.336404 12.5232 0.350042 12.5234 0.36035 12.5235 0.362575 12.5237 0.357112 12.5238 0.349338 12.524 0.346768 12.5242 0.35282 12.5243 0.360305 12.5245 0.356745 12.5246 0.340814 12.5248 0.327507 12.5249 0.330081 12.5251 0.341049 12.5253 0.341637 12.5254 0.324592 12.5256 0.300158 12.5257 0.280247 12.5259 0.269738 12.526 0.272513 12.5262 0.290522 12.5264 0.316094 12.5265 0.334367 12.5267 0.341559 12.5268 0.347725 12.527 0.357595 12.5271 0.359508 12.5273 0.343831 12.5275 0.321209 12.5276 0.310811 12.5278 0.315249 12.5279 0.319668 12.5281 0.313069 12.5282 0.29973 12.5284 0.287727 12.5286 0.277994 12.5287 0.267735 12.5289 0.255989 12.529 0.242799 12.5292 0.227506 12.5293 0.211154 12.5295 0.197249 12.5296 0.185732 12.5298 0.171627 12.53 0.15421 12.5301 0.1424 12.5303 0.14589 12.5304 0.162741 12.5306 0.178394 12.5307 0.18282 12.5309 0.181774 12.5311 0.18997 12.5312 0.212924 12.5314 0.242758 12.5315 0.269869 12.5317 0.292583 12.5318 0.311485 12.532 0.320428 12.5322 0.31263 12.5323 0.292675 12.5325 0.274916 12.5326 0.268371 12.5328 0.271865 12.5329 0.284457 12.5331 0.309257 12.5333 0.343043 12.5334 0.37063 12.5336 0.378817 12.5337 0.370051 12.5339 0.355906 12.534 0.342301 12.5342 0.330431 12.5344 0.326118 12.5345 0.335778 12.5347 0.353419 12.5348 0.36106 12.535 0.347346 12.5351 0.317241 12.5353 0.28358 12.5355 0.256273 12.5356 0.241099 12.5358 0.241596 12.5359 0.254946 12.5361 0.270079 12.5362 0.275431 12.5364 0.26818 12.5365 0.255273 12.5367 0.250523 12.5369 0.26827 12.537 0.315446 12.5372 0.37934 12.5373 0.430745 12.5375 0.447198 12.5376 0.433011 12.5378 0.410729 12.538 0.393691 12.5381 0.373835 12.5383 0.340456 12.5384 0.30136 12.5386 0.275763 12.5387 0.271312 12.5389 0.277074 12.5391 0.281313 12.5392 0.285863 12.5394 0.296602 12.5395 0.309098 12.5397 0.312186 12.5398 0.304214 12.54 0.294932 12.5402 0.290977 12.5403 0.291597 12.5405 0.297729 12.5406 0.314688 12.5408 0.339887 12.5409 0.357292 12.5411 0.35412 12.5413 0.336181 12.5414 0.318579 12.5416 0.30526 12.5417 0.28901 12.5419 0.268491 12.542 0.252699 12.5422 0.249572 12.5423 0.257681 12.5425 0.271732 12.5427 0.288126 12.5428 0.302088 12.543 0.308655 12.5431 0.307796 12.5433 0.305016 12.5434 0.303353 12.5436 0.301167 12.5438 0.297944 12.5439 0.296951 12.5441 0.300319 12.5442 0.306494 12.5444 0.313653 12.5445 0.321754 12.5447 0.329508 12.5449 0.336838 12.545 0.35026 12.5452 0.376048 12.5453 0.407058 12.5455 0.426665 12.5456 0.430101 12.5458 0.431468 12.546 0.442638 12.5461 0.456376 12.5463 0.458673 12.5464 0.450307 12.5466 0.442691 12.5467 0.438156 12.5469 0.429585 12.5471 0.416153 12.5472 0.406691 12.5474 0.404112 12.5475 0.399535 12.5477 0.386773 12.5478 0.37134 12.548 0.36126 12.5482 0.355975 12.5483 0.351922 12.5485 0.353483 12.5486 0.368765 12.5488 0.396085 12.5489 0.420228 12.5491 0.425543 12.5492 0.410043 12.5494 0.386079 12.5496 0.366158 12.5497 0.351777 12.5499 0.337361 12.55 0.323932 12.5502 0.319986 12.5503 0.324897 12.5505 0.32281 12.5507 0.302582 12.5508 0.278802 12.551 0.277399 12.5511 0.300049 12.5513 0.318869 12.5514 0.312922 12.5516 0.295818 12.5518 0.294562 12.5519 0.311837 12.5521 0.325263 12.5522 0.32078 12.5524 0.309146 12.5525 0.30595 12.5527 0.311483 12.5529 0.315198 12.553 0.311905 12.5532 0.305004 12.5533 0.298351 12.5535 0.293902 12.5536 0.294339 12.5538 0.300642 12.554 0.308911 12.5541 0.312986 12.5543 0.311786 12.5544 0.309882 12.5546 0.311946 12.5547 0.318077 12.5549 0.325273 12.5551 0.331941 12.5552 0.340265 12.5554 0.352913 12.5555 0.365999 12.5557 0.367572 12.5558 0.348318 12.556 0.316145 12.5561 0.294284 12.5563 0.297971 12.5565 0.31987 12.5566 0.339724 12.5568 0.346147 12.5569 0.343143 12.5571 0.338645 12.5572 0.337426 12.5574 0.341098 12.5576 0.347203 12.5577 0.346703 12.5579 0.330687 12.558 0.301771 12.5582 0.272896 12.5583 0.252787 12.5585 0.239437 12.5587 0.231946 12.5588 0.235047 12.559 0.250378 12.5591 0.267176 12.5593 0.27142 12.5594 0.26028 12.5596 0.241133 12.5598 0.222305 12.5599 0.2101 12.5601 0.2099 12.5602 0.221292 12.5604 0.236332 12.5605 0.250496 12.5607 0.270427 12.5609 0.303083 12.561 0.340138 12.5612 0.363623 12.5613 0.363875 12.5615 0.345989 12.5616 0.320288 12.5618 0.299052 12.5619 0.294991 12.5621 0.309039 12.5623 0.322034 12.5624 0.312562 12.5626 0.285808 12.5627 0.266414 12.5629 0.263792 12.563 0.2639 12.5632 0.262347 12.5634 0.278809 12.5635 0.326382 12.5637 0.382956 12.5638 0.417943 12.564 0.432314 12.5641 0.449196 12.5643 0.472039 12.5645 0.476413 12.5646 0.446174 12.5648 0.397237 12.5649 0.357604 12.5651 0.340285 12.5652 0.34166 12.5654 0.353861 12.5656 0.369533 12.5657 0.381529 12.5659 0.384941 12.566 0.378657 12.5662 0.362351 12.5663 0.337092 12.5665 0.307868 12.5667 0.279238 12.5668 0.249849 12.567 0.219433 12.5671 0.199016 12.5673 0.202762 12.5674 0.225648 12.5676 0.242315 12.5678 0.235035 12.5679 0.213752 12.5681 0.204352 12.5682 0.223819 12.5684 0.267213 12.5685 0.313249 12.5687 0.336219 12.5688 0.322946 12.569 0.284355 12.5692 0.245934 12.5693 0.224635 12.5695 0.221552 12.5696 0.234859 12.5698 0.265295 12.5699 0.302168 12.5701 0.322909 12.5703 0.319407 12.5704 0.312182 12.5706 0.323921 12.5707 0.346298 12.5709 0.352876 12.571 0.337912 12.5712 0.323682 12.5714 0.327249 12.5715 0.339948 12.5717 0.344532 12.5718 0.338506 12.572 0.332808 12.5721 0.335338 12.5723 0.344737 12.5725 0.352858 12.5726 0.350499 12.5728 0.336339 12.5729 0.321112 12.5731 0.317702 12.5732 0.326319 12.5734 0.335635 12.5736 0.33934 12.5737 0.339941 12.5739 0.335607 12.574 0.317833 12.5742 0.28992 12.5743 0.274569 12.5745 0.290123 12.5747 0.326963 12.5748 0.361252 12.575 0.382887 12.5751 0.396244 12.5753 0.39823 12.5754 0.37615 12.5756 0.332258 12.5757 0.292419 12.5759 0.280018 12.5761 0.29147 12.5762 0.306605 12.5764 0.316279 12.5765 0.32669 12.5767 0.340768 12.5768 0.348938 12.577 0.339985 12.5772 0.315145 12.5773 0.28502 12.5775 0.259151 12.5776 0.242229 12.5778 0.236249 12.5779 0.242524 12.5781 0.261623 12.5783 0.292219 12.5784 0.32727 12.5786 0.354844 12.5787 0.368843 12.5789 0.376542 12.579 0.388802 12.5792 0.401478 12.5794 0.399352 12.5795 0.381216 12.5797 0.368981 12.5798 0.379652 12.58 0.399022 12.5801 0.398608 12.5803 0.375535 12.5805 0.354341 12.5806 0.351704 12.5808 0.352694 12.5809 0.33355 12.5811 0.291615 12.5812 0.24461 12.5814 0.210007 12.5816 0.196116 12.5817 0.204797 12.5819 0.232181 12.582 0.270345 12.5822 0.31656 12.5823 0.372788 12.5825 0.428502 12.5826 0.456155 12.5828 0.436944 12.583 0.387311 12.5831 0.344416 12.5833 0.330759 12.5834 0.342602 12.5836 0.367593 12.5837 0.394557 12.5839 0.406656 12.5841 0.387772 12.5842 0.342324 12.5844 0.295943 12.5845 0.268781 12.5847 0.260292 12.5848 0.263485 12.585 0.280208 12.5852 0.314176 12.5853 0.358265 12.5855 0.398572 12.5856 0.422453 12.5858 0.421592 12.5859 0.397125 12.5861 0.36633 12.5863 0.35128 12.5864 0.353211 12.5866 0.351499 12.5867 0.335407 12.5869 0.319727 12.587 0.319717 12.5872 0.324997 12.5874 0.317834 12.5875 0.303057 12.5877 0.297456 12.5878 0.298953 12.588 0.289347 12.5881 0.267307 12.5883 0.254694 12.5884 0.266226 12.5886 0.293718 12.5888 0.324041 12.5889 0.352865 12.5891 0.374065 12.5892 0.373697 12.5894 0.347707 12.5895 0.314422 12.5897 0.296341 12.5899 0.298641 12.59 0.314865 12.5902 0.342908 12.5903 0.3798 12.5905 0.40896 12.5906 0.409112 12.5908 0.377663 12.591 0.336481 12.5911 0.311905 12.5913 0.314963 12.5914 0.337174 12.5916 0.361009 12.5917 0.373777 12.5919 0.378073 12.5921 0.387109 12.5922 0.405286 12.5924 0.416097 12.5925 0.398475 12.5927 0.355405 12.5928 0.316449 12.593 0.305858 12.5932 0.314767 12.5933 0.312722 12.5935 0.284531 12.5936 0.246359 12.5938 0.22325 12.5939 0.219032 12.5941 0.217694 12.5943 0.209318 12.5944 0.202372 12.5946 0.206387 12.5947 0.217086 12.5949 0.226554 12.595 0.240031 12.5952 0.267723 12.5953 0.304507 12.5955 0.332552 12.5957 0.345032 12.5958 0.354822 12.596 0.373939 12.5961 0.39731 12.5963 0.412497 12.5964 0.415469 12.5966 0.41111 12.5968 0.403605 12.5969 0.393301 12.5971 0.378501 12.5972 0.357133 12.5974 0.332552 12.5975 0.318974 12.5977 0.331429 12.5979 0.36606 12.598 0.39707 12.5982 0.406501 12.5983 0.403717 12.5985 0.40913 12.5986 0.425213 12.5988 0.436909 12.599 0.434841 12.5991 0.424091 12.5993 0.412903 12.5994 0.403719 12.5996 0.396727 12.5997 0.391519 12.5999 0.385465 12.6001 0.377839 12.6002 0.374222 12.6004 0.378568 12.6005 0.38585 12.6007 0.389705 12.6008 0.393968 12.601 0.406063 12.6012 0.4196 12.6013 0.418833 12.6015 0.400865 12.6016 0.380967 12.6018 0.373396 12.6019 0.378119 12.6021 0.390656 12.6022 0.412025 12.6024 0.442383 12.6026 0.470646 12.6027 0.481797 12.6029 0.469106 12.603 0.436559 12.6032 0.396259 12.6033 0.363491 12.6035 0.347464 12.6037 0.342444 12.6038 0.33436 12.604 0.318341 12.6041 0.302871 12.6043 0.293215 12.6044 0.283494 12.6046 0.271052 12.6048 0.268764 12.6049 0.290698 12.6051 0.33071 12.6052 0.367562 12.6054 0.388268 12.6055 0.398599 12.6057 0.410276 12.6059 0.424664 12.606 0.429074 12.6062 0.408356 12.6063 0.362178 12.6065 0.311556 12.6066 0.28227 12.6068 0.278437 12.607 0.279633 12.6071 0.268304 12.6073 0.25028 12.6074 0.241791 12.6076 0.243321 12.6077 0.241431 12.6079 0.230247 12.608 0.217955 12.6082 0.214849 12.6084 0.224481 12.6085 0.245934 12.6087 0.272324 12.6088 0.290027 12.609 0.290071 12.6091 0.282479 12.6093 0.28641 12.6095 0.304652 12.6096 0.319532 12.6098 0.319948 12.6099 0.31862 12.6101 0.334099 12.6102 0.365573 12.6104 0.394785 12.6106 0.408405 12.6107 0.407186 12.6109 0.395642 12.611 0.37304 12.6112 0.337484 12.6113 0.294363 12.6115 0.256532 12.6117 0.237291 12.6118 0.24083 12.612 0.256957 12.6121 0.26589 12.6123 0.252392 12.6124 0.218895 12.6126 0.183854 12.6128 0.167135 12.6129 0.174066 12.6131 0.194136 12.6132 0.215957 12.6134 0.241207 12.6135 0.281886 12.6137 0.341583 12.6139 0.405527 12.614 0.452374 12.6142 0.474209 12.6143 0.479369 12.6145 0.476697 12.6146 0.466252 12.6148 0.444752 12.6149 0.415651 12.6151 0.389036 12.6153 0.374333 12.6154 0.372247 12.6156 0.372133 12.6157 0.358344 12.6159 0.325967 12.616 0.290579 12.6162 0.277162 12.6164 0.296571 12.6165 0.336714 12.6167 0.375672 12.6168 0.399177 12.617 0.405308 12.6171 0.399678 12.6173 0.389444 12.6175 0.376695 12.6176 0.355621 12.6178 0.323182 12.6179 0.291601 12.6181 0.280843 12.6182 0.297994 12.6184 0.328615 12.6186 0.353837 12.6187 0.366326 12.6189 0.366913 12.619 0.357287 12.6192 0.342348 12.6193 0.331351 12.6195 0.327736 12.6197 0.324095 12.6198 0.317399 12.62 0.316942 12.6201 0.327442 12.6203 0.334388 12.6204 0.321096 12.6206 0.29591 12.6208 0.284934 12.6209 0.297922 12.6211 0.317629 12.6212 0.323503 12.6214 0.312473 12.6215 0.292733 12.6217 0.273645 12.6218 0.268164 12.622 0.28892 12.6222 0.331241 12.6223 0.3682 12.6225 0.37395 12.6226 0.347123 12.6228 0.30798 12.6229 0.277176 12.6231 0.26351 12.6233 0.262099 12.6234 0.25673 12.6236 0.2313 12.6237 0.188178 12.6239 0.149403 12.624 0.131712 12.6242 0.127845 12.6244 0.121618 12.6245 0.114412 12.6247 0.121249 12.6248 0.147721 12.625 0.182892 12.6251 0.216708 12.6253 0.249258 12.6255 0.279855 12.6256 0.300044 12.6258 0.30336 12.6259 0.295165 12.6261 0.285807 12.6262 0.280232 12.6264 0.276306 12.6266 0.270633 12.6267 0.261419 12.6269 0.253303 12.627 0.257339 12.6272 0.280412 12.6273 0.311686 12.6275 0.32687 12.6277 0.313068 12.6278 0.28113 12.628 0.250918 12.6281 0.229867 12.6283 0.214374 12.6284 0.202968 12.6286 0.199408 12.6287 0.205152 12.6289 0.21707 12.6291 0.232083 12.6292 0.248839 12.6294 0.266129 12.6295 0.282439 12.6297 0.295038 12.6298 0.298164 12.63 0.28559 12.6302 0.261934 12.6303 0.244966 12.6305 0.247604 12.6306 0.261295 12.6308 0.26709 12.6309 0.260359 12.6311 0.253952 12.6313 0.257621 12.6314 0.267205 12.6316 0.276949 12.6317 0.289292 12.6319 0.305535 12.632 0.317989 12.6322 0.320192 12.6324 0.317494 12.6325 0.317301 12.6327 0.314216 12.6328 0.296211 12.633 0.264261 12.6331 0.233869 12.6333 0.217036 12.6335 0.212141 12.6336 0.212739 12.6338 0.217877 12.6339 0.228531 12.6341 0.241311 12.6342 0.253122 12.6344 0.268415 12.6345 0.29382 12.6347 0.325659 12.6349 0.347107 12.635 0.342681 12.6352 0.315629 12.6353 0.288267 12.6355 0.282056 12.6356 0.296737 12.6358 0.313887 12.636 0.319316 12.6361 0.317514 12.6363 0.320216 12.6364 0.327078 12.6366 0.328429 12.6367 0.323187 12.6369 0.323959 12.6371 0.338641 12.6372 0.357123 12.6374 0.362999 12.6375 0.352739 12.6377 0.337443 12.6378 0.327086 12.638 0.321585 12.6382 0.312543 12.6383 0.291135 12.6385 0.25457 12.6386 0.211594 12.6388 0.179439 12.6389 0.169102 12.6391 0.174023 12.6393 0.180155 12.6394 0.186217 12.6396 0.203254 12.6397 0.234297 12.6399 0.264441 12.64 0.280187 12.6402 0.288141 12.6404 0.30094 12.6405 0.312326 12.6407 0.29911 12.6408 0.254282 12.641 0.20147 12.6411 0.1725 12.6413 0.176464 12.6414 0.197835 12.6416 0.218176 12.6418 0.230331 12.6419 0.236115 12.6421 0.2403 12.6422 0.247842 12.6424 0.260925 12.6425 0.278135 12.6427 0.298241 12.6429 0.323195 12.643 0.353475 12.6432 0.381866 12.6433 0.39961 12.6435 0.406427 12.6436 0.406258 12.6438 0.396598 12.644 0.372159 12.6441 0.341425 12.6443 0.326522 12.6444 0.338765 12.6446 0.363287 12.6447 0.376454 12.6449 0.37127 12.6451 0.356642 12.6452 0.336611 12.6454 0.30671 12.6455 0.26884 12.6457 0.238011 12.6458 0.227864 12.646 0.237793 12.6462 0.258988 12.6463 0.287032 12.6465 0.32269 12.6466 0.363048 12.6468 0.398843 12.6469 0.419305 12.6471 0.418109 12.6473 0.395938 12.6474 0.360017 12.6476 0.319869 12.6477 0.28259 12.6479 0.251455 12.648 0.229098 12.6482 0.218436 12.6483 0.219811 12.6485 0.228118 12.6487 0.234801 12.6488 0.233286 12.649 0.2244 12.6491 0.217954 12.6493 0.225421 12.6494 0.24674 12.6496 0.268127 12.6498 0.276206 12.6499 0.275487 12.6501 0.283091 12.6502 0.30675 12.6504 0.336644 12.6505 0.359057 12.6507 0.370826 12.6509 0.375818 12.651 0.374624 12.6512 0.366329 12.6513 0.354621 12.6515 0.344941 12.6516 0.337585 12.6518 0.328152 12.652 0.316714 12.6521 0.308864 12.6523 0.310267 12.6524 0.321092 12.6526 0.338362 12.6527 0.356563 12.6529 0.370591 12.6531 0.378615 12.6532 0.382849 12.6534 0.385304 12.6535 0.383521 12.6537 0.371835 12.6538 0.34797 12.654 0.313466 12.6541 0.27251 12.6543 0.232347 12.6545 0.204449 12.6546 0.198518 12.6548 0.214287 12.6549 0.240314 12.6551 0.261118 12.6552 0.266593 12.6554 0.256341 12.6556 0.23838 12.6557 0.22271 12.6559 0.214226 12.656 0.212685 12.6562 0.216234 12.6563 0.223205 12.6565 0.228958 12.6567 0.227598 12.6568 0.221766 12.657 0.223207 12.6571 0.241783 12.6573 0.273363 12.6574 0.305849 12.6576 0.333199 12.6578 0.358673 12.6579 0.384124 12.6581 0.405963 12.6582 0.418495 12.6584 0.416905 12.6585 0.397792 12.6587 0.3636 12.6589 0.32514 12.659 0.29689 12.6592 0.284987 12.6593 0.286149 12.6595 0.295223 12.6596 0.310066 12.6598 0.327619 12.66 0.342599 12.6601 0.351053 12.6603 0.352935 12.6604 0.348914 12.6606 0.340407 12.6607 0.331513 12.6609 0.326315 12.661 0.323479 12.6612 0.320377 12.6614 0.320122 12.6615 0.328345 12.6617 0.338553 12.6618 0.333354 12.662 0.305143 12.6621 0.269136 12.6623 0.247594 12.6625 0.246678 12.6626 0.256305 12.6628 0.26518 12.6629 0.269821 12.6631 0.267768 12.6632 0.251999 12.6634 0.21813 12.6636 0.173096 12.6637 0.132927 12.6639 0.112633 12.664 0.116844 12.6642 0.139503 12.6643 0.173287 12.6645 0.215599 12.6647 0.262762 12.6648 0.301215 12.665 0.312426 12.6651 0.292583 12.6653 0.262346 12.6654 0.249964 12.6656 0.267643 12.6658 0.304293 12.6659 0.339168 12.6661 0.358795 12.6662 0.363048 12.6664 0.362233 12.6665 0.366939 12.6667 0.377614 12.6669 0.383424 12.667 0.373193 12.6672 0.347258 12.6673 0.31719 12.6675 0.296672 12.6676 0.295494 12.6678 0.315543 12.6679 0.348686 12.6681 0.377972 12.6683 0.388787 12.6684 0.37999 12.6686 0.362048 12.6687 0.345474 12.6689 0.333201 12.669 0.323075 12.6692 0.313482 12.6694 0.307038 12.6695 0.310037 12.6697 0.327144 12.6698 0.353565 12.67 0.377206 12.6701 0.392209 12.6703 0.401882 12.6705 0.406139 12.6706 0.391542 12.6708 0.344717 12.6709 0.277643 12.6711 0.225397 12.6712 0.214276 12.6714 0.238388 12.6716 0.271036 12.6717 0.29147 12.6719 0.297523 12.672 0.298981 12.6722 0.30672 12.6723 0.323644 12.6725 0.340701 12.6727 0.340816 12.6728 0.317252 12.673 0.284382 12.6731 0.266816 12.6733 0.275314 12.6734 0.297338 12.6736 0.312202 12.6738 0.310281 12.6739 0.295674 12.6741 0.276699 12.6742 0.258497 12.6744 0.24593 12.6745 0.245188 12.6747 0.260276 12.6748 0.287208 12.675 0.316836 12.6752 0.342386 12.6753 0.363538 12.6755 0.38088 12.6756 0.390586 12.6758 0.385674 12.6759 0.365164 12.6761 0.338817 12.6763 0.322198 12.6764 0.323125 12.6766 0.334462 12.6767 0.340403 12.6769 0.331653 12.677 0.314133 12.6772 0.300911 12.6774 0.295933 12.6775 0.290099 12.6777 0.276063 12.6778 0.260335 12.678 0.25638 12.6781 0.266097 12.6783 0.280971 12.6785 0.291999 12.6786 0.299037 12.6788 0.30421 12.6789 0.304033 12.6791 0.293961 12.6792 0.275046 12.6794 0.253279 12.6796 0.233599 12.6797 0.217796 12.6799 0.205528 12.68 0.1998 12.6802 0.204996 12.6803 0.220734 12.6805 0.237459 12.6806 0.241279 12.6808 0.230691 12.681 0.221584 12.6811 0.228403 12.6813 0.244416 12.6814 0.249653 12.6816 0.240138 12.6817 0.234205 12.6819 0.246805 12.6821 0.267072 12.6822 0.271759 12.6824 0.25412 12.6825 0.226233 12.6827 0.201359 12.6828 0.186128 12.683 0.188981 12.6832 0.21922 12.6833 0.271642 12.6835 0.322943 12.6836 0.349848 12.6838 0.349011 12.6839 0.335175 12.6841 0.324784 12.6843 0.325412 12.6844 0.332998 12.6846 0.335259 12.6847 0.320856 12.6849 0.293224 12.685 0.269713 12.6852 0.262573 12.6854 0.264179 12.6855 0.260966 12.6857 0.257242 12.6858 0.274134 12.686 0.320322 12.6861 0.371588 12.6863 0.391196 12.6865 0.365541 12.6866 0.317962 12.6868 0.28426 12.6869 0.282015 12.6871 0.302383 12.6872 0.324325 12.6874 0.332193 12.6875 0.322236 12.6877 0.298667 12.6879 0.266955 12.688 0.234618 12.6882 0.213337 12.6883 0.215089 12.6885 0.241354 12.6886 0.275355 12.6888 0.293914 12.689 0.288761 12.6891 0.274152 12.6893 0.268134 12.6894 0.271987 12.6896 0.274058 12.6897 0.270268 12.6899 0.271585 12.6901 0.288902 12.6902 0.318122 12.6904 0.343843 12.6905 0.354343 12.6907 0.347425 12.6908 0.326583 12.691 0.298953 12.6912 0.274315 12.6913 0.259716 12.6915 0.255106 12.6916 0.25689 12.6918 0.264506 12.6919 0.277641 12.6921 0.290415 12.6923 0.295765 12.6924 0.297378 12.6926 0.307482 12.6927 0.329045 12.6929 0.346745 12.693 0.343894 12.6932 0.32229 12.6934 0.297084 12.6935 0.278381 12.6937 0.265673 12.6938 0.260638 12.694 0.269136 12.6941 0.288723 12.6943 0.303227 12.6944 0.299778 12.6946 0.283686 12.6948 0.269911 12.6949 0.264454 12.6951 0.263611 12.6952 0.2695 12.6954 0.289665 12.6955 0.321857 12.6957 0.346702 12.6959 0.344902 12.696 0.317715 12.6962 0.283422 12.6963 0.257698 12.6965 0.241744 12.6966 0.229128 12.6968 0.215828 12.697 0.204332 12.6971 0.201735 12.6973 0.214083 12.6974 0.240231 12.6976 0.270041 12.6977 0.291822 12.6979 0.300963 12.6981 0.301355 12.6982 0.297872 12.6984 0.291321 12.6985 0.28285 12.6987 0.279069 12.6988 0.28866 12.699 0.313307 12.6992 0.342443 12.6993 0.359359 12.6995 0.355409 12.6996 0.339149 12.6998 0.329522 12.6999 0.337794 12.7001 0.355529 12.7002 0.365551 12.7004 0.361923 12.7006 0.358666 12.7007 0.374676 12.7009 0.411161 12.701 0.448609 12.7012 0.463887 12.7013 0.451011 12.7015 0.424711 12.7017 0.404025 12.7018 0.392944 12.702 0.37896 12.7021 0.348868 12.7023 0.306676 12.7024 0.272661 12.7026 0.266366 12.7028 0.288449 12.7029 0.31654 12.7031 0.320605 12.7032 0.287291 12.7034 0.232931 12.7035 0.193277 12.7037 0.193213 12.7039 0.227424 12.704 0.270206 12.7042 0.301815 12.7043 0.320416 12.7045 0.333156 12.7046 0.342479 12.7048 0.345859 12.705 0.342936 12.7051 0.337811 12.7053 0.335745 12.7054 0.338417 12.7056 0.343453 12.7057 0.346873 12.7059 0.345366 12.7061 0.3384 12.7062 0.326166 12.7064 0.308916 12.7065 0.290652 12.7067 0.279801 12.7068 0.281199 12.707 0.286899 12.7071 0.282159 12.7073 0.2626 12.7075 0.240854 12.7076 0.233124 12.7078 0.242859 12.7079 0.261023 12.7081 0.276646 12.7082 0.283309 12.7084 0.279508 12.7086 0.268529 12.7087 0.258865 12.7089 0.257178 12.709 0.262209 12.7092 0.267298 12.7093 0.26819 12.7095 0.266734 12.7097 0.266279 12.7098 0.26972 12.71 0.280192 12.7101 0.299058 12.7103 0.323796 12.7104 0.349075 12.7106 0.371971 12.7108 0.392294 12.7109 0.406984 12.7111 0.406874 12.7112 0.384413 12.7114 0.344736 12.7115 0.307851 12.7117 0.295776 12.7119 0.314162 12.712 0.345174 12.7122 0.362889 12.7123 0.357416 12.7125 0.340666 12.7126 0.330318 12.7128 0.331661 12.713 0.337469 12.7131 0.340655 12.7133 0.339451 12.7134 0.334878 12.7136 0.328995 12.7137 0.326192 12.7139 0.328407 12.714 0.330443 12.7142 0.322991 12.7144 0.30443 12.7145 0.28354 12.7147 0.270919 12.7148 0.271226 12.715 0.283699 12.7151 0.303663 12.7153 0.320942 12.7155 0.323841 12.7156 0.310076 12.7158 0.290535 12.7159 0.277888 12.7161 0.275322 12.7162 0.280522 12.7164 0.293963 12.7166 0.31571 12.7167 0.336421 12.7169 0.342782 12.717 0.333932 12.7172 0.325412 12.7173 0.332119 12.7175 0.351221 12.7177 0.367341 12.7178 0.368748 12.718 0.354566 12.7181 0.32913 12.7183 0.299032 12.7184 0.275487 12.7186 0.270252 12.7188 0.284291 12.7189 0.304275 12.7191 0.315419 12.7192 0.316512 12.7194 0.317361 12.7195 0.323856 12.7197 0.33183 12.7198 0.335956 12.72 0.338491 12.7202 0.345635 12.7203 0.359764 12.7205 0.378239 12.7206 0.39811 12.7208 0.417755 12.7209 0.43276 12.7211 0.435691 12.7213 0.420645 12.7214 0.38957 12.7216 0.353265 12.7217 0.324694 12.7219 0.310039 12.722 0.306266 12.7222 0.306628 12.7224 0.309752 12.7225 0.320364 12.7227 0.342368 12.7228 0.371114 12.723 0.394025 12.7231 0.399297 12.7233 0.384541 12.7235 0.358697 12.7236 0.334149 12.7238 0.317736 12.7239 0.309114 12.7241 0.308073 12.7242 0.316757 12.7244 0.331786 12.7246 0.339561 12.7247 0.327115 12.7249 0.298618 12.725 0.272997 12.7252 0.265519 12.7253 0.276047 12.7255 0.294793 12.7257 0.312176 12.7258 0.320855 12.726 0.317909 12.7261 0.308863 12.7263 0.301662 12.7264 0.294414 12.7266 0.276086 12.7267 0.244857 12.7269 0.216363 12.7271 0.207134 12.7272 0.216356 12.7274 0.2337 12.7275 0.256331 12.7277 0.288061 12.7278 0.326063 12.728 0.360679 12.7282 0.386693 12.7283 0.404352 12.7285 0.412043 12.7286 0.409137 12.7288 0.403018 12.7289 0.403836 12.7291 0.411343 12.7293 0.417172 12.7294 0.418517 12.7296 0.418165 12.7297 0.412767 12.7299 0.39661 12.73 0.37764 12.7302 0.37612 12.7304 0.399952 12.7305 0.43269 12.7307 0.451804 12.7308 0.449802 12.731 0.434521 12.7311 0.419535 12.7313 0.418134 12.7315 0.435196 12.7316 0.456418 12.7318 0.459026 12.7319 0.438578 12.7321 0.41592 12.7322 0.40794 12.7324 0.404787 12.7326 0.386346 12.7327 0.349624 12.7329 0.307838 12.733 0.270517 12.7332 0.243373 12.7333 0.237667 12.7335 0.260013 12.7336 0.297272 12.7338 0.326327 12.734 0.340437 12.7341 0.349779 12.7343 0.356477 12.7344 0.348507 12.7346 0.321997 12.7347 0.29351 12.7349 0.281623 12.7351 0.288485 12.7352 0.30606 12.7354 0.329082 12.7355 0.352487 12.7357 0.367274 12.7358 0.371168 12.736 0.374269 12.7362 0.386339 12.7363 0.400751 12.7365 0.402882 12.7366 0.388477 12.7368 0.365648 12.7369 0.340467 12.7371 0.311019 12.7373 0.276514 12.7374 0.242027 12.7376 0.211862 12.7377 0.186645 12.7379 0.170152 12.738 0.171759 12.7382 0.195887 12.7384 0.232914 12.7385 0.264271 12.7387 0.28078 12.7388 0.287159 12.739 0.290402 12.7391 0.290244 12.7393 0.285314 12.7395 0.281806 12.7396 0.287496 12.7398 0.296123 12.7399 0.291807 12.7401 0.272012 12.7402 0.255001 12.7404 0.25799 12.7405 0.273621 12.7407 0.28178 12.7409 0.277266 12.741 0.272797 12.7412 0.276222 12.7413 0.27813 12.7415 0.268344 12.7416 0.249768 12.7418 0.230601 12.742 0.212409 12.7421 0.195778 12.7423 0.189323 12.7424 0.20372 12.7426 0.235298 12.7427 0.267154 12.7429 0.284458 12.7431 0.285164 12.7432 0.277602 12.7434 0.273098 12.7435 0.2774 12.7437 0.288652 12.7438 0.300351 12.744 0.308724 12.7442 0.315019 12.7443 0.321263 12.7445 0.32816 12.7446 0.339048 12.7448 0.357845 12.7449 0.381921 12.7451 0.400824 12.7453 0.409623 12.7454 0.416262 12.7456 0.431104 12.7457 0.452428 12.7459 0.468888 12.746 0.46988 12.7462 0.451456 12.7463 0.417503 12.7465 0.380898 12.7467 0.359629 12.7468 0.359332 12.747 0.366371 12.7471 0.365082 12.7473 0.357363 12.7474 0.352661 12.7476 0.346187 12.7478 0.324263 12.7479 0.291262 12.7481 0.271802 12.7482 0.282352 12.7484 0.313765 12.7485 0.348056 12.7487 0.378332 12.7489 0.401638 12.749 0.408455 12.7492 0.394451 12.7493 0.374952 12.7495 0.3705 12.7496 0.381437 12.7498 0.390737 12.75 0.388866 12.7501 0.381936 12.7503 0.37538 12.7504 0.366622 12.7506 0.353809 12.7507 0.340878 12.7509 0.326845 12.7511 0.303366 12.7512 0.27097 12.7514 0.247222 12.7515 0.248151 12.7517 0.267738 12.7518 0.285404 12.752 0.291656 12.7522 0.296774 12.7523 0.313291 12.7525 0.338836 12.7526 0.357947 12.7528 0.35913 12.7529 0.345864 12.7531 0.332367 12.7532 0.329547 12.7534 0.334407 12.7536 0.332985 12.7537 0.31608 12.7539 0.28977 12.754 0.27105 12.7542 0.273509 12.7543 0.298322 12.7545 0.33487 12.7547 0.368256 12.7548 0.388051 12.755 0.393573 12.7551 0.390713 12.7553 0.384301 12.7554 0.374327 12.7556 0.360511 12.7558 0.34931 12.7559 0.350796 12.7561 0.367824 12.7562 0.392301 12.7564 0.410381 12.7565 0.413175 12.7567 0.403122 12.7569 0.389951 12.757 0.38075 12.7572 0.374262 12.7573 0.367497 12.7575 0.364592 12.7576 0.371867 12.7578 0.385174 12.758 0.390758 12.7581 0.383367 12.7583 0.374659 12.7584 0.378652 12.7586 0.39387 12.7587 0.411403 12.7589 0.429374 12.7591 0.44968 12.7592 0.464172 12.7594 0.460134 12.7595 0.4402 12.7597 0.421734 12.7598 0.41329 12.76 0.405579 12.7601 0.392201 12.7603 0.384192 12.7605 0.393454 12.7606 0.411354 12.7608 0.417174 12.7609 0.40204 12.7611 0.373117 12.7612 0.339167 12.7614 0.30456 12.7616 0.276327 12.7617 0.264171 12.7619 0.27107 12.762 0.29246 12.7622 0.324898 12.7623 0.365624 12.7625 0.405151 12.7627 0.428864 12.7628 0.430597 12.763 0.416446 12.7631 0.392482 12.7633 0.357907 12.7634 0.3149 12.7636 0.275711 12.7638 0.251137 12.7639 0.23654 12.7641 0.217687 12.7642 0.188756 12.7644 0.157003 12.7645 0.132081 12.7647 0.118452 12.7649 0.118717 12.765 0.137212 12.7652 0.174038 12.7653 0.219316 12.7655 0.256118 12.7656 0.271148 12.7658 0.262727 12.7659 0.241041 12.7661 0.222038 12.7663 0.219577 12.7664 0.237448 12.7666 0.266705 12.7667 0.293195 12.7669 0.309362 12.767 0.318906 12.7672 0.328714 12.7674 0.339365 12.7675 0.346007 12.7677 0.346201 12.7678 0.342159 12.768 0.336274 12.7681 0.328744 12.7683 0.318539 12.7685 0.302642 12.7686 0.274292 12.7688 0.23309 12.7689 0.195191 12.7691 0.18302 12.7692 0.199874 12.7694 0.224138 12.7696 0.23624 12.7697 0.242069 12.7699 0.259344 12.77 0.289488 12.7702 0.318071 12.7703 0.336993 12.7705 0.350808 12.7707 0.362181 12.7708 0.367266 12.771 0.367064 12.7711 0.368813 12.7713 0.370414 12.7714 0.360277 12.7716 0.338273 12.7718 0.323628 12.7719 0.330848 12.7721 0.348595 12.7722 0.353223 12.7724 0.336003 12.7725 0.307976 12.7727 0.284566 12.7728 0.273794 12.773 0.276869 12.7732 0.286948 12.7733 0.292379 12.7735 0.288466 12.7736 0.281859 12.7738 0.278996 12.7739 0.275394 12.7741 0.265237 12.7743 0.256368 12.7744 0.262131 12.7746 0.282517 12.7747 0.302762 12.7749 0.310731 12.775 0.306753 12.7752 0.298496 12.7754 0.295436 12.7755 0.307385 12.7757 0.334454 12.7758 0.360616 12.776 0.367266 12.7761 0.355032 12.7763 0.341987 12.7765 0.337314 12.7766 0.331911 12.7768 0.317147 12.7769 0.298766 12.7771 0.287122 12.7772 0.283238 12.7774 0.285148 12.7776 0.296698 12.7777 0.317356 12.7779 0.332005 12.778 0.323408 12.7782 0.293564 12.7783 0.262919 12.7785 0.24869 12.7787 0.250135 12.7788 0.255875 12.779 0.25708 12.7791 0.251972 12.7793 0.245028 12.7794 0.242259 12.7796 0.245838 12.7797 0.251661 12.7799 0.255509 12.7801 0.260495 12.7802 0.272669 12.7804 0.290421 12.7805 0.302349 12.7807 0.297737 12.7808 0.277356 12.781 0.252177 12.7812 0.23386 12.7813 0.228688 12.7815 0.236102 12.7816 0.250949 12.7818 0.266126 12.7819 0.275307 12.7821 0.276931 12.7823 0.275383 12.7824 0.277715 12.7826 0.286015 12.7827 0.294003 12.7829 0.296099 12.783 0.296065 12.7832 0.302001 12.7834 0.310465 12.7835 0.306312 12.7837 0.281789 12.7838 0.250403 12.784 0.234365 12.7841 0.244781 12.7843 0.278382 12.7845 0.326544 12.7846 0.377313 12.7848 0.41236 12.7849 0.41933 12.7851 0.409108 12.7852 0.407758 12.7854 0.426631 12.7856 0.449321 12.7857 0.453781 12.7859 0.440551 12.786 0.427936 12.7862 0.426434 12.7863 0.427668 12.7865 0.415842 12.7866 0.384158 12.7868 0.340573 12.787 0.30189 12.7871 0.282063 12.7873 0.281167 12.7874 0.285747 12.7876 0.284274 12.7877 0.277356 12.7879 0.270934 12.7881 0.265202 12.7882 0.257626 12.7884 0.251979 12.7885 0.251825 12.7887 0.247237 12.7888 0.222841 12.789 0.181241 12.7892 0.146347 12.7893 0.135994 12.7895 0.141618 12.7896 0.144471 12.7898 0.141355 12.7899 0.143673 12.7901 0.156949 12.7903 0.172264 12.7904 0.180123 12.7906 0.177851 12.7907 0.165786 12.7909 0.148655 12.791 0.141263 12.7912 0.160614 12.7914 0.204459 12.7915 0.245663 12.7917 0.257715 12.7918 0.242499 12.792 0.224462 12.7921 0.223871 12.7923 0.241168 12.7924 0.266932 12.7926 0.293806 12.7928 0.316395 12.7929 0.327801 12.7931 0.323789 12.7932 0.307043 12.7934 0.2857 12.7935 0.267273 12.7937 0.254706 12.7939 0.247368 12.794 0.244119 12.7942 0.246551 12.7943 0.261253 12.7945 0.292984 12.7946 0.335097 12.7948 0.367933 12.795 0.374175 12.7951 0.354745 12.7953 0.326814 12.7954 0.309355 12.7956 0.310204 12.7957 0.323172 12.7959 0.333505 12.7961 0.32694 12.7962 0.301203 12.7964 0.27053 12.7965 0.253713 12.7967 0.25489 12.7968 0.263139 12.797 0.270631 12.7972 0.28437 12.7973 0.313655 12.7975 0.354668 12.7976 0.394888 12.7978 0.427962 12.7979 0.453939 12.7981 0.467473 12.7983 0.459375 12.7984 0.431487 12.7986 0.400029 12.7987 0.37872 12.7989 0.368169 12.799 0.364213 12.7992 0.366626 12.7993 0.373248 12.7995 0.37559 12.7997 0.369121 12.7998 0.361632 12.8 0.36199 12.8001 0.368475 12.8003 0.37477 12.8004 0.380685 12.8006 0.387977 12.8008 0.390432 12.8009 0.383012 12.8011 0.375168 12.8012 0.379104 12.8014 0.389051 12.8015 0.385103 12.8017 0.358583 12.8019 0.322002 12.802 0.289587 12.8022 0.262618 12.8023 0.236594 12.8025 0.212281 12.8026 0.194513 12.8028 0.189655 12.803 0.204414 12.8031 0.235786 12.8033 0.262712 12.8034 0.265866 12.8036 0.255636 12.8037 0.261352 12.8039 0.28842 12.8041 0.306011 12.8042 0.289832 12.8044 0.257552 12.8045 0.24205 12.8047 0.249482 12.8048 0.262466 12.805 0.271239 12.8052 0.28112 12.8053 0.291358 12.8055 0.293803 12.8056 0.288658 12.8058 0.283229 12.8059 0.277209 12.8061 0.266979 12.8062 0.260216 12.8064 0.267292 12.8066 0.279867 12.8067 0.279446 12.8069 0.268514 12.807 0.270454 12.8072 0.295035 12.8073 0.324045 12.8075 0.340074 12.8077 0.346126 12.8078 0.349321 12.808 0.343136 12.8081 0.321283 12.8083 0.294469 12.8084 0.280574 12.8086 0.283481 12.8088 0.295831 12.8089 0.310835 12.8091 0.321714 12.8092 0.319388 12.8094 0.302607 12.8095 0.285902 12.8097 0.285179 12.8099 0.298944 12.81 0.312413 12.8102 0.31539 12.8103 0.308103 12.8105 0.298589 12.8106 0.296284 12.8108 0.304134 12.811 0.312762 12.8111 0.309154 12.8113 0.295771 12.8114 0.288401 12.8116 0.290127 12.8117 0.283803 12.8119 0.259488 12.812 0.235291 12.8122 0.233234 12.8124 0.251293 12.8125 0.272179 12.8127 0.29258 12.8128 0.317581 12.813 0.338351 12.8131 0.335794 12.8133 0.310899 12.8135 0.286199 12.8136 0.27606 12.8138 0.273003 12.8139 0.268523 12.8141 0.269706 12.8142 0.285643 12.8144 0.312189 12.8146 0.335652 12.8147 0.345533 12.8149 0.336788 12.815 0.311903 12.8152 0.284159 12.8153 0.26853 12.8155 0.265632 12.8157 0.264248 12.8158 0.260245 12.816 0.262823 12.8161 0.278149 12.8163 0.29536 12.8164 0.302121 12.8166 0.301257 12.8168 0.305227 12.8169 0.318176 12.8171 0.333473 12.8172 0.34475 12.8174 0.348284 12.8175 0.341912 12.8177 0.327613 12.8179 0.311542 12.818 0.300106 12.8182 0.295426 12.8183 0.301042 12.8185 0.319289 12.8186 0.346702 12.8188 0.370512 12.8189 0.382544 12.8191 0.387853 12.8193 0.39689 12.8194 0.410448 12.8196 0.42328 12.8197 0.431949 12.8199 0.434939 12.82 0.428609 12.8202 0.409382 12.8204 0.379772 12.8205 0.347275 12.8207 0.319745 12.8208 0.30395 12.821 0.304187 12.8211 0.317429 12.8213 0.334565 12.8215 0.352177 12.8216 0.376329 12.8218 0.405975 12.8219 0.424754 12.8221 0.417196 12.8222 0.39066 12.8224 0.366128 12.8226 0.350674 12.8227 0.335031 12.8229 0.313576 12.823 0.292909 12.8232 0.276762 12.8233 0.255845 12.8235 0.224693 12.8237 0.197226 12.8238 0.193872 12.824 0.216129 12.8241 0.24329 12.8243 0.253378 12.8244 0.239128 12.8246 0.209781 12.8248 0.181298 12.8249 0.167663 12.8251 0.174279 12.8252 0.191993 12.8254 0.202706 12.8255 0.198471 12.8257 0.187912 12.8258 0.186462 12.826 0.195515 12.8262 0.200823 12.8263 0.191847 12.8265 0.178741 12.8266 0.181943 12.8268 0.208106 12.8269 0.242986 12.8271 0.273624 12.8273 0.30452 12.8274 0.344289 12.8276 0.384358 12.8277 0.402496 12.8279 0.388532 12.828 0.355573 12.8282 0.325805 12.8284 0.311188 12.8285 0.312977 12.8287 0.328537 12.8288 0.350995 12.829 0.369164 12.8291 0.374052 12.8293 0.366276 12.8295 0.354381 12.8296 0.345587 12.8298 0.340571 12.8299 0.336155 12.8301 0.331118 12.8302 0.327059 12.8304 0.327095 12.8306 0.332278 12.8307 0.338162 12.8309 0.337668 12.831 0.328847 12.8312 0.318859 12.8313 0.317865 12.8315 0.328571 12.8317 0.344078 12.8318 0.35134 12.832 0.340531 12.8321 0.309302 12.8323 0.26606 12.8324 0.225608 12.8326 0.201575 12.8327 0.200672 12.8329 0.222545 12.8331 0.261186 12.8332 0.305518 12.8334 0.339634 12.8335 0.351838 12.8337 0.34259 12.8338 0.324434 12.834 0.311427 12.8342 0.308871 12.8343 0.312011 12.8345 0.311766 12.8346 0.30354 12.8348 0.289037 12.8349 0.27339 12.8351 0.262322 12.8353 0.262298 12.8354 0.275529 12.8356 0.294445 12.8357 0.303197 12.8359 0.291998 12.836 0.270065 12.8362 0.256621 12.8364 0.258292 12.8365 0.265846 12.8367 0.270777 12.8368 0.275967 12.837 0.284793 12.8371 0.290254 12.8373 0.285919 12.8375 0.279336 12.8376 0.282877 12.8378 0.29422 12.8379 0.299228 12.8381 0.293658 12.8382 0.287339 12.8384 0.285774 12.8385 0.282146 12.8387 0.272137 12.8389 0.263223 12.839 0.26237 12.8392 0.262567 12.8393 0.254545 12.8395 0.243878 12.8396 0.243528 12.8398 0.255992 12.84 0.272517 12.8401 0.288092 12.8403 0.304871 12.8404 0.319709 12.8406 0.32207 12.8407 0.308041 12.8409 0.28799 12.8411 0.274473 12.8412 0.268692 12.8414 0.261613 12.8415 0.249026 12.8417 0.237621 12.8418 0.239391 12.842 0.259107 12.8422 0.285706 12.8423 0.300467 12.8425 0.294909 12.8426 0.281009 12.8428 0.277558 12.8429 0.29141 12.8431 0.315146 12.8433 0.34017 12.8434 0.360552 12.8436 0.36839 12.8437 0.359195 12.8439 0.342169 12.844 0.335024 12.8442 0.341241 12.8444 0.347869 12.8445 0.34872 12.8447 0.355754 12.8448 0.376393 12.845 0.394711 12.8451 0.39074 12.8453 0.37032 12.8454 0.356548 12.8456 0.357565 12.8458 0.359977 12.8459 0.354392 12.8461 0.348358 12.8462 0.348792 12.8464 0.350145 12.8465 0.347735 12.8467 0.34868 12.8469 0.356012 12.847 0.356639 12.8472 0.336066 12.8473 0.302016 12.8475 0.277036 12.8476 0.269471 12.8478 0.264931 12.848 0.24886 12.8481 0.226682 12.8483 0.216205 12.8484 0.224338 12.8486 0.240507 12.8487 0.252268 12.8489 0.259388 12.8491 0.269561 12.8492 0.282559 12.8494 0.286683 12.8495 0.274676 12.8497 0.257181 12.8498 0.252687 12.85 0.266585 12.8502 0.286651 12.8503 0.299681 12.8505 0.304534 12.8506 0.305831 12.8508 0.304441 12.8509 0.300064 12.8511 0.297408 12.8513 0.300506 12.8514 0.305337 12.8516 0.305686 12.8517 0.304711 12.8519 0.312036 12.852 0.32923 12.8522 0.346954 12.8523 0.35958 12.8525 0.373189 12.8527 0.39432 12.8528 0.41561 12.853 0.419494 12.8531 0.397194 12.8533 0.356966 12.8534 0.315777 12.8536 0.285273 12.8538 0.267849 12.8539 0.261801 12.8541 0.264643 12.8542 0.271493 12.8544 0.274999 12.8545 0.271341 12.8547 0.265809 12.8549 0.268595 12.855 0.28326 12.8552 0.301112 12.8553 0.309214 12.8555 0.303822 12.8556 0.296203 12.8558 0.302616 12.856 0.328843 12.8561 0.36342 12.8563 0.387906 12.8564 0.394144 12.8566 0.389172 12.8567 0.383452 12.8569 0.377586 12.8571 0.367796 12.8572 0.358935 12.8574 0.362911 12.8575 0.381678 12.8577 0.398852 12.8578 0.398072 12.858 0.380275 12.8581 0.359894 12.8583 0.34343 12.8585 0.324695 12.8586 0.301915 12.8588 0.289025 12.8589 0.301202 12.8591 0.334836 12.8592 0.370504 12.8594 0.394208 12.8596 0.407423 12.8597 0.41397 12.8599 0.408002 12.86 0.384242 12.8602 0.354682 12.8603 0.341779 12.8605 0.350931 12.8607 0.362763 12.8608 0.357721 12.861 0.340737 12.8611 0.332067 12.8613 0.339707 12.8614 0.352899 12.8616 0.359176 12.8618 0.357532 12.8619 0.352332 12.8621 0.346638 12.8622 0.345922 12.8624 0.357052 12.8625 0.378837 12.8627 0.3998 12.8629 0.410857 12.863 0.412529 12.8632 0.405781 12.8633 0.385509 12.8635 0.35237 12.8636 0.322382 12.8638 0.312221 12.864 0.317537 12.8641 0.318662 12.8643 0.30631 12.8644 0.290968 12.8646 0.285178 12.8647 0.287093 12.8649 0.286994 12.865 0.28048 12.8652 0.271595 12.8654 0.266847 12.8655 0.270764 12.8657 0.284061 12.8658 0.301054 12.866 0.313207 12.8661 0.31792 12.8663 0.32125 12.8665 0.329596 12.8666 0.341425 12.8668 0.351868 12.8669 0.359899 12.8671 0.367473 12.8672 0.371909 12.8674 0.366053 12.8676 0.347807 12.8677 0.325801 12.8679 0.314871 12.868 0.324012 12.8682 0.349383 12.8683 0.375926 12.8685 0.385943 12.8687 0.372203 12.8688 0.343576 12.869 0.316541 12.8691 0.2982 12.8693 0.280232 12.8694 0.253893 12.8696 0.227815 12.8698 0.221911 12.8699 0.242249 12.8701 0.270417 12.8702 0.284049 12.8704 0.282825 12.8705 0.283608 12.8707 0.296231 12.8709 0.3151 12.871 0.331635 12.8712 0.341209 12.8713 0.335664 12.8715 0.306494 12.8716 0.263492 12.8718 0.2346 12.8719 0.237409 12.8721 0.258122 12.8723 0.272551 12.8724 0.277971 12.8726 0.290041 12.8727 0.314508 12.8729 0.337167 12.873 0.343025 12.8732 0.333103 12.8734 0.320024 12.8735 0.315652 12.8737 0.324165 12.8738 0.33654 12.874 0.333903 12.8741 0.305757 12.8743 0.265978 12.8745 0.239959 12.8746 0.238122 12.8748 0.250284 12.8749 0.266245 12.8751 0.283716 12.8752 0.296688 12.8754 0.293892 12.8756 0.276775 12.8757 0.26309 12.8759 0.261259 12.876 0.256386 12.8762 0.232693 12.8763 0.200349 12.8765 0.182333 12.8767 0.184604 12.8768 0.193888 12.877 0.200022 12.8771 0.20533 12.8773 0.212763 12.8774 0.219137 12.8776 0.223721 12.8778 0.231101 12.8779 0.243184 12.8781 0.255139 12.8782 0.260855 12.8784 0.257544 12.8785 0.243454 12.8787 0.220199 12.8788 0.197467 12.879 0.187415 12.8792 0.19449 12.8793 0.212627 12.8795 0.232654 12.8796 0.244567 12.8798 0.238431 12.8799 0.213998 12.8801 0.188467 12.8803 0.18327 12.8804 0.198162 12.8806 0.211313 12.8807 0.207736 12.8809 0.197732 12.881 0.199304 12.8812 0.214623 12.8814 0.23368 12.8815 0.251901 12.8817 0.271476 12.8818 0.288541 12.882 0.293947 12.8821 0.287739 12.8823 0.280849 12.8825 0.279448 12.8826 0.277067 12.8828 0.26782 12.8829 0.258434 12.8831 0.260211 12.8832 0.272855 12.8834 0.285703 12.8836 0.29059 12.8837 0.28871 12.8839 0.28474 12.884 0.280395 12.8842 0.27668 12.8843 0.275799 12.8845 0.278903 12.8846 0.285255 12.8848 0.293655 12.885 0.301508 12.8851 0.302251 12.8853 0.290047 12.8854 0.271127 12.8856 0.262932 12.8857 0.274667 12.8859 0.293073 12.8861 0.295254 12.8862 0.274796 12.8864 0.248705 12.8865 0.236552 12.8867 0.242794 12.8868 0.260817 12.887 0.284396 12.8872 0.309878 12.8873 0.331883 12.8875 0.344406 12.8876 0.346045 12.8878 0.339208 12.8879 0.325315 12.8881 0.301888 12.8883 0.265983 12.8884 0.222182 12.8886 0.188736 12.8887 0.189422 12.8889 0.23007 12.889 0.285393 12.8892 0.321855 12.8894 0.333988 12.8895 0.346251 12.8897 0.37447 12.8898 0.402268 12.89 0.405403 12.8901 0.386416 12.8903 0.366385 12.8905 0.353467 12.8906 0.338641 12.8908 0.319372 12.8909 0.307556 12.8911 0.310447 12.8912 0.321649 12.8914 0.335175 12.8915 0.35121 12.8917 0.362723 12.8919 0.352875 12.892 0.318319 12.8922 0.282263 12.8923 0.271335 12.8925 0.285591 12.8926 0.304885 12.8928 0.315661 12.893 0.319241 12.8931 0.318 12.8933 0.309377 12.8934 0.295488 12.8936 0.286411 12.8937 0.291103 12.8939 0.309547 12.8941 0.335656 12.8942 0.360297 12.8944 0.372142 12.8945 0.363249 12.8947 0.337412 12.8948 0.309105 12.895 0.291405 12.8952 0.288495 12.8953 0.296684 12.8955 0.307452 12.8956 0.308944 12.8958 0.295435 12.8959 0.277837 12.8961 0.276632 12.8963 0.299945 12.8964 0.332147 12.8966 0.349914 12.8967 0.348625 12.8969 0.346132 12.897 0.359436 12.8972 0.383268 12.8974 0.394622 12.8975 0.37737 12.8977 0.341717 12.8978 0.316333 12.898 0.321204 12.8981 0.34996 12.8983 0.380221 12.8984 0.396662 12.8986 0.400414 12.8988 0.398007 12.8989 0.390894 12.8991 0.378817 12.8992 0.367082 12.8994 0.362194 12.8995 0.362939 12.8997 0.361376 12.8999 0.353506 12.9 0.34308 12.9002 0.337337 12.9003 0.340719 12.9005 0.356547 12.9006 0.386649 12.9008 0.42478 12.901 0.452199 12.9011 0.448697 12.9013 0.409172 12.9014 0.349675 12.9016 0.292802 12.9017 0.249765 12.9019 0.218948 12.9021 0.196616 12.9022 0.184628 12.9024 0.185768 12.9025 0.199323 12.9027 0.223232 12.9028 0.256719 12.903 0.294887 12.9032 0.32518 12.9033 0.337712 12.9035 0.338142 12.9036 0.34408 12.9038 0.364949 12.9039 0.391029 12.9041 0.404548 12.9042 0.397361 12.9044 0.373473 12.9046 0.340418 12.9047 0.305407 12.9049 0.27622 12.905 0.259432 12.9052 0.255004 12.9053 0.259448 12.9055 0.272401 12.9057 0.295764 12.9058 0.322636 12.906 0.335352 12.9061 0.322378 12.9063 0.292291 12.9064 0.265637 12.9066 0.252319 12.9068 0.244589 12.9069 0.232429 12.9071 0.217299 12.9072 0.207768 12.9074 0.207597 12.9075 0.2147 12.9077 0.228245 12.9079 0.250264 12.908 0.278658 12.9082 0.305334 12.9083 0.32487 12.9085 0.340268 12.9086 0.358169 12.9088 0.377199 12.909 0.386593 12.9091 0.377374 12.9093 0.354285 12.9094 0.333322 12.9096 0.327337 12.9097 0.334674 12.9099 0.344173 12.9101 0.35112 12.9102 0.361006 12.9104 0.375088 12.9105 0.379277 12.9107 0.356276 12.9108 0.310363 12.911 0.268448 12.9111 0.252232 12.9113 0.254763 12.9115 0.251616 12.9116 0.232405 12.9118 0.212649 12.9119 0.214721 12.9121 0.243681 12.9122 0.285059 12.9124 0.32174 12.9126 0.347979 12.9127 0.368469 12.9129 0.387798 12.913 0.405061 12.9132 0.418433 12.9133 0.432477 12.9135 0.4549 12.9137 0.483529 12.9138 0.503416 12.914 0.502177 12.9141 0.484478 12.9143 0.465863 12.9144 0.454615 12.9146 0.44821 12.9148 0.448153 12.9149 0.465472 12.9151 0.503748 12.9152 0.543337 12.9154 0.555238 12.9155 0.529651 12.9157 0.48565 12.9159 0.450985 12.916 0.437543 12.9162 0.435027 12.9163 0.425305 12.9165 0.399454 12.9166 0.364936 12.9168 0.338451 12.917 0.332046 12.9171 0.341768 12.9173 0.353066 12.9174 0.355135 12.9176 0.350167 12.9177 0.347416 12.9179 0.352377 12.918 0.364118 12.9182 0.378404 12.9184 0.391802 12.9185 0.401746 12.9187 0.404426 12.9188 0.397092 12.919 0.382386 12.9191 0.37005 12.9193 0.373049 12.9195 0.395759 12.9196 0.428521 12.9198 0.453845 12.9199 0.460504 12.9201 0.452863 12.9202 0.445463 12.9204 0.445525 12.9206 0.444871 12.9207 0.427587 12.9209 0.391825 12.921 0.356037 12.9212 0.342759 12.9213 0.353382 12.9215 0.367637 12.9217 0.366346 12.9218 0.352151 12.922 0.340523 12.9221 0.337556 12.9223 0.336132 12.9224 0.331836 12.9226 0.330841 12.9228 0.338833 12.9229 0.3486 12.9231 0.347519 12.9232 0.332656 12.9234 0.315181 12.9235 0.309086 12.9237 0.319059 12.9239 0.338573 12.924 0.357208 12.9242 0.369873 12.9243 0.378407 12.9245 0.385467 12.9246 0.388657 12.9248 0.38269 12.9249 0.366086 12.9251 0.343322 12.9253 0.319534 12.9254 0.298933 12.9256 0.286915 12.9257 0.287884 12.9259 0.299737 12.926 0.315582 12.9262 0.332955 12.9264 0.356113 12.9265 0.38465 12.9267 0.405824 12.9268 0.406114 12.927 0.386508 12.9271 0.360453 12.9273 0.339473 12.9275 0.324895 12.9276 0.315632 12.9278 0.31699 12.9279 0.337517 12.9281 0.379067 12.9282 0.42873 12.9284 0.464718 12.9286 0.472999 12.9287 0.459273 12.9289 0.441628 12.929 0.430605 12.9292 0.422446 12.9293 0.41208 12.9295 0.401048 12.9297 0.388168 12.9298 0.363656 12.93 0.323199 12.9301 0.28067 12.9303 0.25292 12.9304 0.23713 12.9306 0.21833 12.9307 0.196737 12.9309 0.191724 12.9311 0.21494 12.9312 0.254438 12.9314 0.29284 12.9315 0.325292 12.9317 0.353387 12.9318 0.373541 12.932 0.382005 12.9322 0.382886 12.9323 0.380492 12.9325 0.372218 12.9326 0.359623 12.9328 0.358685 12.9329 0.381836 12.9331 0.415441 12.9333 0.430332 12.9334 0.418257 12.9336 0.399337 12.9337 0.39054 12.9339 0.380391 12.934 0.347968 12.9342 0.295198 12.9344 0.247062 12.9345 0.222886 12.9347 0.219989 12.9348 0.225924 12.935 0.234201 12.9351 0.241825 12.9353 0.241167 12.9355 0.226627 12.9356 0.204588 12.9358 0.187987 12.9359 0.179969 12.9361 0.171839 12.9362 0.157575 12.9364 0.142328 12.9366 0.131704 12.9367 0.124495 12.9369 0.122328 12.937 0.136411 12.9372 0.174522 12.9373 0.227015 12.9375 0.276859 12.9376 0.31829 12.9378 0.351355 12.938 0.363605 12.9381 0.338561 12.9383 0.285703 12.9384 0.242615 12.9386 0.237252 12.9387 0.260215 12.9389 0.282728 12.9391 0.289597 12.9392 0.282848 12.9394 0.268064 12.9395 0.251055 12.9397 0.239481 12.9398 0.235779 12.94 0.233007 12.9402 0.228002 12.9403 0.229803 12.9405 0.244991 12.9406 0.261621 12.9408 0.26445 12.9409 0.258098 12.9411 0.258453 12.9413 0.266047 12.9414 0.26686 12.9416 0.255312 12.9417 0.239076 12.9419 0.222172 12.942 0.203299 12.9422 0.191798 12.9424 0.205059 12.9425 0.242001 12.9427 0.279145 12.9428 0.302137 12.943 0.321278 12.9431 0.346691 12.9433 0.366914 12.9435 0.368511 12.9436 0.361919 12.9438 0.369707 12.9439 0.395195 12.9441 0.422443 12.9442 0.439228 12.9444 0.446034 12.9445 0.443239 12.9447 0.427289 12.9449 0.401895 12.945 0.380179 12.9452 0.371387 12.9453 0.372631 12.9455 0.374177 12.9456 0.367487 12.9458 0.346981 12.946 0.312828 12.9461 0.274429 12.9463 0.246636 12.9464 0.240585 12.9466 0.25833 12.9467 0.293684 12.9469 0.334822 12.9471 0.368961 12.9472 0.390494 12.9474 0.403432 12.9475 0.411227 12.9477 0.409298 12.9478 0.392852 12.948 0.367475 12.9482 0.343543 12.9483 0.323827 12.9485 0.304802 12.9486 0.289429 12.9488 0.285666 12.9489 0.29317 12.9491 0.300095 12.9493 0.295561 12.9494 0.280088 12.9496 0.260752 12.9497 0.244938 12.9499 0.239812 12.95 0.251385 12.9502 0.275561 12.9503 0.298819 12.9505 0.311752 12.9507 0.319675 12.9508 0.332845 12.951 0.350174 12.9511 0.359188 12.9513 0.351871 12.9514 0.337223 12.9516 0.333051 12.9518 0.348037 12.9519 0.372196 12.9521 0.38489 12.9522 0.37375 12.9524 0.345759 12.9525 0.320702 12.9527 0.312068 12.9529 0.315078 12.953 0.313056 12.9532 0.295339 12.9533 0.270738 12.9535 0.261707 12.9536 0.284688 12.9538 0.334334 12.954 0.388284 12.9541 0.426449 12.9543 0.442099 12.9544 0.439095 12.9546 0.424627 12.9547 0.408338 12.9549 0.399541 12.9551 0.399337 12.9552 0.401249 12.9554 0.403154 12.9555 0.412984 12.9557 0.434269 12.9558 0.452834 12.956 0.448385 12.9562 0.417758 12.9563 0.379301 12.9565 0.353293 12.9566 0.347952 12.9568 0.361193 12.9569 0.386376 12.9571 0.413802 12.9572 0.434787 12.9574 0.446624 12.9576 0.449065 12.9577 0.435872 12.9579 0.400642 12.958 0.351578 12.9582 0.308846 12.9583 0.283283 12.9585 0.267903 12.9587 0.254024 12.9588 0.247245 12.959 0.255995 12.9591 0.276066 12.9593 0.294336 12.9594 0.306264 12.9596 0.318101 12.9598 0.332816 12.9599 0.344896 12.9601 0.348805 12.9602 0.344553 12.9604 0.333912 12.9605 0.317091 12.9607 0.295415 12.9609 0.272831 12.961 0.254018 12.9612 0.241405 12.9613 0.235457 12.9615 0.23371 12.9616 0.231872 12.9618 0.229523 12.962 0.233184 12.9621 0.25092 12.9623 0.282167 12.9624 0.317597 12.9626 0.347676 12.9627 0.366435 12.9629 0.369805 12.9631 0.356154 12.9632 0.33163 12.9634 0.309026 12.9635 0.296315 12.9637 0.290783 12.9638 0.286866 12.964 0.285665 12.9641 0.292412 12.9643 0.305352 12.9645 0.31551 12.9646 0.317322 12.9648 0.313946 12.9649 0.308193 12.9651 0.295871 12.9652 0.272268 12.9654 0.244175 12.9656 0.227426 12.9657 0.231375 12.9659 0.248843 12.966 0.264704 12.9662 0.269763 12.9663 0.26421 12.9665 0.250815 12.9667 0.231813 12.9668 0.209131 12.967 0.186344 12.9671 0.168064 12.9673 0.160815 12.9674 0.170709 12.9676 0.196187 12.9678 0.22425 12.9679 0.241533 12.9681 0.249046 12.9682 0.260098 12.9684 0.282126 12.9685 0.305875 12.9687 0.31726 12.9689 0.31334 12.969 0.300818 12.9692 0.28442 12.9693 0.262754 12.9695 0.236054 12.9696 0.211583 12.9698 0.200503 12.97 0.211753 12.9701 0.246203 12.9703 0.291527 12.9704 0.326033 12.9706 0.336561 12.9707 0.33305 12.9709 0.33903 12.971 0.363471 12.9712 0.389132 12.9714 0.393096 12.9715 0.372914 12.9717 0.344046 12.9718 0.316543 12.972 0.286478 12.9721 0.252167 12.9723 0.224717 12.9725 0.215577 12.9726 0.22106 12.9728 0.229901 12.9729 0.242354 12.9731 0.266826 12.9732 0.2982 12.9734 0.313735 12.9736 0.297866 12.9737 0.262904 12.9739 0.234302 12.974 0.224289 12.9742 0.22957 12.9743 0.24624 12.9745 0.272969 12.9747 0.299729 12.9748 0.308587 12.975 0.293957 12.9751 0.270996 12.9753 0.259123 12.9754 0.262844 12.9756 0.27421 12.9758 0.28722 12.9759 0.301889 12.9761 0.318018 12.9762 0.333784 12.9764 0.347517 12.9765 0.35758 12.9767 0.359363 12.9768 0.346767 12.977 0.317687 12.9772 0.277357 12.9773 0.237006 12.9775 0.211709 12.9776 0.210942 12.9778 0.229826 12.9779 0.249441 12.9781 0.252682 12.9783 0.238271 12.9784 0.217701 12.9786 0.201618 12.9787 0.192705 12.9789 0.190917 12.979 0.195545 12.9792 0.205475 12.9794 0.216931 12.9795 0.225767 12.9797 0.231244 12.9798 0.234998 12.98 0.237039 12.9801 0.232294 12.9803 0.215893 12.9805 0.194075 12.9806 0.185929 12.9808 0.20625 12.9809 0.245541 12.9811 0.278253 12.9812 0.290798 12.9814 0.29261 12.9816 0.296557 12.9817 0.299459 12.9819 0.292542 12.982 0.280881 12.9822 0.278191 12.9823 0.285358 12.9825 0.286835 12.9827 0.272087 12.9828 0.250408 12.983 0.242692 12.9831 0.261298 12.9833 0.300466 12.9834 0.33869 12.9836 0.353514 12.9837 0.339878 12.9839 0.315411 12.9841 0.301922 12.9842 0.303867 12.9844 0.308744 12.9845 0.305321 12.9847 0.292788 12.9848 0.273033 12.985 0.24662 12.9852 0.218774 12.9853 0.199547 12.9855 0.192097 12.9856 0.190554 12.9858 0.192968 12.9859 0.20793 12.9861 0.241661 12.9863 0.283219 12.9864 0.311271 12.9866 0.313984 12.9867 0.298011 12.9869 0.276659 12.987 0.2575 12.9872 0.241117 12.9874 0.229221 12.9875 0.227452 12.9877 0.237092 12.9878 0.249662 12.988 0.255793 12.9881 0.260268 12.9883 0.278412 12.9885 0.313006 12.9886 0.343637 12.9888 0.352283 12.9889 0.348792 12.9891 0.358264 12.9892 0.386336 12.9894 0.413675 12.9896 0.424037 12.9897 0.419652 12.9899 0.404332 12.99 0.37387 12.9902 0.330572 12.9903 0.292523 12.9905 0.27682 12.9906 0.283783 12.9908 0.30741 12.991 0.346023 12.9911 0.390434 12.9913 0.415633 12.9914 0.402954 12.9916 0.364527 12.9917 0.329491 12.9919 0.311473 12.9921 0.303687 12.9922 0.299743 12.9924 0.30079 12.9925 0.30492 12.9927 0.304823 12.9928 0.29808 12.993 0.286612 12.9932 0.269079 12.9933 0.247519 12.9935 0.236942 12.9936 0.250933 12.9938 0.276472 12.9939 0.283134 12.9941 0.261512 12.9943 0.2342 12.9944 0.220173 12.9946 0.209894 12.9947 0.186796 12.9949 0.157617 12.995 0.144734 12.9952 0.15788 12.9954 0.188563 12.9955 0.226361 12.9957 0.266615 12.9958 0.30198 12.996 0.320379 12.9961 0.314001 12.9963 0.288041 12.9964 0.258477 12.9966 0.242838 12.9968 0.246847 12.9969 0.255952 12.9971 0.24989 12.9972 0.229246 12.9974 0.216522 12.9975 0.228108 12.9977 0.252197 12.9979 0.268337 12.998 0.275772 12.9982 0.288246 12.9983 0.307514 12.9985 0.32041 12.9986 0.32232 12.9988 0.324953 12.999 0.340112 12.9991 0.366041 12.9993 0.396401 12.9994 0.428819 12.9996 0.459878 12.9997 0.47806 12.9999 0.471702 13.0001 0.440443 13.0002 0.394105 13.0004 0.347413 13.0005 0.31506 13.0007 0.304736 13.0008 0.309159 13.001 0.309861 13.0012 0.294313 13.0013 0.267271 13.0015 0.243737 13.0016 0.234203 13.0018 0.239058 13.0019 0.251644 13.0021 0.263809 13.0023 0.271995 13.0024 0.280305 13.0026 0.295657 13.0027 0.318196 13.0029 0.342006 13.003 0.36347 13.0032 0.382586 13.0033 0.396018 13.0035 0.397757 13.0037 0.390445 13.0038 0.387341 13.004 0.394941 13.0041 0.400217 13.0043 0.385952 13.0044 0.355323 13.0046 0.331122 13.0048 0.329781 13.0049 0.344825 13.0051 0.357888 13.0052 0.357904 13.0054 0.347445 13.0055 0.335829 13.0057 0.331615 13.0059 0.338064 13.006 0.349955 13.0062 0.356017 13.0063 0.347557 13.0065 0.325989 13.0066 0.300533 13.0068 0.279489 13.007 0.265111 13.0071 0.256493 13.0073 0.252568 13.0074 0.250762 13.0076 0.247132 13.0077 0.239146 13.0079 0.229901 13.0081 0.22432 13.0082 0.221404 13.0084 0.214006 13.0085 0.198513 13.0087 0.179223 13.0088 0.162513 13.009 0.149776 13.0092 0.14004 13.0093 0.136126 13.0095 0.14112 13.0096 0.152539 13.0098 0.165087 13.0099 0.180532 13.0101 0.207961 13.0102 0.252291 13.0104 0.306829 13.0106 0.357792 13.0107 0.393129 13.0109 0.4078 13.011 0.407157 13.0112 0.40385 13.0113 0.40437 13.0115 0.398953 13.0117 0.373856 13.0118 0.334332 13.012 0.30416 13.0121 0.297828 13.0123 0.304152 13.0124 0.307035 13.0126 0.310559 13.0128 0.328872 13.0129 0.358196 13.0131 0.374648 13.0132 0.362297 13.0134 0.331202 13.0135 0.303053 13.0137 0.289186 13.0139 0.286519 13.014 0.287677 13.0142 0.288607 13.0143 0.290616 13.0145 0.298495 13.0146 0.315371 13.0148 0.337992 13.015 0.360501 13.0151 0.382415 13.0153 0.406886 13.0154 0.430629 13.0156 0.441684 13.0157 0.431146 13.0159 0.402724 13.0161 0.369032 13.0162 0.340799 13.0164 0.322569 13.0165 0.312486 13.0167 0.304453 13.0168 0.294362 13.017 0.284563 13.0171 0.28112 13.0173 0.284195 13.0175 0.287405 13.0176 0.288647 13.0178 0.293756 13.0179 0.305017 13.0181 0.31275 13.0182 0.304641 13.0184 0.280914 13.0186 0.25369 13.0187 0.232575 13.0189 0.218161 13.019 0.20943 13.0192 0.208869 13.0193 0.217389 13.0195 0.229031 13.0197 0.236772 13.0198 0.23922 13.02 0.239046 13.0201 0.237524 13.0203 0.233876 13.0204 0.229896 13.0206 0.22932 13.0208 0.23347 13.0209 0.239686 13.0211 0.245913 13.0212 0.254932 13.0214 0.268668 13.0215 0.282279 13.0217 0.286602 13.0219 0.278817 13.022 0.265154 13.0222 0.252384 13.0223 0.242165 13.0225 0.234816 13.0226 0.235864 13.0228 0.250068 13.0229 0.27291 13.0231 0.295772 13.0233 0.315134 13.0234 0.331881 13.0236 0.339896 13.0237 0.326047 13.0239 0.287985 13.024 0.245632 13.0242 0.226077 13.0244 0.239438 13.0245 0.273221 13.0247 0.310147 13.0248 0.341863 13.025 0.366159 13.0251 0.378172 13.0253 0.373106 13.0255 0.355562 13.0256 0.339718 13.0258 0.33848 13.0259 0.351797 13.0261 0.370026 13.0262 0.385223 13.0264 0.397401 13.0266 0.409757 13.0267 0.422024 13.0269 0.430592 13.027 0.432591 13.0272 0.428845 13.0273 0.422141 13.0275 0.415962 13.0277 0.412767 13.0278 0.413216 13.028 0.415638 13.0281 0.418245 13.0283 0.417066 13.0284 0.405358 13.0286 0.380144 13.0288 0.350504 13.0289 0.33257 13.0291 0.328989 13.0292 0.323734 13.0294 0.304587 13.0295 0.285525 13.0297 0.293139 13.0298 0.331233 13.03 0.374248 13.0302 0.396247 13.0303 0.394821 13.0305 0.380661 13.0306 0.358179 13.0308 0.327736 13.0309 0.298358 13.0311 0.285262 13.0313 0.293722 13.0314 0.313385 13.0316 0.326096 13.0317 0.319306 13.0319 0.29358 13.032 0.263064 13.0322 0.245125 13.0324 0.24466 13.0325 0.252734 13.0327 0.261336 13.0328 0.270963 13.033 0.279808 13.0331 0.278523 13.0333 0.263632 13.0335 0.250047 13.0336 0.25383 13.0338 0.268677 13.0339 0.274537 13.0341 0.265682 13.0342 0.256779 13.0344 0.258968 13.0346 0.267429 13.0347 0.27779 13.0349 0.298542 13.035 0.334983 13.0352 0.370244 13.0353 0.377445 13.0355 0.349071 13.0357 0.30575 13.0358 0.274018 13.036 0.263231 13.0361 0.265814 13.0363 0.270964 13.0364 0.276299 13.0366 0.286451 13.0367 0.305867 13.0369 0.333312 13.0371 0.362678 13.0372 0.386819 13.0374 0.400948 13.0375 0.404676 13.0377 0.402324 13.0378 0.401783 13.038 0.409929 13.0382 0.428187 13.0383 0.453112 13.0385 0.477798 13.0386 0.494493 13.0388 0.496471 13.0389 0.482157 13.0391 0.455705 13.0393 0.423293 13.0394 0.389952 13.0396 0.362379 13.0397 0.351133 13.0399 0.361093 13.04 0.382925 13.0402 0.398122 13.0404 0.395894 13.0405 0.38061 13.0407 0.360976 13.0408 0.337367 13.041 0.30129 13.0411 0.248874 13.0413 0.190214 13.0415 0.14699 13.0416 0.137004 13.0418 0.162247 13.0419 0.210998 13.0421 0.269462 13.0422 0.327858 13.0424 0.37433 13.0425 0.395309 13.0427 0.386058 13.0429 0.356933 13.043 0.323277 13.0432 0.291264 13.0433 0.2596 13.0435 0.228402 13.0436 0.198868 13.0438 0.170352 13.044 0.147499 13.0441 0.145102 13.0443 0.172198 13.0444 0.214763 13.0446 0.247478 13.0447 0.262424 13.0449 0.272417 13.0451 0.284953 13.0452 0.28942 13.0454 0.277129 13.0455 0.259333 13.0457 0.252974 13.0458 0.261499 13.046 0.276715 13.0462 0.294105 13.0463 0.314328 13.0465 0.335348 13.0466 0.354308 13.0468 0.373006 13.0469 0.392482 13.0471 0.4064 13.0473 0.407999 13.0474 0.399054 13.0476 0.383705 13.0477 0.356664 13.0479 0.309955 13.048 0.250416 13.0482 0.201014 13.0484 0.181248 13.0485 0.192143 13.0487 0.220975 13.0488 0.253991 13.049 0.283034 13.0491 0.303967 13.0493 0.314091 13.0494 0.310775 13.0496 0.296343 13.0498 0.283763 13.0499 0.291731 13.0501 0.326633 13.0502 0.371033 13.0504 0.394848 13.0505 0.381955 13.0507 0.343087 13.0509 0.305543 13.051 0.291477 13.0512 0.30265 13.0513 0.32377 13.0515 0.338702 13.0516 0.343827 13.0518 0.342368 13.052 0.329863 13.0521 0.296167 13.0523 0.246109 13.0524 0.202589 13.0526 0.181771 13.0527 0.173988 13.0529 0.162476 13.0531 0.151588 13.0532 0.160358 13.0534 0.190364 13.0535 0.219232 13.0537 0.228529 13.0538 0.222544 13.054 0.21429 13.0542 0.206723 13.0543 0.198186 13.0545 0.195441 13.0546 0.208867 13.0548 0.237611 13.0549 0.265916 13.0551 0.274035 13.0553 0.253381 13.0554 0.213705 13.0556 0.179219 13.0557 0.170163 13.0559 0.184429 13.056 0.20207 13.0562 0.208806 13.0563 0.208781 13.0565 0.211218 13.0567 0.214706 13.0568 0.214926 13.057 0.217649 13.0571 0.233784 13.0573 0.261119 13.0574 0.284492 13.0576 0.29349 13.0578 0.292554 13.0579 0.29073 13.0581 0.288574 13.0582 0.280368 13.0584 0.264444 13.0585 0.246288 13.0587 0.232235 13.0589 0.223694 13.059 0.217938 13.0592 0.213209 13.0593 0.211644 13.0595 0.216515 13.0596 0.226905 13.0598 0.236249 13.06 0.23853 13.0601 0.234371 13.0603 0.231475 13.0604 0.238308 13.0606 0.258139 13.0607 0.28568 13.0609 0.307294 13.0611 0.310531 13.0612 0.294079 13.0614 0.270446 13.0615 0.253108 13.0617 0.242504 13.0618 0.228966 13.062 0.207737 13.0622 0.18586 13.0623 0.1723 13.0625 0.166388 13.0626 0.162486 13.0628 0.162804 13.0629 0.177268 13.0631 0.208892 13.0632 0.245994 13.0634 0.273875 13.0636 0.291232 13.0637 0.307476 13.0639 0.325724 13.064 0.335374 13.0642 0.325197 13.0643 0.296975 13.0645 0.264724 13.0647 0.24323 13.0648 0.242927 13.065 0.268164 13.0651 0.311147 13.0653 0.35047 13.0654 0.363362 13.0656 0.346045 13.0658 0.315562 13.0659 0.291679 13.0661 0.279345 13.0662 0.270139 13.0664 0.256368 13.0665 0.236791 13.0667 0.214698 13.0669 0.195343 13.067 0.186829 13.0672 0.19552 13.0673 0.216633 13.0675 0.231732 13.0676 0.223473 13.0678 0.19564 13.068 0.172927 13.0681 0.17652 13.0683 0.203175 13.0684 0.232824 13.0686 0.254028 13.0687 0.272313 13.0689 0.294015 13.069 0.315148 13.0692 0.330754 13.0694 0.345159 13.0695 0.362202 13.0697 0.374297 13.0698 0.374446 13.07 0.371104 13.0701 0.37631 13.0703 0.384434 13.0705 0.377882 13.0706 0.357676 13.0708 0.348075 13.0709 0.364097 13.0711 0.388159 13.0712 0.388975 13.0714 0.355644 13.0716 0.303892 13.0717 0.258572 13.0719 0.238448 13.072 0.249368 13.0722 0.278538 13.0723 0.300582 13.0725 0.300691 13.0727 0.289053 13.0728 0.285082 13.073 0.291032 13.0731 0.293407 13.0733 0.285634 13.0734 0.274773 13.0736 0.265697 13.0738 0.252457 13.0739 0.229562 13.0741 0.202082 13.0742 0.180783 13.0744 0.173324 13.0745 0.186094 13.0747 0.220833 13.0749 0.266401 13.075 0.302833 13.0752 0.321745 13.0753 0.336063 13.0755 0.359783 13.0756 0.387644 13.0758 0.4028 13.0759 0.401377 13.0761 0.394516 13.0763 0.387879 13.0764 0.372772 13.0766 0.343171 13.0767 0.3091 13.0769 0.284616 13.077 0.270832 13.0772 0.258272 13.0774 0.244056 13.0775 0.234215 13.0777 0.231875 13.0778 0.23032 13.078 0.222284 13.0781 0.210213 13.0783 0.203197 13.0785 0.206089 13.0786 0.215322 13.0788 0.223398 13.0789 0.225778 13.0791 0.223775 13.0792 0.225134 13.0794 0.238275 13.0796 0.265904 13.0797 0.300416 13.0799 0.330326 13.08 0.345877 13.0802 0.341279 13.0803 0.317661 13.0805 0.287615 13.0807 0.272741 13.0808 0.283266 13.081 0.302977 13.0811 0.301919 13.0813 0.270809 13.0814 0.233571 13.0816 0.220972 13.0818 0.238389 13.0819 0.266141 13.0821 0.285771 13.0822 0.295313 13.0824 0.301126 13.0825 0.305424 13.0827 0.306992 13.0828 0.305739 13.083 0.301797 13.0832 0.294746 13.0833 0.287255 13.0835 0.285916 13.0836 0.293861 13.0838 0.307142 13.0839 0.321589 13.0841 0.339666 13.0843 0.362714 13.0844 0.378678 13.0846 0.367867 13.0847 0.325041 13.0849 0.270762 13.085 0.233196 13.0852 0.220808 13.0854 0.217324 13.0855 0.203913 13.0857 0.180826 13.0858 0.167649 13.086 0.184703 13.0861 0.233816 13.0863 0.294807 13.0865 0.339907 13.0866 0.355031 13.0868 0.348748 13.0869 0.33701 13.0871 0.321786 13.0872 0.292262 13.0874 0.246995 13.0876 0.205342 13.0877 0.187825 13.0879 0.194028 13.088 0.207963 13.0882 0.220539 13.0883 0.235129 13.0885 0.252813 13.0886 0.267482 13.0888 0.279182 13.089 0.298885 13.0891 0.331433 13.0893 0.362507 13.0894 0.374289 13.0896 0.36874 13.0897 0.363757 13.0899 0.369126 13.0901 0.375433 13.0902 0.369255 13.0904 0.349595 13.0905 0.325012 13.0907 0.300297 13.0908 0.271966 13.091 0.237949 13.0912 0.205452 13.0913 0.18539 13.0915 0.17949 13.0916 0.175909 13.0918 0.162507 13.0919 0.142638 13.0921 0.132286 13.0923 0.141357 13.0924 0.16323 13.0926 0.18651 13.0927 0.210236 13.0929 0.241817 13.093 0.283815 13.0932 0.328794 13.0934 0.36386 13.0935 0.375553 13.0937 0.356537 13.0938 0.31449 13.094 0.272235 13.0941 0.249405 13.0943 0.243631 13.0945 0.23798 13.0946 0.224691 13.0948 0.211735 13.0949 0.205523 13.0951 0.199744 13.0952 0.189041 13.0954 0.182476 13.0955 0.192606 13.0957 0.217361 13.0959 0.243095 13.096 0.262753 13.0962 0.280595 13.0963 0.299051 13.0965 0.313015 13.0966 0.31928 13.0968 0.322079 13.097 0.324354 13.0971 0.318308 13.0973 0.293359 13.0974 0.252436 13.0976 0.212316 13.0977 0.18666 13.0979 0.17522 13.0981 0.171058 13.0982 0.17439 13.0984 0.189995 13.0985 0.212329 13.0987 0.224238 13.0988 0.214457 13.099 0.19284 13.0992 0.180202 13.0993 0.183764 13.0995 0.193009 13.0996 0.20038 13.0998 0.214266 13.0999 0.245025 13.1001 0.284365 13.1003 0.310424 13.1004 0.313787 13.1006 0.308502 13.1007 0.312644 13.1009 0.327504 13.101 0.339463 13.1012 0.338413 13.1014 0.32583 13.1015 0.309249 13.1017 0.294551 13.1018 0.287125 13.102 0.29339 13.1021 0.316568 13.1023 0.352343 13.1024 0.390914 13.1026 0.422349 13.1028 0.439185 13.1029 0.438185 13.1031 0.41985 13.1032 0.387727 13.1034 0.347843 13.1035 0.308501 13.1037 0.278592 13.1039 0.259067 13.104 0.238682 13.1042 0.20608 13.1043 0.166704 13.1045 0.142205 13.1046 0.146193 13.1048 0.166515 13.105 0.179028 13.1051 0.175133 13.1053 0.166737 13.1054 0.16813 13.1056 0.183021 13.1057 0.208378 13.1059 0.239985 13.1061 0.268337 13.1062 0.279021 13.1064 0.26568 13.1065 0.238162 13.1067 0.214676 13.1068 0.208153 13.107 0.221995 13.1072 0.251494 13.1073 0.283246 13.1075 0.300974 13.1076 0.299864 13.1078 0.292206 13.1079 0.290642 13.1081 0.290791 13.1083 0.277005 13.1084 0.245366 13.1086 0.21193 13.1087 0.192855 13.1089 0.186302 13.109 0.176929 13.1092 0.156923 13.1093 0.137254 13.1095 0.13655 13.1097 0.160819 13.1098 0.194426 13.11 0.216696 13.1101 0.22632 13.1103 0.243064 13.1104 0.281794 13.1106 0.329122 13.1108 0.356719 13.1109 0.351892 13.1111 0.328806 13.1112 0.308128 13.1114 0.294468 13.1115 0.276872 13.1117 0.246619 13.1119 0.209226 13.112 0.18052 13.1122 0.172809 13.1123 0.185183 13.1125 0.207975 13.1126 0.237345 13.1128 0.278264 13.113 0.330048 13.1131 0.375856 13.1133 0.39602 13.1134 0.388754 13.1136 0.370432 13.1137 0.35431 13.1139 0.343245 13.1141 0.341364 13.1142 0.356216 13.1144 0.38378 13.1145 0.401758 13.1147 0.390605 13.1148 0.353736 13.115 0.309903 13.1151 0.272752 13.1153 0.245493 13.1155 0.231938 13.1156 0.235146 13.1158 0.248481 13.1159 0.254953 13.1161 0.242043 13.1162 0.212845 13.1164 0.181041 13.1166 0.160565 13.1167 0.158684 13.1169 0.172586 13.117 0.190748 13.1172 0.202151 13.1173 0.204722 13.1175 0.203001 13.1177 0.199244 13.1178 0.192268 13.118 0.184326 13.1181 0.181534 13.1183 0.184903 13.1184 0.186413 13.1186 0.177984 13.1188 0.162354 13.1189 0.150856 13.1191 0.151659 13.1192 0.162423 13.1194 0.174605 13.1195 0.182151 13.1197 0.1885 13.1199 0.203805 13.12 0.235265 13.1202 0.278405 13.1203 0.320028 13.1205 0.34981 13.1206 0.366364 13.1208 0.37323 13.121 0.373546 13.1211 0.370103 13.1213 0.369908 13.1214 0.379348 13.1216 0.394983 13.1217 0.402595 13.1219 0.390422 13.122 0.363183 13.1222 0.339978 13.1224 0.336516 13.1225 0.351039 13.1227 0.368863 13.1228 0.380062 13.123 0.38767 13.1231 0.396991 13.1233 0.402896 13.1235 0.394791 13.1236 0.373779 13.1238 0.357232 13.1239 0.360805 13.1241 0.379503 13.1242 0.393697 13.1244 0.390338 13.1246 0.374361 13.1247 0.356757 13.1249 0.339491 13.125 0.317552 13.1252 0.292408 13.1253 0.274439 13.1255 0.271505 13.1257 0.280611 13.1258 0.291674 13.126 0.296199 13.1261 0.292472 13.1263 0.287 13.1264 0.292018 13.1266 0.314345 13.1268 0.34317 13.1269 0.356322 13.1271 0.342435 13.1272 0.31532 13.1274 0.299658 13.1275 0.305122 13.1277 0.320439 13.1279 0.331229 13.128 0.333952 13.1282 0.333943 13.1283 0.33217 13.1285 0.322917 13.1286 0.29952 13.1288 0.26539 13.1289 0.238058 13.1291 0.236969 13.1293 0.263747 13.1294 0.295938 13.1296 0.309086 13.1297 0.301033 13.1299 0.287691 13.13 0.279323 13.1302 0.26981 13.1304 0.250955 13.1305 0.227228 13.1307 0.210139 13.1308 0.208375 13.131 0.225386 13.1311 0.257961 13.1313 0.294448 13.1315 0.318048 13.1316 0.320945 13.1318 0.310806 13.1319 0.298902 13.1321 0.287841 13.1322 0.275655 13.1324 0.266211 13.1326 0.26649 13.1327 0.275598 13.1329 0.284664 13.133 0.284807 13.1332 0.274482 13.1333 0.257568 13.1335 0.241214 13.1337 0.231405 13.1338 0.230152 13.134 0.235188 13.1341 0.243851 13.1343 0.253461 13.1344 0.256451 13.1346 0.244875 13.1347 0.22616 13.1349 0.223273 13.1351 0.251474 13.1352 0.296702 13.1354 0.328374 13.1355 0.331307 13.1357 0.316208 13.1358 0.30118 13.136 0.294459 13.1362 0.295338 13.1363 0.302612 13.1365 0.315066 13.1366 0.327108 13.1368 0.330497 13.1369 0.320451 13.1371 0.30092 13.1373 0.284231 13.1374 0.28034 13.1376 0.28471 13.1377 0.279221 13.1379 0.253063 13.138 0.220465 13.1382 0.206003 13.1384 0.214985 13.1385 0.225118 13.1387 0.212529 13.1388 0.177658 13.139 0.143652 13.1391 0.132027 13.1393 0.145439 13.1395 0.171133 13.1396 0.19596 13.1398 0.217471 13.1399 0.240483 13.1401 0.265927 13.1402 0.287613 13.1404 0.300001 13.1406 0.30502 13.1407 0.307315 13.1409 0.306121 13.141 0.301723 13.1412 0.301128 13.1413 0.312285 13.1415 0.332227 13.1416 0.349677 13.1418 0.359226 13.142 0.36432 13.1421 0.369556 13.1423 0.374248 13.1424 0.377842 13.1426 0.380228 13.1427 0.379201 13.1429 0.370666 13.1431 0.353749 13.1432 0.331096 13.1434 0.307756 13.1435 0.293161 13.1437 0.299244 13.1438 0.328723 13.144 0.364197 13.1442 0.384663 13.1443 0.385547 13.1445 0.377092 13.1446 0.364173 13.1448 0.34482 13.1449 0.323219 13.1451 0.309699 13.1453 0.3018 13.1454 0.287412 13.1456 0.270797 13.1457 0.27523 13.1459 0.309847 13.146 0.348898 13.1462 0.360149 13.1464 0.339635 13.1465 0.306643 13.1467 0.275695 13.1468 0.24986 13.147 0.23234 13.1471 0.226988 13.1473 0.230102 13.1475 0.236139 13.1476 0.24901 13.1478 0.274858 13.1479 0.308529 13.1481 0.33877 13.1482 0.362363 13.1484 0.381907 13.1485 0.395215 13.1487 0.400522 13.1489 0.405487 13.149 0.414928 13.1492 0.414097 13.1493 0.382479 13.1495 0.326095 13.1496 0.276959 13.1498 0.258439 13.15 0.264471 13.1501 0.277036 13.1503 0.284595 13.1504 0.280888 13.1506 0.262151 13.1507 0.234879 13.1509 0.214785 13.1511 0.210867 13.1512 0.217066 13.1514 0.225285 13.1515 0.232428 13.1517 0.23334 13.1518 0.218776 13.152 0.189702 13.1522 0.16138 13.1523 0.146039 13.1525 0.142602 13.1526 0.149843 13.1528 0.174406 13.1529 0.215466 13.1531 0.256788 13.1533 0.28602 13.1534 0.312045 13.1536 0.346762 13.1537 0.380983 13.1539 0.395416 13.154 0.388306 13.1542 0.374942 13.1544 0.364679 13.1545 0.356745 13.1547 0.354775 13.1548 0.366271 13.155 0.384209 13.1551 0.387628 13.1553 0.365869 13.1554 0.328015 13.1556 0.286505 13.1558 0.243171 13.1559 0.20059 13.1561 0.173316 13.1562 0.175751 13.1564 0.205544 13.1565 0.24597 13.1567 0.2807 13.1569 0.301794 13.157 0.309499 13.1572 0.311574 13.1573 0.318942 13.1575 0.335976 13.1576 0.357152 13.1578 0.374583 13.158 0.386613 13.1581 0.396923 13.1583 0.408617 13.1584 0.420854 13.1586 0.426948 13.1587 0.416335 13.1589 0.385638 13.1591 0.348197 13.1592 0.324174 13.1594 0.319558 13.1595 0.323323 13.1597 0.32627 13.1598 0.332569 13.16 0.345069 13.1602 0.354299 13.1603 0.349339 13.1605 0.334828 13.1606 0.324263 13.1608 0.322903 13.1609 0.328017 13.1611 0.337618 13.1612 0.348968 13.1614 0.351484 13.1616 0.336931 13.1617 0.315426 13.1619 0.308553 13.162 0.323657 13.1622 0.347462 13.1623 0.363945 13.1625 0.368114 13.1627 0.359397 13.1628 0.336331 13.163 0.303947 13.1631 0.277769 13.1633 0.269078 13.1634 0.274227 13.1636 0.28369 13.1638 0.294078 13.1639 0.303567 13.1641 0.303881 13.1642 0.288876 13.1644 0.266865 13.1645 0.252853 13.1647 0.248777 13.1649 0.242825 13.165 0.226751 13.1652 0.20652 13.1653 0.191882 13.1655 0.185666 13.1656 0.188171 13.1658 0.203014 13.166 0.231429 13.1661 0.265307 13.1663 0.293321 13.1664 0.312585 13.1666 0.328264 13.1667 0.34102 13.1669 0.342489 13.1671 0.324374 13.1672 0.289084 13.1674 0.248464 13.1675 0.212616 13.1677 0.184666 13.1678 0.164684 13.168 0.155343 13.1681 0.16043 13.1683 0.176431 13.1685 0.189343 13.1686 0.185165 13.1688 0.165209 13.1689 0.148237 13.1691 0.151967 13.1692 0.1727 13.1694 0.188992 13.1696 0.187769 13.1697 0.182011 13.1699 0.195961 13.17 0.234593 13.1702 0.276457 13.1703 0.298799 13.1705 0.302284 13.1707 0.30388 13.1708 0.312842 13.171 0.32364 13.1711 0.330182 13.1713 0.334712 13.1714 0.337037 13.1716 0.32696 13.1718 0.296483 13.1719 0.25738 13.1721 0.234043 13.1722 0.239118 13.1724 0.263448 13.1725 0.290969 13.1727 0.31456 13.1729 0.334014 13.173 0.345464 13.1732 0.344163 13.1733 0.335472 13.1735 0.333053 13.1736 0.344174 13.1738 0.361192 13.174 0.3718 13.1741 0.373016 13.1743 0.369557 13.1744 0.36363 13.1746 0.352875 13.1747 0.339527 13.1749 0.332724 13.175 0.337991 13.1752 0.350988 13.1754 0.365006 13.1755 0.3796 13.1757 0.395099 13.1758 0.401574 13.176 0.385584 13.1761 0.348876 13.1763 0.310793 13.1765 0.287369 13.1766 0.276032 13.1768 0.265082 13.1769 0.253366 13.1771 0.248252 13.1772 0.249097 13.1774 0.244657 13.1776 0.229653 13.1777 0.213542 13.1779 0.20819 13.178 0.212503 13.1782 0.217811 13.1783 0.222047 13.1785 0.228518 13.1787 0.233099 13.1788 0.225035 13.179 0.201964 13.1791 0.177858 13.1793 0.16681 13.1794 0.1666 13.1796 0.166604 13.1798 0.167908 13.1799 0.183595 13.1801 0.21723 13.1802 0.251583 13.1804 0.264941 13.1805 0.25248 13.1807 0.22887 13.1808 0.21363 13.181 0.219596 13.1812 0.248945 13.1813 0.290358 13.1815 0.324825 13.1816 0.342566 13.1818 0.35373 13.1819 0.373543 13.1821 0.398896 13.1823 0.410736 13.1824 0.398858 13.1826 0.372138 13.1827 0.341069 13.1829 0.303719 13.183 0.257503 13.1832 0.214336 13.1834 0.189788 13.1835 0.185813 13.1837 0.194997 13.1838 0.216663 13.184 0.254646 13.1841 0.298942 13.1843 0.323953 13.1845 0.312004 13.1846 0.272942 13.1848 0.23544 13.1849 0.221934 13.1851 0.233212 13.1852 0.253028 13.1854 0.264006 13.1856 0.261484 13.1857 0.252461 13.1859 0.243047 13.186 0.231356 13.1862 0.217174 13.1863 0.211179 13.1865 0.223704 13.1867 0.247088 13.1868 0.259058 13.187 0.24844 13.1871 0.225993 13.1873 0.209219 13.1874 0.203644 13.1876 0.20345 13.1877 0.204045 13.1879 0.205121 13.1881 0.208093 13.1882 0.216014 13.1884 0.234231 13.1885 0.263435 13.1887 0.294465 13.1888 0.312809 13.189 0.308593 13.1892 0.283585 13.1893 0.25115 13.1895 0.230064 13.1896 0.230439 13.1898 0.242759 13.1899 0.245966 13.1901 0.231031 13.1903 0.21007 13.1904 0.198566 13.1906 0.1949 13.1907 0.187504 13.1909 0.175727 13.191 0.17316 13.1912 0.189141 13.1914 0.216004 13.1915 0.238738 13.1917 0.248632 13.1918 0.24745 13.192 0.241463 13.1921 0.235761 13.1923 0.232589 13.1925 0.230238 13.1926 0.226284 13.1928 0.22428 13.1929 0.233551 13.1931 0.258853 13.1932 0.292371 13.1934 0.317621 13.1936 0.324046 13.1937 0.314653 13.1939 0.300665 13.194 0.28984 13.1942 0.28199 13.1943 0.272703 13.1945 0.259333 13.1946 0.24153 13.1948 0.223118 13.195 0.212858 13.1951 0.220074 13.1953 0.243964 13.1954 0.272254 13.1956 0.289175 13.1957 0.290149 13.1959 0.281112 13.1961 0.272133 13.1962 0.270942 13.1964 0.28097 13.1965 0.29996 13.1967 0.318164 13.1968 0.325805 13.197 0.319132 13.1972 0.297884 13.1973 0.260824 13.1975 0.211656 13.1976 0.166877 13.1978 0.146966 13.1979 0.157555 13.1981 0.186508 13.1983 0.217797 13.1984 0.238172 13.1986 0.23398 13.1987 0.200328 13.1989 0.157684 13.199 0.142993 13.1992 0.170644 13.1994 0.214143 13.1995 0.237892 13.1997 0.237142 13.1998 0.234977 13.2 0.248444 13.2001 0.272412 13.2003 0.292772 13.2005 0.299026 13.2006 0.286491 13.2008 0.261354 13.2009 0.24074 13.2011 0.238881 13.2012 0.251505 13.2014 0.264463 13.2015 0.274595 13.2017 0.289592 13.2019 0.309677 13.202 0.326171 13.2022 0.338376 13.2023 0.356201 13.2025 0.380799 13.2026 0.396772 13.2028 0.392171 13.203 0.373486 13.2031 0.3548 13.2033 0.341576 13.2034 0.331681 13.2036 0.323348 13.2037 0.315611 13.2039 0.307803 13.2041 0.305575 13.2042 0.315922 13.2044 0.33196 13.2045 0.331329 13.2047 0.299973 13.2048 0.250678 13.205 0.207969 13.2052 0.184258 13.2053 0.18029 13.2055 0.200122 13.2056 0.246065 13.2058 0.304654 13.2059 0.350411 13.2061 0.36722 13.2063 0.355999 13.2064 0.323371 13.2066 0.277921 13.2067 0.237683 13.2069 0.226367 13.207 0.25064 13.2072 0.288868 13.2073 0.310519 13.2075 0.30238 13.2077 0.273739 13.2078 0.242561 13.208 0.224198 13.2081 0.227159 13.2083 0.249806 13.2084 0.279415 13.2086 0.30215 13.2088 0.314702 13.2089 0.321091 13.2091 0.320656 13.2092 0.307015 13.2094 0.282038 13.2095 0.261058 13.2097 0.256679 13.2099 0.261234 13.21 0.256161 13.2102 0.236685 13.2103 0.218971 13.2105 0.219694 13.2106 0.236799 13.2108 0.258153 13.211 0.277798 13.2111 0.2978 13.2113 0.317723 13.2114 0.332157 13.2116 0.336984 13.2117 0.331071 13.2119 0.311992 13.2121 0.279251 13.2122 0.241822 13.2124 0.212421 13.2125 0.19376 13.2127 0.179777 13.2128 0.171311 13.213 0.181353 13.2132 0.216664 13.2133 0.264465 13.2135 0.300954 13.2136 0.310911 13.2138 0.294623 13.2139 0.262697 13.2141 0.23005 13.2142 0.209371 13.2144 0.204414 13.2146 0.211505 13.2147 0.228877 13.2149 0.256092 13.215 0.284985 13.2152 0.298613 13.2153 0.288485 13.2155 0.266359 13.2157 0.250016 13.2158 0.246015 13.216 0.252564 13.2161 0.269414 13.2163 0.292809 13.2164 0.307613 13.2166 0.30093 13.2168 0.28006 13.2169 0.264753 13.2171 0.262742 13.2172 0.264582 13.2174 0.262712 13.2175 0.262269 13.2177 0.266793 13.2179 0.27033 13.218 0.266669 13.2182 0.256485 13.2183 0.24094 13.2185 0.217438 13.2186 0.189999 13.2188 0.173839 13.219 0.1765 13.2191 0.184045 13.2193 0.176861 13.2194 0.156111 13.2196 0.142757 13.2197 0.149956 13.2199 0.169566 13.2201 0.185024 13.2202 0.190096 13.2204 0.190675 13.2205 0.193155 13.2207 0.197943 13.2208 0.203385 13.221 0.209068 13.2211 0.214728 13.2213 0.216928 13.2215 0.211314 13.2216 0.200743 13.2218 0.198175 13.2219 0.214762 13.2221 0.245208 13.2222 0.270797 13.2224 0.279804 13.2226 0.280894 13.2227 0.290593 13.2229 0.314526 13.223 0.342226 13.2232 0.360537 13.2233 0.364149 13.2235 0.357257 13.2237 0.349353 13.2238 0.350658 13.224 0.364219 13.2241 0.381867 13.2243 0.39188 13.2244 0.390863 13.2246 0.385013 13.2248 0.380232 13.2249 0.377478 13.2251 0.378207 13.2252 0.386997 13.2254 0.403625 13.2255 0.415253 13.2257 0.405759 13.2259 0.373138 13.226 0.33381 13.2262 0.307023 13.2263 0.298029 13.2265 0.297256 13.2266 0.292365 13.2268 0.279281 13.2269 0.262333 13.2271 0.247637 13.2273 0.238659 13.2274 0.235457 13.2276 0.237127 13.2277 0.244704 13.2279 0.263171 13.228 0.298159 13.2282 0.345227 13.2284 0.386229 13.2285 0.402181 13.2287 0.392135 13.2288 0.374305 13.229 0.3648 13.2291 0.359881 13.2293 0.346807 13.2295 0.324418 13.2296 0.303779 13.2298 0.289513 13.2299 0.274136 13.2301 0.254128 13.2302 0.239431 13.2304 0.240109 13.2306 0.250887 13.2307 0.260595 13.2309 0.270432 13.231 0.290339 13.2312 0.32025 13.2313 0.345276 13.2315 0.353267 13.2317 0.346891 13.2318 0.335509 13.232 0.325724 13.2321 0.322775 13.2323 0.332343 13.2324 0.352999 13.2326 0.371986 13.2328 0.377302 13.2329 0.370063 13.2331 0.359132 13.2332 0.348629 13.2334 0.336838 13.2335 0.324334 13.2337 0.315821 13.2338 0.31459 13.234 0.32119 13.2342 0.334669 13.2343 0.349018 13.2345 0.352437 13.2346 0.3385 13.2348 0.315973 13.2349 0.299962 13.2351 0.294203 13.2353 0.291507 13.2354 0.290871 13.2356 0.299133 13.2357 0.313791 13.2359 0.317236 13.236 0.294734 13.2362 0.25394 13.2364 0.217466 13.2365 0.201189 13.2367 0.205248 13.2368 0.221004 13.237 0.239244 13.2371 0.254312 13.2373 0.263488 13.2375 0.265458 13.2376 0.260113 13.2378 0.251528 13.2379 0.249799 13.2381 0.256811 13.2382 0.255224 13.2384 0.224731 13.2386 0.173659 13.2387 0.139575 13.2389 0.148105 13.239 0.182302 13.2392 0.207107 13.2393 0.21287 13.2395 0.216861 13.2397 0.22816 13.2398 0.233047 13.24 0.221129 13.2401 0.204766 13.2403 0.204109 13.2404 0.222416 13.2406 0.244399 13.2407 0.254458 13.2409 0.24772 13.2411 0.22987 13.2412 0.210458 13.2414 0.196436 13.2415 0.188931 13.2417 0.187281 13.2418 0.195614 13.242 0.219121 13.2422 0.254268 13.2423 0.288081 13.2425 0.308696 13.2426 0.314174 13.2428 0.31125 13.2429 0.310158 13.2431 0.320872 13.2433 0.344938 13.2434 0.370746 13.2436 0.382962 13.2437 0.378844 13.2439 0.367534 13.244 0.353916 13.2442 0.333382 13.2444 0.309078 13.2445 0.299097 13.2447 0.316795 13.2448 0.34877 13.245 0.365313 13.2451 0.352522 13.2453 0.324671 13.2455 0.306681 13.2456 0.310612 13.2458 0.330416 13.2459 0.352537 13.2461 0.367415 13.2462 0.374334 13.2464 0.378328 13.2466 0.38293 13.2467 0.386958 13.2469 0.388086 13.247 0.386393 13.2472 0.383229 13.2473 0.37926 13.2475 0.375929 13.2476 0.374769 13.2478 0.373151 13.248 0.364102 13.2481 0.344347 13.2483 0.318931 13.2484 0.295984 13.2486 0.278819 13.2487 0.266491 13.2489 0.258927 13.2491 0.255233 13.2492 0.251125 13.2494 0.242169 13.2495 0.22995 13.2497 0.220352 13.2498 0.217729 13.25 0.224081 13.2502 0.239647 13.2503 0.258928 13.2505 0.270067 13.2506 0.267201 13.2508 0.261992 13.2509 0.273246 13.2511 0.304497 13.2513 0.340561 13.2514 0.366839 13.2516 0.381988 13.2517 0.387681 13.2519 0.379349 13.252 0.355016 13.2522 0.326037 13.2524 0.306761 13.2525 0.298836 13.2527 0.29522 13.2528 0.295692 13.253 0.305326 13.2531 0.32078 13.2533 0.332191 13.2534 0.3398 13.2536 0.353931 13.2538 0.373546 13.2539 0.380097 13.2541 0.361788 13.2542 0.332582 13.2544 0.314403 13.2545 0.311226 13.2547 0.313165 13.2549 0.318068 13.255 0.331061 13.2552 0.347409 13.2553 0.355268 13.2555 0.356465 13.2556 0.364449 13.2558 0.37758 13.256 0.375673 13.2561 0.350213 13.2563 0.322118 13.2564 0.314761 13.2566 0.323707 13.2567 0.330918 13.2569 0.333727 13.2571 0.341556 13.2572 0.351568 13.2574 0.349374 13.2575 0.333721 13.2577 0.320346 13.2578 0.319702 13.258 0.326787 13.2582 0.33558 13.2583 0.347596 13.2585 0.362846 13.2586 0.374165 13.2588 0.376544 13.2589 0.372091 13.2591 0.361916 13.2593 0.345257 13.2594 0.329271 13.2596 0.327515 13.2597 0.341345 13.2599 0.354475 13.26 0.352262 13.2602 0.340045 13.2603 0.33443 13.2605 0.345009 13.2607 0.369367 13.2608 0.397447 13.261 0.416072 13.2611 0.415785 13.2613 0.400671 13.2614 0.385982 13.2616 0.380741 13.2618 0.381668 13.2619 0.38404 13.2621 0.387641 13.2622 0.387515 13.2624 0.372804 13.2625 0.343062 13.2627 0.313506 13.2629 0.295751 13.263 0.286222 13.2632 0.280779 13.2633 0.286818 13.2635 0.30762 13.2636 0.329 13.2638 0.338019 13.264 0.343671 13.2641 0.358355 13.2643 0.370751 13.2644 0.358829 13.2646 0.325573 13.2647 0.297726 13.2649 0.289157 13.2651 0.289026 13.2652 0.287412 13.2654 0.290904 13.2655 0.303319 13.2657 0.312034 13.2658 0.304674 13.266 0.287379 13.2662 0.276132 13.2663 0.278896 13.2665 0.294439 13.2666 0.318094 13.2668 0.341209 13.2669 0.353733 13.2671 0.353961 13.2672 0.350742 13.2674 0.35027 13.2676 0.350302 13.2677 0.351372 13.2679 0.362538 13.268 0.388188 13.2682 0.418391 13.2683 0.440786 13.2685 0.453439 13.2687 0.4592 13.2688 0.452548 13.269 0.42704 13.2691 0.388427 13.2693 0.351932 13.2694 0.327562 13.2696 0.315929 13.2698 0.314492 13.2699 0.319696 13.2701 0.326781 13.2702 0.333793 13.2704 0.346207 13.2705 0.369765 13.2707 0.399736 13.2709 0.423615 13.271 0.433308 13.2712 0.429159 13.2713 0.414382 13.2715 0.394366 13.2716 0.377196 13.2718 0.371342 13.272 0.377856 13.2721 0.388828 13.2723 0.395895 13.2724 0.39671 13.2726 0.394097 13.2727 0.390601 13.2729 0.384448 13.273 0.370092 13.2732 0.34567 13.2734 0.317436 13.2735 0.295712 13.2737 0.283629 13.2738 0.275477 13.274 0.267881 13.2741 0.265688 13.2743 0.273509 13.2745 0.284924 13.2746 0.287563 13.2748 0.275586 13.2749 0.253108 13.2751 0.230466 13.2752 0.218682 13.2754 0.224073 13.2756 0.241105 13.2757 0.254221 13.2759 0.253281 13.276 0.243689 13.2762 0.235719 13.2763 0.228855 13.2765 0.216276 13.2767 0.200143 13.2768 0.191821 13.277 0.196268 13.2771 0.206477 13.2773 0.216027 13.2774 0.227096 13.2776 0.242201 13.2778 0.255041 13.2779 0.256916 13.2781 0.248351 13.2782 0.237711 13.2784 0.231559 13.2785 0.230868 13.2787 0.234399 13.2789 0.242518 13.279 0.256604 13.2792 0.277538 13.2793 0.30473 13.2795 0.336305 13.2796 0.365002 13.2798 0.379124 13.2799 0.369146 13.2801 0.33876 13.2803 0.30674 13.2804 0.292313 13.2806 0.297628 13.2807 0.30775 13.2809 0.311689 13.281 0.315435 13.2812 0.328043 13.2814 0.339752 13.2815 0.329532 13.2817 0.291107 13.2818 0.244206 13.282 0.214154 13.2821 0.208582 13.2823 0.219846 13.2825 0.238679 13.2826 0.258694 13.2828 0.271442 13.2829 0.269455 13.2831 0.255025 13.2832 0.238617 13.2834 0.227061 13.2836 0.220578 13.2837 0.219387 13.2839 0.227282 13.284 0.24553 13.2842 0.265616 13.2843 0.277004 13.2845 0.278081 13.2847 0.276613 13.2848 0.27846 13.285 0.282431 13.2851 0.287846 13.2853 0.300279 13.2854 0.325436 13.2856 0.358931 13.2858 0.385753 13.2859 0.392906 13.2861 0.378827 13.2862 0.349468 13.2864 0.309818 13.2865 0.263904 13.2867 0.219394 13.2868 0.186219 13.287 0.166782 13.2872 0.153421 13.2873 0.140388 13.2875 0.133717 13.2876 0.146194 13.2878 0.179322 13.2879 0.218251 13.2881 0.247276 13.2883 0.265567 13.2884 0.283437 13.2886 0.30672 13.2887 0.330445 13.2889 0.346966 13.289 0.353784 13.2892 0.351855 13.2894 0.344181 13.2895 0.338945 13.2897 0.345731 13.2898 0.361612 13.29 0.367406 13.2901 0.349373 13.2903 0.32063 13.2905 0.309846 13.2906 0.328333 13.2908 0.35738 13.2909 0.374271 13.2911 0.378644 13.2912 0.384122 13.2914 0.394517 13.2916 0.400297 13.2917 0.395361 13.2919 0.384804 13.292 0.374363 13.2922 0.363364 13.2923 0.352073 13.2925 0.345692 13.2926 0.344826 13.2928 0.337894 13.293 0.314875 13.2931 0.28504 13.2933 0.269512 13.2934 0.273282 13.2936 0.276793 13.2937 0.260635 13.2939 0.232128 13.2941 0.216983 13.2942 0.226818 13.2944 0.246636 13.2945 0.255351 13.2947 0.248535 13.2948 0.236198 13.295 0.227438 13.2952 0.227484 13.2953 0.241612 13.2955 0.270179 13.2956 0.302071 13.2958 0.321921 13.2959 0.326628 13.2961 0.325082 13.2963 0.322407 13.2964 0.314798 13.2966 0.301662 13.2967 0.289809 13.2969 0.282833 13.297 0.272161 13.2972 0.25043 13.2974 0.226196 13.2975 0.216155 13.2977 0.227568 13.2978 0.253139 13.298 0.282854 13.2981 0.311942 13.2983 0.337901 13.2985 0.355212 13.2986 0.356401 13.2988 0.337761 13.2989 0.305526 13.2991 0.278064 13.2992 0.275465 13.2994 0.30324 13.2995 0.345768 13.2997 0.380114 13.2999 0.391899 13.3 0.3807 13.3002 0.356577 13.3003 0.335499 13.3005 0.331433 13.3006 0.345517 13.3008 0.364709 13.301 0.376306 13.3011 0.377763 13.3013 0.370048 13.3014 0.35007 13.3016 0.317864 13.3017 0.282083 13.3019 0.250482 13.3021 0.219564 13.3022 0.187935 13.3024 0.170327 13.3025 0.183202 13.3027 0.218118 13.3028 0.246607 13.303 0.254887 13.3032 0.257212 13.3033 0.271356 13.3035 0.294442 13.3036 0.311714 13.3038 0.316646 13.3039 0.309409 13.3041 0.2901 13.3043 0.261331 13.3044 0.233227 13.3046 0.213846 13.3047 0.199112 13.3049 0.182689 13.305 0.168358 13.3052 0.163922 13.3054 0.165821 13.3055 0.162286 13.3057 0.151849 13.3058 0.147281 13.306 0.158395 13.3061 0.180415 13.3063 0.202223 13.3064 0.221537 13.3066 0.2443 13.3068 0.272858 13.3069 0.299717 13.3071 0.315318 13.3072 0.316464 13.3074 0.307999 13.3075 0.294104 13.3077 0.275179 13.3079 0.254454 13.308 0.241421 13.3082 0.242906 13.3083 0.251594 13.3085 0.253159 13.3086 0.245005 13.3088 0.240676 13.309 0.251176 13.3091 0.272623 13.3093 0.296948 13.3094 0.325321 13.3096 0.360907 13.3097 0.396137 13.3099 0.418963 13.3101 0.430342 13.3102 0.44168 13.3104 0.457496 13.3105 0.469795 13.3107 0.471119 13.3108 0.461911 13.311 0.443072 13.3112 0.412559 13.3113 0.376607 13.3115 0.353041 13.3116 0.35188 13.3118 0.359264 13.3119 0.350385 13.3121 0.319668 13.3123 0.28658 13.3124 0.273065 13.3126 0.28129 13.3127 0.296283 13.3129 0.305165 13.313 0.305799 13.3132 0.300732 13.3133 0.290685 13.3135 0.277415 13.3137 0.266389 13.3138 0.263432 13.314 0.266992 13.3141 0.269967 13.3143 0.268501 13.3144 0.267571 13.3146 0.277706 13.3148 0.303155 13.3149 0.335712 13.3151 0.357324 13.3152 0.353581 13.3154 0.328922 13.3155 0.304316 13.3157 0.29753 13.3159 0.303238 13.316 0.30152 13.3162 0.28472 13.3163 0.269598 13.3165 0.278317 13.3166 0.314151 13.3168 0.360196 13.317 0.395391 13.3171 0.40767 13.3173 0.395381 13.3174 0.366974 13.3176 0.336089 13.3177 0.312285 13.3179 0.295558 13.3181 0.283914 13.3182 0.282249 13.3184 0.294094 13.3185 0.307416 13.3187 0.304995 13.3188 0.287852 13.319 0.277219 13.3191 0.28678 13.3193 0.303293 13.3195 0.30558 13.3196 0.291135 13.3198 0.277646 13.3199 0.280285 13.3201 0.298732 13.3202 0.323725 13.3204 0.34458 13.3206 0.354282 13.3207 0.351233 13.3209 0.339476 13.321 0.323477 13.3212 0.303929 13.3213 0.283467 13.3215 0.268102 13.3217 0.260708 13.3218 0.252914 13.322 0.235784 13.3221 0.214224 13.3223 0.198214 13.3224 0.187677 13.3226 0.175639 13.3228 0.169029 13.3229 0.18654 13.3231 0.230726 13.3232 0.278496 13.3234 0.307419 13.3235 0.317338 13.3237 0.318353 13.3239 0.309852 13.324 0.290137 13.3242 0.274623 13.3243 0.281696 13.3245 0.304556 13.3246 0.315664 13.3248 0.301706 13.325 0.277589 13.3251 0.26119 13.3253 0.251227 13.3254 0.239532 13.3256 0.227612 13.3257 0.219713 13.3259 0.21177 13.326 0.198254 13.3262 0.186189 13.3264 0.188471 13.3265 0.206248 13.3267 0.227411 13.3268 0.239646 13.327 0.237627 13.3271 0.2225 13.3273 0.203864 13.3275 0.197562 13.3276 0.211608 13.3278 0.235139 13.3279 0.250833 13.3281 0.257092 13.3282 0.267767 13.3284 0.291438 13.3286 0.322463 13.3287 0.353725 13.3289 0.385714 13.329 0.417606 13.3292 0.440027 13.3293 0.44395 13.3295 0.429806 13.3297 0.404565 13.3298 0.376191 13.33 0.356984 13.3301 0.360147 13.3303 0.383915 13.3304 0.405908 13.3306 0.40387 13.3308 0.381052 13.3309 0.360842 13.3311 0.356968 13.3312 0.360508 13.3314 0.357545 13.3315 0.347183 13.3317 0.336818 13.3319 0.327993 13.332 0.317814 13.3322 0.311391 13.3323 0.322023 13.3325 0.35538 13.3326 0.39894 13.3328 0.433025 13.3329 0.448558 13.3331 0.450787 13.3333 0.445795 13.3334 0.432836 13.3336 0.412614 13.3337 0.393748 13.3339 0.38448 13.334 0.378191 13.3342 0.359145 13.3344 0.321979 13.3345 0.279186 13.3347 0.246963 13.3348 0.231 13.335 0.230644 13.3351 0.24567 13.3353 0.271614 13.3355 0.292892 13.3356 0.29168 13.3358 0.266576 13.3359 0.235913 13.3361 0.219007 13.3362 0.21916 13.3364 0.22632 13.3366 0.23171 13.3367 0.23482 13.3369 0.238577 13.337 0.243237 13.3372 0.246975 13.3373 0.249784 13.3375 0.253838 13.3377 0.258669 13.3378 0.25954 13.338 0.253768 13.3381 0.246542 13.3383 0.246032 13.3384 0.252552 13.3386 0.259038 13.3387 0.264537 13.3389 0.279496 13.3391 0.310141 13.3392 0.342735 13.3394 0.35292 13.3395 0.334671 13.3397 0.30961 13.3398 0.302547 13.34 0.313308 13.3402 0.318651 13.3403 0.30132 13.3405 0.267852 13.3406 0.235005 13.3408 0.209227 13.3409 0.185217 13.3411 0.162554 13.3413 0.152795 13.3414 0.166268 13.3416 0.197767 13.3417 0.233853 13.3419 0.26909 13.342 0.306358 13.3422 0.339519 13.3424 0.348561 13.3425 0.320653 13.3427 0.272119 13.3428 0.238196 13.343 0.238929 13.3431 0.261826 13.3433 0.280841 13.3435 0.285528 13.3436 0.287053 13.3438 0.29882 13.3439 0.319166 13.3441 0.333145 13.3442 0.327993 13.3444 0.302139 13.3446 0.262624 13.3447 0.218788 13.3449 0.179435 13.345 0.153144 13.3452 0.146532 13.3453 0.162963 13.3455 0.200239 13.3456 0.248929 13.3458 0.292392 13.346 0.314534 13.3461 0.311623 13.3463 0.295527 13.3464 0.280242 13.3466 0.266325 13.3467 0.243661 13.3469 0.210168 13.3471 0.181812 13.3472 0.179842 13.3474 0.208092 13.3475 0.246407 13.3477 0.266698 13.3478 0.254809 13.348 0.218898 13.3482 0.179995 13.3483 0.15556 13.3485 0.151275 13.3486 0.163281 13.3488 0.182445 13.3489 0.196126 13.3491 0.192212 13.3493 0.169494 13.3494 0.142866 13.3496 0.131556 13.3497 0.142637 13.3499 0.170098 13.35 0.207088 13.3502 0.250917 13.3504 0.294518 13.3505 0.324061 13.3507 0.332059 13.3508 0.327601 13.351 0.328327 13.3511 0.342572 13.3513 0.36372 13.3515 0.377895 13.3516 0.376937 13.3518 0.365521 13.3519 0.357436 13.3521 0.362305 13.3522 0.375907 13.3524 0.388195 13.3525 0.399024 13.3527 0.417662 13.3529 0.444183 13.353 0.462765 13.3532 0.459451 13.3533 0.437725 13.3535 0.409596 13.3536 0.379273 13.3538 0.346441 13.354 0.319624 13.3541 0.313049 13.3543 0.330218 13.3544 0.359173 13.3546 0.384269 13.3547 0.395347 13.3549 0.389272 13.3551 0.369817 13.3552 0.34771 13.3554 0.332622 13.3555 0.324748 13.3557 0.318753 13.3558 0.313928 13.356 0.31434 13.3562 0.320657 13.3563 0.329244 13.3565 0.338668 13.3566 0.350068 13.3568 0.360958 13.3569 0.366723 13.3571 0.368114 13.3573 0.370767 13.3574 0.376297 13.3576 0.380647 13.3577 0.381412 13.3579 0.380002 13.358 0.377476 13.3582 0.373973 13.3584 0.37186 13.3585 0.371647 13.3587 0.366512 13.3588 0.349665 13.359 0.326614 13.3591 0.310651 13.3593 0.304502 13.3594 0.297638 13.3596 0.284464 13.3598 0.273662 13.3599 0.275764 13.3601 0.290157 13.3602 0.309084 13.3604 0.325692 13.3605 0.332304 13.3607 0.321813 13.3609 0.29815 13.361 0.276831 13.3612 0.268336 13.3613 0.267104 13.3615 0.263186 13.3616 0.258433 13.3618 0.260956 13.362 0.270892 13.3621 0.28316 13.3623 0.297528 13.3624 0.315788 13.3626 0.332105 13.3627 0.33694 13.3629 0.330837 13.3631 0.322097 13.3632 0.314251 13.3634 0.304036 13.3635 0.292134 13.3637 0.285913 13.3638 0.285618 13.364 0.27789 13.3642 0.250346 13.3643 0.209057 13.3645 0.176245 13.3646 0.171218 13.3648 0.192891 13.3649 0.223072 13.3651 0.243726 13.3652 0.250427 13.3654 0.249891 13.3656 0.246114 13.3657 0.236576 13.3659 0.223295 13.366 0.217615 13.3662 0.228558 13.3663 0.249115 13.3665 0.263828 13.3667 0.267178 13.3668 0.265732 13.367 0.264438 13.3671 0.259539 13.3673 0.247968 13.3674 0.236289 13.3676 0.234036 13.3678 0.244561 13.3679 0.264849 13.3681 0.291082 13.3682 0.320027 13.3684 0.346353 13.3685 0.364175 13.3687 0.371655 13.3689 0.372336 13.369 0.369562 13.3692 0.360678 13.3693 0.341486 13.3695 0.31638 13.3696 0.301859 13.3698 0.311626 13.37 0.339078 13.3701 0.36118 13.3703 0.362619 13.3704 0.350578 13.3706 0.340605 13.3707 0.335481 13.3709 0.326575 13.3711 0.308471 13.3712 0.283658 13.3714 0.254405 13.3715 0.220653 13.3717 0.189808 13.3718 0.175784 13.372 0.185529 13.3721 0.211736 13.3723 0.242511 13.3725 0.27244 13.3726 0.300628 13.3728 0.325824 13.3729 0.347776 13.3731 0.370227 13.3732 0.3965 13.3734 0.425354 13.3736 0.452205 13.3737 0.471348 13.3739 0.474137 13.374 0.45087 13.3742 0.401344 13.3743 0.343464 13.3745 0.303306 13.3747 0.297173 13.3748 0.319942 13.375 0.34986 13.3751 0.364393 13.3753 0.355769 13.3754 0.334564 13.3756 0.316867 13.3758 0.308023 13.3759 0.303275 13.3761 0.303588 13.3762 0.319548 13.3764 0.353792 13.3765 0.388742 13.3767 0.402939 13.3769 0.39678 13.377 0.389524 13.3772 0.393456 13.3773 0.403003 13.3775 0.408366 13.3776 0.407075 13.3778 0.39594 13.378 0.368352 13.3781 0.327628 13.3783 0.292376 13.3784 0.274339 13.3786 0.258861 13.3787 0.223012 13.3789 0.170292 13.379 0.1305 13.3792 0.123096 13.3794 0.135648 13.3795 0.144793 13.3797 0.145947 13.3798 0.15162 13.38 0.169028 13.3801 0.191448 13.3803 0.210895 13.3805 0.228528 13.3806 0.250057 13.3808 0.27477 13.3809 0.294137 13.3811 0.297792 13.3812 0.28444 13.3814 0.26694 13.3816 0.264308 13.3817 0.28475 13.3819 0.31833 13.382 0.349026 13.3822 0.368357 13.3823 0.373144 13.3825 0.356828 13.3827 0.314942 13.3828 0.259109 13.383 0.214716 13.3831 0.199267 13.3833 0.208756 13.3834 0.2267 13.3836 0.242109 13.3838 0.254434 13.3839 0.26519 13.3841 0.271633 13.3842 0.26796 13.3844 0.252185 13.3845 0.228187 13.3847 0.203212 13.3848 0.183271 13.385 0.172929 13.3852 0.178551 13.3853 0.204219 13.3855 0.243547 13.3856 0.282069 13.3858 0.312153 13.3859 0.341553 13.3861 0.377827 13.3863 0.41163 13.3864 0.424264 13.3866 0.411583 13.3867 0.385685 13.3869 0.358751 13.387 0.332708 13.3872 0.309236 13.3874 0.296457 13.3875 0.298776 13.3877 0.309011 13.3878 0.316609 13.388 0.317934 13.3881 0.314036 13.3883 0.305488 13.3885 0.294628 13.3886 0.288318 13.3888 0.292467 13.3889 0.306953 13.3891 0.325666 13.3892 0.337363 13.3894 0.328155 13.3896 0.294209 13.3897 0.255349 13.3899 0.242766 13.39 0.268918 13.3902 0.3161 13.3903 0.356633 13.3905 0.374556 13.3907 0.365161 13.3908 0.328703 13.391 0.277024 13.3911 0.232606 13.3913 0.210089 13.3914 0.204573 13.3916 0.205601 13.3917 0.210952 13.3919 0.218588 13.3921 0.218221 13.3922 0.206577 13.3924 0.199957 13.3925 0.2127 13.3927 0.233824 13.3928 0.241655 13.393 0.234208 13.3932 0.226215 13.3933 0.222107 13.3935 0.216073 13.3936 0.214266 13.3938 0.231799 13.3939 0.266381 13.3941 0.296869 13.3943 0.313319 13.3944 0.325814 13.3946 0.337039 13.3947 0.332548 13.3949 0.309704 13.395 0.292984 13.3952 0.30263 13.3954 0.325577 13.3955 0.337171 13.3957 0.337045 13.3958 0.339733 13.396 0.342821 13.3961 0.327964 13.3963 0.295444 13.3965 0.2728 13.3966 0.282436 13.3968 0.31408 13.3969 0.33905 13.3971 0.340539 13.3972 0.323937 13.3974 0.305107 13.3976 0.296213 13.3977 0.300932 13.3979 0.314686 13.398 0.325992 13.3982 0.322423 13.3983 0.299372 13.3985 0.26456 13.3986 0.232539 13.3988 0.211793 13.399 0.200292 13.3991 0.19257 13.3993 0.189135 13.3994 0.195639 13.3996 0.214064 13.3997 0.241697 13.3999 0.274906 13.4001 0.308388 13.4002 0.333282 13.4004 0.343726 13.4005 0.344622 13.4007 0.34617 13.4008 0.348895 13.401 0.346035 13.4012 0.336977 13.4013 0.329376 13.4015 0.325159 13.4016 0.318015 13.4018 0.30744 13.4019 0.303339 13.4021 0.309643 13.4023 0.317137 13.4024 0.320757 13.4026 0.32993 13.4027 0.351529 13.4029 0.372126 13.403 0.371798 13.4032 0.347978 13.4034 0.31585 13.4035 0.288222 13.4037 0.268328 13.4038 0.258398 13.404 0.260846 13.4041 0.27152 13.4043 0.281226 13.4045 0.284213 13.4046 0.278566 13.4048 0.261782 13.4049 0.236626 13.4051 0.21716 13.4052 0.219524 13.4054 0.242912 13.4055 0.268849 13.4057 0.279463 13.4059 0.270701 13.406 0.249761 13.4062 0.228285 13.4063 0.217456 13.4065 0.222271 13.4066 0.236918 13.4068 0.249817 13.407 0.254248 13.4071 0.25055 13.4073 0.243696 13.4074 0.243063 13.4076 0.258473 13.4077 0.288423 13.4079 0.315113 13.4081 0.320289 13.4082 0.305575 13.4084 0.289201 13.4085 0.285207 13.4087 0.293992 13.4088 0.309363 13.409 0.322274 13.4092 0.319594 13.4093 0.292956 13.4095 0.254323 13.4096 0.228544 13.4098 0.227376 13.4099 0.23781 13.4101 0.241299 13.4103 0.235594 13.4104 0.231478 13.4106 0.238469 13.4107 0.259071 13.4109 0.290285 13.411 0.323643 13.4112 0.3486 13.4113 0.363191 13.4115 0.376073 13.4117 0.392195 13.4118 0.400138 13.412 0.384362 13.4121 0.347382 13.4123 0.31123 13.4124 0.295487 13.4126 0.298426 13.4128 0.302884 13.4129 0.297143 13.4131 0.285614 13.4132 0.279396 13.4134 0.281447 13.4135 0.285405 13.4137 0.287156 13.4139 0.290027 13.414 0.295935 13.4142 0.298546 13.4143 0.291442 13.4145 0.277289 13.4146 0.260792 13.4148 0.238923 13.415 0.209834 13.4151 0.186711 13.4153 0.188022 13.4154 0.212906 13.4156 0.242454 13.4157 0.267955 13.4159 0.29978 13.4161 0.340361 13.4162 0.367222 13.4164 0.358836 13.4165 0.327245 13.4167 0.304802 13.4168 0.303007 13.417 0.304192 13.4172 0.293031 13.4173 0.275915 13.4175 0.263966 13.4176 0.253554 13.4178 0.237346 13.4179 0.223672 13.4181 0.227873 13.4182 0.248275 13.4184 0.264479 13.4186 0.262259 13.4187 0.248852 13.4189 0.240187 13.419 0.240035 13.4192 0.24091 13.4193 0.239463 13.4195 0.242137 13.4197 0.25351 13.4198 0.269284 13.42 0.284247 13.4201 0.299016 13.4203 0.312547 13.4204 0.312942 13.4206 0.289497 13.4208 0.253516 13.4209 0.234388 13.4211 0.248474 13.4212 0.279503 13.4214 0.297009 13.4215 0.291863 13.4217 0.281822 13.4219 0.285073 13.422 0.298679 13.4222 0.305354 13.4223 0.295379 13.4225 0.274437 13.4226 0.253832 13.4228 0.239987 13.423 0.233767 13.4231 0.23224 13.4233 0.23002 13.4234 0.221861 13.4236 0.209929 13.4237 0.206124 13.4239 0.220708 13.4241 0.249781 13.4242 0.277155 13.4244 0.290784 13.4245 0.295155 13.4247 0.300603 13.4248 0.307599 13.425 0.307471 13.4251 0.296802 13.4253 0.283927 13.4255 0.278627 13.4256 0.282512 13.4258 0.290022 13.4259 0.295641 13.4261 0.296883 13.4262 0.29408 13.4264 0.290039 13.4266 0.287058 13.4267 0.282496 13.4269 0.269126 13.427 0.245716 13.4272 0.22162 13.4273 0.208479 13.4275 0.208108 13.4277 0.212556 13.4278 0.214077 13.428 0.210412 13.4281 0.203186 13.4283 0.196059 13.4284 0.194996 13.4286 0.202691 13.4288 0.21045 13.4289 0.202275 13.4291 0.173785 13.4292 0.143232 13.4294 0.134475 13.4295 0.150949 13.4297 0.173165 13.4299 0.185241 13.43 0.195237 13.4302 0.220053 13.4303 0.257318 13.4305 0.283583 13.4306 0.283569 13.4308 0.268366 13.4309 0.260033 13.4311 0.263774 13.4313 0.266636 13.4314 0.259987 13.4316 0.252797 13.4317 0.260086 13.4319 0.283843 13.432 0.311537 13.4322 0.327332 13.4324 0.323644 13.4325 0.302545 13.4327 0.272704 13.4328 0.244787 13.433 0.226687 13.4331 0.218894 13.4333 0.215747 13.4335 0.211915 13.4336 0.210032 13.4338 0.2184 13.4339 0.238653 13.4341 0.26093 13.4342 0.273571 13.4344 0.27755 13.4346 0.285328 13.4347 0.304777 13.4349 0.330309 13.435 0.351634 13.4352 0.362388 13.4353 0.360748 13.4355 0.34698 13.4357 0.329558 13.4358 0.322435 13.436 0.328733 13.4361 0.332239 13.4363 0.317141 13.4364 0.291966 13.4366 0.281285 13.4368 0.296665 13.4369 0.325586 13.4371 0.350699 13.4372 0.364702 13.4374 0.364707 13.4375 0.346566 13.4377 0.313857 13.4378 0.282984 13.438 0.26906 13.4382 0.269715 13.4383 0.271633 13.4385 0.268616 13.4386 0.266543 13.4388 0.270692 13.4389 0.277833 13.4391 0.280937 13.4393 0.278575 13.4394 0.276868 13.4396 0.283724 13.4397 0.302866 13.4399 0.331666 13.44 0.364225 13.4402 0.393161 13.4404 0.409199 13.4405 0.402689 13.4407 0.372214 13.4408 0.330016 13.441 0.293978 13.4411 0.274629 13.4413 0.269529 13.4415 0.268326 13.4416 0.259408 13.4418 0.238431 13.4419 0.216571 13.4421 0.217502 13.4422 0.252053 13.4424 0.301735 13.4426 0.334812 13.4427 0.338767 13.4429 0.325054 13.443 0.305698 13.4432 0.284303 13.4433 0.270392 13.4435 0.279028 13.4437 0.307183 13.4438 0.325321 13.444 0.311201 13.4441 0.278975 13.4443 0.262897 13.4444 0.27845 13.4446 0.314833 13.4447 0.355743 13.4449 0.391325 13.4451 0.413779 13.4452 0.418447 13.4454 0.411999 13.4455 0.40722 13.4457 0.407825 13.4458 0.405356 13.446 0.390587 13.4462 0.360064 13.4463 0.313019 13.4465 0.254387 13.4466 0.200021 13.4468 0.170214 13.4469 0.173071 13.4471 0.199506 13.4473 0.233635 13.4474 0.262002 13.4476 0.275457 13.4477 0.271751 13.4479 0.258871 13.448 0.247814 13.4482 0.242856 13.4484 0.242601 13.4485 0.247083 13.4487 0.257572 13.4488 0.271496 13.449 0.285241 13.4491 0.300436 13.4493 0.317632 13.4495 0.3281 13.4496 0.324302 13.4498 0.313751 13.4499 0.312628 13.4501 0.324271 13.4502 0.337982 13.4504 0.349647 13.4506 0.36548 13.4507 0.384079 13.4509 0.390644 13.451 0.377837 13.4512 0.359217 13.4513 0.350411 13.4515 0.347953 13.4516 0.340448 13.4518 0.331497 13.452 0.338862 13.4521 0.371822 13.4523 0.420074 13.4524 0.463745 13.4526 0.485524 13.4527 0.474788 13.4529 0.433137 13.4531 0.37726 13.4532 0.331583 13.4534 0.312211 13.4535 0.316399 13.4537 0.327249 13.4538 0.328534 13.454 0.318329 13.4542 0.308789 13.4543 0.310261 13.4545 0.317448 13.4546 0.316318 13.4548 0.304967 13.4549 0.29778 13.4551 0.306278 13.4553 0.325566 13.4554 0.344476 13.4556 0.35897 13.4557 0.369915 13.4559 0.373066 13.456 0.36318 13.4562 0.345989 13.4564 0.334418 13.4565 0.33384 13.4567 0.338534 13.4568 0.34165 13.457 0.343145 13.4571 0.347463 13.4573 0.359138 13.4574 0.379 13.4576 0.400196 13.4578 0.410374 13.4579 0.401631 13.4581 0.379155 13.4582 0.352923 13.4584 0.327392 13.4585 0.300845 13.4587 0.275211 13.4589 0.253311 13.459 0.232811 13.4592 0.209878 13.4593 0.192054 13.4595 0.193515 13.4596 0.216822 13.4598 0.247736 13.46 0.270321 13.4601 0.284761 13.4603 0.300167 13.4604 0.319712 13.4606 0.338491 13.4607 0.352684 13.4609 0.364232 13.4611 0.377914 13.4612 0.398298 13.4614 0.4245 13.4615 0.448414 13.4617 0.458249 13.4618 0.446577 13.462 0.415685 13.4622 0.374125 13.4623 0.333673 13.4625 0.307039 13.4626 0.299923 13.4628 0.304092 13.4629 0.302685 13.4631 0.291884 13.4633 0.284169 13.4634 0.288534 13.4636 0.295186 13.4637 0.290055 13.4639 0.276519 13.464 0.2673 13.4642 0.262248 13.4643 0.246862 13.4645 0.219254 13.4647 0.19892 13.4648 0.19995 13.465 0.209036 13.4651 0.201301 13.4653 0.170902 13.4654 0.136484 13.4656 0.120994 13.4658 0.131178 13.4659 0.157319 13.4661 0.181638 13.4662 0.189851 13.4664 0.185659 13.4665 0.186342 13.4667 0.20185 13.4669 0.216629 13.467 0.20739 13.4672 0.175402 13.4673 0.149347 13.4675 0.153539 13.4676 0.182289 13.4678 0.213301 13.468 0.231766 13.4681 0.23876 13.4683 0.24159 13.4684 0.247391 13.4686 0.260283 13.4687 0.279006 13.4689 0.297046 13.4691 0.313201 13.4692 0.333243 13.4694 0.357386 13.4695 0.372891 13.4697 0.368517 13.4698 0.352071 13.47 0.340073 13.4702 0.335339 13.4703 0.324688 13.4705 0.30235 13.4706 0.280011 13.4708 0.27062 13.4709 0.272441 13.4711 0.272605 13.4712 0.261831 13.4714 0.238642 13.4716 0.207053 13.4717 0.177166 13.4719 0.160533 13.472 0.158441 13.4722 0.158575 13.4723 0.149708 13.4725 0.136973 13.4727 0.134885 13.4728 0.149159 13.473 0.174288 13.4731 0.204029 13.4733 0.235246 13.4734 0.261365 13.4736 0.27188 13.4738 0.264565 13.4739 0.251874 13.4741 0.24766 13.4742 0.253228 13.4744 0.260838 13.4745 0.26616 13.4747 0.270634 13.4749 0.271689 13.475 0.262241 13.4752 0.242521 13.4753 0.223784 13.4755 0.214134 13.4756 0.206337 13.4758 0.191987 13.476 0.181656 13.4761 0.195875 13.4763 0.232165 13.4764 0.258119 13.4766 0.246608 13.4767 0.209466 13.4769 0.180441 13.477 0.172865 13.4772 0.170244 13.4774 0.157653 13.4775 0.14421 13.4777 0.146946 13.4778 0.167488 13.478 0.195182 13.4781 0.223738 13.4783 0.251462 13.4785 0.272753 13.4786 0.281179 13.4788 0.282682 13.4789 0.293163 13.4791 0.31944 13.4792 0.348035 13.4794 0.357709 13.4796 0.339505 13.4797 0.302678 13.4799 0.264704 13.48 0.238317 13.4802 0.228598 13.4803 0.236097 13.4805 0.257121 13.4807 0.279999 13.4808 0.287334 13.481 0.2731 13.4811 0.251476 13.4813 0.246906 13.4814 0.267916 13.4816 0.298455 13.4818 0.316124 13.4819 0.315362 13.4821 0.306071 13.4822 0.297566 13.4824 0.289745 13.4825 0.279951 13.4827 0.269418 13.4829 0.263039 13.483 0.26699 13.4832 0.285475 13.4833 0.314972 13.4835 0.342058 13.4836 0.352239 13.4838 0.34305 13.4839 0.327071 13.4841 0.319695 13.4843 0.324434 13.4844 0.331483 13.4846 0.330616 13.4847 0.322097 13.4849 0.314633 13.485 0.312419 13.4852 0.307938 13.4854 0.289603 13.4855 0.255871 13.4857 0.216246 13.4858 0.179765 13.486 0.148125 13.4861 0.121183 13.4863 0.104892 13.4865 0.108056 13.4866 0.132203 13.4868 0.167504 13.4869 0.198346 13.4871 0.21473 13.4872 0.221345 13.4874 0.235844 13.4876 0.270936 13.4877 0.316836 13.4879 0.346753 13.488 0.344969 13.4882 0.322858 13.4883 0.302305 13.4885 0.289766 13.4887 0.276548 13.4888 0.25978 13.489 0.254196 13.4891 0.276824 13.4893 0.326693 13.4894 0.381231 13.4896 0.410464 13.4898 0.397856 13.4899 0.351244 13.4901 0.294716 13.4902 0.248239 13.4904 0.215571 13.4905 0.194884 13.4907 0.190945 13.4908 0.209531 13.491 0.243027 13.4912 0.272373 13.4913 0.285526 13.4915 0.285467 13.4916 0.278427 13.4918 0.265861 13.4919 0.250299 13.4921 0.241746 13.4923 0.248353 13.4924 0.263026 13.4926 0.268021 13.4927 0.252566 13.4929 0.224145 13.493 0.201555 13.4932 0.198501 13.4934 0.212663 13.4935 0.23155 13.4937 0.248065 13.4938 0.267062 13.494 0.293044 13.4941 0.315052 13.4943 0.314976 13.4945 0.291244 13.4946 0.264674 13.4948 0.255781 13.4949 0.262741 13.4951 0.269471 13.4952 0.267154 13.4954 0.260361 13.4956 0.254502 13.4957 0.248607 13.4959 0.239827 13.496 0.229543 13.4962 0.21952 13.4963 0.21107 13.4965 0.208817 13.4967 0.220529 13.4968 0.248154 13.497 0.282437 13.4971 0.310217 13.4973 0.3255 13.4974 0.33197 13.4976 0.335459 13.4977 0.337833 13.4979 0.335571 13.4981 0.322755 13.4982 0.299826 13.4984 0.2782 13.4985 0.273706 13.4987 0.290837 13.4988 0.316062 13.499 0.33363 13.4992 0.342879 13.4993 0.353411 13.4995 0.366322 13.4996 0.37169 13.4998 0.365079 13.4999 0.355719 13.5001 0.351143 13.5003 0.344272 13.5004 0.325328 13.5006 0.301599 13.5007 0.290265 13.5009 0.296378 13.501 0.309134 13.5012 0.3203 13.5014 0.3348 13.5015 0.35936 13.5017 0.38858 13.5018 0.408598 13.502 0.407721 13.5021 0.383368 13.5023 0.342972 13.5025 0.301168 13.5026 0.268537 13.5028 0.240991 13.5029 0.209141 13.5031 0.178022 13.5032 0.167517 13.5034 0.186346 13.5035 0.217626 13.5037 0.239487 13.5039 0.251615 13.504 0.268085 13.5042 0.292713 13.5043 0.313151 13.5045 0.319036 13.5046 0.313638 13.5048 0.308297 13.505 0.313024 13.5051 0.332679 13.5053 0.362864 13.5054 0.388724 13.5056 0.398245 13.5057 0.39415 13.5059 0.388183 13.5061 0.384484 13.5062 0.376885 13.5064 0.361359 13.5065 0.341988 13.5067 0.325063 13.5068 0.315192 13.507 0.316656 13.5072 0.327529 13.5073 0.334781 13.5075 0.323667 13.5076 0.294873 13.5078 0.262403 13.5079 0.234801 13.5081 0.210374 13.5083 0.189495 13.5084 0.177201 13.5086 0.171904 13.5087 0.165475 13.5089 0.160375 13.509 0.172651 13.5092 0.207162 13.5094 0.245276 13.5095 0.268829 13.5097 0.284766 13.5098 0.311168 13.51 0.344333 13.5101 0.358255 13.5103 0.337507 13.5104 0.295207 13.5106 0.256519 13.5108 0.234503 13.5109 0.226983 13.5111 0.228301 13.5112 0.236105 13.5114 0.248581 13.5115 0.262597 13.5117 0.275503 13.5119 0.287372 13.512 0.300522 13.5122 0.314442 13.5123 0.325395 13.5125 0.330088 13.5126 0.328205 13.5128 0.318444 13.513 0.296866 13.5131 0.265652 13.5133 0.239153 13.5134 0.230112 13.5136 0.229968 13.5137 0.215763 13.5139 0.180976 13.5141 0.146959 13.5142 0.136282 13.5144 0.148519 13.5145 0.168526 13.5147 0.187492 13.5148 0.203672 13.515 0.212065 13.5152 0.210299 13.5153 0.209876 13.5155 0.226294 13.5156 0.258163 13.5158 0.289311 13.5159 0.309373 13.5161 0.320364 13.5163 0.323707 13.5164 0.316266 13.5166 0.301485 13.5167 0.289965 13.5169 0.284184 13.517 0.273648 13.5172 0.251647 13.5173 0.226737 13.5175 0.213215 13.5177 0.217256 13.5178 0.235384 13.518 0.261465 13.5181 0.2877 13.5183 0.306898 13.5184 0.316549 13.5186 0.319359 13.5188 0.318016 13.5189 0.315799 13.5191 0.321757 13.5192 0.343048 13.5194 0.370256 13.5195 0.381931 13.5197 0.371959 13.5199 0.362505 13.52 0.378138 13.5202 0.413768 13.5203 0.438744 13.5205 0.430397 13.5206 0.393564 13.5208 0.347527 13.521 0.305655 13.5211 0.27035 13.5213 0.241556 13.5214 0.223977 13.5216 0.22595 13.5217 0.2498 13.5219 0.285843 13.5221 0.318113 13.5222 0.338119 13.5224 0.347427 13.5225 0.345539 13.5227 0.32607 13.5228 0.291841 13.523 0.263167 13.5231 0.257891 13.5233 0.26709 13.5235 0.265918 13.5236 0.247578 13.5238 0.230025 13.5239 0.225751 13.5241 0.221871 13.5242 0.202095 13.5244 0.174809 13.5246 0.164398 13.5247 0.179172 13.5249 0.203609 13.525 0.219977 13.5252 0.226615 13.5253 0.232065 13.5255 0.243162 13.5257 0.263003 13.5258 0.291257 13.526 0.319507 13.5261 0.333693 13.5263 0.329438 13.5264 0.319779 13.5266 0.320889 13.5268 0.331168 13.5269 0.332643 13.5271 0.312847 13.5272 0.278305 13.5274 0.248129 13.5275 0.237666 13.5277 0.249737 13.5279 0.274301 13.528 0.294866 13.5282 0.300473 13.5283 0.29568 13.5285 0.293192 13.5286 0.297495 13.5288 0.299618 13.529 0.290567 13.5291 0.272397 13.5293 0.25254 13.5294 0.234393 13.5296 0.220668 13.5297 0.219428 13.5299 0.235063 13.53 0.255443 13.5302 0.260277 13.5304 0.244811 13.5305 0.224366 13.5307 0.213262 13.5308 0.207212 13.531 0.193558 13.5311 0.172785 13.5313 0.158224 13.5315 0.159278 13.5316 0.173188 13.5318 0.194202 13.5319 0.221332 13.5321 0.252623 13.5322 0.280081 13.5324 0.296641 13.5326 0.306304 13.5327 0.318848 13.5329 0.334896 13.533 0.342695 13.5332 0.334326 13.5333 0.320244 13.5335 0.319334 13.5337 0.338365 13.5338 0.366296 13.534 0.390141 13.5341 0.406668 13.5343 0.417337 13.5344 0.418691 13.5346 0.407154 13.5348 0.387824 13.5349 0.371019 13.5351 0.359404 13.5352 0.34626 13.5354 0.328941 13.5355 0.314918 13.5357 0.31266 13.5359 0.32013 13.536 0.327209 13.5362 0.327891 13.5363 0.324907 13.5365 0.326108 13.5366 0.336671 13.5368 0.355887 13.5369 0.378884 13.5371 0.399832 13.5373 0.41405 13.5374 0.41563 13.5376 0.3992 13.5377 0.365609 13.5379 0.325979 13.538 0.293843 13.5382 0.273599 13.5384 0.25993 13.5385 0.248295 13.5387 0.239601 13.5388 0.233923 13.539 0.22659 13.5391 0.217607 13.5393 0.217123 13.5395 0.234746 13.5396 0.265073 13.5398 0.290981 13.5399 0.300142 13.5401 0.29341 13.5402 0.277967 13.5404 0.260718 13.5406 0.24899 13.5407 0.251672 13.5409 0.270906 13.541 0.294654 13.5412 0.303955 13.5413 0.289577 13.5415 0.261158 13.5417 0.238869 13.5418 0.237461 13.542 0.255729 13.5421 0.280319 13.5423 0.296226 13.5424 0.296394 13.5426 0.283838 13.5428 0.268818 13.5429 0.262311 13.5431 0.267497 13.5432 0.278104 13.5434 0.285533 13.5435 0.287579 13.5437 0.286419 13.5438 0.278709 13.544 0.255269 13.5442 0.215665 13.5443 0.177302 13.5445 0.161227 13.5446 0.170956 13.5448 0.190957 13.5449 0.208111 13.5451 0.224729 13.5453 0.247575 13.5454 0.273888 13.5456 0.294871 13.5457 0.30964 13.5459 0.322789 13.546 0.331441 13.5462 0.323587 13.5464 0.296604 13.5465 0.268021 13.5467 0.260175 13.5468 0.276335 13.547 0.299628 13.5471 0.313601 13.5473 0.316067 13.5475 0.312924 13.5476 0.308095 13.5478 0.306278 13.5479 0.316508 13.5481 0.342113 13.5482 0.369846 13.5484 0.379579 13.5486 0.366639 13.5487 0.34642 13.5489 0.333826 13.549 0.325701 13.5492 0.30923 13.5493 0.280959 13.5495 0.251397 13.5496 0.231609 13.5498 0.224378 13.55 0.228057 13.5501 0.241087 13.5503 0.260173 13.5504 0.276318 13.5506 0.278438 13.5507 0.261313 13.5509 0.230555 13.5511 0.199747 13.5512 0.182292 13.5514 0.181307 13.5515 0.188676 13.5517 0.196022 13.5518 0.204817 13.552 0.220879 13.5522 0.241003 13.5523 0.252069 13.5525 0.247636 13.5526 0.237428 13.5528 0.233943 13.5529 0.236109 13.5531 0.234342 13.5533 0.22876 13.5534 0.229335 13.5536 0.234827 13.5537 0.226819 13.5539 0.19273 13.554 0.14771 13.5542 0.121417 13.5544 0.126262 13.5545 0.149425 13.5547 0.173853 13.5548 0.194331 13.555 0.210603 13.5551 0.216945 13.5553 0.209199 13.5555 0.194464 13.5556 0.185476 13.5558 0.189082 13.5559 0.202731 13.5561 0.218723 13.5562 0.226375 13.5564 0.216528 13.5565 0.193197 13.5567 0.176022 13.5569 0.180831 13.557 0.202015 13.5572 0.220343 13.5573 0.229113 13.5575 0.235226 13.5576 0.238592 13.5578 0.226752 13.558 0.197152 13.5581 0.170045 13.5583 0.166532 13.5584 0.182911 13.5586 0.198337 13.5587 0.202955 13.5589 0.20519 13.5591 0.21297 13.5592 0.220828 13.5594 0.219082 13.5595 0.205649 13.5597 0.186423 13.5598 0.168744 13.56 0.159618 13.5602 0.164008 13.5603 0.179506 13.5605 0.196496 13.5606 0.205316 13.5608 0.205507 13.5609 0.20517 13.5611 0.211234 13.5613 0.222708 13.5614 0.23147 13.5616 0.232908 13.5617 0.23191 13.5619 0.238014 13.562 0.250908 13.5622 0.260003 13.5624 0.256353 13.5625 0.243379 13.5627 0.230332 13.5628 0.222308 13.563 0.220615 13.5631 0.225986 13.5633 0.233638 13.5634 0.228762 13.5636 0.201654 13.5638 0.163441 13.5639 0.137581 13.5641 0.134655 13.5642 0.14544 13.5644 0.159953 13.5645 0.178998 13.5647 0.20238 13.5649 0.2205 13.565 0.226577 13.5652 0.226175 13.5653 0.226839 13.5655 0.227478 13.5656 0.227431 13.5658 0.23691 13.566 0.263005 13.5661 0.291527 13.5663 0.300502 13.5664 0.288268 13.5666 0.273413 13.5667 0.267448 13.5669 0.264077 13.5671 0.260686 13.5672 0.269283 13.5674 0.295004 13.5675 0.317621 13.5677 0.311474 13.5678 0.278846 13.568 0.246272 13.5682 0.229461 13.5683 0.216662 13.5685 0.191092 13.5686 0.156179 13.5688 0.129985 13.5689 0.123963 13.5691 0.134264 13.5692 0.151047 13.5694 0.165253 13.5696 0.168242 13.5697 0.156092 13.5699 0.138582 13.57 0.134595 13.5702 0.153299 13.5703 0.183588 13.5705 0.20865 13.5707 0.223735 13.5708 0.234965 13.571 0.24353 13.5711 0.245048 13.5713 0.244082 13.5714 0.2554 13.5716 0.283906 13.5718 0.312248 13.5719 0.318742 13.5721 0.301474 13.5722 0.275947 13.5724 0.254297 13.5725 0.237421 13.5727 0.225022 13.5729 0.220894 13.573 0.22593 13.5732 0.233952 13.5733 0.239119 13.5735 0.240589 13.5736 0.23783 13.5738 0.230159 13.574 0.222553 13.5741 0.224475 13.5743 0.239375 13.5744 0.259452 13.5746 0.275929 13.5747 0.286615 13.5749 0.290566 13.5751 0.286494 13.5752 0.280362 13.5754 0.288431 13.5755 0.321123 13.5757 0.367032 13.5758 0.403623 13.576 0.419481 13.5761 0.41951 13.5763 0.411926 13.5765 0.397874 13.5766 0.375618 13.5768 0.345964 13.5769 0.313007 13.5771 0.283871 13.5772 0.266447 13.5774 0.263414 13.5776 0.269352 13.5777 0.278642 13.5779 0.292026 13.578 0.311048 13.5782 0.328508 13.5783 0.333947 13.5785 0.326424 13.5787 0.314213 13.5788 0.302685 13.579 0.29332 13.5791 0.289869 13.5793 0.295615 13.5794 0.302752 13.5796 0.296128 13.5798 0.270012 13.5799 0.232161 13.5801 0.189222 13.5802 0.142341 13.5804 0.0988226 13.5805 0.0762477 13.5807 0.0852211 13.5809 0.116442 13.581 0.153807 13.5812 0.190149 13.5813 0.225667 13.5815 0.259449 13.5816 0.29108 13.5818 0.320337 13.582 0.338702 13.5821 0.331313 13.5823 0.299318 13.5824 0.267596 13.5826 0.255439 13.5827 0.249361 13.5829 0.223593 13.583 0.180602 13.5832 0.149486 13.5834 0.144019 13.5835 0.145738 13.5837 0.133329 13.5838 0.108377 13.584 0.0837805 13.5841 0.0652706 13.5843 0.0561387 13.5845 0.0671249 13.5846 0.10354 13.5848 0.151186 13.5849 0.186959 13.5851 0.201416 13.5852 0.200621 13.5854 0.192615 13.5856 0.18384 13.5857 0.183013 13.5859 0.194673 13.586 0.208151 13.5862 0.205984 13.5863 0.187459 13.5865 0.172629 13.5867 0.179636 13.5868 0.202737 13.587 0.218236 13.5871 0.209925 13.5873 0.186055 13.5874 0.171733 13.5876 0.185919 13.5878 0.223749 13.5879 0.261584 13.5881 0.280005 13.5882 0.279985 13.5884 0.275863 13.5885 0.27653 13.5887 0.279627 13.5889 0.280012 13.589 0.278333 13.5892 0.278022 13.5893 0.280864 13.5895 0.287636 13.5896 0.298289 13.5898 0.308713 13.5899 0.309592 13.5901 0.293527 13.5903 0.264957 13.5904 0.240157 13.5906 0.236755 13.5907 0.259654 13.5909 0.295779 13.591 0.32445 13.5912 0.334304 13.5914 0.329837 13.5915 0.321491 13.5917 0.312344 13.5918 0.299157 13.592 0.28168 13.5921 0.265052 13.5923 0.251972 13.5925 0.240582 13.5926 0.231236 13.5928 0.230844 13.5929 0.245455 13.5931 0.272416 13.5932 0.302755 13.5934 0.329313 13.5936 0.347733 13.5937 0.352571 13.5939 0.340476 13.594 0.317825 13.5942 0.299831 13.5943 0.296905 13.5945 0.304772 13.5947 0.311344 13.5948 0.308902 13.595 0.297608 13.5951 0.279001 13.5953 0.253821 13.5954 0.224874 13.5956 0.199736 13.5957 0.186658 13.5959 0.191023 13.5961 0.213243 13.5962 0.245393 13.5964 0.271258 13.5965 0.27559 13.5967 0.259113 13.5968 0.239899 13.597 0.235582 13.5972 0.248388 13.5973 0.267919 13.5975 0.285178 13.5976 0.296923 13.5978 0.301034 13.5979 0.296513 13.5981 0.289755 13.5983 0.292261 13.5984 0.30939 13.5986 0.333792 13.5987 0.352249 13.5989 0.357358 13.599 0.352605 13.5992 0.348042 13.5994 0.349666 13.5995 0.350861 13.5997 0.339047 13.5998 0.311139 13.6 0.280862 13.6001 0.263456 13.6003 0.256876 13.6005 0.247139 13.6006 0.230197 13.6008 0.218173 13.6009 0.220822 13.6011 0.23132 13.6012 0.234357 13.6014 0.223469 13.6016 0.205323 13.6017 0.193033 13.6019 0.19815 13.602 0.223065 13.6022 0.25689 13.6023 0.282816 13.6025 0.292234 13.6026 0.288848 13.6028 0.278706 13.603 0.266325 13.6031 0.259954 13.6033 0.268215 13.6034 0.284748 13.6036 0.288819 13.6037 0.270541 13.6039 0.246566 13.6041 0.238909 13.6042 0.245906 13.6044 0.248087 13.6045 0.238197 13.6047 0.229972 13.6048 0.23661 13.605 0.254345 13.6052 0.268069 13.6053 0.266144 13.6055 0.247585 13.6056 0.222534 13.6058 0.205154 13.6059 0.19997 13.6061 0.197291 13.6063 0.187142 13.6064 0.173683 13.6066 0.166575 13.6067 0.162791 13.6069 0.152328 13.607 0.139404 13.6072 0.140668 13.6074 0.159813 13.6075 0.18028 13.6077 0.191745 13.6078 0.206424 13.608 0.236888 13.6081 0.270183 13.6083 0.280456 13.6085 0.260962 13.6086 0.232489 13.6088 0.217787 13.6089 0.221166 13.6091 0.234167 13.6092 0.250023 13.6094 0.268805 13.6095 0.292941 13.6097 0.321065 13.6099 0.346743 13.61 0.361831 13.6102 0.361431 13.6103 0.34793 13.6105 0.328272 13.6106 0.311412 13.6108 0.304594 13.611 0.308951 13.6111 0.314975 13.6113 0.310034 13.6114 0.29405 13.6116 0.284394 13.6117 0.299876 13.6119 0.339114 13.6121 0.382401 13.6122 0.411881 13.6124 0.424628 13.6125 0.426027 13.6127 0.41632 13.6128 0.391509 13.613 0.353716 13.6132 0.314144 13.6133 0.283026 13.6135 0.262144 13.6136 0.251142 13.6138 0.254751 13.6139 0.275206 13.6141 0.298496 13.6143 0.300944 13.6144 0.275575 13.6146 0.24284 13.6147 0.225738 13.6149 0.223163 13.615 0.21831 13.6152 0.20608 13.6153 0.198494 13.6155 0.202384 13.6157 0.209846 13.6158 0.214945 13.616 0.224606 13.6161 0.244684 13.6163 0.264907 13.6164 0.269868 13.6166 0.25851 13.6168 0.244517 13.6169 0.239091 13.6171 0.239536 13.6172 0.236033 13.6174 0.224117 13.6175 0.211882 13.6177 0.2136 13.6179 0.233139 13.618 0.257099 13.6182 0.268341 13.6183 0.266036 13.6185 0.262546 13.6186 0.259711 13.6188 0.246705 13.619 0.221662 13.6191 0.202795 13.6193 0.205151 13.6194 0.221453 13.6196 0.235629 13.6197 0.243917 13.6199 0.249913 13.6201 0.248049 13.6202 0.231299 13.6204 0.206 13.6205 0.184597 13.6207 0.166518 13.6208 0.145414 13.621 0.129465 13.6212 0.137403 13.6213 0.168786 13.6215 0.202178 13.6216 0.226185 13.6218 0.254084 13.6219 0.29479 13.6221 0.330365 13.6222 0.338294 13.6224 0.325842 13.6226 0.325272 13.6227 0.353251 13.6229 0.393577 13.623 0.419169 13.6232 0.42097 13.6233 0.411502 13.6235 0.405806 13.6237 0.406347 13.6238 0.403098 13.624 0.385417 13.6241 0.352481 13.6243 0.315145 13.6244 0.288067 13.6246 0.277739 13.6248 0.276399 13.6249 0.269004 13.6251 0.24718 13.6252 0.218562 13.6254 0.198372 13.6255 0.190805 13.6257 0.183808 13.6259 0.16447 13.626 0.136232 13.6262 0.115407 13.6263 0.115586 13.6265 0.13774 13.6266 0.171077 13.6268 0.198917 13.627 0.207511 13.6271 0.200237 13.6273 0.19902 13.6274 0.22389 13.6276 0.271094 13.6277 0.319287 13.6279 0.354353 13.6281 0.37601 13.6282 0.386975 13.6284 0.385339 13.6285 0.373826 13.6287 0.360764 13.6288 0.347303 13.629 0.32528 13.6291 0.292703 13.6293 0.261091 13.6295 0.241102 13.6296 0.2296 13.6298 0.219072 13.6299 0.210422 13.6301 0.206734 13.6302 0.203731 13.6304 0.197296 13.6306 0.193272 13.6307 0.199974 13.6309 0.214568 13.631 0.227457 13.6312 0.237694 13.6313 0.252867 13.6315 0.275531 13.6317 0.298341 13.6318 0.312843 13.632 0.314388 13.6321 0.299997 13.6323 0.271366 13.6324 0.240112 13.6326 0.221379 13.6328 0.217756 13.6329 0.21603 13.6331 0.203006 13.6332 0.179603 13.6334 0.155728 13.6335 0.139282 13.6337 0.132706 13.6339 0.135618 13.634 0.145145 13.6342 0.156699 13.6343 0.166756 13.6345 0.175187 13.6346 0.182175 13.6348 0.185844 13.635 0.183249 13.6351 0.174604 13.6353 0.16507 13.6354 0.163067 13.6356 0.17653 13.6357 0.205698 13.6359 0.238354 13.636 0.254912 13.6362 0.243685 13.6364 0.214059 13.6365 0.191869 13.6367 0.198142 13.6368 0.230691 13.637 0.26936 13.6371 0.298789 13.6373 0.320298 13.6375 0.339901 13.6376 0.35075 13.6378 0.340175 13.6379 0.310411 13.6381 0.282125 13.6382 0.273472 13.6384 0.283411 13.6386 0.300373 13.6387 0.318039 13.6389 0.334076 13.639 0.342432 13.6392 0.338886 13.6393 0.328709 13.6395 0.321267 13.6397 0.317444 13.6398 0.311926 13.64 0.304549 13.6401 0.301666 13.6403 0.30488 13.6404 0.308164 13.6406 0.30695 13.6408 0.302822 13.6409 0.296302 13.6411 0.285143 13.6412 0.270378 13.6414 0.259936 13.6415 0.260609 13.6417 0.270013 13.6418 0.279143 13.642 0.280889 13.6422 0.275556 13.6423 0.266083 13.6425 0.254125 13.6426 0.238254 13.6428 0.220694 13.6429 0.210938 13.6431 0.220017 13.6433 0.244663 13.6434 0.268019 13.6436 0.281111 13.6437 0.296184 13.6439 0.329595 13.644 0.375436 13.6442 0.410968 13.6444 0.424531 13.6445 0.424726 13.6447 0.423729 13.6448 0.423683 13.645 0.42462 13.6451 0.427935 13.6453 0.427381 13.6455 0.410078 13.6456 0.375299 13.6458 0.340568 13.6459 0.317694 13.6461 0.297293 13.6462 0.268297 13.6464 0.241255 13.6466 0.23426 13.6467 0.24117 13.6469 0.234514 13.647 0.203027 13.6472 0.167512 13.6473 0.154782 13.6475 0.165831 13.6477 0.18054 13.6478 0.186072 13.648 0.19007 13.6481 0.207076 13.6483 0.238887 13.6484 0.270092 13.6486 0.282632 13.6487 0.271071 13.6489 0.244461 13.6491 0.214842 13.6492 0.190531 13.6494 0.178801 13.6495 0.18609 13.6497 0.210575 13.6498 0.237899 13.65 0.251789 13.6502 0.247794 13.6503 0.232983 13.6505 0.21537 13.6506 0.201204 13.6508 0.197908 13.6509 0.212144 13.6511 0.242943 13.6513 0.280505 13.6514 0.312241 13.6516 0.328954 13.6517 0.328828 13.6519 0.32053 13.652 0.316405 13.6522 0.317525 13.6524 0.310677 13.6525 0.287636 13.6527 0.261793 13.6528 0.254422 13.653 0.266824 13.6531 0.279319 13.6533 0.277902 13.6535 0.268562 13.6536 0.263147 13.6538 0.264296 13.6539 0.270355 13.6541 0.281789 13.6542 0.295035 13.6544 0.297662 13.6546 0.28183 13.6547 0.257332 13.6549 0.243422 13.655 0.249011 13.6552 0.266048 13.6553 0.279931 13.6555 0.280298 13.6556 0.267553 13.6558 0.253546 13.656 0.253236 13.6561 0.27049 13.6563 0.294143 13.6564 0.313746 13.6566 0.332272 13.6567 0.356402 13.6569 0.379342 13.6571 0.384593 13.6572 0.366422 13.6574 0.338851 13.6575 0.320502 13.6577 0.31702 13.6578 0.321315 13.658 0.324132 13.6582 0.321453 13.6583 0.314249 13.6585 0.30555 13.6586 0.297798 13.6588 0.292574 13.6589 0.291599 13.6591 0.29516 13.6593 0.297784 13.6594 0.287896 13.6596 0.257944 13.6597 0.214166 13.6599 0.173305 13.66 0.150431 13.6602 0.149349 13.6604 0.166352 13.6605 0.197491 13.6607 0.238289 13.6608 0.279039 13.661 0.306452 13.6611 0.314181 13.6613 0.310305 13.6614 0.311532 13.6616 0.325688 13.6618 0.343719 13.6619 0.350119 13.6621 0.339296 13.6622 0.31705 13.6624 0.291907 13.6625 0.271468 13.6627 0.264251 13.6629 0.274459 13.663 0.290884 13.6632 0.293772 13.6633 0.277427 13.6635 0.2564 13.6636 0.246619 13.6638 0.249001 13.664 0.258056 13.6641 0.274141 13.6643 0.294075 13.6644 0.303402 13.6646 0.293386 13.6647 0.277912 13.6649 0.278058 13.6651 0.293921 13.6652 0.307808 13.6654 0.313698 13.6655 0.322573 13.6657 0.339011 13.6658 0.352452 13.666 0.356522 13.6662 0.357087 13.6663 0.355768 13.6665 0.341139 13.6666 0.309318 13.6668 0.278186 13.6669 0.267079 13.6671 0.273363 13.6673 0.279288 13.6674 0.275499 13.6676 0.265032 13.6677 0.253371 13.6679 0.247244 13.668 0.25377 13.6682 0.268407 13.6683 0.270474 13.6685 0.246631 13.6687 0.212017 13.6688 0.195316 13.669 0.203854 13.6691 0.220279 13.6693 0.229069 13.6694 0.231755 13.6696 0.236076 13.6698 0.244622 13.6699 0.257139 13.6701 0.270413 13.6702 0.27424 13.6704 0.261347 13.6705 0.243786 13.6707 0.245215 13.6709 0.270834 13.671 0.29897 13.6712 0.307717 13.6713 0.296787 13.6715 0.27604 13.6716 0.247842 13.6718 0.212467 13.672 0.181296 13.6721 0.167822 13.6723 0.17121 13.6724 0.180616 13.6726 0.192691 13.6727 0.21337 13.6729 0.242806 13.6731 0.270456 13.6732 0.286873 13.6734 0.292828 13.6735 0.294492 13.6737 0.295795 13.6738 0.29776 13.674 0.300802 13.6742 0.306753 13.6743 0.317026 13.6745 0.331079 13.6746 0.342339 13.6748 0.341217 13.6749 0.32405 13.6751 0.29781 13.6752 0.272798 13.6754 0.254316 13.6756 0.243201 13.6757 0.239523 13.6759 0.240645 13.676 0.239365 13.6762 0.231928 13.6763 0.223062 13.6765 0.218189 13.6767 0.212518 13.6768 0.198404 13.677 0.179248 13.6771 0.167599 13.6773 0.170382 13.6774 0.184697 13.6776 0.207878 13.6778 0.241394 13.6779 0.279843 13.6781 0.308238 13.6782 0.315561 13.6784 0.306867 13.6785 0.293676 13.6787 0.280942 13.6789 0.267781 13.679 0.256838 13.6792 0.25174 13.6793 0.248054 13.6795 0.236403 13.6796 0.21739 13.6798 0.207308 13.68 0.219813 13.6801 0.246605 13.6803 0.258349 13.6804 0.233433 13.6806 0.182355 13.6807 0.139976 13.6809 0.130926 13.6811 0.146393 13.6812 0.161951 13.6814 0.170204 13.6815 0.186103 13.6817 0.219009 13.6818 0.254474 13.682 0.270719 13.6821 0.265567 13.6823 0.25495 13.6825 0.24846 13.6826 0.240594 13.6828 0.224704 13.6829 0.205494 13.6831 0.191591 13.6832 0.182807 13.6834 0.173341 13.6836 0.160898 13.6837 0.149661 13.6839 0.143675 13.684 0.142635 13.6842 0.143677 13.6843 0.143684 13.6845 0.141753 13.6847 0.141123 13.6848 0.14716 13.685 0.162855 13.6851 0.185889 13.6853 0.210839 13.6854 0.233432 13.6856 0.249368 13.6858 0.253834 13.6859 0.247052 13.6861 0.235624 13.6862 0.227519 13.6864 0.221658 13.6865 0.20931 13.6867 0.187331 13.6869 0.16319 13.687 0.145656 13.6872 0.135347 13.6873 0.129303 13.6875 0.13061 13.6876 0.146203 13.6878 0.173612 13.6879 0.200046 13.6881 0.215711 13.6883 0.224699 13.6884 0.237035 13.6886 0.255135 13.6887 0.272512 13.6889 0.282782 13.689 0.283834 13.6892 0.27736 13.6894 0.269274 13.6895 0.267818 13.6897 0.275652 13.6898 0.283633 13.69 0.281632 13.6901 0.274693 13.6903 0.278093 13.6905 0.295284 13.6906 0.309654 13.6908 0.305119 13.6909 0.286452 13.6911 0.270751 13.6912 0.264703 13.6914 0.261097 13.6916 0.254407 13.6917 0.250209 13.6919 0.254486 13.692 0.263159 13.6922 0.266655 13.6923 0.260384 13.6925 0.247357 13.6927 0.23294 13.6928 0.219327 13.693 0.206477 13.6931 0.194621 13.6933 0.185346 13.6934 0.180019 13.6936 0.176886 13.6938 0.174599 13.6939 0.177352 13.6941 0.191139 13.6942 0.212036 13.6944 0.22349 13.6945 0.211814 13.6947 0.18376 13.6948 0.160232 13.695 0.156088 13.6952 0.172673 13.6953 0.204304 13.6955 0.242937 13.6956 0.276023 13.6958 0.29348 13.6959 0.300831 13.6961 0.31563 13.6963 0.342525 13.6964 0.362774 13.6966 0.355122 13.6967 0.319866 13.6969 0.275069 13.697 0.236397 13.6972 0.211612 13.6974 0.204801 13.6975 0.213608 13.6977 0.222648 13.6978 0.213762 13.698 0.186177 13.6981 0.156689 13.6983 0.141757 13.6985 0.145401 13.6986 0.162873 13.6988 0.185035 13.6989 0.197409 13.6991 0.188128 13.6992 0.163421 13.6994 0.146194 13.6996 0.152924 13.6997 0.178703 13.6999 0.207747 13.7 0.232496 13.7002 0.253946 13.7003 0.270343 13.7005 0.27503 13.7007 0.263383 13.7008 0.236691 13.701 0.200763 13.7011 0.164052 13.7013 0.135701 13.7014 0.122556 13.7016 0.127633 13.7017 0.152371 13.7019 0.192552 13.7021 0.232601 13.7022 0.25502 13.7024 0.260759 13.7025 0.271767 13.7027 0.304015 13.7028 0.342693 13.703 0.360399 13.7032 0.350316 13.7033 0.330177 13.7035 0.312357 13.7036 0.28897 13.7038 0.251791 13.7039 0.21181 13.7041 0.187591 13.7043 0.18272 13.7044 0.186295 13.7046 0.190101 13.7047 0.196507 13.7049 0.207577 13.705 0.219091 13.7052 0.227953 13.7054 0.237549 13.7055 0.25623 13.7057 0.287059 13.7058 0.323067 13.706 0.35253 13.7061 0.369357 13.7063 0.378655 13.7065 0.391459 13.7066 0.411765 13.7068 0.4315 13.7069 0.437757 13.7071 0.422474 13.7072 0.384813 13.7074 0.33115 13.7075 0.27627 13.7077 0.23952 13.7079 0.230011 13.708 0.238681 13.7082 0.248825 13.7083 0.253277 13.7085 0.257204 13.7086 0.26421 13.7088 0.271406 13.709 0.278889 13.7091 0.292549 13.7093 0.310781 13.7094 0.315762 13.7096 0.289818 13.7097 0.239603 13.7099 0.193766 13.7101 0.173104 13.7102 0.171461 13.7104 0.169461 13.7105 0.16143 13.7107 0.161219 13.7108 0.183772 13.711 0.228154 13.7112 0.280486 13.7113 0.326852 13.7115 0.360656 13.7116 0.380702 13.7118 0.388786 13.7119 0.387943 13.7121 0.379156 13.7123 0.360676 13.7124 0.333169 13.7126 0.305754 13.7127 0.290588 13.7129 0.289512 13.713 0.291012 13.7132 0.285105 13.7134 0.276255 13.7135 0.276364 13.7137 0.286954 13.7138 0.295974 13.714 0.295429 13.7141 0.291092 13.7143 0.29195 13.7144 0.295429 13.7146 0.290455 13.7148 0.274857 13.7149 0.259865 13.7151 0.255947 13.7152 0.260723 13.7154 0.264176 13.7155 0.263371 13.7157 0.264429 13.7159 0.27205 13.716 0.282087 13.7162 0.287726 13.7163 0.290634 13.7165 0.299727 13.7166 0.319227 13.7168 0.340275 13.717 0.347281 13.7171 0.330963 13.7173 0.295436 13.7174 0.253996 13.7176 0.220577 13.7177 0.203931 13.7179 0.203961 13.7181 0.213167 13.7182 0.222986 13.7184 0.231988 13.7185 0.244761 13.7187 0.261097 13.7188 0.272444 13.719 0.27379 13.7192 0.27313 13.7193 0.281298 13.7195 0.29464 13.7196 0.29639 13.7198 0.278444 13.7199 0.250579 13.7201 0.225069 13.7203 0.201629 13.7204 0.177018 13.7206 0.161173 13.7207 0.170912 13.7209 0.207292 13.721 0.251722 13.7212 0.284811 13.7213 0.30173 13.7215 0.306547 13.7217 0.302053 13.7218 0.291184 13.722 0.281418 13.7221 0.277569 13.7223 0.275163 13.7224 0.266721 13.7226 0.250587 13.7228 0.229892 13.7229 0.205126 13.7231 0.180078 13.7232 0.170258 13.7234 0.19064 13.7235 0.230217 13.7237 0.252943 13.7239 0.234934 13.724 0.19693 13.7242 0.185205 13.7243 0.222598 13.7245 0.287275 13.7246 0.340396 13.7248 0.365377 13.725 0.371843 13.7251 0.371912 13.7253 0.365701 13.7254 0.349408 13.7256 0.325429 13.7257 0.297823 13.7259 0.262275 13.7261 0.209418 13.7262 0.140604 13.7264 0.0744079 13.7265 0.0381084 13.7267 0.0475458 13.7268 0.0956984 13.727 0.154598 13.7272 0.1931 13.7273 0.197269 13.7275 0.176892 13.7276 0.15216 13.7278 0.137655 13.7279 0.135338 13.7281 0.140295 13.7282 0.147244 13.7284 0.155348 13.7286 0.165755 13.7287 0.178061 13.7289 0.190163 13.729 0.202631 13.7292 0.223194 13.7293 0.260519 13.7295 0.310443 13.7297 0.355213 13.7298 0.382552 13.73 0.396702 13.7301 0.403977 13.7303 0.394291 13.7304 0.353977 13.7306 0.292236 13.7308 0.24042 13.7309 0.220183 13.7311 0.225325 13.7312 0.237343 13.7314 0.244052 13.7315 0.23737 13.7317 0.210429 13.7319 0.171875 13.732 0.151444 13.7322 0.173254 13.7323 0.227673 13.7325 0.281618 13.7326 0.315377 13.7328 0.335526 13.733 0.354661 13.7331 0.37282 13.7333 0.382339 13.7334 0.380878 13.7336 0.374364 13.7337 0.371151 13.7339 0.375536 13.734 0.381458 13.7342 0.376134 13.7344 0.356154 13.7345 0.335471 13.7347 0.329619 13.7348 0.335917 13.735 0.340282 13.7351 0.33831 13.7353 0.337415 13.7355 0.336907 13.7356 0.325461 13.7358 0.300631 13.7359 0.27565 13.7361 0.258146 13.7362 0.236808 13.7364 0.199011 13.7366 0.151351 13.7367 0.111237 13.7369 0.08855 13.737 0.0843053 13.7372 0.100636 13.7373 0.138369 13.7375 0.187846 13.7377 0.234389 13.7378 0.27006 13.738 0.292702 13.7381 0.297427 13.7383 0.280708 13.7384 0.252005 13.7386 0.230778 13.7388 0.229354 13.7389 0.243079 13.7391 0.258211 13.7392 0.263972 13.7394 0.257322 13.7395 0.243768 13.7397 0.232205 13.7399 0.226656 13.74 0.223176 13.7402 0.219737 13.7403 0.223589 13.7405 0.244266 13.7406 0.278743 13.7408 0.313609 13.7409 0.335245 13.7411 0.33753 13.7413 0.320298 13.7414 0.291366 13.7416 0.264397 13.7417 0.247904 13.7419 0.236588 13.742 0.2212 13.7422 0.206496 13.7424 0.206165 13.7425 0.221391 13.7427 0.237695 13.7428 0.244763 13.743 0.250158 13.7431 0.263713 13.7433 0.279376 13.7435 0.282364 13.7436 0.26963 13.7438 0.251819 13.7439 0.237687 13.7441 0.224638 13.7442 0.207251 13.7444 0.18786 13.7446 0.175555 13.7447 0.176774 13.7449 0.189642 13.745 0.207047 13.7452 0.223608 13.7453 0.236899 13.7455 0.242993 13.7457 0.23609 13.7458 0.215822 13.746 0.192724 13.7461 0.183725 13.7463 0.196876 13.7464 0.225362 13.7466 0.25513 13.7468 0.276124 13.7469 0.285492 13.7471 0.284014 13.7472 0.273284 13.7474 0.256836 13.7475 0.242279 13.7477 0.239764 13.7478 0.254702 13.748 0.278465 13.7482 0.29183 13.7483 0.281094 13.7485 0.252805 13.7486 0.228419 13.7488 0.223723 13.7489 0.235279 13.7491 0.24301 13.7493 0.225412 13.7494 0.177836 13.7496 0.122547 13.7497 0.0950884 13.7499 0.113705 13.75 0.16068 13.7502 0.200444 13.7504 0.215304 13.7505 0.215524 13.7507 0.218336 13.7508 0.227729 13.751 0.239171 13.7511 0.251306 13.7513 0.263569 13.7515 0.27298 13.7516 0.278058 13.7518 0.283701 13.7519 0.295713 13.7521 0.312341 13.7522 0.329449 13.7524 0.346536 13.7526 0.362477 13.7527 0.369679 13.7529 0.359761 13.753 0.336479 13.7532 0.313636 13.7533 0.302532 13.7535 0.301258 13.7536 0.300928 13.7538 0.29609 13.754 0.288531 13.7541 0.284533 13.7543 0.287333 13.7544 0.292643 13.7546 0.292878 13.7547 0.285931 13.7549 0.277895 13.7551 0.272094 13.7552 0.262487 13.7554 0.241895 13.7555 0.215511 13.7557 0.199764 13.7558 0.204436 13.756 0.221615 13.7562 0.234941 13.7563 0.234812 13.7565 0.225427 13.7566 0.215485 13.7568 0.210021 13.7569 0.20897 13.7571 0.209378 13.7573 0.207104 13.7574 0.195838 13.7576 0.171475 13.7577 0.137367 13.7579 0.106399 13.758 0.0912109 13.7582 0.0945156 13.7584 0.110053 13.7585 0.13037 13.7587 0.152857 13.7588 0.175551 13.759 0.193346 13.7591 0.199367 13.7593 0.188737 13.7595 0.163123 13.7596 0.132666 13.7598 0.112463 13.7599 0.11002 13.7601 0.116359 13.7602 0.11502 13.7604 0.100788 13.7605 0.0829248 13.7607 0.0710185 13.7609 0.0660345 13.761 0.067939 13.7612 0.0831389 13.7613 0.114407 13.7615 0.150797 13.7616 0.177584 13.7618 0.192306 13.762 0.20456 13.7621 0.220525 13.7623 0.236392 13.7624 0.245489 13.7626 0.245451 13.7627 0.238316 13.7629 0.230764 13.7631 0.23113 13.7632 0.241277 13.7634 0.250857 13.7635 0.247276 13.7637 0.231778 13.7638 0.217871 13.764 0.213489 13.7642 0.211835 13.7643 0.204206 13.7645 0.193011 13.7646 0.187673 13.7648 0.189406 13.7649 0.190178 13.7651 0.185254 13.7653 0.183128 13.7654 0.198232 13.7656 0.232572 13.7657 0.269155 13.7659 0.28654 13.766 0.281602 13.7662 0.272698 13.7664 0.2774 13.7665 0.292026 13.7667 0.29949 13.7668 0.290979 13.767 0.274249 13.7671 0.258813 13.7673 0.247769 13.7674 0.243025 13.7676 0.248447 13.7678 0.260236 13.7679 0.263949 13.7681 0.247168 13.7682 0.214616 13.7684 0.185501 13.7685 0.179724 13.7687 0.208894 13.7689 0.269235 13.769 0.337076 13.7692 0.378255 13.7693 0.372626 13.7695 0.332269 13.7696 0.289217 13.7698 0.264288 13.77 0.254752 13.7701 0.247551 13.7703 0.236257 13.7704 0.225361 13.7706 0.222359 13.7707 0.229898 13.7709 0.241811 13.7711 0.246139 13.7712 0.236784 13.7714 0.221011 13.7715 0.212349 13.7717 0.213745 13.7718 0.215793 13.772 0.211744 13.7722 0.206874 13.7723 0.208155 13.7725 0.213872 13.7726 0.217126 13.7728 0.218442 13.7729 0.223112 13.7731 0.230383 13.7733 0.231413 13.7734 0.218468 13.7736 0.192895 13.7737 0.164798 13.7739 0.145936 13.774 0.14472 13.7742 0.1616 13.7743 0.187591 13.7745 0.211892 13.7747 0.229817 13.7748 0.239841 13.775 0.239735 13.7751 0.229055 13.7753 0.218297 13.7754 0.223065 13.7756 0.245006 13.7758 0.269565 13.7759 0.281797 13.7761 0.278955 13.7762 0.264199 13.7764 0.238538 13.7765 0.204597 13.7767 0.174486 13.7769 0.156981 13.777 0.144824 13.7772 0.123834 13.7773 0.0962784 13.7775 0.0830247 13.7776 0.0995898 13.7778 0.142444 13.778 0.198877 13.7781 0.261309 13.7783 0.320305 13.7784 0.35981 13.7786 0.367991 13.7787 0.354444 13.7789 0.344104 13.7791 0.351842 13.7792 0.368831 13.7794 0.375651 13.7795 0.363011 13.7797 0.337007 13.7798 0.311772 13.78 0.296816 13.7801 0.293277 13.7803 0.296915 13.7805 0.303061 13.7806 0.309279 13.7808 0.312022 13.7809 0.307709 13.7811 0.296782 13.7812 0.287743 13.7814 0.286619 13.7816 0.287318 13.7817 0.275461 13.7819 0.244745 13.782 0.209627 13.7822 0.192711 13.7823 0.204041 13.7825 0.230234 13.7827 0.249991 13.7828 0.254218 13.783 0.250562 13.7831 0.247729 13.7833 0.242799 13.7834 0.225829 13.7836 0.193737 13.7838 0.152411 13.7839 0.110811 13.7841 0.0797039 13.7842 0.0739061 13.7844 0.106083 13.7845 0.170696 13.7847 0.241453 13.7849 0.289781 13.785 0.304836 13.7852 0.295112 13.7853 0.275098 13.7855 0.257126 13.7856 0.248227 13.7858 0.248305 13.786 0.250222 13.7861 0.246982 13.7863 0.240833 13.7864 0.241027 13.7866 0.253822 13.7867 0.274725 13.7869 0.29071 13.787 0.288295 13.7872 0.264874 13.7874 0.232596 13.7875 0.210255 13.7877 0.208175 13.7878 0.222792 13.788 0.244918 13.7881 0.268469 13.7883 0.2889 13.7885 0.297518 13.7886 0.286333 13.7888 0.256148 13.7889 0.217889 13.7891 0.187231 13.7892 0.176447 13.7894 0.186741 13.7896 0.204799 13.7897 0.214397 13.7899 0.215363 13.79 0.225309 13.7902 0.255666 13.7903 0.291961 13.7905 0.30818 13.7907 0.295104 13.7908 0.266392 13.791 0.239348 13.7911 0.221187 13.7913 0.212488 13.7914 0.212666 13.7916 0.217837 13.7918 0.220501 13.7919 0.215824 13.7921 0.203648 13.7922 0.186925 13.7924 0.173098 13.7925 0.17454 13.7927 0.198625 13.7929 0.234749 13.793 0.259089 13.7932 0.256412 13.7933 0.233117 13.7935 0.208951 13.7936 0.199378 13.7938 0.204739 13.7939 0.212724 13.7941 0.210762 13.7943 0.20088 13.7944 0.199679 13.7946 0.218782 13.7947 0.251149 13.7949 0.281098 13.795 0.302717 13.7952 0.31635 13.7954 0.314748 13.7955 0.291051 13.7957 0.260041 13.7958 0.250737 13.796 0.271795 13.7961 0.299317 13.7963 0.307156 13.7965 0.296031 13.7966 0.283437 13.7968 0.27753 13.7969 0.274125 13.7971 0.270227 13.7972 0.265912 13.7974 0.258303 13.7976 0.246415 13.7977 0.235521 13.7979 0.230577 13.798 0.225477 13.7982 0.21173 13.7983 0.192955 13.7985 0.180831 13.7987 0.180347 13.7988 0.186506 13.799 0.195508 13.7991 0.207756 13.7993 0.222284 13.7994 0.235445 13.7996 0.245564 13.7997 0.252131 13.7999 0.251661 13.8001 0.24374 13.8002 0.238192 13.8004 0.249063 13.8005 0.278335 13.8007 0.311482 13.8008 0.329644 13.801 0.324249 13.8012 0.302434 13.8013 0.280302 13.8015 0.272159 13.8016 0.281233 13.8018 0.300841 13.8019 0.324584 13.8021 0.349798 13.8023 0.371017 13.8024 0.378506 13.8026 0.371391 13.8027 0.360548 13.8029 0.352189 13.803 0.337705 13.8032 0.30911 13.8034 0.278932 13.8035 0.266595 13.8037 0.273716 13.8038 0.288159 13.804 0.306217 13.8041 0.332109 13.8043 0.354257 13.8045 0.347372 13.8046 0.305736 13.8048 0.25742 13.8049 0.23456 13.8051 0.241421 13.8052 0.260445 13.8054 0.277451 13.8056 0.288404 13.8057 0.290586 13.8059 0.281565 13.806 0.262178 13.8062 0.233913 13.8063 0.196946 13.8065 0.156444 13.8066 0.125691 13.8068 0.114157 13.807 0.117235 13.8071 0.124952 13.8073 0.135031 13.8074 0.149572 13.8076 0.165677 13.8077 0.178556 13.8079 0.192287 13.8081 0.214495 13.8082 0.243894 13.8084 0.269564 13.8085 0.282689 13.8087 0.28171 13.8088 0.267371 13.809 0.243781 13.8092 0.222951 13.8093 0.219268 13.8095 0.234249 13.8096 0.255048 13.8098 0.269094 13.8099 0.27562 13.8101 0.278616 13.8103 0.273662 13.8104 0.248588 13.8106 0.197681 13.8107 0.134663 13.8109 0.0891805 13.811 0.0865213 13.8112 0.125887 13.8114 0.180658 13.8115 0.223267 13.8117 0.249599 13.8118 0.27317 13.812 0.300106 13.8121 0.319086 13.8123 0.318234 13.8125 0.300387 13.8126 0.278358 13.8128 0.259143 13.8129 0.242559 13.8131 0.228585 13.8132 0.218493 13.8134 0.209086 13.8135 0.192904 13.8137 0.170334 13.8139 0.153877 13.814 0.156081 13.8142 0.172834 13.8143 0.184701 13.8145 0.176959 13.8146 0.155449 13.8148 0.139148 13.815 0.140045 13.8151 0.153612 13.8153 0.169497 13.8154 0.184772 13.8156 0.20209 13.8157 0.220009 13.8159 0.23102 13.8161 0.230743 13.8162 0.221481 13.8164 0.208617 13.8165 0.19808 13.8167 0.197803 13.8168 0.21433 13.817 0.243011 13.8172 0.268869 13.8173 0.280239 13.8175 0.280013 13.8176 0.277361 13.8178 0.272838 13.8179 0.259225 13.8181 0.234207 13.8183 0.206686 13.8184 0.187383 13.8186 0.180193 13.8187 0.184313 13.8189 0.198391 13.819 0.219085 13.8192 0.239729 13.8194 0.254159 13.8195 0.263565 13.8197 0.274713 13.8198 0.293658 13.82 0.320463 13.8201 0.346324 13.8203 0.355301 13.8204 0.33629 13.8206 0.295817 13.8208 0.254923 13.8209 0.229445 13.8211 0.217654 13.8212 0.210635 13.8214 0.209838 13.8215 0.222571 13.8217 0.24773 13.8219 0.273922 13.822 0.293187 13.8222 0.3067 13.8223 0.312794 13.8225 0.304114 13.8226 0.280481 13.8228 0.255676 13.823 0.242697 13.8231 0.239897 13.8233 0.23785 13.8234 0.233535 13.8236 0.229409 13.8237 0.224555 13.8239 0.219503 13.8241 0.221729 13.8242 0.236613 13.8244 0.254722 13.8245 0.261482 13.8247 0.258418 13.8248 0.259902 13.825 0.269859 13.8252 0.275575 13.8253 0.267362 13.8255 0.251001 13.8256 0.233825 13.8258 0.211602 13.8259 0.180932 13.8261 0.153566 13.8262 0.146682 13.8264 0.16323 13.8266 0.19133 13.8267 0.219785 13.8269 0.243599 13.827 0.258206 13.8272 0.260607 13.8273 0.253937 13.8275 0.244291 13.8277 0.231784 13.8278 0.215132 13.828 0.202058 13.8281 0.204946 13.8283 0.221661 13.8284 0.232681 13.8286 0.222447 13.8288 0.197945 13.8289 0.180402 13.8291 0.180705 13.8292 0.192512 13.8294 0.205645 13.8295 0.219443 13.8297 0.240387 13.8299 0.269536 13.83 0.296439 13.8302 0.306871 13.8303 0.296928 13.8305 0.276765 13.8306 0.261465 13.8308 0.255046 13.831 0.25013 13.8311 0.23773 13.8313 0.218054 13.8314 0.199746 13.8316 0.192066 13.8317 0.198434 13.8319 0.214353 13.8321 0.229318 13.8322 0.235994 13.8324 0.235931 13.8325 0.234194 13.8327 0.229847 13.8328 0.217793 13.833 0.200265 13.8331 0.189078 13.8333 0.192418 13.8335 0.203731 13.8336 0.208823 13.8338 0.203008 13.8339 0.194967 13.8341 0.194273 13.8342 0.199394 13.8344 0.202212 13.8346 0.200489 13.8347 0.203047 13.8349 0.220659 13.835 0.252577 13.8352 0.283856 13.8353 0.299814 13.8355 0.299769 13.8357 0.293376 13.8358 0.285305 13.836 0.270473 13.8361 0.248472 13.8363 0.230994 13.8364 0.227698 13.8366 0.229688 13.8368 0.219215 13.8369 0.19492 13.8371 0.175157 13.8372 0.172899 13.8374 0.175596 13.8375 0.16114 13.8377 0.127206 13.8379 0.0949714 13.838 0.0868474 13.8382 0.107146 13.8383 0.145632 13.8385 0.19234 13.8386 0.241363 13.8388 0.288222 13.839 0.326758 13.8391 0.351792 13.8393 0.360536 13.8394 0.352197 13.8396 0.329621 13.8397 0.301325 13.8399 0.279753 13.84 0.274463 13.8402 0.287122 13.8404 0.311046 13.8405 0.334444 13.8407 0.343931 13.8408 0.331459 13.841 0.303375 13.8411 0.2793 13.8413 0.274999 13.8415 0.282808 13.8416 0.277554 13.8418 0.246578 13.8419 0.20887 13.8421 0.195141 13.8422 0.213082 13.8424 0.243327 13.8426 0.267193 13.8427 0.286178 13.8429 0.309249 13.843 0.332383 13.8432 0.343143 13.8433 0.339646 13.8435 0.333224 13.8437 0.331312 13.8438 0.329401 13.844 0.320158 13.8441 0.305168 13.8443 0.294553 13.8444 0.297393 13.8446 0.314594 13.8448 0.336418 13.8449 0.348644 13.8451 0.344554 13.8452 0.330731 13.8454 0.318214 13.8455 0.308381 13.8457 0.295265 13.8458 0.275917 13.846 0.252905 13.8462 0.224868 13.8463 0.18897 13.8465 0.153132 13.8466 0.132443 13.8468 0.132532 13.8469 0.143189 13.8471 0.153601 13.8473 0.163515 13.8474 0.171837 13.8476 0.168564 13.8477 0.149307 13.8479 0.128221 13.848 0.123282 13.8482 0.133618 13.8484 0.14462 13.8485 0.149147 13.8487 0.149317 13.8488 0.145199 13.849 0.135138 13.8491 0.127385 13.8493 0.132832 13.8495 0.147092 13.8496 0.153439 13.8498 0.150841 13.8499 0.159152 13.8501 0.189879 13.8502 0.225612 13.8504 0.237046 13.8506 0.211324 13.8507 0.156898 13.8509 0.0908117 13.851 0.0351996 13.8512 0.0122465 13.8513 0.0289456 13.8515 0.0677222 13.8517 0.103735 13.8518 0.127892 13.852 0.145942 13.8521 0.161993 13.8523 0.17481 13.8524 0.187095 13.8526 0.203029 13.8527 0.219938 13.8529 0.232237 13.8531 0.24465 13.8532 0.267279 13.8534 0.296672 13.8535 0.312941 13.8537 0.302106 13.8538 0.270274 13.854 0.232544 13.8542 0.195535 13.8543 0.160957 13.8545 0.137523 13.8546 0.136603 13.8548 0.15357 13.8549 0.166003 13.8551 0.155995 13.8553 0.132865 13.8554 0.122738 13.8556 0.137907 13.8557 0.160275 13.8559 0.164047 13.856 0.149116 13.8562 0.139668 13.8564 0.153203 13.8565 0.182458 13.8567 0.212872 13.8568 0.24217 13.857 0.271362 13.8571 0.29033 13.8573 0.289026 13.8575 0.277503 13.8576 0.277124 13.8578 0.291024 13.8579 0.301283 13.8581 0.296484 13.8582 0.285675 13.8584 0.277619 13.8586 0.266739 13.8587 0.247346 13.8589 0.22667 13.859 0.213102 13.8592 0.20017 13.8593 0.178534 13.8595 0.158251 13.8596 0.160971 13.8598 0.193378 13.86 0.238491 13.8601 0.273337 13.8603 0.284965 13.8604 0.272467 13.8606 0.243963 13.8607 0.214845 13.8609 0.200048 13.8611 0.202625 13.8612 0.215299 13.8614 0.22967 13.8615 0.240511 13.8617 0.243656 13.8618 0.239812 13.862 0.240327 13.8622 0.256992 13.8623 0.285378 13.8625 0.304771 13.8626 0.302172 13.8628 0.285788 13.8629 0.272252 13.8631 0.266707 13.8633 0.262872 13.8634 0.257264 13.8636 0.253518 13.8637 0.255783 13.8639 0.263998 13.864 0.275031 13.8642 0.281194 13.8644 0.271258 13.8645 0.23781 13.8647 0.188051 13.8648 0.139485 13.865 0.103061 13.8651 0.0758495 13.8653 0.0531996 13.8655 0.0428231 13.8656 0.0591316 13.8658 0.103029 13.8659 0.154098 13.8661 0.187781 13.8662 0.201068 13.8664 0.212269 13.8665 0.23621 13.8667 0.265482 13.8669 0.280691 13.867 0.274362 13.8672 0.256458 13.8673 0.239647 13.8675 0.230424 13.8676 0.234581 13.8678 0.25705 13.868 0.288753 13.8681 0.302407 13.8683 0.275292 13.8684 0.216102 13.8686 0.159991 13.8687 0.136482 13.8689 0.14955 13.8691 0.184194 13.8692 0.221986 13.8694 0.24744 13.8695 0.25131 13.8697 0.237724 13.8698 0.22587 13.87 0.234689 13.8702 0.264719 13.8703 0.298865 13.8705 0.318318 13.8706 0.317028 13.8708 0.301734 13.8709 0.284059 13.8711 0.272031 13.8713 0.267858 13.8714 0.271215 13.8716 0.282762 13.8717 0.300189 13.8719 0.313152 13.872 0.30918 13.8722 0.289296 13.8723 0.270899 13.8725 0.267453 13.8727 0.271823 13.8728 0.2683 13.873 0.256732 13.8731 0.253422 13.8733 0.266921 13.8734 0.28664 13.8736 0.299933 13.8738 0.309302 13.8739 0.323183 13.8741 0.336802 13.8742 0.33467 13.8744 0.31096 13.8745 0.278388 13.8747 0.255415 13.8749 0.250045 13.875 0.255432 13.8752 0.256626 13.8753 0.242346 13.8755 0.214663 13.8756 0.189237 13.8758 0.180359 13.876 0.187662 13.8761 0.200039 13.8763 0.210211 13.8764 0.217492 13.8766 0.219329 13.8767 0.212058 13.8769 0.204132 13.8771 0.21564 13.8772 0.253464 13.8774 0.295352 13.8775 0.310165 13.8777 0.293989 13.8778 0.274167 13.878 0.275849 13.8782 0.293856 13.8783 0.303138 13.8785 0.289519 13.8786 0.262355 13.8788 0.24128 13.8789 0.238118 13.8791 0.250091 13.8792 0.264655 13.8794 0.268982 13.8796 0.260231 13.8797 0.248667 13.8799 0.248187 13.88 0.262203 13.8802 0.279997 13.8803 0.289495 13.8805 0.290157 13.8807 0.289894 13.8808 0.294258 13.881 0.301296 13.8811 0.308819 13.8813 0.320124 13.8814 0.337803 13.8816 0.355077 13.8818 0.357755 13.8819 0.338657 13.8821 0.308205 13.8822 0.288096 13.8824 0.291409 13.8825 0.310376 13.8827 0.323094 13.8829 0.317122 13.883 0.300376 13.8832 0.288929 13.8833 0.287582 13.8835 0.288604 13.8836 0.286956 13.8838 0.285674 13.884 0.28516 13.8841 0.275669 13.8843 0.250252 13.8844 0.21687 13.8846 0.189373 13.8847 0.170242 13.8849 0.154487 13.8851 0.147697 13.8852 0.164638 13.8854 0.205305 13.8855 0.245026 13.8857 0.25624 13.8858 0.235809 13.886 0.204756 13.8861 0.186934 13.8863 0.193952 13.8865 0.222459 13.8866 0.254774 13.8868 0.265629 13.8869 0.242464 13.8871 0.19985 13.8872 0.165936 13.8874 0.154753 13.8876 0.159472 13.8877 0.172463 13.8879 0.19728 13.888 0.235079 13.8882 0.271183 13.8883 0.287946 13.8885 0.285778 13.8887 0.281049 13.8888 0.286353 13.889 0.302173 13.8891 0.326161 13.8893 0.358368 13.8894 0.392649 13.8896 0.413433 13.8898 0.408561 13.8899 0.384368 13.8901 0.359435 13.8902 0.343467 13.8904 0.327565 13.8905 0.297103 13.8907 0.250275 13.8909 0.203009 13.891 0.176118 13.8912 0.179032 13.8913 0.203219 13.8915 0.228163 13.8916 0.23547 13.8918 0.220554 13.8919 0.195885 13.8921 0.179409 13.8923 0.178513 13.8924 0.184082 13.8926 0.183987 13.8927 0.179441 13.8929 0.184324 13.893 0.205791 13.8932 0.231379 13.8934 0.239866 13.8935 0.224321 13.8937 0.199578 13.8938 0.185651 13.894 0.188554 13.8941 0.199088 13.8943 0.208889 13.8945 0.222281 13.8946 0.249438 13.8948 0.288718 13.8949 0.323045 13.8951 0.33605 13.8952 0.329192 13.8954 0.31896 13.8956 0.318319 13.8957 0.327004 13.8959 0.339482 13.896 0.349956 13.8962 0.34934 13.8963 0.325861 13.8965 0.280937 13.8967 0.236808 13.8968 0.214916 13.897 0.211016 13.8971 0.204308 13.8973 0.191233 13.8974 0.192939 13.8976 0.222621 13.8978 0.258523 13.8979 0.265828 13.8981 0.236791 13.8982 0.196183 13.8984 0.169609 13.8985 0.162489 13.8987 0.171114 13.8988 0.198383 13.899 0.246976 13.8992 0.302812 13.8993 0.340755 13.8995 0.346722 13.8996 0.329238 13.8998 0.306312 13.8999 0.286631 13.9001 0.267447 13.9003 0.247363 13.9004 0.233741 13.9006 0.232916 13.9007 0.238183 13.9009 0.234057 13.901 0.213816 13.9012 0.189033 13.9014 0.175263 13.9015 0.172542 13.9017 0.166039 13.9018 0.146106 13.902 0.12358 13.9021 0.119905 13.9023 0.143153 13.9025 0.17969 13.9026 0.210068 13.9028 0.227164 13.9029 0.2356 13.9031 0.235502 13.9032 0.219113 13.9034 0.186516 13.9036 0.157236 13.9037 0.154828 13.9039 0.180967 13.904 0.213936 13.9042 0.232198 13.9043 0.234456 13.9045 0.233217 13.9047 0.238292 13.9048 0.249673 13.905 0.26024 13.9051 0.260288 13.9053 0.245259 13.9054 0.224578 13.9056 0.214636 13.9057 0.219316 13.9059 0.224255 13.9061 0.218357 13.9062 0.213302 13.9064 0.227511 13.9065 0.257633 13.9067 0.280628 13.9068 0.281661 13.907 0.267475 13.9072 0.25266 13.9073 0.244479 13.9075 0.245839 13.9076 0.255437 13.9078 0.262846 13.9079 0.254273 13.9081 0.232317 13.9083 0.21822 13.9084 0.227533 13.9086 0.252481 13.9087 0.2767 13.9089 0.295888 13.909 0.312378 13.9092 0.318055 13.9094 0.298335 13.9095 0.252318 13.9097 0.197884 13.9098 0.154197 13.91 0.129526 13.9101 0.12358 13.9103 0.132594 13.9105 0.150495 13.9106 0.170721 13.9108 0.191261 13.9109 0.212999 13.9111 0.234733 13.9112 0.253254 13.9114 0.26961 13.9115 0.286117 13.9117 0.298553 13.9119 0.298044 13.912 0.28362 13.9122 0.269808 13.9123 0.2754 13.9125 0.305716 13.9126 0.345368 13.9128 0.369905 13.913 0.366718 13.9131 0.343822 13.9133 0.319811 13.9134 0.304665 13.9136 0.294264 13.9137 0.281995 13.9139 0.26979 13.9141 0.264749 13.9142 0.271757 13.9144 0.293013 13.9145 0.326624 13.9147 0.360095 13.9148 0.370436 13.915 0.343496 13.9152 0.289739 13.9153 0.234334 13.9155 0.192997 13.9156 0.163039 13.9158 0.135607 13.9159 0.108876 13.9161 0.0888371 13.9163 0.0836077 13.9164 0.0954546 13.9166 0.116584 13.9167 0.136637 13.9169 0.157482 13.917 0.19232 13.9172 0.243744 13.9174 0.290661 13.9175 0.311688 13.9177 0.313682 13.9178 0.319387 13.918 0.331748 13.9181 0.330876 13.9183 0.308982 13.9184 0.287539 13.9186 0.289001 13.9188 0.307203 13.9189 0.318626 13.9191 0.312821 13.9192 0.299787 13.9194 0.293074 13.9195 0.29589 13.9197 0.301279 13.9199 0.299205 13.92 0.287172 13.9202 0.276796 13.9203 0.282368 13.9205 0.300729 13.9206 0.30932 13.9208 0.29183 13.921 0.257738 13.9211 0.229048 13.9213 0.215127 13.9214 0.211227 13.9216 0.213297 13.9217 0.223023 13.9219 0.240161 13.9221 0.260498 13.9222 0.280488 13.9224 0.297375 13.9225 0.305617 13.9227 0.299464 13.9228 0.280422 13.923 0.25708 13.9232 0.239637 13.9233 0.236541 13.9235 0.25009 13.9236 0.272947 13.9238 0.292639 13.9239 0.303904 13.9241 0.3107 13.9243 0.312442 13.9244 0.299534 13.9246 0.270707 13.9247 0.244048 13.9249 0.239369 13.925 0.253056 13.9252 0.265634 13.9253 0.267227 13.9255 0.264879 13.9257 0.265216 13.9258 0.265522 13.926 0.262296 13.9261 0.255852 13.9263 0.244806 13.9264 0.227907 13.9266 0.21308 13.9268 0.214656 13.9269 0.235536 13.9271 0.262066 13.9272 0.278572 13.9274 0.281774 13.9275 0.278153 13.9277 0.274796 13.9279 0.276065 13.928 0.28191 13.9282 0.28909 13.9283 0.297045 13.9285 0.31158 13.9286 0.335962 13.9288 0.359488 13.929 0.364809 13.9291 0.3493 13.9293 0.328708 13.9294 0.31908 13.9296 0.32211 13.9297 0.330558 13.9299 0.335973 13.9301 0.329759 13.9302 0.307682 13.9304 0.280847 13.9305 0.269776 13.9307 0.281204 13.9308 0.298553 13.931 0.304347 13.9312 0.301667 13.9313 0.30532 13.9315 0.317944 13.9316 0.327547 13.9318 0.324931 13.9319 0.313487 13.9321 0.301597 13.9322 0.292523 13.9324 0.282657 13.9326 0.267412 13.9327 0.248774 13.9329 0.237594 13.933 0.244026 13.9332 0.262096 13.9333 0.271351 13.9335 0.257761 13.9337 0.228036 13.9338 0.199647 13.934 0.184091 13.9341 0.18627 13.9343 0.210408 13.9344 0.254156 13.9346 0.301542 13.9348 0.332203 13.9349 0.338353 13.9351 0.326709 13.9352 0.30536 13.9354 0.280339 13.9355 0.261209 13.9357 0.25808 13.9359 0.270021 13.936 0.284312 13.9362 0.288701 13.9363 0.280857 13.9365 0.266641 13.9366 0.254808 13.9368 0.251832 13.937 0.254234 13.9371 0.247306 13.9373 0.220189 13.9374 0.180164 13.9376 0.14729 13.9377 0.134394 13.9379 0.14208 13.938 0.171285 13.9382 0.223895 13.9384 0.288541 13.9385 0.338701 13.9387 0.353993 13.9388 0.339746 13.939 0.318622 13.9391 0.310041 13.9393 0.319686 13.9395 0.340332 13.9396 0.355062 13.9398 0.346975 13.9399 0.314951 13.9401 0.276471 13.9402 0.250039 13.9404 0.237295 13.9406 0.230342 13.9407 0.22817 13.9409 0.236584 13.941 0.25507 13.9412 0.274959 13.9413 0.288358 13.9415 0.292948 13.9417 0.287155 13.9418 0.27233 13.942 0.25921 13.9421 0.261929 13.9423 0.280553 13.9424 0.297445 13.9426 0.294975 13.9428 0.271576 13.9429 0.23956 13.9431 0.212371 13.9432 0.197358 13.9434 0.197278 13.9435 0.208517 13.9437 0.223005 13.9439 0.23231 13.944 0.233106 13.9442 0.22696 13.9443 0.217748 13.9445 0.206449 13.9446 0.189379 13.9448 0.159221 13.9449 0.117739 13.9451 0.0826428 13.9453 0.0751072 13.9454 0.0978097 13.9456 0.133115 13.9457 0.166118 13.9459 0.198131 13.946 0.233116 13.9462 0.260429 13.9464 0.26523 13.9465 0.251266 13.9467 0.237097 13.9468 0.231916 13.947 0.226261 13.9471 0.211331 13.9473 0.196175 13.9475 0.197251 13.9476 0.217359 13.9478 0.242201 13.9479 0.255668 13.9481 0.252385 13.9482 0.238082 13.9484 0.224044 13.9486 0.218944 13.9487 0.224589 13.9489 0.235094 13.949 0.242525 13.9492 0.243113 13.9493 0.238441 13.9495 0.234089 13.9497 0.238314 13.9498 0.254498 13.95 0.277504 13.9501 0.294774 13.9503 0.295636 13.9504 0.281022 13.9506 0.261458 13.9508 0.249364 13.9509 0.250116 13.9511 0.258362 13.9512 0.263229 13.9514 0.259665 13.9515 0.252837 13.9517 0.248212 13.9518 0.243169 13.952 0.231811 13.9522 0.217658 13.9523 0.208874 13.9525 0.204656 13.9526 0.196735 13.9528 0.184663 13.9529 0.177892 13.9531 0.17637 13.9533 0.163601 13.9534 0.132323 13.9536 0.103181 13.9537 0.103927 13.9539 0.131715 13.954 0.154387 13.9542 0.148389 13.9544 0.123101 13.9545 0.103798 13.9547 0.105312 13.9548 0.124522 13.955 0.151123 13.9551 0.1755 13.9553 0.192869 13.9555 0.204853 13.9556 0.216776 13.9558 0.225818 13.9559 0.223023 13.9561 0.205972 13.9562 0.18327 13.9564 0.166483 13.9566 0.159403 13.9567 0.1596 13.9569 0.16428 13.957 0.171192 13.9572 0.177518 13.9573 0.183434 13.9575 0.191649 13.9576 0.20267 13.9578 0.210675 13.958 0.20974 13.9581 0.203378 13.9583 0.199292 13.9584 0.20215 13.9586 0.20939 13.9587 0.213943 13.9589 0.209594 13.9591 0.19369 13.9592 0.171553 13.9594 0.151909 13.9595 0.13881 13.9597 0.128924 13.9598 0.119259 13.96 0.111591 13.9602 0.108088 13.9603 0.109934 13.9605 0.121296 13.9606 0.151478 13.9608 0.199656 13.9609 0.251174 13.9611 0.284545 13.9613 0.293355 13.9614 0.29205 13.9616 0.298175 13.9617 0.318516 13.9619 0.344262 13.962 0.361189 13.9622 0.358996 13.9624 0.339367 13.9625 0.314341 13.9627 0.298594 13.9628 0.299652 13.963 0.313493 13.9631 0.330397 13.9633 0.340106 13.9635 0.34065 13.9636 0.343647 13.9638 0.363502 13.9639 0.399856 13.9641 0.432493 13.9642 0.43626 13.9644 0.403591 13.9645 0.347076 13.9647 0.294877 13.9649 0.271958 13.965 0.279876 13.9652 0.293447 13.9653 0.283627 13.9655 0.248374 13.9656 0.213143 13.9658 0.198698 13.966 0.19926 13.9661 0.199983 13.9663 0.202493 13.9664 0.214169 13.9666 0.225174 13.9667 0.21706 13.9669 0.19389 13.9671 0.183609 13.9672 0.200271 13.9674 0.2276 13.9675 0.241334 13.9677 0.241145 13.9678 0.241769 13.968 0.24934 13.9682 0.257732 13.9683 0.262448 13.9685 0.264779 13.9686 0.261589 13.9688 0.246679 13.9689 0.220679 13.9691 0.19559 13.9693 0.184249 13.9694 0.188783 13.9696 0.200261 13.9697 0.207768 13.9699 0.205992 13.97 0.19835 13.9702 0.192207 13.9704 0.191568 13.9705 0.195805 13.9707 0.203891 13.9708 0.217214 13.971 0.236906 13.9711 0.263708 13.9713 0.29722 13.9714 0.332817 13.9716 0.356776 13.9718 0.353296 13.9719 0.319001 13.9721 0.268337 13.9722 0.221144 13.9724 0.188601 13.9725 0.173114 13.9727 0.17464 13.9729 0.191717 13.973 0.218236 13.9732 0.245149 13.9733 0.264078 13.9735 0.268318 13.9736 0.255277 13.9738 0.232723 13.974 0.217787 13.9741 0.22447 13.9743 0.250874 13.9744 0.280653 13.9746 0.295981 13.9747 0.289668 13.9749 0.270165 13.9751 0.255709 13.9752 0.258835 13.9754 0.272435 13.9755 0.276897 13.9757 0.265364 13.9758 0.252222 13.976 0.252476 13.9762 0.260162 13.9763 0.258189 13.9765 0.242994 13.9766 0.226795 13.9768 0.218382 13.9769 0.214253 13.9771 0.213668 13.9773 0.224899 13.9774 0.252353 13.9776 0.283465 13.9777 0.298572 13.9779 0.29008 13.978 0.268207 13.9782 0.250794 13.9783 0.250196 13.9785 0.266874 13.9787 0.291095 13.9788 0.313248 13.979 0.33314 13.9791 0.35535 13.9793 0.37426 13.9794 0.372539 13.9796 0.342515 13.9798 0.3027 13.9799 0.281277 13.9801 0.28436 13.9802 0.29007 13.9804 0.276504 13.9805 0.248006 13.9807 0.22685 13.9809 0.225064 13.981 0.234116 13.9812 0.240265 13.9813 0.242415 13.9815 0.248671 13.9816 0.26291 13.9818 0.280881 13.982 0.297584 13.9821 0.31054 13.9823 0.316154 13.9824 0.309478 13.9826 0.291219 13.9827 0.271438 13.9829 0.259787 13.9831 0.255334 13.9832 0.249396 13.9834 0.238354 13.9835 0.228579 13.9837 0.227767 13.9838 0.234703 13.984 0.239901 13.9841 0.235493 13.9843 0.222188 13.9845 0.207051 13.9846 0.194867 13.9848 0.183747 13.9849 0.171639 13.9851 0.164825 13.9852 0.172981 13.9854 0.195186 13.9856 0.217452 13.9857 0.227904 13.9859 0.229683 13.986 0.233628 13.9862 0.242621 13.9863 0.250799 13.9865 0.253756 13.9867 0.252515 13.9868 0.247728 13.987 0.238707 13.9871 0.229225 13.9873 0.228726 13.9874 0.243741 13.9876 0.272695 13.9878 0.307389 13.9879 0.336217 13.9881 0.34745 13.9882 0.337993 13.9884 0.317974 13.9885 0.300907 13.9887 0.287696 13.9889 0.268463 13.989 0.240454 13.9892 0.213112 13.9893 0.193848 13.9895 0.178196 13.9896 0.161226 13.9898 0.147787 13.99 0.142463 13.9901 0.139477 13.9903 0.13171 13.9904 0.123137 13.9906 0.121573 13.9907 0.124763 13.9909 0.125773 13.991 0.128304 13.9912 0.141949 13.9914 0.162949 13.9915 0.174935 13.9917 0.171671 13.9918 0.167218 13.992 0.177425 13.9921 0.201016 13.9923 0.22753 13.9925 0.253065 13.9926 0.27953 13.9928 0.302955 13.9929 0.314437 13.9931 0.312704 13.9932 0.306733 13.9934 0.303703 13.9936 0.300853 13.9937 0.292386 13.9939 0.280399 13.994 0.274817 13.9942 0.281685 13.9943 0.294679 13.9945 0.302024 13.9947 0.300539 13.9948 0.30098 13.995 0.313436 13.9951 0.331389 13.9953 0.336746 13.9954 0.322623 13.9956 0.303489 13.9958 0.29789 13.9959 0.305934 13.9961 0.312321 13.9962 0.306649 13.9964 0.292265 13.9965 0.273692 13.9967 0.247719 13.9969 0.213774 13.997 0.184542 13.9972 0.177206 13.9973 0.191546 13.9975 0.207663 13.9976 0.208685 13.9978 0.201645 13.9979 0.20679 13.9981 0.229294 13.9983 0.248961 13.9984 0.240815 13.9986 0.201467 13.9987 0.153429 13.9989 0.125294 13.999 0.12982 13.9992 0.157384 13.9994 0.186191 13.9995 0.199335 13.9997 0.195419 13.9998 0.18595 14 0.181115 14.0001 0.182114 14.0003 0.184711 14.0005 0.186218 14.0006 0.18534 14.0008 0.18271 14.0009 0.185182 14.0011 0.205984 14.0012 0.250189 14.0014 0.300821 14.0016 0.329534 14.0017 0.324575 14.0019 0.301257 14.002 0.283321 14.0022 0.279069 14.0023 0.281022 14.0025 0.281335 14.0027 0.279971 14.0028 0.279696 14.003 0.277717 14.0031 0.267916 14.0033 0.247788 14.0034 0.225093 14.0036 0.2138 14.0037 0.222999 14.0039 0.249165 14.0041 0.283724 14.0042 0.323 14.0044 0.366743 14.0045 0.405688 14.0047 0.423502 14.0048 0.415222 14.005 0.395523 14.0052 0.383847 14.0053 0.384986 14.0055 0.389973 14.0056 0.388609 14.0058 0.375088 14.0059 0.34688 14.0061 0.308094 14.0063 0.270225 14.0064 0.242008 14.0066 0.221656 14.0067 0.207273 14.0069 0.208727 14.007 0.23661 14.0072 0.279779 14.0074 0.311049 14.0075 0.314542 14.0077 0.299241 14.0078 0.282406 14.008 0.271611 14.0081 0.267164 14.0083 0.268803 14.0085 0.273755 14.0086 0.273485 14.0088 0.263392 14.0089 0.249568 14.0091 0.242694 14.0092 0.248419 14.0094 0.268332 14.0096 0.301446 14.0097 0.338755 14.0099 0.363952 14.01 0.366507 14.0102 0.350762 14.0103 0.327522 14.0105 0.303846 14.0106 0.286919 14.0108 0.288141 14.011 0.311005 14.0111 0.341319 14.0113 0.359986 14.0114 0.364589 14.0116 0.36609 14.0117 0.368764 14.0119 0.366269 14.0121 0.355819 14.0122 0.343933 14.0124 0.335166 14.0125 0.327048 14.0127 0.320318 14.0128 0.320686 14.013 0.326336 14.0132 0.324907 14.0133 0.312236 14.0135 0.30139 14.0136 0.305802 14.0138 0.317834 14.0139 0.317021 14.0141 0.295856 14.0143 0.267203 14.0144 0.246732 14.0146 0.237232 14.0147 0.230932 14.0149 0.221294 14.015 0.209869 14.0152 0.204632 14.0154 0.211942 14.0155 0.229126 14.0157 0.246381 14.0158 0.258513 14.016 0.270218 14.0161 0.287182 14.0163 0.305438 14.0165 0.317576 14.0166 0.32299 14.0168 0.325471 14.0169 0.323293 14.0171 0.311018 14.0172 0.291359 14.0174 0.27489 14.0175 0.26672 14.0177 0.261448 14.0179 0.255219 14.018 0.252618 14.0182 0.259082 14.0183 0.270511 14.0185 0.27722 14.0186 0.272302 14.0188 0.254723 14.019 0.228363 14.0191 0.20496 14.0193 0.199633 14.0194 0.215619 14.0196 0.23593 14.0197 0.243734 14.0199 0.240581 14.0201 0.242514 14.0202 0.253483 14.0204 0.258705 14.0205 0.245672 14.0207 0.22018 14.0208 0.197649 14.021 0.184852 14.0212 0.178761 14.0213 0.176041 14.0215 0.177042 14.0216 0.181452 14.0218 0.186045 14.0219 0.186438 14.0221 0.177159 14.0223 0.155534 14.0224 0.128675 14.0226 0.113168 14.0227 0.120179 14.0229 0.14049 14.023 0.153869 14.0232 0.151705 14.0234 0.147155 14.0235 0.160226 14.0237 0.196835 14.0238 0.245885 14.024 0.291617 14.0241 0.325209 14.0243 0.345624 14.0244 0.356228 14.0246 0.359931 14.0248 0.357791 14.0249 0.35031 14.0251 0.340423 14.0252 0.334706 14.0254 0.338811 14.0255 0.353098 14.0257 0.371135 14.0259 0.384809 14.026 0.391816 14.0262 0.396596 14.0263 0.402903 14.0265 0.406228 14.0266 0.397674 14.0268 0.375576 14.027 0.350148 14.0271 0.331723 14.0273 0.317706 14.0274 0.295768 14.0276 0.256915 14.0277 0.203326 14.0279 0.144583 14.0281 0.0934112 14.0282 0.0649926 14.0284 0.0707908 14.0285 0.106944 14.0287 0.152761 14.0288 0.187666 14.029 0.208342 14.0292 0.226487 14.0293 0.249314 14.0295 0.267592 14.0296 0.266845 14.0298 0.247348 14.0299 0.226907 14.0301 0.222526 14.0302 0.233452 14.0304 0.245942 14.0306 0.252631 14.0307 0.258654 14.0309 0.268763 14.031 0.275919 14.0312 0.273072 14.0313 0.268927 14.0315 0.282072 14.0317 0.317392 14.0318 0.356736 14.032 0.376766 14.0321 0.367161 14.0323 0.331138 14.0324 0.278786 14.0326 0.224924 14.0328 0.189409 14.0329 0.185321 14.0331 0.207825 14.0332 0.238285 14.0334 0.261057 14.0335 0.271392 14.0337 0.26945 14.0339 0.25238 14.034 0.216955 14.0342 0.168464 14.0343 0.125462 14.0345 0.109609 14.0346 0.126791 14.0348 0.159305 14.035 0.180387 14.0351 0.177848 14.0353 0.16161 14.0354 0.147491 14.0356 0.140991 14.0357 0.139209 14.0359 0.141563 14.0361 0.154148 14.0362 0.181803 14.0364 0.220346 14.0365 0.254585 14.0367 0.266967 14.0368 0.252689 14.037 0.227711 14.0371 0.212611 14.0373 0.2092 14.0375 0.203092 14.0376 0.19157 14.0378 0.196838 14.0379 0.237999 14.0381 0.299747 14.0382 0.34412 14.0384 0.348539 14.0386 0.321153 14.0387 0.283325 14.0389 0.252699 14.039 0.242408 14.0392 0.257609 14.0393 0.285899 14.0395 0.303829 14.0397 0.301853 14.0398 0.295121 14.04 0.303669 14.0401 0.33116 14.0403 0.367662 14.0404 0.405496 14.0406 0.439861 14.0408 0.460274 14.0409 0.452849 14.0411 0.415287 14.0412 0.363612 14.0414 0.324238 14.0415 0.314945 14.0417 0.332282 14.0419 0.354996 14.042 0.361918 14.0422 0.349132 14.0423 0.329589 14.0425 0.313707 14.0426 0.297848 14.0428 0.271565 14.043 0.232692 14.0431 0.187956 14.0433 0.151041 14.0434 0.135276 14.0436 0.14497 14.0437 0.17002 14.0439 0.190595 14.044 0.198226 14.0442 0.202399 14.0444 0.215604 14.0445 0.239605 14.0447 0.268748 14.0448 0.298346 14.045 0.325557 14.0451 0.344432 14.0453 0.351269 14.0455 0.350636 14.0456 0.346131 14.0458 0.335044 14.0459 0.315481 14.0461 0.295256 14.0462 0.283022 14.0464 0.275329 14.0466 0.265133 14.0467 0.260165 14.0469 0.27573 14.047 0.308948 14.0472 0.335687 14.0473 0.338746 14.0475 0.327422 14.0477 0.319505 14.0478 0.31633 14.048 0.307459 14.0481 0.291487 14.0483 0.277861 14.0484 0.272627 14.0486 0.273705 14.0488 0.281009 14.0489 0.297817 14.0491 0.31973 14.0492 0.333207 14.0494 0.329636 14.0495 0.315312 14.0497 0.301094 14.0498 0.290067 14.05 0.28306 14.0502 0.287848 14.0503 0.311645 14.0505 0.345416 14.0506 0.366777 14.0508 0.363278 14.0509 0.344103 14.0511 0.325157 14.0513 0.309636 14.0514 0.291159 14.0516 0.269454 14.0517 0.254625 14.0519 0.253298 14.052 0.259254 14.0522 0.258694 14.0524 0.242907 14.0525 0.215368 14.0527 0.189103 14.0528 0.177552 14.053 0.182694 14.0531 0.192981 14.0533 0.195772 14.0535 0.191598 14.0536 0.190076 14.0538 0.194202 14.0539 0.196538 14.0541 0.192789 14.0542 0.19164 14.0544 0.203998 14.0546 0.227646 14.0547 0.24827 14.0549 0.254704 14.055 0.248141 14.0552 0.236758 14.0553 0.226211 14.0555 0.217941 14.0557 0.214747 14.0558 0.222681 14.056 0.243354 14.0561 0.264766 14.0563 0.268833 14.0564 0.252483 14.0566 0.234148 14.0567 0.232209 14.0569 0.241656 14.0571 0.245567 14.0572 0.242921 14.0574 0.251576 14.0575 0.280011 14.0577 0.314019 14.0578 0.338005 14.058 0.3547 14.0582 0.373243 14.0583 0.38664 14.0585 0.378616 14.0586 0.346158 14.0588 0.30389 14.0589 0.268812 14.0591 0.248124 14.0593 0.241061 14.0594 0.242523 14.0596 0.246495 14.0597 0.249646 14.0599 0.250624 14.06 0.245194 14.0602 0.230681 14.0604 0.216834 14.0605 0.22212 14.0607 0.249164 14.0608 0.275551 14.061 0.281025 14.0611 0.272828 14.0613 0.271732 14.0615 0.280913 14.0616 0.285299 14.0618 0.276947 14.0619 0.26163 14.0621 0.24369 14.0622 0.222205 14.0624 0.201745 14.0626 0.187013 14.0627 0.167831 14.0629 0.128512 14.063 0.0772492 14.0632 0.0476112 14.0633 0.0610927 14.0635 0.103992 14.0636 0.148879 14.0638 0.182335 14.064 0.203277 14.0641 0.212794 14.0643 0.218184 14.0644 0.233749 14.0646 0.264841 14.0647 0.297064 14.0649 0.313961 14.0651 0.318522 14.0652 0.324283 14.0654 0.334908 14.0655 0.342453 14.0657 0.346012 14.0658 0.353248 14.066 0.36569 14.0662 0.375442 14.0663 0.374543 14.0665 0.364176 14.0666 0.348753 14.0668 0.335023 14.0669 0.327688 14.0671 0.327443 14.0673 0.328645 14.0674 0.322843 14.0676 0.303632 14.0677 0.267748 14.0679 0.217686 14.068 0.166776 14.0682 0.133401 14.0684 0.127566 14.0685 0.145165 14.0687 0.176202 14.0688 0.209967 14.069 0.232713 14.0691 0.234446 14.0693 0.222767 14.0695 0.214582 14.0696 0.211035 14.0698 0.193718 14.0699 0.156624 14.0701 0.124146 14.0702 0.119968 14.0704 0.133954 14.0705 0.138136 14.0707 0.128268 14.0709 0.126195 14.071 0.14597 14.0712 0.178697 14.0713 0.212038 14.0715 0.243752 14.0716 0.271509 14.0718 0.287566 14.072 0.28925 14.0721 0.283299 14.0723 0.275661 14.0724 0.265135 14.0726 0.252101 14.0727 0.240659 14.0729 0.231542 14.0731 0.220657 14.0732 0.209242 14.0734 0.202986 14.0735 0.200572 14.0737 0.194069 14.0738 0.182918 14.074 0.176669 14.0742 0.180032 14.0743 0.185258 14.0745 0.182364 14.0746 0.168114 14.0748 0.145089 14.0749 0.119172 14.0751 0.101867 14.0753 0.101232 14.0754 0.109182 14.0756 0.108055 14.0757 0.0945512 14.0759 0.0832347 14.076 0.0843682 14.0762 0.0904373 14.0763 0.0935753 14.0765 0.100995 14.0767 0.122466 14.0768 0.153557 14.077 0.180137 14.0771 0.196339 14.0773 0.205874 14.0774 0.212578 14.0776 0.215235 14.0778 0.210674 14.0779 0.196091 14.0781 0.173271 14.0782 0.152584 14.0784 0.146774 14.0785 0.159814 14.0787 0.183332 14.0789 0.207394 14.079 0.223556 14.0792 0.220836 14.0793 0.193993 14.0795 0.158848 14.0796 0.143114 14.0798 0.154029 14.08 0.172454 14.0801 0.187458 14.0803 0.214785 14.0804 0.267343 14.0806 0.326845 14.0807 0.364214 14.0809 0.377252 14.0811 0.382058 14.0812 0.381791 14.0814 0.367755 14.0815 0.346757 14.0817 0.339648 14.0818 0.348163 14.082 0.350688 14.0822 0.336256 14.0823 0.320282 14.0825 0.31957 14.0826 0.329708 14.0828 0.339766 14.0829 0.350751 14.0831 0.36653 14.0832 0.380499 14.0834 0.385564 14.0836 0.385039 14.0837 0.382634 14.0839 0.370664 14.084 0.341895 14.0842 0.307369 14.0843 0.287178 14.0845 0.285573 14.0847 0.289578 14.0848 0.290936 14.085 0.296396 14.0851 0.313485 14.0853 0.336215 14.0854 0.34742 14.0856 0.335595 14.0858 0.301679 14.0859 0.258219 14.0861 0.222168 14.0862 0.206929 14.0864 0.215195 14.0865 0.238463 14.0867 0.262606 14.0869 0.279427 14.087 0.290439 14.0872 0.298194 14.0873 0.296786 14.0875 0.277338 14.0876 0.245595 14.0878 0.221527 14.088 0.216094 14.0881 0.217343 14.0883 0.206274 14.0884 0.186276 14.0886 0.174602 14.0887 0.172866 14.0889 0.162345 14.0891 0.135552 14.0892 0.112742 14.0894 0.116169 14.0895 0.139316 14.0897 0.156175 14.0898 0.155518 14.09 0.15103 14.0901 0.15914 14.0903 0.181501 14.0905 0.208901 14.0906 0.231457 14.0908 0.244856 14.0909 0.251049 14.0911 0.253778 14.0912 0.252677 14.0914 0.241799 14.0916 0.219833 14.0917 0.196911 14.0919 0.183183 14.092 0.178697 14.0922 0.176485 14.0923 0.179082 14.0925 0.193216 14.0927 0.216842 14.0928 0.23625 14.093 0.240031 14.0931 0.230813 14.0933 0.216996 14.0934 0.202039 14.0936 0.18609 14.0938 0.170501 14.0939 0.160228 14.0941 0.158061 14.0942 0.165676 14.0944 0.181518 14.0945 0.203363 14.0947 0.230076 14.0949 0.261162 14.095 0.290467 14.0952 0.301762 14.0953 0.285939 14.0955 0.253544 14.0956 0.22783 14.0958 0.218955 14.0959 0.215601 14.0961 0.205402 14.0963 0.194882 14.0964 0.196903 14.0966 0.209255 14.0967 0.215829 14.0969 0.215102 14.097 0.222062 14.0972 0.248461 14.0974 0.286217 14.0975 0.315878 14.0977 0.326315 14.0978 0.32065 14.098 0.305987 14.0981 0.286757 14.0983 0.267279 14.0985 0.245762 14.0986 0.220017 14.0988 0.187394 14.0989 0.158852 14.0991 0.148316 14.0992 0.153726 14.0994 0.158651 14.0996 0.147907 14.0997 0.13079 14.0999 0.129299 14.1 0.149665 14.1002 0.177564 14.1003 0.194945 14.1005 0.199541 14.1007 0.196384 14.1008 0.19461 14.101 0.200676 14.1011 0.221457 14.1013 0.250645 14.1014 0.271278 14.1016 0.266878 14.1018 0.24355 14.1019 0.221946 14.1021 0.218105 14.1022 0.228124 14.1024 0.242233 14.1025 0.253473 14.1027 0.267231 14.1028 0.292933 14.103 0.331357 14.1032 0.367701 14.1033 0.38254 14.1035 0.369896 14.1036 0.345537 14.1038 0.330502 14.1039 0.322011 14.1041 0.309189 14.1043 0.287092 14.1044 0.265921 14.1046 0.247405 14.1047 0.22065 14.1049 0.185498 14.105 0.165191 14.1052 0.178666 14.1054 0.209674 14.1055 0.225225 14.1057 0.218014 14.1058 0.212955 14.106 0.224225 14.1061 0.245746 14.1063 0.261826 14.1065 0.267402 14.1066 0.271289 14.1068 0.276197 14.1069 0.281781 14.1071 0.283425 14.1072 0.276582 14.1074 0.248343 14.1076 0.199962 14.1077 0.151138 14.1079 0.123154 14.108 0.119759 14.1082 0.131029 14.1083 0.152939 14.1085 0.186328 14.1087 0.224553 14.1088 0.247907 14.109 0.248163 14.1091 0.240649 14.1093 0.244348 14.1094 0.258387 14.1096 0.265691 14.1097 0.262618 14.1099 0.26159 14.1101 0.269035 14.1102 0.270727 14.1104 0.25369 14.1105 0.226374 14.1107 0.21099 14.1108 0.216274 14.111 0.232928 14.1112 0.249632 14.1113 0.267682 14.1115 0.286654 14.1116 0.293083 14.1118 0.269276 14.1119 0.216714 14.1121 0.15998 14.1123 0.12641 14.1124 0.123676 14.1126 0.14011 14.1127 0.162426 14.1129 0.187893 14.113 0.217682 14.1132 0.243642 14.1134 0.252781 14.1135 0.244633 14.1137 0.235894 14.1138 0.241397 14.114 0.256895 14.1141 0.264562 14.1143 0.257561 14.1145 0.246014 14.1146 0.244237 14.1148 0.25698 14.1149 0.277839 14.1151 0.292945 14.1152 0.289711 14.1154 0.265986 14.1156 0.237329 14.1157 0.221709 14.1159 0.218369 14.116 0.207894 14.1162 0.180424 14.1163 0.149267 14.1165 0.133187 14.1166 0.13413 14.1168 0.144087 14.117 0.16249 14.1171 0.192776 14.1173 0.227386 14.1174 0.252277 14.1176 0.266292 14.1177 0.281172 14.1179 0.302168 14.1181 0.321747 14.1182 0.336418 14.1184 0.350349 14.1185 0.361133 14.1187 0.356747 14.1188 0.334186 14.119 0.309791 14.1192 0.297412 14.1193 0.290248 14.1195 0.27638 14.1196 0.263255 14.1198 0.269637 14.1199 0.294738 14.1201 0.314212 14.1203 0.310322 14.1204 0.290084 14.1206 0.270033 14.1207 0.255741 14.1209 0.244452 14.121 0.238019 14.1212 0.242126 14.1214 0.254267 14.1215 0.261806 14.1217 0.253558 14.1218 0.231586 14.122 0.208283 14.1221 0.195486 14.1223 0.193235 14.1224 0.191185 14.1226 0.179807 14.1228 0.159365 14.1229 0.138632 14.1231 0.123424 14.1232 0.115406 14.1234 0.117695 14.1235 0.132273 14.1237 0.152313 14.1239 0.162854 14.124 0.15964 14.1242 0.1566 14.1243 0.166639 14.1245 0.18149 14.1246 0.181657 14.1248 0.163594 14.125 0.144365 14.1251 0.140153 14.1253 0.150249 14.1254 0.167376 14.1256 0.192083 14.1257 0.226389 14.1259 0.261536 14.1261 0.282159 14.1262 0.282375 14.1264 0.27274 14.1265 0.267822 14.1267 0.271792 14.1268 0.278873 14.127 0.283632 14.1272 0.288209 14.1273 0.296563 14.1275 0.304502 14.1276 0.299671 14.1278 0.275989 14.1279 0.246544 14.1281 0.231915 14.1283 0.236757 14.1284 0.245422 14.1286 0.242466 14.1287 0.231969 14.1289 0.226933 14.129 0.22969 14.1292 0.233186 14.1293 0.235364 14.1295 0.241458 14.1297 0.251764 14.1298 0.259276 14.13 0.261216 14.1301 0.261315 14.1303 0.260518 14.1304 0.25613 14.1306 0.254544 14.1308 0.272204 14.1309 0.313935 14.1311 0.35997 14.1312 0.385219 14.1314 0.386222 14.1315 0.379534 14.1317 0.378483 14.1319 0.382264 14.132 0.382964 14.1322 0.373034 14.1323 0.344226 14.1325 0.295115 14.1326 0.237287 14.1328 0.190141 14.133 0.164021 14.1331 0.153966 14.1333 0.150999 14.1334 0.152241 14.1336 0.156587 14.1337 0.161065 14.1339 0.16528 14.1341 0.174642 14.1342 0.192714 14.1344 0.215394 14.1345 0.23542 14.1347 0.247933 14.1348 0.253351 14.135 0.256222 14.1352 0.265791 14.1353 0.287711 14.1355 0.313131 14.1356 0.323272 14.1358 0.312539 14.1359 0.298137 14.1361 0.297702 14.1362 0.303429 14.1364 0.292417 14.1366 0.260326 14.1367 0.230422 14.1369 0.220322 14.137 0.220033 14.1372 0.209146 14.1373 0.188399 14.1375 0.18026 14.1377 0.193969 14.1378 0.209711 14.138 0.201469 14.1381 0.168921 14.1383 0.135416 14.1384 0.120295 14.1386 0.119735 14.1388 0.119446 14.1389 0.11584 14.1391 0.118708 14.1392 0.136727 14.1394 0.164622 14.1395 0.183784 14.1397 0.177055 14.1399 0.14638 14.14 0.114989 14.1402 0.10821 14.1403 0.128409 14.1405 0.153536 14.1406 0.16244 14.1408 0.156647 14.141 0.151825 14.1411 0.154711 14.1413 0.159246 14.1414 0.160914 14.1416 0.164669 14.1417 0.176971 14.1419 0.195389 14.142 0.210467 14.1422 0.214242 14.1424 0.205056 14.1425 0.190159 14.1427 0.181821 14.1428 0.185963 14.143 0.196331 14.1431 0.205486 14.1433 0.2177 14.1435 0.239672 14.1436 0.2627 14.1438 0.267369 14.1439 0.250052 14.1441 0.229411 14.1442 0.219079 14.1444 0.208317 14.1446 0.183031 14.1447 0.150796 14.1449 0.13331 14.145 0.138057 14.1452 0.155039 14.1453 0.175201 14.1455 0.196556 14.1457 0.215884 14.1458 0.226282 14.146 0.226774 14.1461 0.222879 14.1463 0.216329 14.1464 0.205895 14.1466 0.198386 14.1468 0.202724 14.1469 0.215492 14.1471 0.223903 14.1472 0.22646 14.1474 0.233738 14.1475 0.245761 14.1477 0.243846 14.1479 0.218701 14.148 0.191111 14.1482 0.190138 14.1483 0.21812 14.1485 0.249552 14.1486 0.26003 14.1488 0.24529 14.1489 0.216762 14.1491 0.189357 14.1493 0.176461 14.1494 0.183058 14.1496 0.202947 14.1497 0.22719 14.1499 0.255229 14.15 0.289893 14.1502 0.325739 14.1504 0.349297 14.1505 0.353416 14.1507 0.343278 14.1508 0.327923 14.151 0.313126 14.1511 0.302791 14.1513 0.299142 14.1515 0.296608 14.1516 0.282797 14.1518 0.25033 14.1519 0.206371 14.1521 0.169101 14.1522 0.153869 14.1524 0.16239 14.1526 0.181258 14.1527 0.194053 14.1529 0.195254 14.153 0.19284 14.1532 0.19455 14.1533 0.197764 14.1535 0.197121 14.1537 0.194817 14.1538 0.195793 14.154 0.197756 14.1541 0.197426 14.1543 0.201716 14.1544 0.217604 14.1546 0.23278 14.1548 0.226362 14.1549 0.201085 14.1551 0.184166 14.1552 0.190147 14.1554 0.197671 14.1555 0.181267 14.1557 0.150183 14.1558 0.136075 14.156 0.14684 14.1562 0.159857 14.1563 0.160099 14.1565 0.164454 14.1566 0.196972 14.1568 0.252507 14.1569 0.298428 14.1571 0.308248 14.1573 0.283968 14.1574 0.246043 14.1576 0.211 14.1577 0.181864 14.1579 0.156585 14.158 0.139355 14.1582 0.138679 14.1584 0.15774 14.1585 0.190203 14.1587 0.227632 14.1588 0.262921 14.159 0.285789 14.1591 0.285589 14.1593 0.264408 14.1595 0.239599 14.1596 0.225552 14.1598 0.22015 14.1599 0.216169 14.1601 0.217955 14.1602 0.232945 14.1604 0.253135 14.1606 0.263021 14.1607 0.263399 14.1609 0.270361 14.161 0.288855 14.1612 0.303915 14.1613 0.300899 14.1615 0.279493 14.1617 0.243069 14.1618 0.195251 14.162 0.152345 14.1621 0.142327 14.1623 0.173956 14.1624 0.223425 14.1626 0.260626 14.1627 0.277987 14.1629 0.281511 14.1631 0.270514 14.1632 0.246427 14.1634 0.227586 14.1635 0.23342 14.1637 0.25499 14.1638 0.264226 14.164 0.250145 14.1642 0.226708 14.1643 0.207019 14.1645 0.190289 14.1646 0.176546 14.1648 0.173835 14.1649 0.185743 14.1651 0.203004 14.1653 0.218509 14.1654 0.235158 14.1656 0.252874 14.1657 0.263602 14.1659 0.266566 14.166 0.274546 14.1662 0.295547 14.1664 0.31932 14.1665 0.330768 14.1667 0.328525 14.1668 0.318914 14.167 0.303048 14.1671 0.281371 14.1673 0.260665 14.1675 0.248274 14.1676 0.240148 14.1678 0.229235 14.1679 0.21981 14.1681 0.223042 14.1682 0.238862 14.1684 0.253624 14.1685 0.255616 14.1687 0.245144 14.1689 0.231681 14.169 0.225161 14.1692 0.231193 14.1693 0.248915 14.1695 0.270986 14.1696 0.286265 14.1698 0.285224 14.17 0.265921 14.1701 0.237645 14.1703 0.219001 14.1704 0.223488 14.1706 0.246983 14.1707 0.27419 14.1709 0.297741 14.1711 0.319937 14.1712 0.334687 14.1714 0.322604 14.1715 0.275721 14.1717 0.214172 14.1718 0.166334 14.172 0.141197 14.1722 0.132192 14.1723 0.138274 14.1725 0.162883 14.1726 0.195388 14.1728 0.212913 14.1729 0.206492 14.1731 0.190763 14.1733 0.18512 14.1734 0.193723 14.1736 0.211181 14.1737 0.233066 14.1739 0.255459 14.174 0.270243 14.1742 0.272074 14.1744 0.265634 14.1745 0.261849 14.1747 0.264234 14.1748 0.262193 14.175 0.242264 14.1751 0.205029 14.1753 0.17137 14.1754 0.166695 14.1756 0.193723 14.1758 0.228509 14.1759 0.24692 14.1761 0.249065 14.1762 0.253182 14.1764 0.267862 14.1765 0.283943 14.1767 0.287152 14.1769 0.270823 14.177 0.23486 14.1772 0.187928 14.1773 0.150796 14.1775 0.143662 14.1776 0.166569 14.1778 0.196877 14.178 0.21602 14.1781 0.227681 14.1783 0.246336 14.1784 0.273092 14.1786 0.293525 14.1787 0.294952 14.1789 0.281373 14.1791 0.267516 14.1792 0.262683 14.1794 0.262054 14.1795 0.255714 14.1797 0.243879 14.1798 0.237651 14.18 0.243151 14.1802 0.250808 14.1803 0.249497 14.1805 0.242858 14.1806 0.241677 14.1808 0.243151 14.1809 0.234279 14.1811 0.214692 14.1813 0.201712 14.1814 0.205322 14.1816 0.211681 14.1817 0.201862 14.1819 0.175491 14.182 0.14897 14.1822 0.134614 14.1823 0.13406 14.1825 0.146269 14.1827 0.170574 14.1828 0.201135 14.183 0.224273 14.1831 0.226992 14.1833 0.206106 14.1834 0.171747 14.1836 0.143002 14.1838 0.135569 14.1839 0.150142 14.1841 0.174979 14.1842 0.196307 14.1844 0.205864 14.1845 0.201645 14.1847 0.188907 14.1849 0.179692 14.185 0.183348 14.1852 0.195727 14.1853 0.206471 14.1855 0.216302 14.1856 0.235164 14.1858 0.261744 14.186 0.279058 14.1861 0.277455 14.1863 0.269591 14.1864 0.272208 14.1866 0.284237 14.1867 0.295378 14.1869 0.306062 14.1871 0.32451 14.1872 0.347528 14.1874 0.361184 14.1875 0.359871 14.1877 0.351111 14.1878 0.339665 14.188 0.320609 14.1881 0.291205 14.1883 0.261046 14.1885 0.240052 14.1886 0.227622 14.1888 0.216032 14.1889 0.20173 14.1891 0.18676 14.1892 0.171412 14.1894 0.153722 14.1896 0.135191 14.1897 0.123694 14.1899 0.124006 14.19 0.129836 14.1902 0.12694 14.1903 0.109289 14.1905 0.0869344 14.1907 0.0746923 14.1908 0.0746825 14.191 0.0790472 14.1911 0.0876412 14.1913 0.109719 14.1914 0.145791 14.1916 0.176156 14.1918 0.179304 14.1919 0.15483 14.1921 0.122803 14.1922 0.104438 14.1924 0.109488 14.1925 0.13612 14.1927 0.173713 14.1929 0.208599 14.193 0.236052 14.1932 0.262163 14.1933 0.291814 14.1935 0.316193 14.1936 0.322326 14.1938 0.308697 14.194 0.286843 14.1941 0.266947 14.1943 0.250385 14.1944 0.23269 14.1946 0.207955 14.1947 0.174322 14.1949 0.141451 14.195 0.127476 14.1952 0.140216 14.1954 0.16581 14.1955 0.185175 14.1957 0.195972 14.1958 0.207704 14.196 0.221688 14.1961 0.230534 14.1963 0.23487 14.1965 0.244024 14.1966 0.259292 14.1968 0.271048 14.1969 0.276083 14.1971 0.283061 14.1972 0.295263 14.1974 0.299022 14.1976 0.281257 14.1977 0.246625 14.1979 0.21437 14.198 0.200679 14.1982 0.209135 14.1983 0.231514 14.1985 0.25331 14.1987 0.266725 14.1988 0.277978 14.199 0.296912 14.1991 0.316846 14.1993 0.316897 14.1994 0.289906 14.1996 0.25372 14.1998 0.229018 14.1999 0.218558 14.2001 0.218334 14.2002 0.233686 14.2004 0.265561 14.2005 0.294006 14.2007 0.296594 14.2009 0.283159 14.201 0.288283 14.2012 0.323615 14.2013 0.357476 14.2015 0.352542 14.2016 0.311667 14.2018 0.270017 14.2019 0.25345 14.2021 0.257315 14.2023 0.265272 14.2024 0.270306 14.2026 0.273564 14.2027 0.277584 14.2029 0.287088 14.203 0.309274 14.2032 0.340499 14.2034 0.362278 14.2035 0.359258 14.2037 0.340769 14.2038 0.330781 14.204 0.338624 14.2041 0.351802 14.2043 0.35928 14.2045 0.366442 14.2046 0.380309 14.2048 0.390375 14.2049 0.379884 14.2051 0.347346 14.2052 0.307433 14.2054 0.273556 14.2056 0.251575 14.2057 0.243914 14.2059 0.247999 14.206 0.250305 14.2062 0.237901 14.2063 0.21541 14.2065 0.199931 14.2067 0.199078 14.2068 0.204796 14.207 0.208801 14.2071 0.212996 14.2073 0.21881 14.2074 0.221967 14.2076 0.220534 14.2078 0.218564 14.2079 0.218326 14.2081 0.219174 14.2082 0.228133 14.2084 0.258231 14.2085 0.30508 14.2087 0.339689 14.2088 0.336715 14.209 0.302619 14.2092 0.263617 14.2093 0.233779 14.2095 0.208428 14.2096 0.184399 14.2098 0.169753 14.2099 0.169966 14.2101 0.179336 14.2103 0.189636 14.2104 0.202223 14.2106 0.223578 14.2107 0.25336 14.2109 0.279068 14.211 0.285825 14.2112 0.271134 14.2114 0.249874 14.2115 0.240497 14.2117 0.245828 14.2118 0.253907 14.212 0.257317 14.2121 0.265156 14.2123 0.288878 14.2125 0.323556 14.2126 0.352231 14.2128 0.364644 14.2129 0.364442 14.2131 0.360429 14.2132 0.358298 14.2134 0.360364 14.2136 0.365698 14.2137 0.368461 14.2139 0.358974 14.214 0.32843 14.2142 0.275005 14.2143 0.209958 14.2145 0.156635 14.2146 0.134648 14.2148 0.139053 14.215 0.143927 14.2151 0.132842 14.2153 0.118518 14.2154 0.123023 14.2156 0.148285 14.2157 0.176981 14.2159 0.197986 14.2161 0.213908 14.2162 0.227742 14.2164 0.235307 14.2165 0.23492 14.2167 0.233201 14.2168 0.238842 14.217 0.256797 14.2172 0.290129 14.2173 0.33724 14.2175 0.382822 14.2176 0.404447 14.2178 0.390715 14.2179 0.348169 14.2181 0.292512 14.2183 0.239734 14.2184 0.204992 14.2186 0.195686 14.2187 0.199982 14.2189 0.196346 14.219 0.180062 14.2192 0.171144 14.2194 0.188647 14.2195 0.228366 14.2197 0.270315 14.2198 0.301206 14.22 0.316573 14.2201 0.312649 14.2203 0.288387 14.2205 0.254257 14.2206 0.225166 14.2208 0.20585 14.2209 0.191615 14.2211 0.181866 14.2212 0.182726 14.2214 0.197104 14.2215 0.219816 14.2217 0.244199 14.2219 0.266631 14.222 0.282392 14.2222 0.287043 14.2223 0.282918 14.2225 0.277242 14.2226 0.272214 14.2228 0.26219 14.223 0.24252 14.2231 0.216563 14.2233 0.191099 14.2234 0.171539 14.2236 0.163712 14.2237 0.172066 14.2239 0.191288 14.2241 0.206637 14.2242 0.20923 14.2244 0.206996 14.2245 0.211661 14.2247 0.221814 14.2248 0.22711 14.225 0.227187 14.2252 0.235957 14.2253 0.262495 14.2255 0.296925 14.2256 0.320419 14.2258 0.323589 14.2259 0.312175 14.2261 0.298249 14.2263 0.290136 14.2264 0.286714 14.2266 0.279507 14.2267 0.264707 14.2269 0.255772 14.227 0.273653 14.2272 0.317734 14.2274 0.357153 14.2275 0.363575 14.2277 0.347726 14.2278 0.346574 14.228 0.37381 14.2281 0.403726 14.2283 0.408106 14.2284 0.392346 14.2286 0.381861 14.2288 0.384275 14.2289 0.385036 14.2291 0.372834 14.2292 0.353523 14.2294 0.336187 14.2295 0.322543 14.2297 0.313077 14.2299 0.310638 14.23 0.310383 14.2302 0.297483 14.2303 0.263531 14.2305 0.219671 14.2306 0.184754 14.2308 0.166826 14.231 0.163287 14.2311 0.173767 14.2313 0.199179 14.2314 0.230709 14.2316 0.25243 14.2317 0.261218 14.2319 0.272787 14.2321 0.299565 14.2322 0.328051 14.2324 0.329275 14.2325 0.2923 14.2327 0.238091 14.2328 0.19731 14.233 0.180062 14.2332 0.172443 14.2333 0.159374 14.2335 0.142453 14.2336 0.134499 14.2338 0.141818 14.2339 0.156416 14.2341 0.16511 14.2342 0.163065 14.2344 0.156533 14.2346 0.15248 14.2347 0.149684 14.2349 0.142016 14.235 0.129601 14.2352 0.122823 14.2353 0.131931 14.2355 0.156252 14.2357 0.186353 14.2358 0.213637 14.236 0.233731 14.2361 0.242982 14.2363 0.238986 14.2364 0.225513 14.2366 0.210885 14.2368 0.199422 14.2369 0.189544 14.2371 0.181512 14.2372 0.181696 14.2374 0.194033 14.2375 0.21075 14.2377 0.218525 14.2379 0.212861 14.238 0.202924 14.2382 0.201696 14.2383 0.21215 14.2385 0.22596 14.2386 0.23382 14.2388 0.234701 14.239 0.23368 14.2391 0.234155 14.2393 0.236973 14.2394 0.24791 14.2396 0.275442 14.2397 0.315547 14.2399 0.346919 14.2401 0.351505 14.2402 0.335486 14.2404 0.317483 14.2405 0.301309 14.2407 0.27684 14.2408 0.246564 14.241 0.232637 14.2411 0.246802 14.2413 0.271439 14.2415 0.28067 14.2416 0.269426 14.2418 0.248212 14.2419 0.224062 14.2421 0.200883 14.2422 0.187197 14.2424 0.188324 14.2426 0.194605 14.2427 0.195042 14.2429 0.195852 14.243 0.211391 14.2432 0.237586 14.2433 0.255352 14.2435 0.25756 14.2437 0.256382 14.2438 0.261216 14.244 0.265396 14.2441 0.259422 14.2443 0.243203 14.2444 0.220113 14.2446 0.193909 14.2448 0.175609 14.2449 0.179694 14.2451 0.205394 14.2452 0.231137 14.2454 0.235606 14.2455 0.217399 14.2457 0.190807 14.2459 0.172399 14.246 0.172805 14.2462 0.192153 14.2463 0.216179 14.2465 0.229635 14.2466 0.235452 14.2468 0.250535 14.247 0.276969 14.2471 0.294632 14.2473 0.290894 14.2474 0.279367 14.2476 0.27623 14.2477 0.27217 14.2479 0.247892 14.248 0.206847 14.2482 0.174692 14.2484 0.165671 14.2485 0.168714 14.2487 0.165945 14.2488 0.150218 14.249 0.125632 14.2491 0.105021 14.2493 0.10679 14.2495 0.140753 14.2496 0.191036 14.2498 0.226112 14.2499 0.231018 14.2501 0.221403 14.2502 0.220872 14.2504 0.232479 14.2506 0.239833 14.2507 0.230123 14.2509 0.208151 14.251 0.188057 14.2512 0.177536 14.2513 0.172166 14.2515 0.166105 14.2517 0.163763 14.2518 0.173971 14.252 0.192742 14.2521 0.200556 14.2523 0.187644 14.2524 0.172212 14.2526 0.180271 14.2528 0.209987 14.2529 0.231227 14.2531 0.222307 14.2532 0.194741 14.2534 0.174529 14.2535 0.173553 14.2537 0.187161 14.2539 0.2096 14.254 0.238261 14.2542 0.266333 14.2543 0.284554 14.2545 0.291721 14.2546 0.296065 14.2548 0.304481 14.2549 0.314592 14.2551 0.319476 14.2553 0.314832 14.2554 0.299838 14.2556 0.276847 14.2557 0.253921 14.2559 0.242865 14.256 0.25016 14.2562 0.268229 14.2564 0.279091 14.2565 0.268808 14.2567 0.237359 14.2568 0.193405 14.257 0.145654 14.2571 0.100905 14.2573 0.0686243 14.2575 0.0590531 14.2576 0.0748543 14.2578 0.10922 14.2579 0.15184 14.2581 0.1944 14.2582 0.228801 14.2584 0.24666 14.2586 0.246138 14.2587 0.233868 14.2589 0.217343 14.259 0.198847 14.2592 0.181328 14.2593 0.173213 14.2595 0.180605 14.2597 0.19704 14.2598 0.209369 14.26 0.211998 14.2601 0.207872 14.2603 0.198684 14.2604 0.18371 14.2606 0.16971 14.2607 0.168237 14.2609 0.179628 14.2611 0.18797 14.2612 0.179338 14.2614 0.159196 14.2615 0.146182 14.2617 0.153597 14.2618 0.180163 14.262 0.217068 14.2622 0.254664 14.2623 0.286419 14.2625 0.311943 14.2626 0.334425 14.2628 0.354171 14.2629 0.364639 14.2631 0.359033 14.2633 0.340092 14.2634 0.315586 14.2636 0.289393 14.2637 0.260469 14.2639 0.233578 14.264 0.222171 14.2642 0.232684 14.2644 0.253592 14.2645 0.263109 14.2647 0.252183 14.2648 0.230259 14.265 0.210887 14.2651 0.195777 14.2653 0.180189 14.2655 0.166816 14.2656 0.166493 14.2658 0.18522 14.2659 0.215347 14.2661 0.245493 14.2662 0.270322 14.2664 0.28705 14.2666 0.287357 14.2667 0.263403 14.2669 0.220473 14.267 0.176812 14.2672 0.148616 14.2673 0.138019 14.2675 0.138486 14.2676 0.145835 14.2678 0.16017 14.268 0.180519 14.2681 0.202015 14.2683 0.22186 14.2684 0.241556 14.2686 0.262215 14.2687 0.278679 14.2689 0.282545 14.2691 0.272207 14.2692 0.255514 14.2694 0.24226 14.2695 0.236584 14.2697 0.240509 14.2698 0.259008 14.27 0.292101 14.2702 0.324516 14.2703 0.333374 14.2705 0.311809 14.2706 0.276619 14.2708 0.2475 14.2709 0.226607 14.2711 0.207651 14.2713 0.194344 14.2714 0.197615 14.2716 0.216953 14.2717 0.236718 14.2719 0.242338 14.272 0.232242 14.2722 0.214047 14.2724 0.197531 14.2725 0.193744 14.2727 0.208956 14.2728 0.236608 14.273 0.261303 14.2731 0.273667 14.2733 0.275976 14.2735 0.270232 14.2736 0.253554 14.2738 0.226946 14.2739 0.20159 14.2741 0.18856 14.2742 0.187309 14.2744 0.189909 14.2745 0.192076 14.2747 0.193754 14.2749 0.195872 14.275 0.200065 14.2752 0.20837 14.2753 0.219964 14.2755 0.229928 14.2756 0.236232 14.2758 0.240816 14.276 0.24094 14.2761 0.229095 14.2763 0.206976 14.2764 0.190603 14.2766 0.192308 14.2767 0.203569 14.2769 0.207784 14.2771 0.205373 14.2772 0.211121 14.2774 0.22898 14.2775 0.246052 14.2777 0.25493 14.2778 0.267801 14.278 0.297251 14.2782 0.332584 14.2783 0.346754 14.2785 0.323371 14.2786 0.272017 14.2788 0.216169 14.2789 0.173792 14.2791 0.147926 14.2793 0.131269 14.2794 0.116509 14.2796 0.10364 14.2797 0.0972037 14.2799 0.0993625 14.28 0.106609 14.2802 0.112954 14.2803 0.114875 14.2805 0.112854 14.2807 0.112628 14.2808 0.124118 14.281 0.153311 14.2811 0.193261 14.2813 0.22889 14.2814 0.251125 14.2816 0.263946 14.2818 0.274831 14.2819 0.284813 14.2821 0.291739 14.2822 0.294976 14.2824 0.291197 14.2825 0.27342 14.2827 0.242407 14.2829 0.216466 14.283 0.216468 14.2832 0.239002 14.2833 0.260276 14.2835 0.264443 14.2836 0.263643 14.2838 0.277312 14.284 0.304037 14.2841 0.324989 14.2843 0.329375 14.2844 0.324932 14.2846 0.321439 14.2847 0.320286 14.2849 0.320023 14.2851 0.324395 14.2852 0.335255 14.2854 0.347562 14.2855 0.357186 14.2857 0.367902 14.2858 0.38339 14.286 0.39681 14.2862 0.398696 14.2863 0.390748 14.2865 0.383474 14.2866 0.381388 14.2868 0.379604 14.2869 0.374242 14.2871 0.367915 14.2872 0.36229 14.2874 0.356152 14.2876 0.35248 14.2877 0.35828 14.2879 0.369879 14.288 0.370336 14.2882 0.348336 14.2883 0.314877 14.2885 0.292573 14.2887 0.291968 14.2888 0.307573 14.289 0.331458 14.2891 0.3582 14.2893 0.378167 14.2894 0.378675 14.2896 0.357563 14.2898 0.325988 14.2899 0.292772 14.2901 0.252767 14.2902 0.198061 14.2904 0.138594 14.2905 0.100833 14.2907 0.104129 14.2909 0.142115 14.291 0.186998 14.2912 0.211289 14.2913 0.206453 14.2915 0.184903 14.2916 0.167455 14.2918 0.167056 14.292 0.179877 14.2921 0.190812 14.2923 0.187113 14.2924 0.169905 14.2926 0.151793 14.2927 0.143782 14.2929 0.145409 14.2931 0.150415 14.2932 0.159942 14.2934 0.183353 14.2935 0.222486 14.2937 0.262479 14.2938 0.284335 14.294 0.283955 14.2941 0.271966 14.2943 0.258287 14.2945 0.244808 14.2946 0.234629 14.2948 0.236546 14.2949 0.254813 14.2951 0.280178 14.2952 0.29913 14.2954 0.310507 14.2956 0.325393 14.2957 0.350559 14.2959 0.376162 14.296 0.383464 14.2962 0.3621 14.2963 0.321736 14.2965 0.285221 14.2967 0.27125 14.2968 0.279868 14.297 0.295579 14.2971 0.302786 14.2973 0.297657 14.2974 0.284728 14.2976 0.26869 14.2978 0.250066 14.2979 0.228002 14.2981 0.202517 14.2982 0.175122 14.2984 0.15143 14.2985 0.13917 14.2987 0.140151 14.2989 0.146761 14.299 0.150432 14.2992 0.154019 14.2993 0.168354 14.2995 0.195069 14.2996 0.222293 14.2998 0.23974 14.3 0.253125 14.3001 0.275393 14.3003 0.306152 14.3004 0.328414 14.3006 0.326135 14.3007 0.299296 14.3009 0.262078 14.301 0.230803 14.3012 0.215414 14.3014 0.215405 14.3015 0.219616 14.3017 0.214178 14.3018 0.197502 14.302 0.183887 14.3021 0.189268 14.3023 0.213913 14.3025 0.245445 14.3026 0.276727 14.3028 0.311464 14.3029 0.350951 14.3031 0.383062 14.3032 0.391186 14.3034 0.370292 14.3036 0.329532 14.3037 0.282192 14.3039 0.239059 14.304 0.209131 14.3042 0.198124 14.3043 0.205804 14.3045 0.228604 14.3047 0.265154 14.3048 0.313206 14.305 0.362591 14.3051 0.39623 14.3053 0.402126 14.3054 0.383103 14.3056 0.351516 14.3058 0.31952 14.3059 0.295526 14.3061 0.283992 14.3062 0.281326 14.3064 0.275718 14.3065 0.25945 14.3067 0.237031 14.3068 0.221623 14.307 0.217341 14.3072 0.217196 14.3073 0.211153 14.3075 0.199352 14.3076 0.191982 14.3078 0.201715 14.3079 0.233715 14.3081 0.277953 14.3083 0.312112 14.3084 0.318166 14.3086 0.298 14.3087 0.26952 14.3089 0.246497 14.309 0.229004 14.3092 0.213342 14.3094 0.205744 14.3095 0.216122 14.3097 0.24577 14.3098 0.286394 14.31 0.326366 14.3101 0.357247 14.3103 0.373252 14.3105 0.375821 14.3106 0.373294 14.3108 0.369259 14.3109 0.35357 14.3111 0.313205 14.3112 0.253172 14.3114 0.196717 14.3116 0.161728 14.3117 0.145884 14.3119 0.138759 14.312 0.137984 14.3122 0.145901 14.3123 0.157 14.3125 0.160419 14.3127 0.153443 14.3128 0.142651 14.313 0.1323 14.3131 0.119937 14.3133 0.105569 14.3134 0.0968139 14.3136 0.100168 14.3137 0.112133 14.3139 0.122831 14.3141 0.125234 14.3142 0.119725 14.3144 0.113176 14.3145 0.113649 14.3147 0.124421 14.3148 0.140891 14.315 0.156816 14.3152 0.172711 14.3153 0.194478 14.3155 0.223498 14.3156 0.252171 14.3158 0.272405 14.3159 0.282913 14.3161 0.284905 14.3163 0.277771 14.3164 0.262602 14.3166 0.244443 14.3167 0.225968 14.3169 0.203011 14.317 0.176368 14.3172 0.161586 14.3174 0.176768 14.3175 0.217906 14.3177 0.255737 14.3178 0.264799 14.318 0.246947 14.3181 0.224325 14.3183 0.212831 14.3185 0.210768 14.3186 0.207863 14.3188 0.199518 14.3189 0.190497 14.3191 0.18975 14.3192 0.201088 14.3194 0.218302 14.3196 0.22801 14.3197 0.221525 14.3199 0.203823 14.32 0.188205 14.3202 0.183443 14.3203 0.187266 14.3205 0.193668 14.3206 0.200528 14.3208 0.209078 14.321 0.218662 14.3211 0.226434 14.3213 0.230511 14.3214 0.232235 14.3216 0.23356 14.3217 0.235451 14.3219 0.237908 14.3221 0.241463 14.3222 0.245983 14.3224 0.249045 14.3225 0.246236 14.3227 0.236328 14.3228 0.225763 14.323 0.227043 14.3232 0.247586 14.3233 0.278557 14.3235 0.298783 14.3236 0.29233 14.3238 0.266308 14.3239 0.244587 14.3241 0.245012 14.3243 0.261409 14.3244 0.270127 14.3246 0.254222 14.3247 0.219628 14.3249 0.185863 14.325 0.164598 14.3252 0.150165 14.3254 0.131177 14.3255 0.107325 14.3257 0.0896325 14.3258 0.0875096 14.326 0.101776 14.3261 0.1274 14.3263 0.15689 14.3264 0.179251 14.3266 0.18349 14.3268 0.173545 14.3269 0.168563 14.3271 0.18572 14.3272 0.215616 14.3274 0.233571 14.3275 0.226654 14.3277 0.208877 14.3279 0.19649 14.328 0.185672 14.3282 0.161165 14.3283 0.124552 14.3285 0.0983879 14.3286 0.0992362 14.3288 0.118618 14.329 0.13681 14.3291 0.145703 14.3293 0.150264 14.3294 0.157565 14.3296 0.166567 14.3297 0.173928 14.3299 0.17973 14.3301 0.183795 14.3302 0.180132 14.3304 0.159572 14.3305 0.121901 14.3307 0.0828878 14.3308 0.0679679 14.331 0.0948381 14.3312 0.157186 14.3313 0.22721 14.3315 0.275188 14.3316 0.291157 14.3318 0.290561 14.3319 0.294981 14.3321 0.309481 14.3323 0.318309 14.3324 0.30544 14.3326 0.275412 14.3327 0.248806 14.3329 0.241285 14.333 0.250182 14.3332 0.261184 14.3333 0.261179 14.3335 0.244159 14.3337 0.212295 14.3338 0.176549 14.334 0.149779 14.3341 0.135638 14.3343 0.129375 14.3344 0.132545 14.3346 0.156744 14.3348 0.205789 14.3349 0.260748 14.3351 0.297017 14.3352 0.312344 14.3354 0.326039 14.3355 0.350179 14.3357 0.37361 14.3359 0.379997 14.336 0.370006 14.3362 0.35791 14.3363 0.35202 14.3365 0.346723 14.3366 0.331039 14.3368 0.299922 14.337 0.258121 14.3371 0.217354 14.3373 0.188439 14.3374 0.17467 14.3376 0.173004 14.3377 0.179599 14.3379 0.190047 14.3381 0.198149 14.3382 0.202071 14.3384 0.210902 14.3385 0.234473 14.3387 0.265133 14.3388 0.282277 14.339 0.278202 14.3392 0.267978 14.3393 0.266055 14.3395 0.265992 14.3396 0.253258 14.3398 0.228538 14.3399 0.203913 14.3401 0.184349 14.3402 0.168301 14.3404 0.163181 14.3406 0.183075 14.3407 0.226247 14.3409 0.269805 14.341 0.292465 14.3412 0.291881 14.3413 0.276759 14.3415 0.253882 14.3417 0.229231 14.3418 0.213127 14.342 0.21357 14.3421 0.226604 14.3423 0.241055 14.3424 0.249417 14.3426 0.251915 14.3428 0.249871 14.3429 0.241531 14.3431 0.223811 14.3432 0.195934 14.3434 0.162853 14.3435 0.134949 14.3437 0.121581 14.3439 0.122523 14.344 0.128302 14.3442 0.128966 14.3443 0.123625 14.3445 0.119365 14.3446 0.124523 14.3448 0.141113 14.345 0.160516 14.3451 0.168173 14.3453 0.158549 14.3454 0.145701 14.3456 0.152358 14.3457 0.187127 14.3459 0.235766 14.3461 0.277061 14.3462 0.300207 14.3464 0.304224 14.3465 0.292073 14.3467 0.271884 14.3468 0.258463 14.347 0.263235 14.3471 0.283651 14.3473 0.308423 14.3475 0.33087 14.3476 0.351911 14.3478 0.369095 14.3479 0.370384 14.3481 0.343729 14.3482 0.291414 14.3484 0.234064 14.3486 0.197278 14.3487 0.192462 14.3489 0.206709 14.349 0.216582 14.3492 0.212097 14.3493 0.202902 14.3495 0.199765 14.3497 0.199269 14.3498 0.190681 14.35 0.174167 14.3501 0.16045 14.3503 0.152567 14.3504 0.142249 14.3506 0.124967 14.3508 0.111076 14.3509 0.115487 14.3511 0.140274 14.3512 0.177267 14.3514 0.219118 14.3515 0.261589 14.3517 0.296387 14.3519 0.312827 14.352 0.309183 14.3522 0.298361 14.3523 0.296875 14.3525 0.309945 14.3526 0.329572 14.3528 0.342239 14.3529 0.337189 14.3531 0.311114 14.3533 0.270319 14.3534 0.229527 14.3536 0.20385 14.3537 0.198277 14.3539 0.20706 14.354 0.22116 14.3542 0.235614 14.3544 0.247853 14.3545 0.255014 14.3547 0.253424 14.3548 0.241119 14.355 0.218421 14.3551 0.189597 14.3553 0.164509 14.3555 0.154609 14.3556 0.163109 14.3558 0.180785 14.3559 0.19409 14.3561 0.198553 14.3562 0.198507 14.3564 0.195972 14.3566 0.187092 14.3567 0.172492 14.3569 0.164541 14.357 0.17439 14.3572 0.19346 14.3573 0.197763 14.3575 0.175536 14.3577 0.147622 14.3578 0.149206 14.358 0.193149 14.3581 0.257969 14.3583 0.312606 14.3584 0.343177 14.3586 0.352635 14.3588 0.342029 14.3589 0.30896 14.3591 0.264134 14.3592 0.231683 14.3594 0.22858 14.3595 0.248286 14.3597 0.271137 14.3598 0.285182 14.36 0.289202 14.3602 0.28448 14.3603 0.272071 14.3605 0.255833 14.3606 0.240764 14.3608 0.226492 14.3609 0.209759 14.3611 0.191245 14.3613 0.172245 14.3614 0.152251 14.3616 0.131901 14.3617 0.118 14.3619 0.116804 14.362 0.124123 14.3622 0.130827 14.3624 0.138268 14.3625 0.154866 14.3627 0.180343 14.3628 0.203055 14.363 0.216222 14.3631 0.225144 14.3633 0.235297 14.3635 0.243106 14.3636 0.245178 14.3638 0.244566 14.3639 0.239548 14.3641 0.218085 14.3642 0.17366 14.3644 0.122163 14.3646 0.0894819 14.3647 0.0867787 14.3649 0.105174 14.365 0.133631 14.3652 0.168586 14.3653 0.208859 14.3655 0.249664 14.3657 0.288399 14.3658 0.326394 14.366 0.361794 14.3661 0.38622 14.3663 0.39071 14.3664 0.375596 14.3666 0.351738 14.3667 0.33409 14.3669 0.331599 14.3671 0.341062 14.3672 0.350452 14.3674 0.350838 14.3675 0.342892 14.3677 0.331571 14.3678 0.317641 14.368 0.300562 14.3682 0.284758 14.3683 0.277116 14.3685 0.275841 14.3686 0.270373 14.3688 0.252632 14.3689 0.227273 14.3691 0.208958 14.3693 0.21204 14.3694 0.239715 14.3696 0.279499 14.3697 0.310087 14.3699 0.317549 14.37 0.307642 14.3702 0.298152 14.3704 0.29946 14.3705 0.303491 14.3707 0.295892 14.3708 0.274242 14.371 0.252998 14.3711 0.249161 14.3713 0.263647 14.3715 0.278179 14.3716 0.274739 14.3718 0.257077 14.3719 0.249298 14.3721 0.269521 14.3722 0.309344 14.3724 0.345317 14.3725 0.364208 14.3727 0.369845 14.3729 0.368765 14.373 0.358738 14.3732 0.338499 14.3733 0.317534 14.3735 0.308462 14.3736 0.311014 14.3738 0.309998 14.374 0.29124 14.3741 0.257585 14.3743 0.225638 14.3744 0.208115 14.3746 0.202078 14.3747 0.196079 14.3749 0.185885 14.3751 0.178184 14.3752 0.1797 14.3754 0.189423 14.3755 0.203251 14.3757 0.219579 14.3758 0.23469 14.376 0.238585 14.3762 0.224161 14.3763 0.19836 14.3765 0.178839 14.3766 0.179094 14.3768 0.198913 14.3769 0.225522 14.3771 0.240792 14.3773 0.23146 14.3774 0.202132 14.3776 0.17413 14.3777 0.165574 14.3779 0.172697 14.378 0.176968 14.3782 0.168809 14.3784 0.155452 14.3785 0.147214 14.3787 0.147846 14.3788 0.157828 14.379 0.176274 14.3791 0.195472 14.3793 0.202462 14.3794 0.193828 14.3796 0.183556 14.3798 0.188975 14.3799 0.211934 14.3801 0.237312 14.3802 0.247519 14.3804 0.235914 14.3805 0.209998 14.3807 0.185454 14.3809 0.174104 14.381 0.174511 14.3812 0.176873 14.3813 0.176404 14.3815 0.178401 14.3816 0.188423 14.3818 0.203159 14.382 0.215301 14.3821 0.223066 14.3823 0.230873 14.3824 0.244573 14.3826 0.264235 14.3827 0.281888 14.3829 0.285694 14.3831 0.27116 14.3832 0.249982 14.3834 0.240134 14.3835 0.245864 14.3837 0.253916 14.3838 0.249745 14.384 0.23158 14.3842 0.206016 14.3843 0.178535 14.3845 0.153835 14.3846 0.137665 14.3848 0.130136 14.3849 0.124603 14.3851 0.116884 14.3853 0.112316 14.3854 0.115821 14.3856 0.123057 14.3857 0.128129 14.3859 0.134446 14.386 0.147346 14.3862 0.161819 14.3863 0.166885 14.3865 0.161024 14.3867 0.155117 14.3868 0.16083 14.387 0.183412 14.3871 0.221516 14.3873 0.264906 14.3874 0.294532 14.3876 0.296615 14.3878 0.277346 14.3879 0.257431 14.3881 0.249213 14.3882 0.248988 14.3884 0.250722 14.3885 0.253962 14.3887 0.257833 14.3889 0.256063 14.389 0.247105 14.3892 0.241965 14.3893 0.253432 14.3895 0.281353 14.3896 0.313589 14.3898 0.337337 14.39 0.345763 14.3901 0.339659 14.3903 0.326594 14.3904 0.319454 14.3906 0.326554 14.3907 0.344291 14.3909 0.360179 14.3911 0.364572 14.3912 0.356647 14.3914 0.340959 14.3915 0.322323 14.3917 0.30486 14.3918 0.295646 14.392 0.304752 14.3922 0.334391 14.3923 0.367428 14.3925 0.375219 14.3926 0.34367 14.3928 0.289923 14.3929 0.24657 14.3931 0.229063 14.3932 0.22963 14.3934 0.237655 14.3936 0.251187 14.3937 0.266848 14.3939 0.272215 14.394 0.261084 14.3942 0.245055 14.3943 0.238087 14.3945 0.235571 14.3947 0.22275 14.3948 0.199162 14.395 0.181063 14.3951 0.177871 14.3953 0.180329 14.3954 0.175463 14.3956 0.162523 14.3958 0.151133 14.3959 0.150445 14.3961 0.165546 14.3962 0.195817 14.3964 0.228545 14.3965 0.242085 14.3967 0.226223 14.3969 0.197076 14.397 0.182427 14.3972 0.193793 14.3973 0.219091 14.3975 0.240312 14.3976 0.250435 14.3978 0.250569 14.398 0.241446 14.3981 0.223339 14.3983 0.202408 14.3984 0.189089 14.3986 0.191836 14.3987 0.21166 14.3989 0.241571 14.399 0.27 14.3992 0.284967 14.3994 0.281239 14.3995 0.262848 14.3997 0.240665 14.3998 0.223929 14.4 0.214313 14.4001 0.206173 14.4003 0.194078 14.4005 0.179658 14.4006 0.169013 14.4008 0.163085 14.4009 0.156189 14.4011 0.146889 14.4012 0.144716 14.4014 0.157463 14.4016 0.174507 14.4017 0.176092 14.4019 0.160234 14.402 0.149219 14.4022 0.159723 14.4023 0.180983 14.4025 0.192166 14.4027 0.191177 14.4028 0.191125 14.403 0.194067 14.4031 0.186616 14.4033 0.166263 14.4034 0.151754 14.4036 0.161424 14.4038 0.190715 14.4039 0.219469 14.4041 0.235772 14.4042 0.238772 14.4044 0.230569 14.4045 0.212297 14.4047 0.190058 14.4049 0.173837 14.405 0.170061 14.4052 0.178193 14.4053 0.193412 14.4055 0.209217 14.4056 0.21899 14.4058 0.221725 14.4059 0.222319 14.4061 0.226142 14.4063 0.234952 14.4064 0.250444 14.4066 0.273596 14.4067 0.29619 14.4069 0.299777 14.407 0.275625 14.4072 0.240044 14.4074 0.221346 14.4075 0.231679 14.4077 0.259918 14.4078 0.288721 14.408 0.306559 14.4081 0.302178 14.4083 0.266468 14.4085 0.207774 14.4086 0.154185 14.4088 0.131343 14.4089 0.141005 14.4091 0.169264 14.4092 0.204576 14.4094 0.242053 14.4096 0.273256 14.4097 0.2891 14.4099 0.290211 14.41 0.285142 14.4102 0.276259 14.4103 0.254264 14.4105 0.215118 14.4107 0.170951 14.4108 0.141923 14.411 0.138031 14.4111 0.15444 14.4113 0.178042 14.4114 0.195243 14.4116 0.196102 14.4118 0.179292 14.4119 0.154301 14.4121 0.135137 14.4122 0.130334 14.4124 0.139471 14.4125 0.158464 14.4127 0.181689 14.4128 0.199929 14.413 0.20395 14.4132 0.191809 14.4133 0.171753 14.4135 0.154425 14.4136 0.145567 14.4138 0.147904 14.4139 0.162946 14.4141 0.187882 14.4143 0.214581 14.4144 0.236364 14.4146 0.25338 14.4147 0.26814 14.4149 0.279713 14.415 0.288577 14.4152 0.301149 14.4154 0.320284 14.4155 0.336935 14.4157 0.339503 14.4158 0.329743 14.416 0.3176 14.4161 0.303241 14.4163 0.279005 14.4165 0.246763 14.4166 0.222117 14.4168 0.214044 14.4169 0.216505 14.4171 0.224007 14.4172 0.240987 14.4174 0.267439 14.4176 0.288697 14.4177 0.292166 14.4179 0.282204 14.418 0.269434 14.4182 0.255427 14.4183 0.241538 14.4185 0.241487 14.4186 0.26718 14.4188 0.30933 14.419 0.346999 14.4191 0.370446 14.4193 0.379978 14.4194 0.371091 14.4196 0.341367 14.4197 0.310254 14.4199 0.305092 14.4201 0.329263 14.4202 0.360543 14.4204 0.381385 14.4205 0.390168 14.4207 0.382681 14.4208 0.349219 14.421 0.299227 14.4212 0.265357 14.4213 0.267271 14.4215 0.287988 14.4216 0.30164 14.4218 0.307037 14.4219 0.316881 14.4221 0.328599 14.4223 0.324424 14.4224 0.296955 14.4226 0.260079 14.4227 0.233899 14.4229 0.229178 14.423 0.24087 14.4232 0.250273 14.4234 0.241392 14.4235 0.224474 14.4237 0.225651 14.4238 0.253248 14.424 0.285314 14.4241 0.302357 14.4243 0.314158 14.4245 0.333855 14.4246 0.347996 14.4248 0.335507 14.4249 0.305827 14.4251 0.287066 14.4252 0.282342 14.4254 0.267209 14.4255 0.232312 14.4257 0.199025 14.4259 0.188177 14.426 0.197998 14.4262 0.220993 14.4263 0.259756 14.4265 0.310281 14.4266 0.351832 14.4268 0.368844 14.427 0.368478 14.4271 0.364975 14.4273 0.357692 14.4274 0.340298 14.4276 0.318779 14.4277 0.304284 14.4279 0.294826 14.4281 0.279705 14.4282 0.25442 14.4284 0.222299 14.4285 0.185097 14.4287 0.146571 14.4288 0.12034 14.429 0.119784 14.4292 0.141874 14.4293 0.171396 14.4295 0.198903 14.4296 0.224891 14.4298 0.246521 14.4299 0.253981 14.4301 0.242932 14.4303 0.22348 14.4304 0.209651 14.4306 0.205896 14.4307 0.205956 14.4309 0.205225 14.431 0.208541 14.4312 0.22484 14.4314 0.251185 14.4315 0.267832 14.4317 0.255691 14.4318 0.219674 14.432 0.184809 14.4321 0.16732 14.4323 0.158348 14.4324 0.144013 14.4326 0.129907 14.4328 0.132818 14.4329 0.153664 14.4331 0.174093 14.4332 0.179781 14.4334 0.175063 14.4335 0.17096 14.4337 0.171319 14.4339 0.176028 14.434 0.189147 14.4342 0.214261 14.4343 0.245615 14.4345 0.269249 14.4346 0.273671 14.4348 0.259376 14.435 0.237516 14.4351 0.220413 14.4353 0.212942 14.4354 0.211708 14.4356 0.212495 14.4357 0.214793 14.4359 0.219024 14.4361 0.222282 14.4362 0.221467 14.4364 0.216571 14.4365 0.208013 14.4367 0.194 14.4368 0.17699 14.437 0.169529 14.4372 0.184307 14.4373 0.215843 14.4375 0.240968 14.4376 0.241721 14.4378 0.221802 14.4379 0.197428 14.4381 0.175772 14.4383 0.147115 14.4384 0.101471 14.4386 0.0460382 14.4387 0.00352948 14.4389 -0.00919519 14.439 0.00313191 14.4392 0.0249971 14.4393 0.0516625 14.4395 0.0899053 14.4397 0.135087 14.4398 0.164754 14.44 0.164679 14.4401 0.151616 14.4403 0.152123 14.4404 0.164186 14.4406 0.159722 14.4408 0.127592 14.4409 0.0935171 14.4411 0.089093 14.4412 0.115117 14.4414 0.147233 14.4415 0.165909 14.4417 0.168039 14.4419 0.156216 14.442 0.135326 14.4422 0.116779 14.4423 0.11415 14.4425 0.129523 14.4426 0.154508 14.4428 0.182248 14.443 0.212375 14.4431 0.242737 14.4433 0.263898 14.4434 0.266738 14.4436 0.25209 14.4437 0.230365 14.4439 0.215279 14.4441 0.213896 14.4442 0.219456 14.4444 0.218206 14.4445 0.205999 14.4447 0.196327 14.4448 0.205265 14.445 0.231063 14.4451 0.256742 14.4453 0.272578 14.4455 0.281936 14.4456 0.288961 14.4458 0.28964 14.4459 0.280864 14.4461 0.267815 14.4462 0.255504 14.4464 0.242371 14.4466 0.227489 14.4467 0.218397 14.4469 0.21942 14.447 0.219787 14.4472 0.203246 14.4473 0.169185 14.4475 0.135297 14.4477 0.119032 14.4478 0.121566 14.448 0.12957 14.4481 0.128793 14.4483 0.115013 14.4484 0.0988072 14.4486 0.0990524 14.4488 0.126333 14.4489 0.173187 14.4491 0.220149 14.4492 0.252748 14.4494 0.268912 14.4495 0.273729 14.4497 0.272955 14.4499 0.271554 14.45 0.270835 14.4502 0.267076 14.4503 0.259771 14.4505 0.259184 14.4506 0.279763 14.4508 0.319726 14.451 0.357964 14.4511 0.372981 14.4513 0.361767 14.4514 0.337125 14.4516 0.312496 14.4517 0.293782 14.4519 0.28171 14.452 0.272548 14.4522 0.258905 14.4524 0.236859 14.4525 0.212093 14.4527 0.195002 14.4528 0.18994 14.453 0.19182 14.4531 0.193639 14.4533 0.193814 14.4535 0.196014 14.4536 0.203664 14.4538 0.215223 14.4539 0.224047 14.4541 0.223711 14.4542 0.214854 14.4544 0.205015 14.4546 0.19984 14.4547 0.19709 14.4549 0.190775 14.455 0.180481 14.4552 0.172893 14.4553 0.175551 14.4555 0.189911 14.4557 0.209987 14.4558 0.225657 14.456 0.229119 14.4561 0.220143 14.4563 0.203357 14.4564 0.181732 14.4566 0.156557 14.4568 0.133111 14.4569 0.120057 14.4571 0.119771 14.4572 0.126164 14.4574 0.137001 14.4575 0.161006 14.4577 0.203708 14.4579 0.253297 14.458 0.290388 14.4582 0.309573 14.4583 0.319944 14.4585 0.325929 14.4586 0.319439 14.4588 0.294809 14.4589 0.261166 14.4591 0.234248 14.4593 0.223529 14.4594 0.230792 14.4596 0.251111 14.4597 0.26962 14.4599 0.268299 14.46 0.243344 14.4602 0.214718 14.4604 0.206647 14.4605 0.223125 14.4607 0.247121 14.4608 0.260112 14.461 0.255922 14.4611 0.238123 14.4613 0.214567 14.4615 0.195442 14.4616 0.18995 14.4618 0.199052 14.4619 0.215015 14.4621 0.228122 14.4622 0.232634 14.4624 0.226654 14.4626 0.213662 14.4627 0.200907 14.4629 0.194073 14.463 0.191992 14.4632 0.192185 14.4633 0.198903 14.4635 0.218123 14.4637 0.243454 14.4638 0.254238 14.464 0.238935 14.4641 0.210555 14.4643 0.193476 14.4644 0.195511 14.4646 0.203005 14.4647 0.205041 14.4649 0.210485 14.4651 0.232289 14.4652 0.262468 14.4654 0.275921 14.4655 0.260139 14.4657 0.230906 14.4658 0.213246 14.466 0.216268 14.4662 0.230786 14.4663 0.244002 14.4665 0.24734 14.4666 0.235287 14.4668 0.20941 14.4669 0.182077 14.4671 0.166586 14.4673 0.161879 14.4674 0.155966 14.4676 0.145507 14.4677 0.140864 14.4679 0.147503 14.468 0.154204 14.4682 0.149782 14.4684 0.142 14.4685 0.148675 14.4687 0.174574 14.4688 0.206964 14.469 0.235152 14.4691 0.26104 14.4693 0.289722 14.4695 0.318945 14.4696 0.342878 14.4698 0.359203 14.4699 0.368566 14.4701 0.368182 14.4702 0.355035 14.4704 0.333496 14.4706 0.314036 14.4707 0.302441 14.4709 0.290391 14.471 0.265371 14.4712 0.228209 14.4713 0.198349 14.4715 0.19765 14.4716 0.228372 14.4718 0.272007 14.472 0.306578 14.4721 0.321081 14.4723 0.314766 14.4724 0.291792 14.4726 0.263762 14.4727 0.248312 14.4729 0.255565 14.4731 0.278643 14.4732 0.301648 14.4734 0.315681 14.4735 0.319493 14.4737 0.310211 14.4738 0.284905 14.474 0.251575 14.4742 0.227011 14.4743 0.218295 14.4745 0.215491 14.4746 0.207849 14.4748 0.199838 14.4749 0.203867 14.4751 0.217704 14.4753 0.224768 14.4754 0.214043 14.4756 0.192286 14.4757 0.171585 14.4759 0.153334 14.476 0.135039 14.4762 0.127223 14.4764 0.146741 14.4765 0.189543 14.4767 0.226187 14.4768 0.233537 14.477 0.221937 14.4771 0.217823 14.4773 0.227095 14.4775 0.235169 14.4776 0.2384 14.4778 0.25107 14.4779 0.275333 14.4781 0.287071 14.4782 0.268955 14.4784 0.241266 14.4785 0.239367 14.4787 0.266892 14.4789 0.29675 14.479 0.306947 14.4792 0.300995 14.4793 0.292201 14.4795 0.287933 14.4796 0.292013 14.4798 0.304853 14.48 0.317527 14.4801 0.316515 14.4803 0.298519 14.4804 0.274051 14.4806 0.251105 14.4807 0.227238 14.4809 0.202211 14.4811 0.185333 14.4812 0.18656 14.4814 0.203843 14.4815 0.228817 14.4817 0.252819 14.4818 0.263122 14.482 0.246852 14.4822 0.206832 14.4823 0.167076 14.4825 0.151998 14.4826 0.162163 14.4828 0.178025 14.4829 0.183882 14.4831 0.1822 14.4833 0.185619 14.4834 0.203974 14.4836 0.232999 14.4837 0.252996 14.4839 0.246423 14.484 0.218895 14.4842 0.198304 14.4843 0.206856 14.4845 0.238017 14.4847 0.268955 14.4848 0.286263 14.485 0.290946 14.4851 0.289045 14.4853 0.283761 14.4854 0.280023 14.4856 0.280787 14.4858 0.282932 14.4859 0.281557 14.4861 0.278109 14.4862 0.27626 14.4864 0.273123 14.4865 0.261904 14.4867 0.243076 14.4869 0.226463 14.487 0.218855 14.4872 0.218674 14.4873 0.221822 14.4875 0.226108 14.4876 0.22863 14.4878 0.226064 14.488 0.218991 14.4881 0.21317 14.4883 0.21392 14.4884 0.222014 14.4886 0.23602 14.4887 0.253011 14.4889 0.26889 14.4891 0.28218 14.4892 0.295384 14.4894 0.310436 14.4895 0.323532 14.4897 0.330639 14.4898 0.334387 14.49 0.340668 14.4902 0.348932 14.4903 0.354143 14.4905 0.357117 14.4906 0.363348 14.4908 0.370329 14.4909 0.366877 14.4911 0.348757 14.4912 0.325715 14.4914 0.307726 14.4916 0.292569 14.4917 0.275893 14.4919 0.263777 14.492 0.265287 14.4922 0.276399 14.4923 0.283779 14.4925 0.284754 14.4927 0.290727 14.4928 0.307394 14.493 0.322483 14.4931 0.321471 14.4933 0.306543 14.4934 0.29041 14.4936 0.274309 14.4938 0.24691 14.4939 0.206669 14.4941 0.171283 14.4942 0.157703 14.4944 0.161534 14.4945 0.168424 14.4947 0.176685 14.4949 0.195968 14.495 0.224127 14.4952 0.243027 14.4953 0.241888 14.4955 0.231841 14.4956 0.230363 14.4958 0.239008 14.496 0.247477 14.4961 0.251331 14.4963 0.255252 14.4964 0.262069 14.4966 0.269772 14.4967 0.276515 14.4969 0.282865 14.4971 0.29021 14.4972 0.301882 14.4974 0.323777 14.4975 0.353016 14.4977 0.372217 14.4978 0.364341 14.498 0.333151 14.4981 0.297722 14.4983 0.267251 14.4985 0.232866 14.4986 0.189445 14.4988 0.151367 14.4989 0.139366 14.4991 0.158401 14.4992 0.194852 14.4994 0.232291 14.4996 0.258682 14.4997 0.266149 14.4999 0.253186 14.5 0.229373 14.5002 0.211473 14.5003 0.213603 14.5005 0.236869 14.5007 0.271014 14.5008 0.298548 14.501 0.3055 14.5011 0.287109 14.5013 0.257922 14.5014 0.237944 14.5016 0.234182 14.5018 0.232199 14.5019 0.210891 14.5021 0.170084 14.5022 0.131538 14.5024 0.118609 14.5025 0.132021 14.5027 0.15639 14.5029 0.18088 14.503 0.203539 14.5032 0.220474 14.5033 0.224146 14.5035 0.218049 14.5036 0.218721 14.5038 0.23292 14.504 0.244347 14.5041 0.235346 14.5043 0.213162 14.5044 0.199666 14.5046 0.200496 14.5047 0.199345 14.5049 0.185836 14.505 0.170368 14.5052 0.168743 14.5054 0.185175 14.5055 0.216854 14.5057 0.260855 14.5058 0.308413 14.506 0.338721 14.5061 0.333505 14.5063 0.29511 14.5065 0.245306 14.5066 0.206154 14.5068 0.184867 14.5069 0.174887 14.5071 0.167653 14.5072 0.160988 14.5074 0.159046 14.5076 0.16497 14.5077 0.176857 14.5079 0.194444 14.508 0.223551 14.5082 0.263315 14.5083 0.293794 14.5085 0.290282 14.5087 0.253867 14.5088 0.216544 14.509 0.2079 14.5091 0.224558 14.5093 0.240183 14.5094 0.238294 14.5096 0.224182 14.5098 0.212456 14.5099 0.213539 14.5101 0.231556 14.5102 0.264288 14.5104 0.302035 14.5105 0.331385 14.5107 0.34408 14.5108 0.339541 14.511 0.320154 14.5112 0.289548 14.5113 0.253545 14.5115 0.221231 14.5116 0.199195 14.5118 0.188058 14.5119 0.18316 14.5121 0.17988 14.5123 0.176315 14.5124 0.172301 14.5126 0.167186 14.5127 0.159831 14.5129 0.155208 14.513 0.161732 14.5132 0.180554 14.5134 0.200633 14.5135 0.213478 14.5137 0.227636 14.5138 0.256629 14.514 0.295548 14.5141 0.323971 14.5143 0.333756 14.5145 0.33837 14.5146 0.349323 14.5148 0.359565 14.5149 0.358401 14.5151 0.350594 14.5152 0.344925 14.5154 0.336984 14.5156 0.320907 14.5157 0.3087 14.5159 0.318405 14.516 0.342894 14.5162 0.351378 14.5163 0.32585 14.5165 0.282058 14.5167 0.24892 14.5168 0.237497 14.517 0.236626 14.5171 0.232716 14.5173 0.225982 14.5174 0.230309 14.5176 0.259004 14.5177 0.307198 14.5179 0.351161 14.5181 0.369574 14.5182 0.364758 14.5184 0.355385 14.5185 0.350808 14.5187 0.345486 14.5188 0.336344 14.519 0.331131 14.5192 0.333223 14.5193 0.329229 14.5195 0.304783 14.5196 0.26589 14.5198 0.235387 14.5199 0.230198 14.5201 0.249313 14.5203 0.280205 14.5204 0.308456 14.5206 0.32335 14.5207 0.320921 14.5209 0.305282 14.521 0.284214 14.5212 0.26269 14.5214 0.244369 14.5215 0.236074 14.5217 0.246944 14.5218 0.279921 14.522 0.324847 14.5221 0.361819 14.5223 0.374434 14.5225 0.359546 14.5226 0.326323 14.5228 0.285276 14.5229 0.242656 14.5231 0.203835 14.5232 0.177299 14.5234 0.168835 14.5236 0.173032 14.5237 0.177368 14.5239 0.177205 14.524 0.180095 14.5242 0.195769 14.5243 0.223334 14.5245 0.252634 14.5246 0.27289 14.5248 0.276656 14.525 0.260854 14.5251 0.22939 14.5253 0.194701 14.5254 0.172366 14.5256 0.171065 14.5257 0.188454 14.5259 0.212177 14.5261 0.225349 14.5262 0.21589 14.5264 0.18799 14.5265 0.162589 14.5267 0.161913 14.5268 0.189206 14.527 0.226303 14.5272 0.250896 14.5273 0.254917 14.5275 0.243837 14.5276 0.223506 14.5278 0.193584 14.5279 0.158414 14.5281 0.134474 14.5283 0.139384 14.5284 0.173048 14.5286 0.215101 14.5287 0.2434 14.5289 0.250839 14.529 0.242085 14.5292 0.222902 14.5294 0.196715 14.5295 0.169675 14.5297 0.149995 14.5298 0.144711 14.53 0.156999 14.5301 0.186303 14.5303 0.224867 14.5304 0.255965 14.5306 0.263347 14.5308 0.243812 14.5309 0.211829 14.5311 0.188568 14.5312 0.188074 14.5314 0.20826 14.5315 0.233583 14.5317 0.249357 14.5319 0.255383 14.532 0.261808 14.5322 0.270063 14.5323 0.266968 14.5325 0.242863 14.5326 0.209815 14.5328 0.190458 14.533 0.194247 14.5331 0.213445 14.5333 0.23943 14.5334 0.269789 14.5336 0.298336 14.5337 0.31282 14.5339 0.308551 14.5341 0.295333 14.5342 0.285396 14.5344 0.280384 14.5345 0.275236 14.5347 0.268508 14.5348 0.262316 14.535 0.254805 14.5352 0.239069 14.5353 0.210046 14.5355 0.173603 14.5356 0.148308 14.5358 0.155386 14.5359 0.200144 14.5361 0.262823 14.5363 0.313813 14.5364 0.339629 14.5366 0.347431 14.5367 0.349945 14.5369 0.351792 14.537 0.350849 14.5372 0.341595 14.5373 0.316088 14.5375 0.271823 14.5377 0.223347 14.5378 0.194711 14.538 0.195067 14.5381 0.210982 14.5383 0.22692 14.5384 0.244366 14.5386 0.271607 14.5388 0.306573 14.5389 0.339827 14.5391 0.368906 14.5392 0.395939 14.5394 0.414135 14.5395 0.408355 14.5397 0.371739 14.5399 0.317021 14.54 0.268369 14.5402 0.245445 14.5403 0.251036 14.5405 0.269828 14.5406 0.282632 14.5408 0.283367 14.541 0.280584 14.5411 0.281055 14.5413 0.278027 14.5414 0.261684 14.5416 0.235519 14.5417 0.213432 14.5419 0.204612 14.5421 0.204607 14.5422 0.20008 14.5424 0.177799 14.5425 0.13592 14.5427 0.0905008 14.5428 0.0656783 14.543 0.0712575 14.5432 0.0945194 14.5433 0.120626 14.5435 0.150068 14.5436 0.186967 14.5438 0.217987 14.5439 0.221928 14.5441 0.198408 14.5442 0.172635 14.5444 0.167626 14.5446 0.183286 14.5447 0.204969 14.5449 0.221625 14.545 0.230544 14.5452 0.233306 14.5453 0.233724 14.5455 0.237978 14.5457 0.25026 14.5458 0.271073 14.546 0.297625 14.5461 0.322928 14.5463 0.336199 14.5464 0.329604 14.5466 0.307559 14.5468 0.282164 14.5469 0.261227 14.5471 0.244581 14.5472 0.231246 14.5474 0.223317 14.5475 0.221435 14.5477 0.224553 14.5479 0.234809 14.548 0.253507 14.5482 0.273147 14.5483 0.280414 14.5485 0.272122 14.5486 0.259638 14.5488 0.256082 14.549 0.262153 14.5491 0.268932 14.5493 0.267327 14.5494 0.253416 14.5496 0.230677 14.5497 0.20873 14.5499 0.194792 14.5501 0.183412 14.5502 0.164218 14.5504 0.139124 14.5505 0.124462 14.5507 0.130625 14.5508 0.148519 14.551 0.163715 14.5511 0.176388 14.5513 0.199722 14.5515 0.238975 14.5516 0.281038 14.5518 0.304523 14.5519 0.298024 14.5521 0.268248 14.5522 0.233222 14.5524 0.207696 14.5526 0.193673 14.5527 0.185652 14.5529 0.180281 14.553 0.178443 14.5532 0.180298 14.5533 0.186476 14.5535 0.201892 14.5537 0.22703 14.5538 0.249869 14.554 0.256953 14.5541 0.253583 14.5543 0.257345 14.5544 0.26732 14.5546 0.258317 14.5548 0.216345 14.5549 0.164087 14.5551 0.136715 14.5552 0.143174 14.5554 0.169161 14.5555 0.205002 14.5557 0.24859 14.5559 0.284128 14.556 0.28752 14.5562 0.258243 14.5563 0.225555 14.5565 0.212448 14.5566 0.207707 14.5568 0.188718 14.5569 0.156895 14.5571 0.137025 14.5573 0.144075 14.5574 0.168679 14.5576 0.193661 14.5577 0.212117 14.5579 0.224578 14.558 0.230567 14.5582 0.229978 14.5584 0.229011 14.5585 0.235893 14.5587 0.248616 14.5588 0.253851 14.559 0.241628 14.5591 0.21769 14.5593 0.197811 14.5595 0.189968 14.5596 0.189737 14.5598 0.190199 14.5599 0.189374 14.5601 0.185347 14.5602 0.172 14.5604 0.150152 14.5606 0.133675 14.5607 0.133797 14.5609 0.141842 14.561 0.139672 14.5612 0.127672 14.5613 0.127682 14.5615 0.15358 14.5617 0.192494 14.5618 0.222512 14.562 0.238652 14.5621 0.250897 14.5623 0.263056 14.5624 0.268721 14.5626 0.265682 14.5628 0.262299 14.5629 0.265486 14.5631 0.27147 14.5632 0.273337 14.5634 0.273421 14.5635 0.28119 14.5637 0.300392 14.5638 0.323225 14.564 0.337743 14.5642 0.336652 14.5643 0.319964 14.5645 0.291186 14.5646 0.257961 14.5648 0.230397 14.5649 0.21568 14.5651 0.208482 14.5653 0.195921 14.5654 0.176242 14.5656 0.167753 14.5657 0.189489 14.5659 0.235262 14.566 0.277062 14.5662 0.295807 14.5664 0.296352 14.5665 0.290744 14.5667 0.278739 14.5668 0.254627 14.567 0.223527 14.5671 0.198326 14.5673 0.183929 14.5675 0.178217 14.5676 0.186155 14.5678 0.21744 14.5679 0.266815 14.5681 0.308679 14.5682 0.321103 14.5684 0.308933 14.5686 0.293223 14.5687 0.285013 14.5689 0.277779 14.569 0.264075 14.5692 0.249566 14.5693 0.247589 14.5695 0.263151 14.5697 0.289077 14.5698 0.313688 14.57 0.329676 14.5701 0.334463 14.5703 0.327392 14.5704 0.31198 14.5706 0.298648 14.5707 0.300718 14.5709 0.322545 14.5711 0.353508 14.5712 0.376765 14.5714 0.383486 14.5715 0.374731 14.5717 0.355737 14.5718 0.331643 14.572 0.308124 14.5722 0.288196 14.5723 0.267762 14.5725 0.241819 14.5726 0.214464 14.5728 0.196093 14.5729 0.189326 14.5731 0.185802 14.5733 0.180642 14.5734 0.181322 14.5736 0.194661 14.5737 0.212778 14.5739 0.22162 14.574 0.217636 14.5742 0.207904 14.5744 0.196826 14.5745 0.184288 14.5747 0.174597 14.5748 0.175889 14.575 0.187772 14.5751 0.19954 14.5753 0.203707 14.5755 0.203583 14.5756 0.204715 14.5758 0.20659 14.5759 0.208076 14.5761 0.211314 14.5762 0.217853 14.5764 0.222939 14.5765 0.223168 14.5767 0.221306 14.5769 0.221487 14.577 0.222966 14.5772 0.222546 14.5773 0.218714 14.5775 0.206454 14.5776 0.178015 14.5778 0.135635 14.578 0.098385 14.5781 0.0874131 14.5783 0.105787 14.5784 0.141989 14.5786 0.187703 14.5787 0.240991 14.5789 0.294891 14.5791 0.334053 14.5792 0.348492 14.5794 0.342337 14.5795 0.327136 14.5797 0.312116 14.5798 0.302258 14.58 0.297234 14.5802 0.28841 14.5803 0.266788 14.5805 0.23653 14.5806 0.214567 14.5808 0.212386 14.5809 0.2265 14.5811 0.249305 14.5813 0.280565 14.5814 0.319429 14.5816 0.351219 14.5817 0.357667 14.5819 0.337963 14.582 0.309941 14.5822 0.289969 14.5824 0.280296 14.5825 0.278146 14.5827 0.285922 14.5828 0.305863 14.583 0.328399 14.5831 0.335784 14.5833 0.318158 14.5834 0.280549 14.5836 0.236568 14.5838 0.197186 14.5839 0.169267 14.5841 0.157526 14.5842 0.161029 14.5844 0.169301 14.5845 0.168093 14.5847 0.153926 14.5849 0.139471 14.585 0.1404 14.5852 0.159046 14.5853 0.184312 14.5855 0.206894 14.5856 0.226173 14.5858 0.244021 14.586 0.259948 14.5861 0.274318 14.5863 0.290904 14.5864 0.310046 14.5866 0.32385 14.5867 0.321999 14.5869 0.302482 14.5871 0.274042 14.5872 0.248305 14.5874 0.231184 14.5875 0.221175 14.5877 0.214223 14.5878 0.212023 14.588 0.22231 14.5882 0.246563 14.5883 0.271031 14.5885 0.278344 14.5886 0.268742 14.5888 0.257854 14.5889 0.255884 14.5891 0.255926 14.5893 0.251429 14.5894 0.249328 14.5896 0.257014 14.5897 0.267924 14.5899 0.272947 14.59 0.278073 14.5902 0.295469 14.5903 0.320186 14.5905 0.334162 14.5907 0.330943 14.5908 0.321754 14.591 0.314086 14.5911 0.303333 14.5913 0.286646 14.5914 0.272739 14.5916 0.267999 14.5918 0.268025 14.5919 0.27048 14.5921 0.28314 14.5922 0.307765 14.5924 0.328109 14.5925 0.327225 14.5927 0.309326 14.5929 0.292382 14.593 0.284604 14.5932 0.282958 14.5933 0.287232 14.5935 0.301007 14.5936 0.316613 14.5938 0.315319 14.594 0.289173 14.5941 0.252169 14.5943 0.223814 14.5944 0.211979 14.5946 0.214504 14.5947 0.230435 14.5949 0.258147 14.5951 0.287425 14.5952 0.301657 14.5954 0.294305 14.5955 0.278458 14.5957 0.274739 14.5958 0.288185 14.596 0.29946 14.5962 0.285553 14.5963 0.249086 14.5965 0.220679 14.5966 0.228762 14.5968 0.271077 14.5969 0.322058 14.5971 0.357898 14.5972 0.367421 14.5974 0.3478 14.5976 0.305581 14.5977 0.26206 14.5979 0.241831 14.598 0.246155 14.5982 0.251315 14.5983 0.238705 14.5985 0.216997 14.5987 0.207459 14.5988 0.214095 14.599 0.22206 14.5991 0.218767 14.5993 0.206289 14.5994 0.194696 14.5996 0.191213 14.5998 0.198637 14.5999 0.21625 14.6001 0.237594 14.6002 0.250221 14.6004 0.245937 14.6005 0.228441 14.6007 0.213323 14.6009 0.216375 14.601 0.239362 14.6012 0.266904 14.6013 0.278043 14.6015 0.263879 14.6016 0.232677 14.6018 0.198585 14.602 0.171819 14.6021 0.159829 14.6023 0.170903 14.6024 0.206218 14.6026 0.251252 14.6027 0.284644 14.6029 0.297016 14.603 0.296488 14.6032 0.296394 14.6034 0.301236 14.6035 0.30615 14.6037 0.305699 14.6038 0.30146 14.604 0.300701 14.6041 0.309324 14.6043 0.32269 14.6045 0.328304 14.6046 0.319547 14.6048 0.304176 14.6049 0.294909 14.6051 0.291715 14.6052 0.283743 14.6054 0.265848 14.6056 0.246122 14.6057 0.235235 14.6059 0.230768 14.606 0.223648 14.6062 0.208912 14.6063 0.189953 14.6065 0.172517 14.6067 0.161568 14.6068 0.160994 14.607 0.170468 14.6071 0.185837 14.6073 0.202186 14.6074 0.218115 14.6076 0.234377 14.6078 0.249104 14.6079 0.256938 14.6081 0.253913 14.6082 0.240704 14.6084 0.223942 14.6085 0.209724 14.6087 0.19671 14.6089 0.178935 14.609 0.157556 14.6092 0.148567 14.6093 0.168072 14.6095 0.210603 14.6096 0.25014 14.6098 0.2665 14.6099 0.263168 14.6101 0.255241 14.6103 0.25025 14.6104 0.248273 14.6106 0.250253 14.6107 0.255152 14.6109 0.253026 14.611 0.234276 14.6112 0.206817 14.6114 0.189589 14.6115 0.187833 14.6117 0.186502 14.6118 0.172269 14.612 0.154508 14.6121 0.153729 14.6123 0.176301 14.6125 0.206691 14.6126 0.225816 14.6128 0.228216 14.6129 0.221587 14.6131 0.214284 14.6132 0.20588 14.6134 0.192169 14.6136 0.175941 14.6137 0.167011 14.6139 0.166948 14.614 0.162827 14.6142 0.146416 14.6143 0.133577 14.6145 0.148181 14.6147 0.185407 14.6148 0.210065 14.615 0.201755 14.6151 0.183792 14.6153 0.191594 14.6154 0.223593 14.6156 0.246948 14.6158 0.245035 14.6159 0.233145 14.6161 0.225793 14.6162 0.214847 14.6164 0.192706 14.6165 0.17651 14.6167 0.189597 14.6168 0.228303 14.617 0.266843 14.6172 0.288251 14.6173 0.295087 14.6175 0.292916 14.6176 0.282638 14.6178 0.268224 14.6179 0.256408 14.6181 0.245679 14.6183 0.228202 14.6184 0.207632 14.6186 0.199869 14.6187 0.208766 14.6189 0.216262 14.619 0.206848 14.6192 0.190729 14.6194 0.189332 14.6195 0.204907 14.6197 0.219631 14.6198 0.223012 14.62 0.224159 14.6201 0.233219 14.6203 0.244068 14.6205 0.242561 14.6206 0.225614 14.6208 0.206168 14.6209 0.199453 14.6211 0.209003 14.6212 0.223897 14.6214 0.228807 14.6216 0.218762 14.6217 0.202316 14.6219 0.191633 14.622 0.190532 14.6222 0.194094 14.6223 0.196566 14.6225 0.193969 14.6226 0.184659 14.6228 0.173803 14.623 0.174411 14.6231 0.194866 14.6233 0.228355 14.6234 0.260449 14.6236 0.285547 14.6237 0.30553 14.6239 0.315319 14.6241 0.305905 14.6242 0.283594 14.6244 0.272475 14.6245 0.286808 14.6247 0.311482 14.6248 0.320632 14.625 0.306586 14.6252 0.279958 14.6253 0.250555 14.6255 0.220583 14.6256 0.194611 14.6258 0.183454 14.6259 0.195645 14.6261 0.231058 14.6263 0.281622 14.6264 0.331934 14.6266 0.364983 14.6267 0.375688 14.6269 0.375997 14.627 0.378028 14.6272 0.376303 14.6274 0.357411 14.6275 0.323373 14.6277 0.293172 14.6278 0.281299 14.628 0.283556 14.6281 0.285393 14.6283 0.27397 14.6285 0.244616 14.6286 0.204525 14.6288 0.173348 14.6289 0.166763 14.6291 0.177811 14.6292 0.184277 14.6294 0.176098 14.6295 0.165215 14.6297 0.163748 14.6299 0.168885 14.63 0.174815 14.6302 0.186215 14.6303 0.207373 14.6305 0.226642 14.6306 0.224491 14.6308 0.195018 14.631 0.149975 14.6311 0.106802 14.6313 0.07917 14.6314 0.0734201 14.6316 0.0845911 14.6317 0.0987534 14.6319 0.107077 14.6321 0.115321 14.6322 0.133008 14.6324 0.157695 14.6325 0.177355 14.6327 0.185933 14.6328 0.185834 14.633 0.180134 14.6332 0.171389 14.6333 0.165568 14.6335 0.166535 14.6336 0.16578 14.6338 0.149352 14.6339 0.116898 14.6341 0.0853803 14.6343 0.0712316 14.6344 0.0764546 14.6346 0.0951659 14.6347 0.123078 14.6349 0.154638 14.635 0.179552 14.6352 0.189484 14.6354 0.188361 14.6355 0.187692 14.6357 0.19446 14.6358 0.207402 14.636 0.221814 14.6361 0.233537 14.6363 0.236505 14.6364 0.222925 14.6366 0.190399 14.6368 0.147349 14.6369 0.107574 14.6371 0.0818128 14.6372 0.0733669 14.6374 0.0802067 14.6375 0.0967569 14.6377 0.113839 14.6379 0.125138 14.638 0.136606 14.6382 0.162713 14.6383 0.206142 14.6385 0.247228 14.6386 0.262953 14.6388 0.257329 14.639 0.258573 14.6391 0.284472 14.6393 0.32079 14.6394 0.339974 14.6396 0.332281 14.6397 0.30877 14.6399 0.282337 14.6401 0.256459 14.6402 0.230451 14.6404 0.205798 14.6405 0.186026 14.6407 0.174846 14.6408 0.174198 14.641 0.18136 14.6412 0.192733 14.6413 0.211869 14.6415 0.244182 14.6416 0.28038 14.6418 0.296583 14.6419 0.28248 14.6421 0.259274 14.6423 0.252698 14.6424 0.257922 14.6426 0.247969 14.6427 0.214131 14.6429 0.176113 14.643 0.151573 14.6432 0.13604 14.6433 0.121079 14.6435 0.112855 14.6437 0.120947 14.6438 0.1428 14.644 0.171113 14.6441 0.206774 14.6443 0.25092 14.6444 0.290478 14.6446 0.306847 14.6448 0.293717 14.6449 0.260647 14.6451 0.221667 14.6452 0.188532 14.6454 0.170943 14.6455 0.169641 14.6457 0.173548 14.6459 0.171914 14.646 0.169905 14.6462 0.183273 14.6463 0.217864 14.6465 0.261397 14.6466 0.2962 14.6468 0.315616 14.647 0.325746 14.6471 0.334852 14.6473 0.344107 14.6474 0.345948 14.6476 0.331983 14.6477 0.304005 14.6479 0.274845 14.6481 0.25794 14.6482 0.258423 14.6484 0.273093 14.6485 0.295082 14.6487 0.313194 14.6488 0.31445 14.649 0.294144 14.6491 0.261872 14.6493 0.232437 14.6495 0.211195 14.6496 0.193584 14.6498 0.174765 14.6499 0.156493 14.6501 0.144982 14.6502 0.146875 14.6504 0.164525 14.6506 0.190448 14.6507 0.207498 14.6509 0.20193 14.651 0.176824 14.6512 0.149436 14.6513 0.13598 14.6515 0.139698 14.6517 0.15369 14.6518 0.169723 14.652 0.183897 14.6521 0.195395 14.6523 0.199671 14.6524 0.185773 14.6526 0.146537 14.6528 0.0944694 14.6529 0.0587208 14.6531 0.0610021 14.6532 0.0967446 14.6534 0.143976 14.6535 0.185358 14.6537 0.213082 14.6539 0.221738 14.654 0.209623 14.6542 0.187838 14.6543 0.17479 14.6545 0.177898 14.6546 0.187646 14.6548 0.192285 14.655 0.191513 14.6551 0.191414 14.6553 0.192004 14.6554 0.187332 14.6556 0.175456 14.6557 0.163327 14.6559 0.161267 14.656 0.173383 14.6562 0.19261 14.6564 0.207822 14.6565 0.216393 14.6567 0.226507 14.6568 0.243745 14.657 0.256885 14.6571 0.246888 14.6573 0.209058 14.6575 0.160535 14.6576 0.122265 14.6578 0.10189 14.6579 0.0965725 14.6581 0.104869 14.6582 0.127579 14.6584 0.159638 14.6586 0.190634 14.6587 0.214151 14.6589 0.23386 14.659 0.253991 14.6592 0.270528 14.6593 0.273597 14.6595 0.260055 14.6597 0.239154 14.6598 0.221389 14.66 0.207191 14.6601 0.189745 14.6603 0.168019 14.6604 0.149596 14.6606 0.140526 14.6608 0.138185 14.6609 0.13872 14.6611 0.144588 14.6612 0.156565 14.6614 0.164747 14.6615 0.154869 14.6617 0.1262 14.6619 0.0943205 14.662 0.0765351 14.6622 0.0782826 14.6623 0.0947627 14.6625 0.118882 14.6626 0.146027 14.6628 0.174408 14.6629 0.203333 14.6631 0.227839 14.6633 0.237999 14.6634 0.227613 14.6636 0.203043 14.6637 0.179303 14.6639 0.167026 14.664 0.166045 14.6642 0.171338 14.6644 0.179802 14.6645 0.190457 14.6647 0.202253 14.6648 0.212207 14.665 0.213555 14.6651 0.199381 14.6653 0.171523 14.6655 0.144585 14.6656 0.135238 14.6658 0.147461 14.6659 0.171483 14.6661 0.195792 14.6662 0.212995 14.6664 0.218591 14.6666 0.212701 14.6667 0.205644 14.6669 0.211794 14.667 0.233242 14.6672 0.255927 14.6673 0.265443 14.6675 0.262496 14.6677 0.259098 14.6678 0.264467 14.668 0.275152 14.6681 0.278263 14.6683 0.26328 14.6684 0.236215 14.6686 0.216856 14.6687 0.217806 14.6689 0.229362 14.6691 0.233103 14.6692 0.225847 14.6694 0.218302 14.6695 0.213197 14.6697 0.200625 14.6698 0.177263 14.67 0.152384 14.6702 0.131182 14.6703 0.109056 14.6705 0.0899622 14.6706 0.0914126 14.6708 0.117667 14.6709 0.144954 14.6711 0.150988 14.6713 0.145474 14.6714 0.154686 14.6716 0.181066 14.6717 0.202608 14.6719 0.207241 14.672 0.20675 14.6722 0.215426 14.6724 0.23337 14.6725 0.252047 14.6727 0.264798 14.6728 0.265858 14.673 0.252113 14.6731 0.231295 14.6733 0.217599 14.6735 0.214867 14.6736 0.213915 14.6738 0.208511 14.6739 0.202592 14.6741 0.197064 14.6742 0.184011 14.6744 0.163059 14.6746 0.150304 14.6747 0.160113 14.6749 0.184475 14.675 0.201638 14.6752 0.202234 14.6753 0.196558 14.6755 0.197326 14.6756 0.204114 14.6758 0.206721 14.676 0.198559 14.6761 0.184588 14.6763 0.178126 14.6764 0.189603 14.6766 0.21595 14.6767 0.240822 14.6769 0.249851 14.6771 0.243211 14.6772 0.234294 14.6774 0.233953 14.6775 0.239454 14.6777 0.240088 14.6778 0.23134 14.678 0.221442 14.6782 0.221216 14.6783 0.229768 14.6785 0.236241 14.6786 0.234647 14.6788 0.229993 14.6789 0.22884 14.6791 0.228576 14.6793 0.224019 14.6794 0.217206 14.6796 0.21513 14.6797 0.222528 14.6799 0.242462 14.68 0.279379 14.6802 0.32919 14.6804 0.370782 14.6805 0.37936 14.6807 0.351314 14.6808 0.307584 14.681 0.271621 14.6811 0.251722 14.6813 0.244189 14.6815 0.241433 14.6816 0.234002 14.6818 0.215785 14.6819 0.191704 14.6821 0.174134 14.6822 0.169857 14.6824 0.177081 14.6825 0.195187 14.6827 0.225033 14.6829 0.258237 14.683 0.278997 14.6832 0.2816 14.6833 0.274743 14.6835 0.264331 14.6836 0.245867 14.6838 0.21787 14.684 0.192618 14.6841 0.180852 14.6843 0.17779 14.6844 0.174459 14.6846 0.172138 14.6847 0.175315 14.6849 0.178179 14.6851 0.172563 14.6852 0.161951 14.6854 0.154675 14.6855 0.150375 14.6857 0.144665 14.6858 0.140955 14.686 0.143233 14.6862 0.145603 14.6863 0.143173 14.6865 0.14707 14.6866 0.169839 14.6868 0.200803 14.6869 0.215707 14.6871 0.210125 14.6873 0.204713 14.6874 0.214104 14.6876 0.230963 14.6877 0.243501 14.6879 0.25181 14.688 0.257759 14.6882 0.254715 14.6884 0.238893 14.6885 0.220871 14.6887 0.214628 14.6888 0.222697 14.689 0.238824 14.6891 0.254967 14.6893 0.262665 14.6894 0.257138 14.6896 0.246907 14.6898 0.250561 14.6899 0.274438 14.6901 0.304784 14.6902 0.326862 14.6904 0.341106 14.6905 0.35048 14.6907 0.347968 14.6909 0.328043 14.691 0.301316 14.6912 0.280641 14.6913 0.260226 14.6915 0.227453 14.6916 0.189693 14.6918 0.171661 14.692 0.184399 14.6921 0.213438 14.6923 0.239786 14.6924 0.257945 14.6926 0.269728 14.6927 0.27542 14.6929 0.2788 14.6931 0.288208 14.6932 0.305364 14.6934 0.318802 14.6935 0.317278 14.6937 0.303306 14.6938 0.287858 14.694 0.277398 14.6942 0.271865 14.6943 0.270205 14.6945 0.270075 14.6946 0.265419 14.6948 0.251107 14.6949 0.229272 14.6951 0.206531 14.6952 0.187026 14.6954 0.170767 14.6956 0.158091 14.6957 0.148666 14.6959 0.137661 14.696 0.11782 14.6962 0.0890999 14.6963 0.0626905 14.6965 0.0523375 14.6967 0.0610652 14.6968 0.0793988 14.697 0.0982683 14.6971 0.120754 14.6973 0.157041 14.6974 0.206274 14.6976 0.248079 14.6978 0.258977 14.6979 0.235016 14.6981 0.196175 14.6982 0.167407 14.6984 0.157908 14.6985 0.159483 14.6987 0.159342 14.6989 0.152873 14.699 0.146386 14.6992 0.146387 14.6993 0.149794 14.6995 0.147833 14.6996 0.142265 14.6998 0.152296 14.7 0.194256 14.7001 0.256387 14.7003 0.303955 14.7004 0.312577 14.7006 0.290621 14.7007 0.264082 14.7009 0.247665 14.7011 0.239086 14.7012 0.232698 14.7014 0.228605 14.7015 0.226884 14.7017 0.223026 14.7018 0.215116 14.702 0.208363 14.7021 0.208648 14.7023 0.213951 14.7025 0.216069 14.7026 0.21108 14.7028 0.202827 14.7029 0.195894 14.7031 0.187203 14.7032 0.169316 14.7034 0.143326 14.7036 0.123401 14.7037 0.123719 14.7039 0.142602 14.704 0.165003 14.7042 0.180078 14.7043 0.190709 14.7045 0.20215 14.7047 0.208669 14.7048 0.202257 14.705 0.188367 14.7051 0.183762 14.7053 0.194846 14.7054 0.207521 14.7056 0.205298 14.7058 0.191856 14.7059 0.186412 14.7061 0.199058 14.7062 0.219133 14.7064 0.230962 14.7065 0.233881 14.7067 0.237446 14.7069 0.244707 14.707 0.249952 14.7072 0.25152 14.7073 0.256833 14.7075 0.267281 14.7076 0.270599 14.7078 0.255096 14.708 0.228016 14.7081 0.207201 14.7083 0.197822 14.7084 0.187364 14.7086 0.16741 14.7087 0.14697 14.7089 0.138097 14.709 0.136702 14.7092 0.127973 14.7094 0.107869 14.7095 0.090543 14.7097 0.0927867 14.7098 0.118129 14.71 0.156321 14.7101 0.192927 14.7103 0.217159 14.7105 0.225637 14.7106 0.221401 14.7108 0.20989 14.7109 0.191836 14.7111 0.164465 14.7112 0.13172 14.7114 0.108118 14.7116 0.105896 14.7117 0.119764 14.7119 0.132398 14.712 0.136705 14.7122 0.144453 14.7123 0.16671 14.7125 0.194281 14.7127 0.207568 14.7128 0.20429 14.713 0.203126 14.7131 0.215894 14.7133 0.231846 14.7134 0.237742 14.7136 0.240305 14.7138 0.254588 14.7139 0.276291 14.7141 0.285676 14.7142 0.277349 14.7144 0.270347 14.7145 0.282509 14.7147 0.309356 14.7148 0.334034 14.715 0.346087 14.7152 0.341245 14.7153 0.317213 14.7155 0.281484 14.7156 0.252629 14.7158 0.241443 14.7159 0.234399 14.7161 0.212152 14.7163 0.17886 14.7164 0.15853 14.7166 0.16327 14.7167 0.181395 14.7169 0.198525 14.717 0.213963 14.7172 0.228865 14.7174 0.233461 14.7175 0.219122 14.7177 0.196749 14.7178 0.187449 14.718 0.197028 14.7181 0.208707 14.7183 0.206202 14.7185 0.194768 14.7186 0.194472 14.7188 0.215945 14.7189 0.246477 14.7191 0.265807 14.7192 0.266865 14.7194 0.258734 14.7196 0.24886 14.7197 0.23275 14.7199 0.204452 14.72 0.17019 14.7202 0.144012 14.7203 0.133755 14.7205 0.138654 14.7207 0.155666 14.7208 0.180669 14.721 0.202251 14.7211 0.208746 14.7213 0.200242 14.7214 0.188567 14.7216 0.181567 14.7217 0.178847 14.7219 0.183203 14.7221 0.203424 14.7222 0.236858 14.7224 0.262857 14.7225 0.263345 14.7227 0.244706 14.7228 0.230046 14.723 0.234301 14.7232 0.255959 14.7233 0.28777 14.7235 0.322075 14.7236 0.347955 14.7238 0.355302 14.7239 0.346328 14.7241 0.334314 14.7243 0.328032 14.7244 0.322662 14.7246 0.30787 14.7247 0.279363 14.7249 0.242422 14.725 0.208514 14.7252 0.189226 14.7254 0.187409 14.7255 0.193783 14.7257 0.196926 14.7258 0.197506 14.726 0.204992 14.7261 0.218905 14.7263 0.226158 14.7265 0.218403 14.7266 0.203688 14.7268 0.194384 14.7269 0.189647 14.7271 0.183733 14.7272 0.18097 14.7274 0.192826 14.7276 0.217169 14.7277 0.233967 14.7279 0.225498 14.728 0.196315 14.7282 0.167426 14.7283 0.157645 14.7285 0.170709 14.7286 0.197166 14.7288 0.221918 14.729 0.234387 14.7291 0.2371 14.7293 0.24253 14.7294 0.258205 14.7296 0.275443 14.7297 0.27519 14.7299 0.248775 14.7301 0.209038 14.7302 0.179364 14.7304 0.174024 14.7305 0.187722 14.7307 0.204225 14.7308 0.212162 14.731 0.211999 14.7312 0.209131 14.7313 0.2049 14.7315 0.194661 14.7316 0.178758 14.7318 0.168272 14.7319 0.177834 14.7321 0.209598 14.7323 0.247811 14.7324 0.270892 14.7326 0.269132 14.7327 0.249094 14.7329 0.223861 14.733 0.2021 14.7332 0.186699 14.7334 0.179495 14.7335 0.184253 14.7337 0.202439 14.7338 0.227125 14.734 0.245254 14.7341 0.246126 14.7343 0.231373 14.7345 0.212857 14.7346 0.200663 14.7348 0.193179 14.7349 0.18271 14.7351 0.168627 14.7352 0.16134 14.7354 0.172091 14.7355 0.199974 14.7357 0.233871 14.7359 0.263422 14.736 0.283996 14.7362 0.294257 14.7363 0.293691 14.7365 0.283302 14.7366 0.26571 14.7368 0.242178 14.737 0.213208 14.7371 0.184519 14.7373 0.165008 14.7374 0.159726 14.7376 0.164392 14.7377 0.172343 14.7379 0.181292 14.7381 0.192608 14.7382 0.206488 14.7384 0.223782 14.7385 0.246827 14.7387 0.272573 14.7388 0.289154 14.739 0.287765 14.7392 0.276957 14.7393 0.27491 14.7395 0.288112 14.7396 0.304774 14.7398 0.311626 14.7399 0.308945 14.7401 0.301351 14.7403 0.288107 14.7404 0.26925 14.7406 0.253703 14.7407 0.24764 14.7409 0.24088 14.741 0.21887 14.7412 0.186339 14.7413 0.166867 14.7415 0.175337 14.7417 0.206015 14.7418 0.245367 14.742 0.285992 14.7421 0.319292 14.7423 0.33111 14.7424 0.317176 14.7426 0.293648 14.7428 0.280749 14.7429 0.2797 14.7431 0.275405 14.7432 0.262818 14.7434 0.253961 14.7435 0.259996 14.7437 0.276192 14.7439 0.289672 14.744 0.290205 14.7442 0.275232 14.7443 0.24921 14.7445 0.219947 14.7446 0.194575 14.7448 0.172922 14.745 0.154159 14.7451 0.145798 14.7453 0.156007 14.7454 0.178485 14.7456 0.193937 14.7457 0.196835 14.7459 0.20229 14.7461 0.224327 14.7462 0.251008 14.7464 0.259236 14.7465 0.247775 14.7467 0.239535 14.7468 0.24998 14.747 0.268811 14.7472 0.276076 14.7473 0.265772 14.7475 0.242698 14.7476 0.209529 14.7478 0.169376 14.7479 0.137244 14.7481 0.13115 14.7482 0.15112 14.7484 0.179182 14.7486 0.200351 14.7487 0.213349 14.7489 0.218753 14.749 0.209063 14.7492 0.184359 14.7493 0.164139 14.7495 0.16889 14.7497 0.196069 14.7498 0.22361 14.75 0.237835 14.7501 0.23959 14.7503 0.230691 14.7504 0.211666 14.7506 0.19347 14.7508 0.192331 14.7509 0.206717 14.7511 0.213463 14.7512 0.198486 14.7514 0.175197 14.7515 0.161245 14.7517 0.153111 14.7519 0.140634 14.752 0.1314 14.7522 0.139791 14.7523 0.159082 14.7525 0.170358 14.7526 0.173804 14.7528 0.186093 14.753 0.208414 14.7531 0.221298 14.7533 0.216957 14.7534 0.212598 14.7536 0.219755 14.7537 0.223922 14.7539 0.210925 14.7541 0.19252 14.7542 0.188717 14.7544 0.196822 14.7545 0.201408 14.7547 0.202099 14.7548 0.21209 14.755 0.230662 14.7551 0.242492 14.7553 0.242141 14.7555 0.241394 14.7556 0.248764 14.7558 0.258297 14.7559 0.264894 14.7561 0.27372 14.7562 0.286621 14.7564 0.292421 14.7566 0.281368 14.7567 0.259546 14.7569 0.23848 14.757 0.217668 14.7572 0.188609 14.7573 0.153148 14.7575 0.126428 14.7577 0.119133 14.7578 0.125519 14.758 0.134117 14.7581 0.142943 14.7583 0.159305 14.7584 0.185339 14.7586 0.212332 14.7588 0.231588 14.7589 0.241523 14.7591 0.242238 14.7592 0.228515 14.7594 0.196685 14.7595 0.158505 14.7597 0.13421 14.7599 0.130373 14.76 0.134915 14.7602 0.136199 14.7603 0.137618 14.7605 0.146274 14.7606 0.1571 14.7608 0.162156 14.7609 0.164983 14.7611 0.173265 14.7613 0.181935 14.7614 0.176954 14.7616 0.159383 14.7617 0.149361 14.7619 0.163531 14.762 0.197104 14.7622 0.232792 14.7624 0.258182 14.7625 0.270918 14.7627 0.273006 14.7628 0.267105 14.763 0.255879 14.7631 0.242146 14.7633 0.227651 14.7635 0.211904 14.7636 0.190519 14.7638 0.158188 14.7639 0.118601 14.7641 0.0876516 14.7642 0.0790871 14.7644 0.089171 14.7646 0.101961 14.7647 0.111574 14.7649 0.125287 14.765 0.150904 14.7652 0.184704 14.7653 0.216525 14.7655 0.235842 14.7657 0.233636 14.7658 0.209614 14.766 0.178576 14.7661 0.159497 14.7663 0.154283 14.7664 0.14906 14.7666 0.138667 14.7668 0.136339 14.7669 0.147948 14.7671 0.154115 14.7672 0.133553 14.7674 0.0957726 14.7675 0.0743728 14.7677 0.0872171 14.7678 0.117222 14.768 0.134061 14.7682 0.124921 14.7683 0.101299 14.7685 0.0813798 14.7686 0.0752871 14.7688 0.0815383 14.7689 0.0933147 14.7691 0.105319 14.7693 0.11653 14.7694 0.127783 14.7696 0.139865 14.7697 0.153483 14.7699 0.167891 14.77 0.180323 14.7702 0.190346 14.7704 0.202911 14.7705 0.222726 14.7707 0.244184 14.7708 0.258186 14.771 0.266972 14.7711 0.283045 14.7713 0.309071 14.7715 0.330629 14.7716 0.336323 14.7718 0.335763 14.7719 0.344033 14.7721 0.357593 14.7722 0.36104 14.7724 0.352642 14.7726 0.348644 14.7727 0.35913 14.7729 0.374654 14.773 0.380664 14.7732 0.374783 14.7733 0.362633 14.7735 0.346741 14.7737 0.32699 14.7738 0.307028 14.774 0.292791 14.7741 0.286441 14.7743 0.286699 14.7744 0.293043 14.7746 0.303628 14.7747 0.311417 14.7749 0.305758 14.7751 0.280165 14.7752 0.239584 14.7754 0.200388 14.7755 0.182015 14.7757 0.191687 14.7758 0.218666 14.776 0.245072 14.7762 0.262667 14.7763 0.272629 14.7765 0.268544 14.7766 0.233003 14.7768 0.161538 14.7769 0.0820062 14.7771 0.035341 14.7773 0.0377926 14.7774 0.0711613 14.7776 0.113248 14.7777 0.160649 14.7779 0.215116 14.778 0.261087 14.7782 0.277041 14.7784 0.265408 14.7785 0.254388 14.7787 0.264711 14.7788 0.287994 14.779 0.302897 14.7791 0.299929 14.7793 0.281333 14.7795 0.249716 14.7796 0.211301 14.7798 0.183978 14.7799 0.184304 14.7801 0.205806 14.7802 0.224325 14.7804 0.226558 14.7806 0.220983 14.7807 0.221468 14.7809 0.232788 14.781 0.25674 14.7812 0.29603 14.7813 0.344322 14.7815 0.381564 14.7816 0.390332 14.7818 0.372288 14.782 0.340164 14.7821 0.303025 14.7823 0.265519 14.7824 0.234863 14.7826 0.21506 14.7827 0.198947 14.7829 0.177637 14.7831 0.156133 14.7832 0.150158 14.7834 0.165989 14.7835 0.19101 14.7837 0.205485 14.7838 0.199966 14.784 0.182751 14.7842 0.174999 14.7843 0.195338 14.7845 0.241868 14.7846 0.289512 14.7848 0.311569 14.7849 0.304093 14.7851 0.284178 14.7853 0.2667 14.7854 0.251875 14.7856 0.233331 14.7857 0.211744 14.7859 0.195906 14.786 0.193615 14.7862 0.201599 14.7864 0.207594 14.7865 0.201614 14.7867 0.189836 14.7868 0.192287 14.787 0.220431 14.7871 0.261762 14.7873 0.289654 14.7874 0.288028 14.7876 0.262265 14.7878 0.230322 14.7879 0.209647 14.7881 0.206735 14.7882 0.213458 14.7884 0.213381 14.7885 0.199675 14.7887 0.183369 14.7889 0.180284 14.789 0.19166 14.7892 0.202113 14.7893 0.196872 14.7895 0.173447 14.7896 0.142974 14.7898 0.123781 14.79 0.12983 14.7901 0.156369 14.7903 0.182496 14.7904 0.194166 14.7906 0.199303 14.7907 0.210036 14.7909 0.219341 14.7911 0.209995 14.7912 0.18221 14.7914 0.156411 14.7915 0.146824 14.7917 0.148025 14.7918 0.149292 14.792 0.149435 14.7922 0.152094 14.7923 0.15821 14.7925 0.166119 14.7926 0.170978 14.7928 0.164321 14.7929 0.144069 14.7931 0.123485 14.7933 0.117358 14.7934 0.121588 14.7936 0.119999 14.7937 0.113189 14.7939 0.118999 14.794 0.1439 14.7942 0.172986 14.7943 0.197831 14.7945 0.228487 14.7947 0.268648 14.7948 0.296375 14.795 0.290265 14.7951 0.259969 14.7953 0.233019 14.7954 0.223629 14.7956 0.231111 14.7958 0.255607 14.7959 0.293862 14.7961 0.325511 14.7962 0.328185 14.7964 0.305075 14.7965 0.281201 14.7967 0.269979 14.7969 0.263733 14.797 0.252561 14.7972 0.239102 14.7973 0.228615 14.7975 0.221514 14.7976 0.221242 14.7978 0.235237 14.798 0.262105 14.7981 0.286182 14.7983 0.292746 14.7984 0.280498 14.7986 0.257968 14.7987 0.234229 14.7989 0.21658 14.7991 0.209703 14.7992 0.212253 14.7994 0.219595 14.7995 0.230923 14.7997 0.24768 14.7998 0.264004 14.8 0.267432 14.8002 0.252183 14.8003 0.225506 14.8005 0.199739 14.8006 0.184674 14.8008 0.186935 14.8009 0.206777 14.8011 0.233711 14.8012 0.251068 14.8014 0.251787 14.8016 0.243321 14.8017 0.234548 14.8019 0.227308 14.802 0.220582 14.8022 0.217663 14.8023 0.221075 14.8025 0.226956 14.8027 0.229321 14.8028 0.226148 14.803 0.218176 14.8031 0.207038 14.8033 0.197824 14.8034 0.197425 14.8036 0.205889 14.8038 0.213653 14.8039 0.213515 14.8041 0.208411 14.8042 0.202385 14.8044 0.190994 14.8045 0.169233 14.8047 0.147854 14.8049 0.147953 14.805 0.176076 14.8052 0.21409 14.8053 0.237559 14.8055 0.239313 14.8056 0.230497 14.8058 0.223261 14.806 0.220679 14.8061 0.223494 14.8063 0.233072 14.8064 0.244667 14.8066 0.24483 14.8067 0.226702 14.8069 0.204357 14.807 0.20071 14.8072 0.219609 14.8074 0.240281 14.8075 0.243572 14.8077 0.233133 14.8078 0.22411 14.808 0.219194 14.8081 0.210221 14.8083 0.197622 14.8085 0.195204 14.8086 0.210449 14.8088 0.231024 14.8089 0.238062 14.8091 0.228712 14.8092 0.21822 14.8094 0.223445 14.8096 0.244871 14.8097 0.267823 14.8099 0.276934 14.81 0.269009 14.8102 0.250539 14.8103 0.227112 14.8105 0.201294 14.8107 0.180805 14.8108 0.177415 14.811 0.1917 14.8111 0.205188 14.8113 0.199492 14.8114 0.181918 14.8116 0.180359 14.8118 0.210397 14.8119 0.256045 14.8121 0.286002 14.8122 0.284311 14.8124 0.261927 14.8125 0.243479 14.8127 0.244395 14.8129 0.259284 14.813 0.272137 14.8132 0.277365 14.8133 0.28559 14.8135 0.30434 14.8136 0.321807 14.8138 0.320664 14.8139 0.303415 14.8141 0.290925 14.8143 0.296449 14.8144 0.313535 14.8146 0.330787 14.8147 0.345374 14.8149 0.35674 14.815 0.359502 14.8152 0.35096 14.8154 0.337649 14.8155 0.32816 14.8157 0.324524 14.8158 0.323629 14.816 0.322086 14.8161 0.314812 14.8163 0.298803 14.8165 0.281872 14.8166 0.27872 14.8168 0.291387 14.8169 0.301401 14.8171 0.289837 14.8172 0.259085 14.8174 0.22818 14.8176 0.213035 14.8177 0.218532 14.8179 0.242274 14.818 0.276258 14.8182 0.307897 14.8183 0.328133 14.8185 0.338269 14.8187 0.344565 14.8188 0.350109 14.819 0.357039 14.8191 0.369195 14.8193 0.384292 14.8194 0.389524 14.8196 0.374488 14.8198 0.344598 14.8199 0.313623 14.8201 0.286372 14.8202 0.261138 14.8204 0.242396 14.8205 0.239829 14.8207 0.252054 14.8208 0.263068 14.821 0.261241 14.8212 0.251819 14.8213 0.248775 14.8215 0.259592 14.8216 0.279142 14.8218 0.292995 14.8219 0.287692 14.8221 0.263838 14.8223 0.238909 14.8224 0.230006 14.8226 0.233276 14.8227 0.228915 14.8229 0.208062 14.823 0.186472 14.8232 0.185448 14.8234 0.20592 14.8235 0.229356 14.8237 0.238009 14.8238 0.228876 14.824 0.210385 14.8241 0.192145 14.8243 0.179948 14.8245 0.177395 14.8246 0.186124 14.8248 0.202624 14.8249 0.215384 14.8251 0.210058 14.8252 0.185625 14.8254 0.159601 14.8256 0.1532 14.8257 0.170441 14.8259 0.196071 14.826 0.213929 14.8262 0.218448 14.8263 0.210734 14.8265 0.193333 14.8267 0.174352 14.8268 0.168321 14.827 0.182414 14.8271 0.208929 14.8273 0.237196 14.8274 0.269102 14.8276 0.31097 14.8277 0.352729 14.8279 0.367897 14.8281 0.343206 14.8282 0.297604 14.8284 0.262637 14.8285 0.247158 14.8287 0.231272 14.8288 0.198459 14.829 0.159444 14.8292 0.138935 14.8293 0.144193 14.8295 0.16177 14.8296 0.177755 14.8298 0.190826 14.8299 0.201679 14.8301 0.203339 14.8303 0.192685 14.8304 0.18204 14.8306 0.189544 14.8307 0.218394 14.8309 0.252355 14.831 0.272812 14.8312 0.273285 14.8314 0.259485 14.8315 0.243888 14.8317 0.23596 14.8318 0.235189 14.832 0.232115 14.8321 0.222685 14.8323 0.21569 14.8325 0.221245 14.8326 0.234537 14.8328 0.24185 14.8329 0.241516 14.8331 0.247237 14.8332 0.269417 14.8334 0.302544 14.8335 0.334561 14.8337 0.359716 14.8339 0.375363 14.834 0.376263 14.8342 0.36037 14.8343 0.336064 14.8345 0.317204 14.8346 0.309105 14.8348 0.305686 14.835 0.299795 14.8351 0.291789 14.8353 0.289341 14.8354 0.301058 14.8356 0.328015 14.8357 0.360481 14.8359 0.383789 14.8361 0.390265 14.8362 0.383221 14.8364 0.368877 14.8365 0.348433 14.8367 0.320318 14.8368 0.288222 14.837 0.261181 14.8372 0.246174 14.8373 0.241545 14.8375 0.238391 14.8376 0.228395 14.8378 0.211535 14.8379 0.197785 14.8381 0.197219 14.8383 0.208364 14.8384 0.219888 14.8386 0.223599 14.8387 0.222151 14.8389 0.221443 14.839 0.222278 14.8392 0.222174 14.8394 0.221615 14.8395 0.22213 14.8397 0.22146 14.8398 0.215479 14.84 0.204857 14.8401 0.195841 14.8403 0.193125 14.8404 0.194798 14.8406 0.195784 14.8408 0.193411 14.8409 0.187511 14.8411 0.179059 14.8412 0.169467 14.8414 0.16213 14.8415 0.163065 14.8417 0.175537 14.8419 0.194809 14.842 0.211126 14.8422 0.219791 14.8423 0.226383 14.8425 0.235388 14.8426 0.239438 14.8428 0.228071 14.843 0.207386 14.8431 0.198862 14.8433 0.212068 14.8434 0.230085 14.8436 0.231438 14.8437 0.221394 14.8439 0.228074 14.8441 0.264884 14.8442 0.309841 14.8444 0.327256 14.8445 0.30474 14.8447 0.262243 14.8448 0.227317 14.845 0.210824 14.8452 0.204237 14.8453 0.195165 14.8455 0.180839 14.8456 0.168177 14.8458 0.166916 14.8459 0.180857 14.8461 0.206699 14.8463 0.237575 14.8464 0.266044 14.8466 0.286819 14.8467 0.296873 14.8469 0.297025 14.847 0.291837 14.8472 0.284943 14.8473 0.274573 14.8475 0.256578 14.8477 0.233604 14.8478 0.217992 14.848 0.220328 14.8481 0.234434 14.8483 0.241347 14.8484 0.228418 14.8486 0.201177 14.8488 0.173693 14.8489 0.152952 14.8491 0.136214 14.8492 0.119507 14.8494 0.103017 14.8495 0.0908289 14.8497 0.0898227 14.8499 0.106187 14.85 0.137009 14.8502 0.170355 14.8503 0.197803 14.8505 0.224208 14.8506 0.256554 14.8508 0.288026 14.851 0.303477 14.8511 0.299612 14.8513 0.288881 14.8514 0.278907 14.8516 0.263265 14.8517 0.2367 14.8519 0.210216 14.8521 0.201297 14.8522 0.214545 14.8524 0.239295 14.8525 0.263623 14.8527 0.283887 14.8528 0.301431 14.853 0.315548 14.8531 0.319857 14.8533 0.304558 14.8535 0.268366 14.8536 0.226866 14.8538 0.203742 14.8539 0.208691 14.8541 0.228052 14.8542 0.242119 14.8544 0.246542 14.8546 0.252075 14.8547 0.267212 14.8549 0.288796 14.855 0.306299 14.8552 0.311596 14.8553 0.30319 14.8555 0.285651 14.8557 0.263447 14.8558 0.238504 14.856 0.21373 14.8561 0.197395 14.8563 0.195913 14.8564 0.202872 14.8566 0.205323 14.8568 0.202559 14.8569 0.206802 14.8571 0.22295 14.8572 0.23799 14.8574 0.238371 14.8575 0.22824 14.8577 0.220615 14.8579 0.220348 14.858 0.226856 14.8582 0.240986 14.8583 0.257356 14.8585 0.260015 14.8586 0.24098 14.8588 0.217305 14.859 0.211454 14.8591 0.221248 14.8593 0.228745 14.8594 0.233388 14.8596 0.25311 14.8597 0.288352 14.8599 0.31145 14.86 0.301093 14.8602 0.270531 14.8604 0.246417 14.8605 0.235984 14.8607 0.229143 14.8608 0.223209 14.861 0.226894 14.8611 0.241885 14.8613 0.256156 14.8615 0.256665 14.8616 0.242548 14.8618 0.22507 14.8619 0.218009 14.8621 0.227437 14.8622 0.245548 14.8624 0.258342 14.8626 0.261411 14.8627 0.263685 14.8629 0.273259 14.863 0.284958 14.8632 0.289603 14.8633 0.287659 14.8635 0.286578 14.8637 0.28589 14.8638 0.275008 14.864 0.246698 14.8641 0.208102 14.8643 0.175086 14.8644 0.158435 14.8646 0.15653 14.8648 0.160748 14.8649 0.166629 14.8651 0.177012 14.8652 0.193904 14.8654 0.21069 14.8655 0.219774 14.8657 0.224623 14.8659 0.235768 14.866 0.254173 14.8662 0.269177 14.8663 0.277107 14.8665 0.287946 14.8666 0.306959 14.8668 0.319273 14.8669 0.307017 14.8671 0.27507 14.8673 0.247789 14.8674 0.240513 14.8676 0.247719 14.8677 0.258621 14.8679 0.27151 14.868 0.287274 14.8682 0.29933 14.8684 0.298075 14.8685 0.283567 14.8687 0.265548 14.8688 0.253336 14.869 0.249568 14.8691 0.253737 14.8693 0.267413 14.8695 0.290452 14.8696 0.316153 14.8698 0.332035 14.8699 0.329563 14.8701 0.310074 14.8702 0.281773 14.8704 0.253859 14.8706 0.236625 14.8707 0.239567 14.8709 0.263886 14.871 0.297254 14.8712 0.323334 14.8713 0.336416 14.8715 0.339287 14.8717 0.331582 14.8718 0.310356 14.872 0.283941 14.8721 0.27002 14.8723 0.274514 14.8724 0.283137 14.8726 0.280684 14.8728 0.268158 14.8729 0.252029 14.8731 0.229785 14.8732 0.199982 14.8734 0.176449 14.8735 0.174777 14.8737 0.189118 14.8738 0.198772 14.874 0.197678 14.8742 0.201262 14.8743 0.221076 14.8745 0.247668 14.8746 0.26338 14.8748 0.262069 14.8749 0.25017 14.8751 0.236607 14.8753 0.228308 14.8754 0.227401 14.8756 0.228531 14.8757 0.224015 14.8759 0.213366 14.876 0.201761 14.8762 0.190613 14.8764 0.177893 14.8765 0.169363 14.8767 0.176899 14.8768 0.199472 14.877 0.218499 14.8771 0.218696 14.8773 0.202699 14.8775 0.179307 14.8776 0.148938 14.8778 0.114678 14.8779 0.0959093 14.8781 0.111447 14.8782 0.152759 14.8784 0.190407 14.8786 0.209604 14.8787 0.22229 14.8789 0.240477 14.879 0.253907 14.8792 0.248503 14.8793 0.233347 14.8795 0.233716 14.8796 0.259869 14.8798 0.29671 14.88 0.326467 14.8801 0.348807 14.8803 0.371477 14.8804 0.391291 14.8806 0.395244 14.8807 0.378346 14.8809 0.351065 14.8811 0.326687 14.8812 0.309329 14.8814 0.296408 14.8815 0.286821 14.8817 0.282289 14.8818 0.282017 14.882 0.282168 14.8822 0.280038 14.8823 0.276731 14.8825 0.276535 14.8826 0.282195 14.8828 0.291211 14.8829 0.296515 14.8831 0.294057 14.8833 0.288566 14.8834 0.286289 14.8836 0.281778 14.8837 0.26103 14.8839 0.22231 14.884 0.185073 14.8842 0.168911 14.8844 0.169518 14.8845 0.166843 14.8847 0.152468 14.8848 0.137889 14.885 0.136915 14.8851 0.151562 14.8853 0.17545 14.8855 0.198669 14.8856 0.208926 14.8858 0.198628 14.8859 0.175518 14.8861 0.158091 14.8862 0.157429 14.8864 0.169731 14.8865 0.189037 14.8867 0.213757 14.8869 0.23669 14.887 0.244228 14.8872 0.23273 14.8873 0.215622 14.8875 0.204659 14.8876 0.195204 14.8878 0.180964 14.888 0.171775 14.8881 0.181598 14.8883 0.206262 14.8884 0.229546 14.8886 0.245191 14.8887 0.257385 14.8889 0.261998 14.8891 0.248563 14.8892 0.221321 14.8894 0.199907 14.8895 0.193174 14.8897 0.189522 14.8898 0.18113 14.89 0.18076 14.8902 0.202411 14.8903 0.236972 14.8905 0.262589 14.8906 0.271138 14.8908 0.269963 14.8909 0.261602 14.8911 0.239103 14.8913 0.205027 14.8914 0.179529 14.8916 0.1813 14.8917 0.208137 14.8919 0.240823 14.892 0.264642 14.8922 0.278548 14.8924 0.287625 14.8925 0.291686 14.8927 0.28572 14.8928 0.269563 14.893 0.252248 14.8931 0.245536 14.8933 0.251124 14.8934 0.258079 14.8936 0.256124 14.8938 0.247968 14.8939 0.248728 14.8941 0.268829 14.8942 0.302067 14.8944 0.329765 14.8945 0.336865 14.8947 0.321483 14.8949 0.293034 14.895 0.263899 14.8952 0.243078 14.8953 0.233942 14.8955 0.233214 14.8956 0.234979 14.8958 0.236188 14.896 0.23872 14.8961 0.243571 14.8963 0.245929 14.8964 0.2404 14.8966 0.228603 14.8967 0.214353 14.8969 0.194251 14.8971 0.163076 14.8972 0.128603 14.8974 0.109569 14.8975 0.111777 14.8977 0.118689 14.8978 0.115616 14.898 0.111826 14.8982 0.125765 14.8983 0.155537 14.8985 0.181673 14.8986 0.196121 14.8988 0.207216 14.8989 0.216071 14.8991 0.209894 14.8992 0.18666 14.8994 0.169345 14.8996 0.179083 14.8997 0.208792 14.8999 0.235615 14.9 0.249092 14.9002 0.253886 14.9003 0.254209 14.9005 0.251819 14.9007 0.253704 14.9008 0.265056 14.901 0.276669 14.9011 0.273757 14.9013 0.2591 14.9014 0.25241 14.9016 0.265782 14.9018 0.291087 14.9019 0.312519 14.9021 0.318296 14.9022 0.299582 14.9024 0.252666 14.9025 0.190638 14.9027 0.141347 14.9029 0.125328 14.903 0.139575 14.9032 0.166899 14.9033 0.192317 14.9035 0.205949 14.9036 0.201689 14.9038 0.181837 14.904 0.159319 14.9041 0.146846 14.9043 0.148993 14.9044 0.166805 14.9046 0.20135 14.9047 0.247289 14.9049 0.288873 14.9051 0.312785 14.9052 0.319606 14.9054 0.316506 14.9055 0.304125 14.9057 0.280408 14.9058 0.251678 14.906 0.228171 14.9061 0.213188 14.9063 0.204771 14.9065 0.20426 14.9066 0.214592 14.9068 0.22968 14.9069 0.237631 14.9071 0.234294 14.9072 0.227194 14.9074 0.221983 14.9076 0.21536 14.9077 0.202857 14.9079 0.187919 14.908 0.179563 14.9082 0.184015 14.9083 0.200473 14.9085 0.220447 14.9087 0.231822 14.9088 0.228856 14.909 0.21836 14.9091 0.21286 14.9093 0.217392 14.9094 0.227484 14.9096 0.235545 14.9098 0.23585 14.9099 0.224969 14.9101 0.205372 14.9102 0.187903 14.9104 0.18278 14.9105 0.188376 14.9107 0.196231 14.9109 0.203402 14.911 0.210988 14.9112 0.21403 14.9113 0.206007 14.9115 0.194126 14.9116 0.195805 14.9118 0.215912 14.912 0.242067 14.9121 0.266218 14.9123 0.293805 14.9124 0.323159 14.9126 0.334469 14.9127 0.313024 14.9129 0.27478 14.913 0.248071 14.9132 0.241025 14.9134 0.241001 14.9135 0.240749 14.9137 0.245002 14.9138 0.252899 14.914 0.253785 14.9141 0.245352 14.9143 0.23981 14.9145 0.244016 14.9146 0.246399 14.9148 0.233335 14.9149 0.208137 14.9151 0.186902 14.9152 0.180154 14.9154 0.185577 14.9156 0.194123 14.9157 0.19776 14.9159 0.194335 14.916 0.189645 14.9162 0.191497 14.9163 0.200936 14.9165 0.211733 14.9167 0.22043 14.9168 0.230116 14.917 0.241593 14.9171 0.248099 14.9173 0.243663 14.9174 0.231229 14.9176 0.218217 14.9178 0.208896 14.9179 0.203588 14.9181 0.201849 14.9182 0.200871 14.9184 0.197205 14.9185 0.194673 14.9187 0.205722 14.9189 0.234825 14.919 0.268274 14.9192 0.287293 14.9193 0.290479 14.9195 0.290456 14.9196 0.291527 14.9198 0.283071 14.9199 0.259172 14.9201 0.233318 14.9203 0.223983 14.9204 0.232473 14.9206 0.24337 14.9207 0.244199 14.9209 0.23681 14.921 0.230624 14.9212 0.231892 14.9214 0.241969 14.9215 0.258523 14.9217 0.275862 14.9218 0.286116 14.922 0.28319 14.9221 0.26663 14.9223 0.241547 14.9225 0.216723 14.9226 0.202348 14.9228 0.20466 14.9229 0.220906 14.9231 0.241511 14.9232 0.259691 14.9234 0.275861 14.9236 0.290717 14.9237 0.299702 14.9239 0.299076 14.924 0.294773 14.9242 0.296944 14.9243 0.307219 14.9245 0.31807 14.9247 0.323563 14.9248 0.323348 14.925 0.314529 14.9251 0.290179 14.9253 0.253219 14.9254 0.221573 14.9256 0.212244 14.9257 0.221678 14.9259 0.232794 14.9261 0.236038 14.9262 0.235818 14.9264 0.238546 14.9265 0.242612 14.9267 0.242651 14.9268 0.234923 14.927 0.217179 14.9272 0.190464 14.9273 0.162443 14.9275 0.143941 14.9276 0.139781 14.9278 0.145881 14.9279 0.155436 14.9281 0.163466 14.9283 0.164958 14.9284 0.157113 14.9286 0.144335 14.9287 0.135159 14.9289 0.131456 14.929 0.127466 14.9292 0.122678 14.9294 0.125884 14.9295 0.142458 14.9297 0.163931 14.9298 0.17864 14.93 0.184191 14.9301 0.186106 14.9303 0.185567 14.9305 0.179867 14.9306 0.172125 14.9308 0.171975 14.9309 0.184272 14.9311 0.20286 14.9312 0.217194 14.9314 0.222249 14.9316 0.221286 14.9317 0.220655 14.9319 0.223492 14.932 0.227033 14.9322 0.226403 14.9323 0.221371 14.9325 0.218185 14.9326 0.224046 14.9328 0.240392 14.933 0.260421 14.9331 0.273543 14.9333 0.273344 14.9334 0.264682 14.9336 0.260658 14.9337 0.26808 14.9339 0.277734 14.9341 0.275203 14.9342 0.260705 14.9344 0.249045 14.9345 0.249214 14.9347 0.254471 14.9348 0.257356 14.935 0.261257 14.9352 0.269433 14.9353 0.272026 14.9355 0.25777 14.9356 0.233468 14.9358 0.219189 14.9359 0.224466 14.9361 0.241287 14.9363 0.25792 14.9364 0.271078 14.9366 0.282546 14.9367 0.291413 14.9369 0.295638 14.937 0.294818 14.9372 0.290267 14.9374 0.285791 14.9375 0.284598 14.9377 0.283243 14.9378 0.271298 14.938 0.244464 14.9381 0.215469 14.9383 0.202627 14.9385 0.209227 14.9386 0.222541 14.9388 0.231454 14.9389 0.234602 14.9391 0.231907 14.9392 0.220617 14.9394 0.204155 14.9395 0.193642 14.9397 0.194617 14.9399 0.200641 14.94 0.203979 14.9402 0.207037 14.9403 0.216373 14.9405 0.231607 14.9406 0.24579 14.9408 0.252046 14.941 0.246732 14.9411 0.233073 14.9413 0.223379 14.9414 0.229734 14.9416 0.248742 14.9417 0.261439 14.9419 0.256426 14.9421 0.242604 14.9422 0.233511 14.9424 0.228747 14.9425 0.220569 14.9427 0.212224 14.9428 0.213443 14.943 0.22057 14.9432 0.216769 14.9433 0.193858 14.9435 0.163184 14.9436 0.141001 14.9438 0.132817 14.9439 0.136813 14.9441 0.153454 14.9443 0.184048 14.9444 0.224396 14.9446 0.265117 14.9447 0.296005 14.9449 0.308983 14.945 0.302049 14.9452 0.284136 14.9453 0.270871 14.9455 0.271048 14.9457 0.277896 14.9458 0.280177 14.946 0.276661 14.9461 0.27752 14.9463 0.289599 14.9464 0.306349 14.9466 0.31403 14.9468 0.30542 14.9469 0.287854 14.9471 0.276855 14.9472 0.282137 14.9474 0.300932 14.9475 0.322523 14.9477 0.33885 14.9479 0.34794 14.948 0.348403 14.9482 0.336839 14.9483 0.31185 14.9485 0.278107 14.9486 0.24478 14.9488 0.220916 14.949 0.212537 14.9491 0.220215 14.9493 0.236025 14.9494 0.248079 14.9496 0.253136 14.9497 0.260733 14.9499 0.279895 14.9501 0.303559 14.9502 0.314272 14.9504 0.306997 14.9505 0.298103 14.9507 0.306803 14.9508 0.330355 14.951 0.345515 14.9512 0.334583 14.9513 0.303873 14.9515 0.275255 14.9516 0.262648 14.9518 0.258731 14.9519 0.244864 14.9521 0.210914 14.9522 0.16546 14.9524 0.126623 14.9526 0.10605 14.9527 0.102581 14.9529 0.109477 14.953 0.122318 14.9532 0.138053 14.9533 0.152328 14.9535 0.163359 14.9537 0.175433 14.9538 0.192137 14.954 0.207269 14.9541 0.211079 14.9543 0.203828 14.9544 0.196344 14.9546 0.193751 14.9548 0.188231 14.9549 0.173771 14.9551 0.158482 14.9552 0.155474 14.9554 0.1656 14.9555 0.180761 14.9557 0.199175 14.9559 0.224865 14.956 0.252499 14.9562 0.26666 14.9563 0.259359 14.9565 0.240814 14.9566 0.225987 14.9568 0.219137 14.957 0.218562 14.9571 0.226784 14.9573 0.246671 14.9574 0.26933 14.9576 0.279091 14.9577 0.272852 14.9579 0.266432 14.9581 0.276685 14.9582 0.302647 14.9584 0.326796 14.9585 0.332595 14.9587 0.316337 14.9588 0.285666 14.959 0.252419 14.9591 0.227004 14.9593 0.213349 14.9595 0.207514 14.9596 0.201717 14.9598 0.19354 14.9599 0.189358 14.9601 0.196044 14.9602 0.212 14.9604 0.229746 14.9606 0.244343 14.9607 0.25631 14.9609 0.264613 14.961 0.264979 14.9612 0.256783 14.9613 0.245437 14.9615 0.235376 14.9617 0.225582 14.9618 0.215914 14.962 0.212557 14.9621 0.220518 14.9623 0.234762 14.9624 0.247553 14.9626 0.259464 14.9628 0.276336 14.9629 0.294854 14.9631 0.30188 14.9632 0.289412 14.9634 0.262606 14.9635 0.232164 14.9637 0.207934 14.9639 0.198408 14.964 0.207403 14.9642 0.225761 14.9643 0.234345 14.9645 0.221414 14.9646 0.191705 14.9648 0.157152 14.965 0.12715 14.9651 0.111136 14.9653 0.119168 14.9654 0.14874 14.9656 0.179461 14.9657 0.192693 14.9659 0.192716 14.966 0.199033 14.9662 0.220081 14.9664 0.244124 14.9665 0.256313 14.9667 0.254773 14.9668 0.248496 14.967 0.24671 14.9671 0.252989 14.9673 0.263248 14.9675 0.27039 14.9676 0.272693 14.9678 0.277595 14.9679 0.291165 14.9681 0.304677 14.9682 0.302186 14.9684 0.280568 14.9686 0.256169 14.9687 0.246971 14.9689 0.255751 14.969 0.273689 14.9692 0.29419 14.9693 0.315038 14.9695 0.333985 14.9697 0.346328 14.9698 0.349444 14.97 0.343909 14.9701 0.330832 14.9703 0.311931 14.9704 0.29288 14.9706 0.281935 14.9708 0.284931 14.9709 0.300742 14.9711 0.322904 14.9712 0.345539 14.9714 0.365827 14.9715 0.381557 14.9717 0.388006 14.9718 0.380939 14.972 0.363129 14.9722 0.344378 14.9723 0.331376 14.9725 0.321525 14.9726 0.308813 14.9728 0.294358 14.9729 0.287346 14.9731 0.294523 14.9733 0.311269 14.9734 0.324165 14.9736 0.321193 14.9737 0.302115 14.9739 0.28011 14.974 0.269968 14.9742 0.274108 14.9744 0.281648 14.9745 0.283229 14.9747 0.280747 14.9748 0.279552 14.975 0.27704 14.9751 0.266239 14.9753 0.248502 14.9755 0.235415 14.9756 0.237147 14.9758 0.254915 14.9759 0.282039 14.9761 0.306519 14.9762 0.316173 14.9764 0.30801 14.9766 0.293771 14.9767 0.28809 14.9769 0.290889 14.977 0.288561 14.9772 0.272305 14.9773 0.247403 14.9775 0.223838 14.9777 0.206789 14.9778 0.197671 14.978 0.197025 14.9781 0.201109 14.9783 0.202957 14.9784 0.201297 14.9786 0.202027 14.9787 0.207308 14.9789 0.21167 14.9791 0.21152 14.9792 0.211733 14.9794 0.216726 14.9795 0.222964 14.9797 0.226435 14.9798 0.230096 14.98 0.237782 14.9802 0.244831 14.9803 0.243088 14.9805 0.231437 14.9806 0.216687 14.9808 0.206614 14.9809 0.207741 14.9811 0.223387 14.9813 0.246134 14.9814 0.259508 14.9816 0.25607 14.9817 0.246841 14.9819 0.243425 14.982 0.237603 14.9822 0.213822 14.9824 0.177393 14.9825 0.154036 14.9827 0.156721 14.9828 0.171004 14.983 0.177367 14.9831 0.176958 14.9833 0.183208 14.9835 0.199191 14.9836 0.215053 14.9838 0.223213 14.9839 0.226291 14.9841 0.229503 14.9842 0.232013 14.9844 0.228323 14.9846 0.216547 14.9847 0.203936 14.9849 0.203983 14.985 0.224953 14.9852 0.256542 14.9853 0.278333 14.9855 0.278416 14.9856 0.262869 14.9858 0.243883 14.986 0.22543 14.9861 0.207285 14.9863 0.192801 14.9864 0.185055 14.9866 0.178261 14.9867 0.163514 14.9869 0.140958 14.9871 0.120588 14.9872 0.108268 14.9874 0.100824 14.9875 0.0954045 14.9877 0.0961014 14.9878 0.106072 14.988 0.121531 14.9882 0.136176 14.9883 0.148379 14.9885 0.159704 14.9886 0.168973 14.9888 0.174001 14.9889 0.177964 14.9891 0.186097 14.9893 0.198499 14.9894 0.208411 14.9896 0.210549 14.9897 0.207211 14.9899 0.202805 14.99 0.197298 14.9902 0.188043 14.9904 0.176038 14.9905 0.168254 14.9907 0.170999 14.9908 0.184704 14.991 0.205317 14.9911 0.228245 14.9913 0.248847 14.9914 0.261895 14.9916 0.264452 14.9918 0.260208 14.9919 0.255805 14.9921 0.254454 14.9922 0.253726 14.9924 0.252133 14.9925 0.254452 14.9927 0.264329 14.9929 0.276069 14.993 0.279175 14.9932 0.27217 14.9933 0.266738 14.9935 0.272798 14.9936 0.285893 14.9938 0.292547 14.994 0.2865 14.9941 0.272022 14.9943 0.254301 14.9944 0.234111 14.9946 0.214806 14.9947 0.205399 14.9949 0.208634 14.9951 0.211795 14.9952 0.198835 14.9954 0.170953 14.9955 0.147399 14.9957 0.144138 14.9958 0.15711 14.996 0.171446 14.9962 0.178995 14.9963 0.181921 14.9965 0.18319 14.9966 0.183254 14.9968 0.18464 14.9969 0.192402 14.9971 0.20725 14.9973 0.222921 14.9974 0.234192 14.9976 0.24391 14.9977 0.258294 14.9979 0.27737 14.998 0.293992 14.9982 0.299888 14.9983 0.291239 14.9985 0.270274 14.9987 0.244388 14.9988 0.223371 14.999 0.21404 14.9991 0.215635 14.9993 0.222433 14.9994 0.229777 14.9996 0.237007 14.9998 0.244544 14.9999 0.25098 15.0001 0.254443 15.0002 0.25388 15.0004 0.248211 15.0005 0.236961 15.0007 0.22325 15.0009 0.214925 15.001 0.218732 15.0012 0.234132 15.0013 0.25417 15.0015 0.272313 15.0016 0.286002 15.0018 0.295326 15.002 0.299187 15.0021 0.295416 15.0023 0.281467 15.0024 0.257526 15.0026 0.229379 15.0027 0.207429 15.0029 0.200217 15.0031 0.206942 15.0032 0.219773 15.0034 0.233472 15.0035 0.247632 15.0037 0.259319 15.0038 0.25845 15.004 0.239132 15.0042 0.210939 15.0043 0.192802 15.0045 0.193842 15.0046 0.205619 15.0048 0.214974 15.0049 0.218174 15.0051 0.219818 15.0052 0.22281 15.0054 0.226606 15.0056 0.231584 15.0057 0.240731 15.0059 0.255396 15.006 0.271597 15.0062 0.282581 15.0063 0.283502 15.0065 0.274975 15.0067 0.264335 15.0068 0.262996 15.007 0.278853 15.0071 0.308831 15.0073 0.339141 15.0074 0.35391 15.0076 0.345536 15.0078 0.317564 15.0079 0.282383 15.0081 0.254168 15.0082 0.24045 15.0084 0.238654 15.0085 0.240264 15.0087 0.237387 15.0089 0.227672 15.009 0.212073 15.0092 0.193697 15.0093 0.177894 15.0095 0.172344 15.0096 0.180055 15.0098 0.193122 15.01 0.197311 15.0101 0.187467 15.0103 0.17497 15.0104 0.176533 15.0106 0.195774 15.0107 0.220156 15.0109 0.23803 15.0111 0.250995 15.0112 0.265863 15.0114 0.281617 15.0115 0.293102 15.0117 0.304187 15.0118 0.325605 15.012 0.356094 15.0121 0.379038 15.0123 0.380765 15.0125 0.364445 15.0126 0.339523 15.0128 0.306915 15.0129 0.266466 15.0131 0.230135 15.0132 0.212403 15.0134 0.210288 15.0136 0.207244 15.0137 0.197238 15.0139 0.192853 15.014 0.205449 15.0142 0.22809 15.0143 0.2459 15.0145 0.25236 15.0147 0.250333 15.0148 0.244542 15.015 0.240559 15.0151 0.243361 15.0153 0.248935 15.0154 0.244737 15.0156 0.226671 15.0158 0.208724 15.0159 0.20593 15.0161 0.213415 15.0162 0.214632 15.0164 0.207597 15.0165 0.207696 15.0167 0.226645 15.0169 0.258468 15.017 0.28802 15.0172 0.303039 15.0173 0.29605 15.0175 0.270018 15.0176 0.244216 15.0178 0.24134 15.0179 0.261558 15.0181 0.279862 15.0183 0.275043 15.0184 0.252184 15.0186 0.228798 15.0187 0.210993 15.0189 0.197555 15.019 0.194769 15.0192 0.21003 15.0194 0.232504 15.0195 0.23813 15.0197 0.218155 15.0198 0.187677 15.02 0.164814 15.0201 0.153809 15.0203 0.153614 15.0205 0.169376 15.0206 0.203047 15.0208 0.24064 15.0209 0.263597 15.0211 0.269686 15.0212 0.27315 15.0214 0.284059 15.0216 0.296213 15.0217 0.298823 15.0219 0.292825 15.022 0.288959 15.0222 0.29439 15.0223 0.306734 15.0225 0.319959 15.0227 0.330736 15.0228 0.337534 15.023 0.337507 15.0231 0.329351 15.0233 0.317401 15.0234 0.307944 15.0236 0.299836 15.0238 0.284702 15.0239 0.258408 15.0241 0.229856 15.0242 0.212242 15.0244 0.209453 15.0245 0.21468 15.0247 0.221539 15.0248 0.230464 15.025 0.243208 15.0252 0.258685 15.0253 0.274505 15.0255 0.288244 15.0256 0.294676 15.0258 0.288204 15.0259 0.271448 15.0261 0.256292 15.0263 0.250764 15.0264 0.249568 15.0266 0.241316 15.0267 0.226205 15.0269 0.217205 15.027 0.225161 15.0272 0.24666 15.0274 0.267807 15.0275 0.277136 15.0277 0.273939 15.0278 0.264729 15.028 0.254618 15.0281 0.24341 15.0283 0.227502 15.0285 0.208896 15.0286 0.196756 15.0288 0.199715 15.0289 0.216373 15.0291 0.235576 15.0292 0.246473 15.0294 0.249569 15.0296 0.253916 15.0297 0.265912 15.0299 0.280613 15.03 0.286248 15.0302 0.279614 15.0303 0.270722 15.0305 0.269788 15.0307 0.273242 15.0308 0.268092 15.031 0.250707 15.0311 0.230827 15.0313 0.217466 15.0314 0.209182 15.0316 0.200985 15.0317 0.193563 15.0319 0.189897 15.0321 0.187613 15.0322 0.183532 15.0324 0.180142 15.0325 0.181486 15.0327 0.187582 15.0328 0.198099 15.033 0.219269 15.0332 0.254517 15.0333 0.289424 15.0335 0.299736 15.0336 0.276988 15.0338 0.239252 15.0339 0.2118 15.0341 0.201325 15.0343 0.195142 15.0344 0.180675 15.0346 0.160524 15.0347 0.146294 15.0349 0.145586 15.035 0.156398 15.0352 0.172865 15.0354 0.191145 15.0355 0.206567 15.0357 0.210698 15.0358 0.198274 15.036 0.179824 15.0361 0.174706 15.0363 0.189596 15.0365 0.210514 15.0366 0.221494 15.0368 0.224642 15.0369 0.231636 15.0371 0.245571 15.0372 0.260576 15.0374 0.27323 15.0375 0.282549 15.0377 0.281701 15.0379 0.26579 15.038 0.246454 15.0382 0.241916 15.0383 0.250953 15.0385 0.253484 15.0386 0.242055 15.0388 0.233072 15.039 0.240316 15.0391 0.253381 15.0393 0.256583 15.0394 0.253917 15.0396 0.259787 15.0397 0.273489 15.0399 0.281002 15.0401 0.276953 15.0402 0.267387 15.0404 0.25565 15.0405 0.238719 15.0407 0.220033 15.0408 0.208518 15.041 0.204764 15.0412 0.199701 15.0413 0.190414 15.0415 0.185463 15.0416 0.190047 15.0418 0.196454 15.0419 0.196006 15.0421 0.190619 15.0423 0.188659 15.0424 0.194001 15.0426 0.204843 15.0427 0.217481 15.0429 0.227292 15.043 0.230498 15.0432 0.230913 15.0434 0.236514 15.0435 0.25023 15.0437 0.266365 15.0438 0.277861 15.044 0.282425 15.0441 0.276844 15.0443 0.256695 15.0444 0.224557 15.0446 0.194142 15.0448 0.177278 15.0449 0.171145 15.0451 0.165428 15.0452 0.157536 15.0454 0.152595 15.0455 0.152515 15.0457 0.15361 15.0459 0.155116 15.046 0.161335 15.0462 0.173506 15.0463 0.185952 15.0465 0.193571 15.0466 0.198555 15.0468 0.206818 15.047 0.219732 15.0471 0.232916 15.0473 0.238332 15.0474 0.229023 15.0476 0.205852 15.0477 0.181397 15.0479 0.172674 15.0481 0.18536 15.0482 0.208347 15.0484 0.226 15.0485 0.236371 15.0487 0.248896 15.0488 0.268326 15.049 0.287436 15.0492 0.296599 15.0493 0.296128 15.0495 0.293742 15.0496 0.293249 15.0498 0.292102 15.0499 0.287718 15.0501 0.282074 15.0503 0.277538 15.0504 0.272197 15.0506 0.260878 15.0507 0.24321 15.0509 0.225613 15.051 0.217962 15.0512 0.224164 15.0513 0.23816 15.0515 0.250277 15.0517 0.257293 15.0518 0.263625 15.052 0.272333 15.0521 0.278329 15.0523 0.277245 15.0524 0.274191 15.0526 0.279018 15.0528 0.292821 15.0529 0.306679 15.0531 0.31417 15.0532 0.318712 15.0534 0.324598 15.0535 0.328796 15.0537 0.325442 15.0539 0.313381 15.054 0.295955 15.0542 0.275868 15.0543 0.255519 15.0545 0.239411 15.0546 0.231909 15.0548 0.23307 15.055 0.240552 15.0551 0.252651 15.0553 0.266734 15.0554 0.276147 15.0556 0.273712 15.0557 0.259266 15.0559 0.239365 15.0561 0.222494 15.0562 0.214146 15.0564 0.214324 15.0565 0.219127 15.0567 0.224653 15.0568 0.232051 15.057 0.244458 15.0571 0.258443 15.0573 0.263875 15.0575 0.255822 15.0576 0.24068 15.0578 0.226701 15.0579 0.214327 15.0581 0.200397 15.0582 0.189628 15.0584 0.190597 15.0586 0.205874 15.0587 0.230649 15.0589 0.259695 15.059 0.287461 15.0592 0.30499 15.0593 0.305784 15.0595 0.294488 15.0597 0.281495 15.0598 0.269955 15.06 0.256041 15.0601 0.241682 15.0603 0.237574 15.0604 0.247955 15.0606 0.262699 15.0608 0.268125 15.0609 0.262651 15.0611 0.254902 15.0612 0.25267 15.0614 0.254364 15.0615 0.250197 15.0617 0.230675 15.0619 0.196793 15.062 0.163892 15.0622 0.1489 15.0623 0.155189 15.0625 0.175118 15.0626 0.203518 15.0628 0.239564 15.063 0.275155 15.0631 0.292931 15.0633 0.284111 15.0634 0.257837 15.0636 0.229293 15.0637 0.205431 15.0639 0.18847 15.064 0.184733 15.0642 0.197193 15.0644 0.216423 15.0645 0.226317 15.0647 0.218518 15.0648 0.197389 15.065 0.16944 15.0651 0.139603 15.0653 0.114192 15.0655 0.101419 15.0656 0.105587 15.0658 0.124392 15.0659 0.150984 15.0661 0.17979 15.0662 0.209398 15.0664 0.240483 15.0666 0.270014 15.0667 0.287102 15.0669 0.283815 15.067 0.267604 15.0672 0.257478 15.0673 0.261842 15.0675 0.269141 15.0677 0.267057 15.0678 0.259834 15.068 0.258462 15.0681 0.261116 15.0683 0.257094 15.0684 0.24572 15.0686 0.238343 15.0688 0.239083 15.0689 0.237331 15.0691 0.2222 15.0692 0.195713 15.0694 0.169756 15.0695 0.158015 15.0697 0.169769 15.0699 0.204348 15.07 0.243929 15.0702 0.265073 15.0703 0.259903 15.0705 0.242435 15.0706 0.229214 15.0708 0.221315 15.0709 0.213193 15.0711 0.209661 15.0713 0.220213 15.0714 0.240266 15.0716 0.25186 15.0717 0.245406 15.0719 0.232253 15.072 0.229922 15.0722 0.24153 15.0724 0.257781 15.0725 0.271217 15.0727 0.282589 15.0728 0.291215 15.073 0.290741 LineSeries7000066400000000000000000003237201436443153700405460ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support1320581 19602.0 1321292 19531.0 1322004 18930.0 1322715 17959.0 1323426 18596.0 1324138 17625.0 1324849 17660.0 1325561 17883.0 1326272 18113.0 1326983 18404.0 1327695 18114.0 1328406 18683.0 1329117 17889.0 1329829 17859.0 1330540 17059.0 1331252 17149.0 1331963 17054.0 1332674 16534.0 1333386 16834.0 1334097 17187.0 1334809 16925.0 1335520 17175.0 1336231 16425.0 1336943 16983.0 1337654 16772.0 1338365 17219.0 1339077 17187.0 1339788 17439.0 1340500 19259.0 1341211 21350.0 1341922 24477.0 1342634 27217.0 1343345 29799.0 1344056 27678.0 1344768 23875.0 1345479 20293.0 1346191 18467.0 1346902 17888.0 1347613 17370.0 1348325 16980.0 1349036 17754.0 1349748 18597.0 1350459 19957.0 1351170 19720.0 1351882 20298.0 1352593 19361.0 1353304 19371.0 1354016 18568.0 1354727 18242.0 1355439 17603.0 1356150 18263.0 1356861 18201.0 1357573 16618.0 1358284 17032.0 1358996 17028.0 1359707 16548.0 1360418 17567.0 1361130 17281.0 1361841 19002.0 1362552 19792.0 1363264 21305.0 1363975 21777.0 1364687 20571.0 1365398 20410.0 1366109 19887.0 1366821 19051.0 1367532 19171.0 1368243 18744.0 1368955 18959.0 1369666 20565.0 1370378 21944.0 1371089 23652.0 1371800 27130.0 1372512 28155.0 1373223 30127.0 1373935 27763.0 1374646 26162.0 1375357 22935.0 1376069 20987.0 1376780 19816.0 1377491 19203.0 1378203 19521.0 1378914 20391.0 1379626 23184.0 1380337 37351.0 1381048 64934.0 1381760 106688.0 1382471 154641.0 1383183 200571.0 1383894 210869.0 1384605 157813.0 1385317 84713.0 1386028 49014.0 1386739 36086.0 1387451 31599.0 1388162 29332.0 1388874 28784.0 1389585 27220.0 1390296 25828.0 1391008 24996.0 1391719 23019.0 1392430 22501.0 1393142 21402.0 1393853 20647.0 1394565 20719.0 1395276 21714.0 1395987 21808.0 1396699 22764.0 1397410 23625.0 1398122 25106.0 1398833 24967.0 1399544 23521.0 1400256 21747.0 1400967 20203.0 1401678 20430.0 1402390 20677.0 1403101 23441.0 1403813 25401.0 1404524 26473.0 1405235 25257.0 1405947 22200.0 1406658 21627.0 1407370 20749.0 1408081 21563.0 1408792 21342.0 1409504 22305.0 1410215 21867.0 1410926 20329.0 1411638 21290.0 1412349 21518.0 1413061 21199.0 1413772 21044.0 1414483 20162.0 1415195 20383.0 1415906 20901.0 1416617 20142.0 1417329 18747.0 1418040 18105.0 1418752 19232.0 1419463 18545.0 1420174 18678.0 1420886 18972.0 1421597 19971.0 1422309 19982.0 1423020 22590.0 1423731 24795.0 1424443 24806.0 1425154 23456.0 1425865 21147.0 1426577 19945.0 1427288 19465.0 1428000 20806.0 1428711 19969.0 1429422 20228.0 1430134 20884.0 1430845 21400.0 1431557 20573.0 1432268 20772.0 1432979 20255.0 1433691 20066.0 1434402 19524.0 1435113 18880.0 1435825 18200.0 1436536 18853.0 1437248 20468.0 1437959 22021.0 1438670 24255.0 1439382 24920.0 1440093 23344.0 1440804 21240.0 1441516 19350.0 1442227 19048.0 1442939 19950.0 1443650 21679.0 1444361 25707.0 1445073 32046.0 1445784 41514.0 1446496 45248.0 1447207 41267.0 1447918 33166.0 1448630 26528.0 1449341 23544.0 1450052 22220.0 1450764 21136.0 1451475 22505.0 1452187 23151.0 1452898 24411.0 1453609 24203.0 1454321 25994.0 1455032 28567.0 1455744 30945.0 1456455 31034.0 1457166 28527.0 1457878 25933.0 1458589 22773.0 1459300 21128.0 1460012 20231.0 1460723 19149.0 1461435 18877.0 1462146 19300.0 1462857 18569.0 1463569 19008.0 1464280 18584.0 1464991 18512.0 1465703 18070.0 1466414 18668.0 1467126 19127.0 1467837 22439.0 1468548 28955.0 1469260 34681.0 1469971 35249.0 1470683 31420.0 1471394 26760.0 1472105 23320.0 1472817 21331.0 1473528 20942.0 1474239 19764.0 1474951 20028.0 1475662 21562.0 1476374 20579.0 1477085 19948.0 1477796 19450.0 1478508 19210.0 1479219 20950.0 1479931 23590.0 1480642 25184.0 1481353 27801.0 1482065 26851.0 1482776 23737.0 1483487 22197.0 1484199 19207.0 1484910 19166.0 1485622 19139.0 1486333 21568.0 1487044 24027.0 1487756 25970.0 1488467 28783.0 1489178 29255.0 1489890 28319.0 1490601 24947.0 1491313 21960.0 1492024 20444.0 1492735 19772.0 1493447 18216.0 1494158 18018.0 1494870 17745.0 1495581 18016.0 1496292 17521.0 1497004 18466.0 1497715 18149.0 1498426 17857.0 1499138 18003.0 1499849 17098.0 1500561 17259.0 1501272 17129.0 1501983 17348.0 1502695 17166.0 1503406 16609.0 1504117 17592.0 1504829 16870.0 1505540 17543.0 1506252 17597.0 1506963 18608.0 1507674 20383.0 1508386 21696.0 1509097 22163.0 1509809 21456.0 1510520 20717.0 1511231 24167.0 1511943 32968.0 1512654 42008.0 1513365 44645.0 1514077 37913.0 1514788 30415.0 1515500 25153.0 1516211 22091.0 1516922 22019.0 1517634 22189.0 1518345 22502.0 1519057 21244.0 1519768 21263.0 1520479 20925.0 1521191 20103.0 1521902 18922.0 1522613 18297.0 1523325 18611.0 1524036 18223.0 1524748 19901.0 1525459 21422.0 1526170 21878.0 1526882 20500.0 1527593 19530.0 1528304 19112.0 1529016 18572.0 1529727 19181.0 1530439 21461.0 1531150 22351.0 1531861 22098.0 1532573 22778.0 1533284 23317.0 1533996 28037.0 1534707 37874.0 1535418 50331.0 1536130 58528.0 1536841 52526.0 1537552 38364.0 1538264 27468.0 1538975 23490.0 1539687 21805.0 1540398 20743.0 1541109 20961.0 1541821 19448.0 1542532 18677.0 1543244 18964.0 1543955 18625.0 1544666 18157.0 1545378 18099.0 1546089 18533.0 1546800 18006.0 1547512 17836.0 1548223 17381.0 1548935 17995.0 1549646 18222.0 1550357 17457.0 1551069 17382.0 1551780 17107.0 1552491 17944.0 1553203 18376.0 1553914 20274.0 1554626 21600.0 1555337 22116.0 1556048 21654.0 1556760 20278.0 1557471 18848.0 1558183 19023.0 1558894 19276.0 1559605 19997.0 1560317 25432.0 1561028 35670.0 1561739 61826.0 1562451 95924.0 1563162 131395.0 1563874 149169.0 1564585 130333.0 1565296 84026.0 1566008 52977.0 1566719 39861.0 1567431 32012.0 1568142 29916.0 1568853 27639.0 1569565 26134.0 1570276 25816.0 1570987 24788.0 1571699 23527.0 1572410 22485.0 1573122 22079.0 1573833 21391.0 1574544 20028.0 1575256 20708.0 1575967 20983.0 1576678 19924.0 1577390 20318.0 1578101 19979.0 1578813 20391.0 1579524 21212.0 1580235 21142.0 1580947 20986.0 1581658 21302.0 1582370 22778.0 1583081 23209.0 1583792 22138.0 1584504 21641.0 1585215 20842.0 1585926 20001.0 1586638 20068.0 1587349 19640.0 1588061 19661.0 1588772 20080.0 1589483 20217.0 1590195 19982.0 1590906 19497.0 1591618 19408.0 1592329 18796.0 1593040 18415.0 1593752 18102.0 1594463 17906.0 1595174 17926.0 1595886 17769.0 1596597 17982.0 1597309 18102.0 1598020 18861.0 1598731 19294.0 1599443 19950.0 1600154 20093.0 1600865 19017.0 1601577 19265.0 1602288 18634.0 1603000 19083.0 1603711 19227.0 1604422 20309.0 1605134 20189.0 1605845 23246.0 1606557 28027.0 1607268 31971.0 1607979 32552.0 1608691 29449.0 1609402 26925.0 1610113 26521.0 1610825 30369.0 1611536 33932.0 1612248 35032.0 1612959 31691.0 1613670 31327.0 1614382 34776.0 1615093 39024.0 1615805 39455.0 1616516 33269.0 1617227 26009.0 1617939 22957.0 1618650 21797.0 1619361 21217.0 1620073 23334.0 1620784 26823.0 1621496 32331.0 1622207 37065.0 1622918 33582.0 1623630 29681.0 1624341 25451.0 1625052 22883.0 1625764 21024.0 1626475 21377.0 1627187 20629.0 1627898 20784.0 1628609 19668.0 1629321 19420.0 1630032 18944.0 1630744 18253.0 1631455 18191.0 1632166 18323.0 1632878 17769.0 1633589 18651.0 1634300 18515.0 1635012 19743.0 1635723 20766.0 1636435 23792.0 1637146 27327.0 1637857 27930.0 1638569 26629.0 1639280 23503.0 1639992 21765.0 1640703 19817.0 1641414 19757.0 1642126 20274.0 1642837 20107.0 1643548 21746.0 1644260 21834.0 1644971 20967.0 1645683 21844.0 1646394 22986.0 1647105 23702.0 1647817 22236.0 1648528 21458.0 1649239 19358.0 1649951 18301.0 1650662 18122.0 1651374 18511.0 1652085 17655.0 1652796 17590.0 1653508 17879.0 1654219 16598.0 1654931 16538.0 1655642 17141.0 1656353 17978.0 1657065 17257.0 1657776 17585.0 1658487 18645.0 1659199 20300.0 1659910 24863.0 1660622 28780.0 1661333 29404.0 1662044 26265.0 1662756 24209.0 1663467 23552.0 1664179 25463.0 1664890 26429.0 1665601 27867.0 1666313 26136.0 1667024 25150.0 1667735 22942.0 1668447 21916.0 1669158 22709.0 1669870 22840.0 1670581 25380.0 1671292 30257.0 1672004 34617.0 1672715 34349.0 1673426 33625.0 1674138 41353.0 1674849 61084.0 1675561 93832.0 1676272 131953.0 1676983 162817.0 1677695 151251.0 1678406 98160.0 1679118 58972.0 1679829 41846.0 1680540 36610.0 1681252 35323.0 1681963 33140.0 1682674 29361.0 1683386 26162.0 1684097 24465.0 1684809 22982.0 1685520 21464.0 1686231 19963.0 1686943 19556.0 1687654 19975.0 1688366 20827.0 1689077 27371.0 1689788 32047.0 1690500 33991.0 1691211 37658.0 1691922 48598.0 1692634 62813.0 1693345 82073.0 1694057 102201.0 1694768 117294.0 1695479 106929.0 1696191 80932.0 1696902 62605.0 1697613 52089.0 1698325 44003.0 1699036 41652.0 1699748 40329.0 1700459 39190.0 1701170 36959.0 1701882 35456.0 1702593 33360.0 1703305 31852.0 1704016 31559.0 1704727 30236.0 1705439 29299.0 1706150 28117.0 1706861 28675.0 1707573 27470.0 1708284 27054.0 1708996 27699.0 1709707 27092.0 1710418 25819.0 1711130 25994.0 1711841 26127.0 1712552 25721.0 1713264 24800.0 1713975 25641.0 1714687 25746.0 1715398 26082.0 1716109 25864.0 1716821 25513.0 1717532 24600.0 1718244 23661.0 1718955 25594.0 1719666 29222.0 1720378 34895.0 1721089 40047.0 1721800 41918.0 1722512 42250.0 1723223 39891.0 1723935 37019.0 1724646 33531.0 1725357 29688.0 1726069 26348.0 1726780 24941.0 1727492 24168.0 1728203 24739.0 1728914 25983.0 1729626 27599.0 1730337 30872.0 1731048 32047.0 1731760 30934.0 1732471 29373.0 1733183 26174.0 1733894 23757.0 1734605 21927.0 1735317 21707.0 1736028 22417.0 1736739 22351.0 1737451 23419.0 1738162 24100.0 1738874 24871.0 1739585 24044.0 1740296 23502.0 1741008 22429.0 1741719 22254.0 1742431 20574.0 1743142 20793.0 1743853 20157.0 1744565 19874.0 1745276 21500.0 1745987 20220.0 1746699 21545.0 1747410 22494.0 1748122 21707.0 1748833 22846.0 1749544 22469.0 1750256 21249.0 1750967 20900.0 1751679 20066.0 1752390 19508.0 1753101 19393.0 1753813 19002.0 1754524 19362.0 1755235 19309.0 1755947 19681.0 1756658 19589.0 1757370 19674.0 1758081 19876.0 1758792 19680.0 1759504 20001.0 1760215 19220.0 1760926 18996.0 1761638 20097.0 1762349 20187.0 1763061 19754.0 1763772 20561.0 1764483 22785.0 1765195 25572.0 1765906 27688.0 1766618 27642.0 1767329 26012.0 1768040 23627.0 1768752 21533.0 1769463 20555.0 1770174 22036.0 1770886 20980.0 1771597 20849.0 1772309 20780.0 1773020 19106.0 1773731 18650.0 1774443 19987.0 1775154 21574.0 1775866 22462.0 1776577 22205.0 1777288 21888.0 1778000 21472.0 1778711 19591.0 1779422 20004.0 1780134 19646.0 1780845 19501.0 1781557 18854.0 1782268 19076.0 1782979 18498.0 1783691 18011.0 1784402 18558.0 1785113 18432.0 1785825 19900.0 1786536 18886.0 1787248 18920.0 1787959 19202.0 1788670 19340.0 1789382 21284.0 1790093 24114.0 1790805 24377.0 1791516 23246.0 1792227 20800.0 1792939 19866.0 1793650 20314.0 1794361 22424.0 1795073 30974.0 1795784 45753.0 1796496 58402.0 1797207 57601.0 1797918 44755.0 1798630 32987.0 1799341 25228.0 1800053 20667.0 1800764 20593.0 1801475 19315.0 1802187 19192.0 1802898 19561.0 1803609 20570.0 1804321 21657.0 1805032 23173.0 1805744 24920.0 1806455 25157.0 1807166 24896.0 1807878 24034.0 1808589 23147.0 1809300 21536.0 1810012 19980.0 1810723 20249.0 1811435 19159.0 1812146 20532.0 1812857 19536.0 1813569 19401.0 1814280 20001.0 1814992 20174.0 1815703 20761.0 1816414 20946.0 1817126 21219.0 1817837 21357.0 1818548 20324.0 1819260 20673.0 1819971 20556.0 1820683 20117.0 1821394 20403.0 1822105 20351.0 1822817 20081.0 1823528 20470.0 1824240 20860.0 1824951 21263.0 1825662 24026.0 1826374 32786.0 1827085 63304.0 1827796 136133.0 1828508 241335.0 1829219 332892.0 1829931 338330.0 1830642 224840.0 1831353 109573.0 1832065 52886.0 1832776 34598.0 1833487 29044.0 1834199 26651.0 1834910 25656.0 1835622 25021.0 1836333 23116.0 1837044 23697.0 1837756 23878.0 1838467 24495.0 1839179 26153.0 1839890 25441.0 1840601 23893.0 1841313 23272.0 1842024 21756.0 1842735 20921.0 1843447 20161.0 1844158 19411.0 1844870 19049.0 1845581 19532.0 1846292 19842.0 1847004 21110.0 1847715 22116.0 1848427 22986.0 1849138 22150.0 1849849 22548.0 1850561 21090.0 1851272 21385.0 1851983 20687.0 1852695 19806.0 1853406 19972.0 1854118 20657.0 1854829 22795.0 1855540 24432.0 1856252 25342.0 1856963 24204.0 1857674 22588.0 1858386 21209.0 1859097 19958.0 1859809 19180.0 1860520 18584.0 1861231 18459.0 1861943 18809.0 1862654 18623.0 1863366 18896.0 1864077 17853.0 1864788 18197.0 1865500 18392.0 1866211 17287.0 1866922 17695.0 1867634 17957.0 1868345 18497.0 1869057 18904.0 1869768 19400.0 1870479 19736.0 1871191 19207.0 1871902 18911.0 1872614 18340.0 1873325 18047.0 1874036 18741.0 1874748 19575.0 1875459 20403.0 1876170 19786.0 1876882 20636.0 1877593 20313.0 1878305 18821.0 1879016 18255.0 1879727 18309.0 1880439 18943.0 1881150 19538.0 1881861 20272.0 1882573 20480.0 1883284 21132.0 1883996 23164.0 1884707 27897.0 1885418 32003.0 1886130 33814.0 1886841 31869.0 1887553 30668.0 1888264 29452.0 1888975 27472.0 1889687 25710.0 1890398 22789.0 1891109 21751.0 1891821 21964.0 1892532 21556.0 1893244 22746.0 1893955 22512.0 1894666 21353.0 1895378 20550.0 1896089 19914.0 1896801 19060.0 1897512 18838.0 1898223 18220.0 1898935 18767.0 1899646 18342.0 1900357 18399.0 1901069 18086.0 1901780 17634.0 1902492 17580.0 1903203 18263.0 1903914 19026.0 1904626 19180.0 1905337 20272.0 1906048 21153.0 1906760 20625.0 1907471 20017.0 1908183 19710.0 1908894 19262.0 1909605 19837.0 1910317 20264.0 1911028 20800.0 1911740 22379.0 1912451 23701.0 1913162 25298.0 1913874 26018.0 1914585 25594.0 1915296 24963.0 1916008 22935.0 1916719 21226.0 1917431 21105.0 1918142 19568.0 1918853 18725.0 1919565 19332.0 1920276 19357.0 1920987 19241.0 1921699 19167.0 1922410 17866.0 1923122 18111.0 1923833 18142.0 1924544 18584.0 1925256 18452.0 1925967 19204.0 1926679 18621.0 1927390 18619.0 1928101 18352.0 1928813 17654.0 1929524 18703.0 1930235 19626.0 1930947 22837.0 1931658 28469.0 1932370 39114.0 1933081 54653.0 1933792 68881.0 1934504 70724.0 1935215 58712.0 1935927 43746.0 1936638 32530.0 1937349 26223.0 1938061 22117.0 1938772 20246.0 1939483 19636.0 1940195 18804.0 1940906 19053.0 1941618 19356.0 1942329 18749.0 1943040 18795.0 1943752 18846.0 1944463 17973.0 1945174 18360.0 1945886 17378.0 1946597 18799.0 1947309 19143.0 1948020 19839.0 1948731 20199.0 1949443 19657.0 1950154 18951.0 1950866 19818.0 1951577 19995.0 1952288 20288.0 1953000 21644.0 1953711 21916.0 1954422 22815.0 1955134 22143.0 1955845 22131.0 1956557 21827.0 1957268 21198.0 1957979 21888.0 1958691 21989.0 1959402 24061.0 1960114 26083.0 1960825 26943.0 1961536 26827.0 1962248 25531.0 1962959 23497.0 1963670 22833.0 1964382 22943.0 1965093 24391.0 1965805 28689.0 1966516 33938.0 1967227 38614.0 1967939 36059.0 1968650 33199.0 1969361 28914.0 1970073 24529.0 1970784 22732.0 1971496 22077.0 1972207 22237.0 1972918 26073.0 1973630 34338.0 1974341 43588.0 1975053 50731.0 1975764 49486.0 1976475 44230.0 1977187 34784.0 1977898 30392.0 1978609 28718.0 1979321 28406.0 1980032 28550.0 1980744 28459.0 1981455 25718.0 1982166 23786.0 1982878 21782.0 1983589 22127.0 1984301 21237.0 1985012 21553.0 1985723 22163.0 1986435 23689.0 1987146 24378.0 1987857 24406.0 1988569 23470.0 1989280 23332.0 1989992 21765.0 1990703 21912.0 1991414 20757.0 1992126 21034.0 1992837 20836.0 1993548 20618.0 1994260 20559.0 1994971 20417.0 1995683 20675.0 1996394 22037.0 1997105 24242.0 1997817 25182.0 1998528 27175.0 1999240 26746.0 1999951 27439.0 2000662 29328.0 2001374 29769.0 2002085 28433.0 2002796 25316.0 2003508 22919.0 2004219 21894.0 2004931 20880.0 2005642 22027.0 2006353 22654.0 2007065 23828.0 2007776 23096.0 2008488 23180.0 2009199 23074.0 2009910 22683.0 2010622 21527.0 2011333 22858.0 2012044 23123.0 2012756 24571.0 2013467 23489.0 2014179 23432.0 2014890 22081.0 2015601 21859.0 2016313 23132.0 2017024 24208.0 2017735 26415.0 2018447 28203.0 2019158 27289.0 2019870 26505.0 2020581 24880.0 2021292 22351.0 2022004 20676.0 2022715 21313.0 2023427 20424.0 2024138 21125.0 2024849 23772.0 2025561 26321.0 2026272 30149.0 2026983 30780.0 2027695 30194.0 2028406 25999.0 2029118 23189.0 2029829 21389.0 2030540 21745.0 2031252 23010.0 2031963 25506.0 2032675 31718.0 2033386 32507.0 2034097 30601.0 2034809 25210.0 2035520 22724.0 2036231 19750.0 2036943 19488.0 2037654 21303.0 2038366 25887.0 2039077 31684.0 2039788 37102.0 2040500 36863.0 2041211 32164.0 2041922 28227.0 2042634 25306.0 2043345 27305.0 2044057 32715.0 2044768 38751.0 2045479 39690.0 2046191 34540.0 2046902 27392.0 2047614 23416.0 2048325 22510.0 2049036 22143.0 2049748 21256.0 2050459 21386.0 2051170 20927.0 2051882 20133.0 2052593 21223.0 2053305 20353.0 2054016 20685.0 2054727 21755.0 2055439 21976.0 2056150 20721.0 2056862 19938.0 2057573 19879.0 2058284 19121.0 2058996 18846.0 2059707 20130.0 2060418 21574.0 2061130 23724.0 2061841 27171.0 2062553 30260.0 2063264 31923.0 2063975 34320.0 2064687 34906.0 2065398 35025.0 2066109 35132.0 2066821 32486.0 2067532 32704.0 2068244 32553.0 2068955 32989.0 2069666 31663.0 2070378 29014.0 2071089 26933.0 2071801 24395.0 2072512 25091.0 2073223 23845.0 2073935 25599.0 2074646 26114.0 2075357 24473.0 2076069 23558.0 2076780 21380.0 2077492 20935.0 2078203 20530.0 2078914 20086.0 2079626 20425.0 2080337 20032.0 2081049 19860.0 2081760 20427.0 2082471 19459.0 2083183 18716.0 2083894 19510.0 2084605 21112.0 2085317 21600.0 2086028 23590.0 2086740 23965.0 2087451 22935.0 2088162 22635.0 2088874 21513.0 2089585 21144.0 2090296 21038.0 2091008 20109.0 2091719 19708.0 2092431 20476.0 2093142 21907.0 2093853 25748.0 2094565 32720.0 2095276 42084.0 2095988 51958.0 2096699 57678.0 2097410 56272.0 2098122 47414.0 2098833 38265.0 2099544 31014.0 2100256 28071.0 2100967 25092.0 2101679 24482.0 2102390 22210.0 2103101 22100.0 2103813 22176.0 2104524 21014.0 2105236 21226.0 2105947 20888.0 2106658 19783.0 2107370 20577.0 2108081 21133.0 2108792 19479.0 2109504 20540.0 2110215 19729.0 2110927 19569.0 2111638 19875.0 2112349 19425.0 2113061 19168.0 2113772 18676.0 2114483 19487.0 2115195 18881.0 2115906 18326.0 2116618 18912.0 2117329 19295.0 2118040 19988.0 2118752 21549.0 2119463 25285.0 2120175 39016.0 2120886 62646.0 2121597 86321.0 2122309 91956.0 2123020 73991.0 2123731 50655.0 2124443 34558.0 2125154 27701.0 2125866 27196.0 2126577 28651.0 2127288 32418.0 2128000 32105.0 2128711 30424.0 2129422 27587.0 2130134 24096.0 2130845 21936.0 2131557 20456.0 2132268 20612.0 2132979 20128.0 2133691 19163.0 2134402 18748.0 2135114 19554.0 2135825 20203.0 2136536 20694.0 2137248 21171.0 2137959 20594.0 2138670 20158.0 2139382 20487.0 2140093 19234.0 2140805 19988.0 2141516 20462.0 2142227 21431.0 2142939 24193.0 2143650 32099.0 2144362 48358.0 2145073 76010.0 2145784 113800.0 2146496 159944.0 2147207 200457.0 2147918 218937.0 2148630 184984.0 2149341 98871.0 2150053 48380.0 2150764 32953.0 2151475 29235.0 2152187 28246.0 2152898 26206.0 2153609 25914.0 2154321 26218.0 2155032 25823.0 2155744 25683.0 2156455 24325.0 2157166 22337.0 2157878 21832.0 2158589 21585.0 2159301 21430.0 2160012 21890.0 2160723 21889.0 2161435 21922.0 2162146 21618.0 2162857 21552.0 2163569 22116.0 2164280 21547.0 2164992 22040.0 2165703 23924.0 2166414 25825.0 2167126 28796.0 2167837 28241.0 2168549 26123.0 2169260 24280.0 2169971 25839.0 2170683 26144.0 2171394 26523.0 2172105 24345.0 2172817 23511.0 2173528 21709.0 2174240 21598.0 2174951 21534.0 2175662 22686.0 2176374 23415.0 2177085 26717.0 2177796 28675.0 2178508 29672.0 2179219 30424.0 2179931 31828.0 2180642 31849.0 2181353 31245.0 2182065 30299.0 2182776 28980.0 2183488 29964.0 2184199 31123.0 2184910 32372.0 2185622 29471.0 2186333 25766.0 2187044 22801.0 2187756 20959.0 2188467 19872.0 2189179 19021.0 2189890 19694.0 2190601 19462.0 2191313 19535.0 2192024 19357.0 2192736 20046.0 2193447 19802.0 2194158 19692.0 2194870 19977.0 2195581 20285.0 2196292 20373.0 2197004 19998.0 2197715 20968.0 2198427 21635.0 2199138 21603.0 2199849 22456.0 2200561 21986.0 2201272 21952.0 2201983 22308.0 2202695 22962.0 2203406 24978.0 2204118 24816.0 2204829 23638.0 2205540 22209.0 2206252 21215.0 2206963 20009.0 2207675 19890.0 2208386 17878.0 2209097 19369.0 2209809 18555.0 2210520 18937.0 2211231 19230.0 2211943 20280.0 2212654 19653.0 2213366 18744.0 2214077 18757.0 2214788 18407.0 2215500 17825.0 2216211 18161.0 2216923 18726.0 2217634 19605.0 2218345 19011.0 2219057 19652.0 2219768 18803.0 2220479 18859.0 2221191 18944.0 2221902 19084.0 2222614 18396.0 2223325 18817.0 2224036 19017.0 2224748 19757.0 2225459 20373.0 2226170 19636.0 2226882 19603.0 2227593 19017.0 2228305 18626.0 2229016 18362.0 2229727 18916.0 2230439 19318.0 2231150 19627.0 2231862 19228.0 2232573 17782.0 2233284 17771.0 2233996 17138.0 2234707 18295.0 2235418 18130.0 2236130 18593.0 2236841 18926.0 2237553 19518.0 2238264 18592.0 2238975 17864.0 2239687 18038.0 2240398 18634.0 2241110 19275.0 2241821 19920.0 2242532 20187.0 2243244 21078.0 2243955 21780.0 2244666 21968.0 2245378 20754.0 2246089 20984.0 2246801 20508.0 2247512 20835.0 2248223 20277.0 2248935 19384.0 2249646 19417.0 2250357 18191.0 2251069 18980.0 2251780 18918.0 2252492 18816.0 2253203 18997.0 2253914 18656.0 2254626 19026.0 2255337 18989.0 2256049 19341.0 2256760 18816.0 2257471 18296.0 2258183 19254.0 2258894 20020.0 2259605 21048.0 2260317 21623.0 2261028 22719.0 2261740 21825.0 2262451 21903.0 2263162 21986.0 2263874 22450.0 2264585 22079.0 2265297 22338.0 2266008 22322.0 2266719 20622.0 2267431 19408.0 2268142 19076.0 2268853 18110.0 2269565 18076.0 2270276 18029.0 2270988 18637.0 2271699 19714.0 2272410 20940.0 2273122 22429.0 2273833 22111.0 2274544 20300.0 2275256 18463.0 2275967 18264.0 2276679 18707.0 2277390 18947.0 2278101 19798.0 2278813 20222.0 2279524 21927.0 2280236 23671.0 2280947 24135.0 2281658 23454.0 2282370 22482.0 2283081 21826.0 2283792 21834.0 2284504 23157.0 2285215 22728.0 2285927 22113.0 2286638 21343.0 2287349 21587.0 2288061 21196.0 2288772 20933.0 2289484 20035.0 2290195 19536.0 2290906 19627.0 2291618 20217.0 2292329 20560.0 2293040 21223.0 2293752 20371.0 2294463 19750.0 2295175 19846.0 2295886 21650.0 2296597 23035.0 2297309 24421.0 2298020 24439.0 2298731 22710.0 2299443 22254.0 2300154 20632.0 2300866 21474.0 2301577 19769.0 2302288 20192.0 2303000 19554.0 2303711 19643.0 2304423 18757.0 2305134 17835.0 2305845 18810.0 2306557 17735.0 2307268 17720.0 2307979 18635.0 2308691 18767.0 2309402 20588.0 2310114 21079.0 2310825 20836.0 2311536 20511.0 2312248 21161.0 2312959 20519.0 2313671 19497.0 2314382 19192.0 2315093 19604.0 2315805 20118.0 2316516 20353.0 2317227 20536.0 2317939 20917.0 2318650 20494.0 2319362 23308.0 2320073 26788.0 2320784 30367.0 2321496 33135.0 2322207 29662.0 2322918 26448.0 2323630 22747.0 2324341 20735.0 2325053 19436.0 2325764 18364.0 2326475 17749.0 2327187 17840.0 2327898 18715.0 2328610 18689.0 2329321 18752.0 2330032 19143.0 2330744 19224.0 2331455 19623.0 2332166 19698.0 2332878 20500.0 2333589 20720.0 2334301 20526.0 2335012 20089.0 2335723 19931.0 2336435 18752.0 2337146 17805.0 2337857 18714.0 2338569 18326.0 2339280 17954.0 2339992 18236.0 2340703 18592.0 2341414 18461.0 2342126 19522.0 2342837 20896.0 2343549 21209.0 2344260 23564.0 2344971 26021.0 2345683 35690.0 2346394 51042.0 2347105 64850.0 2347817 65731.0 2348528 55024.0 2349240 40971.0 2349951 31415.0 2350662 25963.0 2351374 23633.0 2352085 21343.0 2352797 19671.0 2353508 20137.0 2354219 19249.0 2354931 19408.0 2355642 19612.0 2356353 19587.0 2357065 19347.0 2357776 19694.0 2358488 18887.0 2359199 18916.0 2359910 18986.0 2360622 19071.0 2361333 21028.0 2362044 23821.0 2362756 29849.0 2363467 29147.0 2364179 28528.0 2364890 24560.0 2365601 24565.0 2366313 27062.0 2367024 30773.0 2367736 34645.0 2368447 34084.0 2369158 28968.0 2369870 25236.0 2370581 22119.0 2371292 21510.0 2372004 21068.0 2372715 21227.0 2373427 22176.0 2374138 23164.0 2374849 23983.0 2375561 23182.0 2376272 22759.0 2376984 20696.0 2377695 20677.0 2378406 20590.0 2379118 19201.0 2379829 18957.0 2380540 18640.0 2381252 19121.0 2381963 17816.0 2382675 17828.0 2383386 18393.0 2384097 19415.0 2384809 19639.0 2385520 19284.0 2386231 21225.0 2386943 25559.0 2387654 36987.0 2388366 47910.0 2389077 53767.0 2389788 51814.0 2390500 40339.0 2391211 31775.0 2391923 25744.0 2392634 23918.0 2393345 23282.0 2394057 22757.0 2394768 23227.0 2395479 24810.0 2396191 24275.0 2396902 23922.0 2397614 22650.0 2398325 22007.0 2399036 21435.0 2399748 21356.0 2400459 21276.0 2401171 21509.0 2401882 21414.0 2402593 23768.0 2403305 27444.0 2404016 31103.0 2404727 30174.0 2405439 26531.0 2406150 24221.0 2406862 22364.0 2407573 23017.0 2408284 24344.0 2408996 26162.0 2409707 25350.0 2410418 23883.0 2411130 23366.0 2411841 22706.0 2412553 23042.0 2413264 25078.0 2413975 25695.0 2414687 27183.0 2415398 29254.0 2416110 28829.0 2416821 24866.0 2417532 24344.0 2418244 23506.0 2418955 21843.0 2419666 23075.0 2420378 25295.0 2421089 27098.0 2421801 27381.0 2422512 25133.0 2423223 24120.0 2423935 21642.0 2424646 20183.0 2425358 20613.0 2426069 20251.0 2426780 20573.0 2427492 21227.0 2428203 21100.0 2428914 20463.0 2429626 20569.0 2430337 19737.0 2431049 19520.0 2431760 20085.0 2432471 20949.0 2433183 24111.0 2433894 26956.0 2434605 27281.0 2435317 25433.0 2436028 23968.0 2436740 22013.0 2437451 20059.0 2438162 19637.0 2438874 20157.0 2439585 20404.0 2440297 21003.0 2441008 21345.0 2441719 20490.0 2442431 19265.0 2443142 19756.0 2443853 19295.0 2444565 18683.0 2445276 19589.0 2445988 19615.0 2446699 18932.0 2447410 19137.0 2448122 20112.0 2448833 20613.0 2449545 20157.0 2450256 20102.0 2450967 19144.0 2451679 19871.0 2452390 19624.0 2453101 21719.0 2453813 23395.0 2454524 27324.0 2455236 35459.0 2455947 45719.0 2456658 54244.0 2457370 52640.0 2458081 41946.0 2458792 31804.0 2459504 25947.0 2460215 22502.0 2460927 21613.0 2461638 22157.0 2462349 21590.0 2463061 20517.0 2463772 20589.0 2464484 21194.0 2465195 20457.0 2465906 20777.0 2466618 20867.0 2467329 20585.0 2468040 20248.0 2468752 20424.0 2469463 20057.0 2470175 20241.0 2470886 20516.0 2471597 20214.0 2472309 19856.0 2473020 21469.0 2473732 22996.0 2474443 25289.0 2475154 26134.0 2475866 25782.0 2476577 24311.0 2477288 23999.0 2478000 22505.0 2478711 22987.0 2479423 22123.0 2480134 22399.0 2480845 21854.0 2481557 20398.0 2482268 20352.0 2482979 21049.0 2483691 20850.0 2484402 22173.0 2485114 21449.0 2485825 21523.0 2486536 20095.0 2487248 19010.0 2487959 18522.0 2488671 18610.0 2489382 18315.0 2490093 18430.0 2490805 18208.0 2491516 18784.0 2492227 19151.0 2492939 19892.0 2493650 21052.0 2494362 21225.0 2495073 22669.0 2495784 21391.0 2496496 20939.0 2497207 20971.0 2497919 21519.0 2498630 21080.0 2499341 22014.0 2500053 24013.0 2500764 24956.0 2501475 35699.0 2502187 70165.0 2502898 152748.0 2503610 286202.0 2504321 443809.0 2505032 519804.0 2505744 429289.0 2506455 239811.0 2507166 105941.0 2507878 53704.0 2508589 38447.0 2509301 33864.0 2510012 31178.0 2510723 29038.0 2511435 27896.0 2512146 26034.0 2512858 25121.0 2513569 25219.0 2514280 25438.0 2514992 28742.0 2515703 35622.0 2516414 41756.0 2517126 43407.0 2517837 38138.0 2518549 30716.0 2519260 26804.0 2519971 24056.0 2520683 22461.0 2521394 23052.0 2522106 22302.0 2522817 22608.0 2523528 21894.0 2524240 22885.0 2524951 22278.0 2525662 22048.0 2526374 22247.0 2527085 21736.0 2527797 23240.0 2528508 21348.0 2529219 22572.0 2529931 23129.0 2530642 22799.0 2531353 22917.0 2532065 22474.0 2532776 24596.0 2533488 25863.0 2534199 26866.0 2534910 25701.0 2535622 23181.0 2536333 22396.0 2537045 21573.0 2537756 20856.0 2538467 19807.0 2539179 19695.0 2539890 19206.0 2540601 20149.0 2541313 19943.0 2542024 20024.0 2542736 20465.0 2543447 20111.0 2544158 20418.0 2544870 20645.0 2545581 20683.0 2546293 22585.0 2547004 24743.0 2547715 24571.0 2548427 24326.0 2549138 24113.0 2549849 22793.0 2550561 22650.0 2551272 22186.0 2551984 23250.0 2552695 24155.0 2553406 24385.0 2554118 24511.0 2554829 24427.0 2555540 23927.0 2556252 23065.0 2556963 22108.0 2557675 22181.0 2558386 22516.0 2559097 23855.0 2559809 26296.0 2560520 31499.0 2561232 44632.0 2561943 58779.0 2562654 67249.0 2563366 61038.0 2564077 46488.0 2564788 35203.0 2565500 30079.0 2566211 25270.0 2566923 24058.0 2567634 26254.0 2568345 26459.0 2569057 29711.0 2569768 31751.0 2570479 30935.0 2571191 29063.0 2571902 25001.0 2572614 23271.0 2573325 22321.0 2574036 21895.0 2574748 21108.0 2575459 21156.0 2576171 20708.0 2576882 20640.0 2577593 20604.0 2578305 20519.0 2579016 21360.0 2579727 20950.0 2580439 22143.0 2581150 21968.0 2581862 22359.0 2582573 22135.0 2583284 20845.0 2583996 20262.0 2584707 20066.0 2585419 18709.0 2586130 19666.0 2586841 18536.0 2587553 19255.0 2588264 19013.0 2588975 18662.0 2589687 18870.0 2590398 18675.0 2591110 19347.0 2591821 20428.0 2592532 20544.0 2593244 20388.0 2593955 20302.0 2594666 21887.0 2595378 22120.0 2596089 24435.0 2596801 24956.0 2597512 25915.0 2598223 25441.0 2598935 24249.0 2599646 22799.0 2600358 21648.0 2601069 21207.0 2601780 19393.0 2602492 20044.0 2603203 21584.0 2603914 22576.0 2604626 22194.0 2605337 22609.0 2606049 23336.0 2606760 22261.0 2607471 21767.0 2608183 22106.0 2608894 21645.0 2609606 21737.0 2610317 20992.0 2611028 20545.0 2611740 19651.0 2612451 20184.0 2613162 21642.0 2613874 22397.0 2614585 24868.0 2615297 26012.0 2616008 29025.0 2616719 27792.0 2617431 25494.0 2618142 24299.0 2618853 23527.0 2619565 22813.0 2620276 22636.0 2620988 22313.0 2621699 22234.0 2622410 22632.0 2623122 22213.0 2623833 23047.0 2624545 22677.0 2625256 24327.0 2625967 25242.0 2626679 25709.0 2627390 25525.0 2628101 23865.0 2628813 23935.0 2629524 24823.0 2630236 25291.0 2630947 25880.0 2631658 26984.0 2632370 26521.0 2633081 24821.0 2633793 23077.0 2634504 21883.0 2635215 21959.0 2635927 24907.0 2636638 37075.0 2637349 77474.0 2638061 166618.0 2638772 307287.0 2639484 478120.0 2640195 613575.0 2640906 591064.0 2641618 380673.0 2642329 174461.0 2643040 80657.0 2643752 50835.0 2644463 41774.0 2645175 38808.0 2645886 36703.0 2646597 35594.0 2647309 34940.0 2648020 34805.0 2648732 35362.0 2649443 39822.0 2650154 53480.0 2650866 71378.0 2651577 82486.0 2652288 76553.0 2653000 61379.0 2653711 45461.0 2654423 38315.0 2655134 35504.0 2655845 33165.0 2656557 31692.0 2657268 30744.0 2657980 29720.0 2658691 28479.0 2659402 27733.0 2660114 28384.0 2660825 27805.0 2661536 25905.0 2662248 26394.0 2662959 25383.0 2663671 25968.0 2664382 26423.0 2665093 26588.0 2665805 27325.0 2666516 27452.0 2667227 26968.0 2667939 26837.0 2668650 27085.0 2669362 26990.0 2670073 28751.0 2670784 31245.0 2671496 32564.0 2672207 31615.0 2672919 29012.0 2673630 27217.0 2674341 23570.0 2675053 24174.0 2675764 23095.0 2676475 23841.0 2677187 23756.0 2677898 24221.0 2678610 24466.0 2679321 25932.0 2680032 25998.0 2680744 27230.0 2681455 27301.0 2682167 29871.0 2682878 29722.0 2683589 30041.0 2684301 29472.0 2685012 26940.0 2685723 24486.0 2686435 23761.0 2687146 22608.0 2687858 23589.0 2688569 23618.0 2689280 22226.0 2689992 22690.0 2690703 22792.0 2691414 21548.0 2692126 21708.0 2692837 22287.0 2693549 22562.0 2694260 24122.0 2694971 24723.0 2695683 24857.0 2696394 25391.0 2697106 25410.0 2697817 24484.0 2698528 23881.0 2699240 22876.0 2699951 22397.0 2700662 22664.0 2701374 23309.0 2702085 25377.0 2702797 31000.0 2703508 42147.0 2704219 53438.0 2704931 58819.0 2705642 53298.0 2706354 42929.0 2707065 32441.0 2707776 27333.0 2708488 24654.0 2709199 25270.0 2709910 25153.0 2710622 25869.0 2711333 26210.0 2712045 25392.0 2712756 26660.0 2713467 26384.0 2714179 26889.0 2714890 26370.0 2715601 25410.0 2716313 25452.0 2717024 25352.0 2717736 24485.0 2718447 23906.0 2719158 24139.0 2719870 23375.0 2720581 22812.0 2721293 23529.0 2722004 22450.0 2722715 24681.0 2723427 25987.0 2724138 27204.0 2724849 28967.0 2725561 27127.0 2726272 24779.0 2726984 23854.0 2727695 22596.0 2728406 22211.0 2729118 22254.0 2729829 21408.0 2730541 22402.0 2731252 21585.0 2731963 21824.0 2732675 21542.0 2733386 21812.0 2734097 22363.0 2734809 23331.0 2735520 22698.0 2736232 22101.0 2736943 21494.0 2737654 22066.0 2738366 22353.0 2739077 23658.0 2739788 23907.0 2740500 23335.0 2741211 23553.0 2741923 22407.0 2742634 21648.0 2743345 20833.0 2744057 20265.0 2744768 20579.0 2745480 20492.0 2746191 21451.0 2746902 20357.0 2747614 20814.0 2748325 20859.0 2749036 21250.0 2749748 20854.0 2750459 22085.0 2751171 22254.0 2751882 22079.0 2752593 23452.0 2753305 24938.0 2754016 27214.0 2754727 30276.0 2755439 33922.0 2756150 32963.0 2756862 30485.0 2757573 27699.0 2758284 24245.0 2758996 22753.0 2759707 22921.0 2760419 23030.0 2761130 22805.0 2761841 22636.0 2762553 23190.0 2763264 22236.0 2763975 22667.0 2764687 21981.0 2765398 21769.0 2766110 22484.0 2766821 22360.0 2767532 21853.0 2768244 21742.0 2768955 21199.0 2769667 21978.0 2770378 20602.0 2771089 20748.0 2771801 20409.0 2772512 20710.0 2773223 20941.0 2773935 20911.0 2774646 20884.0 2775358 21130.0 2776069 20886.0 2776780 21817.0 2777492 23015.0 2778203 23270.0 2778914 23465.0 2779626 23904.0 2780337 25233.0 2781049 25999.0 2781760 26628.0 2782471 27040.0 2783183 27436.0 2783894 28629.0 2784606 28777.0 2785317 26902.0 2786028 25960.0 2786740 24800.0 2787451 23679.0 2788162 22900.0 2788874 23178.0 2789585 22512.0 2790297 22045.0 2791008 21984.0 2791719 22444.0 2792431 22063.0 2793142 20609.0 2793854 21477.0 2794565 22576.0 2795276 23060.0 2795988 22646.0 2796699 23046.0 2797410 23419.0 2798122 23065.0 2798833 22508.0 2799545 23291.0 2800256 23702.0 2800967 24093.0 2801679 23055.0 2802390 23319.0 2803101 22380.0 2803813 22541.0 2804524 23007.0 2805236 22199.0 2805947 22860.0 2806658 23188.0 2807370 23544.0 2808081 23277.0 2808793 22716.0 2809504 22616.0 2810215 21277.0 2810927 21460.0 2811638 21458.0 2812349 21551.0 2813061 23569.0 2813772 25637.0 2814484 28528.0 2815195 31444.0 2815906 32896.0 2816618 33217.0 2817329 30929.0 2818041 28520.0 2818752 25834.0 2819463 24757.0 2820175 24234.0 2820886 24372.0 2821597 24027.0 2822309 24844.0 2823020 23731.0 2823732 22730.0 2824443 21947.0 2825154 20827.0 2825866 21062.0 2826577 20837.0 2827288 21493.0 2828000 21424.0 2828711 21096.0 2829423 20442.0 2830134 22061.0 2830845 21881.0 2831557 22066.0 2832268 21786.0 2832980 21790.0 2833691 22892.0 2834402 22436.0 2835114 25367.0 2835825 26685.0 2836536 27482.0 2837248 29768.0 2837959 38573.0 2838671 67937.0 2839382 120766.0 2840093 178170.0 2840805 201505.0 2841516 172398.0 2842228 109050.0 2842939 61753.0 2843650 40625.0 2844362 30674.0 2845073 30562.0 2845784 29587.0 2846496 30817.0 2847207 31902.0 2847919 33906.0 2848630 33744.0 2849341 35187.0 2850053 36316.0 2850764 37374.0 2851475 40243.0 2852187 43174.0 2852898 43241.0 2853610 40033.0 2854321 32874.0 2855032 27402.0 2855744 25890.0 2856455 24988.0 2857167 23885.0 2857878 22993.0 2858589 23276.0 2859301 23166.0 2860012 23993.0 2860723 31195.0 2861435 49955.0 2862146 88764.0 2862858 134963.0 2863569 160453.0 2864280 138361.0 2864992 92579.0 2865703 55730.0 2866415 37359.0 2867126 29936.0 2867837 27869.0 2868549 27523.0 2869260 26629.0 2869971 25636.0 2870683 25422.0 2871394 24592.0 2872106 24980.0 2872817 24970.0 2873528 25438.0 2874240 25708.0 2874951 26692.0 2875662 25882.0 2876374 24913.0 2877085 23112.0 2877797 23342.0 2878508 24657.0 2879219 25736.0 2879931 26240.0 2880642 26298.0 2881354 25551.0 2882065 24238.0 2882776 24741.0 2883488 23907.0 2884199 22578.0 2884910 22673.0 2885622 22944.0 2886333 24494.0 2887045 25701.0 2887756 27338.0 2888467 27503.0 2889179 27271.0 2889890 31644.0 2890602 45897.0 2891313 68126.0 2892024 91204.0 2892736 95787.0 2893447 79762.0 2894158 59355.0 2894870 43348.0 2895581 34037.0 2896293 30303.0 2897004 27763.0 2897715 27217.0 2898427 26457.0 2899138 26663.0 2899849 25363.0 2900561 25352.0 2901272 23844.0 2901984 23963.0 2902695 23226.0 2903406 24730.0 2904118 27412.0 2904829 32513.0 2905541 39856.0 2906252 44926.0 2906963 43318.0 2907675 37718.0 2908386 30542.0 2909097 28949.0 2909809 26969.0 2910520 27661.0 2911232 26795.0 2911943 25255.0 2912654 24617.0 2913366 25315.0 2914077 25741.0 2914789 23807.0 2915500 23862.0 2916211 22958.0 2916923 22441.0 2917634 23372.0 2918345 22511.0 2919057 23728.0 2919768 22445.0 2920480 23261.0 2921191 23005.0 2921902 24182.0 2922614 29349.0 2923325 44555.0 2924036 72081.0 2924748 101598.0 2925459 111641.0 2926171 102336.0 2926882 75492.0 2927593 53439.0 2928305 42261.0 2929016 37640.0 2929728 35782.0 2930439 33719.0 2931150 30064.0 2931862 30455.0 2932573 29966.0 2933284 29556.0 2933996 29316.0 2934707 28418.0 2935419 29316.0 2936130 27962.0 2936841 26992.0 2937553 26782.0 2938264 25295.0 2938976 26079.0 2939687 25909.0 2940398 26220.0 2941110 25076.0 2941821 25074.0 2942532 24817.0 2943244 24029.0 2943955 24370.0 2944667 25511.0 2945378 26509.0 2946089 28182.0 2946801 32330.0 2947512 38403.0 2948223 52990.0 2948935 77488.0 2949646 106853.0 2950358 115931.0 2951069 101776.0 2951780 75391.0 2952492 59826.0 2953203 52351.0 2953915 46523.0 2954626 40277.0 2955337 36679.0 2956049 34000.0 2956760 30591.0 2957471 30554.0 2958183 27761.0 2958894 26958.0 2959606 26831.0 2960317 26250.0 2961028 26613.0 2961740 27067.0 2962451 26713.0 2963162 27022.0 2963874 25519.0 2964585 25209.0 2965297 24455.0 2966008 24467.0 2966719 24251.0 2967431 23086.0 2968142 23468.0 2968854 23948.0 2969565 23914.0 2970276 22599.0 2970988 24898.0 2971699 26099.0 2972410 26882.0 2973122 29031.0 2973833 28712.0 2974545 28265.0 2975256 26979.0 2975967 26539.0 2976679 26308.0 2977390 26003.0 2978102 25545.0 2978813 23772.0 2979524 23786.0 2980236 23724.0 2980947 22737.0 2981658 23658.0 2982370 23784.0 2983081 25096.0 2983793 24484.0 2984504 24843.0 2985215 24226.0 2985927 25068.0 2986638 24154.0 2987349 24168.0 2988061 24209.0 2988772 25326.0 2989484 23820.0 2990195 24044.0 2990906 24332.0 2991618 25461.0 2992329 26135.0 2993041 27201.0 2993752 28778.0 2994463 30452.0 2995175 31975.0 2995886 30655.0 2996597 30799.0 2997309 28551.0 2998020 29420.0 2998732 29203.0 2999443 29602.0 3000154 30054.0 3000866 29207.0 3001577 29026.0 3002289 28409.0 3003000 29087.0 3003711 27046.0 3004423 25524.0 3005134 24024.0 3005845 23690.0 3006557 24079.0 3007268 23496.0 3007980 23161.0 3008691 22997.0 3009402 23108.0 3010114 23192.0 3010825 24094.0 3011536 23011.0 3012248 24165.0 3012959 25665.0 3013671 25424.0 3014382 25373.0 3015093 24995.0 3015805 24345.0 3016516 23859.0 3017228 23560.0 3017939 23066.0 3018650 22074.0 3019362 23696.0 3020073 24490.0 3020784 24960.0 3021496 25947.0 3022207 28487.0 3022919 32951.0 3023630 35577.0 3024341 38041.0 3025053 34376.0 3025764 31342.0 3026476 29596.0 3027187 27145.0 3027898 25164.0 3028610 25942.0 3029321 24705.0 3030032 23916.0 3030744 23741.0 3031455 25929.0 3032167 28010.0 3032878 38282.0 3033589 57860.0 3034301 89883.0 3035012 125663.0 3035723 149036.0 3036435 140610.0 3037146 104585.0 3037858 69667.0 3038569 45993.0 3039280 35236.0 3039992 30363.0 3040703 28729.0 3041415 26789.0 3042126 26902.0 3042837 25921.0 3043549 25456.0 3044260 26237.0 3044971 26469.0 3045683 25789.0 3046394 27911.0 3047106 26869.0 3047817 26278.0 3048528 24100.0 3049240 24488.0 3049951 23618.0 3050663 26133.0 3051374 26733.0 3052085 28135.0 3052797 29334.0 3053508 32132.0 3054219 31380.0 3054931 29946.0 3055642 29533.0 3056354 28824.0 3057065 29498.0 3057776 31428.0 3058488 33560.0 3059199 35759.0 3059910 36855.0 3060622 39505.0 3061333 38705.0 3062045 35244.0 3062756 33905.0 3063467 30755.0 3064179 30513.0 3064890 29272.0 3065602 28676.0 3066313 27256.0 3067024 26649.0 3067736 25768.0 3068447 26058.0 3069158 25342.0 3069870 26820.0 3070581 26271.0 3071293 26975.0 3072004 29266.0 3072715 29311.0 3073427 33077.0 3074138 33655.0 3074850 32568.0 3075561 30414.0 3076272 29262.0 3076984 28761.0 3077695 28497.0 3078406 29685.0 3079118 29720.0 3079829 31340.0 3080541 32111.0 3081252 39737.0 3081963 53019.0 3082675 70953.0 3083386 82642.0 3084097 76929.0 3084809 60802.0 3085520 44801.0 3086232 34071.0 3086943 30109.0 3087654 28125.0 3088366 27406.0 3089077 26696.0 3089789 26267.0 3090500 27730.0 3091211 28142.0 3091923 28197.0 3092634 29088.0 3093345 29109.0 3094057 29139.0 3094768 28645.0 3095480 28846.0 3096191 27507.0 3096902 26613.0 3097614 25972.0 3098325 24129.0 3099037 23977.0 3099748 24249.0 3100459 24537.0 3101171 25463.0 3101882 28332.0 3102593 30724.0 3103305 30433.0 3104016 28728.0 3104728 27250.0 3105439 26135.0 3106150 25572.0 3106862 24811.0 3107573 25195.0 3108284 26499.0 3108996 27435.0 3109707 29399.0 3110419 28859.0 3111130 27033.0 3111841 27339.0 3112553 26094.0 3113264 25933.0 3113976 25255.0 3114687 25213.0 3115398 25518.0 3116110 27000.0 3116821 26675.0 3117532 25156.0 3118244 25576.0 3118955 24624.0 3119667 26525.0 3120378 25965.0 3121089 25291.0 3121801 25770.0 3122512 26235.0 3123224 27496.0 3123935 27937.0 3124646 29274.0 3125358 30381.0 3126069 30255.0 3126780 29261.0 3127492 28423.0 3128203 27668.0 3128915 26359.0 3129626 27014.0 3130337 24994.0 3131049 25542.0 3131760 25492.0 3132471 24945.0 3133183 25401.0 3133894 26368.0 3134606 27422.0 3135317 28444.0 3136028 31211.0 3136740 32712.0 3137451 34838.0 3138163 36049.0 3138874 36509.0 3139585 36424.0 3140297 35726.0 3141008 37096.0 3141719 38818.0 3142431 37237.0 3143142 37662.0 3143854 34627.0 3144565 32476.0 3145276 29251.0 3145988 28978.0 3146699 27103.0 3147411 26975.0 3148122 26420.0 3148833 26906.0 3149545 27336.0 3150256 26785.0 3150967 27126.0 3151679 27183.0 3152390 27144.0 3153102 27761.0 3153813 26760.0 3154524 26869.0 3155236 26718.0 3155947 26701.0 3156658 26229.0 3157370 26227.0 3158081 24377.0 3158793 25747.0 3159504 24666.0 3160215 23556.0 3160927 23567.0 3161638 24203.0 3162350 23559.0 3163061 22263.0 3163772 22774.0 3164484 22714.0 3165195 22843.0 3165906 22235.0 3166618 23126.0 3167329 23927.0 3168041 24278.0 3168752 24622.0 3169463 25131.0 3170175 25637.0 3170886 26852.0 3171597 26341.0 3172309 27174.0 3173020 31763.0 3173732 48016.0 3174443 101284.0 3175154 213560.0 3175866 384759.0 3176577 601715.0 3177289 816161.0 3178000 937952.0 3178711 724890.0 3179423 341613.0 3180134 120684.0 3180845 58217.0 3181557 41482.0 3182268 37147.0 3182980 33739.0 3183691 32481.0 3184402 31160.0 3185114 33164.0 3185825 32949.0 3186537 32744.0 3187248 32724.0 3187959 32847.0 3188671 31791.0 3189382 34326.0 3190093 33122.0 3190805 29214.0 3191516 29008.0 3192228 28055.0 3192939 29647.0 3193650 31200.0 3194362 32625.0 3195073 32731.0 3195784 30026.0 3196496 27760.0 3197207 26007.0 3197919 25320.0 3198630 25371.0 3199341 27309.0 3200053 33313.0 3200764 44382.0 3201476 64591.0 3202187 85340.0 3202898 97310.0 3203610 86823.0 3204321 67175.0 3205032 49794.0 3205744 40829.0 3206455 35017.0 3207167 32550.0 3207878 30261.0 3208589 28710.0 3209301 27094.0 3210012 27996.0 3210724 31377.0 3211435 44865.0 3212146 73146.0 3212858 115877.0 3213569 154705.0 3214280 154389.0 3214992 121467.0 3215703 86075.0 3216415 56638.0 3217126 39899.0 3217837 32924.0 3218549 28867.0 3219260 28916.0 3219971 27482.0 3220683 27155.0 3221394 26718.0 3222106 25626.0 3222817 25688.0 3223528 25220.0 3224240 24959.0 3224951 26000.0 3225663 26368.0 3226374 28382.0 3227085 28645.0 3227797 27756.0 3228508 25889.0 3229219 26410.0 3229931 25584.0 3230642 26294.0 3231354 26510.0 3232065 27210.0 3232776 26788.0 3233488 25735.0 3234199 27213.0 3234911 26745.0 3235622 26109.0 3236333 25117.0 3237045 25276.0 3237756 26045.0 3238467 26291.0 3239179 29935.0 3239890 32002.0 3240602 32110.0 3241313 31649.0 3242024 28387.0 3242736 26260.0 3243447 25870.0 3244158 24728.0 3244870 23684.0 3245581 23585.0 3246293 24133.0 3247004 24591.0 3247715 23790.0 3248427 25717.0 3249138 27432.0 3249850 28631.0 3250561 28312.0 3251272 26341.0 3251984 25527.0 3252695 24934.0 3253406 24690.0 3254118 25245.0 3254829 26220.0 3255541 24759.0 3256252 26224.0 3256963 25554.0 3257675 25276.0 3258386 25215.0 3259098 24557.0 3259809 24697.0 3260520 24016.0 3261232 23712.0 3261943 23557.0 3262654 23388.0 3263366 25239.0 3264077 23590.0 3264789 25916.0 3265500 26705.0 3266211 28778.0 3266923 30329.0 3267634 29505.0 3268345 28164.0 3269057 27136.0 3269768 25137.0 3270480 23321.0 3271191 23166.0 3271902 23285.0 3272614 24197.0 3273325 26885.0 3274037 27522.0 3274748 27937.0 3275459 29046.0 3276171 29054.0 3276882 28395.0 3277593 26201.0 3278305 25599.0 3279016 25374.0 3279728 24884.0 3280439 25062.0 3281150 24727.0 3281862 25448.0 3282573 24921.0 3283285 24126.0 3283996 23384.0 3284707 23190.0 3285419 24396.0 3286130 24854.0 3286841 25192.0 3287553 23867.0 3288264 25049.0 3288976 25229.0 3289687 25444.0 3290398 26250.0 3291110 28378.0 3291821 31921.0 3292532 30777.0 3293244 29647.0 3293955 26589.0 3294667 25529.0 3295378 24259.0 3296089 24567.0 3296801 24112.0 3297512 26259.0 3298224 26057.0 3298935 27532.0 3299646 26847.0 3300358 26265.0 3301069 24771.0 3301780 22848.0 3302492 23400.0 3303203 23713.0 3303915 23556.0 3304626 23619.0 3305337 26136.0 3306049 26362.0 3306760 26570.0 3307472 25413.0 3308183 25933.0 3308894 26828.0 3309606 28732.0 3310317 31618.0 3311028 31207.0 3311740 28913.0 3312451 28130.0 3313163 25482.0 3313874 25095.0 3314585 24119.0 3315297 23605.0 3316008 23643.0 3316719 23539.0 3317431 22981.0 3318142 23139.0 3318854 22225.0 3319565 22116.0 3320276 22194.0 3320988 22815.0 3321699 23698.0 3322411 24851.0 3323122 25968.0 3323833 27243.0 3324545 27718.0 3325256 26907.0 3325967 25768.0 3326679 25743.0 3327390 29040.0 3328102 37378.0 3328813 56079.0 3329524 82907.0 3330236 106080.0 3330947 100947.0 3331659 78212.0 3332370 51971.0 3333081 36366.0 3333793 30867.0 3334504 27812.0 3335215 26790.0 3335927 25313.0 3336638 25059.0 3337350 24640.0 3338061 23660.0 3338772 22506.0 3339484 23856.0 3340195 24408.0 3340906 23622.0 3341618 23847.0 3342329 23946.0 3343041 23372.0 3343752 22620.0 3344463 22936.0 3345175 23701.0 3345886 24102.0 3346598 24143.0 3347309 23400.0 3348020 22922.0 3348732 21841.0 3349443 21425.0 3350154 22136.0 3350866 22099.0 3351577 22249.0 3352289 22547.0 3353000 21911.0 3353711 22271.0 3354423 22613.0 3355134 25217.0 3355846 25816.0 3356557 26020.0 3357268 25285.0 3357980 24212.0 3358691 23779.0 3359402 23634.0 3360114 22612.0 3360825 23587.0 3361537 22643.0 3362248 21664.0 3362959 23601.0 3363671 24232.0 3364382 24266.0 3365093 24012.0 3365805 24411.0 3366516 23659.0 3367228 24701.0 3367939 24569.0 3368650 24383.0 3369362 25210.0 3370073 24779.0 3370785 26313.0 3371496 25640.0 3372207 25083.0 3372919 25682.0 3373630 25531.0 3374341 25847.0 3375053 24792.0 3375764 25406.0 3376476 24960.0 3377187 24032.0 3377898 23947.0 3378610 23232.0 3379321 23140.0 3380032 23731.0 3380744 22785.0 3381455 24291.0 3382167 24384.0 3382878 23921.0 3383589 25048.0 3384301 25467.0 3385012 24709.0 3385724 24831.0 3386435 25562.0 3387146 25906.0 3387858 26458.0 3388569 28452.0 3389280 27911.0 3389992 27257.0 3390703 26874.0 3391415 26061.0 3392126 26317.0 3392837 26813.0 3393549 28734.0 3394260 30142.0 3394972 30039.0 3395683 29733.0 3396394 29386.0 3397106 27288.0 3397817 28315.0 3398528 26539.0 3399240 26530.0 3399951 25719.0 3400663 25460.0 3401374 26393.0 3402085 26080.0 3402797 26064.0 3403508 27896.0 3404219 28129.0 3404931 27756.0 3405642 29098.0 3406354 26849.0 3407065 26343.0 3407776 27616.0 3408488 26474.0 3409199 26101.0 3409911 28447.0 3410622 37924.0 3411333 61762.0 3412045 95846.0 3412756 137988.0 3413467 151694.0 3414179 135845.0 3414890 91736.0 3415602 56741.0 3416313 38810.0 3417024 32719.0 3417736 29818.0 3418447 28213.0 3419159 28876.0 3419870 29339.0 3420581 28333.0 3421293 28742.0 3422004 28203.0 3422715 27108.0 3423427 26329.0 3424138 27539.0 3424850 26184.0 3425561 27394.0 3426272 29490.0 3426984 28459.0 3427695 29744.0 3428406 30353.0 3429118 32110.0 3429829 41490.0 3430541 61345.0 3431252 97194.0 3431963 138717.0 3432675 161149.0 3433386 154767.0 3434098 125336.0 3434809 90742.0 3435520 68590.0 3436232 52529.0 3436943 44557.0 3437654 41861.0 3438366 39190.0 3439077 37332.0 3439789 35649.0 3440500 32327.0 3441211 31945.0 3441923 30592.0 3442634 28835.0 3443346 29030.0 3444057 27491.0 3444768 26591.0 3445480 27044.0 3446191 26559.0 3446902 25823.0 3447614 26621.0 3448325 25838.0 3449037 25614.0 3449748 25935.0 3450459 25902.0 3451171 25880.0 3451882 25119.0 3452593 24994.0 3453305 25666.0 3454016 25696.0 3454728 26713.0 3455439 27326.0 3456150 26660.0 3456862 26630.0 3457573 27208.0 3458285 25752.0 3458996 25980.0 3459707 25029.0 3460419 25438.0 3461130 24174.0 3461841 25199.0 3462553 26371.0 3463264 26348.0 3463976 26310.0 3464687 26834.0 3465398 26557.0 3466110 28323.0 3466821 40023.0 3467533 74539.0 3468244 152003.0 3468955 269589.0 3469667 392019.0 3470378 428341.0 3471089 353936.0 3471801 196516.0 3472512 94122.0 3473224 52665.0 3473935 40037.0 3474646 34818.0 3475358 32406.0 3476069 32566.0 3476780 32785.0 3477492 32231.0 3478203 31288.0 3478915 30205.0 3479626 28944.0 3480337 28869.0 3481049 30019.0 3481760 32672.0 3482472 38754.0 3483183 43548.0 3483894 44926.0 3484606 41899.0 3485317 38651.0 3486028 33907.0 3486740 31427.0 3487451 29661.0 3488163 28116.0 3488874 28000.0 3489585 26672.0 3490297 25984.0 3491008 26072.0 3491720 27002.0 3492431 25131.0 3493142 25883.0 3493854 25350.0 3494565 25095.0 3495276 25191.0 3495988 24643.0 3496699 23370.0 3497411 24964.0 3498122 24549.0 3498833 25255.0 3499545 25598.0 3500256 27820.0 3500967 27964.0 3501679 27905.0 3502390 28682.0 3503102 27476.0 3503813 26227.0 3504524 25509.0 3505236 24674.0 3505947 23357.0 3506659 23997.0 3507370 23707.0 3508081 24377.0 3508793 24515.0 3509504 25784.0 3510215 26314.0 3510927 27088.0 3511638 27465.0 3512350 25446.0 3513061 28306.0 3513772 27171.0 3514484 28155.0 3515195 28209.0 3515907 27523.0 3516618 25711.0 3517329 25007.0 3518041 24951.0 3518752 25353.0 3519463 24349.0 3520175 24628.0 3520886 24791.0 3521598 24044.0 3522309 23929.0 3523020 24475.0 3523732 24196.0 3524443 24265.0 3525154 24668.0 3525866 25422.0 3526577 29659.0 3527289 40064.0 3528000 65096.0 3528711 110275.0 3529423 151466.0 3530134 165265.0 3530846 137581.0 3531557 92834.0 3532268 60561.0 3532980 45060.0 3533691 37688.0 3534402 33711.0 3535114 31756.0 3535825 29965.0 3536537 29676.0 3537248 28208.0 3537959 27958.0 3538671 27649.0 3539382 26934.0 3540094 26833.0 3540805 26663.0 3541516 28592.0 3542228 31349.0 3542939 35157.0 3543650 39526.0 3544362 41340.0 3545073 40396.0 3545785 38046.0 3546496 35950.0 3547207 34183.0 3547919 32098.0 3548630 32364.0 3549341 29694.0 3550053 28093.0 3550764 27139.0 3551476 26433.0 3552187 26748.0 3552898 26920.0 3553610 26462.0 3554321 27063.0 3555033 26853.0 3555744 26867.0 3556455 27184.0 3557167 27665.0 3557878 26996.0 3558589 27696.0 3559301 28130.0 3560012 26808.0 3560724 25915.0 3561435 25109.0 3562146 24767.0 3562858 24057.0 3563569 24334.0 3564281 24517.0 3564992 24336.0 3565703 24749.0 3566415 23759.0 3567126 24616.0 3567837 24482.0 3568549 25365.0 3569260 24707.0 3569972 24240.0 3570683 25066.0 3571394 24887.0 3572106 25544.0 3572817 25792.0 3573528 24949.0 3574240 25787.0 3574951 25416.0 3575663 26147.0 3576374 26134.0 3577085 25604.0 3577797 25529.0 3578508 24722.0 3579220 23391.0 3579931 23542.0 3580642 22732.0 3581354 23408.0 3582065 24044.0 3582776 23325.0 3583488 23516.0 3584199 22933.0 3584911 24166.0 3585622 23306.0 3586333 22600.0 3587045 24059.0 3587756 23807.0 3588467 23946.0 3589179 24859.0 3589890 26182.0 3590602 25937.0 3591313 25430.0 3592024 24225.0 3592736 24583.0 3593447 23823.0 3594159 23843.0 3594870 23289.0 3595581 23836.0 3596293 24116.0 3597004 23706.0 3597715 24942.0 3598427 25997.0 3599138 26178.0 3599850 25025.0 3600561 24601.0 3601272 23671.0 3601984 23542.0 3602695 22851.0 3603407 23517.0 3604118 23653.0 3604829 23712.0 3605541 23771.0 3606252 23423.0 3606963 23750.0 3607675 23842.0 3608386 23129.0 3609098 23266.0 3609809 23738.0 3610520 22875.0 3611232 23060.0 3611943 23310.0 3612654 22782.0 3613366 24583.0 3614077 24436.0 3614789 23885.0 3615500 24045.0 3616211 23423.0 3616923 25170.0 3617634 25331.0 3618346 24610.0 3619057 25520.0 3619768 24525.0 3620480 24457.0 3621191 26170.0 3621902 30728.0 3622614 41017.0 3623325 55991.0 3624037 70159.0 3624748 77597.0 3625459 73512.0 3626171 59248.0 3626882 45849.0 3627594 37421.0 3628305 31777.0 3629016 29731.0 3629728 28625.0 3630439 29327.0 3631150 30289.0 3631862 30328.0 3632573 29509.0 3633285 27716.0 3633996 26246.0 3634707 25749.0 3635419 26312.0 3636130 27184.0 3636841 26394.0 3637553 26674.0 3638264 27136.0 3638976 27112.0 3639687 29431.0 3640398 31914.0 3641110 33051.0 3641821 32170.0 3642533 28178.0 3643244 25634.0 3643955 23934.0 3644667 24539.0 3645378 25300.0 3646089 24928.0 3646801 25519.0 3647512 25761.0 3648224 26637.0 3648935 28304.0 3649646 29928.0 3650358 34704.0 3651069 38824.0 3651781 40949.0 3652492 39681.0 3653203 39261.0 3653915 39094.0 3654626 37587.0 3655337 42017.0 3656049 40934.0 3656760 39427.0 3657472 35619.0 3658183 32035.0 3658894 30319.0 3659606 27766.0 3660317 27950.0 3661028 30309.0 3661740 31894.0 3662451 33162.0 3663163 32345.0 3663874 30191.0 3664585 28192.0 3665297 26803.0 3666008 26300.0 3666720 27872.0 3667431 31051.0 3668142 38099.0 3668854 50448.0 3669565 74757.0 3670276 106637.0 3670988 127150.0 3671699 121868.0 3672411 95253.0 3673122 65028.0 3673833 45372.0 3674545 36946.0 3675256 33202.0 3675968 30779.0 3676679 29527.0 3677390 29463.0 3678102 28191.0 3678813 27610.0 3679524 27609.0 3680236 26950.0 3680947 26515.0 3681659 27260.0 3682370 26380.0 3683081 26001.0 3683793 27421.0 3684504 26514.0 3685215 27776.0 3685927 27623.0 3686638 26829.0 3687350 28327.0 3688061 28391.0 3688772 28051.0 3689484 28021.0 3690195 26743.0 3690907 26487.0 3691618 26799.0 3692329 26966.0 3693041 24992.0 3693752 25541.0 3694463 25090.0 3695175 25366.0 3695886 25047.0 3696598 25640.0 3697309 25188.0 3698020 25581.0 3698732 25181.0 3699443 25050.0 3700155 24462.0 3700866 23894.0 3701577 24534.0 3702289 25132.0 3703000 25284.0 3703711 25673.0 3704423 24464.0 3705134 25282.0 3705846 25159.0 3706557 24233.0 3707268 25008.0 3707980 24714.0 3708691 24547.0 3709402 24979.0 3710114 25352.0 3710825 25001.0 3711537 26043.0 3712248 24936.0 3712959 24668.0 3713671 23769.0 3714382 23747.0 3715094 24196.0 3715805 24996.0 3716516 24427.0 3717228 24417.0 3717939 24642.0 3718650 26729.0 3719362 30153.0 3720073 39558.0 3720785 55845.0 3721496 74396.0 3722207 91814.0 3722919 93017.0 3723630 88099.0 3724342 73052.0 3725053 60735.0 3725764 51282.0 3726476 46823.0 3727187 44343.0 3727898 41581.0 3728610 38635.0 3729321 38634.0 3730033 36521.0 3730744 35574.0 3731455 35425.0 3732167 33169.0 3732878 31505.0 3733589 32206.0 3734301 30994.0 3735012 30479.0 3735724 30505.0 3736435 29932.0 3737146 28203.0 3737858 29505.0 3738569 29354.0 3739281 27853.0 3739992 28120.0 3740703 28796.0 3741415 29174.0 3742126 28832.0 3742837 29385.0 3743549 28631.0 3744260 29375.0 3744972 29016.0 3745683 29772.0 3746394 29514.0 3747106 29027.0 3747817 28552.0 3748529 28491.0 3749240 29134.0 3749951 28988.0 3750663 29384.0 3751374 29150.0 3752085 29634.0 3752797 31274.0 3753508 31146.0 3754220 31277.0 3754931 31315.0 3755642 31183.0 3756354 30635.0 3757065 33245.0 3757776 39887.0 3758488 57706.0 3759199 87511.0 3759911 129132.0 3760622 153548.0 3761333 149036.0 3762045 122609.0 3762756 100097.0 3763468 85495.0 3764179 69638.0 3764890 57984.0 3765602 47867.0 3766313 39814.0 3767024 36652.0 3767736 34150.0 3768447 33083.0 3769159 31298.0 3769870 30576.0 3770581 29613.0 3771293 29713.0 3772004 28820.0 3772716 29313.0 3773427 29232.0 3774138 28345.0 3774850 28458.0 3775561 27647.0 3776272 28475.0 3776984 27627.0 3777695 27422.0 3778407 26985.0 3779118 28723.0 3779829 30083.0 3780541 31351.0 3781252 34002.0 3781963 34557.0 3782675 33307.0 3783386 30209.0 3784098 28791.0 3784809 27977.0 3785520 26754.0 3786232 26143.0 3786943 25417.0 3787655 27101.0 3788366 26639.0 3789077 25810.0 3789789 25745.0 3790500 25545.0 3791211 25783.0 3791923 25955.0 3792634 26636.0 3793346 26238.0 3794057 26981.0 3794768 27717.0 3795480 27821.0 3796191 28339.0 3796902 29035.0 3797614 27685.0 3798325 28542.0 3799037 29118.0 3799748 28714.0 3800459 29875.0 3801171 29267.0 3801882 30855.0 3802594 30877.0 3803305 29257.0 3804016 28052.0 3804728 26300.0 3805439 26455.0 3806150 26432.0 3806862 26415.0 3807573 26026.0 3808285 25152.0 3808996 25550.0 3809707 25810.0 3810419 24711.0 3811130 25498.0 3811842 24875.0 3812553 24952.0 3813264 24852.0 3813976 24065.0 3814687 24029.0 3815398 24275.0 3816110 24616.0 3816821 24190.0 3817533 25416.0 3818244 24336.0 3818955 24497.0 3819667 24780.0 3820378 24845.0 3821089 25809.0 3821801 24124.0 3822512 24737.0 3823224 24662.0 3823935 25828.0 3824646 27031.0 3825358 33052.0 3826069 36163.0 3826781 38619.0 3827492 38336.0 3828203 32977.0 3828915 29972.0 3829626 27008.0 3830337 26602.0 3831049 25564.0 3831760 25797.0 3832472 27309.0 3833183 27511.0 3833894 27991.0 3834606 27120.0 3835317 26995.0 3836029 26544.0 3836740 27866.0 3837451 27587.0 3838163 27921.0 3838874 27955.0 3839585 27315.0 3840297 26791.0 3841008 27470.0 3841720 26597.0 3842431 26096.0 3843142 26236.0 3843854 27056.0 3844565 25353.0 3845276 25328.0 3845988 25082.0 3846699 25242.0 3847411 23758.0 3848122 24294.0 3848833 25191.0 3849545 25603.0 3850256 25578.0 3850968 26821.0 3851679 26233.0 3852390 24995.0 3853102 24691.0 3853813 23987.0 3854524 25266.0 3855236 26415.0 3855947 27395.0 3856659 28294.0 3857370 28367.0 3858081 26786.0 3858793 25545.0 3859504 24991.0 3860216 25393.0 3860927 24482.0 3861638 25611.0 3862350 24625.0 3863061 25446.0 3863772 27474.0 3864484 32491.0 3865195 34881.0 3865907 36925.0 3866618 35178.0 3867329 32896.0 3868041 30446.0 3868752 27260.0 3869463 25659.0 3870175 24647.0 3870886 24718.0 3871598 25881.0 3872309 25212.0 3873020 24681.0 3873732 25282.0 3874443 24944.0 3875155 25105.0 3875866 24516.0 3876577 24009.0 3877289 23595.0 3878000 24878.0 3878711 23149.0 3879423 23828.0 3880134 23339.0 3880846 23918.0 3881557 24813.0 3882268 21967.0 3882980 23587.0 3883691 23678.0 3884403 23673.0 3885114 23253.0 3885825 23986.0 3886537 24669.0 3887248 23191.0 3887959 23729.0 3888671 23344.0 3889382 24000.0 3890094 23205.0 3890805 23495.0 3891516 23826.0 3892228 23579.0 3892939 23383.0 3893650 23785.0 3894362 24698.0 3895073 24554.0 3895785 23509.0 3896496 24918.0 3897207 25211.0 3897919 25203.0 3898630 25718.0 3899342 25583.0 3900053 26069.0 3900764 25527.0 3901476 25445.0 3902187 24150.0 3902898 24061.0 3903610 24176.0 3904321 22792.0 3905033 24611.0 3905744 23786.0 3906455 24064.0 3907167 23831.0 3907878 23403.0 3908590 22959.0 3909301 23722.0 3910012 22944.0 3910724 23049.0 3911435 24229.0 3912146 23971.0 3912858 23992.0 3913569 23835.0 3914281 24976.0 3914992 26027.0 3915703 25429.0 3916415 27536.0 3917126 27765.0 3917837 29268.0 3918549 29799.0 3919260 28845.0 3919972 27297.0 3920683 27373.0 3921394 26401.0 3922106 25692.0 3922817 24809.0 3923529 24895.0 3924240 23631.0 3924951 24243.0 3925663 23029.0 3926374 23521.0 3927085 24003.0 3927797 24957.0 3928508 24549.0 3929220 24427.0 3929931 23399.0 3930642 23011.0 3931354 23001.0 3932065 23320.0 3932777 23779.0 3933488 23265.0 3934199 23645.0 3934911 23848.0 3935622 23857.0 3936333 23346.0 3937045 23930.0 3937756 23376.0 3938468 22697.0 3939179 23814.0 3939890 23957.0 3940602 25242.0 3941313 24507.0 3942024 23348.0 3942736 24114.0 3943447 24313.0 3944159 25561.0 3944870 26013.0 3945581 27772.0 3946293 27593.0 3947004 28559.0 3947716 27963.0 3948427 26860.0 3949138 25457.0 3949850 24865.0 3950561 25495.0 3951272 24911.0 3951984 23706.0 3952695 24204.0 3953407 23912.0 3954118 23161.0 3954829 23923.0 3955541 24493.0 3956252 24246.0 3956964 23389.0 3957675 22337.0 3958386 23457.0 3959098 24313.0 3959809 23612.0 3960520 23508.0 3961232 23405.0 3961943 23652.0 3962655 23159.0 3963366 23451.0 3964077 23208.0 3964789 23781.0 3965500 24547.0 3966211 24766.0 3966923 24463.0 3967634 23577.0 3968346 24504.0 3969057 23463.0 3969768 23626.0 3970480 23170.0 3971191 23102.0 3971903 24118.0 3972614 24519.0 3973325 23883.0 3974037 23487.0 3974748 23515.0 3975459 24170.0 3976171 23935.0 3976882 24213.0 3977594 24789.0 3978305 24564.0 3979016 24909.0 3979728 23613.0 3980439 24075.0 3981151 23462.0 3981862 23760.0 3982573 24975.0 3983285 24454.0 3983996 24638.0 3984707 23807.0 3985419 24099.0 3986130 24575.0 3986842 23995.0 3987553 24032.0 3988264 24078.0 3988976 23862.0 3989687 24651.0 3990398 24557.0 3991110 24176.0 3991821 23806.0 3992533 23272.0 3993244 23115.0 3993955 23442.0 3994667 23685.0 3995378 24064.0 3996090 25225.0 3996801 25236.0 3997512 25802.0 3998224 25361.0 3998935 24974.0 3999646 25403.0 4000358 25239.0 4001069 24844.0 4001781 23933.0 4002492 24257.0 4003203 23964.0 4003915 24763.0 4004626 24449.0 4005337 24754.0 4006049 25986.0 4006760 27436.0 4007472 26978.0 4008183 26623.0 4008894 25604.0 4009606 24288.0 4010317 24218.0 4011029 24100.0 4011740 25429.0 4012451 25810.0 4013163 27649.0 4013874 30479.0 4014585 33610.0 4015297 35549.0 4016008 36987.0 4016720 36458.0 4017431 32976.0 4018142 31989.0 4018854 30978.0 4019565 30476.0 4020277 29149.0 4020988 28699.0 4021699 26994.0 4022411 27154.0 4023122 25237.0 4023833 25008.0 4024545 25019.0 4025256 24389.0 4025968 25459.0 4026679 25137.0 4027390 24586.0 4028102 25563.0 4028813 24163.0 4029524 25264.0 4030236 25257.0 4030947 24724.0 4031659 26465.0 4032370 25433.0 4033081 24982.0 4033793 24449.0 4034504 24869.0 4035216 24660.0 4035927 24034.0 4036638 25960.0 4037350 25441.0 4038061 25902.0 4038772 25659.0 4039484 25091.0 4040195 25450.0 4040907 24655.0 4041618 25500.0 4042329 24520.0 4043041 24484.0 4043752 25598.0 4044464 25802.0 4045175 25276.0 4045886 24813.0 4046598 24279.0 4047309 25072.0 4048020 25448.0 4048732 25110.0 4049443 24312.0 4050155 24333.0 4050866 23632.0 4051577 25041.0 4052289 23968.0 4053000 23899.0 4053711 24728.0 4054423 23222.0 4055134 23794.0 4055846 24335.0 4056557 24310.0 4057268 24206.0 4057980 24402.0 4058691 26000.0 4059403 26013.0 4060114 26939.0 4060825 28611.0 4061537 30152.0 4062248 33664.0 4062959 37218.0 4063671 40283.0 4064382 40900.0 4065094 38645.0 4065805 36162.0 4066516 33422.0 4067228 30052.0 4067939 28727.0 4068651 28932.0 4069362 28078.0 4070073 27539.0 4070785 27896.0 4071496 27180.0 4072207 25610.0 4072919 26050.0 4073630 25668.0 4074342 25923.0 4075053 25996.0 4075764 24566.0 4076476 25194.0 4077187 24513.0 4077898 24718.0 4078610 25491.0 4079321 25768.0 4080033 25544.0 4080744 25592.0 4081455 25563.0 4082167 25032.0 4082878 25718.0 4083590 24851.0 4084301 24763.0 4085012 25737.0 4085724 25792.0 4086435 25647.0 4087146 24364.0 4087858 24133.0 4088569 24658.0 4089281 24254.0 4089992 24560.0 4090703 25715.0 4091415 26263.0 4092126 26174.0 4092838 26246.0 4093549 26123.0 4094260 24459.0 4094972 24797.0 4095683 24790.0 4096394 24749.0 4097106 24484.0 4097817 24249.0 4098529 24283.0 4099240 24081.0 4099951 24515.0 4100663 23728.0 4101374 24690.0 4102085 24326.0 4102797 23051.0 4103508 23520.0 4104220 23275.0 4104931 24473.0 4105642 23803.0 4106354 24597.0 4107065 24705.0 4107777 24080.0 4108488 23961.0 4109199 23563.0 4109911 23483.0 4110622 24152.0 4111333 24329.0 4112045 24738.0 4112756 25573.0 4113468 25791.0 4114179 26074.0 4114890 24804.0 4115602 24464.0 4116313 24278.0 4117025 23837.0 4117736 23966.0 4118447 24345.0 4119159 24593.0 4119870 24898.0 4120581 25554.0 4121293 26299.0 4122004 25202.0 4122716 24933.0 4123427 25182.0 4124138 25221.0 4124850 24684.0 4125561 24089.0 4126272 24715.0 4126984 23839.0 4127695 24256.0 4128407 24373.0 4129118 23806.0 4129829 24465.0 4130541 24017.0 4131252 24905.0 4131964 24501.0 4132675 23605.0 4133386 24171.0 4134098 23365.0 4134809 23976.0 4135520 23190.0 4136232 24407.0 4136943 24332.0 4137655 23251.0 4138366 23278.0 4139077 23489.0 4139789 24343.0 4140500 24714.0 4141212 25025.0 4141923 25590.0 4142634 26425.0 4143346 26507.0 4144057 28236.0 4144768 26510.0 4145480 24987.0 4146191 24233.0 4146903 24334.0 4147614 24222.0 4148325 24326.0 4149037 23722.0 4149748 23716.0 4150459 23515.0 4151171 24243.0 4151882 24038.0 4152594 23929.0 4153305 24190.0 4154016 23850.0 4154728 24886.0 4155439 23520.0 4156151 22994.0 4156862 24257.0 4157573 24381.0 4158285 24190.0 4158996 24062.0 4159707 24153.0 4160419 24678.0 4161130 24589.0 4161842 24275.0 4162553 26075.0 4163264 27501.0 4163976 30954.0 4164687 38183.0 4165399 41587.0 4166110 40204.0 4166821 37271.0 4167533 33569.0 4168244 31014.0 4168955 28037.0 4169667 27255.0 4170378 26698.0 4171090 25488.0 4171801 25491.0 4172512 24491.0 4173224 24706.0 4173935 24382.0 4174646 24255.0 4175358 23529.0 4176069 24714.0 4176781 24161.0 4177492 24080.0 4178203 25381.0 4178915 23949.0 4179626 23861.0 4180338 24458.0 4181049 25064.0 4181760 23834.0 4182472 23957.0 4183183 24182.0 4183894 24122.0 4184606 23708.0 4185317 22808.0 4186029 24122.0 4186740 23923.0 4187451 24238.0 4188163 23705.0 4188874 23717.0 4189586 24550.0 4190297 23947.0 4191008 24284.0 4191720 24104.0 4192431 23999.0 4193142 23328.0 4193854 24492.0 4194565 24373.0 4195277 25221.0 4195988 24305.0 4196699 24448.0 4197411 24649.0 4198122 24567.0 4198833 24372.0 4199545 24208.0 4200256 24409.0 4200968 23726.0 4201679 24351.0 4202390 24234.0 4203102 24848.0 4203813 24514.0 4204525 23794.0 4205236 23997.0 4205947 23349.0 4206659 24457.0 4207370 24658.0 4208081 24459.0 4208793 24124.0 4209504 24598.0 4210216 23924.0 4210927 25286.0 4211638 24105.0 4212350 24644.0 4213061 25149.0 4213772 25661.0 4214484 25180.0 4215195 25917.0 4215907 26467.0 4216618 25339.0 4217329 24652.0 4218041 24694.0 4218752 24279.0 4219464 25532.0 4220175 24862.0 4220886 26405.0 4221598 24813.0 4222309 25640.0 4223020 25264.0 4223732 25537.0 4224443 25420.0 4225155 25674.0 4225866 24213.0 4226577 24509.0 4227289 24709.0 4228000 24556.0 4228712 24595.0 4229423 24196.0 4230134 25313.0 4230846 25121.0 4231557 24742.0 4232268 24773.0 4232980 24155.0 4233691 25184.0 4234403 24004.0 4235114 24338.0 4235825 25556.0 4236537 24240.0 4237248 26294.0 4237959 25560.0 4238671 25019.0 4239382 25502.0 4240094 25067.0 4240805 27276.0 4241516 29466.0 4242228 32580.0 4242939 43420.0 4243651 57063.0 4244362 70308.0 4245073 74630.0 4245785 76478.0 4246496 67877.0 4247207 61194.0 4247919 54439.0 4248630 48882.0 4249342 45037.0 4250053 44502.0 4250764 41269.0 4251476 39937.0 4252187 39048.0 4252899 39136.0 4253610 39347.0 4254321 38455.0 4255033 40004.0 4255744 40772.0 4256455 42286.0 4257167 44331.0 4257878 44635.0 4258590 46284.0 4259301 48654.0 4260012 50984.0 4260724 53971.0 4261435 54862.0 4262146 58659.0 4262858 64823.0 4263569 67800.0 4264281 70828.0 4264992 74962.0 4265703 74704.0 4266415 71765.0 4267126 64837.0 4267838 57454.0 4268549 49103.0 4269260 43424.0 4269972 39086.0 4270683 37222.0 4271394 36437.0 4272106 34768.0 4272817 33488.0 4273529 32364.0 4274240 33765.0 4274951 32236.0 4275663 31377.0 4276374 30891.0 4277086 31462.0 4277797 29640.0 4278508 29573.0 4279220 29719.0 4279931 29918.0 4280642 30733.0 4281354 30039.0 4282065 29056.0 4282777 29015.0 4283488 28757.0 4284199 27849.0 4284911 29177.0 4285622 29312.0 4286333 28474.0 4287045 28387.0 4287756 28539.0 4288468 27768.0 4289179 27751.0 4289890 28559.0 4290602 30087.0 4291313 29103.0 4292025 29988.0 4292736 29507.0 4293447 29995.0 4294159 29621.0 4294870 28160.0 4295581 27577.0 4296293 27250.0 4297004 27054.0 4297716 27190.0 4298427 26757.0 4299138 27315.0 4299850 26520.0 4300561 26842.0 4301273 27218.0 4301984 26481.0 4302695 27237.0 4303407 26071.0 4304118 27250.0 4304829 27254.0 4305541 26282.0 4306252 26719.0 4306964 26741.0 4307675 26540.0 4308386 26158.0 4309098 26839.0 4309809 26393.0 4310520 25486.0 4311232 26660.0 4311943 26602.0 4312655 26819.0 4313366 25974.0 4314077 27016.0 4314789 25911.0 4315500 25649.0 4316212 25760.0 4316923 26958.0 4317634 26151.0 4318346 26486.0 4319057 27131.0 4319768 26724.0 4320480 27030.0 4321191 26653.0 4321903 26000.0 4322614 26840.0 4323325 25968.0 4324037 26425.0 4324748 25538.0 4325460 25546.0 4326171 26144.0 4326882 26990.0 4327594 25986.0 4328305 26447.0 4329016 26050.0 4329728 27425.0 4330439 26274.0 4331151 26420.0 4331862 27303.0 4332573 27155.0 4333285 26436.0 4333996 26671.0 4334707 27203.0 4335419 27739.0 4336130 26263.0 4336842 26403.0 4337553 26679.0 4338264 26522.0 4338976 26011.0 4339687 26783.0 4340399 26840.0 4341110 26425.0 4341821 26443.0 4342533 26965.0 4343244 27089.0 4343955 27044.0 4344667 27811.0 4345378 26369.0 4346090 26888.0 4346801 26748.0 4347512 26646.0 4348224 26511.0 4348935 26524.0 4349647 27775.0 4350358 26040.0 4351069 25643.0 4351781 27207.0 4352492 26809.0 4353203 26653.0 4353915 26714.0 4354626 27264.0 4355338 26766.0 4356049 27926.0 4356760 27245.0 4357472 27057.0 4358183 26834.0 4358894 25710.0 4359606 27780.0 4360317 26286.0 4361029 27109.0 4361740 26596.0 4362451 26177.0 4363163 27280.0 4363874 27835.0 4364586 26735.0 4365297 26749.0 4366008 27158.0 4366720 26998.0 4367431 27742.0 4368142 25629.0 4368854 27186.0 4369565 27588.0 4370277 27576.0 4370988 26685.0 4371699 27269.0 4372411 28481.0 4373122 28123.0 4373834 28105.0 4374545 26222.0 4375256 27598.0 4375968 27317.0 4376679 27967.0 4377390 27499.0 4378102 27532.0 4378813 26911.0 4379525 27170.0 4380236 27546.0 4380947 26740.0 4381659 26228.0 4382370 26397.0 4383081 27378.0 4383793 27193.0 4384504 27446.0 4385216 27774.0 4385927 28208.0 4386638 27207.0 4387350 26887.0 4388061 26249.0 4388773 26313.0 4389484 25924.0 4390195 26937.0 4390907 26458.0 4391618 26999.0 4392329 26752.0 4393041 26754.0 4393752 26091.0 4394464 27467.0 4395175 25861.0 4395886 26345.0 4396598 27916.0 4397309 26751.0 4398021 25904.0 4398732 27047.0 4399443 26799.0 4400155 27086.0 4400866 26420.0 4401577 26383.0 4402289 26565.0 4403000 26133.0 4403712 26906.0 4404423 26204.0 4405134 26293.0 4405846 26759.0 4406557 27052.0 4407268 28111.0 4407980 28645.0 4408691 28291.0 4409403 28466.0 4410114 27802.0 4410825 25361.0 4411537 26257.0 4412248 27142.0 4412960 28073.0 4413671 28366.0 4414382 28952.0 4415094 28386.0 4415805 28495.0 4416516 28479.0 4417228 27798.0 4417939 28286.0 4418651 29120.0 4419362 30714.0 4420073 33259.0 4420785 34378.0 4421496 34428.0 4422207 33679.0 4422919 31743.0 4423630 29108.0 4424342 28135.0 4425053 27015.0 4425764 28603.0 4426476 27329.0 4427187 28052.0 4427899 27519.0 4428610 27590.0 4429321 27019.0 4430033 27741.0 4430744 28530.0 4431455 29389.0 4432167 28631.0 4432878 27486.0 4433590 27379.0 4434301 27875.0 4435012 27294.0 4435724 27169.0 4436435 27433.0 4437147 27396.0 4437858 27634.0 4438569 27141.0 4439281 26538.0 4439992 28367.0 4440703 27834.0 4441415 26460.0 4442126 28477.0 4442838 28147.0 4443549 27805.0 4444260 27810.0 4444972 27462.0 4445683 27685.0 4446394 27496.0 4447106 27506.0 4447817 27667.0 4448529 27721.0 4449240 27650.0 4449951 28059.0 4450663 28088.0 4451374 27562.0 4452086 27709.0 4452797 27722.0 4453508 27891.0 4454220 26290.0 4454931 27123.0 4455642 27304.0 4456354 27427.0 4457065 27283.0 4457777 27532.0 4458488 28194.0 4459199 27632.0 4459911 29253.0 4460622 29998.0 4461334 29807.0 4462045 28972.0 4462756 27689.0 4463468 28952.0 4464179 27957.0 4464890 28210.0 4465602 27981.0 4466313 27358.0 4467025 26602.0 4467736 27956.0 4468447 28662.0 4469159 27669.0 4469870 27739.0 4470581 28286.0 4471293 27967.0 4472004 28297.0 4472716 28392.0 4473427 28588.0 4474138 28210.0 4474850 28006.0 4475561 28316.0 4476273 29092.0 4476984 29042.0 4477695 28887.0 4478407 28557.0 4479118 28738.0 4479829 28896.0 4480541 28438.0 4481252 28051.0 4481964 28244.0 4482675 29169.0 4483386 28833.0 4484098 29030.0 4484809 29517.0 4485521 31090.0 4486232 32838.0 4486943 33964.0 4487655 36976.0 4488366 35272.0 4489077 34537.0 4489789 32623.0 4490500 31029.0 4491212 30318.0 4491923 30289.0 4492634 29314.0 4493346 30035.0 4494057 29681.0 4494768 28386.0 4495480 29151.0 4496191 28715.0 4496903 28698.0 4497614 28330.0 4498325 28752.0 4499037 29640.0 4499748 29593.0 4500460 29201.0 4501171 28593.0 4501882 29151.0 4502594 28949.0 4503305 28771.0 4504016 29194.0 4504728 28842.0 4505439 29576.0 4506151 29546.0 4506862 29064.0 4507573 28893.0 4508285 29302.0 4508996 29694.0 4509708 29680.0 4510419 29063.0 4511130 28274.0 4511842 29673.0 4512553 29696.0 4513264 29694.0 4513976 28338.0 4514687 28297.0 4515399 28705.0 4516110 29145.0 4516821 29892.0 4517533 29459.0 4518244 28582.0 4518955 28231.0 4519667 28295.0 4520378 28452.0 4521090 27872.0 4521801 28402.0 4522512 29083.0 4523224 28580.0 4523935 28472.0 4524647 29844.0 4525358 29165.0 4526069 28872.0 4526781 27629.0 4527492 29048.0 4528203 29394.0 4528915 30115.0 4529626 28847.0 4530338 29759.0 4531049 28866.0 4531760 28848.0 4532472 28835.0 4533183 29468.0 4533895 29247.0 4534606 28928.0 4535317 28993.0 4536029 28995.0 4536740 28916.0 4537451 28940.0 4538163 28679.0 4538874 28542.0 4539586 28492.0 4540297 29268.0 4541008 29014.0 4541720 29785.0 4542431 28378.0 4543142 29567.0 4543854 29230.0 4544565 27831.0 4545277 28645.0 4545988 28614.0 4546699 29900.0 4547411 29070.0 4548122 30456.0 4548834 30144.0 4549545 30026.0 4550256 29747.0 4550968 29837.0 4551679 30634.0 4552390 29475.0 4553102 29727.0 4553813 29187.0 4554525 29091.0 4555236 30654.0 4555947 29502.0 4556659 28588.0 4557370 29617.0 4558082 29914.0 4558793 30048.0 4559504 29904.0 4560216 29320.0 4560927 29396.0 4561638 29578.0 4562350 28443.0 4563061 29242.0 4563773 29844.0 4564484 29131.0 4565195 29613.0 4565907 29532.0 4566618 29718.0 4567329 30506.0 4568041 29162.0 4568752 29043.0 4569464 29334.0 4570175 30053.0 4570886 31152.0 4571598 32391.0 4572309 32479.0 4573021 31163.0 4573732 31727.0 4574443 29819.0 4575155 30383.0 4575866 30285.0 4576577 29589.0 4577289 30108.0 4578000 29187.0 4578712 29837.0 4579423 29576.0 4580134 29934.0 4580846 29540.0 4581557 28911.0 4582269 30135.0 4582980 30540.0 4583691 30413.0 4584403 30144.0 4585114 29573.0 4585825 30192.0 4586537 31076.0 4587248 29856.0 4587960 29736.0 4588671 29464.0 4589382 29507.0 4590094 29400.0 4590805 29396.0 4591516 30354.0 4592228 30107.0 4592939 30085.0 4593651 29729.0 4594362 29701.0 4595073 29904.0 4595785 29954.0 4596496 30472.0 4597208 31402.0 4597919 30431.0 4598630 30726.0 4599342 30434.0 4600053 31293.0 4600764 30467.0 4601476 30526.0 4602187 31644.0 4602899 30889.0 4603610 31010.0 4604321 30603.0 4605033 30407.0 4605744 30906.0 4606456 30891.0 4607167 30913.0 4607878 30256.0 4608590 30995.0 4609301 31659.0 4610012 31558.0 4610724 32520.0 4611435 34456.0 4612147 33780.0 4612858 33524.0 4613569 32073.0 4614281 31090.0 4614992 31800.0 4615703 31122.0 4616415 30949.0 4617126 30562.0 4617838 31190.0 4618549 31983.0 4619260 32054.0 4619972 31591.0 4620683 32927.0 4621395 31817.0 4622106 30100.0 4622817 30970.0 4623529 30339.0 4624240 30267.0 4624951 30585.0 4625663 31705.0 4626374 30718.0 4627086 30896.0 4627797 31263.0 4628508 31949.0 4629220 31588.0 4629931 31600.0 4630642 31364.0 4631354 30287.0 4632065 31138.0 4632777 31318.0 4633488 31717.0 4634199 30530.0 4634911 31365.0 4635622 32491.0 4636334 30743.0 4637045 30915.0 4637756 30801.0 4638468 31378.0 4639179 32003.0 4639890 30874.0 4640602 30990.0 4641313 30866.0 4642025 32582.0 4642736 32312.0 4643447 32132.0 4644159 31859.0 4644870 32097.0 4645582 31221.0 4646293 32246.0 4647004 33049.0 4647716 32155.0 4648427 33162.0 4649138 32862.0 4649850 33056.0 4650561 32434.0 4651273 32893.0 4651984 34203.0 4652695 33595.0 4653407 32882.0 4654118 31598.0 4654829 32017.0 4655541 31789.0 4656252 31588.0 4656964 31604.0 4657675 32069.0 4658386 31926.0 4659098 31357.0 4659809 32640.0 4660521 32604.0 4661232 31433.0 4661943 32429.0 4662655 32105.0 4663366 31568.0 4664077 33365.0 4664789 32363.0 4665500 32463.0 4666212 32459.0 4666923 32549.0 4667634 32805.0 4668346 35665.0 4669057 36007.0 4669769 39900.0 4670480 42676.0 4671191 42871.0 4671903 44659.0 4672614 42455.0 4673325 40322.0 4674037 39077.0 4674748 36394.0 4675460 35813.0 4676171 36358.0 4676882 34001.0 4677594 34765.0 4678305 35514.0 4679016 34719.0 4679728 34076.0 4680439 33577.0 4681151 33834.0 4681862 33958.0 4682573 34707.0 4683285 34322.0 4683996 33607.0 4684708 33459.0 4685419 33428.0 4686130 35097.0 4686842 34989.0 4687553 34877.0 4688264 34135.0 4688976 33706.0 4689687 33283.0 4690399 33842.0 4691110 35056.0 4691821 34406.0 4692533 33910.0 4693244 33401.0 4693956 33171.0 4694667 34084.0 4695378 32921.0 4696090 32867.0 4696801 32887.0 4697512 34416.0 4698224 34795.0 4698935 33775.0 4699647 32993.0 4700358 34319.0 4701069 33288.0 4701781 35357.0 4702492 36326.0 4703203 37194.0 4703915 37466.0 4704626 39116.0 4705338 37732.0 4706049 36745.0 4706760 36217.0 4707472 34967.0 4708183 34566.0 4708895 34140.0 4709606 33380.0 4710317 34264.0 4711029 33349.0 4711740 35017.0 4712451 34454.0 4713163 34274.0 4713874 34809.0 4714586 34424.0 4715297 34892.0 4716008 33774.0 4716720 35131.0 4717431 35764.0 4718143 35290.0 4718854 34644.0 4719565 35051.0 4720277 34725.0 4720988 34431.0 4721699 34538.0 4722411 34630.0 4723122 34661.0 4723834 36133.0 4724545 37194.0 4725256 37344.0 4725968 37300.0 4726679 38121.0 4727390 39080.0 4728102 39491.0 4728813 39513.0 4729525 38700.0 4730236 37214.0 4730947 35886.0 4731659 37226.0 4732370 35721.0 4733082 36134.0 4733793 36381.0 4734504 35367.0 4735216 36035.0 4735927 35737.0 4736638 35507.0 4737350 36380.0 4738061 36518.0 4738773 35747.0 4739484 35176.0 4740195 36268.0 4740907 34530.0 4741618 35412.0 4742330 35197.0 4743041 35446.0 4743752 35740.0 4744464 35882.0 4745175 36054.0 4745886 35375.0 4746598 35530.0 4747309 35042.0 4748021 34969.0 4748732 35492.0 4749443 35639.0 4750155 36476.0 4750866 36377.0 4751577 36340.0 4752289 36619.0 4753000 36083.0 4753712 36197.0 4754423 36186.0 4755134 36576.0 4755846 36666.0 4756557 36048.0 4757269 36215.0 4757980 36171.0 4758691 36280.0 4759403 36130.0 4760114 35719.0 4760825 35981.0 4761537 36222.0 4762248 35863.0 4762960 35134.0 4763671 35194.0 4764382 35474.0 4765094 35903.0 4765805 36560.0 4766517 35533.0 4767228 36346.0 4767939 36965.0 4768651 35988.0 4769362 36959.0 4770073 36179.0 4770785 36562.0 4771496 37196.0 4772208 36653.0 4772919 37269.0 4773630 35447.0 4774342 36112.0 4775053 36967.0 4775764 36844.0 4776476 35838.0 4777187 36310.0 4777899 35904.0 4778610 36579.0 4779321 36684.0 4780033 36670.0 4780744 36729.0 4781456 37850.0 4782167 37456.0 4782878 37718.0 4783590 37736.0 4784301 37444.0 4785012 37612.0 4785724 37138.0 4786435 37930.0 4787147 38205.0 4787858 39135.0 4788569 38830.0 4789281 35904.0 4789992 36818.0 4790704 38173.0 4791415 37748.0 4792126 36693.0 4792838 37554.0 4793549 38890.0 4794260 37178.0 4794972 37314.0 4795683 37994.0 4796395 37659.0 4797106 38581.0 4797817 36919.0 4798529 36911.0 4799240 38359.0 4799951 38341.0 4800663 37167.0 4801374 37238.0 4802086 37198.0 4802797 37344.0 4803508 37276.0 4804220 36395.0 4804931 37614.0 4805643 37183.0 4806354 38675.0 4807065 38319.0 4807777 37438.0 4808488 38461.0 4809199 37976.0 4809911 38731.0 4810622 37134.0 4811334 38523.0 4812045 39273.0 4812756 39691.0 4813468 39106.0 4814179 38533.0 4814890 38158.0 4815602 38326.0 4816313 40401.0 4817025 39103.0 4817736 39057.0 4818447 39052.0 4819159 39546.0 4819870 38092.0 4820582 39166.0 4821293 38452.0 4822004 40373.0 4822716 40531.0 4823427 39474.0 4824138 39897.0 4824850 40747.0 4825561 39733.0 4826273 39650.0 4826984 39874.0 4827695 40180.0 4828407 40240.0 4829118 40927.0 4829830 40987.0 4830541 43520.0 4831252 43836.0 4831964 42952.0 4832675 41950.0 4833386 40336.0 4834098 39685.0 4834809 39727.0 4835521 38426.0 4836232 39289.0 4836943 40323.0 4837655 39856.0 4838366 39753.0 4839077 41104.0 4839789 41600.0 4840500 43222.0 4841212 46793.0 4841923 49587.0 4842634 52282.0 4843346 50929.0 4844057 51520.0 4844769 47717.0 4845480 46870.0 4846191 47409.0 4846903 45284.0 4847614 44726.0 4848325 45549.0 4849037 44967.0 4849748 43619.0 4850460 42492.0 4851171 42645.0 4851882 43686.0 4852594 41952.0 4853305 41111.0 4854017 41390.0 4854728 41591.0 4855439 41626.0 4856151 42233.0 4856862 41796.0 4857573 41431.0 4858285 41474.0 4858996 41981.0 4859708 42471.0 4860419 40838.0 4861130 41088.0 4861842 41594.0 4862553 41592.0 4863264 41770.0 4863976 41225.0 4864687 41401.0 4865399 41427.0 4866110 41596.0 4866821 41061.0 4867533 41263.0 4868244 42099.0 4868956 41179.0 4869667 41027.0 4870378 41617.0 4871090 41945.0 4871801 41764.0 4872512 41879.0 4873224 42825.0 4873935 41988.0 4874647 42799.0 4875358 41688.0 4876069 42021.0 4876781 42825.0 4877492 43140.0 4878204 42195.0 4878915 43489.0 4879626 43614.0 4880338 43950.0 4881049 43806.0 4881760 42920.0 4882472 42637.0 4883183 42785.0 4883895 42340.0 4884606 41681.0 4885317 42581.0 4886029 42432.0 4886740 42459.0 4887451 41804.0 4888163 42537.0 4888874 42021.0 4889586 41688.0 4890297 43265.0 4891008 42760.0 4891720 42993.0 4892431 42227.0 4893143 42935.0 4893854 45000.0 4894565 43858.0 4895277 43328.0 4895988 42667.0 4896699 44270.0 4897411 43779.0 4898122 42471.0 4898834 43659.0 4899545 44375.0 4900256 43342.0 4900968 43416.0 4901679 42659.0 4902391 42817.0 4903102 43372.0 4903813 43902.0 4904525 44691.0 4905236 45302.0 4905947 45068.0 4906659 44594.0 4907370 44194.0 4908082 43269.0 4908793 43267.0 4909504 42824.0 4910216 43729.0 4910927 43555.0 4911638 44460.0 4912350 42841.0 4913061 43080.0 4913773 44779.0 4914484 44629.0 4915195 44879.0 4915907 44482.0 4916618 45406.0 4917330 46079.0 4918041 45255.0 4918752 45136.0 4919464 46052.0 4920175 45112.0 4920886 46529.0 4921598 46036.0 4922309 45010.0 4923021 45959.0 4923732 46398.0 4924443 46837.0 4925155 46554.0 4925866 45451.0 4926578 44650.0 4927289 45820.0 4928000 46894.0 4928712 44692.0 4929423 46058.0 4930134 45753.0 4930846 44632.0 4931557 46093.0 4932269 44719.0 4932980 48168.0 4933691 46464.0 4934403 45519.0 4935114 45992.0 4935825 44346.0 4936537 45635.0 4937248 45534.0 4937960 45962.0 4938671 46227.0 4939382 45759.0 4940094 46342.0 4940805 45319.0 4941517 45629.0 4942228 47248.0 4942939 46032.0 4943651 47258.0 4944362 46485.0 4945073 45770.0 4945785 45428.0 4946496 45466.0 4947208 46452.0 4947919 45935.0 4948630 45328.0 4949342 47871.0 4950053 46573.0 4950765 45689.0 4951476 46167.0 4952187 45071.0 4952899 45504.0 4953610 47982.0 4954321 47008.0 4955033 46031.0 4955744 46236.0 4956456 47189.0 4957167 45601.0 4957878 45793.0 4958590 46427.0 4959301 46349.0 4960012 47298.0 4960724 47212.0 4961435 46222.0 4962147 46947.0 4962858 46038.0 4963569 46485.0 4964281 47729.0 4964992 46130.0 4965704 47223.0 4966415 46141.0 4967126 47724.0 4967838 46406.0 4968549 46657.0 4969260 47525.0 4969972 46389.0 4970683 46780.0 4971395 47625.0 4972106 47726.0 4972817 45652.0 4973529 47065.0 4974240 46594.0 4974952 47766.0 4975663 47040.0 4976374 46973.0 4977086 45911.0 4977797 46033.0 4978508 48100.0 4979220 46938.0 4979931 47645.0 4980643 47495.0 4981354 47666.0 4982065 47104.0 4982777 47222.0 4983488 47846.0 4984199 47229.0 4984911 47624.0 4985622 47371.0 4986334 46731.0 4987045 48235.0 4987756 49030.0 4988468 48558.0 4989179 47450.0 4989891 47439.0 4990602 48762.0 4991313 48135.0 4992025 48700.0 4992736 47811.0 4993447 48322.0 4994159 47471.0 4994870 47197.0 4995582 47303.0 4996293 47192.0 4997004 48062.0 4997716 46277.0 4998427 46879.0 4999139 46872.0 4999850 46918.0 5000561 48948.0 5001273 47410.0 5001984 49065.0 5002695 49271.0 5003407 49324.0 5004118 50566.0 5004830 52777.0 5005541 53334.0 5006252 55266.0 5006964 57057.0 5007675 56147.0 5008386 54341.0 5009098 53183.0 5009809 51548.0 5010521 51321.0 5011232 51197.0 5011943 50518.0 5012655 49820.0 5013366 49181.0 5014078 50881.0 5014789 50116.0 5015500 48676.0 5016212 49147.0 5016923 48354.0 5017634 48535.0 5018346 50158.0 5019057 48548.0 5019769 49150.0 5020480 48750.0 5021191 49616.0 5021903 49756.0 5022614 48528.0 5023325 47802.0 5024037 49045.0 5024748 49986.0 5025460 50847.0 5026171 48881.0 5026882 48978.0 5027594 48367.0 5028305 48446.0 5029017 49631.0 5029728 48976.0 5030439 50612.0 5031151 50101.0 5031862 48675.0 5032573 49952.0 5033285 49042.0 5033996 49415.0 5034708 49567.0 5035419 49561.0 5036130 50052.0 5036842 49849.0 5037553 49495.0 5038265 49644.0 5038976 48493.0 5039687 49822.0 5040399 49187.0 5041110 48861.0 5041821 49778.0 5042533 49372.0 5043244 50207.0 5043956 48238.0 5044667 49384.0 5045378 48726.0 5046090 50352.0 5046801 49994.0 5047512 50222.0 5048224 49687.0 5048935 49898.0 5049647 49424.0 5050358 48276.0 5051069 50821.0 5051781 50003.0 5052492 50669.0 5053204 50343.0 5053915 49475.0 5054626 48578.0 5055338 50219.0 5056049 50964.0 5056760 50721.0 5057472 51104.0 5058183 52320.0 5058895 51369.0 5059606 50792.0 5060317 50366.0 5061029 51206.0 5061740 51114.0 5062452 50221.0 5063163 50397.0 5063874 51348.0 5064586 48884.0 5065297 49213.0 5066008 48269.0 5066720 50139.0 5067431 50259.0 5068143 50858.0 5068854 51617.0 5069565 51201.0 5070277 50737.0 5070988 50886.0 5071699 50266.0 5072411 50618.0 5073122 50212.0 5073834 50305.0 5074545 51477.0 5075256 50577.0 5075968 49957.0 5076679 52004.0 5077391 50606.0 5078102 49753.0 5078813 50612.0 5079525 49596.0 5080236 49435.0 5080947 50324.0 5081659 51113.0 5082370 50270.0 5083082 49917.0 5083793 51421.0 5084504 50904.0 5085216 49309.0 5085927 51278.0 5086639 50742.0 5087350 49189.0 5088061 50777.0 5088773 51253.0 5089484 49112.0 5090195 50283.0 5090907 51136.0 5091618 49836.0 5092330 48765.0 5093041 50305.0 5093752 50445.0 5094464 50997.0 5095175 49469.0 5095886 49845.0 5096598 49732.0 5097309 50822.0 5098021 49364.0 5098732 51679.0 5099443 49910.0 5100155 48970.0 5100866 50120.0 5101578 49962.0 5102289 49816.0 5103000 50585.0 5103712 50227.0 5104423 50515.0 5105134 50574.0 5105846 50764.0 5106557 49671.0 5107269 48641.0 5107980 49358.0 5108691 48466.0 5109403 51052.0 5110114 51121.0 5110826 50310.0 5111537 49637.0 5112248 50542.0 5112960 50809.0 5113671 50265.0 5114382 49033.0 5115094 50266.0 5115805 49600.0 5116517 51345.0 5117228 50277.0 5117939 50609.0 5118651 51079.0 5119362 49842.0 5120073 50437.0 5120785 50727.0 5121496 51151.0 5122208 51013.0 5122919 51205.0 5123630 51139.0 5124342 51676.0 5125053 50789.0 5125765 50192.0 5126476 51769.0 5127187 50648.0 5127899 51953.0 5128610 50402.0 5129321 51669.0 5130033 50765.0 5130744 50573.0 5131456 50358.0 5132167 49294.0 5132878 51695.0 5133590 49911.0 5134301 50174.0 5135013 49495.0 5135724 50258.0 5136435 51380.0 5137147 52232.0 5137858 51173.0 5138569 50565.0 5139281 49724.0 5139992 50492.0 5140704 51072.0 5141415 50375.0 5142126 49874.0 5142838 51186.0 5143549 51485.0 5144260 51380.0 5144972 50102.0 5145683 50521.0 5146395 50850.0 5147106 50269.0 5147817 51246.0 5148529 51208.0 5149240 49444.0 5149952 50015.0 5150663 50848.0 5151374 48862.0 5152086 50798.0 5152797 50700.0 5153508 50467.0 5154220 49768.0 5154931 50736.0 5155643 50824.0 5156354 50141.0 5157065 50193.0 5157777 48671.0 5158488 51028.0 5159200 49438.0 5159911 50539.0 5160622 49104.0 5161334 48598.0 5162045 51237.0 5162756 51601.0 5163468 50109.0 5164179 50642.0 5164891 50375.0 5165602 49705.0 5166313 50866.0 5167025 51108.0 5167736 50597.0 5168447 51001.0 5169159 50781.0 5169870 50150.0 5170582 49658.0 5171293 49437.0 5172004 49160.0 5172716 49966.0 5173427 50124.0 5174139 50030.0 5174850 50667.0 5175561 50676.0 5176273 50971.0 5176984 50437.0 5177695 49523.0 5178407 51519.0 5179118 50036.0 5179830 50343.0 5180541 50245.0 5181252 51117.0 5181964 51255.0 5182675 49893.0 5183387 50719.0 5184098 50367.0 5184809 50991.0 5185521 48925.0 5186232 49784.0 5186943 50667.0 5187655 51321.0 5188366 52501.0 5189078 52510.0 5189789 52418.0 5190500 53356.0 5191212 54396.0 5191923 53696.0 5192634 53824.0 5193346 53784.0 5194057 53009.0 5194769 54360.0 5195480 52457.0 5196191 51656.0 5196903 52905.0 5197614 50614.0 5198326 50221.0 5199037 50619.0 5199748 50998.0 5200460 51479.0 5201171 48971.0 5201882 49732.0 5202594 50238.0 5203305 50008.0 5204017 50906.0 5204728 49018.0 5205439 50959.0 5206151 50212.0 5206862 51021.0 5207573 50427.0 5208285 50325.0 5208996 50763.0 5209708 50514.0 5210419 49153.0 5211130 49647.0 5211842 49500.0 5212553 50289.0 5213265 50380.0 5213976 50751.0 5214687 49580.0 5215399 50459.0 5216110 50425.0 5216821 48249.0 5217533 49042.0 5218244 50911.0 5218956 49765.0 5219667 49060.0 5220378 49723.0 5221090 50495.0 5221801 50102.0 5222513 49865.0 5223224 50349.0 5223935 50695.0 5224647 49156.0 5225358 50189.0 5226069 49842.0 5226781 49940.0 5227492 49448.0 5228204 49393.0 5228915 49455.0 5229626 49433.0 5230338 49774.0 5231049 50590.0 5231760 49720.0 5232472 50238.0 5233183 49457.0 5233895 49570.0 5234606 49456.0 5235317 50069.0 5236029 48230.0 5236740 51177.0 5237452 49121.0 5238163 50540.0 5238874 51676.0 5239586 49930.0 5240297 48096.0 5241008 48890.0 5241720 49467.0 5242431 50252.0 5243143 50045.0 5243854 50539.0 5244565 49359.0 5245277 49560.0 5245988 50427.0 5246700 49101.0 5247411 50478.0 5248122 49270.0 5248834 50016.0 5249545 50648.0 5250256 51167.0 5250968 48946.0 5251679 48897.0 5252391 49403.0 5253102 50216.0 5253813 49284.0 5254525 50147.0 5255236 49234.0 5255947 49944.0 5256659 50123.0 5257370 50113.0 5258082 48894.0 5258793 50530.0 5259504 50091.0 5260216 49906.0 5260927 51963.0 5261639 50634.0 5262350 48450.0 5263061 49971.0 5263773 49692.0 5264484 50049.0 5265195 49665.0 5265907 51395.0 5266618 49075.0 5267330 50340.0 5268041 49380.0 5268752 49995.0 5269464 50074.0 5270175 50514.0 5270887 50411.0 5271598 50815.0 5272309 49255.0 5273021 50926.0 5273732 48801.0 5274443 49453.0 5275155 49925.0 5275866 49850.0 5276578 50482.0 5277289 50215.0 5278000 49990.0 5278712 50305.0 5279423 49448.0 5280134 50315.0 5280846 49813.0 5281557 49499.0 5282269 50203.0 5282980 49600.0 5283691 49499.0 5284403 48348.0 5285114 49618.0 5285826 50292.0 5286537 48489.0 5287248 49956.0 5287960 49496.0 5288671 48486.0 5289382 48722.0 5290094 50280.0 5290805 50375.0 5291517 49606.0 5292228 49882.0 5292939 48583.0 5293651 49043.0 5294362 49568.0 5295074 49854.0 5295785 49898.0 5296496 50324.0 5297208 49830.0 5297919 50086.0 5298630 50352.0 5299342 49441.0 5300053 51120.0 5300765 50799.0 5301476 51028.0 5302187 48961.0 5302899 50334.0 5303610 50002.0 5304321 49532.0 5305033 49861.0 5305744 50073.0 5306456 50026.0 5307167 49470.0 5307878 50584.0 5308590 49817.0 5309301 49497.0 5310013 49105.0 5310724 49103.0 5311435 50829.0 5312147 49068.0 5312858 49589.0 5313569 50066.0 5314281 49439.0 5314992 50533.0 5315704 49272.0 5316415 48692.0 5317126 49172.0 5317838 48926.0 5318549 49310.0 5319261 49033.0 5319972 50032.0 5320683 49799.0 5321395 48965.0 5322106 50954.0 5322817 51332.0 5323529 50039.0 5324240 49461.0 5324952 49196.0 5325663 49725.0 5326374 50131.0 5327086 50827.0 5327797 48300.0 5328508 49665.0 5329220 49118.0 5329931 50018.0 5330643 50062.0 5331354 50265.0 5332065 49072.0 5332777 49803.0 5333488 49389.0 5334200 49756.0 5334911 49033.0 5335622 48899.0 5336334 49344.0 5337045 48781.0 5337756 50136.0 5338468 48695.0 5339179 49299.0 5339891 49257.0 5340602 51862.0 5341313 52520.0 5342025 54259.0 5342736 53801.0 5343448 53415.0 5344159 54079.0 5344870 53592.0 5345582 52581.0 5346293 52976.0 5347004 51106.0 5347716 49666.0 5348427 50673.0 5349139 50833.0 5349850 50719.0 5350561 48478.0 5351273 49423.0 5351984 49121.0 5352695 48904.0 5353407 50231.0 5354118 48916.0 5354830 50737.0 5355541 50199.0 5356252 49195.0 5356964 49562.0 5357675 50713.0 5358387 50270.0 5359098 51388.0 5359809 48544.0 5360521 50404.0 5361232 49049.0 5361943 49808.0 5362655 50885.0 5363366 47871.0 5364078 48920.0 5364789 49182.0 5365500 48041.0 5366212 49842.0 5366923 47720.0 5367635 49261.0 5368346 49031.0 5369057 49348.0 5369769 48913.0 5370480 49593.0 5371191 49374.0 5371903 49892.0 5372614 49616.0 5373326 50142.0 5374037 48308.0 5374748 49330.0 5375460 49311.0 5376171 48482.0 5376882 49504.0 5377594 49263.0 5378305 49836.0 5379017 49073.0 5379728 51554.0 5380439 49630.0 5381151 49434.0 5381862 50061.0 5382574 51126.0 5383285 49736.0 5383996 49673.0 5384708 48864.0 5385419 48703.0 5386130 50548.0 5386842 49220.0 5387553 49454.0 5388265 49739.0 5388976 49755.0 5389687 49595.0 5390399 48575.0 5391110 47973.0 5391821 47208.0 5392533 50207.0 5393244 49076.0 5393956 49620.0 5394667 50661.0 5395378 49808.0 5396090 50683.0 5396801 49331.0 5397513 49494.0 5398224 50635.0 5398935 49696.0 5399647 49813.0 5400358 48895.0 5401069 50287.0 5401781 49947.0 5402492 49005.0 5403204 49545.0 5403915 48153.0 5404626 48597.0 5405338 50283.0 5406049 49143.0 5406761 48892.0 5407472 49044.0 5408183 49583.0 5408895 48894.0 5409606 49925.0 5410317 50989.0 5411029 50296.0 5411740 50514.0 5412452 49593.0 5413163 49540.0 5413874 51979.0 5414586 50490.0 5415297 50989.0 5416008 50106.0 5416720 49951.0 5417431 49345.0 5418143 51186.0 5418854 49585.0 5419565 51336.0 5420277 48975.0 5420988 49803.0 5421700 49212.0 5422411 50537.0 5423122 49820.0 5423834 49344.0 5424545 48572.0 5425256 49426.0 5425968 50645.0 5426679 50307.0 5427391 49907.0 5428102 50437.0 5428813 50705.0 5429525 51255.0 5430236 49681.0 5430948 49893.0 5431659 49445.0 5432370 49968.0 5433082 50131.0 5433793 50040.0 5434504 49937.0 5435216 49214.0 5435927 50813.0 5436639 49035.0 5437350 48575.0 5438061 49839.0 5438773 50718.0 5439484 51058.0 5440195 51747.0 5440907 51319.0 5441618 52122.0 5442330 51624.0 5443041 52733.0 5443752 50612.0 5444464 51372.0 5445175 51537.0 5445887 50767.0 5446598 50004.0 5447309 49298.0 5448021 51012.0 5448732 51074.0 5449443 51831.0 5450155 49768.0 5450866 49664.0 5451578 50025.0 5452289 50756.0 5453000 51484.0 5453712 50699.0 5454423 49953.0 5455135 50156.0 5455846 50306.0 5456557 49423.0 5457269 50319.0 5457980 50225.0 5458691 50297.0 5459403 49927.0 5460114 48800.0 5460826 50211.0 5461537 50268.0 5462248 50559.0 5462960 50499.0 5463671 50045.0 5464382 48023.0 5465094 49835.0 5465805 51637.0 5466517 51598.0 5467228 51102.0 5467939 51111.0 5468651 50440.0 5469362 49979.0 5470074 49486.0 5470785 49198.0 5471496 50133.0 5472208 50239.0 5472919 50641.0 5473630 49531.0 5474342 49409.0 5475053 47254.0 5475765 50834.0 5476476 51432.0 5477187 49930.0 5477899 50678.0 5478610 49419.0 5479322 50446.0 5480033 50295.0 5480744 49577.0 5481456 49996.0 5482167 48874.0 5482878 49419.0 5483590 50680.0 5484301 50086.0 5485013 48374.0 5485724 48742.0 5486435 50021.0 5487147 49375.0 5487858 49296.0 5488569 48993.0 5489281 49979.0 5489992 49281.0 5490704 49610.0 5491415 50119.0 5492126 50636.0 5492838 48263.0 5493549 49987.0 5494261 49266.0 5494972 49843.0 5495683 49639.0 5496395 47965.0 5497106 49738.0 5497817 50308.0 5498529 50663.0 5499240 49629.0 5499952 49378.0 5500663 49818.0 5501374 50099.0 5502086 50021.0 5502797 50516.0 5503509 48906.0 5504220 49984.0 5504931 49240.0 5505643 49591.0 5506354 50222.0 5507065 50175.0 5507777 50614.0 5508488 50040.0 5509200 49960.0 5509911 49549.0 5510622 49643.0 5511334 48651.0 5512045 48762.0 5512756 48709.0 5513468 48985.0 5514179 48842.0 5514891 49931.0 5515602 49233.0 5516313 49910.0 5517025 50747.0 5517736 48985.0 5518448 50488.0 5519159 49896.0 5519870 50894.0 5520582 51331.0 5521293 49907.0 5522004 50341.0 5522716 50830.0 5523427 49825.0 5524139 50972.0 5524850 50346.0 5525561 50276.0 5526273 49489.0 5526984 48719.0 5527696 48589.0 5528407 48536.0 5529118 49386.0 5529830 49264.0 5530541 48139.0 5531252 50152.0 5531964 48003.0 5532675 49161.0 5533387 48449.0 5534098 47684.0 5534809 48435.0 5535521 47848.0 5536232 49026.0 5536943 48751.0 5537655 48750.0 5538366 48209.0 5539078 48805.0 5539789 50077.0 5540500 49080.0 5541212 50399.0 5541923 49921.0 5542635 48665.0 5543346 50264.0 5544057 48881.0 5544769 49655.0 5545480 49849.0 5546191 49116.0 5546903 47833.0 5547614 48356.0 5548326 49531.0 5549037 50137.0 5549748 47728.0 5550460 48748.0 5551171 48707.0 5551883 49033.0 5552594 48370.0 5553305 50218.0 5554017 50123.0 5554728 50346.0 5555439 49602.0 5556151 49139.0 5556862 49230.0 5557574 47948.0 5558285 49856.0 5558996 48710.0 5559708 48782.0 5560419 49522.0 5561130 47725.0 5561842 48724.0 5562553 48790.0 5563265 49536.0 5563976 49546.0 5564687 49380.0 5565399 49878.0 5566110 50025.0 5566822 50893.0 5567533 52335.0 5568244 53529.0 5568956 54938.0 5569667 56087.0 5570378 55241.0 5571090 53859.0 5571801 53809.0 5572513 53729.0 5573224 55100.0 5573935 53915.0 5574647 53072.0 5575358 50848.0 5576069 52657.0 5576781 51538.0 5577492 51062.0 5578204 50690.0 5578915 51023.0 5579626 50206.0 5580338 49756.0 5581049 51087.0 5581761 49390.0 5582472 50390.0 5583183 48108.0 5583895 48865.0 5584606 49385.0 5585317 48673.0 5586029 49551.0 5586740 49425.0 5587452 49880.0 5588163 49187.0 5588874 50513.0 5589586 49935.0 5590297 49866.0 5591009 49387.0 5591720 48701.0 5592431 49947.0 5593143 49355.0 5593854 49208.0 5594565 48590.0 5595277 50291.0 5595988 48673.0 5596700 48838.0 5597411 50011.0 5598122 49048.0 5598834 48801.0 5599545 48486.0 5600256 48572.0 5600968 49092.0 5601679 51019.0 5602391 49747.0 5603102 49733.0 5603813 50017.0 5604525 47526.0 5605236 49471.0 5605948 48527.0 5606659 50381.0 5607370 50283.0 5608082 50381.0 5608793 50480.0 5609504 49809.0 5610216 49103.0 5610927 48005.0 5611639 48602.0 5612350 49981.0 5613061 48485.0 5613773 51712.0 5614484 49532.0 5615196 50141.0 5615907 48974.0 5616618 48531.0 5617330 49315.0 5618041 50042.0 5618752 49784.0 5619464 49451.0 5620175 48829.0 5620887 48946.0 5621598 48367.0 5622309 50004.0 5623021 48641.0 5623732 48964.0 5624443 48382.0 5625155 49839.0 5625866 49733.0 5626578 49046.0 5627289 49496.0 5628000 49804.0 5628712 49595.0 5629423 48660.0 5630135 49065.0 5630846 47838.0 5631557 49790.0 5632269 49264.0 5632980 48331.0 5633691 48832.0 5634403 49820.0 5635114 49987.0 5635826 49529.0 5636537 50495.0 5637248 49158.0 5637960 50750.0 5638671 50277.0 5639383 49576.0 5640094 49902.0 5640805 50584.0 5641517 49154.0 5642228 49253.0 5642939 49510.0 5643651 48826.0 5644362 49377.0 5645074 48459.0 5645785 48836.0 5646496 50290.0 5647208 50163.0 5647919 48883.0 5648630 50887.0 5649342 50253.0 5650053 48586.0 5650765 49674.0 5651476 50081.0 5652187 49135.0 5652899 50731.0 5653610 49803.0 5654322 50612.0 5655033 50916.0 5655744 51936.0 5656456 51478.0 5657167 53519.0 5657878 52569.0 5658590 52112.0 5659301 51554.0 5660013 54919.0 5660724 53951.0 5661435 54026.0 5662147 52474.0 5662858 51610.0 5663570 50661.0 5664281 50790.0 5664992 51215.0 5665704 50130.0 5666415 48997.0 5667126 49789.0 5667838 49935.0 5668549 49766.0 5669261 50386.0 5669972 49501.0 5670683 50499.0 5671395 49683.0 5672106 51267.0 5672817 52967.0 5673529 53829.0 5674240 55746.0 5674952 55470.0 5675663 57829.0 5676374 58843.0 5677086 59286.0 5677797 60493.0 5678509 59198.0 5679220 57728.0 5679931 56840.0 5680643 57145.0 5681354 54644.0 5682065 55069.0 5682777 51731.0 5683488 50683.0 5684200 51822.0 5684911 50613.0 5685622 51305.0 5686334 50604.0 5687045 50336.0 5687757 49491.0 5688468 49970.0 5689179 50073.0 5689891 49651.0 5690602 50381.0 5691313 49852.0 5692025 49129.0 5692736 49233.0 5693448 49427.0 5694159 50796.0 5694870 49799.0 5695582 51049.0 5696293 51466.0 5697004 50295.0 5697716 49348.0 5698427 50148.0 5699139 48674.0 5699850 48446.0 5700561 49289.0 5701273 50219.0 5701984 48509.0 5702696 50567.0 5703407 51100.0 5704118 48906.0 5704830 48666.0 5705541 49010.0 5706252 49690.0 5706964 49569.0 5707675 49452.0 5708387 48409.0 5709098 50074.0 5709809 49371.0 5710521 49882.0 5711232 48664.0 5711944 48255.0 5712655 48588.0 5713366 49117.0 5714078 50806.0 5714789 49060.0 5715500 49719.0 5716212 49988.0 5716923 48725.0 5717635 47948.0 5718346 48293.0 5719057 48642.0 5719769 50023.0 5720480 49717.0 5721191 49574.0 5721903 48968.0 5722614 48294.0 5723326 48859.0 5724037 49753.0 5724748 48855.0 5725460 48902.0 5726171 48691.0 5726883 49492.0 5727594 48846.0 5728305 49439.0 5729017 49185.0 5729728 47799.0 5730439 48136.0 5731151 49505.0 5731862 49303.0 5732574 48847.0 5733285 49609.0 5733996 46962.0 5734708 48091.0 5735419 49513.0 5736131 48790.0 5736842 48251.0 5737553 49176.0 5738265 48501.0 5738976 49340.0 5739687 48609.0 5740399 48369.0 5741110 49401.0 5741822 49904.0 5742533 48508.0 5743244 48645.0 5743956 50193.0 5744667 49502.0 5745378 49948.0 5746090 48361.0 5746801 49441.0 5747513 48831.0 5748224 49288.0 5748935 49368.0 5749647 50319.0 5750358 48738.0 5751070 49252.0 5751781 49738.0 5752492 49045.0 5753204 47573.0 5753915 50493.0 5754626 49280.0 5755338 49157.0 5756049 47888.0 5756761 49143.0 5757472 49375.0 5758183 49324.0 5758895 48633.0 5759606 46779.0 5760318 47629.0 5761029 47817.0 5761740 49090.0 5762452 48908.0 5763163 49161.0 5763874 48969.0 5764586 47701.0 5765297 49549.0 5766009 48126.0 5766720 48216.0 5767431 48455.0 5768143 49088.0 5768854 48889.0 5769565 49116.0 5770277 49205.0 5770988 49146.0 5771700 47913.0 5772411 49833.0 5773122 47868.0 5773834 48257.0 5774545 48883.0 5775257 49004.0 5775968 48401.0 5776679 48873.0 5777391 47073.0 5778102 48848.0 5778813 50181.0 5779525 49260.0 5780236 49649.0 5780948 48336.0 5781659 48392.0 5782370 48656.0 5783082 48959.0 5783793 49089.0 5784504 48450.0 5785216 47807.0 5785927 49121.0 5786639 48722.0 5787350 48797.0 5788061 47422.0 5788773 49864.0 5789484 48366.0 5790196 47460.0 5790907 48963.0 5791618 48287.0 5792330 48740.0 5793041 47780.0 5793752 48703.0 5794464 49040.0 5795175 48435.0 5795887 48747.0 5796598 47956.0 5797309 48451.0 5798021 48196.0 5798732 48446.0 5799444 48082.0 5800155 48458.0 5800866 49135.0 5801578 47724.0 5802289 49111.0 5803000 47606.0 5803712 48212.0 5804423 48339.0 5805135 47730.0 5805846 48309.0 5806557 47832.0 5807269 49719.0 5807980 48209.0 5808691 50077.0 5809403 48470.0 5810114 49306.0 5810826 47946.0 5811537 47913.0 5812248 50048.0 5812960 50230.0 5813671 49416.0 5814383 49727.0 5815094 49439.0 5815805 48988.0 5816517 48341.0 5817228 49628.0 5817939 48650.0 5818651 48363.0 5819362 49752.0 5820074 49017.0 5820785 48233.0 5821496 49460.0 5822208 48462.0 5822919 47987.0 5823631 48426.0 5824342 49723.0 5825053 48945.0 5825765 48277.0 5826476 49578.0 5827187 48564.0 5827899 49062.0 5828610 47874.0 5829322 48287.0 5830033 49152.0 5830744 48084.0 5831456 47881.0 5832167 49051.0 5832878 48696.0 5833590 48541.0 5834301 47983.0 5835013 49464.0 5835724 48879.0 5836435 48592.0 5837147 49420.0 5837858 49461.0 5838570 48554.0 5839281 48363.0 5839992 49344.0 5840704 47421.0 5841415 49034.0 5842126 48191.0 5842838 48306.0 5843549 49031.0 5844261 49055.0 5844972 49028.0 5845683 48560.0 5846395 47669.0 5847106 47940.0 5847818 47312.0 5848529 48015.0 5849240 48062.0 5849952 48489.0 5850663 49190.0 5851374 47735.0 5852086 48202.0 5852797 48301.0 5853509 49810.0 5854220 47753.0 5854931 49061.0 5855643 47677.0 5856354 48677.0 5857065 49244.0 5857777 47007.0 5858488 48073.0 5859200 49335.0 5859911 47431.0 5860622 48713.0 5861334 48404.0 5862045 49026.0 5862757 48543.0 5863468 49060.0 5864179 49480.0 5864891 49091.0 5865602 48304.0 5866313 49781.0 5867025 49112.0 5867736 48256.0 5868448 48638.0 5869159 49627.0 5869870 47591.0 5870582 47621.0 5871293 49188.0 5872005 47744.0 5872716 46751.0 5873427 49118.0 5874139 47337.0 5874850 48051.0 5875561 48770.0 5876273 47774.0 5876984 47947.0 5877696 48663.0 5878407 48019.0 5879118 49342.0 5879830 49754.0 5880541 47991.0 5881252 47872.0 5881964 48170.0 5882675 46958.0 5883387 48325.0 5884098 47365.0 5884809 49465.0 5885521 48249.0 5886232 49828.0 5886944 48150.0 5887655 48755.0 5888366 47924.0 5889078 48378.0 5889789 47849.0 5890500 49912.0 5891212 48849.0 5891923 47464.0 5892635 46982.0 5893346 48771.0 5894057 48092.0 5894769 48963.0 5895480 46975.0 5896192 49138.0 5896903 47081.0 5897614 48717.0 5898326 46641.0 5899037 48496.0 5899748 49244.0 5900460 48498.0 5901171 47175.0 5901883 49277.0 5902594 49082.0 5903305 48044.0 5904017 47823.0 5904728 49334.0 5905439 48118.0 5906151 47630.0 5906862 49066.0 5907574 48403.0 5908285 47891.0 5908996 50468.0 5909708 47614.0 5910419 48144.0 5911131 48822.0 5911842 48987.0 5912553 49412.0 5913265 49338.0 5913976 46820.0 5914687 48158.0 5915399 47693.0 5916110 47900.0 5916822 48212.0 5917533 47617.0 5918244 47667.0 5918956 48572.0 5919667 47711.0 5920379 47989.0 5921090 47801.0 5921801 47820.0 5922513 47948.0 5923224 49603.0 5923935 48106.0 5924647 49243.0 5925358 47412.0 5926070 48890.0 5926781 47879.0 5927492 48910.0 5928204 46877.0 5928915 47913.0 5929626 47963.0 5930338 48407.0 5931049 50525.0 5931761 49104.0 5932472 47745.0 5933183 47642.0 5933895 47841.0 5934606 48137.0 5935318 49506.0 5936029 48657.0 5936740 48551.0 5937452 48921.0 5938163 49036.0 5938874 48946.0 5939586 48564.0 5940297 48972.0 5941009 48366.0 5941720 48609.0 5942431 47512.0 5943143 49179.0 5943854 48331.0 5944566 49229.0 5945277 46955.0 5945988 48438.0 5946700 48077.0 5947411 48521.0 5948122 47933.0 5948834 48539.0 5949545 47269.0 5950257 48717.0 5950968 48200.0 5951679 49472.0 5952391 47200.0 5953102 48790.0 5953813 47643.0 5954525 48522.0 5955236 47935.0 5955948 49309.0 5956659 49815.0 5957370 49204.0 5958082 48611.0 5958793 47967.0 5959505 48199.0 5960216 47572.0 5960927 49163.0 5961639 47582.0 5962350 47977.0 5963061 47311.0 5963773 48158.0 5964484 47816.0 5965196 48421.0 5965907 47740.0 5966618 47685.0 5967330 49090.0 5968041 46887.0 5968753 47871.0 5969464 48301.0 5970175 48697.0 5970887 48301.0 5971598 49238.0 5972309 48418.0 5973021 47443.0 5973732 48478.0 5974444 48015.0 5975155 47793.0 5975866 48066.0 5976578 47119.0 5977289 47350.0 5978000 48289.0 5978712 48990.0 5979423 49618.0 5980135 48402.0 5980846 49690.0 5981557 48849.0 5982269 48277.0 5982980 47396.0 5983692 48800.0 5984403 47962.0 5985114 48405.0 5985826 49187.0 5986537 47554.0 5987248 48446.0 5987960 48541.0 5988671 46237.0 5989383 47062.0 5990094 48383.0 5990805 47950.0 5991517 48016.0 5992228 48679.0 5992939 49081.0 5993651 47307.0 5994362 47715.0 5995074 48349.0 5995785 47600.0 5996496 48041.0 5997208 47765.0 5997919 48171.0 5998631 48862.0 5999342 47414.0 6000053 48171.0 6000765 47165.0 6001476 48416.0 6002187 48047.0 6002899 48014.0 6003610 49066.0 6004322 45685.0 6005033 48035.0 6005744 48601.0 6006456 48172.0 6007167 48766.0 6007879 48280.0 6008590 48277.0 6009301 48347.0 6010013 47839.0 6010724 48352.0 6011435 49638.0 6012147 46854.0 6012858 48874.0 6013570 48396.0 6014281 47373.0 6014992 47244.0 6015704 49479.0 6016415 48775.0 6017126 48504.0 6017838 47973.0 6018549 47304.0 6019261 47706.0 6019972 47096.0 6020683 47806.0 6021395 49423.0 6022106 47945.0 6022818 48366.0 6023529 48353.0 6024240 46701.0 6024952 47861.0 6025663 47776.0 6026374 48047.0 6027086 48182.0 6027797 47345.0 6028509 47416.0 6029220 47136.0 6029931 48817.0 6030643 48104.0 6031354 48344.0 6032066 47811.0 6032777 48563.0 6033488 48038.0 6034200 48268.0 6034911 47164.0 6035622 49827.0 6036334 48019.0 6037045 48339.0 6037757 48299.0 6038468 49134.0 6039179 47077.0 6039891 48597.0 6040602 47511.0 6041313 49212.0 6042025 48763.0 6042736 48208.0 6043448 47833.0 6044159 49019.0 6044870 48534.0 6045582 48131.0 6046293 47291.0 6047005 48290.0 6047716 48289.0 6048427 48948.0 6049139 47048.0 6049850 48487.0 6050561 47742.0 6051273 48302.0 6051984 48025.0 6052696 48437.0 6053407 46842.0 6054118 46646.0 6054830 46799.0 6055541 47486.0 6056253 48460.0 6056964 48337.0 6057675 49605.0 6058387 48698.0 6059098 48874.0 6059809 48365.0 6060521 48162.0 6061232 48830.0 6061944 48731.0 6062655 48076.0 6063366 48315.0 6064078 49125.0 6064789 48372.0 6065500 48053.0 6066212 48275.0 6066923 47086.0 6067635 47565.0 6068346 48072.0 6069057 48000.0 6069769 49090.0 6070480 49406.0 6071192 48549.0 6071903 49239.0 6072614 48420.0 6073326 48718.0 6074037 47901.0 6074748 46942.0 6075460 48656.0 6076171 48604.0 6076883 49533.0 6077594 48849.0 6078305 47297.0 6079017 47078.0 6079728 47040.0 6080440 46664.0 6081151 47082.0 6081862 48958.0 6082574 48140.0 6083285 47723.0 6083996 47557.0 6084708 48032.0 6085419 48469.0 6086131 48318.0 6086842 47188.0 6087553 48822.0 6088265 48173.0 6088976 48430.0 6089687 45963.0 6090399 48345.0 6091110 47818.0 6091822 47752.0 6092533 47249.0 6093244 47890.0 6093956 47719.0 6094667 47480.0 6095379 47856.0 6096090 49972.0 6096801 48045.0 6097513 47718.0 6098224 47624.0 6098935 48457.0 6099647 49245.0 6100358 47767.0 6101070 48218.0 6101781 47869.0 6102492 48390.0 6103204 49048.0 6103915 47527.0 6104627 48081.0 6105338 47551.0 6106049 47377.0 6106761 47916.0 6107472 49179.0 6108183 47164.0 6108895 48542.0 6109606 49264.0 6110318 47980.0 6111029 47882.0 6111740 48708.0 6112452 48193.0 6113163 47530.0 6113874 48727.0 6114586 47903.0 6115297 47971.0 6116009 46865.0 6116720 47868.0 6117431 47235.0 6118143 48471.0 6118854 47390.0 6119566 47237.0 6120277 47610.0 6120988 47912.0 6121700 46892.0 6122411 48935.0 6123122 48018.0 6123834 47344.0 6124545 47173.0 6125257 48893.0 6125968 47814.0 6126679 48497.0 6127391 47936.0 6128102 48159.0 6128814 47044.0 6129525 47292.0 6130236 47453.0 6130948 48558.0 6131659 48683.0 6132370 48408.0 6133082 47914.0 6133793 48566.0 6134505 47476.0 6135216 47188.0 6135927 48718.0 6136639 46891.0 6137350 47526.0 6138061 47757.0 6138773 47958.0 6139484 47437.0Measurement1_Readings000066400000000000000000000001561436443153700425720ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support0.04052 10200.0 0.08104 24900.0 0.2026 72200.0 0.4052 179000.0 0.6078 287000.0 0.8104 401000.0 1.013 516000.0 Measurement1_Regression000066400000000000000000000000611436443153700431510ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support0.0 -23320.469798657712 1.013 506661.35346756154 Measurement2_Readings_1000066400000000000000000000002151436443153700430070ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support0.9989875000000001 18.5 8.990887500000001 190.0 35.963550000000005 924.0 62.9362125 1570.0 89.90887500000001 2300.0 116.88153750000001 2930.0Measurement2_Readings_2000066400000000000000000000002121436443153700430050ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support0.9869700000000002 17.0 8.882730000000002 132.0 35.53092000000001 915.0 62.17911 1600.0 88.82730000000001 2310.0 115.47548999999998 2950.0Measurement2_Readings_3000066400000000000000000000001711436443153700430120ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support0.9904950000000001 17.5 8.914455 106.0 35.65782 889.0 62.401185 1530.0 89.14455000000001 2180.0 115.88791499999999 2830.0Measurement2_Regression_1000066400000000000000000000000741436443153700433760ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support0.0 -12.656130876747435 116.88153750000001 2952.492932020331Measurement2_Regression_2000066400000000000000000000000741436443153700433770ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support0.0 -37.81378653113067 115.47548999999998 2980.0763341804313Measurement2_Regression_3000066400000000000000000000000751436443153700434010ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support0.0 -40.737261753494295 115.88791499999999 2846.0983640406603Measurement3_Readings000066400000000000000000000001411436443153700425660ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support10.0 2.4552472540462255E7 4.0 9612915.623874903 2.0 2.0379454765528664E7 7.0 1.9076951887777686E7Measurement3_Regression000066400000000000000000000025631436443153700431640ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support0.0 4352331.482897827 0.21 5023907.37142159 0.42 5683828.518127838 0.63 6332094.923016573 0.84 6968706.586087793 1.05 7593663.5073414985 1.26 8206965.6867776895 1.47 8808613.124396365 1.68 9398605.820197528 1.89 9976943.774181176 2.1 1.054362698634731E7 2.31 1.109865545669593E7 2.52 1.1642029185227033E7 2.73 1.2173748171940623E7 2.94 1.26938124168367E7 3.15 1.3202221919915263E7 3.36 1.3698976681176309E7 3.57 1.4184076700619841E7 3.78 1.465752197824586E7 3.9899999999999998 1.5119312514054364E7 4.2 1.5569448308045356E7 4.41 1.600792936021883E7 4.62 1.6434755670574792E7 4.83 1.6849927239113238E7 5.04 1.7253444065834172E7 5.25 1.764530615073759E7 5.46 1.802551349382349E7 5.67 1.839406609509188E7 5.88 1.8750963954542756E7 6.09 1.9096207072176117E7 6.3 1.9429795447991963E7 6.51 1.9751729081990294E7 6.72 2.006200797417111E7 6.93 2.0360632124534413E7 7.14 2.0647601533080205E7 7.35 2.092291619980848E7 7.56 2.1186576124719232E7 7.77 2.1438581307812482E7 7.9799999999999995 2.1678931749088213E7 8.19 2.1907627448546432E7 8.4 2.2124668406187132E7 8.610000000000001 2.233005462201032E7 8.820000000000002 2.2523786096015997E7 9.030000000000003 2.2705862828204155E7 9.240000000000004 2.28762848185748E7 9.450000000000005 2.303505206712793E7 9.660000000000005 2.318216457386355E7 9.870000000000006 2.3317622338781647E7 10.080000000000007 2.344142536188224E7 10.290000000000008 2.3553573643165313E7ScatterSeries1000066400000000000000000000024701436443153700412520ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/supportAP1432 366.93641253390547 -13.26894533515153 AP1454 -445.81774198627323 123.59721498302889 AP1430 296.1867651980689 -11.793637693336011 AP1452 121.37119156342857 20.428240391119253 AP1414 418.2384503963244 -33.07001536933967 AP1436 385.38481203708176 -124.64742552876075 AP1458 -423.70339810239665 166.98919564381296 AP1412 498.1425266253802 -35.75752695096075 AP1434 307.2516546086648 -4.691461078149325 AP1456 -446.71621040707316 143.44577863491526 AP1418 680.1369670411 15.041496560200091 AP1416 304.8639755144211 9.973879778107108 AP1438 342.2348864078569 -97.30856233225089 AP1450 -375.09064358391544 182.6457261066699 AP1470 -424.14682759100475 275.0526524872847 AP1420 211.19876533634906 58.11975465123103 AP1442 -530.6226097271456 -656.9075230733088 AP1464 -471.74801735301446 255.1599515310114 AP1440 272.0959880680122 -140.30006326049687 AP1462 -518.2364418027379 355.07718569350743 AP1424 396.729504281565 31.53151868747019 AP1446 -441.54302015698994 -381.0846685767139 AP1468 -381.1863539272755 195.25563692860078 AP1422 464.96864024654195 62.443129697726846 AP1444 -570.2160862223973 -886.6171880498163 AP1466 -414.85163627040555 263.0269036366778 AP1428 328.54764410615627 25.523370959345048 AP1426 417.3947033524427 16.9766230893209 AP1448 59.58503652724752 -8.839915256973084 AP1460 -427.3889367138947 193.9986730452337 ScatterSeries2_1000066400000000000000000000004541436443153700414730ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support1794 5.975 738 3.58 870 3.52 974 3.5 986 3.55 1094 3.43 1224 3.425 1236 3.5 1248 3.455 1332 3.325 1344 3.415 1362 3.475 1458 3.38 1482 3.48 1578 3.415 1596 3.495 1602 3.47 1686 3.44 1710 3.495 1758 3.36 1788 3.48 1812 3.305 1818 3.255 1818 3.465 1890 3.495 1920 3.325 1920 3.49 1998 3.335 2100 3.405 ScatterSeries2_2000066400000000000000000000264061436443153700415010ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support438 1.825 458 1.63 470 1.695 498 1.735 518 1.98 522 1.79 546 1.7 562 1.73 578 1.76 598 1.755 598 1.78 598 2.185 606 1.755 610 1.82 634 2.085 670 1.89 678 1.845 690 1.8 710 1.8 714 2.07 730 1.86 742 1.84 746 1.83 750 1.835 750 1.885 782 2.17 798 1.825 814 2.29 822 1.92 822 2.375 838 1.85 846 1.845 854 1.885 858 1.85 862 2.13 878 1.88 886 1.895 894 1.885 902 1.955 930 2.22 938 1.855 938 2.405 954 1.9 958 2.02 962 1.975 982 1.905 986 1.95 994 1.905 998 1.96 1006 2.17 1018 1.935 1026 1.935 1026 1.97 1030 2.0 1034 1.93 1038 2.02 1054 1.9 1058 2.02 1066 1.915 1070 2.075 1070 2.165 1074 2.265 1082 1.89 1094 1.935 1094 2.07 1098 2.015 1114 1.955 1126 1.95 1130 2.005 1130 2.175 1138 2.12 1152 2.18 1158 1.965 1158 2.01 1176 1.925 1176 2.075 1182 2.04 1188 2.085 1194 1.955 1194 2.31 1200 1.945 1206 2.095 1206 2.19 1212 1.92 1218 2.125 1224 1.945 1224 2.11 1224 2.135 1230 2.045 1242 1.965 1242 2.015 1248 2.165 1254 1.97 1284 2.005 1284 2.06 1284 2.165 1296 2.23 1302 2.08 1308 2.085 1308 2.275 1314 2.09 1326 2.01 1332 2.215 1338 2.165 1344 2.27 1350 2.095 1350 2.14 1356 2.205 1362 2.02 1380 2.015 1380 2.205 1386 2.265 1398 2.025 1404 2.08 1404 2.29 1410 2.045 1416 2.125 1422 2.3 1428 2.025 1428 2.12 1428 2.16 1434 2.165 1440 2.02 1446 2.195 1452 1.985 1452 2.27 1464 2.025 1470 2.125 1470 2.17 1470 2.25 1476 2.055 1488 2.045 1494 2.115 1500 2.07 1500 2.31 1506 2.22 1512 2.05 1512 2.325 1524 2.085 1524 2.11 1524 2.265 1530 2.145 1530 2.34 1536 2.04 1536 2.165 1542 2.17 1548 2.18 1554 2.03 1554 2.235 1560 2.215 1572 2.07 1578 2.175 1584 2.2 1584 2.205 1584 2.22 1584 2.5 1590 2.085 1590 2.29 1590 2.605 1590 2.935 1602 2.1 1608 2.215 1614 2.965 1620 2.125 1620 2.33 1632 2.115 1632 2.125 1632 2.16 1632 3.055 1638 2.36 1644 2.065 1644 2.21 1656 2.075 1662 2.09 1674 2.095 1674 2.275 1680 2.335 1686 2.215 1686 2.235 1692 2.255 1692 2.31 1698 2.96 1704 2.1 1704 2.14 1710 2.205 1716 2.26 1722 2.17 1722 3.01 1728 2.215 1734 2.15 1734 3.04 1740 2.15 1740 2.185 1746 2.23 1752 2.235 1758 2.09 1758 2.235 1758 2.575 1758 3.135 1764 2.34 1776 2.115 1776 2.275 1776 2.895 1782 2.85 1788 2.125 1788 2.13 1794 2.205 1794 2.215 1794 2.235 1794 2.275 1794 2.285 1806 2.15 1806 2.165 1812 2.19 1812 2.225 1818 2.255 1824 2.2 1830 2.24 1836 2.17 1836 2.185 1836 2.305 1842 2.175 1842 2.2 1854 2.255 1854 2.285 1860 2.64 1866 2.325 1872 2.14 1878 2.155 1878 2.32 1884 2.15 1884 2.41 1884 2.58 1890 2.275 1890 2.285 1896 2.315 1902 2.21 1908 2.655 1914 2.29 1914 2.295 1932 2.22 1938 2.185 1938 2.235 1938 2.26 1950 2.3 1950 2.305 1962 2.305 1962 2.68 1968 2.185 1974 2.34 1980 2.19 1980 2.33 1986 2.295 1986 2.305 1986 2.335 1986 2.37 1992 2.13 1998 2.225 1998 2.39 2010 3.285 2016 2.315 2016 3.225 2022 2.25 2028 2.24 2028 2.25 2028 2.26 2028 2.66 2040 2.18 2040 2.345 2040 2.37 2046 2.34 2052 2.675 2058 2.225 2070 2.225 2070 2.375 2076 2.33 2076 2.34 2082 2.175 2082 2.385 2082 2.415 2088 2.205 2100 2.33 2100 2.975 2112 2.305 2118 2.28 2118 2.325 2124 2.38 2130 2.395 2130 2.44 2130 2.9 2130 2.96 2142 2.375 2148 2.265 2148 2.99 2154 2.265 2154 2.385 2154 2.74 2160 2.23 2160 2.39 2166 2.365 2166 2.455 2172 2.32 2172 3.02 2184 3.07 2196 2.345 2202 2.315 2202 2.365 2202 2.88 2202 3.005 2208 2.265 2208 2.355 2208 2.44 2220 2.41 2226 2.285 2226 3.01 2232 2.27 2232 2.45 2232 3.16 2238 2.945 2238 3.005 2244 2.43 2244 3.06 2244 3.525 2250 2.405 2250 2.455 2250 2.55 2250 3.88 2256 2.355 2256 2.52 2262 2.295 2262 3.535 2268 2.665 2268 2.675 2268 3.025 2268 3.055 2268 3.07 2268 3.65 2274 2.96 2274 3.61 2274 3.625 2286 2.355 2286 2.38 2292 2.33 2292 3.01 2292 3.02 2298 3.155 2304 2.445 2310 2.33 2316 2.435 2316 3.225 2322 2.325 2322 2.43 2328 2.455 2328 2.465 2328 2.94 2334 2.515 2334 3.08 2340 2.33 2340 2.525 2346 3.045 2352 3.115 2352 3.645 2364 2.39 2364 3.18 2370 2.41 2376 3.185 2382 2.35 2382 2.49 2382 3.175 2382 3.21 2394 2.35 2394 3.79 2406 2.485 2412 2.46 2412 2.465 2412 3.185 2418 2.51 2442 2.425 2442 3.14 2442 3.155 2448 2.44 2454 3.805 2460 2.405 2460 2.515 2472 2.58 2478 2.365 2478 2.55 2484 2.44 2484 2.505 2490 2.455 2490 2.58 2505 2.485 2523 2.44 2523 2.485 2532 3.755 2532 3.77 2541 2.41 2550 2.455 2559 2.54 2559 2.545 2568 2.595 2568 3.055 2595 2.47 2595 2.52 2595 3.7 2595 3.705 2604 3.75 2613 2.645 2613 3.11 2622 2.465 2631 2.54 2631 2.575 2631 2.715 2640 2.63 2640 2.865 2667 2.485 2667 2.56 2667 3.66 2676 2.745 2676 3.74 2685 2.49 2685 2.905 2703 2.52 2703 2.59 2703 2.9 2730 2.545 2730 3.75 2748 2.695 2757 2.52 2757 3.69 2766 2.495 2766 2.66 2775 2.61 2775 2.72 2775 2.94 2784 2.72 2802 2.55 2802 2.57 2802 3.74 2811 3.145 2820 2.565 2829 3.765 2838 2.645 2847 2.705 2865 2.57 2865 2.585 2883 2.8 2892 2.565 2910 2.745 2919 2.82 2928 2.615 2946 2.82 2955 2.615 2973 2.78 2973 2.855 2991 2.63 2991 2.875 3036 2.57 3045 2.87 3054 2.66 3072 2.71 3090 2.665 3090 2.89 3099 2.88 3108 2.73 3162 2.745 3180 2.725 3216 2.8 3234 2.785 3270 2.835 3324 2.875 3378 2.92 3423 2.965 3459 2.865 3522 3.08 404 1.6 412 1.645 416 1.58 424 1.63 432 1.615 436 1.665 436 1.85 448 1.775 452 1.72 452 1.76 456 1.905 460 1.74 460 1.975 464 2.01 472 1.72 472 1.73 476 1.71 476 1.995 484 1.695 484 1.77 488 2.01 496 1.755 500 1.775 500 1.95 508 1.825 508 2.05 512 1.735 512 1.92 516 1.805 516 2.09 520 1.82 524 1.935 528 2.065 536 1.71 536 2.04 540 1.76 540 2.155 544 1.84 544 2.18 548 1.98 552 1.995 560 1.78 560 2.055 564 1.8 568 1.885 572 1.76 576 2.055 580 1.805 580 1.82 584 2.095 588 1.835 588 1.92 592 2.05 596 1.825 600 2.06 604 2.08 608 1.805 608 2.04 612 2.1 616 1.835 616 1.845 616 2.065 616 2.245 624 1.845 628 1.85 636 2.14 644 1.895 648 2.06 652 1.835 652 1.9 652 1.92 652 2.145 660 1.83 660 2.07 664 1.935 668 2.2 672 1.795 680 1.805 688 1.835 688 1.945 688 1.965 692 2.175 692 2.21 696 1.9 704 2.235 708 1.87 716 2.12 720 2.06 720 2.235 724 1.91 724 2.075 728 1.85 732 2.13 744 2.115 748 1.92 756 1.885 760 2.125 764 1.88 764 1.915 768 2.18 772 1.895 776 1.94 776 1.955 780 2.185 784 1.955 788 2.235 792 1.975 796 2.11 800 1.955 804 2.21 804 2.235 808 2.015 808 2.11 812 1.895 812 2.205 816 2.19 824 1.875 824 2.32 832 1.9 836 1.91 836 2.01 836 2.325 840 1.955 844 1.855 844 1.955 844 2.235 844 2.41 848 2.285 852 1.94 856 1.905 864 1.9 864 1.93 864 2.41 872 1.945 872 2.18 884 2.165 884 2.355 888 2.2 896 2.165 900 1.92 900 1.935 900 2.23 908 1.925 908 1.97 912 1.985 916 1.925 920 2.0 920 2.01 920 2.25 928 2.01 932 2.19 936 2.225 940 2.035 944 2.255 948 1.905 948 2.35 952 2.065 952 2.145 952 2.255 956 1.9 956 2.355 956 2.365 960 2.43 964 2.4 968 1.895 972 1.945 976 2.16 976 2.425 980 2.055 984 1.9 984 2.01 988 1.985 996 1.945 996 1.965 1004 1.955 1008 1.995 1012 1.97 1012 2.22 1024 2.005 1032 2.185 1036 1.975 1040 2.235 1044 1.975 1048 2.01 1052 2.025 1056 1.975 1060 2.05 1072 1.995 1072 2.235 1080 2.31 1092 2.095 1092 2.19 1096 2.29 1104 1.94 1104 2.085 1108 2.245 1116 1.95 1116 2.1 1120 2.045 1132 2.005 1132 2.21 1136 1.995 1140 1.985 1144 2.04 1148 2.01 1154 2.22 1166 2.02 1166 2.24 1178 2.0 1178 2.05 1178 2.245 1178 2.385 1184 2.06 1190 2.19 1196 2.065 1202 2.045 1202 2.08 1202 2.17 1208 2.185 1214 1.955 1214 1.985 1214 2.1 1226 2.215 1232 2.32 1238 2.16 1250 2.075 1250 2.115 1262 2.0 1262 2.04 1268 2.19 1280 2.055 1280 2.185 1298 2.03 1298 2.26 1304 2.03 1310 2.065 1310 2.095 1310 2.435 1316 2.24 1322 2.11 1328 2.005 1328 2.115 1328 2.295 1334 2.195 1346 2.04 1346 2.175 1346 2.28 1346 2.355 1352 2.01 1358 2.015 1358 2.175 1358 2.805 1370 2.01 1370 2.165 1376 2.09 1376 2.21 1382 2.755 1382 2.775 1394 2.04 1400 2.045 1400 2.09 1406 2.22 1412 2.27 1424 2.07 1424 2.295 1430 2.1 1436 2.05 1436 2.13 1436 2.195 1436 2.965 1442 2.02 1442 2.14 1442 2.31 1448 2.15 1454 2.035 1454 2.17 1460 2.165 1460 2.23 1466 2.08 1472 2.04 1472 2.185 1478 2.245 1478 2.27 1484 2.055 1484 2.425 1490 2.145 1490 2.195 1490 2.265 1490 3.095 1496 2.1 1508 2.09 1514 2.125 1514 2.21 1520 2.42 1538 2.095 1538 2.305 1544 2.095 1544 2.14 1544 2.445 1556 2.045 1556 2.185 1556 2.345 1556 2.53 1562 2.14 1562 2.165 1562 2.175 1568 2.16 1568 2.225 1568 3.055 1574 2.05 1574 2.155 1586 2.425 1598 2.065 1598 2.295 1604 2.225 1604 2.27 1610 2.08 1610 2.185 1610 2.29 1616 2.115 1616 2.92 1622 2.34 1622 2.465 1628 2.16 1628 2.235 1640 2.13 1640 2.315 1640 2.94 1646 2.275 1652 2.125 1658 2.15 1658 2.2 1658 2.28 1658 3.025 1670 2.46 1676 2.195 1676 2.21 1682 2.195 1688 2.265 1688 2.29 1694 2.25 1700 2.105 1700 2.445 1706 2.1 1706 2.32 1706 3.18 1712 2.205 1712 2.265 1724 2.33 1730 2.135 1736 2.28 1742 2.54 1748 2.255 1748 2.995 1760 2.14 1760 2.16 1760 2.205 1760 2.335 1766 2.13 1766 2.185 1772 2.235 1772 2.25 1784 3.115 1790 2.275 1796 2.35 1802 2.88 1802 2.89 1808 2.13 1808 2.325 1814 2.235 1814 3.225 1820 2.14 1820 2.2 1820 2.275 1820 2.345 1826 2.215 1832 2.15 1838 2.215 1844 2.565 1850 2.3 1856 2.195 1856 2.345 1862 2.17 1862 2.22 1862 2.235 1868 2.255 1874 2.27 1874 2.28 1886 2.325 1892 2.31 1898 2.155 1904 2.31 1910 2.395 1910 2.515 1916 2.24 1916 2.255 1916 2.315 1916 2.32 1916 2.5 1922 2.435 1928 2.195 1934 2.185 1934 2.26 1940 2.235 1940 2.325 1946 2.305 1946 2.53 1952 2.23 1952 2.825 1958 2.195 1958 2.22 1964 2.285 1982 2.29 1982 2.345 1988 2.275 1994 2.2 2000 2.34 2006 2.305 2012 2.275 2012 2.28 2012 2.38 2012 2.385 2012 3.52 2024 2.36 2036 2.33 2036 3.185 2042 2.375 2048 2.235 2048 2.755 2048 2.85 2054 2.23 2054 2.24 2054 2.335 2060 2.625 2066 2.33 2066 2.615 2072 2.34 2078 2.265 2078 2.355 2084 2.23 2084 2.34 2084 2.635 2090 2.4 2102 2.31 2102 2.315 2108 2.365 2114 2.26 2114 2.44 2120 2.35 2120 2.995 2126 2.415 2126 2.935 2132 2.38 2138 2.27 2138 2.28 2138 2.425 2144 2.315 2144 2.525 2144 2.81 2144 3.035 2150 2.35 2156 2.365 2156 2.525 2156 2.9 2156 2.925 2162 2.37 2174 2.945 2180 2.405 2186 2.355 2186 2.365 2192 2.415 2192 2.94 2198 2.285 2198 2.41 2198 2.68 2198 2.97 2198 2.98 2204 2.7 2210 2.435 2210 3.02 2216 2.445 2216 3.03 2222 2.325 2222 2.42 2222 2.935 2228 2.355 2228 2.63 2228 2.905 2228 2.96 2234 2.295 2234 2.92 2234 2.945 2240 2.41 2246 2.385 2246 2.955 2252 2.63 2252 2.925 2258 2.405 2264 2.87 2264 2.97 2264 3.145 2270 3.305 2270 3.395 2276 2.36 2276 2.37 2276 2.985 2282 2.42 2282 3.765 2288 3.395 2294 2.615 2294 3.025 2300 2.915 2300 3.555 2306 2.34 2306 3.945 2312 2.33 2312 2.38 2312 3.01 2312 3.505 2318 2.935 2318 2.955 2324 2.95 2330 2.405 2330 2.42 2330 3.02 2336 3.15 2354 2.405 2360 2.385 2360 2.47 2360 3.04 2366 2.65 2378 3.05 2384 2.365 2384 3.765 2396 2.535 2396 2.955 2396 3.07 2402 3.135 2408 2.45 2408 2.745 2408 3.12 2414 2.735 2414 3.055 2420 3.72 2426 3.04 2432 2.445 2432 2.495 2438 2.415 2438 2.42 2438 2.44 2444 2.48 2444 3.04 2456 2.955 2456 3.815 2468 2.39 2468 2.4 2468 3.085 2474 2.42 2474 2.795 2486 2.475 2486 3.69 2492 2.47 2507 2.46 2507 3.045 2516 2.445 2525 2.49 2525 2.96 2543 2.41 2552 2.445 2561 3.685 2570 2.455 2570 2.49 2588 2.48 2588 2.91 2597 2.47 2597 2.535 2597 2.98 2597 3.755 2615 2.47 2624 2.45 2624 3.62 2642 2.605 2660 2.515 2660 2.77 2669 2.565 2669 2.65 2669 3.0 2687 2.475 2696 2.54 2696 3.575 2705 2.645 2705 3.63 2714 2.53 2732 2.54 2741 2.58 2759 3.65 2786 3.625 2795 2.58 2804 2.635 2804 2.815 2831 3.665 2840 2.7 2840 3.025 2858 2.705 2858 3.64 2867 2.58 2876 2.63 2894 2.725 2912 2.76 2930 2.615 2930 2.74 2939 2.67 2957 2.735 2975 2.73 3002 2.675 3020 2.795 3038 2.755 1728 2.025 2016 2.105 2100 2.16 2268 2.215 2346 2.25 2424 2.275 2640 2.37 2775 2.435 2838 2.455 2901 2.49 3135 2.63 3189 2.67 3243 2.705 3297 2.745 3351 2.775 3396 2.845 3450 2.855 3495 2.925 3540 2.99 3567 3.1 3594 3.015 3639 3.085 3684 3.175 1166 2.005 1196 1.95 1256 2.045 1268 2.05 1334 2.0 1550 2.06 1688 2.095 ScatterSeries2_3000066400000000000000000000032361436443153700414760ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support562 3.23 698 3.335 718 3.31 738 3.44 758 3.55 778 3.61 830 3.34 842 3.35 854 3.345 866 3.445 874 3.46 882 3.405 886 3.46 906 3.505 910 3.24 930 3.56 946 3.71 954 3.735 958 3.345 982 3.32 998 3.855 1002 3.42 1006 3.445 1014 3.54 1014 3.94 1018 3.43 1034 3.445 1046 3.455 1054 3.255 1070 3.51 1086 3.6 1098 3.39 1114 3.685 1118 3.345 1122 3.73 1142 3.38 1142 3.785 1152 3.5 1152 3.75 1152 3.815 1158 3.445 1158 3.93 1176 3.775 1182 3.54 1182 3.885 1206 3.605 1230 3.375 1236 4.06 1254 3.665 1266 3.895 1272 3.775 1290 3.435 1296 3.765 1302 3.54 1332 3.75 1356 3.38 1356 3.985 1380 4.015 1476 3.395 1590 3.415 1608 3.385 1698 3.455 1806 3.45 1902 3.545 1908 3.49 2010 3.47 2022 3.445 2118 3.405 2178 3.42 588 3.19 604 3.35 712 3.39 728 3.255 744 3.27 756 3.415 768 3.09 784 3.52 800 3.595 812 3.22 848 3.365 856 3.29 856 3.46 864 3.33 868 3.39 876 3.29 880 3.3 888 3.425 904 3.395 912 3.405 928 3.485 932 3.225 952 3.52 964 3.205 968 3.685 972 3.975 976 3.275 980 3.33 980 3.67 992 3.485 996 3.885 1004 3.305 1012 3.385 1012 3.46 1016 3.35 1024 3.405 1024 3.79 1028 3.33 1040 3.38 1040 3.85 1056 3.415 1068 3.415 1076 3.19 1076 3.375 1080 3.205 1096 3.46 1112 3.53 1124 3.275 1124 3.465 1136 3.615 1136 3.665 1136 3.93 1140 3.335 1140 3.815 1154 3.335 1154 4.045 1166 3.34 1166 3.73 1166 3.795 1172 3.655 1172 3.73 1184 3.645 1190 3.37 1196 3.765 1196 3.785 1208 3.41 1208 3.755 1208 3.81 1232 3.525 1244 3.94 1262 3.97 1268 4.04 1280 3.595 1286 3.85 1292 3.645 1298 3.645 1304 3.685 1316 3.735 1316 4.075 1340 3.69 1376 3.575 1376 3.66 1376 3.92 1394 3.605 1394 3.935 1430 3.645 1430 4.025 1442 3.775 1478 3.84 1496 3.88 1508 3.825 1520 3.9 1616 3.335 1724 3.375 2036 3.365 2144 3.345 2204 3.345 ScatterSeries2_4000066400000000000000000000006141436443153700414740ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support1146 4.735 1266 4.625 1290 4.7 1308 4.89 1374 4.55 1386 4.49 1392 4.705 1404 4.51 1404 4.57 1410 4.595 1428 4.715 1446 4.775 1476 4.43 1482 4.47 1482 4.495 1512 4.425 1530 4.62 1542 4.595 1560 4.64 1578 4.34 1578 4.665 1590 4.43 1608 4.345 1686 4.325 1698 4.39 1172 4.625 1292 4.505 1316 4.545 1334 4.76 1400 4.42 1406 4.44 1430 4.425 1454 4.595 1508 4.34 1538 4.305 1568 4.46 1586 4.5 1604 4.24 ScatterSeries2_5000066400000000000000000000223321436443153700414760ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support398 1.98 402 2.02 410 2.035 414 2.08 426 2.115 434 2.325 446 2.21 446 2.385 454 2.22 478 2.325 490 2.145 538 2.235 546 2.28 622 2.26 662 2.7 686 2.335 690 2.375 730 2.495 758 2.325 794 2.395 810 2.27 814 2.4 818 2.48 830 2.405 834 2.44 890 2.35 898 2.365 934 2.425 946 2.485 950 2.355 954 2.435 966 2.445 966 2.485 966 2.54 970 2.455 974 2.485 1002 2.7 1014 2.38 1022 2.385 1034 2.4 1058 2.47 1070 2.46 1082 2.54 1082 2.7 1090 2.475 1102 2.47 1106 2.495 1110 2.515 1138 2.72 1142 2.425 1152 2.405 1164 2.43 1176 2.475 1188 2.49 1200 2.485 1200 2.675 1212 2.71 1218 2.385 1218 2.485 1218 2.5 1230 2.53 1236 2.52 1242 2.53 1242 2.565 1248 2.455 1254 2.59 1266 2.615 1272 2.45 1272 2.72 1272 2.775 1278 2.475 1284 2.76 1290 2.455 1296 2.415 1296 2.6 1302 2.395 1308 2.49 1308 2.585 1320 2.705 1326 2.515 1326 2.555 1332 2.605 1332 2.745 1338 2.41 1338 2.59 1344 2.51 1350 2.42 1356 2.455 1356 2.535 1356 2.6 1362 2.455 1362 2.54 1362 2.575 1362 2.6 1368 2.38 1368 2.48 1374 2.56 1380 2.455 1380 2.49 1386 2.66 1392 2.485 1392 2.6 1392 2.78 1398 2.515 1398 2.78 1410 2.49 1410 2.6 1410 2.78 1416 2.485 1416 2.515 1416 2.565 1428 2.505 1434 2.545 1440 2.565 1440 2.735 1446 2.445 1458 2.545 1458 2.57 1458 2.695 1464 2.42 1464 2.46 1464 2.53 1470 2.58 1470 2.62 1476 2.49 1476 2.59 1482 2.495 1482 2.595 1482 2.615 1488 2.445 1488 2.485 1494 2.605 1500 2.505 1506 2.665 1512 2.795 1512 2.835 1518 2.555 1518 2.575 1518 2.665 1518 2.76 1524 2.525 1524 2.535 1524 2.655 1530 2.435 1530 2.52 1530 2.79 1530 2.855 1530 2.9 1542 2.54 1542 2.705 1548 2.475 1554 2.565 1554 2.585 1554 2.75 1560 2.705 1560 2.75 1572 2.5 1572 2.58 1572 2.6 1578 2.69 1584 2.425 1584 2.6 1584 2.655 1590 2.615 1596 2.6 1596 2.615 1596 2.64 1602 2.775 1614 2.44 1614 2.57 1614 2.725 1620 2.535 1626 2.825 1632 2.565 1632 2.705 1638 2.895 1644 2.57 1650 2.57 1656 2.59 1656 2.61 1662 2.595 1662 2.775 1668 2.605 1674 2.515 1674 2.715 1680 2.635 1680 2.8 1686 2.54 1686 2.63 1692 2.69 1698 2.255 1698 2.545 1698 2.655 1698 2.695 1704 2.655 1710 2.81 1716 2.46 1722 2.515 1722 2.58 1722 2.75 1728 2.5 1728 2.56 1728 2.745 1734 2.84 1734 2.885 1740 2.59 1746 2.535 1746 2.73 1746 2.905 1758 2.64 1758 2.755 1764 2.74 1764 2.785 1776 2.505 1776 2.565 1776 2.76 1782 2.64 1782 2.72 1788 2.5 1788 2.565 1788 2.63 1788 2.785 1794 2.665 1800 2.3 1800 2.545 1806 2.645 1806 2.69 1812 2.595 1812 2.875 1818 2.535 1824 2.715 1824 2.785 1830 2.59 1836 2.45 1836 2.885 1842 2.61 1848 2.515 1848 2.61 1848 2.78 1848 2.85 1854 2.565 1854 2.935 1860 2.54 1860 2.665 1860 2.795 1866 2.61 1872 2.555 1872 2.65 1872 2.825 1878 2.665 1884 2.645 1884 2.675 1884 2.865 1896 2.585 1896 2.59 1896 2.68 1902 2.59 1902 2.66 1902 2.7 1908 2.625 1908 2.705 1914 2.86 1920 2.625 1920 2.745 1926 2.62 1926 2.805 1932 2.565 1932 2.76 1938 2.66 1938 2.775 1938 2.895 1950 3.0 1956 2.695 1956 2.855 1962 2.62 1962 2.83 1968 2.495 1968 2.69 1974 2.845 1980 2.665 1980 2.7 1980 2.89 1986 2.54 1986 2.765 1992 2.64 1992 2.67 1998 2.725 1998 2.745 1998 2.765 2010 2.63 2010 2.65 2010 2.87 2016 2.58 2016 2.66 2022 2.64 2022 2.78 2034 2.675 2034 2.82 2034 2.93 2040 2.505 2040 2.815 2052 2.69 2058 2.555 2058 2.705 2064 2.705 2064 2.89 2070 2.75 2070 2.845 2076 2.64 2076 2.905 2088 2.65 2088 2.77 2088 2.81 2094 2.705 2094 2.77 2094 2.9 2100 2.94 2106 2.645 2112 2.68 2112 2.835 2118 2.555 2124 2.53 2124 2.71 2124 2.845 2124 2.965 2130 2.575 2130 2.64 2136 2.68 2136 2.985 2142 2.6 2142 2.89 2154 2.585 2160 2.77 2166 2.675 2166 2.94 2178 2.795 2184 2.785 2190 2.955 2196 2.725 2196 2.915 2202 2.71 2208 2.74 2208 2.87 2214 2.61 2214 2.725 2214 2.99 2220 2.795 2226 2.76 2232 2.87 2238 2.775 2244 2.805 2244 2.91 2256 2.8 2256 2.9 2262 2.825 2268 2.82 2274 2.7 2280 2.75 2286 2.855 2292 2.765 2298 3.02 2304 2.77 2310 2.735 2310 2.79 2310 2.99 2322 2.73 2328 2.825 2334 3.01 2340 2.695 2340 2.735 2340 2.925 2346 2.84 2346 2.875 2358 2.775 2358 3.01 2370 2.81 2376 2.775 2382 2.795 2388 2.84 2394 2.735 2394 2.775 2400 2.755 2400 2.825 2406 2.755 2406 2.86 2406 3.0 2418 2.84 2418 3.0 2424 2.875 2430 2.81 2430 2.88 2448 2.84 2454 2.81 2466 2.795 2472 2.97 2478 2.775 2478 2.855 2484 2.84 2484 2.88 2496 2.805 2505 2.89 2532 2.815 2532 2.955 2541 2.86 2550 2.8 2550 3.035 2559 2.9 2559 3.01 2568 2.855 2577 2.915 2586 2.905 2604 2.875 2631 2.935 2649 2.955 2649 2.99 2667 2.845 2676 2.9 2694 2.855 2694 3.09 2703 2.955 2721 2.975 2721 3.02 2730 2.905 2757 2.92 2784 2.965 2793 3.02 2820 2.965 2856 3.07 404 2.335 408 2.03 408 2.26 424 2.075 424 2.1 432 2.14 444 2.17 456 2.08 456 2.11 456 2.365 460 2.4 464 2.435 468 2.09 468 2.25 472 2.085 472 2.27 476 2.285 484 2.13 488 2.32 488 2.34 496 2.175 496 2.375 496 2.64 512 2.575 516 2.185 524 2.39 532 2.425 536 2.595 540 2.24 552 2.75 560 2.265 568 2.21 568 2.295 576 2.57 576 2.735 588 2.365 588 2.55 600 2.565 608 2.615 628 2.735 628 2.75 636 2.79 644 2.29 660 2.59 660 2.865 668 2.57 684 2.715 684 2.86 704 2.735 712 2.395 720 2.66 744 2.81 752 2.66 756 2.83 768 2.84 776 2.755 776 2.86 780 2.35 788 2.37 788 2.665 792 2.78 800 2.895 808 2.72 808 2.885 808 2.9 808 2.935 820 2.27 828 2.31 836 2.415 844 2.775 852 2.425 852 2.775 856 2.455 868 2.955 872 2.345 872 2.835 876 2.85 884 2.855 896 2.37 900 2.865 916 2.77 920 2.39 928 2.405 952 2.315 956 2.43 968 2.51 972 2.37 976 2.45 988 2.49 996 2.45 996 2.495 1008 2.375 1036 2.4 1044 2.385 1060 2.43 1084 2.335 1084 2.375 1092 2.465 1100 2.385 1112 2.455 1112 2.48 1116 2.455 1120 2.38 1124 2.475 1124 2.5 1128 2.5 1132 2.525 1136 2.41 1140 2.42 1154 2.43 1172 2.32 1172 2.415 1178 2.725 1190 2.425 1202 2.37 1208 2.37 1214 2.355 1214 2.485 1220 2.525 1238 2.495 1244 2.395 1244 2.48 1250 2.54 1256 2.47 1262 2.435 1262 2.5 1262 2.535 1274 2.445 1286 2.615 1292 2.455 1292 2.725 1310 2.47 1316 2.61 1316 2.715 1322 2.355 1322 2.4 1334 2.375 1346 2.505 1346 2.685 1352 2.42 1352 2.53 1358 2.585 1358 2.7 1364 2.52 1370 2.435 1370 2.475 1376 2.455 1376 2.525 1382 2.455 1382 2.54 1388 2.4 1388 2.455 1388 2.545 1394 2.37 1400 2.45 1400 2.51 1406 2.465 1412 2.605 1418 2.455 1418 2.525 1418 2.74 1418 2.785 1424 2.74 1430 2.49 1436 2.57 1436 2.73 1436 2.785 1436 2.855 1442 2.405 1448 2.505 1460 2.525 1460 2.725 1466 2.805 1472 2.435 1472 2.69 1478 2.73 1484 2.505 1484 2.54 1490 2.395 1490 2.49 1496 2.485 1496 2.545 1496 2.595 1502 2.465 1502 2.56 1508 2.45 1508 2.56 1508 2.76 1514 2.425 1514 2.46 1514 2.605 1520 2.485 1520 2.63 1526 2.665 1532 2.41 1532 2.49 1532 2.785 1538 2.45 1538 2.65 1538 2.795 1544 2.55 1550 2.51 1556 2.805 1562 2.43 1568 2.515 1568 2.675 1574 2.45 1574 2.525 1574 2.545 1580 2.46 1580 2.56 1580 2.725 1586 2.5 1592 2.575 1592 2.76 1598 2.455 1598 2.56 1604 2.605 1610 2.495 1610 2.6 1610 2.78 1616 2.48 1616 2.53 1616 2.58 1616 2.615 1616 2.65 1616 2.76 1622 2.305 1622 2.49 1622 2.51 1622 2.58 1622 2.775 1628 2.505 1628 2.55 1628 2.73 1634 2.55 1634 2.675 1640 2.525 1640 2.54 1640 2.685 1646 2.7 1646 2.81 1652 2.53 1652 2.69 1658 2.535 1658 2.75 1670 2.77 1676 2.475 1682 2.71 1688 2.585 1694 2.455 1694 2.72 1700 2.5 1700 2.595 1700 2.785 1706 2.475 1706 2.59 1712 2.59 1724 2.5 1724 2.61 1724 2.7 1730 2.575 1730 2.615 1730 2.81 1736 2.46 1736 2.525 1736 2.575 1736 2.755 1742 2.525 1742 2.695 1748 2.525 1748 2.55 1748 2.7 1754 2.475 1754 2.69 1754 2.84 1760 2.795 1766 2.555 1766 2.74 1778 2.45 1784 2.6 1784 2.725 1790 2.605 1796 2.495 1796 2.595 1796 2.76 1802 2.475 1808 2.5 1808 2.625 1808 2.795 1814 2.515 1826 2.645 1832 2.54 1832 2.615 1832 2.645 1838 2.795 1844 2.715 1850 2.575 1850 2.69 1850 2.73 1856 2.455 1862 2.425 1862 2.735 1862 2.835 1868 2.55 1868 2.575 1868 2.585 1868 2.765 1874 2.545 1880 2.865 1886 2.515 1886 2.61 1886 2.765 1898 2.55 1898 2.615 1910 2.63 1910 2.81 1916 2.575 1922 2.56 1922 2.795 1928 2.61 1928 2.655 1928 2.69 1928 2.725 1934 2.83 1940 2.445 1946 2.59 1946 2.775 1952 2.59 1952 2.735 1958 2.495 1958 2.54 1958 2.615 1958 2.88 1964 2.48 1964 2.61 1964 2.76 1970 2.61 1970 2.76 1976 2.615 1976 2.9 1982 2.64 1982 2.8 1988 2.495 1988 2.78 1994 2.47 2000 2.66 2006 2.66 2012 2.58 2012 2.7 2012 2.79 2018 2.585 2018 2.715 2024 2.675 2024 2.685 2024 2.71 2030 2.615 2030 2.865 2036 2.825 2048 2.61 2048 2.64 2054 2.645 2054 2.895 2060 2.49 2060 2.615 2060 2.89 2072 2.465 2072 2.675 2078 2.58 2078 2.64 2084 2.53 2084 2.685 2090 2.57 2090 2.815 2096 2.575 2096 2.69 2102 2.61 2102 2.855 2114 2.64 2114 2.71 2120 2.66 2120 2.695 2120 2.715 2120 2.865 2126 2.875 2132 2.605 2132 2.805 2132 2.95 2138 2.64 2138 2.71 2150 2.635 2150 2.9 2162 2.925 2168 2.555 2174 2.695 2174 2.805 2186 2.65 2186 2.71 2186 2.86 2192 2.64 2198 2.625 2204 2.735 2204 2.77 2210 2.875 2216 2.655 2222 2.67 2240 2.67 2246 2.545 2246 2.625 2252 2.695 2270 2.67 2270 2.74 2276 2.655 2282 2.875 2288 2.76 2288 2.805 2294 2.76 2306 2.69 2324 2.645 2330 2.74 2336 2.68 2336 2.725 2342 2.89 2348 2.74 2354 2.735 2354 2.76 2354 2.875 2366 2.7 2372 2.78 2372 2.815 2396 2.715 2408 2.665 2420 2.67 2420 2.725 2420 2.9 2426 2.755 2438 2.72 2444 2.765 2450 2.815 2450 2.845 2456 2.72 2456 2.805 2468 2.745 2480 2.685 2480 2.75 2486 2.73 2492 2.765 2507 2.7 2507 2.785 2516 2.73 2516 2.775 2516 2.875 2525 2.85 2534 2.625 2534 2.79 2534 2.825 2543 2.745 2552 2.775 2570 2.78 2579 2.8 2588 2.815 2597 2.75 2606 2.835 2606 2.875 2615 2.725 2624 2.775 2642 2.82 2651 2.75 2660 2.84 2678 2.815 2678 2.865 2678 2.885 2696 2.785 2723 2.77 2732 2.85 2741 2.81 2750 2.875 2768 2.825 2786 2.81 2795 2.88 2822 2.91 2831 2.86 2849 2.855 2858 2.835 2867 2.885 2885 2.97 2912 2.9 ScatterSeries2_6000066400000000000000000000105101436443153700414720ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support430 1.46 438 1.465 466 1.47 486 1.535 506 1.51 558 1.575 574 1.59 582 1.605 590 1.54 598 1.515 626 1.635 650 1.61 654 1.585 666 1.56 678 1.57 690 1.58 702 1.64 714 1.665 726 1.675 734 1.63 758 1.64 766 1.705 782 1.655 798 1.675 806 1.68 814 1.69 822 1.69 842 1.7 858 1.655 866 1.73 882 1.685 898 1.685 906 1.585 906 1.755 938 1.725 946 1.725 954 1.735 966 1.625 970 1.745 982 1.695 986 1.75 994 1.745 1002 1.77 1010 1.72 1030 1.73 1038 1.805 1078 1.765 1086 1.78 1106 1.73 1114 1.8 1122 1.8 1130 1.815 1134 1.745 1158 1.755 1170 1.825 1182 1.715 1188 1.62 1200 1.79 1224 1.815 1230 1.76 1236 1.67 1236 1.775 1236 1.795 1248 1.83 1260 1.8 1278 1.785 1290 1.87 1308 1.765 1320 1.825 1338 1.785 1344 1.845 1368 1.86 1404 1.785 1410 1.9 1422 1.835 1434 1.86 1440 1.665 1446 1.81 1458 1.88 1464 1.9 1482 1.89 1488 1.695 1506 1.815 1518 1.84 1518 1.95 1542 1.87 1542 1.9 1566 1.915 1590 1.93 1608 1.84 1626 1.985 1668 1.835 1668 1.96 1692 1.98 1698 2.005 1710 1.905 1716 1.725 1722 1.935 1770 1.88 1770 1.98 1794 1.905 1800 2.02 1830 2.045 1848 1.905 1866 2.02 1872 1.925 1884 1.725 1890 2.04 1902 2.035 1920 1.765 1926 2.07 1944 1.955 1956 2.055 1956 2.07 1980 2.07 2022 1.95 2046 2.085 2046 2.095 2070 1.945 2070 2.11 2094 2.08 2112 1.795 2124 2.065 2136 2.115 2154 1.99 2160 2.11 2166 2.15 2178 2.02 2190 2.165 2208 2.085 2214 2.155 2220 2.165 2238 2.165 2250 2.16 2292 1.82 2298 2.18 2310 2.05 2322 2.185 2340 2.14 2340 2.155 2370 2.045 2376 2.205 2400 2.2 2412 2.045 2418 2.195 2430 2.26 2442 2.095 2448 2.245 2472 2.07 2472 2.265 2490 2.085 2505 2.275 2523 2.27 2532 2.265 2550 2.095 2550 2.26 2577 2.3 2595 2.295 2604 2.1 2622 2.3 2640 2.1 2649 2.33 2676 2.145 2685 2.33 2694 2.365 2712 2.135 2712 2.375 2730 2.36 2757 2.385 2784 2.17 2793 2.41 2811 2.42 2820 2.415 2829 2.205 2883 2.415 2919 2.455 2946 2.46 2964 2.505 2973 2.225 2982 2.47 3000 2.47 3027 2.53 3036 2.275 3081 2.58 3099 2.54 3117 2.565 3153 2.58 3153 2.595 3180 2.54 3207 2.615 3261 2.66 3315 2.685 3387 2.725 3414 2.78 3432 2.745 3441 2.795 3531 2.88 3540 3.005 3576 2.91 3666 3.05 3720 3.295 3810 3.735 404 1.465 456 1.535 476 1.51 524 1.57 532 1.575 544 1.595 560 1.615 568 1.63 580 1.63 592 1.645 604 1.635 608 1.605 636 1.64 672 1.64 696 1.68 700 1.555 720 1.695 724 1.695 728 1.685 728 1.71 736 1.71 744 1.73 756 1.675 780 1.695 784 1.765 804 1.705 820 1.72 836 1.73 848 1.595 856 1.75 860 1.755 868 1.76 876 1.71 884 1.78 900 1.74 920 1.74 924 1.805 940 1.75 968 1.77 972 1.665 984 1.68 992 1.785 1000 1.78 1004 1.74 1012 1.805 1020 1.82 1052 1.77 1060 1.84 1096 1.805 1108 1.81 1112 1.69 1128 1.77 1132 1.815 1136 1.83 1144 1.835 1154 1.84 1178 1.79 1190 1.865 1202 1.755 1220 1.825 1238 1.79 1244 1.85 1256 1.815 1256 1.845 1262 1.7 1268 1.86 1280 1.865 1298 1.815 1310 1.905 1328 1.8 1358 1.82 1364 1.875 1388 1.885 1424 1.82 1430 1.93 1460 1.705 1466 1.835 1472 1.86 1478 1.91 1502 1.92 1508 1.735 1526 1.845 1544 1.955 1568 1.87 1586 1.94 1592 1.94 1610 1.955 1622 1.935 1628 1.87 1634 1.895 1652 1.985 1688 1.855 1694 1.73 1694 1.96 1718 1.98 1724 2.0 1736 1.76 1736 1.91 1754 2.025 1778 1.88 1790 2.0 1796 1.89 1820 1.99 1850 2.06 1874 1.91 1892 2.015 1904 1.995 1910 2.04 1922 2.05 1934 1.995 1946 1.78 1946 2.09 1952 1.925 1970 1.96 1982 2.05 1988 2.06 2006 2.06 2018 2.05 2042 1.96 2042 2.095 2066 2.095 2072 2.075 2096 1.95 2096 2.09 2126 2.145 2138 1.8 2156 2.115 2168 1.965 2180 1.99 2180 2.125 2192 2.12 2210 2.175 2240 2.135 2252 2.0 2252 2.12 2258 2.165 2264 2.145 2294 2.195 2318 2.01 2324 2.155 2336 2.15 2342 2.195 2354 2.185 2360 1.995 2366 2.125 2372 2.225 2396 2.035 2402 2.185 2426 2.185 2432 2.215 2438 2.035 2450 2.25 2474 2.215 2492 2.21 2492 2.245 2498 2.05 2507 2.23 2507 2.255 2525 2.27 2552 2.23 2579 2.065 2579 2.27 2597 2.3 2624 2.255 2633 2.075 2642 2.28 2669 2.07 2669 2.32 2696 2.28 2705 2.11 2714 2.285 2741 2.105 2741 2.325 2759 2.31 2786 2.32 2804 2.15 2804 2.365 2822 2.345 2840 2.335 2840 2.355 2849 2.35 2867 2.4 2876 2.32 2885 2.375 2894 2.51 2912 2.17 2930 2.425 2939 2.565 2948 2.395 2957 2.55 2966 2.2 2966 2.415 2993 2.445 3002 2.18 3011 2.42 3029 2.42 3047 2.495 3065 2.22 3074 2.625 3083 2.425 3110 2.505 3128 2.47 3137 2.65 3146 2.46 3164 2.55 3182 2.505 3191 2.66 3200 2.495 3218 2.585 3236 2.54 3245 2.685 3254 2.515 3272 2.62 3290 2.575 3299 2.745 3308 2.555 3326 2.65 3344 2.605 3380 2.67 3443 2.685 3452 2.825 3461 2.665 3479 2.755 3524 2.825 3578 2.835 3623 2.9 3668 2.97 3713 3.045 3758 3.165 ScatterSeries2_7000066400000000000000000000000511436443153700414720ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support1638 5.545 1980 5.97 1562 5.47 1712 5.48 ScatterSeries2_8000066400000000000000000000006411436443153700415000ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support1176 4.84 1314 4.695 1320 4.755 1338 4.89 1440 4.685 1452 4.62 1470 4.695 1482 4.8 1494 4.775 1506 4.92 1530 4.565 1572 4.565 1596 4.675 1602 4.575 1614 4.65 1668 4.455 1674 4.455 1674 5.0 1202 4.72 1340 4.565 1346 4.62 1364 4.755 1442 4.105 1460 4.24 1472 4.44 1478 4.485 1496 4.57 1508 4.66 1538 4.35 1598 4.435 1622 4.535 1628 4.455 1640 4.51 1652 4.58 1694 4.34 1700 4.85 1712 4.31 1736 4.37 1754 4.345 1778 4.47 ScatterSeries2_9000066400000000000000000000047461436443153700415130ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support402 3.34 414 2.905 414 2.955 422 2.885 422 3.095 430 2.8 446 3.29 450 1.145 454 1.445 454 2.83 470 2.835 478 2.83 510 2.825 530 2.82 538 2.815 554 2.815 570 2.815 582 3.36 586 2.815 606 2.755 646 1.275 686 2.845 702 1.19 706 1.625 878 3.035 902 1.82 918 1.245 946 1.845 962 1.86 1002 2.39 1212 4.11 1248 4.12 1260 4.23 1308 3.555 1416 3.735 1464 3.12 1476 4.715 1560 1.93 1608 2.64 1686 3.17 1716 2.67 1734 5.095 1794 3.215 1812 3.535 1818 2.685 1824 3.38 1830 2.735 1866 4.785 1890 2.815 1914 3.555 1920 2.71 1950 4.83 2016 2.73 2016 3.53 2052 3.415 2076 2.13 2082 3.535 2106 2.775 2112 3.535 2118 2.835 2196 2.785 2202 3.575 2214 3.48 2250 2.175 2280 2.815 2280 4.025 2286 3.62 2286 4.5 2298 2.19 2304 2.175 2328 3.985 2340 4.51 2388 4.44 2406 4.55 2442 2.11 2466 4.495 2478 2.28 2523 2.86 2532 4.505 2559 4.46 2577 4.5 2622 2.35 2721 8.765 2730 8.53 2739 8.235 2748 8.0 3072 3.865 3594 3.19 3720 2.72 3747 3.26 3765 3.4 412 2.525 424 2.13 424 3.355 428 1.365 428 2.97 432 2.995 440 3.135 444 2.035 460 2.91 464 1.225 468 2.9 480 2.185 480 2.9 484 2.595 488 2.905 500 1.61 520 2.905 552 2.34 556 2.895 584 2.93 596 1.47 604 1.23 620 2.005 628 2.89 636 2.715 640 2.955 644 1.695 644 1.88 656 2.65 672 2.95 700 2.97 720 1.255 720 2.87 728 2.975 764 3.125 784 3.03 784 3.25 792 3.055 804 3.11 840 3.19 848 3.14 852 3.03 856 1.23 876 3.215 900 3.035 924 3.275 940 1.295 944 2.995 968 1.26 976 3.185 1024 2.39 1154 1.785 1178 4.25 1286 4.145 1304 4.205 1310 3.58 1334 3.44 1376 3.42 1442 3.615 1484 2.04 1616 1.97 1622 4.015 1640 3.505 1664 2.07 1676 1.96 1694 3.035 1724 2.41 1742 2.075 1760 4.965 1790 2.01 1802 3.055 1892 4.645 1898 2.14 1910 2.15 1916 2.735 1922 2.445 1922 2.7 1970 2.15 1976 4.72 2018 2.075 2030 2.145 2030 2.15 2066 2.17 2072 2.09 2078 3.345 2084 2.19 2096 2.11 2108 2.065 2108 2.2 2162 2.13 2168 2.245 2174 2.085 2174 2.135 2174 2.24 2234 2.235 2246 2.135 2246 2.23 2252 2.15 2252 2.28 2270 2.25 2276 2.15 2288 2.29 2300 2.17 2324 2.17 2330 2.3 2348 2.29 2354 3.86 2366 4.395 2378 2.21 2378 3.545 2396 2.315 2408 2.195 2414 2.195 2414 4.3 2420 2.29 2426 2.34 2438 4.355 2486 2.22 2486 2.355 2492 2.355 2492 4.33 2534 2.235 2561 2.235 2588 2.425 2606 2.27 2615 2.43 2642 2.445 2651 2.305 2660 2.46 2687 2.46 2714 2.445 2723 2.305 2732 2.495 2750 8.435 2759 8.14 2777 2.485 2786 2.3 2813 2.49 2831 2.48 2831 2.525 2849 2.385 2885 2.525 2921 2.525 3020 2.565 3047 2.515 3065 2.47 3074 2.61 3092 2.58 3101 3.7 3119 2.525 3173 2.705 3209 2.665 3263 2.705 3353 2.76 3353 2.775 3362 2.725 3407 2.805 3506 3.54 3677 2.63 SeriesConverter.java000066400000000000000000000213571436443153700424600ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/support/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.support; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; import java.util.Random; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.SeriesData; public class SeriesConverter { public static final String LINE_SERIES = "LineSeries"; public static final String SCATTER_SERIES = "ScatterSeries"; // public static final String LINE_SERIES_1 = "LineSeries1"; public static final String LINE_SERIES_1_ACTIVE_PEAKS = "LineSeries1_ActivePeaks"; public static final String LINE_SERIES_1_INACTIVE_PEAKS = "LineSeries1_InactivePeaks"; public static final String LINE_SERIES_1_SELECTED_PEAK_1 = "LineSeries1_SelectedPeak_1"; public static final String LINE_SERIES_1_SELECTED_PEAK_1_BACKGROUND = "LineSeries1_SelectedPeak_1_Background"; public static final String LINE_SERIES_1_SELECTED_PEAK_2 = "LineSeries1_SelectedPeak_2"; public static final String LINE_SERIES_1_SELECTED_PEAK_2_BACKGROUND = "LineSeries1_SelectedPeak_2_Background"; public static final String LINE_SERIES_1_SELECTED_SCANS = "LineSeries1_SelectedScans"; public static final String LINE_SERIES_1_IDENTIFIED_SCANS = "LineSeries1_IdentifiedScans"; public static final String LINE_SERIES_1_IDENTIFIED_SCANS_SELECTED = "LineSeries1_IdentifiedScansSelected"; public static final String LINE_SERIES_1_BASELINE = "LineSeries1_Baseline"; public static final String LINE_SERIES_2 = "LineSeries2"; public static final String LINE_SERIES_3 = "LineSeries3"; public static final String LINE_SERIES_4_1 = "LineSeries4_1"; public static final String LINE_SERIES_4_2 = "LineSeries4_2"; public static final String LINE_SERIES_4_3 = "LineSeries4_3"; public static final String LINE_SERIES_4_4 = "LineSeries4_4"; public static final String LINE_SERIES_4_5 = "LineSeries4_5"; public static final String LINE_SERIES_5_POSITIVE = "LineSeries5_Positive"; public static final String LINE_SERIES_5_NEGATIVE = "LineSeries5_Negative"; public static final String LINE_SERIES_6 = "LineSeries6"; public static final String LINE_SERIES_7 = "LineSeries7"; // public static final String BAR_SERIES_1 = "BarSeries1"; public static final String BAR_SERIES_2 = "BarSeries2"; public static final String BAR_SERIES_3_POSITIVE = "BarSeries3-Positive"; public static final String BAR_SERIES_3_NEGATIVE = "BarSeries3-Negative"; // public static final String SCATTER_SERIES_1 = "ScatterSeries1"; public static final String SCATTER_SERIES_2_1 = "ScatterSeries2_1"; public static final String SCATTER_SERIES_2_2 = "ScatterSeries2_2"; public static final String SCATTER_SERIES_2_3 = "ScatterSeries2_3"; public static final String SCATTER_SERIES_2_4 = "ScatterSeries2_4"; public static final String SCATTER_SERIES_2_5 = "ScatterSeries2_5"; public static final String SCATTER_SERIES_2_6 = "ScatterSeries2_6"; public static final String SCATTER_SERIES_2_7 = "ScatterSeries2_7"; public static final String SCATTER_SERIES_2_8 = "ScatterSeries2_8"; public static final String SCATTER_SERIES_2_9 = "ScatterSeries2_9"; // public static final String BOXPLOT_SERIES_1 = "BoxPlotSeries1"; // public static final String MEASUREMENT_SERIES_1_READINGS = "Measurement1_Readings"; public static final String MEASUREMENT_SERIES_1_REGRESSION = "Measurement1_Regression"; public static final String MEASUREMENT_SERIES_2_READINGS_1 = "Measurement2_Readings_1"; public static final String MEASUREMENT_SERIES_2_REGRESSION_1 = "Measurement2_Regression_1"; public static final String MEASUREMENT_SERIES_2_READINGS_2 = "Measurement2_Readings_2"; public static final String MEASUREMENT_SERIES_2_REGRESSION_2 = "Measurement2_Regression_2"; public static final String MEASUREMENT_SERIES_2_READINGS_3 = "Measurement2_Readings_3"; public static final String MEASUREMENT_SERIES_2_REGRESSION_3 = "Measurement2_Regression_3"; public static final String MEASUREMENT_SERIES_3_READINGS = "Measurement3_Readings"; public static final String MEASUREMENT_SERIES_3_REGRESSION = "Measurement3_Regression"; public static ISeriesData getSeriesXY(String fileName) { return getSeriesXY(fileName, fileName); } public static ISeriesData getSeriesXY(String fileName, String id) { int size = getNumberOfLines(fileName); double[] xSeries = new double[size]; double[] ySeries = new double[size]; // BufferedReader bufferedReader = null; try { String line; int i = 0; bufferedReader = new BufferedReader(new InputStreamReader(SeriesConverter.class.getResourceAsStream(fileName))); while((line = bufferedReader.readLine()) != null) { if(!line.startsWith("#")) { String[] values = line.split("\t"); xSeries[i] = Double.parseDouble(values[0].trim()); ySeries[i] = Double.parseDouble(values[1].trim()); i++; } } } catch(Exception e) { // } finally { if(bufferedReader != null) { try { bufferedReader.close(); } catch(IOException e) { // } } } // ISeriesData seriesData = new SeriesData(xSeries, ySeries, id); return seriesData; } public static ISeriesData getSeriesFromY(String fileName) { int size = getNumberOfLines(fileName); double[] ySeries = new double[size]; // BufferedReader bufferedReader = null; try { String line; int i = 0; bufferedReader = new BufferedReader(new InputStreamReader(SeriesConverter.class.getResourceAsStream(fileName))); while((line = bufferedReader.readLine()) != null) { ySeries[i++] = Double.parseDouble(line.trim()); } } catch(Exception e) { // } finally { if(bufferedReader != null) { try { bufferedReader.close(); } catch(IOException e) { // } } } // ISeriesData seriesData = new SeriesData(ySeries, fileName); return seriesData; } public static List getSeriesScatter(String fileName) { List scatterSeriesList = new ArrayList(); // BufferedReader bufferedReader = null; try { String line; bufferedReader = new BufferedReader(new InputStreamReader(SeriesConverter.class.getResourceAsStream(fileName))); while((line = bufferedReader.readLine()) != null) { String[] values = line.split("\t"); String id = values[0].trim(); double[] xSeries = new double[]{Double.parseDouble(values[1].trim())}; double[] ySeries = new double[]{Double.parseDouble(values[2].trim())}; ISeriesData seriesData = new SeriesData(xSeries, ySeries, id); scatterSeriesList.add(seriesData); } } catch(Exception e) { // } finally { if(bufferedReader != null) { try { bufferedReader.close(); } catch(IOException e) { // } } } return scatterSeriesList; } public static List getSeriesBoxPlot(String fileName) { List scatterSeriesList = new ArrayList(); try (BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(SeriesConverter.class.getResourceAsStream(fileName)))) { String line; while((line = bufferedReader.readLine()) != null) { String[] values = line.split("\t"); if(values.length == 2) { Random random = new Random(); int trace = Integer.parseInt(values[0].trim()); String id = "Trace " + Integer.toString(trace); double x = trace; String[] yValues = values[1].trim().split(","); int size = yValues.length; double[] xSeries = new double[size]; double[] ySeries = new double[size]; for(int i = 0; i < size; i++) { int sign = random.nextDouble() > 0.5d ? 1 : -1; double offset = (random.nextDouble() / 10.0d); xSeries[i] = x + offset * sign; ySeries[i] = Double.parseDouble(yValues[i].trim()); } ISeriesData seriesData = new SeriesData(xSeries, ySeries, id); scatterSeriesList.add(seriesData); } } } catch(Exception e) { } // return scatterSeriesList; } private static int getNumberOfLines(String fileName) { int i = 0; BufferedReader bufferedReader = null; try { bufferedReader = new BufferedReader(new InputStreamReader(SeriesConverter.class.getResourceAsStream(fileName))); while((bufferedReader.readLine()) != null) { i++; } } catch(Exception e) { // } finally { if(bufferedReader != null) { try { bufferedReader.close(); } catch(IOException e) { // } } } return i; } } swt/000077500000000000000000000000001436443153700355645ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examplesCustomLineChart1.java000066400000000000000000000130571436443153700415620ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/swt/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.swt; import java.text.DecimalFormat; import java.text.DecimalFormatSymbols; import java.util.ArrayList; import java.util.List; import java.util.Locale; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.axisconverter.MillisecondsToMinuteConverter; import org.eclipse.swtchart.extensions.axisconverter.PercentageConverter; import org.eclipse.swtchart.extensions.core.IChartSettings; import org.eclipse.swtchart.extensions.core.IPrimaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISecondaryAxisSettings; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.SecondaryAxisSettings; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesData; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.linecharts.LineChart; import org.eclipse.swtchart.extensions.linecharts.LineSeriesData; public class CustomLineChart1 extends LineChart { private static final int LENGTH_HINT_DATA_POINTS = 15000; // private boolean enableRangeSelector; private boolean showAxisTitle; private boolean enableHorizontalSlider; private String seriesXY; public CustomLineChart1(Composite parent, int style, boolean enableRangeSelector, boolean showAxisTitle, boolean enableHorizontalSlider, String seriesXY) { super(parent, style); this.enableRangeSelector = enableRangeSelector; this.showAxisTitle = showAxisTitle; this.enableHorizontalSlider = enableHorizontalSlider; this.seriesXY = seriesXY; createControl(); } private void createControl() { configureChart(); addDemoSeries(); } private void configureChart() { try { IChartSettings chartSettings = getChartSettings(); chartSettings.setOrientation(SWT.HORIZONTAL); chartSettings.setEnableRangeSelector(enableRangeSelector); chartSettings.setHorizontalSliderVisible(enableHorizontalSlider); chartSettings.setVerticalSliderVisible(enableHorizontalSlider); chartSettings.getRangeRestriction().setZeroX(true); chartSettings.getRangeRestriction().setZeroY(true); // IPrimaryAxisSettings primaryAxisSettingsX = chartSettings.getPrimaryAxisSettingsX(); primaryAxisSettingsX.setTitle("Time [ms]"); primaryAxisSettingsX.setDecimalFormat(new DecimalFormat(("0.0##"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsX.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsX.setPosition(Position.Secondary); primaryAxisSettingsX.setVisible(false); primaryAxisSettingsX.setGridLineStyle(LineStyle.NONE); // IPrimaryAxisSettings primaryAxisSettingsY = chartSettings.getPrimaryAxisSettingsY(); primaryAxisSettingsY.setTitle("Intensity [counts]"); primaryAxisSettingsY.setDecimalFormat(new DecimalFormat(("0.0#E0"), new DecimalFormatSymbols(Locale.ENGLISH))); primaryAxisSettingsY.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); primaryAxisSettingsY.setPosition(Position.Primary); primaryAxisSettingsY.setVisible(true); primaryAxisSettingsY.setGridLineStyle(LineStyle.NONE); /* * Secondary X-Axes */ String axisTitle = (showAxisTitle) ? "Minutes" : ""; ISecondaryAxisSettings secondaryAxisSettingsX1 = new SecondaryAxisSettings(axisTitle, "Time [min]", new MillisecondsToMinuteConverter()); secondaryAxisSettingsX1.setPosition(Position.Primary); secondaryAxisSettingsX1.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); secondaryAxisSettingsX1.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); chartSettings.getSecondaryAxisSettingsListX().add(secondaryAxisSettingsX1); /* * Secondary Y-Axes */ ISecondaryAxisSettings secondaryAxisSettingsY1 = new SecondaryAxisSettings("Intensity [%]", new PercentageConverter(SWT.VERTICAL, true)); secondaryAxisSettingsY1.setPosition(Position.Secondary); secondaryAxisSettingsY1.setDecimalFormat(new DecimalFormat(("0.00"), new DecimalFormatSymbols(Locale.ENGLISH))); secondaryAxisSettingsY1.setColor(getDisplay().getSystemColor(SWT.COLOR_BLACK)); chartSettings.getSecondaryAxisSettingsListY().add(secondaryAxisSettingsY1); // applySettings(chartSettings); } catch(Exception e) { e.printStackTrace(); } } private void addDemoSeries() { List lineSeriesDataList = new ArrayList(); ISeriesData seriesData = SeriesConverter.getSeriesXY(seriesXY); // ILineSeriesData lineSeriesData = new LineSeriesData(seriesData); ILineSeriesSettings lineSeriesSettings = lineSeriesData.getSettings(); lineSeriesSettings.setEnableArea(true); ILineSeriesSettings lineSeriesSettingsHighlight = (ILineSeriesSettings)lineSeriesSettings.getSeriesSettingsHighlight(); lineSeriesSettingsHighlight.setLineWidth(2); lineSeriesDataList.add(lineSeriesData); /* * Set series. */ addSeriesData(lineSeriesDataList, LENGTH_HINT_DATA_POINTS); } } CustomLinkedLineSeries1.java000066400000000000000000000040521436443153700430750ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.examples/src/org/eclipse/swtchart/extensions/examples/swt/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.examples.swt; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.ITitle; import org.eclipse.swtchart.extensions.examples.support.SeriesConverter; public class CustomLinkedLineSeries1 extends Composite { private CustomLineChart1 sampleChart; private CustomLineChart1 referenceChart; public CustomLinkedLineSeries1(Composite parent, int style) { super(parent, style); createControl(); } public void setChartInfo(String trace, String sample, String reference) { ITitle title; // title = sampleChart.getBaseChart().getTitle(); title.setText(sample + " (" + trace + ")"); title.setForeground(getDisplay().getSystemColor(SWT.COLOR_BLACK)); // title = referenceChart.getBaseChart().getTitle(); title.setText(reference + " (" + trace + ")"); title.setForeground(getDisplay().getSystemColor(SWT.COLOR_BLACK)); } private void createControl() { setLayout(new GridLayout(1, true)); // sampleChart = new CustomLineChart1(this, SWT.NONE, true, false, false, SeriesConverter.LINE_SERIES_4_3); sampleChart.setLayoutData(new GridData(GridData.FILL_BOTH)); // referenceChart = new CustomLineChart1(this, SWT.NONE, false, true, true, SeriesConverter.LINE_SERIES_4_4); referenceChart.setLayoutData(new GridData(GridData.FILL_BOTH)); /* * Link both charts. */ sampleChart.addLinkedScrollableChart(referenceChart); referenceChart.addLinkedScrollableChart(sampleChart); } } swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/000077500000000000000000000000001436443153700233115ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/.classpath000066400000000000000000000005601436443153700252750ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/.gitignore000066400000000000000000000000151436443153700252750ustar00rootroot00000000000000/bin /target swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/.project000066400000000000000000000012351436443153700247610ustar00rootroot00000000000000 org.eclipse.swtchart.extensions.test org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder org.eclipse.pde.SchemaBuilder org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/.settings/000077500000000000000000000000001436443153700252275ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/.settings/org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700334440ustar00rootroot00000000000000eclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/.settings/org.eclipse.jdt.core.prefs000066400000000000000000000621771436443153700322260ustar00rootroot00000000000000eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=11 org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_assignment=0 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0 org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=11 org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=11 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 org.eclipse.jdt.core.formatter.blank_lines_before_field=0 org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=1 org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 org.eclipse.jdt.core.formatter.blank_lines_before_method=1 org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 org.eclipse.jdt.core.formatter.blank_lines_before_package=0 org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false org.eclipse.jdt.core.formatter.comment.format_block_comments=true org.eclipse.jdt.core.formatter.comment.format_header=true org.eclipse.jdt.core.formatter.comment.format_html=true org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true org.eclipse.jdt.core.formatter.comment.format_line_comments=true org.eclipse.jdt.core.formatter.comment.format_source_code=false org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true org.eclipse.jdt.core.formatter.comment.indent_root_tags=true org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert org.eclipse.jdt.core.formatter.comment.line_length=500 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false org.eclipse.jdt.core.formatter.compact_else_if=true org.eclipse.jdt.core.formatter.continuation_indentation=2 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_empty_lines=false org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true org.eclipse.jdt.core.formatter.indentation.size=4 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert org.eclipse.jdt.core.formatter.insert_new_line_after_label=insert org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=do not insert org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.join_lines_in_comments=false org.eclipse.jdt.core.formatter.join_wrapped_lines=true org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false org.eclipse.jdt.core.formatter.lineSplit=80 org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=1 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=0 org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true org.eclipse.jdt.core.formatter.tabulation.char=tab org.eclipse.jdt.core.formatter.tabulation.size=4 org.eclipse.jdt.core.formatter.use_on_off_tags=true org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/.settings/org.eclipse.jdt.ui.prefs000066400000000000000000000133741436443153700317060ustar00rootroot00000000000000cleanup.add_default_serial_version_id=false cleanup.add_generated_serial_version_id=true cleanup.add_missing_annotations=true cleanup.add_missing_deprecated_annotations=true cleanup.add_missing_methods=true cleanup.add_missing_nls_tags=false cleanup.add_missing_override_annotations=true cleanup.add_missing_override_annotations_interface_methods=true cleanup.add_serial_version_id=true cleanup.always_use_blocks=true cleanup.always_use_parentheses_in_expressions=false cleanup.always_use_this_for_non_static_field_access=false cleanup.always_use_this_for_non_static_method_access=false cleanup.convert_functional_interfaces=false cleanup.convert_to_enhanced_for_loop=false cleanup.correct_indentation=false cleanup.format_source_code=true cleanup.format_source_code_changes_only=false cleanup.insert_inferred_type_arguments=false cleanup.make_local_variable_final=true cleanup.make_parameters_final=false cleanup.make_private_fields_final=true cleanup.make_type_abstract_if_missing_method=false cleanup.make_variable_declarations_final=false cleanup.never_use_blocks=false cleanup.never_use_parentheses_in_expressions=true cleanup.organize_imports=true cleanup.qualify_static_field_accesses_with_declaring_class=false cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true cleanup.qualify_static_member_accesses_with_declaring_class=true cleanup.qualify_static_method_accesses_with_declaring_class=false cleanup.remove_private_constructors=true cleanup.remove_redundant_type_arguments=false cleanup.remove_trailing_whitespaces=true cleanup.remove_trailing_whitespaces_all=true cleanup.remove_trailing_whitespaces_ignore_empty=false cleanup.remove_unnecessary_casts=true cleanup.remove_unnecessary_nls_tags=true cleanup.remove_unused_imports=true cleanup.remove_unused_local_variables=true cleanup.remove_unused_private_fields=true cleanup.remove_unused_private_members=true cleanup.remove_unused_private_methods=true cleanup.remove_unused_private_types=true cleanup.sort_members=true cleanup.sort_members_all=true cleanup.use_anonymous_class_creation=false cleanup.use_blocks=true cleanup.use_blocks_only_for_return_and_throw=false cleanup.use_lambda=true cleanup.use_parentheses_in_expressions=false cleanup.use_this_for_non_static_field_access=false cleanup.use_this_for_non_static_field_access_only_if_necessary=true cleanup.use_this_for_non_static_method_access=false cleanup.use_this_for_non_static_method_access_only_if_necessary=true cleanup_profile=_ChemClipse cleanup_settings_version=2 eclipse.preferences.version=1 formatter_profile=_ChemClipse formatter_settings_version=12 org.eclipse.jdt.ui.ignorelowercasenames=true org.eclipse.jdt.ui.importorder=java;javax;org;com;net; org.eclipse.jdt.ui.javadoc=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.staticondemandthreshold=99 org.eclipse.jdt.ui.text.custom_code_templates= swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/META-INF/000077500000000000000000000000001436443153700244515ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/META-INF/MANIFEST.MF000066400000000000000000000006331436443153700261050ustar00rootroot00000000000000Manifest-Version: 1.0 Automatic-Module-Name: org.eclipse.swtchart.extensions.test Bundle-ManifestVersion: 2 Bundle-Name: Test Bundle-SymbolicName: org.eclipse.swtchart.extensions.test Bundle-Version: 0.14.0.qualifier Bundle-Vendor: ChemClipse Fragment-Host: org.eclipse.swtchart.extensions;bundle-version="0.14.0" Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.junit;bundle-version="4.12.0" swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/build.properties000066400000000000000000000001141436443153700265220ustar00rootroot00000000000000source.. = src/ output.. = bin/ bin.includes = META-INF/,\ . swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/pom.xml000066400000000000000000000007261436443153700246330ustar00rootroot00000000000000 4.0.0 org.eclipse.swtchart org.eclipse.swtchart.build 0.14.0 ../org.eclipse.swtchart.cbi/pom.xml org.eclipse.swtchart.extensions.test eclipse-test-plugin 0.14.0-SNAPSHOT swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/000077500000000000000000000000001436443153700241005ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/000077500000000000000000000000001436443153700246675ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/000077500000000000000000000000001436443153700263135ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/000077500000000000000000000000001436443153700301525ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/000077500000000000000000000000001436443153700323515ustar00rootroot00000000000000TestPathHelper.java000066400000000000000000000020101436443153700360220ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * Contributors: * * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions; /** * THIS CLASS IS NOT SUITED FOR PRODUCTIVE USE!
* IT IS A TESTCLASS! */ public class TestPathHelper extends PathResolver { /* * IMPORT */ public static final String TESTFILE_LINE_SERIES_1 = "testData/files/import/LineSeries1"; public static final String TESTFILE_BAR_SERIES_1 = "testData/files/import/BarSeries1"; public static final String TESTFILE_SCATTER_SERIES_1 = "testData/files/import/ScatterSeries1"; /* * EXPORT */ public static final String TESTFOLDER_EXPORT = "testData/files/export"; } axisconverter/000077500000000000000000000000001436443153700351665ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensionsByteToKibibyteConverter_1_Test.java000066400000000000000000000020731436443153700440330ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import junit.framework.TestCase; public class ByteToKibibyteConverter_1_Test extends TestCase { private ByteToKibibyteConverter converter; @Override protected void setUp() throws Exception { super.setUp(); converter = new ByteToKibibyteConverter(); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(1.0d, converter.convertToSecondaryUnit(1024.0d)); } public void test2() { assertEquals(1024.0d, converter.convertToPrimaryUnit(1.0d)); } } MillisecondsToMinuteConverter_1_Test.java000066400000000000000000000022451436443153700452550ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import junit.framework.TestCase; public class MillisecondsToMinuteConverter_1_Test extends TestCase { private MillisecondsToMinuteConverter millisecondsToMinuteConverter; @Override protected void setUp() throws Exception { super.setUp(); millisecondsToMinuteConverter = new MillisecondsToMinuteConverter(); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(1.0d, millisecondsToMinuteConverter.convertToSecondaryUnit(60000.0d)); } public void test2() { assertEquals(60000.0d, millisecondsToMinuteConverter.convertToPrimaryUnit(1.0d)); } } MillisecondsToScanNumberConverter_1_Test.java000066400000000000000000000043301436443153700460460ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import junit.framework.TestCase; public class MillisecondsToScanNumberConverter_1_Test extends TestCase { private MillisecondsToScanNumberConverter millisecondsToScanNumberConverter; @Override protected void setUp() throws Exception { super.setUp(); millisecondsToScanNumberConverter = new MillisecondsToScanNumberConverter(500, 1000); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(0.0d, millisecondsToScanNumberConverter.convertToSecondaryUnit(0.0d)); } public void test2() { assertEquals(0.0d, millisecondsToScanNumberConverter.convertToSecondaryUnit(499.0d)); } public void test3() { assertEquals(1.0d, millisecondsToScanNumberConverter.convertToSecondaryUnit(500.0d)); } public void test4() { assertEquals(2.0d, millisecondsToScanNumberConverter.convertToSecondaryUnit(1500.0d)); } public void test5() { assertEquals(2.0d, millisecondsToScanNumberConverter.convertToSecondaryUnit(1501.0d)); } public void test6() { assertEquals(2.0d, millisecondsToScanNumberConverter.convertToSecondaryUnit(2499.0d)); } public void test7() { assertEquals(3.0d, millisecondsToScanNumberConverter.convertToSecondaryUnit(2500.0d)); } public void test8() { assertEquals(0.0d, millisecondsToScanNumberConverter.convertToPrimaryUnit(0.0d)); } public void test9() { assertEquals(500.0d, millisecondsToScanNumberConverter.convertToPrimaryUnit(1.0d)); } public void test10() { assertEquals(1500.0d, millisecondsToScanNumberConverter.convertToPrimaryUnit(2.0d)); } public void test11() { assertEquals(2500.0d, millisecondsToScanNumberConverter.convertToPrimaryUnit(3.0d)); } } PassThroughConverter_1_Test.java000066400000000000000000000023071436443153700434110ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import junit.framework.TestCase; public class PassThroughConverter_1_Test extends TestCase { private PassThroughConverter passThroughConverter; @Override protected void setUp() throws Exception { super.setUp(); passThroughConverter = new PassThroughConverter(); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(-1.0d, passThroughConverter.convertToSecondaryUnit(-1.0d)); } public void test2() { assertEquals(0.0d, passThroughConverter.convertToSecondaryUnit(0.0d)); } public void test3() { assertEquals(1.0d, passThroughConverter.convertToSecondaryUnit(1.0d)); } } RelativeIntensityConverter_1_Test.java000066400000000000000000000036501436443153700446260ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import org.eclipse.swt.SWT; import org.eclipse.swtchart.extensions.core.IChartDataCoordinates; import junit.framework.TestCase; public class RelativeIntensityConverter_1_Test extends TestCase { private PercentageConverter relativeIntensityConverter; private class TestChartDataCoordinates implements IChartDataCoordinates { @Override public int getSeriesMaxDataPoints() { return 0; } @Override public double getMinX() { return 0; } @Override public double getMaxX() { return 0; } @Override public double getMinY() { return 0; } @Override public double getMaxY() { return 5000.0d; } } @Override protected void setUp() throws Exception { super.setUp(); relativeIntensityConverter = new PercentageConverter(SWT.VERTICAL, true); relativeIntensityConverter.setChartDataCoordinates(new TestChartDataCoordinates()); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(0.0d, relativeIntensityConverter.convertToSecondaryUnit(0.0d)); } public void test2() { assertEquals(100.0d, relativeIntensityConverter.convertToSecondaryUnit(5000.0d)); } public void test3() { assertEquals(0.0d, relativeIntensityConverter.convertToPrimaryUnit(0.0d)); } public void test4() { assertEquals(5000.0d, relativeIntensityConverter.convertToPrimaryUnit(100.0d)); } } RelativeIntensityConverter_2_Test.java000066400000000000000000000036521436443153700446310ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import org.eclipse.swt.SWT; import org.eclipse.swtchart.extensions.core.IChartDataCoordinates; import junit.framework.TestCase; public class RelativeIntensityConverter_2_Test extends TestCase { private PercentageConverter relativeIntensityConverter; private class TestChartDataCoordinates implements IChartDataCoordinates { @Override public int getSeriesMaxDataPoints() { return 0; } @Override public double getMinX() { return 0; } @Override public double getMaxX() { return 5000.0d; } @Override public double getMinY() { return 0; } @Override public double getMaxY() { return 0; } } @Override protected void setUp() throws Exception { super.setUp(); relativeIntensityConverter = new PercentageConverter(SWT.HORIZONTAL, true); relativeIntensityConverter.setChartDataCoordinates(new TestChartDataCoordinates()); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(0.0d, relativeIntensityConverter.convertToSecondaryUnit(0.0d)); } public void test2() { assertEquals(100.0d, relativeIntensityConverter.convertToSecondaryUnit(5000.0d)); } public void test3() { assertEquals(0.0d, relativeIntensityConverter.convertToPrimaryUnit(0.0d)); } public void test4() { assertEquals(5000.0d, relativeIntensityConverter.convertToPrimaryUnit(100.0d)); } } swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/000077500000000000000000000000001436443153700333015ustar00rootroot00000000000000ChartSettings_1_Test.java000066400000000000000000000034371436443153700400750ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import org.eclipse.swtchart.extensions.events.MouseDownEvent; import org.eclipse.swtchart.extensions.events.MouseMoveSelectionEvent; import org.eclipse.swtchart.extensions.events.MouseMoveShiftEvent; import org.eclipse.swtchart.extensions.events.MouseUpEvent; import junit.framework.TestCase; public class ChartSettings_1_Test extends TestCase { private ChartSettings chartSettings = new ChartSettings(); @Override protected void setUp() throws Exception { super.setUp(); chartSettings.clearHandledEventProcessors(); chartSettings.addHandledEventProcessor(new MouseDownEvent()); chartSettings.addHandledEventProcessor(new MouseMoveSelectionEvent()); chartSettings.addHandledEventProcessor(new MouseUpEvent()); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertNotNull(chartSettings.getHandledEventProcessorByClass(MouseDownEvent.class)); } public void test2() { assertNotNull(chartSettings.getHandledEventProcessorByClass(MouseMoveSelectionEvent.class)); } public void test3() { assertNotNull(chartSettings.getHandledEventProcessorByClass(MouseUpEvent.class)); } public void test4() { assertNull(chartSettings.getHandledEventProcessorByClass(MouseMoveShiftEvent.class)); } } ChartSettings_1_UITest.java000066400000000000000000000016421436443153700403270ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class ChartSettings_1_UITest extends TestCase { private ChartSettings settings; @Override protected void setUp() throws Exception { super.setUp(); settings = new ChartSettings(); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertNotNull(settings.getTitleFont()); } } ChartSettings_2_Test.java000066400000000000000000000031151436443153700400670ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import org.eclipse.swtchart.extensions.menu.toggle.TogglePlotCenterMarkerHandler; import org.eclipse.swtchart.extensions.menu.toggle.TogglePositionMarkerHandler; import org.eclipse.swtchart.extensions.menu.toggle.ToggleSeriesLegendHandler; import junit.framework.TestCase; public class ChartSettings_2_Test extends TestCase { private ChartSettings chartSettings = new ChartSettings(); @Override protected void setUp() throws Exception { super.setUp(); chartSettings.clearMenuEntries(); chartSettings.addMenuEntry(new TogglePositionMarkerHandler()); chartSettings.addMenuEntry(new ToggleSeriesLegendHandler()); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertNotNull(chartSettings.getChartMenuEntryByClass(TogglePositionMarkerHandler.class)); } public void test2() { assertNotNull(chartSettings.getChartMenuEntryByClass(ToggleSeriesLegendHandler.class)); } public void test3() { assertNull(chartSettings.getChartMenuEntryByClass(TogglePlotCenterMarkerHandler.class)); } } PrimaryAxisSettings_1_UITest.java000066400000000000000000000045371436443153700415440ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import java.text.DecimalFormat; import org.eclipse.swt.SWT; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.LineStyle; import junit.framework.TestCase; public class PrimaryAxisSettings_1_UITest extends TestCase { private PrimaryAxisSettings settings; @Override protected void setUp() throws Exception { super.setUp(); settings = new PrimaryAxisSettings(""); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals("", settings.getTitle()); } public void test2() { assertEquals("", settings.getDescription()); } public void test3() { assertEquals(new DecimalFormat(), settings.getDecimalFormat()); } public void test4() { assertEquals(Display.getDefault().getSystemColor(SWT.COLOR_BLACK), settings.getColor()); } public void test5() { assertEquals(true, settings.isVisible()); } public void test6() { assertEquals(Position.Primary, settings.getPosition()); } public void test7() { assertEquals(Display.getDefault().getSystemColor(SWT.COLOR_GRAY), settings.getGridColor()); } public void test8() { assertEquals(LineStyle.DOT, settings.getGridLineStyle()); } public void test9() { assertEquals(false, settings.isEnableLogScale()); } public void test10() { assertEquals(false, settings.isReversed()); } public void test11() { assertEquals(25, settings.getExtraSpaceTitle()); } public void test12() { assertEquals(false, settings.isEnableCategory()); } public void test13() { assertEquals(0, settings.getCategorySeries().length); } public void test14() { assertFalse(settings.isReversed()); } public void test15() { assertTrue(settings.isTitleVisible()); } public void test16() { assertNotNull(settings.getTitleFont()); } } RangeRestriction_10_Test.java000066400000000000000000000033141436443153700406470ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_10_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(RangeRestriction.ZERO_X | RangeRestriction.ZERO_Y | RangeRestriction.RESTRICT_FRAME); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertTrue(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); } public void test2() { rangeRestriction.setZeroX(false); assertFalse(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); } public void test3() { rangeRestriction.setZeroY(false); assertTrue(rangeRestriction.isZeroX()); assertFalse(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); } public void test4() { rangeRestriction.setRestrictFrame(false); assertTrue(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertFalse(rangeRestriction.isRestrictFrame()); } } RangeRestriction_13_Test.java000066400000000000000000000023121436443153700406470ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_13_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(0.0d, rangeRestriction.getExtendMinX()); } public void test2() { assertEquals(0.0d, rangeRestriction.getExtendMaxX()); } public void test3() { assertEquals(0.0d, rangeRestriction.getExtendMinY()); } public void test4() { assertEquals(0.0d, rangeRestriction.getExtendMaxY()); } } RangeRestriction_14_Test.java000066400000000000000000000024751436443153700406620ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_14_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(); rangeRestriction.setExtendTypeX(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtendMinX(2.98d); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(2.98d, rangeRestriction.getExtendMinX()); } public void test2() { assertEquals(0.0d, rangeRestriction.getExtendMaxX()); } public void test3() { assertEquals(0.0d, rangeRestriction.getExtendMinY()); } public void test4() { assertEquals(0.0d, rangeRestriction.getExtendMaxY()); } } RangeRestriction_15_Test.java000066400000000000000000000024751436443153700406630ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_15_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(); rangeRestriction.setExtendTypeX(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtendMaxX(2.98d); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(0.0d, rangeRestriction.getExtendMinX()); } public void test2() { assertEquals(2.98d, rangeRestriction.getExtendMaxX()); } public void test3() { assertEquals(0.0d, rangeRestriction.getExtendMinY()); } public void test4() { assertEquals(0.0d, rangeRestriction.getExtendMaxY()); } } RangeRestriction_16_Test.java000066400000000000000000000024751436443153700406640ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_16_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(); rangeRestriction.setExtendTypeY(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtendMinY(2.98d); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(0.0d, rangeRestriction.getExtendMinX()); } public void test2() { assertEquals(0.0d, rangeRestriction.getExtendMaxX()); } public void test3() { assertEquals(2.98d, rangeRestriction.getExtendMinY()); } public void test4() { assertEquals(0.0d, rangeRestriction.getExtendMaxY()); } } RangeRestriction_17_Test.java000066400000000000000000000024751436443153700406650ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_17_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(); rangeRestriction.setExtendTypeY(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtendMaxY(2.98d); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(0.0d, rangeRestriction.getExtendMinX()); } public void test2() { assertEquals(0.0d, rangeRestriction.getExtendMaxX()); } public void test3() { assertEquals(0.0d, rangeRestriction.getExtendMinY()); } public void test4() { assertEquals(2.98d, rangeRestriction.getExtendMaxY()); } } RangeRestriction_18_Test.java000066400000000000000000000024741436443153700406650ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_18_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(); rangeRestriction.setExtendTypeY(RangeRestriction.ExtendType.RELATIVE); rangeRestriction.setExtend(2.98d); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertEquals(2.98d, rangeRestriction.getExtendMinX()); } public void test2() { assertEquals(2.98d, rangeRestriction.getExtendMaxX()); } public void test3() { assertEquals(2.98d, rangeRestriction.getExtendMinY()); } public void test4() { assertEquals(2.98d, rangeRestriction.getExtendMaxY()); } } RangeRestriction_19_Test.java000066400000000000000000000025501436443153700406610ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_19_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(RangeRestriction.FORCE_ZERO_MIN_Y); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertFalse(rangeRestriction.isZeroX()); } public void test2() { assertFalse(rangeRestriction.isZeroY()); } public void test3() { assertFalse(rangeRestriction.isRestrictFrame()); } public void test4() { assertFalse(rangeRestriction.isRestrictSelectX()); } public void test5() { assertFalse(rangeRestriction.isRestrictSelectY()); } public void test6() { assertTrue(rangeRestriction.isForceZeroMinY()); } } RangeRestriction_1_Test.java000066400000000000000000000025071436443153700405720ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_1_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertFalse(rangeRestriction.isZeroX()); } public void test2() { assertFalse(rangeRestriction.isZeroY()); } public void test3() { assertFalse(rangeRestriction.isRestrictFrame()); } public void test4() { assertFalse(rangeRestriction.isRestrictSelectX()); } public void test5() { assertFalse(rangeRestriction.isRestrictSelectY()); } public void test6() { assertFalse(rangeRestriction.isForceZeroMinY()); } } RangeRestriction_20_Test.java000066400000000000000000000026531436443153700406550ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_20_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(RangeRestriction.RESTRICT_SELECT_X | RangeRestriction.RESTRICT_SELECT_Y); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertTrue(rangeRestriction.isRestrictSelectX()); assertTrue(rangeRestriction.isRestrictSelectY()); } public void test2() { rangeRestriction.setRestrictSelectX(false); assertFalse(rangeRestriction.isRestrictSelectX()); assertTrue(rangeRestriction.isRestrictSelectY()); } public void test3() { rangeRestriction.setRestrictSelectY(false); assertTrue(rangeRestriction.isRestrictSelectX()); assertFalse(rangeRestriction.isRestrictSelectY()); } } RangeRestriction_21_Test.java000066400000000000000000000042711436443153700406540ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_21_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(RangeRestriction.ZERO_X | RangeRestriction.ZERO_Y | RangeRestriction.RESTRICT_FRAME | RangeRestriction.FORCE_ZERO_MIN_Y); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertTrue(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); assertTrue(rangeRestriction.isForceZeroMinY()); } public void test2() { rangeRestriction.setZeroX(false); assertFalse(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); assertTrue(rangeRestriction.isForceZeroMinY()); } public void test3() { rangeRestriction.setZeroY(false); assertTrue(rangeRestriction.isZeroX()); assertFalse(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); assertTrue(rangeRestriction.isForceZeroMinY()); } public void test4() { rangeRestriction.setRestrictFrame(false); assertTrue(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertFalse(rangeRestriction.isRestrictFrame()); assertTrue(rangeRestriction.isForceZeroMinY()); } public void test5() { rangeRestriction.setForceZeroMinY(false); assertTrue(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); assertFalse(rangeRestriction.isForceZeroMinY()); } } RangeRestriction_2_Test.java000066400000000000000000000025341436443153700405730ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_2_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(RangeRestriction.NONE); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertFalse(rangeRestriction.isZeroX()); } public void test2() { assertFalse(rangeRestriction.isZeroY()); } public void test3() { assertFalse(rangeRestriction.isRestrictFrame()); } public void test4() { assertFalse(rangeRestriction.isRestrictSelectX()); } public void test5() { assertFalse(rangeRestriction.isRestrictSelectY()); } public void test6() { assertFalse(rangeRestriction.isForceZeroMinY()); } } RangeRestriction_3_Test.java000066400000000000000000000025351436443153700405750ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_3_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(RangeRestriction.ZERO_X); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertTrue(rangeRestriction.isZeroX()); } public void test2() { assertFalse(rangeRestriction.isZeroY()); } public void test3() { assertFalse(rangeRestriction.isRestrictFrame()); } public void test4() { assertFalse(rangeRestriction.isRestrictSelectX()); } public void test5() { assertFalse(rangeRestriction.isRestrictSelectY()); } public void test6() { assertFalse(rangeRestriction.isForceZeroMinY()); } } RangeRestriction_4_Test.java000066400000000000000000000025351436443153700405760ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_4_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(RangeRestriction.ZERO_Y); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertFalse(rangeRestriction.isZeroX()); } public void test2() { assertTrue(rangeRestriction.isZeroY()); } public void test3() { assertFalse(rangeRestriction.isRestrictFrame()); } public void test4() { assertFalse(rangeRestriction.isRestrictSelectX()); } public void test5() { assertFalse(rangeRestriction.isRestrictSelectY()); } public void test6() { assertFalse(rangeRestriction.isForceZeroMinY()); } } RangeRestriction_5_Test.java000066400000000000000000000025451436443153700406000ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_5_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(RangeRestriction.RESTRICT_FRAME); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertFalse(rangeRestriction.isZeroX()); } public void test2() { assertFalse(rangeRestriction.isZeroY()); } public void test3() { assertTrue(rangeRestriction.isRestrictFrame()); } public void test4() { assertFalse(rangeRestriction.isRestrictSelectX()); } public void test5() { assertFalse(rangeRestriction.isRestrictSelectY()); } public void test6() { assertFalse(rangeRestriction.isForceZeroMinY()); } } RangeRestriction_6_Test.java000066400000000000000000000025501436443153700405750ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_6_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(RangeRestriction.RESTRICT_SELECT_X); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertFalse(rangeRestriction.isZeroX()); } public void test2() { assertFalse(rangeRestriction.isZeroY()); } public void test3() { assertFalse(rangeRestriction.isRestrictFrame()); } public void test4() { assertTrue(rangeRestriction.isRestrictSelectX()); } public void test5() { assertFalse(rangeRestriction.isRestrictSelectY()); } public void test6() { assertFalse(rangeRestriction.isForceZeroMinY()); } } RangeRestriction_7_Test.java000066400000000000000000000025501436443153700405760ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_7_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(RangeRestriction.RESTRICT_SELECT_Y); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { assertFalse(rangeRestriction.isZeroX()); } public void test2() { assertFalse(rangeRestriction.isZeroY()); } public void test3() { assertFalse(rangeRestriction.isRestrictFrame()); } public void test4() { assertFalse(rangeRestriction.isRestrictSelectX()); } public void test5() { assertTrue(rangeRestriction.isRestrictSelectY()); } public void test6() { assertFalse(rangeRestriction.isForceZeroMinY()); } } RangeRestriction_8_Test.java000066400000000000000000000073261436443153700406050ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_8_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); rangeRestriction = new RangeRestriction(RangeRestriction.NONE); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { rangeRestriction.setZeroX(true); rangeRestriction.setZeroY(true); rangeRestriction.setRestrictFrame(true); rangeRestriction.setRestrictSelectX(true); rangeRestriction.setRestrictSelectY(true); rangeRestriction.setForceZeroMinY(true); assertTrue(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); assertTrue(rangeRestriction.isRestrictSelectX()); assertTrue(rangeRestriction.isRestrictSelectY()); assertTrue(rangeRestriction.isForceZeroMinY()); } public void test2() { rangeRestriction.setZeroX(true); rangeRestriction.setRestrictFrame(true); assertTrue(rangeRestriction.isZeroX()); assertFalse(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); assertFalse(rangeRestriction.isRestrictSelectX()); assertFalse(rangeRestriction.isRestrictSelectY()); assertFalse(rangeRestriction.isForceZeroMinY()); } public void test3() { rangeRestriction.setZeroY(true); rangeRestriction.setRestrictFrame(true); assertFalse(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); assertFalse(rangeRestriction.isRestrictSelectX()); assertFalse(rangeRestriction.isRestrictSelectY()); assertFalse(rangeRestriction.isForceZeroMinY()); } public void test4() { rangeRestriction.setZeroX(true); rangeRestriction.setZeroY(true); assertTrue(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertFalse(rangeRestriction.isRestrictFrame()); assertFalse(rangeRestriction.isRestrictSelectX()); assertFalse(rangeRestriction.isRestrictSelectY()); assertFalse(rangeRestriction.isForceZeroMinY()); } public void test5() { rangeRestriction.setRestrictSelectX(true); assertFalse(rangeRestriction.isZeroX()); assertFalse(rangeRestriction.isZeroY()); assertFalse(rangeRestriction.isRestrictFrame()); assertTrue(rangeRestriction.isRestrictSelectX()); assertFalse(rangeRestriction.isRestrictSelectY()); assertFalse(rangeRestriction.isForceZeroMinY()); } public void test6() { rangeRestriction.setRestrictSelectY(true); assertFalse(rangeRestriction.isZeroX()); assertFalse(rangeRestriction.isZeroY()); assertFalse(rangeRestriction.isRestrictFrame()); assertFalse(rangeRestriction.isRestrictSelectX()); assertTrue(rangeRestriction.isRestrictSelectY()); assertFalse(rangeRestriction.isForceZeroMinY()); } public void test7() { rangeRestriction.setRestrictSelectY(true); rangeRestriction.setForceZeroMinY(true); assertFalse(rangeRestriction.isZeroX()); assertFalse(rangeRestriction.isZeroY()); assertFalse(rangeRestriction.isRestrictFrame()); assertFalse(rangeRestriction.isRestrictSelectX()); assertTrue(rangeRestriction.isRestrictSelectY()); assertTrue(rangeRestriction.isForceZeroMinY()); } } RangeRestriction_9_Test.java000066400000000000000000000061501436443153700406000ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import junit.framework.TestCase; public class RangeRestriction_9_Test extends TestCase { private RangeRestriction rangeRestriction; @Override protected void setUp() throws Exception { super.setUp(); } @Override protected void tearDown() throws Exception { super.tearDown(); } public void test1() { rangeRestriction = new RangeRestriction(RangeRestriction.ZERO_X | RangeRestriction.ZERO_Y | RangeRestriction.RESTRICT_FRAME | RangeRestriction.RESTRICT_SELECT_X | RangeRestriction.RESTRICT_SELECT_Y); assertTrue(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); assertTrue(rangeRestriction.isRestrictSelectX()); assertTrue(rangeRestriction.isRestrictSelectY()); } public void test2() { rangeRestriction = new RangeRestriction(RangeRestriction.ZERO_X | RangeRestriction.RESTRICT_FRAME); assertTrue(rangeRestriction.isZeroX()); assertFalse(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); assertFalse(rangeRestriction.isRestrictSelectX()); assertFalse(rangeRestriction.isRestrictSelectY()); } public void test3() { rangeRestriction = new RangeRestriction(RangeRestriction.ZERO_Y | RangeRestriction.RESTRICT_FRAME); assertFalse(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertTrue(rangeRestriction.isRestrictFrame()); assertFalse(rangeRestriction.isRestrictSelectX()); assertFalse(rangeRestriction.isRestrictSelectY()); } public void test4() { rangeRestriction = new RangeRestriction(RangeRestriction.ZERO_X | RangeRestriction.ZERO_Y); assertTrue(rangeRestriction.isZeroX()); assertTrue(rangeRestriction.isZeroY()); assertFalse(rangeRestriction.isRestrictFrame()); assertFalse(rangeRestriction.isRestrictSelectX()); assertFalse(rangeRestriction.isRestrictSelectY()); } public void test5() { rangeRestriction = new RangeRestriction(RangeRestriction.RESTRICT_SELECT_X | RangeRestriction.RESTRICT_SELECT_Y); assertFalse(rangeRestriction.isZeroX()); assertFalse(rangeRestriction.isZeroY()); assertFalse(rangeRestriction.isRestrictFrame()); assertTrue(rangeRestriction.isRestrictSelectX()); assertTrue(rangeRestriction.isRestrictSelectY()); } public void test6() { rangeRestriction = new RangeRestriction(RangeRestriction.ZERO_X | RangeRestriction.RESTRICT_SELECT_X); assertTrue(rangeRestriction.isZeroX()); assertFalse(rangeRestriction.isZeroY()); assertFalse(rangeRestriction.isRestrictFrame()); assertTrue(rangeRestriction.isRestrictSelectX()); assertFalse(rangeRestriction.isRestrictSelectY()); } } swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/testData/000077500000000000000000000000001436443153700250625ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/testData/files/000077500000000000000000000000001436443153700261645ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/testData/files/export/000077500000000000000000000000001436443153700275055ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/testData/files/export/.gitignore000066400000000000000000000000401436443153700314670ustar00rootroot00000000000000*.png *.jpg *.jpeg *.bmp *.tiff swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/testData/files/export/INFO.txt000066400000000000000000000002221436443153700307750ustar00rootroot00000000000000GIT needs at least one file in this directory to track it, otherwise Eclipse gives a compile error at checkout. Remove it, if not needed anymore. swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/testData/files/import/000077500000000000000000000000001436443153700274765ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/testData/files/import/BarSeries1000066400000000000000000000012521436443153700313610ustar00rootroot0000000000000016.0 40 17.0 13 18.0 61 20.0 2 25.0 2 26.0 11 29.3 36 34.0 3 36.0 4 37.0 36 38.0 61 39.0 79 40.0 62 41.0 17 42.0 7 44.0 98 45.0 38 46.0 2 47.0 8 49.1 32 50.0 220 51.0 373 52.1 63 54.0 3 55.0 23 56.0 7 57.0 8 60.0 6 61.0 13 62.0 10 63.0 13 64.0 5 65.0 31 66.2 20 67.0 10 68.0 7 69.0 5 70.0 3 71.0 1 73.0 26 74.0 97 75.0 49 77.1 709 78.0 73 79.0 11 80.0 2 81.0 3 82.0 3 83.0 4 84.0 3 85.0 5 86.0 3 87.0 2 89.0 1 90.0 1 91.0 10 93.0 8 94.0 27 95.0 5 96.0 2 97.0 1 102.0 2 103.0 4 105.1 1000 106.2 81 107.0 7 118.0 2 119.0 6 122.1 843 123.0 62 124.0 8 133.0 6 134.0 4 135.0 1 137.0 3 149.0 3 150.0 2 191.0 1 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/testData/files/import/LineSeries1000066400000000000000000004130351436443153700315520ustar00rootroot000000000000005948 11358.0 6659 11095.0 7370 11259.0 8082 11409.0 8793 11319.0 9505 12928.0 10216 18059.0 10927 18764.0 11639 18298.0 12350 18257.0 13062 18642.0 13773 18221.0 14484 17669.0 15196 17986.0 15907 18317.0 16618 17651.0 17330 17616.0 18041 17149.0 18753 17513.0 19464 17804.0 20175 18314.0 20887 17442.0 21598 17704.0 22309 17944.0 23021 17200.0 23732 18027.0 24444 17692.0 25155 18234.0 25866 17971.0 26578 17371.0 27289 17764.0 28001 17956.0 28712 18360.0 29423 17624.0 30135 17524.0 30846 17769.0 31557 17620.0 32269 18641.0 32980 17715.0 33692 17957.0 34403 18196.0 35114 18659.0 35826 18434.0 36537 17778.0 37249 17504.0 37960 18464.0 38671 18674.0 39383 17533.0 40094 17238.0 40805 18086.0 41517 17928.0 42228 17175.0 42940 17245.0 43651 17280.0 44362 17630.0 45074 17492.0 45785 17765.0 46496 17544.0 47208 17536.0 47919 18179.0 48631 18140.0 49342 17907.0 50053 18027.0 50765 17546.0 51476 17388.0 52188 18547.0 52899 17679.0 53610 17899.0 54322 17662.0 55033 17837.0 55744 17407.0 56456 17652.0 57167 17703.0 57879 17422.0 58590 18499.0 59301 17591.0 60013 17633.0 60724 17079.0 61435 17309.0 62147 17606.0 62858 17677.0 63570 17319.0 64281 17423.0 64992 17603.0 65704 17801.0 66415 17632.0 67127 17546.0 67838 19791.0 68549 20177.0 69261 19484.0 69972 19376.0 70683 19033.0 71395 18392.0 72106 18365.0 72818 18673.0 73529 18560.0 74240 18180.0 74952 18554.0 75663 18142.0 76375 18059.0 77086 18031.0 77797 17763.0 78509 17713.0 79220 17514.0 79931 17777.0 80643 17759.0 81354 18068.0 82066 18128.0 82777 17634.0 83488 17622.0 84200 17633.0 84911 17366.0 85622 17616.0 86334 17923.0 87045 18069.0 87757 18235.0 88468 18561.0 89179 18005.0 89891 17575.0 90602 17554.0 91314 16723.0 92025 18073.0 92736 17590.0 93448 17253.0 94159 17715.0 94870 17369.0 95582 17376.0 96293 17343.0 97005 17954.0 97716 17911.0 98427 17990.0 99139 17538.0 99850 18023.0 100562 17560.0 101273 17264.0 101984 17766.0 102696 17710.0 103407 17154.0 104118 17183.0 104830 17050.0 105541 17096.0 106253 17703.0 106964 17625.0 107675 16548.0 108387 17812.0 109098 17411.0 109809 17527.0 110521 16858.0 111232 17511.0 111944 17279.0 112655 16971.0 113366 17230.0 114078 17166.0 114789 17408.0 115501 17555.0 116212 16788.0 116923 16985.0 117635 16953.0 118346 17959.0 119057 16885.0 119769 17786.0 120480 17161.0 121192 17313.0 121903 17024.0 122614 16999.0 123326 16596.0 124037 17636.0 124749 16513.0 125460 17650.0 126171 17132.0 126883 16745.0 127594 17183.0 128305 17854.0 129017 17122.0 129728 17608.0 130440 16392.0 131151 17238.0 131862 16609.0 132574 17050.0 133285 16893.0 133996 17088.0 134708 17039.0 135419 16997.0 136131 17534.0 136842 16825.0 137553 17442.0 138265 17485.0 138976 17078.0 139688 16915.0 140399 16810.0 141110 17440.0 141822 17385.0 142533 17075.0 143244 17624.0 143956 16535.0 144667 16403.0 145379 16997.0 146090 17106.0 146801 16623.0 147513 16419.0 148224 17836.0 148936 17466.0 149647 17480.0 150358 17106.0 151070 16979.0 151781 16964.0 152492 17316.0 153204 17214.0 153915 16231.0 154627 14515.0 155338 13809.0 156049 13706.0 156761 13155.0 157472 13384.0 158183 13100.0 158895 13248.0 159606 12880.0 160318 12808.0 161029 12681.0 161740 12534.0 162452 12528.0 163163 12482.0 163875 12499.0 164586 12681.0 165297 12644.0 166009 12009.0 166720 12545.0 167431 12478.0 168143 12528.0 168854 12453.0 169566 12370.0 170277 12290.0 170988 12408.0 171700 12231.0 172411 12554.0 173123 12657.0 173834 11746.0 174545 12489.0 175257 12429.0 175968 12470.0 176679 12488.0 177391 12219.0 178102 11907.0 178814 12250.0 179525 12937.0 180236 12250.0 180948 12276.0 181659 12413.0 182370 12291.0 183082 12722.0 183793 12295.0 184505 13019.0 185216 12659.0 185927 12421.0 186639 12402.0 187350 12660.0 188062 12396.0 188773 12565.0 189484 12009.0 190196 11791.0 190907 12090.0 191618 11818.0 192330 12320.0 193041 12340.0 193753 12029.0 194464 12230.0 195175 12615.0 195887 12345.0 196598 12391.0 197310 12325.0 198021 12225.0 198732 12032.0 199444 12368.0 200155 12181.0 200866 12509.0 201578 12216.0 202289 12244.0 203001 12078.0 203712 12133.0 204423 12379.0 205135 12436.0 205846 12474.0 206557 16666.0 207269 42433.0 207980 184573.0 208692 604804.0 209403 1172479.0 210114 1541937.0 210826 1663860.0 211537 1677887.0 212249 1639221.0 212960 1532937.0 213671 1358641.0 214383 1191574.0 215094 1045740.0 215805 873065.0 216517 724812.0 217228 613141.0 217940 530117.0 218651 445384.0 219362 354065.0 220074 267657.0 220785 204784.0 221497 206912.0 222208 325648.0 222919 491843.0 223631 653029.0 224342 757186.0 225053 783120.0 225765 759811.0 226476 706641.0 227188 649526.0 227899 593191.0 228610 519132.0 229322 445620.0 230033 378511.0 230744 326621.0 231456 288696.0 232167 308341.0 232879 359706.0 233590 333613.0 234301 300872.0 235013 287439.0 235724 266513.0 236436 231719.0 237147 197435.0 237858 167053.0 238570 146989.0 239281 133912.0 239992 124607.0 240704 118072.0 241415 112747.0 242127 105911.0 242838 97361.0 243549 90659.0 244261 90514.0 244972 106412.0 245683 123336.0 246395 127132.0 247106 122785.0 247818 119773.0 248529 117162.0 249240 112937.0 249952 102791.0 250663 90749.0 251375 79922.0 252086 74199.0 252797 70304.0 253509 66861.0 254220 63635.0 254931 59505.0 255643 57620.0 256354 54967.0 257066 52160.0 257777 50906.0 258488 49250.0 259200 48092.0 259911 48445.0 260623 49901.0 261334 52341.0 262045 55207.0 262757 56424.0 263468 61193.0 264179 87348.0 264891 118847.0 265602 132004.0 266314 133947.0 267025 128629.0 267736 123145.0 268448 112581.0 269159 103856.0 269870 95675.0 270582 86589.0 271293 78219.0 272005 74742.0 272716 70913.0 273427 71203.0 274139 69134.0 274850 62266.0 275562 59165.0 276273 88266.0 276984 245920.0 277696 385132.0 278407 406518.0 279118 388283.0 279830 380165.0 280541 362733.0 281253 314296.0 281964 239007.0 282675 171104.0 283387 121246.0 284098 88339.0 284810 70305.0 285521 58214.0 286232 52376.0 286944 48352.0 287655 44669.0 288366 42092.0 289078 42165.0 289789 39646.0 290501 39159.0 291212 37421.0 291923 35843.0 292635 35647.0 293346 35187.0 294057 35428.0 294769 35440.0 295480 37910.0 296192 39009.0 296903 37853.0 297614 38366.0 298326 37796.0 299037 37956.0 299749 36168.0 300460 35130.0 301171 34202.0 301883 32499.0 302594 33240.0 303305 31865.0 304017 31084.0 304728 32131.0 305440 31787.0 306151 31774.0 306862 30902.0 307574 31116.0 308285 30581.0 308997 30509.0 309708 30321.0 310419 30667.0 311131 33735.0 311842 35908.0 312553 36484.0 313265 38047.0 313976 37403.0 314688 39057.0 315399 40044.0 316110 39856.0 316822 37299.0 317533 35321.0 318244 34012.0 318956 32967.0 319667 31216.0 320379 30552.0 321090 29305.0 321801 27712.0 322513 27217.0 323224 26597.0 323936 26678.0 324647 26143.0 325358 26855.0 326070 28487.0 326781 28676.0 327492 27777.0 328204 27527.0 328915 28287.0 329627 27452.0 330338 27217.0 331049 26633.0 331761 27123.0 332472 29818.0 333184 33278.0 333895 36503.0 334606 39542.0 335318 40682.0 336029 41797.0 336740 40919.0 337452 39522.0 338163 37073.0 338875 35298.0 339586 31957.0 340297 29906.0 341009 28668.0 341720 27457.0 342431 29442.0 343143 32147.0 343854 34791.0 344566 35706.0 345277 37127.0 345988 35333.0 346700 34401.0 347411 32597.0 348123 31004.0 348834 28726.0 349545 29086.0 350257 35393.0 350968 42089.0 351679 46557.0 352391 51791.0 353102 61317.0 353814 73726.0 354525 96262.0 355236 112924.0 355948 113359.0 356659 107634.0 357371 100128.0 358082 92952.0 358793 83415.0 359505 69986.0 360216 58137.0 360927 49519.0 361639 43422.0 362350 38906.0 363062 34666.0 363773 32100.0 364484 30062.0 365196 28064.0 365907 27127.0 366618 26280.0 367330 26127.0 368041 25464.0 368753 25646.0 369464 25397.0 370175 25085.0 370887 25640.0 371598 24960.0 372310 24888.0 373021 24223.0 373732 23911.0 374444 23924.0 375155 23975.0 375866 24206.0 376578 23643.0 377289 23106.0 378001 22987.0 378712 23484.0 379423 35623.0 380135 69935.0 380846 95419.0 381558 99703.0 382269 101319.0 382980 99403.0 383692 93267.0 384403 78767.0 385114 62474.0 385826 52070.0 386537 42975.0 387249 39270.0 387960 35111.0 388671 32432.0 389383 31926.0 390094 30519.0 390805 30524.0 391517 29593.0 392228 28236.0 392940 27393.0 393651 28132.0 394362 26422.0 395074 26376.0 395785 25509.0 396497 24469.0 397208 24747.0 397919 23743.0 398631 23989.0 399342 23043.0 400053 23023.0 400765 23597.0 401476 23184.0 402188 21997.0 402899 22307.0 403610 22710.0 404322 23018.0 405033 22445.0 405745 20963.0 406456 22032.0 407167 21912.0 407879 22973.0 408590 22105.0 409301 21554.0 410013 23263.0 410724 22771.0 411436 21184.0 412147 20930.0 412858 21126.0 413570 21492.0 414281 21420.0 414992 20311.0 415704 20031.0 416415 20830.0 417127 20116.0 417838 19928.0 418549 19811.0 419261 20113.0 419972 20298.0 420684 20413.0 421395 31747.0 422106 105122.0 422818 234104.0 423529 384677.0 424240 527283.0 424952 661055.0 425663 790782.0 426375 911499.0 427086 1023016.0 427797 1080023.0 428509 859334.0 429220 240793.0 429932 116631.0 430643 84766.0 431354 70419.0 432066 61497.0 432777 54622.0 433488 50823.0 434200 46220.0 434911 44147.0 435623 42078.0 436334 39863.0 437045 37594.0 437757 39517.0 438468 38820.0 439179 37826.0 439891 36446.0 440602 36440.0 441314 35288.0 442025 33521.0 442736 34253.0 443448 33089.0 444159 37708.0 444871 39386.0 445582 38749.0 446293 38577.0 447005 37833.0 447716 36388.0 448427 35619.0 449139 34576.0 449850 32705.0 450562 32090.0 451273 32417.0 451984 31320.0 452696 30942.0 453407 30261.0 454119 30147.0 454830 29143.0 455541 28908.0 456253 28382.0 456964 27647.0 457675 28088.0 458387 28232.0 459098 27675.0 459810 27043.0 460521 26876.0 461232 27606.0 461944 26268.0 462655 26953.0 463366 26581.0 464078 28049.0 464789 30010.0 465501 30602.0 466212 29687.0 466923 30013.0 467635 28511.0 468346 27563.0 469058 27492.0 469769 27587.0 470480 28951.0 471192 38673.0 471903 53502.0 472614 60723.0 473326 63874.0 474037 65113.0 474749 68758.0 475460 65361.0 476171 57715.0 476883 51669.0 477594 47306.0 478305 41238.0 479017 35982.0 479728 33306.0 480440 28817.0 481151 28231.0 481862 30447.0 482574 35859.0 483285 39928.0 483997 41654.0 484708 40869.0 485419 40069.0 486131 41170.0 486842 41405.0 487553 37664.0 488265 37787.0 488976 35448.0 489688 32890.0 490399 33142.0 491110 848287.0 491822 1125945.0 492533 1061967.0 493245 769973.0 493956 546015.0 494667 407015.0 495379 322304.0 496090 264533.0 496801 218772.0 497513 185161.0 498224 158103.0 498936 138412.0 499647 120488.0 500358 107479.0 501070 95984.0 501781 87645.0 502492 79451.0 503204 76428.0 503915 71416.0 504627 64873.0 505338 61885.0 506049 56579.0 506761 54140.0 507472 51237.0 508184 49480.0 508895 46526.0 509606 43615.0 510318 41185.0 511029 40274.0 511740 39591.0 512452 38148.0 513163 38824.0 513875 38599.0 514586 39065.0 515297 37947.0 516009 36673.0 516720 35012.0 517432 32644.0 518143 32014.0 518854 31345.0 519566 29147.0 520277 30092.0 520988 29585.0 521700 28576.0 522411 27744.0 523123 28369.0 523834 27695.0 524545 28272.0 525257 27037.0 525968 26014.0 526679 26469.0 527391 26339.0 528102 25749.0 528814 25680.0 529525 25352.0 530236 26341.0 530948 25797.0 531659 26417.0 532371 28871.0 533082 31935.0 533793 34866.0 534505 36415.0 535216 34747.0 535927 32000.0 536639 30121.0 537350 27005.0 538062 27220.0 538773 25049.0 539484 25612.0 540196 25036.0 540907 25153.0 541619 24419.0 542330 25553.0 543041 25113.0 543753 25141.0 544464 24355.0 545175 23308.0 545887 23066.0 546598 22722.0 547310 22689.0 548021 23756.0 548732 22971.0 549444 24573.0 550155 23806.0 550866 24988.0 551578 23870.0 552289 22399.0 553001 21706.0 553712 20884.0 554423 21194.0 555135 21573.0 555846 20865.0 556558 20843.0 557269 21129.0 557980 21957.0 558692 21833.0 559403 21624.0 560114 22009.0 560826 21254.0 561537 21499.0 562249 21498.0 562960 20992.0 563671 20895.0 564383 20742.0 565094 20285.0 565806 20386.0 566517 20932.0 567228 19219.0 567940 19964.0 568651 19602.0 569362 20759.0 570074 20291.0 570785 19701.0 571497 19887.0 572208 19662.0 572919 20024.0 573631 20471.0 574342 21538.0 575053 31594.0 575765 48053.0 576476 59212.0 577188 62714.0 577899 60666.0 578610 54901.0 579322 61524.0 580033 122317.0 580745 241895.0 581456 373982.0 582167 472444.0 582879 503475.0 583590 377553.0 584301 190640.0 585013 99154.0 585724 64101.0 586436 47503.0 587147 39762.0 587858 34392.0 588570 32472.0 589281 29605.0 589993 28209.0 590704 26762.0 591415 26868.0 592127 25042.0 592838 25421.0 593549 24225.0 594261 23322.0 594972 24467.0 595684 25691.0 596395 27565.0 597106 28284.0 597818 29185.0 598529 30313.0 599240 27872.0 599952 26722.0 600663 25692.0 601375 24485.0 602086 22642.0 602797 22806.0 603509 22519.0 604220 21857.0 604932 21397.0 605643 21380.0 606354 21688.0 607066 21299.0 607777 20880.0 608488 20694.0 609200 20767.0 609911 20304.0 610623 19912.0 611334 21049.0 612045 19574.0 612757 19874.0 613468 20160.0 614180 19826.0 614891 19498.0 615602 19687.0 616314 20276.0 617025 21288.0 617736 23512.0 618448 24775.0 619159 24216.0 619871 23110.0 620582 22381.0 621293 22089.0 622005 20748.0 622716 20605.0 623427 19928.0 624139 19721.0 624850 19224.0 625562 19318.0 626273 19350.0 626984 19980.0 627696 19579.0 628407 19773.0 629119 19494.0 629830 19287.0 630541 18564.0 631253 19024.0 631964 19323.0 632675 18857.0 633387 19412.0 634098 19390.0 634810 18781.0 635521 18741.0 636232 18642.0 636944 18999.0 637655 19125.0 638367 18764.0 639078 17816.0 639789 17511.0 640501 18385.0 641212 18309.0 641923 19215.0 642635 18454.0 643346 18290.0 644058 18476.0 644769 17866.0 645480 18879.0 646192 18575.0 646903 18671.0 647614 19500.0 648326 19525.0 649037 18923.0 649749 19065.0 650460 19800.0 651171 20062.0 651883 20534.0 652594 19493.0 653306 19162.0 654017 20266.0 654728 28276.0 655440 45605.0 656151 60323.0 656862 64327.0 657574 55613.0 658285 43767.0 658997 33735.0 659708 28091.0 660419 24144.0 661131 21843.0 661842 21288.0 662553 22103.0 663265 23483.0 663976 27354.0 664688 30542.0 665399 32731.0 666110 32325.0 666822 30405.0 667533 27721.0 668245 26585.0 668956 24145.0 669667 22600.0 670379 21606.0 671090 20657.0 671801 22474.0 672513 23720.0 673224 24461.0 673936 24250.0 674647 23493.0 675358 22869.0 676070 22238.0 676781 21307.0 677493 21937.0 678204 21872.0 678915 22515.0 679627 21951.0 680338 21838.0 681049 22328.0 681761 21396.0 682472 20704.0 683184 19717.0 683895 19567.0 684606 18985.0 685318 20657.0 686029 23805.0 686740 28480.0 687452 29589.0 688163 28867.0 688875 25858.0 689586 23038.0 690297 20744.0 691009 19539.0 691720 19120.0 692432 18458.0 693143 17880.0 693854 17828.0 694566 17277.0 695277 17294.0 695988 17064.0 696700 18103.0 697411 17376.0 698123 17243.0 698834 18347.0 699545 21954.0 700257 24456.0 700968 25608.0 701680 24629.0 702391 22502.0 703102 20651.0 703814 19151.0 704525 18521.0 705236 18355.0 705948 18689.0 706659 19491.0 707371 19485.0 708082 20246.0 708793 20858.0 709505 20427.0 710216 20398.0 710927 19854.0 711639 19154.0 712350 18524.0 713062 17966.0 713773 17487.0 714484 17375.0 715196 17730.0 715907 17340.0 716619 16578.0 717330 17033.0 718041 17342.0 718753 17857.0 719464 18585.0 720175 19067.0 720887 19782.0 721598 19699.0 722310 19371.0 723021 18218.0 723732 18380.0 724444 18087.0 725155 17486.0 725867 17449.0 726578 17194.0 727289 17028.0 728001 17290.0 728712 17186.0 729423 17455.0 730135 18116.0 730846 17272.0 731558 18065.0 732269 17743.0 732980 18525.0 733692 17861.0 734403 17078.0 735114 16963.0 735826 16547.0 736537 16830.0 737249 17114.0 737960 17129.0 738671 17295.0 739383 17155.0 740094 19537.0 740806 24784.0 741517 30374.0 742228 31786.0 742940 31624.0 743651 33171.0 744362 30278.0 745074 27680.0 745785 25915.0 746497 24534.0 747208 23300.0 747919 23008.0 748631 22231.0 749342 21661.0 750054 21137.0 750765 20902.0 751476 20446.0 752188 20172.0 752899 20779.0 753610 20244.0 754322 19828.0 755033 18878.0 755745 19471.0 756456 19035.0 757167 18166.0 757879 17940.0 758590 17982.0 759301 18311.0 760013 17588.0 760724 17830.0 761436 17751.0 762147 17672.0 762858 17960.0 763570 17341.0 764281 17600.0 764993 17135.0 765704 17431.0 766415 18011.0 767127 17753.0 767838 18080.0 768549 18243.0 769261 17625.0 769972 17608.0 770684 18018.0 771395 18376.0 772106 17173.0 772818 17111.0 773529 17044.0 774241 17084.0 774952 16461.0 775663 17740.0 776375 17424.0 777086 17766.0 777797 17605.0 778509 18591.0 779220 17736.0 779932 17251.0 780643 17483.0 781354 17227.0 782066 16365.0 782777 15924.0 783488 16918.0 784200 16855.0 784911 16333.0 785623 16092.0 786334 15739.0 787045 16080.0 787757 16083.0 788468 16521.0 789180 17096.0 789891 19774.0 790602 22380.0 791314 25070.0 792025 28151.0 792736 39080.0 793448 56272.0 794159 61139.0 794871 51884.0 795582 42134.0 796293 33472.0 797005 27024.0 797716 22977.0 798428 22122.0 799139 20593.0 799850 19734.0 800562 19064.0 801273 19327.0 801984 18219.0 802696 18245.0 803407 17764.0 804119 17399.0 804830 17260.0 805541 17466.0 806253 17870.0 806964 17903.0 807675 17684.0 808387 18082.0 809098 18403.0 809810 18810.0 810521 18130.0 811232 18484.0 811944 17863.0 812655 18142.0 813367 17293.0 814078 17029.0 814789 16856.0 815501 16595.0 816212 16383.0 816923 16044.0 817635 16577.0 818346 16582.0 819058 16068.0 819769 16315.0 820480 17404.0 821192 16845.0 821903 16113.0 822615 17584.0 823326 17179.0 824037 17841.0 824749 16745.0 825460 17986.0 826171 18690.0 826883 23904.0 827594 31334.0 828306 41552.0 829017 49114.0 829728 48964.0 830440 41101.0 831151 34454.0 831862 29851.0 832574 27019.0 833285 25159.0 833997 24020.0 834708 24160.0 835419 23805.0 836131 24629.0 836842 26721.0 837554 26184.0 838265 25919.0 838976 24281.0 839688 21707.0 840399 21343.0 841110 20227.0 841822 19920.0 842533 19488.0 843245 19257.0 843956 19207.0 844667 19478.0 845379 19772.0 846090 19121.0 846802 18764.0 847513 18491.0 848224 17834.0 848936 18120.0 849647 17965.0 850358 20298.0 851070 26498.0 851781 36716.0 852493 44218.0 853204 43846.0 853915 37922.0 854627 30973.0 855338 24845.0 856049 22065.0 856761 20692.0 857472 20284.0 858184 18915.0 858895 18063.0 859606 18529.0 860318 17633.0 861029 18856.0 861741 18799.0 862452 19471.0 863163 22463.0 863875 38700.0 864586 94119.0 865297 191473.0 866009 316021.0 866720 428935.0 867432 466317.0 868143 300773.0 868854 128107.0 869566 62577.0 870277 42933.0 870988 34114.0 871700 29982.0 872411 27215.0 873123 25678.0 873834 23897.0 874545 22992.0 875257 22445.0 875968 21545.0 876680 21711.0 877391 21063.0 878102 20735.0 878814 21339.0 879525 22610.0 880236 24583.0 880948 25810.0 881659 26266.0 882371 25121.0 883082 23918.0 883793 22273.0 884505 21934.0 885216 21303.0 885928 20968.0 886639 20352.0 887350 19566.0 888062 19908.0 888773 18580.0 889484 18491.0 890196 18956.0 890907 18940.0 891619 18607.0 892330 18618.0 893041 18817.0 893753 18646.0 894464 19597.0 895175 18214.0 895887 17501.0 896598 17808.0 897310 19271.0 898021 29005.0 898732 57365.0 899444 98620.0 900155 126057.0 900867 116253.0 901578 82064.0 902289 51312.0 903001 42872.0 903712 64162.0 904423 101989.0 905135 122916.0 905846 106292.0 906558 73267.0 907269 49460.0 907980 37017.0 908692 29623.0 909403 26622.0 910115 25061.0 910826 22790.0 911537 22099.0 912249 21858.0 912960 21200.0 913671 20544.0 914383 20586.0 915094 20747.0 915806 20240.0 916517 19125.0 917228 19038.0 917940 19282.0 918651 18913.0 919362 20424.0 920074 20745.0 920785 22755.0 921497 23622.0 922208 22008.0 922919 21049.0 923631 19632.0 924342 19492.0 925054 19073.0 925765 18645.0 926476 19315.0 927188 18575.0 927899 18459.0 928610 18737.0 929322 19418.0 930033 20960.0 930745 21582.0 931456 21486.0 932167 20619.0 932879 18550.0 933590 19233.0 934302 18402.0 935013 18462.0 935724 17595.0 936436 17649.0 937147 16160.0 937858 16977.0 938570 16521.0 939281 17015.0 939993 16792.0 940704 15912.0 941415 16306.0 942127 17363.0 942838 24992.0 943549 39908.0 944261 55573.0 944972 56732.0 945684 46833.0 946395 36321.0 947106 28988.0 947818 25168.0 948529 23514.0 949241 24292.0 949952 28148.0 950663 30193.0 951375 29379.0 952086 27048.0 952797 23816.0 953509 23058.0 954220 20866.0 954932 19845.0 955643 20181.0 956354 19912.0 957066 21072.0 957777 23540.0 958489 26620.0 959200 32683.0 959911 38508.0 960623 38253.0 961334 35698.0 962045 32605.0 962757 27137.0 963468 23955.0 964180 20646.0 964891 19743.0 965602 19283.0 966314 19831.0 967025 19826.0 967736 18757.0 968448 18865.0 969159 18817.0 969871 20167.0 970582 18834.0 971293 18402.0 972005 18442.0 972716 17323.0 973428 17870.0 974139 18784.0 974850 19493.0 975562 19314.0 976273 19920.0 976984 19832.0 977696 22788.0 978407 23723.0 979119 24067.0 979830 21422.0 980541 20360.0 981253 19313.0 981964 17476.0 982676 17315.0 983387 17480.0 984098 16900.0 984810 17198.0 985521 16816.0 986232 17131.0 986944 17357.0 987655 17302.0 988367 16190.0 989078 17227.0 989789 16661.0 990501 16804.0 991212 16695.0 991923 16985.0 992635 16799.0 993346 16982.0 994058 16642.0 994769 17453.0 995480 18409.0 996192 20225.0 996903 22863.0 997615 27726.0 998326 45332.0 999037 96336.0 999749 178518.0 1000460 293881.0 1001171 426698.0 1001883 528910.0 1002594 441119.0 1003306 339683.0 1004017 370384.0 1004728 426256.0 1005440 354325.0 1006151 154155.0 1006863 60052.0 1007574 37742.0 1008285 30976.0 1008997 27151.0 1009708 25880.0 1010419 24126.0 1011131 22421.0 1011842 21352.0 1012554 21617.0 1013265 20450.0 1013976 20681.0 1014688 21530.0 1015399 23987.0 1016110 24431.0 1016822 23518.0 1017533 23108.0 1018245 22991.0 1018956 23859.0 1019667 23635.0 1020379 23618.0 1021090 21324.0 1021802 20896.0 1022513 19924.0 1023224 19484.0 1023936 19204.0 1024647 19024.0 1025358 17811.0 1026070 18194.0 1026781 18032.0 1027493 17838.0 1028204 17857.0 1028915 17994.0 1029627 18143.0 1030338 17491.0 1031050 16873.0 1031761 17217.0 1032472 16996.0 1033184 17798.0 1033895 21940.0 1034606 36283.0 1035318 62944.0 1036029 77515.0 1036741 69845.0 1037452 48224.0 1038163 34465.0 1038875 25967.0 1039586 22205.0 1040297 20355.0 1041009 19109.0 1041720 19062.0 1042432 23091.0 1043143 39952.0 1043854 96262.0 1044566 182895.0 1045277 234976.0 1045989 205946.0 1046700 125143.0 1047411 69463.0 1048123 43556.0 1048834 32659.0 1049545 26705.0 1050257 25087.0 1050968 23715.0 1051680 23937.0 1052391 25401.0 1053102 28514.0 1053814 28720.0 1054525 26816.0 1055237 24057.0 1055948 21380.0 1056659 20394.0 1057371 19624.0 1058082 19074.0 1058793 19352.0 1059505 18209.0 1060216 19905.0 1060928 18633.0 1061639 18553.0 1062350 19257.0 1063062 18460.0 1063773 18975.0 1064484 17634.0 1065196 18032.0 1065907 17906.0 1066619 16978.0 1067330 17675.0 1068041 17615.0 1068753 17656.0 1069464 17737.0 1070176 18205.0 1070887 17164.0 1071598 16926.0 1072310 16700.0 1073021 16903.0 1073732 16844.0 1074444 16123.0 1075155 17646.0 1075867 16451.0 1076578 16598.0 1077289 16688.0 1078001 17296.0 1078712 17334.0 1079423 17103.0 1080135 17645.0 1080846 16903.0 1081558 17092.0 1082269 15660.0 1082980 16418.0 1083692 15875.0 1084403 16206.0 1085115 16461.0 1085826 15466.0 1086537 16617.0 1087249 16301.0 1087960 18061.0 1088671 17344.0 1089383 17844.0 1090094 18239.0 1090806 17564.0 1091517 16980.0 1092228 17047.0 1092940 16706.0 1093651 16417.0 1094363 16385.0 1095074 15916.0 1095785 16138.0 1096497 15700.0 1097208 15606.0 1097919 16246.0 1098631 15390.0 1099342 16089.0 1100054 15939.0 1100765 18198.0 1101476 19616.0 1102188 22315.0 1102899 20491.0 1103610 20059.0 1104322 18892.0 1105033 18422.0 1105745 18459.0 1106456 18132.0 1107167 19000.0 1107879 17659.0 1108590 18386.0 1109302 18456.0 1110013 17511.0 1110724 17420.0 1111436 17079.0 1112147 16624.0 1112858 16449.0 1113570 15614.0 1114281 16177.0 1114993 16595.0 1115704 17755.0 1116415 17592.0 1117127 18664.0 1117838 18438.0 1118550 17836.0 1119261 17292.0 1119972 17070.0 1120684 16800.0 1121395 17676.0 1122106 18686.0 1122818 20858.0 1123529 22115.0 1124241 22222.0 1124952 20087.0 1125663 18739.0 1126375 17807.0 1127086 18403.0 1127797 17190.0 1128509 16998.0 1129220 16598.0 1129932 16742.0 1130643 16557.0 1131354 16065.0 1132066 15197.0 1132777 15817.0 1133489 16132.0 1134200 16376.0 1134911 16736.0 1135623 17822.0 1136334 17950.0 1137045 17897.0 1137757 17893.0 1138468 18974.0 1139180 18605.0 1139891 18288.0 1140602 18394.0 1141314 18245.0 1142025 17499.0 1142737 16843.0 1143448 16569.0 1144159 16027.0 1144871 16204.0 1145582 16051.0 1146293 16170.0 1147005 17656.0 1147716 18126.0 1148428 21241.0 1149139 21559.0 1149850 20859.0 1150562 18338.0 1151273 16732.0 1151984 16471.0 1152696 16573.0 1153407 16231.0 1154119 16289.0 1154830 16839.0 1155541 18362.0 1156253 18892.0 1156964 17434.0 1157676 17110.0 1158387 16909.0 1159098 15603.0 1159810 16711.0 1160521 16923.0 1161232 17093.0 1161944 16895.0 1162655 17381.0 1163367 18147.0 1164078 18157.0 1164789 18873.0 1165501 19965.0 1166212 19615.0 1166924 18616.0 1167635 23644.0 1168346 32838.0 1169058 41624.0 1169769 44624.0 1170480 34974.0 1171192 28559.0 1171903 22541.0 1172615 20265.0 1173326 17284.0 1174037 18347.0 1174749 20521.0 1175460 28354.0 1176171 43267.0 1176883 53913.0 1177594 51381.0 1178306 40240.0 1179017 29644.0 1179728 24587.0 1180440 21579.0 1181151 20322.0 1181863 19254.0 1182574 18683.0 1183285 18277.0 1183997 17800.0 1184708 18560.0 1185419 19032.0 1186131 19170.0 1186842 19050.0 1187554 19723.0 1188265 18624.0 1188976 19322.0 1189688 18889.0 1190399 18531.0 1191111 18579.0 1191822 18520.0 1192533 19061.0 1193245 19768.0 1193956 20021.0 1194667 19343.0 1195379 20041.0 1196090 17232.0 1196802 18099.0 1197513 17540.0 1198224 17162.0 1198936 16437.0 1199647 16991.0 1200358 17998.0 1201070 21767.0 1201781 32982.0 1202493 46427.0 1203204 48036.0 1203915 40717.0 1204627 28771.0 1205338 23704.0 1206050 20233.0 1206761 19792.0 1207472 21812.0 1208184 25575.0 1208895 28751.0 1209606 28515.0 1210318 25388.0 1211029 22065.0 1211741 19420.0 1212452 17665.0 1213163 17358.0 1213875 16993.0 1214586 17846.0 1215298 16610.0 1216009 17738.0 1216720 18516.0 1217432 19036.0 1218143 18124.0 1218854 17633.0 1219566 18296.0 1220277 17504.0 1220989 19041.0 1221700 20465.0 1222411 20736.0 1223123 20152.0 1223834 18071.0 1224545 16760.0 1225257 17093.0 1225968 17019.0 1226680 16569.0 1227391 17066.0 1228102 18573.0 1228814 23694.0 1229525 39680.0 1230237 61248.0 1230948 69552.0 1231659 58892.0 1232371 40759.0 1233082 28402.0 1233793 22582.0 1234505 20193.0 1235216 17509.0 1235928 17089.0 1236639 16579.0 1237350 17152.0 1238062 16660.0 1238773 17161.0 1239485 16730.0 1240196 16132.0 1240907 16360.0 1241619 15916.0 1242330 15865.0 1243041 16344.0 1243753 16064.0 1244464 16045.0 1245176 16054.0 1245887 16724.0 1246598 15928.0 1247310 16000.0 1248021 16482.0 1248732 16681.0 1249444 17797.0 1250155 19273.0 1250867 20357.0 1251578 20014.0 1252289 20176.0 1253001 20310.0 1253712 25826.0 1254424 36115.0 1255135 43594.0 1255846 40101.0 1256558 32623.0 1257269 26564.0 1257980 24790.0 1258692 26286.0 1259403 29606.0 1260115 31555.0 1260826 29861.0 1261537 24320.0 1262249 21125.0 1262960 18798.0 1263672 17986.0 1264383 17786.0 1265094 18686.0 1265806 17765.0 1266517 17323.0 1267228 17330.0 1267940 16597.0 1268651 16839.0 1269363 16792.0 1270074 17552.0 1270785 16759.0 1271497 17281.0 1272208 17108.0 1272919 16066.0 1273631 15963.0 1274342 15421.0 1275054 14647.0 1275765 15055.0 1276476 15119.0 1277188 15818.0 1277899 15824.0 1278611 16367.0 1279322 16353.0 1280033 17121.0 1280745 15522.0 1281456 16027.0 1282167 17070.0 1282879 17168.0 1283590 16177.0 1284302 16198.0 1285013 16591.0 1285724 14979.0 1286436 15052.0 1287147 14842.0 1287859 14759.0 1288570 16067.0 1289281 17663.0 1289993 22872.0 1290704 28977.0 1291415 43696.0 1292127 73331.0 1292838 112682.0 1293550 124574.0 1294261 98789.0 1294972 61062.0 1295684 36217.0 1296395 23895.0 1297106 19193.0 1297818 18240.0 1298529 17243.0 1299241 16863.0 1299952 15855.0 1300663 16384.0 1301375 16569.0 1302086 17445.0 1302798 16232.0 1303509 16451.0 1304220 16125.0 1304932 17978.0 1305643 21198.0 1306354 26326.0 1307066 30240.0 1307777 29502.0 1308489 25309.0 1309200 21431.0 1309911 18510.0 1310623 18529.0 1311334 21914.0 1312045 28992.0 1312757 36506.0 1313468 37850.0 1314180 37571.0 1314891 42835.0 1315602 51657.0 1316314 53769.0 1317025 45584.0 1317737 33511.0 1318448 26069.0 1319159 21435.0 1319871 18865.0 1320582 18332.0 1321293 17207.0 1322005 16794.0 1322716 15711.0 1323428 15846.0 1324139 16263.0 1324850 16818.0 1325562 16723.0 1326273 16370.0 1326985 16270.0 1327696 16368.0 1328407 15281.0 1329119 16002.0 1329830 15320.0 1330541 14867.0 1331253 15170.0 1331964 15451.0 1332676 15202.0 1333387 15103.0 1334098 15474.0 1334810 15198.0 1335521 15581.0 1336232 15679.0 1336944 15007.0 1337655 14884.0 1338367 15158.0 1339078 15198.0 1339789 16500.0 1340501 16805.0 1341212 19095.0 1341924 21365.0 1342635 24460.0 1343346 26030.0 1344058 24360.0 1344769 21070.0 1345480 18346.0 1346192 17338.0 1346903 15491.0 1347615 15818.0 1348326 15935.0 1349037 15603.0 1349749 15979.0 1350460 16164.0 1351172 17099.0 1351883 17858.0 1352594 17310.0 1353306 17057.0 1354017 16590.0 1354728 16214.0 1355440 16117.0 1356151 15560.0 1356863 16437.0 1357574 16067.0 1358285 15657.0 1358997 15702.0 1359708 15381.0 1360419 16264.0 1361131 16393.0 1361842 17782.0 1362554 20173.0 1363265 20879.0 1363976 21223.0 1364688 20473.0 1365399 18797.0 1366111 18224.0 1366822 17434.0 1367533 16395.0 1368245 17128.0 1368956 17140.0 1369667 17990.0 1370379 18648.0 1371090 19322.0 1371802 19832.0 1372513 20787.0 1373224 19748.0 1373936 20691.0 1374647 20574.0 1375359 18755.0 1376070 18469.0 1376781 17071.0 1377493 17416.0 1378204 18161.0 1378915 18734.0 1379627 24081.0 1380338 39714.0 1381050 72319.0 1381761 113890.0 1382472 162295.0 1383184 216976.0 1383895 263528.0 1384606 263185.0 1385318 168873.0 1386029 77578.0 1386741 45981.0 1387452 35183.0 1388163 30101.0 1388875 28529.0 1389586 25625.0 1390298 24144.0 1391009 23399.0 1391720 22504.0 1392432 21475.0 1393143 20482.0 1393854 20428.0 1394566 19995.0 1395277 20550.0 1395989 19946.0 1396700 20019.0 1397411 20150.0 1398123 20298.0 1398834 19639.0 1399546 20249.0 1400257 18558.0 1400968 18169.0 1401680 17678.0 1402391 18864.0 1403102 20784.0 1403814 23283.0 1404525 23814.0 1405237 21535.0 1405948 20762.0 1406659 19797.0 1407371 18776.0 1408082 19436.0 1408793 20721.0 1409505 21124.0 1410216 20634.0 1410928 18404.0 1411639 17267.0 1412350 17142.0 1413062 16506.0 1413773 16886.0 1414485 17737.0 1415196 17881.0 1415907 16554.0 1416619 16374.0 1417330 16569.0 1418041 16426.0 1418753 17720.0 1419464 17501.0 1420176 17790.0 1420887 18913.0 1421598 21110.0 1422310 22277.0 1423021 23614.0 1423733 24317.0 1424444 23884.0 1425155 23195.0 1425867 22559.0 1426578 21213.0 1427289 21523.0 1428001 20212.0 1428712 21134.0 1429424 21472.0 1430135 21713.0 1430846 20462.0 1431558 20015.0 1432269 19154.0 1432980 19280.0 1433692 19354.0 1434403 18877.0 1435115 18644.0 1435826 20662.0 1436537 20609.0 1437249 21438.0 1437960 21798.0 1438672 22130.0 1439383 22522.0 1440094 20656.0 1440806 20345.0 1441517 20746.0 1442228 21432.0 1442940 22022.0 1443651 25239.0 1444363 31035.0 1445074 46901.0 1445785 70645.0 1446497 89620.0 1447208 91705.0 1447920 69930.0 1448631 46541.0 1449342 33208.0 1450054 26706.0 1450765 26225.0 1451476 25036.0 1452188 25152.0 1452899 24895.0 1453611 25626.0 1454322 26210.0 1455033 26974.0 1455745 28056.0 1456456 27229.0 1457167 26346.0 1457879 23707.0 1458590 22757.0 1459302 20671.0 1460013 20120.0 1460724 19983.0 1461436 19556.0 1462147 19422.0 1462859 18623.0 1463570 19050.0 1464281 18104.0 1464993 17612.0 1465704 17972.0 1466415 18823.0 1467127 18912.0 1467838 22568.0 1468550 28369.0 1469261 35881.0 1469972 37274.0 1470684 35515.0 1471395 29977.0 1472107 25817.0 1472818 23290.0 1473529 24298.0 1474241 29369.0 1474952 39002.0 1475663 45436.0 1476375 40787.0 1477086 33320.0 1477798 25842.0 1478509 22798.0 1479220 21339.0 1479932 23934.0 1480643 23965.0 1481354 24572.0 1482066 24705.0 1482777 22658.0 1483489 20480.0 1484200 19754.0 1484911 18376.0 1485623 20117.0 1486334 20458.0 1487046 22749.0 1487757 23620.0 1488468 25290.0 1489180 24949.0 1489891 23813.0 1490602 21177.0 1491314 20064.0 1492025 19618.0 1492737 18546.0 1493448 19281.0 1494159 17670.0 1494871 17321.0 1495582 17363.0 1496294 17473.0 1497005 17500.0 1497716 18612.0 1498428 17395.0 1499139 17049.0 1499850 17483.0 1500562 17977.0 1501273 18602.0 1501985 18743.0 1502696 17672.0 1503407 17311.0 1504119 17443.0 1504830 17661.0 1505541 19690.0 1506253 23276.0 1506964 26499.0 1507676 26921.0 1508387 26511.0 1509098 23078.0 1509810 21267.0 1510521 19848.0 1511233 20570.0 1511944 24360.0 1512655 30327.0 1513367 31579.0 1514078 28820.0 1514789 25241.0 1515501 23001.0 1516212 21412.0 1516924 21573.0 1517635 21800.0 1518346 21124.0 1519058 20268.0 1519769 19653.0 1520480 19229.0 1521192 18415.0 1521903 17587.0 1522615 16845.0 1523326 16799.0 1524037 16796.0 1524749 18209.0 1525460 19595.0 1526172 19664.0 1526883 19089.0 1527594 18155.0 1528306 16808.0 1529017 16926.0 1529728 16845.0 1530440 17190.0 1531151 18680.0 1531863 18841.0 1532574 19995.0 1533285 22010.0 1533997 24969.0 1534708 30494.0 1535420 37409.0 1536131 40646.0 1536842 35318.0 1537554 27961.0 1538265 22408.0 1538976 20868.0 1539688 21700.0 1540399 21343.0 1541111 21476.0 1541822 19056.0 1542533 18749.0 1543245 17964.0 1543956 17377.0 1544667 17281.0 1545379 17696.0 1546090 17339.0 1546802 17653.0 1547513 18050.0 1548224 18264.0 1548936 18707.0 1549647 18248.0 1550359 18041.0 1551070 17813.0 1551781 17580.0 1552493 17406.0 1553204 17808.0 1553915 18144.0 1554627 19331.0 1555338 18608.0 1556050 19106.0 1556761 18574.0 1557472 18232.0 1558184 18501.0 1558895 17649.0 1559607 18592.0 1560318 24396.0 1561029 39469.0 1561741 68289.0 1562452 110651.0 1563163 160706.0 1563875 208458.0 1564586 246685.0 1565298 218502.0 1566009 123527.0 1566720 60144.0 1567432 41792.0 1568143 33043.0 1568854 31384.0 1569566 29680.0 1570277 28280.0 1570989 27575.0 1571700 25578.0 1572411 24036.0 1573123 22880.0 1573834 22073.0 1574546 21209.0 1575257 20847.0 1575968 20116.0 1576680 20471.0 1577391 19851.0 1578102 20410.0 1578814 21262.0 1579525 22092.0 1580237 23631.0 1580948 23031.0 1581659 25705.0 1582371 28264.0 1583082 30794.0 1583794 28893.0 1584505 26083.0 1585216 23085.0 1585928 20586.0 1586639 19066.0 1587350 19284.0 1588062 18483.0 1588773 19315.0 1589485 21293.0 1590196 21651.0 1590907 21268.0 1591619 20647.0 1592330 19262.0 1593041 18530.0 1593753 17532.0 1594464 17590.0 1595176 17766.0 1595887 16691.0 1596598 17657.0 1597310 18676.0 1598021 18198.0 1598733 18235.0 1599444 18827.0 1600155 18895.0 1600867 18285.0 1601578 17720.0 1602289 17815.0 1603001 17887.0 1603712 18170.0 1604424 19276.0 1605135 20186.0 1605846 23398.0 1606558 30379.0 1607269 35101.0 1607981 34209.0 1608692 29706.0 1609403 26412.0 1610115 28257.0 1610826 35228.0 1611537 42076.0 1612249 41928.0 1612960 34438.0 1613672 29599.0 1614383 30224.0 1615094 34380.0 1615806 33840.0 1616517 30469.0 1617228 25664.0 1617940 21306.0 1618651 20168.0 1619363 21838.0 1620074 32642.0 1620785 59478.0 1621497 106672.0 1622208 161609.0 1622920 195407.0 1623631 176140.0 1624342 106970.0 1625054 56840.0 1625765 36694.0 1626476 28660.0 1627188 25435.0 1627899 23180.0 1628611 21963.0 1629322 21120.0 1630033 20880.0 1630745 20126.0 1631456 20367.0 1632168 20167.0 1632879 19849.0 1633590 19276.0 1634302 18967.0 1635013 20278.0 1635724 24212.0 1636436 29369.0 1637147 35409.0 1637859 34659.0 1638570 28990.0 1639281 24427.0 1639993 21259.0 1640704 19853.0 1641415 20140.0 1642127 21099.0 1642838 22353.0 1643550 23727.0 1644261 22293.0 1644972 21746.0 1645684 20648.0 1646395 20133.0 1647107 20584.0 1647818 19664.0 1648529 18873.0 1649241 18903.0 1649952 17797.0 1650663 17677.0 1651375 17953.0 1652086 17516.0 1652798 16891.0 1653509 16202.0 1654220 16353.0 1654932 16482.0 1655643 16280.0 1656355 17378.0 1657066 17775.0 1657777 18410.0 1658489 19813.0 1659200 22899.0 1659911 27943.0 1660623 33911.0 1661334 32780.0 1662046 29664.0 1662757 24497.0 1663468 23480.0 1664180 23808.0 1664891 23157.0 1665602 22731.0 1666314 21152.0 1667025 20763.0 1667737 21752.0 1668448 24007.0 1669159 27629.0 1669871 28135.0 1670582 28153.0 1671294 26877.0 1672005 26134.0 1672716 25495.0 1673428 26732.0 1674139 36133.0 1674850 52313.0 1675562 77130.0 1676273 97636.0 1676985 93513.0 1677696 72513.0 1678407 46727.0 1679119 32888.0 1679830 27043.0 1680542 25130.0 1681253 23718.0 1681964 22702.0 1682676 21638.0 1683387 20467.0 1684098 19716.0 1684810 18026.0 1685521 18202.0 1686233 17776.0 1686944 18439.0 1687655 22903.0 1688367 38022.0 1689078 49801.0 1689789 61956.0 1690501 56963.0 1691212 49508.0 1691924 44905.0 1692635 41659.0 1693346 44531.0 1694058 49257.0 1694769 52289.0 1695481 48357.0 1696192 40469.0 1696903 34799.0 1697615 29093.0 1698326 26666.0 1699037 26064.0 1699749 25717.0 1700460 23627.0 1701172 23496.0 1701883 23162.0 1702594 22530.0 1703306 21885.0 1704017 21354.0 1704729 21196.0 1705440 21555.0 1706151 20834.0 1706863 20280.0 1707574 20750.0 1708285 19794.0 1708997 20217.0 1709708 19829.0 1710420 19025.0 1711131 19250.0 1711842 20170.0 1712554 19187.0 1713265 18925.0 1713976 18499.0 1714688 18395.0 1715399 20289.0 1716111 19794.0 1716822 19361.0 1717533 18625.0 1718245 18255.0 1718956 19460.0 1719668 20661.0 1720379 22554.0 1721090 22579.0 1721802 22610.0 1722513 20598.0 1723224 20512.0 1723936 20402.0 1724647 20516.0 1725359 20364.0 1726070 20549.0 1726781 20538.0 1727493 20448.0 1728204 21638.0 1728915 24197.0 1729627 25060.0 1730338 23952.0 1731050 22565.0 1731761 21641.0 1732472 20213.0 1733184 19404.0 1733895 18426.0 1734607 17284.0 1735318 17801.0 1736029 17284.0 1736741 18428.0 1737452 20365.0 1738163 20179.0 1738875 19991.0 1739586 19382.0 1740298 18936.0 1741009 18355.0 1741720 16565.0 1742432 17058.0 1743143 17471.0 1743855 16477.0 1744566 16387.0 1745277 16667.0 1745989 17193.0 1746700 16902.0 1747411 17548.0 1748123 17644.0 1748834 17853.0 1749546 18311.0 1750257 17522.0 1750968 17134.0 1751680 16094.0 1752391 16327.0 1753102 16024.0 1753814 16639.0 1754525 15727.0 1755237 16739.0 1755948 17117.0 1756659 16305.0 1757371 16122.0 1758082 16482.0 1758794 16167.0 1759505 16744.0 1760216 16908.0 1760928 16761.0 1761639 16862.0 1762350 16630.0 1763062 15968.0 1763773 17229.0 1764485 18290.0 1765196 20517.0 1765907 21803.0 1766619 21682.0 1767330 19934.0 1768042 18262.0 1768753 17777.0 1769464 17370.0 1770176 17791.0 1770887 16727.0 1771598 16765.0 1772310 16636.0 1773021 15918.0 1773733 15755.0 1774444 17888.0 1775155 17880.0 1775867 19853.0 1776578 20230.0 1777289 19021.0 1778001 18270.0 1778712 17794.0 1779424 15967.0 1780135 16740.0 1780846 16212.0 1781558 15817.0 1782269 15876.0 1782981 15363.0 1783692 15386.0 1784403 16540.0 1785115 17197.0 1785826 18387.0 1786537 17471.0 1787249 16985.0 1787960 16532.0 1788672 16950.0 1789383 17202.0 1790094 18424.0 1790806 18770.0 1791517 19181.0 1792229 17854.0 1792940 16966.0 1793651 17975.0 1794363 20750.0 1795074 27724.0 1795785 40451.0 1796497 46991.0 1797208 45066.0 1797920 34180.0 1798631 25162.0 1799342 20685.0 1800054 17893.0 1800765 17707.0 1801476 17817.0 1802188 15774.0 1802899 17111.0 1803611 18552.0 1804322 19512.0 1805033 20033.0 1805745 19342.0 1806456 19922.0 1807168 18817.0 1807879 18924.0 1808590 19030.0 1809302 18497.0 1810013 18389.0 1810724 18134.0 1811436 18264.0 1812147 18017.0 1812859 18448.0 1813570 18640.0 1814281 18981.0 1814993 19678.0 1815704 19549.0 1816416 19582.0 1817127 19296.0 1817838 19026.0 1818550 19249.0 1819261 20721.0 1819972 20387.0 1820684 20689.0 1821395 19573.0 1822107 19546.0 1822818 18831.0 1823529 20038.0 1824241 21283.0 1824952 22496.0 1825663 27342.0 1826375 41410.0 1827086 82358.0 1827798 167555.0 1828509 285636.0 1829220 374518.0 1829932 343774.0 1830643 213997.0 1831355 101123.0 1832066 50966.0 1832777 34253.0 1833489 29842.0 1834200 27364.0 1834911 27696.0 1835623 25459.0 1836334 24516.0 1837046 23208.0 1837757 22853.0 1838468 22740.0 1839180 22829.0 1839891 21665.0 1840603 21026.0 1841314 20467.0 1842025 19984.0 1842737 19146.0 1843448 19817.0 1844159 20157.0 1844871 19801.0 1845582 19427.0 1846294 20446.0 1847005 18970.0 1847716 20999.0 1848428 21480.0 1849139 22895.0 1849850 22510.0 1850562 21539.0 1851273 20714.0 1851985 19550.0 1852696 19349.0 1853407 18800.0 1854119 19158.0 1854830 20681.0 1855542 21337.0 1856253 22516.0 1856964 20807.0 1857676 19786.0 1858387 18766.0 1859098 18088.0 1859810 18541.0 1860521 18252.0 1861233 17499.0 1861944 17220.0 1862655 17114.0 1863367 17785.0 1864078 17709.0 1864790 17874.0 1865501 17203.0 1866212 17725.0 1866924 18074.0 1867635 17721.0 1868346 17527.0 1869058 18361.0 1869769 18184.0 1870481 17648.0 1871192 17188.0 1871903 17038.0 1872615 16779.0 1873326 17374.0 1874037 17281.0 1874749 17398.0 1875460 18638.0 1876172 19623.0 1876883 20753.0 1877594 19001.0 1878306 17992.0 1879017 17080.0 1879729 16665.0 1880440 15986.0 1881151 16675.0 1881863 18115.0 1882574 18535.0 1883285 20597.0 1883997 24834.0 1884708 29812.0 1885420 31991.0 1886131 31544.0 1886842 29596.0 1887554 27191.0 1888265 24806.0 1888977 23350.0 1889688 21732.0 1890399 20348.0 1891111 19460.0 1891822 18691.0 1892533 19750.0 1893245 19788.0 1893956 20176.0 1894668 19117.0 1895379 17969.0 1896090 16892.0 1896802 16737.0 1897513 16337.0 1898224 16404.0 1898936 16387.0 1899647 16622.0 1900359 15858.0 1901070 16087.0 1901781 15391.0 1902493 16029.0 1903204 16095.0 1903916 17687.0 1904627 17733.0 1905338 18946.0 1906050 19300.0 1906761 20118.0 1907472 18680.0 1908184 18264.0 1908895 19535.0 1909607 19160.0 1910318 19728.0 1911029 18709.0 1911741 19840.0 1912452 21416.0 1913164 23834.0 1913875 26534.0 1914586 27130.0 1915298 25275.0 1916009 22892.0 1916720 20464.0 1917432 19247.0 1918143 17853.0 1918855 17674.0 1919566 16916.0 1920277 17641.0 1920989 16868.0 1921700 16241.0 1922411 16274.0 1923123 15811.0 1923834 16138.0 1924546 15971.0 1925257 16668.0 1925968 15588.0 1926680 16227.0 1927391 15949.0 1928103 16661.0 1928814 16022.0 1929525 17239.0 1930237 18916.0 1930948 22127.0 1931659 26491.0 1932371 31421.0 1933082 36825.0 1933794 42186.0 1934505 42463.0 1935216 36965.0 1935928 28564.0 1936639 23181.0 1937350 19591.0 1938062 17622.0 1938773 16461.0 1939485 15809.0 1940196 15843.0 1940907 15955.0 1941619 16720.0 1942330 16362.0 1943042 16846.0 1943753 16732.0 1944464 17143.0 1945176 16465.0 1945887 17560.0 1946598 17919.0 1947310 17557.0 1948021 16988.0 1948733 17627.0 1949444 16344.0 1950155 16446.0 1950867 16714.0 1951578 17768.0 1952290 19008.0 1953001 19249.0 1953712 19288.0 1954424 20035.0 1955135 20044.0 1955846 20645.0 1956558 20635.0 1957269 20158.0 1957981 19989.0 1958692 19985.0 1959403 22102.0 1960115 24173.0 1960826 26669.0 1961537 26396.0 1962249 24138.0 1962960 22681.0 1963672 20370.0 1964383 19862.0 1965094 21745.0 1965806 23812.0 1966517 29024.0 1967229 32111.0 1967940 30435.0 1968651 27635.0 1969363 24922.0 1970074 22833.0 1970785 21653.0 1971497 20475.0 1972208 22176.0 1972920 25557.0 1973631 33538.0 1974342 42077.0 1975054 47460.0 1975765 46876.0 1976477 38085.0 1977188 30040.0 1977899 26659.0 1978611 24003.0 1979322 22449.0 1980033 22032.0 1980745 21551.0 1981456 20637.0 1982168 19426.0 1982879 18768.0 1983590 18697.0 1984302 19005.0 1985013 20014.0 1985724 22848.0 1986436 26370.0 1987147 26411.0 1987859 24950.0 1988570 22278.0 1989281 20741.0 1989993 19285.0 1990704 18635.0 1991416 18318.0 1992127 18542.0 1992838 17574.0 1993550 17796.0 1994261 17356.0 1994972 18679.0 1995684 19916.0 1996395 22519.0 1997107 24598.0 1997818 24264.0 1998529 22871.0 1999241 22493.0 1999952 21140.0 2000664 22843.0 2001375 22366.0 2002086 21338.0 2002798 19050.0 2003509 18846.0 2004220 17777.0 2004932 18966.0 2005643 18625.0 2006355 19069.0 2007066 19068.0 2007777 19061.0 2008489 19318.0 2009200 19767.0 2009911 20223.0 2010623 18028.0 2011334 18003.0 2012046 17769.0 2012757 17819.0 2013468 17781.0 2014180 17398.0 2014891 16717.0 2015603 19097.0 2016314 20545.0 2017025 22484.0 2017737 22890.0 2018448 23209.0 2019159 23711.0 2019871 24399.0 2020582 22602.0 2021294 20785.0 2022005 19507.0 2022716 17356.0 2023428 17975.0 2024139 19226.0 2024851 23363.0 2025562 28893.0 2026273 34487.0 2026985 33994.0 2027696 30470.0 2028407 25805.0 2029119 21309.0 2029830 19870.0 2030542 19712.0 2031253 21898.0 2031964 25564.0 2032676 31822.0 2033387 31626.0 2034098 27424.0 2034810 23426.0 2035521 19967.0 2036233 18873.0 2036944 18714.0 2037655 20334.0 2038367 23791.0 2039078 30120.0 2039790 33420.0 2040501 33436.0 2041212 27947.0 2041924 23622.0 2042635 21846.0 2043346 23662.0 2044058 27437.0 2044769 31916.0 2045481 30809.0 2046192 27542.0 2046903 22626.0 2047615 21057.0 2048326 19572.0 2049038 19129.0 2049749 18223.0 2050460 17861.0 2051172 17687.0 2051883 17129.0 2052594 18032.0 2053306 18608.0 2054017 18878.0 2054729 19101.0 2055440 19601.0 2056151 19491.0 2056863 19028.0 2057574 18671.0 2058285 17362.0 2058997 17480.0 2059708 19276.0 2060420 22676.0 2061131 29297.0 2061842 40745.0 2062554 55699.0 2063265 71200.0 2063977 85644.0 2064688 95640.0 2065399 101524.0 2066111 99773.0 2066822 87272.0 2067533 73460.0 2068245 58934.0 2068956 51229.0 2069668 44675.0 2070379 37681.0 2071090 33458.0 2071802 30533.0 2072513 28786.0 2073225 29329.0 2073936 28953.0 2074647 29049.0 2075359 27116.0 2076070 24573.0 2076781 24049.0 2077493 21283.0 2078204 21368.0 2078916 20618.0 2079627 20977.0 2080338 21655.0 2081050 20424.0 2081761 20025.0 2082472 19419.0 2083184 20321.0 2083895 20287.0 2084607 21476.0 2085318 21363.0 2086029 22831.0 2086741 21240.0 2087452 22443.0 2088164 21370.0 2088875 21126.0 2089586 20412.0 2090298 19371.0 2091009 19535.0 2091720 20060.0 2092432 21470.0 2093143 24439.0 2093855 30678.0 2094566 38188.0 2095277 47706.0 2095989 59847.0 2096700 66630.0 2097412 61318.0 2098123 50037.0 2098834 37634.0 2099546 30748.0 2100257 25938.0 2100968 23736.0 2101680 22542.0 2102391 21183.0 2103103 20564.0 2103814 19761.0 2104525 20168.0 2105237 19076.0 2105948 18249.0 2106659 18329.0 2107371 18643.0 2108082 18002.0 2108794 18345.0 2109505 18443.0 2110216 18795.0 2110928 18202.0 2111639 18181.0 2112351 17875.0 2113062 17259.0 2113773 17507.0 2114485 16387.0 2115196 17259.0 2115907 16453.0 2116619 17778.0 2117330 17978.0 2118042 18579.0 2118753 23228.0 2119464 37604.0 2120176 71101.0 2120887 123669.0 2121599 169481.0 2122310 175885.0 2123021 133679.0 2123733 75488.0 2124444 43046.0 2125155 30857.0 2125867 28243.0 2126578 31302.0 2127290 31187.0 2128001 30444.0 2128712 27465.0 2129424 23755.0 2130135 21433.0 2130846 20726.0 2131558 19680.0 2132269 19473.0 2132981 19294.0 2133692 19518.0 2134403 18694.0 2135115 19796.0 2135826 18672.0 2136538 19657.0 2137249 19829.0 2137960 18955.0 2138672 18824.0 2139383 19290.0 2140094 20341.0 2140806 21220.0 2141517 23195.0 2142229 23219.0 2142940 24505.0 2143651 32061.0 2144363 46995.0 2145074 73219.0 2145785 108232.0 2146497 149677.0 2147208 184664.0 2147920 186173.0 2148631 131718.0 2149342 67342.0 2150054 38273.0 2150765 30218.0 2151477 27756.0 2152188 25488.0 2152899 24428.0 2153611 24234.0 2154322 25057.0 2155033 25686.0 2155745 24183.0 2156456 23242.0 2157168 22990.0 2157879 21735.0 2158590 20463.0 2159302 20222.0 2160013 19506.0 2160725 19488.0 2161436 19391.0 2162147 18924.0 2162859 19326.0 2163570 19519.0 2164281 19065.0 2164993 21549.0 2165704 22642.0 2166416 27244.0 2167127 29355.0 2167838 26546.0 2168550 24994.0 2169261 22676.0 2169972 23537.0 2170684 25300.0 2171395 25537.0 2172107 27758.0 2172818 27856.0 2173529 25440.0 2174241 23334.0 2174952 21828.0 2175664 24757.0 2176375 29137.0 2177086 32293.0 2177798 35849.0 2178509 36570.0 2179220 34368.0 2179932 31953.0 2180643 31479.0 2181355 29939.0 2182066 29557.0 2182777 29950.0 2183489 32742.0 2184200 34881.0 2184912 33694.0 2185623 28801.0 2186334 24397.0 2187046 21332.0 2187757 18497.0 2188468 18737.0 2189180 18449.0 2189891 18511.0 2190603 18605.0 2191314 19710.0 2192025 19959.0 2192737 19846.0 2193448 19919.0 2194159 19645.0 2194871 18545.0 2195582 18800.0 2196294 19043.0 2197005 17977.0 2197716 18189.0 2198428 18891.0 2199139 17859.0 2199851 18737.0 2200562 18925.0 2201273 19556.0 2201985 20118.0 2202696 20751.0 2203407 21367.0 2204119 20014.0 2204830 19069.0 2205542 18719.0 2206253 18789.0 2206964 18106.0 2207676 18343.0 2208387 17967.0 2209099 18375.0 2209810 19154.0 2210521 18405.0 2211233 19369.0 2211944 20191.0 2212655 19849.0 2213367 19493.0 2214078 18853.0 2214790 17728.0 2215501 17974.0 2216212 17883.0 2216924 18151.0 2217635 18259.0 2218346 18487.0 2219058 18475.0 2219769 18782.0 2220481 16932.0 2221192 17028.0 2221903 16992.0 2222615 17183.0 2223326 17792.0 2224038 19495.0 2224749 20727.0 2225460 20147.0 2226172 20493.0 2226883 20791.0 2227594 19127.0 2228306 18650.0 2229017 18440.0 2229729 18084.0 2230440 18475.0 2231151 17648.0 2231863 17444.0 2232574 16430.0 2233286 16747.0 2233997 16995.0 2234708 16468.0 2235420 16387.0 2236131 16865.0 2236842 17029.0 2237554 16950.0 2238265 16568.0 2238977 16574.0 2239688 15637.0 2240399 16695.0 2241111 17285.0 2241822 17383.0 2242533 18583.0 2243245 18107.0 2243956 19323.0 2244668 18887.0 2245379 19243.0 2246090 18164.0 2246802 18952.0 2247513 18114.0 2248225 17915.0 2248936 16670.0 2249647 16316.0 2250359 16695.0 2251070 16452.0 2251781 16719.0 2252493 16620.0 2253204 16981.0 2253916 17869.0 2254627 18305.0 2255338 17859.0 2256050 18739.0 2256761 18370.0 2257473 17987.0 2258184 18227.0 2258895 20090.0 2259607 22260.0 2260318 22928.0 2261029 23114.0 2261741 21585.0 2262452 20056.0 2263164 19564.0 2263875 20352.0 2264586 19901.0 2265298 19169.0 2266009 18881.0 2266720 18291.0 2267432 17166.0 2268143 16172.0 2268855 16224.0 2269566 17016.0 2270277 17040.0 2270989 18233.0 2271700 19173.0 2272412 21672.0 2273123 20896.0 2273834 20550.0 2274546 19155.0 2275257 17372.0 2275968 18788.0 2276680 18731.0 2277391 19877.0 2278103 19185.0 2278814 20589.0 2279525 21125.0 2280237 22182.0 2280948 22575.0 2281660 22722.0 2282371 21629.0 2283082 20971.0 2283794 21887.0 2284505 22494.0 2285216 21677.0 2285928 21152.0 2286639 19496.0 2287351 19183.0 2288062 18180.0 2288773 17648.0 2289485 17677.0 2290196 17623.0 2290907 18249.0 2291619 19326.0 2292330 19954.0 2293042 21157.0 2293753 19881.0 2294464 19132.0 2295176 18600.0 2295887 20056.0 2296599 22614.0 2297310 26404.0 2298021 25632.0 2298733 22330.0 2299444 20037.0 2300155 18703.0 2300867 18271.0 2301578 17720.0 2302290 17872.0 2303001 17512.0 2303712 16980.0 2304424 16836.0 2305135 16461.0 2305847 16401.0 2306558 16415.0 2307269 17233.0 2307981 16860.0 2308692 17437.0 2309403 18315.0 2310115 17702.0 2310826 18942.0 2311538 18876.0 2312249 18408.0 2312960 17679.0 2313672 16977.0 2314383 16996.0 2315094 16901.0 2315806 17586.0 2316517 17626.0 2317229 17996.0 2317940 17861.0 2318651 17886.0 2319363 19285.0 2320074 21490.0 2320786 23240.0 2321497 22642.0 2322208 21382.0 2322920 18939.0 2323631 18010.0 2324342 16033.0 2325054 16372.0 2325765 16327.0 2326477 16403.0 2327188 15649.0 2327899 16264.0 2328611 16633.0 2329322 18149.0 2330034 19264.0 2330745 21993.0 2331456 23507.0 2332168 23128.0 2332879 21138.0 2333590 21154.0 2334302 19964.0 2335013 20138.0 2335725 18529.0 2336436 18122.0 2337147 17666.0 2337859 17913.0 2338570 17196.0 2339281 16073.0 2339993 16603.0 2340704 17172.0 2341416 17278.0 2342127 18497.0 2342838 19262.0 2343550 19419.0 2344261 19565.0 2344973 23764.0 2345684 31260.0 2346395 44629.0 2347107 54725.0 2347818 53948.0 2348529 41626.0 2349241 31991.0 2349952 24381.0 2350664 21576.0 2351375 19195.0 2352086 18065.0 2352798 17876.0 2353509 17141.0 2354220 17620.0 2354932 17913.0 2355643 16963.0 2356355 16943.0 2357066 17076.0 2357777 16504.0 2358489 16361.0 2359200 16209.0 2359912 16340.0 2360623 17020.0 2361334 17774.0 2362046 18842.0 2362757 20758.0 2363468 21924.0 2364180 21835.0 2364891 21493.0 2365603 27711.0 2366314 39643.0 2367025 58483.0 2367737 75702.0 2368448 72573.0 2369160 56049.0 2369871 39700.0 2370582 31436.0 2371294 31531.0 2372005 30451.0 2372716 28190.0 2373428 25295.0 2374139 25012.0 2374851 22687.0 2375562 21978.0 2376273 22748.0 2376985 20959.0 2377696 20521.0 2378407 19673.0 2379119 18687.0 2379830 18340.0 2380542 17760.0 2381253 18323.0 2381964 18203.0 2382676 19635.0 2383387 19649.0 2384099 20524.0 2384810 20228.0 2385521 20611.0 2386233 23763.0 2386944 31702.0 2387655 47634.0 2388367 72578.0 2389078 104679.0 2389790 128540.0 2390501 136524.0 2391212 100832.0 2391924 55356.0 2392635 33862.0 2393347 27574.0 2394058 26898.0 2394769 28555.0 2395481 30766.0 2396192 30053.0 2396903 27919.0 2397615 24747.0 2398326 22393.0 2399038 21408.0 2399749 20301.0 2400460 20062.0 2401172 20991.0 2401883 22653.0 2402594 27383.0 2403306 36267.0 2404017 42529.0 2404729 40681.0 2405440 34952.0 2406151 28444.0 2406863 23806.0 2407574 23262.0 2408286 25722.0 2408997 28444.0 2409708 29388.0 2410420 27556.0 2411131 24368.0 2411842 21501.0 2412554 20945.0 2413265 22137.0 2413977 26379.0 2414688 31344.0 2415399 35112.0 2416111 33427.0 2416822 29477.0 2417534 25513.0 2418245 23341.0 2418956 22449.0 2419668 22430.0 2420379 24059.0 2421090 25863.0 2421802 25665.0 2422513 25112.0 2423225 23157.0 2423936 20555.0 2424647 18984.0 2425359 18813.0 2426070 18177.0 2426781 19820.0 2427493 19210.0 2428204 19339.0 2428916 20900.0 2429627 21439.0 2430338 20474.0 2431050 18977.0 2431761 19940.0 2432473 19555.0 2433184 21416.0 2433895 22722.0 2434607 22675.0 2435318 21583.0 2436029 19805.0 2436741 19263.0 2437452 18453.0 2438164 18306.0 2438875 19347.0 2439586 20158.0 2440298 19970.0 2441009 19539.0 2441721 19262.0 2442432 18790.0 2443143 18365.0 2443855 17714.0 2444566 17375.0 2445277 17586.0 2445989 17815.0 2446700 17479.0 2447412 18207.0 2448123 18850.0 2448834 18577.0 2449546 18845.0 2450257 19128.0 2450968 18059.0 2451680 19655.0 2452391 18730.0 2453103 20027.0 2453814 21483.0 2454525 25649.0 2455237 34903.0 2455948 47611.0 2456660 58444.0 2457371 57219.0 2458082 42674.0 2458794 32731.0 2459505 26397.0 2460216 23003.0 2460928 22021.0 2461639 21692.0 2462351 20640.0 2463062 19554.0 2463773 19462.0 2464485 18945.0 2465196 19415.0 2465908 18799.0 2466619 19058.0 2467330 19491.0 2468042 19476.0 2468753 19648.0 2469464 21570.0 2470176 21955.0 2470887 21348.0 2471599 20519.0 2472310 21411.0 2473021 21846.0 2473733 26505.0 2474444 28504.0 2475155 29762.0 2475867 29609.0 2476578 25612.0 2477290 23363.0 2478001 21106.0 2478712 21022.0 2479424 21506.0 2480135 21095.0 2480847 20339.0 2481558 18990.0 2482269 18581.0 2482981 19856.0 2483692 20665.0 2484403 20511.0 2485115 20102.0 2485826 20146.0 2486538 18736.0 2487249 18776.0 2487960 17424.0 2488672 17541.0 2489383 16856.0 2490095 17289.0 2490806 17596.0 2491517 18308.0 2492229 18298.0 2492940 18197.0 2493651 19156.0 2494363 19622.0 2495074 20611.0 2495786 21210.0 2496497 21639.0 2497208 21509.0 2497920 22154.0 2498631 22966.0 2499342 21360.0 2500054 23120.0 2500765 26801.0 2501477 41587.0 2502188 84603.0 2502899 180216.0 2503611 316375.0 2504322 481373.0 2505034 518639.0 2505745 405455.0 2506456 212237.0 2507168 93633.0 2507879 49484.0 2508590 36065.0 2509302 31689.0 2510013 28301.0 2510725 25977.0 2511436 23800.0 2512147 23826.0 2512859 23512.0 2513570 22070.0 2514282 27872.0 2514993 35880.0 2515704 51569.0 2516416 61243.0 2517127 59166.0 2517838 48285.0 2518550 35293.0 2519261 28391.0 2519973 25326.0 2520684 21921.0 2521395 22360.0 2522107 21546.0 2522818 22517.0 2523529 22340.0 2524241 22475.0 2524952 22394.0 2525664 22413.0 2526375 21784.0 2527086 21908.0 2527798 21749.0 2528509 22626.0 2529221 23819.0 2529932 24072.0 2530643 23937.0 2531355 21719.0 2532066 22498.0 2532777 22638.0 2533489 22980.0 2534200 23087.0 2534912 22100.0 2535623 20336.0 2536334 20220.0 2537046 19288.0 2537757 18292.0 2538469 18029.0 2539180 18549.0 2539891 18512.0 2540603 18008.0 2541314 19058.0 2542025 18928.0 2542737 18710.0 2543448 19364.0 2544160 19130.0 2544871 19666.0 2545582 21008.0 2546294 22849.0 2547005 25134.0 2547716 25579.0 2548428 24376.0 2549139 24640.0 2549851 24377.0 2550562 23985.0 2551273 23457.0 2551985 23153.0 2552696 23320.0 2553408 23600.0 2554119 23053.0 2554830 22730.0 2555542 22347.0 2556253 20911.0 2556964 19255.0 2557676 18561.0 2558387 19324.0 2559099 19994.0 2559810 26292.0 2560521 39350.0 2561233 65060.0 2561944 94155.0 2562655 103577.0 2563367 87664.0 2564078 60190.0 2564790 41510.0 2565501 32292.0 2566212 27988.0 2566924 26855.0 2567635 25373.0 2568347 26252.0 2569058 30819.0 2569769 32615.0 2570481 33016.0 2571192 28679.0 2571903 24559.0 2572615 22653.0 2573326 21035.0 2574038 19807.0 2574749 19903.0 2575460 19010.0 2576172 19169.0 2576883 18531.0 2577595 20509.0 2578306 20435.0 2579017 22116.0 2579729 21113.0 2580440 20841.0 2581151 19837.0 2581863 20208.0 2582574 19133.0 2583286 18758.0 2583997 18591.0 2584708 18712.0 2585420 18638.0 2586131 18587.0 2586842 17893.0 2587554 17935.0 2588265 17378.0 2588977 17102.0 2589688 17903.0 2590399 18045.0 2591111 18330.0 2591822 19388.0 2592534 18986.0 2593245 20373.0 2593956 19051.0 2594668 20521.0 2595379 23003.0 2596090 24875.0 2596802 27157.0 2597513 27625.0 2598225 27829.0 2598936 25605.0 2599647 23790.0 2600359 21041.0 2601070 19599.0 2601782 19717.0 2602493 20723.0 2603204 22260.0 2603916 23676.0 2604627 23245.0 2605338 23066.0 2606050 22371.0 2606761 21412.0 2607473 22239.0 2608184 21117.0 2608895 21093.0 2609607 19504.0 2610318 19271.0 2611029 20827.0 2611741 22642.0 2612452 28737.0 2613164 33304.0 2613875 39674.0 2614586 40193.0 2615298 40200.0 2616009 38483.0 2616721 34873.0 2617432 32185.0 2618143 30049.0 2618855 29231.0 2619566 27729.0 2620277 27746.0 2620989 26572.0 2621700 24893.0 2622412 24828.0 2623123 24997.0 2623834 25080.0 2624546 27288.0 2625257 28873.0 2625969 30560.0 2626680 28473.0 2627391 28752.0 2628103 27087.0 2628814 27050.0 2629525 27726.0 2630237 29713.0 2630948 29892.0 2631660 29299.0 2632371 28302.0 2633082 24784.0 2633794 23147.0 2634505 22702.0 2635216 22952.0 2635928 25079.0 2636639 38875.0 2637351 79417.0 2638062 160604.0 2638773 273203.0 2639485 365236.0 2640196 376919.0 2640908 270719.0 2641619 140819.0 2642330 69247.0 2643042 44922.0 2643753 36556.0 2644464 33513.0 2645176 31347.0 2645887 31718.0 2646599 30838.0 2647310 30251.0 2648021 30934.0 2648733 33267.0 2649444 40348.0 2650156 49945.0 2650867 61406.0 2651578 59929.0 2652290 51267.0 2653001 41079.0 2653712 34308.0 2654424 30948.0 2655135 27852.0 2655847 26590.0 2656558 26191.0 2657269 25095.0 2657981 23502.0 2658692 24372.0 2659403 24146.0 2660115 23789.0 2660826 24801.0 2661538 23115.0 2662249 23049.0 2662960 23451.0 2663672 22991.0 2664383 24109.0 2665095 24904.0 2665806 24133.0 2666517 23707.0 2667229 24405.0 2667940 24277.0 2668651 25296.0 2669363 27712.0 2670074 29405.0 2670786 32669.0 2671497 32530.0 2672208 31000.0 2672920 27604.0 2673631 24174.0 2674343 22283.0 2675054 22304.0 2675765 22926.0 2676477 24007.0 2677188 24412.0 2677899 24381.0 2678611 24001.0 2679322 24054.0 2680034 25972.0 2680745 27198.0 2681456 29433.0 2682168 31349.0 2682879 33749.0 2683590 34406.0 2684302 31650.0 2685013 28008.0 2685725 24130.0 2686436 22998.0 2687147 23518.0 2687859 22833.0 2688570 22464.0 2689282 21596.0 2689993 22028.0 2690704 21576.0 2691416 21338.0 2692127 20969.0 2692838 21436.0 2693550 21688.0 2694261 21579.0 2694973 22119.0 2695684 22422.0 2696395 22259.0 2697107 21476.0 2697818 21956.0 2698530 21205.0 2699241 21234.0 2699952 20104.0 2700664 20073.0 2701375 22086.0 2702086 27592.0 2702798 37980.0 2703509 58303.0 2704221 78221.0 2704932 84690.0 2705643 73233.0 2706355 53255.0 2707066 36807.0 2707777 29115.0 2708489 25697.0 2709200 24839.0 2709912 25139.0 2710623 25725.0 2711334 27655.0 2712046 32174.0 2712757 38163.0 2713469 41321.0 2714180 42719.0 2714891 37976.0 2715603 34010.0 2716314 31239.0 2717025 27422.0 2717737 26815.0 2718448 25580.0 2719160 23965.0 2719871 23337.0 2720582 22643.0 2721294 24528.0 2722005 27073.0 2722717 28790.0 2723428 31806.0 2724139 30251.0 2724851 28264.0 2725562 26819.0 2726273 23736.0 2726985 21457.0 2727696 22389.0 2728408 21191.0 2729119 21680.0 2729830 22142.0 2730542 21721.0 2731253 22118.0 2731964 21642.0 2732676 21967.0 2733387 23004.0 2734099 23231.0 2734810 23652.0 2735521 23093.0 2736233 22962.0 2736944 21135.0 2737656 20853.0 2738367 21351.0 2739078 21865.0 2739790 21992.0 2740501 22225.0 2741212 21801.0 2741924 21204.0 2742635 20365.0 2743347 18997.0 2744058 20628.0 2744769 19878.0 2745481 20330.0 2746192 20462.0 2746904 19929.0 2747615 19677.0 2748326 20398.0 2749038 20723.0 2749749 20529.0 2750460 20959.0 2751172 20621.0 2751883 20724.0 2752595 21640.0 2753306 22190.0 2754017 24482.0 2754729 29207.0 2755440 32427.0 2756151 33843.0 2756863 30510.0 2757574 26612.0 2758286 22304.0 2758997 21587.0 2759708 20674.0 2760420 19280.0 2761131 19494.0 2761843 20067.0 2762554 19648.0 2763265 21679.0 2763977 19460.0 2764688 20040.0 2765399 19552.0 2766111 19614.0 2766822 19664.0 2767534 20930.0 2768245 20503.0 2768956 20043.0 2769668 20221.0 2770379 19974.0 2771090 20208.0 2771802 19534.0 2772513 19181.0 2773225 19889.0 2773936 19242.0 2774647 18717.0 2775359 19390.0 2776070 19855.0 2776782 21189.0 2777493 21702.0 2778204 22686.0 2778916 22814.0 2779627 23097.0 2780338 24896.0 2781050 28550.0 2781761 35880.0 2782473 45553.0 2783184 51797.0 2783895 55338.0 2784607 52363.0 2785318 44464.0 2786030 38211.0 2786741 33463.0 2787452 30505.0 2788164 28383.0 2788875 27959.0 2789586 27045.0 2790298 25253.0 2791009 25734.0 2791721 25230.0 2792432 23460.0 2793143 23944.0 2793855 24090.0 2794566 24740.0 2795277 26812.0 2795989 27971.0 2796700 27973.0 2797412 25707.0 2798123 25233.0 2798834 24091.0 2799546 25214.0 2800257 25685.0 2800969 25082.0 2801680 24706.0 2802391 24259.0 2803103 23947.0 2803814 24559.0 2804525 25915.0 2805237 28245.0 2805948 28716.0 2806660 28691.0 2807371 26599.0 2808082 24737.0 2808794 23893.0 2809505 22664.0 2810217 21973.0 2810928 21787.0 2811639 21800.0 2812351 23070.0 2813062 22961.0 2813773 24378.0 2814485 24856.0 2815196 24445.0 2815908 24077.0 2816619 24162.0 2817330 22608.0 2818042 22287.0 2818753 23736.0 2819464 24080.0 2820176 25671.0 2820887 29720.0 2821599 30763.0 2822310 28541.0 2823021 25148.0 2823733 24392.0 2824444 22044.0 2825156 20898.0 2825867 20529.0 2826578 19289.0 2827290 20910.0 2828001 20959.0 2828712 21867.0 2829424 22138.0 2830135 22050.0 2830847 21679.0 2831558 22437.0 2832269 21330.0 2832981 21243.0 2833692 21367.0 2834404 23853.0 2835115 26794.0 2835826 28599.0 2836538 29098.0 2837249 33328.0 2837960 50983.0 2838672 95993.0 2839383 179282.0 2840095 276957.0 2840806 318024.0 2841517 263212.0 2842229 158303.0 2842940 80837.0 2843651 45980.0 2844363 34032.0 2845074 31568.0 2845786 31748.0 2846497 34656.0 2847208 39297.0 2847920 44996.0 2848631 55055.0 2849343 60572.0 2850054 61543.0 2850765 59249.0 2851477 57039.0 2852188 57888.0 2852899 53412.0 2853611 46285.0 2854322 38005.0 2855034 30146.0 2855745 28122.0 2856456 25925.0 2857168 24634.0 2857879 23261.0 2858591 22481.0 2859302 23828.0 2860013 24008.0 2860725 30575.0 2861436 52044.0 2862147 94177.0 2862859 146423.0 2863570 180192.0 2864282 164347.0 2864993 110429.0 2865704 66779.0 2866416 46875.0 2867127 38535.0 2867838 37317.0 2868550 38636.0 2869261 41319.0 2869973 42476.0 2870684 41038.0 2871395 36664.0 2872107 34569.0 2872818 31989.0 2873530 32071.0 2874241 32403.0 2874952 32310.0 2875664 30496.0 2876375 27771.0 2877086 24098.0 2877798 23289.0 2878509 23567.0 2879221 24308.0 2879932 24377.0 2880643 23992.0 2881355 24308.0 2882066 23311.0 2882778 24609.0 2883489 22839.0 2884200 22528.0 2884912 22590.0 2885623 23774.0 2886334 25937.0 2887046 29648.0 2887757 31704.0 2888469 32545.0 2889180 34997.0 2889891 47039.0 2890603 77776.0 2891314 129797.0 2892025 183742.0 2892737 209649.0 2893448 179281.0 2894160 124435.0 2894871 71254.0 2895582 47694.0 2896294 36534.0 2897005 32782.0 2897717 33068.0 2898428 30510.0 2899139 30058.0 2899851 28550.0 2900562 27043.0 2901273 26002.0 2901985 25222.0 2902696 25803.0 2903408 26991.0 2904119 31125.0 2904830 37731.0 2905542 47881.0 2906253 53786.0 2906965 51389.0 2907676 42359.0 2908387 33522.0 2909099 28858.0 2909810 28637.0 2910521 27722.0 2911233 27293.0 2911944 26298.0 2912656 26768.0 2913367 25005.0 2914078 25408.0 2914790 24740.0 2915501 24396.0 2916212 23255.0 2916924 21433.0 2917635 22371.0 2918347 21981.0 2919058 22124.0 2919769 22027.0 2920481 21984.0 2921192 21641.0 2921904 24047.0 2922615 33949.0 2923326 60110.0 2924038 107912.0 2924749 157586.0 2925460 183592.0 2926172 158915.0 2926883 110250.0 2927595 74080.0 2928306 53733.0 2929017 44965.0 2929729 38313.0 2930440 34898.0 2931152 31081.0 2931863 30264.0 2932574 28551.0 2933286 29372.0 2933997 28057.0 2934708 28673.0 2935420 27027.0 2936131 26122.0 2936843 25451.0 2937554 23758.0 2938265 24906.0 2938977 23816.0 2939688 25245.0 2940399 25994.0 2941111 24989.0 2941822 25348.0 2942534 24231.0 2943245 23894.0 2943956 23413.0 2944668 23193.0 2945379 23811.0 2946091 26334.0 2946802 29520.0 2947513 42801.0 2948225 69532.0 2948936 115766.0 2949647 165336.0 2950359 181470.0 2951070 153771.0 2951782 105540.0 2952493 70127.0 2953204 53555.0 2953916 43997.0 2954627 38912.0 2955339 34554.0 2956050 32042.0 2956761 28949.0 2957473 27256.0 2958184 26873.0 2958895 26522.0 2959607 25777.0 2960318 26201.0 2961030 25494.0 2961741 27650.0 2962452 28436.0 2963164 28133.0 2963875 26882.0 2964586 25140.0 2965298 24603.0 2966009 22278.0 2966721 22839.0 2967432 22087.0 2968143 22528.0 2968855 22929.0 2969566 22126.0 2970278 22433.0 2970989 22363.0 2971700 25248.0 2972412 26743.0 2973123 26627.0 2973834 26108.0 2974546 25900.0 2975257 24119.0 2975969 23917.0 2976680 24907.0 2977391 24487.0 2978103 22490.0 2978814 23040.0 2979525 21446.0 2980237 21674.0 2980948 21678.0 2981660 23438.0 2982371 22882.0 2983082 24038.0 2983794 23757.0 2984505 22053.0 2985217 23257.0 2985928 23494.0 2986639 23676.0 2987351 23174.0 2988062 23646.0 2988773 21820.0 2989485 20683.0 2990196 21683.0 2990908 21941.0 2991619 23020.0 2992330 24184.0 2993042 25540.0 2993753 29265.0 2994465 29639.0 2995176 29815.0 2995887 29048.0 2996599 27704.0 2997310 27392.0 2998021 29151.0 2998733 30153.0 2999444 30414.0 3000156 29035.0 3000867 29413.0 3001578 29143.0 3002290 29265.0 3003001 28283.0 3003712 26942.0 3004424 26750.0 3005135 25583.0 3005847 24817.0 3006558 22082.0 3007269 22926.0 3007981 21287.0 3008692 21118.0 3009404 22345.0 3010115 21705.0 3010826 21737.0 3011538 21855.0 3012249 22478.0 3012960 23569.0 3013672 23928.0 3014383 24408.0 3015095 22740.0 3015806 23310.0 3016517 22344.0 3017229 21592.0 3017940 21711.0 3018652 21462.0 3019363 22159.0 3020074 21803.0 3020786 23497.0 3021497 24440.0 3022208 25856.0 3022920 27788.0 3023631 28993.0 3024343 29406.0 3025054 28770.0 3025765 25745.0 3026477 24228.0 3027188 23110.0 3027899 22747.0 3028611 23514.0 3029322 22514.0 3030034 22291.0 3030745 23246.0 3031456 24728.0 3032168 32045.0 3032879 50999.0 3033591 84105.0 3034302 119884.0 3035013 147723.0 3035725 144966.0 3036436 119603.0 3037147 84433.0 3037859 58901.0 3038570 41454.0 3039282 32704.0 3039993 30585.0 3040704 26132.0 3041416 24811.0 3042127 24484.0 3042839 24126.0 3043550 25149.0 3044261 26339.0 3044973 26928.0 3045684 26109.0 3046395 25383.0 3047107 24853.0 3047818 23980.0 3048530 22887.0 3049241 22565.0 3049952 22661.0 3050664 24357.0 3051375 26390.0 3052086 26841.0 3052798 27648.0 3053509 28074.0 3054221 27032.0 3054932 26347.0 3055643 25757.0 3056355 24756.0 3057066 24812.0 3057778 26774.0 3058489 30749.0 3059200 37321.0 3059912 45237.0 3060623 50314.0 3061334 52818.0 3062046 54551.0 3062757 52351.0 3063469 48542.0 3064180 42112.0 3064891 37393.0 3065603 33729.0 3066314 30175.0 3067026 29260.0 3067737 28017.0 3068448 27586.0 3069160 26997.0 3069871 28263.0 3070582 30271.0 3071294 32021.0 3072005 34936.0 3072717 38838.0 3073428 43486.0 3074139 42943.0 3074851 39281.0 3075562 35576.0 3076273 31783.0 3076985 30075.0 3077696 30727.0 3078408 31079.0 3079119 31633.0 3079830 33639.0 3080542 38938.0 3081253 51388.0 3081965 79660.0 3082676 115784.0 3083387 137317.0 3084099 130720.0 3084810 95197.0 3085521 60906.0 3086233 40388.0 3086944 30976.0 3087656 28939.0 3088367 27007.0 3089078 26217.0 3089790 24777.0 3090501 25558.0 3091213 25938.0 3091924 24870.0 3092635 24786.0 3093347 24575.0 3094058 23064.0 3094769 23240.0 3095481 23639.0 3096192 23982.0 3096904 23096.0 3097615 22430.0 3098326 22189.0 3099038 21880.0 3099749 22350.0 3100460 22585.0 3101172 22789.0 3101883 24570.0 3102595 24194.0 3103306 24783.0 3104017 24004.0 3104729 22639.0 3105440 21806.0 3106152 21772.0 3106863 21250.0 3107574 24830.0 3108286 26595.0 3108997 29022.0 3109708 30371.0 3110420 28915.0 3111131 28087.0 3111843 26185.0 3112554 24534.0 3113265 24034.0 3113977 23993.0 3114688 24857.0 3115400 26171.0 3116111 25136.0 3116822 24613.0 3117534 24258.0 3118245 23611.0 3118956 23405.0 3119668 23412.0 3120379 24107.0 3121091 24186.0 3121802 26806.0 3122513 29488.0 3123225 32578.0 3123936 33588.0 3124647 35458.0 3125359 34390.0 3126070 34498.0 3126782 33130.0 3127493 31427.0 3128204 31155.0 3128916 29980.0 3129627 30265.0 3130339 28555.0 3131050 28608.0 3131761 26184.0 3132473 25678.0 3133184 26903.0 3133895 29192.0 3134607 32398.0 3135318 38404.0 3136030 46334.0 3136741 53015.0 3137452 58906.0 3138164 62138.0 3138875 62138.0 3139587 58093.0 3140298 51091.0 3141009 48191.0 3141721 45128.0 3142432 42727.0 3143143 40340.0 3143855 35816.0 3144566 32503.0 3145278 29735.0 3145989 27949.0 3146700 27307.0 3147412 26035.0 3148123 25115.0 3148834 25997.0 3149546 27016.0 3150257 26167.0 3150969 25332.0 3151680 25767.0 3152391 25022.0 3153103 25484.0 3153814 25620.0 3154526 23768.0 3155237 25481.0 3155948 25682.0 3156660 25036.0 3157371 25469.0 3158082 25164.0 3158794 26491.0 3159505 25777.0 3160217 24783.0 3160928 24438.0 3161639 23725.0 3162351 22503.0 3163062 23015.0 3163774 22673.0 3164485 22638.0 3165196 22538.0 3165908 22591.0 3166619 24464.0 3167330 24597.0 3168042 25184.0 3168753 25358.0 3169465 26120.0 3170176 26171.0 3170887 26039.0 3171599 26575.0 3172310 26161.0 3173021 30177.0 3173733 48694.0 3174444 98603.0 3175156 200805.0 3175867 349761.0 3176578 504168.0 3177290 576678.0 3178001 465099.0 3178713 239867.0 3179424 98698.0 3180135 50158.0 3180847 36811.0 3181558 31733.0 3182269 30088.0 3182981 27211.0 3183692 26465.0 3184404 26798.0 3185115 26663.0 3185826 27473.0 3186538 26986.0 3187249 27351.0 3187960 27533.0 3188672 27645.0 3189383 28679.0 3190095 28401.0 3190806 25518.0 3191517 24830.0 3192229 25430.0 3192940 27007.0 3193652 29733.0 3194363 28982.0 3195074 27505.0 3195786 26447.0 3196497 24389.0 3197208 24305.0 3197920 23033.0 3198631 23833.0 3199343 26991.0 3200054 34938.0 3200765 54064.0 3201477 82262.0 3202188 104408.0 3202900 106362.0 3203611 85370.0 3204322 63513.0 3205034 46784.0 3205745 37387.0 3206456 31550.0 3207168 28522.0 3207879 26838.0 3208591 25799.0 3209302 25241.0 3210013 27428.0 3210725 29411.0 3211436 40197.0 3212147 62829.0 3212859 94600.0 3213570 118101.0 3214282 114292.0 3214993 90207.0 3215704 59808.0 3216416 43781.0 3217127 32762.0 3217839 27831.0 3218550 26925.0 3219261 26289.0 3219973 25210.0 3220684 25773.0 3221395 24060.0 3222107 23653.0 3222818 22747.0 3223530 23460.0 3224241 23696.0 3224952 25366.0 3225664 26666.0 3226375 27830.0 3227087 28054.0 3227798 26698.0 3228509 26864.0 3229221 25391.0 3229932 25562.0 3230643 25933.0 3231355 25815.0 3232066 26651.0 3232778 26642.0 3233489 26030.0 3234200 25624.0 3234912 25909.0 3235623 24476.0 3236334 24187.0 3237046 25595.0 3237757 26690.0 3238469 32190.0 3239180 37219.0 3239891 41527.0 3240603 42670.0 3241314 40441.0 3242026 35438.0 3242737 30271.0 3243448 25822.0 3244160 24999.0 3244871 23585.0 3245582 23204.0 3246294 23836.0 3247005 24965.0 3247717 24930.0 3248428 25378.0 3249139 25978.0 3249851 27217.0 3250562 26134.0 3251274 26126.0 3251985 24407.0 3252696 22731.0 3253408 22833.0 3254119 23583.0 3254830 23074.0 3255542 24451.0 3256253 23084.0 3256965 23048.0 3257676 23516.0 3258387 22796.0 3259099 23110.0 3259810 24242.0 3260521 23276.0 3261233 22078.0 3261944 21746.0 3262656 21353.0 3263367 22295.0 3264078 22797.0 3264790 22925.0 3265501 24975.0 3266213 25715.0 3266924 26252.0 3267635 27384.0 3268347 26603.0 3269058 24399.0 3269769 23954.0 3270481 23801.0 3271192 23103.0 3271904 23547.0 3272615 23957.0 3273326 26690.0 3274038 29395.0 3274749 33159.0 3275461 34568.0 3276172 35182.0 3276883 31356.0 3277595 28770.0 3278306 27867.0 3279017 27233.0 3279729 27270.0 3280440 28740.0 3281152 28889.0 3281863 29176.0 3282574 28205.0 3283286 27206.0 3283997 25397.0 3284708 24706.0 3285420 26139.0 3286131 27028.0 3286843 27690.0 3287554 27579.0 3288265 24929.0 3288977 24952.0 3289688 24730.0 3290400 24527.0 3291111 28219.0 3291822 29469.0 3292534 28953.0 3293245 26951.0 3293956 25928.0 3294668 24008.0 3295379 23359.0 3296091 22786.0 3296802 23154.0 3297513 24110.0 3298225 24536.0 3298936 25293.0 3299648 24610.0 3300359 24192.0 3301070 23063.0 3301782 23029.0 3302493 22478.0 3303204 23473.0 3303916 26991.0 3304627 32307.0 3305339 41476.0 3306050 48534.0 3306761 49080.0 3307473 42715.0 3308184 39381.0 3308895 38995.0 3309607 44607.0 3310318 51724.0 3311030 54669.0 3311741 49002.0 3312452 39727.0 3313164 32743.0 3313875 28618.0 3314587 27635.0 3315298 25884.0 3316009 25667.0 3316721 24365.0 3317432 24111.0 3318143 23471.0 3318855 23694.0 3319566 22658.0 3320278 23696.0 3320989 23798.0 3321700 25318.0 3322412 27380.0 3323123 29222.0 3323835 31656.0 3324546 31301.0 3325257 30117.0 3325969 27469.0 3326680 26849.0 3327391 28085.0 3328103 32545.0 3328814 48535.0 3329526 66151.0 3330237 81575.0 3330948 76353.0 3331660 60857.0 3332371 44225.0 3333082 35006.0 3333794 31398.0 3334505 29225.0 3335217 27459.0 3335928 25853.0 3336639 25023.0 3337351 23990.0 3338062 22550.0 3338774 22665.0 3339485 22120.0 3340196 23717.0 3340908 22959.0 3341619 22122.0 3342330 22966.0 3343042 23184.0 3343753 22619.0 3344465 22943.0 3345176 23018.0 3345887 23388.0 3346599 23430.0 3347310 22468.0 3348022 21785.0 3348733 21298.0 3349444 22140.0 3350156 20915.0 3350867 21536.0 3351578 21441.0 3352290 22437.0 3353001 22845.0 3353713 23419.0 3354424 24022.0 3355135 24930.0 3355847 26222.0 3356558 25706.0 3357269 25451.0 3357981 23743.0 3358692 23089.0 3359404 21714.0 3360115 21530.0 3360826 21363.0 3361538 20718.0 3362249 20687.0 3362961 20991.0 3363672 21055.0 3364383 20879.0 3365095 20872.0 3365806 21000.0 3366517 22206.0 3367229 21295.0 3367940 21075.0 3368652 21761.0 3369363 22660.0 3370074 23606.0 3370786 23166.0 3371497 22518.0 3372209 24048.0 3372920 24440.0 3373631 24294.0 3374343 24206.0 3375054 23788.0 3375765 22864.0 3376477 22906.0 3377188 21631.0 3377900 22286.0 3378611 21916.0 3379322 20915.0 3380034 21755.0 3380745 22396.0 3381456 23229.0 3382168 23197.0 3382879 23289.0 3383591 23395.0 3384302 24726.0 3385013 25953.0 3385725 25577.0 3386436 25451.0 3387148 25937.0 3387859 27286.0 3388570 30289.0 3389282 29496.0 3389993 27195.0 3390704 25979.0 3391416 24967.0 3392127 25835.0 3392839 26367.0 3393550 28231.0 3394261 29617.0 3394973 30588.0 3395684 32174.0 3396395 34322.0 3397107 33221.0 3397818 32176.0 3398530 31442.0 3399241 29056.0 3399952 27565.0 3400664 26786.0 3401375 26857.0 3402087 27689.0 3402798 27188.0 3403509 26970.0 3404221 29265.0 3404932 29969.0 3405643 29516.0 3406355 28665.0 3407066 26690.0 3407778 26773.0 3408489 27112.0 3409200 25977.0 3409912 27918.0 3410623 35859.0 3411335 56814.0 3412046 89502.0 3412757 119787.0 3413469 133375.0 3414180 110619.0 3414891 79202.0 3415603 50777.0 3416314 36900.0 3417026 31636.0 3417737 28797.0 3418448 28310.0 3419160 27761.0 3419871 28865.0 3420582 28751.0 3421294 27739.0 3422005 26565.0 3422717 27076.0 3423428 27272.0 3424139 26909.0 3424851 27047.0 3425562 27191.0 3426274 26255.0 3426985 28909.0 3427696 28252.0 3428408 27842.0 3429119 31153.0 3429830 37137.0 3430542 52719.0 3431253 81085.0 3431965 118026.0 3432676 142804.0 3433387 148242.0 3434099 155100.0 3434810 174340.0 3435522 204260.0 3436233 227143.0 3436944 259396.0 3437656 299395.0 3438367 320014.0 3439078 237919.0 3439790 113181.0 3440501 66936.0 3441213 51959.0 3441924 44767.0 3442635 40836.0 3443347 38313.0 3444058 36522.0 3444769 34134.0 3445481 33259.0 3446192 32151.0 3446904 31451.0 3447615 30989.0 3448326 31073.0 3449038 30703.0 3449749 30511.0 3450461 30870.0 3451172 31063.0 3451883 30062.0 3452595 28987.0 3453306 30017.0 3454017 29400.0 3454729 28428.0 3455440 28631.0 3456152 28956.0 3456863 28677.0 3457574 28167.0 3458286 27033.0 3458997 27162.0 3459709 25408.0 3460420 25999.0 3461131 27728.0 3461843 27629.0 3462554 27983.0 3463265 27921.0 3463977 28637.0 3464688 28409.0 3465400 27746.0 3466111 29605.0 3466822 38188.0 3467534 63090.0 3468245 119580.0 3468956 209760.0 3469668 300873.0 3470379 317164.0 3471091 244282.0 3471802 143662.0 3472513 74610.0 3473225 46729.0 3473936 36408.0 3474648 34385.0 3475359 32562.0 3476070 30542.0 3476782 31430.0 3477493 31680.0 3478204 30637.0 3478916 28264.0 3479627 29043.0 3480339 29718.0 3481050 31166.0 3481761 34686.0 3482473 39865.0 3483184 47308.0 3483896 49453.0 3484607 46001.0 3485318 39721.0 3486030 35007.0 3486741 32382.0 3487452 30300.0 3488164 29111.0 3488875 28475.0 3489587 27454.0 3490298 26291.0 3491009 26874.0 3491721 26522.0 3492432 27660.0 3493143 26796.0 3493855 27033.0 3494566 25114.0 3495278 25703.0 3495989 25958.0 3496700 25617.0 3497412 25559.0 3498123 27553.0 3498835 27847.0 3499546 28222.0 3500257 28884.0 3500969 30442.0 3501680 30718.0 3502391 31653.0 3503103 29656.0 3503814 28177.0 3504526 24850.0 3505237 25160.0 3505948 24867.0 3506660 25329.0 3507371 25523.0 3508083 27084.0 3508794 28485.0 3509505 30505.0 3510217 31627.0 3510928 30420.0 3511639 29864.0 3512351 29599.0 3513062 29653.0 3513774 30952.0 3514485 30792.0 3515196 31518.0 3515908 30428.0 3516619 30318.0 3517330 29178.0 3518042 28143.0 3518753 28739.0 3519465 28526.0 3520176 28825.0 3520887 30156.0 3521599 30871.0 3522310 30834.0 3523022 32490.0 3523733 31865.0 3524444 28029.0 3525156 28192.0 3525867 28100.0 3526578 33362.0 3527290 47018.0 3528001 78503.0 3528713 133678.0 3529424 190460.0 3530135 214533.0 3530847 182178.0 3531558 126552.0 3532270 74657.0 3532981 50230.0 3533692 40182.0 3534404 37936.0 3535115 35263.0 3535826 33123.0 3536538 31522.0 3537249 30627.0 3537961 27950.0 3538672 27243.0 3539383 27473.0 3540095 28873.0 3540806 29914.0 3541517 35646.0 3542229 50379.0 3542940 71364.0 3543652 98742.0 3544363 115066.0 3545074 110115.0 3545786 89312.0 3546497 66493.0 3547209 53648.0 3547920 44733.0 3548631 40038.0 3549343 37980.0 3550054 35134.0 3550765 34296.0 3551477 32480.0 3552188 32577.0 3552900 33413.0 3553611 32855.0 3554322 32633.0 3555034 34165.0 3555745 33789.0 3556457 33711.0 3557168 35100.0 3557879 37798.0 3558591 40056.0 3559302 40886.0 3560013 39481.0 3560725 35490.0 3561436 31877.0 3562148 29053.0 3562859 29322.0 3563570 28055.0 3564282 29207.0 3564993 28465.0 3565704 27409.0 3566416 28815.0 3567127 28227.0 3567839 28780.0 3568550 27429.0 3569261 28107.0 3569973 27834.0 3570684 27226.0 3571396 27144.0 3572107 27889.0 3572818 27301.0 3573530 28618.0 3574241 28720.0 3574952 28843.0 3575664 29907.0 3576375 28967.0 3577087 28872.0 3577798 28327.0 3578509 27137.0 3579221 27262.0 3579932 26561.0 3580644 26615.0 3581355 26712.0 3582066 26610.0 3582778 26686.0 3583489 25504.0 3584200 25744.0 3584912 24945.0 3585623 26370.0 3586335 26158.0 3587046 26287.0 3587757 25594.0 3588469 26548.0 3589180 25824.0 3589891 28312.0 3590603 30290.0 3591314 31526.0 3592026 31938.0 3592737 32032.0 3593448 30395.0 3594160 29196.0 3594871 27370.0 3595583 27393.0 3596294 28354.0 3597005 26927.0 3597717 26861.0 3598428 26268.0 3599139 26293.0 3599851 26438.0 3600562 25225.0 3601274 25623.0 3601985 24241.0 3602696 25848.0 3603408 24363.0 3604119 24449.0 3604830 24744.0 3605542 25122.0 3606253 24355.0 3606965 24515.0 3607676 24064.0 3608387 24731.0 3609099 25094.0 3609810 24476.0 3610522 26007.0 3611233 25605.0 3611944 25834.0 3612656 24959.0 3613367 26343.0 3614078 25698.0 3614790 25822.0 3615501 26421.0 3616213 26680.0 3616924 26015.0 3617635 25343.0 3618347 25517.0 3619058 25297.0 3619770 24974.0 3620481 26558.0 3621192 26150.0 3621904 30262.0 3622615 40031.0 3623326 58228.0 3624038 74333.0 3624749 84743.0 3625461 76146.0 3626172 64213.0 3626883 48618.0 3627595 37637.0 3628306 31893.0 3629017 29435.0 3629729 27892.0 3630440 26566.0 3631152 26698.0 3631863 26693.0 3632574 26323.0 3633286 26621.0 3633997 27621.0 3634709 28945.0 3635420 30469.0 3636131 30216.0 3636843 31501.0 3637554 29203.0 3638265 28359.0 3638977 28499.0 3639688 28261.0 3640400 28244.0 3641111 28357.0 3641822 28186.0 3642534 26953.0 3643245 26742.0 3643957 24807.0 3644668 25627.0 3645379 25132.0 3646091 25659.0 3646802 26041.0 3647513 26414.0 3648225 27853.0 3648936 29868.0 3649648 32858.0 3650359 37453.0 3651070 48199.0 3651782 61098.0 3652493 70168.0 3653204 72430.0 3653916 63750.0 3654627 55800.0 3655339 51591.0 3656050 47768.0 3656761 46276.0 3657473 40565.0 3658184 38557.0 3658896 37229.0 3659607 37999.0 3660318 40964.0 3661030 42883.0 3661741 44445.0 3662452 44368.0 3663164 40046.0 3663875 35988.0 3664587 32584.0 3665298 30889.0 3666009 29492.0 3666721 30355.0 3667432 32037.0 3668144 38609.0 3668855 48547.0 3669566 71365.0 3670278 98069.0 3670989 118582.0 3671700 109710.0 3672412 91322.0 3673123 61756.0 3673835 46157.0 3674546 37988.0 3675257 35645.0 3675969 33100.0 3676680 33053.0 3677391 32748.0 3678103 30685.0 3678814 30634.0 3679526 30533.0 3680237 30382.0 3680948 30658.0 3681660 29100.0 3682371 30200.0 3683083 29358.0 3683794 29618.0 3684505 30058.0 3685217 30219.0 3685928 32207.0 3686639 32219.0 3687351 32441.0 3688062 32991.0 3688774 33197.0 3689485 31346.0 3690196 30828.0 3690908 29541.0 3691619 30030.0 3692331 28519.0 3693042 28571.0 3693753 27735.0 3694465 27404.0 3695176 26992.0 3695887 26764.0 3696599 27492.0 3697310 28020.0 3698022 27971.0 3698733 27412.0 3699444 27077.0 3700156 26812.0 3700867 27558.0 3701578 28087.0 3702290 28848.0 3703001 28594.0 3703713 26950.0 3704424 26616.0 3705135 25751.0 3705847 26775.0 3706558 27153.0 3707270 26161.0 3707981 25900.0 3708692 25778.0 3709404 26106.0 3710115 26075.0 3710826 26151.0 3711538 25887.0 3712249 26606.0 3712961 26005.0 3713672 26412.0 3714383 26744.0 3715095 27250.0 3715806 27221.0 3716518 28670.0 3717229 29158.0 3717940 30597.0 3718652 33380.0 3719363 43404.0 3720074 66898.0 3720786 115634.0 3721497 194614.0 3722209 300284.0 3722920 430215.0 3723631 570534.0 3724343 701900.0 3725054 733816.0 3725765 583086.0 3726477 306370.0 3727188 162888.0 3727900 116205.0 3728611 95819.0 3729322 83213.0 3730034 74143.0 3730745 70852.0 3731457 63574.0 3732168 60265.0 3732879 55210.0 3733591 52737.0 3734302 52593.0 3735013 49134.0 3735725 47601.0 3736436 47132.0 3737148 46736.0 3737859 44671.0 3738570 44188.0 3739282 43412.0 3739993 42611.0 3740705 41486.0 3741416 41922.0 3742127 42540.0 3742839 42226.0 3743550 41705.0 3744261 43925.0 3744973 41883.0 3745684 42255.0 3746396 42408.0 3747107 43170.0 3747818 42016.0 3748530 42761.0 3749241 43571.0 3749952 43663.0 3750664 44460.0 3751375 43753.0 3752087 45647.0 3752798 45963.0 3753509 47303.0 3754221 48823.0 3754932 48958.0 3755644 49318.0 3756355 50796.0 3757066 52472.0 3757778 58783.0 3758489 71214.0 3759200 97295.0 3759912 133884.0 3760623 168100.0 3761335 185567.0 3762046 180797.0 3762757 181202.0 3763469 200013.0 3764180 220002.0 3764892 207941.0 3765603 153410.0 3766314 95857.0 3767026 62480.0 3767737 50844.0 3768448 44771.0 3769160 41781.0 3769871 40647.0 3770583 38434.0 3771294 37419.0 3772005 37320.0 3772717 36830.0 3773428 36397.0 3774139 35733.0 3774851 34088.0 3775562 32937.0 3776274 33829.0 3776985 33330.0 3777696 32084.0 3778408 32268.0 3779119 33451.0 3779831 36043.0 3780542 34678.0 3781253 37829.0 3781965 38536.0 3782676 35475.0 3783387 33558.0 3784099 31409.0 3784810 31534.0 3785522 31746.0 3786233 31070.0 3786944 29560.0 3787656 29372.0 3788367 29955.0 3789079 29416.0 3789790 30655.0 3790501 30733.0 3791213 29379.0 3791924 28719.0 3792635 29114.0 3793347 29777.0 3794058 31097.0 3794770 31353.0 3795481 30923.0 3796192 31797.0 3796904 30889.0 3797615 31440.0 3798326 30442.0 3799038 30368.0 3799749 29597.0 3800461 29990.0 3801172 31313.0 3801883 30167.0 3802595 30927.0 3803306 29288.0 3804018 29751.0 3804729 28793.0 3805440 29095.0 3806152 28227.0 3806863 28000.0 3807574 28153.0 3808286 28001.0 3808997 27224.0 3809709 27402.0 3810420 26434.0 3811131 26759.0 3811843 26505.0 3812554 26159.0 3813265 26232.0 3813977 26623.0 3814688 26297.0 3815400 25934.0 3816111 25931.0 3816822 25940.0 3817534 25950.0 3818245 26562.0 3818957 25779.0 3819668 26144.0 3820379 26130.0 3821091 27581.0 3821802 26667.0 3822513 28103.0 3823225 27841.0 3823936 28535.0 3824648 30426.0 3825359 35008.0 3826070 39834.0 3826782 43561.0 3827493 43020.0 3828205 37154.0 3828916 34208.0 3829627 28893.0 3830339 28897.0 3831050 27380.0 3831761 28434.0 3832473 28630.0 3833184 29718.0 3833896 29816.0 3834607 29659.0 3835318 28398.0 3836030 29666.0 3836741 31942.0 3837452 33636.0 3838164 35481.0 3838875 34260.0 3839587 32321.0 3840298 30883.0 3841009 29775.0 3841721 28605.0 3842432 29262.0 3843144 27678.0 3843855 27832.0 3844566 28428.0 3845278 28047.0 3845989 28125.0 3846700 28343.0 3847412 28801.0 3848123 29078.0 3848835 29082.0 3849546 28375.0 3850257 28826.0 3850969 28447.0 3851680 27757.0 3852392 26964.0 3853103 26987.0 3853814 27223.0 3854526 27737.0 3855237 29381.0 3855948 30778.0 3856660 32472.0 3857371 32575.0 3858083 31109.0 3858794 29373.0 3859505 29277.0 3860217 28685.0 3860928 27453.0 3861639 27297.0 3862351 27286.0 3863062 27987.0 3863774 30762.0 3864485 35502.0 3865196 41365.0 3865908 44993.0 3866619 44212.0 3867331 40933.0 3868042 34130.0 3868753 30073.0 3869465 27693.0 3870176 27645.0 3870887 26681.0 3871599 27259.0 3872310 25709.0 3873022 26546.0 3873733 26026.0 3874444 26525.0 3875156 27293.0 3875867 27798.0 3876579 27772.0 3877290 28796.0 3878001 27816.0 3878713 28038.0 3879424 26752.0 3880135 26995.0 3880847 26881.0 3881558 26497.0 3882270 25524.0 3882981 25809.0 3883692 25459.0 3884404 25552.0 3885115 25796.0 3885826 26131.0 3886538 26455.0 3887249 25784.0 3887961 26060.0 3888672 26652.0 3889383 26652.0 3890095 28045.0 3890806 27017.0 3891518 27688.0 3892229 28216.0 3892940 27627.0 3893652 27225.0 3894363 26847.0 3895074 27301.0 3895786 27834.0 3896497 28144.0 3897209 28073.0 3897920 28469.0 3898631 28098.0 3899343 28520.0 3900054 28279.0 3900766 27422.0 3901477 26606.0 3902188 27036.0 3902900 25716.0 3903611 25346.0 3904322 26133.0 3905034 25818.0 3905745 24566.0 3906457 24439.0 3907168 24292.0 3907879 24262.0 3908591 24757.0 3909302 24162.0 3910013 24578.0 3910725 24573.0 3911436 24450.0 3912148 24191.0 3912859 24138.0 3913570 23653.0 3914282 23739.0 3914993 25311.0 3915705 27822.0 3916416 27966.0 3917127 28593.0 3917839 31055.0 3918550 31544.0 3919261 32541.0 3919973 30542.0 3920684 29554.0 3921396 27494.0 3922107 27700.0 3922818 26649.0 3923530 26683.0 3924241 25740.0 3924953 25152.0 3925664 26474.0 3926375 26589.0 3927087 25286.0 3927798 25421.0 3928509 25371.0 3929221 24986.0 3929932 23719.0 3930644 23572.0 3931355 23063.0 3932066 24160.0 3932778 23907.0 3933489 25086.0 3934200 25684.0 3934912 25199.0 3935623 25222.0 3936335 25456.0 3937046 25639.0 3937757 23966.0 3938469 24392.0 3939180 24361.0 3939892 24475.0 3940603 25485.0 3941314 25115.0 3942026 25093.0 3942737 26288.0 3943448 25604.0 3944160 26443.0 3944871 27673.0 3945583 30362.0 3946294 30729.0 3947005 30829.0 3947717 30579.0 3948428 29080.0 3949140 27376.0 3949851 26570.0 3950562 26170.0 3951274 25318.0 3951985 25362.0 3952696 25190.0 3953408 24703.0 3954119 25252.0 3954831 25765.0 3955542 26646.0 3956253 26049.0 3956965 25795.0 3957676 25448.0 3958387 24803.0 3959099 24837.0 3959810 25032.0 3960522 24596.0 3961233 26507.0 3961944 24392.0 3962656 24800.0 3963367 24884.0 3964079 24500.0 3964790 25240.0 3965501 26232.0 3966213 27323.0 3966924 27828.0 3967635 28201.0 3968347 26484.0 3969058 25827.0 3969770 25374.0 3970481 25546.0 3971192 25763.0 3971904 26343.0 3972615 25251.0 3973327 24871.0 3974038 23682.0 3974749 24537.0 3975461 24031.0 3976172 25092.0 3976883 23499.0 3977595 24145.0 3978306 24049.0 3979018 24492.0 3979729 24595.0 3980440 24944.0 3981152 24147.0 3981863 24450.0 3982574 24323.0 3983286 24546.0 3983997 24609.0 3984709 24936.0 3985420 25126.0 3986131 24684.0 3986843 23604.0 3987554 24693.0 3988266 24852.0 3988977 25126.0 3989688 25933.0 3990400 25904.0 3991111 24273.0 3991822 23407.0 3992534 22880.0 3993245 24096.0 3993957 24090.0 3994668 23994.0 3995379 24529.0 3996091 24714.0 3996802 25688.0 3997514 25949.0 3998225 25443.0 3998936 25808.0 3999648 25873.0 4000359 25343.0 4001070 25082.0 4001782 24850.0 4002493 24667.0 4003205 24229.0 4003916 25127.0 4004627 25095.0 4005339 24884.0 4006050 25042.0 4006761 25918.0 4007473 24218.0 4008184 24494.0 4008896 23489.0 4009607 23648.0 4010318 23665.0 4011030 24271.0 4011741 25186.0 4012453 26415.0 4013164 27768.0 4013875 28998.0 4014587 30937.0 4015298 32130.0 4016009 33266.0 4016721 32468.0 4017432 30330.0 4018144 28753.0 4018855 28046.0 4019566 28155.0 4020278 28355.0 4020989 27204.0 4021700 27025.0 4022412 25749.0 4023123 25408.0 4023835 25133.0 4024546 24764.0 4025257 24524.0 4025969 24085.0 4026680 23794.0 4027392 23730.0 4028103 23667.0 4028814 24556.0 4029526 24476.0 4030237 24415.0 4030948 24547.0 4031660 25239.0 4032371 25901.0 4033083 24503.0 4033794 24445.0 4034505 24272.0 4035217 23946.0 4035928 25151.0 4036640 25475.0 4037351 25636.0 4038062 26711.0 4038774 25294.0 4039485 25351.0 4040196 25181.0 4040908 25353.0 4041619 25921.0 4042331 26262.0 4043042 26769.0 4043753 27552.0 4044465 26424.0 4045176 25130.0 4045887 26811.0 4046599 25189.0 4047310 25228.0 4048022 24983.0 4048733 24386.0 4049444 24486.0 4050156 25182.0 4050867 24433.0 4051579 23359.0 4052290 24117.0 4053001 24007.0 4053713 24339.0 4054424 24889.0 4055135 23334.0 4055847 24362.0 4056558 24925.0 4057270 25754.0 4057981 26006.0 4058692 25516.0 4059404 26094.0 4060115 27396.0 4060827 29505.0 4061538 37772.0 4062249 49422.0 4062961 62480.0 4063672 70176.0 4064383 63959.0 4065095 55925.0 4065806 48018.0 4066518 39980.0 4067229 36197.0 4067940 34338.0 4068652 32353.0 4069363 32539.0 4070074 29620.0 4070786 28405.0 4071497 29405.0 4072209 27624.0 4072920 27138.0 4073631 26035.0 4074343 26634.0 4075054 26206.0 4075766 26876.0 4076477 27047.0 4077188 25813.0 4077900 26666.0 4078611 26511.0 4079322 27320.0 4080034 27188.0 4080745 26345.0 4081457 26241.0 4082168 26180.0 4082879 26424.0 4083591 26733.0 4084302 26200.0 4085014 27066.0 4085725 27036.0 4086436 26248.0 4087148 25700.0 4087859 26964.0 4088570 26144.0 4089282 26088.0 4089993 26804.0 4090705 26109.0 4091416 26918.0 4092127 26245.0 4092839 26744.0 4093550 27991.0 4094261 25935.0 4094973 25961.0 4095684 25533.0 4096396 25559.0 4097107 25488.0 4097818 25963.0 4098530 24413.0 4099241 25147.0 4099953 25274.0 4100664 24801.0 4101375 24746.0 4102087 24839.0 4102798 24662.0 4103509 24380.0 4104221 23620.0 4104932 24649.0 4105644 24490.0 4106355 25488.0 4107066 23892.0 4107778 24009.0 4108489 24797.0 4109201 23393.0 4109912 24080.0 4110623 23952.0 4111335 24236.0 4112046 24642.0 4112757 24167.0 4113469 23764.0 4114180 25145.0 4114892 25109.0 4115603 25406.0 4116314 25095.0 4117026 25176.0 4117737 24954.0 4118448 25333.0 4119160 26020.0 4119871 26790.0 4120583 27691.0 4121294 27815.0 4122005 26626.0 4122717 26469.0 4123428 25579.0 4124140 25179.0 4124851 24665.0 4125562 24738.0 4126274 24816.0 4126985 23665.0 4127696 23834.0 4128408 23197.0 4129119 23751.0 4129831 25324.0 4130542 24666.0 4131253 25140.0 4131965 24244.0 4132676 24192.0 4133388 24075.0 4134099 24912.0 4134810 24352.0 4135522 24061.0 4136233 23695.0 4136944 23441.0 4137656 23054.0 4138367 23408.0 4139079 22865.0 4139790 23915.0 4140501 24111.0 4141213 24021.0 4141924 23963.0 4142635 24753.0 4143347 25634.0 4144058 25612.0 4144770 24702.0 4145481 25265.0 4146192 26287.0 4146904 25679.0 4147615 25519.0 4148327 25189.0 4149038 25432.0 4149749 25217.0 4150461 24581.0 4151172 24276.0 4151883 25150.0 4152595 23931.0 4153306 24555.0 4154018 25064.0 4154729 23960.0 4155440 23632.0 4156152 25009.0 4156863 24878.0 4157575 25889.0 4158286 25717.0 4158997 25588.0 4159709 25384.0 4160420 24396.0 4161131 25142.0 4161843 24937.0 4162554 24504.0 4163266 25051.0 4163977 24871.0 4164688 25325.0 4165400 25153.0 4166111 25424.0 4166822 25780.0 4167534 25353.0 4168245 27272.0 4168957 27012.0 4169668 27131.0 4170379 26170.0 4171091 25092.0 4171802 25414.0 4172514 25232.0 4173225 24548.0 4173936 24958.0 4174648 24305.0 4175359 24453.0 4176070 24762.0 4176782 24054.0 4177493 24424.0 4178205 24898.0 4178916 25146.0 4179627 25690.0 4180339 24795.0 4181050 24688.0 4181762 24429.0 4182473 24343.0 4183184 23940.0 4183896 24036.0 4184607 23730.0 4185318 24149.0 4186030 23316.0 4186741 23464.0 4187453 24074.0 4188164 23885.0 4188875 23630.0 4189587 24660.0 4190298 24016.0 4191009 24147.0 4191721 24165.0 4192432 24449.0 4193144 24402.0 4193855 24921.0 4194566 24586.0 4195278 24452.0 4195989 25233.0 4196701 23648.0 4197412 26103.0 4198123 24726.0 4198835 24866.0 4199546 24304.0 4200257 25537.0 4200969 25326.0 4201680 24832.0 4202392 26021.0 4203103 25256.0 4203814 24733.0 4204526 24139.0 4205237 22980.0 4205948 23279.0 4206660 24536.0 4207371 24018.0 4208083 24049.0 4208794 23013.0 4209505 23712.0 4210217 23321.0 4210928 24223.0 4211640 24350.0 4212351 24644.0 4213062 25605.0 4213774 25087.0 4214485 26505.0 4215196 26382.0 4215908 26726.0 4216619 25519.0 4217331 25182.0 4218042 24983.0 4218753 24797.0 4219465 25853.0 4220176 26642.0 4220888 27168.0 4221599 26814.0 4222310 26305.0 4223022 26093.0 4223733 25596.0 4224444 25309.0 4225156 24657.0 4225867 24685.0 4226579 24120.0 4227290 24653.0 4228001 24173.0 4228713 24162.0 4229424 24936.0 4230135 24405.0 4230847 24689.0 4231558 24965.0 4232270 25250.0 4232981 25682.0 4233692 24812.0 4234404 26309.0 4235115 26062.0 4235827 25805.0 4236538 25923.0 4237249 26623.0 4237961 26059.0 4238672 26007.0 4239383 26655.0 4240095 26524.0 4240806 29231.0 4241518 33353.0 4242229 46628.0 4242940 73512.0 4243652 113597.0 4244363 158876.0 4245075 196177.0 4245786 200552.0 4246497 160148.0 4247209 119060.0 4247920 88960.0 4248631 71150.0 4249343 65243.0 4250054 56328.0 4250766 53864.0 4251477 50555.0 4252188 50675.0 4252900 48714.0 4253611 48358.0 4254322 47226.0 4255034 49028.0 4255745 50431.0 4256457 53453.0 4257168 54718.0 4257879 58903.0 4258591 60323.0 4259302 64278.0 4260014 68130.0 4260725 69697.0 4261436 74774.0 4262148 81084.0 4262859 88844.0 4263570 94185.0 4264282 101695.0 4264993 105316.0 4265705 110513.0 4266416 105894.0 4267127 98283.0 4267839 81314.0 4268550 64674.0 4269262 52309.0 4269973 44178.0 4270684 39975.0 4271396 37909.0 4272107 37003.0 4272818 35292.0 4273530 33755.0 4274241 33843.0 4274953 32272.0 4275664 33205.0 4276375 31781.0 4277087 31058.0 4277798 29755.0 4278509 31032.0 4279221 31101.0 4279932 30713.0 4280644 31533.0 4281355 30125.0 4282066 30206.0 4282778 28926.0 4283489 29182.0 4284201 29794.0 4284912 29470.0 4285623 29288.0 4286335 28307.0 4287046 28967.0 4287757 28162.0 4288469 28273.0 4289180 27967.0 4289892 29937.0 4290603 29305.0 4291314 30370.0 4292026 30407.0 4292737 30804.0 4293449 31707.0 4294160 30012.0 4294871 29415.0 4295583 28769.0 4296294 28437.0 4297005 26915.0 4297717 27701.0 4298428 28502.0 4299140 27240.0 4299851 28102.0 4300562 28412.0 4301274 28370.0 4301985 29074.0 4302696 28060.0 4303408 27996.0 4304119 28032.0 4304831 27337.0 4305542 27942.0 4306253 26636.0 4306965 26311.0 4307676 26099.0 4308388 26076.0 4309099 26341.0 4309810 26799.0 4310522 26812.0 4311233 25912.0 4311944 27072.0 4312656 26842.0 4313367 26335.0 4314079 27038.0 4314790 26426.0 4315501 26337.0 4316213 26368.0 4316924 26510.0 4317636 26605.0 4318347 26480.0 4319058 25639.0 4319770 25588.0 4320481 26699.0 4321192 26017.0 4321904 26378.0 4322615 26051.0 4323327 26857.0 4324038 27100.0 4324749 26476.0 4325461 26162.0 4326172 26601.0 4326883 26172.0 4327595 26266.0 4328306 27258.0 4329018 26462.0 4329729 25915.0 4330440 26634.0 4331152 26749.0 4331863 26868.0 4332575 26432.0 4333286 27088.0 4333997 27371.0 4334709 26554.0 4335420 28297.0 4336131 26225.0 4336843 26577.0 4337554 26462.0 4338266 25469.0 4338977 26356.0 4339688 26289.0 4340400 26064.0 4341111 26225.0 4341823 26438.0 4342534 26571.0 4343245 27519.0 4343957 28221.0 4344668 26362.0 4345379 27291.0 4346091 26169.0 4346802 27159.0 4347514 25579.0 4348225 26468.0 4348936 27009.0 4349648 27202.0 4350359 27157.0 4351070 26926.0 4351782 24818.0 4352493 25549.0 4353205 25711.0 4353916 26460.0 4354627 24997.0 4355339 26909.0 4356050 26401.0 4356762 26935.0 4357473 27128.0 4358184 27415.0 4358896 26602.0 4359607 27185.0 4360318 26873.0 4361030 27432.0 4361741 28083.0 4362453 27168.0 4363164 27070.0 4363875 27348.0 4364587 27232.0 4365298 27218.0 4366010 28339.0 4366721 28009.0 4367432 27101.0 4368144 27573.0 4368855 28295.0 4369566 28638.0 4370278 28542.0 4370989 28180.0 4371701 27111.0 4372412 27649.0 4373123 28332.0 4373835 28524.0 4374546 27999.0 4375257 27194.0 4375969 27788.0 4376680 27630.0 4377392 25960.0 4378103 26852.0 4378814 28029.0 4379526 28144.0 4380237 26772.0 4380949 27160.0 4381660 26528.0 4382371 26468.0 4383083 27072.0 4383794 25851.0 4384505 26842.0 4385217 26644.0 4385928 27754.0 4386640 27089.0 4387351 25956.0 4388062 26718.0 4388774 26434.0 4389485 26849.0 4390197 26845.0 4390908 26529.0 4391619 25426.0 4392331 26627.0 4393042 26693.0 4393753 27508.0 4394465 27061.0 4395176 26112.0 4395888 26286.0 4396599 26554.0 4397310 26249.0 4398022 26552.0 4398733 26521.0 4399444 26238.0 4400156 26589.0 4400867 26615.0 4401579 27050.0 4402290 26496.0 4403001 27230.0 4403713 26754.0 4404424 26849.0 4405136 27863.0 4405847 27461.0 4406558 28283.0 4407270 28790.0 4407981 27659.0 4408692 28344.0 4409404 28483.0 4410115 28404.0 4410827 26822.0 4411538 27869.0 4412249 27947.0 4412961 28195.0 4413672 28705.0 4414383 29624.0 4415095 28574.0 4415806 28621.0 4416518 29507.0 4417229 29047.0 4417940 28789.0 4418652 28876.0 4419363 28805.0 4420075 28869.0 4420786 27169.0 4421497 26768.0 4422209 27764.0 4422920 27824.0 4423631 27950.0 4424343 26951.0 4425054 25747.0 4425766 26881.0 4426477 27047.0 4427188 27913.0 4427900 28195.0 4428611 27648.0 4429323 27023.0 4430034 27385.0 4430745 25877.0 4431457 26656.0 4432168 26001.0 4432879 26230.0 4433591 27251.0 4434302 27189.0 4435014 26951.0 4435725 26915.0 4436436 28051.0 4437148 27803.0 4437859 28813.0 4438570 29919.0 4439282 31056.0 4439993 30067.0 4440705 31451.0 4441416 27762.0 4442127 28046.0 4442839 27416.0 4443550 29052.0 4444262 28702.0 4444973 27665.0 4445684 26084.0 4446396 27684.0 4447107 27271.0 4447818 28368.0 4448530 28186.0 4449241 27897.0 4449953 28387.0 4450664 27456.0 4451375 26699.0 4452087 27055.0 4452798 27845.0 4453510 27888.0 4454221 27403.0 4454932 28435.0 4455644 26533.0 4456355 27309.0 4457066 26954.0 4457778 27683.0 4458489 28430.0 4459201 29725.0 4459912 30188.0 4460623 29561.0 4461335 29761.0 4462046 29680.0 4462757 28405.0 4463469 27791.0 4464180 26936.0 4464892 27521.0 4465603 26984.0 4466314 27515.0 4467026 27926.0 4467737 27687.0 4468449 27396.0 4469160 27193.0 4469871 26336.0 4470583 27499.0 4471294 28799.0 4472005 28750.0 4472717 28769.0 4473428 28676.0 4474140 29614.0 4474851 29482.0 4475562 28781.0 4476274 29332.0 4476985 28701.0 4477697 28586.0 4478408 28408.0 4479119 28934.0 4479831 27759.0 4480542 26126.0 4481253 27944.0 4481965 28335.0 4482676 27699.0 4483388 29001.0 4484099 29291.0 4484810 29911.0 4485522 29793.0 4486233 31239.0 4486944 33933.0 4487656 34439.0 4488367 35005.0 4489079 33887.0 4489790 32449.0 4490501 32095.0 4491213 30511.0 4491924 30485.0 4492636 30100.0 4493347 28604.0 4494058 29078.0 4494770 28897.0 4495481 29326.0 4496192 28008.0 4496904 27875.0 4497615 29125.0 4498327 28111.0 4499038 29525.0 4499749 29479.0 4500461 29000.0 4501172 31222.0 4501884 29863.0 4502595 29905.0 4503306 28242.0 4504018 29589.0 4504729 28944.0 4505440 28463.0 4506152 28629.0 4506863 28256.0 4507575 28615.0 4508286 29529.0 4508997 28707.0 4509709 28513.0 4510420 28727.0 4511131 29171.0 4511843 30593.0 4512554 30215.0 4513266 29198.0 4513977 28293.0 4514688 29160.0 4515400 29198.0 4516111 27023.0 4516823 28125.0 4517534 28021.0 4518245 27889.0 4518957 27819.0 4519668 29004.0 4520379 27814.0 4521091 28614.0 4521802 28528.0 4522514 27404.0 4523225 28821.0 4523936 28804.0 4524648 29337.0 4525359 29567.0 4526071 28706.0 4526782 28796.0 4527493 29265.0 4528205 28208.0 4528916 28386.0 4529627 28495.0 4530339 27596.0 4531050 28093.0 4531762 28008.0 4532473 28332.0 4533184 28566.0 4533896 28475.0 4534607 27370.0 4535318 28018.0 4536030 27754.0 4536741 28394.0 4537453 27102.0 4538164 27176.0 4538875 27206.0 4539587 27350.0 4540298 27382.0 4541010 27505.0 4541721 28298.0 4542432 27823.0 4543144 28487.0 4543855 28816.0 4544566 28545.0 4545278 27769.0 4545989 28472.0 4546701 28308.0 4547412 28975.0 4548123 28508.0 4548835 30220.0 4549546 30055.0 4550258 28641.0 4550969 28517.0 4551680 28323.0 4552392 29001.0 4553103 30896.0 4553814 30135.0 4554526 29817.0 4555237 29078.0 4555949 29046.0 4556660 29192.0 4557371 28361.0 4558083 29854.0 4558794 29121.0 4559505 29469.0 4560217 28473.0 4560928 29110.0 4561640 28405.0 4562351 28626.0 4563062 27953.0 4563774 27925.0 4564485 28722.0 4565197 29081.0 4565908 28449.0 4566619 28963.0 4567331 28704.0 4568042 28363.0 4568753 28406.0 4569465 29806.0 4570176 31083.0 4570888 30837.0 4571599 32593.0 4572310 31587.0 4573022 31716.0 4573733 30864.0 4574445 28300.0 4575156 27790.0 4575867 28734.0 4576579 28143.0 4577290 28844.0 4578001 28528.0 4578713 29201.0 4579424 29604.0 4580136 28511.0 4580847 28275.0 4581558 29040.0 4582270 30164.0 4582981 28855.0 4583692 28449.0 4584404 30445.0 4585115 28911.0 4585827 28853.0 4586538 30241.0 4587249 29058.0 4587961 30189.0 4588672 30440.0 4589384 29373.0 4590095 28896.0 4590806 28623.0 4591518 30872.0 4592229 28351.0 4592940 29603.0 4593652 29379.0 4594363 29145.0 4595075 28726.0 4595786 29230.0 4596497 28857.0 4597209 29613.0 4597920 29639.0 4598632 29807.0 4599343 29913.0 4600054 30203.0 4600766 30144.0 4601477 29659.0 4602188 29712.0 4602900 29284.0 4603611 29645.0 4604323 30683.0 4605034 29779.0 4605745 29413.0 4606457 29229.0 4607168 29200.0 4607879 29138.0 4608591 29679.0 4609302 28756.0 4610014 30442.0 4610725 31265.0 4611436 31780.0 4612148 32052.0 4612859 33109.0 4613571 30617.0 4614282 30840.0 4614993 29841.0 4615705 28482.0 4616416 29444.0 4617127 29554.0 4617839 29632.0 4618550 29864.0 4619262 29802.0 4619973 29361.0 4620684 30338.0 4621396 29445.0 4622107 29471.0 4622818 29727.0 4623530 29395.0 4624241 29451.0 4624953 29789.0 4625664 30530.0 4626375 30640.0 4627087 29778.0 4627798 30056.0 4628510 29044.0 4629221 31089.0 4629932 30414.0 4630644 30827.0 4631355 30940.0 4632066 31149.0 4632778 30507.0 4633489 30617.0 4634201 30849.0 4634912 30440.0 4635623 30819.0 4636335 31314.0 4637046 30647.0 4637758 30693.0 4638469 30221.0 4639180 30784.0 4639892 31269.0 4640603 31953.0 4641314 31306.0 4642026 30198.0 4642737 30737.0 4643449 30618.0 4644160 30479.0 4644871 30545.0 4645583 30345.0 4646294 30595.0 4647005 30865.0 4647717 31303.0 4648428 29943.0 4649140 30478.0 4649851 31720.0 4650562 32836.0 4651274 33964.0 4651985 34895.0 4652697 35464.0 4653408 33261.0 4654119 32544.0 4654831 32387.0 4655542 32153.0 4656253 30786.0 4656965 31811.0 4657676 31695.0 4658388 32291.0 4659099 30147.0 4659810 31163.0 4660522 30900.0 4661233 31357.0 4661945 30725.0 4662656 31279.0 4663367 31770.0 4664079 31769.0 4664790 32506.0 4665501 31110.0 4666213 32783.0 4666924 31581.0 4667636 32745.0 4668347 33983.0 4669058 36726.0 4669770 39129.0 4670481 40283.0 4671192 42798.0 4671904 43253.0 4672615 42079.0 4673327 39115.0 4674038 36774.0 4674749 35071.0 4675461 35819.0 4676172 36003.0 4676884 34458.0 4677595 35023.0 4678306 35388.0 4679018 33376.0 4679729 35237.0 4680440 34198.0 4681152 33536.0 4681863 32927.0 4682575 33460.0 4683286 34988.0 4683997 34316.0 4684709 34646.0 4685420 33945.0 4686132 32874.0 4686843 33625.0 4687554 32582.0 4688266 32592.0 4688977 32190.0 4689688 31395.0 4690400 31371.0 4691111 32003.0 4691823 32505.0 4692534 32612.0 4693245 31793.0 4693957 32271.0 4694668 31854.0 4695379 33077.0 4696091 31970.0 4696802 31958.0 4697514 31799.0 4698225 31988.0 4698936 31768.0 4699648 32285.0 4700359 32432.0 4701071 32234.0 4701782 34245.0 4702493 33574.0 4703205 35345.0 4703916 35489.0 4704627 34986.0 4705339 36894.0 4706050 34521.0 4706762 33252.0 4707473 32815.0 4708184 34043.0 4708896 34724.0 4709607 32230.0 4710319 33190.0 4711030 32740.0 4711741 32285.0 4712453 33084.0 4713164 33164.0 4713875 33127.0 4714587 33345.0 4715298 32548.0 4716010 32843.0 4716721 31880.0 4717432 33901.0 4718144 32515.0 4718855 32424.0 4719566 34133.0 4720278 33289.0 4720989 33946.0 4721701 33529.0 4722412 33351.0 4723123 34250.0 4723835 35121.0 4724546 37176.0 4725258 39158.0 4725969 42051.0 4726680 40153.0 4727392 41102.0 4728103 39727.0 4728814 39958.0 4729526 39381.0 4730237 38111.0 4730949 38188.0 4731660 35537.0 4732371 35184.0 4733083 35106.0 4733794 34422.0 4734506 34270.0 4735217 33938.0 4735928 32927.0 4736640 34432.0 4737351 34847.0 4738062 33335.0 4738774 33018.0 4739485 34383.0 4740197 34126.0 4740908 34427.0 4741619 34435.0 4742331 35572.0 4743042 35431.0 4743753 35089.0 4744465 35329.0 4745176 35728.0 4745888 35029.0 4746599 35185.0 4747310 36159.0 4748022 35742.0 4748733 35411.0 4749445 37982.0 4750156 37874.0 4750867 36035.0 4751579 37953.0 4752290 36690.0 4753001 36949.0 4753713 36072.0 4754424 36820.0 4755136 37758.0 4755847 37544.0 4756558 38018.0 4757270 38166.0 4757981 37807.0 4758693 39287.0 4759404 37358.0 4760115 36855.0 4760827 36416.0 4761538 36718.0 4762249 36865.0 4762961 37392.0 4763672 36515.0 4764384 36198.0 4765095 37278.0 4765806 36589.0 4766518 36969.0 4767229 35093.0 4767940 35772.0 4768652 36242.0 4769363 37232.0 4770075 37410.0 4770786 37261.0 4771497 39186.0 4772209 38324.0 4772920 37382.0 4773632 37666.0 4774343 37430.0 4775054 35448.0 4775766 35738.0 4776477 36055.0 4777188 35702.0 4777900 37303.0 4778611 36885.0 4779323 36905.0 4780034 36960.0 4780745 35832.0 4781457 35652.0 4782168 35041.0 4782880 35254.0 4783591 35508.0 4784302 36250.0 4785014 36011.0 4785725 36140.0 4786436 38033.0 4787148 35635.0 4787859 37509.0 4788571 36745.0 4789282 36711.0 4789993 35096.0 4790705 35659.0 4791416 36118.0 4792127 36269.0 4792839 37165.0 4793550 35560.0 4794262 36615.0 4794973 37425.0 4795684 35495.0 4796396 36390.0 4797107 35005.0 4797819 36203.0 4798530 36315.0 4799241 36877.0 4799953 36488.0 4800664 36566.0 4801375 36051.0 4802087 35908.0 4802798 36567.0 4803510 35904.0 4804221 35472.0 4804932 35894.0 4805644 35776.0 4806355 34819.0 4807066 37241.0 4807778 37136.0 4808489 36815.0 4809201 36842.0 4809912 35851.0 4810623 37356.0 4811335 38628.0 4812046 38016.0 4812758 37253.0 4813469 38540.0 4814180 38797.0 4814892 39385.0 4815603 38360.0 4816314 38617.0 4817026 38664.0 4817737 39175.0 4818449 36925.0 4819160 37093.0 4819871 36839.0 4820583 37624.0 4821294 36665.0 4822006 36772.0 4822717 37647.0 4823428 36846.0 4824140 38546.0 4824851 38572.0 4825562 37967.0 4826274 38513.0 4826985 39722.0 4827697 38864.0 4828408 42003.0 4829119 44634.0 4829831 51929.0 4830542 55619.0 4831253 58601.0 4831965 58137.0 4832676 53286.0 4833388 46033.0 4834099 42293.0 4834810 40663.0 4835522 40113.0 4836233 38713.0 4836945 38654.0 4837656 39355.0 4838367 39115.0 4839079 41438.0 4839790 41334.0 4840501 42680.0 4841213 44265.0 4841924 46678.0 4842636 47358.0 4843347 48901.0 4844058 47268.0 4844770 46899.0 4845481 45909.0 4846193 42529.0 4846904 41891.0 4847615 41353.0 4848327 40198.0 4849038 40490.0 4849749 40221.0 4850461 39807.0 4851172 41107.0 4851884 41873.0 4852595 40615.0 4853306 39571.0 4854018 38758.0 4854729 39694.0 4855440 37936.0 4856152 39678.0 4856863 38621.0 4857575 38982.0 4858286 39604.0 4858997 40279.0 4859709 40269.0 4860420 39718.0 4861132 39640.0 4861843 39447.0 4862554 38321.0 4863266 39536.0 4863977 39781.0 4864688 39557.0 4865400 39819.0 4866111 40042.0 4866823 41134.0 4867534 40894.0 4868245 39914.0 4868957 40331.0 4869668 39996.0 4870380 39740.0 4871091 39632.0 4871802 40164.0 4872514 40383.0 4873225 40261.0 4873936 39655.0 4874648 40140.0 4875359 39881.0 4876071 40746.0 4876782 39496.0 4877493 40667.0 4878205 40788.0 4878916 41407.0 4879627 43711.0 4880339 41672.0 4881050 42076.0 4881762 41900.0 4882473 41434.0 4883184 41978.0 4883896 40833.0 4884607 41044.0 4885319 39567.0 4886030 40565.0 4886741 40084.0 4887453 41116.0 4888164 40334.0 4888875 41720.0 4889587 41036.0 4890298 41704.0 4891010 40860.0 4891721 42222.0 4892432 41903.0 4893144 41731.0 4893855 40926.0 4894567 40658.0 4895278 41032.0 4895989 40572.0 4896701 41677.0 4897412 41699.0 4898123 41463.0 4898835 41774.0 4899546 41056.0 4900258 40467.0 4900969 41193.0 4901680 42001.0 4902392 40432.0 4903103 41956.0 4903814 42799.0 4904526 41520.0 4905237 43243.0 4905949 42097.0 4906660 43393.0 4907371 40970.0 4908083 42374.0 4908794 42164.0 4909506 41667.0 4910217 41549.0 4910928 41489.0 4911640 41941.0 4912351 42214.0 4913062 43339.0 4913774 44169.0 4914485 44688.0 4915197 43383.0 4915908 44095.0 4916619 43560.0 4917331 44663.0 4918042 45288.0 4918754 44533.0 4919465 44794.0 4920176 45580.0 4920888 44449.0 4921599 44401.0 4922310 45560.0 4923022 44015.0 4923733 45613.0 4924445 44176.0 4925156 44194.0 4925867 45228.0 4926579 43819.0 4927290 44261.0 4928001 43323.0 4928713 44016.0 4929424 44980.0 4930136 44892.0 4930847 45250.0 4931558 45098.0 4932270 44835.0 4932981 45338.0 4933693 44246.0 4934404 44002.0 4935115 43856.0 4935827 44306.0 4936538 43802.0 4937249 43385.0 4937961 43334.0 4938672 43618.0 4939384 45236.0 4940095 43800.0 4940806 45641.0 4941518 44537.0 4942229 44935.0 4942941 45568.0 4943652 43799.0 4944363 44930.0 4945075 45393.0 4945786 45880.0 4946497 45225.0 4947209 44856.0 4947920 44140.0 4948632 44320.0 4949343 44296.0 4950054 43766.0 4950766 45279.0 4951477 44829.0 4952188 44714.0 4952900 44869.0 4953611 44682.0 4954323 45704.0 4955034 44849.0 4955745 44427.0 4956457 44911.0 4957168 44443.0 4957880 44861.0 4958591 44105.0 4959302 45299.0 4960014 45231.0 4960725 46354.0 4961436 45213.0 4962148 44951.0 4962859 43529.0 4963571 43826.0 4964282 43918.0 4964993 44779.0 4965705 45289.0 4966416 45243.0 4967128 46512.0 4967839 45271.0 4968550 44567.0 4969262 44205.0 4969973 44940.0 4970684 45489.0 4971396 45556.0 4972107 44572.0 4972819 46564.0 4973530 43871.0 4974241 45525.0 4974953 46047.0 4975664 47085.0 4976375 45336.0 4977087 45009.0 4977798 46418.0 4978510 45357.0 4979221 46119.0 4979932 44572.0 4980644 45825.0 4981355 46535.0 4982067 46940.0 4982778 45437.0 4983489 44490.0 4984201 45373.0 4984912 45415.0 4985623 44952.0 4986335 46669.0 4987046 46203.0 4987758 45197.0 4988469 44705.0 4989180 45247.0 4989892 46073.0 4990603 46706.0 4991314 45794.0 4992026 45800.0 4992737 47119.0 4993449 46939.0 4994160 46184.0 4994871 45626.0 4995583 46602.0 4996294 45750.0 4997006 44127.0 4997717 45061.0 4998428 47339.0 4999140 45867.0 4999851 45501.0 5000562 46177.0 5001274 46513.0 5001985 46392.0 5002697 47306.0 5003408 46718.0 5004119 48053.0 5004831 49237.0 5005542 49472.0 5006254 51862.0 5006965 53086.0 5007676 52276.0 5008388 52172.0 5009099 50194.0 5009810 49509.0 5010522 49035.0 5011233 47957.0 5011945 48938.0 5012656 47955.0 5013367 47271.0 5014079 47633.0 5014790 46763.0 5015501 47436.0 5016213 47109.0 5016924 47382.0 5017636 46607.0 5018347 46193.0 5019058 47220.0 5019770 46978.0 5020481 46207.0 5021193 47308.0 5021904 46704.0 5022615 46619.0 5023327 45699.0 5024038 46556.0 5024749 47170.0 5025461 47155.0 5026172 48568.0 5026884 48451.0 5027595 48886.0 5028306 47014.0 5029018 48510.0 5029729 47752.0 5030441 47769.0 5031152 47909.0 5031863 47674.0 5032575 49144.0 5033286 47886.0 5033997 48203.0 5034709 47378.0 5035420 47581.0 5036132 47351.0 5036843 47159.0 5037554 48289.0 5038266 48541.0 5038977 46330.0 5039688 47555.0 5040400 46837.0 5041111 47816.0 5041823 47831.0 5042534 47920.0 5043245 48056.0 5043957 47812.0 5044668 49137.0 5045380 49361.0 5046091 50124.0 5046802 50380.0 5047514 47993.0 5048225 48518.0 5048936 49114.0 5049648 48970.0 5050359 49860.0 5051071 48445.0 5051782 49061.0 5052493 48156.0 5053205 47447.0 5053916 47939.0 5054628 49059.0 5055339 48800.0 5056050 49427.0 5056762 50285.0 5057473 48562.0 5058184 49714.0 5058896 48563.0 5059607 50869.0 5060319 50249.0 5061030 49639.0 5061741 49322.0 5062453 49110.0 5063164 48802.0 5063875 49172.0 5064587 48912.0 5065298 48046.0 5066010 48570.0 5066721 48143.0 5067432 48560.0 5068144 46629.0 5068855 48207.0 5069567 48819.0 5070278 47235.0 5070989 48210.0 5071701 47651.0 5072412 47630.0 5073123 47091.0 5073835 47389.0 5074546 47430.0 5075258 47718.0 5075969 48174.0 5076680 48973.0 5077392 48869.0 5078103 46610.0 5078815 47394.0 5079526 48587.0 5080237 47411.0 5080949 48483.0 5081660 49688.0 5082371 48111.0 5083083 48820.0 5083794 48033.0 5084506 48406.0 5085217 48706.0 5085928 48459.0 5086640 48398.0 5087351 47350.0 5088062 48501.0 5088774 48427.0 5089485 49159.0 5090197 47966.0 5090908 47650.0 5091619 47900.0 5092331 48983.0 5093042 50307.0 5093754 47383.0 5094465 48181.0 5095176 48049.0 5095888 48029.0 5096599 48029.0 5097310 48093.0 5098022 47717.0 5098733 48007.0 5099445 47560.0 5100156 47770.0 5100867 48897.0 5101579 46816.0 5102290 46667.0 5103002 47610.0 5103713 47123.0 5104424 47901.0 5105136 46613.0 5105847 49523.0 5106558 49252.0 5107270 49300.0 5107981 49023.0 5108693 49153.0 5109404 48518.0 5110115 48753.0 5110827 47288.0 5111538 46806.0 5112249 48482.0 5112961 47634.0 5113672 47027.0 5114384 47140.0 5115095 47756.0 5115806 46694.0 5116518 47500.0 5117229 46779.0 5117941 48153.0 5118652 46701.0 5119363 46880.0 5120075 48158.0 5120786 47943.0 5121497 46865.0 5122209 47146.0 5122920 48235.0 5123632 48224.0 5124343 48614.0 5125054 48050.0 5125766 48529.0 5126477 48055.0 5127189 48084.0 5127900 48458.0 5128611 48205.0 5129323 45906.0 5130034 47110.0 5130745 48872.0 5131457 48189.0 5132168 48326.0 5132880 47762.0 5133591 49382.0 5134302 48774.0 5135014 48976.0 5135725 48848.0 5136436 46933.0 5137148 47453.0 5137859 48225.0 5138571 49036.0 5139282 48044.0 5139993 48984.0 5140705 46976.0 5141416 47082.0 5142128 48515.0 5142839 48415.0 5143550 48262.0 5144262 47849.0 5144973 49056.0 5145684 48544.0 5146396 48640.0 5147107 49457.0 5147819 46717.0 5148530 47052.0 5149241 47935.0 5149953 47996.0 5150664 47260.0 5151376 47807.0 5152087 49188.0 5152798 46595.0 5153510 48955.0 5154221 48050.0 5154932 47288.0 5155644 47104.0 5156355 48459.0 5157067 48344.0 5157778 48130.0 5158489 48327.0 5159201 48729.0 5159912 48130.0 5160623 46967.0 5161335 47068.0 5162046 48574.0 5162758 48006.0 5163469 48057.0 5164180 47497.0 5164892 47223.0 5165603 47118.0 5166315 47105.0 5167026 48545.0 5167737 47769.0 5168449 48224.0 5169160 47742.0 5169871 46755.0 5170583 47708.0 5171294 47952.0 5172006 49592.0 5172717 47565.0 5173428 48480.0 5174140 48974.0 5174851 49119.0 5175563 49754.0 5176274 48352.0 5176985 48559.0 5177697 49430.0 5178408 46923.0 5179119 49750.0 5179831 50117.0 5180542 49706.0 5181254 49831.0 5181965 49714.0 5182676 48667.0 5183388 48329.0 5184099 48428.0 5184810 47483.0 5185522 47994.0 5186233 48445.0 5186945 48863.0 5187656 48308.0 5188367 48999.0 5189079 49362.0 5189790 50497.0 5190502 52154.0 5191213 50794.0 5191924 50855.0 5192636 51865.0 5193347 52041.0 5194058 51457.0 5194770 49892.0 5195481 51745.0 5196193 50297.0 5196904 49530.0 5197615 48523.0 5198327 49434.0 5199038 49310.0 5199749 48561.0 5200461 47498.0 5201172 47812.0 5201884 47320.0 5202595 48067.0 5203306 47410.0 5204018 48514.0 5204729 47472.0 5205441 48299.0 5206152 47110.0 5206863 46605.0 5207575 48013.0 5208286 48035.0 5208997 47003.0 5209709 46971.0 5210420 47556.0 5211132 48274.0 5211843 46989.0 5212554 48321.0 5213266 48143.0 5213977 47895.0 5214689 47499.0 5215400 47617.0 5216111 47155.0 5216823 47237.0 5217534 47437.0 5218245 47274.0 5218957 46556.0 5219668 47058.0 5220380 47320.0 5221091 47704.0 5221802 47917.0 5222514 46946.0 5223225 47177.0 5223936 48171.0 5224648 46935.0 5225359 47214.0 5226071 47206.0 5226782 46413.0 5227493 48071.0 5228205 48472.0 5228916 46922.0 5229628 48182.0 5230339 47619.0 5231050 46259.0 5231762 47177.0 5232473 47010.0 5233184 46889.0 5233896 46045.0 5234607 46602.0 5235319 47535.0 5236030 48632.0 5236741 48763.0 5237453 46503.0 5238164 48240.0 5238876 47370.0 5239587 48179.0 5240298 47308.0 5241010 47592.0 5241721 47823.0 5242432 47482.0 5243144 47635.0 5243855 47971.0 5244567 47716.0 5245278 47728.0 5245989 47421.0 5246701 46938.0 5247412 47677.0 5248123 46593.0 5248835 47611.0 5249546 47600.0 5250258 47866.0 5250969 47201.0 5251680 48414.0 5252392 45998.0 5253103 46631.0 5253815 47463.0 5254526 48201.0 5255237 47759.0 5255949 47343.0 5256660 47926.0 5257371 46350.0 5258083 48808.0 5258794 48687.0 5259506 48536.0 5260217 47857.0 5260928 49135.0 5261640 47731.0 5262351 47747.0 5263063 47749.0 5263774 47025.0 5264485 47117.0 5265197 48116.0 5265908 47964.0 5266619 48633.0 5267331 48101.0 5268042 49044.0 5268754 48332.0 5269465 49317.0 5270176 49906.0 5270888 49792.0 5271599 49209.0 5272310 48938.0 5273022 46871.0 5273733 49135.0 5274445 47044.0 5275156 47290.0 5275867 48161.0 5276579 48887.0 5277290 48226.0 5278002 47231.0 5278713 48174.0 5279424 47993.0 5280136 46635.0 5280847 48106.0 5281558 47908.0 5282270 46696.0 5282981 48260.0 5283693 46227.0 5284404 46987.0 5285115 45802.0 5285827 46866.0 5286538 45998.0 5287250 46779.0 5287961 46927.0 5288672 46686.0 5289384 46282.0 5290095 46722.0 5290806 46089.0 5291518 46714.0 5292229 46089.0 5292941 47431.0 5293652 47096.0 5294363 48086.0 5295075 46008.0 5295786 46797.0 5296497 48461.0 5297209 46109.0 5297920 46116.0 5298632 47325.0 5299343 48115.0 5300054 47598.0 5300766 47683.0 5301477 48064.0 5302189 48338.0 5302900 48086.0 5303611 48645.0 5304323 48888.0 5305034 49135.0 5305745 48869.0 5306457 47774.0 5307168 47307.0 5307880 46731.0 5308591 47313.0 5309302 48717.0 5310014 46868.0 5310725 48930.0 5311437 47099.0 5312148 46999.0 5312859 46062.0 5313571 47872.0 5314282 47751.0 5314993 46856.0 5315705 45915.0 5316416 46916.0 5317128 48065.0 5317839 46124.0 5318550 46589.0 5319262 46311.0 5319973 47467.0 5320684 47358.0 5321396 48616.0 5322107 47635.0 5322819 47099.0 5323530 46129.0 5324241 47406.0 5324953 46286.0 5325664 46318.0 5326376 47637.0 5327087 47889.0 5327798 47631.0 5328510 46308.0 5329221 45514.0 5329932 47311.0 5330644 46415.0 5331355 47091.0 5332067 46868.0 5332778 47343.0 5333489 46533.0 5334201 47840.0 5334912 47060.0 5335624 46971.0 5336335 46910.0 5337046 46148.0 5337758 46460.0 5338469 47829.0 5339180 46584.0 5339892 48267.0 5340603 48192.0 5341315 48486.0 5342026 49662.0 5342737 49017.0 5343449 50392.0 5344160 50283.0 5344871 50428.0 5345583 50138.0 5346294 47971.0 5347006 48105.0 5347717 48047.0 5348428 48251.0 5349140 48006.0 5349851 47013.0 5350563 47791.0 5351274 46882.0 5351985 47348.0 5352697 46136.0 5353408 47071.0 5354119 47604.0 5354831 46205.0 5355542 46704.0 5356254 47485.0 5356965 47905.0 5357676 46623.0 5358388 47503.0 5359099 46580.0 5359811 48118.0 5360522 48565.0 5361233 46584.0 5361945 48131.0 5362656 46611.0 5363367 46892.0 5364079 46744.0 5364790 45814.0 5365502 47275.0 5366213 46600.0 5366924 46915.0 5367636 47346.0 5368347 46395.0 5369058 46696.0 5369770 46980.0 5370481 47803.0 5371193 46865.0 5371904 47247.0 5372615 46642.0 5373327 46849.0 5374038 46347.0 5374750 46930.0 5375461 47019.0 5376172 48005.0 5376884 46207.0 5377595 46651.0 5378306 48199.0 5379018 46776.0 5379729 46391.0 5380441 48403.0 5381152 47585.0 5381863 46856.0 5382575 47712.0 5383286 48247.0 5383997 47696.0 5384709 45829.0 5385420 46739.0 5386132 46996.0 5386843 48154.0 5387554 46867.0 5388266 47066.0 5388977 46855.0 5389689 46506.0 5390400 46665.0 5391111 46734.0 5391823 46178.0 5392534 48334.0 5393245 47937.0 5393957 47858.0 5394668 46723.0 5395380 47768.0 5396091 46581.0 5396802 46667.0 5397514 47044.0 5398225 46574.0 5398937 46854.0 5399648 47008.0 5400359 46612.0 5401071 45021.0 5401782 46181.0 5402493 46346.0 5403205 48188.0 5403916 46937.0 5404628 46548.0 5405339 45836.0 5406050 46589.0 5406762 47340.0 5407473 45513.0 5408184 46922.0 5408896 48521.0 5409607 46205.0 5410319 47600.0 5411030 46966.0 5411741 46536.0 5412453 47207.0 5413164 46406.0 5413876 49022.0 5414587 48085.0 5415298 47576.0 5416010 47081.0 5416721 47485.0 5417432 47908.0 5418144 47769.0 5418855 45995.0 5419567 46743.0 5420278 46827.0 5420989 47752.0 5421701 47236.0 5422412 46433.0 5423124 48023.0 5423835 46901.0 5424546 47499.0 5425258 46439.0 5425969 49112.0 5426680 47445.0 5427392 47841.0 5428103 48566.0 5428815 47962.0 5429526 46689.0 5430237 46758.0 5430949 46688.0 5431660 47838.0 5432371 48737.0 5433083 46357.0 5433794 47347.0 5434506 48650.0 5435217 46999.0 5435928 47995.0 5436640 47780.0 5437351 47336.0 5438063 49765.0 5438774 50987.0 5439485 53084.0 5440197 52527.0 5440908 55436.0 5441619 57429.0 5442331 56988.0 5443042 56759.0 5443754 55915.0 5444465 52672.0 5445176 52591.0 5445888 52302.0 5446599 50827.0 5447311 49549.0 5448022 49722.0 5448733 49482.0 5449445 48840.0 5450156 49637.0 5450867 49006.0 5451579 49216.0 5452290 48212.0 5453002 49363.0 5453713 48813.0 5454424 48094.0 5455136 48771.0 5455847 48622.0 5456558 48063.0 5457270 49200.0 5457981 48939.0 5458693 48556.0 5459404 49451.0 5460115 48689.0 5460827 47753.0 5461538 47165.0 5462250 47018.0 5462961 48554.0 5463672 48725.0 5464384 48584.0 5465095 46947.0 5465806 48214.0 5466518 47556.0 5467229 47192.0 5467941 47899.0 5468652 47126.0 5469363 47969.0 5470075 47579.0 5470786 46913.0 5471498 47785.0 5472209 47102.0 5472920 46512.0 5473632 48007.0 5474343 48385.0 5475054 47128.0 5475766 47903.0 5476477 47775.0 5477189 47183.0 5477900 47159.0 5478611 46824.0 5479323 48349.0 5480034 45185.0 5480745 46613.0 5481457 46509.0 5482168 47537.0 5482880 47327.0 5483591 45815.0 5484302 46959.0 5485014 46413.0 5485725 47723.0 5486437 47542.0 5487148 47240.0 5487859 45991.0 5488571 45892.0 5489282 45303.0 5489993 46365.0 5490705 46183.0 5491416 45856.0 5492128 46515.0 5492839 46480.0 5493550 47482.0 5494262 46013.0 5494973 46743.0 5495685 47557.0 5496396 46456.0 5497107 46384.0 5497819 46335.0 5498530 45776.0 5499241 45861.0 5499953 46216.0 5500664 46140.0 5501376 47289.0 5502087 47155.0 5502798 45903.0 5503510 47155.0 5504221 47028.0 5504932 47511.0 5505644 47027.0 5506355 46440.0 5507067 46894.0 5507778 45873.0 5508489 46161.0 5509201 46638.0 5509912 45973.0 5510624 47767.0 5511335 46051.0 5512046 46145.0 5512758 47001.0 5513469 45752.0 5514180 46193.0 5514892 46449.0 5515603 46107.0 5516315 46918.0 5517026 45922.0 5517737 46057.0 5518449 48537.0 5519160 46701.0 5519872 47496.0 5520583 46886.0 5521294 46193.0 5522006 46301.0 5522717 46725.0 5523428 46238.0 5524140 46133.0 5524851 46438.0 5525563 46656.0 5526274 46719.0 5526985 45844.0 5527697 45454.0 5528408 46072.0 5529119 46646.0 5529831 45051.0 5530542 47536.0 5531254 47247.0 5531965 46326.0 5532676 45983.0 5533388 47296.0 5534099 46212.0 5534811 46847.0 5535522 46055.0 5536233 45814.0 5536945 46080.0 5537656 46380.0 5538367 46251.0 5539079 46786.0 5539790 45853.0 5540502 45915.0 5541213 47153.0 5541924 46413.0 5542636 46757.0 5543347 46402.0 5544059 45684.0 5544770 45750.0 5545481 44117.0 5546193 45501.0 5546904 46444.0 5547615 44054.0 5548327 45707.0 5549038 45677.0 5549750 44990.0 5550461 46798.0 5551172 46699.0 5551884 47070.0 5552595 46429.0 5553306 45339.0 5554018 44906.0 5554729 45659.0 5555441 45923.0 5556152 45516.0 5556863 45752.0 5557575 44671.0 5558286 47841.0 5558998 46708.0 5559709 47073.0 5560420 45230.0 5561132 45825.0 5561843 45060.0 5562554 45989.0 5563266 46660.0 5563977 46778.0 5564689 46238.0 5565400 46829.0 5566111 45283.0 5566823 47012.0 5567534 47283.0 5568245 48435.0 5568957 47477.0 5569668 48279.0 5570380 49422.0 5571091 48718.0 5571802 48503.0 5572514 48025.0 5573225 48138.0 5573937 47197.0 5574648 47809.0 5575359 47375.0 5576071 46599.0 5576782 46195.0 5577493 45690.0 5578205 47185.0 5578916 45674.0 5579628 46247.0 5580339 46303.0 5581050 46825.0 5581762 46675.0 5582473 46875.0 5583185 46981.0 5583896 45647.0 5584607 46462.0 5585319 46646.0 5586030 46419.0 5586741 45835.0 5587453 45422.0 5588164 45847.0 5588876 46687.0 5589587 46020.0 5590298 46204.0 5591010 45790.0 5591721 45074.0 5592432 46034.0 5593144 46061.0 5593855 45553.0 5594567 46746.0 5595278 45647.0 5595989 46002.0 5596701 46562.0 5597412 45949.0 5598124 46344.0 5598835 46578.0 5599546 45504.0 5600258 45760.0 5600969 47427.0 5601680 45561.0 5602392 47187.0 5603103 47103.0 5603815 45715.0 5604526 46430.0 5605237 46810.0 5605949 45749.0 5606660 44970.0 5607372 45697.0 5608083 47197.0 5608794 46485.0 5609506 46291.0 5610217 46037.0 5610928 46640.0 5611640 45412.0 5612351 45704.0 5613063 46867.0 5613774 45862.0 5614485 44961.0 5615197 45990.0 5615908 47508.0 5616619 46479.0 5617331 47125.0 5618042 45437.0 5618754 44693.0 5619465 46242.0 5620176 46541.0 5620888 46954.0 5621599 46203.0 5622311 45406.0 5623022 47605.0 5623733 44970.0 5624445 45979.0 5625156 46471.0 5625867 45669.0 5626579 45828.0 5627290 46187.0 5628002 47312.0 5628713 46467.0 5629424 46601.0 5630136 45787.0 5630847 47473.0 5631559 46319.0 5632270 45076.0 5632981 45672.0 5633693 47008.0 5634404 47894.0 5635115 45697.0 5635827 47435.0 5636538 47108.0 5637250 46880.0 5637961 47378.0 5638672 47354.0 5639384 46363.0 5640095 45670.0 5640806 46651.0 5641518 46644.0 5642229 46639.0 5642941 47180.0 5643652 47016.0 5644363 47443.0 5645075 46674.0 5645786 47038.0 5646498 47193.0 5647209 46354.0 5647920 46122.0 5648632 44906.0 5649343 47330.0 5650054 46876.0 5650766 46679.0 5651477 46639.0 5652189 46332.0 5652900 46357.0 5653611 46347.0 5654323 47382.0 5655034 47043.0 5655746 46263.0 5656457 47322.0 5657168 46422.0 5657880 47371.0 5658591 47738.0 5659302 47595.0 5660014 48924.0 5660725 46902.0 5661437 47945.0 5662148 46002.0 5662859 46797.0 5663571 47492.0 5664282 46432.0 5664993 46834.0 5665705 46215.0 5666416 47253.0 5667128 46663.0 5667839 46221.0 5668550 45767.0 5669262 45422.0 5669973 45894.0 5670685 45065.0 5671396 45118.0 5672107 46768.0 5672819 48383.0 5673530 46696.0 5674241 47704.0 5674953 47260.0 5675664 48591.0 5676376 50047.0 5677087 49082.0 5677798 50342.0 5678510 50051.0 5679221 49478.0 5679933 51473.0 5680644 48621.0 5681355 47301.0 5682067 47619.0 5682778 46494.0 5683489 47464.0 5684201 46400.0 5684912 46579.0 5685624 46573.0 5686335 46498.0 5687046 46305.0 5687758 45966.0 5688469 47161.0 5689180 46463.0 5689892 46503.0 5690603 45972.0 5691315 47574.0 5692026 45563.0 5692737 45391.0 5693449 45158.0 5694160 45947.0 5694872 46324.0 5695583 46640.0 5696294 44880.0 5697006 46061.0 5697717 46669.0 5698428 47020.0 5699140 45387.0 5699851 45046.0 5700563 45113.0 5701274 44670.0 5701985 45552.0 5702697 47465.0 5703408 45871.0 5704120 46047.0 5704831 46103.0 5705542 45037.0 5706254 44418.0 5706965 45445.0 5707676 44001.0 5708388 46590.0 5709099 45450.0 5709811 45930.0 5710522 45607.0 5711233 45345.0 5711945 44589.0 5712656 43276.0 5713367 44964.0 5714079 44485.0 5714790 44419.0 5715502 44518.0 5716213 45384.0 5716924 44609.0 5717636 45809.0 5718347 45028.0 5719059 43690.0 5719770 45026.0 5720481 44897.0 5721193 46372.0 5721904 44822.0 5722615 45341.0 5723327 44141.0 5724038 46395.0 5724750 44802.0 5725461 44570.0 5726172 44465.0 5726884 44886.0 5727595 44986.0 5728307 45844.0 5729018 45271.0 5729729 46181.0 5730441 45144.0 5731152 44739.0 5731863 45800.0 5732575 44412.0 5733286 45740.0 5733998 45511.0 5734709 45954.0 5735420 45103.0 5736132 45043.0 5736843 46376.0 5737554 45610.0 5738266 46897.0 5738977 45801.0 5739689 45004.0 5740400 45947.0 5741111 44550.0 5741823 45018.0 5742534 46392.0 5743246 44947.0 5743957 45349.0 5744668 45826.0 5745380 46055.0 5746091 46281.0 5746802 46566.0 5747514 45023.0 5748225 46137.0 5748937 45885.0 5749648 45144.0 5750359 44969.0 5751071 45676.0 5751782 46618.0 5752493 44685.0 5753205 45394.0 5753916 45703.0 5754628 45006.0 5755339 46048.0 5756050 45937.0 5756762 45612.0 5757473 45513.0 5758185 44950.0 5758896 46251.0 5759607 44047.0 5760319 46728.0 5761030 45401.0 5761741 44687.0 5762453 46155.0 5763164 46048.0 5763876 45314.0 5764587 44938.0 5765298 44843.0 5766010 44752.0 5766721 45981.0 5767433 45565.0 5768144 44979.0 5768855 45351.0 5769567 46599.0 5770278 45641.0 5770989 44945.0 5771701 45292.0 5772412 46132.0 5773124 45633.0 5773835 45042.0 5774546 45348.0 5775258 45411.0 5775969 45275.0 5776680 45046.0 5777392 45689.0 5778103 45399.0 5778815 44701.0 5779526 44876.0 5780237 45429.0 5780949 44710.0 5781660 44157.0 5782372 45335.0 5783083 44759.0 5783794 44125.0 5784506 44554.0 5785217 42444.0 5785928 46018.0 5786640 45245.0 5787351 45734.0 5788063 45809.0 5788774 43540.0 5789485 46003.0 5790197 43755.0 5790908 45248.0 5791620 45283.0 5792331 46436.0 5793042 45330.0 5793754 45396.0 5794465 45386.0 5795176 44009.0 5795888 44952.0 5796599 46160.0 5797311 43821.0 5798022 44373.0 5798733 44726.0 5799445 43835.0 5800156 45111.0 5800867 44137.0 5801579 43585.0 5802290 45921.0 5803002 45090.0 5803713 44798.0 5804424 46000.0 5805136 43951.0 5805847 45454.0 5806559 44570.0 5807270 44006.0 5807981 44685.0 5808693 45799.0 5809404 44116.0 5810115 44929.0 5810827 44434.0 5811538 45574.0 5812250 45977.0 5812961 44852.0 5813672 45444.0 5814384 45423.0 5815095 45430.0 5815807 44871.0 5816518 43883.0 5817229 45586.0 5817941 46082.0 5818652 44227.0 5819363 45773.0 5820075 45884.0 5820786 45177.0 5821498 45231.0 5822209 45802.0 5822920 44922.0 5823632 45478.0 5824343 45100.0 5825054 45423.0 5825766 45135.0 5826477 45349.0 5827189 45931.0 5827900 44230.0 5828611 45661.0 5829323 44169.0 5830034 45461.0 5830746 45018.0 5831457 45412.0 5832168 45835.0 5832880 46002.0 5833591 44301.0 5834302 46816.0 5835014 45191.0 5835725 45109.0 5836437 45554.0 5837148 45817.0 5837859 45797.0 5838571 44904.0 5839282 44838.0 5839994 44200.0 5840705 46499.0 5841416 44633.0 5842128 45462.0 5842839 45742.0 5843550 45352.0 5844262 44679.0 5844973 44312.0 5845685 44526.0 5846396 44839.0 5847107 44839.0 5847819 44718.0 5848530 44091.0 5849241 44986.0 5849953 45469.0 5850664 45207.0 5851376 44963.0 5852087 45642.0 5852798 46269.0 5853510 44502.0 5854221 45866.0 5854933 46400.0 5855644 43200.0 5856355 44777.0 5857067 45622.0 5857778 44849.0 5858489 45005.0 5859201 45105.0 5859912 44998.0 5860624 46296.0 5861335 43885.0 5862046 44317.0 5862758 45401.0 5863469 44871.0 5864181 43770.0 5864892 44545.0 5865603 44645.0 5866315 43981.0 5867026 45661.0 5867737 45813.0 5868449 46212.0 5869160 43700.0 5869872 45575.0 5870583 45022.0 5871294 45834.0 5872006 44719.0 5872717 44024.0 5873428 45395.0 5874140 44336.0 5874851 44809.0 5875563 45511.0 5876274 44091.0 5876985 45348.0 5877697 45617.0 5878408 44948.0 5879120 44782.0 5879831 45928.0 5880542 45820.0 5881254 44793.0 5881965 44930.0 5882676 45541.0 5883388 45440.0 5884099 44500.0 5884811 44866.0 5885522 44830.0 5886233 45506.0 5886945 43682.0 5887656 45061.0 5888368 44214.0 5889079 43690.0 5889790 43808.0 5890502 44326.0 5891213 44165.0 5891924 45168.0 5892636 43382.0 5893347 44400.0 5894059 44577.0 5894770 46140.0 5895481 45860.0 5896193 44859.0 5896904 45500.0 5897615 43871.0 5898327 45909.0 5899038 44795.0 5899750 45768.0 5900461 45408.0 5901172 44519.0 5901884 43751.0 5902595 45802.0 5903307 45255.0 5904018 44826.0 5904729 43657.0 5905441 44398.0 5906152 45066.0 5906863 44214.0 5907575 43878.0 5908286 44300.0 5908998 45063.0 5909709 45552.0 5910420 45784.0 5911132 44111.0 5911843 44500.0 5912555 44238.0 5913266 44911.0 5913977 45220.0 5914689 45988.0 5915400 44891.0 5916111 44650.0 5916823 43933.0 5917534 45141.0 5918246 44923.0 5918957 44475.0 5919668 44585.0 5920380 44831.0 5921091 44914.0 5921802 44516.0 5922514 45281.0 5923225 45484.0 5923937 44074.0 5924648 43526.0 5925359 44531.0 5926071 45060.0 5926782 44182.0 5927494 43217.0 5928205 44004.0 5928916 43814.0 5929628 44106.0 5930339 44878.0 5931050 44042.0 5931762 44055.0 5932473 43694.0 5933185 45072.0 5933896 44874.0 5934607 46490.0 5935319 44322.0 5936030 44744.0 5936742 44943.0 5937453 44964.0 5938164 44929.0 5938876 44681.0 5939587 45164.0 5940298 45103.0 5941010 45537.0 5941721 45769.0 5942433 45045.0 5943144 44030.0 5943855 45454.0 5944567 44542.0 5945278 44725.0 5945989 45213.0 5946701 45636.0 5947412 45078.0 5948124 45297.0 5948835 44594.0 5949546 44851.0 5950258 44494.0 5950969 45219.0 5951681 45898.0 5952392 45303.0 5953103 45075.0 5953815 44588.0 5954526 45263.0 5955237 45146.0 5955949 45674.0 5956660 45409.0 5957372 45980.0 5958083 45615.0 5958794 45097.0 5959506 45426.0 5960217 45127.0 5960928 45376.0 5961640 44830.0 5962351 43663.0 5963063 44658.0 5963774 44950.0 5964485 46004.0 5965197 46208.0 5965908 46125.0 5966620 44765.0 5967331 44813.0 5968042 45104.0 5968754 44468.0 5969465 45093.0 5970176 44967.0 5970888 45151.0 5971599 43755.0 5972311 44614.0 5973022 46021.0 5973733 44769.0 5974445 44458.0 5975156 44731.0 5975868 45956.0 5976579 45578.0 5977290 44985.0 5978002 43968.0 5978713 43689.0 5979424 45991.0 5980136 44306.0 5980847 45661.0 5981559 45132.0 5982270 44137.0 5982981 45513.0 5983693 45635.0 5984404 44937.0 5985115 44927.0 5985827 44432.0 5986538 43985.0 5987250 45102.0 5987961 45266.0 5988672 44853.0 5989384 44379.0 5990095 45653.0 5990807 44965.0 5991518 44451.0 5992229 44634.0 5992941 44218.0 5993652 43752.0 5994363 44391.0 5995075 43950.0 5995786 44231.0 5996498 45506.0 5997209 44685.0 5997920 45438.0 5998632 43609.0 5999343 43658.0 6000055 43606.0 6000766 44174.0 6001477 44915.0 6002189 43919.0 6002900 44114.0 6003611 44858.0 6004323 44591.0 6005034 45116.0 6005746 44912.0 6006457 45572.0 6007168 44346.0 6007880 43658.0 6008591 43739.0 6009302 44366.0 6010014 44360.0 6010725 44835.0 6011437 44335.0 6012148 44503.0 6012859 44922.0 6013571 44900.0 6014282 44792.0 6014994 44382.0 6015705 44405.0 6016416 44753.0 6017128 46741.0 6017839 45955.0 6018550 45109.0 6019262 44738.0 6019973 44359.0 6020685 45463.0 6021396 44477.0 6022107 44473.0 6022819 44118.0 6023530 44709.0 6024242 43315.0 6024953 44704.0 6025664 44644.0 6026376 45698.0 6027087 45021.0 6027798 45228.0 6028510 43723.0 6029221 43686.0 6029933 44289.0 6030644 44991.0 6031355 44835.0 6032067 43392.0 6032778 44810.0 6033489 45408.0 6034201 44497.0 6034912 45544.0 6035624 44968.0 6036335 43936.0 6037046 44113.0 6037758 44893.0 6038469 45135.0 6039181 45741.0 6039892 44852.0 6040603 44774.0 6041315 45873.0 6042026 45309.0 6042737 45274.0 6043449 45824.0 6044160 44330.0 6044872 45372.0 6045583 45176.0 6046294 44525.0 6047006 43392.0 6047717 45202.0 6048429 45769.0 6049140 45118.0 6049851 44954.0 6050563 44178.0 6051274 44871.0 6051985 44685.0 6052697 43878.0 6053408 44822.0 6054120 45483.0 6054831 45147.0 6055542 45572.0 6056254 43363.0 6056965 44242.0 6057676 43843.0 6058388 44623.0 6059099 45865.0 6059811 44913.0 6060522 44777.0 6061233 44291.0 6061945 45737.0 6062656 45259.0 6063368 44759.0 6064079 45097.0 6064790 45432.0 6065502 44937.0 6066213 44323.0 6066924 43355.0 6067636 44092.0 6068347 44853.0 6069059 45476.0 6069770 45444.0 6070481 44610.0 6071193 45044.0 6071904 44045.0 6072616 44808.0 6073327 45069.0 6074038 44515.0 6074750 43802.0 6075461 45580.0 6076172 44115.0 6076884 44307.0 6077595 43806.0 6078307 43733.0 6079018 45186.0 6079729 46267.0 6080441 43615.0 6081152 44438.0 6081863 45153.0 6082575 45389.0 6083286 44267.0 6083998 43707.0 6084709 45355.0 6085420 45454.0 6086132 45589.0 6086843 43894.0 6087555 45166.0 6088266 44320.0 6088977 45812.0 6089689 44219.0 6090400 45975.0 6091111 45379.0 6091823 44685.0 6092534 44036.0 6093246 44381.0 6093957 44293.0 6094668 45040.0 6095380 45777.0 6096091 44859.0 6096803 46272.0 6097514 45307.0 6098225 44966.0 6098937 45066.0 6099648 45132.0 6100359 44569.0 6101071 44794.0 6101782 45684.0 6102494 46155.0 6103205 45390.0 6103916 45463.0 6104628 45326.0 6105339 45985.0 6106050 45844.0 6106762 45240.0 6107473 44463.0 6108185 44699.0 6108896 45668.0 6109607 44858.0 6110319 45696.0 6111030 44390.0 6111742 44128.0 6112453 45269.0 6113164 44311.0 6113876 44013.0 6114587 43957.0 6115298 44780.0 6116010 45195.0 6116721 43933.0 6117433 46485.0 6118144 44378.0 6118855 44301.0 6119567 43718.0 6120278 44258.0 6120990 43928.0 6121701 45254.0 6122412 43954.0 6123124 45089.0 6123835 44891.0 6124546 44864.0 6125258 44140.0 6125969 44314.0 6126681 43439.0 6127392 44534.0 6128103 45404.0 6128815 44414.0 6129526 43911.0 6130237 43602.0 6130949 43424.0 6131660 43536.0 6132372 44726.0 6133083 44906.0 6133794 44185.0 6134506 44536.0 6135217 43696.0 6135929 42931.0 6136640 44489.0 6137351 44046.0 6138063 43484.0 6138774 43791.0 6139485 44297.0swtchart-REL-0.14.0/org.eclipse.swtchart.extensions.test/testData/files/import/ScatterSeries1000066400000000000000000000024671436443153700322730ustar00rootroot00000000000000AP1432 366.93641253390547 -13.26894533515153 AP1454 -445.81774198627323 123.59721498302889 AP1430 296.1867651980689 -11.793637693336011 AP1452 121.37119156342857 20.428240391119253 AP1414 418.2384503963244 -33.07001536933967 AP1436 385.38481203708176 -124.64742552876075 AP1458 -423.70339810239665 166.98919564381296 AP1412 498.1425266253802 -35.75752695096075 AP1434 307.2516546086648 -4.691461078149325 AP1456 -446.71621040707316 143.44577863491526 AP1418 680.1369670411 15.041496560200091 AP1416 304.8639755144211 9.973879778107108 AP1438 342.2348864078569 -97.30856233225089 AP1450 -375.09064358391544 182.6457261066699 AP1470 -424.14682759100475 275.0526524872847 AP1420 211.19876533634906 58.11975465123103 AP1442 -530.6226097271456 -656.9075230733088 AP1464 -471.74801735301446 255.1599515310114 AP1440 272.0959880680122 -140.30006326049687 AP1462 -518.2364418027379 355.07718569350743 AP1424 396.729504281565 31.53151868747019 AP1446 -441.54302015698994 -381.0846685767139 AP1468 -381.1863539272755 195.25563692860078 AP1422 464.96864024654195 62.443129697726846 AP1444 -570.2160862223973 -886.6171880498163 AP1466 -414.85163627040555 263.0269036366778 AP1428 328.54764410615627 25.523370959345048 AP1426 417.3947033524427 16.9766230893209 AP1448 59.58503652724752 -8.839915256973084 AP1460 -427.3889367138947 193.9986730452337swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/000077500000000000000000000000001436443153700223335ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/.classpath000066400000000000000000000005601436443153700243170ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/.gitignore000066400000000000000000000000151436443153700243170ustar00rootroot00000000000000/bin /target swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/.project000066400000000000000000000012301436443153700237760ustar00rootroot00000000000000 org.eclipse.swtchart.extensions org.eclipse.jdt.core.javabuilder org.eclipse.pde.ManifestBuilder org.eclipse.pde.SchemaBuilder org.eclipse.pde.PluginNature org.eclipse.jdt.core.javanature swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/.settings/000077500000000000000000000000001436443153700242515ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/.settings/org.eclipse.core.resources.prefs000066400000000000000000000000661436443153700324660ustar00rootroot00000000000000eclipse.preferences.version=1 encoding/=utf8 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/.settings/org.eclipse.jdt.core.prefs000066400000000000000000000621771436443153700312500ustar00rootroot00000000000000eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error org.eclipse.jdt.core.compiler.source=11 org.eclipse.jdt.core.formatter.align_fields_grouping_blank_lines=2147483647 org.eclipse.jdt.core.formatter.align_type_members_on_columns=false org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_enum_constant=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_explicit_constructor_call=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_arguments_in_qualified_allocation_expression=0 org.eclipse.jdt.core.formatter.alignment_for_assignment=0 org.eclipse.jdt.core.formatter.alignment_for_binary_expression=0 org.eclipse.jdt.core.formatter.alignment_for_compact_if=0 org.eclipse.jdt.core.formatter.alignment_for_conditional_expression=0 org.eclipse.jdt.core.formatter.alignment_for_enum_constants=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_array_initializer=0 org.eclipse.jdt.core.formatter.alignment_for_expressions_in_for_loop_header=0 org.eclipse.jdt.core.formatter.alignment_for_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_multiple_fields=16 org.eclipse.jdt.core.formatter.alignment_for_parameterized_type_references=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_parameters_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_resources_in_try=80 org.eclipse.jdt.core.formatter.alignment_for_selector_in_method_invocation=0 org.eclipse.jdt.core.formatter.alignment_for_superclass_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_enum_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_superinterfaces_in_type_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_constructor_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_throws_clause_in_method_declaration=0 org.eclipse.jdt.core.formatter.alignment_for_type_arguments=0 org.eclipse.jdt.core.formatter.alignment_for_type_parameters=0 org.eclipse.jdt.core.formatter.alignment_for_union_type_in_multicatch=16 org.eclipse.jdt.core.formatter.blank_lines_after_imports=1 org.eclipse.jdt.core.formatter.blank_lines_after_package=1 org.eclipse.jdt.core.formatter.blank_lines_before_field=0 org.eclipse.jdt.core.formatter.blank_lines_before_first_class_body_declaration=1 org.eclipse.jdt.core.formatter.blank_lines_before_imports=1 org.eclipse.jdt.core.formatter.blank_lines_before_member_type=1 org.eclipse.jdt.core.formatter.blank_lines_before_method=1 org.eclipse.jdt.core.formatter.blank_lines_before_new_chunk=1 org.eclipse.jdt.core.formatter.blank_lines_before_package=0 org.eclipse.jdt.core.formatter.blank_lines_between_import_groups=1 org.eclipse.jdt.core.formatter.blank_lines_between_type_declarations=1 org.eclipse.jdt.core.formatter.brace_position_for_annotation_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_anonymous_type_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_array_initializer=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_block_in_case=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_constructor_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_constant=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_enum_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_lambda_body=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_method_declaration=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_switch=end_of_line org.eclipse.jdt.core.formatter.brace_position_for_type_declaration=end_of_line org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_block_comment=true org.eclipse.jdt.core.formatter.comment.clear_blank_lines_in_javadoc_comment=false org.eclipse.jdt.core.formatter.comment.format_block_comments=true org.eclipse.jdt.core.formatter.comment.format_header=true org.eclipse.jdt.core.formatter.comment.format_html=true org.eclipse.jdt.core.formatter.comment.format_javadoc_comments=true org.eclipse.jdt.core.formatter.comment.format_line_comments=true org.eclipse.jdt.core.formatter.comment.format_source_code=false org.eclipse.jdt.core.formatter.comment.indent_parameter_description=true org.eclipse.jdt.core.formatter.comment.indent_root_tags=true org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags=insert org.eclipse.jdt.core.formatter.comment.insert_new_line_for_parameter=insert org.eclipse.jdt.core.formatter.comment.line_length=500 org.eclipse.jdt.core.formatter.comment.new_lines_at_block_boundaries=true org.eclipse.jdt.core.formatter.comment.new_lines_at_javadoc_boundaries=true org.eclipse.jdt.core.formatter.comment.preserve_white_space_between_code_and_line_comments=false org.eclipse.jdt.core.formatter.compact_else_if=true org.eclipse.jdt.core.formatter.continuation_indentation=2 org.eclipse.jdt.core.formatter.continuation_indentation_for_array_initializer=2 org.eclipse.jdt.core.formatter.disabling_tag=@formatter\:off org.eclipse.jdt.core.formatter.enabling_tag=@formatter\:on org.eclipse.jdt.core.formatter.format_guardian_clause_on_one_line=false org.eclipse.jdt.core.formatter.format_line_comment_starting_on_first_column=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_constant_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_enum_declaration_header=true org.eclipse.jdt.core.formatter.indent_body_declarations_compare_to_type_header=true org.eclipse.jdt.core.formatter.indent_breaks_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_empty_lines=false org.eclipse.jdt.core.formatter.indent_statements_compare_to_block=true org.eclipse.jdt.core.formatter.indent_statements_compare_to_body=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_cases=true org.eclipse.jdt.core.formatter.indent_switchstatements_compare_to_switch=true org.eclipse.jdt.core.formatter.indentation.size=4 org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_field=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_local_variable=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_method=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_package=insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_parameter=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_annotation_on_type=insert org.eclipse.jdt.core.formatter.insert_new_line_after_label=insert org.eclipse.jdt.core.formatter.insert_new_line_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_after_type_annotation=do not insert org.eclipse.jdt.core.formatter.insert_new_line_at_end_of_file_if_missing=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_catch_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_else_in_if_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_finally_in_try_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_before_while_in_do_statement=do not insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_annotation_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_block=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_constant=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_method_body=insert org.eclipse.jdt.core.formatter.insert_new_line_in_empty_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_after_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_after_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_at_in_annotation_type_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_angle_bracket_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_after_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_case=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_colon_in_labeled_statement=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_allocation_expression=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_array_initializer=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_constructor_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_enum_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_explicitconstructorcall_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_increments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_for_inits=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_declaration_throws=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_method_invocation_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_field_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_multiple_local_declarations=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_parameterized_type_reference=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_superinterfaces=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_arguments=insert org.eclipse.jdt.core.formatter.insert_space_after_comma_in_type_parameters=insert org.eclipse.jdt.core.formatter.insert_space_after_ellipsis=insert org.eclipse.jdt.core.formatter.insert_space_after_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_after_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_after_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_after_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_after_semicolon_in_try_resources=insert org.eclipse.jdt.core.formatter.insert_space_after_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_and_in_type_parameter=insert org.eclipse.jdt.core.formatter.insert_space_before_assignment_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_at_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_binary_operator=insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_cast=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_try=do not insert org.eclipse.jdt.core.formatter.insert_space_before_closing_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_assert=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_case=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_default=do not insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_for=insert org.eclipse.jdt.core.formatter.insert_space_before_colon_in_labeled_statement=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_constructor_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_constant_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_enum_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_explicitconstructorcall_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_increments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_for_inits=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_declaration_throws=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_method_invocation_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_field_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_multiple_local_declarations=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_superinterfaces=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_comma_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_ellipsis=do not insert org.eclipse.jdt.core.formatter.insert_space_before_lambda_arrow=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_parameterized_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_arguments=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_angle_bracket_in_type_parameters=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_annotation_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_anonymous_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_block=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_constructor_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_constant=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_enum_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_method_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_switch=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_brace_in_type_declaration=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_bracket_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_catch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_if=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_parenthesized_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_switch=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_synchronized=do not insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_try=insert org.eclipse.jdt.core.formatter.insert_space_before_opening_paren_in_while=do not insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_return=insert org.eclipse.jdt.core.formatter.insert_space_before_parenthesized_expression_in_throw=do not insert org.eclipse.jdt.core.formatter.insert_space_before_postfix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_prefix_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_conditional=insert org.eclipse.jdt.core.formatter.insert_space_before_question_in_wildcard=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_for=do not insert org.eclipse.jdt.core.formatter.insert_space_before_semicolon_in_try_resources=do not insert org.eclipse.jdt.core.formatter.insert_space_before_unary_operator=do not insert org.eclipse.jdt.core.formatter.insert_space_between_brackets_in_array_type_reference=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_braces_in_array_initializer=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_brackets_in_array_allocation_expression=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_annotation_type_member_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_constructor_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_enum_constant=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_declaration=do not insert org.eclipse.jdt.core.formatter.insert_space_between_empty_parens_in_method_invocation=do not insert org.eclipse.jdt.core.formatter.join_lines_in_comments=false org.eclipse.jdt.core.formatter.join_wrapped_lines=true org.eclipse.jdt.core.formatter.keep_else_statement_on_same_line=false org.eclipse.jdt.core.formatter.keep_empty_array_initializer_on_one_line=false org.eclipse.jdt.core.formatter.keep_imple_if_on_one_line=false org.eclipse.jdt.core.formatter.keep_then_statement_on_same_line=false org.eclipse.jdt.core.formatter.lineSplit=80 org.eclipse.jdt.core.formatter.never_indent_block_comments_on_first_column=false org.eclipse.jdt.core.formatter.never_indent_line_comments_on_first_column=false org.eclipse.jdt.core.formatter.number_of_blank_lines_at_beginning_of_method_body=1 org.eclipse.jdt.core.formatter.number_of_empty_lines_to_preserve=0 org.eclipse.jdt.core.formatter.parentheses_positions_in_annotation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_catch_clause=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_enum_constant_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_for_statment=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_if_while_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_lambda_declaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_delcaration=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_method_invocation=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_switch_statement=common_lines org.eclipse.jdt.core.formatter.parentheses_positions_in_try_clause=common_lines org.eclipse.jdt.core.formatter.put_empty_statement_on_new_line=true org.eclipse.jdt.core.formatter.tabulation.char=tab org.eclipse.jdt.core.formatter.tabulation.size=4 org.eclipse.jdt.core.formatter.use_on_off_tags=true org.eclipse.jdt.core.formatter.use_tabs_only_for_leading_indentations=false org.eclipse.jdt.core.formatter.wrap_before_assignment_operator=false org.eclipse.jdt.core.formatter.wrap_before_binary_operator=true org.eclipse.jdt.core.formatter.wrap_before_conditional_operator=true org.eclipse.jdt.core.formatter.wrap_before_or_operator_multicatch=true org.eclipse.jdt.core.formatter.wrap_outer_expressions_when_nested=true org.eclipse.jdt.core.javaFormatter=org.eclipse.jdt.core.defaultJavaFormatter swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/.settings/org.eclipse.jdt.ui.prefs000066400000000000000000000133741436443153700307300ustar00rootroot00000000000000cleanup.add_default_serial_version_id=false cleanup.add_generated_serial_version_id=true cleanup.add_missing_annotations=true cleanup.add_missing_deprecated_annotations=true cleanup.add_missing_methods=true cleanup.add_missing_nls_tags=false cleanup.add_missing_override_annotations=true cleanup.add_missing_override_annotations_interface_methods=true cleanup.add_serial_version_id=true cleanup.always_use_blocks=true cleanup.always_use_parentheses_in_expressions=false cleanup.always_use_this_for_non_static_field_access=false cleanup.always_use_this_for_non_static_method_access=false cleanup.convert_functional_interfaces=false cleanup.convert_to_enhanced_for_loop=false cleanup.correct_indentation=false cleanup.format_source_code=true cleanup.format_source_code_changes_only=false cleanup.insert_inferred_type_arguments=false cleanup.make_local_variable_final=true cleanup.make_parameters_final=false cleanup.make_private_fields_final=true cleanup.make_type_abstract_if_missing_method=false cleanup.make_variable_declarations_final=false cleanup.never_use_blocks=false cleanup.never_use_parentheses_in_expressions=true cleanup.organize_imports=true cleanup.qualify_static_field_accesses_with_declaring_class=false cleanup.qualify_static_member_accesses_through_instances_with_declaring_class=true cleanup.qualify_static_member_accesses_through_subtypes_with_declaring_class=true cleanup.qualify_static_member_accesses_with_declaring_class=true cleanup.qualify_static_method_accesses_with_declaring_class=false cleanup.remove_private_constructors=true cleanup.remove_redundant_type_arguments=false cleanup.remove_trailing_whitespaces=true cleanup.remove_trailing_whitespaces_all=true cleanup.remove_trailing_whitespaces_ignore_empty=false cleanup.remove_unnecessary_casts=true cleanup.remove_unnecessary_nls_tags=true cleanup.remove_unused_imports=true cleanup.remove_unused_local_variables=true cleanup.remove_unused_private_fields=true cleanup.remove_unused_private_members=true cleanup.remove_unused_private_methods=true cleanup.remove_unused_private_types=true cleanup.sort_members=true cleanup.sort_members_all=true cleanup.use_anonymous_class_creation=false cleanup.use_blocks=true cleanup.use_blocks_only_for_return_and_throw=false cleanup.use_lambda=true cleanup.use_parentheses_in_expressions=false cleanup.use_this_for_non_static_field_access=false cleanup.use_this_for_non_static_field_access_only_if_necessary=true cleanup.use_this_for_non_static_method_access=false cleanup.use_this_for_non_static_method_access_only_if_necessary=true cleanup_profile=_ChemClipse cleanup_settings_version=2 eclipse.preferences.version=1 formatter_profile=_ChemClipse formatter_settings_version=12 org.eclipse.jdt.ui.ignorelowercasenames=true org.eclipse.jdt.ui.importorder=java;javax;org;com;net; org.eclipse.jdt.ui.javadoc=false org.eclipse.jdt.ui.ondemandthreshold=99 org.eclipse.jdt.ui.staticondemandthreshold=99 org.eclipse.jdt.ui.text.custom_code_templates= swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/META-INF/000077500000000000000000000000001436443153700234735ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/META-INF/MANIFEST.MF000066400000000000000000000024311436443153700251250ustar00rootroot00000000000000Manifest-Version: 1.0 Automatic-Module-Name: org.eclipse.swtchart.extensions Bundle-ManifestVersion: 2 Bundle-Name: SWTChart and extensions Bundle-SymbolicName: org.eclipse.swtchart.extensions;singleton:=true Bundle-Version: 0.14.0.qualifier Bundle-Activator: org.eclipse.swtchart.extensions.Activator Bundle-Vendor: Eclipse SWTChart Require-Bundle: org.eclipse.jface, org.eclipse.core.runtime, org.eclipse.swt, org.eclipse.swtchart;bundle-version="0.14.0", org.eclipse.core.databinding;bundle-version="1.6.200" Bundle-RequiredExecutionEnvironment: JavaSE-11 Bundle-ActivationPolicy: lazy Export-Package: org.eclipse.swtchart.extensions.axisconverter, org.eclipse.swtchart.extensions.barcharts, org.eclipse.swtchart.extensions.charts, org.eclipse.swtchart.extensions.clipboard, org.eclipse.swtchart.extensions.core, org.eclipse.swtchart.extensions.dialogs, org.eclipse.swtchart.extensions.events, org.eclipse.swtchart.extensions.exceptions, org.eclipse.swtchart.extensions.linecharts, org.eclipse.swtchart.extensions.marker, org.eclipse.swtchart.extensions.menu, org.eclipse.swtchart.extensions.menu.toggle, org.eclipse.swtchart.extensions.piecharts, org.eclipse.swtchart.extensions.preferences, org.eclipse.swtchart.extensions.properties, org.eclipse.swtchart.extensions.scattercharts swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/build.properties000066400000000000000000000002011436443153700255410ustar00rootroot00000000000000source.. = src/ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ schema/ swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/plugin.xml000066400000000000000000000007321436443153700243550ustar00rootroot00000000000000 swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/pom.xml000066400000000000000000000006741436443153700236570ustar00rootroot00000000000000 4.0.0 org.eclipse.swtchart org.eclipse.swtchart.build 0.14.0 ../org.eclipse.swtchart.cbi/pom.xml org.eclipse.swtchart.extensions eclipse-plugin 0.14.0-SNAPSHOT swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/schema/000077500000000000000000000000001436443153700235735ustar00rootroot00000000000000org.eclipse.swtchart.extensions.menuitems.exsd000066400000000000000000000056131436443153700346610ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/schema This extension point enables to add menu items to all existing SWTChart extension menus. Add your specific menu item implementations here. 0.7 /******************************************************************************* * Copyright (c) 2017, 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/000077500000000000000000000000001436443153700231225ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/000077500000000000000000000000001436443153700237115ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/000077500000000000000000000000001436443153700253355ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/000077500000000000000000000000001436443153700271745ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/000077500000000000000000000000001436443153700313735ustar00rootroot00000000000000Activator.java000066400000000000000000000032141436443153700341130ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Christoph Läubrich - lazy init of ImageRegistry *******************************************************************************/ package org.eclipse.swtchart.extensions; import org.eclipse.swtchart.extensions.core.ResourceSupport; import org.eclipse.swtchart.extensions.internal.mappings.MappingsIO; import org.osgi.framework.Bundle; import org.osgi.framework.BundleActivator; import org.osgi.framework.BundleContext; /** * The activator class controls the plug-in life cycle */ public class Activator implements BundleActivator { private static Activator plugin; private Bundle bundle; /** * The constructor */ public Activator() { } @Override public void start(BundleContext context) throws Exception { plugin = this; this.bundle = context.getBundle(); MappingsIO.restoreSettings(); } @Override public void stop(BundleContext context) throws Exception { ResourceSupport.savePreferenceStore(); plugin = null; } /** * Returns the bundle associated with this plug-in. * * @return the associated bundle */ public final Bundle getBundle() { return bundle; } /** * Returns the shared instance * * @return the shared instance */ public static Activator getDefault() { return plugin; } }PathResolver.java000066400000000000000000000025671436443153700346070ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions; import java.io.IOException; import java.net.URL; import org.eclipse.core.runtime.FileLocator; import org.eclipse.core.runtime.IPath; import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Platform; import org.osgi.framework.Bundle; public class PathResolver { /** * Returns a absolute path of the specified Folder. For example * TESTDATA_IMPORT_EMPTY as an absolute Path: * $PluginPath$/testdata/files/... * * @param string * @return String absolutePath */ public static String getAbsolutePath(String string) { Bundle bundle = Platform.getBundle(Activator.getDefault().getBundle().getSymbolicName()); IPath path = new Path(string); URL url = FileLocator.find(bundle, path, null); try { return FileLocator.resolve(url).getPath(); } catch(IOException e) { e.printStackTrace(); } return null; } } axisconverter/000077500000000000000000000000001436443153700342105ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensionsByteToKibibyteConverter.java000066400000000000000000000020611436443153700416330ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import org.eclipse.swtchart.extensions.core.AbstractAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; public class ByteToKibibyteConverter extends AbstractAxisScaleConverter implements IAxisScaleConverter { private static final double FACTOR = 1024.0d; // 2^10 @Override public double convertToSecondaryUnit(double primaryValue) { return primaryValue / FACTOR; } @Override public double convertToPrimaryUnit(double secondaryValue) { return secondaryValue * FACTOR; } } Messages.java000066400000000000000000000023031436443153700366200ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2020 SWT Chart Project * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Frank Buloup - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import java.util.MissingResourceException; import java.util.ResourceBundle; public final class Messages { private static final String BUNDLE_NAME = "org.eclipse.swtchart.extensions.axisconverter.messages"; //$NON-NLS-1$ private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME); public static final String SCAN_MUST_BE_GE_0_KEY = "SCAN_MUST_BE_GE_0"; public static final String SCAN_MUST_BE_G_0_KEY = "SCAN_MUST_BE_G_0"; private Messages() { } public static String getString(String key) { try { return RESOURCE_BUNDLE.getString(key); } catch(MissingResourceException e) { return '!' + key + '!'; } } } MillisecondsToMinuteConverter.java000066400000000000000000000021631436443153700430570ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import org.eclipse.swtchart.extensions.core.AbstractAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; public class MillisecondsToMinuteConverter extends AbstractAxisScaleConverter implements IAxisScaleConverter { private static final double MINUTE_CORRELATION_FACTOR = 60000.0d; @Override public double convertToSecondaryUnit(double primaryValue) { return primaryValue / MINUTE_CORRELATION_FACTOR; } @Override public double convertToPrimaryUnit(double secondaryValue) { return secondaryValue * MINUTE_CORRELATION_FACTOR; } } MillisecondsToScanNumberConverter.java000066400000000000000000000035731436443153700436610ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import org.eclipse.swtchart.extensions.core.AbstractAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; public class MillisecondsToScanNumberConverter extends AbstractAxisScaleConverter implements IAxisScaleConverter { private int scanDelay; private int scanInterval; /** * Set the parameters to convert to the data. * * @param scanDelay * @param scanInterval */ public MillisecondsToScanNumberConverter(int scanDelay, int scanInterval) throws Exception { /* * Validations. */ if(scanDelay < 0) { throw new Exception(Messages.getString(Messages.SCAN_MUST_BE_GE_0_KEY)); } // if(scanInterval <= 0) { throw new Exception(Messages.getString(Messages.SCAN_MUST_BE_G_0_KEY)); } // this.scanDelay = scanDelay; this.scanInterval = scanInterval; } @Override public double convertToSecondaryUnit(double primaryValue) { /* * Milliseconds -> Scan Number */ if(primaryValue < scanDelay) { return 0; } else { return (int)((primaryValue - scanDelay) / scanInterval) + 1; } } @Override public double convertToPrimaryUnit(double secondaryValue) { /* * Scan Number -> Milliseconds */ if(secondaryValue < 1.0d) { return 0; } else { return scanDelay + (int)(secondaryValue - 1) * scanInterval; } } } MillisecondsToSecondsConverter.java000066400000000000000000000021631436443153700432140ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2018, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import org.eclipse.swtchart.extensions.core.AbstractAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; public class MillisecondsToSecondsConverter extends AbstractAxisScaleConverter implements IAxisScaleConverter { private static final double SECOND_CORRELATION_FACTOR = 1000.0d; @Override public double convertToSecondaryUnit(double primaryValue) { return primaryValue / SECOND_CORRELATION_FACTOR; } @Override public double convertToPrimaryUnit(double secondaryValue) { return secondaryValue * SECOND_CORRELATION_FACTOR; } } PassThroughConverter.java000066400000000000000000000017561436443153700412230ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import org.eclipse.swtchart.extensions.core.AbstractAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; public class PassThroughConverter extends AbstractAxisScaleConverter implements IAxisScaleConverter { @Override public double convertToSecondaryUnit(double primaryValue) { return primaryValue; } @Override public double convertToPrimaryUnit(double secondaryValue) { return secondaryValue; } } PercentageConverter.java000066400000000000000000000046661436443153700410340ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/axisconverter/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.axisconverter; import org.eclipse.swt.SWT; import org.eclipse.swtchart.extensions.core.AbstractAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IAxisScaleConverter; import org.eclipse.swtchart.extensions.core.IChartDataCoordinates; public class PercentageConverter extends AbstractAxisScaleConverter implements IAxisScaleConverter { private static final double REFERENCE = 100.0d; // private int orientation; private boolean isZeroBased; /** * Select the orientation: * X-Axis: SWT.HORIZONTAL * Y-AXis: SWT.VERTICAL */ public PercentageConverter(int orientation, boolean isZeroBased) { this.orientation = orientation; this.isZeroBased = isZeroBased; } @Override public double convertToSecondaryUnit(double primaryValue) { IChartDataCoordinates chartDataCoordinates = getChartDataCoordinates(); double convertedValue = 0; if(chartDataCoordinates != null) { /* * Calculation */ double deltaRange = calculateDeltaRange(chartDataCoordinates); if(deltaRange != 0) { convertedValue = (REFERENCE / deltaRange) * primaryValue; } } return convertedValue; } @Override public double convertToPrimaryUnit(double secondaryValue) { IChartDataCoordinates chartDataCoordinates = getChartDataCoordinates(); double convertedValue = 0; if(chartDataCoordinates != null) { /* * Calculation */ double deltaRange = calculateDeltaRange(chartDataCoordinates); convertedValue = deltaRange * (secondaryValue / REFERENCE); } return convertedValue; } private double calculateDeltaRange(IChartDataCoordinates chartDataCoordinates) { double min; double max; // if(orientation == SWT.VERTICAL) { min = (isZeroBased) ? 0.0d : chartDataCoordinates.getMinY(); max = chartDataCoordinates.getMaxY(); } else { min = (isZeroBased) ? 0.0d : chartDataCoordinates.getMinX(); max = chartDataCoordinates.getMaxX(); } /// return max - min; } } messages.properties000066400000000000000000000001431436443153700401330ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/axisconverterSCAN_MUST_BE_G_0 = The scan interval must be > 0. SCAN_MUST_BE_GE_0 = The scan delay must be >= 0. messages_de.properties000066400000000000000000000001561436443153700406070ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/axisconverterSCAN_MUST_BE_G_0 = Der Scan-Intervall muss > 0 sein. SCAN_MUST_BE_GE_0 = Die Scan-Verzgerung muss >= 0 sein. messages_fr.properties000066400000000000000000000001651436443153700406260ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/axisconverterSCAN_MUST_BE_G_0 = L'intervalle de balayage doit tre > 0. SCAN_MUST_BE_GE_0 = Le dlais de balayage doit tre >= 0. swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/barcharts/000077500000000000000000000000001436443153700333445ustar00rootroot00000000000000BarChart.java000066400000000000000000000055361436443153700356270ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/barcharts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.barcharts; import java.util.List; import org.eclipse.swt.widgets.Composite; import org.eclipse.swtchart.IBarSeries; import org.eclipse.swtchart.IBarSeries.BarWidthStyle; import org.eclipse.swtchart.extensions.core.BaseChart; import org.eclipse.swtchart.extensions.core.ISeriesData; import org.eclipse.swtchart.extensions.core.ScrollableChart; import org.eclipse.swtchart.extensions.exceptions.SeriesException; public class BarChart extends ScrollableChart { private static final int LENGTH_HINT_DATA_POINTS = 5000; public BarChart() { super(); } public BarChart(Composite parent, int style) { super(parent, style); } public void addSeriesData(List barSeriesDataList) { addSeriesData(barSeriesDataList, Integer.MAX_VALUE); } /** * BarWidthStyle.STRETCHED will be used automatically instead of BarWidthStyle.FIXED * if the series data is too large. This leads to a better performance. * * @param barSeriesDataList */ public void addSeriesData(List barSeriesDataList, int compressToLength) { /* * Suspend the update when adding new data to improve the performance. */ if(barSeriesDataList != null && barSeriesDataList.size() > 0) { BaseChart baseChart = getBaseChart(); baseChart.suspendUpdate(true); for(IBarSeriesData barSeriesData : barSeriesDataList) { /* * Get the series data and apply the settings. */ try { ISeriesData seriesData = barSeriesData.getSeriesData(); ISeriesData optimizedSeriesData = calculateSeries(seriesData, compressToLength); IBarSeriesSettings barSeriesSettings = barSeriesData.getSettings(); barSeriesSettings.getSeriesSettingsHighlight(); // Initialize IBarSeries barSeries = (IBarSeries)createSeries(optimizedSeriesData, barSeriesSettings); baseChart.applySeriesSettings(barSeries, barSeriesSettings); /* * Automatically use stretched if it is a large data set. */ if(isLargeDataSet(optimizedSeriesData.getXSeries(), optimizedSeriesData.getYSeries(), LENGTH_HINT_DATA_POINTS)) { barSeries.setBarWidthStyle(BarWidthStyle.STRETCHED); } else { barSeries.setBarWidthStyle(barSeriesSettings.getBarWidthStyle()); } } catch(SeriesException e) { // } } baseChart.suspendUpdate(false); adjustRange(true); baseChart.redraw(); } } } BarSeriesData.java000066400000000000000000000021751436443153700366060ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/barcharts/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.barcharts; import org.eclipse.swtchart.extensions.core.AbstractChartSeriesData; import org.eclipse.swtchart.extensions.core.ISeriesData; public class BarSeriesData extends AbstractChartSeriesData implements IBarSeriesData { private IBarSeriesSettings barSeriesSettings; public BarSeriesData(ISeriesData seriesData) { super(seriesData); this.barSeriesSettings = new BarSeriesSettings(); /* * Set the default description. */ this.barSeriesSettings.setDescription(seriesData.getId()); } @Override public IBarSeriesSettings getBarSeriesSettings() { return barSeriesSettings; } } BarSeriesSettings.java000066400000000000000000000072621436443153700375370ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/barcharts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.barcharts; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.IBarSeries.BarWidthStyle; import org.eclipse.swtchart.extensions.core.AbstractSeriesSettings; import org.eclipse.swtchart.extensions.core.ISeriesSettings; public class BarSeriesSettings extends AbstractSeriesSettings implements IBarSeriesSettings { private Color barColor = Display.getDefault().getSystemColor(SWT.COLOR_RED); private int barPadding = 20; private int barWidth = 1; private BarWidthStyle barWidthStyle = BarWidthStyle.FIXED; private boolean barOverlay = false; private boolean enableStack = false; private IBarSeriesSettings seriesSettingsHighlight = null; @Override public Color getBarColor() { return barColor; } @Override public void setBarColor(Color barColor) { this.barColor = barColor; } @Override public int getBarPadding() { return barPadding; } @Override public void setBarPadding(int barPadding) { this.barPadding = barPadding; } @Override public int getBarWidth() { return barWidth; } @Override public void setBarWidth(int barWidth) { this.barWidth = barWidth; } @Override public BarWidthStyle getBarWidthStyle() { return barWidthStyle; } @Override public void setBarWidthStyle(BarWidthStyle barWidthStyle) { this.barWidthStyle = barWidthStyle; } @Override public boolean isBarOverlay() { return barOverlay; } @Override public void setBarOverlay(boolean barOverlay) { this.barOverlay = barOverlay; } @Override public boolean isEnableStack() { return enableStack; } @Override public void setEnableStack(boolean enableStack) { this.enableStack = enableStack; } @Override public ISeriesSettings getSeriesSettingsHighlight() { if(seriesSettingsHighlight == null) { try { seriesSettingsHighlight = (IBarSeriesSettings)this.clone(); seriesSettingsHighlight.setHighlight(true); } catch(CloneNotSupportedException e) { seriesSettingsHighlight = new BarSeriesSettings(); } } return seriesSettingsHighlight; } @Override public ISeriesSettings makeDeepCopy() { IBarSeriesSettings barSeriesSettings = new BarSeriesSettings(); transfer(barSeriesSettings); return barSeriesSettings; } @Override public boolean transfer(ISeriesSettings seriesSettingsSink) { boolean success = false; if(seriesSettingsSink instanceof IBarSeriesSettings) { IBarSeriesSettings source = this; IBarSeriesSettings sink = (IBarSeriesSettings)seriesSettingsSink; sink.setDescription(source.getDescription()); sink.setVisible(source.isVisible()); sink.setVisibleInLegend(source.isVisibleInLegend()); sink.setBarColor(source.getBarColor()); sink.setBarPadding(source.getBarPadding()); sink.setBarWidth(source.getBarWidth()); sink.setBarOverlay(source.isBarOverlay()); sink.setEnableStack(source.isEnableStack()); sink.setHighlight(source.isHighlight()); success = true; } // return success; } @Override protected Object clone() throws CloneNotSupportedException { IBarSeriesSettings barSeriesSettings = new BarSeriesSettings(); transfer(barSeriesSettings); return barSeriesSettings; } }IBarSeriesData.java000066400000000000000000000016121436443153700367120ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/barcharts/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.barcharts; import org.eclipse.swtchart.extensions.core.IChartSeriesData; public interface IBarSeriesData extends IChartSeriesData { /** * @deprecated use {@link #getSettings()} instead * @return */ @Deprecated IBarSeriesSettings getBarSeriesSettings(); @Override default IBarSeriesSettings getSettings() { return getBarSeriesSettings(); } } IBarSeriesSettings.java000066400000000000000000000023701436443153700376430ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/barcharts/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.barcharts; import org.eclipse.swt.graphics.Color; import org.eclipse.swtchart.IBarSeries.BarWidthStyle; import org.eclipse.swtchart.extensions.core.ISeriesSettings; public interface IBarSeriesSettings extends ISeriesSettings { Color getBarColor(); void setBarColor(Color barColor); int getBarPadding(); void setBarPadding(int barPadding); int getBarWidth(); void setBarWidth(int barWidth); BarWidthStyle getBarWidthStyle(); /** * BarWidthStyle.FIXED * BarWidthStyle.STRETCHED * * @param barWidthStyle */ void setBarWidthStyle(BarWidthStyle barWidthStyle); boolean isBarOverlay(); void setBarOverlay(boolean barOverlay); boolean isEnableStack(); void setEnableStack(boolean enableStack); }swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/charts/000077500000000000000000000000001436443153700326575ustar00rootroot00000000000000ChartMenuMessages.java000066400000000000000000000050501436443153700370210ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/charts/******************************************************************************* * Copyright (c) 2008, 2019 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.extensions.charts; /** * Messages */ public class ChartMenuMessages { /** the menu group for adjust axis range menus */ public static final String ADJUST_AXIS_RANGE_GROUP = Messages.getString(Messages.ADJUST_AXIS_RANGE); /** the menu for adjust axis range */ public static final String ADJUST_AXIS_RANGE = Messages.getString(Messages.ADJUST_AXIS_RANGE); /** the menu for adjust X axis range */ public static final String ADJUST_X_AXIS_RANGE = Messages.getString(Messages.ADJUST_X_AXIS_RANGE); /** the menu for adjust Y axis range */ public static final String ADJUST_Y_AXIS_RANGE = Messages.getString(Messages.ADJUST_Y_AXIS_RANGE); /** the menu group for zoom in menus */ public static final String ZOOMIN_GROUP = Messages.getString(Messages.ZOOM_IN); /** the menu for zoom in */ public static final String ZOOMIN = Messages.getString(Messages.ZOOM_IN_CTRL); /** the menu for zoom in X axis */ public static final String ZOOMIN_X = Messages.getString(Messages.ZOOM_IN_X_AXIS); /** the menu for zoom in Y axis */ public static final String ZOOMIN_Y = Messages.getString(Messages.ZOOM_IN_Y_AXIS); /** the menu group for zoom out menus */ public static final String ZOOMOUT_GROUP = Messages.getString(Messages.ZOOM_OUT); /** the menu for zoom out */ public static final String ZOOMOUT = Messages.getString(Messages.ZOOM_OUT_CTRL); /** the menu for zoom out X axis */ public static final String ZOOMOUT_X = Messages.getString(Messages.ZOOM_OUT_X_AXIS); /** the menu for zoom out Y axis */ public static final String ZOOMOUT_Y = Messages.getString(Messages.ZOOM_OUT_Y_AXIS); /** the menu for save as */ public static final String SAVE_AS = Messages.getString(Messages.SAVE_AS); /** the menu for opening properties dialog */ public static final String PROPERTIES = Messages.getString(Messages.PROPERTIES); /** the title for save as dialog */ public static final String SAVE_AS_DIALOG_TITLE = Messages.getString(Messages.SAVE_AS_DIALOG); } ChartOptions.java000066400000000000000000000057071436443153700360710ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/charts/******************************************************************************* * Copyright (c) 2019, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.extensions.charts; import org.eclipse.swt.SWT; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.extensions.linecharts.LineChart; public class ChartOptions { public static final String[][] FONT_STYLES = new String[][]{ // {Messages.getString(Messages.NORMAL), Integer.toString(SWT.NORMAL)}, // {Messages.getString(Messages.BOLD), Integer.toString(SWT.BOLD)}, // {Messages.getString(Messages.ITALIC), Integer.toString(SWT.ITALIC)} // }; // public static final String[][] COMPRESSION_TYPES = new String[][]{ // {LineChart.COMPRESSION_EXTREME, LineChart.COMPRESSION_EXTREME}, // {LineChart.COMPRESSION_HIGH, LineChart.COMPRESSION_HIGH}, // {LineChart.COMPRESSION_MEDIUM, LineChart.COMPRESSION_MEDIUM}, // {LineChart.COMPRESSION_LOW, LineChart.COMPRESSION_LOW}, {LineChart.COMPRESSION_AUTO, LineChart.COMPRESSION_AUTO}, // {LineChart.COMPRESSION_NONE, LineChart.COMPRESSION_NONE} // }; // public static final String[][] SYMBOL_TYPES = new String[][]{ // {Messages.getString(Messages.NONE), PlotSymbolType.NONE.toString()}, // {Messages.getString(Messages.CIRCLE), PlotSymbolType.CIRCLE.toString()}, // {Messages.getString(Messages.CROSS), PlotSymbolType.CROSS.toString()}, // {Messages.getString(Messages.DIAMON), PlotSymbolType.DIAMOND.toString()}, // {Messages.getString(Messages.INVERTED_TRIANGLE), PlotSymbolType.INVERTED_TRIANGLE.toString()}, // {Messages.getString(Messages.PLUS), PlotSymbolType.PLUS.toString()}, // {Messages.getString(Messages.SQUARE), PlotSymbolType.SQUARE.toString()}, // {Messages.getString(Messages.TRIANGLE), PlotSymbolType.TRIANGLE.toString()}, // {Messages.getString(Messages.EMOJI), PlotSymbolType.EMOJI.toString()} // }; // public static final String[][] POSITIONS = new String[][]{ // {Messages.getString(Messages.PRIMARY), Position.Primary.toString()}, // {Messages.getString(Messages.SECONDARY), Position.Secondary.toString()} // }; // public static final String[][] LINE_STYLES = new String[][]{ // {Messages.getString(Messages.NONE), LineStyle.NONE.toString()}, // {"-", LineStyle.DASH.toString()}, // {"-.", LineStyle.DASHDOT.toString()}, // {"-..", LineStyle.DASHDOTDOT.toString()}, // {".", LineStyle.DOT.toString()}, // {Messages.getString(Messages.SOLID), LineStyle.SOLID.toString()} // }; } InteractiveChart.java000066400000000000000000000400051436443153700367010ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/charts/******************************************************************************* * Copyright (c) 2008, 2021 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation * Christoph Läubrich - add save fallbacks in case the plot area is not a Control * Frank Buloup - internationalization *******************************************************************************/ package org.eclipse.swtchart.extensions.charts; import org.eclipse.jface.preference.PreferenceDialog; import org.eclipse.jface.preference.PreferenceManager; import org.eclipse.jface.preference.PreferenceNode; import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEvent; import org.eclipse.swt.events.PaintListener; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Control; import org.eclipse.swt.widgets.Event; import org.eclipse.swt.widgets.FileDialog; import org.eclipse.swt.widgets.Menu; import org.eclipse.swt.widgets.MenuItem; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.IAxis; import org.eclipse.swtchart.IAxis.Direction; import org.eclipse.swtchart.IPlotArea; import org.eclipse.swtchart.Range; import org.eclipse.swtchart.extensions.properties.AxisPage; import org.eclipse.swtchart.extensions.properties.AxisTickPage; import org.eclipse.swtchart.extensions.properties.ChartPage; import org.eclipse.swtchart.extensions.properties.GridPage; import org.eclipse.swtchart.extensions.properties.LegendPage; import org.eclipse.swtchart.extensions.properties.PropertiesResources; import org.eclipse.swtchart.extensions.properties.SeriesLabelPage; import org.eclipse.swtchart.extensions.properties.SeriesPage; /** * An interactive chart which provides the following abilities. *
    *
  • scroll with arrow keys
  • *
  • zoom in and out with ctrl + arrow up/down keys
  • *
  • context menus for adjusting axis range and zooming in/out.
  • *
  • file selector dialog to save chart to image file.
  • *
  • properties dialog to configure the chart settings
  • *
*/ public class InteractiveChart extends Chart implements PaintListener { /** the filter extensions */ private static final String[] EXTENSIONS = new String[]{"*.png", "*.jpeg", "*.jpg"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ /** the selection rectangle for zoom in/out */ protected SelectionRectangle selection; /** the clicked time in milliseconds */ private long clickedTime; /** the resources created with properties dialog */ private PropertiesResources resources; /** the initial proposed filename in save as dialog */ private String saveAsFilename; /** * Constru.ctor. * * @param parent * the parent composite * @param style * the style */ public InteractiveChart(Composite parent, int style) { super(parent, style); init(); } /** * Initializes. */ private void init() { selection = new SelectionRectangle(); resources = new PropertiesResources(); IPlotArea area = getPlotArea(); if(area instanceof Control) { Control plot = (Control)area; plot.addListener(SWT.Resize, this); plot.addListener(SWT.MouseMove, this); plot.addListener(SWT.MouseDown, this); plot.addListener(SWT.MouseUp, this); plot.addListener(SWT.MouseWheel, this); plot.addListener(SWT.KeyDown, this); plot.addPaintListener(this); createMenuItems(plot); } } /** * Creates menu items. * * @param plot */ private void createMenuItems(Control plot) { Menu menu = new Menu(plot); plot.setMenu(menu); // adjust axis range menu group MenuItem menuItem = new MenuItem(menu, SWT.CASCADE); menuItem.setText(ChartMenuMessages.ADJUST_AXIS_RANGE_GROUP); Menu adjustAxisRangeMenu = new Menu(menuItem); menuItem.setMenu(adjustAxisRangeMenu); // adjust axis range menuItem = new MenuItem(adjustAxisRangeMenu, SWT.PUSH); menuItem.setText(ChartMenuMessages.ADJUST_AXIS_RANGE); menuItem.addListener(SWT.Selection, this); // adjust X axis range menuItem = new MenuItem(adjustAxisRangeMenu, SWT.PUSH); menuItem.setText(ChartMenuMessages.ADJUST_X_AXIS_RANGE); menuItem.addListener(SWT.Selection, this); // adjust Y axis range menuItem = new MenuItem(adjustAxisRangeMenu, SWT.PUSH); menuItem.setText(ChartMenuMessages.ADJUST_Y_AXIS_RANGE); menuItem.addListener(SWT.Selection, this); menuItem = new MenuItem(menu, SWT.SEPARATOR); // zoom in menu group menuItem = new MenuItem(menu, SWT.CASCADE); menuItem.setText(ChartMenuMessages.ZOOMIN_GROUP); Menu zoomInMenu = new Menu(menuItem); menuItem.setMenu(zoomInMenu); // zoom in both axes menuItem = new MenuItem(zoomInMenu, SWT.PUSH); menuItem.setText(ChartMenuMessages.ZOOMIN); menuItem.addListener(SWT.Selection, this); // zoom in X axis menuItem = new MenuItem(zoomInMenu, SWT.PUSH); menuItem.setText(ChartMenuMessages.ZOOMIN_X); menuItem.addListener(SWT.Selection, this); // zoom in Y axis menuItem = new MenuItem(zoomInMenu, SWT.PUSH); menuItem.setText(ChartMenuMessages.ZOOMIN_Y); menuItem.addListener(SWT.Selection, this); // zoom out menu group menuItem = new MenuItem(menu, SWT.CASCADE); menuItem.setText(ChartMenuMessages.ZOOMOUT_GROUP); Menu zoomOutMenu = new Menu(menuItem); menuItem.setMenu(zoomOutMenu); // zoom out both axes menuItem = new MenuItem(zoomOutMenu, SWT.PUSH); menuItem.setText(ChartMenuMessages.ZOOMOUT); menuItem.addListener(SWT.Selection, this); // zoom out X axis menuItem = new MenuItem(zoomOutMenu, SWT.PUSH); menuItem.setText(ChartMenuMessages.ZOOMOUT_X); menuItem.addListener(SWT.Selection, this); // zoom out Y axis menuItem = new MenuItem(zoomOutMenu, SWT.PUSH); menuItem.setText(ChartMenuMessages.ZOOMOUT_Y); menuItem.addListener(SWT.Selection, this); menuItem = new MenuItem(menu, SWT.SEPARATOR); // save as menuItem = new MenuItem(menu, SWT.PUSH); menuItem.setText(ChartMenuMessages.SAVE_AS); menuItem.addListener(SWT.Selection, this); menuItem = new MenuItem(menu, SWT.SEPARATOR); // properties menuItem = new MenuItem(menu, SWT.PUSH); menuItem.setText(ChartMenuMessages.PROPERTIES); menuItem.addListener(SWT.Selection, this); } @Override public void paintControl(PaintEvent e) { selection.draw(e.gc); } @Override public void handleEvent(Event event) { super.handleEvent(event); switch(event.type) { case SWT.MouseMove: handleMouseMoveEvent(event); break; case SWT.MouseDown: handleMouseDownEvent(event); break; case SWT.MouseUp: handleMouseUpEvent(event); break; case SWT.MouseWheel: handleMouseWheel(event); break; case SWT.KeyDown: handleKeyDownEvent(event); break; case SWT.Selection: handleSelectionEvent(event); break; default: break; } } @Override public void dispose() { super.dispose(); resources.dispose(); } /** * Sets the name to be proposed as default when running "Save As". * * @param saveAsFilename * The file name to be proposed in the file dialog. */ public void setProposedSaveAsFilename(String saveAsFilename) { this.saveAsFilename = saveAsFilename; } /** * Handles mouse move event. * * @param event * the mouse move event */ private void handleMouseMoveEvent(Event event) { if(!selection.isDisposed()) { selection.setEndPoint(event.x, event.y); redraw(); } } /** * Handles the mouse down event. * * @param event * the mouse down event */ private void handleMouseDownEvent(Event event) { if(event.button == 1) { selection.setStartPoint(event.x, event.y); clickedTime = System.currentTimeMillis(); } } /** * Handles the mouse up event. * * @param event * the mouse up event */ private void handleMouseUpEvent(Event event) { if(event.button == 1 && System.currentTimeMillis() - clickedTime > 100) { for(IAxis axis : getAxisSet().getAxes()) { Point range = null; if((getOrientation() == SWT.HORIZONTAL && axis.getDirection() == Direction.X) || (getOrientation() == SWT.VERTICAL && axis.getDirection() == Direction.Y)) { range = selection.getHorizontalRange(); } else { range = selection.getVerticalRange(); } if(range != null && range.x != range.y) { setRange(range, axis); } } } selection.dispose(); redraw(); } /** * Handles mouse wheel event. * * @param event * the mouse wheel event */ private void handleMouseWheel(Event event) { for(IAxis axis : getAxes(SWT.HORIZONTAL)) { double coordinate = axis.getDataCoordinate(event.x); if(event.count > 0) { axis.zoomIn(coordinate); } else { axis.zoomOut(coordinate); } } for(IAxis axis : getAxes(SWT.VERTICAL)) { double coordinate = axis.getDataCoordinate(event.y); if(event.count > 0) { axis.zoomIn(coordinate); } else { axis.zoomOut(coordinate); } } redraw(); } /** * Handles the key down event. * * @param event * the key down event */ private void handleKeyDownEvent(Event event) { if(event.keyCode == SWT.ARROW_DOWN) { if(event.stateMask == SWT.MOD1) { getAxisSet().zoomOut(); } else { for(IAxis axis : getAxes(SWT.VERTICAL)) { axis.scrollDown(); } } redraw(); } else if(event.keyCode == SWT.ARROW_UP) { if(event.stateMask == SWT.MOD1) { getAxisSet().zoomIn(); } else { for(IAxis axis : getAxes(SWT.VERTICAL)) { axis.scrollUp(); } } redraw(); } else if(event.keyCode == SWT.ARROW_LEFT) { for(IAxis axis : getAxes(SWT.HORIZONTAL)) { axis.scrollDown(); } redraw(); } else if(event.keyCode == SWT.ARROW_RIGHT) { for(IAxis axis : getAxes(SWT.HORIZONTAL)) { axis.scrollUp(); } redraw(); } } /** * Gets the axes for given orientation. * * @param orientation * the orientation * @return the axes */ private IAxis[] getAxes(int orientation) { IAxis[] axes; if(getOrientation() == orientation) { axes = getAxisSet().getXAxes(); } else { axes = getAxisSet().getYAxes(); } return axes; } /** * Handles the selection event. * * @param event * the event */ private void handleSelectionEvent(Event event) { if(!(event.widget instanceof MenuItem)) { return; } MenuItem menuItem = (MenuItem)event.widget; if(menuItem.getText().equals(ChartMenuMessages.ADJUST_AXIS_RANGE)) { getAxisSet().adjustRange(); } else if(menuItem.getText().equals(ChartMenuMessages.ADJUST_X_AXIS_RANGE)) { for(IAxis axis : getAxisSet().getXAxes()) { axis.adjustRange(); } } else if(menuItem.getText().equals(ChartMenuMessages.ADJUST_Y_AXIS_RANGE)) { for(IAxis axis : getAxisSet().getYAxes()) { axis.adjustRange(); } } else if(menuItem.getText().equals(ChartMenuMessages.ZOOMIN)) { getAxisSet().zoomIn(); } else if(menuItem.getText().equals(ChartMenuMessages.ZOOMIN_X)) { for(IAxis axis : getAxisSet().getXAxes()) { axis.zoomIn(); } } else if(menuItem.getText().equals(ChartMenuMessages.ZOOMIN_Y)) { for(IAxis axis : getAxisSet().getYAxes()) { axis.zoomIn(); } } else if(menuItem.getText().equals(ChartMenuMessages.ZOOMOUT)) { getAxisSet().zoomOut(); } else if(menuItem.getText().equals(ChartMenuMessages.ZOOMOUT_X)) { for(IAxis axis : getAxisSet().getXAxes()) { axis.zoomOut(); } } else if(menuItem.getText().equals(ChartMenuMessages.ZOOMOUT_Y)) { for(IAxis axis : getAxisSet().getYAxes()) { axis.zoomOut(); } } else if(menuItem.getText().equals(ChartMenuMessages.SAVE_AS)) { openSaveAsDialog(); } else if(menuItem.getText().equals(ChartMenuMessages.PROPERTIES)) { openPropertiesDialog(); } redraw(); } /** * Opens the Save As dialog. */ private void openSaveAsDialog() { FileDialog dialog = new FileDialog(getShell(), SWT.SAVE); dialog.setText(ChartMenuMessages.SAVE_AS_DIALOG_TITLE); dialog.setFilterExtensions(EXTENSIONS); dialog.setFileName(saveAsFilename); String filename = dialog.open(); if(filename == null) { return; } int format; if(filename.endsWith(".jpg") || filename.endsWith(".jpeg")) { //$NON-NLS-1$ //$NON-NLS-2$ format = SWT.IMAGE_JPEG; } else if(filename.endsWith(".png")) { //$NON-NLS-1$ format = SWT.IMAGE_PNG; } else { format = SWT.IMAGE_UNDEFINED; } if(format != SWT.IMAGE_UNDEFINED) { save(filename, format); } } /** * Opens the properties dialog. */ private void openPropertiesDialog() { PreferenceManager manager = new PreferenceManager(); final String chartTitle = Messages.getString("CHART"); //$NON-NLS-1$ PreferenceNode chartNode = new PreferenceNode(chartTitle); chartNode.setPage(new ChartPage(this, resources, chartTitle)); manager.addToRoot(chartNode); final String legendTitle = Messages.getString("LEGEND"); //$NON-NLS-1$ PreferenceNode legendNode = new PreferenceNode(legendTitle); legendNode.setPage(new LegendPage(this, resources, legendTitle)); manager.addTo(chartTitle, legendNode); final String xAxisTitle = Messages.getString("X_AXIS"); //$NON-NLS-1$ PreferenceNode xAxisNode = new PreferenceNode(xAxisTitle); xAxisNode.setPage(new AxisPage(this, resources, Direction.X, xAxisTitle)); manager.addTo(chartTitle, xAxisNode); final String gridTitle = Messages.getString("GRID"); //$NON-NLS-1$ PreferenceNode xGridNode = new PreferenceNode(gridTitle); xGridNode.setPage(new GridPage(this, resources, Direction.X, gridTitle)); manager.addTo(chartTitle + "." + xAxisTitle, xGridNode); //$NON-NLS-1$ final String tickTitle = Messages.getString("TICK"); //$NON-NLS-1$ PreferenceNode xTickNode = new PreferenceNode(tickTitle); xTickNode.setPage(new AxisTickPage(this, resources, Direction.X, tickTitle)); manager.addTo(chartTitle + "." + xAxisTitle, xTickNode); //$NON-NLS-1$ final String yAxisTitle = Messages.getString("Y_AXIS"); //$NON-NLS-1$ PreferenceNode yAxisNode = new PreferenceNode(yAxisTitle); yAxisNode.setPage(new AxisPage(this, resources, Direction.Y, yAxisTitle)); manager.addTo(chartTitle, yAxisNode); PreferenceNode yGridNode = new PreferenceNode(gridTitle); yGridNode.setPage(new GridPage(this, resources, Direction.Y, gridTitle)); manager.addTo(chartTitle + "." + yAxisTitle, yGridNode); //$NON-NLS-1$ PreferenceNode yTickNode = new PreferenceNode(tickTitle); yTickNode.setPage(new AxisTickPage(this, resources, Direction.Y, tickTitle)); manager.addTo(chartTitle + "." + yAxisTitle, yTickNode); //$NON-NLS-1$ final String seriesTitle = Messages.getString("SERIES"); //$NON-NLS-1$ PreferenceNode plotNode = new PreferenceNode(seriesTitle); plotNode.setPage(new SeriesPage(this, resources, seriesTitle)); manager.addTo(chartTitle, plotNode); final String labelTitle = Messages.getString("LABEL"); //$NON-NLS-1$ PreferenceNode labelNode = new PreferenceNode(labelTitle); labelNode.setPage(new SeriesLabelPage(this, resources, labelTitle)); manager.addTo(chartTitle + "." + seriesTitle, labelNode); //$NON-NLS-1$ PreferenceDialog dialog = new PreferenceDialog(getShell(), manager); dialog.create(); dialog.getShell().setText(Messages.getString("PROPERTIES")); //$NON-NLS-1$ dialog.getTreeViewer().expandAll(); dialog.open(); } /** * Sets the axis range. * * @param range * the axis range in pixels * @param axis * the axis to set range */ private void setRange(Point range, IAxis axis) { if(range == null) { return; } double min = axis.getDataCoordinate(range.x); double max = axis.getDataCoordinate(range.y); axis.setRange(new Range(min, max)); } } Messages.java000066400000000000000000000060511436443153700352140ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/charts/******************************************************************************* * Copyright (c) 2020 SWT Chart Project * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Frank Buloup - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.charts; import java.util.MissingResourceException; import java.util.ResourceBundle; public class Messages { private static final String BUNDLE_NAME = "org.eclipse.swtchart.extensions.charts.messages"; //$NON-NLS-1$ private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle.getBundle(BUNDLE_NAME); public static final String ADJUST_AXIS_RANGE = "ADJUST_AXIS_RANGE"; public static final String ADJUST_X_AXIS_RANGE = "ADJUST_X_AXIS_RANGE"; public static final String ADJUST_Y_AXIS_RANGE = "ADJUST_Y_AXIS_RANGE"; public static final String BOLD = "BOLD"; public static final String CHART = "CHART"; public static final String CIRCLE = "CIRCLE"; public static final String CROSS = "CROSS"; public static final String DIAMON = "DIAMON"; public static final String DIAMOND = "DIAMOND"; public static final String EMOJI = "EMOJI"; public static final String GRID = "GRID"; public static final String INVERTED_TRIANGLE = "INVERTED_TRIANGLE"; public static final String ITALIC = "ITALIC"; public static final String LABEL = "LABEL"; public static final String LEGEND = "LEGEND"; public static final String NONE = "NONE"; public static final String NORMAL = "NORMAL"; public static final String PLUS = "PLUS"; public static final String PRIMARY = "PRIMARY"; public static final String PROPERTIES_MENU = "PROPERTIES_MENU"; public static final String PROPERTIES = "PROPERTIES"; public static final String SAVE_AS = "SAVE_AS"; public static final String SAVE_AS_DIALOG = "SAVE_AS_DIALOG"; public static final String SECONDARY = "SECONDARY"; public static final String SERIES = "SERIES"; public static final String SOLID = "SOLID"; public static final String SQUARE = "SQUARE"; public static final String TICK = "TICK"; public static final String TRIANGLE = "TRIANGLE"; public static final String X_AXIS = "X_AXIS"; public static final String Y_AXIS = "Y_AXIS"; public static final String ZOOM_IN = "ZOOM_IN"; public static final String ZOOM_IN_CTRL = "ZOOM_IN_CTRL"; public static final String ZOOM_IN_X_AXIS = "ZOOM_IN_X_AXIS"; public static final String ZOOM_IN_Y_AXIS = "ZOOM_IN_Y_AXIS"; public static final String ZOOM_OUT = "ZOOM_OUT"; public static final String ZOOM_OUT_CTRL = "ZOOM_OUT_CTRL"; public static final String ZOOM_OUT_X_AXIS = "ZOOM_OUT_X_AXIS"; public static final String ZOOM_OUT_Y_AXIS = "ZOOM_OUT_Y_AXIS"; private Messages() { } public static String getString(String key) { try { return RESOURCE_BUNDLE.getString(key); } catch(MissingResourceException e) { return '!' + key + '!'; } } } SelectionRectangle.java000066400000000000000000000050611436443153700372170ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/charts/******************************************************************************* * Copyright (c) 2008, 2019 SWTChart project. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * yoshitaka - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.charts; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.graphics.Point; /** * Selection rectangle with mouse to zoom in/out. */ public class SelectionRectangle { /** the start point of selection */ private Point startPoint; /** the end point of selection */ private Point endPoint; /** * Sets the start point. * * @param x * the X coordinate of start point in pixels * @param y * the Y coordinate of start point in pixels */ public void setStartPoint(int x, int y) { startPoint = new Point(x, y); } /** * Sets the end point. * * @param x * the X coordinate of end point in pixels * @param y * the X coordinate of end point in pixels */ public void setEndPoint(int x, int y) { endPoint = new Point(x, y); } /** * Gets the horizontal selected range. * * @return the horizontal selected range in pixels */ public Point getHorizontalRange() { if(startPoint == null || endPoint == null) { return null; } return new Point(startPoint.x, endPoint.x); } /** * Gets the vertical selected range. * * @return the vertical selected range in pixels */ public Point getVerticalRange() { if(startPoint == null || endPoint == null) { return null; } return new Point(startPoint.y, endPoint.y); } /** * Check if selection is disposed. * * @return true if selection is disposed. */ public boolean isDisposed() { return startPoint == null; } /** * Disposes the resource. */ public void dispose() { startPoint = null; endPoint = null; } public void draw(GC gc) { if(startPoint == null || endPoint == null) { return; } // int minX = Math.min(startPoint.x, endPoint.x); int maxX = Math.max(startPoint.x, endPoint.x); int minY = Math.min(startPoint.y, endPoint.y); int maxY = Math.max(startPoint.y, endPoint.y); // gc.drawRectangle(minX, minY, maxX - minX, maxY - minY); } } messages.properties000066400000000000000000000015201436443153700365230ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/chartsADJUST_AXIS_RANGE = &Adjust Axes Range ADJUST_X_AXIS_RANGE = Adjust &X Axis Range ADJUST_Y_AXIS_RANGE = Adjust &Y Axis Range BOLD = Bold CHART = Chart CIRCLE = Circle CROSS = Cross DIAMOND = Diamond EMOJI = Emoji GRID = Grid INVERTED_TRIANGLE = Inverted Triangle ITALIC = Italic LABEL = Label LEGEND = Legend NONE = None NORMAL = Normal PLUS = Plus PRIMARY = Primary PROPERTIES = Properties PROPERTIES_MENU = P&roperties... SAVE_AS = Save As... SAVE_AS_DIALOG = Save As SECONDARY = Secondary SERIES = Series SOLID = Solid SQUARE = Square TICK = Tick TRIANGLE = Triangle X_AXIS = X Axis Y_AXIS = Y Axis ZOOM_IN = Zoom &In ZOOM_IN_CTRL = Zoom &In\tCtrl+Up ZOOM_IN_X_AXIS = Zoom In &X Axis ZOOM_IN_Y_AXIS = Zoom In &Y Axis ZOOM_OUT = Zoom &Out ZOOM_OUT_CTRL = Zoom &Out\tCtrl+Down ZOOM_OUT_X_AXIS = Zoom Out &X Axis ZOOM_OUT_Y_AXIS = Zoom Out &Y Axis messages_de.properties000066400000000000000000000016571436443153700372060ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/chartsADJUST_AXIS_RANGE = Justiere &Achsenbereich ADJUST_X_AXIS_RANGE = Justiere &X-Achsenbereich ADJUST_Y_AXIS_RANGE = Justiere &Y-Achsenbereich BOLD = Fett CHART = Diagramm CIRCLE = Kreis CROSS = Kreuz DIAMOND = Diamant EMOJI = Emoji GRID = Gitter INVERTED_TRIANGLE = Umgedrehtes Dreieck ITALIC = Kursiv LABEL = Beschriftung LEGEND = Legende NONE = Kein NORMAL = Normal PLUS = Plus PRIMARY = Primr PROPERTIES = Eigenschaften PROPERTIES_MENU = &Eigenschaften... SAVE_AS = Speichern unter... SAVE_AS_DIALOG = Speichern unter SECONDARY = Sekundr SERIES = Serie SOLID = Fest SQUARE = Quadrat TICK = Tick TRIANGLE = Dreieck X_AXIS = X-Achse Y_AXIS = Y-Achse ZOOM_IN = H&ineinzoomen ZOOM_IN_CTRL = Zoom h&inein\tStrg+Hoch ZOOM_IN_X_AXIS = &X-Achse hinein zoomen ZOOM_IN_Y_AXIS = &Y-Achse hinein zoomen ZOOM_OUT = Hera@us zoomen ZOOM_OUT_CTRL = Zoom hera&us\tStrg+Unten ZOOM_OUT_X_AXIS = &X-Achse heraus zoomen ZOOM_OUT_Y_AXIS = &Y-Achse heraus zoomen messages_fr.properties000066400000000000000000000015331436443153700372160ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/chartsADJUST_AXIS_RANGE = &Ajuster les Axes ADJUST_X_AXIS_RANGE = Ajuster l'axe &X ADJUST_Y_AXIS_RANGE = Ajuster l'axe &Y BOLD = Gras CHART = Graphe CIRCLE = Cercle CROSS = Croix DIAMOND = Diamand EMOJI = Emoji GRID = Grille INVERTED_TRIANGLE = Triangle Invers ITALIC = Italique LABEL = Label LEGEND = Legende NONE = Aucune NORMAL = Normal PLUS = Plus PRIMARY = Primaire PROPERTIES = Proprits PROPERTIES_MENU = P&roprits... SAVE_AS = Enregistrer sous... SAVE_AS_DIALOG = Enregistrer sous SECONDARY = Secondaire SERIES = Series SOLID = Solide SQUARE = Carr TICK = Tick TRIANGLE = Triangle X_AXIS = Axe X Y_AXIS = Axe Y ZOOM_IN = Zoom &In ZOOM_IN_CTRL = Zoom &In\tCtrl+Up ZOOM_IN_X_AXIS = Zoom In Axe &X ZOOM_IN_Y_AXIS = Zoom In Axe &Y ZOOM_OUT = Zoom &Out ZOOM_OUT_CTRL = Zoom &Out\tCtrl+Down ZOOM_OUT_X_AXIS = Zoom Out Axe &X ZOOM_OUT_Y_AXIS = Zoom Out Axe &Yswtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/clipboard/000077500000000000000000000000001436443153700333325ustar00rootroot00000000000000ImageArrayTransfer.java000066400000000000000000000053251436443153700376510ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/clipboard/******************************************************************************* * Copyright (c) 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.clipboard; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.UncheckedIOException; import java.security.InvalidParameterException; import org.eclipse.swt.SWT; import org.eclipse.swt.dnd.ByteArrayTransfer; import org.eclipse.swt.dnd.TransferData; import org.eclipse.swt.graphics.ImageData; import org.eclipse.swt.graphics.ImageLoader; public class ImageArrayTransfer extends ByteArrayTransfer { private static ImageArrayTransfer imageArrayTransferWindows = new ImageArrayTransfer(SWT.IMAGE_BMP); private static ImageArrayTransfer imageArrayTransferLinux = new ImageArrayTransfer(SWT.IMAGE_PNG); // private int imageCode; private String typeName; private String[] typeNames; private int[] typeIds; public static ImageArrayTransfer getInstanceWindows() { return imageArrayTransferWindows; } public static ImageArrayTransfer getInstanceLinux() { return imageArrayTransferLinux; } /** * Use either SWT.IMAGE_BMP for Windows or SWT.IMAGE_PNG for Linux. * * @param imageCode */ private ImageArrayTransfer(int imageCode) { this.imageCode = imageCode; if(imageCode == SWT.IMAGE_BMP) { typeName = "image/bmp"; } else if(imageCode == SWT.IMAGE_PNG) { typeName = "image/png"; } else { throw new InvalidParameterException("Only SWT.IMAGE_BMP and SWT.IMAGE_PNG are allowed."); } /* * The above check was valid. */ typeNames = new String[]{typeName}; typeIds = new int[]{registerType(typeName)}; } @Override protected String[] getTypeNames() { return typeNames; } @Override protected int[] getTypeIds() { return typeIds; } @Override protected void javaToNative(Object object, TransferData transferData) { if(object instanceof ImageData) { if(isSupportedType(transferData)) { ImageData imageData = (ImageData)object; try (ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();) { ImageLoader imageLoader = new ImageLoader(); imageLoader.data = new ImageData[]{imageData}; imageLoader.save(byteArrayOutputStream, imageCode); super.javaToNative(byteArrayOutputStream.toByteArray(), transferData); } catch(IOException e) { throw new UncheckedIOException(e); } } } } }ImageClipboardSupport.java000066400000000000000000000041421436443153700403560ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/clipboard/******************************************************************************* * Copyright (c) 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.clipboard; import org.eclipse.swt.dnd.Clipboard; import org.eclipse.swt.dnd.ImageTransfer; import org.eclipse.swt.dnd.Transfer; import org.eclipse.swt.graphics.ImageData; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.extensions.core.BaseChart; public class ImageClipboardSupport { public static void transfer(Display display, BaseChart baseChart) { /* * Image Data */ ImageSupplier imageSupplier = new ImageSupplier(); ImageData imageData = imageSupplier.getImageData(baseChart); // Clipboard clipboard = new Clipboard(display); try { if(isWindows()) { clipboard.setContents(new Object[]{imageData, imageData}, new Transfer[]{ImageTransfer.getInstance(), ImageArrayTransfer.getInstanceWindows()}); } else if(isLinux()) { clipboard.setContents(new Object[]{imageData}, new Transfer[]{ImageArrayTransfer.getInstanceLinux()}); } else if(isMac() || isUnix()) { clipboard.setContents(new Object[]{imageData}, new Transfer[]{ImageTransfer.getInstance()}); } } finally { if(clipboard != null && !clipboard.isDisposed()) { clipboard.dispose(); } } } private static boolean isWindows() { return (getOperatingSystem().indexOf("win") >= 0); } private static boolean isLinux() { return (getOperatingSystem().indexOf("linux") >= 0); } private static boolean isMac() { return (getOperatingSystem().indexOf("mac") >= 0); } private static boolean isUnix() { return (getOperatingSystem().indexOf("unix") >= 0); } private static String getOperatingSystem() { return System.getProperty("os.name").toLowerCase(); } }ImageSupplier.java000066400000000000000000000066171436443153700366760ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/clipboard/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.clipboard; import org.eclipse.swt.graphics.GC; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.ImageData; import org.eclipse.swt.graphics.ImageDataProvider; import org.eclipse.swt.graphics.ImageLoader; import org.eclipse.swt.graphics.PaletteData; import org.eclipse.swt.graphics.Point; import org.eclipse.swtchart.Chart; import org.eclipse.swtchart.extensions.core.BaseChart; public class ImageSupplier { /* * Image data provider used locally to represent chart image */ private class ChartImageDataProvider implements ImageDataProvider { private ImageData imageData; public ChartImageDataProvider(int width, int height) { PaletteData palette = new PaletteData(0xFF, 0xFF00, 0xFF0000); imageData = new ImageData(width, height, 32, palette); } @Override public ImageData getImageData(int zoom) { if(zoom != 100) { return null; } return imageData; } } /** * Save image data representation to a file with specific format (BMP, PNG or JPG) * * @param imageData * the image data representation * @param fileName * the file (relative or full path) * @param format * SWT.IMAGE_BMP, SWT.IMAGE_PNG or SWT.IMAGE_JPEG */ public void saveImage(ImageData imageData, String fileName, int format) { ImageLoader imageLoader = new ImageLoader(); imageLoader.data = new ImageData[]{imageData}; imageLoader.save(fileName, format); } /** * Return image data representation of provided chart * * @param baseChart * the chart from which is create image data representation * @return image data representation */ public ImageData getImageData(BaseChart baseChart) { return getImageData((Chart)baseChart); } /** * Return image data representation of provided chart * * @param baseChart * the chart from which is create image data representation * @return image data representation */ public ImageData getImageData(Chart chart) { /* * Force to redraw chart immediately to be sure that any * previous Shell dialog won't be a part of the copied image */ chart.redraw(); chart.update(); /* * Chart size */ Point baseChartSize = chart.getSize(); /* * Create the image provider */ ChartImageDataProvider chartImageDataProvider = new ChartImageDataProvider(baseChartSize.x, baseChartSize.y); /* * Surround main stuff with try/finally to prevent memory leakage */ Image image = null; GC gc = null; try { /* * Copy chart into the image */ image = new Image(chart.getDisplay(), chartImageDataProvider); gc = new GC(chart); gc.copyArea(image, 0, 0); /* * Retrieve image data */ ImageData imageData = image.getImageData(); return imageData; } finally { if(gc != null && !gc.isDisposed()) gc.dispose(); if(image != null && !image.isDisposed()) image.dispose(); } } }TextClipboardSupport.java000066400000000000000000000042121436443153700402560ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/clipboard/******************************************************************************* * Copyright (c) 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.clipboard; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.eclipse.swt.dnd.Clipboard; import org.eclipse.swt.dnd.TextTransfer; import org.eclipse.swt.dnd.Transfer; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.ISeriesSet; import org.eclipse.swtchart.extensions.core.BaseChart; public class TextClipboardSupport { private static final String VALUE_DELIMITER = "\t"; private static final String LINE_DELIMITER = "\r\n"; public static void transfer(Display display, BaseChart baseChart) { List seriesIds = new ArrayList<>(baseChart.getSeriesIds()); Collections.sort(seriesIds); ISeriesSet seriesSet = baseChart.getSeriesSet(); // StringBuilder builder = new StringBuilder(); for(String seriesId : seriesIds) { /* * ID */ ISeries series = seriesSet.getSeries(seriesId); builder.append("#"); builder.append(seriesId); builder.append(LINE_DELIMITER); /* * Data */ double[] x = series.getXSeries(); double[] y = series.getYSeries(); if(x.length == y.length) { for(int i = 0; i < x.length; i++) { builder.append(x[i] + VALUE_DELIMITER + y[i]); builder.append(LINE_DELIMITER); } } } // TextTransfer textTransfer = TextTransfer.getInstance(); Object[] data = new Object[]{builder.toString()}; Transfer[] dataTypes = new Transfer[]{textTransfer}; Clipboard clipboard = new Clipboard(display); try { clipboard.setContents(data, dataTypes); } finally { if(clipboard != null && !clipboard.isDisposed()) { clipboard.dispose(); } } } }swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/000077500000000000000000000000001436443153700323235ustar00rootroot00000000000000AbstractAxisScaleConverter.java000066400000000000000000000016321436443153700403410ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; public abstract class AbstractAxisScaleConverter implements IAxisScaleConverter { private IChartDataCoordinates dataCoordinates; @Override public IChartDataCoordinates getChartDataCoordinates() { return dataCoordinates; } @Override public void setChartDataCoordinates(IChartDataCoordinates dataCoordinates) { this.dataCoordinates = dataCoordinates; } } AbstractAxisSettings.java000066400000000000000000000152121436443153700372210ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import java.text.DecimalFormat; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.Font; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.Constants; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.LineStyle; public abstract class AbstractAxisSettings implements IAxisSettings { private String title = ""; // Chart Title //$NON-NLS-1$ private boolean titleVisible; private String description = ""; // e.g. DropDown RangeSelector //$NON-NLS-1$ private DecimalFormat decimalFormat; private Color color; private Font titleFont; private boolean visible; private Position position; private Color gridColor; private LineStyle gridLineStyle; private boolean enableLogScale; private double logScaleBase; private boolean reversed; private boolean drawAxisLine; private boolean drawPositionMarker; private int extraSpaceTitle; private boolean integerDataPointAxis; /* * The default font is only used if no font is set. */ private final Font defaultFont = new Font(Display.getDefault(), "Tahoma", Constants.MEDIUM_FONT_SIZE, SWT.BOLD); //$NON-NLS-1$ public AbstractAxisSettings(String title) { /* * In this case, the title is used also as * the description. */ this(title, title); } public AbstractAxisSettings(String title, String description) { this.title = title; this.description = description; titleVisible = true; decimalFormat = new DecimalFormat(); if(Display.isSystemDarkTheme()) { color = Display.getDefault().getSystemColor(SWT.COLOR_WHITE); } else { color = Display.getDefault().getSystemColor(SWT.COLOR_BLACK); } titleFont = defaultFont; visible = true; position = Position.Primary; if(Display.isSystemDarkTheme()) { gridColor = Display.getDefault().getSystemColor(SWT.COLOR_DARK_GRAY); } else { gridColor = Display.getDefault().getSystemColor(SWT.COLOR_GRAY); } gridLineStyle = LineStyle.DOT; enableLogScale = false; logScaleBase = 10.0d; reversed = false; drawAxisLine = true; drawPositionMarker = false; extraSpaceTitle = 25; integerDataPointAxis = false; } @Override public String getLabel() { String label = ""; //$NON-NLS-1$ if(title.equals("")) { //$NON-NLS-1$ /* * Title is not set. * Use the description instead or * print a note that no label is available. */ if(description.equals("")) { //$NON-NLS-1$ label = Messages.getString(Messages.LABEL_NOT_SET); } else { label = description; } } else { /* * Title is set. * Use description if available * otherwise the title. */ if(description.equals("")) { //$NON-NLS-1$ label = title; } else { label = description; /* * Handle the primary axes differently, * as the description not necessarily needs to be set. * If it's the default value, then return the title. */ if(this instanceof IPrimaryAxisSettings) { if(description.equals(BaseChart.DEFAULT_TITLE_X_AXIS) || description.equals(BaseChart.DEFAULT_TITLE_Y_AXIS)) { label = title; } } } } // return label; } @Override public String getTitle() { return title; } @Override public void setTitle(String title) { this.title = title; } @Override public String getDescription() { return description; } @Override public void setDescription(String description) { this.description = description; } @Override public boolean isTitleVisible() { return titleVisible; } @Override public void setTitleVisible(boolean titleVisible) { this.titleVisible = titleVisible; } @Override public DecimalFormat getDecimalFormat() { return decimalFormat; } @Override public void setDecimalFormat(DecimalFormat decimalFormat) { this.decimalFormat = decimalFormat; } @Override public Color getColor() { return color; } @Override public void setColor(Color color) { this.color = color; } @Override public Font getTitleFont() { return titleFont; } @Override public void setTitleFont(Font titleFont) { this.titleFont = titleFont; } @Override public boolean isVisible() { return visible; } @Override public void setVisible(boolean visible) { this.visible = visible; } @Override public Position getPosition() { return position; } @Override public void setPosition(Position position) { this.position = position; } @Override public Color getGridColor() { return gridColor; } @Override public void setGridColor(Color gridColor) { this.gridColor = gridColor; } @Override public LineStyle getGridLineStyle() { return gridLineStyle; } @Override public void setGridLineStyle(LineStyle gridLineStyle) { this.gridLineStyle = gridLineStyle; } @Override public boolean isEnableLogScale() { return enableLogScale; } @Override public void setEnableLogScale(boolean enableLogScale) { this.enableLogScale = enableLogScale; } @Override public void setLogScaleBase(double base) { logScaleBase = base; } @Override public double getLogScaleBase() { return logScaleBase; } @Override public boolean isReversed() { return reversed; } @Override public void setReversed(boolean reversed) { this.reversed = reversed; } @Override public boolean isDrawAxisLine() { return drawAxisLine; } @Override public void setDrawAxisLine(boolean drawAxisLine) { this.drawAxisLine = drawAxisLine; } @Override public boolean isDrawPositionMarker() { return drawPositionMarker; } @Override public void setDrawPositionMarker(boolean drawPositionMarker) { this.drawPositionMarker = drawPositionMarker; } @Override public int getExtraSpaceTitle() { return extraSpaceTitle; } @Override public void setExtraSpaceTitle(int extraSpaceTitle) { this.extraSpaceTitle = extraSpaceTitle; } @Override public boolean isIntegerDataPointAxis() { return integerDataPointAxis; } @Override public void setIntegerDataPointAxis(boolean isIntegerDataPointAxis) { this.integerDataPointAxis = isIntegerDataPointAxis; } @Override public void dispose() { if(!defaultFont.isDisposed()) { defaultFont.dispose(); } } } AbstractChartSeriesData.java000066400000000000000000000014331436443153700376020ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; public abstract class AbstractChartSeriesData { private ISeriesData seriesData; public AbstractChartSeriesData(ISeriesData seriesData) { this.seriesData = seriesData; } public ISeriesData getSeriesData() { return seriesData; } } AbstractExtendedChart.java000066400000000000000000000466321436443153700373300ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.IAxis; import org.eclipse.swtchart.IAxis.Direction; import org.eclipse.swtchart.IAxisSet; import org.eclipse.swtchart.ICircularSeries; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.ISeries.SeriesType; import org.eclipse.swtchart.ISeriesSet; import org.eclipse.swtchart.Range; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesSettings; import org.eclipse.swtchart.extensions.core.RangeRestriction.ExtendType; import org.eclipse.swtchart.extensions.exceptions.SeriesException; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.piecharts.CircularSeriesData; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesData; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesSettings; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesSettings; import org.eclipse.swtchart.model.Node; import org.eclipse.swtchart.model.NodeDataModel; public abstract class AbstractExtendedChart extends AbstractHandledChart implements IChartDataCoordinates, IRangeSupport, IExtendedChart { private int seriesMaxDataPoints; private double minX; private double maxX; private double minY; private double maxY; private RangeRestriction rangeRestriction = new RangeRestriction(); /* * The extended values are only used internally. */ private double extendedMinX; private double extendedMaxX; private double extendedMinY; private double extendedMaxY; // private boolean isCircularSeries; // private Map xAxisSettingsMap = new HashMap(); private Map yAxisSettingsMap = new HashMap(); /* * The series settings map contains the settings that are currently used. * The reset map contains a copy of the initial series settings. */ private Map seriesSettingsMap = new HashMap(); private Map seriesSettingsMapReset = new HashMap(); public AbstractExtendedChart(Composite parent, int style) { super(parent, style); resetCoordinates(); } @Override public int getSeriesMaxDataPoints() { return seriesMaxDataPoints; } @Override public double getMinX() { return minX; } @Override public double getMaxX() { return maxX; } @Override public double getMinY() { return minY; } @Override public double getMaxY() { return maxY; } @Override public RangeRestriction getRangeRestriction() { return rangeRestriction; } @Override public void setRangeRestriction(RangeRestriction rangeRestriction) { this.rangeRestriction = rangeRestriction; } public IAxisSettings getXAxisSettings(int index) { return xAxisSettingsMap.get(index); } public IAxisSettings getYAxisSettings(int index) { return yAxisSettingsMap.get(index); } public void putXAxisSettings(int key, IAxisSettings axisSettings) { xAxisSettingsMap.put(key, axisSettings); } public boolean isCircularChart() { return isCircularSeries; } public void removeXAxisSettings() { Set keySet = xAxisSettingsMap.keySet(); Set removeKeys = new HashSet<>(); for(int key : keySet) { if(key != BaseChart.ID_PRIMARY_X_AXIS) { removeKeys.add(key); } } /* * Remove the keys. */ for(int key : removeKeys) { xAxisSettingsMap.remove(key); } } public void putYAxisSettings(int key, IAxisSettings axisSettings) { yAxisSettingsMap.put(key, axisSettings); } public void removeYAxisSettings() { Set keySet = yAxisSettingsMap.keySet(); Set removeKeys = new HashSet<>(); for(int key : keySet) { if(key != BaseChart.ID_PRIMARY_Y_AXIS) { removeKeys.add(key); } } /* * Remove the keys. */ for(int key : removeKeys) { yAxisSettingsMap.remove(key); } } public ISeriesSettings getSeriesSettings(String id) { return seriesSettingsMap.get(id); } @Override public void setRange(IAxis axis, int xStart, int xStop, boolean adjustMinMax) { if(axis != null && Math.abs(xStop - xStart) > 0 && !isUpdateSuspended()) { double start = axis.getDataCoordinate(Math.min(xStart, xStop)); double stop = axis.getDataCoordinate(Math.max(xStart, xStop)); setRange(axis, start, stop, adjustMinMax); } } @Override public void setRange(IAxis axis, double start, double stop, boolean adjustMinMax) { if(axis != null && Math.abs(stop - start) > 0 && !isUpdateSuspended()) { double min = Math.min(start, stop); double max = Math.max(start, stop); axis.setRange(new Range(min, max)); if(adjustMinMax) { adjustMinMaxRange(axis); } // if(axis.getDirection() == Direction.X) { adjustSecondaryXAxes(); } else if(axis.getDirection() == Direction.Y) { adjustSecondaryYAxes(); } } } @Override public void adjustMinMaxRange(IAxis axis) { if(axis != null && !isUpdateSuspended()) { Range range = axis.getRange(); if(axis.getDirection().equals(Direction.X)) { /* * X-AXIS */ if(rangeRestriction.isZeroX()) { range.lower = (range.lower < 0) ? 0 : range.lower; } else { range.lower = (range.lower < minX) ? minX : range.lower; } extendRange(IExtendedChart.X_AXIS, range, extendedMinX, extendedMaxX, rangeRestriction.getExtendMinX(), rangeRestriction.getExtendMaxX()); } else { /* * Y-AXIS */ if(rangeRestriction.isForceZeroMinY()) { range.lower = 0.0d; } else { if(rangeRestriction.isZeroY()) { range.lower = (range.lower < 0) ? 0 : range.lower; } else { range.lower = (range.lower < minY) ? minY : range.lower; } } extendRange(IExtendedChart.Y_AXIS, range, extendedMinY, extendedMaxY, rangeRestriction.getExtendMinY(), rangeRestriction.getExtendMaxY()); } /* * Adjust the range. */ if(range.lower < range.upper) { axis.setRange(range); } } } /** * Reset the currently used series settings by the stored initial settings if available. * * @param id */ protected void resetSeriesSettings(String id) { ISeriesSettings seriesSettingsSource = seriesSettingsMapReset.get(id); if(seriesSettingsSource != null) { ISeriesSettings seriesSettingsSink = seriesSettingsMap.get(id); if(seriesSettingsSink != null) { MappingsSupport.transferSettings(seriesSettingsSource, seriesSettingsSink); } } } private void extendRange(String axis, Range range, double min, double max, double extendMin, double extendMax) { /* * Calculate the extension value. */ double lowerExtension = getExtensionValue(axis, range.lower, extendMin); double upperExtension = getExtensionValue(axis, range.upper, extendMax); /* * Min */ if(lowerExtension != 0.0d) { if(range.lower != min) { double lowerCalculated; if(range.lower > 0.0d) { lowerCalculated = range.lower - lowerExtension; } else { lowerCalculated = range.lower + lowerExtension; } // if(lowerCalculated <= min) { range.lower = min; } else { range.lower = (range.lower < min) ? min : range.lower; } } } else { range.lower = (range.lower < min) ? min : range.lower; } /* * Max */ if(upperExtension != 0.0d) { if(range.upper != max) { double upperCalculated; if(range.upper > 0.0d) { upperCalculated = range.upper + upperExtension; } else { upperCalculated = range.upper - upperExtension; } // if(upperCalculated >= max) { range.upper = max; } else { range.upper = (range.upper > max) ? max : range.upper; } } } else { range.upper = (range.upper > max) ? max : range.upper; } } @Override public ISeries createSeries(ISeriesData seriesData, ISeriesSettings seriesSettings) throws SeriesException { SeriesType seriesType = getSeriesType(seriesSettings); if(seriesType != null) { if(SeriesType.PIE.equals(seriesType)) { /* * Pie or Doughnut */ ICircularSeriesData circularSeriesData = (ICircularSeriesData)seriesData; ICircularSeriesSettings circularSeriesSettings = (ICircularSeriesSettings)seriesSettings; NodeDataModel nodeDataModel = circularSeriesData.getDataModel(); // isCircularSeries = true; seriesType = circularSeriesSettings.getSeriesType(); /* * Create the series. */ String id = CircularSeriesData.ID; mapSeriesSettings(id, seriesSettings); ISeries series = seriesSet.createSeries(seriesType, id); ICircularSeries circularSeries = (ICircularSeries)series; circularSeries.setNodeDataModel(nodeDataModel); double depth = nodeDataModel.getRootPointer().getMaxSubTreeDepth() - 1; updateCoordinates(-depth, depth, -depth, depth); /* * Create the series settings. */ String[] labels = circularSeries.getLabels(); Color[] colors = circularSeries.getColors(); if(labels != null) { for(int i = 0; i < labels.length; i++) { String label = labels[i]; Node node = circularSeries.getNodeById(label); Color color = colors[i] != null ? colors[i] : Display.getDefault().getSystemColor(SWT.COLOR_RED); ISeriesSettings seriesSettingsCopy = MappingsSupport.copySettings(circularSeriesSettings); if(seriesSettingsCopy instanceof ICircularSeriesSettings) { ICircularSeriesSettings circularSeriesSettingsCopy = (ICircularSeriesSettings)seriesSettingsCopy; circularSeriesSettingsCopy.setVisible(node.isVisible()); circularSeriesSettingsCopy.setVisibleInLegend(node.isVisibleInLegend()); circularSeriesSettingsCopy.setDescription(node.getDescription()); circularSeriesSettingsCopy.setSliceColor(color); } mapSeriesSettings(labels[i], seriesSettingsCopy); } } // return circularSeries; } else { /* * Bar, Scatter or Line */ double[] xSeries = seriesData.getXSeries(); double[] ySeries = seriesData.getYSeries(); // if(xSeries.length == ySeries.length) { /* * Put the settings to the map. */ String id = seriesData.getId(); mapSeriesSettings(id, seriesSettings); ISeriesSet seriesSet = getSeriesSet(); ISeries series = seriesSet.createSeries(seriesType, id); series.setXSeries(xSeries); series.setYSeries(ySeries); calculateCoordinates(series); return series; } else { throw new SeriesException(Messages.getString(Messages.X_Y_SERIES_LENGTH_DIFFERS)); } } } else { throw new SeriesException("The series type couldn't be determined."); } } private void mapSeriesSettings(String id, ISeriesSettings seriesSettings) { seriesSettingsMap.put(id, seriesSettings); ISeriesSettings seriesSettingsCopy = MappingsSupport.copySettings(seriesSettings); if(seriesSettingsCopy != null) { seriesSettingsMapReset.put(id, seriesSettingsCopy); } } @Override public void deleteSeries(String id) { ISeriesSet seriesSet = getSeriesSet(); if(seriesSet.getSeries(id) != null) { resetCoordinates(); seriesSet.deleteSeries(id); seriesSettingsMap.remove(id); seriesSettingsMapReset.remove(id); for(ISeries series : seriesSet.getSeries()) { calculateCoordinates(series); } } } @Override public void appendSeries(ISeriesData seriesData) { if(seriesData != null) { ISeriesSet seriesSet = getSeriesSet(); ISeries series = seriesSet.getSeries(seriesData.getId()); if(series != null) { /* * Append the data. */ double[] xSeriesNew = concatenateSeries(series.getXSeries(), seriesData.getXSeries()); series.setXSeries(xSeriesNew); double[] ySeriesNew = concatenateSeries(series.getYSeries(), seriesData.getYSeries()); series.setYSeries(ySeriesNew); // calculateCoordinates(series); } } } protected boolean isRangeValid(Range range) { if(Double.isNaN(range.lower) || Double.isNaN(range.upper)) { return false; } else { return true; } } /** * If no type could be matched, null is returned. * * @param seriesSettings * @return {@link SeriesType} */ private SeriesType getSeriesType(ISeriesSettings seriesSettings) { SeriesType seriesType; // if(seriesSettings instanceof ILineSeriesSettings) { seriesType = SeriesType.LINE; } else if(seriesSettings instanceof IScatterSeriesSettings) { seriesType = SeriesType.LINE; } else if(seriesSettings instanceof IBarSeriesSettings) { seriesType = SeriesType.BAR; } else if(seriesSettings instanceof ICircularSeriesSettings) { seriesType = SeriesType.PIE; } else { seriesType = null; } // return seriesType; } private double[] concatenateSeries(double[] a, double[] b) { int length = a.length + b.length; double[] c = new double[length]; System.arraycopy(a, 0, c, 0, a.length); System.arraycopy(b, 0, c, a.length, b.length); return c; } @Override public void setRange(String axis, double start, double stop) { IAxisSet axisSet = getAxisSet(); IAxis selectedAxis = (axis.equals(IExtendedChart.X_AXIS)) ? axisSet.getXAxis(BaseChart.ID_PRIMARY_X_AXIS) : axisSet.getYAxis(BaseChart.ID_PRIMARY_Y_AXIS); setRange(selectedAxis, start, stop, true); } @Override public void adjustRange(boolean adjustMinMax) { if(!isUpdateSuspended()) { getAxisSet().adjustRange(); if(adjustMinMax) { adjustMinMaxRange(getAxisSet().getXAxis(BaseChart.ID_PRIMARY_X_AXIS)); adjustMinMaxRange(getAxisSet().getYAxis(BaseChart.ID_PRIMARY_Y_AXIS)); } /* * Adjust the secondary axes. */ adjustSecondaryXAxes(); adjustSecondaryYAxes(); } } public void adjustSecondaryAxes() { adjustSecondaryXAxes(); adjustSecondaryYAxes(); } @Override public void adjustSecondaryXAxes() { IAxisSet axisSet = getAxisSet(); IAxis xAxis = axisSet.getXAxis(BaseChart.ID_PRIMARY_X_AXIS); Range range = xAxis.getRange(); for(int id : axisSet.getXAxisIds()) { if(id != BaseChart.ID_PRIMARY_X_AXIS) { IAxis axis = axisSet.getXAxis(id); IAxisSettings axisSettings = xAxisSettingsMap.get(id); if(axis != null && axisSettings instanceof ISecondaryAxisSettings) { IAxisScaleConverter axisScaleConverter = ((ISecondaryAxisSettings)axisSettings).getAxisScaleConverter(); axisScaleConverter.setChartDataCoordinates(this); double start = axisScaleConverter.convertToSecondaryUnit(range.lower); double end = axisScaleConverter.convertToSecondaryUnit(range.upper); if(end > start) { Range adjustedRange = new Range(start, end); axis.setRange(adjustedRange); } else { System.out.println(Messages.getString(Messages.CANT_SET_SECONDARY_X_AXIS_RANGE) + start + "\t" + end); //$NON-NLS-1$ //$NON-NLS-2$ } } } } } @Override public void adjustSecondaryYAxes() { IAxisSet axisSet = getAxisSet(); IAxis yAxis = axisSet.getYAxis(BaseChart.ID_PRIMARY_Y_AXIS); Range range = yAxis.getRange(); for(int id : axisSet.getYAxisIds()) { if(id != BaseChart.ID_PRIMARY_Y_AXIS) { IAxis axis = axisSet.getYAxis(id); IAxisSettings axisSettings = yAxisSettingsMap.get(id); if(axis != null && axisSettings instanceof ISecondaryAxisSettings) { IAxisScaleConverter axisScaleConverter = ((ISecondaryAxisSettings)axisSettings).getAxisScaleConverter(); axisScaleConverter.setChartDataCoordinates(this); double start = axisScaleConverter.convertToSecondaryUnit(range.lower); double end = axisScaleConverter.convertToSecondaryUnit(range.upper); if(end > start) { Range adjustedRange = new Range(start, end); if(isRangeValid(adjustedRange)) { axis.setRange(adjustedRange); } } } } } } /* * Min/max values will be set dynamically via Math.min and Math.max. * Using the default double value 0 could lead to errors when using * Math.min(...), hence initialize the values with the lowest/highest value. */ private void resetCoordinates() { seriesMaxDataPoints = 0; minX = Double.POSITIVE_INFINITY; maxX = Double.NEGATIVE_INFINITY; minY = Double.POSITIVE_INFINITY; maxY = Double.NEGATIVE_INFINITY; } private void calculateCoordinates(ISeries series) { double[] xSeries = series.getXSeries(); double[] ySeries = series.getYSeries(); // if(xSeries.length != 0) { double seriesMinX = Arrays.stream(xSeries).min().getAsDouble(); double seriesMaxX = Arrays.stream(xSeries).max().getAsDouble(); double seriesMinY = Arrays.stream(ySeries).min().getAsDouble(); double seriesMaxY = Arrays.stream(ySeries).max().getAsDouble(); seriesMaxDataPoints = Math.max(seriesMaxDataPoints, xSeries.length); updateCoordinates(seriesMinX, seriesMaxX, seriesMinY, seriesMaxY); } // } protected void updateCoordinates(double seriesMinX, double seriesMaxX, double seriesMinY, double seriesMaxY) { minX = Math.min(minX, seriesMinX); minX = (rangeRestriction.isZeroX() && minX < 0.0d) ? 0.0d : minX; maxX = Math.max(maxX, seriesMaxX); minY = Math.min(minY, seriesMinY); minY = (rangeRestriction.isZeroY() && minY < 0.0d) ? 0.0d : minY; minY = (rangeRestriction.isForceZeroMinY()) ? 0.0d : minY; maxY = Math.max(maxY, seriesMaxY); // calculateExtendedCoordinates(); } private void calculateExtendedCoordinates() { double extensionValue; /* * Min X */ extendedMinX = minX; extensionValue = getExtensionValue(IExtendedChart.X_AXIS, extendedMinX, rangeRestriction.getExtendMinX()); if(extendedMinX > 0.0d) { extendedMinX -= extensionValue; } else { extendedMinX += extensionValue; } /* * Max X */ extendedMaxX = maxX; extensionValue = getExtensionValue(IExtendedChart.X_AXIS, extendedMaxX, rangeRestriction.getExtendMaxX()); if(extendedMaxX > 0.0d) { extendedMaxX += extensionValue; } else { extendedMaxX -= extensionValue; } /* * Min Y */ extendedMinY = minY; extensionValue = getExtensionValue(IExtendedChart.Y_AXIS, extendedMinY, rangeRestriction.getExtendMinY()); if(extendedMinY > 0.0d) { extendedMinY -= extensionValue; } else { extendedMinY += extensionValue; } /* * Max Y */ extendedMaxY = maxY; extensionValue = getExtensionValue(IExtendedChart.Y_AXIS, extendedMaxY, rangeRestriction.getExtendMaxY()); if(extendedMaxY > 0.0d) { extendedMaxY += extensionValue; } else { extendedMaxY -= extensionValue; } } /** * Use IExtendedChart.X_AXIS or IExtendedChart.Y_AXIS. * * @param axis * @param base * @param extend * @return double */ private double getExtensionValue(String axis, double base, double extend) { ExtendType extendType; if(IExtendedChart.X_AXIS.equals(axis)) { extendType = rangeRestriction.getExtendTypeX(); } else { extendType = rangeRestriction.getExtendTypeY(); } // double extensionValue = 0.0d; switch(extendType) { case RELATIVE: extensionValue = base * extend; break; case ABSOLUTE: extensionValue = extend; break; } // return extensionValue; } }AbstractHandledChart.java000066400000000000000000000017111436443153700371140ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2019 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Event; import org.eclipse.swtchart.Chart; public abstract class AbstractHandledChart extends Chart implements IEventHandler { public AbstractHandledChart(Composite parent, int style) { super(parent, style); } @Override public void handleEvent(Event event) { super.handleEvent(event); IEventHandler.super.handleEvent(event); } } AbstractPointSeriesSettings.java000066400000000000000000000031041436443153700405560ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.ILineSeries.PlotSymbolType; public abstract class AbstractPointSeriesSettings extends AbstractSeriesSettings implements IPointSeriesSettings { private PlotSymbolType symbolType; private int symbolSize; private Color symbolColor; public AbstractPointSeriesSettings() { symbolType = PlotSymbolType.NONE; symbolSize = 8; symbolColor = Display.getDefault().getSystemColor(SWT.COLOR_BLACK); } @Override public PlotSymbolType getSymbolType() { return symbolType; } @Override public void setSymbolType(PlotSymbolType symbolType) { this.symbolType = symbolType; } @Override public int getSymbolSize() { return symbolSize; } @Override public void setSymbolSize(int symbolSize) { this.symbolSize = symbolSize; } @Override public Color getSymbolColor() { return symbolColor; } @Override public void setSymbolColor(Color symbolColor) { this.symbolColor = symbolColor; } }AbstractSeriesSettings.java000066400000000000000000000031031436443153700375430ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.extensions.core; public abstract class AbstractSeriesSettings implements ISeriesSettings { private String description = ""; //$NON-NLS-1$ private boolean visible = true; private boolean visibleInLegend = true; /* * Transient * This is marker to indicate if this * settings is a highlight series. */ private boolean highlight = false; @Override public String getDescription() { return description; } @Override public void setDescription(String description) { this.description = description; } @Override public boolean isVisible() { return visible; } @Override public void setVisible(boolean visible) { this.visible = visible; } @Override public boolean isVisibleInLegend() { return visibleInLegend; } @Override public void setVisibleInLegend(boolean visibleInLegend) { this.visibleInLegend = visibleInLegend; } @Override public boolean isHighlight() { return highlight; } @Override public void setHighlight(boolean highlight) { this.highlight = highlight; } }BaseChart.java000066400000000000000000001276241436443153700347570ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization * Himanshu Balasamanta - Circular Charts *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import java.text.DecimalFormat; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.EmptyStackException; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.Stack; import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEvent; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Event; import org.eclipse.swtchart.IAxis; import org.eclipse.swtchart.IAxis.Position; import org.eclipse.swtchart.IAxisSet; import org.eclipse.swtchart.IBarSeries; import org.eclipse.swtchart.ICircularSeries; import org.eclipse.swtchart.ILineSeries; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.ITitle; import org.eclipse.swtchart.LineStyle; import org.eclipse.swtchart.Range; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesSettings; import org.eclipse.swtchart.extensions.events.CircularMouseDownEvent; import org.eclipse.swtchart.extensions.events.IEventProcessor; import org.eclipse.swtchart.extensions.events.IHandledEventProcessor; import org.eclipse.swtchart.extensions.exceptions.SeriesException; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesSettings; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesSettings; import org.eclipse.swtchart.model.Node; import org.eclipse.swtchart.model.NodeDataModel; public class BaseChart extends AbstractExtendedChart implements IChartDataCoordinates, IRangeSupport, IExtendedChart, IKeyboardSupport { public static final int ID_PRIMARY_X_AXIS = 0; public static final int ID_PRIMARY_Y_AXIS = 0; public static final String DEFAULT_TITLE_X_AXIS = Messages.getString(Messages.X_AXIS); public static final String DEFAULT_TITLE_Y_AXIS = Messages.getString(Messages.Y_AXIS); // public static final String SELECTED_SERIES_NONE = Messages.getString(Messages.NONE); /* * see: IHandledEventProcessor * Map>>> * Map>>> * e.g.: * Integer: EVENT_MOUSE_DOUBLE_CLICK (Event) * Integer: BUTTON_NONE (Button) * Integer: SWT.MOD1 (StateMask) */ private Map>>> registeredEvents; /* * Settings */ private IChartSettings chartSettings; /* * Prevent accidental zooming. * At least 30% of the chart width or height needs to be selected. */ private static final int MIN_SELECTION_PERCENTAGE = 30; public static final long DELTA_CLICK_TIME = 100; /* * To prevent that the data is redrawn on mouse events too * often, a trigger determines e.g. that the redraw event * is called only at every xth event. */ private int redrawFrequency = 1; private int redrawCounter = 0; // private List customRangeSelectionHandlers; private List customPointSelectionHandlers; private List seriesModificationListeners; private List seriesStatusListeners; // private UserSelection userSelection; private long clickStartTime; private Set selectedSeriesIds; /* * Do/Undo -1 */ private Stack handledSelectionEvents; private double[] redoSelection; /* * Shift series */ public static final int SHIFT_CONSTRAINT_NONE = 0; public static final int SHIFT_CONSTRAINT_RANGE_SELECTION = 1 << 0; public static final int SHIFT_CONSTRAINT_DELETE_X = 1 << 1; public static final int SHIFT_CONSTRAINT_DELETE_Y = 1 << 2; public static final int SHIFT_CONSTRAINT_CLINCH_X = 1 << 3; public static final int SHIFT_CONSTRAINT_STRETCH_X = 1 << 4; public static final int SHIFT_CONSTRAINT_BROADEN_X = 1 << 5; public static final int SHIFT_CONSTRAINT_NARROW_X = 1 << 6; // private int shiftConstraints = SHIFT_CONSTRAINT_NONE; // public static final long DELTA_MOVE_TIME = 350; private long moveStartTime = 0; private int xMoveStart = 0; private int yMoveStart = 0; private Map> dataShiftHistory; public BaseChart(Composite parent, int style) { super(parent, style); // chartSettings = new ChartSettings(); /* * Rectangle range selection. */ userSelection = new UserSelection(); customRangeSelectionHandlers = new ArrayList<>(); customPointSelectionHandlers = new ArrayList<>(); seriesModificationListeners = new ArrayList<>(); seriesStatusListeners = new ArrayList<>(); selectedSeriesIds = new HashSet<>(); initializeEventProcessors(); /* * Create the default x and y axis. */ IAxisSet axisSet = getAxisSet(); // IAxis xAxisPrimary = axisSet.getXAxis(ID_PRIMARY_X_AXIS); ITitle titleX = xAxisPrimary.getTitle(); titleX.setText(DEFAULT_TITLE_X_AXIS); titleX.setVisible(true); xAxisPrimary.setPosition(Position.Primary); xAxisPrimary.getTick().setFormat(new DecimalFormat()); xAxisPrimary.enableLogScale(false); xAxisPrimary.enableCategory(false); xAxisPrimary.setReversed(false); xAxisPrimary.setDrawAxisLine(true); xAxisPrimary.setCategorySeries(new String[]{}); xAxisPrimary.setIntegerDataPointAxis(false); // IAxis yAxisPrimary = axisSet.getYAxis(ID_PRIMARY_Y_AXIS); ITitle titleY = yAxisPrimary.getTitle(); titleY.setText(DEFAULT_TITLE_Y_AXIS); titleY.setVisible(true); yAxisPrimary.setPosition(Position.Primary); yAxisPrimary.getTick().setFormat(new DecimalFormat()); yAxisPrimary.enableLogScale(false); yAxisPrimary.enableCategory(false); yAxisPrimary.setReversed(false); yAxisPrimary.setDrawAxisLine(true); yAxisPrimary.setIntegerDataPointAxis(false); // handledSelectionEvents = new Stack<>(); redoSelection = null; // dataShiftHistory = new HashMap<>(); } private void initializeEventProcessors() { registeredEvents = new HashMap<>(); initializeEvents(); } private void initializeEvents() { registeredEvents.put(EVENT_MOUSE_DOUBLE_CLICK, new HashMap<>()); registeredEvents.put(EVENT_MOUSE_WHEEL, new HashMap<>()); registeredEvents.put(EVENT_MOUSE_DOWN, new HashMap<>()); registeredEvents.put(EVENT_MOUSE_MOVE, new HashMap<>()); registeredEvents.put(EVENT_MOUSE_UP, new HashMap<>()); registeredEvents.put(EVENT_KEY_DOWN, new HashMap<>()); registeredEvents.put(EVENT_KEY_UP, new HashMap<>()); } public void clearEventProcessors() { registeredEvents.clear(); initializeEvents(); } public void resetSeriesSettings(ISeries series) { resetSeriesSettings(series.getId()); } public void addEventProcessor(IHandledEventProcessor handledEventProcessor) { /* * Example * Event.: EVENT_MOUSE_DOUBLE_CLICK */ Map>> eventProcessors = registeredEvents.get(handledEventProcessor.getEvent()); /* * Example * Button: BUTTON_LEFT */ int button = handledEventProcessor.getButton(); Map> buttonEventProcessors = eventProcessors.get(button); if(buttonEventProcessors == null) { buttonEventProcessors = new HashMap<>(); eventProcessors.put(button, buttonEventProcessors); } /* * Example * StateMask: SWT.MOD1 */ int stateMask = handledEventProcessor.getStateMask(); List handledEventProcessors = buttonEventProcessors.get(stateMask); if(handledEventProcessors == null) { handledEventProcessors = new ArrayList<>(); } handledEventProcessors.add(handledEventProcessor); buttonEventProcessors.put(stateMask, handledEventProcessors); } public void setChartSettings(IChartSettings chartSettings) { this.chartSettings = chartSettings; } public IChartSettings getChartSettings() { return chartSettings; } public long getMoveStartTime() { return moveStartTime; } public void setMoveStartTime(long moveStartTime) { this.moveStartTime = moveStartTime; } public int getXMoveStart() { return xMoveStart; } public void setXMoveStart(int xMoveStart) { this.xMoveStart = xMoveStart; } public int getYMoveStart() { return yMoveStart; } public void setYMoveStart(int yMoveStart) { this.yMoveStart = yMoveStart; } public UserSelection getUserSelection() { return userSelection; } public void increaseRedrawCounter() { redrawCounter++; } public void resetRedrawCounter() { redrawCounter = 0; } public long getClickStartTime() { return clickStartTime; } public void setClickStartTime(long clickStartTime) { this.clickStartTime = clickStartTime; } public boolean isRedraw() { return (redrawCounter >= redrawFrequency); } public double getShiftValue(int positionStart, int positionStop, String orientation) { double shiftValue = 0.0d; double start; double stop; int length; /* * Get the axis. */ if(orientation.equals(IExtendedChart.X_AXIS)) { IAxis axis = getAxisSet().getXAxis(BaseChart.ID_PRIMARY_X_AXIS); start = axis.getRange().lower; stop = axis.getRange().upper; length = getPlotArea().getSize().x; } else { IAxis axis = getAxisSet().getYAxis(BaseChart.ID_PRIMARY_Y_AXIS); start = axis.getRange().lower; stop = axis.getRange().upper; length = getPlotArea().getSize().y; } // if(positionStart > 0 && positionStop > 0 && positionStart < length && positionStop < length) { // double delta = stop - start; double percentageStart; double percentageStop; // if(orientation.equals(IExtendedChart.X_AXIS)) { percentageStart = ((100.0d / length) * positionStart) / 100.0d; percentageStop = ((100.0d / length) * positionStop) / 100.0d; } else { percentageStart = (100.0d - ((100.0d / length) * positionStart)) / 100.0d; percentageStop = (100.0d - ((100.0d / length) * positionStop)) / 100.0d; } // shiftValue = (start + delta * percentageStop) - (start + delta * percentageStart); } return shiftValue; } @Override public ISeries createSeries(ISeriesData seriesData, ISeriesSettings seriesSettings) throws SeriesException { ISeries series = super.createSeries(seriesData, seriesSettings); calculateRedrawFrequency(); return series; } @Override public void deleteSeries(String id) { super.deleteSeries(id); calculateRedrawFrequency(); dataShiftHistory.remove(id); } @Override public void appendSeries(ISeriesData seriesData) { super.appendSeries(seriesData); calculateRedrawFrequency(); } private void calculateRedrawFrequency() { /* * The frequency might be calculated here to increase the performance. * I've not found a smart solution yet to improve the speed when * displaying large data sets. */ redrawFrequency = 2; } public double getSelectedPrimaryAxisValue(int position, String orientation) { double primaryValue; double start; double stop; int length; // if(orientation.equals(IExtendedChart.X_AXIS)) { IAxis axis = getAxisSet().getXAxis(BaseChart.ID_PRIMARY_X_AXIS); if(axis.isReversed()) { start = axis.getRange().upper; stop = axis.getRange().lower; } else { start = axis.getRange().lower; stop = axis.getRange().upper; } length = getPlotArea().getSize().x; } else { IAxis axis = getAxisSet().getYAxis(BaseChart.ID_PRIMARY_Y_AXIS); if(axis.isReversed()) { start = axis.getRange().upper; stop = axis.getRange().lower; } else { start = axis.getRange().lower; stop = axis.getRange().upper; } length = getPlotArea().getSize().y; } // if(position <= 0) { primaryValue = start; } else if(position > length) { primaryValue = stop; } else { double delta = stop - start; double percentage; if(orientation.equals(IExtendedChart.X_AXIS)) { percentage = ((100.0d / length) * position) / 100.0d; } else { percentage = (100.0d - ((100.0d / length) * position)) / 100.0d; } primaryValue = start + delta * percentage; } return primaryValue; } public boolean addCustomRangeSelectionHandler(ICustomSelectionHandler customSelectionHandler) { return customRangeSelectionHandlers.add(customSelectionHandler); } public boolean removeCustomRangeSelectionHandler(ICustomSelectionHandler customSelectionHandler) { return customRangeSelectionHandlers.remove(customSelectionHandler); } public boolean addCustomPointSelectionHandler(ICustomSelectionHandler customSelectionHandler) { return customPointSelectionHandlers.add(customSelectionHandler); } public boolean removeCustomPointSelectionHandler(ICustomSelectionHandler customSelectionHandler) { return customPointSelectionHandlers.remove(customSelectionHandler); } public boolean addSeriesModificationListener(ISeriesModificationListener seriesModificationListener) { return seriesModificationListeners.add(seriesModificationListener); } public boolean removeSeriesModificationListener(ISeriesModificationListener seriesModificationListener) { return seriesModificationListeners.remove(seriesModificationListener); } public boolean addSeriesStatusListener(ISeriesStatusListener seriesSelectionListener) { return seriesStatusListeners.add(seriesSelectionListener); } public boolean removeSeriesStatusListener(ISeriesStatusListener seriesSelectionListener) { return seriesStatusListeners.remove(seriesSelectionListener); } /** * Returns the set of selected series ids. * The list is unmodifiable. * * @return Set */ public Set getSelectedSeriesIds() { return Collections.unmodifiableSet(selectedSeriesIds); } /** * Returns a set of all series ids. * * @return Set */ public Set getSeriesIds() { Set seriesIds = new HashSet<>(); ISeries[] series = getSeriesSet().getSeries(); for(ISeries serie : series) { seriesIds.add(serie.getId()); } // return seriesIds; } public boolean isSeriesContained(String seriesId) { if(getSeriesSet().getSeries(seriesId) == null) { return false; } else { return true; } } @Override public void paintControl(PaintEvent e) { if(userSelection.isActive()) { /* * Draw the rectangle of the user selection. */ int currentLineStyle = e.gc.getLineStyle(); e.gc.setLineStyle(SWT.LINE_DOT); // int xMin = Math.min(userSelection.getStartX(), userSelection.getStopX()); int xMax = Math.max(userSelection.getStartX(), userSelection.getStopX()); int yMin = Math.min(userSelection.getStartY(), userSelection.getStopY()); int yMax = Math.max(userSelection.getStartY(), userSelection.getStopY()); // RangeRestriction rangeRestriction = getRangeRestriction(); if(isSelectXY(rangeRestriction)) { /* * X and Y zoom. */ e.gc.drawRectangle(xMin, yMin, xMax - xMin, yMax - yMin); } else { /* * X or Y zoom. */ if(rangeRestriction.isRestrictSelectX()) { e.gc.drawLine(xMin, yMin, xMax, yMin); } else if(rangeRestriction.isRestrictSelectY()) { e.gc.drawLine(xMin, yMin, xMin, yMax); } } // e.gc.setLineStyle(currentLineStyle); } } @Override public void handleMouseDownEvent(Event event) { handleEvent(registeredEvents.get(EVENT_MOUSE_DOWN).get(event.button), event); } @Override public void handleMouseMoveEvent(Event event) { handleEvent(registeredEvents.get(EVENT_MOUSE_MOVE).get(MOUSE_BUTTON_NONE), event); } @Override public void handleMouseUpEvent(Event event) { handleEvent(registeredEvents.get(EVENT_MOUSE_UP).get(event.button), event); } @Override public void handleMouseWheel(Event event) { handleEvent(registeredEvents.get(EVENT_MOUSE_WHEEL).get(MOUSE_BUTTON_WHEEL), event); } @Override public void handleMouseDoubleClick(Event event) { handleEvent(registeredEvents.get(EVENT_MOUSE_DOUBLE_CLICK).get(event.button), event); } @Override public void handleKeyDownEvent(Event event) { handleEvent(registeredEvents.get(EVENT_KEY_DOWN).get(event.keyCode), event); } @Override public void handleKeyUpEvent(Event event) { handleEvent(registeredEvents.get(EVENT_KEY_UP).get(event.keyCode), event); } private void handleEvent(Map> eventProcessorMap, Event event) { if(eventProcessorMap != null) { if(event.stateMask == SWT.NONE) { /* * Default processor. * The stateMask == 0 is handled differently. */ List eventProcessors = eventProcessorMap.get(SWT.NONE); handleEventProcessors(eventProcessors, event); } else { /* * Handle all other stateMasks. */ exitloop: for(int eventMask : eventProcessorMap.keySet()) { /* * Skip the default processor. */ if(eventMask == SWT.NONE) { continue; } // if((event.stateMask & eventMask) == eventMask) { List eventProcessors = eventProcessorMap.get(eventMask); handleEventProcessors(eventProcessors, event); break exitloop; } } } } } private void handleEventProcessors(List eventProcessors, Event event) { if(eventProcessors != null) { for(IEventProcessor eventProcessor : eventProcessors) { /* * Handle the event. */ if(eventProcessor != null) { eventProcessor.handleEvent(this, event); } } } } public void selectSeries(String selectedSeriesId) { selectSeries(selectedSeriesId, true); } public void selectSeries(String selectedSeriesId, boolean fireUpdate) { if(isSeriesContained(selectedSeriesId)) { ISeries dataSeries = getSeriesSet().getSeries(selectedSeriesId); ISeriesSettings seriesSettings = getSeriesSettings(selectedSeriesId); selectedSeriesIds.add(selectedSeriesId); applySeriesSettings(dataSeries, seriesSettings.getSeriesSettingsHighlight()); if(fireUpdate) { fireSeriesStatusEvent(selectedSeriesId, ISeriesStatusListener.SELECT); } } } public void hideSeries(String selectedSeriesId) { hideSeries(selectedSeriesId, true); } public void hideSeries(String selectedSeriesId, boolean fireUpdate) { ISeries dataSeries = getSeriesSet().getSeries(selectedSeriesId); if(dataSeries != null) { selectedSeriesIds.remove(selectedSeriesId); dataSeries.setVisible(false); dataSeries.setVisibleInLegend(false); if(fireUpdate) { fireSeriesStatusEvent(selectedSeriesId, ISeriesStatusListener.HIDE); } } } public void resetSeriesSettings() { resetSeriesSettings(true); } public void resetSeriesSettings(boolean fireUpdate) { applySeriesSettings(); selectedSeriesIds.clear(); redraw(); if(fireUpdate) { fireSeriesStatusEvent(SELECTED_SERIES_NONE, ISeriesStatusListener.RESET); } } public void showSeries(String selectedSeriesId) { ISeries dataSeries = getSeriesSet().getSeries(selectedSeriesId); if(dataSeries != null) { dataSeries.setVisible(true); dataSeries.setVisibleInLegend(true); } } public void applySeriesSettings() { ISeries[] seriesSet = getSeriesSet().getSeries(); for(ISeries series : seriesSet) { ISeriesSettings seriesSettings = getSeriesSettings(series.getId()); applySeriesSettings(series, seriesSettings); } } public void applySeriesSettings(ISeries series, ISeriesSettings seriesSettings) { applySeriesSettings(series, seriesSettings, false); } /** * If updateAvailableMapping is true, an existing mapping will be updated by the given series settings. * Otherwise, the series settings will be replaced by a mapped settings if it exists. * * @param series * @param seriesSettings * @param updateAvailableMapping */ public void applySeriesSettings(ISeries series, ISeriesSettings seriesSettings, boolean updateAvailableMapping) { /* * Get the mapped series settings. */ ISeriesSettings seriesSettingsMapping = SeriesMapper.get(series, this); if(seriesSettingsMapping != null) { if(seriesSettings.isHighlight()) { /* * Highlight Series Settings */ if(updateAvailableMapping) { MappingsSupport.transferSettings(seriesSettings, seriesSettingsMapping.getSeriesSettingsHighlight()); } else { MappingsSupport.transferSettings(seriesSettingsMapping.getSeriesSettingsHighlight(), seriesSettings); } } else { /* * Normal Series Settings */ if(updateAvailableMapping) { MappingsSupport.transferSettings(seriesSettings, seriesSettingsMapping); } else { MappingsSupport.transferSettings(seriesSettingsMapping, seriesSettings); } } } /* * Apply series settings. */ if(series instanceof ILineSeries) { ILineSeries lineSeries = (ILineSeries)series; if(seriesSettings instanceof ILineSeriesSettings) { /* * Line Series */ ILineSeriesSettings lineSeriesSettings = (ILineSeriesSettings)seriesSettings; applyLineSeriesSettings(lineSeries, lineSeriesSettings); } else if(seriesSettings instanceof IScatterSeriesSettings) { /* * Scatter Series */ IScatterSeriesSettings scatterSeriesSettings = (IScatterSeriesSettings)seriesSettings; applyScatterSeriesSettings(lineSeries, scatterSeriesSettings); } } else if(series instanceof IBarSeries) { IBarSeries barSeries = (IBarSeries)series; if(seriesSettings instanceof IBarSeriesSettings) { /* * Bar Series */ IBarSeriesSettings barSeriesSettings = (IBarSeriesSettings)seriesSettings; applyBarSeriesSettings(barSeries, barSeriesSettings); } } else if(series instanceof ICircularSeries) { ICircularSeries circularSeries = (ICircularSeries)series; if(seriesSettings instanceof ICircularSeriesSettings) { /* * Pie Series */ ICircularSeriesSettings circularSeriesSettings = (ICircularSeriesSettings)seriesSettings; applyCircularSeriesSettings(circularSeries, circularSeriesSettings); // String id = circularSeries.getId(); NodeDataModel nodeDataModel = circularSeries.getNodeDataModel(); if(nodeDataModel != null) { Node node = nodeDataModel.getNodeById(id); if(node != null) { Node highlightedNode = circularSeries.getHighlightedNode(); if(node == highlightedNode) { ICircularSeriesSettings circularSeriesSettingsHighlight = (ICircularSeriesSettings)seriesSettings.getSeriesSettingsHighlight(); node.setVisible(circularSeriesSettingsHighlight.isVisible()); node.setVisibleInLegend(circularSeriesSettingsHighlight.isVisibleInLegend()); node.setSliceColor(circularSeriesSettingsHighlight.getSliceColor()); node.setDescription(circularSeriesSettingsHighlight.getDescription()); } else { node.setVisible(circularSeriesSettings.isVisible()); node.setVisibleInLegend(circularSeriesSettings.isVisibleInLegend()); node.setSliceColor(circularSeriesSettings.getSliceColor()); node.setDescription(circularSeriesSettings.getDescription()); } } } } } } private void applyLineSeriesSettings(ILineSeries lineSeries, ILineSeriesSettings lineSeriesSettings) { applyBaseSeriesSettings(lineSeries, lineSeriesSettings); lineSeries.setAntialias(lineSeriesSettings.getAntialias()); lineSeries.enableArea(lineSeriesSettings.isEnableArea()); lineSeries.setSymbolType(lineSeriesSettings.getSymbolType()); lineSeries.setSymbolSize(lineSeriesSettings.getSymbolSize()); lineSeries.setSymbolColor(lineSeriesSettings.getSymbolColor()); lineSeries.setLineColor(lineSeriesSettings.getLineColor()); lineSeries.setLineWidth(lineSeriesSettings.getLineWidth()); lineSeries.enableStack(lineSeriesSettings.isEnableStack()); lineSeries.enableStep(lineSeriesSettings.isEnableStep()); lineSeries.setLineStyle(lineSeriesSettings.getLineStyle()); } private void applyScatterSeriesSettings(ILineSeries scatterSeries, IScatterSeriesSettings scatterSeriesSettings) { applyBaseSeriesSettings(scatterSeries, scatterSeriesSettings); scatterSeries.enableArea(false); scatterSeries.setSymbolType(scatterSeriesSettings.getSymbolType()); scatterSeries.setSymbolSize(scatterSeriesSettings.getSymbolSize()); scatterSeries.setSymbolColor(scatterSeriesSettings.getSymbolColor()); scatterSeries.setLineStyle(LineStyle.NONE); } private void applyBarSeriesSettings(IBarSeries barSeries, IBarSeriesSettings barSeriesSettings) { applyBaseSeriesSettings(barSeries, barSeriesSettings); barSeries.setBarColor(barSeriesSettings.getBarColor()); barSeries.setBarPadding(barSeriesSettings.getBarPadding()); barSeries.setBarWidth(barSeriesSettings.getBarWidth()); barSeries.setBarOverlay(barSeriesSettings.isBarOverlay()); barSeries.enableStack(barSeriesSettings.isEnableStack()); } private void applyCircularSeriesSettings(ICircularSeries circularSeries, ICircularSeriesSettings circularSeriesSettings) { applyBaseSeriesSettings(circularSeries, circularSeriesSettings); this.getTitle().setText(circularSeriesSettings.getDescription()); // circularSeries.setSliceColor(circularSeriesSettings.getSliceColor()); circularSeries.setBorderColor(circularSeriesSettings.getBorderColor()); circularSeries.setBorderWidth(circularSeriesSettings.getBorderWidth()); circularSeries.setBorderStyle(circularSeriesSettings.getBorderStyle().value()); // ISeriesSettings seriesSettingsHighlight = circularSeriesSettings.getSeriesSettingsHighlight(); if(seriesSettingsHighlight instanceof ICircularSeriesSettings) { ICircularSeriesSettings circularSeriesSettingsHighlight = (ICircularSeriesSettings)seriesSettingsHighlight; circularSeries.setSliceColorHighlight(circularSeriesSettingsHighlight.getSliceColor()); circularSeries.setBorderColorHighlight(circularSeriesSettingsHighlight.getBorderColor()); circularSeries.setBorderWidthHighlight(circularSeriesSettingsHighlight.getBorderWidth()); circularSeries.setBorderStyleHighlight(circularSeriesSettingsHighlight.getBorderStyle().value()); } /* * Handle the slice selection. */ IHandledEventProcessor processor = (IHandledEventProcessor)registeredEvents.get(EVENT_MOUSE_DOWN).get(1).get(SWT.NONE).get(0); if(processor instanceof CircularMouseDownEvent) { CircularMouseDownEvent mouseDownEvent = ((CircularMouseDownEvent)registeredEvents.get(EVENT_MOUSE_DOWN).get(1).get(SWT.NONE).get(0)); mouseDownEvent.setRedrawOnClick(circularSeriesSettings.isRedrawOnClick()); mouseDownEvent.setFillEntireSpace(circularSeriesSettings.isEntireSpaceFilled()); } } private void applyBaseSeriesSettings(ISeries series, ISeriesSettings seriesSettings) { series.setDescription(seriesSettings.getDescription()); series.setVisible(seriesSettings.isVisible()); series.setVisibleInLegend(seriesSettings.isVisibleInLegend()); } public List getDataShiftHistory(String selectedSeriesId) { List dataShifts = dataShiftHistory.get(selectedSeriesId); if(dataShifts != null) { return Collections.unmodifiableList(dataShifts); } else { return null; } } public boolean isDataShifted() { for(Collection dataShifts : dataShiftHistory.values()) { if(dataShifts != null) { return true; } } return false; } public void setShiftConstraints(int shiftConstraints) { this.shiftConstraints = shiftConstraints; } public void shiftSeries(String selectedSeriesId, double shiftX, double shiftY) { ISeries dataSeries = getSeriesSet().getSeries(selectedSeriesId); if(dataSeries != null) { // if(shiftX != 0.0d || shiftY != 0.0d) { // double seriesMinX = Double.MAX_VALUE; double seriesMaxX = Double.MIN_VALUE; double seriesMinY = Double.MAX_VALUE; double seriesMaxY = Double.MIN_VALUE; // if(shiftX != 0.0d) { /* * Shift X */ double[] xSeriesShifted = adjustArray(dataSeries.getXSeries(), shiftX, IExtendedChart.X_AXIS); dataSeries.setXSeries(xSeriesShifted); seriesMinX = xSeriesShifted[0]; seriesMaxX = xSeriesShifted[xSeriesShifted.length - 1]; } // if(shiftY != 0.0d) { /* * Shift Y */ double[] ySeriesShifted = adjustArray(dataSeries.getYSeries(), shiftY, IExtendedChart.Y_AXIS); dataSeries.setYSeries(ySeriesShifted); seriesMinY = ySeriesShifted[0]; seriesMaxY = ySeriesShifted[ySeriesShifted.length - 1]; } /* * Track the shifts. */ Range rangeX = getAxisSet().getXAxis(ID_PRIMARY_X_AXIS).getRange(); Range rangeY = getAxisSet().getYAxis(ID_PRIMARY_Y_AXIS).getRange(); List shiftRecord = getShiftRecord(selectedSeriesId); shiftRecord.add(new double[]{rangeX.lower, rangeX.upper, shiftX, rangeY.lower, rangeY.upper, shiftY, shiftConstraints}); // updateCoordinates(seriesMinX, seriesMaxX, seriesMinY, seriesMaxY); fireSeriesModificationEvent(); } } } private List getShiftRecord(String selectedSeriesId) { List shiftRecord = dataShiftHistory.get(selectedSeriesId); if(shiftRecord == null) { shiftRecord = new ArrayList(); dataShiftHistory.put(selectedSeriesId, shiftRecord); } return shiftRecord; } private double[] adjustArray(double[] series, double shift, String axisOrientation) { if(shiftConstraints == SHIFT_CONSTRAINT_NONE) { series = adjustArrayWithoutConstraints(series, shift); } else { /* * Take the constraints into consideration. */ boolean deleteShiftedData = isDeleteShiftedData(axisOrientation); if(deleteShiftedData) { series = adjustArrayWithConstraints(series, shift, axisOrientation); } else { series = adjustArrayWithoutConstraints(series, shift); } } return series; } private double[] adjustArrayWithoutConstraints(double[] series, double shift) { for(int i = 0; i < series.length; i++) { series[i] += shift; } return series; } private double[] adjustArrayWithConstraints(double[] series, double shift, String axisOrientation) { double lowerBorder = 0.0d; /* * Shift the data. */ for(int i = 0; i < series.length; i++) { double valueShifted = series[i] + shift; if(valueShifted >= lowerBorder) { /* * Valid */ series[i] = valueShifted; } else { /* * Invalid */ series[i] = 0; } } // return series; } private boolean isDeleteShiftedData(String axisOrientation) { if(axisOrientation.equals(IExtendedChart.X_AXIS)) { return ((shiftConstraints & SHIFT_CONSTRAINT_DELETE_X) == SHIFT_CONSTRAINT_DELETE_X) && chartSettings.getRangeRestriction().isZeroX(); } else { return ((shiftConstraints & SHIFT_CONSTRAINT_DELETE_Y) == SHIFT_CONSTRAINT_DELETE_Y) && chartSettings.getRangeRestriction().isZeroY(); } } /** * axisId = IExtendedChart.X_AXIS or IExtendedChart.Y_AXIS. * * @param selectedSeriesId * @param axisId * @param factor */ public void multiplySeries(String selectedSeriesId, String axisId, double factor) { ISeries dataSeries = getSeriesSet().getSeries(selectedSeriesId); if(dataSeries != null) { // double[] xSeries = dataSeries.getXSeries(); double[] ySeries = dataSeries.getYSeries(); // if(IExtendedChart.X_AXIS.equals(axisId)) { dataSeries.setXSeries(multiplySeries(xSeries, factor)); } else if(IExtendedChart.Y_AXIS.equals(axisId)) { dataSeries.setYSeries(multiplySeries(ySeries, factor)); } // double seriesMinX = Arrays.stream(xSeries).min().getAsDouble(); double seriesMaxX = Arrays.stream(xSeries).max().getAsDouble(); double seriesMinY = Arrays.stream(ySeries).min().getAsDouble(); double seriesMaxY = Arrays.stream(ySeries).max().getAsDouble(); // updateCoordinates(seriesMinX, seriesMaxX, seriesMinY, seriesMaxY); fireSeriesModificationEvent(); } } private double[] multiplySeries(double[] series, double factor) { for(int i = 0; i < series.length; i++) { series[i] *= factor; } return series; } public String[] getAxisLabels(String axisOrientation) { List axisSettingsList = getAxisSettings(axisOrientation); int size = axisSettingsList.size(); String[] items = new String[size]; // for(int i = 0; i < size; i++) { IAxisSettings axisSettings = axisSettingsList.get(i); String label; if(axisSettings != null) { label = axisSettings.getLabel(); } else { label = Messages.getString(Messages.NOT_SET); } items[i] = label; } // return items; } public List getAxisSettings(String axisOrientation) { List axisSettingsList = new ArrayList<>(); IAxis[] axes = getAxes(axisOrientation); // for(int i = 0; i < axes.length; i++) { IAxisSettings axisSettings = getAxisSettings(axisOrientation, i); if(axisSettings != null) { axisSettingsList.add(axisSettings); } } // return axisSettingsList; } public DecimalFormat getDecimalFormat(String axisOrientation, int id) { DecimalFormat decimalFormat; IAxisSettings axisSettings = getAxisSettings(axisOrientation, id); // if(axisSettings != null) { decimalFormat = axisSettings.getDecimalFormat(); } else { decimalFormat = new DecimalFormat(); } return decimalFormat; } /** * May return null. * * axis = * IExtendedChart.X_AXIS * or * IExtendedChart.Y_AXIS * * @param axisOrientation * @param id * @return IAxisScaleConverter */ public IAxisScaleConverter getAxisScaleConverter(String axisOrientation, int id) { IAxisScaleConverter axisScaleConverter = null; IAxisSettings axisSettings = null; // if(axisOrientation.equals(IExtendedChart.X_AXIS)) { axisSettings = getXAxisSettings(id); } else { axisSettings = getYAxisSettings(id); } // if(axisSettings instanceof ISecondaryAxisSettings) { axisScaleConverter = ((ISecondaryAxisSettings)axisSettings).getAxisScaleConverter(); } // return axisScaleConverter; } /** * A dummy event is created. * If possible, use the method fireUpdateCustomRangeSelectionHandlers(Event event). */ protected void fireUpdateCustomRangeSelectionHandlers() { Event event = new Event(); fireUpdateCustomRangeSelectionHandlers(event); } public void fireUpdateCustomRangeSelectionHandlers(Event event) { /* * Handle the custom user selection handlers. */ for(ICustomSelectionHandler customSelectionHandler : customRangeSelectionHandlers) { try { customSelectionHandler.handleUserSelection(event); } catch(Exception e) { e.printStackTrace(); } } } /** * A dummy event is created. * If possible, use the method fireUpdateCustomPointSelectionHandlers(Event event). */ protected void fireUpdateCustomPointSelectionHandlers() { Event event = new Event(); fireUpdateCustomPointSelectionHandlers(event); } public void fireUpdateCustomPointSelectionHandlers(Event event) { /* * Handle the custom user selection handlers. */ for(ICustomSelectionHandler customSelectionHandler : customPointSelectionHandlers) { try { customSelectionHandler.handleUserSelection(event); } catch(Exception e) { e.printStackTrace(); } } } private void fireSeriesModificationEvent() { for(ISeriesModificationListener seriesModificationListener : seriesModificationListeners) { try { seriesModificationListener.handleSeriesModificationEvent(); } catch(Exception e) { e.printStackTrace(); } } } private void fireSeriesStatusEvent(String seriesId, int status) { for(ISeriesStatusListener seriesStatusListener : seriesStatusListeners) { try { switch(status) { case ISeriesStatusListener.SELECT: seriesStatusListener.handleSeriesSelectionEvent(seriesId); break; case ISeriesStatusListener.HIDE: seriesStatusListener.handleSeriesHideEvent(seriesId); break; case ISeriesStatusListener.RESET: seriesStatusListener.handleSeriesResetEvent(seriesId); break; case ISeriesStatusListener.REDRAW: seriesStatusListener.handleRedrawEvent(); break; } } catch(Exception e) { e.printStackTrace(); } } } public void zoomX(IAxis xAxis, Event event) { trackUndoSelection(); // boolean isZoomReferenceX0 = getChartSettings().getRangeRestriction().isReferenceZoomZeroX(); double coordinateX = isZoomReferenceX0 ? 0.0d : xAxis.getDataCoordinate(event.x); // if(event.count > 0) { xAxis.zoomIn(coordinateX); } else { if(isZoomReferenceX0) { xAxis.zoomOut(); } else { xAxis.zoomOut(coordinateX); } } // trackRedoSelection(); } public void zoomY(IAxis yAxis, Event event) { trackUndoSelection(); // boolean isZoomReferenceY0 = getChartSettings().getRangeRestriction().isReferenceZoomZeroY(); double coordinateY = isZoomReferenceY0 ? 0.0d : yAxis.getDataCoordinate(event.y); // if(event.count > 0) { yAxis.zoomIn(coordinateY); } else { if(isZoomReferenceY0) { yAxis.zoomOut(); } else { yAxis.zoomOut(coordinateY); } } // trackRedoSelection(); } public String getSelectedseriesId(Event event) { ISeries[] series = getSeriesSet().getSeries(); String selectedSeriesId = ""; //$NON-NLS-1$ /* * Get the selected series id. */ exitloop: for(ISeries dataSeries : series) { if(dataSeries != null && dataSeries.isVisible()) { int size = dataSeries.getXSeries().length; for(int i = 0; i < size; i++) { Point point = dataSeries.getPixelCoordinates(i); if(isDataSeriesSelected(point, event, 8)) { selectedSeriesId = dataSeries.getId(); break exitloop; } } } } // return selectedSeriesId; } private boolean isDataSeriesSelected(Point point, Event event, int delta) { if(point.x >= event.x - delta && point.x <= event.x + delta) { if(point.y >= event.y - delta && point.y <= event.y + delta) { return true; } } return false; } public void handleUserSelection(Event event) { int minSelectedWidth; int minSelectedHeight; int deltaWidth; int deltaHeight; // Point point = getPlotArea().getSize(); if((getOrientation() == SWT.HORIZONTAL)) { minSelectedWidth = point.x / MIN_SELECTION_PERCENTAGE; deltaWidth = Math.abs(userSelection.getStartX() - event.x); minSelectedHeight = point.y / MIN_SELECTION_PERCENTAGE; deltaHeight = Math.abs(userSelection.getStartY() - event.y); } else { minSelectedWidth = point.y / MIN_SELECTION_PERCENTAGE; deltaWidth = Math.abs(userSelection.getStartY() - event.y); minSelectedHeight = point.x / MIN_SELECTION_PERCENTAGE; deltaHeight = Math.abs(userSelection.getStartX() - event.x); } /* * Prevent accidental zooming. */ RangeRestriction rangeRestriction = getRangeRestriction(); if(rangeRestriction.isRestrictSelectY()) { if(deltaHeight >= minSelectedHeight) { handleUserSelectionXY(event); } } else { if(deltaWidth >= minSelectedWidth) { handleUserSelectionXY(event); } } // userSelection.reset(); redraw(); } @Override public void redraw() { super.redraw(); fireSeriesStatusEvent("", ISeriesStatusListener.REDRAW); } /** * Returns if a buffered action is currently active. * * @return boolean */ public boolean isBufferActive() { return getPlotArea().isBuffered(); } private void handleUserSelectionXY(Event event) { /* * Track the selection before the new range is * selected by the user. */ trackUndoSelection(); int xStart = userSelection.getStartX(); int xStop = userSelection.getStopX(); int yStart = userSelection.getStartY(); int yStop = userSelection.getStopY(); setSelectionXY(xStart, xStop, yStart, yStop); trackRedoSelection(); /* * Inform all registered handlers. * Reset the current selection and redraw the chart. */ fireUpdateCustomRangeSelectionHandlers(event); } private void trackUndoSelection() { Range xRange = getAxisSet().getXAxis(ID_PRIMARY_X_AXIS).getRange(); Range yRange = getAxisSet().getYAxis(ID_PRIMARY_Y_AXIS).getRange(); handledSelectionEvents.push(new double[]{xRange.lower, xRange.upper, yRange.lower, yRange.upper}); } private void trackRedoSelection() { Range xRange = getAxisSet().getXAxis(ID_PRIMARY_X_AXIS).getRange(); Range yRange = getAxisSet().getYAxis(ID_PRIMARY_Y_AXIS).getRange(); redoSelection = new double[]{xRange.lower, xRange.upper, yRange.lower, yRange.upper}; } public void undoSelection() { try { double[] undoSelection = handledSelectionEvents.pop(); handleSelection(undoSelection); } catch(EmptyStackException e) { e.printStackTrace(); } } public void redoSelection() { if(redoSelection != null) { handleSelection(redoSelection); redoSelection = null; } } private void handleSelection(double[] selection) { double xStart = selection[0]; double xStop = selection[1]; double yStart = selection[2]; double yStop = selection[3]; IAxis xAxis = getAxisSet().getXAxis(ID_PRIMARY_X_AXIS); IAxis yAxis = getAxisSet().getYAxis(ID_PRIMARY_Y_AXIS); setRange(xAxis, xStart, xStop, false); setRange(yAxis, yStart, yStop, false); } private void setSelectionXY(int xStart, int xStop, int yStart, int yStop) { IAxis xAxis = getAxisSet().getXAxis(ID_PRIMARY_X_AXIS); IAxis yAxis = getAxisSet().getYAxis(ID_PRIMARY_Y_AXIS); // if((getOrientation() == SWT.HORIZONTAL)) { setHorizontalRange(xAxis, yAxis, xStart, xStop, yStart, yStop); } else { setVerticalRange(xAxis, yAxis, xStart, xStop, yStart, yStop); } } private void setHorizontalRange(IAxis xAxis, IAxis yAxis, int xStart, int xStop, int yStart, int yStop) { RangeRestriction rangeRestriction = getRangeRestriction(); if(isSelectXY(rangeRestriction)) { /* * X and Y zoom. */ setRange(xAxis, xStart, xStop, true); setRange(yAxis, yStart, yStop, true); } else { /* * X or Y zoom. */ if(rangeRestriction.isRestrictSelectX()) { setRange(xAxis, xStart, xStop, true); } else if(rangeRestriction.isRestrictSelectY()) { setRange(yAxis, yStart, yStop, true); } } } private void setVerticalRange(IAxis xAxis, IAxis yAxis, int xStart, int xStop, int yStart, int yStop) { RangeRestriction rangeRestriction = getRangeRestriction(); if(isSelectXY(rangeRestriction)) { /* * X and Y zoom. */ setRange(xAxis, yStart, yStop, true); setRange(yAxis, xStart, xStop, true); } else { /* * X or Y zoom. */ if(rangeRestriction.isRestrictSelectX()) { setRange(xAxis, yStart, yStop, true); } else if(rangeRestriction.isRestrictSelectY()) { setRange(yAxis, xStart, xStop, true); } } } private IAxis[] getAxes(String axisOrientation) { IAxisSet axisSet = getAxisSet(); // if(axisOrientation.equals(IExtendedChart.X_AXIS)) { return axisSet.getXAxes(); } else { return axisSet.getYAxes(); } } private IAxisSettings getAxisSettings(String axisOrientation, int id) { IAxisSettings axisSettings = null; if(axisOrientation.equals(IExtendedChart.X_AXIS)) { axisSettings = getXAxisSettings(id); } else { axisSettings = getYAxisSettings(id); } return axisSettings; } /** * Use isSelectXY(rangeRestriction) instead. * * @param rangeRestriction * @return boolean */ @Deprecated public boolean isZoomXAndY(RangeRestriction rangeRestriction) { return isSelectXY(rangeRestriction); } public boolean isSelectXY(RangeRestriction rangeRestriction) { boolean enableAction = false; if(!rangeRestriction.isRestrictSelectX() && !rangeRestriction.isRestrictSelectY()) { enableAction = true; } else if(rangeRestriction.isRestrictSelectX() && rangeRestriction.isRestrictSelectY()) { enableAction = true; } // return enableAction; } public boolean isZoomXY(RangeRestriction rangeRestriction) { boolean enableAction = false; if(!rangeRestriction.isRestrictZoomX() && !rangeRestriction.isRestrictZoomY()) { enableAction = true; } else if(rangeRestriction.isRestrictZoomX() && rangeRestriction.isRestrictZoomY()) { enableAction = true; } // return enableAction; } @Override public void dispose() { chartSettings.getPrimaryAxisSettingsX().dispose(); chartSettings.getPrimaryAxisSettingsY().dispose(); for(ISecondaryAxisSettings secondaryX : chartSettings.getSecondaryAxisSettingsListX()) { secondaryX.dispose(); } for(ISecondaryAxisSettings secondaryX : chartSettings.getSecondaryAxisSettingsListX()) { secondaryX.dispose(); } } }ChartSettings.java000066400000000000000000000451021436443153700356730ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2017, 2022 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Dr. Philip Wenig - initial API and implementation * Frank Buloup - Internationalization *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Set; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.swt.SWT; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.graphics.Font; import org.eclipse.swt.widgets.Display; import org.eclipse.swtchart.Constants; import org.eclipse.swtchart.extensions.events.CopyToClipboardEvent; import org.eclipse.swtchart.extensions.events.IHandledEventProcessor; import org.eclipse.swtchart.extensions.events.MouseDownEvent; import org.eclipse.swtchart.extensions.events.MouseMoveCursorEvent; import org.eclipse.swtchart.extensions.events.MouseMoveSelectionEvent; import org.eclipse.swtchart.extensions.events.MouseMoveShiftEvent; import org.eclipse.swtchart.extensions.events.MouseUpEvent; import org.eclipse.swtchart.extensions.events.MouseWheelEvent; import org.eclipse.swtchart.extensions.events.ResetSeriesEvent; import org.eclipse.swtchart.extensions.events.SelectDataPointEvent; import org.eclipse.swtchart.extensions.events.SelectHideSeriesEvent; import org.eclipse.swtchart.extensions.events.UndoRedoEvent; import org.eclipse.swtchart.extensions.menu.IChartMenuEntry; import org.eclipse.swtchart.extensions.menu.RedoSelectionHandler; import org.eclipse.swtchart.extensions.menu.ResetChartHandler; import org.eclipse.swtchart.extensions.menu.ResetSelectedSeriesHandler; import org.eclipse.swtchart.extensions.menu.SetRangeChartHandler; import org.eclipse.swtchart.extensions.menu.UndoSelectionHandler; import org.eclipse.swtchart.extensions.menu.toggle.ToggleAxisZeroMarkerHandler; import org.eclipse.swtchart.extensions.menu.toggle.ToggleLabelTooltipsHandler; import org.eclipse.swtchart.extensions.menu.toggle.ToggleLegendMarkerHandler; import org.eclipse.swtchart.extensions.menu.toggle.TogglePlotCenterMarkerHandler; import org.eclipse.swtchart.extensions.menu.toggle.TogglePositionMarkerHandler; import org.eclipse.swtchart.extensions.menu.toggle.ToggleRangeSelectorHandler; import org.eclipse.swtchart.extensions.menu.toggle.ToggleSeriesLabelMarkerHandler; import org.eclipse.swtchart.extensions.menu.toggle.ToggleSeriesLegendHandler; import org.eclipse.swtchart.extensions.preferences.PreferenceConstants; public class ChartSettings implements IChartSettings { /* * As it turned out, that buffered rendering under macOS fails somehow, * the bufferSelection option is deactivated by default. Charts shall * enable buffering via an option, so that it can be tested in several * environments, e.g. macOS, GTK3, ... . */ private boolean bufferSelection = false; // private boolean enableRangeSelector = false; private boolean showRangeSelectorInitially = true; private Color colorHintRangeSelector; private int rangeSelectorDefaultAxisX = 0; private int rangeSelectorDefaultAxisY = 0; // private boolean verticalSliderVisible = false; private boolean horizontalSliderVisible = true; /* * If the title is empty, it won't be displayed. * To display a space on top of the chart, a default * title is set and WHITE is used to hide it. */ private String title = Messages.getString(Messages.CHART_TITLE); private boolean titleVisible = true; private Color titleColor; private Font titleFont; // private int legendPosition = SWT.RIGHT; private boolean legendVisible = false; private boolean legendExtendedVisible = false; // private IPrimaryAxisSettings primaryAxisSettingsX = new PrimaryAxisSettings(BaseChart.DEFAULT_TITLE_X_AXIS); private IPrimaryAxisSettings primaryAxisSettingsY = new PrimaryAxisSettings(BaseChart.DEFAULT_TITLE_Y_AXIS); private List secondaryAxisSettingsListX = new ArrayList<>(); private List secondaryAxisSettingsListY = new ArrayList<>(); // private int orientation = SWT.HORIZONTAL; private Color background; private Color backgroundChart; private Color backgroundPlotArea; private boolean enableCompress = true; private RangeRestriction rangeRestriction = new RangeRestriction(); // private boolean showPositionMarker = false; private Color colorPositionMarker; private boolean showPlotCenterMarker = false; private Color colorPlotCenterMarker; private boolean showLegendMarker = false; private Color colorLegendMarker; boolean useSeriesLabelDescription = false; // Id is used by default. private boolean showAxisZeroMarker = false; private Color colorAxisZeroMarker; private boolean showSeriesLabelMarker = false; private Color colorSeriesLabelMarker; // private boolean createMenu = true; private Set menuEntries; private Set handledEventProcessors; // private boolean supportDataShift = false; private boolean enableTooltips = false; // It was set to true before, but this leads to some conflicts when performing selection operations. /* * The default font is only used if no font is set. */ private final Font defaultFont = new Font(Display.getDefault(), "Tahoma", Constants.MEDIUM_FONT_SIZE, SWT.BOLD); //$NON-NLS-1$ public ChartSettings() { Display display = Display.getDefault(); // IPreferenceStore preferenceStore = ResourceSupport.getPreferenceStore(); if(preferenceStore != null) { setBufferSelection(preferenceStore.getBoolean(PreferenceConstants.P_BUFFER_SELECTION)); } // colorHintRangeSelector = display.getSystemColor(SWT.COLOR_RED); // titleColor = display.getSystemColor(SWT.COLOR_TITLE_FOREGROUND); titleFont = defaultFont; // background = display.getSystemColor(SWT.COLOR_LIST_BACKGROUND); backgroundChart = display.getSystemColor(SWT.COLOR_LIST_BACKGROUND); backgroundPlotArea = display.getSystemColor(SWT.COLOR_LIST_BACKGROUND); rangeRestriction.setZeroX(true); rangeRestriction.setZeroY(true); rangeRestriction.setRestrictFrame(true); // if(Display.isSystemDarkTheme()) { colorPositionMarker = display.getSystemColor(SWT.COLOR_GRAY); colorPlotCenterMarker = display.getSystemColor(SWT.COLOR_GRAY); colorLegendMarker = display.getSystemColor(SWT.COLOR_GRAY); colorAxisZeroMarker = display.getSystemColor(SWT.COLOR_GRAY); colorSeriesLabelMarker = display.getSystemColor(SWT.COLOR_GRAY); } else { colorPositionMarker = display.getSystemColor(SWT.COLOR_DARK_GRAY); colorPlotCenterMarker = display.getSystemColor(SWT.COLOR_DARK_GRAY); colorLegendMarker = display.getSystemColor(SWT.COLOR_DARK_GRAY); colorAxisZeroMarker = display.getSystemColor(SWT.COLOR_DARK_GRAY); colorSeriesLabelMarker = display.getSystemColor(SWT.COLOR_DARK_GRAY); } /* * Default menu entries. */ menuEntries = new HashSet<>(); menuEntries.add(new ResetChartHandler()); menuEntries.add(new SetRangeChartHandler()); menuEntries.add(new ResetSelectedSeriesHandler()); menuEntries.add(new ToggleRangeSelectorHandler()); menuEntries.add(new ToggleLegendMarkerHandler()); menuEntries.add(new TogglePositionMarkerHandler()); menuEntries.add(new ToggleSeriesLegendHandler()); menuEntries.add(new TogglePlotCenterMarkerHandler()); menuEntries.add(new ToggleAxisZeroMarkerHandler()); menuEntries.add(new ToggleSeriesLabelMarkerHandler()); menuEntries.add(new ToggleLabelTooltipsHandler()); menuEntries.add(new UndoSelectionHandler()); menuEntries.add(new RedoSelectionHandler()); /* * Export options have been moved to the bundle: * org.eclipse.swtchart.export * They are added via the extension point: * org.eclipse.swtchart.extensions.menuitems */ /* * Events processors ... Mouse Move, Key Up ... */ handledEventProcessors = new HashSet<>(); handledEventProcessors.add(new SelectHideSeriesEvent()); handledEventProcessors.add(new ResetSeriesEvent()); handledEventProcessors.add(new SelectDataPointEvent()); handledEventProcessors.add(new MouseWheelEvent()); handledEventProcessors.add(new MouseDownEvent()); handledEventProcessors.add(new MouseMoveSelectionEvent()); handledEventProcessors.add(new MouseMoveShiftEvent()); handledEventProcessors.add(new MouseMoveCursorEvent()); handledEventProcessors.add(new MouseUpEvent()); handledEventProcessors.add(new UndoRedoEvent()); handledEventProcessors.add(new CopyToClipboardEvent()); } @Override public IChartMenuEntry getChartMenuEntryByClass(Class clazz) { for(IChartMenuEntry menuEntry : menuEntries) { if(menuEntry.getClass().equals(clazz)) { return menuEntry; } } return null; } @Override public IHandledEventProcessor getHandledEventProcessorByClass(Class clazz) { for(IHandledEventProcessor handledEventProcessor : handledEventProcessors) { if(handledEventProcessor.getClass().equals(clazz)) { return handledEventProcessor; } } return null; } @Override public boolean isBufferSelection() { return bufferSelection; } @Override public void setBufferSelection(boolean bufferSelection) { /* * Limitations * macOS - https://github.com/eclipse/swtchart/issues/150 * GTK3 - https://github.com/eclipse/swtchart/issues/166 */ if(isMacOS()) { System.out.println("Can't set buffer selection on macOS true, see: https://github.com/eclipse/swtchart/issues/150"); this.bufferSelection = false; } else { this.bufferSelection = bufferSelection; } } @Override public boolean isEnableRangeSelector() { return enableRangeSelector; } @Override public void setEnableRangeSelector(boolean enableRangeSelector) { this.enableRangeSelector = enableRangeSelector; } @Override public boolean isShowRangeSelectorInitially() { return showRangeSelectorInitially; } @Override public void setShowRangeSelectorInitially(boolean showRangeSelectorInitially) { this.showRangeSelectorInitially = showRangeSelectorInitially; } @Override public Color getColorHintRangeSelector() { return colorHintRangeSelector; } @Override public void setColorHintRangeSelector(Color colorHintRangeSelector) { this.colorHintRangeSelector = colorHintRangeSelector; } @Override public int getRangeSelectorDefaultAxisX() { return rangeSelectorDefaultAxisX; } @Override public void setRangeSelectorDefaultAxisX(int rangeSelectorDefaultAxisX) { this.rangeSelectorDefaultAxisX = rangeSelectorDefaultAxisX; } @Override public int getRangeSelectorDefaultAxisY() { return rangeSelectorDefaultAxisY; } @Override public void setRangeSelectorDefaultAxisY(int rangeSelectorDefaultAxisY) { this.rangeSelectorDefaultAxisY = rangeSelectorDefaultAxisY; } @Override public boolean isVerticalSliderVisible() { return verticalSliderVisible; } @Override public void setVerticalSliderVisible(boolean verticalSliderVisible) { this.verticalSliderVisible = verticalSliderVisible; } @Override public boolean isHorizontalSliderVisible() { return horizontalSliderVisible; } @Override public void setHorizontalSliderVisible(boolean horizontalSliderVisible) { this.horizontalSliderVisible = horizontalSliderVisible; } @Override public String getTitle() { return title; } @Override public void setTitle(String title) { if(title != null) { this.title = title; } else { this.title = ""; //$NON-NLS-1$ } } @Override public boolean isTitleVisible() { return titleVisible; } @Override public void setTitleVisible(boolean titleVisible) { this.titleVisible = titleVisible; } @Override public Color getTitleColor() { return titleColor; } @Override public void setTitleColor(Color titleColor) { this.titleColor = titleColor; } @Override public Font getTitleFont() { return titleFont; } @Override public void setTitleFont(Font titleFont) { this.titleFont = titleFont; } @Override public int getLegendPosition() { return legendPosition; } @Override public void setLegendPosition(int legendPosition) { this.legendPosition = legendPosition; } @Override public boolean isLegendVisible() { return legendVisible; } @Override public void setLegendVisible(boolean legendVisible) { this.legendVisible = legendVisible; } @Override public boolean isLegendExtendedVisible() { return legendExtendedVisible; } @Override public void setLegendExtendedVisible(boolean legendExtendedVisible) { this.legendExtendedVisible = legendExtendedVisible; } @Override public IPrimaryAxisSettings getPrimaryAxisSettingsX() { return primaryAxisSettingsX; } @Override public IPrimaryAxisSettings getPrimaryAxisSettingsY() { return primaryAxisSettingsY; } @Override public List getSecondaryAxisSettingsListX() { return secondaryAxisSettingsListX; } @Override public List getSecondaryAxisSettingsListY() { return secondaryAxisSettingsListY; } @Override public int getOrientation() { return orientation; } /** * SWT.HORIZONTAL or SWT.VERTICAL * See:http://www.swtchart.org/doc/index.html#Chart_Orientation * * @param orientation */ @Override public void setOrientation(int orientation) { this.orientation = orientation; } @Override public Color getBackground() { return background; } @Override public void setBackground(Color background) { this.background = background; } @Override public Color getBackgroundChart() { return backgroundChart; } @Override public void setBackgroundChart(Color backgroundChart) { this.backgroundChart = backgroundChart; } @Override public Color getBackgroundPlotArea() { return backgroundPlotArea; } @Override public void setBackgroundPlotArea(Color backgroundPlotArea) { this.backgroundPlotArea = backgroundPlotArea; } @Override public boolean isEnableCompress() { return enableCompress; } @Override public void setEnableCompress(boolean enableCompress) { this.enableCompress = enableCompress; } @Override public RangeRestriction getRangeRestriction() { return rangeRestriction; } @Override public boolean isShowPositionMarker() { return showPositionMarker; } @Override public void setShowPositionMarker(boolean showPositionMarker) { this.showPositionMarker = showPositionMarker; } @Override public Color getColorPositionMarker() { return colorPositionMarker; } @Override public void setColorPositionMarker(Color colorPositionMarker) { this.colorPositionMarker = colorPositionMarker; } @Override public boolean isShowPlotCenterMarker() { return showPlotCenterMarker; } @Override public void setShowPlotCenterMarker(boolean showPlotCenterMarker) { this.showPlotCenterMarker = showPlotCenterMarker; } @Override public Color getColorPlotCenterMarker() { return colorPlotCenterMarker; } @Override public void setColorPlotCenterMarker(Color colorPlotCenterMarker) { this.colorPlotCenterMarker = colorPlotCenterMarker; } @Override public boolean isShowLegendMarker() { return showLegendMarker; } @Override public void setShowLegendMarker(boolean showLegendMarker) { this.showLegendMarker = showLegendMarker; } @Override public Color getColorLegendMarker() { return colorLegendMarker; } @Override public void setColorLegendMarker(Color colorLegendMarker) { this.colorLegendMarker = colorLegendMarker; } @Override public boolean isShowAxisZeroMarker() { return showAxisZeroMarker; } @Override public void setShowAxisZeroMarker(boolean showAxisZeroMarker) { this.showAxisZeroMarker = showAxisZeroMarker; } @Override public Color getColorAxisZeroMarker() { return colorAxisZeroMarker; } @Override public void setColorAxisZeroMarker(Color colorAxisZeroMarker) { this.colorAxisZeroMarker = colorAxisZeroMarker; } @Override public boolean isShowSeriesLabelMarker() { return showSeriesLabelMarker; } @Override public void setShowSeriesLabelMarker(boolean showSeriesLabelMarker) { this.showSeriesLabelMarker = showSeriesLabelMarker; } @Override public Color getColorSeriesLabelMarker() { return colorSeriesLabelMarker; } @Override public void setColorSeriesLabelMarker(Color colorSeriesLabelMarker) { this.colorSeriesLabelMarker = colorSeriesLabelMarker; } @Override public boolean isUseSeriesLabelDescription() { return useSeriesLabelDescription; } @Override public void setUseSeriesLabelDescription(boolean useSeriesLabelDescription) { this.useSeriesLabelDescription = useSeriesLabelDescription; } @Override public boolean isCreateMenu() { return createMenu; } @Override public void setCreateMenu(boolean createMenu) { this.createMenu = createMenu; } @Override public void addMenuEntry(IChartMenuEntry menuEntry) { menuEntries.add(menuEntry); } @Override public void removeMenuEntry(IChartMenuEntry menuEntry) { menuEntries.remove(menuEntry); } @Override public Set getMenuEntries() { return Collections.unmodifiableSet(menuEntries); } @Override public IChartMenuEntry getChartMenuEntry(String name) { for(IChartMenuEntry chartMenuEntry : menuEntries) { if(chartMenuEntry.getName().equals(name)) { return chartMenuEntry; } } // return null; } @Override public void clearMenuEntries() { menuEntries.clear(); } @Override public boolean isSupportDataShift() { return supportDataShift; } @Override public void setSupportDataShift(boolean supportDataShift) { this.supportDataShift = supportDataShift; } @Override public void addHandledEventProcessor(IHandledEventProcessor handledEventProcessor) { handledEventProcessors.add(handledEventProcessor); } @Override public void removeHandledEventProcessor(IHandledEventProcessor handledEventProcessor) { handledEventProcessors.remove(handledEventProcessor); } @Override public Set getHandledEventProcessors() { return Collections.unmodifiableSet(handledEventProcessors); } @Override public void clearHandledEventProcessors() { handledEventProcessors.clear(); } @Override public void setEnableTooltips(boolean enable) { enableTooltips = enable; } @Override public boolean isEnableTooltips() { return enableTooltips; } @Override protected void finalize() throws Throwable { if(!defaultFont.isDisposed()) { defaultFont.dispose(); } if(!titleFont.isDisposed()) { titleFont.dispose(); } } private boolean isMacOS() { String os = System.getProperty("os.name"); if(os != null) { return os.toLowerCase().indexOf("mac") >= 0; } return false; } } ChartType.java000066400000000000000000000011631436443153700350130ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2020 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; public enum ChartType { NONE, // LINE, // STEP, // SCATTER, // BAR, // PIE; } ExtendedLegendUI.java000066400000000000000000000374731436443153700362420ustar00rootroot00000000000000swtchart-REL-0.14.0/org.eclipse.swtchart.extensions/src/org/eclipse/swtchart/extensions/core/******************************************************************************* * Copyright (c) 2020, 2023 Lablicate GmbH. * * This program and the accompanying materials are made * available under the terms of the Eclipse Public License 2.0 * which is available at https://www.eclipse.org/legal/epl-2.0/ * * SPDX-License-Identifier: EPL-2.0 * * Contributors: * Philip Wenig - initial API and implementation *******************************************************************************/ package org.eclipse.swtchart.extensions.core; import java.util.ArrayList; import java.util.List; import java.util.concurrent.atomic.AtomicReference; import org.eclipse.jface.action.MenuManager; import org.eclipse.jface.dialogs.IDialogConstants; import org.eclipse.jface.dialogs.MessageDialog; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.preference.PreferenceDialog; import org.eclipse.jface.preference.PreferenceManager; import org.eclipse.jface.preference.PreferenceNode; import org.eclipse.jface.window.Window; import org.eclipse.swt.SWT; import org.eclipse.swt.events.MouseAdapter; import org.eclipse.swt.events.MouseEvent; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Button; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Menu; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Table; import org.eclipse.swtchart.ICircularSeries; import org.eclipse.swtchart.ISeries; import org.eclipse.swtchart.ISeriesSet; import org.eclipse.swtchart.extensions.barcharts.IBarSeriesSettings; import org.eclipse.swtchart.extensions.dialogs.AbstractSeriesSettingsDialog; import org.eclipse.swtchart.extensions.dialogs.BarSeriesSettingsDialog; import org.eclipse.swtchart.extensions.dialogs.CircularSeriesSettingsDialog; import org.eclipse.swtchart.extensions.dialogs.LineSeriesSettingsDialog; import org.eclipse.swtchart.extensions.dialogs.ScatterSeriesSettingsDialog; import org.eclipse.swtchart.extensions.linecharts.ILineSeriesSettings; import org.eclipse.swtchart.extensions.menu.legend.MapSettingsAction; import org.eclipse.swtchart.extensions.menu.legend.SeriesVisibilityAction; import org.eclipse.swtchart.extensions.menu.legend.SetColorAction; import org.eclipse.swtchart.extensions.menu.legend.SetDescriptionAction; import org.eclipse.swtchart.extensions.piecharts.CircularSeriesLegend; import org.eclipse.swtchart.extensions.piecharts.ICircularSeriesSettings; import org.eclipse.swtchart.extensions.preferences.PreferenceConstants; import org.eclipse.swtchart.extensions.preferences.PreferencePage; import org.eclipse.swtchart.extensions.scattercharts.IScatterSeriesSettings; import org.eclipse.swtchart.model.Node; import org.eclipse.swtchart.model.NodeDataModel; public class ExtendedLegendUI extends Composite { private static final String MENU_TEXT = "Series PopUp Menu"; // private AtomicReference